Customer Reviews for WooCommerce - Version 5.8.0

Version Description

  • New feature: trust badges for local (no verification) reviews
  • Bug fix: anonymous display name option did not work on local (self-hosted) review forms in some cases
Download this release

Release Info

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

Code changes from version 5.7.0 to 5.8.0

Files changed (37) hide show
  1. class-ivole.php +3 -1
  2. includes/reminders/class-cr-local-forms-ajax.php +1 -1
  3. includes/reviews/class-cr-reviews.php +1 -1
  4. includes/settings/class-cr-settings-cusrev.php +229 -0
  5. includes/settings/class-cr-settings-trust-badges.php +17 -162
  6. includes/trust-badge/class-cr-floating-trust-badge.php +5 -3
  7. includes/trust-badge/class-cr-trust-badge.php +91 -15
  8. includes/trust-badge/class-cr-verified-reviews.php +10 -10
  9. ivole.php +1 -1
  10. languages/customer-reviews-woocommerce-bg_BG.po +221 -199
  11. languages/customer-reviews-woocommerce-da_DK.po +221 -199
  12. languages/customer-reviews-woocommerce-de_DE_formal.po +221 -199
  13. languages/customer-reviews-woocommerce-fa_IR.po +221 -199
  14. languages/customer-reviews-woocommerce-he_IL.po +221 -199
  15. languages/customer-reviews-woocommerce-id_ID.po +221 -199
  16. languages/customer-reviews-woocommerce-is.po +221 -199
  17. languages/customer-reviews-woocommerce-ja.po +221 -199
  18. languages/customer-reviews-woocommerce-ka_GE.po +221 -199
  19. languages/customer-reviews-woocommerce-ko_KR.po +221 -199
  20. languages/customer-reviews-woocommerce-lt_LT.po +221 -199
  21. languages/customer-reviews-woocommerce-lv.po +221 -199
  22. languages/customer-reviews-woocommerce-mk_MK.po +221 -199
  23. languages/customer-reviews-woocommerce-nn_NO.po +221 -199
  24. languages/customer-reviews-woocommerce-pt_PT.po +221 -199
  25. languages/customer-reviews-woocommerce-ro_RO.po +221 -199
  26. languages/customer-reviews-woocommerce-sk_SK.po +221 -199
  27. languages/customer-reviews-woocommerce-sl_SI.po +221 -199
  28. languages/customer-reviews-woocommerce-th.po +221 -199
  29. languages/customer-reviews-woocommerce-uk.po +221 -199
  30. languages/customer-reviews-woocommerce-vi.po +221 -199
  31. languages/customer-reviews-woocommerce-zh_TW.po +221 -199
  32. languages/customer-reviews-woocommerce.pot +206 -182
  33. readme.txt +4 -1
  34. templates/badge-small.php +6 -2
  35. templates/badge-wide-vs.php +6 -2
  36. templates/badge-wide.php +6 -2
  37. templates/compact-wide.php +6 -2
class-ivole.php CHANGED
@@ -37,6 +37,7 @@ require_once( __DIR__ . '/includes/settings/class-cr-settings-referrals.php' );
37
  require_once( __DIR__ . '/includes/settings/class-cr-settings-shortcodes.php' );
38
  require_once( __DIR__ . '/includes/settings/class-cr-settings-email-template.php' );
39
  require_once( __DIR__ . '/includes/settings/class-cr-settings-emails.php' );
 
40
  require_once( __DIR__ . '/includes/google/class-cr-structured-data.php' );
41
  require_once( __DIR__ . '/includes/google/class-cr-xml-feeds.php' );
42
  require_once( __DIR__ . '/includes/google/class-cr-google-shopping-feed.php' );
@@ -66,7 +67,7 @@ require_once( __DIR__ . '/includes/qna/class-cr-qna-shortcode.php' );
66
  require_once( __DIR__ . '/includes/qna/class-cr-qna-email.php' );
67
 
68
  class Ivole {
69
- const CR_VERSION = '5.7.0';
70
 
71
  public function __construct() {
72
  if( function_exists( 'wc' ) ) {
@@ -116,6 +117,7 @@ class Ivole {
116
  new CR_Qna_Settings( $settings_admin_menu );
117
  new CR_Shortcodes_Settings( $settings_admin_menu );
118
  new CR_Emails_Settings( $settings_admin_menu );
 
119
  new CR_Status_Product_Feed( $product_feed_admin_menu );
120
  new CR_Categories_Product_Feed( $product_feed_admin_menu );
121
  new CR_Identifiers_Product_Feed( $product_feed_admin_menu );
37
  require_once( __DIR__ . '/includes/settings/class-cr-settings-shortcodes.php' );
38
  require_once( __DIR__ . '/includes/settings/class-cr-settings-email-template.php' );
39
  require_once( __DIR__ . '/includes/settings/class-cr-settings-emails.php' );
40
+ require_once( __DIR__ . '/includes/settings/class-cr-settings-cusrev.php' );
41
  require_once( __DIR__ . '/includes/google/class-cr-structured-data.php' );
42
  require_once( __DIR__ . '/includes/google/class-cr-xml-feeds.php' );
43
  require_once( __DIR__ . '/includes/google/class-cr-google-shopping-feed.php' );
67
  require_once( __DIR__ . '/includes/qna/class-cr-qna-email.php' );
68
 
69
  class Ivole {
70
+ const CR_VERSION = '5.8.0';
71
 
72
  public function __construct() {
73
  if( function_exists( 'wc' ) ) {
117
  new CR_Qna_Settings( $settings_admin_menu );
118
  new CR_Shortcodes_Settings( $settings_admin_menu );
119
  new CR_Emails_Settings( $settings_admin_menu );
120
+ new CR_CusRev_Settings( $settings_admin_menu );
121
  new CR_Status_Product_Feed( $product_feed_admin_menu );
122
  new CR_Categories_Product_Feed( $product_feed_admin_menu );
123
  new CR_Identifiers_Product_Feed( $product_feed_admin_menu );
includes/reminders/class-cr-local-forms-ajax.php CHANGED
@@ -53,7 +53,7 @@ if ( ! class_exists( 'CR_Local_Forms_Ajax' ) ) :
53
  $req = new stdClass();
54
  $req->order = new stdClass();
55
  $req->order->id = $record->orderId;
56
- $req->order->display_name = $record->displayName;
57
  $req->order->items = array();
58
  foreach( $db_items as $item ) {
59
  if( -1 === intval( $item['id'] ) ) {
53
  $req = new stdClass();
54
  $req->order = new stdClass();
55
  $req->order->id = $record->orderId;
56
+ $req->order->display_name = $_POST['displayName'];
57
  $req->order->items = array();
58
  foreach( $db_items as $item ) {
59
  if( -1 === intval( $item['id'] ) ) {
includes/reviews/class-cr-reviews.php CHANGED
@@ -82,7 +82,7 @@ if ( ! class_exists( 'CR_Reviews' ) ) :
82
  }
83
  $this->ivole_reviews_verified = get_option( 'ivole_reviews_verified', 'no' );
84
  add_action( 'woocommerce_review_before_comment_text', array( $this, 'display_verified_badge' ), 10 );
85
- if( 'yes' === $this->ivole_reviews_verified && 'yes' === get_option( 'ivole_trust_badge_floating', 'no' ) && ! is_admin() ) {
86
  new CR_Floating_Trust_Badge();
87
  }
88
  add_action( 'woocommerce_review_before_comment_text', array( $this, 'display_custom_questions' ), 11 );
82
  }
83
  $this->ivole_reviews_verified = get_option( 'ivole_reviews_verified', 'no' );
84
  add_action( 'woocommerce_review_before_comment_text', array( $this, 'display_verified_badge' ), 10 );
85
+ if( 'yes' === get_option( 'ivole_trust_badge_floating', 'no' ) && ! is_admin() ) {
86
  new CR_Floating_Trust_Badge();
87
  }
88
  add_action( 'woocommerce_review_before_comment_text', array( $this, 'display_custom_questions' ), 11 );
includes/settings/class-cr-settings-cusrev.php ADDED
@@ -0,0 +1,229 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+
3
+ if ( ! defined( 'ABSPATH' ) ) {
4
+ exit;
5
+ }
6
+
7
+ if ( ! class_exists( 'CR_CusRev_Settings' ) ):
8
+
9
+ class CR_CusRev_Settings {
10
+
11
+ protected $settings_menu;
12
+ protected $tab;
13
+ protected $settings;
14
+
15
+ public function __construct( $settings_menu ) {
16
+ $this->settings_menu = $settings_menu;
17
+ $this->tab = 'cusrev';
18
+
19
+ add_action( 'woocommerce_admin_field_verified_badge', array( $this, 'show_verified_badge_checkbox' ) );
20
+ add_action( 'woocommerce_admin_field_verified_page', array( $this, 'show_verified_page' ) );
21
+ add_filter( 'cr_settings_tabs', array( $this, 'register_tab' ) );
22
+ add_action( 'ivole_settings_display_' . $this->tab, array( $this, 'display' ) );
23
+ add_action( 'cr_save_settings_' . $this->tab, array( $this, 'save' ) );
24
+ add_action( 'admin_footer', array( $this, 'output_page_javascript' ) );
25
+ add_action( 'wp_ajax_ivole_check_verified_reviews_ajax', array( $this, 'check_verified_reviews_ajax' ) );
26
+ add_action( 'woocommerce_admin_settings_sanitize_option_ivole_reviews_verified', array( $this, 'save_verified_badge_checkbox' ), 10, 3 );
27
+ add_action( 'woocommerce_admin_settings_sanitize_option_ivole_age_restriction', array( $this, 'save_age_restriction_checkbox' ), 10, 3 );
28
+ }
29
+
30
+ public function register_tab( $tabs ) {
31
+ $tabs[$this->tab] = __( 'CusRev.com', 'customer-reviews-woocommerce' );
32
+ return $tabs;
33
+ }
34
+
35
+ public function display() {
36
+ $this->init_settings();
37
+ WC_Admin_Settings::output_fields( $this->settings );
38
+ }
39
+
40
+ public function save() {
41
+ $this->init_settings();
42
+
43
+ $field_id = 'ivole_license_key';
44
+ if( !empty( $_POST ) && isset( $_POST[$field_id] ) ) {
45
+ $license = new CR_License();
46
+ $license->register_license( $_POST[$field_id] );
47
+ }
48
+
49
+ WC_Admin_Settings::save_fields( $this->settings );
50
+ }
51
+
52
+ protected function init_settings() {
53
+ $this->settings = array(
54
+ array(
55
+ 'title' => __( 'CusRev.com', 'customer-reviews-woocommerce' ),
56
+ 'type' => 'title',
57
+ 'desc' => __( 'Display a public page with verified copies of reviews on CusRev.com', 'customer-reviews-woocommerce' ),
58
+ 'id' => 'cr_cusrev_options'
59
+ ),
60
+ array(
61
+ 'title' => __( 'Page Enabled', 'customer-reviews-woocommerce' ),
62
+ 'desc' => sprintf( __( '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.', 'customer-reviews-woocommerce' ),
63
+ '<img src="' . untrailingslashit( plugin_dir_url( dirname( dirname( __FILE__ ) ) ) ) . '/img/shield-20.png" style="width:17px;">', '<img src="' . untrailingslashit( plugin_dir_url( dirname( dirname( __FILE__ ) ) ) ) . '/img/shield-20.png" style="width:17px;">' ),
64
+ 'id' => 'ivole_reviews_verified',
65
+ 'default' => 'no',
66
+ 'type' => 'verified_badge'
67
+ ),
68
+ array(
69
+ 'title' => __( 'Page URL', 'customer-reviews-woocommerce' ),
70
+ 'desc' => __( '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.', 'customer-reviews-woocommerce' ),
71
+ 'id' => 'ivole_reviews_verified_page',
72
+ 'default' => Ivole_Email::get_blogdomain(),
73
+ 'type' => 'verified_page',
74
+ 'css' => 'width:250px;vertical-align:middle;',
75
+ 'desc_tip' => true
76
+ ),
77
+ array(
78
+ 'title' => __( 'Age Restriction', 'customer-reviews-woocommerce' ),
79
+ 'desc' => __( 'Enable this option if your store sells age-restricted products (e.g., adult content, alcohol, etc.)', 'customer-reviews-woocommerce' ),
80
+ 'default' => 'no',
81
+ 'type' => 'verified_badge',
82
+ 'css' => 'width:250px;vertical-align:middle;',
83
+ 'desc_tip' => false,
84
+ 'id' => 'ivole_age_restriction',
85
+ 'autoload' => false,
86
+ 'class' => 'cr-setting-disabled'
87
+ ),
88
+ array(
89
+ 'type' => 'sectionend',
90
+ 'id' => 'cr_cusrev_options'
91
+ )
92
+ );
93
+ }
94
+
95
+ public function is_this_tab() {
96
+ return $this->settings_menu->is_this_page() && ( $this->settings_menu->get_current_tab() === $this->tab );
97
+ }
98
+
99
+ /**
100
+ * Custom field type for verified_badge checkbox
101
+ */
102
+ public function show_verified_badge_checkbox( $value ) {
103
+ $tmp = CR_Admin::cr_get_field_description( $value );
104
+ $description = $tmp['description'];
105
+ $option_value = get_option( $value['id'], $value['default'] );
106
+ ?>
107
+ <tr valign="top">
108
+ <th scope="row" class="titledesc">
109
+ <?php echo esc_html( $value['title'] ); ?>
110
+ </th>
111
+ <td class="forminp forminp-checkbox">
112
+ <fieldset>
113
+ <legend class="screen-reader-text"><span><?php echo esc_html( $value['title'] ) ?></span></legend>
114
+ <label for="<?php echo $value['id'] ?>">
115
+ <input name="<?php echo esc_attr( $value['id'] ); ?>" id="<?php echo esc_attr( $value['id'] ); ?>"
116
+ type="checkbox" class="cr-disabled-checkbox<?php echo ( isset( $value['class'] ) && 0 < strlen( $value['class'] ) ) ? ' ' . esc_attr( $value['class'] ) : ''; ?>"
117
+ value="1" disabled="disabled" /><?php echo $description ?></label>
118
+ <p class="cr-verified-badge-status"></p>
119
+ </fieldset>
120
+ </td>
121
+ </tr>
122
+ <?php
123
+ }
124
+
125
+ /**
126
+ * Custom field type for verified page
127
+ */
128
+ public function show_verified_page( $value ) {
129
+ $tmp = CR_Admin::cr_get_field_description( $value );
130
+ $tooltip_html = $tmp['tooltip_html'];
131
+ $description = $tmp['description'];
132
+ ?>
133
+ <tr valign="top">
134
+ <th scope="row" class="titledesc">
135
+ <label for="<?php echo esc_attr( $value['id'] ); ?>"><?php echo esc_html( $value['title'] ); ?></label>
136
+ <?php echo $tooltip_html; ?>
137
+ </th>
138
+ <td class="forminp forminp-<?php echo sanitize_title( $value['type'] ) ?>">
139
+ https://www.cusrev.com/reviews/
140
+ <input
141
+ name="<?php echo esc_attr( $value['id'] ); ?>"
142
+ id="<?php echo esc_attr( $value['id'] ); ?>"
143
+ type="text"
144
+ style="<?php echo esc_attr( $value['css'] ); ?>"
145
+ class="<?php echo esc_attr( $value['class'] ); ?>"
146
+ value="<?php echo get_option( 'ivole_reviews_verified_page', Ivole_Email::get_blogdomain() ); ?>"
147
+ disabled />
148
+ <?php echo $description; ?>
149
+ </td>
150
+ </tr>
151
+ <?php
152
+ }
153
+
154
+ public function save_verified_badge_checkbox( $value, $option, $raw_value ) {
155
+ $value = '1' === $raw_value || 'yes' === $raw_value ? 'yes' : 'no';
156
+
157
+ $ageRestriction = false;
158
+ if( isset( $_POST['ivole_age_restriction'] ) && ( 1 == $_POST['ivole_age_restriction'] || 'yes' == $_POST['ivole_age_restriction'] ) ) {
159
+ $ageRestriction = true;
160
+ }
161
+
162
+ $verified_reviews = new CR_Verified_Reviews();
163
+ if( 'yes' === $value ) {
164
+ if( 0 != $verified_reviews->enable( $_POST['ivole_reviews_verified_page'], $ageRestriction ) ) {
165
+ // if activation failed, disable the option
166
+ $value = 'no';
167
+ }
168
+ } else {
169
+ $verified_reviews->disable( $ageRestriction );
170
+ }
171
+
172
+ return $value;
173
+ }
174
+
175
+ public function save_age_restriction_checkbox( $value, $option, $raw_value ) {
176
+ $value = '1' === $raw_value || 'yes' === $raw_value ? 'yes' : 'no';
177
+ return $value;
178
+ }
179
+
180
+ /**
181
+ * Function to check if verified reviews are enabled
182
+ */
183
+ public function check_verified_reviews_ajax() {
184
+ $vrevs = new CR_Verified_Reviews();
185
+ $rval = $vrevs->check_status();
186
+
187
+ if ( 0 === $rval ) {
188
+ wp_send_json( array( 'status' => 0 ) );
189
+ } else {
190
+ wp_send_json( array( 'status' => 1 ) );
191
+ }
192
+ }
193
+
194
+ public function output_page_javascript() {
195
+ if ( $this->is_this_tab() ) {
196
+ ?>
197
+ <script type="text/javascript">
198
+ jQuery(function($) {
199
+ // Load of Review Extensions page and check if verified reviews are enabled
200
+ if ( jQuery('#ivole_reviews_verified').length > 0 ) {
201
+ let data = {
202
+ 'action': 'ivole_check_verified_reviews_ajax'
203
+ };
204
+ jQuery('.cr-verified-badge-status').text('Checking settings...');
205
+ jQuery('.cr-verified-badge-status').css('visibility', 'visible');
206
+ jQuery.post(ajaxurl, data, function(response) {
207
+ jQuery('#ivole_reviews_verified').prop( 'checked', <?php echo 'yes' === get_option( 'ivole_reviews_verified', 'no' ) ? 'true' : 'false'; ?> );
208
+ jQuery('.cr-verified-badge-status').css( 'visibility', 'hidden' );
209
+ jQuery('.cr-disabled-checkbox').prop( 'disabled', false );
210
+ jQuery('#ivole_reviews_verified_page').prop( 'disabled', <?php echo 'yes' === get_option( 'ivole_reviews_verified', 'no' ) ? 'false' : 'true'; ?> );
211
+ jQuery('#ivole_age_restriction').prop( 'checked', <?php echo 'yes' === get_option( 'ivole_age_restriction', 'no' ) ? 'true' : 'false'; ?> );
212
+ });
213
+ jQuery('#ivole_reviews_verified').change(function(){
214
+ if( this.checked ) {
215
+ jQuery('#ivole_reviews_verified_page').prop( 'disabled', false );
216
+ } else {
217
+ jQuery('#ivole_reviews_verified_page').prop( 'disabled', true );
218
+ }
219
+ });
220
+ }
221
+ });
222
+ </script>
223
+ <?php
224
+ }
225
+ }
226
+
227
+ }
228
+
229
+ endif;
includes/settings/class-cr-settings-trust-badges.php CHANGED
@@ -34,16 +34,11 @@ if ( ! class_exists( 'Ivole_Trust_Badges' ) ):
34
  $this->floating_dark = CR_Floating_Trust_Badge::$floating_dark;
35
 
36
  add_action( 'woocommerce_admin_field_trust_badge', array( $this, 'show_trustbadge' ) );
37
- add_action( 'woocommerce_admin_field_verified_badge', array( $this, 'show_verified_badge_checkbox' ) );
38
- add_action( 'woocommerce_admin_field_verified_page', array( $this, 'show_verified_page' ) );
39
  add_filter( 'cr_settings_tabs', array( $this, 'register_tab' ) );
40
  add_action( 'ivole_settings_display_' . $this->tab, array( $this, 'display' ) );
41
  add_action( 'cr_save_settings_' . $this->tab, array( $this, 'save' ) );
42
  add_action( 'admin_enqueue_scripts', array( $this, 'load_trustbadges_css' ) );
43
  add_action( 'admin_footer', array( $this, 'output_page_javascript' ) );
44
- add_action( 'wp_ajax_ivole_check_verified_reviews_ajax', array( $this, 'check_verified_reviews_ajax' ) );
45
- add_action( 'woocommerce_admin_settings_sanitize_option_ivole_reviews_verified', array( $this, 'save_verified_badge_checkbox' ), 10, 3 );
46
- add_action( 'woocommerce_admin_settings_sanitize_option_ivole_age_restriction', array( $this, 'save_age_restriction_checkbox' ), 10, 3 );
47
  }
48
 
49
  public function register_tab( $tabs ) {
@@ -75,44 +70,25 @@ if ( ! class_exists( 'Ivole_Trust_Badges' ) ):
75
  $l_suffix = '-' . $this->language;
76
  $site_lang = $this->language . '/';
77
  }
78
- $this->verified_page = 'https://www.cusrev.com/' . $site_lang . 'reviews/' . get_option( 'ivole_reviews_verified_page', Ivole_Email::get_blogdomain() );
 
 
 
 
 
79
  $this->store_stats = CR_Trust_Badge::get_store_stats( Ivole_Email::get_blogurl(), true );
80
  //
81
  $this->settings = array(
82
  array(
83
  'title' => __( 'Trust Badges', 'customer-reviews-woocommerce' ),
84
  'type' => 'title',
85
- 'desc' => __( '<p>Increase your store\'s conversion rate by placing a "trust badge" on the home, checkout or any other page(s). Let customers feel more confident about shopping on your site by featuring a trust badge that shows a summary of verified customer reviews. Trust badges can be enabled using shortcodes or blocks in the page editor (blocks require WordPress 5.0 or newer).</p><p>Reviews are considered to be verified when they are collected via an independent third-party website (www.cusrev.com) integrated with this plugin. Reviews submitted directly on your site cannot be considered as verified. Each trust badge contains a nofollow link to a dedicated page at <b>www.cusrev.com</b> with all verified reviews for your store. You can configure URL of the page with verified reviews for your store below.</p>', 'customer-reviews-woocommerce' ),
 
 
 
 
86
  'id' => 'ivole_options'
87
  ),
88
- array(
89
- 'title' => __( 'Trust Badges', 'customer-reviews-woocommerce' ),
90
- 'desc' => sprintf( __( 'Enable this option to display trust badges and additional %1$s icons for individual reviews on product pages in your store. Each %2$s icon will contain a nofollow link to a verified copy of the review on <strong>www.cusrev.com</strong>.', 'customer-reviews-woocommerce' ),
91
- '<img src="' . untrailingslashit( plugin_dir_url( dirname( dirname( __FILE__ ) ) ) ) . '/img/shield-20.png" style="width:17px;">', '<img src="' . untrailingslashit( plugin_dir_url( dirname( dirname( __FILE__ ) ) ) ) . '/img/shield-20.png" style="width:17px;">' ),
92
- 'id' => 'ivole_reviews_verified',
93
- 'default' => 'no',
94
- 'type' => 'verified_badge'
95
- ),
96
- array(
97
- 'title' => __( 'Verified Reviews Page', 'customer-reviews-woocommerce' ),
98
- 'desc' => __( '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.', 'customer-reviews-woocommerce' ),
99
- 'id' => 'ivole_reviews_verified_page',
100
- 'default' => Ivole_Email::get_blogdomain(),
101
- 'type' => 'verified_page',
102
- 'css' => 'width:250px;vertical-align:middle;',
103
- 'desc_tip' => true
104
- ),
105
- array(
106
- 'title' => __( 'Age Restriction', 'customer-reviews-woocommerce' ),
107
- 'desc' => __( 'Enable this option if your store sells age-restricted products (e.g., adult content, alcohol, etc.)', 'customer-reviews-woocommerce' ),
108
- 'default' => 'no',
109
- 'type' => 'verified_badge',
110
- 'css' => 'width:250px;vertical-align:middle;',
111
- 'desc_tip' => false,
112
- 'id' => 'ivole_age_restriction',
113
- 'autoload' => false,
114
- 'class' => 'cr-setting-disabled'
115
- ),
116
  array(
117
  'title' => __( 'Small Light Badge', 'customer-reviews-woocommerce' ),
118
  'type' => 'trust_badge',
@@ -320,13 +296,11 @@ if ( ! class_exists( 'Ivole_Trust_Badges' ) ):
320
  $shortcode_explanation = sprintf( 'Use %1$s shortcode to display this badge on your site. If the shortcode includes %2$s argument, you can set it to %3$s or %4$s to display or hide border. If the shortcode includes %5$s argument, you can set it to a custom %6$s (in HEX format).', '<code>' . $shortcode . '</code>', '<code>border</code>', '<code>yes</code>', '<code>no</code>', '<code>color</code>', $shortcode_custom_color );
321
  ?>
322
  <p class="cr-trustbadge-desc"><?php echo $shortcode_explanation; ?></p>
323
- <?php
324
- if( 'yes' === get_option( 'ivole_reviews_verified', 'no' ) ) {
325
- echo '<div class="cr-trustbadgea">' . CR_Trust_Badge::show_html_trust_badge( $suffix, $this->store_stats, '', '', $this->verified_page ) . '</div>';
326
- } else {
327
- echo '<p style="color:blue;">Preview of trust badges is turned off. Please enable \'Trust Badges\' checkbox and save changes to view trust badges.</p>';
328
- }
329
- ?>
330
  </td>
331
  </tr>
332
  <?php
@@ -341,129 +315,13 @@ if ( ! class_exists( 'Ivole_Trust_Badges' ) ):
341
  }
342
  }
343
 
344
- /**
345
- * Custom field type for verified_badge checkbox
346
- */
347
- public function show_verified_badge_checkbox( $value ) {
348
- $tmp = CR_Admin::cr_get_field_description( $value );
349
- $description = $tmp['description'];
350
- $option_value = get_option( $value['id'], $value['default'] );
351
- ?>
352
- <tr valign="top">
353
- <th scope="row" class="titledesc">
354
- <?php echo esc_html( $value['title'] ); ?>
355
- </th>
356
- <td class="forminp forminp-checkbox">
357
- <fieldset>
358
- <legend class="screen-reader-text"><span><?php echo esc_html( $value['title'] ) ?></span></legend>
359
- <label for="<?php echo $value['id'] ?>">
360
- <input name="<?php echo esc_attr( $value['id'] ); ?>" id="<?php echo esc_attr( $value['id'] ); ?>"
361
- type="checkbox" class="cr-disabled-checkbox<?php echo ( isset( $value['class'] ) && 0 < strlen( $value['class'] ) ) ? ' ' . esc_attr( $value['class'] ) : ''; ?>"
362
- value="1" disabled="disabled" /><?php echo $description ?></label>
363
- <p class="cr-verified-badge-status"></p>
364
- </fieldset>
365
- </td>
366
- </tr>
367
- <?php
368
- }
369
-
370
- /**
371
- * Custom field type for verified page
372
- */
373
- public function show_verified_page( $value ) {
374
- $tmp = CR_Admin::cr_get_field_description( $value );
375
- $tooltip_html = $tmp['tooltip_html'];
376
- $description = $tmp['description'];
377
- ?>
378
- <tr valign="top">
379
- <th scope="row" class="titledesc">
380
- <label for="<?php echo esc_attr( $value['id'] ); ?>"><?php echo esc_html( $value['title'] ); ?></label>
381
- <?php echo $tooltip_html; ?>
382
- </th>
383
- <td class="forminp forminp-<?php echo sanitize_title( $value['type'] ) ?>">
384
- https://www.cusrev.com/reviews/
385
- <input
386
- name="<?php echo esc_attr( $value['id'] ); ?>"
387
- id="<?php echo esc_attr( $value['id'] ); ?>"
388
- type="text"
389
- style="<?php echo esc_attr( $value['css'] ); ?>"
390
- class="<?php echo esc_attr( $value['class'] ); ?>"
391
- value="<?php echo get_option( 'ivole_reviews_verified_page', Ivole_Email::get_blogdomain() ); ?>"
392
- disabled />
393
- <?php echo $description; ?>
394
- </td>
395
- </tr>
396
- <?php
397
- }
398
-
399
- public function save_verified_badge_checkbox( $value, $option, $raw_value ) {
400
- $value = '1' === $raw_value || 'yes' === $raw_value ? 'yes' : 'no';
401
-
402
- $ageRestriction = false;
403
- if( isset( $_POST['ivole_age_restriction'] ) && ( 1 == $_POST['ivole_age_restriction'] || 'yes' == $_POST['ivole_age_restriction'] ) ) {
404
- $ageRestriction = true;
405
- }
406
-
407
- $verified_reviews = new CR_Verified_Reviews();
408
- if( 'yes' === $value ) {
409
- if( 0 != $verified_reviews->enable( $_POST['ivole_reviews_verified_page'], $ageRestriction ) ) {
410
- // if activation failed, disable the option
411
- $value = 'no';
412
- }
413
- } else {
414
- $verified_reviews->disable( $ageRestriction );
415
- }
416
-
417
- return $value;
418
- }
419
-
420
- public function save_age_restriction_checkbox( $value, $option, $raw_value ) {
421
- $value = '1' === $raw_value || 'yes' === $raw_value ? 'yes' : 'no';
422
- return $value;
423
- }
424
-
425
- /**
426
- * Function to check if verified reviews are enabled
427
- */
428
- public function check_verified_reviews_ajax() {
429
- $vrevs = new CR_Verified_Reviews();
430
- $rval = $vrevs->check_status();
431
-
432
- if ( 0 === $rval ) {
433
- wp_send_json( array( 'status' => 0 ) );
434
- } else {
435
- wp_send_json( array( 'status' => 1 ) );
436
- }
437
- }
438
-
439
  public function output_page_javascript() {
440
  if ( $this->is_this_tab() ) {
441
  $this->floating_badge_preview();
442
  ?>
443
  <script type="text/javascript">
444
  jQuery(function($) {
445
- // Load of Review Extensions page and check if verified reviews are enabled
446
- if ( jQuery('#ivole_reviews_verified').length > 0 ) {
447
- var data = {
448
- 'action': 'ivole_check_verified_reviews_ajax'
449
- };
450
- jQuery('.cr-verified-badge-status').text('Checking settings...');
451
- jQuery('.cr-verified-badge-status').css('visibility', 'visible');
452
- jQuery.post(ajaxurl, data, function(response) {
453
- jQuery('#ivole_reviews_verified').prop( 'checked', <?php echo 'yes' === get_option( 'ivole_reviews_verified', 'no' ) ? 'true' : 'false'; ?> );
454
- jQuery('.cr-verified-badge-status').css( 'visibility', 'hidden' );
455
- jQuery('.cr-disabled-checkbox').prop( 'disabled', false );
456
- jQuery('#ivole_reviews_verified_page').prop( 'disabled', <?php echo 'yes' === get_option( 'ivole_reviews_verified', 'no' ) ? 'false' : 'true'; ?> );
457
- jQuery('#ivole_age_restriction').prop( 'checked', <?php echo 'yes' === get_option( 'ivole_age_restriction', 'no' ) ? 'true' : 'false'; ?> );
458
- });
459
-
460
- jQuery('#ivole_reviews_verified').change(function(){
461
- if( this.checked ) {
462
- jQuery('#ivole_reviews_verified_page').prop( 'disabled', false );
463
- } else {
464
- jQuery('#ivole_reviews_verified_page').prop( 'disabled', true );
465
- }
466
- });
467
  jQuery('#cr_floatingtrustbadge').click(function(){
468
  if( !jQuery(this).hasClass( 'cr-floatingbadge-big' ) ) {
469
  jQuery(this).find('div.cr-badge.badge_size_compact').hide();
@@ -562,9 +420,6 @@ if ( ! class_exists( 'Ivole_Trust_Badges' ) ):
562
  }
563
 
564
  public function floating_badge_preview() {
565
- if( 'yes' !== get_option( 'ivole_reviews_verified', 'no' ) ) {
566
- return;
567
- }
568
  $float_style = get_option( 'ivole_trust_badge_floating_type', 'light' );
569
  if( 'light' === $float_style ) {
570
  $float_colors = $this->floating_light['small'];
34
  $this->floating_dark = CR_Floating_Trust_Badge::$floating_dark;
35
 
36
  add_action( 'woocommerce_admin_field_trust_badge', array( $this, 'show_trustbadge' ) );
 
 
37
  add_filter( 'cr_settings_tabs', array( $this, 'register_tab' ) );
38
  add_action( 'ivole_settings_display_' . $this->tab, array( $this, 'display' ) );
39
  add_action( 'cr_save_settings_' . $this->tab, array( $this, 'save' ) );
40
  add_action( 'admin_enqueue_scripts', array( $this, 'load_trustbadges_css' ) );
41
  add_action( 'admin_footer', array( $this, 'output_page_javascript' ) );
 
 
 
42
  }
43
 
44
  public function register_tab( $tabs ) {
70
  $l_suffix = '-' . $this->language;
71
  $site_lang = $this->language . '/';
72
  }
73
+ if( 'yes' === get_option( 'ivole_verified_reviews', 'no' ) ) {
74
+ $this->verified_page = 'https://www.cusrev.com/' . $site_lang . 'reviews/' . get_option( 'ivole_reviews_verified_page', Ivole_Email::get_blogdomain() );
75
+ } else {
76
+ $this->verified_page = '';
77
+ }
78
+
79
  $this->store_stats = CR_Trust_Badge::get_store_stats( Ivole_Email::get_blogurl(), true );
80
  //
81
  $this->settings = array(
82
  array(
83
  'title' => __( 'Trust Badges', 'customer-reviews-woocommerce' ),
84
  'type' => 'title',
85
+ 'desc' => '<p>' .
86
+ __( 'Increase your store\'s conversion rate by placing a "trust badge" on the home, checkout or any other page(s). Let customers feel more confident about shopping on your site by featuring a trust badge that shows a summary of customer reviews. Trust badges can be enabled using shortcodes or blocks in the page editor (blocks require WordPress 5.0 or newer).', 'customer-reviews-woocommerce' ) .
87
+ '</p><p>' .
88
+ sprintf( __( 'If you enable <a href="%1$s">verification of reviews</a> and claim a <a href="%2$s">dedicated page</a> at CusRev.com website, trust badges will include a nofollow link to your page there.', 'customer-reviews-woocommerce' ), admin_url( 'admin.php?page=cr-reviews-settings&tab=review_reminder' ), admin_url( 'admin.php?page=cr-reviews-settings&tab=cusrev' ) ) .
89
+ '</p>',
90
  'id' => 'ivole_options'
91
  ),
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
92
  array(
93
  'title' => __( 'Small Light Badge', 'customer-reviews-woocommerce' ),
94
  'type' => 'trust_badge',
296
  $shortcode_explanation = sprintf( 'Use %1$s shortcode to display this badge on your site. If the shortcode includes %2$s argument, you can set it to %3$s or %4$s to display or hide border. If the shortcode includes %5$s argument, you can set it to a custom %6$s (in HEX format).', '<code>' . $shortcode . '</code>', '<code>border</code>', '<code>yes</code>', '<code>no</code>', '<code>color</code>', $shortcode_custom_color );
297
  ?>
298
  <p class="cr-trustbadge-desc"><?php echo $shortcode_explanation; ?></p>
299
+ <div class="cr-trustbadgea">
300
+ <?php
301
+ echo CR_Trust_Badge::show_html_trust_badge( $suffix, $this->store_stats, '', '', $this->verified_page );
302
+ ?>
303
+ </div>
 
 
304
  </td>
305
  </tr>
306
  <?php
315
  }
316
  }
317
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
318
  public function output_page_javascript() {
319
  if ( $this->is_this_tab() ) {
320
  $this->floating_badge_preview();
321
  ?>
322
  <script type="text/javascript">
323
  jQuery(function($) {
324
+ if ( jQuery('#cr_floatingtrustbadge').length > 0 ) {
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
325
  jQuery('#cr_floatingtrustbadge').click(function(){
326
  if( !jQuery(this).hasClass( 'cr-floatingbadge-big' ) ) {
327
  jQuery(this).find('div.cr-badge.badge_size_compact').hide();
420
  }
421
 
422
  public function floating_badge_preview() {
 
 
 
423
  $float_style = get_option( 'ivole_trust_badge_floating_type', 'light' );
424
  if( 'light' === $float_style ) {
425
  $float_colors = $this->floating_light['small'];
includes/trust-badge/class-cr-floating-trust-badge.php CHANGED
@@ -55,7 +55,11 @@ if ( ! class_exists( 'CR_Floating_Trust_Badge' ) ) :
55
  if( 'en' !== $this->lang ) {
56
  $site_lang = $this->lang . '/';
57
  }
58
- $verified_page = 'https://www.cusrev.com/' . $site_lang . 'reviews/' . get_option( 'ivole_reviews_verified_page', Ivole_Email::get_blogdomain() );
 
 
 
 
59
  $float_style = get_option( 'ivole_trust_badge_floating_type', 'light' );
60
  if( 'light' === $float_style ) {
61
  $suffix = 'cl';
@@ -110,5 +114,3 @@ if ( ! class_exists( 'CR_Floating_Trust_Badge' ) ) :
110
  }
111
 
112
  endif;
113
-
114
- ?>
55
  if( 'en' !== $this->lang ) {
56
  $site_lang = $this->lang . '/';
57
  }
58
+ if( 'yes' === get_option( 'ivole_verified_reviews', 'no' ) ) {
59
+ $verified_page = 'https://www.cusrev.com/' . $site_lang . 'reviews/' . get_option( 'ivole_reviews_verified_page', Ivole_Email::get_blogdomain() );
60
+ } else {
61
+ $verified_page = '';
62
+ }
63
  $float_style = get_option( 'ivole_trust_badge_floating_type', 'light' );
64
  if( 'light' === $float_style ) {
65
  $suffix = 'cl';
114
  }
115
 
116
  endif;
 
 
includes/trust-badge/class-cr-trust-badge.php CHANGED
@@ -198,8 +198,14 @@ if (! class_exists('CR_Trust_Badge')) :
198
  $badgeColorClass = '';
199
  $badgeClass = '';
200
  $badgeStyle = '';
201
- $badgeVerified = __( 'Independently verified', 'customer-reviews-woocommerce' );
202
- $badgeVerifiedW = __( 'independently verified', 'customer-reviews-woocommerce' );
 
 
 
 
 
 
203
  $separateRatings = false;
204
  $strAvRating = sprintf( __( '%s rating', 'customer-reviews-woocommerce' ), strval( $storeStats['averageRating'] ) );
205
  $strAvRatingW = sprintf( __( 'rating %s / 5', 'customer-reviews-woocommerce' ), '<b>' . strval( $storeStats['averageRating'] ) . '</b>' );
@@ -356,32 +362,102 @@ if (! class_exists('CR_Trust_Badge')) :
356
  $stats = null;
357
  $cached_stats = get_option( 'ivole_store_stats', null );
358
  if( $refresh || !$cached_stats ) {
359
- $response = wp_remote_get( 'https://api.cusrev.com/v1/production/store-stats?domain=' . $domain );
360
- if( !is_wp_error( $response ) ) {
361
- $response_body = wp_remote_retrieve_body( $response );
362
- if( $response_body ) {
363
- $stats = json_decode( $response_body, true );
364
- if( $stats ) {
365
- if( isset( $stats['status'] ) && 'Error' === $stats['status'] ) {
366
- $stats = null;
367
- $cached_stats = null;
368
- } else {
369
- update_option( 'ivole_store_stats', $stats );
 
 
 
 
370
  }
371
  }
372
  }
373
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
374
  }
375
  if( !$stats ) {
376
  $stats = $cached_stats;
377
  }
378
  if( !$stats ) {
379
  $stats = array(
380
- 'storeName' => '',
381
  'averageRating' => '0.0',
382
  'storeRating' => '0.0',
383
  'productRating' => '0.0',
384
- 'totalReviews' => 0
 
385
  );
386
  }
387
  return $stats;
198
  $badgeColorClass = '';
199
  $badgeClass = '';
200
  $badgeStyle = '';
201
+ if( $storeStats['verified'] ) {
202
+ $badgeVerified = __( 'Independently verified', 'customer-reviews-woocommerce' );
203
+ $badgeVerifiedW = __( 'independently verified', 'customer-reviews-woocommerce' );
204
+ } else {
205
+ $badgeVerified = __( 'What Our Clients Say', 'customer-reviews-woocommerce' );
206
+ $badgeVerifiedW = __( 'what our clients say', 'customer-reviews-woocommerce' );
207
+ $verifiedPage = '';
208
+ }
209
  $separateRatings = false;
210
  $strAvRating = sprintf( __( '%s rating', 'customer-reviews-woocommerce' ), strval( $storeStats['averageRating'] ) );
211
  $strAvRatingW = sprintf( __( 'rating %s / 5', 'customer-reviews-woocommerce' ), '<b>' . strval( $storeStats['averageRating'] ) . '</b>' );
362
  $stats = null;
363
  $cached_stats = get_option( 'ivole_store_stats', null );
364
  if( $refresh || !$cached_stats ) {
365
+ // if independent verification of reviews is enabled, try to get the stats from the API
366
+ if( 'yes' === get_option( 'ivole_verified_reviews', 'no' ) ) {
367
+ $response = wp_remote_get( 'https://api.cusrev.com/v1/production/store-stats?domain=' . $domain );
368
+ if( !is_wp_error( $response ) ) {
369
+ $response_body = wp_remote_retrieve_body( $response );
370
+ if( $response_body ) {
371
+ $stats = json_decode( $response_body, true );
372
+ if( $stats ) {
373
+ if( isset( $stats['status'] ) && 'Error' === $stats['status'] ) {
374
+ $stats = null;
375
+ $cached_stats = null;
376
+ } else {
377
+ $stats['verified'] = true;
378
+ update_option( 'ivole_store_stats', $stats );
379
+ }
380
  }
381
  }
382
  }
383
  }
384
+ // if CusRev page is disabled or API returned an error, calculate the stats for reviews locally
385
+ if( !$stats ) {
386
+ // products reviews
387
+ $args = array(
388
+ 'post_type' => 'product' ,
389
+ 'status' => 'approve',
390
+ 'parent' => 0,
391
+ 'count' => true,
392
+ 'type__not_in' => 'cr_qna',
393
+ 'post_status' => 'publish'
394
+ );
395
+ $prd_revs = array();
396
+ for( $i = 1; $i < 6; $i++ ) {
397
+ $args['meta_query'] = array();
398
+ $args['meta_query'][] = array(
399
+ 'key' => 'rating',
400
+ 'value' => $i,
401
+ 'compare' => '=',
402
+ 'type' => 'numeric'
403
+ );
404
+ $prd_revs[$i] = get_comments( $args );
405
+ }
406
+ $prd_revs_count = $prd_revs[1] + $prd_revs[2] + $prd_revs[3] + $prd_revs[4] + $prd_revs[5];
407
+ $prd_revs_sum = 1 * $prd_revs[1] + 2 * $prd_revs[2] + 3 * $prd_revs[3] + 4 * $prd_revs[4] + 5 * $prd_revs[5];
408
+ $prd_rating = $prd_revs_count > 0 ? round( $prd_revs_sum / $prd_revs_count, 2 ) : 0;
409
+
410
+ // store reviews
411
+ $shop_page_id = wc_get_page_id( 'shop' );
412
+ $args = array(
413
+ 'status' => 'approve',
414
+ 'post_status' => 'publish',
415
+ 'post_id' => $shop_page_id,
416
+ 'meta_key' => 'rating',
417
+ 'count' => true,
418
+ 'type__not_in' => 'cr_qna'
419
+ );
420
+ $sto_revs = array();
421
+ for( $i = 1; $i < 6; $i++ ) {
422
+ $args['meta_query'] = array();
423
+ $args['meta_query'][] = array(
424
+ 'key' => 'rating',
425
+ 'value' => $i,
426
+ 'compare' => '=',
427
+ 'type' => 'numeric'
428
+ );
429
+ $sto_revs[$i] = get_comments( $args );
430
+ }
431
+ $sto_revs_count = $sto_revs[1] + $sto_revs[2] + $sto_revs[3] + $sto_revs[4] + $sto_revs[5];
432
+ $sto_revs_sum = 1 * $sto_revs[1] + 2 * $sto_revs[2] + 3 * $sto_revs[3] + 4 * $sto_revs[4] + 5 * $sto_revs[5];
433
+ $sto_rating = $sto_revs_count > 0 ? round( $sto_revs_sum / $sto_revs_count, 2 ) : 0;
434
+
435
+ // all (product and store) reviews
436
+ $all_revs_count = $prd_revs_count + $sto_revs_count;
437
+ $all_rating = $all_revs_count > 0 ? round( ( $prd_revs_sum + $sto_revs_sum ) / $all_revs_count, 2 ) : 0;
438
+
439
+ $stats = array(
440
+ 'storeName' => Ivole_Email::get_blogname(),
441
+ 'averageRating' => number_format( $all_rating, 2),
442
+ 'storeRating' => number_format( $sto_rating, 2 ),
443
+ 'productRating' => number_format( $prd_rating, 2 ),
444
+ 'totalReviews' => $all_revs_count,
445
+ 'verified' => false
446
+ );
447
+ update_option( 'ivole_store_stats', $stats );
448
+ }
449
  }
450
  if( !$stats ) {
451
  $stats = $cached_stats;
452
  }
453
  if( !$stats ) {
454
  $stats = array(
455
+ 'storeName' => Ivole_Email::get_blogname(),
456
  'averageRating' => '0.0',
457
  'storeRating' => '0.0',
458
  'productRating' => '0.0',
459
+ 'totalReviews' => 0,
460
+ 'verified' => ( 'yes' === get_option( 'ivole_verified_reviews', 'no' ) ) ? true : false
461
  );
462
  }
463
  return $stats;
includes/trust-badge/class-cr-verified-reviews.php CHANGED
@@ -55,7 +55,7 @@ if ( ! class_exists( 'CR_Verified_Reviews' ) ) :
55
 
56
  public function enable( $reviewsUrl, $ageRestriction ) {
57
  if( strlen( $reviewsUrl ) === 0 ) {
58
- WC_Admin_Settings::add_error( __( 'Trust badges activation error: \'Verified Reviews Page\' cannot be empty.', 'customer-reviews-woocommerce' ) );
59
  return 1;
60
  }
61
  if( ! Ivole::is_curl_installed() ) {
@@ -86,24 +86,24 @@ if ( ! class_exists( 'CR_Verified_Reviews' ) ) :
86
  );
87
  $result = curl_exec( $ch );
88
  if( false === $result ) {
89
- WC_Admin_Settings::add_error( __( 'Trust badges activation error #98. ' . curl_error( $ch ), 'customer-reviews-woocommerce' ) );
90
  return 1;
91
  }
92
  $result = json_decode( $result );
93
  if( isset( $result->status ) && 'enabled' === $result->status ) {
94
- WC_Admin_Settings::add_message( __( 'Trust badges have been successfully activated.', 'customer-reviews-woocommerce' ) );
95
  return 0;
96
  } elseif( isset( $result->error ) && 'Duplicate reviews url' === $result->error ) {
97
- WC_Admin_Settings::add_error( sprintf( __( 'Trust badges activation error: \'%s\' is already in use. Please enter a different page name.', 'customer-reviews-woocommerce' ), $reviewsUrl ) );
98
  return 1;
99
  } elseif( isset( $result->error ) && 'Wrong reviews url' === $result->error ) {
100
- WC_Admin_Settings::add_error( __( 'Trust badges activation error: page name contains unsupported symbols. Only latin characters (a-z), numbers (0-9), and . symbol are allowed.', 'customer-reviews-woocommerce' ) );
101
  return 1;
102
  } elseif( isset( $result->details ) && 'The store page is blocked' === $result->details ) {
103
  WC_Admin_Settings::add_error( __( 'Trust badges activation error: the page is blocked, please contact CusRev support for assistance.', 'customer-reviews-woocommerce' ) );
104
  return 1;
105
  } else {
106
- WC_Admin_Settings::add_error( __( 'Trust badges activation error #99.', 'customer-reviews-woocommerce' ) );
107
  return 1;
108
  }
109
  }
@@ -139,22 +139,22 @@ if ( ! class_exists( 'CR_Verified_Reviews' ) ) :
139
  $result = curl_exec( $ch );
140
  if( false === $result ) {
141
  if( class_exists( 'WC_Admin_Settings' ) ) {
142
- WC_Admin_Settings::add_error( __( 'Trust badges deactivation error #98. Please try again.', 'customer-reviews-woocommerce' ) );
143
  }
144
  return 1;
145
  }
146
  $result = json_decode( $result );
147
  if( isset( $result->status ) && 'disabled' === $result->status ) {
148
  if( class_exists( 'WC_Admin_Settings' ) ) {
149
- WC_Admin_Settings::add_message( __( 'Trust badges have been successfully deactivated.', 'customer-reviews-woocommerce' ) );
150
  }
151
  return 0;
152
  } elseif( isset( $result->details ) && 'The store page is blocked' === $result->details ) {
153
- WC_Admin_Settings::add_error( __( 'Trust badges deactivation error: the page is blocked, please contact CusRev support for assistance.', 'customer-reviews-woocommerce' ) );
154
  return 1;
155
  } else {
156
  if( class_exists( 'WC_Admin_Settings' ) ) {
157
- WC_Admin_Settings::add_error( __( 'Trust badges deactivation error #99.', 'customer-reviews-woocommerce' ) );
158
  }
159
  return 1;
160
  }
55
 
56
  public function enable( $reviewsUrl, $ageRestriction ) {
57
  if( strlen( $reviewsUrl ) === 0 ) {
58
+ WC_Admin_Settings::add_error( __( 'CusRev.com page activation error: \'Page URL\' cannot be empty.', 'customer-reviews-woocommerce' ) );
59
  return 1;
60
  }
61
  if( ! Ivole::is_curl_installed() ) {
86
  );
87
  $result = curl_exec( $ch );
88
  if( false === $result ) {
89
+ WC_Admin_Settings::add_error( __( 'CusRev.com page activation error #98. ' . curl_error( $ch ), 'customer-reviews-woocommerce' ) );
90
  return 1;
91
  }
92
  $result = json_decode( $result );
93
  if( isset( $result->status ) && 'enabled' === $result->status ) {
94
+ WC_Admin_Settings::add_message( __( 'CusRev.com page has been successfully enabled.', 'customer-reviews-woocommerce' ) );
95
  return 0;
96
  } elseif( isset( $result->error ) && 'Duplicate reviews url' === $result->error ) {
97
+ WC_Admin_Settings::add_error( sprintf( __( 'CusRev.com page activation error: \'%s\' is already in use. Please enter a different page name.', 'customer-reviews-woocommerce' ), $reviewsUrl ) );
98
  return 1;
99
  } elseif( isset( $result->error ) && 'Wrong reviews url' === $result->error ) {
100
+ WC_Admin_Settings::add_error( __( 'CusRev.com page activation error: page URL contains unsupported symbols. Only latin characters (a-z), numbers (0-9), and . symbol are allowed.', 'customer-reviews-woocommerce' ) );
101
  return 1;
102
  } elseif( isset( $result->details ) && 'The store page is blocked' === $result->details ) {
103
  WC_Admin_Settings::add_error( __( 'Trust badges activation error: the page is blocked, please contact CusRev support for assistance.', 'customer-reviews-woocommerce' ) );
104
  return 1;
105
  } else {
106
+ WC_Admin_Settings::add_error( __( 'CusRev.com page activation error #99.', 'customer-reviews-woocommerce' ) );
107
  return 1;
108
  }
109
  }
139
  $result = curl_exec( $ch );
140
  if( false === $result ) {
141
  if( class_exists( 'WC_Admin_Settings' ) ) {
142
+ WC_Admin_Settings::add_error( __( 'CusRev.com page deactivation error #98. Please try again.', 'customer-reviews-woocommerce' ) );
143
  }
144
  return 1;
145
  }
146
  $result = json_decode( $result );
147
  if( isset( $result->status ) && 'disabled' === $result->status ) {
148
  if( class_exists( 'WC_Admin_Settings' ) ) {
149
+ WC_Admin_Settings::add_message( __( 'CusRev.com page has been successfully disabled.', 'customer-reviews-woocommerce' ) );
150
  }
151
  return 0;
152
  } elseif( isset( $result->details ) && 'The store page is blocked' === $result->details ) {
153
+ WC_Admin_Settings::add_error( __( 'CusRev.com page deactivation error: the page is blocked, please contact CusRev support for assistance.', 'customer-reviews-woocommerce' ) );
154
  return 1;
155
  } else {
156
  if( class_exists( 'WC_Admin_Settings' ) ) {
157
+ WC_Admin_Settings::add_error( __( 'CusRev.com page deactivation error #99.', 'customer-reviews-woocommerce' ) );
158
  }
159
  return 1;
160
  }
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.7.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.8.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-10-28T14:21:16+00:00\n"
10
  "PO-Revision-Date: 2018-02-18 00:46+0000\n"
11
  "Last-Translator: \n"
12
  "Language-Team: \n"
@@ -43,27 +43,27 @@ msgstr ""
43
  msgid "This reply was originally posted on CR portal"
44
  msgstr ""
45
 
46
- #: class-ivole.php:150
47
  msgid "View CusRev documentation"
48
  msgstr ""
49
 
50
- #: class-ivole.php:150
51
  msgid "Docs"
52
  msgstr ""
53
 
54
- #: class-ivole.php:151
55
  msgid "Visit community forums"
56
  msgstr ""
57
 
58
- #: class-ivole.php:151
59
  msgid "Community support"
60
  msgstr ""
61
 
62
- #: class-ivole.php:161
63
  msgid "View Customer Reviews settings"
64
  msgstr ""
65
 
66
- #: class-ivole.php:161 includes/settings/class-cr-admin-menu-settings.php:60
67
  #: includes/settings/class-cr-admin-menu-settings.php:61
68
  msgid "Settings"
69
  msgstr ""
@@ -243,7 +243,7 @@ msgstr ""
243
  msgid "Item 2 Test"
244
  msgstr ""
245
 
246
- #: includes/emails/class-cr-email-func.php:263
247
  #: includes/reviews/class-cr-reviews-list-table.php:410
248
  msgid "Review"
249
  msgstr ""
@@ -380,7 +380,7 @@ msgstr ""
380
  #: includes/reviews/class-cr-admin-menu-reviews.php:59
381
  #: includes/reviews/class-cr-admin-menu-reviews.php:60
382
  #: includes/settings/class-cr-admin-menu-settings.php:143
383
- #: includes/settings/class-cr-settings-trust-badges.php:336
384
  msgid "Reviews"
385
  msgstr ""
386
 
@@ -2504,6 +2504,49 @@ msgid ""
2504
  "settings</a>."
2505
  msgstr ""
2506
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2507
  #: includes/settings/class-cr-settings-discount-tiers.php:37
2508
  msgid ""
2509
  "The option is not available with the coupon type selected for this discount "
@@ -2605,7 +2648,7 @@ msgid "Specific roles"
2605
  msgstr ""
2606
 
2607
  #: includes/settings/class-cr-settings-discount-tiers.php:146
2608
- #: includes/settings/class-cr-settings-review-reminder.php:362
2609
  msgid "Roles"
2610
  msgstr ""
2611
 
@@ -2816,7 +2859,7 @@ msgid ""
2816
  msgstr ""
2817
 
2818
  #: includes/settings/class-cr-settings-email-template.php:286
2819
- msgid "\"Reply-To\" Address"
2820
  msgstr ""
2821
 
2822
  #: includes/settings/class-cr-settings-email-template.php:301
@@ -2961,69 +3004,69 @@ msgid ""
2961
  "test email."
2962
  msgstr ""
2963
 
2964
- #: includes/settings/class-cr-settings-email-template.php:533
2965
  msgid "Return to emails"
2966
  msgstr ""
2967
 
2968
- #: includes/settings/class-cr-settings-email-template.php:552
2969
  msgid "Email template"
2970
  msgstr ""
2971
 
2972
- #: includes/settings/class-cr-settings-email-template.php:560
2973
  msgid "Delete template file"
2974
  msgstr ""
2975
 
2976
  #. translators: %s: Path to template file
2977
- #: includes/settings/class-cr-settings-email-template.php:566
2978
  msgid ""
2979
  "This template has been overridden by your theme and can be found in: %s."
2980
  msgstr ""
2981
 
2982
- #: includes/settings/class-cr-settings-email-template.php:596
2983
  msgid "Copy file to theme"
2984
  msgstr ""
2985
 
2986
  #. translators: 1: Path to template file 2: Path to theme folder
2987
- #: includes/settings/class-cr-settings-email-template.php:602
2988
  msgid ""
2989
  "To override and edit this email template copy %1$s to your theme folder: "
2990
  "%2$s."
2991
  msgstr ""
2992
 
2993
- #: includes/settings/class-cr-settings-email-template.php:610
2994
  msgid "File was not found."
2995
  msgstr ""
2996
 
2997
- #: includes/settings/class-cr-settings-email-template.php:632
2998
  msgid "View template"
2999
  msgstr ""
3000
 
3001
- #: includes/settings/class-cr-settings-email-template.php:633
3002
  msgid "Hide template"
3003
  msgstr ""
3004
 
3005
- #: includes/settings/class-cr-settings-email-template.php:647
3006
  msgid "Are you sure you want to delete this template file?"
3007
  msgstr ""
3008
 
3009
- #: includes/settings/class-cr-settings-email-template.php:668
3010
- #: includes/settings/class-cr-settings-email-template.php:674
3011
  msgid "'Email Body' field cannot be empty"
3012
  msgstr ""
3013
 
3014
- #: includes/settings/class-cr-settings-email-template.php:688
3015
  msgid "Action failed. Please refresh the page and retry."
3016
  msgstr ""
3017
 
3018
- #: includes/settings/class-cr-settings-email-template.php:692
3019
  msgid "You don&#8217;t have permission to do this."
3020
  msgstr ""
3021
 
3022
- #: includes/settings/class-cr-settings-email-template.php:714
3023
  msgid "Template file copied to theme."
3024
  msgstr ""
3025
 
3026
- #: includes/settings/class-cr-settings-email-template.php:726
3027
  msgid "Template file deleted from theme."
3028
  msgstr ""
3029
 
@@ -3031,11 +3074,11 @@ msgstr ""
3031
  msgid "Emails"
3032
  msgstr ""
3033
 
3034
- #: includes/settings/class-cr-settings-emails.php:69
3035
  msgid "Email Templates"
3036
  msgstr ""
3037
 
3038
- #: includes/settings/class-cr-settings-emails.php:71
3039
  msgid ""
3040
  "Adjust templates of the emails that will be sent to customers. If you enable "
3041
  "<b>advanced</b> email templates in your account on the %1$sCusRev website"
@@ -3043,15 +3086,15 @@ msgid ""
3043
  "below."
3044
  msgstr ""
3045
 
3046
- #: includes/settings/class-cr-settings-emails.php:102
3047
  msgid "Email"
3048
  msgstr ""
3049
 
3050
- #: includes/settings/class-cr-settings-emails.php:103
3051
  msgid "Subject"
3052
  msgstr ""
3053
 
3054
- #: includes/settings/class-cr-settings-emails.php:104
3055
  msgid "From"
3056
  msgstr ""
3057
 
@@ -3197,7 +3240,7 @@ msgid "Reply-To Address"
3197
  msgstr ""
3198
 
3199
  #: includes/settings/class-cr-settings-review-discount.php:109
3200
- #: includes/settings/class-cr-settings-review-reminder.php:480
3201
  msgid "Email Template"
3202
  msgstr ""
3203
 
@@ -3458,11 +3501,11 @@ msgstr ""
3458
  #: includes/settings/class-cr-settings-review-reminder.php:89
3459
  #: includes/settings/class-cr-settings-review-reminder.php:94
3460
  #: includes/settings/class-cr-settings-review-reminder.php:99
3461
- #: includes/settings/class-cr-settings-review-reminder.php:931
3462
- #: includes/settings/class-cr-settings-review-reminder.php:932
3463
- #: includes/settings/class-cr-settings-review-reminder.php:933
3464
- #: includes/settings/class-cr-settings-review-reminder.php:934
3465
- #: includes/settings/class-cr-settings-review-reminder.php:935
3466
  msgid "Checking license..."
3467
  msgstr ""
3468
 
@@ -3737,83 +3780,83 @@ msgid ""
3737
  "in this field."
3738
  msgstr ""
3739
 
3740
- #: includes/settings/class-cr-settings-review-reminder.php:314
3741
  msgid "Order Status"
3742
  msgstr ""
3743
 
3744
- #: includes/settings/class-cr-settings-review-reminder.php:316
3745
  msgid ""
3746
  "Review reminders will be sent N days after this order status. It is "
3747
  "recommended to use 'Completed' status."
3748
  msgstr ""
3749
 
3750
- #: includes/settings/class-cr-settings-review-reminder.php:325
3751
  msgid "Enable for"
3752
  msgstr ""
3753
 
3754
- #: includes/settings/class-cr-settings-review-reminder.php:327
3755
  msgid ""
3756
  "Define if reminders will be send for all or only specific categories of "
3757
  "products."
3758
  msgstr ""
3759
 
3760
- #: includes/settings/class-cr-settings-review-reminder.php:334
3761
  msgid "All Categories"
3762
  msgstr ""
3763
 
3764
- #: includes/settings/class-cr-settings-review-reminder.php:335
3765
  msgid "Specific Categories"
3766
  msgstr ""
3767
 
3768
- #: includes/settings/class-cr-settings-review-reminder.php:339
3769
  msgid "Categories"
3770
  msgstr ""
3771
 
3772
- #: includes/settings/class-cr-settings-review-reminder.php:341
3773
  msgid ""
3774
  "If reminders are enabled only for specific categories of products, this "
3775
  "field enables you to choose these categories."
3776
  msgstr ""
3777
 
3778
- #: includes/settings/class-cr-settings-review-reminder.php:348
3779
  msgid "Enable for Roles"
3780
  msgstr ""
3781
 
3782
- #: includes/settings/class-cr-settings-review-reminder.php:350
3783
  msgid ""
3784
  "Define if reminders will be send for all or only specific roles of users."
3785
  msgstr ""
3786
 
3787
- #: includes/settings/class-cr-settings-review-reminder.php:357
3788
  msgid "All Roles"
3789
  msgstr ""
3790
 
3791
- #: includes/settings/class-cr-settings-review-reminder.php:358
3792
  msgid "Specific Roles"
3793
  msgstr ""
3794
 
3795
- #: includes/settings/class-cr-settings-review-reminder.php:364
3796
  msgid ""
3797
  "If reminders are enabled only for specific user roles, this field enables "
3798
  "you to choose these roles."
3799
  msgstr ""
3800
 
3801
- #: includes/settings/class-cr-settings-review-reminder.php:371
3802
  msgid "Enable for Guests"
3803
  msgstr ""
3804
 
3805
- #: includes/settings/class-cr-settings-review-reminder.php:372
3806
  msgid ""
3807
  "Enable sending of review reminders to customers who place orders without an "
3808
  "account (guest checkout). It is recommended to enable this checkbox, if you "
3809
  "allow customers to place orders without creating an account on your site."
3810
  msgstr ""
3811
 
3812
- #: includes/settings/class-cr-settings-review-reminder.php:378
3813
  msgid "Reminders Scheduler"
3814
  msgstr ""
3815
 
3816
- #: includes/settings/class-cr-settings-review-reminder.php:380
3817
  msgid ""
3818
  "Define which scheduler the plugin will use to schedule automatic review "
3819
  "reminders. The default option is to use WordPress Cron (WP-Cron) for "
@@ -3822,53 +3865,53 @@ msgid ""
3822
  "CR Cron is an external service that requires a license key (free or pro)."
3823
  msgstr ""
3824
 
3825
- #: includes/settings/class-cr-settings-review-reminder.php:389
3826
  msgid "Enable Manual Reminders"
3827
  msgstr ""
3828
 
3829
- #: includes/settings/class-cr-settings-review-reminder.php:390
3830
  msgid ""
3831
  "Enable manual sending of follow-up emails with a reminder to submit a "
3832
  "review. Manual reminders can be sent for completed orders from %1$sOrders"
3833
  "%2$s page after enabling this option."
3834
  msgstr ""
3835
 
3836
- #: includes/settings/class-cr-settings-review-reminder.php:396
3837
  msgid "Limit Number of Reminders"
3838
  msgstr ""
3839
 
3840
- #: includes/settings/class-cr-settings-review-reminder.php:397
3841
  msgid ""
3842
  "Enable this checkbox to make sure that no more than one review reminder is "
3843
  "sent for each order."
3844
  msgstr ""
3845
 
3846
- #: includes/settings/class-cr-settings-review-reminder.php:403
3847
  msgid "Customer Consent"
3848
  msgstr ""
3849
 
3850
- #: includes/settings/class-cr-settings-review-reminder.php:404
3851
  msgid ""
3852
  "If this option is enabled, customers will be asked to tick a checkbox on the "
3853
  "checkout page to indicate that they would like to receive an invitation to "
3854
  "review their order."
3855
  msgstr ""
3856
 
3857
- #: includes/settings/class-cr-settings-review-reminder.php:410
3858
  msgid "Customer Consent Text"
3859
  msgstr ""
3860
 
3861
- #: includes/settings/class-cr-settings-review-reminder.php:411
3862
  msgid ""
3863
  "Text of the message shown to customers next to the consent checkbox on the "
3864
  "checkout page."
3865
  msgstr ""
3866
 
3867
- #: includes/settings/class-cr-settings-review-reminder.php:420
3868
  msgid "Registered Customers"
3869
  msgstr ""
3870
 
3871
- #: includes/settings/class-cr-settings-review-reminder.php:421
3872
  msgid ""
3873
  "By default, review reminders are sent to billing emails provided by "
3874
  "customers during checkout. If you enable this option, the plugin will check "
@@ -3877,51 +3920,51 @@ msgid ""
3877
  "this option disabled."
3878
  msgstr ""
3879
 
3880
- #: includes/settings/class-cr-settings-review-reminder.php:427
3881
  msgid "Moderation of Reviews"
3882
  msgstr ""
3883
 
3884
- #: includes/settings/class-cr-settings-review-reminder.php:428
3885
  msgid ""
3886
  "Enable manual moderation of reviews submitted by your verified customers. "
3887
  "This setting applies only to reviews submitted in response to reminders sent "
3888
  "by this plugin."
3889
  msgstr ""
3890
 
3891
- #: includes/settings/class-cr-settings-review-reminder.php:434
3892
  msgid "Exclude Free Products"
3893
  msgstr ""
3894
 
3895
- #: includes/settings/class-cr-settings-review-reminder.php:435
3896
  msgid "Enable this checkbox to exclude free products from review invitations."
3897
  msgstr ""
3898
 
3899
- #: includes/settings/class-cr-settings-review-reminder.php:441
3900
  msgid "Shop Name"
3901
  msgstr ""
3902
 
3903
- #: includes/settings/class-cr-settings-review-reminder.php:443
3904
  msgid ""
3905
  "Specify your shop name that will be used in emails and review forms "
3906
  "generated by this plugin."
3907
  msgstr ""
3908
 
3909
- #: includes/settings/class-cr-settings-review-reminder.php:458
3910
- #: includes/settings/class-cr-settings-review-reminder.php:464
3911
  msgid "Language"
3912
  msgstr ""
3913
 
3914
- #: includes/settings/class-cr-settings-review-reminder.php:466
3915
  msgid "Choose one of the available languages."
3916
  msgstr ""
3917
 
3918
- #: includes/settings/class-cr-settings-review-reminder.php:482
3919
  msgid ""
3920
  "The email template of review reminders can be configured on the <a href=\"%s"
3921
  "\">Emails</a> tab."
3922
  msgstr ""
3923
 
3924
- #: includes/settings/class-cr-settings-review-reminder.php:490
3925
  msgid ""
3926
  "Adjust template of the aggregated review forms that will be created and sent "
3927
  "to customers by CusRev. Modifications will be applied to the next review "
@@ -3930,55 +3973,55 @@ msgid ""
3930
  "b> the settings below."
3931
  msgstr ""
3932
 
3933
- #: includes/settings/class-cr-settings-review-reminder.php:492
3934
  msgid ""
3935
  "Adjust template of the aggregated review forms that will be created and sent "
3936
  "to customers. Modifications will be applied to the next review form created "
3937
  "after saving settings."
3938
  msgstr ""
3939
 
3940
- #: includes/settings/class-cr-settings-review-reminder.php:495
3941
  msgid "Review Form Template"
3942
  msgstr ""
3943
 
3944
- #: includes/settings/class-cr-settings-review-reminder.php:501
3945
  msgid "Form Header"
3946
  msgstr ""
3947
 
3948
- #: includes/settings/class-cr-settings-review-reminder.php:503
3949
  msgid "Header of the review form that will be sent to customers."
3950
  msgstr ""
3951
 
3952
- #: includes/settings/class-cr-settings-review-reminder.php:510
3953
  msgid "Form Body"
3954
  msgstr ""
3955
 
3956
- #: includes/settings/class-cr-settings-review-reminder.php:512
3957
  msgid "Body of the review form that will be sent to customers."
3958
  msgstr ""
3959
 
3960
- #: includes/settings/class-cr-settings-review-reminder.php:520
3961
  msgid "Shop Rating"
3962
  msgstr ""
3963
 
3964
- #: includes/settings/class-cr-settings-review-reminder.php:524
3965
  msgid ""
3966
  "Enable this option if you would like to include a separate question for a "
3967
  "general shop review in addition to questions for product reviews."
3968
  msgstr ""
3969
 
3970
- #: includes/settings/class-cr-settings-review-reminder.php:527
3971
  msgid "Comment Required"
3972
  msgstr ""
3973
 
3974
- #: includes/settings/class-cr-settings-review-reminder.php:531
3975
  msgid ""
3976
  "Enable this option if you would like to make it mandatory for your customers "
3977
  "to write something in their review. This option applies only to aggregated "
3978
  "review forms."
3979
  msgstr ""
3980
 
3981
- #: includes/settings/class-cr-settings-review-reminder.php:534
3982
  msgid ""
3983
  "Enable attachment of pictures and videos on aggregated review forms. "
3984
  "Uploaded media files are initially stored on Amazon S3 and automatically "
@@ -3988,7 +4031,7 @@ msgid ""
3988
  "%2$s."
3989
  msgstr ""
3990
 
3991
- #: includes/settings/class-cr-settings-review-reminder.php:536
3992
  msgid ""
3993
  "Enable attachment of pictures and videos on local aggregated review forms. "
3994
  "This option applies only to aggregated review forms. If you would like to "
@@ -3996,72 +4039,72 @@ msgid ""
3996
  "pages, this can be done %1$shere%2$s."
3997
  msgstr ""
3998
 
3999
- #: includes/settings/class-cr-settings-review-reminder.php:539
4000
  msgid "Attach Media"
4001
  msgstr ""
4002
 
4003
- #: includes/settings/class-cr-settings-review-reminder.php:549
4004
  msgid "Rating Bar"
4005
  msgstr ""
4006
 
4007
- #: includes/settings/class-cr-settings-review-reminder.php:553
4008
  msgid "Visual style of rating bars on review forms."
4009
  msgstr ""
4010
 
4011
- #: includes/settings/class-cr-settings-review-reminder.php:555
4012
  msgid "Smiley and frowny faces"
4013
  msgstr ""
4014
 
4015
- #: includes/settings/class-cr-settings-review-reminder.php:556
4016
  #: blocks/src/reviews-grid/edit.js:234 js/blocks.js:946
4017
  msgid "Stars"
4018
  msgstr ""
4019
 
4020
- #: includes/settings/class-cr-settings-review-reminder.php:561
4021
  msgid "Geolocation"
4022
  msgstr ""
4023
 
4024
- #: includes/settings/class-cr-settings-review-reminder.php:565
4025
  msgid ""
4026
  "Enable geolocation on aggregated review forms. Customers will have an option "
4027
  "to indicate where they are from. For example, \"England, United Kingdom\"."
4028
  msgstr ""
4029
 
4030
- #: includes/settings/class-cr-settings-review-reminder.php:566
4031
  msgid "Automatic geolocation on review forms."
4032
  msgstr ""
4033
 
4034
- #: includes/settings/class-cr-settings-review-reminder.php:572
4035
  msgid "Form Color 1"
4036
  msgstr ""
4037
 
4038
- #: includes/settings/class-cr-settings-review-reminder.php:576
4039
  msgid "Background color for heading of the form and product names."
4040
  msgstr ""
4041
 
4042
- #: includes/settings/class-cr-settings-review-reminder.php:580
4043
  msgid "Form Color 2"
4044
  msgstr ""
4045
 
4046
- #: includes/settings/class-cr-settings-review-reminder.php:584
4047
  msgid "Text color for product names."
4048
  msgstr ""
4049
 
4050
- #: includes/settings/class-cr-settings-review-reminder.php:588
4051
  msgid "Form Color 3"
4052
  msgstr ""
4053
 
4054
- #: includes/settings/class-cr-settings-review-reminder.php:592
4055
  msgid "Color of control elements (buttons, rating bars)."
4056
  msgstr ""
4057
 
4058
- #: includes/settings/class-cr-settings-review-reminder.php:948
4059
  msgid ""
4060
  "While editing the footer text please make sure to keep the unsubscribe link "
4061
  "markup:"
4062
  msgstr ""
4063
 
4064
- #: includes/settings/class-cr-settings-review-reminder.php:1017
4065
  msgid ""
4066
  "<strong>CR Cron could not be enabled because no license key was entered. A "
4067
  "license key (free or pro) is required to use CR Cron.</strong>"
@@ -4415,200 +4458,171 @@ msgid ""
4415
  "you should specify it here."
4416
  msgstr ""
4417
 
4418
- #: includes/settings/class-cr-settings-trust-badges.php:50
4419
  #: includes/settings/class-cr-settings-trust-badges.php:83
4420
- #: includes/settings/class-cr-settings-trust-badges.php:89
4421
  msgid "Trust Badges"
4422
  msgstr ""
4423
 
4424
- #: includes/settings/class-cr-settings-trust-badges.php:85
4425
  msgid ""
4426
- "<p>Increase your store's conversion rate by placing a \"trust badge\" on the "
4427
  "home, checkout or any other page(s). Let customers feel more confident about "
4428
  "shopping on your site by featuring a trust badge that shows a summary of "
4429
- "verified customer reviews. Trust badges can be enabled using shortcodes or "
4430
- "blocks in the page editor (blocks require WordPress 5.0 or newer).</"
4431
- "p><p>Reviews are considered to be verified when they are collected via an "
4432
- "independent third-party website (www.cusrev.com) integrated with this "
4433
- "plugin. Reviews submitted directly on your site cannot be considered as "
4434
- "verified. Each trust badge contains a nofollow link to a dedicated page at "
4435
- "<b>www.cusrev.com</b> with all verified reviews for your store. You can "
4436
- "configure URL of the page with verified reviews for your store below.</p>"
4437
- msgstr ""
4438
-
4439
- #: includes/settings/class-cr-settings-trust-badges.php:90
4440
- msgid ""
4441
- "Enable this option to display trust badges and additional %1$s icons for "
4442
- "individual reviews on product pages in your store. Each %2$s icon will "
4443
- "contain a nofollow link to a verified copy of the review on <strong>www."
4444
- "cusrev.com</strong>."
4445
- msgstr ""
4446
-
4447
- #: includes/settings/class-cr-settings-trust-badges.php:97
4448
- msgid "Verified Reviews Page"
4449
- msgstr ""
4450
-
4451
- #: includes/settings/class-cr-settings-trust-badges.php:98
4452
- msgid ""
4453
- "Specify name of the page with verified reviews. This will be a base URL for "
4454
- "reviews related to your shop. You can use alphanumeric symbols and '.' in "
4455
- "the name of the page."
4456
  msgstr ""
4457
 
4458
- #: includes/settings/class-cr-settings-trust-badges.php:106
4459
- msgid "Age Restriction"
4460
- msgstr ""
4461
-
4462
- #: includes/settings/class-cr-settings-trust-badges.php:107
4463
  msgid ""
4464
- "Enable this option if your store sells age-restricted products (e.g., adult "
4465
- "content, alcohol, etc.)"
 
4466
  msgstr ""
4467
 
4468
- #: includes/settings/class-cr-settings-trust-badges.php:117
4469
  msgid "Small Light Badge"
4470
  msgstr ""
4471
 
4472
- #: includes/settings/class-cr-settings-trust-badges.php:119
4473
  msgid "Shortcode and preview of the small light trust badge."
4474
  msgstr ""
4475
 
4476
- #: includes/settings/class-cr-settings-trust-badges.php:125
4477
  msgid "Small Light Badge (with Store Rating)"
4478
  msgstr ""
4479
 
4480
- #: includes/settings/class-cr-settings-trust-badges.php:127
4481
  msgid "Shortcode and preview of the small light trust badge with store rating."
4482
  msgstr ""
4483
 
4484
- #: includes/settings/class-cr-settings-trust-badges.php:133
4485
  msgid "Small Dark Badge"
4486
  msgstr ""
4487
 
4488
- #: includes/settings/class-cr-settings-trust-badges.php:135
4489
  msgid "Shortcode and preview of the small dark trust badge."
4490
  msgstr ""
4491
 
4492
- #: includes/settings/class-cr-settings-trust-badges.php:141
4493
  msgid "Small Dark Badge (with Store Rating)"
4494
  msgstr ""
4495
 
4496
- #: includes/settings/class-cr-settings-trust-badges.php:143
4497
  msgid "Shortcode and preview of the small dark trust badge with store rating."
4498
  msgstr ""
4499
 
4500
- #: includes/settings/class-cr-settings-trust-badges.php:149
4501
  msgid "Wide Light Badge"
4502
  msgstr ""
4503
 
4504
- #: includes/settings/class-cr-settings-trust-badges.php:151
4505
  msgid ""
4506
  "Shortcode and preview of the wide light trust badge. The wide badge has a "
4507
  "version for small screens that will be automatically shown when a website is "
4508
  "viewed from phones."
4509
  msgstr ""
4510
 
4511
- #: includes/settings/class-cr-settings-trust-badges.php:157
4512
  msgid "Wide Light Badge (with Store Rating)"
4513
  msgstr ""
4514
 
4515
- #: includes/settings/class-cr-settings-trust-badges.php:159
4516
  msgid ""
4517
  "Shortcode and preview of the wide light trust badge with store rating. The "
4518
  "wide badge has a version for small screens that will be automatically shown "
4519
  "when a website is viewed from phones."
4520
  msgstr ""
4521
 
4522
- #: includes/settings/class-cr-settings-trust-badges.php:165
4523
  msgid "Wide Dark Badge"
4524
  msgstr ""
4525
 
4526
- #: includes/settings/class-cr-settings-trust-badges.php:167
4527
  msgid ""
4528
  "Shortcode and preview of the wide dark trust badge. The wide badge has a "
4529
  "version for small screens that will be automatically shown when a website is "
4530
  "viewed from phones."
4531
  msgstr ""
4532
 
4533
- #: includes/settings/class-cr-settings-trust-badges.php:173
4534
  msgid "Wide Dark Badge (with Store Rating)"
4535
  msgstr ""
4536
 
4537
- #: includes/settings/class-cr-settings-trust-badges.php:175
4538
  msgid ""
4539
  "Shortcode and preview of the wide dark trust badge with store rating. The "
4540
  "wide badge has a version for small screens that will be automatically shown "
4541
  "when a website is viewed from phones."
4542
  msgstr ""
4543
 
4544
- #: includes/settings/class-cr-settings-trust-badges.php:181
4545
  msgid "Compact Light Badge"
4546
  msgstr ""
4547
 
4548
- #: includes/settings/class-cr-settings-trust-badges.php:183
4549
  msgid "Shortcode and preview of the compact light trust badge."
4550
  msgstr ""
4551
 
4552
- #: includes/settings/class-cr-settings-trust-badges.php:189
4553
  msgid "Compact Dark Badge"
4554
  msgstr ""
4555
 
4556
- #: includes/settings/class-cr-settings-trust-badges.php:191
4557
  msgid "Shortcode and preview of the compact dark trust badge."
4558
  msgstr ""
4559
 
4560
- #: includes/settings/class-cr-settings-trust-badges.php:201
4561
  msgid "Floating Trust Badge"
4562
  msgstr ""
4563
 
4564
- #: includes/settings/class-cr-settings-trust-badges.php:203
4565
  msgid ""
4566
  "Settings to display a floating badge with a summary of verified reviews."
4567
  msgstr ""
4568
 
4569
- #: includes/settings/class-cr-settings-trust-badges.php:207
4570
  msgid "Floating Badge"
4571
  msgstr ""
4572
 
4573
- #: includes/settings/class-cr-settings-trust-badges.php:209
4574
  msgid ""
4575
  "Enable this checkbox to display a floating trust badge on public pages of "
4576
  "the website."
4577
  msgstr ""
4578
 
4579
- #: includes/settings/class-cr-settings-trust-badges.php:214
4580
  msgid "Floating Badge Style"
4581
  msgstr ""
4582
 
4583
- #: includes/settings/class-cr-settings-trust-badges.php:216
4584
  msgid "Choose one of the styles for the floating trust badge."
4585
  msgstr ""
4586
 
4587
- #: includes/settings/class-cr-settings-trust-badges.php:220 js/blocks.js:112
4588
  msgid "Light"
4589
  msgstr ""
4590
 
4591
- #: includes/settings/class-cr-settings-trust-badges.php:221 js/blocks.js:116
4592
  msgid "Dark"
4593
  msgstr ""
4594
 
4595
- #: includes/settings/class-cr-settings-trust-badges.php:226
4596
  msgid "Floating Badge Location"
4597
  msgstr ""
4598
 
4599
- #: includes/settings/class-cr-settings-trust-badges.php:228
4600
  msgid "Choose one of the locations for the floating trust badge."
4601
  msgstr ""
4602
 
4603
- #: includes/settings/class-cr-settings-trust-badges.php:232
4604
  msgid "Bottom right"
4605
  msgstr ""
4606
 
4607
- #: includes/settings/class-cr-settings-trust-badges.php:233
4608
  msgid "Bottom left"
4609
  msgstr ""
4610
 
4611
- #: includes/settings/class-cr-settings-trust-badges.php:318
4612
  msgid "color"
4613
  msgstr ""
4614
 
@@ -4679,75 +4693,83 @@ msgstr ""
4679
  msgid "Tags for Reviews"
4680
  msgstr ""
4681
 
4682
- #: includes/trust-badge/class-cr-trust-badge.php:201
4683
  msgid "Independently verified"
4684
  msgstr ""
4685
 
4686
- #: includes/trust-badge/class-cr-trust-badge.php:202
4687
  msgid "independently verified"
4688
  msgstr ""
4689
 
4690
- #: includes/trust-badge/class-cr-trust-badge.php:204
 
 
 
 
 
 
 
 
4691
  msgid "%s rating"
4692
  msgstr ""
4693
 
4694
- #: includes/trust-badge/class-cr-trust-badge.php:205
4695
  msgid "rating %s / 5"
4696
  msgstr ""
4697
 
4698
- #: includes/trust-badge/class-cr-trust-badge.php:206
4699
  msgid "%s store rating"
4700
  msgstr ""
4701
 
4702
- #: includes/trust-badge/class-cr-trust-badge.php:207
4703
  msgid "Store rating %s / 5"
4704
  msgstr ""
4705
 
4706
- #: includes/trust-badge/class-cr-trust-badge.php:208
4707
  msgid "store rating"
4708
  msgstr ""
4709
 
4710
- #: includes/trust-badge/class-cr-trust-badge.php:209
4711
  msgid "%s product rating"
4712
  msgstr ""
4713
 
4714
- #: includes/trust-badge/class-cr-trust-badge.php:210
4715
  msgid "Product rating %s / 5"
4716
  msgstr ""
4717
 
4718
- #: includes/trust-badge/class-cr-trust-badge.php:211
4719
  msgid "product rating"
4720
  msgstr ""
4721
 
4722
- #: includes/trust-badge/class-cr-trust-badge.php:212
4723
- #: includes/trust-badge/class-cr-trust-badge.php:213 templates/cr-rating.php:44
4724
  msgid "%s review"
4725
  msgid_plural "%s reviews"
4726
  msgstr[0] ""
4727
  msgstr[1] ""
4728
 
4729
  #: includes/trust-badge/class-cr-verified-reviews.php:58
4730
- msgid "Trust badges activation error: 'Verified Reviews Page' cannot be empty."
4731
  msgstr ""
4732
 
4733
  #: includes/trust-badge/class-cr-verified-reviews.php:89
4734
- msgid "Trust badges activation error #98. "
4735
  msgstr ""
4736
 
4737
  #: includes/trust-badge/class-cr-verified-reviews.php:94
4738
- msgid "Trust badges have been successfully activated."
4739
  msgstr ""
4740
 
4741
  #: includes/trust-badge/class-cr-verified-reviews.php:97
4742
  msgid ""
4743
- "Trust badges activation error: '%s' is already in use. Please enter a "
4744
  "different page name."
4745
  msgstr ""
4746
 
4747
  #: includes/trust-badge/class-cr-verified-reviews.php:100
4748
  msgid ""
4749
- "Trust badges activation error: page name contains unsupported symbols. Only "
4750
- "latin characters (a-z), numbers (0-9), and . symbol are allowed."
4751
  msgstr ""
4752
 
4753
  #: includes/trust-badge/class-cr-verified-reviews.php:103
@@ -4757,25 +4779,25 @@ msgid ""
4757
  msgstr ""
4758
 
4759
  #: includes/trust-badge/class-cr-verified-reviews.php:106
4760
- msgid "Trust badges activation error #99."
4761
  msgstr ""
4762
 
4763
  #: includes/trust-badge/class-cr-verified-reviews.php:142
4764
- msgid "Trust badges deactivation error #98. Please try again."
4765
  msgstr ""
4766
 
4767
  #: includes/trust-badge/class-cr-verified-reviews.php:149
4768
- msgid "Trust badges have been successfully deactivated."
4769
  msgstr ""
4770
 
4771
  #: includes/trust-badge/class-cr-verified-reviews.php:153
4772
  msgid ""
4773
- "Trust badges deactivation error: the page is blocked, please contact CusRev "
4774
- "support for assistance."
4775
  msgstr ""
4776
 
4777
  #: includes/trust-badge/class-cr-verified-reviews.php:157
4778
- msgid "Trust badges deactivation error #99."
4779
  msgstr ""
4780
 
4781
  #: ivole.php:135
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"
43
  msgid "This reply was originally posted on CR portal"
44
  msgstr ""
45
 
46
+ #: class-ivole.php:152
47
  msgid "View CusRev documentation"
48
  msgstr ""
49
 
50
+ #: class-ivole.php:152
51
  msgid "Docs"
52
  msgstr ""
53
 
54
+ #: class-ivole.php:153
55
  msgid "Visit community forums"
56
  msgstr ""
57
 
58
+ #: class-ivole.php:153
59
  msgid "Community support"
60
  msgstr ""
61
 
62
+ #: class-ivole.php:163
63
  msgid "View Customer Reviews settings"
64
  msgstr ""
65
 
66
+ #: class-ivole.php:163 includes/settings/class-cr-admin-menu-settings.php:60
67
  #: includes/settings/class-cr-admin-menu-settings.php:61
68
  msgid "Settings"
69
  msgstr ""
243
  msgid "Item 2 Test"
244
  msgstr ""
245
 
246
+ #: includes/emails/class-cr-email-func.php:264
247
  #: includes/reviews/class-cr-reviews-list-table.php:410
248
  msgid "Review"
249
  msgstr ""
380
  #: includes/reviews/class-cr-admin-menu-reviews.php:59
381
  #: includes/reviews/class-cr-admin-menu-reviews.php:60
382
  #: includes/settings/class-cr-admin-menu-settings.php:143
383
+ #: includes/settings/class-cr-settings-trust-badges.php:310
384
  msgid "Reviews"
385
  msgstr ""
386
 
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 "
2524
+ "%1$s icons for individual reviews on product pages of your store will be "
2525
+ "displayed. Each %2$s icon will contain a nofollow link to a verified copy of "
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.)"
2548
+ msgstr ""
2549
+
2550
  #: includes/settings/class-cr-settings-discount-tiers.php:37
2551
  msgid ""
2552
  "The option is not available with the coupon type selected for this discount "
2648
  msgstr ""
2649
 
2650
  #: includes/settings/class-cr-settings-discount-tiers.php:146
2651
+ #: includes/settings/class-cr-settings-review-reminder.php:367
2652
  msgid "Roles"
2653
  msgstr ""
2654
 
2859
  msgstr ""
2860
 
2861
  #: includes/settings/class-cr-settings-email-template.php:286
2862
+ msgid "\"Reply-To\" address"
2863
  msgstr ""
2864
 
2865
  #: includes/settings/class-cr-settings-email-template.php:301
3004
  "test email."
3005
  msgstr ""
3006
 
3007
+ #: includes/settings/class-cr-settings-email-template.php:536
3008
  msgid "Return to emails"
3009
  msgstr ""
3010
 
3011
+ #: includes/settings/class-cr-settings-email-template.php:559
3012
  msgid "Email template"
3013
  msgstr ""
3014
 
3015
+ #: includes/settings/class-cr-settings-email-template.php:567
3016
  msgid "Delete template file"
3017
  msgstr ""
3018
 
3019
  #. translators: %s: Path to template file
3020
+ #: includes/settings/class-cr-settings-email-template.php:573
3021
  msgid ""
3022
  "This template has been overridden by your theme and can be found in: %s."
3023
  msgstr ""
3024
 
3025
+ #: includes/settings/class-cr-settings-email-template.php:603
3026
  msgid "Copy file to theme"
3027
  msgstr ""
3028
 
3029
  #. translators: 1: Path to template file 2: Path to theme folder
3030
+ #: includes/settings/class-cr-settings-email-template.php:609
3031
  msgid ""
3032
  "To override and edit this email template copy %1$s to your theme folder: "
3033
  "%2$s."
3034
  msgstr ""
3035
 
3036
+ #: includes/settings/class-cr-settings-email-template.php:617
3037
  msgid "File was not found."
3038
  msgstr ""
3039
 
3040
+ #: includes/settings/class-cr-settings-email-template.php:639
3041
  msgid "View template"
3042
  msgstr ""
3043
 
3044
+ #: includes/settings/class-cr-settings-email-template.php:640
3045
  msgid "Hide template"
3046
  msgstr ""
3047
 
3048
+ #: includes/settings/class-cr-settings-email-template.php:654
3049
  msgid "Are you sure you want to delete this template file?"
3050
  msgstr ""
3051
 
3052
+ #: includes/settings/class-cr-settings-email-template.php:675
3053
+ #: includes/settings/class-cr-settings-email-template.php:681
3054
  msgid "'Email Body' field cannot be empty"
3055
  msgstr ""
3056
 
3057
+ #: includes/settings/class-cr-settings-email-template.php:695
3058
  msgid "Action failed. Please refresh the page and retry."
3059
  msgstr ""
3060
 
3061
+ #: includes/settings/class-cr-settings-email-template.php:699
3062
  msgid "You don&#8217;t have permission to do this."
3063
  msgstr ""
3064
 
3065
+ #: includes/settings/class-cr-settings-email-template.php:721
3066
  msgid "Template file copied to theme."
3067
  msgstr ""
3068
 
3069
+ #: includes/settings/class-cr-settings-email-template.php:733
3070
  msgid "Template file deleted from theme."
3071
  msgstr ""
3072
 
3074
  msgid "Emails"
3075
  msgstr ""
3076
 
3077
+ #: includes/settings/class-cr-settings-emails.php:76
3078
  msgid "Email Templates"
3079
  msgstr ""
3080
 
3081
+ #: includes/settings/class-cr-settings-emails.php:78
3082
  msgid ""
3083
  "Adjust templates of the emails that will be sent to customers. If you enable "
3084
  "<b>advanced</b> email templates in your account on the %1$sCusRev website"
3086
  "below."
3087
  msgstr ""
3088
 
3089
+ #: includes/settings/class-cr-settings-emails.php:109
3090
  msgid "Email"
3091
  msgstr ""
3092
 
3093
+ #: includes/settings/class-cr-settings-emails.php:110
3094
  msgid "Subject"
3095
  msgstr ""
3096
 
3097
+ #: includes/settings/class-cr-settings-emails.php:111
3098
  msgid "From"
3099
  msgstr ""
3100
 
3240
  msgstr ""
3241
 
3242
  #: includes/settings/class-cr-settings-review-discount.php:109
3243
+ #: includes/settings/class-cr-settings-review-reminder.php:494
3244
  msgid "Email Template"
3245
  msgstr ""
3246
 
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
3504
+ #: includes/settings/class-cr-settings-review-reminder.php:945
3505
+ #: includes/settings/class-cr-settings-review-reminder.php:946
3506
+ #: includes/settings/class-cr-settings-review-reminder.php:947
3507
+ #: includes/settings/class-cr-settings-review-reminder.php:948
3508
+ #: includes/settings/class-cr-settings-review-reminder.php:949
3509
  msgid "Checking license..."
3510
  msgstr ""
3511
 
3780
  "in this field."
3781
  msgstr ""
3782
 
3783
+ #: includes/settings/class-cr-settings-review-reminder.php:315
3784
  msgid "Order Status"
3785
  msgstr ""
3786
 
3787
+ #: includes/settings/class-cr-settings-review-reminder.php:317
3788
  msgid ""
3789
  "Review reminders will be sent N days after this order status. It is "
3790
  "recommended to use 'Completed' status."
3791
  msgstr ""
3792
 
3793
+ #: includes/settings/class-cr-settings-review-reminder.php:327
3794
  msgid "Enable for"
3795
  msgstr ""
3796
 
3797
+ #: includes/settings/class-cr-settings-review-reminder.php:329
3798
  msgid ""
3799
  "Define if reminders will be send for all or only specific categories of "
3800
  "products."
3801
  msgstr ""
3802
 
3803
+ #: includes/settings/class-cr-settings-review-reminder.php:336
3804
  msgid "All Categories"
3805
  msgstr ""
3806
 
3807
+ #: includes/settings/class-cr-settings-review-reminder.php:337
3808
  msgid "Specific Categories"
3809
  msgstr ""
3810
 
3811
+ #: includes/settings/class-cr-settings-review-reminder.php:342
3812
  msgid "Categories"
3813
  msgstr ""
3814
 
3815
+ #: includes/settings/class-cr-settings-review-reminder.php:344
3816
  msgid ""
3817
  "If reminders are enabled only for specific categories of products, this "
3818
  "field enables you to choose these categories."
3819
  msgstr ""
3820
 
3821
+ #: includes/settings/class-cr-settings-review-reminder.php:352
3822
  msgid "Enable for Roles"
3823
  msgstr ""
3824
 
3825
+ #: includes/settings/class-cr-settings-review-reminder.php:354
3826
  msgid ""
3827
  "Define if reminders will be send for all or only specific roles of users."
3828
  msgstr ""
3829
 
3830
+ #: includes/settings/class-cr-settings-review-reminder.php:361
3831
  msgid "All Roles"
3832
  msgstr ""
3833
 
3834
+ #: includes/settings/class-cr-settings-review-reminder.php:362
3835
  msgid "Specific Roles"
3836
  msgstr ""
3837
 
3838
+ #: includes/settings/class-cr-settings-review-reminder.php:369
3839
  msgid ""
3840
  "If reminders are enabled only for specific user roles, this field enables "
3841
  "you to choose these roles."
3842
  msgstr ""
3843
 
3844
+ #: includes/settings/class-cr-settings-review-reminder.php:377
3845
  msgid "Enable for Guests"
3846
  msgstr ""
3847
 
3848
+ #: includes/settings/class-cr-settings-review-reminder.php:378
3849
  msgid ""
3850
  "Enable sending of review reminders to customers who place orders without an "
3851
  "account (guest checkout). It is recommended to enable this checkbox, if you "
3852
  "allow customers to place orders without creating an account on your site."
3853
  msgstr ""
3854
 
3855
+ #: includes/settings/class-cr-settings-review-reminder.php:385
3856
  msgid "Reminders Scheduler"
3857
  msgstr ""
3858
 
3859
+ #: includes/settings/class-cr-settings-review-reminder.php:387
3860
  msgid ""
3861
  "Define which scheduler the plugin will use to schedule automatic review "
3862
  "reminders. The default option is to use WordPress Cron (WP-Cron) for "
3865
  "CR Cron is an external service that requires a license key (free or pro)."
3866
  msgstr ""
3867
 
3868
+ #: includes/settings/class-cr-settings-review-reminder.php:397
3869
  msgid "Enable Manual Reminders"
3870
  msgstr ""
3871
 
3872
+ #: includes/settings/class-cr-settings-review-reminder.php:398
3873
  msgid ""
3874
  "Enable manual sending of follow-up emails with a reminder to submit a "
3875
  "review. Manual reminders can be sent for completed orders from %1$sOrders"
3876
  "%2$s page after enabling this option."
3877
  msgstr ""
3878
 
3879
+ #: includes/settings/class-cr-settings-review-reminder.php:405
3880
  msgid "Limit Number of Reminders"
3881
  msgstr ""
3882
 
3883
+ #: includes/settings/class-cr-settings-review-reminder.php:406
3884
  msgid ""
3885
  "Enable this checkbox to make sure that no more than one review reminder is "
3886
  "sent for each order."
3887
  msgstr ""
3888
 
3889
+ #: includes/settings/class-cr-settings-review-reminder.php:413
3890
  msgid "Customer Consent"
3891
  msgstr ""
3892
 
3893
+ #: includes/settings/class-cr-settings-review-reminder.php:414
3894
  msgid ""
3895
  "If this option is enabled, customers will be asked to tick a checkbox on the "
3896
  "checkout page to indicate that they would like to receive an invitation to "
3897
  "review their order."
3898
  msgstr ""
3899
 
3900
+ #: includes/settings/class-cr-settings-review-reminder.php:420
3901
  msgid "Customer Consent Text"
3902
  msgstr ""
3903
 
3904
+ #: includes/settings/class-cr-settings-review-reminder.php:421
3905
  msgid ""
3906
  "Text of the message shown to customers next to the consent checkbox on the "
3907
  "checkout page."
3908
  msgstr ""
3909
 
3910
+ #: includes/settings/class-cr-settings-review-reminder.php:430
3911
  msgid "Registered Customers"
3912
  msgstr ""
3913
 
3914
+ #: includes/settings/class-cr-settings-review-reminder.php:431
3915
  msgid ""
3916
  "By default, review reminders are sent to billing emails provided by "
3917
  "customers during checkout. If you enable this option, the plugin will check "
3920
  "this option disabled."
3921
  msgstr ""
3922
 
3923
+ #: includes/settings/class-cr-settings-review-reminder.php:438
3924
  msgid "Moderation of Reviews"
3925
  msgstr ""
3926
 
3927
+ #: includes/settings/class-cr-settings-review-reminder.php:439
3928
  msgid ""
3929
  "Enable manual moderation of reviews submitted by your verified customers. "
3930
  "This setting applies only to reviews submitted in response to reminders sent "
3931
  "by this plugin."
3932
  msgstr ""
3933
 
3934
+ #: includes/settings/class-cr-settings-review-reminder.php:446
3935
  msgid "Exclude Free Products"
3936
  msgstr ""
3937
 
3938
+ #: includes/settings/class-cr-settings-review-reminder.php:447
3939
  msgid "Enable this checkbox to exclude free products from review invitations."
3940
  msgstr ""
3941
 
3942
+ #: includes/settings/class-cr-settings-review-reminder.php:454
3943
  msgid "Shop Name"
3944
  msgstr ""
3945
 
3946
+ #: includes/settings/class-cr-settings-review-reminder.php:456
3947
  msgid ""
3948
  "Specify your shop name that will be used in emails and review forms "
3949
  "generated by this plugin."
3950
  msgstr ""
3951
 
3952
+ #: includes/settings/class-cr-settings-review-reminder.php:471
3953
+ #: includes/settings/class-cr-settings-review-reminder.php:477
3954
  msgid "Language"
3955
  msgstr ""
3956
 
3957
+ #: includes/settings/class-cr-settings-review-reminder.php:479
3958
  msgid "Choose one of the available languages."
3959
  msgstr ""
3960
 
3961
+ #: includes/settings/class-cr-settings-review-reminder.php:496
3962
  msgid ""
3963
  "The email template of review reminders can be configured on the <a href=\"%s"
3964
  "\">Emails</a> tab."
3965
  msgstr ""
3966
 
3967
+ #: includes/settings/class-cr-settings-review-reminder.php:504
3968
  msgid ""
3969
  "Adjust template of the aggregated review forms that will be created and sent "
3970
  "to customers by CusRev. Modifications will be applied to the next review "
3973
  "b> the settings below."
3974
  msgstr ""
3975
 
3976
+ #: includes/settings/class-cr-settings-review-reminder.php:506
3977
  msgid ""
3978
  "Adjust template of the aggregated review forms that will be created and sent "
3979
  "to customers. Modifications will be applied to the next review form created "
3980
  "after saving settings."
3981
  msgstr ""
3982
 
3983
+ #: includes/settings/class-cr-settings-review-reminder.php:509
3984
  msgid "Review Form Template"
3985
  msgstr ""
3986
 
3987
+ #: includes/settings/class-cr-settings-review-reminder.php:515
3988
  msgid "Form Header"
3989
  msgstr ""
3990
 
3991
+ #: includes/settings/class-cr-settings-review-reminder.php:517
3992
  msgid "Header of the review form that will be sent to customers."
3993
  msgstr ""
3994
 
3995
+ #: includes/settings/class-cr-settings-review-reminder.php:524
3996
  msgid "Form Body"
3997
  msgstr ""
3998
 
3999
+ #: includes/settings/class-cr-settings-review-reminder.php:526
4000
  msgid "Body of the review form that will be sent to customers."
4001
  msgstr ""
4002
 
4003
+ #: includes/settings/class-cr-settings-review-reminder.php:534
4004
  msgid "Shop Rating"
4005
  msgstr ""
4006
 
4007
+ #: includes/settings/class-cr-settings-review-reminder.php:538
4008
  msgid ""
4009
  "Enable this option if you would like to include a separate question for a "
4010
  "general shop review in addition to questions for product reviews."
4011
  msgstr ""
4012
 
4013
+ #: includes/settings/class-cr-settings-review-reminder.php:541
4014
  msgid "Comment Required"
4015
  msgstr ""
4016
 
4017
+ #: includes/settings/class-cr-settings-review-reminder.php:545
4018
  msgid ""
4019
  "Enable this option if you would like to make it mandatory for your customers "
4020
  "to write something in their review. This option applies only to aggregated "
4021
  "review forms."
4022
  msgstr ""
4023
 
4024
+ #: includes/settings/class-cr-settings-review-reminder.php:548
4025
  msgid ""
4026
  "Enable attachment of pictures and videos on aggregated review forms. "
4027
  "Uploaded media files are initially stored on Amazon S3 and automatically "
4031
  "%2$s."
4032
  msgstr ""
4033
 
4034
+ #: includes/settings/class-cr-settings-review-reminder.php:550
4035
  msgid ""
4036
  "Enable attachment of pictures and videos on local aggregated review forms. "
4037
  "This option applies only to aggregated review forms. If you would like to "
4039
  "pages, this can be done %1$shere%2$s."
4040
  msgstr ""
4041
 
4042
+ #: includes/settings/class-cr-settings-review-reminder.php:553
4043
  msgid "Attach Media"
4044
  msgstr ""
4045
 
4046
+ #: includes/settings/class-cr-settings-review-reminder.php:563
4047
  msgid "Rating Bar"
4048
  msgstr ""
4049
 
4050
+ #: includes/settings/class-cr-settings-review-reminder.php:567
4051
  msgid "Visual style of rating bars on review forms."
4052
  msgstr ""
4053
 
4054
+ #: includes/settings/class-cr-settings-review-reminder.php:569
4055
  msgid "Smiley and frowny faces"
4056
  msgstr ""
4057
 
4058
+ #: includes/settings/class-cr-settings-review-reminder.php:570
4059
  #: blocks/src/reviews-grid/edit.js:234 js/blocks.js:946
4060
  msgid "Stars"
4061
  msgstr ""
4062
 
4063
+ #: includes/settings/class-cr-settings-review-reminder.php:575
4064
  msgid "Geolocation"
4065
  msgstr ""
4066
 
4067
+ #: includes/settings/class-cr-settings-review-reminder.php:579
4068
  msgid ""
4069
  "Enable geolocation on aggregated review forms. Customers will have an option "
4070
  "to indicate where they are from. For example, \"England, United Kingdom\"."
4071
  msgstr ""
4072
 
4073
+ #: includes/settings/class-cr-settings-review-reminder.php:580
4074
  msgid "Automatic geolocation on review forms."
4075
  msgstr ""
4076
 
4077
+ #: includes/settings/class-cr-settings-review-reminder.php:586
4078
  msgid "Form Color 1"
4079
  msgstr ""
4080
 
4081
+ #: includes/settings/class-cr-settings-review-reminder.php:590
4082
  msgid "Background color for heading of the form and product names."
4083
  msgstr ""
4084
 
4085
+ #: includes/settings/class-cr-settings-review-reminder.php:594
4086
  msgid "Form Color 2"
4087
  msgstr ""
4088
 
4089
+ #: includes/settings/class-cr-settings-review-reminder.php:598
4090
  msgid "Text color for product names."
4091
  msgstr ""
4092
 
4093
+ #: includes/settings/class-cr-settings-review-reminder.php:602
4094
  msgid "Form Color 3"
4095
  msgstr ""
4096
 
4097
+ #: includes/settings/class-cr-settings-review-reminder.php:606
4098
  msgid "Color of control elements (buttons, rating bars)."
4099
  msgstr ""
4100
 
4101
+ #: includes/settings/class-cr-settings-review-reminder.php:962
4102
  msgid ""
4103
  "While editing the footer text please make sure to keep the unsubscribe link "
4104
  "markup:"
4105
  msgstr ""
4106
 
4107
+ #: includes/settings/class-cr-settings-review-reminder.php:1031
4108
  msgid ""
4109
  "<strong>CR Cron could not be enabled because no license key was entered. A "
4110
  "license key (free or pro) is required to use CR Cron.</strong>"
4458
  "you should specify it here."
4459
  msgstr ""
4460
 
4461
+ #: includes/settings/class-cr-settings-trust-badges.php:45
4462
  #: includes/settings/class-cr-settings-trust-badges.php:83
 
4463
  msgid "Trust Badges"
4464
  msgstr ""
4465
 
4466
+ #: includes/settings/class-cr-settings-trust-badges.php:86
4467
  msgid ""
4468
+ "Increase your store's conversion rate by placing a \"trust badge\" on the "
4469
  "home, checkout or any other page(s). Let customers feel more confident about "
4470
  "shopping on your site by featuring a trust badge that shows a summary of "
4471
+ "customer reviews. Trust badges can be enabled using shortcodes or blocks in "
4472
+ "the page editor (blocks require WordPress 5.0 or newer)."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4473
  msgstr ""
4474
 
4475
+ #: includes/settings/class-cr-settings-trust-badges.php:88
 
 
 
 
4476
  msgid ""
4477
+ "If you enable <a href=\"%1$s\">verification of reviews</a> and claim a <a "
4478
+ "href=\"%2$s\">dedicated page</a> at CusRev.com website, trust badges will "
4479
+ "include a nofollow link to your page there."
4480
  msgstr ""
4481
 
4482
+ #: includes/settings/class-cr-settings-trust-badges.php:93
4483
  msgid "Small Light Badge"
4484
  msgstr ""
4485
 
4486
+ #: includes/settings/class-cr-settings-trust-badges.php:95
4487
  msgid "Shortcode and preview of the small light trust badge."
4488
  msgstr ""
4489
 
4490
+ #: includes/settings/class-cr-settings-trust-badges.php:101
4491
  msgid "Small Light Badge (with Store Rating)"
4492
  msgstr ""
4493
 
4494
+ #: includes/settings/class-cr-settings-trust-badges.php:103
4495
  msgid "Shortcode and preview of the small light trust badge with store rating."
4496
  msgstr ""
4497
 
4498
+ #: includes/settings/class-cr-settings-trust-badges.php:109
4499
  msgid "Small Dark Badge"
4500
  msgstr ""
4501
 
4502
+ #: includes/settings/class-cr-settings-trust-badges.php:111
4503
  msgid "Shortcode and preview of the small dark trust badge."
4504
  msgstr ""
4505
 
4506
+ #: includes/settings/class-cr-settings-trust-badges.php:117
4507
  msgid "Small Dark Badge (with Store Rating)"
4508
  msgstr ""
4509
 
4510
+ #: includes/settings/class-cr-settings-trust-badges.php:119
4511
  msgid "Shortcode and preview of the small dark trust badge with store rating."
4512
  msgstr ""
4513
 
4514
+ #: includes/settings/class-cr-settings-trust-badges.php:125
4515
  msgid "Wide Light Badge"
4516
  msgstr ""
4517
 
4518
+ #: includes/settings/class-cr-settings-trust-badges.php:127
4519
  msgid ""
4520
  "Shortcode and preview of the wide light trust badge. The wide badge has a "
4521
  "version for small screens that will be automatically shown when a website is "
4522
  "viewed from phones."
4523
  msgstr ""
4524
 
4525
+ #: includes/settings/class-cr-settings-trust-badges.php:133
4526
  msgid "Wide Light Badge (with Store Rating)"
4527
  msgstr ""
4528
 
4529
+ #: includes/settings/class-cr-settings-trust-badges.php:135
4530
  msgid ""
4531
  "Shortcode and preview of the wide light trust badge with store rating. The "
4532
  "wide badge has a version for small screens that will be automatically shown "
4533
  "when a website is viewed from phones."
4534
  msgstr ""
4535
 
4536
+ #: includes/settings/class-cr-settings-trust-badges.php:141
4537
  msgid "Wide Dark Badge"
4538
  msgstr ""
4539
 
4540
+ #: includes/settings/class-cr-settings-trust-badges.php:143
4541
  msgid ""
4542
  "Shortcode and preview of the wide dark trust badge. The wide badge has a "
4543
  "version for small screens that will be automatically shown when a website is "
4544
  "viewed from phones."
4545
  msgstr ""
4546
 
4547
+ #: includes/settings/class-cr-settings-trust-badges.php:149
4548
  msgid "Wide Dark Badge (with Store Rating)"
4549
  msgstr ""
4550
 
4551
+ #: includes/settings/class-cr-settings-trust-badges.php:151
4552
  msgid ""
4553
  "Shortcode and preview of the wide dark trust badge with store rating. The "
4554
  "wide badge has a version for small screens that will be automatically shown "
4555
  "when a website is viewed from phones."
4556
  msgstr ""
4557
 
4558
+ #: includes/settings/class-cr-settings-trust-badges.php:157
4559
  msgid "Compact Light Badge"
4560
  msgstr ""
4561
 
4562
+ #: includes/settings/class-cr-settings-trust-badges.php:159
4563
  msgid "Shortcode and preview of the compact light trust badge."
4564
  msgstr ""
4565
 
4566
+ #: includes/settings/class-cr-settings-trust-badges.php:165
4567
  msgid "Compact Dark Badge"
4568
  msgstr ""
4569
 
4570
+ #: includes/settings/class-cr-settings-trust-badges.php:167
4571
  msgid "Shortcode and preview of the compact dark trust badge."
4572
  msgstr ""
4573
 
4574
+ #: includes/settings/class-cr-settings-trust-badges.php:177
4575
  msgid "Floating Trust Badge"
4576
  msgstr ""
4577
 
4578
+ #: includes/settings/class-cr-settings-trust-badges.php:179
4579
  msgid ""
4580
  "Settings to display a floating badge with a summary of verified reviews."
4581
  msgstr ""
4582
 
4583
+ #: includes/settings/class-cr-settings-trust-badges.php:183
4584
  msgid "Floating Badge"
4585
  msgstr ""
4586
 
4587
+ #: includes/settings/class-cr-settings-trust-badges.php:185
4588
  msgid ""
4589
  "Enable this checkbox to display a floating trust badge on public pages of "
4590
  "the website."
4591
  msgstr ""
4592
 
4593
+ #: includes/settings/class-cr-settings-trust-badges.php:190
4594
  msgid "Floating Badge Style"
4595
  msgstr ""
4596
 
4597
+ #: includes/settings/class-cr-settings-trust-badges.php:192
4598
  msgid "Choose one of the styles for the floating trust badge."
4599
  msgstr ""
4600
 
4601
+ #: includes/settings/class-cr-settings-trust-badges.php:196 js/blocks.js:112
4602
  msgid "Light"
4603
  msgstr ""
4604
 
4605
+ #: includes/settings/class-cr-settings-trust-badges.php:197 js/blocks.js:116
4606
  msgid "Dark"
4607
  msgstr ""
4608
 
4609
+ #: includes/settings/class-cr-settings-trust-badges.php:202
4610
  msgid "Floating Badge Location"
4611
  msgstr ""
4612
 
4613
+ #: includes/settings/class-cr-settings-trust-badges.php:204
4614
  msgid "Choose one of the locations for the floating trust badge."
4615
  msgstr ""
4616
 
4617
+ #: includes/settings/class-cr-settings-trust-badges.php:208
4618
  msgid "Bottom right"
4619
  msgstr ""
4620
 
4621
+ #: includes/settings/class-cr-settings-trust-badges.php:209
4622
  msgid "Bottom left"
4623
  msgstr ""
4624
 
4625
+ #: includes/settings/class-cr-settings-trust-badges.php:294
4626
  msgid "color"
4627
  msgstr ""
4628
 
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] ""
4749
  msgstr[1] ""
4750
 
4751
  #: includes/trust-badge/class-cr-verified-reviews.php:58
4752
+ msgid "CusRev.com page activation error: 'Page URL' cannot be empty."
4753
  msgstr ""
4754
 
4755
  #: includes/trust-badge/class-cr-verified-reviews.php:89
4756
+ msgid "CusRev.com page activation error #98. "
4757
  msgstr ""
4758
 
4759
  #: includes/trust-badge/class-cr-verified-reviews.php:94
4760
+ msgid "CusRev.com page has been successfully enabled."
4761
  msgstr ""
4762
 
4763
  #: includes/trust-badge/class-cr-verified-reviews.php:97
4764
  msgid ""
4765
+ "CusRev.com page activation error: '%s' is already in use. Please enter a "
4766
  "different page name."
4767
  msgstr ""
4768
 
4769
  #: includes/trust-badge/class-cr-verified-reviews.php:100
4770
  msgid ""
4771
+ "CusRev.com page activation error: page URL contains unsupported symbols. "
4772
+ "Only latin characters (a-z), numbers (0-9), and . symbol are allowed."
4773
  msgstr ""
4774
 
4775
  #: includes/trust-badge/class-cr-verified-reviews.php:103
4779
  msgstr ""
4780
 
4781
  #: includes/trust-badge/class-cr-verified-reviews.php:106
4782
+ msgid "CusRev.com page activation error #99."
4783
  msgstr ""
4784
 
4785
  #: includes/trust-badge/class-cr-verified-reviews.php:142
4786
+ msgid "CusRev.com page deactivation error #98. Please try again."
4787
  msgstr ""
4788
 
4789
  #: includes/trust-badge/class-cr-verified-reviews.php:149
4790
+ msgid "CusRev.com page has been successfully disabled."
4791
  msgstr ""
4792
 
4793
  #: includes/trust-badge/class-cr-verified-reviews.php:153
4794
  msgid ""
4795
+ "CusRev.com page deactivation error: the page is blocked, please contact "
4796
+ "CusRev support for assistance."
4797
  msgstr ""
4798
 
4799
  #: includes/trust-badge/class-cr-verified-reviews.php:157
4800
+ msgid "CusRev.com page deactivation error #99."
4801
  msgstr ""
4802
 
4803
  #: ivole.php:135
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-10-28T14:21:16+00:00\n"
10
  "PO-Revision-Date: 2018-12-10 00:51+0000\n"
11
  "Last-Translator: \n"
12
  "Language-Team: \n"
@@ -43,27 +43,27 @@ msgstr ""
43
  msgid "This reply was originally posted on CR portal"
44
  msgstr ""
45
 
46
- #: class-ivole.php:150
47
  msgid "View CusRev documentation"
48
  msgstr ""
49
 
50
- #: class-ivole.php:150
51
  msgid "Docs"
52
  msgstr ""
53
 
54
- #: class-ivole.php:151
55
  msgid "Visit community forums"
56
  msgstr ""
57
 
58
- #: class-ivole.php:151
59
  msgid "Community support"
60
  msgstr ""
61
 
62
- #: class-ivole.php:161
63
  msgid "View Customer Reviews settings"
64
  msgstr ""
65
 
66
- #: class-ivole.php:161 includes/settings/class-cr-admin-menu-settings.php:60
67
  #: includes/settings/class-cr-admin-menu-settings.php:61
68
  msgid "Settings"
69
  msgstr ""
@@ -243,7 +243,7 @@ msgstr ""
243
  msgid "Item 2 Test"
244
  msgstr ""
245
 
246
- #: includes/emails/class-cr-email-func.php:263
247
  #: includes/reviews/class-cr-reviews-list-table.php:410
248
  msgid "Review"
249
  msgstr ""
@@ -380,7 +380,7 @@ msgstr ""
380
  #: includes/reviews/class-cr-admin-menu-reviews.php:59
381
  #: includes/reviews/class-cr-admin-menu-reviews.php:60
382
  #: includes/settings/class-cr-admin-menu-settings.php:143
383
- #: includes/settings/class-cr-settings-trust-badges.php:336
384
  msgid "Reviews"
385
  msgstr ""
386
 
@@ -2504,6 +2504,49 @@ msgid ""
2504
  "settings</a>."
2505
  msgstr ""
2506
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2507
  #: includes/settings/class-cr-settings-discount-tiers.php:37
2508
  msgid ""
2509
  "The option is not available with the coupon type selected for this discount "
@@ -2605,7 +2648,7 @@ msgid "Specific roles"
2605
  msgstr ""
2606
 
2607
  #: includes/settings/class-cr-settings-discount-tiers.php:146
2608
- #: includes/settings/class-cr-settings-review-reminder.php:362
2609
  msgid "Roles"
2610
  msgstr ""
2611
 
@@ -2816,7 +2859,7 @@ msgid ""
2816
  msgstr ""
2817
 
2818
  #: includes/settings/class-cr-settings-email-template.php:286
2819
- msgid "\"Reply-To\" Address"
2820
  msgstr ""
2821
 
2822
  #: includes/settings/class-cr-settings-email-template.php:301
@@ -2961,69 +3004,69 @@ msgid ""
2961
  "test email."
2962
  msgstr ""
2963
 
2964
- #: includes/settings/class-cr-settings-email-template.php:533
2965
  msgid "Return to emails"
2966
  msgstr ""
2967
 
2968
- #: includes/settings/class-cr-settings-email-template.php:552
2969
  msgid "Email template"
2970
  msgstr ""
2971
 
2972
- #: includes/settings/class-cr-settings-email-template.php:560
2973
  msgid "Delete template file"
2974
  msgstr ""
2975
 
2976
  #. translators: %s: Path to template file
2977
- #: includes/settings/class-cr-settings-email-template.php:566
2978
  msgid ""
2979
  "This template has been overridden by your theme and can be found in: %s."
2980
  msgstr ""
2981
 
2982
- #: includes/settings/class-cr-settings-email-template.php:596
2983
  msgid "Copy file to theme"
2984
  msgstr ""
2985
 
2986
  #. translators: 1: Path to template file 2: Path to theme folder
2987
- #: includes/settings/class-cr-settings-email-template.php:602
2988
  msgid ""
2989
  "To override and edit this email template copy %1$s to your theme folder: "
2990
  "%2$s."
2991
  msgstr ""
2992
 
2993
- #: includes/settings/class-cr-settings-email-template.php:610
2994
  msgid "File was not found."
2995
  msgstr ""
2996
 
2997
- #: includes/settings/class-cr-settings-email-template.php:632
2998
  msgid "View template"
2999
  msgstr ""
3000
 
3001
- #: includes/settings/class-cr-settings-email-template.php:633
3002
  msgid "Hide template"
3003
  msgstr ""
3004
 
3005
- #: includes/settings/class-cr-settings-email-template.php:647
3006
  msgid "Are you sure you want to delete this template file?"
3007
  msgstr ""
3008
 
3009
- #: includes/settings/class-cr-settings-email-template.php:668
3010
- #: includes/settings/class-cr-settings-email-template.php:674
3011
  msgid "'Email Body' field cannot be empty"
3012
  msgstr ""
3013
 
3014
- #: includes/settings/class-cr-settings-email-template.php:688
3015
  msgid "Action failed. Please refresh the page and retry."
3016
  msgstr ""
3017
 
3018
- #: includes/settings/class-cr-settings-email-template.php:692
3019
  msgid "You don&#8217;t have permission to do this."
3020
  msgstr ""
3021
 
3022
- #: includes/settings/class-cr-settings-email-template.php:714
3023
  msgid "Template file copied to theme."
3024
  msgstr ""
3025
 
3026
- #: includes/settings/class-cr-settings-email-template.php:726
3027
  msgid "Template file deleted from theme."
3028
  msgstr ""
3029
 
@@ -3031,11 +3074,11 @@ msgstr ""
3031
  msgid "Emails"
3032
  msgstr ""
3033
 
3034
- #: includes/settings/class-cr-settings-emails.php:69
3035
  msgid "Email Templates"
3036
  msgstr ""
3037
 
3038
- #: includes/settings/class-cr-settings-emails.php:71
3039
  msgid ""
3040
  "Adjust templates of the emails that will be sent to customers. If you enable "
3041
  "<b>advanced</b> email templates in your account on the %1$sCusRev website"
@@ -3043,15 +3086,15 @@ msgid ""
3043
  "below."
3044
  msgstr ""
3045
 
3046
- #: includes/settings/class-cr-settings-emails.php:102
3047
  msgid "Email"
3048
  msgstr ""
3049
 
3050
- #: includes/settings/class-cr-settings-emails.php:103
3051
  msgid "Subject"
3052
  msgstr ""
3053
 
3054
- #: includes/settings/class-cr-settings-emails.php:104
3055
  msgid "From"
3056
  msgstr ""
3057
 
@@ -3197,7 +3240,7 @@ msgid "Reply-To Address"
3197
  msgstr ""
3198
 
3199
  #: includes/settings/class-cr-settings-review-discount.php:109
3200
- #: includes/settings/class-cr-settings-review-reminder.php:480
3201
  msgid "Email Template"
3202
  msgstr ""
3203
 
@@ -3458,11 +3501,11 @@ msgstr ""
3458
  #: includes/settings/class-cr-settings-review-reminder.php:89
3459
  #: includes/settings/class-cr-settings-review-reminder.php:94
3460
  #: includes/settings/class-cr-settings-review-reminder.php:99
3461
- #: includes/settings/class-cr-settings-review-reminder.php:931
3462
- #: includes/settings/class-cr-settings-review-reminder.php:932
3463
- #: includes/settings/class-cr-settings-review-reminder.php:933
3464
- #: includes/settings/class-cr-settings-review-reminder.php:934
3465
- #: includes/settings/class-cr-settings-review-reminder.php:935
3466
  msgid "Checking license..."
3467
  msgstr ""
3468
 
@@ -3737,83 +3780,83 @@ msgid ""
3737
  "in this field."
3738
  msgstr ""
3739
 
3740
- #: includes/settings/class-cr-settings-review-reminder.php:314
3741
  msgid "Order Status"
3742
  msgstr ""
3743
 
3744
- #: includes/settings/class-cr-settings-review-reminder.php:316
3745
  msgid ""
3746
  "Review reminders will be sent N days after this order status. It is "
3747
  "recommended to use 'Completed' status."
3748
  msgstr ""
3749
 
3750
- #: includes/settings/class-cr-settings-review-reminder.php:325
3751
  msgid "Enable for"
3752
  msgstr ""
3753
 
3754
- #: includes/settings/class-cr-settings-review-reminder.php:327
3755
  msgid ""
3756
  "Define if reminders will be send for all or only specific categories of "
3757
  "products."
3758
  msgstr ""
3759
 
3760
- #: includes/settings/class-cr-settings-review-reminder.php:334
3761
  msgid "All Categories"
3762
  msgstr ""
3763
 
3764
- #: includes/settings/class-cr-settings-review-reminder.php:335
3765
  msgid "Specific Categories"
3766
  msgstr ""
3767
 
3768
- #: includes/settings/class-cr-settings-review-reminder.php:339
3769
  msgid "Categories"
3770
  msgstr ""
3771
 
3772
- #: includes/settings/class-cr-settings-review-reminder.php:341
3773
  msgid ""
3774
  "If reminders are enabled only for specific categories of products, this "
3775
  "field enables you to choose these categories."
3776
  msgstr ""
3777
 
3778
- #: includes/settings/class-cr-settings-review-reminder.php:348
3779
  msgid "Enable for Roles"
3780
  msgstr ""
3781
 
3782
- #: includes/settings/class-cr-settings-review-reminder.php:350
3783
  msgid ""
3784
  "Define if reminders will be send for all or only specific roles of users."
3785
  msgstr ""
3786
 
3787
- #: includes/settings/class-cr-settings-review-reminder.php:357
3788
  msgid "All Roles"
3789
  msgstr ""
3790
 
3791
- #: includes/settings/class-cr-settings-review-reminder.php:358
3792
  msgid "Specific Roles"
3793
  msgstr ""
3794
 
3795
- #: includes/settings/class-cr-settings-review-reminder.php:364
3796
  msgid ""
3797
  "If reminders are enabled only for specific user roles, this field enables "
3798
  "you to choose these roles."
3799
  msgstr ""
3800
 
3801
- #: includes/settings/class-cr-settings-review-reminder.php:371
3802
  msgid "Enable for Guests"
3803
  msgstr ""
3804
 
3805
- #: includes/settings/class-cr-settings-review-reminder.php:372
3806
  msgid ""
3807
  "Enable sending of review reminders to customers who place orders without an "
3808
  "account (guest checkout). It is recommended to enable this checkbox, if you "
3809
  "allow customers to place orders without creating an account on your site."
3810
  msgstr ""
3811
 
3812
- #: includes/settings/class-cr-settings-review-reminder.php:378
3813
  msgid "Reminders Scheduler"
3814
  msgstr ""
3815
 
3816
- #: includes/settings/class-cr-settings-review-reminder.php:380
3817
  msgid ""
3818
  "Define which scheduler the plugin will use to schedule automatic review "
3819
  "reminders. The default option is to use WordPress Cron (WP-Cron) for "
@@ -3822,53 +3865,53 @@ msgid ""
3822
  "CR Cron is an external service that requires a license key (free or pro)."
3823
  msgstr ""
3824
 
3825
- #: includes/settings/class-cr-settings-review-reminder.php:389
3826
  msgid "Enable Manual Reminders"
3827
  msgstr ""
3828
 
3829
- #: includes/settings/class-cr-settings-review-reminder.php:390
3830
  msgid ""
3831
  "Enable manual sending of follow-up emails with a reminder to submit a "
3832
  "review. Manual reminders can be sent for completed orders from %1$sOrders"
3833
  "%2$s page after enabling this option."
3834
  msgstr ""
3835
 
3836
- #: includes/settings/class-cr-settings-review-reminder.php:396
3837
  msgid "Limit Number of Reminders"
3838
  msgstr ""
3839
 
3840
- #: includes/settings/class-cr-settings-review-reminder.php:397
3841
  msgid ""
3842
  "Enable this checkbox to make sure that no more than one review reminder is "
3843
  "sent for each order."
3844
  msgstr ""
3845
 
3846
- #: includes/settings/class-cr-settings-review-reminder.php:403
3847
  msgid "Customer Consent"
3848
  msgstr ""
3849
 
3850
- #: includes/settings/class-cr-settings-review-reminder.php:404
3851
  msgid ""
3852
  "If this option is enabled, customers will be asked to tick a checkbox on the "
3853
  "checkout page to indicate that they would like to receive an invitation to "
3854
  "review their order."
3855
  msgstr ""
3856
 
3857
- #: includes/settings/class-cr-settings-review-reminder.php:410
3858
  msgid "Customer Consent Text"
3859
  msgstr ""
3860
 
3861
- #: includes/settings/class-cr-settings-review-reminder.php:411
3862
  msgid ""
3863
  "Text of the message shown to customers next to the consent checkbox on the "
3864
  "checkout page."
3865
  msgstr ""
3866
 
3867
- #: includes/settings/class-cr-settings-review-reminder.php:420
3868
  msgid "Registered Customers"
3869
  msgstr ""
3870
 
3871
- #: includes/settings/class-cr-settings-review-reminder.php:421
3872
  msgid ""
3873
  "By default, review reminders are sent to billing emails provided by "
3874
  "customers during checkout. If you enable this option, the plugin will check "
@@ -3877,51 +3920,51 @@ msgid ""
3877
  "this option disabled."
3878
  msgstr ""
3879
 
3880
- #: includes/settings/class-cr-settings-review-reminder.php:427
3881
  msgid "Moderation of Reviews"
3882
  msgstr ""
3883
 
3884
- #: includes/settings/class-cr-settings-review-reminder.php:428
3885
  msgid ""
3886
  "Enable manual moderation of reviews submitted by your verified customers. "
3887
  "This setting applies only to reviews submitted in response to reminders sent "
3888
  "by this plugin."
3889
  msgstr ""
3890
 
3891
- #: includes/settings/class-cr-settings-review-reminder.php:434
3892
  msgid "Exclude Free Products"
3893
  msgstr ""
3894
 
3895
- #: includes/settings/class-cr-settings-review-reminder.php:435
3896
  msgid "Enable this checkbox to exclude free products from review invitations."
3897
  msgstr ""
3898
 
3899
- #: includes/settings/class-cr-settings-review-reminder.php:441
3900
  msgid "Shop Name"
3901
  msgstr ""
3902
 
3903
- #: includes/settings/class-cr-settings-review-reminder.php:443
3904
  msgid ""
3905
  "Specify your shop name that will be used in emails and review forms "
3906
  "generated by this plugin."
3907
  msgstr ""
3908
 
3909
- #: includes/settings/class-cr-settings-review-reminder.php:458
3910
- #: includes/settings/class-cr-settings-review-reminder.php:464
3911
  msgid "Language"
3912
  msgstr ""
3913
 
3914
- #: includes/settings/class-cr-settings-review-reminder.php:466
3915
  msgid "Choose one of the available languages."
3916
  msgstr ""
3917
 
3918
- #: includes/settings/class-cr-settings-review-reminder.php:482
3919
  msgid ""
3920
  "The email template of review reminders can be configured on the <a href=\"%s"
3921
  "\">Emails</a> tab."
3922
  msgstr ""
3923
 
3924
- #: includes/settings/class-cr-settings-review-reminder.php:490
3925
  msgid ""
3926
  "Adjust template of the aggregated review forms that will be created and sent "
3927
  "to customers by CusRev. Modifications will be applied to the next review "
@@ -3930,55 +3973,55 @@ msgid ""
3930
  "b> the settings below."
3931
  msgstr ""
3932
 
3933
- #: includes/settings/class-cr-settings-review-reminder.php:492
3934
  msgid ""
3935
  "Adjust template of the aggregated review forms that will be created and sent "
3936
  "to customers. Modifications will be applied to the next review form created "
3937
  "after saving settings."
3938
  msgstr ""
3939
 
3940
- #: includes/settings/class-cr-settings-review-reminder.php:495
3941
  msgid "Review Form Template"
3942
  msgstr ""
3943
 
3944
- #: includes/settings/class-cr-settings-review-reminder.php:501
3945
  msgid "Form Header"
3946
  msgstr ""
3947
 
3948
- #: includes/settings/class-cr-settings-review-reminder.php:503
3949
  msgid "Header of the review form that will be sent to customers."
3950
  msgstr ""
3951
 
3952
- #: includes/settings/class-cr-settings-review-reminder.php:510
3953
  msgid "Form Body"
3954
  msgstr ""
3955
 
3956
- #: includes/settings/class-cr-settings-review-reminder.php:512
3957
  msgid "Body of the review form that will be sent to customers."
3958
  msgstr ""
3959
 
3960
- #: includes/settings/class-cr-settings-review-reminder.php:520
3961
  msgid "Shop Rating"
3962
  msgstr ""
3963
 
3964
- #: includes/settings/class-cr-settings-review-reminder.php:524
3965
  msgid ""
3966
  "Enable this option if you would like to include a separate question for a "
3967
  "general shop review in addition to questions for product reviews."
3968
  msgstr ""
3969
 
3970
- #: includes/settings/class-cr-settings-review-reminder.php:527
3971
  msgid "Comment Required"
3972
  msgstr ""
3973
 
3974
- #: includes/settings/class-cr-settings-review-reminder.php:531
3975
  msgid ""
3976
  "Enable this option if you would like to make it mandatory for your customers "
3977
  "to write something in their review. This option applies only to aggregated "
3978
  "review forms."
3979
  msgstr ""
3980
 
3981
- #: includes/settings/class-cr-settings-review-reminder.php:534
3982
  msgid ""
3983
  "Enable attachment of pictures and videos on aggregated review forms. "
3984
  "Uploaded media files are initially stored on Amazon S3 and automatically "
@@ -3988,7 +4031,7 @@ msgid ""
3988
  "%2$s."
3989
  msgstr ""
3990
 
3991
- #: includes/settings/class-cr-settings-review-reminder.php:536
3992
  msgid ""
3993
  "Enable attachment of pictures and videos on local aggregated review forms. "
3994
  "This option applies only to aggregated review forms. If you would like to "
@@ -3996,72 +4039,72 @@ msgid ""
3996
  "pages, this can be done %1$shere%2$s."
3997
  msgstr ""
3998
 
3999
- #: includes/settings/class-cr-settings-review-reminder.php:539
4000
  msgid "Attach Media"
4001
  msgstr ""
4002
 
4003
- #: includes/settings/class-cr-settings-review-reminder.php:549
4004
  msgid "Rating Bar"
4005
  msgstr ""
4006
 
4007
- #: includes/settings/class-cr-settings-review-reminder.php:553
4008
  msgid "Visual style of rating bars on review forms."
4009
  msgstr ""
4010
 
4011
- #: includes/settings/class-cr-settings-review-reminder.php:555
4012
  msgid "Smiley and frowny faces"
4013
  msgstr ""
4014
 
4015
- #: includes/settings/class-cr-settings-review-reminder.php:556
4016
  #: blocks/src/reviews-grid/edit.js:234 js/blocks.js:946
4017
  msgid "Stars"
4018
  msgstr ""
4019
 
4020
- #: includes/settings/class-cr-settings-review-reminder.php:561
4021
  msgid "Geolocation"
4022
  msgstr ""
4023
 
4024
- #: includes/settings/class-cr-settings-review-reminder.php:565
4025
  msgid ""
4026
  "Enable geolocation on aggregated review forms. Customers will have an option "
4027
  "to indicate where they are from. For example, \"England, United Kingdom\"."
4028
  msgstr ""
4029
 
4030
- #: includes/settings/class-cr-settings-review-reminder.php:566
4031
  msgid "Automatic geolocation on review forms."
4032
  msgstr ""
4033
 
4034
- #: includes/settings/class-cr-settings-review-reminder.php:572
4035
  msgid "Form Color 1"
4036
  msgstr ""
4037
 
4038
- #: includes/settings/class-cr-settings-review-reminder.php:576
4039
  msgid "Background color for heading of the form and product names."
4040
  msgstr ""
4041
 
4042
- #: includes/settings/class-cr-settings-review-reminder.php:580
4043
  msgid "Form Color 2"
4044
  msgstr ""
4045
 
4046
- #: includes/settings/class-cr-settings-review-reminder.php:584
4047
  msgid "Text color for product names."
4048
  msgstr ""
4049
 
4050
- #: includes/settings/class-cr-settings-review-reminder.php:588
4051
  msgid "Form Color 3"
4052
  msgstr ""
4053
 
4054
- #: includes/settings/class-cr-settings-review-reminder.php:592
4055
  msgid "Color of control elements (buttons, rating bars)."
4056
  msgstr ""
4057
 
4058
- #: includes/settings/class-cr-settings-review-reminder.php:948
4059
  msgid ""
4060
  "While editing the footer text please make sure to keep the unsubscribe link "
4061
  "markup:"
4062
  msgstr ""
4063
 
4064
- #: includes/settings/class-cr-settings-review-reminder.php:1017
4065
  msgid ""
4066
  "<strong>CR Cron could not be enabled because no license key was entered. A "
4067
  "license key (free or pro) is required to use CR Cron.</strong>"
@@ -4415,200 +4458,171 @@ msgid ""
4415
  "you should specify it here."
4416
  msgstr ""
4417
 
4418
- #: includes/settings/class-cr-settings-trust-badges.php:50
4419
  #: includes/settings/class-cr-settings-trust-badges.php:83
4420
- #: includes/settings/class-cr-settings-trust-badges.php:89
4421
  msgid "Trust Badges"
4422
  msgstr ""
4423
 
4424
- #: includes/settings/class-cr-settings-trust-badges.php:85
4425
  msgid ""
4426
- "<p>Increase your store's conversion rate by placing a \"trust badge\" on the "
4427
  "home, checkout or any other page(s). Let customers feel more confident about "
4428
  "shopping on your site by featuring a trust badge that shows a summary of "
4429
- "verified customer reviews. Trust badges can be enabled using shortcodes or "
4430
- "blocks in the page editor (blocks require WordPress 5.0 or newer).</"
4431
- "p><p>Reviews are considered to be verified when they are collected via an "
4432
- "independent third-party website (www.cusrev.com) integrated with this "
4433
- "plugin. Reviews submitted directly on your site cannot be considered as "
4434
- "verified. Each trust badge contains a nofollow link to a dedicated page at "
4435
- "<b>www.cusrev.com</b> with all verified reviews for your store. You can "
4436
- "configure URL of the page with verified reviews for your store below.</p>"
4437
- msgstr ""
4438
-
4439
- #: includes/settings/class-cr-settings-trust-badges.php:90
4440
- msgid ""
4441
- "Enable this option to display trust badges and additional %1$s icons for "
4442
- "individual reviews on product pages in your store. Each %2$s icon will "
4443
- "contain a nofollow link to a verified copy of the review on <strong>www."
4444
- "cusrev.com</strong>."
4445
- msgstr ""
4446
-
4447
- #: includes/settings/class-cr-settings-trust-badges.php:97
4448
- msgid "Verified Reviews Page"
4449
- msgstr ""
4450
-
4451
- #: includes/settings/class-cr-settings-trust-badges.php:98
4452
- msgid ""
4453
- "Specify name of the page with verified reviews. This will be a base URL for "
4454
- "reviews related to your shop. You can use alphanumeric symbols and '.' in "
4455
- "the name of the page."
4456
  msgstr ""
4457
 
4458
- #: includes/settings/class-cr-settings-trust-badges.php:106
4459
- msgid "Age Restriction"
4460
- msgstr ""
4461
-
4462
- #: includes/settings/class-cr-settings-trust-badges.php:107
4463
  msgid ""
4464
- "Enable this option if your store sells age-restricted products (e.g., adult "
4465
- "content, alcohol, etc.)"
 
4466
  msgstr ""
4467
 
4468
- #: includes/settings/class-cr-settings-trust-badges.php:117
4469
  msgid "Small Light Badge"
4470
  msgstr ""
4471
 
4472
- #: includes/settings/class-cr-settings-trust-badges.php:119
4473
  msgid "Shortcode and preview of the small light trust badge."
4474
  msgstr ""
4475
 
4476
- #: includes/settings/class-cr-settings-trust-badges.php:125
4477
  msgid "Small Light Badge (with Store Rating)"
4478
  msgstr ""
4479
 
4480
- #: includes/settings/class-cr-settings-trust-badges.php:127
4481
  msgid "Shortcode and preview of the small light trust badge with store rating."
4482
  msgstr ""
4483
 
4484
- #: includes/settings/class-cr-settings-trust-badges.php:133
4485
  msgid "Small Dark Badge"
4486
  msgstr ""
4487
 
4488
- #: includes/settings/class-cr-settings-trust-badges.php:135
4489
  msgid "Shortcode and preview of the small dark trust badge."
4490
  msgstr ""
4491
 
4492
- #: includes/settings/class-cr-settings-trust-badges.php:141
4493
  msgid "Small Dark Badge (with Store Rating)"
4494
  msgstr ""
4495
 
4496
- #: includes/settings/class-cr-settings-trust-badges.php:143
4497
  msgid "Shortcode and preview of the small dark trust badge with store rating."
4498
  msgstr ""
4499
 
4500
- #: includes/settings/class-cr-settings-trust-badges.php:149
4501
  msgid "Wide Light Badge"
4502
  msgstr ""
4503
 
4504
- #: includes/settings/class-cr-settings-trust-badges.php:151
4505
  msgid ""
4506
  "Shortcode and preview of the wide light trust badge. The wide badge has a "
4507
  "version for small screens that will be automatically shown when a website is "
4508
  "viewed from phones."
4509
  msgstr ""
4510
 
4511
- #: includes/settings/class-cr-settings-trust-badges.php:157
4512
  msgid "Wide Light Badge (with Store Rating)"
4513
  msgstr ""
4514
 
4515
- #: includes/settings/class-cr-settings-trust-badges.php:159
4516
  msgid ""
4517
  "Shortcode and preview of the wide light trust badge with store rating. The "
4518
  "wide badge has a version for small screens that will be automatically shown "
4519
  "when a website is viewed from phones."
4520
  msgstr ""
4521
 
4522
- #: includes/settings/class-cr-settings-trust-badges.php:165
4523
  msgid "Wide Dark Badge"
4524
  msgstr ""
4525
 
4526
- #: includes/settings/class-cr-settings-trust-badges.php:167
4527
  msgid ""
4528
  "Shortcode and preview of the wide dark trust badge. The wide badge has a "
4529
  "version for small screens that will be automatically shown when a website is "
4530
  "viewed from phones."
4531
  msgstr ""
4532
 
4533
- #: includes/settings/class-cr-settings-trust-badges.php:173
4534
  msgid "Wide Dark Badge (with Store Rating)"
4535
  msgstr ""
4536
 
4537
- #: includes/settings/class-cr-settings-trust-badges.php:175
4538
  msgid ""
4539
  "Shortcode and preview of the wide dark trust badge with store rating. The "
4540
  "wide badge has a version for small screens that will be automatically shown "
4541
  "when a website is viewed from phones."
4542
  msgstr ""
4543
 
4544
- #: includes/settings/class-cr-settings-trust-badges.php:181
4545
  msgid "Compact Light Badge"
4546
  msgstr ""
4547
 
4548
- #: includes/settings/class-cr-settings-trust-badges.php:183
4549
  msgid "Shortcode and preview of the compact light trust badge."
4550
  msgstr ""
4551
 
4552
- #: includes/settings/class-cr-settings-trust-badges.php:189
4553
  msgid "Compact Dark Badge"
4554
  msgstr ""
4555
 
4556
- #: includes/settings/class-cr-settings-trust-badges.php:191
4557
  msgid "Shortcode and preview of the compact dark trust badge."
4558
  msgstr ""
4559
 
4560
- #: includes/settings/class-cr-settings-trust-badges.php:201
4561
  msgid "Floating Trust Badge"
4562
  msgstr ""
4563
 
4564
- #: includes/settings/class-cr-settings-trust-badges.php:203
4565
  msgid ""
4566
  "Settings to display a floating badge with a summary of verified reviews."
4567
  msgstr ""
4568
 
4569
- #: includes/settings/class-cr-settings-trust-badges.php:207
4570
  msgid "Floating Badge"
4571
  msgstr ""
4572
 
4573
- #: includes/settings/class-cr-settings-trust-badges.php:209
4574
  msgid ""
4575
  "Enable this checkbox to display a floating trust badge on public pages of "
4576
  "the website."
4577
  msgstr ""
4578
 
4579
- #: includes/settings/class-cr-settings-trust-badges.php:214
4580
  msgid "Floating Badge Style"
4581
  msgstr ""
4582
 
4583
- #: includes/settings/class-cr-settings-trust-badges.php:216
4584
  msgid "Choose one of the styles for the floating trust badge."
4585
  msgstr ""
4586
 
4587
- #: includes/settings/class-cr-settings-trust-badges.php:220 js/blocks.js:112
4588
  msgid "Light"
4589
  msgstr ""
4590
 
4591
- #: includes/settings/class-cr-settings-trust-badges.php:221 js/blocks.js:116
4592
  msgid "Dark"
4593
  msgstr ""
4594
 
4595
- #: includes/settings/class-cr-settings-trust-badges.php:226
4596
  msgid "Floating Badge Location"
4597
  msgstr ""
4598
 
4599
- #: includes/settings/class-cr-settings-trust-badges.php:228
4600
  msgid "Choose one of the locations for the floating trust badge."
4601
  msgstr ""
4602
 
4603
- #: includes/settings/class-cr-settings-trust-badges.php:232
4604
  msgid "Bottom right"
4605
  msgstr ""
4606
 
4607
- #: includes/settings/class-cr-settings-trust-badges.php:233
4608
  msgid "Bottom left"
4609
  msgstr ""
4610
 
4611
- #: includes/settings/class-cr-settings-trust-badges.php:318
4612
  msgid "color"
4613
  msgstr ""
4614
 
@@ -4679,75 +4693,83 @@ msgstr ""
4679
  msgid "Tags for Reviews"
4680
  msgstr ""
4681
 
4682
- #: includes/trust-badge/class-cr-trust-badge.php:201
4683
  msgid "Independently verified"
4684
  msgstr ""
4685
 
4686
- #: includes/trust-badge/class-cr-trust-badge.php:202
4687
  msgid "independently verified"
4688
  msgstr ""
4689
 
4690
- #: includes/trust-badge/class-cr-trust-badge.php:204
 
 
 
 
 
 
 
 
4691
  msgid "%s rating"
4692
  msgstr ""
4693
 
4694
- #: includes/trust-badge/class-cr-trust-badge.php:205
4695
  msgid "rating %s / 5"
4696
  msgstr ""
4697
 
4698
- #: includes/trust-badge/class-cr-trust-badge.php:206
4699
  msgid "%s store rating"
4700
  msgstr ""
4701
 
4702
- #: includes/trust-badge/class-cr-trust-badge.php:207
4703
  msgid "Store rating %s / 5"
4704
  msgstr ""
4705
 
4706
- #: includes/trust-badge/class-cr-trust-badge.php:208
4707
  msgid "store rating"
4708
  msgstr ""
4709
 
4710
- #: includes/trust-badge/class-cr-trust-badge.php:209
4711
  msgid "%s product rating"
4712
  msgstr ""
4713
 
4714
- #: includes/trust-badge/class-cr-trust-badge.php:210
4715
  msgid "Product rating %s / 5"
4716
  msgstr ""
4717
 
4718
- #: includes/trust-badge/class-cr-trust-badge.php:211
4719
  msgid "product rating"
4720
  msgstr ""
4721
 
4722
- #: includes/trust-badge/class-cr-trust-badge.php:212
4723
- #: includes/trust-badge/class-cr-trust-badge.php:213 templates/cr-rating.php:44
4724
  msgid "%s review"
4725
  msgid_plural "%s reviews"
4726
  msgstr[0] ""
4727
  msgstr[1] ""
4728
 
4729
  #: includes/trust-badge/class-cr-verified-reviews.php:58
4730
- msgid "Trust badges activation error: 'Verified Reviews Page' cannot be empty."
4731
  msgstr ""
4732
 
4733
  #: includes/trust-badge/class-cr-verified-reviews.php:89
4734
- msgid "Trust badges activation error #98. "
4735
  msgstr ""
4736
 
4737
  #: includes/trust-badge/class-cr-verified-reviews.php:94
4738
- msgid "Trust badges have been successfully activated."
4739
  msgstr ""
4740
 
4741
  #: includes/trust-badge/class-cr-verified-reviews.php:97
4742
  msgid ""
4743
- "Trust badges activation error: '%s' is already in use. Please enter a "
4744
  "different page name."
4745
  msgstr ""
4746
 
4747
  #: includes/trust-badge/class-cr-verified-reviews.php:100
4748
  msgid ""
4749
- "Trust badges activation error: page name contains unsupported symbols. Only "
4750
- "latin characters (a-z), numbers (0-9), and . symbol are allowed."
4751
  msgstr ""
4752
 
4753
  #: includes/trust-badge/class-cr-verified-reviews.php:103
@@ -4757,25 +4779,25 @@ msgid ""
4757
  msgstr ""
4758
 
4759
  #: includes/trust-badge/class-cr-verified-reviews.php:106
4760
- msgid "Trust badges activation error #99."
4761
  msgstr ""
4762
 
4763
  #: includes/trust-badge/class-cr-verified-reviews.php:142
4764
- msgid "Trust badges deactivation error #98. Please try again."
4765
  msgstr ""
4766
 
4767
  #: includes/trust-badge/class-cr-verified-reviews.php:149
4768
- msgid "Trust badges have been successfully deactivated."
4769
  msgstr ""
4770
 
4771
  #: includes/trust-badge/class-cr-verified-reviews.php:153
4772
  msgid ""
4773
- "Trust badges deactivation error: the page is blocked, please contact CusRev "
4774
- "support for assistance."
4775
  msgstr ""
4776
 
4777
  #: includes/trust-badge/class-cr-verified-reviews.php:157
4778
- msgid "Trust badges deactivation error #99."
4779
  msgstr ""
4780
 
4781
  #: ivole.php:135
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"
43
  msgid "This reply was originally posted on CR portal"
44
  msgstr ""
45
 
46
+ #: class-ivole.php:152
47
  msgid "View CusRev documentation"
48
  msgstr ""
49
 
50
+ #: class-ivole.php:152
51
  msgid "Docs"
52
  msgstr ""
53
 
54
+ #: class-ivole.php:153
55
  msgid "Visit community forums"
56
  msgstr ""
57
 
58
+ #: class-ivole.php:153
59
  msgid "Community support"
60
  msgstr ""
61
 
62
+ #: class-ivole.php:163
63
  msgid "View Customer Reviews settings"
64
  msgstr ""
65
 
66
+ #: class-ivole.php:163 includes/settings/class-cr-admin-menu-settings.php:60
67
  #: includes/settings/class-cr-admin-menu-settings.php:61
68
  msgid "Settings"
69
  msgstr ""
243
  msgid "Item 2 Test"
244
  msgstr ""
245
 
246
+ #: includes/emails/class-cr-email-func.php:264
247
  #: includes/reviews/class-cr-reviews-list-table.php:410
248
  msgid "Review"
249
  msgstr ""
380
  #: includes/reviews/class-cr-admin-menu-reviews.php:59
381
  #: includes/reviews/class-cr-admin-menu-reviews.php:60
382
  #: includes/settings/class-cr-admin-menu-settings.php:143
383
+ #: includes/settings/class-cr-settings-trust-badges.php:310
384
  msgid "Reviews"
385
  msgstr ""
386
 
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 "
2524
+ "%1$s icons for individual reviews on product pages of your store will be "
2525
+ "displayed. Each %2$s icon will contain a nofollow link to a verified copy of "
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.)"
2548
+ msgstr ""
2549
+
2550
  #: includes/settings/class-cr-settings-discount-tiers.php:37
2551
  msgid ""
2552
  "The option is not available with the coupon type selected for this discount "
2648
  msgstr ""
2649
 
2650
  #: includes/settings/class-cr-settings-discount-tiers.php:146
2651
+ #: includes/settings/class-cr-settings-review-reminder.php:367
2652
  msgid "Roles"
2653
  msgstr ""
2654
 
2859
  msgstr ""
2860
 
2861
  #: includes/settings/class-cr-settings-email-template.php:286
2862
+ msgid "\"Reply-To\" address"
2863
  msgstr ""
2864
 
2865
  #: includes/settings/class-cr-settings-email-template.php:301
3004
  "test email."
3005
  msgstr ""
3006
 
3007
+ #: includes/settings/class-cr-settings-email-template.php:536
3008
  msgid "Return to emails"
3009
  msgstr ""
3010
 
3011
+ #: includes/settings/class-cr-settings-email-template.php:559
3012
  msgid "Email template"
3013
  msgstr ""
3014
 
3015
+ #: includes/settings/class-cr-settings-email-template.php:567
3016
  msgid "Delete template file"
3017
  msgstr ""
3018
 
3019
  #. translators: %s: Path to template file
3020
+ #: includes/settings/class-cr-settings-email-template.php:573
3021
  msgid ""
3022
  "This template has been overridden by your theme and can be found in: %s."
3023
  msgstr ""
3024
 
3025
+ #: includes/settings/class-cr-settings-email-template.php:603
3026
  msgid "Copy file to theme"
3027
  msgstr ""
3028
 
3029
  #. translators: 1: Path to template file 2: Path to theme folder
3030
+ #: includes/settings/class-cr-settings-email-template.php:609
3031
  msgid ""
3032
  "To override and edit this email template copy %1$s to your theme folder: "
3033
  "%2$s."
3034
  msgstr ""
3035
 
3036
+ #: includes/settings/class-cr-settings-email-template.php:617
3037
  msgid "File was not found."
3038
  msgstr ""
3039
 
3040
+ #: includes/settings/class-cr-settings-email-template.php:639
3041
  msgid "View template"
3042
  msgstr ""
3043
 
3044
+ #: includes/settings/class-cr-settings-email-template.php:640
3045
  msgid "Hide template"
3046
  msgstr ""
3047
 
3048
+ #: includes/settings/class-cr-settings-email-template.php:654
3049
  msgid "Are you sure you want to delete this template file?"
3050
  msgstr ""
3051
 
3052
+ #: includes/settings/class-cr-settings-email-template.php:675
3053
+ #: includes/settings/class-cr-settings-email-template.php:681
3054
  msgid "'Email Body' field cannot be empty"
3055
  msgstr ""
3056
 
3057
+ #: includes/settings/class-cr-settings-email-template.php:695
3058
  msgid "Action failed. Please refresh the page and retry."
3059
  msgstr ""
3060
 
3061
+ #: includes/settings/class-cr-settings-email-template.php:699
3062
  msgid "You don&#8217;t have permission to do this."
3063
  msgstr ""
3064
 
3065
+ #: includes/settings/class-cr-settings-email-template.php:721
3066
  msgid "Template file copied to theme."
3067
  msgstr ""
3068
 
3069
+ #: includes/settings/class-cr-settings-email-template.php:733
3070
  msgid "Template file deleted from theme."
3071
  msgstr ""
3072
 
3074
  msgid "Emails"
3075
  msgstr ""
3076
 
3077
+ #: includes/settings/class-cr-settings-emails.php:76
3078
  msgid "Email Templates"
3079
  msgstr ""
3080
 
3081
+ #: includes/settings/class-cr-settings-emails.php:78
3082
  msgid ""
3083
  "Adjust templates of the emails that will be sent to customers. If you enable "
3084
  "<b>advanced</b> email templates in your account on the %1$sCusRev website"
3086
  "below."
3087
  msgstr ""
3088
 
3089
+ #: includes/settings/class-cr-settings-emails.php:109
3090
  msgid "Email"
3091
  msgstr ""
3092
 
3093
+ #: includes/settings/class-cr-settings-emails.php:110
3094
  msgid "Subject"
3095
  msgstr ""
3096
 
3097
+ #: includes/settings/class-cr-settings-emails.php:111
3098
  msgid "From"
3099
  msgstr ""
3100
 
3240
  msgstr ""
3241
 
3242
  #: includes/settings/class-cr-settings-review-discount.php:109
3243
+ #: includes/settings/class-cr-settings-review-reminder.php:494
3244
  msgid "Email Template"
3245
  msgstr ""
3246
 
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
3504
+ #: includes/settings/class-cr-settings-review-reminder.php:945
3505
+ #: includes/settings/class-cr-settings-review-reminder.php:946
3506
+ #: includes/settings/class-cr-settings-review-reminder.php:947
3507
+ #: includes/settings/class-cr-settings-review-reminder.php:948
3508
+ #: includes/settings/class-cr-settings-review-reminder.php:949
3509
  msgid "Checking license..."
3510
  msgstr ""
3511
 
3780
  "in this field."
3781
  msgstr ""
3782
 
3783
+ #: includes/settings/class-cr-settings-review-reminder.php:315
3784
  msgid "Order Status"
3785
  msgstr ""
3786
 
3787
+ #: includes/settings/class-cr-settings-review-reminder.php:317
3788
  msgid ""
3789
  "Review reminders will be sent N days after this order status. It is "
3790
  "recommended to use 'Completed' status."
3791
  msgstr ""
3792
 
3793
+ #: includes/settings/class-cr-settings-review-reminder.php:327
3794
  msgid "Enable for"
3795
  msgstr ""
3796
 
3797
+ #: includes/settings/class-cr-settings-review-reminder.php:329
3798
  msgid ""
3799
  "Define if reminders will be send for all or only specific categories of "
3800
  "products."
3801
  msgstr ""
3802
 
3803
+ #: includes/settings/class-cr-settings-review-reminder.php:336
3804
  msgid "All Categories"
3805
  msgstr ""
3806
 
3807
+ #: includes/settings/class-cr-settings-review-reminder.php:337
3808
  msgid "Specific Categories"
3809
  msgstr ""
3810
 
3811
+ #: includes/settings/class-cr-settings-review-reminder.php:342
3812
  msgid "Categories"
3813
  msgstr ""
3814
 
3815
+ #: includes/settings/class-cr-settings-review-reminder.php:344
3816
  msgid ""
3817
  "If reminders are enabled only for specific categories of products, this "
3818
  "field enables you to choose these categories."
3819
  msgstr ""
3820
 
3821
+ #: includes/settings/class-cr-settings-review-reminder.php:352
3822
  msgid "Enable for Roles"
3823
  msgstr ""
3824
 
3825
+ #: includes/settings/class-cr-settings-review-reminder.php:354
3826
  msgid ""
3827
  "Define if reminders will be send for all or only specific roles of users."
3828
  msgstr ""
3829
 
3830
+ #: includes/settings/class-cr-settings-review-reminder.php:361
3831
  msgid "All Roles"
3832
  msgstr ""
3833
 
3834
+ #: includes/settings/class-cr-settings-review-reminder.php:362
3835
  msgid "Specific Roles"
3836
  msgstr ""
3837
 
3838
+ #: includes/settings/class-cr-settings-review-reminder.php:369
3839
  msgid ""
3840
  "If reminders are enabled only for specific user roles, this field enables "
3841
  "you to choose these roles."
3842
  msgstr ""
3843
 
3844
+ #: includes/settings/class-cr-settings-review-reminder.php:377
3845
  msgid "Enable for Guests"
3846
  msgstr ""
3847
 
3848
+ #: includes/settings/class-cr-settings-review-reminder.php:378
3849
  msgid ""
3850
  "Enable sending of review reminders to customers who place orders without an "
3851
  "account (guest checkout). It is recommended to enable this checkbox, if you "
3852
  "allow customers to place orders without creating an account on your site."
3853
  msgstr ""
3854
 
3855
+ #: includes/settings/class-cr-settings-review-reminder.php:385
3856
  msgid "Reminders Scheduler"
3857
  msgstr ""
3858
 
3859
+ #: includes/settings/class-cr-settings-review-reminder.php:387
3860
  msgid ""
3861
  "Define which scheduler the plugin will use to schedule automatic review "
3862
  "reminders. The default option is to use WordPress Cron (WP-Cron) for "
3865
  "CR Cron is an external service that requires a license key (free or pro)."
3866
  msgstr ""
3867
 
3868
+ #: includes/settings/class-cr-settings-review-reminder.php:397
3869
  msgid "Enable Manual Reminders"
3870
  msgstr ""
3871
 
3872
+ #: includes/settings/class-cr-settings-review-reminder.php:398
3873
  msgid ""
3874
  "Enable manual sending of follow-up emails with a reminder to submit a "
3875
  "review. Manual reminders can be sent for completed orders from %1$sOrders"
3876
  "%2$s page after enabling this option."
3877
  msgstr ""
3878
 
3879
+ #: includes/settings/class-cr-settings-review-reminder.php:405
3880
  msgid "Limit Number of Reminders"
3881
  msgstr ""
3882
 
3883
+ #: includes/settings/class-cr-settings-review-reminder.php:406
3884
  msgid ""
3885
  "Enable this checkbox to make sure that no more than one review reminder is "
3886
  "sent for each order."
3887
  msgstr ""
3888
 
3889
+ #: includes/settings/class-cr-settings-review-reminder.php:413
3890
  msgid "Customer Consent"
3891
  msgstr ""
3892
 
3893
+ #: includes/settings/class-cr-settings-review-reminder.php:414
3894
  msgid ""
3895
  "If this option is enabled, customers will be asked to tick a checkbox on the "
3896
  "checkout page to indicate that they would like to receive an invitation to "
3897
  "review their order."
3898
  msgstr ""
3899
 
3900
+ #: includes/settings/class-cr-settings-review-reminder.php:420
3901
  msgid "Customer Consent Text"
3902
  msgstr ""
3903
 
3904
+ #: includes/settings/class-cr-settings-review-reminder.php:421
3905
  msgid ""
3906
  "Text of the message shown to customers next to the consent checkbox on the "
3907
  "checkout page."
3908
  msgstr ""
3909
 
3910
+ #: includes/settings/class-cr-settings-review-reminder.php:430
3911
  msgid "Registered Customers"
3912
  msgstr ""
3913
 
3914
+ #: includes/settings/class-cr-settings-review-reminder.php:431
3915
  msgid ""
3916
  "By default, review reminders are sent to billing emails provided by "
3917
  "customers during checkout. If you enable this option, the plugin will check "
3920
  "this option disabled."
3921
  msgstr ""
3922
 
3923
+ #: includes/settings/class-cr-settings-review-reminder.php:438
3924
  msgid "Moderation of Reviews"
3925
  msgstr ""
3926
 
3927
+ #: includes/settings/class-cr-settings-review-reminder.php:439
3928
  msgid ""
3929
  "Enable manual moderation of reviews submitted by your verified customers. "
3930
  "This setting applies only to reviews submitted in response to reminders sent "
3931
  "by this plugin."
3932
  msgstr ""
3933
 
3934
+ #: includes/settings/class-cr-settings-review-reminder.php:446
3935
  msgid "Exclude Free Products"
3936
  msgstr ""
3937
 
3938
+ #: includes/settings/class-cr-settings-review-reminder.php:447
3939
  msgid "Enable this checkbox to exclude free products from review invitations."
3940
  msgstr ""
3941
 
3942
+ #: includes/settings/class-cr-settings-review-reminder.php:454
3943
  msgid "Shop Name"
3944
  msgstr ""
3945
 
3946
+ #: includes/settings/class-cr-settings-review-reminder.php:456
3947
  msgid ""
3948
  "Specify your shop name that will be used in emails and review forms "
3949
  "generated by this plugin."
3950
  msgstr ""
3951
 
3952
+ #: includes/settings/class-cr-settings-review-reminder.php:471
3953
+ #: includes/settings/class-cr-settings-review-reminder.php:477
3954
  msgid "Language"
3955
  msgstr ""
3956
 
3957
+ #: includes/settings/class-cr-settings-review-reminder.php:479
3958
  msgid "Choose one of the available languages."
3959
  msgstr ""
3960
 
3961
+ #: includes/settings/class-cr-settings-review-reminder.php:496
3962
  msgid ""
3963
  "The email template of review reminders can be configured on the <a href=\"%s"
3964
  "\">Emails</a> tab."
3965
  msgstr ""
3966
 
3967
+ #: includes/settings/class-cr-settings-review-reminder.php:504
3968
  msgid ""
3969
  "Adjust template of the aggregated review forms that will be created and sent "
3970
  "to customers by CusRev. Modifications will be applied to the next review "
3973
  "b> the settings below."
3974
  msgstr ""
3975
 
3976
+ #: includes/settings/class-cr-settings-review-reminder.php:506
3977
  msgid ""
3978
  "Adjust template of the aggregated review forms that will be created and sent "
3979
  "to customers. Modifications will be applied to the next review form created "
3980
  "after saving settings."
3981
  msgstr ""
3982
 
3983
+ #: includes/settings/class-cr-settings-review-reminder.php:509
3984
  msgid "Review Form Template"
3985
  msgstr ""
3986
 
3987
+ #: includes/settings/class-cr-settings-review-reminder.php:515
3988
  msgid "Form Header"
3989
  msgstr ""
3990
 
3991
+ #: includes/settings/class-cr-settings-review-reminder.php:517
3992
  msgid "Header of the review form that will be sent to customers."
3993
  msgstr ""
3994
 
3995
+ #: includes/settings/class-cr-settings-review-reminder.php:524
3996
  msgid "Form Body"
3997
  msgstr ""
3998
 
3999
+ #: includes/settings/class-cr-settings-review-reminder.php:526
4000
  msgid "Body of the review form that will be sent to customers."
4001
  msgstr ""
4002
 
4003
+ #: includes/settings/class-cr-settings-review-reminder.php:534
4004
  msgid "Shop Rating"
4005
  msgstr ""
4006
 
4007
+ #: includes/settings/class-cr-settings-review-reminder.php:538
4008
  msgid ""
4009
  "Enable this option if you would like to include a separate question for a "
4010
  "general shop review in addition to questions for product reviews."
4011
  msgstr ""
4012
 
4013
+ #: includes/settings/class-cr-settings-review-reminder.php:541
4014
  msgid "Comment Required"
4015
  msgstr ""
4016
 
4017
+ #: includes/settings/class-cr-settings-review-reminder.php:545
4018
  msgid ""
4019
  "Enable this option if you would like to make it mandatory for your customers "
4020
  "to write something in their review. This option applies only to aggregated "
4021
  "review forms."
4022
  msgstr ""
4023
 
4024
+ #: includes/settings/class-cr-settings-review-reminder.php:548
4025
  msgid ""
4026
  "Enable attachment of pictures and videos on aggregated review forms. "
4027
  "Uploaded media files are initially stored on Amazon S3 and automatically "
4031
  "%2$s."
4032
  msgstr ""
4033
 
4034
+ #: includes/settings/class-cr-settings-review-reminder.php:550
4035
  msgid ""
4036
  "Enable attachment of pictures and videos on local aggregated review forms. "
4037
  "This option applies only to aggregated review forms. If you would like to "
4039
  "pages, this can be done %1$shere%2$s."
4040
  msgstr ""
4041
 
4042
+ #: includes/settings/class-cr-settings-review-reminder.php:553
4043
  msgid "Attach Media"
4044
  msgstr ""
4045
 
4046
+ #: includes/settings/class-cr-settings-review-reminder.php:563
4047
  msgid "Rating Bar"
4048
  msgstr ""
4049
 
4050
+ #: includes/settings/class-cr-settings-review-reminder.php:567
4051
  msgid "Visual style of rating bars on review forms."
4052
  msgstr ""
4053
 
4054
+ #: includes/settings/class-cr-settings-review-reminder.php:569
4055
  msgid "Smiley and frowny faces"
4056
  msgstr ""
4057
 
4058
+ #: includes/settings/class-cr-settings-review-reminder.php:570
4059
  #: blocks/src/reviews-grid/edit.js:234 js/blocks.js:946
4060
  msgid "Stars"
4061
  msgstr ""
4062
 
4063
+ #: includes/settings/class-cr-settings-review-reminder.php:575
4064
  msgid "Geolocation"
4065
  msgstr ""
4066
 
4067
+ #: includes/settings/class-cr-settings-review-reminder.php:579
4068
  msgid ""
4069
  "Enable geolocation on aggregated review forms. Customers will have an option "
4070
  "to indicate where they are from. For example, \"England, United Kingdom\"."
4071
  msgstr ""
4072
 
4073
+ #: includes/settings/class-cr-settings-review-reminder.php:580
4074
  msgid "Automatic geolocation on review forms."
4075
  msgstr ""
4076
 
4077
+ #: includes/settings/class-cr-settings-review-reminder.php:586
4078
  msgid "Form Color 1"
4079
  msgstr ""
4080
 
4081
+ #: includes/settings/class-cr-settings-review-reminder.php:590
4082
  msgid "Background color for heading of the form and product names."
4083
  msgstr ""
4084
 
4085
+ #: includes/settings/class-cr-settings-review-reminder.php:594
4086
  msgid "Form Color 2"
4087
  msgstr ""
4088
 
4089
+ #: includes/settings/class-cr-settings-review-reminder.php:598
4090
  msgid "Text color for product names."
4091
  msgstr ""
4092
 
4093
+ #: includes/settings/class-cr-settings-review-reminder.php:602
4094
  msgid "Form Color 3"
4095
  msgstr ""
4096
 
4097
+ #: includes/settings/class-cr-settings-review-reminder.php:606
4098
  msgid "Color of control elements (buttons, rating bars)."
4099
  msgstr ""
4100
 
4101
+ #: includes/settings/class-cr-settings-review-reminder.php:962
4102
  msgid ""
4103
  "While editing the footer text please make sure to keep the unsubscribe link "
4104
  "markup:"
4105
  msgstr ""
4106
 
4107
+ #: includes/settings/class-cr-settings-review-reminder.php:1031
4108
  msgid ""
4109
  "<strong>CR Cron could not be enabled because no license key was entered. A "
4110
  "license key (free or pro) is required to use CR Cron.</strong>"
4458
  "you should specify it here."
4459
  msgstr ""
4460
 
4461
+ #: includes/settings/class-cr-settings-trust-badges.php:45
4462
  #: includes/settings/class-cr-settings-trust-badges.php:83
 
4463
  msgid "Trust Badges"
4464
  msgstr ""
4465
 
4466
+ #: includes/settings/class-cr-settings-trust-badges.php:86
4467
  msgid ""
4468
+ "Increase your store's conversion rate by placing a \"trust badge\" on the "
4469
  "home, checkout or any other page(s). Let customers feel more confident about "
4470
  "shopping on your site by featuring a trust badge that shows a summary of "
4471
+ "customer reviews. Trust badges can be enabled using shortcodes or blocks in "
4472
+ "the page editor (blocks require WordPress 5.0 or newer)."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4473
  msgstr ""
4474
 
4475
+ #: includes/settings/class-cr-settings-trust-badges.php:88
 
 
 
 
4476
  msgid ""
4477
+ "If you enable <a href=\"%1$s\">verification of reviews</a> and claim a <a "
4478
+ "href=\"%2$s\">dedicated page</a> at CusRev.com website, trust badges will "
4479
+ "include a nofollow link to your page there."
4480
  msgstr ""
4481
 
4482
+ #: includes/settings/class-cr-settings-trust-badges.php:93
4483
  msgid "Small Light Badge"
4484
  msgstr ""
4485
 
4486
+ #: includes/settings/class-cr-settings-trust-badges.php:95
4487
  msgid "Shortcode and preview of the small light trust badge."
4488
  msgstr ""
4489
 
4490
+ #: includes/settings/class-cr-settings-trust-badges.php:101
4491
  msgid "Small Light Badge (with Store Rating)"
4492
  msgstr ""
4493
 
4494
+ #: includes/settings/class-cr-settings-trust-badges.php:103
4495
  msgid "Shortcode and preview of the small light trust badge with store rating."
4496
  msgstr ""
4497
 
4498
+ #: includes/settings/class-cr-settings-trust-badges.php:109
4499
  msgid "Small Dark Badge"
4500
  msgstr ""
4501
 
4502
+ #: includes/settings/class-cr-settings-trust-badges.php:111
4503
  msgid "Shortcode and preview of the small dark trust badge."
4504
  msgstr ""
4505
 
4506
+ #: includes/settings/class-cr-settings-trust-badges.php:117
4507
  msgid "Small Dark Badge (with Store Rating)"
4508
  msgstr ""
4509
 
4510
+ #: includes/settings/class-cr-settings-trust-badges.php:119
4511
  msgid "Shortcode and preview of the small dark trust badge with store rating."
4512
  msgstr ""
4513
 
4514
+ #: includes/settings/class-cr-settings-trust-badges.php:125
4515
  msgid "Wide Light Badge"
4516
  msgstr ""
4517
 
4518
+ #: includes/settings/class-cr-settings-trust-badges.php:127
4519
  msgid ""
4520
  "Shortcode and preview of the wide light trust badge. The wide badge has a "
4521
  "version for small screens that will be automatically shown when a website is "
4522
  "viewed from phones."
4523
  msgstr ""
4524
 
4525
+ #: includes/settings/class-cr-settings-trust-badges.php:133
4526
  msgid "Wide Light Badge (with Store Rating)"
4527
  msgstr ""
4528
 
4529
+ #: includes/settings/class-cr-settings-trust-badges.php:135
4530
  msgid ""
4531
  "Shortcode and preview of the wide light trust badge with store rating. The "
4532
  "wide badge has a version for small screens that will be automatically shown "
4533
  "when a website is viewed from phones."
4534
  msgstr ""
4535
 
4536
+ #: includes/settings/class-cr-settings-trust-badges.php:141
4537
  msgid "Wide Dark Badge"
4538
  msgstr ""
4539
 
4540
+ #: includes/settings/class-cr-settings-trust-badges.php:143
4541
  msgid ""
4542
  "Shortcode and preview of the wide dark trust badge. The wide badge has a "
4543
  "version for small screens that will be automatically shown when a website is "
4544
  "viewed from phones."
4545
  msgstr ""
4546
 
4547
+ #: includes/settings/class-cr-settings-trust-badges.php:149
4548
  msgid "Wide Dark Badge (with Store Rating)"
4549
  msgstr ""
4550
 
4551
+ #: includes/settings/class-cr-settings-trust-badges.php:151
4552
  msgid ""
4553
  "Shortcode and preview of the wide dark trust badge with store rating. The "
4554
  "wide badge has a version for small screens that will be automatically shown "
4555
  "when a website is viewed from phones."
4556
  msgstr ""
4557
 
4558
+ #: includes/settings/class-cr-settings-trust-badges.php:157
4559
  msgid "Compact Light Badge"
4560
  msgstr ""
4561
 
4562
+ #: includes/settings/class-cr-settings-trust-badges.php:159
4563
  msgid "Shortcode and preview of the compact light trust badge."
4564
  msgstr ""
4565
 
4566
+ #: includes/settings/class-cr-settings-trust-badges.php:165
4567
  msgid "Compact Dark Badge"
4568
  msgstr ""
4569
 
4570
+ #: includes/settings/class-cr-settings-trust-badges.php:167
4571
  msgid "Shortcode and preview of the compact dark trust badge."
4572
  msgstr ""
4573
 
4574
+ #: includes/settings/class-cr-settings-trust-badges.php:177
4575
  msgid "Floating Trust Badge"
4576
  msgstr ""
4577
 
4578
+ #: includes/settings/class-cr-settings-trust-badges.php:179
4579
  msgid ""
4580
  "Settings to display a floating badge with a summary of verified reviews."
4581
  msgstr ""
4582
 
4583
+ #: includes/settings/class-cr-settings-trust-badges.php:183
4584
  msgid "Floating Badge"
4585
  msgstr ""
4586
 
4587
+ #: includes/settings/class-cr-settings-trust-badges.php:185
4588
  msgid ""
4589
  "Enable this checkbox to display a floating trust badge on public pages of "
4590
  "the website."
4591
  msgstr ""
4592
 
4593
+ #: includes/settings/class-cr-settings-trust-badges.php:190
4594
  msgid "Floating Badge Style"
4595
  msgstr ""
4596
 
4597
+ #: includes/settings/class-cr-settings-trust-badges.php:192
4598
  msgid "Choose one of the styles for the floating trust badge."
4599
  msgstr ""
4600
 
4601
+ #: includes/settings/class-cr-settings-trust-badges.php:196 js/blocks.js:112
4602
  msgid "Light"
4603
  msgstr ""
4604
 
4605
+ #: includes/settings/class-cr-settings-trust-badges.php:197 js/blocks.js:116
4606
  msgid "Dark"
4607
  msgstr ""
4608
 
4609
+ #: includes/settings/class-cr-settings-trust-badges.php:202
4610
  msgid "Floating Badge Location"
4611
  msgstr ""
4612
 
4613
+ #: includes/settings/class-cr-settings-trust-badges.php:204
4614
  msgid "Choose one of the locations for the floating trust badge."
4615
  msgstr ""
4616
 
4617
+ #: includes/settings/class-cr-settings-trust-badges.php:208
4618
  msgid "Bottom right"
4619
  msgstr ""
4620
 
4621
+ #: includes/settings/class-cr-settings-trust-badges.php:209
4622
  msgid "Bottom left"
4623
  msgstr ""
4624
 
4625
+ #: includes/settings/class-cr-settings-trust-badges.php:294
4626
  msgid "color"
4627
  msgstr ""
4628
 
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] ""
4749
  msgstr[1] ""
4750
 
4751
  #: includes/trust-badge/class-cr-verified-reviews.php:58
4752
+ msgid "CusRev.com page activation error: 'Page URL' cannot be empty."
4753
  msgstr ""
4754
 
4755
  #: includes/trust-badge/class-cr-verified-reviews.php:89
4756
+ msgid "CusRev.com page activation error #98. "
4757
  msgstr ""
4758
 
4759
  #: includes/trust-badge/class-cr-verified-reviews.php:94
4760
+ msgid "CusRev.com page has been successfully enabled."
4761
  msgstr ""
4762
 
4763
  #: includes/trust-badge/class-cr-verified-reviews.php:97
4764
  msgid ""
4765
+ "CusRev.com page activation error: '%s' is already in use. Please enter a "
4766
  "different page name."
4767
  msgstr ""
4768
 
4769
  #: includes/trust-badge/class-cr-verified-reviews.php:100
4770
  msgid ""
4771
+ "CusRev.com page activation error: page URL contains unsupported symbols. "
4772
+ "Only latin characters (a-z), numbers (0-9), and . symbol are allowed."
4773
  msgstr ""
4774
 
4775
  #: includes/trust-badge/class-cr-verified-reviews.php:103
4779
  msgstr ""
4780
 
4781
  #: includes/trust-badge/class-cr-verified-reviews.php:106
4782
+ msgid "CusRev.com page activation error #99."
4783
  msgstr ""
4784
 
4785
  #: includes/trust-badge/class-cr-verified-reviews.php:142
4786
+ msgid "CusRev.com page deactivation error #98. Please try again."
4787
  msgstr ""
4788
 
4789
  #: includes/trust-badge/class-cr-verified-reviews.php:149
4790
+ msgid "CusRev.com page has been successfully disabled."
4791
  msgstr ""
4792
 
4793
  #: includes/trust-badge/class-cr-verified-reviews.php:153
4794
  msgid ""
4795
+ "CusRev.com page deactivation error: the page is blocked, please contact "
4796
+ "CusRev support for assistance."
4797
  msgstr ""
4798
 
4799
  #: includes/trust-badge/class-cr-verified-reviews.php:157
4800
+ msgid "CusRev.com page deactivation error #99."
4801
  msgstr ""
4802
 
4803
  #: ivole.php:135
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-10-28T14:21:16+00:00\n"
10
  "PO-Revision-Date: 2020-10-31 23:48+0000\n"
11
  "Last-Translator: \n"
12
  "Language-Team: \n"
@@ -43,27 +43,27 @@ msgstr ""
43
  msgid "This reply was originally posted on CR portal"
44
  msgstr ""
45
 
46
- #: class-ivole.php:150
47
  msgid "View CusRev documentation"
48
  msgstr ""
49
 
50
- #: class-ivole.php:150
51
  msgid "Docs"
52
  msgstr ""
53
 
54
- #: class-ivole.php:151
55
  msgid "Visit community forums"
56
  msgstr ""
57
 
58
- #: class-ivole.php:151
59
  msgid "Community support"
60
  msgstr ""
61
 
62
- #: class-ivole.php:161
63
  msgid "View Customer Reviews settings"
64
  msgstr ""
65
 
66
- #: class-ivole.php:161 includes/settings/class-cr-admin-menu-settings.php:60
67
  #: includes/settings/class-cr-admin-menu-settings.php:61
68
  msgid "Settings"
69
  msgstr ""
@@ -243,7 +243,7 @@ msgstr ""
243
  msgid "Item 2 Test"
244
  msgstr ""
245
 
246
- #: includes/emails/class-cr-email-func.php:263
247
  #: includes/reviews/class-cr-reviews-list-table.php:410
248
  msgid "Review"
249
  msgstr ""
@@ -380,7 +380,7 @@ msgstr ""
380
  #: includes/reviews/class-cr-admin-menu-reviews.php:59
381
  #: includes/reviews/class-cr-admin-menu-reviews.php:60
382
  #: includes/settings/class-cr-admin-menu-settings.php:143
383
- #: includes/settings/class-cr-settings-trust-badges.php:336
384
  msgid "Reviews"
385
  msgstr ""
386
 
@@ -2506,6 +2506,49 @@ msgid ""
2506
  "settings</a>."
2507
  msgstr ""
2508
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2509
  #: includes/settings/class-cr-settings-discount-tiers.php:37
2510
  msgid ""
2511
  "The option is not available with the coupon type selected for this discount "
@@ -2607,7 +2650,7 @@ msgid "Specific roles"
2607
  msgstr ""
2608
 
2609
  #: includes/settings/class-cr-settings-discount-tiers.php:146
2610
- #: includes/settings/class-cr-settings-review-reminder.php:362
2611
  msgid "Roles"
2612
  msgstr ""
2613
 
@@ -2818,7 +2861,7 @@ msgid ""
2818
  msgstr ""
2819
 
2820
  #: includes/settings/class-cr-settings-email-template.php:286
2821
- msgid "\"Reply-To\" Address"
2822
  msgstr ""
2823
 
2824
  #: includes/settings/class-cr-settings-email-template.php:301
@@ -2963,69 +3006,69 @@ msgid ""
2963
  "test email."
2964
  msgstr ""
2965
 
2966
- #: includes/settings/class-cr-settings-email-template.php:533
2967
  msgid "Return to emails"
2968
  msgstr ""
2969
 
2970
- #: includes/settings/class-cr-settings-email-template.php:552
2971
  msgid "Email template"
2972
  msgstr ""
2973
 
2974
- #: includes/settings/class-cr-settings-email-template.php:560
2975
  msgid "Delete template file"
2976
  msgstr ""
2977
 
2978
  #. translators: %s: Path to template file
2979
- #: includes/settings/class-cr-settings-email-template.php:566
2980
  msgid ""
2981
  "This template has been overridden by your theme and can be found in: %s."
2982
  msgstr ""
2983
 
2984
- #: includes/settings/class-cr-settings-email-template.php:596
2985
  msgid "Copy file to theme"
2986
  msgstr ""
2987
 
2988
  #. translators: 1: Path to template file 2: Path to theme folder
2989
- #: includes/settings/class-cr-settings-email-template.php:602
2990
  msgid ""
2991
  "To override and edit this email template copy %1$s to your theme folder: "
2992
  "%2$s."
2993
  msgstr ""
2994
 
2995
- #: includes/settings/class-cr-settings-email-template.php:610
2996
  msgid "File was not found."
2997
  msgstr ""
2998
 
2999
- #: includes/settings/class-cr-settings-email-template.php:632
3000
  msgid "View template"
3001
  msgstr ""
3002
 
3003
- #: includes/settings/class-cr-settings-email-template.php:633
3004
  msgid "Hide template"
3005
  msgstr ""
3006
 
3007
- #: includes/settings/class-cr-settings-email-template.php:647
3008
  msgid "Are you sure you want to delete this template file?"
3009
  msgstr ""
3010
 
3011
- #: includes/settings/class-cr-settings-email-template.php:668
3012
- #: includes/settings/class-cr-settings-email-template.php:674
3013
  msgid "'Email Body' field cannot be empty"
3014
  msgstr ""
3015
 
3016
- #: includes/settings/class-cr-settings-email-template.php:688
3017
  msgid "Action failed. Please refresh the page and retry."
3018
  msgstr ""
3019
 
3020
- #: includes/settings/class-cr-settings-email-template.php:692
3021
  msgid "You don&#8217;t have permission to do this."
3022
  msgstr ""
3023
 
3024
- #: includes/settings/class-cr-settings-email-template.php:714
3025
  msgid "Template file copied to theme."
3026
  msgstr ""
3027
 
3028
- #: includes/settings/class-cr-settings-email-template.php:726
3029
  msgid "Template file deleted from theme."
3030
  msgstr ""
3031
 
@@ -3033,11 +3076,11 @@ msgstr ""
3033
  msgid "Emails"
3034
  msgstr ""
3035
 
3036
- #: includes/settings/class-cr-settings-emails.php:69
3037
  msgid "Email Templates"
3038
  msgstr ""
3039
 
3040
- #: includes/settings/class-cr-settings-emails.php:71
3041
  msgid ""
3042
  "Adjust templates of the emails that will be sent to customers. If you enable "
3043
  "<b>advanced</b> email templates in your account on the %1$sCusRev website"
@@ -3045,15 +3088,15 @@ msgid ""
3045
  "below."
3046
  msgstr ""
3047
 
3048
- #: includes/settings/class-cr-settings-emails.php:102
3049
  msgid "Email"
3050
  msgstr ""
3051
 
3052
- #: includes/settings/class-cr-settings-emails.php:103
3053
  msgid "Subject"
3054
  msgstr ""
3055
 
3056
- #: includes/settings/class-cr-settings-emails.php:104
3057
  msgid "From"
3058
  msgstr ""
3059
 
@@ -3199,7 +3242,7 @@ msgid "Reply-To Address"
3199
  msgstr ""
3200
 
3201
  #: includes/settings/class-cr-settings-review-discount.php:109
3202
- #: includes/settings/class-cr-settings-review-reminder.php:480
3203
  msgid "Email Template"
3204
  msgstr ""
3205
 
@@ -3460,11 +3503,11 @@ msgstr ""
3460
  #: includes/settings/class-cr-settings-review-reminder.php:89
3461
  #: includes/settings/class-cr-settings-review-reminder.php:94
3462
  #: includes/settings/class-cr-settings-review-reminder.php:99
3463
- #: includes/settings/class-cr-settings-review-reminder.php:931
3464
- #: includes/settings/class-cr-settings-review-reminder.php:932
3465
- #: includes/settings/class-cr-settings-review-reminder.php:933
3466
- #: includes/settings/class-cr-settings-review-reminder.php:934
3467
- #: includes/settings/class-cr-settings-review-reminder.php:935
3468
  msgid "Checking license..."
3469
  msgstr ""
3470
 
@@ -3739,83 +3782,83 @@ msgid ""
3739
  "in this field."
3740
  msgstr ""
3741
 
3742
- #: includes/settings/class-cr-settings-review-reminder.php:314
3743
  msgid "Order Status"
3744
  msgstr ""
3745
 
3746
- #: includes/settings/class-cr-settings-review-reminder.php:316
3747
  msgid ""
3748
  "Review reminders will be sent N days after this order status. It is "
3749
  "recommended to use 'Completed' status."
3750
  msgstr ""
3751
 
3752
- #: includes/settings/class-cr-settings-review-reminder.php:325
3753
  msgid "Enable for"
3754
  msgstr ""
3755
 
3756
- #: includes/settings/class-cr-settings-review-reminder.php:327
3757
  msgid ""
3758
  "Define if reminders will be send for all or only specific categories of "
3759
  "products."
3760
  msgstr ""
3761
 
3762
- #: includes/settings/class-cr-settings-review-reminder.php:334
3763
  msgid "All Categories"
3764
  msgstr ""
3765
 
3766
- #: includes/settings/class-cr-settings-review-reminder.php:335
3767
  msgid "Specific Categories"
3768
  msgstr ""
3769
 
3770
- #: includes/settings/class-cr-settings-review-reminder.php:339
3771
  msgid "Categories"
3772
  msgstr ""
3773
 
3774
- #: includes/settings/class-cr-settings-review-reminder.php:341
3775
  msgid ""
3776
  "If reminders are enabled only for specific categories of products, this "
3777
  "field enables you to choose these categories."
3778
  msgstr ""
3779
 
3780
- #: includes/settings/class-cr-settings-review-reminder.php:348
3781
  msgid "Enable for Roles"
3782
  msgstr ""
3783
 
3784
- #: includes/settings/class-cr-settings-review-reminder.php:350
3785
  msgid ""
3786
  "Define if reminders will be send for all or only specific roles of users."
3787
  msgstr ""
3788
 
3789
- #: includes/settings/class-cr-settings-review-reminder.php:357
3790
  msgid "All Roles"
3791
  msgstr ""
3792
 
3793
- #: includes/settings/class-cr-settings-review-reminder.php:358
3794
  msgid "Specific Roles"
3795
  msgstr ""
3796
 
3797
- #: includes/settings/class-cr-settings-review-reminder.php:364
3798
  msgid ""
3799
  "If reminders are enabled only for specific user roles, this field enables "
3800
  "you to choose these roles."
3801
  msgstr ""
3802
 
3803
- #: includes/settings/class-cr-settings-review-reminder.php:371
3804
  msgid "Enable for Guests"
3805
  msgstr ""
3806
 
3807
- #: includes/settings/class-cr-settings-review-reminder.php:372
3808
  msgid ""
3809
  "Enable sending of review reminders to customers who place orders without an "
3810
  "account (guest checkout). It is recommended to enable this checkbox, if you "
3811
  "allow customers to place orders without creating an account on your site."
3812
  msgstr ""
3813
 
3814
- #: includes/settings/class-cr-settings-review-reminder.php:378
3815
  msgid "Reminders Scheduler"
3816
  msgstr ""
3817
 
3818
- #: includes/settings/class-cr-settings-review-reminder.php:380
3819
  msgid ""
3820
  "Define which scheduler the plugin will use to schedule automatic review "
3821
  "reminders. The default option is to use WordPress Cron (WP-Cron) for "
@@ -3824,53 +3867,53 @@ msgid ""
3824
  "CR Cron is an external service that requires a license key (free or pro)."
3825
  msgstr ""
3826
 
3827
- #: includes/settings/class-cr-settings-review-reminder.php:389
3828
  msgid "Enable Manual Reminders"
3829
  msgstr ""
3830
 
3831
- #: includes/settings/class-cr-settings-review-reminder.php:390
3832
  msgid ""
3833
  "Enable manual sending of follow-up emails with a reminder to submit a "
3834
  "review. Manual reminders can be sent for completed orders from %1$sOrders"
3835
  "%2$s page after enabling this option."
3836
  msgstr ""
3837
 
3838
- #: includes/settings/class-cr-settings-review-reminder.php:396
3839
  msgid "Limit Number of Reminders"
3840
  msgstr ""
3841
 
3842
- #: includes/settings/class-cr-settings-review-reminder.php:397
3843
  msgid ""
3844
  "Enable this checkbox to make sure that no more than one review reminder is "
3845
  "sent for each order."
3846
  msgstr ""
3847
 
3848
- #: includes/settings/class-cr-settings-review-reminder.php:403
3849
  msgid "Customer Consent"
3850
  msgstr ""
3851
 
3852
- #: includes/settings/class-cr-settings-review-reminder.php:404
3853
  msgid ""
3854
  "If this option is enabled, customers will be asked to tick a checkbox on the "
3855
  "checkout page to indicate that they would like to receive an invitation to "
3856
  "review their order."
3857
  msgstr ""
3858
 
3859
- #: includes/settings/class-cr-settings-review-reminder.php:410
3860
  msgid "Customer Consent Text"
3861
  msgstr ""
3862
 
3863
- #: includes/settings/class-cr-settings-review-reminder.php:411
3864
  msgid ""
3865
  "Text of the message shown to customers next to the consent checkbox on the "
3866
  "checkout page."
3867
  msgstr ""
3868
 
3869
- #: includes/settings/class-cr-settings-review-reminder.php:420
3870
  msgid "Registered Customers"
3871
  msgstr ""
3872
 
3873
- #: includes/settings/class-cr-settings-review-reminder.php:421
3874
  msgid ""
3875
  "By default, review reminders are sent to billing emails provided by "
3876
  "customers during checkout. If you enable this option, the plugin will check "
@@ -3879,51 +3922,51 @@ msgid ""
3879
  "this option disabled."
3880
  msgstr ""
3881
 
3882
- #: includes/settings/class-cr-settings-review-reminder.php:427
3883
  msgid "Moderation of Reviews"
3884
  msgstr ""
3885
 
3886
- #: includes/settings/class-cr-settings-review-reminder.php:428
3887
  msgid ""
3888
  "Enable manual moderation of reviews submitted by your verified customers. "
3889
  "This setting applies only to reviews submitted in response to reminders sent "
3890
  "by this plugin."
3891
  msgstr ""
3892
 
3893
- #: includes/settings/class-cr-settings-review-reminder.php:434
3894
  msgid "Exclude Free Products"
3895
  msgstr ""
3896
 
3897
- #: includes/settings/class-cr-settings-review-reminder.php:435
3898
  msgid "Enable this checkbox to exclude free products from review invitations."
3899
  msgstr ""
3900
 
3901
- #: includes/settings/class-cr-settings-review-reminder.php:441
3902
  msgid "Shop Name"
3903
  msgstr ""
3904
 
3905
- #: includes/settings/class-cr-settings-review-reminder.php:443
3906
  msgid ""
3907
  "Specify your shop name that will be used in emails and review forms "
3908
  "generated by this plugin."
3909
  msgstr ""
3910
 
3911
- #: includes/settings/class-cr-settings-review-reminder.php:458
3912
- #: includes/settings/class-cr-settings-review-reminder.php:464
3913
  msgid "Language"
3914
  msgstr ""
3915
 
3916
- #: includes/settings/class-cr-settings-review-reminder.php:466
3917
  msgid "Choose one of the available languages."
3918
  msgstr ""
3919
 
3920
- #: includes/settings/class-cr-settings-review-reminder.php:482
3921
  msgid ""
3922
  "The email template of review reminders can be configured on the <a href=\"%s"
3923
  "\">Emails</a> tab."
3924
  msgstr ""
3925
 
3926
- #: includes/settings/class-cr-settings-review-reminder.php:490
3927
  msgid ""
3928
  "Adjust template of the aggregated review forms that will be created and sent "
3929
  "to customers by CusRev. Modifications will be applied to the next review "
@@ -3932,55 +3975,55 @@ msgid ""
3932
  "b> the settings below."
3933
  msgstr ""
3934
 
3935
- #: includes/settings/class-cr-settings-review-reminder.php:492
3936
  msgid ""
3937
  "Adjust template of the aggregated review forms that will be created and sent "
3938
  "to customers. Modifications will be applied to the next review form created "
3939
  "after saving settings."
3940
  msgstr ""
3941
 
3942
- #: includes/settings/class-cr-settings-review-reminder.php:495
3943
  msgid "Review Form Template"
3944
  msgstr ""
3945
 
3946
- #: includes/settings/class-cr-settings-review-reminder.php:501
3947
  msgid "Form Header"
3948
  msgstr ""
3949
 
3950
- #: includes/settings/class-cr-settings-review-reminder.php:503
3951
  msgid "Header of the review form that will be sent to customers."
3952
  msgstr ""
3953
 
3954
- #: includes/settings/class-cr-settings-review-reminder.php:510
3955
  msgid "Form Body"
3956
  msgstr ""
3957
 
3958
- #: includes/settings/class-cr-settings-review-reminder.php:512
3959
  msgid "Body of the review form that will be sent to customers."
3960
  msgstr ""
3961
 
3962
- #: includes/settings/class-cr-settings-review-reminder.php:520
3963
  msgid "Shop Rating"
3964
  msgstr ""
3965
 
3966
- #: includes/settings/class-cr-settings-review-reminder.php:524
3967
  msgid ""
3968
  "Enable this option if you would like to include a separate question for a "
3969
  "general shop review in addition to questions for product reviews."
3970
  msgstr ""
3971
 
3972
- #: includes/settings/class-cr-settings-review-reminder.php:527
3973
  msgid "Comment Required"
3974
  msgstr ""
3975
 
3976
- #: includes/settings/class-cr-settings-review-reminder.php:531
3977
  msgid ""
3978
  "Enable this option if you would like to make it mandatory for your customers "
3979
  "to write something in their review. This option applies only to aggregated "
3980
  "review forms."
3981
  msgstr ""
3982
 
3983
- #: includes/settings/class-cr-settings-review-reminder.php:534
3984
  msgid ""
3985
  "Enable attachment of pictures and videos on aggregated review forms. "
3986
  "Uploaded media files are initially stored on Amazon S3 and automatically "
@@ -3990,7 +4033,7 @@ msgid ""
3990
  "%2$s."
3991
  msgstr ""
3992
 
3993
- #: includes/settings/class-cr-settings-review-reminder.php:536
3994
  msgid ""
3995
  "Enable attachment of pictures and videos on local aggregated review forms. "
3996
  "This option applies only to aggregated review forms. If you would like to "
@@ -3998,72 +4041,72 @@ msgid ""
3998
  "pages, this can be done %1$shere%2$s."
3999
  msgstr ""
4000
 
4001
- #: includes/settings/class-cr-settings-review-reminder.php:539
4002
  msgid "Attach Media"
4003
  msgstr ""
4004
 
4005
- #: includes/settings/class-cr-settings-review-reminder.php:549
4006
  msgid "Rating Bar"
4007
  msgstr ""
4008
 
4009
- #: includes/settings/class-cr-settings-review-reminder.php:553
4010
  msgid "Visual style of rating bars on review forms."
4011
  msgstr ""
4012
 
4013
- #: includes/settings/class-cr-settings-review-reminder.php:555
4014
  msgid "Smiley and frowny faces"
4015
  msgstr ""
4016
 
4017
- #: includes/settings/class-cr-settings-review-reminder.php:556
4018
  #: blocks/src/reviews-grid/edit.js:234 js/blocks.js:946
4019
  msgid "Stars"
4020
  msgstr ""
4021
 
4022
- #: includes/settings/class-cr-settings-review-reminder.php:561
4023
  msgid "Geolocation"
4024
  msgstr ""
4025
 
4026
- #: includes/settings/class-cr-settings-review-reminder.php:565
4027
  msgid ""
4028
  "Enable geolocation on aggregated review forms. Customers will have an option "
4029
  "to indicate where they are from. For example, \"England, United Kingdom\"."
4030
  msgstr ""
4031
 
4032
- #: includes/settings/class-cr-settings-review-reminder.php:566
4033
  msgid "Automatic geolocation on review forms."
4034
  msgstr ""
4035
 
4036
- #: includes/settings/class-cr-settings-review-reminder.php:572
4037
  msgid "Form Color 1"
4038
  msgstr ""
4039
 
4040
- #: includes/settings/class-cr-settings-review-reminder.php:576
4041
  msgid "Background color for heading of the form and product names."
4042
  msgstr ""
4043
 
4044
- #: includes/settings/class-cr-settings-review-reminder.php:580
4045
  msgid "Form Color 2"
4046
  msgstr ""
4047
 
4048
- #: includes/settings/class-cr-settings-review-reminder.php:584
4049
  msgid "Text color for product names."
4050
  msgstr ""
4051
 
4052
- #: includes/settings/class-cr-settings-review-reminder.php:588
4053
  msgid "Form Color 3"
4054
  msgstr ""
4055
 
4056
- #: includes/settings/class-cr-settings-review-reminder.php:592
4057
  msgid "Color of control elements (buttons, rating bars)."
4058
  msgstr ""
4059
 
4060
- #: includes/settings/class-cr-settings-review-reminder.php:948
4061
  msgid ""
4062
  "While editing the footer text please make sure to keep the unsubscribe link "
4063
  "markup:"
4064
  msgstr ""
4065
 
4066
- #: includes/settings/class-cr-settings-review-reminder.php:1017
4067
  msgid ""
4068
  "<strong>CR Cron could not be enabled because no license key was entered. A "
4069
  "license key (free or pro) is required to use CR Cron.</strong>"
@@ -4417,200 +4460,171 @@ msgid ""
4417
  "you should specify it here."
4418
  msgstr ""
4419
 
4420
- #: includes/settings/class-cr-settings-trust-badges.php:50
4421
  #: includes/settings/class-cr-settings-trust-badges.php:83
4422
- #: includes/settings/class-cr-settings-trust-badges.php:89
4423
  msgid "Trust Badges"
4424
  msgstr ""
4425
 
4426
- #: includes/settings/class-cr-settings-trust-badges.php:85
4427
  msgid ""
4428
- "<p>Increase your store's conversion rate by placing a \"trust badge\" on the "
4429
  "home, checkout or any other page(s). Let customers feel more confident about "
4430
  "shopping on your site by featuring a trust badge that shows a summary of "
4431
- "verified customer reviews. Trust badges can be enabled using shortcodes or "
4432
- "blocks in the page editor (blocks require WordPress 5.0 or newer).</"
4433
- "p><p>Reviews are considered to be verified when they are collected via an "
4434
- "independent third-party website (www.cusrev.com) integrated with this "
4435
- "plugin. Reviews submitted directly on your site cannot be considered as "
4436
- "verified. Each trust badge contains a nofollow link to a dedicated page at "
4437
- "<b>www.cusrev.com</b> with all verified reviews for your store. You can "
4438
- "configure URL of the page with verified reviews for your store below.</p>"
4439
- msgstr ""
4440
-
4441
- #: includes/settings/class-cr-settings-trust-badges.php:90
4442
- msgid ""
4443
- "Enable this option to display trust badges and additional %1$s icons for "
4444
- "individual reviews on product pages in your store. Each %2$s icon will "
4445
- "contain a nofollow link to a verified copy of the review on <strong>www."
4446
- "cusrev.com</strong>."
4447
- msgstr ""
4448
-
4449
- #: includes/settings/class-cr-settings-trust-badges.php:97
4450
- msgid "Verified Reviews Page"
4451
- msgstr ""
4452
-
4453
- #: includes/settings/class-cr-settings-trust-badges.php:98
4454
- msgid ""
4455
- "Specify name of the page with verified reviews. This will be a base URL for "
4456
- "reviews related to your shop. You can use alphanumeric symbols and '.' in "
4457
- "the name of the page."
4458
  msgstr ""
4459
 
4460
- #: includes/settings/class-cr-settings-trust-badges.php:106
4461
- msgid "Age Restriction"
4462
- msgstr ""
4463
-
4464
- #: includes/settings/class-cr-settings-trust-badges.php:107
4465
  msgid ""
4466
- "Enable this option if your store sells age-restricted products (e.g., adult "
4467
- "content, alcohol, etc.)"
 
4468
  msgstr ""
4469
 
4470
- #: includes/settings/class-cr-settings-trust-badges.php:117
4471
  msgid "Small Light Badge"
4472
  msgstr ""
4473
 
4474
- #: includes/settings/class-cr-settings-trust-badges.php:119
4475
  msgid "Shortcode and preview of the small light trust badge."
4476
  msgstr ""
4477
 
4478
- #: includes/settings/class-cr-settings-trust-badges.php:125
4479
  msgid "Small Light Badge (with Store Rating)"
4480
  msgstr ""
4481
 
4482
- #: includes/settings/class-cr-settings-trust-badges.php:127
4483
  msgid "Shortcode and preview of the small light trust badge with store rating."
4484
  msgstr ""
4485
 
4486
- #: includes/settings/class-cr-settings-trust-badges.php:133
4487
  msgid "Small Dark Badge"
4488
  msgstr ""
4489
 
4490
- #: includes/settings/class-cr-settings-trust-badges.php:135
4491
  msgid "Shortcode and preview of the small dark trust badge."
4492
  msgstr ""
4493
 
4494
- #: includes/settings/class-cr-settings-trust-badges.php:141
4495
  msgid "Small Dark Badge (with Store Rating)"
4496
  msgstr ""
4497
 
4498
- #: includes/settings/class-cr-settings-trust-badges.php:143
4499
  msgid "Shortcode and preview of the small dark trust badge with store rating."
4500
  msgstr ""
4501
 
4502
- #: includes/settings/class-cr-settings-trust-badges.php:149
4503
  msgid "Wide Light Badge"
4504
  msgstr ""
4505
 
4506
- #: includes/settings/class-cr-settings-trust-badges.php:151
4507
  msgid ""
4508
  "Shortcode and preview of the wide light trust badge. The wide badge has a "
4509
  "version for small screens that will be automatically shown when a website is "
4510
  "viewed from phones."
4511
  msgstr ""
4512
 
4513
- #: includes/settings/class-cr-settings-trust-badges.php:157
4514
  msgid "Wide Light Badge (with Store Rating)"
4515
  msgstr ""
4516
 
4517
- #: includes/settings/class-cr-settings-trust-badges.php:159
4518
  msgid ""
4519
  "Shortcode and preview of the wide light trust badge with store rating. The "
4520
  "wide badge has a version for small screens that will be automatically shown "
4521
  "when a website is viewed from phones."
4522
  msgstr ""
4523
 
4524
- #: includes/settings/class-cr-settings-trust-badges.php:165
4525
  msgid "Wide Dark Badge"
4526
  msgstr ""
4527
 
4528
- #: includes/settings/class-cr-settings-trust-badges.php:167
4529
  msgid ""
4530
  "Shortcode and preview of the wide dark trust badge. The wide badge has a "
4531
  "version for small screens that will be automatically shown when a website is "
4532
  "viewed from phones."
4533
  msgstr ""
4534
 
4535
- #: includes/settings/class-cr-settings-trust-badges.php:173
4536
  msgid "Wide Dark Badge (with Store Rating)"
4537
  msgstr ""
4538
 
4539
- #: includes/settings/class-cr-settings-trust-badges.php:175
4540
  msgid ""
4541
  "Shortcode and preview of the wide dark trust badge with store rating. The "
4542
  "wide badge has a version for small screens that will be automatically shown "
4543
  "when a website is viewed from phones."
4544
  msgstr ""
4545
 
4546
- #: includes/settings/class-cr-settings-trust-badges.php:181
4547
  msgid "Compact Light Badge"
4548
  msgstr ""
4549
 
4550
- #: includes/settings/class-cr-settings-trust-badges.php:183
4551
  msgid "Shortcode and preview of the compact light trust badge."
4552
  msgstr ""
4553
 
4554
- #: includes/settings/class-cr-settings-trust-badges.php:189
4555
  msgid "Compact Dark Badge"
4556
  msgstr ""
4557
 
4558
- #: includes/settings/class-cr-settings-trust-badges.php:191
4559
  msgid "Shortcode and preview of the compact dark trust badge."
4560
  msgstr ""
4561
 
4562
- #: includes/settings/class-cr-settings-trust-badges.php:201
4563
  msgid "Floating Trust Badge"
4564
  msgstr ""
4565
 
4566
- #: includes/settings/class-cr-settings-trust-badges.php:203
4567
  msgid ""
4568
  "Settings to display a floating badge with a summary of verified reviews."
4569
  msgstr ""
4570
 
4571
- #: includes/settings/class-cr-settings-trust-badges.php:207
4572
  msgid "Floating Badge"
4573
  msgstr ""
4574
 
4575
- #: includes/settings/class-cr-settings-trust-badges.php:209
4576
  msgid ""
4577
  "Enable this checkbox to display a floating trust badge on public pages of "
4578
  "the website."
4579
  msgstr ""
4580
 
4581
- #: includes/settings/class-cr-settings-trust-badges.php:214
4582
  msgid "Floating Badge Style"
4583
  msgstr ""
4584
 
4585
- #: includes/settings/class-cr-settings-trust-badges.php:216
4586
  msgid "Choose one of the styles for the floating trust badge."
4587
  msgstr ""
4588
 
4589
- #: includes/settings/class-cr-settings-trust-badges.php:220 js/blocks.js:112
4590
  msgid "Light"
4591
  msgstr ""
4592
 
4593
- #: includes/settings/class-cr-settings-trust-badges.php:221 js/blocks.js:116
4594
  msgid "Dark"
4595
  msgstr ""
4596
 
4597
- #: includes/settings/class-cr-settings-trust-badges.php:226
4598
  msgid "Floating Badge Location"
4599
  msgstr ""
4600
 
4601
- #: includes/settings/class-cr-settings-trust-badges.php:228
4602
  msgid "Choose one of the locations for the floating trust badge."
4603
  msgstr ""
4604
 
4605
- #: includes/settings/class-cr-settings-trust-badges.php:232
4606
  msgid "Bottom right"
4607
  msgstr ""
4608
 
4609
- #: includes/settings/class-cr-settings-trust-badges.php:233
4610
  msgid "Bottom left"
4611
  msgstr ""
4612
 
4613
- #: includes/settings/class-cr-settings-trust-badges.php:318
4614
  msgid "color"
4615
  msgstr ""
4616
 
@@ -4681,75 +4695,83 @@ msgstr ""
4681
  msgid "Tags for Reviews"
4682
  msgstr ""
4683
 
4684
- #: includes/trust-badge/class-cr-trust-badge.php:201
4685
  msgid "Independently verified"
4686
  msgstr ""
4687
 
4688
- #: includes/trust-badge/class-cr-trust-badge.php:202
4689
  msgid "independently verified"
4690
  msgstr ""
4691
 
4692
- #: includes/trust-badge/class-cr-trust-badge.php:204
 
 
 
 
 
 
 
 
4693
  msgid "%s rating"
4694
  msgstr ""
4695
 
4696
- #: includes/trust-badge/class-cr-trust-badge.php:205
4697
  msgid "rating %s / 5"
4698
  msgstr ""
4699
 
4700
- #: includes/trust-badge/class-cr-trust-badge.php:206
4701
  msgid "%s store rating"
4702
  msgstr ""
4703
 
4704
- #: includes/trust-badge/class-cr-trust-badge.php:207
4705
  msgid "Store rating %s / 5"
4706
  msgstr ""
4707
 
4708
- #: includes/trust-badge/class-cr-trust-badge.php:208
4709
  msgid "store rating"
4710
  msgstr ""
4711
 
4712
- #: includes/trust-badge/class-cr-trust-badge.php:209
4713
  msgid "%s product rating"
4714
  msgstr ""
4715
 
4716
- #: includes/trust-badge/class-cr-trust-badge.php:210
4717
  msgid "Product rating %s / 5"
4718
  msgstr ""
4719
 
4720
- #: includes/trust-badge/class-cr-trust-badge.php:211
4721
  msgid "product rating"
4722
  msgstr ""
4723
 
4724
- #: includes/trust-badge/class-cr-trust-badge.php:212
4725
- #: includes/trust-badge/class-cr-trust-badge.php:213 templates/cr-rating.php:44
4726
  msgid "%s review"
4727
  msgid_plural "%s reviews"
4728
  msgstr[0] ""
4729
  msgstr[1] ""
4730
 
4731
  #: includes/trust-badge/class-cr-verified-reviews.php:58
4732
- msgid "Trust badges activation error: 'Verified Reviews Page' cannot be empty."
4733
  msgstr ""
4734
 
4735
  #: includes/trust-badge/class-cr-verified-reviews.php:89
4736
- msgid "Trust badges activation error #98. "
4737
  msgstr ""
4738
 
4739
  #: includes/trust-badge/class-cr-verified-reviews.php:94
4740
- msgid "Trust badges have been successfully activated."
4741
  msgstr ""
4742
 
4743
  #: includes/trust-badge/class-cr-verified-reviews.php:97
4744
  msgid ""
4745
- "Trust badges activation error: '%s' is already in use. Please enter a "
4746
  "different page name."
4747
  msgstr ""
4748
 
4749
  #: includes/trust-badge/class-cr-verified-reviews.php:100
4750
  msgid ""
4751
- "Trust badges activation error: page name contains unsupported symbols. Only "
4752
- "latin characters (a-z), numbers (0-9), and . symbol are allowed."
4753
  msgstr ""
4754
 
4755
  #: includes/trust-badge/class-cr-verified-reviews.php:103
@@ -4759,25 +4781,25 @@ msgid ""
4759
  msgstr ""
4760
 
4761
  #: includes/trust-badge/class-cr-verified-reviews.php:106
4762
- msgid "Trust badges activation error #99."
4763
  msgstr ""
4764
 
4765
  #: includes/trust-badge/class-cr-verified-reviews.php:142
4766
- msgid "Trust badges deactivation error #98. Please try again."
4767
  msgstr ""
4768
 
4769
  #: includes/trust-badge/class-cr-verified-reviews.php:149
4770
- msgid "Trust badges have been successfully deactivated."
4771
  msgstr ""
4772
 
4773
  #: includes/trust-badge/class-cr-verified-reviews.php:153
4774
  msgid ""
4775
- "Trust badges deactivation error: the page is blocked, please contact CusRev "
4776
- "support for assistance."
4777
  msgstr ""
4778
 
4779
  #: includes/trust-badge/class-cr-verified-reviews.php:157
4780
- msgid "Trust badges deactivation error #99."
4781
  msgstr ""
4782
 
4783
  #: ivole.php:135
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"
43
  msgid "This reply was originally posted on CR portal"
44
  msgstr ""
45
 
46
+ #: class-ivole.php:152
47
  msgid "View CusRev documentation"
48
  msgstr ""
49
 
50
+ #: class-ivole.php:152
51
  msgid "Docs"
52
  msgstr ""
53
 
54
+ #: class-ivole.php:153
55
  msgid "Visit community forums"
56
  msgstr ""
57
 
58
+ #: class-ivole.php:153
59
  msgid "Community support"
60
  msgstr ""
61
 
62
+ #: class-ivole.php:163
63
  msgid "View Customer Reviews settings"
64
  msgstr ""
65
 
66
+ #: class-ivole.php:163 includes/settings/class-cr-admin-menu-settings.php:60
67
  #: includes/settings/class-cr-admin-menu-settings.php:61
68
  msgid "Settings"
69
  msgstr ""
243
  msgid "Item 2 Test"
244
  msgstr ""
245
 
246
+ #: includes/emails/class-cr-email-func.php:264
247
  #: includes/reviews/class-cr-reviews-list-table.php:410
248
  msgid "Review"
249
  msgstr ""
380
  #: includes/reviews/class-cr-admin-menu-reviews.php:59
381
  #: includes/reviews/class-cr-admin-menu-reviews.php:60
382
  #: includes/settings/class-cr-admin-menu-settings.php:143
383
+ #: includes/settings/class-cr-settings-trust-badges.php:310
384
  msgid "Reviews"
385
  msgstr ""
386
 
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 "
2526
+ "%1$s icons for individual reviews on product pages of your store will be "
2527
+ "displayed. Each %2$s icon will contain a nofollow link to a verified copy of "
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.)"
2550
+ msgstr ""
2551
+
2552
  #: includes/settings/class-cr-settings-discount-tiers.php:37
2553
  msgid ""
2554
  "The option is not available with the coupon type selected for this discount "
2650
  msgstr ""
2651
 
2652
  #: includes/settings/class-cr-settings-discount-tiers.php:146
2653
+ #: includes/settings/class-cr-settings-review-reminder.php:367
2654
  msgid "Roles"
2655
  msgstr ""
2656
 
2861
  msgstr ""
2862
 
2863
  #: includes/settings/class-cr-settings-email-template.php:286
2864
+ msgid "\"Reply-To\" address"
2865
  msgstr ""
2866
 
2867
  #: includes/settings/class-cr-settings-email-template.php:301
3006
  "test email."
3007
  msgstr ""
3008
 
3009
+ #: includes/settings/class-cr-settings-email-template.php:536
3010
  msgid "Return to emails"
3011
  msgstr ""
3012
 
3013
+ #: includes/settings/class-cr-settings-email-template.php:559
3014
  msgid "Email template"
3015
  msgstr ""
3016
 
3017
+ #: includes/settings/class-cr-settings-email-template.php:567
3018
  msgid "Delete template file"
3019
  msgstr ""
3020
 
3021
  #. translators: %s: Path to template file
3022
+ #: includes/settings/class-cr-settings-email-template.php:573
3023
  msgid ""
3024
  "This template has been overridden by your theme and can be found in: %s."
3025
  msgstr ""
3026
 
3027
+ #: includes/settings/class-cr-settings-email-template.php:603
3028
  msgid "Copy file to theme"
3029
  msgstr ""
3030
 
3031
  #. translators: 1: Path to template file 2: Path to theme folder
3032
+ #: includes/settings/class-cr-settings-email-template.php:609
3033
  msgid ""
3034
  "To override and edit this email template copy %1$s to your theme folder: "
3035
  "%2$s."
3036
  msgstr ""
3037
 
3038
+ #: includes/settings/class-cr-settings-email-template.php:617
3039
  msgid "File was not found."
3040
  msgstr ""
3041
 
3042
+ #: includes/settings/class-cr-settings-email-template.php:639
3043
  msgid "View template"
3044
  msgstr ""
3045
 
3046
+ #: includes/settings/class-cr-settings-email-template.php:640
3047
  msgid "Hide template"
3048
  msgstr ""
3049
 
3050
+ #: includes/settings/class-cr-settings-email-template.php:654
3051
  msgid "Are you sure you want to delete this template file?"
3052
  msgstr ""
3053
 
3054
+ #: includes/settings/class-cr-settings-email-template.php:675
3055
+ #: includes/settings/class-cr-settings-email-template.php:681
3056
  msgid "'Email Body' field cannot be empty"
3057
  msgstr ""
3058
 
3059
+ #: includes/settings/class-cr-settings-email-template.php:695
3060
  msgid "Action failed. Please refresh the page and retry."
3061
  msgstr ""
3062
 
3063
+ #: includes/settings/class-cr-settings-email-template.php:699
3064
  msgid "You don&#8217;t have permission to do this."
3065
  msgstr ""
3066
 
3067
+ #: includes/settings/class-cr-settings-email-template.php:721
3068
  msgid "Template file copied to theme."
3069
  msgstr ""
3070
 
3071
+ #: includes/settings/class-cr-settings-email-template.php:733
3072
  msgid "Template file deleted from theme."
3073
  msgstr ""
3074
 
3076
  msgid "Emails"
3077
  msgstr ""
3078
 
3079
+ #: includes/settings/class-cr-settings-emails.php:76
3080
  msgid "Email Templates"
3081
  msgstr ""
3082
 
3083
+ #: includes/settings/class-cr-settings-emails.php:78
3084
  msgid ""
3085
  "Adjust templates of the emails that will be sent to customers. If you enable "
3086
  "<b>advanced</b> email templates in your account on the %1$sCusRev website"
3088
  "below."
3089
  msgstr ""
3090
 
3091
+ #: includes/settings/class-cr-settings-emails.php:109
3092
  msgid "Email"
3093
  msgstr ""
3094
 
3095
+ #: includes/settings/class-cr-settings-emails.php:110
3096
  msgid "Subject"
3097
  msgstr ""
3098
 
3099
+ #: includes/settings/class-cr-settings-emails.php:111
3100
  msgid "From"
3101
  msgstr ""
3102
 
3242
  msgstr ""
3243
 
3244
  #: includes/settings/class-cr-settings-review-discount.php:109
3245
+ #: includes/settings/class-cr-settings-review-reminder.php:494
3246
  msgid "Email Template"
3247
  msgstr ""
3248
 
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
3506
+ #: includes/settings/class-cr-settings-review-reminder.php:945
3507
+ #: includes/settings/class-cr-settings-review-reminder.php:946
3508
+ #: includes/settings/class-cr-settings-review-reminder.php:947
3509
+ #: includes/settings/class-cr-settings-review-reminder.php:948
3510
+ #: includes/settings/class-cr-settings-review-reminder.php:949
3511
  msgid "Checking license..."
3512
  msgstr ""
3513
 
3782
  "in this field."
3783
  msgstr ""
3784
 
3785
+ #: includes/settings/class-cr-settings-review-reminder.php:315
3786
  msgid "Order Status"
3787
  msgstr ""
3788
 
3789
+ #: includes/settings/class-cr-settings-review-reminder.php:317
3790
  msgid ""
3791
  "Review reminders will be sent N days after this order status. It is "
3792
  "recommended to use 'Completed' status."
3793
  msgstr ""
3794
 
3795
+ #: includes/settings/class-cr-settings-review-reminder.php:327
3796
  msgid "Enable for"
3797
  msgstr ""
3798
 
3799
+ #: includes/settings/class-cr-settings-review-reminder.php:329
3800
  msgid ""
3801
  "Define if reminders will be send for all or only specific categories of "
3802
  "products."
3803
  msgstr ""
3804
 
3805
+ #: includes/settings/class-cr-settings-review-reminder.php:336
3806
  msgid "All Categories"
3807
  msgstr ""
3808
 
3809
+ #: includes/settings/class-cr-settings-review-reminder.php:337
3810
  msgid "Specific Categories"
3811
  msgstr ""
3812
 
3813
+ #: includes/settings/class-cr-settings-review-reminder.php:342
3814
  msgid "Categories"
3815
  msgstr ""
3816
 
3817
+ #: includes/settings/class-cr-settings-review-reminder.php:344
3818
  msgid ""
3819
  "If reminders are enabled only for specific categories of products, this "
3820
  "field enables you to choose these categories."
3821
  msgstr ""
3822
 
3823
+ #: includes/settings/class-cr-settings-review-reminder.php:352
3824
  msgid "Enable for Roles"
3825
  msgstr ""
3826
 
3827
+ #: includes/settings/class-cr-settings-review-reminder.php:354
3828
  msgid ""
3829
  "Define if reminders will be send for all or only specific roles of users."
3830
  msgstr ""
3831
 
3832
+ #: includes/settings/class-cr-settings-review-reminder.php:361
3833
  msgid "All Roles"
3834
  msgstr ""
3835
 
3836
+ #: includes/settings/class-cr-settings-review-reminder.php:362
3837
  msgid "Specific Roles"
3838
  msgstr ""
3839
 
3840
+ #: includes/settings/class-cr-settings-review-reminder.php:369
3841
  msgid ""
3842
  "If reminders are enabled only for specific user roles, this field enables "
3843
  "you to choose these roles."
3844
  msgstr ""
3845
 
3846
+ #: includes/settings/class-cr-settings-review-reminder.php:377
3847
  msgid "Enable for Guests"
3848
  msgstr ""
3849
 
3850
+ #: includes/settings/class-cr-settings-review-reminder.php:378
3851
  msgid ""
3852
  "Enable sending of review reminders to customers who place orders without an "
3853
  "account (guest checkout). It is recommended to enable this checkbox, if you "
3854
  "allow customers to place orders without creating an account on your site."
3855
  msgstr ""
3856
 
3857
+ #: includes/settings/class-cr-settings-review-reminder.php:385
3858
  msgid "Reminders Scheduler"
3859
  msgstr ""
3860
 
3861
+ #: includes/settings/class-cr-settings-review-reminder.php:387
3862
  msgid ""
3863
  "Define which scheduler the plugin will use to schedule automatic review "
3864
  "reminders. The default option is to use WordPress Cron (WP-Cron) for "
3867
  "CR Cron is an external service that requires a license key (free or pro)."
3868
  msgstr ""
3869
 
3870
+ #: includes/settings/class-cr-settings-review-reminder.php:397
3871
  msgid "Enable Manual Reminders"
3872
  msgstr ""
3873
 
3874
+ #: includes/settings/class-cr-settings-review-reminder.php:398
3875
  msgid ""
3876
  "Enable manual sending of follow-up emails with a reminder to submit a "
3877
  "review. Manual reminders can be sent for completed orders from %1$sOrders"
3878
  "%2$s page after enabling this option."
3879
  msgstr ""
3880
 
3881
+ #: includes/settings/class-cr-settings-review-reminder.php:405
3882
  msgid "Limit Number of Reminders"
3883
  msgstr ""
3884
 
3885
+ #: includes/settings/class-cr-settings-review-reminder.php:406
3886
  msgid ""
3887
  "Enable this checkbox to make sure that no more than one review reminder is "
3888
  "sent for each order."
3889
  msgstr ""
3890
 
3891
+ #: includes/settings/class-cr-settings-review-reminder.php:413
3892
  msgid "Customer Consent"
3893
  msgstr ""
3894
 
3895
+ #: includes/settings/class-cr-settings-review-reminder.php:414
3896
  msgid ""
3897
  "If this option is enabled, customers will be asked to tick a checkbox on the "
3898
  "checkout page to indicate that they would like to receive an invitation to "
3899
  "review their order."
3900
  msgstr ""
3901
 
3902
+ #: includes/settings/class-cr-settings-review-reminder.php:420
3903
  msgid "Customer Consent Text"
3904
  msgstr ""
3905
 
3906
+ #: includes/settings/class-cr-settings-review-reminder.php:421
3907
  msgid ""
3908
  "Text of the message shown to customers next to the consent checkbox on the "
3909
  "checkout page."
3910
  msgstr ""
3911
 
3912
+ #: includes/settings/class-cr-settings-review-reminder.php:430
3913
  msgid "Registered Customers"
3914
  msgstr ""
3915
 
3916
+ #: includes/settings/class-cr-settings-review-reminder.php:431
3917
  msgid ""
3918
  "By default, review reminders are sent to billing emails provided by "
3919
  "customers during checkout. If you enable this option, the plugin will check "
3922
  "this option disabled."
3923
  msgstr ""
3924
 
3925
+ #: includes/settings/class-cr-settings-review-reminder.php:438
3926
  msgid "Moderation of Reviews"
3927
  msgstr ""
3928
 
3929
+ #: includes/settings/class-cr-settings-review-reminder.php:439
3930
  msgid ""
3931
  "Enable manual moderation of reviews submitted by your verified customers. "
3932
  "This setting applies only to reviews submitted in response to reminders sent "
3933
  "by this plugin."
3934
  msgstr ""
3935
 
3936
+ #: includes/settings/class-cr-settings-review-reminder.php:446
3937
  msgid "Exclude Free Products"
3938
  msgstr ""
3939
 
3940
+ #: includes/settings/class-cr-settings-review-reminder.php:447
3941
  msgid "Enable this checkbox to exclude free products from review invitations."
3942
  msgstr ""
3943
 
3944
+ #: includes/settings/class-cr-settings-review-reminder.php:454
3945
  msgid "Shop Name"
3946
  msgstr ""
3947
 
3948
+ #: includes/settings/class-cr-settings-review-reminder.php:456
3949
  msgid ""
3950
  "Specify your shop name that will be used in emails and review forms "
3951
  "generated by this plugin."
3952
  msgstr ""
3953
 
3954
+ #: includes/settings/class-cr-settings-review-reminder.php:471
3955
+ #: includes/settings/class-cr-settings-review-reminder.php:477
3956
  msgid "Language"
3957
  msgstr ""
3958
 
3959
+ #: includes/settings/class-cr-settings-review-reminder.php:479
3960
  msgid "Choose one of the available languages."
3961
  msgstr ""
3962
 
3963
+ #: includes/settings/class-cr-settings-review-reminder.php:496
3964
  msgid ""
3965
  "The email template of review reminders can be configured on the <a href=\"%s"
3966
  "\">Emails</a> tab."
3967
  msgstr ""
3968
 
3969
+ #: includes/settings/class-cr-settings-review-reminder.php:504
3970
  msgid ""
3971
  "Adjust template of the aggregated review forms that will be created and sent "
3972
  "to customers by CusRev. Modifications will be applied to the next review "
3975
  "b> the settings below."
3976
  msgstr ""
3977
 
3978
+ #: includes/settings/class-cr-settings-review-reminder.php:506
3979
  msgid ""
3980
  "Adjust template of the aggregated review forms that will be created and sent "
3981
  "to customers. Modifications will be applied to the next review form created "
3982
  "after saving settings."
3983
  msgstr ""
3984
 
3985
+ #: includes/settings/class-cr-settings-review-reminder.php:509
3986
  msgid "Review Form Template"
3987
  msgstr ""
3988
 
3989
+ #: includes/settings/class-cr-settings-review-reminder.php:515
3990
  msgid "Form Header"
3991
  msgstr ""
3992
 
3993
+ #: includes/settings/class-cr-settings-review-reminder.php:517
3994
  msgid "Header of the review form that will be sent to customers."
3995
  msgstr ""
3996
 
3997
+ #: includes/settings/class-cr-settings-review-reminder.php:524
3998
  msgid "Form Body"
3999
  msgstr ""
4000
 
4001
+ #: includes/settings/class-cr-settings-review-reminder.php:526
4002
  msgid "Body of the review form that will be sent to customers."
4003
  msgstr ""
4004
 
4005
+ #: includes/settings/class-cr-settings-review-reminder.php:534
4006
  msgid "Shop Rating"
4007
  msgstr ""
4008
 
4009
+ #: includes/settings/class-cr-settings-review-reminder.php:538
4010
  msgid ""
4011
  "Enable this option if you would like to include a separate question for a "
4012
  "general shop review in addition to questions for product reviews."
4013
  msgstr ""
4014
 
4015
+ #: includes/settings/class-cr-settings-review-reminder.php:541
4016
  msgid "Comment Required"
4017
  msgstr ""
4018
 
4019
+ #: includes/settings/class-cr-settings-review-reminder.php:545
4020
  msgid ""
4021
  "Enable this option if you would like to make it mandatory for your customers "
4022
  "to write something in their review. This option applies only to aggregated "
4023
  "review forms."
4024
  msgstr ""
4025
 
4026
+ #: includes/settings/class-cr-settings-review-reminder.php:548
4027
  msgid ""
4028
  "Enable attachment of pictures and videos on aggregated review forms. "
4029
  "Uploaded media files are initially stored on Amazon S3 and automatically "
4033
  "%2$s."
4034
  msgstr ""
4035
 
4036
+ #: includes/settings/class-cr-settings-review-reminder.php:550
4037
  msgid ""
4038
  "Enable attachment of pictures and videos on local aggregated review forms. "
4039
  "This option applies only to aggregated review forms. If you would like to "
4041
  "pages, this can be done %1$shere%2$s."
4042
  msgstr ""
4043
 
4044
+ #: includes/settings/class-cr-settings-review-reminder.php:553
4045
  msgid "Attach Media"
4046
  msgstr ""
4047
 
4048
+ #: includes/settings/class-cr-settings-review-reminder.php:563
4049
  msgid "Rating Bar"
4050
  msgstr ""
4051
 
4052
+ #: includes/settings/class-cr-settings-review-reminder.php:567
4053
  msgid "Visual style of rating bars on review forms."
4054
  msgstr ""
4055
 
4056
+ #: includes/settings/class-cr-settings-review-reminder.php:569
4057
  msgid "Smiley and frowny faces"
4058
  msgstr ""
4059
 
4060
+ #: includes/settings/class-cr-settings-review-reminder.php:570
4061
  #: blocks/src/reviews-grid/edit.js:234 js/blocks.js:946
4062
  msgid "Stars"
4063
  msgstr ""
4064
 
4065
+ #: includes/settings/class-cr-settings-review-reminder.php:575
4066
  msgid "Geolocation"
4067
  msgstr ""
4068
 
4069
+ #: includes/settings/class-cr-settings-review-reminder.php:579
4070
  msgid ""
4071
  "Enable geolocation on aggregated review forms. Customers will have an option "
4072
  "to indicate where they are from. For example, \"England, United Kingdom\"."
4073
  msgstr ""
4074
 
4075
+ #: includes/settings/class-cr-settings-review-reminder.php:580
4076
  msgid "Automatic geolocation on review forms."
4077
  msgstr ""
4078
 
4079
+ #: includes/settings/class-cr-settings-review-reminder.php:586
4080
  msgid "Form Color 1"
4081
  msgstr ""
4082
 
4083
+ #: includes/settings/class-cr-settings-review-reminder.php:590
4084
  msgid "Background color for heading of the form and product names."
4085
  msgstr ""
4086
 
4087
+ #: includes/settings/class-cr-settings-review-reminder.php:594
4088
  msgid "Form Color 2"
4089
  msgstr ""
4090
 
4091
+ #: includes/settings/class-cr-settings-review-reminder.php:598
4092
  msgid "Text color for product names."
4093
  msgstr ""
4094
 
4095
+ #: includes/settings/class-cr-settings-review-reminder.php:602
4096
  msgid "Form Color 3"
4097
  msgstr ""
4098
 
4099
+ #: includes/settings/class-cr-settings-review-reminder.php:606
4100
  msgid "Color of control elements (buttons, rating bars)."
4101
  msgstr ""
4102
 
4103
+ #: includes/settings/class-cr-settings-review-reminder.php:962
4104
  msgid ""
4105
  "While editing the footer text please make sure to keep the unsubscribe link "
4106
  "markup:"
4107
  msgstr ""
4108
 
4109
+ #: includes/settings/class-cr-settings-review-reminder.php:1031
4110
  msgid ""
4111
  "<strong>CR Cron could not be enabled because no license key was entered. A "
4112
  "license key (free or pro) is required to use CR Cron.</strong>"
4460
  "you should specify it here."
4461
  msgstr ""
4462
 
4463
+ #: includes/settings/class-cr-settings-trust-badges.php:45
4464
  #: includes/settings/class-cr-settings-trust-badges.php:83
 
4465
  msgid "Trust Badges"
4466
  msgstr ""
4467
 
4468
+ #: includes/settings/class-cr-settings-trust-badges.php:86
4469
  msgid ""
4470
+ "Increase your store's conversion rate by placing a \"trust badge\" on the "
4471
  "home, checkout or any other page(s). Let customers feel more confident about "
4472
  "shopping on your site by featuring a trust badge that shows a summary of "
4473
+ "customer reviews. Trust badges can be enabled using shortcodes or blocks in "
4474
+ "the page editor (blocks require WordPress 5.0 or newer)."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4475
  msgstr ""
4476
 
4477
+ #: includes/settings/class-cr-settings-trust-badges.php:88
 
 
 
 
4478
  msgid ""
4479
+ "If you enable <a href=\"%1$s\">verification of reviews</a> and claim a <a "
4480
+ "href=\"%2$s\">dedicated page</a> at CusRev.com website, trust badges will "
4481
+ "include a nofollow link to your page there."
4482
  msgstr ""
4483
 
4484
+ #: includes/settings/class-cr-settings-trust-badges.php:93
4485
  msgid "Small Light Badge"
4486
  msgstr ""
4487
 
4488
+ #: includes/settings/class-cr-settings-trust-badges.php:95
4489
  msgid "Shortcode and preview of the small light trust badge."
4490
  msgstr ""
4491
 
4492
+ #: includes/settings/class-cr-settings-trust-badges.php:101
4493
  msgid "Small Light Badge (with Store Rating)"
4494
  msgstr ""
4495
 
4496
+ #: includes/settings/class-cr-settings-trust-badges.php:103
4497
  msgid "Shortcode and preview of the small light trust badge with store rating."
4498
  msgstr ""
4499
 
4500
+ #: includes/settings/class-cr-settings-trust-badges.php:109
4501
  msgid "Small Dark Badge"
4502
  msgstr ""
4503
 
4504
+ #: includes/settings/class-cr-settings-trust-badges.php:111
4505
  msgid "Shortcode and preview of the small dark trust badge."
4506
  msgstr ""
4507
 
4508
+ #: includes/settings/class-cr-settings-trust-badges.php:117
4509
  msgid "Small Dark Badge (with Store Rating)"
4510
  msgstr ""
4511
 
4512
+ #: includes/settings/class-cr-settings-trust-badges.php:119
4513
  msgid "Shortcode and preview of the small dark trust badge with store rating."
4514
  msgstr ""
4515
 
4516
+ #: includes/settings/class-cr-settings-trust-badges.php:125
4517
  msgid "Wide Light Badge"
4518
  msgstr ""
4519
 
4520
+ #: includes/settings/class-cr-settings-trust-badges.php:127
4521
  msgid ""
4522
  "Shortcode and preview of the wide light trust badge. The wide badge has a "
4523
  "version for small screens that will be automatically shown when a website is "
4524
  "viewed from phones."
4525
  msgstr ""
4526
 
4527
+ #: includes/settings/class-cr-settings-trust-badges.php:133
4528
  msgid "Wide Light Badge (with Store Rating)"
4529
  msgstr ""
4530
 
4531
+ #: includes/settings/class-cr-settings-trust-badges.php:135
4532
  msgid ""
4533
  "Shortcode and preview of the wide light trust badge with store rating. The "
4534
  "wide badge has a version for small screens that will be automatically shown "
4535
  "when a website is viewed from phones."
4536
  msgstr ""
4537
 
4538
+ #: includes/settings/class-cr-settings-trust-badges.php:141
4539
  msgid "Wide Dark Badge"
4540
  msgstr ""
4541
 
4542
+ #: includes/settings/class-cr-settings-trust-badges.php:143
4543
  msgid ""
4544
  "Shortcode and preview of the wide dark trust badge. The wide badge has a "
4545
  "version for small screens that will be automatically shown when a website is "
4546
  "viewed from phones."
4547
  msgstr ""
4548
 
4549
+ #: includes/settings/class-cr-settings-trust-badges.php:149
4550
  msgid "Wide Dark Badge (with Store Rating)"
4551
  msgstr ""
4552
 
4553
+ #: includes/settings/class-cr-settings-trust-badges.php:151
4554
  msgid ""
4555
  "Shortcode and preview of the wide dark trust badge with store rating. The "
4556
  "wide badge has a version for small screens that will be automatically shown "
4557
  "when a website is viewed from phones."
4558
  msgstr ""
4559
 
4560
+ #: includes/settings/class-cr-settings-trust-badges.php:157
4561
  msgid "Compact Light Badge"
4562
  msgstr ""
4563
 
4564
+ #: includes/settings/class-cr-settings-trust-badges.php:159
4565
  msgid "Shortcode and preview of the compact light trust badge."
4566
  msgstr ""
4567
 
4568
+ #: includes/settings/class-cr-settings-trust-badges.php:165
4569
  msgid "Compact Dark Badge"
4570
  msgstr ""
4571
 
4572
+ #: includes/settings/class-cr-settings-trust-badges.php:167
4573
  msgid "Shortcode and preview of the compact dark trust badge."
4574
  msgstr ""
4575
 
4576
+ #: includes/settings/class-cr-settings-trust-badges.php:177
4577
  msgid "Floating Trust Badge"
4578
  msgstr ""
4579
 
4580
+ #: includes/settings/class-cr-settings-trust-badges.php:179
4581
  msgid ""
4582
  "Settings to display a floating badge with a summary of verified reviews."
4583
  msgstr ""
4584
 
4585
+ #: includes/settings/class-cr-settings-trust-badges.php:183
4586
  msgid "Floating Badge"
4587
  msgstr ""
4588
 
4589
+ #: includes/settings/class-cr-settings-trust-badges.php:185
4590
  msgid ""
4591
  "Enable this checkbox to display a floating trust badge on public pages of "
4592
  "the website."
4593
  msgstr ""
4594
 
4595
+ #: includes/settings/class-cr-settings-trust-badges.php:190
4596
  msgid "Floating Badge Style"
4597
  msgstr ""
4598
 
4599
+ #: includes/settings/class-cr-settings-trust-badges.php:192
4600
  msgid "Choose one of the styles for the floating trust badge."
4601
  msgstr ""
4602
 
4603
+ #: includes/settings/class-cr-settings-trust-badges.php:196 js/blocks.js:112
4604
  msgid "Light"
4605
  msgstr ""
4606
 
4607
+ #: includes/settings/class-cr-settings-trust-badges.php:197 js/blocks.js:116
4608
  msgid "Dark"
4609
  msgstr ""
4610
 
4611
+ #: includes/settings/class-cr-settings-trust-badges.php:202
4612
  msgid "Floating Badge Location"
4613
  msgstr ""
4614
 
4615
+ #: includes/settings/class-cr-settings-trust-badges.php:204
4616
  msgid "Choose one of the locations for the floating trust badge."
4617
  msgstr ""
4618
 
4619
+ #: includes/settings/class-cr-settings-trust-badges.php:208
4620
  msgid "Bottom right"
4621
  msgstr ""
4622
 
4623
+ #: includes/settings/class-cr-settings-trust-badges.php:209
4624
  msgid "Bottom left"
4625
  msgstr ""
4626
 
4627
+ #: includes/settings/class-cr-settings-trust-badges.php:294
4628
  msgid "color"
4629
  msgstr ""
4630
 
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] ""
4751
  msgstr[1] ""
4752
 
4753
  #: includes/trust-badge/class-cr-verified-reviews.php:58
4754
+ msgid "CusRev.com page activation error: 'Page URL' cannot be empty."
4755
  msgstr ""
4756
 
4757
  #: includes/trust-badge/class-cr-verified-reviews.php:89
4758
+ msgid "CusRev.com page activation error #98. "
4759
  msgstr ""
4760
 
4761
  #: includes/trust-badge/class-cr-verified-reviews.php:94
4762
+ msgid "CusRev.com page has been successfully enabled."
4763
  msgstr ""
4764
 
4765
  #: includes/trust-badge/class-cr-verified-reviews.php:97
4766
  msgid ""
4767
+ "CusRev.com page activation error: '%s' is already in use. Please enter a "
4768
  "different page name."
4769
  msgstr ""
4770
 
4771
  #: includes/trust-badge/class-cr-verified-reviews.php:100
4772
  msgid ""
4773
+ "CusRev.com page activation error: page URL contains unsupported symbols. "
4774
+ "Only latin characters (a-z), numbers (0-9), and . symbol are allowed."
4775
  msgstr ""
4776
 
4777
  #: includes/trust-badge/class-cr-verified-reviews.php:103
4781
  msgstr ""
4782
 
4783
  #: includes/trust-badge/class-cr-verified-reviews.php:106
4784
+ msgid "CusRev.com page activation error #99."
4785
  msgstr ""
4786
 
4787
  #: includes/trust-badge/class-cr-verified-reviews.php:142
4788
+ msgid "CusRev.com page deactivation error #98. Please try again."
4789
  msgstr ""
4790
 
4791
  #: includes/trust-badge/class-cr-verified-reviews.php:149
4792
+ msgid "CusRev.com page has been successfully disabled."
4793
  msgstr ""
4794
 
4795
  #: includes/trust-badge/class-cr-verified-reviews.php:153
4796
  msgid ""
4797
+ "CusRev.com page deactivation error: the page is blocked, please contact "
4798
+ "CusRev support for assistance."
4799
  msgstr ""
4800
 
4801
  #: includes/trust-badge/class-cr-verified-reviews.php:157
4802
+ msgid "CusRev.com page deactivation error #99."
4803
  msgstr ""
4804
 
4805
  #: ivole.php:135
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-10-28T14:21:16+00:00\n"
10
  "PO-Revision-Date: 2019-07-20 00:46+0100\n"
11
  "Last-Translator: \n"
12
  "Language-Team: \n"
@@ -43,27 +43,27 @@ msgstr ""
43
  msgid "This reply was originally posted on CR portal"
44
  msgstr ""
45
 
46
- #: class-ivole.php:150
47
  msgid "View CusRev documentation"
48
  msgstr ""
49
 
50
- #: class-ivole.php:150
51
  msgid "Docs"
52
  msgstr ""
53
 
54
- #: class-ivole.php:151
55
  msgid "Visit community forums"
56
  msgstr ""
57
 
58
- #: class-ivole.php:151
59
  msgid "Community support"
60
  msgstr ""
61
 
62
- #: class-ivole.php:161
63
  msgid "View Customer Reviews settings"
64
  msgstr ""
65
 
66
- #: class-ivole.php:161 includes/settings/class-cr-admin-menu-settings.php:60
67
  #: includes/settings/class-cr-admin-menu-settings.php:61
68
  msgid "Settings"
69
  msgstr ""
@@ -240,7 +240,7 @@ msgstr ""
240
  msgid "Item 2 Test"
241
  msgstr ""
242
 
243
- #: includes/emails/class-cr-email-func.php:263
244
  #: includes/reviews/class-cr-reviews-list-table.php:410
245
  msgid "Review"
246
  msgstr ""
@@ -377,7 +377,7 @@ msgstr ""
377
  #: includes/reviews/class-cr-admin-menu-reviews.php:59
378
  #: includes/reviews/class-cr-admin-menu-reviews.php:60
379
  #: includes/settings/class-cr-admin-menu-settings.php:143
380
- #: includes/settings/class-cr-settings-trust-badges.php:336
381
  msgid "Reviews"
382
  msgstr ""
383
 
@@ -2490,6 +2490,49 @@ msgid ""
2490
  "settings</a>."
2491
  msgstr ""
2492
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2493
  #: includes/settings/class-cr-settings-discount-tiers.php:37
2494
  msgid ""
2495
  "The option is not available with the coupon type selected for this discount "
@@ -2591,7 +2634,7 @@ msgid "Specific roles"
2591
  msgstr ""
2592
 
2593
  #: includes/settings/class-cr-settings-discount-tiers.php:146
2594
- #: includes/settings/class-cr-settings-review-reminder.php:362
2595
  msgid "Roles"
2596
  msgstr ""
2597
 
@@ -2802,7 +2845,7 @@ msgid ""
2802
  msgstr ""
2803
 
2804
  #: includes/settings/class-cr-settings-email-template.php:286
2805
- msgid "\"Reply-To\" Address"
2806
  msgstr ""
2807
 
2808
  #: includes/settings/class-cr-settings-email-template.php:301
@@ -2947,69 +2990,69 @@ msgid ""
2947
  "test email."
2948
  msgstr ""
2949
 
2950
- #: includes/settings/class-cr-settings-email-template.php:533
2951
  msgid "Return to emails"
2952
  msgstr ""
2953
 
2954
- #: includes/settings/class-cr-settings-email-template.php:552
2955
  msgid "Email template"
2956
  msgstr ""
2957
 
2958
- #: includes/settings/class-cr-settings-email-template.php:560
2959
  msgid "Delete template file"
2960
  msgstr ""
2961
 
2962
  #. translators: %s: Path to template file
2963
- #: includes/settings/class-cr-settings-email-template.php:566
2964
  msgid ""
2965
  "This template has been overridden by your theme and can be found in: %s."
2966
  msgstr ""
2967
 
2968
- #: includes/settings/class-cr-settings-email-template.php:596
2969
  msgid "Copy file to theme"
2970
  msgstr ""
2971
 
2972
  #. translators: 1: Path to template file 2: Path to theme folder
2973
- #: includes/settings/class-cr-settings-email-template.php:602
2974
  msgid ""
2975
  "To override and edit this email template copy %1$s to your theme folder: "
2976
  "%2$s."
2977
  msgstr ""
2978
 
2979
- #: includes/settings/class-cr-settings-email-template.php:610
2980
  msgid "File was not found."
2981
  msgstr ""
2982
 
2983
- #: includes/settings/class-cr-settings-email-template.php:632
2984
  msgid "View template"
2985
  msgstr ""
2986
 
2987
- #: includes/settings/class-cr-settings-email-template.php:633
2988
  msgid "Hide template"
2989
  msgstr ""
2990
 
2991
- #: includes/settings/class-cr-settings-email-template.php:647
2992
  msgid "Are you sure you want to delete this template file?"
2993
  msgstr ""
2994
 
2995
- #: includes/settings/class-cr-settings-email-template.php:668
2996
- #: includes/settings/class-cr-settings-email-template.php:674
2997
  msgid "'Email Body' field cannot be empty"
2998
  msgstr ""
2999
 
3000
- #: includes/settings/class-cr-settings-email-template.php:688
3001
  msgid "Action failed. Please refresh the page and retry."
3002
  msgstr ""
3003
 
3004
- #: includes/settings/class-cr-settings-email-template.php:692
3005
  msgid "You don&#8217;t have permission to do this."
3006
  msgstr ""
3007
 
3008
- #: includes/settings/class-cr-settings-email-template.php:714
3009
  msgid "Template file copied to theme."
3010
  msgstr ""
3011
 
3012
- #: includes/settings/class-cr-settings-email-template.php:726
3013
  msgid "Template file deleted from theme."
3014
  msgstr ""
3015
 
@@ -3017,11 +3060,11 @@ msgstr ""
3017
  msgid "Emails"
3018
  msgstr ""
3019
 
3020
- #: includes/settings/class-cr-settings-emails.php:69
3021
  msgid "Email Templates"
3022
  msgstr ""
3023
 
3024
- #: includes/settings/class-cr-settings-emails.php:71
3025
  msgid ""
3026
  "Adjust templates of the emails that will be sent to customers. If you enable "
3027
  "<b>advanced</b> email templates in your account on the %1$sCusRev website"
@@ -3029,15 +3072,15 @@ msgid ""
3029
  "below."
3030
  msgstr ""
3031
 
3032
- #: includes/settings/class-cr-settings-emails.php:102
3033
  msgid "Email"
3034
  msgstr ""
3035
 
3036
- #: includes/settings/class-cr-settings-emails.php:103
3037
  msgid "Subject"
3038
  msgstr ""
3039
 
3040
- #: includes/settings/class-cr-settings-emails.php:104
3041
  msgid "From"
3042
  msgstr ""
3043
 
@@ -3183,7 +3226,7 @@ msgid "Reply-To Address"
3183
  msgstr ""
3184
 
3185
  #: includes/settings/class-cr-settings-review-discount.php:109
3186
- #: includes/settings/class-cr-settings-review-reminder.php:480
3187
  msgid "Email Template"
3188
  msgstr ""
3189
 
@@ -3444,11 +3487,11 @@ msgstr ""
3444
  #: includes/settings/class-cr-settings-review-reminder.php:89
3445
  #: includes/settings/class-cr-settings-review-reminder.php:94
3446
  #: includes/settings/class-cr-settings-review-reminder.php:99
3447
- #: includes/settings/class-cr-settings-review-reminder.php:931
3448
- #: includes/settings/class-cr-settings-review-reminder.php:932
3449
- #: includes/settings/class-cr-settings-review-reminder.php:933
3450
- #: includes/settings/class-cr-settings-review-reminder.php:934
3451
- #: includes/settings/class-cr-settings-review-reminder.php:935
3452
  msgid "Checking license..."
3453
  msgstr ""
3454
 
@@ -3723,83 +3766,83 @@ msgid ""
3723
  "in this field."
3724
  msgstr ""
3725
 
3726
- #: includes/settings/class-cr-settings-review-reminder.php:314
3727
  msgid "Order Status"
3728
  msgstr ""
3729
 
3730
- #: includes/settings/class-cr-settings-review-reminder.php:316
3731
  msgid ""
3732
  "Review reminders will be sent N days after this order status. It is "
3733
  "recommended to use 'Completed' status."
3734
  msgstr ""
3735
 
3736
- #: includes/settings/class-cr-settings-review-reminder.php:325
3737
  msgid "Enable for"
3738
  msgstr ""
3739
 
3740
- #: includes/settings/class-cr-settings-review-reminder.php:327
3741
  msgid ""
3742
  "Define if reminders will be send for all or only specific categories of "
3743
  "products."
3744
  msgstr ""
3745
 
3746
- #: includes/settings/class-cr-settings-review-reminder.php:334
3747
  msgid "All Categories"
3748
  msgstr ""
3749
 
3750
- #: includes/settings/class-cr-settings-review-reminder.php:335
3751
  msgid "Specific Categories"
3752
  msgstr ""
3753
 
3754
- #: includes/settings/class-cr-settings-review-reminder.php:339
3755
  msgid "Categories"
3756
  msgstr ""
3757
 
3758
- #: includes/settings/class-cr-settings-review-reminder.php:341
3759
  msgid ""
3760
  "If reminders are enabled only for specific categories of products, this "
3761
  "field enables you to choose these categories."
3762
  msgstr ""
3763
 
3764
- #: includes/settings/class-cr-settings-review-reminder.php:348
3765
  msgid "Enable for Roles"
3766
  msgstr ""
3767
 
3768
- #: includes/settings/class-cr-settings-review-reminder.php:350
3769
  msgid ""
3770
  "Define if reminders will be send for all or only specific roles of users."
3771
  msgstr ""
3772
 
3773
- #: includes/settings/class-cr-settings-review-reminder.php:357
3774
  msgid "All Roles"
3775
  msgstr ""
3776
 
3777
- #: includes/settings/class-cr-settings-review-reminder.php:358
3778
  msgid "Specific Roles"
3779
  msgstr ""
3780
 
3781
- #: includes/settings/class-cr-settings-review-reminder.php:364
3782
  msgid ""
3783
  "If reminders are enabled only for specific user roles, this field enables "
3784
  "you to choose these roles."
3785
  msgstr ""
3786
 
3787
- #: includes/settings/class-cr-settings-review-reminder.php:371
3788
  msgid "Enable for Guests"
3789
  msgstr ""
3790
 
3791
- #: includes/settings/class-cr-settings-review-reminder.php:372
3792
  msgid ""
3793
  "Enable sending of review reminders to customers who place orders without an "
3794
  "account (guest checkout). It is recommended to enable this checkbox, if you "
3795
  "allow customers to place orders without creating an account on your site."
3796
  msgstr ""
3797
 
3798
- #: includes/settings/class-cr-settings-review-reminder.php:378
3799
  msgid "Reminders Scheduler"
3800
  msgstr ""
3801
 
3802
- #: includes/settings/class-cr-settings-review-reminder.php:380
3803
  msgid ""
3804
  "Define which scheduler the plugin will use to schedule automatic review "
3805
  "reminders. The default option is to use WordPress Cron (WP-Cron) for "
@@ -3808,53 +3851,53 @@ msgid ""
3808
  "CR Cron is an external service that requires a license key (free or pro)."
3809
  msgstr ""
3810
 
3811
- #: includes/settings/class-cr-settings-review-reminder.php:389
3812
  msgid "Enable Manual Reminders"
3813
  msgstr ""
3814
 
3815
- #: includes/settings/class-cr-settings-review-reminder.php:390
3816
  msgid ""
3817
  "Enable manual sending of follow-up emails with a reminder to submit a "
3818
  "review. Manual reminders can be sent for completed orders from %1$sOrders"
3819
  "%2$s page after enabling this option."
3820
  msgstr ""
3821
 
3822
- #: includes/settings/class-cr-settings-review-reminder.php:396
3823
  msgid "Limit Number of Reminders"
3824
  msgstr ""
3825
 
3826
- #: includes/settings/class-cr-settings-review-reminder.php:397
3827
  msgid ""
3828
  "Enable this checkbox to make sure that no more than one review reminder is "
3829
  "sent for each order."
3830
  msgstr ""
3831
 
3832
- #: includes/settings/class-cr-settings-review-reminder.php:403
3833
  msgid "Customer Consent"
3834
  msgstr ""
3835
 
3836
- #: includes/settings/class-cr-settings-review-reminder.php:404
3837
  msgid ""
3838
  "If this option is enabled, customers will be asked to tick a checkbox on the "
3839
  "checkout page to indicate that they would like to receive an invitation to "
3840
  "review their order."
3841
  msgstr ""
3842
 
3843
- #: includes/settings/class-cr-settings-review-reminder.php:410
3844
  msgid "Customer Consent Text"
3845
  msgstr ""
3846
 
3847
- #: includes/settings/class-cr-settings-review-reminder.php:411
3848
  msgid ""
3849
  "Text of the message shown to customers next to the consent checkbox on the "
3850
  "checkout page."
3851
  msgstr ""
3852
 
3853
- #: includes/settings/class-cr-settings-review-reminder.php:420
3854
  msgid "Registered Customers"
3855
  msgstr ""
3856
 
3857
- #: includes/settings/class-cr-settings-review-reminder.php:421
3858
  msgid ""
3859
  "By default, review reminders are sent to billing emails provided by "
3860
  "customers during checkout. If you enable this option, the plugin will check "
@@ -3863,51 +3906,51 @@ msgid ""
3863
  "this option disabled."
3864
  msgstr ""
3865
 
3866
- #: includes/settings/class-cr-settings-review-reminder.php:427
3867
  msgid "Moderation of Reviews"
3868
  msgstr ""
3869
 
3870
- #: includes/settings/class-cr-settings-review-reminder.php:428
3871
  msgid ""
3872
  "Enable manual moderation of reviews submitted by your verified customers. "
3873
  "This setting applies only to reviews submitted in response to reminders sent "
3874
  "by this plugin."
3875
  msgstr ""
3876
 
3877
- #: includes/settings/class-cr-settings-review-reminder.php:434
3878
  msgid "Exclude Free Products"
3879
  msgstr ""
3880
 
3881
- #: includes/settings/class-cr-settings-review-reminder.php:435
3882
  msgid "Enable this checkbox to exclude free products from review invitations."
3883
  msgstr ""
3884
 
3885
- #: includes/settings/class-cr-settings-review-reminder.php:441
3886
  msgid "Shop Name"
3887
  msgstr ""
3888
 
3889
- #: includes/settings/class-cr-settings-review-reminder.php:443
3890
  msgid ""
3891
  "Specify your shop name that will be used in emails and review forms "
3892
  "generated by this plugin."
3893
  msgstr ""
3894
 
3895
- #: includes/settings/class-cr-settings-review-reminder.php:458
3896
- #: includes/settings/class-cr-settings-review-reminder.php:464
3897
  msgid "Language"
3898
  msgstr ""
3899
 
3900
- #: includes/settings/class-cr-settings-review-reminder.php:466
3901
  msgid "Choose one of the available languages."
3902
  msgstr ""
3903
 
3904
- #: includes/settings/class-cr-settings-review-reminder.php:482
3905
  msgid ""
3906
  "The email template of review reminders can be configured on the <a href=\"%s"
3907
  "\">Emails</a> tab."
3908
  msgstr ""
3909
 
3910
- #: includes/settings/class-cr-settings-review-reminder.php:490
3911
  msgid ""
3912
  "Adjust template of the aggregated review forms that will be created and sent "
3913
  "to customers by CusRev. Modifications will be applied to the next review "
@@ -3916,55 +3959,55 @@ msgid ""
3916
  "b> the settings below."
3917
  msgstr ""
3918
 
3919
- #: includes/settings/class-cr-settings-review-reminder.php:492
3920
  msgid ""
3921
  "Adjust template of the aggregated review forms that will be created and sent "
3922
  "to customers. Modifications will be applied to the next review form created "
3923
  "after saving settings."
3924
  msgstr ""
3925
 
3926
- #: includes/settings/class-cr-settings-review-reminder.php:495
3927
  msgid "Review Form Template"
3928
  msgstr ""
3929
 
3930
- #: includes/settings/class-cr-settings-review-reminder.php:501
3931
  msgid "Form Header"
3932
  msgstr ""
3933
 
3934
- #: includes/settings/class-cr-settings-review-reminder.php:503
3935
  msgid "Header of the review form that will be sent to customers."
3936
  msgstr ""
3937
 
3938
- #: includes/settings/class-cr-settings-review-reminder.php:510
3939
  msgid "Form Body"
3940
  msgstr ""
3941
 
3942
- #: includes/settings/class-cr-settings-review-reminder.php:512
3943
  msgid "Body of the review form that will be sent to customers."
3944
  msgstr ""
3945
 
3946
- #: includes/settings/class-cr-settings-review-reminder.php:520
3947
  msgid "Shop Rating"
3948
  msgstr ""
3949
 
3950
- #: includes/settings/class-cr-settings-review-reminder.php:524
3951
  msgid ""
3952
  "Enable this option if you would like to include a separate question for a "
3953
  "general shop review in addition to questions for product reviews."
3954
  msgstr ""
3955
 
3956
- #: includes/settings/class-cr-settings-review-reminder.php:527
3957
  msgid "Comment Required"
3958
  msgstr ""
3959
 
3960
- #: includes/settings/class-cr-settings-review-reminder.php:531
3961
  msgid ""
3962
  "Enable this option if you would like to make it mandatory for your customers "
3963
  "to write something in their review. This option applies only to aggregated "
3964
  "review forms."
3965
  msgstr ""
3966
 
3967
- #: includes/settings/class-cr-settings-review-reminder.php:534
3968
  msgid ""
3969
  "Enable attachment of pictures and videos on aggregated review forms. "
3970
  "Uploaded media files are initially stored on Amazon S3 and automatically "
@@ -3974,7 +4017,7 @@ msgid ""
3974
  "%2$s."
3975
  msgstr ""
3976
 
3977
- #: includes/settings/class-cr-settings-review-reminder.php:536
3978
  msgid ""
3979
  "Enable attachment of pictures and videos on local aggregated review forms. "
3980
  "This option applies only to aggregated review forms. If you would like to "
@@ -3982,72 +4025,72 @@ msgid ""
3982
  "pages, this can be done %1$shere%2$s."
3983
  msgstr ""
3984
 
3985
- #: includes/settings/class-cr-settings-review-reminder.php:539
3986
  msgid "Attach Media"
3987
  msgstr ""
3988
 
3989
- #: includes/settings/class-cr-settings-review-reminder.php:549
3990
  msgid "Rating Bar"
3991
  msgstr ""
3992
 
3993
- #: includes/settings/class-cr-settings-review-reminder.php:553
3994
  msgid "Visual style of rating bars on review forms."
3995
  msgstr ""
3996
 
3997
- #: includes/settings/class-cr-settings-review-reminder.php:555
3998
  msgid "Smiley and frowny faces"
3999
  msgstr ""
4000
 
4001
- #: includes/settings/class-cr-settings-review-reminder.php:556
4002
  #: blocks/src/reviews-grid/edit.js:234 js/blocks.js:946
4003
  msgid "Stars"
4004
  msgstr ""
4005
 
4006
- #: includes/settings/class-cr-settings-review-reminder.php:561
4007
  msgid "Geolocation"
4008
  msgstr ""
4009
 
4010
- #: includes/settings/class-cr-settings-review-reminder.php:565
4011
  msgid ""
4012
  "Enable geolocation on aggregated review forms. Customers will have an option "
4013
  "to indicate where they are from. For example, \"England, United Kingdom\"."
4014
  msgstr ""
4015
 
4016
- #: includes/settings/class-cr-settings-review-reminder.php:566
4017
  msgid "Automatic geolocation on review forms."
4018
  msgstr ""
4019
 
4020
- #: includes/settings/class-cr-settings-review-reminder.php:572
4021
  msgid "Form Color 1"
4022
  msgstr ""
4023
 
4024
- #: includes/settings/class-cr-settings-review-reminder.php:576
4025
  msgid "Background color for heading of the form and product names."
4026
  msgstr ""
4027
 
4028
- #: includes/settings/class-cr-settings-review-reminder.php:580
4029
  msgid "Form Color 2"
4030
  msgstr ""
4031
 
4032
- #: includes/settings/class-cr-settings-review-reminder.php:584
4033
  msgid "Text color for product names."
4034
  msgstr ""
4035
 
4036
- #: includes/settings/class-cr-settings-review-reminder.php:588
4037
  msgid "Form Color 3"
4038
  msgstr ""
4039
 
4040
- #: includes/settings/class-cr-settings-review-reminder.php:592
4041
  msgid "Color of control elements (buttons, rating bars)."
4042
  msgstr ""
4043
 
4044
- #: includes/settings/class-cr-settings-review-reminder.php:948
4045
  msgid ""
4046
  "While editing the footer text please make sure to keep the unsubscribe link "
4047
  "markup:"
4048
  msgstr ""
4049
 
4050
- #: includes/settings/class-cr-settings-review-reminder.php:1017
4051
  msgid ""
4052
  "<strong>CR Cron could not be enabled because no license key was entered. A "
4053
  "license key (free or pro) is required to use CR Cron.</strong>"
@@ -4401,200 +4444,171 @@ msgid ""
4401
  "you should specify it here."
4402
  msgstr ""
4403
 
4404
- #: includes/settings/class-cr-settings-trust-badges.php:50
4405
  #: includes/settings/class-cr-settings-trust-badges.php:83
4406
- #: includes/settings/class-cr-settings-trust-badges.php:89
4407
  msgid "Trust Badges"
4408
  msgstr ""
4409
 
4410
- #: includes/settings/class-cr-settings-trust-badges.php:85
4411
  msgid ""
4412
- "<p>Increase your store's conversion rate by placing a \"trust badge\" on the "
4413
  "home, checkout or any other page(s). Let customers feel more confident about "
4414
  "shopping on your site by featuring a trust badge that shows a summary of "
4415
- "verified customer reviews. Trust badges can be enabled using shortcodes or "
4416
- "blocks in the page editor (blocks require WordPress 5.0 or newer).</"
4417
- "p><p>Reviews are considered to be verified when they are collected via an "
4418
- "independent third-party website (www.cusrev.com) integrated with this "
4419
- "plugin. Reviews submitted directly on your site cannot be considered as "
4420
- "verified. Each trust badge contains a nofollow link to a dedicated page at "
4421
- "<b>www.cusrev.com</b> with all verified reviews for your store. You can "
4422
- "configure URL of the page with verified reviews for your store below.</p>"
4423
- msgstr ""
4424
-
4425
- #: includes/settings/class-cr-settings-trust-badges.php:90
4426
- msgid ""
4427
- "Enable this option to display trust badges and additional %1$s icons for "
4428
- "individual reviews on product pages in your store. Each %2$s icon will "
4429
- "contain a nofollow link to a verified copy of the review on <strong>www."
4430
- "cusrev.com</strong>."
4431
- msgstr ""
4432
-
4433
- #: includes/settings/class-cr-settings-trust-badges.php:97
4434
- msgid "Verified Reviews Page"
4435
- msgstr ""
4436
-
4437
- #: includes/settings/class-cr-settings-trust-badges.php:98
4438
- msgid ""
4439
- "Specify name of the page with verified reviews. This will be a base URL for "
4440
- "reviews related to your shop. You can use alphanumeric symbols and '.' in "
4441
- "the name of the page."
4442
  msgstr ""
4443
 
4444
- #: includes/settings/class-cr-settings-trust-badges.php:106
4445
- msgid "Age Restriction"
4446
- msgstr ""
4447
-
4448
- #: includes/settings/class-cr-settings-trust-badges.php:107
4449
  msgid ""
4450
- "Enable this option if your store sells age-restricted products (e.g., adult "
4451
- "content, alcohol, etc.)"
 
4452
  msgstr ""
4453
 
4454
- #: includes/settings/class-cr-settings-trust-badges.php:117
4455
  msgid "Small Light Badge"
4456
  msgstr ""
4457
 
4458
- #: includes/settings/class-cr-settings-trust-badges.php:119
4459
  msgid "Shortcode and preview of the small light trust badge."
4460
  msgstr ""
4461
 
4462
- #: includes/settings/class-cr-settings-trust-badges.php:125
4463
  msgid "Small Light Badge (with Store Rating)"
4464
  msgstr ""
4465
 
4466
- #: includes/settings/class-cr-settings-trust-badges.php:127
4467
  msgid "Shortcode and preview of the small light trust badge with store rating."
4468
  msgstr ""
4469
 
4470
- #: includes/settings/class-cr-settings-trust-badges.php:133
4471
  msgid "Small Dark Badge"
4472
  msgstr ""
4473
 
4474
- #: includes/settings/class-cr-settings-trust-badges.php:135
4475
  msgid "Shortcode and preview of the small dark trust badge."
4476
  msgstr ""
4477
 
4478
- #: includes/settings/class-cr-settings-trust-badges.php:141
4479
  msgid "Small Dark Badge (with Store Rating)"
4480
  msgstr ""
4481
 
4482
- #: includes/settings/class-cr-settings-trust-badges.php:143
4483
  msgid "Shortcode and preview of the small dark trust badge with store rating."
4484
  msgstr ""
4485
 
4486
- #: includes/settings/class-cr-settings-trust-badges.php:149
4487
  msgid "Wide Light Badge"
4488
  msgstr ""
4489
 
4490
- #: includes/settings/class-cr-settings-trust-badges.php:151
4491
  msgid ""
4492
  "Shortcode and preview of the wide light trust badge. The wide badge has a "
4493
  "version for small screens that will be automatically shown when a website is "
4494
  "viewed from phones."
4495
  msgstr ""
4496
 
4497
- #: includes/settings/class-cr-settings-trust-badges.php:157
4498
  msgid "Wide Light Badge (with Store Rating)"
4499
  msgstr ""
4500
 
4501
- #: includes/settings/class-cr-settings-trust-badges.php:159
4502
  msgid ""
4503
  "Shortcode and preview of the wide light trust badge with store rating. The "
4504
  "wide badge has a version for small screens that will be automatically shown "
4505
  "when a website is viewed from phones."
4506
  msgstr ""
4507
 
4508
- #: includes/settings/class-cr-settings-trust-badges.php:165
4509
  msgid "Wide Dark Badge"
4510
  msgstr ""
4511
 
4512
- #: includes/settings/class-cr-settings-trust-badges.php:167
4513
  msgid ""
4514
  "Shortcode and preview of the wide dark trust badge. The wide badge has a "
4515
  "version for small screens that will be automatically shown when a website is "
4516
  "viewed from phones."
4517
  msgstr ""
4518
 
4519
- #: includes/settings/class-cr-settings-trust-badges.php:173
4520
  msgid "Wide Dark Badge (with Store Rating)"
4521
  msgstr ""
4522
 
4523
- #: includes/settings/class-cr-settings-trust-badges.php:175
4524
  msgid ""
4525
  "Shortcode and preview of the wide dark trust badge with store rating. The "
4526
  "wide badge has a version for small screens that will be automatically shown "
4527
  "when a website is viewed from phones."
4528
  msgstr ""
4529
 
4530
- #: includes/settings/class-cr-settings-trust-badges.php:181
4531
  msgid "Compact Light Badge"
4532
  msgstr ""
4533
 
4534
- #: includes/settings/class-cr-settings-trust-badges.php:183
4535
  msgid "Shortcode and preview of the compact light trust badge."
4536
  msgstr ""
4537
 
4538
- #: includes/settings/class-cr-settings-trust-badges.php:189
4539
  msgid "Compact Dark Badge"
4540
  msgstr ""
4541
 
4542
- #: includes/settings/class-cr-settings-trust-badges.php:191
4543
  msgid "Shortcode and preview of the compact dark trust badge."
4544
  msgstr ""
4545
 
4546
- #: includes/settings/class-cr-settings-trust-badges.php:201
4547
  msgid "Floating Trust Badge"
4548
  msgstr ""
4549
 
4550
- #: includes/settings/class-cr-settings-trust-badges.php:203
4551
  msgid ""
4552
  "Settings to display a floating badge with a summary of verified reviews."
4553
  msgstr ""
4554
 
4555
- #: includes/settings/class-cr-settings-trust-badges.php:207
4556
  msgid "Floating Badge"
4557
  msgstr ""
4558
 
4559
- #: includes/settings/class-cr-settings-trust-badges.php:209
4560
  msgid ""
4561
  "Enable this checkbox to display a floating trust badge on public pages of "
4562
  "the website."
4563
  msgstr ""
4564
 
4565
- #: includes/settings/class-cr-settings-trust-badges.php:214
4566
  msgid "Floating Badge Style"
4567
  msgstr ""
4568
 
4569
- #: includes/settings/class-cr-settings-trust-badges.php:216
4570
  msgid "Choose one of the styles for the floating trust badge."
4571
  msgstr ""
4572
 
4573
- #: includes/settings/class-cr-settings-trust-badges.php:220 js/blocks.js:112
4574
  msgid "Light"
4575
  msgstr ""
4576
 
4577
- #: includes/settings/class-cr-settings-trust-badges.php:221 js/blocks.js:116
4578
  msgid "Dark"
4579
  msgstr ""
4580
 
4581
- #: includes/settings/class-cr-settings-trust-badges.php:226
4582
  msgid "Floating Badge Location"
4583
  msgstr ""
4584
 
4585
- #: includes/settings/class-cr-settings-trust-badges.php:228
4586
  msgid "Choose one of the locations for the floating trust badge."
4587
  msgstr ""
4588
 
4589
- #: includes/settings/class-cr-settings-trust-badges.php:232
4590
  msgid "Bottom right"
4591
  msgstr ""
4592
 
4593
- #: includes/settings/class-cr-settings-trust-badges.php:233
4594
  msgid "Bottom left"
4595
  msgstr ""
4596
 
4597
- #: includes/settings/class-cr-settings-trust-badges.php:318
4598
  msgid "color"
4599
  msgstr ""
4600
 
@@ -4665,74 +4679,82 @@ msgstr ""
4665
  msgid "Tags for Reviews"
4666
  msgstr ""
4667
 
4668
- #: includes/trust-badge/class-cr-trust-badge.php:201
4669
  msgid "Independently verified"
4670
  msgstr ""
4671
 
4672
- #: includes/trust-badge/class-cr-trust-badge.php:202
4673
  msgid "independently verified"
4674
  msgstr ""
4675
 
4676
- #: includes/trust-badge/class-cr-trust-badge.php:204
 
 
 
 
 
 
 
 
4677
  msgid "%s rating"
4678
  msgstr ""
4679
 
4680
- #: includes/trust-badge/class-cr-trust-badge.php:205
4681
  msgid "rating %s / 5"
4682
  msgstr ""
4683
 
4684
- #: includes/trust-badge/class-cr-trust-badge.php:206
4685
  msgid "%s store rating"
4686
  msgstr ""
4687
 
4688
- #: includes/trust-badge/class-cr-trust-badge.php:207
4689
  msgid "Store rating %s / 5"
4690
  msgstr ""
4691
 
4692
- #: includes/trust-badge/class-cr-trust-badge.php:208
4693
  msgid "store rating"
4694
  msgstr ""
4695
 
4696
- #: includes/trust-badge/class-cr-trust-badge.php:209
4697
  msgid "%s product rating"
4698
  msgstr ""
4699
 
4700
- #: includes/trust-badge/class-cr-trust-badge.php:210
4701
  msgid "Product rating %s / 5"
4702
  msgstr ""
4703
 
4704
- #: includes/trust-badge/class-cr-trust-badge.php:211
4705
  msgid "product rating"
4706
  msgstr ""
4707
 
4708
- #: includes/trust-badge/class-cr-trust-badge.php:212
4709
- #: includes/trust-badge/class-cr-trust-badge.php:213 templates/cr-rating.php:44
4710
  msgid "%s review"
4711
  msgid_plural "%s reviews"
4712
  msgstr[0] ""
4713
 
4714
  #: includes/trust-badge/class-cr-verified-reviews.php:58
4715
- msgid "Trust badges activation error: 'Verified Reviews Page' cannot be empty."
4716
  msgstr ""
4717
 
4718
  #: includes/trust-badge/class-cr-verified-reviews.php:89
4719
- msgid "Trust badges activation error #98. "
4720
  msgstr ""
4721
 
4722
  #: includes/trust-badge/class-cr-verified-reviews.php:94
4723
- msgid "Trust badges have been successfully activated."
4724
  msgstr ""
4725
 
4726
  #: includes/trust-badge/class-cr-verified-reviews.php:97
4727
  msgid ""
4728
- "Trust badges activation error: '%s' is already in use. Please enter a "
4729
  "different page name."
4730
  msgstr ""
4731
 
4732
  #: includes/trust-badge/class-cr-verified-reviews.php:100
4733
  msgid ""
4734
- "Trust badges activation error: page name contains unsupported symbols. Only "
4735
- "latin characters (a-z), numbers (0-9), and . symbol are allowed."
4736
  msgstr ""
4737
 
4738
  #: includes/trust-badge/class-cr-verified-reviews.php:103
@@ -4742,25 +4764,25 @@ msgid ""
4742
  msgstr ""
4743
 
4744
  #: includes/trust-badge/class-cr-verified-reviews.php:106
4745
- msgid "Trust badges activation error #99."
4746
  msgstr ""
4747
 
4748
  #: includes/trust-badge/class-cr-verified-reviews.php:142
4749
- msgid "Trust badges deactivation error #98. Please try again."
4750
  msgstr ""
4751
 
4752
  #: includes/trust-badge/class-cr-verified-reviews.php:149
4753
- msgid "Trust badges have been successfully deactivated."
4754
  msgstr ""
4755
 
4756
  #: includes/trust-badge/class-cr-verified-reviews.php:153
4757
  msgid ""
4758
- "Trust badges deactivation error: the page is blocked, please contact CusRev "
4759
- "support for assistance."
4760
  msgstr ""
4761
 
4762
  #: includes/trust-badge/class-cr-verified-reviews.php:157
4763
- msgid "Trust badges deactivation error #99."
4764
  msgstr ""
4765
 
4766
  #: ivole.php:135
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"
43
  msgid "This reply was originally posted on CR portal"
44
  msgstr ""
45
 
46
+ #: class-ivole.php:152
47
  msgid "View CusRev documentation"
48
  msgstr ""
49
 
50
+ #: class-ivole.php:152
51
  msgid "Docs"
52
  msgstr ""
53
 
54
+ #: class-ivole.php:153
55
  msgid "Visit community forums"
56
  msgstr ""
57
 
58
+ #: class-ivole.php:153
59
  msgid "Community support"
60
  msgstr ""
61
 
62
+ #: class-ivole.php:163
63
  msgid "View Customer Reviews settings"
64
  msgstr ""
65
 
66
+ #: class-ivole.php:163 includes/settings/class-cr-admin-menu-settings.php:60
67
  #: includes/settings/class-cr-admin-menu-settings.php:61
68
  msgid "Settings"
69
  msgstr ""
240
  msgid "Item 2 Test"
241
  msgstr ""
242
 
243
+ #: includes/emails/class-cr-email-func.php:264
244
  #: includes/reviews/class-cr-reviews-list-table.php:410
245
  msgid "Review"
246
  msgstr ""
377
  #: includes/reviews/class-cr-admin-menu-reviews.php:59
378
  #: includes/reviews/class-cr-admin-menu-reviews.php:60
379
  #: includes/settings/class-cr-admin-menu-settings.php:143
380
+ #: includes/settings/class-cr-settings-trust-badges.php:310
381
  msgid "Reviews"
382
  msgstr ""
383
 
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 "
2510
+ "%1$s icons for individual reviews on product pages of your store will be "
2511
+ "displayed. Each %2$s icon will contain a nofollow link to a verified copy of "
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.)"
2534
+ msgstr ""
2535
+
2536
  #: includes/settings/class-cr-settings-discount-tiers.php:37
2537
  msgid ""
2538
  "The option is not available with the coupon type selected for this discount "
2634
  msgstr ""
2635
 
2636
  #: includes/settings/class-cr-settings-discount-tiers.php:146
2637
+ #: includes/settings/class-cr-settings-review-reminder.php:367
2638
  msgid "Roles"
2639
  msgstr ""
2640
 
2845
  msgstr ""
2846
 
2847
  #: includes/settings/class-cr-settings-email-template.php:286
2848
+ msgid "\"Reply-To\" address"
2849
  msgstr ""
2850
 
2851
  #: includes/settings/class-cr-settings-email-template.php:301
2990
  "test email."
2991
  msgstr ""
2992
 
2993
+ #: includes/settings/class-cr-settings-email-template.php:536
2994
  msgid "Return to emails"
2995
  msgstr ""
2996
 
2997
+ #: includes/settings/class-cr-settings-email-template.php:559
2998
  msgid "Email template"
2999
  msgstr ""
3000
 
3001
+ #: includes/settings/class-cr-settings-email-template.php:567
3002
  msgid "Delete template file"
3003
  msgstr ""
3004
 
3005
  #. translators: %s: Path to template file
3006
+ #: includes/settings/class-cr-settings-email-template.php:573
3007
  msgid ""
3008
  "This template has been overridden by your theme and can be found in: %s."
3009
  msgstr ""
3010
 
3011
+ #: includes/settings/class-cr-settings-email-template.php:603
3012
  msgid "Copy file to theme"
3013
  msgstr ""
3014
 
3015
  #. translators: 1: Path to template file 2: Path to theme folder
3016
+ #: includes/settings/class-cr-settings-email-template.php:609
3017
  msgid ""
3018
  "To override and edit this email template copy %1$s to your theme folder: "
3019
  "%2$s."
3020
  msgstr ""
3021
 
3022
+ #: includes/settings/class-cr-settings-email-template.php:617
3023
  msgid "File was not found."
3024
  msgstr ""
3025
 
3026
+ #: includes/settings/class-cr-settings-email-template.php:639
3027
  msgid "View template"
3028
  msgstr ""
3029
 
3030
+ #: includes/settings/class-cr-settings-email-template.php:640
3031
  msgid "Hide template"
3032
  msgstr ""
3033
 
3034
+ #: includes/settings/class-cr-settings-email-template.php:654
3035
  msgid "Are you sure you want to delete this template file?"
3036
  msgstr ""
3037
 
3038
+ #: includes/settings/class-cr-settings-email-template.php:675
3039
+ #: includes/settings/class-cr-settings-email-template.php:681
3040
  msgid "'Email Body' field cannot be empty"
3041
  msgstr ""
3042
 
3043
+ #: includes/settings/class-cr-settings-email-template.php:695
3044
  msgid "Action failed. Please refresh the page and retry."
3045
  msgstr ""
3046
 
3047
+ #: includes/settings/class-cr-settings-email-template.php:699
3048
  msgid "You don&#8217;t have permission to do this."
3049
  msgstr ""
3050
 
3051
+ #: includes/settings/class-cr-settings-email-template.php:721
3052
  msgid "Template file copied to theme."
3053
  msgstr ""
3054
 
3055
+ #: includes/settings/class-cr-settings-email-template.php:733
3056
  msgid "Template file deleted from theme."
3057
  msgstr ""
3058
 
3060
  msgid "Emails"
3061
  msgstr ""
3062
 
3063
+ #: includes/settings/class-cr-settings-emails.php:76
3064
  msgid "Email Templates"
3065
  msgstr ""
3066
 
3067
+ #: includes/settings/class-cr-settings-emails.php:78
3068
  msgid ""
3069
  "Adjust templates of the emails that will be sent to customers. If you enable "
3070
  "<b>advanced</b> email templates in your account on the %1$sCusRev website"
3072
  "below."
3073
  msgstr ""
3074
 
3075
+ #: includes/settings/class-cr-settings-emails.php:109
3076
  msgid "Email"
3077
  msgstr ""
3078
 
3079
+ #: includes/settings/class-cr-settings-emails.php:110
3080
  msgid "Subject"
3081
  msgstr ""
3082
 
3083
+ #: includes/settings/class-cr-settings-emails.php:111
3084
  msgid "From"
3085
  msgstr ""
3086
 
3226
  msgstr ""
3227
 
3228
  #: includes/settings/class-cr-settings-review-discount.php:109
3229
+ #: includes/settings/class-cr-settings-review-reminder.php:494
3230
  msgid "Email Template"
3231
  msgstr ""
3232
 
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
3490
+ #: includes/settings/class-cr-settings-review-reminder.php:945
3491
+ #: includes/settings/class-cr-settings-review-reminder.php:946
3492
+ #: includes/settings/class-cr-settings-review-reminder.php:947
3493
+ #: includes/settings/class-cr-settings-review-reminder.php:948
3494
+ #: includes/settings/class-cr-settings-review-reminder.php:949
3495
  msgid "Checking license..."
3496
  msgstr ""
3497
 
3766
  "in this field."
3767
  msgstr ""
3768
 
3769
+ #: includes/settings/class-cr-settings-review-reminder.php:315
3770
  msgid "Order Status"
3771
  msgstr ""
3772
 
3773
+ #: includes/settings/class-cr-settings-review-reminder.php:317
3774
  msgid ""
3775
  "Review reminders will be sent N days after this order status. It is "
3776
  "recommended to use 'Completed' status."
3777
  msgstr ""
3778
 
3779
+ #: includes/settings/class-cr-settings-review-reminder.php:327
3780
  msgid "Enable for"
3781
  msgstr ""
3782
 
3783
+ #: includes/settings/class-cr-settings-review-reminder.php:329
3784
  msgid ""
3785
  "Define if reminders will be send for all or only specific categories of "
3786
  "products."
3787
  msgstr ""
3788
 
3789
+ #: includes/settings/class-cr-settings-review-reminder.php:336
3790
  msgid "All Categories"
3791
  msgstr ""
3792
 
3793
+ #: includes/settings/class-cr-settings-review-reminder.php:337
3794
  msgid "Specific Categories"
3795
  msgstr ""
3796
 
3797
+ #: includes/settings/class-cr-settings-review-reminder.php:342
3798
  msgid "Categories"
3799
  msgstr ""
3800
 
3801
+ #: includes/settings/class-cr-settings-review-reminder.php:344
3802
  msgid ""
3803
  "If reminders are enabled only for specific categories of products, this "
3804
  "field enables you to choose these categories."
3805
  msgstr ""
3806
 
3807
+ #: includes/settings/class-cr-settings-review-reminder.php:352
3808
  msgid "Enable for Roles"
3809
  msgstr ""
3810
 
3811
+ #: includes/settings/class-cr-settings-review-reminder.php:354
3812
  msgid ""
3813
  "Define if reminders will be send for all or only specific roles of users."
3814
  msgstr ""
3815
 
3816
+ #: includes/settings/class-cr-settings-review-reminder.php:361
3817
  msgid "All Roles"
3818
  msgstr ""
3819
 
3820
+ #: includes/settings/class-cr-settings-review-reminder.php:362
3821
  msgid "Specific Roles"
3822
  msgstr ""
3823
 
3824
+ #: includes/settings/class-cr-settings-review-reminder.php:369
3825
  msgid ""
3826
  "If reminders are enabled only for specific user roles, this field enables "
3827
  "you to choose these roles."
3828
  msgstr ""
3829
 
3830
+ #: includes/settings/class-cr-settings-review-reminder.php:377
3831
  msgid "Enable for Guests"
3832
  msgstr ""
3833
 
3834
+ #: includes/settings/class-cr-settings-review-reminder.php:378
3835
  msgid ""
3836
  "Enable sending of review reminders to customers who place orders without an "
3837
  "account (guest checkout). It is recommended to enable this checkbox, if you "
3838
  "allow customers to place orders without creating an account on your site."
3839
  msgstr ""
3840
 
3841
+ #: includes/settings/class-cr-settings-review-reminder.php:385
3842
  msgid "Reminders Scheduler"
3843
  msgstr ""
3844
 
3845
+ #: includes/settings/class-cr-settings-review-reminder.php:387
3846
  msgid ""
3847
  "Define which scheduler the plugin will use to schedule automatic review "
3848
  "reminders. The default option is to use WordPress Cron (WP-Cron) for "
3851
  "CR Cron is an external service that requires a license key (free or pro)."
3852
  msgstr ""
3853
 
3854
+ #: includes/settings/class-cr-settings-review-reminder.php:397
3855
  msgid "Enable Manual Reminders"
3856
  msgstr ""
3857
 
3858
+ #: includes/settings/class-cr-settings-review-reminder.php:398
3859
  msgid ""
3860
  "Enable manual sending of follow-up emails with a reminder to submit a "
3861
  "review. Manual reminders can be sent for completed orders from %1$sOrders"
3862
  "%2$s page after enabling this option."
3863
  msgstr ""
3864
 
3865
+ #: includes/settings/class-cr-settings-review-reminder.php:405
3866
  msgid "Limit Number of Reminders"
3867
  msgstr ""
3868
 
3869
+ #: includes/settings/class-cr-settings-review-reminder.php:406
3870
  msgid ""
3871
  "Enable this checkbox to make sure that no more than one review reminder is "
3872
  "sent for each order."
3873
  msgstr ""
3874
 
3875
+ #: includes/settings/class-cr-settings-review-reminder.php:413
3876
  msgid "Customer Consent"
3877
  msgstr ""
3878
 
3879
+ #: includes/settings/class-cr-settings-review-reminder.php:414
3880
  msgid ""
3881
  "If this option is enabled, customers will be asked to tick a checkbox on the "
3882
  "checkout page to indicate that they would like to receive an invitation to "
3883
  "review their order."
3884
  msgstr ""
3885
 
3886
+ #: includes/settings/class-cr-settings-review-reminder.php:420
3887
  msgid "Customer Consent Text"
3888
  msgstr ""
3889
 
3890
+ #: includes/settings/class-cr-settings-review-reminder.php:421
3891
  msgid ""
3892
  "Text of the message shown to customers next to the consent checkbox on the "
3893
  "checkout page."
3894
  msgstr ""
3895
 
3896
+ #: includes/settings/class-cr-settings-review-reminder.php:430
3897
  msgid "Registered Customers"
3898
  msgstr ""
3899
 
3900
+ #: includes/settings/class-cr-settings-review-reminder.php:431
3901
  msgid ""
3902
  "By default, review reminders are sent to billing emails provided by "
3903
  "customers during checkout. If you enable this option, the plugin will check "
3906
  "this option disabled."
3907
  msgstr ""
3908
 
3909
+ #: includes/settings/class-cr-settings-review-reminder.php:438
3910
  msgid "Moderation of Reviews"
3911
  msgstr ""
3912
 
3913
+ #: includes/settings/class-cr-settings-review-reminder.php:439
3914
  msgid ""
3915
  "Enable manual moderation of reviews submitted by your verified customers. "
3916
  "This setting applies only to reviews submitted in response to reminders sent "
3917
  "by this plugin."
3918
  msgstr ""
3919
 
3920
+ #: includes/settings/class-cr-settings-review-reminder.php:446
3921
  msgid "Exclude Free Products"
3922
  msgstr ""
3923
 
3924
+ #: includes/settings/class-cr-settings-review-reminder.php:447
3925
  msgid "Enable this checkbox to exclude free products from review invitations."
3926
  msgstr ""
3927
 
3928
+ #: includes/settings/class-cr-settings-review-reminder.php:454
3929
  msgid "Shop Name"
3930
  msgstr ""
3931
 
3932
+ #: includes/settings/class-cr-settings-review-reminder.php:456
3933
  msgid ""
3934
  "Specify your shop name that will be used in emails and review forms "
3935
  "generated by this plugin."
3936
  msgstr ""
3937
 
3938
+ #: includes/settings/class-cr-settings-review-reminder.php:471
3939
+ #: includes/settings/class-cr-settings-review-reminder.php:477
3940
  msgid "Language"
3941
  msgstr ""
3942
 
3943
+ #: includes/settings/class-cr-settings-review-reminder.php:479
3944
  msgid "Choose one of the available languages."
3945
  msgstr ""
3946
 
3947
+ #: includes/settings/class-cr-settings-review-reminder.php:496
3948
  msgid ""
3949
  "The email template of review reminders can be configured on the <a href=\"%s"
3950
  "\">Emails</a> tab."
3951
  msgstr ""
3952
 
3953
+ #: includes/settings/class-cr-settings-review-reminder.php:504
3954
  msgid ""
3955
  "Adjust template of the aggregated review forms that will be created and sent "
3956
  "to customers by CusRev. Modifications will be applied to the next review "
3959
  "b> the settings below."
3960
  msgstr ""
3961
 
3962
+ #: includes/settings/class-cr-settings-review-reminder.php:506
3963
  msgid ""
3964
  "Adjust template of the aggregated review forms that will be created and sent "
3965
  "to customers. Modifications will be applied to the next review form created "
3966
  "after saving settings."
3967
  msgstr ""
3968
 
3969
+ #: includes/settings/class-cr-settings-review-reminder.php:509
3970
  msgid "Review Form Template"
3971
  msgstr ""
3972
 
3973
+ #: includes/settings/class-cr-settings-review-reminder.php:515
3974
  msgid "Form Header"
3975
  msgstr ""
3976
 
3977
+ #: includes/settings/class-cr-settings-review-reminder.php:517
3978
  msgid "Header of the review form that will be sent to customers."
3979
  msgstr ""
3980
 
3981
+ #: includes/settings/class-cr-settings-review-reminder.php:524
3982
  msgid "Form Body"
3983
  msgstr ""
3984
 
3985
+ #: includes/settings/class-cr-settings-review-reminder.php:526
3986
  msgid "Body of the review form that will be sent to customers."
3987
  msgstr ""
3988
 
3989
+ #: includes/settings/class-cr-settings-review-reminder.php:534
3990
  msgid "Shop Rating"
3991
  msgstr ""
3992
 
3993
+ #: includes/settings/class-cr-settings-review-reminder.php:538
3994
  msgid ""
3995
  "Enable this option if you would like to include a separate question for a "
3996
  "general shop review in addition to questions for product reviews."
3997
  msgstr ""
3998
 
3999
+ #: includes/settings/class-cr-settings-review-reminder.php:541
4000
  msgid "Comment Required"
4001
  msgstr ""
4002
 
4003
+ #: includes/settings/class-cr-settings-review-reminder.php:545
4004
  msgid ""
4005
  "Enable this option if you would like to make it mandatory for your customers "
4006
  "to write something in their review. This option applies only to aggregated "
4007
  "review forms."
4008
  msgstr ""
4009
 
4010
+ #: includes/settings/class-cr-settings-review-reminder.php:548
4011
  msgid ""
4012
  "Enable attachment of pictures and videos on aggregated review forms. "
4013
  "Uploaded media files are initially stored on Amazon S3 and automatically "
4017
  "%2$s."
4018
  msgstr ""
4019
 
4020
+ #: includes/settings/class-cr-settings-review-reminder.php:550
4021
  msgid ""
4022
  "Enable attachment of pictures and videos on local aggregated review forms. "
4023
  "This option applies only to aggregated review forms. If you would like to "
4025
  "pages, this can be done %1$shere%2$s."
4026
  msgstr ""
4027
 
4028
+ #: includes/settings/class-cr-settings-review-reminder.php:553
4029
  msgid "Attach Media"
4030
  msgstr ""
4031
 
4032
+ #: includes/settings/class-cr-settings-review-reminder.php:563
4033
  msgid "Rating Bar"
4034
  msgstr ""
4035
 
4036
+ #: includes/settings/class-cr-settings-review-reminder.php:567
4037
  msgid "Visual style of rating bars on review forms."
4038
  msgstr ""
4039
 
4040
+ #: includes/settings/class-cr-settings-review-reminder.php:569
4041
  msgid "Smiley and frowny faces"
4042
  msgstr ""
4043
 
4044
+ #: includes/settings/class-cr-settings-review-reminder.php:570
4045
  #: blocks/src/reviews-grid/edit.js:234 js/blocks.js:946
4046
  msgid "Stars"
4047
  msgstr ""
4048
 
4049
+ #: includes/settings/class-cr-settings-review-reminder.php:575
4050
  msgid "Geolocation"
4051
  msgstr ""
4052
 
4053
+ #: includes/settings/class-cr-settings-review-reminder.php:579
4054
  msgid ""
4055
  "Enable geolocation on aggregated review forms. Customers will have an option "
4056
  "to indicate where they are from. For example, \"England, United Kingdom\"."
4057
  msgstr ""
4058
 
4059
+ #: includes/settings/class-cr-settings-review-reminder.php:580
4060
  msgid "Automatic geolocation on review forms."
4061
  msgstr ""
4062
 
4063
+ #: includes/settings/class-cr-settings-review-reminder.php:586
4064
  msgid "Form Color 1"
4065
  msgstr ""
4066
 
4067
+ #: includes/settings/class-cr-settings-review-reminder.php:590
4068
  msgid "Background color for heading of the form and product names."
4069
  msgstr ""
4070
 
4071
+ #: includes/settings/class-cr-settings-review-reminder.php:594
4072
  msgid "Form Color 2"
4073
  msgstr ""
4074
 
4075
+ #: includes/settings/class-cr-settings-review-reminder.php:598
4076
  msgid "Text color for product names."
4077
  msgstr ""
4078
 
4079
+ #: includes/settings/class-cr-settings-review-reminder.php:602
4080
  msgid "Form Color 3"
4081
  msgstr ""
4082
 
4083
+ #: includes/settings/class-cr-settings-review-reminder.php:606
4084
  msgid "Color of control elements (buttons, rating bars)."
4085
  msgstr ""
4086
 
4087
+ #: includes/settings/class-cr-settings-review-reminder.php:962
4088
  msgid ""
4089
  "While editing the footer text please make sure to keep the unsubscribe link "
4090
  "markup:"
4091
  msgstr ""
4092
 
4093
+ #: includes/settings/class-cr-settings-review-reminder.php:1031
4094
  msgid ""
4095
  "<strong>CR Cron could not be enabled because no license key was entered. A "
4096
  "license key (free or pro) is required to use CR Cron.</strong>"
4444
  "you should specify it here."
4445
  msgstr ""
4446
 
4447
+ #: includes/settings/class-cr-settings-trust-badges.php:45
4448
  #: includes/settings/class-cr-settings-trust-badges.php:83
 
4449
  msgid "Trust Badges"
4450
  msgstr ""
4451
 
4452
+ #: includes/settings/class-cr-settings-trust-badges.php:86
4453
  msgid ""
4454
+ "Increase your store's conversion rate by placing a \"trust badge\" on the "
4455
  "home, checkout or any other page(s). Let customers feel more confident about "
4456
  "shopping on your site by featuring a trust badge that shows a summary of "
4457
+ "customer reviews. Trust badges can be enabled using shortcodes or blocks in "
4458
+ "the page editor (blocks require WordPress 5.0 or newer)."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4459
  msgstr ""
4460
 
4461
+ #: includes/settings/class-cr-settings-trust-badges.php:88
 
 
 
 
4462
  msgid ""
4463
+ "If you enable <a href=\"%1$s\">verification of reviews</a> and claim a <a "
4464
+ "href=\"%2$s\">dedicated page</a> at CusRev.com website, trust badges will "
4465
+ "include a nofollow link to your page there."
4466
  msgstr ""
4467
 
4468
+ #: includes/settings/class-cr-settings-trust-badges.php:93
4469
  msgid "Small Light Badge"
4470
  msgstr ""
4471
 
4472
+ #: includes/settings/class-cr-settings-trust-badges.php:95
4473
  msgid "Shortcode and preview of the small light trust badge."
4474
  msgstr ""
4475
 
4476
+ #: includes/settings/class-cr-settings-trust-badges.php:101
4477
  msgid "Small Light Badge (with Store Rating)"
4478
  msgstr ""
4479
 
4480
+ #: includes/settings/class-cr-settings-trust-badges.php:103
4481
  msgid "Shortcode and preview of the small light trust badge with store rating."
4482
  msgstr ""
4483
 
4484
+ #: includes/settings/class-cr-settings-trust-badges.php:109
4485
  msgid "Small Dark Badge"
4486
  msgstr ""
4487
 
4488
+ #: includes/settings/class-cr-settings-trust-badges.php:111
4489
  msgid "Shortcode and preview of the small dark trust badge."
4490
  msgstr ""
4491
 
4492
+ #: includes/settings/class-cr-settings-trust-badges.php:117
4493
  msgid "Small Dark Badge (with Store Rating)"
4494
  msgstr ""
4495
 
4496
+ #: includes/settings/class-cr-settings-trust-badges.php:119
4497
  msgid "Shortcode and preview of the small dark trust badge with store rating."
4498
  msgstr ""
4499
 
4500
+ #: includes/settings/class-cr-settings-trust-badges.php:125
4501
  msgid "Wide Light Badge"
4502
  msgstr ""
4503
 
4504
+ #: includes/settings/class-cr-settings-trust-badges.php:127
4505
  msgid ""
4506
  "Shortcode and preview of the wide light trust badge. The wide badge has a "
4507
  "version for small screens that will be automatically shown when a website is "
4508
  "viewed from phones."
4509
  msgstr ""
4510
 
4511
+ #: includes/settings/class-cr-settings-trust-badges.php:133
4512
  msgid "Wide Light Badge (with Store Rating)"
4513
  msgstr ""
4514
 
4515
+ #: includes/settings/class-cr-settings-trust-badges.php:135
4516
  msgid ""
4517
  "Shortcode and preview of the wide light trust badge with store rating. The "
4518
  "wide badge has a version for small screens that will be automatically shown "
4519
  "when a website is viewed from phones."
4520
  msgstr ""
4521
 
4522
+ #: includes/settings/class-cr-settings-trust-badges.php:141
4523
  msgid "Wide Dark Badge"
4524
  msgstr ""
4525
 
4526
+ #: includes/settings/class-cr-settings-trust-badges.php:143
4527
  msgid ""
4528
  "Shortcode and preview of the wide dark trust badge. The wide badge has a "
4529
  "version for small screens that will be automatically shown when a website is "
4530
  "viewed from phones."
4531
  msgstr ""
4532
 
4533
+ #: includes/settings/class-cr-settings-trust-badges.php:149
4534
  msgid "Wide Dark Badge (with Store Rating)"
4535
  msgstr ""
4536
 
4537
+ #: includes/settings/class-cr-settings-trust-badges.php:151
4538
  msgid ""
4539
  "Shortcode and preview of the wide dark trust badge with store rating. The "
4540
  "wide badge has a version for small screens that will be automatically shown "
4541
  "when a website is viewed from phones."
4542
  msgstr ""
4543
 
4544
+ #: includes/settings/class-cr-settings-trust-badges.php:157
4545
  msgid "Compact Light Badge"
4546
  msgstr ""
4547
 
4548
+ #: includes/settings/class-cr-settings-trust-badges.php:159
4549
  msgid "Shortcode and preview of the compact light trust badge."
4550
  msgstr ""
4551
 
4552
+ #: includes/settings/class-cr-settings-trust-badges.php:165
4553
  msgid "Compact Dark Badge"
4554
  msgstr ""
4555
 
4556
+ #: includes/settings/class-cr-settings-trust-badges.php:167
4557
  msgid "Shortcode and preview of the compact dark trust badge."
4558
  msgstr ""
4559
 
4560
+ #: includes/settings/class-cr-settings-trust-badges.php:177
4561
  msgid "Floating Trust Badge"
4562
  msgstr ""
4563
 
4564
+ #: includes/settings/class-cr-settings-trust-badges.php:179
4565
  msgid ""
4566
  "Settings to display a floating badge with a summary of verified reviews."
4567
  msgstr ""
4568
 
4569
+ #: includes/settings/class-cr-settings-trust-badges.php:183
4570
  msgid "Floating Badge"
4571
  msgstr ""
4572
 
4573
+ #: includes/settings/class-cr-settings-trust-badges.php:185
4574
  msgid ""
4575
  "Enable this checkbox to display a floating trust badge on public pages of "
4576
  "the website."
4577
  msgstr ""
4578
 
4579
+ #: includes/settings/class-cr-settings-trust-badges.php:190
4580
  msgid "Floating Badge Style"
4581
  msgstr ""
4582
 
4583
+ #: includes/settings/class-cr-settings-trust-badges.php:192
4584
  msgid "Choose one of the styles for the floating trust badge."
4585
  msgstr ""
4586
 
4587
+ #: includes/settings/class-cr-settings-trust-badges.php:196 js/blocks.js:112
4588
  msgid "Light"
4589
  msgstr ""
4590
 
4591
+ #: includes/settings/class-cr-settings-trust-badges.php:197 js/blocks.js:116
4592
  msgid "Dark"
4593
  msgstr ""
4594
 
4595
+ #: includes/settings/class-cr-settings-trust-badges.php:202
4596
  msgid "Floating Badge Location"
4597
  msgstr ""
4598
 
4599
+ #: includes/settings/class-cr-settings-trust-badges.php:204
4600
  msgid "Choose one of the locations for the floating trust badge."
4601
  msgstr ""
4602
 
4603
+ #: includes/settings/class-cr-settings-trust-badges.php:208
4604
  msgid "Bottom right"
4605
  msgstr ""
4606
 
4607
+ #: includes/settings/class-cr-settings-trust-badges.php:209
4608
  msgid "Bottom left"
4609
  msgstr ""
4610
 
4611
+ #: includes/settings/class-cr-settings-trust-badges.php:294
4612
  msgid "color"
4613
  msgstr ""
4614
 
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] ""
4735
 
4736
  #: includes/trust-badge/class-cr-verified-reviews.php:58
4737
+ msgid "CusRev.com page activation error: 'Page URL' cannot be empty."
4738
  msgstr ""
4739
 
4740
  #: includes/trust-badge/class-cr-verified-reviews.php:89
4741
+ msgid "CusRev.com page activation error #98. "
4742
  msgstr ""
4743
 
4744
  #: includes/trust-badge/class-cr-verified-reviews.php:94
4745
+ msgid "CusRev.com page has been successfully enabled."
4746
  msgstr ""
4747
 
4748
  #: includes/trust-badge/class-cr-verified-reviews.php:97
4749
  msgid ""
4750
+ "CusRev.com page activation error: '%s' is already in use. Please enter a "
4751
  "different page name."
4752
  msgstr ""
4753
 
4754
  #: includes/trust-badge/class-cr-verified-reviews.php:100
4755
  msgid ""
4756
+ "CusRev.com page activation error: page URL contains unsupported symbols. "
4757
+ "Only latin characters (a-z), numbers (0-9), and . symbol are allowed."
4758
  msgstr ""
4759
 
4760
  #: includes/trust-badge/class-cr-verified-reviews.php:103
4764
  msgstr ""
4765
 
4766
  #: includes/trust-badge/class-cr-verified-reviews.php:106
4767
+ msgid "CusRev.com page activation error #99."
4768
  msgstr ""
4769
 
4770
  #: includes/trust-badge/class-cr-verified-reviews.php:142
4771
+ msgid "CusRev.com page deactivation error #98. Please try again."
4772
  msgstr ""
4773
 
4774
  #: includes/trust-badge/class-cr-verified-reviews.php:149
4775
+ msgid "CusRev.com page has been successfully disabled."
4776
  msgstr ""
4777
 
4778
  #: includes/trust-badge/class-cr-verified-reviews.php:153
4779
  msgid ""
4780
+ "CusRev.com page deactivation error: the page is blocked, please contact "
4781
+ "CusRev support for assistance."
4782
  msgstr ""
4783
 
4784
  #: includes/trust-badge/class-cr-verified-reviews.php:157
4785
+ msgid "CusRev.com page deactivation error #99."
4786
  msgstr ""
4787
 
4788
  #: ivole.php:135
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-10-28T14:21:16+00:00\n"
10
  "PO-Revision-Date: 2018-11-03 13:07+0000\n"
11
  "Last-Translator: \n"
12
  "Language-Team: \n"
@@ -43,27 +43,27 @@ msgstr ""
43
  msgid "This reply was originally posted on CR portal"
44
  msgstr ""
45
 
46
- #: class-ivole.php:150
47
  msgid "View CusRev documentation"
48
  msgstr ""
49
 
50
- #: class-ivole.php:150
51
  msgid "Docs"
52
  msgstr ""
53
 
54
- #: class-ivole.php:151
55
  msgid "Visit community forums"
56
  msgstr ""
57
 
58
- #: class-ivole.php:151
59
  msgid "Community support"
60
  msgstr ""
61
 
62
- #: class-ivole.php:161
63
  msgid "View Customer Reviews settings"
64
  msgstr ""
65
 
66
- #: class-ivole.php:161 includes/settings/class-cr-admin-menu-settings.php:60
67
  #: includes/settings/class-cr-admin-menu-settings.php:61
68
  msgid "Settings"
69
  msgstr ""
@@ -243,7 +243,7 @@ msgstr ""
243
  msgid "Item 2 Test"
244
  msgstr ""
245
 
246
- #: includes/emails/class-cr-email-func.php:263
247
  #: includes/reviews/class-cr-reviews-list-table.php:410
248
  msgid "Review"
249
  msgstr ""
@@ -380,7 +380,7 @@ msgstr ""
380
  #: includes/reviews/class-cr-admin-menu-reviews.php:59
381
  #: includes/reviews/class-cr-admin-menu-reviews.php:60
382
  #: includes/settings/class-cr-admin-menu-settings.php:143
383
- #: includes/settings/class-cr-settings-trust-badges.php:336
384
  msgid "Reviews"
385
  msgstr ""
386
 
@@ -2505,6 +2505,49 @@ msgid ""
2505
  "settings</a>."
2506
  msgstr ""
2507
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2508
  #: includes/settings/class-cr-settings-discount-tiers.php:37
2509
  msgid ""
2510
  "The option is not available with the coupon type selected for this discount "
@@ -2606,7 +2649,7 @@ msgid "Specific roles"
2606
  msgstr ""
2607
 
2608
  #: includes/settings/class-cr-settings-discount-tiers.php:146
2609
- #: includes/settings/class-cr-settings-review-reminder.php:362
2610
  msgid "Roles"
2611
  msgstr ""
2612
 
@@ -2817,7 +2860,7 @@ msgid ""
2817
  msgstr ""
2818
 
2819
  #: includes/settings/class-cr-settings-email-template.php:286
2820
- msgid "\"Reply-To\" Address"
2821
  msgstr ""
2822
 
2823
  #: includes/settings/class-cr-settings-email-template.php:301
@@ -2962,69 +3005,69 @@ msgid ""
2962
  "test email."
2963
  msgstr ""
2964
 
2965
- #: includes/settings/class-cr-settings-email-template.php:533
2966
  msgid "Return to emails"
2967
  msgstr ""
2968
 
2969
- #: includes/settings/class-cr-settings-email-template.php:552
2970
  msgid "Email template"
2971
  msgstr ""
2972
 
2973
- #: includes/settings/class-cr-settings-email-template.php:560
2974
  msgid "Delete template file"
2975
  msgstr ""
2976
 
2977
  #. translators: %s: Path to template file
2978
- #: includes/settings/class-cr-settings-email-template.php:566
2979
  msgid ""
2980
  "This template has been overridden by your theme and can be found in: %s."
2981
  msgstr ""
2982
 
2983
- #: includes/settings/class-cr-settings-email-template.php:596
2984
  msgid "Copy file to theme"
2985
  msgstr ""
2986
 
2987
  #. translators: 1: Path to template file 2: Path to theme folder
2988
- #: includes/settings/class-cr-settings-email-template.php:602
2989
  msgid ""
2990
  "To override and edit this email template copy %1$s to your theme folder: "
2991
  "%2$s."
2992
  msgstr ""
2993
 
2994
- #: includes/settings/class-cr-settings-email-template.php:610
2995
  msgid "File was not found."
2996
  msgstr ""
2997
 
2998
- #: includes/settings/class-cr-settings-email-template.php:632
2999
  msgid "View template"
3000
  msgstr ""
3001
 
3002
- #: includes/settings/class-cr-settings-email-template.php:633
3003
  msgid "Hide template"
3004
  msgstr ""
3005
 
3006
- #: includes/settings/class-cr-settings-email-template.php:647
3007
  msgid "Are you sure you want to delete this template file?"
3008
  msgstr ""
3009
 
3010
- #: includes/settings/class-cr-settings-email-template.php:668
3011
- #: includes/settings/class-cr-settings-email-template.php:674
3012
  msgid "'Email Body' field cannot be empty"
3013
  msgstr ""
3014
 
3015
- #: includes/settings/class-cr-settings-email-template.php:688
3016
  msgid "Action failed. Please refresh the page and retry."
3017
  msgstr ""
3018
 
3019
- #: includes/settings/class-cr-settings-email-template.php:692
3020
  msgid "You don&#8217;t have permission to do this."
3021
  msgstr ""
3022
 
3023
- #: includes/settings/class-cr-settings-email-template.php:714
3024
  msgid "Template file copied to theme."
3025
  msgstr ""
3026
 
3027
- #: includes/settings/class-cr-settings-email-template.php:726
3028
  msgid "Template file deleted from theme."
3029
  msgstr ""
3030
 
@@ -3032,11 +3075,11 @@ msgstr ""
3032
  msgid "Emails"
3033
  msgstr ""
3034
 
3035
- #: includes/settings/class-cr-settings-emails.php:69
3036
  msgid "Email Templates"
3037
  msgstr ""
3038
 
3039
- #: includes/settings/class-cr-settings-emails.php:71
3040
  msgid ""
3041
  "Adjust templates of the emails that will be sent to customers. If you enable "
3042
  "<b>advanced</b> email templates in your account on the %1$sCusRev website"
@@ -3044,15 +3087,15 @@ msgid ""
3044
  "below."
3045
  msgstr ""
3046
 
3047
- #: includes/settings/class-cr-settings-emails.php:102
3048
  msgid "Email"
3049
  msgstr ""
3050
 
3051
- #: includes/settings/class-cr-settings-emails.php:103
3052
  msgid "Subject"
3053
  msgstr ""
3054
 
3055
- #: includes/settings/class-cr-settings-emails.php:104
3056
  msgid "From"
3057
  msgstr ""
3058
 
@@ -3198,7 +3241,7 @@ msgid "Reply-To Address"
3198
  msgstr ""
3199
 
3200
  #: includes/settings/class-cr-settings-review-discount.php:109
3201
- #: includes/settings/class-cr-settings-review-reminder.php:480
3202
  msgid "Email Template"
3203
  msgstr ""
3204
 
@@ -3459,11 +3502,11 @@ msgstr ""
3459
  #: includes/settings/class-cr-settings-review-reminder.php:89
3460
  #: includes/settings/class-cr-settings-review-reminder.php:94
3461
  #: includes/settings/class-cr-settings-review-reminder.php:99
3462
- #: includes/settings/class-cr-settings-review-reminder.php:931
3463
- #: includes/settings/class-cr-settings-review-reminder.php:932
3464
- #: includes/settings/class-cr-settings-review-reminder.php:933
3465
- #: includes/settings/class-cr-settings-review-reminder.php:934
3466
- #: includes/settings/class-cr-settings-review-reminder.php:935
3467
  msgid "Checking license..."
3468
  msgstr ""
3469
 
@@ -3738,83 +3781,83 @@ msgid ""
3738
  "in this field."
3739
  msgstr ""
3740
 
3741
- #: includes/settings/class-cr-settings-review-reminder.php:314
3742
  msgid "Order Status"
3743
  msgstr ""
3744
 
3745
- #: includes/settings/class-cr-settings-review-reminder.php:316
3746
  msgid ""
3747
  "Review reminders will be sent N days after this order status. It is "
3748
  "recommended to use 'Completed' status."
3749
  msgstr ""
3750
 
3751
- #: includes/settings/class-cr-settings-review-reminder.php:325
3752
  msgid "Enable for"
3753
  msgstr ""
3754
 
3755
- #: includes/settings/class-cr-settings-review-reminder.php:327
3756
  msgid ""
3757
  "Define if reminders will be send for all or only specific categories of "
3758
  "products."
3759
  msgstr ""
3760
 
3761
- #: includes/settings/class-cr-settings-review-reminder.php:334
3762
  msgid "All Categories"
3763
  msgstr ""
3764
 
3765
- #: includes/settings/class-cr-settings-review-reminder.php:335
3766
  msgid "Specific Categories"
3767
  msgstr ""
3768
 
3769
- #: includes/settings/class-cr-settings-review-reminder.php:339
3770
  msgid "Categories"
3771
  msgstr ""
3772
 
3773
- #: includes/settings/class-cr-settings-review-reminder.php:341
3774
  msgid ""
3775
  "If reminders are enabled only for specific categories of products, this "
3776
  "field enables you to choose these categories."
3777
  msgstr ""
3778
 
3779
- #: includes/settings/class-cr-settings-review-reminder.php:348
3780
  msgid "Enable for Roles"
3781
  msgstr ""
3782
 
3783
- #: includes/settings/class-cr-settings-review-reminder.php:350
3784
  msgid ""
3785
  "Define if reminders will be send for all or only specific roles of users."
3786
  msgstr ""
3787
 
3788
- #: includes/settings/class-cr-settings-review-reminder.php:357
3789
  msgid "All Roles"
3790
  msgstr ""
3791
 
3792
- #: includes/settings/class-cr-settings-review-reminder.php:358
3793
  msgid "Specific Roles"
3794
  msgstr ""
3795
 
3796
- #: includes/settings/class-cr-settings-review-reminder.php:364
3797
  msgid ""
3798
  "If reminders are enabled only for specific user roles, this field enables "
3799
  "you to choose these roles."
3800
  msgstr ""
3801
 
3802
- #: includes/settings/class-cr-settings-review-reminder.php:371
3803
  msgid "Enable for Guests"
3804
  msgstr ""
3805
 
3806
- #: includes/settings/class-cr-settings-review-reminder.php:372
3807
  msgid ""
3808
  "Enable sending of review reminders to customers who place orders without an "
3809
  "account (guest checkout). It is recommended to enable this checkbox, if you "
3810
  "allow customers to place orders without creating an account on your site."
3811
  msgstr ""
3812
 
3813
- #: includes/settings/class-cr-settings-review-reminder.php:378
3814
  msgid "Reminders Scheduler"
3815
  msgstr ""
3816
 
3817
- #: includes/settings/class-cr-settings-review-reminder.php:380
3818
  msgid ""
3819
  "Define which scheduler the plugin will use to schedule automatic review "
3820
  "reminders. The default option is to use WordPress Cron (WP-Cron) for "
@@ -3823,53 +3866,53 @@ msgid ""
3823
  "CR Cron is an external service that requires a license key (free or pro)."
3824
  msgstr ""
3825
 
3826
- #: includes/settings/class-cr-settings-review-reminder.php:389
3827
  msgid "Enable Manual Reminders"
3828
  msgstr ""
3829
 
3830
- #: includes/settings/class-cr-settings-review-reminder.php:390
3831
  msgid ""
3832
  "Enable manual sending of follow-up emails with a reminder to submit a "
3833
  "review. Manual reminders can be sent for completed orders from %1$sOrders"
3834
  "%2$s page after enabling this option."
3835
  msgstr ""
3836
 
3837
- #: includes/settings/class-cr-settings-review-reminder.php:396
3838
  msgid "Limit Number of Reminders"
3839
  msgstr ""
3840
 
3841
- #: includes/settings/class-cr-settings-review-reminder.php:397
3842
  msgid ""
3843
  "Enable this checkbox to make sure that no more than one review reminder is "
3844
  "sent for each order."
3845
  msgstr ""
3846
 
3847
- #: includes/settings/class-cr-settings-review-reminder.php:403
3848
  msgid "Customer Consent"
3849
  msgstr ""
3850
 
3851
- #: includes/settings/class-cr-settings-review-reminder.php:404
3852
  msgid ""
3853
  "If this option is enabled, customers will be asked to tick a checkbox on the "
3854
  "checkout page to indicate that they would like to receive an invitation to "
3855
  "review their order."
3856
  msgstr ""
3857
 
3858
- #: includes/settings/class-cr-settings-review-reminder.php:410
3859
  msgid "Customer Consent Text"
3860
  msgstr ""
3861
 
3862
- #: includes/settings/class-cr-settings-review-reminder.php:411
3863
  msgid ""
3864
  "Text of the message shown to customers next to the consent checkbox on the "
3865
  "checkout page."
3866
  msgstr ""
3867
 
3868
- #: includes/settings/class-cr-settings-review-reminder.php:420
3869
  msgid "Registered Customers"
3870
  msgstr ""
3871
 
3872
- #: includes/settings/class-cr-settings-review-reminder.php:421
3873
  msgid ""
3874
  "By default, review reminders are sent to billing emails provided by "
3875
  "customers during checkout. If you enable this option, the plugin will check "
@@ -3878,51 +3921,51 @@ msgid ""
3878
  "this option disabled."
3879
  msgstr ""
3880
 
3881
- #: includes/settings/class-cr-settings-review-reminder.php:427
3882
  msgid "Moderation of Reviews"
3883
  msgstr ""
3884
 
3885
- #: includes/settings/class-cr-settings-review-reminder.php:428
3886
  msgid ""
3887
  "Enable manual moderation of reviews submitted by your verified customers. "
3888
  "This setting applies only to reviews submitted in response to reminders sent "
3889
  "by this plugin."
3890
  msgstr ""
3891
 
3892
- #: includes/settings/class-cr-settings-review-reminder.php:434
3893
  msgid "Exclude Free Products"
3894
  msgstr ""
3895
 
3896
- #: includes/settings/class-cr-settings-review-reminder.php:435
3897
  msgid "Enable this checkbox to exclude free products from review invitations."
3898
  msgstr ""
3899
 
3900
- #: includes/settings/class-cr-settings-review-reminder.php:441
3901
  msgid "Shop Name"
3902
  msgstr ""
3903
 
3904
- #: includes/settings/class-cr-settings-review-reminder.php:443
3905
  msgid ""
3906
  "Specify your shop name that will be used in emails and review forms "
3907
  "generated by this plugin."
3908
  msgstr ""
3909
 
3910
- #: includes/settings/class-cr-settings-review-reminder.php:458
3911
- #: includes/settings/class-cr-settings-review-reminder.php:464
3912
  msgid "Language"
3913
  msgstr ""
3914
 
3915
- #: includes/settings/class-cr-settings-review-reminder.php:466
3916
  msgid "Choose one of the available languages."
3917
  msgstr ""
3918
 
3919
- #: includes/settings/class-cr-settings-review-reminder.php:482
3920
  msgid ""
3921
  "The email template of review reminders can be configured on the <a href=\"%s"
3922
  "\">Emails</a> tab."
3923
  msgstr ""
3924
 
3925
- #: includes/settings/class-cr-settings-review-reminder.php:490
3926
  msgid ""
3927
  "Adjust template of the aggregated review forms that will be created and sent "
3928
  "to customers by CusRev. Modifications will be applied to the next review "
@@ -3931,55 +3974,55 @@ msgid ""
3931
  "b> the settings below."
3932
  msgstr ""
3933
 
3934
- #: includes/settings/class-cr-settings-review-reminder.php:492
3935
  msgid ""
3936
  "Adjust template of the aggregated review forms that will be created and sent "
3937
  "to customers. Modifications will be applied to the next review form created "
3938
  "after saving settings."
3939
  msgstr ""
3940
 
3941
- #: includes/settings/class-cr-settings-review-reminder.php:495
3942
  msgid "Review Form Template"
3943
  msgstr ""
3944
 
3945
- #: includes/settings/class-cr-settings-review-reminder.php:501
3946
  msgid "Form Header"
3947
  msgstr ""
3948
 
3949
- #: includes/settings/class-cr-settings-review-reminder.php:503
3950
  msgid "Header of the review form that will be sent to customers."
3951
  msgstr ""
3952
 
3953
- #: includes/settings/class-cr-settings-review-reminder.php:510
3954
  msgid "Form Body"
3955
  msgstr ""
3956
 
3957
- #: includes/settings/class-cr-settings-review-reminder.php:512
3958
  msgid "Body of the review form that will be sent to customers."
3959
  msgstr ""
3960
 
3961
- #: includes/settings/class-cr-settings-review-reminder.php:520
3962
  msgid "Shop Rating"
3963
  msgstr ""
3964
 
3965
- #: includes/settings/class-cr-settings-review-reminder.php:524
3966
  msgid ""
3967
  "Enable this option if you would like to include a separate question for a "
3968
  "general shop review in addition to questions for product reviews."
3969
  msgstr ""
3970
 
3971
- #: includes/settings/class-cr-settings-review-reminder.php:527
3972
  msgid "Comment Required"
3973
  msgstr ""
3974
 
3975
- #: includes/settings/class-cr-settings-review-reminder.php:531
3976
  msgid ""
3977
  "Enable this option if you would like to make it mandatory for your customers "
3978
  "to write something in their review. This option applies only to aggregated "
3979
  "review forms."
3980
  msgstr ""
3981
 
3982
- #: includes/settings/class-cr-settings-review-reminder.php:534
3983
  msgid ""
3984
  "Enable attachment of pictures and videos on aggregated review forms. "
3985
  "Uploaded media files are initially stored on Amazon S3 and automatically "
@@ -3989,7 +4032,7 @@ msgid ""
3989
  "%2$s."
3990
  msgstr ""
3991
 
3992
- #: includes/settings/class-cr-settings-review-reminder.php:536
3993
  msgid ""
3994
  "Enable attachment of pictures and videos on local aggregated review forms. "
3995
  "This option applies only to aggregated review forms. If you would like to "
@@ -3997,72 +4040,72 @@ msgid ""
3997
  "pages, this can be done %1$shere%2$s."
3998
  msgstr ""
3999
 
4000
- #: includes/settings/class-cr-settings-review-reminder.php:539
4001
  msgid "Attach Media"
4002
  msgstr ""
4003
 
4004
- #: includes/settings/class-cr-settings-review-reminder.php:549
4005
  msgid "Rating Bar"
4006
  msgstr ""
4007
 
4008
- #: includes/settings/class-cr-settings-review-reminder.php:553
4009
  msgid "Visual style of rating bars on review forms."
4010
  msgstr ""
4011
 
4012
- #: includes/settings/class-cr-settings-review-reminder.php:555
4013
  msgid "Smiley and frowny faces"
4014
  msgstr ""
4015
 
4016
- #: includes/settings/class-cr-settings-review-reminder.php:556
4017
  #: blocks/src/reviews-grid/edit.js:234 js/blocks.js:946
4018
  msgid "Stars"
4019
  msgstr ""
4020
 
4021
- #: includes/settings/class-cr-settings-review-reminder.php:561
4022
  msgid "Geolocation"
4023
  msgstr ""
4024
 
4025
- #: includes/settings/class-cr-settings-review-reminder.php:565
4026
  msgid ""
4027
  "Enable geolocation on aggregated review forms. Customers will have an option "
4028
  "to indicate where they are from. For example, \"England, United Kingdom\"."
4029
  msgstr ""
4030
 
4031
- #: includes/settings/class-cr-settings-review-reminder.php:566
4032
  msgid "Automatic geolocation on review forms."
4033
  msgstr ""
4034
 
4035
- #: includes/settings/class-cr-settings-review-reminder.php:572
4036
  msgid "Form Color 1"
4037
  msgstr ""
4038
 
4039
- #: includes/settings/class-cr-settings-review-reminder.php:576
4040
  msgid "Background color for heading of the form and product names."
4041
  msgstr ""
4042
 
4043
- #: includes/settings/class-cr-settings-review-reminder.php:580
4044
  msgid "Form Color 2"
4045
  msgstr ""
4046
 
4047
- #: includes/settings/class-cr-settings-review-reminder.php:584
4048
  msgid "Text color for product names."
4049
  msgstr ""
4050
 
4051
- #: includes/settings/class-cr-settings-review-reminder.php:588
4052
  msgid "Form Color 3"
4053
  msgstr ""
4054
 
4055
- #: includes/settings/class-cr-settings-review-reminder.php:592
4056
  msgid "Color of control elements (buttons, rating bars)."
4057
  msgstr ""
4058
 
4059
- #: includes/settings/class-cr-settings-review-reminder.php:948
4060
  msgid ""
4061
  "While editing the footer text please make sure to keep the unsubscribe link "
4062
  "markup:"
4063
  msgstr ""
4064
 
4065
- #: includes/settings/class-cr-settings-review-reminder.php:1017
4066
  msgid ""
4067
  "<strong>CR Cron could not be enabled because no license key was entered. A "
4068
  "license key (free or pro) is required to use CR Cron.</strong>"
@@ -4416,200 +4459,171 @@ msgid ""
4416
  "you should specify it here."
4417
  msgstr ""
4418
 
4419
- #: includes/settings/class-cr-settings-trust-badges.php:50
4420
  #: includes/settings/class-cr-settings-trust-badges.php:83
4421
- #: includes/settings/class-cr-settings-trust-badges.php:89
4422
  msgid "Trust Badges"
4423
  msgstr ""
4424
 
4425
- #: includes/settings/class-cr-settings-trust-badges.php:85
4426
  msgid ""
4427
- "<p>Increase your store's conversion rate by placing a \"trust badge\" on the "
4428
  "home, checkout or any other page(s). Let customers feel more confident about "
4429
  "shopping on your site by featuring a trust badge that shows a summary of "
4430
- "verified customer reviews. Trust badges can be enabled using shortcodes or "
4431
- "blocks in the page editor (blocks require WordPress 5.0 or newer).</"
4432
- "p><p>Reviews are considered to be verified when they are collected via an "
4433
- "independent third-party website (www.cusrev.com) integrated with this "
4434
- "plugin. Reviews submitted directly on your site cannot be considered as "
4435
- "verified. Each trust badge contains a nofollow link to a dedicated page at "
4436
- "<b>www.cusrev.com</b> with all verified reviews for your store. You can "
4437
- "configure URL of the page with verified reviews for your store below.</p>"
4438
- msgstr ""
4439
-
4440
- #: includes/settings/class-cr-settings-trust-badges.php:90
4441
- msgid ""
4442
- "Enable this option to display trust badges and additional %1$s icons for "
4443
- "individual reviews on product pages in your store. Each %2$s icon will "
4444
- "contain a nofollow link to a verified copy of the review on <strong>www."
4445
- "cusrev.com</strong>."
4446
- msgstr ""
4447
-
4448
- #: includes/settings/class-cr-settings-trust-badges.php:97
4449
- msgid "Verified Reviews Page"
4450
- msgstr ""
4451
-
4452
- #: includes/settings/class-cr-settings-trust-badges.php:98
4453
- msgid ""
4454
- "Specify name of the page with verified reviews. This will be a base URL for "
4455
- "reviews related to your shop. You can use alphanumeric symbols and '.' in "
4456
- "the name of the page."
4457
  msgstr ""
4458
 
4459
- #: includes/settings/class-cr-settings-trust-badges.php:106
4460
- msgid "Age Restriction"
4461
- msgstr ""
4462
-
4463
- #: includes/settings/class-cr-settings-trust-badges.php:107
4464
  msgid ""
4465
- "Enable this option if your store sells age-restricted products (e.g., adult "
4466
- "content, alcohol, etc.)"
 
4467
  msgstr ""
4468
 
4469
- #: includes/settings/class-cr-settings-trust-badges.php:117
4470
  msgid "Small Light Badge"
4471
  msgstr ""
4472
 
4473
- #: includes/settings/class-cr-settings-trust-badges.php:119
4474
  msgid "Shortcode and preview of the small light trust badge."
4475
  msgstr ""
4476
 
4477
- #: includes/settings/class-cr-settings-trust-badges.php:125
4478
  msgid "Small Light Badge (with Store Rating)"
4479
  msgstr ""
4480
 
4481
- #: includes/settings/class-cr-settings-trust-badges.php:127
4482
  msgid "Shortcode and preview of the small light trust badge with store rating."
4483
  msgstr ""
4484
 
4485
- #: includes/settings/class-cr-settings-trust-badges.php:133
4486
  msgid "Small Dark Badge"
4487
  msgstr ""
4488
 
4489
- #: includes/settings/class-cr-settings-trust-badges.php:135
4490
  msgid "Shortcode and preview of the small dark trust badge."
4491
  msgstr ""
4492
 
4493
- #: includes/settings/class-cr-settings-trust-badges.php:141
4494
  msgid "Small Dark Badge (with Store Rating)"
4495
  msgstr ""
4496
 
4497
- #: includes/settings/class-cr-settings-trust-badges.php:143
4498
  msgid "Shortcode and preview of the small dark trust badge with store rating."
4499
  msgstr ""
4500
 
4501
- #: includes/settings/class-cr-settings-trust-badges.php:149
4502
  msgid "Wide Light Badge"
4503
  msgstr ""
4504
 
4505
- #: includes/settings/class-cr-settings-trust-badges.php:151
4506
  msgid ""
4507
  "Shortcode and preview of the wide light trust badge. The wide badge has a "
4508
  "version for small screens that will be automatically shown when a website is "
4509
  "viewed from phones."
4510
  msgstr ""
4511
 
4512
- #: includes/settings/class-cr-settings-trust-badges.php:157
4513
  msgid "Wide Light Badge (with Store Rating)"
4514
  msgstr ""
4515
 
4516
- #: includes/settings/class-cr-settings-trust-badges.php:159
4517
  msgid ""
4518
  "Shortcode and preview of the wide light trust badge with store rating. The "
4519
  "wide badge has a version for small screens that will be automatically shown "
4520
  "when a website is viewed from phones."
4521
  msgstr ""
4522
 
4523
- #: includes/settings/class-cr-settings-trust-badges.php:165
4524
  msgid "Wide Dark Badge"
4525
  msgstr ""
4526
 
4527
- #: includes/settings/class-cr-settings-trust-badges.php:167
4528
  msgid ""
4529
  "Shortcode and preview of the wide dark trust badge. The wide badge has a "
4530
  "version for small screens that will be automatically shown when a website is "
4531
  "viewed from phones."
4532
  msgstr ""
4533
 
4534
- #: includes/settings/class-cr-settings-trust-badges.php:173
4535
  msgid "Wide Dark Badge (with Store Rating)"
4536
  msgstr ""
4537
 
4538
- #: includes/settings/class-cr-settings-trust-badges.php:175
4539
  msgid ""
4540
  "Shortcode and preview of the wide dark trust badge with store rating. The "
4541
  "wide badge has a version for small screens that will be automatically shown "
4542
  "when a website is viewed from phones."
4543
  msgstr ""
4544
 
4545
- #: includes/settings/class-cr-settings-trust-badges.php:181
4546
  msgid "Compact Light Badge"
4547
  msgstr ""
4548
 
4549
- #: includes/settings/class-cr-settings-trust-badges.php:183
4550
  msgid "Shortcode and preview of the compact light trust badge."
4551
  msgstr ""
4552
 
4553
- #: includes/settings/class-cr-settings-trust-badges.php:189
4554
  msgid "Compact Dark Badge"
4555
  msgstr ""
4556
 
4557
- #: includes/settings/class-cr-settings-trust-badges.php:191
4558
  msgid "Shortcode and preview of the compact dark trust badge."
4559
  msgstr ""
4560
 
4561
- #: includes/settings/class-cr-settings-trust-badges.php:201
4562
  msgid "Floating Trust Badge"
4563
  msgstr ""
4564
 
4565
- #: includes/settings/class-cr-settings-trust-badges.php:203
4566
  msgid ""
4567
  "Settings to display a floating badge with a summary of verified reviews."
4568
  msgstr ""
4569
 
4570
- #: includes/settings/class-cr-settings-trust-badges.php:207
4571
  msgid "Floating Badge"
4572
  msgstr ""
4573
 
4574
- #: includes/settings/class-cr-settings-trust-badges.php:209
4575
  msgid ""
4576
  "Enable this checkbox to display a floating trust badge on public pages of "
4577
  "the website."
4578
  msgstr ""
4579
 
4580
- #: includes/settings/class-cr-settings-trust-badges.php:214
4581
  msgid "Floating Badge Style"
4582
  msgstr ""
4583
 
4584
- #: includes/settings/class-cr-settings-trust-badges.php:216
4585
  msgid "Choose one of the styles for the floating trust badge."
4586
  msgstr ""
4587
 
4588
- #: includes/settings/class-cr-settings-trust-badges.php:220 js/blocks.js:112
4589
  msgid "Light"
4590
  msgstr ""
4591
 
4592
- #: includes/settings/class-cr-settings-trust-badges.php:221 js/blocks.js:116
4593
  msgid "Dark"
4594
  msgstr ""
4595
 
4596
- #: includes/settings/class-cr-settings-trust-badges.php:226
4597
  msgid "Floating Badge Location"
4598
  msgstr ""
4599
 
4600
- #: includes/settings/class-cr-settings-trust-badges.php:228
4601
  msgid "Choose one of the locations for the floating trust badge."
4602
  msgstr ""
4603
 
4604
- #: includes/settings/class-cr-settings-trust-badges.php:232
4605
  msgid "Bottom right"
4606
  msgstr ""
4607
 
4608
- #: includes/settings/class-cr-settings-trust-badges.php:233
4609
  msgid "Bottom left"
4610
  msgstr ""
4611
 
4612
- #: includes/settings/class-cr-settings-trust-badges.php:318
4613
  msgid "color"
4614
  msgstr ""
4615
 
@@ -4680,75 +4694,83 @@ msgstr ""
4680
  msgid "Tags for Reviews"
4681
  msgstr ""
4682
 
4683
- #: includes/trust-badge/class-cr-trust-badge.php:201
4684
  msgid "Independently verified"
4685
  msgstr ""
4686
 
4687
- #: includes/trust-badge/class-cr-trust-badge.php:202
4688
  msgid "independently verified"
4689
  msgstr ""
4690
 
4691
- #: includes/trust-badge/class-cr-trust-badge.php:204
 
 
 
 
 
 
 
 
4692
  msgid "%s rating"
4693
  msgstr ""
4694
 
4695
- #: includes/trust-badge/class-cr-trust-badge.php:205
4696
  msgid "rating %s / 5"
4697
  msgstr ""
4698
 
4699
- #: includes/trust-badge/class-cr-trust-badge.php:206
4700
  msgid "%s store rating"
4701
  msgstr ""
4702
 
4703
- #: includes/trust-badge/class-cr-trust-badge.php:207
4704
  msgid "Store rating %s / 5"
4705
  msgstr ""
4706
 
4707
- #: includes/trust-badge/class-cr-trust-badge.php:208
4708
  msgid "store rating"
4709
  msgstr ""
4710
 
4711
- #: includes/trust-badge/class-cr-trust-badge.php:209
4712
  msgid "%s product rating"
4713
  msgstr ""
4714
 
4715
- #: includes/trust-badge/class-cr-trust-badge.php:210
4716
  msgid "Product rating %s / 5"
4717
  msgstr ""
4718
 
4719
- #: includes/trust-badge/class-cr-trust-badge.php:211
4720
  msgid "product rating"
4721
  msgstr ""
4722
 
4723
- #: includes/trust-badge/class-cr-trust-badge.php:212
4724
- #: includes/trust-badge/class-cr-trust-badge.php:213 templates/cr-rating.php:44
4725
  msgid "%s review"
4726
  msgid_plural "%s reviews"
4727
  msgstr[0] ""
4728
  msgstr[1] ""
4729
 
4730
  #: includes/trust-badge/class-cr-verified-reviews.php:58
4731
- msgid "Trust badges activation error: 'Verified Reviews Page' cannot be empty."
4732
  msgstr ""
4733
 
4734
  #: includes/trust-badge/class-cr-verified-reviews.php:89
4735
- msgid "Trust badges activation error #98. "
4736
  msgstr ""
4737
 
4738
  #: includes/trust-badge/class-cr-verified-reviews.php:94
4739
- msgid "Trust badges have been successfully activated."
4740
  msgstr ""
4741
 
4742
  #: includes/trust-badge/class-cr-verified-reviews.php:97
4743
  msgid ""
4744
- "Trust badges activation error: '%s' is already in use. Please enter a "
4745
  "different page name."
4746
  msgstr ""
4747
 
4748
  #: includes/trust-badge/class-cr-verified-reviews.php:100
4749
  msgid ""
4750
- "Trust badges activation error: page name contains unsupported symbols. Only "
4751
- "latin characters (a-z), numbers (0-9), and . symbol are allowed."
4752
  msgstr ""
4753
 
4754
  #: includes/trust-badge/class-cr-verified-reviews.php:103
@@ -4758,25 +4780,25 @@ msgid ""
4758
  msgstr ""
4759
 
4760
  #: includes/trust-badge/class-cr-verified-reviews.php:106
4761
- msgid "Trust badges activation error #99."
4762
  msgstr ""
4763
 
4764
  #: includes/trust-badge/class-cr-verified-reviews.php:142
4765
- msgid "Trust badges deactivation error #98. Please try again."
4766
  msgstr ""
4767
 
4768
  #: includes/trust-badge/class-cr-verified-reviews.php:149
4769
- msgid "Trust badges have been successfully deactivated."
4770
  msgstr ""
4771
 
4772
  #: includes/trust-badge/class-cr-verified-reviews.php:153
4773
  msgid ""
4774
- "Trust badges deactivation error: the page is blocked, please contact CusRev "
4775
- "support for assistance."
4776
  msgstr ""
4777
 
4778
  #: includes/trust-badge/class-cr-verified-reviews.php:157
4779
- msgid "Trust badges deactivation error #99."
4780
  msgstr ""
4781
 
4782
  #: ivole.php:135
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"
43
  msgid "This reply was originally posted on CR portal"
44
  msgstr ""
45
 
46
+ #: class-ivole.php:152
47
  msgid "View CusRev documentation"
48
  msgstr ""
49
 
50
+ #: class-ivole.php:152
51
  msgid "Docs"
52
  msgstr ""
53
 
54
+ #: class-ivole.php:153
55
  msgid "Visit community forums"
56
  msgstr ""
57
 
58
+ #: class-ivole.php:153
59
  msgid "Community support"
60
  msgstr ""
61
 
62
+ #: class-ivole.php:163
63
  msgid "View Customer Reviews settings"
64
  msgstr ""
65
 
66
+ #: class-ivole.php:163 includes/settings/class-cr-admin-menu-settings.php:60
67
  #: includes/settings/class-cr-admin-menu-settings.php:61
68
  msgid "Settings"
69
  msgstr ""
243
  msgid "Item 2 Test"
244
  msgstr ""
245
 
246
+ #: includes/emails/class-cr-email-func.php:264
247
  #: includes/reviews/class-cr-reviews-list-table.php:410
248
  msgid "Review"
249
  msgstr ""
380
  #: includes/reviews/class-cr-admin-menu-reviews.php:59
381
  #: includes/reviews/class-cr-admin-menu-reviews.php:60
382
  #: includes/settings/class-cr-admin-menu-settings.php:143
383
+ #: includes/settings/class-cr-settings-trust-badges.php:310
384
  msgid "Reviews"
385
  msgstr ""
386
 
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 "
2525
+ "%1$s icons for individual reviews on product pages of your store will be "
2526
+ "displayed. Each %2$s icon will contain a nofollow link to a verified copy of "
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.)"
2549
+ msgstr ""
2550
+
2551
  #: includes/settings/class-cr-settings-discount-tiers.php:37
2552
  msgid ""
2553
  "The option is not available with the coupon type selected for this discount "
2649
  msgstr ""
2650
 
2651
  #: includes/settings/class-cr-settings-discount-tiers.php:146
2652
+ #: includes/settings/class-cr-settings-review-reminder.php:367
2653
  msgid "Roles"
2654
  msgstr ""
2655
 
2860
  msgstr ""
2861
 
2862
  #: includes/settings/class-cr-settings-email-template.php:286
2863
+ msgid "\"Reply-To\" address"
2864
  msgstr ""
2865
 
2866
  #: includes/settings/class-cr-settings-email-template.php:301
3005
  "test email."
3006
  msgstr ""
3007
 
3008
+ #: includes/settings/class-cr-settings-email-template.php:536
3009
  msgid "Return to emails"
3010
  msgstr ""
3011
 
3012
+ #: includes/settings/class-cr-settings-email-template.php:559
3013
  msgid "Email template"
3014
  msgstr ""
3015
 
3016
+ #: includes/settings/class-cr-settings-email-template.php:567
3017
  msgid "Delete template file"
3018
  msgstr ""
3019
 
3020
  #. translators: %s: Path to template file
3021
+ #: includes/settings/class-cr-settings-email-template.php:573
3022
  msgid ""
3023
  "This template has been overridden by your theme and can be found in: %s."
3024
  msgstr ""
3025
 
3026
+ #: includes/settings/class-cr-settings-email-template.php:603
3027
  msgid "Copy file to theme"
3028
  msgstr ""
3029
 
3030
  #. translators: 1: Path to template file 2: Path to theme folder
3031
+ #: includes/settings/class-cr-settings-email-template.php:609
3032
  msgid ""
3033
  "To override and edit this email template copy %1$s to your theme folder: "
3034
  "%2$s."
3035
  msgstr ""
3036
 
3037
+ #: includes/settings/class-cr-settings-email-template.php:617
3038
  msgid "File was not found."
3039
  msgstr ""
3040
 
3041
+ #: includes/settings/class-cr-settings-email-template.php:639
3042
  msgid "View template"
3043
  msgstr ""
3044
 
3045
+ #: includes/settings/class-cr-settings-email-template.php:640
3046
  msgid "Hide template"
3047
  msgstr ""
3048
 
3049
+ #: includes/settings/class-cr-settings-email-template.php:654
3050
  msgid "Are you sure you want to delete this template file?"
3051
  msgstr ""
3052
 
3053
+ #: includes/settings/class-cr-settings-email-template.php:675
3054
+ #: includes/settings/class-cr-settings-email-template.php:681
3055
  msgid "'Email Body' field cannot be empty"
3056
  msgstr ""
3057
 
3058
+ #: includes/settings/class-cr-settings-email-template.php:695
3059
  msgid "Action failed. Please refresh the page and retry."
3060
  msgstr ""
3061
 
3062
+ #: includes/settings/class-cr-settings-email-template.php:699
3063
  msgid "You don&#8217;t have permission to do this."
3064
  msgstr ""
3065
 
3066
+ #: includes/settings/class-cr-settings-email-template.php:721
3067
  msgid "Template file copied to theme."
3068
  msgstr ""
3069
 
3070
+ #: includes/settings/class-cr-settings-email-template.php:733
3071
  msgid "Template file deleted from theme."
3072
  msgstr ""
3073
 
3075
  msgid "Emails"
3076
  msgstr ""
3077
 
3078
+ #: includes/settings/class-cr-settings-emails.php:76
3079
  msgid "Email Templates"
3080
  msgstr ""
3081
 
3082
+ #: includes/settings/class-cr-settings-emails.php:78
3083
  msgid ""
3084
  "Adjust templates of the emails that will be sent to customers. If you enable "
3085
  "<b>advanced</b> email templates in your account on the %1$sCusRev website"
3087
  "below."
3088
  msgstr ""
3089
 
3090
+ #: includes/settings/class-cr-settings-emails.php:109
3091
  msgid "Email"
3092
  msgstr ""
3093
 
3094
+ #: includes/settings/class-cr-settings-emails.php:110
3095
  msgid "Subject"
3096
  msgstr ""
3097
 
3098
+ #: includes/settings/class-cr-settings-emails.php:111
3099
  msgid "From"
3100
  msgstr ""
3101
 
3241
  msgstr ""
3242
 
3243
  #: includes/settings/class-cr-settings-review-discount.php:109
3244
+ #: includes/settings/class-cr-settings-review-reminder.php:494
3245
  msgid "Email Template"
3246
  msgstr ""
3247
 
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
3505
+ #: includes/settings/class-cr-settings-review-reminder.php:945
3506
+ #: includes/settings/class-cr-settings-review-reminder.php:946
3507
+ #: includes/settings/class-cr-settings-review-reminder.php:947
3508
+ #: includes/settings/class-cr-settings-review-reminder.php:948
3509
+ #: includes/settings/class-cr-settings-review-reminder.php:949
3510
  msgid "Checking license..."
3511
  msgstr ""
3512
 
3781
  "in this field."
3782
  msgstr ""
3783
 
3784
+ #: includes/settings/class-cr-settings-review-reminder.php:315
3785
  msgid "Order Status"
3786
  msgstr ""
3787
 
3788
+ #: includes/settings/class-cr-settings-review-reminder.php:317
3789
  msgid ""
3790
  "Review reminders will be sent N days after this order status. It is "
3791
  "recommended to use 'Completed' status."
3792
  msgstr ""
3793
 
3794
+ #: includes/settings/class-cr-settings-review-reminder.php:327
3795
  msgid "Enable for"
3796
  msgstr ""
3797
 
3798
+ #: includes/settings/class-cr-settings-review-reminder.php:329
3799
  msgid ""
3800
  "Define if reminders will be send for all or only specific categories of "
3801
  "products."
3802
  msgstr ""
3803
 
3804
+ #: includes/settings/class-cr-settings-review-reminder.php:336
3805
  msgid "All Categories"
3806
  msgstr ""
3807
 
3808
+ #: includes/settings/class-cr-settings-review-reminder.php:337
3809
  msgid "Specific Categories"
3810
  msgstr ""
3811
 
3812
+ #: includes/settings/class-cr-settings-review-reminder.php:342
3813
  msgid "Categories"
3814
  msgstr ""
3815
 
3816
+ #: includes/settings/class-cr-settings-review-reminder.php:344
3817
  msgid ""
3818
  "If reminders are enabled only for specific categories of products, this "
3819
  "field enables you to choose these categories."
3820
  msgstr ""
3821
 
3822
+ #: includes/settings/class-cr-settings-review-reminder.php:352
3823
  msgid "Enable for Roles"
3824
  msgstr ""
3825
 
3826
+ #: includes/settings/class-cr-settings-review-reminder.php:354
3827
  msgid ""
3828
  "Define if reminders will be send for all or only specific roles of users."
3829
  msgstr ""
3830
 
3831
+ #: includes/settings/class-cr-settings-review-reminder.php:361
3832
  msgid "All Roles"
3833
  msgstr ""
3834
 
3835
+ #: includes/settings/class-cr-settings-review-reminder.php:362
3836
  msgid "Specific Roles"
3837
  msgstr ""
3838
 
3839
+ #: includes/settings/class-cr-settings-review-reminder.php:369
3840
  msgid ""
3841
  "If reminders are enabled only for specific user roles, this field enables "
3842
  "you to choose these roles."
3843
  msgstr ""
3844
 
3845
+ #: includes/settings/class-cr-settings-review-reminder.php:377
3846
  msgid "Enable for Guests"
3847
  msgstr ""
3848
 
3849
+ #: includes/settings/class-cr-settings-review-reminder.php:378
3850
  msgid ""
3851
  "Enable sending of review reminders to customers who place orders without an "
3852
  "account (guest checkout). It is recommended to enable this checkbox, if you "
3853
  "allow customers to place orders without creating an account on your site."
3854
  msgstr ""
3855
 
3856
+ #: includes/settings/class-cr-settings-review-reminder.php:385
3857
  msgid "Reminders Scheduler"
3858
  msgstr ""
3859
 
3860
+ #: includes/settings/class-cr-settings-review-reminder.php:387
3861
  msgid ""
3862
  "Define which scheduler the plugin will use to schedule automatic review "
3863
  "reminders. The default option is to use WordPress Cron (WP-Cron) for "
3866
  "CR Cron is an external service that requires a license key (free or pro)."
3867
  msgstr ""
3868
 
3869
+ #: includes/settings/class-cr-settings-review-reminder.php:397
3870
  msgid "Enable Manual Reminders"
3871
  msgstr ""
3872
 
3873
+ #: includes/settings/class-cr-settings-review-reminder.php:398
3874
  msgid ""
3875
  "Enable manual sending of follow-up emails with a reminder to submit a "
3876
  "review. Manual reminders can be sent for completed orders from %1$sOrders"
3877
  "%2$s page after enabling this option."
3878
  msgstr ""
3879
 
3880
+ #: includes/settings/class-cr-settings-review-reminder.php:405
3881
  msgid "Limit Number of Reminders"
3882
  msgstr ""
3883
 
3884
+ #: includes/settings/class-cr-settings-review-reminder.php:406
3885
  msgid ""
3886
  "Enable this checkbox to make sure that no more than one review reminder is "
3887
  "sent for each order."
3888
  msgstr ""
3889
 
3890
+ #: includes/settings/class-cr-settings-review-reminder.php:413
3891
  msgid "Customer Consent"
3892
  msgstr ""
3893
 
3894
+ #: includes/settings/class-cr-settings-review-reminder.php:414
3895
  msgid ""
3896
  "If this option is enabled, customers will be asked to tick a checkbox on the "
3897
  "checkout page to indicate that they would like to receive an invitation to "
3898
  "review their order."
3899
  msgstr ""
3900
 
3901
+ #: includes/settings/class-cr-settings-review-reminder.php:420
3902
  msgid "Customer Consent Text"
3903
  msgstr ""
3904
 
3905
+ #: includes/settings/class-cr-settings-review-reminder.php:421
3906
  msgid ""
3907
  "Text of the message shown to customers next to the consent checkbox on the "
3908
  "checkout page."
3909
  msgstr ""
3910
 
3911
+ #: includes/settings/class-cr-settings-review-reminder.php:430
3912
  msgid "Registered Customers"
3913
  msgstr ""
3914
 
3915
+ #: includes/settings/class-cr-settings-review-reminder.php:431
3916
  msgid ""
3917
  "By default, review reminders are sent to billing emails provided by "
3918
  "customers during checkout. If you enable this option, the plugin will check "
3921
  "this option disabled."
3922
  msgstr ""
3923
 
3924
+ #: includes/settings/class-cr-settings-review-reminder.php:438
3925
  msgid "Moderation of Reviews"
3926
  msgstr ""
3927
 
3928
+ #: includes/settings/class-cr-settings-review-reminder.php:439
3929
  msgid ""
3930
  "Enable manual moderation of reviews submitted by your verified customers. "
3931
  "This setting applies only to reviews submitted in response to reminders sent "
3932
  "by this plugin."
3933
  msgstr ""
3934
 
3935
+ #: includes/settings/class-cr-settings-review-reminder.php:446
3936
  msgid "Exclude Free Products"
3937
  msgstr ""
3938
 
3939
+ #: includes/settings/class-cr-settings-review-reminder.php:447
3940
  msgid "Enable this checkbox to exclude free products from review invitations."
3941
  msgstr ""
3942
 
3943
+ #: includes/settings/class-cr-settings-review-reminder.php:454
3944
  msgid "Shop Name"
3945
  msgstr ""
3946
 
3947
+ #: includes/settings/class-cr-settings-review-reminder.php:456
3948
  msgid ""
3949
  "Specify your shop name that will be used in emails and review forms "
3950
  "generated by this plugin."
3951
  msgstr ""
3952
 
3953
+ #: includes/settings/class-cr-settings-review-reminder.php:471
3954
+ #: includes/settings/class-cr-settings-review-reminder.php:477
3955
  msgid "Language"
3956
  msgstr ""
3957
 
3958
+ #: includes/settings/class-cr-settings-review-reminder.php:479
3959
  msgid "Choose one of the available languages."
3960
  msgstr ""
3961
 
3962
+ #: includes/settings/class-cr-settings-review-reminder.php:496
3963
  msgid ""
3964
  "The email template of review reminders can be configured on the <a href=\"%s"
3965
  "\">Emails</a> tab."
3966
  msgstr ""
3967
 
3968
+ #: includes/settings/class-cr-settings-review-reminder.php:504
3969
  msgid ""
3970
  "Adjust template of the aggregated review forms that will be created and sent "
3971
  "to customers by CusRev. Modifications will be applied to the next review "
3974
  "b> the settings below."
3975
  msgstr ""
3976
 
3977
+ #: includes/settings/class-cr-settings-review-reminder.php:506
3978
  msgid ""
3979
  "Adjust template of the aggregated review forms that will be created and sent "
3980
  "to customers. Modifications will be applied to the next review form created "
3981
  "after saving settings."
3982
  msgstr ""
3983
 
3984
+ #: includes/settings/class-cr-settings-review-reminder.php:509
3985
  msgid "Review Form Template"
3986
  msgstr ""
3987
 
3988
+ #: includes/settings/class-cr-settings-review-reminder.php:515
3989
  msgid "Form Header"
3990
  msgstr ""
3991
 
3992
+ #: includes/settings/class-cr-settings-review-reminder.php:517
3993
  msgid "Header of the review form that will be sent to customers."
3994
  msgstr ""
3995
 
3996
+ #: includes/settings/class-cr-settings-review-reminder.php:524
3997
  msgid "Form Body"
3998
  msgstr ""
3999
 
4000
+ #: includes/settings/class-cr-settings-review-reminder.php:526
4001
  msgid "Body of the review form that will be sent to customers."
4002
  msgstr ""
4003
 
4004
+ #: includes/settings/class-cr-settings-review-reminder.php:534
4005
  msgid "Shop Rating"
4006
  msgstr ""
4007
 
4008
+ #: includes/settings/class-cr-settings-review-reminder.php:538
4009
  msgid ""
4010
  "Enable this option if you would like to include a separate question for a "
4011
  "general shop review in addition to questions for product reviews."
4012
  msgstr ""
4013
 
4014
+ #: includes/settings/class-cr-settings-review-reminder.php:541
4015
  msgid "Comment Required"
4016
  msgstr ""
4017
 
4018
+ #: includes/settings/class-cr-settings-review-reminder.php:545
4019
  msgid ""
4020
  "Enable this option if you would like to make it mandatory for your customers "
4021
  "to write something in their review. This option applies only to aggregated "
4022
  "review forms."
4023
  msgstr ""
4024
 
4025
+ #: includes/settings/class-cr-settings-review-reminder.php:548
4026
  msgid ""
4027
  "Enable attachment of pictures and videos on aggregated review forms. "
4028
  "Uploaded media files are initially stored on Amazon S3 and automatically "
4032
  "%2$s."
4033
  msgstr ""
4034
 
4035
+ #: includes/settings/class-cr-settings-review-reminder.php:550
4036
  msgid ""
4037
  "Enable attachment of pictures and videos on local aggregated review forms. "
4038
  "This option applies only to aggregated review forms. If you would like to "
4040
  "pages, this can be done %1$shere%2$s."
4041
  msgstr ""
4042
 
4043
+ #: includes/settings/class-cr-settings-review-reminder.php:553
4044
  msgid "Attach Media"
4045
  msgstr ""
4046
 
4047
+ #: includes/settings/class-cr-settings-review-reminder.php:563
4048
  msgid "Rating Bar"
4049
  msgstr ""
4050
 
4051
+ #: includes/settings/class-cr-settings-review-reminder.php:567
4052
  msgid "Visual style of rating bars on review forms."
4053
  msgstr ""
4054
 
4055
+ #: includes/settings/class-cr-settings-review-reminder.php:569
4056
  msgid "Smiley and frowny faces"
4057
  msgstr ""
4058
 
4059
+ #: includes/settings/class-cr-settings-review-reminder.php:570
4060
  #: blocks/src/reviews-grid/edit.js:234 js/blocks.js:946
4061
  msgid "Stars"
4062
  msgstr ""
4063
 
4064
+ #: includes/settings/class-cr-settings-review-reminder.php:575
4065
  msgid "Geolocation"
4066
  msgstr ""
4067
 
4068
+ #: includes/settings/class-cr-settings-review-reminder.php:579
4069
  msgid ""
4070
  "Enable geolocation on aggregated review forms. Customers will have an option "
4071
  "to indicate where they are from. For example, \"England, United Kingdom\"."
4072
  msgstr ""
4073
 
4074
+ #: includes/settings/class-cr-settings-review-reminder.php:580
4075
  msgid "Automatic geolocation on review forms."
4076
  msgstr ""
4077
 
4078
+ #: includes/settings/class-cr-settings-review-reminder.php:586
4079
  msgid "Form Color 1"
4080
  msgstr ""
4081
 
4082
+ #: includes/settings/class-cr-settings-review-reminder.php:590
4083
  msgid "Background color for heading of the form and product names."
4084
  msgstr ""
4085
 
4086
+ #: includes/settings/class-cr-settings-review-reminder.php:594
4087
  msgid "Form Color 2"
4088
  msgstr ""
4089
 
4090
+ #: includes/settings/class-cr-settings-review-reminder.php:598
4091
  msgid "Text color for product names."
4092
  msgstr ""
4093
 
4094
+ #: includes/settings/class-cr-settings-review-reminder.php:602
4095
  msgid "Form Color 3"
4096
  msgstr ""
4097
 
4098
+ #: includes/settings/class-cr-settings-review-reminder.php:606
4099
  msgid "Color of control elements (buttons, rating bars)."
4100
  msgstr ""
4101
 
4102
+ #: includes/settings/class-cr-settings-review-reminder.php:962
4103
  msgid ""
4104
  "While editing the footer text please make sure to keep the unsubscribe link "
4105
  "markup:"
4106
  msgstr ""
4107
 
4108
+ #: includes/settings/class-cr-settings-review-reminder.php:1031
4109
  msgid ""
4110
  "<strong>CR Cron could not be enabled because no license key was entered. A "
4111
  "license key (free or pro) is required to use CR Cron.</strong>"
4459
  "you should specify it here."
4460
  msgstr ""
4461
 
4462
+ #: includes/settings/class-cr-settings-trust-badges.php:45
4463
  #: includes/settings/class-cr-settings-trust-badges.php:83
 
4464
  msgid "Trust Badges"
4465
  msgstr ""
4466
 
4467
+ #: includes/settings/class-cr-settings-trust-badges.php:86
4468
  msgid ""
4469
+ "Increase your store's conversion rate by placing a \"trust badge\" on the "
4470
  "home, checkout or any other page(s). Let customers feel more confident about "
4471
  "shopping on your site by featuring a trust badge that shows a summary of "
4472
+ "customer reviews. Trust badges can be enabled using shortcodes or blocks in "
4473
+ "the page editor (blocks require WordPress 5.0 or newer)."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4474
  msgstr ""
4475
 
4476
+ #: includes/settings/class-cr-settings-trust-badges.php:88
 
 
 
 
4477
  msgid ""
4478
+ "If you enable <a href=\"%1$s\">verification of reviews</a> and claim a <a "
4479
+ "href=\"%2$s\">dedicated page</a> at CusRev.com website, trust badges will "
4480
+ "include a nofollow link to your page there."
4481
  msgstr ""
4482
 
4483
+ #: includes/settings/class-cr-settings-trust-badges.php:93
4484
  msgid "Small Light Badge"
4485
  msgstr ""
4486
 
4487
+ #: includes/settings/class-cr-settings-trust-badges.php:95
4488
  msgid "Shortcode and preview of the small light trust badge."
4489
  msgstr ""
4490
 
4491
+ #: includes/settings/class-cr-settings-trust-badges.php:101
4492
  msgid "Small Light Badge (with Store Rating)"
4493
  msgstr ""
4494
 
4495
+ #: includes/settings/class-cr-settings-trust-badges.php:103
4496
  msgid "Shortcode and preview of the small light trust badge with store rating."
4497
  msgstr ""
4498
 
4499
+ #: includes/settings/class-cr-settings-trust-badges.php:109
4500
  msgid "Small Dark Badge"
4501
  msgstr ""
4502
 
4503
+ #: includes/settings/class-cr-settings-trust-badges.php:111
4504
  msgid "Shortcode and preview of the small dark trust badge."
4505
  msgstr ""
4506
 
4507
+ #: includes/settings/class-cr-settings-trust-badges.php:117
4508
  msgid "Small Dark Badge (with Store Rating)"
4509
  msgstr ""
4510
 
4511
+ #: includes/settings/class-cr-settings-trust-badges.php:119
4512
  msgid "Shortcode and preview of the small dark trust badge with store rating."
4513
  msgstr ""
4514
 
4515
+ #: includes/settings/class-cr-settings-trust-badges.php:125
4516
  msgid "Wide Light Badge"
4517
  msgstr ""
4518
 
4519
+ #: includes/settings/class-cr-settings-trust-badges.php:127
4520
  msgid ""
4521
  "Shortcode and preview of the wide light trust badge. The wide badge has a "
4522
  "version for small screens that will be automatically shown when a website is "
4523
  "viewed from phones."
4524
  msgstr ""
4525
 
4526
+ #: includes/settings/class-cr-settings-trust-badges.php:133
4527
  msgid "Wide Light Badge (with Store Rating)"
4528
  msgstr ""
4529
 
4530
+ #: includes/settings/class-cr-settings-trust-badges.php:135
4531
  msgid ""
4532
  "Shortcode and preview of the wide light trust badge with store rating. The "
4533
  "wide badge has a version for small screens that will be automatically shown "
4534
  "when a website is viewed from phones."
4535
  msgstr ""
4536
 
4537
+ #: includes/settings/class-cr-settings-trust-badges.php:141
4538
  msgid "Wide Dark Badge"
4539
  msgstr ""
4540
 
4541
+ #: includes/settings/class-cr-settings-trust-badges.php:143
4542
  msgid ""
4543
  "Shortcode and preview of the wide dark trust badge. The wide badge has a "
4544
  "version for small screens that will be automatically shown when a website is "
4545
  "viewed from phones."
4546
  msgstr ""
4547
 
4548
+ #: includes/settings/class-cr-settings-trust-badges.php:149
4549
  msgid "Wide Dark Badge (with Store Rating)"
4550
  msgstr ""
4551
 
4552
+ #: includes/settings/class-cr-settings-trust-badges.php:151
4553
  msgid ""
4554
  "Shortcode and preview of the wide dark trust badge with store rating. The "
4555
  "wide badge has a version for small screens that will be automatically shown "
4556
  "when a website is viewed from phones."
4557
  msgstr ""
4558
 
4559
+ #: includes/settings/class-cr-settings-trust-badges.php:157
4560
  msgid "Compact Light Badge"
4561
  msgstr ""
4562
 
4563
+ #: includes/settings/class-cr-settings-trust-badges.php:159
4564
  msgid "Shortcode and preview of the compact light trust badge."
4565
  msgstr ""
4566
 
4567
+ #: includes/settings/class-cr-settings-trust-badges.php:165
4568
  msgid "Compact Dark Badge"
4569
  msgstr ""
4570
 
4571
+ #: includes/settings/class-cr-settings-trust-badges.php:167
4572
  msgid "Shortcode and preview of the compact dark trust badge."
4573
  msgstr ""
4574
 
4575
+ #: includes/settings/class-cr-settings-trust-badges.php:177
4576
  msgid "Floating Trust Badge"
4577
  msgstr ""
4578
 
4579
+ #: includes/settings/class-cr-settings-trust-badges.php:179
4580
  msgid ""
4581
  "Settings to display a floating badge with a summary of verified reviews."
4582
  msgstr ""
4583
 
4584
+ #: includes/settings/class-cr-settings-trust-badges.php:183
4585
  msgid "Floating Badge"
4586
  msgstr ""
4587
 
4588
+ #: includes/settings/class-cr-settings-trust-badges.php:185
4589
  msgid ""
4590
  "Enable this checkbox to display a floating trust badge on public pages of "
4591
  "the website."
4592
  msgstr ""
4593
 
4594
+ #: includes/settings/class-cr-settings-trust-badges.php:190
4595
  msgid "Floating Badge Style"
4596
  msgstr ""
4597
 
4598
+ #: includes/settings/class-cr-settings-trust-badges.php:192
4599
  msgid "Choose one of the styles for the floating trust badge."
4600
  msgstr ""
4601
 
4602
+ #: includes/settings/class-cr-settings-trust-badges.php:196 js/blocks.js:112
4603
  msgid "Light"
4604
  msgstr ""
4605
 
4606
+ #: includes/settings/class-cr-settings-trust-badges.php:197 js/blocks.js:116
4607
  msgid "Dark"
4608
  msgstr ""
4609
 
4610
+ #: includes/settings/class-cr-settings-trust-badges.php:202
4611
  msgid "Floating Badge Location"
4612
  msgstr ""
4613
 
4614
+ #: includes/settings/class-cr-settings-trust-badges.php:204
4615
  msgid "Choose one of the locations for the floating trust badge."
4616
  msgstr ""
4617
 
4618
+ #: includes/settings/class-cr-settings-trust-badges.php:208
4619
  msgid "Bottom right"
4620
  msgstr ""
4621
 
4622
+ #: includes/settings/class-cr-settings-trust-badges.php:209
4623
  msgid "Bottom left"
4624
  msgstr ""
4625
 
4626
+ #: includes/settings/class-cr-settings-trust-badges.php:294
4627
  msgid "color"
4628
  msgstr ""
4629
 
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] ""
4750
  msgstr[1] ""
4751
 
4752
  #: includes/trust-badge/class-cr-verified-reviews.php:58
4753
+ msgid "CusRev.com page activation error: 'Page URL' cannot be empty."
4754
  msgstr ""
4755
 
4756
  #: includes/trust-badge/class-cr-verified-reviews.php:89
4757
+ msgid "CusRev.com page activation error #98. "
4758
  msgstr ""
4759
 
4760
  #: includes/trust-badge/class-cr-verified-reviews.php:94
4761
+ msgid "CusRev.com page has been successfully enabled."
4762
  msgstr ""
4763
 
4764
  #: includes/trust-badge/class-cr-verified-reviews.php:97
4765
  msgid ""
4766
+ "CusRev.com page activation error: '%s' is already in use. Please enter a "
4767
  "different page name."
4768
  msgstr ""
4769
 
4770
  #: includes/trust-badge/class-cr-verified-reviews.php:100
4771
  msgid ""
4772
+ "CusRev.com page activation error: page URL contains unsupported symbols. "
4773
+ "Only latin characters (a-z), numbers (0-9), and . symbol are allowed."
4774
  msgstr ""
4775
 
4776
  #: includes/trust-badge/class-cr-verified-reviews.php:103
4780
  msgstr ""
4781
 
4782
  #: includes/trust-badge/class-cr-verified-reviews.php:106
4783
+ msgid "CusRev.com page activation error #99."
4784
  msgstr ""
4785
 
4786
  #: includes/trust-badge/class-cr-verified-reviews.php:142
4787
+ msgid "CusRev.com page deactivation error #98. Please try again."
4788
  msgstr ""
4789
 
4790
  #: includes/trust-badge/class-cr-verified-reviews.php:149
4791
+ msgid "CusRev.com page has been successfully disabled."
4792
  msgstr ""
4793
 
4794
  #: includes/trust-badge/class-cr-verified-reviews.php:153
4795
  msgid ""
4796
+ "CusRev.com page deactivation error: the page is blocked, please contact "
4797
+ "CusRev support for assistance."
4798
  msgstr ""
4799
 
4800
  #: includes/trust-badge/class-cr-verified-reviews.php:157
4801
+ msgid "CusRev.com page deactivation error #99."
4802
  msgstr ""
4803
 
4804
  #: ivole.php:135
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-10-28T14:21:16+00:00\n"
10
  "PO-Revision-Date: 2018-01-18 23:55+0000\n"
11
  "Last-Translator: \n"
12
  "Language-Team: \n"
@@ -43,27 +43,27 @@ msgstr ""
43
  msgid "This reply was originally posted on CR portal"
44
  msgstr ""
45
 
46
- #: class-ivole.php:150
47
  msgid "View CusRev documentation"
48
  msgstr ""
49
 
50
- #: class-ivole.php:150
51
  msgid "Docs"
52
  msgstr ""
53
 
54
- #: class-ivole.php:151
55
  msgid "Visit community forums"
56
  msgstr ""
57
 
58
- #: class-ivole.php:151
59
  msgid "Community support"
60
  msgstr ""
61
 
62
- #: class-ivole.php:161
63
  msgid "View Customer Reviews settings"
64
  msgstr ""
65
 
66
- #: class-ivole.php:161 includes/settings/class-cr-admin-menu-settings.php:60
67
  #: includes/settings/class-cr-admin-menu-settings.php:61
68
  msgid "Settings"
69
  msgstr ""
@@ -243,7 +243,7 @@ msgstr ""
243
  msgid "Item 2 Test"
244
  msgstr ""
245
 
246
- #: includes/emails/class-cr-email-func.php:263
247
  #: includes/reviews/class-cr-reviews-list-table.php:410
248
  msgid "Review"
249
  msgstr ""
@@ -380,7 +380,7 @@ msgstr ""
380
  #: includes/reviews/class-cr-admin-menu-reviews.php:59
381
  #: includes/reviews/class-cr-admin-menu-reviews.php:60
382
  #: includes/settings/class-cr-admin-menu-settings.php:143
383
- #: includes/settings/class-cr-settings-trust-badges.php:336
384
  msgid "Reviews"
385
  msgstr ""
386
 
@@ -2506,6 +2506,49 @@ msgid ""
2506
  "settings</a>."
2507
  msgstr ""
2508
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2509
  #: includes/settings/class-cr-settings-discount-tiers.php:37
2510
  msgid ""
2511
  "The option is not available with the coupon type selected for this discount "
@@ -2607,7 +2650,7 @@ msgid "Specific roles"
2607
  msgstr ""
2608
 
2609
  #: includes/settings/class-cr-settings-discount-tiers.php:146
2610
- #: includes/settings/class-cr-settings-review-reminder.php:362
2611
  msgid "Roles"
2612
  msgstr ""
2613
 
@@ -2818,7 +2861,7 @@ msgid ""
2818
  msgstr ""
2819
 
2820
  #: includes/settings/class-cr-settings-email-template.php:286
2821
- msgid "\"Reply-To\" Address"
2822
  msgstr ""
2823
 
2824
  #: includes/settings/class-cr-settings-email-template.php:301
@@ -2963,69 +3006,69 @@ msgid ""
2963
  "test email."
2964
  msgstr ""
2965
 
2966
- #: includes/settings/class-cr-settings-email-template.php:533
2967
  msgid "Return to emails"
2968
  msgstr ""
2969
 
2970
- #: includes/settings/class-cr-settings-email-template.php:552
2971
  msgid "Email template"
2972
  msgstr ""
2973
 
2974
- #: includes/settings/class-cr-settings-email-template.php:560
2975
  msgid "Delete template file"
2976
  msgstr ""
2977
 
2978
  #. translators: %s: Path to template file
2979
- #: includes/settings/class-cr-settings-email-template.php:566
2980
  msgid ""
2981
  "This template has been overridden by your theme and can be found in: %s."
2982
  msgstr ""
2983
 
2984
- #: includes/settings/class-cr-settings-email-template.php:596
2985
  msgid "Copy file to theme"
2986
  msgstr ""
2987
 
2988
  #. translators: 1: Path to template file 2: Path to theme folder
2989
- #: includes/settings/class-cr-settings-email-template.php:602
2990
  msgid ""
2991
  "To override and edit this email template copy %1$s to your theme folder: "
2992
  "%2$s."
2993
  msgstr ""
2994
 
2995
- #: includes/settings/class-cr-settings-email-template.php:610
2996
  msgid "File was not found."
2997
  msgstr ""
2998
 
2999
- #: includes/settings/class-cr-settings-email-template.php:632
3000
  msgid "View template"
3001
  msgstr ""
3002
 
3003
- #: includes/settings/class-cr-settings-email-template.php:633
3004
  msgid "Hide template"
3005
  msgstr ""
3006
 
3007
- #: includes/settings/class-cr-settings-email-template.php:647
3008
  msgid "Are you sure you want to delete this template file?"
3009
  msgstr ""
3010
 
3011
- #: includes/settings/class-cr-settings-email-template.php:668
3012
- #: includes/settings/class-cr-settings-email-template.php:674
3013
  msgid "'Email Body' field cannot be empty"
3014
  msgstr ""
3015
 
3016
- #: includes/settings/class-cr-settings-email-template.php:688
3017
  msgid "Action failed. Please refresh the page and retry."
3018
  msgstr ""
3019
 
3020
- #: includes/settings/class-cr-settings-email-template.php:692
3021
  msgid "You don&#8217;t have permission to do this."
3022
  msgstr ""
3023
 
3024
- #: includes/settings/class-cr-settings-email-template.php:714
3025
  msgid "Template file copied to theme."
3026
  msgstr ""
3027
 
3028
- #: includes/settings/class-cr-settings-email-template.php:726
3029
  msgid "Template file deleted from theme."
3030
  msgstr ""
3031
 
@@ -3033,11 +3076,11 @@ msgstr ""
3033
  msgid "Emails"
3034
  msgstr ""
3035
 
3036
- #: includes/settings/class-cr-settings-emails.php:69
3037
  msgid "Email Templates"
3038
  msgstr ""
3039
 
3040
- #: includes/settings/class-cr-settings-emails.php:71
3041
  msgid ""
3042
  "Adjust templates of the emails that will be sent to customers. If you enable "
3043
  "<b>advanced</b> email templates in your account on the %1$sCusRev website"
@@ -3045,15 +3088,15 @@ msgid ""
3045
  "below."
3046
  msgstr ""
3047
 
3048
- #: includes/settings/class-cr-settings-emails.php:102
3049
  msgid "Email"
3050
  msgstr ""
3051
 
3052
- #: includes/settings/class-cr-settings-emails.php:103
3053
  msgid "Subject"
3054
  msgstr ""
3055
 
3056
- #: includes/settings/class-cr-settings-emails.php:104
3057
  msgid "From"
3058
  msgstr ""
3059
 
@@ -3199,7 +3242,7 @@ msgid "Reply-To Address"
3199
  msgstr ""
3200
 
3201
  #: includes/settings/class-cr-settings-review-discount.php:109
3202
- #: includes/settings/class-cr-settings-review-reminder.php:480
3203
  msgid "Email Template"
3204
  msgstr ""
3205
 
@@ -3460,11 +3503,11 @@ msgstr ""
3460
  #: includes/settings/class-cr-settings-review-reminder.php:89
3461
  #: includes/settings/class-cr-settings-review-reminder.php:94
3462
  #: includes/settings/class-cr-settings-review-reminder.php:99
3463
- #: includes/settings/class-cr-settings-review-reminder.php:931
3464
- #: includes/settings/class-cr-settings-review-reminder.php:932
3465
- #: includes/settings/class-cr-settings-review-reminder.php:933
3466
- #: includes/settings/class-cr-settings-review-reminder.php:934
3467
- #: includes/settings/class-cr-settings-review-reminder.php:935
3468
  msgid "Checking license..."
3469
  msgstr ""
3470
 
@@ -3739,83 +3782,83 @@ msgid ""
3739
  "in this field."
3740
  msgstr ""
3741
 
3742
- #: includes/settings/class-cr-settings-review-reminder.php:314
3743
  msgid "Order Status"
3744
  msgstr ""
3745
 
3746
- #: includes/settings/class-cr-settings-review-reminder.php:316
3747
  msgid ""
3748
  "Review reminders will be sent N days after this order status. It is "
3749
  "recommended to use 'Completed' status."
3750
  msgstr ""
3751
 
3752
- #: includes/settings/class-cr-settings-review-reminder.php:325
3753
  msgid "Enable for"
3754
  msgstr ""
3755
 
3756
- #: includes/settings/class-cr-settings-review-reminder.php:327
3757
  msgid ""
3758
  "Define if reminders will be send for all or only specific categories of "
3759
  "products."
3760
  msgstr ""
3761
 
3762
- #: includes/settings/class-cr-settings-review-reminder.php:334
3763
  msgid "All Categories"
3764
  msgstr ""
3765
 
3766
- #: includes/settings/class-cr-settings-review-reminder.php:335
3767
  msgid "Specific Categories"
3768
  msgstr ""
3769
 
3770
- #: includes/settings/class-cr-settings-review-reminder.php:339
3771
  msgid "Categories"
3772
  msgstr ""
3773
 
3774
- #: includes/settings/class-cr-settings-review-reminder.php:341
3775
  msgid ""
3776
  "If reminders are enabled only for specific categories of products, this "
3777
  "field enables you to choose these categories."
3778
  msgstr ""
3779
 
3780
- #: includes/settings/class-cr-settings-review-reminder.php:348
3781
  msgid "Enable for Roles"
3782
  msgstr ""
3783
 
3784
- #: includes/settings/class-cr-settings-review-reminder.php:350
3785
  msgid ""
3786
  "Define if reminders will be send for all or only specific roles of users."
3787
  msgstr ""
3788
 
3789
- #: includes/settings/class-cr-settings-review-reminder.php:357
3790
  msgid "All Roles"
3791
  msgstr ""
3792
 
3793
- #: includes/settings/class-cr-settings-review-reminder.php:358
3794
  msgid "Specific Roles"
3795
  msgstr ""
3796
 
3797
- #: includes/settings/class-cr-settings-review-reminder.php:364
3798
  msgid ""
3799
  "If reminders are enabled only for specific user roles, this field enables "
3800
  "you to choose these roles."
3801
  msgstr ""
3802
 
3803
- #: includes/settings/class-cr-settings-review-reminder.php:371
3804
  msgid "Enable for Guests"
3805
  msgstr ""
3806
 
3807
- #: includes/settings/class-cr-settings-review-reminder.php:372
3808
  msgid ""
3809
  "Enable sending of review reminders to customers who place orders without an "
3810
  "account (guest checkout). It is recommended to enable this checkbox, if you "
3811
  "allow customers to place orders without creating an account on your site."
3812
  msgstr ""
3813
 
3814
- #: includes/settings/class-cr-settings-review-reminder.php:378
3815
  msgid "Reminders Scheduler"
3816
  msgstr ""
3817
 
3818
- #: includes/settings/class-cr-settings-review-reminder.php:380
3819
  msgid ""
3820
  "Define which scheduler the plugin will use to schedule automatic review "
3821
  "reminders. The default option is to use WordPress Cron (WP-Cron) for "
@@ -3824,53 +3867,53 @@ msgid ""
3824
  "CR Cron is an external service that requires a license key (free or pro)."
3825
  msgstr ""
3826
 
3827
- #: includes/settings/class-cr-settings-review-reminder.php:389
3828
  msgid "Enable Manual Reminders"
3829
  msgstr ""
3830
 
3831
- #: includes/settings/class-cr-settings-review-reminder.php:390
3832
  msgid ""
3833
  "Enable manual sending of follow-up emails with a reminder to submit a "
3834
  "review. Manual reminders can be sent for completed orders from %1$sOrders"
3835
  "%2$s page after enabling this option."
3836
  msgstr ""
3837
 
3838
- #: includes/settings/class-cr-settings-review-reminder.php:396
3839
  msgid "Limit Number of Reminders"
3840
  msgstr ""
3841
 
3842
- #: includes/settings/class-cr-settings-review-reminder.php:397
3843
  msgid ""
3844
  "Enable this checkbox to make sure that no more than one review reminder is "
3845
  "sent for each order."
3846
  msgstr ""
3847
 
3848
- #: includes/settings/class-cr-settings-review-reminder.php:403
3849
  msgid "Customer Consent"
3850
  msgstr ""
3851
 
3852
- #: includes/settings/class-cr-settings-review-reminder.php:404
3853
  msgid ""
3854
  "If this option is enabled, customers will be asked to tick a checkbox on the "
3855
  "checkout page to indicate that they would like to receive an invitation to "
3856
  "review their order."
3857
  msgstr ""
3858
 
3859
- #: includes/settings/class-cr-settings-review-reminder.php:410
3860
  msgid "Customer Consent Text"
3861
  msgstr ""
3862
 
3863
- #: includes/settings/class-cr-settings-review-reminder.php:411
3864
  msgid ""
3865
  "Text of the message shown to customers next to the consent checkbox on the "
3866
  "checkout page."
3867
  msgstr ""
3868
 
3869
- #: includes/settings/class-cr-settings-review-reminder.php:420
3870
  msgid "Registered Customers"
3871
  msgstr ""
3872
 
3873
- #: includes/settings/class-cr-settings-review-reminder.php:421
3874
  msgid ""
3875
  "By default, review reminders are sent to billing emails provided by "
3876
  "customers during checkout. If you enable this option, the plugin will check "
@@ -3879,51 +3922,51 @@ msgid ""
3879
  "this option disabled."
3880
  msgstr ""
3881
 
3882
- #: includes/settings/class-cr-settings-review-reminder.php:427
3883
  msgid "Moderation of Reviews"
3884
  msgstr ""
3885
 
3886
- #: includes/settings/class-cr-settings-review-reminder.php:428
3887
  msgid ""
3888
  "Enable manual moderation of reviews submitted by your verified customers. "
3889
  "This setting applies only to reviews submitted in response to reminders sent "
3890
  "by this plugin."
3891
  msgstr ""
3892
 
3893
- #: includes/settings/class-cr-settings-review-reminder.php:434
3894
  msgid "Exclude Free Products"
3895
  msgstr ""
3896
 
3897
- #: includes/settings/class-cr-settings-review-reminder.php:435
3898
  msgid "Enable this checkbox to exclude free products from review invitations."
3899
  msgstr ""
3900
 
3901
- #: includes/settings/class-cr-settings-review-reminder.php:441
3902
  msgid "Shop Name"
3903
  msgstr ""
3904
 
3905
- #: includes/settings/class-cr-settings-review-reminder.php:443
3906
  msgid ""
3907
  "Specify your shop name that will be used in emails and review forms "
3908
  "generated by this plugin."
3909
  msgstr ""
3910
 
3911
- #: includes/settings/class-cr-settings-review-reminder.php:458
3912
- #: includes/settings/class-cr-settings-review-reminder.php:464
3913
  msgid "Language"
3914
  msgstr ""
3915
 
3916
- #: includes/settings/class-cr-settings-review-reminder.php:466
3917
  msgid "Choose one of the available languages."
3918
  msgstr ""
3919
 
3920
- #: includes/settings/class-cr-settings-review-reminder.php:482
3921
  msgid ""
3922
  "The email template of review reminders can be configured on the <a href=\"%s"
3923
  "\">Emails</a> tab."
3924
  msgstr ""
3925
 
3926
- #: includes/settings/class-cr-settings-review-reminder.php:490
3927
  msgid ""
3928
  "Adjust template of the aggregated review forms that will be created and sent "
3929
  "to customers by CusRev. Modifications will be applied to the next review "
@@ -3932,55 +3975,55 @@ msgid ""
3932
  "b> the settings below."
3933
  msgstr ""
3934
 
3935
- #: includes/settings/class-cr-settings-review-reminder.php:492
3936
  msgid ""
3937
  "Adjust template of the aggregated review forms that will be created and sent "
3938
  "to customers. Modifications will be applied to the next review form created "
3939
  "after saving settings."
3940
  msgstr ""
3941
 
3942
- #: includes/settings/class-cr-settings-review-reminder.php:495
3943
  msgid "Review Form Template"
3944
  msgstr ""
3945
 
3946
- #: includes/settings/class-cr-settings-review-reminder.php:501
3947
  msgid "Form Header"
3948
  msgstr ""
3949
 
3950
- #: includes/settings/class-cr-settings-review-reminder.php:503
3951
  msgid "Header of the review form that will be sent to customers."
3952
  msgstr ""
3953
 
3954
- #: includes/settings/class-cr-settings-review-reminder.php:510
3955
  msgid "Form Body"
3956
  msgstr ""
3957
 
3958
- #: includes/settings/class-cr-settings-review-reminder.php:512
3959
  msgid "Body of the review form that will be sent to customers."
3960
  msgstr ""
3961
 
3962
- #: includes/settings/class-cr-settings-review-reminder.php:520
3963
  msgid "Shop Rating"
3964
  msgstr ""
3965
 
3966
- #: includes/settings/class-cr-settings-review-reminder.php:524
3967
  msgid ""
3968
  "Enable this option if you would like to include a separate question for a "
3969
  "general shop review in addition to questions for product reviews."
3970
  msgstr ""
3971
 
3972
- #: includes/settings/class-cr-settings-review-reminder.php:527
3973
  msgid "Comment Required"
3974
  msgstr ""
3975
 
3976
- #: includes/settings/class-cr-settings-review-reminder.php:531
3977
  msgid ""
3978
  "Enable this option if you would like to make it mandatory for your customers "
3979
  "to write something in their review. This option applies only to aggregated "
3980
  "review forms."
3981
  msgstr ""
3982
 
3983
- #: includes/settings/class-cr-settings-review-reminder.php:534
3984
  msgid ""
3985
  "Enable attachment of pictures and videos on aggregated review forms. "
3986
  "Uploaded media files are initially stored on Amazon S3 and automatically "
@@ -3990,7 +4033,7 @@ msgid ""
3990
  "%2$s."
3991
  msgstr ""
3992
 
3993
- #: includes/settings/class-cr-settings-review-reminder.php:536
3994
  msgid ""
3995
  "Enable attachment of pictures and videos on local aggregated review forms. "
3996
  "This option applies only to aggregated review forms. If you would like to "
@@ -3998,72 +4041,72 @@ msgid ""
3998
  "pages, this can be done %1$shere%2$s."
3999
  msgstr ""
4000
 
4001
- #: includes/settings/class-cr-settings-review-reminder.php:539
4002
  msgid "Attach Media"
4003
  msgstr ""
4004
 
4005
- #: includes/settings/class-cr-settings-review-reminder.php:549
4006
  msgid "Rating Bar"
4007
  msgstr ""
4008
 
4009
- #: includes/settings/class-cr-settings-review-reminder.php:553
4010
  msgid "Visual style of rating bars on review forms."
4011
  msgstr ""
4012
 
4013
- #: includes/settings/class-cr-settings-review-reminder.php:555
4014
  msgid "Smiley and frowny faces"
4015
  msgstr ""
4016
 
4017
- #: includes/settings/class-cr-settings-review-reminder.php:556
4018
  #: blocks/src/reviews-grid/edit.js:234 js/blocks.js:946
4019
  msgid "Stars"
4020
  msgstr ""
4021
 
4022
- #: includes/settings/class-cr-settings-review-reminder.php:561
4023
  msgid "Geolocation"
4024
  msgstr ""
4025
 
4026
- #: includes/settings/class-cr-settings-review-reminder.php:565
4027
  msgid ""
4028
  "Enable geolocation on aggregated review forms. Customers will have an option "
4029
  "to indicate where they are from. For example, \"England, United Kingdom\"."
4030
  msgstr ""
4031
 
4032
- #: includes/settings/class-cr-settings-review-reminder.php:566
4033
  msgid "Automatic geolocation on review forms."
4034
  msgstr ""
4035
 
4036
- #: includes/settings/class-cr-settings-review-reminder.php:572
4037
  msgid "Form Color 1"
4038
  msgstr ""
4039
 
4040
- #: includes/settings/class-cr-settings-review-reminder.php:576
4041
  msgid "Background color for heading of the form and product names."
4042
  msgstr ""
4043
 
4044
- #: includes/settings/class-cr-settings-review-reminder.php:580
4045
  msgid "Form Color 2"
4046
  msgstr ""
4047
 
4048
- #: includes/settings/class-cr-settings-review-reminder.php:584
4049
  msgid "Text color for product names."
4050
  msgstr ""
4051
 
4052
- #: includes/settings/class-cr-settings-review-reminder.php:588
4053
  msgid "Form Color 3"
4054
  msgstr ""
4055
 
4056
- #: includes/settings/class-cr-settings-review-reminder.php:592
4057
  msgid "Color of control elements (buttons, rating bars)."
4058
  msgstr ""
4059
 
4060
- #: includes/settings/class-cr-settings-review-reminder.php:948
4061
  msgid ""
4062
  "While editing the footer text please make sure to keep the unsubscribe link "
4063
  "markup:"
4064
  msgstr ""
4065
 
4066
- #: includes/settings/class-cr-settings-review-reminder.php:1017
4067
  msgid ""
4068
  "<strong>CR Cron could not be enabled because no license key was entered. A "
4069
  "license key (free or pro) is required to use CR Cron.</strong>"
@@ -4417,200 +4460,171 @@ msgid ""
4417
  "you should specify it here."
4418
  msgstr ""
4419
 
4420
- #: includes/settings/class-cr-settings-trust-badges.php:50
4421
  #: includes/settings/class-cr-settings-trust-badges.php:83
4422
- #: includes/settings/class-cr-settings-trust-badges.php:89
4423
  msgid "Trust Badges"
4424
  msgstr ""
4425
 
4426
- #: includes/settings/class-cr-settings-trust-badges.php:85
4427
  msgid ""
4428
- "<p>Increase your store's conversion rate by placing a \"trust badge\" on the "
4429
  "home, checkout or any other page(s). Let customers feel more confident about "
4430
  "shopping on your site by featuring a trust badge that shows a summary of "
4431
- "verified customer reviews. Trust badges can be enabled using shortcodes or "
4432
- "blocks in the page editor (blocks require WordPress 5.0 or newer).</"
4433
- "p><p>Reviews are considered to be verified when they are collected via an "
4434
- "independent third-party website (www.cusrev.com) integrated with this "
4435
- "plugin. Reviews submitted directly on your site cannot be considered as "
4436
- "verified. Each trust badge contains a nofollow link to a dedicated page at "
4437
- "<b>www.cusrev.com</b> with all verified reviews for your store. You can "
4438
- "configure URL of the page with verified reviews for your store below.</p>"
4439
- msgstr ""
4440
-
4441
- #: includes/settings/class-cr-settings-trust-badges.php:90
4442
- msgid ""
4443
- "Enable this option to display trust badges and additional %1$s icons for "
4444
- "individual reviews on product pages in your store. Each %2$s icon will "
4445
- "contain a nofollow link to a verified copy of the review on <strong>www."
4446
- "cusrev.com</strong>."
4447
- msgstr ""
4448
-
4449
- #: includes/settings/class-cr-settings-trust-badges.php:97
4450
- msgid "Verified Reviews Page"
4451
- msgstr ""
4452
-
4453
- #: includes/settings/class-cr-settings-trust-badges.php:98
4454
- msgid ""
4455
- "Specify name of the page with verified reviews. This will be a base URL for "
4456
- "reviews related to your shop. You can use alphanumeric symbols and '.' in "
4457
- "the name of the page."
4458
  msgstr ""
4459
 
4460
- #: includes/settings/class-cr-settings-trust-badges.php:106
4461
- msgid "Age Restriction"
4462
- msgstr ""
4463
-
4464
- #: includes/settings/class-cr-settings-trust-badges.php:107
4465
  msgid ""
4466
- "Enable this option if your store sells age-restricted products (e.g., adult "
4467
- "content, alcohol, etc.)"
 
4468
  msgstr ""
4469
 
4470
- #: includes/settings/class-cr-settings-trust-badges.php:117
4471
  msgid "Small Light Badge"
4472
  msgstr ""
4473
 
4474
- #: includes/settings/class-cr-settings-trust-badges.php:119
4475
  msgid "Shortcode and preview of the small light trust badge."
4476
  msgstr ""
4477
 
4478
- #: includes/settings/class-cr-settings-trust-badges.php:125
4479
  msgid "Small Light Badge (with Store Rating)"
4480
  msgstr ""
4481
 
4482
- #: includes/settings/class-cr-settings-trust-badges.php:127
4483
  msgid "Shortcode and preview of the small light trust badge with store rating."
4484
  msgstr ""
4485
 
4486
- #: includes/settings/class-cr-settings-trust-badges.php:133
4487
  msgid "Small Dark Badge"
4488
  msgstr ""
4489
 
4490
- #: includes/settings/class-cr-settings-trust-badges.php:135
4491
  msgid "Shortcode and preview of the small dark trust badge."
4492
  msgstr ""
4493
 
4494
- #: includes/settings/class-cr-settings-trust-badges.php:141
4495
  msgid "Small Dark Badge (with Store Rating)"
4496
  msgstr ""
4497
 
4498
- #: includes/settings/class-cr-settings-trust-badges.php:143
4499
  msgid "Shortcode and preview of the small dark trust badge with store rating."
4500
  msgstr ""
4501
 
4502
- #: includes/settings/class-cr-settings-trust-badges.php:149
4503
  msgid "Wide Light Badge"
4504
  msgstr ""
4505
 
4506
- #: includes/settings/class-cr-settings-trust-badges.php:151
4507
  msgid ""
4508
  "Shortcode and preview of the wide light trust badge. The wide badge has a "
4509
  "version for small screens that will be automatically shown when a website is "
4510
  "viewed from phones."
4511
  msgstr ""
4512
 
4513
- #: includes/settings/class-cr-settings-trust-badges.php:157
4514
  msgid "Wide Light Badge (with Store Rating)"
4515
  msgstr ""
4516
 
4517
- #: includes/settings/class-cr-settings-trust-badges.php:159
4518
  msgid ""
4519
  "Shortcode and preview of the wide light trust badge with store rating. The "
4520
  "wide badge has a version for small screens that will be automatically shown "
4521
  "when a website is viewed from phones."
4522
  msgstr ""
4523
 
4524
- #: includes/settings/class-cr-settings-trust-badges.php:165
4525
  msgid "Wide Dark Badge"
4526
  msgstr ""
4527
 
4528
- #: includes/settings/class-cr-settings-trust-badges.php:167
4529
  msgid ""
4530
  "Shortcode and preview of the wide dark trust badge. The wide badge has a "
4531
  "version for small screens that will be automatically shown when a website is "
4532
  "viewed from phones."
4533
  msgstr ""
4534
 
4535
- #: includes/settings/class-cr-settings-trust-badges.php:173
4536
  msgid "Wide Dark Badge (with Store Rating)"
4537
  msgstr ""
4538
 
4539
- #: includes/settings/class-cr-settings-trust-badges.php:175
4540
  msgid ""
4541
  "Shortcode and preview of the wide dark trust badge with store rating. The "
4542
  "wide badge has a version for small screens that will be automatically shown "
4543
  "when a website is viewed from phones."
4544
  msgstr ""
4545
 
4546
- #: includes/settings/class-cr-settings-trust-badges.php:181
4547
  msgid "Compact Light Badge"
4548
  msgstr ""
4549
 
4550
- #: includes/settings/class-cr-settings-trust-badges.php:183
4551
  msgid "Shortcode and preview of the compact light trust badge."
4552
  msgstr ""
4553
 
4554
- #: includes/settings/class-cr-settings-trust-badges.php:189
4555
  msgid "Compact Dark Badge"
4556
  msgstr ""
4557
 
4558
- #: includes/settings/class-cr-settings-trust-badges.php:191
4559
  msgid "Shortcode and preview of the compact dark trust badge."
4560
  msgstr ""
4561
 
4562
- #: includes/settings/class-cr-settings-trust-badges.php:201
4563
  msgid "Floating Trust Badge"
4564
  msgstr ""
4565
 
4566
- #: includes/settings/class-cr-settings-trust-badges.php:203
4567
  msgid ""
4568
  "Settings to display a floating badge with a summary of verified reviews."
4569
  msgstr ""
4570
 
4571
- #: includes/settings/class-cr-settings-trust-badges.php:207
4572
  msgid "Floating Badge"
4573
  msgstr ""
4574
 
4575
- #: includes/settings/class-cr-settings-trust-badges.php:209
4576
  msgid ""
4577
  "Enable this checkbox to display a floating trust badge on public pages of "
4578
  "the website."
4579
  msgstr ""
4580
 
4581
- #: includes/settings/class-cr-settings-trust-badges.php:214
4582
  msgid "Floating Badge Style"
4583
  msgstr ""
4584
 
4585
- #: includes/settings/class-cr-settings-trust-badges.php:216
4586
  msgid "Choose one of the styles for the floating trust badge."
4587
  msgstr ""
4588
 
4589
- #: includes/settings/class-cr-settings-trust-badges.php:220 js/blocks.js:112
4590
  msgid "Light"
4591
  msgstr ""
4592
 
4593
- #: includes/settings/class-cr-settings-trust-badges.php:221 js/blocks.js:116
4594
  msgid "Dark"
4595
  msgstr ""
4596
 
4597
- #: includes/settings/class-cr-settings-trust-badges.php:226
4598
  msgid "Floating Badge Location"
4599
  msgstr ""
4600
 
4601
- #: includes/settings/class-cr-settings-trust-badges.php:228
4602
  msgid "Choose one of the locations for the floating trust badge."
4603
  msgstr ""
4604
 
4605
- #: includes/settings/class-cr-settings-trust-badges.php:232
4606
  msgid "Bottom right"
4607
  msgstr ""
4608
 
4609
- #: includes/settings/class-cr-settings-trust-badges.php:233
4610
  msgid "Bottom left"
4611
  msgstr ""
4612
 
4613
- #: includes/settings/class-cr-settings-trust-badges.php:318
4614
  msgid "color"
4615
  msgstr ""
4616
 
@@ -4681,75 +4695,83 @@ msgstr ""
4681
  msgid "Tags for Reviews"
4682
  msgstr ""
4683
 
4684
- #: includes/trust-badge/class-cr-trust-badge.php:201
4685
  msgid "Independently verified"
4686
  msgstr ""
4687
 
4688
- #: includes/trust-badge/class-cr-trust-badge.php:202
4689
  msgid "independently verified"
4690
  msgstr ""
4691
 
4692
- #: includes/trust-badge/class-cr-trust-badge.php:204
 
 
 
 
 
 
 
 
4693
  msgid "%s rating"
4694
  msgstr ""
4695
 
4696
- #: includes/trust-badge/class-cr-trust-badge.php:205
4697
  msgid "rating %s / 5"
4698
  msgstr ""
4699
 
4700
- #: includes/trust-badge/class-cr-trust-badge.php:206
4701
  msgid "%s store rating"
4702
  msgstr ""
4703
 
4704
- #: includes/trust-badge/class-cr-trust-badge.php:207
4705
  msgid "Store rating %s / 5"
4706
  msgstr ""
4707
 
4708
- #: includes/trust-badge/class-cr-trust-badge.php:208
4709
  msgid "store rating"
4710
  msgstr ""
4711
 
4712
- #: includes/trust-badge/class-cr-trust-badge.php:209
4713
  msgid "%s product rating"
4714
  msgstr ""
4715
 
4716
- #: includes/trust-badge/class-cr-trust-badge.php:210
4717
  msgid "Product rating %s / 5"
4718
  msgstr ""
4719
 
4720
- #: includes/trust-badge/class-cr-trust-badge.php:211
4721
  msgid "product rating"
4722
  msgstr ""
4723
 
4724
- #: includes/trust-badge/class-cr-trust-badge.php:212
4725
- #: includes/trust-badge/class-cr-trust-badge.php:213 templates/cr-rating.php:44
4726
  msgid "%s review"
4727
  msgid_plural "%s reviews"
4728
  msgstr[0] ""
4729
  msgstr[1] ""
4730
 
4731
  #: includes/trust-badge/class-cr-verified-reviews.php:58
4732
- msgid "Trust badges activation error: 'Verified Reviews Page' cannot be empty."
4733
  msgstr ""
4734
 
4735
  #: includes/trust-badge/class-cr-verified-reviews.php:89
4736
- msgid "Trust badges activation error #98. "
4737
  msgstr ""
4738
 
4739
  #: includes/trust-badge/class-cr-verified-reviews.php:94
4740
- msgid "Trust badges have been successfully activated."
4741
  msgstr ""
4742
 
4743
  #: includes/trust-badge/class-cr-verified-reviews.php:97
4744
  msgid ""
4745
- "Trust badges activation error: '%s' is already in use. Please enter a "
4746
  "different page name."
4747
  msgstr ""
4748
 
4749
  #: includes/trust-badge/class-cr-verified-reviews.php:100
4750
  msgid ""
4751
- "Trust badges activation error: page name contains unsupported symbols. Only "
4752
- "latin characters (a-z), numbers (0-9), and . symbol are allowed."
4753
  msgstr ""
4754
 
4755
  #: includes/trust-badge/class-cr-verified-reviews.php:103
@@ -4759,25 +4781,25 @@ msgid ""
4759
  msgstr ""
4760
 
4761
  #: includes/trust-badge/class-cr-verified-reviews.php:106
4762
- msgid "Trust badges activation error #99."
4763
  msgstr ""
4764
 
4765
  #: includes/trust-badge/class-cr-verified-reviews.php:142
4766
- msgid "Trust badges deactivation error #98. Please try again."
4767
  msgstr ""
4768
 
4769
  #: includes/trust-badge/class-cr-verified-reviews.php:149
4770
- msgid "Trust badges have been successfully deactivated."
4771
  msgstr ""
4772
 
4773
  #: includes/trust-badge/class-cr-verified-reviews.php:153
4774
  msgid ""
4775
- "Trust badges deactivation error: the page is blocked, please contact CusRev "
4776
- "support for assistance."
4777
  msgstr ""
4778
 
4779
  #: includes/trust-badge/class-cr-verified-reviews.php:157
4780
- msgid "Trust badges deactivation error #99."
4781
  msgstr ""
4782
 
4783
  #: ivole.php:135
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"
43
  msgid "This reply was originally posted on CR portal"
44
  msgstr ""
45
 
46
+ #: class-ivole.php:152
47
  msgid "View CusRev documentation"
48
  msgstr ""
49
 
50
+ #: class-ivole.php:152
51
  msgid "Docs"
52
  msgstr ""
53
 
54
+ #: class-ivole.php:153
55
  msgid "Visit community forums"
56
  msgstr ""
57
 
58
+ #: class-ivole.php:153
59
  msgid "Community support"
60
  msgstr ""
61
 
62
+ #: class-ivole.php:163
63
  msgid "View Customer Reviews settings"
64
  msgstr ""
65
 
66
+ #: class-ivole.php:163 includes/settings/class-cr-admin-menu-settings.php:60
67
  #: includes/settings/class-cr-admin-menu-settings.php:61
68
  msgid "Settings"
69
  msgstr ""
243
  msgid "Item 2 Test"
244
  msgstr ""
245
 
246
+ #: includes/emails/class-cr-email-func.php:264
247
  #: includes/reviews/class-cr-reviews-list-table.php:410
248
  msgid "Review"
249
  msgstr ""
380
  #: includes/reviews/class-cr-admin-menu-reviews.php:59
381
  #: includes/reviews/class-cr-admin-menu-reviews.php:60
382
  #: includes/settings/class-cr-admin-menu-settings.php:143
383
+ #: includes/settings/class-cr-settings-trust-badges.php:310
384
  msgid "Reviews"
385
  msgstr ""
386
 
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 "
2526
+ "%1$s icons for individual reviews on product pages of your store will be "
2527
+ "displayed. Each %2$s icon will contain a nofollow link to a verified copy of "
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.)"
2550
+ msgstr ""
2551
+
2552
  #: includes/settings/class-cr-settings-discount-tiers.php:37
2553
  msgid ""
2554
  "The option is not available with the coupon type selected for this discount "
2650
  msgstr ""
2651
 
2652
  #: includes/settings/class-cr-settings-discount-tiers.php:146
2653
+ #: includes/settings/class-cr-settings-review-reminder.php:367
2654
  msgid "Roles"
2655
  msgstr ""
2656
 
2861
  msgstr ""
2862
 
2863
  #: includes/settings/class-cr-settings-email-template.php:286
2864
+ msgid "\"Reply-To\" address"
2865
  msgstr ""
2866
 
2867
  #: includes/settings/class-cr-settings-email-template.php:301
3006
  "test email."
3007
  msgstr ""
3008
 
3009
+ #: includes/settings/class-cr-settings-email-template.php:536
3010
  msgid "Return to emails"
3011
  msgstr ""
3012
 
3013
+ #: includes/settings/class-cr-settings-email-template.php:559
3014
  msgid "Email template"
3015
  msgstr ""
3016
 
3017
+ #: includes/settings/class-cr-settings-email-template.php:567
3018
  msgid "Delete template file"
3019
  msgstr ""
3020
 
3021
  #. translators: %s: Path to template file
3022
+ #: includes/settings/class-cr-settings-email-template.php:573
3023
  msgid ""
3024
  "This template has been overridden by your theme and can be found in: %s."
3025
  msgstr ""
3026
 
3027
+ #: includes/settings/class-cr-settings-email-template.php:603
3028
  msgid "Copy file to theme"
3029
  msgstr ""
3030
 
3031
  #. translators: 1: Path to template file 2: Path to theme folder
3032
+ #: includes/settings/class-cr-settings-email-template.php:609
3033
  msgid ""
3034
  "To override and edit this email template copy %1$s to your theme folder: "
3035
  "%2$s."
3036
  msgstr ""
3037
 
3038
+ #: includes/settings/class-cr-settings-email-template.php:617
3039
  msgid "File was not found."
3040
  msgstr ""
3041
 
3042
+ #: includes/settings/class-cr-settings-email-template.php:639
3043
  msgid "View template"
3044
  msgstr ""
3045
 
3046
+ #: includes/settings/class-cr-settings-email-template.php:640
3047
  msgid "Hide template"
3048
  msgstr ""
3049
 
3050
+ #: includes/settings/class-cr-settings-email-template.php:654
3051
  msgid "Are you sure you want to delete this template file?"
3052
  msgstr ""
3053
 
3054
+ #: includes/settings/class-cr-settings-email-template.php:675
3055
+ #: includes/settings/class-cr-settings-email-template.php:681
3056
  msgid "'Email Body' field cannot be empty"
3057
  msgstr ""
3058
 
3059
+ #: includes/settings/class-cr-settings-email-template.php:695
3060
  msgid "Action failed. Please refresh the page and retry."
3061
  msgstr ""
3062
 
3063
+ #: includes/settings/class-cr-settings-email-template.php:699
3064
  msgid "You don&#8217;t have permission to do this."
3065
  msgstr ""
3066
 
3067
+ #: includes/settings/class-cr-settings-email-template.php:721
3068
  msgid "Template file copied to theme."
3069
  msgstr ""
3070
 
3071
+ #: includes/settings/class-cr-settings-email-template.php:733
3072
  msgid "Template file deleted from theme."
3073
  msgstr ""
3074
 
3076
  msgid "Emails"
3077
  msgstr ""
3078
 
3079
+ #: includes/settings/class-cr-settings-emails.php:76
3080
  msgid "Email Templates"
3081
  msgstr ""
3082
 
3083
+ #: includes/settings/class-cr-settings-emails.php:78
3084
  msgid ""
3085
  "Adjust templates of the emails that will be sent to customers. If you enable "
3086
  "<b>advanced</b> email templates in your account on the %1$sCusRev website"
3088
  "below."
3089
  msgstr ""
3090
 
3091
+ #: includes/settings/class-cr-settings-emails.php:109
3092
  msgid "Email"
3093
  msgstr ""
3094
 
3095
+ #: includes/settings/class-cr-settings-emails.php:110
3096
  msgid "Subject"
3097
  msgstr ""
3098
 
3099
+ #: includes/settings/class-cr-settings-emails.php:111
3100
  msgid "From"
3101
  msgstr ""
3102
 
3242
  msgstr ""
3243
 
3244
  #: includes/settings/class-cr-settings-review-discount.php:109
3245
+ #: includes/settings/class-cr-settings-review-reminder.php:494
3246
  msgid "Email Template"
3247
  msgstr ""
3248
 
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
3506
+ #: includes/settings/class-cr-settings-review-reminder.php:945
3507
+ #: includes/settings/class-cr-settings-review-reminder.php:946
3508
+ #: includes/settings/class-cr-settings-review-reminder.php:947
3509
+ #: includes/settings/class-cr-settings-review-reminder.php:948
3510
+ #: includes/settings/class-cr-settings-review-reminder.php:949
3511
  msgid "Checking license..."
3512
  msgstr ""
3513
 
3782
  "in this field."
3783
  msgstr ""
3784
 
3785
+ #: includes/settings/class-cr-settings-review-reminder.php:315
3786
  msgid "Order Status"
3787
  msgstr ""
3788
 
3789
+ #: includes/settings/class-cr-settings-review-reminder.php:317
3790
  msgid ""
3791
  "Review reminders will be sent N days after this order status. It is "
3792
  "recommended to use 'Completed' status."
3793
  msgstr ""
3794
 
3795
+ #: includes/settings/class-cr-settings-review-reminder.php:327
3796
  msgid "Enable for"
3797
  msgstr ""
3798
 
3799
+ #: includes/settings/class-cr-settings-review-reminder.php:329
3800
  msgid ""
3801
  "Define if reminders will be send for all or only specific categories of "
3802
  "products."
3803
  msgstr ""
3804
 
3805
+ #: includes/settings/class-cr-settings-review-reminder.php:336
3806
  msgid "All Categories"
3807
  msgstr ""
3808
 
3809
+ #: includes/settings/class-cr-settings-review-reminder.php:337
3810
  msgid "Specific Categories"
3811
  msgstr ""
3812
 
3813
+ #: includes/settings/class-cr-settings-review-reminder.php:342
3814
  msgid "Categories"
3815
  msgstr ""
3816
 
3817
+ #: includes/settings/class-cr-settings-review-reminder.php:344
3818
  msgid ""
3819
  "If reminders are enabled only for specific categories of products, this "
3820
  "field enables you to choose these categories."
3821
  msgstr ""
3822
 
3823
+ #: includes/settings/class-cr-settings-review-reminder.php:352
3824
  msgid "Enable for Roles"
3825
  msgstr ""
3826
 
3827
+ #: includes/settings/class-cr-settings-review-reminder.php:354
3828
  msgid ""
3829
  "Define if reminders will be send for all or only specific roles of users."
3830
  msgstr ""
3831
 
3832
+ #: includes/settings/class-cr-settings-review-reminder.php:361
3833
  msgid "All Roles"
3834
  msgstr ""
3835
 
3836
+ #: includes/settings/class-cr-settings-review-reminder.php:362
3837
  msgid "Specific Roles"
3838
  msgstr ""
3839
 
3840
+ #: includes/settings/class-cr-settings-review-reminder.php:369
3841
  msgid ""
3842
  "If reminders are enabled only for specific user roles, this field enables "
3843
  "you to choose these roles."
3844
  msgstr ""
3845
 
3846
+ #: includes/settings/class-cr-settings-review-reminder.php:377
3847
  msgid "Enable for Guests"
3848
  msgstr ""
3849
 
3850
+ #: includes/settings/class-cr-settings-review-reminder.php:378
3851
  msgid ""
3852
  "Enable sending of review reminders to customers who place orders without an "
3853
  "account (guest checkout). It is recommended to enable this checkbox, if you "
3854
  "allow customers to place orders without creating an account on your site."
3855
  msgstr ""
3856
 
3857
+ #: includes/settings/class-cr-settings-review-reminder.php:385
3858
  msgid "Reminders Scheduler"
3859
  msgstr ""
3860
 
3861
+ #: includes/settings/class-cr-settings-review-reminder.php:387
3862
  msgid ""
3863
  "Define which scheduler the plugin will use to schedule automatic review "
3864
  "reminders. The default option is to use WordPress Cron (WP-Cron) for "
3867
  "CR Cron is an external service that requires a license key (free or pro)."
3868
  msgstr ""
3869
 
3870
+ #: includes/settings/class-cr-settings-review-reminder.php:397
3871
  msgid "Enable Manual Reminders"
3872
  msgstr ""
3873
 
3874
+ #: includes/settings/class-cr-settings-review-reminder.php:398
3875
  msgid ""
3876
  "Enable manual sending of follow-up emails with a reminder to submit a "
3877
  "review. Manual reminders can be sent for completed orders from %1$sOrders"
3878
  "%2$s page after enabling this option."
3879
  msgstr ""
3880
 
3881
+ #: includes/settings/class-cr-settings-review-reminder.php:405
3882
  msgid "Limit Number of Reminders"
3883
  msgstr ""
3884
 
3885
+ #: includes/settings/class-cr-settings-review-reminder.php:406
3886
  msgid ""
3887
  "Enable this checkbox to make sure that no more than one review reminder is "
3888
  "sent for each order."
3889
  msgstr ""
3890
 
3891
+ #: includes/settings/class-cr-settings-review-reminder.php:413
3892
  msgid "Customer Consent"
3893
  msgstr ""
3894
 
3895
+ #: includes/settings/class-cr-settings-review-reminder.php:414
3896
  msgid ""
3897
  "If this option is enabled, customers will be asked to tick a checkbox on the "
3898
  "checkout page to indicate that they would like to receive an invitation to "
3899
  "review their order."
3900
  msgstr ""
3901
 
3902
+ #: includes/settings/class-cr-settings-review-reminder.php:420
3903
  msgid "Customer Consent Text"
3904
  msgstr ""
3905
 
3906
+ #: includes/settings/class-cr-settings-review-reminder.php:421
3907
  msgid ""
3908
  "Text of the message shown to customers next to the consent checkbox on the "
3909
  "checkout page."
3910
  msgstr ""
3911
 
3912
+ #: includes/settings/class-cr-settings-review-reminder.php:430
3913
  msgid "Registered Customers"
3914
  msgstr ""
3915
 
3916
+ #: includes/settings/class-cr-settings-review-reminder.php:431
3917
  msgid ""
3918
  "By default, review reminders are sent to billing emails provided by "
3919
  "customers during checkout. If you enable this option, the plugin will check "
3922
  "this option disabled."
3923
  msgstr ""
3924
 
3925
+ #: includes/settings/class-cr-settings-review-reminder.php:438
3926
  msgid "Moderation of Reviews"
3927
  msgstr ""
3928
 
3929
+ #: includes/settings/class-cr-settings-review-reminder.php:439
3930
  msgid ""
3931
  "Enable manual moderation of reviews submitted by your verified customers. "
3932
  "This setting applies only to reviews submitted in response to reminders sent "
3933
  "by this plugin."
3934
  msgstr ""
3935
 
3936
+ #: includes/settings/class-cr-settings-review-reminder.php:446
3937
  msgid "Exclude Free Products"
3938
  msgstr ""
3939
 
3940
+ #: includes/settings/class-cr-settings-review-reminder.php:447
3941
  msgid "Enable this checkbox to exclude free products from review invitations."
3942
  msgstr ""
3943
 
3944
+ #: includes/settings/class-cr-settings-review-reminder.php:454
3945
  msgid "Shop Name"
3946
  msgstr ""
3947
 
3948
+ #: includes/settings/class-cr-settings-review-reminder.php:456
3949
  msgid ""
3950
  "Specify your shop name that will be used in emails and review forms "
3951
  "generated by this plugin."
3952
  msgstr ""
3953
 
3954
+ #: includes/settings/class-cr-settings-review-reminder.php:471
3955
+ #: includes/settings/class-cr-settings-review-reminder.php:477
3956
  msgid "Language"
3957
  msgstr ""
3958
 
3959
+ #: includes/settings/class-cr-settings-review-reminder.php:479
3960
  msgid "Choose one of the available languages."
3961
  msgstr ""
3962
 
3963
+ #: includes/settings/class-cr-settings-review-reminder.php:496
3964
  msgid ""
3965
  "The email template of review reminders can be configured on the <a href=\"%s"
3966
  "\">Emails</a> tab."
3967
  msgstr ""
3968
 
3969
+ #: includes/settings/class-cr-settings-review-reminder.php:504
3970
  msgid ""
3971
  "Adjust template of the aggregated review forms that will be created and sent "
3972
  "to customers by CusRev. Modifications will be applied to the next review "
3975
  "b> the settings below."
3976
  msgstr ""
3977
 
3978
+ #: includes/settings/class-cr-settings-review-reminder.php:506
3979
  msgid ""
3980
  "Adjust template of the aggregated review forms that will be created and sent "
3981
  "to customers. Modifications will be applied to the next review form created "
3982
  "after saving settings."
3983
  msgstr ""
3984
 
3985
+ #: includes/settings/class-cr-settings-review-reminder.php:509
3986
  msgid "Review Form Template"
3987
  msgstr ""
3988
 
3989
+ #: includes/settings/class-cr-settings-review-reminder.php:515
3990
  msgid "Form Header"
3991
  msgstr ""
3992
 
3993
+ #: includes/settings/class-cr-settings-review-reminder.php:517
3994
  msgid "Header of the review form that will be sent to customers."
3995
  msgstr ""
3996
 
3997
+ #: includes/settings/class-cr-settings-review-reminder.php:524
3998
  msgid "Form Body"
3999
  msgstr ""
4000
 
4001
+ #: includes/settings/class-cr-settings-review-reminder.php:526
4002
  msgid "Body of the review form that will be sent to customers."
4003
  msgstr ""
4004
 
4005
+ #: includes/settings/class-cr-settings-review-reminder.php:534
4006
  msgid "Shop Rating"
4007
  msgstr ""
4008
 
4009
+ #: includes/settings/class-cr-settings-review-reminder.php:538
4010
  msgid ""
4011
  "Enable this option if you would like to include a separate question for a "
4012
  "general shop review in addition to questions for product reviews."
4013
  msgstr ""
4014
 
4015
+ #: includes/settings/class-cr-settings-review-reminder.php:541
4016
  msgid "Comment Required"
4017
  msgstr ""
4018
 
4019
+ #: includes/settings/class-cr-settings-review-reminder.php:545
4020
  msgid ""
4021
  "Enable this option if you would like to make it mandatory for your customers "
4022
  "to write something in their review. This option applies only to aggregated "
4023
  "review forms."
4024
  msgstr ""
4025
 
4026
+ #: includes/settings/class-cr-settings-review-reminder.php:548
4027
  msgid ""
4028
  "Enable attachment of pictures and videos on aggregated review forms. "
4029
  "Uploaded media files are initially stored on Amazon S3 and automatically "
4033
  "%2$s."
4034
  msgstr ""
4035
 
4036
+ #: includes/settings/class-cr-settings-review-reminder.php:550
4037
  msgid ""
4038
  "Enable attachment of pictures and videos on local aggregated review forms. "
4039
  "This option applies only to aggregated review forms. If you would like to "
4041
  "pages, this can be done %1$shere%2$s."
4042
  msgstr ""
4043
 
4044
+ #: includes/settings/class-cr-settings-review-reminder.php:553
4045
  msgid "Attach Media"
4046
  msgstr ""
4047
 
4048
+ #: includes/settings/class-cr-settings-review-reminder.php:563
4049
  msgid "Rating Bar"
4050
  msgstr ""
4051
 
4052
+ #: includes/settings/class-cr-settings-review-reminder.php:567
4053
  msgid "Visual style of rating bars on review forms."
4054
  msgstr ""
4055
 
4056
+ #: includes/settings/class-cr-settings-review-reminder.php:569
4057
  msgid "Smiley and frowny faces"
4058
  msgstr ""
4059
 
4060
+ #: includes/settings/class-cr-settings-review-reminder.php:570
4061
  #: blocks/src/reviews-grid/edit.js:234 js/blocks.js:946
4062
  msgid "Stars"
4063
  msgstr ""
4064
 
4065
+ #: includes/settings/class-cr-settings-review-reminder.php:575
4066
  msgid "Geolocation"
4067
  msgstr ""
4068
 
4069
+ #: includes/settings/class-cr-settings-review-reminder.php:579
4070
  msgid ""
4071
  "Enable geolocation on aggregated review forms. Customers will have an option "
4072
  "to indicate where they are from. For example, \"England, United Kingdom\"."
4073
  msgstr ""
4074
 
4075
+ #: includes/settings/class-cr-settings-review-reminder.php:580
4076
  msgid "Automatic geolocation on review forms."
4077
  msgstr ""
4078
 
4079
+ #: includes/settings/class-cr-settings-review-reminder.php:586
4080
  msgid "Form Color 1"
4081
  msgstr ""
4082
 
4083
+ #: includes/settings/class-cr-settings-review-reminder.php:590
4084
  msgid "Background color for heading of the form and product names."
4085
  msgstr ""
4086
 
4087
+ #: includes/settings/class-cr-settings-review-reminder.php:594
4088
  msgid "Form Color 2"
4089
  msgstr ""
4090
 
4091
+ #: includes/settings/class-cr-settings-review-reminder.php:598
4092
  msgid "Text color for product names."
4093
  msgstr ""
4094
 
4095
+ #: includes/settings/class-cr-settings-review-reminder.php:602
4096
  msgid "Form Color 3"
4097
  msgstr ""
4098
 
4099
+ #: includes/settings/class-cr-settings-review-reminder.php:606
4100
  msgid "Color of control elements (buttons, rating bars)."
4101
  msgstr ""
4102
 
4103
+ #: includes/settings/class-cr-settings-review-reminder.php:962
4104
  msgid ""
4105
  "While editing the footer text please make sure to keep the unsubscribe link "
4106
  "markup:"
4107
  msgstr ""
4108
 
4109
+ #: includes/settings/class-cr-settings-review-reminder.php:1031
4110
  msgid ""
4111
  "<strong>CR Cron could not be enabled because no license key was entered. A "
4112
  "license key (free or pro) is required to use CR Cron.</strong>"
4460
  "you should specify it here."
4461
  msgstr ""
4462
 
4463
+ #: includes/settings/class-cr-settings-trust-badges.php:45
4464
  #: includes/settings/class-cr-settings-trust-badges.php:83
 
4465
  msgid "Trust Badges"
4466
  msgstr ""
4467
 
4468
+ #: includes/settings/class-cr-settings-trust-badges.php:86
4469
  msgid ""
4470
+ "Increase your store's conversion rate by placing a \"trust badge\" on the "
4471
  "home, checkout or any other page(s). Let customers feel more confident about "
4472
  "shopping on your site by featuring a trust badge that shows a summary of "
4473
+ "customer reviews. Trust badges can be enabled using shortcodes or blocks in "
4474
+ "the page editor (blocks require WordPress 5.0 or newer)."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4475
  msgstr ""
4476
 
4477
+ #: includes/settings/class-cr-settings-trust-badges.php:88
 
 
 
 
4478
  msgid ""
4479
+ "If you enable <a href=\"%1$s\">verification of reviews</a> and claim a <a "
4480
+ "href=\"%2$s\">dedicated page</a> at CusRev.com website, trust badges will "
4481
+ "include a nofollow link to your page there."
4482
  msgstr ""
4483
 
4484
+ #: includes/settings/class-cr-settings-trust-badges.php:93
4485
  msgid "Small Light Badge"
4486
  msgstr ""
4487
 
4488
+ #: includes/settings/class-cr-settings-trust-badges.php:95
4489
  msgid "Shortcode and preview of the small light trust badge."
4490
  msgstr ""
4491
 
4492
+ #: includes/settings/class-cr-settings-trust-badges.php:101
4493
  msgid "Small Light Badge (with Store Rating)"
4494
  msgstr ""
4495
 
4496
+ #: includes/settings/class-cr-settings-trust-badges.php:103
4497
  msgid "Shortcode and preview of the small light trust badge with store rating."
4498
  msgstr ""
4499
 
4500
+ #: includes/settings/class-cr-settings-trust-badges.php:109
4501
  msgid "Small Dark Badge"
4502
  msgstr ""
4503
 
4504
+ #: includes/settings/class-cr-settings-trust-badges.php:111
4505
  msgid "Shortcode and preview of the small dark trust badge."
4506
  msgstr ""
4507
 
4508
+ #: includes/settings/class-cr-settings-trust-badges.php:117
4509
  msgid "Small Dark Badge (with Store Rating)"
4510
  msgstr ""
4511
 
4512
+ #: includes/settings/class-cr-settings-trust-badges.php:119
4513
  msgid "Shortcode and preview of the small dark trust badge with store rating."
4514
  msgstr ""
4515
 
4516
+ #: includes/settings/class-cr-settings-trust-badges.php:125
4517
  msgid "Wide Light Badge"
4518
  msgstr ""
4519
 
4520
+ #: includes/settings/class-cr-settings-trust-badges.php:127
4521
  msgid ""
4522
  "Shortcode and preview of the wide light trust badge. The wide badge has a "
4523
  "version for small screens that will be automatically shown when a website is "
4524
  "viewed from phones."
4525
  msgstr ""
4526
 
4527
+ #: includes/settings/class-cr-settings-trust-badges.php:133
4528
  msgid "Wide Light Badge (with Store Rating)"
4529
  msgstr ""
4530
 
4531
+ #: includes/settings/class-cr-settings-trust-badges.php:135
4532
  msgid ""
4533
  "Shortcode and preview of the wide light trust badge with store rating. The "
4534
  "wide badge has a version for small screens that will be automatically shown "
4535
  "when a website is viewed from phones."
4536
  msgstr ""
4537
 
4538
+ #: includes/settings/class-cr-settings-trust-badges.php:141
4539
  msgid "Wide Dark Badge"
4540
  msgstr ""
4541
 
4542
+ #: includes/settings/class-cr-settings-trust-badges.php:143
4543
  msgid ""
4544
  "Shortcode and preview of the wide dark trust badge. The wide badge has a "
4545
  "version for small screens that will be automatically shown when a website is "
4546
  "viewed from phones."
4547
  msgstr ""
4548
 
4549
+ #: includes/settings/class-cr-settings-trust-badges.php:149
4550
  msgid "Wide Dark Badge (with Store Rating)"
4551
  msgstr ""
4552
 
4553
+ #: includes/settings/class-cr-settings-trust-badges.php:151
4554
  msgid ""
4555
  "Shortcode and preview of the wide dark trust badge with store rating. The "
4556
  "wide badge has a version for small screens that will be automatically shown "
4557
  "when a website is viewed from phones."
4558
  msgstr ""
4559
 
4560
+ #: includes/settings/class-cr-settings-trust-badges.php:157
4561
  msgid "Compact Light Badge"
4562
  msgstr ""
4563
 
4564
+ #: includes/settings/class-cr-settings-trust-badges.php:159
4565
  msgid "Shortcode and preview of the compact light trust badge."
4566
  msgstr ""
4567
 
4568
+ #: includes/settings/class-cr-settings-trust-badges.php:165
4569
  msgid "Compact Dark Badge"
4570
  msgstr ""
4571
 
4572
+ #: includes/settings/class-cr-settings-trust-badges.php:167
4573
  msgid "Shortcode and preview of the compact dark trust badge."
4574
  msgstr ""
4575
 
4576
+ #: includes/settings/class-cr-settings-trust-badges.php:177
4577
  msgid "Floating Trust Badge"
4578
  msgstr ""
4579
 
4580
+ #: includes/settings/class-cr-settings-trust-badges.php:179
4581
  msgid ""
4582
  "Settings to display a floating badge with a summary of verified reviews."
4583
  msgstr ""
4584
 
4585
+ #: includes/settings/class-cr-settings-trust-badges.php:183
4586
  msgid "Floating Badge"
4587
  msgstr ""
4588
 
4589
+ #: includes/settings/class-cr-settings-trust-badges.php:185
4590
  msgid ""
4591
  "Enable this checkbox to display a floating trust badge on public pages of "
4592
  "the website."
4593
  msgstr ""
4594
 
4595
+ #: includes/settings/class-cr-settings-trust-badges.php:190
4596
  msgid "Floating Badge Style"
4597
  msgstr ""
4598
 
4599
+ #: includes/settings/class-cr-settings-trust-badges.php:192
4600
  msgid "Choose one of the styles for the floating trust badge."
4601
  msgstr ""
4602
 
4603
+ #: includes/settings/class-cr-settings-trust-badges.php:196 js/blocks.js:112
4604
  msgid "Light"
4605
  msgstr ""
4606
 
4607
+ #: includes/settings/class-cr-settings-trust-badges.php:197 js/blocks.js:116
4608
  msgid "Dark"
4609
  msgstr ""
4610
 
4611
+ #: includes/settings/class-cr-settings-trust-badges.php:202
4612
  msgid "Floating Badge Location"
4613
  msgstr ""
4614
 
4615
+ #: includes/settings/class-cr-settings-trust-badges.php:204
4616
  msgid "Choose one of the locations for the floating trust badge."
4617
  msgstr ""
4618
 
4619
+ #: includes/settings/class-cr-settings-trust-badges.php:208
4620
  msgid "Bottom right"
4621
  msgstr ""
4622
 
4623
+ #: includes/settings/class-cr-settings-trust-badges.php:209
4624
  msgid "Bottom left"
4625
  msgstr ""
4626
 
4627
+ #: includes/settings/class-cr-settings-trust-badges.php:294
4628
  msgid "color"
4629
  msgstr ""
4630
 
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] ""
4751
  msgstr[1] ""
4752
 
4753
  #: includes/trust-badge/class-cr-verified-reviews.php:58
4754
+ msgid "CusRev.com page activation error: 'Page URL' cannot be empty."
4755
  msgstr ""
4756
 
4757
  #: includes/trust-badge/class-cr-verified-reviews.php:89
4758
+ msgid "CusRev.com page activation error #98. "
4759
  msgstr ""
4760
 
4761
  #: includes/trust-badge/class-cr-verified-reviews.php:94
4762
+ msgid "CusRev.com page has been successfully enabled."
4763
  msgstr ""
4764
 
4765
  #: includes/trust-badge/class-cr-verified-reviews.php:97
4766
  msgid ""
4767
+ "CusRev.com page activation error: '%s' is already in use. Please enter a "
4768
  "different page name."
4769
  msgstr ""
4770
 
4771
  #: includes/trust-badge/class-cr-verified-reviews.php:100
4772
  msgid ""
4773
+ "CusRev.com page activation error: page URL contains unsupported symbols. "
4774
+ "Only latin characters (a-z), numbers (0-9), and . symbol are allowed."
4775
  msgstr ""
4776
 
4777
  #: includes/trust-badge/class-cr-verified-reviews.php:103
4781
  msgstr ""
4782
 
4783
  #: includes/trust-badge/class-cr-verified-reviews.php:106
4784
+ msgid "CusRev.com page activation error #99."
4785
  msgstr ""
4786
 
4787
  #: includes/trust-badge/class-cr-verified-reviews.php:142
4788
+ msgid "CusRev.com page deactivation error #98. Please try again."
4789
  msgstr ""
4790
 
4791
  #: includes/trust-badge/class-cr-verified-reviews.php:149
4792
+ msgid "CusRev.com page has been successfully disabled."
4793
  msgstr ""
4794
 
4795
  #: includes/trust-badge/class-cr-verified-reviews.php:153
4796
  msgid ""
4797
+ "CusRev.com page deactivation error: the page is blocked, please contact "
4798
+ "CusRev support for assistance."
4799
  msgstr ""
4800
 
4801
  #: includes/trust-badge/class-cr-verified-reviews.php:157
4802
+ msgid "CusRev.com page deactivation error #99."
4803
  msgstr ""
4804
 
4805
  #: ivole.php:135
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-10-28T14:21:16+00:00\n"
10
  "PO-Revision-Date: 2020-10-29 02:24+0000\n"
11
  "Last-Translator: \n"
12
  "Language-Team: \n"
@@ -43,27 +43,27 @@ msgstr ""
43
  msgid "This reply was originally posted on CR portal"
44
  msgstr ""
45
 
46
- #: class-ivole.php:150
47
  msgid "View CusRev documentation"
48
  msgstr ""
49
 
50
- #: class-ivole.php:150
51
  msgid "Docs"
52
  msgstr ""
53
 
54
- #: class-ivole.php:151
55
  msgid "Visit community forums"
56
  msgstr ""
57
 
58
- #: class-ivole.php:151
59
  msgid "Community support"
60
  msgstr ""
61
 
62
- #: class-ivole.php:161
63
  msgid "View Customer Reviews settings"
64
  msgstr ""
65
 
66
- #: class-ivole.php:161 includes/settings/class-cr-admin-menu-settings.php:60
67
  #: includes/settings/class-cr-admin-menu-settings.php:61
68
  msgid "Settings"
69
  msgstr ""
@@ -243,7 +243,7 @@ msgstr ""
243
  msgid "Item 2 Test"
244
  msgstr ""
245
 
246
- #: includes/emails/class-cr-email-func.php:263
247
  #: includes/reviews/class-cr-reviews-list-table.php:410
248
  msgid "Review"
249
  msgstr ""
@@ -380,7 +380,7 @@ msgstr ""
380
  #: includes/reviews/class-cr-admin-menu-reviews.php:59
381
  #: includes/reviews/class-cr-admin-menu-reviews.php:60
382
  #: includes/settings/class-cr-admin-menu-settings.php:143
383
- #: includes/settings/class-cr-settings-trust-badges.php:336
384
  msgid "Reviews"
385
  msgstr ""
386
 
@@ -2504,6 +2504,49 @@ msgid ""
2504
  "settings</a>."
2505
  msgstr ""
2506
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2507
  #: includes/settings/class-cr-settings-discount-tiers.php:37
2508
  msgid ""
2509
  "The option is not available with the coupon type selected for this discount "
@@ -2605,7 +2648,7 @@ msgid "Specific roles"
2605
  msgstr ""
2606
 
2607
  #: includes/settings/class-cr-settings-discount-tiers.php:146
2608
- #: includes/settings/class-cr-settings-review-reminder.php:362
2609
  msgid "Roles"
2610
  msgstr ""
2611
 
@@ -2816,7 +2859,7 @@ msgid ""
2816
  msgstr ""
2817
 
2818
  #: includes/settings/class-cr-settings-email-template.php:286
2819
- msgid "\"Reply-To\" Address"
2820
  msgstr ""
2821
 
2822
  #: includes/settings/class-cr-settings-email-template.php:301
@@ -2961,69 +3004,69 @@ msgid ""
2961
  "test email."
2962
  msgstr ""
2963
 
2964
- #: includes/settings/class-cr-settings-email-template.php:533
2965
  msgid "Return to emails"
2966
  msgstr ""
2967
 
2968
- #: includes/settings/class-cr-settings-email-template.php:552
2969
  msgid "Email template"
2970
  msgstr ""
2971
 
2972
- #: includes/settings/class-cr-settings-email-template.php:560
2973
  msgid "Delete template file"
2974
  msgstr ""
2975
 
2976
  #. translators: %s: Path to template file
2977
- #: includes/settings/class-cr-settings-email-template.php:566
2978
  msgid ""
2979
  "This template has been overridden by your theme and can be found in: %s."
2980
  msgstr ""
2981
 
2982
- #: includes/settings/class-cr-settings-email-template.php:596
2983
  msgid "Copy file to theme"
2984
  msgstr ""
2985
 
2986
  #. translators: 1: Path to template file 2: Path to theme folder
2987
- #: includes/settings/class-cr-settings-email-template.php:602
2988
  msgid ""
2989
  "To override and edit this email template copy %1$s to your theme folder: "
2990
  "%2$s."
2991
  msgstr ""
2992
 
2993
- #: includes/settings/class-cr-settings-email-template.php:610
2994
  msgid "File was not found."
2995
  msgstr ""
2996
 
2997
- #: includes/settings/class-cr-settings-email-template.php:632
2998
  msgid "View template"
2999
  msgstr ""
3000
 
3001
- #: includes/settings/class-cr-settings-email-template.php:633
3002
  msgid "Hide template"
3003
  msgstr ""
3004
 
3005
- #: includes/settings/class-cr-settings-email-template.php:647
3006
  msgid "Are you sure you want to delete this template file?"
3007
  msgstr ""
3008
 
3009
- #: includes/settings/class-cr-settings-email-template.php:668
3010
- #: includes/settings/class-cr-settings-email-template.php:674
3011
  msgid "'Email Body' field cannot be empty"
3012
  msgstr ""
3013
 
3014
- #: includes/settings/class-cr-settings-email-template.php:688
3015
  msgid "Action failed. Please refresh the page and retry."
3016
  msgstr ""
3017
 
3018
- #: includes/settings/class-cr-settings-email-template.php:692
3019
  msgid "You don&#8217;t have permission to do this."
3020
  msgstr ""
3021
 
3022
- #: includes/settings/class-cr-settings-email-template.php:714
3023
  msgid "Template file copied to theme."
3024
  msgstr ""
3025
 
3026
- #: includes/settings/class-cr-settings-email-template.php:726
3027
  msgid "Template file deleted from theme."
3028
  msgstr ""
3029
 
@@ -3031,11 +3074,11 @@ msgstr ""
3031
  msgid "Emails"
3032
  msgstr ""
3033
 
3034
- #: includes/settings/class-cr-settings-emails.php:69
3035
  msgid "Email Templates"
3036
  msgstr ""
3037
 
3038
- #: includes/settings/class-cr-settings-emails.php:71
3039
  msgid ""
3040
  "Adjust templates of the emails that will be sent to customers. If you enable "
3041
  "<b>advanced</b> email templates in your account on the %1$sCusRev website"
@@ -3043,15 +3086,15 @@ msgid ""
3043
  "below."
3044
  msgstr ""
3045
 
3046
- #: includes/settings/class-cr-settings-emails.php:102
3047
  msgid "Email"
3048
  msgstr ""
3049
 
3050
- #: includes/settings/class-cr-settings-emails.php:103
3051
  msgid "Subject"
3052
  msgstr ""
3053
 
3054
- #: includes/settings/class-cr-settings-emails.php:104
3055
  msgid "From"
3056
  msgstr ""
3057
 
@@ -3197,7 +3240,7 @@ msgid "Reply-To Address"
3197
  msgstr ""
3198
 
3199
  #: includes/settings/class-cr-settings-review-discount.php:109
3200
- #: includes/settings/class-cr-settings-review-reminder.php:480
3201
  msgid "Email Template"
3202
  msgstr ""
3203
 
@@ -3458,11 +3501,11 @@ msgstr ""
3458
  #: includes/settings/class-cr-settings-review-reminder.php:89
3459
  #: includes/settings/class-cr-settings-review-reminder.php:94
3460
  #: includes/settings/class-cr-settings-review-reminder.php:99
3461
- #: includes/settings/class-cr-settings-review-reminder.php:931
3462
- #: includes/settings/class-cr-settings-review-reminder.php:932
3463
- #: includes/settings/class-cr-settings-review-reminder.php:933
3464
- #: includes/settings/class-cr-settings-review-reminder.php:934
3465
- #: includes/settings/class-cr-settings-review-reminder.php:935
3466
  msgid "Checking license..."
3467
  msgstr ""
3468
 
@@ -3737,83 +3780,83 @@ msgid ""
3737
  "in this field."
3738
  msgstr ""
3739
 
3740
- #: includes/settings/class-cr-settings-review-reminder.php:314
3741
  msgid "Order Status"
3742
  msgstr ""
3743
 
3744
- #: includes/settings/class-cr-settings-review-reminder.php:316
3745
  msgid ""
3746
  "Review reminders will be sent N days after this order status. It is "
3747
  "recommended to use 'Completed' status."
3748
  msgstr ""
3749
 
3750
- #: includes/settings/class-cr-settings-review-reminder.php:325
3751
  msgid "Enable for"
3752
  msgstr ""
3753
 
3754
- #: includes/settings/class-cr-settings-review-reminder.php:327
3755
  msgid ""
3756
  "Define if reminders will be send for all or only specific categories of "
3757
  "products."
3758
  msgstr ""
3759
 
3760
- #: includes/settings/class-cr-settings-review-reminder.php:334
3761
  msgid "All Categories"
3762
  msgstr ""
3763
 
3764
- #: includes/settings/class-cr-settings-review-reminder.php:335
3765
  msgid "Specific Categories"
3766
  msgstr ""
3767
 
3768
- #: includes/settings/class-cr-settings-review-reminder.php:339
3769
  msgid "Categories"
3770
  msgstr ""
3771
 
3772
- #: includes/settings/class-cr-settings-review-reminder.php:341
3773
  msgid ""
3774
  "If reminders are enabled only for specific categories of products, this "
3775
  "field enables you to choose these categories."
3776
  msgstr ""
3777
 
3778
- #: includes/settings/class-cr-settings-review-reminder.php:348
3779
  msgid "Enable for Roles"
3780
  msgstr ""
3781
 
3782
- #: includes/settings/class-cr-settings-review-reminder.php:350
3783
  msgid ""
3784
  "Define if reminders will be send for all or only specific roles of users."
3785
  msgstr ""
3786
 
3787
- #: includes/settings/class-cr-settings-review-reminder.php:357
3788
  msgid "All Roles"
3789
  msgstr ""
3790
 
3791
- #: includes/settings/class-cr-settings-review-reminder.php:358
3792
  msgid "Specific Roles"
3793
  msgstr ""
3794
 
3795
- #: includes/settings/class-cr-settings-review-reminder.php:364
3796
  msgid ""
3797
  "If reminders are enabled only for specific user roles, this field enables "
3798
  "you to choose these roles."
3799
  msgstr ""
3800
 
3801
- #: includes/settings/class-cr-settings-review-reminder.php:371
3802
  msgid "Enable for Guests"
3803
  msgstr ""
3804
 
3805
- #: includes/settings/class-cr-settings-review-reminder.php:372
3806
  msgid ""
3807
  "Enable sending of review reminders to customers who place orders without an "
3808
  "account (guest checkout). It is recommended to enable this checkbox, if you "
3809
  "allow customers to place orders without creating an account on your site."
3810
  msgstr ""
3811
 
3812
- #: includes/settings/class-cr-settings-review-reminder.php:378
3813
  msgid "Reminders Scheduler"
3814
  msgstr ""
3815
 
3816
- #: includes/settings/class-cr-settings-review-reminder.php:380
3817
  msgid ""
3818
  "Define which scheduler the plugin will use to schedule automatic review "
3819
  "reminders. The default option is to use WordPress Cron (WP-Cron) for "
@@ -3822,53 +3865,53 @@ msgid ""
3822
  "CR Cron is an external service that requires a license key (free or pro)."
3823
  msgstr ""
3824
 
3825
- #: includes/settings/class-cr-settings-review-reminder.php:389
3826
  msgid "Enable Manual Reminders"
3827
  msgstr ""
3828
 
3829
- #: includes/settings/class-cr-settings-review-reminder.php:390
3830
  msgid ""
3831
  "Enable manual sending of follow-up emails with a reminder to submit a "
3832
  "review. Manual reminders can be sent for completed orders from %1$sOrders"
3833
  "%2$s page after enabling this option."
3834
  msgstr ""
3835
 
3836
- #: includes/settings/class-cr-settings-review-reminder.php:396
3837
  msgid "Limit Number of Reminders"
3838
  msgstr ""
3839
 
3840
- #: includes/settings/class-cr-settings-review-reminder.php:397
3841
  msgid ""
3842
  "Enable this checkbox to make sure that no more than one review reminder is "
3843
  "sent for each order."
3844
  msgstr ""
3845
 
3846
- #: includes/settings/class-cr-settings-review-reminder.php:403
3847
  msgid "Customer Consent"
3848
  msgstr ""
3849
 
3850
- #: includes/settings/class-cr-settings-review-reminder.php:404
3851
  msgid ""
3852
  "If this option is enabled, customers will be asked to tick a checkbox on the "
3853
  "checkout page to indicate that they would like to receive an invitation to "
3854
  "review their order."
3855
  msgstr ""
3856
 
3857
- #: includes/settings/class-cr-settings-review-reminder.php:410
3858
  msgid "Customer Consent Text"
3859
  msgstr ""
3860
 
3861
- #: includes/settings/class-cr-settings-review-reminder.php:411
3862
  msgid ""
3863
  "Text of the message shown to customers next to the consent checkbox on the "
3864
  "checkout page."
3865
  msgstr ""
3866
 
3867
- #: includes/settings/class-cr-settings-review-reminder.php:420
3868
  msgid "Registered Customers"
3869
  msgstr ""
3870
 
3871
- #: includes/settings/class-cr-settings-review-reminder.php:421
3872
  msgid ""
3873
  "By default, review reminders are sent to billing emails provided by "
3874
  "customers during checkout. If you enable this option, the plugin will check "
@@ -3877,51 +3920,51 @@ msgid ""
3877
  "this option disabled."
3878
  msgstr ""
3879
 
3880
- #: includes/settings/class-cr-settings-review-reminder.php:427
3881
  msgid "Moderation of Reviews"
3882
  msgstr ""
3883
 
3884
- #: includes/settings/class-cr-settings-review-reminder.php:428
3885
  msgid ""
3886
  "Enable manual moderation of reviews submitted by your verified customers. "
3887
  "This setting applies only to reviews submitted in response to reminders sent "
3888
  "by this plugin."
3889
  msgstr ""
3890
 
3891
- #: includes/settings/class-cr-settings-review-reminder.php:434
3892
  msgid "Exclude Free Products"
3893
  msgstr ""
3894
 
3895
- #: includes/settings/class-cr-settings-review-reminder.php:435
3896
  msgid "Enable this checkbox to exclude free products from review invitations."
3897
  msgstr ""
3898
 
3899
- #: includes/settings/class-cr-settings-review-reminder.php:441
3900
  msgid "Shop Name"
3901
  msgstr ""
3902
 
3903
- #: includes/settings/class-cr-settings-review-reminder.php:443
3904
  msgid ""
3905
  "Specify your shop name that will be used in emails and review forms "
3906
  "generated by this plugin."
3907
  msgstr ""
3908
 
3909
- #: includes/settings/class-cr-settings-review-reminder.php:458
3910
- #: includes/settings/class-cr-settings-review-reminder.php:464
3911
  msgid "Language"
3912
  msgstr ""
3913
 
3914
- #: includes/settings/class-cr-settings-review-reminder.php:466
3915
  msgid "Choose one of the available languages."
3916
  msgstr ""
3917
 
3918
- #: includes/settings/class-cr-settings-review-reminder.php:482
3919
  msgid ""
3920
  "The email template of review reminders can be configured on the <a href=\"%s"
3921
  "\">Emails</a> tab."
3922
  msgstr ""
3923
 
3924
- #: includes/settings/class-cr-settings-review-reminder.php:490
3925
  msgid ""
3926
  "Adjust template of the aggregated review forms that will be created and sent "
3927
  "to customers by CusRev. Modifications will be applied to the next review "
@@ -3930,55 +3973,55 @@ msgid ""
3930
  "b> the settings below."
3931
  msgstr ""
3932
 
3933
- #: includes/settings/class-cr-settings-review-reminder.php:492
3934
  msgid ""
3935
  "Adjust template of the aggregated review forms that will be created and sent "
3936
  "to customers. Modifications will be applied to the next review form created "
3937
  "after saving settings."
3938
  msgstr ""
3939
 
3940
- #: includes/settings/class-cr-settings-review-reminder.php:495
3941
  msgid "Review Form Template"
3942
  msgstr ""
3943
 
3944
- #: includes/settings/class-cr-settings-review-reminder.php:501
3945
  msgid "Form Header"
3946
  msgstr ""
3947
 
3948
- #: includes/settings/class-cr-settings-review-reminder.php:503
3949
  msgid "Header of the review form that will be sent to customers."
3950
  msgstr ""
3951
 
3952
- #: includes/settings/class-cr-settings-review-reminder.php:510
3953
  msgid "Form Body"
3954
  msgstr ""
3955
 
3956
- #: includes/settings/class-cr-settings-review-reminder.php:512
3957
  msgid "Body of the review form that will be sent to customers."
3958
  msgstr ""
3959
 
3960
- #: includes/settings/class-cr-settings-review-reminder.php:520
3961
  msgid "Shop Rating"
3962
  msgstr ""
3963
 
3964
- #: includes/settings/class-cr-settings-review-reminder.php:524
3965
  msgid ""
3966
  "Enable this option if you would like to include a separate question for a "
3967
  "general shop review in addition to questions for product reviews."
3968
  msgstr ""
3969
 
3970
- #: includes/settings/class-cr-settings-review-reminder.php:527
3971
  msgid "Comment Required"
3972
  msgstr ""
3973
 
3974
- #: includes/settings/class-cr-settings-review-reminder.php:531
3975
  msgid ""
3976
  "Enable this option if you would like to make it mandatory for your customers "
3977
  "to write something in their review. This option applies only to aggregated "
3978
  "review forms."
3979
  msgstr ""
3980
 
3981
- #: includes/settings/class-cr-settings-review-reminder.php:534
3982
  msgid ""
3983
  "Enable attachment of pictures and videos on aggregated review forms. "
3984
  "Uploaded media files are initially stored on Amazon S3 and automatically "
@@ -3988,7 +4031,7 @@ msgid ""
3988
  "%2$s."
3989
  msgstr ""
3990
 
3991
- #: includes/settings/class-cr-settings-review-reminder.php:536
3992
  msgid ""
3993
  "Enable attachment of pictures and videos on local aggregated review forms. "
3994
  "This option applies only to aggregated review forms. If you would like to "
@@ -3996,72 +4039,72 @@ msgid ""
3996
  "pages, this can be done %1$shere%2$s."
3997
  msgstr ""
3998
 
3999
- #: includes/settings/class-cr-settings-review-reminder.php:539
4000
  msgid "Attach Media"
4001
  msgstr ""
4002
 
4003
- #: includes/settings/class-cr-settings-review-reminder.php:549
4004
  msgid "Rating Bar"
4005
  msgstr ""
4006
 
4007
- #: includes/settings/class-cr-settings-review-reminder.php:553
4008
  msgid "Visual style of rating bars on review forms."
4009
  msgstr ""
4010
 
4011
- #: includes/settings/class-cr-settings-review-reminder.php:555
4012
  msgid "Smiley and frowny faces"
4013
  msgstr ""
4014
 
4015
- #: includes/settings/class-cr-settings-review-reminder.php:556
4016
  #: blocks/src/reviews-grid/edit.js:234 js/blocks.js:946
4017
  msgid "Stars"
4018
  msgstr ""
4019
 
4020
- #: includes/settings/class-cr-settings-review-reminder.php:561
4021
  msgid "Geolocation"
4022
  msgstr ""
4023
 
4024
- #: includes/settings/class-cr-settings-review-reminder.php:565
4025
  msgid ""
4026
  "Enable geolocation on aggregated review forms. Customers will have an option "
4027
  "to indicate where they are from. For example, \"England, United Kingdom\"."
4028
  msgstr ""
4029
 
4030
- #: includes/settings/class-cr-settings-review-reminder.php:566
4031
  msgid "Automatic geolocation on review forms."
4032
  msgstr ""
4033
 
4034
- #: includes/settings/class-cr-settings-review-reminder.php:572
4035
  msgid "Form Color 1"
4036
  msgstr ""
4037
 
4038
- #: includes/settings/class-cr-settings-review-reminder.php:576
4039
  msgid "Background color for heading of the form and product names."
4040
  msgstr ""
4041
 
4042
- #: includes/settings/class-cr-settings-review-reminder.php:580
4043
  msgid "Form Color 2"
4044
  msgstr ""
4045
 
4046
- #: includes/settings/class-cr-settings-review-reminder.php:584
4047
  msgid "Text color for product names."
4048
  msgstr ""
4049
 
4050
- #: includes/settings/class-cr-settings-review-reminder.php:588
4051
  msgid "Form Color 3"
4052
  msgstr ""
4053
 
4054
- #: includes/settings/class-cr-settings-review-reminder.php:592
4055
  msgid "Color of control elements (buttons, rating bars)."
4056
  msgstr ""
4057
 
4058
- #: includes/settings/class-cr-settings-review-reminder.php:948
4059
  msgid ""
4060
  "While editing the footer text please make sure to keep the unsubscribe link "
4061
  "markup:"
4062
  msgstr ""
4063
 
4064
- #: includes/settings/class-cr-settings-review-reminder.php:1017
4065
  msgid ""
4066
  "<strong>CR Cron could not be enabled because no license key was entered. A "
4067
  "license key (free or pro) is required to use CR Cron.</strong>"
@@ -4415,200 +4458,171 @@ msgid ""
4415
  "you should specify it here."
4416
  msgstr ""
4417
 
4418
- #: includes/settings/class-cr-settings-trust-badges.php:50
4419
  #: includes/settings/class-cr-settings-trust-badges.php:83
4420
- #: includes/settings/class-cr-settings-trust-badges.php:89
4421
  msgid "Trust Badges"
4422
  msgstr ""
4423
 
4424
- #: includes/settings/class-cr-settings-trust-badges.php:85
4425
  msgid ""
4426
- "<p>Increase your store's conversion rate by placing a \"trust badge\" on the "
4427
  "home, checkout or any other page(s). Let customers feel more confident about "
4428
  "shopping on your site by featuring a trust badge that shows a summary of "
4429
- "verified customer reviews. Trust badges can be enabled using shortcodes or "
4430
- "blocks in the page editor (blocks require WordPress 5.0 or newer).</"
4431
- "p><p>Reviews are considered to be verified when they are collected via an "
4432
- "independent third-party website (www.cusrev.com) integrated with this "
4433
- "plugin. Reviews submitted directly on your site cannot be considered as "
4434
- "verified. Each trust badge contains a nofollow link to a dedicated page at "
4435
- "<b>www.cusrev.com</b> with all verified reviews for your store. You can "
4436
- "configure URL of the page with verified reviews for your store below.</p>"
4437
- msgstr ""
4438
-
4439
- #: includes/settings/class-cr-settings-trust-badges.php:90
4440
- msgid ""
4441
- "Enable this option to display trust badges and additional %1$s icons for "
4442
- "individual reviews on product pages in your store. Each %2$s icon will "
4443
- "contain a nofollow link to a verified copy of the review on <strong>www."
4444
- "cusrev.com</strong>."
4445
- msgstr ""
4446
-
4447
- #: includes/settings/class-cr-settings-trust-badges.php:97
4448
- msgid "Verified Reviews Page"
4449
- msgstr ""
4450
-
4451
- #: includes/settings/class-cr-settings-trust-badges.php:98
4452
- msgid ""
4453
- "Specify name of the page with verified reviews. This will be a base URL for "
4454
- "reviews related to your shop. You can use alphanumeric symbols and '.' in "
4455
- "the name of the page."
4456
  msgstr ""
4457
 
4458
- #: includes/settings/class-cr-settings-trust-badges.php:106
4459
- msgid "Age Restriction"
4460
- msgstr ""
4461
-
4462
- #: includes/settings/class-cr-settings-trust-badges.php:107
4463
  msgid ""
4464
- "Enable this option if your store sells age-restricted products (e.g., adult "
4465
- "content, alcohol, etc.)"
 
4466
  msgstr ""
4467
 
4468
- #: includes/settings/class-cr-settings-trust-badges.php:117
4469
  msgid "Small Light Badge"
4470
  msgstr ""
4471
 
4472
- #: includes/settings/class-cr-settings-trust-badges.php:119
4473
  msgid "Shortcode and preview of the small light trust badge."
4474
  msgstr ""
4475
 
4476
- #: includes/settings/class-cr-settings-trust-badges.php:125
4477
  msgid "Small Light Badge (with Store Rating)"
4478
  msgstr ""
4479
 
4480
- #: includes/settings/class-cr-settings-trust-badges.php:127
4481
  msgid "Shortcode and preview of the small light trust badge with store rating."
4482
  msgstr ""
4483
 
4484
- #: includes/settings/class-cr-settings-trust-badges.php:133
4485
  msgid "Small Dark Badge"
4486
  msgstr ""
4487
 
4488
- #: includes/settings/class-cr-settings-trust-badges.php:135
4489
  msgid "Shortcode and preview of the small dark trust badge."
4490
  msgstr ""
4491
 
4492
- #: includes/settings/class-cr-settings-trust-badges.php:141
4493
  msgid "Small Dark Badge (with Store Rating)"
4494
  msgstr ""
4495
 
4496
- #: includes/settings/class-cr-settings-trust-badges.php:143
4497
  msgid "Shortcode and preview of the small dark trust badge with store rating."
4498
  msgstr ""
4499
 
4500
- #: includes/settings/class-cr-settings-trust-badges.php:149
4501
  msgid "Wide Light Badge"
4502
  msgstr ""
4503
 
4504
- #: includes/settings/class-cr-settings-trust-badges.php:151
4505
  msgid ""
4506
  "Shortcode and preview of the wide light trust badge. The wide badge has a "
4507
  "version for small screens that will be automatically shown when a website is "
4508
  "viewed from phones."
4509
  msgstr ""
4510
 
4511
- #: includes/settings/class-cr-settings-trust-badges.php:157
4512
  msgid "Wide Light Badge (with Store Rating)"
4513
  msgstr ""
4514
 
4515
- #: includes/settings/class-cr-settings-trust-badges.php:159
4516
  msgid ""
4517
  "Shortcode and preview of the wide light trust badge with store rating. The "
4518
  "wide badge has a version for small screens that will be automatically shown "
4519
  "when a website is viewed from phones."
4520
  msgstr ""
4521
 
4522
- #: includes/settings/class-cr-settings-trust-badges.php:165
4523
  msgid "Wide Dark Badge"
4524
  msgstr ""
4525
 
4526
- #: includes/settings/class-cr-settings-trust-badges.php:167
4527
  msgid ""
4528
  "Shortcode and preview of the wide dark trust badge. The wide badge has a "
4529
  "version for small screens that will be automatically shown when a website is "
4530
  "viewed from phones."
4531
  msgstr ""
4532
 
4533
- #: includes/settings/class-cr-settings-trust-badges.php:173
4534
  msgid "Wide Dark Badge (with Store Rating)"
4535
  msgstr ""
4536
 
4537
- #: includes/settings/class-cr-settings-trust-badges.php:175
4538
  msgid ""
4539
  "Shortcode and preview of the wide dark trust badge with store rating. The "
4540
  "wide badge has a version for small screens that will be automatically shown "
4541
  "when a website is viewed from phones."
4542
  msgstr ""
4543
 
4544
- #: includes/settings/class-cr-settings-trust-badges.php:181
4545
  msgid "Compact Light Badge"
4546
  msgstr ""
4547
 
4548
- #: includes/settings/class-cr-settings-trust-badges.php:183
4549
  msgid "Shortcode and preview of the compact light trust badge."
4550
  msgstr ""
4551
 
4552
- #: includes/settings/class-cr-settings-trust-badges.php:189
4553
  msgid "Compact Dark Badge"
4554
  msgstr ""
4555
 
4556
- #: includes/settings/class-cr-settings-trust-badges.php:191
4557
  msgid "Shortcode and preview of the compact dark trust badge."
4558
  msgstr ""
4559
 
4560
- #: includes/settings/class-cr-settings-trust-badges.php:201
4561
  msgid "Floating Trust Badge"
4562
  msgstr ""
4563
 
4564
- #: includes/settings/class-cr-settings-trust-badges.php:203
4565
  msgid ""
4566
  "Settings to display a floating badge with a summary of verified reviews."
4567
  msgstr ""
4568
 
4569
- #: includes/settings/class-cr-settings-trust-badges.php:207
4570
  msgid "Floating Badge"
4571
  msgstr ""
4572
 
4573
- #: includes/settings/class-cr-settings-trust-badges.php:209
4574
  msgid ""
4575
  "Enable this checkbox to display a floating trust badge on public pages of "
4576
  "the website."
4577
  msgstr ""
4578
 
4579
- #: includes/settings/class-cr-settings-trust-badges.php:214
4580
  msgid "Floating Badge Style"
4581
  msgstr ""
4582
 
4583
- #: includes/settings/class-cr-settings-trust-badges.php:216
4584
  msgid "Choose one of the styles for the floating trust badge."
4585
  msgstr ""
4586
 
4587
- #: includes/settings/class-cr-settings-trust-badges.php:220 js/blocks.js:112
4588
  msgid "Light"
4589
  msgstr ""
4590
 
4591
- #: includes/settings/class-cr-settings-trust-badges.php:221 js/blocks.js:116
4592
  msgid "Dark"
4593
  msgstr ""
4594
 
4595
- #: includes/settings/class-cr-settings-trust-badges.php:226
4596
  msgid "Floating Badge Location"
4597
  msgstr ""
4598
 
4599
- #: includes/settings/class-cr-settings-trust-badges.php:228
4600
  msgid "Choose one of the locations for the floating trust badge."
4601
  msgstr ""
4602
 
4603
- #: includes/settings/class-cr-settings-trust-badges.php:232
4604
  msgid "Bottom right"
4605
  msgstr ""
4606
 
4607
- #: includes/settings/class-cr-settings-trust-badges.php:233
4608
  msgid "Bottom left"
4609
  msgstr ""
4610
 
4611
- #: includes/settings/class-cr-settings-trust-badges.php:318
4612
  msgid "color"
4613
  msgstr ""
4614
 
@@ -4679,75 +4693,83 @@ msgstr ""
4679
  msgid "Tags for Reviews"
4680
  msgstr ""
4681
 
4682
- #: includes/trust-badge/class-cr-trust-badge.php:201
4683
  msgid "Independently verified"
4684
  msgstr ""
4685
 
4686
- #: includes/trust-badge/class-cr-trust-badge.php:202
4687
  msgid "independently verified"
4688
  msgstr ""
4689
 
4690
- #: includes/trust-badge/class-cr-trust-badge.php:204
 
 
 
 
 
 
 
 
4691
  msgid "%s rating"
4692
  msgstr ""
4693
 
4694
- #: includes/trust-badge/class-cr-trust-badge.php:205
4695
  msgid "rating %s / 5"
4696
  msgstr ""
4697
 
4698
- #: includes/trust-badge/class-cr-trust-badge.php:206
4699
  msgid "%s store rating"
4700
  msgstr ""
4701
 
4702
- #: includes/trust-badge/class-cr-trust-badge.php:207
4703
  msgid "Store rating %s / 5"
4704
  msgstr ""
4705
 
4706
- #: includes/trust-badge/class-cr-trust-badge.php:208
4707
  msgid "store rating"
4708
  msgstr ""
4709
 
4710
- #: includes/trust-badge/class-cr-trust-badge.php:209
4711
  msgid "%s product rating"
4712
  msgstr ""
4713
 
4714
- #: includes/trust-badge/class-cr-trust-badge.php:210
4715
  msgid "Product rating %s / 5"
4716
  msgstr ""
4717
 
4718
- #: includes/trust-badge/class-cr-trust-badge.php:211
4719
  msgid "product rating"
4720
  msgstr ""
4721
 
4722
- #: includes/trust-badge/class-cr-trust-badge.php:212
4723
- #: includes/trust-badge/class-cr-trust-badge.php:213 templates/cr-rating.php:44
4724
  msgid "%s review"
4725
  msgid_plural "%s reviews"
4726
  msgstr[0] ""
4727
  msgstr[1] ""
4728
 
4729
  #: includes/trust-badge/class-cr-verified-reviews.php:58
4730
- msgid "Trust badges activation error: 'Verified Reviews Page' cannot be empty."
4731
  msgstr ""
4732
 
4733
  #: includes/trust-badge/class-cr-verified-reviews.php:89
4734
- msgid "Trust badges activation error #98. "
4735
  msgstr ""
4736
 
4737
  #: includes/trust-badge/class-cr-verified-reviews.php:94
4738
- msgid "Trust badges have been successfully activated."
4739
  msgstr ""
4740
 
4741
  #: includes/trust-badge/class-cr-verified-reviews.php:97
4742
  msgid ""
4743
- "Trust badges activation error: '%s' is already in use. Please enter a "
4744
  "different page name."
4745
  msgstr ""
4746
 
4747
  #: includes/trust-badge/class-cr-verified-reviews.php:100
4748
  msgid ""
4749
- "Trust badges activation error: page name contains unsupported symbols. Only "
4750
- "latin characters (a-z), numbers (0-9), and . symbol are allowed."
4751
  msgstr ""
4752
 
4753
  #: includes/trust-badge/class-cr-verified-reviews.php:103
@@ -4757,25 +4779,25 @@ msgid ""
4757
  msgstr ""
4758
 
4759
  #: includes/trust-badge/class-cr-verified-reviews.php:106
4760
- msgid "Trust badges activation error #99."
4761
  msgstr ""
4762
 
4763
  #: includes/trust-badge/class-cr-verified-reviews.php:142
4764
- msgid "Trust badges deactivation error #98. Please try again."
4765
  msgstr ""
4766
 
4767
  #: includes/trust-badge/class-cr-verified-reviews.php:149
4768
- msgid "Trust badges have been successfully deactivated."
4769
  msgstr ""
4770
 
4771
  #: includes/trust-badge/class-cr-verified-reviews.php:153
4772
  msgid ""
4773
- "Trust badges deactivation error: the page is blocked, please contact CusRev "
4774
- "support for assistance."
4775
  msgstr ""
4776
 
4777
  #: includes/trust-badge/class-cr-verified-reviews.php:157
4778
- msgid "Trust badges deactivation error #99."
4779
  msgstr ""
4780
 
4781
  #: ivole.php:135
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"
43
  msgid "This reply was originally posted on CR portal"
44
  msgstr ""
45
 
46
+ #: class-ivole.php:152
47
  msgid "View CusRev documentation"
48
  msgstr ""
49
 
50
+ #: class-ivole.php:152
51
  msgid "Docs"
52
  msgstr ""
53
 
54
+ #: class-ivole.php:153
55
  msgid "Visit community forums"
56
  msgstr ""
57
 
58
+ #: class-ivole.php:153
59
  msgid "Community support"
60
  msgstr ""
61
 
62
+ #: class-ivole.php:163
63
  msgid "View Customer Reviews settings"
64
  msgstr ""
65
 
66
+ #: class-ivole.php:163 includes/settings/class-cr-admin-menu-settings.php:60
67
  #: includes/settings/class-cr-admin-menu-settings.php:61
68
  msgid "Settings"
69
  msgstr ""
243
  msgid "Item 2 Test"
244
  msgstr ""
245
 
246
+ #: includes/emails/class-cr-email-func.php:264
247
  #: includes/reviews/class-cr-reviews-list-table.php:410
248
  msgid "Review"
249
  msgstr ""
380
  #: includes/reviews/class-cr-admin-menu-reviews.php:59
381
  #: includes/reviews/class-cr-admin-menu-reviews.php:60
382
  #: includes/settings/class-cr-admin-menu-settings.php:143
383
+ #: includes/settings/class-cr-settings-trust-badges.php:310
384
  msgid "Reviews"
385
  msgstr ""
386
 
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 "
2524
+ "%1$s icons for individual reviews on product pages of your store will be "
2525
+ "displayed. Each %2$s icon will contain a nofollow link to a verified copy of "
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.)"
2548
+ msgstr ""
2549
+
2550
  #: includes/settings/class-cr-settings-discount-tiers.php:37
2551
  msgid ""
2552
  "The option is not available with the coupon type selected for this discount "
2648
  msgstr ""
2649
 
2650
  #: includes/settings/class-cr-settings-discount-tiers.php:146
2651
+ #: includes/settings/class-cr-settings-review-reminder.php:367
2652
  msgid "Roles"
2653
  msgstr ""
2654
 
2859
  msgstr ""
2860
 
2861
  #: includes/settings/class-cr-settings-email-template.php:286
2862
+ msgid "\"Reply-To\" address"
2863
  msgstr ""
2864
 
2865
  #: includes/settings/class-cr-settings-email-template.php:301
3004
  "test email."
3005
  msgstr ""
3006
 
3007
+ #: includes/settings/class-cr-settings-email-template.php:536
3008
  msgid "Return to emails"
3009
  msgstr ""
3010
 
3011
+ #: includes/settings/class-cr-settings-email-template.php:559
3012
  msgid "Email template"
3013
  msgstr ""
3014
 
3015
+ #: includes/settings/class-cr-settings-email-template.php:567
3016
  msgid "Delete template file"
3017
  msgstr ""
3018
 
3019
  #. translators: %s: Path to template file
3020
+ #: includes/settings/class-cr-settings-email-template.php:573
3021
  msgid ""
3022
  "This template has been overridden by your theme and can be found in: %s."
3023
  msgstr ""
3024
 
3025
+ #: includes/settings/class-cr-settings-email-template.php:603
3026
  msgid "Copy file to theme"
3027
  msgstr ""
3028
 
3029
  #. translators: 1: Path to template file 2: Path to theme folder
3030
+ #: includes/settings/class-cr-settings-email-template.php:609
3031
  msgid ""
3032
  "To override and edit this email template copy %1$s to your theme folder: "
3033
  "%2$s."
3034
  msgstr ""
3035
 
3036
+ #: includes/settings/class-cr-settings-email-template.php:617
3037
  msgid "File was not found."
3038
  msgstr ""
3039
 
3040
+ #: includes/settings/class-cr-settings-email-template.php:639
3041
  msgid "View template"
3042
  msgstr ""
3043
 
3044
+ #: includes/settings/class-cr-settings-email-template.php:640
3045
  msgid "Hide template"
3046
  msgstr ""
3047
 
3048
+ #: includes/settings/class-cr-settings-email-template.php:654
3049
  msgid "Are you sure you want to delete this template file?"
3050
  msgstr ""
3051
 
3052
+ #: includes/settings/class-cr-settings-email-template.php:675
3053
+ #: includes/settings/class-cr-settings-email-template.php:681
3054
  msgid "'Email Body' field cannot be empty"
3055
  msgstr ""
3056
 
3057
+ #: includes/settings/class-cr-settings-email-template.php:695
3058
  msgid "Action failed. Please refresh the page and retry."
3059
  msgstr ""
3060
 
3061
+ #: includes/settings/class-cr-settings-email-template.php:699
3062
  msgid "You don&#8217;t have permission to do this."
3063
  msgstr ""
3064
 
3065
+ #: includes/settings/class-cr-settings-email-template.php:721
3066
  msgid "Template file copied to theme."
3067
  msgstr ""
3068
 
3069
+ #: includes/settings/class-cr-settings-email-template.php:733
3070
  msgid "Template file deleted from theme."
3071
  msgstr ""
3072
 
3074
  msgid "Emails"
3075
  msgstr ""
3076
 
3077
+ #: includes/settings/class-cr-settings-emails.php:76
3078
  msgid "Email Templates"
3079
  msgstr ""
3080
 
3081
+ #: includes/settings/class-cr-settings-emails.php:78
3082
  msgid ""
3083
  "Adjust templates of the emails that will be sent to customers. If you enable "
3084
  "<b>advanced</b> email templates in your account on the %1$sCusRev website"
3086
  "below."
3087
  msgstr ""
3088
 
3089
+ #: includes/settings/class-cr-settings-emails.php:109
3090
  msgid "Email"
3091
  msgstr ""
3092
 
3093
+ #: includes/settings/class-cr-settings-emails.php:110
3094
  msgid "Subject"
3095
  msgstr ""
3096
 
3097
+ #: includes/settings/class-cr-settings-emails.php:111
3098
  msgid "From"
3099
  msgstr ""
3100
 
3240
  msgstr ""
3241
 
3242
  #: includes/settings/class-cr-settings-review-discount.php:109
3243
+ #: includes/settings/class-cr-settings-review-reminder.php:494
3244
  msgid "Email Template"
3245
  msgstr ""
3246
 
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
3504
+ #: includes/settings/class-cr-settings-review-reminder.php:945
3505
+ #: includes/settings/class-cr-settings-review-reminder.php:946
3506
+ #: includes/settings/class-cr-settings-review-reminder.php:947
3507
+ #: includes/settings/class-cr-settings-review-reminder.php:948
3508
+ #: includes/settings/class-cr-settings-review-reminder.php:949
3509
  msgid "Checking license..."
3510
  msgstr ""
3511
 
3780
  "in this field."
3781
  msgstr ""
3782
 
3783
+ #: includes/settings/class-cr-settings-review-reminder.php:315
3784
  msgid "Order Status"
3785
  msgstr ""
3786
 
3787
+ #: includes/settings/class-cr-settings-review-reminder.php:317
3788
  msgid ""
3789
  "Review reminders will be sent N days after this order status. It is "
3790
  "recommended to use 'Completed' status."
3791
  msgstr ""
3792
 
3793
+ #: includes/settings/class-cr-settings-review-reminder.php:327
3794
  msgid "Enable for"
3795
  msgstr ""
3796
 
3797
+ #: includes/settings/class-cr-settings-review-reminder.php:329
3798
  msgid ""
3799
  "Define if reminders will be send for all or only specific categories of "
3800
  "products."
3801
  msgstr ""
3802
 
3803
+ #: includes/settings/class-cr-settings-review-reminder.php:336
3804
  msgid "All Categories"
3805
  msgstr ""
3806
 
3807
+ #: includes/settings/class-cr-settings-review-reminder.php:337
3808
  msgid "Specific Categories"
3809
  msgstr ""
3810
 
3811
+ #: includes/settings/class-cr-settings-review-reminder.php:342
3812
  msgid "Categories"
3813
  msgstr ""
3814
 
3815
+ #: includes/settings/class-cr-settings-review-reminder.php:344
3816
  msgid ""
3817
  "If reminders are enabled only for specific categories of products, this "
3818
  "field enables you to choose these categories."
3819
  msgstr ""
3820
 
3821
+ #: includes/settings/class-cr-settings-review-reminder.php:352
3822
  msgid "Enable for Roles"
3823
  msgstr ""
3824
 
3825
+ #: includes/settings/class-cr-settings-review-reminder.php:354
3826
  msgid ""
3827
  "Define if reminders will be send for all or only specific roles of users."
3828
  msgstr ""
3829
 
3830
+ #: includes/settings/class-cr-settings-review-reminder.php:361
3831
  msgid "All Roles"
3832
  msgstr ""
3833
 
3834
+ #: includes/settings/class-cr-settings-review-reminder.php:362
3835
  msgid "Specific Roles"
3836
  msgstr ""
3837
 
3838
+ #: includes/settings/class-cr-settings-review-reminder.php:369
3839
  msgid ""
3840
  "If reminders are enabled only for specific user roles, this field enables "
3841
  "you to choose these roles."
3842
  msgstr ""
3843
 
3844
+ #: includes/settings/class-cr-settings-review-reminder.php:377
3845
  msgid "Enable for Guests"
3846
  msgstr ""
3847
 
3848
+ #: includes/settings/class-cr-settings-review-reminder.php:378
3849
  msgid ""
3850
  "Enable sending of review reminders to customers who place orders without an "
3851
  "account (guest checkout). It is recommended to enable this checkbox, if you "
3852
  "allow customers to place orders without creating an account on your site."
3853
  msgstr ""
3854
 
3855
+ #: includes/settings/class-cr-settings-review-reminder.php:385
3856
  msgid "Reminders Scheduler"
3857
  msgstr ""
3858
 
3859
+ #: includes/settings/class-cr-settings-review-reminder.php:387
3860
  msgid ""
3861
  "Define which scheduler the plugin will use to schedule automatic review "
3862
  "reminders. The default option is to use WordPress Cron (WP-Cron) for "
3865
  "CR Cron is an external service that requires a license key (free or pro)."
3866
  msgstr ""
3867
 
3868
+ #: includes/settings/class-cr-settings-review-reminder.php:397
3869
  msgid "Enable Manual Reminders"
3870
  msgstr ""
3871
 
3872
+ #: includes/settings/class-cr-settings-review-reminder.php:398
3873
  msgid ""
3874
  "Enable manual sending of follow-up emails with a reminder to submit a "
3875
  "review. Manual reminders can be sent for completed orders from %1$sOrders"
3876
  "%2$s page after enabling this option."
3877
  msgstr ""
3878
 
3879
+ #: includes/settings/class-cr-settings-review-reminder.php:405
3880
  msgid "Limit Number of Reminders"
3881
  msgstr ""
3882
 
3883
+ #: includes/settings/class-cr-settings-review-reminder.php:406
3884
  msgid ""
3885
  "Enable this checkbox to make sure that no more than one review reminder is "
3886
  "sent for each order."
3887
  msgstr ""
3888
 
3889
+ #: includes/settings/class-cr-settings-review-reminder.php:413
3890
  msgid "Customer Consent"
3891
  msgstr ""
3892
 
3893
+ #: includes/settings/class-cr-settings-review-reminder.php:414
3894
  msgid ""
3895
  "If this option is enabled, customers will be asked to tick a checkbox on the "
3896
  "checkout page to indicate that they would like to receive an invitation to "
3897
  "review their order."
3898
  msgstr ""
3899
 
3900
+ #: includes/settings/class-cr-settings-review-reminder.php:420
3901
  msgid "Customer Consent Text"
3902
  msgstr ""
3903
 
3904
+ #: includes/settings/class-cr-settings-review-reminder.php:421
3905
  msgid ""
3906
  "Text of the message shown to customers next to the consent checkbox on the "
3907
  "checkout page."
3908
  msgstr ""
3909
 
3910
+ #: includes/settings/class-cr-settings-review-reminder.php:430
3911
  msgid "Registered Customers"
3912
  msgstr ""
3913
 
3914
+ #: includes/settings/class-cr-settings-review-reminder.php:431
3915
  msgid ""
3916
  "By default, review reminders are sent to billing emails provided by "
3917
  "customers during checkout. If you enable this option, the plugin will check "
3920
  "this option disabled."
3921
  msgstr ""
3922
 
3923
+ #: includes/settings/class-cr-settings-review-reminder.php:438
3924
  msgid "Moderation of Reviews"
3925
  msgstr ""
3926
 
3927
+ #: includes/settings/class-cr-settings-review-reminder.php:439
3928
  msgid ""
3929
  "Enable manual moderation of reviews submitted by your verified customers. "
3930
  "This setting applies only to reviews submitted in response to reminders sent "
3931
  "by this plugin."
3932
  msgstr ""
3933
 
3934
+ #: includes/settings/class-cr-settings-review-reminder.php:446
3935
  msgid "Exclude Free Products"
3936
  msgstr ""
3937
 
3938
+ #: includes/settings/class-cr-settings-review-reminder.php:447
3939
  msgid "Enable this checkbox to exclude free products from review invitations."
3940
  msgstr ""
3941
 
3942
+ #: includes/settings/class-cr-settings-review-reminder.php:454
3943
  msgid "Shop Name"
3944
  msgstr ""
3945
 
3946
+ #: includes/settings/class-cr-settings-review-reminder.php:456
3947
  msgid ""
3948
  "Specify your shop name that will be used in emails and review forms "
3949
  "generated by this plugin."
3950
  msgstr ""
3951
 
3952
+ #: includes/settings/class-cr-settings-review-reminder.php:471
3953
+ #: includes/settings/class-cr-settings-review-reminder.php:477
3954
  msgid "Language"
3955
  msgstr ""
3956
 
3957
+ #: includes/settings/class-cr-settings-review-reminder.php:479
3958
  msgid "Choose one of the available languages."
3959
  msgstr ""
3960
 
3961
+ #: includes/settings/class-cr-settings-review-reminder.php:496
3962
  msgid ""
3963
  "The email template of review reminders can be configured on the <a href=\"%s"
3964
  "\">Emails</a> tab."
3965
  msgstr ""
3966
 
3967
+ #: includes/settings/class-cr-settings-review-reminder.php:504
3968
  msgid ""
3969
  "Adjust template of the aggregated review forms that will be created and sent "
3970
  "to customers by CusRev. Modifications will be applied to the next review "
3973
  "b> the settings below."
3974
  msgstr ""
3975
 
3976
+ #: includes/settings/class-cr-settings-review-reminder.php:506
3977
  msgid ""
3978
  "Adjust template of the aggregated review forms that will be created and sent "
3979
  "to customers. Modifications will be applied to the next review form created "
3980
  "after saving settings."
3981
  msgstr ""
3982
 
3983
+ #: includes/settings/class-cr-settings-review-reminder.php:509
3984
  msgid "Review Form Template"
3985
  msgstr ""
3986
 
3987
+ #: includes/settings/class-cr-settings-review-reminder.php:515
3988
  msgid "Form Header"
3989
  msgstr ""
3990
 
3991
+ #: includes/settings/class-cr-settings-review-reminder.php:517
3992
  msgid "Header of the review form that will be sent to customers."
3993
  msgstr ""
3994
 
3995
+ #: includes/settings/class-cr-settings-review-reminder.php:524
3996
  msgid "Form Body"
3997
  msgstr ""
3998
 
3999
+ #: includes/settings/class-cr-settings-review-reminder.php:526
4000
  msgid "Body of the review form that will be sent to customers."
4001
  msgstr ""
4002
 
4003
+ #: includes/settings/class-cr-settings-review-reminder.php:534
4004
  msgid "Shop Rating"
4005
  msgstr ""
4006
 
4007
+ #: includes/settings/class-cr-settings-review-reminder.php:538
4008
  msgid ""
4009
  "Enable this option if you would like to include a separate question for a "
4010
  "general shop review in addition to questions for product reviews."
4011
  msgstr ""
4012
 
4013
+ #: includes/settings/class-cr-settings-review-reminder.php:541
4014
  msgid "Comment Required"
4015
  msgstr ""
4016
 
4017
+ #: includes/settings/class-cr-settings-review-reminder.php:545
4018
  msgid ""
4019
  "Enable this option if you would like to make it mandatory for your customers "
4020
  "to write something in their review. This option applies only to aggregated "
4021
  "review forms."
4022
  msgstr ""
4023
 
4024
+ #: includes/settings/class-cr-settings-review-reminder.php:548
4025
  msgid ""
4026
  "Enable attachment of pictures and videos on aggregated review forms. "
4027
  "Uploaded media files are initially stored on Amazon S3 and automatically "
4031
  "%2$s."
4032
  msgstr ""
4033
 
4034
+ #: includes/settings/class-cr-settings-review-reminder.php:550
4035
  msgid ""
4036
  "Enable attachment of pictures and videos on local aggregated review forms. "
4037
  "This option applies only to aggregated review forms. If you would like to "
4039
  "pages, this can be done %1$shere%2$s."
4040
  msgstr ""
4041
 
4042
+ #: includes/settings/class-cr-settings-review-reminder.php:553
4043
  msgid "Attach Media"
4044
  msgstr ""
4045
 
4046
+ #: includes/settings/class-cr-settings-review-reminder.php:563
4047
  msgid "Rating Bar"
4048
  msgstr ""
4049
 
4050
+ #: includes/settings/class-cr-settings-review-reminder.php:567
4051
  msgid "Visual style of rating bars on review forms."
4052
  msgstr ""
4053
 
4054
+ #: includes/settings/class-cr-settings-review-reminder.php:569
4055
  msgid "Smiley and frowny faces"
4056
  msgstr ""
4057
 
4058
+ #: includes/settings/class-cr-settings-review-reminder.php:570
4059
  #: blocks/src/reviews-grid/edit.js:234 js/blocks.js:946
4060
  msgid "Stars"
4061
  msgstr ""
4062
 
4063
+ #: includes/settings/class-cr-settings-review-reminder.php:575
4064
  msgid "Geolocation"
4065
  msgstr ""
4066
 
4067
+ #: includes/settings/class-cr-settings-review-reminder.php:579
4068
  msgid ""
4069
  "Enable geolocation on aggregated review forms. Customers will have an option "
4070
  "to indicate where they are from. For example, \"England, United Kingdom\"."
4071
  msgstr ""
4072
 
4073
+ #: includes/settings/class-cr-settings-review-reminder.php:580
4074
  msgid "Automatic geolocation on review forms."
4075
  msgstr ""
4076
 
4077
+ #: includes/settings/class-cr-settings-review-reminder.php:586
4078
  msgid "Form Color 1"
4079
  msgstr ""
4080
 
4081
+ #: includes/settings/class-cr-settings-review-reminder.php:590
4082
  msgid "Background color for heading of the form and product names."
4083
  msgstr ""
4084
 
4085
+ #: includes/settings/class-cr-settings-review-reminder.php:594
4086
  msgid "Form Color 2"
4087
  msgstr ""
4088
 
4089
+ #: includes/settings/class-cr-settings-review-reminder.php:598
4090
  msgid "Text color for product names."
4091
  msgstr ""
4092
 
4093
+ #: includes/settings/class-cr-settings-review-reminder.php:602
4094
  msgid "Form Color 3"
4095
  msgstr ""
4096
 
4097
+ #: includes/settings/class-cr-settings-review-reminder.php:606
4098
  msgid "Color of control elements (buttons, rating bars)."
4099
  msgstr ""
4100
 
4101
+ #: includes/settings/class-cr-settings-review-reminder.php:962
4102
  msgid ""
4103
  "While editing the footer text please make sure to keep the unsubscribe link "
4104
  "markup:"
4105
  msgstr ""
4106
 
4107
+ #: includes/settings/class-cr-settings-review-reminder.php:1031
4108
  msgid ""
4109
  "<strong>CR Cron could not be enabled because no license key was entered. A "
4110
  "license key (free or pro) is required to use CR Cron.</strong>"
4458
  "you should specify it here."
4459
  msgstr ""
4460
 
4461
+ #: includes/settings/class-cr-settings-trust-badges.php:45
4462
  #: includes/settings/class-cr-settings-trust-badges.php:83
 
4463
  msgid "Trust Badges"
4464
  msgstr ""
4465
 
4466
+ #: includes/settings/class-cr-settings-trust-badges.php:86
4467
  msgid ""
4468
+ "Increase your store's conversion rate by placing a \"trust badge\" on the "
4469
  "home, checkout or any other page(s). Let customers feel more confident about "
4470
  "shopping on your site by featuring a trust badge that shows a summary of "
4471
+ "customer reviews. Trust badges can be enabled using shortcodes or blocks in "
4472
+ "the page editor (blocks require WordPress 5.0 or newer)."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4473
  msgstr ""
4474
 
4475
+ #: includes/settings/class-cr-settings-trust-badges.php:88
 
 
 
 
4476
  msgid ""
4477
+ "If you enable <a href=\"%1$s\">verification of reviews</a> and claim a <a "
4478
+ "href=\"%2$s\">dedicated page</a> at CusRev.com website, trust badges will "
4479
+ "include a nofollow link to your page there."
4480
  msgstr ""
4481
 
4482
+ #: includes/settings/class-cr-settings-trust-badges.php:93
4483
  msgid "Small Light Badge"
4484
  msgstr ""
4485
 
4486
+ #: includes/settings/class-cr-settings-trust-badges.php:95
4487
  msgid "Shortcode and preview of the small light trust badge."
4488
  msgstr ""
4489
 
4490
+ #: includes/settings/class-cr-settings-trust-badges.php:101
4491
  msgid "Small Light Badge (with Store Rating)"
4492
  msgstr ""
4493
 
4494
+ #: includes/settings/class-cr-settings-trust-badges.php:103
4495
  msgid "Shortcode and preview of the small light trust badge with store rating."
4496
  msgstr ""
4497
 
4498
+ #: includes/settings/class-cr-settings-trust-badges.php:109
4499
  msgid "Small Dark Badge"
4500
  msgstr ""
4501
 
4502
+ #: includes/settings/class-cr-settings-trust-badges.php:111
4503
  msgid "Shortcode and preview of the small dark trust badge."
4504
  msgstr ""
4505
 
4506
+ #: includes/settings/class-cr-settings-trust-badges.php:117
4507
  msgid "Small Dark Badge (with Store Rating)"
4508
  msgstr ""
4509
 
4510
+ #: includes/settings/class-cr-settings-trust-badges.php:119
4511
  msgid "Shortcode and preview of the small dark trust badge with store rating."
4512
  msgstr ""
4513
 
4514
+ #: includes/settings/class-cr-settings-trust-badges.php:125
4515
  msgid "Wide Light Badge"
4516
  msgstr ""
4517
 
4518
+ #: includes/settings/class-cr-settings-trust-badges.php:127
4519
  msgid ""
4520
  "Shortcode and preview of the wide light trust badge. The wide badge has a "
4521
  "version for small screens that will be automatically shown when a website is "
4522
  "viewed from phones."
4523
  msgstr ""
4524
 
4525
+ #: includes/settings/class-cr-settings-trust-badges.php:133
4526
  msgid "Wide Light Badge (with Store Rating)"
4527
  msgstr ""
4528
 
4529
+ #: includes/settings/class-cr-settings-trust-badges.php:135
4530
  msgid ""
4531
  "Shortcode and preview of the wide light trust badge with store rating. The "
4532
  "wide badge has a version for small screens that will be automatically shown "
4533
  "when a website is viewed from phones."
4534
  msgstr ""
4535
 
4536
+ #: includes/settings/class-cr-settings-trust-badges.php:141
4537
  msgid "Wide Dark Badge"
4538
  msgstr ""
4539
 
4540
+ #: includes/settings/class-cr-settings-trust-badges.php:143
4541
  msgid ""
4542
  "Shortcode and preview of the wide dark trust badge. The wide badge has a "
4543
  "version for small screens that will be automatically shown when a website is "
4544
  "viewed from phones."
4545
  msgstr ""
4546
 
4547
+ #: includes/settings/class-cr-settings-trust-badges.php:149
4548
  msgid "Wide Dark Badge (with Store Rating)"
4549
  msgstr ""
4550
 
4551
+ #: includes/settings/class-cr-settings-trust-badges.php:151
4552
  msgid ""
4553
  "Shortcode and preview of the wide dark trust badge with store rating. The "
4554
  "wide badge has a version for small screens that will be automatically shown "
4555
  "when a website is viewed from phones."
4556
  msgstr ""
4557
 
4558
+ #: includes/settings/class-cr-settings-trust-badges.php:157
4559
  msgid "Compact Light Badge"
4560
  msgstr ""
4561
 
4562
+ #: includes/settings/class-cr-settings-trust-badges.php:159
4563
  msgid "Shortcode and preview of the compact light trust badge."
4564
  msgstr ""
4565
 
4566
+ #: includes/settings/class-cr-settings-trust-badges.php:165
4567
  msgid "Compact Dark Badge"
4568
  msgstr ""
4569
 
4570
+ #: includes/settings/class-cr-settings-trust-badges.php:167
4571
  msgid "Shortcode and preview of the compact dark trust badge."
4572
  msgstr ""
4573
 
4574
+ #: includes/settings/class-cr-settings-trust-badges.php:177
4575
  msgid "Floating Trust Badge"
4576
  msgstr ""
4577
 
4578
+ #: includes/settings/class-cr-settings-trust-badges.php:179
4579
  msgid ""
4580
  "Settings to display a floating badge with a summary of verified reviews."
4581
  msgstr ""
4582
 
4583
+ #: includes/settings/class-cr-settings-trust-badges.php:183
4584
  msgid "Floating Badge"
4585
  msgstr ""
4586
 
4587
+ #: includes/settings/class-cr-settings-trust-badges.php:185
4588
  msgid ""
4589
  "Enable this checkbox to display a floating trust badge on public pages of "
4590
  "the website."
4591
  msgstr ""
4592
 
4593
+ #: includes/settings/class-cr-settings-trust-badges.php:190
4594
  msgid "Floating Badge Style"
4595
  msgstr ""
4596
 
4597
+ #: includes/settings/class-cr-settings-trust-badges.php:192
4598
  msgid "Choose one of the styles for the floating trust badge."
4599
  msgstr ""
4600
 
4601
+ #: includes/settings/class-cr-settings-trust-badges.php:196 js/blocks.js:112
4602
  msgid "Light"
4603
  msgstr ""
4604
 
4605
+ #: includes/settings/class-cr-settings-trust-badges.php:197 js/blocks.js:116
4606
  msgid "Dark"
4607
  msgstr ""
4608
 
4609
+ #: includes/settings/class-cr-settings-trust-badges.php:202
4610
  msgid "Floating Badge Location"
4611
  msgstr ""
4612
 
4613
+ #: includes/settings/class-cr-settings-trust-badges.php:204
4614
  msgid "Choose one of the locations for the floating trust badge."
4615
  msgstr ""
4616
 
4617
+ #: includes/settings/class-cr-settings-trust-badges.php:208
4618
  msgid "Bottom right"
4619
  msgstr ""
4620
 
4621
+ #: includes/settings/class-cr-settings-trust-badges.php:209
4622
  msgid "Bottom left"
4623
  msgstr ""
4624
 
4625
+ #: includes/settings/class-cr-settings-trust-badges.php:294
4626
  msgid "color"
4627
  msgstr ""
4628
 
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] ""
4749
  msgstr[1] ""
4750
 
4751
  #: includes/trust-badge/class-cr-verified-reviews.php:58
4752
+ msgid "CusRev.com page activation error: 'Page URL' cannot be empty."
4753
  msgstr ""
4754
 
4755
  #: includes/trust-badge/class-cr-verified-reviews.php:89
4756
+ msgid "CusRev.com page activation error #98. "
4757
  msgstr ""
4758
 
4759
  #: includes/trust-badge/class-cr-verified-reviews.php:94
4760
+ msgid "CusRev.com page has been successfully enabled."
4761
  msgstr ""
4762
 
4763
  #: includes/trust-badge/class-cr-verified-reviews.php:97
4764
  msgid ""
4765
+ "CusRev.com page activation error: '%s' is already in use. Please enter a "
4766
  "different page name."
4767
  msgstr ""
4768
 
4769
  #: includes/trust-badge/class-cr-verified-reviews.php:100
4770
  msgid ""
4771
+ "CusRev.com page activation error: page URL contains unsupported symbols. "
4772
+ "Only latin characters (a-z), numbers (0-9), and . symbol are allowed."
4773
  msgstr ""
4774
 
4775
  #: includes/trust-badge/class-cr-verified-reviews.php:103
4779
  msgstr ""
4780
 
4781
  #: includes/trust-badge/class-cr-verified-reviews.php:106
4782
+ msgid "CusRev.com page activation error #99."
4783
  msgstr ""
4784
 
4785
  #: includes/trust-badge/class-cr-verified-reviews.php:142
4786
+ msgid "CusRev.com page deactivation error #98. Please try again."
4787
  msgstr ""
4788
 
4789
  #: includes/trust-badge/class-cr-verified-reviews.php:149
4790
+ msgid "CusRev.com page has been successfully disabled."
4791
  msgstr ""
4792
 
4793
  #: includes/trust-badge/class-cr-verified-reviews.php:153
4794
  msgid ""
4795
+ "CusRev.com page deactivation error: the page is blocked, please contact "
4796
+ "CusRev support for assistance."
4797
  msgstr ""
4798
 
4799
  #: includes/trust-badge/class-cr-verified-reviews.php:157
4800
+ msgid "CusRev.com page deactivation error #99."
4801
  msgstr ""
4802
 
4803
  #: ivole.php:135
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-10-28T14:21:16+00:00\n"
10
  "PO-Revision-Date: 2018-10-07 17:14+0100\n"
11
  "Last-Translator: \n"
12
  "Language-Team: \n"
@@ -43,27 +43,27 @@ msgstr ""
43
  msgid "This reply was originally posted on CR portal"
44
  msgstr ""
45
 
46
- #: class-ivole.php:150
47
  msgid "View CusRev documentation"
48
  msgstr ""
49
 
50
- #: class-ivole.php:150
51
  msgid "Docs"
52
  msgstr ""
53
 
54
- #: class-ivole.php:151
55
  msgid "Visit community forums"
56
  msgstr ""
57
 
58
- #: class-ivole.php:151
59
  msgid "Community support"
60
  msgstr ""
61
 
62
- #: class-ivole.php:161
63
  msgid "View Customer Reviews settings"
64
  msgstr ""
65
 
66
- #: class-ivole.php:161 includes/settings/class-cr-admin-menu-settings.php:60
67
  #: includes/settings/class-cr-admin-menu-settings.php:61
68
  msgid "Settings"
69
  msgstr ""
@@ -240,7 +240,7 @@ msgstr ""
240
  msgid "Item 2 Test"
241
  msgstr ""
242
 
243
- #: includes/emails/class-cr-email-func.php:263
244
  #: includes/reviews/class-cr-reviews-list-table.php:410
245
  msgid "Review"
246
  msgstr ""
@@ -377,7 +377,7 @@ msgstr ""
377
  #: includes/reviews/class-cr-admin-menu-reviews.php:59
378
  #: includes/reviews/class-cr-admin-menu-reviews.php:60
379
  #: includes/settings/class-cr-admin-menu-settings.php:143
380
- #: includes/settings/class-cr-settings-trust-badges.php:336
381
  msgid "Reviews"
382
  msgstr ""
383
 
@@ -2492,6 +2492,49 @@ msgid ""
2492
  "settings</a>."
2493
  msgstr ""
2494
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2495
  #: includes/settings/class-cr-settings-discount-tiers.php:37
2496
  msgid ""
2497
  "The option is not available with the coupon type selected for this discount "
@@ -2593,7 +2636,7 @@ msgid "Specific roles"
2593
  msgstr ""
2594
 
2595
  #: includes/settings/class-cr-settings-discount-tiers.php:146
2596
- #: includes/settings/class-cr-settings-review-reminder.php:362
2597
  msgid "Roles"
2598
  msgstr ""
2599
 
@@ -2804,7 +2847,7 @@ msgid ""
2804
  msgstr ""
2805
 
2806
  #: includes/settings/class-cr-settings-email-template.php:286
2807
- msgid "\"Reply-To\" Address"
2808
  msgstr ""
2809
 
2810
  #: includes/settings/class-cr-settings-email-template.php:301
@@ -2949,69 +2992,69 @@ msgid ""
2949
  "test email."
2950
  msgstr ""
2951
 
2952
- #: includes/settings/class-cr-settings-email-template.php:533
2953
  msgid "Return to emails"
2954
  msgstr ""
2955
 
2956
- #: includes/settings/class-cr-settings-email-template.php:552
2957
  msgid "Email template"
2958
  msgstr ""
2959
 
2960
- #: includes/settings/class-cr-settings-email-template.php:560
2961
  msgid "Delete template file"
2962
  msgstr ""
2963
 
2964
  #. translators: %s: Path to template file
2965
- #: includes/settings/class-cr-settings-email-template.php:566
2966
  msgid ""
2967
  "This template has been overridden by your theme and can be found in: %s."
2968
  msgstr ""
2969
 
2970
- #: includes/settings/class-cr-settings-email-template.php:596
2971
  msgid "Copy file to theme"
2972
  msgstr ""
2973
 
2974
  #. translators: 1: Path to template file 2: Path to theme folder
2975
- #: includes/settings/class-cr-settings-email-template.php:602
2976
  msgid ""
2977
  "To override and edit this email template copy %1$s to your theme folder: "
2978
  "%2$s."
2979
  msgstr ""
2980
 
2981
- #: includes/settings/class-cr-settings-email-template.php:610
2982
  msgid "File was not found."
2983
  msgstr ""
2984
 
2985
- #: includes/settings/class-cr-settings-email-template.php:632
2986
  msgid "View template"
2987
  msgstr ""
2988
 
2989
- #: includes/settings/class-cr-settings-email-template.php:633
2990
  msgid "Hide template"
2991
  msgstr ""
2992
 
2993
- #: includes/settings/class-cr-settings-email-template.php:647
2994
  msgid "Are you sure you want to delete this template file?"
2995
  msgstr ""
2996
 
2997
- #: includes/settings/class-cr-settings-email-template.php:668
2998
- #: includes/settings/class-cr-settings-email-template.php:674
2999
  msgid "'Email Body' field cannot be empty"
3000
  msgstr ""
3001
 
3002
- #: includes/settings/class-cr-settings-email-template.php:688
3003
  msgid "Action failed. Please refresh the page and retry."
3004
  msgstr ""
3005
 
3006
- #: includes/settings/class-cr-settings-email-template.php:692
3007
  msgid "You don&#8217;t have permission to do this."
3008
  msgstr ""
3009
 
3010
- #: includes/settings/class-cr-settings-email-template.php:714
3011
  msgid "Template file copied to theme."
3012
  msgstr ""
3013
 
3014
- #: includes/settings/class-cr-settings-email-template.php:726
3015
  msgid "Template file deleted from theme."
3016
  msgstr ""
3017
 
@@ -3019,11 +3062,11 @@ msgstr ""
3019
  msgid "Emails"
3020
  msgstr ""
3021
 
3022
- #: includes/settings/class-cr-settings-emails.php:69
3023
  msgid "Email Templates"
3024
  msgstr ""
3025
 
3026
- #: includes/settings/class-cr-settings-emails.php:71
3027
  msgid ""
3028
  "Adjust templates of the emails that will be sent to customers. If you enable "
3029
  "<b>advanced</b> email templates in your account on the %1$sCusRev website"
@@ -3031,15 +3074,15 @@ msgid ""
3031
  "below."
3032
  msgstr ""
3033
 
3034
- #: includes/settings/class-cr-settings-emails.php:102
3035
  msgid "Email"
3036
  msgstr ""
3037
 
3038
- #: includes/settings/class-cr-settings-emails.php:103
3039
  msgid "Subject"
3040
  msgstr ""
3041
 
3042
- #: includes/settings/class-cr-settings-emails.php:104
3043
  msgid "From"
3044
  msgstr ""
3045
 
@@ -3185,7 +3228,7 @@ msgid "Reply-To Address"
3185
  msgstr ""
3186
 
3187
  #: includes/settings/class-cr-settings-review-discount.php:109
3188
- #: includes/settings/class-cr-settings-review-reminder.php:480
3189
  msgid "Email Template"
3190
  msgstr ""
3191
 
@@ -3446,11 +3489,11 @@ msgstr ""
3446
  #: includes/settings/class-cr-settings-review-reminder.php:89
3447
  #: includes/settings/class-cr-settings-review-reminder.php:94
3448
  #: includes/settings/class-cr-settings-review-reminder.php:99
3449
- #: includes/settings/class-cr-settings-review-reminder.php:931
3450
- #: includes/settings/class-cr-settings-review-reminder.php:932
3451
- #: includes/settings/class-cr-settings-review-reminder.php:933
3452
- #: includes/settings/class-cr-settings-review-reminder.php:934
3453
- #: includes/settings/class-cr-settings-review-reminder.php:935
3454
  msgid "Checking license..."
3455
  msgstr ""
3456
 
@@ -3725,83 +3768,83 @@ msgid ""
3725
  "in this field."
3726
  msgstr ""
3727
 
3728
- #: includes/settings/class-cr-settings-review-reminder.php:314
3729
  msgid "Order Status"
3730
  msgstr ""
3731
 
3732
- #: includes/settings/class-cr-settings-review-reminder.php:316
3733
  msgid ""
3734
  "Review reminders will be sent N days after this order status. It is "
3735
  "recommended to use 'Completed' status."
3736
  msgstr ""
3737
 
3738
- #: includes/settings/class-cr-settings-review-reminder.php:325
3739
  msgid "Enable for"
3740
  msgstr ""
3741
 
3742
- #: includes/settings/class-cr-settings-review-reminder.php:327
3743
  msgid ""
3744
  "Define if reminders will be send for all or only specific categories of "
3745
  "products."
3746
  msgstr ""
3747
 
3748
- #: includes/settings/class-cr-settings-review-reminder.php:334
3749
  msgid "All Categories"
3750
  msgstr ""
3751
 
3752
- #: includes/settings/class-cr-settings-review-reminder.php:335
3753
  msgid "Specific Categories"
3754
  msgstr ""
3755
 
3756
- #: includes/settings/class-cr-settings-review-reminder.php:339
3757
  msgid "Categories"
3758
  msgstr ""
3759
 
3760
- #: includes/settings/class-cr-settings-review-reminder.php:341
3761
  msgid ""
3762
  "If reminders are enabled only for specific categories of products, this "
3763
  "field enables you to choose these categories."
3764
  msgstr ""
3765
 
3766
- #: includes/settings/class-cr-settings-review-reminder.php:348
3767
  msgid "Enable for Roles"
3768
  msgstr ""
3769
 
3770
- #: includes/settings/class-cr-settings-review-reminder.php:350
3771
  msgid ""
3772
  "Define if reminders will be send for all or only specific roles of users."
3773
  msgstr ""
3774
 
3775
- #: includes/settings/class-cr-settings-review-reminder.php:357
3776
  msgid "All Roles"
3777
  msgstr ""
3778
 
3779
- #: includes/settings/class-cr-settings-review-reminder.php:358
3780
  msgid "Specific Roles"
3781
  msgstr ""
3782
 
3783
- #: includes/settings/class-cr-settings-review-reminder.php:364
3784
  msgid ""
3785
  "If reminders are enabled only for specific user roles, this field enables "
3786
  "you to choose these roles."
3787
  msgstr ""
3788
 
3789
- #: includes/settings/class-cr-settings-review-reminder.php:371
3790
  msgid "Enable for Guests"
3791
  msgstr ""
3792
 
3793
- #: includes/settings/class-cr-settings-review-reminder.php:372
3794
  msgid ""
3795
  "Enable sending of review reminders to customers who place orders without an "
3796
  "account (guest checkout). It is recommended to enable this checkbox, if you "
3797
  "allow customers to place orders without creating an account on your site."
3798
  msgstr ""
3799
 
3800
- #: includes/settings/class-cr-settings-review-reminder.php:378
3801
  msgid "Reminders Scheduler"
3802
  msgstr ""
3803
 
3804
- #: includes/settings/class-cr-settings-review-reminder.php:380
3805
  msgid ""
3806
  "Define which scheduler the plugin will use to schedule automatic review "
3807
  "reminders. The default option is to use WordPress Cron (WP-Cron) for "
@@ -3810,53 +3853,53 @@ msgid ""
3810
  "CR Cron is an external service that requires a license key (free or pro)."
3811
  msgstr ""
3812
 
3813
- #: includes/settings/class-cr-settings-review-reminder.php:389
3814
  msgid "Enable Manual Reminders"
3815
  msgstr ""
3816
 
3817
- #: includes/settings/class-cr-settings-review-reminder.php:390
3818
  msgid ""
3819
  "Enable manual sending of follow-up emails with a reminder to submit a "
3820
  "review. Manual reminders can be sent for completed orders from %1$sOrders"
3821
  "%2$s page after enabling this option."
3822
  msgstr ""
3823
 
3824
- #: includes/settings/class-cr-settings-review-reminder.php:396
3825
  msgid "Limit Number of Reminders"
3826
  msgstr ""
3827
 
3828
- #: includes/settings/class-cr-settings-review-reminder.php:397
3829
  msgid ""
3830
  "Enable this checkbox to make sure that no more than one review reminder is "
3831
  "sent for each order."
3832
  msgstr ""
3833
 
3834
- #: includes/settings/class-cr-settings-review-reminder.php:403
3835
  msgid "Customer Consent"
3836
  msgstr ""
3837
 
3838
- #: includes/settings/class-cr-settings-review-reminder.php:404
3839
  msgid ""
3840
  "If this option is enabled, customers will be asked to tick a checkbox on the "
3841
  "checkout page to indicate that they would like to receive an invitation to "
3842
  "review their order."
3843
  msgstr ""
3844
 
3845
- #: includes/settings/class-cr-settings-review-reminder.php:410
3846
  msgid "Customer Consent Text"
3847
  msgstr ""
3848
 
3849
- #: includes/settings/class-cr-settings-review-reminder.php:411
3850
  msgid ""
3851
  "Text of the message shown to customers next to the consent checkbox on the "
3852
  "checkout page."
3853
  msgstr ""
3854
 
3855
- #: includes/settings/class-cr-settings-review-reminder.php:420
3856
  msgid "Registered Customers"
3857
  msgstr ""
3858
 
3859
- #: includes/settings/class-cr-settings-review-reminder.php:421
3860
  msgid ""
3861
  "By default, review reminders are sent to billing emails provided by "
3862
  "customers during checkout. If you enable this option, the plugin will check "
@@ -3865,51 +3908,51 @@ msgid ""
3865
  "this option disabled."
3866
  msgstr ""
3867
 
3868
- #: includes/settings/class-cr-settings-review-reminder.php:427
3869
  msgid "Moderation of Reviews"
3870
  msgstr ""
3871
 
3872
- #: includes/settings/class-cr-settings-review-reminder.php:428
3873
  msgid ""
3874
  "Enable manual moderation of reviews submitted by your verified customers. "
3875
  "This setting applies only to reviews submitted in response to reminders sent "
3876
  "by this plugin."
3877
  msgstr ""
3878
 
3879
- #: includes/settings/class-cr-settings-review-reminder.php:434
3880
  msgid "Exclude Free Products"
3881
  msgstr ""
3882
 
3883
- #: includes/settings/class-cr-settings-review-reminder.php:435
3884
  msgid "Enable this checkbox to exclude free products from review invitations."
3885
  msgstr ""
3886
 
3887
- #: includes/settings/class-cr-settings-review-reminder.php:441
3888
  msgid "Shop Name"
3889
  msgstr ""
3890
 
3891
- #: includes/settings/class-cr-settings-review-reminder.php:443
3892
  msgid ""
3893
  "Specify your shop name that will be used in emails and review forms "
3894
  "generated by this plugin."
3895
  msgstr ""
3896
 
3897
- #: includes/settings/class-cr-settings-review-reminder.php:458
3898
- #: includes/settings/class-cr-settings-review-reminder.php:464
3899
  msgid "Language"
3900
  msgstr ""
3901
 
3902
- #: includes/settings/class-cr-settings-review-reminder.php:466
3903
  msgid "Choose one of the available languages."
3904
  msgstr ""
3905
 
3906
- #: includes/settings/class-cr-settings-review-reminder.php:482
3907
  msgid ""
3908
  "The email template of review reminders can be configured on the <a href=\"%s"
3909
  "\">Emails</a> tab."
3910
  msgstr ""
3911
 
3912
- #: includes/settings/class-cr-settings-review-reminder.php:490
3913
  msgid ""
3914
  "Adjust template of the aggregated review forms that will be created and sent "
3915
  "to customers by CusRev. Modifications will be applied to the next review "
@@ -3918,55 +3961,55 @@ msgid ""
3918
  "b> the settings below."
3919
  msgstr ""
3920
 
3921
- #: includes/settings/class-cr-settings-review-reminder.php:492
3922
  msgid ""
3923
  "Adjust template of the aggregated review forms that will be created and sent "
3924
  "to customers. Modifications will be applied to the next review form created "
3925
  "after saving settings."
3926
  msgstr ""
3927
 
3928
- #: includes/settings/class-cr-settings-review-reminder.php:495
3929
  msgid "Review Form Template"
3930
  msgstr ""
3931
 
3932
- #: includes/settings/class-cr-settings-review-reminder.php:501
3933
  msgid "Form Header"
3934
  msgstr ""
3935
 
3936
- #: includes/settings/class-cr-settings-review-reminder.php:503
3937
  msgid "Header of the review form that will be sent to customers."
3938
  msgstr ""
3939
 
3940
- #: includes/settings/class-cr-settings-review-reminder.php:510
3941
  msgid "Form Body"
3942
  msgstr ""
3943
 
3944
- #: includes/settings/class-cr-settings-review-reminder.php:512
3945
  msgid "Body of the review form that will be sent to customers."
3946
  msgstr ""
3947
 
3948
- #: includes/settings/class-cr-settings-review-reminder.php:520
3949
  msgid "Shop Rating"
3950
  msgstr ""
3951
 
3952
- #: includes/settings/class-cr-settings-review-reminder.php:524
3953
  msgid ""
3954
  "Enable this option if you would like to include a separate question for a "
3955
  "general shop review in addition to questions for product reviews."
3956
  msgstr ""
3957
 
3958
- #: includes/settings/class-cr-settings-review-reminder.php:527
3959
  msgid "Comment Required"
3960
  msgstr ""
3961
 
3962
- #: includes/settings/class-cr-settings-review-reminder.php:531
3963
  msgid ""
3964
  "Enable this option if you would like to make it mandatory for your customers "
3965
  "to write something in their review. This option applies only to aggregated "
3966
  "review forms."
3967
  msgstr ""
3968
 
3969
- #: includes/settings/class-cr-settings-review-reminder.php:534
3970
  msgid ""
3971
  "Enable attachment of pictures and videos on aggregated review forms. "
3972
  "Uploaded media files are initially stored on Amazon S3 and automatically "
@@ -3976,7 +4019,7 @@ msgid ""
3976
  "%2$s."
3977
  msgstr ""
3978
 
3979
- #: includes/settings/class-cr-settings-review-reminder.php:536
3980
  msgid ""
3981
  "Enable attachment of pictures and videos on local aggregated review forms. "
3982
  "This option applies only to aggregated review forms. If you would like to "
@@ -3984,72 +4027,72 @@ msgid ""
3984
  "pages, this can be done %1$shere%2$s."
3985
  msgstr ""
3986
 
3987
- #: includes/settings/class-cr-settings-review-reminder.php:539
3988
  msgid "Attach Media"
3989
  msgstr ""
3990
 
3991
- #: includes/settings/class-cr-settings-review-reminder.php:549
3992
  msgid "Rating Bar"
3993
  msgstr ""
3994
 
3995
- #: includes/settings/class-cr-settings-review-reminder.php:553
3996
  msgid "Visual style of rating bars on review forms."
3997
  msgstr ""
3998
 
3999
- #: includes/settings/class-cr-settings-review-reminder.php:555
4000
  msgid "Smiley and frowny faces"
4001
  msgstr ""
4002
 
4003
- #: includes/settings/class-cr-settings-review-reminder.php:556
4004
  #: blocks/src/reviews-grid/edit.js:234 js/blocks.js:946
4005
  msgid "Stars"
4006
  msgstr ""
4007
 
4008
- #: includes/settings/class-cr-settings-review-reminder.php:561
4009
  msgid "Geolocation"
4010
  msgstr ""
4011
 
4012
- #: includes/settings/class-cr-settings-review-reminder.php:565
4013
  msgid ""
4014
  "Enable geolocation on aggregated review forms. Customers will have an option "
4015
  "to indicate where they are from. For example, \"England, United Kingdom\"."
4016
  msgstr ""
4017
 
4018
- #: includes/settings/class-cr-settings-review-reminder.php:566
4019
  msgid "Automatic geolocation on review forms."
4020
  msgstr ""
4021
 
4022
- #: includes/settings/class-cr-settings-review-reminder.php:572
4023
  msgid "Form Color 1"
4024
  msgstr ""
4025
 
4026
- #: includes/settings/class-cr-settings-review-reminder.php:576
4027
  msgid "Background color for heading of the form and product names."
4028
  msgstr ""
4029
 
4030
- #: includes/settings/class-cr-settings-review-reminder.php:580
4031
  msgid "Form Color 2"
4032
  msgstr ""
4033
 
4034
- #: includes/settings/class-cr-settings-review-reminder.php:584
4035
  msgid "Text color for product names."
4036
  msgstr ""
4037
 
4038
- #: includes/settings/class-cr-settings-review-reminder.php:588
4039
  msgid "Form Color 3"
4040
  msgstr ""
4041
 
4042
- #: includes/settings/class-cr-settings-review-reminder.php:592
4043
  msgid "Color of control elements (buttons, rating bars)."
4044
  msgstr ""
4045
 
4046
- #: includes/settings/class-cr-settings-review-reminder.php:948
4047
  msgid ""
4048
  "While editing the footer text please make sure to keep the unsubscribe link "
4049
  "markup:"
4050
  msgstr ""
4051
 
4052
- #: includes/settings/class-cr-settings-review-reminder.php:1017
4053
  msgid ""
4054
  "<strong>CR Cron could not be enabled because no license key was entered. A "
4055
  "license key (free or pro) is required to use CR Cron.</strong>"
@@ -4403,200 +4446,171 @@ msgid ""
4403
  "you should specify it here."
4404
  msgstr ""
4405
 
4406
- #: includes/settings/class-cr-settings-trust-badges.php:50
4407
  #: includes/settings/class-cr-settings-trust-badges.php:83
4408
- #: includes/settings/class-cr-settings-trust-badges.php:89
4409
  msgid "Trust Badges"
4410
  msgstr ""
4411
 
4412
- #: includes/settings/class-cr-settings-trust-badges.php:85
4413
  msgid ""
4414
- "<p>Increase your store's conversion rate by placing a \"trust badge\" on the "
4415
  "home, checkout or any other page(s). Let customers feel more confident about "
4416
  "shopping on your site by featuring a trust badge that shows a summary of "
4417
- "verified customer reviews. Trust badges can be enabled using shortcodes or "
4418
- "blocks in the page editor (blocks require WordPress 5.0 or newer).</"
4419
- "p><p>Reviews are considered to be verified when they are collected via an "
4420
- "independent third-party website (www.cusrev.com) integrated with this "
4421
- "plugin. Reviews submitted directly on your site cannot be considered as "
4422
- "verified. Each trust badge contains a nofollow link to a dedicated page at "
4423
- "<b>www.cusrev.com</b> with all verified reviews for your store. You can "
4424
- "configure URL of the page with verified reviews for your store below.</p>"
4425
- msgstr ""
4426
-
4427
- #: includes/settings/class-cr-settings-trust-badges.php:90
4428
- msgid ""
4429
- "Enable this option to display trust badges and additional %1$s icons for "
4430
- "individual reviews on product pages in your store. Each %2$s icon will "
4431
- "contain a nofollow link to a verified copy of the review on <strong>www."
4432
- "cusrev.com</strong>."
4433
- msgstr ""
4434
-
4435
- #: includes/settings/class-cr-settings-trust-badges.php:97
4436
- msgid "Verified Reviews Page"
4437
- msgstr ""
4438
-
4439
- #: includes/settings/class-cr-settings-trust-badges.php:98
4440
- msgid ""
4441
- "Specify name of the page with verified reviews. This will be a base URL for "
4442
- "reviews related to your shop. You can use alphanumeric symbols and '.' in "
4443
- "the name of the page."
4444
  msgstr ""
4445
 
4446
- #: includes/settings/class-cr-settings-trust-badges.php:106
4447
- msgid "Age Restriction"
4448
- msgstr ""
4449
-
4450
- #: includes/settings/class-cr-settings-trust-badges.php:107
4451
  msgid ""
4452
- "Enable this option if your store sells age-restricted products (e.g., adult "
4453
- "content, alcohol, etc.)"
 
4454
  msgstr ""
4455
 
4456
- #: includes/settings/class-cr-settings-trust-badges.php:117
4457
  msgid "Small Light Badge"
4458
  msgstr ""
4459
 
4460
- #: includes/settings/class-cr-settings-trust-badges.php:119
4461
  msgid "Shortcode and preview of the small light trust badge."
4462
  msgstr ""
4463
 
4464
- #: includes/settings/class-cr-settings-trust-badges.php:125
4465
  msgid "Small Light Badge (with Store Rating)"
4466
  msgstr ""
4467
 
4468
- #: includes/settings/class-cr-settings-trust-badges.php:127
4469
  msgid "Shortcode and preview of the small light trust badge with store rating."
4470
  msgstr ""
4471
 
4472
- #: includes/settings/class-cr-settings-trust-badges.php:133
4473
  msgid "Small Dark Badge"
4474
  msgstr ""
4475
 
4476
- #: includes/settings/class-cr-settings-trust-badges.php:135
4477
  msgid "Shortcode and preview of the small dark trust badge."
4478
  msgstr ""
4479
 
4480
- #: includes/settings/class-cr-settings-trust-badges.php:141
4481
  msgid "Small Dark Badge (with Store Rating)"
4482
  msgstr ""
4483
 
4484
- #: includes/settings/class-cr-settings-trust-badges.php:143
4485
  msgid "Shortcode and preview of the small dark trust badge with store rating."
4486
  msgstr ""
4487
 
4488
- #: includes/settings/class-cr-settings-trust-badges.php:149
4489
  msgid "Wide Light Badge"
4490
  msgstr ""
4491
 
4492
- #: includes/settings/class-cr-settings-trust-badges.php:151
4493
  msgid ""
4494
  "Shortcode and preview of the wide light trust badge. The wide badge has a "
4495
  "version for small screens that will be automatically shown when a website is "
4496
  "viewed from phones."
4497
  msgstr ""
4498
 
4499
- #: includes/settings/class-cr-settings-trust-badges.php:157
4500
  msgid "Wide Light Badge (with Store Rating)"
4501
  msgstr ""
4502
 
4503
- #: includes/settings/class-cr-settings-trust-badges.php:159
4504
  msgid ""
4505
  "Shortcode and preview of the wide light trust badge with store rating. The "
4506
  "wide badge has a version for small screens that will be automatically shown "
4507
  "when a website is viewed from phones."
4508
  msgstr ""
4509
 
4510
- #: includes/settings/class-cr-settings-trust-badges.php:165
4511
  msgid "Wide Dark Badge"
4512
  msgstr ""
4513
 
4514
- #: includes/settings/class-cr-settings-trust-badges.php:167
4515
  msgid ""
4516
  "Shortcode and preview of the wide dark trust badge. The wide badge has a "
4517
  "version for small screens that will be automatically shown when a website is "
4518
  "viewed from phones."
4519
  msgstr ""
4520
 
4521
- #: includes/settings/class-cr-settings-trust-badges.php:173
4522
  msgid "Wide Dark Badge (with Store Rating)"
4523
  msgstr ""
4524
 
4525
- #: includes/settings/class-cr-settings-trust-badges.php:175
4526
  msgid ""
4527
  "Shortcode and preview of the wide dark trust badge with store rating. The "
4528
  "wide badge has a version for small screens that will be automatically shown "
4529
  "when a website is viewed from phones."
4530
  msgstr ""
4531
 
4532
- #: includes/settings/class-cr-settings-trust-badges.php:181
4533
  msgid "Compact Light Badge"
4534
  msgstr ""
4535
 
4536
- #: includes/settings/class-cr-settings-trust-badges.php:183
4537
  msgid "Shortcode and preview of the compact light trust badge."
4538
  msgstr ""
4539
 
4540
- #: includes/settings/class-cr-settings-trust-badges.php:189
4541
  msgid "Compact Dark Badge"
4542
  msgstr ""
4543
 
4544
- #: includes/settings/class-cr-settings-trust-badges.php:191
4545
  msgid "Shortcode and preview of the compact dark trust badge."
4546
  msgstr ""
4547
 
4548
- #: includes/settings/class-cr-settings-trust-badges.php:201
4549
  msgid "Floating Trust Badge"
4550
  msgstr ""
4551
 
4552
- #: includes/settings/class-cr-settings-trust-badges.php:203
4553
  msgid ""
4554
  "Settings to display a floating badge with a summary of verified reviews."
4555
  msgstr ""
4556
 
4557
- #: includes/settings/class-cr-settings-trust-badges.php:207
4558
  msgid "Floating Badge"
4559
  msgstr ""
4560
 
4561
- #: includes/settings/class-cr-settings-trust-badges.php:209
4562
  msgid ""
4563
  "Enable this checkbox to display a floating trust badge on public pages of "
4564
  "the website."
4565
  msgstr ""
4566
 
4567
- #: includes/settings/class-cr-settings-trust-badges.php:214
4568
  msgid "Floating Badge Style"
4569
  msgstr ""
4570
 
4571
- #: includes/settings/class-cr-settings-trust-badges.php:216
4572
  msgid "Choose one of the styles for the floating trust badge."
4573
  msgstr ""
4574
 
4575
- #: includes/settings/class-cr-settings-trust-badges.php:220 js/blocks.js:112
4576
  msgid "Light"
4577
  msgstr ""
4578
 
4579
- #: includes/settings/class-cr-settings-trust-badges.php:221 js/blocks.js:116
4580
  msgid "Dark"
4581
  msgstr ""
4582
 
4583
- #: includes/settings/class-cr-settings-trust-badges.php:226
4584
  msgid "Floating Badge Location"
4585
  msgstr ""
4586
 
4587
- #: includes/settings/class-cr-settings-trust-badges.php:228
4588
  msgid "Choose one of the locations for the floating trust badge."
4589
  msgstr ""
4590
 
4591
- #: includes/settings/class-cr-settings-trust-badges.php:232
4592
  msgid "Bottom right"
4593
  msgstr ""
4594
 
4595
- #: includes/settings/class-cr-settings-trust-badges.php:233
4596
  msgid "Bottom left"
4597
  msgstr ""
4598
 
4599
- #: includes/settings/class-cr-settings-trust-badges.php:318
4600
  msgid "color"
4601
  msgstr ""
4602
 
@@ -4667,74 +4681,82 @@ msgstr ""
4667
  msgid "Tags for Reviews"
4668
  msgstr ""
4669
 
4670
- #: includes/trust-badge/class-cr-trust-badge.php:201
4671
  msgid "Independently verified"
4672
  msgstr ""
4673
 
4674
- #: includes/trust-badge/class-cr-trust-badge.php:202
4675
  msgid "independently verified"
4676
  msgstr ""
4677
 
4678
- #: includes/trust-badge/class-cr-trust-badge.php:204
 
 
 
 
 
 
 
 
4679
  msgid "%s rating"
4680
  msgstr ""
4681
 
4682
- #: includes/trust-badge/class-cr-trust-badge.php:205
4683
  msgid "rating %s / 5"
4684
  msgstr ""
4685
 
4686
- #: includes/trust-badge/class-cr-trust-badge.php:206
4687
  msgid "%s store rating"
4688
  msgstr ""
4689
 
4690
- #: includes/trust-badge/class-cr-trust-badge.php:207
4691
  msgid "Store rating %s / 5"
4692
  msgstr ""
4693
 
4694
- #: includes/trust-badge/class-cr-trust-badge.php:208
4695
  msgid "store rating"
4696
  msgstr ""
4697
 
4698
- #: includes/trust-badge/class-cr-trust-badge.php:209
4699
  msgid "%s product rating"
4700
  msgstr ""
4701
 
4702
- #: includes/trust-badge/class-cr-trust-badge.php:210
4703
  msgid "Product rating %s / 5"
4704
  msgstr ""
4705
 
4706
- #: includes/trust-badge/class-cr-trust-badge.php:211
4707
  msgid "product rating"
4708
  msgstr ""
4709
 
4710
- #: includes/trust-badge/class-cr-trust-badge.php:212
4711
- #: includes/trust-badge/class-cr-trust-badge.php:213 templates/cr-rating.php:44
4712
  msgid "%s review"
4713
  msgid_plural "%s reviews"
4714
  msgstr[0] ""
4715
 
4716
  #: includes/trust-badge/class-cr-verified-reviews.php:58
4717
- msgid "Trust badges activation error: 'Verified Reviews Page' cannot be empty."
4718
  msgstr ""
4719
 
4720
  #: includes/trust-badge/class-cr-verified-reviews.php:89
4721
- msgid "Trust badges activation error #98. "
4722
  msgstr ""
4723
 
4724
  #: includes/trust-badge/class-cr-verified-reviews.php:94
4725
- msgid "Trust badges have been successfully activated."
4726
  msgstr ""
4727
 
4728
  #: includes/trust-badge/class-cr-verified-reviews.php:97
4729
  msgid ""
4730
- "Trust badges activation error: '%s' is already in use. Please enter a "
4731
  "different page name."
4732
  msgstr ""
4733
 
4734
  #: includes/trust-badge/class-cr-verified-reviews.php:100
4735
  msgid ""
4736
- "Trust badges activation error: page name contains unsupported symbols. Only "
4737
- "latin characters (a-z), numbers (0-9), and . symbol are allowed."
4738
  msgstr ""
4739
 
4740
  #: includes/trust-badge/class-cr-verified-reviews.php:103
@@ -4744,25 +4766,25 @@ msgid ""
4744
  msgstr ""
4745
 
4746
  #: includes/trust-badge/class-cr-verified-reviews.php:106
4747
- msgid "Trust badges activation error #99."
4748
  msgstr ""
4749
 
4750
  #: includes/trust-badge/class-cr-verified-reviews.php:142
4751
- msgid "Trust badges deactivation error #98. Please try again."
4752
  msgstr ""
4753
 
4754
  #: includes/trust-badge/class-cr-verified-reviews.php:149
4755
- msgid "Trust badges have been successfully deactivated."
4756
  msgstr ""
4757
 
4758
  #: includes/trust-badge/class-cr-verified-reviews.php:153
4759
  msgid ""
4760
- "Trust badges deactivation error: the page is blocked, please contact CusRev "
4761
- "support for assistance."
4762
  msgstr ""
4763
 
4764
  #: includes/trust-badge/class-cr-verified-reviews.php:157
4765
- msgid "Trust badges deactivation error #99."
4766
  msgstr ""
4767
 
4768
  #: ivole.php:135
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"
43
  msgid "This reply was originally posted on CR portal"
44
  msgstr ""
45
 
46
+ #: class-ivole.php:152
47
  msgid "View CusRev documentation"
48
  msgstr ""
49
 
50
+ #: class-ivole.php:152
51
  msgid "Docs"
52
  msgstr ""
53
 
54
+ #: class-ivole.php:153
55
  msgid "Visit community forums"
56
  msgstr ""
57
 
58
+ #: class-ivole.php:153
59
  msgid "Community support"
60
  msgstr ""
61
 
62
+ #: class-ivole.php:163
63
  msgid "View Customer Reviews settings"
64
  msgstr ""
65
 
66
+ #: class-ivole.php:163 includes/settings/class-cr-admin-menu-settings.php:60
67
  #: includes/settings/class-cr-admin-menu-settings.php:61
68
  msgid "Settings"
69
  msgstr ""
240
  msgid "Item 2 Test"
241
  msgstr ""
242
 
243
+ #: includes/emails/class-cr-email-func.php:264
244
  #: includes/reviews/class-cr-reviews-list-table.php:410
245
  msgid "Review"
246
  msgstr ""
377
  #: includes/reviews/class-cr-admin-menu-reviews.php:59
378
  #: includes/reviews/class-cr-admin-menu-reviews.php:60
379
  #: includes/settings/class-cr-admin-menu-settings.php:143
380
+ #: includes/settings/class-cr-settings-trust-badges.php:310
381
  msgid "Reviews"
382
  msgstr ""
383
 
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 "
2512
+ "%1$s icons for individual reviews on product pages of your store will be "
2513
+ "displayed. Each %2$s icon will contain a nofollow link to a verified copy of "
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.)"
2536
+ msgstr ""
2537
+
2538
  #: includes/settings/class-cr-settings-discount-tiers.php:37
2539
  msgid ""
2540
  "The option is not available with the coupon type selected for this discount "
2636
  msgstr ""
2637
 
2638
  #: includes/settings/class-cr-settings-discount-tiers.php:146
2639
+ #: includes/settings/class-cr-settings-review-reminder.php:367
2640
  msgid "Roles"
2641
  msgstr ""
2642
 
2847
  msgstr ""
2848
 
2849
  #: includes/settings/class-cr-settings-email-template.php:286
2850
+ msgid "\"Reply-To\" address"
2851
  msgstr ""
2852
 
2853
  #: includes/settings/class-cr-settings-email-template.php:301
2992
  "test email."
2993
  msgstr ""
2994
 
2995
+ #: includes/settings/class-cr-settings-email-template.php:536
2996
  msgid "Return to emails"
2997
  msgstr ""
2998
 
2999
+ #: includes/settings/class-cr-settings-email-template.php:559
3000
  msgid "Email template"
3001
  msgstr ""
3002
 
3003
+ #: includes/settings/class-cr-settings-email-template.php:567
3004
  msgid "Delete template file"
3005
  msgstr ""
3006
 
3007
  #. translators: %s: Path to template file
3008
+ #: includes/settings/class-cr-settings-email-template.php:573
3009
  msgid ""
3010
  "This template has been overridden by your theme and can be found in: %s."
3011
  msgstr ""
3012
 
3013
+ #: includes/settings/class-cr-settings-email-template.php:603
3014
  msgid "Copy file to theme"
3015
  msgstr ""
3016
 
3017
  #. translators: 1: Path to template file 2: Path to theme folder
3018
+ #: includes/settings/class-cr-settings-email-template.php:609
3019
  msgid ""
3020
  "To override and edit this email template copy %1$s to your theme folder: "
3021
  "%2$s."
3022
  msgstr ""
3023
 
3024
+ #: includes/settings/class-cr-settings-email-template.php:617
3025
  msgid "File was not found."
3026
  msgstr ""
3027
 
3028
+ #: includes/settings/class-cr-settings-email-template.php:639
3029
  msgid "View template"
3030
  msgstr ""
3031
 
3032
+ #: includes/settings/class-cr-settings-email-template.php:640
3033
  msgid "Hide template"
3034
  msgstr ""
3035
 
3036
+ #: includes/settings/class-cr-settings-email-template.php:654
3037
  msgid "Are you sure you want to delete this template file?"
3038
  msgstr ""
3039
 
3040
+ #: includes/settings/class-cr-settings-email-template.php:675
3041
+ #: includes/settings/class-cr-settings-email-template.php:681
3042
  msgid "'Email Body' field cannot be empty"
3043
  msgstr ""
3044
 
3045
+ #: includes/settings/class-cr-settings-email-template.php:695
3046
  msgid "Action failed. Please refresh the page and retry."
3047
  msgstr ""
3048
 
3049
+ #: includes/settings/class-cr-settings-email-template.php:699
3050
  msgid "You don&#8217;t have permission to do this."
3051
  msgstr ""
3052
 
3053
+ #: includes/settings/class-cr-settings-email-template.php:721
3054
  msgid "Template file copied to theme."
3055
  msgstr ""
3056
 
3057
+ #: includes/settings/class-cr-settings-email-template.php:733
3058
  msgid "Template file deleted from theme."
3059
  msgstr ""
3060
 
3062
  msgid "Emails"
3063
  msgstr ""
3064
 
3065
+ #: includes/settings/class-cr-settings-emails.php:76
3066
  msgid "Email Templates"
3067
  msgstr ""
3068
 
3069
+ #: includes/settings/class-cr-settings-emails.php:78
3070
  msgid ""
3071
  "Adjust templates of the emails that will be sent to customers. If you enable "
3072
  "<b>advanced</b> email templates in your account on the %1$sCusRev website"
3074
  "below."
3075
  msgstr ""
3076
 
3077
+ #: includes/settings/class-cr-settings-emails.php:109
3078
  msgid "Email"
3079
  msgstr ""
3080
 
3081
+ #: includes/settings/class-cr-settings-emails.php:110
3082
  msgid "Subject"
3083
  msgstr ""
3084
 
3085
+ #: includes/settings/class-cr-settings-emails.php:111
3086
  msgid "From"
3087
  msgstr ""
3088
 
3228
  msgstr ""
3229
 
3230
  #: includes/settings/class-cr-settings-review-discount.php:109
3231
+ #: includes/settings/class-cr-settings-review-reminder.php:494
3232
  msgid "Email Template"
3233
  msgstr ""
3234
 
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
3492
+ #: includes/settings/class-cr-settings-review-reminder.php:945
3493
+ #: includes/settings/class-cr-settings-review-reminder.php:946
3494
+ #: includes/settings/class-cr-settings-review-reminder.php:947
3495
+ #: includes/settings/class-cr-settings-review-reminder.php:948
3496
+ #: includes/settings/class-cr-settings-review-reminder.php:949
3497
  msgid "Checking license..."
3498
  msgstr ""
3499
 
3768
  "in this field."
3769
  msgstr ""
3770
 
3771
+ #: includes/settings/class-cr-settings-review-reminder.php:315
3772
  msgid "Order Status"
3773
  msgstr ""
3774
 
3775
+ #: includes/settings/class-cr-settings-review-reminder.php:317
3776
  msgid ""
3777
  "Review reminders will be sent N days after this order status. It is "
3778
  "recommended to use 'Completed' status."
3779
  msgstr ""
3780
 
3781
+ #: includes/settings/class-cr-settings-review-reminder.php:327
3782
  msgid "Enable for"
3783
  msgstr ""
3784
 
3785
+ #: includes/settings/class-cr-settings-review-reminder.php:329
3786
  msgid ""
3787
  "Define if reminders will be send for all or only specific categories of "
3788
  "products."
3789
  msgstr ""
3790
 
3791
+ #: includes/settings/class-cr-settings-review-reminder.php:336
3792
  msgid "All Categories"
3793
  msgstr ""
3794
 
3795
+ #: includes/settings/class-cr-settings-review-reminder.php:337
3796
  msgid "Specific Categories"
3797
  msgstr ""
3798
 
3799
+ #: includes/settings/class-cr-settings-review-reminder.php:342
3800
  msgid "Categories"
3801
  msgstr ""
3802
 
3803
+ #: includes/settings/class-cr-settings-review-reminder.php:344
3804
  msgid ""
3805
  "If reminders are enabled only for specific categories of products, this "
3806
  "field enables you to choose these categories."
3807
  msgstr ""
3808
 
3809
+ #: includes/settings/class-cr-settings-review-reminder.php:352
3810
  msgid "Enable for Roles"
3811
  msgstr ""
3812
 
3813
+ #: includes/settings/class-cr-settings-review-reminder.php:354
3814
  msgid ""
3815
  "Define if reminders will be send for all or only specific roles of users."
3816
  msgstr ""
3817
 
3818
+ #: includes/settings/class-cr-settings-review-reminder.php:361
3819
  msgid "All Roles"
3820
  msgstr ""
3821
 
3822
+ #: includes/settings/class-cr-settings-review-reminder.php:362
3823
  msgid "Specific Roles"
3824
  msgstr ""
3825
 
3826
+ #: includes/settings/class-cr-settings-review-reminder.php:369
3827
  msgid ""
3828
  "If reminders are enabled only for specific user roles, this field enables "
3829
  "you to choose these roles."
3830
  msgstr ""
3831
 
3832
+ #: includes/settings/class-cr-settings-review-reminder.php:377
3833
  msgid "Enable for Guests"
3834
  msgstr ""
3835
 
3836
+ #: includes/settings/class-cr-settings-review-reminder.php:378
3837
  msgid ""
3838
  "Enable sending of review reminders to customers who place orders without an "
3839
  "account (guest checkout). It is recommended to enable this checkbox, if you "
3840
  "allow customers to place orders without creating an account on your site."
3841
  msgstr ""
3842
 
3843
+ #: includes/settings/class-cr-settings-review-reminder.php:385
3844
  msgid "Reminders Scheduler"
3845
  msgstr ""
3846
 
3847
+ #: includes/settings/class-cr-settings-review-reminder.php:387
3848
  msgid ""
3849
  "Define which scheduler the plugin will use to schedule automatic review "
3850
  "reminders. The default option is to use WordPress Cron (WP-Cron) for "
3853
  "CR Cron is an external service that requires a license key (free or pro)."
3854
  msgstr ""
3855
 
3856
+ #: includes/settings/class-cr-settings-review-reminder.php:397
3857
  msgid "Enable Manual Reminders"
3858
  msgstr ""
3859
 
3860
+ #: includes/settings/class-cr-settings-review-reminder.php:398
3861
  msgid ""
3862
  "Enable manual sending of follow-up emails with a reminder to submit a "
3863
  "review. Manual reminders can be sent for completed orders from %1$sOrders"
3864
  "%2$s page after enabling this option."
3865
  msgstr ""
3866
 
3867
+ #: includes/settings/class-cr-settings-review-reminder.php:405
3868
  msgid "Limit Number of Reminders"
3869
  msgstr ""
3870
 
3871
+ #: includes/settings/class-cr-settings-review-reminder.php:406
3872
  msgid ""
3873
  "Enable this checkbox to make sure that no more than one review reminder is "
3874
  "sent for each order."
3875
  msgstr ""
3876
 
3877
+ #: includes/settings/class-cr-settings-review-reminder.php:413
3878
  msgid "Customer Consent"
3879
  msgstr ""
3880
 
3881
+ #: includes/settings/class-cr-settings-review-reminder.php:414
3882
  msgid ""
3883
  "If this option is enabled, customers will be asked to tick a checkbox on the "
3884
  "checkout page to indicate that they would like to receive an invitation to "
3885
  "review their order."
3886
  msgstr ""
3887
 
3888
+ #: includes/settings/class-cr-settings-review-reminder.php:420
3889
  msgid "Customer Consent Text"
3890
  msgstr ""
3891
 
3892
+ #: includes/settings/class-cr-settings-review-reminder.php:421
3893
  msgid ""
3894
  "Text of the message shown to customers next to the consent checkbox on the "
3895
  "checkout page."
3896
  msgstr ""
3897
 
3898
+ #: includes/settings/class-cr-settings-review-reminder.php:430
3899
  msgid "Registered Customers"
3900
  msgstr ""
3901
 
3902
+ #: includes/settings/class-cr-settings-review-reminder.php:431
3903
  msgid ""
3904
  "By default, review reminders are sent to billing emails provided by "
3905
  "customers during checkout. If you enable this option, the plugin will check "
3908
  "this option disabled."
3909
  msgstr ""
3910
 
3911
+ #: includes/settings/class-cr-settings-review-reminder.php:438
3912
  msgid "Moderation of Reviews"
3913
  msgstr ""
3914
 
3915
+ #: includes/settings/class-cr-settings-review-reminder.php:439
3916
  msgid ""
3917
  "Enable manual moderation of reviews submitted by your verified customers. "
3918
  "This setting applies only to reviews submitted in response to reminders sent "
3919
  "by this plugin."
3920
  msgstr ""
3921
 
3922
+ #: includes/settings/class-cr-settings-review-reminder.php:446
3923
  msgid "Exclude Free Products"
3924
  msgstr ""
3925
 
3926
+ #: includes/settings/class-cr-settings-review-reminder.php:447
3927
  msgid "Enable this checkbox to exclude free products from review invitations."
3928
  msgstr ""
3929
 
3930
+ #: includes/settings/class-cr-settings-review-reminder.php:454
3931
  msgid "Shop Name"
3932
  msgstr ""
3933
 
3934
+ #: includes/settings/class-cr-settings-review-reminder.php:456
3935
  msgid ""
3936
  "Specify your shop name that will be used in emails and review forms "
3937
  "generated by this plugin."
3938
  msgstr ""
3939
 
3940
+ #: includes/settings/class-cr-settings-review-reminder.php:471
3941
+ #: includes/settings/class-cr-settings-review-reminder.php:477
3942
  msgid "Language"
3943
  msgstr ""
3944
 
3945
+ #: includes/settings/class-cr-settings-review-reminder.php:479
3946
  msgid "Choose one of the available languages."
3947
  msgstr ""
3948
 
3949
+ #: includes/settings/class-cr-settings-review-reminder.php:496
3950
  msgid ""
3951
  "The email template of review reminders can be configured on the <a href=\"%s"
3952
  "\">Emails</a> tab."
3953
  msgstr ""
3954
 
3955
+ #: includes/settings/class-cr-settings-review-reminder.php:504
3956
  msgid ""
3957
  "Adjust template of the aggregated review forms that will be created and sent "
3958
  "to customers by CusRev. Modifications will be applied to the next review "
3961
  "b> the settings below."
3962
  msgstr ""
3963
 
3964
+ #: includes/settings/class-cr-settings-review-reminder.php:506
3965
  msgid ""
3966
  "Adjust template of the aggregated review forms that will be created and sent "
3967
  "to customers. Modifications will be applied to the next review form created "
3968
  "after saving settings."
3969
  msgstr ""
3970
 
3971
+ #: includes/settings/class-cr-settings-review-reminder.php:509
3972
  msgid "Review Form Template"
3973
  msgstr ""
3974
 
3975
+ #: includes/settings/class-cr-settings-review-reminder.php:515
3976
  msgid "Form Header"
3977
  msgstr ""
3978
 
3979
+ #: includes/settings/class-cr-settings-review-reminder.php:517
3980
  msgid "Header of the review form that will be sent to customers."
3981
  msgstr ""
3982
 
3983
+ #: includes/settings/class-cr-settings-review-reminder.php:524
3984
  msgid "Form Body"
3985
  msgstr ""
3986
 
3987
+ #: includes/settings/class-cr-settings-review-reminder.php:526
3988
  msgid "Body of the review form that will be sent to customers."
3989
  msgstr ""
3990
 
3991
+ #: includes/settings/class-cr-settings-review-reminder.php:534
3992
  msgid "Shop Rating"
3993
  msgstr ""
3994
 
3995
+ #: includes/settings/class-cr-settings-review-reminder.php:538
3996
  msgid ""
3997
  "Enable this option if you would like to include a separate question for a "
3998
  "general shop review in addition to questions for product reviews."
3999
  msgstr ""
4000
 
4001
+ #: includes/settings/class-cr-settings-review-reminder.php:541
4002
  msgid "Comment Required"
4003
  msgstr ""
4004
 
4005
+ #: includes/settings/class-cr-settings-review-reminder.php:545
4006
  msgid ""
4007
  "Enable this option if you would like to make it mandatory for your customers "
4008
  "to write something in their review. This option applies only to aggregated "
4009
  "review forms."
4010
  msgstr ""
4011
 
4012
+ #: includes/settings/class-cr-settings-review-reminder.php:548
4013
  msgid ""
4014
  "Enable attachment of pictures and videos on aggregated review forms. "
4015
  "Uploaded media files are initially stored on Amazon S3 and automatically "
4019
  "%2$s."
4020
  msgstr ""
4021
 
4022
+ #: includes/settings/class-cr-settings-review-reminder.php:550
4023
  msgid ""
4024
  "Enable attachment of pictures and videos on local aggregated review forms. "
4025
  "This option applies only to aggregated review forms. If you would like to "
4027
  "pages, this can be done %1$shere%2$s."
4028
  msgstr ""
4029
 
4030
+ #: includes/settings/class-cr-settings-review-reminder.php:553
4031
  msgid "Attach Media"
4032
  msgstr ""
4033
 
4034
+ #: includes/settings/class-cr-settings-review-reminder.php:563
4035
  msgid "Rating Bar"
4036
  msgstr ""
4037
 
4038
+ #: includes/settings/class-cr-settings-review-reminder.php:567
4039
  msgid "Visual style of rating bars on review forms."
4040
  msgstr ""
4041
 
4042
+ #: includes/settings/class-cr-settings-review-reminder.php:569
4043
  msgid "Smiley and frowny faces"
4044
  msgstr ""
4045
 
4046
+ #: includes/settings/class-cr-settings-review-reminder.php:570
4047
  #: blocks/src/reviews-grid/edit.js:234 js/blocks.js:946
4048
  msgid "Stars"
4049
  msgstr ""
4050
 
4051
+ #: includes/settings/class-cr-settings-review-reminder.php:575
4052
  msgid "Geolocation"
4053
  msgstr ""
4054
 
4055
+ #: includes/settings/class-cr-settings-review-reminder.php:579
4056
  msgid ""
4057
  "Enable geolocation on aggregated review forms. Customers will have an option "
4058
  "to indicate where they are from. For example, \"England, United Kingdom\"."
4059
  msgstr ""
4060
 
4061
+ #: includes/settings/class-cr-settings-review-reminder.php:580
4062
  msgid "Automatic geolocation on review forms."
4063
  msgstr ""
4064
 
4065
+ #: includes/settings/class-cr-settings-review-reminder.php:586
4066
  msgid "Form Color 1"
4067
  msgstr ""
4068
 
4069
+ #: includes/settings/class-cr-settings-review-reminder.php:590
4070
  msgid "Background color for heading of the form and product names."
4071
  msgstr ""
4072
 
4073
+ #: includes/settings/class-cr-settings-review-reminder.php:594
4074
  msgid "Form Color 2"
4075
  msgstr ""
4076
 
4077
+ #: includes/settings/class-cr-settings-review-reminder.php:598
4078
  msgid "Text color for product names."
4079
  msgstr ""
4080
 
4081
+ #: includes/settings/class-cr-settings-review-reminder.php:602
4082
  msgid "Form Color 3"
4083
  msgstr ""
4084
 
4085
+ #: includes/settings/class-cr-settings-review-reminder.php:606
4086
  msgid "Color of control elements (buttons, rating bars)."
4087
  msgstr ""
4088
 
4089
+ #: includes/settings/class-cr-settings-review-reminder.php:962
4090
  msgid ""
4091
  "While editing the footer text please make sure to keep the unsubscribe link "
4092
  "markup:"
4093
  msgstr ""
4094
 
4095
+ #: includes/settings/class-cr-settings-review-reminder.php:1031
4096
  msgid ""
4097
  "<strong>CR Cron could not be enabled because no license key was entered. A "
4098
  "license key (free or pro) is required to use CR Cron.</strong>"
4446
  "you should specify it here."
4447
  msgstr ""
4448
 
4449
+ #: includes/settings/class-cr-settings-trust-badges.php:45
4450
  #: includes/settings/class-cr-settings-trust-badges.php:83
 
4451
  msgid "Trust Badges"
4452
  msgstr ""
4453
 
4454
+ #: includes/settings/class-cr-settings-trust-badges.php:86
4455
  msgid ""
4456
+ "Increase your store's conversion rate by placing a \"trust badge\" on the "
4457
  "home, checkout or any other page(s). Let customers feel more confident about "
4458
  "shopping on your site by featuring a trust badge that shows a summary of "
4459
+ "customer reviews. Trust badges can be enabled using shortcodes or blocks in "
4460
+ "the page editor (blocks require WordPress 5.0 or newer)."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4461
  msgstr ""
4462
 
4463
+ #: includes/settings/class-cr-settings-trust-badges.php:88
 
 
 
 
4464
  msgid ""
4465
+ "If you enable <a href=\"%1$s\">verification of reviews</a> and claim a <a "
4466
+ "href=\"%2$s\">dedicated page</a> at CusRev.com website, trust badges will "
4467
+ "include a nofollow link to your page there."
4468
  msgstr ""
4469
 
4470
+ #: includes/settings/class-cr-settings-trust-badges.php:93
4471
  msgid "Small Light Badge"
4472
  msgstr ""
4473
 
4474
+ #: includes/settings/class-cr-settings-trust-badges.php:95
4475
  msgid "Shortcode and preview of the small light trust badge."
4476
  msgstr ""
4477
 
4478
+ #: includes/settings/class-cr-settings-trust-badges.php:101
4479
  msgid "Small Light Badge (with Store Rating)"
4480
  msgstr ""
4481
 
4482
+ #: includes/settings/class-cr-settings-trust-badges.php:103
4483
  msgid "Shortcode and preview of the small light trust badge with store rating."
4484
  msgstr ""
4485
 
4486
+ #: includes/settings/class-cr-settings-trust-badges.php:109
4487
  msgid "Small Dark Badge"
4488
  msgstr ""
4489
 
4490
+ #: includes/settings/class-cr-settings-trust-badges.php:111
4491
  msgid "Shortcode and preview of the small dark trust badge."
4492
  msgstr ""
4493
 
4494
+ #: includes/settings/class-cr-settings-trust-badges.php:117
4495
  msgid "Small Dark Badge (with Store Rating)"
4496
  msgstr ""
4497
 
4498
+ #: includes/settings/class-cr-settings-trust-badges.php:119
4499
  msgid "Shortcode and preview of the small dark trust badge with store rating."
4500
  msgstr ""
4501
 
4502
+ #: includes/settings/class-cr-settings-trust-badges.php:125
4503
  msgid "Wide Light Badge"
4504
  msgstr ""
4505
 
4506
+ #: includes/settings/class-cr-settings-trust-badges.php:127
4507
  msgid ""
4508
  "Shortcode and preview of the wide light trust badge. The wide badge has a "
4509
  "version for small screens that will be automatically shown when a website is "
4510
  "viewed from phones."
4511
  msgstr ""
4512
 
4513
+ #: includes/settings/class-cr-settings-trust-badges.php:133
4514
  msgid "Wide Light Badge (with Store Rating)"
4515
  msgstr ""
4516
 
4517
+ #: includes/settings/class-cr-settings-trust-badges.php:135
4518
  msgid ""
4519
  "Shortcode and preview of the wide light trust badge with store rating. The "
4520
  "wide badge has a version for small screens that will be automatically shown "
4521
  "when a website is viewed from phones."
4522
  msgstr ""
4523
 
4524
+ #: includes/settings/class-cr-settings-trust-badges.php:141
4525
  msgid "Wide Dark Badge"
4526
  msgstr ""
4527
 
4528
+ #: includes/settings/class-cr-settings-trust-badges.php:143
4529
  msgid ""
4530
  "Shortcode and preview of the wide dark trust badge. The wide badge has a "
4531
  "version for small screens that will be automatically shown when a website is "
4532
  "viewed from phones."
4533
  msgstr ""
4534
 
4535
+ #: includes/settings/class-cr-settings-trust-badges.php:149
4536
  msgid "Wide Dark Badge (with Store Rating)"
4537
  msgstr ""
4538
 
4539
+ #: includes/settings/class-cr-settings-trust-badges.php:151
4540
  msgid ""
4541
  "Shortcode and preview of the wide dark trust badge with store rating. The "
4542
  "wide badge has a version for small screens that will be automatically shown "
4543
  "when a website is viewed from phones."
4544
  msgstr ""
4545
 
4546
+ #: includes/settings/class-cr-settings-trust-badges.php:157
4547
  msgid "Compact Light Badge"
4548
  msgstr ""
4549
 
4550
+ #: includes/settings/class-cr-settings-trust-badges.php:159
4551
  msgid "Shortcode and preview of the compact light trust badge."
4552
  msgstr ""
4553
 
4554
+ #: includes/settings/class-cr-settings-trust-badges.php:165
4555
  msgid "Compact Dark Badge"
4556
  msgstr ""
4557
 
4558
+ #: includes/settings/class-cr-settings-trust-badges.php:167
4559
  msgid "Shortcode and preview of the compact dark trust badge."
4560
  msgstr ""
4561
 
4562
+ #: includes/settings/class-cr-settings-trust-badges.php:177
4563
  msgid "Floating Trust Badge"
4564
  msgstr ""
4565
 
4566
+ #: includes/settings/class-cr-settings-trust-badges.php:179
4567
  msgid ""
4568
  "Settings to display a floating badge with a summary of verified reviews."
4569
  msgstr ""
4570
 
4571
+ #: includes/settings/class-cr-settings-trust-badges.php:183
4572
  msgid "Floating Badge"
4573
  msgstr ""
4574
 
4575
+ #: includes/settings/class-cr-settings-trust-badges.php:185
4576
  msgid ""
4577
  "Enable this checkbox to display a floating trust badge on public pages of "
4578
  "the website."
4579
  msgstr ""
4580
 
4581
+ #: includes/settings/class-cr-settings-trust-badges.php:190
4582
  msgid "Floating Badge Style"
4583
  msgstr ""
4584
 
4585
+ #: includes/settings/class-cr-settings-trust-badges.php:192
4586
  msgid "Choose one of the styles for the floating trust badge."
4587
  msgstr ""
4588
 
4589
+ #: includes/settings/class-cr-settings-trust-badges.php:196 js/blocks.js:112
4590
  msgid "Light"
4591
  msgstr ""
4592
 
4593
+ #: includes/settings/class-cr-settings-trust-badges.php:197 js/blocks.js:116
4594
  msgid "Dark"
4595
  msgstr ""
4596
 
4597
+ #: includes/settings/class-cr-settings-trust-badges.php:202
4598
  msgid "Floating Badge Location"
4599
  msgstr ""
4600
 
4601
+ #: includes/settings/class-cr-settings-trust-badges.php:204
4602
  msgid "Choose one of the locations for the floating trust badge."
4603
  msgstr ""
4604
 
4605
+ #: includes/settings/class-cr-settings-trust-badges.php:208
4606
  msgid "Bottom right"
4607
  msgstr ""
4608
 
4609
+ #: includes/settings/class-cr-settings-trust-badges.php:209
4610
  msgid "Bottom left"
4611
  msgstr ""
4612
 
4613
+ #: includes/settings/class-cr-settings-trust-badges.php:294
4614
  msgid "color"
4615
  msgstr ""
4616
 
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] ""
4737
 
4738
  #: includes/trust-badge/class-cr-verified-reviews.php:58
4739
+ msgid "CusRev.com page activation error: 'Page URL' cannot be empty."
4740
  msgstr ""
4741
 
4742
  #: includes/trust-badge/class-cr-verified-reviews.php:89
4743
+ msgid "CusRev.com page activation error #98. "
4744
  msgstr ""
4745
 
4746
  #: includes/trust-badge/class-cr-verified-reviews.php:94
4747
+ msgid "CusRev.com page has been successfully enabled."
4748
  msgstr ""
4749
 
4750
  #: includes/trust-badge/class-cr-verified-reviews.php:97
4751
  msgid ""
4752
+ "CusRev.com page activation error: '%s' is already in use. Please enter a "
4753
  "different page name."
4754
  msgstr ""
4755
 
4756
  #: includes/trust-badge/class-cr-verified-reviews.php:100
4757
  msgid ""
4758
+ "CusRev.com page activation error: page URL contains unsupported symbols. "
4759
+ "Only latin characters (a-z), numbers (0-9), and . symbol are allowed."
4760
  msgstr ""
4761
 
4762
  #: includes/trust-badge/class-cr-verified-reviews.php:103
4766
  msgstr ""
4767
 
4768
  #: includes/trust-badge/class-cr-verified-reviews.php:106
4769
+ msgid "CusRev.com page activation error #99."
4770
  msgstr ""
4771
 
4772
  #: includes/trust-badge/class-cr-verified-reviews.php:142
4773
+ msgid "CusRev.com page deactivation error #98. Please try again."
4774
  msgstr ""
4775
 
4776
  #: includes/trust-badge/class-cr-verified-reviews.php:149
4777
+ msgid "CusRev.com page has been successfully disabled."
4778
  msgstr ""
4779
 
4780
  #: includes/trust-badge/class-cr-verified-reviews.php:153
4781
  msgid ""
4782
+ "CusRev.com page deactivation error: the page is blocked, please contact "
4783
+ "CusRev support for assistance."
4784
  msgstr ""
4785
 
4786
  #: includes/trust-badge/class-cr-verified-reviews.php:157
4787
+ msgid "CusRev.com page deactivation error #99."
4788
  msgstr ""
4789
 
4790
  #: ivole.php:135
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-10-28T14:21:16+00:00\n"
10
  "PO-Revision-Date: 2020-07-09 00:09+0100\n"
11
  "Last-Translator: \n"
12
  "Language-Team: \n"
@@ -43,27 +43,27 @@ msgstr ""
43
  msgid "This reply was originally posted on CR portal"
44
  msgstr ""
45
 
46
- #: class-ivole.php:150
47
  msgid "View CusRev documentation"
48
  msgstr ""
49
 
50
- #: class-ivole.php:150
51
  msgid "Docs"
52
  msgstr ""
53
 
54
- #: class-ivole.php:151
55
  msgid "Visit community forums"
56
  msgstr ""
57
 
58
- #: class-ivole.php:151
59
  msgid "Community support"
60
  msgstr ""
61
 
62
- #: class-ivole.php:161
63
  msgid "View Customer Reviews settings"
64
  msgstr ""
65
 
66
- #: class-ivole.php:161 includes/settings/class-cr-admin-menu-settings.php:60
67
  #: includes/settings/class-cr-admin-menu-settings.php:61
68
  msgid "Settings"
69
  msgstr ""
@@ -240,7 +240,7 @@ msgstr ""
240
  msgid "Item 2 Test"
241
  msgstr ""
242
 
243
- #: includes/emails/class-cr-email-func.php:263
244
  #: includes/reviews/class-cr-reviews-list-table.php:410
245
  msgid "Review"
246
  msgstr ""
@@ -377,7 +377,7 @@ msgstr ""
377
  #: includes/reviews/class-cr-admin-menu-reviews.php:59
378
  #: includes/reviews/class-cr-admin-menu-reviews.php:60
379
  #: includes/settings/class-cr-admin-menu-settings.php:143
380
- #: includes/settings/class-cr-settings-trust-badges.php:336
381
  msgid "Reviews"
382
  msgstr ""
383
 
@@ -2490,6 +2490,49 @@ msgid ""
2490
  "settings</a>."
2491
  msgstr ""
2492
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2493
  #: includes/settings/class-cr-settings-discount-tiers.php:37
2494
  msgid ""
2495
  "The option is not available with the coupon type selected for this discount "
@@ -2591,7 +2634,7 @@ msgid "Specific roles"
2591
  msgstr ""
2592
 
2593
  #: includes/settings/class-cr-settings-discount-tiers.php:146
2594
- #: includes/settings/class-cr-settings-review-reminder.php:362
2595
  msgid "Roles"
2596
  msgstr ""
2597
 
@@ -2802,7 +2845,7 @@ msgid ""
2802
  msgstr ""
2803
 
2804
  #: includes/settings/class-cr-settings-email-template.php:286
2805
- msgid "\"Reply-To\" Address"
2806
  msgstr ""
2807
 
2808
  #: includes/settings/class-cr-settings-email-template.php:301
@@ -2947,69 +2990,69 @@ msgid ""
2947
  "test email."
2948
  msgstr ""
2949
 
2950
- #: includes/settings/class-cr-settings-email-template.php:533
2951
  msgid "Return to emails"
2952
  msgstr ""
2953
 
2954
- #: includes/settings/class-cr-settings-email-template.php:552
2955
  msgid "Email template"
2956
  msgstr ""
2957
 
2958
- #: includes/settings/class-cr-settings-email-template.php:560
2959
  msgid "Delete template file"
2960
  msgstr ""
2961
 
2962
  #. translators: %s: Path to template file
2963
- #: includes/settings/class-cr-settings-email-template.php:566
2964
  msgid ""
2965
  "This template has been overridden by your theme and can be found in: %s."
2966
  msgstr ""
2967
 
2968
- #: includes/settings/class-cr-settings-email-template.php:596
2969
  msgid "Copy file to theme"
2970
  msgstr ""
2971
 
2972
  #. translators: 1: Path to template file 2: Path to theme folder
2973
- #: includes/settings/class-cr-settings-email-template.php:602
2974
  msgid ""
2975
  "To override and edit this email template copy %1$s to your theme folder: "
2976
  "%2$s."
2977
  msgstr ""
2978
 
2979
- #: includes/settings/class-cr-settings-email-template.php:610
2980
  msgid "File was not found."
2981
  msgstr ""
2982
 
2983
- #: includes/settings/class-cr-settings-email-template.php:632
2984
  msgid "View template"
2985
  msgstr ""
2986
 
2987
- #: includes/settings/class-cr-settings-email-template.php:633
2988
  msgid "Hide template"
2989
  msgstr ""
2990
 
2991
- #: includes/settings/class-cr-settings-email-template.php:647
2992
  msgid "Are you sure you want to delete this template file?"
2993
  msgstr ""
2994
 
2995
- #: includes/settings/class-cr-settings-email-template.php:668
2996
- #: includes/settings/class-cr-settings-email-template.php:674
2997
  msgid "'Email Body' field cannot be empty"
2998
  msgstr ""
2999
 
3000
- #: includes/settings/class-cr-settings-email-template.php:688
3001
  msgid "Action failed. Please refresh the page and retry."
3002
  msgstr ""
3003
 
3004
- #: includes/settings/class-cr-settings-email-template.php:692
3005
  msgid "You don&#8217;t have permission to do this."
3006
  msgstr ""
3007
 
3008
- #: includes/settings/class-cr-settings-email-template.php:714
3009
  msgid "Template file copied to theme."
3010
  msgstr ""
3011
 
3012
- #: includes/settings/class-cr-settings-email-template.php:726
3013
  msgid "Template file deleted from theme."
3014
  msgstr ""
3015
 
@@ -3017,11 +3060,11 @@ msgstr ""
3017
  msgid "Emails"
3018
  msgstr ""
3019
 
3020
- #: includes/settings/class-cr-settings-emails.php:69
3021
  msgid "Email Templates"
3022
  msgstr ""
3023
 
3024
- #: includes/settings/class-cr-settings-emails.php:71
3025
  msgid ""
3026
  "Adjust templates of the emails that will be sent to customers. If you enable "
3027
  "<b>advanced</b> email templates in your account on the %1$sCusRev website"
@@ -3029,15 +3072,15 @@ msgid ""
3029
  "below."
3030
  msgstr ""
3031
 
3032
- #: includes/settings/class-cr-settings-emails.php:102
3033
  msgid "Email"
3034
  msgstr ""
3035
 
3036
- #: includes/settings/class-cr-settings-emails.php:103
3037
  msgid "Subject"
3038
  msgstr ""
3039
 
3040
- #: includes/settings/class-cr-settings-emails.php:104
3041
  msgid "From"
3042
  msgstr ""
3043
 
@@ -3183,7 +3226,7 @@ msgid "Reply-To Address"
3183
  msgstr ""
3184
 
3185
  #: includes/settings/class-cr-settings-review-discount.php:109
3186
- #: includes/settings/class-cr-settings-review-reminder.php:480
3187
  msgid "Email Template"
3188
  msgstr ""
3189
 
@@ -3444,11 +3487,11 @@ msgstr ""
3444
  #: includes/settings/class-cr-settings-review-reminder.php:89
3445
  #: includes/settings/class-cr-settings-review-reminder.php:94
3446
  #: includes/settings/class-cr-settings-review-reminder.php:99
3447
- #: includes/settings/class-cr-settings-review-reminder.php:931
3448
- #: includes/settings/class-cr-settings-review-reminder.php:932
3449
- #: includes/settings/class-cr-settings-review-reminder.php:933
3450
- #: includes/settings/class-cr-settings-review-reminder.php:934
3451
- #: includes/settings/class-cr-settings-review-reminder.php:935
3452
  msgid "Checking license..."
3453
  msgstr ""
3454
 
@@ -3723,83 +3766,83 @@ msgid ""
3723
  "in this field."
3724
  msgstr ""
3725
 
3726
- #: includes/settings/class-cr-settings-review-reminder.php:314
3727
  msgid "Order Status"
3728
  msgstr ""
3729
 
3730
- #: includes/settings/class-cr-settings-review-reminder.php:316
3731
  msgid ""
3732
  "Review reminders will be sent N days after this order status. It is "
3733
  "recommended to use 'Completed' status."
3734
  msgstr ""
3735
 
3736
- #: includes/settings/class-cr-settings-review-reminder.php:325
3737
  msgid "Enable for"
3738
  msgstr ""
3739
 
3740
- #: includes/settings/class-cr-settings-review-reminder.php:327
3741
  msgid ""
3742
  "Define if reminders will be send for all or only specific categories of "
3743
  "products."
3744
  msgstr ""
3745
 
3746
- #: includes/settings/class-cr-settings-review-reminder.php:334
3747
  msgid "All Categories"
3748
  msgstr ""
3749
 
3750
- #: includes/settings/class-cr-settings-review-reminder.php:335
3751
  msgid "Specific Categories"
3752
  msgstr ""
3753
 
3754
- #: includes/settings/class-cr-settings-review-reminder.php:339
3755
  msgid "Categories"
3756
  msgstr ""
3757
 
3758
- #: includes/settings/class-cr-settings-review-reminder.php:341
3759
  msgid ""
3760
  "If reminders are enabled only for specific categories of products, this "
3761
  "field enables you to choose these categories."
3762
  msgstr ""
3763
 
3764
- #: includes/settings/class-cr-settings-review-reminder.php:348
3765
  msgid "Enable for Roles"
3766
  msgstr ""
3767
 
3768
- #: includes/settings/class-cr-settings-review-reminder.php:350
3769
  msgid ""
3770
  "Define if reminders will be send for all or only specific roles of users."
3771
  msgstr ""
3772
 
3773
- #: includes/settings/class-cr-settings-review-reminder.php:357
3774
  msgid "All Roles"
3775
  msgstr ""
3776
 
3777
- #: includes/settings/class-cr-settings-review-reminder.php:358
3778
  msgid "Specific Roles"
3779
  msgstr ""
3780
 
3781
- #: includes/settings/class-cr-settings-review-reminder.php:364
3782
  msgid ""
3783
  "If reminders are enabled only for specific user roles, this field enables "
3784
  "you to choose these roles."
3785
  msgstr ""
3786
 
3787
- #: includes/settings/class-cr-settings-review-reminder.php:371
3788
  msgid "Enable for Guests"
3789
  msgstr ""
3790
 
3791
- #: includes/settings/class-cr-settings-review-reminder.php:372
3792
  msgid ""
3793
  "Enable sending of review reminders to customers who place orders without an "
3794
  "account (guest checkout). It is recommended to enable this checkbox, if you "
3795
  "allow customers to place orders without creating an account on your site."
3796
  msgstr ""
3797
 
3798
- #: includes/settings/class-cr-settings-review-reminder.php:378
3799
  msgid "Reminders Scheduler"
3800
  msgstr ""
3801
 
3802
- #: includes/settings/class-cr-settings-review-reminder.php:380
3803
  msgid ""
3804
  "Define which scheduler the plugin will use to schedule automatic review "
3805
  "reminders. The default option is to use WordPress Cron (WP-Cron) for "
@@ -3808,53 +3851,53 @@ msgid ""
3808
  "CR Cron is an external service that requires a license key (free or pro)."
3809
  msgstr ""
3810
 
3811
- #: includes/settings/class-cr-settings-review-reminder.php:389
3812
  msgid "Enable Manual Reminders"
3813
  msgstr ""
3814
 
3815
- #: includes/settings/class-cr-settings-review-reminder.php:390
3816
  msgid ""
3817
  "Enable manual sending of follow-up emails with a reminder to submit a "
3818
  "review. Manual reminders can be sent for completed orders from %1$sOrders"
3819
  "%2$s page after enabling this option."
3820
  msgstr ""
3821
 
3822
- #: includes/settings/class-cr-settings-review-reminder.php:396
3823
  msgid "Limit Number of Reminders"
3824
  msgstr ""
3825
 
3826
- #: includes/settings/class-cr-settings-review-reminder.php:397
3827
  msgid ""
3828
  "Enable this checkbox to make sure that no more than one review reminder is "
3829
  "sent for each order."
3830
  msgstr ""
3831
 
3832
- #: includes/settings/class-cr-settings-review-reminder.php:403
3833
  msgid "Customer Consent"
3834
  msgstr ""
3835
 
3836
- #: includes/settings/class-cr-settings-review-reminder.php:404
3837
  msgid ""
3838
  "If this option is enabled, customers will be asked to tick a checkbox on the "
3839
  "checkout page to indicate that they would like to receive an invitation to "
3840
  "review their order."
3841
  msgstr ""
3842
 
3843
- #: includes/settings/class-cr-settings-review-reminder.php:410
3844
  msgid "Customer Consent Text"
3845
  msgstr ""
3846
 
3847
- #: includes/settings/class-cr-settings-review-reminder.php:411
3848
  msgid ""
3849
  "Text of the message shown to customers next to the consent checkbox on the "
3850
  "checkout page."
3851
  msgstr ""
3852
 
3853
- #: includes/settings/class-cr-settings-review-reminder.php:420
3854
  msgid "Registered Customers"
3855
  msgstr ""
3856
 
3857
- #: includes/settings/class-cr-settings-review-reminder.php:421
3858
  msgid ""
3859
  "By default, review reminders are sent to billing emails provided by "
3860
  "customers during checkout. If you enable this option, the plugin will check "
@@ -3863,51 +3906,51 @@ msgid ""
3863
  "this option disabled."
3864
  msgstr ""
3865
 
3866
- #: includes/settings/class-cr-settings-review-reminder.php:427
3867
  msgid "Moderation of Reviews"
3868
  msgstr ""
3869
 
3870
- #: includes/settings/class-cr-settings-review-reminder.php:428
3871
  msgid ""
3872
  "Enable manual moderation of reviews submitted by your verified customers. "
3873
  "This setting applies only to reviews submitted in response to reminders sent "
3874
  "by this plugin."
3875
  msgstr ""
3876
 
3877
- #: includes/settings/class-cr-settings-review-reminder.php:434
3878
  msgid "Exclude Free Products"
3879
  msgstr ""
3880
 
3881
- #: includes/settings/class-cr-settings-review-reminder.php:435
3882
  msgid "Enable this checkbox to exclude free products from review invitations."
3883
  msgstr ""
3884
 
3885
- #: includes/settings/class-cr-settings-review-reminder.php:441
3886
  msgid "Shop Name"
3887
  msgstr ""
3888
 
3889
- #: includes/settings/class-cr-settings-review-reminder.php:443
3890
  msgid ""
3891
  "Specify your shop name that will be used in emails and review forms "
3892
  "generated by this plugin."
3893
  msgstr ""
3894
 
3895
- #: includes/settings/class-cr-settings-review-reminder.php:458
3896
- #: includes/settings/class-cr-settings-review-reminder.php:464
3897
  msgid "Language"
3898
  msgstr ""
3899
 
3900
- #: includes/settings/class-cr-settings-review-reminder.php:466
3901
  msgid "Choose one of the available languages."
3902
  msgstr ""
3903
 
3904
- #: includes/settings/class-cr-settings-review-reminder.php:482
3905
  msgid ""
3906
  "The email template of review reminders can be configured on the <a href=\"%s"
3907
  "\">Emails</a> tab."
3908
  msgstr ""
3909
 
3910
- #: includes/settings/class-cr-settings-review-reminder.php:490
3911
  msgid ""
3912
  "Adjust template of the aggregated review forms that will be created and sent "
3913
  "to customers by CusRev. Modifications will be applied to the next review "
@@ -3916,55 +3959,55 @@ msgid ""
3916
  "b> the settings below."
3917
  msgstr ""
3918
 
3919
- #: includes/settings/class-cr-settings-review-reminder.php:492
3920
  msgid ""
3921
  "Adjust template of the aggregated review forms that will be created and sent "
3922
  "to customers. Modifications will be applied to the next review form created "
3923
  "after saving settings."
3924
  msgstr ""
3925
 
3926
- #: includes/settings/class-cr-settings-review-reminder.php:495
3927
  msgid "Review Form Template"
3928
  msgstr ""
3929
 
3930
- #: includes/settings/class-cr-settings-review-reminder.php:501
3931
  msgid "Form Header"
3932
  msgstr ""
3933
 
3934
- #: includes/settings/class-cr-settings-review-reminder.php:503
3935
  msgid "Header of the review form that will be sent to customers."
3936
  msgstr ""
3937
 
3938
- #: includes/settings/class-cr-settings-review-reminder.php:510
3939
  msgid "Form Body"
3940
  msgstr ""
3941
 
3942
- #: includes/settings/class-cr-settings-review-reminder.php:512
3943
  msgid "Body of the review form that will be sent to customers."
3944
  msgstr ""
3945
 
3946
- #: includes/settings/class-cr-settings-review-reminder.php:520
3947
  msgid "Shop Rating"
3948
  msgstr ""
3949
 
3950
- #: includes/settings/class-cr-settings-review-reminder.php:524
3951
  msgid ""
3952
  "Enable this option if you would like to include a separate question for a "
3953
  "general shop review in addition to questions for product reviews."
3954
  msgstr ""
3955
 
3956
- #: includes/settings/class-cr-settings-review-reminder.php:527
3957
  msgid "Comment Required"
3958
  msgstr ""
3959
 
3960
- #: includes/settings/class-cr-settings-review-reminder.php:531
3961
  msgid ""
3962
  "Enable this option if you would like to make it mandatory for your customers "
3963
  "to write something in their review. This option applies only to aggregated "
3964
  "review forms."
3965
  msgstr ""
3966
 
3967
- #: includes/settings/class-cr-settings-review-reminder.php:534
3968
  msgid ""
3969
  "Enable attachment of pictures and videos on aggregated review forms. "
3970
  "Uploaded media files are initially stored on Amazon S3 and automatically "
@@ -3974,7 +4017,7 @@ msgid ""
3974
  "%2$s."
3975
  msgstr ""
3976
 
3977
- #: includes/settings/class-cr-settings-review-reminder.php:536
3978
  msgid ""
3979
  "Enable attachment of pictures and videos on local aggregated review forms. "
3980
  "This option applies only to aggregated review forms. If you would like to "
@@ -3982,72 +4025,72 @@ msgid ""
3982
  "pages, this can be done %1$shere%2$s."
3983
  msgstr ""
3984
 
3985
- #: includes/settings/class-cr-settings-review-reminder.php:539
3986
  msgid "Attach Media"
3987
  msgstr ""
3988
 
3989
- #: includes/settings/class-cr-settings-review-reminder.php:549
3990
  msgid "Rating Bar"
3991
  msgstr ""
3992
 
3993
- #: includes/settings/class-cr-settings-review-reminder.php:553
3994
  msgid "Visual style of rating bars on review forms."
3995
  msgstr ""
3996
 
3997
- #: includes/settings/class-cr-settings-review-reminder.php:555
3998
  msgid "Smiley and frowny faces"
3999
  msgstr ""
4000
 
4001
- #: includes/settings/class-cr-settings-review-reminder.php:556
4002
  #: blocks/src/reviews-grid/edit.js:234 js/blocks.js:946
4003
  msgid "Stars"
4004
  msgstr ""
4005
 
4006
- #: includes/settings/class-cr-settings-review-reminder.php:561
4007
  msgid "Geolocation"
4008
  msgstr ""
4009
 
4010
- #: includes/settings/class-cr-settings-review-reminder.php:565
4011
  msgid ""
4012
  "Enable geolocation on aggregated review forms. Customers will have an option "
4013
  "to indicate where they are from. For example, \"England, United Kingdom\"."
4014
  msgstr ""
4015
 
4016
- #: includes/settings/class-cr-settings-review-reminder.php:566
4017
  msgid "Automatic geolocation on review forms."
4018
  msgstr ""
4019
 
4020
- #: includes/settings/class-cr-settings-review-reminder.php:572
4021
  msgid "Form Color 1"
4022
  msgstr ""
4023
 
4024
- #: includes/settings/class-cr-settings-review-reminder.php:576
4025
  msgid "Background color for heading of the form and product names."
4026
  msgstr ""
4027
 
4028
- #: includes/settings/class-cr-settings-review-reminder.php:580
4029
  msgid "Form Color 2"
4030
  msgstr ""
4031
 
4032
- #: includes/settings/class-cr-settings-review-reminder.php:584
4033
  msgid "Text color for product names."
4034
  msgstr ""
4035
 
4036
- #: includes/settings/class-cr-settings-review-reminder.php:588
4037
  msgid "Form Color 3"
4038
  msgstr ""
4039
 
4040
- #: includes/settings/class-cr-settings-review-reminder.php:592
4041
  msgid "Color of control elements (buttons, rating bars)."
4042
  msgstr ""
4043
 
4044
- #: includes/settings/class-cr-settings-review-reminder.php:948
4045
  msgid ""
4046
  "While editing the footer text please make sure to keep the unsubscribe link "
4047
  "markup:"
4048
  msgstr ""
4049
 
4050
- #: includes/settings/class-cr-settings-review-reminder.php:1017
4051
  msgid ""
4052
  "<strong>CR Cron could not be enabled because no license key was entered. A "
4053
  "license key (free or pro) is required to use CR Cron.</strong>"
@@ -4401,200 +4444,171 @@ msgid ""
4401
  "you should specify it here."
4402
  msgstr ""
4403
 
4404
- #: includes/settings/class-cr-settings-trust-badges.php:50
4405
  #: includes/settings/class-cr-settings-trust-badges.php:83
4406
- #: includes/settings/class-cr-settings-trust-badges.php:89
4407
  msgid "Trust Badges"
4408
  msgstr ""
4409
 
4410
- #: includes/settings/class-cr-settings-trust-badges.php:85
4411
  msgid ""
4412
- "<p>Increase your store's conversion rate by placing a \"trust badge\" on the "
4413
  "home, checkout or any other page(s). Let customers feel more confident about "
4414
  "shopping on your site by featuring a trust badge that shows a summary of "
4415
- "verified customer reviews. Trust badges can be enabled using shortcodes or "
4416
- "blocks in the page editor (blocks require WordPress 5.0 or newer).</"
4417
- "p><p>Reviews are considered to be verified when they are collected via an "
4418
- "independent third-party website (www.cusrev.com) integrated with this "
4419
- "plugin. Reviews submitted directly on your site cannot be considered as "
4420
- "verified. Each trust badge contains a nofollow link to a dedicated page at "
4421
- "<b>www.cusrev.com</b> with all verified reviews for your store. You can "
4422
- "configure URL of the page with verified reviews for your store below.</p>"
4423
- msgstr ""
4424
-
4425
- #: includes/settings/class-cr-settings-trust-badges.php:90
4426
- msgid ""
4427
- "Enable this option to display trust badges and additional %1$s icons for "
4428
- "individual reviews on product pages in your store. Each %2$s icon will "
4429
- "contain a nofollow link to a verified copy of the review on <strong>www."
4430
- "cusrev.com</strong>."
4431
- msgstr ""
4432
-
4433
- #: includes/settings/class-cr-settings-trust-badges.php:97
4434
- msgid "Verified Reviews Page"
4435
- msgstr ""
4436
-
4437
- #: includes/settings/class-cr-settings-trust-badges.php:98
4438
- msgid ""
4439
- "Specify name of the page with verified reviews. This will be a base URL for "
4440
- "reviews related to your shop. You can use alphanumeric symbols and '.' in "
4441
- "the name of the page."
4442
  msgstr ""
4443
 
4444
- #: includes/settings/class-cr-settings-trust-badges.php:106
4445
- msgid "Age Restriction"
4446
- msgstr ""
4447
-
4448
- #: includes/settings/class-cr-settings-trust-badges.php:107
4449
  msgid ""
4450
- "Enable this option if your store sells age-restricted products (e.g., adult "
4451
- "content, alcohol, etc.)"
 
4452
  msgstr ""
4453
 
4454
- #: includes/settings/class-cr-settings-trust-badges.php:117
4455
  msgid "Small Light Badge"
4456
  msgstr ""
4457
 
4458
- #: includes/settings/class-cr-settings-trust-badges.php:119
4459
  msgid "Shortcode and preview of the small light trust badge."
4460
  msgstr ""
4461
 
4462
- #: includes/settings/class-cr-settings-trust-badges.php:125
4463
  msgid "Small Light Badge (with Store Rating)"
4464
  msgstr ""
4465
 
4466
- #: includes/settings/class-cr-settings-trust-badges.php:127
4467
  msgid "Shortcode and preview of the small light trust badge with store rating."
4468
  msgstr ""
4469
 
4470
- #: includes/settings/class-cr-settings-trust-badges.php:133
4471
  msgid "Small Dark Badge"
4472
  msgstr ""
4473
 
4474
- #: includes/settings/class-cr-settings-trust-badges.php:135
4475
  msgid "Shortcode and preview of the small dark trust badge."
4476
  msgstr ""
4477
 
4478
- #: includes/settings/class-cr-settings-trust-badges.php:141
4479
  msgid "Small Dark Badge (with Store Rating)"
4480
  msgstr ""
4481
 
4482
- #: includes/settings/class-cr-settings-trust-badges.php:143
4483
  msgid "Shortcode and preview of the small dark trust badge with store rating."
4484
  msgstr ""
4485
 
4486
- #: includes/settings/class-cr-settings-trust-badges.php:149
4487
  msgid "Wide Light Badge"
4488
  msgstr ""
4489
 
4490
- #: includes/settings/class-cr-settings-trust-badges.php:151
4491
  msgid ""
4492
  "Shortcode and preview of the wide light trust badge. The wide badge has a "
4493
  "version for small screens that will be automatically shown when a website is "
4494
  "viewed from phones."
4495
  msgstr ""
4496
 
4497
- #: includes/settings/class-cr-settings-trust-badges.php:157
4498
  msgid "Wide Light Badge (with Store Rating)"
4499
  msgstr ""
4500
 
4501
- #: includes/settings/class-cr-settings-trust-badges.php:159
4502
  msgid ""
4503
  "Shortcode and preview of the wide light trust badge with store rating. The "
4504
  "wide badge has a version for small screens that will be automatically shown "
4505
  "when a website is viewed from phones."
4506
  msgstr ""
4507
 
4508
- #: includes/settings/class-cr-settings-trust-badges.php:165
4509
  msgid "Wide Dark Badge"
4510
  msgstr ""
4511
 
4512
- #: includes/settings/class-cr-settings-trust-badges.php:167
4513
  msgid ""
4514
  "Shortcode and preview of the wide dark trust badge. The wide badge has a "
4515
  "version for small screens that will be automatically shown when a website is "
4516
  "viewed from phones."
4517
  msgstr ""
4518
 
4519
- #: includes/settings/class-cr-settings-trust-badges.php:173
4520
  msgid "Wide Dark Badge (with Store Rating)"
4521
  msgstr ""
4522
 
4523
- #: includes/settings/class-cr-settings-trust-badges.php:175
4524
  msgid ""
4525
  "Shortcode and preview of the wide dark trust badge with store rating. The "
4526
  "wide badge has a version for small screens that will be automatically shown "
4527
  "when a website is viewed from phones."
4528
  msgstr ""
4529
 
4530
- #: includes/settings/class-cr-settings-trust-badges.php:181
4531
  msgid "Compact Light Badge"
4532
  msgstr ""
4533
 
4534
- #: includes/settings/class-cr-settings-trust-badges.php:183
4535
  msgid "Shortcode and preview of the compact light trust badge."
4536
  msgstr ""
4537
 
4538
- #: includes/settings/class-cr-settings-trust-badges.php:189
4539
  msgid "Compact Dark Badge"
4540
  msgstr ""
4541
 
4542
- #: includes/settings/class-cr-settings-trust-badges.php:191
4543
  msgid "Shortcode and preview of the compact dark trust badge."
4544
  msgstr ""
4545
 
4546
- #: includes/settings/class-cr-settings-trust-badges.php:201
4547
  msgid "Floating Trust Badge"
4548
  msgstr ""
4549
 
4550
- #: includes/settings/class-cr-settings-trust-badges.php:203
4551
  msgid ""
4552
  "Settings to display a floating badge with a summary of verified reviews."
4553
  msgstr ""
4554
 
4555
- #: includes/settings/class-cr-settings-trust-badges.php:207
4556
  msgid "Floating Badge"
4557
  msgstr ""
4558
 
4559
- #: includes/settings/class-cr-settings-trust-badges.php:209
4560
  msgid ""
4561
  "Enable this checkbox to display a floating trust badge on public pages of "
4562
  "the website."
4563
  msgstr ""
4564
 
4565
- #: includes/settings/class-cr-settings-trust-badges.php:214
4566
  msgid "Floating Badge Style"
4567
  msgstr ""
4568
 
4569
- #: includes/settings/class-cr-settings-trust-badges.php:216
4570
  msgid "Choose one of the styles for the floating trust badge."
4571
  msgstr ""
4572
 
4573
- #: includes/settings/class-cr-settings-trust-badges.php:220 js/blocks.js:112
4574
  msgid "Light"
4575
  msgstr ""
4576
 
4577
- #: includes/settings/class-cr-settings-trust-badges.php:221 js/blocks.js:116
4578
  msgid "Dark"
4579
  msgstr ""
4580
 
4581
- #: includes/settings/class-cr-settings-trust-badges.php:226
4582
  msgid "Floating Badge Location"
4583
  msgstr ""
4584
 
4585
- #: includes/settings/class-cr-settings-trust-badges.php:228
4586
  msgid "Choose one of the locations for the floating trust badge."
4587
  msgstr ""
4588
 
4589
- #: includes/settings/class-cr-settings-trust-badges.php:232
4590
  msgid "Bottom right"
4591
  msgstr ""
4592
 
4593
- #: includes/settings/class-cr-settings-trust-badges.php:233
4594
  msgid "Bottom left"
4595
  msgstr ""
4596
 
4597
- #: includes/settings/class-cr-settings-trust-badges.php:318
4598
  msgid "color"
4599
  msgstr ""
4600
 
@@ -4665,74 +4679,82 @@ msgstr ""
4665
  msgid "Tags for Reviews"
4666
  msgstr ""
4667
 
4668
- #: includes/trust-badge/class-cr-trust-badge.php:201
4669
  msgid "Independently verified"
4670
  msgstr ""
4671
 
4672
- #: includes/trust-badge/class-cr-trust-badge.php:202
4673
  msgid "independently verified"
4674
  msgstr ""
4675
 
4676
- #: includes/trust-badge/class-cr-trust-badge.php:204
 
 
 
 
 
 
 
 
4677
  msgid "%s rating"
4678
  msgstr ""
4679
 
4680
- #: includes/trust-badge/class-cr-trust-badge.php:205
4681
  msgid "rating %s / 5"
4682
  msgstr ""
4683
 
4684
- #: includes/trust-badge/class-cr-trust-badge.php:206
4685
  msgid "%s store rating"
4686
  msgstr ""
4687
 
4688
- #: includes/trust-badge/class-cr-trust-badge.php:207
4689
  msgid "Store rating %s / 5"
4690
  msgstr ""
4691
 
4692
- #: includes/trust-badge/class-cr-trust-badge.php:208
4693
  msgid "store rating"
4694
  msgstr ""
4695
 
4696
- #: includes/trust-badge/class-cr-trust-badge.php:209
4697
  msgid "%s product rating"
4698
  msgstr ""
4699
 
4700
- #: includes/trust-badge/class-cr-trust-badge.php:210
4701
  msgid "Product rating %s / 5"
4702
  msgstr ""
4703
 
4704
- #: includes/trust-badge/class-cr-trust-badge.php:211
4705
  msgid "product rating"
4706
  msgstr ""
4707
 
4708
- #: includes/trust-badge/class-cr-trust-badge.php:212
4709
- #: includes/trust-badge/class-cr-trust-badge.php:213 templates/cr-rating.php:44
4710
  msgid "%s review"
4711
  msgid_plural "%s reviews"
4712
  msgstr[0] ""
4713
 
4714
  #: includes/trust-badge/class-cr-verified-reviews.php:58
4715
- msgid "Trust badges activation error: 'Verified Reviews Page' cannot be empty."
4716
  msgstr ""
4717
 
4718
  #: includes/trust-badge/class-cr-verified-reviews.php:89
4719
- msgid "Trust badges activation error #98. "
4720
  msgstr ""
4721
 
4722
  #: includes/trust-badge/class-cr-verified-reviews.php:94
4723
- msgid "Trust badges have been successfully activated."
4724
  msgstr ""
4725
 
4726
  #: includes/trust-badge/class-cr-verified-reviews.php:97
4727
  msgid ""
4728
- "Trust badges activation error: '%s' is already in use. Please enter a "
4729
  "different page name."
4730
  msgstr ""
4731
 
4732
  #: includes/trust-badge/class-cr-verified-reviews.php:100
4733
  msgid ""
4734
- "Trust badges activation error: page name contains unsupported symbols. Only "
4735
- "latin characters (a-z), numbers (0-9), and . symbol are allowed."
4736
  msgstr ""
4737
 
4738
  #: includes/trust-badge/class-cr-verified-reviews.php:103
@@ -4742,25 +4764,25 @@ msgid ""
4742
  msgstr ""
4743
 
4744
  #: includes/trust-badge/class-cr-verified-reviews.php:106
4745
- msgid "Trust badges activation error #99."
4746
  msgstr ""
4747
 
4748
  #: includes/trust-badge/class-cr-verified-reviews.php:142
4749
- msgid "Trust badges deactivation error #98. Please try again."
4750
  msgstr ""
4751
 
4752
  #: includes/trust-badge/class-cr-verified-reviews.php:149
4753
- msgid "Trust badges have been successfully deactivated."
4754
  msgstr ""
4755
 
4756
  #: includes/trust-badge/class-cr-verified-reviews.php:153
4757
  msgid ""
4758
- "Trust badges deactivation error: the page is blocked, please contact CusRev "
4759
- "support for assistance."
4760
  msgstr ""
4761
 
4762
  #: includes/trust-badge/class-cr-verified-reviews.php:157
4763
- msgid "Trust badges deactivation error #99."
4764
  msgstr ""
4765
 
4766
  #: ivole.php:135
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"
43
  msgid "This reply was originally posted on CR portal"
44
  msgstr ""
45
 
46
+ #: class-ivole.php:152
47
  msgid "View CusRev documentation"
48
  msgstr ""
49
 
50
+ #: class-ivole.php:152
51
  msgid "Docs"
52
  msgstr ""
53
 
54
+ #: class-ivole.php:153
55
  msgid "Visit community forums"
56
  msgstr ""
57
 
58
+ #: class-ivole.php:153
59
  msgid "Community support"
60
  msgstr ""
61
 
62
+ #: class-ivole.php:163
63
  msgid "View Customer Reviews settings"
64
  msgstr ""
65
 
66
+ #: class-ivole.php:163 includes/settings/class-cr-admin-menu-settings.php:60
67
  #: includes/settings/class-cr-admin-menu-settings.php:61
68
  msgid "Settings"
69
  msgstr ""
240
  msgid "Item 2 Test"
241
  msgstr ""
242
 
243
+ #: includes/emails/class-cr-email-func.php:264
244
  #: includes/reviews/class-cr-reviews-list-table.php:410
245
  msgid "Review"
246
  msgstr ""
377
  #: includes/reviews/class-cr-admin-menu-reviews.php:59
378
  #: includes/reviews/class-cr-admin-menu-reviews.php:60
379
  #: includes/settings/class-cr-admin-menu-settings.php:143
380
+ #: includes/settings/class-cr-settings-trust-badges.php:310
381
  msgid "Reviews"
382
  msgstr ""
383
 
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 "
2510
+ "%1$s icons for individual reviews on product pages of your store will be "
2511
+ "displayed. Each %2$s icon will contain a nofollow link to a verified copy of "
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.)"
2534
+ msgstr ""
2535
+
2536
  #: includes/settings/class-cr-settings-discount-tiers.php:37
2537
  msgid ""
2538
  "The option is not available with the coupon type selected for this discount "
2634
  msgstr ""
2635
 
2636
  #: includes/settings/class-cr-settings-discount-tiers.php:146
2637
+ #: includes/settings/class-cr-settings-review-reminder.php:367
2638
  msgid "Roles"
2639
  msgstr ""
2640
 
2845
  msgstr ""
2846
 
2847
  #: includes/settings/class-cr-settings-email-template.php:286
2848
+ msgid "\"Reply-To\" address"
2849
  msgstr ""
2850
 
2851
  #: includes/settings/class-cr-settings-email-template.php:301
2990
  "test email."
2991
  msgstr ""
2992
 
2993
+ #: includes/settings/class-cr-settings-email-template.php:536
2994
  msgid "Return to emails"
2995
  msgstr ""
2996
 
2997
+ #: includes/settings/class-cr-settings-email-template.php:559
2998
  msgid "Email template"
2999
  msgstr ""
3000
 
3001
+ #: includes/settings/class-cr-settings-email-template.php:567
3002
  msgid "Delete template file"
3003
  msgstr ""
3004
 
3005
  #. translators: %s: Path to template file
3006
+ #: includes/settings/class-cr-settings-email-template.php:573
3007
  msgid ""
3008
  "This template has been overridden by your theme and can be found in: %s."
3009
  msgstr ""
3010
 
3011
+ #: includes/settings/class-cr-settings-email-template.php:603
3012
  msgid "Copy file to theme"
3013
  msgstr ""
3014
 
3015
  #. translators: 1: Path to template file 2: Path to theme folder
3016
+ #: includes/settings/class-cr-settings-email-template.php:609
3017
  msgid ""
3018
  "To override and edit this email template copy %1$s to your theme folder: "
3019
  "%2$s."
3020
  msgstr ""
3021
 
3022
+ #: includes/settings/class-cr-settings-email-template.php:617
3023
  msgid "File was not found."
3024
  msgstr ""
3025
 
3026
+ #: includes/settings/class-cr-settings-email-template.php:639
3027
  msgid "View template"
3028
  msgstr ""
3029
 
3030
+ #: includes/settings/class-cr-settings-email-template.php:640
3031
  msgid "Hide template"
3032
  msgstr ""
3033
 
3034
+ #: includes/settings/class-cr-settings-email-template.php:654
3035
  msgid "Are you sure you want to delete this template file?"
3036
  msgstr ""
3037
 
3038
+ #: includes/settings/class-cr-settings-email-template.php:675
3039
+ #: includes/settings/class-cr-settings-email-template.php:681
3040
  msgid "'Email Body' field cannot be empty"
3041
  msgstr ""
3042
 
3043
+ #: includes/settings/class-cr-settings-email-template.php:695
3044
  msgid "Action failed. Please refresh the page and retry."
3045
  msgstr ""
3046
 
3047
+ #: includes/settings/class-cr-settings-email-template.php:699
3048
  msgid "You don&#8217;t have permission to do this."
3049
  msgstr ""
3050
 
3051
+ #: includes/settings/class-cr-settings-email-template.php:721
3052
  msgid "Template file copied to theme."
3053
  msgstr ""
3054
 
3055
+ #: includes/settings/class-cr-settings-email-template.php:733
3056
  msgid "Template file deleted from theme."
3057
  msgstr ""
3058
 
3060
  msgid "Emails"
3061
  msgstr ""
3062
 
3063
+ #: includes/settings/class-cr-settings-emails.php:76
3064
  msgid "Email Templates"
3065
  msgstr ""
3066
 
3067
+ #: includes/settings/class-cr-settings-emails.php:78
3068
  msgid ""
3069
  "Adjust templates of the emails that will be sent to customers. If you enable "
3070
  "<b>advanced</b> email templates in your account on the %1$sCusRev website"
3072
  "below."
3073
  msgstr ""
3074
 
3075
+ #: includes/settings/class-cr-settings-emails.php:109
3076
  msgid "Email"
3077
  msgstr ""
3078
 
3079
+ #: includes/settings/class-cr-settings-emails.php:110
3080
  msgid "Subject"
3081
  msgstr ""
3082
 
3083
+ #: includes/settings/class-cr-settings-emails.php:111
3084
  msgid "From"
3085
  msgstr ""
3086
 
3226
  msgstr ""
3227
 
3228
  #: includes/settings/class-cr-settings-review-discount.php:109
3229
+ #: includes/settings/class-cr-settings-review-reminder.php:494
3230
  msgid "Email Template"
3231
  msgstr ""
3232
 
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
3490
+ #: includes/settings/class-cr-settings-review-reminder.php:945
3491
+ #: includes/settings/class-cr-settings-review-reminder.php:946
3492
+ #: includes/settings/class-cr-settings-review-reminder.php:947
3493
+ #: includes/settings/class-cr-settings-review-reminder.php:948
3494
+ #: includes/settings/class-cr-settings-review-reminder.php:949
3495
  msgid "Checking license..."
3496
  msgstr ""
3497
 
3766
  "in this field."
3767
  msgstr ""
3768
 
3769
+ #: includes/settings/class-cr-settings-review-reminder.php:315
3770
  msgid "Order Status"
3771
  msgstr ""
3772
 
3773
+ #: includes/settings/class-cr-settings-review-reminder.php:317
3774
  msgid ""
3775
  "Review reminders will be sent N days after this order status. It is "
3776
  "recommended to use 'Completed' status."
3777
  msgstr ""
3778
 
3779
+ #: includes/settings/class-cr-settings-review-reminder.php:327
3780
  msgid "Enable for"
3781
  msgstr ""
3782
 
3783
+ #: includes/settings/class-cr-settings-review-reminder.php:329
3784
  msgid ""
3785
  "Define if reminders will be send for all or only specific categories of "
3786
  "products."
3787
  msgstr ""
3788
 
3789
+ #: includes/settings/class-cr-settings-review-reminder.php:336
3790
  msgid "All Categories"
3791
  msgstr ""
3792
 
3793
+ #: includes/settings/class-cr-settings-review-reminder.php:337
3794
  msgid "Specific Categories"
3795
  msgstr ""
3796
 
3797
+ #: includes/settings/class-cr-settings-review-reminder.php:342
3798
  msgid "Categories"
3799
  msgstr ""
3800
 
3801
+ #: includes/settings/class-cr-settings-review-reminder.php:344
3802
  msgid ""
3803
  "If reminders are enabled only for specific categories of products, this "
3804
  "field enables you to choose these categories."
3805
  msgstr ""
3806
 
3807
+ #: includes/settings/class-cr-settings-review-reminder.php:352
3808
  msgid "Enable for Roles"
3809
  msgstr ""
3810
 
3811
+ #: includes/settings/class-cr-settings-review-reminder.php:354
3812
  msgid ""
3813
  "Define if reminders will be send for all or only specific roles of users."
3814
  msgstr ""
3815
 
3816
+ #: includes/settings/class-cr-settings-review-reminder.php:361
3817
  msgid "All Roles"
3818
  msgstr ""
3819
 
3820
+ #: includes/settings/class-cr-settings-review-reminder.php:362
3821
  msgid "Specific Roles"
3822
  msgstr ""
3823
 
3824
+ #: includes/settings/class-cr-settings-review-reminder.php:369
3825
  msgid ""
3826
  "If reminders are enabled only for specific user roles, this field enables "
3827
  "you to choose these roles."
3828
  msgstr ""
3829
 
3830
+ #: includes/settings/class-cr-settings-review-reminder.php:377
3831
  msgid "Enable for Guests"
3832
  msgstr ""
3833
 
3834
+ #: includes/settings/class-cr-settings-review-reminder.php:378
3835
  msgid ""
3836
  "Enable sending of review reminders to customers who place orders without an "
3837
  "account (guest checkout). It is recommended to enable this checkbox, if you "
3838
  "allow customers to place orders without creating an account on your site."
3839
  msgstr ""
3840
 
3841
+ #: includes/settings/class-cr-settings-review-reminder.php:385
3842
  msgid "Reminders Scheduler"
3843
  msgstr ""
3844
 
3845
+ #: includes/settings/class-cr-settings-review-reminder.php:387
3846
  msgid ""
3847
  "Define which scheduler the plugin will use to schedule automatic review "
3848
  "reminders. The default option is to use WordPress Cron (WP-Cron) for "
3851
  "CR Cron is an external service that requires a license key (free or pro)."
3852
  msgstr ""
3853
 
3854
+ #: includes/settings/class-cr-settings-review-reminder.php:397
3855
  msgid "Enable Manual Reminders"
3856
  msgstr ""
3857
 
3858
+ #: includes/settings/class-cr-settings-review-reminder.php:398
3859
  msgid ""
3860
  "Enable manual sending of follow-up emails with a reminder to submit a "
3861
  "review. Manual reminders can be sent for completed orders from %1$sOrders"
3862
  "%2$s page after enabling this option."
3863
  msgstr ""
3864
 
3865
+ #: includes/settings/class-cr-settings-review-reminder.php:405
3866
  msgid "Limit Number of Reminders"
3867
  msgstr ""
3868
 
3869
+ #: includes/settings/class-cr-settings-review-reminder.php:406
3870
  msgid ""
3871
  "Enable this checkbox to make sure that no more than one review reminder is "
3872
  "sent for each order."
3873
  msgstr ""
3874
 
3875
+ #: includes/settings/class-cr-settings-review-reminder.php:413
3876
  msgid "Customer Consent"
3877
  msgstr ""
3878
 
3879
+ #: includes/settings/class-cr-settings-review-reminder.php:414
3880
  msgid ""
3881
  "If this option is enabled, customers will be asked to tick a checkbox on the "
3882
  "checkout page to indicate that they would like to receive an invitation to "
3883
  "review their order."
3884
  msgstr ""
3885
 
3886
+ #: includes/settings/class-cr-settings-review-reminder.php:420
3887
  msgid "Customer Consent Text"
3888
  msgstr ""
3889
 
3890
+ #: includes/settings/class-cr-settings-review-reminder.php:421
3891
  msgid ""
3892
  "Text of the message shown to customers next to the consent checkbox on the "
3893
  "checkout page."
3894
  msgstr ""
3895
 
3896
+ #: includes/settings/class-cr-settings-review-reminder.php:430
3897
  msgid "Registered Customers"
3898
  msgstr ""
3899
 
3900
+ #: includes/settings/class-cr-settings-review-reminder.php:431
3901
  msgid ""
3902
  "By default, review reminders are sent to billing emails provided by "
3903
  "customers during checkout. If you enable this option, the plugin will check "
3906
  "this option disabled."
3907
  msgstr ""
3908
 
3909
+ #: includes/settings/class-cr-settings-review-reminder.php:438
3910
  msgid "Moderation of Reviews"
3911
  msgstr ""
3912
 
3913
+ #: includes/settings/class-cr-settings-review-reminder.php:439
3914
  msgid ""
3915
  "Enable manual moderation of reviews submitted by your verified customers. "
3916
  "This setting applies only to reviews submitted in response to reminders sent "
3917
  "by this plugin."
3918
  msgstr ""
3919
 
3920
+ #: includes/settings/class-cr-settings-review-reminder.php:446
3921
  msgid "Exclude Free Products"
3922
  msgstr ""
3923
 
3924
+ #: includes/settings/class-cr-settings-review-reminder.php:447
3925
  msgid "Enable this checkbox to exclude free products from review invitations."
3926
  msgstr ""
3927
 
3928
+ #: includes/settings/class-cr-settings-review-reminder.php:454
3929
  msgid "Shop Name"
3930
  msgstr ""
3931
 
3932
+ #: includes/settings/class-cr-settings-review-reminder.php:456
3933
  msgid ""
3934
  "Specify your shop name that will be used in emails and review forms "
3935
  "generated by this plugin."
3936
  msgstr ""
3937
 
3938
+ #: includes/settings/class-cr-settings-review-reminder.php:471
3939
+ #: includes/settings/class-cr-settings-review-reminder.php:477
3940
  msgid "Language"
3941
  msgstr ""
3942
 
3943
+ #: includes/settings/class-cr-settings-review-reminder.php:479
3944
  msgid "Choose one of the available languages."
3945
  msgstr ""
3946
 
3947
+ #: includes/settings/class-cr-settings-review-reminder.php:496
3948
  msgid ""
3949
  "The email template of review reminders can be configured on the <a href=\"%s"
3950
  "\">Emails</a> tab."
3951
  msgstr ""
3952
 
3953
+ #: includes/settings/class-cr-settings-review-reminder.php:504
3954
  msgid ""
3955
  "Adjust template of the aggregated review forms that will be created and sent "
3956
  "to customers by CusRev. Modifications will be applied to the next review "
3959
  "b> the settings below."
3960
  msgstr ""
3961
 
3962
+ #: includes/settings/class-cr-settings-review-reminder.php:506
3963
  msgid ""
3964
  "Adjust template of the aggregated review forms that will be created and sent "
3965
  "to customers. Modifications will be applied to the next review form created "
3966
  "after saving settings."
3967
  msgstr ""
3968
 
3969
+ #: includes/settings/class-cr-settings-review-reminder.php:509
3970
  msgid "Review Form Template"
3971
  msgstr ""
3972
 
3973
+ #: includes/settings/class-cr-settings-review-reminder.php:515
3974
  msgid "Form Header"
3975
  msgstr ""
3976
 
3977
+ #: includes/settings/class-cr-settings-review-reminder.php:517
3978
  msgid "Header of the review form that will be sent to customers."
3979
  msgstr ""
3980
 
3981
+ #: includes/settings/class-cr-settings-review-reminder.php:524
3982
  msgid "Form Body"
3983
  msgstr ""
3984
 
3985
+ #: includes/settings/class-cr-settings-review-reminder.php:526
3986
  msgid "Body of the review form that will be sent to customers."
3987
  msgstr ""
3988
 
3989
+ #: includes/settings/class-cr-settings-review-reminder.php:534
3990
  msgid "Shop Rating"
3991
  msgstr ""
3992
 
3993
+ #: includes/settings/class-cr-settings-review-reminder.php:538
3994
  msgid ""
3995
  "Enable this option if you would like to include a separate question for a "
3996
  "general shop review in addition to questions for product reviews."
3997
  msgstr ""
3998
 
3999
+ #: includes/settings/class-cr-settings-review-reminder.php:541
4000
  msgid "Comment Required"
4001
  msgstr ""
4002
 
4003
+ #: includes/settings/class-cr-settings-review-reminder.php:545
4004
  msgid ""
4005
  "Enable this option if you would like to make it mandatory for your customers "
4006
  "to write something in their review. This option applies only to aggregated "
4007
  "review forms."
4008
  msgstr ""
4009
 
4010
+ #: includes/settings/class-cr-settings-review-reminder.php:548
4011
  msgid ""
4012
  "Enable attachment of pictures and videos on aggregated review forms. "
4013
  "Uploaded media files are initially stored on Amazon S3 and automatically "
4017
  "%2$s."
4018
  msgstr ""
4019
 
4020
+ #: includes/settings/class-cr-settings-review-reminder.php:550
4021
  msgid ""
4022
  "Enable attachment of pictures and videos on local aggregated review forms. "
4023
  "This option applies only to aggregated review forms. If you would like to "
4025
  "pages, this can be done %1$shere%2$s."
4026
  msgstr ""
4027
 
4028
+ #: includes/settings/class-cr-settings-review-reminder.php:553
4029
  msgid "Attach Media"
4030
  msgstr ""
4031
 
4032
+ #: includes/settings/class-cr-settings-review-reminder.php:563
4033
  msgid "Rating Bar"
4034
  msgstr ""
4035
 
4036
+ #: includes/settings/class-cr-settings-review-reminder.php:567
4037
  msgid "Visual style of rating bars on review forms."
4038
  msgstr ""
4039
 
4040
+ #: includes/settings/class-cr-settings-review-reminder.php:569
4041
  msgid "Smiley and frowny faces"
4042
  msgstr ""
4043
 
4044
+ #: includes/settings/class-cr-settings-review-reminder.php:570
4045
  #: blocks/src/reviews-grid/edit.js:234 js/blocks.js:946
4046
  msgid "Stars"
4047
  msgstr ""
4048
 
4049
+ #: includes/settings/class-cr-settings-review-reminder.php:575
4050
  msgid "Geolocation"
4051
  msgstr ""
4052
 
4053
+ #: includes/settings/class-cr-settings-review-reminder.php:579
4054
  msgid ""
4055
  "Enable geolocation on aggregated review forms. Customers will have an option "
4056
  "to indicate where they are from. For example, \"England, United Kingdom\"."
4057
  msgstr ""
4058
 
4059
+ #: includes/settings/class-cr-settings-review-reminder.php:580
4060
  msgid "Automatic geolocation on review forms."
4061
  msgstr ""
4062
 
4063
+ #: includes/settings/class-cr-settings-review-reminder.php:586
4064
  msgid "Form Color 1"
4065
  msgstr ""
4066
 
4067
+ #: includes/settings/class-cr-settings-review-reminder.php:590
4068
  msgid "Background color for heading of the form and product names."
4069
  msgstr ""
4070
 
4071
+ #: includes/settings/class-cr-settings-review-reminder.php:594
4072
  msgid "Form Color 2"
4073
  msgstr ""
4074
 
4075
+ #: includes/settings/class-cr-settings-review-reminder.php:598
4076
  msgid "Text color for product names."
4077
  msgstr ""
4078
 
4079
+ #: includes/settings/class-cr-settings-review-reminder.php:602
4080
  msgid "Form Color 3"
4081
  msgstr ""
4082
 
4083
+ #: includes/settings/class-cr-settings-review-reminder.php:606
4084
  msgid "Color of control elements (buttons, rating bars)."
4085
  msgstr ""
4086
 
4087
+ #: includes/settings/class-cr-settings-review-reminder.php:962
4088
  msgid ""
4089
  "While editing the footer text please make sure to keep the unsubscribe link "
4090
  "markup:"
4091
  msgstr ""
4092
 
4093
+ #: includes/settings/class-cr-settings-review-reminder.php:1031
4094
  msgid ""
4095
  "<strong>CR Cron could not be enabled because no license key was entered. A "
4096
  "license key (free or pro) is required to use CR Cron.</strong>"
4444
  "you should specify it here."
4445
  msgstr ""
4446
 
4447
+ #: includes/settings/class-cr-settings-trust-badges.php:45
4448
  #: includes/settings/class-cr-settings-trust-badges.php:83
 
4449
  msgid "Trust Badges"
4450
  msgstr ""
4451
 
4452
+ #: includes/settings/class-cr-settings-trust-badges.php:86
4453
  msgid ""
4454
+ "Increase your store's conversion rate by placing a \"trust badge\" on the "
4455
  "home, checkout or any other page(s). Let customers feel more confident about "
4456
  "shopping on your site by featuring a trust badge that shows a summary of "
4457
+ "customer reviews. Trust badges can be enabled using shortcodes or blocks in "
4458
+ "the page editor (blocks require WordPress 5.0 or newer)."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4459
  msgstr ""
4460
 
4461
+ #: includes/settings/class-cr-settings-trust-badges.php:88
 
 
 
 
4462
  msgid ""
4463
+ "If you enable <a href=\"%1$s\">verification of reviews</a> and claim a <a "
4464
+ "href=\"%2$s\">dedicated page</a> at CusRev.com website, trust badges will "
4465
+ "include a nofollow link to your page there."
4466
  msgstr ""
4467
 
4468
+ #: includes/settings/class-cr-settings-trust-badges.php:93
4469
  msgid "Small Light Badge"
4470
  msgstr ""
4471
 
4472
+ #: includes/settings/class-cr-settings-trust-badges.php:95
4473
  msgid "Shortcode and preview of the small light trust badge."
4474
  msgstr ""
4475
 
4476
+ #: includes/settings/class-cr-settings-trust-badges.php:101
4477
  msgid "Small Light Badge (with Store Rating)"
4478
  msgstr ""
4479
 
4480
+ #: includes/settings/class-cr-settings-trust-badges.php:103
4481
  msgid "Shortcode and preview of the small light trust badge with store rating."
4482
  msgstr ""
4483
 
4484
+ #: includes/settings/class-cr-settings-trust-badges.php:109
4485
  msgid "Small Dark Badge"
4486
  msgstr ""
4487
 
4488
+ #: includes/settings/class-cr-settings-trust-badges.php:111
4489
  msgid "Shortcode and preview of the small dark trust badge."
4490
  msgstr ""
4491
 
4492
+ #: includes/settings/class-cr-settings-trust-badges.php:117
4493
  msgid "Small Dark Badge (with Store Rating)"
4494
  msgstr ""
4495
 
4496
+ #: includes/settings/class-cr-settings-trust-badges.php:119
4497
  msgid "Shortcode and preview of the small dark trust badge with store rating."
4498
  msgstr ""
4499
 
4500
+ #: includes/settings/class-cr-settings-trust-badges.php:125
4501
  msgid "Wide Light Badge"
4502
  msgstr ""
4503
 
4504
+ #: includes/settings/class-cr-settings-trust-badges.php:127
4505
  msgid ""
4506
  "Shortcode and preview of the wide light trust badge. The wide badge has a "
4507
  "version for small screens that will be automatically shown when a website is "
4508
  "viewed from phones."
4509
  msgstr ""
4510
 
4511
+ #: includes/settings/class-cr-settings-trust-badges.php:133
4512
  msgid "Wide Light Badge (with Store Rating)"
4513
  msgstr ""
4514
 
4515
+ #: includes/settings/class-cr-settings-trust-badges.php:135
4516
  msgid ""
4517
  "Shortcode and preview of the wide light trust badge with store rating. The "
4518
  "wide badge has a version for small screens that will be automatically shown "
4519
  "when a website is viewed from phones."
4520
  msgstr ""
4521
 
4522
+ #: includes/settings/class-cr-settings-trust-badges.php:141
4523
  msgid "Wide Dark Badge"
4524
  msgstr ""
4525
 
4526
+ #: includes/settings/class-cr-settings-trust-badges.php:143
4527
  msgid ""
4528
  "Shortcode and preview of the wide dark trust badge. The wide badge has a "
4529
  "version for small screens that will be automatically shown when a website is "
4530
  "viewed from phones."
4531
  msgstr ""
4532
 
4533
+ #: includes/settings/class-cr-settings-trust-badges.php:149
4534
  msgid "Wide Dark Badge (with Store Rating)"
4535
  msgstr ""
4536
 
4537
+ #: includes/settings/class-cr-settings-trust-badges.php:151
4538
  msgid ""
4539
  "Shortcode and preview of the wide dark trust badge with store rating. The "
4540
  "wide badge has a version for small screens that will be automatically shown "
4541
  "when a website is viewed from phones."
4542
  msgstr ""
4543
 
4544
+ #: includes/settings/class-cr-settings-trust-badges.php:157
4545
  msgid "Compact Light Badge"
4546
  msgstr ""
4547
 
4548
+ #: includes/settings/class-cr-settings-trust-badges.php:159
4549
  msgid "Shortcode and preview of the compact light trust badge."
4550
  msgstr ""
4551
 
4552
+ #: includes/settings/class-cr-settings-trust-badges.php:165
4553
  msgid "Compact Dark Badge"
4554
  msgstr ""
4555
 
4556
+ #: includes/settings/class-cr-settings-trust-badges.php:167
4557
  msgid "Shortcode and preview of the compact dark trust badge."
4558
  msgstr ""
4559
 
4560
+ #: includes/settings/class-cr-settings-trust-badges.php:177
4561
  msgid "Floating Trust Badge"
4562
  msgstr ""
4563
 
4564
+ #: includes/settings/class-cr-settings-trust-badges.php:179
4565
  msgid ""
4566
  "Settings to display a floating badge with a summary of verified reviews."
4567
  msgstr ""
4568
 
4569
+ #: includes/settings/class-cr-settings-trust-badges.php:183
4570
  msgid "Floating Badge"
4571
  msgstr ""
4572
 
4573
+ #: includes/settings/class-cr-settings-trust-badges.php:185
4574
  msgid ""
4575
  "Enable this checkbox to display a floating trust badge on public pages of "
4576
  "the website."
4577
  msgstr ""
4578
 
4579
+ #: includes/settings/class-cr-settings-trust-badges.php:190
4580
  msgid "Floating Badge Style"
4581
  msgstr ""
4582
 
4583
+ #: includes/settings/class-cr-settings-trust-badges.php:192
4584
  msgid "Choose one of the styles for the floating trust badge."
4585
  msgstr ""
4586
 
4587
+ #: includes/settings/class-cr-settings-trust-badges.php:196 js/blocks.js:112
4588
  msgid "Light"
4589
  msgstr ""
4590
 
4591
+ #: includes/settings/class-cr-settings-trust-badges.php:197 js/blocks.js:116
4592
  msgid "Dark"
4593
  msgstr ""
4594
 
4595
+ #: includes/settings/class-cr-settings-trust-badges.php:202
4596
  msgid "Floating Badge Location"
4597
  msgstr ""
4598
 
4599
+ #: includes/settings/class-cr-settings-trust-badges.php:204
4600
  msgid "Choose one of the locations for the floating trust badge."
4601
  msgstr ""
4602
 
4603
+ #: includes/settings/class-cr-settings-trust-badges.php:208
4604
  msgid "Bottom right"
4605
  msgstr ""
4606
 
4607
+ #: includes/settings/class-cr-settings-trust-badges.php:209
4608
  msgid "Bottom left"
4609
  msgstr ""
4610
 
4611
+ #: includes/settings/class-cr-settings-trust-badges.php:294
4612
  msgid "color"
4613
  msgstr ""
4614
 
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] ""
4735
 
4736
  #: includes/trust-badge/class-cr-verified-reviews.php:58
4737
+ msgid "CusRev.com page activation error: 'Page URL' cannot be empty."
4738
  msgstr ""
4739
 
4740
  #: includes/trust-badge/class-cr-verified-reviews.php:89
4741
+ msgid "CusRev.com page activation error #98. "
4742
  msgstr ""
4743
 
4744
  #: includes/trust-badge/class-cr-verified-reviews.php:94
4745
+ msgid "CusRev.com page has been successfully enabled."
4746
  msgstr ""
4747
 
4748
  #: includes/trust-badge/class-cr-verified-reviews.php:97
4749
  msgid ""
4750
+ "CusRev.com page activation error: '%s' is already in use. Please enter a "
4751
  "different page name."
4752
  msgstr ""
4753
 
4754
  #: includes/trust-badge/class-cr-verified-reviews.php:100
4755
  msgid ""
4756
+ "CusRev.com page activation error: page URL contains unsupported symbols. "
4757
+ "Only latin characters (a-z), numbers (0-9), and . symbol are allowed."
4758
  msgstr ""
4759
 
4760
  #: includes/trust-badge/class-cr-verified-reviews.php:103
4764
  msgstr ""
4765
 
4766
  #: includes/trust-badge/class-cr-verified-reviews.php:106
4767
+ msgid "CusRev.com page activation error #99."
4768
  msgstr ""
4769
 
4770
  #: includes/trust-badge/class-cr-verified-reviews.php:142
4771
+ msgid "CusRev.com page deactivation error #98. Please try again."
4772
  msgstr ""
4773
 
4774
  #: includes/trust-badge/class-cr-verified-reviews.php:149
4775
+ msgid "CusRev.com page has been successfully disabled."
4776
  msgstr ""
4777
 
4778
  #: includes/trust-badge/class-cr-verified-reviews.php:153
4779
  msgid ""
4780
+ "CusRev.com page deactivation error: the page is blocked, please contact "
4781
+ "CusRev support for assistance."
4782
  msgstr ""
4783
 
4784
  #: includes/trust-badge/class-cr-verified-reviews.php:157
4785
+ msgid "CusRev.com page deactivation error #99."
4786
  msgstr ""
4787
 
4788
  #: ivole.php:135
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-10-28T14:21:16+00:00\n"
10
  "PO-Revision-Date: 2018-10-07 17:11+0100\n"
11
  "Last-Translator: \n"
12
  "Language-Team: \n"
@@ -43,27 +43,27 @@ msgstr ""
43
  msgid "This reply was originally posted on CR portal"
44
  msgstr ""
45
 
46
- #: class-ivole.php:150
47
  msgid "View CusRev documentation"
48
  msgstr ""
49
 
50
- #: class-ivole.php:150
51
  msgid "Docs"
52
  msgstr ""
53
 
54
- #: class-ivole.php:151
55
  msgid "Visit community forums"
56
  msgstr ""
57
 
58
- #: class-ivole.php:151
59
  msgid "Community support"
60
  msgstr ""
61
 
62
- #: class-ivole.php:161
63
  msgid "View Customer Reviews settings"
64
  msgstr ""
65
 
66
- #: class-ivole.php:161 includes/settings/class-cr-admin-menu-settings.php:60
67
  #: includes/settings/class-cr-admin-menu-settings.php:61
68
  msgid "Settings"
69
  msgstr ""
@@ -240,7 +240,7 @@ msgstr ""
240
  msgid "Item 2 Test"
241
  msgstr ""
242
 
243
- #: includes/emails/class-cr-email-func.php:263
244
  #: includes/reviews/class-cr-reviews-list-table.php:410
245
  msgid "Review"
246
  msgstr ""
@@ -377,7 +377,7 @@ msgstr ""
377
  #: includes/reviews/class-cr-admin-menu-reviews.php:59
378
  #: includes/reviews/class-cr-admin-menu-reviews.php:60
379
  #: includes/settings/class-cr-admin-menu-settings.php:143
380
- #: includes/settings/class-cr-settings-trust-badges.php:336
381
  msgid "Reviews"
382
  msgstr ""
383
 
@@ -2490,6 +2490,49 @@ msgid ""
2490
  "settings</a>."
2491
  msgstr ""
2492
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2493
  #: includes/settings/class-cr-settings-discount-tiers.php:37
2494
  msgid ""
2495
  "The option is not available with the coupon type selected for this discount "
@@ -2591,7 +2634,7 @@ msgid "Specific roles"
2591
  msgstr ""
2592
 
2593
  #: includes/settings/class-cr-settings-discount-tiers.php:146
2594
- #: includes/settings/class-cr-settings-review-reminder.php:362
2595
  msgid "Roles"
2596
  msgstr ""
2597
 
@@ -2802,7 +2845,7 @@ msgid ""
2802
  msgstr ""
2803
 
2804
  #: includes/settings/class-cr-settings-email-template.php:286
2805
- msgid "\"Reply-To\" Address"
2806
  msgstr ""
2807
 
2808
  #: includes/settings/class-cr-settings-email-template.php:301
@@ -2947,69 +2990,69 @@ msgid ""
2947
  "test email."
2948
  msgstr ""
2949
 
2950
- #: includes/settings/class-cr-settings-email-template.php:533
2951
  msgid "Return to emails"
2952
  msgstr ""
2953
 
2954
- #: includes/settings/class-cr-settings-email-template.php:552
2955
  msgid "Email template"
2956
  msgstr ""
2957
 
2958
- #: includes/settings/class-cr-settings-email-template.php:560
2959
  msgid "Delete template file"
2960
  msgstr ""
2961
 
2962
  #. translators: %s: Path to template file
2963
- #: includes/settings/class-cr-settings-email-template.php:566
2964
  msgid ""
2965
  "This template has been overridden by your theme and can be found in: %s."
2966
  msgstr ""
2967
 
2968
- #: includes/settings/class-cr-settings-email-template.php:596
2969
  msgid "Copy file to theme"
2970
  msgstr ""
2971
 
2972
  #. translators: 1: Path to template file 2: Path to theme folder
2973
- #: includes/settings/class-cr-settings-email-template.php:602
2974
  msgid ""
2975
  "To override and edit this email template copy %1$s to your theme folder: "
2976
  "%2$s."
2977
  msgstr ""
2978
 
2979
- #: includes/settings/class-cr-settings-email-template.php:610
2980
  msgid "File was not found."
2981
  msgstr ""
2982
 
2983
- #: includes/settings/class-cr-settings-email-template.php:632
2984
  msgid "View template"
2985
  msgstr ""
2986
 
2987
- #: includes/settings/class-cr-settings-email-template.php:633
2988
  msgid "Hide template"
2989
  msgstr ""
2990
 
2991
- #: includes/settings/class-cr-settings-email-template.php:647
2992
  msgid "Are you sure you want to delete this template file?"
2993
  msgstr ""
2994
 
2995
- #: includes/settings/class-cr-settings-email-template.php:668
2996
- #: includes/settings/class-cr-settings-email-template.php:674
2997
  msgid "'Email Body' field cannot be empty"
2998
  msgstr ""
2999
 
3000
- #: includes/settings/class-cr-settings-email-template.php:688
3001
  msgid "Action failed. Please refresh the page and retry."
3002
  msgstr ""
3003
 
3004
- #: includes/settings/class-cr-settings-email-template.php:692
3005
  msgid "You don&#8217;t have permission to do this."
3006
  msgstr ""
3007
 
3008
- #: includes/settings/class-cr-settings-email-template.php:714
3009
  msgid "Template file copied to theme."
3010
  msgstr ""
3011
 
3012
- #: includes/settings/class-cr-settings-email-template.php:726
3013
  msgid "Template file deleted from theme."
3014
  msgstr ""
3015
 
@@ -3017,11 +3060,11 @@ msgstr ""
3017
  msgid "Emails"
3018
  msgstr ""
3019
 
3020
- #: includes/settings/class-cr-settings-emails.php:69
3021
  msgid "Email Templates"
3022
  msgstr ""
3023
 
3024
- #: includes/settings/class-cr-settings-emails.php:71
3025
  msgid ""
3026
  "Adjust templates of the emails that will be sent to customers. If you enable "
3027
  "<b>advanced</b> email templates in your account on the %1$sCusRev website"
@@ -3029,15 +3072,15 @@ msgid ""
3029
  "below."
3030
  msgstr ""
3031
 
3032
- #: includes/settings/class-cr-settings-emails.php:102
3033
  msgid "Email"
3034
  msgstr ""
3035
 
3036
- #: includes/settings/class-cr-settings-emails.php:103
3037
  msgid "Subject"
3038
  msgstr ""
3039
 
3040
- #: includes/settings/class-cr-settings-emails.php:104
3041
  msgid "From"
3042
  msgstr ""
3043
 
@@ -3183,7 +3226,7 @@ msgid "Reply-To Address"
3183
  msgstr ""
3184
 
3185
  #: includes/settings/class-cr-settings-review-discount.php:109
3186
- #: includes/settings/class-cr-settings-review-reminder.php:480
3187
  msgid "Email Template"
3188
  msgstr ""
3189
 
@@ -3444,11 +3487,11 @@ msgstr ""
3444
  #: includes/settings/class-cr-settings-review-reminder.php:89
3445
  #: includes/settings/class-cr-settings-review-reminder.php:94
3446
  #: includes/settings/class-cr-settings-review-reminder.php:99
3447
- #: includes/settings/class-cr-settings-review-reminder.php:931
3448
- #: includes/settings/class-cr-settings-review-reminder.php:932
3449
- #: includes/settings/class-cr-settings-review-reminder.php:933
3450
- #: includes/settings/class-cr-settings-review-reminder.php:934
3451
- #: includes/settings/class-cr-settings-review-reminder.php:935
3452
  msgid "Checking license..."
3453
  msgstr ""
3454
 
@@ -3723,83 +3766,83 @@ msgid ""
3723
  "in this field."
3724
  msgstr ""
3725
 
3726
- #: includes/settings/class-cr-settings-review-reminder.php:314
3727
  msgid "Order Status"
3728
  msgstr ""
3729
 
3730
- #: includes/settings/class-cr-settings-review-reminder.php:316
3731
  msgid ""
3732
  "Review reminders will be sent N days after this order status. It is "
3733
  "recommended to use 'Completed' status."
3734
  msgstr ""
3735
 
3736
- #: includes/settings/class-cr-settings-review-reminder.php:325
3737
  msgid "Enable for"
3738
  msgstr ""
3739
 
3740
- #: includes/settings/class-cr-settings-review-reminder.php:327
3741
  msgid ""
3742
  "Define if reminders will be send for all or only specific categories of "
3743
  "products."
3744
  msgstr ""
3745
 
3746
- #: includes/settings/class-cr-settings-review-reminder.php:334
3747
  msgid "All Categories"
3748
  msgstr ""
3749
 
3750
- #: includes/settings/class-cr-settings-review-reminder.php:335
3751
  msgid "Specific Categories"
3752
  msgstr ""
3753
 
3754
- #: includes/settings/class-cr-settings-review-reminder.php:339
3755
  msgid "Categories"
3756
  msgstr ""
3757
 
3758
- #: includes/settings/class-cr-settings-review-reminder.php:341
3759
  msgid ""
3760
  "If reminders are enabled only for specific categories of products, this "
3761
  "field enables you to choose these categories."
3762
  msgstr ""
3763
 
3764
- #: includes/settings/class-cr-settings-review-reminder.php:348
3765
  msgid "Enable for Roles"
3766
  msgstr ""
3767
 
3768
- #: includes/settings/class-cr-settings-review-reminder.php:350
3769
  msgid ""
3770
  "Define if reminders will be send for all or only specific roles of users."
3771
  msgstr ""
3772
 
3773
- #: includes/settings/class-cr-settings-review-reminder.php:357
3774
  msgid "All Roles"
3775
  msgstr ""
3776
 
3777
- #: includes/settings/class-cr-settings-review-reminder.php:358
3778
  msgid "Specific Roles"
3779
  msgstr ""
3780
 
3781
- #: includes/settings/class-cr-settings-review-reminder.php:364
3782
  msgid ""
3783
  "If reminders are enabled only for specific user roles, this field enables "
3784
  "you to choose these roles."
3785
  msgstr ""
3786
 
3787
- #: includes/settings/class-cr-settings-review-reminder.php:371
3788
  msgid "Enable for Guests"
3789
  msgstr ""
3790
 
3791
- #: includes/settings/class-cr-settings-review-reminder.php:372
3792
  msgid ""
3793
  "Enable sending of review reminders to customers who place orders without an "
3794
  "account (guest checkout). It is recommended to enable this checkbox, if you "
3795
  "allow customers to place orders without creating an account on your site."
3796
  msgstr ""
3797
 
3798
- #: includes/settings/class-cr-settings-review-reminder.php:378
3799
  msgid "Reminders Scheduler"
3800
  msgstr ""
3801
 
3802
- #: includes/settings/class-cr-settings-review-reminder.php:380
3803
  msgid ""
3804
  "Define which scheduler the plugin will use to schedule automatic review "
3805
  "reminders. The default option is to use WordPress Cron (WP-Cron) for "
@@ -3808,53 +3851,53 @@ msgid ""
3808
  "CR Cron is an external service that requires a license key (free or pro)."
3809
  msgstr ""
3810
 
3811
- #: includes/settings/class-cr-settings-review-reminder.php:389
3812
  msgid "Enable Manual Reminders"
3813
  msgstr ""
3814
 
3815
- #: includes/settings/class-cr-settings-review-reminder.php:390
3816
  msgid ""
3817
  "Enable manual sending of follow-up emails with a reminder to submit a "
3818
  "review. Manual reminders can be sent for completed orders from %1$sOrders"
3819
  "%2$s page after enabling this option."
3820
  msgstr ""
3821
 
3822
- #: includes/settings/class-cr-settings-review-reminder.php:396
3823
  msgid "Limit Number of Reminders"
3824
  msgstr ""
3825
 
3826
- #: includes/settings/class-cr-settings-review-reminder.php:397
3827
  msgid ""
3828
  "Enable this checkbox to make sure that no more than one review reminder is "
3829
  "sent for each order."
3830
  msgstr ""
3831
 
3832
- #: includes/settings/class-cr-settings-review-reminder.php:403
3833
  msgid "Customer Consent"
3834
  msgstr ""
3835
 
3836
- #: includes/settings/class-cr-settings-review-reminder.php:404
3837
  msgid ""
3838
  "If this option is enabled, customers will be asked to tick a checkbox on the "
3839
  "checkout page to indicate that they would like to receive an invitation to "
3840
  "review their order."
3841
  msgstr ""
3842
 
3843
- #: includes/settings/class-cr-settings-review-reminder.php:410
3844
  msgid "Customer Consent Text"
3845
  msgstr ""
3846
 
3847
- #: includes/settings/class-cr-settings-review-reminder.php:411
3848
  msgid ""
3849
  "Text of the message shown to customers next to the consent checkbox on the "
3850
  "checkout page."
3851
  msgstr ""
3852
 
3853
- #: includes/settings/class-cr-settings-review-reminder.php:420
3854
  msgid "Registered Customers"
3855
  msgstr ""
3856
 
3857
- #: includes/settings/class-cr-settings-review-reminder.php:421
3858
  msgid ""
3859
  "By default, review reminders are sent to billing emails provided by "
3860
  "customers during checkout. If you enable this option, the plugin will check "
@@ -3863,51 +3906,51 @@ msgid ""
3863
  "this option disabled."
3864
  msgstr ""
3865
 
3866
- #: includes/settings/class-cr-settings-review-reminder.php:427
3867
  msgid "Moderation of Reviews"
3868
  msgstr ""
3869
 
3870
- #: includes/settings/class-cr-settings-review-reminder.php:428
3871
  msgid ""
3872
  "Enable manual moderation of reviews submitted by your verified customers. "
3873
  "This setting applies only to reviews submitted in response to reminders sent "
3874
  "by this plugin."
3875
  msgstr ""
3876
 
3877
- #: includes/settings/class-cr-settings-review-reminder.php:434
3878
  msgid "Exclude Free Products"
3879
  msgstr ""
3880
 
3881
- #: includes/settings/class-cr-settings-review-reminder.php:435
3882
  msgid "Enable this checkbox to exclude free products from review invitations."
3883
  msgstr ""
3884
 
3885
- #: includes/settings/class-cr-settings-review-reminder.php:441
3886
  msgid "Shop Name"
3887
  msgstr ""
3888
 
3889
- #: includes/settings/class-cr-settings-review-reminder.php:443
3890
  msgid ""
3891
  "Specify your shop name that will be used in emails and review forms "
3892
  "generated by this plugin."
3893
  msgstr ""
3894
 
3895
- #: includes/settings/class-cr-settings-review-reminder.php:458
3896
- #: includes/settings/class-cr-settings-review-reminder.php:464
3897
  msgid "Language"
3898
  msgstr ""
3899
 
3900
- #: includes/settings/class-cr-settings-review-reminder.php:466
3901
  msgid "Choose one of the available languages."
3902
  msgstr ""
3903
 
3904
- #: includes/settings/class-cr-settings-review-reminder.php:482
3905
  msgid ""
3906
  "The email template of review reminders can be configured on the <a href=\"%s"
3907
  "\">Emails</a> tab."
3908
  msgstr ""
3909
 
3910
- #: includes/settings/class-cr-settings-review-reminder.php:490
3911
  msgid ""
3912
  "Adjust template of the aggregated review forms that will be created and sent "
3913
  "to customers by CusRev. Modifications will be applied to the next review "
@@ -3916,55 +3959,55 @@ msgid ""
3916
  "b> the settings below."
3917
  msgstr ""
3918
 
3919
- #: includes/settings/class-cr-settings-review-reminder.php:492
3920
  msgid ""
3921
  "Adjust template of the aggregated review forms that will be created and sent "
3922
  "to customers. Modifications will be applied to the next review form created "
3923
  "after saving settings."
3924
  msgstr ""
3925
 
3926
- #: includes/settings/class-cr-settings-review-reminder.php:495
3927
  msgid "Review Form Template"
3928
  msgstr ""
3929
 
3930
- #: includes/settings/class-cr-settings-review-reminder.php:501
3931
  msgid "Form Header"
3932
  msgstr ""
3933
 
3934
- #: includes/settings/class-cr-settings-review-reminder.php:503
3935
  msgid "Header of the review form that will be sent to customers."
3936
  msgstr ""
3937
 
3938
- #: includes/settings/class-cr-settings-review-reminder.php:510
3939
  msgid "Form Body"
3940
  msgstr ""
3941
 
3942
- #: includes/settings/class-cr-settings-review-reminder.php:512
3943
  msgid "Body of the review form that will be sent to customers."
3944
  msgstr ""
3945
 
3946
- #: includes/settings/class-cr-settings-review-reminder.php:520
3947
  msgid "Shop Rating"
3948
  msgstr ""
3949
 
3950
- #: includes/settings/class-cr-settings-review-reminder.php:524
3951
  msgid ""
3952
  "Enable this option if you would like to include a separate question for a "
3953
  "general shop review in addition to questions for product reviews."
3954
  msgstr ""
3955
 
3956
- #: includes/settings/class-cr-settings-review-reminder.php:527
3957
  msgid "Comment Required"
3958
  msgstr ""
3959
 
3960
- #: includes/settings/class-cr-settings-review-reminder.php:531
3961
  msgid ""
3962
  "Enable this option if you would like to make it mandatory for your customers "
3963
  "to write something in their review. This option applies only to aggregated "
3964
  "review forms."
3965
  msgstr ""
3966
 
3967
- #: includes/settings/class-cr-settings-review-reminder.php:534
3968
  msgid ""
3969
  "Enable attachment of pictures and videos on aggregated review forms. "
3970
  "Uploaded media files are initially stored on Amazon S3 and automatically "
@@ -3974,7 +4017,7 @@ msgid ""
3974
  "%2$s."
3975
  msgstr ""
3976
 
3977
- #: includes/settings/class-cr-settings-review-reminder.php:536
3978
  msgid ""
3979
  "Enable attachment of pictures and videos on local aggregated review forms. "
3980
  "This option applies only to aggregated review forms. If you would like to "
@@ -3982,72 +4025,72 @@ msgid ""
3982
  "pages, this can be done %1$shere%2$s."
3983
  msgstr ""
3984
 
3985
- #: includes/settings/class-cr-settings-review-reminder.php:539
3986
  msgid "Attach Media"
3987
  msgstr ""
3988
 
3989
- #: includes/settings/class-cr-settings-review-reminder.php:549
3990
  msgid "Rating Bar"
3991
  msgstr ""
3992
 
3993
- #: includes/settings/class-cr-settings-review-reminder.php:553
3994
  msgid "Visual style of rating bars on review forms."
3995
  msgstr ""
3996
 
3997
- #: includes/settings/class-cr-settings-review-reminder.php:555
3998
  msgid "Smiley and frowny faces"
3999
  msgstr ""
4000
 
4001
- #: includes/settings/class-cr-settings-review-reminder.php:556
4002
  #: blocks/src/reviews-grid/edit.js:234 js/blocks.js:946
4003
  msgid "Stars"
4004
  msgstr ""
4005
 
4006
- #: includes/settings/class-cr-settings-review-reminder.php:561
4007
  msgid "Geolocation"
4008
  msgstr ""
4009
 
4010
- #: includes/settings/class-cr-settings-review-reminder.php:565
4011
  msgid ""
4012
  "Enable geolocation on aggregated review forms. Customers will have an option "
4013
  "to indicate where they are from. For example, \"England, United Kingdom\"."
4014
  msgstr ""
4015
 
4016
- #: includes/settings/class-cr-settings-review-reminder.php:566
4017
  msgid "Automatic geolocation on review forms."
4018
  msgstr ""
4019
 
4020
- #: includes/settings/class-cr-settings-review-reminder.php:572
4021
  msgid "Form Color 1"
4022
  msgstr ""
4023
 
4024
- #: includes/settings/class-cr-settings-review-reminder.php:576
4025
  msgid "Background color for heading of the form and product names."
4026
  msgstr ""
4027
 
4028
- #: includes/settings/class-cr-settings-review-reminder.php:580
4029
  msgid "Form Color 2"
4030
  msgstr ""
4031
 
4032
- #: includes/settings/class-cr-settings-review-reminder.php:584
4033
  msgid "Text color for product names."
4034
  msgstr ""
4035
 
4036
- #: includes/settings/class-cr-settings-review-reminder.php:588
4037
  msgid "Form Color 3"
4038
  msgstr ""
4039
 
4040
- #: includes/settings/class-cr-settings-review-reminder.php:592
4041
  msgid "Color of control elements (buttons, rating bars)."
4042
  msgstr ""
4043
 
4044
- #: includes/settings/class-cr-settings-review-reminder.php:948
4045
  msgid ""
4046
  "While editing the footer text please make sure to keep the unsubscribe link "
4047
  "markup:"
4048
  msgstr ""
4049
 
4050
- #: includes/settings/class-cr-settings-review-reminder.php:1017
4051
  msgid ""
4052
  "<strong>CR Cron could not be enabled because no license key was entered. A "
4053
  "license key (free or pro) is required to use CR Cron.</strong>"
@@ -4401,200 +4444,171 @@ msgid ""
4401
  "you should specify it here."
4402
  msgstr ""
4403
 
4404
- #: includes/settings/class-cr-settings-trust-badges.php:50
4405
  #: includes/settings/class-cr-settings-trust-badges.php:83
4406
- #: includes/settings/class-cr-settings-trust-badges.php:89
4407
  msgid "Trust Badges"
4408
  msgstr ""
4409
 
4410
- #: includes/settings/class-cr-settings-trust-badges.php:85
4411
  msgid ""
4412
- "<p>Increase your store's conversion rate by placing a \"trust badge\" on the "
4413
  "home, checkout or any other page(s). Let customers feel more confident about "
4414
  "shopping on your site by featuring a trust badge that shows a summary of "
4415
- "verified customer reviews. Trust badges can be enabled using shortcodes or "
4416
- "blocks in the page editor (blocks require WordPress 5.0 or newer).</"
4417
- "p><p>Reviews are considered to be verified when they are collected via an "
4418
- "independent third-party website (www.cusrev.com) integrated with this "
4419
- "plugin. Reviews submitted directly on your site cannot be considered as "
4420
- "verified. Each trust badge contains a nofollow link to a dedicated page at "
4421
- "<b>www.cusrev.com</b> with all verified reviews for your store. You can "
4422
- "configure URL of the page with verified reviews for your store below.</p>"
4423
- msgstr ""
4424
-
4425
- #: includes/settings/class-cr-settings-trust-badges.php:90
4426
- msgid ""
4427
- "Enable this option to display trust badges and additional %1$s icons for "
4428
- "individual reviews on product pages in your store. Each %2$s icon will "
4429
- "contain a nofollow link to a verified copy of the review on <strong>www."
4430
- "cusrev.com</strong>."
4431
- msgstr ""
4432
-
4433
- #: includes/settings/class-cr-settings-trust-badges.php:97
4434
- msgid "Verified Reviews Page"
4435
- msgstr ""
4436
-
4437
- #: includes/settings/class-cr-settings-trust-badges.php:98
4438
- msgid ""
4439
- "Specify name of the page with verified reviews. This will be a base URL for "
4440
- "reviews related to your shop. You can use alphanumeric symbols and '.' in "
4441
- "the name of the page."
4442
  msgstr ""
4443
 
4444
- #: includes/settings/class-cr-settings-trust-badges.php:106
4445
- msgid "Age Restriction"
4446
- msgstr ""
4447
-
4448
- #: includes/settings/class-cr-settings-trust-badges.php:107
4449
  msgid ""
4450
- "Enable this option if your store sells age-restricted products (e.g., adult "
4451
- "content, alcohol, etc.)"
 
4452
  msgstr ""
4453
 
4454
- #: includes/settings/class-cr-settings-trust-badges.php:117
4455
  msgid "Small Light Badge"
4456
  msgstr ""
4457
 
4458
- #: includes/settings/class-cr-settings-trust-badges.php:119
4459
  msgid "Shortcode and preview of the small light trust badge."
4460
  msgstr ""
4461
 
4462
- #: includes/settings/class-cr-settings-trust-badges.php:125
4463
  msgid "Small Light Badge (with Store Rating)"
4464
  msgstr ""
4465
 
4466
- #: includes/settings/class-cr-settings-trust-badges.php:127
4467
  msgid "Shortcode and preview of the small light trust badge with store rating."
4468
  msgstr ""
4469
 
4470
- #: includes/settings/class-cr-settings-trust-badges.php:133
4471
  msgid "Small Dark Badge"
4472
  msgstr ""
4473
 
4474
- #: includes/settings/class-cr-settings-trust-badges.php:135
4475
  msgid "Shortcode and preview of the small dark trust badge."
4476
  msgstr ""
4477
 
4478
- #: includes/settings/class-cr-settings-trust-badges.php:141
4479
  msgid "Small Dark Badge (with Store Rating)"
4480
  msgstr ""
4481
 
4482
- #: includes/settings/class-cr-settings-trust-badges.php:143
4483
  msgid "Shortcode and preview of the small dark trust badge with store rating."
4484
  msgstr ""
4485
 
4486
- #: includes/settings/class-cr-settings-trust-badges.php:149
4487
  msgid "Wide Light Badge"
4488
  msgstr ""
4489
 
4490
- #: includes/settings/class-cr-settings-trust-badges.php:151
4491
  msgid ""
4492
  "Shortcode and preview of the wide light trust badge. The wide badge has a "
4493
  "version for small screens that will be automatically shown when a website is "
4494
  "viewed from phones."
4495
  msgstr ""
4496
 
4497
- #: includes/settings/class-cr-settings-trust-badges.php:157
4498
  msgid "Wide Light Badge (with Store Rating)"
4499
  msgstr ""
4500
 
4501
- #: includes/settings/class-cr-settings-trust-badges.php:159
4502
  msgid ""
4503
  "Shortcode and preview of the wide light trust badge with store rating. The "
4504
  "wide badge has a version for small screens that will be automatically shown "
4505
  "when a website is viewed from phones."
4506
  msgstr ""
4507
 
4508
- #: includes/settings/class-cr-settings-trust-badges.php:165
4509
  msgid "Wide Dark Badge"
4510
  msgstr ""
4511
 
4512
- #: includes/settings/class-cr-settings-trust-badges.php:167
4513
  msgid ""
4514
  "Shortcode and preview of the wide dark trust badge. The wide badge has a "
4515
  "version for small screens that will be automatically shown when a website is "
4516
  "viewed from phones."
4517
  msgstr ""
4518
 
4519
- #: includes/settings/class-cr-settings-trust-badges.php:173
4520
  msgid "Wide Dark Badge (with Store Rating)"
4521
  msgstr ""
4522
 
4523
- #: includes/settings/class-cr-settings-trust-badges.php:175
4524
  msgid ""
4525
  "Shortcode and preview of the wide dark trust badge with store rating. The "
4526
  "wide badge has a version for small screens that will be automatically shown "
4527
  "when a website is viewed from phones."
4528
  msgstr ""
4529
 
4530
- #: includes/settings/class-cr-settings-trust-badges.php:181
4531
  msgid "Compact Light Badge"
4532
  msgstr ""
4533
 
4534
- #: includes/settings/class-cr-settings-trust-badges.php:183
4535
  msgid "Shortcode and preview of the compact light trust badge."
4536
  msgstr ""
4537
 
4538
- #: includes/settings/class-cr-settings-trust-badges.php:189
4539
  msgid "Compact Dark Badge"
4540
  msgstr ""
4541
 
4542
- #: includes/settings/class-cr-settings-trust-badges.php:191
4543
  msgid "Shortcode and preview of the compact dark trust badge."
4544
  msgstr ""
4545
 
4546
- #: includes/settings/class-cr-settings-trust-badges.php:201
4547
  msgid "Floating Trust Badge"
4548
  msgstr ""
4549
 
4550
- #: includes/settings/class-cr-settings-trust-badges.php:203
4551
  msgid ""
4552
  "Settings to display a floating badge with a summary of verified reviews."
4553
  msgstr ""
4554
 
4555
- #: includes/settings/class-cr-settings-trust-badges.php:207
4556
  msgid "Floating Badge"
4557
  msgstr ""
4558
 
4559
- #: includes/settings/class-cr-settings-trust-badges.php:209
4560
  msgid ""
4561
  "Enable this checkbox to display a floating trust badge on public pages of "
4562
  "the website."
4563
  msgstr ""
4564
 
4565
- #: includes/settings/class-cr-settings-trust-badges.php:214
4566
  msgid "Floating Badge Style"
4567
  msgstr ""
4568
 
4569
- #: includes/settings/class-cr-settings-trust-badges.php:216
4570
  msgid "Choose one of the styles for the floating trust badge."
4571
  msgstr ""
4572
 
4573
- #: includes/settings/class-cr-settings-trust-badges.php:220 js/blocks.js:112
4574
  msgid "Light"
4575
  msgstr ""
4576
 
4577
- #: includes/settings/class-cr-settings-trust-badges.php:221 js/blocks.js:116
4578
  msgid "Dark"
4579
  msgstr ""
4580
 
4581
- #: includes/settings/class-cr-settings-trust-badges.php:226
4582
  msgid "Floating Badge Location"
4583
  msgstr ""
4584
 
4585
- #: includes/settings/class-cr-settings-trust-badges.php:228
4586
  msgid "Choose one of the locations for the floating trust badge."
4587
  msgstr ""
4588
 
4589
- #: includes/settings/class-cr-settings-trust-badges.php:232
4590
  msgid "Bottom right"
4591
  msgstr ""
4592
 
4593
- #: includes/settings/class-cr-settings-trust-badges.php:233
4594
  msgid "Bottom left"
4595
  msgstr ""
4596
 
4597
- #: includes/settings/class-cr-settings-trust-badges.php:318
4598
  msgid "color"
4599
  msgstr ""
4600
 
@@ -4665,74 +4679,82 @@ msgstr ""
4665
  msgid "Tags for Reviews"
4666
  msgstr ""
4667
 
4668
- #: includes/trust-badge/class-cr-trust-badge.php:201
4669
  msgid "Independently verified"
4670
  msgstr ""
4671
 
4672
- #: includes/trust-badge/class-cr-trust-badge.php:202
4673
  msgid "independently verified"
4674
  msgstr ""
4675
 
4676
- #: includes/trust-badge/class-cr-trust-badge.php:204
 
 
 
 
 
 
 
 
4677
  msgid "%s rating"
4678
  msgstr ""
4679
 
4680
- #: includes/trust-badge/class-cr-trust-badge.php:205
4681
  msgid "rating %s / 5"
4682
  msgstr ""
4683
 
4684
- #: includes/trust-badge/class-cr-trust-badge.php:206
4685
  msgid "%s store rating"
4686
  msgstr ""
4687
 
4688
- #: includes/trust-badge/class-cr-trust-badge.php:207
4689
  msgid "Store rating %s / 5"
4690
  msgstr ""
4691
 
4692
- #: includes/trust-badge/class-cr-trust-badge.php:208
4693
  msgid "store rating"
4694
  msgstr ""
4695
 
4696
- #: includes/trust-badge/class-cr-trust-badge.php:209
4697
  msgid "%s product rating"
4698
  msgstr ""
4699
 
4700
- #: includes/trust-badge/class-cr-trust-badge.php:210
4701
  msgid "Product rating %s / 5"
4702
  msgstr ""
4703
 
4704
- #: includes/trust-badge/class-cr-trust-badge.php:211
4705
  msgid "product rating"
4706
  msgstr ""
4707
 
4708
- #: includes/trust-badge/class-cr-trust-badge.php:212
4709
- #: includes/trust-badge/class-cr-trust-badge.php:213 templates/cr-rating.php:44
4710
  msgid "%s review"
4711
  msgid_plural "%s reviews"
4712
  msgstr[0] ""
4713
 
4714
  #: includes/trust-badge/class-cr-verified-reviews.php:58
4715
- msgid "Trust badges activation error: 'Verified Reviews Page' cannot be empty."
4716
  msgstr ""
4717
 
4718
  #: includes/trust-badge/class-cr-verified-reviews.php:89
4719
- msgid "Trust badges activation error #98. "
4720
  msgstr ""
4721
 
4722
  #: includes/trust-badge/class-cr-verified-reviews.php:94
4723
- msgid "Trust badges have been successfully activated."
4724
  msgstr ""
4725
 
4726
  #: includes/trust-badge/class-cr-verified-reviews.php:97
4727
  msgid ""
4728
- "Trust badges activation error: '%s' is already in use. Please enter a "
4729
  "different page name."
4730
  msgstr ""
4731
 
4732
  #: includes/trust-badge/class-cr-verified-reviews.php:100
4733
  msgid ""
4734
- "Trust badges activation error: page name contains unsupported symbols. Only "
4735
- "latin characters (a-z), numbers (0-9), and . symbol are allowed."
4736
  msgstr ""
4737
 
4738
  #: includes/trust-badge/class-cr-verified-reviews.php:103
@@ -4742,25 +4764,25 @@ msgid ""
4742
  msgstr ""
4743
 
4744
  #: includes/trust-badge/class-cr-verified-reviews.php:106
4745
- msgid "Trust badges activation error #99."
4746
  msgstr ""
4747
 
4748
  #: includes/trust-badge/class-cr-verified-reviews.php:142
4749
- msgid "Trust badges deactivation error #98. Please try again."
4750
  msgstr ""
4751
 
4752
  #: includes/trust-badge/class-cr-verified-reviews.php:149
4753
- msgid "Trust badges have been successfully deactivated."
4754
  msgstr ""
4755
 
4756
  #: includes/trust-badge/class-cr-verified-reviews.php:153
4757
  msgid ""
4758
- "Trust badges deactivation error: the page is blocked, please contact CusRev "
4759
- "support for assistance."
4760
  msgstr ""
4761
 
4762
  #: includes/trust-badge/class-cr-verified-reviews.php:157
4763
- msgid "Trust badges deactivation error #99."
4764
  msgstr ""
4765
 
4766
  #: ivole.php:135
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"
43
  msgid "This reply was originally posted on CR portal"
44
  msgstr ""
45
 
46
+ #: class-ivole.php:152
47
  msgid "View CusRev documentation"
48
  msgstr ""
49
 
50
+ #: class-ivole.php:152
51
  msgid "Docs"
52
  msgstr ""
53
 
54
+ #: class-ivole.php:153
55
  msgid "Visit community forums"
56
  msgstr ""
57
 
58
+ #: class-ivole.php:153
59
  msgid "Community support"
60
  msgstr ""
61
 
62
+ #: class-ivole.php:163
63
  msgid "View Customer Reviews settings"
64
  msgstr ""
65
 
66
+ #: class-ivole.php:163 includes/settings/class-cr-admin-menu-settings.php:60
67
  #: includes/settings/class-cr-admin-menu-settings.php:61
68
  msgid "Settings"
69
  msgstr ""
240
  msgid "Item 2 Test"
241
  msgstr ""
242
 
243
+ #: includes/emails/class-cr-email-func.php:264
244
  #: includes/reviews/class-cr-reviews-list-table.php:410
245
  msgid "Review"
246
  msgstr ""
377
  #: includes/reviews/class-cr-admin-menu-reviews.php:59
378
  #: includes/reviews/class-cr-admin-menu-reviews.php:60
379
  #: includes/settings/class-cr-admin-menu-settings.php:143
380
+ #: includes/settings/class-cr-settings-trust-badges.php:310
381
  msgid "Reviews"
382
  msgstr ""
383
 
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 "
2510
+ "%1$s icons for individual reviews on product pages of your store will be "
2511
+ "displayed. Each %2$s icon will contain a nofollow link to a verified copy of "
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.)"
2534
+ msgstr ""
2535
+
2536
  #: includes/settings/class-cr-settings-discount-tiers.php:37
2537
  msgid ""
2538
  "The option is not available with the coupon type selected for this discount "
2634
  msgstr ""
2635
 
2636
  #: includes/settings/class-cr-settings-discount-tiers.php:146
2637
+ #: includes/settings/class-cr-settings-review-reminder.php:367
2638
  msgid "Roles"
2639
  msgstr ""
2640
 
2845
  msgstr ""
2846
 
2847
  #: includes/settings/class-cr-settings-email-template.php:286
2848
+ msgid "\"Reply-To\" address"
2849
  msgstr ""
2850
 
2851
  #: includes/settings/class-cr-settings-email-template.php:301
2990
  "test email."
2991
  msgstr ""
2992
 
2993
+ #: includes/settings/class-cr-settings-email-template.php:536
2994
  msgid "Return to emails"
2995
  msgstr ""
2996
 
2997
+ #: includes/settings/class-cr-settings-email-template.php:559
2998
  msgid "Email template"
2999
  msgstr ""
3000
 
3001
+ #: includes/settings/class-cr-settings-email-template.php:567
3002
  msgid "Delete template file"
3003
  msgstr ""
3004
 
3005
  #. translators: %s: Path to template file
3006
+ #: includes/settings/class-cr-settings-email-template.php:573
3007
  msgid ""
3008
  "This template has been overridden by your theme and can be found in: %s."
3009
  msgstr ""
3010
 
3011
+ #: includes/settings/class-cr-settings-email-template.php:603
3012
  msgid "Copy file to theme"
3013
  msgstr ""
3014
 
3015
  #. translators: 1: Path to template file 2: Path to theme folder
3016
+ #: includes/settings/class-cr-settings-email-template.php:609
3017
  msgid ""
3018
  "To override and edit this email template copy %1$s to your theme folder: "
3019
  "%2$s."
3020
  msgstr ""
3021
 
3022
+ #: includes/settings/class-cr-settings-email-template.php:617
3023
  msgid "File was not found."
3024
  msgstr ""
3025
 
3026
+ #: includes/settings/class-cr-settings-email-template.php:639
3027
  msgid "View template"
3028
  msgstr ""
3029
 
3030
+ #: includes/settings/class-cr-settings-email-template.php:640
3031
  msgid "Hide template"
3032
  msgstr ""
3033
 
3034
+ #: includes/settings/class-cr-settings-email-template.php:654
3035
  msgid "Are you sure you want to delete this template file?"
3036
  msgstr ""
3037
 
3038
+ #: includes/settings/class-cr-settings-email-template.php:675
3039
+ #: includes/settings/class-cr-settings-email-template.php:681
3040
  msgid "'Email Body' field cannot be empty"
3041
  msgstr ""
3042
 
3043
+ #: includes/settings/class-cr-settings-email-template.php:695
3044
  msgid "Action failed. Please refresh the page and retry."
3045
  msgstr ""
3046
 
3047
+ #: includes/settings/class-cr-settings-email-template.php:699
3048
  msgid "You don&#8217;t have permission to do this."
3049
  msgstr ""
3050
 
3051
+ #: includes/settings/class-cr-settings-email-template.php:721
3052
  msgid "Template file copied to theme."
3053
  msgstr ""
3054
 
3055
+ #: includes/settings/class-cr-settings-email-template.php:733
3056
  msgid "Template file deleted from theme."
3057
  msgstr ""
3058
 
3060
  msgid "Emails"
3061
  msgstr ""
3062
 
3063
+ #: includes/settings/class-cr-settings-emails.php:76
3064
  msgid "Email Templates"
3065
  msgstr ""
3066
 
3067
+ #: includes/settings/class-cr-settings-emails.php:78
3068
  msgid ""
3069
  "Adjust templates of the emails that will be sent to customers. If you enable "
3070
  "<b>advanced</b> email templates in your account on the %1$sCusRev website"
3072
  "below."
3073
  msgstr ""
3074
 
3075
+ #: includes/settings/class-cr-settings-emails.php:109
3076
  msgid "Email"
3077
  msgstr ""
3078
 
3079
+ #: includes/settings/class-cr-settings-emails.php:110
3080
  msgid "Subject"
3081
  msgstr ""
3082
 
3083
+ #: includes/settings/class-cr-settings-emails.php:111
3084
  msgid "From"
3085
  msgstr ""
3086
 
3226
  msgstr ""
3227
 
3228
  #: includes/settings/class-cr-settings-review-discount.php:109
3229
+ #: includes/settings/class-cr-settings-review-reminder.php:494
3230
  msgid "Email Template"
3231
  msgstr ""
3232
 
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
3490
+ #: includes/settings/class-cr-settings-review-reminder.php:945
3491
+ #: includes/settings/class-cr-settings-review-reminder.php:946
3492
+ #: includes/settings/class-cr-settings-review-reminder.php:947
3493
+ #: includes/settings/class-cr-settings-review-reminder.php:948
3494
+ #: includes/settings/class-cr-settings-review-reminder.php:949
3495
  msgid "Checking license..."
3496
  msgstr ""
3497
 
3766
  "in this field."
3767
  msgstr ""
3768
 
3769
+ #: includes/settings/class-cr-settings-review-reminder.php:315
3770
  msgid "Order Status"
3771
  msgstr ""
3772
 
3773
+ #: includes/settings/class-cr-settings-review-reminder.php:317
3774
  msgid ""
3775
  "Review reminders will be sent N days after this order status. It is "
3776
  "recommended to use 'Completed' status."
3777
  msgstr ""
3778
 
3779
+ #: includes/settings/class-cr-settings-review-reminder.php:327
3780
  msgid "Enable for"
3781
  msgstr ""
3782
 
3783
+ #: includes/settings/class-cr-settings-review-reminder.php:329
3784
  msgid ""
3785
  "Define if reminders will be send for all or only specific categories of "
3786
  "products."
3787
  msgstr ""
3788
 
3789
+ #: includes/settings/class-cr-settings-review-reminder.php:336
3790
  msgid "All Categories"
3791
  msgstr ""
3792
 
3793
+ #: includes/settings/class-cr-settings-review-reminder.php:337
3794
  msgid "Specific Categories"
3795
  msgstr ""
3796
 
3797
+ #: includes/settings/class-cr-settings-review-reminder.php:342
3798
  msgid "Categories"
3799
  msgstr ""
3800
 
3801
+ #: includes/settings/class-cr-settings-review-reminder.php:344
3802
  msgid ""
3803
  "If reminders are enabled only for specific categories of products, this "
3804
  "field enables you to choose these categories."
3805
  msgstr ""
3806
 
3807
+ #: includes/settings/class-cr-settings-review-reminder.php:352
3808
  msgid "Enable for Roles"
3809
  msgstr ""
3810
 
3811
+ #: includes/settings/class-cr-settings-review-reminder.php:354
3812
  msgid ""
3813
  "Define if reminders will be send for all or only specific roles of users."
3814
  msgstr ""
3815
 
3816
+ #: includes/settings/class-cr-settings-review-reminder.php:361
3817
  msgid "All Roles"
3818
  msgstr ""
3819
 
3820
+ #: includes/settings/class-cr-settings-review-reminder.php:362
3821
  msgid "Specific Roles"
3822
  msgstr ""
3823
 
3824
+ #: includes/settings/class-cr-settings-review-reminder.php:369
3825
  msgid ""
3826
  "If reminders are enabled only for specific user roles, this field enables "
3827
  "you to choose these roles."
3828
  msgstr ""
3829
 
3830
+ #: includes/settings/class-cr-settings-review-reminder.php:377
3831
  msgid "Enable for Guests"
3832
  msgstr ""
3833
 
3834
+ #: includes/settings/class-cr-settings-review-reminder.php:378
3835
  msgid ""
3836
  "Enable sending of review reminders to customers who place orders without an "
3837
  "account (guest checkout). It is recommended to enable this checkbox, if you "
3838
  "allow customers to place orders without creating an account on your site."
3839
  msgstr ""
3840
 
3841
+ #: includes/settings/class-cr-settings-review-reminder.php:385
3842
  msgid "Reminders Scheduler"
3843
  msgstr ""
3844
 
3845
+ #: includes/settings/class-cr-settings-review-reminder.php:387
3846
  msgid ""
3847
  "Define which scheduler the plugin will use to schedule automatic review "
3848
  "reminders. The default option is to use WordPress Cron (WP-Cron) for "
3851
  "CR Cron is an external service that requires a license key (free or pro)."
3852
  msgstr ""
3853
 
3854
+ #: includes/settings/class-cr-settings-review-reminder.php:397
3855
  msgid "Enable Manual Reminders"
3856
  msgstr ""
3857
 
3858
+ #: includes/settings/class-cr-settings-review-reminder.php:398
3859
  msgid ""
3860
  "Enable manual sending of follow-up emails with a reminder to submit a "
3861
  "review. Manual reminders can be sent for completed orders from %1$sOrders"
3862
  "%2$s page after enabling this option."
3863
  msgstr ""
3864
 
3865
+ #: includes/settings/class-cr-settings-review-reminder.php:405
3866
  msgid "Limit Number of Reminders"
3867
  msgstr ""
3868
 
3869
+ #: includes/settings/class-cr-settings-review-reminder.php:406
3870
  msgid ""
3871
  "Enable this checkbox to make sure that no more than one review reminder is "
3872
  "sent for each order."
3873
  msgstr ""
3874
 
3875
+ #: includes/settings/class-cr-settings-review-reminder.php:413
3876
  msgid "Customer Consent"
3877
  msgstr ""
3878
 
3879
+ #: includes/settings/class-cr-settings-review-reminder.php:414
3880
  msgid ""
3881
  "If this option is enabled, customers will be asked to tick a checkbox on the "
3882
  "checkout page to indicate that they would like to receive an invitation to "
3883
  "review their order."
3884
  msgstr ""
3885
 
3886
+ #: includes/settings/class-cr-settings-review-reminder.php:420
3887
  msgid "Customer Consent Text"
3888
  msgstr ""
3889
 
3890
+ #: includes/settings/class-cr-settings-review-reminder.php:421
3891
  msgid ""
3892
  "Text of the message shown to customers next to the consent checkbox on the "
3893
  "checkout page."
3894
  msgstr ""
3895
 
3896
+ #: includes/settings/class-cr-settings-review-reminder.php:430
3897
  msgid "Registered Customers"
3898
  msgstr ""
3899
 
3900
+ #: includes/settings/class-cr-settings-review-reminder.php:431
3901
  msgid ""
3902
  "By default, review reminders are sent to billing emails provided by "
3903
  "customers during checkout. If you enable this option, the plugin will check "
3906
  "this option disabled."
3907
  msgstr ""
3908
 
3909
+ #: includes/settings/class-cr-settings-review-reminder.php:438
3910
  msgid "Moderation of Reviews"
3911
  msgstr ""
3912
 
3913
+ #: includes/settings/class-cr-settings-review-reminder.php:439
3914
  msgid ""
3915
  "Enable manual moderation of reviews submitted by your verified customers. "
3916
  "This setting applies only to reviews submitted in response to reminders sent "
3917
  "by this plugin."
3918
  msgstr ""
3919
 
3920
+ #: includes/settings/class-cr-settings-review-reminder.php:446
3921
  msgid "Exclude Free Products"
3922
  msgstr ""
3923
 
3924
+ #: includes/settings/class-cr-settings-review-reminder.php:447
3925
  msgid "Enable this checkbox to exclude free products from review invitations."
3926
  msgstr ""
3927
 
3928
+ #: includes/settings/class-cr-settings-review-reminder.php:454
3929
  msgid "Shop Name"
3930
  msgstr ""
3931
 
3932
+ #: includes/settings/class-cr-settings-review-reminder.php:456
3933
  msgid ""
3934
  "Specify your shop name that will be used in emails and review forms "
3935
  "generated by this plugin."
3936
  msgstr ""
3937
 
3938
+ #: includes/settings/class-cr-settings-review-reminder.php:471
3939
+ #: includes/settings/class-cr-settings-review-reminder.php:477
3940
  msgid "Language"
3941
  msgstr ""
3942
 
3943
+ #: includes/settings/class-cr-settings-review-reminder.php:479
3944
  msgid "Choose one of the available languages."
3945
  msgstr ""
3946
 
3947
+ #: includes/settings/class-cr-settings-review-reminder.php:496
3948
  msgid ""
3949
  "The email template of review reminders can be configured on the <a href=\"%s"
3950
  "\">Emails</a> tab."
3951
  msgstr ""
3952
 
3953
+ #: includes/settings/class-cr-settings-review-reminder.php:504
3954
  msgid ""
3955
  "Adjust template of the aggregated review forms that will be created and sent "
3956
  "to customers by CusRev. Modifications will be applied to the next review "
3959
  "b> the settings below."
3960
  msgstr ""
3961
 
3962
+ #: includes/settings/class-cr-settings-review-reminder.php:506
3963
  msgid ""
3964
  "Adjust template of the aggregated review forms that will be created and sent "
3965
  "to customers. Modifications will be applied to the next review form created "
3966
  "after saving settings."
3967
  msgstr ""
3968
 
3969
+ #: includes/settings/class-cr-settings-review-reminder.php:509
3970
  msgid "Review Form Template"
3971
  msgstr ""
3972
 
3973
+ #: includes/settings/class-cr-settings-review-reminder.php:515
3974
  msgid "Form Header"
3975
  msgstr ""
3976
 
3977
+ #: includes/settings/class-cr-settings-review-reminder.php:517
3978
  msgid "Header of the review form that will be sent to customers."
3979
  msgstr ""
3980
 
3981
+ #: includes/settings/class-cr-settings-review-reminder.php:524
3982
  msgid "Form Body"
3983
  msgstr ""
3984
 
3985
+ #: includes/settings/class-cr-settings-review-reminder.php:526
3986
  msgid "Body of the review form that will be sent to customers."
3987
  msgstr ""
3988
 
3989
+ #: includes/settings/class-cr-settings-review-reminder.php:534
3990
  msgid "Shop Rating"
3991
  msgstr ""
3992
 
3993
+ #: includes/settings/class-cr-settings-review-reminder.php:538
3994
  msgid ""
3995
  "Enable this option if you would like to include a separate question for a "
3996
  "general shop review in addition to questions for product reviews."
3997
  msgstr ""
3998
 
3999
+ #: includes/settings/class-cr-settings-review-reminder.php:541
4000
  msgid "Comment Required"
4001
  msgstr ""
4002
 
4003
+ #: includes/settings/class-cr-settings-review-reminder.php:545
4004
  msgid ""
4005
  "Enable this option if you would like to make it mandatory for your customers "
4006
  "to write something in their review. This option applies only to aggregated "
4007
  "review forms."
4008
  msgstr ""
4009
 
4010
+ #: includes/settings/class-cr-settings-review-reminder.php:548
4011
  msgid ""
4012
  "Enable attachment of pictures and videos on aggregated review forms. "
4013
  "Uploaded media files are initially stored on Amazon S3 and automatically "
4017
  "%2$s."
4018
  msgstr ""
4019
 
4020
+ #: includes/settings/class-cr-settings-review-reminder.php:550
4021
  msgid ""
4022
  "Enable attachment of pictures and videos on local aggregated review forms. "
4023
  "This option applies only to aggregated review forms. If you would like to "
4025
  "pages, this can be done %1$shere%2$s."
4026
  msgstr ""
4027
 
4028
+ #: includes/settings/class-cr-settings-review-reminder.php:553
4029
  msgid "Attach Media"
4030
  msgstr ""
4031
 
4032
+ #: includes/settings/class-cr-settings-review-reminder.php:563
4033
  msgid "Rating Bar"
4034
  msgstr ""
4035
 
4036
+ #: includes/settings/class-cr-settings-review-reminder.php:567
4037
  msgid "Visual style of rating bars on review forms."
4038
  msgstr ""
4039
 
4040
+ #: includes/settings/class-cr-settings-review-reminder.php:569
4041
  msgid "Smiley and frowny faces"
4042
  msgstr ""
4043
 
4044
+ #: includes/settings/class-cr-settings-review-reminder.php:570
4045
  #: blocks/src/reviews-grid/edit.js:234 js/blocks.js:946
4046
  msgid "Stars"
4047
  msgstr ""
4048
 
4049
+ #: includes/settings/class-cr-settings-review-reminder.php:575
4050
  msgid "Geolocation"
4051
  msgstr ""
4052
 
4053
+ #: includes/settings/class-cr-settings-review-reminder.php:579
4054
  msgid ""
4055
  "Enable geolocation on aggregated review forms. Customers will have an option "
4056
  "to indicate where they are from. For example, \"England, United Kingdom\"."
4057
  msgstr ""
4058
 
4059
+ #: includes/settings/class-cr-settings-review-reminder.php:580
4060
  msgid "Automatic geolocation on review forms."
4061
  msgstr ""
4062
 
4063
+ #: includes/settings/class-cr-settings-review-reminder.php:586
4064
  msgid "Form Color 1"
4065
  msgstr ""
4066
 
4067
+ #: includes/settings/class-cr-settings-review-reminder.php:590
4068
  msgid "Background color for heading of the form and product names."
4069
  msgstr ""
4070
 
4071
+ #: includes/settings/class-cr-settings-review-reminder.php:594
4072
  msgid "Form Color 2"
4073
  msgstr ""
4074
 
4075
+ #: includes/settings/class-cr-settings-review-reminder.php:598
4076
  msgid "Text color for product names."
4077
  msgstr ""
4078
 
4079
+ #: includes/settings/class-cr-settings-review-reminder.php:602
4080
  msgid "Form Color 3"
4081
  msgstr ""
4082
 
4083
+ #: includes/settings/class-cr-settings-review-reminder.php:606
4084
  msgid "Color of control elements (buttons, rating bars)."
4085
  msgstr ""
4086
 
4087
+ #: includes/settings/class-cr-settings-review-reminder.php:962
4088
  msgid ""
4089
  "While editing the footer text please make sure to keep the unsubscribe link "
4090
  "markup:"
4091
  msgstr ""
4092
 
4093
+ #: includes/settings/class-cr-settings-review-reminder.php:1031
4094
  msgid ""
4095
  "<strong>CR Cron could not be enabled because no license key was entered. A "
4096
  "license key (free or pro) is required to use CR Cron.</strong>"
4444
  "you should specify it here."
4445
  msgstr ""
4446
 
4447
+ #: includes/settings/class-cr-settings-trust-badges.php:45
4448
  #: includes/settings/class-cr-settings-trust-badges.php:83
 
4449
  msgid "Trust Badges"
4450
  msgstr ""
4451
 
4452
+ #: includes/settings/class-cr-settings-trust-badges.php:86
4453
  msgid ""
4454
+ "Increase your store's conversion rate by placing a \"trust badge\" on the "
4455
  "home, checkout or any other page(s). Let customers feel more confident about "
4456
  "shopping on your site by featuring a trust badge that shows a summary of "
4457
+ "customer reviews. Trust badges can be enabled using shortcodes or blocks in "
4458
+ "the page editor (blocks require WordPress 5.0 or newer)."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4459
  msgstr ""
4460
 
4461
+ #: includes/settings/class-cr-settings-trust-badges.php:88
 
 
 
 
4462
  msgid ""
4463
+ "If you enable <a href=\"%1$s\">verification of reviews</a> and claim a <a "
4464
+ "href=\"%2$s\">dedicated page</a> at CusRev.com website, trust badges will "
4465
+ "include a nofollow link to your page there."
4466
  msgstr ""
4467
 
4468
+ #: includes/settings/class-cr-settings-trust-badges.php:93
4469
  msgid "Small Light Badge"
4470
  msgstr ""
4471
 
4472
+ #: includes/settings/class-cr-settings-trust-badges.php:95
4473
  msgid "Shortcode and preview of the small light trust badge."
4474
  msgstr ""
4475
 
4476
+ #: includes/settings/class-cr-settings-trust-badges.php:101
4477
  msgid "Small Light Badge (with Store Rating)"
4478
  msgstr ""
4479
 
4480
+ #: includes/settings/class-cr-settings-trust-badges.php:103
4481
  msgid "Shortcode and preview of the small light trust badge with store rating."
4482
  msgstr ""
4483
 
4484
+ #: includes/settings/class-cr-settings-trust-badges.php:109
4485
  msgid "Small Dark Badge"
4486
  msgstr ""
4487
 
4488
+ #: includes/settings/class-cr-settings-trust-badges.php:111
4489
  msgid "Shortcode and preview of the small dark trust badge."
4490
  msgstr ""
4491
 
4492
+ #: includes/settings/class-cr-settings-trust-badges.php:117
4493
  msgid "Small Dark Badge (with Store Rating)"
4494
  msgstr ""
4495
 
4496
+ #: includes/settings/class-cr-settings-trust-badges.php:119
4497
  msgid "Shortcode and preview of the small dark trust badge with store rating."
4498
  msgstr ""
4499
 
4500
+ #: includes/settings/class-cr-settings-trust-badges.php:125
4501
  msgid "Wide Light Badge"
4502
  msgstr ""
4503
 
4504
+ #: includes/settings/class-cr-settings-trust-badges.php:127
4505
  msgid ""
4506
  "Shortcode and preview of the wide light trust badge. The wide badge has a "
4507
  "version for small screens that will be automatically shown when a website is "
4508
  "viewed from phones."
4509
  msgstr ""
4510
 
4511
+ #: includes/settings/class-cr-settings-trust-badges.php:133
4512
  msgid "Wide Light Badge (with Store Rating)"
4513
  msgstr ""
4514
 
4515
+ #: includes/settings/class-cr-settings-trust-badges.php:135
4516
  msgid ""
4517
  "Shortcode and preview of the wide light trust badge with store rating. The "
4518
  "wide badge has a version for small screens that will be automatically shown "
4519
  "when a website is viewed from phones."
4520
  msgstr ""
4521
 
4522
+ #: includes/settings/class-cr-settings-trust-badges.php:141
4523
  msgid "Wide Dark Badge"
4524
  msgstr ""
4525
 
4526
+ #: includes/settings/class-cr-settings-trust-badges.php:143
4527
  msgid ""
4528
  "Shortcode and preview of the wide dark trust badge. The wide badge has a "
4529
  "version for small screens that will be automatically shown when a website is "
4530
  "viewed from phones."
4531
  msgstr ""
4532
 
4533
+ #: includes/settings/class-cr-settings-trust-badges.php:149
4534
  msgid "Wide Dark Badge (with Store Rating)"
4535
  msgstr ""
4536
 
4537
+ #: includes/settings/class-cr-settings-trust-badges.php:151
4538
  msgid ""
4539
  "Shortcode and preview of the wide dark trust badge with store rating. The "
4540
  "wide badge has a version for small screens that will be automatically shown "
4541
  "when a website is viewed from phones."
4542
  msgstr ""
4543
 
4544
+ #: includes/settings/class-cr-settings-trust-badges.php:157
4545
  msgid "Compact Light Badge"
4546
  msgstr ""
4547
 
4548
+ #: includes/settings/class-cr-settings-trust-badges.php:159
4549
  msgid "Shortcode and preview of the compact light trust badge."
4550
  msgstr ""
4551
 
4552
+ #: includes/settings/class-cr-settings-trust-badges.php:165
4553
  msgid "Compact Dark Badge"
4554
  msgstr ""
4555
 
4556
+ #: includes/settings/class-cr-settings-trust-badges.php:167
4557
  msgid "Shortcode and preview of the compact dark trust badge."
4558
  msgstr ""
4559
 
4560
+ #: includes/settings/class-cr-settings-trust-badges.php:177
4561
  msgid "Floating Trust Badge"
4562
  msgstr ""
4563
 
4564
+ #: includes/settings/class-cr-settings-trust-badges.php:179
4565
  msgid ""
4566
  "Settings to display a floating badge with a summary of verified reviews."
4567
  msgstr ""
4568
 
4569
+ #: includes/settings/class-cr-settings-trust-badges.php:183
4570
  msgid "Floating Badge"
4571
  msgstr ""
4572
 
4573
+ #: includes/settings/class-cr-settings-trust-badges.php:185
4574
  msgid ""
4575
  "Enable this checkbox to display a floating trust badge on public pages of "
4576
  "the website."
4577
  msgstr ""
4578
 
4579
+ #: includes/settings/class-cr-settings-trust-badges.php:190
4580
  msgid "Floating Badge Style"
4581
  msgstr ""
4582
 
4583
+ #: includes/settings/class-cr-settings-trust-badges.php:192
4584
  msgid "Choose one of the styles for the floating trust badge."
4585
  msgstr ""
4586
 
4587
+ #: includes/settings/class-cr-settings-trust-badges.php:196 js/blocks.js:112
4588
  msgid "Light"
4589
  msgstr ""
4590
 
4591
+ #: includes/settings/class-cr-settings-trust-badges.php:197 js/blocks.js:116
4592
  msgid "Dark"
4593
  msgstr ""
4594
 
4595
+ #: includes/settings/class-cr-settings-trust-badges.php:202
4596
  msgid "Floating Badge Location"
4597
  msgstr ""
4598
 
4599
+ #: includes/settings/class-cr-settings-trust-badges.php:204
4600
  msgid "Choose one of the locations for the floating trust badge."
4601
  msgstr ""
4602
 
4603
+ #: includes/settings/class-cr-settings-trust-badges.php:208
4604
  msgid "Bottom right"
4605
  msgstr ""
4606
 
4607
+ #: includes/settings/class-cr-settings-trust-badges.php:209
4608
  msgid "Bottom left"
4609
  msgstr ""
4610
 
4611
+ #: includes/settings/class-cr-settings-trust-badges.php:294
4612
  msgid "color"
4613
  msgstr ""
4614
 
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] ""
4735
 
4736
  #: includes/trust-badge/class-cr-verified-reviews.php:58
4737
+ msgid "CusRev.com page activation error: 'Page URL' cannot be empty."
4738
  msgstr ""
4739
 
4740
  #: includes/trust-badge/class-cr-verified-reviews.php:89
4741
+ msgid "CusRev.com page activation error #98. "
4742
  msgstr ""
4743
 
4744
  #: includes/trust-badge/class-cr-verified-reviews.php:94
4745
+ msgid "CusRev.com page has been successfully enabled."
4746
  msgstr ""
4747
 
4748
  #: includes/trust-badge/class-cr-verified-reviews.php:97
4749
  msgid ""
4750
+ "CusRev.com page activation error: '%s' is already in use. Please enter a "
4751
  "different page name."
4752
  msgstr ""
4753
 
4754
  #: includes/trust-badge/class-cr-verified-reviews.php:100
4755
  msgid ""
4756
+ "CusRev.com page activation error: page URL contains unsupported symbols. "
4757
+ "Only latin characters (a-z), numbers (0-9), and . symbol are allowed."
4758
  msgstr ""
4759
 
4760
  #: includes/trust-badge/class-cr-verified-reviews.php:103
4764
  msgstr ""
4765
 
4766
  #: includes/trust-badge/class-cr-verified-reviews.php:106
4767
+ msgid "CusRev.com page activation error #99."
4768
  msgstr ""
4769
 
4770
  #: includes/trust-badge/class-cr-verified-reviews.php:142
4771
+ msgid "CusRev.com page deactivation error #98. Please try again."
4772
  msgstr ""
4773
 
4774
  #: includes/trust-badge/class-cr-verified-reviews.php:149
4775
+ msgid "CusRev.com page has been successfully disabled."
4776
  msgstr ""
4777
 
4778
  #: includes/trust-badge/class-cr-verified-reviews.php:153
4779
  msgid ""
4780
+ "CusRev.com page deactivation error: the page is blocked, please contact "
4781
+ "CusRev support for assistance."
4782
  msgstr ""
4783
 
4784
  #: includes/trust-badge/class-cr-verified-reviews.php:157
4785
+ msgid "CusRev.com page deactivation error #99."
4786
  msgstr ""
4787
 
4788
  #: ivole.php:135
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-10-28T14:21:16+00:00\n"
10
  "PO-Revision-Date: 2018-11-07 17:36+0000\n"
11
  "Last-Translator: \n"
12
  "Language-Team: \n"
@@ -44,27 +44,27 @@ msgstr ""
44
  msgid "This reply was originally posted on CR portal"
45
  msgstr ""
46
 
47
- #: class-ivole.php:150
48
  msgid "View CusRev documentation"
49
  msgstr ""
50
 
51
- #: class-ivole.php:150
52
  msgid "Docs"
53
  msgstr ""
54
 
55
- #: class-ivole.php:151
56
  msgid "Visit community forums"
57
  msgstr ""
58
 
59
- #: class-ivole.php:151
60
  msgid "Community support"
61
  msgstr ""
62
 
63
- #: class-ivole.php:161
64
  msgid "View Customer Reviews settings"
65
  msgstr ""
66
 
67
- #: class-ivole.php:161 includes/settings/class-cr-admin-menu-settings.php:60
68
  #: includes/settings/class-cr-admin-menu-settings.php:61
69
  msgid "Settings"
70
  msgstr ""
@@ -247,7 +247,7 @@ msgstr ""
247
  msgid "Item 2 Test"
248
  msgstr ""
249
 
250
- #: includes/emails/class-cr-email-func.php:263
251
  #: includes/reviews/class-cr-reviews-list-table.php:410
252
  msgid "Review"
253
  msgstr ""
@@ -384,7 +384,7 @@ msgstr ""
384
  #: includes/reviews/class-cr-admin-menu-reviews.php:59
385
  #: includes/reviews/class-cr-admin-menu-reviews.php:60
386
  #: includes/settings/class-cr-admin-menu-settings.php:143
387
- #: includes/settings/class-cr-settings-trust-badges.php:336
388
  msgid "Reviews"
389
  msgstr ""
390
 
@@ -2519,6 +2519,49 @@ msgid ""
2519
  "settings</a>."
2520
  msgstr ""
2521
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2522
  #: includes/settings/class-cr-settings-discount-tiers.php:37
2523
  msgid ""
2524
  "The option is not available with the coupon type selected for this discount "
@@ -2620,7 +2663,7 @@ msgid "Specific roles"
2620
  msgstr ""
2621
 
2622
  #: includes/settings/class-cr-settings-discount-tiers.php:146
2623
- #: includes/settings/class-cr-settings-review-reminder.php:362
2624
  msgid "Roles"
2625
  msgstr ""
2626
 
@@ -2831,7 +2874,7 @@ msgid ""
2831
  msgstr ""
2832
 
2833
  #: includes/settings/class-cr-settings-email-template.php:286
2834
- msgid "\"Reply-To\" Address"
2835
  msgstr ""
2836
 
2837
  #: includes/settings/class-cr-settings-email-template.php:301
@@ -2976,69 +3019,69 @@ msgid ""
2976
  "test email."
2977
  msgstr ""
2978
 
2979
- #: includes/settings/class-cr-settings-email-template.php:533
2980
  msgid "Return to emails"
2981
  msgstr ""
2982
 
2983
- #: includes/settings/class-cr-settings-email-template.php:552
2984
  msgid "Email template"
2985
  msgstr ""
2986
 
2987
- #: includes/settings/class-cr-settings-email-template.php:560
2988
  msgid "Delete template file"
2989
  msgstr ""
2990
 
2991
  #. translators: %s: Path to template file
2992
- #: includes/settings/class-cr-settings-email-template.php:566
2993
  msgid ""
2994
  "This template has been overridden by your theme and can be found in: %s."
2995
  msgstr ""
2996
 
2997
- #: includes/settings/class-cr-settings-email-template.php:596
2998
  msgid "Copy file to theme"
2999
  msgstr ""
3000
 
3001
  #. translators: 1: Path to template file 2: Path to theme folder
3002
- #: includes/settings/class-cr-settings-email-template.php:602
3003
  msgid ""
3004
  "To override and edit this email template copy %1$s to your theme folder: "
3005
  "%2$s."
3006
  msgstr ""
3007
 
3008
- #: includes/settings/class-cr-settings-email-template.php:610
3009
  msgid "File was not found."
3010
  msgstr ""
3011
 
3012
- #: includes/settings/class-cr-settings-email-template.php:632
3013
  msgid "View template"
3014
  msgstr ""
3015
 
3016
- #: includes/settings/class-cr-settings-email-template.php:633
3017
  msgid "Hide template"
3018
  msgstr ""
3019
 
3020
- #: includes/settings/class-cr-settings-email-template.php:647
3021
  msgid "Are you sure you want to delete this template file?"
3022
  msgstr ""
3023
 
3024
- #: includes/settings/class-cr-settings-email-template.php:668
3025
- #: includes/settings/class-cr-settings-email-template.php:674
3026
  msgid "'Email Body' field cannot be empty"
3027
  msgstr ""
3028
 
3029
- #: includes/settings/class-cr-settings-email-template.php:688
3030
  msgid "Action failed. Please refresh the page and retry."
3031
  msgstr ""
3032
 
3033
- #: includes/settings/class-cr-settings-email-template.php:692
3034
  msgid "You don&#8217;t have permission to do this."
3035
  msgstr ""
3036
 
3037
- #: includes/settings/class-cr-settings-email-template.php:714
3038
  msgid "Template file copied to theme."
3039
  msgstr ""
3040
 
3041
- #: includes/settings/class-cr-settings-email-template.php:726
3042
  msgid "Template file deleted from theme."
3043
  msgstr ""
3044
 
@@ -3046,11 +3089,11 @@ msgstr ""
3046
  msgid "Emails"
3047
  msgstr ""
3048
 
3049
- #: includes/settings/class-cr-settings-emails.php:69
3050
  msgid "Email Templates"
3051
  msgstr ""
3052
 
3053
- #: includes/settings/class-cr-settings-emails.php:71
3054
  msgid ""
3055
  "Adjust templates of the emails that will be sent to customers. If you enable "
3056
  "<b>advanced</b> email templates in your account on the %1$sCusRev website"
@@ -3058,15 +3101,15 @@ msgid ""
3058
  "below."
3059
  msgstr ""
3060
 
3061
- #: includes/settings/class-cr-settings-emails.php:102
3062
  msgid "Email"
3063
  msgstr ""
3064
 
3065
- #: includes/settings/class-cr-settings-emails.php:103
3066
  msgid "Subject"
3067
  msgstr ""
3068
 
3069
- #: includes/settings/class-cr-settings-emails.php:104
3070
  msgid "From"
3071
  msgstr ""
3072
 
@@ -3212,7 +3255,7 @@ msgid "Reply-To Address"
3212
  msgstr ""
3213
 
3214
  #: includes/settings/class-cr-settings-review-discount.php:109
3215
- #: includes/settings/class-cr-settings-review-reminder.php:480
3216
  msgid "Email Template"
3217
  msgstr ""
3218
 
@@ -3473,11 +3516,11 @@ msgstr ""
3473
  #: includes/settings/class-cr-settings-review-reminder.php:89
3474
  #: includes/settings/class-cr-settings-review-reminder.php:94
3475
  #: includes/settings/class-cr-settings-review-reminder.php:99
3476
- #: includes/settings/class-cr-settings-review-reminder.php:931
3477
- #: includes/settings/class-cr-settings-review-reminder.php:932
3478
- #: includes/settings/class-cr-settings-review-reminder.php:933
3479
- #: includes/settings/class-cr-settings-review-reminder.php:934
3480
- #: includes/settings/class-cr-settings-review-reminder.php:935
3481
  msgid "Checking license..."
3482
  msgstr ""
3483
 
@@ -3752,83 +3795,83 @@ msgid ""
3752
  "in this field."
3753
  msgstr ""
3754
 
3755
- #: includes/settings/class-cr-settings-review-reminder.php:314
3756
  msgid "Order Status"
3757
  msgstr ""
3758
 
3759
- #: includes/settings/class-cr-settings-review-reminder.php:316
3760
  msgid ""
3761
  "Review reminders will be sent N days after this order status. It is "
3762
  "recommended to use 'Completed' status."
3763
  msgstr ""
3764
 
3765
- #: includes/settings/class-cr-settings-review-reminder.php:325
3766
  msgid "Enable for"
3767
  msgstr ""
3768
 
3769
- #: includes/settings/class-cr-settings-review-reminder.php:327
3770
  msgid ""
3771
  "Define if reminders will be send for all or only specific categories of "
3772
  "products."
3773
  msgstr ""
3774
 
3775
- #: includes/settings/class-cr-settings-review-reminder.php:334
3776
  msgid "All Categories"
3777
  msgstr ""
3778
 
3779
- #: includes/settings/class-cr-settings-review-reminder.php:335
3780
  msgid "Specific Categories"
3781
  msgstr ""
3782
 
3783
- #: includes/settings/class-cr-settings-review-reminder.php:339
3784
  msgid "Categories"
3785
  msgstr ""
3786
 
3787
- #: includes/settings/class-cr-settings-review-reminder.php:341
3788
  msgid ""
3789
  "If reminders are enabled only for specific categories of products, this "
3790
  "field enables you to choose these categories."
3791
  msgstr ""
3792
 
3793
- #: includes/settings/class-cr-settings-review-reminder.php:348
3794
  msgid "Enable for Roles"
3795
  msgstr ""
3796
 
3797
- #: includes/settings/class-cr-settings-review-reminder.php:350
3798
  msgid ""
3799
  "Define if reminders will be send for all or only specific roles of users."
3800
  msgstr ""
3801
 
3802
- #: includes/settings/class-cr-settings-review-reminder.php:357
3803
  msgid "All Roles"
3804
  msgstr ""
3805
 
3806
- #: includes/settings/class-cr-settings-review-reminder.php:358
3807
  msgid "Specific Roles"
3808
  msgstr ""
3809
 
3810
- #: includes/settings/class-cr-settings-review-reminder.php:364
3811
  msgid ""
3812
  "If reminders are enabled only for specific user roles, this field enables "
3813
  "you to choose these roles."
3814
  msgstr ""
3815
 
3816
- #: includes/settings/class-cr-settings-review-reminder.php:371
3817
  msgid "Enable for Guests"
3818
  msgstr ""
3819
 
3820
- #: includes/settings/class-cr-settings-review-reminder.php:372
3821
  msgid ""
3822
  "Enable sending of review reminders to customers who place orders without an "
3823
  "account (guest checkout). It is recommended to enable this checkbox, if you "
3824
  "allow customers to place orders without creating an account on your site."
3825
  msgstr ""
3826
 
3827
- #: includes/settings/class-cr-settings-review-reminder.php:378
3828
  msgid "Reminders Scheduler"
3829
  msgstr ""
3830
 
3831
- #: includes/settings/class-cr-settings-review-reminder.php:380
3832
  msgid ""
3833
  "Define which scheduler the plugin will use to schedule automatic review "
3834
  "reminders. The default option is to use WordPress Cron (WP-Cron) for "
@@ -3837,53 +3880,53 @@ msgid ""
3837
  "CR Cron is an external service that requires a license key (free or pro)."
3838
  msgstr ""
3839
 
3840
- #: includes/settings/class-cr-settings-review-reminder.php:389
3841
  msgid "Enable Manual Reminders"
3842
  msgstr ""
3843
 
3844
- #: includes/settings/class-cr-settings-review-reminder.php:390
3845
  msgid ""
3846
  "Enable manual sending of follow-up emails with a reminder to submit a "
3847
  "review. Manual reminders can be sent for completed orders from %1$sOrders"
3848
  "%2$s page after enabling this option."
3849
  msgstr ""
3850
 
3851
- #: includes/settings/class-cr-settings-review-reminder.php:396
3852
  msgid "Limit Number of Reminders"
3853
  msgstr ""
3854
 
3855
- #: includes/settings/class-cr-settings-review-reminder.php:397
3856
  msgid ""
3857
  "Enable this checkbox to make sure that no more than one review reminder is "
3858
  "sent for each order."
3859
  msgstr ""
3860
 
3861
- #: includes/settings/class-cr-settings-review-reminder.php:403
3862
  msgid "Customer Consent"
3863
  msgstr ""
3864
 
3865
- #: includes/settings/class-cr-settings-review-reminder.php:404
3866
  msgid ""
3867
  "If this option is enabled, customers will be asked to tick a checkbox on the "
3868
  "checkout page to indicate that they would like to receive an invitation to "
3869
  "review their order."
3870
  msgstr ""
3871
 
3872
- #: includes/settings/class-cr-settings-review-reminder.php:410
3873
  msgid "Customer Consent Text"
3874
  msgstr ""
3875
 
3876
- #: includes/settings/class-cr-settings-review-reminder.php:411
3877
  msgid ""
3878
  "Text of the message shown to customers next to the consent checkbox on the "
3879
  "checkout page."
3880
  msgstr ""
3881
 
3882
- #: includes/settings/class-cr-settings-review-reminder.php:420
3883
  msgid "Registered Customers"
3884
  msgstr ""
3885
 
3886
- #: includes/settings/class-cr-settings-review-reminder.php:421
3887
  msgid ""
3888
  "By default, review reminders are sent to billing emails provided by "
3889
  "customers during checkout. If you enable this option, the plugin will check "
@@ -3892,51 +3935,51 @@ msgid ""
3892
  "this option disabled."
3893
  msgstr ""
3894
 
3895
- #: includes/settings/class-cr-settings-review-reminder.php:427
3896
  msgid "Moderation of Reviews"
3897
  msgstr ""
3898
 
3899
- #: includes/settings/class-cr-settings-review-reminder.php:428
3900
  msgid ""
3901
  "Enable manual moderation of reviews submitted by your verified customers. "
3902
  "This setting applies only to reviews submitted in response to reminders sent "
3903
  "by this plugin."
3904
  msgstr ""
3905
 
3906
- #: includes/settings/class-cr-settings-review-reminder.php:434
3907
  msgid "Exclude Free Products"
3908
  msgstr ""
3909
 
3910
- #: includes/settings/class-cr-settings-review-reminder.php:435
3911
  msgid "Enable this checkbox to exclude free products from review invitations."
3912
  msgstr ""
3913
 
3914
- #: includes/settings/class-cr-settings-review-reminder.php:441
3915
  msgid "Shop Name"
3916
  msgstr ""
3917
 
3918
- #: includes/settings/class-cr-settings-review-reminder.php:443
3919
  msgid ""
3920
  "Specify your shop name that will be used in emails and review forms "
3921
  "generated by this plugin."
3922
  msgstr ""
3923
 
3924
- #: includes/settings/class-cr-settings-review-reminder.php:458
3925
- #: includes/settings/class-cr-settings-review-reminder.php:464
3926
  msgid "Language"
3927
  msgstr ""
3928
 
3929
- #: includes/settings/class-cr-settings-review-reminder.php:466
3930
  msgid "Choose one of the available languages."
3931
  msgstr ""
3932
 
3933
- #: includes/settings/class-cr-settings-review-reminder.php:482
3934
  msgid ""
3935
  "The email template of review reminders can be configured on the <a href=\"%s"
3936
  "\">Emails</a> tab."
3937
  msgstr ""
3938
 
3939
- #: includes/settings/class-cr-settings-review-reminder.php:490
3940
  msgid ""
3941
  "Adjust template of the aggregated review forms that will be created and sent "
3942
  "to customers by CusRev. Modifications will be applied to the next review "
@@ -3945,55 +3988,55 @@ msgid ""
3945
  "b> the settings below."
3946
  msgstr ""
3947
 
3948
- #: includes/settings/class-cr-settings-review-reminder.php:492
3949
  msgid ""
3950
  "Adjust template of the aggregated review forms that will be created and sent "
3951
  "to customers. Modifications will be applied to the next review form created "
3952
  "after saving settings."
3953
  msgstr ""
3954
 
3955
- #: includes/settings/class-cr-settings-review-reminder.php:495
3956
  msgid "Review Form Template"
3957
  msgstr ""
3958
 
3959
- #: includes/settings/class-cr-settings-review-reminder.php:501
3960
  msgid "Form Header"
3961
  msgstr ""
3962
 
3963
- #: includes/settings/class-cr-settings-review-reminder.php:503
3964
  msgid "Header of the review form that will be sent to customers."
3965
  msgstr ""
3966
 
3967
- #: includes/settings/class-cr-settings-review-reminder.php:510
3968
  msgid "Form Body"
3969
  msgstr ""
3970
 
3971
- #: includes/settings/class-cr-settings-review-reminder.php:512
3972
  msgid "Body of the review form that will be sent to customers."
3973
  msgstr ""
3974
 
3975
- #: includes/settings/class-cr-settings-review-reminder.php:520
3976
  msgid "Shop Rating"
3977
  msgstr ""
3978
 
3979
- #: includes/settings/class-cr-settings-review-reminder.php:524
3980
  msgid ""
3981
  "Enable this option if you would like to include a separate question for a "
3982
  "general shop review in addition to questions for product reviews."
3983
  msgstr ""
3984
 
3985
- #: includes/settings/class-cr-settings-review-reminder.php:527
3986
  msgid "Comment Required"
3987
  msgstr ""
3988
 
3989
- #: includes/settings/class-cr-settings-review-reminder.php:531
3990
  msgid ""
3991
  "Enable this option if you would like to make it mandatory for your customers "
3992
  "to write something in their review. This option applies only to aggregated "
3993
  "review forms."
3994
  msgstr ""
3995
 
3996
- #: includes/settings/class-cr-settings-review-reminder.php:534
3997
  msgid ""
3998
  "Enable attachment of pictures and videos on aggregated review forms. "
3999
  "Uploaded media files are initially stored on Amazon S3 and automatically "
@@ -4003,7 +4046,7 @@ msgid ""
4003
  "%2$s."
4004
  msgstr ""
4005
 
4006
- #: includes/settings/class-cr-settings-review-reminder.php:536
4007
  msgid ""
4008
  "Enable attachment of pictures and videos on local aggregated review forms. "
4009
  "This option applies only to aggregated review forms. If you would like to "
@@ -4011,72 +4054,72 @@ msgid ""
4011
  "pages, this can be done %1$shere%2$s."
4012
  msgstr ""
4013
 
4014
- #: includes/settings/class-cr-settings-review-reminder.php:539
4015
  msgid "Attach Media"
4016
  msgstr ""
4017
 
4018
- #: includes/settings/class-cr-settings-review-reminder.php:549
4019
  msgid "Rating Bar"
4020
  msgstr ""
4021
 
4022
- #: includes/settings/class-cr-settings-review-reminder.php:553
4023
  msgid "Visual style of rating bars on review forms."
4024
  msgstr ""
4025
 
4026
- #: includes/settings/class-cr-settings-review-reminder.php:555
4027
  msgid "Smiley and frowny faces"
4028
  msgstr ""
4029
 
4030
- #: includes/settings/class-cr-settings-review-reminder.php:556
4031
  #: blocks/src/reviews-grid/edit.js:234 js/blocks.js:946
4032
  msgid "Stars"
4033
  msgstr ""
4034
 
4035
- #: includes/settings/class-cr-settings-review-reminder.php:561
4036
  msgid "Geolocation"
4037
  msgstr ""
4038
 
4039
- #: includes/settings/class-cr-settings-review-reminder.php:565
4040
  msgid ""
4041
  "Enable geolocation on aggregated review forms. Customers will have an option "
4042
  "to indicate where they are from. For example, \"England, United Kingdom\"."
4043
  msgstr ""
4044
 
4045
- #: includes/settings/class-cr-settings-review-reminder.php:566
4046
  msgid "Automatic geolocation on review forms."
4047
  msgstr ""
4048
 
4049
- #: includes/settings/class-cr-settings-review-reminder.php:572
4050
  msgid "Form Color 1"
4051
  msgstr ""
4052
 
4053
- #: includes/settings/class-cr-settings-review-reminder.php:576
4054
  msgid "Background color for heading of the form and product names."
4055
  msgstr ""
4056
 
4057
- #: includes/settings/class-cr-settings-review-reminder.php:580
4058
  msgid "Form Color 2"
4059
  msgstr ""
4060
 
4061
- #: includes/settings/class-cr-settings-review-reminder.php:584
4062
  msgid "Text color for product names."
4063
  msgstr ""
4064
 
4065
- #: includes/settings/class-cr-settings-review-reminder.php:588
4066
  msgid "Form Color 3"
4067
  msgstr ""
4068
 
4069
- #: includes/settings/class-cr-settings-review-reminder.php:592
4070
  msgid "Color of control elements (buttons, rating bars)."
4071
  msgstr ""
4072
 
4073
- #: includes/settings/class-cr-settings-review-reminder.php:948
4074
  msgid ""
4075
  "While editing the footer text please make sure to keep the unsubscribe link "
4076
  "markup:"
4077
  msgstr ""
4078
 
4079
- #: includes/settings/class-cr-settings-review-reminder.php:1017
4080
  msgid ""
4081
  "<strong>CR Cron could not be enabled because no license key was entered. A "
4082
  "license key (free or pro) is required to use CR Cron.</strong>"
@@ -4430,200 +4473,171 @@ msgid ""
4430
  "you should specify it here."
4431
  msgstr ""
4432
 
4433
- #: includes/settings/class-cr-settings-trust-badges.php:50
4434
  #: includes/settings/class-cr-settings-trust-badges.php:83
4435
- #: includes/settings/class-cr-settings-trust-badges.php:89
4436
  msgid "Trust Badges"
4437
  msgstr ""
4438
 
4439
- #: includes/settings/class-cr-settings-trust-badges.php:85
4440
  msgid ""
4441
- "<p>Increase your store's conversion rate by placing a \"trust badge\" on the "
4442
  "home, checkout or any other page(s). Let customers feel more confident about "
4443
  "shopping on your site by featuring a trust badge that shows a summary of "
4444
- "verified customer reviews. Trust badges can be enabled using shortcodes or "
4445
- "blocks in the page editor (blocks require WordPress 5.0 or newer).</"
4446
- "p><p>Reviews are considered to be verified when they are collected via an "
4447
- "independent third-party website (www.cusrev.com) integrated with this "
4448
- "plugin. Reviews submitted directly on your site cannot be considered as "
4449
- "verified. Each trust badge contains a nofollow link to a dedicated page at "
4450
- "<b>www.cusrev.com</b> with all verified reviews for your store. You can "
4451
- "configure URL of the page with verified reviews for your store below.</p>"
4452
- msgstr ""
4453
-
4454
- #: includes/settings/class-cr-settings-trust-badges.php:90
4455
- msgid ""
4456
- "Enable this option to display trust badges and additional %1$s icons for "
4457
- "individual reviews on product pages in your store. Each %2$s icon will "
4458
- "contain a nofollow link to a verified copy of the review on <strong>www."
4459
- "cusrev.com</strong>."
4460
- msgstr ""
4461
-
4462
- #: includes/settings/class-cr-settings-trust-badges.php:97
4463
- msgid "Verified Reviews Page"
4464
- msgstr ""
4465
-
4466
- #: includes/settings/class-cr-settings-trust-badges.php:98
4467
- msgid ""
4468
- "Specify name of the page with verified reviews. This will be a base URL for "
4469
- "reviews related to your shop. You can use alphanumeric symbols and '.' in "
4470
- "the name of the page."
4471
  msgstr ""
4472
 
4473
- #: includes/settings/class-cr-settings-trust-badges.php:106
4474
- msgid "Age Restriction"
4475
- msgstr ""
4476
-
4477
- #: includes/settings/class-cr-settings-trust-badges.php:107
4478
  msgid ""
4479
- "Enable this option if your store sells age-restricted products (e.g., adult "
4480
- "content, alcohol, etc.)"
 
4481
  msgstr ""
4482
 
4483
- #: includes/settings/class-cr-settings-trust-badges.php:117
4484
  msgid "Small Light Badge"
4485
  msgstr ""
4486
 
4487
- #: includes/settings/class-cr-settings-trust-badges.php:119
4488
  msgid "Shortcode and preview of the small light trust badge."
4489
  msgstr ""
4490
 
4491
- #: includes/settings/class-cr-settings-trust-badges.php:125
4492
  msgid "Small Light Badge (with Store Rating)"
4493
  msgstr ""
4494
 
4495
- #: includes/settings/class-cr-settings-trust-badges.php:127
4496
  msgid "Shortcode and preview of the small light trust badge with store rating."
4497
  msgstr ""
4498
 
4499
- #: includes/settings/class-cr-settings-trust-badges.php:133
4500
  msgid "Small Dark Badge"
4501
  msgstr ""
4502
 
4503
- #: includes/settings/class-cr-settings-trust-badges.php:135
4504
  msgid "Shortcode and preview of the small dark trust badge."
4505
  msgstr ""
4506
 
4507
- #: includes/settings/class-cr-settings-trust-badges.php:141
4508
  msgid "Small Dark Badge (with Store Rating)"
4509
  msgstr ""
4510
 
4511
- #: includes/settings/class-cr-settings-trust-badges.php:143
4512
  msgid "Shortcode and preview of the small dark trust badge with store rating."
4513
  msgstr ""
4514
 
4515
- #: includes/settings/class-cr-settings-trust-badges.php:149
4516
  msgid "Wide Light Badge"
4517
  msgstr ""
4518
 
4519
- #: includes/settings/class-cr-settings-trust-badges.php:151
4520
  msgid ""
4521
  "Shortcode and preview of the wide light trust badge. The wide badge has a "
4522
  "version for small screens that will be automatically shown when a website is "
4523
  "viewed from phones."
4524
  msgstr ""
4525
 
4526
- #: includes/settings/class-cr-settings-trust-badges.php:157
4527
  msgid "Wide Light Badge (with Store Rating)"
4528
  msgstr ""
4529
 
4530
- #: includes/settings/class-cr-settings-trust-badges.php:159
4531
  msgid ""
4532
  "Shortcode and preview of the wide light trust badge with store rating. The "
4533
  "wide badge has a version for small screens that will be automatically shown "
4534
  "when a website is viewed from phones."
4535
  msgstr ""
4536
 
4537
- #: includes/settings/class-cr-settings-trust-badges.php:165
4538
  msgid "Wide Dark Badge"
4539
  msgstr ""
4540
 
4541
- #: includes/settings/class-cr-settings-trust-badges.php:167
4542
  msgid ""
4543
  "Shortcode and preview of the wide dark trust badge. The wide badge has a "
4544
  "version for small screens that will be automatically shown when a website is "
4545
  "viewed from phones."
4546
  msgstr ""
4547
 
4548
- #: includes/settings/class-cr-settings-trust-badges.php:173
4549
  msgid "Wide Dark Badge (with Store Rating)"
4550
  msgstr ""
4551
 
4552
- #: includes/settings/class-cr-settings-trust-badges.php:175
4553
  msgid ""
4554
  "Shortcode and preview of the wide dark trust badge with store rating. The "
4555
  "wide badge has a version for small screens that will be automatically shown "
4556
  "when a website is viewed from phones."
4557
  msgstr ""
4558
 
4559
- #: includes/settings/class-cr-settings-trust-badges.php:181
4560
  msgid "Compact Light Badge"
4561
  msgstr ""
4562
 
4563
- #: includes/settings/class-cr-settings-trust-badges.php:183
4564
  msgid "Shortcode and preview of the compact light trust badge."
4565
  msgstr ""
4566
 
4567
- #: includes/settings/class-cr-settings-trust-badges.php:189
4568
  msgid "Compact Dark Badge"
4569
  msgstr ""
4570
 
4571
- #: includes/settings/class-cr-settings-trust-badges.php:191
4572
  msgid "Shortcode and preview of the compact dark trust badge."
4573
  msgstr ""
4574
 
4575
- #: includes/settings/class-cr-settings-trust-badges.php:201
4576
  msgid "Floating Trust Badge"
4577
  msgstr ""
4578
 
4579
- #: includes/settings/class-cr-settings-trust-badges.php:203
4580
  msgid ""
4581
  "Settings to display a floating badge with a summary of verified reviews."
4582
  msgstr ""
4583
 
4584
- #: includes/settings/class-cr-settings-trust-badges.php:207
4585
  msgid "Floating Badge"
4586
  msgstr ""
4587
 
4588
- #: includes/settings/class-cr-settings-trust-badges.php:209
4589
  msgid ""
4590
  "Enable this checkbox to display a floating trust badge on public pages of "
4591
  "the website."
4592
  msgstr ""
4593
 
4594
- #: includes/settings/class-cr-settings-trust-badges.php:214
4595
  msgid "Floating Badge Style"
4596
  msgstr ""
4597
 
4598
- #: includes/settings/class-cr-settings-trust-badges.php:216
4599
  msgid "Choose one of the styles for the floating trust badge."
4600
  msgstr ""
4601
 
4602
- #: includes/settings/class-cr-settings-trust-badges.php:220 js/blocks.js:112
4603
  msgid "Light"
4604
  msgstr ""
4605
 
4606
- #: includes/settings/class-cr-settings-trust-badges.php:221 js/blocks.js:116
4607
  msgid "Dark"
4608
  msgstr ""
4609
 
4610
- #: includes/settings/class-cr-settings-trust-badges.php:226
4611
  msgid "Floating Badge Location"
4612
  msgstr ""
4613
 
4614
- #: includes/settings/class-cr-settings-trust-badges.php:228
4615
  msgid "Choose one of the locations for the floating trust badge."
4616
  msgstr ""
4617
 
4618
- #: includes/settings/class-cr-settings-trust-badges.php:232
4619
  msgid "Bottom right"
4620
  msgstr ""
4621
 
4622
- #: includes/settings/class-cr-settings-trust-badges.php:233
4623
  msgid "Bottom left"
4624
  msgstr ""
4625
 
4626
- #: includes/settings/class-cr-settings-trust-badges.php:318
4627
  msgid "color"
4628
  msgstr ""
4629
 
@@ -4694,48 +4708,56 @@ msgstr ""
4694
  msgid "Tags for Reviews"
4695
  msgstr ""
4696
 
4697
- #: includes/trust-badge/class-cr-trust-badge.php:201
4698
  msgid "Independently verified"
4699
  msgstr ""
4700
 
4701
- #: includes/trust-badge/class-cr-trust-badge.php:202
4702
  msgid "independently verified"
4703
  msgstr ""
4704
 
4705
- #: includes/trust-badge/class-cr-trust-badge.php:204
 
 
 
 
 
 
 
 
4706
  msgid "%s rating"
4707
  msgstr ""
4708
 
4709
- #: includes/trust-badge/class-cr-trust-badge.php:205
4710
  msgid "rating %s / 5"
4711
  msgstr ""
4712
 
4713
- #: includes/trust-badge/class-cr-trust-badge.php:206
4714
  msgid "%s store rating"
4715
  msgstr ""
4716
 
4717
- #: includes/trust-badge/class-cr-trust-badge.php:207
4718
  msgid "Store rating %s / 5"
4719
  msgstr ""
4720
 
4721
- #: includes/trust-badge/class-cr-trust-badge.php:208
4722
  msgid "store rating"
4723
  msgstr ""
4724
 
4725
- #: includes/trust-badge/class-cr-trust-badge.php:209
4726
  msgid "%s product rating"
4727
  msgstr ""
4728
 
4729
- #: includes/trust-badge/class-cr-trust-badge.php:210
4730
  msgid "Product rating %s / 5"
4731
  msgstr ""
4732
 
4733
- #: includes/trust-badge/class-cr-trust-badge.php:211
4734
  msgid "product rating"
4735
  msgstr ""
4736
 
4737
- #: includes/trust-badge/class-cr-trust-badge.php:212
4738
- #: includes/trust-badge/class-cr-trust-badge.php:213 templates/cr-rating.php:44
4739
  msgid "%s review"
4740
  msgid_plural "%s reviews"
4741
  msgstr[0] ""
@@ -4743,27 +4765,27 @@ msgstr[1] ""
4743
  msgstr[2] ""
4744
 
4745
  #: includes/trust-badge/class-cr-verified-reviews.php:58
4746
- msgid "Trust badges activation error: 'Verified Reviews Page' cannot be empty."
4747
  msgstr ""
4748
 
4749
  #: includes/trust-badge/class-cr-verified-reviews.php:89
4750
- msgid "Trust badges activation error #98. "
4751
  msgstr ""
4752
 
4753
  #: includes/trust-badge/class-cr-verified-reviews.php:94
4754
- msgid "Trust badges have been successfully activated."
4755
  msgstr ""
4756
 
4757
  #: includes/trust-badge/class-cr-verified-reviews.php:97
4758
  msgid ""
4759
- "Trust badges activation error: '%s' is already in use. Please enter a "
4760
  "different page name."
4761
  msgstr ""
4762
 
4763
  #: includes/trust-badge/class-cr-verified-reviews.php:100
4764
  msgid ""
4765
- "Trust badges activation error: page name contains unsupported symbols. Only "
4766
- "latin characters (a-z), numbers (0-9), and . symbol are allowed."
4767
  msgstr ""
4768
 
4769
  #: includes/trust-badge/class-cr-verified-reviews.php:103
@@ -4773,25 +4795,25 @@ msgid ""
4773
  msgstr ""
4774
 
4775
  #: includes/trust-badge/class-cr-verified-reviews.php:106
4776
- msgid "Trust badges activation error #99."
4777
  msgstr ""
4778
 
4779
  #: includes/trust-badge/class-cr-verified-reviews.php:142
4780
- msgid "Trust badges deactivation error #98. Please try again."
4781
  msgstr ""
4782
 
4783
  #: includes/trust-badge/class-cr-verified-reviews.php:149
4784
- msgid "Trust badges have been successfully deactivated."
4785
  msgstr ""
4786
 
4787
  #: includes/trust-badge/class-cr-verified-reviews.php:153
4788
  msgid ""
4789
- "Trust badges deactivation error: the page is blocked, please contact CusRev "
4790
- "support for assistance."
4791
  msgstr ""
4792
 
4793
  #: includes/trust-badge/class-cr-verified-reviews.php:157
4794
- msgid "Trust badges deactivation error #99."
4795
  msgstr ""
4796
 
4797
  #: ivole.php:135
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"
44
  msgid "This reply was originally posted on CR portal"
45
  msgstr ""
46
 
47
+ #: class-ivole.php:152
48
  msgid "View CusRev documentation"
49
  msgstr ""
50
 
51
+ #: class-ivole.php:152
52
  msgid "Docs"
53
  msgstr ""
54
 
55
+ #: class-ivole.php:153
56
  msgid "Visit community forums"
57
  msgstr ""
58
 
59
+ #: class-ivole.php:153
60
  msgid "Community support"
61
  msgstr ""
62
 
63
+ #: class-ivole.php:163
64
  msgid "View Customer Reviews settings"
65
  msgstr ""
66
 
67
+ #: class-ivole.php:163 includes/settings/class-cr-admin-menu-settings.php:60
68
  #: includes/settings/class-cr-admin-menu-settings.php:61
69
  msgid "Settings"
70
  msgstr ""
247
  msgid "Item 2 Test"
248
  msgstr ""
249
 
250
+ #: includes/emails/class-cr-email-func.php:264
251
  #: includes/reviews/class-cr-reviews-list-table.php:410
252
  msgid "Review"
253
  msgstr ""
384
  #: includes/reviews/class-cr-admin-menu-reviews.php:59
385
  #: includes/reviews/class-cr-admin-menu-reviews.php:60
386
  #: includes/settings/class-cr-admin-menu-settings.php:143
387
+ #: includes/settings/class-cr-settings-trust-badges.php:310
388
  msgid "Reviews"
389
  msgstr ""
390
 
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 "
2539
+ "%1$s icons for individual reviews on product pages of your store will be "
2540
+ "displayed. Each %2$s icon will contain a nofollow link to a verified copy of "
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.)"
2563
+ msgstr ""
2564
+
2565
  #: includes/settings/class-cr-settings-discount-tiers.php:37
2566
  msgid ""
2567
  "The option is not available with the coupon type selected for this discount "
2663
  msgstr ""
2664
 
2665
  #: includes/settings/class-cr-settings-discount-tiers.php:146
2666
+ #: includes/settings/class-cr-settings-review-reminder.php:367
2667
  msgid "Roles"
2668
  msgstr ""
2669
 
2874
  msgstr ""
2875
 
2876
  #: includes/settings/class-cr-settings-email-template.php:286
2877
+ msgid "\"Reply-To\" address"
2878
  msgstr ""
2879
 
2880
  #: includes/settings/class-cr-settings-email-template.php:301
3019
  "test email."
3020
  msgstr ""
3021
 
3022
+ #: includes/settings/class-cr-settings-email-template.php:536
3023
  msgid "Return to emails"
3024
  msgstr ""
3025
 
3026
+ #: includes/settings/class-cr-settings-email-template.php:559
3027
  msgid "Email template"
3028
  msgstr ""
3029
 
3030
+ #: includes/settings/class-cr-settings-email-template.php:567
3031
  msgid "Delete template file"
3032
  msgstr ""
3033
 
3034
  #. translators: %s: Path to template file
3035
+ #: includes/settings/class-cr-settings-email-template.php:573
3036
  msgid ""
3037
  "This template has been overridden by your theme and can be found in: %s."
3038
  msgstr ""
3039
 
3040
+ #: includes/settings/class-cr-settings-email-template.php:603
3041
  msgid "Copy file to theme"
3042
  msgstr ""
3043
 
3044
  #. translators: 1: Path to template file 2: Path to theme folder
3045
+ #: includes/settings/class-cr-settings-email-template.php:609
3046
  msgid ""
3047
  "To override and edit this email template copy %1$s to your theme folder: "
3048
  "%2$s."
3049
  msgstr ""
3050
 
3051
+ #: includes/settings/class-cr-settings-email-template.php:617
3052
  msgid "File was not found."
3053
  msgstr ""
3054
 
3055
+ #: includes/settings/class-cr-settings-email-template.php:639
3056
  msgid "View template"
3057
  msgstr ""
3058
 
3059
+ #: includes/settings/class-cr-settings-email-template.php:640
3060
  msgid "Hide template"
3061
  msgstr ""
3062
 
3063
+ #: includes/settings/class-cr-settings-email-template.php:654
3064
  msgid "Are you sure you want to delete this template file?"
3065
  msgstr ""
3066
 
3067
+ #: includes/settings/class-cr-settings-email-template.php:675
3068
+ #: includes/settings/class-cr-settings-email-template.php:681
3069
  msgid "'Email Body' field cannot be empty"
3070
  msgstr ""
3071
 
3072
+ #: includes/settings/class-cr-settings-email-template.php:695
3073
  msgid "Action failed. Please refresh the page and retry."
3074
  msgstr ""
3075
 
3076
+ #: includes/settings/class-cr-settings-email-template.php:699
3077
  msgid "You don&#8217;t have permission to do this."
3078
  msgstr ""
3079
 
3080
+ #: includes/settings/class-cr-settings-email-template.php:721
3081
  msgid "Template file copied to theme."
3082
  msgstr ""
3083
 
3084
+ #: includes/settings/class-cr-settings-email-template.php:733
3085
  msgid "Template file deleted from theme."
3086
  msgstr ""
3087
 
3089
  msgid "Emails"
3090
  msgstr ""
3091
 
3092
+ #: includes/settings/class-cr-settings-emails.php:76
3093
  msgid "Email Templates"
3094
  msgstr ""
3095
 
3096
+ #: includes/settings/class-cr-settings-emails.php:78
3097
  msgid ""
3098
  "Adjust templates of the emails that will be sent to customers. If you enable "
3099
  "<b>advanced</b> email templates in your account on the %1$sCusRev website"
3101
  "below."
3102
  msgstr ""
3103
 
3104
+ #: includes/settings/class-cr-settings-emails.php:109
3105
  msgid "Email"
3106
  msgstr ""
3107
 
3108
+ #: includes/settings/class-cr-settings-emails.php:110
3109
  msgid "Subject"
3110
  msgstr ""
3111
 
3112
+ #: includes/settings/class-cr-settings-emails.php:111
3113
  msgid "From"
3114
  msgstr ""
3115
 
3255
  msgstr ""
3256
 
3257
  #: includes/settings/class-cr-settings-review-discount.php:109
3258
+ #: includes/settings/class-cr-settings-review-reminder.php:494
3259
  msgid "Email Template"
3260
  msgstr ""
3261
 
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
3519
+ #: includes/settings/class-cr-settings-review-reminder.php:945
3520
+ #: includes/settings/class-cr-settings-review-reminder.php:946
3521
+ #: includes/settings/class-cr-settings-review-reminder.php:947
3522
+ #: includes/settings/class-cr-settings-review-reminder.php:948
3523
+ #: includes/settings/class-cr-settings-review-reminder.php:949
3524
  msgid "Checking license..."
3525
  msgstr ""
3526
 
3795
  "in this field."
3796
  msgstr ""
3797
 
3798
+ #: includes/settings/class-cr-settings-review-reminder.php:315
3799
  msgid "Order Status"
3800
  msgstr ""
3801
 
3802
+ #: includes/settings/class-cr-settings-review-reminder.php:317
3803
  msgid ""
3804
  "Review reminders will be sent N days after this order status. It is "
3805
  "recommended to use 'Completed' status."
3806
  msgstr ""
3807
 
3808
+ #: includes/settings/class-cr-settings-review-reminder.php:327
3809
  msgid "Enable for"
3810
  msgstr ""
3811
 
3812
+ #: includes/settings/class-cr-settings-review-reminder.php:329
3813
  msgid ""
3814
  "Define if reminders will be send for all or only specific categories of "
3815
  "products."
3816
  msgstr ""
3817
 
3818
+ #: includes/settings/class-cr-settings-review-reminder.php:336
3819
  msgid "All Categories"
3820
  msgstr ""
3821
 
3822
+ #: includes/settings/class-cr-settings-review-reminder.php:337
3823
  msgid "Specific Categories"
3824
  msgstr ""
3825
 
3826
+ #: includes/settings/class-cr-settings-review-reminder.php:342
3827
  msgid "Categories"
3828
  msgstr ""
3829
 
3830
+ #: includes/settings/class-cr-settings-review-reminder.php:344
3831
  msgid ""
3832
  "If reminders are enabled only for specific categories of products, this "
3833
  "field enables you to choose these categories."
3834
  msgstr ""
3835
 
3836
+ #: includes/settings/class-cr-settings-review-reminder.php:352
3837
  msgid "Enable for Roles"
3838
  msgstr ""
3839
 
3840
+ #: includes/settings/class-cr-settings-review-reminder.php:354
3841
  msgid ""
3842
  "Define if reminders will be send for all or only specific roles of users."
3843
  msgstr ""
3844
 
3845
+ #: includes/settings/class-cr-settings-review-reminder.php:361
3846
  msgid "All Roles"
3847
  msgstr ""
3848
 
3849
+ #: includes/settings/class-cr-settings-review-reminder.php:362
3850
  msgid "Specific Roles"
3851
  msgstr ""
3852
 
3853
+ #: includes/settings/class-cr-settings-review-reminder.php:369
3854
  msgid ""
3855
  "If reminders are enabled only for specific user roles, this field enables "
3856
  "you to choose these roles."
3857
  msgstr ""
3858
 
3859
+ #: includes/settings/class-cr-settings-review-reminder.php:377
3860
  msgid "Enable for Guests"
3861
  msgstr ""
3862
 
3863
+ #: includes/settings/class-cr-settings-review-reminder.php:378
3864
  msgid ""
3865
  "Enable sending of review reminders to customers who place orders without an "
3866
  "account (guest checkout). It is recommended to enable this checkbox, if you "
3867
  "allow customers to place orders without creating an account on your site."
3868
  msgstr ""
3869
 
3870
+ #: includes/settings/class-cr-settings-review-reminder.php:385
3871
  msgid "Reminders Scheduler"
3872
  msgstr ""
3873
 
3874
+ #: includes/settings/class-cr-settings-review-reminder.php:387
3875
  msgid ""
3876
  "Define which scheduler the plugin will use to schedule automatic review "
3877
  "reminders. The default option is to use WordPress Cron (WP-Cron) for "
3880
  "CR Cron is an external service that requires a license key (free or pro)."
3881
  msgstr ""
3882
 
3883
+ #: includes/settings/class-cr-settings-review-reminder.php:397
3884
  msgid "Enable Manual Reminders"
3885
  msgstr ""
3886
 
3887
+ #: includes/settings/class-cr-settings-review-reminder.php:398
3888
  msgid ""
3889
  "Enable manual sending of follow-up emails with a reminder to submit a "
3890
  "review. Manual reminders can be sent for completed orders from %1$sOrders"
3891
  "%2$s page after enabling this option."
3892
  msgstr ""
3893
 
3894
+ #: includes/settings/class-cr-settings-review-reminder.php:405
3895
  msgid "Limit Number of Reminders"
3896
  msgstr ""
3897
 
3898
+ #: includes/settings/class-cr-settings-review-reminder.php:406
3899
  msgid ""
3900
  "Enable this checkbox to make sure that no more than one review reminder is "
3901
  "sent for each order."
3902
  msgstr ""
3903
 
3904
+ #: includes/settings/class-cr-settings-review-reminder.php:413
3905
  msgid "Customer Consent"
3906
  msgstr ""
3907
 
3908
+ #: includes/settings/class-cr-settings-review-reminder.php:414
3909
  msgid ""
3910
  "If this option is enabled, customers will be asked to tick a checkbox on the "
3911
  "checkout page to indicate that they would like to receive an invitation to "
3912
  "review their order."
3913
  msgstr ""
3914
 
3915
+ #: includes/settings/class-cr-settings-review-reminder.php:420
3916
  msgid "Customer Consent Text"
3917
  msgstr ""
3918
 
3919
+ #: includes/settings/class-cr-settings-review-reminder.php:421
3920
  msgid ""
3921
  "Text of the message shown to customers next to the consent checkbox on the "
3922
  "checkout page."
3923
  msgstr ""
3924
 
3925
+ #: includes/settings/class-cr-settings-review-reminder.php:430
3926
  msgid "Registered Customers"
3927
  msgstr ""
3928
 
3929
+ #: includes/settings/class-cr-settings-review-reminder.php:431
3930
  msgid ""
3931
  "By default, review reminders are sent to billing emails provided by "
3932
  "customers during checkout. If you enable this option, the plugin will check "
3935
  "this option disabled."
3936
  msgstr ""
3937
 
3938
+ #: includes/settings/class-cr-settings-review-reminder.php:438
3939
  msgid "Moderation of Reviews"
3940
  msgstr ""
3941
 
3942
+ #: includes/settings/class-cr-settings-review-reminder.php:439
3943
  msgid ""
3944
  "Enable manual moderation of reviews submitted by your verified customers. "
3945
  "This setting applies only to reviews submitted in response to reminders sent "
3946
  "by this plugin."
3947
  msgstr ""
3948
 
3949
+ #: includes/settings/class-cr-settings-review-reminder.php:446
3950
  msgid "Exclude Free Products"
3951
  msgstr ""
3952
 
3953
+ #: includes/settings/class-cr-settings-review-reminder.php:447
3954
  msgid "Enable this checkbox to exclude free products from review invitations."
3955
  msgstr ""
3956
 
3957
+ #: includes/settings/class-cr-settings-review-reminder.php:454
3958
  msgid "Shop Name"
3959
  msgstr ""
3960
 
3961
+ #: includes/settings/class-cr-settings-review-reminder.php:456
3962
  msgid ""
3963
  "Specify your shop name that will be used in emails and review forms "
3964
  "generated by this plugin."
3965
  msgstr ""
3966
 
3967
+ #: includes/settings/class-cr-settings-review-reminder.php:471
3968
+ #: includes/settings/class-cr-settings-review-reminder.php:477
3969
  msgid "Language"
3970
  msgstr ""
3971
 
3972
+ #: includes/settings/class-cr-settings-review-reminder.php:479
3973
  msgid "Choose one of the available languages."
3974
  msgstr ""
3975
 
3976
+ #: includes/settings/class-cr-settings-review-reminder.php:496
3977
  msgid ""
3978
  "The email template of review reminders can be configured on the <a href=\"%s"
3979
  "\">Emails</a> tab."
3980
  msgstr ""
3981
 
3982
+ #: includes/settings/class-cr-settings-review-reminder.php:504
3983
  msgid ""
3984
  "Adjust template of the aggregated review forms that will be created and sent "
3985
  "to customers by CusRev. Modifications will be applied to the next review "
3988
  "b> the settings below."
3989
  msgstr ""
3990
 
3991
+ #: includes/settings/class-cr-settings-review-reminder.php:506
3992
  msgid ""
3993
  "Adjust template of the aggregated review forms that will be created and sent "
3994
  "to customers. Modifications will be applied to the next review form created "
3995
  "after saving settings."
3996
  msgstr ""
3997
 
3998
+ #: includes/settings/class-cr-settings-review-reminder.php:509
3999
  msgid "Review Form Template"
4000
  msgstr ""
4001
 
4002
+ #: includes/settings/class-cr-settings-review-reminder.php:515
4003
  msgid "Form Header"
4004
  msgstr ""
4005
 
4006
+ #: includes/settings/class-cr-settings-review-reminder.php:517
4007
  msgid "Header of the review form that will be sent to customers."
4008
  msgstr ""
4009
 
4010
+ #: includes/settings/class-cr-settings-review-reminder.php:524
4011
  msgid "Form Body"
4012
  msgstr ""
4013
 
4014
+ #: includes/settings/class-cr-settings-review-reminder.php:526
4015
  msgid "Body of the review form that will be sent to customers."
4016
  msgstr ""
4017
 
4018
+ #: includes/settings/class-cr-settings-review-reminder.php:534
4019
  msgid "Shop Rating"
4020
  msgstr ""
4021
 
4022
+ #: includes/settings/class-cr-settings-review-reminder.php:538
4023
  msgid ""
4024
  "Enable this option if you would like to include a separate question for a "
4025
  "general shop review in addition to questions for product reviews."
4026
  msgstr ""
4027
 
4028
+ #: includes/settings/class-cr-settings-review-reminder.php:541
4029
  msgid "Comment Required"
4030
  msgstr ""
4031
 
4032
+ #: includes/settings/class-cr-settings-review-reminder.php:545
4033
  msgid ""
4034
  "Enable this option if you would like to make it mandatory for your customers "
4035
  "to write something in their review. This option applies only to aggregated "
4036
  "review forms."
4037
  msgstr ""
4038
 
4039
+ #: includes/settings/class-cr-settings-review-reminder.php:548
4040
  msgid ""
4041
  "Enable attachment of pictures and videos on aggregated review forms. "
4042
  "Uploaded media files are initially stored on Amazon S3 and automatically "
4046
  "%2$s."
4047
  msgstr ""
4048
 
4049
+ #: includes/settings/class-cr-settings-review-reminder.php:550
4050
  msgid ""
4051
  "Enable attachment of pictures and videos on local aggregated review forms. "
4052
  "This option applies only to aggregated review forms. If you would like to "
4054
  "pages, this can be done %1$shere%2$s."
4055
  msgstr ""
4056
 
4057
+ #: includes/settings/class-cr-settings-review-reminder.php:553
4058
  msgid "Attach Media"
4059
  msgstr ""
4060
 
4061
+ #: includes/settings/class-cr-settings-review-reminder.php:563
4062
  msgid "Rating Bar"
4063
  msgstr ""
4064
 
4065
+ #: includes/settings/class-cr-settings-review-reminder.php:567
4066
  msgid "Visual style of rating bars on review forms."
4067
  msgstr ""
4068
 
4069
+ #: includes/settings/class-cr-settings-review-reminder.php:569
4070
  msgid "Smiley and frowny faces"
4071
  msgstr ""
4072
 
4073
+ #: includes/settings/class-cr-settings-review-reminder.php:570
4074
  #: blocks/src/reviews-grid/edit.js:234 js/blocks.js:946
4075
  msgid "Stars"
4076
  msgstr ""
4077
 
4078
+ #: includes/settings/class-cr-settings-review-reminder.php:575
4079
  msgid "Geolocation"
4080
  msgstr ""
4081
 
4082
+ #: includes/settings/class-cr-settings-review-reminder.php:579
4083
  msgid ""
4084
  "Enable geolocation on aggregated review forms. Customers will have an option "
4085
  "to indicate where they are from. For example, \"England, United Kingdom\"."
4086
  msgstr ""
4087
 
4088
+ #: includes/settings/class-cr-settings-review-reminder.php:580
4089
  msgid "Automatic geolocation on review forms."
4090
  msgstr ""
4091
 
4092
+ #: includes/settings/class-cr-settings-review-reminder.php:586
4093
  msgid "Form Color 1"
4094
  msgstr ""
4095
 
4096
+ #: includes/settings/class-cr-settings-review-reminder.php:590
4097
  msgid "Background color for heading of the form and product names."
4098
  msgstr ""
4099
 
4100
+ #: includes/settings/class-cr-settings-review-reminder.php:594
4101
  msgid "Form Color 2"
4102
  msgstr ""
4103
 
4104
+ #: includes/settings/class-cr-settings-review-reminder.php:598
4105
  msgid "Text color for product names."
4106
  msgstr ""
4107
 
4108
+ #: includes/settings/class-cr-settings-review-reminder.php:602
4109
  msgid "Form Color 3"
4110
  msgstr ""
4111
 
4112
+ #: includes/settings/class-cr-settings-review-reminder.php:606
4113
  msgid "Color of control elements (buttons, rating bars)."
4114
  msgstr ""
4115
 
4116
+ #: includes/settings/class-cr-settings-review-reminder.php:962
4117
  msgid ""
4118
  "While editing the footer text please make sure to keep the unsubscribe link "
4119
  "markup:"
4120
  msgstr ""
4121
 
4122
+ #: includes/settings/class-cr-settings-review-reminder.php:1031
4123
  msgid ""
4124
  "<strong>CR Cron could not be enabled because no license key was entered. A "
4125
  "license key (free or pro) is required to use CR Cron.</strong>"
4473
  "you should specify it here."
4474
  msgstr ""
4475
 
4476
+ #: includes/settings/class-cr-settings-trust-badges.php:45
4477
  #: includes/settings/class-cr-settings-trust-badges.php:83
 
4478
  msgid "Trust Badges"
4479
  msgstr ""
4480
 
4481
+ #: includes/settings/class-cr-settings-trust-badges.php:86
4482
  msgid ""
4483
+ "Increase your store's conversion rate by placing a \"trust badge\" on the "
4484
  "home, checkout or any other page(s). Let customers feel more confident about "
4485
  "shopping on your site by featuring a trust badge that shows a summary of "
4486
+ "customer reviews. Trust badges can be enabled using shortcodes or blocks in "
4487
+ "the page editor (blocks require WordPress 5.0 or newer)."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4488
  msgstr ""
4489
 
4490
+ #: includes/settings/class-cr-settings-trust-badges.php:88
 
 
 
 
4491
  msgid ""
4492
+ "If you enable <a href=\"%1$s\">verification of reviews</a> and claim a <a "
4493
+ "href=\"%2$s\">dedicated page</a> at CusRev.com website, trust badges will "
4494
+ "include a nofollow link to your page there."
4495
  msgstr ""
4496
 
4497
+ #: includes/settings/class-cr-settings-trust-badges.php:93
4498
  msgid "Small Light Badge"
4499
  msgstr ""
4500
 
4501
+ #: includes/settings/class-cr-settings-trust-badges.php:95
4502
  msgid "Shortcode and preview of the small light trust badge."
4503
  msgstr ""
4504
 
4505
+ #: includes/settings/class-cr-settings-trust-badges.php:101
4506
  msgid "Small Light Badge (with Store Rating)"
4507
  msgstr ""
4508
 
4509
+ #: includes/settings/class-cr-settings-trust-badges.php:103
4510
  msgid "Shortcode and preview of the small light trust badge with store rating."
4511
  msgstr ""
4512
 
4513
+ #: includes/settings/class-cr-settings-trust-badges.php:109
4514
  msgid "Small Dark Badge"
4515
  msgstr ""
4516
 
4517
+ #: includes/settings/class-cr-settings-trust-badges.php:111
4518
  msgid "Shortcode and preview of the small dark trust badge."
4519
  msgstr ""
4520
 
4521
+ #: includes/settings/class-cr-settings-trust-badges.php:117
4522
  msgid "Small Dark Badge (with Store Rating)"
4523
  msgstr ""
4524
 
4525
+ #: includes/settings/class-cr-settings-trust-badges.php:119
4526
  msgid "Shortcode and preview of the small dark trust badge with store rating."
4527
  msgstr ""
4528
 
4529
+ #: includes/settings/class-cr-settings-trust-badges.php:125
4530
  msgid "Wide Light Badge"
4531
  msgstr ""
4532
 
4533
+ #: includes/settings/class-cr-settings-trust-badges.php:127
4534
  msgid ""
4535
  "Shortcode and preview of the wide light trust badge. The wide badge has a "
4536
  "version for small screens that will be automatically shown when a website is "
4537
  "viewed from phones."
4538
  msgstr ""
4539
 
4540
+ #: includes/settings/class-cr-settings-trust-badges.php:133
4541
  msgid "Wide Light Badge (with Store Rating)"
4542
  msgstr ""
4543
 
4544
+ #: includes/settings/class-cr-settings-trust-badges.php:135
4545
  msgid ""
4546
  "Shortcode and preview of the wide light trust badge with store rating. The "
4547
  "wide badge has a version for small screens that will be automatically shown "
4548
  "when a website is viewed from phones."
4549
  msgstr ""
4550
 
4551
+ #: includes/settings/class-cr-settings-trust-badges.php:141
4552
  msgid "Wide Dark Badge"
4553
  msgstr ""
4554
 
4555
+ #: includes/settings/class-cr-settings-trust-badges.php:143
4556
  msgid ""
4557
  "Shortcode and preview of the wide dark trust badge. The wide badge has a "
4558
  "version for small screens that will be automatically shown when a website is "
4559
  "viewed from phones."
4560
  msgstr ""
4561
 
4562
+ #: includes/settings/class-cr-settings-trust-badges.php:149
4563
  msgid "Wide Dark Badge (with Store Rating)"
4564
  msgstr ""
4565
 
4566
+ #: includes/settings/class-cr-settings-trust-badges.php:151
4567
  msgid ""
4568
  "Shortcode and preview of the wide dark trust badge with store rating. The "
4569
  "wide badge has a version for small screens that will be automatically shown "
4570
  "when a website is viewed from phones."
4571
  msgstr ""
4572
 
4573
+ #: includes/settings/class-cr-settings-trust-badges.php:157
4574
  msgid "Compact Light Badge"
4575
  msgstr ""
4576
 
4577
+ #: includes/settings/class-cr-settings-trust-badges.php:159
4578
  msgid "Shortcode and preview of the compact light trust badge."
4579
  msgstr ""
4580
 
4581
+ #: includes/settings/class-cr-settings-trust-badges.php:165
4582
  msgid "Compact Dark Badge"
4583
  msgstr ""
4584
 
4585
+ #: includes/settings/class-cr-settings-trust-badges.php:167
4586
  msgid "Shortcode and preview of the compact dark trust badge."
4587
  msgstr ""
4588
 
4589
+ #: includes/settings/class-cr-settings-trust-badges.php:177
4590
  msgid "Floating Trust Badge"
4591
  msgstr ""
4592
 
4593
+ #: includes/settings/class-cr-settings-trust-badges.php:179
4594
  msgid ""
4595
  "Settings to display a floating badge with a summary of verified reviews."
4596
  msgstr ""
4597
 
4598
+ #: includes/settings/class-cr-settings-trust-badges.php:183
4599
  msgid "Floating Badge"
4600
  msgstr ""
4601
 
4602
+ #: includes/settings/class-cr-settings-trust-badges.php:185
4603
  msgid ""
4604
  "Enable this checkbox to display a floating trust badge on public pages of "
4605
  "the website."
4606
  msgstr ""
4607
 
4608
+ #: includes/settings/class-cr-settings-trust-badges.php:190
4609
  msgid "Floating Badge Style"
4610
  msgstr ""
4611
 
4612
+ #: includes/settings/class-cr-settings-trust-badges.php:192
4613
  msgid "Choose one of the styles for the floating trust badge."
4614
  msgstr ""
4615
 
4616
+ #: includes/settings/class-cr-settings-trust-badges.php:196 js/blocks.js:112
4617
  msgid "Light"
4618
  msgstr ""
4619
 
4620
+ #: includes/settings/class-cr-settings-trust-badges.php:197 js/blocks.js:116
4621
  msgid "Dark"
4622
  msgstr ""
4623
 
4624
+ #: includes/settings/class-cr-settings-trust-badges.php:202
4625
  msgid "Floating Badge Location"
4626
  msgstr ""
4627
 
4628
+ #: includes/settings/class-cr-settings-trust-badges.php:204
4629
  msgid "Choose one of the locations for the floating trust badge."
4630
  msgstr ""
4631
 
4632
+ #: includes/settings/class-cr-settings-trust-badges.php:208
4633
  msgid "Bottom right"
4634
  msgstr ""
4635
 
4636
+ #: includes/settings/class-cr-settings-trust-badges.php:209
4637
  msgid "Bottom left"
4638
  msgstr ""
4639
 
4640
+ #: includes/settings/class-cr-settings-trust-badges.php:294
4641
  msgid "color"
4642
  msgstr ""
4643
 
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] ""
4765
  msgstr[2] ""
4766
 
4767
  #: includes/trust-badge/class-cr-verified-reviews.php:58
4768
+ msgid "CusRev.com page activation error: 'Page URL' cannot be empty."
4769
  msgstr ""
4770
 
4771
  #: includes/trust-badge/class-cr-verified-reviews.php:89
4772
+ msgid "CusRev.com page activation error #98. "
4773
  msgstr ""
4774
 
4775
  #: includes/trust-badge/class-cr-verified-reviews.php:94
4776
+ msgid "CusRev.com page has been successfully enabled."
4777
  msgstr ""
4778
 
4779
  #: includes/trust-badge/class-cr-verified-reviews.php:97
4780
  msgid ""
4781
+ "CusRev.com page activation error: '%s' is already in use. Please enter a "
4782
  "different page name."
4783
  msgstr ""
4784
 
4785
  #: includes/trust-badge/class-cr-verified-reviews.php:100
4786
  msgid ""
4787
+ "CusRev.com page activation error: page URL contains unsupported symbols. "
4788
+ "Only latin characters (a-z), numbers (0-9), and . symbol are allowed."
4789
  msgstr ""
4790
 
4791
  #: includes/trust-badge/class-cr-verified-reviews.php:103
4795
  msgstr ""
4796
 
4797
  #: includes/trust-badge/class-cr-verified-reviews.php:106
4798
+ msgid "CusRev.com page activation error #99."
4799
  msgstr ""
4800
 
4801
  #: includes/trust-badge/class-cr-verified-reviews.php:142
4802
+ msgid "CusRev.com page deactivation error #98. Please try again."
4803
  msgstr ""
4804
 
4805
  #: includes/trust-badge/class-cr-verified-reviews.php:149
4806
+ msgid "CusRev.com page has been successfully disabled."
4807
  msgstr ""
4808
 
4809
  #: includes/trust-badge/class-cr-verified-reviews.php:153
4810
  msgid ""
4811
+ "CusRev.com page deactivation error: the page is blocked, please contact "
4812
+ "CusRev support for assistance."
4813
  msgstr ""
4814
 
4815
  #: includes/trust-badge/class-cr-verified-reviews.php:157
4816
+ msgid "CusRev.com page deactivation error #99."
4817
  msgstr ""
4818
 
4819
  #: ivole.php:135
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-10-28T14:21:16+00:00\n"
10
  "PO-Revision-Date: 2019-05-05 22:38+0100\n"
11
  "Last-Translator: \n"
12
  "Language-Team: \n"
@@ -44,27 +44,27 @@ msgstr ""
44
  msgid "This reply was originally posted on CR portal"
45
  msgstr ""
46
 
47
- #: class-ivole.php:150
48
  msgid "View CusRev documentation"
49
  msgstr ""
50
 
51
- #: class-ivole.php:150
52
  msgid "Docs"
53
  msgstr ""
54
 
55
- #: class-ivole.php:151
56
  msgid "Visit community forums"
57
  msgstr ""
58
 
59
- #: class-ivole.php:151
60
  msgid "Community support"
61
  msgstr ""
62
 
63
- #: class-ivole.php:161
64
  msgid "View Customer Reviews settings"
65
  msgstr ""
66
 
67
- #: class-ivole.php:161 includes/settings/class-cr-admin-menu-settings.php:60
68
  #: includes/settings/class-cr-admin-menu-settings.php:61
69
  msgid "Settings"
70
  msgstr ""
@@ -247,7 +247,7 @@ msgstr ""
247
  msgid "Item 2 Test"
248
  msgstr ""
249
 
250
- #: includes/emails/class-cr-email-func.php:263
251
  #: includes/reviews/class-cr-reviews-list-table.php:410
252
  msgid "Review"
253
  msgstr ""
@@ -384,7 +384,7 @@ msgstr ""
384
  #: includes/reviews/class-cr-admin-menu-reviews.php:59
385
  #: includes/reviews/class-cr-admin-menu-reviews.php:60
386
  #: includes/settings/class-cr-admin-menu-settings.php:143
387
- #: includes/settings/class-cr-settings-trust-badges.php:336
388
  msgid "Reviews"
389
  msgstr ""
390
 
@@ -2521,6 +2521,49 @@ msgid ""
2521
  "settings</a>."
2522
  msgstr ""
2523
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2524
  #: includes/settings/class-cr-settings-discount-tiers.php:37
2525
  msgid ""
2526
  "The option is not available with the coupon type selected for this discount "
@@ -2622,7 +2665,7 @@ msgid "Specific roles"
2622
  msgstr ""
2623
 
2624
  #: includes/settings/class-cr-settings-discount-tiers.php:146
2625
- #: includes/settings/class-cr-settings-review-reminder.php:362
2626
  msgid "Roles"
2627
  msgstr ""
2628
 
@@ -2833,7 +2876,7 @@ msgid ""
2833
  msgstr ""
2834
 
2835
  #: includes/settings/class-cr-settings-email-template.php:286
2836
- msgid "\"Reply-To\" Address"
2837
  msgstr ""
2838
 
2839
  #: includes/settings/class-cr-settings-email-template.php:301
@@ -2978,69 +3021,69 @@ msgid ""
2978
  "test email."
2979
  msgstr ""
2980
 
2981
- #: includes/settings/class-cr-settings-email-template.php:533
2982
  msgid "Return to emails"
2983
  msgstr ""
2984
 
2985
- #: includes/settings/class-cr-settings-email-template.php:552
2986
  msgid "Email template"
2987
  msgstr ""
2988
 
2989
- #: includes/settings/class-cr-settings-email-template.php:560
2990
  msgid "Delete template file"
2991
  msgstr ""
2992
 
2993
  #. translators: %s: Path to template file
2994
- #: includes/settings/class-cr-settings-email-template.php:566
2995
  msgid ""
2996
  "This template has been overridden by your theme and can be found in: %s."
2997
  msgstr ""
2998
 
2999
- #: includes/settings/class-cr-settings-email-template.php:596
3000
  msgid "Copy file to theme"
3001
  msgstr ""
3002
 
3003
  #. translators: 1: Path to template file 2: Path to theme folder
3004
- #: includes/settings/class-cr-settings-email-template.php:602
3005
  msgid ""
3006
  "To override and edit this email template copy %1$s to your theme folder: "
3007
  "%2$s."
3008
  msgstr ""
3009
 
3010
- #: includes/settings/class-cr-settings-email-template.php:610
3011
  msgid "File was not found."
3012
  msgstr ""
3013
 
3014
- #: includes/settings/class-cr-settings-email-template.php:632
3015
  msgid "View template"
3016
  msgstr ""
3017
 
3018
- #: includes/settings/class-cr-settings-email-template.php:633
3019
  msgid "Hide template"
3020
  msgstr ""
3021
 
3022
- #: includes/settings/class-cr-settings-email-template.php:647
3023
  msgid "Are you sure you want to delete this template file?"
3024
  msgstr ""
3025
 
3026
- #: includes/settings/class-cr-settings-email-template.php:668
3027
- #: includes/settings/class-cr-settings-email-template.php:674
3028
  msgid "'Email Body' field cannot be empty"
3029
  msgstr ""
3030
 
3031
- #: includes/settings/class-cr-settings-email-template.php:688
3032
  msgid "Action failed. Please refresh the page and retry."
3033
  msgstr ""
3034
 
3035
- #: includes/settings/class-cr-settings-email-template.php:692
3036
  msgid "You don&#8217;t have permission to do this."
3037
  msgstr ""
3038
 
3039
- #: includes/settings/class-cr-settings-email-template.php:714
3040
  msgid "Template file copied to theme."
3041
  msgstr ""
3042
 
3043
- #: includes/settings/class-cr-settings-email-template.php:726
3044
  msgid "Template file deleted from theme."
3045
  msgstr ""
3046
 
@@ -3048,11 +3091,11 @@ msgstr ""
3048
  msgid "Emails"
3049
  msgstr ""
3050
 
3051
- #: includes/settings/class-cr-settings-emails.php:69
3052
  msgid "Email Templates"
3053
  msgstr ""
3054
 
3055
- #: includes/settings/class-cr-settings-emails.php:71
3056
  msgid ""
3057
  "Adjust templates of the emails that will be sent to customers. If you enable "
3058
  "<b>advanced</b> email templates in your account on the %1$sCusRev website"
@@ -3060,15 +3103,15 @@ msgid ""
3060
  "below."
3061
  msgstr ""
3062
 
3063
- #: includes/settings/class-cr-settings-emails.php:102
3064
  msgid "Email"
3065
  msgstr ""
3066
 
3067
- #: includes/settings/class-cr-settings-emails.php:103
3068
  msgid "Subject"
3069
  msgstr ""
3070
 
3071
- #: includes/settings/class-cr-settings-emails.php:104
3072
  msgid "From"
3073
  msgstr ""
3074
 
@@ -3214,7 +3257,7 @@ msgid "Reply-To Address"
3214
  msgstr ""
3215
 
3216
  #: includes/settings/class-cr-settings-review-discount.php:109
3217
- #: includes/settings/class-cr-settings-review-reminder.php:480
3218
  msgid "Email Template"
3219
  msgstr ""
3220
 
@@ -3475,11 +3518,11 @@ msgstr ""
3475
  #: includes/settings/class-cr-settings-review-reminder.php:89
3476
  #: includes/settings/class-cr-settings-review-reminder.php:94
3477
  #: includes/settings/class-cr-settings-review-reminder.php:99
3478
- #: includes/settings/class-cr-settings-review-reminder.php:931
3479
- #: includes/settings/class-cr-settings-review-reminder.php:932
3480
- #: includes/settings/class-cr-settings-review-reminder.php:933
3481
- #: includes/settings/class-cr-settings-review-reminder.php:934
3482
- #: includes/settings/class-cr-settings-review-reminder.php:935
3483
  msgid "Checking license..."
3484
  msgstr ""
3485
 
@@ -3754,83 +3797,83 @@ msgid ""
3754
  "in this field."
3755
  msgstr ""
3756
 
3757
- #: includes/settings/class-cr-settings-review-reminder.php:314
3758
  msgid "Order Status"
3759
  msgstr ""
3760
 
3761
- #: includes/settings/class-cr-settings-review-reminder.php:316
3762
  msgid ""
3763
  "Review reminders will be sent N days after this order status. It is "
3764
  "recommended to use 'Completed' status."
3765
  msgstr ""
3766
 
3767
- #: includes/settings/class-cr-settings-review-reminder.php:325
3768
  msgid "Enable for"
3769
  msgstr ""
3770
 
3771
- #: includes/settings/class-cr-settings-review-reminder.php:327
3772
  msgid ""
3773
  "Define if reminders will be send for all or only specific categories of "
3774
  "products."
3775
  msgstr ""
3776
 
3777
- #: includes/settings/class-cr-settings-review-reminder.php:334
3778
  msgid "All Categories"
3779
  msgstr ""
3780
 
3781
- #: includes/settings/class-cr-settings-review-reminder.php:335
3782
  msgid "Specific Categories"
3783
  msgstr ""
3784
 
3785
- #: includes/settings/class-cr-settings-review-reminder.php:339
3786
  msgid "Categories"
3787
  msgstr ""
3788
 
3789
- #: includes/settings/class-cr-settings-review-reminder.php:341
3790
  msgid ""
3791
  "If reminders are enabled only for specific categories of products, this "
3792
  "field enables you to choose these categories."
3793
  msgstr ""
3794
 
3795
- #: includes/settings/class-cr-settings-review-reminder.php:348
3796
  msgid "Enable for Roles"
3797
  msgstr ""
3798
 
3799
- #: includes/settings/class-cr-settings-review-reminder.php:350
3800
  msgid ""
3801
  "Define if reminders will be send for all or only specific roles of users."
3802
  msgstr ""
3803
 
3804
- #: includes/settings/class-cr-settings-review-reminder.php:357
3805
  msgid "All Roles"
3806
  msgstr ""
3807
 
3808
- #: includes/settings/class-cr-settings-review-reminder.php:358
3809
  msgid "Specific Roles"
3810
  msgstr ""
3811
 
3812
- #: includes/settings/class-cr-settings-review-reminder.php:364
3813
  msgid ""
3814
  "If reminders are enabled only for specific user roles, this field enables "
3815
  "you to choose these roles."
3816
  msgstr ""
3817
 
3818
- #: includes/settings/class-cr-settings-review-reminder.php:371
3819
  msgid "Enable for Guests"
3820
  msgstr ""
3821
 
3822
- #: includes/settings/class-cr-settings-review-reminder.php:372
3823
  msgid ""
3824
  "Enable sending of review reminders to customers who place orders without an "
3825
  "account (guest checkout). It is recommended to enable this checkbox, if you "
3826
  "allow customers to place orders without creating an account on your site."
3827
  msgstr ""
3828
 
3829
- #: includes/settings/class-cr-settings-review-reminder.php:378
3830
  msgid "Reminders Scheduler"
3831
  msgstr ""
3832
 
3833
- #: includes/settings/class-cr-settings-review-reminder.php:380
3834
  msgid ""
3835
  "Define which scheduler the plugin will use to schedule automatic review "
3836
  "reminders. The default option is to use WordPress Cron (WP-Cron) for "
@@ -3839,53 +3882,53 @@ msgid ""
3839
  "CR Cron is an external service that requires a license key (free or pro)."
3840
  msgstr ""
3841
 
3842
- #: includes/settings/class-cr-settings-review-reminder.php:389
3843
  msgid "Enable Manual Reminders"
3844
  msgstr ""
3845
 
3846
- #: includes/settings/class-cr-settings-review-reminder.php:390
3847
  msgid ""
3848
  "Enable manual sending of follow-up emails with a reminder to submit a "
3849
  "review. Manual reminders can be sent for completed orders from %1$sOrders"
3850
  "%2$s page after enabling this option."
3851
  msgstr ""
3852
 
3853
- #: includes/settings/class-cr-settings-review-reminder.php:396
3854
  msgid "Limit Number of Reminders"
3855
  msgstr ""
3856
 
3857
- #: includes/settings/class-cr-settings-review-reminder.php:397
3858
  msgid ""
3859
  "Enable this checkbox to make sure that no more than one review reminder is "
3860
  "sent for each order."
3861
  msgstr ""
3862
 
3863
- #: includes/settings/class-cr-settings-review-reminder.php:403
3864
  msgid "Customer Consent"
3865
  msgstr ""
3866
 
3867
- #: includes/settings/class-cr-settings-review-reminder.php:404
3868
  msgid ""
3869
  "If this option is enabled, customers will be asked to tick a checkbox on the "
3870
  "checkout page to indicate that they would like to receive an invitation to "
3871
  "review their order."
3872
  msgstr ""
3873
 
3874
- #: includes/settings/class-cr-settings-review-reminder.php:410
3875
  msgid "Customer Consent Text"
3876
  msgstr ""
3877
 
3878
- #: includes/settings/class-cr-settings-review-reminder.php:411
3879
  msgid ""
3880
  "Text of the message shown to customers next to the consent checkbox on the "
3881
  "checkout page."
3882
  msgstr ""
3883
 
3884
- #: includes/settings/class-cr-settings-review-reminder.php:420
3885
  msgid "Registered Customers"
3886
  msgstr ""
3887
 
3888
- #: includes/settings/class-cr-settings-review-reminder.php:421
3889
  msgid ""
3890
  "By default, review reminders are sent to billing emails provided by "
3891
  "customers during checkout. If you enable this option, the plugin will check "
@@ -3894,51 +3937,51 @@ msgid ""
3894
  "this option disabled."
3895
  msgstr ""
3896
 
3897
- #: includes/settings/class-cr-settings-review-reminder.php:427
3898
  msgid "Moderation of Reviews"
3899
  msgstr ""
3900
 
3901
- #: includes/settings/class-cr-settings-review-reminder.php:428
3902
  msgid ""
3903
  "Enable manual moderation of reviews submitted by your verified customers. "
3904
  "This setting applies only to reviews submitted in response to reminders sent "
3905
  "by this plugin."
3906
  msgstr ""
3907
 
3908
- #: includes/settings/class-cr-settings-review-reminder.php:434
3909
  msgid "Exclude Free Products"
3910
  msgstr ""
3911
 
3912
- #: includes/settings/class-cr-settings-review-reminder.php:435
3913
  msgid "Enable this checkbox to exclude free products from review invitations."
3914
  msgstr ""
3915
 
3916
- #: includes/settings/class-cr-settings-review-reminder.php:441
3917
  msgid "Shop Name"
3918
  msgstr ""
3919
 
3920
- #: includes/settings/class-cr-settings-review-reminder.php:443
3921
  msgid ""
3922
  "Specify your shop name that will be used in emails and review forms "
3923
  "generated by this plugin."
3924
  msgstr ""
3925
 
3926
- #: includes/settings/class-cr-settings-review-reminder.php:458
3927
- #: includes/settings/class-cr-settings-review-reminder.php:464
3928
  msgid "Language"
3929
  msgstr ""
3930
 
3931
- #: includes/settings/class-cr-settings-review-reminder.php:466
3932
  msgid "Choose one of the available languages."
3933
  msgstr ""
3934
 
3935
- #: includes/settings/class-cr-settings-review-reminder.php:482
3936
  msgid ""
3937
  "The email template of review reminders can be configured on the <a href=\"%s"
3938
  "\">Emails</a> tab."
3939
  msgstr ""
3940
 
3941
- #: includes/settings/class-cr-settings-review-reminder.php:490
3942
  msgid ""
3943
  "Adjust template of the aggregated review forms that will be created and sent "
3944
  "to customers by CusRev. Modifications will be applied to the next review "
@@ -3947,55 +3990,55 @@ msgid ""
3947
  "b> the settings below."
3948
  msgstr ""
3949
 
3950
- #: includes/settings/class-cr-settings-review-reminder.php:492
3951
  msgid ""
3952
  "Adjust template of the aggregated review forms that will be created and sent "
3953
  "to customers. Modifications will be applied to the next review form created "
3954
  "after saving settings."
3955
  msgstr ""
3956
 
3957
- #: includes/settings/class-cr-settings-review-reminder.php:495
3958
  msgid "Review Form Template"
3959
  msgstr ""
3960
 
3961
- #: includes/settings/class-cr-settings-review-reminder.php:501
3962
  msgid "Form Header"
3963
  msgstr ""
3964
 
3965
- #: includes/settings/class-cr-settings-review-reminder.php:503
3966
  msgid "Header of the review form that will be sent to customers."
3967
  msgstr ""
3968
 
3969
- #: includes/settings/class-cr-settings-review-reminder.php:510
3970
  msgid "Form Body"
3971
  msgstr ""
3972
 
3973
- #: includes/settings/class-cr-settings-review-reminder.php:512
3974
  msgid "Body of the review form that will be sent to customers."
3975
  msgstr ""
3976
 
3977
- #: includes/settings/class-cr-settings-review-reminder.php:520
3978
  msgid "Shop Rating"
3979
  msgstr ""
3980
 
3981
- #: includes/settings/class-cr-settings-review-reminder.php:524
3982
  msgid ""
3983
  "Enable this option if you would like to include a separate question for a "
3984
  "general shop review in addition to questions for product reviews."
3985
  msgstr ""
3986
 
3987
- #: includes/settings/class-cr-settings-review-reminder.php:527
3988
  msgid "Comment Required"
3989
  msgstr ""
3990
 
3991
- #: includes/settings/class-cr-settings-review-reminder.php:531
3992
  msgid ""
3993
  "Enable this option if you would like to make it mandatory for your customers "
3994
  "to write something in their review. This option applies only to aggregated "
3995
  "review forms."
3996
  msgstr ""
3997
 
3998
- #: includes/settings/class-cr-settings-review-reminder.php:534
3999
  msgid ""
4000
  "Enable attachment of pictures and videos on aggregated review forms. "
4001
  "Uploaded media files are initially stored on Amazon S3 and automatically "
@@ -4005,7 +4048,7 @@ msgid ""
4005
  "%2$s."
4006
  msgstr ""
4007
 
4008
- #: includes/settings/class-cr-settings-review-reminder.php:536
4009
  msgid ""
4010
  "Enable attachment of pictures and videos on local aggregated review forms. "
4011
  "This option applies only to aggregated review forms. If you would like to "
@@ -4013,72 +4056,72 @@ msgid ""
4013
  "pages, this can be done %1$shere%2$s."
4014
  msgstr ""
4015
 
4016
- #: includes/settings/class-cr-settings-review-reminder.php:539
4017
  msgid "Attach Media"
4018
  msgstr ""
4019
 
4020
- #: includes/settings/class-cr-settings-review-reminder.php:549
4021
  msgid "Rating Bar"
4022
  msgstr ""
4023
 
4024
- #: includes/settings/class-cr-settings-review-reminder.php:553
4025
  msgid "Visual style of rating bars on review forms."
4026
  msgstr ""
4027
 
4028
- #: includes/settings/class-cr-settings-review-reminder.php:555
4029
  msgid "Smiley and frowny faces"
4030
  msgstr ""
4031
 
4032
- #: includes/settings/class-cr-settings-review-reminder.php:556
4033
  #: blocks/src/reviews-grid/edit.js:234 js/blocks.js:946
4034
  msgid "Stars"
4035
  msgstr ""
4036
 
4037
- #: includes/settings/class-cr-settings-review-reminder.php:561
4038
  msgid "Geolocation"
4039
  msgstr ""
4040
 
4041
- #: includes/settings/class-cr-settings-review-reminder.php:565
4042
  msgid ""
4043
  "Enable geolocation on aggregated review forms. Customers will have an option "
4044
  "to indicate where they are from. For example, \"England, United Kingdom\"."
4045
  msgstr ""
4046
 
4047
- #: includes/settings/class-cr-settings-review-reminder.php:566
4048
  msgid "Automatic geolocation on review forms."
4049
  msgstr ""
4050
 
4051
- #: includes/settings/class-cr-settings-review-reminder.php:572
4052
  msgid "Form Color 1"
4053
  msgstr ""
4054
 
4055
- #: includes/settings/class-cr-settings-review-reminder.php:576
4056
  msgid "Background color for heading of the form and product names."
4057
  msgstr ""
4058
 
4059
- #: includes/settings/class-cr-settings-review-reminder.php:580
4060
  msgid "Form Color 2"
4061
  msgstr ""
4062
 
4063
- #: includes/settings/class-cr-settings-review-reminder.php:584
4064
  msgid "Text color for product names."
4065
  msgstr ""
4066
 
4067
- #: includes/settings/class-cr-settings-review-reminder.php:588
4068
  msgid "Form Color 3"
4069
  msgstr ""
4070
 
4071
- #: includes/settings/class-cr-settings-review-reminder.php:592
4072
  msgid "Color of control elements (buttons, rating bars)."
4073
  msgstr ""
4074
 
4075
- #: includes/settings/class-cr-settings-review-reminder.php:948
4076
  msgid ""
4077
  "While editing the footer text please make sure to keep the unsubscribe link "
4078
  "markup:"
4079
  msgstr ""
4080
 
4081
- #: includes/settings/class-cr-settings-review-reminder.php:1017
4082
  msgid ""
4083
  "<strong>CR Cron could not be enabled because no license key was entered. A "
4084
  "license key (free or pro) is required to use CR Cron.</strong>"
@@ -4432,200 +4475,171 @@ msgid ""
4432
  "you should specify it here."
4433
  msgstr ""
4434
 
4435
- #: includes/settings/class-cr-settings-trust-badges.php:50
4436
  #: includes/settings/class-cr-settings-trust-badges.php:83
4437
- #: includes/settings/class-cr-settings-trust-badges.php:89
4438
  msgid "Trust Badges"
4439
  msgstr ""
4440
 
4441
- #: includes/settings/class-cr-settings-trust-badges.php:85
4442
  msgid ""
4443
- "<p>Increase your store's conversion rate by placing a \"trust badge\" on the "
4444
  "home, checkout or any other page(s). Let customers feel more confident about "
4445
  "shopping on your site by featuring a trust badge that shows a summary of "
4446
- "verified customer reviews. Trust badges can be enabled using shortcodes or "
4447
- "blocks in the page editor (blocks require WordPress 5.0 or newer).</"
4448
- "p><p>Reviews are considered to be verified when they are collected via an "
4449
- "independent third-party website (www.cusrev.com) integrated with this "
4450
- "plugin. Reviews submitted directly on your site cannot be considered as "
4451
- "verified. Each trust badge contains a nofollow link to a dedicated page at "
4452
- "<b>www.cusrev.com</b> with all verified reviews for your store. You can "
4453
- "configure URL of the page with verified reviews for your store below.</p>"
4454
- msgstr ""
4455
-
4456
- #: includes/settings/class-cr-settings-trust-badges.php:90
4457
- msgid ""
4458
- "Enable this option to display trust badges and additional %1$s icons for "
4459
- "individual reviews on product pages in your store. Each %2$s icon will "
4460
- "contain a nofollow link to a verified copy of the review on <strong>www."
4461
- "cusrev.com</strong>."
4462
- msgstr ""
4463
-
4464
- #: includes/settings/class-cr-settings-trust-badges.php:97
4465
- msgid "Verified Reviews Page"
4466
- msgstr ""
4467
-
4468
- #: includes/settings/class-cr-settings-trust-badges.php:98
4469
- msgid ""
4470
- "Specify name of the page with verified reviews. This will be a base URL for "
4471
- "reviews related to your shop. You can use alphanumeric symbols and '.' in "
4472
- "the name of the page."
4473
  msgstr ""
4474
 
4475
- #: includes/settings/class-cr-settings-trust-badges.php:106
4476
- msgid "Age Restriction"
4477
- msgstr ""
4478
-
4479
- #: includes/settings/class-cr-settings-trust-badges.php:107
4480
  msgid ""
4481
- "Enable this option if your store sells age-restricted products (e.g., adult "
4482
- "content, alcohol, etc.)"
 
4483
  msgstr ""
4484
 
4485
- #: includes/settings/class-cr-settings-trust-badges.php:117
4486
  msgid "Small Light Badge"
4487
  msgstr ""
4488
 
4489
- #: includes/settings/class-cr-settings-trust-badges.php:119
4490
  msgid "Shortcode and preview of the small light trust badge."
4491
  msgstr ""
4492
 
4493
- #: includes/settings/class-cr-settings-trust-badges.php:125
4494
  msgid "Small Light Badge (with Store Rating)"
4495
  msgstr ""
4496
 
4497
- #: includes/settings/class-cr-settings-trust-badges.php:127
4498
  msgid "Shortcode and preview of the small light trust badge with store rating."
4499
  msgstr ""
4500
 
4501
- #: includes/settings/class-cr-settings-trust-badges.php:133
4502
  msgid "Small Dark Badge"
4503
  msgstr ""
4504
 
4505
- #: includes/settings/class-cr-settings-trust-badges.php:135
4506
  msgid "Shortcode and preview of the small dark trust badge."
4507
  msgstr ""
4508
 
4509
- #: includes/settings/class-cr-settings-trust-badges.php:141
4510
  msgid "Small Dark Badge (with Store Rating)"
4511
  msgstr ""
4512
 
4513
- #: includes/settings/class-cr-settings-trust-badges.php:143
4514
  msgid "Shortcode and preview of the small dark trust badge with store rating."
4515
  msgstr ""
4516
 
4517
- #: includes/settings/class-cr-settings-trust-badges.php:149
4518
  msgid "Wide Light Badge"
4519
  msgstr ""
4520
 
4521
- #: includes/settings/class-cr-settings-trust-badges.php:151
4522
  msgid ""
4523
  "Shortcode and preview of the wide light trust badge. The wide badge has a "
4524
  "version for small screens that will be automatically shown when a website is "
4525
  "viewed from phones."
4526
  msgstr ""
4527
 
4528
- #: includes/settings/class-cr-settings-trust-badges.php:157
4529
  msgid "Wide Light Badge (with Store Rating)"
4530
  msgstr ""
4531
 
4532
- #: includes/settings/class-cr-settings-trust-badges.php:159
4533
  msgid ""
4534
  "Shortcode and preview of the wide light trust badge with store rating. The "
4535
  "wide badge has a version for small screens that will be automatically shown "
4536
  "when a website is viewed from phones."
4537
  msgstr ""
4538
 
4539
- #: includes/settings/class-cr-settings-trust-badges.php:165
4540
  msgid "Wide Dark Badge"
4541
  msgstr ""
4542
 
4543
- #: includes/settings/class-cr-settings-trust-badges.php:167
4544
  msgid ""
4545
  "Shortcode and preview of the wide dark trust badge. The wide badge has a "
4546
  "version for small screens that will be automatically shown when a website is "
4547
  "viewed from phones."
4548
  msgstr ""
4549
 
4550
- #: includes/settings/class-cr-settings-trust-badges.php:173
4551
  msgid "Wide Dark Badge (with Store Rating)"
4552
  msgstr ""
4553
 
4554
- #: includes/settings/class-cr-settings-trust-badges.php:175
4555
  msgid ""
4556
  "Shortcode and preview of the wide dark trust badge with store rating. The "
4557
  "wide badge has a version for small screens that will be automatically shown "
4558
  "when a website is viewed from phones."
4559
  msgstr ""
4560
 
4561
- #: includes/settings/class-cr-settings-trust-badges.php:181
4562
  msgid "Compact Light Badge"
4563
  msgstr ""
4564
 
4565
- #: includes/settings/class-cr-settings-trust-badges.php:183
4566
  msgid "Shortcode and preview of the compact light trust badge."
4567
  msgstr ""
4568
 
4569
- #: includes/settings/class-cr-settings-trust-badges.php:189
4570
  msgid "Compact Dark Badge"
4571
  msgstr ""
4572
 
4573
- #: includes/settings/class-cr-settings-trust-badges.php:191
4574
  msgid "Shortcode and preview of the compact dark trust badge."
4575
  msgstr ""
4576
 
4577
- #: includes/settings/class-cr-settings-trust-badges.php:201
4578
  msgid "Floating Trust Badge"
4579
  msgstr ""
4580
 
4581
- #: includes/settings/class-cr-settings-trust-badges.php:203
4582
  msgid ""
4583
  "Settings to display a floating badge with a summary of verified reviews."
4584
  msgstr ""
4585
 
4586
- #: includes/settings/class-cr-settings-trust-badges.php:207
4587
  msgid "Floating Badge"
4588
  msgstr ""
4589
 
4590
- #: includes/settings/class-cr-settings-trust-badges.php:209
4591
  msgid ""
4592
  "Enable this checkbox to display a floating trust badge on public pages of "
4593
  "the website."
4594
  msgstr ""
4595
 
4596
- #: includes/settings/class-cr-settings-trust-badges.php:214
4597
  msgid "Floating Badge Style"
4598
  msgstr ""
4599
 
4600
- #: includes/settings/class-cr-settings-trust-badges.php:216
4601
  msgid "Choose one of the styles for the floating trust badge."
4602
  msgstr ""
4603
 
4604
- #: includes/settings/class-cr-settings-trust-badges.php:220 js/blocks.js:112
4605
  msgid "Light"
4606
  msgstr ""
4607
 
4608
- #: includes/settings/class-cr-settings-trust-badges.php:221 js/blocks.js:116
4609
  msgid "Dark"
4610
  msgstr ""
4611
 
4612
- #: includes/settings/class-cr-settings-trust-badges.php:226
4613
  msgid "Floating Badge Location"
4614
  msgstr ""
4615
 
4616
- #: includes/settings/class-cr-settings-trust-badges.php:228
4617
  msgid "Choose one of the locations for the floating trust badge."
4618
  msgstr ""
4619
 
4620
- #: includes/settings/class-cr-settings-trust-badges.php:232
4621
  msgid "Bottom right"
4622
  msgstr ""
4623
 
4624
- #: includes/settings/class-cr-settings-trust-badges.php:233
4625
  msgid "Bottom left"
4626
  msgstr ""
4627
 
4628
- #: includes/settings/class-cr-settings-trust-badges.php:318
4629
  msgid "color"
4630
  msgstr ""
4631
 
@@ -4696,48 +4710,56 @@ msgstr ""
4696
  msgid "Tags for Reviews"
4697
  msgstr ""
4698
 
4699
- #: includes/trust-badge/class-cr-trust-badge.php:201
4700
  msgid "Independently verified"
4701
  msgstr ""
4702
 
4703
- #: includes/trust-badge/class-cr-trust-badge.php:202
4704
  msgid "independently verified"
4705
  msgstr ""
4706
 
4707
- #: includes/trust-badge/class-cr-trust-badge.php:204
 
 
 
 
 
 
 
 
4708
  msgid "%s rating"
4709
  msgstr ""
4710
 
4711
- #: includes/trust-badge/class-cr-trust-badge.php:205
4712
  msgid "rating %s / 5"
4713
  msgstr ""
4714
 
4715
- #: includes/trust-badge/class-cr-trust-badge.php:206
4716
  msgid "%s store rating"
4717
  msgstr ""
4718
 
4719
- #: includes/trust-badge/class-cr-trust-badge.php:207
4720
  msgid "Store rating %s / 5"
4721
  msgstr ""
4722
 
4723
- #: includes/trust-badge/class-cr-trust-badge.php:208
4724
  msgid "store rating"
4725
  msgstr ""
4726
 
4727
- #: includes/trust-badge/class-cr-trust-badge.php:209
4728
  msgid "%s product rating"
4729
  msgstr ""
4730
 
4731
- #: includes/trust-badge/class-cr-trust-badge.php:210
4732
  msgid "Product rating %s / 5"
4733
  msgstr ""
4734
 
4735
- #: includes/trust-badge/class-cr-trust-badge.php:211
4736
  msgid "product rating"
4737
  msgstr ""
4738
 
4739
- #: includes/trust-badge/class-cr-trust-badge.php:212
4740
- #: includes/trust-badge/class-cr-trust-badge.php:213 templates/cr-rating.php:44
4741
  msgid "%s review"
4742
  msgid_plural "%s reviews"
4743
  msgstr[0] ""
@@ -4745,27 +4767,27 @@ msgstr[1] ""
4745
  msgstr[2] ""
4746
 
4747
  #: includes/trust-badge/class-cr-verified-reviews.php:58
4748
- msgid "Trust badges activation error: 'Verified Reviews Page' cannot be empty."
4749
  msgstr ""
4750
 
4751
  #: includes/trust-badge/class-cr-verified-reviews.php:89
4752
- msgid "Trust badges activation error #98. "
4753
  msgstr ""
4754
 
4755
  #: includes/trust-badge/class-cr-verified-reviews.php:94
4756
- msgid "Trust badges have been successfully activated."
4757
  msgstr ""
4758
 
4759
  #: includes/trust-badge/class-cr-verified-reviews.php:97
4760
  msgid ""
4761
- "Trust badges activation error: '%s' is already in use. Please enter a "
4762
  "different page name."
4763
  msgstr ""
4764
 
4765
  #: includes/trust-badge/class-cr-verified-reviews.php:100
4766
  msgid ""
4767
- "Trust badges activation error: page name contains unsupported symbols. Only "
4768
- "latin characters (a-z), numbers (0-9), and . symbol are allowed."
4769
  msgstr ""
4770
 
4771
  #: includes/trust-badge/class-cr-verified-reviews.php:103
@@ -4775,25 +4797,25 @@ msgid ""
4775
  msgstr ""
4776
 
4777
  #: includes/trust-badge/class-cr-verified-reviews.php:106
4778
- msgid "Trust badges activation error #99."
4779
  msgstr ""
4780
 
4781
  #: includes/trust-badge/class-cr-verified-reviews.php:142
4782
- msgid "Trust badges deactivation error #98. Please try again."
4783
  msgstr ""
4784
 
4785
  #: includes/trust-badge/class-cr-verified-reviews.php:149
4786
- msgid "Trust badges have been successfully deactivated."
4787
  msgstr ""
4788
 
4789
  #: includes/trust-badge/class-cr-verified-reviews.php:153
4790
  msgid ""
4791
- "Trust badges deactivation error: the page is blocked, please contact CusRev "
4792
- "support for assistance."
4793
  msgstr ""
4794
 
4795
  #: includes/trust-badge/class-cr-verified-reviews.php:157
4796
- msgid "Trust badges deactivation error #99."
4797
  msgstr ""
4798
 
4799
  #: ivole.php:135
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"
44
  msgid "This reply was originally posted on CR portal"
45
  msgstr ""
46
 
47
+ #: class-ivole.php:152
48
  msgid "View CusRev documentation"
49
  msgstr ""
50
 
51
+ #: class-ivole.php:152
52
  msgid "Docs"
53
  msgstr ""
54
 
55
+ #: class-ivole.php:153
56
  msgid "Visit community forums"
57
  msgstr ""
58
 
59
+ #: class-ivole.php:153
60
  msgid "Community support"
61
  msgstr ""
62
 
63
+ #: class-ivole.php:163
64
  msgid "View Customer Reviews settings"
65
  msgstr ""
66
 
67
+ #: class-ivole.php:163 includes/settings/class-cr-admin-menu-settings.php:60
68
  #: includes/settings/class-cr-admin-menu-settings.php:61
69
  msgid "Settings"
70
  msgstr ""
247
  msgid "Item 2 Test"
248
  msgstr ""
249
 
250
+ #: includes/emails/class-cr-email-func.php:264
251
  #: includes/reviews/class-cr-reviews-list-table.php:410
252
  msgid "Review"
253
  msgstr ""
384
  #: includes/reviews/class-cr-admin-menu-reviews.php:59
385
  #: includes/reviews/class-cr-admin-menu-reviews.php:60
386
  #: includes/settings/class-cr-admin-menu-settings.php:143
387
+ #: includes/settings/class-cr-settings-trust-badges.php:310
388
  msgid "Reviews"
389
  msgstr ""
390
 
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 "
2541
+ "%1$s icons for individual reviews on product pages of your store will be "
2542
+ "displayed. Each %2$s icon will contain a nofollow link to a verified copy of "
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.)"
2565
+ msgstr ""
2566
+
2567
  #: includes/settings/class-cr-settings-discount-tiers.php:37
2568
  msgid ""
2569
  "The option is not available with the coupon type selected for this discount "
2665
  msgstr ""
2666
 
2667
  #: includes/settings/class-cr-settings-discount-tiers.php:146
2668
+ #: includes/settings/class-cr-settings-review-reminder.php:367
2669
  msgid "Roles"
2670
  msgstr ""
2671
 
2876
  msgstr ""
2877
 
2878
  #: includes/settings/class-cr-settings-email-template.php:286
2879
+ msgid "\"Reply-To\" address"
2880
  msgstr ""
2881
 
2882
  #: includes/settings/class-cr-settings-email-template.php:301
3021
  "test email."
3022
  msgstr ""
3023
 
3024
+ #: includes/settings/class-cr-settings-email-template.php:536
3025
  msgid "Return to emails"
3026
  msgstr ""
3027
 
3028
+ #: includes/settings/class-cr-settings-email-template.php:559
3029
  msgid "Email template"
3030
  msgstr ""
3031
 
3032
+ #: includes/settings/class-cr-settings-email-template.php:567
3033
  msgid "Delete template file"
3034
  msgstr ""
3035
 
3036
  #. translators: %s: Path to template file
3037
+ #: includes/settings/class-cr-settings-email-template.php:573
3038
  msgid ""
3039
  "This template has been overridden by your theme and can be found in: %s."
3040
  msgstr ""
3041
 
3042
+ #: includes/settings/class-cr-settings-email-template.php:603
3043
  msgid "Copy file to theme"
3044
  msgstr ""
3045
 
3046
  #. translators: 1: Path to template file 2: Path to theme folder
3047
+ #: includes/settings/class-cr-settings-email-template.php:609
3048
  msgid ""
3049
  "To override and edit this email template copy %1$s to your theme folder: "
3050
  "%2$s."
3051
  msgstr ""
3052
 
3053
+ #: includes/settings/class-cr-settings-email-template.php:617
3054
  msgid "File was not found."
3055
  msgstr ""
3056
 
3057
+ #: includes/settings/class-cr-settings-email-template.php:639
3058
  msgid "View template"
3059
  msgstr ""
3060
 
3061
+ #: includes/settings/class-cr-settings-email-template.php:640
3062
  msgid "Hide template"
3063
  msgstr ""
3064
 
3065
+ #: includes/settings/class-cr-settings-email-template.php:654
3066
  msgid "Are you sure you want to delete this template file?"
3067
  msgstr ""
3068
 
3069
+ #: includes/settings/class-cr-settings-email-template.php:675
3070
+ #: includes/settings/class-cr-settings-email-template.php:681
3071
  msgid "'Email Body' field cannot be empty"
3072
  msgstr ""
3073
 
3074
+ #: includes/settings/class-cr-settings-email-template.php:695
3075
  msgid "Action failed. Please refresh the page and retry."
3076
  msgstr ""
3077
 
3078
+ #: includes/settings/class-cr-settings-email-template.php:699
3079
  msgid "You don&#8217;t have permission to do this."
3080
  msgstr ""
3081
 
3082
+ #: includes/settings/class-cr-settings-email-template.php:721
3083
  msgid "Template file copied to theme."
3084
  msgstr ""
3085
 
3086
+ #: includes/settings/class-cr-settings-email-template.php:733
3087
  msgid "Template file deleted from theme."
3088
  msgstr ""
3089
 
3091
  msgid "Emails"
3092
  msgstr ""
3093
 
3094
+ #: includes/settings/class-cr-settings-emails.php:76
3095
  msgid "Email Templates"
3096
  msgstr ""
3097
 
3098
+ #: includes/settings/class-cr-settings-emails.php:78
3099
  msgid ""
3100
  "Adjust templates of the emails that will be sent to customers. If you enable "
3101
  "<b>advanced</b> email templates in your account on the %1$sCusRev website"
3103
  "below."
3104
  msgstr ""
3105
 
3106
+ #: includes/settings/class-cr-settings-emails.php:109
3107
  msgid "Email"
3108
  msgstr ""
3109
 
3110
+ #: includes/settings/class-cr-settings-emails.php:110
3111
  msgid "Subject"
3112
  msgstr ""
3113
 
3114
+ #: includes/settings/class-cr-settings-emails.php:111
3115
  msgid "From"
3116
  msgstr ""
3117
 
3257
  msgstr ""
3258
 
3259
  #: includes/settings/class-cr-settings-review-discount.php:109
3260
+ #: includes/settings/class-cr-settings-review-reminder.php:494
3261
  msgid "Email Template"
3262
  msgstr ""
3263
 
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
3521
+ #: includes/settings/class-cr-settings-review-reminder.php:945
3522
+ #: includes/settings/class-cr-settings-review-reminder.php:946
3523
+ #: includes/settings/class-cr-settings-review-reminder.php:947
3524
+ #: includes/settings/class-cr-settings-review-reminder.php:948
3525
+ #: includes/settings/class-cr-settings-review-reminder.php:949
3526
  msgid "Checking license..."
3527
  msgstr ""
3528
 
3797
  "in this field."
3798
  msgstr ""
3799
 
3800
+ #: includes/settings/class-cr-settings-review-reminder.php:315
3801
  msgid "Order Status"
3802
  msgstr ""
3803
 
3804
+ #: includes/settings/class-cr-settings-review-reminder.php:317
3805
  msgid ""
3806
  "Review reminders will be sent N days after this order status. It is "
3807
  "recommended to use 'Completed' status."
3808
  msgstr ""
3809
 
3810
+ #: includes/settings/class-cr-settings-review-reminder.php:327
3811
  msgid "Enable for"
3812
  msgstr ""
3813
 
3814
+ #: includes/settings/class-cr-settings-review-reminder.php:329
3815
  msgid ""
3816
  "Define if reminders will be send for all or only specific categories of "
3817
  "products."
3818
  msgstr ""
3819
 
3820
+ #: includes/settings/class-cr-settings-review-reminder.php:336
3821
  msgid "All Categories"
3822
  msgstr ""
3823
 
3824
+ #: includes/settings/class-cr-settings-review-reminder.php:337
3825
  msgid "Specific Categories"
3826
  msgstr ""
3827
 
3828
+ #: includes/settings/class-cr-settings-review-reminder.php:342
3829
  msgid "Categories"
3830
  msgstr ""
3831
 
3832
+ #: includes/settings/class-cr-settings-review-reminder.php:344
3833
  msgid ""
3834
  "If reminders are enabled only for specific categories of products, this "
3835
  "field enables you to choose these categories."
3836
  msgstr ""
3837
 
3838
+ #: includes/settings/class-cr-settings-review-reminder.php:352
3839
  msgid "Enable for Roles"
3840
  msgstr ""
3841
 
3842
+ #: includes/settings/class-cr-settings-review-reminder.php:354
3843
  msgid ""
3844
  "Define if reminders will be send for all or only specific roles of users."
3845
  msgstr ""
3846
 
3847
+ #: includes/settings/class-cr-settings-review-reminder.php:361
3848
  msgid "All Roles"
3849
  msgstr ""
3850
 
3851
+ #: includes/settings/class-cr-settings-review-reminder.php:362
3852
  msgid "Specific Roles"
3853
  msgstr ""
3854
 
3855
+ #: includes/settings/class-cr-settings-review-reminder.php:369
3856
  msgid ""
3857
  "If reminders are enabled only for specific user roles, this field enables "
3858
  "you to choose these roles."
3859
  msgstr ""
3860
 
3861
+ #: includes/settings/class-cr-settings-review-reminder.php:377
3862
  msgid "Enable for Guests"
3863
  msgstr ""
3864
 
3865
+ #: includes/settings/class-cr-settings-review-reminder.php:378
3866
  msgid ""
3867
  "Enable sending of review reminders to customers who place orders without an "
3868
  "account (guest checkout). It is recommended to enable this checkbox, if you "
3869
  "allow customers to place orders without creating an account on your site."
3870
  msgstr ""
3871
 
3872
+ #: includes/settings/class-cr-settings-review-reminder.php:385
3873
  msgid "Reminders Scheduler"
3874
  msgstr ""
3875
 
3876
+ #: includes/settings/class-cr-settings-review-reminder.php:387
3877
  msgid ""
3878
  "Define which scheduler the plugin will use to schedule automatic review "
3879
  "reminders. The default option is to use WordPress Cron (WP-Cron) for "
3882
  "CR Cron is an external service that requires a license key (free or pro)."
3883
  msgstr ""
3884
 
3885
+ #: includes/settings/class-cr-settings-review-reminder.php:397
3886
  msgid "Enable Manual Reminders"
3887
  msgstr ""
3888
 
3889
+ #: includes/settings/class-cr-settings-review-reminder.php:398
3890
  msgid ""
3891
  "Enable manual sending of follow-up emails with a reminder to submit a "
3892
  "review. Manual reminders can be sent for completed orders from %1$sOrders"
3893
  "%2$s page after enabling this option."
3894
  msgstr ""
3895
 
3896
+ #: includes/settings/class-cr-settings-review-reminder.php:405
3897
  msgid "Limit Number of Reminders"
3898
  msgstr ""
3899
 
3900
+ #: includes/settings/class-cr-settings-review-reminder.php:406
3901
  msgid ""
3902
  "Enable this checkbox to make sure that no more than one review reminder is "
3903
  "sent for each order."
3904
  msgstr ""
3905
 
3906
+ #: includes/settings/class-cr-settings-review-reminder.php:413
3907
  msgid "Customer Consent"
3908
  msgstr ""
3909
 
3910
+ #: includes/settings/class-cr-settings-review-reminder.php:414
3911
  msgid ""
3912
  "If this option is enabled, customers will be asked to tick a checkbox on the "
3913
  "checkout page to indicate that they would like to receive an invitation to "
3914
  "review their order."
3915
  msgstr ""
3916
 
3917
+ #: includes/settings/class-cr-settings-review-reminder.php:420
3918
  msgid "Customer Consent Text"
3919
  msgstr ""
3920
 
3921
+ #: includes/settings/class-cr-settings-review-reminder.php:421
3922
  msgid ""
3923
  "Text of the message shown to customers next to the consent checkbox on the "
3924
  "checkout page."
3925
  msgstr ""
3926
 
3927
+ #: includes/settings/class-cr-settings-review-reminder.php:430
3928
  msgid "Registered Customers"
3929
  msgstr ""
3930
 
3931
+ #: includes/settings/class-cr-settings-review-reminder.php:431
3932
  msgid ""
3933
  "By default, review reminders are sent to billing emails provided by "
3934
  "customers during checkout. If you enable this option, the plugin will check "
3937
  "this option disabled."
3938
  msgstr ""
3939
 
3940
+ #: includes/settings/class-cr-settings-review-reminder.php:438
3941
  msgid "Moderation of Reviews"
3942
  msgstr ""
3943
 
3944
+ #: includes/settings/class-cr-settings-review-reminder.php:439
3945
  msgid ""
3946
  "Enable manual moderation of reviews submitted by your verified customers. "
3947
  "This setting applies only to reviews submitted in response to reminders sent "
3948
  "by this plugin."
3949
  msgstr ""
3950
 
3951
+ #: includes/settings/class-cr-settings-review-reminder.php:446
3952
  msgid "Exclude Free Products"
3953
  msgstr ""
3954
 
3955
+ #: includes/settings/class-cr-settings-review-reminder.php:447
3956
  msgid "Enable this checkbox to exclude free products from review invitations."
3957
  msgstr ""
3958
 
3959
+ #: includes/settings/class-cr-settings-review-reminder.php:454
3960
  msgid "Shop Name"
3961
  msgstr ""
3962
 
3963
+ #: includes/settings/class-cr-settings-review-reminder.php:456
3964
  msgid ""
3965
  "Specify your shop name that will be used in emails and review forms "
3966
  "generated by this plugin."
3967
  msgstr ""
3968
 
3969
+ #: includes/settings/class-cr-settings-review-reminder.php:471
3970
+ #: includes/settings/class-cr-settings-review-reminder.php:477
3971
  msgid "Language"
3972
  msgstr ""
3973
 
3974
+ #: includes/settings/class-cr-settings-review-reminder.php:479
3975
  msgid "Choose one of the available languages."
3976
  msgstr ""
3977
 
3978
+ #: includes/settings/class-cr-settings-review-reminder.php:496
3979
  msgid ""
3980
  "The email template of review reminders can be configured on the <a href=\"%s"
3981
  "\">Emails</a> tab."
3982
  msgstr ""
3983
 
3984
+ #: includes/settings/class-cr-settings-review-reminder.php:504
3985
  msgid ""
3986
  "Adjust template of the aggregated review forms that will be created and sent "
3987
  "to customers by CusRev. Modifications will be applied to the next review "
3990
  "b> the settings below."
3991
  msgstr ""
3992
 
3993
+ #: includes/settings/class-cr-settings-review-reminder.php:506
3994
  msgid ""
3995
  "Adjust template of the aggregated review forms that will be created and sent "
3996
  "to customers. Modifications will be applied to the next review form created "
3997
  "after saving settings."
3998
  msgstr ""
3999
 
4000
+ #: includes/settings/class-cr-settings-review-reminder.php:509
4001
  msgid "Review Form Template"
4002
  msgstr ""
4003
 
4004
+ #: includes/settings/class-cr-settings-review-reminder.php:515
4005
  msgid "Form Header"
4006
  msgstr ""
4007
 
4008
+ #: includes/settings/class-cr-settings-review-reminder.php:517
4009
  msgid "Header of the review form that will be sent to customers."
4010
  msgstr ""
4011
 
4012
+ #: includes/settings/class-cr-settings-review-reminder.php:524
4013
  msgid "Form Body"
4014
  msgstr ""
4015
 
4016
+ #: includes/settings/class-cr-settings-review-reminder.php:526
4017
  msgid "Body of the review form that will be sent to customers."
4018
  msgstr ""
4019
 
4020
+ #: includes/settings/class-cr-settings-review-reminder.php:534
4021
  msgid "Shop Rating"
4022
  msgstr ""
4023
 
4024
+ #: includes/settings/class-cr-settings-review-reminder.php:538
4025
  msgid ""
4026
  "Enable this option if you would like to include a separate question for a "
4027
  "general shop review in addition to questions for product reviews."
4028
  msgstr ""
4029
 
4030
+ #: includes/settings/class-cr-settings-review-reminder.php:541
4031
  msgid "Comment Required"
4032
  msgstr ""
4033
 
4034
+ #: includes/settings/class-cr-settings-review-reminder.php:545
4035
  msgid ""
4036
  "Enable this option if you would like to make it mandatory for your customers "
4037
  "to write something in their review. This option applies only to aggregated "
4038
  "review forms."
4039
  msgstr ""
4040
 
4041
+ #: includes/settings/class-cr-settings-review-reminder.php:548
4042
  msgid ""
4043
  "Enable attachment of pictures and videos on aggregated review forms. "
4044
  "Uploaded media files are initially stored on Amazon S3 and automatically "
4048
  "%2$s."
4049
  msgstr ""
4050
 
4051
+ #: includes/settings/class-cr-settings-review-reminder.php:550
4052
  msgid ""
4053
  "Enable attachment of pictures and videos on local aggregated review forms. "
4054
  "This option applies only to aggregated review forms. If you would like to "
4056
  "pages, this can be done %1$shere%2$s."
4057
  msgstr ""
4058
 
4059
+ #: includes/settings/class-cr-settings-review-reminder.php:553
4060
  msgid "Attach Media"
4061
  msgstr ""
4062
 
4063
+ #: includes/settings/class-cr-settings-review-reminder.php:563
4064
  msgid "Rating Bar"
4065
  msgstr ""
4066
 
4067
+ #: includes/settings/class-cr-settings-review-reminder.php:567
4068
  msgid "Visual style of rating bars on review forms."
4069
  msgstr ""
4070
 
4071
+ #: includes/settings/class-cr-settings-review-reminder.php:569
4072
  msgid "Smiley and frowny faces"
4073
  msgstr ""
4074
 
4075
+ #: includes/settings/class-cr-settings-review-reminder.php:570
4076
  #: blocks/src/reviews-grid/edit.js:234 js/blocks.js:946
4077
  msgid "Stars"
4078
  msgstr ""
4079
 
4080
+ #: includes/settings/class-cr-settings-review-reminder.php:575
4081
  msgid "Geolocation"
4082
  msgstr ""
4083
 
4084
+ #: includes/settings/class-cr-settings-review-reminder.php:579
4085
  msgid ""
4086
  "Enable geolocation on aggregated review forms. Customers will have an option "
4087
  "to indicate where they are from. For example, \"England, United Kingdom\"."
4088
  msgstr ""
4089
 
4090
+ #: includes/settings/class-cr-settings-review-reminder.php:580
4091
  msgid "Automatic geolocation on review forms."
4092
  msgstr ""
4093
 
4094
+ #: includes/settings/class-cr-settings-review-reminder.php:586
4095
  msgid "Form Color 1"
4096
  msgstr ""
4097
 
4098
+ #: includes/settings/class-cr-settings-review-reminder.php:590
4099
  msgid "Background color for heading of the form and product names."
4100
  msgstr ""
4101
 
4102
+ #: includes/settings/class-cr-settings-review-reminder.php:594
4103
  msgid "Form Color 2"
4104
  msgstr ""
4105
 
4106
+ #: includes/settings/class-cr-settings-review-reminder.php:598
4107
  msgid "Text color for product names."
4108
  msgstr ""
4109
 
4110
+ #: includes/settings/class-cr-settings-review-reminder.php:602
4111
  msgid "Form Color 3"
4112
  msgstr ""
4113
 
4114
+ #: includes/settings/class-cr-settings-review-reminder.php:606
4115
  msgid "Color of control elements (buttons, rating bars)."
4116
  msgstr ""
4117
 
4118
+ #: includes/settings/class-cr-settings-review-reminder.php:962
4119
  msgid ""
4120
  "While editing the footer text please make sure to keep the unsubscribe link "
4121
  "markup:"
4122
  msgstr ""
4123
 
4124
+ #: includes/settings/class-cr-settings-review-reminder.php:1031
4125
  msgid ""
4126
  "<strong>CR Cron could not be enabled because no license key was entered. A "
4127
  "license key (free or pro) is required to use CR Cron.</strong>"
4475
  "you should specify it here."
4476
  msgstr ""
4477
 
4478
+ #: includes/settings/class-cr-settings-trust-badges.php:45
4479
  #: includes/settings/class-cr-settings-trust-badges.php:83
 
4480
  msgid "Trust Badges"
4481
  msgstr ""
4482
 
4483
+ #: includes/settings/class-cr-settings-trust-badges.php:86
4484
  msgid ""
4485
+ "Increase your store's conversion rate by placing a \"trust badge\" on the "
4486
  "home, checkout or any other page(s). Let customers feel more confident about "
4487
  "shopping on your site by featuring a trust badge that shows a summary of "
4488
+ "customer reviews. Trust badges can be enabled using shortcodes or blocks in "
4489
+ "the page editor (blocks require WordPress 5.0 or newer)."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4490
  msgstr ""
4491
 
4492
+ #: includes/settings/class-cr-settings-trust-badges.php:88
 
 
 
 
4493
  msgid ""
4494
+ "If you enable <a href=\"%1$s\">verification of reviews</a> and claim a <a "
4495
+ "href=\"%2$s\">dedicated page</a> at CusRev.com website, trust badges will "
4496
+ "include a nofollow link to your page there."
4497
  msgstr ""
4498
 
4499
+ #: includes/settings/class-cr-settings-trust-badges.php:93
4500
  msgid "Small Light Badge"
4501
  msgstr ""
4502
 
4503
+ #: includes/settings/class-cr-settings-trust-badges.php:95
4504
  msgid "Shortcode and preview of the small light trust badge."
4505
  msgstr ""
4506
 
4507
+ #: includes/settings/class-cr-settings-trust-badges.php:101
4508
  msgid "Small Light Badge (with Store Rating)"
4509
  msgstr ""
4510
 
4511
+ #: includes/settings/class-cr-settings-trust-badges.php:103
4512
  msgid "Shortcode and preview of the small light trust badge with store rating."
4513
  msgstr ""
4514
 
4515
+ #: includes/settings/class-cr-settings-trust-badges.php:109
4516
  msgid "Small Dark Badge"
4517
  msgstr ""
4518
 
4519
+ #: includes/settings/class-cr-settings-trust-badges.php:111
4520
  msgid "Shortcode and preview of the small dark trust badge."
4521
  msgstr ""
4522
 
4523
+ #: includes/settings/class-cr-settings-trust-badges.php:117
4524
  msgid "Small Dark Badge (with Store Rating)"
4525
  msgstr ""
4526
 
4527
+ #: includes/settings/class-cr-settings-trust-badges.php:119
4528
  msgid "Shortcode and preview of the small dark trust badge with store rating."
4529
  msgstr ""
4530
 
4531
+ #: includes/settings/class-cr-settings-trust-badges.php:125
4532
  msgid "Wide Light Badge"
4533
  msgstr ""
4534
 
4535
+ #: includes/settings/class-cr-settings-trust-badges.php:127
4536
  msgid ""
4537
  "Shortcode and preview of the wide light trust badge. The wide badge has a "
4538
  "version for small screens that will be automatically shown when a website is "
4539
  "viewed from phones."
4540
  msgstr ""
4541
 
4542
+ #: includes/settings/class-cr-settings-trust-badges.php:133
4543
  msgid "Wide Light Badge (with Store Rating)"
4544
  msgstr ""
4545
 
4546
+ #: includes/settings/class-cr-settings-trust-badges.php:135
4547
  msgid ""
4548
  "Shortcode and preview of the wide light trust badge with store rating. The "
4549
  "wide badge has a version for small screens that will be automatically shown "
4550
  "when a website is viewed from phones."
4551
  msgstr ""
4552
 
4553
+ #: includes/settings/class-cr-settings-trust-badges.php:141
4554
  msgid "Wide Dark Badge"
4555
  msgstr ""
4556
 
4557
+ #: includes/settings/class-cr-settings-trust-badges.php:143
4558
  msgid ""
4559
  "Shortcode and preview of the wide dark trust badge. The wide badge has a "
4560
  "version for small screens that will be automatically shown when a website is "
4561
  "viewed from phones."
4562
  msgstr ""
4563
 
4564
+ #: includes/settings/class-cr-settings-trust-badges.php:149
4565
  msgid "Wide Dark Badge (with Store Rating)"
4566
  msgstr ""
4567
 
4568
+ #: includes/settings/class-cr-settings-trust-badges.php:151
4569
  msgid ""
4570
  "Shortcode and preview of the wide dark trust badge with store rating. The "
4571
  "wide badge has a version for small screens that will be automatically shown "
4572
  "when a website is viewed from phones."
4573
  msgstr ""
4574
 
4575
+ #: includes/settings/class-cr-settings-trust-badges.php:157
4576
  msgid "Compact Light Badge"
4577
  msgstr ""
4578
 
4579
+ #: includes/settings/class-cr-settings-trust-badges.php:159
4580
  msgid "Shortcode and preview of the compact light trust badge."
4581
  msgstr ""
4582
 
4583
+ #: includes/settings/class-cr-settings-trust-badges.php:165
4584
  msgid "Compact Dark Badge"
4585
  msgstr ""
4586
 
4587
+ #: includes/settings/class-cr-settings-trust-badges.php:167
4588
  msgid "Shortcode and preview of the compact dark trust badge."
4589
  msgstr ""
4590
 
4591
+ #: includes/settings/class-cr-settings-trust-badges.php:177
4592
  msgid "Floating Trust Badge"
4593
  msgstr ""
4594
 
4595
+ #: includes/settings/class-cr-settings-trust-badges.php:179
4596
  msgid ""
4597
  "Settings to display a floating badge with a summary of verified reviews."
4598
  msgstr ""
4599
 
4600
+ #: includes/settings/class-cr-settings-trust-badges.php:183
4601
  msgid "Floating Badge"
4602
  msgstr ""
4603
 
4604
+ #: includes/settings/class-cr-settings-trust-badges.php:185
4605
  msgid ""
4606
  "Enable this checkbox to display a floating trust badge on public pages of "
4607
  "the website."
4608
  msgstr ""
4609
 
4610
+ #: includes/settings/class-cr-settings-trust-badges.php:190
4611
  msgid "Floating Badge Style"
4612
  msgstr ""
4613
 
4614
+ #: includes/settings/class-cr-settings-trust-badges.php:192
4615
  msgid "Choose one of the styles for the floating trust badge."
4616
  msgstr ""
4617
 
4618
+ #: includes/settings/class-cr-settings-trust-badges.php:196 js/blocks.js:112
4619
  msgid "Light"
4620
  msgstr ""
4621
 
4622
+ #: includes/settings/class-cr-settings-trust-badges.php:197 js/blocks.js:116
4623
  msgid "Dark"
4624
  msgstr ""
4625
 
4626
+ #: includes/settings/class-cr-settings-trust-badges.php:202
4627
  msgid "Floating Badge Location"
4628
  msgstr ""
4629
 
4630
+ #: includes/settings/class-cr-settings-trust-badges.php:204
4631
  msgid "Choose one of the locations for the floating trust badge."
4632
  msgstr ""
4633
 
4634
+ #: includes/settings/class-cr-settings-trust-badges.php:208
4635
  msgid "Bottom right"
4636
  msgstr ""
4637
 
4638
+ #: includes/settings/class-cr-settings-trust-badges.php:209
4639
  msgid "Bottom left"
4640
  msgstr ""
4641
 
4642
+ #: includes/settings/class-cr-settings-trust-badges.php:294
4643
  msgid "color"
4644
  msgstr ""
4645
 
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] ""
4767
  msgstr[2] ""
4768
 
4769
  #: includes/trust-badge/class-cr-verified-reviews.php:58
4770
+ msgid "CusRev.com page activation error: 'Page URL' cannot be empty."
4771
  msgstr ""
4772
 
4773
  #: includes/trust-badge/class-cr-verified-reviews.php:89
4774
+ msgid "CusRev.com page activation error #98. "
4775
  msgstr ""
4776
 
4777
  #: includes/trust-badge/class-cr-verified-reviews.php:94
4778
+ msgid "CusRev.com page has been successfully enabled."
4779
  msgstr ""
4780
 
4781
  #: includes/trust-badge/class-cr-verified-reviews.php:97
4782
  msgid ""
4783
+ "CusRev.com page activation error: '%s' is already in use. Please enter a "
4784
  "different page name."
4785
  msgstr ""
4786
 
4787
  #: includes/trust-badge/class-cr-verified-reviews.php:100
4788
  msgid ""
4789
+ "CusRev.com page activation error: page URL contains unsupported symbols. "
4790
+ "Only latin characters (a-z), numbers (0-9), and . symbol are allowed."
4791
  msgstr ""
4792
 
4793
  #: includes/trust-badge/class-cr-verified-reviews.php:103
4797
  msgstr ""
4798
 
4799
  #: includes/trust-badge/class-cr-verified-reviews.php:106
4800
+ msgid "CusRev.com page activation error #99."
4801
  msgstr ""
4802
 
4803
  #: includes/trust-badge/class-cr-verified-reviews.php:142
4804
+ msgid "CusRev.com page deactivation error #98. Please try again."
4805
  msgstr ""
4806
 
4807
  #: includes/trust-badge/class-cr-verified-reviews.php:149
4808
+ msgid "CusRev.com page has been successfully disabled."
4809
  msgstr ""
4810
 
4811
  #: includes/trust-badge/class-cr-verified-reviews.php:153
4812
  msgid ""
4813
+ "CusRev.com page deactivation error: the page is blocked, please contact "
4814
+ "CusRev support for assistance."
4815
  msgstr ""
4816
 
4817
  #: includes/trust-badge/class-cr-verified-reviews.php:157
4818
+ msgid "CusRev.com page deactivation error #99."
4819
  msgstr ""
4820
 
4821
  #: ivole.php:135
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-10-28T14:21:16+00:00\n"
10
  "PO-Revision-Date: 2019-04-06 18:49+0100\n"
11
  "Last-Translator: \n"
12
  "Language-Team: \n"
@@ -43,27 +43,27 @@ msgstr ""
43
  msgid "This reply was originally posted on CR portal"
44
  msgstr ""
45
 
46
- #: class-ivole.php:150
47
  msgid "View CusRev documentation"
48
  msgstr ""
49
 
50
- #: class-ivole.php:150
51
  msgid "Docs"
52
  msgstr ""
53
 
54
- #: class-ivole.php:151
55
  msgid "Visit community forums"
56
  msgstr ""
57
 
58
- #: class-ivole.php:151
59
  msgid "Community support"
60
  msgstr ""
61
 
62
- #: class-ivole.php:161
63
  msgid "View Customer Reviews settings"
64
  msgstr ""
65
 
66
- #: class-ivole.php:161 includes/settings/class-cr-admin-menu-settings.php:60
67
  #: includes/settings/class-cr-admin-menu-settings.php:61
68
  msgid "Settings"
69
  msgstr ""
@@ -243,7 +243,7 @@ msgstr ""
243
  msgid "Item 2 Test"
244
  msgstr ""
245
 
246
- #: includes/emails/class-cr-email-func.php:263
247
  #: includes/reviews/class-cr-reviews-list-table.php:410
248
  msgid "Review"
249
  msgstr ""
@@ -380,7 +380,7 @@ msgstr ""
380
  #: includes/reviews/class-cr-admin-menu-reviews.php:59
381
  #: includes/reviews/class-cr-admin-menu-reviews.php:60
382
  #: includes/settings/class-cr-admin-menu-settings.php:143
383
- #: includes/settings/class-cr-settings-trust-badges.php:336
384
  msgid "Reviews"
385
  msgstr ""
386
 
@@ -2504,6 +2504,49 @@ msgid ""
2504
  "settings</a>."
2505
  msgstr ""
2506
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2507
  #: includes/settings/class-cr-settings-discount-tiers.php:37
2508
  msgid ""
2509
  "The option is not available with the coupon type selected for this discount "
@@ -2605,7 +2648,7 @@ msgid "Specific roles"
2605
  msgstr ""
2606
 
2607
  #: includes/settings/class-cr-settings-discount-tiers.php:146
2608
- #: includes/settings/class-cr-settings-review-reminder.php:362
2609
  msgid "Roles"
2610
  msgstr ""
2611
 
@@ -2816,7 +2859,7 @@ msgid ""
2816
  msgstr ""
2817
 
2818
  #: includes/settings/class-cr-settings-email-template.php:286
2819
- msgid "\"Reply-To\" Address"
2820
  msgstr ""
2821
 
2822
  #: includes/settings/class-cr-settings-email-template.php:301
@@ -2961,69 +3004,69 @@ msgid ""
2961
  "test email."
2962
  msgstr ""
2963
 
2964
- #: includes/settings/class-cr-settings-email-template.php:533
2965
  msgid "Return to emails"
2966
  msgstr ""
2967
 
2968
- #: includes/settings/class-cr-settings-email-template.php:552
2969
  msgid "Email template"
2970
  msgstr ""
2971
 
2972
- #: includes/settings/class-cr-settings-email-template.php:560
2973
  msgid "Delete template file"
2974
  msgstr ""
2975
 
2976
  #. translators: %s: Path to template file
2977
- #: includes/settings/class-cr-settings-email-template.php:566
2978
  msgid ""
2979
  "This template has been overridden by your theme and can be found in: %s."
2980
  msgstr ""
2981
 
2982
- #: includes/settings/class-cr-settings-email-template.php:596
2983
  msgid "Copy file to theme"
2984
  msgstr ""
2985
 
2986
  #. translators: 1: Path to template file 2: Path to theme folder
2987
- #: includes/settings/class-cr-settings-email-template.php:602
2988
  msgid ""
2989
  "To override and edit this email template copy %1$s to your theme folder: "
2990
  "%2$s."
2991
  msgstr ""
2992
 
2993
- #: includes/settings/class-cr-settings-email-template.php:610
2994
  msgid "File was not found."
2995
  msgstr ""
2996
 
2997
- #: includes/settings/class-cr-settings-email-template.php:632
2998
  msgid "View template"
2999
  msgstr ""
3000
 
3001
- #: includes/settings/class-cr-settings-email-template.php:633
3002
  msgid "Hide template"
3003
  msgstr ""
3004
 
3005
- #: includes/settings/class-cr-settings-email-template.php:647
3006
  msgid "Are you sure you want to delete this template file?"
3007
  msgstr ""
3008
 
3009
- #: includes/settings/class-cr-settings-email-template.php:668
3010
- #: includes/settings/class-cr-settings-email-template.php:674
3011
  msgid "'Email Body' field cannot be empty"
3012
  msgstr ""
3013
 
3014
- #: includes/settings/class-cr-settings-email-template.php:688
3015
  msgid "Action failed. Please refresh the page and retry."
3016
  msgstr ""
3017
 
3018
- #: includes/settings/class-cr-settings-email-template.php:692
3019
  msgid "You don&#8217;t have permission to do this."
3020
  msgstr ""
3021
 
3022
- #: includes/settings/class-cr-settings-email-template.php:714
3023
  msgid "Template file copied to theme."
3024
  msgstr ""
3025
 
3026
- #: includes/settings/class-cr-settings-email-template.php:726
3027
  msgid "Template file deleted from theme."
3028
  msgstr ""
3029
 
@@ -3031,11 +3074,11 @@ msgstr ""
3031
  msgid "Emails"
3032
  msgstr ""
3033
 
3034
- #: includes/settings/class-cr-settings-emails.php:69
3035
  msgid "Email Templates"
3036
  msgstr ""
3037
 
3038
- #: includes/settings/class-cr-settings-emails.php:71
3039
  msgid ""
3040
  "Adjust templates of the emails that will be sent to customers. If you enable "
3041
  "<b>advanced</b> email templates in your account on the %1$sCusRev website"
@@ -3043,15 +3086,15 @@ msgid ""
3043
  "below."
3044
  msgstr ""
3045
 
3046
- #: includes/settings/class-cr-settings-emails.php:102
3047
  msgid "Email"
3048
  msgstr ""
3049
 
3050
- #: includes/settings/class-cr-settings-emails.php:103
3051
  msgid "Subject"
3052
  msgstr ""
3053
 
3054
- #: includes/settings/class-cr-settings-emails.php:104
3055
  msgid "From"
3056
  msgstr ""
3057
 
@@ -3197,7 +3240,7 @@ msgid "Reply-To Address"
3197
  msgstr ""
3198
 
3199
  #: includes/settings/class-cr-settings-review-discount.php:109
3200
- #: includes/settings/class-cr-settings-review-reminder.php:480
3201
  msgid "Email Template"
3202
  msgstr ""
3203
 
@@ -3458,11 +3501,11 @@ msgstr ""
3458
  #: includes/settings/class-cr-settings-review-reminder.php:89
3459
  #: includes/settings/class-cr-settings-review-reminder.php:94
3460
  #: includes/settings/class-cr-settings-review-reminder.php:99
3461
- #: includes/settings/class-cr-settings-review-reminder.php:931
3462
- #: includes/settings/class-cr-settings-review-reminder.php:932
3463
- #: includes/settings/class-cr-settings-review-reminder.php:933
3464
- #: includes/settings/class-cr-settings-review-reminder.php:934
3465
- #: includes/settings/class-cr-settings-review-reminder.php:935
3466
  msgid "Checking license..."
3467
  msgstr ""
3468
 
@@ -3737,83 +3780,83 @@ msgid ""
3737
  "in this field."
3738
  msgstr ""
3739
 
3740
- #: includes/settings/class-cr-settings-review-reminder.php:314
3741
  msgid "Order Status"
3742
  msgstr ""
3743
 
3744
- #: includes/settings/class-cr-settings-review-reminder.php:316
3745
  msgid ""
3746
  "Review reminders will be sent N days after this order status. It is "
3747
  "recommended to use 'Completed' status."
3748
  msgstr ""
3749
 
3750
- #: includes/settings/class-cr-settings-review-reminder.php:325
3751
  msgid "Enable for"
3752
  msgstr ""
3753
 
3754
- #: includes/settings/class-cr-settings-review-reminder.php:327
3755
  msgid ""
3756
  "Define if reminders will be send for all or only specific categories of "
3757
  "products."
3758
  msgstr ""
3759
 
3760
- #: includes/settings/class-cr-settings-review-reminder.php:334
3761
  msgid "All Categories"
3762
  msgstr ""
3763
 
3764
- #: includes/settings/class-cr-settings-review-reminder.php:335
3765
  msgid "Specific Categories"
3766
  msgstr ""
3767
 
3768
- #: includes/settings/class-cr-settings-review-reminder.php:339
3769
  msgid "Categories"
3770
  msgstr ""
3771
 
3772
- #: includes/settings/class-cr-settings-review-reminder.php:341
3773
  msgid ""
3774
  "If reminders are enabled only for specific categories of products, this "
3775
  "field enables you to choose these categories."
3776
  msgstr ""
3777
 
3778
- #: includes/settings/class-cr-settings-review-reminder.php:348
3779
  msgid "Enable for Roles"
3780
  msgstr ""
3781
 
3782
- #: includes/settings/class-cr-settings-review-reminder.php:350
3783
  msgid ""
3784
  "Define if reminders will be send for all or only specific roles of users."
3785
  msgstr ""
3786
 
3787
- #: includes/settings/class-cr-settings-review-reminder.php:357
3788
  msgid "All Roles"
3789
  msgstr ""
3790
 
3791
- #: includes/settings/class-cr-settings-review-reminder.php:358
3792
  msgid "Specific Roles"
3793
  msgstr ""
3794
 
3795
- #: includes/settings/class-cr-settings-review-reminder.php:364
3796
  msgid ""
3797
  "If reminders are enabled only for specific user roles, this field enables "
3798
  "you to choose these roles."
3799
  msgstr ""
3800
 
3801
- #: includes/settings/class-cr-settings-review-reminder.php:371
3802
  msgid "Enable for Guests"
3803
  msgstr ""
3804
 
3805
- #: includes/settings/class-cr-settings-review-reminder.php:372
3806
  msgid ""
3807
  "Enable sending of review reminders to customers who place orders without an "
3808
  "account (guest checkout). It is recommended to enable this checkbox, if you "
3809
  "allow customers to place orders without creating an account on your site."
3810
  msgstr ""
3811
 
3812
- #: includes/settings/class-cr-settings-review-reminder.php:378
3813
  msgid "Reminders Scheduler"
3814
  msgstr ""
3815
 
3816
- #: includes/settings/class-cr-settings-review-reminder.php:380
3817
  msgid ""
3818
  "Define which scheduler the plugin will use to schedule automatic review "
3819
  "reminders. The default option is to use WordPress Cron (WP-Cron) for "
@@ -3822,53 +3865,53 @@ msgid ""
3822
  "CR Cron is an external service that requires a license key (free or pro)."
3823
  msgstr ""
3824
 
3825
- #: includes/settings/class-cr-settings-review-reminder.php:389
3826
  msgid "Enable Manual Reminders"
3827
  msgstr ""
3828
 
3829
- #: includes/settings/class-cr-settings-review-reminder.php:390
3830
  msgid ""
3831
  "Enable manual sending of follow-up emails with a reminder to submit a "
3832
  "review. Manual reminders can be sent for completed orders from %1$sOrders"
3833
  "%2$s page after enabling this option."
3834
  msgstr ""
3835
 
3836
- #: includes/settings/class-cr-settings-review-reminder.php:396
3837
  msgid "Limit Number of Reminders"
3838
  msgstr ""
3839
 
3840
- #: includes/settings/class-cr-settings-review-reminder.php:397
3841
  msgid ""
3842
  "Enable this checkbox to make sure that no more than one review reminder is "
3843
  "sent for each order."
3844
  msgstr ""
3845
 
3846
- #: includes/settings/class-cr-settings-review-reminder.php:403
3847
  msgid "Customer Consent"
3848
  msgstr ""
3849
 
3850
- #: includes/settings/class-cr-settings-review-reminder.php:404
3851
  msgid ""
3852
  "If this option is enabled, customers will be asked to tick a checkbox on the "
3853
  "checkout page to indicate that they would like to receive an invitation to "
3854
  "review their order."
3855
  msgstr ""
3856
 
3857
- #: includes/settings/class-cr-settings-review-reminder.php:410
3858
  msgid "Customer Consent Text"
3859
  msgstr ""
3860
 
3861
- #: includes/settings/class-cr-settings-review-reminder.php:411
3862
  msgid ""
3863
  "Text of the message shown to customers next to the consent checkbox on the "
3864
  "checkout page."
3865
  msgstr ""
3866
 
3867
- #: includes/settings/class-cr-settings-review-reminder.php:420
3868
  msgid "Registered Customers"
3869
  msgstr ""
3870
 
3871
- #: includes/settings/class-cr-settings-review-reminder.php:421
3872
  msgid ""
3873
  "By default, review reminders are sent to billing emails provided by "
3874
  "customers during checkout. If you enable this option, the plugin will check "
@@ -3877,51 +3920,51 @@ msgid ""
3877
  "this option disabled."
3878
  msgstr ""
3879
 
3880
- #: includes/settings/class-cr-settings-review-reminder.php:427
3881
  msgid "Moderation of Reviews"
3882
  msgstr ""
3883
 
3884
- #: includes/settings/class-cr-settings-review-reminder.php:428
3885
  msgid ""
3886
  "Enable manual moderation of reviews submitted by your verified customers. "
3887
  "This setting applies only to reviews submitted in response to reminders sent "
3888
  "by this plugin."
3889
  msgstr ""
3890
 
3891
- #: includes/settings/class-cr-settings-review-reminder.php:434
3892
  msgid "Exclude Free Products"
3893
  msgstr ""
3894
 
3895
- #: includes/settings/class-cr-settings-review-reminder.php:435
3896
  msgid "Enable this checkbox to exclude free products from review invitations."
3897
  msgstr ""
3898
 
3899
- #: includes/settings/class-cr-settings-review-reminder.php:441
3900
  msgid "Shop Name"
3901
  msgstr ""
3902
 
3903
- #: includes/settings/class-cr-settings-review-reminder.php:443
3904
  msgid ""
3905
  "Specify your shop name that will be used in emails and review forms "
3906
  "generated by this plugin."
3907
  msgstr ""
3908
 
3909
- #: includes/settings/class-cr-settings-review-reminder.php:458
3910
- #: includes/settings/class-cr-settings-review-reminder.php:464
3911
  msgid "Language"
3912
  msgstr ""
3913
 
3914
- #: includes/settings/class-cr-settings-review-reminder.php:466
3915
  msgid "Choose one of the available languages."
3916
  msgstr ""
3917
 
3918
- #: includes/settings/class-cr-settings-review-reminder.php:482
3919
  msgid ""
3920
  "The email template of review reminders can be configured on the <a href=\"%s"
3921
  "\">Emails</a> tab."
3922
  msgstr ""
3923
 
3924
- #: includes/settings/class-cr-settings-review-reminder.php:490
3925
  msgid ""
3926
  "Adjust template of the aggregated review forms that will be created and sent "
3927
  "to customers by CusRev. Modifications will be applied to the next review "
@@ -3930,55 +3973,55 @@ msgid ""
3930
  "b> the settings below."
3931
  msgstr ""
3932
 
3933
- #: includes/settings/class-cr-settings-review-reminder.php:492
3934
  msgid ""
3935
  "Adjust template of the aggregated review forms that will be created and sent "
3936
  "to customers. Modifications will be applied to the next review form created "
3937
  "after saving settings."
3938
  msgstr ""
3939
 
3940
- #: includes/settings/class-cr-settings-review-reminder.php:495
3941
  msgid "Review Form Template"
3942
  msgstr ""
3943
 
3944
- #: includes/settings/class-cr-settings-review-reminder.php:501
3945
  msgid "Form Header"
3946
  msgstr ""
3947
 
3948
- #: includes/settings/class-cr-settings-review-reminder.php:503
3949
  msgid "Header of the review form that will be sent to customers."
3950
  msgstr ""
3951
 
3952
- #: includes/settings/class-cr-settings-review-reminder.php:510
3953
  msgid "Form Body"
3954
  msgstr ""
3955
 
3956
- #: includes/settings/class-cr-settings-review-reminder.php:512
3957
  msgid "Body of the review form that will be sent to customers."
3958
  msgstr ""
3959
 
3960
- #: includes/settings/class-cr-settings-review-reminder.php:520
3961
  msgid "Shop Rating"
3962
  msgstr ""
3963
 
3964
- #: includes/settings/class-cr-settings-review-reminder.php:524
3965
  msgid ""
3966
  "Enable this option if you would like to include a separate question for a "
3967
  "general shop review in addition to questions for product reviews."
3968
  msgstr ""
3969
 
3970
- #: includes/settings/class-cr-settings-review-reminder.php:527
3971
  msgid "Comment Required"
3972
  msgstr ""
3973
 
3974
- #: includes/settings/class-cr-settings-review-reminder.php:531
3975
  msgid ""
3976
  "Enable this option if you would like to make it mandatory for your customers "
3977
  "to write something in their review. This option applies only to aggregated "
3978
  "review forms."
3979
  msgstr ""
3980
 
3981
- #: includes/settings/class-cr-settings-review-reminder.php:534
3982
  msgid ""
3983
  "Enable attachment of pictures and videos on aggregated review forms. "
3984
  "Uploaded media files are initially stored on Amazon S3 and automatically "
@@ -3988,7 +4031,7 @@ msgid ""
3988
  "%2$s."
3989
  msgstr ""
3990
 
3991
- #: includes/settings/class-cr-settings-review-reminder.php:536
3992
  msgid ""
3993
  "Enable attachment of pictures and videos on local aggregated review forms. "
3994
  "This option applies only to aggregated review forms. If you would like to "
@@ -3996,72 +4039,72 @@ msgid ""
3996
  "pages, this can be done %1$shere%2$s."
3997
  msgstr ""
3998
 
3999
- #: includes/settings/class-cr-settings-review-reminder.php:539
4000
  msgid "Attach Media"
4001
  msgstr ""
4002
 
4003
- #: includes/settings/class-cr-settings-review-reminder.php:549
4004
  msgid "Rating Bar"
4005
  msgstr ""
4006
 
4007
- #: includes/settings/class-cr-settings-review-reminder.php:553
4008
  msgid "Visual style of rating bars on review forms."
4009
  msgstr ""
4010
 
4011
- #: includes/settings/class-cr-settings-review-reminder.php:555
4012
  msgid "Smiley and frowny faces"
4013
  msgstr ""
4014
 
4015
- #: includes/settings/class-cr-settings-review-reminder.php:556
4016
  #: blocks/src/reviews-grid/edit.js:234 js/blocks.js:946
4017
  msgid "Stars"
4018
  msgstr ""
4019
 
4020
- #: includes/settings/class-cr-settings-review-reminder.php:561
4021
  msgid "Geolocation"
4022
  msgstr ""
4023
 
4024
- #: includes/settings/class-cr-settings-review-reminder.php:565
4025
  msgid ""
4026
  "Enable geolocation on aggregated review forms. Customers will have an option "
4027
  "to indicate where they are from. For example, \"England, United Kingdom\"."
4028
  msgstr ""
4029
 
4030
- #: includes/settings/class-cr-settings-review-reminder.php:566
4031
  msgid "Automatic geolocation on review forms."
4032
  msgstr ""
4033
 
4034
- #: includes/settings/class-cr-settings-review-reminder.php:572
4035
  msgid "Form Color 1"
4036
  msgstr ""
4037
 
4038
- #: includes/settings/class-cr-settings-review-reminder.php:576
4039
  msgid "Background color for heading of the form and product names."
4040
  msgstr ""
4041
 
4042
- #: includes/settings/class-cr-settings-review-reminder.php:580
4043
  msgid "Form Color 2"
4044
  msgstr ""
4045
 
4046
- #: includes/settings/class-cr-settings-review-reminder.php:584
4047
  msgid "Text color for product names."
4048
  msgstr ""
4049
 
4050
- #: includes/settings/class-cr-settings-review-reminder.php:588
4051
  msgid "Form Color 3"
4052
  msgstr ""
4053
 
4054
- #: includes/settings/class-cr-settings-review-reminder.php:592
4055
  msgid "Color of control elements (buttons, rating bars)."
4056
  msgstr ""
4057
 
4058
- #: includes/settings/class-cr-settings-review-reminder.php:948
4059
  msgid ""
4060
  "While editing the footer text please make sure to keep the unsubscribe link "
4061
  "markup:"
4062
  msgstr ""
4063
 
4064
- #: includes/settings/class-cr-settings-review-reminder.php:1017
4065
  msgid ""
4066
  "<strong>CR Cron could not be enabled because no license key was entered. A "
4067
  "license key (free or pro) is required to use CR Cron.</strong>"
@@ -4415,200 +4458,171 @@ msgid ""
4415
  "you should specify it here."
4416
  msgstr ""
4417
 
4418
- #: includes/settings/class-cr-settings-trust-badges.php:50
4419
  #: includes/settings/class-cr-settings-trust-badges.php:83
4420
- #: includes/settings/class-cr-settings-trust-badges.php:89
4421
  msgid "Trust Badges"
4422
  msgstr ""
4423
 
4424
- #: includes/settings/class-cr-settings-trust-badges.php:85
4425
  msgid ""
4426
- "<p>Increase your store's conversion rate by placing a \"trust badge\" on the "
4427
  "home, checkout or any other page(s). Let customers feel more confident about "
4428
  "shopping on your site by featuring a trust badge that shows a summary of "
4429
- "verified customer reviews. Trust badges can be enabled using shortcodes or "
4430
- "blocks in the page editor (blocks require WordPress 5.0 or newer).</"
4431
- "p><p>Reviews are considered to be verified when they are collected via an "
4432
- "independent third-party website (www.cusrev.com) integrated with this "
4433
- "plugin. Reviews submitted directly on your site cannot be considered as "
4434
- "verified. Each trust badge contains a nofollow link to a dedicated page at "
4435
- "<b>www.cusrev.com</b> with all verified reviews for your store. You can "
4436
- "configure URL of the page with verified reviews for your store below.</p>"
4437
- msgstr ""
4438
-
4439
- #: includes/settings/class-cr-settings-trust-badges.php:90
4440
- msgid ""
4441
- "Enable this option to display trust badges and additional %1$s icons for "
4442
- "individual reviews on product pages in your store. Each %2$s icon will "
4443
- "contain a nofollow link to a verified copy of the review on <strong>www."
4444
- "cusrev.com</strong>."
4445
- msgstr ""
4446
-
4447
- #: includes/settings/class-cr-settings-trust-badges.php:97
4448
- msgid "Verified Reviews Page"
4449
- msgstr ""
4450
-
4451
- #: includes/settings/class-cr-settings-trust-badges.php:98
4452
- msgid ""
4453
- "Specify name of the page with verified reviews. This will be a base URL for "
4454
- "reviews related to your shop. You can use alphanumeric symbols and '.' in "
4455
- "the name of the page."
4456
  msgstr ""
4457
 
4458
- #: includes/settings/class-cr-settings-trust-badges.php:106
4459
- msgid "Age Restriction"
4460
- msgstr ""
4461
-
4462
- #: includes/settings/class-cr-settings-trust-badges.php:107
4463
  msgid ""
4464
- "Enable this option if your store sells age-restricted products (e.g., adult "
4465
- "content, alcohol, etc.)"
 
4466
  msgstr ""
4467
 
4468
- #: includes/settings/class-cr-settings-trust-badges.php:117
4469
  msgid "Small Light Badge"
4470
  msgstr ""
4471
 
4472
- #: includes/settings/class-cr-settings-trust-badges.php:119
4473
  msgid "Shortcode and preview of the small light trust badge."
4474
  msgstr ""
4475
 
4476
- #: includes/settings/class-cr-settings-trust-badges.php:125
4477
  msgid "Small Light Badge (with Store Rating)"
4478
  msgstr ""
4479
 
4480
- #: includes/settings/class-cr-settings-trust-badges.php:127
4481
  msgid "Shortcode and preview of the small light trust badge with store rating."
4482
  msgstr ""
4483
 
4484
- #: includes/settings/class-cr-settings-trust-badges.php:133
4485
  msgid "Small Dark Badge"
4486
  msgstr ""
4487
 
4488
- #: includes/settings/class-cr-settings-trust-badges.php:135
4489
  msgid "Shortcode and preview of the small dark trust badge."
4490
  msgstr ""
4491
 
4492
- #: includes/settings/class-cr-settings-trust-badges.php:141
4493
  msgid "Small Dark Badge (with Store Rating)"
4494
  msgstr ""
4495
 
4496
- #: includes/settings/class-cr-settings-trust-badges.php:143
4497
  msgid "Shortcode and preview of the small dark trust badge with store rating."
4498
  msgstr ""
4499
 
4500
- #: includes/settings/class-cr-settings-trust-badges.php:149
4501
  msgid "Wide Light Badge"
4502
  msgstr ""
4503
 
4504
- #: includes/settings/class-cr-settings-trust-badges.php:151
4505
  msgid ""
4506
  "Shortcode and preview of the wide light trust badge. The wide badge has a "
4507
  "version for small screens that will be automatically shown when a website is "
4508
  "viewed from phones."
4509
  msgstr ""
4510
 
4511
- #: includes/settings/class-cr-settings-trust-badges.php:157
4512
  msgid "Wide Light Badge (with Store Rating)"
4513
  msgstr ""
4514
 
4515
- #: includes/settings/class-cr-settings-trust-badges.php:159
4516
  msgid ""
4517
  "Shortcode and preview of the wide light trust badge with store rating. The "
4518
  "wide badge has a version for small screens that will be automatically shown "
4519
  "when a website is viewed from phones."
4520
  msgstr ""
4521
 
4522
- #: includes/settings/class-cr-settings-trust-badges.php:165
4523
  msgid "Wide Dark Badge"
4524
  msgstr ""
4525
 
4526
- #: includes/settings/class-cr-settings-trust-badges.php:167
4527
  msgid ""
4528
  "Shortcode and preview of the wide dark trust badge. The wide badge has a "
4529
  "version for small screens that will be automatically shown when a website is "
4530
  "viewed from phones."
4531
  msgstr ""
4532
 
4533
- #: includes/settings/class-cr-settings-trust-badges.php:173
4534
  msgid "Wide Dark Badge (with Store Rating)"
4535
  msgstr ""
4536
 
4537
- #: includes/settings/class-cr-settings-trust-badges.php:175
4538
  msgid ""
4539
  "Shortcode and preview of the wide dark trust badge with store rating. The "
4540
  "wide badge has a version for small screens that will be automatically shown "
4541
  "when a website is viewed from phones."
4542
  msgstr ""
4543
 
4544
- #: includes/settings/class-cr-settings-trust-badges.php:181
4545
  msgid "Compact Light Badge"
4546
  msgstr ""
4547
 
4548
- #: includes/settings/class-cr-settings-trust-badges.php:183
4549
  msgid "Shortcode and preview of the compact light trust badge."
4550
  msgstr ""
4551
 
4552
- #: includes/settings/class-cr-settings-trust-badges.php:189
4553
  msgid "Compact Dark Badge"
4554
  msgstr ""
4555
 
4556
- #: includes/settings/class-cr-settings-trust-badges.php:191
4557
  msgid "Shortcode and preview of the compact dark trust badge."
4558
  msgstr ""
4559
 
4560
- #: includes/settings/class-cr-settings-trust-badges.php:201
4561
  msgid "Floating Trust Badge"
4562
  msgstr ""
4563
 
4564
- #: includes/settings/class-cr-settings-trust-badges.php:203
4565
  msgid ""
4566
  "Settings to display a floating badge with a summary of verified reviews."
4567
  msgstr ""
4568
 
4569
- #: includes/settings/class-cr-settings-trust-badges.php:207
4570
  msgid "Floating Badge"
4571
  msgstr ""
4572
 
4573
- #: includes/settings/class-cr-settings-trust-badges.php:209
4574
  msgid ""
4575
  "Enable this checkbox to display a floating trust badge on public pages of "
4576
  "the website."
4577
  msgstr ""
4578
 
4579
- #: includes/settings/class-cr-settings-trust-badges.php:214
4580
  msgid "Floating Badge Style"
4581
  msgstr ""
4582
 
4583
- #: includes/settings/class-cr-settings-trust-badges.php:216
4584
  msgid "Choose one of the styles for the floating trust badge."
4585
  msgstr ""
4586
 
4587
- #: includes/settings/class-cr-settings-trust-badges.php:220 js/blocks.js:112
4588
  msgid "Light"
4589
  msgstr ""
4590
 
4591
- #: includes/settings/class-cr-settings-trust-badges.php:221 js/blocks.js:116
4592
  msgid "Dark"
4593
  msgstr ""
4594
 
4595
- #: includes/settings/class-cr-settings-trust-badges.php:226
4596
  msgid "Floating Badge Location"
4597
  msgstr ""
4598
 
4599
- #: includes/settings/class-cr-settings-trust-badges.php:228
4600
  msgid "Choose one of the locations for the floating trust badge."
4601
  msgstr ""
4602
 
4603
- #: includes/settings/class-cr-settings-trust-badges.php:232
4604
  msgid "Bottom right"
4605
  msgstr ""
4606
 
4607
- #: includes/settings/class-cr-settings-trust-badges.php:233
4608
  msgid "Bottom left"
4609
  msgstr ""
4610
 
4611
- #: includes/settings/class-cr-settings-trust-badges.php:318
4612
  msgid "color"
4613
  msgstr ""
4614
 
@@ -4679,75 +4693,83 @@ msgstr ""
4679
  msgid "Tags for Reviews"
4680
  msgstr ""
4681
 
4682
- #: includes/trust-badge/class-cr-trust-badge.php:201
4683
  msgid "Independently verified"
4684
  msgstr ""
4685
 
4686
- #: includes/trust-badge/class-cr-trust-badge.php:202
4687
  msgid "independently verified"
4688
  msgstr ""
4689
 
4690
- #: includes/trust-badge/class-cr-trust-badge.php:204
 
 
 
 
 
 
 
 
4691
  msgid "%s rating"
4692
  msgstr ""
4693
 
4694
- #: includes/trust-badge/class-cr-trust-badge.php:205
4695
  msgid "rating %s / 5"
4696
  msgstr ""
4697
 
4698
- #: includes/trust-badge/class-cr-trust-badge.php:206
4699
  msgid "%s store rating"
4700
  msgstr ""
4701
 
4702
- #: includes/trust-badge/class-cr-trust-badge.php:207
4703
  msgid "Store rating %s / 5"
4704
  msgstr ""
4705
 
4706
- #: includes/trust-badge/class-cr-trust-badge.php:208
4707
  msgid "store rating"
4708
  msgstr ""
4709
 
4710
- #: includes/trust-badge/class-cr-trust-badge.php:209
4711
  msgid "%s product rating"
4712
  msgstr ""
4713
 
4714
- #: includes/trust-badge/class-cr-trust-badge.php:210
4715
  msgid "Product rating %s / 5"
4716
  msgstr ""
4717
 
4718
- #: includes/trust-badge/class-cr-trust-badge.php:211
4719
  msgid "product rating"
4720
  msgstr ""
4721
 
4722
- #: includes/trust-badge/class-cr-trust-badge.php:212
4723
- #: includes/trust-badge/class-cr-trust-badge.php:213 templates/cr-rating.php:44
4724
  msgid "%s review"
4725
  msgid_plural "%s reviews"
4726
  msgstr[0] ""
4727
  msgstr[1] ""
4728
 
4729
  #: includes/trust-badge/class-cr-verified-reviews.php:58
4730
- msgid "Trust badges activation error: 'Verified Reviews Page' cannot be empty."
4731
  msgstr ""
4732
 
4733
  #: includes/trust-badge/class-cr-verified-reviews.php:89
4734
- msgid "Trust badges activation error #98. "
4735
  msgstr ""
4736
 
4737
  #: includes/trust-badge/class-cr-verified-reviews.php:94
4738
- msgid "Trust badges have been successfully activated."
4739
  msgstr ""
4740
 
4741
  #: includes/trust-badge/class-cr-verified-reviews.php:97
4742
  msgid ""
4743
- "Trust badges activation error: '%s' is already in use. Please enter a "
4744
  "different page name."
4745
  msgstr ""
4746
 
4747
  #: includes/trust-badge/class-cr-verified-reviews.php:100
4748
  msgid ""
4749
- "Trust badges activation error: page name contains unsupported symbols. Only "
4750
- "latin characters (a-z), numbers (0-9), and . symbol are allowed."
4751
  msgstr ""
4752
 
4753
  #: includes/trust-badge/class-cr-verified-reviews.php:103
@@ -4757,25 +4779,25 @@ msgid ""
4757
  msgstr ""
4758
 
4759
  #: includes/trust-badge/class-cr-verified-reviews.php:106
4760
- msgid "Trust badges activation error #99."
4761
  msgstr ""
4762
 
4763
  #: includes/trust-badge/class-cr-verified-reviews.php:142
4764
- msgid "Trust badges deactivation error #98. Please try again."
4765
  msgstr ""
4766
 
4767
  #: includes/trust-badge/class-cr-verified-reviews.php:149
4768
- msgid "Trust badges have been successfully deactivated."
4769
  msgstr ""
4770
 
4771
  #: includes/trust-badge/class-cr-verified-reviews.php:153
4772
  msgid ""
4773
- "Trust badges deactivation error: the page is blocked, please contact CusRev "
4774
- "support for assistance."
4775
  msgstr ""
4776
 
4777
  #: includes/trust-badge/class-cr-verified-reviews.php:157
4778
- msgid "Trust badges deactivation error #99."
4779
  msgstr ""
4780
 
4781
  #: ivole.php:135
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"
43
  msgid "This reply was originally posted on CR portal"
44
  msgstr ""
45
 
46
+ #: class-ivole.php:152
47
  msgid "View CusRev documentation"
48
  msgstr ""
49
 
50
+ #: class-ivole.php:152
51
  msgid "Docs"
52
  msgstr ""
53
 
54
+ #: class-ivole.php:153
55
  msgid "Visit community forums"
56
  msgstr ""
57
 
58
+ #: class-ivole.php:153
59
  msgid "Community support"
60
  msgstr ""
61
 
62
+ #: class-ivole.php:163
63
  msgid "View Customer Reviews settings"
64
  msgstr ""
65
 
66
+ #: class-ivole.php:163 includes/settings/class-cr-admin-menu-settings.php:60
67
  #: includes/settings/class-cr-admin-menu-settings.php:61
68
  msgid "Settings"
69
  msgstr ""
243
  msgid "Item 2 Test"
244
  msgstr ""
245
 
246
+ #: includes/emails/class-cr-email-func.php:264
247
  #: includes/reviews/class-cr-reviews-list-table.php:410
248
  msgid "Review"
249
  msgstr ""
380
  #: includes/reviews/class-cr-admin-menu-reviews.php:59
381
  #: includes/reviews/class-cr-admin-menu-reviews.php:60
382
  #: includes/settings/class-cr-admin-menu-settings.php:143
383
+ #: includes/settings/class-cr-settings-trust-badges.php:310
384
  msgid "Reviews"
385
  msgstr ""
386
 
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 "
2524
+ "%1$s icons for individual reviews on product pages of your store will be "
2525
+ "displayed. Each %2$s icon will contain a nofollow link to a verified copy of "
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.)"
2548
+ msgstr ""
2549
+
2550
  #: includes/settings/class-cr-settings-discount-tiers.php:37
2551
  msgid ""
2552
  "The option is not available with the coupon type selected for this discount "
2648
  msgstr ""
2649
 
2650
  #: includes/settings/class-cr-settings-discount-tiers.php:146
2651
+ #: includes/settings/class-cr-settings-review-reminder.php:367
2652
  msgid "Roles"
2653
  msgstr ""
2654
 
2859
  msgstr ""
2860
 
2861
  #: includes/settings/class-cr-settings-email-template.php:286
2862
+ msgid "\"Reply-To\" address"
2863
  msgstr ""
2864
 
2865
  #: includes/settings/class-cr-settings-email-template.php:301
3004
  "test email."
3005
  msgstr ""
3006
 
3007
+ #: includes/settings/class-cr-settings-email-template.php:536
3008
  msgid "Return to emails"
3009
  msgstr ""
3010
 
3011
+ #: includes/settings/class-cr-settings-email-template.php:559
3012
  msgid "Email template"
3013
  msgstr ""
3014
 
3015
+ #: includes/settings/class-cr-settings-email-template.php:567
3016
  msgid "Delete template file"
3017
  msgstr ""
3018
 
3019
  #. translators: %s: Path to template file
3020
+ #: includes/settings/class-cr-settings-email-template.php:573
3021
  msgid ""
3022
  "This template has been overridden by your theme and can be found in: %s."
3023
  msgstr ""
3024
 
3025
+ #: includes/settings/class-cr-settings-email-template.php:603
3026
  msgid "Copy file to theme"
3027
  msgstr ""
3028
 
3029
  #. translators: 1: Path to template file 2: Path to theme folder
3030
+ #: includes/settings/class-cr-settings-email-template.php:609
3031
  msgid ""
3032
  "To override and edit this email template copy %1$s to your theme folder: "
3033
  "%2$s."
3034
  msgstr ""
3035
 
3036
+ #: includes/settings/class-cr-settings-email-template.php:617
3037
  msgid "File was not found."
3038
  msgstr ""
3039
 
3040
+ #: includes/settings/class-cr-settings-email-template.php:639
3041
  msgid "View template"
3042
  msgstr ""
3043
 
3044
+ #: includes/settings/class-cr-settings-email-template.php:640
3045
  msgid "Hide template"
3046
  msgstr ""
3047
 
3048
+ #: includes/settings/class-cr-settings-email-template.php:654
3049
  msgid "Are you sure you want to delete this template file?"
3050
  msgstr ""
3051
 
3052
+ #: includes/settings/class-cr-settings-email-template.php:675
3053
+ #: includes/settings/class-cr-settings-email-template.php:681
3054
  msgid "'Email Body' field cannot be empty"
3055
  msgstr ""
3056
 
3057
+ #: includes/settings/class-cr-settings-email-template.php:695
3058
  msgid "Action failed. Please refresh the page and retry."
3059
  msgstr ""
3060
 
3061
+ #: includes/settings/class-cr-settings-email-template.php:699
3062
  msgid "You don&#8217;t have permission to do this."
3063
  msgstr ""
3064
 
3065
+ #: includes/settings/class-cr-settings-email-template.php:721
3066
  msgid "Template file copied to theme."
3067
  msgstr ""
3068
 
3069
+ #: includes/settings/class-cr-settings-email-template.php:733
3070
  msgid "Template file deleted from theme."
3071
  msgstr ""
3072
 
3074
  msgid "Emails"
3075
  msgstr ""
3076
 
3077
+ #: includes/settings/class-cr-settings-emails.php:76
3078
  msgid "Email Templates"
3079
  msgstr ""
3080
 
3081
+ #: includes/settings/class-cr-settings-emails.php:78
3082
  msgid ""
3083
  "Adjust templates of the emails that will be sent to customers. If you enable "
3084
  "<b>advanced</b> email templates in your account on the %1$sCusRev website"
3086
  "below."
3087
  msgstr ""
3088
 
3089
+ #: includes/settings/class-cr-settings-emails.php:109
3090
  msgid "Email"
3091
  msgstr ""
3092
 
3093
+ #: includes/settings/class-cr-settings-emails.php:110
3094
  msgid "Subject"
3095
  msgstr ""
3096
 
3097
+ #: includes/settings/class-cr-settings-emails.php:111
3098
  msgid "From"
3099
  msgstr ""
3100
 
3240
  msgstr ""
3241
 
3242
  #: includes/settings/class-cr-settings-review-discount.php:109
3243
+ #: includes/settings/class-cr-settings-review-reminder.php:494
3244
  msgid "Email Template"
3245
  msgstr ""
3246
 
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
3504
+ #: includes/settings/class-cr-settings-review-reminder.php:945
3505
+ #: includes/settings/class-cr-settings-review-reminder.php:946
3506
+ #: includes/settings/class-cr-settings-review-reminder.php:947
3507
+ #: includes/settings/class-cr-settings-review-reminder.php:948
3508
+ #: includes/settings/class-cr-settings-review-reminder.php:949
3509
  msgid "Checking license..."
3510
  msgstr ""
3511
 
3780
  "in this field."
3781
  msgstr ""
3782
 
3783
+ #: includes/settings/class-cr-settings-review-reminder.php:315
3784
  msgid "Order Status"
3785
  msgstr ""
3786
 
3787
+ #: includes/settings/class-cr-settings-review-reminder.php:317
3788
  msgid ""
3789
  "Review reminders will be sent N days after this order status. It is "
3790
  "recommended to use 'Completed' status."
3791
  msgstr ""
3792
 
3793
+ #: includes/settings/class-cr-settings-review-reminder.php:327
3794
  msgid "Enable for"
3795
  msgstr ""
3796
 
3797
+ #: includes/settings/class-cr-settings-review-reminder.php:329
3798
  msgid ""
3799
  "Define if reminders will be send for all or only specific categories of "
3800
  "products."
3801
  msgstr ""
3802
 
3803
+ #: includes/settings/class-cr-settings-review-reminder.php:336
3804
  msgid "All Categories"
3805
  msgstr ""
3806
 
3807
+ #: includes/settings/class-cr-settings-review-reminder.php:337
3808
  msgid "Specific Categories"
3809
  msgstr ""
3810
 
3811
+ #: includes/settings/class-cr-settings-review-reminder.php:342
3812
  msgid "Categories"
3813
  msgstr ""
3814
 
3815
+ #: includes/settings/class-cr-settings-review-reminder.php:344
3816
  msgid ""
3817
  "If reminders are enabled only for specific categories of products, this "
3818
  "field enables you to choose these categories."
3819
  msgstr ""
3820
 
3821
+ #: includes/settings/class-cr-settings-review-reminder.php:352
3822
  msgid "Enable for Roles"
3823
  msgstr ""
3824
 
3825
+ #: includes/settings/class-cr-settings-review-reminder.php:354
3826
  msgid ""
3827
  "Define if reminders will be send for all or only specific roles of users."
3828
  msgstr ""
3829
 
3830
+ #: includes/settings/class-cr-settings-review-reminder.php:361
3831
  msgid "All Roles"
3832
  msgstr ""
3833
 
3834
+ #: includes/settings/class-cr-settings-review-reminder.php:362
3835
  msgid "Specific Roles"
3836
  msgstr ""
3837
 
3838
+ #: includes/settings/class-cr-settings-review-reminder.php:369
3839
  msgid ""
3840
  "If reminders are enabled only for specific user roles, this field enables "
3841
  "you to choose these roles."
3842
  msgstr ""
3843
 
3844
+ #: includes/settings/class-cr-settings-review-reminder.php:377
3845
  msgid "Enable for Guests"
3846
  msgstr ""
3847
 
3848
+ #: includes/settings/class-cr-settings-review-reminder.php:378
3849
  msgid ""
3850
  "Enable sending of review reminders to customers who place orders without an "
3851
  "account (guest checkout). It is recommended to enable this checkbox, if you "
3852
  "allow customers to place orders without creating an account on your site."
3853
  msgstr ""
3854
 
3855
+ #: includes/settings/class-cr-settings-review-reminder.php:385
3856
  msgid "Reminders Scheduler"
3857
  msgstr ""
3858
 
3859
+ #: includes/settings/class-cr-settings-review-reminder.php:387
3860
  msgid ""
3861
  "Define which scheduler the plugin will use to schedule automatic review "
3862
  "reminders. The default option is to use WordPress Cron (WP-Cron) for "
3865
  "CR Cron is an external service that requires a license key (free or pro)."
3866
  msgstr ""
3867
 
3868
+ #: includes/settings/class-cr-settings-review-reminder.php:397
3869
  msgid "Enable Manual Reminders"
3870
  msgstr ""
3871
 
3872
+ #: includes/settings/class-cr-settings-review-reminder.php:398
3873
  msgid ""
3874
  "Enable manual sending of follow-up emails with a reminder to submit a "
3875
  "review. Manual reminders can be sent for completed orders from %1$sOrders"
3876
  "%2$s page after enabling this option."
3877
  msgstr ""
3878
 
3879
+ #: includes/settings/class-cr-settings-review-reminder.php:405
3880
  msgid "Limit Number of Reminders"
3881
  msgstr ""
3882
 
3883
+ #: includes/settings/class-cr-settings-review-reminder.php:406
3884
  msgid ""
3885
  "Enable this checkbox to make sure that no more than one review reminder is "
3886
  "sent for each order."
3887
  msgstr ""
3888
 
3889
+ #: includes/settings/class-cr-settings-review-reminder.php:413
3890
  msgid "Customer Consent"
3891
  msgstr ""
3892
 
3893
+ #: includes/settings/class-cr-settings-review-reminder.php:414
3894
  msgid ""
3895
  "If this option is enabled, customers will be asked to tick a checkbox on the "
3896
  "checkout page to indicate that they would like to receive an invitation to "
3897
  "review their order."
3898
  msgstr ""
3899
 
3900
+ #: includes/settings/class-cr-settings-review-reminder.php:420
3901
  msgid "Customer Consent Text"
3902
  msgstr ""
3903
 
3904
+ #: includes/settings/class-cr-settings-review-reminder.php:421
3905
  msgid ""
3906
  "Text of the message shown to customers next to the consent checkbox on the "
3907
  "checkout page."
3908
  msgstr ""
3909
 
3910
+ #: includes/settings/class-cr-settings-review-reminder.php:430
3911
  msgid "Registered Customers"
3912
  msgstr ""
3913
 
3914
+ #: includes/settings/class-cr-settings-review-reminder.php:431
3915
  msgid ""
3916
  "By default, review reminders are sent to billing emails provided by "
3917
  "customers during checkout. If you enable this option, the plugin will check "
3920
  "this option disabled."
3921
  msgstr ""
3922
 
3923
+ #: includes/settings/class-cr-settings-review-reminder.php:438
3924
  msgid "Moderation of Reviews"
3925
  msgstr ""
3926
 
3927
+ #: includes/settings/class-cr-settings-review-reminder.php:439
3928
  msgid ""
3929
  "Enable manual moderation of reviews submitted by your verified customers. "
3930
  "This setting applies only to reviews submitted in response to reminders sent "
3931
  "by this plugin."
3932
  msgstr ""
3933
 
3934
+ #: includes/settings/class-cr-settings-review-reminder.php:446
3935
  msgid "Exclude Free Products"
3936
  msgstr ""
3937
 
3938
+ #: includes/settings/class-cr-settings-review-reminder.php:447
3939
  msgid "Enable this checkbox to exclude free products from review invitations."
3940
  msgstr ""
3941
 
3942
+ #: includes/settings/class-cr-settings-review-reminder.php:454
3943
  msgid "Shop Name"
3944
  msgstr ""
3945
 
3946
+ #: includes/settings/class-cr-settings-review-reminder.php:456
3947
  msgid ""
3948
  "Specify your shop name that will be used in emails and review forms "
3949
  "generated by this plugin."
3950
  msgstr ""
3951
 
3952
+ #: includes/settings/class-cr-settings-review-reminder.php:471
3953
+ #: includes/settings/class-cr-settings-review-reminder.php:477
3954
  msgid "Language"
3955
  msgstr ""
3956
 
3957
+ #: includes/settings/class-cr-settings-review-reminder.php:479
3958
  msgid "Choose one of the available languages."
3959
  msgstr ""
3960
 
3961
+ #: includes/settings/class-cr-settings-review-reminder.php:496
3962
  msgid ""
3963
  "The email template of review reminders can be configured on the <a href=\"%s"
3964
  "\">Emails</a> tab."
3965
  msgstr ""
3966
 
3967
+ #: includes/settings/class-cr-settings-review-reminder.php:504
3968
  msgid ""
3969
  "Adjust template of the aggregated review forms that will be created and sent "
3970
  "to customers by CusRev. Modifications will be applied to the next review "
3973
  "b> the settings below."
3974
  msgstr ""
3975
 
3976
+ #: includes/settings/class-cr-settings-review-reminder.php:506
3977
  msgid ""
3978
  "Adjust template of the aggregated review forms that will be created and sent "
3979
  "to customers. Modifications will be applied to the next review form created "
3980
  "after saving settings."
3981
  msgstr ""
3982
 
3983
+ #: includes/settings/class-cr-settings-review-reminder.php:509
3984
  msgid "Review Form Template"
3985
  msgstr ""
3986
 
3987
+ #: includes/settings/class-cr-settings-review-reminder.php:515
3988
  msgid "Form Header"
3989
  msgstr ""
3990
 
3991
+ #: includes/settings/class-cr-settings-review-reminder.php:517
3992
  msgid "Header of the review form that will be sent to customers."
3993
  msgstr ""
3994
 
3995
+ #: includes/settings/class-cr-settings-review-reminder.php:524
3996
  msgid "Form Body"
3997
  msgstr ""
3998
 
3999
+ #: includes/settings/class-cr-settings-review-reminder.php:526
4000
  msgid "Body of the review form that will be sent to customers."
4001
  msgstr ""
4002
 
4003
+ #: includes/settings/class-cr-settings-review-reminder.php:534
4004
  msgid "Shop Rating"
4005
  msgstr ""
4006
 
4007
+ #: includes/settings/class-cr-settings-review-reminder.php:538
4008
  msgid ""
4009
  "Enable this option if you would like to include a separate question for a "
4010
  "general shop review in addition to questions for product reviews."
4011
  msgstr ""
4012
 
4013
+ #: includes/settings/class-cr-settings-review-reminder.php:541
4014
  msgid "Comment Required"
4015
  msgstr ""
4016
 
4017
+ #: includes/settings/class-cr-settings-review-reminder.php:545
4018
  msgid ""
4019
  "Enable this option if you would like to make it mandatory for your customers "
4020
  "to write something in their review. This option applies only to aggregated "
4021
  "review forms."
4022
  msgstr ""
4023
 
4024
+ #: includes/settings/class-cr-settings-review-reminder.php:548
4025
  msgid ""
4026
  "Enable attachment of pictures and videos on aggregated review forms. "
4027
  "Uploaded media files are initially stored on Amazon S3 and automatically "
4031
  "%2$s."
4032
  msgstr ""
4033
 
4034
+ #: includes/settings/class-cr-settings-review-reminder.php:550
4035
  msgid ""
4036
  "Enable attachment of pictures and videos on local aggregated review forms. "
4037
  "This option applies only to aggregated review forms. If you would like to "
4039
  "pages, this can be done %1$shere%2$s."
4040
  msgstr ""
4041
 
4042
+ #: includes/settings/class-cr-settings-review-reminder.php:553
4043
  msgid "Attach Media"
4044
  msgstr ""
4045
 
4046
+ #: includes/settings/class-cr-settings-review-reminder.php:563
4047
  msgid "Rating Bar"
4048
  msgstr ""
4049
 
4050
+ #: includes/settings/class-cr-settings-review-reminder.php:567
4051
  msgid "Visual style of rating bars on review forms."
4052
  msgstr ""
4053
 
4054
+ #: includes/settings/class-cr-settings-review-reminder.php:569
4055
  msgid "Smiley and frowny faces"
4056
  msgstr ""
4057
 
4058
+ #: includes/settings/class-cr-settings-review-reminder.php:570
4059
  #: blocks/src/reviews-grid/edit.js:234 js/blocks.js:946
4060
  msgid "Stars"
4061
  msgstr ""
4062
 
4063
+ #: includes/settings/class-cr-settings-review-reminder.php:575
4064
  msgid "Geolocation"
4065
  msgstr ""
4066
 
4067
+ #: includes/settings/class-cr-settings-review-reminder.php:579
4068
  msgid ""
4069
  "Enable geolocation on aggregated review forms. Customers will have an option "
4070
  "to indicate where they are from. For example, \"England, United Kingdom\"."
4071
  msgstr ""
4072
 
4073
+ #: includes/settings/class-cr-settings-review-reminder.php:580
4074
  msgid "Automatic geolocation on review forms."
4075
  msgstr ""
4076
 
4077
+ #: includes/settings/class-cr-settings-review-reminder.php:586
4078
  msgid "Form Color 1"
4079
  msgstr ""
4080
 
4081
+ #: includes/settings/class-cr-settings-review-reminder.php:590
4082
  msgid "Background color for heading of the form and product names."
4083
  msgstr ""
4084
 
4085
+ #: includes/settings/class-cr-settings-review-reminder.php:594
4086
  msgid "Form Color 2"
4087
  msgstr ""
4088
 
4089
+ #: includes/settings/class-cr-settings-review-reminder.php:598
4090
  msgid "Text color for product names."
4091
  msgstr ""
4092
 
4093
+ #: includes/settings/class-cr-settings-review-reminder.php:602
4094
  msgid "Form Color 3"
4095
  msgstr ""
4096
 
4097
+ #: includes/settings/class-cr-settings-review-reminder.php:606
4098
  msgid "Color of control elements (buttons, rating bars)."
4099
  msgstr ""
4100
 
4101
+ #: includes/settings/class-cr-settings-review-reminder.php:962
4102
  msgid ""
4103
  "While editing the footer text please make sure to keep the unsubscribe link "
4104
  "markup:"
4105
  msgstr ""
4106
 
4107
+ #: includes/settings/class-cr-settings-review-reminder.php:1031
4108
  msgid ""
4109
  "<strong>CR Cron could not be enabled because no license key was entered. A "
4110
  "license key (free or pro) is required to use CR Cron.</strong>"
4458
  "you should specify it here."
4459
  msgstr ""
4460
 
4461
+ #: includes/settings/class-cr-settings-trust-badges.php:45
4462
  #: includes/settings/class-cr-settings-trust-badges.php:83
 
4463
  msgid "Trust Badges"
4464
  msgstr ""
4465
 
4466
+ #: includes/settings/class-cr-settings-trust-badges.php:86
4467
  msgid ""
4468
+ "Increase your store's conversion rate by placing a \"trust badge\" on the "
4469
  "home, checkout or any other page(s). Let customers feel more confident about "
4470
  "shopping on your site by featuring a trust badge that shows a summary of "
4471
+ "customer reviews. Trust badges can be enabled using shortcodes or blocks in "
4472
+ "the page editor (blocks require WordPress 5.0 or newer)."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4473
  msgstr ""
4474
 
4475
+ #: includes/settings/class-cr-settings-trust-badges.php:88
 
 
 
 
4476
  msgid ""
4477
+ "If you enable <a href=\"%1$s\">verification of reviews</a> and claim a <a "
4478
+ "href=\"%2$s\">dedicated page</a> at CusRev.com website, trust badges will "
4479
+ "include a nofollow link to your page there."
4480
  msgstr ""
4481
 
4482
+ #: includes/settings/class-cr-settings-trust-badges.php:93
4483
  msgid "Small Light Badge"
4484
  msgstr ""
4485
 
4486
+ #: includes/settings/class-cr-settings-trust-badges.php:95
4487
  msgid "Shortcode and preview of the small light trust badge."
4488
  msgstr ""
4489
 
4490
+ #: includes/settings/class-cr-settings-trust-badges.php:101
4491
  msgid "Small Light Badge (with Store Rating)"
4492
  msgstr ""
4493
 
4494
+ #: includes/settings/class-cr-settings-trust-badges.php:103
4495
  msgid "Shortcode and preview of the small light trust badge with store rating."
4496
  msgstr ""
4497
 
4498
+ #: includes/settings/class-cr-settings-trust-badges.php:109
4499
  msgid "Small Dark Badge"
4500
  msgstr ""
4501
 
4502
+ #: includes/settings/class-cr-settings-trust-badges.php:111
4503
  msgid "Shortcode and preview of the small dark trust badge."
4504
  msgstr ""
4505
 
4506
+ #: includes/settings/class-cr-settings-trust-badges.php:117
4507
  msgid "Small Dark Badge (with Store Rating)"
4508
  msgstr ""
4509
 
4510
+ #: includes/settings/class-cr-settings-trust-badges.php:119
4511
  msgid "Shortcode and preview of the small dark trust badge with store rating."
4512
  msgstr ""
4513
 
4514
+ #: includes/settings/class-cr-settings-trust-badges.php:125
4515
  msgid "Wide Light Badge"
4516
  msgstr ""
4517
 
4518
+ #: includes/settings/class-cr-settings-trust-badges.php:127
4519
  msgid ""
4520
  "Shortcode and preview of the wide light trust badge. The wide badge has a "
4521
  "version for small screens that will be automatically shown when a website is "
4522
  "viewed from phones."
4523
  msgstr ""
4524
 
4525
+ #: includes/settings/class-cr-settings-trust-badges.php:133
4526
  msgid "Wide Light Badge (with Store Rating)"
4527
  msgstr ""
4528
 
4529
+ #: includes/settings/class-cr-settings-trust-badges.php:135
4530
  msgid ""
4531
  "Shortcode and preview of the wide light trust badge with store rating. The "
4532
  "wide badge has a version for small screens that will be automatically shown "
4533
  "when a website is viewed from phones."
4534
  msgstr ""
4535
 
4536
+ #: includes/settings/class-cr-settings-trust-badges.php:141
4537
  msgid "Wide Dark Badge"
4538
  msgstr ""
4539
 
4540
+ #: includes/settings/class-cr-settings-trust-badges.php:143
4541
  msgid ""
4542
  "Shortcode and preview of the wide dark trust badge. The wide badge has a "
4543
  "version for small screens that will be automatically shown when a website is "
4544
  "viewed from phones."
4545
  msgstr ""
4546
 
4547
+ #: includes/settings/class-cr-settings-trust-badges.php:149
4548
  msgid "Wide Dark Badge (with Store Rating)"
4549
  msgstr ""
4550
 
4551
+ #: includes/settings/class-cr-settings-trust-badges.php:151
4552
  msgid ""
4553
  "Shortcode and preview of the wide dark trust badge with store rating. The "
4554
  "wide badge has a version for small screens that will be automatically shown "
4555
  "when a website is viewed from phones."
4556
  msgstr ""
4557
 
4558
+ #: includes/settings/class-cr-settings-trust-badges.php:157
4559
  msgid "Compact Light Badge"
4560
  msgstr ""
4561
 
4562
+ #: includes/settings/class-cr-settings-trust-badges.php:159
4563
  msgid "Shortcode and preview of the compact light trust badge."
4564
  msgstr ""
4565
 
4566
+ #: includes/settings/class-cr-settings-trust-badges.php:165
4567
  msgid "Compact Dark Badge"
4568
  msgstr ""
4569
 
4570
+ #: includes/settings/class-cr-settings-trust-badges.php:167
4571
  msgid "Shortcode and preview of the compact dark trust badge."
4572
  msgstr ""
4573
 
4574
+ #: includes/settings/class-cr-settings-trust-badges.php:177
4575
  msgid "Floating Trust Badge"
4576
  msgstr ""
4577
 
4578
+ #: includes/settings/class-cr-settings-trust-badges.php:179
4579
  msgid ""
4580
  "Settings to display a floating badge with a summary of verified reviews."
4581
  msgstr ""
4582
 
4583
+ #: includes/settings/class-cr-settings-trust-badges.php:183
4584
  msgid "Floating Badge"
4585
  msgstr ""
4586
 
4587
+ #: includes/settings/class-cr-settings-trust-badges.php:185
4588
  msgid ""
4589
  "Enable this checkbox to display a floating trust badge on public pages of "
4590
  "the website."
4591
  msgstr ""
4592
 
4593
+ #: includes/settings/class-cr-settings-trust-badges.php:190
4594
  msgid "Floating Badge Style"
4595
  msgstr ""
4596
 
4597
+ #: includes/settings/class-cr-settings-trust-badges.php:192
4598
  msgid "Choose one of the styles for the floating trust badge."
4599
  msgstr ""
4600
 
4601
+ #: includes/settings/class-cr-settings-trust-badges.php:196 js/blocks.js:112
4602
  msgid "Light"
4603
  msgstr ""
4604
 
4605
+ #: includes/settings/class-cr-settings-trust-badges.php:197 js/blocks.js:116
4606
  msgid "Dark"
4607
  msgstr ""
4608
 
4609
+ #: includes/settings/class-cr-settings-trust-badges.php:202
4610
  msgid "Floating Badge Location"
4611
  msgstr ""
4612
 
4613
+ #: includes/settings/class-cr-settings-trust-badges.php:204
4614
  msgid "Choose one of the locations for the floating trust badge."
4615
  msgstr ""
4616
 
4617
+ #: includes/settings/class-cr-settings-trust-badges.php:208
4618
  msgid "Bottom right"
4619
  msgstr ""
4620
 
4621
+ #: includes/settings/class-cr-settings-trust-badges.php:209
4622
  msgid "Bottom left"
4623
  msgstr ""
4624
 
4625
+ #: includes/settings/class-cr-settings-trust-badges.php:294
4626
  msgid "color"
4627
  msgstr ""
4628
 
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] ""
4749
  msgstr[1] ""
4750
 
4751
  #: includes/trust-badge/class-cr-verified-reviews.php:58
4752
+ msgid "CusRev.com page activation error: 'Page URL' cannot be empty."
4753
  msgstr ""
4754
 
4755
  #: includes/trust-badge/class-cr-verified-reviews.php:89
4756
+ msgid "CusRev.com page activation error #98. "
4757
  msgstr ""
4758
 
4759
  #: includes/trust-badge/class-cr-verified-reviews.php:94
4760
+ msgid "CusRev.com page has been successfully enabled."
4761
  msgstr ""
4762
 
4763
  #: includes/trust-badge/class-cr-verified-reviews.php:97
4764
  msgid ""
4765
+ "CusRev.com page activation error: '%s' is already in use. Please enter a "
4766
  "different page name."
4767
  msgstr ""
4768
 
4769
  #: includes/trust-badge/class-cr-verified-reviews.php:100
4770
  msgid ""
4771
+ "CusRev.com page activation error: page URL contains unsupported symbols. "
4772
+ "Only latin characters (a-z), numbers (0-9), and . symbol are allowed."
4773
  msgstr ""
4774
 
4775
  #: includes/trust-badge/class-cr-verified-reviews.php:103
4779
  msgstr ""
4780
 
4781
  #: includes/trust-badge/class-cr-verified-reviews.php:106
4782
+ msgid "CusRev.com page activation error #99."
4783
  msgstr ""
4784
 
4785
  #: includes/trust-badge/class-cr-verified-reviews.php:142
4786
+ msgid "CusRev.com page deactivation error #98. Please try again."
4787
  msgstr ""
4788
 
4789
  #: includes/trust-badge/class-cr-verified-reviews.php:149
4790
+ msgid "CusRev.com page has been successfully disabled."
4791
  msgstr ""
4792
 
4793
  #: includes/trust-badge/class-cr-verified-reviews.php:153
4794
  msgid ""
4795
+ "CusRev.com page deactivation error: the page is blocked, please contact "
4796
+ "CusRev support for assistance."
4797
  msgstr ""
4798
 
4799
  #: includes/trust-badge/class-cr-verified-reviews.php:157
4800
+ msgid "CusRev.com page deactivation error #99."
4801
  msgstr ""
4802
 
4803
  #: ivole.php:135
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-10-28T14:21:16+00:00\n"
10
  "PO-Revision-Date: 2018-03-04 15:34+0000\n"
11
  "Last-Translator: \n"
12
  "Language-Team: \n"
@@ -43,27 +43,27 @@ msgstr ""
43
  msgid "This reply was originally posted on CR portal"
44
  msgstr ""
45
 
46
- #: class-ivole.php:150
47
  msgid "View CusRev documentation"
48
  msgstr ""
49
 
50
- #: class-ivole.php:150
51
  msgid "Docs"
52
  msgstr ""
53
 
54
- #: class-ivole.php:151
55
  msgid "Visit community forums"
56
  msgstr ""
57
 
58
- #: class-ivole.php:151
59
  msgid "Community support"
60
  msgstr ""
61
 
62
- #: class-ivole.php:161
63
  msgid "View Customer Reviews settings"
64
  msgstr ""
65
 
66
- #: class-ivole.php:161 includes/settings/class-cr-admin-menu-settings.php:60
67
  #: includes/settings/class-cr-admin-menu-settings.php:61
68
  msgid "Settings"
69
  msgstr ""
@@ -243,7 +243,7 @@ msgstr ""
243
  msgid "Item 2 Test"
244
  msgstr ""
245
 
246
- #: includes/emails/class-cr-email-func.php:263
247
  #: includes/reviews/class-cr-reviews-list-table.php:410
248
  msgid "Review"
249
  msgstr ""
@@ -380,7 +380,7 @@ msgstr ""
380
  #: includes/reviews/class-cr-admin-menu-reviews.php:59
381
  #: includes/reviews/class-cr-admin-menu-reviews.php:60
382
  #: includes/settings/class-cr-admin-menu-settings.php:143
383
- #: includes/settings/class-cr-settings-trust-badges.php:336
384
  msgid "Reviews"
385
  msgstr ""
386
 
@@ -2504,6 +2504,49 @@ msgid ""
2504
  "settings</a>."
2505
  msgstr ""
2506
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2507
  #: includes/settings/class-cr-settings-discount-tiers.php:37
2508
  msgid ""
2509
  "The option is not available with the coupon type selected for this discount "
@@ -2605,7 +2648,7 @@ msgid "Specific roles"
2605
  msgstr ""
2606
 
2607
  #: includes/settings/class-cr-settings-discount-tiers.php:146
2608
- #: includes/settings/class-cr-settings-review-reminder.php:362
2609
  msgid "Roles"
2610
  msgstr ""
2611
 
@@ -2816,7 +2859,7 @@ msgid ""
2816
  msgstr ""
2817
 
2818
  #: includes/settings/class-cr-settings-email-template.php:286
2819
- msgid "\"Reply-To\" Address"
2820
  msgstr ""
2821
 
2822
  #: includes/settings/class-cr-settings-email-template.php:301
@@ -2961,69 +3004,69 @@ msgid ""
2961
  "test email."
2962
  msgstr ""
2963
 
2964
- #: includes/settings/class-cr-settings-email-template.php:533
2965
  msgid "Return to emails"
2966
  msgstr ""
2967
 
2968
- #: includes/settings/class-cr-settings-email-template.php:552
2969
  msgid "Email template"
2970
  msgstr ""
2971
 
2972
- #: includes/settings/class-cr-settings-email-template.php:560
2973
  msgid "Delete template file"
2974
  msgstr ""
2975
 
2976
  #. translators: %s: Path to template file
2977
- #: includes/settings/class-cr-settings-email-template.php:566
2978
  msgid ""
2979
  "This template has been overridden by your theme and can be found in: %s."
2980
  msgstr ""
2981
 
2982
- #: includes/settings/class-cr-settings-email-template.php:596
2983
  msgid "Copy file to theme"
2984
  msgstr ""
2985
 
2986
  #. translators: 1: Path to template file 2: Path to theme folder
2987
- #: includes/settings/class-cr-settings-email-template.php:602
2988
  msgid ""
2989
  "To override and edit this email template copy %1$s to your theme folder: "
2990
  "%2$s."
2991
  msgstr ""
2992
 
2993
- #: includes/settings/class-cr-settings-email-template.php:610
2994
  msgid "File was not found."
2995
  msgstr ""
2996
 
2997
- #: includes/settings/class-cr-settings-email-template.php:632
2998
  msgid "View template"
2999
  msgstr ""
3000
 
3001
- #: includes/settings/class-cr-settings-email-template.php:633
3002
  msgid "Hide template"
3003
  msgstr ""
3004
 
3005
- #: includes/settings/class-cr-settings-email-template.php:647
3006
  msgid "Are you sure you want to delete this template file?"
3007
  msgstr ""
3008
 
3009
- #: includes/settings/class-cr-settings-email-template.php:668
3010
- #: includes/settings/class-cr-settings-email-template.php:674
3011
  msgid "'Email Body' field cannot be empty"
3012
  msgstr ""
3013
 
3014
- #: includes/settings/class-cr-settings-email-template.php:688
3015
  msgid "Action failed. Please refresh the page and retry."
3016
  msgstr ""
3017
 
3018
- #: includes/settings/class-cr-settings-email-template.php:692
3019
  msgid "You don&#8217;t have permission to do this."
3020
  msgstr ""
3021
 
3022
- #: includes/settings/class-cr-settings-email-template.php:714
3023
  msgid "Template file copied to theme."
3024
  msgstr ""
3025
 
3026
- #: includes/settings/class-cr-settings-email-template.php:726
3027
  msgid "Template file deleted from theme."
3028
  msgstr ""
3029
 
@@ -3031,11 +3074,11 @@ msgstr ""
3031
  msgid "Emails"
3032
  msgstr ""
3033
 
3034
- #: includes/settings/class-cr-settings-emails.php:69
3035
  msgid "Email Templates"
3036
  msgstr ""
3037
 
3038
- #: includes/settings/class-cr-settings-emails.php:71
3039
  msgid ""
3040
  "Adjust templates of the emails that will be sent to customers. If you enable "
3041
  "<b>advanced</b> email templates in your account on the %1$sCusRev website"
@@ -3043,15 +3086,15 @@ msgid ""
3043
  "below."
3044
  msgstr ""
3045
 
3046
- #: includes/settings/class-cr-settings-emails.php:102
3047
  msgid "Email"
3048
  msgstr ""
3049
 
3050
- #: includes/settings/class-cr-settings-emails.php:103
3051
  msgid "Subject"
3052
  msgstr ""
3053
 
3054
- #: includes/settings/class-cr-settings-emails.php:104
3055
  msgid "From"
3056
  msgstr ""
3057
 
@@ -3197,7 +3240,7 @@ msgid "Reply-To Address"
3197
  msgstr ""
3198
 
3199
  #: includes/settings/class-cr-settings-review-discount.php:109
3200
- #: includes/settings/class-cr-settings-review-reminder.php:480
3201
  msgid "Email Template"
3202
  msgstr ""
3203
 
@@ -3458,11 +3501,11 @@ msgstr ""
3458
  #: includes/settings/class-cr-settings-review-reminder.php:89
3459
  #: includes/settings/class-cr-settings-review-reminder.php:94
3460
  #: includes/settings/class-cr-settings-review-reminder.php:99
3461
- #: includes/settings/class-cr-settings-review-reminder.php:931
3462
- #: includes/settings/class-cr-settings-review-reminder.php:932
3463
- #: includes/settings/class-cr-settings-review-reminder.php:933
3464
- #: includes/settings/class-cr-settings-review-reminder.php:934
3465
- #: includes/settings/class-cr-settings-review-reminder.php:935
3466
  msgid "Checking license..."
3467
  msgstr ""
3468
 
@@ -3737,83 +3780,83 @@ msgid ""
3737
  "in this field."
3738
  msgstr ""
3739
 
3740
- #: includes/settings/class-cr-settings-review-reminder.php:314
3741
  msgid "Order Status"
3742
  msgstr ""
3743
 
3744
- #: includes/settings/class-cr-settings-review-reminder.php:316
3745
  msgid ""
3746
  "Review reminders will be sent N days after this order status. It is "
3747
  "recommended to use 'Completed' status."
3748
  msgstr ""
3749
 
3750
- #: includes/settings/class-cr-settings-review-reminder.php:325
3751
  msgid "Enable for"
3752
  msgstr ""
3753
 
3754
- #: includes/settings/class-cr-settings-review-reminder.php:327
3755
  msgid ""
3756
  "Define if reminders will be send for all or only specific categories of "
3757
  "products."
3758
  msgstr ""
3759
 
3760
- #: includes/settings/class-cr-settings-review-reminder.php:334
3761
  msgid "All Categories"
3762
  msgstr ""
3763
 
3764
- #: includes/settings/class-cr-settings-review-reminder.php:335
3765
  msgid "Specific Categories"
3766
  msgstr ""
3767
 
3768
- #: includes/settings/class-cr-settings-review-reminder.php:339
3769
  msgid "Categories"
3770
  msgstr ""
3771
 
3772
- #: includes/settings/class-cr-settings-review-reminder.php:341
3773
  msgid ""
3774
  "If reminders are enabled only for specific categories of products, this "
3775
  "field enables you to choose these categories."
3776
  msgstr ""
3777
 
3778
- #: includes/settings/class-cr-settings-review-reminder.php:348
3779
  msgid "Enable for Roles"
3780
  msgstr ""
3781
 
3782
- #: includes/settings/class-cr-settings-review-reminder.php:350
3783
  msgid ""
3784
  "Define if reminders will be send for all or only specific roles of users."
3785
  msgstr ""
3786
 
3787
- #: includes/settings/class-cr-settings-review-reminder.php:357
3788
  msgid "All Roles"
3789
  msgstr ""
3790
 
3791
- #: includes/settings/class-cr-settings-review-reminder.php:358
3792
  msgid "Specific Roles"
3793
  msgstr ""
3794
 
3795
- #: includes/settings/class-cr-settings-review-reminder.php:364
3796
  msgid ""
3797
  "If reminders are enabled only for specific user roles, this field enables "
3798
  "you to choose these roles."
3799
  msgstr ""
3800
 
3801
- #: includes/settings/class-cr-settings-review-reminder.php:371
3802
  msgid "Enable for Guests"
3803
  msgstr ""
3804
 
3805
- #: includes/settings/class-cr-settings-review-reminder.php:372
3806
  msgid ""
3807
  "Enable sending of review reminders to customers who place orders without an "
3808
  "account (guest checkout). It is recommended to enable this checkbox, if you "
3809
  "allow customers to place orders without creating an account on your site."
3810
  msgstr ""
3811
 
3812
- #: includes/settings/class-cr-settings-review-reminder.php:378
3813
  msgid "Reminders Scheduler"
3814
  msgstr ""
3815
 
3816
- #: includes/settings/class-cr-settings-review-reminder.php:380
3817
  msgid ""
3818
  "Define which scheduler the plugin will use to schedule automatic review "
3819
  "reminders. The default option is to use WordPress Cron (WP-Cron) for "
@@ -3822,53 +3865,53 @@ msgid ""
3822
  "CR Cron is an external service that requires a license key (free or pro)."
3823
  msgstr ""
3824
 
3825
- #: includes/settings/class-cr-settings-review-reminder.php:389
3826
  msgid "Enable Manual Reminders"
3827
  msgstr ""
3828
 
3829
- #: includes/settings/class-cr-settings-review-reminder.php:390
3830
  msgid ""
3831
  "Enable manual sending of follow-up emails with a reminder to submit a "
3832
  "review. Manual reminders can be sent for completed orders from %1$sOrders"
3833
  "%2$s page after enabling this option."
3834
  msgstr ""
3835
 
3836
- #: includes/settings/class-cr-settings-review-reminder.php:396
3837
  msgid "Limit Number of Reminders"
3838
  msgstr ""
3839
 
3840
- #: includes/settings/class-cr-settings-review-reminder.php:397
3841
  msgid ""
3842
  "Enable this checkbox to make sure that no more than one review reminder is "
3843
  "sent for each order."
3844
  msgstr ""
3845
 
3846
- #: includes/settings/class-cr-settings-review-reminder.php:403
3847
  msgid "Customer Consent"
3848
  msgstr ""
3849
 
3850
- #: includes/settings/class-cr-settings-review-reminder.php:404
3851
  msgid ""
3852
  "If this option is enabled, customers will be asked to tick a checkbox on the "
3853
  "checkout page to indicate that they would like to receive an invitation to "
3854
  "review their order."
3855
  msgstr ""
3856
 
3857
- #: includes/settings/class-cr-settings-review-reminder.php:410
3858
  msgid "Customer Consent Text"
3859
  msgstr ""
3860
 
3861
- #: includes/settings/class-cr-settings-review-reminder.php:411
3862
  msgid ""
3863
  "Text of the message shown to customers next to the consent checkbox on the "
3864
  "checkout page."
3865
  msgstr ""
3866
 
3867
- #: includes/settings/class-cr-settings-review-reminder.php:420
3868
  msgid "Registered Customers"
3869
  msgstr ""
3870
 
3871
- #: includes/settings/class-cr-settings-review-reminder.php:421
3872
  msgid ""
3873
  "By default, review reminders are sent to billing emails provided by "
3874
  "customers during checkout. If you enable this option, the plugin will check "
@@ -3877,51 +3920,51 @@ msgid ""
3877
  "this option disabled."
3878
  msgstr ""
3879
 
3880
- #: includes/settings/class-cr-settings-review-reminder.php:427
3881
  msgid "Moderation of Reviews"
3882
  msgstr ""
3883
 
3884
- #: includes/settings/class-cr-settings-review-reminder.php:428
3885
  msgid ""
3886
  "Enable manual moderation of reviews submitted by your verified customers. "
3887
  "This setting applies only to reviews submitted in response to reminders sent "
3888
  "by this plugin."
3889
  msgstr ""
3890
 
3891
- #: includes/settings/class-cr-settings-review-reminder.php:434
3892
  msgid "Exclude Free Products"
3893
  msgstr ""
3894
 
3895
- #: includes/settings/class-cr-settings-review-reminder.php:435
3896
  msgid "Enable this checkbox to exclude free products from review invitations."
3897
  msgstr ""
3898
 
3899
- #: includes/settings/class-cr-settings-review-reminder.php:441
3900
  msgid "Shop Name"
3901
  msgstr ""
3902
 
3903
- #: includes/settings/class-cr-settings-review-reminder.php:443
3904
  msgid ""
3905
  "Specify your shop name that will be used in emails and review forms "
3906
  "generated by this plugin."
3907
  msgstr ""
3908
 
3909
- #: includes/settings/class-cr-settings-review-reminder.php:458
3910
- #: includes/settings/class-cr-settings-review-reminder.php:464
3911
  msgid "Language"
3912
  msgstr ""
3913
 
3914
- #: includes/settings/class-cr-settings-review-reminder.php:466
3915
  msgid "Choose one of the available languages."
3916
  msgstr ""
3917
 
3918
- #: includes/settings/class-cr-settings-review-reminder.php:482
3919
  msgid ""
3920
  "The email template of review reminders can be configured on the <a href=\"%s"
3921
  "\">Emails</a> tab."
3922
  msgstr ""
3923
 
3924
- #: includes/settings/class-cr-settings-review-reminder.php:490
3925
  msgid ""
3926
  "Adjust template of the aggregated review forms that will be created and sent "
3927
  "to customers by CusRev. Modifications will be applied to the next review "
@@ -3930,55 +3973,55 @@ msgid ""
3930
  "b> the settings below."
3931
  msgstr ""
3932
 
3933
- #: includes/settings/class-cr-settings-review-reminder.php:492
3934
  msgid ""
3935
  "Adjust template of the aggregated review forms that will be created and sent "
3936
  "to customers. Modifications will be applied to the next review form created "
3937
  "after saving settings."
3938
  msgstr ""
3939
 
3940
- #: includes/settings/class-cr-settings-review-reminder.php:495
3941
  msgid "Review Form Template"
3942
  msgstr ""
3943
 
3944
- #: includes/settings/class-cr-settings-review-reminder.php:501
3945
  msgid "Form Header"
3946
  msgstr ""
3947
 
3948
- #: includes/settings/class-cr-settings-review-reminder.php:503
3949
  msgid "Header of the review form that will be sent to customers."
3950
  msgstr ""
3951
 
3952
- #: includes/settings/class-cr-settings-review-reminder.php:510
3953
  msgid "Form Body"
3954
  msgstr ""
3955
 
3956
- #: includes/settings/class-cr-settings-review-reminder.php:512
3957
  msgid "Body of the review form that will be sent to customers."
3958
  msgstr ""
3959
 
3960
- #: includes/settings/class-cr-settings-review-reminder.php:520
3961
  msgid "Shop Rating"
3962
  msgstr ""
3963
 
3964
- #: includes/settings/class-cr-settings-review-reminder.php:524
3965
  msgid ""
3966
  "Enable this option if you would like to include a separate question for a "
3967
  "general shop review in addition to questions for product reviews."
3968
  msgstr ""
3969
 
3970
- #: includes/settings/class-cr-settings-review-reminder.php:527
3971
  msgid "Comment Required"
3972
  msgstr ""
3973
 
3974
- #: includes/settings/class-cr-settings-review-reminder.php:531
3975
  msgid ""
3976
  "Enable this option if you would like to make it mandatory for your customers "
3977
  "to write something in their review. This option applies only to aggregated "
3978
  "review forms."
3979
  msgstr ""
3980
 
3981
- #: includes/settings/class-cr-settings-review-reminder.php:534
3982
  msgid ""
3983
  "Enable attachment of pictures and videos on aggregated review forms. "
3984
  "Uploaded media files are initially stored on Amazon S3 and automatically "
@@ -3988,7 +4031,7 @@ msgid ""
3988
  "%2$s."
3989
  msgstr ""
3990
 
3991
- #: includes/settings/class-cr-settings-review-reminder.php:536
3992
  msgid ""
3993
  "Enable attachment of pictures and videos on local aggregated review forms. "
3994
  "This option applies only to aggregated review forms. If you would like to "
@@ -3996,72 +4039,72 @@ msgid ""
3996
  "pages, this can be done %1$shere%2$s."
3997
  msgstr ""
3998
 
3999
- #: includes/settings/class-cr-settings-review-reminder.php:539
4000
  msgid "Attach Media"
4001
  msgstr ""
4002
 
4003
- #: includes/settings/class-cr-settings-review-reminder.php:549
4004
  msgid "Rating Bar"
4005
  msgstr ""
4006
 
4007
- #: includes/settings/class-cr-settings-review-reminder.php:553
4008
  msgid "Visual style of rating bars on review forms."
4009
  msgstr ""
4010
 
4011
- #: includes/settings/class-cr-settings-review-reminder.php:555
4012
  msgid "Smiley and frowny faces"
4013
  msgstr ""
4014
 
4015
- #: includes/settings/class-cr-settings-review-reminder.php:556
4016
  #: blocks/src/reviews-grid/edit.js:234 js/blocks.js:946
4017
  msgid "Stars"
4018
  msgstr ""
4019
 
4020
- #: includes/settings/class-cr-settings-review-reminder.php:561
4021
  msgid "Geolocation"
4022
  msgstr ""
4023
 
4024
- #: includes/settings/class-cr-settings-review-reminder.php:565
4025
  msgid ""
4026
  "Enable geolocation on aggregated review forms. Customers will have an option "
4027
  "to indicate where they are from. For example, \"England, United Kingdom\"."
4028
  msgstr ""
4029
 
4030
- #: includes/settings/class-cr-settings-review-reminder.php:566
4031
  msgid "Automatic geolocation on review forms."
4032
  msgstr ""
4033
 
4034
- #: includes/settings/class-cr-settings-review-reminder.php:572
4035
  msgid "Form Color 1"
4036
  msgstr ""
4037
 
4038
- #: includes/settings/class-cr-settings-review-reminder.php:576
4039
  msgid "Background color for heading of the form and product names."
4040
  msgstr ""
4041
 
4042
- #: includes/settings/class-cr-settings-review-reminder.php:580
4043
  msgid "Form Color 2"
4044
  msgstr ""
4045
 
4046
- #: includes/settings/class-cr-settings-review-reminder.php:584
4047
  msgid "Text color for product names."
4048
  msgstr ""
4049
 
4050
- #: includes/settings/class-cr-settings-review-reminder.php:588
4051
  msgid "Form Color 3"
4052
  msgstr ""
4053
 
4054
- #: includes/settings/class-cr-settings-review-reminder.php:592
4055
  msgid "Color of control elements (buttons, rating bars)."
4056
  msgstr ""
4057
 
4058
- #: includes/settings/class-cr-settings-review-reminder.php:948
4059
  msgid ""
4060
  "While editing the footer text please make sure to keep the unsubscribe link "
4061
  "markup:"
4062
  msgstr ""
4063
 
4064
- #: includes/settings/class-cr-settings-review-reminder.php:1017
4065
  msgid ""
4066
  "<strong>CR Cron could not be enabled because no license key was entered. A "
4067
  "license key (free or pro) is required to use CR Cron.</strong>"
@@ -4415,200 +4458,171 @@ msgid ""
4415
  "you should specify it here."
4416
  msgstr ""
4417
 
4418
- #: includes/settings/class-cr-settings-trust-badges.php:50
4419
  #: includes/settings/class-cr-settings-trust-badges.php:83
4420
- #: includes/settings/class-cr-settings-trust-badges.php:89
4421
  msgid "Trust Badges"
4422
  msgstr ""
4423
 
4424
- #: includes/settings/class-cr-settings-trust-badges.php:85
4425
  msgid ""
4426
- "<p>Increase your store's conversion rate by placing a \"trust badge\" on the "
4427
  "home, checkout or any other page(s). Let customers feel more confident about "
4428
  "shopping on your site by featuring a trust badge that shows a summary of "
4429
- "verified customer reviews. Trust badges can be enabled using shortcodes or "
4430
- "blocks in the page editor (blocks require WordPress 5.0 or newer).</"
4431
- "p><p>Reviews are considered to be verified when they are collected via an "
4432
- "independent third-party website (www.cusrev.com) integrated with this "
4433
- "plugin. Reviews submitted directly on your site cannot be considered as "
4434
- "verified. Each trust badge contains a nofollow link to a dedicated page at "
4435
- "<b>www.cusrev.com</b> with all verified reviews for your store. You can "
4436
- "configure URL of the page with verified reviews for your store below.</p>"
4437
- msgstr ""
4438
-
4439
- #: includes/settings/class-cr-settings-trust-badges.php:90
4440
- msgid ""
4441
- "Enable this option to display trust badges and additional %1$s icons for "
4442
- "individual reviews on product pages in your store. Each %2$s icon will "
4443
- "contain a nofollow link to a verified copy of the review on <strong>www."
4444
- "cusrev.com</strong>."
4445
- msgstr ""
4446
-
4447
- #: includes/settings/class-cr-settings-trust-badges.php:97
4448
- msgid "Verified Reviews Page"
4449
- msgstr ""
4450
-
4451
- #: includes/settings/class-cr-settings-trust-badges.php:98
4452
- msgid ""
4453
- "Specify name of the page with verified reviews. This will be a base URL for "
4454
- "reviews related to your shop. You can use alphanumeric symbols and '.' in "
4455
- "the name of the page."
4456
  msgstr ""
4457
 
4458
- #: includes/settings/class-cr-settings-trust-badges.php:106
4459
- msgid "Age Restriction"
4460
- msgstr ""
4461
-
4462
- #: includes/settings/class-cr-settings-trust-badges.php:107
4463
  msgid ""
4464
- "Enable this option if your store sells age-restricted products (e.g., adult "
4465
- "content, alcohol, etc.)"
 
4466
  msgstr ""
4467
 
4468
- #: includes/settings/class-cr-settings-trust-badges.php:117
4469
  msgid "Small Light Badge"
4470
  msgstr ""
4471
 
4472
- #: includes/settings/class-cr-settings-trust-badges.php:119
4473
  msgid "Shortcode and preview of the small light trust badge."
4474
  msgstr ""
4475
 
4476
- #: includes/settings/class-cr-settings-trust-badges.php:125
4477
  msgid "Small Light Badge (with Store Rating)"
4478
  msgstr ""
4479
 
4480
- #: includes/settings/class-cr-settings-trust-badges.php:127
4481
  msgid "Shortcode and preview of the small light trust badge with store rating."
4482
  msgstr ""
4483
 
4484
- #: includes/settings/class-cr-settings-trust-badges.php:133
4485
  msgid "Small Dark Badge"
4486
  msgstr ""
4487
 
4488
- #: includes/settings/class-cr-settings-trust-badges.php:135
4489
  msgid "Shortcode and preview of the small dark trust badge."
4490
  msgstr ""
4491
 
4492
- #: includes/settings/class-cr-settings-trust-badges.php:141
4493
  msgid "Small Dark Badge (with Store Rating)"
4494
  msgstr ""
4495
 
4496
- #: includes/settings/class-cr-settings-trust-badges.php:143
4497
  msgid "Shortcode and preview of the small dark trust badge with store rating."
4498
  msgstr ""
4499
 
4500
- #: includes/settings/class-cr-settings-trust-badges.php:149
4501
  msgid "Wide Light Badge"
4502
  msgstr ""
4503
 
4504
- #: includes/settings/class-cr-settings-trust-badges.php:151
4505
  msgid ""
4506
  "Shortcode and preview of the wide light trust badge. The wide badge has a "
4507
  "version for small screens that will be automatically shown when a website is "
4508
  "viewed from phones."
4509
  msgstr ""
4510
 
4511
- #: includes/settings/class-cr-settings-trust-badges.php:157
4512
  msgid "Wide Light Badge (with Store Rating)"
4513
  msgstr ""
4514
 
4515
- #: includes/settings/class-cr-settings-trust-badges.php:159
4516
  msgid ""
4517
  "Shortcode and preview of the wide light trust badge with store rating. The "
4518
  "wide badge has a version for small screens that will be automatically shown "
4519
  "when a website is viewed from phones."
4520
  msgstr ""
4521
 
4522
- #: includes/settings/class-cr-settings-trust-badges.php:165
4523
  msgid "Wide Dark Badge"
4524
  msgstr ""
4525
 
4526
- #: includes/settings/class-cr-settings-trust-badges.php:167
4527
  msgid ""
4528
  "Shortcode and preview of the wide dark trust badge. The wide badge has a "
4529
  "version for small screens that will be automatically shown when a website is "
4530
  "viewed from phones."
4531
  msgstr ""
4532
 
4533
- #: includes/settings/class-cr-settings-trust-badges.php:173
4534
  msgid "Wide Dark Badge (with Store Rating)"
4535
  msgstr ""
4536
 
4537
- #: includes/settings/class-cr-settings-trust-badges.php:175
4538
  msgid ""
4539
  "Shortcode and preview of the wide dark trust badge with store rating. The "
4540
  "wide badge has a version for small screens that will be automatically shown "
4541
  "when a website is viewed from phones."
4542
  msgstr ""
4543
 
4544
- #: includes/settings/class-cr-settings-trust-badges.php:181
4545
  msgid "Compact Light Badge"
4546
  msgstr ""
4547
 
4548
- #: includes/settings/class-cr-settings-trust-badges.php:183
4549
  msgid "Shortcode and preview of the compact light trust badge."
4550
  msgstr ""
4551
 
4552
- #: includes/settings/class-cr-settings-trust-badges.php:189
4553
  msgid "Compact Dark Badge"
4554
  msgstr ""
4555
 
4556
- #: includes/settings/class-cr-settings-trust-badges.php:191
4557
  msgid "Shortcode and preview of the compact dark trust badge."
4558
  msgstr ""
4559
 
4560
- #: includes/settings/class-cr-settings-trust-badges.php:201
4561
  msgid "Floating Trust Badge"
4562
  msgstr ""
4563
 
4564
- #: includes/settings/class-cr-settings-trust-badges.php:203
4565
  msgid ""
4566
  "Settings to display a floating badge with a summary of verified reviews."
4567
  msgstr ""
4568
 
4569
- #: includes/settings/class-cr-settings-trust-badges.php:207
4570
  msgid "Floating Badge"
4571
  msgstr ""
4572
 
4573
- #: includes/settings/class-cr-settings-trust-badges.php:209
4574
  msgid ""
4575
  "Enable this checkbox to display a floating trust badge on public pages of "
4576
  "the website."
4577
  msgstr ""
4578
 
4579
- #: includes/settings/class-cr-settings-trust-badges.php:214
4580
  msgid "Floating Badge Style"
4581
  msgstr ""
4582
 
4583
- #: includes/settings/class-cr-settings-trust-badges.php:216
4584
  msgid "Choose one of the styles for the floating trust badge."
4585
  msgstr ""
4586
 
4587
- #: includes/settings/class-cr-settings-trust-badges.php:220 js/blocks.js:112
4588
  msgid "Light"
4589
  msgstr ""
4590
 
4591
- #: includes/settings/class-cr-settings-trust-badges.php:221 js/blocks.js:116
4592
  msgid "Dark"
4593
  msgstr ""
4594
 
4595
- #: includes/settings/class-cr-settings-trust-badges.php:226
4596
  msgid "Floating Badge Location"
4597
  msgstr ""
4598
 
4599
- #: includes/settings/class-cr-settings-trust-badges.php:228
4600
  msgid "Choose one of the locations for the floating trust badge."
4601
  msgstr ""
4602
 
4603
- #: includes/settings/class-cr-settings-trust-badges.php:232
4604
  msgid "Bottom right"
4605
  msgstr ""
4606
 
4607
- #: includes/settings/class-cr-settings-trust-badges.php:233
4608
  msgid "Bottom left"
4609
  msgstr ""
4610
 
4611
- #: includes/settings/class-cr-settings-trust-badges.php:318
4612
  msgid "color"
4613
  msgstr ""
4614
 
@@ -4679,75 +4693,83 @@ msgstr ""
4679
  msgid "Tags for Reviews"
4680
  msgstr ""
4681
 
4682
- #: includes/trust-badge/class-cr-trust-badge.php:201
4683
  msgid "Independently verified"
4684
  msgstr ""
4685
 
4686
- #: includes/trust-badge/class-cr-trust-badge.php:202
4687
  msgid "independently verified"
4688
  msgstr ""
4689
 
4690
- #: includes/trust-badge/class-cr-trust-badge.php:204
 
 
 
 
 
 
 
 
4691
  msgid "%s rating"
4692
  msgstr ""
4693
 
4694
- #: includes/trust-badge/class-cr-trust-badge.php:205
4695
  msgid "rating %s / 5"
4696
  msgstr ""
4697
 
4698
- #: includes/trust-badge/class-cr-trust-badge.php:206
4699
  msgid "%s store rating"
4700
  msgstr ""
4701
 
4702
- #: includes/trust-badge/class-cr-trust-badge.php:207
4703
  msgid "Store rating %s / 5"
4704
  msgstr ""
4705
 
4706
- #: includes/trust-badge/class-cr-trust-badge.php:208
4707
  msgid "store rating"
4708
  msgstr ""
4709
 
4710
- #: includes/trust-badge/class-cr-trust-badge.php:209
4711
  msgid "%s product rating"
4712
  msgstr ""
4713
 
4714
- #: includes/trust-badge/class-cr-trust-badge.php:210
4715
  msgid "Product rating %s / 5"
4716
  msgstr ""
4717
 
4718
- #: includes/trust-badge/class-cr-trust-badge.php:211
4719
  msgid "product rating"
4720
  msgstr ""
4721
 
4722
- #: includes/trust-badge/class-cr-trust-badge.php:212
4723
- #: includes/trust-badge/class-cr-trust-badge.php:213 templates/cr-rating.php:44
4724
  msgid "%s review"
4725
  msgid_plural "%s reviews"
4726
  msgstr[0] ""
4727
  msgstr[1] ""
4728
 
4729
  #: includes/trust-badge/class-cr-verified-reviews.php:58
4730
- msgid "Trust badges activation error: 'Verified Reviews Page' cannot be empty."
4731
  msgstr ""
4732
 
4733
  #: includes/trust-badge/class-cr-verified-reviews.php:89
4734
- msgid "Trust badges activation error #98. "
4735
  msgstr ""
4736
 
4737
  #: includes/trust-badge/class-cr-verified-reviews.php:94
4738
- msgid "Trust badges have been successfully activated."
4739
  msgstr ""
4740
 
4741
  #: includes/trust-badge/class-cr-verified-reviews.php:97
4742
  msgid ""
4743
- "Trust badges activation error: '%s' is already in use. Please enter a "
4744
  "different page name."
4745
  msgstr ""
4746
 
4747
  #: includes/trust-badge/class-cr-verified-reviews.php:100
4748
  msgid ""
4749
- "Trust badges activation error: page name contains unsupported symbols. Only "
4750
- "latin characters (a-z), numbers (0-9), and . symbol are allowed."
4751
  msgstr ""
4752
 
4753
  #: includes/trust-badge/class-cr-verified-reviews.php:103
@@ -4757,25 +4779,25 @@ msgid ""
4757
  msgstr ""
4758
 
4759
  #: includes/trust-badge/class-cr-verified-reviews.php:106
4760
- msgid "Trust badges activation error #99."
4761
  msgstr ""
4762
 
4763
  #: includes/trust-badge/class-cr-verified-reviews.php:142
4764
- msgid "Trust badges deactivation error #98. Please try again."
4765
  msgstr ""
4766
 
4767
  #: includes/trust-badge/class-cr-verified-reviews.php:149
4768
- msgid "Trust badges have been successfully deactivated."
4769
  msgstr ""
4770
 
4771
  #: includes/trust-badge/class-cr-verified-reviews.php:153
4772
  msgid ""
4773
- "Trust badges deactivation error: the page is blocked, please contact CusRev "
4774
- "support for assistance."
4775
  msgstr ""
4776
 
4777
  #: includes/trust-badge/class-cr-verified-reviews.php:157
4778
- msgid "Trust badges deactivation error #99."
4779
  msgstr ""
4780
 
4781
  #: ivole.php:135
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"
43
  msgid "This reply was originally posted on CR portal"
44
  msgstr ""
45
 
46
+ #: class-ivole.php:152
47
  msgid "View CusRev documentation"
48
  msgstr ""
49
 
50
+ #: class-ivole.php:152
51
  msgid "Docs"
52
  msgstr ""
53
 
54
+ #: class-ivole.php:153
55
  msgid "Visit community forums"
56
  msgstr ""
57
 
58
+ #: class-ivole.php:153
59
  msgid "Community support"
60
  msgstr ""
61
 
62
+ #: class-ivole.php:163
63
  msgid "View Customer Reviews settings"
64
  msgstr ""
65
 
66
+ #: class-ivole.php:163 includes/settings/class-cr-admin-menu-settings.php:60
67
  #: includes/settings/class-cr-admin-menu-settings.php:61
68
  msgid "Settings"
69
  msgstr ""
243
  msgid "Item 2 Test"
244
  msgstr ""
245
 
246
+ #: includes/emails/class-cr-email-func.php:264
247
  #: includes/reviews/class-cr-reviews-list-table.php:410
248
  msgid "Review"
249
  msgstr ""
380
  #: includes/reviews/class-cr-admin-menu-reviews.php:59
381
  #: includes/reviews/class-cr-admin-menu-reviews.php:60
382
  #: includes/settings/class-cr-admin-menu-settings.php:143
383
+ #: includes/settings/class-cr-settings-trust-badges.php:310
384
  msgid "Reviews"
385
  msgstr ""
386
 
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 "
2524
+ "%1$s icons for individual reviews on product pages of your store will be "
2525
+ "displayed. Each %2$s icon will contain a nofollow link to a verified copy of "
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.)"
2548
+ msgstr ""
2549
+
2550
  #: includes/settings/class-cr-settings-discount-tiers.php:37
2551
  msgid ""
2552
  "The option is not available with the coupon type selected for this discount "
2648
  msgstr ""
2649
 
2650
  #: includes/settings/class-cr-settings-discount-tiers.php:146
2651
+ #: includes/settings/class-cr-settings-review-reminder.php:367
2652
  msgid "Roles"
2653
  msgstr ""
2654
 
2859
  msgstr ""
2860
 
2861
  #: includes/settings/class-cr-settings-email-template.php:286
2862
+ msgid "\"Reply-To\" address"
2863
  msgstr ""
2864
 
2865
  #: includes/settings/class-cr-settings-email-template.php:301
3004
  "test email."
3005
  msgstr ""
3006
 
3007
+ #: includes/settings/class-cr-settings-email-template.php:536
3008
  msgid "Return to emails"
3009
  msgstr ""
3010
 
3011
+ #: includes/settings/class-cr-settings-email-template.php:559
3012
  msgid "Email template"
3013
  msgstr ""
3014
 
3015
+ #: includes/settings/class-cr-settings-email-template.php:567
3016
  msgid "Delete template file"
3017
  msgstr ""
3018
 
3019
  #. translators: %s: Path to template file
3020
+ #: includes/settings/class-cr-settings-email-template.php:573
3021
  msgid ""
3022
  "This template has been overridden by your theme and can be found in: %s."
3023
  msgstr ""
3024
 
3025
+ #: includes/settings/class-cr-settings-email-template.php:603
3026
  msgid "Copy file to theme"
3027
  msgstr ""
3028
 
3029
  #. translators: 1: Path to template file 2: Path to theme folder
3030
+ #: includes/settings/class-cr-settings-email-template.php:609
3031
  msgid ""
3032
  "To override and edit this email template copy %1$s to your theme folder: "
3033
  "%2$s."
3034
  msgstr ""
3035
 
3036
+ #: includes/settings/class-cr-settings-email-template.php:617
3037
  msgid "File was not found."
3038
  msgstr ""
3039
 
3040
+ #: includes/settings/class-cr-settings-email-template.php:639
3041
  msgid "View template"
3042
  msgstr ""
3043
 
3044
+ #: includes/settings/class-cr-settings-email-template.php:640
3045
  msgid "Hide template"
3046
  msgstr ""
3047
 
3048
+ #: includes/settings/class-cr-settings-email-template.php:654
3049
  msgid "Are you sure you want to delete this template file?"
3050
  msgstr ""
3051
 
3052
+ #: includes/settings/class-cr-settings-email-template.php:675
3053
+ #: includes/settings/class-cr-settings-email-template.php:681
3054
  msgid "'Email Body' field cannot be empty"
3055
  msgstr ""
3056
 
3057
+ #: includes/settings/class-cr-settings-email-template.php:695
3058
  msgid "Action failed. Please refresh the page and retry."
3059
  msgstr ""
3060
 
3061
+ #: includes/settings/class-cr-settings-email-template.php:699
3062
  msgid "You don&#8217;t have permission to do this."
3063
  msgstr ""
3064
 
3065
+ #: includes/settings/class-cr-settings-email-template.php:721
3066
  msgid "Template file copied to theme."
3067
  msgstr ""
3068
 
3069
+ #: includes/settings/class-cr-settings-email-template.php:733
3070
  msgid "Template file deleted from theme."
3071
  msgstr ""
3072
 
3074
  msgid "Emails"
3075
  msgstr ""
3076
 
3077
+ #: includes/settings/class-cr-settings-emails.php:76
3078
  msgid "Email Templates"
3079
  msgstr ""
3080
 
3081
+ #: includes/settings/class-cr-settings-emails.php:78
3082
  msgid ""
3083
  "Adjust templates of the emails that will be sent to customers. If you enable "
3084
  "<b>advanced</b> email templates in your account on the %1$sCusRev website"
3086
  "below."
3087
  msgstr ""
3088
 
3089
+ #: includes/settings/class-cr-settings-emails.php:109
3090
  msgid "Email"
3091
  msgstr ""
3092
 
3093
+ #: includes/settings/class-cr-settings-emails.php:110
3094
  msgid "Subject"
3095
  msgstr ""
3096
 
3097
+ #: includes/settings/class-cr-settings-emails.php:111
3098
  msgid "From"
3099
  msgstr ""
3100
 
3240
  msgstr ""
3241
 
3242
  #: includes/settings/class-cr-settings-review-discount.php:109
3243
+ #: includes/settings/class-cr-settings-review-reminder.php:494
3244
  msgid "Email Template"
3245
  msgstr ""
3246
 
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
3504
+ #: includes/settings/class-cr-settings-review-reminder.php:945
3505
+ #: includes/settings/class-cr-settings-review-reminder.php:946
3506
+ #: includes/settings/class-cr-settings-review-reminder.php:947
3507
+ #: includes/settings/class-cr-settings-review-reminder.php:948
3508
+ #: includes/settings/class-cr-settings-review-reminder.php:949
3509
  msgid "Checking license..."
3510
  msgstr ""
3511
 
3780
  "in this field."
3781
  msgstr ""
3782
 
3783
+ #: includes/settings/class-cr-settings-review-reminder.php:315
3784
  msgid "Order Status"
3785
  msgstr ""
3786
 
3787
+ #: includes/settings/class-cr-settings-review-reminder.php:317
3788
  msgid ""
3789
  "Review reminders will be sent N days after this order status. It is "
3790
  "recommended to use 'Completed' status."
3791
  msgstr ""
3792
 
3793
+ #: includes/settings/class-cr-settings-review-reminder.php:327
3794
  msgid "Enable for"
3795
  msgstr ""
3796
 
3797
+ #: includes/settings/class-cr-settings-review-reminder.php:329
3798
  msgid ""
3799
  "Define if reminders will be send for all or only specific categories of "
3800
  "products."
3801
  msgstr ""
3802
 
3803
+ #: includes/settings/class-cr-settings-review-reminder.php:336
3804
  msgid "All Categories"
3805
  msgstr ""
3806
 
3807
+ #: includes/settings/class-cr-settings-review-reminder.php:337
3808
  msgid "Specific Categories"
3809
  msgstr ""
3810
 
3811
+ #: includes/settings/class-cr-settings-review-reminder.php:342
3812
  msgid "Categories"
3813
  msgstr ""
3814
 
3815
+ #: includes/settings/class-cr-settings-review-reminder.php:344
3816
  msgid ""
3817
  "If reminders are enabled only for specific categories of products, this "
3818
  "field enables you to choose these categories."
3819
  msgstr ""
3820
 
3821
+ #: includes/settings/class-cr-settings-review-reminder.php:352
3822
  msgid "Enable for Roles"
3823
  msgstr ""
3824
 
3825
+ #: includes/settings/class-cr-settings-review-reminder.php:354
3826
  msgid ""
3827
  "Define if reminders will be send for all or only specific roles of users."
3828
  msgstr ""
3829
 
3830
+ #: includes/settings/class-cr-settings-review-reminder.php:361
3831
  msgid "All Roles"
3832
  msgstr ""
3833
 
3834
+ #: includes/settings/class-cr-settings-review-reminder.php:362
3835
  msgid "Specific Roles"
3836
  msgstr ""
3837
 
3838
+ #: includes/settings/class-cr-settings-review-reminder.php:369
3839
  msgid ""
3840
  "If reminders are enabled only for specific user roles, this field enables "
3841
  "you to choose these roles."
3842
  msgstr ""
3843
 
3844
+ #: includes/settings/class-cr-settings-review-reminder.php:377
3845
  msgid "Enable for Guests"
3846
  msgstr ""
3847
 
3848
+ #: includes/settings/class-cr-settings-review-reminder.php:378
3849
  msgid ""
3850
  "Enable sending of review reminders to customers who place orders without an "
3851
  "account (guest checkout). It is recommended to enable this checkbox, if you "
3852
  "allow customers to place orders without creating an account on your site."
3853
  msgstr ""
3854
 
3855
+ #: includes/settings/class-cr-settings-review-reminder.php:385
3856
  msgid "Reminders Scheduler"
3857
  msgstr ""
3858
 
3859
+ #: includes/settings/class-cr-settings-review-reminder.php:387
3860
  msgid ""
3861
  "Define which scheduler the plugin will use to schedule automatic review "
3862
  "reminders. The default option is to use WordPress Cron (WP-Cron) for "
3865
  "CR Cron is an external service that requires a license key (free or pro)."
3866
  msgstr ""
3867
 
3868
+ #: includes/settings/class-cr-settings-review-reminder.php:397
3869
  msgid "Enable Manual Reminders"
3870
  msgstr ""
3871
 
3872
+ #: includes/settings/class-cr-settings-review-reminder.php:398
3873
  msgid ""
3874
  "Enable manual sending of follow-up emails with a reminder to submit a "
3875
  "review. Manual reminders can be sent for completed orders from %1$sOrders"
3876
  "%2$s page after enabling this option."
3877
  msgstr ""
3878
 
3879
+ #: includes/settings/class-cr-settings-review-reminder.php:405
3880
  msgid "Limit Number of Reminders"
3881
  msgstr ""
3882
 
3883
+ #: includes/settings/class-cr-settings-review-reminder.php:406
3884
  msgid ""
3885
  "Enable this checkbox to make sure that no more than one review reminder is "
3886
  "sent for each order."
3887
  msgstr ""
3888
 
3889
+ #: includes/settings/class-cr-settings-review-reminder.php:413
3890
  msgid "Customer Consent"
3891
  msgstr ""
3892
 
3893
+ #: includes/settings/class-cr-settings-review-reminder.php:414
3894
  msgid ""
3895
  "If this option is enabled, customers will be asked to tick a checkbox on the "
3896
  "checkout page to indicate that they would like to receive an invitation to "
3897
  "review their order."
3898
  msgstr ""
3899
 
3900
+ #: includes/settings/class-cr-settings-review-reminder.php:420
3901
  msgid "Customer Consent Text"
3902
  msgstr ""
3903
 
3904
+ #: includes/settings/class-cr-settings-review-reminder.php:421
3905
  msgid ""
3906
  "Text of the message shown to customers next to the consent checkbox on the "
3907
  "checkout page."
3908
  msgstr ""
3909
 
3910
+ #: includes/settings/class-cr-settings-review-reminder.php:430
3911
  msgid "Registered Customers"
3912
  msgstr ""
3913
 
3914
+ #: includes/settings/class-cr-settings-review-reminder.php:431
3915
  msgid ""
3916
  "By default, review reminders are sent to billing emails provided by "
3917
  "customers during checkout. If you enable this option, the plugin will check "
3920
  "this option disabled."
3921
  msgstr ""
3922
 
3923
+ #: includes/settings/class-cr-settings-review-reminder.php:438
3924
  msgid "Moderation of Reviews"
3925
  msgstr ""
3926
 
3927
+ #: includes/settings/class-cr-settings-review-reminder.php:439
3928
  msgid ""
3929
  "Enable manual moderation of reviews submitted by your verified customers. "
3930
  "This setting applies only to reviews submitted in response to reminders sent "
3931
  "by this plugin."
3932
  msgstr ""
3933
 
3934
+ #: includes/settings/class-cr-settings-review-reminder.php:446
3935
  msgid "Exclude Free Products"
3936
  msgstr ""
3937
 
3938
+ #: includes/settings/class-cr-settings-review-reminder.php:447
3939
  msgid "Enable this checkbox to exclude free products from review invitations."
3940
  msgstr ""
3941
 
3942
+ #: includes/settings/class-cr-settings-review-reminder.php:454
3943
  msgid "Shop Name"
3944
  msgstr ""
3945
 
3946
+ #: includes/settings/class-cr-settings-review-reminder.php:456
3947
  msgid ""
3948
  "Specify your shop name that will be used in emails and review forms "
3949
  "generated by this plugin."
3950
  msgstr ""
3951
 
3952
+ #: includes/settings/class-cr-settings-review-reminder.php:471
3953
+ #: includes/settings/class-cr-settings-review-reminder.php:477
3954
  msgid "Language"
3955
  msgstr ""
3956
 
3957
+ #: includes/settings/class-cr-settings-review-reminder.php:479
3958
  msgid "Choose one of the available languages."
3959
  msgstr ""
3960
 
3961
+ #: includes/settings/class-cr-settings-review-reminder.php:496
3962
  msgid ""
3963
  "The email template of review reminders can be configured on the <a href=\"%s"
3964
  "\">Emails</a> tab."
3965
  msgstr ""
3966
 
3967
+ #: includes/settings/class-cr-settings-review-reminder.php:504
3968
  msgid ""
3969
  "Adjust template of the aggregated review forms that will be created and sent "
3970
  "to customers by CusRev. Modifications will be applied to the next review "
3973
  "b> the settings below."
3974
  msgstr ""
3975
 
3976
+ #: includes/settings/class-cr-settings-review-reminder.php:506
3977
  msgid ""
3978
  "Adjust template of the aggregated review forms that will be created and sent "
3979
  "to customers. Modifications will be applied to the next review form created "
3980
  "after saving settings."
3981
  msgstr ""
3982
 
3983
+ #: includes/settings/class-cr-settings-review-reminder.php:509
3984
  msgid "Review Form Template"
3985
  msgstr ""
3986
 
3987
+ #: includes/settings/class-cr-settings-review-reminder.php:515
3988
  msgid "Form Header"
3989
  msgstr ""
3990
 
3991
+ #: includes/settings/class-cr-settings-review-reminder.php:517
3992
  msgid "Header of the review form that will be sent to customers."
3993
  msgstr ""
3994
 
3995
+ #: includes/settings/class-cr-settings-review-reminder.php:524
3996
  msgid "Form Body"
3997
  msgstr ""
3998
 
3999
+ #: includes/settings/class-cr-settings-review-reminder.php:526
4000
  msgid "Body of the review form that will be sent to customers."
4001
  msgstr ""
4002
 
4003
+ #: includes/settings/class-cr-settings-review-reminder.php:534
4004
  msgid "Shop Rating"
4005
  msgstr ""
4006
 
4007
+ #: includes/settings/class-cr-settings-review-reminder.php:538
4008
  msgid ""
4009
  "Enable this option if you would like to include a separate question for a "
4010
  "general shop review in addition to questions for product reviews."
4011
  msgstr ""
4012
 
4013
+ #: includes/settings/class-cr-settings-review-reminder.php:541
4014
  msgid "Comment Required"
4015
  msgstr ""
4016
 
4017
+ #: includes/settings/class-cr-settings-review-reminder.php:545
4018
  msgid ""
4019
  "Enable this option if you would like to make it mandatory for your customers "
4020
  "to write something in their review. This option applies only to aggregated "
4021
  "review forms."
4022
  msgstr ""
4023
 
4024
+ #: includes/settings/class-cr-settings-review-reminder.php:548
4025
  msgid ""
4026
  "Enable attachment of pictures and videos on aggregated review forms. "
4027
  "Uploaded media files are initially stored on Amazon S3 and automatically "
4031
  "%2$s."
4032
  msgstr ""
4033
 
4034
+ #: includes/settings/class-cr-settings-review-reminder.php:550
4035
  msgid ""
4036
  "Enable attachment of pictures and videos on local aggregated review forms. "
4037
  "This option applies only to aggregated review forms. If you would like to "
4039
  "pages, this can be done %1$shere%2$s."
4040
  msgstr ""
4041
 
4042
+ #: includes/settings/class-cr-settings-review-reminder.php:553
4043
  msgid "Attach Media"
4044
  msgstr ""
4045
 
4046
+ #: includes/settings/class-cr-settings-review-reminder.php:563
4047
  msgid "Rating Bar"
4048
  msgstr ""
4049
 
4050
+ #: includes/settings/class-cr-settings-review-reminder.php:567
4051
  msgid "Visual style of rating bars on review forms."
4052
  msgstr ""
4053
 
4054
+ #: includes/settings/class-cr-settings-review-reminder.php:569
4055
  msgid "Smiley and frowny faces"
4056
  msgstr ""
4057
 
4058
+ #: includes/settings/class-cr-settings-review-reminder.php:570
4059
  #: blocks/src/reviews-grid/edit.js:234 js/blocks.js:946
4060
  msgid "Stars"
4061
  msgstr ""
4062
 
4063
+ #: includes/settings/class-cr-settings-review-reminder.php:575
4064
  msgid "Geolocation"
4065
  msgstr ""
4066
 
4067
+ #: includes/settings/class-cr-settings-review-reminder.php:579
4068
  msgid ""
4069
  "Enable geolocation on aggregated review forms. Customers will have an option "
4070
  "to indicate where they are from. For example, \"England, United Kingdom\"."
4071
  msgstr ""
4072
 
4073
+ #: includes/settings/class-cr-settings-review-reminder.php:580
4074
  msgid "Automatic geolocation on review forms."
4075
  msgstr ""
4076
 
4077
+ #: includes/settings/class-cr-settings-review-reminder.php:586
4078
  msgid "Form Color 1"
4079
  msgstr ""
4080
 
4081
+ #: includes/settings/class-cr-settings-review-reminder.php:590
4082
  msgid "Background color for heading of the form and product names."
4083
  msgstr ""
4084
 
4085
+ #: includes/settings/class-cr-settings-review-reminder.php:594
4086
  msgid "Form Color 2"
4087
  msgstr ""
4088
 
4089
+ #: includes/settings/class-cr-settings-review-reminder.php:598
4090
  msgid "Text color for product names."
4091
  msgstr ""
4092
 
4093
+ #: includes/settings/class-cr-settings-review-reminder.php:602
4094
  msgid "Form Color 3"
4095
  msgstr ""
4096
 
4097
+ #: includes/settings/class-cr-settings-review-reminder.php:606
4098
  msgid "Color of control elements (buttons, rating bars)."
4099
  msgstr ""
4100
 
4101
+ #: includes/settings/class-cr-settings-review-reminder.php:962
4102
  msgid ""
4103
  "While editing the footer text please make sure to keep the unsubscribe link "
4104
  "markup:"
4105
  msgstr ""
4106
 
4107
+ #: includes/settings/class-cr-settings-review-reminder.php:1031
4108
  msgid ""
4109
  "<strong>CR Cron could not be enabled because no license key was entered. A "
4110
  "license key (free or pro) is required to use CR Cron.</strong>"
4458
  "you should specify it here."
4459
  msgstr ""
4460
 
4461
+ #: includes/settings/class-cr-settings-trust-badges.php:45
4462
  #: includes/settings/class-cr-settings-trust-badges.php:83
 
4463
  msgid "Trust Badges"
4464
  msgstr ""
4465
 
4466
+ #: includes/settings/class-cr-settings-trust-badges.php:86
4467
  msgid ""
4468
+ "Increase your store's conversion rate by placing a \"trust badge\" on the "
4469
  "home, checkout or any other page(s). Let customers feel more confident about "
4470
  "shopping on your site by featuring a trust badge that shows a summary of "
4471
+ "customer reviews. Trust badges can be enabled using shortcodes or blocks in "
4472
+ "the page editor (blocks require WordPress 5.0 or newer)."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4473
  msgstr ""
4474
 
4475
+ #: includes/settings/class-cr-settings-trust-badges.php:88
 
 
 
 
4476
  msgid ""
4477
+ "If you enable <a href=\"%1$s\">verification of reviews</a> and claim a <a "
4478
+ "href=\"%2$s\">dedicated page</a> at CusRev.com website, trust badges will "
4479
+ "include a nofollow link to your page there."
4480
  msgstr ""
4481
 
4482
+ #: includes/settings/class-cr-settings-trust-badges.php:93
4483
  msgid "Small Light Badge"
4484
  msgstr ""
4485
 
4486
+ #: includes/settings/class-cr-settings-trust-badges.php:95
4487
  msgid "Shortcode and preview of the small light trust badge."
4488
  msgstr ""
4489
 
4490
+ #: includes/settings/class-cr-settings-trust-badges.php:101
4491
  msgid "Small Light Badge (with Store Rating)"
4492
  msgstr ""
4493
 
4494
+ #: includes/settings/class-cr-settings-trust-badges.php:103
4495
  msgid "Shortcode and preview of the small light trust badge with store rating."
4496
  msgstr ""
4497
 
4498
+ #: includes/settings/class-cr-settings-trust-badges.php:109
4499
  msgid "Small Dark Badge"
4500
  msgstr ""
4501
 
4502
+ #: includes/settings/class-cr-settings-trust-badges.php:111
4503
  msgid "Shortcode and preview of the small dark trust badge."
4504
  msgstr ""
4505
 
4506
+ #: includes/settings/class-cr-settings-trust-badges.php:117
4507
  msgid "Small Dark Badge (with Store Rating)"
4508
  msgstr ""
4509
 
4510
+ #: includes/settings/class-cr-settings-trust-badges.php:119
4511
  msgid "Shortcode and preview of the small dark trust badge with store rating."
4512
  msgstr ""
4513
 
4514
+ #: includes/settings/class-cr-settings-trust-badges.php:125
4515
  msgid "Wide Light Badge"
4516
  msgstr ""
4517
 
4518
+ #: includes/settings/class-cr-settings-trust-badges.php:127
4519
  msgid ""
4520
  "Shortcode and preview of the wide light trust badge. The wide badge has a "
4521
  "version for small screens that will be automatically shown when a website is "
4522
  "viewed from phones."
4523
  msgstr ""
4524
 
4525
+ #: includes/settings/class-cr-settings-trust-badges.php:133
4526
  msgid "Wide Light Badge (with Store Rating)"
4527
  msgstr ""
4528
 
4529
+ #: includes/settings/class-cr-settings-trust-badges.php:135
4530
  msgid ""
4531
  "Shortcode and preview of the wide light trust badge with store rating. The "
4532
  "wide badge has a version for small screens that will be automatically shown "
4533
  "when a website is viewed from phones."
4534
  msgstr ""
4535
 
4536
+ #: includes/settings/class-cr-settings-trust-badges.php:141
4537
  msgid "Wide Dark Badge"
4538
  msgstr ""
4539
 
4540
+ #: includes/settings/class-cr-settings-trust-badges.php:143
4541
  msgid ""
4542
  "Shortcode and preview of the wide dark trust badge. The wide badge has a "
4543
  "version for small screens that will be automatically shown when a website is "
4544
  "viewed from phones."
4545
  msgstr ""
4546
 
4547
+ #: includes/settings/class-cr-settings-trust-badges.php:149
4548
  msgid "Wide Dark Badge (with Store Rating)"
4549
  msgstr ""
4550
 
4551
+ #: includes/settings/class-cr-settings-trust-badges.php:151
4552
  msgid ""
4553
  "Shortcode and preview of the wide dark trust badge with store rating. The "
4554
  "wide badge has a version for small screens that will be automatically shown "
4555
  "when a website is viewed from phones."
4556
  msgstr ""
4557
 
4558
+ #: includes/settings/class-cr-settings-trust-badges.php:157
4559
  msgid "Compact Light Badge"
4560
  msgstr ""
4561
 
4562
+ #: includes/settings/class-cr-settings-trust-badges.php:159
4563
  msgid "Shortcode and preview of the compact light trust badge."
4564
  msgstr ""
4565
 
4566
+ #: includes/settings/class-cr-settings-trust-badges.php:165
4567
  msgid "Compact Dark Badge"
4568
  msgstr ""
4569
 
4570
+ #: includes/settings/class-cr-settings-trust-badges.php:167
4571
  msgid "Shortcode and preview of the compact dark trust badge."
4572
  msgstr ""
4573
 
4574
+ #: includes/settings/class-cr-settings-trust-badges.php:177
4575
  msgid "Floating Trust Badge"
4576
  msgstr ""
4577
 
4578
+ #: includes/settings/class-cr-settings-trust-badges.php:179
4579
  msgid ""
4580
  "Settings to display a floating badge with a summary of verified reviews."
4581
  msgstr ""
4582
 
4583
+ #: includes/settings/class-cr-settings-trust-badges.php:183
4584
  msgid "Floating Badge"
4585
  msgstr ""
4586
 
4587
+ #: includes/settings/class-cr-settings-trust-badges.php:185
4588
  msgid ""
4589
  "Enable this checkbox to display a floating trust badge on public pages of "
4590
  "the website."
4591
  msgstr ""
4592
 
4593
+ #: includes/settings/class-cr-settings-trust-badges.php:190
4594
  msgid "Floating Badge Style"
4595
  msgstr ""
4596
 
4597
+ #: includes/settings/class-cr-settings-trust-badges.php:192
4598
  msgid "Choose one of the styles for the floating trust badge."
4599
  msgstr ""
4600
 
4601
+ #: includes/settings/class-cr-settings-trust-badges.php:196 js/blocks.js:112
4602
  msgid "Light"
4603
  msgstr ""
4604
 
4605
+ #: includes/settings/class-cr-settings-trust-badges.php:197 js/blocks.js:116
4606
  msgid "Dark"
4607
  msgstr ""
4608
 
4609
+ #: includes/settings/class-cr-settings-trust-badges.php:202
4610
  msgid "Floating Badge Location"
4611
  msgstr ""
4612
 
4613
+ #: includes/settings/class-cr-settings-trust-badges.php:204
4614
  msgid "Choose one of the locations for the floating trust badge."
4615
  msgstr ""
4616
 
4617
+ #: includes/settings/class-cr-settings-trust-badges.php:208
4618
  msgid "Bottom right"
4619
  msgstr ""
4620
 
4621
+ #: includes/settings/class-cr-settings-trust-badges.php:209
4622
  msgid "Bottom left"
4623
  msgstr ""
4624
 
4625
+ #: includes/settings/class-cr-settings-trust-badges.php:294
4626
  msgid "color"
4627
  msgstr ""
4628
 
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] ""
4749
  msgstr[1] ""
4750
 
4751
  #: includes/trust-badge/class-cr-verified-reviews.php:58
4752
+ msgid "CusRev.com page activation error: 'Page URL' cannot be empty."
4753
  msgstr ""
4754
 
4755
  #: includes/trust-badge/class-cr-verified-reviews.php:89
4756
+ msgid "CusRev.com page activation error #98. "
4757
  msgstr ""
4758
 
4759
  #: includes/trust-badge/class-cr-verified-reviews.php:94
4760
+ msgid "CusRev.com page has been successfully enabled."
4761
  msgstr ""
4762
 
4763
  #: includes/trust-badge/class-cr-verified-reviews.php:97
4764
  msgid ""
4765
+ "CusRev.com page activation error: '%s' is already in use. Please enter a "
4766
  "different page name."
4767
  msgstr ""
4768
 
4769
  #: includes/trust-badge/class-cr-verified-reviews.php:100
4770
  msgid ""
4771
+ "CusRev.com page activation error: page URL contains unsupported symbols. "
4772
+ "Only latin characters (a-z), numbers (0-9), and . symbol are allowed."
4773
  msgstr ""
4774
 
4775
  #: includes/trust-badge/class-cr-verified-reviews.php:103
4779
  msgstr ""
4780
 
4781
  #: includes/trust-badge/class-cr-verified-reviews.php:106
4782
+ msgid "CusRev.com page activation error #99."
4783
  msgstr ""
4784
 
4785
  #: includes/trust-badge/class-cr-verified-reviews.php:142
4786
+ msgid "CusRev.com page deactivation error #98. Please try again."
4787
  msgstr ""
4788
 
4789
  #: includes/trust-badge/class-cr-verified-reviews.php:149
4790
+ msgid "CusRev.com page has been successfully disabled."
4791
  msgstr ""
4792
 
4793
  #: includes/trust-badge/class-cr-verified-reviews.php:153
4794
  msgid ""
4795
+ "CusRev.com page deactivation error: the page is blocked, please contact "
4796
+ "CusRev support for assistance."
4797
  msgstr ""
4798
 
4799
  #: includes/trust-badge/class-cr-verified-reviews.php:157
4800
+ msgid "CusRev.com page deactivation error #99."
4801
  msgstr ""
4802
 
4803
  #: ivole.php:135
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-10-28T14:21:16+00:00\n"
10
  "PO-Revision-Date: 2018-04-16 00:38+0100\n"
11
  "Last-Translator: \n"
12
  "Language-Team: \n"
@@ -43,27 +43,27 @@ msgstr ""
43
  msgid "This reply was originally posted on CR portal"
44
  msgstr ""
45
 
46
- #: class-ivole.php:150
47
  msgid "View CusRev documentation"
48
  msgstr ""
49
 
50
- #: class-ivole.php:150
51
  msgid "Docs"
52
  msgstr ""
53
 
54
- #: class-ivole.php:151
55
  msgid "Visit community forums"
56
  msgstr ""
57
 
58
- #: class-ivole.php:151
59
  msgid "Community support"
60
  msgstr ""
61
 
62
- #: class-ivole.php:161
63
  msgid "View Customer Reviews settings"
64
  msgstr ""
65
 
66
- #: class-ivole.php:161 includes/settings/class-cr-admin-menu-settings.php:60
67
  #: includes/settings/class-cr-admin-menu-settings.php:61
68
  msgid "Settings"
69
  msgstr ""
@@ -243,7 +243,7 @@ msgstr ""
243
  msgid "Item 2 Test"
244
  msgstr ""
245
 
246
- #: includes/emails/class-cr-email-func.php:263
247
  #: includes/reviews/class-cr-reviews-list-table.php:410
248
  msgid "Review"
249
  msgstr ""
@@ -380,7 +380,7 @@ msgstr ""
380
  #: includes/reviews/class-cr-admin-menu-reviews.php:59
381
  #: includes/reviews/class-cr-admin-menu-reviews.php:60
382
  #: includes/settings/class-cr-admin-menu-settings.php:143
383
- #: includes/settings/class-cr-settings-trust-badges.php:336
384
  msgid "Reviews"
385
  msgstr ""
386
 
@@ -2506,6 +2506,49 @@ msgid ""
2506
  "settings</a>."
2507
  msgstr ""
2508
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2509
  #: includes/settings/class-cr-settings-discount-tiers.php:37
2510
  msgid ""
2511
  "The option is not available with the coupon type selected for this discount "
@@ -2607,7 +2650,7 @@ msgid "Specific roles"
2607
  msgstr ""
2608
 
2609
  #: includes/settings/class-cr-settings-discount-tiers.php:146
2610
- #: includes/settings/class-cr-settings-review-reminder.php:362
2611
  msgid "Roles"
2612
  msgstr ""
2613
 
@@ -2818,7 +2861,7 @@ msgid ""
2818
  msgstr ""
2819
 
2820
  #: includes/settings/class-cr-settings-email-template.php:286
2821
- msgid "\"Reply-To\" Address"
2822
  msgstr ""
2823
 
2824
  #: includes/settings/class-cr-settings-email-template.php:301
@@ -2963,69 +3006,69 @@ msgid ""
2963
  "test email."
2964
  msgstr ""
2965
 
2966
- #: includes/settings/class-cr-settings-email-template.php:533
2967
  msgid "Return to emails"
2968
  msgstr ""
2969
 
2970
- #: includes/settings/class-cr-settings-email-template.php:552
2971
  msgid "Email template"
2972
  msgstr ""
2973
 
2974
- #: includes/settings/class-cr-settings-email-template.php:560
2975
  msgid "Delete template file"
2976
  msgstr ""
2977
 
2978
  #. translators: %s: Path to template file
2979
- #: includes/settings/class-cr-settings-email-template.php:566
2980
  msgid ""
2981
  "This template has been overridden by your theme and can be found in: %s."
2982
  msgstr ""
2983
 
2984
- #: includes/settings/class-cr-settings-email-template.php:596
2985
  msgid "Copy file to theme"
2986
  msgstr ""
2987
 
2988
  #. translators: 1: Path to template file 2: Path to theme folder
2989
- #: includes/settings/class-cr-settings-email-template.php:602
2990
  msgid ""
2991
  "To override and edit this email template copy %1$s to your theme folder: "
2992
  "%2$s."
2993
  msgstr ""
2994
 
2995
- #: includes/settings/class-cr-settings-email-template.php:610
2996
  msgid "File was not found."
2997
  msgstr ""
2998
 
2999
- #: includes/settings/class-cr-settings-email-template.php:632
3000
  msgid "View template"
3001
  msgstr ""
3002
 
3003
- #: includes/settings/class-cr-settings-email-template.php:633
3004
  msgid "Hide template"
3005
  msgstr ""
3006
 
3007
- #: includes/settings/class-cr-settings-email-template.php:647
3008
  msgid "Are you sure you want to delete this template file?"
3009
  msgstr ""
3010
 
3011
- #: includes/settings/class-cr-settings-email-template.php:668
3012
- #: includes/settings/class-cr-settings-email-template.php:674
3013
  msgid "'Email Body' field cannot be empty"
3014
  msgstr ""
3015
 
3016
- #: includes/settings/class-cr-settings-email-template.php:688
3017
  msgid "Action failed. Please refresh the page and retry."
3018
  msgstr ""
3019
 
3020
- #: includes/settings/class-cr-settings-email-template.php:692
3021
  msgid "You don&#8217;t have permission to do this."
3022
  msgstr ""
3023
 
3024
- #: includes/settings/class-cr-settings-email-template.php:714
3025
  msgid "Template file copied to theme."
3026
  msgstr ""
3027
 
3028
- #: includes/settings/class-cr-settings-email-template.php:726
3029
  msgid "Template file deleted from theme."
3030
  msgstr ""
3031
 
@@ -3033,11 +3076,11 @@ msgstr ""
3033
  msgid "Emails"
3034
  msgstr ""
3035
 
3036
- #: includes/settings/class-cr-settings-emails.php:69
3037
  msgid "Email Templates"
3038
  msgstr ""
3039
 
3040
- #: includes/settings/class-cr-settings-emails.php:71
3041
  msgid ""
3042
  "Adjust templates of the emails that will be sent to customers. If you enable "
3043
  "<b>advanced</b> email templates in your account on the %1$sCusRev website"
@@ -3045,15 +3088,15 @@ msgid ""
3045
  "below."
3046
  msgstr ""
3047
 
3048
- #: includes/settings/class-cr-settings-emails.php:102
3049
  msgid "Email"
3050
  msgstr ""
3051
 
3052
- #: includes/settings/class-cr-settings-emails.php:103
3053
  msgid "Subject"
3054
  msgstr ""
3055
 
3056
- #: includes/settings/class-cr-settings-emails.php:104
3057
  msgid "From"
3058
  msgstr ""
3059
 
@@ -3199,7 +3242,7 @@ msgid "Reply-To Address"
3199
  msgstr ""
3200
 
3201
  #: includes/settings/class-cr-settings-review-discount.php:109
3202
- #: includes/settings/class-cr-settings-review-reminder.php:480
3203
  msgid "Email Template"
3204
  msgstr ""
3205
 
@@ -3460,11 +3503,11 @@ msgstr ""
3460
  #: includes/settings/class-cr-settings-review-reminder.php:89
3461
  #: includes/settings/class-cr-settings-review-reminder.php:94
3462
  #: includes/settings/class-cr-settings-review-reminder.php:99
3463
- #: includes/settings/class-cr-settings-review-reminder.php:931
3464
- #: includes/settings/class-cr-settings-review-reminder.php:932
3465
- #: includes/settings/class-cr-settings-review-reminder.php:933
3466
- #: includes/settings/class-cr-settings-review-reminder.php:934
3467
- #: includes/settings/class-cr-settings-review-reminder.php:935
3468
  msgid "Checking license..."
3469
  msgstr ""
3470
 
@@ -3739,83 +3782,83 @@ msgid ""
3739
  "in this field."
3740
  msgstr ""
3741
 
3742
- #: includes/settings/class-cr-settings-review-reminder.php:314
3743
  msgid "Order Status"
3744
  msgstr ""
3745
 
3746
- #: includes/settings/class-cr-settings-review-reminder.php:316
3747
  msgid ""
3748
  "Review reminders will be sent N days after this order status. It is "
3749
  "recommended to use 'Completed' status."
3750
  msgstr ""
3751
 
3752
- #: includes/settings/class-cr-settings-review-reminder.php:325
3753
  msgid "Enable for"
3754
  msgstr ""
3755
 
3756
- #: includes/settings/class-cr-settings-review-reminder.php:327
3757
  msgid ""
3758
  "Define if reminders will be send for all or only specific categories of "
3759
  "products."
3760
  msgstr ""
3761
 
3762
- #: includes/settings/class-cr-settings-review-reminder.php:334
3763
  msgid "All Categories"
3764
  msgstr ""
3765
 
3766
- #: includes/settings/class-cr-settings-review-reminder.php:335
3767
  msgid "Specific Categories"
3768
  msgstr ""
3769
 
3770
- #: includes/settings/class-cr-settings-review-reminder.php:339
3771
  msgid "Categories"
3772
  msgstr ""
3773
 
3774
- #: includes/settings/class-cr-settings-review-reminder.php:341
3775
  msgid ""
3776
  "If reminders are enabled only for specific categories of products, this "
3777
  "field enables you to choose these categories."
3778
  msgstr ""
3779
 
3780
- #: includes/settings/class-cr-settings-review-reminder.php:348
3781
  msgid "Enable for Roles"
3782
  msgstr ""
3783
 
3784
- #: includes/settings/class-cr-settings-review-reminder.php:350
3785
  msgid ""
3786
  "Define if reminders will be send for all or only specific roles of users."
3787
  msgstr ""
3788
 
3789
- #: includes/settings/class-cr-settings-review-reminder.php:357
3790
  msgid "All Roles"
3791
  msgstr ""
3792
 
3793
- #: includes/settings/class-cr-settings-review-reminder.php:358
3794
  msgid "Specific Roles"
3795
  msgstr ""
3796
 
3797
- #: includes/settings/class-cr-settings-review-reminder.php:364
3798
  msgid ""
3799
  "If reminders are enabled only for specific user roles, this field enables "
3800
  "you to choose these roles."
3801
  msgstr ""
3802
 
3803
- #: includes/settings/class-cr-settings-review-reminder.php:371
3804
  msgid "Enable for Guests"
3805
  msgstr ""
3806
 
3807
- #: includes/settings/class-cr-settings-review-reminder.php:372
3808
  msgid ""
3809
  "Enable sending of review reminders to customers who place orders without an "
3810
  "account (guest checkout). It is recommended to enable this checkbox, if you "
3811
  "allow customers to place orders without creating an account on your site."
3812
  msgstr ""
3813
 
3814
- #: includes/settings/class-cr-settings-review-reminder.php:378
3815
  msgid "Reminders Scheduler"
3816
  msgstr ""
3817
 
3818
- #: includes/settings/class-cr-settings-review-reminder.php:380
3819
  msgid ""
3820
  "Define which scheduler the plugin will use to schedule automatic review "
3821
  "reminders. The default option is to use WordPress Cron (WP-Cron) for "
@@ -3824,53 +3867,53 @@ msgid ""
3824
  "CR Cron is an external service that requires a license key (free or pro)."
3825
  msgstr ""
3826
 
3827
- #: includes/settings/class-cr-settings-review-reminder.php:389
3828
  msgid "Enable Manual Reminders"
3829
  msgstr ""
3830
 
3831
- #: includes/settings/class-cr-settings-review-reminder.php:390
3832
  msgid ""
3833
  "Enable manual sending of follow-up emails with a reminder to submit a "
3834
  "review. Manual reminders can be sent for completed orders from %1$sOrders"
3835
  "%2$s page after enabling this option."
3836
  msgstr ""
3837
 
3838
- #: includes/settings/class-cr-settings-review-reminder.php:396
3839
  msgid "Limit Number of Reminders"
3840
  msgstr ""
3841
 
3842
- #: includes/settings/class-cr-settings-review-reminder.php:397
3843
  msgid ""
3844
  "Enable this checkbox to make sure that no more than one review reminder is "
3845
  "sent for each order."
3846
  msgstr ""
3847
 
3848
- #: includes/settings/class-cr-settings-review-reminder.php:403
3849
  msgid "Customer Consent"
3850
  msgstr ""
3851
 
3852
- #: includes/settings/class-cr-settings-review-reminder.php:404
3853
  msgid ""
3854
  "If this option is enabled, customers will be asked to tick a checkbox on the "
3855
  "checkout page to indicate that they would like to receive an invitation to "
3856
  "review their order."
3857
  msgstr ""
3858
 
3859
- #: includes/settings/class-cr-settings-review-reminder.php:410
3860
  msgid "Customer Consent Text"
3861
  msgstr ""
3862
 
3863
- #: includes/settings/class-cr-settings-review-reminder.php:411
3864
  msgid ""
3865
  "Text of the message shown to customers next to the consent checkbox on the "
3866
  "checkout page."
3867
  msgstr ""
3868
 
3869
- #: includes/settings/class-cr-settings-review-reminder.php:420
3870
  msgid "Registered Customers"
3871
  msgstr ""
3872
 
3873
- #: includes/settings/class-cr-settings-review-reminder.php:421
3874
  msgid ""
3875
  "By default, review reminders are sent to billing emails provided by "
3876
  "customers during checkout. If you enable this option, the plugin will check "
@@ -3879,51 +3922,51 @@ msgid ""
3879
  "this option disabled."
3880
  msgstr ""
3881
 
3882
- #: includes/settings/class-cr-settings-review-reminder.php:427
3883
  msgid "Moderation of Reviews"
3884
  msgstr ""
3885
 
3886
- #: includes/settings/class-cr-settings-review-reminder.php:428
3887
  msgid ""
3888
  "Enable manual moderation of reviews submitted by your verified customers. "
3889
  "This setting applies only to reviews submitted in response to reminders sent "
3890
  "by this plugin."
3891
  msgstr ""
3892
 
3893
- #: includes/settings/class-cr-settings-review-reminder.php:434
3894
  msgid "Exclude Free Products"
3895
  msgstr ""
3896
 
3897
- #: includes/settings/class-cr-settings-review-reminder.php:435
3898
  msgid "Enable this checkbox to exclude free products from review invitations."
3899
  msgstr ""
3900
 
3901
- #: includes/settings/class-cr-settings-review-reminder.php:441
3902
  msgid "Shop Name"
3903
  msgstr ""
3904
 
3905
- #: includes/settings/class-cr-settings-review-reminder.php:443
3906
  msgid ""
3907
  "Specify your shop name that will be used in emails and review forms "
3908
  "generated by this plugin."
3909
  msgstr ""
3910
 
3911
- #: includes/settings/class-cr-settings-review-reminder.php:458
3912
- #: includes/settings/class-cr-settings-review-reminder.php:464
3913
  msgid "Language"
3914
  msgstr ""
3915
 
3916
- #: includes/settings/class-cr-settings-review-reminder.php:466
3917
  msgid "Choose one of the available languages."
3918
  msgstr ""
3919
 
3920
- #: includes/settings/class-cr-settings-review-reminder.php:482
3921
  msgid ""
3922
  "The email template of review reminders can be configured on the <a href=\"%s"
3923
  "\">Emails</a> tab."
3924
  msgstr ""
3925
 
3926
- #: includes/settings/class-cr-settings-review-reminder.php:490
3927
  msgid ""
3928
  "Adjust template of the aggregated review forms that will be created and sent "
3929
  "to customers by CusRev. Modifications will be applied to the next review "
@@ -3932,55 +3975,55 @@ msgid ""
3932
  "b> the settings below."
3933
  msgstr ""
3934
 
3935
- #: includes/settings/class-cr-settings-review-reminder.php:492
3936
  msgid ""
3937
  "Adjust template of the aggregated review forms that will be created and sent "
3938
  "to customers. Modifications will be applied to the next review form created "
3939
  "after saving settings."
3940
  msgstr ""
3941
 
3942
- #: includes/settings/class-cr-settings-review-reminder.php:495
3943
  msgid "Review Form Template"
3944
  msgstr ""
3945
 
3946
- #: includes/settings/class-cr-settings-review-reminder.php:501
3947
  msgid "Form Header"
3948
  msgstr ""
3949
 
3950
- #: includes/settings/class-cr-settings-review-reminder.php:503
3951
  msgid "Header of the review form that will be sent to customers."
3952
  msgstr ""
3953
 
3954
- #: includes/settings/class-cr-settings-review-reminder.php:510
3955
  msgid "Form Body"
3956
  msgstr ""
3957
 
3958
- #: includes/settings/class-cr-settings-review-reminder.php:512
3959
  msgid "Body of the review form that will be sent to customers."
3960
  msgstr ""
3961
 
3962
- #: includes/settings/class-cr-settings-review-reminder.php:520
3963
  msgid "Shop Rating"
3964
  msgstr ""
3965
 
3966
- #: includes/settings/class-cr-settings-review-reminder.php:524
3967
  msgid ""
3968
  "Enable this option if you would like to include a separate question for a "
3969
  "general shop review in addition to questions for product reviews."
3970
  msgstr ""
3971
 
3972
- #: includes/settings/class-cr-settings-review-reminder.php:527
3973
  msgid "Comment Required"
3974
  msgstr ""
3975
 
3976
- #: includes/settings/class-cr-settings-review-reminder.php:531
3977
  msgid ""
3978
  "Enable this option if you would like to make it mandatory for your customers "
3979
  "to write something in their review. This option applies only to aggregated "
3980
  "review forms."
3981
  msgstr ""
3982
 
3983
- #: includes/settings/class-cr-settings-review-reminder.php:534
3984
  msgid ""
3985
  "Enable attachment of pictures and videos on aggregated review forms. "
3986
  "Uploaded media files are initially stored on Amazon S3 and automatically "
@@ -3990,7 +4033,7 @@ msgid ""
3990
  "%2$s."
3991
  msgstr ""
3992
 
3993
- #: includes/settings/class-cr-settings-review-reminder.php:536
3994
  msgid ""
3995
  "Enable attachment of pictures and videos on local aggregated review forms. "
3996
  "This option applies only to aggregated review forms. If you would like to "
@@ -3998,72 +4041,72 @@ msgid ""
3998
  "pages, this can be done %1$shere%2$s."
3999
  msgstr ""
4000
 
4001
- #: includes/settings/class-cr-settings-review-reminder.php:539
4002
  msgid "Attach Media"
4003
  msgstr ""
4004
 
4005
- #: includes/settings/class-cr-settings-review-reminder.php:549
4006
  msgid "Rating Bar"
4007
  msgstr ""
4008
 
4009
- #: includes/settings/class-cr-settings-review-reminder.php:553
4010
  msgid "Visual style of rating bars on review forms."
4011
  msgstr ""
4012
 
4013
- #: includes/settings/class-cr-settings-review-reminder.php:555
4014
  msgid "Smiley and frowny faces"
4015
  msgstr ""
4016
 
4017
- #: includes/settings/class-cr-settings-review-reminder.php:556
4018
  #: blocks/src/reviews-grid/edit.js:234 js/blocks.js:946
4019
  msgid "Stars"
4020
  msgstr ""
4021
 
4022
- #: includes/settings/class-cr-settings-review-reminder.php:561
4023
  msgid "Geolocation"
4024
  msgstr ""
4025
 
4026
- #: includes/settings/class-cr-settings-review-reminder.php:565
4027
  msgid ""
4028
  "Enable geolocation on aggregated review forms. Customers will have an option "
4029
  "to indicate where they are from. For example, \"England, United Kingdom\"."
4030
  msgstr ""
4031
 
4032
- #: includes/settings/class-cr-settings-review-reminder.php:566
4033
  msgid "Automatic geolocation on review forms."
4034
  msgstr ""
4035
 
4036
- #: includes/settings/class-cr-settings-review-reminder.php:572
4037
  msgid "Form Color 1"
4038
  msgstr ""
4039
 
4040
- #: includes/settings/class-cr-settings-review-reminder.php:576
4041
  msgid "Background color for heading of the form and product names."
4042
  msgstr ""
4043
 
4044
- #: includes/settings/class-cr-settings-review-reminder.php:580
4045
  msgid "Form Color 2"
4046
  msgstr ""
4047
 
4048
- #: includes/settings/class-cr-settings-review-reminder.php:584
4049
  msgid "Text color for product names."
4050
  msgstr ""
4051
 
4052
- #: includes/settings/class-cr-settings-review-reminder.php:588
4053
  msgid "Form Color 3"
4054
  msgstr ""
4055
 
4056
- #: includes/settings/class-cr-settings-review-reminder.php:592
4057
  msgid "Color of control elements (buttons, rating bars)."
4058
  msgstr ""
4059
 
4060
- #: includes/settings/class-cr-settings-review-reminder.php:948
4061
  msgid ""
4062
  "While editing the footer text please make sure to keep the unsubscribe link "
4063
  "markup:"
4064
  msgstr ""
4065
 
4066
- #: includes/settings/class-cr-settings-review-reminder.php:1017
4067
  msgid ""
4068
  "<strong>CR Cron could not be enabled because no license key was entered. A "
4069
  "license key (free or pro) is required to use CR Cron.</strong>"
@@ -4417,200 +4460,171 @@ msgid ""
4417
  "you should specify it here."
4418
  msgstr ""
4419
 
4420
- #: includes/settings/class-cr-settings-trust-badges.php:50
4421
  #: includes/settings/class-cr-settings-trust-badges.php:83
4422
- #: includes/settings/class-cr-settings-trust-badges.php:89
4423
  msgid "Trust Badges"
4424
  msgstr ""
4425
 
4426
- #: includes/settings/class-cr-settings-trust-badges.php:85
4427
  msgid ""
4428
- "<p>Increase your store's conversion rate by placing a \"trust badge\" on the "
4429
  "home, checkout or any other page(s). Let customers feel more confident about "
4430
  "shopping on your site by featuring a trust badge that shows a summary of "
4431
- "verified customer reviews. Trust badges can be enabled using shortcodes or "
4432
- "blocks in the page editor (blocks require WordPress 5.0 or newer).</"
4433
- "p><p>Reviews are considered to be verified when they are collected via an "
4434
- "independent third-party website (www.cusrev.com) integrated with this "
4435
- "plugin. Reviews submitted directly on your site cannot be considered as "
4436
- "verified. Each trust badge contains a nofollow link to a dedicated page at "
4437
- "<b>www.cusrev.com</b> with all verified reviews for your store. You can "
4438
- "configure URL of the page with verified reviews for your store below.</p>"
4439
- msgstr ""
4440
-
4441
- #: includes/settings/class-cr-settings-trust-badges.php:90
4442
- msgid ""
4443
- "Enable this option to display trust badges and additional %1$s icons for "
4444
- "individual reviews on product pages in your store. Each %2$s icon will "
4445
- "contain a nofollow link to a verified copy of the review on <strong>www."
4446
- "cusrev.com</strong>."
4447
- msgstr ""
4448
-
4449
- #: includes/settings/class-cr-settings-trust-badges.php:97
4450
- msgid "Verified Reviews Page"
4451
- msgstr ""
4452
-
4453
- #: includes/settings/class-cr-settings-trust-badges.php:98
4454
- msgid ""
4455
- "Specify name of the page with verified reviews. This will be a base URL for "
4456
- "reviews related to your shop. You can use alphanumeric symbols and '.' in "
4457
- "the name of the page."
4458
  msgstr ""
4459
 
4460
- #: includes/settings/class-cr-settings-trust-badges.php:106
4461
- msgid "Age Restriction"
4462
- msgstr ""
4463
-
4464
- #: includes/settings/class-cr-settings-trust-badges.php:107
4465
  msgid ""
4466
- "Enable this option if your store sells age-restricted products (e.g., adult "
4467
- "content, alcohol, etc.)"
 
4468
  msgstr ""
4469
 
4470
- #: includes/settings/class-cr-settings-trust-badges.php:117
4471
  msgid "Small Light Badge"
4472
  msgstr ""
4473
 
4474
- #: includes/settings/class-cr-settings-trust-badges.php:119
4475
  msgid "Shortcode and preview of the small light trust badge."
4476
  msgstr ""
4477
 
4478
- #: includes/settings/class-cr-settings-trust-badges.php:125
4479
  msgid "Small Light Badge (with Store Rating)"
4480
  msgstr ""
4481
 
4482
- #: includes/settings/class-cr-settings-trust-badges.php:127
4483
  msgid "Shortcode and preview of the small light trust badge with store rating."
4484
  msgstr ""
4485
 
4486
- #: includes/settings/class-cr-settings-trust-badges.php:133
4487
  msgid "Small Dark Badge"
4488
  msgstr ""
4489
 
4490
- #: includes/settings/class-cr-settings-trust-badges.php:135
4491
  msgid "Shortcode and preview of the small dark trust badge."
4492
  msgstr ""
4493
 
4494
- #: includes/settings/class-cr-settings-trust-badges.php:141
4495
  msgid "Small Dark Badge (with Store Rating)"
4496
  msgstr ""
4497
 
4498
- #: includes/settings/class-cr-settings-trust-badges.php:143
4499
  msgid "Shortcode and preview of the small dark trust badge with store rating."
4500
  msgstr ""
4501
 
4502
- #: includes/settings/class-cr-settings-trust-badges.php:149
4503
  msgid "Wide Light Badge"
4504
  msgstr ""
4505
 
4506
- #: includes/settings/class-cr-settings-trust-badges.php:151
4507
  msgid ""
4508
  "Shortcode and preview of the wide light trust badge. The wide badge has a "
4509
  "version for small screens that will be automatically shown when a website is "
4510
  "viewed from phones."
4511
  msgstr ""
4512
 
4513
- #: includes/settings/class-cr-settings-trust-badges.php:157
4514
  msgid "Wide Light Badge (with Store Rating)"
4515
  msgstr ""
4516
 
4517
- #: includes/settings/class-cr-settings-trust-badges.php:159
4518
  msgid ""
4519
  "Shortcode and preview of the wide light trust badge with store rating. The "
4520
  "wide badge has a version for small screens that will be automatically shown "
4521
  "when a website is viewed from phones."
4522
  msgstr ""
4523
 
4524
- #: includes/settings/class-cr-settings-trust-badges.php:165
4525
  msgid "Wide Dark Badge"
4526
  msgstr ""
4527
 
4528
- #: includes/settings/class-cr-settings-trust-badges.php:167
4529
  msgid ""
4530
  "Shortcode and preview of the wide dark trust badge. The wide badge has a "
4531
  "version for small screens that will be automatically shown when a website is "
4532
  "viewed from phones."
4533
  msgstr ""
4534
 
4535
- #: includes/settings/class-cr-settings-trust-badges.php:173
4536
  msgid "Wide Dark Badge (with Store Rating)"
4537
  msgstr ""
4538
 
4539
- #: includes/settings/class-cr-settings-trust-badges.php:175
4540
  msgid ""
4541
  "Shortcode and preview of the wide dark trust badge with store rating. The "
4542
  "wide badge has a version for small screens that will be automatically shown "
4543
  "when a website is viewed from phones."
4544
  msgstr ""
4545
 
4546
- #: includes/settings/class-cr-settings-trust-badges.php:181
4547
  msgid "Compact Light Badge"
4548
  msgstr ""
4549
 
4550
- #: includes/settings/class-cr-settings-trust-badges.php:183
4551
  msgid "Shortcode and preview of the compact light trust badge."
4552
  msgstr ""
4553
 
4554
- #: includes/settings/class-cr-settings-trust-badges.php:189
4555
  msgid "Compact Dark Badge"
4556
  msgstr ""
4557
 
4558
- #: includes/settings/class-cr-settings-trust-badges.php:191
4559
  msgid "Shortcode and preview of the compact dark trust badge."
4560
  msgstr ""
4561
 
4562
- #: includes/settings/class-cr-settings-trust-badges.php:201
4563
  msgid "Floating Trust Badge"
4564
  msgstr ""
4565
 
4566
- #: includes/settings/class-cr-settings-trust-badges.php:203
4567
  msgid ""
4568
  "Settings to display a floating badge with a summary of verified reviews."
4569
  msgstr ""
4570
 
4571
- #: includes/settings/class-cr-settings-trust-badges.php:207
4572
  msgid "Floating Badge"
4573
  msgstr ""
4574
 
4575
- #: includes/settings/class-cr-settings-trust-badges.php:209
4576
  msgid ""
4577
  "Enable this checkbox to display a floating trust badge on public pages of "
4578
  "the website."
4579
  msgstr ""
4580
 
4581
- #: includes/settings/class-cr-settings-trust-badges.php:214
4582
  msgid "Floating Badge Style"
4583
  msgstr ""
4584
 
4585
- #: includes/settings/class-cr-settings-trust-badges.php:216
4586
  msgid "Choose one of the styles for the floating trust badge."
4587
  msgstr ""
4588
 
4589
- #: includes/settings/class-cr-settings-trust-badges.php:220 js/blocks.js:112
4590
  msgid "Light"
4591
  msgstr ""
4592
 
4593
- #: includes/settings/class-cr-settings-trust-badges.php:221 js/blocks.js:116
4594
  msgid "Dark"
4595
  msgstr ""
4596
 
4597
- #: includes/settings/class-cr-settings-trust-badges.php:226
4598
  msgid "Floating Badge Location"
4599
  msgstr ""
4600
 
4601
- #: includes/settings/class-cr-settings-trust-badges.php:228
4602
  msgid "Choose one of the locations for the floating trust badge."
4603
  msgstr ""
4604
 
4605
- #: includes/settings/class-cr-settings-trust-badges.php:232
4606
  msgid "Bottom right"
4607
  msgstr ""
4608
 
4609
- #: includes/settings/class-cr-settings-trust-badges.php:233
4610
  msgid "Bottom left"
4611
  msgstr ""
4612
 
4613
- #: includes/settings/class-cr-settings-trust-badges.php:318
4614
  msgid "color"
4615
  msgstr ""
4616
 
@@ -4681,75 +4695,83 @@ msgstr ""
4681
  msgid "Tags for Reviews"
4682
  msgstr ""
4683
 
4684
- #: includes/trust-badge/class-cr-trust-badge.php:201
4685
  msgid "Independently verified"
4686
  msgstr ""
4687
 
4688
- #: includes/trust-badge/class-cr-trust-badge.php:202
4689
  msgid "independently verified"
4690
  msgstr ""
4691
 
4692
- #: includes/trust-badge/class-cr-trust-badge.php:204
 
 
 
 
 
 
 
 
4693
  msgid "%s rating"
4694
  msgstr ""
4695
 
4696
- #: includes/trust-badge/class-cr-trust-badge.php:205
4697
  msgid "rating %s / 5"
4698
  msgstr ""
4699
 
4700
- #: includes/trust-badge/class-cr-trust-badge.php:206
4701
  msgid "%s store rating"
4702
  msgstr ""
4703
 
4704
- #: includes/trust-badge/class-cr-trust-badge.php:207
4705
  msgid "Store rating %s / 5"
4706
  msgstr ""
4707
 
4708
- #: includes/trust-badge/class-cr-trust-badge.php:208
4709
  msgid "store rating"
4710
  msgstr ""
4711
 
4712
- #: includes/trust-badge/class-cr-trust-badge.php:209
4713
  msgid "%s product rating"
4714
  msgstr ""
4715
 
4716
- #: includes/trust-badge/class-cr-trust-badge.php:210
4717
  msgid "Product rating %s / 5"
4718
  msgstr ""
4719
 
4720
- #: includes/trust-badge/class-cr-trust-badge.php:211
4721
  msgid "product rating"
4722
  msgstr ""
4723
 
4724
- #: includes/trust-badge/class-cr-trust-badge.php:212
4725
- #: includes/trust-badge/class-cr-trust-badge.php:213 templates/cr-rating.php:44
4726
  msgid "%s review"
4727
  msgid_plural "%s reviews"
4728
  msgstr[0] ""
4729
  msgstr[1] ""
4730
 
4731
  #: includes/trust-badge/class-cr-verified-reviews.php:58
4732
- msgid "Trust badges activation error: 'Verified Reviews Page' cannot be empty."
4733
  msgstr ""
4734
 
4735
  #: includes/trust-badge/class-cr-verified-reviews.php:89
4736
- msgid "Trust badges activation error #98. "
4737
  msgstr ""
4738
 
4739
  #: includes/trust-badge/class-cr-verified-reviews.php:94
4740
- msgid "Trust badges have been successfully activated."
4741
  msgstr ""
4742
 
4743
  #: includes/trust-badge/class-cr-verified-reviews.php:97
4744
  msgid ""
4745
- "Trust badges activation error: '%s' is already in use. Please enter a "
4746
  "different page name."
4747
  msgstr ""
4748
 
4749
  #: includes/trust-badge/class-cr-verified-reviews.php:100
4750
  msgid ""
4751
- "Trust badges activation error: page name contains unsupported symbols. Only "
4752
- "latin characters (a-z), numbers (0-9), and . symbol are allowed."
4753
  msgstr ""
4754
 
4755
  #: includes/trust-badge/class-cr-verified-reviews.php:103
@@ -4759,25 +4781,25 @@ msgid ""
4759
  msgstr ""
4760
 
4761
  #: includes/trust-badge/class-cr-verified-reviews.php:106
4762
- msgid "Trust badges activation error #99."
4763
  msgstr ""
4764
 
4765
  #: includes/trust-badge/class-cr-verified-reviews.php:142
4766
- msgid "Trust badges deactivation error #98. Please try again."
4767
  msgstr ""
4768
 
4769
  #: includes/trust-badge/class-cr-verified-reviews.php:149
4770
- msgid "Trust badges have been successfully deactivated."
4771
  msgstr ""
4772
 
4773
  #: includes/trust-badge/class-cr-verified-reviews.php:153
4774
  msgid ""
4775
- "Trust badges deactivation error: the page is blocked, please contact CusRev "
4776
- "support for assistance."
4777
  msgstr ""
4778
 
4779
  #: includes/trust-badge/class-cr-verified-reviews.php:157
4780
- msgid "Trust badges deactivation error #99."
4781
  msgstr ""
4782
 
4783
  #: ivole.php:135
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"
43
  msgid "This reply was originally posted on CR portal"
44
  msgstr ""
45
 
46
+ #: class-ivole.php:152
47
  msgid "View CusRev documentation"
48
  msgstr ""
49
 
50
+ #: class-ivole.php:152
51
  msgid "Docs"
52
  msgstr ""
53
 
54
+ #: class-ivole.php:153
55
  msgid "Visit community forums"
56
  msgstr ""
57
 
58
+ #: class-ivole.php:153
59
  msgid "Community support"
60
  msgstr ""
61
 
62
+ #: class-ivole.php:163
63
  msgid "View Customer Reviews settings"
64
  msgstr ""
65
 
66
+ #: class-ivole.php:163 includes/settings/class-cr-admin-menu-settings.php:60
67
  #: includes/settings/class-cr-admin-menu-settings.php:61
68
  msgid "Settings"
69
  msgstr ""
243
  msgid "Item 2 Test"
244
  msgstr ""
245
 
246
+ #: includes/emails/class-cr-email-func.php:264
247
  #: includes/reviews/class-cr-reviews-list-table.php:410
248
  msgid "Review"
249
  msgstr ""
380
  #: includes/reviews/class-cr-admin-menu-reviews.php:59
381
  #: includes/reviews/class-cr-admin-menu-reviews.php:60
382
  #: includes/settings/class-cr-admin-menu-settings.php:143
383
+ #: includes/settings/class-cr-settings-trust-badges.php:310
384
  msgid "Reviews"
385
  msgstr ""
386
 
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 "
2526
+ "%1$s icons for individual reviews on product pages of your store will be "
2527
+ "displayed. Each %2$s icon will contain a nofollow link to a verified copy of "
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.)"
2550
+ msgstr ""
2551
+
2552
  #: includes/settings/class-cr-settings-discount-tiers.php:37
2553
  msgid ""
2554
  "The option is not available with the coupon type selected for this discount "
2650
  msgstr ""
2651
 
2652
  #: includes/settings/class-cr-settings-discount-tiers.php:146
2653
+ #: includes/settings/class-cr-settings-review-reminder.php:367
2654
  msgid "Roles"
2655
  msgstr ""
2656
 
2861
  msgstr ""
2862
 
2863
  #: includes/settings/class-cr-settings-email-template.php:286
2864
+ msgid "\"Reply-To\" address"
2865
  msgstr ""
2866
 
2867
  #: includes/settings/class-cr-settings-email-template.php:301
3006
  "test email."
3007
  msgstr ""
3008
 
3009
+ #: includes/settings/class-cr-settings-email-template.php:536
3010
  msgid "Return to emails"
3011
  msgstr ""
3012
 
3013
+ #: includes/settings/class-cr-settings-email-template.php:559
3014
  msgid "Email template"
3015
  msgstr ""
3016
 
3017
+ #: includes/settings/class-cr-settings-email-template.php:567
3018
  msgid "Delete template file"
3019
  msgstr ""
3020
 
3021
  #. translators: %s: Path to template file
3022
+ #: includes/settings/class-cr-settings-email-template.php:573
3023
  msgid ""
3024
  "This template has been overridden by your theme and can be found in: %s."
3025
  msgstr ""
3026
 
3027
+ #: includes/settings/class-cr-settings-email-template.php:603
3028
  msgid "Copy file to theme"
3029
  msgstr ""
3030
 
3031
  #. translators: 1: Path to template file 2: Path to theme folder
3032
+ #: includes/settings/class-cr-settings-email-template.php:609
3033
  msgid ""
3034
  "To override and edit this email template copy %1$s to your theme folder: "
3035
  "%2$s."
3036
  msgstr ""
3037
 
3038
+ #: includes/settings/class-cr-settings-email-template.php:617
3039
  msgid "File was not found."
3040
  msgstr ""
3041
 
3042
+ #: includes/settings/class-cr-settings-email-template.php:639
3043
  msgid "View template"
3044
  msgstr ""
3045
 
3046
+ #: includes/settings/class-cr-settings-email-template.php:640
3047
  msgid "Hide template"
3048
  msgstr ""
3049
 
3050
+ #: includes/settings/class-cr-settings-email-template.php:654
3051
  msgid "Are you sure you want to delete this template file?"
3052
  msgstr ""
3053
 
3054
+ #: includes/settings/class-cr-settings-email-template.php:675
3055
+ #: includes/settings/class-cr-settings-email-template.php:681
3056
  msgid "'Email Body' field cannot be empty"
3057
  msgstr ""
3058
 
3059
+ #: includes/settings/class-cr-settings-email-template.php:695
3060
  msgid "Action failed. Please refresh the page and retry."
3061
  msgstr ""
3062
 
3063
+ #: includes/settings/class-cr-settings-email-template.php:699
3064
  msgid "You don&#8217;t have permission to do this."
3065
  msgstr ""
3066
 
3067
+ #: includes/settings/class-cr-settings-email-template.php:721
3068
  msgid "Template file copied to theme."
3069
  msgstr ""
3070
 
3071
+ #: includes/settings/class-cr-settings-email-template.php:733
3072
  msgid "Template file deleted from theme."
3073
  msgstr ""
3074
 
3076
  msgid "Emails"
3077
  msgstr ""
3078
 
3079
+ #: includes/settings/class-cr-settings-emails.php:76
3080
  msgid "Email Templates"
3081
  msgstr ""
3082
 
3083
+ #: includes/settings/class-cr-settings-emails.php:78
3084
  msgid ""
3085
  "Adjust templates of the emails that will be sent to customers. If you enable "
3086
  "<b>advanced</b> email templates in your account on the %1$sCusRev website"
3088
  "below."
3089
  msgstr ""
3090
 
3091
+ #: includes/settings/class-cr-settings-emails.php:109
3092
  msgid "Email"
3093
  msgstr ""
3094
 
3095
+ #: includes/settings/class-cr-settings-emails.php:110
3096
  msgid "Subject"
3097
  msgstr ""
3098
 
3099
+ #: includes/settings/class-cr-settings-emails.php:111
3100
  msgid "From"
3101
  msgstr ""
3102
 
3242
  msgstr ""
3243
 
3244
  #: includes/settings/class-cr-settings-review-discount.php:109
3245
+ #: includes/settings/class-cr-settings-review-reminder.php:494
3246
  msgid "Email Template"
3247
  msgstr ""
3248
 
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
3506
+ #: includes/settings/class-cr-settings-review-reminder.php:945
3507
+ #: includes/settings/class-cr-settings-review-reminder.php:946
3508
+ #: includes/settings/class-cr-settings-review-reminder.php:947
3509
+ #: includes/settings/class-cr-settings-review-reminder.php:948
3510
+ #: includes/settings/class-cr-settings-review-reminder.php:949
3511
  msgid "Checking license..."
3512
  msgstr ""
3513
 
3782
  "in this field."
3783
  msgstr ""
3784
 
3785
+ #: includes/settings/class-cr-settings-review-reminder.php:315
3786
  msgid "Order Status"
3787
  msgstr ""
3788
 
3789
+ #: includes/settings/class-cr-settings-review-reminder.php:317
3790
  msgid ""
3791
  "Review reminders will be sent N days after this order status. It is "
3792
  "recommended to use 'Completed' status."
3793
  msgstr ""
3794
 
3795
+ #: includes/settings/class-cr-settings-review-reminder.php:327
3796
  msgid "Enable for"
3797
  msgstr ""
3798
 
3799
+ #: includes/settings/class-cr-settings-review-reminder.php:329
3800
  msgid ""
3801
  "Define if reminders will be send for all or only specific categories of "
3802
  "products."
3803
  msgstr ""
3804
 
3805
+ #: includes/settings/class-cr-settings-review-reminder.php:336
3806
  msgid "All Categories"
3807
  msgstr ""
3808
 
3809
+ #: includes/settings/class-cr-settings-review-reminder.php:337
3810
  msgid "Specific Categories"
3811
  msgstr ""
3812
 
3813
+ #: includes/settings/class-cr-settings-review-reminder.php:342
3814
  msgid "Categories"
3815
  msgstr ""
3816
 
3817
+ #: includes/settings/class-cr-settings-review-reminder.php:344
3818
  msgid ""
3819
  "If reminders are enabled only for specific categories of products, this "
3820
  "field enables you to choose these categories."
3821
  msgstr ""
3822
 
3823
+ #: includes/settings/class-cr-settings-review-reminder.php:352
3824
  msgid "Enable for Roles"
3825
  msgstr ""
3826
 
3827
+ #: includes/settings/class-cr-settings-review-reminder.php:354
3828
  msgid ""
3829
  "Define if reminders will be send for all or only specific roles of users."
3830
  msgstr ""
3831
 
3832
+ #: includes/settings/class-cr-settings-review-reminder.php:361
3833
  msgid "All Roles"
3834
  msgstr ""
3835
 
3836
+ #: includes/settings/class-cr-settings-review-reminder.php:362
3837
  msgid "Specific Roles"
3838
  msgstr ""
3839
 
3840
+ #: includes/settings/class-cr-settings-review-reminder.php:369
3841
  msgid ""
3842
  "If reminders are enabled only for specific user roles, this field enables "
3843
  "you to choose these roles."
3844
  msgstr ""
3845
 
3846
+ #: includes/settings/class-cr-settings-review-reminder.php:377
3847
  msgid "Enable for Guests"
3848
  msgstr ""
3849
 
3850
+ #: includes/settings/class-cr-settings-review-reminder.php:378
3851
  msgid ""
3852
  "Enable sending of review reminders to customers who place orders without an "
3853
  "account (guest checkout). It is recommended to enable this checkbox, if you "
3854
  "allow customers to place orders without creating an account on your site."
3855
  msgstr ""
3856
 
3857
+ #: includes/settings/class-cr-settings-review-reminder.php:385
3858
  msgid "Reminders Scheduler"
3859
  msgstr ""
3860
 
3861
+ #: includes/settings/class-cr-settings-review-reminder.php:387
3862
  msgid ""
3863
  "Define which scheduler the plugin will use to schedule automatic review "
3864
  "reminders. The default option is to use WordPress Cron (WP-Cron) for "
3867
  "CR Cron is an external service that requires a license key (free or pro)."
3868
  msgstr ""
3869
 
3870
+ #: includes/settings/class-cr-settings-review-reminder.php:397
3871
  msgid "Enable Manual Reminders"
3872
  msgstr ""
3873
 
3874
+ #: includes/settings/class-cr-settings-review-reminder.php:398
3875
  msgid ""
3876
  "Enable manual sending of follow-up emails with a reminder to submit a "
3877
  "review. Manual reminders can be sent for completed orders from %1$sOrders"
3878
  "%2$s page after enabling this option."
3879
  msgstr ""
3880
 
3881
+ #: includes/settings/class-cr-settings-review-reminder.php:405
3882
  msgid "Limit Number of Reminders"
3883
  msgstr ""
3884
 
3885
+ #: includes/settings/class-cr-settings-review-reminder.php:406
3886
  msgid ""
3887
  "Enable this checkbox to make sure that no more than one review reminder is "
3888
  "sent for each order."
3889
  msgstr ""
3890
 
3891
+ #: includes/settings/class-cr-settings-review-reminder.php:413
3892
  msgid "Customer Consent"
3893
  msgstr ""
3894
 
3895
+ #: includes/settings/class-cr-settings-review-reminder.php:414
3896
  msgid ""
3897
  "If this option is enabled, customers will be asked to tick a checkbox on the "
3898
  "checkout page to indicate that they would like to receive an invitation to "
3899
  "review their order."
3900
  msgstr ""
3901
 
3902
+ #: includes/settings/class-cr-settings-review-reminder.php:420
3903
  msgid "Customer Consent Text"
3904
  msgstr ""
3905
 
3906
+ #: includes/settings/class-cr-settings-review-reminder.php:421
3907
  msgid ""
3908
  "Text of the message shown to customers next to the consent checkbox on the "
3909
  "checkout page."
3910
  msgstr ""
3911
 
3912
+ #: includes/settings/class-cr-settings-review-reminder.php:430
3913
  msgid "Registered Customers"
3914
  msgstr ""
3915
 
3916
+ #: includes/settings/class-cr-settings-review-reminder.php:431
3917
  msgid ""
3918
  "By default, review reminders are sent to billing emails provided by "
3919
  "customers during checkout. If you enable this option, the plugin will check "
3922
  "this option disabled."
3923
  msgstr ""
3924
 
3925
+ #: includes/settings/class-cr-settings-review-reminder.php:438
3926
  msgid "Moderation of Reviews"
3927
  msgstr ""
3928
 
3929
+ #: includes/settings/class-cr-settings-review-reminder.php:439
3930
  msgid ""
3931
  "Enable manual moderation of reviews submitted by your verified customers. "
3932
  "This setting applies only to reviews submitted in response to reminders sent "
3933
  "by this plugin."
3934
  msgstr ""
3935
 
3936
+ #: includes/settings/class-cr-settings-review-reminder.php:446
3937
  msgid "Exclude Free Products"
3938
  msgstr ""
3939
 
3940
+ #: includes/settings/class-cr-settings-review-reminder.php:447
3941
  msgid "Enable this checkbox to exclude free products from review invitations."
3942
  msgstr ""
3943
 
3944
+ #: includes/settings/class-cr-settings-review-reminder.php:454
3945
  msgid "Shop Name"
3946
  msgstr ""
3947
 
3948
+ #: includes/settings/class-cr-settings-review-reminder.php:456
3949
  msgid ""
3950
  "Specify your shop name that will be used in emails and review forms "
3951
  "generated by this plugin."
3952
  msgstr ""
3953
 
3954
+ #: includes/settings/class-cr-settings-review-reminder.php:471
3955
+ #: includes/settings/class-cr-settings-review-reminder.php:477
3956
  msgid "Language"
3957
  msgstr ""
3958
 
3959
+ #: includes/settings/class-cr-settings-review-reminder.php:479
3960
  msgid "Choose one of the available languages."
3961
  msgstr ""
3962
 
3963
+ #: includes/settings/class-cr-settings-review-reminder.php:496
3964
  msgid ""
3965
  "The email template of review reminders can be configured on the <a href=\"%s"
3966
  "\">Emails</a> tab."
3967
  msgstr ""
3968
 
3969
+ #: includes/settings/class-cr-settings-review-reminder.php:504
3970
  msgid ""
3971
  "Adjust template of the aggregated review forms that will be created and sent "
3972
  "to customers by CusRev. Modifications will be applied to the next review "
3975
  "b> the settings below."
3976
  msgstr ""
3977
 
3978
+ #: includes/settings/class-cr-settings-review-reminder.php:506
3979
  msgid ""
3980
  "Adjust template of the aggregated review forms that will be created and sent "
3981
  "to customers. Modifications will be applied to the next review form created "
3982
  "after saving settings."
3983
  msgstr ""
3984
 
3985
+ #: includes/settings/class-cr-settings-review-reminder.php:509
3986
  msgid "Review Form Template"
3987
  msgstr ""
3988
 
3989
+ #: includes/settings/class-cr-settings-review-reminder.php:515
3990
  msgid "Form Header"
3991
  msgstr ""
3992
 
3993
+ #: includes/settings/class-cr-settings-review-reminder.php:517
3994
  msgid "Header of the review form that will be sent to customers."
3995
  msgstr ""
3996
 
3997
+ #: includes/settings/class-cr-settings-review-reminder.php:524
3998
  msgid "Form Body"
3999
  msgstr ""
4000
 
4001
+ #: includes/settings/class-cr-settings-review-reminder.php:526
4002
  msgid "Body of the review form that will be sent to customers."
4003
  msgstr ""
4004
 
4005
+ #: includes/settings/class-cr-settings-review-reminder.php:534
4006
  msgid "Shop Rating"
4007
  msgstr ""
4008
 
4009
+ #: includes/settings/class-cr-settings-review-reminder.php:538
4010
  msgid ""
4011
  "Enable this option if you would like to include a separate question for a "
4012
  "general shop review in addition to questions for product reviews."
4013
  msgstr ""
4014
 
4015
+ #: includes/settings/class-cr-settings-review-reminder.php:541
4016
  msgid "Comment Required"
4017
  msgstr ""
4018
 
4019
+ #: includes/settings/class-cr-settings-review-reminder.php:545
4020
  msgid ""
4021
  "Enable this option if you would like to make it mandatory for your customers "
4022
  "to write something in their review. This option applies only to aggregated "
4023
  "review forms."
4024
  msgstr ""
4025
 
4026
+ #: includes/settings/class-cr-settings-review-reminder.php:548
4027
  msgid ""
4028
  "Enable attachment of pictures and videos on aggregated review forms. "
4029
  "Uploaded media files are initially stored on Amazon S3 and automatically "
4033
  "%2$s."
4034
  msgstr ""
4035
 
4036
+ #: includes/settings/class-cr-settings-review-reminder.php:550
4037
  msgid ""
4038
  "Enable attachment of pictures and videos on local aggregated review forms. "
4039
  "This option applies only to aggregated review forms. If you would like to "
4041
  "pages, this can be done %1$shere%2$s."
4042
  msgstr ""
4043
 
4044
+ #: includes/settings/class-cr-settings-review-reminder.php:553
4045
  msgid "Attach Media"
4046
  msgstr ""
4047
 
4048
+ #: includes/settings/class-cr-settings-review-reminder.php:563
4049
  msgid "Rating Bar"
4050
  msgstr ""
4051
 
4052
+ #: includes/settings/class-cr-settings-review-reminder.php:567
4053
  msgid "Visual style of rating bars on review forms."
4054
  msgstr ""
4055
 
4056
+ #: includes/settings/class-cr-settings-review-reminder.php:569
4057
  msgid "Smiley and frowny faces"
4058
  msgstr ""
4059
 
4060
+ #: includes/settings/class-cr-settings-review-reminder.php:570
4061
  #: blocks/src/reviews-grid/edit.js:234 js/blocks.js:946
4062
  msgid "Stars"
4063
  msgstr ""
4064
 
4065
+ #: includes/settings/class-cr-settings-review-reminder.php:575
4066
  msgid "Geolocation"
4067
  msgstr ""
4068
 
4069
+ #: includes/settings/class-cr-settings-review-reminder.php:579
4070
  msgid ""
4071
  "Enable geolocation on aggregated review forms. Customers will have an option "
4072
  "to indicate where they are from. For example, \"England, United Kingdom\"."
4073
  msgstr ""
4074
 
4075
+ #: includes/settings/class-cr-settings-review-reminder.php:580
4076
  msgid "Automatic geolocation on review forms."
4077
  msgstr ""
4078
 
4079
+ #: includes/settings/class-cr-settings-review-reminder.php:586
4080
  msgid "Form Color 1"
4081
  msgstr ""
4082
 
4083
+ #: includes/settings/class-cr-settings-review-reminder.php:590
4084
  msgid "Background color for heading of the form and product names."
4085
  msgstr ""
4086
 
4087
+ #: includes/settings/class-cr-settings-review-reminder.php:594
4088
  msgid "Form Color 2"
4089
  msgstr ""
4090
 
4091
+ #: includes/settings/class-cr-settings-review-reminder.php:598
4092
  msgid "Text color for product names."
4093
  msgstr ""
4094
 
4095
+ #: includes/settings/class-cr-settings-review-reminder.php:602
4096
  msgid "Form Color 3"
4097
  msgstr ""
4098
 
4099
+ #: includes/settings/class-cr-settings-review-reminder.php:606
4100
  msgid "Color of control elements (buttons, rating bars)."
4101
  msgstr ""
4102
 
4103
+ #: includes/settings/class-cr-settings-review-reminder.php:962
4104
  msgid ""
4105
  "While editing the footer text please make sure to keep the unsubscribe link "
4106
  "markup:"
4107
  msgstr ""
4108
 
4109
+ #: includes/settings/class-cr-settings-review-reminder.php:1031
4110
  msgid ""
4111
  "<strong>CR Cron could not be enabled because no license key was entered. A "
4112
  "license key (free or pro) is required to use CR Cron.</strong>"
4460
  "you should specify it here."
4461
  msgstr ""
4462
 
4463
+ #: includes/settings/class-cr-settings-trust-badges.php:45
4464
  #: includes/settings/class-cr-settings-trust-badges.php:83
 
4465
  msgid "Trust Badges"
4466
  msgstr ""
4467
 
4468
+ #: includes/settings/class-cr-settings-trust-badges.php:86
4469
  msgid ""
4470
+ "Increase your store's conversion rate by placing a \"trust badge\" on the "
4471
  "home, checkout or any other page(s). Let customers feel more confident about "
4472
  "shopping on your site by featuring a trust badge that shows a summary of "
4473
+ "customer reviews. Trust badges can be enabled using shortcodes or blocks in "
4474
+ "the page editor (blocks require WordPress 5.0 or newer)."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4475
  msgstr ""
4476
 
4477
+ #: includes/settings/class-cr-settings-trust-badges.php:88
 
 
 
 
4478
  msgid ""
4479
+ "If you enable <a href=\"%1$s\">verification of reviews</a> and claim a <a "
4480
+ "href=\"%2$s\">dedicated page</a> at CusRev.com website, trust badges will "
4481
+ "include a nofollow link to your page there."
4482
  msgstr ""
4483
 
4484
+ #: includes/settings/class-cr-settings-trust-badges.php:93
4485
  msgid "Small Light Badge"
4486
  msgstr ""
4487
 
4488
+ #: includes/settings/class-cr-settings-trust-badges.php:95
4489
  msgid "Shortcode and preview of the small light trust badge."
4490
  msgstr ""
4491
 
4492
+ #: includes/settings/class-cr-settings-trust-badges.php:101
4493
  msgid "Small Light Badge (with Store Rating)"
4494
  msgstr ""
4495
 
4496
+ #: includes/settings/class-cr-settings-trust-badges.php:103
4497
  msgid "Shortcode and preview of the small light trust badge with store rating."
4498
  msgstr ""
4499
 
4500
+ #: includes/settings/class-cr-settings-trust-badges.php:109
4501
  msgid "Small Dark Badge"
4502
  msgstr ""
4503
 
4504
+ #: includes/settings/class-cr-settings-trust-badges.php:111
4505
  msgid "Shortcode and preview of the small dark trust badge."
4506
  msgstr ""
4507
 
4508
+ #: includes/settings/class-cr-settings-trust-badges.php:117
4509
  msgid "Small Dark Badge (with Store Rating)"
4510
  msgstr ""
4511
 
4512
+ #: includes/settings/class-cr-settings-trust-badges.php:119
4513
  msgid "Shortcode and preview of the small dark trust badge with store rating."
4514
  msgstr ""
4515
 
4516
+ #: includes/settings/class-cr-settings-trust-badges.php:125
4517
  msgid "Wide Light Badge"
4518
  msgstr ""
4519
 
4520
+ #: includes/settings/class-cr-settings-trust-badges.php:127
4521
  msgid ""
4522
  "Shortcode and preview of the wide light trust badge. The wide badge has a "
4523
  "version for small screens that will be automatically shown when a website is "
4524
  "viewed from phones."
4525
  msgstr ""
4526
 
4527
+ #: includes/settings/class-cr-settings-trust-badges.php:133
4528
  msgid "Wide Light Badge (with Store Rating)"
4529
  msgstr ""
4530
 
4531
+ #: includes/settings/class-cr-settings-trust-badges.php:135
4532
  msgid ""
4533
  "Shortcode and preview of the wide light trust badge with store rating. The "
4534
  "wide badge has a version for small screens that will be automatically shown "
4535
  "when a website is viewed from phones."
4536
  msgstr ""
4537
 
4538
+ #: includes/settings/class-cr-settings-trust-badges.php:141
4539
  msgid "Wide Dark Badge"
4540
  msgstr ""
4541
 
4542
+ #: includes/settings/class-cr-settings-trust-badges.php:143
4543
  msgid ""
4544
  "Shortcode and preview of the wide dark trust badge. The wide badge has a "
4545
  "version for small screens that will be automatically shown when a website is "
4546
  "viewed from phones."
4547
  msgstr ""
4548
 
4549
+ #: includes/settings/class-cr-settings-trust-badges.php:149
4550
  msgid "Wide Dark Badge (with Store Rating)"
4551
  msgstr ""
4552
 
4553
+ #: includes/settings/class-cr-settings-trust-badges.php:151
4554
  msgid ""
4555
  "Shortcode and preview of the wide dark trust badge with store rating. The "
4556
  "wide badge has a version for small screens that will be automatically shown "
4557
  "when a website is viewed from phones."
4558
  msgstr ""
4559
 
4560
+ #: includes/settings/class-cr-settings-trust-badges.php:157
4561
  msgid "Compact Light Badge"
4562
  msgstr ""
4563
 
4564
+ #: includes/settings/class-cr-settings-trust-badges.php:159
4565
  msgid "Shortcode and preview of the compact light trust badge."
4566
  msgstr ""
4567
 
4568
+ #: includes/settings/class-cr-settings-trust-badges.php:165
4569
  msgid "Compact Dark Badge"
4570
  msgstr ""
4571
 
4572
+ #: includes/settings/class-cr-settings-trust-badges.php:167
4573
  msgid "Shortcode and preview of the compact dark trust badge."
4574
  msgstr ""
4575
 
4576
+ #: includes/settings/class-cr-settings-trust-badges.php:177
4577
  msgid "Floating Trust Badge"
4578
  msgstr ""
4579
 
4580
+ #: includes/settings/class-cr-settings-trust-badges.php:179
4581
  msgid ""
4582
  "Settings to display a floating badge with a summary of verified reviews."
4583
  msgstr ""
4584
 
4585
+ #: includes/settings/class-cr-settings-trust-badges.php:183
4586
  msgid "Floating Badge"
4587
  msgstr ""
4588
 
4589
+ #: includes/settings/class-cr-settings-trust-badges.php:185
4590
  msgid ""
4591
  "Enable this checkbox to display a floating trust badge on public pages of "
4592
  "the website."
4593
  msgstr ""
4594
 
4595
+ #: includes/settings/class-cr-settings-trust-badges.php:190
4596
  msgid "Floating Badge Style"
4597
  msgstr ""
4598
 
4599
+ #: includes/settings/class-cr-settings-trust-badges.php:192
4600
  msgid "Choose one of the styles for the floating trust badge."
4601
  msgstr ""
4602
 
4603
+ #: includes/settings/class-cr-settings-trust-badges.php:196 js/blocks.js:112
4604
  msgid "Light"
4605
  msgstr ""
4606
 
4607
+ #: includes/settings/class-cr-settings-trust-badges.php:197 js/blocks.js:116
4608
  msgid "Dark"
4609
  msgstr ""
4610
 
4611
+ #: includes/settings/class-cr-settings-trust-badges.php:202
4612
  msgid "Floating Badge Location"
4613
  msgstr ""
4614
 
4615
+ #: includes/settings/class-cr-settings-trust-badges.php:204
4616
  msgid "Choose one of the locations for the floating trust badge."
4617
  msgstr ""
4618
 
4619
+ #: includes/settings/class-cr-settings-trust-badges.php:208
4620
  msgid "Bottom right"
4621
  msgstr ""
4622
 
4623
+ #: includes/settings/class-cr-settings-trust-badges.php:209
4624
  msgid "Bottom left"
4625
  msgstr ""
4626
 
4627
+ #: includes/settings/class-cr-settings-trust-badges.php:294
4628
  msgid "color"
4629
  msgstr ""
4630
 
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] ""
4751
  msgstr[1] ""
4752
 
4753
  #: includes/trust-badge/class-cr-verified-reviews.php:58
4754
+ msgid "CusRev.com page activation error: 'Page URL' cannot be empty."
4755
  msgstr ""
4756
 
4757
  #: includes/trust-badge/class-cr-verified-reviews.php:89
4758
+ msgid "CusRev.com page activation error #98. "
4759
  msgstr ""
4760
 
4761
  #: includes/trust-badge/class-cr-verified-reviews.php:94
4762
+ msgid "CusRev.com page has been successfully enabled."
4763
  msgstr ""
4764
 
4765
  #: includes/trust-badge/class-cr-verified-reviews.php:97
4766
  msgid ""
4767
+ "CusRev.com page activation error: '%s' is already in use. Please enter a "
4768
  "different page name."
4769
  msgstr ""
4770
 
4771
  #: includes/trust-badge/class-cr-verified-reviews.php:100
4772
  msgid ""
4773
+ "CusRev.com page activation error: page URL contains unsupported symbols. "
4774
+ "Only latin characters (a-z), numbers (0-9), and . symbol are allowed."
4775
  msgstr ""
4776
 
4777
  #: includes/trust-badge/class-cr-verified-reviews.php:103
4781
  msgstr ""
4782
 
4783
  #: includes/trust-badge/class-cr-verified-reviews.php:106
4784
+ msgid "CusRev.com page activation error #99."
4785
  msgstr ""
4786
 
4787
  #: includes/trust-badge/class-cr-verified-reviews.php:142
4788
+ msgid "CusRev.com page deactivation error #98. Please try again."
4789
  msgstr ""
4790
 
4791
  #: includes/trust-badge/class-cr-verified-reviews.php:149
4792
+ msgid "CusRev.com page has been successfully disabled."
4793
  msgstr ""
4794
 
4795
  #: includes/trust-badge/class-cr-verified-reviews.php:153
4796
  msgid ""
4797
+ "CusRev.com page deactivation error: the page is blocked, please contact "
4798
+ "CusRev support for assistance."
4799
  msgstr ""
4800
 
4801
  #: includes/trust-badge/class-cr-verified-reviews.php:157
4802
+ msgid "CusRev.com page deactivation error #99."
4803
  msgstr ""
4804
 
4805
  #: ivole.php:135
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-10-28T14:21:16+00:00\n"
10
  "PO-Revision-Date: 2020-04-26 23:00+0100\n"
11
  "Last-Translator: \n"
12
  "Language-Team: \n"
@@ -44,27 +44,27 @@ msgstr ""
44
  msgid "This reply was originally posted on CR portal"
45
  msgstr ""
46
 
47
- #: class-ivole.php:150
48
  msgid "View CusRev documentation"
49
  msgstr ""
50
 
51
- #: class-ivole.php:150
52
  msgid "Docs"
53
  msgstr ""
54
 
55
- #: class-ivole.php:151
56
  msgid "Visit community forums"
57
  msgstr ""
58
 
59
- #: class-ivole.php:151
60
  msgid "Community support"
61
  msgstr ""
62
 
63
- #: class-ivole.php:161
64
  msgid "View Customer Reviews settings"
65
  msgstr ""
66
 
67
- #: class-ivole.php:161 includes/settings/class-cr-admin-menu-settings.php:60
68
  #: includes/settings/class-cr-admin-menu-settings.php:61
69
  msgid "Settings"
70
  msgstr ""
@@ -247,7 +247,7 @@ msgstr ""
247
  msgid "Item 2 Test"
248
  msgstr ""
249
 
250
- #: includes/emails/class-cr-email-func.php:263
251
  #: includes/reviews/class-cr-reviews-list-table.php:410
252
  msgid "Review"
253
  msgstr ""
@@ -384,7 +384,7 @@ msgstr ""
384
  #: includes/reviews/class-cr-admin-menu-reviews.php:59
385
  #: includes/reviews/class-cr-admin-menu-reviews.php:60
386
  #: includes/settings/class-cr-admin-menu-settings.php:143
387
- #: includes/settings/class-cr-settings-trust-badges.php:336
388
  msgid "Reviews"
389
  msgstr "Recenzii"
390
 
@@ -2521,6 +2521,49 @@ msgid ""
2521
  "settings</a>."
2522
  msgstr ""
2523
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2524
  #: includes/settings/class-cr-settings-discount-tiers.php:37
2525
  msgid ""
2526
  "The option is not available with the coupon type selected for this discount "
@@ -2622,7 +2665,7 @@ msgid "Specific roles"
2622
  msgstr ""
2623
 
2624
  #: includes/settings/class-cr-settings-discount-tiers.php:146
2625
- #: includes/settings/class-cr-settings-review-reminder.php:362
2626
  msgid "Roles"
2627
  msgstr ""
2628
 
@@ -2833,7 +2876,7 @@ msgid ""
2833
  msgstr ""
2834
 
2835
  #: includes/settings/class-cr-settings-email-template.php:286
2836
- msgid "\"Reply-To\" Address"
2837
  msgstr ""
2838
 
2839
  #: includes/settings/class-cr-settings-email-template.php:301
@@ -2978,69 +3021,69 @@ msgid ""
2978
  "test email."
2979
  msgstr ""
2980
 
2981
- #: includes/settings/class-cr-settings-email-template.php:533
2982
  msgid "Return to emails"
2983
  msgstr ""
2984
 
2985
- #: includes/settings/class-cr-settings-email-template.php:552
2986
  msgid "Email template"
2987
  msgstr ""
2988
 
2989
- #: includes/settings/class-cr-settings-email-template.php:560
2990
  msgid "Delete template file"
2991
  msgstr ""
2992
 
2993
  #. translators: %s: Path to template file
2994
- #: includes/settings/class-cr-settings-email-template.php:566
2995
  msgid ""
2996
  "This template has been overridden by your theme and can be found in: %s."
2997
  msgstr ""
2998
 
2999
- #: includes/settings/class-cr-settings-email-template.php:596
3000
  msgid "Copy file to theme"
3001
  msgstr ""
3002
 
3003
  #. translators: 1: Path to template file 2: Path to theme folder
3004
- #: includes/settings/class-cr-settings-email-template.php:602
3005
  msgid ""
3006
  "To override and edit this email template copy %1$s to your theme folder: "
3007
  "%2$s."
3008
  msgstr ""
3009
 
3010
- #: includes/settings/class-cr-settings-email-template.php:610
3011
  msgid "File was not found."
3012
  msgstr ""
3013
 
3014
- #: includes/settings/class-cr-settings-email-template.php:632
3015
  msgid "View template"
3016
  msgstr ""
3017
 
3018
- #: includes/settings/class-cr-settings-email-template.php:633
3019
  msgid "Hide template"
3020
  msgstr ""
3021
 
3022
- #: includes/settings/class-cr-settings-email-template.php:647
3023
  msgid "Are you sure you want to delete this template file?"
3024
  msgstr ""
3025
 
3026
- #: includes/settings/class-cr-settings-email-template.php:668
3027
- #: includes/settings/class-cr-settings-email-template.php:674
3028
  msgid "'Email Body' field cannot be empty"
3029
  msgstr ""
3030
 
3031
- #: includes/settings/class-cr-settings-email-template.php:688
3032
  msgid "Action failed. Please refresh the page and retry."
3033
  msgstr ""
3034
 
3035
- #: includes/settings/class-cr-settings-email-template.php:692
3036
  msgid "You don&#8217;t have permission to do this."
3037
  msgstr ""
3038
 
3039
- #: includes/settings/class-cr-settings-email-template.php:714
3040
  msgid "Template file copied to theme."
3041
  msgstr ""
3042
 
3043
- #: includes/settings/class-cr-settings-email-template.php:726
3044
  msgid "Template file deleted from theme."
3045
  msgstr ""
3046
 
@@ -3048,11 +3091,11 @@ msgstr ""
3048
  msgid "Emails"
3049
  msgstr ""
3050
 
3051
- #: includes/settings/class-cr-settings-emails.php:69
3052
  msgid "Email Templates"
3053
  msgstr ""
3054
 
3055
- #: includes/settings/class-cr-settings-emails.php:71
3056
  msgid ""
3057
  "Adjust templates of the emails that will be sent to customers. If you enable "
3058
  "<b>advanced</b> email templates in your account on the %1$sCusRev website"
@@ -3060,15 +3103,15 @@ msgid ""
3060
  "below."
3061
  msgstr ""
3062
 
3063
- #: includes/settings/class-cr-settings-emails.php:102
3064
  msgid "Email"
3065
  msgstr ""
3066
 
3067
- #: includes/settings/class-cr-settings-emails.php:103
3068
  msgid "Subject"
3069
  msgstr ""
3070
 
3071
- #: includes/settings/class-cr-settings-emails.php:104
3072
  msgid "From"
3073
  msgstr ""
3074
 
@@ -3214,7 +3257,7 @@ msgid "Reply-To Address"
3214
  msgstr ""
3215
 
3216
  #: includes/settings/class-cr-settings-review-discount.php:109
3217
- #: includes/settings/class-cr-settings-review-reminder.php:480
3218
  msgid "Email Template"
3219
  msgstr ""
3220
 
@@ -3475,11 +3518,11 @@ msgstr ""
3475
  #: includes/settings/class-cr-settings-review-reminder.php:89
3476
  #: includes/settings/class-cr-settings-review-reminder.php:94
3477
  #: includes/settings/class-cr-settings-review-reminder.php:99
3478
- #: includes/settings/class-cr-settings-review-reminder.php:931
3479
- #: includes/settings/class-cr-settings-review-reminder.php:932
3480
- #: includes/settings/class-cr-settings-review-reminder.php:933
3481
- #: includes/settings/class-cr-settings-review-reminder.php:934
3482
- #: includes/settings/class-cr-settings-review-reminder.php:935
3483
  msgid "Checking license..."
3484
  msgstr ""
3485
 
@@ -3754,83 +3797,83 @@ msgid ""
3754
  "in this field."
3755
  msgstr ""
3756
 
3757
- #: includes/settings/class-cr-settings-review-reminder.php:314
3758
  msgid "Order Status"
3759
  msgstr ""
3760
 
3761
- #: includes/settings/class-cr-settings-review-reminder.php:316
3762
  msgid ""
3763
  "Review reminders will be sent N days after this order status. It is "
3764
  "recommended to use 'Completed' status."
3765
  msgstr ""
3766
 
3767
- #: includes/settings/class-cr-settings-review-reminder.php:325
3768
  msgid "Enable for"
3769
  msgstr ""
3770
 
3771
- #: includes/settings/class-cr-settings-review-reminder.php:327
3772
  msgid ""
3773
  "Define if reminders will be send for all or only specific categories of "
3774
  "products."
3775
  msgstr ""
3776
 
3777
- #: includes/settings/class-cr-settings-review-reminder.php:334
3778
  msgid "All Categories"
3779
  msgstr ""
3780
 
3781
- #: includes/settings/class-cr-settings-review-reminder.php:335
3782
  msgid "Specific Categories"
3783
  msgstr ""
3784
 
3785
- #: includes/settings/class-cr-settings-review-reminder.php:339
3786
  msgid "Categories"
3787
  msgstr ""
3788
 
3789
- #: includes/settings/class-cr-settings-review-reminder.php:341
3790
  msgid ""
3791
  "If reminders are enabled only for specific categories of products, this "
3792
  "field enables you to choose these categories."
3793
  msgstr ""
3794
 
3795
- #: includes/settings/class-cr-settings-review-reminder.php:348
3796
  msgid "Enable for Roles"
3797
  msgstr ""
3798
 
3799
- #: includes/settings/class-cr-settings-review-reminder.php:350
3800
  msgid ""
3801
  "Define if reminders will be send for all or only specific roles of users."
3802
  msgstr ""
3803
 
3804
- #: includes/settings/class-cr-settings-review-reminder.php:357
3805
  msgid "All Roles"
3806
  msgstr ""
3807
 
3808
- #: includes/settings/class-cr-settings-review-reminder.php:358
3809
  msgid "Specific Roles"
3810
  msgstr ""
3811
 
3812
- #: includes/settings/class-cr-settings-review-reminder.php:364
3813
  msgid ""
3814
  "If reminders are enabled only for specific user roles, this field enables "
3815
  "you to choose these roles."
3816
  msgstr ""
3817
 
3818
- #: includes/settings/class-cr-settings-review-reminder.php:371
3819
  msgid "Enable for Guests"
3820
  msgstr ""
3821
 
3822
- #: includes/settings/class-cr-settings-review-reminder.php:372
3823
  msgid ""
3824
  "Enable sending of review reminders to customers who place orders without an "
3825
  "account (guest checkout). It is recommended to enable this checkbox, if you "
3826
  "allow customers to place orders without creating an account on your site."
3827
  msgstr ""
3828
 
3829
- #: includes/settings/class-cr-settings-review-reminder.php:378
3830
  msgid "Reminders Scheduler"
3831
  msgstr ""
3832
 
3833
- #: includes/settings/class-cr-settings-review-reminder.php:380
3834
  msgid ""
3835
  "Define which scheduler the plugin will use to schedule automatic review "
3836
  "reminders. The default option is to use WordPress Cron (WP-Cron) for "
@@ -3839,53 +3882,53 @@ msgid ""
3839
  "CR Cron is an external service that requires a license key (free or pro)."
3840
  msgstr ""
3841
 
3842
- #: includes/settings/class-cr-settings-review-reminder.php:389
3843
  msgid "Enable Manual Reminders"
3844
  msgstr ""
3845
 
3846
- #: includes/settings/class-cr-settings-review-reminder.php:390
3847
  msgid ""
3848
  "Enable manual sending of follow-up emails with a reminder to submit a "
3849
  "review. Manual reminders can be sent for completed orders from %1$sOrders"
3850
  "%2$s page after enabling this option."
3851
  msgstr ""
3852
 
3853
- #: includes/settings/class-cr-settings-review-reminder.php:396
3854
  msgid "Limit Number of Reminders"
3855
  msgstr ""
3856
 
3857
- #: includes/settings/class-cr-settings-review-reminder.php:397
3858
  msgid ""
3859
  "Enable this checkbox to make sure that no more than one review reminder is "
3860
  "sent for each order."
3861
  msgstr ""
3862
 
3863
- #: includes/settings/class-cr-settings-review-reminder.php:403
3864
  msgid "Customer Consent"
3865
  msgstr ""
3866
 
3867
- #: includes/settings/class-cr-settings-review-reminder.php:404
3868
  msgid ""
3869
  "If this option is enabled, customers will be asked to tick a checkbox on the "
3870
  "checkout page to indicate that they would like to receive an invitation to "
3871
  "review their order."
3872
  msgstr ""
3873
 
3874
- #: includes/settings/class-cr-settings-review-reminder.php:410
3875
  msgid "Customer Consent Text"
3876
  msgstr ""
3877
 
3878
- #: includes/settings/class-cr-settings-review-reminder.php:411
3879
  msgid ""
3880
  "Text of the message shown to customers next to the consent checkbox on the "
3881
  "checkout page."
3882
  msgstr ""
3883
 
3884
- #: includes/settings/class-cr-settings-review-reminder.php:420
3885
  msgid "Registered Customers"
3886
  msgstr ""
3887
 
3888
- #: includes/settings/class-cr-settings-review-reminder.php:421
3889
  msgid ""
3890
  "By default, review reminders are sent to billing emails provided by "
3891
  "customers during checkout. If you enable this option, the plugin will check "
@@ -3894,51 +3937,51 @@ msgid ""
3894
  "this option disabled."
3895
  msgstr ""
3896
 
3897
- #: includes/settings/class-cr-settings-review-reminder.php:427
3898
  msgid "Moderation of Reviews"
3899
  msgstr ""
3900
 
3901
- #: includes/settings/class-cr-settings-review-reminder.php:428
3902
  msgid ""
3903
  "Enable manual moderation of reviews submitted by your verified customers. "
3904
  "This setting applies only to reviews submitted in response to reminders sent "
3905
  "by this plugin."
3906
  msgstr ""
3907
 
3908
- #: includes/settings/class-cr-settings-review-reminder.php:434
3909
  msgid "Exclude Free Products"
3910
  msgstr ""
3911
 
3912
- #: includes/settings/class-cr-settings-review-reminder.php:435
3913
  msgid "Enable this checkbox to exclude free products from review invitations."
3914
  msgstr ""
3915
 
3916
- #: includes/settings/class-cr-settings-review-reminder.php:441
3917
  msgid "Shop Name"
3918
  msgstr ""
3919
 
3920
- #: includes/settings/class-cr-settings-review-reminder.php:443
3921
  msgid ""
3922
  "Specify your shop name that will be used in emails and review forms "
3923
  "generated by this plugin."
3924
  msgstr ""
3925
 
3926
- #: includes/settings/class-cr-settings-review-reminder.php:458
3927
- #: includes/settings/class-cr-settings-review-reminder.php:464
3928
  msgid "Language"
3929
  msgstr ""
3930
 
3931
- #: includes/settings/class-cr-settings-review-reminder.php:466
3932
  msgid "Choose one of the available languages."
3933
  msgstr ""
3934
 
3935
- #: includes/settings/class-cr-settings-review-reminder.php:482
3936
  msgid ""
3937
  "The email template of review reminders can be configured on the <a href=\"%s"
3938
  "\">Emails</a> tab."
3939
  msgstr ""
3940
 
3941
- #: includes/settings/class-cr-settings-review-reminder.php:490
3942
  msgid ""
3943
  "Adjust template of the aggregated review forms that will be created and sent "
3944
  "to customers by CusRev. Modifications will be applied to the next review "
@@ -3947,55 +3990,55 @@ msgid ""
3947
  "b> the settings below."
3948
  msgstr ""
3949
 
3950
- #: includes/settings/class-cr-settings-review-reminder.php:492
3951
  msgid ""
3952
  "Adjust template of the aggregated review forms that will be created and sent "
3953
  "to customers. Modifications will be applied to the next review form created "
3954
  "after saving settings."
3955
  msgstr ""
3956
 
3957
- #: includes/settings/class-cr-settings-review-reminder.php:495
3958
  msgid "Review Form Template"
3959
  msgstr ""
3960
 
3961
- #: includes/settings/class-cr-settings-review-reminder.php:501
3962
  msgid "Form Header"
3963
  msgstr ""
3964
 
3965
- #: includes/settings/class-cr-settings-review-reminder.php:503
3966
  msgid "Header of the review form that will be sent to customers."
3967
  msgstr ""
3968
 
3969
- #: includes/settings/class-cr-settings-review-reminder.php:510
3970
  msgid "Form Body"
3971
  msgstr ""
3972
 
3973
- #: includes/settings/class-cr-settings-review-reminder.php:512
3974
  msgid "Body of the review form that will be sent to customers."
3975
  msgstr ""
3976
 
3977
- #: includes/settings/class-cr-settings-review-reminder.php:520
3978
  msgid "Shop Rating"
3979
  msgstr ""
3980
 
3981
- #: includes/settings/class-cr-settings-review-reminder.php:524
3982
  msgid ""
3983
  "Enable this option if you would like to include a separate question for a "
3984
  "general shop review in addition to questions for product reviews."
3985
  msgstr ""
3986
 
3987
- #: includes/settings/class-cr-settings-review-reminder.php:527
3988
  msgid "Comment Required"
3989
  msgstr ""
3990
 
3991
- #: includes/settings/class-cr-settings-review-reminder.php:531
3992
  msgid ""
3993
  "Enable this option if you would like to make it mandatory for your customers "
3994
  "to write something in their review. This option applies only to aggregated "
3995
  "review forms."
3996
  msgstr ""
3997
 
3998
- #: includes/settings/class-cr-settings-review-reminder.php:534
3999
  msgid ""
4000
  "Enable attachment of pictures and videos on aggregated review forms. "
4001
  "Uploaded media files are initially stored on Amazon S3 and automatically "
@@ -4005,7 +4048,7 @@ msgid ""
4005
  "%2$s."
4006
  msgstr ""
4007
 
4008
- #: includes/settings/class-cr-settings-review-reminder.php:536
4009
  msgid ""
4010
  "Enable attachment of pictures and videos on local aggregated review forms. "
4011
  "This option applies only to aggregated review forms. If you would like to "
@@ -4013,72 +4056,72 @@ msgid ""
4013
  "pages, this can be done %1$shere%2$s."
4014
  msgstr ""
4015
 
4016
- #: includes/settings/class-cr-settings-review-reminder.php:539
4017
  msgid "Attach Media"
4018
  msgstr ""
4019
 
4020
- #: includes/settings/class-cr-settings-review-reminder.php:549
4021
  msgid "Rating Bar"
4022
  msgstr ""
4023
 
4024
- #: includes/settings/class-cr-settings-review-reminder.php:553
4025
  msgid "Visual style of rating bars on review forms."
4026
  msgstr ""
4027
 
4028
- #: includes/settings/class-cr-settings-review-reminder.php:555
4029
  msgid "Smiley and frowny faces"
4030
  msgstr ""
4031
 
4032
- #: includes/settings/class-cr-settings-review-reminder.php:556
4033
  #: blocks/src/reviews-grid/edit.js:234 js/blocks.js:946
4034
  msgid "Stars"
4035
  msgstr ""
4036
 
4037
- #: includes/settings/class-cr-settings-review-reminder.php:561
4038
  msgid "Geolocation"
4039
  msgstr ""
4040
 
4041
- #: includes/settings/class-cr-settings-review-reminder.php:565
4042
  msgid ""
4043
  "Enable geolocation on aggregated review forms. Customers will have an option "
4044
  "to indicate where they are from. For example, \"England, United Kingdom\"."
4045
  msgstr ""
4046
 
4047
- #: includes/settings/class-cr-settings-review-reminder.php:566
4048
  msgid "Automatic geolocation on review forms."
4049
  msgstr ""
4050
 
4051
- #: includes/settings/class-cr-settings-review-reminder.php:572
4052
  msgid "Form Color 1"
4053
  msgstr ""
4054
 
4055
- #: includes/settings/class-cr-settings-review-reminder.php:576
4056
  msgid "Background color for heading of the form and product names."
4057
  msgstr ""
4058
 
4059
- #: includes/settings/class-cr-settings-review-reminder.php:580
4060
  msgid "Form Color 2"
4061
  msgstr ""
4062
 
4063
- #: includes/settings/class-cr-settings-review-reminder.php:584
4064
  msgid "Text color for product names."
4065
  msgstr ""
4066
 
4067
- #: includes/settings/class-cr-settings-review-reminder.php:588
4068
  msgid "Form Color 3"
4069
  msgstr ""
4070
 
4071
- #: includes/settings/class-cr-settings-review-reminder.php:592
4072
  msgid "Color of control elements (buttons, rating bars)."
4073
  msgstr ""
4074
 
4075
- #: includes/settings/class-cr-settings-review-reminder.php:948
4076
  msgid ""
4077
  "While editing the footer text please make sure to keep the unsubscribe link "
4078
  "markup:"
4079
  msgstr ""
4080
 
4081
- #: includes/settings/class-cr-settings-review-reminder.php:1017
4082
  msgid ""
4083
  "<strong>CR Cron could not be enabled because no license key was entered. A "
4084
  "license key (free or pro) is required to use CR Cron.</strong>"
@@ -4432,200 +4475,171 @@ msgid ""
4432
  "you should specify it here."
4433
  msgstr ""
4434
 
4435
- #: includes/settings/class-cr-settings-trust-badges.php:50
4436
  #: includes/settings/class-cr-settings-trust-badges.php:83
4437
- #: includes/settings/class-cr-settings-trust-badges.php:89
4438
  msgid "Trust Badges"
4439
  msgstr ""
4440
 
4441
- #: includes/settings/class-cr-settings-trust-badges.php:85
4442
  msgid ""
4443
- "<p>Increase your store's conversion rate by placing a \"trust badge\" on the "
4444
  "home, checkout or any other page(s). Let customers feel more confident about "
4445
  "shopping on your site by featuring a trust badge that shows a summary of "
4446
- "verified customer reviews. Trust badges can be enabled using shortcodes or "
4447
- "blocks in the page editor (blocks require WordPress 5.0 or newer).</"
4448
- "p><p>Reviews are considered to be verified when they are collected via an "
4449
- "independent third-party website (www.cusrev.com) integrated with this "
4450
- "plugin. Reviews submitted directly on your site cannot be considered as "
4451
- "verified. Each trust badge contains a nofollow link to a dedicated page at "
4452
- "<b>www.cusrev.com</b> with all verified reviews for your store. You can "
4453
- "configure URL of the page with verified reviews for your store below.</p>"
4454
- msgstr ""
4455
-
4456
- #: includes/settings/class-cr-settings-trust-badges.php:90
4457
- msgid ""
4458
- "Enable this option to display trust badges and additional %1$s icons for "
4459
- "individual reviews on product pages in your store. Each %2$s icon will "
4460
- "contain a nofollow link to a verified copy of the review on <strong>www."
4461
- "cusrev.com</strong>."
4462
- msgstr ""
4463
-
4464
- #: includes/settings/class-cr-settings-trust-badges.php:97
4465
- msgid "Verified Reviews Page"
4466
- msgstr ""
4467
-
4468
- #: includes/settings/class-cr-settings-trust-badges.php:98
4469
- msgid ""
4470
- "Specify name of the page with verified reviews. This will be a base URL for "
4471
- "reviews related to your shop. You can use alphanumeric symbols and '.' in "
4472
- "the name of the page."
4473
  msgstr ""
4474
 
4475
- #: includes/settings/class-cr-settings-trust-badges.php:106
4476
- msgid "Age Restriction"
4477
- msgstr ""
4478
-
4479
- #: includes/settings/class-cr-settings-trust-badges.php:107
4480
  msgid ""
4481
- "Enable this option if your store sells age-restricted products (e.g., adult "
4482
- "content, alcohol, etc.)"
 
4483
  msgstr ""
4484
 
4485
- #: includes/settings/class-cr-settings-trust-badges.php:117
4486
  msgid "Small Light Badge"
4487
  msgstr ""
4488
 
4489
- #: includes/settings/class-cr-settings-trust-badges.php:119
4490
  msgid "Shortcode and preview of the small light trust badge."
4491
  msgstr ""
4492
 
4493
- #: includes/settings/class-cr-settings-trust-badges.php:125
4494
  msgid "Small Light Badge (with Store Rating)"
4495
  msgstr ""
4496
 
4497
- #: includes/settings/class-cr-settings-trust-badges.php:127
4498
  msgid "Shortcode and preview of the small light trust badge with store rating."
4499
  msgstr ""
4500
 
4501
- #: includes/settings/class-cr-settings-trust-badges.php:133
4502
  msgid "Small Dark Badge"
4503
  msgstr ""
4504
 
4505
- #: includes/settings/class-cr-settings-trust-badges.php:135
4506
  msgid "Shortcode and preview of the small dark trust badge."
4507
  msgstr ""
4508
 
4509
- #: includes/settings/class-cr-settings-trust-badges.php:141
4510
  msgid "Small Dark Badge (with Store Rating)"
4511
  msgstr ""
4512
 
4513
- #: includes/settings/class-cr-settings-trust-badges.php:143
4514
  msgid "Shortcode and preview of the small dark trust badge with store rating."
4515
  msgstr ""
4516
 
4517
- #: includes/settings/class-cr-settings-trust-badges.php:149
4518
  msgid "Wide Light Badge"
4519
  msgstr ""
4520
 
4521
- #: includes/settings/class-cr-settings-trust-badges.php:151
4522
  msgid ""
4523
  "Shortcode and preview of the wide light trust badge. The wide badge has a "
4524
  "version for small screens that will be automatically shown when a website is "
4525
  "viewed from phones."
4526
  msgstr ""
4527
 
4528
- #: includes/settings/class-cr-settings-trust-badges.php:157
4529
  msgid "Wide Light Badge (with Store Rating)"
4530
  msgstr ""
4531
 
4532
- #: includes/settings/class-cr-settings-trust-badges.php:159
4533
  msgid ""
4534
  "Shortcode and preview of the wide light trust badge with store rating. The "
4535
  "wide badge has a version for small screens that will be automatically shown "
4536
  "when a website is viewed from phones."
4537
  msgstr ""
4538
 
4539
- #: includes/settings/class-cr-settings-trust-badges.php:165
4540
  msgid "Wide Dark Badge"
4541
  msgstr ""
4542
 
4543
- #: includes/settings/class-cr-settings-trust-badges.php:167
4544
  msgid ""
4545
  "Shortcode and preview of the wide dark trust badge. The wide badge has a "
4546
  "version for small screens that will be automatically shown when a website is "
4547
  "viewed from phones."
4548
  msgstr ""
4549
 
4550
- #: includes/settings/class-cr-settings-trust-badges.php:173
4551
  msgid "Wide Dark Badge (with Store Rating)"
4552
  msgstr ""
4553
 
4554
- #: includes/settings/class-cr-settings-trust-badges.php:175
4555
  msgid ""
4556
  "Shortcode and preview of the wide dark trust badge with store rating. The "
4557
  "wide badge has a version for small screens that will be automatically shown "
4558
  "when a website is viewed from phones."
4559
  msgstr ""
4560
 
4561
- #: includes/settings/class-cr-settings-trust-badges.php:181
4562
  msgid "Compact Light Badge"
4563
  msgstr ""
4564
 
4565
- #: includes/settings/class-cr-settings-trust-badges.php:183
4566
  msgid "Shortcode and preview of the compact light trust badge."
4567
  msgstr ""
4568
 
4569
- #: includes/settings/class-cr-settings-trust-badges.php:189
4570
  msgid "Compact Dark Badge"
4571
  msgstr ""
4572
 
4573
- #: includes/settings/class-cr-settings-trust-badges.php:191
4574
  msgid "Shortcode and preview of the compact dark trust badge."
4575
  msgstr ""
4576
 
4577
- #: includes/settings/class-cr-settings-trust-badges.php:201
4578
  msgid "Floating Trust Badge"
4579
  msgstr ""
4580
 
4581
- #: includes/settings/class-cr-settings-trust-badges.php:203
4582
  msgid ""
4583
  "Settings to display a floating badge with a summary of verified reviews."
4584
  msgstr ""
4585
 
4586
- #: includes/settings/class-cr-settings-trust-badges.php:207
4587
  msgid "Floating Badge"
4588
  msgstr ""
4589
 
4590
- #: includes/settings/class-cr-settings-trust-badges.php:209
4591
  msgid ""
4592
  "Enable this checkbox to display a floating trust badge on public pages of "
4593
  "the website."
4594
  msgstr ""
4595
 
4596
- #: includes/settings/class-cr-settings-trust-badges.php:214
4597
  msgid "Floating Badge Style"
4598
  msgstr ""
4599
 
4600
- #: includes/settings/class-cr-settings-trust-badges.php:216
4601
  msgid "Choose one of the styles for the floating trust badge."
4602
  msgstr ""
4603
 
4604
- #: includes/settings/class-cr-settings-trust-badges.php:220 js/blocks.js:112
4605
  msgid "Light"
4606
  msgstr ""
4607
 
4608
- #: includes/settings/class-cr-settings-trust-badges.php:221 js/blocks.js:116
4609
  msgid "Dark"
4610
  msgstr ""
4611
 
4612
- #: includes/settings/class-cr-settings-trust-badges.php:226
4613
  msgid "Floating Badge Location"
4614
  msgstr ""
4615
 
4616
- #: includes/settings/class-cr-settings-trust-badges.php:228
4617
  msgid "Choose one of the locations for the floating trust badge."
4618
  msgstr ""
4619
 
4620
- #: includes/settings/class-cr-settings-trust-badges.php:232
4621
  msgid "Bottom right"
4622
  msgstr ""
4623
 
4624
- #: includes/settings/class-cr-settings-trust-badges.php:233
4625
  msgid "Bottom left"
4626
  msgstr ""
4627
 
4628
- #: includes/settings/class-cr-settings-trust-badges.php:318
4629
  msgid "color"
4630
  msgstr ""
4631
 
@@ -4696,48 +4710,56 @@ msgstr ""
4696
  msgid "Tags for Reviews"
4697
  msgstr ""
4698
 
4699
- #: includes/trust-badge/class-cr-trust-badge.php:201
4700
  msgid "Independently verified"
4701
  msgstr ""
4702
 
4703
- #: includes/trust-badge/class-cr-trust-badge.php:202
4704
  msgid "independently verified"
4705
  msgstr ""
4706
 
4707
- #: includes/trust-badge/class-cr-trust-badge.php:204
 
 
 
 
 
 
 
 
4708
  msgid "%s rating"
4709
  msgstr ""
4710
 
4711
- #: includes/trust-badge/class-cr-trust-badge.php:205
4712
  msgid "rating %s / 5"
4713
  msgstr ""
4714
 
4715
- #: includes/trust-badge/class-cr-trust-badge.php:206
4716
  msgid "%s store rating"
4717
  msgstr ""
4718
 
4719
- #: includes/trust-badge/class-cr-trust-badge.php:207
4720
  msgid "Store rating %s / 5"
4721
  msgstr ""
4722
 
4723
- #: includes/trust-badge/class-cr-trust-badge.php:208
4724
  msgid "store rating"
4725
  msgstr ""
4726
 
4727
- #: includes/trust-badge/class-cr-trust-badge.php:209
4728
  msgid "%s product rating"
4729
  msgstr ""
4730
 
4731
- #: includes/trust-badge/class-cr-trust-badge.php:210
4732
  msgid "Product rating %s / 5"
4733
  msgstr ""
4734
 
4735
- #: includes/trust-badge/class-cr-trust-badge.php:211
4736
  msgid "product rating"
4737
  msgstr ""
4738
 
4739
- #: includes/trust-badge/class-cr-trust-badge.php:212
4740
- #: includes/trust-badge/class-cr-trust-badge.php:213 templates/cr-rating.php:44
4741
  msgid "%s review"
4742
  msgid_plural "%s reviews"
4743
  msgstr[0] ""
@@ -4745,27 +4767,27 @@ msgstr[1] ""
4745
  msgstr[2] ""
4746
 
4747
  #: includes/trust-badge/class-cr-verified-reviews.php:58
4748
- msgid "Trust badges activation error: 'Verified Reviews Page' cannot be empty."
4749
  msgstr ""
4750
 
4751
  #: includes/trust-badge/class-cr-verified-reviews.php:89
4752
- msgid "Trust badges activation error #98. "
4753
  msgstr ""
4754
 
4755
  #: includes/trust-badge/class-cr-verified-reviews.php:94
4756
- msgid "Trust badges have been successfully activated."
4757
  msgstr ""
4758
 
4759
  #: includes/trust-badge/class-cr-verified-reviews.php:97
4760
  msgid ""
4761
- "Trust badges activation error: '%s' is already in use. Please enter a "
4762
  "different page name."
4763
  msgstr ""
4764
 
4765
  #: includes/trust-badge/class-cr-verified-reviews.php:100
4766
  msgid ""
4767
- "Trust badges activation error: page name contains unsupported symbols. Only "
4768
- "latin characters (a-z), numbers (0-9), and . symbol are allowed."
4769
  msgstr ""
4770
 
4771
  #: includes/trust-badge/class-cr-verified-reviews.php:103
@@ -4775,25 +4797,25 @@ msgid ""
4775
  msgstr ""
4776
 
4777
  #: includes/trust-badge/class-cr-verified-reviews.php:106
4778
- msgid "Trust badges activation error #99."
4779
  msgstr ""
4780
 
4781
  #: includes/trust-badge/class-cr-verified-reviews.php:142
4782
- msgid "Trust badges deactivation error #98. Please try again."
4783
  msgstr ""
4784
 
4785
  #: includes/trust-badge/class-cr-verified-reviews.php:149
4786
- msgid "Trust badges have been successfully deactivated."
4787
  msgstr ""
4788
 
4789
  #: includes/trust-badge/class-cr-verified-reviews.php:153
4790
  msgid ""
4791
- "Trust badges deactivation error: the page is blocked, please contact CusRev "
4792
- "support for assistance."
4793
  msgstr ""
4794
 
4795
  #: includes/trust-badge/class-cr-verified-reviews.php:157
4796
- msgid "Trust badges deactivation error #99."
4797
  msgstr ""
4798
 
4799
  #: ivole.php:135
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"
44
  msgid "This reply was originally posted on CR portal"
45
  msgstr ""
46
 
47
+ #: class-ivole.php:152
48
  msgid "View CusRev documentation"
49
  msgstr ""
50
 
51
+ #: class-ivole.php:152
52
  msgid "Docs"
53
  msgstr ""
54
 
55
+ #: class-ivole.php:153
56
  msgid "Visit community forums"
57
  msgstr ""
58
 
59
+ #: class-ivole.php:153
60
  msgid "Community support"
61
  msgstr ""
62
 
63
+ #: class-ivole.php:163
64
  msgid "View Customer Reviews settings"
65
  msgstr ""
66
 
67
+ #: class-ivole.php:163 includes/settings/class-cr-admin-menu-settings.php:60
68
  #: includes/settings/class-cr-admin-menu-settings.php:61
69
  msgid "Settings"
70
  msgstr ""
247
  msgid "Item 2 Test"
248
  msgstr ""
249
 
250
+ #: includes/emails/class-cr-email-func.php:264
251
  #: includes/reviews/class-cr-reviews-list-table.php:410
252
  msgid "Review"
253
  msgstr ""
384
  #: includes/reviews/class-cr-admin-menu-reviews.php:59
385
  #: includes/reviews/class-cr-admin-menu-reviews.php:60
386
  #: includes/settings/class-cr-admin-menu-settings.php:143
387
+ #: includes/settings/class-cr-settings-trust-badges.php:310
388
  msgid "Reviews"
389
  msgstr "Recenzii"
390
 
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 "
2541
+ "%1$s icons for individual reviews on product pages of your store will be "
2542
+ "displayed. Each %2$s icon will contain a nofollow link to a verified copy of "
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.)"
2565
+ msgstr ""
2566
+
2567
  #: includes/settings/class-cr-settings-discount-tiers.php:37
2568
  msgid ""
2569
  "The option is not available with the coupon type selected for this discount "
2665
  msgstr ""
2666
 
2667
  #: includes/settings/class-cr-settings-discount-tiers.php:146
2668
+ #: includes/settings/class-cr-settings-review-reminder.php:367
2669
  msgid "Roles"
2670
  msgstr ""
2671
 
2876
  msgstr ""
2877
 
2878
  #: includes/settings/class-cr-settings-email-template.php:286
2879
+ msgid "\"Reply-To\" address"
2880
  msgstr ""
2881
 
2882
  #: includes/settings/class-cr-settings-email-template.php:301
3021
  "test email."
3022
  msgstr ""
3023
 
3024
+ #: includes/settings/class-cr-settings-email-template.php:536
3025
  msgid "Return to emails"
3026
  msgstr ""
3027
 
3028
+ #: includes/settings/class-cr-settings-email-template.php:559
3029
  msgid "Email template"
3030
  msgstr ""
3031
 
3032
+ #: includes/settings/class-cr-settings-email-template.php:567
3033
  msgid "Delete template file"
3034
  msgstr ""
3035
 
3036
  #. translators: %s: Path to template file
3037
+ #: includes/settings/class-cr-settings-email-template.php:573
3038
  msgid ""
3039
  "This template has been overridden by your theme and can be found in: %s."
3040
  msgstr ""
3041
 
3042
+ #: includes/settings/class-cr-settings-email-template.php:603
3043
  msgid "Copy file to theme"
3044
  msgstr ""
3045
 
3046
  #. translators: 1: Path to template file 2: Path to theme folder
3047
+ #: includes/settings/class-cr-settings-email-template.php:609
3048
  msgid ""
3049
  "To override and edit this email template copy %1$s to your theme folder: "
3050
  "%2$s."
3051
  msgstr ""
3052
 
3053
+ #: includes/settings/class-cr-settings-email-template.php:617
3054
  msgid "File was not found."
3055
  msgstr ""
3056
 
3057
+ #: includes/settings/class-cr-settings-email-template.php:639
3058
  msgid "View template"
3059
  msgstr ""
3060
 
3061
+ #: includes/settings/class-cr-settings-email-template.php:640
3062
  msgid "Hide template"
3063
  msgstr ""
3064
 
3065
+ #: includes/settings/class-cr-settings-email-template.php:654
3066
  msgid "Are you sure you want to delete this template file?"
3067
  msgstr ""
3068
 
3069
+ #: includes/settings/class-cr-settings-email-template.php:675
3070
+ #: includes/settings/class-cr-settings-email-template.php:681
3071
  msgid "'Email Body' field cannot be empty"
3072
  msgstr ""
3073
 
3074
+ #: includes/settings/class-cr-settings-email-template.php:695
3075
  msgid "Action failed. Please refresh the page and retry."
3076
  msgstr ""
3077
 
3078
+ #: includes/settings/class-cr-settings-email-template.php:699
3079
  msgid "You don&#8217;t have permission to do this."
3080
  msgstr ""
3081
 
3082
+ #: includes/settings/class-cr-settings-email-template.php:721
3083
  msgid "Template file copied to theme."
3084
  msgstr ""
3085
 
3086
+ #: includes/settings/class-cr-settings-email-template.php:733
3087
  msgid "Template file deleted from theme."
3088
  msgstr ""
3089
 
3091
  msgid "Emails"
3092
  msgstr ""
3093
 
3094
+ #: includes/settings/class-cr-settings-emails.php:76
3095
  msgid "Email Templates"
3096
  msgstr ""
3097
 
3098
+ #: includes/settings/class-cr-settings-emails.php:78
3099
  msgid ""
3100
  "Adjust templates of the emails that will be sent to customers. If you enable "
3101
  "<b>advanced</b> email templates in your account on the %1$sCusRev website"
3103
  "below."
3104
  msgstr ""
3105
 
3106
+ #: includes/settings/class-cr-settings-emails.php:109
3107
  msgid "Email"
3108
  msgstr ""
3109
 
3110
+ #: includes/settings/class-cr-settings-emails.php:110
3111
  msgid "Subject"
3112
  msgstr ""
3113
 
3114
+ #: includes/settings/class-cr-settings-emails.php:111
3115
  msgid "From"
3116
  msgstr ""
3117
 
3257
  msgstr ""
3258
 
3259
  #: includes/settings/class-cr-settings-review-discount.php:109
3260
+ #: includes/settings/class-cr-settings-review-reminder.php:494
3261
  msgid "Email Template"
3262
  msgstr ""
3263
 
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
3521
+ #: includes/settings/class-cr-settings-review-reminder.php:945
3522
+ #: includes/settings/class-cr-settings-review-reminder.php:946
3523
+ #: includes/settings/class-cr-settings-review-reminder.php:947
3524
+ #: includes/settings/class-cr-settings-review-reminder.php:948
3525
+ #: includes/settings/class-cr-settings-review-reminder.php:949
3526
  msgid "Checking license..."
3527
  msgstr ""
3528
 
3797
  "in this field."
3798
  msgstr ""
3799
 
3800
+ #: includes/settings/class-cr-settings-review-reminder.php:315
3801
  msgid "Order Status"
3802
  msgstr ""
3803
 
3804
+ #: includes/settings/class-cr-settings-review-reminder.php:317
3805
  msgid ""
3806
  "Review reminders will be sent N days after this order status. It is "
3807
  "recommended to use 'Completed' status."
3808
  msgstr ""
3809
 
3810
+ #: includes/settings/class-cr-settings-review-reminder.php:327
3811
  msgid "Enable for"
3812
  msgstr ""
3813
 
3814
+ #: includes/settings/class-cr-settings-review-reminder.php:329
3815
  msgid ""
3816
  "Define if reminders will be send for all or only specific categories of "
3817
  "products."
3818
  msgstr ""
3819
 
3820
+ #: includes/settings/class-cr-settings-review-reminder.php:336
3821
  msgid "All Categories"
3822
  msgstr ""
3823
 
3824
+ #: includes/settings/class-cr-settings-review-reminder.php:337
3825
  msgid "Specific Categories"
3826
  msgstr ""
3827
 
3828
+ #: includes/settings/class-cr-settings-review-reminder.php:342
3829
  msgid "Categories"
3830
  msgstr ""
3831
 
3832
+ #: includes/settings/class-cr-settings-review-reminder.php:344
3833
  msgid ""
3834
  "If reminders are enabled only for specific categories of products, this "
3835
  "field enables you to choose these categories."
3836
  msgstr ""
3837
 
3838
+ #: includes/settings/class-cr-settings-review-reminder.php:352
3839
  msgid "Enable for Roles"
3840
  msgstr ""
3841
 
3842
+ #: includes/settings/class-cr-settings-review-reminder.php:354
3843
  msgid ""
3844
  "Define if reminders will be send for all or only specific roles of users."
3845
  msgstr ""
3846
 
3847
+ #: includes/settings/class-cr-settings-review-reminder.php:361
3848
  msgid "All Roles"
3849
  msgstr ""
3850
 
3851
+ #: includes/settings/class-cr-settings-review-reminder.php:362
3852
  msgid "Specific Roles"
3853
  msgstr ""
3854
 
3855
+ #: includes/settings/class-cr-settings-review-reminder.php:369
3856
  msgid ""
3857
  "If reminders are enabled only for specific user roles, this field enables "
3858
  "you to choose these roles."
3859
  msgstr ""
3860
 
3861
+ #: includes/settings/class-cr-settings-review-reminder.php:377
3862
  msgid "Enable for Guests"
3863
  msgstr ""
3864
 
3865
+ #: includes/settings/class-cr-settings-review-reminder.php:378
3866
  msgid ""
3867
  "Enable sending of review reminders to customers who place orders without an "
3868
  "account (guest checkout). It is recommended to enable this checkbox, if you "
3869
  "allow customers to place orders without creating an account on your site."
3870
  msgstr ""
3871
 
3872
+ #: includes/settings/class-cr-settings-review-reminder.php:385
3873
  msgid "Reminders Scheduler"
3874
  msgstr ""
3875
 
3876
+ #: includes/settings/class-cr-settings-review-reminder.php:387
3877
  msgid ""
3878
  "Define which scheduler the plugin will use to schedule automatic review "
3879
  "reminders. The default option is to use WordPress Cron (WP-Cron) for "
3882
  "CR Cron is an external service that requires a license key (free or pro)."
3883
  msgstr ""
3884
 
3885
+ #: includes/settings/class-cr-settings-review-reminder.php:397
3886
  msgid "Enable Manual Reminders"
3887
  msgstr ""
3888
 
3889
+ #: includes/settings/class-cr-settings-review-reminder.php:398
3890
  msgid ""
3891
  "Enable manual sending of follow-up emails with a reminder to submit a "
3892
  "review. Manual reminders can be sent for completed orders from %1$sOrders"
3893
  "%2$s page after enabling this option."
3894
  msgstr ""
3895
 
3896
+ #: includes/settings/class-cr-settings-review-reminder.php:405
3897
  msgid "Limit Number of Reminders"
3898
  msgstr ""
3899
 
3900
+ #: includes/settings/class-cr-settings-review-reminder.php:406
3901
  msgid ""
3902
  "Enable this checkbox to make sure that no more than one review reminder is "
3903
  "sent for each order."
3904
  msgstr ""
3905
 
3906
+ #: includes/settings/class-cr-settings-review-reminder.php:413
3907
  msgid "Customer Consent"
3908
  msgstr ""
3909
 
3910
+ #: includes/settings/class-cr-settings-review-reminder.php:414
3911
  msgid ""
3912
  "If this option is enabled, customers will be asked to tick a checkbox on the "
3913
  "checkout page to indicate that they would like to receive an invitation to "
3914
  "review their order."
3915
  msgstr ""
3916
 
3917
+ #: includes/settings/class-cr-settings-review-reminder.php:420
3918
  msgid "Customer Consent Text"
3919
  msgstr ""
3920
 
3921
+ #: includes/settings/class-cr-settings-review-reminder.php:421
3922
  msgid ""
3923
  "Text of the message shown to customers next to the consent checkbox on the "
3924
  "checkout page."
3925
  msgstr ""
3926
 
3927
+ #: includes/settings/class-cr-settings-review-reminder.php:430
3928
  msgid "Registered Customers"
3929
  msgstr ""
3930
 
3931
+ #: includes/settings/class-cr-settings-review-reminder.php:431
3932
  msgid ""
3933
  "By default, review reminders are sent to billing emails provided by "
3934
  "customers during checkout. If you enable this option, the plugin will check "
3937
  "this option disabled."
3938
  msgstr ""
3939
 
3940
+ #: includes/settings/class-cr-settings-review-reminder.php:438
3941
  msgid "Moderation of Reviews"
3942
  msgstr ""
3943
 
3944
+ #: includes/settings/class-cr-settings-review-reminder.php:439
3945
  msgid ""
3946
  "Enable manual moderation of reviews submitted by your verified customers. "
3947
  "This setting applies only to reviews submitted in response to reminders sent "
3948
  "by this plugin."
3949
  msgstr ""
3950
 
3951
+ #: includes/settings/class-cr-settings-review-reminder.php:446
3952
  msgid "Exclude Free Products"
3953
  msgstr ""
3954
 
3955
+ #: includes/settings/class-cr-settings-review-reminder.php:447
3956
  msgid "Enable this checkbox to exclude free products from review invitations."
3957
  msgstr ""
3958
 
3959
+ #: includes/settings/class-cr-settings-review-reminder.php:454
3960
  msgid "Shop Name"
3961
  msgstr ""
3962
 
3963
+ #: includes/settings/class-cr-settings-review-reminder.php:456
3964
  msgid ""
3965
  "Specify your shop name that will be used in emails and review forms "
3966
  "generated by this plugin."
3967
  msgstr ""
3968
 
3969
+ #: includes/settings/class-cr-settings-review-reminder.php:471
3970
+ #: includes/settings/class-cr-settings-review-reminder.php:477
3971
  msgid "Language"
3972
  msgstr ""
3973
 
3974
+ #: includes/settings/class-cr-settings-review-reminder.php:479
3975
  msgid "Choose one of the available languages."
3976
  msgstr ""
3977
 
3978
+ #: includes/settings/class-cr-settings-review-reminder.php:496
3979
  msgid ""
3980
  "The email template of review reminders can be configured on the <a href=\"%s"
3981
  "\">Emails</a> tab."
3982
  msgstr ""
3983
 
3984
+ #: includes/settings/class-cr-settings-review-reminder.php:504
3985
  msgid ""
3986
  "Adjust template of the aggregated review forms that will be created and sent "
3987
  "to customers by CusRev. Modifications will be applied to the next review "
3990
  "b> the settings below."
3991
  msgstr ""
3992
 
3993
+ #: includes/settings/class-cr-settings-review-reminder.php:506
3994
  msgid ""
3995
  "Adjust template of the aggregated review forms that will be created and sent "
3996
  "to customers. Modifications will be applied to the next review form created "
3997
  "after saving settings."
3998
  msgstr ""
3999
 
4000
+ #: includes/settings/class-cr-settings-review-reminder.php:509
4001
  msgid "Review Form Template"
4002
  msgstr ""
4003
 
4004
+ #: includes/settings/class-cr-settings-review-reminder.php:515
4005
  msgid "Form Header"
4006
  msgstr ""
4007
 
4008
+ #: includes/settings/class-cr-settings-review-reminder.php:517
4009
  msgid "Header of the review form that will be sent to customers."
4010
  msgstr ""
4011
 
4012
+ #: includes/settings/class-cr-settings-review-reminder.php:524
4013
  msgid "Form Body"
4014
  msgstr ""
4015
 
4016
+ #: includes/settings/class-cr-settings-review-reminder.php:526
4017
  msgid "Body of the review form that will be sent to customers."
4018
  msgstr ""
4019
 
4020
+ #: includes/settings/class-cr-settings-review-reminder.php:534
4021
  msgid "Shop Rating"
4022
  msgstr ""
4023
 
4024
+ #: includes/settings/class-cr-settings-review-reminder.php:538
4025
  msgid ""
4026
  "Enable this option if you would like to include a separate question for a "
4027
  "general shop review in addition to questions for product reviews."
4028
  msgstr ""
4029
 
4030
+ #: includes/settings/class-cr-settings-review-reminder.php:541
4031
  msgid "Comment Required"
4032
  msgstr ""
4033
 
4034
+ #: includes/settings/class-cr-settings-review-reminder.php:545
4035
  msgid ""
4036
  "Enable this option if you would like to make it mandatory for your customers "
4037
  "to write something in their review. This option applies only to aggregated "
4038
  "review forms."
4039
  msgstr ""
4040
 
4041
+ #: includes/settings/class-cr-settings-review-reminder.php:548
4042
  msgid ""
4043
  "Enable attachment of pictures and videos on aggregated review forms. "
4044
  "Uploaded media files are initially stored on Amazon S3 and automatically "
4048
  "%2$s."
4049
  msgstr ""
4050
 
4051
+ #: includes/settings/class-cr-settings-review-reminder.php:550
4052
  msgid ""
4053
  "Enable attachment of pictures and videos on local aggregated review forms. "
4054
  "This option applies only to aggregated review forms. If you would like to "
4056
  "pages, this can be done %1$shere%2$s."
4057
  msgstr ""
4058
 
4059
+ #: includes/settings/class-cr-settings-review-reminder.php:553
4060
  msgid "Attach Media"
4061
  msgstr ""
4062
 
4063
+ #: includes/settings/class-cr-settings-review-reminder.php:563
4064
  msgid "Rating Bar"
4065
  msgstr ""
4066
 
4067
+ #: includes/settings/class-cr-settings-review-reminder.php:567
4068
  msgid "Visual style of rating bars on review forms."
4069
  msgstr ""
4070
 
4071
+ #: includes/settings/class-cr-settings-review-reminder.php:569
4072
  msgid "Smiley and frowny faces"
4073
  msgstr ""
4074
 
4075
+ #: includes/settings/class-cr-settings-review-reminder.php:570
4076
  #: blocks/src/reviews-grid/edit.js:234 js/blocks.js:946
4077
  msgid "Stars"
4078
  msgstr ""
4079
 
4080
+ #: includes/settings/class-cr-settings-review-reminder.php:575
4081
  msgid "Geolocation"
4082
  msgstr ""
4083
 
4084
+ #: includes/settings/class-cr-settings-review-reminder.php:579
4085
  msgid ""
4086
  "Enable geolocation on aggregated review forms. Customers will have an option "
4087
  "to indicate where they are from. For example, \"England, United Kingdom\"."
4088
  msgstr ""
4089
 
4090
+ #: includes/settings/class-cr-settings-review-reminder.php:580
4091
  msgid "Automatic geolocation on review forms."
4092
  msgstr ""
4093
 
4094
+ #: includes/settings/class-cr-settings-review-reminder.php:586
4095
  msgid "Form Color 1"
4096
  msgstr ""
4097
 
4098
+ #: includes/settings/class-cr-settings-review-reminder.php:590
4099
  msgid "Background color for heading of the form and product names."
4100
  msgstr ""
4101
 
4102
+ #: includes/settings/class-cr-settings-review-reminder.php:594
4103
  msgid "Form Color 2"
4104
  msgstr ""
4105
 
4106
+ #: includes/settings/class-cr-settings-review-reminder.php:598
4107
  msgid "Text color for product names."
4108
  msgstr ""
4109
 
4110
+ #: includes/settings/class-cr-settings-review-reminder.php:602
4111
  msgid "Form Color 3"
4112
  msgstr ""
4113
 
4114
+ #: includes/settings/class-cr-settings-review-reminder.php:606
4115
  msgid "Color of control elements (buttons, rating bars)."
4116
  msgstr ""
4117
 
4118
+ #: includes/settings/class-cr-settings-review-reminder.php:962
4119
  msgid ""
4120
  "While editing the footer text please make sure to keep the unsubscribe link "
4121
  "markup:"
4122
  msgstr ""
4123
 
4124
+ #: includes/settings/class-cr-settings-review-reminder.php:1031
4125
  msgid ""
4126
  "<strong>CR Cron could not be enabled because no license key was entered. A "
4127
  "license key (free or pro) is required to use CR Cron.</strong>"
4475
  "you should specify it here."
4476
  msgstr ""
4477
 
4478
+ #: includes/settings/class-cr-settings-trust-badges.php:45
4479
  #: includes/settings/class-cr-settings-trust-badges.php:83
 
4480
  msgid "Trust Badges"
4481
  msgstr ""
4482
 
4483
+ #: includes/settings/class-cr-settings-trust-badges.php:86
4484
  msgid ""
4485
+ "Increase your store's conversion rate by placing a \"trust badge\" on the "
4486
  "home, checkout or any other page(s). Let customers feel more confident about "
4487
  "shopping on your site by featuring a trust badge that shows a summary of "
4488
+ "customer reviews. Trust badges can be enabled using shortcodes or blocks in "
4489
+ "the page editor (blocks require WordPress 5.0 or newer)."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4490
  msgstr ""
4491
 
4492
+ #: includes/settings/class-cr-settings-trust-badges.php:88
 
 
 
 
4493
  msgid ""
4494
+ "If you enable <a href=\"%1$s\">verification of reviews</a> and claim a <a "
4495
+ "href=\"%2$s\">dedicated page</a> at CusRev.com website, trust badges will "
4496
+ "include a nofollow link to your page there."
4497
  msgstr ""
4498
 
4499
+ #: includes/settings/class-cr-settings-trust-badges.php:93
4500
  msgid "Small Light Badge"
4501
  msgstr ""
4502
 
4503
+ #: includes/settings/class-cr-settings-trust-badges.php:95
4504
  msgid "Shortcode and preview of the small light trust badge."
4505
  msgstr ""
4506
 
4507
+ #: includes/settings/class-cr-settings-trust-badges.php:101
4508
  msgid "Small Light Badge (with Store Rating)"
4509
  msgstr ""
4510
 
4511
+ #: includes/settings/class-cr-settings-trust-badges.php:103
4512
  msgid "Shortcode and preview of the small light trust badge with store rating."
4513
  msgstr ""
4514
 
4515
+ #: includes/settings/class-cr-settings-trust-badges.php:109
4516
  msgid "Small Dark Badge"
4517
  msgstr ""
4518
 
4519
+ #: includes/settings/class-cr-settings-trust-badges.php:111
4520
  msgid "Shortcode and preview of the small dark trust badge."
4521
  msgstr ""
4522
 
4523
+ #: includes/settings/class-cr-settings-trust-badges.php:117
4524
  msgid "Small Dark Badge (with Store Rating)"
4525
  msgstr ""
4526
 
4527
+ #: includes/settings/class-cr-settings-trust-badges.php:119
4528
  msgid "Shortcode and preview of the small dark trust badge with store rating."
4529
  msgstr ""
4530
 
4531
+ #: includes/settings/class-cr-settings-trust-badges.php:125
4532
  msgid "Wide Light Badge"
4533
  msgstr ""
4534
 
4535
+ #: includes/settings/class-cr-settings-trust-badges.php:127
4536
  msgid ""
4537
  "Shortcode and preview of the wide light trust badge. The wide badge has a "
4538
  "version for small screens that will be automatically shown when a website is "
4539
  "viewed from phones."
4540
  msgstr ""
4541
 
4542
+ #: includes/settings/class-cr-settings-trust-badges.php:133
4543
  msgid "Wide Light Badge (with Store Rating)"
4544
  msgstr ""
4545
 
4546
+ #: includes/settings/class-cr-settings-trust-badges.php:135
4547
  msgid ""
4548
  "Shortcode and preview of the wide light trust badge with store rating. The "
4549
  "wide badge has a version for small screens that will be automatically shown "
4550
  "when a website is viewed from phones."
4551
  msgstr ""
4552
 
4553
+ #: includes/settings/class-cr-settings-trust-badges.php:141
4554
  msgid "Wide Dark Badge"
4555
  msgstr ""
4556
 
4557
+ #: includes/settings/class-cr-settings-trust-badges.php:143
4558
  msgid ""
4559
  "Shortcode and preview of the wide dark trust badge. The wide badge has a "
4560
  "version for small screens that will be automatically shown when a website is "
4561
  "viewed from phones."
4562
  msgstr ""
4563
 
4564
+ #: includes/settings/class-cr-settings-trust-badges.php:149
4565
  msgid "Wide Dark Badge (with Store Rating)"
4566
  msgstr ""
4567
 
4568
+ #: includes/settings/class-cr-settings-trust-badges.php:151
4569
  msgid ""
4570
  "Shortcode and preview of the wide dark trust badge with store rating. The "
4571
  "wide badge has a version for small screens that will be automatically shown "
4572
  "when a website is viewed from phones."
4573
  msgstr ""
4574
 
4575
+ #: includes/settings/class-cr-settings-trust-badges.php:157
4576
  msgid "Compact Light Badge"
4577
  msgstr ""
4578
 
4579
+ #: includes/settings/class-cr-settings-trust-badges.php:159
4580
  msgid "Shortcode and preview of the compact light trust badge."
4581
  msgstr ""
4582
 
4583
+ #: includes/settings/class-cr-settings-trust-badges.php:165
4584
  msgid "Compact Dark Badge"
4585
  msgstr ""
4586
 
4587
+ #: includes/settings/class-cr-settings-trust-badges.php:167
4588
  msgid "Shortcode and preview of the compact dark trust badge."
4589
  msgstr ""
4590
 
4591
+ #: includes/settings/class-cr-settings-trust-badges.php:177
4592
  msgid "Floating Trust Badge"
4593
  msgstr ""
4594
 
4595
+ #: includes/settings/class-cr-settings-trust-badges.php:179
4596
  msgid ""
4597
  "Settings to display a floating badge with a summary of verified reviews."
4598
  msgstr ""
4599
 
4600
+ #: includes/settings/class-cr-settings-trust-badges.php:183
4601
  msgid "Floating Badge"
4602
  msgstr ""
4603
 
4604
+ #: includes/settings/class-cr-settings-trust-badges.php:185
4605
  msgid ""
4606
  "Enable this checkbox to display a floating trust badge on public pages of "
4607
  "the website."
4608
  msgstr ""
4609
 
4610
+ #: includes/settings/class-cr-settings-trust-badges.php:190
4611
  msgid "Floating Badge Style"
4612
  msgstr ""
4613
 
4614
+ #: includes/settings/class-cr-settings-trust-badges.php:192
4615
  msgid "Choose one of the styles for the floating trust badge."
4616
  msgstr ""
4617
 
4618
+ #: includes/settings/class-cr-settings-trust-badges.php:196 js/blocks.js:112
4619
  msgid "Light"
4620
  msgstr ""
4621
 
4622
+ #: includes/settings/class-cr-settings-trust-badges.php:197 js/blocks.js:116
4623
  msgid "Dark"
4624
  msgstr ""
4625
 
4626
+ #: includes/settings/class-cr-settings-trust-badges.php:202
4627
  msgid "Floating Badge Location"
4628
  msgstr ""
4629
 
4630
+ #: includes/settings/class-cr-settings-trust-badges.php:204
4631
  msgid "Choose one of the locations for the floating trust badge."
4632
  msgstr ""
4633
 
4634
+ #: includes/settings/class-cr-settings-trust-badges.php:208
4635
  msgid "Bottom right"
4636
  msgstr ""
4637
 
4638
+ #: includes/settings/class-cr-settings-trust-badges.php:209
4639
  msgid "Bottom left"
4640
  msgstr ""
4641
 
4642
+ #: includes/settings/class-cr-settings-trust-badges.php:294
4643
  msgid "color"
4644
  msgstr ""
4645
 
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] ""
4767
  msgstr[2] ""
4768
 
4769
  #: includes/trust-badge/class-cr-verified-reviews.php:58
4770
+ msgid "CusRev.com page activation error: 'Page URL' cannot be empty."
4771
  msgstr ""
4772
 
4773
  #: includes/trust-badge/class-cr-verified-reviews.php:89
4774
+ msgid "CusRev.com page activation error #98. "
4775
  msgstr ""
4776
 
4777
  #: includes/trust-badge/class-cr-verified-reviews.php:94
4778
+ msgid "CusRev.com page has been successfully enabled."
4779
  msgstr ""
4780
 
4781
  #: includes/trust-badge/class-cr-verified-reviews.php:97
4782
  msgid ""
4783
+ "CusRev.com page activation error: '%s' is already in use. Please enter a "
4784
  "different page name."
4785
  msgstr ""
4786
 
4787
  #: includes/trust-badge/class-cr-verified-reviews.php:100
4788
  msgid ""
4789
+ "CusRev.com page activation error: page URL contains unsupported symbols. "
4790
+ "Only latin characters (a-z), numbers (0-9), and . symbol are allowed."
4791
  msgstr ""
4792
 
4793
  #: includes/trust-badge/class-cr-verified-reviews.php:103
4797
  msgstr ""
4798
 
4799
  #: includes/trust-badge/class-cr-verified-reviews.php:106
4800
+ msgid "CusRev.com page activation error #99."
4801
  msgstr ""
4802
 
4803
  #: includes/trust-badge/class-cr-verified-reviews.php:142
4804
+ msgid "CusRev.com page deactivation error #98. Please try again."
4805
  msgstr ""
4806
 
4807
  #: includes/trust-badge/class-cr-verified-reviews.php:149
4808
+ msgid "CusRev.com page has been successfully disabled."
4809
  msgstr ""
4810
 
4811
  #: includes/trust-badge/class-cr-verified-reviews.php:153
4812
  msgid ""
4813
+ "CusRev.com page deactivation error: the page is blocked, please contact "
4814
+ "CusRev support for assistance."
4815
  msgstr ""
4816
 
4817
  #: includes/trust-badge/class-cr-verified-reviews.php:157
4818
+ msgid "CusRev.com page deactivation error #99."
4819
  msgstr ""
4820
 
4821
  #: ivole.php:135
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-10-28T14:21:16+00:00\n"
10
  "PO-Revision-Date: 2019-08-27 00:28+0100\n"
11
  "Last-Translator: \n"
12
  "Language-Team: \n"
@@ -43,27 +43,27 @@ msgstr ""
43
  msgid "This reply was originally posted on CR portal"
44
  msgstr ""
45
 
46
- #: class-ivole.php:150
47
  msgid "View CusRev documentation"
48
  msgstr ""
49
 
50
- #: class-ivole.php:150
51
  msgid "Docs"
52
  msgstr ""
53
 
54
- #: class-ivole.php:151
55
  msgid "Visit community forums"
56
  msgstr ""
57
 
58
- #: class-ivole.php:151
59
  msgid "Community support"
60
  msgstr ""
61
 
62
- #: class-ivole.php:161
63
  msgid "View Customer Reviews settings"
64
  msgstr ""
65
 
66
- #: class-ivole.php:161 includes/settings/class-cr-admin-menu-settings.php:60
67
  #: includes/settings/class-cr-admin-menu-settings.php:61
68
  msgid "Settings"
69
  msgstr ""
@@ -246,7 +246,7 @@ msgstr ""
246
  msgid "Item 2 Test"
247
  msgstr ""
248
 
249
- #: includes/emails/class-cr-email-func.php:263
250
  #: includes/reviews/class-cr-reviews-list-table.php:410
251
  msgid "Review"
252
  msgstr ""
@@ -383,7 +383,7 @@ msgstr ""
383
  #: includes/reviews/class-cr-admin-menu-reviews.php:59
384
  #: includes/reviews/class-cr-admin-menu-reviews.php:60
385
  #: includes/settings/class-cr-admin-menu-settings.php:143
386
- #: includes/settings/class-cr-settings-trust-badges.php:336
387
  msgid "Reviews"
388
  msgstr ""
389
 
@@ -2520,6 +2520,49 @@ msgid ""
2520
  "settings</a>."
2521
  msgstr ""
2522
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2523
  #: includes/settings/class-cr-settings-discount-tiers.php:37
2524
  msgid ""
2525
  "The option is not available with the coupon type selected for this discount "
@@ -2621,7 +2664,7 @@ msgid "Specific roles"
2621
  msgstr ""
2622
 
2623
  #: includes/settings/class-cr-settings-discount-tiers.php:146
2624
- #: includes/settings/class-cr-settings-review-reminder.php:362
2625
  msgid "Roles"
2626
  msgstr ""
2627
 
@@ -2832,7 +2875,7 @@ msgid ""
2832
  msgstr ""
2833
 
2834
  #: includes/settings/class-cr-settings-email-template.php:286
2835
- msgid "\"Reply-To\" Address"
2836
  msgstr ""
2837
 
2838
  #: includes/settings/class-cr-settings-email-template.php:301
@@ -2977,69 +3020,69 @@ msgid ""
2977
  "test email."
2978
  msgstr ""
2979
 
2980
- #: includes/settings/class-cr-settings-email-template.php:533
2981
  msgid "Return to emails"
2982
  msgstr ""
2983
 
2984
- #: includes/settings/class-cr-settings-email-template.php:552
2985
  msgid "Email template"
2986
  msgstr ""
2987
 
2988
- #: includes/settings/class-cr-settings-email-template.php:560
2989
  msgid "Delete template file"
2990
  msgstr ""
2991
 
2992
  #. translators: %s: Path to template file
2993
- #: includes/settings/class-cr-settings-email-template.php:566
2994
  msgid ""
2995
  "This template has been overridden by your theme and can be found in: %s."
2996
  msgstr ""
2997
 
2998
- #: includes/settings/class-cr-settings-email-template.php:596
2999
  msgid "Copy file to theme"
3000
  msgstr ""
3001
 
3002
  #. translators: 1: Path to template file 2: Path to theme folder
3003
- #: includes/settings/class-cr-settings-email-template.php:602
3004
  msgid ""
3005
  "To override and edit this email template copy %1$s to your theme folder: "
3006
  "%2$s."
3007
  msgstr ""
3008
 
3009
- #: includes/settings/class-cr-settings-email-template.php:610
3010
  msgid "File was not found."
3011
  msgstr ""
3012
 
3013
- #: includes/settings/class-cr-settings-email-template.php:632
3014
  msgid "View template"
3015
  msgstr ""
3016
 
3017
- #: includes/settings/class-cr-settings-email-template.php:633
3018
  msgid "Hide template"
3019
  msgstr ""
3020
 
3021
- #: includes/settings/class-cr-settings-email-template.php:647
3022
  msgid "Are you sure you want to delete this template file?"
3023
  msgstr ""
3024
 
3025
- #: includes/settings/class-cr-settings-email-template.php:668
3026
- #: includes/settings/class-cr-settings-email-template.php:674
3027
  msgid "'Email Body' field cannot be empty"
3028
  msgstr ""
3029
 
3030
- #: includes/settings/class-cr-settings-email-template.php:688
3031
  msgid "Action failed. Please refresh the page and retry."
3032
  msgstr ""
3033
 
3034
- #: includes/settings/class-cr-settings-email-template.php:692
3035
  msgid "You don&#8217;t have permission to do this."
3036
  msgstr ""
3037
 
3038
- #: includes/settings/class-cr-settings-email-template.php:714
3039
  msgid "Template file copied to theme."
3040
  msgstr ""
3041
 
3042
- #: includes/settings/class-cr-settings-email-template.php:726
3043
  msgid "Template file deleted from theme."
3044
  msgstr ""
3045
 
@@ -3047,11 +3090,11 @@ msgstr ""
3047
  msgid "Emails"
3048
  msgstr ""
3049
 
3050
- #: includes/settings/class-cr-settings-emails.php:69
3051
  msgid "Email Templates"
3052
  msgstr ""
3053
 
3054
- #: includes/settings/class-cr-settings-emails.php:71
3055
  msgid ""
3056
  "Adjust templates of the emails that will be sent to customers. If you enable "
3057
  "<b>advanced</b> email templates in your account on the %1$sCusRev website"
@@ -3059,15 +3102,15 @@ msgid ""
3059
  "below."
3060
  msgstr ""
3061
 
3062
- #: includes/settings/class-cr-settings-emails.php:102
3063
  msgid "Email"
3064
  msgstr ""
3065
 
3066
- #: includes/settings/class-cr-settings-emails.php:103
3067
  msgid "Subject"
3068
  msgstr ""
3069
 
3070
- #: includes/settings/class-cr-settings-emails.php:104
3071
  msgid "From"
3072
  msgstr ""
3073
 
@@ -3213,7 +3256,7 @@ msgid "Reply-To Address"
3213
  msgstr ""
3214
 
3215
  #: includes/settings/class-cr-settings-review-discount.php:109
3216
- #: includes/settings/class-cr-settings-review-reminder.php:480
3217
  msgid "Email Template"
3218
  msgstr ""
3219
 
@@ -3474,11 +3517,11 @@ msgstr ""
3474
  #: includes/settings/class-cr-settings-review-reminder.php:89
3475
  #: includes/settings/class-cr-settings-review-reminder.php:94
3476
  #: includes/settings/class-cr-settings-review-reminder.php:99
3477
- #: includes/settings/class-cr-settings-review-reminder.php:931
3478
- #: includes/settings/class-cr-settings-review-reminder.php:932
3479
- #: includes/settings/class-cr-settings-review-reminder.php:933
3480
- #: includes/settings/class-cr-settings-review-reminder.php:934
3481
- #: includes/settings/class-cr-settings-review-reminder.php:935
3482
  msgid "Checking license..."
3483
  msgstr ""
3484
 
@@ -3753,83 +3796,83 @@ msgid ""
3753
  "in this field."
3754
  msgstr ""
3755
 
3756
- #: includes/settings/class-cr-settings-review-reminder.php:314
3757
  msgid "Order Status"
3758
  msgstr ""
3759
 
3760
- #: includes/settings/class-cr-settings-review-reminder.php:316
3761
  msgid ""
3762
  "Review reminders will be sent N days after this order status. It is "
3763
  "recommended to use 'Completed' status."
3764
  msgstr ""
3765
 
3766
- #: includes/settings/class-cr-settings-review-reminder.php:325
3767
  msgid "Enable for"
3768
  msgstr ""
3769
 
3770
- #: includes/settings/class-cr-settings-review-reminder.php:327
3771
  msgid ""
3772
  "Define if reminders will be send for all or only specific categories of "
3773
  "products."
3774
  msgstr ""
3775
 
3776
- #: includes/settings/class-cr-settings-review-reminder.php:334
3777
  msgid "All Categories"
3778
  msgstr ""
3779
 
3780
- #: includes/settings/class-cr-settings-review-reminder.php:335
3781
  msgid "Specific Categories"
3782
  msgstr ""
3783
 
3784
- #: includes/settings/class-cr-settings-review-reminder.php:339
3785
  msgid "Categories"
3786
  msgstr ""
3787
 
3788
- #: includes/settings/class-cr-settings-review-reminder.php:341
3789
  msgid ""
3790
  "If reminders are enabled only for specific categories of products, this "
3791
  "field enables you to choose these categories."
3792
  msgstr ""
3793
 
3794
- #: includes/settings/class-cr-settings-review-reminder.php:348
3795
  msgid "Enable for Roles"
3796
  msgstr ""
3797
 
3798
- #: includes/settings/class-cr-settings-review-reminder.php:350
3799
  msgid ""
3800
  "Define if reminders will be send for all or only specific roles of users."
3801
  msgstr ""
3802
 
3803
- #: includes/settings/class-cr-settings-review-reminder.php:357
3804
  msgid "All Roles"
3805
  msgstr ""
3806
 
3807
- #: includes/settings/class-cr-settings-review-reminder.php:358
3808
  msgid "Specific Roles"
3809
  msgstr ""
3810
 
3811
- #: includes/settings/class-cr-settings-review-reminder.php:364
3812
  msgid ""
3813
  "If reminders are enabled only for specific user roles, this field enables "
3814
  "you to choose these roles."
3815
  msgstr ""
3816
 
3817
- #: includes/settings/class-cr-settings-review-reminder.php:371
3818
  msgid "Enable for Guests"
3819
  msgstr ""
3820
 
3821
- #: includes/settings/class-cr-settings-review-reminder.php:372
3822
  msgid ""
3823
  "Enable sending of review reminders to customers who place orders without an "
3824
  "account (guest checkout). It is recommended to enable this checkbox, if you "
3825
  "allow customers to place orders without creating an account on your site."
3826
  msgstr ""
3827
 
3828
- #: includes/settings/class-cr-settings-review-reminder.php:378
3829
  msgid "Reminders Scheduler"
3830
  msgstr ""
3831
 
3832
- #: includes/settings/class-cr-settings-review-reminder.php:380
3833
  msgid ""
3834
  "Define which scheduler the plugin will use to schedule automatic review "
3835
  "reminders. The default option is to use WordPress Cron (WP-Cron) for "
@@ -3838,53 +3881,53 @@ msgid ""
3838
  "CR Cron is an external service that requires a license key (free or pro)."
3839
  msgstr ""
3840
 
3841
- #: includes/settings/class-cr-settings-review-reminder.php:389
3842
  msgid "Enable Manual Reminders"
3843
  msgstr ""
3844
 
3845
- #: includes/settings/class-cr-settings-review-reminder.php:390
3846
  msgid ""
3847
  "Enable manual sending of follow-up emails with a reminder to submit a "
3848
  "review. Manual reminders can be sent for completed orders from %1$sOrders"
3849
  "%2$s page after enabling this option."
3850
  msgstr ""
3851
 
3852
- #: includes/settings/class-cr-settings-review-reminder.php:396
3853
  msgid "Limit Number of Reminders"
3854
  msgstr ""
3855
 
3856
- #: includes/settings/class-cr-settings-review-reminder.php:397
3857
  msgid ""
3858
  "Enable this checkbox to make sure that no more than one review reminder is "
3859
  "sent for each order."
3860
  msgstr ""
3861
 
3862
- #: includes/settings/class-cr-settings-review-reminder.php:403
3863
  msgid "Customer Consent"
3864
  msgstr ""
3865
 
3866
- #: includes/settings/class-cr-settings-review-reminder.php:404
3867
  msgid ""
3868
  "If this option is enabled, customers will be asked to tick a checkbox on the "
3869
  "checkout page to indicate that they would like to receive an invitation to "
3870
  "review their order."
3871
  msgstr ""
3872
 
3873
- #: includes/settings/class-cr-settings-review-reminder.php:410
3874
  msgid "Customer Consent Text"
3875
  msgstr ""
3876
 
3877
- #: includes/settings/class-cr-settings-review-reminder.php:411
3878
  msgid ""
3879
  "Text of the message shown to customers next to the consent checkbox on the "
3880
  "checkout page."
3881
  msgstr ""
3882
 
3883
- #: includes/settings/class-cr-settings-review-reminder.php:420
3884
  msgid "Registered Customers"
3885
  msgstr ""
3886
 
3887
- #: includes/settings/class-cr-settings-review-reminder.php:421
3888
  msgid ""
3889
  "By default, review reminders are sent to billing emails provided by "
3890
  "customers during checkout. If you enable this option, the plugin will check "
@@ -3893,51 +3936,51 @@ msgid ""
3893
  "this option disabled."
3894
  msgstr ""
3895
 
3896
- #: includes/settings/class-cr-settings-review-reminder.php:427
3897
  msgid "Moderation of Reviews"
3898
  msgstr ""
3899
 
3900
- #: includes/settings/class-cr-settings-review-reminder.php:428
3901
  msgid ""
3902
  "Enable manual moderation of reviews submitted by your verified customers. "
3903
  "This setting applies only to reviews submitted in response to reminders sent "
3904
  "by this plugin."
3905
  msgstr ""
3906
 
3907
- #: includes/settings/class-cr-settings-review-reminder.php:434
3908
  msgid "Exclude Free Products"
3909
  msgstr ""
3910
 
3911
- #: includes/settings/class-cr-settings-review-reminder.php:435
3912
  msgid "Enable this checkbox to exclude free products from review invitations."
3913
  msgstr ""
3914
 
3915
- #: includes/settings/class-cr-settings-review-reminder.php:441
3916
  msgid "Shop Name"
3917
  msgstr ""
3918
 
3919
- #: includes/settings/class-cr-settings-review-reminder.php:443
3920
  msgid ""
3921
  "Specify your shop name that will be used in emails and review forms "
3922
  "generated by this plugin."
3923
  msgstr ""
3924
 
3925
- #: includes/settings/class-cr-settings-review-reminder.php:458
3926
- #: includes/settings/class-cr-settings-review-reminder.php:464
3927
  msgid "Language"
3928
  msgstr ""
3929
 
3930
- #: includes/settings/class-cr-settings-review-reminder.php:466
3931
  msgid "Choose one of the available languages."
3932
  msgstr ""
3933
 
3934
- #: includes/settings/class-cr-settings-review-reminder.php:482
3935
  msgid ""
3936
  "The email template of review reminders can be configured on the <a href=\"%s"
3937
  "\">Emails</a> tab."
3938
  msgstr ""
3939
 
3940
- #: includes/settings/class-cr-settings-review-reminder.php:490
3941
  msgid ""
3942
  "Adjust template of the aggregated review forms that will be created and sent "
3943
  "to customers by CusRev. Modifications will be applied to the next review "
@@ -3946,55 +3989,55 @@ msgid ""
3946
  "b> the settings below."
3947
  msgstr ""
3948
 
3949
- #: includes/settings/class-cr-settings-review-reminder.php:492
3950
  msgid ""
3951
  "Adjust template of the aggregated review forms that will be created and sent "
3952
  "to customers. Modifications will be applied to the next review form created "
3953
  "after saving settings."
3954
  msgstr ""
3955
 
3956
- #: includes/settings/class-cr-settings-review-reminder.php:495
3957
  msgid "Review Form Template"
3958
  msgstr ""
3959
 
3960
- #: includes/settings/class-cr-settings-review-reminder.php:501
3961
  msgid "Form Header"
3962
  msgstr ""
3963
 
3964
- #: includes/settings/class-cr-settings-review-reminder.php:503
3965
  msgid "Header of the review form that will be sent to customers."
3966
  msgstr ""
3967
 
3968
- #: includes/settings/class-cr-settings-review-reminder.php:510
3969
  msgid "Form Body"
3970
  msgstr ""
3971
 
3972
- #: includes/settings/class-cr-settings-review-reminder.php:512
3973
  msgid "Body of the review form that will be sent to customers."
3974
  msgstr ""
3975
 
3976
- #: includes/settings/class-cr-settings-review-reminder.php:520
3977
  msgid "Shop Rating"
3978
  msgstr ""
3979
 
3980
- #: includes/settings/class-cr-settings-review-reminder.php:524
3981
  msgid ""
3982
  "Enable this option if you would like to include a separate question for a "
3983
  "general shop review in addition to questions for product reviews."
3984
  msgstr ""
3985
 
3986
- #: includes/settings/class-cr-settings-review-reminder.php:527
3987
  msgid "Comment Required"
3988
  msgstr ""
3989
 
3990
- #: includes/settings/class-cr-settings-review-reminder.php:531
3991
  msgid ""
3992
  "Enable this option if you would like to make it mandatory for your customers "
3993
  "to write something in their review. This option applies only to aggregated "
3994
  "review forms."
3995
  msgstr ""
3996
 
3997
- #: includes/settings/class-cr-settings-review-reminder.php:534
3998
  msgid ""
3999
  "Enable attachment of pictures and videos on aggregated review forms. "
4000
  "Uploaded media files are initially stored on Amazon S3 and automatically "
@@ -4004,7 +4047,7 @@ msgid ""
4004
  "%2$s."
4005
  msgstr ""
4006
 
4007
- #: includes/settings/class-cr-settings-review-reminder.php:536
4008
  msgid ""
4009
  "Enable attachment of pictures and videos on local aggregated review forms. "
4010
  "This option applies only to aggregated review forms. If you would like to "
@@ -4012,72 +4055,72 @@ msgid ""
4012
  "pages, this can be done %1$shere%2$s."
4013
  msgstr ""
4014
 
4015
- #: includes/settings/class-cr-settings-review-reminder.php:539
4016
  msgid "Attach Media"
4017
  msgstr ""
4018
 
4019
- #: includes/settings/class-cr-settings-review-reminder.php:549
4020
  msgid "Rating Bar"
4021
  msgstr ""
4022
 
4023
- #: includes/settings/class-cr-settings-review-reminder.php:553
4024
  msgid "Visual style of rating bars on review forms."
4025
  msgstr ""
4026
 
4027
- #: includes/settings/class-cr-settings-review-reminder.php:555
4028
  msgid "Smiley and frowny faces"
4029
  msgstr ""
4030
 
4031
- #: includes/settings/class-cr-settings-review-reminder.php:556
4032
  #: blocks/src/reviews-grid/edit.js:234 js/blocks.js:946
4033
  msgid "Stars"
4034
  msgstr ""
4035
 
4036
- #: includes/settings/class-cr-settings-review-reminder.php:561
4037
  msgid "Geolocation"
4038
  msgstr ""
4039
 
4040
- #: includes/settings/class-cr-settings-review-reminder.php:565
4041
  msgid ""
4042
  "Enable geolocation on aggregated review forms. Customers will have an option "
4043
  "to indicate where they are from. For example, \"England, United Kingdom\"."
4044
  msgstr ""
4045
 
4046
- #: includes/settings/class-cr-settings-review-reminder.php:566
4047
  msgid "Automatic geolocation on review forms."
4048
  msgstr ""
4049
 
4050
- #: includes/settings/class-cr-settings-review-reminder.php:572
4051
  msgid "Form Color 1"
4052
  msgstr ""
4053
 
4054
- #: includes/settings/class-cr-settings-review-reminder.php:576
4055
  msgid "Background color for heading of the form and product names."
4056
  msgstr ""
4057
 
4058
- #: includes/settings/class-cr-settings-review-reminder.php:580
4059
  msgid "Form Color 2"
4060
  msgstr ""
4061
 
4062
- #: includes/settings/class-cr-settings-review-reminder.php:584
4063
  msgid "Text color for product names."
4064
  msgstr ""
4065
 
4066
- #: includes/settings/class-cr-settings-review-reminder.php:588
4067
  msgid "Form Color 3"
4068
  msgstr ""
4069
 
4070
- #: includes/settings/class-cr-settings-review-reminder.php:592
4071
  msgid "Color of control elements (buttons, rating bars)."
4072
  msgstr ""
4073
 
4074
- #: includes/settings/class-cr-settings-review-reminder.php:948
4075
  msgid ""
4076
  "While editing the footer text please make sure to keep the unsubscribe link "
4077
  "markup:"
4078
  msgstr ""
4079
 
4080
- #: includes/settings/class-cr-settings-review-reminder.php:1017
4081
  msgid ""
4082
  "<strong>CR Cron could not be enabled because no license key was entered. A "
4083
  "license key (free or pro) is required to use CR Cron.</strong>"
@@ -4431,200 +4474,171 @@ msgid ""
4431
  "you should specify it here."
4432
  msgstr ""
4433
 
4434
- #: includes/settings/class-cr-settings-trust-badges.php:50
4435
  #: includes/settings/class-cr-settings-trust-badges.php:83
4436
- #: includes/settings/class-cr-settings-trust-badges.php:89
4437
  msgid "Trust Badges"
4438
  msgstr ""
4439
 
4440
- #: includes/settings/class-cr-settings-trust-badges.php:85
4441
  msgid ""
4442
- "<p>Increase your store's conversion rate by placing a \"trust badge\" on the "
4443
  "home, checkout or any other page(s). Let customers feel more confident about "
4444
  "shopping on your site by featuring a trust badge that shows a summary of "
4445
- "verified customer reviews. Trust badges can be enabled using shortcodes or "
4446
- "blocks in the page editor (blocks require WordPress 5.0 or newer).</"
4447
- "p><p>Reviews are considered to be verified when they are collected via an "
4448
- "independent third-party website (www.cusrev.com) integrated with this "
4449
- "plugin. Reviews submitted directly on your site cannot be considered as "
4450
- "verified. Each trust badge contains a nofollow link to a dedicated page at "
4451
- "<b>www.cusrev.com</b> with all verified reviews for your store. You can "
4452
- "configure URL of the page with verified reviews for your store below.</p>"
4453
- msgstr ""
4454
-
4455
- #: includes/settings/class-cr-settings-trust-badges.php:90
4456
- msgid ""
4457
- "Enable this option to display trust badges and additional %1$s icons for "
4458
- "individual reviews on product pages in your store. Each %2$s icon will "
4459
- "contain a nofollow link to a verified copy of the review on <strong>www."
4460
- "cusrev.com</strong>."
4461
- msgstr ""
4462
-
4463
- #: includes/settings/class-cr-settings-trust-badges.php:97
4464
- msgid "Verified Reviews Page"
4465
- msgstr ""
4466
-
4467
- #: includes/settings/class-cr-settings-trust-badges.php:98
4468
- msgid ""
4469
- "Specify name of the page with verified reviews. This will be a base URL for "
4470
- "reviews related to your shop. You can use alphanumeric symbols and '.' in "
4471
- "the name of the page."
4472
  msgstr ""
4473
 
4474
- #: includes/settings/class-cr-settings-trust-badges.php:106
4475
- msgid "Age Restriction"
4476
- msgstr ""
4477
-
4478
- #: includes/settings/class-cr-settings-trust-badges.php:107
4479
  msgid ""
4480
- "Enable this option if your store sells age-restricted products (e.g., adult "
4481
- "content, alcohol, etc.)"
 
4482
  msgstr ""
4483
 
4484
- #: includes/settings/class-cr-settings-trust-badges.php:117
4485
  msgid "Small Light Badge"
4486
  msgstr ""
4487
 
4488
- #: includes/settings/class-cr-settings-trust-badges.php:119
4489
  msgid "Shortcode and preview of the small light trust badge."
4490
  msgstr ""
4491
 
4492
- #: includes/settings/class-cr-settings-trust-badges.php:125
4493
  msgid "Small Light Badge (with Store Rating)"
4494
  msgstr ""
4495
 
4496
- #: includes/settings/class-cr-settings-trust-badges.php:127
4497
  msgid "Shortcode and preview of the small light trust badge with store rating."
4498
  msgstr ""
4499
 
4500
- #: includes/settings/class-cr-settings-trust-badges.php:133
4501
  msgid "Small Dark Badge"
4502
  msgstr ""
4503
 
4504
- #: includes/settings/class-cr-settings-trust-badges.php:135
4505
  msgid "Shortcode and preview of the small dark trust badge."
4506
  msgstr ""
4507
 
4508
- #: includes/settings/class-cr-settings-trust-badges.php:141
4509
  msgid "Small Dark Badge (with Store Rating)"
4510
  msgstr ""
4511
 
4512
- #: includes/settings/class-cr-settings-trust-badges.php:143
4513
  msgid "Shortcode and preview of the small dark trust badge with store rating."
4514
  msgstr ""
4515
 
4516
- #: includes/settings/class-cr-settings-trust-badges.php:149
4517
  msgid "Wide Light Badge"
4518
  msgstr ""
4519
 
4520
- #: includes/settings/class-cr-settings-trust-badges.php:151
4521
  msgid ""
4522
  "Shortcode and preview of the wide light trust badge. The wide badge has a "
4523
  "version for small screens that will be automatically shown when a website is "
4524
  "viewed from phones."
4525
  msgstr ""
4526
 
4527
- #: includes/settings/class-cr-settings-trust-badges.php:157
4528
  msgid "Wide Light Badge (with Store Rating)"
4529
  msgstr ""
4530
 
4531
- #: includes/settings/class-cr-settings-trust-badges.php:159
4532
  msgid ""
4533
  "Shortcode and preview of the wide light trust badge with store rating. The "
4534
  "wide badge has a version for small screens that will be automatically shown "
4535
  "when a website is viewed from phones."
4536
  msgstr ""
4537
 
4538
- #: includes/settings/class-cr-settings-trust-badges.php:165
4539
  msgid "Wide Dark Badge"
4540
  msgstr ""
4541
 
4542
- #: includes/settings/class-cr-settings-trust-badges.php:167
4543
  msgid ""
4544
  "Shortcode and preview of the wide dark trust badge. The wide badge has a "
4545
  "version for small screens that will be automatically shown when a website is "
4546
  "viewed from phones."
4547
  msgstr ""
4548
 
4549
- #: includes/settings/class-cr-settings-trust-badges.php:173
4550
  msgid "Wide Dark Badge (with Store Rating)"
4551
  msgstr ""
4552
 
4553
- #: includes/settings/class-cr-settings-trust-badges.php:175
4554
  msgid ""
4555
  "Shortcode and preview of the wide dark trust badge with store rating. The "
4556
  "wide badge has a version for small screens that will be automatically shown "
4557
  "when a website is viewed from phones."
4558
  msgstr ""
4559
 
4560
- #: includes/settings/class-cr-settings-trust-badges.php:181
4561
  msgid "Compact Light Badge"
4562
  msgstr ""
4563
 
4564
- #: includes/settings/class-cr-settings-trust-badges.php:183
4565
  msgid "Shortcode and preview of the compact light trust badge."
4566
  msgstr ""
4567
 
4568
- #: includes/settings/class-cr-settings-trust-badges.php:189
4569
  msgid "Compact Dark Badge"
4570
  msgstr ""
4571
 
4572
- #: includes/settings/class-cr-settings-trust-badges.php:191
4573
  msgid "Shortcode and preview of the compact dark trust badge."
4574
  msgstr ""
4575
 
4576
- #: includes/settings/class-cr-settings-trust-badges.php:201
4577
  msgid "Floating Trust Badge"
4578
  msgstr ""
4579
 
4580
- #: includes/settings/class-cr-settings-trust-badges.php:203
4581
  msgid ""
4582
  "Settings to display a floating badge with a summary of verified reviews."
4583
  msgstr ""
4584
 
4585
- #: includes/settings/class-cr-settings-trust-badges.php:207
4586
  msgid "Floating Badge"
4587
  msgstr ""
4588
 
4589
- #: includes/settings/class-cr-settings-trust-badges.php:209
4590
  msgid ""
4591
  "Enable this checkbox to display a floating trust badge on public pages of "
4592
  "the website."
4593
  msgstr ""
4594
 
4595
- #: includes/settings/class-cr-settings-trust-badges.php:214
4596
  msgid "Floating Badge Style"
4597
  msgstr ""
4598
 
4599
- #: includes/settings/class-cr-settings-trust-badges.php:216
4600
  msgid "Choose one of the styles for the floating trust badge."
4601
  msgstr ""
4602
 
4603
- #: includes/settings/class-cr-settings-trust-badges.php:220 js/blocks.js:112
4604
  msgid "Light"
4605
  msgstr ""
4606
 
4607
- #: includes/settings/class-cr-settings-trust-badges.php:221 js/blocks.js:116
4608
  msgid "Dark"
4609
  msgstr ""
4610
 
4611
- #: includes/settings/class-cr-settings-trust-badges.php:226
4612
  msgid "Floating Badge Location"
4613
  msgstr ""
4614
 
4615
- #: includes/settings/class-cr-settings-trust-badges.php:228
4616
  msgid "Choose one of the locations for the floating trust badge."
4617
  msgstr ""
4618
 
4619
- #: includes/settings/class-cr-settings-trust-badges.php:232
4620
  msgid "Bottom right"
4621
  msgstr ""
4622
 
4623
- #: includes/settings/class-cr-settings-trust-badges.php:233
4624
  msgid "Bottom left"
4625
  msgstr ""
4626
 
4627
- #: includes/settings/class-cr-settings-trust-badges.php:318
4628
  msgid "color"
4629
  msgstr ""
4630
 
@@ -4695,48 +4709,56 @@ msgstr ""
4695
  msgid "Tags for Reviews"
4696
  msgstr ""
4697
 
4698
- #: includes/trust-badge/class-cr-trust-badge.php:201
4699
  msgid "Independently verified"
4700
  msgstr ""
4701
 
4702
- #: includes/trust-badge/class-cr-trust-badge.php:202
4703
  msgid "independently verified"
4704
  msgstr ""
4705
 
4706
- #: includes/trust-badge/class-cr-trust-badge.php:204
 
 
 
 
 
 
 
 
4707
  msgid "%s rating"
4708
  msgstr ""
4709
 
4710
- #: includes/trust-badge/class-cr-trust-badge.php:205
4711
  msgid "rating %s / 5"
4712
  msgstr ""
4713
 
4714
- #: includes/trust-badge/class-cr-trust-badge.php:206
4715
  msgid "%s store rating"
4716
  msgstr ""
4717
 
4718
- #: includes/trust-badge/class-cr-trust-badge.php:207
4719
  msgid "Store rating %s / 5"
4720
  msgstr ""
4721
 
4722
- #: includes/trust-badge/class-cr-trust-badge.php:208
4723
  msgid "store rating"
4724
  msgstr ""
4725
 
4726
- #: includes/trust-badge/class-cr-trust-badge.php:209
4727
  msgid "%s product rating"
4728
  msgstr ""
4729
 
4730
- #: includes/trust-badge/class-cr-trust-badge.php:210
4731
  msgid "Product rating %s / 5"
4732
  msgstr ""
4733
 
4734
- #: includes/trust-badge/class-cr-trust-badge.php:211
4735
  msgid "product rating"
4736
  msgstr ""
4737
 
4738
- #: includes/trust-badge/class-cr-trust-badge.php:212
4739
- #: includes/trust-badge/class-cr-trust-badge.php:213 templates/cr-rating.php:44
4740
  msgid "%s review"
4741
  msgid_plural "%s reviews"
4742
  msgstr[0] ""
@@ -4744,27 +4766,27 @@ msgstr[1] ""
4744
  msgstr[2] ""
4745
 
4746
  #: includes/trust-badge/class-cr-verified-reviews.php:58
4747
- msgid "Trust badges activation error: 'Verified Reviews Page' cannot be empty."
4748
  msgstr ""
4749
 
4750
  #: includes/trust-badge/class-cr-verified-reviews.php:89
4751
- msgid "Trust badges activation error #98. "
4752
  msgstr ""
4753
 
4754
  #: includes/trust-badge/class-cr-verified-reviews.php:94
4755
- msgid "Trust badges have been successfully activated."
4756
  msgstr ""
4757
 
4758
  #: includes/trust-badge/class-cr-verified-reviews.php:97
4759
  msgid ""
4760
- "Trust badges activation error: '%s' is already in use. Please enter a "
4761
  "different page name."
4762
  msgstr ""
4763
 
4764
  #: includes/trust-badge/class-cr-verified-reviews.php:100
4765
  msgid ""
4766
- "Trust badges activation error: page name contains unsupported symbols. Only "
4767
- "latin characters (a-z), numbers (0-9), and . symbol are allowed."
4768
  msgstr ""
4769
 
4770
  #: includes/trust-badge/class-cr-verified-reviews.php:103
@@ -4774,25 +4796,25 @@ msgid ""
4774
  msgstr ""
4775
 
4776
  #: includes/trust-badge/class-cr-verified-reviews.php:106
4777
- msgid "Trust badges activation error #99."
4778
  msgstr ""
4779
 
4780
  #: includes/trust-badge/class-cr-verified-reviews.php:142
4781
- msgid "Trust badges deactivation error #98. Please try again."
4782
  msgstr ""
4783
 
4784
  #: includes/trust-badge/class-cr-verified-reviews.php:149
4785
- msgid "Trust badges have been successfully deactivated."
4786
  msgstr ""
4787
 
4788
  #: includes/trust-badge/class-cr-verified-reviews.php:153
4789
  msgid ""
4790
- "Trust badges deactivation error: the page is blocked, please contact CusRev "
4791
- "support for assistance."
4792
  msgstr ""
4793
 
4794
  #: includes/trust-badge/class-cr-verified-reviews.php:157
4795
- msgid "Trust badges deactivation error #99."
4796
  msgstr ""
4797
 
4798
  #: ivole.php:135
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"
43
  msgid "This reply was originally posted on CR portal"
44
  msgstr ""
45
 
46
+ #: class-ivole.php:152
47
  msgid "View CusRev documentation"
48
  msgstr ""
49
 
50
+ #: class-ivole.php:152
51
  msgid "Docs"
52
  msgstr ""
53
 
54
+ #: class-ivole.php:153
55
  msgid "Visit community forums"
56
  msgstr ""
57
 
58
+ #: class-ivole.php:153
59
  msgid "Community support"
60
  msgstr ""
61
 
62
+ #: class-ivole.php:163
63
  msgid "View Customer Reviews settings"
64
  msgstr ""
65
 
66
+ #: class-ivole.php:163 includes/settings/class-cr-admin-menu-settings.php:60
67
  #: includes/settings/class-cr-admin-menu-settings.php:61
68
  msgid "Settings"
69
  msgstr ""
246
  msgid "Item 2 Test"
247
  msgstr ""
248
 
249
+ #: includes/emails/class-cr-email-func.php:264
250
  #: includes/reviews/class-cr-reviews-list-table.php:410
251
  msgid "Review"
252
  msgstr ""
383
  #: includes/reviews/class-cr-admin-menu-reviews.php:59
384
  #: includes/reviews/class-cr-admin-menu-reviews.php:60
385
  #: includes/settings/class-cr-admin-menu-settings.php:143
386
+ #: includes/settings/class-cr-settings-trust-badges.php:310
387
  msgid "Reviews"
388
  msgstr ""
389
 
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 "
2540
+ "%1$s icons for individual reviews on product pages of your store will be "
2541
+ "displayed. Each %2$s icon will contain a nofollow link to a verified copy of "
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.)"
2564
+ msgstr ""
2565
+
2566
  #: includes/settings/class-cr-settings-discount-tiers.php:37
2567
  msgid ""
2568
  "The option is not available with the coupon type selected for this discount "
2664
  msgstr ""
2665
 
2666
  #: includes/settings/class-cr-settings-discount-tiers.php:146
2667
+ #: includes/settings/class-cr-settings-review-reminder.php:367
2668
  msgid "Roles"
2669
  msgstr ""
2670
 
2875
  msgstr ""
2876
 
2877
  #: includes/settings/class-cr-settings-email-template.php:286
2878
+ msgid "\"Reply-To\" address"
2879
  msgstr ""
2880
 
2881
  #: includes/settings/class-cr-settings-email-template.php:301
3020
  "test email."
3021
  msgstr ""
3022
 
3023
+ #: includes/settings/class-cr-settings-email-template.php:536
3024
  msgid "Return to emails"
3025
  msgstr ""
3026
 
3027
+ #: includes/settings/class-cr-settings-email-template.php:559
3028
  msgid "Email template"
3029
  msgstr ""
3030
 
3031
+ #: includes/settings/class-cr-settings-email-template.php:567
3032
  msgid "Delete template file"
3033
  msgstr ""
3034
 
3035
  #. translators: %s: Path to template file
3036
+ #: includes/settings/class-cr-settings-email-template.php:573
3037
  msgid ""
3038
  "This template has been overridden by your theme and can be found in: %s."
3039
  msgstr ""
3040
 
3041
+ #: includes/settings/class-cr-settings-email-template.php:603
3042
  msgid "Copy file to theme"
3043
  msgstr ""
3044
 
3045
  #. translators: 1: Path to template file 2: Path to theme folder
3046
+ #: includes/settings/class-cr-settings-email-template.php:609
3047
  msgid ""
3048
  "To override and edit this email template copy %1$s to your theme folder: "
3049
  "%2$s."
3050
  msgstr ""
3051
 
3052
+ #: includes/settings/class-cr-settings-email-template.php:617
3053
  msgid "File was not found."
3054
  msgstr ""
3055
 
3056
+ #: includes/settings/class-cr-settings-email-template.php:639
3057
  msgid "View template"
3058
  msgstr ""
3059
 
3060
+ #: includes/settings/class-cr-settings-email-template.php:640
3061
  msgid "Hide template"
3062
  msgstr ""
3063
 
3064
+ #: includes/settings/class-cr-settings-email-template.php:654
3065
  msgid "Are you sure you want to delete this template file?"
3066
  msgstr ""
3067
 
3068
+ #: includes/settings/class-cr-settings-email-template.php:675
3069
+ #: includes/settings/class-cr-settings-email-template.php:681
3070
  msgid "'Email Body' field cannot be empty"
3071
  msgstr ""
3072
 
3073
+ #: includes/settings/class-cr-settings-email-template.php:695
3074
  msgid "Action failed. Please refresh the page and retry."
3075
  msgstr ""
3076
 
3077
+ #: includes/settings/class-cr-settings-email-template.php:699
3078
  msgid "You don&#8217;t have permission to do this."
3079
  msgstr ""
3080
 
3081
+ #: includes/settings/class-cr-settings-email-template.php:721
3082
  msgid "Template file copied to theme."
3083
  msgstr ""
3084
 
3085
+ #: includes/settings/class-cr-settings-email-template.php:733
3086
  msgid "Template file deleted from theme."
3087
  msgstr ""
3088
 
3090
  msgid "Emails"
3091
  msgstr ""
3092
 
3093
+ #: includes/settings/class-cr-settings-emails.php:76
3094
  msgid "Email Templates"
3095
  msgstr ""
3096
 
3097
+ #: includes/settings/class-cr-settings-emails.php:78
3098
  msgid ""
3099
  "Adjust templates of the emails that will be sent to customers. If you enable "
3100
  "<b>advanced</b> email templates in your account on the %1$sCusRev website"
3102
  "below."
3103
  msgstr ""
3104
 
3105
+ #: includes/settings/class-cr-settings-emails.php:109
3106
  msgid "Email"
3107
  msgstr ""
3108
 
3109
+ #: includes/settings/class-cr-settings-emails.php:110
3110
  msgid "Subject"
3111
  msgstr ""
3112
 
3113
+ #: includes/settings/class-cr-settings-emails.php:111
3114
  msgid "From"
3115
  msgstr ""
3116
 
3256
  msgstr ""
3257
 
3258
  #: includes/settings/class-cr-settings-review-discount.php:109
3259
+ #: includes/settings/class-cr-settings-review-reminder.php:494
3260
  msgid "Email Template"
3261
  msgstr ""
3262
 
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
3520
+ #: includes/settings/class-cr-settings-review-reminder.php:945
3521
+ #: includes/settings/class-cr-settings-review-reminder.php:946
3522
+ #: includes/settings/class-cr-settings-review-reminder.php:947
3523
+ #: includes/settings/class-cr-settings-review-reminder.php:948
3524
+ #: includes/settings/class-cr-settings-review-reminder.php:949
3525
  msgid "Checking license..."
3526
  msgstr ""
3527
 
3796
  "in this field."
3797
  msgstr ""
3798
 
3799
+ #: includes/settings/class-cr-settings-review-reminder.php:315
3800
  msgid "Order Status"
3801
  msgstr ""
3802
 
3803
+ #: includes/settings/class-cr-settings-review-reminder.php:317
3804
  msgid ""
3805
  "Review reminders will be sent N days after this order status. It is "
3806
  "recommended to use 'Completed' status."
3807
  msgstr ""
3808
 
3809
+ #: includes/settings/class-cr-settings-review-reminder.php:327
3810
  msgid "Enable for"
3811
  msgstr ""
3812
 
3813
+ #: includes/settings/class-cr-settings-review-reminder.php:329
3814
  msgid ""
3815
  "Define if reminders will be send for all or only specific categories of "
3816
  "products."
3817
  msgstr ""
3818
 
3819
+ #: includes/settings/class-cr-settings-review-reminder.php:336
3820
  msgid "All Categories"
3821
  msgstr ""
3822
 
3823
+ #: includes/settings/class-cr-settings-review-reminder.php:337
3824
  msgid "Specific Categories"
3825
  msgstr ""
3826
 
3827
+ #: includes/settings/class-cr-settings-review-reminder.php:342
3828
  msgid "Categories"
3829
  msgstr ""
3830
 
3831
+ #: includes/settings/class-cr-settings-review-reminder.php:344
3832
  msgid ""
3833
  "If reminders are enabled only for specific categories of products, this "
3834
  "field enables you to choose these categories."
3835
  msgstr ""
3836
 
3837
+ #: includes/settings/class-cr-settings-review-reminder.php:352
3838
  msgid "Enable for Roles"
3839
  msgstr ""
3840
 
3841
+ #: includes/settings/class-cr-settings-review-reminder.php:354
3842
  msgid ""
3843
  "Define if reminders will be send for all or only specific roles of users."
3844
  msgstr ""
3845
 
3846
+ #: includes/settings/class-cr-settings-review-reminder.php:361
3847
  msgid "All Roles"
3848
  msgstr ""
3849
 
3850
+ #: includes/settings/class-cr-settings-review-reminder.php:362
3851
  msgid "Specific Roles"
3852
  msgstr ""
3853
 
3854
+ #: includes/settings/class-cr-settings-review-reminder.php:369
3855
  msgid ""
3856
  "If reminders are enabled only for specific user roles, this field enables "
3857
  "you to choose these roles."
3858
  msgstr ""
3859
 
3860
+ #: includes/settings/class-cr-settings-review-reminder.php:377
3861
  msgid "Enable for Guests"
3862
  msgstr ""
3863
 
3864
+ #: includes/settings/class-cr-settings-review-reminder.php:378
3865
  msgid ""
3866
  "Enable sending of review reminders to customers who place orders without an "
3867
  "account (guest checkout). It is recommended to enable this checkbox, if you "
3868
  "allow customers to place orders without creating an account on your site."
3869
  msgstr ""
3870
 
3871
+ #: includes/settings/class-cr-settings-review-reminder.php:385
3872
  msgid "Reminders Scheduler"
3873
  msgstr ""
3874
 
3875
+ #: includes/settings/class-cr-settings-review-reminder.php:387
3876
  msgid ""
3877
  "Define which scheduler the plugin will use to schedule automatic review "
3878
  "reminders. The default option is to use WordPress Cron (WP-Cron) for "
3881
  "CR Cron is an external service that requires a license key (free or pro)."
3882
  msgstr ""
3883
 
3884
+ #: includes/settings/class-cr-settings-review-reminder.php:397
3885
  msgid "Enable Manual Reminders"
3886
  msgstr ""
3887
 
3888
+ #: includes/settings/class-cr-settings-review-reminder.php:398
3889
  msgid ""
3890
  "Enable manual sending of follow-up emails with a reminder to submit a "
3891
  "review. Manual reminders can be sent for completed orders from %1$sOrders"
3892
  "%2$s page after enabling this option."
3893
  msgstr ""
3894
 
3895
+ #: includes/settings/class-cr-settings-review-reminder.php:405
3896
  msgid "Limit Number of Reminders"
3897
  msgstr ""
3898
 
3899
+ #: includes/settings/class-cr-settings-review-reminder.php:406
3900
  msgid ""
3901
  "Enable this checkbox to make sure that no more than one review reminder is "
3902
  "sent for each order."
3903
  msgstr ""
3904
 
3905
+ #: includes/settings/class-cr-settings-review-reminder.php:413
3906
  msgid "Customer Consent"
3907
  msgstr ""
3908
 
3909
+ #: includes/settings/class-cr-settings-review-reminder.php:414
3910
  msgid ""
3911
  "If this option is enabled, customers will be asked to tick a checkbox on the "
3912
  "checkout page to indicate that they would like to receive an invitation to "
3913
  "review their order."
3914
  msgstr ""
3915
 
3916
+ #: includes/settings/class-cr-settings-review-reminder.php:420
3917
  msgid "Customer Consent Text"
3918
  msgstr ""
3919
 
3920
+ #: includes/settings/class-cr-settings-review-reminder.php:421
3921
  msgid ""
3922
  "Text of the message shown to customers next to the consent checkbox on the "
3923
  "checkout page."
3924
  msgstr ""
3925
 
3926
+ #: includes/settings/class-cr-settings-review-reminder.php:430
3927
  msgid "Registered Customers"
3928
  msgstr ""
3929
 
3930
+ #: includes/settings/class-cr-settings-review-reminder.php:431
3931
  msgid ""
3932
  "By default, review reminders are sent to billing emails provided by "
3933
  "customers during checkout. If you enable this option, the plugin will check "
3936
  "this option disabled."
3937
  msgstr ""
3938
 
3939
+ #: includes/settings/class-cr-settings-review-reminder.php:438
3940
  msgid "Moderation of Reviews"
3941
  msgstr ""
3942
 
3943
+ #: includes/settings/class-cr-settings-review-reminder.php:439
3944
  msgid ""
3945
  "Enable manual moderation of reviews submitted by your verified customers. "
3946
  "This setting applies only to reviews submitted in response to reminders sent "
3947
  "by this plugin."
3948
  msgstr ""
3949
 
3950
+ #: includes/settings/class-cr-settings-review-reminder.php:446
3951
  msgid "Exclude Free Products"
3952
  msgstr ""
3953
 
3954
+ #: includes/settings/class-cr-settings-review-reminder.php:447
3955
  msgid "Enable this checkbox to exclude free products from review invitations."
3956
  msgstr ""
3957
 
3958
+ #: includes/settings/class-cr-settings-review-reminder.php:454
3959
  msgid "Shop Name"
3960
  msgstr ""
3961
 
3962
+ #: includes/settings/class-cr-settings-review-reminder.php:456
3963
  msgid ""
3964
  "Specify your shop name that will be used in emails and review forms "
3965
  "generated by this plugin."
3966
  msgstr ""
3967
 
3968
+ #: includes/settings/class-cr-settings-review-reminder.php:471
3969
+ #: includes/settings/class-cr-settings-review-reminder.php:477
3970
  msgid "Language"
3971
  msgstr ""
3972
 
3973
+ #: includes/settings/class-cr-settings-review-reminder.php:479
3974
  msgid "Choose one of the available languages."
3975
  msgstr ""
3976
 
3977
+ #: includes/settings/class-cr-settings-review-reminder.php:496
3978
  msgid ""
3979
  "The email template of review reminders can be configured on the <a href=\"%s"
3980
  "\">Emails</a> tab."
3981
  msgstr ""
3982
 
3983
+ #: includes/settings/class-cr-settings-review-reminder.php:504
3984
  msgid ""
3985
  "Adjust template of the aggregated review forms that will be created and sent "
3986
  "to customers by CusRev. Modifications will be applied to the next review "
3989
  "b> the settings below."
3990
  msgstr ""
3991
 
3992
+ #: includes/settings/class-cr-settings-review-reminder.php:506
3993
  msgid ""
3994
  "Adjust template of the aggregated review forms that will be created and sent "
3995
  "to customers. Modifications will be applied to the next review form created "
3996
  "after saving settings."
3997
  msgstr ""
3998
 
3999
+ #: includes/settings/class-cr-settings-review-reminder.php:509
4000
  msgid "Review Form Template"
4001
  msgstr ""
4002
 
4003
+ #: includes/settings/class-cr-settings-review-reminder.php:515
4004
  msgid "Form Header"
4005
  msgstr ""
4006
 
4007
+ #: includes/settings/class-cr-settings-review-reminder.php:517
4008
  msgid "Header of the review form that will be sent to customers."
4009
  msgstr ""
4010
 
4011
+ #: includes/settings/class-cr-settings-review-reminder.php:524
4012
  msgid "Form Body"
4013
  msgstr ""
4014
 
4015
+ #: includes/settings/class-cr-settings-review-reminder.php:526
4016
  msgid "Body of the review form that will be sent to customers."
4017
  msgstr ""
4018
 
4019
+ #: includes/settings/class-cr-settings-review-reminder.php:534
4020
  msgid "Shop Rating"
4021
  msgstr ""
4022
 
4023
+ #: includes/settings/class-cr-settings-review-reminder.php:538
4024
  msgid ""
4025
  "Enable this option if you would like to include a separate question for a "
4026
  "general shop review in addition to questions for product reviews."
4027
  msgstr ""
4028
 
4029
+ #: includes/settings/class-cr-settings-review-reminder.php:541
4030
  msgid "Comment Required"
4031
  msgstr ""
4032
 
4033
+ #: includes/settings/class-cr-settings-review-reminder.php:545
4034
  msgid ""
4035
  "Enable this option if you would like to make it mandatory for your customers "
4036
  "to write something in their review. This option applies only to aggregated "
4037
  "review forms."
4038
  msgstr ""
4039
 
4040
+ #: includes/settings/class-cr-settings-review-reminder.php:548
4041
  msgid ""
4042
  "Enable attachment of pictures and videos on aggregated review forms. "
4043
  "Uploaded media files are initially stored on Amazon S3 and automatically "
4047
  "%2$s."
4048
  msgstr ""
4049
 
4050
+ #: includes/settings/class-cr-settings-review-reminder.php:550
4051
  msgid ""
4052
  "Enable attachment of pictures and videos on local aggregated review forms. "
4053
  "This option applies only to aggregated review forms. If you would like to "
4055
  "pages, this can be done %1$shere%2$s."
4056
  msgstr ""
4057
 
4058
+ #: includes/settings/class-cr-settings-review-reminder.php:553
4059
  msgid "Attach Media"
4060
  msgstr ""
4061
 
4062
+ #: includes/settings/class-cr-settings-review-reminder.php:563
4063
  msgid "Rating Bar"
4064
  msgstr ""
4065
 
4066
+ #: includes/settings/class-cr-settings-review-reminder.php:567
4067
  msgid "Visual style of rating bars on review forms."
4068
  msgstr ""
4069
 
4070
+ #: includes/settings/class-cr-settings-review-reminder.php:569
4071
  msgid "Smiley and frowny faces"
4072
  msgstr ""
4073
 
4074
+ #: includes/settings/class-cr-settings-review-reminder.php:570
4075
  #: blocks/src/reviews-grid/edit.js:234 js/blocks.js:946
4076
  msgid "Stars"
4077
  msgstr ""
4078
 
4079
+ #: includes/settings/class-cr-settings-review-reminder.php:575
4080
  msgid "Geolocation"
4081
  msgstr ""
4082
 
4083
+ #: includes/settings/class-cr-settings-review-reminder.php:579
4084
  msgid ""
4085
  "Enable geolocation on aggregated review forms. Customers will have an option "
4086
  "to indicate where they are from. For example, \"England, United Kingdom\"."
4087
  msgstr ""
4088
 
4089
+ #: includes/settings/class-cr-settings-review-reminder.php:580
4090
  msgid "Automatic geolocation on review forms."
4091
  msgstr ""
4092
 
4093
+ #: includes/settings/class-cr-settings-review-reminder.php:586
4094
  msgid "Form Color 1"
4095
  msgstr ""
4096
 
4097
+ #: includes/settings/class-cr-settings-review-reminder.php:590
4098
  msgid "Background color for heading of the form and product names."
4099
  msgstr ""
4100
 
4101
+ #: includes/settings/class-cr-settings-review-reminder.php:594
4102
  msgid "Form Color 2"
4103
  msgstr ""
4104
 
4105
+ #: includes/settings/class-cr-settings-review-reminder.php:598
4106
  msgid "Text color for product names."
4107
  msgstr ""
4108
 
4109
+ #: includes/settings/class-cr-settings-review-reminder.php:602
4110
  msgid "Form Color 3"
4111
  msgstr ""
4112
 
4113
+ #: includes/settings/class-cr-settings-review-reminder.php:606
4114
  msgid "Color of control elements (buttons, rating bars)."
4115
  msgstr ""
4116
 
4117
+ #: includes/settings/class-cr-settings-review-reminder.php:962
4118
  msgid ""
4119
  "While editing the footer text please make sure to keep the unsubscribe link "
4120
  "markup:"
4121
  msgstr ""
4122
 
4123
+ #: includes/settings/class-cr-settings-review-reminder.php:1031
4124
  msgid ""
4125
  "<strong>CR Cron could not be enabled because no license key was entered. A "
4126
  "license key (free or pro) is required to use CR Cron.</strong>"
4474
  "you should specify it here."
4475
  msgstr ""
4476
 
4477
+ #: includes/settings/class-cr-settings-trust-badges.php:45
4478
  #: includes/settings/class-cr-settings-trust-badges.php:83
 
4479
  msgid "Trust Badges"
4480
  msgstr ""
4481
 
4482
+ #: includes/settings/class-cr-settings-trust-badges.php:86
4483
  msgid ""
4484
+ "Increase your store's conversion rate by placing a \"trust badge\" on the "
4485
  "home, checkout or any other page(s). Let customers feel more confident about "
4486
  "shopping on your site by featuring a trust badge that shows a summary of "
4487
+ "customer reviews. Trust badges can be enabled using shortcodes or blocks in "
4488
+ "the page editor (blocks require WordPress 5.0 or newer)."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4489
  msgstr ""
4490
 
4491
+ #: includes/settings/class-cr-settings-trust-badges.php:88
 
 
 
 
4492
  msgid ""
4493
+ "If you enable <a href=\"%1$s\">verification of reviews</a> and claim a <a "
4494
+ "href=\"%2$s\">dedicated page</a> at CusRev.com website, trust badges will "
4495
+ "include a nofollow link to your page there."
4496
  msgstr ""
4497
 
4498
+ #: includes/settings/class-cr-settings-trust-badges.php:93
4499
  msgid "Small Light Badge"
4500
  msgstr ""
4501
 
4502
+ #: includes/settings/class-cr-settings-trust-badges.php:95
4503
  msgid "Shortcode and preview of the small light trust badge."
4504
  msgstr ""
4505
 
4506
+ #: includes/settings/class-cr-settings-trust-badges.php:101
4507
  msgid "Small Light Badge (with Store Rating)"
4508
  msgstr ""
4509
 
4510
+ #: includes/settings/class-cr-settings-trust-badges.php:103
4511
  msgid "Shortcode and preview of the small light trust badge with store rating."
4512
  msgstr ""
4513
 
4514
+ #: includes/settings/class-cr-settings-trust-badges.php:109
4515
  msgid "Small Dark Badge"
4516
  msgstr ""
4517
 
4518
+ #: includes/settings/class-cr-settings-trust-badges.php:111
4519
  msgid "Shortcode and preview of the small dark trust badge."
4520
  msgstr ""
4521
 
4522
+ #: includes/settings/class-cr-settings-trust-badges.php:117
4523
  msgid "Small Dark Badge (with Store Rating)"
4524
  msgstr ""
4525
 
4526
+ #: includes/settings/class-cr-settings-trust-badges.php:119
4527
  msgid "Shortcode and preview of the small dark trust badge with store rating."
4528
  msgstr ""
4529
 
4530
+ #: includes/settings/class-cr-settings-trust-badges.php:125
4531
  msgid "Wide Light Badge"
4532
  msgstr ""
4533
 
4534
+ #: includes/settings/class-cr-settings-trust-badges.php:127
4535
  msgid ""
4536
  "Shortcode and preview of the wide light trust badge. The wide badge has a "
4537
  "version for small screens that will be automatically shown when a website is "
4538
  "viewed from phones."
4539
  msgstr ""
4540
 
4541
+ #: includes/settings/class-cr-settings-trust-badges.php:133
4542
  msgid "Wide Light Badge (with Store Rating)"
4543
  msgstr ""
4544
 
4545
+ #: includes/settings/class-cr-settings-trust-badges.php:135
4546
  msgid ""
4547
  "Shortcode and preview of the wide light trust badge with store rating. The "
4548
  "wide badge has a version for small screens that will be automatically shown "
4549
  "when a website is viewed from phones."
4550
  msgstr ""
4551
 
4552
+ #: includes/settings/class-cr-settings-trust-badges.php:141
4553
  msgid "Wide Dark Badge"
4554
  msgstr ""
4555
 
4556
+ #: includes/settings/class-cr-settings-trust-badges.php:143
4557
  msgid ""
4558
  "Shortcode and preview of the wide dark trust badge. The wide badge has a "
4559
  "version for small screens that will be automatically shown when a website is "
4560
  "viewed from phones."
4561
  msgstr ""
4562
 
4563
+ #: includes/settings/class-cr-settings-trust-badges.php:149
4564
  msgid "Wide Dark Badge (with Store Rating)"
4565
  msgstr ""
4566
 
4567
+ #: includes/settings/class-cr-settings-trust-badges.php:151
4568
  msgid ""
4569
  "Shortcode and preview of the wide dark trust badge with store rating. The "
4570
  "wide badge has a version for small screens that will be automatically shown "
4571
  "when a website is viewed from phones."
4572
  msgstr ""
4573
 
4574
+ #: includes/settings/class-cr-settings-trust-badges.php:157
4575
  msgid "Compact Light Badge"
4576
  msgstr ""
4577
 
4578
+ #: includes/settings/class-cr-settings-trust-badges.php:159
4579
  msgid "Shortcode and preview of the compact light trust badge."
4580
  msgstr ""
4581
 
4582
+ #: includes/settings/class-cr-settings-trust-badges.php:165
4583
  msgid "Compact Dark Badge"
4584
  msgstr ""
4585
 
4586
+ #: includes/settings/class-cr-settings-trust-badges.php:167
4587
  msgid "Shortcode and preview of the compact dark trust badge."
4588
  msgstr ""
4589
 
4590
+ #: includes/settings/class-cr-settings-trust-badges.php:177
4591
  msgid "Floating Trust Badge"
4592
  msgstr ""
4593
 
4594
+ #: includes/settings/class-cr-settings-trust-badges.php:179
4595
  msgid ""
4596
  "Settings to display a floating badge with a summary of verified reviews."
4597
  msgstr ""
4598
 
4599
+ #: includes/settings/class-cr-settings-trust-badges.php:183
4600
  msgid "Floating Badge"
4601
  msgstr ""
4602
 
4603
+ #: includes/settings/class-cr-settings-trust-badges.php:185
4604
  msgid ""
4605
  "Enable this checkbox to display a floating trust badge on public pages of "
4606
  "the website."
4607
  msgstr ""
4608
 
4609
+ #: includes/settings/class-cr-settings-trust-badges.php:190
4610
  msgid "Floating Badge Style"
4611
  msgstr ""
4612
 
4613
+ #: includes/settings/class-cr-settings-trust-badges.php:192
4614
  msgid "Choose one of the styles for the floating trust badge."
4615
  msgstr ""
4616
 
4617
+ #: includes/settings/class-cr-settings-trust-badges.php:196 js/blocks.js:112
4618
  msgid "Light"
4619
  msgstr ""
4620
 
4621
+ #: includes/settings/class-cr-settings-trust-badges.php:197 js/blocks.js:116
4622
  msgid "Dark"
4623
  msgstr ""
4624
 
4625
+ #: includes/settings/class-cr-settings-trust-badges.php:202
4626
  msgid "Floating Badge Location"
4627
  msgstr ""
4628
 
4629
+ #: includes/settings/class-cr-settings-trust-badges.php:204
4630
  msgid "Choose one of the locations for the floating trust badge."
4631
  msgstr ""
4632
 
4633
+ #: includes/settings/class-cr-settings-trust-badges.php:208
4634
  msgid "Bottom right"
4635
  msgstr ""
4636
 
4637
+ #: includes/settings/class-cr-settings-trust-badges.php:209
4638
  msgid "Bottom left"
4639
  msgstr ""
4640
 
4641
+ #: includes/settings/class-cr-settings-trust-badges.php:294
4642
  msgid "color"
4643
  msgstr ""
4644
 
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] ""
4766
  msgstr[2] ""
4767
 
4768
  #: includes/trust-badge/class-cr-verified-reviews.php:58
4769
+ msgid "CusRev.com page activation error: 'Page URL' cannot be empty."
4770
  msgstr ""
4771
 
4772
  #: includes/trust-badge/class-cr-verified-reviews.php:89
4773
+ msgid "CusRev.com page activation error #98. "
4774
  msgstr ""
4775
 
4776
  #: includes/trust-badge/class-cr-verified-reviews.php:94
4777
+ msgid "CusRev.com page has been successfully enabled."
4778
  msgstr ""
4779
 
4780
  #: includes/trust-badge/class-cr-verified-reviews.php:97
4781
  msgid ""
4782
+ "CusRev.com page activation error: '%s' is already in use. Please enter a "
4783
  "different page name."
4784
  msgstr ""
4785
 
4786
  #: includes/trust-badge/class-cr-verified-reviews.php:100
4787
  msgid ""
4788
+ "CusRev.com page activation error: page URL contains unsupported symbols. "
4789
+ "Only latin characters (a-z), numbers (0-9), and . symbol are allowed."
4790
  msgstr ""
4791
 
4792
  #: includes/trust-badge/class-cr-verified-reviews.php:103
4796
  msgstr ""
4797
 
4798
  #: includes/trust-badge/class-cr-verified-reviews.php:106
4799
+ msgid "CusRev.com page activation error #99."
4800
  msgstr ""
4801
 
4802
  #: includes/trust-badge/class-cr-verified-reviews.php:142
4803
+ msgid "CusRev.com page deactivation error #98. Please try again."
4804
  msgstr ""
4805
 
4806
  #: includes/trust-badge/class-cr-verified-reviews.php:149
4807
+ msgid "CusRev.com page has been successfully disabled."
4808
  msgstr ""
4809
 
4810
  #: includes/trust-badge/class-cr-verified-reviews.php:153
4811
  msgid ""
4812
+ "CusRev.com page deactivation error: the page is blocked, please contact "
4813
+ "CusRev support for assistance."
4814
  msgstr ""
4815
 
4816
  #: includes/trust-badge/class-cr-verified-reviews.php:157
4817
+ msgid "CusRev.com page deactivation error #99."
4818
  msgstr ""
4819
 
4820
  #: ivole.php:135
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-10-28T14:21:16+00:00\n"
10
  "PO-Revision-Date: 2018-01-19 01:13+0000\n"
11
  "Last-Translator: \n"
12
  "Language-Team: \n"
@@ -44,27 +44,27 @@ msgstr ""
44
  msgid "This reply was originally posted on CR portal"
45
  msgstr ""
46
 
47
- #: class-ivole.php:150
48
  msgid "View CusRev documentation"
49
  msgstr ""
50
 
51
- #: class-ivole.php:150
52
  msgid "Docs"
53
  msgstr ""
54
 
55
- #: class-ivole.php:151
56
  msgid "Visit community forums"
57
  msgstr ""
58
 
59
- #: class-ivole.php:151
60
  msgid "Community support"
61
  msgstr ""
62
 
63
- #: class-ivole.php:161
64
  msgid "View Customer Reviews settings"
65
  msgstr ""
66
 
67
- #: class-ivole.php:161 includes/settings/class-cr-admin-menu-settings.php:60
68
  #: includes/settings/class-cr-admin-menu-settings.php:61
69
  msgid "Settings"
70
  msgstr ""
@@ -250,7 +250,7 @@ msgstr ""
250
  msgid "Item 2 Test"
251
  msgstr ""
252
 
253
- #: includes/emails/class-cr-email-func.php:263
254
  #: includes/reviews/class-cr-reviews-list-table.php:410
255
  msgid "Review"
256
  msgstr ""
@@ -387,7 +387,7 @@ msgstr ""
387
  #: includes/reviews/class-cr-admin-menu-reviews.php:59
388
  #: includes/reviews/class-cr-admin-menu-reviews.php:60
389
  #: includes/settings/class-cr-admin-menu-settings.php:143
390
- #: includes/settings/class-cr-settings-trust-badges.php:336
391
  msgid "Reviews"
392
  msgstr ""
393
 
@@ -2535,6 +2535,49 @@ msgid ""
2535
  "settings</a>."
2536
  msgstr ""
2537
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2538
  #: includes/settings/class-cr-settings-discount-tiers.php:37
2539
  msgid ""
2540
  "The option is not available with the coupon type selected for this discount "
@@ -2636,7 +2679,7 @@ msgid "Specific roles"
2636
  msgstr ""
2637
 
2638
  #: includes/settings/class-cr-settings-discount-tiers.php:146
2639
- #: includes/settings/class-cr-settings-review-reminder.php:362
2640
  msgid "Roles"
2641
  msgstr ""
2642
 
@@ -2847,7 +2890,7 @@ msgid ""
2847
  msgstr ""
2848
 
2849
  #: includes/settings/class-cr-settings-email-template.php:286
2850
- msgid "\"Reply-To\" Address"
2851
  msgstr ""
2852
 
2853
  #: includes/settings/class-cr-settings-email-template.php:301
@@ -2992,69 +3035,69 @@ msgid ""
2992
  "test email."
2993
  msgstr ""
2994
 
2995
- #: includes/settings/class-cr-settings-email-template.php:533
2996
  msgid "Return to emails"
2997
  msgstr ""
2998
 
2999
- #: includes/settings/class-cr-settings-email-template.php:552
3000
  msgid "Email template"
3001
  msgstr ""
3002
 
3003
- #: includes/settings/class-cr-settings-email-template.php:560
3004
  msgid "Delete template file"
3005
  msgstr ""
3006
 
3007
  #. translators: %s: Path to template file
3008
- #: includes/settings/class-cr-settings-email-template.php:566
3009
  msgid ""
3010
  "This template has been overridden by your theme and can be found in: %s."
3011
  msgstr ""
3012
 
3013
- #: includes/settings/class-cr-settings-email-template.php:596
3014
  msgid "Copy file to theme"
3015
  msgstr ""
3016
 
3017
  #. translators: 1: Path to template file 2: Path to theme folder
3018
- #: includes/settings/class-cr-settings-email-template.php:602
3019
  msgid ""
3020
  "To override and edit this email template copy %1$s to your theme folder: "
3021
  "%2$s."
3022
  msgstr ""
3023
 
3024
- #: includes/settings/class-cr-settings-email-template.php:610
3025
  msgid "File was not found."
3026
  msgstr ""
3027
 
3028
- #: includes/settings/class-cr-settings-email-template.php:632
3029
  msgid "View template"
3030
  msgstr ""
3031
 
3032
- #: includes/settings/class-cr-settings-email-template.php:633
3033
  msgid "Hide template"
3034
  msgstr ""
3035
 
3036
- #: includes/settings/class-cr-settings-email-template.php:647
3037
  msgid "Are you sure you want to delete this template file?"
3038
  msgstr ""
3039
 
3040
- #: includes/settings/class-cr-settings-email-template.php:668
3041
- #: includes/settings/class-cr-settings-email-template.php:674
3042
  msgid "'Email Body' field cannot be empty"
3043
  msgstr ""
3044
 
3045
- #: includes/settings/class-cr-settings-email-template.php:688
3046
  msgid "Action failed. Please refresh the page and retry."
3047
  msgstr ""
3048
 
3049
- #: includes/settings/class-cr-settings-email-template.php:692
3050
  msgid "You don&#8217;t have permission to do this."
3051
  msgstr ""
3052
 
3053
- #: includes/settings/class-cr-settings-email-template.php:714
3054
  msgid "Template file copied to theme."
3055
  msgstr ""
3056
 
3057
- #: includes/settings/class-cr-settings-email-template.php:726
3058
  msgid "Template file deleted from theme."
3059
  msgstr ""
3060
 
@@ -3062,11 +3105,11 @@ msgstr ""
3062
  msgid "Emails"
3063
  msgstr ""
3064
 
3065
- #: includes/settings/class-cr-settings-emails.php:69
3066
  msgid "Email Templates"
3067
  msgstr ""
3068
 
3069
- #: includes/settings/class-cr-settings-emails.php:71
3070
  msgid ""
3071
  "Adjust templates of the emails that will be sent to customers. If you enable "
3072
  "<b>advanced</b> email templates in your account on the %1$sCusRev website"
@@ -3074,15 +3117,15 @@ msgid ""
3074
  "below."
3075
  msgstr ""
3076
 
3077
- #: includes/settings/class-cr-settings-emails.php:102
3078
  msgid "Email"
3079
  msgstr ""
3080
 
3081
- #: includes/settings/class-cr-settings-emails.php:103
3082
  msgid "Subject"
3083
  msgstr ""
3084
 
3085
- #: includes/settings/class-cr-settings-emails.php:104
3086
  msgid "From"
3087
  msgstr ""
3088
 
@@ -3228,7 +3271,7 @@ msgid "Reply-To Address"
3228
  msgstr ""
3229
 
3230
  #: includes/settings/class-cr-settings-review-discount.php:109
3231
- #: includes/settings/class-cr-settings-review-reminder.php:480
3232
  msgid "Email Template"
3233
  msgstr ""
3234
 
@@ -3489,11 +3532,11 @@ msgstr ""
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
3492
- #: includes/settings/class-cr-settings-review-reminder.php:931
3493
- #: includes/settings/class-cr-settings-review-reminder.php:932
3494
- #: includes/settings/class-cr-settings-review-reminder.php:933
3495
- #: includes/settings/class-cr-settings-review-reminder.php:934
3496
- #: includes/settings/class-cr-settings-review-reminder.php:935
3497
  msgid "Checking license..."
3498
  msgstr ""
3499
 
@@ -3768,83 +3811,83 @@ msgid ""
3768
  "in this field."
3769
  msgstr ""
3770
 
3771
- #: includes/settings/class-cr-settings-review-reminder.php:314
3772
  msgid "Order Status"
3773
  msgstr ""
3774
 
3775
- #: includes/settings/class-cr-settings-review-reminder.php:316
3776
  msgid ""
3777
  "Review reminders will be sent N days after this order status. It is "
3778
  "recommended to use 'Completed' status."
3779
  msgstr ""
3780
 
3781
- #: includes/settings/class-cr-settings-review-reminder.php:325
3782
  msgid "Enable for"
3783
  msgstr ""
3784
 
3785
- #: includes/settings/class-cr-settings-review-reminder.php:327
3786
  msgid ""
3787
  "Define if reminders will be send for all or only specific categories of "
3788
  "products."
3789
  msgstr ""
3790
 
3791
- #: includes/settings/class-cr-settings-review-reminder.php:334
3792
  msgid "All Categories"
3793
  msgstr ""
3794
 
3795
- #: includes/settings/class-cr-settings-review-reminder.php:335
3796
  msgid "Specific Categories"
3797
  msgstr ""
3798
 
3799
- #: includes/settings/class-cr-settings-review-reminder.php:339
3800
  msgid "Categories"
3801
  msgstr ""
3802
 
3803
- #: includes/settings/class-cr-settings-review-reminder.php:341
3804
  msgid ""
3805
  "If reminders are enabled only for specific categories of products, this "
3806
  "field enables you to choose these categories."
3807
  msgstr ""
3808
 
3809
- #: includes/settings/class-cr-settings-review-reminder.php:348
3810
  msgid "Enable for Roles"
3811
  msgstr ""
3812
 
3813
- #: includes/settings/class-cr-settings-review-reminder.php:350
3814
  msgid ""
3815
  "Define if reminders will be send for all or only specific roles of users."
3816
  msgstr ""
3817
 
3818
- #: includes/settings/class-cr-settings-review-reminder.php:357
3819
  msgid "All Roles"
3820
  msgstr ""
3821
 
3822
- #: includes/settings/class-cr-settings-review-reminder.php:358
3823
  msgid "Specific Roles"
3824
  msgstr ""
3825
 
3826
- #: includes/settings/class-cr-settings-review-reminder.php:364
3827
  msgid ""
3828
  "If reminders are enabled only for specific user roles, this field enables "
3829
  "you to choose these roles."
3830
  msgstr ""
3831
 
3832
- #: includes/settings/class-cr-settings-review-reminder.php:371
3833
  msgid "Enable for Guests"
3834
  msgstr ""
3835
 
3836
- #: includes/settings/class-cr-settings-review-reminder.php:372
3837
  msgid ""
3838
  "Enable sending of review reminders to customers who place orders without an "
3839
  "account (guest checkout). It is recommended to enable this checkbox, if you "
3840
  "allow customers to place orders without creating an account on your site."
3841
  msgstr ""
3842
 
3843
- #: includes/settings/class-cr-settings-review-reminder.php:378
3844
  msgid "Reminders Scheduler"
3845
  msgstr ""
3846
 
3847
- #: includes/settings/class-cr-settings-review-reminder.php:380
3848
  msgid ""
3849
  "Define which scheduler the plugin will use to schedule automatic review "
3850
  "reminders. The default option is to use WordPress Cron (WP-Cron) for "
@@ -3853,53 +3896,53 @@ msgid ""
3853
  "CR Cron is an external service that requires a license key (free or pro)."
3854
  msgstr ""
3855
 
3856
- #: includes/settings/class-cr-settings-review-reminder.php:389
3857
  msgid "Enable Manual Reminders"
3858
  msgstr ""
3859
 
3860
- #: includes/settings/class-cr-settings-review-reminder.php:390
3861
  msgid ""
3862
  "Enable manual sending of follow-up emails with a reminder to submit a "
3863
  "review. Manual reminders can be sent for completed orders from %1$sOrders"
3864
  "%2$s page after enabling this option."
3865
  msgstr ""
3866
 
3867
- #: includes/settings/class-cr-settings-review-reminder.php:396
3868
  msgid "Limit Number of Reminders"
3869
  msgstr ""
3870
 
3871
- #: includes/settings/class-cr-settings-review-reminder.php:397
3872
  msgid ""
3873
  "Enable this checkbox to make sure that no more than one review reminder is "
3874
  "sent for each order."
3875
  msgstr ""
3876
 
3877
- #: includes/settings/class-cr-settings-review-reminder.php:403
3878
  msgid "Customer Consent"
3879
  msgstr ""
3880
 
3881
- #: includes/settings/class-cr-settings-review-reminder.php:404
3882
  msgid ""
3883
  "If this option is enabled, customers will be asked to tick a checkbox on the "
3884
  "checkout page to indicate that they would like to receive an invitation to "
3885
  "review their order."
3886
  msgstr ""
3887
 
3888
- #: includes/settings/class-cr-settings-review-reminder.php:410
3889
  msgid "Customer Consent Text"
3890
  msgstr ""
3891
 
3892
- #: includes/settings/class-cr-settings-review-reminder.php:411
3893
  msgid ""
3894
  "Text of the message shown to customers next to the consent checkbox on the "
3895
  "checkout page."
3896
  msgstr ""
3897
 
3898
- #: includes/settings/class-cr-settings-review-reminder.php:420
3899
  msgid "Registered Customers"
3900
  msgstr ""
3901
 
3902
- #: includes/settings/class-cr-settings-review-reminder.php:421
3903
  msgid ""
3904
  "By default, review reminders are sent to billing emails provided by "
3905
  "customers during checkout. If you enable this option, the plugin will check "
@@ -3908,51 +3951,51 @@ msgid ""
3908
  "this option disabled."
3909
  msgstr ""
3910
 
3911
- #: includes/settings/class-cr-settings-review-reminder.php:427
3912
  msgid "Moderation of Reviews"
3913
  msgstr ""
3914
 
3915
- #: includes/settings/class-cr-settings-review-reminder.php:428
3916
  msgid ""
3917
  "Enable manual moderation of reviews submitted by your verified customers. "
3918
  "This setting applies only to reviews submitted in response to reminders sent "
3919
  "by this plugin."
3920
  msgstr ""
3921
 
3922
- #: includes/settings/class-cr-settings-review-reminder.php:434
3923
  msgid "Exclude Free Products"
3924
  msgstr ""
3925
 
3926
- #: includes/settings/class-cr-settings-review-reminder.php:435
3927
  msgid "Enable this checkbox to exclude free products from review invitations."
3928
  msgstr ""
3929
 
3930
- #: includes/settings/class-cr-settings-review-reminder.php:441
3931
  msgid "Shop Name"
3932
  msgstr ""
3933
 
3934
- #: includes/settings/class-cr-settings-review-reminder.php:443
3935
  msgid ""
3936
  "Specify your shop name that will be used in emails and review forms "
3937
  "generated by this plugin."
3938
  msgstr ""
3939
 
3940
- #: includes/settings/class-cr-settings-review-reminder.php:458
3941
- #: includes/settings/class-cr-settings-review-reminder.php:464
3942
  msgid "Language"
3943
  msgstr ""
3944
 
3945
- #: includes/settings/class-cr-settings-review-reminder.php:466
3946
  msgid "Choose one of the available languages."
3947
  msgstr ""
3948
 
3949
- #: includes/settings/class-cr-settings-review-reminder.php:482
3950
  msgid ""
3951
  "The email template of review reminders can be configured on the <a href=\"%s"
3952
  "\">Emails</a> tab."
3953
  msgstr ""
3954
 
3955
- #: includes/settings/class-cr-settings-review-reminder.php:490
3956
  msgid ""
3957
  "Adjust template of the aggregated review forms that will be created and sent "
3958
  "to customers by CusRev. Modifications will be applied to the next review "
@@ -3961,55 +4004,55 @@ msgid ""
3961
  "b> the settings below."
3962
  msgstr ""
3963
 
3964
- #: includes/settings/class-cr-settings-review-reminder.php:492
3965
  msgid ""
3966
  "Adjust template of the aggregated review forms that will be created and sent "
3967
  "to customers. Modifications will be applied to the next review form created "
3968
  "after saving settings."
3969
  msgstr ""
3970
 
3971
- #: includes/settings/class-cr-settings-review-reminder.php:495
3972
  msgid "Review Form Template"
3973
  msgstr ""
3974
 
3975
- #: includes/settings/class-cr-settings-review-reminder.php:501
3976
  msgid "Form Header"
3977
  msgstr ""
3978
 
3979
- #: includes/settings/class-cr-settings-review-reminder.php:503
3980
  msgid "Header of the review form that will be sent to customers."
3981
  msgstr ""
3982
 
3983
- #: includes/settings/class-cr-settings-review-reminder.php:510
3984
  msgid "Form Body"
3985
  msgstr ""
3986
 
3987
- #: includes/settings/class-cr-settings-review-reminder.php:512
3988
  msgid "Body of the review form that will be sent to customers."
3989
  msgstr ""
3990
 
3991
- #: includes/settings/class-cr-settings-review-reminder.php:520
3992
  msgid "Shop Rating"
3993
  msgstr ""
3994
 
3995
- #: includes/settings/class-cr-settings-review-reminder.php:524
3996
  msgid ""
3997
  "Enable this option if you would like to include a separate question for a "
3998
  "general shop review in addition to questions for product reviews."
3999
  msgstr ""
4000
 
4001
- #: includes/settings/class-cr-settings-review-reminder.php:527
4002
  msgid "Comment Required"
4003
  msgstr ""
4004
 
4005
- #: includes/settings/class-cr-settings-review-reminder.php:531
4006
  msgid ""
4007
  "Enable this option if you would like to make it mandatory for your customers "
4008
  "to write something in their review. This option applies only to aggregated "
4009
  "review forms."
4010
  msgstr ""
4011
 
4012
- #: includes/settings/class-cr-settings-review-reminder.php:534
4013
  msgid ""
4014
  "Enable attachment of pictures and videos on aggregated review forms. "
4015
  "Uploaded media files are initially stored on Amazon S3 and automatically "
@@ -4019,7 +4062,7 @@ msgid ""
4019
  "%2$s."
4020
  msgstr ""
4021
 
4022
- #: includes/settings/class-cr-settings-review-reminder.php:536
4023
  msgid ""
4024
  "Enable attachment of pictures and videos on local aggregated review forms. "
4025
  "This option applies only to aggregated review forms. If you would like to "
@@ -4027,72 +4070,72 @@ msgid ""
4027
  "pages, this can be done %1$shere%2$s."
4028
  msgstr ""
4029
 
4030
- #: includes/settings/class-cr-settings-review-reminder.php:539
4031
  msgid "Attach Media"
4032
  msgstr ""
4033
 
4034
- #: includes/settings/class-cr-settings-review-reminder.php:549
4035
  msgid "Rating Bar"
4036
  msgstr ""
4037
 
4038
- #: includes/settings/class-cr-settings-review-reminder.php:553
4039
  msgid "Visual style of rating bars on review forms."
4040
  msgstr ""
4041
 
4042
- #: includes/settings/class-cr-settings-review-reminder.php:555
4043
  msgid "Smiley and frowny faces"
4044
  msgstr ""
4045
 
4046
- #: includes/settings/class-cr-settings-review-reminder.php:556
4047
  #: blocks/src/reviews-grid/edit.js:234 js/blocks.js:946
4048
  msgid "Stars"
4049
  msgstr ""
4050
 
4051
- #: includes/settings/class-cr-settings-review-reminder.php:561
4052
  msgid "Geolocation"
4053
  msgstr ""
4054
 
4055
- #: includes/settings/class-cr-settings-review-reminder.php:565
4056
  msgid ""
4057
  "Enable geolocation on aggregated review forms. Customers will have an option "
4058
  "to indicate where they are from. For example, \"England, United Kingdom\"."
4059
  msgstr ""
4060
 
4061
- #: includes/settings/class-cr-settings-review-reminder.php:566
4062
  msgid "Automatic geolocation on review forms."
4063
  msgstr ""
4064
 
4065
- #: includes/settings/class-cr-settings-review-reminder.php:572
4066
  msgid "Form Color 1"
4067
  msgstr ""
4068
 
4069
- #: includes/settings/class-cr-settings-review-reminder.php:576
4070
  msgid "Background color for heading of the form and product names."
4071
  msgstr ""
4072
 
4073
- #: includes/settings/class-cr-settings-review-reminder.php:580
4074
  msgid "Form Color 2"
4075
  msgstr ""
4076
 
4077
- #: includes/settings/class-cr-settings-review-reminder.php:584
4078
  msgid "Text color for product names."
4079
  msgstr ""
4080
 
4081
- #: includes/settings/class-cr-settings-review-reminder.php:588
4082
  msgid "Form Color 3"
4083
  msgstr ""
4084
 
4085
- #: includes/settings/class-cr-settings-review-reminder.php:592
4086
  msgid "Color of control elements (buttons, rating bars)."
4087
  msgstr ""
4088
 
4089
- #: includes/settings/class-cr-settings-review-reminder.php:948
4090
  msgid ""
4091
  "While editing the footer text please make sure to keep the unsubscribe link "
4092
  "markup:"
4093
  msgstr ""
4094
 
4095
- #: includes/settings/class-cr-settings-review-reminder.php:1017
4096
  msgid ""
4097
  "<strong>CR Cron could not be enabled because no license key was entered. A "
4098
  "license key (free or pro) is required to use CR Cron.</strong>"
@@ -4446,200 +4489,171 @@ msgid ""
4446
  "you should specify it here."
4447
  msgstr ""
4448
 
4449
- #: includes/settings/class-cr-settings-trust-badges.php:50
4450
  #: includes/settings/class-cr-settings-trust-badges.php:83
4451
- #: includes/settings/class-cr-settings-trust-badges.php:89
4452
  msgid "Trust Badges"
4453
  msgstr ""
4454
 
4455
- #: includes/settings/class-cr-settings-trust-badges.php:85
4456
  msgid ""
4457
- "<p>Increase your store's conversion rate by placing a \"trust badge\" on the "
4458
  "home, checkout or any other page(s). Let customers feel more confident about "
4459
  "shopping on your site by featuring a trust badge that shows a summary of "
4460
- "verified customer reviews. Trust badges can be enabled using shortcodes or "
4461
- "blocks in the page editor (blocks require WordPress 5.0 or newer).</"
4462
- "p><p>Reviews are considered to be verified when they are collected via an "
4463
- "independent third-party website (www.cusrev.com) integrated with this "
4464
- "plugin. Reviews submitted directly on your site cannot be considered as "
4465
- "verified. Each trust badge contains a nofollow link to a dedicated page at "
4466
- "<b>www.cusrev.com</b> with all verified reviews for your store. You can "
4467
- "configure URL of the page with verified reviews for your store below.</p>"
4468
- msgstr ""
4469
-
4470
- #: includes/settings/class-cr-settings-trust-badges.php:90
4471
- msgid ""
4472
- "Enable this option to display trust badges and additional %1$s icons for "
4473
- "individual reviews on product pages in your store. Each %2$s icon will "
4474
- "contain a nofollow link to a verified copy of the review on <strong>www."
4475
- "cusrev.com</strong>."
4476
- msgstr ""
4477
-
4478
- #: includes/settings/class-cr-settings-trust-badges.php:97
4479
- msgid "Verified Reviews Page"
4480
- msgstr ""
4481
-
4482
- #: includes/settings/class-cr-settings-trust-badges.php:98
4483
- msgid ""
4484
- "Specify name of the page with verified reviews. This will be a base URL for "
4485
- "reviews related to your shop. You can use alphanumeric symbols and '.' in "
4486
- "the name of the page."
4487
  msgstr ""
4488
 
4489
- #: includes/settings/class-cr-settings-trust-badges.php:106
4490
- msgid "Age Restriction"
4491
- msgstr ""
4492
-
4493
- #: includes/settings/class-cr-settings-trust-badges.php:107
4494
  msgid ""
4495
- "Enable this option if your store sells age-restricted products (e.g., adult "
4496
- "content, alcohol, etc.)"
 
4497
  msgstr ""
4498
 
4499
- #: includes/settings/class-cr-settings-trust-badges.php:117
4500
  msgid "Small Light Badge"
4501
  msgstr ""
4502
 
4503
- #: includes/settings/class-cr-settings-trust-badges.php:119
4504
  msgid "Shortcode and preview of the small light trust badge."
4505
  msgstr ""
4506
 
4507
- #: includes/settings/class-cr-settings-trust-badges.php:125
4508
  msgid "Small Light Badge (with Store Rating)"
4509
  msgstr ""
4510
 
4511
- #: includes/settings/class-cr-settings-trust-badges.php:127
4512
  msgid "Shortcode and preview of the small light trust badge with store rating."
4513
  msgstr ""
4514
 
4515
- #: includes/settings/class-cr-settings-trust-badges.php:133
4516
  msgid "Small Dark Badge"
4517
  msgstr ""
4518
 
4519
- #: includes/settings/class-cr-settings-trust-badges.php:135
4520
  msgid "Shortcode and preview of the small dark trust badge."
4521
  msgstr ""
4522
 
4523
- #: includes/settings/class-cr-settings-trust-badges.php:141
4524
  msgid "Small Dark Badge (with Store Rating)"
4525
  msgstr ""
4526
 
4527
- #: includes/settings/class-cr-settings-trust-badges.php:143
4528
  msgid "Shortcode and preview of the small dark trust badge with store rating."
4529
  msgstr ""
4530
 
4531
- #: includes/settings/class-cr-settings-trust-badges.php:149
4532
  msgid "Wide Light Badge"
4533
  msgstr ""
4534
 
4535
- #: includes/settings/class-cr-settings-trust-badges.php:151
4536
  msgid ""
4537
  "Shortcode and preview of the wide light trust badge. The wide badge has a "
4538
  "version for small screens that will be automatically shown when a website is "
4539
  "viewed from phones."
4540
  msgstr ""
4541
 
4542
- #: includes/settings/class-cr-settings-trust-badges.php:157
4543
  msgid "Wide Light Badge (with Store Rating)"
4544
  msgstr ""
4545
 
4546
- #: includes/settings/class-cr-settings-trust-badges.php:159
4547
  msgid ""
4548
  "Shortcode and preview of the wide light trust badge with store rating. The "
4549
  "wide badge has a version for small screens that will be automatically shown "
4550
  "when a website is viewed from phones."
4551
  msgstr ""
4552
 
4553
- #: includes/settings/class-cr-settings-trust-badges.php:165
4554
  msgid "Wide Dark Badge"
4555
  msgstr ""
4556
 
4557
- #: includes/settings/class-cr-settings-trust-badges.php:167
4558
  msgid ""
4559
  "Shortcode and preview of the wide dark trust badge. The wide badge has a "
4560
  "version for small screens that will be automatically shown when a website is "
4561
  "viewed from phones."
4562
  msgstr ""
4563
 
4564
- #: includes/settings/class-cr-settings-trust-badges.php:173
4565
  msgid "Wide Dark Badge (with Store Rating)"
4566
  msgstr ""
4567
 
4568
- #: includes/settings/class-cr-settings-trust-badges.php:175
4569
  msgid ""
4570
  "Shortcode and preview of the wide dark trust badge with store rating. The "
4571
  "wide badge has a version for small screens that will be automatically shown "
4572
  "when a website is viewed from phones."
4573
  msgstr ""
4574
 
4575
- #: includes/settings/class-cr-settings-trust-badges.php:181
4576
  msgid "Compact Light Badge"
4577
  msgstr ""
4578
 
4579
- #: includes/settings/class-cr-settings-trust-badges.php:183
4580
  msgid "Shortcode and preview of the compact light trust badge."
4581
  msgstr ""
4582
 
4583
- #: includes/settings/class-cr-settings-trust-badges.php:189
4584
  msgid "Compact Dark Badge"
4585
  msgstr ""
4586
 
4587
- #: includes/settings/class-cr-settings-trust-badges.php:191
4588
  msgid "Shortcode and preview of the compact dark trust badge."
4589
  msgstr ""
4590
 
4591
- #: includes/settings/class-cr-settings-trust-badges.php:201
4592
  msgid "Floating Trust Badge"
4593
  msgstr ""
4594
 
4595
- #: includes/settings/class-cr-settings-trust-badges.php:203
4596
  msgid ""
4597
  "Settings to display a floating badge with a summary of verified reviews."
4598
  msgstr ""
4599
 
4600
- #: includes/settings/class-cr-settings-trust-badges.php:207
4601
  msgid "Floating Badge"
4602
  msgstr ""
4603
 
4604
- #: includes/settings/class-cr-settings-trust-badges.php:209
4605
  msgid ""
4606
  "Enable this checkbox to display a floating trust badge on public pages of "
4607
  "the website."
4608
  msgstr ""
4609
 
4610
- #: includes/settings/class-cr-settings-trust-badges.php:214
4611
  msgid "Floating Badge Style"
4612
  msgstr ""
4613
 
4614
- #: includes/settings/class-cr-settings-trust-badges.php:216
4615
  msgid "Choose one of the styles for the floating trust badge."
4616
  msgstr ""
4617
 
4618
- #: includes/settings/class-cr-settings-trust-badges.php:220 js/blocks.js:112
4619
  msgid "Light"
4620
  msgstr ""
4621
 
4622
- #: includes/settings/class-cr-settings-trust-badges.php:221 js/blocks.js:116
4623
  msgid "Dark"
4624
  msgstr ""
4625
 
4626
- #: includes/settings/class-cr-settings-trust-badges.php:226
4627
  msgid "Floating Badge Location"
4628
  msgstr ""
4629
 
4630
- #: includes/settings/class-cr-settings-trust-badges.php:228
4631
  msgid "Choose one of the locations for the floating trust badge."
4632
  msgstr ""
4633
 
4634
- #: includes/settings/class-cr-settings-trust-badges.php:232
4635
  msgid "Bottom right"
4636
  msgstr ""
4637
 
4638
- #: includes/settings/class-cr-settings-trust-badges.php:233
4639
  msgid "Bottom left"
4640
  msgstr ""
4641
 
4642
- #: includes/settings/class-cr-settings-trust-badges.php:318
4643
  msgid "color"
4644
  msgstr ""
4645
 
@@ -4710,48 +4724,56 @@ msgstr ""
4710
  msgid "Tags for Reviews"
4711
  msgstr ""
4712
 
4713
- #: includes/trust-badge/class-cr-trust-badge.php:201
4714
  msgid "Independently verified"
4715
  msgstr ""
4716
 
4717
- #: includes/trust-badge/class-cr-trust-badge.php:202
4718
  msgid "independently verified"
4719
  msgstr ""
4720
 
4721
- #: includes/trust-badge/class-cr-trust-badge.php:204
 
 
 
 
 
 
 
 
4722
  msgid "%s rating"
4723
  msgstr ""
4724
 
4725
- #: includes/trust-badge/class-cr-trust-badge.php:205
4726
  msgid "rating %s / 5"
4727
  msgstr ""
4728
 
4729
- #: includes/trust-badge/class-cr-trust-badge.php:206
4730
  msgid "%s store rating"
4731
  msgstr ""
4732
 
4733
- #: includes/trust-badge/class-cr-trust-badge.php:207
4734
  msgid "Store rating %s / 5"
4735
  msgstr ""
4736
 
4737
- #: includes/trust-badge/class-cr-trust-badge.php:208
4738
  msgid "store rating"
4739
  msgstr ""
4740
 
4741
- #: includes/trust-badge/class-cr-trust-badge.php:209
4742
  msgid "%s product rating"
4743
  msgstr ""
4744
 
4745
- #: includes/trust-badge/class-cr-trust-badge.php:210
4746
  msgid "Product rating %s / 5"
4747
  msgstr ""
4748
 
4749
- #: includes/trust-badge/class-cr-trust-badge.php:211
4750
  msgid "product rating"
4751
  msgstr ""
4752
 
4753
- #: includes/trust-badge/class-cr-trust-badge.php:212
4754
- #: includes/trust-badge/class-cr-trust-badge.php:213 templates/cr-rating.php:44
4755
  msgid "%s review"
4756
  msgid_plural "%s reviews"
4757
  msgstr[0] ""
@@ -4760,27 +4782,27 @@ msgstr[2] ""
4760
  msgstr[3] ""
4761
 
4762
  #: includes/trust-badge/class-cr-verified-reviews.php:58
4763
- msgid "Trust badges activation error: 'Verified Reviews Page' cannot be empty."
4764
  msgstr ""
4765
 
4766
  #: includes/trust-badge/class-cr-verified-reviews.php:89
4767
- msgid "Trust badges activation error #98. "
4768
  msgstr ""
4769
 
4770
  #: includes/trust-badge/class-cr-verified-reviews.php:94
4771
- msgid "Trust badges have been successfully activated."
4772
  msgstr ""
4773
 
4774
  #: includes/trust-badge/class-cr-verified-reviews.php:97
4775
  msgid ""
4776
- "Trust badges activation error: '%s' is already in use. Please enter a "
4777
  "different page name."
4778
  msgstr ""
4779
 
4780
  #: includes/trust-badge/class-cr-verified-reviews.php:100
4781
  msgid ""
4782
- "Trust badges activation error: page name contains unsupported symbols. Only "
4783
- "latin characters (a-z), numbers (0-9), and . symbol are allowed."
4784
  msgstr ""
4785
 
4786
  #: includes/trust-badge/class-cr-verified-reviews.php:103
@@ -4790,25 +4812,25 @@ msgid ""
4790
  msgstr ""
4791
 
4792
  #: includes/trust-badge/class-cr-verified-reviews.php:106
4793
- msgid "Trust badges activation error #99."
4794
  msgstr ""
4795
 
4796
  #: includes/trust-badge/class-cr-verified-reviews.php:142
4797
- msgid "Trust badges deactivation error #98. Please try again."
4798
  msgstr ""
4799
 
4800
  #: includes/trust-badge/class-cr-verified-reviews.php:149
4801
- msgid "Trust badges have been successfully deactivated."
4802
  msgstr ""
4803
 
4804
  #: includes/trust-badge/class-cr-verified-reviews.php:153
4805
  msgid ""
4806
- "Trust badges deactivation error: the page is blocked, please contact CusRev "
4807
- "support for assistance."
4808
  msgstr ""
4809
 
4810
  #: includes/trust-badge/class-cr-verified-reviews.php:157
4811
- msgid "Trust badges deactivation error #99."
4812
  msgstr ""
4813
 
4814
  #: ivole.php:135
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"
44
  msgid "This reply was originally posted on CR portal"
45
  msgstr ""
46
 
47
+ #: class-ivole.php:152
48
  msgid "View CusRev documentation"
49
  msgstr ""
50
 
51
+ #: class-ivole.php:152
52
  msgid "Docs"
53
  msgstr ""
54
 
55
+ #: class-ivole.php:153
56
  msgid "Visit community forums"
57
  msgstr ""
58
 
59
+ #: class-ivole.php:153
60
  msgid "Community support"
61
  msgstr ""
62
 
63
+ #: class-ivole.php:163
64
  msgid "View Customer Reviews settings"
65
  msgstr ""
66
 
67
+ #: class-ivole.php:163 includes/settings/class-cr-admin-menu-settings.php:60
68
  #: includes/settings/class-cr-admin-menu-settings.php:61
69
  msgid "Settings"
70
  msgstr ""
250
  msgid "Item 2 Test"
251
  msgstr ""
252
 
253
+ #: includes/emails/class-cr-email-func.php:264
254
  #: includes/reviews/class-cr-reviews-list-table.php:410
255
  msgid "Review"
256
  msgstr ""
387
  #: includes/reviews/class-cr-admin-menu-reviews.php:59
388
  #: includes/reviews/class-cr-admin-menu-reviews.php:60
389
  #: includes/settings/class-cr-admin-menu-settings.php:143
390
+ #: includes/settings/class-cr-settings-trust-badges.php:310
391
  msgid "Reviews"
392
  msgstr ""
393
 
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 "
2555
+ "%1$s icons for individual reviews on product pages of your store will be "
2556
+ "displayed. Each %2$s icon will contain a nofollow link to a verified copy of "
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.)"
2579
+ msgstr ""
2580
+
2581
  #: includes/settings/class-cr-settings-discount-tiers.php:37
2582
  msgid ""
2583
  "The option is not available with the coupon type selected for this discount "
2679
  msgstr ""
2680
 
2681
  #: includes/settings/class-cr-settings-discount-tiers.php:146
2682
+ #: includes/settings/class-cr-settings-review-reminder.php:367
2683
  msgid "Roles"
2684
  msgstr ""
2685
 
2890
  msgstr ""
2891
 
2892
  #: includes/settings/class-cr-settings-email-template.php:286
2893
+ msgid "\"Reply-To\" address"
2894
  msgstr ""
2895
 
2896
  #: includes/settings/class-cr-settings-email-template.php:301
3035
  "test email."
3036
  msgstr ""
3037
 
3038
+ #: includes/settings/class-cr-settings-email-template.php:536
3039
  msgid "Return to emails"
3040
  msgstr ""
3041
 
3042
+ #: includes/settings/class-cr-settings-email-template.php:559
3043
  msgid "Email template"
3044
  msgstr ""
3045
 
3046
+ #: includes/settings/class-cr-settings-email-template.php:567
3047
  msgid "Delete template file"
3048
  msgstr ""
3049
 
3050
  #. translators: %s: Path to template file
3051
+ #: includes/settings/class-cr-settings-email-template.php:573
3052
  msgid ""
3053
  "This template has been overridden by your theme and can be found in: %s."
3054
  msgstr ""
3055
 
3056
+ #: includes/settings/class-cr-settings-email-template.php:603
3057
  msgid "Copy file to theme"
3058
  msgstr ""
3059
 
3060
  #. translators: 1: Path to template file 2: Path to theme folder
3061
+ #: includes/settings/class-cr-settings-email-template.php:609
3062
  msgid ""
3063
  "To override and edit this email template copy %1$s to your theme folder: "
3064
  "%2$s."
3065
  msgstr ""
3066
 
3067
+ #: includes/settings/class-cr-settings-email-template.php:617
3068
  msgid "File was not found."
3069
  msgstr ""
3070
 
3071
+ #: includes/settings/class-cr-settings-email-template.php:639
3072
  msgid "View template"
3073
  msgstr ""
3074
 
3075
+ #: includes/settings/class-cr-settings-email-template.php:640
3076
  msgid "Hide template"
3077
  msgstr ""
3078
 
3079
+ #: includes/settings/class-cr-settings-email-template.php:654
3080
  msgid "Are you sure you want to delete this template file?"
3081
  msgstr ""
3082
 
3083
+ #: includes/settings/class-cr-settings-email-template.php:675
3084
+ #: includes/settings/class-cr-settings-email-template.php:681
3085
  msgid "'Email Body' field cannot be empty"
3086
  msgstr ""
3087
 
3088
+ #: includes/settings/class-cr-settings-email-template.php:695
3089
  msgid "Action failed. Please refresh the page and retry."
3090
  msgstr ""
3091
 
3092
+ #: includes/settings/class-cr-settings-email-template.php:699
3093
  msgid "You don&#8217;t have permission to do this."
3094
  msgstr ""
3095
 
3096
+ #: includes/settings/class-cr-settings-email-template.php:721
3097
  msgid "Template file copied to theme."
3098
  msgstr ""
3099
 
3100
+ #: includes/settings/class-cr-settings-email-template.php:733
3101
  msgid "Template file deleted from theme."
3102
  msgstr ""
3103
 
3105
  msgid "Emails"
3106
  msgstr ""
3107
 
3108
+ #: includes/settings/class-cr-settings-emails.php:76
3109
  msgid "Email Templates"
3110
  msgstr ""
3111
 
3112
+ #: includes/settings/class-cr-settings-emails.php:78
3113
  msgid ""
3114
  "Adjust templates of the emails that will be sent to customers. If you enable "
3115
  "<b>advanced</b> email templates in your account on the %1$sCusRev website"
3117
  "below."
3118
  msgstr ""
3119
 
3120
+ #: includes/settings/class-cr-settings-emails.php:109
3121
  msgid "Email"
3122
  msgstr ""
3123
 
3124
+ #: includes/settings/class-cr-settings-emails.php:110
3125
  msgid "Subject"
3126
  msgstr ""
3127
 
3128
+ #: includes/settings/class-cr-settings-emails.php:111
3129
  msgid "From"
3130
  msgstr ""
3131
 
3271
  msgstr ""
3272
 
3273
  #: includes/settings/class-cr-settings-review-discount.php:109
3274
+ #: includes/settings/class-cr-settings-review-reminder.php:494
3275
  msgid "Email Template"
3276
  msgstr ""
3277
 
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
3535
+ #: includes/settings/class-cr-settings-review-reminder.php:945
3536
+ #: includes/settings/class-cr-settings-review-reminder.php:946
3537
+ #: includes/settings/class-cr-settings-review-reminder.php:947
3538
+ #: includes/settings/class-cr-settings-review-reminder.php:948
3539
+ #: includes/settings/class-cr-settings-review-reminder.php:949
3540
  msgid "Checking license..."
3541
  msgstr ""
3542
 
3811
  "in this field."
3812
  msgstr ""
3813
 
3814
+ #: includes/settings/class-cr-settings-review-reminder.php:315
3815
  msgid "Order Status"
3816
  msgstr ""
3817
 
3818
+ #: includes/settings/class-cr-settings-review-reminder.php:317
3819
  msgid ""
3820
  "Review reminders will be sent N days after this order status. It is "
3821
  "recommended to use 'Completed' status."
3822
  msgstr ""
3823
 
3824
+ #: includes/settings/class-cr-settings-review-reminder.php:327
3825
  msgid "Enable for"
3826
  msgstr ""
3827
 
3828
+ #: includes/settings/class-cr-settings-review-reminder.php:329
3829
  msgid ""
3830
  "Define if reminders will be send for all or only specific categories of "
3831
  "products."
3832
  msgstr ""
3833
 
3834
+ #: includes/settings/class-cr-settings-review-reminder.php:336
3835
  msgid "All Categories"
3836
  msgstr ""
3837
 
3838
+ #: includes/settings/class-cr-settings-review-reminder.php:337
3839
  msgid "Specific Categories"
3840
  msgstr ""
3841
 
3842
+ #: includes/settings/class-cr-settings-review-reminder.php:342
3843
  msgid "Categories"
3844
  msgstr ""
3845
 
3846
+ #: includes/settings/class-cr-settings-review-reminder.php:344
3847
  msgid ""
3848
  "If reminders are enabled only for specific categories of products, this "
3849
  "field enables you to choose these categories."
3850
  msgstr ""
3851
 
3852
+ #: includes/settings/class-cr-settings-review-reminder.php:352
3853
  msgid "Enable for Roles"
3854
  msgstr ""
3855
 
3856
+ #: includes/settings/class-cr-settings-review-reminder.php:354
3857
  msgid ""
3858
  "Define if reminders will be send for all or only specific roles of users."
3859
  msgstr ""
3860
 
3861
+ #: includes/settings/class-cr-settings-review-reminder.php:361
3862
  msgid "All Roles"
3863
  msgstr ""
3864
 
3865
+ #: includes/settings/class-cr-settings-review-reminder.php:362
3866
  msgid "Specific Roles"
3867
  msgstr ""
3868
 
3869
+ #: includes/settings/class-cr-settings-review-reminder.php:369
3870
  msgid ""
3871
  "If reminders are enabled only for specific user roles, this field enables "
3872
  "you to choose these roles."
3873
  msgstr ""
3874
 
3875
+ #: includes/settings/class-cr-settings-review-reminder.php:377
3876
  msgid "Enable for Guests"
3877
  msgstr ""
3878
 
3879
+ #: includes/settings/class-cr-settings-review-reminder.php:378
3880
  msgid ""
3881
  "Enable sending of review reminders to customers who place orders without an "
3882
  "account (guest checkout). It is recommended to enable this checkbox, if you "
3883
  "allow customers to place orders without creating an account on your site."
3884
  msgstr ""
3885
 
3886
+ #: includes/settings/class-cr-settings-review-reminder.php:385
3887
  msgid "Reminders Scheduler"
3888
  msgstr ""
3889
 
3890
+ #: includes/settings/class-cr-settings-review-reminder.php:387
3891
  msgid ""
3892
  "Define which scheduler the plugin will use to schedule automatic review "
3893
  "reminders. The default option is to use WordPress Cron (WP-Cron) for "
3896
  "CR Cron is an external service that requires a license key (free or pro)."
3897
  msgstr ""
3898
 
3899
+ #: includes/settings/class-cr-settings-review-reminder.php:397
3900
  msgid "Enable Manual Reminders"
3901
  msgstr ""
3902
 
3903
+ #: includes/settings/class-cr-settings-review-reminder.php:398
3904
  msgid ""
3905
  "Enable manual sending of follow-up emails with a reminder to submit a "
3906
  "review. Manual reminders can be sent for completed orders from %1$sOrders"
3907
  "%2$s page after enabling this option."
3908
  msgstr ""
3909
 
3910
+ #: includes/settings/class-cr-settings-review-reminder.php:405
3911
  msgid "Limit Number of Reminders"
3912
  msgstr ""
3913
 
3914
+ #: includes/settings/class-cr-settings-review-reminder.php:406
3915
  msgid ""
3916
  "Enable this checkbox to make sure that no more than one review reminder is "
3917
  "sent for each order."
3918
  msgstr ""
3919
 
3920
+ #: includes/settings/class-cr-settings-review-reminder.php:413
3921
  msgid "Customer Consent"
3922
  msgstr ""
3923
 
3924
+ #: includes/settings/class-cr-settings-review-reminder.php:414
3925
  msgid ""
3926
  "If this option is enabled, customers will be asked to tick a checkbox on the "
3927
  "checkout page to indicate that they would like to receive an invitation to "
3928
  "review their order."
3929
  msgstr ""
3930
 
3931
+ #: includes/settings/class-cr-settings-review-reminder.php:420
3932
  msgid "Customer Consent Text"
3933
  msgstr ""
3934
 
3935
+ #: includes/settings/class-cr-settings-review-reminder.php:421
3936
  msgid ""
3937
  "Text of the message shown to customers next to the consent checkbox on the "
3938
  "checkout page."
3939
  msgstr ""
3940
 
3941
+ #: includes/settings/class-cr-settings-review-reminder.php:430
3942
  msgid "Registered Customers"
3943
  msgstr ""
3944
 
3945
+ #: includes/settings/class-cr-settings-review-reminder.php:431
3946
  msgid ""
3947
  "By default, review reminders are sent to billing emails provided by "
3948
  "customers during checkout. If you enable this option, the plugin will check "
3951
  "this option disabled."
3952
  msgstr ""
3953
 
3954
+ #: includes/settings/class-cr-settings-review-reminder.php:438
3955
  msgid "Moderation of Reviews"
3956
  msgstr ""
3957
 
3958
+ #: includes/settings/class-cr-settings-review-reminder.php:439
3959
  msgid ""
3960
  "Enable manual moderation of reviews submitted by your verified customers. "
3961
  "This setting applies only to reviews submitted in response to reminders sent "
3962
  "by this plugin."
3963
  msgstr ""
3964
 
3965
+ #: includes/settings/class-cr-settings-review-reminder.php:446
3966
  msgid "Exclude Free Products"
3967
  msgstr ""
3968
 
3969
+ #: includes/settings/class-cr-settings-review-reminder.php:447
3970
  msgid "Enable this checkbox to exclude free products from review invitations."
3971
  msgstr ""
3972
 
3973
+ #: includes/settings/class-cr-settings-review-reminder.php:454
3974
  msgid "Shop Name"
3975
  msgstr ""
3976
 
3977
+ #: includes/settings/class-cr-settings-review-reminder.php:456
3978
  msgid ""
3979
  "Specify your shop name that will be used in emails and review forms "
3980
  "generated by this plugin."
3981
  msgstr ""
3982
 
3983
+ #: includes/settings/class-cr-settings-review-reminder.php:471
3984
+ #: includes/settings/class-cr-settings-review-reminder.php:477
3985
  msgid "Language"
3986
  msgstr ""
3987
 
3988
+ #: includes/settings/class-cr-settings-review-reminder.php:479
3989
  msgid "Choose one of the available languages."
3990
  msgstr ""
3991
 
3992
+ #: includes/settings/class-cr-settings-review-reminder.php:496
3993
  msgid ""
3994
  "The email template of review reminders can be configured on the <a href=\"%s"
3995
  "\">Emails</a> tab."
3996
  msgstr ""
3997
 
3998
+ #: includes/settings/class-cr-settings-review-reminder.php:504
3999
  msgid ""
4000
  "Adjust template of the aggregated review forms that will be created and sent "
4001
  "to customers by CusRev. Modifications will be applied to the next review "
4004
  "b> the settings below."
4005
  msgstr ""
4006
 
4007
+ #: includes/settings/class-cr-settings-review-reminder.php:506
4008
  msgid ""
4009
  "Adjust template of the aggregated review forms that will be created and sent "
4010
  "to customers. Modifications will be applied to the next review form created "
4011
  "after saving settings."
4012
  msgstr ""
4013
 
4014
+ #: includes/settings/class-cr-settings-review-reminder.php:509
4015
  msgid "Review Form Template"
4016
  msgstr ""
4017
 
4018
+ #: includes/settings/class-cr-settings-review-reminder.php:515
4019
  msgid "Form Header"
4020
  msgstr ""
4021
 
4022
+ #: includes/settings/class-cr-settings-review-reminder.php:517
4023
  msgid "Header of the review form that will be sent to customers."
4024
  msgstr ""
4025
 
4026
+ #: includes/settings/class-cr-settings-review-reminder.php:524
4027
  msgid "Form Body"
4028
  msgstr ""
4029
 
4030
+ #: includes/settings/class-cr-settings-review-reminder.php:526
4031
  msgid "Body of the review form that will be sent to customers."
4032
  msgstr ""
4033
 
4034
+ #: includes/settings/class-cr-settings-review-reminder.php:534
4035
  msgid "Shop Rating"
4036
  msgstr ""
4037
 
4038
+ #: includes/settings/class-cr-settings-review-reminder.php:538
4039
  msgid ""
4040
  "Enable this option if you would like to include a separate question for a "
4041
  "general shop review in addition to questions for product reviews."
4042
  msgstr ""
4043
 
4044
+ #: includes/settings/class-cr-settings-review-reminder.php:541
4045
  msgid "Comment Required"
4046
  msgstr ""
4047
 
4048
+ #: includes/settings/class-cr-settings-review-reminder.php:545
4049
  msgid ""
4050
  "Enable this option if you would like to make it mandatory for your customers "
4051
  "to write something in their review. This option applies only to aggregated "
4052
  "review forms."
4053
  msgstr ""
4054
 
4055
+ #: includes/settings/class-cr-settings-review-reminder.php:548
4056
  msgid ""
4057
  "Enable attachment of pictures and videos on aggregated review forms. "
4058
  "Uploaded media files are initially stored on Amazon S3 and automatically "
4062
  "%2$s."
4063
  msgstr ""
4064
 
4065
+ #: includes/settings/class-cr-settings-review-reminder.php:550
4066
  msgid ""
4067
  "Enable attachment of pictures and videos on local aggregated review forms. "
4068
  "This option applies only to aggregated review forms. If you would like to "
4070
  "pages, this can be done %1$shere%2$s."
4071
  msgstr ""
4072
 
4073
+ #: includes/settings/class-cr-settings-review-reminder.php:553
4074
  msgid "Attach Media"
4075
  msgstr ""
4076
 
4077
+ #: includes/settings/class-cr-settings-review-reminder.php:563
4078
  msgid "Rating Bar"
4079
  msgstr ""
4080
 
4081
+ #: includes/settings/class-cr-settings-review-reminder.php:567
4082
  msgid "Visual style of rating bars on review forms."
4083
  msgstr ""
4084
 
4085
+ #: includes/settings/class-cr-settings-review-reminder.php:569
4086
  msgid "Smiley and frowny faces"
4087
  msgstr ""
4088
 
4089
+ #: includes/settings/class-cr-settings-review-reminder.php:570
4090
  #: blocks/src/reviews-grid/edit.js:234 js/blocks.js:946
4091
  msgid "Stars"
4092
  msgstr ""
4093
 
4094
+ #: includes/settings/class-cr-settings-review-reminder.php:575
4095
  msgid "Geolocation"
4096
  msgstr ""
4097
 
4098
+ #: includes/settings/class-cr-settings-review-reminder.php:579
4099
  msgid ""
4100
  "Enable geolocation on aggregated review forms. Customers will have an option "
4101
  "to indicate where they are from. For example, \"England, United Kingdom\"."
4102
  msgstr ""
4103
 
4104
+ #: includes/settings/class-cr-settings-review-reminder.php:580
4105
  msgid "Automatic geolocation on review forms."
4106
  msgstr ""
4107
 
4108
+ #: includes/settings/class-cr-settings-review-reminder.php:586
4109
  msgid "Form Color 1"
4110
  msgstr ""
4111
 
4112
+ #: includes/settings/class-cr-settings-review-reminder.php:590
4113
  msgid "Background color for heading of the form and product names."
4114
  msgstr ""
4115
 
4116
+ #: includes/settings/class-cr-settings-review-reminder.php:594
4117
  msgid "Form Color 2"
4118
  msgstr ""
4119
 
4120
+ #: includes/settings/class-cr-settings-review-reminder.php:598
4121
  msgid "Text color for product names."
4122
  msgstr ""
4123
 
4124
+ #: includes/settings/class-cr-settings-review-reminder.php:602
4125
  msgid "Form Color 3"
4126
  msgstr ""
4127
 
4128
+ #: includes/settings/class-cr-settings-review-reminder.php:606
4129
  msgid "Color of control elements (buttons, rating bars)."
4130
  msgstr ""
4131
 
4132
+ #: includes/settings/class-cr-settings-review-reminder.php:962
4133
  msgid ""
4134
  "While editing the footer text please make sure to keep the unsubscribe link "
4135
  "markup:"
4136
  msgstr ""
4137
 
4138
+ #: includes/settings/class-cr-settings-review-reminder.php:1031
4139
  msgid ""
4140
  "<strong>CR Cron could not be enabled because no license key was entered. A "
4141
  "license key (free or pro) is required to use CR Cron.</strong>"
4489
  "you should specify it here."
4490
  msgstr ""
4491
 
4492
+ #: includes/settings/class-cr-settings-trust-badges.php:45
4493
  #: includes/settings/class-cr-settings-trust-badges.php:83
 
4494
  msgid "Trust Badges"
4495
  msgstr ""
4496
 
4497
+ #: includes/settings/class-cr-settings-trust-badges.php:86
4498
  msgid ""
4499
+ "Increase your store's conversion rate by placing a \"trust badge\" on the "
4500
  "home, checkout or any other page(s). Let customers feel more confident about "
4501
  "shopping on your site by featuring a trust badge that shows a summary of "
4502
+ "customer reviews. Trust badges can be enabled using shortcodes or blocks in "
4503
+ "the page editor (blocks require WordPress 5.0 or newer)."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4504
  msgstr ""
4505
 
4506
+ #: includes/settings/class-cr-settings-trust-badges.php:88
 
 
 
 
4507
  msgid ""
4508
+ "If you enable <a href=\"%1$s\">verification of reviews</a> and claim a <a "
4509
+ "href=\"%2$s\">dedicated page</a> at CusRev.com website, trust badges will "
4510
+ "include a nofollow link to your page there."
4511
  msgstr ""
4512
 
4513
+ #: includes/settings/class-cr-settings-trust-badges.php:93
4514
  msgid "Small Light Badge"
4515
  msgstr ""
4516
 
4517
+ #: includes/settings/class-cr-settings-trust-badges.php:95
4518
  msgid "Shortcode and preview of the small light trust badge."
4519
  msgstr ""
4520
 
4521
+ #: includes/settings/class-cr-settings-trust-badges.php:101
4522
  msgid "Small Light Badge (with Store Rating)"
4523
  msgstr ""
4524
 
4525
+ #: includes/settings/class-cr-settings-trust-badges.php:103
4526
  msgid "Shortcode and preview of the small light trust badge with store rating."
4527
  msgstr ""
4528
 
4529
+ #: includes/settings/class-cr-settings-trust-badges.php:109
4530
  msgid "Small Dark Badge"
4531
  msgstr ""
4532
 
4533
+ #: includes/settings/class-cr-settings-trust-badges.php:111
4534
  msgid "Shortcode and preview of the small dark trust badge."
4535
  msgstr ""
4536
 
4537
+ #: includes/settings/class-cr-settings-trust-badges.php:117
4538
  msgid "Small Dark Badge (with Store Rating)"
4539
  msgstr ""
4540
 
4541
+ #: includes/settings/class-cr-settings-trust-badges.php:119
4542
  msgid "Shortcode and preview of the small dark trust badge with store rating."
4543
  msgstr ""
4544
 
4545
+ #: includes/settings/class-cr-settings-trust-badges.php:125
4546
  msgid "Wide Light Badge"
4547
  msgstr ""
4548
 
4549
+ #: includes/settings/class-cr-settings-trust-badges.php:127
4550
  msgid ""
4551
  "Shortcode and preview of the wide light trust badge. The wide badge has a "
4552
  "version for small screens that will be automatically shown when a website is "
4553
  "viewed from phones."
4554
  msgstr ""
4555
 
4556
+ #: includes/settings/class-cr-settings-trust-badges.php:133
4557
  msgid "Wide Light Badge (with Store Rating)"
4558
  msgstr ""
4559
 
4560
+ #: includes/settings/class-cr-settings-trust-badges.php:135
4561
  msgid ""
4562
  "Shortcode and preview of the wide light trust badge with store rating. The "
4563
  "wide badge has a version for small screens that will be automatically shown "
4564
  "when a website is viewed from phones."
4565
  msgstr ""
4566
 
4567
+ #: includes/settings/class-cr-settings-trust-badges.php:141
4568
  msgid "Wide Dark Badge"
4569
  msgstr ""
4570
 
4571
+ #: includes/settings/class-cr-settings-trust-badges.php:143
4572
  msgid ""
4573
  "Shortcode and preview of the wide dark trust badge. The wide badge has a "
4574
  "version for small screens that will be automatically shown when a website is "
4575
  "viewed from phones."
4576
  msgstr ""
4577
 
4578
+ #: includes/settings/class-cr-settings-trust-badges.php:149
4579
  msgid "Wide Dark Badge (with Store Rating)"
4580
  msgstr ""
4581
 
4582
+ #: includes/settings/class-cr-settings-trust-badges.php:151
4583
  msgid ""
4584
  "Shortcode and preview of the wide dark trust badge with store rating. The "
4585
  "wide badge has a version for small screens that will be automatically shown "
4586
  "when a website is viewed from phones."
4587
  msgstr ""
4588
 
4589
+ #: includes/settings/class-cr-settings-trust-badges.php:157
4590
  msgid "Compact Light Badge"
4591
  msgstr ""
4592
 
4593
+ #: includes/settings/class-cr-settings-trust-badges.php:159
4594
  msgid "Shortcode and preview of the compact light trust badge."
4595
  msgstr ""
4596
 
4597
+ #: includes/settings/class-cr-settings-trust-badges.php:165
4598
  msgid "Compact Dark Badge"
4599
  msgstr ""
4600
 
4601
+ #: includes/settings/class-cr-settings-trust-badges.php:167
4602
  msgid "Shortcode and preview of the compact dark trust badge."
4603
  msgstr ""
4604
 
4605
+ #: includes/settings/class-cr-settings-trust-badges.php:177
4606
  msgid "Floating Trust Badge"
4607
  msgstr ""
4608
 
4609
+ #: includes/settings/class-cr-settings-trust-badges.php:179
4610
  msgid ""
4611
  "Settings to display a floating badge with a summary of verified reviews."
4612
  msgstr ""
4613
 
4614
+ #: includes/settings/class-cr-settings-trust-badges.php:183
4615
  msgid "Floating Badge"
4616
  msgstr ""
4617
 
4618
+ #: includes/settings/class-cr-settings-trust-badges.php:185
4619
  msgid ""
4620
  "Enable this checkbox to display a floating trust badge on public pages of "
4621
  "the website."
4622
  msgstr ""
4623
 
4624
+ #: includes/settings/class-cr-settings-trust-badges.php:190
4625
  msgid "Floating Badge Style"
4626
  msgstr ""
4627
 
4628
+ #: includes/settings/class-cr-settings-trust-badges.php:192
4629
  msgid "Choose one of the styles for the floating trust badge."
4630
  msgstr ""
4631
 
4632
+ #: includes/settings/class-cr-settings-trust-badges.php:196 js/blocks.js:112
4633
  msgid "Light"
4634
  msgstr ""
4635
 
4636
+ #: includes/settings/class-cr-settings-trust-badges.php:197 js/blocks.js:116
4637
  msgid "Dark"
4638
  msgstr ""
4639
 
4640
+ #: includes/settings/class-cr-settings-trust-badges.php:202
4641
  msgid "Floating Badge Location"
4642
  msgstr ""
4643
 
4644
+ #: includes/settings/class-cr-settings-trust-badges.php:204
4645
  msgid "Choose one of the locations for the floating trust badge."
4646
  msgstr ""
4647
 
4648
+ #: includes/settings/class-cr-settings-trust-badges.php:208
4649
  msgid "Bottom right"
4650
  msgstr ""
4651
 
4652
+ #: includes/settings/class-cr-settings-trust-badges.php:209
4653
  msgid "Bottom left"
4654
  msgstr ""
4655
 
4656
+ #: includes/settings/class-cr-settings-trust-badges.php:294
4657
  msgid "color"
4658
  msgstr ""
4659
 
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] ""
4782
  msgstr[3] ""
4783
 
4784
  #: includes/trust-badge/class-cr-verified-reviews.php:58
4785
+ msgid "CusRev.com page activation error: 'Page URL' cannot be empty."
4786
  msgstr ""
4787
 
4788
  #: includes/trust-badge/class-cr-verified-reviews.php:89
4789
+ msgid "CusRev.com page activation error #98. "
4790
  msgstr ""
4791
 
4792
  #: includes/trust-badge/class-cr-verified-reviews.php:94
4793
+ msgid "CusRev.com page has been successfully enabled."
4794
  msgstr ""
4795
 
4796
  #: includes/trust-badge/class-cr-verified-reviews.php:97
4797
  msgid ""
4798
+ "CusRev.com page activation error: '%s' is already in use. Please enter a "
4799
  "different page name."
4800
  msgstr ""
4801
 
4802
  #: includes/trust-badge/class-cr-verified-reviews.php:100
4803
  msgid ""
4804
+ "CusRev.com page activation error: page URL contains unsupported symbols. "
4805
+ "Only latin characters (a-z), numbers (0-9), and . symbol are allowed."
4806
  msgstr ""
4807
 
4808
  #: includes/trust-badge/class-cr-verified-reviews.php:103
4812
  msgstr ""
4813
 
4814
  #: includes/trust-badge/class-cr-verified-reviews.php:106
4815
+ msgid "CusRev.com page activation error #99."
4816
  msgstr ""
4817
 
4818
  #: includes/trust-badge/class-cr-verified-reviews.php:142
4819
+ msgid "CusRev.com page deactivation error #98. Please try again."
4820
  msgstr ""
4821
 
4822
  #: includes/trust-badge/class-cr-verified-reviews.php:149
4823
+ msgid "CusRev.com page has been successfully disabled."
4824
  msgstr ""
4825
 
4826
  #: includes/trust-badge/class-cr-verified-reviews.php:153
4827
  msgid ""
4828
+ "CusRev.com page deactivation error: the page is blocked, please contact "
4829
+ "CusRev support for assistance."
4830
  msgstr ""
4831
 
4832
  #: includes/trust-badge/class-cr-verified-reviews.php:157
4833
+ msgid "CusRev.com page deactivation error #99."
4834
  msgstr ""
4835
 
4836
  #: ivole.php:135
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-10-28T14:21:16+00:00\n"
10
  "PO-Revision-Date: 2018-04-16 22:53+0100\n"
11
  "Last-Translator: \n"
12
  "Language-Team: \n"
@@ -43,27 +43,27 @@ msgstr ""
43
  msgid "This reply was originally posted on CR portal"
44
  msgstr ""
45
 
46
- #: class-ivole.php:150
47
  msgid "View CusRev documentation"
48
  msgstr ""
49
 
50
- #: class-ivole.php:150
51
  msgid "Docs"
52
  msgstr ""
53
 
54
- #: class-ivole.php:151
55
  msgid "Visit community forums"
56
  msgstr ""
57
 
58
- #: class-ivole.php:151
59
  msgid "Community support"
60
  msgstr ""
61
 
62
- #: class-ivole.php:161
63
  msgid "View Customer Reviews settings"
64
  msgstr ""
65
 
66
- #: class-ivole.php:161 includes/settings/class-cr-admin-menu-settings.php:60
67
  #: includes/settings/class-cr-admin-menu-settings.php:61
68
  msgid "Settings"
69
  msgstr ""
@@ -240,7 +240,7 @@ msgstr ""
240
  msgid "Item 2 Test"
241
  msgstr ""
242
 
243
- #: includes/emails/class-cr-email-func.php:263
244
  #: includes/reviews/class-cr-reviews-list-table.php:410
245
  msgid "Review"
246
  msgstr ""
@@ -377,7 +377,7 @@ msgstr ""
377
  #: includes/reviews/class-cr-admin-menu-reviews.php:59
378
  #: includes/reviews/class-cr-admin-menu-reviews.php:60
379
  #: includes/settings/class-cr-admin-menu-settings.php:143
380
- #: includes/settings/class-cr-settings-trust-badges.php:336
381
  msgid "Reviews"
382
  msgstr ""
383
 
@@ -2490,6 +2490,49 @@ msgid ""
2490
  "settings</a>."
2491
  msgstr ""
2492
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2493
  #: includes/settings/class-cr-settings-discount-tiers.php:37
2494
  msgid ""
2495
  "The option is not available with the coupon type selected for this discount "
@@ -2591,7 +2634,7 @@ msgid "Specific roles"
2591
  msgstr ""
2592
 
2593
  #: includes/settings/class-cr-settings-discount-tiers.php:146
2594
- #: includes/settings/class-cr-settings-review-reminder.php:362
2595
  msgid "Roles"
2596
  msgstr ""
2597
 
@@ -2802,7 +2845,7 @@ msgid ""
2802
  msgstr ""
2803
 
2804
  #: includes/settings/class-cr-settings-email-template.php:286
2805
- msgid "\"Reply-To\" Address"
2806
  msgstr ""
2807
 
2808
  #: includes/settings/class-cr-settings-email-template.php:301
@@ -2947,69 +2990,69 @@ msgid ""
2947
  "test email."
2948
  msgstr ""
2949
 
2950
- #: includes/settings/class-cr-settings-email-template.php:533
2951
  msgid "Return to emails"
2952
  msgstr ""
2953
 
2954
- #: includes/settings/class-cr-settings-email-template.php:552
2955
  msgid "Email template"
2956
  msgstr ""
2957
 
2958
- #: includes/settings/class-cr-settings-email-template.php:560
2959
  msgid "Delete template file"
2960
  msgstr ""
2961
 
2962
  #. translators: %s: Path to template file
2963
- #: includes/settings/class-cr-settings-email-template.php:566
2964
  msgid ""
2965
  "This template has been overridden by your theme and can be found in: %s."
2966
  msgstr ""
2967
 
2968
- #: includes/settings/class-cr-settings-email-template.php:596
2969
  msgid "Copy file to theme"
2970
  msgstr ""
2971
 
2972
  #. translators: 1: Path to template file 2: Path to theme folder
2973
- #: includes/settings/class-cr-settings-email-template.php:602
2974
  msgid ""
2975
  "To override and edit this email template copy %1$s to your theme folder: "
2976
  "%2$s."
2977
  msgstr ""
2978
 
2979
- #: includes/settings/class-cr-settings-email-template.php:610
2980
  msgid "File was not found."
2981
  msgstr ""
2982
 
2983
- #: includes/settings/class-cr-settings-email-template.php:632
2984
  msgid "View template"
2985
  msgstr ""
2986
 
2987
- #: includes/settings/class-cr-settings-email-template.php:633
2988
  msgid "Hide template"
2989
  msgstr ""
2990
 
2991
- #: includes/settings/class-cr-settings-email-template.php:647
2992
  msgid "Are you sure you want to delete this template file?"
2993
  msgstr ""
2994
 
2995
- #: includes/settings/class-cr-settings-email-template.php:668
2996
- #: includes/settings/class-cr-settings-email-template.php:674
2997
  msgid "'Email Body' field cannot be empty"
2998
  msgstr ""
2999
 
3000
- #: includes/settings/class-cr-settings-email-template.php:688
3001
  msgid "Action failed. Please refresh the page and retry."
3002
  msgstr ""
3003
 
3004
- #: includes/settings/class-cr-settings-email-template.php:692
3005
  msgid "You don&#8217;t have permission to do this."
3006
  msgstr ""
3007
 
3008
- #: includes/settings/class-cr-settings-email-template.php:714
3009
  msgid "Template file copied to theme."
3010
  msgstr ""
3011
 
3012
- #: includes/settings/class-cr-settings-email-template.php:726
3013
  msgid "Template file deleted from theme."
3014
  msgstr ""
3015
 
@@ -3017,11 +3060,11 @@ msgstr ""
3017
  msgid "Emails"
3018
  msgstr ""
3019
 
3020
- #: includes/settings/class-cr-settings-emails.php:69
3021
  msgid "Email Templates"
3022
  msgstr ""
3023
 
3024
- #: includes/settings/class-cr-settings-emails.php:71
3025
  msgid ""
3026
  "Adjust templates of the emails that will be sent to customers. If you enable "
3027
  "<b>advanced</b> email templates in your account on the %1$sCusRev website"
@@ -3029,15 +3072,15 @@ msgid ""
3029
  "below."
3030
  msgstr ""
3031
 
3032
- #: includes/settings/class-cr-settings-emails.php:102
3033
  msgid "Email"
3034
  msgstr ""
3035
 
3036
- #: includes/settings/class-cr-settings-emails.php:103
3037
  msgid "Subject"
3038
  msgstr ""
3039
 
3040
- #: includes/settings/class-cr-settings-emails.php:104
3041
  msgid "From"
3042
  msgstr ""
3043
 
@@ -3183,7 +3226,7 @@ msgid "Reply-To Address"
3183
  msgstr ""
3184
 
3185
  #: includes/settings/class-cr-settings-review-discount.php:109
3186
- #: includes/settings/class-cr-settings-review-reminder.php:480
3187
  msgid "Email Template"
3188
  msgstr ""
3189
 
@@ -3444,11 +3487,11 @@ msgstr ""
3444
  #: includes/settings/class-cr-settings-review-reminder.php:89
3445
  #: includes/settings/class-cr-settings-review-reminder.php:94
3446
  #: includes/settings/class-cr-settings-review-reminder.php:99
3447
- #: includes/settings/class-cr-settings-review-reminder.php:931
3448
- #: includes/settings/class-cr-settings-review-reminder.php:932
3449
- #: includes/settings/class-cr-settings-review-reminder.php:933
3450
- #: includes/settings/class-cr-settings-review-reminder.php:934
3451
- #: includes/settings/class-cr-settings-review-reminder.php:935
3452
  msgid "Checking license..."
3453
  msgstr ""
3454
 
@@ -3723,83 +3766,83 @@ msgid ""
3723
  "in this field."
3724
  msgstr ""
3725
 
3726
- #: includes/settings/class-cr-settings-review-reminder.php:314
3727
  msgid "Order Status"
3728
  msgstr ""
3729
 
3730
- #: includes/settings/class-cr-settings-review-reminder.php:316
3731
  msgid ""
3732
  "Review reminders will be sent N days after this order status. It is "
3733
  "recommended to use 'Completed' status."
3734
  msgstr ""
3735
 
3736
- #: includes/settings/class-cr-settings-review-reminder.php:325
3737
  msgid "Enable for"
3738
  msgstr ""
3739
 
3740
- #: includes/settings/class-cr-settings-review-reminder.php:327
3741
  msgid ""
3742
  "Define if reminders will be send for all or only specific categories of "
3743
  "products."
3744
  msgstr ""
3745
 
3746
- #: includes/settings/class-cr-settings-review-reminder.php:334
3747
  msgid "All Categories"
3748
  msgstr ""
3749
 
3750
- #: includes/settings/class-cr-settings-review-reminder.php:335
3751
  msgid "Specific Categories"
3752
  msgstr ""
3753
 
3754
- #: includes/settings/class-cr-settings-review-reminder.php:339
3755
  msgid "Categories"
3756
  msgstr ""
3757
 
3758
- #: includes/settings/class-cr-settings-review-reminder.php:341
3759
  msgid ""
3760
  "If reminders are enabled only for specific categories of products, this "
3761
  "field enables you to choose these categories."
3762
  msgstr ""
3763
 
3764
- #: includes/settings/class-cr-settings-review-reminder.php:348
3765
  msgid "Enable for Roles"
3766
  msgstr ""
3767
 
3768
- #: includes/settings/class-cr-settings-review-reminder.php:350
3769
  msgid ""
3770
  "Define if reminders will be send for all or only specific roles of users."
3771
  msgstr ""
3772
 
3773
- #: includes/settings/class-cr-settings-review-reminder.php:357
3774
  msgid "All Roles"
3775
  msgstr ""
3776
 
3777
- #: includes/settings/class-cr-settings-review-reminder.php:358
3778
  msgid "Specific Roles"
3779
  msgstr ""
3780
 
3781
- #: includes/settings/class-cr-settings-review-reminder.php:364
3782
  msgid ""
3783
  "If reminders are enabled only for specific user roles, this field enables "
3784
  "you to choose these roles."
3785
  msgstr ""
3786
 
3787
- #: includes/settings/class-cr-settings-review-reminder.php:371
3788
  msgid "Enable for Guests"
3789
  msgstr ""
3790
 
3791
- #: includes/settings/class-cr-settings-review-reminder.php:372
3792
  msgid ""
3793
  "Enable sending of review reminders to customers who place orders without an "
3794
  "account (guest checkout). It is recommended to enable this checkbox, if you "
3795
  "allow customers to place orders without creating an account on your site."
3796
  msgstr ""
3797
 
3798
- #: includes/settings/class-cr-settings-review-reminder.php:378
3799
  msgid "Reminders Scheduler"
3800
  msgstr ""
3801
 
3802
- #: includes/settings/class-cr-settings-review-reminder.php:380
3803
  msgid ""
3804
  "Define which scheduler the plugin will use to schedule automatic review "
3805
  "reminders. The default option is to use WordPress Cron (WP-Cron) for "
@@ -3808,53 +3851,53 @@ msgid ""
3808
  "CR Cron is an external service that requires a license key (free or pro)."
3809
  msgstr ""
3810
 
3811
- #: includes/settings/class-cr-settings-review-reminder.php:389
3812
  msgid "Enable Manual Reminders"
3813
  msgstr ""
3814
 
3815
- #: includes/settings/class-cr-settings-review-reminder.php:390
3816
  msgid ""
3817
  "Enable manual sending of follow-up emails with a reminder to submit a "
3818
  "review. Manual reminders can be sent for completed orders from %1$sOrders"
3819
  "%2$s page after enabling this option."
3820
  msgstr ""
3821
 
3822
- #: includes/settings/class-cr-settings-review-reminder.php:396
3823
  msgid "Limit Number of Reminders"
3824
  msgstr ""
3825
 
3826
- #: includes/settings/class-cr-settings-review-reminder.php:397
3827
  msgid ""
3828
  "Enable this checkbox to make sure that no more than one review reminder is "
3829
  "sent for each order."
3830
  msgstr ""
3831
 
3832
- #: includes/settings/class-cr-settings-review-reminder.php:403
3833
  msgid "Customer Consent"
3834
  msgstr ""
3835
 
3836
- #: includes/settings/class-cr-settings-review-reminder.php:404
3837
  msgid ""
3838
  "If this option is enabled, customers will be asked to tick a checkbox on the "
3839
  "checkout page to indicate that they would like to receive an invitation to "
3840
  "review their order."
3841
  msgstr ""
3842
 
3843
- #: includes/settings/class-cr-settings-review-reminder.php:410
3844
  msgid "Customer Consent Text"
3845
  msgstr ""
3846
 
3847
- #: includes/settings/class-cr-settings-review-reminder.php:411
3848
  msgid ""
3849
  "Text of the message shown to customers next to the consent checkbox on the "
3850
  "checkout page."
3851
  msgstr ""
3852
 
3853
- #: includes/settings/class-cr-settings-review-reminder.php:420
3854
  msgid "Registered Customers"
3855
  msgstr ""
3856
 
3857
- #: includes/settings/class-cr-settings-review-reminder.php:421
3858
  msgid ""
3859
  "By default, review reminders are sent to billing emails provided by "
3860
  "customers during checkout. If you enable this option, the plugin will check "
@@ -3863,51 +3906,51 @@ msgid ""
3863
  "this option disabled."
3864
  msgstr ""
3865
 
3866
- #: includes/settings/class-cr-settings-review-reminder.php:427
3867
  msgid "Moderation of Reviews"
3868
  msgstr ""
3869
 
3870
- #: includes/settings/class-cr-settings-review-reminder.php:428
3871
  msgid ""
3872
  "Enable manual moderation of reviews submitted by your verified customers. "
3873
  "This setting applies only to reviews submitted in response to reminders sent "
3874
  "by this plugin."
3875
  msgstr ""
3876
 
3877
- #: includes/settings/class-cr-settings-review-reminder.php:434
3878
  msgid "Exclude Free Products"
3879
  msgstr ""
3880
 
3881
- #: includes/settings/class-cr-settings-review-reminder.php:435
3882
  msgid "Enable this checkbox to exclude free products from review invitations."
3883
  msgstr ""
3884
 
3885
- #: includes/settings/class-cr-settings-review-reminder.php:441
3886
  msgid "Shop Name"
3887
  msgstr ""
3888
 
3889
- #: includes/settings/class-cr-settings-review-reminder.php:443
3890
  msgid ""
3891
  "Specify your shop name that will be used in emails and review forms "
3892
  "generated by this plugin."
3893
  msgstr ""
3894
 
3895
- #: includes/settings/class-cr-settings-review-reminder.php:458
3896
- #: includes/settings/class-cr-settings-review-reminder.php:464
3897
  msgid "Language"
3898
  msgstr ""
3899
 
3900
- #: includes/settings/class-cr-settings-review-reminder.php:466
3901
  msgid "Choose one of the available languages."
3902
  msgstr ""
3903
 
3904
- #: includes/settings/class-cr-settings-review-reminder.php:482
3905
  msgid ""
3906
  "The email template of review reminders can be configured on the <a href=\"%s"
3907
  "\">Emails</a> tab."
3908
  msgstr ""
3909
 
3910
- #: includes/settings/class-cr-settings-review-reminder.php:490
3911
  msgid ""
3912
  "Adjust template of the aggregated review forms that will be created and sent "
3913
  "to customers by CusRev. Modifications will be applied to the next review "
@@ -3916,55 +3959,55 @@ msgid ""
3916
  "b> the settings below."
3917
  msgstr ""
3918
 
3919
- #: includes/settings/class-cr-settings-review-reminder.php:492
3920
  msgid ""
3921
  "Adjust template of the aggregated review forms that will be created and sent "
3922
  "to customers. Modifications will be applied to the next review form created "
3923
  "after saving settings."
3924
  msgstr ""
3925
 
3926
- #: includes/settings/class-cr-settings-review-reminder.php:495
3927
  msgid "Review Form Template"
3928
  msgstr ""
3929
 
3930
- #: includes/settings/class-cr-settings-review-reminder.php:501
3931
  msgid "Form Header"
3932
  msgstr ""
3933
 
3934
- #: includes/settings/class-cr-settings-review-reminder.php:503
3935
  msgid "Header of the review form that will be sent to customers."
3936
  msgstr ""
3937
 
3938
- #: includes/settings/class-cr-settings-review-reminder.php:510
3939
  msgid "Form Body"
3940
  msgstr ""
3941
 
3942
- #: includes/settings/class-cr-settings-review-reminder.php:512
3943
  msgid "Body of the review form that will be sent to customers."
3944
  msgstr ""
3945
 
3946
- #: includes/settings/class-cr-settings-review-reminder.php:520
3947
  msgid "Shop Rating"
3948
  msgstr ""
3949
 
3950
- #: includes/settings/class-cr-settings-review-reminder.php:524
3951
  msgid ""
3952
  "Enable this option if you would like to include a separate question for a "
3953
  "general shop review in addition to questions for product reviews."
3954
  msgstr ""
3955
 
3956
- #: includes/settings/class-cr-settings-review-reminder.php:527
3957
  msgid "Comment Required"
3958
  msgstr ""
3959
 
3960
- #: includes/settings/class-cr-settings-review-reminder.php:531
3961
  msgid ""
3962
  "Enable this option if you would like to make it mandatory for your customers "
3963
  "to write something in their review. This option applies only to aggregated "
3964
  "review forms."
3965
  msgstr ""
3966
 
3967
- #: includes/settings/class-cr-settings-review-reminder.php:534
3968
  msgid ""
3969
  "Enable attachment of pictures and videos on aggregated review forms. "
3970
  "Uploaded media files are initially stored on Amazon S3 and automatically "
@@ -3974,7 +4017,7 @@ msgid ""
3974
  "%2$s."
3975
  msgstr ""
3976
 
3977
- #: includes/settings/class-cr-settings-review-reminder.php:536
3978
  msgid ""
3979
  "Enable attachment of pictures and videos on local aggregated review forms. "
3980
  "This option applies only to aggregated review forms. If you would like to "
@@ -3982,72 +4025,72 @@ msgid ""
3982
  "pages, this can be done %1$shere%2$s."
3983
  msgstr ""
3984
 
3985
- #: includes/settings/class-cr-settings-review-reminder.php:539
3986
  msgid "Attach Media"
3987
  msgstr ""
3988
 
3989
- #: includes/settings/class-cr-settings-review-reminder.php:549
3990
  msgid "Rating Bar"
3991
  msgstr ""
3992
 
3993
- #: includes/settings/class-cr-settings-review-reminder.php:553
3994
  msgid "Visual style of rating bars on review forms."
3995
  msgstr ""
3996
 
3997
- #: includes/settings/class-cr-settings-review-reminder.php:555
3998
  msgid "Smiley and frowny faces"
3999
  msgstr ""
4000
 
4001
- #: includes/settings/class-cr-settings-review-reminder.php:556
4002
  #: blocks/src/reviews-grid/edit.js:234 js/blocks.js:946
4003
  msgid "Stars"
4004
  msgstr ""
4005
 
4006
- #: includes/settings/class-cr-settings-review-reminder.php:561
4007
  msgid "Geolocation"
4008
  msgstr ""
4009
 
4010
- #: includes/settings/class-cr-settings-review-reminder.php:565
4011
  msgid ""
4012
  "Enable geolocation on aggregated review forms. Customers will have an option "
4013
  "to indicate where they are from. For example, \"England, United Kingdom\"."
4014
  msgstr ""
4015
 
4016
- #: includes/settings/class-cr-settings-review-reminder.php:566
4017
  msgid "Automatic geolocation on review forms."
4018
  msgstr ""
4019
 
4020
- #: includes/settings/class-cr-settings-review-reminder.php:572
4021
  msgid "Form Color 1"
4022
  msgstr ""
4023
 
4024
- #: includes/settings/class-cr-settings-review-reminder.php:576
4025
  msgid "Background color for heading of the form and product names."
4026
  msgstr ""
4027
 
4028
- #: includes/settings/class-cr-settings-review-reminder.php:580
4029
  msgid "Form Color 2"
4030
  msgstr ""
4031
 
4032
- #: includes/settings/class-cr-settings-review-reminder.php:584
4033
  msgid "Text color for product names."
4034
  msgstr ""
4035
 
4036
- #: includes/settings/class-cr-settings-review-reminder.php:588
4037
  msgid "Form Color 3"
4038
  msgstr ""
4039
 
4040
- #: includes/settings/class-cr-settings-review-reminder.php:592
4041
  msgid "Color of control elements (buttons, rating bars)."
4042
  msgstr ""
4043
 
4044
- #: includes/settings/class-cr-settings-review-reminder.php:948
4045
  msgid ""
4046
  "While editing the footer text please make sure to keep the unsubscribe link "
4047
  "markup:"
4048
  msgstr ""
4049
 
4050
- #: includes/settings/class-cr-settings-review-reminder.php:1017
4051
  msgid ""
4052
  "<strong>CR Cron could not be enabled because no license key was entered. A "
4053
  "license key (free or pro) is required to use CR Cron.</strong>"
@@ -4401,200 +4444,171 @@ msgid ""
4401
  "you should specify it here."
4402
  msgstr ""
4403
 
4404
- #: includes/settings/class-cr-settings-trust-badges.php:50
4405
  #: includes/settings/class-cr-settings-trust-badges.php:83
4406
- #: includes/settings/class-cr-settings-trust-badges.php:89
4407
  msgid "Trust Badges"
4408
  msgstr ""
4409
 
4410
- #: includes/settings/class-cr-settings-trust-badges.php:85
4411
  msgid ""
4412
- "<p>Increase your store's conversion rate by placing a \"trust badge\" on the "
4413
  "home, checkout or any other page(s). Let customers feel more confident about "
4414
  "shopping on your site by featuring a trust badge that shows a summary of "
4415
- "verified customer reviews. Trust badges can be enabled using shortcodes or "
4416
- "blocks in the page editor (blocks require WordPress 5.0 or newer).</"
4417
- "p><p>Reviews are considered to be verified when they are collected via an "
4418
- "independent third-party website (www.cusrev.com) integrated with this "
4419
- "plugin. Reviews submitted directly on your site cannot be considered as "
4420
- "verified. Each trust badge contains a nofollow link to a dedicated page at "
4421
- "<b>www.cusrev.com</b> with all verified reviews for your store. You can "
4422
- "configure URL of the page with verified reviews for your store below.</p>"
4423
- msgstr ""
4424
-
4425
- #: includes/settings/class-cr-settings-trust-badges.php:90
4426
- msgid ""
4427
- "Enable this option to display trust badges and additional %1$s icons for "
4428
- "individual reviews on product pages in your store. Each %2$s icon will "
4429
- "contain a nofollow link to a verified copy of the review on <strong>www."
4430
- "cusrev.com</strong>."
4431
- msgstr ""
4432
-
4433
- #: includes/settings/class-cr-settings-trust-badges.php:97
4434
- msgid "Verified Reviews Page"
4435
- msgstr ""
4436
-
4437
- #: includes/settings/class-cr-settings-trust-badges.php:98
4438
- msgid ""
4439
- "Specify name of the page with verified reviews. This will be a base URL for "
4440
- "reviews related to your shop. You can use alphanumeric symbols and '.' in "
4441
- "the name of the page."
4442
  msgstr ""
4443
 
4444
- #: includes/settings/class-cr-settings-trust-badges.php:106
4445
- msgid "Age Restriction"
4446
- msgstr ""
4447
-
4448
- #: includes/settings/class-cr-settings-trust-badges.php:107
4449
  msgid ""
4450
- "Enable this option if your store sells age-restricted products (e.g., adult "
4451
- "content, alcohol, etc.)"
 
4452
  msgstr ""
4453
 
4454
- #: includes/settings/class-cr-settings-trust-badges.php:117
4455
  msgid "Small Light Badge"
4456
  msgstr ""
4457
 
4458
- #: includes/settings/class-cr-settings-trust-badges.php:119
4459
  msgid "Shortcode and preview of the small light trust badge."
4460
  msgstr ""
4461
 
4462
- #: includes/settings/class-cr-settings-trust-badges.php:125
4463
  msgid "Small Light Badge (with Store Rating)"
4464
  msgstr ""
4465
 
4466
- #: includes/settings/class-cr-settings-trust-badges.php:127
4467
  msgid "Shortcode and preview of the small light trust badge with store rating."
4468
  msgstr ""
4469
 
4470
- #: includes/settings/class-cr-settings-trust-badges.php:133
4471
  msgid "Small Dark Badge"
4472
  msgstr ""
4473
 
4474
- #: includes/settings/class-cr-settings-trust-badges.php:135
4475
  msgid "Shortcode and preview of the small dark trust badge."
4476
  msgstr ""
4477
 
4478
- #: includes/settings/class-cr-settings-trust-badges.php:141
4479
  msgid "Small Dark Badge (with Store Rating)"
4480
  msgstr ""
4481
 
4482
- #: includes/settings/class-cr-settings-trust-badges.php:143
4483
  msgid "Shortcode and preview of the small dark trust badge with store rating."
4484
  msgstr ""
4485
 
4486
- #: includes/settings/class-cr-settings-trust-badges.php:149
4487
  msgid "Wide Light Badge"
4488
  msgstr ""
4489
 
4490
- #: includes/settings/class-cr-settings-trust-badges.php:151
4491
  msgid ""
4492
  "Shortcode and preview of the wide light trust badge. The wide badge has a "
4493
  "version for small screens that will be automatically shown when a website is "
4494
  "viewed from phones."
4495
  msgstr ""
4496
 
4497
- #: includes/settings/class-cr-settings-trust-badges.php:157
4498
  msgid "Wide Light Badge (with Store Rating)"
4499
  msgstr ""
4500
 
4501
- #: includes/settings/class-cr-settings-trust-badges.php:159
4502
  msgid ""
4503
  "Shortcode and preview of the wide light trust badge with store rating. The "
4504
  "wide badge has a version for small screens that will be automatically shown "
4505
  "when a website is viewed from phones."
4506
  msgstr ""
4507
 
4508
- #: includes/settings/class-cr-settings-trust-badges.php:165
4509
  msgid "Wide Dark Badge"
4510
  msgstr ""
4511
 
4512
- #: includes/settings/class-cr-settings-trust-badges.php:167
4513
  msgid ""
4514
  "Shortcode and preview of the wide dark trust badge. The wide badge has a "
4515
  "version for small screens that will be automatically shown when a website is "
4516
  "viewed from phones."
4517
  msgstr ""
4518
 
4519
- #: includes/settings/class-cr-settings-trust-badges.php:173
4520
  msgid "Wide Dark Badge (with Store Rating)"
4521
  msgstr ""
4522
 
4523
- #: includes/settings/class-cr-settings-trust-badges.php:175
4524
  msgid ""
4525
  "Shortcode and preview of the wide dark trust badge with store rating. The "
4526
  "wide badge has a version for small screens that will be automatically shown "
4527
  "when a website is viewed from phones."
4528
  msgstr ""
4529
 
4530
- #: includes/settings/class-cr-settings-trust-badges.php:181
4531
  msgid "Compact Light Badge"
4532
  msgstr ""
4533
 
4534
- #: includes/settings/class-cr-settings-trust-badges.php:183
4535
  msgid "Shortcode and preview of the compact light trust badge."
4536
  msgstr ""
4537
 
4538
- #: includes/settings/class-cr-settings-trust-badges.php:189
4539
  msgid "Compact Dark Badge"
4540
  msgstr ""
4541
 
4542
- #: includes/settings/class-cr-settings-trust-badges.php:191
4543
  msgid "Shortcode and preview of the compact dark trust badge."
4544
  msgstr ""
4545
 
4546
- #: includes/settings/class-cr-settings-trust-badges.php:201
4547
  msgid "Floating Trust Badge"
4548
  msgstr ""
4549
 
4550
- #: includes/settings/class-cr-settings-trust-badges.php:203
4551
  msgid ""
4552
  "Settings to display a floating badge with a summary of verified reviews."
4553
  msgstr ""
4554
 
4555
- #: includes/settings/class-cr-settings-trust-badges.php:207
4556
  msgid "Floating Badge"
4557
  msgstr ""
4558
 
4559
- #: includes/settings/class-cr-settings-trust-badges.php:209
4560
  msgid ""
4561
  "Enable this checkbox to display a floating trust badge on public pages of "
4562
  "the website."
4563
  msgstr ""
4564
 
4565
- #: includes/settings/class-cr-settings-trust-badges.php:214
4566
  msgid "Floating Badge Style"
4567
  msgstr ""
4568
 
4569
- #: includes/settings/class-cr-settings-trust-badges.php:216
4570
  msgid "Choose one of the styles for the floating trust badge."
4571
  msgstr ""
4572
 
4573
- #: includes/settings/class-cr-settings-trust-badges.php:220 js/blocks.js:112
4574
  msgid "Light"
4575
  msgstr ""
4576
 
4577
- #: includes/settings/class-cr-settings-trust-badges.php:221 js/blocks.js:116
4578
  msgid "Dark"
4579
  msgstr ""
4580
 
4581
- #: includes/settings/class-cr-settings-trust-badges.php:226
4582
  msgid "Floating Badge Location"
4583
  msgstr ""
4584
 
4585
- #: includes/settings/class-cr-settings-trust-badges.php:228
4586
  msgid "Choose one of the locations for the floating trust badge."
4587
  msgstr ""
4588
 
4589
- #: includes/settings/class-cr-settings-trust-badges.php:232
4590
  msgid "Bottom right"
4591
  msgstr ""
4592
 
4593
- #: includes/settings/class-cr-settings-trust-badges.php:233
4594
  msgid "Bottom left"
4595
  msgstr ""
4596
 
4597
- #: includes/settings/class-cr-settings-trust-badges.php:318
4598
  msgid "color"
4599
  msgstr ""
4600
 
@@ -4665,74 +4679,82 @@ msgstr ""
4665
  msgid "Tags for Reviews"
4666
  msgstr ""
4667
 
4668
- #: includes/trust-badge/class-cr-trust-badge.php:201
4669
  msgid "Independently verified"
4670
  msgstr ""
4671
 
4672
- #: includes/trust-badge/class-cr-trust-badge.php:202
4673
  msgid "independently verified"
4674
  msgstr ""
4675
 
4676
- #: includes/trust-badge/class-cr-trust-badge.php:204
 
 
 
 
 
 
 
 
4677
  msgid "%s rating"
4678
  msgstr ""
4679
 
4680
- #: includes/trust-badge/class-cr-trust-badge.php:205
4681
  msgid "rating %s / 5"
4682
  msgstr ""
4683
 
4684
- #: includes/trust-badge/class-cr-trust-badge.php:206
4685
  msgid "%s store rating"
4686
  msgstr ""
4687
 
4688
- #: includes/trust-badge/class-cr-trust-badge.php:207
4689
  msgid "Store rating %s / 5"
4690
  msgstr ""
4691
 
4692
- #: includes/trust-badge/class-cr-trust-badge.php:208
4693
  msgid "store rating"
4694
  msgstr ""
4695
 
4696
- #: includes/trust-badge/class-cr-trust-badge.php:209
4697
  msgid "%s product rating"
4698
  msgstr ""
4699
 
4700
- #: includes/trust-badge/class-cr-trust-badge.php:210
4701
  msgid "Product rating %s / 5"
4702
  msgstr ""
4703
 
4704
- #: includes/trust-badge/class-cr-trust-badge.php:211
4705
  msgid "product rating"
4706
  msgstr ""
4707
 
4708
- #: includes/trust-badge/class-cr-trust-badge.php:212
4709
- #: includes/trust-badge/class-cr-trust-badge.php:213 templates/cr-rating.php:44
4710
  msgid "%s review"
4711
  msgid_plural "%s reviews"
4712
  msgstr[0] ""
4713
 
4714
  #: includes/trust-badge/class-cr-verified-reviews.php:58
4715
- msgid "Trust badges activation error: 'Verified Reviews Page' cannot be empty."
4716
  msgstr ""
4717
 
4718
  #: includes/trust-badge/class-cr-verified-reviews.php:89
4719
- msgid "Trust badges activation error #98. "
4720
  msgstr ""
4721
 
4722
  #: includes/trust-badge/class-cr-verified-reviews.php:94
4723
- msgid "Trust badges have been successfully activated."
4724
  msgstr ""
4725
 
4726
  #: includes/trust-badge/class-cr-verified-reviews.php:97
4727
  msgid ""
4728
- "Trust badges activation error: '%s' is already in use. Please enter a "
4729
  "different page name."
4730
  msgstr ""
4731
 
4732
  #: includes/trust-badge/class-cr-verified-reviews.php:100
4733
  msgid ""
4734
- "Trust badges activation error: page name contains unsupported symbols. Only "
4735
- "latin characters (a-z), numbers (0-9), and . symbol are allowed."
4736
  msgstr ""
4737
 
4738
  #: includes/trust-badge/class-cr-verified-reviews.php:103
@@ -4742,25 +4764,25 @@ msgid ""
4742
  msgstr ""
4743
 
4744
  #: includes/trust-badge/class-cr-verified-reviews.php:106
4745
- msgid "Trust badges activation error #99."
4746
  msgstr ""
4747
 
4748
  #: includes/trust-badge/class-cr-verified-reviews.php:142
4749
- msgid "Trust badges deactivation error #98. Please try again."
4750
  msgstr ""
4751
 
4752
  #: includes/trust-badge/class-cr-verified-reviews.php:149
4753
- msgid "Trust badges have been successfully deactivated."
4754
  msgstr ""
4755
 
4756
  #: includes/trust-badge/class-cr-verified-reviews.php:153
4757
  msgid ""
4758
- "Trust badges deactivation error: the page is blocked, please contact CusRev "
4759
- "support for assistance."
4760
  msgstr ""
4761
 
4762
  #: includes/trust-badge/class-cr-verified-reviews.php:157
4763
- msgid "Trust badges deactivation error #99."
4764
  msgstr ""
4765
 
4766
  #: ivole.php:135
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"
43
  msgid "This reply was originally posted on CR portal"
44
  msgstr ""
45
 
46
+ #: class-ivole.php:152
47
  msgid "View CusRev documentation"
48
  msgstr ""
49
 
50
+ #: class-ivole.php:152
51
  msgid "Docs"
52
  msgstr ""
53
 
54
+ #: class-ivole.php:153
55
  msgid "Visit community forums"
56
  msgstr ""
57
 
58
+ #: class-ivole.php:153
59
  msgid "Community support"
60
  msgstr ""
61
 
62
+ #: class-ivole.php:163
63
  msgid "View Customer Reviews settings"
64
  msgstr ""
65
 
66
+ #: class-ivole.php:163 includes/settings/class-cr-admin-menu-settings.php:60
67
  #: includes/settings/class-cr-admin-menu-settings.php:61
68
  msgid "Settings"
69
  msgstr ""
240
  msgid "Item 2 Test"
241
  msgstr ""
242
 
243
+ #: includes/emails/class-cr-email-func.php:264
244
  #: includes/reviews/class-cr-reviews-list-table.php:410
245
  msgid "Review"
246
  msgstr ""
377
  #: includes/reviews/class-cr-admin-menu-reviews.php:59
378
  #: includes/reviews/class-cr-admin-menu-reviews.php:60
379
  #: includes/settings/class-cr-admin-menu-settings.php:143
380
+ #: includes/settings/class-cr-settings-trust-badges.php:310
381
  msgid "Reviews"
382
  msgstr ""
383
 
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 "
2510
+ "%1$s icons for individual reviews on product pages of your store will be "
2511
+ "displayed. Each %2$s icon will contain a nofollow link to a verified copy of "
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.)"
2534
+ msgstr ""
2535
+
2536
  #: includes/settings/class-cr-settings-discount-tiers.php:37
2537
  msgid ""
2538
  "The option is not available with the coupon type selected for this discount "
2634
  msgstr ""
2635
 
2636
  #: includes/settings/class-cr-settings-discount-tiers.php:146
2637
+ #: includes/settings/class-cr-settings-review-reminder.php:367
2638
  msgid "Roles"
2639
  msgstr ""
2640
 
2845
  msgstr ""
2846
 
2847
  #: includes/settings/class-cr-settings-email-template.php:286
2848
+ msgid "\"Reply-To\" address"
2849
  msgstr ""
2850
 
2851
  #: includes/settings/class-cr-settings-email-template.php:301
2990
  "test email."
2991
  msgstr ""
2992
 
2993
+ #: includes/settings/class-cr-settings-email-template.php:536
2994
  msgid "Return to emails"
2995
  msgstr ""
2996
 
2997
+ #: includes/settings/class-cr-settings-email-template.php:559
2998
  msgid "Email template"
2999
  msgstr ""
3000
 
3001
+ #: includes/settings/class-cr-settings-email-template.php:567
3002
  msgid "Delete template file"
3003
  msgstr ""
3004
 
3005
  #. translators: %s: Path to template file
3006
+ #: includes/settings/class-cr-settings-email-template.php:573
3007
  msgid ""
3008
  "This template has been overridden by your theme and can be found in: %s."
3009
  msgstr ""
3010
 
3011
+ #: includes/settings/class-cr-settings-email-template.php:603
3012
  msgid "Copy file to theme"
3013
  msgstr ""
3014
 
3015
  #. translators: 1: Path to template file 2: Path to theme folder
3016
+ #: includes/settings/class-cr-settings-email-template.php:609
3017
  msgid ""
3018
  "To override and edit this email template copy %1$s to your theme folder: "
3019
  "%2$s."
3020
  msgstr ""
3021
 
3022
+ #: includes/settings/class-cr-settings-email-template.php:617
3023
  msgid "File was not found."
3024
  msgstr ""
3025
 
3026
+ #: includes/settings/class-cr-settings-email-template.php:639
3027
  msgid "View template"
3028
  msgstr ""
3029
 
3030
+ #: includes/settings/class-cr-settings-email-template.php:640
3031
  msgid "Hide template"
3032
  msgstr ""
3033
 
3034
+ #: includes/settings/class-cr-settings-email-template.php:654
3035
  msgid "Are you sure you want to delete this template file?"
3036
  msgstr ""
3037
 
3038
+ #: includes/settings/class-cr-settings-email-template.php:675
3039
+ #: includes/settings/class-cr-settings-email-template.php:681
3040
  msgid "'Email Body' field cannot be empty"
3041
  msgstr ""
3042
 
3043
+ #: includes/settings/class-cr-settings-email-template.php:695
3044
  msgid "Action failed. Please refresh the page and retry."
3045
  msgstr ""
3046
 
3047
+ #: includes/settings/class-cr-settings-email-template.php:699
3048
  msgid "You don&#8217;t have permission to do this."
3049
  msgstr ""
3050
 
3051
+ #: includes/settings/class-cr-settings-email-template.php:721
3052
  msgid "Template file copied to theme."
3053
  msgstr ""
3054
 
3055
+ #: includes/settings/class-cr-settings-email-template.php:733
3056
  msgid "Template file deleted from theme."
3057
  msgstr ""
3058
 
3060
  msgid "Emails"
3061
  msgstr ""
3062
 
3063
+ #: includes/settings/class-cr-settings-emails.php:76
3064
  msgid "Email Templates"
3065
  msgstr ""
3066
 
3067
+ #: includes/settings/class-cr-settings-emails.php:78
3068
  msgid ""
3069
  "Adjust templates of the emails that will be sent to customers. If you enable "
3070
  "<b>advanced</b> email templates in your account on the %1$sCusRev website"
3072
  "below."
3073
  msgstr ""
3074
 
3075
+ #: includes/settings/class-cr-settings-emails.php:109
3076
  msgid "Email"
3077
  msgstr ""
3078
 
3079
+ #: includes/settings/class-cr-settings-emails.php:110
3080
  msgid "Subject"
3081
  msgstr ""
3082
 
3083
+ #: includes/settings/class-cr-settings-emails.php:111
3084
  msgid "From"
3085
  msgstr ""
3086
 
3226
  msgstr ""
3227
 
3228
  #: includes/settings/class-cr-settings-review-discount.php:109
3229
+ #: includes/settings/class-cr-settings-review-reminder.php:494
3230
  msgid "Email Template"
3231
  msgstr ""
3232
 
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
3490
+ #: includes/settings/class-cr-settings-review-reminder.php:945
3491
+ #: includes/settings/class-cr-settings-review-reminder.php:946
3492
+ #: includes/settings/class-cr-settings-review-reminder.php:947
3493
+ #: includes/settings/class-cr-settings-review-reminder.php:948
3494
+ #: includes/settings/class-cr-settings-review-reminder.php:949
3495
  msgid "Checking license..."
3496
  msgstr ""
3497
 
3766
  "in this field."
3767
  msgstr ""
3768
 
3769
+ #: includes/settings/class-cr-settings-review-reminder.php:315
3770
  msgid "Order Status"
3771
  msgstr ""
3772
 
3773
+ #: includes/settings/class-cr-settings-review-reminder.php:317
3774
  msgid ""
3775
  "Review reminders will be sent N days after this order status. It is "
3776
  "recommended to use 'Completed' status."
3777
  msgstr ""
3778
 
3779
+ #: includes/settings/class-cr-settings-review-reminder.php:327
3780
  msgid "Enable for"
3781
  msgstr ""
3782
 
3783
+ #: includes/settings/class-cr-settings-review-reminder.php:329
3784
  msgid ""
3785
  "Define if reminders will be send for all or only specific categories of "
3786
  "products."
3787
  msgstr ""
3788
 
3789
+ #: includes/settings/class-cr-settings-review-reminder.php:336
3790
  msgid "All Categories"
3791
  msgstr ""
3792
 
3793
+ #: includes/settings/class-cr-settings-review-reminder.php:337
3794
  msgid "Specific Categories"
3795
  msgstr ""
3796
 
3797
+ #: includes/settings/class-cr-settings-review-reminder.php:342
3798
  msgid "Categories"
3799
  msgstr ""
3800
 
3801
+ #: includes/settings/class-cr-settings-review-reminder.php:344
3802
  msgid ""
3803
  "If reminders are enabled only for specific categories of products, this "
3804
  "field enables you to choose these categories."
3805
  msgstr ""
3806
 
3807
+ #: includes/settings/class-cr-settings-review-reminder.php:352
3808
  msgid "Enable for Roles"
3809
  msgstr ""
3810
 
3811
+ #: includes/settings/class-cr-settings-review-reminder.php:354
3812
  msgid ""
3813
  "Define if reminders will be send for all or only specific roles of users."
3814
  msgstr ""
3815
 
3816
+ #: includes/settings/class-cr-settings-review-reminder.php:361
3817
  msgid "All Roles"
3818
  msgstr ""
3819
 
3820
+ #: includes/settings/class-cr-settings-review-reminder.php:362
3821
  msgid "Specific Roles"
3822
  msgstr ""
3823
 
3824
+ #: includes/settings/class-cr-settings-review-reminder.php:369
3825
  msgid ""
3826
  "If reminders are enabled only for specific user roles, this field enables "
3827
  "you to choose these roles."
3828
  msgstr ""
3829
 
3830
+ #: includes/settings/class-cr-settings-review-reminder.php:377
3831
  msgid "Enable for Guests"
3832
  msgstr ""
3833
 
3834
+ #: includes/settings/class-cr-settings-review-reminder.php:378
3835
  msgid ""
3836
  "Enable sending of review reminders to customers who place orders without an "
3837
  "account (guest checkout). It is recommended to enable this checkbox, if you "
3838
  "allow customers to place orders without creating an account on your site."
3839
  msgstr ""
3840
 
3841
+ #: includes/settings/class-cr-settings-review-reminder.php:385
3842
  msgid "Reminders Scheduler"
3843
  msgstr ""
3844
 
3845
+ #: includes/settings/class-cr-settings-review-reminder.php:387
3846
  msgid ""
3847
  "Define which scheduler the plugin will use to schedule automatic review "
3848
  "reminders. The default option is to use WordPress Cron (WP-Cron) for "
3851
  "CR Cron is an external service that requires a license key (free or pro)."
3852
  msgstr ""
3853
 
3854
+ #: includes/settings/class-cr-settings-review-reminder.php:397
3855
  msgid "Enable Manual Reminders"
3856
  msgstr ""
3857
 
3858
+ #: includes/settings/class-cr-settings-review-reminder.php:398
3859
  msgid ""
3860
  "Enable manual sending of follow-up emails with a reminder to submit a "
3861
  "review. Manual reminders can be sent for completed orders from %1$sOrders"
3862
  "%2$s page after enabling this option."
3863
  msgstr ""
3864
 
3865
+ #: includes/settings/class-cr-settings-review-reminder.php:405
3866
  msgid "Limit Number of Reminders"
3867
  msgstr ""
3868
 
3869
+ #: includes/settings/class-cr-settings-review-reminder.php:406
3870
  msgid ""
3871
  "Enable this checkbox to make sure that no more than one review reminder is "
3872
  "sent for each order."
3873
  msgstr ""
3874
 
3875
+ #: includes/settings/class-cr-settings-review-reminder.php:413
3876
  msgid "Customer Consent"
3877
  msgstr ""
3878
 
3879
+ #: includes/settings/class-cr-settings-review-reminder.php:414
3880
  msgid ""
3881
  "If this option is enabled, customers will be asked to tick a checkbox on the "
3882
  "checkout page to indicate that they would like to receive an invitation to "
3883
  "review their order."
3884
  msgstr ""
3885
 
3886
+ #: includes/settings/class-cr-settings-review-reminder.php:420
3887
  msgid "Customer Consent Text"
3888
  msgstr ""
3889
 
3890
+ #: includes/settings/class-cr-settings-review-reminder.php:421
3891
  msgid ""
3892
  "Text of the message shown to customers next to the consent checkbox on the "
3893
  "checkout page."
3894
  msgstr ""
3895
 
3896
+ #: includes/settings/class-cr-settings-review-reminder.php:430
3897
  msgid "Registered Customers"
3898
  msgstr ""
3899
 
3900
+ #: includes/settings/class-cr-settings-review-reminder.php:431
3901
  msgid ""
3902
  "By default, review reminders are sent to billing emails provided by "
3903
  "customers during checkout. If you enable this option, the plugin will check "
3906
  "this option disabled."
3907
  msgstr ""
3908
 
3909
+ #: includes/settings/class-cr-settings-review-reminder.php:438
3910
  msgid "Moderation of Reviews"
3911
  msgstr ""
3912
 
3913
+ #: includes/settings/class-cr-settings-review-reminder.php:439
3914
  msgid ""
3915
  "Enable manual moderation of reviews submitted by your verified customers. "
3916
  "This setting applies only to reviews submitted in response to reminders sent "
3917
  "by this plugin."
3918
  msgstr ""
3919
 
3920
+ #: includes/settings/class-cr-settings-review-reminder.php:446
3921
  msgid "Exclude Free Products"
3922
  msgstr ""
3923
 
3924
+ #: includes/settings/class-cr-settings-review-reminder.php:447
3925
  msgid "Enable this checkbox to exclude free products from review invitations."
3926
  msgstr ""
3927
 
3928
+ #: includes/settings/class-cr-settings-review-reminder.php:454
3929
  msgid "Shop Name"
3930
  msgstr ""
3931
 
3932
+ #: includes/settings/class-cr-settings-review-reminder.php:456
3933
  msgid ""
3934
  "Specify your shop name that will be used in emails and review forms "
3935
  "generated by this plugin."
3936
  msgstr ""
3937
 
3938
+ #: includes/settings/class-cr-settings-review-reminder.php:471
3939
+ #: includes/settings/class-cr-settings-review-reminder.php:477
3940
  msgid "Language"
3941
  msgstr ""
3942
 
3943
+ #: includes/settings/class-cr-settings-review-reminder.php:479
3944
  msgid "Choose one of the available languages."
3945
  msgstr ""
3946
 
3947
+ #: includes/settings/class-cr-settings-review-reminder.php:496
3948
  msgid ""
3949
  "The email template of review reminders can be configured on the <a href=\"%s"
3950
  "\">Emails</a> tab."
3951
  msgstr ""
3952
 
3953
+ #: includes/settings/class-cr-settings-review-reminder.php:504
3954
  msgid ""
3955
  "Adjust template of the aggregated review forms that will be created and sent "
3956
  "to customers by CusRev. Modifications will be applied to the next review "
3959
  "b> the settings below."
3960
  msgstr ""
3961
 
3962
+ #: includes/settings/class-cr-settings-review-reminder.php:506
3963
  msgid ""
3964
  "Adjust template of the aggregated review forms that will be created and sent "
3965
  "to customers. Modifications will be applied to the next review form created "
3966
  "after saving settings."
3967
  msgstr ""
3968
 
3969
+ #: includes/settings/class-cr-settings-review-reminder.php:509
3970
  msgid "Review Form Template"
3971
  msgstr ""
3972
 
3973
+ #: includes/settings/class-cr-settings-review-reminder.php:515
3974
  msgid "Form Header"
3975
  msgstr ""
3976
 
3977
+ #: includes/settings/class-cr-settings-review-reminder.php:517
3978
  msgid "Header of the review form that will be sent to customers."
3979
  msgstr ""
3980
 
3981
+ #: includes/settings/class-cr-settings-review-reminder.php:524
3982
  msgid "Form Body"
3983
  msgstr ""
3984
 
3985
+ #: includes/settings/class-cr-settings-review-reminder.php:526
3986
  msgid "Body of the review form that will be sent to customers."
3987
  msgstr ""
3988
 
3989
+ #: includes/settings/class-cr-settings-review-reminder.php:534
3990
  msgid "Shop Rating"
3991
  msgstr ""
3992
 
3993
+ #: includes/settings/class-cr-settings-review-reminder.php:538
3994
  msgid ""
3995
  "Enable this option if you would like to include a separate question for a "
3996
  "general shop review in addition to questions for product reviews."
3997
  msgstr ""
3998
 
3999
+ #: includes/settings/class-cr-settings-review-reminder.php:541
4000
  msgid "Comment Required"
4001
  msgstr ""
4002
 
4003
+ #: includes/settings/class-cr-settings-review-reminder.php:545
4004
  msgid ""
4005
  "Enable this option if you would like to make it mandatory for your customers "
4006
  "to write something in their review. This option applies only to aggregated "
4007
  "review forms."
4008
  msgstr ""
4009
 
4010
+ #: includes/settings/class-cr-settings-review-reminder.php:548
4011
  msgid ""
4012
  "Enable attachment of pictures and videos on aggregated review forms. "
4013
  "Uploaded media files are initially stored on Amazon S3 and automatically "
4017
  "%2$s."
4018
  msgstr ""
4019
 
4020
+ #: includes/settings/class-cr-settings-review-reminder.php:550
4021
  msgid ""
4022
  "Enable attachment of pictures and videos on local aggregated review forms. "
4023
  "This option applies only to aggregated review forms. If you would like to "
4025
  "pages, this can be done %1$shere%2$s."
4026
  msgstr ""
4027
 
4028
+ #: includes/settings/class-cr-settings-review-reminder.php:553
4029
  msgid "Attach Media"
4030
  msgstr ""
4031
 
4032
+ #: includes/settings/class-cr-settings-review-reminder.php:563
4033
  msgid "Rating Bar"
4034
  msgstr ""
4035
 
4036
+ #: includes/settings/class-cr-settings-review-reminder.php:567
4037
  msgid "Visual style of rating bars on review forms."
4038
  msgstr ""
4039
 
4040
+ #: includes/settings/class-cr-settings-review-reminder.php:569
4041
  msgid "Smiley and frowny faces"
4042
  msgstr ""
4043
 
4044
+ #: includes/settings/class-cr-settings-review-reminder.php:570
4045
  #: blocks/src/reviews-grid/edit.js:234 js/blocks.js:946
4046
  msgid "Stars"
4047
  msgstr ""
4048
 
4049
+ #: includes/settings/class-cr-settings-review-reminder.php:575
4050
  msgid "Geolocation"
4051
  msgstr ""
4052
 
4053
+ #: includes/settings/class-cr-settings-review-reminder.php:579
4054
  msgid ""
4055
  "Enable geolocation on aggregated review forms. Customers will have an option "
4056
  "to indicate where they are from. For example, \"England, United Kingdom\"."
4057
  msgstr ""
4058
 
4059
+ #: includes/settings/class-cr-settings-review-reminder.php:580
4060
  msgid "Automatic geolocation on review forms."
4061
  msgstr ""
4062
 
4063
+ #: includes/settings/class-cr-settings-review-reminder.php:586
4064
  msgid "Form Color 1"
4065
  msgstr ""
4066
 
4067
+ #: includes/settings/class-cr-settings-review-reminder.php:590
4068
  msgid "Background color for heading of the form and product names."
4069
  msgstr ""
4070
 
4071
+ #: includes/settings/class-cr-settings-review-reminder.php:594
4072
  msgid "Form Color 2"
4073
  msgstr ""
4074
 
4075
+ #: includes/settings/class-cr-settings-review-reminder.php:598
4076
  msgid "Text color for product names."
4077
  msgstr ""
4078
 
4079
+ #: includes/settings/class-cr-settings-review-reminder.php:602
4080
  msgid "Form Color 3"
4081
  msgstr ""
4082
 
4083
+ #: includes/settings/class-cr-settings-review-reminder.php:606
4084
  msgid "Color of control elements (buttons, rating bars)."
4085
  msgstr ""
4086
 
4087
+ #: includes/settings/class-cr-settings-review-reminder.php:962
4088
  msgid ""
4089
  "While editing the footer text please make sure to keep the unsubscribe link "
4090
  "markup:"
4091
  msgstr ""
4092
 
4093
+ #: includes/settings/class-cr-settings-review-reminder.php:1031
4094
  msgid ""
4095
  "<strong>CR Cron could not be enabled because no license key was entered. A "
4096
  "license key (free or pro) is required to use CR Cron.</strong>"
4444
  "you should specify it here."
4445
  msgstr ""
4446
 
4447
+ #: includes/settings/class-cr-settings-trust-badges.php:45
4448
  #: includes/settings/class-cr-settings-trust-badges.php:83
 
4449
  msgid "Trust Badges"
4450
  msgstr ""
4451
 
4452
+ #: includes/settings/class-cr-settings-trust-badges.php:86
4453
  msgid ""
4454
+ "Increase your store's conversion rate by placing a \"trust badge\" on the "
4455
  "home, checkout or any other page(s). Let customers feel more confident about "
4456
  "shopping on your site by featuring a trust badge that shows a summary of "
4457
+ "customer reviews. Trust badges can be enabled using shortcodes or blocks in "
4458
+ "the page editor (blocks require WordPress 5.0 or newer)."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4459
  msgstr ""
4460
 
4461
+ #: includes/settings/class-cr-settings-trust-badges.php:88
 
 
 
 
4462
  msgid ""
4463
+ "If you enable <a href=\"%1$s\">verification of reviews</a> and claim a <a "
4464
+ "href=\"%2$s\">dedicated page</a> at CusRev.com website, trust badges will "
4465
+ "include a nofollow link to your page there."
4466
  msgstr ""
4467
 
4468
+ #: includes/settings/class-cr-settings-trust-badges.php:93
4469
  msgid "Small Light Badge"
4470
  msgstr ""
4471
 
4472
+ #: includes/settings/class-cr-settings-trust-badges.php:95
4473
  msgid "Shortcode and preview of the small light trust badge."
4474
  msgstr ""
4475
 
4476
+ #: includes/settings/class-cr-settings-trust-badges.php:101
4477
  msgid "Small Light Badge (with Store Rating)"
4478
  msgstr ""
4479
 
4480
+ #: includes/settings/class-cr-settings-trust-badges.php:103
4481
  msgid "Shortcode and preview of the small light trust badge with store rating."
4482
  msgstr ""
4483
 
4484
+ #: includes/settings/class-cr-settings-trust-badges.php:109
4485
  msgid "Small Dark Badge"
4486
  msgstr ""
4487
 
4488
+ #: includes/settings/class-cr-settings-trust-badges.php:111
4489
  msgid "Shortcode and preview of the small dark trust badge."
4490
  msgstr ""
4491
 
4492
+ #: includes/settings/class-cr-settings-trust-badges.php:117
4493
  msgid "Small Dark Badge (with Store Rating)"
4494
  msgstr ""
4495
 
4496
+ #: includes/settings/class-cr-settings-trust-badges.php:119
4497
  msgid "Shortcode and preview of the small dark trust badge with store rating."
4498
  msgstr ""
4499
 
4500
+ #: includes/settings/class-cr-settings-trust-badges.php:125
4501
  msgid "Wide Light Badge"
4502
  msgstr ""
4503
 
4504
+ #: includes/settings/class-cr-settings-trust-badges.php:127
4505
  msgid ""
4506
  "Shortcode and preview of the wide light trust badge. The wide badge has a "
4507
  "version for small screens that will be automatically shown when a website is "
4508
  "viewed from phones."
4509
  msgstr ""
4510
 
4511
+ #: includes/settings/class-cr-settings-trust-badges.php:133
4512
  msgid "Wide Light Badge (with Store Rating)"
4513
  msgstr ""
4514
 
4515
+ #: includes/settings/class-cr-settings-trust-badges.php:135
4516
  msgid ""
4517
  "Shortcode and preview of the wide light trust badge with store rating. The "
4518
  "wide badge has a version for small screens that will be automatically shown "
4519
  "when a website is viewed from phones."
4520
  msgstr ""
4521
 
4522
+ #: includes/settings/class-cr-settings-trust-badges.php:141
4523
  msgid "Wide Dark Badge"
4524
  msgstr ""
4525
 
4526
+ #: includes/settings/class-cr-settings-trust-badges.php:143
4527
  msgid ""
4528
  "Shortcode and preview of the wide dark trust badge. The wide badge has a "
4529
  "version for small screens that will be automatically shown when a website is "
4530
  "viewed from phones."
4531
  msgstr ""
4532
 
4533
+ #: includes/settings/class-cr-settings-trust-badges.php:149
4534
  msgid "Wide Dark Badge (with Store Rating)"
4535
  msgstr ""
4536
 
4537
+ #: includes/settings/class-cr-settings-trust-badges.php:151
4538
  msgid ""
4539
  "Shortcode and preview of the wide dark trust badge with store rating. The "
4540
  "wide badge has a version for small screens that will be automatically shown "
4541
  "when a website is viewed from phones."
4542
  msgstr ""
4543
 
4544
+ #: includes/settings/class-cr-settings-trust-badges.php:157
4545
  msgid "Compact Light Badge"
4546
  msgstr ""
4547
 
4548
+ #: includes/settings/class-cr-settings-trust-badges.php:159
4549
  msgid "Shortcode and preview of the compact light trust badge."
4550
  msgstr ""
4551
 
4552
+ #: includes/settings/class-cr-settings-trust-badges.php:165
4553
  msgid "Compact Dark Badge"
4554
  msgstr ""
4555
 
4556
+ #: includes/settings/class-cr-settings-trust-badges.php:167
4557
  msgid "Shortcode and preview of the compact dark trust badge."
4558
  msgstr ""
4559
 
4560
+ #: includes/settings/class-cr-settings-trust-badges.php:177
4561
  msgid "Floating Trust Badge"
4562
  msgstr ""
4563
 
4564
+ #: includes/settings/class-cr-settings-trust-badges.php:179
4565
  msgid ""
4566
  "Settings to display a floating badge with a summary of verified reviews."
4567
  msgstr ""
4568
 
4569
+ #: includes/settings/class-cr-settings-trust-badges.php:183
4570
  msgid "Floating Badge"
4571
  msgstr ""
4572
 
4573
+ #: includes/settings/class-cr-settings-trust-badges.php:185
4574
  msgid ""
4575
  "Enable this checkbox to display a floating trust badge on public pages of "
4576
  "the website."
4577
  msgstr ""
4578
 
4579
+ #: includes/settings/class-cr-settings-trust-badges.php:190
4580
  msgid "Floating Badge Style"
4581
  msgstr ""
4582
 
4583
+ #: includes/settings/class-cr-settings-trust-badges.php:192
4584
  msgid "Choose one of the styles for the floating trust badge."
4585
  msgstr ""
4586
 
4587
+ #: includes/settings/class-cr-settings-trust-badges.php:196 js/blocks.js:112
4588
  msgid "Light"
4589
  msgstr ""
4590
 
4591
+ #: includes/settings/class-cr-settings-trust-badges.php:197 js/blocks.js:116
4592
  msgid "Dark"
4593
  msgstr ""
4594
 
4595
+ #: includes/settings/class-cr-settings-trust-badges.php:202
4596
  msgid "Floating Badge Location"
4597
  msgstr ""
4598
 
4599
+ #: includes/settings/class-cr-settings-trust-badges.php:204
4600
  msgid "Choose one of the locations for the floating trust badge."
4601
  msgstr ""
4602
 
4603
+ #: includes/settings/class-cr-settings-trust-badges.php:208
4604
  msgid "Bottom right"
4605
  msgstr ""
4606
 
4607
+ #: includes/settings/class-cr-settings-trust-badges.php:209
4608
  msgid "Bottom left"
4609
  msgstr ""
4610
 
4611
+ #: includes/settings/class-cr-settings-trust-badges.php:294
4612
  msgid "color"
4613
  msgstr ""
4614
 
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] ""
4735
 
4736
  #: includes/trust-badge/class-cr-verified-reviews.php:58
4737
+ msgid "CusRev.com page activation error: 'Page URL' cannot be empty."
4738
  msgstr ""
4739
 
4740
  #: includes/trust-badge/class-cr-verified-reviews.php:89
4741
+ msgid "CusRev.com page activation error #98. "
4742
  msgstr ""
4743
 
4744
  #: includes/trust-badge/class-cr-verified-reviews.php:94
4745
+ msgid "CusRev.com page has been successfully enabled."
4746
  msgstr ""
4747
 
4748
  #: includes/trust-badge/class-cr-verified-reviews.php:97
4749
  msgid ""
4750
+ "CusRev.com page activation error: '%s' is already in use. Please enter a "
4751
  "different page name."
4752
  msgstr ""
4753
 
4754
  #: includes/trust-badge/class-cr-verified-reviews.php:100
4755
  msgid ""
4756
+ "CusRev.com page activation error: page URL contains unsupported symbols. "
4757
+ "Only latin characters (a-z), numbers (0-9), and . symbol are allowed."
4758
  msgstr ""
4759
 
4760
  #: includes/trust-badge/class-cr-verified-reviews.php:103
4764
  msgstr ""
4765
 
4766
  #: includes/trust-badge/class-cr-verified-reviews.php:106
4767
+ msgid "CusRev.com page activation error #99."
4768
  msgstr ""
4769
 
4770
  #: includes/trust-badge/class-cr-verified-reviews.php:142
4771
+ msgid "CusRev.com page deactivation error #98. Please try again."
4772
  msgstr ""
4773
 
4774
  #: includes/trust-badge/class-cr-verified-reviews.php:149
4775
+ msgid "CusRev.com page has been successfully disabled."
4776
  msgstr ""
4777
 
4778
  #: includes/trust-badge/class-cr-verified-reviews.php:153
4779
  msgid ""
4780
+ "CusRev.com page deactivation error: the page is blocked, please contact "
4781
+ "CusRev support for assistance."
4782
  msgstr ""
4783
 
4784
  #: includes/trust-badge/class-cr-verified-reviews.php:157
4785
+ msgid "CusRev.com page deactivation error #99."
4786
  msgstr ""
4787
 
4788
  #: ivole.php:135
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-10-28T14:21:16+00:00\n"
10
  "PO-Revision-Date: 2020-03-18 00:17+0000\n"
11
  "Last-Translator: \n"
12
  "Language-Team: \n"
@@ -44,27 +44,27 @@ msgstr ""
44
  msgid "This reply was originally posted on CR portal"
45
  msgstr ""
46
 
47
- #: class-ivole.php:150
48
  msgid "View CusRev documentation"
49
  msgstr ""
50
 
51
- #: class-ivole.php:150
52
  msgid "Docs"
53
  msgstr ""
54
 
55
- #: class-ivole.php:151
56
  msgid "Visit community forums"
57
  msgstr ""
58
 
59
- #: class-ivole.php:151
60
  msgid "Community support"
61
  msgstr ""
62
 
63
- #: class-ivole.php:161
64
  msgid "View Customer Reviews settings"
65
  msgstr ""
66
 
67
- #: class-ivole.php:161 includes/settings/class-cr-admin-menu-settings.php:60
68
  #: includes/settings/class-cr-admin-menu-settings.php:61
69
  msgid "Settings"
70
  msgstr ""
@@ -247,7 +247,7 @@ msgstr ""
247
  msgid "Item 2 Test"
248
  msgstr ""
249
 
250
- #: includes/emails/class-cr-email-func.php:263
251
  #: includes/reviews/class-cr-reviews-list-table.php:410
252
  msgid "Review"
253
  msgstr ""
@@ -384,7 +384,7 @@ msgstr ""
384
  #: includes/reviews/class-cr-admin-menu-reviews.php:59
385
  #: includes/reviews/class-cr-admin-menu-reviews.php:60
386
  #: includes/settings/class-cr-admin-menu-settings.php:143
387
- #: includes/settings/class-cr-settings-trust-badges.php:336
388
  msgid "Reviews"
389
  msgstr ""
390
 
@@ -2521,6 +2521,49 @@ msgid ""
2521
  "settings</a>."
2522
  msgstr ""
2523
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2524
  #: includes/settings/class-cr-settings-discount-tiers.php:37
2525
  msgid ""
2526
  "The option is not available with the coupon type selected for this discount "
@@ -2622,7 +2665,7 @@ msgid "Specific roles"
2622
  msgstr ""
2623
 
2624
  #: includes/settings/class-cr-settings-discount-tiers.php:146
2625
- #: includes/settings/class-cr-settings-review-reminder.php:362
2626
  msgid "Roles"
2627
  msgstr ""
2628
 
@@ -2833,7 +2876,7 @@ msgid ""
2833
  msgstr ""
2834
 
2835
  #: includes/settings/class-cr-settings-email-template.php:286
2836
- msgid "\"Reply-To\" Address"
2837
  msgstr ""
2838
 
2839
  #: includes/settings/class-cr-settings-email-template.php:301
@@ -2978,69 +3021,69 @@ msgid ""
2978
  "test email."
2979
  msgstr ""
2980
 
2981
- #: includes/settings/class-cr-settings-email-template.php:533
2982
  msgid "Return to emails"
2983
  msgstr ""
2984
 
2985
- #: includes/settings/class-cr-settings-email-template.php:552
2986
  msgid "Email template"
2987
  msgstr ""
2988
 
2989
- #: includes/settings/class-cr-settings-email-template.php:560
2990
  msgid "Delete template file"
2991
  msgstr ""
2992
 
2993
  #. translators: %s: Path to template file
2994
- #: includes/settings/class-cr-settings-email-template.php:566
2995
  msgid ""
2996
  "This template has been overridden by your theme and can be found in: %s."
2997
  msgstr ""
2998
 
2999
- #: includes/settings/class-cr-settings-email-template.php:596
3000
  msgid "Copy file to theme"
3001
  msgstr ""
3002
 
3003
  #. translators: 1: Path to template file 2: Path to theme folder
3004
- #: includes/settings/class-cr-settings-email-template.php:602
3005
  msgid ""
3006
  "To override and edit this email template copy %1$s to your theme folder: "
3007
  "%2$s."
3008
  msgstr ""
3009
 
3010
- #: includes/settings/class-cr-settings-email-template.php:610
3011
  msgid "File was not found."
3012
  msgstr ""
3013
 
3014
- #: includes/settings/class-cr-settings-email-template.php:632
3015
  msgid "View template"
3016
  msgstr ""
3017
 
3018
- #: includes/settings/class-cr-settings-email-template.php:633
3019
  msgid "Hide template"
3020
  msgstr ""
3021
 
3022
- #: includes/settings/class-cr-settings-email-template.php:647
3023
  msgid "Are you sure you want to delete this template file?"
3024
  msgstr ""
3025
 
3026
- #: includes/settings/class-cr-settings-email-template.php:668
3027
- #: includes/settings/class-cr-settings-email-template.php:674
3028
  msgid "'Email Body' field cannot be empty"
3029
  msgstr ""
3030
 
3031
- #: includes/settings/class-cr-settings-email-template.php:688
3032
  msgid "Action failed. Please refresh the page and retry."
3033
  msgstr ""
3034
 
3035
- #: includes/settings/class-cr-settings-email-template.php:692
3036
  msgid "You don&#8217;t have permission to do this."
3037
  msgstr ""
3038
 
3039
- #: includes/settings/class-cr-settings-email-template.php:714
3040
  msgid "Template file copied to theme."
3041
  msgstr ""
3042
 
3043
- #: includes/settings/class-cr-settings-email-template.php:726
3044
  msgid "Template file deleted from theme."
3045
  msgstr ""
3046
 
@@ -3048,11 +3091,11 @@ msgstr ""
3048
  msgid "Emails"
3049
  msgstr ""
3050
 
3051
- #: includes/settings/class-cr-settings-emails.php:69
3052
  msgid "Email Templates"
3053
  msgstr ""
3054
 
3055
- #: includes/settings/class-cr-settings-emails.php:71
3056
  msgid ""
3057
  "Adjust templates of the emails that will be sent to customers. If you enable "
3058
  "<b>advanced</b> email templates in your account on the %1$sCusRev website"
@@ -3060,15 +3103,15 @@ msgid ""
3060
  "below."
3061
  msgstr ""
3062
 
3063
- #: includes/settings/class-cr-settings-emails.php:102
3064
  msgid "Email"
3065
  msgstr ""
3066
 
3067
- #: includes/settings/class-cr-settings-emails.php:103
3068
  msgid "Subject"
3069
  msgstr ""
3070
 
3071
- #: includes/settings/class-cr-settings-emails.php:104
3072
  msgid "From"
3073
  msgstr ""
3074
 
@@ -3214,7 +3257,7 @@ msgid "Reply-To Address"
3214
  msgstr ""
3215
 
3216
  #: includes/settings/class-cr-settings-review-discount.php:109
3217
- #: includes/settings/class-cr-settings-review-reminder.php:480
3218
  msgid "Email Template"
3219
  msgstr ""
3220
 
@@ -3475,11 +3518,11 @@ msgstr ""
3475
  #: includes/settings/class-cr-settings-review-reminder.php:89
3476
  #: includes/settings/class-cr-settings-review-reminder.php:94
3477
  #: includes/settings/class-cr-settings-review-reminder.php:99
3478
- #: includes/settings/class-cr-settings-review-reminder.php:931
3479
- #: includes/settings/class-cr-settings-review-reminder.php:932
3480
- #: includes/settings/class-cr-settings-review-reminder.php:933
3481
- #: includes/settings/class-cr-settings-review-reminder.php:934
3482
- #: includes/settings/class-cr-settings-review-reminder.php:935
3483
  msgid "Checking license..."
3484
  msgstr ""
3485
 
@@ -3754,83 +3797,83 @@ msgid ""
3754
  "in this field."
3755
  msgstr ""
3756
 
3757
- #: includes/settings/class-cr-settings-review-reminder.php:314
3758
  msgid "Order Status"
3759
  msgstr ""
3760
 
3761
- #: includes/settings/class-cr-settings-review-reminder.php:316
3762
  msgid ""
3763
  "Review reminders will be sent N days after this order status. It is "
3764
  "recommended to use 'Completed' status."
3765
  msgstr ""
3766
 
3767
- #: includes/settings/class-cr-settings-review-reminder.php:325
3768
  msgid "Enable for"
3769
  msgstr ""
3770
 
3771
- #: includes/settings/class-cr-settings-review-reminder.php:327
3772
  msgid ""
3773
  "Define if reminders will be send for all or only specific categories of "
3774
  "products."
3775
  msgstr ""
3776
 
3777
- #: includes/settings/class-cr-settings-review-reminder.php:334
3778
  msgid "All Categories"
3779
  msgstr ""
3780
 
3781
- #: includes/settings/class-cr-settings-review-reminder.php:335
3782
  msgid "Specific Categories"
3783
  msgstr ""
3784
 
3785
- #: includes/settings/class-cr-settings-review-reminder.php:339
3786
  msgid "Categories"
3787
  msgstr ""
3788
 
3789
- #: includes/settings/class-cr-settings-review-reminder.php:341
3790
  msgid ""
3791
  "If reminders are enabled only for specific categories of products, this "
3792
  "field enables you to choose these categories."
3793
  msgstr ""
3794
 
3795
- #: includes/settings/class-cr-settings-review-reminder.php:348
3796
  msgid "Enable for Roles"
3797
  msgstr ""
3798
 
3799
- #: includes/settings/class-cr-settings-review-reminder.php:350
3800
  msgid ""
3801
  "Define if reminders will be send for all or only specific roles of users."
3802
  msgstr ""
3803
 
3804
- #: includes/settings/class-cr-settings-review-reminder.php:357
3805
  msgid "All Roles"
3806
  msgstr ""
3807
 
3808
- #: includes/settings/class-cr-settings-review-reminder.php:358
3809
  msgid "Specific Roles"
3810
  msgstr ""
3811
 
3812
- #: includes/settings/class-cr-settings-review-reminder.php:364
3813
  msgid ""
3814
  "If reminders are enabled only for specific user roles, this field enables "
3815
  "you to choose these roles."
3816
  msgstr ""
3817
 
3818
- #: includes/settings/class-cr-settings-review-reminder.php:371
3819
  msgid "Enable for Guests"
3820
  msgstr ""
3821
 
3822
- #: includes/settings/class-cr-settings-review-reminder.php:372
3823
  msgid ""
3824
  "Enable sending of review reminders to customers who place orders without an "
3825
  "account (guest checkout). It is recommended to enable this checkbox, if you "
3826
  "allow customers to place orders without creating an account on your site."
3827
  msgstr ""
3828
 
3829
- #: includes/settings/class-cr-settings-review-reminder.php:378
3830
  msgid "Reminders Scheduler"
3831
  msgstr ""
3832
 
3833
- #: includes/settings/class-cr-settings-review-reminder.php:380
3834
  msgid ""
3835
  "Define which scheduler the plugin will use to schedule automatic review "
3836
  "reminders. The default option is to use WordPress Cron (WP-Cron) for "
@@ -3839,53 +3882,53 @@ msgid ""
3839
  "CR Cron is an external service that requires a license key (free or pro)."
3840
  msgstr ""
3841
 
3842
- #: includes/settings/class-cr-settings-review-reminder.php:389
3843
  msgid "Enable Manual Reminders"
3844
  msgstr ""
3845
 
3846
- #: includes/settings/class-cr-settings-review-reminder.php:390
3847
  msgid ""
3848
  "Enable manual sending of follow-up emails with a reminder to submit a "
3849
  "review. Manual reminders can be sent for completed orders from %1$sOrders"
3850
  "%2$s page after enabling this option."
3851
  msgstr ""
3852
 
3853
- #: includes/settings/class-cr-settings-review-reminder.php:396
3854
  msgid "Limit Number of Reminders"
3855
  msgstr ""
3856
 
3857
- #: includes/settings/class-cr-settings-review-reminder.php:397
3858
  msgid ""
3859
  "Enable this checkbox to make sure that no more than one review reminder is "
3860
  "sent for each order."
3861
  msgstr ""
3862
 
3863
- #: includes/settings/class-cr-settings-review-reminder.php:403
3864
  msgid "Customer Consent"
3865
  msgstr ""
3866
 
3867
- #: includes/settings/class-cr-settings-review-reminder.php:404
3868
  msgid ""
3869
  "If this option is enabled, customers will be asked to tick a checkbox on the "
3870
  "checkout page to indicate that they would like to receive an invitation to "
3871
  "review their order."
3872
  msgstr ""
3873
 
3874
- #: includes/settings/class-cr-settings-review-reminder.php:410
3875
  msgid "Customer Consent Text"
3876
  msgstr ""
3877
 
3878
- #: includes/settings/class-cr-settings-review-reminder.php:411
3879
  msgid ""
3880
  "Text of the message shown to customers next to the consent checkbox on the "
3881
  "checkout page."
3882
  msgstr ""
3883
 
3884
- #: includes/settings/class-cr-settings-review-reminder.php:420
3885
  msgid "Registered Customers"
3886
  msgstr ""
3887
 
3888
- #: includes/settings/class-cr-settings-review-reminder.php:421
3889
  msgid ""
3890
  "By default, review reminders are sent to billing emails provided by "
3891
  "customers during checkout. If you enable this option, the plugin will check "
@@ -3894,51 +3937,51 @@ msgid ""
3894
  "this option disabled."
3895
  msgstr ""
3896
 
3897
- #: includes/settings/class-cr-settings-review-reminder.php:427
3898
  msgid "Moderation of Reviews"
3899
  msgstr ""
3900
 
3901
- #: includes/settings/class-cr-settings-review-reminder.php:428
3902
  msgid ""
3903
  "Enable manual moderation of reviews submitted by your verified customers. "
3904
  "This setting applies only to reviews submitted in response to reminders sent "
3905
  "by this plugin."
3906
  msgstr ""
3907
 
3908
- #: includes/settings/class-cr-settings-review-reminder.php:434
3909
  msgid "Exclude Free Products"
3910
  msgstr ""
3911
 
3912
- #: includes/settings/class-cr-settings-review-reminder.php:435
3913
  msgid "Enable this checkbox to exclude free products from review invitations."
3914
  msgstr ""
3915
 
3916
- #: includes/settings/class-cr-settings-review-reminder.php:441
3917
  msgid "Shop Name"
3918
  msgstr ""
3919
 
3920
- #: includes/settings/class-cr-settings-review-reminder.php:443
3921
  msgid ""
3922
  "Specify your shop name that will be used in emails and review forms "
3923
  "generated by this plugin."
3924
  msgstr ""
3925
 
3926
- #: includes/settings/class-cr-settings-review-reminder.php:458
3927
- #: includes/settings/class-cr-settings-review-reminder.php:464
3928
  msgid "Language"
3929
  msgstr ""
3930
 
3931
- #: includes/settings/class-cr-settings-review-reminder.php:466
3932
  msgid "Choose one of the available languages."
3933
  msgstr ""
3934
 
3935
- #: includes/settings/class-cr-settings-review-reminder.php:482
3936
  msgid ""
3937
  "The email template of review reminders can be configured on the <a href=\"%s"
3938
  "\">Emails</a> tab."
3939
  msgstr ""
3940
 
3941
- #: includes/settings/class-cr-settings-review-reminder.php:490
3942
  msgid ""
3943
  "Adjust template of the aggregated review forms that will be created and sent "
3944
  "to customers by CusRev. Modifications will be applied to the next review "
@@ -3947,55 +3990,55 @@ msgid ""
3947
  "b> the settings below."
3948
  msgstr ""
3949
 
3950
- #: includes/settings/class-cr-settings-review-reminder.php:492
3951
  msgid ""
3952
  "Adjust template of the aggregated review forms that will be created and sent "
3953
  "to customers. Modifications will be applied to the next review form created "
3954
  "after saving settings."
3955
  msgstr ""
3956
 
3957
- #: includes/settings/class-cr-settings-review-reminder.php:495
3958
  msgid "Review Form Template"
3959
  msgstr ""
3960
 
3961
- #: includes/settings/class-cr-settings-review-reminder.php:501
3962
  msgid "Form Header"
3963
  msgstr ""
3964
 
3965
- #: includes/settings/class-cr-settings-review-reminder.php:503
3966
  msgid "Header of the review form that will be sent to customers."
3967
  msgstr ""
3968
 
3969
- #: includes/settings/class-cr-settings-review-reminder.php:510
3970
  msgid "Form Body"
3971
  msgstr ""
3972
 
3973
- #: includes/settings/class-cr-settings-review-reminder.php:512
3974
  msgid "Body of the review form that will be sent to customers."
3975
  msgstr ""
3976
 
3977
- #: includes/settings/class-cr-settings-review-reminder.php:520
3978
  msgid "Shop Rating"
3979
  msgstr ""
3980
 
3981
- #: includes/settings/class-cr-settings-review-reminder.php:524
3982
  msgid ""
3983
  "Enable this option if you would like to include a separate question for a "
3984
  "general shop review in addition to questions for product reviews."
3985
  msgstr ""
3986
 
3987
- #: includes/settings/class-cr-settings-review-reminder.php:527
3988
  msgid "Comment Required"
3989
  msgstr ""
3990
 
3991
- #: includes/settings/class-cr-settings-review-reminder.php:531
3992
  msgid ""
3993
  "Enable this option if you would like to make it mandatory for your customers "
3994
  "to write something in their review. This option applies only to aggregated "
3995
  "review forms."
3996
  msgstr ""
3997
 
3998
- #: includes/settings/class-cr-settings-review-reminder.php:534
3999
  msgid ""
4000
  "Enable attachment of pictures and videos on aggregated review forms. "
4001
  "Uploaded media files are initially stored on Amazon S3 and automatically "
@@ -4005,7 +4048,7 @@ msgid ""
4005
  "%2$s."
4006
  msgstr ""
4007
 
4008
- #: includes/settings/class-cr-settings-review-reminder.php:536
4009
  msgid ""
4010
  "Enable attachment of pictures and videos on local aggregated review forms. "
4011
  "This option applies only to aggregated review forms. If you would like to "
@@ -4013,72 +4056,72 @@ msgid ""
4013
  "pages, this can be done %1$shere%2$s."
4014
  msgstr ""
4015
 
4016
- #: includes/settings/class-cr-settings-review-reminder.php:539
4017
  msgid "Attach Media"
4018
  msgstr ""
4019
 
4020
- #: includes/settings/class-cr-settings-review-reminder.php:549
4021
  msgid "Rating Bar"
4022
  msgstr ""
4023
 
4024
- #: includes/settings/class-cr-settings-review-reminder.php:553
4025
  msgid "Visual style of rating bars on review forms."
4026
  msgstr ""
4027
 
4028
- #: includes/settings/class-cr-settings-review-reminder.php:555
4029
  msgid "Smiley and frowny faces"
4030
  msgstr ""
4031
 
4032
- #: includes/settings/class-cr-settings-review-reminder.php:556
4033
  #: blocks/src/reviews-grid/edit.js:234 js/blocks.js:946
4034
  msgid "Stars"
4035
  msgstr ""
4036
 
4037
- #: includes/settings/class-cr-settings-review-reminder.php:561
4038
  msgid "Geolocation"
4039
  msgstr ""
4040
 
4041
- #: includes/settings/class-cr-settings-review-reminder.php:565
4042
  msgid ""
4043
  "Enable geolocation on aggregated review forms. Customers will have an option "
4044
  "to indicate where they are from. For example, \"England, United Kingdom\"."
4045
  msgstr ""
4046
 
4047
- #: includes/settings/class-cr-settings-review-reminder.php:566
4048
  msgid "Automatic geolocation on review forms."
4049
  msgstr ""
4050
 
4051
- #: includes/settings/class-cr-settings-review-reminder.php:572
4052
  msgid "Form Color 1"
4053
  msgstr ""
4054
 
4055
- #: includes/settings/class-cr-settings-review-reminder.php:576
4056
  msgid "Background color for heading of the form and product names."
4057
  msgstr ""
4058
 
4059
- #: includes/settings/class-cr-settings-review-reminder.php:580
4060
  msgid "Form Color 2"
4061
  msgstr ""
4062
 
4063
- #: includes/settings/class-cr-settings-review-reminder.php:584
4064
  msgid "Text color for product names."
4065
  msgstr ""
4066
 
4067
- #: includes/settings/class-cr-settings-review-reminder.php:588
4068
  msgid "Form Color 3"
4069
  msgstr ""
4070
 
4071
- #: includes/settings/class-cr-settings-review-reminder.php:592
4072
  msgid "Color of control elements (buttons, rating bars)."
4073
  msgstr ""
4074
 
4075
- #: includes/settings/class-cr-settings-review-reminder.php:948
4076
  msgid ""
4077
  "While editing the footer text please make sure to keep the unsubscribe link "
4078
  "markup:"
4079
  msgstr ""
4080
 
4081
- #: includes/settings/class-cr-settings-review-reminder.php:1017
4082
  msgid ""
4083
  "<strong>CR Cron could not be enabled because no license key was entered. A "
4084
  "license key (free or pro) is required to use CR Cron.</strong>"
@@ -4432,200 +4475,171 @@ msgid ""
4432
  "you should specify it here."
4433
  msgstr ""
4434
 
4435
- #: includes/settings/class-cr-settings-trust-badges.php:50
4436
  #: includes/settings/class-cr-settings-trust-badges.php:83
4437
- #: includes/settings/class-cr-settings-trust-badges.php:89
4438
  msgid "Trust Badges"
4439
  msgstr ""
4440
 
4441
- #: includes/settings/class-cr-settings-trust-badges.php:85
4442
  msgid ""
4443
- "<p>Increase your store's conversion rate by placing a \"trust badge\" on the "
4444
  "home, checkout or any other page(s). Let customers feel more confident about "
4445
  "shopping on your site by featuring a trust badge that shows a summary of "
4446
- "verified customer reviews. Trust badges can be enabled using shortcodes or "
4447
- "blocks in the page editor (blocks require WordPress 5.0 or newer).</"
4448
- "p><p>Reviews are considered to be verified when they are collected via an "
4449
- "independent third-party website (www.cusrev.com) integrated with this "
4450
- "plugin. Reviews submitted directly on your site cannot be considered as "
4451
- "verified. Each trust badge contains a nofollow link to a dedicated page at "
4452
- "<b>www.cusrev.com</b> with all verified reviews for your store. You can "
4453
- "configure URL of the page with verified reviews for your store below.</p>"
4454
- msgstr ""
4455
-
4456
- #: includes/settings/class-cr-settings-trust-badges.php:90
4457
- msgid ""
4458
- "Enable this option to display trust badges and additional %1$s icons for "
4459
- "individual reviews on product pages in your store. Each %2$s icon will "
4460
- "contain a nofollow link to a verified copy of the review on <strong>www."
4461
- "cusrev.com</strong>."
4462
- msgstr ""
4463
-
4464
- #: includes/settings/class-cr-settings-trust-badges.php:97
4465
- msgid "Verified Reviews Page"
4466
- msgstr ""
4467
-
4468
- #: includes/settings/class-cr-settings-trust-badges.php:98
4469
- msgid ""
4470
- "Specify name of the page with verified reviews. This will be a base URL for "
4471
- "reviews related to your shop. You can use alphanumeric symbols and '.' in "
4472
- "the name of the page."
4473
  msgstr ""
4474
 
4475
- #: includes/settings/class-cr-settings-trust-badges.php:106
4476
- msgid "Age Restriction"
4477
- msgstr ""
4478
-
4479
- #: includes/settings/class-cr-settings-trust-badges.php:107
4480
  msgid ""
4481
- "Enable this option if your store sells age-restricted products (e.g., adult "
4482
- "content, alcohol, etc.)"
 
4483
  msgstr ""
4484
 
4485
- #: includes/settings/class-cr-settings-trust-badges.php:117
4486
  msgid "Small Light Badge"
4487
  msgstr ""
4488
 
4489
- #: includes/settings/class-cr-settings-trust-badges.php:119
4490
  msgid "Shortcode and preview of the small light trust badge."
4491
  msgstr ""
4492
 
4493
- #: includes/settings/class-cr-settings-trust-badges.php:125
4494
  msgid "Small Light Badge (with Store Rating)"
4495
  msgstr ""
4496
 
4497
- #: includes/settings/class-cr-settings-trust-badges.php:127
4498
  msgid "Shortcode and preview of the small light trust badge with store rating."
4499
  msgstr ""
4500
 
4501
- #: includes/settings/class-cr-settings-trust-badges.php:133
4502
  msgid "Small Dark Badge"
4503
  msgstr ""
4504
 
4505
- #: includes/settings/class-cr-settings-trust-badges.php:135
4506
  msgid "Shortcode and preview of the small dark trust badge."
4507
  msgstr ""
4508
 
4509
- #: includes/settings/class-cr-settings-trust-badges.php:141
4510
  msgid "Small Dark Badge (with Store Rating)"
4511
  msgstr ""
4512
 
4513
- #: includes/settings/class-cr-settings-trust-badges.php:143
4514
  msgid "Shortcode and preview of the small dark trust badge with store rating."
4515
  msgstr ""
4516
 
4517
- #: includes/settings/class-cr-settings-trust-badges.php:149
4518
  msgid "Wide Light Badge"
4519
  msgstr ""
4520
 
4521
- #: includes/settings/class-cr-settings-trust-badges.php:151
4522
  msgid ""
4523
  "Shortcode and preview of the wide light trust badge. The wide badge has a "
4524
  "version for small screens that will be automatically shown when a website is "
4525
  "viewed from phones."
4526
  msgstr ""
4527
 
4528
- #: includes/settings/class-cr-settings-trust-badges.php:157
4529
  msgid "Wide Light Badge (with Store Rating)"
4530
  msgstr ""
4531
 
4532
- #: includes/settings/class-cr-settings-trust-badges.php:159
4533
  msgid ""
4534
  "Shortcode and preview of the wide light trust badge with store rating. The "
4535
  "wide badge has a version for small screens that will be automatically shown "
4536
  "when a website is viewed from phones."
4537
  msgstr ""
4538
 
4539
- #: includes/settings/class-cr-settings-trust-badges.php:165
4540
  msgid "Wide Dark Badge"
4541
  msgstr ""
4542
 
4543
- #: includes/settings/class-cr-settings-trust-badges.php:167
4544
  msgid ""
4545
  "Shortcode and preview of the wide dark trust badge. The wide badge has a "
4546
  "version for small screens that will be automatically shown when a website is "
4547
  "viewed from phones."
4548
  msgstr ""
4549
 
4550
- #: includes/settings/class-cr-settings-trust-badges.php:173
4551
  msgid "Wide Dark Badge (with Store Rating)"
4552
  msgstr ""
4553
 
4554
- #: includes/settings/class-cr-settings-trust-badges.php:175
4555
  msgid ""
4556
  "Shortcode and preview of the wide dark trust badge with store rating. The "
4557
  "wide badge has a version for small screens that will be automatically shown "
4558
  "when a website is viewed from phones."
4559
  msgstr ""
4560
 
4561
- #: includes/settings/class-cr-settings-trust-badges.php:181
4562
  msgid "Compact Light Badge"
4563
  msgstr ""
4564
 
4565
- #: includes/settings/class-cr-settings-trust-badges.php:183
4566
  msgid "Shortcode and preview of the compact light trust badge."
4567
  msgstr ""
4568
 
4569
- #: includes/settings/class-cr-settings-trust-badges.php:189
4570
  msgid "Compact Dark Badge"
4571
  msgstr ""
4572
 
4573
- #: includes/settings/class-cr-settings-trust-badges.php:191
4574
  msgid "Shortcode and preview of the compact dark trust badge."
4575
  msgstr ""
4576
 
4577
- #: includes/settings/class-cr-settings-trust-badges.php:201
4578
  msgid "Floating Trust Badge"
4579
  msgstr ""
4580
 
4581
- #: includes/settings/class-cr-settings-trust-badges.php:203
4582
  msgid ""
4583
  "Settings to display a floating badge with a summary of verified reviews."
4584
  msgstr ""
4585
 
4586
- #: includes/settings/class-cr-settings-trust-badges.php:207
4587
  msgid "Floating Badge"
4588
  msgstr ""
4589
 
4590
- #: includes/settings/class-cr-settings-trust-badges.php:209
4591
  msgid ""
4592
  "Enable this checkbox to display a floating trust badge on public pages of "
4593
  "the website."
4594
  msgstr ""
4595
 
4596
- #: includes/settings/class-cr-settings-trust-badges.php:214
4597
  msgid "Floating Badge Style"
4598
  msgstr ""
4599
 
4600
- #: includes/settings/class-cr-settings-trust-badges.php:216
4601
  msgid "Choose one of the styles for the floating trust badge."
4602
  msgstr ""
4603
 
4604
- #: includes/settings/class-cr-settings-trust-badges.php:220 js/blocks.js:112
4605
  msgid "Light"
4606
  msgstr ""
4607
 
4608
- #: includes/settings/class-cr-settings-trust-badges.php:221 js/blocks.js:116
4609
  msgid "Dark"
4610
  msgstr ""
4611
 
4612
- #: includes/settings/class-cr-settings-trust-badges.php:226
4613
  msgid "Floating Badge Location"
4614
  msgstr ""
4615
 
4616
- #: includes/settings/class-cr-settings-trust-badges.php:228
4617
  msgid "Choose one of the locations for the floating trust badge."
4618
  msgstr ""
4619
 
4620
- #: includes/settings/class-cr-settings-trust-badges.php:232
4621
  msgid "Bottom right"
4622
  msgstr ""
4623
 
4624
- #: includes/settings/class-cr-settings-trust-badges.php:233
4625
  msgid "Bottom left"
4626
  msgstr ""
4627
 
4628
- #: includes/settings/class-cr-settings-trust-badges.php:318
4629
  msgid "color"
4630
  msgstr ""
4631
 
@@ -4696,48 +4710,56 @@ msgstr ""
4696
  msgid "Tags for Reviews"
4697
  msgstr ""
4698
 
4699
- #: includes/trust-badge/class-cr-trust-badge.php:201
4700
  msgid "Independently verified"
4701
  msgstr ""
4702
 
4703
- #: includes/trust-badge/class-cr-trust-badge.php:202
4704
  msgid "independently verified"
4705
  msgstr ""
4706
 
4707
- #: includes/trust-badge/class-cr-trust-badge.php:204
 
 
 
 
 
 
 
 
4708
  msgid "%s rating"
4709
  msgstr ""
4710
 
4711
- #: includes/trust-badge/class-cr-trust-badge.php:205
4712
  msgid "rating %s / 5"
4713
  msgstr ""
4714
 
4715
- #: includes/trust-badge/class-cr-trust-badge.php:206
4716
  msgid "%s store rating"
4717
  msgstr ""
4718
 
4719
- #: includes/trust-badge/class-cr-trust-badge.php:207
4720
  msgid "Store rating %s / 5"
4721
  msgstr ""
4722
 
4723
- #: includes/trust-badge/class-cr-trust-badge.php:208
4724
  msgid "store rating"
4725
  msgstr ""
4726
 
4727
- #: includes/trust-badge/class-cr-trust-badge.php:209
4728
  msgid "%s product rating"
4729
  msgstr ""
4730
 
4731
- #: includes/trust-badge/class-cr-trust-badge.php:210
4732
  msgid "Product rating %s / 5"
4733
  msgstr ""
4734
 
4735
- #: includes/trust-badge/class-cr-trust-badge.php:211
4736
  msgid "product rating"
4737
  msgstr ""
4738
 
4739
- #: includes/trust-badge/class-cr-trust-badge.php:212
4740
- #: includes/trust-badge/class-cr-trust-badge.php:213 templates/cr-rating.php:44
4741
  msgid "%s review"
4742
  msgid_plural "%s reviews"
4743
  msgstr[0] ""
@@ -4745,27 +4767,27 @@ msgstr[1] ""
4745
  msgstr[2] ""
4746
 
4747
  #: includes/trust-badge/class-cr-verified-reviews.php:58
4748
- msgid "Trust badges activation error: 'Verified Reviews Page' cannot be empty."
4749
  msgstr ""
4750
 
4751
  #: includes/trust-badge/class-cr-verified-reviews.php:89
4752
- msgid "Trust badges activation error #98. "
4753
  msgstr ""
4754
 
4755
  #: includes/trust-badge/class-cr-verified-reviews.php:94
4756
- msgid "Trust badges have been successfully activated."
4757
  msgstr ""
4758
 
4759
  #: includes/trust-badge/class-cr-verified-reviews.php:97
4760
  msgid ""
4761
- "Trust badges activation error: '%s' is already in use. Please enter a "
4762
  "different page name."
4763
  msgstr ""
4764
 
4765
  #: includes/trust-badge/class-cr-verified-reviews.php:100
4766
  msgid ""
4767
- "Trust badges activation error: page name contains unsupported symbols. Only "
4768
- "latin characters (a-z), numbers (0-9), and . symbol are allowed."
4769
  msgstr ""
4770
 
4771
  #: includes/trust-badge/class-cr-verified-reviews.php:103
@@ -4775,25 +4797,25 @@ msgid ""
4775
  msgstr ""
4776
 
4777
  #: includes/trust-badge/class-cr-verified-reviews.php:106
4778
- msgid "Trust badges activation error #99."
4779
  msgstr ""
4780
 
4781
  #: includes/trust-badge/class-cr-verified-reviews.php:142
4782
- msgid "Trust badges deactivation error #98. Please try again."
4783
  msgstr ""
4784
 
4785
  #: includes/trust-badge/class-cr-verified-reviews.php:149
4786
- msgid "Trust badges have been successfully deactivated."
4787
  msgstr ""
4788
 
4789
  #: includes/trust-badge/class-cr-verified-reviews.php:153
4790
  msgid ""
4791
- "Trust badges deactivation error: the page is blocked, please contact CusRev "
4792
- "support for assistance."
4793
  msgstr ""
4794
 
4795
  #: includes/trust-badge/class-cr-verified-reviews.php:157
4796
- msgid "Trust badges deactivation error #99."
4797
  msgstr ""
4798
 
4799
  #: ivole.php:135
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"
44
  msgid "This reply was originally posted on CR portal"
45
  msgstr ""
46
 
47
+ #: class-ivole.php:152
48
  msgid "View CusRev documentation"
49
  msgstr ""
50
 
51
+ #: class-ivole.php:152
52
  msgid "Docs"
53
  msgstr ""
54
 
55
+ #: class-ivole.php:153
56
  msgid "Visit community forums"
57
  msgstr ""
58
 
59
+ #: class-ivole.php:153
60
  msgid "Community support"
61
  msgstr ""
62
 
63
+ #: class-ivole.php:163
64
  msgid "View Customer Reviews settings"
65
  msgstr ""
66
 
67
+ #: class-ivole.php:163 includes/settings/class-cr-admin-menu-settings.php:60
68
  #: includes/settings/class-cr-admin-menu-settings.php:61
69
  msgid "Settings"
70
  msgstr ""
247
  msgid "Item 2 Test"
248
  msgstr ""
249
 
250
+ #: includes/emails/class-cr-email-func.php:264
251
  #: includes/reviews/class-cr-reviews-list-table.php:410
252
  msgid "Review"
253
  msgstr ""
384
  #: includes/reviews/class-cr-admin-menu-reviews.php:59
385
  #: includes/reviews/class-cr-admin-menu-reviews.php:60
386
  #: includes/settings/class-cr-admin-menu-settings.php:143
387
+ #: includes/settings/class-cr-settings-trust-badges.php:310
388
  msgid "Reviews"
389
  msgstr ""
390
 
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 "
2541
+ "%1$s icons for individual reviews on product pages of your store will be "
2542
+ "displayed. Each %2$s icon will contain a nofollow link to a verified copy of "
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.)"
2565
+ msgstr ""
2566
+
2567
  #: includes/settings/class-cr-settings-discount-tiers.php:37
2568
  msgid ""
2569
  "The option is not available with the coupon type selected for this discount "
2665
  msgstr ""
2666
 
2667
  #: includes/settings/class-cr-settings-discount-tiers.php:146
2668
+ #: includes/settings/class-cr-settings-review-reminder.php:367
2669
  msgid "Roles"
2670
  msgstr ""
2671
 
2876
  msgstr ""
2877
 
2878
  #: includes/settings/class-cr-settings-email-template.php:286
2879
+ msgid "\"Reply-To\" address"
2880
  msgstr ""
2881
 
2882
  #: includes/settings/class-cr-settings-email-template.php:301
3021
  "test email."
3022
  msgstr ""
3023
 
3024
+ #: includes/settings/class-cr-settings-email-template.php:536
3025
  msgid "Return to emails"
3026
  msgstr ""
3027
 
3028
+ #: includes/settings/class-cr-settings-email-template.php:559
3029
  msgid "Email template"
3030
  msgstr ""
3031
 
3032
+ #: includes/settings/class-cr-settings-email-template.php:567
3033
  msgid "Delete template file"
3034
  msgstr ""
3035
 
3036
  #. translators: %s: Path to template file
3037
+ #: includes/settings/class-cr-settings-email-template.php:573
3038
  msgid ""
3039
  "This template has been overridden by your theme and can be found in: %s."
3040
  msgstr ""
3041
 
3042
+ #: includes/settings/class-cr-settings-email-template.php:603
3043
  msgid "Copy file to theme"
3044
  msgstr ""
3045
 
3046
  #. translators: 1: Path to template file 2: Path to theme folder
3047
+ #: includes/settings/class-cr-settings-email-template.php:609
3048
  msgid ""
3049
  "To override and edit this email template copy %1$s to your theme folder: "
3050
  "%2$s."
3051
  msgstr ""
3052
 
3053
+ #: includes/settings/class-cr-settings-email-template.php:617
3054
  msgid "File was not found."
3055
  msgstr ""
3056
 
3057
+ #: includes/settings/class-cr-settings-email-template.php:639
3058
  msgid "View template"
3059
  msgstr ""
3060
 
3061
+ #: includes/settings/class-cr-settings-email-template.php:640
3062
  msgid "Hide template"
3063
  msgstr ""
3064
 
3065
+ #: includes/settings/class-cr-settings-email-template.php:654
3066
  msgid "Are you sure you want to delete this template file?"
3067
  msgstr ""
3068
 
3069
+ #: includes/settings/class-cr-settings-email-template.php:675
3070
+ #: includes/settings/class-cr-settings-email-template.php:681
3071
  msgid "'Email Body' field cannot be empty"
3072
  msgstr ""
3073
 
3074
+ #: includes/settings/class-cr-settings-email-template.php:695
3075
  msgid "Action failed. Please refresh the page and retry."
3076
  msgstr ""
3077
 
3078
+ #: includes/settings/class-cr-settings-email-template.php:699
3079
  msgid "You don&#8217;t have permission to do this."
3080
  msgstr ""
3081
 
3082
+ #: includes/settings/class-cr-settings-email-template.php:721
3083
  msgid "Template file copied to theme."
3084
  msgstr ""
3085
 
3086
+ #: includes/settings/class-cr-settings-email-template.php:733
3087
  msgid "Template file deleted from theme."
3088
  msgstr ""
3089
 
3091
  msgid "Emails"
3092
  msgstr ""
3093
 
3094
+ #: includes/settings/class-cr-settings-emails.php:76
3095
  msgid "Email Templates"
3096
  msgstr ""
3097
 
3098
+ #: includes/settings/class-cr-settings-emails.php:78
3099
  msgid ""
3100
  "Adjust templates of the emails that will be sent to customers. If you enable "
3101
  "<b>advanced</b> email templates in your account on the %1$sCusRev website"
3103
  "below."
3104
  msgstr ""
3105
 
3106
+ #: includes/settings/class-cr-settings-emails.php:109
3107
  msgid "Email"
3108
  msgstr ""
3109
 
3110
+ #: includes/settings/class-cr-settings-emails.php:110
3111
  msgid "Subject"
3112
  msgstr ""
3113
 
3114
+ #: includes/settings/class-cr-settings-emails.php:111
3115
  msgid "From"
3116
  msgstr ""
3117
 
3257
  msgstr ""
3258
 
3259
  #: includes/settings/class-cr-settings-review-discount.php:109
3260
+ #: includes/settings/class-cr-settings-review-reminder.php:494
3261
  msgid "Email Template"
3262
  msgstr ""
3263
 
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
3521
+ #: includes/settings/class-cr-settings-review-reminder.php:945
3522
+ #: includes/settings/class-cr-settings-review-reminder.php:946
3523
+ #: includes/settings/class-cr-settings-review-reminder.php:947
3524
+ #: includes/settings/class-cr-settings-review-reminder.php:948
3525
+ #: includes/settings/class-cr-settings-review-reminder.php:949
3526
  msgid "Checking license..."
3527
  msgstr ""
3528
 
3797
  "in this field."
3798
  msgstr ""
3799
 
3800
+ #: includes/settings/class-cr-settings-review-reminder.php:315
3801
  msgid "Order Status"
3802
  msgstr ""
3803
 
3804
+ #: includes/settings/class-cr-settings-review-reminder.php:317
3805
  msgid ""
3806
  "Review reminders will be sent N days after this order status. It is "
3807
  "recommended to use 'Completed' status."
3808
  msgstr ""
3809
 
3810
+ #: includes/settings/class-cr-settings-review-reminder.php:327
3811
  msgid "Enable for"
3812
  msgstr ""
3813
 
3814
+ #: includes/settings/class-cr-settings-review-reminder.php:329
3815
  msgid ""
3816
  "Define if reminders will be send for all or only specific categories of "
3817
  "products."
3818
  msgstr ""
3819
 
3820
+ #: includes/settings/class-cr-settings-review-reminder.php:336
3821
  msgid "All Categories"
3822
  msgstr ""
3823
 
3824
+ #: includes/settings/class-cr-settings-review-reminder.php:337
3825
  msgid "Specific Categories"
3826
  msgstr ""
3827
 
3828
+ #: includes/settings/class-cr-settings-review-reminder.php:342
3829
  msgid "Categories"
3830
  msgstr ""
3831
 
3832
+ #: includes/settings/class-cr-settings-review-reminder.php:344
3833
  msgid ""
3834
  "If reminders are enabled only for specific categories of products, this "
3835
  "field enables you to choose these categories."
3836
  msgstr ""
3837
 
3838
+ #: includes/settings/class-cr-settings-review-reminder.php:352
3839
  msgid "Enable for Roles"
3840
  msgstr ""
3841
 
3842
+ #: includes/settings/class-cr-settings-review-reminder.php:354
3843
  msgid ""
3844
  "Define if reminders will be send for all or only specific roles of users."
3845
  msgstr ""
3846
 
3847
+ #: includes/settings/class-cr-settings-review-reminder.php:361
3848
  msgid "All Roles"
3849
  msgstr ""
3850
 
3851
+ #: includes/settings/class-cr-settings-review-reminder.php:362
3852
  msgid "Specific Roles"
3853
  msgstr ""
3854
 
3855
+ #: includes/settings/class-cr-settings-review-reminder.php:369
3856
  msgid ""
3857
  "If reminders are enabled only for specific user roles, this field enables "
3858
  "you to choose these roles."
3859
  msgstr ""
3860
 
3861
+ #: includes/settings/class-cr-settings-review-reminder.php:377
3862
  msgid "Enable for Guests"
3863
  msgstr ""
3864
 
3865
+ #: includes/settings/class-cr-settings-review-reminder.php:378
3866
  msgid ""
3867
  "Enable sending of review reminders to customers who place orders without an "
3868
  "account (guest checkout). It is recommended to enable this checkbox, if you "
3869
  "allow customers to place orders without creating an account on your site."
3870
  msgstr ""
3871
 
3872
+ #: includes/settings/class-cr-settings-review-reminder.php:385
3873
  msgid "Reminders Scheduler"
3874
  msgstr ""
3875
 
3876
+ #: includes/settings/class-cr-settings-review-reminder.php:387
3877
  msgid ""
3878
  "Define which scheduler the plugin will use to schedule automatic review "
3879
  "reminders. The default option is to use WordPress Cron (WP-Cron) for "
3882
  "CR Cron is an external service that requires a license key (free or pro)."
3883
  msgstr ""
3884
 
3885
+ #: includes/settings/class-cr-settings-review-reminder.php:397
3886
  msgid "Enable Manual Reminders"
3887
  msgstr ""
3888
 
3889
+ #: includes/settings/class-cr-settings-review-reminder.php:398
3890
  msgid ""
3891
  "Enable manual sending of follow-up emails with a reminder to submit a "
3892
  "review. Manual reminders can be sent for completed orders from %1$sOrders"
3893
  "%2$s page after enabling this option."
3894
  msgstr ""
3895
 
3896
+ #: includes/settings/class-cr-settings-review-reminder.php:405
3897
  msgid "Limit Number of Reminders"
3898
  msgstr ""
3899
 
3900
+ #: includes/settings/class-cr-settings-review-reminder.php:406
3901
  msgid ""
3902
  "Enable this checkbox to make sure that no more than one review reminder is "
3903
  "sent for each order."
3904
  msgstr ""
3905
 
3906
+ #: includes/settings/class-cr-settings-review-reminder.php:413
3907
  msgid "Customer Consent"
3908
  msgstr ""
3909
 
3910
+ #: includes/settings/class-cr-settings-review-reminder.php:414
3911
  msgid ""
3912
  "If this option is enabled, customers will be asked to tick a checkbox on the "
3913
  "checkout page to indicate that they would like to receive an invitation to "
3914
  "review their order."
3915
  msgstr ""
3916
 
3917
+ #: includes/settings/class-cr-settings-review-reminder.php:420
3918
  msgid "Customer Consent Text"
3919
  msgstr ""
3920
 
3921
+ #: includes/settings/class-cr-settings-review-reminder.php:421
3922
  msgid ""
3923
  "Text of the message shown to customers next to the consent checkbox on the "
3924
  "checkout page."
3925
  msgstr ""
3926
 
3927
+ #: includes/settings/class-cr-settings-review-reminder.php:430
3928
  msgid "Registered Customers"
3929
  msgstr ""
3930
 
3931
+ #: includes/settings/class-cr-settings-review-reminder.php:431
3932
  msgid ""
3933
  "By default, review reminders are sent to billing emails provided by "
3934
  "customers during checkout. If you enable this option, the plugin will check "
3937
  "this option disabled."
3938
  msgstr ""
3939
 
3940
+ #: includes/settings/class-cr-settings-review-reminder.php:438
3941
  msgid "Moderation of Reviews"
3942
  msgstr ""
3943
 
3944
+ #: includes/settings/class-cr-settings-review-reminder.php:439
3945
  msgid ""
3946
  "Enable manual moderation of reviews submitted by your verified customers. "
3947
  "This setting applies only to reviews submitted in response to reminders sent "
3948
  "by this plugin."
3949
  msgstr ""
3950
 
3951
+ #: includes/settings/class-cr-settings-review-reminder.php:446
3952
  msgid "Exclude Free Products"
3953
  msgstr ""
3954
 
3955
+ #: includes/settings/class-cr-settings-review-reminder.php:447
3956
  msgid "Enable this checkbox to exclude free products from review invitations."
3957
  msgstr ""
3958
 
3959
+ #: includes/settings/class-cr-settings-review-reminder.php:454
3960
  msgid "Shop Name"
3961
  msgstr ""
3962
 
3963
+ #: includes/settings/class-cr-settings-review-reminder.php:456
3964
  msgid ""
3965
  "Specify your shop name that will be used in emails and review forms "
3966
  "generated by this plugin."
3967
  msgstr ""
3968
 
3969
+ #: includes/settings/class-cr-settings-review-reminder.php:471
3970
+ #: includes/settings/class-cr-settings-review-reminder.php:477
3971
  msgid "Language"
3972
  msgstr ""
3973
 
3974
+ #: includes/settings/class-cr-settings-review-reminder.php:479
3975
  msgid "Choose one of the available languages."
3976
  msgstr ""
3977
 
3978
+ #: includes/settings/class-cr-settings-review-reminder.php:496
3979
  msgid ""
3980
  "The email template of review reminders can be configured on the <a href=\"%s"
3981
  "\">Emails</a> tab."
3982
  msgstr ""
3983
 
3984
+ #: includes/settings/class-cr-settings-review-reminder.php:504
3985
  msgid ""
3986
  "Adjust template of the aggregated review forms that will be created and sent "
3987
  "to customers by CusRev. Modifications will be applied to the next review "
3990
  "b> the settings below."
3991
  msgstr ""
3992
 
3993
+ #: includes/settings/class-cr-settings-review-reminder.php:506
3994
  msgid ""
3995
  "Adjust template of the aggregated review forms that will be created and sent "
3996
  "to customers. Modifications will be applied to the next review form created "
3997
  "after saving settings."
3998
  msgstr ""
3999
 
4000
+ #: includes/settings/class-cr-settings-review-reminder.php:509
4001
  msgid "Review Form Template"
4002
  msgstr ""
4003
 
4004
+ #: includes/settings/class-cr-settings-review-reminder.php:515
4005
  msgid "Form Header"
4006
  msgstr ""
4007
 
4008
+ #: includes/settings/class-cr-settings-review-reminder.php:517
4009
  msgid "Header of the review form that will be sent to customers."
4010
  msgstr ""
4011
 
4012
+ #: includes/settings/class-cr-settings-review-reminder.php:524
4013
  msgid "Form Body"
4014
  msgstr ""
4015
 
4016
+ #: includes/settings/class-cr-settings-review-reminder.php:526
4017
  msgid "Body of the review form that will be sent to customers."
4018
  msgstr ""
4019
 
4020
+ #: includes/settings/class-cr-settings-review-reminder.php:534
4021
  msgid "Shop Rating"
4022
  msgstr ""
4023
 
4024
+ #: includes/settings/class-cr-settings-review-reminder.php:538
4025
  msgid ""
4026
  "Enable this option if you would like to include a separate question for a "
4027
  "general shop review in addition to questions for product reviews."
4028
  msgstr ""
4029
 
4030
+ #: includes/settings/class-cr-settings-review-reminder.php:541
4031
  msgid "Comment Required"
4032
  msgstr ""
4033
 
4034
+ #: includes/settings/class-cr-settings-review-reminder.php:545
4035
  msgid ""
4036
  "Enable this option if you would like to make it mandatory for your customers "
4037
  "to write something in their review. This option applies only to aggregated "
4038
  "review forms."
4039
  msgstr ""
4040
 
4041
+ #: includes/settings/class-cr-settings-review-reminder.php:548
4042
  msgid ""
4043
  "Enable attachment of pictures and videos on aggregated review forms. "
4044
  "Uploaded media files are initially stored on Amazon S3 and automatically "
4048
  "%2$s."
4049
  msgstr ""
4050
 
4051
+ #: includes/settings/class-cr-settings-review-reminder.php:550
4052
  msgid ""
4053
  "Enable attachment of pictures and videos on local aggregated review forms. "
4054
  "This option applies only to aggregated review forms. If you would like to "
4056
  "pages, this can be done %1$shere%2$s."
4057
  msgstr ""
4058
 
4059
+ #: includes/settings/class-cr-settings-review-reminder.php:553
4060
  msgid "Attach Media"
4061
  msgstr ""
4062
 
4063
+ #: includes/settings/class-cr-settings-review-reminder.php:563
4064
  msgid "Rating Bar"
4065
  msgstr ""
4066
 
4067
+ #: includes/settings/class-cr-settings-review-reminder.php:567
4068
  msgid "Visual style of rating bars on review forms."
4069
  msgstr ""
4070
 
4071
+ #: includes/settings/class-cr-settings-review-reminder.php:569
4072
  msgid "Smiley and frowny faces"
4073
  msgstr ""
4074
 
4075
+ #: includes/settings/class-cr-settings-review-reminder.php:570
4076
  #: blocks/src/reviews-grid/edit.js:234 js/blocks.js:946
4077
  msgid "Stars"
4078
  msgstr ""
4079
 
4080
+ #: includes/settings/class-cr-settings-review-reminder.php:575
4081
  msgid "Geolocation"
4082
  msgstr ""
4083
 
4084
+ #: includes/settings/class-cr-settings-review-reminder.php:579
4085
  msgid ""
4086
  "Enable geolocation on aggregated review forms. Customers will have an option "
4087
  "to indicate where they are from. For example, \"England, United Kingdom\"."
4088
  msgstr ""
4089
 
4090
+ #: includes/settings/class-cr-settings-review-reminder.php:580
4091
  msgid "Automatic geolocation on review forms."
4092
  msgstr ""
4093
 
4094
+ #: includes/settings/class-cr-settings-review-reminder.php:586
4095
  msgid "Form Color 1"
4096
  msgstr ""
4097
 
4098
+ #: includes/settings/class-cr-settings-review-reminder.php:590
4099
  msgid "Background color for heading of the form and product names."
4100
  msgstr ""
4101
 
4102
+ #: includes/settings/class-cr-settings-review-reminder.php:594
4103
  msgid "Form Color 2"
4104
  msgstr ""
4105
 
4106
+ #: includes/settings/class-cr-settings-review-reminder.php:598
4107
  msgid "Text color for product names."
4108
  msgstr ""
4109
 
4110
+ #: includes/settings/class-cr-settings-review-reminder.php:602
4111
  msgid "Form Color 3"
4112
  msgstr ""
4113
 
4114
+ #: includes/settings/class-cr-settings-review-reminder.php:606
4115
  msgid "Color of control elements (buttons, rating bars)."
4116
  msgstr ""
4117
 
4118
+ #: includes/settings/class-cr-settings-review-reminder.php:962
4119
  msgid ""
4120
  "While editing the footer text please make sure to keep the unsubscribe link "
4121
  "markup:"
4122
  msgstr ""
4123
 
4124
+ #: includes/settings/class-cr-settings-review-reminder.php:1031
4125
  msgid ""
4126
  "<strong>CR Cron could not be enabled because no license key was entered. A "
4127
  "license key (free or pro) is required to use CR Cron.</strong>"
4475
  "you should specify it here."
4476
  msgstr ""
4477
 
4478
+ #: includes/settings/class-cr-settings-trust-badges.php:45
4479
  #: includes/settings/class-cr-settings-trust-badges.php:83
 
4480
  msgid "Trust Badges"
4481
  msgstr ""
4482
 
4483
+ #: includes/settings/class-cr-settings-trust-badges.php:86
4484
  msgid ""
4485
+ "Increase your store's conversion rate by placing a \"trust badge\" on the "
4486
  "home, checkout or any other page(s). Let customers feel more confident about "
4487
  "shopping on your site by featuring a trust badge that shows a summary of "
4488
+ "customer reviews. Trust badges can be enabled using shortcodes or blocks in "
4489
+ "the page editor (blocks require WordPress 5.0 or newer)."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4490
  msgstr ""
4491
 
4492
+ #: includes/settings/class-cr-settings-trust-badges.php:88
 
 
 
 
4493
  msgid ""
4494
+ "If you enable <a href=\"%1$s\">verification of reviews</a> and claim a <a "
4495
+ "href=\"%2$s\">dedicated page</a> at CusRev.com website, trust badges will "
4496
+ "include a nofollow link to your page there."
4497
  msgstr ""
4498
 
4499
+ #: includes/settings/class-cr-settings-trust-badges.php:93
4500
  msgid "Small Light Badge"
4501
  msgstr ""
4502
 
4503
+ #: includes/settings/class-cr-settings-trust-badges.php:95
4504
  msgid "Shortcode and preview of the small light trust badge."
4505
  msgstr ""
4506
 
4507
+ #: includes/settings/class-cr-settings-trust-badges.php:101
4508
  msgid "Small Light Badge (with Store Rating)"
4509
  msgstr ""
4510
 
4511
+ #: includes/settings/class-cr-settings-trust-badges.php:103
4512
  msgid "Shortcode and preview of the small light trust badge with store rating."
4513
  msgstr ""
4514
 
4515
+ #: includes/settings/class-cr-settings-trust-badges.php:109
4516
  msgid "Small Dark Badge"
4517
  msgstr ""
4518
 
4519
+ #: includes/settings/class-cr-settings-trust-badges.php:111
4520
  msgid "Shortcode and preview of the small dark trust badge."
4521
  msgstr ""
4522
 
4523
+ #: includes/settings/class-cr-settings-trust-badges.php:117
4524
  msgid "Small Dark Badge (with Store Rating)"
4525
  msgstr ""
4526
 
4527
+ #: includes/settings/class-cr-settings-trust-badges.php:119
4528
  msgid "Shortcode and preview of the small dark trust badge with store rating."
4529
  msgstr ""
4530
 
4531
+ #: includes/settings/class-cr-settings-trust-badges.php:125
4532
  msgid "Wide Light Badge"
4533
  msgstr ""
4534
 
4535
+ #: includes/settings/class-cr-settings-trust-badges.php:127
4536
  msgid ""
4537
  "Shortcode and preview of the wide light trust badge. The wide badge has a "
4538
  "version for small screens that will be automatically shown when a website is "
4539
  "viewed from phones."
4540
  msgstr ""
4541
 
4542
+ #: includes/settings/class-cr-settings-trust-badges.php:133
4543
  msgid "Wide Light Badge (with Store Rating)"
4544
  msgstr ""
4545
 
4546
+ #: includes/settings/class-cr-settings-trust-badges.php:135
4547
  msgid ""
4548
  "Shortcode and preview of the wide light trust badge with store rating. The "
4549
  "wide badge has a version for small screens that will be automatically shown "
4550
  "when a website is viewed from phones."
4551
  msgstr ""
4552
 
4553
+ #: includes/settings/class-cr-settings-trust-badges.php:141
4554
  msgid "Wide Dark Badge"
4555
  msgstr ""
4556
 
4557
+ #: includes/settings/class-cr-settings-trust-badges.php:143
4558
  msgid ""
4559
  "Shortcode and preview of the wide dark trust badge. The wide badge has a "
4560
  "version for small screens that will be automatically shown when a website is "
4561
  "viewed from phones."
4562
  msgstr ""
4563
 
4564
+ #: includes/settings/class-cr-settings-trust-badges.php:149
4565
  msgid "Wide Dark Badge (with Store Rating)"
4566
  msgstr ""
4567
 
4568
+ #: includes/settings/class-cr-settings-trust-badges.php:151
4569
  msgid ""
4570
  "Shortcode and preview of the wide dark trust badge with store rating. The "
4571
  "wide badge has a version for small screens that will be automatically shown "
4572
  "when a website is viewed from phones."
4573
  msgstr ""
4574
 
4575
+ #: includes/settings/class-cr-settings-trust-badges.php:157
4576
  msgid "Compact Light Badge"
4577
  msgstr ""
4578
 
4579
+ #: includes/settings/class-cr-settings-trust-badges.php:159
4580
  msgid "Shortcode and preview of the compact light trust badge."
4581
  msgstr ""
4582
 
4583
+ #: includes/settings/class-cr-settings-trust-badges.php:165
4584
  msgid "Compact Dark Badge"
4585
  msgstr ""
4586
 
4587
+ #: includes/settings/class-cr-settings-trust-badges.php:167
4588
  msgid "Shortcode and preview of the compact dark trust badge."
4589
  msgstr ""
4590
 
4591
+ #: includes/settings/class-cr-settings-trust-badges.php:177
4592
  msgid "Floating Trust Badge"
4593
  msgstr ""
4594
 
4595
+ #: includes/settings/class-cr-settings-trust-badges.php:179
4596
  msgid ""
4597
  "Settings to display a floating badge with a summary of verified reviews."
4598
  msgstr ""
4599
 
4600
+ #: includes/settings/class-cr-settings-trust-badges.php:183
4601
  msgid "Floating Badge"
4602
  msgstr ""
4603
 
4604
+ #: includes/settings/class-cr-settings-trust-badges.php:185
4605
  msgid ""
4606
  "Enable this checkbox to display a floating trust badge on public pages of "
4607
  "the website."
4608
  msgstr ""
4609
 
4610
+ #: includes/settings/class-cr-settings-trust-badges.php:190
4611
  msgid "Floating Badge Style"
4612
  msgstr ""
4613
 
4614
+ #: includes/settings/class-cr-settings-trust-badges.php:192
4615
  msgid "Choose one of the styles for the floating trust badge."
4616
  msgstr ""
4617
 
4618
+ #: includes/settings/class-cr-settings-trust-badges.php:196 js/blocks.js:112
4619
  msgid "Light"
4620
  msgstr ""
4621
 
4622
+ #: includes/settings/class-cr-settings-trust-badges.php:197 js/blocks.js:116
4623
  msgid "Dark"
4624
  msgstr ""
4625
 
4626
+ #: includes/settings/class-cr-settings-trust-badges.php:202
4627
  msgid "Floating Badge Location"
4628
  msgstr ""
4629
 
4630
+ #: includes/settings/class-cr-settings-trust-badges.php:204
4631
  msgid "Choose one of the locations for the floating trust badge."
4632
  msgstr ""
4633
 
4634
+ #: includes/settings/class-cr-settings-trust-badges.php:208
4635
  msgid "Bottom right"
4636
  msgstr ""
4637
 
4638
+ #: includes/settings/class-cr-settings-trust-badges.php:209
4639
  msgid "Bottom left"
4640
  msgstr ""
4641
 
4642
+ #: includes/settings/class-cr-settings-trust-badges.php:294
4643
  msgid "color"
4644
  msgstr ""
4645
 
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] ""
4767
  msgstr[2] ""
4768
 
4769
  #: includes/trust-badge/class-cr-verified-reviews.php:58
4770
+ msgid "CusRev.com page activation error: 'Page URL' cannot be empty."
4771
  msgstr ""
4772
 
4773
  #: includes/trust-badge/class-cr-verified-reviews.php:89
4774
+ msgid "CusRev.com page activation error #98. "
4775
  msgstr ""
4776
 
4777
  #: includes/trust-badge/class-cr-verified-reviews.php:94
4778
+ msgid "CusRev.com page has been successfully enabled."
4779
  msgstr ""
4780
 
4781
  #: includes/trust-badge/class-cr-verified-reviews.php:97
4782
  msgid ""
4783
+ "CusRev.com page activation error: '%s' is already in use. Please enter a "
4784
  "different page name."
4785
  msgstr ""
4786
 
4787
  #: includes/trust-badge/class-cr-verified-reviews.php:100
4788
  msgid ""
4789
+ "CusRev.com page activation error: page URL contains unsupported symbols. "
4790
+ "Only latin characters (a-z), numbers (0-9), and . symbol are allowed."
4791
  msgstr ""
4792
 
4793
  #: includes/trust-badge/class-cr-verified-reviews.php:103
4797
  msgstr ""
4798
 
4799
  #: includes/trust-badge/class-cr-verified-reviews.php:106
4800
+ msgid "CusRev.com page activation error #99."
4801
  msgstr ""
4802
 
4803
  #: includes/trust-badge/class-cr-verified-reviews.php:142
4804
+ msgid "CusRev.com page deactivation error #98. Please try again."
4805
  msgstr ""
4806
 
4807
  #: includes/trust-badge/class-cr-verified-reviews.php:149
4808
+ msgid "CusRev.com page has been successfully disabled."
4809
  msgstr ""
4810
 
4811
  #: includes/trust-badge/class-cr-verified-reviews.php:153
4812
  msgid ""
4813
+ "CusRev.com page deactivation error: the page is blocked, please contact "
4814
+ "CusRev support for assistance."
4815
  msgstr ""
4816
 
4817
  #: includes/trust-badge/class-cr-verified-reviews.php:157
4818
+ msgid "CusRev.com page deactivation error #99."
4819
  msgstr ""
4820
 
4821
  #: ivole.php:135
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-10-28T14:21:16+00:00\n"
10
  "PO-Revision-Date: 2018-11-24 18:45+0000\n"
11
  "Last-Translator: \n"
12
  "Language-Team: \n"
@@ -43,27 +43,27 @@ msgstr ""
43
  msgid "This reply was originally posted on CR portal"
44
  msgstr ""
45
 
46
- #: class-ivole.php:150
47
  msgid "View CusRev documentation"
48
  msgstr ""
49
 
50
- #: class-ivole.php:150
51
  msgid "Docs"
52
  msgstr ""
53
 
54
- #: class-ivole.php:151
55
  msgid "Visit community forums"
56
  msgstr ""
57
 
58
- #: class-ivole.php:151
59
  msgid "Community support"
60
  msgstr ""
61
 
62
- #: class-ivole.php:161
63
  msgid "View Customer Reviews settings"
64
  msgstr ""
65
 
66
- #: class-ivole.php:161 includes/settings/class-cr-admin-menu-settings.php:60
67
  #: includes/settings/class-cr-admin-menu-settings.php:61
68
  msgid "Settings"
69
  msgstr ""
@@ -240,7 +240,7 @@ msgstr ""
240
  msgid "Item 2 Test"
241
  msgstr ""
242
 
243
- #: includes/emails/class-cr-email-func.php:263
244
  #: includes/reviews/class-cr-reviews-list-table.php:410
245
  msgid "Review"
246
  msgstr ""
@@ -377,7 +377,7 @@ msgstr ""
377
  #: includes/reviews/class-cr-admin-menu-reviews.php:59
378
  #: includes/reviews/class-cr-admin-menu-reviews.php:60
379
  #: includes/settings/class-cr-admin-menu-settings.php:143
380
- #: includes/settings/class-cr-settings-trust-badges.php:336
381
  msgid "Reviews"
382
  msgstr ""
383
 
@@ -2492,6 +2492,49 @@ msgid ""
2492
  "settings</a>."
2493
  msgstr ""
2494
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2495
  #: includes/settings/class-cr-settings-discount-tiers.php:37
2496
  msgid ""
2497
  "The option is not available with the coupon type selected for this discount "
@@ -2593,7 +2636,7 @@ msgid "Specific roles"
2593
  msgstr ""
2594
 
2595
  #: includes/settings/class-cr-settings-discount-tiers.php:146
2596
- #: includes/settings/class-cr-settings-review-reminder.php:362
2597
  msgid "Roles"
2598
  msgstr ""
2599
 
@@ -2804,7 +2847,7 @@ msgid ""
2804
  msgstr ""
2805
 
2806
  #: includes/settings/class-cr-settings-email-template.php:286
2807
- msgid "\"Reply-To\" Address"
2808
  msgstr ""
2809
 
2810
  #: includes/settings/class-cr-settings-email-template.php:301
@@ -2949,69 +2992,69 @@ msgid ""
2949
  "test email."
2950
  msgstr ""
2951
 
2952
- #: includes/settings/class-cr-settings-email-template.php:533
2953
  msgid "Return to emails"
2954
  msgstr ""
2955
 
2956
- #: includes/settings/class-cr-settings-email-template.php:552
2957
  msgid "Email template"
2958
  msgstr ""
2959
 
2960
- #: includes/settings/class-cr-settings-email-template.php:560
2961
  msgid "Delete template file"
2962
  msgstr ""
2963
 
2964
  #. translators: %s: Path to template file
2965
- #: includes/settings/class-cr-settings-email-template.php:566
2966
  msgid ""
2967
  "This template has been overridden by your theme and can be found in: %s."
2968
  msgstr ""
2969
 
2970
- #: includes/settings/class-cr-settings-email-template.php:596
2971
  msgid "Copy file to theme"
2972
  msgstr ""
2973
 
2974
  #. translators: 1: Path to template file 2: Path to theme folder
2975
- #: includes/settings/class-cr-settings-email-template.php:602
2976
  msgid ""
2977
  "To override and edit this email template copy %1$s to your theme folder: "
2978
  "%2$s."
2979
  msgstr ""
2980
 
2981
- #: includes/settings/class-cr-settings-email-template.php:610
2982
  msgid "File was not found."
2983
  msgstr ""
2984
 
2985
- #: includes/settings/class-cr-settings-email-template.php:632
2986
  msgid "View template"
2987
  msgstr ""
2988
 
2989
- #: includes/settings/class-cr-settings-email-template.php:633
2990
  msgid "Hide template"
2991
  msgstr ""
2992
 
2993
- #: includes/settings/class-cr-settings-email-template.php:647
2994
  msgid "Are you sure you want to delete this template file?"
2995
  msgstr ""
2996
 
2997
- #: includes/settings/class-cr-settings-email-template.php:668
2998
- #: includes/settings/class-cr-settings-email-template.php:674
2999
  msgid "'Email Body' field cannot be empty"
3000
  msgstr ""
3001
 
3002
- #: includes/settings/class-cr-settings-email-template.php:688
3003
  msgid "Action failed. Please refresh the page and retry."
3004
  msgstr ""
3005
 
3006
- #: includes/settings/class-cr-settings-email-template.php:692
3007
  msgid "You don&#8217;t have permission to do this."
3008
  msgstr ""
3009
 
3010
- #: includes/settings/class-cr-settings-email-template.php:714
3011
  msgid "Template file copied to theme."
3012
  msgstr ""
3013
 
3014
- #: includes/settings/class-cr-settings-email-template.php:726
3015
  msgid "Template file deleted from theme."
3016
  msgstr ""
3017
 
@@ -3019,11 +3062,11 @@ msgstr ""
3019
  msgid "Emails"
3020
  msgstr ""
3021
 
3022
- #: includes/settings/class-cr-settings-emails.php:69
3023
  msgid "Email Templates"
3024
  msgstr ""
3025
 
3026
- #: includes/settings/class-cr-settings-emails.php:71
3027
  msgid ""
3028
  "Adjust templates of the emails that will be sent to customers. If you enable "
3029
  "<b>advanced</b> email templates in your account on the %1$sCusRev website"
@@ -3031,15 +3074,15 @@ msgid ""
3031
  "below."
3032
  msgstr ""
3033
 
3034
- #: includes/settings/class-cr-settings-emails.php:102
3035
  msgid "Email"
3036
  msgstr ""
3037
 
3038
- #: includes/settings/class-cr-settings-emails.php:103
3039
  msgid "Subject"
3040
  msgstr ""
3041
 
3042
- #: includes/settings/class-cr-settings-emails.php:104
3043
  msgid "From"
3044
  msgstr ""
3045
 
@@ -3185,7 +3228,7 @@ msgid "Reply-To Address"
3185
  msgstr ""
3186
 
3187
  #: includes/settings/class-cr-settings-review-discount.php:109
3188
- #: includes/settings/class-cr-settings-review-reminder.php:480
3189
  msgid "Email Template"
3190
  msgstr ""
3191
 
@@ -3446,11 +3489,11 @@ msgstr ""
3446
  #: includes/settings/class-cr-settings-review-reminder.php:89
3447
  #: includes/settings/class-cr-settings-review-reminder.php:94
3448
  #: includes/settings/class-cr-settings-review-reminder.php:99
3449
- #: includes/settings/class-cr-settings-review-reminder.php:931
3450
- #: includes/settings/class-cr-settings-review-reminder.php:932
3451
- #: includes/settings/class-cr-settings-review-reminder.php:933
3452
- #: includes/settings/class-cr-settings-review-reminder.php:934
3453
- #: includes/settings/class-cr-settings-review-reminder.php:935
3454
  msgid "Checking license..."
3455
  msgstr ""
3456
 
@@ -3725,83 +3768,83 @@ msgid ""
3725
  "in this field."
3726
  msgstr ""
3727
 
3728
- #: includes/settings/class-cr-settings-review-reminder.php:314
3729
  msgid "Order Status"
3730
  msgstr ""
3731
 
3732
- #: includes/settings/class-cr-settings-review-reminder.php:316
3733
  msgid ""
3734
  "Review reminders will be sent N days after this order status. It is "
3735
  "recommended to use 'Completed' status."
3736
  msgstr ""
3737
 
3738
- #: includes/settings/class-cr-settings-review-reminder.php:325
3739
  msgid "Enable for"
3740
  msgstr ""
3741
 
3742
- #: includes/settings/class-cr-settings-review-reminder.php:327
3743
  msgid ""
3744
  "Define if reminders will be send for all or only specific categories of "
3745
  "products."
3746
  msgstr ""
3747
 
3748
- #: includes/settings/class-cr-settings-review-reminder.php:334
3749
  msgid "All Categories"
3750
  msgstr ""
3751
 
3752
- #: includes/settings/class-cr-settings-review-reminder.php:335
3753
  msgid "Specific Categories"
3754
  msgstr ""
3755
 
3756
- #: includes/settings/class-cr-settings-review-reminder.php:339
3757
  msgid "Categories"
3758
  msgstr ""
3759
 
3760
- #: includes/settings/class-cr-settings-review-reminder.php:341
3761
  msgid ""
3762
  "If reminders are enabled only for specific categories of products, this "
3763
  "field enables you to choose these categories."
3764
  msgstr ""
3765
 
3766
- #: includes/settings/class-cr-settings-review-reminder.php:348
3767
  msgid "Enable for Roles"
3768
  msgstr ""
3769
 
3770
- #: includes/settings/class-cr-settings-review-reminder.php:350
3771
  msgid ""
3772
  "Define if reminders will be send for all or only specific roles of users."
3773
  msgstr ""
3774
 
3775
- #: includes/settings/class-cr-settings-review-reminder.php:357
3776
  msgid "All Roles"
3777
  msgstr ""
3778
 
3779
- #: includes/settings/class-cr-settings-review-reminder.php:358
3780
  msgid "Specific Roles"
3781
  msgstr ""
3782
 
3783
- #: includes/settings/class-cr-settings-review-reminder.php:364
3784
  msgid ""
3785
  "If reminders are enabled only for specific user roles, this field enables "
3786
  "you to choose these roles."
3787
  msgstr ""
3788
 
3789
- #: includes/settings/class-cr-settings-review-reminder.php:371
3790
  msgid "Enable for Guests"
3791
  msgstr ""
3792
 
3793
- #: includes/settings/class-cr-settings-review-reminder.php:372
3794
  msgid ""
3795
  "Enable sending of review reminders to customers who place orders without an "
3796
  "account (guest checkout). It is recommended to enable this checkbox, if you "
3797
  "allow customers to place orders without creating an account on your site."
3798
  msgstr ""
3799
 
3800
- #: includes/settings/class-cr-settings-review-reminder.php:378
3801
  msgid "Reminders Scheduler"
3802
  msgstr ""
3803
 
3804
- #: includes/settings/class-cr-settings-review-reminder.php:380
3805
  msgid ""
3806
  "Define which scheduler the plugin will use to schedule automatic review "
3807
  "reminders. The default option is to use WordPress Cron (WP-Cron) for "
@@ -3810,53 +3853,53 @@ msgid ""
3810
  "CR Cron is an external service that requires a license key (free or pro)."
3811
  msgstr ""
3812
 
3813
- #: includes/settings/class-cr-settings-review-reminder.php:389
3814
  msgid "Enable Manual Reminders"
3815
  msgstr ""
3816
 
3817
- #: includes/settings/class-cr-settings-review-reminder.php:390
3818
  msgid ""
3819
  "Enable manual sending of follow-up emails with a reminder to submit a "
3820
  "review. Manual reminders can be sent for completed orders from %1$sOrders"
3821
  "%2$s page after enabling this option."
3822
  msgstr ""
3823
 
3824
- #: includes/settings/class-cr-settings-review-reminder.php:396
3825
  msgid "Limit Number of Reminders"
3826
  msgstr ""
3827
 
3828
- #: includes/settings/class-cr-settings-review-reminder.php:397
3829
  msgid ""
3830
  "Enable this checkbox to make sure that no more than one review reminder is "
3831
  "sent for each order."
3832
  msgstr ""
3833
 
3834
- #: includes/settings/class-cr-settings-review-reminder.php:403
3835
  msgid "Customer Consent"
3836
  msgstr ""
3837
 
3838
- #: includes/settings/class-cr-settings-review-reminder.php:404
3839
  msgid ""
3840
  "If this option is enabled, customers will be asked to tick a checkbox on the "
3841
  "checkout page to indicate that they would like to receive an invitation to "
3842
  "review their order."
3843
  msgstr ""
3844
 
3845
- #: includes/settings/class-cr-settings-review-reminder.php:410
3846
  msgid "Customer Consent Text"
3847
  msgstr ""
3848
 
3849
- #: includes/settings/class-cr-settings-review-reminder.php:411
3850
  msgid ""
3851
  "Text of the message shown to customers next to the consent checkbox on the "
3852
  "checkout page."
3853
  msgstr ""
3854
 
3855
- #: includes/settings/class-cr-settings-review-reminder.php:420
3856
  msgid "Registered Customers"
3857
  msgstr ""
3858
 
3859
- #: includes/settings/class-cr-settings-review-reminder.php:421
3860
  msgid ""
3861
  "By default, review reminders are sent to billing emails provided by "
3862
  "customers during checkout. If you enable this option, the plugin will check "
@@ -3865,51 +3908,51 @@ msgid ""
3865
  "this option disabled."
3866
  msgstr ""
3867
 
3868
- #: includes/settings/class-cr-settings-review-reminder.php:427
3869
  msgid "Moderation of Reviews"
3870
  msgstr ""
3871
 
3872
- #: includes/settings/class-cr-settings-review-reminder.php:428
3873
  msgid ""
3874
  "Enable manual moderation of reviews submitted by your verified customers. "
3875
  "This setting applies only to reviews submitted in response to reminders sent "
3876
  "by this plugin."
3877
  msgstr ""
3878
 
3879
- #: includes/settings/class-cr-settings-review-reminder.php:434
3880
  msgid "Exclude Free Products"
3881
  msgstr ""
3882
 
3883
- #: includes/settings/class-cr-settings-review-reminder.php:435
3884
  msgid "Enable this checkbox to exclude free products from review invitations."
3885
  msgstr ""
3886
 
3887
- #: includes/settings/class-cr-settings-review-reminder.php:441
3888
  msgid "Shop Name"
3889
  msgstr ""
3890
 
3891
- #: includes/settings/class-cr-settings-review-reminder.php:443
3892
  msgid ""
3893
  "Specify your shop name that will be used in emails and review forms "
3894
  "generated by this plugin."
3895
  msgstr ""
3896
 
3897
- #: includes/settings/class-cr-settings-review-reminder.php:458
3898
- #: includes/settings/class-cr-settings-review-reminder.php:464
3899
  msgid "Language"
3900
  msgstr ""
3901
 
3902
- #: includes/settings/class-cr-settings-review-reminder.php:466
3903
  msgid "Choose one of the available languages."
3904
  msgstr ""
3905
 
3906
- #: includes/settings/class-cr-settings-review-reminder.php:482
3907
  msgid ""
3908
  "The email template of review reminders can be configured on the <a href=\"%s"
3909
  "\">Emails</a> tab."
3910
  msgstr ""
3911
 
3912
- #: includes/settings/class-cr-settings-review-reminder.php:490
3913
  msgid ""
3914
  "Adjust template of the aggregated review forms that will be created and sent "
3915
  "to customers by CusRev. Modifications will be applied to the next review "
@@ -3918,55 +3961,55 @@ msgid ""
3918
  "b> the settings below."
3919
  msgstr ""
3920
 
3921
- #: includes/settings/class-cr-settings-review-reminder.php:492
3922
  msgid ""
3923
  "Adjust template of the aggregated review forms that will be created and sent "
3924
  "to customers. Modifications will be applied to the next review form created "
3925
  "after saving settings."
3926
  msgstr ""
3927
 
3928
- #: includes/settings/class-cr-settings-review-reminder.php:495
3929
  msgid "Review Form Template"
3930
  msgstr ""
3931
 
3932
- #: includes/settings/class-cr-settings-review-reminder.php:501
3933
  msgid "Form Header"
3934
  msgstr ""
3935
 
3936
- #: includes/settings/class-cr-settings-review-reminder.php:503
3937
  msgid "Header of the review form that will be sent to customers."
3938
  msgstr ""
3939
 
3940
- #: includes/settings/class-cr-settings-review-reminder.php:510
3941
  msgid "Form Body"
3942
  msgstr ""
3943
 
3944
- #: includes/settings/class-cr-settings-review-reminder.php:512
3945
  msgid "Body of the review form that will be sent to customers."
3946
  msgstr ""
3947
 
3948
- #: includes/settings/class-cr-settings-review-reminder.php:520
3949
  msgid "Shop Rating"
3950
  msgstr ""
3951
 
3952
- #: includes/settings/class-cr-settings-review-reminder.php:524
3953
  msgid ""
3954
  "Enable this option if you would like to include a separate question for a "
3955
  "general shop review in addition to questions for product reviews."
3956
  msgstr ""
3957
 
3958
- #: includes/settings/class-cr-settings-review-reminder.php:527
3959
  msgid "Comment Required"
3960
  msgstr ""
3961
 
3962
- #: includes/settings/class-cr-settings-review-reminder.php:531
3963
  msgid ""
3964
  "Enable this option if you would like to make it mandatory for your customers "
3965
  "to write something in their review. This option applies only to aggregated "
3966
  "review forms."
3967
  msgstr ""
3968
 
3969
- #: includes/settings/class-cr-settings-review-reminder.php:534
3970
  msgid ""
3971
  "Enable attachment of pictures and videos on aggregated review forms. "
3972
  "Uploaded media files are initially stored on Amazon S3 and automatically "
@@ -3976,7 +4019,7 @@ msgid ""
3976
  "%2$s."
3977
  msgstr ""
3978
 
3979
- #: includes/settings/class-cr-settings-review-reminder.php:536
3980
  msgid ""
3981
  "Enable attachment of pictures and videos on local aggregated review forms. "
3982
  "This option applies only to aggregated review forms. If you would like to "
@@ -3984,72 +4027,72 @@ msgid ""
3984
  "pages, this can be done %1$shere%2$s."
3985
  msgstr ""
3986
 
3987
- #: includes/settings/class-cr-settings-review-reminder.php:539
3988
  msgid "Attach Media"
3989
  msgstr ""
3990
 
3991
- #: includes/settings/class-cr-settings-review-reminder.php:549
3992
  msgid "Rating Bar"
3993
  msgstr ""
3994
 
3995
- #: includes/settings/class-cr-settings-review-reminder.php:553
3996
  msgid "Visual style of rating bars on review forms."
3997
  msgstr ""
3998
 
3999
- #: includes/settings/class-cr-settings-review-reminder.php:555
4000
  msgid "Smiley and frowny faces"
4001
  msgstr ""
4002
 
4003
- #: includes/settings/class-cr-settings-review-reminder.php:556
4004
  #: blocks/src/reviews-grid/edit.js:234 js/blocks.js:946
4005
  msgid "Stars"
4006
  msgstr ""
4007
 
4008
- #: includes/settings/class-cr-settings-review-reminder.php:561
4009
  msgid "Geolocation"
4010
  msgstr ""
4011
 
4012
- #: includes/settings/class-cr-settings-review-reminder.php:565
4013
  msgid ""
4014
  "Enable geolocation on aggregated review forms. Customers will have an option "
4015
  "to indicate where they are from. For example, \"England, United Kingdom\"."
4016
  msgstr ""
4017
 
4018
- #: includes/settings/class-cr-settings-review-reminder.php:566
4019
  msgid "Automatic geolocation on review forms."
4020
  msgstr ""
4021
 
4022
- #: includes/settings/class-cr-settings-review-reminder.php:572
4023
  msgid "Form Color 1"
4024
  msgstr ""
4025
 
4026
- #: includes/settings/class-cr-settings-review-reminder.php:576
4027
  msgid "Background color for heading of the form and product names."
4028
  msgstr ""
4029
 
4030
- #: includes/settings/class-cr-settings-review-reminder.php:580
4031
  msgid "Form Color 2"
4032
  msgstr ""
4033
 
4034
- #: includes/settings/class-cr-settings-review-reminder.php:584
4035
  msgid "Text color for product names."
4036
  msgstr ""
4037
 
4038
- #: includes/settings/class-cr-settings-review-reminder.php:588
4039
  msgid "Form Color 3"
4040
  msgstr ""
4041
 
4042
- #: includes/settings/class-cr-settings-review-reminder.php:592
4043
  msgid "Color of control elements (buttons, rating bars)."
4044
  msgstr ""
4045
 
4046
- #: includes/settings/class-cr-settings-review-reminder.php:948
4047
  msgid ""
4048
  "While editing the footer text please make sure to keep the unsubscribe link "
4049
  "markup:"
4050
  msgstr ""
4051
 
4052
- #: includes/settings/class-cr-settings-review-reminder.php:1017
4053
  msgid ""
4054
  "<strong>CR Cron could not be enabled because no license key was entered. A "
4055
  "license key (free or pro) is required to use CR Cron.</strong>"
@@ -4403,200 +4446,171 @@ msgid ""
4403
  "you should specify it here."
4404
  msgstr ""
4405
 
4406
- #: includes/settings/class-cr-settings-trust-badges.php:50
4407
  #: includes/settings/class-cr-settings-trust-badges.php:83
4408
- #: includes/settings/class-cr-settings-trust-badges.php:89
4409
  msgid "Trust Badges"
4410
  msgstr ""
4411
 
4412
- #: includes/settings/class-cr-settings-trust-badges.php:85
4413
  msgid ""
4414
- "<p>Increase your store's conversion rate by placing a \"trust badge\" on the "
4415
  "home, checkout or any other page(s). Let customers feel more confident about "
4416
  "shopping on your site by featuring a trust badge that shows a summary of "
4417
- "verified customer reviews. Trust badges can be enabled using shortcodes or "
4418
- "blocks in the page editor (blocks require WordPress 5.0 or newer).</"
4419
- "p><p>Reviews are considered to be verified when they are collected via an "
4420
- "independent third-party website (www.cusrev.com) integrated with this "
4421
- "plugin. Reviews submitted directly on your site cannot be considered as "
4422
- "verified. Each trust badge contains a nofollow link to a dedicated page at "
4423
- "<b>www.cusrev.com</b> with all verified reviews for your store. You can "
4424
- "configure URL of the page with verified reviews for your store below.</p>"
4425
- msgstr ""
4426
-
4427
- #: includes/settings/class-cr-settings-trust-badges.php:90
4428
- msgid ""
4429
- "Enable this option to display trust badges and additional %1$s icons for "
4430
- "individual reviews on product pages in your store. Each %2$s icon will "
4431
- "contain a nofollow link to a verified copy of the review on <strong>www."
4432
- "cusrev.com</strong>."
4433
- msgstr ""
4434
-
4435
- #: includes/settings/class-cr-settings-trust-badges.php:97
4436
- msgid "Verified Reviews Page"
4437
- msgstr ""
4438
-
4439
- #: includes/settings/class-cr-settings-trust-badges.php:98
4440
- msgid ""
4441
- "Specify name of the page with verified reviews. This will be a base URL for "
4442
- "reviews related to your shop. You can use alphanumeric symbols and '.' in "
4443
- "the name of the page."
4444
  msgstr ""
4445
 
4446
- #: includes/settings/class-cr-settings-trust-badges.php:106
4447
- msgid "Age Restriction"
4448
- msgstr ""
4449
-
4450
- #: includes/settings/class-cr-settings-trust-badges.php:107
4451
  msgid ""
4452
- "Enable this option if your store sells age-restricted products (e.g., adult "
4453
- "content, alcohol, etc.)"
 
4454
  msgstr ""
4455
 
4456
- #: includes/settings/class-cr-settings-trust-badges.php:117
4457
  msgid "Small Light Badge"
4458
  msgstr ""
4459
 
4460
- #: includes/settings/class-cr-settings-trust-badges.php:119
4461
  msgid "Shortcode and preview of the small light trust badge."
4462
  msgstr ""
4463
 
4464
- #: includes/settings/class-cr-settings-trust-badges.php:125
4465
  msgid "Small Light Badge (with Store Rating)"
4466
  msgstr ""
4467
 
4468
- #: includes/settings/class-cr-settings-trust-badges.php:127
4469
  msgid "Shortcode and preview of the small light trust badge with store rating."
4470
  msgstr ""
4471
 
4472
- #: includes/settings/class-cr-settings-trust-badges.php:133
4473
  msgid "Small Dark Badge"
4474
  msgstr ""
4475
 
4476
- #: includes/settings/class-cr-settings-trust-badges.php:135
4477
  msgid "Shortcode and preview of the small dark trust badge."
4478
  msgstr ""
4479
 
4480
- #: includes/settings/class-cr-settings-trust-badges.php:141
4481
  msgid "Small Dark Badge (with Store Rating)"
4482
  msgstr ""
4483
 
4484
- #: includes/settings/class-cr-settings-trust-badges.php:143
4485
  msgid "Shortcode and preview of the small dark trust badge with store rating."
4486
  msgstr ""
4487
 
4488
- #: includes/settings/class-cr-settings-trust-badges.php:149
4489
  msgid "Wide Light Badge"
4490
  msgstr ""
4491
 
4492
- #: includes/settings/class-cr-settings-trust-badges.php:151
4493
  msgid ""
4494
  "Shortcode and preview of the wide light trust badge. The wide badge has a "
4495
  "version for small screens that will be automatically shown when a website is "
4496
  "viewed from phones."
4497
  msgstr ""
4498
 
4499
- #: includes/settings/class-cr-settings-trust-badges.php:157
4500
  msgid "Wide Light Badge (with Store Rating)"
4501
  msgstr ""
4502
 
4503
- #: includes/settings/class-cr-settings-trust-badges.php:159
4504
  msgid ""
4505
  "Shortcode and preview of the wide light trust badge with store rating. The "
4506
  "wide badge has a version for small screens that will be automatically shown "
4507
  "when a website is viewed from phones."
4508
  msgstr ""
4509
 
4510
- #: includes/settings/class-cr-settings-trust-badges.php:165
4511
  msgid "Wide Dark Badge"
4512
  msgstr ""
4513
 
4514
- #: includes/settings/class-cr-settings-trust-badges.php:167
4515
  msgid ""
4516
  "Shortcode and preview of the wide dark trust badge. The wide badge has a "
4517
  "version for small screens that will be automatically shown when a website is "
4518
  "viewed from phones."
4519
  msgstr ""
4520
 
4521
- #: includes/settings/class-cr-settings-trust-badges.php:173
4522
  msgid "Wide Dark Badge (with Store Rating)"
4523
  msgstr ""
4524
 
4525
- #: includes/settings/class-cr-settings-trust-badges.php:175
4526
  msgid ""
4527
  "Shortcode and preview of the wide dark trust badge with store rating. The "
4528
  "wide badge has a version for small screens that will be automatically shown "
4529
  "when a website is viewed from phones."
4530
  msgstr ""
4531
 
4532
- #: includes/settings/class-cr-settings-trust-badges.php:181
4533
  msgid "Compact Light Badge"
4534
  msgstr ""
4535
 
4536
- #: includes/settings/class-cr-settings-trust-badges.php:183
4537
  msgid "Shortcode and preview of the compact light trust badge."
4538
  msgstr ""
4539
 
4540
- #: includes/settings/class-cr-settings-trust-badges.php:189
4541
  msgid "Compact Dark Badge"
4542
  msgstr ""
4543
 
4544
- #: includes/settings/class-cr-settings-trust-badges.php:191
4545
  msgid "Shortcode and preview of the compact dark trust badge."
4546
  msgstr ""
4547
 
4548
- #: includes/settings/class-cr-settings-trust-badges.php:201
4549
  msgid "Floating Trust Badge"
4550
  msgstr ""
4551
 
4552
- #: includes/settings/class-cr-settings-trust-badges.php:203
4553
  msgid ""
4554
  "Settings to display a floating badge with a summary of verified reviews."
4555
  msgstr ""
4556
 
4557
- #: includes/settings/class-cr-settings-trust-badges.php:207
4558
  msgid "Floating Badge"
4559
  msgstr ""
4560
 
4561
- #: includes/settings/class-cr-settings-trust-badges.php:209
4562
  msgid ""
4563
  "Enable this checkbox to display a floating trust badge on public pages of "
4564
  "the website."
4565
  msgstr ""
4566
 
4567
- #: includes/settings/class-cr-settings-trust-badges.php:214
4568
  msgid "Floating Badge Style"
4569
  msgstr ""
4570
 
4571
- #: includes/settings/class-cr-settings-trust-badges.php:216
4572
  msgid "Choose one of the styles for the floating trust badge."
4573
  msgstr ""
4574
 
4575
- #: includes/settings/class-cr-settings-trust-badges.php:220 js/blocks.js:112
4576
  msgid "Light"
4577
  msgstr ""
4578
 
4579
- #: includes/settings/class-cr-settings-trust-badges.php:221 js/blocks.js:116
4580
  msgid "Dark"
4581
  msgstr ""
4582
 
4583
- #: includes/settings/class-cr-settings-trust-badges.php:226
4584
  msgid "Floating Badge Location"
4585
  msgstr ""
4586
 
4587
- #: includes/settings/class-cr-settings-trust-badges.php:228
4588
  msgid "Choose one of the locations for the floating trust badge."
4589
  msgstr ""
4590
 
4591
- #: includes/settings/class-cr-settings-trust-badges.php:232
4592
  msgid "Bottom right"
4593
  msgstr ""
4594
 
4595
- #: includes/settings/class-cr-settings-trust-badges.php:233
4596
  msgid "Bottom left"
4597
  msgstr ""
4598
 
4599
- #: includes/settings/class-cr-settings-trust-badges.php:318
4600
  msgid "color"
4601
  msgstr ""
4602
 
@@ -4667,74 +4681,82 @@ msgstr ""
4667
  msgid "Tags for Reviews"
4668
  msgstr ""
4669
 
4670
- #: includes/trust-badge/class-cr-trust-badge.php:201
4671
  msgid "Independently verified"
4672
  msgstr ""
4673
 
4674
- #: includes/trust-badge/class-cr-trust-badge.php:202
4675
  msgid "independently verified"
4676
  msgstr ""
4677
 
4678
- #: includes/trust-badge/class-cr-trust-badge.php:204
 
 
 
 
 
 
 
 
4679
  msgid "%s rating"
4680
  msgstr ""
4681
 
4682
- #: includes/trust-badge/class-cr-trust-badge.php:205
4683
  msgid "rating %s / 5"
4684
  msgstr ""
4685
 
4686
- #: includes/trust-badge/class-cr-trust-badge.php:206
4687
  msgid "%s store rating"
4688
  msgstr ""
4689
 
4690
- #: includes/trust-badge/class-cr-trust-badge.php:207
4691
  msgid "Store rating %s / 5"
4692
  msgstr ""
4693
 
4694
- #: includes/trust-badge/class-cr-trust-badge.php:208
4695
  msgid "store rating"
4696
  msgstr ""
4697
 
4698
- #: includes/trust-badge/class-cr-trust-badge.php:209
4699
  msgid "%s product rating"
4700
  msgstr ""
4701
 
4702
- #: includes/trust-badge/class-cr-trust-badge.php:210
4703
  msgid "Product rating %s / 5"
4704
  msgstr ""
4705
 
4706
- #: includes/trust-badge/class-cr-trust-badge.php:211
4707
  msgid "product rating"
4708
  msgstr ""
4709
 
4710
- #: includes/trust-badge/class-cr-trust-badge.php:212
4711
- #: includes/trust-badge/class-cr-trust-badge.php:213 templates/cr-rating.php:44
4712
  msgid "%s review"
4713
  msgid_plural "%s reviews"
4714
  msgstr[0] ""
4715
 
4716
  #: includes/trust-badge/class-cr-verified-reviews.php:58
4717
- msgid "Trust badges activation error: 'Verified Reviews Page' cannot be empty."
4718
  msgstr ""
4719
 
4720
  #: includes/trust-badge/class-cr-verified-reviews.php:89
4721
- msgid "Trust badges activation error #98. "
4722
  msgstr ""
4723
 
4724
  #: includes/trust-badge/class-cr-verified-reviews.php:94
4725
- msgid "Trust badges have been successfully activated."
4726
  msgstr ""
4727
 
4728
  #: includes/trust-badge/class-cr-verified-reviews.php:97
4729
  msgid ""
4730
- "Trust badges activation error: '%s' is already in use. Please enter a "
4731
  "different page name."
4732
  msgstr ""
4733
 
4734
  #: includes/trust-badge/class-cr-verified-reviews.php:100
4735
  msgid ""
4736
- "Trust badges activation error: page name contains unsupported symbols. Only "
4737
- "latin characters (a-z), numbers (0-9), and . symbol are allowed."
4738
  msgstr ""
4739
 
4740
  #: includes/trust-badge/class-cr-verified-reviews.php:103
@@ -4744,25 +4766,25 @@ msgid ""
4744
  msgstr ""
4745
 
4746
  #: includes/trust-badge/class-cr-verified-reviews.php:106
4747
- msgid "Trust badges activation error #99."
4748
  msgstr ""
4749
 
4750
  #: includes/trust-badge/class-cr-verified-reviews.php:142
4751
- msgid "Trust badges deactivation error #98. Please try again."
4752
  msgstr ""
4753
 
4754
  #: includes/trust-badge/class-cr-verified-reviews.php:149
4755
- msgid "Trust badges have been successfully deactivated."
4756
  msgstr ""
4757
 
4758
  #: includes/trust-badge/class-cr-verified-reviews.php:153
4759
  msgid ""
4760
- "Trust badges deactivation error: the page is blocked, please contact CusRev "
4761
- "support for assistance."
4762
  msgstr ""
4763
 
4764
  #: includes/trust-badge/class-cr-verified-reviews.php:157
4765
- msgid "Trust badges deactivation error #99."
4766
  msgstr ""
4767
 
4768
  #: ivole.php:135
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"
43
  msgid "This reply was originally posted on CR portal"
44
  msgstr ""
45
 
46
+ #: class-ivole.php:152
47
  msgid "View CusRev documentation"
48
  msgstr ""
49
 
50
+ #: class-ivole.php:152
51
  msgid "Docs"
52
  msgstr ""
53
 
54
+ #: class-ivole.php:153
55
  msgid "Visit community forums"
56
  msgstr ""
57
 
58
+ #: class-ivole.php:153
59
  msgid "Community support"
60
  msgstr ""
61
 
62
+ #: class-ivole.php:163
63
  msgid "View Customer Reviews settings"
64
  msgstr ""
65
 
66
+ #: class-ivole.php:163 includes/settings/class-cr-admin-menu-settings.php:60
67
  #: includes/settings/class-cr-admin-menu-settings.php:61
68
  msgid "Settings"
69
  msgstr ""
240
  msgid "Item 2 Test"
241
  msgstr ""
242
 
243
+ #: includes/emails/class-cr-email-func.php:264
244
  #: includes/reviews/class-cr-reviews-list-table.php:410
245
  msgid "Review"
246
  msgstr ""
377
  #: includes/reviews/class-cr-admin-menu-reviews.php:59
378
  #: includes/reviews/class-cr-admin-menu-reviews.php:60
379
  #: includes/settings/class-cr-admin-menu-settings.php:143
380
+ #: includes/settings/class-cr-settings-trust-badges.php:310
381
  msgid "Reviews"
382
  msgstr ""
383
 
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 "
2512
+ "%1$s icons for individual reviews on product pages of your store will be "
2513
+ "displayed. Each %2$s icon will contain a nofollow link to a verified copy of "
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.)"
2536
+ msgstr ""
2537
+
2538
  #: includes/settings/class-cr-settings-discount-tiers.php:37
2539
  msgid ""
2540
  "The option is not available with the coupon type selected for this discount "
2636
  msgstr ""
2637
 
2638
  #: includes/settings/class-cr-settings-discount-tiers.php:146
2639
+ #: includes/settings/class-cr-settings-review-reminder.php:367
2640
  msgid "Roles"
2641
  msgstr ""
2642
 
2847
  msgstr ""
2848
 
2849
  #: includes/settings/class-cr-settings-email-template.php:286
2850
+ msgid "\"Reply-To\" address"
2851
  msgstr ""
2852
 
2853
  #: includes/settings/class-cr-settings-email-template.php:301
2992
  "test email."
2993
  msgstr ""
2994
 
2995
+ #: includes/settings/class-cr-settings-email-template.php:536
2996
  msgid "Return to emails"
2997
  msgstr ""
2998
 
2999
+ #: includes/settings/class-cr-settings-email-template.php:559
3000
  msgid "Email template"
3001
  msgstr ""
3002
 
3003
+ #: includes/settings/class-cr-settings-email-template.php:567
3004
  msgid "Delete template file"
3005
  msgstr ""
3006
 
3007
  #. translators: %s: Path to template file
3008
+ #: includes/settings/class-cr-settings-email-template.php:573
3009
  msgid ""
3010
  "This template has been overridden by your theme and can be found in: %s."
3011
  msgstr ""
3012
 
3013
+ #: includes/settings/class-cr-settings-email-template.php:603
3014
  msgid "Copy file to theme"
3015
  msgstr ""
3016
 
3017
  #. translators: 1: Path to template file 2: Path to theme folder
3018
+ #: includes/settings/class-cr-settings-email-template.php:609
3019
  msgid ""
3020
  "To override and edit this email template copy %1$s to your theme folder: "
3021
  "%2$s."
3022
  msgstr ""
3023
 
3024
+ #: includes/settings/class-cr-settings-email-template.php:617
3025
  msgid "File was not found."
3026
  msgstr ""
3027
 
3028
+ #: includes/settings/class-cr-settings-email-template.php:639
3029
  msgid "View template"
3030
  msgstr ""
3031
 
3032
+ #: includes/settings/class-cr-settings-email-template.php:640
3033
  msgid "Hide template"
3034
  msgstr ""
3035
 
3036
+ #: includes/settings/class-cr-settings-email-template.php:654
3037
  msgid "Are you sure you want to delete this template file?"
3038
  msgstr ""
3039
 
3040
+ #: includes/settings/class-cr-settings-email-template.php:675
3041
+ #: includes/settings/class-cr-settings-email-template.php:681
3042
  msgid "'Email Body' field cannot be empty"
3043
  msgstr ""
3044
 
3045
+ #: includes/settings/class-cr-settings-email-template.php:695
3046
  msgid "Action failed. Please refresh the page and retry."
3047
  msgstr ""
3048
 
3049
+ #: includes/settings/class-cr-settings-email-template.php:699
3050
  msgid "You don&#8217;t have permission to do this."
3051
  msgstr ""
3052
 
3053
+ #: includes/settings/class-cr-settings-email-template.php:721
3054
  msgid "Template file copied to theme."
3055
  msgstr ""
3056
 
3057
+ #: includes/settings/class-cr-settings-email-template.php:733
3058
  msgid "Template file deleted from theme."
3059
  msgstr ""
3060
 
3062
  msgid "Emails"
3063
  msgstr ""
3064
 
3065
+ #: includes/settings/class-cr-settings-emails.php:76
3066
  msgid "Email Templates"
3067
  msgstr ""
3068
 
3069
+ #: includes/settings/class-cr-settings-emails.php:78
3070
  msgid ""
3071
  "Adjust templates of the emails that will be sent to customers. If you enable "
3072
  "<b>advanced</b> email templates in your account on the %1$sCusRev website"
3074
  "below."
3075
  msgstr ""
3076
 
3077
+ #: includes/settings/class-cr-settings-emails.php:109
3078
  msgid "Email"
3079
  msgstr ""
3080
 
3081
+ #: includes/settings/class-cr-settings-emails.php:110
3082
  msgid "Subject"
3083
  msgstr ""
3084
 
3085
+ #: includes/settings/class-cr-settings-emails.php:111
3086
  msgid "From"
3087
  msgstr ""
3088
 
3228
  msgstr ""
3229
 
3230
  #: includes/settings/class-cr-settings-review-discount.php:109
3231
+ #: includes/settings/class-cr-settings-review-reminder.php:494
3232
  msgid "Email Template"
3233
  msgstr ""
3234
 
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
3492
+ #: includes/settings/class-cr-settings-review-reminder.php:945
3493
+ #: includes/settings/class-cr-settings-review-reminder.php:946
3494
+ #: includes/settings/class-cr-settings-review-reminder.php:947
3495
+ #: includes/settings/class-cr-settings-review-reminder.php:948
3496
+ #: includes/settings/class-cr-settings-review-reminder.php:949
3497
  msgid "Checking license..."
3498
  msgstr ""
3499
 
3768
  "in this field."
3769
  msgstr ""
3770
 
3771
+ #: includes/settings/class-cr-settings-review-reminder.php:315
3772
  msgid "Order Status"
3773
  msgstr ""
3774
 
3775
+ #: includes/settings/class-cr-settings-review-reminder.php:317
3776
  msgid ""
3777
  "Review reminders will be sent N days after this order status. It is "
3778
  "recommended to use 'Completed' status."
3779
  msgstr ""
3780
 
3781
+ #: includes/settings/class-cr-settings-review-reminder.php:327
3782
  msgid "Enable for"
3783
  msgstr ""
3784
 
3785
+ #: includes/settings/class-cr-settings-review-reminder.php:329
3786
  msgid ""
3787
  "Define if reminders will be send for all or only specific categories of "
3788
  "products."
3789
  msgstr ""
3790
 
3791
+ #: includes/settings/class-cr-settings-review-reminder.php:336
3792
  msgid "All Categories"
3793
  msgstr ""
3794
 
3795
+ #: includes/settings/class-cr-settings-review-reminder.php:337
3796
  msgid "Specific Categories"
3797
  msgstr ""
3798
 
3799
+ #: includes/settings/class-cr-settings-review-reminder.php:342
3800
  msgid "Categories"
3801
  msgstr ""
3802
 
3803
+ #: includes/settings/class-cr-settings-review-reminder.php:344
3804
  msgid ""
3805
  "If reminders are enabled only for specific categories of products, this "
3806
  "field enables you to choose these categories."
3807
  msgstr ""
3808
 
3809
+ #: includes/settings/class-cr-settings-review-reminder.php:352
3810
  msgid "Enable for Roles"
3811
  msgstr ""
3812
 
3813
+ #: includes/settings/class-cr-settings-review-reminder.php:354
3814
  msgid ""
3815
  "Define if reminders will be send for all or only specific roles of users."
3816
  msgstr ""
3817
 
3818
+ #: includes/settings/class-cr-settings-review-reminder.php:361
3819
  msgid "All Roles"
3820
  msgstr ""
3821
 
3822
+ #: includes/settings/class-cr-settings-review-reminder.php:362
3823
  msgid "Specific Roles"
3824
  msgstr ""
3825
 
3826
+ #: includes/settings/class-cr-settings-review-reminder.php:369
3827
  msgid ""
3828
  "If reminders are enabled only for specific user roles, this field enables "
3829
  "you to choose these roles."
3830
  msgstr ""
3831
 
3832
+ #: includes/settings/class-cr-settings-review-reminder.php:377
3833
  msgid "Enable for Guests"
3834
  msgstr ""
3835
 
3836
+ #: includes/settings/class-cr-settings-review-reminder.php:378
3837
  msgid ""
3838
  "Enable sending of review reminders to customers who place orders without an "
3839
  "account (guest checkout). It is recommended to enable this checkbox, if you "
3840
  "allow customers to place orders without creating an account on your site."
3841
  msgstr ""
3842
 
3843
+ #: includes/settings/class-cr-settings-review-reminder.php:385
3844
  msgid "Reminders Scheduler"
3845
  msgstr ""
3846
 
3847
+ #: includes/settings/class-cr-settings-review-reminder.php:387
3848
  msgid ""
3849
  "Define which scheduler the plugin will use to schedule automatic review "
3850
  "reminders. The default option is to use WordPress Cron (WP-Cron) for "
3853
  "CR Cron is an external service that requires a license key (free or pro)."
3854
  msgstr ""
3855
 
3856
+ #: includes/settings/class-cr-settings-review-reminder.php:397
3857
  msgid "Enable Manual Reminders"
3858
  msgstr ""
3859
 
3860
+ #: includes/settings/class-cr-settings-review-reminder.php:398
3861
  msgid ""
3862
  "Enable manual sending of follow-up emails with a reminder to submit a "
3863
  "review. Manual reminders can be sent for completed orders from %1$sOrders"
3864
  "%2$s page after enabling this option."
3865
  msgstr ""
3866
 
3867
+ #: includes/settings/class-cr-settings-review-reminder.php:405
3868
  msgid "Limit Number of Reminders"
3869
  msgstr ""
3870
 
3871
+ #: includes/settings/class-cr-settings-review-reminder.php:406
3872
  msgid ""
3873
  "Enable this checkbox to make sure that no more than one review reminder is "
3874
  "sent for each order."
3875
  msgstr ""
3876
 
3877
+ #: includes/settings/class-cr-settings-review-reminder.php:413
3878
  msgid "Customer Consent"
3879
  msgstr ""
3880
 
3881
+ #: includes/settings/class-cr-settings-review-reminder.php:414
3882
  msgid ""
3883
  "If this option is enabled, customers will be asked to tick a checkbox on the "
3884
  "checkout page to indicate that they would like to receive an invitation to "
3885
  "review their order."
3886
  msgstr ""
3887
 
3888
+ #: includes/settings/class-cr-settings-review-reminder.php:420
3889
  msgid "Customer Consent Text"
3890
  msgstr ""
3891
 
3892
+ #: includes/settings/class-cr-settings-review-reminder.php:421
3893
  msgid ""
3894
  "Text of the message shown to customers next to the consent checkbox on the "
3895
  "checkout page."
3896
  msgstr ""
3897
 
3898
+ #: includes/settings/class-cr-settings-review-reminder.php:430
3899
  msgid "Registered Customers"
3900
  msgstr ""
3901
 
3902
+ #: includes/settings/class-cr-settings-review-reminder.php:431
3903
  msgid ""
3904
  "By default, review reminders are sent to billing emails provided by "
3905
  "customers during checkout. If you enable this option, the plugin will check "
3908
  "this option disabled."
3909
  msgstr ""
3910
 
3911
+ #: includes/settings/class-cr-settings-review-reminder.php:438
3912
  msgid "Moderation of Reviews"
3913
  msgstr ""
3914
 
3915
+ #: includes/settings/class-cr-settings-review-reminder.php:439
3916
  msgid ""
3917
  "Enable manual moderation of reviews submitted by your verified customers. "
3918
  "This setting applies only to reviews submitted in response to reminders sent "
3919
  "by this plugin."
3920
  msgstr ""
3921
 
3922
+ #: includes/settings/class-cr-settings-review-reminder.php:446
3923
  msgid "Exclude Free Products"
3924
  msgstr ""
3925
 
3926
+ #: includes/settings/class-cr-settings-review-reminder.php:447
3927
  msgid "Enable this checkbox to exclude free products from review invitations."
3928
  msgstr ""
3929
 
3930
+ #: includes/settings/class-cr-settings-review-reminder.php:454
3931
  msgid "Shop Name"
3932
  msgstr ""
3933
 
3934
+ #: includes/settings/class-cr-settings-review-reminder.php:456
3935
  msgid ""
3936
  "Specify your shop name that will be used in emails and review forms "
3937
  "generated by this plugin."
3938
  msgstr ""
3939
 
3940
+ #: includes/settings/class-cr-settings-review-reminder.php:471
3941
+ #: includes/settings/class-cr-settings-review-reminder.php:477
3942
  msgid "Language"
3943
  msgstr ""
3944
 
3945
+ #: includes/settings/class-cr-settings-review-reminder.php:479
3946
  msgid "Choose one of the available languages."
3947
  msgstr ""
3948
 
3949
+ #: includes/settings/class-cr-settings-review-reminder.php:496
3950
  msgid ""
3951
  "The email template of review reminders can be configured on the <a href=\"%s"
3952
  "\">Emails</a> tab."
3953
  msgstr ""
3954
 
3955
+ #: includes/settings/class-cr-settings-review-reminder.php:504
3956
  msgid ""
3957
  "Adjust template of the aggregated review forms that will be created and sent "
3958
  "to customers by CusRev. Modifications will be applied to the next review "
3961
  "b> the settings below."
3962
  msgstr ""
3963
 
3964
+ #: includes/settings/class-cr-settings-review-reminder.php:506
3965
  msgid ""
3966
  "Adjust template of the aggregated review forms that will be created and sent "
3967
  "to customers. Modifications will be applied to the next review form created "
3968
  "after saving settings."
3969
  msgstr ""
3970
 
3971
+ #: includes/settings/class-cr-settings-review-reminder.php:509
3972
  msgid "Review Form Template"
3973
  msgstr ""
3974
 
3975
+ #: includes/settings/class-cr-settings-review-reminder.php:515
3976
  msgid "Form Header"
3977
  msgstr ""
3978
 
3979
+ #: includes/settings/class-cr-settings-review-reminder.php:517
3980
  msgid "Header of the review form that will be sent to customers."
3981
  msgstr ""
3982
 
3983
+ #: includes/settings/class-cr-settings-review-reminder.php:524
3984
  msgid "Form Body"
3985
  msgstr ""
3986
 
3987
+ #: includes/settings/class-cr-settings-review-reminder.php:526
3988
  msgid "Body of the review form that will be sent to customers."
3989
  msgstr ""
3990
 
3991
+ #: includes/settings/class-cr-settings-review-reminder.php:534
3992
  msgid "Shop Rating"
3993
  msgstr ""
3994
 
3995
+ #: includes/settings/class-cr-settings-review-reminder.php:538
3996
  msgid ""
3997
  "Enable this option if you would like to include a separate question for a "
3998
  "general shop review in addition to questions for product reviews."
3999
  msgstr ""
4000
 
4001
+ #: includes/settings/class-cr-settings-review-reminder.php:541
4002
  msgid "Comment Required"
4003
  msgstr ""
4004
 
4005
+ #: includes/settings/class-cr-settings-review-reminder.php:545
4006
  msgid ""
4007
  "Enable this option if you would like to make it mandatory for your customers "
4008
  "to write something in their review. This option applies only to aggregated "
4009
  "review forms."
4010
  msgstr ""
4011
 
4012
+ #: includes/settings/class-cr-settings-review-reminder.php:548
4013
  msgid ""
4014
  "Enable attachment of pictures and videos on aggregated review forms. "
4015
  "Uploaded media files are initially stored on Amazon S3 and automatically "
4019
  "%2$s."
4020
  msgstr ""
4021
 
4022
+ #: includes/settings/class-cr-settings-review-reminder.php:550
4023
  msgid ""
4024
  "Enable attachment of pictures and videos on local aggregated review forms. "
4025
  "This option applies only to aggregated review forms. If you would like to "
4027
  "pages, this can be done %1$shere%2$s."
4028
  msgstr ""
4029
 
4030
+ #: includes/settings/class-cr-settings-review-reminder.php:553
4031
  msgid "Attach Media"
4032
  msgstr ""
4033
 
4034
+ #: includes/settings/class-cr-settings-review-reminder.php:563
4035
  msgid "Rating Bar"
4036
  msgstr ""
4037
 
4038
+ #: includes/settings/class-cr-settings-review-reminder.php:567
4039
  msgid "Visual style of rating bars on review forms."
4040
  msgstr ""
4041
 
4042
+ #: includes/settings/class-cr-settings-review-reminder.php:569
4043
  msgid "Smiley and frowny faces"
4044
  msgstr ""
4045
 
4046
+ #: includes/settings/class-cr-settings-review-reminder.php:570
4047
  #: blocks/src/reviews-grid/edit.js:234 js/blocks.js:946
4048
  msgid "Stars"
4049
  msgstr ""
4050
 
4051
+ #: includes/settings/class-cr-settings-review-reminder.php:575
4052
  msgid "Geolocation"
4053
  msgstr ""
4054
 
4055
+ #: includes/settings/class-cr-settings-review-reminder.php:579
4056
  msgid ""
4057
  "Enable geolocation on aggregated review forms. Customers will have an option "
4058
  "to indicate where they are from. For example, \"England, United Kingdom\"."
4059
  msgstr ""
4060
 
4061
+ #: includes/settings/class-cr-settings-review-reminder.php:580
4062
  msgid "Automatic geolocation on review forms."
4063
  msgstr ""
4064
 
4065
+ #: includes/settings/class-cr-settings-review-reminder.php:586
4066
  msgid "Form Color 1"
4067
  msgstr ""
4068
 
4069
+ #: includes/settings/class-cr-settings-review-reminder.php:590
4070
  msgid "Background color for heading of the form and product names."
4071
  msgstr ""
4072
 
4073
+ #: includes/settings/class-cr-settings-review-reminder.php:594
4074
  msgid "Form Color 2"
4075
  msgstr ""
4076
 
4077
+ #: includes/settings/class-cr-settings-review-reminder.php:598
4078
  msgid "Text color for product names."
4079
  msgstr ""
4080
 
4081
+ #: includes/settings/class-cr-settings-review-reminder.php:602
4082
  msgid "Form Color 3"
4083
  msgstr ""
4084
 
4085
+ #: includes/settings/class-cr-settings-review-reminder.php:606
4086
  msgid "Color of control elements (buttons, rating bars)."
4087
  msgstr ""
4088
 
4089
+ #: includes/settings/class-cr-settings-review-reminder.php:962
4090
  msgid ""
4091
  "While editing the footer text please make sure to keep the unsubscribe link "
4092
  "markup:"
4093
  msgstr ""
4094
 
4095
+ #: includes/settings/class-cr-settings-review-reminder.php:1031
4096
  msgid ""
4097
  "<strong>CR Cron could not be enabled because no license key was entered. A "
4098
  "license key (free or pro) is required to use CR Cron.</strong>"
4446
  "you should specify it here."
4447
  msgstr ""
4448
 
4449
+ #: includes/settings/class-cr-settings-trust-badges.php:45
4450
  #: includes/settings/class-cr-settings-trust-badges.php:83
 
4451
  msgid "Trust Badges"
4452
  msgstr ""
4453
 
4454
+ #: includes/settings/class-cr-settings-trust-badges.php:86
4455
  msgid ""
4456
+ "Increase your store's conversion rate by placing a \"trust badge\" on the "
4457
  "home, checkout or any other page(s). Let customers feel more confident about "
4458
  "shopping on your site by featuring a trust badge that shows a summary of "
4459
+ "customer reviews. Trust badges can be enabled using shortcodes or blocks in "
4460
+ "the page editor (blocks require WordPress 5.0 or newer)."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4461
  msgstr ""
4462
 
4463
+ #: includes/settings/class-cr-settings-trust-badges.php:88
 
 
 
 
4464
  msgid ""
4465
+ "If you enable <a href=\"%1$s\">verification of reviews</a> and claim a <a "
4466
+ "href=\"%2$s\">dedicated page</a> at CusRev.com website, trust badges will "
4467
+ "include a nofollow link to your page there."
4468
  msgstr ""
4469
 
4470
+ #: includes/settings/class-cr-settings-trust-badges.php:93
4471
  msgid "Small Light Badge"
4472
  msgstr ""
4473
 
4474
+ #: includes/settings/class-cr-settings-trust-badges.php:95
4475
  msgid "Shortcode and preview of the small light trust badge."
4476
  msgstr ""
4477
 
4478
+ #: includes/settings/class-cr-settings-trust-badges.php:101
4479
  msgid "Small Light Badge (with Store Rating)"
4480
  msgstr ""
4481
 
4482
+ #: includes/settings/class-cr-settings-trust-badges.php:103
4483
  msgid "Shortcode and preview of the small light trust badge with store rating."
4484
  msgstr ""
4485
 
4486
+ #: includes/settings/class-cr-settings-trust-badges.php:109
4487
  msgid "Small Dark Badge"
4488
  msgstr ""
4489
 
4490
+ #: includes/settings/class-cr-settings-trust-badges.php:111
4491
  msgid "Shortcode and preview of the small dark trust badge."
4492
  msgstr ""
4493
 
4494
+ #: includes/settings/class-cr-settings-trust-badges.php:117
4495
  msgid "Small Dark Badge (with Store Rating)"
4496
  msgstr ""
4497
 
4498
+ #: includes/settings/class-cr-settings-trust-badges.php:119
4499
  msgid "Shortcode and preview of the small dark trust badge with store rating."
4500
  msgstr ""
4501
 
4502
+ #: includes/settings/class-cr-settings-trust-badges.php:125
4503
  msgid "Wide Light Badge"
4504
  msgstr ""
4505
 
4506
+ #: includes/settings/class-cr-settings-trust-badges.php:127
4507
  msgid ""
4508
  "Shortcode and preview of the wide light trust badge. The wide badge has a "
4509
  "version for small screens that will be automatically shown when a website is "
4510
  "viewed from phones."
4511
  msgstr ""
4512
 
4513
+ #: includes/settings/class-cr-settings-trust-badges.php:133
4514
  msgid "Wide Light Badge (with Store Rating)"
4515
  msgstr ""
4516
 
4517
+ #: includes/settings/class-cr-settings-trust-badges.php:135
4518
  msgid ""
4519
  "Shortcode and preview of the wide light trust badge with store rating. The "
4520
  "wide badge has a version for small screens that will be automatically shown "
4521
  "when a website is viewed from phones."
4522
  msgstr ""
4523
 
4524
+ #: includes/settings/class-cr-settings-trust-badges.php:141
4525
  msgid "Wide Dark Badge"
4526
  msgstr ""
4527
 
4528
+ #: includes/settings/class-cr-settings-trust-badges.php:143
4529
  msgid ""
4530
  "Shortcode and preview of the wide dark trust badge. The wide badge has a "
4531
  "version for small screens that will be automatically shown when a website is "
4532
  "viewed from phones."
4533
  msgstr ""
4534
 
4535
+ #: includes/settings/class-cr-settings-trust-badges.php:149
4536
  msgid "Wide Dark Badge (with Store Rating)"
4537
  msgstr ""
4538
 
4539
+ #: includes/settings/class-cr-settings-trust-badges.php:151
4540
  msgid ""
4541
  "Shortcode and preview of the wide dark trust badge with store rating. The "
4542
  "wide badge has a version for small screens that will be automatically shown "
4543
  "when a website is viewed from phones."
4544
  msgstr ""
4545
 
4546
+ #: includes/settings/class-cr-settings-trust-badges.php:157
4547
  msgid "Compact Light Badge"
4548
  msgstr ""
4549
 
4550
+ #: includes/settings/class-cr-settings-trust-badges.php:159
4551
  msgid "Shortcode and preview of the compact light trust badge."
4552
  msgstr ""
4553
 
4554
+ #: includes/settings/class-cr-settings-trust-badges.php:165
4555
  msgid "Compact Dark Badge"
4556
  msgstr ""
4557
 
4558
+ #: includes/settings/class-cr-settings-trust-badges.php:167
4559
  msgid "Shortcode and preview of the compact dark trust badge."
4560
  msgstr ""
4561
 
4562
+ #: includes/settings/class-cr-settings-trust-badges.php:177
4563
  msgid "Floating Trust Badge"
4564
  msgstr ""
4565
 
4566
+ #: includes/settings/class-cr-settings-trust-badges.php:179
4567
  msgid ""
4568
  "Settings to display a floating badge with a summary of verified reviews."
4569
  msgstr ""
4570
 
4571
+ #: includes/settings/class-cr-settings-trust-badges.php:183
4572
  msgid "Floating Badge"
4573
  msgstr ""
4574
 
4575
+ #: includes/settings/class-cr-settings-trust-badges.php:185
4576
  msgid ""
4577
  "Enable this checkbox to display a floating trust badge on public pages of "
4578
  "the website."
4579
  msgstr ""
4580
 
4581
+ #: includes/settings/class-cr-settings-trust-badges.php:190
4582
  msgid "Floating Badge Style"
4583
  msgstr ""
4584
 
4585
+ #: includes/settings/class-cr-settings-trust-badges.php:192
4586
  msgid "Choose one of the styles for the floating trust badge."
4587
  msgstr ""
4588
 
4589
+ #: includes/settings/class-cr-settings-trust-badges.php:196 js/blocks.js:112
4590
  msgid "Light"
4591
  msgstr ""
4592
 
4593
+ #: includes/settings/class-cr-settings-trust-badges.php:197 js/blocks.js:116
4594
  msgid "Dark"
4595
  msgstr ""
4596
 
4597
+ #: includes/settings/class-cr-settings-trust-badges.php:202
4598
  msgid "Floating Badge Location"
4599
  msgstr ""
4600
 
4601
+ #: includes/settings/class-cr-settings-trust-badges.php:204
4602
  msgid "Choose one of the locations for the floating trust badge."
4603
  msgstr ""
4604
 
4605
+ #: includes/settings/class-cr-settings-trust-badges.php:208
4606
  msgid "Bottom right"
4607
  msgstr ""
4608
 
4609
+ #: includes/settings/class-cr-settings-trust-badges.php:209
4610
  msgid "Bottom left"
4611
  msgstr ""
4612
 
4613
+ #: includes/settings/class-cr-settings-trust-badges.php:294
4614
  msgid "color"
4615
  msgstr ""
4616
 
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] ""
4737
 
4738
  #: includes/trust-badge/class-cr-verified-reviews.php:58
4739
+ msgid "CusRev.com page activation error: 'Page URL' cannot be empty."
4740
  msgstr ""
4741
 
4742
  #: includes/trust-badge/class-cr-verified-reviews.php:89
4743
+ msgid "CusRev.com page activation error #98. "
4744
  msgstr ""
4745
 
4746
  #: includes/trust-badge/class-cr-verified-reviews.php:94
4747
+ msgid "CusRev.com page has been successfully enabled."
4748
  msgstr ""
4749
 
4750
  #: includes/trust-badge/class-cr-verified-reviews.php:97
4751
  msgid ""
4752
+ "CusRev.com page activation error: '%s' is already in use. Please enter a "
4753
  "different page name."
4754
  msgstr ""
4755
 
4756
  #: includes/trust-badge/class-cr-verified-reviews.php:100
4757
  msgid ""
4758
+ "CusRev.com page activation error: page URL contains unsupported symbols. "
4759
+ "Only latin characters (a-z), numbers (0-9), and . symbol are allowed."
4760
  msgstr ""
4761
 
4762
  #: includes/trust-badge/class-cr-verified-reviews.php:103
4766
  msgstr ""
4767
 
4768
  #: includes/trust-badge/class-cr-verified-reviews.php:106
4769
+ msgid "CusRev.com page activation error #99."
4770
  msgstr ""
4771
 
4772
  #: includes/trust-badge/class-cr-verified-reviews.php:142
4773
+ msgid "CusRev.com page deactivation error #98. Please try again."
4774
  msgstr ""
4775
 
4776
  #: includes/trust-badge/class-cr-verified-reviews.php:149
4777
+ msgid "CusRev.com page has been successfully disabled."
4778
  msgstr ""
4779
 
4780
  #: includes/trust-badge/class-cr-verified-reviews.php:153
4781
  msgid ""
4782
+ "CusRev.com page deactivation error: the page is blocked, please contact "
4783
+ "CusRev support for assistance."
4784
  msgstr ""
4785
 
4786
  #: includes/trust-badge/class-cr-verified-reviews.php:157
4787
+ msgid "CusRev.com page deactivation error #99."
4788
  msgstr ""
4789
 
4790
  #: ivole.php:135
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-10-28T14:21:16+00:00\n"
10
  "PO-Revision-Date: 2018-03-22 23:11+0000\n"
11
  "Last-Translator: \n"
12
  "Language-Team: \n"
@@ -43,27 +43,27 @@ msgstr ""
43
  msgid "This reply was originally posted on CR portal"
44
  msgstr ""
45
 
46
- #: class-ivole.php:150
47
  msgid "View CusRev documentation"
48
  msgstr ""
49
 
50
- #: class-ivole.php:150
51
  msgid "Docs"
52
  msgstr ""
53
 
54
- #: class-ivole.php:151
55
  msgid "Visit community forums"
56
  msgstr ""
57
 
58
- #: class-ivole.php:151
59
  msgid "Community support"
60
  msgstr ""
61
 
62
- #: class-ivole.php:161
63
  msgid "View Customer Reviews settings"
64
  msgstr ""
65
 
66
- #: class-ivole.php:161 includes/settings/class-cr-admin-menu-settings.php:60
67
  #: includes/settings/class-cr-admin-menu-settings.php:61
68
  msgid "Settings"
69
  msgstr ""
@@ -240,7 +240,7 @@ msgstr ""
240
  msgid "Item 2 Test"
241
  msgstr ""
242
 
243
- #: includes/emails/class-cr-email-func.php:263
244
  #: includes/reviews/class-cr-reviews-list-table.php:410
245
  msgid "Review"
246
  msgstr ""
@@ -377,7 +377,7 @@ msgstr ""
377
  #: includes/reviews/class-cr-admin-menu-reviews.php:59
378
  #: includes/reviews/class-cr-admin-menu-reviews.php:60
379
  #: includes/settings/class-cr-admin-menu-settings.php:143
380
- #: includes/settings/class-cr-settings-trust-badges.php:336
381
  msgid "Reviews"
382
  msgstr ""
383
 
@@ -2490,6 +2490,49 @@ msgid ""
2490
  "settings</a>."
2491
  msgstr ""
2492
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2493
  #: includes/settings/class-cr-settings-discount-tiers.php:37
2494
  msgid ""
2495
  "The option is not available with the coupon type selected for this discount "
@@ -2591,7 +2634,7 @@ msgid "Specific roles"
2591
  msgstr ""
2592
 
2593
  #: includes/settings/class-cr-settings-discount-tiers.php:146
2594
- #: includes/settings/class-cr-settings-review-reminder.php:362
2595
  msgid "Roles"
2596
  msgstr ""
2597
 
@@ -2802,7 +2845,7 @@ msgid ""
2802
  msgstr ""
2803
 
2804
  #: includes/settings/class-cr-settings-email-template.php:286
2805
- msgid "\"Reply-To\" Address"
2806
  msgstr ""
2807
 
2808
  #: includes/settings/class-cr-settings-email-template.php:301
@@ -2947,69 +2990,69 @@ msgid ""
2947
  "test email."
2948
  msgstr ""
2949
 
2950
- #: includes/settings/class-cr-settings-email-template.php:533
2951
  msgid "Return to emails"
2952
  msgstr ""
2953
 
2954
- #: includes/settings/class-cr-settings-email-template.php:552
2955
  msgid "Email template"
2956
  msgstr ""
2957
 
2958
- #: includes/settings/class-cr-settings-email-template.php:560
2959
  msgid "Delete template file"
2960
  msgstr ""
2961
 
2962
  #. translators: %s: Path to template file
2963
- #: includes/settings/class-cr-settings-email-template.php:566
2964
  msgid ""
2965
  "This template has been overridden by your theme and can be found in: %s."
2966
  msgstr ""
2967
 
2968
- #: includes/settings/class-cr-settings-email-template.php:596
2969
  msgid "Copy file to theme"
2970
  msgstr ""
2971
 
2972
  #. translators: 1: Path to template file 2: Path to theme folder
2973
- #: includes/settings/class-cr-settings-email-template.php:602
2974
  msgid ""
2975
  "To override and edit this email template copy %1$s to your theme folder: "
2976
  "%2$s."
2977
  msgstr ""
2978
 
2979
- #: includes/settings/class-cr-settings-email-template.php:610
2980
  msgid "File was not found."
2981
  msgstr ""
2982
 
2983
- #: includes/settings/class-cr-settings-email-template.php:632
2984
  msgid "View template"
2985
  msgstr ""
2986
 
2987
- #: includes/settings/class-cr-settings-email-template.php:633
2988
  msgid "Hide template"
2989
  msgstr ""
2990
 
2991
- #: includes/settings/class-cr-settings-email-template.php:647
2992
  msgid "Are you sure you want to delete this template file?"
2993
  msgstr ""
2994
 
2995
- #: includes/settings/class-cr-settings-email-template.php:668
2996
- #: includes/settings/class-cr-settings-email-template.php:674
2997
  msgid "'Email Body' field cannot be empty"
2998
  msgstr ""
2999
 
3000
- #: includes/settings/class-cr-settings-email-template.php:688
3001
  msgid "Action failed. Please refresh the page and retry."
3002
  msgstr ""
3003
 
3004
- #: includes/settings/class-cr-settings-email-template.php:692
3005
  msgid "You don&#8217;t have permission to do this."
3006
  msgstr ""
3007
 
3008
- #: includes/settings/class-cr-settings-email-template.php:714
3009
  msgid "Template file copied to theme."
3010
  msgstr ""
3011
 
3012
- #: includes/settings/class-cr-settings-email-template.php:726
3013
  msgid "Template file deleted from theme."
3014
  msgstr ""
3015
 
@@ -3017,11 +3060,11 @@ msgstr ""
3017
  msgid "Emails"
3018
  msgstr ""
3019
 
3020
- #: includes/settings/class-cr-settings-emails.php:69
3021
  msgid "Email Templates"
3022
  msgstr ""
3023
 
3024
- #: includes/settings/class-cr-settings-emails.php:71
3025
  msgid ""
3026
  "Adjust templates of the emails that will be sent to customers. If you enable "
3027
  "<b>advanced</b> email templates in your account on the %1$sCusRev website"
@@ -3029,15 +3072,15 @@ msgid ""
3029
  "below."
3030
  msgstr ""
3031
 
3032
- #: includes/settings/class-cr-settings-emails.php:102
3033
  msgid "Email"
3034
  msgstr ""
3035
 
3036
- #: includes/settings/class-cr-settings-emails.php:103
3037
  msgid "Subject"
3038
  msgstr ""
3039
 
3040
- #: includes/settings/class-cr-settings-emails.php:104
3041
  msgid "From"
3042
  msgstr ""
3043
 
@@ -3183,7 +3226,7 @@ msgid "Reply-To Address"
3183
  msgstr ""
3184
 
3185
  #: includes/settings/class-cr-settings-review-discount.php:109
3186
- #: includes/settings/class-cr-settings-review-reminder.php:480
3187
  msgid "Email Template"
3188
  msgstr ""
3189
 
@@ -3444,11 +3487,11 @@ msgstr ""
3444
  #: includes/settings/class-cr-settings-review-reminder.php:89
3445
  #: includes/settings/class-cr-settings-review-reminder.php:94
3446
  #: includes/settings/class-cr-settings-review-reminder.php:99
3447
- #: includes/settings/class-cr-settings-review-reminder.php:931
3448
- #: includes/settings/class-cr-settings-review-reminder.php:932
3449
- #: includes/settings/class-cr-settings-review-reminder.php:933
3450
- #: includes/settings/class-cr-settings-review-reminder.php:934
3451
- #: includes/settings/class-cr-settings-review-reminder.php:935
3452
  msgid "Checking license..."
3453
  msgstr ""
3454
 
@@ -3723,83 +3766,83 @@ msgid ""
3723
  "in this field."
3724
  msgstr ""
3725
 
3726
- #: includes/settings/class-cr-settings-review-reminder.php:314
3727
  msgid "Order Status"
3728
  msgstr ""
3729
 
3730
- #: includes/settings/class-cr-settings-review-reminder.php:316
3731
  msgid ""
3732
  "Review reminders will be sent N days after this order status. It is "
3733
  "recommended to use 'Completed' status."
3734
  msgstr ""
3735
 
3736
- #: includes/settings/class-cr-settings-review-reminder.php:325
3737
  msgid "Enable for"
3738
  msgstr ""
3739
 
3740
- #: includes/settings/class-cr-settings-review-reminder.php:327
3741
  msgid ""
3742
  "Define if reminders will be send for all or only specific categories of "
3743
  "products."
3744
  msgstr ""
3745
 
3746
- #: includes/settings/class-cr-settings-review-reminder.php:334
3747
  msgid "All Categories"
3748
  msgstr ""
3749
 
3750
- #: includes/settings/class-cr-settings-review-reminder.php:335
3751
  msgid "Specific Categories"
3752
  msgstr ""
3753
 
3754
- #: includes/settings/class-cr-settings-review-reminder.php:339
3755
  msgid "Categories"
3756
  msgstr ""
3757
 
3758
- #: includes/settings/class-cr-settings-review-reminder.php:341
3759
  msgid ""
3760
  "If reminders are enabled only for specific categories of products, this "
3761
  "field enables you to choose these categories."
3762
  msgstr ""
3763
 
3764
- #: includes/settings/class-cr-settings-review-reminder.php:348
3765
  msgid "Enable for Roles"
3766
  msgstr ""
3767
 
3768
- #: includes/settings/class-cr-settings-review-reminder.php:350
3769
  msgid ""
3770
  "Define if reminders will be send for all or only specific roles of users."
3771
  msgstr ""
3772
 
3773
- #: includes/settings/class-cr-settings-review-reminder.php:357
3774
  msgid "All Roles"
3775
  msgstr ""
3776
 
3777
- #: includes/settings/class-cr-settings-review-reminder.php:358
3778
  msgid "Specific Roles"
3779
  msgstr ""
3780
 
3781
- #: includes/settings/class-cr-settings-review-reminder.php:364
3782
  msgid ""
3783
  "If reminders are enabled only for specific user roles, this field enables "
3784
  "you to choose these roles."
3785
  msgstr ""
3786
 
3787
- #: includes/settings/class-cr-settings-review-reminder.php:371
3788
  msgid "Enable for Guests"
3789
  msgstr ""
3790
 
3791
- #: includes/settings/class-cr-settings-review-reminder.php:372
3792
  msgid ""
3793
  "Enable sending of review reminders to customers who place orders without an "
3794
  "account (guest checkout). It is recommended to enable this checkbox, if you "
3795
  "allow customers to place orders without creating an account on your site."
3796
  msgstr ""
3797
 
3798
- #: includes/settings/class-cr-settings-review-reminder.php:378
3799
  msgid "Reminders Scheduler"
3800
  msgstr ""
3801
 
3802
- #: includes/settings/class-cr-settings-review-reminder.php:380
3803
  msgid ""
3804
  "Define which scheduler the plugin will use to schedule automatic review "
3805
  "reminders. The default option is to use WordPress Cron (WP-Cron) for "
@@ -3808,53 +3851,53 @@ msgid ""
3808
  "CR Cron is an external service that requires a license key (free or pro)."
3809
  msgstr ""
3810
 
3811
- #: includes/settings/class-cr-settings-review-reminder.php:389
3812
  msgid "Enable Manual Reminders"
3813
  msgstr ""
3814
 
3815
- #: includes/settings/class-cr-settings-review-reminder.php:390
3816
  msgid ""
3817
  "Enable manual sending of follow-up emails with a reminder to submit a "
3818
  "review. Manual reminders can be sent for completed orders from %1$sOrders"
3819
  "%2$s page after enabling this option."
3820
  msgstr ""
3821
 
3822
- #: includes/settings/class-cr-settings-review-reminder.php:396
3823
  msgid "Limit Number of Reminders"
3824
  msgstr ""
3825
 
3826
- #: includes/settings/class-cr-settings-review-reminder.php:397
3827
  msgid ""
3828
  "Enable this checkbox to make sure that no more than one review reminder is "
3829
  "sent for each order."
3830
  msgstr ""
3831
 
3832
- #: includes/settings/class-cr-settings-review-reminder.php:403
3833
  msgid "Customer Consent"
3834
  msgstr ""
3835
 
3836
- #: includes/settings/class-cr-settings-review-reminder.php:404
3837
  msgid ""
3838
  "If this option is enabled, customers will be asked to tick a checkbox on the "
3839
  "checkout page to indicate that they would like to receive an invitation to "
3840
  "review their order."
3841
  msgstr ""
3842
 
3843
- #: includes/settings/class-cr-settings-review-reminder.php:410
3844
  msgid "Customer Consent Text"
3845
  msgstr ""
3846
 
3847
- #: includes/settings/class-cr-settings-review-reminder.php:411
3848
  msgid ""
3849
  "Text of the message shown to customers next to the consent checkbox on the "
3850
  "checkout page."
3851
  msgstr ""
3852
 
3853
- #: includes/settings/class-cr-settings-review-reminder.php:420
3854
  msgid "Registered Customers"
3855
  msgstr ""
3856
 
3857
- #: includes/settings/class-cr-settings-review-reminder.php:421
3858
  msgid ""
3859
  "By default, review reminders are sent to billing emails provided by "
3860
  "customers during checkout. If you enable this option, the plugin will check "
@@ -3863,51 +3906,51 @@ msgid ""
3863
  "this option disabled."
3864
  msgstr ""
3865
 
3866
- #: includes/settings/class-cr-settings-review-reminder.php:427
3867
  msgid "Moderation of Reviews"
3868
  msgstr ""
3869
 
3870
- #: includes/settings/class-cr-settings-review-reminder.php:428
3871
  msgid ""
3872
  "Enable manual moderation of reviews submitted by your verified customers. "
3873
  "This setting applies only to reviews submitted in response to reminders sent "
3874
  "by this plugin."
3875
  msgstr ""
3876
 
3877
- #: includes/settings/class-cr-settings-review-reminder.php:434
3878
  msgid "Exclude Free Products"
3879
  msgstr ""
3880
 
3881
- #: includes/settings/class-cr-settings-review-reminder.php:435
3882
  msgid "Enable this checkbox to exclude free products from review invitations."
3883
  msgstr ""
3884
 
3885
- #: includes/settings/class-cr-settings-review-reminder.php:441
3886
  msgid "Shop Name"
3887
  msgstr ""
3888
 
3889
- #: includes/settings/class-cr-settings-review-reminder.php:443
3890
  msgid ""
3891
  "Specify your shop name that will be used in emails and review forms "
3892
  "generated by this plugin."
3893
  msgstr ""
3894
 
3895
- #: includes/settings/class-cr-settings-review-reminder.php:458
3896
- #: includes/settings/class-cr-settings-review-reminder.php:464
3897
  msgid "Language"
3898
  msgstr ""
3899
 
3900
- #: includes/settings/class-cr-settings-review-reminder.php:466
3901
  msgid "Choose one of the available languages."
3902
  msgstr ""
3903
 
3904
- #: includes/settings/class-cr-settings-review-reminder.php:482
3905
  msgid ""
3906
  "The email template of review reminders can be configured on the <a href=\"%s"
3907
  "\">Emails</a> tab."
3908
  msgstr ""
3909
 
3910
- #: includes/settings/class-cr-settings-review-reminder.php:490
3911
  msgid ""
3912
  "Adjust template of the aggregated review forms that will be created and sent "
3913
  "to customers by CusRev. Modifications will be applied to the next review "
@@ -3916,55 +3959,55 @@ msgid ""
3916
  "b> the settings below."
3917
  msgstr ""
3918
 
3919
- #: includes/settings/class-cr-settings-review-reminder.php:492
3920
  msgid ""
3921
  "Adjust template of the aggregated review forms that will be created and sent "
3922
  "to customers. Modifications will be applied to the next review form created "
3923
  "after saving settings."
3924
  msgstr ""
3925
 
3926
- #: includes/settings/class-cr-settings-review-reminder.php:495
3927
  msgid "Review Form Template"
3928
  msgstr ""
3929
 
3930
- #: includes/settings/class-cr-settings-review-reminder.php:501
3931
  msgid "Form Header"
3932
  msgstr ""
3933
 
3934
- #: includes/settings/class-cr-settings-review-reminder.php:503
3935
  msgid "Header of the review form that will be sent to customers."
3936
  msgstr ""
3937
 
3938
- #: includes/settings/class-cr-settings-review-reminder.php:510
3939
  msgid "Form Body"
3940
  msgstr ""
3941
 
3942
- #: includes/settings/class-cr-settings-review-reminder.php:512
3943
  msgid "Body of the review form that will be sent to customers."
3944
  msgstr ""
3945
 
3946
- #: includes/settings/class-cr-settings-review-reminder.php:520
3947
  msgid "Shop Rating"
3948
  msgstr ""
3949
 
3950
- #: includes/settings/class-cr-settings-review-reminder.php:524
3951
  msgid ""
3952
  "Enable this option if you would like to include a separate question for a "
3953
  "general shop review in addition to questions for product reviews."
3954
  msgstr ""
3955
 
3956
- #: includes/settings/class-cr-settings-review-reminder.php:527
3957
  msgid "Comment Required"
3958
  msgstr ""
3959
 
3960
- #: includes/settings/class-cr-settings-review-reminder.php:531
3961
  msgid ""
3962
  "Enable this option if you would like to make it mandatory for your customers "
3963
  "to write something in their review. This option applies only to aggregated "
3964
  "review forms."
3965
  msgstr ""
3966
 
3967
- #: includes/settings/class-cr-settings-review-reminder.php:534
3968
  msgid ""
3969
  "Enable attachment of pictures and videos on aggregated review forms. "
3970
  "Uploaded media files are initially stored on Amazon S3 and automatically "
@@ -3974,7 +4017,7 @@ msgid ""
3974
  "%2$s."
3975
  msgstr ""
3976
 
3977
- #: includes/settings/class-cr-settings-review-reminder.php:536
3978
  msgid ""
3979
  "Enable attachment of pictures and videos on local aggregated review forms. "
3980
  "This option applies only to aggregated review forms. If you would like to "
@@ -3982,72 +4025,72 @@ msgid ""
3982
  "pages, this can be done %1$shere%2$s."
3983
  msgstr ""
3984
 
3985
- #: includes/settings/class-cr-settings-review-reminder.php:539
3986
  msgid "Attach Media"
3987
  msgstr ""
3988
 
3989
- #: includes/settings/class-cr-settings-review-reminder.php:549
3990
  msgid "Rating Bar"
3991
  msgstr ""
3992
 
3993
- #: includes/settings/class-cr-settings-review-reminder.php:553
3994
  msgid "Visual style of rating bars on review forms."
3995
  msgstr ""
3996
 
3997
- #: includes/settings/class-cr-settings-review-reminder.php:555
3998
  msgid "Smiley and frowny faces"
3999
  msgstr ""
4000
 
4001
- #: includes/settings/class-cr-settings-review-reminder.php:556
4002
  #: blocks/src/reviews-grid/edit.js:234 js/blocks.js:946
4003
  msgid "Stars"
4004
  msgstr ""
4005
 
4006
- #: includes/settings/class-cr-settings-review-reminder.php:561
4007
  msgid "Geolocation"
4008
  msgstr ""
4009
 
4010
- #: includes/settings/class-cr-settings-review-reminder.php:565
4011
  msgid ""
4012
  "Enable geolocation on aggregated review forms. Customers will have an option "
4013
  "to indicate where they are from. For example, \"England, United Kingdom\"."
4014
  msgstr ""
4015
 
4016
- #: includes/settings/class-cr-settings-review-reminder.php:566
4017
  msgid "Automatic geolocation on review forms."
4018
  msgstr ""
4019
 
4020
- #: includes/settings/class-cr-settings-review-reminder.php:572
4021
  msgid "Form Color 1"
4022
  msgstr ""
4023
 
4024
- #: includes/settings/class-cr-settings-review-reminder.php:576
4025
  msgid "Background color for heading of the form and product names."
4026
  msgstr ""
4027
 
4028
- #: includes/settings/class-cr-settings-review-reminder.php:580
4029
  msgid "Form Color 2"
4030
  msgstr ""
4031
 
4032
- #: includes/settings/class-cr-settings-review-reminder.php:584
4033
  msgid "Text color for product names."
4034
  msgstr ""
4035
 
4036
- #: includes/settings/class-cr-settings-review-reminder.php:588
4037
  msgid "Form Color 3"
4038
  msgstr ""
4039
 
4040
- #: includes/settings/class-cr-settings-review-reminder.php:592
4041
  msgid "Color of control elements (buttons, rating bars)."
4042
  msgstr ""
4043
 
4044
- #: includes/settings/class-cr-settings-review-reminder.php:948
4045
  msgid ""
4046
  "While editing the footer text please make sure to keep the unsubscribe link "
4047
  "markup:"
4048
  msgstr ""
4049
 
4050
- #: includes/settings/class-cr-settings-review-reminder.php:1017
4051
  msgid ""
4052
  "<strong>CR Cron could not be enabled because no license key was entered. A "
4053
  "license key (free or pro) is required to use CR Cron.</strong>"
@@ -4401,200 +4444,171 @@ msgid ""
4401
  "you should specify it here."
4402
  msgstr ""
4403
 
4404
- #: includes/settings/class-cr-settings-trust-badges.php:50
4405
  #: includes/settings/class-cr-settings-trust-badges.php:83
4406
- #: includes/settings/class-cr-settings-trust-badges.php:89
4407
  msgid "Trust Badges"
4408
  msgstr ""
4409
 
4410
- #: includes/settings/class-cr-settings-trust-badges.php:85
4411
  msgid ""
4412
- "<p>Increase your store's conversion rate by placing a \"trust badge\" on the "
4413
  "home, checkout or any other page(s). Let customers feel more confident about "
4414
  "shopping on your site by featuring a trust badge that shows a summary of "
4415
- "verified customer reviews. Trust badges can be enabled using shortcodes or "
4416
- "blocks in the page editor (blocks require WordPress 5.0 or newer).</"
4417
- "p><p>Reviews are considered to be verified when they are collected via an "
4418
- "independent third-party website (www.cusrev.com) integrated with this "
4419
- "plugin. Reviews submitted directly on your site cannot be considered as "
4420
- "verified. Each trust badge contains a nofollow link to a dedicated page at "
4421
- "<b>www.cusrev.com</b> with all verified reviews for your store. You can "
4422
- "configure URL of the page with verified reviews for your store below.</p>"
4423
- msgstr ""
4424
-
4425
- #: includes/settings/class-cr-settings-trust-badges.php:90
4426
- msgid ""
4427
- "Enable this option to display trust badges and additional %1$s icons for "
4428
- "individual reviews on product pages in your store. Each %2$s icon will "
4429
- "contain a nofollow link to a verified copy of the review on <strong>www."
4430
- "cusrev.com</strong>."
4431
- msgstr ""
4432
-
4433
- #: includes/settings/class-cr-settings-trust-badges.php:97
4434
- msgid "Verified Reviews Page"
4435
- msgstr ""
4436
-
4437
- #: includes/settings/class-cr-settings-trust-badges.php:98
4438
- msgid ""
4439
- "Specify name of the page with verified reviews. This will be a base URL for "
4440
- "reviews related to your shop. You can use alphanumeric symbols and '.' in "
4441
- "the name of the page."
4442
  msgstr ""
4443
 
4444
- #: includes/settings/class-cr-settings-trust-badges.php:106
4445
- msgid "Age Restriction"
4446
- msgstr ""
4447
-
4448
- #: includes/settings/class-cr-settings-trust-badges.php:107
4449
  msgid ""
4450
- "Enable this option if your store sells age-restricted products (e.g., adult "
4451
- "content, alcohol, etc.)"
 
4452
  msgstr ""
4453
 
4454
- #: includes/settings/class-cr-settings-trust-badges.php:117
4455
  msgid "Small Light Badge"
4456
  msgstr ""
4457
 
4458
- #: includes/settings/class-cr-settings-trust-badges.php:119
4459
  msgid "Shortcode and preview of the small light trust badge."
4460
  msgstr ""
4461
 
4462
- #: includes/settings/class-cr-settings-trust-badges.php:125
4463
  msgid "Small Light Badge (with Store Rating)"
4464
  msgstr ""
4465
 
4466
- #: includes/settings/class-cr-settings-trust-badges.php:127
4467
  msgid "Shortcode and preview of the small light trust badge with store rating."
4468
  msgstr ""
4469
 
4470
- #: includes/settings/class-cr-settings-trust-badges.php:133
4471
  msgid "Small Dark Badge"
4472
  msgstr ""
4473
 
4474
- #: includes/settings/class-cr-settings-trust-badges.php:135
4475
  msgid "Shortcode and preview of the small dark trust badge."
4476
  msgstr ""
4477
 
4478
- #: includes/settings/class-cr-settings-trust-badges.php:141
4479
  msgid "Small Dark Badge (with Store Rating)"
4480
  msgstr ""
4481
 
4482
- #: includes/settings/class-cr-settings-trust-badges.php:143
4483
  msgid "Shortcode and preview of the small dark trust badge with store rating."
4484
  msgstr ""
4485
 
4486
- #: includes/settings/class-cr-settings-trust-badges.php:149
4487
  msgid "Wide Light Badge"
4488
  msgstr ""
4489
 
4490
- #: includes/settings/class-cr-settings-trust-badges.php:151
4491
  msgid ""
4492
  "Shortcode and preview of the wide light trust badge. The wide badge has a "
4493
  "version for small screens that will be automatically shown when a website is "
4494
  "viewed from phones."
4495
  msgstr ""
4496
 
4497
- #: includes/settings/class-cr-settings-trust-badges.php:157
4498
  msgid "Wide Light Badge (with Store Rating)"
4499
  msgstr ""
4500
 
4501
- #: includes/settings/class-cr-settings-trust-badges.php:159
4502
  msgid ""
4503
  "Shortcode and preview of the wide light trust badge with store rating. The "
4504
  "wide badge has a version for small screens that will be automatically shown "
4505
  "when a website is viewed from phones."
4506
  msgstr ""
4507
 
4508
- #: includes/settings/class-cr-settings-trust-badges.php:165
4509
  msgid "Wide Dark Badge"
4510
  msgstr ""
4511
 
4512
- #: includes/settings/class-cr-settings-trust-badges.php:167
4513
  msgid ""
4514
  "Shortcode and preview of the wide dark trust badge. The wide badge has a "
4515
  "version for small screens that will be automatically shown when a website is "
4516
  "viewed from phones."
4517
  msgstr ""
4518
 
4519
- #: includes/settings/class-cr-settings-trust-badges.php:173
4520
  msgid "Wide Dark Badge (with Store Rating)"
4521
  msgstr ""
4522
 
4523
- #: includes/settings/class-cr-settings-trust-badges.php:175
4524
  msgid ""
4525
  "Shortcode and preview of the wide dark trust badge with store rating. The "
4526
  "wide badge has a version for small screens that will be automatically shown "
4527
  "when a website is viewed from phones."
4528
  msgstr ""
4529
 
4530
- #: includes/settings/class-cr-settings-trust-badges.php:181
4531
  msgid "Compact Light Badge"
4532
  msgstr ""
4533
 
4534
- #: includes/settings/class-cr-settings-trust-badges.php:183
4535
  msgid "Shortcode and preview of the compact light trust badge."
4536
  msgstr ""
4537
 
4538
- #: includes/settings/class-cr-settings-trust-badges.php:189
4539
  msgid "Compact Dark Badge"
4540
  msgstr ""
4541
 
4542
- #: includes/settings/class-cr-settings-trust-badges.php:191
4543
  msgid "Shortcode and preview of the compact dark trust badge."
4544
  msgstr ""
4545
 
4546
- #: includes/settings/class-cr-settings-trust-badges.php:201
4547
  msgid "Floating Trust Badge"
4548
  msgstr ""
4549
 
4550
- #: includes/settings/class-cr-settings-trust-badges.php:203
4551
  msgid ""
4552
  "Settings to display a floating badge with a summary of verified reviews."
4553
  msgstr ""
4554
 
4555
- #: includes/settings/class-cr-settings-trust-badges.php:207
4556
  msgid "Floating Badge"
4557
  msgstr ""
4558
 
4559
- #: includes/settings/class-cr-settings-trust-badges.php:209
4560
  msgid ""
4561
  "Enable this checkbox to display a floating trust badge on public pages of "
4562
  "the website."
4563
  msgstr ""
4564
 
4565
- #: includes/settings/class-cr-settings-trust-badges.php:214
4566
  msgid "Floating Badge Style"
4567
  msgstr ""
4568
 
4569
- #: includes/settings/class-cr-settings-trust-badges.php:216
4570
  msgid "Choose one of the styles for the floating trust badge."
4571
  msgstr ""
4572
 
4573
- #: includes/settings/class-cr-settings-trust-badges.php:220 js/blocks.js:112
4574
  msgid "Light"
4575
  msgstr ""
4576
 
4577
- #: includes/settings/class-cr-settings-trust-badges.php:221 js/blocks.js:116
4578
  msgid "Dark"
4579
  msgstr ""
4580
 
4581
- #: includes/settings/class-cr-settings-trust-badges.php:226
4582
  msgid "Floating Badge Location"
4583
  msgstr ""
4584
 
4585
- #: includes/settings/class-cr-settings-trust-badges.php:228
4586
  msgid "Choose one of the locations for the floating trust badge."
4587
  msgstr ""
4588
 
4589
- #: includes/settings/class-cr-settings-trust-badges.php:232
4590
  msgid "Bottom right"
4591
  msgstr ""
4592
 
4593
- #: includes/settings/class-cr-settings-trust-badges.php:233
4594
  msgid "Bottom left"
4595
  msgstr ""
4596
 
4597
- #: includes/settings/class-cr-settings-trust-badges.php:318
4598
  msgid "color"
4599
  msgstr ""
4600
 
@@ -4665,74 +4679,82 @@ msgstr ""
4665
  msgid "Tags for Reviews"
4666
  msgstr ""
4667
 
4668
- #: includes/trust-badge/class-cr-trust-badge.php:201
4669
  msgid "Independently verified"
4670
  msgstr ""
4671
 
4672
- #: includes/trust-badge/class-cr-trust-badge.php:202
4673
  msgid "independently verified"
4674
  msgstr ""
4675
 
4676
- #: includes/trust-badge/class-cr-trust-badge.php:204
 
 
 
 
 
 
 
 
4677
  msgid "%s rating"
4678
  msgstr ""
4679
 
4680
- #: includes/trust-badge/class-cr-trust-badge.php:205
4681
  msgid "rating %s / 5"
4682
  msgstr ""
4683
 
4684
- #: includes/trust-badge/class-cr-trust-badge.php:206
4685
  msgid "%s store rating"
4686
  msgstr ""
4687
 
4688
- #: includes/trust-badge/class-cr-trust-badge.php:207
4689
  msgid "Store rating %s / 5"
4690
  msgstr ""
4691
 
4692
- #: includes/trust-badge/class-cr-trust-badge.php:208
4693
  msgid "store rating"
4694
  msgstr ""
4695
 
4696
- #: includes/trust-badge/class-cr-trust-badge.php:209
4697
  msgid "%s product rating"
4698
  msgstr ""
4699
 
4700
- #: includes/trust-badge/class-cr-trust-badge.php:210
4701
  msgid "Product rating %s / 5"
4702
  msgstr ""
4703
 
4704
- #: includes/trust-badge/class-cr-trust-badge.php:211
4705
  msgid "product rating"
4706
  msgstr ""
4707
 
4708
- #: includes/trust-badge/class-cr-trust-badge.php:212
4709
- #: includes/trust-badge/class-cr-trust-badge.php:213 templates/cr-rating.php:44
4710
  msgid "%s review"
4711
  msgid_plural "%s reviews"
4712
  msgstr[0] ""
4713
 
4714
  #: includes/trust-badge/class-cr-verified-reviews.php:58
4715
- msgid "Trust badges activation error: 'Verified Reviews Page' cannot be empty."
4716
  msgstr ""
4717
 
4718
  #: includes/trust-badge/class-cr-verified-reviews.php:89
4719
- msgid "Trust badges activation error #98. "
4720
  msgstr ""
4721
 
4722
  #: includes/trust-badge/class-cr-verified-reviews.php:94
4723
- msgid "Trust badges have been successfully activated."
4724
  msgstr ""
4725
 
4726
  #: includes/trust-badge/class-cr-verified-reviews.php:97
4727
  msgid ""
4728
- "Trust badges activation error: '%s' is already in use. Please enter a "
4729
  "different page name."
4730
  msgstr ""
4731
 
4732
  #: includes/trust-badge/class-cr-verified-reviews.php:100
4733
  msgid ""
4734
- "Trust badges activation error: page name contains unsupported symbols. Only "
4735
- "latin characters (a-z), numbers (0-9), and . symbol are allowed."
4736
  msgstr ""
4737
 
4738
  #: includes/trust-badge/class-cr-verified-reviews.php:103
@@ -4742,25 +4764,25 @@ msgid ""
4742
  msgstr ""
4743
 
4744
  #: includes/trust-badge/class-cr-verified-reviews.php:106
4745
- msgid "Trust badges activation error #99."
4746
  msgstr ""
4747
 
4748
  #: includes/trust-badge/class-cr-verified-reviews.php:142
4749
- msgid "Trust badges deactivation error #98. Please try again."
4750
  msgstr ""
4751
 
4752
  #: includes/trust-badge/class-cr-verified-reviews.php:149
4753
- msgid "Trust badges have been successfully deactivated."
4754
  msgstr ""
4755
 
4756
  #: includes/trust-badge/class-cr-verified-reviews.php:153
4757
  msgid ""
4758
- "Trust badges deactivation error: the page is blocked, please contact CusRev "
4759
- "support for assistance."
4760
  msgstr ""
4761
 
4762
  #: includes/trust-badge/class-cr-verified-reviews.php:157
4763
- msgid "Trust badges deactivation error #99."
4764
  msgstr ""
4765
 
4766
  #: ivole.php:135
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"
43
  msgid "This reply was originally posted on CR portal"
44
  msgstr ""
45
 
46
+ #: class-ivole.php:152
47
  msgid "View CusRev documentation"
48
  msgstr ""
49
 
50
+ #: class-ivole.php:152
51
  msgid "Docs"
52
  msgstr ""
53
 
54
+ #: class-ivole.php:153
55
  msgid "Visit community forums"
56
  msgstr ""
57
 
58
+ #: class-ivole.php:153
59
  msgid "Community support"
60
  msgstr ""
61
 
62
+ #: class-ivole.php:163
63
  msgid "View Customer Reviews settings"
64
  msgstr ""
65
 
66
+ #: class-ivole.php:163 includes/settings/class-cr-admin-menu-settings.php:60
67
  #: includes/settings/class-cr-admin-menu-settings.php:61
68
  msgid "Settings"
69
  msgstr ""
240
  msgid "Item 2 Test"
241
  msgstr ""
242
 
243
+ #: includes/emails/class-cr-email-func.php:264
244
  #: includes/reviews/class-cr-reviews-list-table.php:410
245
  msgid "Review"
246
  msgstr ""
377
  #: includes/reviews/class-cr-admin-menu-reviews.php:59
378
  #: includes/reviews/class-cr-admin-menu-reviews.php:60
379
  #: includes/settings/class-cr-admin-menu-settings.php:143
380
+ #: includes/settings/class-cr-settings-trust-badges.php:310
381
  msgid "Reviews"
382
  msgstr ""
383
 
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 "
2510
+ "%1$s icons for individual reviews on product pages of your store will be "
2511
+ "displayed. Each %2$s icon will contain a nofollow link to a verified copy of "
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.)"
2534
+ msgstr ""
2535
+
2536
  #: includes/settings/class-cr-settings-discount-tiers.php:37
2537
  msgid ""
2538
  "The option is not available with the coupon type selected for this discount "
2634
  msgstr ""
2635
 
2636
  #: includes/settings/class-cr-settings-discount-tiers.php:146
2637
+ #: includes/settings/class-cr-settings-review-reminder.php:367
2638
  msgid "Roles"
2639
  msgstr ""
2640
 
2845
  msgstr ""
2846
 
2847
  #: includes/settings/class-cr-settings-email-template.php:286
2848
+ msgid "\"Reply-To\" address"
2849
  msgstr ""
2850
 
2851
  #: includes/settings/class-cr-settings-email-template.php:301
2990
  "test email."
2991
  msgstr ""
2992
 
2993
+ #: includes/settings/class-cr-settings-email-template.php:536
2994
  msgid "Return to emails"
2995
  msgstr ""
2996
 
2997
+ #: includes/settings/class-cr-settings-email-template.php:559
2998
  msgid "Email template"
2999
  msgstr ""
3000
 
3001
+ #: includes/settings/class-cr-settings-email-template.php:567
3002
  msgid "Delete template file"
3003
  msgstr ""
3004
 
3005
  #. translators: %s: Path to template file
3006
+ #: includes/settings/class-cr-settings-email-template.php:573
3007
  msgid ""
3008
  "This template has been overridden by your theme and can be found in: %s."
3009
  msgstr ""
3010
 
3011
+ #: includes/settings/class-cr-settings-email-template.php:603
3012
  msgid "Copy file to theme"
3013
  msgstr ""
3014
 
3015
  #. translators: 1: Path to template file 2: Path to theme folder
3016
+ #: includes/settings/class-cr-settings-email-template.php:609
3017
  msgid ""
3018
  "To override and edit this email template copy %1$s to your theme folder: "
3019
  "%2$s."
3020
  msgstr ""
3021
 
3022
+ #: includes/settings/class-cr-settings-email-template.php:617
3023
  msgid "File was not found."
3024
  msgstr ""
3025
 
3026
+ #: includes/settings/class-cr-settings-email-template.php:639
3027
  msgid "View template"
3028
  msgstr ""
3029
 
3030
+ #: includes/settings/class-cr-settings-email-template.php:640
3031
  msgid "Hide template"
3032
  msgstr ""
3033
 
3034
+ #: includes/settings/class-cr-settings-email-template.php:654
3035
  msgid "Are you sure you want to delete this template file?"
3036
  msgstr ""
3037
 
3038
+ #: includes/settings/class-cr-settings-email-template.php:675
3039
+ #: includes/settings/class-cr-settings-email-template.php:681
3040
  msgid "'Email Body' field cannot be empty"
3041
  msgstr ""
3042
 
3043
+ #: includes/settings/class-cr-settings-email-template.php:695
3044
  msgid "Action failed. Please refresh the page and retry."
3045
  msgstr ""
3046
 
3047
+ #: includes/settings/class-cr-settings-email-template.php:699
3048
  msgid "You don&#8217;t have permission to do this."
3049
  msgstr ""
3050
 
3051
+ #: includes/settings/class-cr-settings-email-template.php:721
3052
  msgid "Template file copied to theme."
3053
  msgstr ""
3054
 
3055
+ #: includes/settings/class-cr-settings-email-template.php:733
3056
  msgid "Template file deleted from theme."
3057
  msgstr ""
3058
 
3060
  msgid "Emails"
3061
  msgstr ""
3062
 
3063
+ #: includes/settings/class-cr-settings-emails.php:76
3064
  msgid "Email Templates"
3065
  msgstr ""
3066
 
3067
+ #: includes/settings/class-cr-settings-emails.php:78
3068
  msgid ""
3069
  "Adjust templates of the emails that will be sent to customers. If you enable "
3070
  "<b>advanced</b> email templates in your account on the %1$sCusRev website"
3072
  "below."
3073
  msgstr ""
3074
 
3075
+ #: includes/settings/class-cr-settings-emails.php:109
3076
  msgid "Email"
3077
  msgstr ""
3078
 
3079
+ #: includes/settings/class-cr-settings-emails.php:110
3080
  msgid "Subject"
3081
  msgstr ""
3082
 
3083
+ #: includes/settings/class-cr-settings-emails.php:111
3084
  msgid "From"
3085
  msgstr ""
3086
 
3226
  msgstr ""
3227
 
3228
  #: includes/settings/class-cr-settings-review-discount.php:109
3229
+ #: includes/settings/class-cr-settings-review-reminder.php:494
3230
  msgid "Email Template"
3231
  msgstr ""
3232
 
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
3490
+ #: includes/settings/class-cr-settings-review-reminder.php:945
3491
+ #: includes/settings/class-cr-settings-review-reminder.php:946
3492
+ #: includes/settings/class-cr-settings-review-reminder.php:947
3493
+ #: includes/settings/class-cr-settings-review-reminder.php:948
3494
+ #: includes/settings/class-cr-settings-review-reminder.php:949
3495
  msgid "Checking license..."
3496
  msgstr ""
3497
 
3766
  "in this field."
3767
  msgstr ""
3768
 
3769
+ #: includes/settings/class-cr-settings-review-reminder.php:315
3770
  msgid "Order Status"
3771
  msgstr ""
3772
 
3773
+ #: includes/settings/class-cr-settings-review-reminder.php:317
3774
  msgid ""
3775
  "Review reminders will be sent N days after this order status. It is "
3776
  "recommended to use 'Completed' status."
3777
  msgstr ""
3778
 
3779
+ #: includes/settings/class-cr-settings-review-reminder.php:327
3780
  msgid "Enable for"
3781
  msgstr ""
3782
 
3783
+ #: includes/settings/class-cr-settings-review-reminder.php:329
3784
  msgid ""
3785
  "Define if reminders will be send for all or only specific categories of "
3786
  "products."
3787
  msgstr ""
3788
 
3789
+ #: includes/settings/class-cr-settings-review-reminder.php:336
3790
  msgid "All Categories"
3791
  msgstr ""
3792
 
3793
+ #: includes/settings/class-cr-settings-review-reminder.php:337
3794
  msgid "Specific Categories"
3795
  msgstr ""
3796
 
3797
+ #: includes/settings/class-cr-settings-review-reminder.php:342
3798
  msgid "Categories"
3799
  msgstr ""
3800
 
3801
+ #: includes/settings/class-cr-settings-review-reminder.php:344
3802
  msgid ""
3803
  "If reminders are enabled only for specific categories of products, this "
3804
  "field enables you to choose these categories."
3805
  msgstr ""
3806
 
3807
+ #: includes/settings/class-cr-settings-review-reminder.php:352
3808
  msgid "Enable for Roles"
3809
  msgstr ""
3810
 
3811
+ #: includes/settings/class-cr-settings-review-reminder.php:354
3812
  msgid ""
3813
  "Define if reminders will be send for all or only specific roles of users."
3814
  msgstr ""
3815
 
3816
+ #: includes/settings/class-cr-settings-review-reminder.php:361
3817
  msgid "All Roles"
3818
  msgstr ""
3819
 
3820
+ #: includes/settings/class-cr-settings-review-reminder.php:362
3821
  msgid "Specific Roles"
3822
  msgstr ""
3823
 
3824
+ #: includes/settings/class-cr-settings-review-reminder.php:369
3825
  msgid ""
3826
  "If reminders are enabled only for specific user roles, this field enables "
3827
  "you to choose these roles."
3828
  msgstr ""
3829
 
3830
+ #: includes/settings/class-cr-settings-review-reminder.php:377
3831
  msgid "Enable for Guests"
3832
  msgstr ""
3833
 
3834
+ #: includes/settings/class-cr-settings-review-reminder.php:378
3835
  msgid ""
3836
  "Enable sending of review reminders to customers who place orders without an "
3837
  "account (guest checkout). It is recommended to enable this checkbox, if you "
3838
  "allow customers to place orders without creating an account on your site."
3839
  msgstr ""
3840
 
3841
+ #: includes/settings/class-cr-settings-review-reminder.php:385
3842
  msgid "Reminders Scheduler"
3843
  msgstr ""
3844
 
3845
+ #: includes/settings/class-cr-settings-review-reminder.php:387
3846
  msgid ""
3847
  "Define which scheduler the plugin will use to schedule automatic review "
3848
  "reminders. The default option is to use WordPress Cron (WP-Cron) for "
3851
  "CR Cron is an external service that requires a license key (free or pro)."
3852
  msgstr ""
3853
 
3854
+ #: includes/settings/class-cr-settings-review-reminder.php:397
3855
  msgid "Enable Manual Reminders"
3856
  msgstr ""
3857
 
3858
+ #: includes/settings/class-cr-settings-review-reminder.php:398
3859
  msgid ""
3860
  "Enable manual sending of follow-up emails with a reminder to submit a "
3861
  "review. Manual reminders can be sent for completed orders from %1$sOrders"
3862
  "%2$s page after enabling this option."
3863
  msgstr ""
3864
 
3865
+ #: includes/settings/class-cr-settings-review-reminder.php:405
3866
  msgid "Limit Number of Reminders"
3867
  msgstr ""
3868
 
3869
+ #: includes/settings/class-cr-settings-review-reminder.php:406
3870
  msgid ""
3871
  "Enable this checkbox to make sure that no more than one review reminder is "
3872
  "sent for each order."
3873
  msgstr ""
3874
 
3875
+ #: includes/settings/class-cr-settings-review-reminder.php:413
3876
  msgid "Customer Consent"
3877
  msgstr ""
3878
 
3879
+ #: includes/settings/class-cr-settings-review-reminder.php:414
3880
  msgid ""
3881
  "If this option is enabled, customers will be asked to tick a checkbox on the "
3882
  "checkout page to indicate that they would like to receive an invitation to "
3883
  "review their order."
3884
  msgstr ""
3885
 
3886
+ #: includes/settings/class-cr-settings-review-reminder.php:420
3887
  msgid "Customer Consent Text"
3888
  msgstr ""
3889
 
3890
+ #: includes/settings/class-cr-settings-review-reminder.php:421
3891
  msgid ""
3892
  "Text of the message shown to customers next to the consent checkbox on the "
3893
  "checkout page."
3894
  msgstr ""
3895
 
3896
+ #: includes/settings/class-cr-settings-review-reminder.php:430
3897
  msgid "Registered Customers"
3898
  msgstr ""
3899
 
3900
+ #: includes/settings/class-cr-settings-review-reminder.php:431
3901
  msgid ""
3902
  "By default, review reminders are sent to billing emails provided by "
3903
  "customers during checkout. If you enable this option, the plugin will check "
3906
  "this option disabled."
3907
  msgstr ""
3908
 
3909
+ #: includes/settings/class-cr-settings-review-reminder.php:438
3910
  msgid "Moderation of Reviews"
3911
  msgstr ""
3912
 
3913
+ #: includes/settings/class-cr-settings-review-reminder.php:439
3914
  msgid ""
3915
  "Enable manual moderation of reviews submitted by your verified customers. "
3916
  "This setting applies only to reviews submitted in response to reminders sent "
3917
  "by this plugin."
3918
  msgstr ""
3919
 
3920
+ #: includes/settings/class-cr-settings-review-reminder.php:446
3921
  msgid "Exclude Free Products"
3922
  msgstr ""
3923
 
3924
+ #: includes/settings/class-cr-settings-review-reminder.php:447
3925
  msgid "Enable this checkbox to exclude free products from review invitations."
3926
  msgstr ""
3927
 
3928
+ #: includes/settings/class-cr-settings-review-reminder.php:454
3929
  msgid "Shop Name"
3930
  msgstr ""
3931
 
3932
+ #: includes/settings/class-cr-settings-review-reminder.php:456
3933
  msgid ""
3934
  "Specify your shop name that will be used in emails and review forms "
3935
  "generated by this plugin."
3936
  msgstr ""
3937
 
3938
+ #: includes/settings/class-cr-settings-review-reminder.php:471
3939
+ #: includes/settings/class-cr-settings-review-reminder.php:477
3940
  msgid "Language"
3941
  msgstr ""
3942
 
3943
+ #: includes/settings/class-cr-settings-review-reminder.php:479
3944
  msgid "Choose one of the available languages."
3945
  msgstr ""
3946
 
3947
+ #: includes/settings/class-cr-settings-review-reminder.php:496
3948
  msgid ""
3949
  "The email template of review reminders can be configured on the <a href=\"%s"
3950
  "\">Emails</a> tab."
3951
  msgstr ""
3952
 
3953
+ #: includes/settings/class-cr-settings-review-reminder.php:504
3954
  msgid ""
3955
  "Adjust template of the aggregated review forms that will be created and sent "
3956
  "to customers by CusRev. Modifications will be applied to the next review "
3959
  "b> the settings below."
3960
  msgstr ""
3961
 
3962
+ #: includes/settings/class-cr-settings-review-reminder.php:506
3963
  msgid ""
3964
  "Adjust template of the aggregated review forms that will be created and sent "
3965
  "to customers. Modifications will be applied to the next review form created "
3966
  "after saving settings."
3967
  msgstr ""
3968
 
3969
+ #: includes/settings/class-cr-settings-review-reminder.php:509
3970
  msgid "Review Form Template"
3971
  msgstr ""
3972
 
3973
+ #: includes/settings/class-cr-settings-review-reminder.php:515
3974
  msgid "Form Header"
3975
  msgstr ""
3976
 
3977
+ #: includes/settings/class-cr-settings-review-reminder.php:517
3978
  msgid "Header of the review form that will be sent to customers."
3979
  msgstr ""
3980
 
3981
+ #: includes/settings/class-cr-settings-review-reminder.php:524
3982
  msgid "Form Body"
3983
  msgstr ""
3984
 
3985
+ #: includes/settings/class-cr-settings-review-reminder.php:526
3986
  msgid "Body of the review form that will be sent to customers."
3987
  msgstr ""
3988
 
3989
+ #: includes/settings/class-cr-settings-review-reminder.php:534
3990
  msgid "Shop Rating"
3991
  msgstr ""
3992
 
3993
+ #: includes/settings/class-cr-settings-review-reminder.php:538
3994
  msgid ""
3995
  "Enable this option if you would like to include a separate question for a "
3996
  "general shop review in addition to questions for product reviews."
3997
  msgstr ""
3998
 
3999
+ #: includes/settings/class-cr-settings-review-reminder.php:541
4000
  msgid "Comment Required"
4001
  msgstr ""
4002
 
4003
+ #: includes/settings/class-cr-settings-review-reminder.php:545
4004
  msgid ""
4005
  "Enable this option if you would like to make it mandatory for your customers "
4006
  "to write something in their review. This option applies only to aggregated "
4007
  "review forms."
4008
  msgstr ""
4009
 
4010
+ #: includes/settings/class-cr-settings-review-reminder.php:548
4011
  msgid ""
4012
  "Enable attachment of pictures and videos on aggregated review forms. "
4013
  "Uploaded media files are initially stored on Amazon S3 and automatically "
4017
  "%2$s."
4018
  msgstr ""
4019
 
4020
+ #: includes/settings/class-cr-settings-review-reminder.php:550
4021
  msgid ""
4022
  "Enable attachment of pictures and videos on local aggregated review forms. "
4023
  "This option applies only to aggregated review forms. If you would like to "
4025
  "pages, this can be done %1$shere%2$s."
4026
  msgstr ""
4027
 
4028
+ #: includes/settings/class-cr-settings-review-reminder.php:553
4029
  msgid "Attach Media"
4030
  msgstr ""
4031
 
4032
+ #: includes/settings/class-cr-settings-review-reminder.php:563
4033
  msgid "Rating Bar"
4034
  msgstr ""
4035
 
4036
+ #: includes/settings/class-cr-settings-review-reminder.php:567
4037
  msgid "Visual style of rating bars on review forms."
4038
  msgstr ""
4039
 
4040
+ #: includes/settings/class-cr-settings-review-reminder.php:569
4041
  msgid "Smiley and frowny faces"
4042
  msgstr ""
4043
 
4044
+ #: includes/settings/class-cr-settings-review-reminder.php:570
4045
  #: blocks/src/reviews-grid/edit.js:234 js/blocks.js:946
4046
  msgid "Stars"
4047
  msgstr ""
4048
 
4049
+ #: includes/settings/class-cr-settings-review-reminder.php:575
4050
  msgid "Geolocation"
4051
  msgstr ""
4052
 
4053
+ #: includes/settings/class-cr-settings-review-reminder.php:579
4054
  msgid ""
4055
  "Enable geolocation on aggregated review forms. Customers will have an option "
4056
  "to indicate where they are from. For example, \"England, United Kingdom\"."
4057
  msgstr ""
4058
 
4059
+ #: includes/settings/class-cr-settings-review-reminder.php:580
4060
  msgid "Automatic geolocation on review forms."
4061
  msgstr ""
4062
 
4063
+ #: includes/settings/class-cr-settings-review-reminder.php:586
4064
  msgid "Form Color 1"
4065
  msgstr ""
4066
 
4067
+ #: includes/settings/class-cr-settings-review-reminder.php:590
4068
  msgid "Background color for heading of the form and product names."
4069
  msgstr ""
4070
 
4071
+ #: includes/settings/class-cr-settings-review-reminder.php:594
4072
  msgid "Form Color 2"
4073
  msgstr ""
4074
 
4075
+ #: includes/settings/class-cr-settings-review-reminder.php:598
4076
  msgid "Text color for product names."
4077
  msgstr ""
4078
 
4079
+ #: includes/settings/class-cr-settings-review-reminder.php:602
4080
  msgid "Form Color 3"
4081
  msgstr ""
4082
 
4083
+ #: includes/settings/class-cr-settings-review-reminder.php:606
4084
  msgid "Color of control elements (buttons, rating bars)."
4085
  msgstr ""
4086
 
4087
+ #: includes/settings/class-cr-settings-review-reminder.php:962
4088
  msgid ""
4089
  "While editing the footer text please make sure to keep the unsubscribe link "
4090
  "markup:"
4091
  msgstr ""
4092
 
4093
+ #: includes/settings/class-cr-settings-review-reminder.php:1031
4094
  msgid ""
4095
  "<strong>CR Cron could not be enabled because no license key was entered. A "
4096
  "license key (free or pro) is required to use CR Cron.</strong>"
4444
  "you should specify it here."
4445
  msgstr ""
4446
 
4447
+ #: includes/settings/class-cr-settings-trust-badges.php:45
4448
  #: includes/settings/class-cr-settings-trust-badges.php:83
 
4449
  msgid "Trust Badges"
4450
  msgstr ""
4451
 
4452
+ #: includes/settings/class-cr-settings-trust-badges.php:86
4453
  msgid ""
4454
+ "Increase your store's conversion rate by placing a \"trust badge\" on the "
4455
  "home, checkout or any other page(s). Let customers feel more confident about "
4456
  "shopping on your site by featuring a trust badge that shows a summary of "
4457
+ "customer reviews. Trust badges can be enabled using shortcodes or blocks in "
4458
+ "the page editor (blocks require WordPress 5.0 or newer)."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4459
  msgstr ""
4460
 
4461
+ #: includes/settings/class-cr-settings-trust-badges.php:88
 
 
 
 
4462
  msgid ""
4463
+ "If you enable <a href=\"%1$s\">verification of reviews</a> and claim a <a "
4464
+ "href=\"%2$s\">dedicated page</a> at CusRev.com website, trust badges will "
4465
+ "include a nofollow link to your page there."
4466
  msgstr ""
4467
 
4468
+ #: includes/settings/class-cr-settings-trust-badges.php:93
4469
  msgid "Small Light Badge"
4470
  msgstr ""
4471
 
4472
+ #: includes/settings/class-cr-settings-trust-badges.php:95
4473
  msgid "Shortcode and preview of the small light trust badge."
4474
  msgstr ""
4475
 
4476
+ #: includes/settings/class-cr-settings-trust-badges.php:101
4477
  msgid "Small Light Badge (with Store Rating)"
4478
  msgstr ""
4479
 
4480
+ #: includes/settings/class-cr-settings-trust-badges.php:103
4481
  msgid "Shortcode and preview of the small light trust badge with store rating."
4482
  msgstr ""
4483
 
4484
+ #: includes/settings/class-cr-settings-trust-badges.php:109
4485
  msgid "Small Dark Badge"
4486
  msgstr ""
4487
 
4488
+ #: includes/settings/class-cr-settings-trust-badges.php:111
4489
  msgid "Shortcode and preview of the small dark trust badge."
4490
  msgstr ""
4491
 
4492
+ #: includes/settings/class-cr-settings-trust-badges.php:117
4493
  msgid "Small Dark Badge (with Store Rating)"
4494
  msgstr ""
4495
 
4496
+ #: includes/settings/class-cr-settings-trust-badges.php:119
4497
  msgid "Shortcode and preview of the small dark trust badge with store rating."
4498
  msgstr ""
4499
 
4500
+ #: includes/settings/class-cr-settings-trust-badges.php:125
4501
  msgid "Wide Light Badge"
4502
  msgstr ""
4503
 
4504
+ #: includes/settings/class-cr-settings-trust-badges.php:127
4505
  msgid ""
4506
  "Shortcode and preview of the wide light trust badge. The wide badge has a "
4507
  "version for small screens that will be automatically shown when a website is "
4508
  "viewed from phones."
4509
  msgstr ""
4510
 
4511
+ #: includes/settings/class-cr-settings-trust-badges.php:133
4512
  msgid "Wide Light Badge (with Store Rating)"
4513
  msgstr ""
4514
 
4515
+ #: includes/settings/class-cr-settings-trust-badges.php:135
4516
  msgid ""
4517
  "Shortcode and preview of the wide light trust badge with store rating. The "
4518
  "wide badge has a version for small screens that will be automatically shown "
4519
  "when a website is viewed from phones."
4520
  msgstr ""
4521
 
4522
+ #: includes/settings/class-cr-settings-trust-badges.php:141
4523
  msgid "Wide Dark Badge"
4524
  msgstr ""
4525
 
4526
+ #: includes/settings/class-cr-settings-trust-badges.php:143
4527
  msgid ""
4528
  "Shortcode and preview of the wide dark trust badge. The wide badge has a "
4529
  "version for small screens that will be automatically shown when a website is "
4530
  "viewed from phones."
4531
  msgstr ""
4532
 
4533
+ #: includes/settings/class-cr-settings-trust-badges.php:149
4534
  msgid "Wide Dark Badge (with Store Rating)"
4535
  msgstr ""
4536
 
4537
+ #: includes/settings/class-cr-settings-trust-badges.php:151
4538
  msgid ""
4539
  "Shortcode and preview of the wide dark trust badge with store rating. The "
4540
  "wide badge has a version for small screens that will be automatically shown "
4541
  "when a website is viewed from phones."
4542
  msgstr ""
4543
 
4544
+ #: includes/settings/class-cr-settings-trust-badges.php:157
4545
  msgid "Compact Light Badge"
4546
  msgstr ""
4547
 
4548
+ #: includes/settings/class-cr-settings-trust-badges.php:159
4549
  msgid "Shortcode and preview of the compact light trust badge."
4550
  msgstr ""
4551
 
4552
+ #: includes/settings/class-cr-settings-trust-badges.php:165
4553
  msgid "Compact Dark Badge"
4554
  msgstr ""
4555
 
4556
+ #: includes/settings/class-cr-settings-trust-badges.php:167
4557
  msgid "Shortcode and preview of the compact dark trust badge."
4558
  msgstr ""
4559
 
4560
+ #: includes/settings/class-cr-settings-trust-badges.php:177
4561
  msgid "Floating Trust Badge"
4562
  msgstr ""
4563
 
4564
+ #: includes/settings/class-cr-settings-trust-badges.php:179
4565
  msgid ""
4566
  "Settings to display a floating badge with a summary of verified reviews."
4567
  msgstr ""
4568
 
4569
+ #: includes/settings/class-cr-settings-trust-badges.php:183
4570
  msgid "Floating Badge"
4571
  msgstr ""
4572
 
4573
+ #: includes/settings/class-cr-settings-trust-badges.php:185
4574
  msgid ""
4575
  "Enable this checkbox to display a floating trust badge on public pages of "
4576
  "the website."
4577
  msgstr ""
4578
 
4579
+ #: includes/settings/class-cr-settings-trust-badges.php:190
4580
  msgid "Floating Badge Style"
4581
  msgstr ""
4582
 
4583
+ #: includes/settings/class-cr-settings-trust-badges.php:192
4584
  msgid "Choose one of the styles for the floating trust badge."
4585
  msgstr ""
4586
 
4587
+ #: includes/settings/class-cr-settings-trust-badges.php:196 js/blocks.js:112
4588
  msgid "Light"
4589
  msgstr ""
4590
 
4591
+ #: includes/settings/class-cr-settings-trust-badges.php:197 js/blocks.js:116
4592
  msgid "Dark"
4593
  msgstr ""
4594
 
4595
+ #: includes/settings/class-cr-settings-trust-badges.php:202
4596
  msgid "Floating Badge Location"
4597
  msgstr ""
4598
 
4599
+ #: includes/settings/class-cr-settings-trust-badges.php:204
4600
  msgid "Choose one of the locations for the floating trust badge."
4601
  msgstr ""
4602
 
4603
+ #: includes/settings/class-cr-settings-trust-badges.php:208
4604
  msgid "Bottom right"
4605
  msgstr ""
4606
 
4607
+ #: includes/settings/class-cr-settings-trust-badges.php:209
4608
  msgid "Bottom left"
4609
  msgstr ""
4610
 
4611
+ #: includes/settings/class-cr-settings-trust-badges.php:294
4612
  msgid "color"
4613
  msgstr ""
4614
 
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] ""
4735
 
4736
  #: includes/trust-badge/class-cr-verified-reviews.php:58
4737
+ msgid "CusRev.com page activation error: 'Page URL' cannot be empty."
4738
  msgstr ""
4739
 
4740
  #: includes/trust-badge/class-cr-verified-reviews.php:89
4741
+ msgid "CusRev.com page activation error #98. "
4742
  msgstr ""
4743
 
4744
  #: includes/trust-badge/class-cr-verified-reviews.php:94
4745
+ msgid "CusRev.com page has been successfully enabled."
4746
  msgstr ""
4747
 
4748
  #: includes/trust-badge/class-cr-verified-reviews.php:97
4749
  msgid ""
4750
+ "CusRev.com page activation error: '%s' is already in use. Please enter a "
4751
  "different page name."
4752
  msgstr ""
4753
 
4754
  #: includes/trust-badge/class-cr-verified-reviews.php:100
4755
  msgid ""
4756
+ "CusRev.com page activation error: page URL contains unsupported symbols. "
4757
+ "Only latin characters (a-z), numbers (0-9), and . symbol are allowed."
4758
  msgstr ""
4759
 
4760
  #: includes/trust-badge/class-cr-verified-reviews.php:103
4764
  msgstr ""
4765
 
4766
  #: includes/trust-badge/class-cr-verified-reviews.php:106
4767
+ msgid "CusRev.com page activation error #99."
4768
  msgstr ""
4769
 
4770
  #: includes/trust-badge/class-cr-verified-reviews.php:142
4771
+ msgid "CusRev.com page deactivation error #98. Please try again."
4772
  msgstr ""
4773
 
4774
  #: includes/trust-badge/class-cr-verified-reviews.php:149
4775
+ msgid "CusRev.com page has been successfully disabled."
4776
  msgstr ""
4777
 
4778
  #: includes/trust-badge/class-cr-verified-reviews.php:153
4779
  msgid ""
4780
+ "CusRev.com page deactivation error: the page is blocked, please contact "
4781
+ "CusRev support for assistance."
4782
  msgstr ""
4783
 
4784
  #: includes/trust-badge/class-cr-verified-reviews.php:157
4785
+ msgid "CusRev.com page deactivation error #99."
4786
  msgstr ""
4787
 
4788
  #: ivole.php:135
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.6.3\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-10-28T14:21:16+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"
@@ -39,27 +39,27 @@ msgstr ""
39
  msgid "This reply was originally posted on CR portal"
40
  msgstr ""
41
 
42
- #: class-ivole.php:150
43
  msgid "View CusRev documentation"
44
  msgstr ""
45
 
46
- #: class-ivole.php:150
47
  msgid "Docs"
48
  msgstr ""
49
 
50
- #: class-ivole.php:151
51
  msgid "Visit community forums"
52
  msgstr ""
53
 
54
- #: class-ivole.php:151
55
  msgid "Community support"
56
  msgstr ""
57
 
58
- #: class-ivole.php:161
59
  msgid "View Customer Reviews settings"
60
  msgstr ""
61
 
62
- #: class-ivole.php:161
63
  #: includes/settings/class-cr-admin-menu-settings.php:60
64
  #: includes/settings/class-cr-admin-menu-settings.php:61
65
  msgid "Settings"
@@ -242,7 +242,7 @@ msgstr ""
242
  msgid "Item 2 Test"
243
  msgstr ""
244
 
245
- #: includes/emails/class-cr-email-func.php:263
246
  #: includes/reviews/class-cr-reviews-list-table.php:410
247
  msgid "Review"
248
  msgstr ""
@@ -360,7 +360,7 @@ msgstr ""
360
  #: includes/reviews/class-cr-admin-menu-reviews.php:59
361
  #: includes/reviews/class-cr-admin-menu-reviews.php:60
362
  #: includes/settings/class-cr-admin-menu-settings.php:143
363
- #: includes/settings/class-cr-settings-trust-badges.php:336
364
  msgid "Reviews"
365
  msgstr ""
366
 
@@ -2236,6 +2236,39 @@ 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-discount-tiers.php:37
2240
  msgid "The option is not available with the coupon type selected for this discount tier."
2241
  msgstr ""
@@ -2327,7 +2360,7 @@ msgid "Specific roles"
2327
  msgstr ""
2328
 
2329
  #: includes/settings/class-cr-settings-discount-tiers.php:146
2330
- #: includes/settings/class-cr-settings-review-reminder.php:362
2331
  msgid "Roles"
2332
  msgstr ""
2333
 
@@ -2508,7 +2541,7 @@ msgid "Add a Reply-To address for emails with discount coupons. If customers dec
2508
  msgstr ""
2509
 
2510
  #: includes/settings/class-cr-settings-email-template.php:286
2511
- msgid "\"Reply-To\" Address"
2512
  msgstr ""
2513
 
2514
  #: includes/settings/class-cr-settings-email-template.php:301
@@ -2643,66 +2676,66 @@ msgstr ""
2643
  msgid "Send a test email to this address. You must save changes before sending a test email."
2644
  msgstr ""
2645
 
2646
- #: includes/settings/class-cr-settings-email-template.php:533
2647
  msgid "Return to emails"
2648
  msgstr ""
2649
 
2650
- #: includes/settings/class-cr-settings-email-template.php:552
2651
  msgid "Email template"
2652
  msgstr ""
2653
 
2654
- #: includes/settings/class-cr-settings-email-template.php:560
2655
  msgid "Delete template file"
2656
  msgstr ""
2657
 
2658
  #. translators: %s: Path to template file
2659
- #: includes/settings/class-cr-settings-email-template.php:566
2660
  msgid "This template has been overridden by your theme and can be found in: %s."
2661
  msgstr ""
2662
 
2663
- #: includes/settings/class-cr-settings-email-template.php:596
2664
  msgid "Copy file to theme"
2665
  msgstr ""
2666
 
2667
  #. translators: 1: Path to template file 2: Path to theme folder
2668
- #: includes/settings/class-cr-settings-email-template.php:602
2669
  msgid "To override and edit this email template copy %1$s to your theme folder: %2$s."
2670
  msgstr ""
2671
 
2672
- #: includes/settings/class-cr-settings-email-template.php:610
2673
  msgid "File was not found."
2674
  msgstr ""
2675
 
2676
- #: includes/settings/class-cr-settings-email-template.php:632
2677
  msgid "View template"
2678
  msgstr ""
2679
 
2680
- #: includes/settings/class-cr-settings-email-template.php:633
2681
  msgid "Hide template"
2682
  msgstr ""
2683
 
2684
- #: includes/settings/class-cr-settings-email-template.php:647
2685
  msgid "Are you sure you want to delete this template file?"
2686
  msgstr ""
2687
 
2688
- #: includes/settings/class-cr-settings-email-template.php:668
2689
- #: includes/settings/class-cr-settings-email-template.php:674
2690
  msgid "'Email Body' field cannot be empty"
2691
  msgstr ""
2692
 
2693
- #: includes/settings/class-cr-settings-email-template.php:688
2694
  msgid "Action failed. Please refresh the page and retry."
2695
  msgstr ""
2696
 
2697
- #: includes/settings/class-cr-settings-email-template.php:692
2698
  msgid "You don&#8217;t have permission to do this."
2699
  msgstr ""
2700
 
2701
- #: includes/settings/class-cr-settings-email-template.php:714
2702
  msgid "Template file copied to theme."
2703
  msgstr ""
2704
 
2705
- #: includes/settings/class-cr-settings-email-template.php:726
2706
  msgid "Template file deleted from theme."
2707
  msgstr ""
2708
 
@@ -2710,23 +2743,23 @@ msgstr ""
2710
  msgid "Emails"
2711
  msgstr ""
2712
 
2713
- #: includes/settings/class-cr-settings-emails.php:69
2714
  msgid "Email Templates"
2715
  msgstr ""
2716
 
2717
- #: includes/settings/class-cr-settings-emails.php:71
2718
  msgid "Adjust templates of the emails that will be sent to customers. If you enable <b>advanced</b> email templates in your account on the %1$sCusRev website%2$s and use CusRev mailer, they will <b>override</b> the email template below."
2719
  msgstr ""
2720
 
2721
- #: includes/settings/class-cr-settings-emails.php:102
2722
  msgid "Email"
2723
  msgstr ""
2724
 
2725
- #: includes/settings/class-cr-settings-emails.php:103
2726
  msgid "Subject"
2727
  msgstr ""
2728
 
2729
- #: includes/settings/class-cr-settings-emails.php:104
2730
  msgid "From"
2731
  msgstr ""
2732
 
@@ -2837,7 +2870,7 @@ msgid "Reply-To Address"
2837
  msgstr ""
2838
 
2839
  #: includes/settings/class-cr-settings-review-discount.php:109
2840
- #: includes/settings/class-cr-settings-review-reminder.php:480
2841
  msgid "Email Template"
2842
  msgstr ""
2843
 
@@ -3049,11 +3082,11 @@ msgstr ""
3049
  #: includes/settings/class-cr-settings-review-reminder.php:89
3050
  #: includes/settings/class-cr-settings-review-reminder.php:94
3051
  #: includes/settings/class-cr-settings-review-reminder.php:99
3052
- #: includes/settings/class-cr-settings-review-reminder.php:931
3053
- #: includes/settings/class-cr-settings-review-reminder.php:932
3054
- #: includes/settings/class-cr-settings-review-reminder.php:933
3055
- #: includes/settings/class-cr-settings-review-reminder.php:934
3056
- #: includes/settings/class-cr-settings-review-reminder.php:935
3057
  msgid "Checking license..."
3058
  msgstr ""
3059
 
@@ -3302,266 +3335,266 @@ msgstr ""
3302
  msgid "Emails will be sent N days after order status is changed to the value specified in the field below. N is a sending delay that needs to be defined in this field."
3303
  msgstr ""
3304
 
3305
- #: includes/settings/class-cr-settings-review-reminder.php:314
3306
  msgid "Order Status"
3307
  msgstr ""
3308
 
3309
- #: includes/settings/class-cr-settings-review-reminder.php:316
3310
  msgid "Review reminders will be sent N days after this order status. It is recommended to use 'Completed' status."
3311
  msgstr ""
3312
 
3313
- #: includes/settings/class-cr-settings-review-reminder.php:325
3314
  msgid "Enable for"
3315
  msgstr ""
3316
 
3317
- #: includes/settings/class-cr-settings-review-reminder.php:327
3318
  msgid "Define if reminders will be send for all or only specific categories of products."
3319
  msgstr ""
3320
 
3321
- #: includes/settings/class-cr-settings-review-reminder.php:334
3322
  msgid "All Categories"
3323
  msgstr ""
3324
 
3325
- #: includes/settings/class-cr-settings-review-reminder.php:335
3326
  msgid "Specific Categories"
3327
  msgstr ""
3328
 
3329
- #: includes/settings/class-cr-settings-review-reminder.php:339
3330
  msgid "Categories"
3331
  msgstr ""
3332
 
3333
- #: includes/settings/class-cr-settings-review-reminder.php:341
3334
  msgid "If reminders are enabled only for specific categories of products, this field enables you to choose these categories."
3335
  msgstr ""
3336
 
3337
- #: includes/settings/class-cr-settings-review-reminder.php:348
3338
  msgid "Enable for Roles"
3339
  msgstr ""
3340
 
3341
- #: includes/settings/class-cr-settings-review-reminder.php:350
3342
  msgid "Define if reminders will be send for all or only specific roles of users."
3343
  msgstr ""
3344
 
3345
- #: includes/settings/class-cr-settings-review-reminder.php:357
3346
  msgid "All Roles"
3347
  msgstr ""
3348
 
3349
- #: includes/settings/class-cr-settings-review-reminder.php:358
3350
  msgid "Specific Roles"
3351
  msgstr ""
3352
 
3353
- #: includes/settings/class-cr-settings-review-reminder.php:364
3354
  msgid "If reminders are enabled only for specific user roles, this field enables you to choose these roles."
3355
  msgstr ""
3356
 
3357
- #: includes/settings/class-cr-settings-review-reminder.php:371
3358
  msgid "Enable for Guests"
3359
  msgstr ""
3360
 
3361
- #: includes/settings/class-cr-settings-review-reminder.php:372
3362
  msgid "Enable sending of review reminders to customers who place orders without an account (guest checkout). It is recommended to enable this checkbox, if you allow customers to place orders without creating an account on your site."
3363
  msgstr ""
3364
 
3365
- #: includes/settings/class-cr-settings-review-reminder.php:378
3366
  msgid "Reminders Scheduler"
3367
  msgstr ""
3368
 
3369
- #: includes/settings/class-cr-settings-review-reminder.php:380
3370
  msgid "Define which scheduler the plugin will use to schedule automatic review reminders. The default option is to use WordPress Cron (WP-Cron) for scheduling automatic reminders. If your hosting limits WordPress Cron functionality and automatic reminders are not sent as expected, try CR Cron. CR Cron is an external service that requires a license key (free or pro)."
3371
  msgstr ""
3372
 
3373
- #: includes/settings/class-cr-settings-review-reminder.php:389
3374
  msgid "Enable Manual Reminders"
3375
  msgstr ""
3376
 
3377
- #: includes/settings/class-cr-settings-review-reminder.php:390
3378
  msgid "Enable manual sending of follow-up emails with a reminder to submit a review. Manual reminders can be sent for completed orders from %1$sOrders%2$s page after enabling this option."
3379
  msgstr ""
3380
 
3381
- #: includes/settings/class-cr-settings-review-reminder.php:396
3382
  msgid "Limit Number of Reminders"
3383
  msgstr ""
3384
 
3385
- #: includes/settings/class-cr-settings-review-reminder.php:397
3386
  msgid "Enable this checkbox to make sure that no more than one review reminder is sent for each order."
3387
  msgstr ""
3388
 
3389
- #: includes/settings/class-cr-settings-review-reminder.php:403
3390
  msgid "Customer Consent"
3391
  msgstr ""
3392
 
3393
- #: includes/settings/class-cr-settings-review-reminder.php:404
3394
  msgid "If this option is enabled, customers will be asked to tick a checkbox on the checkout page to indicate that they would like to receive an invitation to review their order."
3395
  msgstr ""
3396
 
3397
- #: includes/settings/class-cr-settings-review-reminder.php:410
3398
  msgid "Customer Consent Text"
3399
  msgstr ""
3400
 
3401
- #: includes/settings/class-cr-settings-review-reminder.php:411
3402
  msgid "Text of the message shown to customers next to the consent checkbox on the checkout page."
3403
  msgstr ""
3404
 
3405
- #: includes/settings/class-cr-settings-review-reminder.php:420
3406
  msgid "Registered Customers"
3407
  msgstr ""
3408
 
3409
- #: includes/settings/class-cr-settings-review-reminder.php:421
3410
  msgid "By default, review reminders are sent to billing emails provided by customers during checkout. If you enable this option, the plugin will check if customers have accounts on your website, and review reminders will be sent to emails associated with their accounts. It is recommended to keep this option disabled."
3411
  msgstr ""
3412
 
3413
- #: includes/settings/class-cr-settings-review-reminder.php:427
3414
  msgid "Moderation of Reviews"
3415
  msgstr ""
3416
 
3417
- #: includes/settings/class-cr-settings-review-reminder.php:428
3418
  msgid "Enable manual moderation of reviews submitted by your verified customers. This setting applies only to reviews submitted in response to reminders sent by this plugin."
3419
  msgstr ""
3420
 
3421
- #: includes/settings/class-cr-settings-review-reminder.php:434
3422
  msgid "Exclude Free Products"
3423
  msgstr ""
3424
 
3425
- #: includes/settings/class-cr-settings-review-reminder.php:435
3426
  msgid "Enable this checkbox to exclude free products from review invitations."
3427
  msgstr ""
3428
 
3429
- #: includes/settings/class-cr-settings-review-reminder.php:441
3430
  msgid "Shop Name"
3431
  msgstr ""
3432
 
3433
- #: includes/settings/class-cr-settings-review-reminder.php:443
3434
  msgid "Specify your shop name that will be used in emails and review forms generated by this plugin."
3435
  msgstr ""
3436
 
3437
- #: includes/settings/class-cr-settings-review-reminder.php:458
3438
- #: includes/settings/class-cr-settings-review-reminder.php:464
3439
  msgid "Language"
3440
  msgstr ""
3441
 
3442
- #: includes/settings/class-cr-settings-review-reminder.php:466
3443
  msgid "Choose one of the available languages."
3444
  msgstr ""
3445
 
3446
- #: includes/settings/class-cr-settings-review-reminder.php:482
3447
  msgid "The email template of review reminders can be configured on the <a href=\"%s\">Emails</a> tab."
3448
  msgstr ""
3449
 
3450
- #: includes/settings/class-cr-settings-review-reminder.php:490
3451
  msgid "Adjust template of the aggregated review forms that will be created and sent to customers by CusRev. Modifications will be applied to the next review form created after saving settings. If you enable <b>advanced</b> form templates in your account on %1$sCusRev website%2$s, they will <b>override</b> the settings below."
3452
  msgstr ""
3453
 
3454
- #: includes/settings/class-cr-settings-review-reminder.php:492
3455
  msgid "Adjust template of the aggregated review forms that will be created and sent to customers. Modifications will be applied to the next review form created after saving settings."
3456
  msgstr ""
3457
 
3458
- #: includes/settings/class-cr-settings-review-reminder.php:495
3459
  msgid "Review Form Template"
3460
  msgstr ""
3461
 
3462
- #: includes/settings/class-cr-settings-review-reminder.php:501
3463
  msgid "Form Header"
3464
  msgstr ""
3465
 
3466
- #: includes/settings/class-cr-settings-review-reminder.php:503
3467
  msgid "Header of the review form that will be sent to customers."
3468
  msgstr ""
3469
 
3470
- #: includes/settings/class-cr-settings-review-reminder.php:510
3471
  msgid "Form Body"
3472
  msgstr ""
3473
 
3474
- #: includes/settings/class-cr-settings-review-reminder.php:512
3475
  msgid "Body of the review form that will be sent to customers."
3476
  msgstr ""
3477
 
3478
- #: includes/settings/class-cr-settings-review-reminder.php:520
3479
  msgid "Shop Rating"
3480
  msgstr ""
3481
 
3482
- #: includes/settings/class-cr-settings-review-reminder.php:524
3483
  msgid "Enable this option if you would like to include a separate question for a general shop review in addition to questions for product reviews."
3484
  msgstr ""
3485
 
3486
- #: includes/settings/class-cr-settings-review-reminder.php:527
3487
  msgid "Comment Required"
3488
  msgstr ""
3489
 
3490
- #: includes/settings/class-cr-settings-review-reminder.php:531
3491
  msgid "Enable this option if you would like to make it mandatory for your customers to write something in their review. This option applies only to aggregated review forms."
3492
  msgstr ""
3493
 
3494
- #: includes/settings/class-cr-settings-review-reminder.php:534
3495
  msgid "Enable attachment of pictures and videos on aggregated review forms. Uploaded media files are initially stored on Amazon S3 and automatically downloaded into WordPress Media Library later. This option applies only to aggregated review forms. If you would like to enable attachment of pictures to reviews submitted on WooCommerce product pages, this can be done %1$shere%2$s."
3496
  msgstr ""
3497
 
3498
- #: includes/settings/class-cr-settings-review-reminder.php:536
3499
  msgid "Enable attachment of pictures and videos on local aggregated review forms. This option applies only to aggregated review forms. If you would like to enable attachment of pictures to reviews submitted on WooCommerce product pages, this can be done %1$shere%2$s."
3500
  msgstr ""
3501
 
3502
- #: includes/settings/class-cr-settings-review-reminder.php:539
3503
  msgid "Attach Media"
3504
  msgstr ""
3505
 
3506
- #: includes/settings/class-cr-settings-review-reminder.php:549
3507
  msgid "Rating Bar"
3508
  msgstr ""
3509
 
3510
- #: includes/settings/class-cr-settings-review-reminder.php:553
3511
  msgid "Visual style of rating bars on review forms."
3512
  msgstr ""
3513
 
3514
- #: includes/settings/class-cr-settings-review-reminder.php:555
3515
  msgid "Smiley and frowny faces"
3516
  msgstr ""
3517
 
3518
- #: includes/settings/class-cr-settings-review-reminder.php:556
3519
  #: blocks/src/reviews-grid/edit.js:234
3520
  #: js/blocks.js:946
3521
  msgid "Stars"
3522
  msgstr ""
3523
 
3524
- #: includes/settings/class-cr-settings-review-reminder.php:561
3525
  msgid "Geolocation"
3526
  msgstr ""
3527
 
3528
- #: includes/settings/class-cr-settings-review-reminder.php:565
3529
  msgid "Enable geolocation on aggregated review forms. Customers will have an option to indicate where they are from. For example, \"England, United Kingdom\"."
3530
  msgstr ""
3531
 
3532
- #: includes/settings/class-cr-settings-review-reminder.php:566
3533
  msgid "Automatic geolocation on review forms."
3534
  msgstr ""
3535
 
3536
- #: includes/settings/class-cr-settings-review-reminder.php:572
3537
  msgid "Form Color 1"
3538
  msgstr ""
3539
 
3540
- #: includes/settings/class-cr-settings-review-reminder.php:576
3541
  msgid "Background color for heading of the form and product names."
3542
  msgstr ""
3543
 
3544
- #: includes/settings/class-cr-settings-review-reminder.php:580
3545
  msgid "Form Color 2"
3546
  msgstr ""
3547
 
3548
- #: includes/settings/class-cr-settings-review-reminder.php:584
3549
  msgid "Text color for product names."
3550
  msgstr ""
3551
 
3552
- #: includes/settings/class-cr-settings-review-reminder.php:588
3553
  msgid "Form Color 3"
3554
  msgstr ""
3555
 
3556
- #: includes/settings/class-cr-settings-review-reminder.php:592
3557
  msgid "Color of control elements (buttons, rating bars)."
3558
  msgstr ""
3559
 
3560
- #: includes/settings/class-cr-settings-review-reminder.php:948
3561
  msgid "While editing the footer text please make sure to keep the unsubscribe link markup:"
3562
  msgstr ""
3563
 
3564
- #: includes/settings/class-cr-settings-review-reminder.php:1017
3565
  msgid "<strong>CR Cron could not be enabled because no license key was entered. A license key (free or pro) is required to use CR Cron.</strong>"
3566
  msgstr ""
3567
 
@@ -3805,167 +3838,150 @@ msgstr ""
3805
  msgid "%1$s is an optional argument. If you have a custom comment template file, you should specify it here."
3806
  msgstr ""
3807
 
3808
- #: includes/settings/class-cr-settings-trust-badges.php:50
3809
  #: includes/settings/class-cr-settings-trust-badges.php:83
3810
- #: includes/settings/class-cr-settings-trust-badges.php:89
3811
  msgid "Trust Badges"
3812
  msgstr ""
3813
 
3814
- #: includes/settings/class-cr-settings-trust-badges.php:85
3815
- msgid "<p>Increase your store's conversion rate by placing a \"trust badge\" on the home, checkout or any other page(s). Let customers feel more confident about shopping on your site by featuring a trust badge that shows a summary of verified customer reviews. Trust badges can be enabled using shortcodes or blocks in the page editor (blocks require WordPress 5.0 or newer).</p><p>Reviews are considered to be verified when they are collected via an independent third-party website (www.cusrev.com) integrated with this plugin. Reviews submitted directly on your site cannot be considered as verified. Each trust badge contains a nofollow link to a dedicated page at <b>www.cusrev.com</b> with all verified reviews for your store. You can configure URL of the page with verified reviews for your store below.</p>"
3816
- msgstr ""
3817
-
3818
- #: includes/settings/class-cr-settings-trust-badges.php:90
3819
- msgid "Enable this option to display trust badges and additional %1$s icons for individual reviews on product pages in your store. Each %2$s icon will contain a nofollow link to a verified copy of the review on <strong>www.cusrev.com</strong>."
3820
- msgstr ""
3821
-
3822
- #: includes/settings/class-cr-settings-trust-badges.php:97
3823
- msgid "Verified Reviews Page"
3824
- msgstr ""
3825
-
3826
- #: includes/settings/class-cr-settings-trust-badges.php:98
3827
- 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."
3828
- msgstr ""
3829
-
3830
- #: includes/settings/class-cr-settings-trust-badges.php:106
3831
- msgid "Age Restriction"
3832
  msgstr ""
3833
 
3834
- #: includes/settings/class-cr-settings-trust-badges.php:107
3835
- msgid "Enable this option if your store sells age-restricted products (e.g., adult content, alcohol, etc.)"
3836
  msgstr ""
3837
 
3838
- #: includes/settings/class-cr-settings-trust-badges.php:117
3839
  msgid "Small Light Badge"
3840
  msgstr ""
3841
 
3842
- #: includes/settings/class-cr-settings-trust-badges.php:119
3843
  msgid "Shortcode and preview of the small light trust badge."
3844
  msgstr ""
3845
 
3846
- #: includes/settings/class-cr-settings-trust-badges.php:125
3847
  msgid "Small Light Badge (with Store Rating)"
3848
  msgstr ""
3849
 
3850
- #: includes/settings/class-cr-settings-trust-badges.php:127
3851
  msgid "Shortcode and preview of the small light trust badge with store rating."
3852
  msgstr ""
3853
 
3854
- #: includes/settings/class-cr-settings-trust-badges.php:133
3855
  msgid "Small Dark Badge"
3856
  msgstr ""
3857
 
3858
- #: includes/settings/class-cr-settings-trust-badges.php:135
3859
  msgid "Shortcode and preview of the small dark trust badge."
3860
  msgstr ""
3861
 
3862
- #: includes/settings/class-cr-settings-trust-badges.php:141
3863
  msgid "Small Dark Badge (with Store Rating)"
3864
  msgstr ""
3865
 
3866
- #: includes/settings/class-cr-settings-trust-badges.php:143
3867
  msgid "Shortcode and preview of the small dark trust badge with store rating."
3868
  msgstr ""
3869
 
3870
- #: includes/settings/class-cr-settings-trust-badges.php:149
3871
  msgid "Wide Light Badge"
3872
  msgstr ""
3873
 
3874
- #: includes/settings/class-cr-settings-trust-badges.php:151
3875
  msgid "Shortcode and preview of the wide light trust badge. The wide badge has a version for small screens that will be automatically shown when a website is viewed from phones."
3876
  msgstr ""
3877
 
3878
- #: includes/settings/class-cr-settings-trust-badges.php:157
3879
  msgid "Wide Light Badge (with Store Rating)"
3880
  msgstr ""
3881
 
3882
- #: includes/settings/class-cr-settings-trust-badges.php:159
3883
  msgid "Shortcode and preview of the wide light trust badge with store rating. The wide badge has a version for small screens that will be automatically shown when a website is viewed from phones."
3884
  msgstr ""
3885
 
3886
- #: includes/settings/class-cr-settings-trust-badges.php:165
3887
  msgid "Wide Dark Badge"
3888
  msgstr ""
3889
 
3890
- #: includes/settings/class-cr-settings-trust-badges.php:167
3891
  msgid "Shortcode and preview of the wide dark trust badge. The wide badge has a version for small screens that will be automatically shown when a website is viewed from phones."
3892
  msgstr ""
3893
 
3894
- #: includes/settings/class-cr-settings-trust-badges.php:173
3895
  msgid "Wide Dark Badge (with Store Rating)"
3896
  msgstr ""
3897
 
3898
- #: includes/settings/class-cr-settings-trust-badges.php:175
3899
  msgid "Shortcode and preview of the wide dark trust badge with store rating. The wide badge has a version for small screens that will be automatically shown when a website is viewed from phones."
3900
  msgstr ""
3901
 
3902
- #: includes/settings/class-cr-settings-trust-badges.php:181
3903
  msgid "Compact Light Badge"
3904
  msgstr ""
3905
 
3906
- #: includes/settings/class-cr-settings-trust-badges.php:183
3907
  msgid "Shortcode and preview of the compact light trust badge."
3908
  msgstr ""
3909
 
3910
- #: includes/settings/class-cr-settings-trust-badges.php:189
3911
  msgid "Compact Dark Badge"
3912
  msgstr ""
3913
 
3914
- #: includes/settings/class-cr-settings-trust-badges.php:191
3915
  msgid "Shortcode and preview of the compact dark trust badge."
3916
  msgstr ""
3917
 
3918
- #: includes/settings/class-cr-settings-trust-badges.php:201
3919
  msgid "Floating Trust Badge"
3920
  msgstr ""
3921
 
3922
- #: includes/settings/class-cr-settings-trust-badges.php:203
3923
  msgid "Settings to display a floating badge with a summary of verified reviews."
3924
  msgstr ""
3925
 
3926
- #: includes/settings/class-cr-settings-trust-badges.php:207
3927
  msgid "Floating Badge"
3928
  msgstr ""
3929
 
3930
- #: includes/settings/class-cr-settings-trust-badges.php:209
3931
  msgid "Enable this checkbox to display a floating trust badge on public pages of the website."
3932
  msgstr ""
3933
 
3934
- #: includes/settings/class-cr-settings-trust-badges.php:214
3935
  msgid "Floating Badge Style"
3936
  msgstr ""
3937
 
3938
- #: includes/settings/class-cr-settings-trust-badges.php:216
3939
  msgid "Choose one of the styles for the floating trust badge."
3940
  msgstr ""
3941
 
3942
- #: includes/settings/class-cr-settings-trust-badges.php:220
3943
  #: js/blocks.js:112
3944
  msgid "Light"
3945
  msgstr ""
3946
 
3947
- #: includes/settings/class-cr-settings-trust-badges.php:221
3948
  #: js/blocks.js:116
3949
  msgid "Dark"
3950
  msgstr ""
3951
 
3952
- #: includes/settings/class-cr-settings-trust-badges.php:226
3953
  msgid "Floating Badge Location"
3954
  msgstr ""
3955
 
3956
- #: includes/settings/class-cr-settings-trust-badges.php:228
3957
  msgid "Choose one of the locations for the floating trust badge."
3958
  msgstr ""
3959
 
3960
- #: includes/settings/class-cr-settings-trust-badges.php:232
3961
  msgid "Bottom right"
3962
  msgstr ""
3963
 
3964
- #: includes/settings/class-cr-settings-trust-badges.php:233
3965
  msgid "Bottom left"
3966
  msgstr ""
3967
 
3968
- #: includes/settings/class-cr-settings-trust-badges.php:318
3969
  msgid "color"
3970
  msgstr ""
3971
 
@@ -4037,48 +4053,56 @@ msgstr ""
4037
  msgid "Tags for Reviews"
4038
  msgstr ""
4039
 
4040
- #: includes/trust-badge/class-cr-trust-badge.php:201
4041
  msgid "Independently verified"
4042
  msgstr ""
4043
 
4044
- #: includes/trust-badge/class-cr-trust-badge.php:202
4045
  msgid "independently verified"
4046
  msgstr ""
4047
 
4048
- #: includes/trust-badge/class-cr-trust-badge.php:204
 
 
 
 
 
 
 
 
4049
  msgid "%s rating"
4050
  msgstr ""
4051
 
4052
- #: includes/trust-badge/class-cr-trust-badge.php:205
4053
  msgid "rating %s / 5"
4054
  msgstr ""
4055
 
4056
- #: includes/trust-badge/class-cr-trust-badge.php:206
4057
  msgid "%s store rating"
4058
  msgstr ""
4059
 
4060
- #: includes/trust-badge/class-cr-trust-badge.php:207
4061
  msgid "Store rating %s / 5"
4062
  msgstr ""
4063
 
4064
- #: includes/trust-badge/class-cr-trust-badge.php:208
4065
  msgid "store rating"
4066
  msgstr ""
4067
 
4068
- #: includes/trust-badge/class-cr-trust-badge.php:209
4069
  msgid "%s product rating"
4070
  msgstr ""
4071
 
4072
- #: includes/trust-badge/class-cr-trust-badge.php:210
4073
  msgid "Product rating %s / 5"
4074
  msgstr ""
4075
 
4076
- #: includes/trust-badge/class-cr-trust-badge.php:211
4077
  msgid "product rating"
4078
  msgstr ""
4079
 
4080
- #: includes/trust-badge/class-cr-trust-badge.php:212
4081
- #: includes/trust-badge/class-cr-trust-badge.php:213
4082
  #: templates/cr-rating.php:44
4083
  msgid "%s review"
4084
  msgid_plural "%s reviews"
@@ -4086,23 +4110,23 @@ msgstr[0] ""
4086
  msgstr[1] ""
4087
 
4088
  #: includes/trust-badge/class-cr-verified-reviews.php:58
4089
- msgid "Trust badges activation error: 'Verified Reviews Page' cannot be empty."
4090
  msgstr ""
4091
 
4092
  #: includes/trust-badge/class-cr-verified-reviews.php:89
4093
- msgid "Trust badges activation error #98. "
4094
  msgstr ""
4095
 
4096
  #: includes/trust-badge/class-cr-verified-reviews.php:94
4097
- msgid "Trust badges have been successfully activated."
4098
  msgstr ""
4099
 
4100
  #: includes/trust-badge/class-cr-verified-reviews.php:97
4101
- msgid "Trust badges activation error: '%s' is already in use. Please enter a different page name."
4102
  msgstr ""
4103
 
4104
  #: includes/trust-badge/class-cr-verified-reviews.php:100
4105
- msgid "Trust badges activation error: page name contains unsupported symbols. Only latin characters (a-z), numbers (0-9), and . symbol are allowed."
4106
  msgstr ""
4107
 
4108
  #: includes/trust-badge/class-cr-verified-reviews.php:103
@@ -4110,23 +4134,23 @@ msgid "Trust badges activation error: the page is blocked, please contact CusRev
4110
  msgstr ""
4111
 
4112
  #: includes/trust-badge/class-cr-verified-reviews.php:106
4113
- msgid "Trust badges activation error #99."
4114
  msgstr ""
4115
 
4116
  #: includes/trust-badge/class-cr-verified-reviews.php:142
4117
- msgid "Trust badges deactivation error #98. Please try again."
4118
  msgstr ""
4119
 
4120
  #: includes/trust-badge/class-cr-verified-reviews.php:149
4121
- msgid "Trust badges have been successfully deactivated."
4122
  msgstr ""
4123
 
4124
  #: includes/trust-badge/class-cr-verified-reviews.php:153
4125
- msgid "Trust badges deactivation error: the page is blocked, please contact CusRev support for assistance."
4126
  msgstr ""
4127
 
4128
  #: includes/trust-badge/class-cr-verified-reviews.php:157
4129
- msgid "Trust badges deactivation error #99."
4130
  msgstr ""
4131
 
4132
  #: ivole.php:135
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"
39
  msgid "This reply was originally posted on CR portal"
40
  msgstr ""
41
 
42
+ #: class-ivole.php:152
43
  msgid "View CusRev documentation"
44
  msgstr ""
45
 
46
+ #: class-ivole.php:152
47
  msgid "Docs"
48
  msgstr ""
49
 
50
+ #: class-ivole.php:153
51
  msgid "Visit community forums"
52
  msgstr ""
53
 
54
+ #: class-ivole.php:153
55
  msgid "Community support"
56
  msgstr ""
57
 
58
+ #: class-ivole.php:163
59
  msgid "View Customer Reviews settings"
60
  msgstr ""
61
 
62
+ #: class-ivole.php:163
63
  #: includes/settings/class-cr-admin-menu-settings.php:60
64
  #: includes/settings/class-cr-admin-menu-settings.php:61
65
  msgid "Settings"
242
  msgid "Item 2 Test"
243
  msgstr ""
244
 
245
+ #: includes/emails/class-cr-email-func.php:264
246
  #: includes/reviews/class-cr-reviews-list-table.php:410
247
  msgid "Review"
248
  msgstr ""
360
  #: includes/reviews/class-cr-admin-menu-reviews.php:59
361
  #: includes/reviews/class-cr-admin-menu-reviews.php:60
362
  #: includes/settings/class-cr-admin-menu-settings.php:143
363
+ #: includes/settings/class-cr-settings-trust-badges.php:310
364
  msgid "Reviews"
365
  msgstr ""
366
 
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
+
2272
  #: includes/settings/class-cr-settings-discount-tiers.php:37
2273
  msgid "The option is not available with the coupon type selected for this discount tier."
2274
  msgstr ""
2360
  msgstr ""
2361
 
2362
  #: includes/settings/class-cr-settings-discount-tiers.php:146
2363
+ #: includes/settings/class-cr-settings-review-reminder.php:367
2364
  msgid "Roles"
2365
  msgstr ""
2366
 
2541
  msgstr ""
2542
 
2543
  #: includes/settings/class-cr-settings-email-template.php:286
2544
+ msgid "\"Reply-To\" address"
2545
  msgstr ""
2546
 
2547
  #: includes/settings/class-cr-settings-email-template.php:301
2676
  msgid "Send a test email to this address. You must save changes before sending a test email."
2677
  msgstr ""
2678
 
2679
+ #: includes/settings/class-cr-settings-email-template.php:536
2680
  msgid "Return to emails"
2681
  msgstr ""
2682
 
2683
+ #: includes/settings/class-cr-settings-email-template.php:559
2684
  msgid "Email template"
2685
  msgstr ""
2686
 
2687
+ #: includes/settings/class-cr-settings-email-template.php:567
2688
  msgid "Delete template file"
2689
  msgstr ""
2690
 
2691
  #. translators: %s: Path to template file
2692
+ #: includes/settings/class-cr-settings-email-template.php:573
2693
  msgid "This template has been overridden by your theme and can be found in: %s."
2694
  msgstr ""
2695
 
2696
+ #: includes/settings/class-cr-settings-email-template.php:603
2697
  msgid "Copy file to theme"
2698
  msgstr ""
2699
 
2700
  #. translators: 1: Path to template file 2: Path to theme folder
2701
+ #: includes/settings/class-cr-settings-email-template.php:609
2702
  msgid "To override and edit this email template copy %1$s to your theme folder: %2$s."
2703
  msgstr ""
2704
 
2705
+ #: includes/settings/class-cr-settings-email-template.php:617
2706
  msgid "File was not found."
2707
  msgstr ""
2708
 
2709
+ #: includes/settings/class-cr-settings-email-template.php:639
2710
  msgid "View template"
2711
  msgstr ""
2712
 
2713
+ #: includes/settings/class-cr-settings-email-template.php:640
2714
  msgid "Hide template"
2715
  msgstr ""
2716
 
2717
+ #: includes/settings/class-cr-settings-email-template.php:654
2718
  msgid "Are you sure you want to delete this template file?"
2719
  msgstr ""
2720
 
2721
+ #: includes/settings/class-cr-settings-email-template.php:675
2722
+ #: includes/settings/class-cr-settings-email-template.php:681
2723
  msgid "'Email Body' field cannot be empty"
2724
  msgstr ""
2725
 
2726
+ #: includes/settings/class-cr-settings-email-template.php:695
2727
  msgid "Action failed. Please refresh the page and retry."
2728
  msgstr ""
2729
 
2730
+ #: includes/settings/class-cr-settings-email-template.php:699
2731
  msgid "You don&#8217;t have permission to do this."
2732
  msgstr ""
2733
 
2734
+ #: includes/settings/class-cr-settings-email-template.php:721
2735
  msgid "Template file copied to theme."
2736
  msgstr ""
2737
 
2738
+ #: includes/settings/class-cr-settings-email-template.php:733
2739
  msgid "Template file deleted from theme."
2740
  msgstr ""
2741
 
2743
  msgid "Emails"
2744
  msgstr ""
2745
 
2746
+ #: includes/settings/class-cr-settings-emails.php:76
2747
  msgid "Email Templates"
2748
  msgstr ""
2749
 
2750
+ #: includes/settings/class-cr-settings-emails.php:78
2751
  msgid "Adjust templates of the emails that will be sent to customers. If you enable <b>advanced</b> email templates in your account on the %1$sCusRev website%2$s and use CusRev mailer, they will <b>override</b> the email template below."
2752
  msgstr ""
2753
 
2754
+ #: includes/settings/class-cr-settings-emails.php:109
2755
  msgid "Email"
2756
  msgstr ""
2757
 
2758
+ #: includes/settings/class-cr-settings-emails.php:110
2759
  msgid "Subject"
2760
  msgstr ""
2761
 
2762
+ #: includes/settings/class-cr-settings-emails.php:111
2763
  msgid "From"
2764
  msgstr ""
2765
 
2870
  msgstr ""
2871
 
2872
  #: includes/settings/class-cr-settings-review-discount.php:109
2873
+ #: includes/settings/class-cr-settings-review-reminder.php:494
2874
  msgid "Email Template"
2875
  msgstr ""
2876
 
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
3085
+ #: includes/settings/class-cr-settings-review-reminder.php:945
3086
+ #: includes/settings/class-cr-settings-review-reminder.php:946
3087
+ #: includes/settings/class-cr-settings-review-reminder.php:947
3088
+ #: includes/settings/class-cr-settings-review-reminder.php:948
3089
+ #: includes/settings/class-cr-settings-review-reminder.php:949
3090
  msgid "Checking license..."
3091
  msgstr ""
3092
 
3335
  msgid "Emails will be sent N days after order status is changed to the value specified in the field below. N is a sending delay that needs to be defined in this field."
3336
  msgstr ""
3337
 
3338
+ #: includes/settings/class-cr-settings-review-reminder.php:315
3339
  msgid "Order Status"
3340
  msgstr ""
3341
 
3342
+ #: includes/settings/class-cr-settings-review-reminder.php:317
3343
  msgid "Review reminders will be sent N days after this order status. It is recommended to use 'Completed' status."
3344
  msgstr ""
3345
 
3346
+ #: includes/settings/class-cr-settings-review-reminder.php:327
3347
  msgid "Enable for"
3348
  msgstr ""
3349
 
3350
+ #: includes/settings/class-cr-settings-review-reminder.php:329
3351
  msgid "Define if reminders will be send for all or only specific categories of products."
3352
  msgstr ""
3353
 
3354
+ #: includes/settings/class-cr-settings-review-reminder.php:336
3355
  msgid "All Categories"
3356
  msgstr ""
3357
 
3358
+ #: includes/settings/class-cr-settings-review-reminder.php:337
3359
  msgid "Specific Categories"
3360
  msgstr ""
3361
 
3362
+ #: includes/settings/class-cr-settings-review-reminder.php:342
3363
  msgid "Categories"
3364
  msgstr ""
3365
 
3366
+ #: includes/settings/class-cr-settings-review-reminder.php:344
3367
  msgid "If reminders are enabled only for specific categories of products, this field enables you to choose these categories."
3368
  msgstr ""
3369
 
3370
+ #: includes/settings/class-cr-settings-review-reminder.php:352
3371
  msgid "Enable for Roles"
3372
  msgstr ""
3373
 
3374
+ #: includes/settings/class-cr-settings-review-reminder.php:354
3375
  msgid "Define if reminders will be send for all or only specific roles of users."
3376
  msgstr ""
3377
 
3378
+ #: includes/settings/class-cr-settings-review-reminder.php:361
3379
  msgid "All Roles"
3380
  msgstr ""
3381
 
3382
+ #: includes/settings/class-cr-settings-review-reminder.php:362
3383
  msgid "Specific Roles"
3384
  msgstr ""
3385
 
3386
+ #: includes/settings/class-cr-settings-review-reminder.php:369
3387
  msgid "If reminders are enabled only for specific user roles, this field enables you to choose these roles."
3388
  msgstr ""
3389
 
3390
+ #: includes/settings/class-cr-settings-review-reminder.php:377
3391
  msgid "Enable for Guests"
3392
  msgstr ""
3393
 
3394
+ #: includes/settings/class-cr-settings-review-reminder.php:378
3395
  msgid "Enable sending of review reminders to customers who place orders without an account (guest checkout). It is recommended to enable this checkbox, if you allow customers to place orders without creating an account on your site."
3396
  msgstr ""
3397
 
3398
+ #: includes/settings/class-cr-settings-review-reminder.php:385
3399
  msgid "Reminders Scheduler"
3400
  msgstr ""
3401
 
3402
+ #: includes/settings/class-cr-settings-review-reminder.php:387
3403
  msgid "Define which scheduler the plugin will use to schedule automatic review reminders. The default option is to use WordPress Cron (WP-Cron) for scheduling automatic reminders. If your hosting limits WordPress Cron functionality and automatic reminders are not sent as expected, try CR Cron. CR Cron is an external service that requires a license key (free or pro)."
3404
  msgstr ""
3405
 
3406
+ #: includes/settings/class-cr-settings-review-reminder.php:397
3407
  msgid "Enable Manual Reminders"
3408
  msgstr ""
3409
 
3410
+ #: includes/settings/class-cr-settings-review-reminder.php:398
3411
  msgid "Enable manual sending of follow-up emails with a reminder to submit a review. Manual reminders can be sent for completed orders from %1$sOrders%2$s page after enabling this option."
3412
  msgstr ""
3413
 
3414
+ #: includes/settings/class-cr-settings-review-reminder.php:405
3415
  msgid "Limit Number of Reminders"
3416
  msgstr ""
3417
 
3418
+ #: includes/settings/class-cr-settings-review-reminder.php:406
3419
  msgid "Enable this checkbox to make sure that no more than one review reminder is sent for each order."
3420
  msgstr ""
3421
 
3422
+ #: includes/settings/class-cr-settings-review-reminder.php:413
3423
  msgid "Customer Consent"
3424
  msgstr ""
3425
 
3426
+ #: includes/settings/class-cr-settings-review-reminder.php:414
3427
  msgid "If this option is enabled, customers will be asked to tick a checkbox on the checkout page to indicate that they would like to receive an invitation to review their order."
3428
  msgstr ""
3429
 
3430
+ #: includes/settings/class-cr-settings-review-reminder.php:420
3431
  msgid "Customer Consent Text"
3432
  msgstr ""
3433
 
3434
+ #: includes/settings/class-cr-settings-review-reminder.php:421
3435
  msgid "Text of the message shown to customers next to the consent checkbox on the checkout page."
3436
  msgstr ""
3437
 
3438
+ #: includes/settings/class-cr-settings-review-reminder.php:430
3439
  msgid "Registered Customers"
3440
  msgstr ""
3441
 
3442
+ #: includes/settings/class-cr-settings-review-reminder.php:431
3443
  msgid "By default, review reminders are sent to billing emails provided by customers during checkout. If you enable this option, the plugin will check if customers have accounts on your website, and review reminders will be sent to emails associated with their accounts. It is recommended to keep this option disabled."
3444
  msgstr ""
3445
 
3446
+ #: includes/settings/class-cr-settings-review-reminder.php:438
3447
  msgid "Moderation of Reviews"
3448
  msgstr ""
3449
 
3450
+ #: includes/settings/class-cr-settings-review-reminder.php:439
3451
  msgid "Enable manual moderation of reviews submitted by your verified customers. This setting applies only to reviews submitted in response to reminders sent by this plugin."
3452
  msgstr ""
3453
 
3454
+ #: includes/settings/class-cr-settings-review-reminder.php:446
3455
  msgid "Exclude Free Products"
3456
  msgstr ""
3457
 
3458
+ #: includes/settings/class-cr-settings-review-reminder.php:447
3459
  msgid "Enable this checkbox to exclude free products from review invitations."
3460
  msgstr ""
3461
 
3462
+ #: includes/settings/class-cr-settings-review-reminder.php:454
3463
  msgid "Shop Name"
3464
  msgstr ""
3465
 
3466
+ #: includes/settings/class-cr-settings-review-reminder.php:456
3467
  msgid "Specify your shop name that will be used in emails and review forms generated by this plugin."
3468
  msgstr ""
3469
 
3470
+ #: includes/settings/class-cr-settings-review-reminder.php:471
3471
+ #: includes/settings/class-cr-settings-review-reminder.php:477
3472
  msgid "Language"
3473
  msgstr ""
3474
 
3475
+ #: includes/settings/class-cr-settings-review-reminder.php:479
3476
  msgid "Choose one of the available languages."
3477
  msgstr ""
3478
 
3479
+ #: includes/settings/class-cr-settings-review-reminder.php:496
3480
  msgid "The email template of review reminders can be configured on the <a href=\"%s\">Emails</a> tab."
3481
  msgstr ""
3482
 
3483
+ #: includes/settings/class-cr-settings-review-reminder.php:504
3484
  msgid "Adjust template of the aggregated review forms that will be created and sent to customers by CusRev. Modifications will be applied to the next review form created after saving settings. If you enable <b>advanced</b> form templates in your account on %1$sCusRev website%2$s, they will <b>override</b> the settings below."
3485
  msgstr ""
3486
 
3487
+ #: includes/settings/class-cr-settings-review-reminder.php:506
3488
  msgid "Adjust template of the aggregated review forms that will be created and sent to customers. Modifications will be applied to the next review form created after saving settings."
3489
  msgstr ""
3490
 
3491
+ #: includes/settings/class-cr-settings-review-reminder.php:509
3492
  msgid "Review Form Template"
3493
  msgstr ""
3494
 
3495
+ #: includes/settings/class-cr-settings-review-reminder.php:515
3496
  msgid "Form Header"
3497
  msgstr ""
3498
 
3499
+ #: includes/settings/class-cr-settings-review-reminder.php:517
3500
  msgid "Header of the review form that will be sent to customers."
3501
  msgstr ""
3502
 
3503
+ #: includes/settings/class-cr-settings-review-reminder.php:524
3504
  msgid "Form Body"
3505
  msgstr ""
3506
 
3507
+ #: includes/settings/class-cr-settings-review-reminder.php:526
3508
  msgid "Body of the review form that will be sent to customers."
3509
  msgstr ""
3510
 
3511
+ #: includes/settings/class-cr-settings-review-reminder.php:534
3512
  msgid "Shop Rating"
3513
  msgstr ""
3514
 
3515
+ #: includes/settings/class-cr-settings-review-reminder.php:538
3516
  msgid "Enable this option if you would like to include a separate question for a general shop review in addition to questions for product reviews."
3517
  msgstr ""
3518
 
3519
+ #: includes/settings/class-cr-settings-review-reminder.php:541
3520
  msgid "Comment Required"
3521
  msgstr ""
3522
 
3523
+ #: includes/settings/class-cr-settings-review-reminder.php:545
3524
  msgid "Enable this option if you would like to make it mandatory for your customers to write something in their review. This option applies only to aggregated review forms."
3525
  msgstr ""
3526
 
3527
+ #: includes/settings/class-cr-settings-review-reminder.php:548
3528
  msgid "Enable attachment of pictures and videos on aggregated review forms. Uploaded media files are initially stored on Amazon S3 and automatically downloaded into WordPress Media Library later. This option applies only to aggregated review forms. If you would like to enable attachment of pictures to reviews submitted on WooCommerce product pages, this can be done %1$shere%2$s."
3529
  msgstr ""
3530
 
3531
+ #: includes/settings/class-cr-settings-review-reminder.php:550
3532
  msgid "Enable attachment of pictures and videos on local aggregated review forms. This option applies only to aggregated review forms. If you would like to enable attachment of pictures to reviews submitted on WooCommerce product pages, this can be done %1$shere%2$s."
3533
  msgstr ""
3534
 
3535
+ #: includes/settings/class-cr-settings-review-reminder.php:553
3536
  msgid "Attach Media"
3537
  msgstr ""
3538
 
3539
+ #: includes/settings/class-cr-settings-review-reminder.php:563
3540
  msgid "Rating Bar"
3541
  msgstr ""
3542
 
3543
+ #: includes/settings/class-cr-settings-review-reminder.php:567
3544
  msgid "Visual style of rating bars on review forms."
3545
  msgstr ""
3546
 
3547
+ #: includes/settings/class-cr-settings-review-reminder.php:569
3548
  msgid "Smiley and frowny faces"
3549
  msgstr ""
3550
 
3551
+ #: includes/settings/class-cr-settings-review-reminder.php:570
3552
  #: blocks/src/reviews-grid/edit.js:234
3553
  #: js/blocks.js:946
3554
  msgid "Stars"
3555
  msgstr ""
3556
 
3557
+ #: includes/settings/class-cr-settings-review-reminder.php:575
3558
  msgid "Geolocation"
3559
  msgstr ""
3560
 
3561
+ #: includes/settings/class-cr-settings-review-reminder.php:579
3562
  msgid "Enable geolocation on aggregated review forms. Customers will have an option to indicate where they are from. For example, \"England, United Kingdom\"."
3563
  msgstr ""
3564
 
3565
+ #: includes/settings/class-cr-settings-review-reminder.php:580
3566
  msgid "Automatic geolocation on review forms."
3567
  msgstr ""
3568
 
3569
+ #: includes/settings/class-cr-settings-review-reminder.php:586
3570
  msgid "Form Color 1"
3571
  msgstr ""
3572
 
3573
+ #: includes/settings/class-cr-settings-review-reminder.php:590
3574
  msgid "Background color for heading of the form and product names."
3575
  msgstr ""
3576
 
3577
+ #: includes/settings/class-cr-settings-review-reminder.php:594
3578
  msgid "Form Color 2"
3579
  msgstr ""
3580
 
3581
+ #: includes/settings/class-cr-settings-review-reminder.php:598
3582
  msgid "Text color for product names."
3583
  msgstr ""
3584
 
3585
+ #: includes/settings/class-cr-settings-review-reminder.php:602
3586
  msgid "Form Color 3"
3587
  msgstr ""
3588
 
3589
+ #: includes/settings/class-cr-settings-review-reminder.php:606
3590
  msgid "Color of control elements (buttons, rating bars)."
3591
  msgstr ""
3592
 
3593
+ #: includes/settings/class-cr-settings-review-reminder.php:962
3594
  msgid "While editing the footer text please make sure to keep the unsubscribe link markup:"
3595
  msgstr ""
3596
 
3597
+ #: includes/settings/class-cr-settings-review-reminder.php:1031
3598
  msgid "<strong>CR Cron could not be enabled because no license key was entered. A license key (free or pro) is required to use CR Cron.</strong>"
3599
  msgstr ""
3600
 
3838
  msgid "%1$s is an optional argument. If you have a custom comment template file, you should specify it here."
3839
  msgstr ""
3840
 
3841
+ #: includes/settings/class-cr-settings-trust-badges.php:45
3842
  #: includes/settings/class-cr-settings-trust-badges.php:83
 
3843
  msgid "Trust Badges"
3844
  msgstr ""
3845
 
3846
+ #: includes/settings/class-cr-settings-trust-badges.php:86
3847
+ msgid "Increase your store's conversion rate by placing a \"trust badge\" on the home, checkout or any other page(s). Let customers feel more confident about shopping on your site by featuring a trust badge that shows a summary of customer reviews. Trust badges can be enabled using shortcodes or blocks in the page editor (blocks require WordPress 5.0 or newer)."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3848
  msgstr ""
3849
 
3850
+ #: includes/settings/class-cr-settings-trust-badges.php:88
3851
+ msgid "If you enable <a href=\"%1$s\">verification of reviews</a> and claim a <a href=\"%2$s\">dedicated page</a> at CusRev.com website, trust badges will include a nofollow link to your page there."
3852
  msgstr ""
3853
 
3854
+ #: includes/settings/class-cr-settings-trust-badges.php:93
3855
  msgid "Small Light Badge"
3856
  msgstr ""
3857
 
3858
+ #: includes/settings/class-cr-settings-trust-badges.php:95
3859
  msgid "Shortcode and preview of the small light trust badge."
3860
  msgstr ""
3861
 
3862
+ #: includes/settings/class-cr-settings-trust-badges.php:101
3863
  msgid "Small Light Badge (with Store Rating)"
3864
  msgstr ""
3865
 
3866
+ #: includes/settings/class-cr-settings-trust-badges.php:103
3867
  msgid "Shortcode and preview of the small light trust badge with store rating."
3868
  msgstr ""
3869
 
3870
+ #: includes/settings/class-cr-settings-trust-badges.php:109
3871
  msgid "Small Dark Badge"
3872
  msgstr ""
3873
 
3874
+ #: includes/settings/class-cr-settings-trust-badges.php:111
3875
  msgid "Shortcode and preview of the small dark trust badge."
3876
  msgstr ""
3877
 
3878
+ #: includes/settings/class-cr-settings-trust-badges.php:117
3879
  msgid "Small Dark Badge (with Store Rating)"
3880
  msgstr ""
3881
 
3882
+ #: includes/settings/class-cr-settings-trust-badges.php:119
3883
  msgid "Shortcode and preview of the small dark trust badge with store rating."
3884
  msgstr ""
3885
 
3886
+ #: includes/settings/class-cr-settings-trust-badges.php:125
3887
  msgid "Wide Light Badge"
3888
  msgstr ""
3889
 
3890
+ #: includes/settings/class-cr-settings-trust-badges.php:127
3891
  msgid "Shortcode and preview of the wide light trust badge. The wide badge has a version for small screens that will be automatically shown when a website is viewed from phones."
3892
  msgstr ""
3893
 
3894
+ #: includes/settings/class-cr-settings-trust-badges.php:133
3895
  msgid "Wide Light Badge (with Store Rating)"
3896
  msgstr ""
3897
 
3898
+ #: includes/settings/class-cr-settings-trust-badges.php:135
3899
  msgid "Shortcode and preview of the wide light trust badge with store rating. The wide badge has a version for small screens that will be automatically shown when a website is viewed from phones."
3900
  msgstr ""
3901
 
3902
+ #: includes/settings/class-cr-settings-trust-badges.php:141
3903
  msgid "Wide Dark Badge"
3904
  msgstr ""
3905
 
3906
+ #: includes/settings/class-cr-settings-trust-badges.php:143
3907
  msgid "Shortcode and preview of the wide dark trust badge. The wide badge has a version for small screens that will be automatically shown when a website is viewed from phones."
3908
  msgstr ""
3909
 
3910
+ #: includes/settings/class-cr-settings-trust-badges.php:149
3911
  msgid "Wide Dark Badge (with Store Rating)"
3912
  msgstr ""
3913
 
3914
+ #: includes/settings/class-cr-settings-trust-badges.php:151
3915
  msgid "Shortcode and preview of the wide dark trust badge with store rating. The wide badge has a version for small screens that will be automatically shown when a website is viewed from phones."
3916
  msgstr ""
3917
 
3918
+ #: includes/settings/class-cr-settings-trust-badges.php:157
3919
  msgid "Compact Light Badge"
3920
  msgstr ""
3921
 
3922
+ #: includes/settings/class-cr-settings-trust-badges.php:159
3923
  msgid "Shortcode and preview of the compact light trust badge."
3924
  msgstr ""
3925
 
3926
+ #: includes/settings/class-cr-settings-trust-badges.php:165
3927
  msgid "Compact Dark Badge"
3928
  msgstr ""
3929
 
3930
+ #: includes/settings/class-cr-settings-trust-badges.php:167
3931
  msgid "Shortcode and preview of the compact dark trust badge."
3932
  msgstr ""
3933
 
3934
+ #: includes/settings/class-cr-settings-trust-badges.php:177
3935
  msgid "Floating Trust Badge"
3936
  msgstr ""
3937
 
3938
+ #: includes/settings/class-cr-settings-trust-badges.php:179
3939
  msgid "Settings to display a floating badge with a summary of verified reviews."
3940
  msgstr ""
3941
 
3942
+ #: includes/settings/class-cr-settings-trust-badges.php:183
3943
  msgid "Floating Badge"
3944
  msgstr ""
3945
 
3946
+ #: includes/settings/class-cr-settings-trust-badges.php:185
3947
  msgid "Enable this checkbox to display a floating trust badge on public pages of the website."
3948
  msgstr ""
3949
 
3950
+ #: includes/settings/class-cr-settings-trust-badges.php:190
3951
  msgid "Floating Badge Style"
3952
  msgstr ""
3953
 
3954
+ #: includes/settings/class-cr-settings-trust-badges.php:192
3955
  msgid "Choose one of the styles for the floating trust badge."
3956
  msgstr ""
3957
 
3958
+ #: includes/settings/class-cr-settings-trust-badges.php:196
3959
  #: js/blocks.js:112
3960
  msgid "Light"
3961
  msgstr ""
3962
 
3963
+ #: includes/settings/class-cr-settings-trust-badges.php:197
3964
  #: js/blocks.js:116
3965
  msgid "Dark"
3966
  msgstr ""
3967
 
3968
+ #: includes/settings/class-cr-settings-trust-badges.php:202
3969
  msgid "Floating Badge Location"
3970
  msgstr ""
3971
 
3972
+ #: includes/settings/class-cr-settings-trust-badges.php:204
3973
  msgid "Choose one of the locations for the floating trust badge."
3974
  msgstr ""
3975
 
3976
+ #: includes/settings/class-cr-settings-trust-badges.php:208
3977
  msgid "Bottom right"
3978
  msgstr ""
3979
 
3980
+ #: includes/settings/class-cr-settings-trust-badges.php:209
3981
  msgid "Bottom left"
3982
  msgstr ""
3983
 
3984
+ #: includes/settings/class-cr-settings-trust-badges.php:294
3985
  msgid "color"
3986
  msgstr ""
3987
 
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"
4110
  msgstr[1] ""
4111
 
4112
  #: includes/trust-badge/class-cr-verified-reviews.php:58
4113
+ msgid "CusRev.com page activation error: 'Page URL' cannot be empty."
4114
  msgstr ""
4115
 
4116
  #: includes/trust-badge/class-cr-verified-reviews.php:89
4117
+ msgid "CusRev.com page activation error #98. "
4118
  msgstr ""
4119
 
4120
  #: includes/trust-badge/class-cr-verified-reviews.php:94
4121
+ msgid "CusRev.com page has been successfully enabled."
4122
  msgstr ""
4123
 
4124
  #: includes/trust-badge/class-cr-verified-reviews.php:97
4125
+ msgid "CusRev.com page activation error: '%s' is already in use. Please enter a different page name."
4126
  msgstr ""
4127
 
4128
  #: includes/trust-badge/class-cr-verified-reviews.php:100
4129
+ msgid "CusRev.com page activation error: page URL contains unsupported symbols. Only latin characters (a-z), numbers (0-9), and . symbol are allowed."
4130
  msgstr ""
4131
 
4132
  #: includes/trust-badge/class-cr-verified-reviews.php:103
4134
  msgstr ""
4135
 
4136
  #: includes/trust-badge/class-cr-verified-reviews.php:106
4137
+ msgid "CusRev.com page activation error #99."
4138
  msgstr ""
4139
 
4140
  #: includes/trust-badge/class-cr-verified-reviews.php:142
4141
+ msgid "CusRev.com page deactivation error #98. Please try again."
4142
  msgstr ""
4143
 
4144
  #: includes/trust-badge/class-cr-verified-reviews.php:149
4145
+ msgid "CusRev.com page has been successfully disabled."
4146
  msgstr ""
4147
 
4148
  #: includes/trust-badge/class-cr-verified-reviews.php:153
4149
+ msgid "CusRev.com page deactivation error: the page is blocked, please contact CusRev support for assistance."
4150
  msgstr ""
4151
 
4152
  #: includes/trust-badge/class-cr-verified-reviews.php:157
4153
+ msgid "CusRev.com page deactivation error #99."
4154
  msgstr ""
4155
 
4156
  #: ivole.php:135
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.7.0
7
  License: GPLv3 or later
8
  License URI: https://www.gnu.org/licenses/gpl.html
9
 
@@ -218,6 +218,9 @@ If you would like to change how reviews are sorted on product pages, it is possi
218
 
219
  == Changelog ==
220
 
 
 
 
221
  = 5.7.0 =
222
  * Improvement: reduced the number of autoloaded options to improve performance
223
  = 5.6.5 =
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.8.0
7
  License: GPLv3 or later
8
  License URI: https://www.gnu.org/licenses/gpl.html
9
 
218
 
219
  == Changelog ==
220
 
221
+ = 5.8.0 =
222
+ * New feature: trust badges for local (no verification) reviews
223
+ * Bug fix: anonymous display name option did not work on local (self-hosted) review forms in some cases
224
  = 5.7.0 =
225
  * Improvement: reduced the number of autoloaded options to improve performance
226
  = 5.6.5 =
templates/badge-small.php CHANGED
@@ -26,8 +26,12 @@
26
  <?php endif; ?>
27
  </div>
28
 
29
- <a href="<?php echo $verifiedPage; ?>" rel="nofollow noopener noreferrer" target="_blank">
 
 
 
 
30
  <span class="badge__link"></span>
31
- </a>
32
 
33
  </div>
26
  <?php endif; ?>
27
  </div>
28
 
29
+ <?php if( $verifiedPage ) : ?>
30
+ <a href="<?php echo $verifiedPage; ?>" rel="nofollow noopener noreferrer" target="_blank">
31
+ <span class="badge__link"></span>
32
+ </a>
33
+ <?php else : ?>
34
  <span class="badge__link"></span>
35
+ <?php endif; ?>
36
 
37
  </div>
templates/badge-wide-vs.php CHANGED
@@ -51,8 +51,12 @@
51
 
52
  </div>
53
 
54
- <a href="<?php echo $verifiedPage; ?>" rel="nofollow noopener noreferrer" target="_blank">
 
 
 
 
55
  <span class="badge__link"></span>
56
- </a>
57
 
58
  </div>
51
 
52
  </div>
53
 
54
+ <?php if( $verifiedPage ) : ?>
55
+ <a href="<?php echo $verifiedPage; ?>" rel="nofollow noopener noreferrer" target="_blank">
56
+ <span class="badge__link"></span>
57
+ </a>
58
+ <?php else : ?>
59
  <span class="badge__link"></span>
60
+ <?php endif; ?>
61
 
62
  </div>
templates/badge-wide.php CHANGED
@@ -56,8 +56,12 @@
56
 
57
  </div>
58
 
59
- <a href="<?php echo $verifiedPage; ?>" rel="nofollow noopener noreferrer" target="_blank">
 
 
 
 
60
  <span class="badge__link"></span>
61
- </a>
62
 
63
  </div>
56
 
57
  </div>
58
 
59
+ <?php if( $verifiedPage ) : ?>
60
+ <a href="<?php echo $verifiedPage; ?>" rel="nofollow noopener noreferrer" target="_blank">
61
+ <span class="badge__link"></span>
62
+ </a>
63
+ <?php else : ?>
64
  <span class="badge__link"></span>
65
+ <?php endif; ?>
66
 
67
  </div>
templates/compact-wide.php CHANGED
@@ -43,8 +43,12 @@
43
 
44
  <div class="badge__reviews"><?php echo $strCount; ?></div>
45
 
46
- <a href="<?php echo $verifiedPage; ?>" rel="nofollow noopener noreferrer" target="_blank">
 
 
 
 
47
  <span class="badge__link"></span>
48
- </a>
49
 
50
  </div>
43
 
44
  <div class="badge__reviews"><?php echo $strCount; ?></div>
45
 
46
+ <?php if( $verifiedPage ) : ?>
47
+ <a href="<?php echo $verifiedPage; ?>" rel="nofollow noopener noreferrer" target="_blank">
48
+ <span class="badge__link"></span>
49
+ </a>
50
+ <?php else : ?>
51
  <span class="badge__link"></span>
52
+ <?php endif; ?>
53
 
54
  </div>