Site Reviews - Version 5.17.5

Version Description

(2021-11-16) =

  • Added setting to add a custom fallback avatar image
Download this release

Release Info

Developer geminilabs
Plugin Icon 128x128 Site Reviews
Version 5.17.5
Comparing to
See all releases

Code changes from version 5.17.4 to 5.17.5

config/settings.php CHANGED
@@ -224,6 +224,7 @@ return [
224
  ],
225
  'label' => _x('Fallback Avatar', 'admin-text', 'site-reviews'),
226
  'options' => [
 
227
  'identicon' => _x('Identicon (geometric patterns)', 'admin-text', 'site-reviews'),
228
  'initials' => _x('Initials (initials of reviewer\'s name)', 'admin-text', 'site-reviews'),
229
  'monsterid' => _x('Monster (monsters with generated faces)', 'admin-text', 'site-reviews'),
@@ -236,6 +237,15 @@ return [
236
  'tooltip' => _x('This image is displayed when there is no avatar.', 'admin-text', 'site-reviews'),
237
  'type' => 'select',
238
  ],
 
 
 
 
 
 
 
 
 
239
  'settings.reviews.avatars_regenerate' => [
240
  'default' => 'no',
241
  'depends_on' => [
224
  ],
225
  'label' => _x('Fallback Avatar', 'admin-text', 'site-reviews'),
226
  'options' => [
227
+ 'custom' => _x('Custom Image URL', 'admin-text', 'site-reviews'),
228
  'identicon' => _x('Identicon (geometric patterns)', 'admin-text', 'site-reviews'),
229
  'initials' => _x('Initials (initials of reviewer\'s name)', 'admin-text', 'site-reviews'),
230
  'monsterid' => _x('Monster (monsters with generated faces)', 'admin-text', 'site-reviews'),
237
  'tooltip' => _x('This image is displayed when there is no avatar.', 'admin-text', 'site-reviews'),
238
  'type' => 'select',
239
  ],
240
+ 'settings.reviews.avatars_fallback_url' => [
241
+ 'default' => '',
242
+ 'depends_on' => [
243
+ 'settings.reviews.avatars_fallback' => 'custom',
244
+ ],
245
+ 'label' => _x('Fallback Avatar URL', 'admin-text', 'site-reviews'),
246
+ 'tooltip' => _x('Enter a custom image URL to use as the fallback avatar.', 'admin-text', 'site-reviews'),
247
+ 'type' => 'text',
248
+ ],
249
  'settings.reviews.avatars_regenerate' => [
250
  'default' => 'no',
251
  'depends_on' => [
languages/site-reviews-en_US.mo CHANGED
Binary file
languages/site-reviews-en_US.po CHANGED
@@ -36,7 +36,7 @@ msgid_plural "%s stars or less"
36
  msgstr[0] "%s star or less"
37
  msgstr[1] "%s stars or less"
38
 
39
- #: config/settings.php:292, plugin/Modules/Html/ReviewsHtml.php:136
40
  msgid "There are no reviews yet. Be the first one to write one."
41
  msgstr "There are no reviews yet. Be the first one to write one."
42
 
@@ -176,7 +176,7 @@ msgstr "and"
176
  msgid "Show less"
177
  msgstr "Show less"
178
 
179
- #: plugin/Modules/Avatar.php:115
180
  msgid "Avatar for %s"
181
  msgstr "Avatar for %s"
182
 
@@ -935,117 +935,132 @@ msgctxt "admin-text"
935
  msgid "Fallback Avatar"
936
  msgstr "Fallback Avatar"
937
 
938
- #: config/settings.php:227
 
 
 
 
 
939
  msgctxt "admin-text"
940
  msgid "Identicon (geometric patterns)"
941
  msgstr "Identicon (geometric patterns)"
942
 
943
- #: config/settings.php:228
944
  msgctxt "admin-text"
945
  msgid "Initials (initials of reviewer's name)"
946
  msgstr "Initials (initials of reviewer's name)"
947
 
948
- #: config/settings.php:229
949
  msgctxt "admin-text"
950
  msgid "Monster (monsters with generated faces)"
951
  msgstr "Monster (monsters with generated faces)"
952
 
953
- #: config/settings.php:230
954
  msgctxt "admin-text"
955
  msgid "Mystery (silhouetted outline of a person)"
956
  msgstr "Mystery (silhouetted outline of a person)"
957
 
958
- #: config/settings.php:231
959
  msgctxt "admin-text"
960
  msgid "Pixel Avatars (locally generated)"
961
  msgstr "Pixel Avatars (locally generated)"
962
 
963
- #: config/settings.php:232
964
  msgctxt "admin-text"
965
  msgid "Retro (8-bit arcade-style pixelated faces)"
966
  msgstr "Retro (8-bit arcade-style pixelated faces)"
967
 
968
- #: config/settings.php:233
969
  msgctxt "admin-text"
970
  msgid "Robohash (robots with generated faces)"
971
  msgstr "Robohash (robots with generated faces)"
972
 
973
- #: config/settings.php:234
974
  msgctxt "admin-text"
975
  msgid "Wavatar (faces with generated features)"
976
  msgstr "Wavatar (faces with generated features)"
977
 
978
- #: config/settings.php:236
979
  msgctxt "admin-text"
980
  msgid "This image is displayed when there is no avatar."
981
  msgstr "This image is displayed when there is no avatar."
982
 
983
- #: config/settings.php:244
 
 
 
 
 
 
 
 
 
 
984
  msgctxt "admin-text"
985
  msgid "Regenerate Avatars"
986
  msgstr "Regenerate Avatars"
987
 
988
- #: config/settings.php:245
989
  msgctxt "admin-text"
990
  msgid "This will regenerate the avatar whenever a local review is shown."
991
  msgstr "This will regenerate the avatar whenever a local review is shown."
992
 
993
- #: config/settings.php:254
994
  msgctxt "admin-text"
995
  msgid "Avatar Size"
996
  msgstr "Avatar Size"
997
 
998
- #: config/settings.php:256
999
  msgctxt "admin-text"
1000
  msgid "Set the height/width of the avatar in pixels."
1001
  msgstr "Set the height/width of the avatar in pixels."
1002
 
1003
- #: config/settings.php:261
1004
  msgctxt "admin-text"
1005
  msgid "Enable Excerpts"
1006
  msgstr "Enable Excerpts"
1007
 
1008
- #: config/settings.php:262
1009
  msgctxt "admin-text"
1010
  msgid "Display an excerpt instead of the full review."
1011
  msgstr "Display an excerpt instead of the full review."
1012
 
1013
- #: config/settings.php:271
1014
  msgctxt "admin-text"
1015
  msgid "Excerpt Action"
1016
  msgstr "Excerpt Action"
1017
 
1018
- #: config/settings.php:273
1019
  msgctxt "admin-text"
1020
  msgid "Collapse/Expand the review"
1021
  msgstr "Collapse/Expand the review"
1022
 
1023
- #: config/settings.php:274
1024
  msgctxt "admin-text"
1025
  msgid "Display the review in a modal"
1026
  msgstr "Display the review in a modal"
1027
 
1028
- #: config/settings.php:285
1029
  msgctxt "admin-text"
1030
  msgid "Excerpt Length"
1031
  msgstr "Excerpt Length"
1032
 
1033
- #: config/settings.php:286
1034
  msgctxt "admin-text"
1035
  msgid "Set the excerpt word length."
1036
  msgstr "Set the excerpt word length."
1037
 
1038
- #: config/settings.php:291
1039
  msgctxt "admin-text"
1040
  msgid "The default text is: %s"
1041
  msgstr "The default text is: %s"
1042
 
1043
- #: config/settings.php:294
1044
  msgctxt "admin-text"
1045
  msgid "Enable Fallback Text"
1046
  msgstr "Enable Fallback Text"
1047
 
1048
- #: config/settings.php:295
1049
  msgctxt "admin-text"
1050
  msgid ""
1051
  "Display the fallback text when there are no reviews to display. This can be "
@@ -1056,12 +1071,12 @@ msgstr ""
1056
  "changed on the %s page. You may also override this by using the "
1057
  "\"fallback\" option on the shortcode."
1058
 
1059
- #: config/settings.php:296, plugin/Controllers/MenuController.php:140
1060
  msgctxt "admin-text"
1061
  msgid "Translations"
1062
  msgstr "Translations"
1063
 
1064
- #: config/settings.php:303
1065
  msgctxt "admin-text"
1066
  msgid ""
1067
  "If you would like to keep the pagination links but prevent search engines "
@@ -1070,37 +1085,37 @@ msgstr ""
1070
  "If you would like to keep the pagination links but prevent search engines "
1071
  "from indexing them, add the following lines to your %s file: %s"
1072
 
1073
- #: config/settings.php:309
1074
  msgctxt "admin-text"
1075
  msgid "Enable Paginated URLs"
1076
  msgstr "Enable Paginated URLs"
1077
 
1078
- #: config/settings.php:310
1079
  msgctxt "admin-text"
1080
  msgid "Paginated URLs include the %s URL parameter."
1081
  msgstr "Paginated URLs include the %s URL parameter."
1082
 
1083
- #: config/settings.php:318
1084
  msgctxt "admin-text"
1085
  msgid "Default Schema Type"
1086
  msgstr "Default Schema Type"
1087
 
1088
- #: config/settings.php:320
1089
  msgctxt "admin-text"
1090
  msgid "Local Business"
1091
  msgstr "Local Business"
1092
 
1093
- #: config/settings.php:321
1094
  msgctxt "admin-text"
1095
  msgid "Product"
1096
  msgstr "Product"
1097
 
1098
- #: config/settings.php:322
1099
  msgctxt "admin-text"
1100
  msgid "Custom"
1101
  msgstr "Custom"
1102
 
1103
- #: config/settings.php:324, config/settings.php:348, config/settings.php:370, config/settings.php:392, config/settings.php:414, config/settings.php:435, config/settings.php:447, config/settings.php:459, config/settings.php:475, config/settings.php:488, config/settings.php:501, config/settings.php:514, config/settings.php:526
1104
  msgctxt "admin-text"
1105
  msgid ""
1106
  "You can use the %s to override this value on your page. The Custom Field "
@@ -1109,267 +1124,262 @@ msgstr ""
1109
  "You can use the %s to override this value on your page. The Custom Field "
1110
  "name to use is:"
1111
 
1112
- #: config/settings.php:325, config/settings.php:349, config/settings.php:371, config/settings.php:393, config/settings.php:415, config/settings.php:436, config/settings.php:448, config/settings.php:460, config/settings.php:476, config/settings.php:489, config/settings.php:502, config/settings.php:515, config/settings.php:527
1113
  msgctxt "admin-text"
1114
  msgid "Custom Fields metabox"
1115
  msgstr "Custom Fields metabox"
1116
 
1117
- #: config/settings.php:334
1118
  msgctxt "admin-text"
1119
  msgid "Custom Schema Type"
1120
  msgstr "Custom Schema Type"
1121
 
1122
- #: config/settings.php:336
1123
  msgctxt "admin-text"
1124
  msgid "read this"
1125
  msgstr "read this"
1126
 
1127
- #: config/settings.php:343
1128
  msgctxt "admin-text"
1129
  msgid "Default Name"
1130
  msgstr "Default Name"
1131
 
1132
- #: config/settings.php:345
1133
  msgctxt "admin-text"
1134
  msgid "Use the assigned or current page title"
1135
  msgstr "Use the assigned or current page title"
1136
 
1137
- #: config/settings.php:346, config/settings.php:359
1138
  msgctxt "admin-text"
1139
  msgid "Enter a custom title"
1140
  msgstr "Enter a custom title"
1141
 
1142
- #: config/settings.php:358
1143
  msgctxt "admin-text"
1144
  msgid "Custom Name"
1145
  msgstr "Custom Name"
1146
 
1147
- #: config/settings.php:365
1148
  msgctxt "admin-text"
1149
  msgid "Default Description"
1150
  msgstr "Default Description"
1151
 
1152
- #: config/settings.php:367
1153
  msgctxt "admin-text"
1154
  msgid "Use the assigned or current page excerpt"
1155
  msgstr "Use the assigned or current page excerpt"
1156
 
1157
- #: config/settings.php:368, config/settings.php:381
1158
  msgctxt "admin-text"
1159
  msgid "Enter a custom description"
1160
  msgstr "Enter a custom description"
1161
 
1162
- #: config/settings.php:380
1163
  msgctxt "admin-text"
1164
  msgid "Custom Description"
1165
  msgstr "Custom Description"
1166
 
1167
- #: config/settings.php:387
1168
  msgctxt "admin-text"
1169
  msgid "Default URL"
1170
  msgstr "Default URL"
1171
 
1172
- #: config/settings.php:389
1173
  msgctxt "admin-text"
1174
  msgid "Use the assigned or current page URL"
1175
  msgstr "Use the assigned or current page URL"
1176
 
1177
- #: config/settings.php:390, config/settings.php:403
1178
  msgctxt "admin-text"
1179
  msgid "Enter a custom URL"
1180
  msgstr "Enter a custom URL"
1181
 
1182
- #: config/settings.php:402
1183
  msgctxt "admin-text"
1184
  msgid "Custom URL"
1185
  msgstr "Custom URL"
1186
 
1187
- #: config/settings.php:409
1188
  msgctxt "admin-text"
1189
  msgid "Default Image"
1190
  msgstr "Default Image"
1191
 
1192
- #: config/settings.php:411
1193
  msgctxt "admin-text"
1194
  msgid "Use the featured image of the assigned or current page"
1195
  msgstr "Use the featured image of the assigned or current page"
1196
 
1197
- #: config/settings.php:412, config/settings.php:425
1198
  msgctxt "admin-text"
1199
  msgid "Enter a custom image URL"
1200
  msgstr "Enter a custom image URL"
1201
 
1202
- #: config/settings.php:424
1203
- msgctxt "admin-text"
1204
- msgid "Custom Image URL"
1205
- msgstr "Custom Image URL"
1206
-
1207
- #: config/settings.php:433
1208
  msgctxt "admin-text"
1209
  msgid "Address"
1210
  msgstr "Address"
1211
 
1212
- #: config/settings.php:434
1213
  msgctxt "admin-text"
1214
  msgid "60 29th Street #343, San Francisco, CA 94110, US"
1215
  msgstr "60 29th Street #343, San Francisco, CA 94110, US"
1216
 
1217
- #: config/settings.php:445
1218
  msgctxt "admin-text"
1219
  msgid "Telephone Number"
1220
  msgstr "Telephone Number"
1221
 
1222
- #: config/settings.php:446
1223
  msgctxt "admin-text"
1224
  msgid "+1 (877) 273-3049"
1225
  msgstr "+1 (877) 273-3049"
1226
 
1227
- #: config/settings.php:457
1228
  msgctxt "admin-text"
1229
  msgid "Price Range"
1230
  msgstr "Price Range"
1231
 
1232
- #: config/settings.php:458
1233
  msgctxt "admin-text"
1234
  msgid "$$-$$$"
1235
  msgstr "$$-$$$"
1236
 
1237
- #: config/settings.php:470
1238
  msgctxt "admin-text"
1239
  msgid "Offer Type"
1240
  msgstr "Offer Type"
1241
 
1242
- #: config/settings.php:472
1243
  msgctxt "admin-text"
1244
  msgid "AggregateOffer"
1245
  msgstr "AggregateOffer"
1246
 
1247
- #: config/settings.php:473
1248
  msgctxt "admin-text"
1249
  msgid "Offer"
1250
  msgstr "Offer"
1251
 
1252
- #: config/settings.php:486
1253
  msgctxt "admin-text"
1254
  msgid "Price"
1255
  msgstr "Price"
1256
 
1257
- #: config/settings.php:499
1258
  msgctxt "admin-text"
1259
  msgid "Low Price"
1260
  msgstr "Low Price"
1261
 
1262
- #: config/settings.php:512
1263
  msgctxt "admin-text"
1264
  msgid "High Price"
1265
  msgstr "High Price"
1266
 
1267
- #: config/settings.php:524
1268
  msgctxt "admin-text"
1269
  msgid "Price Currency"
1270
  msgstr "Price Currency"
1271
 
1272
- #: config/settings.php:525
1273
  msgctxt "admin-text"
1274
  msgid "USD"
1275
  msgstr "USD"
1276
 
1277
- #: config/settings.php:533
1278
  msgctxt "admin-text"
1279
  msgid "Required Fields"
1280
  msgstr "Required Fields"
1281
 
1282
- #: config/settings.php:535, config/forms/metabox-fields.php:5, plugin/Defaults/PostTypeColumnDefaults.php:25, plugin/Defaults/RevisionFieldsDefaults.php:16, plugin/Tinymce/SiteReviewsTinymce.php:30
1283
  msgctxt "admin-text"
1284
  msgid "Rating"
1285
  msgstr "Rating"
1286
 
1287
- #: config/settings.php:536, plugin/Tinymce/SiteReviewsFormTinymce.php:16, plugin/Tinymce/SiteReviewsSummaryTinymce.php:17, plugin/Tinymce/SiteReviewsTinymce.php:17, plugin/Widgets/SiteReviewsFormWidget.php:20, plugin/Widgets/SiteReviewsSummaryWidget.php:20, plugin/Widgets/SiteReviewsWidget.php:20
1288
  msgctxt "admin-text"
1289
  msgid "Title"
1290
  msgstr "Title"
1291
 
1292
- #: config/settings.php:537, plugin/Defaults/PostTypeLabelDefaults.php:15
1293
  msgctxt "admin-text"
1294
  msgid "Review"
1295
  msgstr "Review"
1296
 
1297
- #: config/settings.php:538, config/forms/metabox-fields.php:14, plugin/Controllers/PrivacyController.php:130, plugin/Defaults/PostTypeColumnDefaults.php:20, plugin/Defaults/RevisionFieldsDefaults.php:18
1298
  msgctxt "admin-text"
1299
  msgid "Name"
1300
  msgstr "Name"
1301
 
1302
- #: config/settings.php:539, config/forms/metabox-fields.php:18, plugin/Controllers/PrivacyController.php:131, plugin/Defaults/PostTypeColumnDefaults.php:21, plugin/Defaults/RevisionFieldsDefaults.php:19
1303
  msgctxt "admin-text"
1304
  msgid "Email"
1305
  msgstr "Email"
1306
 
1307
- #: config/settings.php:540, config/forms/metabox-fields.php:30
1308
  msgctxt "admin-text"
1309
  msgid "Terms"
1310
  msgstr "Terms"
1311
 
1312
- #: config/settings.php:542
1313
  msgctxt "admin-text"
1314
  msgid "Choose which fields should be required in the review form."
1315
  msgstr "Choose which fields should be required in the review form."
1316
 
1317
- #: config/settings.php:548
1318
  msgctxt "admin-text"
1319
  msgid "Limit Reviews"
1320
  msgstr "Limit Reviews"
1321
 
1322
- #: config/settings.php:550
1323
  msgctxt "admin-text"
1324
  msgid "No Limit"
1325
  msgstr "No Limit"
1326
 
1327
- #: config/settings.php:551
1328
  msgctxt "admin-text"
1329
  msgid "By Email Address"
1330
  msgstr "By Email Address"
1331
 
1332
- #: config/settings.php:552
1333
  msgctxt "admin-text"
1334
  msgid "By IP Address"
1335
  msgstr "By IP Address"
1336
 
1337
- #: config/settings.php:553
1338
  msgctxt "admin-text"
1339
  msgid "By Username (will only work for registered users)"
1340
  msgstr "By Username (will only work for registered users)"
1341
 
1342
- #: config/settings.php:555
1343
  msgctxt "admin-text"
1344
  msgid "Limits the number of reviews that can be submitted to one-per-person."
1345
  msgstr "Limits the number of reviews that can be submitted to one-per-person."
1346
 
1347
- #: config/settings.php:563
1348
  msgctxt "admin-text"
1349
  msgid "Restrict Limits To"
1350
  msgstr "Restrict Limits To"
1351
 
1352
- #: config/settings.php:565, plugin/Controllers/MetaboxController.php:38, plugin/Tinymce/SiteReviewsSummaryTinymce.php:25, plugin/Tinymce/SiteReviewsTinymce.php:56, views/partials/screen/inline-edit.php:102
1353
  msgctxt "admin-text"
1354
  msgid "Assigned Posts"
1355
  msgstr "Assigned Posts"
1356
 
1357
- #: config/settings.php:566
1358
  msgctxt "admin-text"
1359
  msgid "Assigned Terms"
1360
  msgstr "Assigned Terms"
1361
 
1362
- #: config/settings.php:567, plugin/Controllers/MetaboxController.php:39, plugin/Defaults/PostTypeColumnDefaults.php:19, views/partials/screen/inline-edit.php:113
1363
  msgctxt "admin-text"
1364
  msgid "Assigned Users"
1365
  msgstr "Assigned Users"
1366
 
1367
- #: config/settings.php:570
1368
  msgctxt "admin-text"
1369
  msgid "Select which assignments the review limits should be restricted to."
1370
  msgstr "Select which assignments the review limits should be restricted to."
1371
 
1372
- #: config/settings.php:571
1373
  msgctxt "admin-text"
1374
  msgid ""
1375
  "The review limits use strict assignment, i.e. <code>restrict limits to "
@@ -1378,12 +1388,12 @@ msgstr ""
1378
  "The review limits use strict assignment, i.e. <code>restrict limits to "
1379
  "reviews assigned to this AND this</code>."
1380
 
1381
- #: config/settings.php:580
1382
  msgctxt "admin-text"
1383
  msgid "Email Whitelist"
1384
  msgstr "Email Whitelist"
1385
 
1386
- #: config/settings.php:582
1387
  msgctxt "admin-text"
1388
  msgid ""
1389
  "One Email per line. All emails in the whitelist will be excluded from the "
@@ -1392,12 +1402,12 @@ msgstr ""
1392
  "One Email per line. All emails in the whitelist will be excluded from the "
1393
  "review submission limit."
1394
 
1395
- #: config/settings.php:590
1396
  msgctxt "admin-text"
1397
  msgid "IP Address Whitelist"
1398
  msgstr "IP Address Whitelist"
1399
 
1400
- #: config/settings.php:592
1401
  msgctxt "admin-text"
1402
  msgid ""
1403
  "One IP Address per line. All IP Addresses in the whitelist will be excluded "
@@ -1406,12 +1416,12 @@ msgstr ""
1406
  "One IP Address per line. All IP Addresses in the whitelist will be excluded "
1407
  "from the review submission limit.."
1408
 
1409
- #: config/settings.php:600
1410
  msgctxt "admin-text"
1411
  msgid "Username Whitelist"
1412
  msgstr "Username Whitelist"
1413
 
1414
- #: config/settings.php:602
1415
  msgctxt "admin-text"
1416
  msgid ""
1417
  "One Username per line. All registered users with a Username in the "
@@ -1420,27 +1430,27 @@ msgstr ""
1420
  "One Username per line. All registered users with a Username in the "
1421
  "whitelist will be excluded from the review submission limit."
1422
 
1423
- #: config/settings.php:608
1424
  msgctxt "admin-text"
1425
  msgid "Invisible reCAPTCHA"
1426
  msgstr "Invisible reCAPTCHA"
1427
 
1428
- #: config/settings.php:610
1429
  msgctxt "admin-text"
1430
  msgid "Do not use reCAPTCHA"
1431
  msgstr "Do not use reCAPTCHA"
1432
 
1433
- #: config/settings.php:611
1434
  msgctxt "admin-text"
1435
  msgid "Use reCAPTCHA"
1436
  msgstr "Use reCAPTCHA"
1437
 
1438
- #: config/settings.php:612
1439
  msgctxt "admin-text"
1440
  msgid "Use reCAPTCHA only for guest users"
1441
  msgstr "Use reCAPTCHA only for guest users"
1442
 
1443
- #: config/settings.php:614
1444
  msgctxt "admin-text"
1445
  msgid ""
1446
  "The Invisible reCAPTCHA badge (reCAPTCHA v2) is a free anti-spam service "
@@ -1453,47 +1463,47 @@ msgstr ""
1453
  "href=\"https://www.google.com/recaptcha/admin\" target=\"_blank\">sign "
1454
  "up</a> for an API key pair for your site."
1455
 
1456
- #: config/settings.php:622
1457
  msgctxt "admin-text"
1458
  msgid "Site Key"
1459
  msgstr "Site Key"
1460
 
1461
- #: config/settings.php:623
1462
  msgctxt "admin-text"
1463
  msgid "Enter the Invisible reCAPTCHA Site Key here"
1464
  msgstr "Enter the Invisible reCAPTCHA Site Key here"
1465
 
1466
- #: config/settings.php:631
1467
  msgctxt "admin-text"
1468
  msgid "Site Secret"
1469
  msgstr "Site Secret"
1470
 
1471
- #: config/settings.php:632
1472
  msgctxt "admin-text"
1473
  msgid "Enter the Invisible reCAPTCHA Site Secret here"
1474
  msgstr "Enter the Invisible reCAPTCHA Site Secret here"
1475
 
1476
- #: config/settings.php:641
1477
  msgctxt "admin-text"
1478
  msgid "Badge Position"
1479
  msgstr "Badge Position"
1480
 
1481
- #: config/settings.php:643
1482
  msgctxt "admin-text"
1483
  msgid "Bottom Left"
1484
  msgstr "Bottom Left"
1485
 
1486
- #: config/settings.php:644
1487
  msgctxt "admin-text"
1488
  msgid "Bottom Right"
1489
  msgstr "Bottom Right"
1490
 
1491
- #: config/settings.php:645
1492
  msgctxt "admin-text"
1493
  msgid "Inline"
1494
  msgstr "Inline"
1495
 
1496
- #: config/settings.php:647
1497
  msgctxt "admin-text"
1498
  msgid ""
1499
  "This option may not work consistently if another plugin is loading "
@@ -1502,12 +1512,12 @@ msgstr ""
1502
  "This option may not work consistently if another plugin is loading "
1503
  "reCAPTCHA on the same page as Site Reviews."
1504
 
1505
- #: config/settings.php:652
1506
  msgctxt "admin-text"
1507
  msgid "Enable Akismet"
1508
  msgstr "Enable Akismet"
1509
 
1510
- #: config/settings.php:653
1511
  msgctxt "admin-text"
1512
  msgid ""
1513
  "The <a href=\"https://akismet.com\" target=\"_blank\">Akismet plugin</a> "
@@ -1520,22 +1530,22 @@ msgstr ""
1520
  "setting to have any affect, you will need to first install and activate the "
1521
  "Akismet plugin and set up a WordPress.com API key."
1522
 
1523
- #: config/settings.php:659
1524
  msgctxt "admin-text"
1525
  msgid "Blacklist"
1526
  msgstr "Blacklist"
1527
 
1528
- #: config/settings.php:661
1529
  msgctxt "admin-text"
1530
  msgid "Use the Site Reviews Blacklist"
1531
  msgstr "Use the Site Reviews Blacklist"
1532
 
1533
- #: config/settings.php:662
1534
  msgctxt "admin-text"
1535
  msgid "Use the WordPress Disallowed Comment Keys"
1536
  msgstr "Use the WordPress Disallowed Comment Keys"
1537
 
1538
- #: config/settings.php:664
1539
  msgctxt "admin-text"
1540
  msgid ""
1541
  "Choose which Blacklist you would prefer to use for reviews. The %s option "
@@ -1544,17 +1554,17 @@ msgstr ""
1544
  "Choose which Blacklist you would prefer to use for reviews. The %s option "
1545
  "can be found in the WordPress Discussion Settings page."
1546
 
1547
- #: config/settings.php:665
1548
  msgctxt "admin-text"
1549
  msgid "Disallowed Comment Keys"
1550
  msgstr "Disallowed Comment Keys"
1551
 
1552
- #: config/settings.php:674
1553
  msgctxt "admin-text"
1554
  msgid "Review Blacklist"
1555
  msgstr "Review Blacklist"
1556
 
1557
- #: config/settings.php:676
1558
  msgctxt "admin-text"
1559
  msgid ""
1560
  "One entry or IP address per line. When a review contains any of these "
@@ -1567,22 +1577,22 @@ msgstr ""
1567
  "rejected. It is case-insensitive and will match partial words, so \"press\" "
1568
  "will match \"WordPress\"."
1569
 
1570
- #: config/settings.php:682
1571
  msgctxt "admin-text"
1572
  msgid "Blacklist Action"
1573
  msgstr "Blacklist Action"
1574
 
1575
- #: config/settings.php:684
1576
  msgctxt "admin-text"
1577
  msgid "Require approval"
1578
  msgstr "Require approval"
1579
 
1580
- #: config/settings.php:685
1581
  msgctxt "admin-text"
1582
  msgid "Reject submission"
1583
  msgstr "Reject submission"
1584
 
1585
- #: config/settings.php:687
1586
  msgctxt "admin-text"
1587
  msgid "Choose the action that should be taken when a review is blacklisted."
1588
  msgstr "Choose the action that should be taken when a review is blacklisted."
@@ -4441,17 +4451,17 @@ msgctxt "admin-text"
4441
  msgid "Ensure result set excludes reviews authored by specific users."
4442
  msgstr "Ensure result set excludes reviews authored by specific users."
4443
 
4444
- #: config/settings.php:249
4445
  msgctxt "avatar size (admin-text)"
4446
  msgid "pixels"
4447
  msgstr "pixels"
4448
 
4449
- #: config/settings.php:280
4450
  msgctxt "exceprt length (admin-text)"
4451
  msgid "words"
4452
  msgstr "words"
4453
 
4454
- #: config/settings.php:335
4455
  msgctxt "read this (admin-text)"
4456
  msgid ""
4457
  "Google limits the schema types that can potentially trigger review rich "
36
  msgstr[0] "%s star or less"
37
  msgstr[1] "%s stars or less"
38
 
39
+ #: config/settings.php:302, plugin/Modules/Html/ReviewsHtml.php:136
40
  msgid "There are no reviews yet. Be the first one to write one."
41
  msgstr "There are no reviews yet. Be the first one to write one."
42
 
176
  msgid "Show less"
177
  msgstr "Show less"
178
 
179
+ #: plugin/Modules/Avatar.php:122
180
  msgid "Avatar for %s"
181
  msgstr "Avatar for %s"
182
 
935
  msgid "Fallback Avatar"
936
  msgstr "Fallback Avatar"
937
 
938
+ #: config/settings.php:227, config/settings.php:434
939
+ msgctxt "admin-text"
940
+ msgid "Custom Image URL"
941
+ msgstr "Custom Image URL"
942
+
943
+ #: config/settings.php:228
944
  msgctxt "admin-text"
945
  msgid "Identicon (geometric patterns)"
946
  msgstr "Identicon (geometric patterns)"
947
 
948
+ #: config/settings.php:229
949
  msgctxt "admin-text"
950
  msgid "Initials (initials of reviewer's name)"
951
  msgstr "Initials (initials of reviewer's name)"
952
 
953
+ #: config/settings.php:230
954
  msgctxt "admin-text"
955
  msgid "Monster (monsters with generated faces)"
956
  msgstr "Monster (monsters with generated faces)"
957
 
958
+ #: config/settings.php:231
959
  msgctxt "admin-text"
960
  msgid "Mystery (silhouetted outline of a person)"
961
  msgstr "Mystery (silhouetted outline of a person)"
962
 
963
+ #: config/settings.php:232
964
  msgctxt "admin-text"
965
  msgid "Pixel Avatars (locally generated)"
966
  msgstr "Pixel Avatars (locally generated)"
967
 
968
+ #: config/settings.php:233
969
  msgctxt "admin-text"
970
  msgid "Retro (8-bit arcade-style pixelated faces)"
971
  msgstr "Retro (8-bit arcade-style pixelated faces)"
972
 
973
+ #: config/settings.php:234
974
  msgctxt "admin-text"
975
  msgid "Robohash (robots with generated faces)"
976
  msgstr "Robohash (robots with generated faces)"
977
 
978
+ #: config/settings.php:235
979
  msgctxt "admin-text"
980
  msgid "Wavatar (faces with generated features)"
981
  msgstr "Wavatar (faces with generated features)"
982
 
983
+ #: config/settings.php:237
984
  msgctxt "admin-text"
985
  msgid "This image is displayed when there is no avatar."
986
  msgstr "This image is displayed when there is no avatar."
987
 
988
+ #: config/settings.php:245
989
+ msgctxt "admin-text"
990
+ msgid "Fallback Avatar URL"
991
+ msgstr "Fallback Avatar URL"
992
+
993
+ #: config/settings.php:246
994
+ msgctxt "admin-text"
995
+ msgid "Enter a custom image URL to use as the fallback avatar."
996
+ msgstr "Enter a custom image URL to use as the fallback avatar."
997
+
998
+ #: config/settings.php:254
999
  msgctxt "admin-text"
1000
  msgid "Regenerate Avatars"
1001
  msgstr "Regenerate Avatars"
1002
 
1003
+ #: config/settings.php:255
1004
  msgctxt "admin-text"
1005
  msgid "This will regenerate the avatar whenever a local review is shown."
1006
  msgstr "This will regenerate the avatar whenever a local review is shown."
1007
 
1008
+ #: config/settings.php:264
1009
  msgctxt "admin-text"
1010
  msgid "Avatar Size"
1011
  msgstr "Avatar Size"
1012
 
1013
+ #: config/settings.php:266
1014
  msgctxt "admin-text"
1015
  msgid "Set the height/width of the avatar in pixels."
1016
  msgstr "Set the height/width of the avatar in pixels."
1017
 
1018
+ #: config/settings.php:271
1019
  msgctxt "admin-text"
1020
  msgid "Enable Excerpts"
1021
  msgstr "Enable Excerpts"
1022
 
1023
+ #: config/settings.php:272
1024
  msgctxt "admin-text"
1025
  msgid "Display an excerpt instead of the full review."
1026
  msgstr "Display an excerpt instead of the full review."
1027
 
1028
+ #: config/settings.php:281
1029
  msgctxt "admin-text"
1030
  msgid "Excerpt Action"
1031
  msgstr "Excerpt Action"
1032
 
1033
+ #: config/settings.php:283
1034
  msgctxt "admin-text"
1035
  msgid "Collapse/Expand the review"
1036
  msgstr "Collapse/Expand the review"
1037
 
1038
+ #: config/settings.php:284
1039
  msgctxt "admin-text"
1040
  msgid "Display the review in a modal"
1041
  msgstr "Display the review in a modal"
1042
 
1043
+ #: config/settings.php:295
1044
  msgctxt "admin-text"
1045
  msgid "Excerpt Length"
1046
  msgstr "Excerpt Length"
1047
 
1048
+ #: config/settings.php:296
1049
  msgctxt "admin-text"
1050
  msgid "Set the excerpt word length."
1051
  msgstr "Set the excerpt word length."
1052
 
1053
+ #: config/settings.php:301
1054
  msgctxt "admin-text"
1055
  msgid "The default text is: %s"
1056
  msgstr "The default text is: %s"
1057
 
1058
+ #: config/settings.php:304
1059
  msgctxt "admin-text"
1060
  msgid "Enable Fallback Text"
1061
  msgstr "Enable Fallback Text"
1062
 
1063
+ #: config/settings.php:305
1064
  msgctxt "admin-text"
1065
  msgid ""
1066
  "Display the fallback text when there are no reviews to display. This can be "
1071
  "changed on the %s page. You may also override this by using the "
1072
  "\"fallback\" option on the shortcode."
1073
 
1074
+ #: config/settings.php:306, plugin/Controllers/MenuController.php:140
1075
  msgctxt "admin-text"
1076
  msgid "Translations"
1077
  msgstr "Translations"
1078
 
1079
+ #: config/settings.php:313
1080
  msgctxt "admin-text"
1081
  msgid ""
1082
  "If you would like to keep the pagination links but prevent search engines "
1085
  "If you would like to keep the pagination links but prevent search engines "
1086
  "from indexing them, add the following lines to your %s file: %s"
1087
 
1088
+ #: config/settings.php:319
1089
  msgctxt "admin-text"
1090
  msgid "Enable Paginated URLs"
1091
  msgstr "Enable Paginated URLs"
1092
 
1093
+ #: config/settings.php:320
1094
  msgctxt "admin-text"
1095
  msgid "Paginated URLs include the %s URL parameter."
1096
  msgstr "Paginated URLs include the %s URL parameter."
1097
 
1098
+ #: config/settings.php:328
1099
  msgctxt "admin-text"
1100
  msgid "Default Schema Type"
1101
  msgstr "Default Schema Type"
1102
 
1103
+ #: config/settings.php:330
1104
  msgctxt "admin-text"
1105
  msgid "Local Business"
1106
  msgstr "Local Business"
1107
 
1108
+ #: config/settings.php:331
1109
  msgctxt "admin-text"
1110
  msgid "Product"
1111
  msgstr "Product"
1112
 
1113
+ #: config/settings.php:332
1114
  msgctxt "admin-text"
1115
  msgid "Custom"
1116
  msgstr "Custom"
1117
 
1118
+ #: config/settings.php:334, config/settings.php:358, config/settings.php:380, config/settings.php:402, config/settings.php:424, config/settings.php:445, config/settings.php:457, config/settings.php:469, config/settings.php:485, config/settings.php:498, config/settings.php:511, config/settings.php:524, config/settings.php:536
1119
  msgctxt "admin-text"
1120
  msgid ""
1121
  "You can use the %s to override this value on your page. The Custom Field "
1124
  "You can use the %s to override this value on your page. The Custom Field "
1125
  "name to use is:"
1126
 
1127
+ #: config/settings.php:335, config/settings.php:359, config/settings.php:381, config/settings.php:403, config/settings.php:425, config/settings.php:446, config/settings.php:458, config/settings.php:470, config/settings.php:486, config/settings.php:499, config/settings.php:512, config/settings.php:525, config/settings.php:537
1128
  msgctxt "admin-text"
1129
  msgid "Custom Fields metabox"
1130
  msgstr "Custom Fields metabox"
1131
 
1132
+ #: config/settings.php:344
1133
  msgctxt "admin-text"
1134
  msgid "Custom Schema Type"
1135
  msgstr "Custom Schema Type"
1136
 
1137
+ #: config/settings.php:346
1138
  msgctxt "admin-text"
1139
  msgid "read this"
1140
  msgstr "read this"
1141
 
1142
+ #: config/settings.php:353
1143
  msgctxt "admin-text"
1144
  msgid "Default Name"
1145
  msgstr "Default Name"
1146
 
1147
+ #: config/settings.php:355
1148
  msgctxt "admin-text"
1149
  msgid "Use the assigned or current page title"
1150
  msgstr "Use the assigned or current page title"
1151
 
1152
+ #: config/settings.php:356, config/settings.php:369
1153
  msgctxt "admin-text"
1154
  msgid "Enter a custom title"
1155
  msgstr "Enter a custom title"
1156
 
1157
+ #: config/settings.php:368
1158
  msgctxt "admin-text"
1159
  msgid "Custom Name"
1160
  msgstr "Custom Name"
1161
 
1162
+ #: config/settings.php:375
1163
  msgctxt "admin-text"
1164
  msgid "Default Description"
1165
  msgstr "Default Description"
1166
 
1167
+ #: config/settings.php:377
1168
  msgctxt "admin-text"
1169
  msgid "Use the assigned or current page excerpt"
1170
  msgstr "Use the assigned or current page excerpt"
1171
 
1172
+ #: config/settings.php:378, config/settings.php:391
1173
  msgctxt "admin-text"
1174
  msgid "Enter a custom description"
1175
  msgstr "Enter a custom description"
1176
 
1177
+ #: config/settings.php:390
1178
  msgctxt "admin-text"
1179
  msgid "Custom Description"
1180
  msgstr "Custom Description"
1181
 
1182
+ #: config/settings.php:397
1183
  msgctxt "admin-text"
1184
  msgid "Default URL"
1185
  msgstr "Default URL"
1186
 
1187
+ #: config/settings.php:399
1188
  msgctxt "admin-text"
1189
  msgid "Use the assigned or current page URL"
1190
  msgstr "Use the assigned or current page URL"
1191
 
1192
+ #: config/settings.php:400, config/settings.php:413
1193
  msgctxt "admin-text"
1194
  msgid "Enter a custom URL"
1195
  msgstr "Enter a custom URL"
1196
 
1197
+ #: config/settings.php:412
1198
  msgctxt "admin-text"
1199
  msgid "Custom URL"
1200
  msgstr "Custom URL"
1201
 
1202
+ #: config/settings.php:419
1203
  msgctxt "admin-text"
1204
  msgid "Default Image"
1205
  msgstr "Default Image"
1206
 
1207
+ #: config/settings.php:421
1208
  msgctxt "admin-text"
1209
  msgid "Use the featured image of the assigned or current page"
1210
  msgstr "Use the featured image of the assigned or current page"
1211
 
1212
+ #: config/settings.php:422, config/settings.php:435
1213
  msgctxt "admin-text"
1214
  msgid "Enter a custom image URL"
1215
  msgstr "Enter a custom image URL"
1216
 
1217
+ #: config/settings.php:443
 
 
 
 
 
1218
  msgctxt "admin-text"
1219
  msgid "Address"
1220
  msgstr "Address"
1221
 
1222
+ #: config/settings.php:444
1223
  msgctxt "admin-text"
1224
  msgid "60 29th Street #343, San Francisco, CA 94110, US"
1225
  msgstr "60 29th Street #343, San Francisco, CA 94110, US"
1226
 
1227
+ #: config/settings.php:455
1228
  msgctxt "admin-text"
1229
  msgid "Telephone Number"
1230
  msgstr "Telephone Number"
1231
 
1232
+ #: config/settings.php:456
1233
  msgctxt "admin-text"
1234
  msgid "+1 (877) 273-3049"
1235
  msgstr "+1 (877) 273-3049"
1236
 
1237
+ #: config/settings.php:467
1238
  msgctxt "admin-text"
1239
  msgid "Price Range"
1240
  msgstr "Price Range"
1241
 
1242
+ #: config/settings.php:468
1243
  msgctxt "admin-text"
1244
  msgid "$$-$$$"
1245
  msgstr "$$-$$$"
1246
 
1247
+ #: config/settings.php:480
1248
  msgctxt "admin-text"
1249
  msgid "Offer Type"
1250
  msgstr "Offer Type"
1251
 
1252
+ #: config/settings.php:482
1253
  msgctxt "admin-text"
1254
  msgid "AggregateOffer"
1255
  msgstr "AggregateOffer"
1256
 
1257
+ #: config/settings.php:483
1258
  msgctxt "admin-text"
1259
  msgid "Offer"
1260
  msgstr "Offer"
1261
 
1262
+ #: config/settings.php:496
1263
  msgctxt "admin-text"
1264
  msgid "Price"
1265
  msgstr "Price"
1266
 
1267
+ #: config/settings.php:509
1268
  msgctxt "admin-text"
1269
  msgid "Low Price"
1270
  msgstr "Low Price"
1271
 
1272
+ #: config/settings.php:522
1273
  msgctxt "admin-text"
1274
  msgid "High Price"
1275
  msgstr "High Price"
1276
 
1277
+ #: config/settings.php:534
1278
  msgctxt "admin-text"
1279
  msgid "Price Currency"
1280
  msgstr "Price Currency"
1281
 
1282
+ #: config/settings.php:535
1283
  msgctxt "admin-text"
1284
  msgid "USD"
1285
  msgstr "USD"
1286
 
1287
+ #: config/settings.php:543
1288
  msgctxt "admin-text"
1289
  msgid "Required Fields"
1290
  msgstr "Required Fields"
1291
 
1292
+ #: config/settings.php:545, config/forms/metabox-fields.php:5, plugin/Defaults/PostTypeColumnDefaults.php:25, plugin/Defaults/RevisionFieldsDefaults.php:16, plugin/Tinymce/SiteReviewsTinymce.php:30
1293
  msgctxt "admin-text"
1294
  msgid "Rating"
1295
  msgstr "Rating"
1296
 
1297
+ #: config/settings.php:546, plugin/Tinymce/SiteReviewsFormTinymce.php:16, plugin/Tinymce/SiteReviewsSummaryTinymce.php:17, plugin/Tinymce/SiteReviewsTinymce.php:17, plugin/Widgets/SiteReviewsFormWidget.php:20, plugin/Widgets/SiteReviewsSummaryWidget.php:20, plugin/Widgets/SiteReviewsWidget.php:20
1298
  msgctxt "admin-text"
1299
  msgid "Title"
1300
  msgstr "Title"
1301
 
1302
+ #: config/settings.php:547, plugin/Defaults/PostTypeLabelDefaults.php:15
1303
  msgctxt "admin-text"
1304
  msgid "Review"
1305
  msgstr "Review"
1306
 
1307
+ #: config/settings.php:548, config/forms/metabox-fields.php:14, plugin/Controllers/PrivacyController.php:130, plugin/Defaults/PostTypeColumnDefaults.php:20, plugin/Defaults/RevisionFieldsDefaults.php:18
1308
  msgctxt "admin-text"
1309
  msgid "Name"
1310
  msgstr "Name"
1311
 
1312
+ #: config/settings.php:549, config/forms/metabox-fields.php:18, plugin/Controllers/PrivacyController.php:131, plugin/Defaults/PostTypeColumnDefaults.php:21, plugin/Defaults/RevisionFieldsDefaults.php:19
1313
  msgctxt "admin-text"
1314
  msgid "Email"
1315
  msgstr "Email"
1316
 
1317
+ #: config/settings.php:550, config/forms/metabox-fields.php:30
1318
  msgctxt "admin-text"
1319
  msgid "Terms"
1320
  msgstr "Terms"
1321
 
1322
+ #: config/settings.php:552
1323
  msgctxt "admin-text"
1324
  msgid "Choose which fields should be required in the review form."
1325
  msgstr "Choose which fields should be required in the review form."
1326
 
1327
+ #: config/settings.php:558
1328
  msgctxt "admin-text"
1329
  msgid "Limit Reviews"
1330
  msgstr "Limit Reviews"
1331
 
1332
+ #: config/settings.php:560
1333
  msgctxt "admin-text"
1334
  msgid "No Limit"
1335
  msgstr "No Limit"
1336
 
1337
+ #: config/settings.php:561
1338
  msgctxt "admin-text"
1339
  msgid "By Email Address"
1340
  msgstr "By Email Address"
1341
 
1342
+ #: config/settings.php:562
1343
  msgctxt "admin-text"
1344
  msgid "By IP Address"
1345
  msgstr "By IP Address"
1346
 
1347
+ #: config/settings.php:563
1348
  msgctxt "admin-text"
1349
  msgid "By Username (will only work for registered users)"
1350
  msgstr "By Username (will only work for registered users)"
1351
 
1352
+ #: config/settings.php:565
1353
  msgctxt "admin-text"
1354
  msgid "Limits the number of reviews that can be submitted to one-per-person."
1355
  msgstr "Limits the number of reviews that can be submitted to one-per-person."
1356
 
1357
+ #: config/settings.php:573
1358
  msgctxt "admin-text"
1359
  msgid "Restrict Limits To"
1360
  msgstr "Restrict Limits To"
1361
 
1362
+ #: config/settings.php:575, plugin/Controllers/MetaboxController.php:38, plugin/Tinymce/SiteReviewsSummaryTinymce.php:25, plugin/Tinymce/SiteReviewsTinymce.php:56, views/partials/screen/inline-edit.php:102
1363
  msgctxt "admin-text"
1364
  msgid "Assigned Posts"
1365
  msgstr "Assigned Posts"
1366
 
1367
+ #: config/settings.php:576
1368
  msgctxt "admin-text"
1369
  msgid "Assigned Terms"
1370
  msgstr "Assigned Terms"
1371
 
1372
+ #: config/settings.php:577, plugin/Controllers/MetaboxController.php:39, plugin/Defaults/PostTypeColumnDefaults.php:19, views/partials/screen/inline-edit.php:113
1373
  msgctxt "admin-text"
1374
  msgid "Assigned Users"
1375
  msgstr "Assigned Users"
1376
 
1377
+ #: config/settings.php:580
1378
  msgctxt "admin-text"
1379
  msgid "Select which assignments the review limits should be restricted to."
1380
  msgstr "Select which assignments the review limits should be restricted to."
1381
 
1382
+ #: config/settings.php:581
1383
  msgctxt "admin-text"
1384
  msgid ""
1385
  "The review limits use strict assignment, i.e. <code>restrict limits to "
1388
  "The review limits use strict assignment, i.e. <code>restrict limits to "
1389
  "reviews assigned to this AND this</code>."
1390
 
1391
+ #: config/settings.php:590
1392
  msgctxt "admin-text"
1393
  msgid "Email Whitelist"
1394
  msgstr "Email Whitelist"
1395
 
1396
+ #: config/settings.php:592
1397
  msgctxt "admin-text"
1398
  msgid ""
1399
  "One Email per line. All emails in the whitelist will be excluded from the "
1402
  "One Email per line. All emails in the whitelist will be excluded from the "
1403
  "review submission limit."
1404
 
1405
+ #: config/settings.php:600
1406
  msgctxt "admin-text"
1407
  msgid "IP Address Whitelist"
1408
  msgstr "IP Address Whitelist"
1409
 
1410
+ #: config/settings.php:602
1411
  msgctxt "admin-text"
1412
  msgid ""
1413
  "One IP Address per line. All IP Addresses in the whitelist will be excluded "
1416
  "One IP Address per line. All IP Addresses in the whitelist will be excluded "
1417
  "from the review submission limit.."
1418
 
1419
+ #: config/settings.php:610
1420
  msgctxt "admin-text"
1421
  msgid "Username Whitelist"
1422
  msgstr "Username Whitelist"
1423
 
1424
+ #: config/settings.php:612
1425
  msgctxt "admin-text"
1426
  msgid ""
1427
  "One Username per line. All registered users with a Username in the "
1430
  "One Username per line. All registered users with a Username in the "
1431
  "whitelist will be excluded from the review submission limit."
1432
 
1433
+ #: config/settings.php:618
1434
  msgctxt "admin-text"
1435
  msgid "Invisible reCAPTCHA"
1436
  msgstr "Invisible reCAPTCHA"
1437
 
1438
+ #: config/settings.php:620
1439
  msgctxt "admin-text"
1440
  msgid "Do not use reCAPTCHA"
1441
  msgstr "Do not use reCAPTCHA"
1442
 
1443
+ #: config/settings.php:621
1444
  msgctxt "admin-text"
1445
  msgid "Use reCAPTCHA"
1446
  msgstr "Use reCAPTCHA"
1447
 
1448
+ #: config/settings.php:622
1449
  msgctxt "admin-text"
1450
  msgid "Use reCAPTCHA only for guest users"
1451
  msgstr "Use reCAPTCHA only for guest users"
1452
 
1453
+ #: config/settings.php:624
1454
  msgctxt "admin-text"
1455
  msgid ""
1456
  "The Invisible reCAPTCHA badge (reCAPTCHA v2) is a free anti-spam service "
1463
  "href=\"https://www.google.com/recaptcha/admin\" target=\"_blank\">sign "
1464
  "up</a> for an API key pair for your site."
1465
 
1466
+ #: config/settings.php:632
1467
  msgctxt "admin-text"
1468
  msgid "Site Key"
1469
  msgstr "Site Key"
1470
 
1471
+ #: config/settings.php:633
1472
  msgctxt "admin-text"
1473
  msgid "Enter the Invisible reCAPTCHA Site Key here"
1474
  msgstr "Enter the Invisible reCAPTCHA Site Key here"
1475
 
1476
+ #: config/settings.php:641
1477
  msgctxt "admin-text"
1478
  msgid "Site Secret"
1479
  msgstr "Site Secret"
1480
 
1481
+ #: config/settings.php:642
1482
  msgctxt "admin-text"
1483
  msgid "Enter the Invisible reCAPTCHA Site Secret here"
1484
  msgstr "Enter the Invisible reCAPTCHA Site Secret here"
1485
 
1486
+ #: config/settings.php:651
1487
  msgctxt "admin-text"
1488
  msgid "Badge Position"
1489
  msgstr "Badge Position"
1490
 
1491
+ #: config/settings.php:653
1492
  msgctxt "admin-text"
1493
  msgid "Bottom Left"
1494
  msgstr "Bottom Left"
1495
 
1496
+ #: config/settings.php:654
1497
  msgctxt "admin-text"
1498
  msgid "Bottom Right"
1499
  msgstr "Bottom Right"
1500
 
1501
+ #: config/settings.php:655
1502
  msgctxt "admin-text"
1503
  msgid "Inline"
1504
  msgstr "Inline"
1505
 
1506
+ #: config/settings.php:657
1507
  msgctxt "admin-text"
1508
  msgid ""
1509
  "This option may not work consistently if another plugin is loading "
1512
  "This option may not work consistently if another plugin is loading "
1513
  "reCAPTCHA on the same page as Site Reviews."
1514
 
1515
+ #: config/settings.php:662
1516
  msgctxt "admin-text"
1517
  msgid "Enable Akismet"
1518
  msgstr "Enable Akismet"
1519
 
1520
+ #: config/settings.php:663
1521
  msgctxt "admin-text"
1522
  msgid ""
1523
  "The <a href=\"https://akismet.com\" target=\"_blank\">Akismet plugin</a> "
1530
  "setting to have any affect, you will need to first install and activate the "
1531
  "Akismet plugin and set up a WordPress.com API key."
1532
 
1533
+ #: config/settings.php:669
1534
  msgctxt "admin-text"
1535
  msgid "Blacklist"
1536
  msgstr "Blacklist"
1537
 
1538
+ #: config/settings.php:671
1539
  msgctxt "admin-text"
1540
  msgid "Use the Site Reviews Blacklist"
1541
  msgstr "Use the Site Reviews Blacklist"
1542
 
1543
+ #: config/settings.php:672
1544
  msgctxt "admin-text"
1545
  msgid "Use the WordPress Disallowed Comment Keys"
1546
  msgstr "Use the WordPress Disallowed Comment Keys"
1547
 
1548
+ #: config/settings.php:674
1549
  msgctxt "admin-text"
1550
  msgid ""
1551
  "Choose which Blacklist you would prefer to use for reviews. The %s option "
1554
  "Choose which Blacklist you would prefer to use for reviews. The %s option "
1555
  "can be found in the WordPress Discussion Settings page."
1556
 
1557
+ #: config/settings.php:675
1558
  msgctxt "admin-text"
1559
  msgid "Disallowed Comment Keys"
1560
  msgstr "Disallowed Comment Keys"
1561
 
1562
+ #: config/settings.php:684
1563
  msgctxt "admin-text"
1564
  msgid "Review Blacklist"
1565
  msgstr "Review Blacklist"
1566
 
1567
+ #: config/settings.php:686
1568
  msgctxt "admin-text"
1569
  msgid ""
1570
  "One entry or IP address per line. When a review contains any of these "
1577
  "rejected. It is case-insensitive and will match partial words, so \"press\" "
1578
  "will match \"WordPress\"."
1579
 
1580
+ #: config/settings.php:692
1581
  msgctxt "admin-text"
1582
  msgid "Blacklist Action"
1583
  msgstr "Blacklist Action"
1584
 
1585
+ #: config/settings.php:694
1586
  msgctxt "admin-text"
1587
  msgid "Require approval"
1588
  msgstr "Require approval"
1589
 
1590
+ #: config/settings.php:695
1591
  msgctxt "admin-text"
1592
  msgid "Reject submission"
1593
  msgstr "Reject submission"
1594
 
1595
+ #: config/settings.php:697
1596
  msgctxt "admin-text"
1597
  msgid "Choose the action that should be taken when a review is blacklisted."
1598
  msgstr "Choose the action that should be taken when a review is blacklisted."
4451
  msgid "Ensure result set excludes reviews authored by specific users."
4452
  msgstr "Ensure result set excludes reviews authored by specific users."
4453
 
4454
+ #: config/settings.php:259
4455
  msgctxt "avatar size (admin-text)"
4456
  msgid "pixels"
4457
  msgstr "pixels"
4458
 
4459
+ #: config/settings.php:290
4460
  msgctxt "exceprt length (admin-text)"
4461
  msgid "words"
4462
  msgstr "words"
4463
 
4464
+ #: config/settings.php:345
4465
  msgctxt "read this (admin-text)"
4466
  msgid ""
4467
  "Google limits the schema types that can potentially trigger review rich "
languages/site-reviews.pot CHANGED
@@ -534,611 +534,621 @@ msgctxt "admin-text"
534
  msgid "Fallback Avatar"
535
  msgstr ""
536
 
537
- #: config/settings.php:227
538
  msgctxt "admin-text"
539
- msgid "Identicon (geometric patterns)"
540
  msgstr ""
541
 
542
  #: config/settings.php:228
543
  msgctxt "admin-text"
544
- msgid "Initials (initials of reviewer's name)"
545
  msgstr ""
546
 
547
  #: config/settings.php:229
548
  msgctxt "admin-text"
549
- msgid "Monster (monsters with generated faces)"
550
  msgstr ""
551
 
552
  #: config/settings.php:230
553
  msgctxt "admin-text"
554
- msgid "Mystery (silhouetted outline of a person)"
555
  msgstr ""
556
 
557
  #: config/settings.php:231
558
  msgctxt "admin-text"
559
- msgid "Pixel Avatars (locally generated)"
560
  msgstr ""
561
 
562
  #: config/settings.php:232
563
  msgctxt "admin-text"
564
- msgid "Retro (8-bit arcade-style pixelated faces)"
565
  msgstr ""
566
 
567
  #: config/settings.php:233
568
  msgctxt "admin-text"
569
- msgid "Robohash (robots with generated faces)"
570
  msgstr ""
571
 
572
  #: config/settings.php:234
573
  msgctxt "admin-text"
 
 
 
 
 
574
  msgid "Wavatar (faces with generated features)"
575
  msgstr ""
576
 
577
- #: config/settings.php:236
578
  msgctxt "admin-text"
579
  msgid "This image is displayed when there is no avatar."
580
  msgstr ""
581
 
582
- #: config/settings.php:244
 
 
 
 
 
 
 
 
 
 
583
  msgctxt "admin-text"
584
  msgid "Regenerate Avatars"
585
  msgstr ""
586
 
587
- #: config/settings.php:245
588
  msgctxt "admin-text"
589
  msgid "This will regenerate the avatar whenever a local review is shown."
590
  msgstr ""
591
 
592
- #: config/settings.php:249
593
  msgctxt "avatar size (admin-text)"
594
  msgid "pixels"
595
  msgstr ""
596
 
597
- #: config/settings.php:254
598
  msgctxt "admin-text"
599
  msgid "Avatar Size"
600
  msgstr ""
601
 
602
- #: config/settings.php:256
603
  msgctxt "admin-text"
604
  msgid "Set the height/width of the avatar in pixels."
605
  msgstr ""
606
 
607
- #: config/settings.php:261
608
  msgctxt "admin-text"
609
  msgid "Enable Excerpts"
610
  msgstr ""
611
 
612
- #: config/settings.php:262
613
  msgctxt "admin-text"
614
  msgid "Display an excerpt instead of the full review."
615
  msgstr ""
616
 
617
- #: config/settings.php:271
618
  msgctxt "admin-text"
619
  msgid "Excerpt Action"
620
  msgstr ""
621
 
622
- #: config/settings.php:273
623
  msgctxt "admin-text"
624
  msgid "Collapse/Expand the review"
625
  msgstr ""
626
 
627
- #: config/settings.php:274
628
  msgctxt "admin-text"
629
  msgid "Display the review in a modal"
630
  msgstr ""
631
 
632
- #: config/settings.php:280
633
  msgctxt "exceprt length (admin-text)"
634
  msgid "words"
635
  msgstr ""
636
 
637
- #: config/settings.php:285
638
  msgctxt "admin-text"
639
  msgid "Excerpt Length"
640
  msgstr ""
641
 
642
- #: config/settings.php:286
643
  msgctxt "admin-text"
644
  msgid "Set the excerpt word length."
645
  msgstr ""
646
 
647
- #: config/settings.php:291
648
  msgctxt "admin-text"
649
  msgid "The default text is: %s"
650
  msgstr ""
651
 
652
- #: config/settings.php:292, plugin/Modules/Html/ReviewsHtml.php:136
653
  msgid "There are no reviews yet. Be the first one to write one."
654
  msgstr ""
655
 
656
- #: config/settings.php:294
657
  msgctxt "admin-text"
658
  msgid "Enable Fallback Text"
659
  msgstr ""
660
 
661
- #: config/settings.php:295
662
  msgctxt "admin-text"
663
  msgid "Display the fallback text when there are no reviews to display. This can be changed on the %s page. You may also override this by using the \"fallback\" option on the shortcode."
664
  msgstr ""
665
 
666
- #: config/settings.php:296, plugin/Controllers/MenuController.php:140
667
  msgctxt "admin-text"
668
  msgid "Translations"
669
  msgstr ""
670
 
671
- #: config/settings.php:303
672
  msgctxt "admin-text"
673
  msgid "If you would like to keep the pagination links but prevent search engines from indexing them, add the following lines to your %s file: %s"
674
  msgstr ""
675
 
676
- #: config/settings.php:309
677
  msgctxt "admin-text"
678
  msgid "Enable Paginated URLs"
679
  msgstr ""
680
 
681
- #: config/settings.php:310
682
  msgctxt "admin-text"
683
  msgid "Paginated URLs include the %s URL parameter."
684
  msgstr ""
685
 
686
- #: config/settings.php:318
687
  msgctxt "admin-text"
688
  msgid "Default Schema Type"
689
  msgstr ""
690
 
691
- #: config/settings.php:320
692
  msgctxt "admin-text"
693
  msgid "Local Business"
694
  msgstr ""
695
 
696
- #: config/settings.php:321
697
  msgctxt "admin-text"
698
  msgid "Product"
699
  msgstr ""
700
 
701
- #: config/settings.php:322
702
  msgctxt "admin-text"
703
  msgid "Custom"
704
  msgstr ""
705
 
706
- #: config/settings.php:324, config/settings.php:348, config/settings.php:370, config/settings.php:392, config/settings.php:414, config/settings.php:435, config/settings.php:447, config/settings.php:459, config/settings.php:475, config/settings.php:488, config/settings.php:501, config/settings.php:514, config/settings.php:526
707
  msgctxt "admin-text"
708
  msgid "You can use the %s to override this value on your page. The Custom Field name to use is:"
709
  msgstr ""
710
 
711
- #: config/settings.php:325, config/settings.php:349, config/settings.php:371, config/settings.php:393, config/settings.php:415, config/settings.php:436, config/settings.php:448, config/settings.php:460, config/settings.php:476, config/settings.php:489, config/settings.php:502, config/settings.php:515, config/settings.php:527
712
  msgctxt "admin-text"
713
  msgid "Custom Fields metabox"
714
  msgstr ""
715
 
716
- #: config/settings.php:334
717
  msgctxt "admin-text"
718
  msgid "Custom Schema Type"
719
  msgstr ""
720
 
721
- #: config/settings.php:335
722
  msgctxt "read this (admin-text)"
723
  msgid "Google limits the schema types that can potentially trigger review rich results in search. To learn which schema types can be used, please %s."
724
  msgstr ""
725
 
726
- #: config/settings.php:336
727
  msgctxt "admin-text"
728
  msgid "read this"
729
  msgstr ""
730
 
731
- #: config/settings.php:343
732
  msgctxt "admin-text"
733
  msgid "Default Name"
734
  msgstr ""
735
 
736
- #: config/settings.php:345
737
  msgctxt "admin-text"
738
  msgid "Use the assigned or current page title"
739
  msgstr ""
740
 
741
- #: config/settings.php:346, config/settings.php:359
742
  msgctxt "admin-text"
743
  msgid "Enter a custom title"
744
  msgstr ""
745
 
746
- #: config/settings.php:358
747
  msgctxt "admin-text"
748
  msgid "Custom Name"
749
  msgstr ""
750
 
751
- #: config/settings.php:365
752
  msgctxt "admin-text"
753
  msgid "Default Description"
754
  msgstr ""
755
 
756
- #: config/settings.php:367
757
  msgctxt "admin-text"
758
  msgid "Use the assigned or current page excerpt"
759
  msgstr ""
760
 
761
- #: config/settings.php:368, config/settings.php:381
762
  msgctxt "admin-text"
763
  msgid "Enter a custom description"
764
  msgstr ""
765
 
766
- #: config/settings.php:380
767
  msgctxt "admin-text"
768
  msgid "Custom Description"
769
  msgstr ""
770
 
771
- #: config/settings.php:387
772
  msgctxt "admin-text"
773
  msgid "Default URL"
774
  msgstr ""
775
 
776
- #: config/settings.php:389
777
  msgctxt "admin-text"
778
  msgid "Use the assigned or current page URL"
779
  msgstr ""
780
 
781
- #: config/settings.php:390, config/settings.php:403
782
  msgctxt "admin-text"
783
  msgid "Enter a custom URL"
784
  msgstr ""
785
 
786
- #: config/settings.php:402
787
  msgctxt "admin-text"
788
  msgid "Custom URL"
789
  msgstr ""
790
 
791
- #: config/settings.php:409
792
  msgctxt "admin-text"
793
  msgid "Default Image"
794
  msgstr ""
795
 
796
- #: config/settings.php:411
797
  msgctxt "admin-text"
798
  msgid "Use the featured image of the assigned or current page"
799
  msgstr ""
800
 
801
- #: config/settings.php:412, config/settings.php:425
802
  msgctxt "admin-text"
803
  msgid "Enter a custom image URL"
804
  msgstr ""
805
 
806
- #: config/settings.php:424
807
- msgctxt "admin-text"
808
- msgid "Custom Image URL"
809
- msgstr ""
810
-
811
- #: config/settings.php:433
812
  msgctxt "admin-text"
813
  msgid "Address"
814
  msgstr ""
815
 
816
- #: config/settings.php:434
817
  msgctxt "admin-text"
818
  msgid "60 29th Street #343, San Francisco, CA 94110, US"
819
  msgstr ""
820
 
821
- #: config/settings.php:445
822
  msgctxt "admin-text"
823
  msgid "Telephone Number"
824
  msgstr ""
825
 
826
- #: config/settings.php:446
827
  msgctxt "admin-text"
828
  msgid "+1 (877) 273-3049"
829
  msgstr ""
830
 
831
- #: config/settings.php:457
832
  msgctxt "admin-text"
833
  msgid "Price Range"
834
  msgstr ""
835
 
836
- #: config/settings.php:458
837
  msgctxt "admin-text"
838
  msgid "$$-$$$"
839
  msgstr ""
840
 
841
- #: config/settings.php:470
842
  msgctxt "admin-text"
843
  msgid "Offer Type"
844
  msgstr ""
845
 
846
- #: config/settings.php:472
847
  msgctxt "admin-text"
848
  msgid "AggregateOffer"
849
  msgstr ""
850
 
851
- #: config/settings.php:473
852
  msgctxt "admin-text"
853
  msgid "Offer"
854
  msgstr ""
855
 
856
- #: config/settings.php:486
857
  msgctxt "admin-text"
858
  msgid "Price"
859
  msgstr ""
860
 
861
- #: config/settings.php:499
862
  msgctxt "admin-text"
863
  msgid "Low Price"
864
  msgstr ""
865
 
866
- #: config/settings.php:512
867
  msgctxt "admin-text"
868
  msgid "High Price"
869
  msgstr ""
870
 
871
- #: config/settings.php:524
872
  msgctxt "admin-text"
873
  msgid "Price Currency"
874
  msgstr ""
875
 
876
- #: config/settings.php:525
877
  msgctxt "admin-text"
878
  msgid "USD"
879
  msgstr ""
880
 
881
- #: config/settings.php:533
882
  msgctxt "admin-text"
883
  msgid "Required Fields"
884
  msgstr ""
885
 
886
- #: config/settings.php:535, config/forms/metabox-fields.php:5, plugin/Defaults/PostTypeColumnDefaults.php:25, plugin/Defaults/RevisionFieldsDefaults.php:16, plugin/Tinymce/SiteReviewsTinymce.php:30
887
  msgctxt "admin-text"
888
  msgid "Rating"
889
  msgstr ""
890
 
891
- #: config/settings.php:536, plugin/Tinymce/SiteReviewsFormTinymce.php:16, plugin/Tinymce/SiteReviewsSummaryTinymce.php:17, plugin/Tinymce/SiteReviewsTinymce.php:17, plugin/Widgets/SiteReviewsFormWidget.php:20, plugin/Widgets/SiteReviewsSummaryWidget.php:20, plugin/Widgets/SiteReviewsWidget.php:20
892
  msgctxt "admin-text"
893
  msgid "Title"
894
  msgstr ""
895
 
896
- #: config/settings.php:537, plugin/Defaults/PostTypeLabelDefaults.php:15
897
  msgctxt "admin-text"
898
  msgid "Review"
899
  msgstr ""
900
 
901
- #: config/settings.php:538, config/forms/metabox-fields.php:14, plugin/Controllers/PrivacyController.php:130, plugin/Defaults/PostTypeColumnDefaults.php:20, plugin/Defaults/RevisionFieldsDefaults.php:18
902
  msgctxt "admin-text"
903
  msgid "Name"
904
  msgstr ""
905
 
906
- #: config/settings.php:539, config/forms/metabox-fields.php:18, plugin/Controllers/PrivacyController.php:131, plugin/Defaults/PostTypeColumnDefaults.php:21, plugin/Defaults/RevisionFieldsDefaults.php:19
907
  msgctxt "admin-text"
908
  msgid "Email"
909
  msgstr ""
910
 
911
- #: config/settings.php:540, config/forms/metabox-fields.php:30
912
  msgctxt "admin-text"
913
  msgid "Terms"
914
  msgstr ""
915
 
916
- #: config/settings.php:542
917
  msgctxt "admin-text"
918
  msgid "Choose which fields should be required in the review form."
919
  msgstr ""
920
 
921
- #: config/settings.php:548
922
  msgctxt "admin-text"
923
  msgid "Limit Reviews"
924
  msgstr ""
925
 
926
- #: config/settings.php:550
927
  msgctxt "admin-text"
928
  msgid "No Limit"
929
  msgstr ""
930
 
931
- #: config/settings.php:551
932
  msgctxt "admin-text"
933
  msgid "By Email Address"
934
  msgstr ""
935
 
936
- #: config/settings.php:552
937
  msgctxt "admin-text"
938
  msgid "By IP Address"
939
  msgstr ""
940
 
941
- #: config/settings.php:553
942
  msgctxt "admin-text"
943
  msgid "By Username (will only work for registered users)"
944
  msgstr ""
945
 
946
- #: config/settings.php:555
947
  msgctxt "admin-text"
948
  msgid "Limits the number of reviews that can be submitted to one-per-person."
949
  msgstr ""
950
 
951
- #: config/settings.php:563
952
  msgctxt "admin-text"
953
  msgid "Restrict Limits To"
954
  msgstr ""
955
 
956
- #: config/settings.php:565, plugin/Controllers/MetaboxController.php:38, plugin/Tinymce/SiteReviewsSummaryTinymce.php:25, plugin/Tinymce/SiteReviewsTinymce.php:56, views/partials/screen/inline-edit.php:102
957
  msgctxt "admin-text"
958
  msgid "Assigned Posts"
959
  msgstr ""
960
 
961
- #: config/settings.php:566
962
  msgctxt "admin-text"
963
  msgid "Assigned Terms"
964
  msgstr ""
965
 
966
- #: config/settings.php:567, plugin/Controllers/MetaboxController.php:39, plugin/Defaults/PostTypeColumnDefaults.php:19, views/partials/screen/inline-edit.php:113
967
  msgctxt "admin-text"
968
  msgid "Assigned Users"
969
  msgstr ""
970
 
971
- #: config/settings.php:570
972
  msgctxt "admin-text"
973
  msgid "Select which assignments the review limits should be restricted to."
974
  msgstr ""
975
 
976
- #: config/settings.php:571
977
  msgctxt "admin-text"
978
  msgid "The review limits use strict assignment, i.e. <code>restrict limits to reviews assigned to this AND this</code>."
979
  msgstr ""
980
 
981
- #: config/settings.php:580
982
  msgctxt "admin-text"
983
  msgid "Email Whitelist"
984
  msgstr ""
985
 
986
- #: config/settings.php:582
987
  msgctxt "admin-text"
988
  msgid "One Email per line. All emails in the whitelist will be excluded from the review submission limit."
989
  msgstr ""
990
 
991
- #: config/settings.php:590
992
  msgctxt "admin-text"
993
  msgid "IP Address Whitelist"
994
  msgstr ""
995
 
996
- #: config/settings.php:592
997
  msgctxt "admin-text"
998
  msgid "One IP Address per line. All IP Addresses in the whitelist will be excluded from the review submission limit.."
999
  msgstr ""
1000
 
1001
- #: config/settings.php:600
1002
  msgctxt "admin-text"
1003
  msgid "Username Whitelist"
1004
  msgstr ""
1005
 
1006
- #: config/settings.php:602
1007
  msgctxt "admin-text"
1008
  msgid "One Username per line. All registered users with a Username in the whitelist will be excluded from the review submission limit."
1009
  msgstr ""
1010
 
1011
- #: config/settings.php:608
1012
  msgctxt "admin-text"
1013
  msgid "Invisible reCAPTCHA"
1014
  msgstr ""
1015
 
1016
- #: config/settings.php:610
1017
  msgctxt "admin-text"
1018
  msgid "Do not use reCAPTCHA"
1019
  msgstr ""
1020
 
1021
- #: config/settings.php:611
1022
  msgctxt "admin-text"
1023
  msgid "Use reCAPTCHA"
1024
  msgstr ""
1025
 
1026
- #: config/settings.php:612
1027
  msgctxt "admin-text"
1028
  msgid "Use reCAPTCHA only for guest users"
1029
  msgstr ""
1030
 
1031
- #: config/settings.php:614
1032
  msgctxt "admin-text"
1033
  msgid "The Invisible reCAPTCHA badge (reCAPTCHA v2) is a free anti-spam service from Google. To use it, you will need to <a href=\"https://www.google.com/recaptcha/admin\" target=\"_blank\">sign up</a> for an API key pair for your site."
1034
  msgstr ""
1035
 
1036
- #: config/settings.php:622
1037
  msgctxt "admin-text"
1038
  msgid "Site Key"
1039
  msgstr ""
1040
 
1041
- #: config/settings.php:623
1042
  msgctxt "admin-text"
1043
  msgid "Enter the Invisible reCAPTCHA Site Key here"
1044
  msgstr ""
1045
 
1046
- #: config/settings.php:631
1047
  msgctxt "admin-text"
1048
  msgid "Site Secret"
1049
  msgstr ""
1050
 
1051
- #: config/settings.php:632
1052
  msgctxt "admin-text"
1053
  msgid "Enter the Invisible reCAPTCHA Site Secret here"
1054
  msgstr ""
1055
 
1056
- #: config/settings.php:641
1057
  msgctxt "admin-text"
1058
  msgid "Badge Position"
1059
  msgstr ""
1060
 
1061
- #: config/settings.php:643
1062
  msgctxt "admin-text"
1063
  msgid "Bottom Left"
1064
  msgstr ""
1065
 
1066
- #: config/settings.php:644
1067
  msgctxt "admin-text"
1068
  msgid "Bottom Right"
1069
  msgstr ""
1070
 
1071
- #: config/settings.php:645
1072
  msgctxt "admin-text"
1073
  msgid "Inline"
1074
  msgstr ""
1075
 
1076
- #: config/settings.php:647
1077
  msgctxt "admin-text"
1078
  msgid "This option may not work consistently if another plugin is loading reCAPTCHA on the same page as Site Reviews."
1079
  msgstr ""
1080
 
1081
- #: config/settings.php:652
1082
  msgctxt "admin-text"
1083
  msgid "Enable Akismet"
1084
  msgstr ""
1085
 
1086
- #: config/settings.php:653
1087
  msgctxt "admin-text"
1088
  msgid "The <a href=\"https://akismet.com\" target=\"_blank\">Akismet plugin</a> integration provides spam-filtering for your reviews. In order for this setting to have any affect, you will need to first install and activate the Akismet plugin and set up a WordPress.com API key."
1089
  msgstr ""
1090
 
1091
- #: config/settings.php:659
1092
  msgctxt "admin-text"
1093
  msgid "Blacklist"
1094
  msgstr ""
1095
 
1096
- #: config/settings.php:661
1097
  msgctxt "admin-text"
1098
  msgid "Use the Site Reviews Blacklist"
1099
  msgstr ""
1100
 
1101
- #: config/settings.php:662
1102
  msgctxt "admin-text"
1103
  msgid "Use the WordPress Disallowed Comment Keys"
1104
  msgstr ""
1105
 
1106
- #: config/settings.php:664
1107
  msgctxt "admin-text"
1108
  msgid "Choose which Blacklist you would prefer to use for reviews. The %s option can be found in the WordPress Discussion Settings page."
1109
  msgstr ""
1110
 
1111
- #: config/settings.php:665
1112
  msgctxt "admin-text"
1113
  msgid "Disallowed Comment Keys"
1114
  msgstr ""
1115
 
1116
- #: config/settings.php:674
1117
  msgctxt "admin-text"
1118
  msgid "Review Blacklist"
1119
  msgstr ""
1120
 
1121
- #: config/settings.php:676
1122
  msgctxt "admin-text"
1123
  msgid "One entry or IP address per line. When a review contains any of these entries in its title, content, name, email, or IP address, it will be rejected. It is case-insensitive and will match partial words, so \"press\" will match \"WordPress\"."
1124
  msgstr ""
1125
 
1126
- #: config/settings.php:682
1127
  msgctxt "admin-text"
1128
  msgid "Blacklist Action"
1129
  msgstr ""
1130
 
1131
- #: config/settings.php:684
1132
  msgctxt "admin-text"
1133
  msgid "Require approval"
1134
  msgstr ""
1135
 
1136
- #: config/settings.php:685
1137
  msgctxt "admin-text"
1138
  msgid "Reject submission"
1139
  msgstr ""
1140
 
1141
- #: config/settings.php:687
1142
  msgctxt "admin-text"
1143
  msgid "Choose the action that should be taken when a review is blacklisted."
1144
  msgstr ""
@@ -2102,7 +2112,7 @@ msgstr ""
2102
  msgid "Show less"
2103
  msgstr ""
2104
 
2105
- #: plugin/Modules/Avatar.php:115
2106
  msgid "Avatar for %s"
2107
  msgstr ""
2108
 
534
  msgid "Fallback Avatar"
535
  msgstr ""
536
 
537
+ #: config/settings.php:227, config/settings.php:434
538
  msgctxt "admin-text"
539
+ msgid "Custom Image URL"
540
  msgstr ""
541
 
542
  #: config/settings.php:228
543
  msgctxt "admin-text"
544
+ msgid "Identicon (geometric patterns)"
545
  msgstr ""
546
 
547
  #: config/settings.php:229
548
  msgctxt "admin-text"
549
+ msgid "Initials (initials of reviewer's name)"
550
  msgstr ""
551
 
552
  #: config/settings.php:230
553
  msgctxt "admin-text"
554
+ msgid "Monster (monsters with generated faces)"
555
  msgstr ""
556
 
557
  #: config/settings.php:231
558
  msgctxt "admin-text"
559
+ msgid "Mystery (silhouetted outline of a person)"
560
  msgstr ""
561
 
562
  #: config/settings.php:232
563
  msgctxt "admin-text"
564
+ msgid "Pixel Avatars (locally generated)"
565
  msgstr ""
566
 
567
  #: config/settings.php:233
568
  msgctxt "admin-text"
569
+ msgid "Retro (8-bit arcade-style pixelated faces)"
570
  msgstr ""
571
 
572
  #: config/settings.php:234
573
  msgctxt "admin-text"
574
+ msgid "Robohash (robots with generated faces)"
575
+ msgstr ""
576
+
577
+ #: config/settings.php:235
578
+ msgctxt "admin-text"
579
  msgid "Wavatar (faces with generated features)"
580
  msgstr ""
581
 
582
+ #: config/settings.php:237
583
  msgctxt "admin-text"
584
  msgid "This image is displayed when there is no avatar."
585
  msgstr ""
586
 
587
+ #: config/settings.php:245
588
+ msgctxt "admin-text"
589
+ msgid "Fallback Avatar URL"
590
+ msgstr ""
591
+
592
+ #: config/settings.php:246
593
+ msgctxt "admin-text"
594
+ msgid "Enter a custom image URL to use as the fallback avatar."
595
+ msgstr ""
596
+
597
+ #: config/settings.php:254
598
  msgctxt "admin-text"
599
  msgid "Regenerate Avatars"
600
  msgstr ""
601
 
602
+ #: config/settings.php:255
603
  msgctxt "admin-text"
604
  msgid "This will regenerate the avatar whenever a local review is shown."
605
  msgstr ""
606
 
607
+ #: config/settings.php:259
608
  msgctxt "avatar size (admin-text)"
609
  msgid "pixels"
610
  msgstr ""
611
 
612
+ #: config/settings.php:264
613
  msgctxt "admin-text"
614
  msgid "Avatar Size"
615
  msgstr ""
616
 
617
+ #: config/settings.php:266
618
  msgctxt "admin-text"
619
  msgid "Set the height/width of the avatar in pixels."
620
  msgstr ""
621
 
622
+ #: config/settings.php:271
623
  msgctxt "admin-text"
624
  msgid "Enable Excerpts"
625
  msgstr ""
626
 
627
+ #: config/settings.php:272
628
  msgctxt "admin-text"
629
  msgid "Display an excerpt instead of the full review."
630
  msgstr ""
631
 
632
+ #: config/settings.php:281
633
  msgctxt "admin-text"
634
  msgid "Excerpt Action"
635
  msgstr ""
636
 
637
+ #: config/settings.php:283
638
  msgctxt "admin-text"
639
  msgid "Collapse/Expand the review"
640
  msgstr ""
641
 
642
+ #: config/settings.php:284
643
  msgctxt "admin-text"
644
  msgid "Display the review in a modal"
645
  msgstr ""
646
 
647
+ #: config/settings.php:290
648
  msgctxt "exceprt length (admin-text)"
649
  msgid "words"
650
  msgstr ""
651
 
652
+ #: config/settings.php:295
653
  msgctxt "admin-text"
654
  msgid "Excerpt Length"
655
  msgstr ""
656
 
657
+ #: config/settings.php:296
658
  msgctxt "admin-text"
659
  msgid "Set the excerpt word length."
660
  msgstr ""
661
 
662
+ #: config/settings.php:301
663
  msgctxt "admin-text"
664
  msgid "The default text is: %s"
665
  msgstr ""
666
 
667
+ #: config/settings.php:302, plugin/Modules/Html/ReviewsHtml.php:136
668
  msgid "There are no reviews yet. Be the first one to write one."
669
  msgstr ""
670
 
671
+ #: config/settings.php:304
672
  msgctxt "admin-text"
673
  msgid "Enable Fallback Text"
674
  msgstr ""
675
 
676
+ #: config/settings.php:305
677
  msgctxt "admin-text"
678
  msgid "Display the fallback text when there are no reviews to display. This can be changed on the %s page. You may also override this by using the \"fallback\" option on the shortcode."
679
  msgstr ""
680
 
681
+ #: config/settings.php:306, plugin/Controllers/MenuController.php:140
682
  msgctxt "admin-text"
683
  msgid "Translations"
684
  msgstr ""
685
 
686
+ #: config/settings.php:313
687
  msgctxt "admin-text"
688
  msgid "If you would like to keep the pagination links but prevent search engines from indexing them, add the following lines to your %s file: %s"
689
  msgstr ""
690
 
691
+ #: config/settings.php:319
692
  msgctxt "admin-text"
693
  msgid "Enable Paginated URLs"
694
  msgstr ""
695
 
696
+ #: config/settings.php:320
697
  msgctxt "admin-text"
698
  msgid "Paginated URLs include the %s URL parameter."
699
  msgstr ""
700
 
701
+ #: config/settings.php:328
702
  msgctxt "admin-text"
703
  msgid "Default Schema Type"
704
  msgstr ""
705
 
706
+ #: config/settings.php:330
707
  msgctxt "admin-text"
708
  msgid "Local Business"
709
  msgstr ""
710
 
711
+ #: config/settings.php:331
712
  msgctxt "admin-text"
713
  msgid "Product"
714
  msgstr ""
715
 
716
+ #: config/settings.php:332
717
  msgctxt "admin-text"
718
  msgid "Custom"
719
  msgstr ""
720
 
721
+ #: config/settings.php:334, config/settings.php:358, config/settings.php:380, config/settings.php:402, config/settings.php:424, config/settings.php:445, config/settings.php:457, config/settings.php:469, config/settings.php:485, config/settings.php:498, config/settings.php:511, config/settings.php:524, config/settings.php:536
722
  msgctxt "admin-text"
723
  msgid "You can use the %s to override this value on your page. The Custom Field name to use is:"
724
  msgstr ""
725
 
726
+ #: config/settings.php:335, config/settings.php:359, config/settings.php:381, config/settings.php:403, config/settings.php:425, config/settings.php:446, config/settings.php:458, config/settings.php:470, config/settings.php:486, config/settings.php:499, config/settings.php:512, config/settings.php:525, config/settings.php:537
727
  msgctxt "admin-text"
728
  msgid "Custom Fields metabox"
729
  msgstr ""
730
 
731
+ #: config/settings.php:344
732
  msgctxt "admin-text"
733
  msgid "Custom Schema Type"
734
  msgstr ""
735
 
736
+ #: config/settings.php:345
737
  msgctxt "read this (admin-text)"
738
  msgid "Google limits the schema types that can potentially trigger review rich results in search. To learn which schema types can be used, please %s."
739
  msgstr ""
740
 
741
+ #: config/settings.php:346
742
  msgctxt "admin-text"
743
  msgid "read this"
744
  msgstr ""
745
 
746
+ #: config/settings.php:353
747
  msgctxt "admin-text"
748
  msgid "Default Name"
749
  msgstr ""
750
 
751
+ #: config/settings.php:355
752
  msgctxt "admin-text"
753
  msgid "Use the assigned or current page title"
754
  msgstr ""
755
 
756
+ #: config/settings.php:356, config/settings.php:369
757
  msgctxt "admin-text"
758
  msgid "Enter a custom title"
759
  msgstr ""
760
 
761
+ #: config/settings.php:368
762
  msgctxt "admin-text"
763
  msgid "Custom Name"
764
  msgstr ""
765
 
766
+ #: config/settings.php:375
767
  msgctxt "admin-text"
768
  msgid "Default Description"
769
  msgstr ""
770
 
771
+ #: config/settings.php:377
772
  msgctxt "admin-text"
773
  msgid "Use the assigned or current page excerpt"
774
  msgstr ""
775
 
776
+ #: config/settings.php:378, config/settings.php:391
777
  msgctxt "admin-text"
778
  msgid "Enter a custom description"
779
  msgstr ""
780
 
781
+ #: config/settings.php:390
782
  msgctxt "admin-text"
783
  msgid "Custom Description"
784
  msgstr ""
785
 
786
+ #: config/settings.php:397
787
  msgctxt "admin-text"
788
  msgid "Default URL"
789
  msgstr ""
790
 
791
+ #: config/settings.php:399
792
  msgctxt "admin-text"
793
  msgid "Use the assigned or current page URL"
794
  msgstr ""
795
 
796
+ #: config/settings.php:400, config/settings.php:413
797
  msgctxt "admin-text"
798
  msgid "Enter a custom URL"
799
  msgstr ""
800
 
801
+ #: config/settings.php:412
802
  msgctxt "admin-text"
803
  msgid "Custom URL"
804
  msgstr ""
805
 
806
+ #: config/settings.php:419
807
  msgctxt "admin-text"
808
  msgid "Default Image"
809
  msgstr ""
810
 
811
+ #: config/settings.php:421
812
  msgctxt "admin-text"
813
  msgid "Use the featured image of the assigned or current page"
814
  msgstr ""
815
 
816
+ #: config/settings.php:422, config/settings.php:435
817
  msgctxt "admin-text"
818
  msgid "Enter a custom image URL"
819
  msgstr ""
820
 
821
+ #: config/settings.php:443
 
 
 
 
 
822
  msgctxt "admin-text"
823
  msgid "Address"
824
  msgstr ""
825
 
826
+ #: config/settings.php:444
827
  msgctxt "admin-text"
828
  msgid "60 29th Street #343, San Francisco, CA 94110, US"
829
  msgstr ""
830
 
831
+ #: config/settings.php:455
832
  msgctxt "admin-text"
833
  msgid "Telephone Number"
834
  msgstr ""
835
 
836
+ #: config/settings.php:456
837
  msgctxt "admin-text"
838
  msgid "+1 (877) 273-3049"
839
  msgstr ""
840
 
841
+ #: config/settings.php:467
842
  msgctxt "admin-text"
843
  msgid "Price Range"
844
  msgstr ""
845
 
846
+ #: config/settings.php:468
847
  msgctxt "admin-text"
848
  msgid "$$-$$$"
849
  msgstr ""
850
 
851
+ #: config/settings.php:480
852
  msgctxt "admin-text"
853
  msgid "Offer Type"
854
  msgstr ""
855
 
856
+ #: config/settings.php:482
857
  msgctxt "admin-text"
858
  msgid "AggregateOffer"
859
  msgstr ""
860
 
861
+ #: config/settings.php:483
862
  msgctxt "admin-text"
863
  msgid "Offer"
864
  msgstr ""
865
 
866
+ #: config/settings.php:496
867
  msgctxt "admin-text"
868
  msgid "Price"
869
  msgstr ""
870
 
871
+ #: config/settings.php:509
872
  msgctxt "admin-text"
873
  msgid "Low Price"
874
  msgstr ""
875
 
876
+ #: config/settings.php:522
877
  msgctxt "admin-text"
878
  msgid "High Price"
879
  msgstr ""
880
 
881
+ #: config/settings.php:534
882
  msgctxt "admin-text"
883
  msgid "Price Currency"
884
  msgstr ""
885
 
886
+ #: config/settings.php:535
887
  msgctxt "admin-text"
888
  msgid "USD"
889
  msgstr ""
890
 
891
+ #: config/settings.php:543
892
  msgctxt "admin-text"
893
  msgid "Required Fields"
894
  msgstr ""
895
 
896
+ #: config/settings.php:545, config/forms/metabox-fields.php:5, plugin/Defaults/PostTypeColumnDefaults.php:25, plugin/Defaults/RevisionFieldsDefaults.php:16, plugin/Tinymce/SiteReviewsTinymce.php:30
897
  msgctxt "admin-text"
898
  msgid "Rating"
899
  msgstr ""
900
 
901
+ #: config/settings.php:546, plugin/Tinymce/SiteReviewsFormTinymce.php:16, plugin/Tinymce/SiteReviewsSummaryTinymce.php:17, plugin/Tinymce/SiteReviewsTinymce.php:17, plugin/Widgets/SiteReviewsFormWidget.php:20, plugin/Widgets/SiteReviewsSummaryWidget.php:20, plugin/Widgets/SiteReviewsWidget.php:20
902
  msgctxt "admin-text"
903
  msgid "Title"
904
  msgstr ""
905
 
906
+ #: config/settings.php:547, plugin/Defaults/PostTypeLabelDefaults.php:15
907
  msgctxt "admin-text"
908
  msgid "Review"
909
  msgstr ""
910
 
911
+ #: config/settings.php:548, config/forms/metabox-fields.php:14, plugin/Controllers/PrivacyController.php:130, plugin/Defaults/PostTypeColumnDefaults.php:20, plugin/Defaults/RevisionFieldsDefaults.php:18
912
  msgctxt "admin-text"
913
  msgid "Name"
914
  msgstr ""
915
 
916
+ #: config/settings.php:549, config/forms/metabox-fields.php:18, plugin/Controllers/PrivacyController.php:131, plugin/Defaults/PostTypeColumnDefaults.php:21, plugin/Defaults/RevisionFieldsDefaults.php:19
917
  msgctxt "admin-text"
918
  msgid "Email"
919
  msgstr ""
920
 
921
+ #: config/settings.php:550, config/forms/metabox-fields.php:30
922
  msgctxt "admin-text"
923
  msgid "Terms"
924
  msgstr ""
925
 
926
+ #: config/settings.php:552
927
  msgctxt "admin-text"
928
  msgid "Choose which fields should be required in the review form."
929
  msgstr ""
930
 
931
+ #: config/settings.php:558
932
  msgctxt "admin-text"
933
  msgid "Limit Reviews"
934
  msgstr ""
935
 
936
+ #: config/settings.php:560
937
  msgctxt "admin-text"
938
  msgid "No Limit"
939
  msgstr ""
940
 
941
+ #: config/settings.php:561
942
  msgctxt "admin-text"
943
  msgid "By Email Address"
944
  msgstr ""
945
 
946
+ #: config/settings.php:562
947
  msgctxt "admin-text"
948
  msgid "By IP Address"
949
  msgstr ""
950
 
951
+ #: config/settings.php:563
952
  msgctxt "admin-text"
953
  msgid "By Username (will only work for registered users)"
954
  msgstr ""
955
 
956
+ #: config/settings.php:565
957
  msgctxt "admin-text"
958
  msgid "Limits the number of reviews that can be submitted to one-per-person."
959
  msgstr ""
960
 
961
+ #: config/settings.php:573
962
  msgctxt "admin-text"
963
  msgid "Restrict Limits To"
964
  msgstr ""
965
 
966
+ #: config/settings.php:575, plugin/Controllers/MetaboxController.php:38, plugin/Tinymce/SiteReviewsSummaryTinymce.php:25, plugin/Tinymce/SiteReviewsTinymce.php:56, views/partials/screen/inline-edit.php:102
967
  msgctxt "admin-text"
968
  msgid "Assigned Posts"
969
  msgstr ""
970
 
971
+ #: config/settings.php:576
972
  msgctxt "admin-text"
973
  msgid "Assigned Terms"
974
  msgstr ""
975
 
976
+ #: config/settings.php:577, plugin/Controllers/MetaboxController.php:39, plugin/Defaults/PostTypeColumnDefaults.php:19, views/partials/screen/inline-edit.php:113
977
  msgctxt "admin-text"
978
  msgid "Assigned Users"
979
  msgstr ""
980
 
981
+ #: config/settings.php:580
982
  msgctxt "admin-text"
983
  msgid "Select which assignments the review limits should be restricted to."
984
  msgstr ""
985
 
986
+ #: config/settings.php:581
987
  msgctxt "admin-text"
988
  msgid "The review limits use strict assignment, i.e. <code>restrict limits to reviews assigned to this AND this</code>."
989
  msgstr ""
990
 
991
+ #: config/settings.php:590
992
  msgctxt "admin-text"
993
  msgid "Email Whitelist"
994
  msgstr ""
995
 
996
+ #: config/settings.php:592
997
  msgctxt "admin-text"
998
  msgid "One Email per line. All emails in the whitelist will be excluded from the review submission limit."
999
  msgstr ""
1000
 
1001
+ #: config/settings.php:600
1002
  msgctxt "admin-text"
1003
  msgid "IP Address Whitelist"
1004
  msgstr ""
1005
 
1006
+ #: config/settings.php:602
1007
  msgctxt "admin-text"
1008
  msgid "One IP Address per line. All IP Addresses in the whitelist will be excluded from the review submission limit.."
1009
  msgstr ""
1010
 
1011
+ #: config/settings.php:610
1012
  msgctxt "admin-text"
1013
  msgid "Username Whitelist"
1014
  msgstr ""
1015
 
1016
+ #: config/settings.php:612
1017
  msgctxt "admin-text"
1018
  msgid "One Username per line. All registered users with a Username in the whitelist will be excluded from the review submission limit."
1019
  msgstr ""
1020
 
1021
+ #: config/settings.php:618
1022
  msgctxt "admin-text"
1023
  msgid "Invisible reCAPTCHA"
1024
  msgstr ""
1025
 
1026
+ #: config/settings.php:620
1027
  msgctxt "admin-text"
1028
  msgid "Do not use reCAPTCHA"
1029
  msgstr ""
1030
 
1031
+ #: config/settings.php:621
1032
  msgctxt "admin-text"
1033
  msgid "Use reCAPTCHA"
1034
  msgstr ""
1035
 
1036
+ #: config/settings.php:622
1037
  msgctxt "admin-text"
1038
  msgid "Use reCAPTCHA only for guest users"
1039
  msgstr ""
1040
 
1041
+ #: config/settings.php:624
1042
  msgctxt "admin-text"
1043
  msgid "The Invisible reCAPTCHA badge (reCAPTCHA v2) is a free anti-spam service from Google. To use it, you will need to <a href=\"https://www.google.com/recaptcha/admin\" target=\"_blank\">sign up</a> for an API key pair for your site."
1044
  msgstr ""
1045
 
1046
+ #: config/settings.php:632
1047
  msgctxt "admin-text"
1048
  msgid "Site Key"
1049
  msgstr ""
1050
 
1051
+ #: config/settings.php:633
1052
  msgctxt "admin-text"
1053
  msgid "Enter the Invisible reCAPTCHA Site Key here"
1054
  msgstr ""
1055
 
1056
+ #: config/settings.php:641
1057
  msgctxt "admin-text"
1058
  msgid "Site Secret"
1059
  msgstr ""
1060
 
1061
+ #: config/settings.php:642
1062
  msgctxt "admin-text"
1063
  msgid "Enter the Invisible reCAPTCHA Site Secret here"
1064
  msgstr ""
1065
 
1066
+ #: config/settings.php:651
1067
  msgctxt "admin-text"
1068
  msgid "Badge Position"
1069
  msgstr ""
1070
 
1071
+ #: config/settings.php:653
1072
  msgctxt "admin-text"
1073
  msgid "Bottom Left"
1074
  msgstr ""
1075
 
1076
+ #: config/settings.php:654
1077
  msgctxt "admin-text"
1078
  msgid "Bottom Right"
1079
  msgstr ""
1080
 
1081
+ #: config/settings.php:655
1082
  msgctxt "admin-text"
1083
  msgid "Inline"
1084
  msgstr ""
1085
 
1086
+ #: config/settings.php:657
1087
  msgctxt "admin-text"
1088
  msgid "This option may not work consistently if another plugin is loading reCAPTCHA on the same page as Site Reviews."
1089
  msgstr ""
1090
 
1091
+ #: config/settings.php:662
1092
  msgctxt "admin-text"
1093
  msgid "Enable Akismet"
1094
  msgstr ""
1095
 
1096
+ #: config/settings.php:663
1097
  msgctxt "admin-text"
1098
  msgid "The <a href=\"https://akismet.com\" target=\"_blank\">Akismet plugin</a> integration provides spam-filtering for your reviews. In order for this setting to have any affect, you will need to first install and activate the Akismet plugin and set up a WordPress.com API key."
1099
  msgstr ""
1100
 
1101
+ #: config/settings.php:669
1102
  msgctxt "admin-text"
1103
  msgid "Blacklist"
1104
  msgstr ""
1105
 
1106
+ #: config/settings.php:671
1107
  msgctxt "admin-text"
1108
  msgid "Use the Site Reviews Blacklist"
1109
  msgstr ""
1110
 
1111
+ #: config/settings.php:672
1112
  msgctxt "admin-text"
1113
  msgid "Use the WordPress Disallowed Comment Keys"
1114
  msgstr ""
1115
 
1116
+ #: config/settings.php:674
1117
  msgctxt "admin-text"
1118
  msgid "Choose which Blacklist you would prefer to use for reviews. The %s option can be found in the WordPress Discussion Settings page."
1119
  msgstr ""
1120
 
1121
+ #: config/settings.php:675
1122
  msgctxt "admin-text"
1123
  msgid "Disallowed Comment Keys"
1124
  msgstr ""
1125
 
1126
+ #: config/settings.php:684
1127
  msgctxt "admin-text"
1128
  msgid "Review Blacklist"
1129
  msgstr ""
1130
 
1131
+ #: config/settings.php:686
1132
  msgctxt "admin-text"
1133
  msgid "One entry or IP address per line. When a review contains any of these entries in its title, content, name, email, or IP address, it will be rejected. It is case-insensitive and will match partial words, so \"press\" will match \"WordPress\"."
1134
  msgstr ""
1135
 
1136
+ #: config/settings.php:692
1137
  msgctxt "admin-text"
1138
  msgid "Blacklist Action"
1139
  msgstr ""
1140
 
1141
+ #: config/settings.php:694
1142
  msgctxt "admin-text"
1143
  msgid "Require approval"
1144
  msgstr ""
1145
 
1146
+ #: config/settings.php:695
1147
  msgctxt "admin-text"
1148
  msgid "Reject submission"
1149
  msgstr ""
1150
 
1151
+ #: config/settings.php:697
1152
  msgctxt "admin-text"
1153
  msgid "Choose the action that should be taken when a review is blacklisted."
1154
  msgstr ""
2112
  msgid "Show less"
2113
  msgstr ""
2114
 
2115
+ #: plugin/Modules/Avatar.php:122
2116
  msgid "Avatar for %s"
2117
  msgstr ""
2118
 
plugin/Modules/Avatar.php CHANGED
@@ -32,6 +32,13 @@ class Avatar
32
  */
33
  public function fallbackDefault($review)
34
  {
 
 
 
 
 
 
 
35
  if ('pixels' === $this->type) {
36
  return $this->generatePixels($review);
37
  }
32
  */
33
  public function fallbackDefault($review)
34
  {
35
+ if ('custom' === $this->type) {
36
+ $customUrl = glsr_get_option('reviews.avatars_fallback_url');
37
+ if ($this->isUrl($customUrl)) {
38
+ return $customUrl;
39
+ }
40
+ $this->type = 'mystery'; // fallback to mystery if a custom url is not set
41
+ }
42
  if ('pixels' === $this->type) {
43
  return $this->generatePixels($review);
44
  }
readme.txt CHANGED
@@ -5,7 +5,7 @@ Tags: reviews, ratings, testimonials, woocommerce, product reviews, business rev
5
  Tested up to: 5.8
6
  Requires at least: 5.5
7
  Requires PHP: 5.6
8
- Stable tag: 5.17.4
9
  License: GPLv3
10
  License URI: https://www.gnu.org/licenses/gpl-2.0.html
11
 
@@ -140,6 +140,10 @@ All documentation can be found in the "Help" page of the plugin. If your questio
140
 
141
  ## Changelog
142
 
 
 
 
 
143
  = 5.17.4 (2021-11-15) =
144
 
145
  - Fixed add-on updater
5
  Tested up to: 5.8
6
  Requires at least: 5.5
7
  Requires PHP: 5.6
8
+ Stable tag: 5.17.5
9
  License: GPLv3
10
  License URI: https://www.gnu.org/licenses/gpl-2.0.html
11
 
140
 
141
  ## Changelog
142
 
143
+ = 5.17.5 (2021-11-16) =
144
+
145
+ - Added setting to add a custom fallback avatar image
146
+
147
  = 5.17.4 (2021-11-15) =
148
 
149
  - Fixed add-on updater
site-reviews.php CHANGED
@@ -7,7 +7,7 @@
7
  * Plugin Name: Site Reviews
8
  * Plugin URI: https://wordpress.org/plugins/site-reviews
9
  * Description: Receive and display reviews on your website
10
- * Version: 5.17.4
11
  * Author: Paul Ryley
12
  * Author URI: https://geminilabs.io
13
  * License: GPL2
7
  * Plugin Name: Site Reviews
8
  * Plugin URI: https://wordpress.org/plugins/site-reviews
9
  * Description: Receive and display reviews on your website
10
+ * Version: 5.17.5
11
  * Author: Paul Ryley
12
  * Author URI: https://geminilabs.io
13
  * License: GPL2