WP Review - Version 5.2.9

Version Description

Download this release

Release Info

Developer MyThemeShop
Plugin Icon 128x128 WP Review
Version 5.2.9
Comparing to
See all releases

Code changes from version 5.2.8 to 5.2.9

Files changed (96) hide show
  1. LICENSE +0 -0
  2. admin/activation.php +0 -0
  3. admin/admin.php +0 -0
  4. admin/assets/css/admin.css +0 -0
  5. admin/assets/css/jquery-ui.min.css +0 -0
  6. admin/assets/css/select2.min.css +0 -0
  7. admin/assets/images/loading.svg +0 -0
  8. admin/assets/js/admin.import.js +0 -0
  9. admin/assets/js/admin.js +0 -0
  10. admin/assets/js/editor-plugin.js +0 -0
  11. admin/assets/js/rating-inputs.js +0 -0
  12. admin/assets/js/review-items.js +0 -0
  13. admin/assets/js/review-notice.js +0 -0
  14. admin/assets/js/select2.min.js +0 -0
  15. admin/assets/js/wp-review-tab-widget-admin.js +0 -0
  16. admin/class-wp-review-form-field.php +0 -0
  17. admin/class-wp-review-importer.php +0 -0
  18. admin/class-wp-review-options.php +0 -0
  19. admin/class-wpr-review-notice.php +0 -0
  20. admin/demo-importer.php +0 -0
  21. admin/demo-importer/class-wp-import.php +0 -0
  22. admin/demo-importer/class-wp-review-demo-importer.php +0 -0
  23. admin/demo-importer/parsers.php +0 -0
  24. admin/font-awesome-icons.php +0 -0
  25. admin/options/help.php +0 -0
  26. admin/options/import.php +0 -0
  27. admin/options/multisite.php +0 -0
  28. box-templates/aqua.php +0 -0
  29. box-templates/default.php +0 -0
  30. box-templates/global/partials/review-links.php +0 -0
  31. box-templates/global/partials/review-schema.php +0 -0
  32. comments/comments.php +21 -1
  33. filter-list.php +0 -0
  34. includes/ajax.php +0 -0
  35. includes/comments.php +0 -0
  36. includes/demo/demo-content.xml +0 -0
  37. includes/enqueue.php +0 -0
  38. includes/functions.php +0 -0
  39. includes/schemas.php +0 -0
  40. includes/shortcodes.php +0 -0
  41. includes/widget.php +0 -0
  42. includes/widgets/class-wp-review-tab-widget.php +1 -1
  43. languages/wp-review.pot +685 -685
  44. public/css/amp.css +0 -0
  45. public/css/font-awesome.min.css +0 -0
  46. public/css/magnific-popup.css +0 -0
  47. public/css/wp-review.css +0 -0
  48. public/fonts/FontAwesome.otf +0 -0
  49. public/fonts/font-icons.eot +0 -0
  50. public/fonts/font-icons.svg +0 -0
  51. public/fonts/font-icons.ttf +0 -0
  52. public/fonts/font-icons.woff +0 -0
  53. public/fonts/fontawesome-webfont.eot +0 -0
  54. public/fonts/fontawesome-webfont.svg +0 -0
  55. public/fonts/fontawesome-webfont.ttf +0 -0
  56. public/fonts/fontawesome-webfont.woff +0 -0
  57. public/fonts/fontawesome-webfont.woff2 +0 -0
  58. public/images/amazon.jpg +0 -0
  59. public/images/aqua.jpg +0 -0
  60. public/images/blue.jpg +0 -0
  61. public/images/darkside.jpg +0 -0
  62. public/images/dash.jpg +0 -0
  63. public/images/default.jpg +0 -0
  64. public/images/edge.jpg +0 -0
  65. public/images/enterprise.jpg +0 -0
  66. public/images/facebook.jpg +0 -0
  67. public/images/fizzy.jpg +0 -0
  68. public/images/gamer.jpg +0 -0
  69. public/images/gravity.jpg +0 -0
  70. public/images/largethumb.png +0 -0
  71. public/images/shell.jpg +0 -0
  72. public/images/smallthumb.png +0 -0
  73. public/images/tabbed.jpg +0 -0
  74. public/images/tabbed2.jpg +0 -0
  75. public/images/xiaomi.jpg +0 -0
  76. public/images/zine.jpg +0 -0
  77. public/js/jquery.magnific-popup.min.js +0 -0
  78. public/js/js.cookie.min.js +0 -0
  79. public/js/main.js +0 -0
  80. public/js/wp-review-tab-widget.js +0 -0
  81. rating-types/circle-input.php +0 -0
  82. rating-types/circle-output.php +0 -0
  83. rating-types/percentage-input.js +0 -0
  84. rating-types/percentage-input.php +0 -0
  85. rating-types/percentage-output.php +0 -0
  86. rating-types/point-input.js +0 -0
  87. rating-types/point-input.php +0 -0
  88. rating-types/point-output.php +0 -0
  89. rating-types/star-input.js +0 -0
  90. rating-types/star-input.php +0 -0
  91. rating-types/star-output.php +0 -0
  92. rating-types/thumbs-input.php +0 -0
  93. rating-types/thumbs-output.php +0 -0
  94. readme.txt +6 -2
  95. template-list.php +0 -0
  96. wp-review.php +2 -2
LICENSE CHANGED
File without changes
admin/activation.php CHANGED
File without changes
admin/admin.php CHANGED
File without changes
admin/assets/css/admin.css CHANGED
File without changes
admin/assets/css/jquery-ui.min.css CHANGED
File without changes
admin/assets/css/select2.min.css CHANGED
File without changes
admin/assets/images/loading.svg CHANGED
File without changes
admin/assets/js/admin.import.js CHANGED
File without changes
admin/assets/js/admin.js CHANGED
File without changes
admin/assets/js/editor-plugin.js CHANGED
File without changes
admin/assets/js/rating-inputs.js CHANGED
File without changes
admin/assets/js/review-items.js CHANGED
File without changes
admin/assets/js/review-notice.js CHANGED
File without changes
admin/assets/js/select2.min.js CHANGED
File without changes
admin/assets/js/wp-review-tab-widget-admin.js CHANGED
File without changes
admin/class-wp-review-form-field.php CHANGED
File without changes
admin/class-wp-review-importer.php CHANGED
File without changes
admin/class-wp-review-options.php CHANGED
File without changes
admin/class-wpr-review-notice.php CHANGED
File without changes
admin/demo-importer.php CHANGED
File without changes
admin/demo-importer/class-wp-import.php CHANGED
File without changes
admin/demo-importer/class-wp-review-demo-importer.php CHANGED
File without changes
admin/demo-importer/parsers.php CHANGED
File without changes
admin/font-awesome-icons.php CHANGED
File without changes
admin/options/help.php CHANGED
File without changes
admin/options/import.php CHANGED
File without changes
admin/options/multisite.php CHANGED
File without changes
box-templates/aqua.php CHANGED
File without changes
box-templates/default.php CHANGED
File without changes
box-templates/global/partials/review-links.php CHANGED
File without changes
box-templates/global/partials/review-schema.php CHANGED
File without changes
comments/comments.php CHANGED
@@ -21,7 +21,27 @@ if ( post_password_required() ) { ?>
21
  <!-- You can start editing here. -->
22
  <?php if ( have_comments() ) : ?>
23
  <div id="comments">
24
- <h4 class="total-comments"><?php comments_number( __( 'No Responses', 'wp-review' ), __( 'One Response', 'wp-review' ), __( '% Comments', 'wp-review' ) ); ?></h4>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
25
  <ol class="commentlist">
26
  <?php
27
  if ( get_comment_pages_count() > 1 && get_option( 'page_comments' ) ) { // Are there comments to navigate through.
21
  <!-- You can start editing here. -->
22
  <?php if ( have_comments() ) : ?>
23
  <div id="comments">
24
+ <h4 class="total-comments">
25
+ <?php
26
+ $comments_number = intval( get_comments_number() );
27
+ if ( 1 === $comments_number ) {
28
+ esc_html_e( 'One Response', 'wp-review' );
29
+ } else {
30
+ printf(
31
+ /* translators: number of comments */
32
+ _nx(
33
+ '%1$s Comment',
34
+ '%1$s Comments',
35
+ $comments_number,
36
+ 'comments title',
37
+ 'wp-review'
38
+ ),
39
+ number_format_i18n( $comments_number )
40
+ );
41
+ }
42
+ ?>
43
+ </h4>
44
+
45
  <ol class="commentlist">
46
  <?php
47
  if ( get_comment_pages_count() > 1 && get_option( 'page_comments' ) ) { // Are there comments to navigate through.
filter-list.php CHANGED
File without changes
includes/ajax.php CHANGED
File without changes
includes/comments.php CHANGED
File without changes
includes/demo/demo-content.xml CHANGED
File without changes
includes/enqueue.php CHANGED
File without changes
includes/functions.php CHANGED
File without changes
includes/schemas.php CHANGED
File without changes
includes/shortcodes.php CHANGED
File without changes
includes/widget.php CHANGED
File without changes
includes/widgets/class-wp-review-tab-widget.php CHANGED
@@ -298,7 +298,7 @@ class WP_Review_Tab_Widget extends WP_Widget {
298
  $instance = $old_instance;
299
  $instance['tabs'] = $new_instance['tabs'];
300
  $instance['tab_order'] = $new_instance['tab_order'];
301
- $instance['tab_titles'] = wp_kses_post( $new_instance['tab_titles'] );
302
  $instance['review_type'] = isset( $new_instance['review_type'] ) ? $new_instance['review_type'] : '';
303
  $instance['allow_pagination'] = $new_instance['allow_pagination'];
304
  $instance['post_num'] = $new_instance['post_num'];
298
  $instance = $old_instance;
299
  $instance['tabs'] = $new_instance['tabs'];
300
  $instance['tab_order'] = $new_instance['tab_order'];
301
+ $instance['tab_titles'] = $new_instance['tab_titles'];
302
  $instance['review_type'] = isset( $new_instance['review_type'] ) ? $new_instance['review_type'] : '';
303
  $instance['allow_pagination'] = $new_instance['allow_pagination'];
304
  $instance['post_num'] = $new_instance['post_num'];
languages/wp-review.pot CHANGED
@@ -15,13 +15,21 @@ msgstr ""
15
  "esc_html_x:1,2c\n"
16
  "X-Poedit-SourceCharset: UTF-8\n"
17
  "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
18
- "POT-Creation-Date: 2019-07-12 09:53+0000\n"
19
  "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
20
  "X-Generator: Loco https://localise.biz/\n"
21
  "X-Poedit-SearchPath-0: .\n"
22
  "X-Poedit-SearchPathExcluded-0: *.js\n"
23
  "Language: "
24
 
 
 
 
 
 
 
 
 
25
  #: template-list.php:17 admin/metaboxes.php:366 admin/options/review.php:520
26
  msgid "Default"
27
  msgstr ""
@@ -90,14 +98,6 @@ msgstr ""
90
  msgid "Zine"
91
  msgstr ""
92
 
93
- #. translators: PHP version.
94
- #: wp-review.php:37
95
- #, php-format
96
- msgid ""
97
- "<strong>WP Review</strong> requires PHP version 5.6 or above. You are "
98
- "running version %s. Please update PHP to run this plugin."
99
- msgstr ""
100
-
101
  #: filter-list.php:422
102
  msgid "10 Stars"
103
  msgstr ""
@@ -116,6 +116,11 @@ msgstr ""
116
  msgid "Custom template"
117
  msgstr ""
118
 
 
 
 
 
 
119
  #: rating-types/point-input.php:19 rating-types/star-input.php:19
120
  #: rating-types/percentage-input.php:19
121
  msgid "Add rating"
@@ -131,215 +136,59 @@ msgstr ""
131
  msgid "%s"
132
  msgstr ""
133
 
134
- #: rating-types/thumbs-output.php:9 rating-types/thumbs-input.php:9
135
- #: rating-types/circle-output.php:9 rating-types/circle-input.php:9
136
- msgid "This rating type is not supported in the WP Review Free version"
137
- msgstr ""
138
-
139
- #: comments/comments.php:12
140
- msgid "Please do not load this page directly. Thanks!"
141
- msgstr ""
142
-
143
- #: comments/comments.php:16
144
- msgid "This post is password protected. Enter the password to view comments."
145
- msgstr ""
146
-
147
- #: comments/comments.php:24
148
- msgid "No Responses"
149
- msgstr ""
150
-
151
- #: comments/comments.php:24
152
- msgid "One Response"
153
- msgstr ""
154
-
155
- #: comments/comments.php:24
156
- msgid "% Comments"
157
- msgstr ""
158
-
159
- #: comments/comments.php:55
160
- msgid "Leave a Reply"
161
- msgstr ""
162
-
163
- #: comments/comments.php:58
164
- msgid "Post Comment"
165
- msgstr ""
166
-
167
- #: comments/comments.php:59
168
- msgid "Comment*"
169
- msgstr ""
170
-
171
- #: comments/comments.php:63
172
- msgid "Name*"
173
- msgstr ""
174
-
175
- #: comments/comments.php:64
176
- msgid "Email*"
177
- msgstr ""
178
-
179
- #: comments/comments.php:65
180
- msgid "Website"
181
- msgstr ""
182
-
183
- #: includes/shortcodes.php:106
184
- msgid "User Rating"
185
- msgstr ""
186
-
187
- #: includes/shortcodes.php:113
188
- #, php-format
189
- msgid "(%s vote)"
190
- msgstr ""
191
-
192
- #: includes/ajax.php:67 includes/ajax.php:143
193
- #, php-format
194
- msgid "Visitor Rating: %s"
195
- msgstr ""
196
-
197
- #: includes/ajax.php:326 includes/ajax.php:329
198
- #, php-format
199
- msgid "%s review"
200
- msgid_plural "%s reviews"
201
- msgstr[0] ""
202
- msgstr[1] ""
203
-
204
- #: includes/ajax.php:345
205
- msgid "Empty post ID"
206
- msgstr ""
207
-
208
- #: includes/ajax.php:348
209
- msgid "Empty rating data"
210
- msgstr ""
211
-
212
- #: includes/ajax.php:351
213
- msgid "Empty type data"
214
- msgstr ""
215
-
216
- #: includes/ajax.php:391 includes/ajax.php:403
217
- msgid "Completed!"
218
- msgstr ""
219
-
220
- #: includes/comments.php:51
221
- #, php-format
222
- msgid "WP Review Rating (%s)"
223
- msgstr ""
224
-
225
- #: includes/comments.php:78 admin/admin.php:111
226
- msgid "Review total"
227
- msgstr ""
228
-
229
- #: includes/comments.php:117
230
- msgid "Does Product Matches the Description?"
231
- msgstr ""
232
-
233
- #: includes/comments.php:121
234
- msgid "Select"
235
- msgstr ""
236
-
237
- #: includes/comments.php:122 admin/metaboxes.php:882
238
- msgid "Yes"
239
- msgstr ""
240
-
241
- #: includes/comments.php:123 admin/metaboxes.php:883
242
- msgid "No"
243
- msgstr ""
244
-
245
- #: includes/comments.php:137
246
- msgid "Comment Image"
247
- msgstr ""
248
-
249
- #: includes/comments.php:208
250
- msgid "Review Total"
251
- msgstr ""
252
-
253
- #: includes/comments.php:269
254
- msgid "Edit this item inline"
255
- msgstr ""
256
-
257
- #: includes/comments.php:270
258
- msgid "Quick Edit"
259
- msgstr ""
260
-
261
- #: includes/comments.php:370
262
- msgid "Visitor reviews"
263
- msgstr ""
264
-
265
- #: includes/schemas.php:11 admin/review-options-meta-box.php:213
266
- #: admin/review-options-meta-box.php:234
267
- #: includes/widgets/class-wp-review-tab-widget.php:216
268
- msgid "None"
269
- msgstr ""
270
-
271
- #: includes/schemas.php:14
272
- msgid "Article"
273
- msgstr ""
274
-
275
- #: includes/schemas.php:17
276
- msgid "Book"
277
- msgstr ""
278
-
279
- #: includes/schemas.php:20
280
- msgid "Game"
281
- msgstr ""
282
-
283
- #: includes/schemas.php:23
284
- msgid "Movie"
285
  msgstr ""
286
 
287
- #: includes/schemas.php:26
288
- msgid "MusicRecording"
289
  msgstr ""
290
 
291
- #: includes/schemas.php:29
292
- msgid "Painting"
293
  msgstr ""
294
 
295
- #: includes/schemas.php:32
296
- msgid "Place"
297
  msgstr ""
298
 
299
- #: includes/schemas.php:35
300
- msgid "Product"
301
  msgstr ""
302
 
303
- #: includes/schemas.php:38
304
- msgid "Recipe"
305
  msgstr ""
306
 
307
- #: includes/schemas.php:41
308
- msgid "Restaurant"
309
  msgstr ""
310
 
311
- #: includes/schemas.php:44
312
- msgid "SoftwareApplication"
313
  msgstr ""
314
 
315
- #: includes/schemas.php:47
316
- msgid "Store"
317
  msgstr ""
318
 
319
- #: includes/schemas.php:50
320
- msgid "Thing (Default)"
321
  msgstr ""
322
 
323
- #: includes/schemas.php:53
324
- msgid "TVSeries"
325
  msgstr ""
326
 
327
- #: includes/schemas.php:56
328
- msgid "WebSite"
329
  msgstr ""
330
 
331
  #: admin/review-options-meta-box.php:43
332
  msgid "Review Box"
333
  msgstr ""
334
 
335
- #: admin/review-options-meta-box.php:45 admin/class-wp-review-options.php:89
336
- msgid "Popup"
337
- msgstr ""
338
-
339
- #: admin/review-options-meta-box.php:48 admin/class-wp-review-options.php:95
340
- msgid "Notification Bar"
341
- msgstr ""
342
-
343
  #: admin/review-options-meta-box.php:55
344
  msgid "Review Type"
345
  msgstr ""
@@ -406,45 +255,9 @@ msgstr ""
406
  msgid "Use custom options"
407
  msgstr ""
408
 
409
- #: admin/class-wp-review-options.php:38 admin/class-wp-review-options.php:39
410
- #: admin/options/review.php:326
411
- msgid "WP Review"
412
- msgstr ""
413
-
414
- #: admin/class-wp-review-options.php:83
415
- msgid "Global"
416
- msgstr ""
417
-
418
- #: admin/class-wp-review-options.php:101
419
- msgid "Yelp Reviews"
420
- msgstr ""
421
-
422
- #: admin/class-wp-review-options.php:107
423
- msgid "Google Reviews"
424
- msgstr ""
425
-
426
- #: admin/class-wp-review-options.php:113
427
- msgid "Facebook Reviews"
428
- msgstr ""
429
-
430
- #: admin/class-wp-review-options.php:119
431
- msgid "Role Manager"
432
- msgstr ""
433
-
434
- #: admin/class-wp-review-options.php:125
435
- msgid "Import Reviews"
436
- msgstr ""
437
-
438
- #: admin/class-wp-review-options.php:131
439
- msgid "Help"
440
- msgstr ""
441
-
442
- #: admin/class-wp-review-options.php:155
443
- msgid "Multisite Settings"
444
- msgstr ""
445
-
446
- #: admin/class-wp-review-options.php:170
447
- msgid "WP Review Settings"
448
  msgstr ""
449
 
450
  #: admin/metaboxes.php:40
@@ -648,6 +461,14 @@ msgstr ""
648
  msgid "Comment Feedback (helpful/unhelpful)"
649
  msgstr ""
650
 
 
 
 
 
 
 
 
 
651
  #: admin/metaboxes.php:898 admin/options/review.php:507
652
  msgid "Processing..."
653
  msgstr ""
@@ -668,33 +489,41 @@ msgstr ""
668
  msgid "Remove Image"
669
  msgstr ""
670
 
671
- #: admin/class-wp-review-form-field.php:27
672
- msgctxt "switch label"
673
- msgid "Yes"
 
 
674
  msgstr ""
675
 
676
- #: admin/class-wp-review-form-field.php:28
677
- msgctxt "switch label"
678
- msgid "No"
679
  msgstr ""
680
 
681
- #: admin/class-wpr-review-notice.php:47
682
- msgid ""
683
- "Hey, we noticed you have created over 10 reviews from WP Review - that’s "
684
- "awesome! Could you please do us a BIG favor and give it a 5-star rating on "
685
- "WordPress to help us spread the word and boost our motivation?"
686
  msgstr ""
687
 
688
- #: admin/class-wpr-review-notice.php:50
689
- msgid "Ok, you deserve it"
690
  msgstr ""
691
 
692
- #: admin/class-wpr-review-notice.php:54
693
- msgid "Nope, maybe later"
 
694
  msgstr ""
695
 
696
- #: admin/class-wpr-review-notice.php:58
697
- msgid "I already did"
 
 
 
 
 
 
 
 
 
698
  msgstr ""
699
 
700
  #: admin/admin.php:41
@@ -723,6 +552,10 @@ msgstr ""
723
  msgid "Review box"
724
  msgstr ""
725
 
 
 
 
 
726
  #: admin/admin.php:112
727
  msgid "Visitor rating"
728
  msgstr ""
@@ -1143,818 +976,985 @@ msgid ""
1143
  "more..."
1144
  msgstr ""
1145
 
1146
- #: admin/demo-importer.php:32 admin/demo-importer.php:37
1147
- msgid "Processing, please wait&hellip;"
1148
  msgstr ""
1149
 
1150
- #: admin/demo-importer.php:38
1151
- msgid "Ok"
 
1152
  msgstr ""
1153
 
1154
- #: box-templates/default.php:117 box-templates/aqua.php:111
1155
- msgid "User Review"
1156
  msgstr ""
1157
 
1158
- #: box-templates/default.php:126 box-templates/aqua.php:120
1159
- msgid "vote"
1160
- msgid_plural "votes"
1161
- msgstr[0] ""
1162
- msgstr[1] ""
1163
-
1164
- #: box-templates/aqua.php:64
1165
- msgid "Overall"
1166
  msgstr ""
1167
 
1168
- #: includes/widgets/class-wp-review-tab-widget.php:28
1169
- msgid "Display Reviews in tabbed format."
1170
  msgstr ""
1171
 
1172
- #: includes/widgets/class-wp-review-tab-widget.php:34
1173
- msgid "WP Review Widget"
1174
  msgstr ""
1175
 
1176
- #: includes/widgets/class-wp-review-tab-widget.php:87
1177
- #: includes/widgets/class-wp-review-tab-widget.php:123
1178
- #: includes/widgets/class-wp-review-tab-widget.php:239
1179
- #: includes/widgets/class-wp-review-tab-widget.php:263
1180
- #: includes/widgets/class-wp-review-tab-widget.php:345
1181
- msgid "Top Rated"
1182
  msgstr ""
1183
 
1184
- #: includes/widgets/class-wp-review-tab-widget.php:88
1185
- #: includes/widgets/class-wp-review-tab-widget.php:243
1186
- #: includes/widgets/class-wp-review-tab-widget.php:267
1187
- #: includes/widgets/class-wp-review-tab-widget.php:346
1188
- msgid "Recent"
1189
  msgstr ""
1190
 
1191
- #: includes/widgets/class-wp-review-tab-widget.php:89
1192
- #: includes/widgets/class-wp-review-tab-widget.php:131
1193
- #: includes/widgets/class-wp-review-tab-widget.php:247
1194
- #: includes/widgets/class-wp-review-tab-widget.php:271
1195
- #: includes/widgets/class-wp-review-tab-widget.php:347
1196
- msgid "Most Voted"
1197
  msgstr ""
1198
 
1199
- #: includes/widgets/class-wp-review-tab-widget.php:90
1200
- #: includes/widgets/class-wp-review-tab-widget.php:348
1201
- msgid "Editor's choice"
1202
  msgstr ""
1203
 
1204
- #: includes/widgets/class-wp-review-tab-widget.php:113
1205
- #: includes/widgets/class-wp-review-tab-widget.php:158
1206
- msgid "Comments"
1207
  msgstr ""
1208
 
1209
- #: includes/widgets/class-wp-review-tab-widget.php:118
1210
- msgid "Select Tabs"
1211
  msgstr ""
1212
 
1213
- #: includes/widgets/class-wp-review-tab-widget.php:127
1214
- msgid "Recent Reviews"
1215
  msgstr ""
1216
 
1217
- #: includes/widgets/class-wp-review-tab-widget.php:135
1218
- #: includes/widgets/class-wp-review-tab-widget.php:255
1219
- #: includes/widgets/class-wp-review-tab-widget.php:279
1220
- msgid "Custom"
1221
  msgstr ""
1222
 
1223
- #: includes/widgets/class-wp-review-tab-widget.php:146
1224
- msgid "Restrict recent reviews to current post"
1225
  msgstr ""
1226
 
1227
- #: includes/widgets/class-wp-review-tab-widget.php:152
1228
- msgid "Top Rated Posts By:"
1229
  msgstr ""
1230
 
1231
- #: includes/widgets/class-wp-review-tab-widget.php:157
1232
- msgid "Visitors"
1233
  msgstr ""
1234
 
1235
- #: includes/widgets/class-wp-review-tab-widget.php:164
1236
- msgid "Review type:"
 
1237
  msgstr ""
1238
 
1239
- #: includes/widgets/class-wp-review-tab-widget.php:185
1240
- msgid "Allow pagination"
1241
- msgstr ""
 
 
 
1242
 
1243
- #: includes/widgets/class-wp-review-tab-widget.php:190
1244
- msgid "Number of reviews to show:"
1245
  msgstr ""
1246
 
1247
- #: includes/widgets/class-wp-review-tab-widget.php:206
1248
- msgid "Thumbnail size:"
1249
  msgstr ""
1250
 
1251
- #: includes/widgets/class-wp-review-tab-widget.php:208
1252
- msgid "Small"
1253
  msgstr ""
1254
 
1255
- #: includes/widgets/class-wp-review-tab-widget.php:209
1256
- msgid "Large"
1257
  msgstr ""
1258
 
1259
- #: includes/widgets/class-wp-review-tab-widget.php:214
1260
- msgid "Extra information"
 
1261
  msgstr ""
1262
 
1263
- #: includes/widgets/class-wp-review-tab-widget.php:217
1264
- msgid "Post date"
1265
  msgstr ""
1266
 
1267
- #: includes/widgets/class-wp-review-tab-widget.php:218
1268
- msgid "Number of reviews"
1269
  msgstr ""
1270
 
1271
- #: includes/widgets/class-wp-review-tab-widget.php:223
1272
- msgid "Reviews on Custom tab:"
1273
  msgstr ""
1274
 
1275
- #: includes/widgets/class-wp-review-tab-widget.php:233
1276
- msgid "Tab Titles"
1277
  msgstr ""
1278
 
1279
- #: includes/widgets/class-wp-review-tab-widget.php:233
1280
- msgid "Tab Order"
1281
  msgstr ""
1282
 
1283
- #: includes/widgets/class-wp-review-tab-widget.php:251
1284
- #: includes/widgets/class-wp-review-tab-widget.php:275
1285
- msgid "Recent Ratings"
1286
  msgstr ""
1287
 
1288
- #: includes/widgets/class-wp-review-tab-widget.php:549
1289
- msgid "&laquo; Previous"
1290
  msgstr ""
1291
 
1292
- #: includes/widgets/class-wp-review-tab-widget.php:552
1293
- msgid "Next &raquo;"
1294
  msgstr ""
1295
 
1296
- #: admin/options/multisite.php:12
1297
- msgid "Site: "
1298
  msgstr ""
1299
 
1300
- #: admin/options/multisite.php:17
1301
- msgid "Select site"
1302
- msgstr ""
 
 
1303
 
1304
- #: admin/options/multisite.php:43 admin/options/review.php:187
1305
- msgid "General Settings"
1306
  msgstr ""
1307
 
1308
- #: admin/options/multisite.php:46
1309
- msgid "Hide global options panel"
1310
  msgstr ""
1311
 
1312
- #: admin/options/multisite.php:66
1313
- msgid "Hide Popup"
1314
  msgstr ""
1315
 
1316
- #: admin/options/multisite.php:85 admin/options/multisite.php:248
1317
- msgid "Hide Notification Bar"
1318
- msgstr ""
 
 
 
 
 
1319
 
1320
- #: admin/options/multisite.php:104
1321
- msgid "Hide Yelp Reviews"
1322
  msgstr ""
1323
 
1324
- #: admin/options/multisite.php:123
1325
- msgid "Hide Facebook Reviews"
1326
  msgstr ""
1327
 
1328
- #: admin/options/multisite.php:142
1329
- msgid "Hide Google Reviews"
1330
  msgstr ""
1331
 
1332
- #: admin/options/multisite.php:161
1333
- msgid "Hide Role Manager"
1334
  msgstr ""
1335
 
1336
- #: admin/options/multisite.php:179
1337
- msgid "Hide Import"
1338
  msgstr ""
1339
 
1340
- #: admin/options/multisite.php:197
1341
- msgid "Post Settings"
1342
  msgstr ""
1343
 
1344
- #: admin/options/multisite.php:207
1345
- msgid "Hide reviews in single editor"
 
 
1346
  msgstr ""
1347
 
1348
- #: admin/options/multisite.php:229
1349
- msgid "Hide Popup Box"
 
1350
  msgstr ""
1351
 
1352
- #: admin/options/multisite.php:286
1353
- msgid "Hide Review Links"
1354
  msgstr ""
1355
 
1356
- #: admin/options/multisite.php:304
1357
- msgid "Hide Review Description, Pros/Cons & Total Rating"
1358
  msgstr ""
1359
 
1360
- #: admin/options/multisite.php:323
1361
- msgid "Hide User Reviews"
 
 
1362
  msgstr ""
1363
 
1364
- #: admin/options/import.php:12
1365
- msgid "Demo data import"
1366
  msgstr ""
1367
 
1368
- #: admin/options/import.php:16 admin/options/import.php:38
1369
- #: admin/options/import.php:65
1370
- msgid "Import"
 
1371
  msgstr ""
1372
 
1373
- #: admin/options/import.php:17
1374
  msgid ""
1375
- "Click above button to import demo data, imported data will be saved as new "
1376
- "draft posts."
1377
  msgstr ""
1378
 
1379
- #: admin/options/import.php:23
1380
- msgid "Select plugin"
1381
  msgstr ""
1382
 
1383
- #: admin/options/import.php:45
1384
- msgid "Warning"
1385
  msgstr ""
1386
 
1387
- #: admin/options/import.php:46
1388
- msgid ""
1389
- "This action is IRREVERSIBLE! Take a backup of your database before "
1390
- "proceeding."
1391
  msgstr ""
1392
 
1393
- #: admin/options/import.php:57
1394
- msgid "Import settings"
1395
  msgstr ""
1396
 
1397
- #: admin/options/import.php:61
1398
- msgid "Import code"
1399
  msgstr ""
1400
 
1401
- #: admin/options/import.php:63
1402
- msgid ""
1403
- "Insert your backup code below and hit Import to restore your plugin options "
1404
- "from a backup."
1405
  msgstr ""
1406
 
1407
- #: admin/options/import.php:72
1408
- msgid "Export settings"
1409
  msgstr ""
1410
 
1411
- #: admin/options/import.php:76
1412
- msgid "Show export code"
1413
  msgstr ""
1414
 
1415
- #: admin/options/review.php:165
1416
- msgid "Star"
1417
  msgstr ""
1418
 
1419
- #: admin/options/review.php:166
1420
- msgid "Point"
1421
  msgstr ""
1422
 
1423
- #: admin/options/review.php:167
1424
- msgid "Percentage"
1425
  msgstr ""
1426
 
1427
- #: admin/options/review.php:168
1428
- msgid "Circle"
1429
  msgstr ""
1430
 
1431
- #: admin/options/review.php:169
1432
- msgid "Thumbs"
1433
  msgstr ""
1434
 
1435
- #: admin/options/review.php:177
1436
- msgid "General"
1437
  msgstr ""
1438
 
1439
- #: admin/options/review.php:178 admin/options/review.php:516
1440
- #: admin/options/hello-bar.php:12
1441
- msgid "Styling"
1442
  msgstr ""
1443
 
1444
- #: admin/options/review.php:179 admin/options/review.php:702
1445
- msgid "Defaults"
1446
  msgstr ""
1447
 
1448
- #: admin/options/review.php:180 admin/options/review.php:896
1449
- msgid "Embed"
1450
  msgstr ""
1451
 
1452
- #: admin/options/review.php:182
1453
- msgid "Migrate Ratings"
1454
  msgstr ""
1455
 
1456
- #: admin/options/review.php:191
1457
- msgid ""
1458
- "There is a filter set for the review location that may modify the options "
1459
- "below."
1460
  msgstr ""
1461
 
1462
- #: admin/options/review.php:198
1463
- msgid "The current theme provides default settings for the plugin."
1464
  msgstr ""
1465
 
1466
- #: admin/options/review.php:200
1467
- msgid "Set to theme defaults"
1468
  msgstr ""
1469
 
1470
- #: admin/options/review.php:207
1471
- msgid "Restrict rating to registered users only"
1472
  msgstr ""
1473
 
1474
- #: admin/options/review.php:225
1475
- msgid "Add total rating to thumbnails"
1476
  msgstr ""
1477
 
1478
- #: admin/options/review.php:244
1479
- msgid "Enable User rating in old posts"
1480
  msgstr ""
1481
 
1482
- #: admin/options/review.php:264
1483
- msgid "Replace WooCommerce rating"
1484
  msgstr ""
1485
 
1486
- #: admin/options/review.php:284
1487
- msgid "Disable Map Script in the Backend"
1488
  msgstr ""
1489
 
1490
- #: admin/options/review.php:300
1491
- msgid ""
1492
- "If map script is conflicting with other plugin in the single post editor, "
1493
- "please enable this option."
1494
  msgstr ""
1495
 
1496
- #: admin/options/review.php:305
1497
- msgid "Comments template"
 
 
1498
  msgstr ""
1499
 
1500
- #: admin/options/review.php:315
1501
- msgid "Theme"
1502
  msgstr ""
1503
 
1504
- #: admin/options/review.php:319
1505
- msgid "Use theme comments template. Might need customization of comments.php"
 
 
1506
  msgstr ""
1507
 
1508
- #: admin/options/review.php:330
1509
- msgid ""
1510
- "Use WP Review comments template. Better chances for out of the box "
1511
- "integration."
1512
  msgstr ""
1513
 
1514
- #: admin/options/review.php:338
1515
- msgid "Comment form integration"
 
 
1516
  msgstr ""
1517
 
1518
- #: admin/options/review.php:348
1519
- msgid "Replace"
1520
  msgstr ""
1521
 
1522
- #: admin/options/review.php:352
1523
- msgid "Replace form fields."
1524
  msgstr ""
1525
 
1526
- #: admin/options/review.php:359
1527
- msgid "Extend"
 
 
1528
  msgstr ""
1529
 
1530
- #: admin/options/review.php:363
1531
- msgid "Add new fields without modifying the default fields."
1532
  msgstr ""
1533
 
1534
- #: admin/options/review.php:371
1535
- msgid "Require a rating when commenting"
 
1536
  msgstr ""
1537
 
1538
- #: admin/options/review.php:390
1539
- msgid "Allow comment feedback (helpful/unhelpful)"
1540
  msgstr ""
1541
 
1542
- #: admin/options/review.php:409
1543
- msgid "Record User Ratings"
1544
  msgstr ""
1545
 
1546
- #: admin/options/review.php:416
1547
- msgid "Based on IP address"
1548
  msgstr ""
1549
 
1550
- #: admin/options/review.php:417
1551
- msgid "Based on browser cookie"
1552
  msgstr ""
1553
 
1554
- #: admin/options/review.php:445
1555
- msgid "Allow multiple reviews per account"
1556
  msgstr ""
1557
 
1558
- #: admin/options/review.php:463
1559
- msgid "Include Pros/Cons in comment reviews"
1560
  msgstr ""
1561
 
1562
- #: admin/options/review.php:482
1563
- msgid "Approve Comment Reviews without Moderation"
1564
  msgstr ""
1565
 
1566
- #: admin/options/review.php:509
1567
- msgid "Click to remove all visitor ratings of all posts."
1568
  msgstr ""
1569
 
1570
- #: admin/options/review.php:552
1571
- msgid ""
1572
- "There is a filter set for the review colors that may modify the options "
1573
- "below."
1574
  msgstr ""
1575
 
1576
- #: admin/options/review.php:622
1577
- msgid "Review Box Width"
1578
  msgstr ""
1579
 
1580
- #: admin/options/review.php:636
1581
- msgid ""
1582
- "Many templates use Google Font, select <code>No</code> to use default theme "
1583
- "font."
1584
  msgstr ""
1585
 
1586
- #: admin/options/review.php:656
1587
- msgid "Comment Rating Color"
1588
  msgstr ""
1589
 
1590
- #: admin/options/review.php:658
1591
- msgid "Use different color for ratings in comments"
1592
  msgstr ""
1593
 
1594
- #: admin/options/review.php:678
1595
- msgid "Rating icon"
1596
  msgstr ""
1597
 
1598
- #: admin/options/review.php:697
1599
- msgid "Use Image"
1600
  msgstr ""
1601
 
1602
- #: admin/options/review.php:709
1603
- msgid "Review type"
1604
  msgstr ""
1605
 
1606
- #: admin/options/review.php:714
1607
- msgid "No Review"
1608
  msgstr ""
1609
 
1610
- #: admin/options/review.php:749
1611
- msgid "Copy & paste this shortcode in the post content."
1612
  msgstr ""
1613
 
1614
- #: admin/options/review.php:756
1615
- msgid "Review Schema"
1616
- msgstr ""
1617
-
1618
- #: admin/options/review.php:771
1619
- msgid "Features"
1620
  msgstr ""
1621
 
1622
- #: admin/options/review.php:811
1623
- msgid "Default features are set by a filter function. Remove it to change."
1624
  msgstr ""
1625
 
1626
- #: admin/options/review.php:813
1627
- msgid "Add default feature"
 
1628
  msgstr ""
1629
 
1630
- #: admin/options/review.php:820
1631
- msgid "Links"
 
 
1632
  msgstr ""
1633
 
1634
- #: admin/options/review.php:846
1635
- msgid "Add default link"
1636
  msgstr ""
1637
 
1638
- #: admin/options/review.php:852
1639
- msgid "User Ratings"
1640
  msgstr ""
1641
 
1642
- #: admin/options/review.php:897
1643
  msgid ""
1644
- "From here you can enable embed feature, which will show embed code in the "
1645
- "frontend which site visitors can use to embed review on their site."
1646
  msgstr ""
1647
 
1648
- #: admin/options/review.php:901
1649
- msgid "Enable Embed"
1650
  msgstr ""
1651
 
1652
- #: admin/options/review.php:920
1653
- msgid "Show Title"
1654
  msgstr ""
1655
 
1656
- #: admin/options/review.php:939
1657
- msgid "Show Thumbnail"
 
 
1658
  msgstr ""
1659
 
1660
- #: admin/options/review.php:958
1661
- msgid "Show Excerpt"
1662
  msgstr ""
1663
 
1664
- #: admin/options/review.php:977
1665
- msgid "Show Rating Box"
1666
  msgstr ""
1667
 
1668
- #: admin/options/review.php:996
1669
- msgid "Show Credit"
1670
  msgstr ""
1671
 
1672
- #: admin/options/review.php:1017
1673
- msgid ""
1674
- "Here you can import your existing user ratings from WP Review 1.x and WP "
1675
- "Review Pro 1.x."
1676
  msgstr ""
1677
 
1678
- #: admin/options/review.php:1021
1679
- #, php-format
1680
- msgid "%s ratings left to import."
1681
  msgstr ""
1682
 
1683
- #: admin/options/review.php:1024
1684
- msgid "Start import"
1685
  msgstr ""
1686
 
1687
- #: admin/options/review.php:1027
1688
- msgid "Ratings have already been migrated."
1689
  msgstr ""
1690
 
1691
- #: admin/options/yelp.php:12 admin/options/google.php:11
1692
- msgid "API Key"
1693
  msgstr ""
1694
 
1695
- #. translators: Yelp App link.
1696
- #: admin/options/yelp.php:26
1697
- #, php-format
1698
- msgid "%s to get Yelp API Key."
1699
  msgstr ""
1700
 
1701
- #: admin/options/yelp.php:27 admin/options/google.php:26
1702
- #: admin/options/facebook.php:14
1703
- msgid "Click here"
1704
  msgstr ""
1705
 
1706
- #: admin/options/popup.php:11
1707
- msgid "Enable Popup"
1708
  msgstr ""
1709
 
1710
- #: admin/options/popup.php:32
1711
- msgid "Popup width"
1712
  msgstr ""
1713
 
1714
- #: admin/options/popup.php:45
1715
- msgid "Popup animation in"
1716
  msgstr ""
1717
 
1718
- #: admin/options/popup.php:63
1719
- msgid "Popup animation out"
1720
  msgstr ""
1721
 
1722
- #: admin/options/popup.php:82
1723
- msgid "Popup overlay color"
1724
  msgstr ""
1725
 
1726
- #: admin/options/popup.php:95
1727
- msgid "Popup overlay opacity"
1728
  msgstr ""
1729
 
1730
- #: admin/options/popup.php:110
1731
- msgid "Post type"
1732
  msgstr ""
1733
 
1734
- #: admin/options/popup.php:117
1735
- msgid "Any"
1736
  msgstr ""
1737
 
1738
- #: admin/options/popup.php:128
1739
- msgid "Popup content"
1740
  msgstr ""
1741
 
1742
- #: admin/options/popup.php:135
1743
- msgid "From category"
1744
  msgstr ""
1745
 
1746
- #: admin/options/popup.php:136
1747
- msgid "From tag"
1748
  msgstr ""
1749
 
1750
- #: admin/options/popup.php:137
1751
- msgid "From review type"
1752
  msgstr ""
1753
 
1754
- #: admin/options/popup.php:138
1755
- msgid "Latest reviews"
1756
  msgstr ""
1757
 
1758
- #: admin/options/popup.php:146
1759
- msgid "Choose category"
1760
  msgstr ""
1761
 
1762
- #: admin/options/popup.php:155
1763
- msgid "All categories"
1764
  msgstr ""
1765
 
1766
- #: admin/options/popup.php:169
1767
- msgid "Number of Reviews"
1768
  msgstr ""
1769
 
1770
- #: admin/options/popup.php:182
1771
- msgid "Popup content order"
1772
  msgstr ""
1773
 
1774
- #: admin/options/popup.php:189
1775
- msgid "Random"
1776
  msgstr ""
1777
 
1778
- #: admin/options/popup.php:190
1779
- msgid "Most popular"
 
 
1780
  msgstr ""
1781
 
1782
- #: admin/options/popup.php:191
1783
- msgid "Most rated"
1784
  msgstr ""
1785
 
1786
- #: admin/options/popup.php:192
1787
- msgid "Latest"
1788
  msgstr ""
1789
 
1790
- #: admin/options/popup.php:201
1791
- msgid "Hide popup for"
1792
  msgstr ""
1793
 
1794
- #: admin/options/popup.php:208
1795
- msgid "day(s)."
1796
  msgstr ""
1797
 
1798
- #: admin/options/popup.php:212
1799
- msgid "Set to 0 if you want to show popup on each page load."
1800
  msgstr ""
1801
 
1802
- #. translators: number input.
1803
- #: admin/options/popup.php:222
1804
- #, php-format
1805
- msgid "Show popup after %s second(s)"
1806
  msgstr ""
1807
 
1808
- #: admin/options/popup.php:231
1809
- msgid "Set to 0 if you want to show popup instantly."
1810
  msgstr ""
1811
 
1812
- #: admin/options/popup.php:238
1813
  msgid ""
1814
- "Show popup when visitor reaches the end of the content (only on single posts "
1815
- "or pages)"
1816
  msgstr ""
1817
 
1818
- #: admin/options/popup.php:248
1819
- msgid "Show popup when visitor is about to leave (exit intent)"
1820
  msgstr ""
1821
 
1822
- #. translators: width input.
1823
- #: admin/options/popup.php:261
1824
- #, php-format
1825
- msgid "Show popup on screens larger than %s pixels"
1826
  msgstr ""
1827
 
1828
- #: admin/options/popup.php:271
1829
- msgid "Generate new cookie"
1830
  msgstr ""
1831
 
1832
- #: admin/options/popup.php:272
1833
- msgid "Use this option to override old cookie."
 
 
1834
  msgstr ""
1835
 
1836
- #: admin/options/help.php:13
1837
- msgid ""
1838
- "All support for this plugin is provided through our forums. If you have not "
1839
- "registered yet, you can do so here for ​<strong>FREE​</strong>: "
1840
  msgstr ""
1841
 
1842
- #: admin/options/help.php:17
1843
- msgid "Check our free WordPress video tutorials here: "
1844
  msgstr ""
1845
 
1846
- #: admin/options/help.php:19
1847
- msgid "(no registration required)"
1848
  msgstr ""
1849
 
1850
- #: admin/options/help.php:22
1851
- msgid "Thank you for using our plugin."
1852
  msgstr ""
1853
 
1854
- #: admin/options/hello-bar.php:11
1855
- msgid "Content"
1856
  msgstr ""
1857
 
1858
- #: admin/options/hello-bar.php:16
1859
- msgid "Content Settings"
1860
  msgstr ""
1861
 
1862
- #: admin/options/hello-bar.php:20
1863
- msgid "Enable Global Notification Bar"
1864
  msgstr ""
1865
 
1866
- #: admin/options/hello-bar.php:53
1867
- msgid "Star Rating"
1868
  msgstr ""
1869
 
1870
- #: admin/options/hello-bar.php:65
1871
- msgid "Price"
1872
  msgstr ""
1873
 
1874
- #: admin/options/hello-bar.php:77
1875
- msgid "Button label"
1876
  msgstr ""
1877
 
1878
- #: admin/options/hello-bar.php:82
1879
- msgid "Buy Now"
1880
  msgstr ""
1881
 
1882
- #: admin/options/hello-bar.php:89
1883
- msgid "Button URL"
1884
  msgstr ""
1885
 
1886
- #: admin/options/hello-bar.php:101
1887
- msgid "Open link in new tab"
1888
  msgstr ""
1889
 
1890
- #: admin/options/hello-bar.php:120
1891
- msgid "Styling Settings"
1892
  msgstr ""
1893
 
1894
- #: admin/options/hello-bar.php:124
1895
- msgid "Location"
 
 
1896
  msgstr ""
1897
 
1898
- #: admin/options/hello-bar.php:131
1899
- msgid "Top"
1900
  msgstr ""
1901
 
1902
- #: admin/options/hello-bar.php:132
1903
- msgid "Bottom"
 
 
1904
  msgstr ""
1905
 
1906
- #: admin/options/hello-bar.php:140
1907
- msgid "Max container(px/%)"
1908
  msgstr ""
1909
 
1910
- #: admin/options/hello-bar.php:153
1911
- msgid "Background color"
1912
  msgstr ""
1913
 
1914
- #: admin/options/hello-bar.php:166
1915
- msgid "Background image"
1916
  msgstr ""
1917
 
1918
- #: admin/options/hello-bar.php:181
1919
- msgid "Text color"
1920
  msgstr ""
1921
 
1922
- #: admin/options/hello-bar.php:194
1923
- msgid "Star color"
1924
  msgstr ""
1925
 
1926
- #: admin/options/hello-bar.php:207
1927
- msgid "Button background color"
1928
  msgstr ""
1929
 
1930
- #: admin/options/hello-bar.php:220
1931
- msgid "Button text color"
1932
  msgstr ""
1933
 
1934
- #. translators: Google API link.
1935
- #: admin/options/google.php:25
1936
- #, php-format
1937
- msgid "%s to get Google API key."
1938
  msgstr ""
1939
 
1940
- #. translators: Facebook App link.
1941
- #: admin/options/facebook.php:13
1942
- #, php-format
1943
- msgid "%s to create Facebook App. Remember to add your domain to app."
1944
  msgstr ""
1945
 
1946
- #: admin/options/facebook.php:21
1947
- msgid "App ID"
1948
  msgstr ""
1949
 
1950
- #: admin/options/facebook.php:34
1951
- msgid "App secret"
1952
  msgstr ""
1953
 
1954
- #: admin/options/facebook.php:45
 
 
 
 
 
 
 
 
 
 
 
 
1955
  msgid ""
1956
- "Please re-generate access token in shortcodes and widgets each time you "
1957
- "change App ID or App secret."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1958
  msgstr ""
1959
 
1960
  #: box-templates/global/partials/review-schema.php:49
15
  "esc_html_x:1,2c\n"
16
  "X-Poedit-SourceCharset: UTF-8\n"
17
  "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
18
+ "POT-Creation-Date: 2019-09-05 20:21+0000\n"
19
  "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
20
  "X-Generator: Loco https://localise.biz/\n"
21
  "X-Poedit-SearchPath-0: .\n"
22
  "X-Poedit-SearchPathExcluded-0: *.js\n"
23
  "Language: "
24
 
25
+ #. translators: PHP version.
26
+ #: wp-review.php:37
27
+ #, php-format
28
+ msgid ""
29
+ "<strong>WP Review</strong> requires PHP version 5.6 or above. You are "
30
+ "running version %s. Please update PHP to run this plugin."
31
+ msgstr ""
32
+
33
  #: template-list.php:17 admin/metaboxes.php:366 admin/options/review.php:520
34
  msgid "Default"
35
  msgstr ""
98
  msgid "Zine"
99
  msgstr ""
100
 
 
 
 
 
 
 
 
 
101
  #: filter-list.php:422
102
  msgid "10 Stars"
103
  msgstr ""
116
  msgid "Custom template"
117
  msgstr ""
118
 
119
+ #: rating-types/circle-input.php:9 rating-types/thumbs-input.php:9
120
+ #: rating-types/thumbs-output.php:9 rating-types/circle-output.php:9
121
+ msgid "This rating type is not supported in the WP Review Free version"
122
+ msgstr ""
123
+
124
  #: rating-types/point-input.php:19 rating-types/star-input.php:19
125
  #: rating-types/percentage-input.php:19
126
  msgid "Add rating"
136
  msgid "%s"
137
  msgstr ""
138
 
139
+ #: admin/class-wp-review-options.php:38 admin/class-wp-review-options.php:39
140
+ #: admin/options/review.php:326
141
+ msgid "WP Review"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
142
  msgstr ""
143
 
144
+ #: admin/class-wp-review-options.php:83
145
+ msgid "Global"
146
  msgstr ""
147
 
148
+ #: admin/class-wp-review-options.php:89 admin/review-options-meta-box.php:45
149
+ msgid "Popup"
150
  msgstr ""
151
 
152
+ #: admin/class-wp-review-options.php:95 admin/review-options-meta-box.php:48
153
+ msgid "Notification Bar"
154
  msgstr ""
155
 
156
+ #: admin/class-wp-review-options.php:101
157
+ msgid "Yelp Reviews"
158
  msgstr ""
159
 
160
+ #: admin/class-wp-review-options.php:107
161
+ msgid "Google Reviews"
162
  msgstr ""
163
 
164
+ #: admin/class-wp-review-options.php:113
165
+ msgid "Facebook Reviews"
166
  msgstr ""
167
 
168
+ #: admin/class-wp-review-options.php:119
169
+ msgid "Role Manager"
170
  msgstr ""
171
 
172
+ #: admin/class-wp-review-options.php:125
173
+ msgid "Import Reviews"
174
  msgstr ""
175
 
176
+ #: admin/class-wp-review-options.php:131
177
+ msgid "Help"
178
  msgstr ""
179
 
180
+ #: admin/class-wp-review-options.php:155
181
+ msgid "Multisite Settings"
182
  msgstr ""
183
 
184
+ #: admin/class-wp-review-options.php:170
185
+ msgid "WP Review Settings"
186
  msgstr ""
187
 
188
  #: admin/review-options-meta-box.php:43
189
  msgid "Review Box"
190
  msgstr ""
191
 
 
 
 
 
 
 
 
 
192
  #: admin/review-options-meta-box.php:55
193
  msgid "Review Type"
194
  msgstr ""
255
  msgid "Use custom options"
256
  msgstr ""
257
 
258
+ #: admin/review-options-meta-box.php:213 admin/review-options-meta-box.php:234
259
+ #: includes/schemas.php:11 includes/widgets/class-wp-review-tab-widget.php:216
260
+ msgid "None"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
261
  msgstr ""
262
 
263
  #: admin/metaboxes.php:40
461
  msgid "Comment Feedback (helpful/unhelpful)"
462
  msgstr ""
463
 
464
+ #: admin/metaboxes.php:882 includes/comments.php:122
465
+ msgid "Yes"
466
+ msgstr ""
467
+
468
+ #: admin/metaboxes.php:883 includes/comments.php:123
469
+ msgid "No"
470
+ msgstr ""
471
+
472
  #: admin/metaboxes.php:898 admin/options/review.php:507
473
  msgid "Processing..."
474
  msgstr ""
489
  msgid "Remove Image"
490
  msgstr ""
491
 
492
+ #: admin/class-wpr-review-notice.php:54
493
+ msgid ""
494
+ "Hey, we noticed you have created over 10 reviews from WP Review - that’s "
495
+ "awesome! Could you please do us a BIG favor and give it a 5-star rating on "
496
+ "WordPress to help us spread the word and boost our motivation?"
497
  msgstr ""
498
 
499
+ #: admin/class-wpr-review-notice.php:57
500
+ msgid "Ok, you deserve it"
 
501
  msgstr ""
502
 
503
+ #: admin/class-wpr-review-notice.php:61
504
+ msgid "Nope, maybe later"
 
 
 
505
  msgstr ""
506
 
507
+ #: admin/class-wpr-review-notice.php:65
508
+ msgid "I already did"
509
  msgstr ""
510
 
511
+ #: admin/class-wp-review-form-field.php:27
512
+ msgctxt "switch label"
513
+ msgid "Yes"
514
  msgstr ""
515
 
516
+ #: admin/class-wp-review-form-field.php:28
517
+ msgctxt "switch label"
518
+ msgid "No"
519
+ msgstr ""
520
+
521
+ #: admin/demo-importer.php:32 admin/demo-importer.php:37
522
+ msgid "Processing, please wait&hellip;"
523
+ msgstr ""
524
+
525
+ #: admin/demo-importer.php:38
526
+ msgid "Ok"
527
  msgstr ""
528
 
529
  #: admin/admin.php:41
552
  msgid "Review box"
553
  msgstr ""
554
 
555
+ #: admin/admin.php:111 includes/comments.php:78
556
+ msgid "Review total"
557
+ msgstr ""
558
+
559
  #: admin/admin.php:112
560
  msgid "Visitor rating"
561
  msgstr ""
976
  "more..."
977
  msgstr ""
978
 
979
+ #: includes/shortcodes.php:106
980
+ msgid "User Rating"
981
  msgstr ""
982
 
983
+ #: includes/shortcodes.php:113
984
+ #, php-format
985
+ msgid "(%s vote)"
986
  msgstr ""
987
 
988
+ #: includes/schemas.php:14
989
+ msgid "Article"
990
  msgstr ""
991
 
992
+ #: includes/schemas.php:17
993
+ msgid "Book"
 
 
 
 
 
 
994
  msgstr ""
995
 
996
+ #: includes/schemas.php:20
997
+ msgid "Game"
998
  msgstr ""
999
 
1000
+ #: includes/schemas.php:23
1001
+ msgid "Movie"
1002
  msgstr ""
1003
 
1004
+ #: includes/schemas.php:26
1005
+ msgid "MusicRecording"
 
 
 
 
1006
  msgstr ""
1007
 
1008
+ #: includes/schemas.php:29
1009
+ msgid "Painting"
 
 
 
1010
  msgstr ""
1011
 
1012
+ #: includes/schemas.php:32
1013
+ msgid "Place"
 
 
 
 
1014
  msgstr ""
1015
 
1016
+ #: includes/schemas.php:35
1017
+ msgid "Product"
 
1018
  msgstr ""
1019
 
1020
+ #: includes/schemas.php:38
1021
+ msgid "Recipe"
 
1022
  msgstr ""
1023
 
1024
+ #: includes/schemas.php:41
1025
+ msgid "Restaurant"
1026
  msgstr ""
1027
 
1028
+ #: includes/schemas.php:44
1029
+ msgid "SoftwareApplication"
1030
  msgstr ""
1031
 
1032
+ #: includes/schemas.php:47
1033
+ msgid "Store"
 
 
1034
  msgstr ""
1035
 
1036
+ #: includes/schemas.php:50
1037
+ msgid "Thing (Default)"
1038
  msgstr ""
1039
 
1040
+ #: includes/schemas.php:53
1041
+ msgid "TVSeries"
1042
  msgstr ""
1043
 
1044
+ #: includes/schemas.php:56
1045
+ msgid "WebSite"
1046
  msgstr ""
1047
 
1048
+ #: includes/ajax.php:67 includes/ajax.php:143
1049
+ #, php-format
1050
+ msgid "Visitor Rating: %s"
1051
  msgstr ""
1052
 
1053
+ #: includes/ajax.php:326 includes/ajax.php:329
1054
+ #, php-format
1055
+ msgid "%s review"
1056
+ msgid_plural "%s reviews"
1057
+ msgstr[0] ""
1058
+ msgstr[1] ""
1059
 
1060
+ #: includes/ajax.php:345
1061
+ msgid "Empty post ID"
1062
  msgstr ""
1063
 
1064
+ #: includes/ajax.php:348
1065
+ msgid "Empty rating data"
1066
  msgstr ""
1067
 
1068
+ #: includes/ajax.php:351
1069
+ msgid "Empty type data"
1070
  msgstr ""
1071
 
1072
+ #: includes/ajax.php:391 includes/ajax.php:403
1073
+ msgid "Completed!"
1074
  msgstr ""
1075
 
1076
+ #: includes/comments.php:51
1077
+ #, php-format
1078
+ msgid "WP Review Rating (%s)"
1079
  msgstr ""
1080
 
1081
+ #: includes/comments.php:117
1082
+ msgid "Does Product Matches the Description?"
1083
  msgstr ""
1084
 
1085
+ #: includes/comments.php:121
1086
+ msgid "Select"
1087
  msgstr ""
1088
 
1089
+ #: includes/comments.php:137
1090
+ msgid "Comment Image"
1091
  msgstr ""
1092
 
1093
+ #: includes/comments.php:208
1094
+ msgid "Review Total"
1095
  msgstr ""
1096
 
1097
+ #: includes/comments.php:269
1098
+ msgid "Edit this item inline"
1099
  msgstr ""
1100
 
1101
+ #: includes/comments.php:270
1102
+ msgid "Quick Edit"
 
1103
  msgstr ""
1104
 
1105
+ #: includes/comments.php:370
1106
+ msgid "Visitor reviews"
1107
  msgstr ""
1108
 
1109
+ #: box-templates/aqua.php:64
1110
+ msgid "Overall"
1111
  msgstr ""
1112
 
1113
+ #: box-templates/aqua.php:111 box-templates/default.php:117
1114
+ msgid "User Review"
1115
  msgstr ""
1116
 
1117
+ #: box-templates/aqua.php:120 box-templates/default.php:126
1118
+ msgid "vote"
1119
+ msgid_plural "votes"
1120
+ msgstr[0] ""
1121
+ msgstr[1] ""
1122
 
1123
+ #: comments/comments.php:12
1124
+ msgid "Please do not load this page directly. Thanks!"
1125
  msgstr ""
1126
 
1127
+ #: comments/comments.php:16
1128
+ msgid "This post is password protected. Enter the password to view comments."
1129
  msgstr ""
1130
 
1131
+ #: comments/comments.php:28
1132
+ msgid "One Response"
1133
  msgstr ""
1134
 
1135
+ #. number of comments
1136
+ #: comments/comments.php:32
1137
+ #, php-format
1138
+ msgctxt "comments title"
1139
+ msgid "%1$s Comment"
1140
+ msgid_plural "%1$s Comments"
1141
+ msgstr[0] ""
1142
+ msgstr[1] ""
1143
 
1144
+ #: comments/comments.php:75
1145
+ msgid "Leave a Reply"
1146
  msgstr ""
1147
 
1148
+ #: comments/comments.php:78
1149
+ msgid "Post Comment"
1150
  msgstr ""
1151
 
1152
+ #: comments/comments.php:79
1153
+ msgid "Comment*"
1154
  msgstr ""
1155
 
1156
+ #: comments/comments.php:83
1157
+ msgid "Name*"
1158
  msgstr ""
1159
 
1160
+ #: comments/comments.php:84
1161
+ msgid "Email*"
1162
  msgstr ""
1163
 
1164
+ #: comments/comments.php:85
1165
+ msgid "Website"
1166
  msgstr ""
1167
 
1168
+ #. translators: Facebook App link.
1169
+ #: admin/options/facebook.php:13
1170
+ #, php-format
1171
+ msgid "%s to create Facebook App. Remember to add your domain to app."
1172
  msgstr ""
1173
 
1174
+ #: admin/options/facebook.php:14 admin/options/yelp.php:27
1175
+ #: admin/options/google.php:26
1176
+ msgid "Click here"
1177
  msgstr ""
1178
 
1179
+ #: admin/options/facebook.php:21
1180
+ msgid "App ID"
1181
  msgstr ""
1182
 
1183
+ #: admin/options/facebook.php:34
1184
+ msgid "App secret"
1185
  msgstr ""
1186
 
1187
+ #: admin/options/facebook.php:45
1188
+ msgid ""
1189
+ "Please re-generate access token in shortcodes and widgets each time you "
1190
+ "change App ID or App secret."
1191
  msgstr ""
1192
 
1193
+ #: admin/options/yelp.php:12 admin/options/google.php:11
1194
+ msgid "API Key"
1195
  msgstr ""
1196
 
1197
+ #. translators: Yelp App link.
1198
+ #: admin/options/yelp.php:26
1199
+ #, php-format
1200
+ msgid "%s to get Yelp API Key."
1201
  msgstr ""
1202
 
1203
+ #: admin/options/help.php:13
1204
  msgid ""
1205
+ "All support for this plugin is provided through our forums. If you have not "
1206
+ "registered yet, you can do so here for ​<strong>FREE​</strong>: "
1207
  msgstr ""
1208
 
1209
+ #: admin/options/help.php:17
1210
+ msgid "Check our free WordPress video tutorials here: "
1211
  msgstr ""
1212
 
1213
+ #: admin/options/help.php:19
1214
+ msgid "(no registration required)"
1215
  msgstr ""
1216
 
1217
+ #: admin/options/help.php:22
1218
+ msgid "Thank you for using our plugin."
 
 
1219
  msgstr ""
1220
 
1221
+ #: admin/options/popup.php:11
1222
+ msgid "Enable Popup"
1223
  msgstr ""
1224
 
1225
+ #: admin/options/popup.php:32
1226
+ msgid "Popup width"
1227
  msgstr ""
1228
 
1229
+ #: admin/options/popup.php:45
1230
+ msgid "Popup animation in"
 
 
1231
  msgstr ""
1232
 
1233
+ #: admin/options/popup.php:63
1234
+ msgid "Popup animation out"
1235
  msgstr ""
1236
 
1237
+ #: admin/options/popup.php:82
1238
+ msgid "Popup overlay color"
1239
  msgstr ""
1240
 
1241
+ #: admin/options/popup.php:95
1242
+ msgid "Popup overlay opacity"
1243
  msgstr ""
1244
 
1245
+ #: admin/options/popup.php:110
1246
+ msgid "Post type"
1247
  msgstr ""
1248
 
1249
+ #: admin/options/popup.php:117
1250
+ msgid "Any"
1251
  msgstr ""
1252
 
1253
+ #: admin/options/popup.php:128
1254
+ msgid "Popup content"
1255
  msgstr ""
1256
 
1257
+ #: admin/options/popup.php:135
1258
+ msgid "From category"
1259
  msgstr ""
1260
 
1261
+ #: admin/options/popup.php:136
1262
+ msgid "From tag"
1263
  msgstr ""
1264
 
1265
+ #: admin/options/popup.php:137
1266
+ msgid "From review type"
 
1267
  msgstr ""
1268
 
1269
+ #: admin/options/popup.php:138
1270
+ msgid "Latest reviews"
1271
  msgstr ""
1272
 
1273
+ #: admin/options/popup.php:146
1274
+ msgid "Choose category"
1275
  msgstr ""
1276
 
1277
+ #: admin/options/popup.php:155
1278
+ msgid "All categories"
1279
  msgstr ""
1280
 
1281
+ #: admin/options/popup.php:169
1282
+ msgid "Number of Reviews"
 
 
1283
  msgstr ""
1284
 
1285
+ #: admin/options/popup.php:182
1286
+ msgid "Popup content order"
1287
  msgstr ""
1288
 
1289
+ #: admin/options/popup.php:189
1290
+ msgid "Random"
1291
  msgstr ""
1292
 
1293
+ #: admin/options/popup.php:190
1294
+ msgid "Most popular"
1295
  msgstr ""
1296
 
1297
+ #: admin/options/popup.php:191
1298
+ msgid "Most rated"
1299
  msgstr ""
1300
 
1301
+ #: admin/options/popup.php:192
1302
+ msgid "Latest"
1303
  msgstr ""
1304
 
1305
+ #: admin/options/popup.php:201
1306
+ msgid "Hide popup for"
1307
  msgstr ""
1308
 
1309
+ #: admin/options/popup.php:208
1310
+ msgid "day(s)."
1311
  msgstr ""
1312
 
1313
+ #: admin/options/popup.php:212
1314
+ msgid "Set to 0 if you want to show popup on each page load."
 
 
1315
  msgstr ""
1316
 
1317
+ #. translators: number input.
1318
+ #: admin/options/popup.php:222
1319
+ #, php-format
1320
+ msgid "Show popup after %s second(s)"
1321
  msgstr ""
1322
 
1323
+ #: admin/options/popup.php:231
1324
+ msgid "Set to 0 if you want to show popup instantly."
1325
  msgstr ""
1326
 
1327
+ #: admin/options/popup.php:238
1328
+ msgid ""
1329
+ "Show popup when visitor reaches the end of the content (only on single posts "
1330
+ "or pages)"
1331
  msgstr ""
1332
 
1333
+ #: admin/options/popup.php:248
1334
+ msgid "Show popup when visitor is about to leave (exit intent)"
 
 
1335
  msgstr ""
1336
 
1337
+ #. translators: width input.
1338
+ #: admin/options/popup.php:261
1339
+ #, php-format
1340
+ msgid "Show popup on screens larger than %s pixels"
1341
  msgstr ""
1342
 
1343
+ #: admin/options/popup.php:271
1344
+ msgid "Generate new cookie"
1345
  msgstr ""
1346
 
1347
+ #: admin/options/popup.php:272
1348
+ msgid "Use this option to override old cookie."
1349
  msgstr ""
1350
 
1351
+ #. translators: Google API link.
1352
+ #: admin/options/google.php:25
1353
+ #, php-format
1354
+ msgid "%s to get Google API key."
1355
  msgstr ""
1356
 
1357
+ #: admin/options/hello-bar.php:11
1358
+ msgid "Content"
1359
  msgstr ""
1360
 
1361
+ #: admin/options/hello-bar.php:12 admin/options/review.php:178
1362
+ #: admin/options/review.php:516
1363
+ msgid "Styling"
1364
  msgstr ""
1365
 
1366
+ #: admin/options/hello-bar.php:16
1367
+ msgid "Content Settings"
1368
  msgstr ""
1369
 
1370
+ #: admin/options/hello-bar.php:20
1371
+ msgid "Enable Global Notification Bar"
1372
  msgstr ""
1373
 
1374
+ #: admin/options/hello-bar.php:53
1375
+ msgid "Star Rating"
1376
  msgstr ""
1377
 
1378
+ #: admin/options/hello-bar.php:65
1379
+ msgid "Price"
1380
  msgstr ""
1381
 
1382
+ #: admin/options/hello-bar.php:77
1383
+ msgid "Button label"
1384
  msgstr ""
1385
 
1386
+ #: admin/options/hello-bar.php:82
1387
+ msgid "Buy Now"
1388
  msgstr ""
1389
 
1390
+ #: admin/options/hello-bar.php:89
1391
+ msgid "Button URL"
1392
  msgstr ""
1393
 
1394
+ #: admin/options/hello-bar.php:101
1395
+ msgid "Open link in new tab"
1396
  msgstr ""
1397
 
1398
+ #: admin/options/hello-bar.php:120
1399
+ msgid "Styling Settings"
 
 
1400
  msgstr ""
1401
 
1402
+ #: admin/options/hello-bar.php:124
1403
+ msgid "Location"
1404
  msgstr ""
1405
 
1406
+ #: admin/options/hello-bar.php:131
1407
+ msgid "Top"
 
 
1408
  msgstr ""
1409
 
1410
+ #: admin/options/hello-bar.php:132
1411
+ msgid "Bottom"
1412
  msgstr ""
1413
 
1414
+ #: admin/options/hello-bar.php:140
1415
+ msgid "Max container(px/%)"
1416
  msgstr ""
1417
 
1418
+ #: admin/options/hello-bar.php:153
1419
+ msgid "Background color"
1420
  msgstr ""
1421
 
1422
+ #: admin/options/hello-bar.php:166
1423
+ msgid "Background image"
1424
  msgstr ""
1425
 
1426
+ #: admin/options/hello-bar.php:181
1427
+ msgid "Text color"
1428
  msgstr ""
1429
 
1430
+ #: admin/options/hello-bar.php:194
1431
+ msgid "Star color"
1432
  msgstr ""
1433
 
1434
+ #: admin/options/hello-bar.php:207
1435
+ msgid "Button background color"
1436
  msgstr ""
1437
 
1438
+ #: admin/options/hello-bar.php:220
1439
+ msgid "Button text color"
 
 
 
 
1440
  msgstr ""
1441
 
1442
+ #: admin/options/import.php:12
1443
+ msgid "Demo data import"
1444
  msgstr ""
1445
 
1446
+ #: admin/options/import.php:16 admin/options/import.php:38
1447
+ #: admin/options/import.php:65
1448
+ msgid "Import"
1449
  msgstr ""
1450
 
1451
+ #: admin/options/import.php:17
1452
+ msgid ""
1453
+ "Click above button to import demo data, imported data will be saved as new "
1454
+ "draft posts."
1455
  msgstr ""
1456
 
1457
+ #: admin/options/import.php:23
1458
+ msgid "Select plugin"
1459
  msgstr ""
1460
 
1461
+ #: admin/options/import.php:45
1462
+ msgid "Warning"
1463
  msgstr ""
1464
 
1465
+ #: admin/options/import.php:46
1466
  msgid ""
1467
+ "This action is IRREVERSIBLE! Take a backup of your database before "
1468
+ "proceeding."
1469
  msgstr ""
1470
 
1471
+ #: admin/options/import.php:57
1472
+ msgid "Import settings"
1473
  msgstr ""
1474
 
1475
+ #: admin/options/import.php:61
1476
+ msgid "Import code"
1477
  msgstr ""
1478
 
1479
+ #: admin/options/import.php:63
1480
+ msgid ""
1481
+ "Insert your backup code below and hit Import to restore your plugin options "
1482
+ "from a backup."
1483
  msgstr ""
1484
 
1485
+ #: admin/options/import.php:72
1486
+ msgid "Export settings"
1487
  msgstr ""
1488
 
1489
+ #: admin/options/import.php:76
1490
+ msgid "Show export code"
1491
  msgstr ""
1492
 
1493
+ #: admin/options/multisite.php:12
1494
+ msgid "Site: "
1495
  msgstr ""
1496
 
1497
+ #: admin/options/multisite.php:17
1498
+ msgid "Select site"
 
 
1499
  msgstr ""
1500
 
1501
+ #: admin/options/multisite.php:43 admin/options/review.php:187
1502
+ msgid "General Settings"
 
1503
  msgstr ""
1504
 
1505
+ #: admin/options/multisite.php:46
1506
+ msgid "Hide global options panel"
1507
  msgstr ""
1508
 
1509
+ #: admin/options/multisite.php:66
1510
+ msgid "Hide Popup"
1511
  msgstr ""
1512
 
1513
+ #: admin/options/multisite.php:85 admin/options/multisite.php:248
1514
+ msgid "Hide Notification Bar"
1515
  msgstr ""
1516
 
1517
+ #: admin/options/multisite.php:104
1518
+ msgid "Hide Yelp Reviews"
 
 
1519
  msgstr ""
1520
 
1521
+ #: admin/options/multisite.php:123
1522
+ msgid "Hide Facebook Reviews"
 
1523
  msgstr ""
1524
 
1525
+ #: admin/options/multisite.php:142
1526
+ msgid "Hide Google Reviews"
1527
  msgstr ""
1528
 
1529
+ #: admin/options/multisite.php:161
1530
+ msgid "Hide Role Manager"
1531
  msgstr ""
1532
 
1533
+ #: admin/options/multisite.php:179
1534
+ msgid "Hide Import"
1535
  msgstr ""
1536
 
1537
+ #: admin/options/multisite.php:197
1538
+ msgid "Post Settings"
1539
  msgstr ""
1540
 
1541
+ #: admin/options/multisite.php:207
1542
+ msgid "Hide reviews in single editor"
1543
  msgstr ""
1544
 
1545
+ #: admin/options/multisite.php:229
1546
+ msgid "Hide Popup Box"
1547
  msgstr ""
1548
 
1549
+ #: admin/options/multisite.php:286
1550
+ msgid "Hide Review Links"
1551
  msgstr ""
1552
 
1553
+ #: admin/options/multisite.php:304
1554
+ msgid "Hide Review Description, Pros/Cons & Total Rating"
1555
  msgstr ""
1556
 
1557
+ #: admin/options/multisite.php:323
1558
+ msgid "Hide User Reviews"
1559
  msgstr ""
1560
 
1561
+ #: admin/options/review.php:165
1562
+ msgid "Star"
1563
  msgstr ""
1564
 
1565
+ #: admin/options/review.php:166
1566
+ msgid "Point"
1567
  msgstr ""
1568
 
1569
+ #: admin/options/review.php:167
1570
+ msgid "Percentage"
1571
  msgstr ""
1572
 
1573
+ #: admin/options/review.php:168
1574
+ msgid "Circle"
1575
  msgstr ""
1576
 
1577
+ #: admin/options/review.php:169
1578
+ msgid "Thumbs"
1579
  msgstr ""
1580
 
1581
+ #: admin/options/review.php:177
1582
+ msgid "General"
1583
  msgstr ""
1584
 
1585
+ #: admin/options/review.php:179 admin/options/review.php:702
1586
+ msgid "Defaults"
1587
  msgstr ""
1588
 
1589
+ #: admin/options/review.php:180 admin/options/review.php:896
1590
+ msgid "Embed"
1591
  msgstr ""
1592
 
1593
+ #: admin/options/review.php:182
1594
+ msgid "Migrate Ratings"
1595
  msgstr ""
1596
 
1597
+ #: admin/options/review.php:191
1598
+ msgid ""
1599
+ "There is a filter set for the review location that may modify the options "
1600
+ "below."
1601
  msgstr ""
1602
 
1603
+ #: admin/options/review.php:198
1604
+ msgid "The current theme provides default settings for the plugin."
1605
  msgstr ""
1606
 
1607
+ #: admin/options/review.php:200
1608
+ msgid "Set to theme defaults"
1609
  msgstr ""
1610
 
1611
+ #: admin/options/review.php:207
1612
+ msgid "Restrict rating to registered users only"
1613
  msgstr ""
1614
 
1615
+ #: admin/options/review.php:225
1616
+ msgid "Add total rating to thumbnails"
1617
  msgstr ""
1618
 
1619
+ #: admin/options/review.php:244
1620
+ msgid "Enable User rating in old posts"
1621
  msgstr ""
1622
 
1623
+ #: admin/options/review.php:264
1624
+ msgid "Replace WooCommerce rating"
 
 
1625
  msgstr ""
1626
 
1627
+ #: admin/options/review.php:284
1628
+ msgid "Disable Map Script in the Backend"
1629
  msgstr ""
1630
 
1631
+ #: admin/options/review.php:300
1632
  msgid ""
1633
+ "If map script is conflicting with other plugin in the single post editor, "
1634
+ "please enable this option."
1635
  msgstr ""
1636
 
1637
+ #: admin/options/review.php:305
1638
+ msgid "Comments template"
1639
  msgstr ""
1640
 
1641
+ #: admin/options/review.php:315
1642
+ msgid "Theme"
 
 
1643
  msgstr ""
1644
 
1645
+ #: admin/options/review.php:319
1646
+ msgid "Use theme comments template. Might need customization of comments.php"
1647
  msgstr ""
1648
 
1649
+ #: admin/options/review.php:330
1650
+ msgid ""
1651
+ "Use WP Review comments template. Better chances for out of the box "
1652
+ "integration."
1653
  msgstr ""
1654
 
1655
+ #: admin/options/review.php:338
1656
+ msgid "Comment form integration"
 
 
1657
  msgstr ""
1658
 
1659
+ #: admin/options/review.php:348
1660
+ msgid "Replace"
1661
  msgstr ""
1662
 
1663
+ #: admin/options/review.php:352
1664
+ msgid "Replace form fields."
1665
  msgstr ""
1666
 
1667
+ #: admin/options/review.php:359
1668
+ msgid "Extend"
1669
  msgstr ""
1670
 
1671
+ #: admin/options/review.php:363
1672
+ msgid "Add new fields without modifying the default fields."
1673
  msgstr ""
1674
 
1675
+ #: admin/options/review.php:371
1676
+ msgid "Require a rating when commenting"
1677
  msgstr ""
1678
 
1679
+ #: admin/options/review.php:390
1680
+ msgid "Allow comment feedback (helpful/unhelpful)"
1681
  msgstr ""
1682
 
1683
+ #: admin/options/review.php:409
1684
+ msgid "Record User Ratings"
1685
  msgstr ""
1686
 
1687
+ #: admin/options/review.php:416
1688
+ msgid "Based on IP address"
1689
  msgstr ""
1690
 
1691
+ #: admin/options/review.php:417
1692
+ msgid "Based on browser cookie"
1693
  msgstr ""
1694
 
1695
+ #: admin/options/review.php:445
1696
+ msgid "Allow multiple reviews per account"
1697
  msgstr ""
1698
 
1699
+ #: admin/options/review.php:463
1700
+ msgid "Include Pros/Cons in comment reviews"
1701
  msgstr ""
1702
 
1703
+ #: admin/options/review.php:482
1704
+ msgid "Approve Comment Reviews without Moderation"
1705
  msgstr ""
1706
 
1707
+ #: admin/options/review.php:509
1708
+ msgid "Click to remove all visitor ratings of all posts."
1709
  msgstr ""
1710
 
1711
+ #: admin/options/review.php:552
1712
+ msgid ""
1713
+ "There is a filter set for the review colors that may modify the options "
1714
+ "below."
1715
  msgstr ""
1716
 
1717
+ #: admin/options/review.php:622
1718
+ msgid "Review Box Width"
1719
  msgstr ""
1720
 
1721
+ #: admin/options/review.php:636
1722
+ msgid ""
1723
+ "Many templates use Google Font, select <code>No</code> to use default theme "
1724
+ "font."
1725
  msgstr ""
1726
 
1727
+ #: admin/options/review.php:656
1728
+ msgid "Comment Rating Color"
1729
  msgstr ""
1730
 
1731
+ #: admin/options/review.php:658
1732
+ msgid "Use different color for ratings in comments"
1733
  msgstr ""
1734
 
1735
+ #: admin/options/review.php:678
1736
+ msgid "Rating icon"
1737
  msgstr ""
1738
 
1739
+ #: admin/options/review.php:697
1740
+ msgid "Use Image"
1741
  msgstr ""
1742
 
1743
+ #: admin/options/review.php:709
1744
+ msgid "Review type"
1745
  msgstr ""
1746
 
1747
+ #: admin/options/review.php:714
1748
+ msgid "No Review"
1749
  msgstr ""
1750
 
1751
+ #: admin/options/review.php:749
1752
+ msgid "Copy & paste this shortcode in the post content."
1753
  msgstr ""
1754
 
1755
+ #: admin/options/review.php:756
1756
+ msgid "Review Schema"
 
 
1757
  msgstr ""
1758
 
1759
+ #: admin/options/review.php:771
1760
+ msgid "Features"
 
 
1761
  msgstr ""
1762
 
1763
+ #: admin/options/review.php:811
1764
+ msgid "Default features are set by a filter function. Remove it to change."
1765
  msgstr ""
1766
 
1767
+ #: admin/options/review.php:813
1768
+ msgid "Add default feature"
1769
  msgstr ""
1770
 
1771
+ #: admin/options/review.php:820
1772
+ msgid "Links"
1773
+ msgstr ""
1774
+
1775
+ #: admin/options/review.php:846
1776
+ msgid "Add default link"
1777
+ msgstr ""
1778
+
1779
+ #: admin/options/review.php:852
1780
+ msgid "User Ratings"
1781
+ msgstr ""
1782
+
1783
+ #: admin/options/review.php:897
1784
  msgid ""
1785
+ "From here you can enable embed feature, which will show embed code in the "
1786
+ "frontend which site visitors can use to embed review on their site."
1787
+ msgstr ""
1788
+
1789
+ #: admin/options/review.php:901
1790
+ msgid "Enable Embed"
1791
+ msgstr ""
1792
+
1793
+ #: admin/options/review.php:920
1794
+ msgid "Show Title"
1795
+ msgstr ""
1796
+
1797
+ #: admin/options/review.php:939
1798
+ msgid "Show Thumbnail"
1799
+ msgstr ""
1800
+
1801
+ #: admin/options/review.php:958
1802
+ msgid "Show Excerpt"
1803
+ msgstr ""
1804
+
1805
+ #: admin/options/review.php:977
1806
+ msgid "Show Rating Box"
1807
+ msgstr ""
1808
+
1809
+ #: admin/options/review.php:996
1810
+ msgid "Show Credit"
1811
+ msgstr ""
1812
+
1813
+ #: admin/options/review.php:1017
1814
+ msgid ""
1815
+ "Here you can import your existing user ratings from WP Review 1.x and WP "
1816
+ "Review Pro 1.x."
1817
+ msgstr ""
1818
+
1819
+ #: admin/options/review.php:1021
1820
+ #, php-format
1821
+ msgid "%s ratings left to import."
1822
+ msgstr ""
1823
+
1824
+ #: admin/options/review.php:1024
1825
+ msgid "Start import"
1826
+ msgstr ""
1827
+
1828
+ #: admin/options/review.php:1027
1829
+ msgid "Ratings have already been migrated."
1830
+ msgstr ""
1831
+
1832
+ #: includes/widgets/class-wp-review-tab-widget.php:28
1833
+ msgid "Display Reviews in tabbed format."
1834
+ msgstr ""
1835
+
1836
+ #: includes/widgets/class-wp-review-tab-widget.php:34
1837
+ msgid "WP Review Widget"
1838
+ msgstr ""
1839
+
1840
+ #: includes/widgets/class-wp-review-tab-widget.php:87
1841
+ #: includes/widgets/class-wp-review-tab-widget.php:123
1842
+ #: includes/widgets/class-wp-review-tab-widget.php:239
1843
+ #: includes/widgets/class-wp-review-tab-widget.php:263
1844
+ #: includes/widgets/class-wp-review-tab-widget.php:345
1845
+ msgid "Top Rated"
1846
+ msgstr ""
1847
+
1848
+ #: includes/widgets/class-wp-review-tab-widget.php:88
1849
+ #: includes/widgets/class-wp-review-tab-widget.php:243
1850
+ #: includes/widgets/class-wp-review-tab-widget.php:267
1851
+ #: includes/widgets/class-wp-review-tab-widget.php:346
1852
+ msgid "Recent"
1853
+ msgstr ""
1854
+
1855
+ #: includes/widgets/class-wp-review-tab-widget.php:89
1856
+ #: includes/widgets/class-wp-review-tab-widget.php:131
1857
+ #: includes/widgets/class-wp-review-tab-widget.php:247
1858
+ #: includes/widgets/class-wp-review-tab-widget.php:271
1859
+ #: includes/widgets/class-wp-review-tab-widget.php:347
1860
+ msgid "Most Voted"
1861
+ msgstr ""
1862
+
1863
+ #: includes/widgets/class-wp-review-tab-widget.php:90
1864
+ #: includes/widgets/class-wp-review-tab-widget.php:348
1865
+ msgid "Editor's choice"
1866
+ msgstr ""
1867
+
1868
+ #: includes/widgets/class-wp-review-tab-widget.php:113
1869
+ #: includes/widgets/class-wp-review-tab-widget.php:158
1870
+ msgid "Comments"
1871
+ msgstr ""
1872
+
1873
+ #: includes/widgets/class-wp-review-tab-widget.php:118
1874
+ msgid "Select Tabs"
1875
+ msgstr ""
1876
+
1877
+ #: includes/widgets/class-wp-review-tab-widget.php:127
1878
+ msgid "Recent Reviews"
1879
+ msgstr ""
1880
+
1881
+ #: includes/widgets/class-wp-review-tab-widget.php:135
1882
+ #: includes/widgets/class-wp-review-tab-widget.php:255
1883
+ #: includes/widgets/class-wp-review-tab-widget.php:279
1884
+ msgid "Custom"
1885
+ msgstr ""
1886
+
1887
+ #: includes/widgets/class-wp-review-tab-widget.php:146
1888
+ msgid "Restrict recent reviews to current post"
1889
+ msgstr ""
1890
+
1891
+ #: includes/widgets/class-wp-review-tab-widget.php:152
1892
+ msgid "Top Rated Posts By:"
1893
+ msgstr ""
1894
+
1895
+ #: includes/widgets/class-wp-review-tab-widget.php:157
1896
+ msgid "Visitors"
1897
+ msgstr ""
1898
+
1899
+ #: includes/widgets/class-wp-review-tab-widget.php:164
1900
+ msgid "Review type:"
1901
+ msgstr ""
1902
+
1903
+ #: includes/widgets/class-wp-review-tab-widget.php:185
1904
+ msgid "Allow pagination"
1905
+ msgstr ""
1906
+
1907
+ #: includes/widgets/class-wp-review-tab-widget.php:190
1908
+ msgid "Number of reviews to show:"
1909
+ msgstr ""
1910
+
1911
+ #: includes/widgets/class-wp-review-tab-widget.php:206
1912
+ msgid "Thumbnail size:"
1913
+ msgstr ""
1914
+
1915
+ #: includes/widgets/class-wp-review-tab-widget.php:208
1916
+ msgid "Small"
1917
+ msgstr ""
1918
+
1919
+ #: includes/widgets/class-wp-review-tab-widget.php:209
1920
+ msgid "Large"
1921
+ msgstr ""
1922
+
1923
+ #: includes/widgets/class-wp-review-tab-widget.php:214
1924
+ msgid "Extra information"
1925
+ msgstr ""
1926
+
1927
+ #: includes/widgets/class-wp-review-tab-widget.php:217
1928
+ msgid "Post date"
1929
+ msgstr ""
1930
+
1931
+ #: includes/widgets/class-wp-review-tab-widget.php:218
1932
+ msgid "Number of reviews"
1933
+ msgstr ""
1934
+
1935
+ #: includes/widgets/class-wp-review-tab-widget.php:223
1936
+ msgid "Reviews on Custom tab:"
1937
+ msgstr ""
1938
+
1939
+ #: includes/widgets/class-wp-review-tab-widget.php:233
1940
+ msgid "Tab Titles"
1941
+ msgstr ""
1942
+
1943
+ #: includes/widgets/class-wp-review-tab-widget.php:233
1944
+ msgid "Tab Order"
1945
+ msgstr ""
1946
+
1947
+ #: includes/widgets/class-wp-review-tab-widget.php:251
1948
+ #: includes/widgets/class-wp-review-tab-widget.php:275
1949
+ msgid "Recent Ratings"
1950
+ msgstr ""
1951
+
1952
+ #: includes/widgets/class-wp-review-tab-widget.php:549
1953
+ msgid "&laquo; Previous"
1954
+ msgstr ""
1955
+
1956
+ #: includes/widgets/class-wp-review-tab-widget.php:552
1957
+ msgid "Next &raquo;"
1958
  msgstr ""
1959
 
1960
  #: box-templates/global/partials/review-schema.php:49
public/css/amp.css CHANGED
File without changes
public/css/font-awesome.min.css CHANGED
File without changes
public/css/magnific-popup.css CHANGED
File without changes
public/css/wp-review.css CHANGED
File without changes
public/fonts/FontAwesome.otf CHANGED
File without changes
public/fonts/font-icons.eot CHANGED
File without changes
public/fonts/font-icons.svg CHANGED
File without changes
public/fonts/font-icons.ttf CHANGED
File without changes
public/fonts/font-icons.woff CHANGED
File without changes
public/fonts/fontawesome-webfont.eot CHANGED
File without changes
public/fonts/fontawesome-webfont.svg CHANGED
File without changes
public/fonts/fontawesome-webfont.ttf CHANGED
File without changes
public/fonts/fontawesome-webfont.woff CHANGED
File without changes
public/fonts/fontawesome-webfont.woff2 CHANGED
File without changes
public/images/amazon.jpg CHANGED
File without changes
public/images/aqua.jpg CHANGED
File without changes
public/images/blue.jpg CHANGED
File without changes
public/images/darkside.jpg CHANGED
File without changes
public/images/dash.jpg CHANGED
File without changes
public/images/default.jpg CHANGED
File without changes
public/images/edge.jpg CHANGED
File without changes
public/images/enterprise.jpg CHANGED
File without changes
public/images/facebook.jpg CHANGED
File without changes
public/images/fizzy.jpg CHANGED
File without changes
public/images/gamer.jpg CHANGED
File without changes
public/images/gravity.jpg CHANGED
File without changes
public/images/largethumb.png CHANGED
File without changes
public/images/shell.jpg CHANGED
File without changes
public/images/smallthumb.png CHANGED
File without changes
public/images/tabbed.jpg CHANGED
File without changes
public/images/tabbed2.jpg CHANGED
File without changes
public/images/xiaomi.jpg CHANGED
File without changes
public/images/zine.jpg CHANGED
File without changes
public/js/jquery.magnific-popup.min.js CHANGED
File without changes
public/js/js.cookie.min.js CHANGED
File without changes
public/js/main.js CHANGED
File without changes
public/js/wp-review-tab-widget.js CHANGED
File without changes
rating-types/circle-input.php CHANGED
File without changes
rating-types/circle-output.php CHANGED
File without changes
rating-types/percentage-input.js CHANGED
File without changes
rating-types/percentage-input.php CHANGED
File without changes
rating-types/percentage-output.php CHANGED
File without changes
rating-types/point-input.js CHANGED
File without changes
rating-types/point-input.php CHANGED
File without changes
rating-types/point-output.php CHANGED
File without changes
rating-types/star-input.js CHANGED
File without changes
rating-types/star-input.php CHANGED
File without changes
rating-types/star-output.php CHANGED
File without changes
rating-types/thumbs-input.php CHANGED
File without changes
rating-types/thumbs-output.php CHANGED
File without changes
readme.txt CHANGED
@@ -3,8 +3,8 @@ Contributors: mythemeshop
3
  Creator's website link: http://mythemeshop.com/plugins/wp-review/
4
  Tags: review, schema.org, rating, schema, user rating, google rating, star rating, product review
5
  Requires at least: 4.0
6
- Tested up to: 5.2.2
7
- Stable tag: 5.2.8
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -103,6 +103,10 @@ Please disable all plugins and check if rating is working properly. Then you can
103
 
104
  == Changelog ==
105
 
 
 
 
 
106
  = v5.2.8 (Aug 21, 2019) =
107
  * Fixed "The text contains 'CSS !important', which is disallowed." error
108
 
3
  Creator's website link: http://mythemeshop.com/plugins/wp-review/
4
  Tags: review, schema.org, rating, schema, user rating, google rating, star rating, product review
5
  Requires at least: 4.0
6
+ Tested up to: 5.3.1
7
+ Stable tag: 5.2.9
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
103
 
104
  == Changelog ==
105
 
106
+ = v5.2.9 (Dec 14, 2019) =
107
+ * Improved comments number translation
108
+ * Fixed an issue where widget tab titles are not saving
109
+
110
  = v5.2.8 (Aug 21, 2019) =
111
  * Fixed "The text contains 'CSS !important', which is disallowed." error
112
 
template-list.php CHANGED
File without changes
wp-review.php CHANGED
@@ -3,7 +3,7 @@
3
  * Plugin Name: WP Review
4
  * Plugin URI: http://mythemeshop.com/plugins/wp-review/
5
  * Description: Create reviews! Choose from stars, percentages or points for review scores. Supports Retina Display, WPMU and Unlimited Color Schemes.
6
- * Version: 5.2.8
7
  * Author: MyThemeShop
8
  * Author URI: http://mythemeshop.com/
9
  * Text Domain: wp-review
@@ -45,7 +45,7 @@ if ( version_compare( phpversion(), '5.6', '<' ) ) {
45
  }
46
 
47
  /* Plugin version */
48
- define( 'WP_REVIEW_PLUGIN_VERSION', '5.2.8' );
49
 
50
  /* Sets the custom db table name. */
51
  define( 'MTS_WP_REVIEW_DB_TABLE', 'mts_wp_reviews' );
3
  * Plugin Name: WP Review
4
  * Plugin URI: http://mythemeshop.com/plugins/wp-review/
5
  * Description: Create reviews! Choose from stars, percentages or points for review scores. Supports Retina Display, WPMU and Unlimited Color Schemes.
6
+ * Version: 5.2.9
7
  * Author: MyThemeShop
8
  * Author URI: http://mythemeshop.com/
9
  * Text Domain: wp-review
45
  }
46
 
47
  /* Plugin version */
48
+ define( 'WP_REVIEW_PLUGIN_VERSION', '5.2.9' );
49
 
50
  /* Sets the custom db table name. */
51
  define( 'MTS_WP_REVIEW_DB_TABLE', 'mts_wp_reviews' );