Version Description
Download this release
Release Info
Developer | MyThemeShop |
Plugin | WP Review |
Version | 5.2.9 |
Comparing to | |
See all releases |
Code changes from version 5.2.8 to 5.2.9
- LICENSE +0 -0
- admin/activation.php +0 -0
- admin/admin.php +0 -0
- admin/assets/css/admin.css +0 -0
- admin/assets/css/jquery-ui.min.css +0 -0
- admin/assets/css/select2.min.css +0 -0
- admin/assets/images/loading.svg +0 -0
- admin/assets/js/admin.import.js +0 -0
- admin/assets/js/admin.js +0 -0
- admin/assets/js/editor-plugin.js +0 -0
- admin/assets/js/rating-inputs.js +0 -0
- admin/assets/js/review-items.js +0 -0
- admin/assets/js/review-notice.js +0 -0
- admin/assets/js/select2.min.js +0 -0
- admin/assets/js/wp-review-tab-widget-admin.js +0 -0
- admin/class-wp-review-form-field.php +0 -0
- admin/class-wp-review-importer.php +0 -0
- admin/class-wp-review-options.php +0 -0
- admin/class-wpr-review-notice.php +0 -0
- admin/demo-importer.php +0 -0
- admin/demo-importer/class-wp-import.php +0 -0
- admin/demo-importer/class-wp-review-demo-importer.php +0 -0
- admin/demo-importer/parsers.php +0 -0
- admin/font-awesome-icons.php +0 -0
- admin/options/help.php +0 -0
- admin/options/import.php +0 -0
- admin/options/multisite.php +0 -0
- box-templates/aqua.php +0 -0
- box-templates/default.php +0 -0
- box-templates/global/partials/review-links.php +0 -0
- box-templates/global/partials/review-schema.php +0 -0
- comments/comments.php +21 -1
- filter-list.php +0 -0
- includes/ajax.php +0 -0
- includes/comments.php +0 -0
- includes/demo/demo-content.xml +0 -0
- includes/enqueue.php +0 -0
- includes/functions.php +0 -0
- includes/schemas.php +0 -0
- includes/shortcodes.php +0 -0
- includes/widget.php +0 -0
- includes/widgets/class-wp-review-tab-widget.php +1 -1
- languages/wp-review.pot +685 -685
- public/css/amp.css +0 -0
- public/css/font-awesome.min.css +0 -0
- public/css/magnific-popup.css +0 -0
- public/css/wp-review.css +0 -0
- public/fonts/FontAwesome.otf +0 -0
- public/fonts/font-icons.eot +0 -0
- public/fonts/font-icons.svg +0 -0
- public/fonts/font-icons.ttf +0 -0
- public/fonts/font-icons.woff +0 -0
- public/fonts/fontawesome-webfont.eot +0 -0
- public/fonts/fontawesome-webfont.svg +0 -0
- public/fonts/fontawesome-webfont.ttf +0 -0
- public/fonts/fontawesome-webfont.woff +0 -0
- public/fonts/fontawesome-webfont.woff2 +0 -0
- public/images/amazon.jpg +0 -0
- public/images/aqua.jpg +0 -0
- public/images/blue.jpg +0 -0
- public/images/darkside.jpg +0 -0
- public/images/dash.jpg +0 -0
- public/images/default.jpg +0 -0
- public/images/edge.jpg +0 -0
- public/images/enterprise.jpg +0 -0
- public/images/facebook.jpg +0 -0
- public/images/fizzy.jpg +0 -0
- public/images/gamer.jpg +0 -0
- public/images/gravity.jpg +0 -0
- public/images/largethumb.png +0 -0
- public/images/shell.jpg +0 -0
- public/images/smallthumb.png +0 -0
- public/images/tabbed.jpg +0 -0
- public/images/tabbed2.jpg +0 -0
- public/images/xiaomi.jpg +0 -0
- public/images/zine.jpg +0 -0
- public/js/jquery.magnific-popup.min.js +0 -0
- public/js/js.cookie.min.js +0 -0
- public/js/main.js +0 -0
- public/js/wp-review-tab-widget.js +0 -0
- rating-types/circle-input.php +0 -0
- rating-types/circle-output.php +0 -0
- rating-types/percentage-input.js +0 -0
- rating-types/percentage-input.php +0 -0
- rating-types/percentage-output.php +0 -0
- rating-types/point-input.js +0 -0
- rating-types/point-input.php +0 -0
- rating-types/point-output.php +0 -0
- rating-types/star-input.js +0 -0
- rating-types/star-input.php +0 -0
- rating-types/star-output.php +0 -0
- rating-types/thumbs-input.php +0 -0
- rating-types/thumbs-output.php +0 -0
- readme.txt +6 -2
- template-list.php +0 -0
- 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"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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'] =
|
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-
|
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 |
-
#:
|
135 |
-
#:
|
136 |
-
msgid "
|
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 |
-
#:
|
288 |
-
msgid "
|
289 |
msgstr ""
|
290 |
|
291 |
-
#:
|
292 |
-
msgid "
|
293 |
msgstr ""
|
294 |
|
295 |
-
#:
|
296 |
-
msgid "
|
297 |
msgstr ""
|
298 |
|
299 |
-
#:
|
300 |
-
msgid "
|
301 |
msgstr ""
|
302 |
|
303 |
-
#:
|
304 |
-
msgid "
|
305 |
msgstr ""
|
306 |
|
307 |
-
#:
|
308 |
-
msgid "
|
309 |
msgstr ""
|
310 |
|
311 |
-
#:
|
312 |
-
msgid "
|
313 |
msgstr ""
|
314 |
|
315 |
-
#:
|
316 |
-
msgid "
|
317 |
msgstr ""
|
318 |
|
319 |
-
#:
|
320 |
-
msgid "
|
321 |
msgstr ""
|
322 |
|
323 |
-
#:
|
324 |
-
msgid "
|
325 |
msgstr ""
|
326 |
|
327 |
-
#:
|
328 |
-
msgid "
|
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/
|
410 |
-
#:
|
411 |
-
msgid "
|
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-
|
672 |
-
|
673 |
-
|
|
|
|
|
674 |
msgstr ""
|
675 |
|
676 |
-
#: admin/class-
|
677 |
-
|
678 |
-
msgid "No"
|
679 |
msgstr ""
|
680 |
|
681 |
-
#: admin/class-wpr-review-notice.php:
|
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:
|
689 |
-
msgid "
|
690 |
msgstr ""
|
691 |
|
692 |
-
#: admin/class-
|
693 |
-
|
|
|
694 |
msgstr ""
|
695 |
|
696 |
-
#: admin/class-
|
697 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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 |
-
#:
|
1147 |
-
msgid "
|
1148 |
msgstr ""
|
1149 |
|
1150 |
-
#:
|
1151 |
-
|
|
|
1152 |
msgstr ""
|
1153 |
|
1154 |
-
#:
|
1155 |
-
msgid "
|
1156 |
msgstr ""
|
1157 |
|
1158 |
-
#:
|
1159 |
-
msgid "
|
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/
|
1169 |
-
msgid "
|
1170 |
msgstr ""
|
1171 |
|
1172 |
-
#: includes/
|
1173 |
-
msgid "
|
1174 |
msgstr ""
|
1175 |
|
1176 |
-
#: includes/
|
1177 |
-
|
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/
|
1185 |
-
|
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/
|
1192 |
-
|
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/
|
1200 |
-
|
1201 |
-
msgid "Editor's choice"
|
1202 |
msgstr ""
|
1203 |
|
1204 |
-
#: includes/
|
1205 |
-
|
1206 |
-
msgid "Comments"
|
1207 |
msgstr ""
|
1208 |
|
1209 |
-
#: includes/
|
1210 |
-
msgid "
|
1211 |
msgstr ""
|
1212 |
|
1213 |
-
#: includes/
|
1214 |
-
msgid "
|
1215 |
msgstr ""
|
1216 |
|
1217 |
-
#: includes/
|
1218 |
-
|
1219 |
-
#: includes/widgets/class-wp-review-tab-widget.php:279
|
1220 |
-
msgid "Custom"
|
1221 |
msgstr ""
|
1222 |
|
1223 |
-
#: includes/
|
1224 |
-
msgid "
|
1225 |
msgstr ""
|
1226 |
|
1227 |
-
#: includes/
|
1228 |
-
msgid "
|
1229 |
msgstr ""
|
1230 |
|
1231 |
-
#: includes/
|
1232 |
-
msgid "
|
1233 |
msgstr ""
|
1234 |
|
1235 |
-
#: includes/
|
1236 |
-
|
|
|
1237 |
msgstr ""
|
1238 |
|
1239 |
-
#: includes/
|
1240 |
-
|
1241 |
-
|
|
|
|
|
|
|
1242 |
|
1243 |
-
#: includes/
|
1244 |
-
msgid "
|
1245 |
msgstr ""
|
1246 |
|
1247 |
-
#: includes/
|
1248 |
-
msgid "
|
1249 |
msgstr ""
|
1250 |
|
1251 |
-
#: includes/
|
1252 |
-
msgid "
|
1253 |
msgstr ""
|
1254 |
|
1255 |
-
#: includes/
|
1256 |
-
msgid "
|
1257 |
msgstr ""
|
1258 |
|
1259 |
-
#: includes/
|
1260 |
-
|
|
|
1261 |
msgstr ""
|
1262 |
|
1263 |
-
#: includes/
|
1264 |
-
msgid "
|
1265 |
msgstr ""
|
1266 |
|
1267 |
-
#: includes/
|
1268 |
-
msgid "
|
1269 |
msgstr ""
|
1270 |
|
1271 |
-
#: includes/
|
1272 |
-
msgid "
|
1273 |
msgstr ""
|
1274 |
|
1275 |
-
#: includes/
|
1276 |
-
msgid "
|
1277 |
msgstr ""
|
1278 |
|
1279 |
-
#: includes/
|
1280 |
-
msgid "
|
1281 |
msgstr ""
|
1282 |
|
1283 |
-
#: includes/
|
1284 |
-
|
1285 |
-
msgid "Recent Ratings"
|
1286 |
msgstr ""
|
1287 |
|
1288 |
-
#: includes/
|
1289 |
-
msgid "
|
1290 |
msgstr ""
|
1291 |
|
1292 |
-
#:
|
1293 |
-
msgid "
|
1294 |
msgstr ""
|
1295 |
|
1296 |
-
#:
|
1297 |
-
msgid "
|
1298 |
msgstr ""
|
1299 |
|
1300 |
-
#:
|
1301 |
-
msgid "
|
1302 |
-
|
|
|
|
|
1303 |
|
1304 |
-
#:
|
1305 |
-
msgid "
|
1306 |
msgstr ""
|
1307 |
|
1308 |
-
#:
|
1309 |
-
msgid "
|
1310 |
msgstr ""
|
1311 |
|
1312 |
-
#:
|
1313 |
-
msgid "
|
1314 |
msgstr ""
|
1315 |
|
1316 |
-
|
1317 |
-
|
1318 |
-
|
|
|
|
|
|
|
|
|
|
|
1319 |
|
1320 |
-
#:
|
1321 |
-
msgid "
|
1322 |
msgstr ""
|
1323 |
|
1324 |
-
#:
|
1325 |
-
msgid "
|
1326 |
msgstr ""
|
1327 |
|
1328 |
-
#:
|
1329 |
-
msgid "
|
1330 |
msgstr ""
|
1331 |
|
1332 |
-
#:
|
1333 |
-
msgid "
|
1334 |
msgstr ""
|
1335 |
|
1336 |
-
#:
|
1337 |
-
msgid "
|
1338 |
msgstr ""
|
1339 |
|
1340 |
-
#:
|
1341 |
-
msgid "
|
1342 |
msgstr ""
|
1343 |
|
1344 |
-
|
1345 |
-
|
|
|
|
|
1346 |
msgstr ""
|
1347 |
|
1348 |
-
#: admin/options/
|
1349 |
-
|
|
|
1350 |
msgstr ""
|
1351 |
|
1352 |
-
#: admin/options/
|
1353 |
-
msgid "
|
1354 |
msgstr ""
|
1355 |
|
1356 |
-
#: admin/options/
|
1357 |
-
msgid "
|
1358 |
msgstr ""
|
1359 |
|
1360 |
-
#: admin/options/
|
1361 |
-
msgid "
|
|
|
|
|
1362 |
msgstr ""
|
1363 |
|
1364 |
-
#: admin/options/
|
1365 |
-
msgid "
|
1366 |
msgstr ""
|
1367 |
|
1368 |
-
|
1369 |
-
#: admin/options/
|
1370 |
-
|
|
|
1371 |
msgstr ""
|
1372 |
|
1373 |
-
#: admin/options/
|
1374 |
msgid ""
|
1375 |
-
"
|
1376 |
-
"
|
1377 |
msgstr ""
|
1378 |
|
1379 |
-
#: admin/options/
|
1380 |
-
msgid "
|
1381 |
msgstr ""
|
1382 |
|
1383 |
-
#: admin/options/
|
1384 |
-
msgid "
|
1385 |
msgstr ""
|
1386 |
|
1387 |
-
#: admin/options/
|
1388 |
-
msgid ""
|
1389 |
-
"This action is IRREVERSIBLE! Take a backup of your database before "
|
1390 |
-
"proceeding."
|
1391 |
msgstr ""
|
1392 |
|
1393 |
-
#: admin/options/
|
1394 |
-
msgid "
|
1395 |
msgstr ""
|
1396 |
|
1397 |
-
#: admin/options/
|
1398 |
-
msgid "
|
1399 |
msgstr ""
|
1400 |
|
1401 |
-
#: admin/options/
|
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/
|
1408 |
-
msgid "
|
1409 |
msgstr ""
|
1410 |
|
1411 |
-
#: admin/options/
|
1412 |
-
msgid "
|
1413 |
msgstr ""
|
1414 |
|
1415 |
-
#: admin/options/
|
1416 |
-
msgid "
|
1417 |
msgstr ""
|
1418 |
|
1419 |
-
#: admin/options/
|
1420 |
-
msgid "
|
1421 |
msgstr ""
|
1422 |
|
1423 |
-
#: admin/options/
|
1424 |
-
msgid "
|
1425 |
msgstr ""
|
1426 |
|
1427 |
-
#: admin/options/
|
1428 |
-
msgid "
|
1429 |
msgstr ""
|
1430 |
|
1431 |
-
#: admin/options/
|
1432 |
-
msgid "
|
1433 |
msgstr ""
|
1434 |
|
1435 |
-
#: admin/options/
|
1436 |
-
msgid "
|
1437 |
msgstr ""
|
1438 |
|
1439 |
-
#: admin/options/
|
1440 |
-
|
1441 |
-
msgid "Styling"
|
1442 |
msgstr ""
|
1443 |
|
1444 |
-
#: admin/options/
|
1445 |
-
msgid "
|
1446 |
msgstr ""
|
1447 |
|
1448 |
-
#: admin/options/
|
1449 |
-
msgid "
|
1450 |
msgstr ""
|
1451 |
|
1452 |
-
#: admin/options/
|
1453 |
-
msgid "
|
1454 |
msgstr ""
|
1455 |
|
1456 |
-
#: admin/options/
|
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/
|
1463 |
-
msgid "
|
1464 |
msgstr ""
|
1465 |
|
1466 |
-
#: admin/options/
|
1467 |
-
msgid "
|
1468 |
msgstr ""
|
1469 |
|
1470 |
-
#: admin/options/
|
1471 |
-
msgid "
|
1472 |
msgstr ""
|
1473 |
|
1474 |
-
#: admin/options/
|
1475 |
-
msgid "
|
1476 |
msgstr ""
|
1477 |
|
1478 |
-
#: admin/options/
|
1479 |
-
msgid "
|
1480 |
msgstr ""
|
1481 |
|
1482 |
-
#: admin/options/
|
1483 |
-
msgid "
|
1484 |
msgstr ""
|
1485 |
|
1486 |
-
#: admin/options/
|
1487 |
-
msgid "
|
1488 |
msgstr ""
|
1489 |
|
1490 |
-
#: admin/options/
|
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 |
-
|
1497 |
-
|
|
|
|
|
1498 |
msgstr ""
|
1499 |
|
1500 |
-
#: admin/options/
|
1501 |
-
msgid "
|
1502 |
msgstr ""
|
1503 |
|
1504 |
-
#: admin/options/
|
1505 |
-
msgid "
|
|
|
|
|
1506 |
msgstr ""
|
1507 |
|
1508 |
-
#: admin/options/
|
1509 |
-
msgid ""
|
1510 |
-
"Use WP Review comments template. Better chances for out of the box "
|
1511 |
-
"integration."
|
1512 |
msgstr ""
|
1513 |
|
1514 |
-
|
1515 |
-
|
|
|
|
|
1516 |
msgstr ""
|
1517 |
|
1518 |
-
#: admin/options/
|
1519 |
-
msgid "
|
1520 |
msgstr ""
|
1521 |
|
1522 |
-
#: admin/options/
|
1523 |
-
msgid "
|
1524 |
msgstr ""
|
1525 |
|
1526 |
-
|
1527 |
-
|
|
|
|
|
1528 |
msgstr ""
|
1529 |
|
1530 |
-
#: admin/options/
|
1531 |
-
msgid "
|
1532 |
msgstr ""
|
1533 |
|
1534 |
-
#: admin/options/review.php:
|
1535 |
-
|
|
|
1536 |
msgstr ""
|
1537 |
|
1538 |
-
#: admin/options/
|
1539 |
-
msgid "
|
1540 |
msgstr ""
|
1541 |
|
1542 |
-
#: admin/options/
|
1543 |
-
msgid "
|
1544 |
msgstr ""
|
1545 |
|
1546 |
-
#: admin/options/
|
1547 |
-
msgid "
|
1548 |
msgstr ""
|
1549 |
|
1550 |
-
#: admin/options/
|
1551 |
-
msgid "
|
1552 |
msgstr ""
|
1553 |
|
1554 |
-
#: admin/options/
|
1555 |
-
msgid "
|
1556 |
msgstr ""
|
1557 |
|
1558 |
-
#: admin/options/
|
1559 |
-
msgid "
|
1560 |
msgstr ""
|
1561 |
|
1562 |
-
#: admin/options/
|
1563 |
-
msgid "
|
1564 |
msgstr ""
|
1565 |
|
1566 |
-
#: admin/options/
|
1567 |
-
msgid "
|
1568 |
msgstr ""
|
1569 |
|
1570 |
-
#: admin/options/
|
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/
|
1577 |
-
msgid "
|
1578 |
msgstr ""
|
1579 |
|
1580 |
-
#: admin/options/
|
1581 |
-
msgid ""
|
1582 |
-
"Many templates use Google Font, select <code>No</code> to use default theme "
|
1583 |
-
"font."
|
1584 |
msgstr ""
|
1585 |
|
1586 |
-
#: admin/options/
|
1587 |
-
msgid "
|
1588 |
msgstr ""
|
1589 |
|
1590 |
-
#: admin/options/
|
1591 |
-
msgid "
|
1592 |
msgstr ""
|
1593 |
|
1594 |
-
#: admin/options/
|
1595 |
-
msgid "
|
1596 |
msgstr ""
|
1597 |
|
1598 |
-
#: admin/options/
|
1599 |
-
msgid "
|
1600 |
msgstr ""
|
1601 |
|
1602 |
-
#: admin/options/
|
1603 |
-
msgid "
|
1604 |
msgstr ""
|
1605 |
|
1606 |
-
#: admin/options/
|
1607 |
-
msgid "
|
1608 |
msgstr ""
|
1609 |
|
1610 |
-
#: admin/options/
|
1611 |
-
msgid "
|
1612 |
msgstr ""
|
1613 |
|
1614 |
-
#: admin/options/
|
1615 |
-
msgid "
|
1616 |
-
msgstr ""
|
1617 |
-
|
1618 |
-
#: admin/options/review.php:771
|
1619 |
-
msgid "Features"
|
1620 |
msgstr ""
|
1621 |
|
1622 |
-
#: admin/options/
|
1623 |
-
msgid "
|
1624 |
msgstr ""
|
1625 |
|
1626 |
-
#: admin/options/
|
1627 |
-
|
|
|
1628 |
msgstr ""
|
1629 |
|
1630 |
-
#: admin/options/
|
1631 |
-
msgid "
|
|
|
|
|
1632 |
msgstr ""
|
1633 |
|
1634 |
-
#: admin/options/
|
1635 |
-
msgid "
|
1636 |
msgstr ""
|
1637 |
|
1638 |
-
#: admin/options/
|
1639 |
-
msgid "
|
1640 |
msgstr ""
|
1641 |
|
1642 |
-
#: admin/options/
|
1643 |
msgid ""
|
1644 |
-
"
|
1645 |
-
"
|
1646 |
msgstr ""
|
1647 |
|
1648 |
-
#: admin/options/
|
1649 |
-
msgid "
|
1650 |
msgstr ""
|
1651 |
|
1652 |
-
#: admin/options/
|
1653 |
-
msgid "
|
1654 |
msgstr ""
|
1655 |
|
1656 |
-
#: admin/options/
|
1657 |
-
msgid "
|
|
|
|
|
1658 |
msgstr ""
|
1659 |
|
1660 |
-
#: admin/options/
|
1661 |
-
msgid "
|
1662 |
msgstr ""
|
1663 |
|
1664 |
-
#: admin/options/
|
1665 |
-
msgid "Show
|
1666 |
msgstr ""
|
1667 |
|
1668 |
-
#: admin/options/
|
1669 |
-
msgid "
|
1670 |
msgstr ""
|
1671 |
|
1672 |
-
#: admin/options/
|
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:
|
1679 |
-
|
1680 |
-
msgid "%s ratings left to import."
|
1681 |
msgstr ""
|
1682 |
|
1683 |
-
#: admin/options/
|
1684 |
-
msgid "
|
1685 |
msgstr ""
|
1686 |
|
1687 |
-
#: admin/options/
|
1688 |
-
msgid "
|
1689 |
msgstr ""
|
1690 |
|
1691 |
-
#: admin/options/
|
1692 |
-
msgid "
|
1693 |
msgstr ""
|
1694 |
|
1695 |
-
|
1696 |
-
|
1697 |
-
#, php-format
|
1698 |
-
msgid "%s to get Yelp API Key."
|
1699 |
msgstr ""
|
1700 |
|
1701 |
-
#: admin/options/
|
1702 |
-
|
1703 |
-
msgid "Click here"
|
1704 |
msgstr ""
|
1705 |
|
1706 |
-
#: admin/options/
|
1707 |
-
msgid "
|
1708 |
msgstr ""
|
1709 |
|
1710 |
-
#: admin/options/
|
1711 |
-
msgid "
|
1712 |
msgstr ""
|
1713 |
|
1714 |
-
#: admin/options/
|
1715 |
-
msgid "
|
1716 |
msgstr ""
|
1717 |
|
1718 |
-
#: admin/options/
|
1719 |
-
msgid "
|
1720 |
msgstr ""
|
1721 |
|
1722 |
-
#: admin/options/
|
1723 |
-
msgid "
|
1724 |
msgstr ""
|
1725 |
|
1726 |
-
#: admin/options/
|
1727 |
-
msgid "Popup
|
1728 |
msgstr ""
|
1729 |
|
1730 |
-
#: admin/options/
|
1731 |
-
msgid "
|
1732 |
msgstr ""
|
1733 |
|
1734 |
-
#: admin/options/
|
1735 |
-
msgid "
|
1736 |
msgstr ""
|
1737 |
|
1738 |
-
#: admin/options/
|
1739 |
-
msgid "
|
1740 |
msgstr ""
|
1741 |
|
1742 |
-
#: admin/options/
|
1743 |
-
msgid "
|
1744 |
msgstr ""
|
1745 |
|
1746 |
-
#: admin/options/
|
1747 |
-
msgid "
|
1748 |
msgstr ""
|
1749 |
|
1750 |
-
#: admin/options/
|
1751 |
-
msgid "
|
1752 |
msgstr ""
|
1753 |
|
1754 |
-
#: admin/options/
|
1755 |
-
msgid "
|
1756 |
msgstr ""
|
1757 |
|
1758 |
-
#: admin/options/
|
1759 |
-
msgid "
|
1760 |
msgstr ""
|
1761 |
|
1762 |
-
#: admin/options/
|
1763 |
-
msgid "
|
1764 |
msgstr ""
|
1765 |
|
1766 |
-
#: admin/options/
|
1767 |
-
msgid "
|
1768 |
msgstr ""
|
1769 |
|
1770 |
-
#: admin/options/
|
1771 |
-
msgid "
|
1772 |
msgstr ""
|
1773 |
|
1774 |
-
#: admin/options/
|
1775 |
-
msgid "
|
1776 |
msgstr ""
|
1777 |
|
1778 |
-
#: admin/options/
|
1779 |
-
msgid "
|
|
|
|
|
1780 |
msgstr ""
|
1781 |
|
1782 |
-
#: admin/options/
|
1783 |
-
msgid "
|
1784 |
msgstr ""
|
1785 |
|
1786 |
-
#: admin/options/
|
1787 |
-
msgid "
|
1788 |
msgstr ""
|
1789 |
|
1790 |
-
#: admin/options/
|
1791 |
-
msgid "
|
1792 |
msgstr ""
|
1793 |
|
1794 |
-
#: admin/options/
|
1795 |
-
msgid "
|
1796 |
msgstr ""
|
1797 |
|
1798 |
-
#: admin/options/
|
1799 |
-
msgid "
|
1800 |
msgstr ""
|
1801 |
|
1802 |
-
|
1803 |
-
|
1804 |
-
#, php-format
|
1805 |
-
msgid "Show popup after %s second(s)"
|
1806 |
msgstr ""
|
1807 |
|
1808 |
-
#: admin/options/
|
1809 |
-
msgid "
|
1810 |
msgstr ""
|
1811 |
|
1812 |
-
#: admin/options/
|
1813 |
msgid ""
|
1814 |
-
"
|
1815 |
-
"
|
1816 |
msgstr ""
|
1817 |
|
1818 |
-
#: admin/options/
|
1819 |
-
msgid "
|
1820 |
msgstr ""
|
1821 |
|
1822 |
-
|
1823 |
-
|
1824 |
-
#, php-format
|
1825 |
-
msgid "Show popup on screens larger than %s pixels"
|
1826 |
msgstr ""
|
1827 |
|
1828 |
-
#: admin/options/
|
1829 |
-
msgid "
|
1830 |
msgstr ""
|
1831 |
|
1832 |
-
#: admin/options/
|
1833 |
-
msgid "
|
|
|
|
|
1834 |
msgstr ""
|
1835 |
|
1836 |
-
#: admin/options/
|
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/
|
1843 |
-
msgid "
|
1844 |
msgstr ""
|
1845 |
|
1846 |
-
#: admin/options/
|
1847 |
-
msgid "
|
1848 |
msgstr ""
|
1849 |
|
1850 |
-
#: admin/options/
|
1851 |
-
msgid "
|
1852 |
msgstr ""
|
1853 |
|
1854 |
-
#: admin/options/
|
1855 |
-
msgid "
|
1856 |
msgstr ""
|
1857 |
|
1858 |
-
#: admin/options/
|
1859 |
-
msgid "
|
1860 |
msgstr ""
|
1861 |
|
1862 |
-
#: admin/options/
|
1863 |
-
msgid "
|
1864 |
msgstr ""
|
1865 |
|
1866 |
-
#: admin/options/
|
1867 |
-
msgid "
|
1868 |
msgstr ""
|
1869 |
|
1870 |
-
#: admin/options/
|
1871 |
-
msgid "
|
1872 |
msgstr ""
|
1873 |
|
1874 |
-
#: admin/options/
|
1875 |
-
msgid "
|
1876 |
msgstr ""
|
1877 |
|
1878 |
-
#: admin/options/
|
1879 |
-
msgid "
|
1880 |
msgstr ""
|
1881 |
|
1882 |
-
#: admin/options/
|
1883 |
-
msgid "
|
1884 |
msgstr ""
|
1885 |
|
1886 |
-
#: admin/options/
|
1887 |
-
msgid "
|
1888 |
msgstr ""
|
1889 |
|
1890 |
-
#: admin/options/
|
1891 |
-
msgid "
|
1892 |
msgstr ""
|
1893 |
|
1894 |
-
#: admin/options/
|
1895 |
-
msgid "
|
|
|
|
|
1896 |
msgstr ""
|
1897 |
|
1898 |
-
#: admin/options/
|
1899 |
-
msgid "
|
1900 |
msgstr ""
|
1901 |
|
1902 |
-
#: admin/options/
|
1903 |
-
msgid "
|
|
|
|
|
1904 |
msgstr ""
|
1905 |
|
1906 |
-
#: admin/options/
|
1907 |
-
msgid "
|
1908 |
msgstr ""
|
1909 |
|
1910 |
-
#: admin/options/
|
1911 |
-
msgid "
|
1912 |
msgstr ""
|
1913 |
|
1914 |
-
#: admin/options/
|
1915 |
-
msgid "
|
1916 |
msgstr ""
|
1917 |
|
1918 |
-
#: admin/options/
|
1919 |
-
msgid "
|
1920 |
msgstr ""
|
1921 |
|
1922 |
-
#: admin/options/
|
1923 |
-
msgid "
|
1924 |
msgstr ""
|
1925 |
|
1926 |
-
#: admin/options/
|
1927 |
-
msgid "
|
1928 |
msgstr ""
|
1929 |
|
1930 |
-
#: admin/options/
|
1931 |
-
msgid "
|
1932 |
msgstr ""
|
1933 |
|
1934 |
-
|
1935 |
-
|
1936 |
-
#, php-format
|
1937 |
-
msgid "%s to get Google API key."
|
1938 |
msgstr ""
|
1939 |
|
1940 |
-
|
1941 |
-
|
1942 |
-
#, php-format
|
1943 |
-
msgid "%s to create Facebook App. Remember to add your domain to app."
|
1944 |
msgstr ""
|
1945 |
|
1946 |
-
#: admin/options/
|
1947 |
-
msgid "
|
1948 |
msgstr ""
|
1949 |
|
1950 |
-
#: admin/options/
|
1951 |
-
msgid "
|
1952 |
msgstr ""
|
1953 |
|
1954 |
-
#: admin/options/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1955 |
msgid ""
|
1956 |
-
"
|
1957 |
-
"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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…"
|
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 "« Previous"
|
1954 |
+
msgstr ""
|
1955 |
+
|
1956 |
+
#: includes/widgets/class-wp-review-tab-widget.php:552
|
1957 |
+
msgid "Next »"
|
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.
|
7 |
-
Stable tag: 5.2.
|
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.
|
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.
|
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' );
|