Customer Reviews for WooCommerce - Version 5.6.3

Version Description

  • Improvements in download of media files for cases when reviews have been deleted
Download this release

Release Info

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

Code changes from version 5.6.2 to 5.6.3

class-ivole.php CHANGED
@@ -15,7 +15,6 @@ require_once( __DIR__ . '/includes/reminders/class-cr-admin-menu-reminders.php'
15
  require_once( __DIR__ . '/includes/reminders/class-cr-reminders-list-table.php' );
16
  require_once( __DIR__ . '/includes/reminders/class-cr-local-forms.php' );
17
  require_once( __DIR__ . '/includes/reminders/class-cr-local-forms-ajax.php' );
18
- require_once('class-ivole-replies.php');
19
  require_once( __DIR__ . '/includes/blocks/class-cr-all-reviews.php' );
20
  require_once( __DIR__ . '/includes/blocks/class-cr-reviews-grid.php' );
21
  require_once( __DIR__ . '/includes/blocks/class-cr-reviews-slider.php' );
@@ -25,6 +24,7 @@ require_once( __DIR__ . '/includes/reviews/class-cr-reviews-list-table.php' );
25
  require_once( __DIR__ . '/includes/reviews/class-cr-reviews-media-download.php' );
26
  require_once( __DIR__ . '/includes/reviews/class-cr-reviews.php' );
27
  require_once( __DIR__ . '/includes/reviews/class-cr-endpoint.php' );
 
28
  require_once( __DIR__ . '/includes/settings/class-cr-admin.php' );
29
  require_once( __DIR__ . '/includes/settings/class-cr-admin-menu-settings.php' );
30
  require_once( __DIR__ . '/includes/settings/class-cr-settings-review-reminder.php' );
@@ -66,7 +66,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.6.2';
70
 
71
  public function __construct() {
72
  if( function_exists( 'wc' ) ) {
15
  require_once( __DIR__ . '/includes/reminders/class-cr-reminders-list-table.php' );
16
  require_once( __DIR__ . '/includes/reminders/class-cr-local-forms.php' );
17
  require_once( __DIR__ . '/includes/reminders/class-cr-local-forms-ajax.php' );
 
18
  require_once( __DIR__ . '/includes/blocks/class-cr-all-reviews.php' );
19
  require_once( __DIR__ . '/includes/blocks/class-cr-reviews-grid.php' );
20
  require_once( __DIR__ . '/includes/blocks/class-cr-reviews-slider.php' );
24
  require_once( __DIR__ . '/includes/reviews/class-cr-reviews-media-download.php' );
25
  require_once( __DIR__ . '/includes/reviews/class-cr-reviews.php' );
26
  require_once( __DIR__ . '/includes/reviews/class-cr-endpoint.php' );
27
+ require_once( __DIR__ . '/includes/reviews/class-cr-replies.php' );
28
  require_once( __DIR__ . '/includes/settings/class-cr-admin.php' );
29
  require_once( __DIR__ . '/includes/settings/class-cr-admin-menu-settings.php' );
30
  require_once( __DIR__ . '/includes/settings/class-cr-settings-review-reminder.php' );
66
  require_once( __DIR__ . '/includes/qna/class-cr-qna-email.php' );
67
 
68
  class Ivole {
69
+ const CR_VERSION = '5.6.3';
70
 
71
  public function __construct() {
72
  if( function_exists( 'wc' ) ) {
class-ivole-replies.php → includes/reviews/class-cr-replies.php RENAMED
@@ -4,7 +4,7 @@ if ( ! defined( 'ABSPATH' ) ) {
4
  exit;
5
  }
6
 
7
- require_once('firebase/src/JWT.php');
8
  use \ivole\Firebase\JWT\JWT;
9
 
10
  if ( ! class_exists( 'CR_Replies' ) ) :
@@ -193,5 +193,3 @@ if ( ! class_exists( 'CR_Replies' ) ) :
193
  }
194
 
195
  endif;
196
-
197
- ?>
4
  exit;
5
  }
6
 
7
+ require_once( dirname( dirname( dirname( __FILE__ ) ) ) . '/firebase/src/JWT.php' );
8
  use \ivole\Firebase\JWT\JWT;
9
 
10
  if ( ! class_exists( 'CR_Replies' ) ) :
193
  }
194
 
195
  endif;
 
 
includes/reviews/class-cr-reviews-media-download.php CHANGED
@@ -186,6 +186,11 @@ if ( ! class_exists( 'CR_Reviews_Media_Download' ) ) :
186
  }
187
  }
188
  } else {
 
 
 
 
 
189
  $return['code'] = 405;
190
  $return['msg'] = sprintf( __( 'An error occurred while downloading a media file. Error code: %s.', 'customer-reviews-woocommerce' ), $return['code'] );
191
  }
186
  }
187
  }
188
  } else {
189
+ delete_comment_meta(
190
+ $mediaFileToDownload->comment_id,
191
+ $mediaFileToDownload->meta_key,
192
+ $downloadURL
193
+ );
194
  $return['code'] = 405;
195
  $return['msg'] = sprintf( __( 'An error occurred while downloading a media file. Error code: %s.', 'customer-reviews-woocommerce' ), $return['code'] );
196
  }
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.6.2
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.6.3
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-25T18:25:49+00:00\n"
10
  "PO-Revision-Date: 2018-02-18 00:46+0000\n"
11
  "Last-Translator: \n"
12
  "Language-Team: \n"
@@ -43,18 +43,6 @@ msgstr ""
43
  msgid "This reply was originally posted on CR portal"
44
  msgstr ""
45
 
46
- #: class-ivole-replies.php:102
47
- msgid "A copy of the reply was published on CusRev portal"
48
- msgstr ""
49
-
50
- #: class-ivole-replies.php:111 class-ivole-replies.php:124
51
- msgid "Unknown error"
52
- msgstr ""
53
-
54
- #: class-ivole-replies.php:131
55
- msgid "ID of the current user is not set"
56
- msgstr ""
57
-
58
  #: class-ivole.php:150
59
  msgid "View CusRev documentation"
60
  msgstr ""
@@ -211,8 +199,8 @@ msgstr ""
211
  msgid "Discount Coupon for You"
212
  msgstr ""
213
 
214
- #: includes/emails/class-cr-email-coupon.php:114
215
- #: includes/emails/class-cr-email.php:122 includes/misc/class-cr-license.php:24
216
  #: includes/misc/class-cr-license.php:93
217
  #: includes/reminders/class-cr-manual.php:201
218
  #: includes/trust-badge/class-cr-verified-reviews.php:62
@@ -220,38 +208,38 @@ msgstr ""
220
  msgid "Error: cURL library is missing on the server."
221
  msgstr ""
222
 
223
- #: includes/emails/class-cr-email-coupon.php:127
224
- #: includes/emails/class-cr-email-coupon.php:154
225
- #: includes/emails/class-cr-email.php:386
226
- #: includes/emails/class-cr-email.php:424
227
- #: includes/reminders/class-cr-local-forms.php:341
228
  msgid "Jane"
229
  msgstr ""
230
 
231
- #: includes/emails/class-cr-email-coupon.php:128
232
- #: includes/emails/class-cr-email-coupon.php:155
233
- #: includes/emails/class-cr-email.php:387
234
- #: includes/emails/class-cr-email.php:425
235
- #: includes/reminders/class-cr-local-forms.php:342
236
  msgid "Doe"
237
  msgstr ""
238
 
239
- #: includes/emails/class-cr-email-coupon.php:129
240
- #: includes/emails/class-cr-email.php:388
241
  msgid "Jane Doe"
242
  msgstr ""
243
 
244
- #: includes/emails/class-cr-email-coupon.php:160
245
- #: includes/emails/class-cr-email.php:396
246
- #: includes/emails/class-cr-email.php:430
247
- #: includes/reminders/class-cr-local-forms.php:349
248
  msgid "Item 1 Test"
249
  msgstr ""
250
 
251
- #: includes/emails/class-cr-email-coupon.php:164
252
- #: includes/emails/class-cr-email.php:398
253
- #: includes/emails/class-cr-email.php:435
254
- #: includes/reminders/class-cr-local-forms.php:354
255
  msgid "Item 2 Test"
256
  msgstr ""
257
 
@@ -275,33 +263,33 @@ msgid ""
275
  "at {site_title}."
276
  msgstr ""
277
 
278
- #: includes/emails/class-cr-email.php:168
279
  msgid "Error: the order %s does not exist anymore."
280
  msgstr ""
281
 
282
- #: includes/emails/class-cr-email.php:381
283
  msgid ""
284
  "Error: the order does not contain any products for which review reminders "
285
  "are enabled in the settings."
286
  msgstr ""
287
 
288
- #: includes/emails/class-cr-email.php:496
289
  msgid "Error: only one review invitation per order is allowed."
290
  msgstr ""
291
 
292
- #: includes/emails/class-cr-email.php:496
293
  msgid "View additional information"
294
  msgstr ""
295
 
296
- #: includes/emails/class-cr-email.php:498
297
  msgid "Error: the customer has already reviewed all products from this order."
298
  msgstr ""
299
 
300
- #: includes/emails/class-cr-email.php:500
301
  msgid "Error: the customer has unsubscribed from emails."
302
  msgstr ""
303
 
304
- #: includes/emails/class-cr-email.php:502
305
  msgid ""
306
  "Error: the customer has already left a review for a different order in the "
307
  "past."
@@ -366,26 +354,26 @@ msgid ""
366
  "progress)"
367
  msgstr ""
368
 
369
- #: includes/google/class-cr-admin-menu-product-feed.php:56
370
  msgid ""
371
  "XML Product Review Feed for Google Shopping is being generated in background "
372
  "- reviews %1$s to %2$s out of %3$s (reload the page to see the latest "
373
  "progress)"
374
  msgstr ""
375
 
376
- #: includes/google/class-cr-admin-menu-product-feed.php:62
377
  msgid "XML Feeds might not be created correctly because WP Cron is disabled"
378
  msgstr ""
379
 
380
- #: includes/google/class-cr-admin-menu-product-feed.php:72
381
  msgid "Integration with Google Services"
382
  msgstr ""
383
 
384
- #: includes/google/class-cr-admin-menu-product-feed.php:73
385
  msgid "Google"
386
  msgstr ""
387
 
388
- #: includes/google/class-cr-admin-menu-product-feed.php:138
389
  #: includes/google/class-cr-product-feed-reviews.php:41
390
  #: includes/reviews/class-cr-admin-menu-reviews.php:48
391
  #: includes/reviews/class-cr-admin-menu-reviews.php:49
@@ -396,16 +384,16 @@ msgstr ""
396
  msgid "Reviews"
397
  msgstr ""
398
 
399
- #: includes/google/class-cr-admin-menu-product-feed.php:146
400
  msgid "Select a category"
401
  msgstr ""
402
 
403
- #: includes/google/class-cr-admin-menu-product-feed.php:147
404
  msgid "Select a field"
405
  msgstr ""
406
 
407
- #: includes/google/class-cr-google-shopping-feed.php:367
408
- #: includes/reminders/class-cr-local-forms.php:195
409
  msgid "Anonymous"
410
  msgstr ""
411
 
@@ -1853,67 +1841,67 @@ msgstr ""
1853
  msgid "Error: accepted file types are PNG, JPG, JPEG, GIF"
1854
  msgstr ""
1855
 
1856
- #: includes/reminders/class-cr-local-forms.php:119
1857
  msgid "* Required"
1858
  msgstr ""
1859
 
1860
- #: includes/reminders/class-cr-local-forms.php:121
1861
  msgid "Thank you for submitting a review!"
1862
  msgstr ""
1863
 
1864
- #: includes/reminders/class-cr-local-forms.php:122
1865
  msgid "Your response has been recorded."
1866
  msgstr ""
1867
 
1868
- #: includes/reminders/class-cr-local-forms.php:123
1869
  msgid "Edit your review"
1870
  msgstr ""
1871
 
1872
- #: includes/reminders/class-cr-local-forms.php:145
1873
  msgid "Comment"
1874
  msgstr ""
1875
 
1876
- #: includes/reminders/class-cr-local-forms.php:146
1877
  msgid "Your comment"
1878
  msgstr ""
1879
 
1880
- #: includes/reminders/class-cr-local-forms.php:151
1881
  msgid "Rate website, customer service and delivery"
1882
  msgstr ""
1883
 
1884
- #: includes/reminders/class-cr-local-forms.php:157
1885
  #: blocks/src/reviews-grid/edit.js:134 js/blocks.js:767
1886
  msgid "Rating"
1887
  msgstr ""
1888
 
1889
- #: includes/reminders/class-cr-local-forms.php:178
1890
  msgid "Upload Photos/Video"
1891
  msgstr ""
1892
 
1893
- #: includes/reminders/class-cr-local-forms.php:179
1894
  msgid "Add photos or video to your review"
1895
  msgstr ""
1896
 
1897
- #: includes/reminders/class-cr-local-forms.php:194
1898
  msgid "Display name"
1899
  msgstr ""
1900
 
1901
- #: includes/reminders/class-cr-local-forms.php:216
1902
  msgid ""
1903
  "By submitting your review, you agree to the <a href=\"%s\" target=\"_blank\" "
1904
  "rel=\"noopener noreferrer\">terms and conditions</a>."
1905
  msgstr ""
1906
 
1907
- #: includes/reminders/class-cr-local-forms.php:217 templates/qna-tab.php:75
1908
  #: templates/qna-tab.php:119
1909
  msgid "Submit"
1910
  msgstr ""
1911
 
1912
- #: includes/reminders/class-cr-local-forms.php:235
1913
  msgid "This form was created by %1$s using %2$s plugin."
1914
  msgstr ""
1915
 
1916
- #: includes/reminders/class-cr-local-forms.php:237
1917
  msgid "This form was created by %1$s."
1918
  msgstr ""
1919
 
@@ -2213,6 +2201,19 @@ msgstr ""
2213
  msgid "Search"
2214
  msgstr ""
2215
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2216
  #: includes/reviews/class-cr-reviews-list-table.php:210
2217
  msgid "No reviews found."
2218
  msgstr ""
@@ -2358,7 +2359,7 @@ msgstr ""
2358
  #: includes/reviews/class-cr-reviews-media-download.php:174
2359
  #: includes/reviews/class-cr-reviews-media-download.php:180
2360
  #: includes/reviews/class-cr-reviews-media-download.php:185
2361
- #: includes/reviews/class-cr-reviews-media-download.php:190
2362
  msgid "An error occurred while downloading a media file. Error code: %s."
2363
  msgstr ""
2364
 
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
  msgid "This reply was originally posted on CR portal"
44
  msgstr ""
45
 
 
 
 
 
 
 
 
 
 
 
 
 
46
  #: class-ivole.php:150
47
  msgid "View CusRev documentation"
48
  msgstr ""
199
  msgid "Discount Coupon for You"
200
  msgstr ""
201
 
202
+ #: includes/emails/class-cr-email-coupon.php:134
203
+ #: includes/emails/class-cr-email.php:144 includes/misc/class-cr-license.php:24
204
  #: includes/misc/class-cr-license.php:93
205
  #: includes/reminders/class-cr-manual.php:201
206
  #: includes/trust-badge/class-cr-verified-reviews.php:62
208
  msgid "Error: cURL library is missing on the server."
209
  msgstr ""
210
 
211
+ #: includes/emails/class-cr-email-coupon.php:147
212
+ #: includes/emails/class-cr-email-coupon.php:174
213
+ #: includes/emails/class-cr-email.php:408
214
+ #: includes/emails/class-cr-email.php:446
215
+ #: includes/reminders/class-cr-local-forms.php:354
216
  msgid "Jane"
217
  msgstr ""
218
 
219
+ #: includes/emails/class-cr-email-coupon.php:148
220
+ #: includes/emails/class-cr-email-coupon.php:175
221
+ #: includes/emails/class-cr-email.php:409
222
+ #: includes/emails/class-cr-email.php:447
223
+ #: includes/reminders/class-cr-local-forms.php:355
224
  msgid "Doe"
225
  msgstr ""
226
 
227
+ #: includes/emails/class-cr-email-coupon.php:149
228
+ #: includes/emails/class-cr-email.php:410
229
  msgid "Jane Doe"
230
  msgstr ""
231
 
232
+ #: includes/emails/class-cr-email-coupon.php:180
233
+ #: includes/emails/class-cr-email.php:418
234
+ #: includes/emails/class-cr-email.php:452
235
+ #: includes/reminders/class-cr-local-forms.php:362
236
  msgid "Item 1 Test"
237
  msgstr ""
238
 
239
+ #: includes/emails/class-cr-email-coupon.php:184
240
+ #: includes/emails/class-cr-email.php:420
241
+ #: includes/emails/class-cr-email.php:457
242
+ #: includes/reminders/class-cr-local-forms.php:367
243
  msgid "Item 2 Test"
244
  msgstr ""
245
 
263
  "at {site_title}."
264
  msgstr ""
265
 
266
+ #: includes/emails/class-cr-email.php:190
267
  msgid "Error: the order %s does not exist anymore."
268
  msgstr ""
269
 
270
+ #: includes/emails/class-cr-email.php:403
271
  msgid ""
272
  "Error: the order does not contain any products for which review reminders "
273
  "are enabled in the settings."
274
  msgstr ""
275
 
276
+ #: includes/emails/class-cr-email.php:518
277
  msgid "Error: only one review invitation per order is allowed."
278
  msgstr ""
279
 
280
+ #: includes/emails/class-cr-email.php:518
281
  msgid "View additional information"
282
  msgstr ""
283
 
284
+ #: includes/emails/class-cr-email.php:520
285
  msgid "Error: the customer has already reviewed all products from this order."
286
  msgstr ""
287
 
288
+ #: includes/emails/class-cr-email.php:522
289
  msgid "Error: the customer has unsubscribed from emails."
290
  msgstr ""
291
 
292
+ #: includes/emails/class-cr-email.php:524
293
  msgid ""
294
  "Error: the customer has already left a review for a different order in the "
295
  "past."
354
  "progress)"
355
  msgstr ""
356
 
357
+ #: includes/google/class-cr-admin-menu-product-feed.php:59
358
  msgid ""
359
  "XML Product Review Feed for Google Shopping is being generated in background "
360
  "- reviews %1$s to %2$s out of %3$s (reload the page to see the latest "
361
  "progress)"
362
  msgstr ""
363
 
364
+ #: includes/google/class-cr-admin-menu-product-feed.php:65
365
  msgid "XML Feeds might not be created correctly because WP Cron is disabled"
366
  msgstr ""
367
 
368
+ #: includes/google/class-cr-admin-menu-product-feed.php:75
369
  msgid "Integration with Google Services"
370
  msgstr ""
371
 
372
+ #: includes/google/class-cr-admin-menu-product-feed.php:76
373
  msgid "Google"
374
  msgstr ""
375
 
376
+ #: includes/google/class-cr-admin-menu-product-feed.php:141
377
  #: includes/google/class-cr-product-feed-reviews.php:41
378
  #: includes/reviews/class-cr-admin-menu-reviews.php:48
379
  #: includes/reviews/class-cr-admin-menu-reviews.php:49
384
  msgid "Reviews"
385
  msgstr ""
386
 
387
+ #: includes/google/class-cr-admin-menu-product-feed.php:149
388
  msgid "Select a category"
389
  msgstr ""
390
 
391
+ #: includes/google/class-cr-admin-menu-product-feed.php:150
392
  msgid "Select a field"
393
  msgstr ""
394
 
395
+ #: includes/google/class-cr-google-shopping-feed.php:369
396
+ #: includes/reminders/class-cr-local-forms.php:208
397
  msgid "Anonymous"
398
  msgstr ""
399
 
1841
  msgid "Error: accepted file types are PNG, JPG, JPEG, GIF"
1842
  msgstr ""
1843
 
1844
+ #: includes/reminders/class-cr-local-forms.php:132
1845
  msgid "* Required"
1846
  msgstr ""
1847
 
1848
+ #: includes/reminders/class-cr-local-forms.php:134
1849
  msgid "Thank you for submitting a review!"
1850
  msgstr ""
1851
 
1852
+ #: includes/reminders/class-cr-local-forms.php:135
1853
  msgid "Your response has been recorded."
1854
  msgstr ""
1855
 
1856
+ #: includes/reminders/class-cr-local-forms.php:136
1857
  msgid "Edit your review"
1858
  msgstr ""
1859
 
1860
+ #: includes/reminders/class-cr-local-forms.php:158
1861
  msgid "Comment"
1862
  msgstr ""
1863
 
1864
+ #: includes/reminders/class-cr-local-forms.php:159
1865
  msgid "Your comment"
1866
  msgstr ""
1867
 
1868
+ #: includes/reminders/class-cr-local-forms.php:164
1869
  msgid "Rate website, customer service and delivery"
1870
  msgstr ""
1871
 
1872
+ #: includes/reminders/class-cr-local-forms.php:170
1873
  #: blocks/src/reviews-grid/edit.js:134 js/blocks.js:767
1874
  msgid "Rating"
1875
  msgstr ""
1876
 
1877
+ #: includes/reminders/class-cr-local-forms.php:191
1878
  msgid "Upload Photos/Video"
1879
  msgstr ""
1880
 
1881
+ #: includes/reminders/class-cr-local-forms.php:192
1882
  msgid "Add photos or video to your review"
1883
  msgstr ""
1884
 
1885
+ #: includes/reminders/class-cr-local-forms.php:207
1886
  msgid "Display name"
1887
  msgstr ""
1888
 
1889
+ #: includes/reminders/class-cr-local-forms.php:229
1890
  msgid ""
1891
  "By submitting your review, you agree to the <a href=\"%s\" target=\"_blank\" "
1892
  "rel=\"noopener noreferrer\">terms and conditions</a>."
1893
  msgstr ""
1894
 
1895
+ #: includes/reminders/class-cr-local-forms.php:230 templates/qna-tab.php:75
1896
  #: templates/qna-tab.php:119
1897
  msgid "Submit"
1898
  msgstr ""
1899
 
1900
+ #: includes/reminders/class-cr-local-forms.php:248
1901
  msgid "This form was created by %1$s using %2$s plugin."
1902
  msgstr ""
1903
 
1904
+ #: includes/reminders/class-cr-local-forms.php:250
1905
  msgid "This form was created by %1$s."
1906
  msgstr ""
1907
 
2201
  msgid "Search"
2202
  msgstr ""
2203
 
2204
+ #: includes/reviews/class-cr-replies.php:102
2205
+ msgid "A copy of the reply was published on CusRev portal"
2206
+ msgstr ""
2207
+
2208
+ #: includes/reviews/class-cr-replies.php:111
2209
+ #: includes/reviews/class-cr-replies.php:124
2210
+ msgid "Unknown error"
2211
+ msgstr ""
2212
+
2213
+ #: includes/reviews/class-cr-replies.php:131
2214
+ msgid "ID of the current user is not set"
2215
+ msgstr ""
2216
+
2217
  #: includes/reviews/class-cr-reviews-list-table.php:210
2218
  msgid "No reviews found."
2219
  msgstr ""
2359
  #: includes/reviews/class-cr-reviews-media-download.php:174
2360
  #: includes/reviews/class-cr-reviews-media-download.php:180
2361
  #: includes/reviews/class-cr-reviews-media-download.php:185
2362
+ #: includes/reviews/class-cr-reviews-media-download.php:195
2363
  msgid "An error occurred while downloading a media file. Error code: %s."
2364
  msgstr ""
2365
 
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-25T18:25:49+00:00\n"
10
  "PO-Revision-Date: 2018-12-10 00:51+0000\n"
11
  "Last-Translator: \n"
12
  "Language-Team: \n"
@@ -43,18 +43,6 @@ msgstr ""
43
  msgid "This reply was originally posted on CR portal"
44
  msgstr ""
45
 
46
- #: class-ivole-replies.php:102
47
- msgid "A copy of the reply was published on CusRev portal"
48
- msgstr ""
49
-
50
- #: class-ivole-replies.php:111 class-ivole-replies.php:124
51
- msgid "Unknown error"
52
- msgstr ""
53
-
54
- #: class-ivole-replies.php:131
55
- msgid "ID of the current user is not set"
56
- msgstr ""
57
-
58
  #: class-ivole.php:150
59
  msgid "View CusRev documentation"
60
  msgstr ""
@@ -211,8 +199,8 @@ msgstr ""
211
  msgid "Discount Coupon for You"
212
  msgstr ""
213
 
214
- #: includes/emails/class-cr-email-coupon.php:114
215
- #: includes/emails/class-cr-email.php:122 includes/misc/class-cr-license.php:24
216
  #: includes/misc/class-cr-license.php:93
217
  #: includes/reminders/class-cr-manual.php:201
218
  #: includes/trust-badge/class-cr-verified-reviews.php:62
@@ -220,38 +208,38 @@ msgstr ""
220
  msgid "Error: cURL library is missing on the server."
221
  msgstr ""
222
 
223
- #: includes/emails/class-cr-email-coupon.php:127
224
- #: includes/emails/class-cr-email-coupon.php:154
225
- #: includes/emails/class-cr-email.php:386
226
- #: includes/emails/class-cr-email.php:424
227
- #: includes/reminders/class-cr-local-forms.php:341
228
  msgid "Jane"
229
  msgstr ""
230
 
231
- #: includes/emails/class-cr-email-coupon.php:128
232
- #: includes/emails/class-cr-email-coupon.php:155
233
- #: includes/emails/class-cr-email.php:387
234
- #: includes/emails/class-cr-email.php:425
235
- #: includes/reminders/class-cr-local-forms.php:342
236
  msgid "Doe"
237
  msgstr ""
238
 
239
- #: includes/emails/class-cr-email-coupon.php:129
240
- #: includes/emails/class-cr-email.php:388
241
  msgid "Jane Doe"
242
  msgstr ""
243
 
244
- #: includes/emails/class-cr-email-coupon.php:160
245
- #: includes/emails/class-cr-email.php:396
246
- #: includes/emails/class-cr-email.php:430
247
- #: includes/reminders/class-cr-local-forms.php:349
248
  msgid "Item 1 Test"
249
  msgstr ""
250
 
251
- #: includes/emails/class-cr-email-coupon.php:164
252
- #: includes/emails/class-cr-email.php:398
253
- #: includes/emails/class-cr-email.php:435
254
- #: includes/reminders/class-cr-local-forms.php:354
255
  msgid "Item 2 Test"
256
  msgstr ""
257
 
@@ -275,33 +263,33 @@ msgid ""
275
  "at {site_title}."
276
  msgstr ""
277
 
278
- #: includes/emails/class-cr-email.php:168
279
  msgid "Error: the order %s does not exist anymore."
280
  msgstr ""
281
 
282
- #: includes/emails/class-cr-email.php:381
283
  msgid ""
284
  "Error: the order does not contain any products for which review reminders "
285
  "are enabled in the settings."
286
  msgstr ""
287
 
288
- #: includes/emails/class-cr-email.php:496
289
  msgid "Error: only one review invitation per order is allowed."
290
  msgstr ""
291
 
292
- #: includes/emails/class-cr-email.php:496
293
  msgid "View additional information"
294
  msgstr ""
295
 
296
- #: includes/emails/class-cr-email.php:498
297
  msgid "Error: the customer has already reviewed all products from this order."
298
  msgstr ""
299
 
300
- #: includes/emails/class-cr-email.php:500
301
  msgid "Error: the customer has unsubscribed from emails."
302
  msgstr ""
303
 
304
- #: includes/emails/class-cr-email.php:502
305
  msgid ""
306
  "Error: the customer has already left a review for a different order in the "
307
  "past."
@@ -366,26 +354,26 @@ msgid ""
366
  "progress)"
367
  msgstr ""
368
 
369
- #: includes/google/class-cr-admin-menu-product-feed.php:56
370
  msgid ""
371
  "XML Product Review Feed for Google Shopping is being generated in background "
372
  "- reviews %1$s to %2$s out of %3$s (reload the page to see the latest "
373
  "progress)"
374
  msgstr ""
375
 
376
- #: includes/google/class-cr-admin-menu-product-feed.php:62
377
  msgid "XML Feeds might not be created correctly because WP Cron is disabled"
378
  msgstr ""
379
 
380
- #: includes/google/class-cr-admin-menu-product-feed.php:72
381
  msgid "Integration with Google Services"
382
  msgstr ""
383
 
384
- #: includes/google/class-cr-admin-menu-product-feed.php:73
385
  msgid "Google"
386
  msgstr ""
387
 
388
- #: includes/google/class-cr-admin-menu-product-feed.php:138
389
  #: includes/google/class-cr-product-feed-reviews.php:41
390
  #: includes/reviews/class-cr-admin-menu-reviews.php:48
391
  #: includes/reviews/class-cr-admin-menu-reviews.php:49
@@ -396,16 +384,16 @@ msgstr ""
396
  msgid "Reviews"
397
  msgstr ""
398
 
399
- #: includes/google/class-cr-admin-menu-product-feed.php:146
400
  msgid "Select a category"
401
  msgstr ""
402
 
403
- #: includes/google/class-cr-admin-menu-product-feed.php:147
404
  msgid "Select a field"
405
  msgstr ""
406
 
407
- #: includes/google/class-cr-google-shopping-feed.php:367
408
- #: includes/reminders/class-cr-local-forms.php:195
409
  msgid "Anonymous"
410
  msgstr ""
411
 
@@ -1853,67 +1841,67 @@ msgstr ""
1853
  msgid "Error: accepted file types are PNG, JPG, JPEG, GIF"
1854
  msgstr ""
1855
 
1856
- #: includes/reminders/class-cr-local-forms.php:119
1857
  msgid "* Required"
1858
  msgstr ""
1859
 
1860
- #: includes/reminders/class-cr-local-forms.php:121
1861
  msgid "Thank you for submitting a review!"
1862
  msgstr ""
1863
 
1864
- #: includes/reminders/class-cr-local-forms.php:122
1865
  msgid "Your response has been recorded."
1866
  msgstr ""
1867
 
1868
- #: includes/reminders/class-cr-local-forms.php:123
1869
  msgid "Edit your review"
1870
  msgstr ""
1871
 
1872
- #: includes/reminders/class-cr-local-forms.php:145
1873
  msgid "Comment"
1874
  msgstr ""
1875
 
1876
- #: includes/reminders/class-cr-local-forms.php:146
1877
  msgid "Your comment"
1878
  msgstr ""
1879
 
1880
- #: includes/reminders/class-cr-local-forms.php:151
1881
  msgid "Rate website, customer service and delivery"
1882
  msgstr ""
1883
 
1884
- #: includes/reminders/class-cr-local-forms.php:157
1885
  #: blocks/src/reviews-grid/edit.js:134 js/blocks.js:767
1886
  msgid "Rating"
1887
  msgstr ""
1888
 
1889
- #: includes/reminders/class-cr-local-forms.php:178
1890
  msgid "Upload Photos/Video"
1891
  msgstr ""
1892
 
1893
- #: includes/reminders/class-cr-local-forms.php:179
1894
  msgid "Add photos or video to your review"
1895
  msgstr ""
1896
 
1897
- #: includes/reminders/class-cr-local-forms.php:194
1898
  msgid "Display name"
1899
  msgstr ""
1900
 
1901
- #: includes/reminders/class-cr-local-forms.php:216
1902
  msgid ""
1903
  "By submitting your review, you agree to the <a href=\"%s\" target=\"_blank\" "
1904
  "rel=\"noopener noreferrer\">terms and conditions</a>."
1905
  msgstr ""
1906
 
1907
- #: includes/reminders/class-cr-local-forms.php:217 templates/qna-tab.php:75
1908
  #: templates/qna-tab.php:119
1909
  msgid "Submit"
1910
  msgstr ""
1911
 
1912
- #: includes/reminders/class-cr-local-forms.php:235
1913
  msgid "This form was created by %1$s using %2$s plugin."
1914
  msgstr ""
1915
 
1916
- #: includes/reminders/class-cr-local-forms.php:237
1917
  msgid "This form was created by %1$s."
1918
  msgstr ""
1919
 
@@ -2213,6 +2201,19 @@ msgstr ""
2213
  msgid "Search"
2214
  msgstr ""
2215
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2216
  #: includes/reviews/class-cr-reviews-list-table.php:210
2217
  msgid "No reviews found."
2218
  msgstr ""
@@ -2358,7 +2359,7 @@ msgstr ""
2358
  #: includes/reviews/class-cr-reviews-media-download.php:174
2359
  #: includes/reviews/class-cr-reviews-media-download.php:180
2360
  #: includes/reviews/class-cr-reviews-media-download.php:185
2361
- #: includes/reviews/class-cr-reviews-media-download.php:190
2362
  msgid "An error occurred while downloading a media file. Error code: %s."
2363
  msgstr ""
2364
 
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
  msgid "This reply was originally posted on CR portal"
44
  msgstr ""
45
 
 
 
 
 
 
 
 
 
 
 
 
 
46
  #: class-ivole.php:150
47
  msgid "View CusRev documentation"
48
  msgstr ""
199
  msgid "Discount Coupon for You"
200
  msgstr ""
201
 
202
+ #: includes/emails/class-cr-email-coupon.php:134
203
+ #: includes/emails/class-cr-email.php:144 includes/misc/class-cr-license.php:24
204
  #: includes/misc/class-cr-license.php:93
205
  #: includes/reminders/class-cr-manual.php:201
206
  #: includes/trust-badge/class-cr-verified-reviews.php:62
208
  msgid "Error: cURL library is missing on the server."
209
  msgstr ""
210
 
211
+ #: includes/emails/class-cr-email-coupon.php:147
212
+ #: includes/emails/class-cr-email-coupon.php:174
213
+ #: includes/emails/class-cr-email.php:408
214
+ #: includes/emails/class-cr-email.php:446
215
+ #: includes/reminders/class-cr-local-forms.php:354
216
  msgid "Jane"
217
  msgstr ""
218
 
219
+ #: includes/emails/class-cr-email-coupon.php:148
220
+ #: includes/emails/class-cr-email-coupon.php:175
221
+ #: includes/emails/class-cr-email.php:409
222
+ #: includes/emails/class-cr-email.php:447
223
+ #: includes/reminders/class-cr-local-forms.php:355
224
  msgid "Doe"
225
  msgstr ""
226
 
227
+ #: includes/emails/class-cr-email-coupon.php:149
228
+ #: includes/emails/class-cr-email.php:410
229
  msgid "Jane Doe"
230
  msgstr ""
231
 
232
+ #: includes/emails/class-cr-email-coupon.php:180
233
+ #: includes/emails/class-cr-email.php:418
234
+ #: includes/emails/class-cr-email.php:452
235
+ #: includes/reminders/class-cr-local-forms.php:362
236
  msgid "Item 1 Test"
237
  msgstr ""
238
 
239
+ #: includes/emails/class-cr-email-coupon.php:184
240
+ #: includes/emails/class-cr-email.php:420
241
+ #: includes/emails/class-cr-email.php:457
242
+ #: includes/reminders/class-cr-local-forms.php:367
243
  msgid "Item 2 Test"
244
  msgstr ""
245
 
263
  "at {site_title}."
264
  msgstr ""
265
 
266
+ #: includes/emails/class-cr-email.php:190
267
  msgid "Error: the order %s does not exist anymore."
268
  msgstr ""
269
 
270
+ #: includes/emails/class-cr-email.php:403
271
  msgid ""
272
  "Error: the order does not contain any products for which review reminders "
273
  "are enabled in the settings."
274
  msgstr ""
275
 
276
+ #: includes/emails/class-cr-email.php:518
277
  msgid "Error: only one review invitation per order is allowed."
278
  msgstr ""
279
 
280
+ #: includes/emails/class-cr-email.php:518
281
  msgid "View additional information"
282
  msgstr ""
283
 
284
+ #: includes/emails/class-cr-email.php:520
285
  msgid "Error: the customer has already reviewed all products from this order."
286
  msgstr ""
287
 
288
+ #: includes/emails/class-cr-email.php:522
289
  msgid "Error: the customer has unsubscribed from emails."
290
  msgstr ""
291
 
292
+ #: includes/emails/class-cr-email.php:524
293
  msgid ""
294
  "Error: the customer has already left a review for a different order in the "
295
  "past."
354
  "progress)"
355
  msgstr ""
356
 
357
+ #: includes/google/class-cr-admin-menu-product-feed.php:59
358
  msgid ""
359
  "XML Product Review Feed for Google Shopping is being generated in background "
360
  "- reviews %1$s to %2$s out of %3$s (reload the page to see the latest "
361
  "progress)"
362
  msgstr ""
363
 
364
+ #: includes/google/class-cr-admin-menu-product-feed.php:65
365
  msgid "XML Feeds might not be created correctly because WP Cron is disabled"
366
  msgstr ""
367
 
368
+ #: includes/google/class-cr-admin-menu-product-feed.php:75
369
  msgid "Integration with Google Services"
370
  msgstr ""
371
 
372
+ #: includes/google/class-cr-admin-menu-product-feed.php:76
373
  msgid "Google"
374
  msgstr ""
375
 
376
+ #: includes/google/class-cr-admin-menu-product-feed.php:141
377
  #: includes/google/class-cr-product-feed-reviews.php:41
378
  #: includes/reviews/class-cr-admin-menu-reviews.php:48
379
  #: includes/reviews/class-cr-admin-menu-reviews.php:49
384
  msgid "Reviews"
385
  msgstr ""
386
 
387
+ #: includes/google/class-cr-admin-menu-product-feed.php:149
388
  msgid "Select a category"
389
  msgstr ""
390
 
391
+ #: includes/google/class-cr-admin-menu-product-feed.php:150
392
  msgid "Select a field"
393
  msgstr ""
394
 
395
+ #: includes/google/class-cr-google-shopping-feed.php:369
396
+ #: includes/reminders/class-cr-local-forms.php:208
397
  msgid "Anonymous"
398
  msgstr ""
399
 
1841
  msgid "Error: accepted file types are PNG, JPG, JPEG, GIF"
1842
  msgstr ""
1843
 
1844
+ #: includes/reminders/class-cr-local-forms.php:132
1845
  msgid "* Required"
1846
  msgstr ""
1847
 
1848
+ #: includes/reminders/class-cr-local-forms.php:134
1849
  msgid "Thank you for submitting a review!"
1850
  msgstr ""
1851
 
1852
+ #: includes/reminders/class-cr-local-forms.php:135
1853
  msgid "Your response has been recorded."
1854
  msgstr ""
1855
 
1856
+ #: includes/reminders/class-cr-local-forms.php:136
1857
  msgid "Edit your review"
1858
  msgstr ""
1859
 
1860
+ #: includes/reminders/class-cr-local-forms.php:158
1861
  msgid "Comment"
1862
  msgstr ""
1863
 
1864
+ #: includes/reminders/class-cr-local-forms.php:159
1865
  msgid "Your comment"
1866
  msgstr ""
1867
 
1868
+ #: includes/reminders/class-cr-local-forms.php:164
1869
  msgid "Rate website, customer service and delivery"
1870
  msgstr ""
1871
 
1872
+ #: includes/reminders/class-cr-local-forms.php:170
1873
  #: blocks/src/reviews-grid/edit.js:134 js/blocks.js:767
1874
  msgid "Rating"
1875
  msgstr ""
1876
 
1877
+ #: includes/reminders/class-cr-local-forms.php:191
1878
  msgid "Upload Photos/Video"
1879
  msgstr ""
1880
 
1881
+ #: includes/reminders/class-cr-local-forms.php:192
1882
  msgid "Add photos or video to your review"
1883
  msgstr ""
1884
 
1885
+ #: includes/reminders/class-cr-local-forms.php:207
1886
  msgid "Display name"
1887
  msgstr ""
1888
 
1889
+ #: includes/reminders/class-cr-local-forms.php:229
1890
  msgid ""
1891
  "By submitting your review, you agree to the <a href=\"%s\" target=\"_blank\" "
1892
  "rel=\"noopener noreferrer\">terms and conditions</a>."
1893
  msgstr ""
1894
 
1895
+ #: includes/reminders/class-cr-local-forms.php:230 templates/qna-tab.php:75
1896
  #: templates/qna-tab.php:119
1897
  msgid "Submit"
1898
  msgstr ""
1899
 
1900
+ #: includes/reminders/class-cr-local-forms.php:248
1901
  msgid "This form was created by %1$s using %2$s plugin."
1902
  msgstr ""
1903
 
1904
+ #: includes/reminders/class-cr-local-forms.php:250
1905
  msgid "This form was created by %1$s."
1906
  msgstr ""
1907
 
2201
  msgid "Search"
2202
  msgstr ""
2203
 
2204
+ #: includes/reviews/class-cr-replies.php:102
2205
+ msgid "A copy of the reply was published on CusRev portal"
2206
+ msgstr ""
2207
+
2208
+ #: includes/reviews/class-cr-replies.php:111
2209
+ #: includes/reviews/class-cr-replies.php:124
2210
+ msgid "Unknown error"
2211
+ msgstr ""
2212
+
2213
+ #: includes/reviews/class-cr-replies.php:131
2214
+ msgid "ID of the current user is not set"
2215
+ msgstr ""
2216
+
2217
  #: includes/reviews/class-cr-reviews-list-table.php:210
2218
  msgid "No reviews found."
2219
  msgstr ""
2359
  #: includes/reviews/class-cr-reviews-media-download.php:174
2360
  #: includes/reviews/class-cr-reviews-media-download.php:180
2361
  #: includes/reviews/class-cr-reviews-media-download.php:185
2362
+ #: includes/reviews/class-cr-reviews-media-download.php:195
2363
  msgid "An error occurred while downloading a media file. Error code: %s."
2364
  msgstr ""
2365
 
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-25T18:25:49+00:00\n"
10
  "PO-Revision-Date: 2020-10-31 23:48+0000\n"
11
  "Last-Translator: \n"
12
  "Language-Team: \n"
@@ -43,18 +43,6 @@ msgstr ""
43
  msgid "This reply was originally posted on CR portal"
44
  msgstr ""
45
 
46
- #: class-ivole-replies.php:102
47
- msgid "A copy of the reply was published on CusRev portal"
48
- msgstr ""
49
-
50
- #: class-ivole-replies.php:111 class-ivole-replies.php:124
51
- msgid "Unknown error"
52
- msgstr ""
53
-
54
- #: class-ivole-replies.php:131
55
- msgid "ID of the current user is not set"
56
- msgstr ""
57
-
58
  #: class-ivole.php:150
59
  msgid "View CusRev documentation"
60
  msgstr ""
@@ -211,8 +199,8 @@ msgstr ""
211
  msgid "Discount Coupon for You"
212
  msgstr ""
213
 
214
- #: includes/emails/class-cr-email-coupon.php:114
215
- #: includes/emails/class-cr-email.php:122 includes/misc/class-cr-license.php:24
216
  #: includes/misc/class-cr-license.php:93
217
  #: includes/reminders/class-cr-manual.php:201
218
  #: includes/trust-badge/class-cr-verified-reviews.php:62
@@ -220,38 +208,38 @@ msgstr ""
220
  msgid "Error: cURL library is missing on the server."
221
  msgstr ""
222
 
223
- #: includes/emails/class-cr-email-coupon.php:127
224
- #: includes/emails/class-cr-email-coupon.php:154
225
- #: includes/emails/class-cr-email.php:386
226
- #: includes/emails/class-cr-email.php:424
227
- #: includes/reminders/class-cr-local-forms.php:341
228
  msgid "Jane"
229
  msgstr ""
230
 
231
- #: includes/emails/class-cr-email-coupon.php:128
232
- #: includes/emails/class-cr-email-coupon.php:155
233
- #: includes/emails/class-cr-email.php:387
234
- #: includes/emails/class-cr-email.php:425
235
- #: includes/reminders/class-cr-local-forms.php:342
236
  msgid "Doe"
237
  msgstr ""
238
 
239
- #: includes/emails/class-cr-email-coupon.php:129
240
- #: includes/emails/class-cr-email.php:388
241
  msgid "Jane Doe"
242
  msgstr ""
243
 
244
- #: includes/emails/class-cr-email-coupon.php:160
245
- #: includes/emails/class-cr-email.php:396
246
- #: includes/emails/class-cr-email.php:430
247
- #: includes/reminders/class-cr-local-forms.php:349
248
  msgid "Item 1 Test"
249
  msgstr ""
250
 
251
- #: includes/emails/class-cr-email-coupon.php:164
252
- #: includes/emails/class-cr-email.php:398
253
- #: includes/emails/class-cr-email.php:435
254
- #: includes/reminders/class-cr-local-forms.php:354
255
  msgid "Item 2 Test"
256
  msgstr ""
257
 
@@ -275,33 +263,33 @@ msgid ""
275
  "at {site_title}."
276
  msgstr ""
277
 
278
- #: includes/emails/class-cr-email.php:168
279
  msgid "Error: the order %s does not exist anymore."
280
  msgstr ""
281
 
282
- #: includes/emails/class-cr-email.php:381
283
  msgid ""
284
  "Error: the order does not contain any products for which review reminders "
285
  "are enabled in the settings."
286
  msgstr ""
287
 
288
- #: includes/emails/class-cr-email.php:496
289
  msgid "Error: only one review invitation per order is allowed."
290
  msgstr ""
291
 
292
- #: includes/emails/class-cr-email.php:496
293
  msgid "View additional information"
294
  msgstr ""
295
 
296
- #: includes/emails/class-cr-email.php:498
297
  msgid "Error: the customer has already reviewed all products from this order."
298
  msgstr ""
299
 
300
- #: includes/emails/class-cr-email.php:500
301
  msgid "Error: the customer has unsubscribed from emails."
302
  msgstr ""
303
 
304
- #: includes/emails/class-cr-email.php:502
305
  msgid ""
306
  "Error: the customer has already left a review for a different order in the "
307
  "past."
@@ -366,26 +354,26 @@ msgid ""
366
  "progress)"
367
  msgstr ""
368
 
369
- #: includes/google/class-cr-admin-menu-product-feed.php:56
370
  msgid ""
371
  "XML Product Review Feed for Google Shopping is being generated in background "
372
  "- reviews %1$s to %2$s out of %3$s (reload the page to see the latest "
373
  "progress)"
374
  msgstr ""
375
 
376
- #: includes/google/class-cr-admin-menu-product-feed.php:62
377
  msgid "XML Feeds might not be created correctly because WP Cron is disabled"
378
  msgstr ""
379
 
380
- #: includes/google/class-cr-admin-menu-product-feed.php:72
381
  msgid "Integration with Google Services"
382
  msgstr ""
383
 
384
- #: includes/google/class-cr-admin-menu-product-feed.php:73
385
  msgid "Google"
386
  msgstr ""
387
 
388
- #: includes/google/class-cr-admin-menu-product-feed.php:138
389
  #: includes/google/class-cr-product-feed-reviews.php:41
390
  #: includes/reviews/class-cr-admin-menu-reviews.php:48
391
  #: includes/reviews/class-cr-admin-menu-reviews.php:49
@@ -396,16 +384,16 @@ msgstr ""
396
  msgid "Reviews"
397
  msgstr ""
398
 
399
- #: includes/google/class-cr-admin-menu-product-feed.php:146
400
  msgid "Select a category"
401
  msgstr ""
402
 
403
- #: includes/google/class-cr-admin-menu-product-feed.php:147
404
  msgid "Select a field"
405
  msgstr ""
406
 
407
- #: includes/google/class-cr-google-shopping-feed.php:367
408
- #: includes/reminders/class-cr-local-forms.php:195
409
  msgid "Anonymous"
410
  msgstr ""
411
 
@@ -1853,67 +1841,67 @@ msgstr ""
1853
  msgid "Error: accepted file types are PNG, JPG, JPEG, GIF"
1854
  msgstr ""
1855
 
1856
- #: includes/reminders/class-cr-local-forms.php:119
1857
  msgid "* Required"
1858
  msgstr ""
1859
 
1860
- #: includes/reminders/class-cr-local-forms.php:121
1861
  msgid "Thank you for submitting a review!"
1862
  msgstr ""
1863
 
1864
- #: includes/reminders/class-cr-local-forms.php:122
1865
  msgid "Your response has been recorded."
1866
  msgstr ""
1867
 
1868
- #: includes/reminders/class-cr-local-forms.php:123
1869
  msgid "Edit your review"
1870
  msgstr ""
1871
 
1872
- #: includes/reminders/class-cr-local-forms.php:145
1873
  msgid "Comment"
1874
  msgstr ""
1875
 
1876
- #: includes/reminders/class-cr-local-forms.php:146
1877
  msgid "Your comment"
1878
  msgstr ""
1879
 
1880
- #: includes/reminders/class-cr-local-forms.php:151
1881
  msgid "Rate website, customer service and delivery"
1882
  msgstr ""
1883
 
1884
- #: includes/reminders/class-cr-local-forms.php:157
1885
  #: blocks/src/reviews-grid/edit.js:134 js/blocks.js:767
1886
  msgid "Rating"
1887
  msgstr ""
1888
 
1889
- #: includes/reminders/class-cr-local-forms.php:178
1890
  msgid "Upload Photos/Video"
1891
  msgstr ""
1892
 
1893
- #: includes/reminders/class-cr-local-forms.php:179
1894
  msgid "Add photos or video to your review"
1895
  msgstr ""
1896
 
1897
- #: includes/reminders/class-cr-local-forms.php:194
1898
  msgid "Display name"
1899
  msgstr ""
1900
 
1901
- #: includes/reminders/class-cr-local-forms.php:216
1902
  msgid ""
1903
  "By submitting your review, you agree to the <a href=\"%s\" target=\"_blank\" "
1904
  "rel=\"noopener noreferrer\">terms and conditions</a>."
1905
  msgstr ""
1906
 
1907
- #: includes/reminders/class-cr-local-forms.php:217 templates/qna-tab.php:75
1908
  #: templates/qna-tab.php:119
1909
  msgid "Submit"
1910
  msgstr ""
1911
 
1912
- #: includes/reminders/class-cr-local-forms.php:235
1913
  msgid "This form was created by %1$s using %2$s plugin."
1914
  msgstr ""
1915
 
1916
- #: includes/reminders/class-cr-local-forms.php:237
1917
  msgid "This form was created by %1$s."
1918
  msgstr ""
1919
 
@@ -2213,6 +2201,19 @@ msgstr ""
2213
  msgid "Search"
2214
  msgstr ""
2215
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2216
  #: includes/reviews/class-cr-reviews-list-table.php:210
2217
  msgid "No reviews found."
2218
  msgstr ""
@@ -2358,7 +2359,7 @@ msgstr ""
2358
  #: includes/reviews/class-cr-reviews-media-download.php:174
2359
  #: includes/reviews/class-cr-reviews-media-download.php:180
2360
  #: includes/reviews/class-cr-reviews-media-download.php:185
2361
- #: includes/reviews/class-cr-reviews-media-download.php:190
2362
  msgid "An error occurred while downloading a media file. Error code: %s."
2363
  msgstr ""
2364
 
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
  msgid "This reply was originally posted on CR portal"
44
  msgstr ""
45
 
 
 
 
 
 
 
 
 
 
 
 
 
46
  #: class-ivole.php:150
47
  msgid "View CusRev documentation"
48
  msgstr ""
199
  msgid "Discount Coupon for You"
200
  msgstr ""
201
 
202
+ #: includes/emails/class-cr-email-coupon.php:134
203
+ #: includes/emails/class-cr-email.php:144 includes/misc/class-cr-license.php:24
204
  #: includes/misc/class-cr-license.php:93
205
  #: includes/reminders/class-cr-manual.php:201
206
  #: includes/trust-badge/class-cr-verified-reviews.php:62
208
  msgid "Error: cURL library is missing on the server."
209
  msgstr ""
210
 
211
+ #: includes/emails/class-cr-email-coupon.php:147
212
+ #: includes/emails/class-cr-email-coupon.php:174
213
+ #: includes/emails/class-cr-email.php:408
214
+ #: includes/emails/class-cr-email.php:446
215
+ #: includes/reminders/class-cr-local-forms.php:354
216
  msgid "Jane"
217
  msgstr ""
218
 
219
+ #: includes/emails/class-cr-email-coupon.php:148
220
+ #: includes/emails/class-cr-email-coupon.php:175
221
+ #: includes/emails/class-cr-email.php:409
222
+ #: includes/emails/class-cr-email.php:447
223
+ #: includes/reminders/class-cr-local-forms.php:355
224
  msgid "Doe"
225
  msgstr ""
226
 
227
+ #: includes/emails/class-cr-email-coupon.php:149
228
+ #: includes/emails/class-cr-email.php:410
229
  msgid "Jane Doe"
230
  msgstr ""
231
 
232
+ #: includes/emails/class-cr-email-coupon.php:180
233
+ #: includes/emails/class-cr-email.php:418
234
+ #: includes/emails/class-cr-email.php:452
235
+ #: includes/reminders/class-cr-local-forms.php:362
236
  msgid "Item 1 Test"
237
  msgstr ""
238
 
239
+ #: includes/emails/class-cr-email-coupon.php:184
240
+ #: includes/emails/class-cr-email.php:420
241
+ #: includes/emails/class-cr-email.php:457
242
+ #: includes/reminders/class-cr-local-forms.php:367
243
  msgid "Item 2 Test"
244
  msgstr ""
245
 
263
  "at {site_title}."
264
  msgstr ""
265
 
266
+ #: includes/emails/class-cr-email.php:190
267
  msgid "Error: the order %s does not exist anymore."
268
  msgstr ""
269
 
270
+ #: includes/emails/class-cr-email.php:403
271
  msgid ""
272
  "Error: the order does not contain any products for which review reminders "
273
  "are enabled in the settings."
274
  msgstr ""
275
 
276
+ #: includes/emails/class-cr-email.php:518
277
  msgid "Error: only one review invitation per order is allowed."
278
  msgstr ""
279
 
280
+ #: includes/emails/class-cr-email.php:518
281
  msgid "View additional information"
282
  msgstr ""
283
 
284
+ #: includes/emails/class-cr-email.php:520
285
  msgid "Error: the customer has already reviewed all products from this order."
286
  msgstr ""
287
 
288
+ #: includes/emails/class-cr-email.php:522
289
  msgid "Error: the customer has unsubscribed from emails."
290
  msgstr ""
291
 
292
+ #: includes/emails/class-cr-email.php:524
293
  msgid ""
294
  "Error: the customer has already left a review for a different order in the "
295
  "past."
354
  "progress)"
355
  msgstr ""
356
 
357
+ #: includes/google/class-cr-admin-menu-product-feed.php:59
358
  msgid ""
359
  "XML Product Review Feed for Google Shopping is being generated in background "
360
  "- reviews %1$s to %2$s out of %3$s (reload the page to see the latest "
361
  "progress)"
362
  msgstr ""
363
 
364
+ #: includes/google/class-cr-admin-menu-product-feed.php:65
365
  msgid "XML Feeds might not be created correctly because WP Cron is disabled"
366
  msgstr ""
367
 
368
+ #: includes/google/class-cr-admin-menu-product-feed.php:75
369
  msgid "Integration with Google Services"
370
  msgstr ""
371
 
372
+ #: includes/google/class-cr-admin-menu-product-feed.php:76
373
  msgid "Google"
374
  msgstr ""
375
 
376
+ #: includes/google/class-cr-admin-menu-product-feed.php:141
377
  #: includes/google/class-cr-product-feed-reviews.php:41
378
  #: includes/reviews/class-cr-admin-menu-reviews.php:48
379
  #: includes/reviews/class-cr-admin-menu-reviews.php:49
384
  msgid "Reviews"
385
  msgstr ""
386
 
387
+ #: includes/google/class-cr-admin-menu-product-feed.php:149
388
  msgid "Select a category"
389
  msgstr ""
390
 
391
+ #: includes/google/class-cr-admin-menu-product-feed.php:150
392
  msgid "Select a field"
393
  msgstr ""
394
 
395
+ #: includes/google/class-cr-google-shopping-feed.php:369
396
+ #: includes/reminders/class-cr-local-forms.php:208
397
  msgid "Anonymous"
398
  msgstr ""
399
 
1841
  msgid "Error: accepted file types are PNG, JPG, JPEG, GIF"
1842
  msgstr ""
1843
 
1844
+ #: includes/reminders/class-cr-local-forms.php:132
1845
  msgid "* Required"
1846
  msgstr ""
1847
 
1848
+ #: includes/reminders/class-cr-local-forms.php:134
1849
  msgid "Thank you for submitting a review!"
1850
  msgstr ""
1851
 
1852
+ #: includes/reminders/class-cr-local-forms.php:135
1853
  msgid "Your response has been recorded."
1854
  msgstr ""
1855
 
1856
+ #: includes/reminders/class-cr-local-forms.php:136
1857
  msgid "Edit your review"
1858
  msgstr ""
1859
 
1860
+ #: includes/reminders/class-cr-local-forms.php:158
1861
  msgid "Comment"
1862
  msgstr ""
1863
 
1864
+ #: includes/reminders/class-cr-local-forms.php:159
1865
  msgid "Your comment"
1866
  msgstr ""
1867
 
1868
+ #: includes/reminders/class-cr-local-forms.php:164
1869
  msgid "Rate website, customer service and delivery"
1870
  msgstr ""
1871
 
1872
+ #: includes/reminders/class-cr-local-forms.php:170
1873
  #: blocks/src/reviews-grid/edit.js:134 js/blocks.js:767
1874
  msgid "Rating"
1875
  msgstr ""
1876
 
1877
+ #: includes/reminders/class-cr-local-forms.php:191
1878
  msgid "Upload Photos/Video"
1879
  msgstr ""
1880
 
1881
+ #: includes/reminders/class-cr-local-forms.php:192
1882
  msgid "Add photos or video to your review"
1883
  msgstr ""
1884
 
1885
+ #: includes/reminders/class-cr-local-forms.php:207
1886
  msgid "Display name"
1887
  msgstr ""
1888
 
1889
+ #: includes/reminders/class-cr-local-forms.php:229
1890
  msgid ""
1891
  "By submitting your review, you agree to the <a href=\"%s\" target=\"_blank\" "
1892
  "rel=\"noopener noreferrer\">terms and conditions</a>."
1893
  msgstr ""
1894
 
1895
+ #: includes/reminders/class-cr-local-forms.php:230 templates/qna-tab.php:75
1896
  #: templates/qna-tab.php:119
1897
  msgid "Submit"
1898
  msgstr ""
1899
 
1900
+ #: includes/reminders/class-cr-local-forms.php:248
1901
  msgid "This form was created by %1$s using %2$s plugin."
1902
  msgstr ""
1903
 
1904
+ #: includes/reminders/class-cr-local-forms.php:250
1905
  msgid "This form was created by %1$s."
1906
  msgstr ""
1907
 
2201
  msgid "Search"
2202
  msgstr ""
2203
 
2204
+ #: includes/reviews/class-cr-replies.php:102
2205
+ msgid "A copy of the reply was published on CusRev portal"
2206
+ msgstr ""
2207
+
2208
+ #: includes/reviews/class-cr-replies.php:111
2209
+ #: includes/reviews/class-cr-replies.php:124
2210
+ msgid "Unknown error"
2211
+ msgstr ""
2212
+
2213
+ #: includes/reviews/class-cr-replies.php:131
2214
+ msgid "ID of the current user is not set"
2215
+ msgstr ""
2216
+
2217
  #: includes/reviews/class-cr-reviews-list-table.php:210
2218
  msgid "No reviews found."
2219
  msgstr ""
2359
  #: includes/reviews/class-cr-reviews-media-download.php:174
2360
  #: includes/reviews/class-cr-reviews-media-download.php:180
2361
  #: includes/reviews/class-cr-reviews-media-download.php:185
2362
+ #: includes/reviews/class-cr-reviews-media-download.php:195
2363
  msgid "An error occurred while downloading a media file. Error code: %s."
2364
  msgstr ""
2365
 
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-25T18:25:49+00:00\n"
10
  "PO-Revision-Date: 2019-07-20 00:46+0100\n"
11
  "Last-Translator: \n"
12
  "Language-Team: \n"
@@ -43,18 +43,6 @@ msgstr ""
43
  msgid "This reply was originally posted on CR portal"
44
  msgstr ""
45
 
46
- #: class-ivole-replies.php:102
47
- msgid "A copy of the reply was published on CusRev portal"
48
- msgstr ""
49
-
50
- #: class-ivole-replies.php:111 class-ivole-replies.php:124
51
- msgid "Unknown error"
52
- msgstr ""
53
-
54
- #: class-ivole-replies.php:131
55
- msgid "ID of the current user is not set"
56
- msgstr ""
57
-
58
  #: class-ivole.php:150
59
  msgid "View CusRev documentation"
60
  msgstr ""
@@ -208,8 +196,8 @@ msgstr ""
208
  msgid "Discount Coupon for You"
209
  msgstr ""
210
 
211
- #: includes/emails/class-cr-email-coupon.php:114
212
- #: includes/emails/class-cr-email.php:122 includes/misc/class-cr-license.php:24
213
  #: includes/misc/class-cr-license.php:93
214
  #: includes/reminders/class-cr-manual.php:201
215
  #: includes/trust-badge/class-cr-verified-reviews.php:62
@@ -217,38 +205,38 @@ msgstr ""
217
  msgid "Error: cURL library is missing on the server."
218
  msgstr ""
219
 
220
- #: includes/emails/class-cr-email-coupon.php:127
221
- #: includes/emails/class-cr-email-coupon.php:154
222
- #: includes/emails/class-cr-email.php:386
223
- #: includes/emails/class-cr-email.php:424
224
- #: includes/reminders/class-cr-local-forms.php:341
225
  msgid "Jane"
226
  msgstr ""
227
 
228
- #: includes/emails/class-cr-email-coupon.php:128
229
- #: includes/emails/class-cr-email-coupon.php:155
230
- #: includes/emails/class-cr-email.php:387
231
- #: includes/emails/class-cr-email.php:425
232
- #: includes/reminders/class-cr-local-forms.php:342
233
  msgid "Doe"
234
  msgstr ""
235
 
236
- #: includes/emails/class-cr-email-coupon.php:129
237
- #: includes/emails/class-cr-email.php:388
238
  msgid "Jane Doe"
239
  msgstr ""
240
 
241
- #: includes/emails/class-cr-email-coupon.php:160
242
- #: includes/emails/class-cr-email.php:396
243
- #: includes/emails/class-cr-email.php:430
244
- #: includes/reminders/class-cr-local-forms.php:349
245
  msgid "Item 1 Test"
246
  msgstr ""
247
 
248
- #: includes/emails/class-cr-email-coupon.php:164
249
- #: includes/emails/class-cr-email.php:398
250
- #: includes/emails/class-cr-email.php:435
251
- #: includes/reminders/class-cr-local-forms.php:354
252
  msgid "Item 2 Test"
253
  msgstr ""
254
 
@@ -272,33 +260,33 @@ msgid ""
272
  "at {site_title}."
273
  msgstr ""
274
 
275
- #: includes/emails/class-cr-email.php:168
276
  msgid "Error: the order %s does not exist anymore."
277
  msgstr ""
278
 
279
- #: includes/emails/class-cr-email.php:381
280
  msgid ""
281
  "Error: the order does not contain any products for which review reminders "
282
  "are enabled in the settings."
283
  msgstr ""
284
 
285
- #: includes/emails/class-cr-email.php:496
286
  msgid "Error: only one review invitation per order is allowed."
287
  msgstr ""
288
 
289
- #: includes/emails/class-cr-email.php:496
290
  msgid "View additional information"
291
  msgstr ""
292
 
293
- #: includes/emails/class-cr-email.php:498
294
  msgid "Error: the customer has already reviewed all products from this order."
295
  msgstr ""
296
 
297
- #: includes/emails/class-cr-email.php:500
298
  msgid "Error: the customer has unsubscribed from emails."
299
  msgstr ""
300
 
301
- #: includes/emails/class-cr-email.php:502
302
  msgid ""
303
  "Error: the customer has already left a review for a different order in the "
304
  "past."
@@ -363,26 +351,26 @@ msgid ""
363
  "progress)"
364
  msgstr ""
365
 
366
- #: includes/google/class-cr-admin-menu-product-feed.php:56
367
  msgid ""
368
  "XML Product Review Feed for Google Shopping is being generated in background "
369
  "- reviews %1$s to %2$s out of %3$s (reload the page to see the latest "
370
  "progress)"
371
  msgstr ""
372
 
373
- #: includes/google/class-cr-admin-menu-product-feed.php:62
374
  msgid "XML Feeds might not be created correctly because WP Cron is disabled"
375
  msgstr ""
376
 
377
- #: includes/google/class-cr-admin-menu-product-feed.php:72
378
  msgid "Integration with Google Services"
379
  msgstr ""
380
 
381
- #: includes/google/class-cr-admin-menu-product-feed.php:73
382
  msgid "Google"
383
  msgstr ""
384
 
385
- #: includes/google/class-cr-admin-menu-product-feed.php:138
386
  #: includes/google/class-cr-product-feed-reviews.php:41
387
  #: includes/reviews/class-cr-admin-menu-reviews.php:48
388
  #: includes/reviews/class-cr-admin-menu-reviews.php:49
@@ -393,16 +381,16 @@ msgstr ""
393
  msgid "Reviews"
394
  msgstr ""
395
 
396
- #: includes/google/class-cr-admin-menu-product-feed.php:146
397
  msgid "Select a category"
398
  msgstr ""
399
 
400
- #: includes/google/class-cr-admin-menu-product-feed.php:147
401
  msgid "Select a field"
402
  msgstr ""
403
 
404
- #: includes/google/class-cr-google-shopping-feed.php:367
405
- #: includes/reminders/class-cr-local-forms.php:195
406
  msgid "Anonymous"
407
  msgstr ""
408
 
@@ -1842,67 +1830,67 @@ msgstr ""
1842
  msgid "Error: accepted file types are PNG, JPG, JPEG, GIF"
1843
  msgstr ""
1844
 
1845
- #: includes/reminders/class-cr-local-forms.php:119
1846
  msgid "* Required"
1847
  msgstr ""
1848
 
1849
- #: includes/reminders/class-cr-local-forms.php:121
1850
  msgid "Thank you for submitting a review!"
1851
  msgstr ""
1852
 
1853
- #: includes/reminders/class-cr-local-forms.php:122
1854
  msgid "Your response has been recorded."
1855
  msgstr ""
1856
 
1857
- #: includes/reminders/class-cr-local-forms.php:123
1858
  msgid "Edit your review"
1859
  msgstr ""
1860
 
1861
- #: includes/reminders/class-cr-local-forms.php:145
1862
  msgid "Comment"
1863
  msgstr ""
1864
 
1865
- #: includes/reminders/class-cr-local-forms.php:146
1866
  msgid "Your comment"
1867
  msgstr ""
1868
 
1869
- #: includes/reminders/class-cr-local-forms.php:151
1870
  msgid "Rate website, customer service and delivery"
1871
  msgstr ""
1872
 
1873
- #: includes/reminders/class-cr-local-forms.php:157
1874
  #: blocks/src/reviews-grid/edit.js:134 js/blocks.js:767
1875
  msgid "Rating"
1876
  msgstr ""
1877
 
1878
- #: includes/reminders/class-cr-local-forms.php:178
1879
  msgid "Upload Photos/Video"
1880
  msgstr ""
1881
 
1882
- #: includes/reminders/class-cr-local-forms.php:179
1883
  msgid "Add photos or video to your review"
1884
  msgstr ""
1885
 
1886
- #: includes/reminders/class-cr-local-forms.php:194
1887
  msgid "Display name"
1888
  msgstr ""
1889
 
1890
- #: includes/reminders/class-cr-local-forms.php:216
1891
  msgid ""
1892
  "By submitting your review, you agree to the <a href=\"%s\" target=\"_blank\" "
1893
  "rel=\"noopener noreferrer\">terms and conditions</a>."
1894
  msgstr ""
1895
 
1896
- #: includes/reminders/class-cr-local-forms.php:217 templates/qna-tab.php:75
1897
  #: templates/qna-tab.php:119
1898
  msgid "Submit"
1899
  msgstr ""
1900
 
1901
- #: includes/reminders/class-cr-local-forms.php:235
1902
  msgid "This form was created by %1$s using %2$s plugin."
1903
  msgstr ""
1904
 
1905
- #: includes/reminders/class-cr-local-forms.php:237
1906
  msgid "This form was created by %1$s."
1907
  msgstr ""
1908
 
@@ -2200,6 +2188,19 @@ msgstr ""
2200
  msgid "Search"
2201
  msgstr ""
2202
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2203
  #: includes/reviews/class-cr-reviews-list-table.php:210
2204
  msgid "No reviews found."
2205
  msgstr ""
@@ -2344,7 +2345,7 @@ msgstr ""
2344
  #: includes/reviews/class-cr-reviews-media-download.php:174
2345
  #: includes/reviews/class-cr-reviews-media-download.php:180
2346
  #: includes/reviews/class-cr-reviews-media-download.php:185
2347
- #: includes/reviews/class-cr-reviews-media-download.php:190
2348
  msgid "An error occurred while downloading a media file. Error code: %s."
2349
  msgstr ""
2350
 
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
  msgid "This reply was originally posted on CR portal"
44
  msgstr ""
45
 
 
 
 
 
 
 
 
 
 
 
 
 
46
  #: class-ivole.php:150
47
  msgid "View CusRev documentation"
48
  msgstr ""
196
  msgid "Discount Coupon for You"
197
  msgstr ""
198
 
199
+ #: includes/emails/class-cr-email-coupon.php:134
200
+ #: includes/emails/class-cr-email.php:144 includes/misc/class-cr-license.php:24
201
  #: includes/misc/class-cr-license.php:93
202
  #: includes/reminders/class-cr-manual.php:201
203
  #: includes/trust-badge/class-cr-verified-reviews.php:62
205
  msgid "Error: cURL library is missing on the server."
206
  msgstr ""
207
 
208
+ #: includes/emails/class-cr-email-coupon.php:147
209
+ #: includes/emails/class-cr-email-coupon.php:174
210
+ #: includes/emails/class-cr-email.php:408
211
+ #: includes/emails/class-cr-email.php:446
212
+ #: includes/reminders/class-cr-local-forms.php:354
213
  msgid "Jane"
214
  msgstr ""
215
 
216
+ #: includes/emails/class-cr-email-coupon.php:148
217
+ #: includes/emails/class-cr-email-coupon.php:175
218
+ #: includes/emails/class-cr-email.php:409
219
+ #: includes/emails/class-cr-email.php:447
220
+ #: includes/reminders/class-cr-local-forms.php:355
221
  msgid "Doe"
222
  msgstr ""
223
 
224
+ #: includes/emails/class-cr-email-coupon.php:149
225
+ #: includes/emails/class-cr-email.php:410
226
  msgid "Jane Doe"
227
  msgstr ""
228
 
229
+ #: includes/emails/class-cr-email-coupon.php:180
230
+ #: includes/emails/class-cr-email.php:418
231
+ #: includes/emails/class-cr-email.php:452
232
+ #: includes/reminders/class-cr-local-forms.php:362
233
  msgid "Item 1 Test"
234
  msgstr ""
235
 
236
+ #: includes/emails/class-cr-email-coupon.php:184
237
+ #: includes/emails/class-cr-email.php:420
238
+ #: includes/emails/class-cr-email.php:457
239
+ #: includes/reminders/class-cr-local-forms.php:367
240
  msgid "Item 2 Test"
241
  msgstr ""
242
 
260
  "at {site_title}."
261
  msgstr ""
262
 
263
+ #: includes/emails/class-cr-email.php:190
264
  msgid "Error: the order %s does not exist anymore."
265
  msgstr ""
266
 
267
+ #: includes/emails/class-cr-email.php:403
268
  msgid ""
269
  "Error: the order does not contain any products for which review reminders "
270
  "are enabled in the settings."
271
  msgstr ""
272
 
273
+ #: includes/emails/class-cr-email.php:518
274
  msgid "Error: only one review invitation per order is allowed."
275
  msgstr ""
276
 
277
+ #: includes/emails/class-cr-email.php:518
278
  msgid "View additional information"
279
  msgstr ""
280
 
281
+ #: includes/emails/class-cr-email.php:520
282
  msgid "Error: the customer has already reviewed all products from this order."
283
  msgstr ""
284
 
285
+ #: includes/emails/class-cr-email.php:522
286
  msgid "Error: the customer has unsubscribed from emails."
287
  msgstr ""
288
 
289
+ #: includes/emails/class-cr-email.php:524
290
  msgid ""
291
  "Error: the customer has already left a review for a different order in the "
292
  "past."
351
  "progress)"
352
  msgstr ""
353
 
354
+ #: includes/google/class-cr-admin-menu-product-feed.php:59
355
  msgid ""
356
  "XML Product Review Feed for Google Shopping is being generated in background "
357
  "- reviews %1$s to %2$s out of %3$s (reload the page to see the latest "
358
  "progress)"
359
  msgstr ""
360
 
361
+ #: includes/google/class-cr-admin-menu-product-feed.php:65
362
  msgid "XML Feeds might not be created correctly because WP Cron is disabled"
363
  msgstr ""
364
 
365
+ #: includes/google/class-cr-admin-menu-product-feed.php:75
366
  msgid "Integration with Google Services"
367
  msgstr ""
368
 
369
+ #: includes/google/class-cr-admin-menu-product-feed.php:76
370
  msgid "Google"
371
  msgstr ""
372
 
373
+ #: includes/google/class-cr-admin-menu-product-feed.php:141
374
  #: includes/google/class-cr-product-feed-reviews.php:41
375
  #: includes/reviews/class-cr-admin-menu-reviews.php:48
376
  #: includes/reviews/class-cr-admin-menu-reviews.php:49
381
  msgid "Reviews"
382
  msgstr ""
383
 
384
+ #: includes/google/class-cr-admin-menu-product-feed.php:149
385
  msgid "Select a category"
386
  msgstr ""
387
 
388
+ #: includes/google/class-cr-admin-menu-product-feed.php:150
389
  msgid "Select a field"
390
  msgstr ""
391
 
392
+ #: includes/google/class-cr-google-shopping-feed.php:369
393
+ #: includes/reminders/class-cr-local-forms.php:208
394
  msgid "Anonymous"
395
  msgstr ""
396
 
1830
  msgid "Error: accepted file types are PNG, JPG, JPEG, GIF"
1831
  msgstr ""
1832
 
1833
+ #: includes/reminders/class-cr-local-forms.php:132
1834
  msgid "* Required"
1835
  msgstr ""
1836
 
1837
+ #: includes/reminders/class-cr-local-forms.php:134
1838
  msgid "Thank you for submitting a review!"
1839
  msgstr ""
1840
 
1841
+ #: includes/reminders/class-cr-local-forms.php:135
1842
  msgid "Your response has been recorded."
1843
  msgstr ""
1844
 
1845
+ #: includes/reminders/class-cr-local-forms.php:136
1846
  msgid "Edit your review"
1847
  msgstr ""
1848
 
1849
+ #: includes/reminders/class-cr-local-forms.php:158
1850
  msgid "Comment"
1851
  msgstr ""
1852
 
1853
+ #: includes/reminders/class-cr-local-forms.php:159
1854
  msgid "Your comment"
1855
  msgstr ""
1856
 
1857
+ #: includes/reminders/class-cr-local-forms.php:164
1858
  msgid "Rate website, customer service and delivery"
1859
  msgstr ""
1860
 
1861
+ #: includes/reminders/class-cr-local-forms.php:170
1862
  #: blocks/src/reviews-grid/edit.js:134 js/blocks.js:767
1863
  msgid "Rating"
1864
  msgstr ""
1865
 
1866
+ #: includes/reminders/class-cr-local-forms.php:191
1867
  msgid "Upload Photos/Video"
1868
  msgstr ""
1869
 
1870
+ #: includes/reminders/class-cr-local-forms.php:192
1871
  msgid "Add photos or video to your review"
1872
  msgstr ""
1873
 
1874
+ #: includes/reminders/class-cr-local-forms.php:207
1875
  msgid "Display name"
1876
  msgstr ""
1877
 
1878
+ #: includes/reminders/class-cr-local-forms.php:229
1879
  msgid ""
1880
  "By submitting your review, you agree to the <a href=\"%s\" target=\"_blank\" "
1881
  "rel=\"noopener noreferrer\">terms and conditions</a>."
1882
  msgstr ""
1883
 
1884
+ #: includes/reminders/class-cr-local-forms.php:230 templates/qna-tab.php:75
1885
  #: templates/qna-tab.php:119
1886
  msgid "Submit"
1887
  msgstr ""
1888
 
1889
+ #: includes/reminders/class-cr-local-forms.php:248
1890
  msgid "This form was created by %1$s using %2$s plugin."
1891
  msgstr ""
1892
 
1893
+ #: includes/reminders/class-cr-local-forms.php:250
1894
  msgid "This form was created by %1$s."
1895
  msgstr ""
1896
 
2188
  msgid "Search"
2189
  msgstr ""
2190
 
2191
+ #: includes/reviews/class-cr-replies.php:102
2192
+ msgid "A copy of the reply was published on CusRev portal"
2193
+ msgstr ""
2194
+
2195
+ #: includes/reviews/class-cr-replies.php:111
2196
+ #: includes/reviews/class-cr-replies.php:124
2197
+ msgid "Unknown error"
2198
+ msgstr ""
2199
+
2200
+ #: includes/reviews/class-cr-replies.php:131
2201
+ msgid "ID of the current user is not set"
2202
+ msgstr ""
2203
+
2204
  #: includes/reviews/class-cr-reviews-list-table.php:210
2205
  msgid "No reviews found."
2206
  msgstr ""
2345
  #: includes/reviews/class-cr-reviews-media-download.php:174
2346
  #: includes/reviews/class-cr-reviews-media-download.php:180
2347
  #: includes/reviews/class-cr-reviews-media-download.php:185
2348
+ #: includes/reviews/class-cr-reviews-media-download.php:195
2349
  msgid "An error occurred while downloading a media file. Error code: %s."
2350
  msgstr ""
2351
 
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-25T18:25:49+00:00\n"
10
  "PO-Revision-Date: 2018-11-03 13:07+0000\n"
11
  "Last-Translator: \n"
12
  "Language-Team: \n"
@@ -43,18 +43,6 @@ msgstr ""
43
  msgid "This reply was originally posted on CR portal"
44
  msgstr ""
45
 
46
- #: class-ivole-replies.php:102
47
- msgid "A copy of the reply was published on CusRev portal"
48
- msgstr ""
49
-
50
- #: class-ivole-replies.php:111 class-ivole-replies.php:124
51
- msgid "Unknown error"
52
- msgstr ""
53
-
54
- #: class-ivole-replies.php:131
55
- msgid "ID of the current user is not set"
56
- msgstr ""
57
-
58
  #: class-ivole.php:150
59
  msgid "View CusRev documentation"
60
  msgstr ""
@@ -211,8 +199,8 @@ msgstr ""
211
  msgid "Discount Coupon for You"
212
  msgstr ""
213
 
214
- #: includes/emails/class-cr-email-coupon.php:114
215
- #: includes/emails/class-cr-email.php:122 includes/misc/class-cr-license.php:24
216
  #: includes/misc/class-cr-license.php:93
217
  #: includes/reminders/class-cr-manual.php:201
218
  #: includes/trust-badge/class-cr-verified-reviews.php:62
@@ -220,38 +208,38 @@ msgstr ""
220
  msgid "Error: cURL library is missing on the server."
221
  msgstr ""
222
 
223
- #: includes/emails/class-cr-email-coupon.php:127
224
- #: includes/emails/class-cr-email-coupon.php:154
225
- #: includes/emails/class-cr-email.php:386
226
- #: includes/emails/class-cr-email.php:424
227
- #: includes/reminders/class-cr-local-forms.php:341
228
  msgid "Jane"
229
  msgstr ""
230
 
231
- #: includes/emails/class-cr-email-coupon.php:128
232
- #: includes/emails/class-cr-email-coupon.php:155
233
- #: includes/emails/class-cr-email.php:387
234
- #: includes/emails/class-cr-email.php:425
235
- #: includes/reminders/class-cr-local-forms.php:342
236
  msgid "Doe"
237
  msgstr ""
238
 
239
- #: includes/emails/class-cr-email-coupon.php:129
240
- #: includes/emails/class-cr-email.php:388
241
  msgid "Jane Doe"
242
  msgstr ""
243
 
244
- #: includes/emails/class-cr-email-coupon.php:160
245
- #: includes/emails/class-cr-email.php:396
246
- #: includes/emails/class-cr-email.php:430
247
- #: includes/reminders/class-cr-local-forms.php:349
248
  msgid "Item 1 Test"
249
  msgstr ""
250
 
251
- #: includes/emails/class-cr-email-coupon.php:164
252
- #: includes/emails/class-cr-email.php:398
253
- #: includes/emails/class-cr-email.php:435
254
- #: includes/reminders/class-cr-local-forms.php:354
255
  msgid "Item 2 Test"
256
  msgstr ""
257
 
@@ -275,33 +263,33 @@ msgid ""
275
  "at {site_title}."
276
  msgstr ""
277
 
278
- #: includes/emails/class-cr-email.php:168
279
  msgid "Error: the order %s does not exist anymore."
280
  msgstr ""
281
 
282
- #: includes/emails/class-cr-email.php:381
283
  msgid ""
284
  "Error: the order does not contain any products for which review reminders "
285
  "are enabled in the settings."
286
  msgstr ""
287
 
288
- #: includes/emails/class-cr-email.php:496
289
  msgid "Error: only one review invitation per order is allowed."
290
  msgstr ""
291
 
292
- #: includes/emails/class-cr-email.php:496
293
  msgid "View additional information"
294
  msgstr ""
295
 
296
- #: includes/emails/class-cr-email.php:498
297
  msgid "Error: the customer has already reviewed all products from this order."
298
  msgstr ""
299
 
300
- #: includes/emails/class-cr-email.php:500
301
  msgid "Error: the customer has unsubscribed from emails."
302
  msgstr ""
303
 
304
- #: includes/emails/class-cr-email.php:502
305
  msgid ""
306
  "Error: the customer has already left a review for a different order in the "
307
  "past."
@@ -366,26 +354,26 @@ msgid ""
366
  "progress)"
367
  msgstr ""
368
 
369
- #: includes/google/class-cr-admin-menu-product-feed.php:56
370
  msgid ""
371
  "XML Product Review Feed for Google Shopping is being generated in background "
372
  "- reviews %1$s to %2$s out of %3$s (reload the page to see the latest "
373
  "progress)"
374
  msgstr ""
375
 
376
- #: includes/google/class-cr-admin-menu-product-feed.php:62
377
  msgid "XML Feeds might not be created correctly because WP Cron is disabled"
378
  msgstr ""
379
 
380
- #: includes/google/class-cr-admin-menu-product-feed.php:72
381
  msgid "Integration with Google Services"
382
  msgstr ""
383
 
384
- #: includes/google/class-cr-admin-menu-product-feed.php:73
385
  msgid "Google"
386
  msgstr ""
387
 
388
- #: includes/google/class-cr-admin-menu-product-feed.php:138
389
  #: includes/google/class-cr-product-feed-reviews.php:41
390
  #: includes/reviews/class-cr-admin-menu-reviews.php:48
391
  #: includes/reviews/class-cr-admin-menu-reviews.php:49
@@ -396,16 +384,16 @@ msgstr ""
396
  msgid "Reviews"
397
  msgstr ""
398
 
399
- #: includes/google/class-cr-admin-menu-product-feed.php:146
400
  msgid "Select a category"
401
  msgstr ""
402
 
403
- #: includes/google/class-cr-admin-menu-product-feed.php:147
404
  msgid "Select a field"
405
  msgstr ""
406
 
407
- #: includes/google/class-cr-google-shopping-feed.php:367
408
- #: includes/reminders/class-cr-local-forms.php:195
409
  msgid "Anonymous"
410
  msgstr ""
411
 
@@ -1853,67 +1841,67 @@ msgstr ""
1853
  msgid "Error: accepted file types are PNG, JPG, JPEG, GIF"
1854
  msgstr ""
1855
 
1856
- #: includes/reminders/class-cr-local-forms.php:119
1857
  msgid "* Required"
1858
  msgstr ""
1859
 
1860
- #: includes/reminders/class-cr-local-forms.php:121
1861
  msgid "Thank you for submitting a review!"
1862
  msgstr ""
1863
 
1864
- #: includes/reminders/class-cr-local-forms.php:122
1865
  msgid "Your response has been recorded."
1866
  msgstr ""
1867
 
1868
- #: includes/reminders/class-cr-local-forms.php:123
1869
  msgid "Edit your review"
1870
  msgstr ""
1871
 
1872
- #: includes/reminders/class-cr-local-forms.php:145
1873
  msgid "Comment"
1874
  msgstr ""
1875
 
1876
- #: includes/reminders/class-cr-local-forms.php:146
1877
  msgid "Your comment"
1878
  msgstr ""
1879
 
1880
- #: includes/reminders/class-cr-local-forms.php:151
1881
  msgid "Rate website, customer service and delivery"
1882
  msgstr ""
1883
 
1884
- #: includes/reminders/class-cr-local-forms.php:157
1885
  #: blocks/src/reviews-grid/edit.js:134 js/blocks.js:767
1886
  msgid "Rating"
1887
  msgstr ""
1888
 
1889
- #: includes/reminders/class-cr-local-forms.php:178
1890
  msgid "Upload Photos/Video"
1891
  msgstr ""
1892
 
1893
- #: includes/reminders/class-cr-local-forms.php:179
1894
  msgid "Add photos or video to your review"
1895
  msgstr ""
1896
 
1897
- #: includes/reminders/class-cr-local-forms.php:194
1898
  msgid "Display name"
1899
  msgstr ""
1900
 
1901
- #: includes/reminders/class-cr-local-forms.php:216
1902
  msgid ""
1903
  "By submitting your review, you agree to the <a href=\"%s\" target=\"_blank\" "
1904
  "rel=\"noopener noreferrer\">terms and conditions</a>."
1905
  msgstr ""
1906
 
1907
- #: includes/reminders/class-cr-local-forms.php:217 templates/qna-tab.php:75
1908
  #: templates/qna-tab.php:119
1909
  msgid "Submit"
1910
  msgstr ""
1911
 
1912
- #: includes/reminders/class-cr-local-forms.php:235
1913
  msgid "This form was created by %1$s using %2$s plugin."
1914
  msgstr ""
1915
 
1916
- #: includes/reminders/class-cr-local-forms.php:237
1917
  msgid "This form was created by %1$s."
1918
  msgstr ""
1919
 
@@ -2213,6 +2201,19 @@ msgstr ""
2213
  msgid "Search"
2214
  msgstr ""
2215
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2216
  #: includes/reviews/class-cr-reviews-list-table.php:210
2217
  msgid "No reviews found."
2218
  msgstr ""
@@ -2358,7 +2359,7 @@ msgstr ""
2358
  #: includes/reviews/class-cr-reviews-media-download.php:174
2359
  #: includes/reviews/class-cr-reviews-media-download.php:180
2360
  #: includes/reviews/class-cr-reviews-media-download.php:185
2361
- #: includes/reviews/class-cr-reviews-media-download.php:190
2362
  msgid "An error occurred while downloading a media file. Error code: %s."
2363
  msgstr ""
2364
 
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
  msgid "This reply was originally posted on CR portal"
44
  msgstr ""
45
 
 
 
 
 
 
 
 
 
 
 
 
 
46
  #: class-ivole.php:150
47
  msgid "View CusRev documentation"
48
  msgstr ""
199
  msgid "Discount Coupon for You"
200
  msgstr ""
201
 
202
+ #: includes/emails/class-cr-email-coupon.php:134
203
+ #: includes/emails/class-cr-email.php:144 includes/misc/class-cr-license.php:24
204
  #: includes/misc/class-cr-license.php:93
205
  #: includes/reminders/class-cr-manual.php:201
206
  #: includes/trust-badge/class-cr-verified-reviews.php:62
208
  msgid "Error: cURL library is missing on the server."
209
  msgstr ""
210
 
211
+ #: includes/emails/class-cr-email-coupon.php:147
212
+ #: includes/emails/class-cr-email-coupon.php:174
213
+ #: includes/emails/class-cr-email.php:408
214
+ #: includes/emails/class-cr-email.php:446
215
+ #: includes/reminders/class-cr-local-forms.php:354
216
  msgid "Jane"
217
  msgstr ""
218
 
219
+ #: includes/emails/class-cr-email-coupon.php:148
220
+ #: includes/emails/class-cr-email-coupon.php:175
221
+ #: includes/emails/class-cr-email.php:409
222
+ #: includes/emails/class-cr-email.php:447
223
+ #: includes/reminders/class-cr-local-forms.php:355
224
  msgid "Doe"
225
  msgstr ""
226
 
227
+ #: includes/emails/class-cr-email-coupon.php:149
228
+ #: includes/emails/class-cr-email.php:410
229
  msgid "Jane Doe"
230
  msgstr ""
231
 
232
+ #: includes/emails/class-cr-email-coupon.php:180
233
+ #: includes/emails/class-cr-email.php:418
234
+ #: includes/emails/class-cr-email.php:452
235
+ #: includes/reminders/class-cr-local-forms.php:362
236
  msgid "Item 1 Test"
237
  msgstr ""
238
 
239
+ #: includes/emails/class-cr-email-coupon.php:184
240
+ #: includes/emails/class-cr-email.php:420
241
+ #: includes/emails/class-cr-email.php:457
242
+ #: includes/reminders/class-cr-local-forms.php:367
243
  msgid "Item 2 Test"
244
  msgstr ""
245
 
263
  "at {site_title}."
264
  msgstr ""
265
 
266
+ #: includes/emails/class-cr-email.php:190
267
  msgid "Error: the order %s does not exist anymore."
268
  msgstr ""
269
 
270
+ #: includes/emails/class-cr-email.php:403
271
  msgid ""
272
  "Error: the order does not contain any products for which review reminders "
273
  "are enabled in the settings."
274
  msgstr ""
275
 
276
+ #: includes/emails/class-cr-email.php:518
277
  msgid "Error: only one review invitation per order is allowed."
278
  msgstr ""
279
 
280
+ #: includes/emails/class-cr-email.php:518
281
  msgid "View additional information"
282
  msgstr ""
283
 
284
+ #: includes/emails/class-cr-email.php:520
285
  msgid "Error: the customer has already reviewed all products from this order."
286
  msgstr ""
287
 
288
+ #: includes/emails/class-cr-email.php:522
289
  msgid "Error: the customer has unsubscribed from emails."
290
  msgstr ""
291
 
292
+ #: includes/emails/class-cr-email.php:524
293
  msgid ""
294
  "Error: the customer has already left a review for a different order in the "
295
  "past."
354
  "progress)"
355
  msgstr ""
356
 
357
+ #: includes/google/class-cr-admin-menu-product-feed.php:59
358
  msgid ""
359
  "XML Product Review Feed for Google Shopping is being generated in background "
360
  "- reviews %1$s to %2$s out of %3$s (reload the page to see the latest "
361
  "progress)"
362
  msgstr ""
363
 
364
+ #: includes/google/class-cr-admin-menu-product-feed.php:65
365
  msgid "XML Feeds might not be created correctly because WP Cron is disabled"
366
  msgstr ""
367
 
368
+ #: includes/google/class-cr-admin-menu-product-feed.php:75
369
  msgid "Integration with Google Services"
370
  msgstr ""
371
 
372
+ #: includes/google/class-cr-admin-menu-product-feed.php:76
373
  msgid "Google"
374
  msgstr ""
375
 
376
+ #: includes/google/class-cr-admin-menu-product-feed.php:141
377
  #: includes/google/class-cr-product-feed-reviews.php:41
378
  #: includes/reviews/class-cr-admin-menu-reviews.php:48
379
  #: includes/reviews/class-cr-admin-menu-reviews.php:49
384
  msgid "Reviews"
385
  msgstr ""
386
 
387
+ #: includes/google/class-cr-admin-menu-product-feed.php:149
388
  msgid "Select a category"
389
  msgstr ""
390
 
391
+ #: includes/google/class-cr-admin-menu-product-feed.php:150
392
  msgid "Select a field"
393
  msgstr ""
394
 
395
+ #: includes/google/class-cr-google-shopping-feed.php:369
396
+ #: includes/reminders/class-cr-local-forms.php:208
397
  msgid "Anonymous"
398
  msgstr ""
399
 
1841
  msgid "Error: accepted file types are PNG, JPG, JPEG, GIF"
1842
  msgstr ""
1843
 
1844
+ #: includes/reminders/class-cr-local-forms.php:132
1845
  msgid "* Required"
1846
  msgstr ""
1847
 
1848
+ #: includes/reminders/class-cr-local-forms.php:134
1849
  msgid "Thank you for submitting a review!"
1850
  msgstr ""
1851
 
1852
+ #: includes/reminders/class-cr-local-forms.php:135
1853
  msgid "Your response has been recorded."
1854
  msgstr ""
1855
 
1856
+ #: includes/reminders/class-cr-local-forms.php:136
1857
  msgid "Edit your review"
1858
  msgstr ""
1859
 
1860
+ #: includes/reminders/class-cr-local-forms.php:158
1861
  msgid "Comment"
1862
  msgstr ""
1863
 
1864
+ #: includes/reminders/class-cr-local-forms.php:159
1865
  msgid "Your comment"
1866
  msgstr ""
1867
 
1868
+ #: includes/reminders/class-cr-local-forms.php:164
1869
  msgid "Rate website, customer service and delivery"
1870
  msgstr ""
1871
 
1872
+ #: includes/reminders/class-cr-local-forms.php:170
1873
  #: blocks/src/reviews-grid/edit.js:134 js/blocks.js:767
1874
  msgid "Rating"
1875
  msgstr ""
1876
 
1877
+ #: includes/reminders/class-cr-local-forms.php:191
1878
  msgid "Upload Photos/Video"
1879
  msgstr ""
1880
 
1881
+ #: includes/reminders/class-cr-local-forms.php:192
1882
  msgid "Add photos or video to your review"
1883
  msgstr ""
1884
 
1885
+ #: includes/reminders/class-cr-local-forms.php:207
1886
  msgid "Display name"
1887
  msgstr ""
1888
 
1889
+ #: includes/reminders/class-cr-local-forms.php:229
1890
  msgid ""
1891
  "By submitting your review, you agree to the <a href=\"%s\" target=\"_blank\" "
1892
  "rel=\"noopener noreferrer\">terms and conditions</a>."
1893
  msgstr ""
1894
 
1895
+ #: includes/reminders/class-cr-local-forms.php:230 templates/qna-tab.php:75
1896
  #: templates/qna-tab.php:119
1897
  msgid "Submit"
1898
  msgstr ""
1899
 
1900
+ #: includes/reminders/class-cr-local-forms.php:248
1901
  msgid "This form was created by %1$s using %2$s plugin."
1902
  msgstr ""
1903
 
1904
+ #: includes/reminders/class-cr-local-forms.php:250
1905
  msgid "This form was created by %1$s."
1906
  msgstr ""
1907
 
2201
  msgid "Search"
2202
  msgstr ""
2203
 
2204
+ #: includes/reviews/class-cr-replies.php:102
2205
+ msgid "A copy of the reply was published on CusRev portal"
2206
+ msgstr ""
2207
+
2208
+ #: includes/reviews/class-cr-replies.php:111
2209
+ #: includes/reviews/class-cr-replies.php:124
2210
+ msgid "Unknown error"
2211
+ msgstr ""
2212
+
2213
+ #: includes/reviews/class-cr-replies.php:131
2214
+ msgid "ID of the current user is not set"
2215
+ msgstr ""
2216
+
2217
  #: includes/reviews/class-cr-reviews-list-table.php:210
2218
  msgid "No reviews found."
2219
  msgstr ""
2359
  #: includes/reviews/class-cr-reviews-media-download.php:174
2360
  #: includes/reviews/class-cr-reviews-media-download.php:180
2361
  #: includes/reviews/class-cr-reviews-media-download.php:185
2362
+ #: includes/reviews/class-cr-reviews-media-download.php:195
2363
  msgid "An error occurred while downloading a media file. Error code: %s."
2364
  msgstr ""
2365
 
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-25T18:25:49+00:00\n"
10
  "PO-Revision-Date: 2018-01-18 23:55+0000\n"
11
  "Last-Translator: \n"
12
  "Language-Team: \n"
@@ -43,18 +43,6 @@ msgstr ""
43
  msgid "This reply was originally posted on CR portal"
44
  msgstr ""
45
 
46
- #: class-ivole-replies.php:102
47
- msgid "A copy of the reply was published on CusRev portal"
48
- msgstr ""
49
-
50
- #: class-ivole-replies.php:111 class-ivole-replies.php:124
51
- msgid "Unknown error"
52
- msgstr ""
53
-
54
- #: class-ivole-replies.php:131
55
- msgid "ID of the current user is not set"
56
- msgstr ""
57
-
58
  #: class-ivole.php:150
59
  msgid "View CusRev documentation"
60
  msgstr ""
@@ -211,8 +199,8 @@ msgstr ""
211
  msgid "Discount Coupon for You"
212
  msgstr ""
213
 
214
- #: includes/emails/class-cr-email-coupon.php:114
215
- #: includes/emails/class-cr-email.php:122 includes/misc/class-cr-license.php:24
216
  #: includes/misc/class-cr-license.php:93
217
  #: includes/reminders/class-cr-manual.php:201
218
  #: includes/trust-badge/class-cr-verified-reviews.php:62
@@ -220,38 +208,38 @@ msgstr ""
220
  msgid "Error: cURL library is missing on the server."
221
  msgstr ""
222
 
223
- #: includes/emails/class-cr-email-coupon.php:127
224
- #: includes/emails/class-cr-email-coupon.php:154
225
- #: includes/emails/class-cr-email.php:386
226
- #: includes/emails/class-cr-email.php:424
227
- #: includes/reminders/class-cr-local-forms.php:341
228
  msgid "Jane"
229
  msgstr ""
230
 
231
- #: includes/emails/class-cr-email-coupon.php:128
232
- #: includes/emails/class-cr-email-coupon.php:155
233
- #: includes/emails/class-cr-email.php:387
234
- #: includes/emails/class-cr-email.php:425
235
- #: includes/reminders/class-cr-local-forms.php:342
236
  msgid "Doe"
237
  msgstr ""
238
 
239
- #: includes/emails/class-cr-email-coupon.php:129
240
- #: includes/emails/class-cr-email.php:388
241
  msgid "Jane Doe"
242
  msgstr ""
243
 
244
- #: includes/emails/class-cr-email-coupon.php:160
245
- #: includes/emails/class-cr-email.php:396
246
- #: includes/emails/class-cr-email.php:430
247
- #: includes/reminders/class-cr-local-forms.php:349
248
  msgid "Item 1 Test"
249
  msgstr ""
250
 
251
- #: includes/emails/class-cr-email-coupon.php:164
252
- #: includes/emails/class-cr-email.php:398
253
- #: includes/emails/class-cr-email.php:435
254
- #: includes/reminders/class-cr-local-forms.php:354
255
  msgid "Item 2 Test"
256
  msgstr ""
257
 
@@ -275,33 +263,33 @@ msgid ""
275
  "at {site_title}."
276
  msgstr ""
277
 
278
- #: includes/emails/class-cr-email.php:168
279
  msgid "Error: the order %s does not exist anymore."
280
  msgstr ""
281
 
282
- #: includes/emails/class-cr-email.php:381
283
  msgid ""
284
  "Error: the order does not contain any products for which review reminders "
285
  "are enabled in the settings."
286
  msgstr ""
287
 
288
- #: includes/emails/class-cr-email.php:496
289
  msgid "Error: only one review invitation per order is allowed."
290
  msgstr ""
291
 
292
- #: includes/emails/class-cr-email.php:496
293
  msgid "View additional information"
294
  msgstr ""
295
 
296
- #: includes/emails/class-cr-email.php:498
297
  msgid "Error: the customer has already reviewed all products from this order."
298
  msgstr ""
299
 
300
- #: includes/emails/class-cr-email.php:500
301
  msgid "Error: the customer has unsubscribed from emails."
302
  msgstr ""
303
 
304
- #: includes/emails/class-cr-email.php:502
305
  msgid ""
306
  "Error: the customer has already left a review for a different order in the "
307
  "past."
@@ -366,26 +354,26 @@ msgid ""
366
  "progress)"
367
  msgstr ""
368
 
369
- #: includes/google/class-cr-admin-menu-product-feed.php:56
370
  msgid ""
371
  "XML Product Review Feed for Google Shopping is being generated in background "
372
  "- reviews %1$s to %2$s out of %3$s (reload the page to see the latest "
373
  "progress)"
374
  msgstr ""
375
 
376
- #: includes/google/class-cr-admin-menu-product-feed.php:62
377
  msgid "XML Feeds might not be created correctly because WP Cron is disabled"
378
  msgstr ""
379
 
380
- #: includes/google/class-cr-admin-menu-product-feed.php:72
381
  msgid "Integration with Google Services"
382
  msgstr ""
383
 
384
- #: includes/google/class-cr-admin-menu-product-feed.php:73
385
  msgid "Google"
386
  msgstr ""
387
 
388
- #: includes/google/class-cr-admin-menu-product-feed.php:138
389
  #: includes/google/class-cr-product-feed-reviews.php:41
390
  #: includes/reviews/class-cr-admin-menu-reviews.php:48
391
  #: includes/reviews/class-cr-admin-menu-reviews.php:49
@@ -396,16 +384,16 @@ msgstr ""
396
  msgid "Reviews"
397
  msgstr ""
398
 
399
- #: includes/google/class-cr-admin-menu-product-feed.php:146
400
  msgid "Select a category"
401
  msgstr ""
402
 
403
- #: includes/google/class-cr-admin-menu-product-feed.php:147
404
  msgid "Select a field"
405
  msgstr ""
406
 
407
- #: includes/google/class-cr-google-shopping-feed.php:367
408
- #: includes/reminders/class-cr-local-forms.php:195
409
  msgid "Anonymous"
410
  msgstr ""
411
 
@@ -1853,67 +1841,67 @@ msgstr ""
1853
  msgid "Error: accepted file types are PNG, JPG, JPEG, GIF"
1854
  msgstr ""
1855
 
1856
- #: includes/reminders/class-cr-local-forms.php:119
1857
  msgid "* Required"
1858
  msgstr ""
1859
 
1860
- #: includes/reminders/class-cr-local-forms.php:121
1861
  msgid "Thank you for submitting a review!"
1862
  msgstr ""
1863
 
1864
- #: includes/reminders/class-cr-local-forms.php:122
1865
  msgid "Your response has been recorded."
1866
  msgstr ""
1867
 
1868
- #: includes/reminders/class-cr-local-forms.php:123
1869
  msgid "Edit your review"
1870
  msgstr ""
1871
 
1872
- #: includes/reminders/class-cr-local-forms.php:145
1873
  msgid "Comment"
1874
  msgstr ""
1875
 
1876
- #: includes/reminders/class-cr-local-forms.php:146
1877
  msgid "Your comment"
1878
  msgstr ""
1879
 
1880
- #: includes/reminders/class-cr-local-forms.php:151
1881
  msgid "Rate website, customer service and delivery"
1882
  msgstr ""
1883
 
1884
- #: includes/reminders/class-cr-local-forms.php:157
1885
  #: blocks/src/reviews-grid/edit.js:134 js/blocks.js:767
1886
  msgid "Rating"
1887
  msgstr ""
1888
 
1889
- #: includes/reminders/class-cr-local-forms.php:178
1890
  msgid "Upload Photos/Video"
1891
  msgstr ""
1892
 
1893
- #: includes/reminders/class-cr-local-forms.php:179
1894
  msgid "Add photos or video to your review"
1895
  msgstr ""
1896
 
1897
- #: includes/reminders/class-cr-local-forms.php:194
1898
  msgid "Display name"
1899
  msgstr ""
1900
 
1901
- #: includes/reminders/class-cr-local-forms.php:216
1902
  msgid ""
1903
  "By submitting your review, you agree to the <a href=\"%s\" target=\"_blank\" "
1904
  "rel=\"noopener noreferrer\">terms and conditions</a>."
1905
  msgstr ""
1906
 
1907
- #: includes/reminders/class-cr-local-forms.php:217 templates/qna-tab.php:75
1908
  #: templates/qna-tab.php:119
1909
  msgid "Submit"
1910
  msgstr ""
1911
 
1912
- #: includes/reminders/class-cr-local-forms.php:235
1913
  msgid "This form was created by %1$s using %2$s plugin."
1914
  msgstr ""
1915
 
1916
- #: includes/reminders/class-cr-local-forms.php:237
1917
  msgid "This form was created by %1$s."
1918
  msgstr ""
1919
 
@@ -2213,6 +2201,19 @@ msgstr ""
2213
  msgid "Search"
2214
  msgstr ""
2215
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2216
  #: includes/reviews/class-cr-reviews-list-table.php:210
2217
  msgid "No reviews found."
2218
  msgstr ""
@@ -2358,7 +2359,7 @@ msgstr ""
2358
  #: includes/reviews/class-cr-reviews-media-download.php:174
2359
  #: includes/reviews/class-cr-reviews-media-download.php:180
2360
  #: includes/reviews/class-cr-reviews-media-download.php:185
2361
- #: includes/reviews/class-cr-reviews-media-download.php:190
2362
  msgid "An error occurred while downloading a media file. Error code: %s."
2363
  msgstr ""
2364
 
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
  msgid "This reply was originally posted on CR portal"
44
  msgstr ""
45
 
 
 
 
 
 
 
 
 
 
 
 
 
46
  #: class-ivole.php:150
47
  msgid "View CusRev documentation"
48
  msgstr ""
199
  msgid "Discount Coupon for You"
200
  msgstr ""
201
 
202
+ #: includes/emails/class-cr-email-coupon.php:134
203
+ #: includes/emails/class-cr-email.php:144 includes/misc/class-cr-license.php:24
204
  #: includes/misc/class-cr-license.php:93
205
  #: includes/reminders/class-cr-manual.php:201
206
  #: includes/trust-badge/class-cr-verified-reviews.php:62
208
  msgid "Error: cURL library is missing on the server."
209
  msgstr ""
210
 
211
+ #: includes/emails/class-cr-email-coupon.php:147
212
+ #: includes/emails/class-cr-email-coupon.php:174
213
+ #: includes/emails/class-cr-email.php:408
214
+ #: includes/emails/class-cr-email.php:446
215
+ #: includes/reminders/class-cr-local-forms.php:354
216
  msgid "Jane"
217
  msgstr ""
218
 
219
+ #: includes/emails/class-cr-email-coupon.php:148
220
+ #: includes/emails/class-cr-email-coupon.php:175
221
+ #: includes/emails/class-cr-email.php:409
222
+ #: includes/emails/class-cr-email.php:447
223
+ #: includes/reminders/class-cr-local-forms.php:355
224
  msgid "Doe"
225
  msgstr ""
226
 
227
+ #: includes/emails/class-cr-email-coupon.php:149
228
+ #: includes/emails/class-cr-email.php:410
229
  msgid "Jane Doe"
230
  msgstr ""
231
 
232
+ #: includes/emails/class-cr-email-coupon.php:180
233
+ #: includes/emails/class-cr-email.php:418
234
+ #: includes/emails/class-cr-email.php:452
235
+ #: includes/reminders/class-cr-local-forms.php:362
236
  msgid "Item 1 Test"
237
  msgstr ""
238
 
239
+ #: includes/emails/class-cr-email-coupon.php:184
240
+ #: includes/emails/class-cr-email.php:420
241
+ #: includes/emails/class-cr-email.php:457
242
+ #: includes/reminders/class-cr-local-forms.php:367
243
  msgid "Item 2 Test"
244
  msgstr ""
245
 
263
  "at {site_title}."
264
  msgstr ""
265
 
266
+ #: includes/emails/class-cr-email.php:190
267
  msgid "Error: the order %s does not exist anymore."
268
  msgstr ""
269
 
270
+ #: includes/emails/class-cr-email.php:403
271
  msgid ""
272
  "Error: the order does not contain any products for which review reminders "
273
  "are enabled in the settings."
274
  msgstr ""
275
 
276
+ #: includes/emails/class-cr-email.php:518
277
  msgid "Error: only one review invitation per order is allowed."
278
  msgstr ""
279
 
280
+ #: includes/emails/class-cr-email.php:518
281
  msgid "View additional information"
282
  msgstr ""
283
 
284
+ #: includes/emails/class-cr-email.php:520
285
  msgid "Error: the customer has already reviewed all products from this order."
286
  msgstr ""
287
 
288
+ #: includes/emails/class-cr-email.php:522
289
  msgid "Error: the customer has unsubscribed from emails."
290
  msgstr ""
291
 
292
+ #: includes/emails/class-cr-email.php:524
293
  msgid ""
294
  "Error: the customer has already left a review for a different order in the "
295
  "past."
354
  "progress)"
355
  msgstr ""
356
 
357
+ #: includes/google/class-cr-admin-menu-product-feed.php:59
358
  msgid ""
359
  "XML Product Review Feed for Google Shopping is being generated in background "
360
  "- reviews %1$s to %2$s out of %3$s (reload the page to see the latest "
361
  "progress)"
362
  msgstr ""
363
 
364
+ #: includes/google/class-cr-admin-menu-product-feed.php:65
365
  msgid "XML Feeds might not be created correctly because WP Cron is disabled"
366
  msgstr ""
367
 
368
+ #: includes/google/class-cr-admin-menu-product-feed.php:75
369
  msgid "Integration with Google Services"
370
  msgstr ""
371
 
372
+ #: includes/google/class-cr-admin-menu-product-feed.php:76
373
  msgid "Google"
374
  msgstr ""
375
 
376
+ #: includes/google/class-cr-admin-menu-product-feed.php:141
377
  #: includes/google/class-cr-product-feed-reviews.php:41
378
  #: includes/reviews/class-cr-admin-menu-reviews.php:48
379
  #: includes/reviews/class-cr-admin-menu-reviews.php:49
384
  msgid "Reviews"
385
  msgstr ""
386
 
387
+ #: includes/google/class-cr-admin-menu-product-feed.php:149
388
  msgid "Select a category"
389
  msgstr ""
390
 
391
+ #: includes/google/class-cr-admin-menu-product-feed.php:150
392
  msgid "Select a field"
393
  msgstr ""
394
 
395
+ #: includes/google/class-cr-google-shopping-feed.php:369
396
+ #: includes/reminders/class-cr-local-forms.php:208
397
  msgid "Anonymous"
398
  msgstr ""
399
 
1841
  msgid "Error: accepted file types are PNG, JPG, JPEG, GIF"
1842
  msgstr ""
1843
 
1844
+ #: includes/reminders/class-cr-local-forms.php:132
1845
  msgid "* Required"
1846
  msgstr ""
1847
 
1848
+ #: includes/reminders/class-cr-local-forms.php:134
1849
  msgid "Thank you for submitting a review!"
1850
  msgstr ""
1851
 
1852
+ #: includes/reminders/class-cr-local-forms.php:135
1853
  msgid "Your response has been recorded."
1854
  msgstr ""
1855
 
1856
+ #: includes/reminders/class-cr-local-forms.php:136
1857
  msgid "Edit your review"
1858
  msgstr ""
1859
 
1860
+ #: includes/reminders/class-cr-local-forms.php:158
1861
  msgid "Comment"
1862
  msgstr ""
1863
 
1864
+ #: includes/reminders/class-cr-local-forms.php:159
1865
  msgid "Your comment"
1866
  msgstr ""
1867
 
1868
+ #: includes/reminders/class-cr-local-forms.php:164
1869
  msgid "Rate website, customer service and delivery"
1870
  msgstr ""
1871
 
1872
+ #: includes/reminders/class-cr-local-forms.php:170
1873
  #: blocks/src/reviews-grid/edit.js:134 js/blocks.js:767
1874
  msgid "Rating"
1875
  msgstr ""
1876
 
1877
+ #: includes/reminders/class-cr-local-forms.php:191
1878
  msgid "Upload Photos/Video"
1879
  msgstr ""
1880
 
1881
+ #: includes/reminders/class-cr-local-forms.php:192
1882
  msgid "Add photos or video to your review"
1883
  msgstr ""
1884
 
1885
+ #: includes/reminders/class-cr-local-forms.php:207
1886
  msgid "Display name"
1887
  msgstr ""
1888
 
1889
+ #: includes/reminders/class-cr-local-forms.php:229
1890
  msgid ""
1891
  "By submitting your review, you agree to the <a href=\"%s\" target=\"_blank\" "
1892
  "rel=\"noopener noreferrer\">terms and conditions</a>."
1893
  msgstr ""
1894
 
1895
+ #: includes/reminders/class-cr-local-forms.php:230 templates/qna-tab.php:75
1896
  #: templates/qna-tab.php:119
1897
  msgid "Submit"
1898
  msgstr ""
1899
 
1900
+ #: includes/reminders/class-cr-local-forms.php:248
1901
  msgid "This form was created by %1$s using %2$s plugin."
1902
  msgstr ""
1903
 
1904
+ #: includes/reminders/class-cr-local-forms.php:250
1905
  msgid "This form was created by %1$s."
1906
  msgstr ""
1907
 
2201
  msgid "Search"
2202
  msgstr ""
2203
 
2204
+ #: includes/reviews/class-cr-replies.php:102
2205
+ msgid "A copy of the reply was published on CusRev portal"
2206
+ msgstr ""
2207
+
2208
+ #: includes/reviews/class-cr-replies.php:111
2209
+ #: includes/reviews/class-cr-replies.php:124
2210
+ msgid "Unknown error"
2211
+ msgstr ""
2212
+
2213
+ #: includes/reviews/class-cr-replies.php:131
2214
+ msgid "ID of the current user is not set"
2215
+ msgstr ""
2216
+
2217
  #: includes/reviews/class-cr-reviews-list-table.php:210
2218
  msgid "No reviews found."
2219
  msgstr ""
2359
  #: includes/reviews/class-cr-reviews-media-download.php:174
2360
  #: includes/reviews/class-cr-reviews-media-download.php:180
2361
  #: includes/reviews/class-cr-reviews-media-download.php:185
2362
+ #: includes/reviews/class-cr-reviews-media-download.php:195
2363
  msgid "An error occurred while downloading a media file. Error code: %s."
2364
  msgstr ""
2365
 
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-25T18:25:49+00:00\n"
10
  "PO-Revision-Date: 2020-10-29 02:24+0000\n"
11
  "Last-Translator: \n"
12
  "Language-Team: \n"
@@ -43,18 +43,6 @@ msgstr ""
43
  msgid "This reply was originally posted on CR portal"
44
  msgstr ""
45
 
46
- #: class-ivole-replies.php:102
47
- msgid "A copy of the reply was published on CusRev portal"
48
- msgstr ""
49
-
50
- #: class-ivole-replies.php:111 class-ivole-replies.php:124
51
- msgid "Unknown error"
52
- msgstr ""
53
-
54
- #: class-ivole-replies.php:131
55
- msgid "ID of the current user is not set"
56
- msgstr ""
57
-
58
  #: class-ivole.php:150
59
  msgid "View CusRev documentation"
60
  msgstr ""
@@ -211,8 +199,8 @@ msgstr ""
211
  msgid "Discount Coupon for You"
212
  msgstr ""
213
 
214
- #: includes/emails/class-cr-email-coupon.php:114
215
- #: includes/emails/class-cr-email.php:122 includes/misc/class-cr-license.php:24
216
  #: includes/misc/class-cr-license.php:93
217
  #: includes/reminders/class-cr-manual.php:201
218
  #: includes/trust-badge/class-cr-verified-reviews.php:62
@@ -220,38 +208,38 @@ msgstr ""
220
  msgid "Error: cURL library is missing on the server."
221
  msgstr ""
222
 
223
- #: includes/emails/class-cr-email-coupon.php:127
224
- #: includes/emails/class-cr-email-coupon.php:154
225
- #: includes/emails/class-cr-email.php:386
226
- #: includes/emails/class-cr-email.php:424
227
- #: includes/reminders/class-cr-local-forms.php:341
228
  msgid "Jane"
229
  msgstr ""
230
 
231
- #: includes/emails/class-cr-email-coupon.php:128
232
- #: includes/emails/class-cr-email-coupon.php:155
233
- #: includes/emails/class-cr-email.php:387
234
- #: includes/emails/class-cr-email.php:425
235
- #: includes/reminders/class-cr-local-forms.php:342
236
  msgid "Doe"
237
  msgstr ""
238
 
239
- #: includes/emails/class-cr-email-coupon.php:129
240
- #: includes/emails/class-cr-email.php:388
241
  msgid "Jane Doe"
242
  msgstr ""
243
 
244
- #: includes/emails/class-cr-email-coupon.php:160
245
- #: includes/emails/class-cr-email.php:396
246
- #: includes/emails/class-cr-email.php:430
247
- #: includes/reminders/class-cr-local-forms.php:349
248
  msgid "Item 1 Test"
249
  msgstr ""
250
 
251
- #: includes/emails/class-cr-email-coupon.php:164
252
- #: includes/emails/class-cr-email.php:398
253
- #: includes/emails/class-cr-email.php:435
254
- #: includes/reminders/class-cr-local-forms.php:354
255
  msgid "Item 2 Test"
256
  msgstr ""
257
 
@@ -275,33 +263,33 @@ msgid ""
275
  "at {site_title}."
276
  msgstr ""
277
 
278
- #: includes/emails/class-cr-email.php:168
279
  msgid "Error: the order %s does not exist anymore."
280
  msgstr ""
281
 
282
- #: includes/emails/class-cr-email.php:381
283
  msgid ""
284
  "Error: the order does not contain any products for which review reminders "
285
  "are enabled in the settings."
286
  msgstr ""
287
 
288
- #: includes/emails/class-cr-email.php:496
289
  msgid "Error: only one review invitation per order is allowed."
290
  msgstr ""
291
 
292
- #: includes/emails/class-cr-email.php:496
293
  msgid "View additional information"
294
  msgstr ""
295
 
296
- #: includes/emails/class-cr-email.php:498
297
  msgid "Error: the customer has already reviewed all products from this order."
298
  msgstr ""
299
 
300
- #: includes/emails/class-cr-email.php:500
301
  msgid "Error: the customer has unsubscribed from emails."
302
  msgstr ""
303
 
304
- #: includes/emails/class-cr-email.php:502
305
  msgid ""
306
  "Error: the customer has already left a review for a different order in the "
307
  "past."
@@ -366,26 +354,26 @@ msgid ""
366
  "progress)"
367
  msgstr ""
368
 
369
- #: includes/google/class-cr-admin-menu-product-feed.php:56
370
  msgid ""
371
  "XML Product Review Feed for Google Shopping is being generated in background "
372
  "- reviews %1$s to %2$s out of %3$s (reload the page to see the latest "
373
  "progress)"
374
  msgstr ""
375
 
376
- #: includes/google/class-cr-admin-menu-product-feed.php:62
377
  msgid "XML Feeds might not be created correctly because WP Cron is disabled"
378
  msgstr ""
379
 
380
- #: includes/google/class-cr-admin-menu-product-feed.php:72
381
  msgid "Integration with Google Services"
382
  msgstr ""
383
 
384
- #: includes/google/class-cr-admin-menu-product-feed.php:73
385
  msgid "Google"
386
  msgstr ""
387
 
388
- #: includes/google/class-cr-admin-menu-product-feed.php:138
389
  #: includes/google/class-cr-product-feed-reviews.php:41
390
  #: includes/reviews/class-cr-admin-menu-reviews.php:48
391
  #: includes/reviews/class-cr-admin-menu-reviews.php:49
@@ -396,16 +384,16 @@ msgstr ""
396
  msgid "Reviews"
397
  msgstr ""
398
 
399
- #: includes/google/class-cr-admin-menu-product-feed.php:146
400
  msgid "Select a category"
401
  msgstr ""
402
 
403
- #: includes/google/class-cr-admin-menu-product-feed.php:147
404
  msgid "Select a field"
405
  msgstr ""
406
 
407
- #: includes/google/class-cr-google-shopping-feed.php:367
408
- #: includes/reminders/class-cr-local-forms.php:195
409
  msgid "Anonymous"
410
  msgstr ""
411
 
@@ -1853,67 +1841,67 @@ msgstr ""
1853
  msgid "Error: accepted file types are PNG, JPG, JPEG, GIF"
1854
  msgstr ""
1855
 
1856
- #: includes/reminders/class-cr-local-forms.php:119
1857
  msgid "* Required"
1858
  msgstr ""
1859
 
1860
- #: includes/reminders/class-cr-local-forms.php:121
1861
  msgid "Thank you for submitting a review!"
1862
  msgstr ""
1863
 
1864
- #: includes/reminders/class-cr-local-forms.php:122
1865
  msgid "Your response has been recorded."
1866
  msgstr ""
1867
 
1868
- #: includes/reminders/class-cr-local-forms.php:123
1869
  msgid "Edit your review"
1870
  msgstr ""
1871
 
1872
- #: includes/reminders/class-cr-local-forms.php:145
1873
  msgid "Comment"
1874
  msgstr ""
1875
 
1876
- #: includes/reminders/class-cr-local-forms.php:146
1877
  msgid "Your comment"
1878
  msgstr ""
1879
 
1880
- #: includes/reminders/class-cr-local-forms.php:151
1881
  msgid "Rate website, customer service and delivery"
1882
  msgstr ""
1883
 
1884
- #: includes/reminders/class-cr-local-forms.php:157
1885
  #: blocks/src/reviews-grid/edit.js:134 js/blocks.js:767
1886
  msgid "Rating"
1887
  msgstr ""
1888
 
1889
- #: includes/reminders/class-cr-local-forms.php:178
1890
  msgid "Upload Photos/Video"
1891
  msgstr ""
1892
 
1893
- #: includes/reminders/class-cr-local-forms.php:179
1894
  msgid "Add photos or video to your review"
1895
  msgstr ""
1896
 
1897
- #: includes/reminders/class-cr-local-forms.php:194
1898
  msgid "Display name"
1899
  msgstr ""
1900
 
1901
- #: includes/reminders/class-cr-local-forms.php:216
1902
  msgid ""
1903
  "By submitting your review, you agree to the <a href=\"%s\" target=\"_blank\" "
1904
  "rel=\"noopener noreferrer\">terms and conditions</a>."
1905
  msgstr ""
1906
 
1907
- #: includes/reminders/class-cr-local-forms.php:217 templates/qna-tab.php:75
1908
  #: templates/qna-tab.php:119
1909
  msgid "Submit"
1910
  msgstr ""
1911
 
1912
- #: includes/reminders/class-cr-local-forms.php:235
1913
  msgid "This form was created by %1$s using %2$s plugin."
1914
  msgstr ""
1915
 
1916
- #: includes/reminders/class-cr-local-forms.php:237
1917
  msgid "This form was created by %1$s."
1918
  msgstr ""
1919
 
@@ -2213,6 +2201,19 @@ msgstr ""
2213
  msgid "Search"
2214
  msgstr ""
2215
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2216
  #: includes/reviews/class-cr-reviews-list-table.php:210
2217
  msgid "No reviews found."
2218
  msgstr ""
@@ -2358,7 +2359,7 @@ msgstr ""
2358
  #: includes/reviews/class-cr-reviews-media-download.php:174
2359
  #: includes/reviews/class-cr-reviews-media-download.php:180
2360
  #: includes/reviews/class-cr-reviews-media-download.php:185
2361
- #: includes/reviews/class-cr-reviews-media-download.php:190
2362
  msgid "An error occurred while downloading a media file. Error code: %s."
2363
  msgstr ""
2364
 
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
  msgid "This reply was originally posted on CR portal"
44
  msgstr ""
45
 
 
 
 
 
 
 
 
 
 
 
 
 
46
  #: class-ivole.php:150
47
  msgid "View CusRev documentation"
48
  msgstr ""
199
  msgid "Discount Coupon for You"
200
  msgstr ""
201
 
202
+ #: includes/emails/class-cr-email-coupon.php:134
203
+ #: includes/emails/class-cr-email.php:144 includes/misc/class-cr-license.php:24
204
  #: includes/misc/class-cr-license.php:93
205
  #: includes/reminders/class-cr-manual.php:201
206
  #: includes/trust-badge/class-cr-verified-reviews.php:62
208
  msgid "Error: cURL library is missing on the server."
209
  msgstr ""
210
 
211
+ #: includes/emails/class-cr-email-coupon.php:147
212
+ #: includes/emails/class-cr-email-coupon.php:174
213
+ #: includes/emails/class-cr-email.php:408
214
+ #: includes/emails/class-cr-email.php:446
215
+ #: includes/reminders/class-cr-local-forms.php:354
216
  msgid "Jane"
217
  msgstr ""
218
 
219
+ #: includes/emails/class-cr-email-coupon.php:148
220
+ #: includes/emails/class-cr-email-coupon.php:175
221
+ #: includes/emails/class-cr-email.php:409
222
+ #: includes/emails/class-cr-email.php:447
223
+ #: includes/reminders/class-cr-local-forms.php:355
224
  msgid "Doe"
225
  msgstr ""
226
 
227
+ #: includes/emails/class-cr-email-coupon.php:149
228
+ #: includes/emails/class-cr-email.php:410
229
  msgid "Jane Doe"
230
  msgstr ""
231
 
232
+ #: includes/emails/class-cr-email-coupon.php:180
233
+ #: includes/emails/class-cr-email.php:418
234
+ #: includes/emails/class-cr-email.php:452
235
+ #: includes/reminders/class-cr-local-forms.php:362
236
  msgid "Item 1 Test"
237
  msgstr ""
238
 
239
+ #: includes/emails/class-cr-email-coupon.php:184
240
+ #: includes/emails/class-cr-email.php:420
241
+ #: includes/emails/class-cr-email.php:457
242
+ #: includes/reminders/class-cr-local-forms.php:367
243
  msgid "Item 2 Test"
244
  msgstr ""
245
 
263
  "at {site_title}."
264
  msgstr ""
265
 
266
+ #: includes/emails/class-cr-email.php:190
267
  msgid "Error: the order %s does not exist anymore."
268
  msgstr ""
269
 
270
+ #: includes/emails/class-cr-email.php:403
271
  msgid ""
272
  "Error: the order does not contain any products for which review reminders "
273
  "are enabled in the settings."
274
  msgstr ""
275
 
276
+ #: includes/emails/class-cr-email.php:518
277
  msgid "Error: only one review invitation per order is allowed."
278
  msgstr ""
279
 
280
+ #: includes/emails/class-cr-email.php:518
281
  msgid "View additional information"
282
  msgstr ""
283
 
284
+ #: includes/emails/class-cr-email.php:520
285
  msgid "Error: the customer has already reviewed all products from this order."
286
  msgstr ""
287
 
288
+ #: includes/emails/class-cr-email.php:522
289
  msgid "Error: the customer has unsubscribed from emails."
290
  msgstr ""
291
 
292
+ #: includes/emails/class-cr-email.php:524
293
  msgid ""
294
  "Error: the customer has already left a review for a different order in the "
295
  "past."
354
  "progress)"
355
  msgstr ""
356
 
357
+ #: includes/google/class-cr-admin-menu-product-feed.php:59
358
  msgid ""
359
  "XML Product Review Feed for Google Shopping is being generated in background "
360
  "- reviews %1$s to %2$s out of %3$s (reload the page to see the latest "
361
  "progress)"
362
  msgstr ""
363
 
364
+ #: includes/google/class-cr-admin-menu-product-feed.php:65
365
  msgid "XML Feeds might not be created correctly because WP Cron is disabled"
366
  msgstr ""
367
 
368
+ #: includes/google/class-cr-admin-menu-product-feed.php:75
369
  msgid "Integration with Google Services"
370
  msgstr ""
371
 
372
+ #: includes/google/class-cr-admin-menu-product-feed.php:76
373
  msgid "Google"
374
  msgstr ""
375
 
376
+ #: includes/google/class-cr-admin-menu-product-feed.php:141
377
  #: includes/google/class-cr-product-feed-reviews.php:41
378
  #: includes/reviews/class-cr-admin-menu-reviews.php:48
379
  #: includes/reviews/class-cr-admin-menu-reviews.php:49
384
  msgid "Reviews"
385
  msgstr ""
386
 
387
+ #: includes/google/class-cr-admin-menu-product-feed.php:149
388
  msgid "Select a category"
389
  msgstr ""
390
 
391
+ #: includes/google/class-cr-admin-menu-product-feed.php:150
392
  msgid "Select a field"
393
  msgstr ""
394
 
395
+ #: includes/google/class-cr-google-shopping-feed.php:369
396
+ #: includes/reminders/class-cr-local-forms.php:208
397
  msgid "Anonymous"
398
  msgstr ""
399
 
1841
  msgid "Error: accepted file types are PNG, JPG, JPEG, GIF"
1842
  msgstr ""
1843
 
1844
+ #: includes/reminders/class-cr-local-forms.php:132
1845
  msgid "* Required"
1846
  msgstr ""
1847
 
1848
+ #: includes/reminders/class-cr-local-forms.php:134
1849
  msgid "Thank you for submitting a review!"
1850
  msgstr ""
1851
 
1852
+ #: includes/reminders/class-cr-local-forms.php:135
1853
  msgid "Your response has been recorded."
1854
  msgstr ""
1855
 
1856
+ #: includes/reminders/class-cr-local-forms.php:136
1857
  msgid "Edit your review"
1858
  msgstr ""
1859
 
1860
+ #: includes/reminders/class-cr-local-forms.php:158
1861
  msgid "Comment"
1862
  msgstr ""
1863
 
1864
+ #: includes/reminders/class-cr-local-forms.php:159
1865
  msgid "Your comment"
1866
  msgstr ""
1867
 
1868
+ #: includes/reminders/class-cr-local-forms.php:164
1869
  msgid "Rate website, customer service and delivery"
1870
  msgstr ""
1871
 
1872
+ #: includes/reminders/class-cr-local-forms.php:170
1873
  #: blocks/src/reviews-grid/edit.js:134 js/blocks.js:767
1874
  msgid "Rating"
1875
  msgstr ""
1876
 
1877
+ #: includes/reminders/class-cr-local-forms.php:191
1878
  msgid "Upload Photos/Video"
1879
  msgstr ""
1880
 
1881
+ #: includes/reminders/class-cr-local-forms.php:192
1882
  msgid "Add photos or video to your review"
1883
  msgstr ""
1884
 
1885
+ #: includes/reminders/class-cr-local-forms.php:207
1886
  msgid "Display name"
1887
  msgstr ""
1888
 
1889
+ #: includes/reminders/class-cr-local-forms.php:229
1890
  msgid ""
1891
  "By submitting your review, you agree to the <a href=\"%s\" target=\"_blank\" "
1892
  "rel=\"noopener noreferrer\">terms and conditions</a>."
1893
  msgstr ""
1894
 
1895
+ #: includes/reminders/class-cr-local-forms.php:230 templates/qna-tab.php:75
1896
  #: templates/qna-tab.php:119
1897
  msgid "Submit"
1898
  msgstr ""
1899
 
1900
+ #: includes/reminders/class-cr-local-forms.php:248
1901
  msgid "This form was created by %1$s using %2$s plugin."
1902
  msgstr ""
1903
 
1904
+ #: includes/reminders/class-cr-local-forms.php:250
1905
  msgid "This form was created by %1$s."
1906
  msgstr ""
1907
 
2201
  msgid "Search"
2202
  msgstr ""
2203
 
2204
+ #: includes/reviews/class-cr-replies.php:102
2205
+ msgid "A copy of the reply was published on CusRev portal"
2206
+ msgstr ""
2207
+
2208
+ #: includes/reviews/class-cr-replies.php:111
2209
+ #: includes/reviews/class-cr-replies.php:124
2210
+ msgid "Unknown error"
2211
+ msgstr ""
2212
+
2213
+ #: includes/reviews/class-cr-replies.php:131
2214
+ msgid "ID of the current user is not set"
2215
+ msgstr ""
2216
+
2217
  #: includes/reviews/class-cr-reviews-list-table.php:210
2218
  msgid "No reviews found."
2219
  msgstr ""
2359
  #: includes/reviews/class-cr-reviews-media-download.php:174
2360
  #: includes/reviews/class-cr-reviews-media-download.php:180
2361
  #: includes/reviews/class-cr-reviews-media-download.php:185
2362
+ #: includes/reviews/class-cr-reviews-media-download.php:195
2363
  msgid "An error occurred while downloading a media file. Error code: %s."
2364
  msgstr ""
2365
 
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-25T18:25:49+00:00\n"
10
  "PO-Revision-Date: 2018-10-07 17:14+0100\n"
11
  "Last-Translator: \n"
12
  "Language-Team: \n"
@@ -43,18 +43,6 @@ msgstr ""
43
  msgid "This reply was originally posted on CR portal"
44
  msgstr ""
45
 
46
- #: class-ivole-replies.php:102
47
- msgid "A copy of the reply was published on CusRev portal"
48
- msgstr ""
49
-
50
- #: class-ivole-replies.php:111 class-ivole-replies.php:124
51
- msgid "Unknown error"
52
- msgstr ""
53
-
54
- #: class-ivole-replies.php:131
55
- msgid "ID of the current user is not set"
56
- msgstr ""
57
-
58
  #: class-ivole.php:150
59
  msgid "View CusRev documentation"
60
  msgstr ""
@@ -208,8 +196,8 @@ msgstr ""
208
  msgid "Discount Coupon for You"
209
  msgstr ""
210
 
211
- #: includes/emails/class-cr-email-coupon.php:114
212
- #: includes/emails/class-cr-email.php:122 includes/misc/class-cr-license.php:24
213
  #: includes/misc/class-cr-license.php:93
214
  #: includes/reminders/class-cr-manual.php:201
215
  #: includes/trust-badge/class-cr-verified-reviews.php:62
@@ -217,38 +205,38 @@ msgstr ""
217
  msgid "Error: cURL library is missing on the server."
218
  msgstr ""
219
 
220
- #: includes/emails/class-cr-email-coupon.php:127
221
- #: includes/emails/class-cr-email-coupon.php:154
222
- #: includes/emails/class-cr-email.php:386
223
- #: includes/emails/class-cr-email.php:424
224
- #: includes/reminders/class-cr-local-forms.php:341
225
  msgid "Jane"
226
  msgstr ""
227
 
228
- #: includes/emails/class-cr-email-coupon.php:128
229
- #: includes/emails/class-cr-email-coupon.php:155
230
- #: includes/emails/class-cr-email.php:387
231
- #: includes/emails/class-cr-email.php:425
232
- #: includes/reminders/class-cr-local-forms.php:342
233
  msgid "Doe"
234
  msgstr ""
235
 
236
- #: includes/emails/class-cr-email-coupon.php:129
237
- #: includes/emails/class-cr-email.php:388
238
  msgid "Jane Doe"
239
  msgstr ""
240
 
241
- #: includes/emails/class-cr-email-coupon.php:160
242
- #: includes/emails/class-cr-email.php:396
243
- #: includes/emails/class-cr-email.php:430
244
- #: includes/reminders/class-cr-local-forms.php:349
245
  msgid "Item 1 Test"
246
  msgstr ""
247
 
248
- #: includes/emails/class-cr-email-coupon.php:164
249
- #: includes/emails/class-cr-email.php:398
250
- #: includes/emails/class-cr-email.php:435
251
- #: includes/reminders/class-cr-local-forms.php:354
252
  msgid "Item 2 Test"
253
  msgstr ""
254
 
@@ -272,33 +260,33 @@ msgid ""
272
  "at {site_title}."
273
  msgstr ""
274
 
275
- #: includes/emails/class-cr-email.php:168
276
  msgid "Error: the order %s does not exist anymore."
277
  msgstr ""
278
 
279
- #: includes/emails/class-cr-email.php:381
280
  msgid ""
281
  "Error: the order does not contain any products for which review reminders "
282
  "are enabled in the settings."
283
  msgstr ""
284
 
285
- #: includes/emails/class-cr-email.php:496
286
  msgid "Error: only one review invitation per order is allowed."
287
  msgstr ""
288
 
289
- #: includes/emails/class-cr-email.php:496
290
  msgid "View additional information"
291
  msgstr ""
292
 
293
- #: includes/emails/class-cr-email.php:498
294
  msgid "Error: the customer has already reviewed all products from this order."
295
  msgstr ""
296
 
297
- #: includes/emails/class-cr-email.php:500
298
  msgid "Error: the customer has unsubscribed from emails."
299
  msgstr ""
300
 
301
- #: includes/emails/class-cr-email.php:502
302
  msgid ""
303
  "Error: the customer has already left a review for a different order in the "
304
  "past."
@@ -363,26 +351,26 @@ msgid ""
363
  "progress)"
364
  msgstr ""
365
 
366
- #: includes/google/class-cr-admin-menu-product-feed.php:56
367
  msgid ""
368
  "XML Product Review Feed for Google Shopping is being generated in background "
369
  "- reviews %1$s to %2$s out of %3$s (reload the page to see the latest "
370
  "progress)"
371
  msgstr ""
372
 
373
- #: includes/google/class-cr-admin-menu-product-feed.php:62
374
  msgid "XML Feeds might not be created correctly because WP Cron is disabled"
375
  msgstr ""
376
 
377
- #: includes/google/class-cr-admin-menu-product-feed.php:72
378
  msgid "Integration with Google Services"
379
  msgstr ""
380
 
381
- #: includes/google/class-cr-admin-menu-product-feed.php:73
382
  msgid "Google"
383
  msgstr ""
384
 
385
- #: includes/google/class-cr-admin-menu-product-feed.php:138
386
  #: includes/google/class-cr-product-feed-reviews.php:41
387
  #: includes/reviews/class-cr-admin-menu-reviews.php:48
388
  #: includes/reviews/class-cr-admin-menu-reviews.php:49
@@ -393,16 +381,16 @@ msgstr ""
393
  msgid "Reviews"
394
  msgstr ""
395
 
396
- #: includes/google/class-cr-admin-menu-product-feed.php:146
397
  msgid "Select a category"
398
  msgstr ""
399
 
400
- #: includes/google/class-cr-admin-menu-product-feed.php:147
401
  msgid "Select a field"
402
  msgstr ""
403
 
404
- #: includes/google/class-cr-google-shopping-feed.php:367
405
- #: includes/reminders/class-cr-local-forms.php:195
406
  msgid "Anonymous"
407
  msgstr ""
408
 
@@ -1842,67 +1830,67 @@ msgstr ""
1842
  msgid "Error: accepted file types are PNG, JPG, JPEG, GIF"
1843
  msgstr ""
1844
 
1845
- #: includes/reminders/class-cr-local-forms.php:119
1846
  msgid "* Required"
1847
  msgstr ""
1848
 
1849
- #: includes/reminders/class-cr-local-forms.php:121
1850
  msgid "Thank you for submitting a review!"
1851
  msgstr ""
1852
 
1853
- #: includes/reminders/class-cr-local-forms.php:122
1854
  msgid "Your response has been recorded."
1855
  msgstr ""
1856
 
1857
- #: includes/reminders/class-cr-local-forms.php:123
1858
  msgid "Edit your review"
1859
  msgstr ""
1860
 
1861
- #: includes/reminders/class-cr-local-forms.php:145
1862
  msgid "Comment"
1863
  msgstr ""
1864
 
1865
- #: includes/reminders/class-cr-local-forms.php:146
1866
  msgid "Your comment"
1867
  msgstr ""
1868
 
1869
- #: includes/reminders/class-cr-local-forms.php:151
1870
  msgid "Rate website, customer service and delivery"
1871
  msgstr ""
1872
 
1873
- #: includes/reminders/class-cr-local-forms.php:157
1874
  #: blocks/src/reviews-grid/edit.js:134 js/blocks.js:767
1875
  msgid "Rating"
1876
  msgstr ""
1877
 
1878
- #: includes/reminders/class-cr-local-forms.php:178
1879
  msgid "Upload Photos/Video"
1880
  msgstr ""
1881
 
1882
- #: includes/reminders/class-cr-local-forms.php:179
1883
  msgid "Add photos or video to your review"
1884
  msgstr ""
1885
 
1886
- #: includes/reminders/class-cr-local-forms.php:194
1887
  msgid "Display name"
1888
  msgstr ""
1889
 
1890
- #: includes/reminders/class-cr-local-forms.php:216
1891
  msgid ""
1892
  "By submitting your review, you agree to the <a href=\"%s\" target=\"_blank\" "
1893
  "rel=\"noopener noreferrer\">terms and conditions</a>."
1894
  msgstr ""
1895
 
1896
- #: includes/reminders/class-cr-local-forms.php:217 templates/qna-tab.php:75
1897
  #: templates/qna-tab.php:119
1898
  msgid "Submit"
1899
  msgstr ""
1900
 
1901
- #: includes/reminders/class-cr-local-forms.php:235
1902
  msgid "This form was created by %1$s using %2$s plugin."
1903
  msgstr ""
1904
 
1905
- #: includes/reminders/class-cr-local-forms.php:237
1906
  msgid "This form was created by %1$s."
1907
  msgstr ""
1908
 
@@ -2200,6 +2188,19 @@ msgstr ""
2200
  msgid "Search"
2201
  msgstr ""
2202
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2203
  #: includes/reviews/class-cr-reviews-list-table.php:210
2204
  msgid "No reviews found."
2205
  msgstr ""
@@ -2344,7 +2345,7 @@ msgstr ""
2344
  #: includes/reviews/class-cr-reviews-media-download.php:174
2345
  #: includes/reviews/class-cr-reviews-media-download.php:180
2346
  #: includes/reviews/class-cr-reviews-media-download.php:185
2347
- #: includes/reviews/class-cr-reviews-media-download.php:190
2348
  msgid "An error occurred while downloading a media file. Error code: %s."
2349
  msgstr ""
2350
 
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
  msgid "This reply was originally posted on CR portal"
44
  msgstr ""
45
 
 
 
 
 
 
 
 
 
 
 
 
 
46
  #: class-ivole.php:150
47
  msgid "View CusRev documentation"
48
  msgstr ""
196
  msgid "Discount Coupon for You"
197
  msgstr ""
198
 
199
+ #: includes/emails/class-cr-email-coupon.php:134
200
+ #: includes/emails/class-cr-email.php:144 includes/misc/class-cr-license.php:24
201
  #: includes/misc/class-cr-license.php:93
202
  #: includes/reminders/class-cr-manual.php:201
203
  #: includes/trust-badge/class-cr-verified-reviews.php:62
205
  msgid "Error: cURL library is missing on the server."
206
  msgstr ""
207
 
208
+ #: includes/emails/class-cr-email-coupon.php:147
209
+ #: includes/emails/class-cr-email-coupon.php:174
210
+ #: includes/emails/class-cr-email.php:408
211
+ #: includes/emails/class-cr-email.php:446
212
+ #: includes/reminders/class-cr-local-forms.php:354
213
  msgid "Jane"
214
  msgstr ""
215
 
216
+ #: includes/emails/class-cr-email-coupon.php:148
217
+ #: includes/emails/class-cr-email-coupon.php:175
218
+ #: includes/emails/class-cr-email.php:409
219
+ #: includes/emails/class-cr-email.php:447
220
+ #: includes/reminders/class-cr-local-forms.php:355
221
  msgid "Doe"
222
  msgstr ""
223
 
224
+ #: includes/emails/class-cr-email-coupon.php:149
225
+ #: includes/emails/class-cr-email.php:410
226
  msgid "Jane Doe"
227
  msgstr ""
228
 
229
+ #: includes/emails/class-cr-email-coupon.php:180
230
+ #: includes/emails/class-cr-email.php:418
231
+ #: includes/emails/class-cr-email.php:452
232
+ #: includes/reminders/class-cr-local-forms.php:362
233
  msgid "Item 1 Test"
234
  msgstr ""
235
 
236
+ #: includes/emails/class-cr-email-coupon.php:184
237
+ #: includes/emails/class-cr-email.php:420
238
+ #: includes/emails/class-cr-email.php:457
239
+ #: includes/reminders/class-cr-local-forms.php:367
240
  msgid "Item 2 Test"
241
  msgstr ""
242
 
260
  "at {site_title}."
261
  msgstr ""
262
 
263
+ #: includes/emails/class-cr-email.php:190
264
  msgid "Error: the order %s does not exist anymore."
265
  msgstr ""
266
 
267
+ #: includes/emails/class-cr-email.php:403
268
  msgid ""
269
  "Error: the order does not contain any products for which review reminders "
270
  "are enabled in the settings."
271
  msgstr ""
272
 
273
+ #: includes/emails/class-cr-email.php:518
274
  msgid "Error: only one review invitation per order is allowed."
275
  msgstr ""
276
 
277
+ #: includes/emails/class-cr-email.php:518
278
  msgid "View additional information"
279
  msgstr ""
280
 
281
+ #: includes/emails/class-cr-email.php:520
282
  msgid "Error: the customer has already reviewed all products from this order."
283
  msgstr ""
284
 
285
+ #: includes/emails/class-cr-email.php:522
286
  msgid "Error: the customer has unsubscribed from emails."
287
  msgstr ""
288
 
289
+ #: includes/emails/class-cr-email.php:524
290
  msgid ""
291
  "Error: the customer has already left a review for a different order in the "
292
  "past."
351
  "progress)"
352
  msgstr ""
353
 
354
+ #: includes/google/class-cr-admin-menu-product-feed.php:59
355
  msgid ""
356
  "XML Product Review Feed for Google Shopping is being generated in background "
357
  "- reviews %1$s to %2$s out of %3$s (reload the page to see the latest "
358
  "progress)"
359
  msgstr ""
360
 
361
+ #: includes/google/class-cr-admin-menu-product-feed.php:65
362
  msgid "XML Feeds might not be created correctly because WP Cron is disabled"
363
  msgstr ""
364
 
365
+ #: includes/google/class-cr-admin-menu-product-feed.php:75
366
  msgid "Integration with Google Services"
367
  msgstr ""
368
 
369
+ #: includes/google/class-cr-admin-menu-product-feed.php:76
370
  msgid "Google"
371
  msgstr ""
372
 
373
+ #: includes/google/class-cr-admin-menu-product-feed.php:141
374
  #: includes/google/class-cr-product-feed-reviews.php:41
375
  #: includes/reviews/class-cr-admin-menu-reviews.php:48
376
  #: includes/reviews/class-cr-admin-menu-reviews.php:49
381
  msgid "Reviews"
382
  msgstr ""
383
 
384
+ #: includes/google/class-cr-admin-menu-product-feed.php:149
385
  msgid "Select a category"
386
  msgstr ""
387
 
388
+ #: includes/google/class-cr-admin-menu-product-feed.php:150
389
  msgid "Select a field"
390
  msgstr ""
391
 
392
+ #: includes/google/class-cr-google-shopping-feed.php:369
393
+ #: includes/reminders/class-cr-local-forms.php:208
394
  msgid "Anonymous"
395
  msgstr ""
396
 
1830
  msgid "Error: accepted file types are PNG, JPG, JPEG, GIF"
1831
  msgstr ""
1832
 
1833
+ #: includes/reminders/class-cr-local-forms.php:132
1834
  msgid "* Required"
1835
  msgstr ""
1836
 
1837
+ #: includes/reminders/class-cr-local-forms.php:134
1838
  msgid "Thank you for submitting a review!"
1839
  msgstr ""
1840
 
1841
+ #: includes/reminders/class-cr-local-forms.php:135
1842
  msgid "Your response has been recorded."
1843
  msgstr ""
1844
 
1845
+ #: includes/reminders/class-cr-local-forms.php:136
1846
  msgid "Edit your review"
1847
  msgstr ""
1848
 
1849
+ #: includes/reminders/class-cr-local-forms.php:158
1850
  msgid "Comment"
1851
  msgstr ""
1852
 
1853
+ #: includes/reminders/class-cr-local-forms.php:159
1854
  msgid "Your comment"
1855
  msgstr ""
1856
 
1857
+ #: includes/reminders/class-cr-local-forms.php:164
1858
  msgid "Rate website, customer service and delivery"
1859
  msgstr ""
1860
 
1861
+ #: includes/reminders/class-cr-local-forms.php:170
1862
  #: blocks/src/reviews-grid/edit.js:134 js/blocks.js:767
1863
  msgid "Rating"
1864
  msgstr ""
1865
 
1866
+ #: includes/reminders/class-cr-local-forms.php:191
1867
  msgid "Upload Photos/Video"
1868
  msgstr ""
1869
 
1870
+ #: includes/reminders/class-cr-local-forms.php:192
1871
  msgid "Add photos or video to your review"
1872
  msgstr ""
1873
 
1874
+ #: includes/reminders/class-cr-local-forms.php:207
1875
  msgid "Display name"
1876
  msgstr ""
1877
 
1878
+ #: includes/reminders/class-cr-local-forms.php:229
1879
  msgid ""
1880
  "By submitting your review, you agree to the <a href=\"%s\" target=\"_blank\" "
1881
  "rel=\"noopener noreferrer\">terms and conditions</a>."
1882
  msgstr ""
1883
 
1884
+ #: includes/reminders/class-cr-local-forms.php:230 templates/qna-tab.php:75
1885
  #: templates/qna-tab.php:119
1886
  msgid "Submit"
1887
  msgstr ""
1888
 
1889
+ #: includes/reminders/class-cr-local-forms.php:248
1890
  msgid "This form was created by %1$s using %2$s plugin."
1891
  msgstr ""
1892
 
1893
+ #: includes/reminders/class-cr-local-forms.php:250
1894
  msgid "This form was created by %1$s."
1895
  msgstr ""
1896
 
2188
  msgid "Search"
2189
  msgstr ""
2190
 
2191
+ #: includes/reviews/class-cr-replies.php:102
2192
+ msgid "A copy of the reply was published on CusRev portal"
2193
+ msgstr ""
2194
+
2195
+ #: includes/reviews/class-cr-replies.php:111
2196
+ #: includes/reviews/class-cr-replies.php:124
2197
+ msgid "Unknown error"
2198
+ msgstr ""
2199
+
2200
+ #: includes/reviews/class-cr-replies.php:131
2201
+ msgid "ID of the current user is not set"
2202
+ msgstr ""
2203
+
2204
  #: includes/reviews/class-cr-reviews-list-table.php:210
2205
  msgid "No reviews found."
2206
  msgstr ""
2345
  #: includes/reviews/class-cr-reviews-media-download.php:174
2346
  #: includes/reviews/class-cr-reviews-media-download.php:180
2347
  #: includes/reviews/class-cr-reviews-media-download.php:185
2348
+ #: includes/reviews/class-cr-reviews-media-download.php:195
2349
  msgid "An error occurred while downloading a media file. Error code: %s."
2350
  msgstr ""
2351
 
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-25T18:25:49+00:00\n"
10
  "PO-Revision-Date: 2020-07-09 00:09+0100\n"
11
  "Last-Translator: \n"
12
  "Language-Team: \n"
@@ -43,18 +43,6 @@ msgstr ""
43
  msgid "This reply was originally posted on CR portal"
44
  msgstr ""
45
 
46
- #: class-ivole-replies.php:102
47
- msgid "A copy of the reply was published on CusRev portal"
48
- msgstr ""
49
-
50
- #: class-ivole-replies.php:111 class-ivole-replies.php:124
51
- msgid "Unknown error"
52
- msgstr ""
53
-
54
- #: class-ivole-replies.php:131
55
- msgid "ID of the current user is not set"
56
- msgstr ""
57
-
58
  #: class-ivole.php:150
59
  msgid "View CusRev documentation"
60
  msgstr ""
@@ -208,8 +196,8 @@ msgstr ""
208
  msgid "Discount Coupon for You"
209
  msgstr ""
210
 
211
- #: includes/emails/class-cr-email-coupon.php:114
212
- #: includes/emails/class-cr-email.php:122 includes/misc/class-cr-license.php:24
213
  #: includes/misc/class-cr-license.php:93
214
  #: includes/reminders/class-cr-manual.php:201
215
  #: includes/trust-badge/class-cr-verified-reviews.php:62
@@ -217,38 +205,38 @@ msgstr ""
217
  msgid "Error: cURL library is missing on the server."
218
  msgstr ""
219
 
220
- #: includes/emails/class-cr-email-coupon.php:127
221
- #: includes/emails/class-cr-email-coupon.php:154
222
- #: includes/emails/class-cr-email.php:386
223
- #: includes/emails/class-cr-email.php:424
224
- #: includes/reminders/class-cr-local-forms.php:341
225
  msgid "Jane"
226
  msgstr ""
227
 
228
- #: includes/emails/class-cr-email-coupon.php:128
229
- #: includes/emails/class-cr-email-coupon.php:155
230
- #: includes/emails/class-cr-email.php:387
231
- #: includes/emails/class-cr-email.php:425
232
- #: includes/reminders/class-cr-local-forms.php:342
233
  msgid "Doe"
234
  msgstr ""
235
 
236
- #: includes/emails/class-cr-email-coupon.php:129
237
- #: includes/emails/class-cr-email.php:388
238
  msgid "Jane Doe"
239
  msgstr ""
240
 
241
- #: includes/emails/class-cr-email-coupon.php:160
242
- #: includes/emails/class-cr-email.php:396
243
- #: includes/emails/class-cr-email.php:430
244
- #: includes/reminders/class-cr-local-forms.php:349
245
  msgid "Item 1 Test"
246
  msgstr ""
247
 
248
- #: includes/emails/class-cr-email-coupon.php:164
249
- #: includes/emails/class-cr-email.php:398
250
- #: includes/emails/class-cr-email.php:435
251
- #: includes/reminders/class-cr-local-forms.php:354
252
  msgid "Item 2 Test"
253
  msgstr ""
254
 
@@ -272,33 +260,33 @@ msgid ""
272
  "at {site_title}."
273
  msgstr ""
274
 
275
- #: includes/emails/class-cr-email.php:168
276
  msgid "Error: the order %s does not exist anymore."
277
  msgstr ""
278
 
279
- #: includes/emails/class-cr-email.php:381
280
  msgid ""
281
  "Error: the order does not contain any products for which review reminders "
282
  "are enabled in the settings."
283
  msgstr ""
284
 
285
- #: includes/emails/class-cr-email.php:496
286
  msgid "Error: only one review invitation per order is allowed."
287
  msgstr ""
288
 
289
- #: includes/emails/class-cr-email.php:496
290
  msgid "View additional information"
291
  msgstr ""
292
 
293
- #: includes/emails/class-cr-email.php:498
294
  msgid "Error: the customer has already reviewed all products from this order."
295
  msgstr ""
296
 
297
- #: includes/emails/class-cr-email.php:500
298
  msgid "Error: the customer has unsubscribed from emails."
299
  msgstr ""
300
 
301
- #: includes/emails/class-cr-email.php:502
302
  msgid ""
303
  "Error: the customer has already left a review for a different order in the "
304
  "past."
@@ -363,26 +351,26 @@ msgid ""
363
  "progress)"
364
  msgstr ""
365
 
366
- #: includes/google/class-cr-admin-menu-product-feed.php:56
367
  msgid ""
368
  "XML Product Review Feed for Google Shopping is being generated in background "
369
  "- reviews %1$s to %2$s out of %3$s (reload the page to see the latest "
370
  "progress)"
371
  msgstr ""
372
 
373
- #: includes/google/class-cr-admin-menu-product-feed.php:62
374
  msgid "XML Feeds might not be created correctly because WP Cron is disabled"
375
  msgstr ""
376
 
377
- #: includes/google/class-cr-admin-menu-product-feed.php:72
378
  msgid "Integration with Google Services"
379
  msgstr ""
380
 
381
- #: includes/google/class-cr-admin-menu-product-feed.php:73
382
  msgid "Google"
383
  msgstr ""
384
 
385
- #: includes/google/class-cr-admin-menu-product-feed.php:138
386
  #: includes/google/class-cr-product-feed-reviews.php:41
387
  #: includes/reviews/class-cr-admin-menu-reviews.php:48
388
  #: includes/reviews/class-cr-admin-menu-reviews.php:49
@@ -393,16 +381,16 @@ msgstr ""
393
  msgid "Reviews"
394
  msgstr ""
395
 
396
- #: includes/google/class-cr-admin-menu-product-feed.php:146
397
  msgid "Select a category"
398
  msgstr ""
399
 
400
- #: includes/google/class-cr-admin-menu-product-feed.php:147
401
  msgid "Select a field"
402
  msgstr ""
403
 
404
- #: includes/google/class-cr-google-shopping-feed.php:367
405
- #: includes/reminders/class-cr-local-forms.php:195
406
  msgid "Anonymous"
407
  msgstr ""
408
 
@@ -1842,67 +1830,67 @@ msgstr ""
1842
  msgid "Error: accepted file types are PNG, JPG, JPEG, GIF"
1843
  msgstr ""
1844
 
1845
- #: includes/reminders/class-cr-local-forms.php:119
1846
  msgid "* Required"
1847
  msgstr ""
1848
 
1849
- #: includes/reminders/class-cr-local-forms.php:121
1850
  msgid "Thank you for submitting a review!"
1851
  msgstr ""
1852
 
1853
- #: includes/reminders/class-cr-local-forms.php:122
1854
  msgid "Your response has been recorded."
1855
  msgstr ""
1856
 
1857
- #: includes/reminders/class-cr-local-forms.php:123
1858
  msgid "Edit your review"
1859
  msgstr ""
1860
 
1861
- #: includes/reminders/class-cr-local-forms.php:145
1862
  msgid "Comment"
1863
  msgstr ""
1864
 
1865
- #: includes/reminders/class-cr-local-forms.php:146
1866
  msgid "Your comment"
1867
  msgstr ""
1868
 
1869
- #: includes/reminders/class-cr-local-forms.php:151
1870
  msgid "Rate website, customer service and delivery"
1871
  msgstr ""
1872
 
1873
- #: includes/reminders/class-cr-local-forms.php:157
1874
  #: blocks/src/reviews-grid/edit.js:134 js/blocks.js:767
1875
  msgid "Rating"
1876
  msgstr ""
1877
 
1878
- #: includes/reminders/class-cr-local-forms.php:178
1879
  msgid "Upload Photos/Video"
1880
  msgstr ""
1881
 
1882
- #: includes/reminders/class-cr-local-forms.php:179
1883
  msgid "Add photos or video to your review"
1884
  msgstr ""
1885
 
1886
- #: includes/reminders/class-cr-local-forms.php:194
1887
  msgid "Display name"
1888
  msgstr ""
1889
 
1890
- #: includes/reminders/class-cr-local-forms.php:216
1891
  msgid ""
1892
  "By submitting your review, you agree to the <a href=\"%s\" target=\"_blank\" "
1893
  "rel=\"noopener noreferrer\">terms and conditions</a>."
1894
  msgstr ""
1895
 
1896
- #: includes/reminders/class-cr-local-forms.php:217 templates/qna-tab.php:75
1897
  #: templates/qna-tab.php:119
1898
  msgid "Submit"
1899
  msgstr ""
1900
 
1901
- #: includes/reminders/class-cr-local-forms.php:235
1902
  msgid "This form was created by %1$s using %2$s plugin."
1903
  msgstr ""
1904
 
1905
- #: includes/reminders/class-cr-local-forms.php:237
1906
  msgid "This form was created by %1$s."
1907
  msgstr ""
1908
 
@@ -2200,6 +2188,19 @@ msgstr ""
2200
  msgid "Search"
2201
  msgstr ""
2202
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2203
  #: includes/reviews/class-cr-reviews-list-table.php:210
2204
  msgid "No reviews found."
2205
  msgstr ""
@@ -2344,7 +2345,7 @@ msgstr ""
2344
  #: includes/reviews/class-cr-reviews-media-download.php:174
2345
  #: includes/reviews/class-cr-reviews-media-download.php:180
2346
  #: includes/reviews/class-cr-reviews-media-download.php:185
2347
- #: includes/reviews/class-cr-reviews-media-download.php:190
2348
  msgid "An error occurred while downloading a media file. Error code: %s."
2349
  msgstr ""
2350
 
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
  msgid "This reply was originally posted on CR portal"
44
  msgstr ""
45
 
 
 
 
 
 
 
 
 
 
 
 
 
46
  #: class-ivole.php:150
47
  msgid "View CusRev documentation"
48
  msgstr ""
196
  msgid "Discount Coupon for You"
197
  msgstr ""
198
 
199
+ #: includes/emails/class-cr-email-coupon.php:134
200
+ #: includes/emails/class-cr-email.php:144 includes/misc/class-cr-license.php:24
201
  #: includes/misc/class-cr-license.php:93
202
  #: includes/reminders/class-cr-manual.php:201
203
  #: includes/trust-badge/class-cr-verified-reviews.php:62
205
  msgid "Error: cURL library is missing on the server."
206
  msgstr ""
207
 
208
+ #: includes/emails/class-cr-email-coupon.php:147
209
+ #: includes/emails/class-cr-email-coupon.php:174
210
+ #: includes/emails/class-cr-email.php:408
211
+ #: includes/emails/class-cr-email.php:446
212
+ #: includes/reminders/class-cr-local-forms.php:354
213
  msgid "Jane"
214
  msgstr ""
215
 
216
+ #: includes/emails/class-cr-email-coupon.php:148
217
+ #: includes/emails/class-cr-email-coupon.php:175
218
+ #: includes/emails/class-cr-email.php:409
219
+ #: includes/emails/class-cr-email.php:447
220
+ #: includes/reminders/class-cr-local-forms.php:355
221
  msgid "Doe"
222
  msgstr ""
223
 
224
+ #: includes/emails/class-cr-email-coupon.php:149
225
+ #: includes/emails/class-cr-email.php:410
226
  msgid "Jane Doe"
227
  msgstr ""
228
 
229
+ #: includes/emails/class-cr-email-coupon.php:180
230
+ #: includes/emails/class-cr-email.php:418
231
+ #: includes/emails/class-cr-email.php:452
232
+ #: includes/reminders/class-cr-local-forms.php:362
233
  msgid "Item 1 Test"
234
  msgstr ""
235
 
236
+ #: includes/emails/class-cr-email-coupon.php:184
237
+ #: includes/emails/class-cr-email.php:420
238
+ #: includes/emails/class-cr-email.php:457
239
+ #: includes/reminders/class-cr-local-forms.php:367
240
  msgid "Item 2 Test"
241
  msgstr ""
242
 
260
  "at {site_title}."
261
  msgstr ""
262
 
263
+ #: includes/emails/class-cr-email.php:190
264
  msgid "Error: the order %s does not exist anymore."
265
  msgstr ""
266
 
267
+ #: includes/emails/class-cr-email.php:403
268
  msgid ""
269
  "Error: the order does not contain any products for which review reminders "
270
  "are enabled in the settings."
271
  msgstr ""
272
 
273
+ #: includes/emails/class-cr-email.php:518
274
  msgid "Error: only one review invitation per order is allowed."
275
  msgstr ""
276
 
277
+ #: includes/emails/class-cr-email.php:518
278
  msgid "View additional information"
279
  msgstr ""
280
 
281
+ #: includes/emails/class-cr-email.php:520
282
  msgid "Error: the customer has already reviewed all products from this order."
283
  msgstr ""
284
 
285
+ #: includes/emails/class-cr-email.php:522
286
  msgid "Error: the customer has unsubscribed from emails."
287
  msgstr ""
288
 
289
+ #: includes/emails/class-cr-email.php:524
290
  msgid ""
291
  "Error: the customer has already left a review for a different order in the "
292
  "past."
351
  "progress)"
352
  msgstr ""
353
 
354
+ #: includes/google/class-cr-admin-menu-product-feed.php:59
355
  msgid ""
356
  "XML Product Review Feed for Google Shopping is being generated in background "
357
  "- reviews %1$s to %2$s out of %3$s (reload the page to see the latest "
358
  "progress)"
359
  msgstr ""
360
 
361
+ #: includes/google/class-cr-admin-menu-product-feed.php:65
362
  msgid "XML Feeds might not be created correctly because WP Cron is disabled"
363
  msgstr ""
364
 
365
+ #: includes/google/class-cr-admin-menu-product-feed.php:75
366
  msgid "Integration with Google Services"
367
  msgstr ""
368
 
369
+ #: includes/google/class-cr-admin-menu-product-feed.php:76
370
  msgid "Google"
371
  msgstr ""
372
 
373
+ #: includes/google/class-cr-admin-menu-product-feed.php:141
374
  #: includes/google/class-cr-product-feed-reviews.php:41
375
  #: includes/reviews/class-cr-admin-menu-reviews.php:48
376
  #: includes/reviews/class-cr-admin-menu-reviews.php:49
381
  msgid "Reviews"
382
  msgstr ""
383
 
384
+ #: includes/google/class-cr-admin-menu-product-feed.php:149
385
  msgid "Select a category"
386
  msgstr ""
387
 
388
+ #: includes/google/class-cr-admin-menu-product-feed.php:150
389
  msgid "Select a field"
390
  msgstr ""
391
 
392
+ #: includes/google/class-cr-google-shopping-feed.php:369
393
+ #: includes/reminders/class-cr-local-forms.php:208
394
  msgid "Anonymous"
395
  msgstr ""
396
 
1830
  msgid "Error: accepted file types are PNG, JPG, JPEG, GIF"
1831
  msgstr ""
1832
 
1833
+ #: includes/reminders/class-cr-local-forms.php:132
1834
  msgid "* Required"
1835
  msgstr ""
1836
 
1837
+ #: includes/reminders/class-cr-local-forms.php:134
1838
  msgid "Thank you for submitting a review!"
1839
  msgstr ""
1840
 
1841
+ #: includes/reminders/class-cr-local-forms.php:135
1842
  msgid "Your response has been recorded."
1843
  msgstr ""
1844
 
1845
+ #: includes/reminders/class-cr-local-forms.php:136
1846
  msgid "Edit your review"
1847
  msgstr ""
1848
 
1849
+ #: includes/reminders/class-cr-local-forms.php:158
1850
  msgid "Comment"
1851
  msgstr ""
1852
 
1853
+ #: includes/reminders/class-cr-local-forms.php:159
1854
  msgid "Your comment"
1855
  msgstr ""
1856
 
1857
+ #: includes/reminders/class-cr-local-forms.php:164
1858
  msgid "Rate website, customer service and delivery"
1859
  msgstr ""
1860
 
1861
+ #: includes/reminders/class-cr-local-forms.php:170
1862
  #: blocks/src/reviews-grid/edit.js:134 js/blocks.js:767
1863
  msgid "Rating"
1864
  msgstr ""
1865
 
1866
+ #: includes/reminders/class-cr-local-forms.php:191
1867
  msgid "Upload Photos/Video"
1868
  msgstr ""
1869
 
1870
+ #: includes/reminders/class-cr-local-forms.php:192
1871
  msgid "Add photos or video to your review"
1872
  msgstr ""
1873
 
1874
+ #: includes/reminders/class-cr-local-forms.php:207
1875
  msgid "Display name"
1876
  msgstr ""
1877
 
1878
+ #: includes/reminders/class-cr-local-forms.php:229
1879
  msgid ""
1880
  "By submitting your review, you agree to the <a href=\"%s\" target=\"_blank\" "
1881
  "rel=\"noopener noreferrer\">terms and conditions</a>."
1882
  msgstr ""
1883
 
1884
+ #: includes/reminders/class-cr-local-forms.php:230 templates/qna-tab.php:75
1885
  #: templates/qna-tab.php:119
1886
  msgid "Submit"
1887
  msgstr ""
1888
 
1889
+ #: includes/reminders/class-cr-local-forms.php:248
1890
  msgid "This form was created by %1$s using %2$s plugin."
1891
  msgstr ""
1892
 
1893
+ #: includes/reminders/class-cr-local-forms.php:250
1894
  msgid "This form was created by %1$s."
1895
  msgstr ""
1896
 
2188
  msgid "Search"
2189
  msgstr ""
2190
 
2191
+ #: includes/reviews/class-cr-replies.php:102
2192
+ msgid "A copy of the reply was published on CusRev portal"
2193
+ msgstr ""
2194
+
2195
+ #: includes/reviews/class-cr-replies.php:111
2196
+ #: includes/reviews/class-cr-replies.php:124
2197
+ msgid "Unknown error"
2198
+ msgstr ""
2199
+
2200
+ #: includes/reviews/class-cr-replies.php:131
2201
+ msgid "ID of the current user is not set"
2202
+ msgstr ""
2203
+
2204
  #: includes/reviews/class-cr-reviews-list-table.php:210
2205
  msgid "No reviews found."
2206
  msgstr ""
2345
  #: includes/reviews/class-cr-reviews-media-download.php:174
2346
  #: includes/reviews/class-cr-reviews-media-download.php:180
2347
  #: includes/reviews/class-cr-reviews-media-download.php:185
2348
+ #: includes/reviews/class-cr-reviews-media-download.php:195
2349
  msgid "An error occurred while downloading a media file. Error code: %s."
2350
  msgstr ""
2351
 
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-25T18:25:49+00:00\n"
10
  "PO-Revision-Date: 2018-10-07 17:11+0100\n"
11
  "Last-Translator: \n"
12
  "Language-Team: \n"
@@ -43,18 +43,6 @@ msgstr ""
43
  msgid "This reply was originally posted on CR portal"
44
  msgstr ""
45
 
46
- #: class-ivole-replies.php:102
47
- msgid "A copy of the reply was published on CusRev portal"
48
- msgstr ""
49
-
50
- #: class-ivole-replies.php:111 class-ivole-replies.php:124
51
- msgid "Unknown error"
52
- msgstr ""
53
-
54
- #: class-ivole-replies.php:131
55
- msgid "ID of the current user is not set"
56
- msgstr ""
57
-
58
  #: class-ivole.php:150
59
  msgid "View CusRev documentation"
60
  msgstr ""
@@ -208,8 +196,8 @@ msgstr ""
208
  msgid "Discount Coupon for You"
209
  msgstr ""
210
 
211
- #: includes/emails/class-cr-email-coupon.php:114
212
- #: includes/emails/class-cr-email.php:122 includes/misc/class-cr-license.php:24
213
  #: includes/misc/class-cr-license.php:93
214
  #: includes/reminders/class-cr-manual.php:201
215
  #: includes/trust-badge/class-cr-verified-reviews.php:62
@@ -217,38 +205,38 @@ msgstr ""
217
  msgid "Error: cURL library is missing on the server."
218
  msgstr ""
219
 
220
- #: includes/emails/class-cr-email-coupon.php:127
221
- #: includes/emails/class-cr-email-coupon.php:154
222
- #: includes/emails/class-cr-email.php:386
223
- #: includes/emails/class-cr-email.php:424
224
- #: includes/reminders/class-cr-local-forms.php:341
225
  msgid "Jane"
226
  msgstr ""
227
 
228
- #: includes/emails/class-cr-email-coupon.php:128
229
- #: includes/emails/class-cr-email-coupon.php:155
230
- #: includes/emails/class-cr-email.php:387
231
- #: includes/emails/class-cr-email.php:425
232
- #: includes/reminders/class-cr-local-forms.php:342
233
  msgid "Doe"
234
  msgstr ""
235
 
236
- #: includes/emails/class-cr-email-coupon.php:129
237
- #: includes/emails/class-cr-email.php:388
238
  msgid "Jane Doe"
239
  msgstr ""
240
 
241
- #: includes/emails/class-cr-email-coupon.php:160
242
- #: includes/emails/class-cr-email.php:396
243
- #: includes/emails/class-cr-email.php:430
244
- #: includes/reminders/class-cr-local-forms.php:349
245
  msgid "Item 1 Test"
246
  msgstr ""
247
 
248
- #: includes/emails/class-cr-email-coupon.php:164
249
- #: includes/emails/class-cr-email.php:398
250
- #: includes/emails/class-cr-email.php:435
251
- #: includes/reminders/class-cr-local-forms.php:354
252
  msgid "Item 2 Test"
253
  msgstr ""
254
 
@@ -272,33 +260,33 @@ msgid ""
272
  "at {site_title}."
273
  msgstr ""
274
 
275
- #: includes/emails/class-cr-email.php:168
276
  msgid "Error: the order %s does not exist anymore."
277
  msgstr ""
278
 
279
- #: includes/emails/class-cr-email.php:381
280
  msgid ""
281
  "Error: the order does not contain any products for which review reminders "
282
  "are enabled in the settings."
283
  msgstr ""
284
 
285
- #: includes/emails/class-cr-email.php:496
286
  msgid "Error: only one review invitation per order is allowed."
287
  msgstr ""
288
 
289
- #: includes/emails/class-cr-email.php:496
290
  msgid "View additional information"
291
  msgstr ""
292
 
293
- #: includes/emails/class-cr-email.php:498
294
  msgid "Error: the customer has already reviewed all products from this order."
295
  msgstr ""
296
 
297
- #: includes/emails/class-cr-email.php:500
298
  msgid "Error: the customer has unsubscribed from emails."
299
  msgstr ""
300
 
301
- #: includes/emails/class-cr-email.php:502
302
  msgid ""
303
  "Error: the customer has already left a review for a different order in the "
304
  "past."
@@ -363,26 +351,26 @@ msgid ""
363
  "progress)"
364
  msgstr ""
365
 
366
- #: includes/google/class-cr-admin-menu-product-feed.php:56
367
  msgid ""
368
  "XML Product Review Feed for Google Shopping is being generated in background "
369
  "- reviews %1$s to %2$s out of %3$s (reload the page to see the latest "
370
  "progress)"
371
  msgstr ""
372
 
373
- #: includes/google/class-cr-admin-menu-product-feed.php:62
374
  msgid "XML Feeds might not be created correctly because WP Cron is disabled"
375
  msgstr ""
376
 
377
- #: includes/google/class-cr-admin-menu-product-feed.php:72
378
  msgid "Integration with Google Services"
379
  msgstr ""
380
 
381
- #: includes/google/class-cr-admin-menu-product-feed.php:73
382
  msgid "Google"
383
  msgstr ""
384
 
385
- #: includes/google/class-cr-admin-menu-product-feed.php:138
386
  #: includes/google/class-cr-product-feed-reviews.php:41
387
  #: includes/reviews/class-cr-admin-menu-reviews.php:48
388
  #: includes/reviews/class-cr-admin-menu-reviews.php:49
@@ -393,16 +381,16 @@ msgstr ""
393
  msgid "Reviews"
394
  msgstr ""
395
 
396
- #: includes/google/class-cr-admin-menu-product-feed.php:146
397
  msgid "Select a category"
398
  msgstr ""
399
 
400
- #: includes/google/class-cr-admin-menu-product-feed.php:147
401
  msgid "Select a field"
402
  msgstr ""
403
 
404
- #: includes/google/class-cr-google-shopping-feed.php:367
405
- #: includes/reminders/class-cr-local-forms.php:195
406
  msgid "Anonymous"
407
  msgstr ""
408
 
@@ -1842,67 +1830,67 @@ msgstr ""
1842
  msgid "Error: accepted file types are PNG, JPG, JPEG, GIF"
1843
  msgstr ""
1844
 
1845
- #: includes/reminders/class-cr-local-forms.php:119
1846
  msgid "* Required"
1847
  msgstr ""
1848
 
1849
- #: includes/reminders/class-cr-local-forms.php:121
1850
  msgid "Thank you for submitting a review!"
1851
  msgstr ""
1852
 
1853
- #: includes/reminders/class-cr-local-forms.php:122
1854
  msgid "Your response has been recorded."
1855
  msgstr ""
1856
 
1857
- #: includes/reminders/class-cr-local-forms.php:123
1858
  msgid "Edit your review"
1859
  msgstr ""
1860
 
1861
- #: includes/reminders/class-cr-local-forms.php:145
1862
  msgid "Comment"
1863
  msgstr ""
1864
 
1865
- #: includes/reminders/class-cr-local-forms.php:146
1866
  msgid "Your comment"
1867
  msgstr ""
1868
 
1869
- #: includes/reminders/class-cr-local-forms.php:151
1870
  msgid "Rate website, customer service and delivery"
1871
  msgstr ""
1872
 
1873
- #: includes/reminders/class-cr-local-forms.php:157
1874
  #: blocks/src/reviews-grid/edit.js:134 js/blocks.js:767
1875
  msgid "Rating"
1876
  msgstr ""
1877
 
1878
- #: includes/reminders/class-cr-local-forms.php:178
1879
  msgid "Upload Photos/Video"
1880
  msgstr ""
1881
 
1882
- #: includes/reminders/class-cr-local-forms.php:179
1883
  msgid "Add photos or video to your review"
1884
  msgstr ""
1885
 
1886
- #: includes/reminders/class-cr-local-forms.php:194
1887
  msgid "Display name"
1888
  msgstr ""
1889
 
1890
- #: includes/reminders/class-cr-local-forms.php:216
1891
  msgid ""
1892
  "By submitting your review, you agree to the <a href=\"%s\" target=\"_blank\" "
1893
  "rel=\"noopener noreferrer\">terms and conditions</a>."
1894
  msgstr ""
1895
 
1896
- #: includes/reminders/class-cr-local-forms.php:217 templates/qna-tab.php:75
1897
  #: templates/qna-tab.php:119
1898
  msgid "Submit"
1899
  msgstr ""
1900
 
1901
- #: includes/reminders/class-cr-local-forms.php:235
1902
  msgid "This form was created by %1$s using %2$s plugin."
1903
  msgstr ""
1904
 
1905
- #: includes/reminders/class-cr-local-forms.php:237
1906
  msgid "This form was created by %1$s."
1907
  msgstr ""
1908
 
@@ -2200,6 +2188,19 @@ msgstr ""
2200
  msgid "Search"
2201
  msgstr ""
2202
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2203
  #: includes/reviews/class-cr-reviews-list-table.php:210
2204
  msgid "No reviews found."
2205
  msgstr ""
@@ -2344,7 +2345,7 @@ msgstr ""
2344
  #: includes/reviews/class-cr-reviews-media-download.php:174
2345
  #: includes/reviews/class-cr-reviews-media-download.php:180
2346
  #: includes/reviews/class-cr-reviews-media-download.php:185
2347
- #: includes/reviews/class-cr-reviews-media-download.php:190
2348
  msgid "An error occurred while downloading a media file. Error code: %s."
2349
  msgstr ""
2350
 
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
  msgid "This reply was originally posted on CR portal"
44
  msgstr ""
45
 
 
 
 
 
 
 
 
 
 
 
 
 
46
  #: class-ivole.php:150
47
  msgid "View CusRev documentation"
48
  msgstr ""
196
  msgid "Discount Coupon for You"
197
  msgstr ""
198
 
199
+ #: includes/emails/class-cr-email-coupon.php:134
200
+ #: includes/emails/class-cr-email.php:144 includes/misc/class-cr-license.php:24
201
  #: includes/misc/class-cr-license.php:93
202
  #: includes/reminders/class-cr-manual.php:201
203
  #: includes/trust-badge/class-cr-verified-reviews.php:62
205
  msgid "Error: cURL library is missing on the server."
206
  msgstr ""
207
 
208
+ #: includes/emails/class-cr-email-coupon.php:147
209
+ #: includes/emails/class-cr-email-coupon.php:174
210
+ #: includes/emails/class-cr-email.php:408
211
+ #: includes/emails/class-cr-email.php:446
212
+ #: includes/reminders/class-cr-local-forms.php:354
213
  msgid "Jane"
214
  msgstr ""
215
 
216
+ #: includes/emails/class-cr-email-coupon.php:148
217
+ #: includes/emails/class-cr-email-coupon.php:175
218
+ #: includes/emails/class-cr-email.php:409
219
+ #: includes/emails/class-cr-email.php:447
220
+ #: includes/reminders/class-cr-local-forms.php:355
221
  msgid "Doe"
222
  msgstr ""
223
 
224
+ #: includes/emails/class-cr-email-coupon.php:149
225
+ #: includes/emails/class-cr-email.php:410
226
  msgid "Jane Doe"
227
  msgstr ""
228
 
229
+ #: includes/emails/class-cr-email-coupon.php:180
230
+ #: includes/emails/class-cr-email.php:418
231
+ #: includes/emails/class-cr-email.php:452
232
+ #: includes/reminders/class-cr-local-forms.php:362
233
  msgid "Item 1 Test"
234
  msgstr ""
235
 
236
+ #: includes/emails/class-cr-email-coupon.php:184
237
+ #: includes/emails/class-cr-email.php:420
238
+ #: includes/emails/class-cr-email.php:457
239
+ #: includes/reminders/class-cr-local-forms.php:367
240
  msgid "Item 2 Test"
241
  msgstr ""
242
 
260
  "at {site_title}."
261
  msgstr ""
262
 
263
+ #: includes/emails/class-cr-email.php:190
264
  msgid "Error: the order %s does not exist anymore."
265
  msgstr ""
266
 
267
+ #: includes/emails/class-cr-email.php:403
268
  msgid ""
269
  "Error: the order does not contain any products for which review reminders "
270
  "are enabled in the settings."
271
  msgstr ""
272
 
273
+ #: includes/emails/class-cr-email.php:518
274
  msgid "Error: only one review invitation per order is allowed."
275
  msgstr ""
276
 
277
+ #: includes/emails/class-cr-email.php:518
278
  msgid "View additional information"
279
  msgstr ""
280
 
281
+ #: includes/emails/class-cr-email.php:520
282
  msgid "Error: the customer has already reviewed all products from this order."
283
  msgstr ""
284
 
285
+ #: includes/emails/class-cr-email.php:522
286
  msgid "Error: the customer has unsubscribed from emails."
287
  msgstr ""
288
 
289
+ #: includes/emails/class-cr-email.php:524
290
  msgid ""
291
  "Error: the customer has already left a review for a different order in the "
292
  "past."
351
  "progress)"
352
  msgstr ""
353
 
354
+ #: includes/google/class-cr-admin-menu-product-feed.php:59
355
  msgid ""
356
  "XML Product Review Feed for Google Shopping is being generated in background "
357
  "- reviews %1$s to %2$s out of %3$s (reload the page to see the latest "
358
  "progress)"
359
  msgstr ""
360
 
361
+ #: includes/google/class-cr-admin-menu-product-feed.php:65
362
  msgid "XML Feeds might not be created correctly because WP Cron is disabled"
363
  msgstr ""
364
 
365
+ #: includes/google/class-cr-admin-menu-product-feed.php:75
366
  msgid "Integration with Google Services"
367
  msgstr ""
368
 
369
+ #: includes/google/class-cr-admin-menu-product-feed.php:76
370
  msgid "Google"
371
  msgstr ""
372
 
373
+ #: includes/google/class-cr-admin-menu-product-feed.php:141
374
  #: includes/google/class-cr-product-feed-reviews.php:41
375
  #: includes/reviews/class-cr-admin-menu-reviews.php:48
376
  #: includes/reviews/class-cr-admin-menu-reviews.php:49
381
  msgid "Reviews"
382
  msgstr ""
383
 
384
+ #: includes/google/class-cr-admin-menu-product-feed.php:149
385
  msgid "Select a category"
386
  msgstr ""
387
 
388
+ #: includes/google/class-cr-admin-menu-product-feed.php:150
389
  msgid "Select a field"
390
  msgstr ""
391
 
392
+ #: includes/google/class-cr-google-shopping-feed.php:369
393
+ #: includes/reminders/class-cr-local-forms.php:208
394
  msgid "Anonymous"
395
  msgstr ""
396
 
1830
  msgid "Error: accepted file types are PNG, JPG, JPEG, GIF"
1831
  msgstr ""
1832
 
1833
+ #: includes/reminders/class-cr-local-forms.php:132
1834
  msgid "* Required"
1835
  msgstr ""
1836
 
1837
+ #: includes/reminders/class-cr-local-forms.php:134
1838
  msgid "Thank you for submitting a review!"
1839
  msgstr ""
1840
 
1841
+ #: includes/reminders/class-cr-local-forms.php:135
1842
  msgid "Your response has been recorded."
1843
  msgstr ""
1844
 
1845
+ #: includes/reminders/class-cr-local-forms.php:136
1846
  msgid "Edit your review"
1847
  msgstr ""
1848
 
1849
+ #: includes/reminders/class-cr-local-forms.php:158
1850
  msgid "Comment"
1851
  msgstr ""
1852
 
1853
+ #: includes/reminders/class-cr-local-forms.php:159
1854
  msgid "Your comment"
1855
  msgstr ""
1856
 
1857
+ #: includes/reminders/class-cr-local-forms.php:164
1858
  msgid "Rate website, customer service and delivery"
1859
  msgstr ""
1860
 
1861
+ #: includes/reminders/class-cr-local-forms.php:170
1862
  #: blocks/src/reviews-grid/edit.js:134 js/blocks.js:767
1863
  msgid "Rating"
1864
  msgstr ""
1865
 
1866
+ #: includes/reminders/class-cr-local-forms.php:191
1867
  msgid "Upload Photos/Video"
1868
  msgstr ""
1869
 
1870
+ #: includes/reminders/class-cr-local-forms.php:192
1871
  msgid "Add photos or video to your review"
1872
  msgstr ""
1873
 
1874
+ #: includes/reminders/class-cr-local-forms.php:207
1875
  msgid "Display name"
1876
  msgstr ""
1877
 
1878
+ #: includes/reminders/class-cr-local-forms.php:229
1879
  msgid ""
1880
  "By submitting your review, you agree to the <a href=\"%s\" target=\"_blank\" "
1881
  "rel=\"noopener noreferrer\">terms and conditions</a>."
1882
  msgstr ""
1883
 
1884
+ #: includes/reminders/class-cr-local-forms.php:230 templates/qna-tab.php:75
1885
  #: templates/qna-tab.php:119
1886
  msgid "Submit"
1887
  msgstr ""
1888
 
1889
+ #: includes/reminders/class-cr-local-forms.php:248
1890
  msgid "This form was created by %1$s using %2$s plugin."
1891
  msgstr ""
1892
 
1893
+ #: includes/reminders/class-cr-local-forms.php:250
1894
  msgid "This form was created by %1$s."
1895
  msgstr ""
1896
 
2188
  msgid "Search"
2189
  msgstr ""
2190
 
2191
+ #: includes/reviews/class-cr-replies.php:102
2192
+ msgid "A copy of the reply was published on CusRev portal"
2193
+ msgstr ""
2194
+
2195
+ #: includes/reviews/class-cr-replies.php:111
2196
+ #: includes/reviews/class-cr-replies.php:124
2197
+ msgid "Unknown error"
2198
+ msgstr ""
2199
+
2200
+ #: includes/reviews/class-cr-replies.php:131
2201
+ msgid "ID of the current user is not set"
2202
+ msgstr ""
2203
+
2204
  #: includes/reviews/class-cr-reviews-list-table.php:210
2205
  msgid "No reviews found."
2206
  msgstr ""
2345
  #: includes/reviews/class-cr-reviews-media-download.php:174
2346
  #: includes/reviews/class-cr-reviews-media-download.php:180
2347
  #: includes/reviews/class-cr-reviews-media-download.php:185
2348
+ #: includes/reviews/class-cr-reviews-media-download.php:195
2349
  msgid "An error occurred while downloading a media file. Error code: %s."
2350
  msgstr ""
2351
 
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-25T18:25:49+00:00\n"
10
  "PO-Revision-Date: 2018-11-07 17:36+0000\n"
11
  "Last-Translator: \n"
12
  "Language-Team: \n"
@@ -44,18 +44,6 @@ msgstr ""
44
  msgid "This reply was originally posted on CR portal"
45
  msgstr ""
46
 
47
- #: class-ivole-replies.php:102
48
- msgid "A copy of the reply was published on CusRev portal"
49
- msgstr ""
50
-
51
- #: class-ivole-replies.php:111 class-ivole-replies.php:124
52
- msgid "Unknown error"
53
- msgstr ""
54
-
55
- #: class-ivole-replies.php:131
56
- msgid "ID of the current user is not set"
57
- msgstr ""
58
-
59
  #: class-ivole.php:150
60
  msgid "View CusRev documentation"
61
  msgstr ""
@@ -215,8 +203,8 @@ msgstr ""
215
  msgid "Discount Coupon for You"
216
  msgstr ""
217
 
218
- #: includes/emails/class-cr-email-coupon.php:114
219
- #: includes/emails/class-cr-email.php:122 includes/misc/class-cr-license.php:24
220
  #: includes/misc/class-cr-license.php:93
221
  #: includes/reminders/class-cr-manual.php:201
222
  #: includes/trust-badge/class-cr-verified-reviews.php:62
@@ -224,38 +212,38 @@ msgstr ""
224
  msgid "Error: cURL library is missing on the server."
225
  msgstr ""
226
 
227
- #: includes/emails/class-cr-email-coupon.php:127
228
- #: includes/emails/class-cr-email-coupon.php:154
229
- #: includes/emails/class-cr-email.php:386
230
- #: includes/emails/class-cr-email.php:424
231
- #: includes/reminders/class-cr-local-forms.php:341
232
  msgid "Jane"
233
  msgstr ""
234
 
235
- #: includes/emails/class-cr-email-coupon.php:128
236
- #: includes/emails/class-cr-email-coupon.php:155
237
- #: includes/emails/class-cr-email.php:387
238
- #: includes/emails/class-cr-email.php:425
239
- #: includes/reminders/class-cr-local-forms.php:342
240
  msgid "Doe"
241
  msgstr ""
242
 
243
- #: includes/emails/class-cr-email-coupon.php:129
244
- #: includes/emails/class-cr-email.php:388
245
  msgid "Jane Doe"
246
  msgstr ""
247
 
248
- #: includes/emails/class-cr-email-coupon.php:160
249
- #: includes/emails/class-cr-email.php:396
250
- #: includes/emails/class-cr-email.php:430
251
- #: includes/reminders/class-cr-local-forms.php:349
252
  msgid "Item 1 Test"
253
  msgstr ""
254
 
255
- #: includes/emails/class-cr-email-coupon.php:164
256
- #: includes/emails/class-cr-email.php:398
257
- #: includes/emails/class-cr-email.php:435
258
- #: includes/reminders/class-cr-local-forms.php:354
259
  msgid "Item 2 Test"
260
  msgstr ""
261
 
@@ -279,33 +267,33 @@ msgid ""
279
  "at {site_title}."
280
  msgstr ""
281
 
282
- #: includes/emails/class-cr-email.php:168
283
  msgid "Error: the order %s does not exist anymore."
284
  msgstr ""
285
 
286
- #: includes/emails/class-cr-email.php:381
287
  msgid ""
288
  "Error: the order does not contain any products for which review reminders "
289
  "are enabled in the settings."
290
  msgstr ""
291
 
292
- #: includes/emails/class-cr-email.php:496
293
  msgid "Error: only one review invitation per order is allowed."
294
  msgstr ""
295
 
296
- #: includes/emails/class-cr-email.php:496
297
  msgid "View additional information"
298
  msgstr ""
299
 
300
- #: includes/emails/class-cr-email.php:498
301
  msgid "Error: the customer has already reviewed all products from this order."
302
  msgstr ""
303
 
304
- #: includes/emails/class-cr-email.php:500
305
  msgid "Error: the customer has unsubscribed from emails."
306
  msgstr ""
307
 
308
- #: includes/emails/class-cr-email.php:502
309
  msgid ""
310
  "Error: the customer has already left a review for a different order in the "
311
  "past."
@@ -370,26 +358,26 @@ msgid ""
370
  "progress)"
371
  msgstr ""
372
 
373
- #: includes/google/class-cr-admin-menu-product-feed.php:56
374
  msgid ""
375
  "XML Product Review Feed for Google Shopping is being generated in background "
376
  "- reviews %1$s to %2$s out of %3$s (reload the page to see the latest "
377
  "progress)"
378
  msgstr ""
379
 
380
- #: includes/google/class-cr-admin-menu-product-feed.php:62
381
  msgid "XML Feeds might not be created correctly because WP Cron is disabled"
382
  msgstr ""
383
 
384
- #: includes/google/class-cr-admin-menu-product-feed.php:72
385
  msgid "Integration with Google Services"
386
  msgstr ""
387
 
388
- #: includes/google/class-cr-admin-menu-product-feed.php:73
389
  msgid "Google"
390
  msgstr ""
391
 
392
- #: includes/google/class-cr-admin-menu-product-feed.php:138
393
  #: includes/google/class-cr-product-feed-reviews.php:41
394
  #: includes/reviews/class-cr-admin-menu-reviews.php:48
395
  #: includes/reviews/class-cr-admin-menu-reviews.php:49
@@ -400,16 +388,16 @@ msgstr ""
400
  msgid "Reviews"
401
  msgstr ""
402
 
403
- #: includes/google/class-cr-admin-menu-product-feed.php:146
404
  msgid "Select a category"
405
  msgstr ""
406
 
407
- #: includes/google/class-cr-admin-menu-product-feed.php:147
408
  msgid "Select a field"
409
  msgstr ""
410
 
411
- #: includes/google/class-cr-google-shopping-feed.php:367
412
- #: includes/reminders/class-cr-local-forms.php:195
413
  msgid "Anonymous"
414
  msgstr ""
415
 
@@ -1865,67 +1853,67 @@ msgstr ""
1865
  msgid "Error: accepted file types are PNG, JPG, JPEG, GIF"
1866
  msgstr ""
1867
 
1868
- #: includes/reminders/class-cr-local-forms.php:119
1869
  msgid "* Required"
1870
  msgstr ""
1871
 
1872
- #: includes/reminders/class-cr-local-forms.php:121
1873
  msgid "Thank you for submitting a review!"
1874
  msgstr ""
1875
 
1876
- #: includes/reminders/class-cr-local-forms.php:122
1877
  msgid "Your response has been recorded."
1878
  msgstr ""
1879
 
1880
- #: includes/reminders/class-cr-local-forms.php:123
1881
  msgid "Edit your review"
1882
  msgstr ""
1883
 
1884
- #: includes/reminders/class-cr-local-forms.php:145
1885
  msgid "Comment"
1886
  msgstr ""
1887
 
1888
- #: includes/reminders/class-cr-local-forms.php:146
1889
  msgid "Your comment"
1890
  msgstr ""
1891
 
1892
- #: includes/reminders/class-cr-local-forms.php:151
1893
  msgid "Rate website, customer service and delivery"
1894
  msgstr ""
1895
 
1896
- #: includes/reminders/class-cr-local-forms.php:157
1897
  #: blocks/src/reviews-grid/edit.js:134 js/blocks.js:767
1898
  msgid "Rating"
1899
  msgstr ""
1900
 
1901
- #: includes/reminders/class-cr-local-forms.php:178
1902
  msgid "Upload Photos/Video"
1903
  msgstr ""
1904
 
1905
- #: includes/reminders/class-cr-local-forms.php:179
1906
  msgid "Add photos or video to your review"
1907
  msgstr ""
1908
 
1909
- #: includes/reminders/class-cr-local-forms.php:194
1910
  msgid "Display name"
1911
  msgstr ""
1912
 
1913
- #: includes/reminders/class-cr-local-forms.php:216
1914
  msgid ""
1915
  "By submitting your review, you agree to the <a href=\"%s\" target=\"_blank\" "
1916
  "rel=\"noopener noreferrer\">terms and conditions</a>."
1917
  msgstr ""
1918
 
1919
- #: includes/reminders/class-cr-local-forms.php:217 templates/qna-tab.php:75
1920
  #: templates/qna-tab.php:119
1921
  msgid "Submit"
1922
  msgstr ""
1923
 
1924
- #: includes/reminders/class-cr-local-forms.php:235
1925
  msgid "This form was created by %1$s using %2$s plugin."
1926
  msgstr ""
1927
 
1928
- #: includes/reminders/class-cr-local-forms.php:237
1929
  msgid "This form was created by %1$s."
1930
  msgstr ""
1931
 
@@ -2227,6 +2215,19 @@ msgstr ""
2227
  msgid "Search"
2228
  msgstr ""
2229
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2230
  #: includes/reviews/class-cr-reviews-list-table.php:210
2231
  msgid "No reviews found."
2232
  msgstr ""
@@ -2373,7 +2374,7 @@ msgstr ""
2373
  #: includes/reviews/class-cr-reviews-media-download.php:174
2374
  #: includes/reviews/class-cr-reviews-media-download.php:180
2375
  #: includes/reviews/class-cr-reviews-media-download.php:185
2376
- #: includes/reviews/class-cr-reviews-media-download.php:190
2377
  msgid "An error occurred while downloading a media file. Error code: %s."
2378
  msgstr ""
2379
 
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
  msgid "This reply was originally posted on CR portal"
45
  msgstr ""
46
 
 
 
 
 
 
 
 
 
 
 
 
 
47
  #: class-ivole.php:150
48
  msgid "View CusRev documentation"
49
  msgstr ""
203
  msgid "Discount Coupon for You"
204
  msgstr ""
205
 
206
+ #: includes/emails/class-cr-email-coupon.php:134
207
+ #: includes/emails/class-cr-email.php:144 includes/misc/class-cr-license.php:24
208
  #: includes/misc/class-cr-license.php:93
209
  #: includes/reminders/class-cr-manual.php:201
210
  #: includes/trust-badge/class-cr-verified-reviews.php:62
212
  msgid "Error: cURL library is missing on the server."
213
  msgstr ""
214
 
215
+ #: includes/emails/class-cr-email-coupon.php:147
216
+ #: includes/emails/class-cr-email-coupon.php:174
217
+ #: includes/emails/class-cr-email.php:408
218
+ #: includes/emails/class-cr-email.php:446
219
+ #: includes/reminders/class-cr-local-forms.php:354
220
  msgid "Jane"
221
  msgstr ""
222
 
223
+ #: includes/emails/class-cr-email-coupon.php:148
224
+ #: includes/emails/class-cr-email-coupon.php:175
225
+ #: includes/emails/class-cr-email.php:409
226
+ #: includes/emails/class-cr-email.php:447
227
+ #: includes/reminders/class-cr-local-forms.php:355
228
  msgid "Doe"
229
  msgstr ""
230
 
231
+ #: includes/emails/class-cr-email-coupon.php:149
232
+ #: includes/emails/class-cr-email.php:410
233
  msgid "Jane Doe"
234
  msgstr ""
235
 
236
+ #: includes/emails/class-cr-email-coupon.php:180
237
+ #: includes/emails/class-cr-email.php:418
238
+ #: includes/emails/class-cr-email.php:452
239
+ #: includes/reminders/class-cr-local-forms.php:362
240
  msgid "Item 1 Test"
241
  msgstr ""
242
 
243
+ #: includes/emails/class-cr-email-coupon.php:184
244
+ #: includes/emails/class-cr-email.php:420
245
+ #: includes/emails/class-cr-email.php:457
246
+ #: includes/reminders/class-cr-local-forms.php:367
247
  msgid "Item 2 Test"
248
  msgstr ""
249
 
267
  "at {site_title}."
268
  msgstr ""
269
 
270
+ #: includes/emails/class-cr-email.php:190
271
  msgid "Error: the order %s does not exist anymore."
272
  msgstr ""
273
 
274
+ #: includes/emails/class-cr-email.php:403
275
  msgid ""
276
  "Error: the order does not contain any products for which review reminders "
277
  "are enabled in the settings."
278
  msgstr ""
279
 
280
+ #: includes/emails/class-cr-email.php:518
281
  msgid "Error: only one review invitation per order is allowed."
282
  msgstr ""
283
 
284
+ #: includes/emails/class-cr-email.php:518
285
  msgid "View additional information"
286
  msgstr ""
287
 
288
+ #: includes/emails/class-cr-email.php:520
289
  msgid "Error: the customer has already reviewed all products from this order."
290
  msgstr ""
291
 
292
+ #: includes/emails/class-cr-email.php:522
293
  msgid "Error: the customer has unsubscribed from emails."
294
  msgstr ""
295
 
296
+ #: includes/emails/class-cr-email.php:524
297
  msgid ""
298
  "Error: the customer has already left a review for a different order in the "
299
  "past."
358
  "progress)"
359
  msgstr ""
360
 
361
+ #: includes/google/class-cr-admin-menu-product-feed.php:59
362
  msgid ""
363
  "XML Product Review Feed for Google Shopping is being generated in background "
364
  "- reviews %1$s to %2$s out of %3$s (reload the page to see the latest "
365
  "progress)"
366
  msgstr ""
367
 
368
+ #: includes/google/class-cr-admin-menu-product-feed.php:65
369
  msgid "XML Feeds might not be created correctly because WP Cron is disabled"
370
  msgstr ""
371
 
372
+ #: includes/google/class-cr-admin-menu-product-feed.php:75
373
  msgid "Integration with Google Services"
374
  msgstr ""
375
 
376
+ #: includes/google/class-cr-admin-menu-product-feed.php:76
377
  msgid "Google"
378
  msgstr ""
379
 
380
+ #: includes/google/class-cr-admin-menu-product-feed.php:141
381
  #: includes/google/class-cr-product-feed-reviews.php:41
382
  #: includes/reviews/class-cr-admin-menu-reviews.php:48
383
  #: includes/reviews/class-cr-admin-menu-reviews.php:49
388
  msgid "Reviews"
389
  msgstr ""
390
 
391
+ #: includes/google/class-cr-admin-menu-product-feed.php:149
392
  msgid "Select a category"
393
  msgstr ""
394
 
395
+ #: includes/google/class-cr-admin-menu-product-feed.php:150
396
  msgid "Select a field"
397
  msgstr ""
398
 
399
+ #: includes/google/class-cr-google-shopping-feed.php:369
400
+ #: includes/reminders/class-cr-local-forms.php:208
401
  msgid "Anonymous"
402
  msgstr ""
403
 
1853
  msgid "Error: accepted file types are PNG, JPG, JPEG, GIF"
1854
  msgstr ""
1855
 
1856
+ #: includes/reminders/class-cr-local-forms.php:132
1857
  msgid "* Required"
1858
  msgstr ""
1859
 
1860
+ #: includes/reminders/class-cr-local-forms.php:134
1861
  msgid "Thank you for submitting a review!"
1862
  msgstr ""
1863
 
1864
+ #: includes/reminders/class-cr-local-forms.php:135
1865
  msgid "Your response has been recorded."
1866
  msgstr ""
1867
 
1868
+ #: includes/reminders/class-cr-local-forms.php:136
1869
  msgid "Edit your review"
1870
  msgstr ""
1871
 
1872
+ #: includes/reminders/class-cr-local-forms.php:158
1873
  msgid "Comment"
1874
  msgstr ""
1875
 
1876
+ #: includes/reminders/class-cr-local-forms.php:159
1877
  msgid "Your comment"
1878
  msgstr ""
1879
 
1880
+ #: includes/reminders/class-cr-local-forms.php:164
1881
  msgid "Rate website, customer service and delivery"
1882
  msgstr ""
1883
 
1884
+ #: includes/reminders/class-cr-local-forms.php:170
1885
  #: blocks/src/reviews-grid/edit.js:134 js/blocks.js:767
1886
  msgid "Rating"
1887
  msgstr ""
1888
 
1889
+ #: includes/reminders/class-cr-local-forms.php:191
1890
  msgid "Upload Photos/Video"
1891
  msgstr ""
1892
 
1893
+ #: includes/reminders/class-cr-local-forms.php:192
1894
  msgid "Add photos or video to your review"
1895
  msgstr ""
1896
 
1897
+ #: includes/reminders/class-cr-local-forms.php:207
1898
  msgid "Display name"
1899
  msgstr ""
1900
 
1901
+ #: includes/reminders/class-cr-local-forms.php:229
1902
  msgid ""
1903
  "By submitting your review, you agree to the <a href=\"%s\" target=\"_blank\" "
1904
  "rel=\"noopener noreferrer\">terms and conditions</a>."
1905
  msgstr ""
1906
 
1907
+ #: includes/reminders/class-cr-local-forms.php:230 templates/qna-tab.php:75
1908
  #: templates/qna-tab.php:119
1909
  msgid "Submit"
1910
  msgstr ""
1911
 
1912
+ #: includes/reminders/class-cr-local-forms.php:248
1913
  msgid "This form was created by %1$s using %2$s plugin."
1914
  msgstr ""
1915
 
1916
+ #: includes/reminders/class-cr-local-forms.php:250
1917
  msgid "This form was created by %1$s."
1918
  msgstr ""
1919
 
2215
  msgid "Search"
2216
  msgstr ""
2217
 
2218
+ #: includes/reviews/class-cr-replies.php:102
2219
+ msgid "A copy of the reply was published on CusRev portal"
2220
+ msgstr ""
2221
+
2222
+ #: includes/reviews/class-cr-replies.php:111
2223
+ #: includes/reviews/class-cr-replies.php:124
2224
+ msgid "Unknown error"
2225
+ msgstr ""
2226
+
2227
+ #: includes/reviews/class-cr-replies.php:131
2228
+ msgid "ID of the current user is not set"
2229
+ msgstr ""
2230
+
2231
  #: includes/reviews/class-cr-reviews-list-table.php:210
2232
  msgid "No reviews found."
2233
  msgstr ""
2374
  #: includes/reviews/class-cr-reviews-media-download.php:174
2375
  #: includes/reviews/class-cr-reviews-media-download.php:180
2376
  #: includes/reviews/class-cr-reviews-media-download.php:185
2377
+ #: includes/reviews/class-cr-reviews-media-download.php:195
2378
  msgid "An error occurred while downloading a media file. Error code: %s."
2379
  msgstr ""
2380
 
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-25T18:25:49+00:00\n"
10
  "PO-Revision-Date: 2019-05-05 22:38+0100\n"
11
  "Last-Translator: \n"
12
  "Language-Team: \n"
@@ -44,18 +44,6 @@ msgstr ""
44
  msgid "This reply was originally posted on CR portal"
45
  msgstr ""
46
 
47
- #: class-ivole-replies.php:102
48
- msgid "A copy of the reply was published on CusRev portal"
49
- msgstr ""
50
-
51
- #: class-ivole-replies.php:111 class-ivole-replies.php:124
52
- msgid "Unknown error"
53
- msgstr ""
54
-
55
- #: class-ivole-replies.php:131
56
- msgid "ID of the current user is not set"
57
- msgstr ""
58
-
59
  #: class-ivole.php:150
60
  msgid "View CusRev documentation"
61
  msgstr ""
@@ -215,8 +203,8 @@ msgstr ""
215
  msgid "Discount Coupon for You"
216
  msgstr ""
217
 
218
- #: includes/emails/class-cr-email-coupon.php:114
219
- #: includes/emails/class-cr-email.php:122 includes/misc/class-cr-license.php:24
220
  #: includes/misc/class-cr-license.php:93
221
  #: includes/reminders/class-cr-manual.php:201
222
  #: includes/trust-badge/class-cr-verified-reviews.php:62
@@ -224,38 +212,38 @@ msgstr ""
224
  msgid "Error: cURL library is missing on the server."
225
  msgstr ""
226
 
227
- #: includes/emails/class-cr-email-coupon.php:127
228
- #: includes/emails/class-cr-email-coupon.php:154
229
- #: includes/emails/class-cr-email.php:386
230
- #: includes/emails/class-cr-email.php:424
231
- #: includes/reminders/class-cr-local-forms.php:341
232
  msgid "Jane"
233
  msgstr ""
234
 
235
- #: includes/emails/class-cr-email-coupon.php:128
236
- #: includes/emails/class-cr-email-coupon.php:155
237
- #: includes/emails/class-cr-email.php:387
238
- #: includes/emails/class-cr-email.php:425
239
- #: includes/reminders/class-cr-local-forms.php:342
240
  msgid "Doe"
241
  msgstr ""
242
 
243
- #: includes/emails/class-cr-email-coupon.php:129
244
- #: includes/emails/class-cr-email.php:388
245
  msgid "Jane Doe"
246
  msgstr ""
247
 
248
- #: includes/emails/class-cr-email-coupon.php:160
249
- #: includes/emails/class-cr-email.php:396
250
- #: includes/emails/class-cr-email.php:430
251
- #: includes/reminders/class-cr-local-forms.php:349
252
  msgid "Item 1 Test"
253
  msgstr ""
254
 
255
- #: includes/emails/class-cr-email-coupon.php:164
256
- #: includes/emails/class-cr-email.php:398
257
- #: includes/emails/class-cr-email.php:435
258
- #: includes/reminders/class-cr-local-forms.php:354
259
  msgid "Item 2 Test"
260
  msgstr ""
261
 
@@ -279,33 +267,33 @@ msgid ""
279
  "at {site_title}."
280
  msgstr ""
281
 
282
- #: includes/emails/class-cr-email.php:168
283
  msgid "Error: the order %s does not exist anymore."
284
  msgstr ""
285
 
286
- #: includes/emails/class-cr-email.php:381
287
  msgid ""
288
  "Error: the order does not contain any products for which review reminders "
289
  "are enabled in the settings."
290
  msgstr ""
291
 
292
- #: includes/emails/class-cr-email.php:496
293
  msgid "Error: only one review invitation per order is allowed."
294
  msgstr ""
295
 
296
- #: includes/emails/class-cr-email.php:496
297
  msgid "View additional information"
298
  msgstr ""
299
 
300
- #: includes/emails/class-cr-email.php:498
301
  msgid "Error: the customer has already reviewed all products from this order."
302
  msgstr ""
303
 
304
- #: includes/emails/class-cr-email.php:500
305
  msgid "Error: the customer has unsubscribed from emails."
306
  msgstr ""
307
 
308
- #: includes/emails/class-cr-email.php:502
309
  msgid ""
310
  "Error: the customer has already left a review for a different order in the "
311
  "past."
@@ -370,26 +358,26 @@ msgid ""
370
  "progress)"
371
  msgstr ""
372
 
373
- #: includes/google/class-cr-admin-menu-product-feed.php:56
374
  msgid ""
375
  "XML Product Review Feed for Google Shopping is being generated in background "
376
  "- reviews %1$s to %2$s out of %3$s (reload the page to see the latest "
377
  "progress)"
378
  msgstr ""
379
 
380
- #: includes/google/class-cr-admin-menu-product-feed.php:62
381
  msgid "XML Feeds might not be created correctly because WP Cron is disabled"
382
  msgstr ""
383
 
384
- #: includes/google/class-cr-admin-menu-product-feed.php:72
385
  msgid "Integration with Google Services"
386
  msgstr ""
387
 
388
- #: includes/google/class-cr-admin-menu-product-feed.php:73
389
  msgid "Google"
390
  msgstr ""
391
 
392
- #: includes/google/class-cr-admin-menu-product-feed.php:138
393
  #: includes/google/class-cr-product-feed-reviews.php:41
394
  #: includes/reviews/class-cr-admin-menu-reviews.php:48
395
  #: includes/reviews/class-cr-admin-menu-reviews.php:49
@@ -400,16 +388,16 @@ msgstr ""
400
  msgid "Reviews"
401
  msgstr ""
402
 
403
- #: includes/google/class-cr-admin-menu-product-feed.php:146
404
  msgid "Select a category"
405
  msgstr ""
406
 
407
- #: includes/google/class-cr-admin-menu-product-feed.php:147
408
  msgid "Select a field"
409
  msgstr ""
410
 
411
- #: includes/google/class-cr-google-shopping-feed.php:367
412
- #: includes/reminders/class-cr-local-forms.php:195
413
  msgid "Anonymous"
414
  msgstr ""
415
 
@@ -1865,67 +1853,67 @@ msgstr ""
1865
  msgid "Error: accepted file types are PNG, JPG, JPEG, GIF"
1866
  msgstr ""
1867
 
1868
- #: includes/reminders/class-cr-local-forms.php:119
1869
  msgid "* Required"
1870
  msgstr ""
1871
 
1872
- #: includes/reminders/class-cr-local-forms.php:121
1873
  msgid "Thank you for submitting a review!"
1874
  msgstr ""
1875
 
1876
- #: includes/reminders/class-cr-local-forms.php:122
1877
  msgid "Your response has been recorded."
1878
  msgstr ""
1879
 
1880
- #: includes/reminders/class-cr-local-forms.php:123
1881
  msgid "Edit your review"
1882
  msgstr ""
1883
 
1884
- #: includes/reminders/class-cr-local-forms.php:145
1885
  msgid "Comment"
1886
  msgstr ""
1887
 
1888
- #: includes/reminders/class-cr-local-forms.php:146
1889
  msgid "Your comment"
1890
  msgstr ""
1891
 
1892
- #: includes/reminders/class-cr-local-forms.php:151
1893
  msgid "Rate website, customer service and delivery"
1894
  msgstr ""
1895
 
1896
- #: includes/reminders/class-cr-local-forms.php:157
1897
  #: blocks/src/reviews-grid/edit.js:134 js/blocks.js:767
1898
  msgid "Rating"
1899
  msgstr ""
1900
 
1901
- #: includes/reminders/class-cr-local-forms.php:178
1902
  msgid "Upload Photos/Video"
1903
  msgstr ""
1904
 
1905
- #: includes/reminders/class-cr-local-forms.php:179
1906
  msgid "Add photos or video to your review"
1907
  msgstr ""
1908
 
1909
- #: includes/reminders/class-cr-local-forms.php:194
1910
  msgid "Display name"
1911
  msgstr ""
1912
 
1913
- #: includes/reminders/class-cr-local-forms.php:216
1914
  msgid ""
1915
  "By submitting your review, you agree to the <a href=\"%s\" target=\"_blank\" "
1916
  "rel=\"noopener noreferrer\">terms and conditions</a>."
1917
  msgstr ""
1918
 
1919
- #: includes/reminders/class-cr-local-forms.php:217 templates/qna-tab.php:75
1920
  #: templates/qna-tab.php:119
1921
  msgid "Submit"
1922
  msgstr ""
1923
 
1924
- #: includes/reminders/class-cr-local-forms.php:235
1925
  msgid "This form was created by %1$s using %2$s plugin."
1926
  msgstr ""
1927
 
1928
- #: includes/reminders/class-cr-local-forms.php:237
1929
  msgid "This form was created by %1$s."
1930
  msgstr ""
1931
 
@@ -2227,6 +2215,19 @@ msgstr ""
2227
  msgid "Search"
2228
  msgstr ""
2229
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2230
  #: includes/reviews/class-cr-reviews-list-table.php:210
2231
  msgid "No reviews found."
2232
  msgstr ""
@@ -2373,7 +2374,7 @@ msgstr ""
2373
  #: includes/reviews/class-cr-reviews-media-download.php:174
2374
  #: includes/reviews/class-cr-reviews-media-download.php:180
2375
  #: includes/reviews/class-cr-reviews-media-download.php:185
2376
- #: includes/reviews/class-cr-reviews-media-download.php:190
2377
  msgid "An error occurred while downloading a media file. Error code: %s."
2378
  msgstr ""
2379
 
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
  msgid "This reply was originally posted on CR portal"
45
  msgstr ""
46
 
 
 
 
 
 
 
 
 
 
 
 
 
47
  #: class-ivole.php:150
48
  msgid "View CusRev documentation"
49
  msgstr ""
203
  msgid "Discount Coupon for You"
204
  msgstr ""
205
 
206
+ #: includes/emails/class-cr-email-coupon.php:134
207
+ #: includes/emails/class-cr-email.php:144 includes/misc/class-cr-license.php:24
208
  #: includes/misc/class-cr-license.php:93
209
  #: includes/reminders/class-cr-manual.php:201
210
  #: includes/trust-badge/class-cr-verified-reviews.php:62
212
  msgid "Error: cURL library is missing on the server."
213
  msgstr ""
214
 
215
+ #: includes/emails/class-cr-email-coupon.php:147
216
+ #: includes/emails/class-cr-email-coupon.php:174
217
+ #: includes/emails/class-cr-email.php:408
218
+ #: includes/emails/class-cr-email.php:446
219
+ #: includes/reminders/class-cr-local-forms.php:354
220
  msgid "Jane"
221
  msgstr ""
222
 
223
+ #: includes/emails/class-cr-email-coupon.php:148
224
+ #: includes/emails/class-cr-email-coupon.php:175
225
+ #: includes/emails/class-cr-email.php:409
226
+ #: includes/emails/class-cr-email.php:447
227
+ #: includes/reminders/class-cr-local-forms.php:355
228
  msgid "Doe"
229
  msgstr ""
230
 
231
+ #: includes/emails/class-cr-email-coupon.php:149
232
+ #: includes/emails/class-cr-email.php:410
233
  msgid "Jane Doe"
234
  msgstr ""
235
 
236
+ #: includes/emails/class-cr-email-coupon.php:180
237
+ #: includes/emails/class-cr-email.php:418
238
+ #: includes/emails/class-cr-email.php:452
239
+ #: includes/reminders/class-cr-local-forms.php:362
240
  msgid "Item 1 Test"
241
  msgstr ""
242
 
243
+ #: includes/emails/class-cr-email-coupon.php:184
244
+ #: includes/emails/class-cr-email.php:420
245
+ #: includes/emails/class-cr-email.php:457
246
+ #: includes/reminders/class-cr-local-forms.php:367
247
  msgid "Item 2 Test"
248
  msgstr ""
249
 
267
  "at {site_title}."
268
  msgstr ""
269
 
270
+ #: includes/emails/class-cr-email.php:190
271
  msgid "Error: the order %s does not exist anymore."
272
  msgstr ""
273
 
274
+ #: includes/emails/class-cr-email.php:403
275
  msgid ""
276
  "Error: the order does not contain any products for which review reminders "
277
  "are enabled in the settings."
278
  msgstr ""
279
 
280
+ #: includes/emails/class-cr-email.php:518
281
  msgid "Error: only one review invitation per order is allowed."
282
  msgstr ""
283
 
284
+ #: includes/emails/class-cr-email.php:518
285
  msgid "View additional information"
286
  msgstr ""
287
 
288
+ #: includes/emails/class-cr-email.php:520
289
  msgid "Error: the customer has already reviewed all products from this order."
290
  msgstr ""
291
 
292
+ #: includes/emails/class-cr-email.php:522
293
  msgid "Error: the customer has unsubscribed from emails."
294
  msgstr ""
295
 
296
+ #: includes/emails/class-cr-email.php:524
297
  msgid ""
298
  "Error: the customer has already left a review for a different order in the "
299
  "past."
358
  "progress)"
359
  msgstr ""
360
 
361
+ #: includes/google/class-cr-admin-menu-product-feed.php:59
362
  msgid ""
363
  "XML Product Review Feed for Google Shopping is being generated in background "
364
  "- reviews %1$s to %2$s out of %3$s (reload the page to see the latest "
365
  "progress)"
366
  msgstr ""
367
 
368
+ #: includes/google/class-cr-admin-menu-product-feed.php:65
369
  msgid "XML Feeds might not be created correctly because WP Cron is disabled"
370
  msgstr ""
371
 
372
+ #: includes/google/class-cr-admin-menu-product-feed.php:75
373
  msgid "Integration with Google Services"
374
  msgstr ""
375
 
376
+ #: includes/google/class-cr-admin-menu-product-feed.php:76
377
  msgid "Google"
378
  msgstr ""
379
 
380
+ #: includes/google/class-cr-admin-menu-product-feed.php:141
381
  #: includes/google/class-cr-product-feed-reviews.php:41
382
  #: includes/reviews/class-cr-admin-menu-reviews.php:48
383
  #: includes/reviews/class-cr-admin-menu-reviews.php:49
388
  msgid "Reviews"
389
  msgstr ""
390
 
391
+ #: includes/google/class-cr-admin-menu-product-feed.php:149
392
  msgid "Select a category"
393
  msgstr ""
394
 
395
+ #: includes/google/class-cr-admin-menu-product-feed.php:150
396
  msgid "Select a field"
397
  msgstr ""
398
 
399
+ #: includes/google/class-cr-google-shopping-feed.php:369
400
+ #: includes/reminders/class-cr-local-forms.php:208
401
  msgid "Anonymous"
402
  msgstr ""
403
 
1853
  msgid "Error: accepted file types are PNG, JPG, JPEG, GIF"
1854
  msgstr ""
1855
 
1856
+ #: includes/reminders/class-cr-local-forms.php:132
1857
  msgid "* Required"
1858
  msgstr ""
1859
 
1860
+ #: includes/reminders/class-cr-local-forms.php:134
1861
  msgid "Thank you for submitting a review!"
1862
  msgstr ""
1863
 
1864
+ #: includes/reminders/class-cr-local-forms.php:135
1865
  msgid "Your response has been recorded."
1866
  msgstr ""
1867
 
1868
+ #: includes/reminders/class-cr-local-forms.php:136
1869
  msgid "Edit your review"
1870
  msgstr ""
1871
 
1872
+ #: includes/reminders/class-cr-local-forms.php:158
1873
  msgid "Comment"
1874
  msgstr ""
1875
 
1876
+ #: includes/reminders/class-cr-local-forms.php:159
1877
  msgid "Your comment"
1878
  msgstr ""
1879
 
1880
+ #: includes/reminders/class-cr-local-forms.php:164
1881
  msgid "Rate website, customer service and delivery"
1882
  msgstr ""
1883
 
1884
+ #: includes/reminders/class-cr-local-forms.php:170
1885
  #: blocks/src/reviews-grid/edit.js:134 js/blocks.js:767
1886
  msgid "Rating"
1887
  msgstr ""
1888
 
1889
+ #: includes/reminders/class-cr-local-forms.php:191
1890
  msgid "Upload Photos/Video"
1891
  msgstr ""
1892
 
1893
+ #: includes/reminders/class-cr-local-forms.php:192
1894
  msgid "Add photos or video to your review"
1895
  msgstr ""
1896
 
1897
+ #: includes/reminders/class-cr-local-forms.php:207
1898
  msgid "Display name"
1899
  msgstr ""
1900
 
1901
+ #: includes/reminders/class-cr-local-forms.php:229
1902
  msgid ""
1903
  "By submitting your review, you agree to the <a href=\"%s\" target=\"_blank\" "
1904
  "rel=\"noopener noreferrer\">terms and conditions</a>."
1905
  msgstr ""
1906
 
1907
+ #: includes/reminders/class-cr-local-forms.php:230 templates/qna-tab.php:75
1908
  #: templates/qna-tab.php:119
1909
  msgid "Submit"
1910
  msgstr ""
1911
 
1912
+ #: includes/reminders/class-cr-local-forms.php:248
1913
  msgid "This form was created by %1$s using %2$s plugin."
1914
  msgstr ""
1915
 
1916
+ #: includes/reminders/class-cr-local-forms.php:250
1917
  msgid "This form was created by %1$s."
1918
  msgstr ""
1919
 
2215
  msgid "Search"
2216
  msgstr ""
2217
 
2218
+ #: includes/reviews/class-cr-replies.php:102
2219
+ msgid "A copy of the reply was published on CusRev portal"
2220
+ msgstr ""
2221
+
2222
+ #: includes/reviews/class-cr-replies.php:111
2223
+ #: includes/reviews/class-cr-replies.php:124
2224
+ msgid "Unknown error"
2225
+ msgstr ""
2226
+
2227
+ #: includes/reviews/class-cr-replies.php:131
2228
+ msgid "ID of the current user is not set"
2229
+ msgstr ""
2230
+
2231
  #: includes/reviews/class-cr-reviews-list-table.php:210
2232
  msgid "No reviews found."
2233
  msgstr ""
2374
  #: includes/reviews/class-cr-reviews-media-download.php:174
2375
  #: includes/reviews/class-cr-reviews-media-download.php:180
2376
  #: includes/reviews/class-cr-reviews-media-download.php:185
2377
+ #: includes/reviews/class-cr-reviews-media-download.php:195
2378
  msgid "An error occurred while downloading a media file. Error code: %s."
2379
  msgstr ""
2380
 
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-25T18:25:49+00:00\n"
10
  "PO-Revision-Date: 2019-04-06 18:49+0100\n"
11
  "Last-Translator: \n"
12
  "Language-Team: \n"
@@ -43,18 +43,6 @@ msgstr ""
43
  msgid "This reply was originally posted on CR portal"
44
  msgstr ""
45
 
46
- #: class-ivole-replies.php:102
47
- msgid "A copy of the reply was published on CusRev portal"
48
- msgstr ""
49
-
50
- #: class-ivole-replies.php:111 class-ivole-replies.php:124
51
- msgid "Unknown error"
52
- msgstr ""
53
-
54
- #: class-ivole-replies.php:131
55
- msgid "ID of the current user is not set"
56
- msgstr ""
57
-
58
  #: class-ivole.php:150
59
  msgid "View CusRev documentation"
60
  msgstr ""
@@ -211,8 +199,8 @@ msgstr ""
211
  msgid "Discount Coupon for You"
212
  msgstr ""
213
 
214
- #: includes/emails/class-cr-email-coupon.php:114
215
- #: includes/emails/class-cr-email.php:122 includes/misc/class-cr-license.php:24
216
  #: includes/misc/class-cr-license.php:93
217
  #: includes/reminders/class-cr-manual.php:201
218
  #: includes/trust-badge/class-cr-verified-reviews.php:62
@@ -220,38 +208,38 @@ msgstr ""
220
  msgid "Error: cURL library is missing on the server."
221
  msgstr ""
222
 
223
- #: includes/emails/class-cr-email-coupon.php:127
224
- #: includes/emails/class-cr-email-coupon.php:154
225
- #: includes/emails/class-cr-email.php:386
226
- #: includes/emails/class-cr-email.php:424
227
- #: includes/reminders/class-cr-local-forms.php:341
228
  msgid "Jane"
229
  msgstr ""
230
 
231
- #: includes/emails/class-cr-email-coupon.php:128
232
- #: includes/emails/class-cr-email-coupon.php:155
233
- #: includes/emails/class-cr-email.php:387
234
- #: includes/emails/class-cr-email.php:425
235
- #: includes/reminders/class-cr-local-forms.php:342
236
  msgid "Doe"
237
  msgstr ""
238
 
239
- #: includes/emails/class-cr-email-coupon.php:129
240
- #: includes/emails/class-cr-email.php:388
241
  msgid "Jane Doe"
242
  msgstr ""
243
 
244
- #: includes/emails/class-cr-email-coupon.php:160
245
- #: includes/emails/class-cr-email.php:396
246
- #: includes/emails/class-cr-email.php:430
247
- #: includes/reminders/class-cr-local-forms.php:349
248
  msgid "Item 1 Test"
249
  msgstr ""
250
 
251
- #: includes/emails/class-cr-email-coupon.php:164
252
- #: includes/emails/class-cr-email.php:398
253
- #: includes/emails/class-cr-email.php:435
254
- #: includes/reminders/class-cr-local-forms.php:354
255
  msgid "Item 2 Test"
256
  msgstr ""
257
 
@@ -275,33 +263,33 @@ msgid ""
275
  "at {site_title}."
276
  msgstr ""
277
 
278
- #: includes/emails/class-cr-email.php:168
279
  msgid "Error: the order %s does not exist anymore."
280
  msgstr ""
281
 
282
- #: includes/emails/class-cr-email.php:381
283
  msgid ""
284
  "Error: the order does not contain any products for which review reminders "
285
  "are enabled in the settings."
286
  msgstr ""
287
 
288
- #: includes/emails/class-cr-email.php:496
289
  msgid "Error: only one review invitation per order is allowed."
290
  msgstr ""
291
 
292
- #: includes/emails/class-cr-email.php:496
293
  msgid "View additional information"
294
  msgstr ""
295
 
296
- #: includes/emails/class-cr-email.php:498
297
  msgid "Error: the customer has already reviewed all products from this order."
298
  msgstr ""
299
 
300
- #: includes/emails/class-cr-email.php:500
301
  msgid "Error: the customer has unsubscribed from emails."
302
  msgstr ""
303
 
304
- #: includes/emails/class-cr-email.php:502
305
  msgid ""
306
  "Error: the customer has already left a review for a different order in the "
307
  "past."
@@ -366,26 +354,26 @@ msgid ""
366
  "progress)"
367
  msgstr ""
368
 
369
- #: includes/google/class-cr-admin-menu-product-feed.php:56
370
  msgid ""
371
  "XML Product Review Feed for Google Shopping is being generated in background "
372
  "- reviews %1$s to %2$s out of %3$s (reload the page to see the latest "
373
  "progress)"
374
  msgstr ""
375
 
376
- #: includes/google/class-cr-admin-menu-product-feed.php:62
377
  msgid "XML Feeds might not be created correctly because WP Cron is disabled"
378
  msgstr ""
379
 
380
- #: includes/google/class-cr-admin-menu-product-feed.php:72
381
  msgid "Integration with Google Services"
382
  msgstr ""
383
 
384
- #: includes/google/class-cr-admin-menu-product-feed.php:73
385
  msgid "Google"
386
  msgstr ""
387
 
388
- #: includes/google/class-cr-admin-menu-product-feed.php:138
389
  #: includes/google/class-cr-product-feed-reviews.php:41
390
  #: includes/reviews/class-cr-admin-menu-reviews.php:48
391
  #: includes/reviews/class-cr-admin-menu-reviews.php:49
@@ -396,16 +384,16 @@ msgstr ""
396
  msgid "Reviews"
397
  msgstr ""
398
 
399
- #: includes/google/class-cr-admin-menu-product-feed.php:146
400
  msgid "Select a category"
401
  msgstr ""
402
 
403
- #: includes/google/class-cr-admin-menu-product-feed.php:147
404
  msgid "Select a field"
405
  msgstr ""
406
 
407
- #: includes/google/class-cr-google-shopping-feed.php:367
408
- #: includes/reminders/class-cr-local-forms.php:195
409
  msgid "Anonymous"
410
  msgstr ""
411
 
@@ -1853,67 +1841,67 @@ msgstr ""
1853
  msgid "Error: accepted file types are PNG, JPG, JPEG, GIF"
1854
  msgstr ""
1855
 
1856
- #: includes/reminders/class-cr-local-forms.php:119
1857
  msgid "* Required"
1858
  msgstr ""
1859
 
1860
- #: includes/reminders/class-cr-local-forms.php:121
1861
  msgid "Thank you for submitting a review!"
1862
  msgstr ""
1863
 
1864
- #: includes/reminders/class-cr-local-forms.php:122
1865
  msgid "Your response has been recorded."
1866
  msgstr ""
1867
 
1868
- #: includes/reminders/class-cr-local-forms.php:123
1869
  msgid "Edit your review"
1870
  msgstr ""
1871
 
1872
- #: includes/reminders/class-cr-local-forms.php:145
1873
  msgid "Comment"
1874
  msgstr ""
1875
 
1876
- #: includes/reminders/class-cr-local-forms.php:146
1877
  msgid "Your comment"
1878
  msgstr ""
1879
 
1880
- #: includes/reminders/class-cr-local-forms.php:151
1881
  msgid "Rate website, customer service and delivery"
1882
  msgstr ""
1883
 
1884
- #: includes/reminders/class-cr-local-forms.php:157
1885
  #: blocks/src/reviews-grid/edit.js:134 js/blocks.js:767
1886
  msgid "Rating"
1887
  msgstr ""
1888
 
1889
- #: includes/reminders/class-cr-local-forms.php:178
1890
  msgid "Upload Photos/Video"
1891
  msgstr ""
1892
 
1893
- #: includes/reminders/class-cr-local-forms.php:179
1894
  msgid "Add photos or video to your review"
1895
  msgstr ""
1896
 
1897
- #: includes/reminders/class-cr-local-forms.php:194
1898
  msgid "Display name"
1899
  msgstr ""
1900
 
1901
- #: includes/reminders/class-cr-local-forms.php:216
1902
  msgid ""
1903
  "By submitting your review, you agree to the <a href=\"%s\" target=\"_blank\" "
1904
  "rel=\"noopener noreferrer\">terms and conditions</a>."
1905
  msgstr ""
1906
 
1907
- #: includes/reminders/class-cr-local-forms.php:217 templates/qna-tab.php:75
1908
  #: templates/qna-tab.php:119
1909
  msgid "Submit"
1910
  msgstr ""
1911
 
1912
- #: includes/reminders/class-cr-local-forms.php:235
1913
  msgid "This form was created by %1$s using %2$s plugin."
1914
  msgstr ""
1915
 
1916
- #: includes/reminders/class-cr-local-forms.php:237
1917
  msgid "This form was created by %1$s."
1918
  msgstr ""
1919
 
@@ -2213,6 +2201,19 @@ msgstr ""
2213
  msgid "Search"
2214
  msgstr ""
2215
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2216
  #: includes/reviews/class-cr-reviews-list-table.php:210
2217
  msgid "No reviews found."
2218
  msgstr ""
@@ -2358,7 +2359,7 @@ msgstr ""
2358
  #: includes/reviews/class-cr-reviews-media-download.php:174
2359
  #: includes/reviews/class-cr-reviews-media-download.php:180
2360
  #: includes/reviews/class-cr-reviews-media-download.php:185
2361
- #: includes/reviews/class-cr-reviews-media-download.php:190
2362
  msgid "An error occurred while downloading a media file. Error code: %s."
2363
  msgstr ""
2364
 
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
  msgid "This reply was originally posted on CR portal"
44
  msgstr ""
45
 
 
 
 
 
 
 
 
 
 
 
 
 
46
  #: class-ivole.php:150
47
  msgid "View CusRev documentation"
48
  msgstr ""
199
  msgid "Discount Coupon for You"
200
  msgstr ""
201
 
202
+ #: includes/emails/class-cr-email-coupon.php:134
203
+ #: includes/emails/class-cr-email.php:144 includes/misc/class-cr-license.php:24
204
  #: includes/misc/class-cr-license.php:93
205
  #: includes/reminders/class-cr-manual.php:201
206
  #: includes/trust-badge/class-cr-verified-reviews.php:62
208
  msgid "Error: cURL library is missing on the server."
209
  msgstr ""
210
 
211
+ #: includes/emails/class-cr-email-coupon.php:147
212
+ #: includes/emails/class-cr-email-coupon.php:174
213
+ #: includes/emails/class-cr-email.php:408
214
+ #: includes/emails/class-cr-email.php:446
215
+ #: includes/reminders/class-cr-local-forms.php:354
216
  msgid "Jane"
217
  msgstr ""
218
 
219
+ #: includes/emails/class-cr-email-coupon.php:148
220
+ #: includes/emails/class-cr-email-coupon.php:175
221
+ #: includes/emails/class-cr-email.php:409
222
+ #: includes/emails/class-cr-email.php:447
223
+ #: includes/reminders/class-cr-local-forms.php:355
224
  msgid "Doe"
225
  msgstr ""
226
 
227
+ #: includes/emails/class-cr-email-coupon.php:149
228
+ #: includes/emails/class-cr-email.php:410
229
  msgid "Jane Doe"
230
  msgstr ""
231
 
232
+ #: includes/emails/class-cr-email-coupon.php:180
233
+ #: includes/emails/class-cr-email.php:418
234
+ #: includes/emails/class-cr-email.php:452
235
+ #: includes/reminders/class-cr-local-forms.php:362
236
  msgid "Item 1 Test"
237
  msgstr ""
238
 
239
+ #: includes/emails/class-cr-email-coupon.php:184
240
+ #: includes/emails/class-cr-email.php:420
241
+ #: includes/emails/class-cr-email.php:457
242
+ #: includes/reminders/class-cr-local-forms.php:367
243
  msgid "Item 2 Test"
244
  msgstr ""
245
 
263
  "at {site_title}."
264
  msgstr ""
265
 
266
+ #: includes/emails/class-cr-email.php:190
267
  msgid "Error: the order %s does not exist anymore."
268
  msgstr ""
269
 
270
+ #: includes/emails/class-cr-email.php:403
271
  msgid ""
272
  "Error: the order does not contain any products for which review reminders "
273
  "are enabled in the settings."
274
  msgstr ""
275
 
276
+ #: includes/emails/class-cr-email.php:518
277
  msgid "Error: only one review invitation per order is allowed."
278
  msgstr ""
279
 
280
+ #: includes/emails/class-cr-email.php:518
281
  msgid "View additional information"
282
  msgstr ""
283
 
284
+ #: includes/emails/class-cr-email.php:520
285
  msgid "Error: the customer has already reviewed all products from this order."
286
  msgstr ""
287
 
288
+ #: includes/emails/class-cr-email.php:522
289
  msgid "Error: the customer has unsubscribed from emails."
290
  msgstr ""
291
 
292
+ #: includes/emails/class-cr-email.php:524
293
  msgid ""
294
  "Error: the customer has already left a review for a different order in the "
295
  "past."
354
  "progress)"
355
  msgstr ""
356
 
357
+ #: includes/google/class-cr-admin-menu-product-feed.php:59
358
  msgid ""
359
  "XML Product Review Feed for Google Shopping is being generated in background "
360
  "- reviews %1$s to %2$s out of %3$s (reload the page to see the latest "
361
  "progress)"
362
  msgstr ""
363
 
364
+ #: includes/google/class-cr-admin-menu-product-feed.php:65
365
  msgid "XML Feeds might not be created correctly because WP Cron is disabled"
366
  msgstr ""
367
 
368
+ #: includes/google/class-cr-admin-menu-product-feed.php:75
369
  msgid "Integration with Google Services"
370
  msgstr ""
371
 
372
+ #: includes/google/class-cr-admin-menu-product-feed.php:76
373
  msgid "Google"
374
  msgstr ""
375
 
376
+ #: includes/google/class-cr-admin-menu-product-feed.php:141
377
  #: includes/google/class-cr-product-feed-reviews.php:41
378
  #: includes/reviews/class-cr-admin-menu-reviews.php:48
379
  #: includes/reviews/class-cr-admin-menu-reviews.php:49
384
  msgid "Reviews"
385
  msgstr ""
386
 
387
+ #: includes/google/class-cr-admin-menu-product-feed.php:149
388
  msgid "Select a category"
389
  msgstr ""
390
 
391
+ #: includes/google/class-cr-admin-menu-product-feed.php:150
392
  msgid "Select a field"
393
  msgstr ""
394
 
395
+ #: includes/google/class-cr-google-shopping-feed.php:369
396
+ #: includes/reminders/class-cr-local-forms.php:208
397
  msgid "Anonymous"
398
  msgstr ""
399
 
1841
  msgid "Error: accepted file types are PNG, JPG, JPEG, GIF"
1842
  msgstr ""
1843
 
1844
+ #: includes/reminders/class-cr-local-forms.php:132
1845
  msgid "* Required"
1846
  msgstr ""
1847
 
1848
+ #: includes/reminders/class-cr-local-forms.php:134
1849
  msgid "Thank you for submitting a review!"
1850
  msgstr ""
1851
 
1852
+ #: includes/reminders/class-cr-local-forms.php:135
1853
  msgid "Your response has been recorded."
1854
  msgstr ""
1855
 
1856
+ #: includes/reminders/class-cr-local-forms.php:136
1857
  msgid "Edit your review"
1858
  msgstr ""
1859
 
1860
+ #: includes/reminders/class-cr-local-forms.php:158
1861
  msgid "Comment"
1862
  msgstr ""
1863
 
1864
+ #: includes/reminders/class-cr-local-forms.php:159
1865
  msgid "Your comment"
1866
  msgstr ""
1867
 
1868
+ #: includes/reminders/class-cr-local-forms.php:164
1869
  msgid "Rate website, customer service and delivery"
1870
  msgstr ""
1871
 
1872
+ #: includes/reminders/class-cr-local-forms.php:170
1873
  #: blocks/src/reviews-grid/edit.js:134 js/blocks.js:767
1874
  msgid "Rating"
1875
  msgstr ""
1876
 
1877
+ #: includes/reminders/class-cr-local-forms.php:191
1878
  msgid "Upload Photos/Video"
1879
  msgstr ""
1880
 
1881
+ #: includes/reminders/class-cr-local-forms.php:192
1882
  msgid "Add photos or video to your review"
1883
  msgstr ""
1884
 
1885
+ #: includes/reminders/class-cr-local-forms.php:207
1886
  msgid "Display name"
1887
  msgstr ""
1888
 
1889
+ #: includes/reminders/class-cr-local-forms.php:229
1890
  msgid ""
1891
  "By submitting your review, you agree to the <a href=\"%s\" target=\"_blank\" "
1892
  "rel=\"noopener noreferrer\">terms and conditions</a>."
1893
  msgstr ""
1894
 
1895
+ #: includes/reminders/class-cr-local-forms.php:230 templates/qna-tab.php:75
1896
  #: templates/qna-tab.php:119
1897
  msgid "Submit"
1898
  msgstr ""
1899
 
1900
+ #: includes/reminders/class-cr-local-forms.php:248
1901
  msgid "This form was created by %1$s using %2$s plugin."
1902
  msgstr ""
1903
 
1904
+ #: includes/reminders/class-cr-local-forms.php:250
1905
  msgid "This form was created by %1$s."
1906
  msgstr ""
1907
 
2201
  msgid "Search"
2202
  msgstr ""
2203
 
2204
+ #: includes/reviews/class-cr-replies.php:102
2205
+ msgid "A copy of the reply was published on CusRev portal"
2206
+ msgstr ""
2207
+
2208
+ #: includes/reviews/class-cr-replies.php:111
2209
+ #: includes/reviews/class-cr-replies.php:124
2210
+ msgid "Unknown error"
2211
+ msgstr ""
2212
+
2213
+ #: includes/reviews/class-cr-replies.php:131
2214
+ msgid "ID of the current user is not set"
2215
+ msgstr ""
2216
+
2217
  #: includes/reviews/class-cr-reviews-list-table.php:210
2218
  msgid "No reviews found."
2219
  msgstr ""
2359
  #: includes/reviews/class-cr-reviews-media-download.php:174
2360
  #: includes/reviews/class-cr-reviews-media-download.php:180
2361
  #: includes/reviews/class-cr-reviews-media-download.php:185
2362
+ #: includes/reviews/class-cr-reviews-media-download.php:195
2363
  msgid "An error occurred while downloading a media file. Error code: %s."
2364
  msgstr ""
2365
 
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-25T18:25:49+00:00\n"
10
  "PO-Revision-Date: 2018-03-04 15:34+0000\n"
11
  "Last-Translator: \n"
12
  "Language-Team: \n"
@@ -43,18 +43,6 @@ msgstr ""
43
  msgid "This reply was originally posted on CR portal"
44
  msgstr ""
45
 
46
- #: class-ivole-replies.php:102
47
- msgid "A copy of the reply was published on CusRev portal"
48
- msgstr ""
49
-
50
- #: class-ivole-replies.php:111 class-ivole-replies.php:124
51
- msgid "Unknown error"
52
- msgstr ""
53
-
54
- #: class-ivole-replies.php:131
55
- msgid "ID of the current user is not set"
56
- msgstr ""
57
-
58
  #: class-ivole.php:150
59
  msgid "View CusRev documentation"
60
  msgstr ""
@@ -211,8 +199,8 @@ msgstr ""
211
  msgid "Discount Coupon for You"
212
  msgstr ""
213
 
214
- #: includes/emails/class-cr-email-coupon.php:114
215
- #: includes/emails/class-cr-email.php:122 includes/misc/class-cr-license.php:24
216
  #: includes/misc/class-cr-license.php:93
217
  #: includes/reminders/class-cr-manual.php:201
218
  #: includes/trust-badge/class-cr-verified-reviews.php:62
@@ -220,38 +208,38 @@ msgstr ""
220
  msgid "Error: cURL library is missing on the server."
221
  msgstr ""
222
 
223
- #: includes/emails/class-cr-email-coupon.php:127
224
- #: includes/emails/class-cr-email-coupon.php:154
225
- #: includes/emails/class-cr-email.php:386
226
- #: includes/emails/class-cr-email.php:424
227
- #: includes/reminders/class-cr-local-forms.php:341
228
  msgid "Jane"
229
  msgstr ""
230
 
231
- #: includes/emails/class-cr-email-coupon.php:128
232
- #: includes/emails/class-cr-email-coupon.php:155
233
- #: includes/emails/class-cr-email.php:387
234
- #: includes/emails/class-cr-email.php:425
235
- #: includes/reminders/class-cr-local-forms.php:342
236
  msgid "Doe"
237
  msgstr ""
238
 
239
- #: includes/emails/class-cr-email-coupon.php:129
240
- #: includes/emails/class-cr-email.php:388
241
  msgid "Jane Doe"
242
  msgstr ""
243
 
244
- #: includes/emails/class-cr-email-coupon.php:160
245
- #: includes/emails/class-cr-email.php:396
246
- #: includes/emails/class-cr-email.php:430
247
- #: includes/reminders/class-cr-local-forms.php:349
248
  msgid "Item 1 Test"
249
  msgstr ""
250
 
251
- #: includes/emails/class-cr-email-coupon.php:164
252
- #: includes/emails/class-cr-email.php:398
253
- #: includes/emails/class-cr-email.php:435
254
- #: includes/reminders/class-cr-local-forms.php:354
255
  msgid "Item 2 Test"
256
  msgstr ""
257
 
@@ -275,33 +263,33 @@ msgid ""
275
  "at {site_title}."
276
  msgstr ""
277
 
278
- #: includes/emails/class-cr-email.php:168
279
  msgid "Error: the order %s does not exist anymore."
280
  msgstr ""
281
 
282
- #: includes/emails/class-cr-email.php:381
283
  msgid ""
284
  "Error: the order does not contain any products for which review reminders "
285
  "are enabled in the settings."
286
  msgstr ""
287
 
288
- #: includes/emails/class-cr-email.php:496
289
  msgid "Error: only one review invitation per order is allowed."
290
  msgstr ""
291
 
292
- #: includes/emails/class-cr-email.php:496
293
  msgid "View additional information"
294
  msgstr ""
295
 
296
- #: includes/emails/class-cr-email.php:498
297
  msgid "Error: the customer has already reviewed all products from this order."
298
  msgstr ""
299
 
300
- #: includes/emails/class-cr-email.php:500
301
  msgid "Error: the customer has unsubscribed from emails."
302
  msgstr ""
303
 
304
- #: includes/emails/class-cr-email.php:502
305
  msgid ""
306
  "Error: the customer has already left a review for a different order in the "
307
  "past."
@@ -366,26 +354,26 @@ msgid ""
366
  "progress)"
367
  msgstr ""
368
 
369
- #: includes/google/class-cr-admin-menu-product-feed.php:56
370
  msgid ""
371
  "XML Product Review Feed for Google Shopping is being generated in background "
372
  "- reviews %1$s to %2$s out of %3$s (reload the page to see the latest "
373
  "progress)"
374
  msgstr ""
375
 
376
- #: includes/google/class-cr-admin-menu-product-feed.php:62
377
  msgid "XML Feeds might not be created correctly because WP Cron is disabled"
378
  msgstr ""
379
 
380
- #: includes/google/class-cr-admin-menu-product-feed.php:72
381
  msgid "Integration with Google Services"
382
  msgstr ""
383
 
384
- #: includes/google/class-cr-admin-menu-product-feed.php:73
385
  msgid "Google"
386
  msgstr ""
387
 
388
- #: includes/google/class-cr-admin-menu-product-feed.php:138
389
  #: includes/google/class-cr-product-feed-reviews.php:41
390
  #: includes/reviews/class-cr-admin-menu-reviews.php:48
391
  #: includes/reviews/class-cr-admin-menu-reviews.php:49
@@ -396,16 +384,16 @@ msgstr ""
396
  msgid "Reviews"
397
  msgstr ""
398
 
399
- #: includes/google/class-cr-admin-menu-product-feed.php:146
400
  msgid "Select a category"
401
  msgstr ""
402
 
403
- #: includes/google/class-cr-admin-menu-product-feed.php:147
404
  msgid "Select a field"
405
  msgstr ""
406
 
407
- #: includes/google/class-cr-google-shopping-feed.php:367
408
- #: includes/reminders/class-cr-local-forms.php:195
409
  msgid "Anonymous"
410
  msgstr ""
411
 
@@ -1853,67 +1841,67 @@ msgstr ""
1853
  msgid "Error: accepted file types are PNG, JPG, JPEG, GIF"
1854
  msgstr ""
1855
 
1856
- #: includes/reminders/class-cr-local-forms.php:119
1857
  msgid "* Required"
1858
  msgstr ""
1859
 
1860
- #: includes/reminders/class-cr-local-forms.php:121
1861
  msgid "Thank you for submitting a review!"
1862
  msgstr ""
1863
 
1864
- #: includes/reminders/class-cr-local-forms.php:122
1865
  msgid "Your response has been recorded."
1866
  msgstr ""
1867
 
1868
- #: includes/reminders/class-cr-local-forms.php:123
1869
  msgid "Edit your review"
1870
  msgstr ""
1871
 
1872
- #: includes/reminders/class-cr-local-forms.php:145
1873
  msgid "Comment"
1874
  msgstr ""
1875
 
1876
- #: includes/reminders/class-cr-local-forms.php:146
1877
  msgid "Your comment"
1878
  msgstr ""
1879
 
1880
- #: includes/reminders/class-cr-local-forms.php:151
1881
  msgid "Rate website, customer service and delivery"
1882
  msgstr ""
1883
 
1884
- #: includes/reminders/class-cr-local-forms.php:157
1885
  #: blocks/src/reviews-grid/edit.js:134 js/blocks.js:767
1886
  msgid "Rating"
1887
  msgstr ""
1888
 
1889
- #: includes/reminders/class-cr-local-forms.php:178
1890
  msgid "Upload Photos/Video"
1891
  msgstr ""
1892
 
1893
- #: includes/reminders/class-cr-local-forms.php:179
1894
  msgid "Add photos or video to your review"
1895
  msgstr ""
1896
 
1897
- #: includes/reminders/class-cr-local-forms.php:194
1898
  msgid "Display name"
1899
  msgstr ""
1900
 
1901
- #: includes/reminders/class-cr-local-forms.php:216
1902
  msgid ""
1903
  "By submitting your review, you agree to the <a href=\"%s\" target=\"_blank\" "
1904
  "rel=\"noopener noreferrer\">terms and conditions</a>."
1905
  msgstr ""
1906
 
1907
- #: includes/reminders/class-cr-local-forms.php:217 templates/qna-tab.php:75
1908
  #: templates/qna-tab.php:119
1909
  msgid "Submit"
1910
  msgstr ""
1911
 
1912
- #: includes/reminders/class-cr-local-forms.php:235
1913
  msgid "This form was created by %1$s using %2$s plugin."
1914
  msgstr ""
1915
 
1916
- #: includes/reminders/class-cr-local-forms.php:237
1917
  msgid "This form was created by %1$s."
1918
  msgstr ""
1919
 
@@ -2213,6 +2201,19 @@ msgstr ""
2213
  msgid "Search"
2214
  msgstr ""
2215
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2216
  #: includes/reviews/class-cr-reviews-list-table.php:210
2217
  msgid "No reviews found."
2218
  msgstr ""
@@ -2358,7 +2359,7 @@ msgstr ""
2358
  #: includes/reviews/class-cr-reviews-media-download.php:174
2359
  #: includes/reviews/class-cr-reviews-media-download.php:180
2360
  #: includes/reviews/class-cr-reviews-media-download.php:185
2361
- #: includes/reviews/class-cr-reviews-media-download.php:190
2362
  msgid "An error occurred while downloading a media file. Error code: %s."
2363
  msgstr ""
2364
 
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
  msgid "This reply was originally posted on CR portal"
44
  msgstr ""
45
 
 
 
 
 
 
 
 
 
 
 
 
 
46
  #: class-ivole.php:150
47
  msgid "View CusRev documentation"
48
  msgstr ""
199
  msgid "Discount Coupon for You"
200
  msgstr ""
201
 
202
+ #: includes/emails/class-cr-email-coupon.php:134
203
+ #: includes/emails/class-cr-email.php:144 includes/misc/class-cr-license.php:24
204
  #: includes/misc/class-cr-license.php:93
205
  #: includes/reminders/class-cr-manual.php:201
206
  #: includes/trust-badge/class-cr-verified-reviews.php:62
208
  msgid "Error: cURL library is missing on the server."
209
  msgstr ""
210
 
211
+ #: includes/emails/class-cr-email-coupon.php:147
212
+ #: includes/emails/class-cr-email-coupon.php:174
213
+ #: includes/emails/class-cr-email.php:408
214
+ #: includes/emails/class-cr-email.php:446
215
+ #: includes/reminders/class-cr-local-forms.php:354
216
  msgid "Jane"
217
  msgstr ""
218
 
219
+ #: includes/emails/class-cr-email-coupon.php:148
220
+ #: includes/emails/class-cr-email-coupon.php:175
221
+ #: includes/emails/class-cr-email.php:409
222
+ #: includes/emails/class-cr-email.php:447
223
+ #: includes/reminders/class-cr-local-forms.php:355
224
  msgid "Doe"
225
  msgstr ""
226
 
227
+ #: includes/emails/class-cr-email-coupon.php:149
228
+ #: includes/emails/class-cr-email.php:410
229
  msgid "Jane Doe"
230
  msgstr ""
231
 
232
+ #: includes/emails/class-cr-email-coupon.php:180
233
+ #: includes/emails/class-cr-email.php:418
234
+ #: includes/emails/class-cr-email.php:452
235
+ #: includes/reminders/class-cr-local-forms.php:362
236
  msgid "Item 1 Test"
237
  msgstr ""
238
 
239
+ #: includes/emails/class-cr-email-coupon.php:184
240
+ #: includes/emails/class-cr-email.php:420
241
+ #: includes/emails/class-cr-email.php:457
242
+ #: includes/reminders/class-cr-local-forms.php:367
243
  msgid "Item 2 Test"
244
  msgstr ""
245
 
263
  "at {site_title}."
264
  msgstr ""
265
 
266
+ #: includes/emails/class-cr-email.php:190
267
  msgid "Error: the order %s does not exist anymore."
268
  msgstr ""
269
 
270
+ #: includes/emails/class-cr-email.php:403
271
  msgid ""
272
  "Error: the order does not contain any products for which review reminders "
273
  "are enabled in the settings."
274
  msgstr ""
275
 
276
+ #: includes/emails/class-cr-email.php:518
277
  msgid "Error: only one review invitation per order is allowed."
278
  msgstr ""
279
 
280
+ #: includes/emails/class-cr-email.php:518
281
  msgid "View additional information"
282
  msgstr ""
283
 
284
+ #: includes/emails/class-cr-email.php:520
285
  msgid "Error: the customer has already reviewed all products from this order."
286
  msgstr ""
287
 
288
+ #: includes/emails/class-cr-email.php:522
289
  msgid "Error: the customer has unsubscribed from emails."
290
  msgstr ""
291
 
292
+ #: includes/emails/class-cr-email.php:524
293
  msgid ""
294
  "Error: the customer has already left a review for a different order in the "
295
  "past."
354
  "progress)"
355
  msgstr ""
356
 
357
+ #: includes/google/class-cr-admin-menu-product-feed.php:59
358
  msgid ""
359
  "XML Product Review Feed for Google Shopping is being generated in background "
360
  "- reviews %1$s to %2$s out of %3$s (reload the page to see the latest "
361
  "progress)"
362
  msgstr ""
363
 
364
+ #: includes/google/class-cr-admin-menu-product-feed.php:65
365
  msgid "XML Feeds might not be created correctly because WP Cron is disabled"
366
  msgstr ""
367
 
368
+ #: includes/google/class-cr-admin-menu-product-feed.php:75
369
  msgid "Integration with Google Services"
370
  msgstr ""
371
 
372
+ #: includes/google/class-cr-admin-menu-product-feed.php:76
373
  msgid "Google"
374
  msgstr ""
375
 
376
+ #: includes/google/class-cr-admin-menu-product-feed.php:141
377
  #: includes/google/class-cr-product-feed-reviews.php:41
378
  #: includes/reviews/class-cr-admin-menu-reviews.php:48
379
  #: includes/reviews/class-cr-admin-menu-reviews.php:49
384
  msgid "Reviews"
385
  msgstr ""
386
 
387
+ #: includes/google/class-cr-admin-menu-product-feed.php:149
388
  msgid "Select a category"
389
  msgstr ""
390
 
391
+ #: includes/google/class-cr-admin-menu-product-feed.php:150
392
  msgid "Select a field"
393
  msgstr ""
394
 
395
+ #: includes/google/class-cr-google-shopping-feed.php:369
396
+ #: includes/reminders/class-cr-local-forms.php:208
397
  msgid "Anonymous"
398
  msgstr ""
399
 
1841
  msgid "Error: accepted file types are PNG, JPG, JPEG, GIF"
1842
  msgstr ""
1843
 
1844
+ #: includes/reminders/class-cr-local-forms.php:132
1845
  msgid "* Required"
1846
  msgstr ""
1847
 
1848
+ #: includes/reminders/class-cr-local-forms.php:134
1849
  msgid "Thank you for submitting a review!"
1850
  msgstr ""
1851
 
1852
+ #: includes/reminders/class-cr-local-forms.php:135
1853
  msgid "Your response has been recorded."
1854
  msgstr ""
1855
 
1856
+ #: includes/reminders/class-cr-local-forms.php:136
1857
  msgid "Edit your review"
1858
  msgstr ""
1859
 
1860
+ #: includes/reminders/class-cr-local-forms.php:158
1861
  msgid "Comment"
1862
  msgstr ""
1863
 
1864
+ #: includes/reminders/class-cr-local-forms.php:159
1865
  msgid "Your comment"
1866
  msgstr ""
1867
 
1868
+ #: includes/reminders/class-cr-local-forms.php:164
1869
  msgid "Rate website, customer service and delivery"
1870
  msgstr ""
1871
 
1872
+ #: includes/reminders/class-cr-local-forms.php:170
1873
  #: blocks/src/reviews-grid/edit.js:134 js/blocks.js:767
1874
  msgid "Rating"
1875
  msgstr ""
1876
 
1877
+ #: includes/reminders/class-cr-local-forms.php:191
1878
  msgid "Upload Photos/Video"
1879
  msgstr ""
1880
 
1881
+ #: includes/reminders/class-cr-local-forms.php:192
1882
  msgid "Add photos or video to your review"
1883
  msgstr ""
1884
 
1885
+ #: includes/reminders/class-cr-local-forms.php:207
1886
  msgid "Display name"
1887
  msgstr ""
1888
 
1889
+ #: includes/reminders/class-cr-local-forms.php:229
1890
  msgid ""
1891
  "By submitting your review, you agree to the <a href=\"%s\" target=\"_blank\" "
1892
  "rel=\"noopener noreferrer\">terms and conditions</a>."
1893
  msgstr ""
1894
 
1895
+ #: includes/reminders/class-cr-local-forms.php:230 templates/qna-tab.php:75
1896
  #: templates/qna-tab.php:119
1897
  msgid "Submit"
1898
  msgstr ""
1899
 
1900
+ #: includes/reminders/class-cr-local-forms.php:248
1901
  msgid "This form was created by %1$s using %2$s plugin."
1902
  msgstr ""
1903
 
1904
+ #: includes/reminders/class-cr-local-forms.php:250
1905
  msgid "This form was created by %1$s."
1906
  msgstr ""
1907
 
2201
  msgid "Search"
2202
  msgstr ""
2203
 
2204
+ #: includes/reviews/class-cr-replies.php:102
2205
+ msgid "A copy of the reply was published on CusRev portal"
2206
+ msgstr ""
2207
+
2208
+ #: includes/reviews/class-cr-replies.php:111
2209
+ #: includes/reviews/class-cr-replies.php:124
2210
+ msgid "Unknown error"
2211
+ msgstr ""
2212
+
2213
+ #: includes/reviews/class-cr-replies.php:131
2214
+ msgid "ID of the current user is not set"
2215
+ msgstr ""
2216
+
2217
  #: includes/reviews/class-cr-reviews-list-table.php:210
2218
  msgid "No reviews found."
2219
  msgstr ""
2359
  #: includes/reviews/class-cr-reviews-media-download.php:174
2360
  #: includes/reviews/class-cr-reviews-media-download.php:180
2361
  #: includes/reviews/class-cr-reviews-media-download.php:185
2362
+ #: includes/reviews/class-cr-reviews-media-download.php:195
2363
  msgid "An error occurred while downloading a media file. Error code: %s."
2364
  msgstr ""
2365
 
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-25T18:25:49+00:00\n"
10
  "PO-Revision-Date: 2018-04-16 00:38+0100\n"
11
  "Last-Translator: \n"
12
  "Language-Team: \n"
@@ -43,18 +43,6 @@ msgstr ""
43
  msgid "This reply was originally posted on CR portal"
44
  msgstr ""
45
 
46
- #: class-ivole-replies.php:102
47
- msgid "A copy of the reply was published on CusRev portal"
48
- msgstr ""
49
-
50
- #: class-ivole-replies.php:111 class-ivole-replies.php:124
51
- msgid "Unknown error"
52
- msgstr ""
53
-
54
- #: class-ivole-replies.php:131
55
- msgid "ID of the current user is not set"
56
- msgstr ""
57
-
58
  #: class-ivole.php:150
59
  msgid "View CusRev documentation"
60
  msgstr ""
@@ -211,8 +199,8 @@ msgstr ""
211
  msgid "Discount Coupon for You"
212
  msgstr ""
213
 
214
- #: includes/emails/class-cr-email-coupon.php:114
215
- #: includes/emails/class-cr-email.php:122 includes/misc/class-cr-license.php:24
216
  #: includes/misc/class-cr-license.php:93
217
  #: includes/reminders/class-cr-manual.php:201
218
  #: includes/trust-badge/class-cr-verified-reviews.php:62
@@ -220,38 +208,38 @@ msgstr ""
220
  msgid "Error: cURL library is missing on the server."
221
  msgstr ""
222
 
223
- #: includes/emails/class-cr-email-coupon.php:127
224
- #: includes/emails/class-cr-email-coupon.php:154
225
- #: includes/emails/class-cr-email.php:386
226
- #: includes/emails/class-cr-email.php:424
227
- #: includes/reminders/class-cr-local-forms.php:341
228
  msgid "Jane"
229
  msgstr ""
230
 
231
- #: includes/emails/class-cr-email-coupon.php:128
232
- #: includes/emails/class-cr-email-coupon.php:155
233
- #: includes/emails/class-cr-email.php:387
234
- #: includes/emails/class-cr-email.php:425
235
- #: includes/reminders/class-cr-local-forms.php:342
236
  msgid "Doe"
237
  msgstr ""
238
 
239
- #: includes/emails/class-cr-email-coupon.php:129
240
- #: includes/emails/class-cr-email.php:388
241
  msgid "Jane Doe"
242
  msgstr ""
243
 
244
- #: includes/emails/class-cr-email-coupon.php:160
245
- #: includes/emails/class-cr-email.php:396
246
- #: includes/emails/class-cr-email.php:430
247
- #: includes/reminders/class-cr-local-forms.php:349
248
  msgid "Item 1 Test"
249
  msgstr ""
250
 
251
- #: includes/emails/class-cr-email-coupon.php:164
252
- #: includes/emails/class-cr-email.php:398
253
- #: includes/emails/class-cr-email.php:435
254
- #: includes/reminders/class-cr-local-forms.php:354
255
  msgid "Item 2 Test"
256
  msgstr ""
257
 
@@ -275,33 +263,33 @@ msgid ""
275
  "at {site_title}."
276
  msgstr ""
277
 
278
- #: includes/emails/class-cr-email.php:168
279
  msgid "Error: the order %s does not exist anymore."
280
  msgstr ""
281
 
282
- #: includes/emails/class-cr-email.php:381
283
  msgid ""
284
  "Error: the order does not contain any products for which review reminders "
285
  "are enabled in the settings."
286
  msgstr ""
287
 
288
- #: includes/emails/class-cr-email.php:496
289
  msgid "Error: only one review invitation per order is allowed."
290
  msgstr ""
291
 
292
- #: includes/emails/class-cr-email.php:496
293
  msgid "View additional information"
294
  msgstr ""
295
 
296
- #: includes/emails/class-cr-email.php:498
297
  msgid "Error: the customer has already reviewed all products from this order."
298
  msgstr ""
299
 
300
- #: includes/emails/class-cr-email.php:500
301
  msgid "Error: the customer has unsubscribed from emails."
302
  msgstr ""
303
 
304
- #: includes/emails/class-cr-email.php:502
305
  msgid ""
306
  "Error: the customer has already left a review for a different order in the "
307
  "past."
@@ -366,26 +354,26 @@ msgid ""
366
  "progress)"
367
  msgstr ""
368
 
369
- #: includes/google/class-cr-admin-menu-product-feed.php:56
370
  msgid ""
371
  "XML Product Review Feed for Google Shopping is being generated in background "
372
  "- reviews %1$s to %2$s out of %3$s (reload the page to see the latest "
373
  "progress)"
374
  msgstr ""
375
 
376
- #: includes/google/class-cr-admin-menu-product-feed.php:62
377
  msgid "XML Feeds might not be created correctly because WP Cron is disabled"
378
  msgstr ""
379
 
380
- #: includes/google/class-cr-admin-menu-product-feed.php:72
381
  msgid "Integration with Google Services"
382
  msgstr ""
383
 
384
- #: includes/google/class-cr-admin-menu-product-feed.php:73
385
  msgid "Google"
386
  msgstr ""
387
 
388
- #: includes/google/class-cr-admin-menu-product-feed.php:138
389
  #: includes/google/class-cr-product-feed-reviews.php:41
390
  #: includes/reviews/class-cr-admin-menu-reviews.php:48
391
  #: includes/reviews/class-cr-admin-menu-reviews.php:49
@@ -396,16 +384,16 @@ msgstr ""
396
  msgid "Reviews"
397
  msgstr ""
398
 
399
- #: includes/google/class-cr-admin-menu-product-feed.php:146
400
  msgid "Select a category"
401
  msgstr ""
402
 
403
- #: includes/google/class-cr-admin-menu-product-feed.php:147
404
  msgid "Select a field"
405
  msgstr ""
406
 
407
- #: includes/google/class-cr-google-shopping-feed.php:367
408
- #: includes/reminders/class-cr-local-forms.php:195
409
  msgid "Anonymous"
410
  msgstr ""
411
 
@@ -1853,67 +1841,67 @@ msgstr ""
1853
  msgid "Error: accepted file types are PNG, JPG, JPEG, GIF"
1854
  msgstr ""
1855
 
1856
- #: includes/reminders/class-cr-local-forms.php:119
1857
  msgid "* Required"
1858
  msgstr ""
1859
 
1860
- #: includes/reminders/class-cr-local-forms.php:121
1861
  msgid "Thank you for submitting a review!"
1862
  msgstr ""
1863
 
1864
- #: includes/reminders/class-cr-local-forms.php:122
1865
  msgid "Your response has been recorded."
1866
  msgstr ""
1867
 
1868
- #: includes/reminders/class-cr-local-forms.php:123
1869
  msgid "Edit your review"
1870
  msgstr ""
1871
 
1872
- #: includes/reminders/class-cr-local-forms.php:145
1873
  msgid "Comment"
1874
  msgstr ""
1875
 
1876
- #: includes/reminders/class-cr-local-forms.php:146
1877
  msgid "Your comment"
1878
  msgstr ""
1879
 
1880
- #: includes/reminders/class-cr-local-forms.php:151
1881
  msgid "Rate website, customer service and delivery"
1882
  msgstr ""
1883
 
1884
- #: includes/reminders/class-cr-local-forms.php:157
1885
  #: blocks/src/reviews-grid/edit.js:134 js/blocks.js:767
1886
  msgid "Rating"
1887
  msgstr ""
1888
 
1889
- #: includes/reminders/class-cr-local-forms.php:178
1890
  msgid "Upload Photos/Video"
1891
  msgstr ""
1892
 
1893
- #: includes/reminders/class-cr-local-forms.php:179
1894
  msgid "Add photos or video to your review"
1895
  msgstr ""
1896
 
1897
- #: includes/reminders/class-cr-local-forms.php:194
1898
  msgid "Display name"
1899
  msgstr ""
1900
 
1901
- #: includes/reminders/class-cr-local-forms.php:216
1902
  msgid ""
1903
  "By submitting your review, you agree to the <a href=\"%s\" target=\"_blank\" "
1904
  "rel=\"noopener noreferrer\">terms and conditions</a>."
1905
  msgstr ""
1906
 
1907
- #: includes/reminders/class-cr-local-forms.php:217 templates/qna-tab.php:75
1908
  #: templates/qna-tab.php:119
1909
  msgid "Submit"
1910
  msgstr ""
1911
 
1912
- #: includes/reminders/class-cr-local-forms.php:235
1913
  msgid "This form was created by %1$s using %2$s plugin."
1914
  msgstr ""
1915
 
1916
- #: includes/reminders/class-cr-local-forms.php:237
1917
  msgid "This form was created by %1$s."
1918
  msgstr ""
1919
 
@@ -2213,6 +2201,19 @@ msgstr ""
2213
  msgid "Search"
2214
  msgstr ""
2215
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2216
  #: includes/reviews/class-cr-reviews-list-table.php:210
2217
  msgid "No reviews found."
2218
  msgstr ""
@@ -2358,7 +2359,7 @@ msgstr ""
2358
  #: includes/reviews/class-cr-reviews-media-download.php:174
2359
  #: includes/reviews/class-cr-reviews-media-download.php:180
2360
  #: includes/reviews/class-cr-reviews-media-download.php:185
2361
- #: includes/reviews/class-cr-reviews-media-download.php:190
2362
  msgid "An error occurred while downloading a media file. Error code: %s."
2363
  msgstr ""
2364
 
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
  msgid "This reply was originally posted on CR portal"
44
  msgstr ""
45
 
 
 
 
 
 
 
 
 
 
 
 
 
46
  #: class-ivole.php:150
47
  msgid "View CusRev documentation"
48
  msgstr ""
199
  msgid "Discount Coupon for You"
200
  msgstr ""
201
 
202
+ #: includes/emails/class-cr-email-coupon.php:134
203
+ #: includes/emails/class-cr-email.php:144 includes/misc/class-cr-license.php:24
204
  #: includes/misc/class-cr-license.php:93
205
  #: includes/reminders/class-cr-manual.php:201
206
  #: includes/trust-badge/class-cr-verified-reviews.php:62
208
  msgid "Error: cURL library is missing on the server."
209
  msgstr ""
210
 
211
+ #: includes/emails/class-cr-email-coupon.php:147
212
+ #: includes/emails/class-cr-email-coupon.php:174
213
+ #: includes/emails/class-cr-email.php:408
214
+ #: includes/emails/class-cr-email.php:446
215
+ #: includes/reminders/class-cr-local-forms.php:354
216
  msgid "Jane"
217
  msgstr ""
218
 
219
+ #: includes/emails/class-cr-email-coupon.php:148
220
+ #: includes/emails/class-cr-email-coupon.php:175
221
+ #: includes/emails/class-cr-email.php:409
222
+ #: includes/emails/class-cr-email.php:447
223
+ #: includes/reminders/class-cr-local-forms.php:355
224
  msgid "Doe"
225
  msgstr ""
226
 
227
+ #: includes/emails/class-cr-email-coupon.php:149
228
+ #: includes/emails/class-cr-email.php:410
229
  msgid "Jane Doe"
230
  msgstr ""
231
 
232
+ #: includes/emails/class-cr-email-coupon.php:180
233
+ #: includes/emails/class-cr-email.php:418
234
+ #: includes/emails/class-cr-email.php:452
235
+ #: includes/reminders/class-cr-local-forms.php:362
236
  msgid "Item 1 Test"
237
  msgstr ""
238
 
239
+ #: includes/emails/class-cr-email-coupon.php:184
240
+ #: includes/emails/class-cr-email.php:420
241
+ #: includes/emails/class-cr-email.php:457
242
+ #: includes/reminders/class-cr-local-forms.php:367
243
  msgid "Item 2 Test"
244
  msgstr ""
245
 
263
  "at {site_title}."
264
  msgstr ""
265
 
266
+ #: includes/emails/class-cr-email.php:190
267
  msgid "Error: the order %s does not exist anymore."
268
  msgstr ""
269
 
270
+ #: includes/emails/class-cr-email.php:403
271
  msgid ""
272
  "Error: the order does not contain any products for which review reminders "
273
  "are enabled in the settings."
274
  msgstr ""
275
 
276
+ #: includes/emails/class-cr-email.php:518
277
  msgid "Error: only one review invitation per order is allowed."
278
  msgstr ""
279
 
280
+ #: includes/emails/class-cr-email.php:518
281
  msgid "View additional information"
282
  msgstr ""
283
 
284
+ #: includes/emails/class-cr-email.php:520
285
  msgid "Error: the customer has already reviewed all products from this order."
286
  msgstr ""
287
 
288
+ #: includes/emails/class-cr-email.php:522
289
  msgid "Error: the customer has unsubscribed from emails."
290
  msgstr ""
291
 
292
+ #: includes/emails/class-cr-email.php:524
293
  msgid ""
294
  "Error: the customer has already left a review for a different order in the "
295
  "past."
354
  "progress)"
355
  msgstr ""
356
 
357
+ #: includes/google/class-cr-admin-menu-product-feed.php:59
358
  msgid ""
359
  "XML Product Review Feed for Google Shopping is being generated in background "
360
  "- reviews %1$s to %2$s out of %3$s (reload the page to see the latest "
361
  "progress)"
362
  msgstr ""
363
 
364
+ #: includes/google/class-cr-admin-menu-product-feed.php:65
365
  msgid "XML Feeds might not be created correctly because WP Cron is disabled"
366
  msgstr ""
367
 
368
+ #: includes/google/class-cr-admin-menu-product-feed.php:75
369
  msgid "Integration with Google Services"
370
  msgstr ""
371
 
372
+ #: includes/google/class-cr-admin-menu-product-feed.php:76
373
  msgid "Google"
374
  msgstr ""
375
 
376
+ #: includes/google/class-cr-admin-menu-product-feed.php:141
377
  #: includes/google/class-cr-product-feed-reviews.php:41
378
  #: includes/reviews/class-cr-admin-menu-reviews.php:48
379
  #: includes/reviews/class-cr-admin-menu-reviews.php:49
384
  msgid "Reviews"
385
  msgstr ""
386
 
387
+ #: includes/google/class-cr-admin-menu-product-feed.php:149
388
  msgid "Select a category"
389
  msgstr ""
390
 
391
+ #: includes/google/class-cr-admin-menu-product-feed.php:150
392
  msgid "Select a field"
393
  msgstr ""
394
 
395
+ #: includes/google/class-cr-google-shopping-feed.php:369
396
+ #: includes/reminders/class-cr-local-forms.php:208
397
  msgid "Anonymous"
398
  msgstr ""
399
 
1841
  msgid "Error: accepted file types are PNG, JPG, JPEG, GIF"
1842
  msgstr ""
1843
 
1844
+ #: includes/reminders/class-cr-local-forms.php:132
1845
  msgid "* Required"
1846
  msgstr ""
1847
 
1848
+ #: includes/reminders/class-cr-local-forms.php:134
1849
  msgid "Thank you for submitting a review!"
1850
  msgstr ""
1851
 
1852
+ #: includes/reminders/class-cr-local-forms.php:135
1853
  msgid "Your response has been recorded."
1854
  msgstr ""
1855
 
1856
+ #: includes/reminders/class-cr-local-forms.php:136
1857
  msgid "Edit your review"
1858
  msgstr ""
1859
 
1860
+ #: includes/reminders/class-cr-local-forms.php:158
1861
  msgid "Comment"
1862
  msgstr ""
1863
 
1864
+ #: includes/reminders/class-cr-local-forms.php:159
1865
  msgid "Your comment"
1866
  msgstr ""
1867
 
1868
+ #: includes/reminders/class-cr-local-forms.php:164
1869
  msgid "Rate website, customer service and delivery"
1870
  msgstr ""
1871
 
1872
+ #: includes/reminders/class-cr-local-forms.php:170
1873
  #: blocks/src/reviews-grid/edit.js:134 js/blocks.js:767
1874
  msgid "Rating"
1875
  msgstr ""
1876
 
1877
+ #: includes/reminders/class-cr-local-forms.php:191
1878
  msgid "Upload Photos/Video"
1879
  msgstr ""
1880
 
1881
+ #: includes/reminders/class-cr-local-forms.php:192
1882
  msgid "Add photos or video to your review"
1883
  msgstr ""
1884
 
1885
+ #: includes/reminders/class-cr-local-forms.php:207
1886
  msgid "Display name"
1887
  msgstr ""
1888
 
1889
+ #: includes/reminders/class-cr-local-forms.php:229
1890
  msgid ""
1891
  "By submitting your review, you agree to the <a href=\"%s\" target=\"_blank\" "
1892
  "rel=\"noopener noreferrer\">terms and conditions</a>."
1893
  msgstr ""
1894
 
1895
+ #: includes/reminders/class-cr-local-forms.php:230 templates/qna-tab.php:75
1896
  #: templates/qna-tab.php:119
1897
  msgid "Submit"
1898
  msgstr ""
1899
 
1900
+ #: includes/reminders/class-cr-local-forms.php:248
1901
  msgid "This form was created by %1$s using %2$s plugin."
1902
  msgstr ""
1903
 
1904
+ #: includes/reminders/class-cr-local-forms.php:250
1905
  msgid "This form was created by %1$s."
1906
  msgstr ""
1907
 
2201
  msgid "Search"
2202
  msgstr ""
2203
 
2204
+ #: includes/reviews/class-cr-replies.php:102
2205
+ msgid "A copy of the reply was published on CusRev portal"
2206
+ msgstr ""
2207
+
2208
+ #: includes/reviews/class-cr-replies.php:111
2209
+ #: includes/reviews/class-cr-replies.php:124
2210
+ msgid "Unknown error"
2211
+ msgstr ""
2212
+
2213
+ #: includes/reviews/class-cr-replies.php:131
2214
+ msgid "ID of the current user is not set"
2215
+ msgstr ""
2216
+
2217
  #: includes/reviews/class-cr-reviews-list-table.php:210
2218
  msgid "No reviews found."
2219
  msgstr ""
2359
  #: includes/reviews/class-cr-reviews-media-download.php:174
2360
  #: includes/reviews/class-cr-reviews-media-download.php:180
2361
  #: includes/reviews/class-cr-reviews-media-download.php:185
2362
+ #: includes/reviews/class-cr-reviews-media-download.php:195
2363
  msgid "An error occurred while downloading a media file. Error code: %s."
2364
  msgstr ""
2365
 
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-25T18:25:49+00:00\n"
10
  "PO-Revision-Date: 2020-04-26 23:00+0100\n"
11
  "Last-Translator: \n"
12
  "Language-Team: \n"
@@ -44,18 +44,6 @@ msgstr ""
44
  msgid "This reply was originally posted on CR portal"
45
  msgstr ""
46
 
47
- #: class-ivole-replies.php:102
48
- msgid "A copy of the reply was published on CusRev portal"
49
- msgstr ""
50
-
51
- #: class-ivole-replies.php:111 class-ivole-replies.php:124
52
- msgid "Unknown error"
53
- msgstr ""
54
-
55
- #: class-ivole-replies.php:131
56
- msgid "ID of the current user is not set"
57
- msgstr ""
58
-
59
  #: class-ivole.php:150
60
  msgid "View CusRev documentation"
61
  msgstr ""
@@ -215,8 +203,8 @@ msgstr ""
215
  msgid "Discount Coupon for You"
216
  msgstr ""
217
 
218
- #: includes/emails/class-cr-email-coupon.php:114
219
- #: includes/emails/class-cr-email.php:122 includes/misc/class-cr-license.php:24
220
  #: includes/misc/class-cr-license.php:93
221
  #: includes/reminders/class-cr-manual.php:201
222
  #: includes/trust-badge/class-cr-verified-reviews.php:62
@@ -224,38 +212,38 @@ msgstr ""
224
  msgid "Error: cURL library is missing on the server."
225
  msgstr ""
226
 
227
- #: includes/emails/class-cr-email-coupon.php:127
228
- #: includes/emails/class-cr-email-coupon.php:154
229
- #: includes/emails/class-cr-email.php:386
230
- #: includes/emails/class-cr-email.php:424
231
- #: includes/reminders/class-cr-local-forms.php:341
232
  msgid "Jane"
233
  msgstr ""
234
 
235
- #: includes/emails/class-cr-email-coupon.php:128
236
- #: includes/emails/class-cr-email-coupon.php:155
237
- #: includes/emails/class-cr-email.php:387
238
- #: includes/emails/class-cr-email.php:425
239
- #: includes/reminders/class-cr-local-forms.php:342
240
  msgid "Doe"
241
  msgstr ""
242
 
243
- #: includes/emails/class-cr-email-coupon.php:129
244
- #: includes/emails/class-cr-email.php:388
245
  msgid "Jane Doe"
246
  msgstr ""
247
 
248
- #: includes/emails/class-cr-email-coupon.php:160
249
- #: includes/emails/class-cr-email.php:396
250
- #: includes/emails/class-cr-email.php:430
251
- #: includes/reminders/class-cr-local-forms.php:349
252
  msgid "Item 1 Test"
253
  msgstr ""
254
 
255
- #: includes/emails/class-cr-email-coupon.php:164
256
- #: includes/emails/class-cr-email.php:398
257
- #: includes/emails/class-cr-email.php:435
258
- #: includes/reminders/class-cr-local-forms.php:354
259
  msgid "Item 2 Test"
260
  msgstr ""
261
 
@@ -279,33 +267,33 @@ msgid ""
279
  "at {site_title}."
280
  msgstr ""
281
 
282
- #: includes/emails/class-cr-email.php:168
283
  msgid "Error: the order %s does not exist anymore."
284
  msgstr ""
285
 
286
- #: includes/emails/class-cr-email.php:381
287
  msgid ""
288
  "Error: the order does not contain any products for which review reminders "
289
  "are enabled in the settings."
290
  msgstr ""
291
 
292
- #: includes/emails/class-cr-email.php:496
293
  msgid "Error: only one review invitation per order is allowed."
294
  msgstr ""
295
 
296
- #: includes/emails/class-cr-email.php:496
297
  msgid "View additional information"
298
  msgstr ""
299
 
300
- #: includes/emails/class-cr-email.php:498
301
  msgid "Error: the customer has already reviewed all products from this order."
302
  msgstr ""
303
 
304
- #: includes/emails/class-cr-email.php:500
305
  msgid "Error: the customer has unsubscribed from emails."
306
  msgstr ""
307
 
308
- #: includes/emails/class-cr-email.php:502
309
  msgid ""
310
  "Error: the customer has already left a review for a different order in the "
311
  "past."
@@ -370,26 +358,26 @@ msgid ""
370
  "progress)"
371
  msgstr ""
372
 
373
- #: includes/google/class-cr-admin-menu-product-feed.php:56
374
  msgid ""
375
  "XML Product Review Feed for Google Shopping is being generated in background "
376
  "- reviews %1$s to %2$s out of %3$s (reload the page to see the latest "
377
  "progress)"
378
  msgstr ""
379
 
380
- #: includes/google/class-cr-admin-menu-product-feed.php:62
381
  msgid "XML Feeds might not be created correctly because WP Cron is disabled"
382
  msgstr ""
383
 
384
- #: includes/google/class-cr-admin-menu-product-feed.php:72
385
  msgid "Integration with Google Services"
386
  msgstr ""
387
 
388
- #: includes/google/class-cr-admin-menu-product-feed.php:73
389
  msgid "Google"
390
  msgstr ""
391
 
392
- #: includes/google/class-cr-admin-menu-product-feed.php:138
393
  #: includes/google/class-cr-product-feed-reviews.php:41
394
  #: includes/reviews/class-cr-admin-menu-reviews.php:48
395
  #: includes/reviews/class-cr-admin-menu-reviews.php:49
@@ -400,16 +388,16 @@ msgstr ""
400
  msgid "Reviews"
401
  msgstr "Recenzii"
402
 
403
- #: includes/google/class-cr-admin-menu-product-feed.php:146
404
  msgid "Select a category"
405
  msgstr ""
406
 
407
- #: includes/google/class-cr-admin-menu-product-feed.php:147
408
  msgid "Select a field"
409
  msgstr ""
410
 
411
- #: includes/google/class-cr-google-shopping-feed.php:367
412
- #: includes/reminders/class-cr-local-forms.php:195
413
  msgid "Anonymous"
414
  msgstr ""
415
 
@@ -1865,67 +1853,67 @@ msgstr ""
1865
  msgid "Error: accepted file types are PNG, JPG, JPEG, GIF"
1866
  msgstr ""
1867
 
1868
- #: includes/reminders/class-cr-local-forms.php:119
1869
  msgid "* Required"
1870
  msgstr ""
1871
 
1872
- #: includes/reminders/class-cr-local-forms.php:121
1873
  msgid "Thank you for submitting a review!"
1874
  msgstr ""
1875
 
1876
- #: includes/reminders/class-cr-local-forms.php:122
1877
  msgid "Your response has been recorded."
1878
  msgstr ""
1879
 
1880
- #: includes/reminders/class-cr-local-forms.php:123
1881
  msgid "Edit your review"
1882
  msgstr ""
1883
 
1884
- #: includes/reminders/class-cr-local-forms.php:145
1885
  msgid "Comment"
1886
  msgstr ""
1887
 
1888
- #: includes/reminders/class-cr-local-forms.php:146
1889
  msgid "Your comment"
1890
  msgstr ""
1891
 
1892
- #: includes/reminders/class-cr-local-forms.php:151
1893
  msgid "Rate website, customer service and delivery"
1894
  msgstr ""
1895
 
1896
- #: includes/reminders/class-cr-local-forms.php:157
1897
  #: blocks/src/reviews-grid/edit.js:134 js/blocks.js:767
1898
  msgid "Rating"
1899
  msgstr ""
1900
 
1901
- #: includes/reminders/class-cr-local-forms.php:178
1902
  msgid "Upload Photos/Video"
1903
  msgstr ""
1904
 
1905
- #: includes/reminders/class-cr-local-forms.php:179
1906
  msgid "Add photos or video to your review"
1907
  msgstr ""
1908
 
1909
- #: includes/reminders/class-cr-local-forms.php:194
1910
  msgid "Display name"
1911
  msgstr ""
1912
 
1913
- #: includes/reminders/class-cr-local-forms.php:216
1914
  msgid ""
1915
  "By submitting your review, you agree to the <a href=\"%s\" target=\"_blank\" "
1916
  "rel=\"noopener noreferrer\">terms and conditions</a>."
1917
  msgstr ""
1918
 
1919
- #: includes/reminders/class-cr-local-forms.php:217 templates/qna-tab.php:75
1920
  #: templates/qna-tab.php:119
1921
  msgid "Submit"
1922
  msgstr ""
1923
 
1924
- #: includes/reminders/class-cr-local-forms.php:235
1925
  msgid "This form was created by %1$s using %2$s plugin."
1926
  msgstr ""
1927
 
1928
- #: includes/reminders/class-cr-local-forms.php:237
1929
  msgid "This form was created by %1$s."
1930
  msgstr ""
1931
 
@@ -2227,6 +2215,19 @@ msgstr ""
2227
  msgid "Search"
2228
  msgstr ""
2229
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2230
  #: includes/reviews/class-cr-reviews-list-table.php:210
2231
  msgid "No reviews found."
2232
  msgstr ""
@@ -2373,7 +2374,7 @@ msgstr ""
2373
  #: includes/reviews/class-cr-reviews-media-download.php:174
2374
  #: includes/reviews/class-cr-reviews-media-download.php:180
2375
  #: includes/reviews/class-cr-reviews-media-download.php:185
2376
- #: includes/reviews/class-cr-reviews-media-download.php:190
2377
  msgid "An error occurred while downloading a media file. Error code: %s."
2378
  msgstr ""
2379
 
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
  msgid "This reply was originally posted on CR portal"
45
  msgstr ""
46
 
 
 
 
 
 
 
 
 
 
 
 
 
47
  #: class-ivole.php:150
48
  msgid "View CusRev documentation"
49
  msgstr ""
203
  msgid "Discount Coupon for You"
204
  msgstr ""
205
 
206
+ #: includes/emails/class-cr-email-coupon.php:134
207
+ #: includes/emails/class-cr-email.php:144 includes/misc/class-cr-license.php:24
208
  #: includes/misc/class-cr-license.php:93
209
  #: includes/reminders/class-cr-manual.php:201
210
  #: includes/trust-badge/class-cr-verified-reviews.php:62
212
  msgid "Error: cURL library is missing on the server."
213
  msgstr ""
214
 
215
+ #: includes/emails/class-cr-email-coupon.php:147
216
+ #: includes/emails/class-cr-email-coupon.php:174
217
+ #: includes/emails/class-cr-email.php:408
218
+ #: includes/emails/class-cr-email.php:446
219
+ #: includes/reminders/class-cr-local-forms.php:354
220
  msgid "Jane"
221
  msgstr ""
222
 
223
+ #: includes/emails/class-cr-email-coupon.php:148
224
+ #: includes/emails/class-cr-email-coupon.php:175
225
+ #: includes/emails/class-cr-email.php:409
226
+ #: includes/emails/class-cr-email.php:447
227
+ #: includes/reminders/class-cr-local-forms.php:355
228
  msgid "Doe"
229
  msgstr ""
230
 
231
+ #: includes/emails/class-cr-email-coupon.php:149
232
+ #: includes/emails/class-cr-email.php:410
233
  msgid "Jane Doe"
234
  msgstr ""
235
 
236
+ #: includes/emails/class-cr-email-coupon.php:180
237
+ #: includes/emails/class-cr-email.php:418
238
+ #: includes/emails/class-cr-email.php:452
239
+ #: includes/reminders/class-cr-local-forms.php:362
240
  msgid "Item 1 Test"
241
  msgstr ""
242
 
243
+ #: includes/emails/class-cr-email-coupon.php:184
244
+ #: includes/emails/class-cr-email.php:420
245
+ #: includes/emails/class-cr-email.php:457
246
+ #: includes/reminders/class-cr-local-forms.php:367
247
  msgid "Item 2 Test"
248
  msgstr ""
249
 
267
  "at {site_title}."
268
  msgstr ""
269
 
270
+ #: includes/emails/class-cr-email.php:190
271
  msgid "Error: the order %s does not exist anymore."
272
  msgstr ""
273
 
274
+ #: includes/emails/class-cr-email.php:403
275
  msgid ""
276
  "Error: the order does not contain any products for which review reminders "
277
  "are enabled in the settings."
278
  msgstr ""
279
 
280
+ #: includes/emails/class-cr-email.php:518
281
  msgid "Error: only one review invitation per order is allowed."
282
  msgstr ""
283
 
284
+ #: includes/emails/class-cr-email.php:518
285
  msgid "View additional information"
286
  msgstr ""
287
 
288
+ #: includes/emails/class-cr-email.php:520
289
  msgid "Error: the customer has already reviewed all products from this order."
290
  msgstr ""
291
 
292
+ #: includes/emails/class-cr-email.php:522
293
  msgid "Error: the customer has unsubscribed from emails."
294
  msgstr ""
295
 
296
+ #: includes/emails/class-cr-email.php:524
297
  msgid ""
298
  "Error: the customer has already left a review for a different order in the "
299
  "past."
358
  "progress)"
359
  msgstr ""
360
 
361
+ #: includes/google/class-cr-admin-menu-product-feed.php:59
362
  msgid ""
363
  "XML Product Review Feed for Google Shopping is being generated in background "
364
  "- reviews %1$s to %2$s out of %3$s (reload the page to see the latest "
365
  "progress)"
366
  msgstr ""
367
 
368
+ #: includes/google/class-cr-admin-menu-product-feed.php:65
369
  msgid "XML Feeds might not be created correctly because WP Cron is disabled"
370
  msgstr ""
371
 
372
+ #: includes/google/class-cr-admin-menu-product-feed.php:75
373
  msgid "Integration with Google Services"
374
  msgstr ""
375
 
376
+ #: includes/google/class-cr-admin-menu-product-feed.php:76
377
  msgid "Google"
378
  msgstr ""
379
 
380
+ #: includes/google/class-cr-admin-menu-product-feed.php:141
381
  #: includes/google/class-cr-product-feed-reviews.php:41
382
  #: includes/reviews/class-cr-admin-menu-reviews.php:48
383
  #: includes/reviews/class-cr-admin-menu-reviews.php:49
388
  msgid "Reviews"
389
  msgstr "Recenzii"
390
 
391
+ #: includes/google/class-cr-admin-menu-product-feed.php:149
392
  msgid "Select a category"
393
  msgstr ""
394
 
395
+ #: includes/google/class-cr-admin-menu-product-feed.php:150
396
  msgid "Select a field"
397
  msgstr ""
398
 
399
+ #: includes/google/class-cr-google-shopping-feed.php:369
400
+ #: includes/reminders/class-cr-local-forms.php:208
401
  msgid "Anonymous"
402
  msgstr ""
403
 
1853
  msgid "Error: accepted file types are PNG, JPG, JPEG, GIF"
1854
  msgstr ""
1855
 
1856
+ #: includes/reminders/class-cr-local-forms.php:132
1857
  msgid "* Required"
1858
  msgstr ""
1859
 
1860
+ #: includes/reminders/class-cr-local-forms.php:134
1861
  msgid "Thank you for submitting a review!"
1862
  msgstr ""
1863
 
1864
+ #: includes/reminders/class-cr-local-forms.php:135
1865
  msgid "Your response has been recorded."
1866
  msgstr ""
1867
 
1868
+ #: includes/reminders/class-cr-local-forms.php:136
1869
  msgid "Edit your review"
1870
  msgstr ""
1871
 
1872
+ #: includes/reminders/class-cr-local-forms.php:158
1873
  msgid "Comment"
1874
  msgstr ""
1875
 
1876
+ #: includes/reminders/class-cr-local-forms.php:159
1877
  msgid "Your comment"
1878
  msgstr ""
1879
 
1880
+ #: includes/reminders/class-cr-local-forms.php:164
1881
  msgid "Rate website, customer service and delivery"
1882
  msgstr ""
1883
 
1884
+ #: includes/reminders/class-cr-local-forms.php:170
1885
  #: blocks/src/reviews-grid/edit.js:134 js/blocks.js:767
1886
  msgid "Rating"
1887
  msgstr ""
1888
 
1889
+ #: includes/reminders/class-cr-local-forms.php:191
1890
  msgid "Upload Photos/Video"
1891
  msgstr ""
1892
 
1893
+ #: includes/reminders/class-cr-local-forms.php:192
1894
  msgid "Add photos or video to your review"
1895
  msgstr ""
1896
 
1897
+ #: includes/reminders/class-cr-local-forms.php:207
1898
  msgid "Display name"
1899
  msgstr ""
1900
 
1901
+ #: includes/reminders/class-cr-local-forms.php:229
1902
  msgid ""
1903
  "By submitting your review, you agree to the <a href=\"%s\" target=\"_blank\" "
1904
  "rel=\"noopener noreferrer\">terms and conditions</a>."
1905
  msgstr ""
1906
 
1907
+ #: includes/reminders/class-cr-local-forms.php:230 templates/qna-tab.php:75
1908
  #: templates/qna-tab.php:119
1909
  msgid "Submit"
1910
  msgstr ""
1911
 
1912
+ #: includes/reminders/class-cr-local-forms.php:248
1913
  msgid "This form was created by %1$s using %2$s plugin."
1914
  msgstr ""
1915
 
1916
+ #: includes/reminders/class-cr-local-forms.php:250
1917
  msgid "This form was created by %1$s."
1918
  msgstr ""
1919
 
2215
  msgid "Search"
2216
  msgstr ""
2217
 
2218
+ #: includes/reviews/class-cr-replies.php:102
2219
+ msgid "A copy of the reply was published on CusRev portal"
2220
+ msgstr ""
2221
+
2222
+ #: includes/reviews/class-cr-replies.php:111
2223
+ #: includes/reviews/class-cr-replies.php:124
2224
+ msgid "Unknown error"
2225
+ msgstr ""
2226
+
2227
+ #: includes/reviews/class-cr-replies.php:131
2228
+ msgid "ID of the current user is not set"
2229
+ msgstr ""
2230
+
2231
  #: includes/reviews/class-cr-reviews-list-table.php:210
2232
  msgid "No reviews found."
2233
  msgstr ""
2374
  #: includes/reviews/class-cr-reviews-media-download.php:174
2375
  #: includes/reviews/class-cr-reviews-media-download.php:180
2376
  #: includes/reviews/class-cr-reviews-media-download.php:185
2377
+ #: includes/reviews/class-cr-reviews-media-download.php:195
2378
  msgid "An error occurred while downloading a media file. Error code: %s."
2379
  msgstr ""
2380
 
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-25T18:25:49+00:00\n"
10
  "PO-Revision-Date: 2019-08-27 00:28+0100\n"
11
  "Last-Translator: \n"
12
  "Language-Team: \n"
@@ -43,18 +43,6 @@ msgstr ""
43
  msgid "This reply was originally posted on CR portal"
44
  msgstr ""
45
 
46
- #: class-ivole-replies.php:102
47
- msgid "A copy of the reply was published on CusRev portal"
48
- msgstr ""
49
-
50
- #: class-ivole-replies.php:111 class-ivole-replies.php:124
51
- msgid "Unknown error"
52
- msgstr ""
53
-
54
- #: class-ivole-replies.php:131
55
- msgid "ID of the current user is not set"
56
- msgstr ""
57
-
58
  #: class-ivole.php:150
59
  msgid "View CusRev documentation"
60
  msgstr ""
@@ -214,8 +202,8 @@ msgstr ""
214
  msgid "Discount Coupon for You"
215
  msgstr ""
216
 
217
- #: includes/emails/class-cr-email-coupon.php:114
218
- #: includes/emails/class-cr-email.php:122 includes/misc/class-cr-license.php:24
219
  #: includes/misc/class-cr-license.php:93
220
  #: includes/reminders/class-cr-manual.php:201
221
  #: includes/trust-badge/class-cr-verified-reviews.php:62
@@ -223,38 +211,38 @@ msgstr ""
223
  msgid "Error: cURL library is missing on the server."
224
  msgstr ""
225
 
226
- #: includes/emails/class-cr-email-coupon.php:127
227
- #: includes/emails/class-cr-email-coupon.php:154
228
- #: includes/emails/class-cr-email.php:386
229
- #: includes/emails/class-cr-email.php:424
230
- #: includes/reminders/class-cr-local-forms.php:341
231
  msgid "Jane"
232
  msgstr ""
233
 
234
- #: includes/emails/class-cr-email-coupon.php:128
235
- #: includes/emails/class-cr-email-coupon.php:155
236
- #: includes/emails/class-cr-email.php:387
237
- #: includes/emails/class-cr-email.php:425
238
- #: includes/reminders/class-cr-local-forms.php:342
239
  msgid "Doe"
240
  msgstr ""
241
 
242
- #: includes/emails/class-cr-email-coupon.php:129
243
- #: includes/emails/class-cr-email.php:388
244
  msgid "Jane Doe"
245
  msgstr ""
246
 
247
- #: includes/emails/class-cr-email-coupon.php:160
248
- #: includes/emails/class-cr-email.php:396
249
- #: includes/emails/class-cr-email.php:430
250
- #: includes/reminders/class-cr-local-forms.php:349
251
  msgid "Item 1 Test"
252
  msgstr ""
253
 
254
- #: includes/emails/class-cr-email-coupon.php:164
255
- #: includes/emails/class-cr-email.php:398
256
- #: includes/emails/class-cr-email.php:435
257
- #: includes/reminders/class-cr-local-forms.php:354
258
  msgid "Item 2 Test"
259
  msgstr ""
260
 
@@ -278,33 +266,33 @@ msgid ""
278
  "at {site_title}."
279
  msgstr ""
280
 
281
- #: includes/emails/class-cr-email.php:168
282
  msgid "Error: the order %s does not exist anymore."
283
  msgstr ""
284
 
285
- #: includes/emails/class-cr-email.php:381
286
  msgid ""
287
  "Error: the order does not contain any products for which review reminders "
288
  "are enabled in the settings."
289
  msgstr ""
290
 
291
- #: includes/emails/class-cr-email.php:496
292
  msgid "Error: only one review invitation per order is allowed."
293
  msgstr ""
294
 
295
- #: includes/emails/class-cr-email.php:496
296
  msgid "View additional information"
297
  msgstr ""
298
 
299
- #: includes/emails/class-cr-email.php:498
300
  msgid "Error: the customer has already reviewed all products from this order."
301
  msgstr ""
302
 
303
- #: includes/emails/class-cr-email.php:500
304
  msgid "Error: the customer has unsubscribed from emails."
305
  msgstr ""
306
 
307
- #: includes/emails/class-cr-email.php:502
308
  msgid ""
309
  "Error: the customer has already left a review for a different order in the "
310
  "past."
@@ -369,26 +357,26 @@ msgid ""
369
  "progress)"
370
  msgstr ""
371
 
372
- #: includes/google/class-cr-admin-menu-product-feed.php:56
373
  msgid ""
374
  "XML Product Review Feed for Google Shopping is being generated in background "
375
  "- reviews %1$s to %2$s out of %3$s (reload the page to see the latest "
376
  "progress)"
377
  msgstr ""
378
 
379
- #: includes/google/class-cr-admin-menu-product-feed.php:62
380
  msgid "XML Feeds might not be created correctly because WP Cron is disabled"
381
  msgstr ""
382
 
383
- #: includes/google/class-cr-admin-menu-product-feed.php:72
384
  msgid "Integration with Google Services"
385
  msgstr ""
386
 
387
- #: includes/google/class-cr-admin-menu-product-feed.php:73
388
  msgid "Google"
389
  msgstr ""
390
 
391
- #: includes/google/class-cr-admin-menu-product-feed.php:138
392
  #: includes/google/class-cr-product-feed-reviews.php:41
393
  #: includes/reviews/class-cr-admin-menu-reviews.php:48
394
  #: includes/reviews/class-cr-admin-menu-reviews.php:49
@@ -399,16 +387,16 @@ msgstr ""
399
  msgid "Reviews"
400
  msgstr ""
401
 
402
- #: includes/google/class-cr-admin-menu-product-feed.php:146
403
  msgid "Select a category"
404
  msgstr ""
405
 
406
- #: includes/google/class-cr-admin-menu-product-feed.php:147
407
  msgid "Select a field"
408
  msgstr ""
409
 
410
- #: includes/google/class-cr-google-shopping-feed.php:367
411
- #: includes/reminders/class-cr-local-forms.php:195
412
  msgid "Anonymous"
413
  msgstr ""
414
 
@@ -1864,67 +1852,67 @@ msgstr ""
1864
  msgid "Error: accepted file types are PNG, JPG, JPEG, GIF"
1865
  msgstr ""
1866
 
1867
- #: includes/reminders/class-cr-local-forms.php:119
1868
  msgid "* Required"
1869
  msgstr ""
1870
 
1871
- #: includes/reminders/class-cr-local-forms.php:121
1872
  msgid "Thank you for submitting a review!"
1873
  msgstr ""
1874
 
1875
- #: includes/reminders/class-cr-local-forms.php:122
1876
  msgid "Your response has been recorded."
1877
  msgstr ""
1878
 
1879
- #: includes/reminders/class-cr-local-forms.php:123
1880
  msgid "Edit your review"
1881
  msgstr ""
1882
 
1883
- #: includes/reminders/class-cr-local-forms.php:145
1884
  msgid "Comment"
1885
  msgstr ""
1886
 
1887
- #: includes/reminders/class-cr-local-forms.php:146
1888
  msgid "Your comment"
1889
  msgstr ""
1890
 
1891
- #: includes/reminders/class-cr-local-forms.php:151
1892
  msgid "Rate website, customer service and delivery"
1893
  msgstr ""
1894
 
1895
- #: includes/reminders/class-cr-local-forms.php:157
1896
  #: blocks/src/reviews-grid/edit.js:134 js/blocks.js:767
1897
  msgid "Rating"
1898
  msgstr ""
1899
 
1900
- #: includes/reminders/class-cr-local-forms.php:178
1901
  msgid "Upload Photos/Video"
1902
  msgstr ""
1903
 
1904
- #: includes/reminders/class-cr-local-forms.php:179
1905
  msgid "Add photos or video to your review"
1906
  msgstr ""
1907
 
1908
- #: includes/reminders/class-cr-local-forms.php:194
1909
  msgid "Display name"
1910
  msgstr ""
1911
 
1912
- #: includes/reminders/class-cr-local-forms.php:216
1913
  msgid ""
1914
  "By submitting your review, you agree to the <a href=\"%s\" target=\"_blank\" "
1915
  "rel=\"noopener noreferrer\">terms and conditions</a>."
1916
  msgstr ""
1917
 
1918
- #: includes/reminders/class-cr-local-forms.php:217 templates/qna-tab.php:75
1919
  #: templates/qna-tab.php:119
1920
  msgid "Submit"
1921
  msgstr ""
1922
 
1923
- #: includes/reminders/class-cr-local-forms.php:235
1924
  msgid "This form was created by %1$s using %2$s plugin."
1925
  msgstr ""
1926
 
1927
- #: includes/reminders/class-cr-local-forms.php:237
1928
  msgid "This form was created by %1$s."
1929
  msgstr ""
1930
 
@@ -2226,6 +2214,19 @@ msgstr ""
2226
  msgid "Search"
2227
  msgstr ""
2228
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2229
  #: includes/reviews/class-cr-reviews-list-table.php:210
2230
  msgid "No reviews found."
2231
  msgstr ""
@@ -2372,7 +2373,7 @@ msgstr ""
2372
  #: includes/reviews/class-cr-reviews-media-download.php:174
2373
  #: includes/reviews/class-cr-reviews-media-download.php:180
2374
  #: includes/reviews/class-cr-reviews-media-download.php:185
2375
- #: includes/reviews/class-cr-reviews-media-download.php:190
2376
  msgid "An error occurred while downloading a media file. Error code: %s."
2377
  msgstr ""
2378
 
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
  msgid "This reply was originally posted on CR portal"
44
  msgstr ""
45
 
 
 
 
 
 
 
 
 
 
 
 
 
46
  #: class-ivole.php:150
47
  msgid "View CusRev documentation"
48
  msgstr ""
202
  msgid "Discount Coupon for You"
203
  msgstr ""
204
 
205
+ #: includes/emails/class-cr-email-coupon.php:134
206
+ #: includes/emails/class-cr-email.php:144 includes/misc/class-cr-license.php:24
207
  #: includes/misc/class-cr-license.php:93
208
  #: includes/reminders/class-cr-manual.php:201
209
  #: includes/trust-badge/class-cr-verified-reviews.php:62
211
  msgid "Error: cURL library is missing on the server."
212
  msgstr ""
213
 
214
+ #: includes/emails/class-cr-email-coupon.php:147
215
+ #: includes/emails/class-cr-email-coupon.php:174
216
+ #: includes/emails/class-cr-email.php:408
217
+ #: includes/emails/class-cr-email.php:446
218
+ #: includes/reminders/class-cr-local-forms.php:354
219
  msgid "Jane"
220
  msgstr ""
221
 
222
+ #: includes/emails/class-cr-email-coupon.php:148
223
+ #: includes/emails/class-cr-email-coupon.php:175
224
+ #: includes/emails/class-cr-email.php:409
225
+ #: includes/emails/class-cr-email.php:447
226
+ #: includes/reminders/class-cr-local-forms.php:355
227
  msgid "Doe"
228
  msgstr ""
229
 
230
+ #: includes/emails/class-cr-email-coupon.php:149
231
+ #: includes/emails/class-cr-email.php:410
232
  msgid "Jane Doe"
233
  msgstr ""
234
 
235
+ #: includes/emails/class-cr-email-coupon.php:180
236
+ #: includes/emails/class-cr-email.php:418
237
+ #: includes/emails/class-cr-email.php:452
238
+ #: includes/reminders/class-cr-local-forms.php:362
239
  msgid "Item 1 Test"
240
  msgstr ""
241
 
242
+ #: includes/emails/class-cr-email-coupon.php:184
243
+ #: includes/emails/class-cr-email.php:420
244
+ #: includes/emails/class-cr-email.php:457
245
+ #: includes/reminders/class-cr-local-forms.php:367
246
  msgid "Item 2 Test"
247
  msgstr ""
248
 
266
  "at {site_title}."
267
  msgstr ""
268
 
269
+ #: includes/emails/class-cr-email.php:190
270
  msgid "Error: the order %s does not exist anymore."
271
  msgstr ""
272
 
273
+ #: includes/emails/class-cr-email.php:403
274
  msgid ""
275
  "Error: the order does not contain any products for which review reminders "
276
  "are enabled in the settings."
277
  msgstr ""
278
 
279
+ #: includes/emails/class-cr-email.php:518
280
  msgid "Error: only one review invitation per order is allowed."
281
  msgstr ""
282
 
283
+ #: includes/emails/class-cr-email.php:518
284
  msgid "View additional information"
285
  msgstr ""
286
 
287
+ #: includes/emails/class-cr-email.php:520
288
  msgid "Error: the customer has already reviewed all products from this order."
289
  msgstr ""
290
 
291
+ #: includes/emails/class-cr-email.php:522
292
  msgid "Error: the customer has unsubscribed from emails."
293
  msgstr ""
294
 
295
+ #: includes/emails/class-cr-email.php:524
296
  msgid ""
297
  "Error: the customer has already left a review for a different order in the "
298
  "past."
357
  "progress)"
358
  msgstr ""
359
 
360
+ #: includes/google/class-cr-admin-menu-product-feed.php:59
361
  msgid ""
362
  "XML Product Review Feed for Google Shopping is being generated in background "
363
  "- reviews %1$s to %2$s out of %3$s (reload the page to see the latest "
364
  "progress)"
365
  msgstr ""
366
 
367
+ #: includes/google/class-cr-admin-menu-product-feed.php:65
368
  msgid "XML Feeds might not be created correctly because WP Cron is disabled"
369
  msgstr ""
370
 
371
+ #: includes/google/class-cr-admin-menu-product-feed.php:75
372
  msgid "Integration with Google Services"
373
  msgstr ""
374
 
375
+ #: includes/google/class-cr-admin-menu-product-feed.php:76
376
  msgid "Google"
377
  msgstr ""
378
 
379
+ #: includes/google/class-cr-admin-menu-product-feed.php:141
380
  #: includes/google/class-cr-product-feed-reviews.php:41
381
  #: includes/reviews/class-cr-admin-menu-reviews.php:48
382
  #: includes/reviews/class-cr-admin-menu-reviews.php:49
387
  msgid "Reviews"
388
  msgstr ""
389
 
390
+ #: includes/google/class-cr-admin-menu-product-feed.php:149
391
  msgid "Select a category"
392
  msgstr ""
393
 
394
+ #: includes/google/class-cr-admin-menu-product-feed.php:150
395
  msgid "Select a field"
396
  msgstr ""
397
 
398
+ #: includes/google/class-cr-google-shopping-feed.php:369
399
+ #: includes/reminders/class-cr-local-forms.php:208
400
  msgid "Anonymous"
401
  msgstr ""
402
 
1852
  msgid "Error: accepted file types are PNG, JPG, JPEG, GIF"
1853
  msgstr ""
1854
 
1855
+ #: includes/reminders/class-cr-local-forms.php:132
1856
  msgid "* Required"
1857
  msgstr ""
1858
 
1859
+ #: includes/reminders/class-cr-local-forms.php:134
1860
  msgid "Thank you for submitting a review!"
1861
  msgstr ""
1862
 
1863
+ #: includes/reminders/class-cr-local-forms.php:135
1864
  msgid "Your response has been recorded."
1865
  msgstr ""
1866
 
1867
+ #: includes/reminders/class-cr-local-forms.php:136
1868
  msgid "Edit your review"
1869
  msgstr ""
1870
 
1871
+ #: includes/reminders/class-cr-local-forms.php:158
1872
  msgid "Comment"
1873
  msgstr ""
1874
 
1875
+ #: includes/reminders/class-cr-local-forms.php:159
1876
  msgid "Your comment"
1877
  msgstr ""
1878
 
1879
+ #: includes/reminders/class-cr-local-forms.php:164
1880
  msgid "Rate website, customer service and delivery"
1881
  msgstr ""
1882
 
1883
+ #: includes/reminders/class-cr-local-forms.php:170
1884
  #: blocks/src/reviews-grid/edit.js:134 js/blocks.js:767
1885
  msgid "Rating"
1886
  msgstr ""
1887
 
1888
+ #: includes/reminders/class-cr-local-forms.php:191
1889
  msgid "Upload Photos/Video"
1890
  msgstr ""
1891
 
1892
+ #: includes/reminders/class-cr-local-forms.php:192
1893
  msgid "Add photos or video to your review"
1894
  msgstr ""
1895
 
1896
+ #: includes/reminders/class-cr-local-forms.php:207
1897
  msgid "Display name"
1898
  msgstr ""
1899
 
1900
+ #: includes/reminders/class-cr-local-forms.php:229
1901
  msgid ""
1902
  "By submitting your review, you agree to the <a href=\"%s\" target=\"_blank\" "
1903
  "rel=\"noopener noreferrer\">terms and conditions</a>."
1904
  msgstr ""
1905
 
1906
+ #: includes/reminders/class-cr-local-forms.php:230 templates/qna-tab.php:75
1907
  #: templates/qna-tab.php:119
1908
  msgid "Submit"
1909
  msgstr ""
1910
 
1911
+ #: includes/reminders/class-cr-local-forms.php:248
1912
  msgid "This form was created by %1$s using %2$s plugin."
1913
  msgstr ""
1914
 
1915
+ #: includes/reminders/class-cr-local-forms.php:250
1916
  msgid "This form was created by %1$s."
1917
  msgstr ""
1918
 
2214
  msgid "Search"
2215
  msgstr ""
2216
 
2217
+ #: includes/reviews/class-cr-replies.php:102
2218
+ msgid "A copy of the reply was published on CusRev portal"
2219
+ msgstr ""
2220
+
2221
+ #: includes/reviews/class-cr-replies.php:111
2222
+ #: includes/reviews/class-cr-replies.php:124
2223
+ msgid "Unknown error"
2224
+ msgstr ""
2225
+
2226
+ #: includes/reviews/class-cr-replies.php:131
2227
+ msgid "ID of the current user is not set"
2228
+ msgstr ""
2229
+
2230
  #: includes/reviews/class-cr-reviews-list-table.php:210
2231
  msgid "No reviews found."
2232
  msgstr ""
2373
  #: includes/reviews/class-cr-reviews-media-download.php:174
2374
  #: includes/reviews/class-cr-reviews-media-download.php:180
2375
  #: includes/reviews/class-cr-reviews-media-download.php:185
2376
+ #: includes/reviews/class-cr-reviews-media-download.php:195
2377
  msgid "An error occurred while downloading a media file. Error code: %s."
2378
  msgstr ""
2379
 
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-25T18:25:49+00:00\n"
10
  "PO-Revision-Date: 2018-01-19 01:13+0000\n"
11
  "Last-Translator: \n"
12
  "Language-Team: \n"
@@ -44,18 +44,6 @@ msgstr ""
44
  msgid "This reply was originally posted on CR portal"
45
  msgstr ""
46
 
47
- #: class-ivole-replies.php:102
48
- msgid "A copy of the reply was published on CusRev portal"
49
- msgstr ""
50
-
51
- #: class-ivole-replies.php:111 class-ivole-replies.php:124
52
- msgid "Unknown error"
53
- msgstr ""
54
-
55
- #: class-ivole-replies.php:131
56
- msgid "ID of the current user is not set"
57
- msgstr ""
58
-
59
  #: class-ivole.php:150
60
  msgid "View CusRev documentation"
61
  msgstr ""
@@ -218,8 +206,8 @@ msgstr ""
218
  msgid "Discount Coupon for You"
219
  msgstr ""
220
 
221
- #: includes/emails/class-cr-email-coupon.php:114
222
- #: includes/emails/class-cr-email.php:122 includes/misc/class-cr-license.php:24
223
  #: includes/misc/class-cr-license.php:93
224
  #: includes/reminders/class-cr-manual.php:201
225
  #: includes/trust-badge/class-cr-verified-reviews.php:62
@@ -227,38 +215,38 @@ msgstr ""
227
  msgid "Error: cURL library is missing on the server."
228
  msgstr ""
229
 
230
- #: includes/emails/class-cr-email-coupon.php:127
231
- #: includes/emails/class-cr-email-coupon.php:154
232
- #: includes/emails/class-cr-email.php:386
233
- #: includes/emails/class-cr-email.php:424
234
- #: includes/reminders/class-cr-local-forms.php:341
235
  msgid "Jane"
236
  msgstr ""
237
 
238
- #: includes/emails/class-cr-email-coupon.php:128
239
- #: includes/emails/class-cr-email-coupon.php:155
240
- #: includes/emails/class-cr-email.php:387
241
- #: includes/emails/class-cr-email.php:425
242
- #: includes/reminders/class-cr-local-forms.php:342
243
  msgid "Doe"
244
  msgstr ""
245
 
246
- #: includes/emails/class-cr-email-coupon.php:129
247
- #: includes/emails/class-cr-email.php:388
248
  msgid "Jane Doe"
249
  msgstr ""
250
 
251
- #: includes/emails/class-cr-email-coupon.php:160
252
- #: includes/emails/class-cr-email.php:396
253
- #: includes/emails/class-cr-email.php:430
254
- #: includes/reminders/class-cr-local-forms.php:349
255
  msgid "Item 1 Test"
256
  msgstr ""
257
 
258
- #: includes/emails/class-cr-email-coupon.php:164
259
- #: includes/emails/class-cr-email.php:398
260
- #: includes/emails/class-cr-email.php:435
261
- #: includes/reminders/class-cr-local-forms.php:354
262
  msgid "Item 2 Test"
263
  msgstr ""
264
 
@@ -282,33 +270,33 @@ msgid ""
282
  "at {site_title}."
283
  msgstr ""
284
 
285
- #: includes/emails/class-cr-email.php:168
286
  msgid "Error: the order %s does not exist anymore."
287
  msgstr ""
288
 
289
- #: includes/emails/class-cr-email.php:381
290
  msgid ""
291
  "Error: the order does not contain any products for which review reminders "
292
  "are enabled in the settings."
293
  msgstr ""
294
 
295
- #: includes/emails/class-cr-email.php:496
296
  msgid "Error: only one review invitation per order is allowed."
297
  msgstr ""
298
 
299
- #: includes/emails/class-cr-email.php:496
300
  msgid "View additional information"
301
  msgstr ""
302
 
303
- #: includes/emails/class-cr-email.php:498
304
  msgid "Error: the customer has already reviewed all products from this order."
305
  msgstr ""
306
 
307
- #: includes/emails/class-cr-email.php:500
308
  msgid "Error: the customer has unsubscribed from emails."
309
  msgstr ""
310
 
311
- #: includes/emails/class-cr-email.php:502
312
  msgid ""
313
  "Error: the customer has already left a review for a different order in the "
314
  "past."
@@ -373,26 +361,26 @@ msgid ""
373
  "progress)"
374
  msgstr ""
375
 
376
- #: includes/google/class-cr-admin-menu-product-feed.php:56
377
  msgid ""
378
  "XML Product Review Feed for Google Shopping is being generated in background "
379
  "- reviews %1$s to %2$s out of %3$s (reload the page to see the latest "
380
  "progress)"
381
  msgstr ""
382
 
383
- #: includes/google/class-cr-admin-menu-product-feed.php:62
384
  msgid "XML Feeds might not be created correctly because WP Cron is disabled"
385
  msgstr ""
386
 
387
- #: includes/google/class-cr-admin-menu-product-feed.php:72
388
  msgid "Integration with Google Services"
389
  msgstr ""
390
 
391
- #: includes/google/class-cr-admin-menu-product-feed.php:73
392
  msgid "Google"
393
  msgstr ""
394
 
395
- #: includes/google/class-cr-admin-menu-product-feed.php:138
396
  #: includes/google/class-cr-product-feed-reviews.php:41
397
  #: includes/reviews/class-cr-admin-menu-reviews.php:48
398
  #: includes/reviews/class-cr-admin-menu-reviews.php:49
@@ -403,16 +391,16 @@ msgstr ""
403
  msgid "Reviews"
404
  msgstr ""
405
 
406
- #: includes/google/class-cr-admin-menu-product-feed.php:146
407
  msgid "Select a category"
408
  msgstr ""
409
 
410
- #: includes/google/class-cr-admin-menu-product-feed.php:147
411
  msgid "Select a field"
412
  msgstr ""
413
 
414
- #: includes/google/class-cr-google-shopping-feed.php:367
415
- #: includes/reminders/class-cr-local-forms.php:195
416
  msgid "Anonymous"
417
  msgstr ""
418
 
@@ -1876,67 +1864,67 @@ msgstr ""
1876
  msgid "Error: accepted file types are PNG, JPG, JPEG, GIF"
1877
  msgstr ""
1878
 
1879
- #: includes/reminders/class-cr-local-forms.php:119
1880
  msgid "* Required"
1881
  msgstr ""
1882
 
1883
- #: includes/reminders/class-cr-local-forms.php:121
1884
  msgid "Thank you for submitting a review!"
1885
  msgstr ""
1886
 
1887
- #: includes/reminders/class-cr-local-forms.php:122
1888
  msgid "Your response has been recorded."
1889
  msgstr ""
1890
 
1891
- #: includes/reminders/class-cr-local-forms.php:123
1892
  msgid "Edit your review"
1893
  msgstr ""
1894
 
1895
- #: includes/reminders/class-cr-local-forms.php:145
1896
  msgid "Comment"
1897
  msgstr ""
1898
 
1899
- #: includes/reminders/class-cr-local-forms.php:146
1900
  msgid "Your comment"
1901
  msgstr ""
1902
 
1903
- #: includes/reminders/class-cr-local-forms.php:151
1904
  msgid "Rate website, customer service and delivery"
1905
  msgstr ""
1906
 
1907
- #: includes/reminders/class-cr-local-forms.php:157
1908
  #: blocks/src/reviews-grid/edit.js:134 js/blocks.js:767
1909
  msgid "Rating"
1910
  msgstr ""
1911
 
1912
- #: includes/reminders/class-cr-local-forms.php:178
1913
  msgid "Upload Photos/Video"
1914
  msgstr ""
1915
 
1916
- #: includes/reminders/class-cr-local-forms.php:179
1917
  msgid "Add photos or video to your review"
1918
  msgstr ""
1919
 
1920
- #: includes/reminders/class-cr-local-forms.php:194
1921
  msgid "Display name"
1922
  msgstr ""
1923
 
1924
- #: includes/reminders/class-cr-local-forms.php:216
1925
  msgid ""
1926
  "By submitting your review, you agree to the <a href=\"%s\" target=\"_blank\" "
1927
  "rel=\"noopener noreferrer\">terms and conditions</a>."
1928
  msgstr ""
1929
 
1930
- #: includes/reminders/class-cr-local-forms.php:217 templates/qna-tab.php:75
1931
  #: templates/qna-tab.php:119
1932
  msgid "Submit"
1933
  msgstr ""
1934
 
1935
- #: includes/reminders/class-cr-local-forms.php:235
1936
  msgid "This form was created by %1$s using %2$s plugin."
1937
  msgstr ""
1938
 
1939
- #: includes/reminders/class-cr-local-forms.php:237
1940
  msgid "This form was created by %1$s."
1941
  msgstr ""
1942
 
@@ -2240,6 +2228,19 @@ msgstr ""
2240
  msgid "Search"
2241
  msgstr ""
2242
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2243
  #: includes/reviews/class-cr-reviews-list-table.php:210
2244
  msgid "No reviews found."
2245
  msgstr ""
@@ -2387,7 +2388,7 @@ msgstr ""
2387
  #: includes/reviews/class-cr-reviews-media-download.php:174
2388
  #: includes/reviews/class-cr-reviews-media-download.php:180
2389
  #: includes/reviews/class-cr-reviews-media-download.php:185
2390
- #: includes/reviews/class-cr-reviews-media-download.php:190
2391
  msgid "An error occurred while downloading a media file. Error code: %s."
2392
  msgstr ""
2393
 
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
  msgid "This reply was originally posted on CR portal"
45
  msgstr ""
46
 
 
 
 
 
 
 
 
 
 
 
 
 
47
  #: class-ivole.php:150
48
  msgid "View CusRev documentation"
49
  msgstr ""
206
  msgid "Discount Coupon for You"
207
  msgstr ""
208
 
209
+ #: includes/emails/class-cr-email-coupon.php:134
210
+ #: includes/emails/class-cr-email.php:144 includes/misc/class-cr-license.php:24
211
  #: includes/misc/class-cr-license.php:93
212
  #: includes/reminders/class-cr-manual.php:201
213
  #: includes/trust-badge/class-cr-verified-reviews.php:62
215
  msgid "Error: cURL library is missing on the server."
216
  msgstr ""
217
 
218
+ #: includes/emails/class-cr-email-coupon.php:147
219
+ #: includes/emails/class-cr-email-coupon.php:174
220
+ #: includes/emails/class-cr-email.php:408
221
+ #: includes/emails/class-cr-email.php:446
222
+ #: includes/reminders/class-cr-local-forms.php:354
223
  msgid "Jane"
224
  msgstr ""
225
 
226
+ #: includes/emails/class-cr-email-coupon.php:148
227
+ #: includes/emails/class-cr-email-coupon.php:175
228
+ #: includes/emails/class-cr-email.php:409
229
+ #: includes/emails/class-cr-email.php:447
230
+ #: includes/reminders/class-cr-local-forms.php:355
231
  msgid "Doe"
232
  msgstr ""
233
 
234
+ #: includes/emails/class-cr-email-coupon.php:149
235
+ #: includes/emails/class-cr-email.php:410
236
  msgid "Jane Doe"
237
  msgstr ""
238
 
239
+ #: includes/emails/class-cr-email-coupon.php:180
240
+ #: includes/emails/class-cr-email.php:418
241
+ #: includes/emails/class-cr-email.php:452
242
+ #: includes/reminders/class-cr-local-forms.php:362
243
  msgid "Item 1 Test"
244
  msgstr ""
245
 
246
+ #: includes/emails/class-cr-email-coupon.php:184
247
+ #: includes/emails/class-cr-email.php:420
248
+ #: includes/emails/class-cr-email.php:457
249
+ #: includes/reminders/class-cr-local-forms.php:367
250
  msgid "Item 2 Test"
251
  msgstr ""
252
 
270
  "at {site_title}."
271
  msgstr ""
272
 
273
+ #: includes/emails/class-cr-email.php:190
274
  msgid "Error: the order %s does not exist anymore."
275
  msgstr ""
276
 
277
+ #: includes/emails/class-cr-email.php:403
278
  msgid ""
279
  "Error: the order does not contain any products for which review reminders "
280
  "are enabled in the settings."
281
  msgstr ""
282
 
283
+ #: includes/emails/class-cr-email.php:518
284
  msgid "Error: only one review invitation per order is allowed."
285
  msgstr ""
286
 
287
+ #: includes/emails/class-cr-email.php:518
288
  msgid "View additional information"
289
  msgstr ""
290
 
291
+ #: includes/emails/class-cr-email.php:520
292
  msgid "Error: the customer has already reviewed all products from this order."
293
  msgstr ""
294
 
295
+ #: includes/emails/class-cr-email.php:522
296
  msgid "Error: the customer has unsubscribed from emails."
297
  msgstr ""
298
 
299
+ #: includes/emails/class-cr-email.php:524
300
  msgid ""
301
  "Error: the customer has already left a review for a different order in the "
302
  "past."
361
  "progress)"
362
  msgstr ""
363
 
364
+ #: includes/google/class-cr-admin-menu-product-feed.php:59
365
  msgid ""
366
  "XML Product Review Feed for Google Shopping is being generated in background "
367
  "- reviews %1$s to %2$s out of %3$s (reload the page to see the latest "
368
  "progress)"
369
  msgstr ""
370
 
371
+ #: includes/google/class-cr-admin-menu-product-feed.php:65
372
  msgid "XML Feeds might not be created correctly because WP Cron is disabled"
373
  msgstr ""
374
 
375
+ #: includes/google/class-cr-admin-menu-product-feed.php:75
376
  msgid "Integration with Google Services"
377
  msgstr ""
378
 
379
+ #: includes/google/class-cr-admin-menu-product-feed.php:76
380
  msgid "Google"
381
  msgstr ""
382
 
383
+ #: includes/google/class-cr-admin-menu-product-feed.php:141
384
  #: includes/google/class-cr-product-feed-reviews.php:41
385
  #: includes/reviews/class-cr-admin-menu-reviews.php:48
386
  #: includes/reviews/class-cr-admin-menu-reviews.php:49
391
  msgid "Reviews"
392
  msgstr ""
393
 
394
+ #: includes/google/class-cr-admin-menu-product-feed.php:149
395
  msgid "Select a category"
396
  msgstr ""
397
 
398
+ #: includes/google/class-cr-admin-menu-product-feed.php:150
399
  msgid "Select a field"
400
  msgstr ""
401
 
402
+ #: includes/google/class-cr-google-shopping-feed.php:369
403
+ #: includes/reminders/class-cr-local-forms.php:208
404
  msgid "Anonymous"
405
  msgstr ""
406
 
1864
  msgid "Error: accepted file types are PNG, JPG, JPEG, GIF"
1865
  msgstr ""
1866
 
1867
+ #: includes/reminders/class-cr-local-forms.php:132
1868
  msgid "* Required"
1869
  msgstr ""
1870
 
1871
+ #: includes/reminders/class-cr-local-forms.php:134
1872
  msgid "Thank you for submitting a review!"
1873
  msgstr ""
1874
 
1875
+ #: includes/reminders/class-cr-local-forms.php:135
1876
  msgid "Your response has been recorded."
1877
  msgstr ""
1878
 
1879
+ #: includes/reminders/class-cr-local-forms.php:136
1880
  msgid "Edit your review"
1881
  msgstr ""
1882
 
1883
+ #: includes/reminders/class-cr-local-forms.php:158
1884
  msgid "Comment"
1885
  msgstr ""
1886
 
1887
+ #: includes/reminders/class-cr-local-forms.php:159
1888
  msgid "Your comment"
1889
  msgstr ""
1890
 
1891
+ #: includes/reminders/class-cr-local-forms.php:164
1892
  msgid "Rate website, customer service and delivery"
1893
  msgstr ""
1894
 
1895
+ #: includes/reminders/class-cr-local-forms.php:170
1896
  #: blocks/src/reviews-grid/edit.js:134 js/blocks.js:767
1897
  msgid "Rating"
1898
  msgstr ""
1899
 
1900
+ #: includes/reminders/class-cr-local-forms.php:191
1901
  msgid "Upload Photos/Video"
1902
  msgstr ""
1903
 
1904
+ #: includes/reminders/class-cr-local-forms.php:192
1905
  msgid "Add photos or video to your review"
1906
  msgstr ""
1907
 
1908
+ #: includes/reminders/class-cr-local-forms.php:207
1909
  msgid "Display name"
1910
  msgstr ""
1911
 
1912
+ #: includes/reminders/class-cr-local-forms.php:229
1913
  msgid ""
1914
  "By submitting your review, you agree to the <a href=\"%s\" target=\"_blank\" "
1915
  "rel=\"noopener noreferrer\">terms and conditions</a>."
1916
  msgstr ""
1917
 
1918
+ #: includes/reminders/class-cr-local-forms.php:230 templates/qna-tab.php:75
1919
  #: templates/qna-tab.php:119
1920
  msgid "Submit"
1921
  msgstr ""
1922
 
1923
+ #: includes/reminders/class-cr-local-forms.php:248
1924
  msgid "This form was created by %1$s using %2$s plugin."
1925
  msgstr ""
1926
 
1927
+ #: includes/reminders/class-cr-local-forms.php:250
1928
  msgid "This form was created by %1$s."
1929
  msgstr ""
1930
 
2228
  msgid "Search"
2229
  msgstr ""
2230
 
2231
+ #: includes/reviews/class-cr-replies.php:102
2232
+ msgid "A copy of the reply was published on CusRev portal"
2233
+ msgstr ""
2234
+
2235
+ #: includes/reviews/class-cr-replies.php:111
2236
+ #: includes/reviews/class-cr-replies.php:124
2237
+ msgid "Unknown error"
2238
+ msgstr ""
2239
+
2240
+ #: includes/reviews/class-cr-replies.php:131
2241
+ msgid "ID of the current user is not set"
2242
+ msgstr ""
2243
+
2244
  #: includes/reviews/class-cr-reviews-list-table.php:210
2245
  msgid "No reviews found."
2246
  msgstr ""
2388
  #: includes/reviews/class-cr-reviews-media-download.php:174
2389
  #: includes/reviews/class-cr-reviews-media-download.php:180
2390
  #: includes/reviews/class-cr-reviews-media-download.php:185
2391
+ #: includes/reviews/class-cr-reviews-media-download.php:195
2392
  msgid "An error occurred while downloading a media file. Error code: %s."
2393
  msgstr ""
2394
 
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-25T18:25:49+00:00\n"
10
  "PO-Revision-Date: 2018-04-16 22:53+0100\n"
11
  "Last-Translator: \n"
12
  "Language-Team: \n"
@@ -43,18 +43,6 @@ msgstr ""
43
  msgid "This reply was originally posted on CR portal"
44
  msgstr ""
45
 
46
- #: class-ivole-replies.php:102
47
- msgid "A copy of the reply was published on CusRev portal"
48
- msgstr ""
49
-
50
- #: class-ivole-replies.php:111 class-ivole-replies.php:124
51
- msgid "Unknown error"
52
- msgstr ""
53
-
54
- #: class-ivole-replies.php:131
55
- msgid "ID of the current user is not set"
56
- msgstr ""
57
-
58
  #: class-ivole.php:150
59
  msgid "View CusRev documentation"
60
  msgstr ""
@@ -208,8 +196,8 @@ msgstr ""
208
  msgid "Discount Coupon for You"
209
  msgstr ""
210
 
211
- #: includes/emails/class-cr-email-coupon.php:114
212
- #: includes/emails/class-cr-email.php:122 includes/misc/class-cr-license.php:24
213
  #: includes/misc/class-cr-license.php:93
214
  #: includes/reminders/class-cr-manual.php:201
215
  #: includes/trust-badge/class-cr-verified-reviews.php:62
@@ -217,38 +205,38 @@ msgstr ""
217
  msgid "Error: cURL library is missing on the server."
218
  msgstr ""
219
 
220
- #: includes/emails/class-cr-email-coupon.php:127
221
- #: includes/emails/class-cr-email-coupon.php:154
222
- #: includes/emails/class-cr-email.php:386
223
- #: includes/emails/class-cr-email.php:424
224
- #: includes/reminders/class-cr-local-forms.php:341
225
  msgid "Jane"
226
  msgstr ""
227
 
228
- #: includes/emails/class-cr-email-coupon.php:128
229
- #: includes/emails/class-cr-email-coupon.php:155
230
- #: includes/emails/class-cr-email.php:387
231
- #: includes/emails/class-cr-email.php:425
232
- #: includes/reminders/class-cr-local-forms.php:342
233
  msgid "Doe"
234
  msgstr ""
235
 
236
- #: includes/emails/class-cr-email-coupon.php:129
237
- #: includes/emails/class-cr-email.php:388
238
  msgid "Jane Doe"
239
  msgstr ""
240
 
241
- #: includes/emails/class-cr-email-coupon.php:160
242
- #: includes/emails/class-cr-email.php:396
243
- #: includes/emails/class-cr-email.php:430
244
- #: includes/reminders/class-cr-local-forms.php:349
245
  msgid "Item 1 Test"
246
  msgstr ""
247
 
248
- #: includes/emails/class-cr-email-coupon.php:164
249
- #: includes/emails/class-cr-email.php:398
250
- #: includes/emails/class-cr-email.php:435
251
- #: includes/reminders/class-cr-local-forms.php:354
252
  msgid "Item 2 Test"
253
  msgstr ""
254
 
@@ -272,33 +260,33 @@ msgid ""
272
  "at {site_title}."
273
  msgstr ""
274
 
275
- #: includes/emails/class-cr-email.php:168
276
  msgid "Error: the order %s does not exist anymore."
277
  msgstr ""
278
 
279
- #: includes/emails/class-cr-email.php:381
280
  msgid ""
281
  "Error: the order does not contain any products for which review reminders "
282
  "are enabled in the settings."
283
  msgstr ""
284
 
285
- #: includes/emails/class-cr-email.php:496
286
  msgid "Error: only one review invitation per order is allowed."
287
  msgstr ""
288
 
289
- #: includes/emails/class-cr-email.php:496
290
  msgid "View additional information"
291
  msgstr ""
292
 
293
- #: includes/emails/class-cr-email.php:498
294
  msgid "Error: the customer has already reviewed all products from this order."
295
  msgstr ""
296
 
297
- #: includes/emails/class-cr-email.php:500
298
  msgid "Error: the customer has unsubscribed from emails."
299
  msgstr ""
300
 
301
- #: includes/emails/class-cr-email.php:502
302
  msgid ""
303
  "Error: the customer has already left a review for a different order in the "
304
  "past."
@@ -363,26 +351,26 @@ msgid ""
363
  "progress)"
364
  msgstr ""
365
 
366
- #: includes/google/class-cr-admin-menu-product-feed.php:56
367
  msgid ""
368
  "XML Product Review Feed for Google Shopping is being generated in background "
369
  "- reviews %1$s to %2$s out of %3$s (reload the page to see the latest "
370
  "progress)"
371
  msgstr ""
372
 
373
- #: includes/google/class-cr-admin-menu-product-feed.php:62
374
  msgid "XML Feeds might not be created correctly because WP Cron is disabled"
375
  msgstr ""
376
 
377
- #: includes/google/class-cr-admin-menu-product-feed.php:72
378
  msgid "Integration with Google Services"
379
  msgstr ""
380
 
381
- #: includes/google/class-cr-admin-menu-product-feed.php:73
382
  msgid "Google"
383
  msgstr ""
384
 
385
- #: includes/google/class-cr-admin-menu-product-feed.php:138
386
  #: includes/google/class-cr-product-feed-reviews.php:41
387
  #: includes/reviews/class-cr-admin-menu-reviews.php:48
388
  #: includes/reviews/class-cr-admin-menu-reviews.php:49
@@ -393,16 +381,16 @@ msgstr ""
393
  msgid "Reviews"
394
  msgstr ""
395
 
396
- #: includes/google/class-cr-admin-menu-product-feed.php:146
397
  msgid "Select a category"
398
  msgstr ""
399
 
400
- #: includes/google/class-cr-admin-menu-product-feed.php:147
401
  msgid "Select a field"
402
  msgstr ""
403
 
404
- #: includes/google/class-cr-google-shopping-feed.php:367
405
- #: includes/reminders/class-cr-local-forms.php:195
406
  msgid "Anonymous"
407
  msgstr ""
408
 
@@ -1842,67 +1830,67 @@ msgstr ""
1842
  msgid "Error: accepted file types are PNG, JPG, JPEG, GIF"
1843
  msgstr ""
1844
 
1845
- #: includes/reminders/class-cr-local-forms.php:119
1846
  msgid "* Required"
1847
  msgstr ""
1848
 
1849
- #: includes/reminders/class-cr-local-forms.php:121
1850
  msgid "Thank you for submitting a review!"
1851
  msgstr ""
1852
 
1853
- #: includes/reminders/class-cr-local-forms.php:122
1854
  msgid "Your response has been recorded."
1855
  msgstr ""
1856
 
1857
- #: includes/reminders/class-cr-local-forms.php:123
1858
  msgid "Edit your review"
1859
  msgstr ""
1860
 
1861
- #: includes/reminders/class-cr-local-forms.php:145
1862
  msgid "Comment"
1863
  msgstr ""
1864
 
1865
- #: includes/reminders/class-cr-local-forms.php:146
1866
  msgid "Your comment"
1867
  msgstr ""
1868
 
1869
- #: includes/reminders/class-cr-local-forms.php:151
1870
  msgid "Rate website, customer service and delivery"
1871
  msgstr ""
1872
 
1873
- #: includes/reminders/class-cr-local-forms.php:157
1874
  #: blocks/src/reviews-grid/edit.js:134 js/blocks.js:767
1875
  msgid "Rating"
1876
  msgstr ""
1877
 
1878
- #: includes/reminders/class-cr-local-forms.php:178
1879
  msgid "Upload Photos/Video"
1880
  msgstr ""
1881
 
1882
- #: includes/reminders/class-cr-local-forms.php:179
1883
  msgid "Add photos or video to your review"
1884
  msgstr ""
1885
 
1886
- #: includes/reminders/class-cr-local-forms.php:194
1887
  msgid "Display name"
1888
  msgstr ""
1889
 
1890
- #: includes/reminders/class-cr-local-forms.php:216
1891
  msgid ""
1892
  "By submitting your review, you agree to the <a href=\"%s\" target=\"_blank\" "
1893
  "rel=\"noopener noreferrer\">terms and conditions</a>."
1894
  msgstr ""
1895
 
1896
- #: includes/reminders/class-cr-local-forms.php:217 templates/qna-tab.php:75
1897
  #: templates/qna-tab.php:119
1898
  msgid "Submit"
1899
  msgstr ""
1900
 
1901
- #: includes/reminders/class-cr-local-forms.php:235
1902
  msgid "This form was created by %1$s using %2$s plugin."
1903
  msgstr ""
1904
 
1905
- #: includes/reminders/class-cr-local-forms.php:237
1906
  msgid "This form was created by %1$s."
1907
  msgstr ""
1908
 
@@ -2200,6 +2188,19 @@ msgstr ""
2200
  msgid "Search"
2201
  msgstr ""
2202
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2203
  #: includes/reviews/class-cr-reviews-list-table.php:210
2204
  msgid "No reviews found."
2205
  msgstr ""
@@ -2344,7 +2345,7 @@ msgstr ""
2344
  #: includes/reviews/class-cr-reviews-media-download.php:174
2345
  #: includes/reviews/class-cr-reviews-media-download.php:180
2346
  #: includes/reviews/class-cr-reviews-media-download.php:185
2347
- #: includes/reviews/class-cr-reviews-media-download.php:190
2348
  msgid "An error occurred while downloading a media file. Error code: %s."
2349
  msgstr ""
2350
 
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
  msgid "This reply was originally posted on CR portal"
44
  msgstr ""
45
 
 
 
 
 
 
 
 
 
 
 
 
 
46
  #: class-ivole.php:150
47
  msgid "View CusRev documentation"
48
  msgstr ""
196
  msgid "Discount Coupon for You"
197
  msgstr ""
198
 
199
+ #: includes/emails/class-cr-email-coupon.php:134
200
+ #: includes/emails/class-cr-email.php:144 includes/misc/class-cr-license.php:24
201
  #: includes/misc/class-cr-license.php:93
202
  #: includes/reminders/class-cr-manual.php:201
203
  #: includes/trust-badge/class-cr-verified-reviews.php:62
205
  msgid "Error: cURL library is missing on the server."
206
  msgstr ""
207
 
208
+ #: includes/emails/class-cr-email-coupon.php:147
209
+ #: includes/emails/class-cr-email-coupon.php:174
210
+ #: includes/emails/class-cr-email.php:408
211
+ #: includes/emails/class-cr-email.php:446
212
+ #: includes/reminders/class-cr-local-forms.php:354
213
  msgid "Jane"
214
  msgstr ""
215
 
216
+ #: includes/emails/class-cr-email-coupon.php:148
217
+ #: includes/emails/class-cr-email-coupon.php:175
218
+ #: includes/emails/class-cr-email.php:409
219
+ #: includes/emails/class-cr-email.php:447
220
+ #: includes/reminders/class-cr-local-forms.php:355
221
  msgid "Doe"
222
  msgstr ""
223
 
224
+ #: includes/emails/class-cr-email-coupon.php:149
225
+ #: includes/emails/class-cr-email.php:410
226
  msgid "Jane Doe"
227
  msgstr ""
228
 
229
+ #: includes/emails/class-cr-email-coupon.php:180
230
+ #: includes/emails/class-cr-email.php:418
231
+ #: includes/emails/class-cr-email.php:452
232
+ #: includes/reminders/class-cr-local-forms.php:362
233
  msgid "Item 1 Test"
234
  msgstr ""
235
 
236
+ #: includes/emails/class-cr-email-coupon.php:184
237
+ #: includes/emails/class-cr-email.php:420
238
+ #: includes/emails/class-cr-email.php:457
239
+ #: includes/reminders/class-cr-local-forms.php:367
240
  msgid "Item 2 Test"
241
  msgstr ""
242
 
260
  "at {site_title}."
261
  msgstr ""
262
 
263
+ #: includes/emails/class-cr-email.php:190
264
  msgid "Error: the order %s does not exist anymore."
265
  msgstr ""
266
 
267
+ #: includes/emails/class-cr-email.php:403
268
  msgid ""
269
  "Error: the order does not contain any products for which review reminders "
270
  "are enabled in the settings."
271
  msgstr ""
272
 
273
+ #: includes/emails/class-cr-email.php:518
274
  msgid "Error: only one review invitation per order is allowed."
275
  msgstr ""
276
 
277
+ #: includes/emails/class-cr-email.php:518
278
  msgid "View additional information"
279
  msgstr ""
280
 
281
+ #: includes/emails/class-cr-email.php:520
282
  msgid "Error: the customer has already reviewed all products from this order."
283
  msgstr ""
284
 
285
+ #: includes/emails/class-cr-email.php:522
286
  msgid "Error: the customer has unsubscribed from emails."
287
  msgstr ""
288
 
289
+ #: includes/emails/class-cr-email.php:524
290
  msgid ""
291
  "Error: the customer has already left a review for a different order in the "
292
  "past."
351
  "progress)"
352
  msgstr ""
353
 
354
+ #: includes/google/class-cr-admin-menu-product-feed.php:59
355
  msgid ""
356
  "XML Product Review Feed for Google Shopping is being generated in background "
357
  "- reviews %1$s to %2$s out of %3$s (reload the page to see the latest "
358
  "progress)"
359
  msgstr ""
360
 
361
+ #: includes/google/class-cr-admin-menu-product-feed.php:65
362
  msgid "XML Feeds might not be created correctly because WP Cron is disabled"
363
  msgstr ""
364
 
365
+ #: includes/google/class-cr-admin-menu-product-feed.php:75
366
  msgid "Integration with Google Services"
367
  msgstr ""
368
 
369
+ #: includes/google/class-cr-admin-menu-product-feed.php:76
370
  msgid "Google"
371
  msgstr ""
372
 
373
+ #: includes/google/class-cr-admin-menu-product-feed.php:141
374
  #: includes/google/class-cr-product-feed-reviews.php:41
375
  #: includes/reviews/class-cr-admin-menu-reviews.php:48
376
  #: includes/reviews/class-cr-admin-menu-reviews.php:49
381
  msgid "Reviews"
382
  msgstr ""
383
 
384
+ #: includes/google/class-cr-admin-menu-product-feed.php:149
385
  msgid "Select a category"
386
  msgstr ""
387
 
388
+ #: includes/google/class-cr-admin-menu-product-feed.php:150
389
  msgid "Select a field"
390
  msgstr ""
391
 
392
+ #: includes/google/class-cr-google-shopping-feed.php:369
393
+ #: includes/reminders/class-cr-local-forms.php:208
394
  msgid "Anonymous"
395
  msgstr ""
396
 
1830
  msgid "Error: accepted file types are PNG, JPG, JPEG, GIF"
1831
  msgstr ""
1832
 
1833
+ #: includes/reminders/class-cr-local-forms.php:132
1834
  msgid "* Required"
1835
  msgstr ""
1836
 
1837
+ #: includes/reminders/class-cr-local-forms.php:134
1838
  msgid "Thank you for submitting a review!"
1839
  msgstr ""
1840
 
1841
+ #: includes/reminders/class-cr-local-forms.php:135
1842
  msgid "Your response has been recorded."
1843
  msgstr ""
1844
 
1845
+ #: includes/reminders/class-cr-local-forms.php:136
1846
  msgid "Edit your review"
1847
  msgstr ""
1848
 
1849
+ #: includes/reminders/class-cr-local-forms.php:158
1850
  msgid "Comment"
1851
  msgstr ""
1852
 
1853
+ #: includes/reminders/class-cr-local-forms.php:159
1854
  msgid "Your comment"
1855
  msgstr ""
1856
 
1857
+ #: includes/reminders/class-cr-local-forms.php:164
1858
  msgid "Rate website, customer service and delivery"
1859
  msgstr ""
1860
 
1861
+ #: includes/reminders/class-cr-local-forms.php:170
1862
  #: blocks/src/reviews-grid/edit.js:134 js/blocks.js:767
1863
  msgid "Rating"
1864
  msgstr ""
1865
 
1866
+ #: includes/reminders/class-cr-local-forms.php:191
1867
  msgid "Upload Photos/Video"
1868
  msgstr ""
1869
 
1870
+ #: includes/reminders/class-cr-local-forms.php:192
1871
  msgid "Add photos or video to your review"
1872
  msgstr ""
1873
 
1874
+ #: includes/reminders/class-cr-local-forms.php:207
1875
  msgid "Display name"
1876
  msgstr ""
1877
 
1878
+ #: includes/reminders/class-cr-local-forms.php:229
1879
  msgid ""
1880
  "By submitting your review, you agree to the <a href=\"%s\" target=\"_blank\" "
1881
  "rel=\"noopener noreferrer\">terms and conditions</a>."
1882
  msgstr ""
1883
 
1884
+ #: includes/reminders/class-cr-local-forms.php:230 templates/qna-tab.php:75
1885
  #: templates/qna-tab.php:119
1886
  msgid "Submit"
1887
  msgstr ""
1888
 
1889
+ #: includes/reminders/class-cr-local-forms.php:248
1890
  msgid "This form was created by %1$s using %2$s plugin."
1891
  msgstr ""
1892
 
1893
+ #: includes/reminders/class-cr-local-forms.php:250
1894
  msgid "This form was created by %1$s."
1895
  msgstr ""
1896
 
2188
  msgid "Search"
2189
  msgstr ""
2190
 
2191
+ #: includes/reviews/class-cr-replies.php:102
2192
+ msgid "A copy of the reply was published on CusRev portal"
2193
+ msgstr ""
2194
+
2195
+ #: includes/reviews/class-cr-replies.php:111
2196
+ #: includes/reviews/class-cr-replies.php:124
2197
+ msgid "Unknown error"
2198
+ msgstr ""
2199
+
2200
+ #: includes/reviews/class-cr-replies.php:131
2201
+ msgid "ID of the current user is not set"
2202
+ msgstr ""
2203
+
2204
  #: includes/reviews/class-cr-reviews-list-table.php:210
2205
  msgid "No reviews found."
2206
  msgstr ""
2345
  #: includes/reviews/class-cr-reviews-media-download.php:174
2346
  #: includes/reviews/class-cr-reviews-media-download.php:180
2347
  #: includes/reviews/class-cr-reviews-media-download.php:185
2348
+ #: includes/reviews/class-cr-reviews-media-download.php:195
2349
  msgid "An error occurred while downloading a media file. Error code: %s."
2350
  msgstr ""
2351
 
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-25T18:25:49+00:00\n"
10
  "PO-Revision-Date: 2020-03-18 00:17+0000\n"
11
  "Last-Translator: \n"
12
  "Language-Team: \n"
@@ -44,18 +44,6 @@ msgstr ""
44
  msgid "This reply was originally posted on CR portal"
45
  msgstr ""
46
 
47
- #: class-ivole-replies.php:102
48
- msgid "A copy of the reply was published on CusRev portal"
49
- msgstr ""
50
-
51
- #: class-ivole-replies.php:111 class-ivole-replies.php:124
52
- msgid "Unknown error"
53
- msgstr ""
54
-
55
- #: class-ivole-replies.php:131
56
- msgid "ID of the current user is not set"
57
- msgstr ""
58
-
59
  #: class-ivole.php:150
60
  msgid "View CusRev documentation"
61
  msgstr ""
@@ -215,8 +203,8 @@ msgstr ""
215
  msgid "Discount Coupon for You"
216
  msgstr ""
217
 
218
- #: includes/emails/class-cr-email-coupon.php:114
219
- #: includes/emails/class-cr-email.php:122 includes/misc/class-cr-license.php:24
220
  #: includes/misc/class-cr-license.php:93
221
  #: includes/reminders/class-cr-manual.php:201
222
  #: includes/trust-badge/class-cr-verified-reviews.php:62
@@ -224,38 +212,38 @@ msgstr ""
224
  msgid "Error: cURL library is missing on the server."
225
  msgstr ""
226
 
227
- #: includes/emails/class-cr-email-coupon.php:127
228
- #: includes/emails/class-cr-email-coupon.php:154
229
- #: includes/emails/class-cr-email.php:386
230
- #: includes/emails/class-cr-email.php:424
231
- #: includes/reminders/class-cr-local-forms.php:341
232
  msgid "Jane"
233
  msgstr ""
234
 
235
- #: includes/emails/class-cr-email-coupon.php:128
236
- #: includes/emails/class-cr-email-coupon.php:155
237
- #: includes/emails/class-cr-email.php:387
238
- #: includes/emails/class-cr-email.php:425
239
- #: includes/reminders/class-cr-local-forms.php:342
240
  msgid "Doe"
241
  msgstr ""
242
 
243
- #: includes/emails/class-cr-email-coupon.php:129
244
- #: includes/emails/class-cr-email.php:388
245
  msgid "Jane Doe"
246
  msgstr ""
247
 
248
- #: includes/emails/class-cr-email-coupon.php:160
249
- #: includes/emails/class-cr-email.php:396
250
- #: includes/emails/class-cr-email.php:430
251
- #: includes/reminders/class-cr-local-forms.php:349
252
  msgid "Item 1 Test"
253
  msgstr ""
254
 
255
- #: includes/emails/class-cr-email-coupon.php:164
256
- #: includes/emails/class-cr-email.php:398
257
- #: includes/emails/class-cr-email.php:435
258
- #: includes/reminders/class-cr-local-forms.php:354
259
  msgid "Item 2 Test"
260
  msgstr ""
261
 
@@ -279,33 +267,33 @@ msgid ""
279
  "at {site_title}."
280
  msgstr ""
281
 
282
- #: includes/emails/class-cr-email.php:168
283
  msgid "Error: the order %s does not exist anymore."
284
  msgstr ""
285
 
286
- #: includes/emails/class-cr-email.php:381
287
  msgid ""
288
  "Error: the order does not contain any products for which review reminders "
289
  "are enabled in the settings."
290
  msgstr ""
291
 
292
- #: includes/emails/class-cr-email.php:496
293
  msgid "Error: only one review invitation per order is allowed."
294
  msgstr ""
295
 
296
- #: includes/emails/class-cr-email.php:496
297
  msgid "View additional information"
298
  msgstr ""
299
 
300
- #: includes/emails/class-cr-email.php:498
301
  msgid "Error: the customer has already reviewed all products from this order."
302
  msgstr ""
303
 
304
- #: includes/emails/class-cr-email.php:500
305
  msgid "Error: the customer has unsubscribed from emails."
306
  msgstr ""
307
 
308
- #: includes/emails/class-cr-email.php:502
309
  msgid ""
310
  "Error: the customer has already left a review for a different order in the "
311
  "past."
@@ -370,26 +358,26 @@ msgid ""
370
  "progress)"
371
  msgstr ""
372
 
373
- #: includes/google/class-cr-admin-menu-product-feed.php:56
374
  msgid ""
375
  "XML Product Review Feed for Google Shopping is being generated in background "
376
  "- reviews %1$s to %2$s out of %3$s (reload the page to see the latest "
377
  "progress)"
378
  msgstr ""
379
 
380
- #: includes/google/class-cr-admin-menu-product-feed.php:62
381
  msgid "XML Feeds might not be created correctly because WP Cron is disabled"
382
  msgstr ""
383
 
384
- #: includes/google/class-cr-admin-menu-product-feed.php:72
385
  msgid "Integration with Google Services"
386
  msgstr ""
387
 
388
- #: includes/google/class-cr-admin-menu-product-feed.php:73
389
  msgid "Google"
390
  msgstr ""
391
 
392
- #: includes/google/class-cr-admin-menu-product-feed.php:138
393
  #: includes/google/class-cr-product-feed-reviews.php:41
394
  #: includes/reviews/class-cr-admin-menu-reviews.php:48
395
  #: includes/reviews/class-cr-admin-menu-reviews.php:49
@@ -400,16 +388,16 @@ msgstr ""
400
  msgid "Reviews"
401
  msgstr ""
402
 
403
- #: includes/google/class-cr-admin-menu-product-feed.php:146
404
  msgid "Select a category"
405
  msgstr ""
406
 
407
- #: includes/google/class-cr-admin-menu-product-feed.php:147
408
  msgid "Select a field"
409
  msgstr ""
410
 
411
- #: includes/google/class-cr-google-shopping-feed.php:367
412
- #: includes/reminders/class-cr-local-forms.php:195
413
  msgid "Anonymous"
414
  msgstr ""
415
 
@@ -1865,67 +1853,67 @@ msgstr ""
1865
  msgid "Error: accepted file types are PNG, JPG, JPEG, GIF"
1866
  msgstr ""
1867
 
1868
- #: includes/reminders/class-cr-local-forms.php:119
1869
  msgid "* Required"
1870
  msgstr ""
1871
 
1872
- #: includes/reminders/class-cr-local-forms.php:121
1873
  msgid "Thank you for submitting a review!"
1874
  msgstr ""
1875
 
1876
- #: includes/reminders/class-cr-local-forms.php:122
1877
  msgid "Your response has been recorded."
1878
  msgstr ""
1879
 
1880
- #: includes/reminders/class-cr-local-forms.php:123
1881
  msgid "Edit your review"
1882
  msgstr ""
1883
 
1884
- #: includes/reminders/class-cr-local-forms.php:145
1885
  msgid "Comment"
1886
  msgstr ""
1887
 
1888
- #: includes/reminders/class-cr-local-forms.php:146
1889
  msgid "Your comment"
1890
  msgstr ""
1891
 
1892
- #: includes/reminders/class-cr-local-forms.php:151
1893
  msgid "Rate website, customer service and delivery"
1894
  msgstr ""
1895
 
1896
- #: includes/reminders/class-cr-local-forms.php:157
1897
  #: blocks/src/reviews-grid/edit.js:134 js/blocks.js:767
1898
  msgid "Rating"
1899
  msgstr ""
1900
 
1901
- #: includes/reminders/class-cr-local-forms.php:178
1902
  msgid "Upload Photos/Video"
1903
  msgstr ""
1904
 
1905
- #: includes/reminders/class-cr-local-forms.php:179
1906
  msgid "Add photos or video to your review"
1907
  msgstr ""
1908
 
1909
- #: includes/reminders/class-cr-local-forms.php:194
1910
  msgid "Display name"
1911
  msgstr ""
1912
 
1913
- #: includes/reminders/class-cr-local-forms.php:216
1914
  msgid ""
1915
  "By submitting your review, you agree to the <a href=\"%s\" target=\"_blank\" "
1916
  "rel=\"noopener noreferrer\">terms and conditions</a>."
1917
  msgstr ""
1918
 
1919
- #: includes/reminders/class-cr-local-forms.php:217 templates/qna-tab.php:75
1920
  #: templates/qna-tab.php:119
1921
  msgid "Submit"
1922
  msgstr ""
1923
 
1924
- #: includes/reminders/class-cr-local-forms.php:235
1925
  msgid "This form was created by %1$s using %2$s plugin."
1926
  msgstr ""
1927
 
1928
- #: includes/reminders/class-cr-local-forms.php:237
1929
  msgid "This form was created by %1$s."
1930
  msgstr ""
1931
 
@@ -2227,6 +2215,19 @@ msgstr ""
2227
  msgid "Search"
2228
  msgstr ""
2229
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2230
  #: includes/reviews/class-cr-reviews-list-table.php:210
2231
  msgid "No reviews found."
2232
  msgstr ""
@@ -2373,7 +2374,7 @@ msgstr ""
2373
  #: includes/reviews/class-cr-reviews-media-download.php:174
2374
  #: includes/reviews/class-cr-reviews-media-download.php:180
2375
  #: includes/reviews/class-cr-reviews-media-download.php:185
2376
- #: includes/reviews/class-cr-reviews-media-download.php:190
2377
  msgid "An error occurred while downloading a media file. Error code: %s."
2378
  msgstr ""
2379
 
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
  msgid "This reply was originally posted on CR portal"
45
  msgstr ""
46
 
 
 
 
 
 
 
 
 
 
 
 
 
47
  #: class-ivole.php:150
48
  msgid "View CusRev documentation"
49
  msgstr ""
203
  msgid "Discount Coupon for You"
204
  msgstr ""
205
 
206
+ #: includes/emails/class-cr-email-coupon.php:134
207
+ #: includes/emails/class-cr-email.php:144 includes/misc/class-cr-license.php:24
208
  #: includes/misc/class-cr-license.php:93
209
  #: includes/reminders/class-cr-manual.php:201
210
  #: includes/trust-badge/class-cr-verified-reviews.php:62
212
  msgid "Error: cURL library is missing on the server."
213
  msgstr ""
214
 
215
+ #: includes/emails/class-cr-email-coupon.php:147
216
+ #: includes/emails/class-cr-email-coupon.php:174
217
+ #: includes/emails/class-cr-email.php:408
218
+ #: includes/emails/class-cr-email.php:446
219
+ #: includes/reminders/class-cr-local-forms.php:354
220
  msgid "Jane"
221
  msgstr ""
222
 
223
+ #: includes/emails/class-cr-email-coupon.php:148
224
+ #: includes/emails/class-cr-email-coupon.php:175
225
+ #: includes/emails/class-cr-email.php:409
226
+ #: includes/emails/class-cr-email.php:447
227
+ #: includes/reminders/class-cr-local-forms.php:355
228
  msgid "Doe"
229
  msgstr ""
230
 
231
+ #: includes/emails/class-cr-email-coupon.php:149
232
+ #: includes/emails/class-cr-email.php:410
233
  msgid "Jane Doe"
234
  msgstr ""
235
 
236
+ #: includes/emails/class-cr-email-coupon.php:180
237
+ #: includes/emails/class-cr-email.php:418
238
+ #: includes/emails/class-cr-email.php:452
239
+ #: includes/reminders/class-cr-local-forms.php:362
240
  msgid "Item 1 Test"
241
  msgstr ""
242
 
243
+ #: includes/emails/class-cr-email-coupon.php:184
244
+ #: includes/emails/class-cr-email.php:420
245
+ #: includes/emails/class-cr-email.php:457
246
+ #: includes/reminders/class-cr-local-forms.php:367
247
  msgid "Item 2 Test"
248
  msgstr ""
249
 
267
  "at {site_title}."
268
  msgstr ""
269
 
270
+ #: includes/emails/class-cr-email.php:190
271
  msgid "Error: the order %s does not exist anymore."
272
  msgstr ""
273
 
274
+ #: includes/emails/class-cr-email.php:403
275
  msgid ""
276
  "Error: the order does not contain any products for which review reminders "
277
  "are enabled in the settings."
278
  msgstr ""
279
 
280
+ #: includes/emails/class-cr-email.php:518
281
  msgid "Error: only one review invitation per order is allowed."
282
  msgstr ""
283
 
284
+ #: includes/emails/class-cr-email.php:518
285
  msgid "View additional information"
286
  msgstr ""
287
 
288
+ #: includes/emails/class-cr-email.php:520
289
  msgid "Error: the customer has already reviewed all products from this order."
290
  msgstr ""
291
 
292
+ #: includes/emails/class-cr-email.php:522
293
  msgid "Error: the customer has unsubscribed from emails."
294
  msgstr ""
295
 
296
+ #: includes/emails/class-cr-email.php:524
297
  msgid ""
298
  "Error: the customer has already left a review for a different order in the "
299
  "past."
358
  "progress)"
359
  msgstr ""
360
 
361
+ #: includes/google/class-cr-admin-menu-product-feed.php:59
362
  msgid ""
363
  "XML Product Review Feed for Google Shopping is being generated in background "
364
  "- reviews %1$s to %2$s out of %3$s (reload the page to see the latest "
365
  "progress)"
366
  msgstr ""
367
 
368
+ #: includes/google/class-cr-admin-menu-product-feed.php:65
369
  msgid "XML Feeds might not be created correctly because WP Cron is disabled"
370
  msgstr ""
371
 
372
+ #: includes/google/class-cr-admin-menu-product-feed.php:75
373
  msgid "Integration with Google Services"
374
  msgstr ""
375
 
376
+ #: includes/google/class-cr-admin-menu-product-feed.php:76
377
  msgid "Google"
378
  msgstr ""
379
 
380
+ #: includes/google/class-cr-admin-menu-product-feed.php:141
381
  #: includes/google/class-cr-product-feed-reviews.php:41
382
  #: includes/reviews/class-cr-admin-menu-reviews.php:48
383
  #: includes/reviews/class-cr-admin-menu-reviews.php:49
388
  msgid "Reviews"
389
  msgstr ""
390
 
391
+ #: includes/google/class-cr-admin-menu-product-feed.php:149
392
  msgid "Select a category"
393
  msgstr ""
394
 
395
+ #: includes/google/class-cr-admin-menu-product-feed.php:150
396
  msgid "Select a field"
397
  msgstr ""
398
 
399
+ #: includes/google/class-cr-google-shopping-feed.php:369
400
+ #: includes/reminders/class-cr-local-forms.php:208
401
  msgid "Anonymous"
402
  msgstr ""
403
 
1853
  msgid "Error: accepted file types are PNG, JPG, JPEG, GIF"
1854
  msgstr ""
1855
 
1856
+ #: includes/reminders/class-cr-local-forms.php:132
1857
  msgid "* Required"
1858
  msgstr ""
1859
 
1860
+ #: includes/reminders/class-cr-local-forms.php:134
1861
  msgid "Thank you for submitting a review!"
1862
  msgstr ""
1863
 
1864
+ #: includes/reminders/class-cr-local-forms.php:135
1865
  msgid "Your response has been recorded."
1866
  msgstr ""
1867
 
1868
+ #: includes/reminders/class-cr-local-forms.php:136
1869
  msgid "Edit your review"
1870
  msgstr ""
1871
 
1872
+ #: includes/reminders/class-cr-local-forms.php:158
1873
  msgid "Comment"
1874
  msgstr ""
1875
 
1876
+ #: includes/reminders/class-cr-local-forms.php:159
1877
  msgid "Your comment"
1878
  msgstr ""
1879
 
1880
+ #: includes/reminders/class-cr-local-forms.php:164
1881
  msgid "Rate website, customer service and delivery"
1882
  msgstr ""
1883
 
1884
+ #: includes/reminders/class-cr-local-forms.php:170
1885
  #: blocks/src/reviews-grid/edit.js:134 js/blocks.js:767
1886
  msgid "Rating"
1887
  msgstr ""
1888
 
1889
+ #: includes/reminders/class-cr-local-forms.php:191
1890
  msgid "Upload Photos/Video"
1891
  msgstr ""
1892
 
1893
+ #: includes/reminders/class-cr-local-forms.php:192
1894
  msgid "Add photos or video to your review"
1895
  msgstr ""
1896
 
1897
+ #: includes/reminders/class-cr-local-forms.php:207
1898
  msgid "Display name"
1899
  msgstr ""
1900
 
1901
+ #: includes/reminders/class-cr-local-forms.php:229
1902
  msgid ""
1903
  "By submitting your review, you agree to the <a href=\"%s\" target=\"_blank\" "
1904
  "rel=\"noopener noreferrer\">terms and conditions</a>."
1905
  msgstr ""
1906
 
1907
+ #: includes/reminders/class-cr-local-forms.php:230 templates/qna-tab.php:75
1908
  #: templates/qna-tab.php:119
1909
  msgid "Submit"
1910
  msgstr ""
1911
 
1912
+ #: includes/reminders/class-cr-local-forms.php:248
1913
  msgid "This form was created by %1$s using %2$s plugin."
1914
  msgstr ""
1915
 
1916
+ #: includes/reminders/class-cr-local-forms.php:250
1917
  msgid "This form was created by %1$s."
1918
  msgstr ""
1919
 
2215
  msgid "Search"
2216
  msgstr ""
2217
 
2218
+ #: includes/reviews/class-cr-replies.php:102
2219
+ msgid "A copy of the reply was published on CusRev portal"
2220
+ msgstr ""
2221
+
2222
+ #: includes/reviews/class-cr-replies.php:111
2223
+ #: includes/reviews/class-cr-replies.php:124
2224
+ msgid "Unknown error"
2225
+ msgstr ""
2226
+
2227
+ #: includes/reviews/class-cr-replies.php:131
2228
+ msgid "ID of the current user is not set"
2229
+ msgstr ""
2230
+
2231
  #: includes/reviews/class-cr-reviews-list-table.php:210
2232
  msgid "No reviews found."
2233
  msgstr ""
2374
  #: includes/reviews/class-cr-reviews-media-download.php:174
2375
  #: includes/reviews/class-cr-reviews-media-download.php:180
2376
  #: includes/reviews/class-cr-reviews-media-download.php:185
2377
+ #: includes/reviews/class-cr-reviews-media-download.php:195
2378
  msgid "An error occurred while downloading a media file. Error code: %s."
2379
  msgstr ""
2380
 
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-25T18:25:49+00:00\n"
10
  "PO-Revision-Date: 2018-11-24 18:45+0000\n"
11
  "Last-Translator: \n"
12
  "Language-Team: \n"
@@ -43,18 +43,6 @@ msgstr ""
43
  msgid "This reply was originally posted on CR portal"
44
  msgstr ""
45
 
46
- #: class-ivole-replies.php:102
47
- msgid "A copy of the reply was published on CusRev portal"
48
- msgstr ""
49
-
50
- #: class-ivole-replies.php:111 class-ivole-replies.php:124
51
- msgid "Unknown error"
52
- msgstr ""
53
-
54
- #: class-ivole-replies.php:131
55
- msgid "ID of the current user is not set"
56
- msgstr ""
57
-
58
  #: class-ivole.php:150
59
  msgid "View CusRev documentation"
60
  msgstr ""
@@ -208,8 +196,8 @@ msgstr ""
208
  msgid "Discount Coupon for You"
209
  msgstr ""
210
 
211
- #: includes/emails/class-cr-email-coupon.php:114
212
- #: includes/emails/class-cr-email.php:122 includes/misc/class-cr-license.php:24
213
  #: includes/misc/class-cr-license.php:93
214
  #: includes/reminders/class-cr-manual.php:201
215
  #: includes/trust-badge/class-cr-verified-reviews.php:62
@@ -217,38 +205,38 @@ msgstr ""
217
  msgid "Error: cURL library is missing on the server."
218
  msgstr ""
219
 
220
- #: includes/emails/class-cr-email-coupon.php:127
221
- #: includes/emails/class-cr-email-coupon.php:154
222
- #: includes/emails/class-cr-email.php:386
223
- #: includes/emails/class-cr-email.php:424
224
- #: includes/reminders/class-cr-local-forms.php:341
225
  msgid "Jane"
226
  msgstr ""
227
 
228
- #: includes/emails/class-cr-email-coupon.php:128
229
- #: includes/emails/class-cr-email-coupon.php:155
230
- #: includes/emails/class-cr-email.php:387
231
- #: includes/emails/class-cr-email.php:425
232
- #: includes/reminders/class-cr-local-forms.php:342
233
  msgid "Doe"
234
  msgstr ""
235
 
236
- #: includes/emails/class-cr-email-coupon.php:129
237
- #: includes/emails/class-cr-email.php:388
238
  msgid "Jane Doe"
239
  msgstr ""
240
 
241
- #: includes/emails/class-cr-email-coupon.php:160
242
- #: includes/emails/class-cr-email.php:396
243
- #: includes/emails/class-cr-email.php:430
244
- #: includes/reminders/class-cr-local-forms.php:349
245
  msgid "Item 1 Test"
246
  msgstr ""
247
 
248
- #: includes/emails/class-cr-email-coupon.php:164
249
- #: includes/emails/class-cr-email.php:398
250
- #: includes/emails/class-cr-email.php:435
251
- #: includes/reminders/class-cr-local-forms.php:354
252
  msgid "Item 2 Test"
253
  msgstr ""
254
 
@@ -272,33 +260,33 @@ msgid ""
272
  "at {site_title}."
273
  msgstr ""
274
 
275
- #: includes/emails/class-cr-email.php:168
276
  msgid "Error: the order %s does not exist anymore."
277
  msgstr ""
278
 
279
- #: includes/emails/class-cr-email.php:381
280
  msgid ""
281
  "Error: the order does not contain any products for which review reminders "
282
  "are enabled in the settings."
283
  msgstr ""
284
 
285
- #: includes/emails/class-cr-email.php:496
286
  msgid "Error: only one review invitation per order is allowed."
287
  msgstr ""
288
 
289
- #: includes/emails/class-cr-email.php:496
290
  msgid "View additional information"
291
  msgstr ""
292
 
293
- #: includes/emails/class-cr-email.php:498
294
  msgid "Error: the customer has already reviewed all products from this order."
295
  msgstr ""
296
 
297
- #: includes/emails/class-cr-email.php:500
298
  msgid "Error: the customer has unsubscribed from emails."
299
  msgstr ""
300
 
301
- #: includes/emails/class-cr-email.php:502
302
  msgid ""
303
  "Error: the customer has already left a review for a different order in the "
304
  "past."
@@ -363,26 +351,26 @@ msgid ""
363
  "progress)"
364
  msgstr ""
365
 
366
- #: includes/google/class-cr-admin-menu-product-feed.php:56
367
  msgid ""
368
  "XML Product Review Feed for Google Shopping is being generated in background "
369
  "- reviews %1$s to %2$s out of %3$s (reload the page to see the latest "
370
  "progress)"
371
  msgstr ""
372
 
373
- #: includes/google/class-cr-admin-menu-product-feed.php:62
374
  msgid "XML Feeds might not be created correctly because WP Cron is disabled"
375
  msgstr ""
376
 
377
- #: includes/google/class-cr-admin-menu-product-feed.php:72
378
  msgid "Integration with Google Services"
379
  msgstr ""
380
 
381
- #: includes/google/class-cr-admin-menu-product-feed.php:73
382
  msgid "Google"
383
  msgstr ""
384
 
385
- #: includes/google/class-cr-admin-menu-product-feed.php:138
386
  #: includes/google/class-cr-product-feed-reviews.php:41
387
  #: includes/reviews/class-cr-admin-menu-reviews.php:48
388
  #: includes/reviews/class-cr-admin-menu-reviews.php:49
@@ -393,16 +381,16 @@ msgstr ""
393
  msgid "Reviews"
394
  msgstr ""
395
 
396
- #: includes/google/class-cr-admin-menu-product-feed.php:146
397
  msgid "Select a category"
398
  msgstr ""
399
 
400
- #: includes/google/class-cr-admin-menu-product-feed.php:147
401
  msgid "Select a field"
402
  msgstr ""
403
 
404
- #: includes/google/class-cr-google-shopping-feed.php:367
405
- #: includes/reminders/class-cr-local-forms.php:195
406
  msgid "Anonymous"
407
  msgstr ""
408
 
@@ -1842,67 +1830,67 @@ msgstr ""
1842
  msgid "Error: accepted file types are PNG, JPG, JPEG, GIF"
1843
  msgstr ""
1844
 
1845
- #: includes/reminders/class-cr-local-forms.php:119
1846
  msgid "* Required"
1847
  msgstr ""
1848
 
1849
- #: includes/reminders/class-cr-local-forms.php:121
1850
  msgid "Thank you for submitting a review!"
1851
  msgstr ""
1852
 
1853
- #: includes/reminders/class-cr-local-forms.php:122
1854
  msgid "Your response has been recorded."
1855
  msgstr ""
1856
 
1857
- #: includes/reminders/class-cr-local-forms.php:123
1858
  msgid "Edit your review"
1859
  msgstr ""
1860
 
1861
- #: includes/reminders/class-cr-local-forms.php:145
1862
  msgid "Comment"
1863
  msgstr ""
1864
 
1865
- #: includes/reminders/class-cr-local-forms.php:146
1866
  msgid "Your comment"
1867
  msgstr ""
1868
 
1869
- #: includes/reminders/class-cr-local-forms.php:151
1870
  msgid "Rate website, customer service and delivery"
1871
  msgstr ""
1872
 
1873
- #: includes/reminders/class-cr-local-forms.php:157
1874
  #: blocks/src/reviews-grid/edit.js:134 js/blocks.js:767
1875
  msgid "Rating"
1876
  msgstr ""
1877
 
1878
- #: includes/reminders/class-cr-local-forms.php:178
1879
  msgid "Upload Photos/Video"
1880
  msgstr ""
1881
 
1882
- #: includes/reminders/class-cr-local-forms.php:179
1883
  msgid "Add photos or video to your review"
1884
  msgstr ""
1885
 
1886
- #: includes/reminders/class-cr-local-forms.php:194
1887
  msgid "Display name"
1888
  msgstr ""
1889
 
1890
- #: includes/reminders/class-cr-local-forms.php:216
1891
  msgid ""
1892
  "By submitting your review, you agree to the <a href=\"%s\" target=\"_blank\" "
1893
  "rel=\"noopener noreferrer\">terms and conditions</a>."
1894
  msgstr ""
1895
 
1896
- #: includes/reminders/class-cr-local-forms.php:217 templates/qna-tab.php:75
1897
  #: templates/qna-tab.php:119
1898
  msgid "Submit"
1899
  msgstr ""
1900
 
1901
- #: includes/reminders/class-cr-local-forms.php:235
1902
  msgid "This form was created by %1$s using %2$s plugin."
1903
  msgstr ""
1904
 
1905
- #: includes/reminders/class-cr-local-forms.php:237
1906
  msgid "This form was created by %1$s."
1907
  msgstr ""
1908
 
@@ -2200,6 +2188,19 @@ msgstr ""
2200
  msgid "Search"
2201
  msgstr ""
2202
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2203
  #: includes/reviews/class-cr-reviews-list-table.php:210
2204
  msgid "No reviews found."
2205
  msgstr ""
@@ -2344,7 +2345,7 @@ msgstr ""
2344
  #: includes/reviews/class-cr-reviews-media-download.php:174
2345
  #: includes/reviews/class-cr-reviews-media-download.php:180
2346
  #: includes/reviews/class-cr-reviews-media-download.php:185
2347
- #: includes/reviews/class-cr-reviews-media-download.php:190
2348
  msgid "An error occurred while downloading a media file. Error code: %s."
2349
  msgstr ""
2350
 
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
  msgid "This reply was originally posted on CR portal"
44
  msgstr ""
45
 
 
 
 
 
 
 
 
 
 
 
 
 
46
  #: class-ivole.php:150
47
  msgid "View CusRev documentation"
48
  msgstr ""
196
  msgid "Discount Coupon for You"
197
  msgstr ""
198
 
199
+ #: includes/emails/class-cr-email-coupon.php:134
200
+ #: includes/emails/class-cr-email.php:144 includes/misc/class-cr-license.php:24
201
  #: includes/misc/class-cr-license.php:93
202
  #: includes/reminders/class-cr-manual.php:201
203
  #: includes/trust-badge/class-cr-verified-reviews.php:62
205
  msgid "Error: cURL library is missing on the server."
206
  msgstr ""
207
 
208
+ #: includes/emails/class-cr-email-coupon.php:147
209
+ #: includes/emails/class-cr-email-coupon.php:174
210
+ #: includes/emails/class-cr-email.php:408
211
+ #: includes/emails/class-cr-email.php:446
212
+ #: includes/reminders/class-cr-local-forms.php:354
213
  msgid "Jane"
214
  msgstr ""
215
 
216
+ #: includes/emails/class-cr-email-coupon.php:148
217
+ #: includes/emails/class-cr-email-coupon.php:175
218
+ #: includes/emails/class-cr-email.php:409
219
+ #: includes/emails/class-cr-email.php:447
220
+ #: includes/reminders/class-cr-local-forms.php:355
221
  msgid "Doe"
222
  msgstr ""
223
 
224
+ #: includes/emails/class-cr-email-coupon.php:149
225
+ #: includes/emails/class-cr-email.php:410
226
  msgid "Jane Doe"
227
  msgstr ""
228
 
229
+ #: includes/emails/class-cr-email-coupon.php:180
230
+ #: includes/emails/class-cr-email.php:418
231
+ #: includes/emails/class-cr-email.php:452
232
+ #: includes/reminders/class-cr-local-forms.php:362
233
  msgid "Item 1 Test"
234
  msgstr ""
235
 
236
+ #: includes/emails/class-cr-email-coupon.php:184
237
+ #: includes/emails/class-cr-email.php:420
238
+ #: includes/emails/class-cr-email.php:457
239
+ #: includes/reminders/class-cr-local-forms.php:367
240
  msgid "Item 2 Test"
241
  msgstr ""
242
 
260
  "at {site_title}."
261
  msgstr ""
262
 
263
+ #: includes/emails/class-cr-email.php:190
264
  msgid "Error: the order %s does not exist anymore."
265
  msgstr ""
266
 
267
+ #: includes/emails/class-cr-email.php:403
268
  msgid ""
269
  "Error: the order does not contain any products for which review reminders "
270
  "are enabled in the settings."
271
  msgstr ""
272
 
273
+ #: includes/emails/class-cr-email.php:518
274
  msgid "Error: only one review invitation per order is allowed."
275
  msgstr ""
276
 
277
+ #: includes/emails/class-cr-email.php:518
278
  msgid "View additional information"
279
  msgstr ""
280
 
281
+ #: includes/emails/class-cr-email.php:520
282
  msgid "Error: the customer has already reviewed all products from this order."
283
  msgstr ""
284
 
285
+ #: includes/emails/class-cr-email.php:522
286
  msgid "Error: the customer has unsubscribed from emails."
287
  msgstr ""
288
 
289
+ #: includes/emails/class-cr-email.php:524
290
  msgid ""
291
  "Error: the customer has already left a review for a different order in the "
292
  "past."
351
  "progress)"
352
  msgstr ""
353
 
354
+ #: includes/google/class-cr-admin-menu-product-feed.php:59
355
  msgid ""
356
  "XML Product Review Feed for Google Shopping is being generated in background "
357
  "- reviews %1$s to %2$s out of %3$s (reload the page to see the latest "
358
  "progress)"
359
  msgstr ""
360
 
361
+ #: includes/google/class-cr-admin-menu-product-feed.php:65
362
  msgid "XML Feeds might not be created correctly because WP Cron is disabled"
363
  msgstr ""
364
 
365
+ #: includes/google/class-cr-admin-menu-product-feed.php:75
366
  msgid "Integration with Google Services"
367
  msgstr ""
368
 
369
+ #: includes/google/class-cr-admin-menu-product-feed.php:76
370
  msgid "Google"
371
  msgstr ""
372
 
373
+ #: includes/google/class-cr-admin-menu-product-feed.php:141
374
  #: includes/google/class-cr-product-feed-reviews.php:41
375
  #: includes/reviews/class-cr-admin-menu-reviews.php:48
376
  #: includes/reviews/class-cr-admin-menu-reviews.php:49
381
  msgid "Reviews"
382
  msgstr ""
383
 
384
+ #: includes/google/class-cr-admin-menu-product-feed.php:149
385
  msgid "Select a category"
386
  msgstr ""
387
 
388
+ #: includes/google/class-cr-admin-menu-product-feed.php:150
389
  msgid "Select a field"
390
  msgstr ""
391
 
392
+ #: includes/google/class-cr-google-shopping-feed.php:369
393
+ #: includes/reminders/class-cr-local-forms.php:208
394
  msgid "Anonymous"
395
  msgstr ""
396
 
1830
  msgid "Error: accepted file types are PNG, JPG, JPEG, GIF"
1831
  msgstr ""
1832
 
1833
+ #: includes/reminders/class-cr-local-forms.php:132
1834
  msgid "* Required"
1835
  msgstr ""
1836
 
1837
+ #: includes/reminders/class-cr-local-forms.php:134
1838
  msgid "Thank you for submitting a review!"
1839
  msgstr ""
1840
 
1841
+ #: includes/reminders/class-cr-local-forms.php:135
1842
  msgid "Your response has been recorded."
1843
  msgstr ""
1844
 
1845
+ #: includes/reminders/class-cr-local-forms.php:136
1846
  msgid "Edit your review"
1847
  msgstr ""
1848
 
1849
+ #: includes/reminders/class-cr-local-forms.php:158
1850
  msgid "Comment"
1851
  msgstr ""
1852
 
1853
+ #: includes/reminders/class-cr-local-forms.php:159
1854
  msgid "Your comment"
1855
  msgstr ""
1856
 
1857
+ #: includes/reminders/class-cr-local-forms.php:164
1858
  msgid "Rate website, customer service and delivery"
1859
  msgstr ""
1860
 
1861
+ #: includes/reminders/class-cr-local-forms.php:170
1862
  #: blocks/src/reviews-grid/edit.js:134 js/blocks.js:767
1863
  msgid "Rating"
1864
  msgstr ""
1865
 
1866
+ #: includes/reminders/class-cr-local-forms.php:191
1867
  msgid "Upload Photos/Video"
1868
  msgstr ""
1869
 
1870
+ #: includes/reminders/class-cr-local-forms.php:192
1871
  msgid "Add photos or video to your review"
1872
  msgstr ""
1873
 
1874
+ #: includes/reminders/class-cr-local-forms.php:207
1875
  msgid "Display name"
1876
  msgstr ""
1877
 
1878
+ #: includes/reminders/class-cr-local-forms.php:229
1879
  msgid ""
1880
  "By submitting your review, you agree to the <a href=\"%s\" target=\"_blank\" "
1881
  "rel=\"noopener noreferrer\">terms and conditions</a>."
1882
  msgstr ""
1883
 
1884
+ #: includes/reminders/class-cr-local-forms.php:230 templates/qna-tab.php:75
1885
  #: templates/qna-tab.php:119
1886
  msgid "Submit"
1887
  msgstr ""
1888
 
1889
+ #: includes/reminders/class-cr-local-forms.php:248
1890
  msgid "This form was created by %1$s using %2$s plugin."
1891
  msgstr ""
1892
 
1893
+ #: includes/reminders/class-cr-local-forms.php:250
1894
  msgid "This form was created by %1$s."
1895
  msgstr ""
1896
 
2188
  msgid "Search"
2189
  msgstr ""
2190
 
2191
+ #: includes/reviews/class-cr-replies.php:102
2192
+ msgid "A copy of the reply was published on CusRev portal"
2193
+ msgstr ""
2194
+
2195
+ #: includes/reviews/class-cr-replies.php:111
2196
+ #: includes/reviews/class-cr-replies.php:124
2197
+ msgid "Unknown error"
2198
+ msgstr ""
2199
+
2200
+ #: includes/reviews/class-cr-replies.php:131
2201
+ msgid "ID of the current user is not set"
2202
+ msgstr ""
2203
+
2204
  #: includes/reviews/class-cr-reviews-list-table.php:210
2205
  msgid "No reviews found."
2206
  msgstr ""
2345
  #: includes/reviews/class-cr-reviews-media-download.php:174
2346
  #: includes/reviews/class-cr-reviews-media-download.php:180
2347
  #: includes/reviews/class-cr-reviews-media-download.php:185
2348
+ #: includes/reviews/class-cr-reviews-media-download.php:195
2349
  msgid "An error occurred while downloading a media file. Error code: %s."
2350
  msgstr ""
2351
 
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-25T18:25:49+00:00\n"
10
  "PO-Revision-Date: 2018-03-22 23:11+0000\n"
11
  "Last-Translator: \n"
12
  "Language-Team: \n"
@@ -43,18 +43,6 @@ msgstr ""
43
  msgid "This reply was originally posted on CR portal"
44
  msgstr ""
45
 
46
- #: class-ivole-replies.php:102
47
- msgid "A copy of the reply was published on CusRev portal"
48
- msgstr ""
49
-
50
- #: class-ivole-replies.php:111 class-ivole-replies.php:124
51
- msgid "Unknown error"
52
- msgstr ""
53
-
54
- #: class-ivole-replies.php:131
55
- msgid "ID of the current user is not set"
56
- msgstr ""
57
-
58
  #: class-ivole.php:150
59
  msgid "View CusRev documentation"
60
  msgstr ""
@@ -208,8 +196,8 @@ msgstr ""
208
  msgid "Discount Coupon for You"
209
  msgstr ""
210
 
211
- #: includes/emails/class-cr-email-coupon.php:114
212
- #: includes/emails/class-cr-email.php:122 includes/misc/class-cr-license.php:24
213
  #: includes/misc/class-cr-license.php:93
214
  #: includes/reminders/class-cr-manual.php:201
215
  #: includes/trust-badge/class-cr-verified-reviews.php:62
@@ -217,38 +205,38 @@ msgstr ""
217
  msgid "Error: cURL library is missing on the server."
218
  msgstr ""
219
 
220
- #: includes/emails/class-cr-email-coupon.php:127
221
- #: includes/emails/class-cr-email-coupon.php:154
222
- #: includes/emails/class-cr-email.php:386
223
- #: includes/emails/class-cr-email.php:424
224
- #: includes/reminders/class-cr-local-forms.php:341
225
  msgid "Jane"
226
  msgstr ""
227
 
228
- #: includes/emails/class-cr-email-coupon.php:128
229
- #: includes/emails/class-cr-email-coupon.php:155
230
- #: includes/emails/class-cr-email.php:387
231
- #: includes/emails/class-cr-email.php:425
232
- #: includes/reminders/class-cr-local-forms.php:342
233
  msgid "Doe"
234
  msgstr ""
235
 
236
- #: includes/emails/class-cr-email-coupon.php:129
237
- #: includes/emails/class-cr-email.php:388
238
  msgid "Jane Doe"
239
  msgstr ""
240
 
241
- #: includes/emails/class-cr-email-coupon.php:160
242
- #: includes/emails/class-cr-email.php:396
243
- #: includes/emails/class-cr-email.php:430
244
- #: includes/reminders/class-cr-local-forms.php:349
245
  msgid "Item 1 Test"
246
  msgstr ""
247
 
248
- #: includes/emails/class-cr-email-coupon.php:164
249
- #: includes/emails/class-cr-email.php:398
250
- #: includes/emails/class-cr-email.php:435
251
- #: includes/reminders/class-cr-local-forms.php:354
252
  msgid "Item 2 Test"
253
  msgstr ""
254
 
@@ -272,33 +260,33 @@ msgid ""
272
  "at {site_title}."
273
  msgstr ""
274
 
275
- #: includes/emails/class-cr-email.php:168
276
  msgid "Error: the order %s does not exist anymore."
277
  msgstr ""
278
 
279
- #: includes/emails/class-cr-email.php:381
280
  msgid ""
281
  "Error: the order does not contain any products for which review reminders "
282
  "are enabled in the settings."
283
  msgstr ""
284
 
285
- #: includes/emails/class-cr-email.php:496
286
  msgid "Error: only one review invitation per order is allowed."
287
  msgstr ""
288
 
289
- #: includes/emails/class-cr-email.php:496
290
  msgid "View additional information"
291
  msgstr ""
292
 
293
- #: includes/emails/class-cr-email.php:498
294
  msgid "Error: the customer has already reviewed all products from this order."
295
  msgstr ""
296
 
297
- #: includes/emails/class-cr-email.php:500
298
  msgid "Error: the customer has unsubscribed from emails."
299
  msgstr ""
300
 
301
- #: includes/emails/class-cr-email.php:502
302
  msgid ""
303
  "Error: the customer has already left a review for a different order in the "
304
  "past."
@@ -363,26 +351,26 @@ msgid ""
363
  "progress)"
364
  msgstr ""
365
 
366
- #: includes/google/class-cr-admin-menu-product-feed.php:56
367
  msgid ""
368
  "XML Product Review Feed for Google Shopping is being generated in background "
369
  "- reviews %1$s to %2$s out of %3$s (reload the page to see the latest "
370
  "progress)"
371
  msgstr ""
372
 
373
- #: includes/google/class-cr-admin-menu-product-feed.php:62
374
  msgid "XML Feeds might not be created correctly because WP Cron is disabled"
375
  msgstr ""
376
 
377
- #: includes/google/class-cr-admin-menu-product-feed.php:72
378
  msgid "Integration with Google Services"
379
  msgstr ""
380
 
381
- #: includes/google/class-cr-admin-menu-product-feed.php:73
382
  msgid "Google"
383
  msgstr ""
384
 
385
- #: includes/google/class-cr-admin-menu-product-feed.php:138
386
  #: includes/google/class-cr-product-feed-reviews.php:41
387
  #: includes/reviews/class-cr-admin-menu-reviews.php:48
388
  #: includes/reviews/class-cr-admin-menu-reviews.php:49
@@ -393,16 +381,16 @@ msgstr ""
393
  msgid "Reviews"
394
  msgstr ""
395
 
396
- #: includes/google/class-cr-admin-menu-product-feed.php:146
397
  msgid "Select a category"
398
  msgstr ""
399
 
400
- #: includes/google/class-cr-admin-menu-product-feed.php:147
401
  msgid "Select a field"
402
  msgstr ""
403
 
404
- #: includes/google/class-cr-google-shopping-feed.php:367
405
- #: includes/reminders/class-cr-local-forms.php:195
406
  msgid "Anonymous"
407
  msgstr ""
408
 
@@ -1842,67 +1830,67 @@ msgstr ""
1842
  msgid "Error: accepted file types are PNG, JPG, JPEG, GIF"
1843
  msgstr ""
1844
 
1845
- #: includes/reminders/class-cr-local-forms.php:119
1846
  msgid "* Required"
1847
  msgstr ""
1848
 
1849
- #: includes/reminders/class-cr-local-forms.php:121
1850
  msgid "Thank you for submitting a review!"
1851
  msgstr ""
1852
 
1853
- #: includes/reminders/class-cr-local-forms.php:122
1854
  msgid "Your response has been recorded."
1855
  msgstr ""
1856
 
1857
- #: includes/reminders/class-cr-local-forms.php:123
1858
  msgid "Edit your review"
1859
  msgstr ""
1860
 
1861
- #: includes/reminders/class-cr-local-forms.php:145
1862
  msgid "Comment"
1863
  msgstr ""
1864
 
1865
- #: includes/reminders/class-cr-local-forms.php:146
1866
  msgid "Your comment"
1867
  msgstr ""
1868
 
1869
- #: includes/reminders/class-cr-local-forms.php:151
1870
  msgid "Rate website, customer service and delivery"
1871
  msgstr ""
1872
 
1873
- #: includes/reminders/class-cr-local-forms.php:157
1874
  #: blocks/src/reviews-grid/edit.js:134 js/blocks.js:767
1875
  msgid "Rating"
1876
  msgstr ""
1877
 
1878
- #: includes/reminders/class-cr-local-forms.php:178
1879
  msgid "Upload Photos/Video"
1880
  msgstr ""
1881
 
1882
- #: includes/reminders/class-cr-local-forms.php:179
1883
  msgid "Add photos or video to your review"
1884
  msgstr ""
1885
 
1886
- #: includes/reminders/class-cr-local-forms.php:194
1887
  msgid "Display name"
1888
  msgstr ""
1889
 
1890
- #: includes/reminders/class-cr-local-forms.php:216
1891
  msgid ""
1892
  "By submitting your review, you agree to the <a href=\"%s\" target=\"_blank\" "
1893
  "rel=\"noopener noreferrer\">terms and conditions</a>."
1894
  msgstr ""
1895
 
1896
- #: includes/reminders/class-cr-local-forms.php:217 templates/qna-tab.php:75
1897
  #: templates/qna-tab.php:119
1898
  msgid "Submit"
1899
  msgstr ""
1900
 
1901
- #: includes/reminders/class-cr-local-forms.php:235
1902
  msgid "This form was created by %1$s using %2$s plugin."
1903
  msgstr ""
1904
 
1905
- #: includes/reminders/class-cr-local-forms.php:237
1906
  msgid "This form was created by %1$s."
1907
  msgstr ""
1908
 
@@ -2200,6 +2188,19 @@ msgstr ""
2200
  msgid "Search"
2201
  msgstr ""
2202
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2203
  #: includes/reviews/class-cr-reviews-list-table.php:210
2204
  msgid "No reviews found."
2205
  msgstr ""
@@ -2344,7 +2345,7 @@ msgstr ""
2344
  #: includes/reviews/class-cr-reviews-media-download.php:174
2345
  #: includes/reviews/class-cr-reviews-media-download.php:180
2346
  #: includes/reviews/class-cr-reviews-media-download.php:185
2347
- #: includes/reviews/class-cr-reviews-media-download.php:190
2348
  msgid "An error occurred while downloading a media file. Error code: %s."
2349
  msgstr ""
2350
 
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
  msgid "This reply was originally posted on CR portal"
44
  msgstr ""
45
 
 
 
 
 
 
 
 
 
 
 
 
 
46
  #: class-ivole.php:150
47
  msgid "View CusRev documentation"
48
  msgstr ""
196
  msgid "Discount Coupon for You"
197
  msgstr ""
198
 
199
+ #: includes/emails/class-cr-email-coupon.php:134
200
+ #: includes/emails/class-cr-email.php:144 includes/misc/class-cr-license.php:24
201
  #: includes/misc/class-cr-license.php:93
202
  #: includes/reminders/class-cr-manual.php:201
203
  #: includes/trust-badge/class-cr-verified-reviews.php:62
205
  msgid "Error: cURL library is missing on the server."
206
  msgstr ""
207
 
208
+ #: includes/emails/class-cr-email-coupon.php:147
209
+ #: includes/emails/class-cr-email-coupon.php:174
210
+ #: includes/emails/class-cr-email.php:408
211
+ #: includes/emails/class-cr-email.php:446
212
+ #: includes/reminders/class-cr-local-forms.php:354
213
  msgid "Jane"
214
  msgstr ""
215
 
216
+ #: includes/emails/class-cr-email-coupon.php:148
217
+ #: includes/emails/class-cr-email-coupon.php:175
218
+ #: includes/emails/class-cr-email.php:409
219
+ #: includes/emails/class-cr-email.php:447
220
+ #: includes/reminders/class-cr-local-forms.php:355
221
  msgid "Doe"
222
  msgstr ""
223
 
224
+ #: includes/emails/class-cr-email-coupon.php:149
225
+ #: includes/emails/class-cr-email.php:410
226
  msgid "Jane Doe"
227
  msgstr ""
228
 
229
+ #: includes/emails/class-cr-email-coupon.php:180
230
+ #: includes/emails/class-cr-email.php:418
231
+ #: includes/emails/class-cr-email.php:452
232
+ #: includes/reminders/class-cr-local-forms.php:362
233
  msgid "Item 1 Test"
234
  msgstr ""
235
 
236
+ #: includes/emails/class-cr-email-coupon.php:184
237
+ #: includes/emails/class-cr-email.php:420
238
+ #: includes/emails/class-cr-email.php:457
239
+ #: includes/reminders/class-cr-local-forms.php:367
240
  msgid "Item 2 Test"
241
  msgstr ""
242
 
260
  "at {site_title}."
261
  msgstr ""
262
 
263
+ #: includes/emails/class-cr-email.php:190
264
  msgid "Error: the order %s does not exist anymore."
265
  msgstr ""
266
 
267
+ #: includes/emails/class-cr-email.php:403
268
  msgid ""
269
  "Error: the order does not contain any products for which review reminders "
270
  "are enabled in the settings."
271
  msgstr ""
272
 
273
+ #: includes/emails/class-cr-email.php:518
274
  msgid "Error: only one review invitation per order is allowed."
275
  msgstr ""
276
 
277
+ #: includes/emails/class-cr-email.php:518
278
  msgid "View additional information"
279
  msgstr ""
280
 
281
+ #: includes/emails/class-cr-email.php:520
282
  msgid "Error: the customer has already reviewed all products from this order."
283
  msgstr ""
284
 
285
+ #: includes/emails/class-cr-email.php:522
286
  msgid "Error: the customer has unsubscribed from emails."
287
  msgstr ""
288
 
289
+ #: includes/emails/class-cr-email.php:524
290
  msgid ""
291
  "Error: the customer has already left a review for a different order in the "
292
  "past."
351
  "progress)"
352
  msgstr ""
353
 
354
+ #: includes/google/class-cr-admin-menu-product-feed.php:59
355
  msgid ""
356
  "XML Product Review Feed for Google Shopping is being generated in background "
357
  "- reviews %1$s to %2$s out of %3$s (reload the page to see the latest "
358
  "progress)"
359
  msgstr ""
360
 
361
+ #: includes/google/class-cr-admin-menu-product-feed.php:65
362
  msgid "XML Feeds might not be created correctly because WP Cron is disabled"
363
  msgstr ""
364
 
365
+ #: includes/google/class-cr-admin-menu-product-feed.php:75
366
  msgid "Integration with Google Services"
367
  msgstr ""
368
 
369
+ #: includes/google/class-cr-admin-menu-product-feed.php:76
370
  msgid "Google"
371
  msgstr ""
372
 
373
+ #: includes/google/class-cr-admin-menu-product-feed.php:141
374
  #: includes/google/class-cr-product-feed-reviews.php:41
375
  #: includes/reviews/class-cr-admin-menu-reviews.php:48
376
  #: includes/reviews/class-cr-admin-menu-reviews.php:49
381
  msgid "Reviews"
382
  msgstr ""
383
 
384
+ #: includes/google/class-cr-admin-menu-product-feed.php:149
385
  msgid "Select a category"
386
  msgstr ""
387
 
388
+ #: includes/google/class-cr-admin-menu-product-feed.php:150
389
  msgid "Select a field"
390
  msgstr ""
391
 
392
+ #: includes/google/class-cr-google-shopping-feed.php:369
393
+ #: includes/reminders/class-cr-local-forms.php:208
394
  msgid "Anonymous"
395
  msgstr ""
396
 
1830
  msgid "Error: accepted file types are PNG, JPG, JPEG, GIF"
1831
  msgstr ""
1832
 
1833
+ #: includes/reminders/class-cr-local-forms.php:132
1834
  msgid "* Required"
1835
  msgstr ""
1836
 
1837
+ #: includes/reminders/class-cr-local-forms.php:134
1838
  msgid "Thank you for submitting a review!"
1839
  msgstr ""
1840
 
1841
+ #: includes/reminders/class-cr-local-forms.php:135
1842
  msgid "Your response has been recorded."
1843
  msgstr ""
1844
 
1845
+ #: includes/reminders/class-cr-local-forms.php:136
1846
  msgid "Edit your review"
1847
  msgstr ""
1848
 
1849
+ #: includes/reminders/class-cr-local-forms.php:158
1850
  msgid "Comment"
1851
  msgstr ""
1852
 
1853
+ #: includes/reminders/class-cr-local-forms.php:159
1854
  msgid "Your comment"
1855
  msgstr ""
1856
 
1857
+ #: includes/reminders/class-cr-local-forms.php:164
1858
  msgid "Rate website, customer service and delivery"
1859
  msgstr ""
1860
 
1861
+ #: includes/reminders/class-cr-local-forms.php:170
1862
  #: blocks/src/reviews-grid/edit.js:134 js/blocks.js:767
1863
  msgid "Rating"
1864
  msgstr ""
1865
 
1866
+ #: includes/reminders/class-cr-local-forms.php:191
1867
  msgid "Upload Photos/Video"
1868
  msgstr ""
1869
 
1870
+ #: includes/reminders/class-cr-local-forms.php:192
1871
  msgid "Add photos or video to your review"
1872
  msgstr ""
1873
 
1874
+ #: includes/reminders/class-cr-local-forms.php:207
1875
  msgid "Display name"
1876
  msgstr ""
1877
 
1878
+ #: includes/reminders/class-cr-local-forms.php:229
1879
  msgid ""
1880
  "By submitting your review, you agree to the <a href=\"%s\" target=\"_blank\" "
1881
  "rel=\"noopener noreferrer\">terms and conditions</a>."
1882
  msgstr ""
1883
 
1884
+ #: includes/reminders/class-cr-local-forms.php:230 templates/qna-tab.php:75
1885
  #: templates/qna-tab.php:119
1886
  msgid "Submit"
1887
  msgstr ""
1888
 
1889
+ #: includes/reminders/class-cr-local-forms.php:248
1890
  msgid "This form was created by %1$s using %2$s plugin."
1891
  msgstr ""
1892
 
1893
+ #: includes/reminders/class-cr-local-forms.php:250
1894
  msgid "This form was created by %1$s."
1895
  msgstr ""
1896
 
2188
  msgid "Search"
2189
  msgstr ""
2190
 
2191
+ #: includes/reviews/class-cr-replies.php:102
2192
+ msgid "A copy of the reply was published on CusRev portal"
2193
+ msgstr ""
2194
+
2195
+ #: includes/reviews/class-cr-replies.php:111
2196
+ #: includes/reviews/class-cr-replies.php:124
2197
+ msgid "Unknown error"
2198
+ msgstr ""
2199
+
2200
+ #: includes/reviews/class-cr-replies.php:131
2201
+ msgid "ID of the current user is not set"
2202
+ msgstr ""
2203
+
2204
  #: includes/reviews/class-cr-reviews-list-table.php:210
2205
  msgid "No reviews found."
2206
  msgstr ""
2345
  #: includes/reviews/class-cr-reviews-media-download.php:174
2346
  #: includes/reviews/class-cr-reviews-media-download.php:180
2347
  #: includes/reviews/class-cr-reviews-media-download.php:185
2348
+ #: includes/reviews/class-cr-reviews-media-download.php:195
2349
  msgid "An error occurred while downloading a media file. Error code: %s."
2350
  msgstr ""
2351
 
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.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-10-25T18:25:49+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,19 +39,6 @@ msgstr ""
39
  msgid "This reply was originally posted on CR portal"
40
  msgstr ""
41
 
42
- #: class-ivole-replies.php:102
43
- msgid "A copy of the reply was published on CusRev portal"
44
- msgstr ""
45
-
46
- #: class-ivole-replies.php:111
47
- #: class-ivole-replies.php:124
48
- msgid "Unknown error"
49
- msgstr ""
50
-
51
- #: class-ivole-replies.php:131
52
- msgid "ID of the current user is not set"
53
- msgstr ""
54
-
55
  #: class-ivole.php:150
56
  msgid "View CusRev documentation"
57
  msgstr ""
@@ -210,8 +197,8 @@ msgstr ""
210
  msgid "Discount Coupon for You"
211
  msgstr ""
212
 
213
- #: includes/emails/class-cr-email-coupon.php:114
214
- #: includes/emails/class-cr-email.php:122
215
  #: includes/misc/class-cr-license.php:24
216
  #: includes/misc/class-cr-license.php:93
217
  #: includes/reminders/class-cr-manual.php:201
@@ -220,38 +207,38 @@ msgstr ""
220
  msgid "Error: cURL library is missing on the server."
221
  msgstr ""
222
 
223
- #: includes/emails/class-cr-email-coupon.php:127
224
- #: includes/emails/class-cr-email-coupon.php:154
225
- #: includes/emails/class-cr-email.php:386
226
- #: includes/emails/class-cr-email.php:424
227
- #: includes/reminders/class-cr-local-forms.php:341
228
  msgid "Jane"
229
  msgstr ""
230
 
231
- #: includes/emails/class-cr-email-coupon.php:128
232
- #: includes/emails/class-cr-email-coupon.php:155
233
- #: includes/emails/class-cr-email.php:387
234
- #: includes/emails/class-cr-email.php:425
235
- #: includes/reminders/class-cr-local-forms.php:342
236
  msgid "Doe"
237
  msgstr ""
238
 
239
- #: includes/emails/class-cr-email-coupon.php:129
240
- #: includes/emails/class-cr-email.php:388
241
  msgid "Jane Doe"
242
  msgstr ""
243
 
244
- #: includes/emails/class-cr-email-coupon.php:160
245
- #: includes/emails/class-cr-email.php:396
246
- #: includes/emails/class-cr-email.php:430
247
- #: includes/reminders/class-cr-local-forms.php:349
248
  msgid "Item 1 Test"
249
  msgstr ""
250
 
251
- #: includes/emails/class-cr-email-coupon.php:164
252
- #: includes/emails/class-cr-email.php:398
253
- #: includes/emails/class-cr-email.php:435
254
- #: includes/reminders/class-cr-local-forms.php:354
255
  msgid "Item 2 Test"
256
  msgstr ""
257
 
@@ -274,31 +261,31 @@ msgstr ""
274
  msgid "Please review your experience with products and services that you purchased at {site_title}."
275
  msgstr ""
276
 
277
- #: includes/emails/class-cr-email.php:168
278
  msgid "Error: the order %s does not exist anymore."
279
  msgstr ""
280
 
281
- #: includes/emails/class-cr-email.php:381
282
  msgid "Error: the order does not contain any products for which review reminders are enabled in the settings."
283
  msgstr ""
284
 
285
- #: includes/emails/class-cr-email.php:496
286
  msgid "Error: only one review invitation per order is allowed."
287
  msgstr ""
288
 
289
- #: includes/emails/class-cr-email.php:496
290
  msgid "View additional information"
291
  msgstr ""
292
 
293
- #: includes/emails/class-cr-email.php:498
294
  msgid "Error: the customer has already reviewed all products from this order."
295
  msgstr ""
296
 
297
- #: includes/emails/class-cr-email.php:500
298
  msgid "Error: the customer has unsubscribed from emails."
299
  msgstr ""
300
 
301
- #: includes/emails/class-cr-email.php:502
302
  msgid "Error: the customer has already left a review for a different order in the past."
303
  msgstr ""
304
 
@@ -350,23 +337,23 @@ msgstr ""
350
  msgid "XML Product Feed for Google Shopping is being generated in background - products %1$s to %2$s out of %3$s (reload the page to see the latest progress)"
351
  msgstr ""
352
 
353
- #: includes/google/class-cr-admin-menu-product-feed.php:56
354
  msgid "XML Product Review Feed for Google Shopping is being generated in background - reviews %1$s to %2$s out of %3$s (reload the page to see the latest progress)"
355
  msgstr ""
356
 
357
- #: includes/google/class-cr-admin-menu-product-feed.php:62
358
  msgid "XML Feeds might not be created correctly because WP Cron is disabled"
359
  msgstr ""
360
 
361
- #: includes/google/class-cr-admin-menu-product-feed.php:72
362
  msgid "Integration with Google Services"
363
  msgstr ""
364
 
365
- #: includes/google/class-cr-admin-menu-product-feed.php:73
366
  msgid "Google"
367
  msgstr ""
368
 
369
- #: includes/google/class-cr-admin-menu-product-feed.php:138
370
  #: includes/google/class-cr-product-feed-reviews.php:41
371
  #: includes/reviews/class-cr-admin-menu-reviews.php:48
372
  #: includes/reviews/class-cr-admin-menu-reviews.php:49
@@ -377,16 +364,16 @@ msgstr ""
377
  msgid "Reviews"
378
  msgstr ""
379
 
380
- #: includes/google/class-cr-admin-menu-product-feed.php:146
381
  msgid "Select a category"
382
  msgstr ""
383
 
384
- #: includes/google/class-cr-admin-menu-product-feed.php:147
385
  msgid "Select a field"
386
  msgstr ""
387
 
388
- #: includes/google/class-cr-google-shopping-feed.php:367
389
- #: includes/reminders/class-cr-local-forms.php:195
390
  msgid "Anonymous"
391
  msgstr ""
392
 
@@ -1661,67 +1648,67 @@ msgstr ""
1661
  msgid "Error: accepted file types are PNG, JPG, JPEG, GIF"
1662
  msgstr ""
1663
 
1664
- #: includes/reminders/class-cr-local-forms.php:119
1665
  msgid "* Required"
1666
  msgstr ""
1667
 
1668
- #: includes/reminders/class-cr-local-forms.php:121
1669
  msgid "Thank you for submitting a review!"
1670
  msgstr ""
1671
 
1672
- #: includes/reminders/class-cr-local-forms.php:122
1673
  msgid "Your response has been recorded."
1674
  msgstr ""
1675
 
1676
- #: includes/reminders/class-cr-local-forms.php:123
1677
  msgid "Edit your review"
1678
  msgstr ""
1679
 
1680
- #: includes/reminders/class-cr-local-forms.php:145
1681
  msgid "Comment"
1682
  msgstr ""
1683
 
1684
- #: includes/reminders/class-cr-local-forms.php:146
1685
  msgid "Your comment"
1686
  msgstr ""
1687
 
1688
- #: includes/reminders/class-cr-local-forms.php:151
1689
  msgid "Rate website, customer service and delivery"
1690
  msgstr ""
1691
 
1692
- #: includes/reminders/class-cr-local-forms.php:157
1693
  #: blocks/src/reviews-grid/edit.js:134
1694
  #: js/blocks.js:767
1695
  msgid "Rating"
1696
  msgstr ""
1697
 
1698
- #: includes/reminders/class-cr-local-forms.php:178
1699
  msgid "Upload Photos/Video"
1700
  msgstr ""
1701
 
1702
- #: includes/reminders/class-cr-local-forms.php:179
1703
  msgid "Add photos or video to your review"
1704
  msgstr ""
1705
 
1706
- #: includes/reminders/class-cr-local-forms.php:194
1707
  msgid "Display name"
1708
  msgstr ""
1709
 
1710
- #: includes/reminders/class-cr-local-forms.php:216
1711
  msgid "By submitting your review, you agree to the <a href=\"%s\" target=\"_blank\" rel=\"noopener noreferrer\">terms and conditions</a>."
1712
  msgstr ""
1713
 
1714
- #: includes/reminders/class-cr-local-forms.php:217
1715
  #: templates/qna-tab.php:75
1716
  #: templates/qna-tab.php:119
1717
  msgid "Submit"
1718
  msgstr ""
1719
 
1720
- #: includes/reminders/class-cr-local-forms.php:235
1721
  msgid "This form was created by %1$s using %2$s plugin."
1722
  msgstr ""
1723
 
1724
- #: includes/reminders/class-cr-local-forms.php:237
1725
  msgid "This form was created by %1$s."
1726
  msgstr ""
1727
 
@@ -1989,6 +1976,19 @@ msgstr ""
1989
  msgid "Search"
1990
  msgstr ""
1991
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1992
  #: includes/reviews/class-cr-reviews-list-table.php:210
1993
  msgid "No reviews found."
1994
  msgstr ""
@@ -2114,7 +2114,7 @@ msgstr ""
2114
  #: includes/reviews/class-cr-reviews-media-download.php:174
2115
  #: includes/reviews/class-cr-reviews-media-download.php:180
2116
  #: includes/reviews/class-cr-reviews-media-download.php:185
2117
- #: includes/reviews/class-cr-reviews-media-download.php:190
2118
  msgid "An error occurred while downloading a media file. Error code: %s."
2119
  msgstr ""
2120
 
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
  msgid "This reply was originally posted on CR portal"
40
  msgstr ""
41
 
 
 
 
 
 
 
 
 
 
 
 
 
 
42
  #: class-ivole.php:150
43
  msgid "View CusRev documentation"
44
  msgstr ""
197
  msgid "Discount Coupon for You"
198
  msgstr ""
199
 
200
+ #: includes/emails/class-cr-email-coupon.php:134
201
+ #: includes/emails/class-cr-email.php:144
202
  #: includes/misc/class-cr-license.php:24
203
  #: includes/misc/class-cr-license.php:93
204
  #: includes/reminders/class-cr-manual.php:201
207
  msgid "Error: cURL library is missing on the server."
208
  msgstr ""
209
 
210
+ #: includes/emails/class-cr-email-coupon.php:147
211
+ #: includes/emails/class-cr-email-coupon.php:174
212
+ #: includes/emails/class-cr-email.php:408
213
+ #: includes/emails/class-cr-email.php:446
214
+ #: includes/reminders/class-cr-local-forms.php:354
215
  msgid "Jane"
216
  msgstr ""
217
 
218
+ #: includes/emails/class-cr-email-coupon.php:148
219
+ #: includes/emails/class-cr-email-coupon.php:175
220
+ #: includes/emails/class-cr-email.php:409
221
+ #: includes/emails/class-cr-email.php:447
222
+ #: includes/reminders/class-cr-local-forms.php:355
223
  msgid "Doe"
224
  msgstr ""
225
 
226
+ #: includes/emails/class-cr-email-coupon.php:149
227
+ #: includes/emails/class-cr-email.php:410
228
  msgid "Jane Doe"
229
  msgstr ""
230
 
231
+ #: includes/emails/class-cr-email-coupon.php:180
232
+ #: includes/emails/class-cr-email.php:418
233
+ #: includes/emails/class-cr-email.php:452
234
+ #: includes/reminders/class-cr-local-forms.php:362
235
  msgid "Item 1 Test"
236
  msgstr ""
237
 
238
+ #: includes/emails/class-cr-email-coupon.php:184
239
+ #: includes/emails/class-cr-email.php:420
240
+ #: includes/emails/class-cr-email.php:457
241
+ #: includes/reminders/class-cr-local-forms.php:367
242
  msgid "Item 2 Test"
243
  msgstr ""
244
 
261
  msgid "Please review your experience with products and services that you purchased at {site_title}."
262
  msgstr ""
263
 
264
+ #: includes/emails/class-cr-email.php:190
265
  msgid "Error: the order %s does not exist anymore."
266
  msgstr ""
267
 
268
+ #: includes/emails/class-cr-email.php:403
269
  msgid "Error: the order does not contain any products for which review reminders are enabled in the settings."
270
  msgstr ""
271
 
272
+ #: includes/emails/class-cr-email.php:518
273
  msgid "Error: only one review invitation per order is allowed."
274
  msgstr ""
275
 
276
+ #: includes/emails/class-cr-email.php:518
277
  msgid "View additional information"
278
  msgstr ""
279
 
280
+ #: includes/emails/class-cr-email.php:520
281
  msgid "Error: the customer has already reviewed all products from this order."
282
  msgstr ""
283
 
284
+ #: includes/emails/class-cr-email.php:522
285
  msgid "Error: the customer has unsubscribed from emails."
286
  msgstr ""
287
 
288
+ #: includes/emails/class-cr-email.php:524
289
  msgid "Error: the customer has already left a review for a different order in the past."
290
  msgstr ""
291
 
337
  msgid "XML Product Feed for Google Shopping is being generated in background - products %1$s to %2$s out of %3$s (reload the page to see the latest progress)"
338
  msgstr ""
339
 
340
+ #: includes/google/class-cr-admin-menu-product-feed.php:59
341
  msgid "XML Product Review Feed for Google Shopping is being generated in background - reviews %1$s to %2$s out of %3$s (reload the page to see the latest progress)"
342
  msgstr ""
343
 
344
+ #: includes/google/class-cr-admin-menu-product-feed.php:65
345
  msgid "XML Feeds might not be created correctly because WP Cron is disabled"
346
  msgstr ""
347
 
348
+ #: includes/google/class-cr-admin-menu-product-feed.php:75
349
  msgid "Integration with Google Services"
350
  msgstr ""
351
 
352
+ #: includes/google/class-cr-admin-menu-product-feed.php:76
353
  msgid "Google"
354
  msgstr ""
355
 
356
+ #: includes/google/class-cr-admin-menu-product-feed.php:141
357
  #: includes/google/class-cr-product-feed-reviews.php:41
358
  #: includes/reviews/class-cr-admin-menu-reviews.php:48
359
  #: includes/reviews/class-cr-admin-menu-reviews.php:49
364
  msgid "Reviews"
365
  msgstr ""
366
 
367
+ #: includes/google/class-cr-admin-menu-product-feed.php:149
368
  msgid "Select a category"
369
  msgstr ""
370
 
371
+ #: includes/google/class-cr-admin-menu-product-feed.php:150
372
  msgid "Select a field"
373
  msgstr ""
374
 
375
+ #: includes/google/class-cr-google-shopping-feed.php:369
376
+ #: includes/reminders/class-cr-local-forms.php:208
377
  msgid "Anonymous"
378
  msgstr ""
379
 
1648
  msgid "Error: accepted file types are PNG, JPG, JPEG, GIF"
1649
  msgstr ""
1650
 
1651
+ #: includes/reminders/class-cr-local-forms.php:132
1652
  msgid "* Required"
1653
  msgstr ""
1654
 
1655
+ #: includes/reminders/class-cr-local-forms.php:134
1656
  msgid "Thank you for submitting a review!"
1657
  msgstr ""
1658
 
1659
+ #: includes/reminders/class-cr-local-forms.php:135
1660
  msgid "Your response has been recorded."
1661
  msgstr ""
1662
 
1663
+ #: includes/reminders/class-cr-local-forms.php:136
1664
  msgid "Edit your review"
1665
  msgstr ""
1666
 
1667
+ #: includes/reminders/class-cr-local-forms.php:158
1668
  msgid "Comment"
1669
  msgstr ""
1670
 
1671
+ #: includes/reminders/class-cr-local-forms.php:159
1672
  msgid "Your comment"
1673
  msgstr ""
1674
 
1675
+ #: includes/reminders/class-cr-local-forms.php:164
1676
  msgid "Rate website, customer service and delivery"
1677
  msgstr ""
1678
 
1679
+ #: includes/reminders/class-cr-local-forms.php:170
1680
  #: blocks/src/reviews-grid/edit.js:134
1681
  #: js/blocks.js:767
1682
  msgid "Rating"
1683
  msgstr ""
1684
 
1685
+ #: includes/reminders/class-cr-local-forms.php:191
1686
  msgid "Upload Photos/Video"
1687
  msgstr ""
1688
 
1689
+ #: includes/reminders/class-cr-local-forms.php:192
1690
  msgid "Add photos or video to your review"
1691
  msgstr ""
1692
 
1693
+ #: includes/reminders/class-cr-local-forms.php:207
1694
  msgid "Display name"
1695
  msgstr ""
1696
 
1697
+ #: includes/reminders/class-cr-local-forms.php:229
1698
  msgid "By submitting your review, you agree to the <a href=\"%s\" target=\"_blank\" rel=\"noopener noreferrer\">terms and conditions</a>."
1699
  msgstr ""
1700
 
1701
+ #: includes/reminders/class-cr-local-forms.php:230
1702
  #: templates/qna-tab.php:75
1703
  #: templates/qna-tab.php:119
1704
  msgid "Submit"
1705
  msgstr ""
1706
 
1707
+ #: includes/reminders/class-cr-local-forms.php:248
1708
  msgid "This form was created by %1$s using %2$s plugin."
1709
  msgstr ""
1710
 
1711
+ #: includes/reminders/class-cr-local-forms.php:250
1712
  msgid "This form was created by %1$s."
1713
  msgstr ""
1714
 
1976
  msgid "Search"
1977
  msgstr ""
1978
 
1979
+ #: includes/reviews/class-cr-replies.php:102
1980
+ msgid "A copy of the reply was published on CusRev portal"
1981
+ msgstr ""
1982
+
1983
+ #: includes/reviews/class-cr-replies.php:111
1984
+ #: includes/reviews/class-cr-replies.php:124
1985
+ msgid "Unknown error"
1986
+ msgstr ""
1987
+
1988
+ #: includes/reviews/class-cr-replies.php:131
1989
+ msgid "ID of the current user is not set"
1990
+ msgstr ""
1991
+
1992
  #: includes/reviews/class-cr-reviews-list-table.php:210
1993
  msgid "No reviews found."
1994
  msgstr ""
2114
  #: includes/reviews/class-cr-reviews-media-download.php:174
2115
  #: includes/reviews/class-cr-reviews-media-download.php:180
2116
  #: includes/reviews/class-cr-reviews-media-download.php:185
2117
+ #: includes/reviews/class-cr-reviews-media-download.php:195
2118
  msgid "An error occurred while downloading a media file. Error code: %s."
2119
  msgstr ""
2120
 
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.0
6
- Stable tag: 5.6.2
7
  License: GPLv3 or later
8
  License URI: https://www.gnu.org/licenses/gpl.html
9
 
@@ -218,6 +218,8 @@ If you would like to change how reviews are sorted on product pages, it is possi
218
 
219
  == Changelog ==
220
 
 
 
221
  = 5.6.2 =
222
  * Bug fixes and minor improvements
223
  = 5.6.1 =
3
  Tags: woocommerce, review plugin, review reminder, customer reviews, review for discount
4
  Requires at least: 4.5
5
  Tested up to: 6.0
6
+ Stable tag: 5.6.3
7
  License: GPLv3 or later
8
  License URI: https://www.gnu.org/licenses/gpl.html
9
 
218
 
219
  == Changelog ==
220
 
221
+ = 5.6.3 =
222
+ * Improvements in download of media files for cases when reviews have been deleted
223
  = 5.6.2 =
224
  * Bug fixes and minor improvements
225
  = 5.6.1 =