Version Description
(2021-07-21) =
- Fixed relative dates to use the GMT date of the review
Download this release
Release Info
Developer | geminilabs |
Plugin | Site Reviews |
Version | 5.12.9 |
Comparing to | |
See all releases |
Code changes from version 5.12.8 to 5.12.9
- config/settings.php +1 -0
- languages/site-reviews-en_US.mo +0 -0
- languages/site-reviews-en_US.po +121 -117
- languages/site-reviews.pot +121 -117
- plugin/Commands/CreateReview.php +3 -1
- plugin/Modules/Date.php +3 -0
- plugin/Modules/Html/Tags/ReviewAvatarTag.php +2 -1
- plugin/Modules/Html/Tags/ReviewDateTag.php +1 -0
- readme.txt +5 -1
- site-reviews.php +1 -1
config/settings.php
CHANGED
@@ -221,6 +221,7 @@ return [
|
|
221 |
'settings.reviews.avatars' => 'yes',
|
222 |
],
|
223 |
'label' => _x('Avatar Size', 'admin-text', 'site-reviews'),
|
|
|
224 |
'tooltip' => _x('Set the height/width of the avatar in pixels.', 'admin-text', 'site-reviews'),
|
225 |
'type' => 'number',
|
226 |
],
|
221 |
'settings.reviews.avatars' => 'yes',
|
222 |
],
|
223 |
'label' => _x('Avatar Size', 'admin-text', 'site-reviews'),
|
224 |
+
'min' => 16,
|
225 |
'tooltip' => _x('Set the height/width of the avatar in pixels.', 'admin-text', 'site-reviews'),
|
226 |
'type' => 'number',
|
227 |
],
|
languages/site-reviews-en_US.mo
CHANGED
Binary file
|
languages/site-reviews-en_US.po
CHANGED
@@ -30,7 +30,7 @@ msgstr ""
|
|
30 |
msgid "%s is <strong>deprecated</strong> since version %s! Use %s instead."
|
31 |
msgstr "%s is <strong>deprecated</strong> since version %s! Use %s instead."
|
32 |
|
33 |
-
#: config/settings.php:
|
34 |
msgid "There are no reviews yet. Be the first one to write one."
|
35 |
msgstr "There are no reviews yet. Be the first one to write one."
|
36 |
|
@@ -82,11 +82,11 @@ msgstr "This review is based on my own experience and is my genuine opinion."
|
|
82 |
msgid "Show more"
|
83 |
msgstr "Show more"
|
84 |
|
85 |
-
#: plugin/Commands/CreateReview.php:
|
86 |
msgid "Your review has been submitted!"
|
87 |
msgstr "Your review has been submitted!"
|
88 |
|
89 |
-
#: plugin/Commands/CreateReview.php:
|
90 |
msgid ""
|
91 |
"Your review could not be submitted and the error has been logged. Please "
|
92 |
"notify the site administrator."
|
@@ -166,43 +166,47 @@ msgstr ""
|
|
166 |
msgid "and"
|
167 |
msgstr "and"
|
168 |
|
169 |
-
#: plugin/Modules/Date.php:
|
|
|
|
|
|
|
|
|
170 |
msgid "%s second ago"
|
171 |
msgid_plural "%s seconds ago"
|
172 |
msgstr[0] "%s second ago"
|
173 |
msgstr[1] "%s seconds ago"
|
174 |
|
175 |
-
#: plugin/Modules/Date.php:
|
176 |
msgid "%s minute ago"
|
177 |
msgid_plural "%s minutes ago"
|
178 |
msgstr[0] "%s minute ago"
|
179 |
msgstr[1] "%s minutes ago"
|
180 |
|
181 |
-
#: plugin/Modules/Date.php:
|
182 |
msgid "an hour ago"
|
183 |
msgid_plural "%s hours ago"
|
184 |
msgstr[0] "an hour ago"
|
185 |
msgstr[1] "%s hours ago"
|
186 |
|
187 |
-
#: plugin/Modules/Date.php:
|
188 |
msgid "yesterday"
|
189 |
msgid_plural "%s days ago"
|
190 |
msgstr[0] "yesterday"
|
191 |
msgstr[1] "%s days ago"
|
192 |
|
193 |
-
#: plugin/Modules/Date.php:
|
194 |
msgid "a week ago"
|
195 |
msgid_plural "%s weeks ago"
|
196 |
msgstr[0] "a week ago"
|
197 |
msgstr[1] "%s weeks ago"
|
198 |
|
199 |
-
#: plugin/Modules/Date.php:
|
200 |
msgid "%s month ago"
|
201 |
msgid_plural "%s months ago"
|
202 |
msgstr[0] "%s month ago"
|
203 |
msgstr[1] "%s months ago"
|
204 |
|
205 |
-
#: plugin/Modules/Date.php:
|
206 |
msgid "%s year ago"
|
207 |
msgid_plural "%s years ago"
|
208 |
msgstr[0] "%s year ago"
|
@@ -899,57 +903,57 @@ msgctxt "admin-text"
|
|
899 |
msgid "Avatar Size"
|
900 |
msgstr "Avatar Size"
|
901 |
|
902 |
-
#: config/settings.php:
|
903 |
msgctxt "admin-text"
|
904 |
msgid "Set the height/width of the avatar in pixels."
|
905 |
msgstr "Set the height/width of the avatar in pixels."
|
906 |
|
907 |
-
#: config/settings.php:
|
908 |
msgctxt "admin-text"
|
909 |
msgid "Enable Excerpts"
|
910 |
msgstr "Enable Excerpts"
|
911 |
|
912 |
-
#: config/settings.php:
|
913 |
msgctxt "admin-text"
|
914 |
msgid "Display an excerpt instead of the full review."
|
915 |
msgstr "Display an excerpt instead of the full review."
|
916 |
|
917 |
-
#: config/settings.php:
|
918 |
msgctxt "admin-text"
|
919 |
msgid "Excerpt Action"
|
920 |
msgstr "Excerpt Action"
|
921 |
|
922 |
-
#: config/settings.php:
|
923 |
msgctxt "admin-text"
|
924 |
msgid "Collapse/Expand the review"
|
925 |
msgstr "Collapse/Expand the review"
|
926 |
|
927 |
-
#: config/settings.php:
|
928 |
msgctxt "admin-text"
|
929 |
msgid "Display the review in a modal"
|
930 |
msgstr "Display the review in a modal"
|
931 |
|
932 |
-
#: config/settings.php:
|
933 |
msgctxt "admin-text"
|
934 |
msgid "Excerpt Length"
|
935 |
msgstr "Excerpt Length"
|
936 |
|
937 |
-
#: config/settings.php:
|
938 |
msgctxt "admin-text"
|
939 |
msgid "Set the excerpt word length."
|
940 |
msgstr "Set the excerpt word length."
|
941 |
|
942 |
-
#: config/settings.php:
|
943 |
msgctxt "admin-text"
|
944 |
msgid "The default text is: %s"
|
945 |
msgstr "The default text is: %s"
|
946 |
|
947 |
-
#: config/settings.php:
|
948 |
msgctxt "admin-text"
|
949 |
msgid "Enable Fallback Text"
|
950 |
msgstr "Enable Fallback Text"
|
951 |
|
952 |
-
#: config/settings.php:
|
953 |
msgctxt "admin-text"
|
954 |
msgid ""
|
955 |
"Display the fallback text when there are no reviews to display. This can be "
|
@@ -960,12 +964,12 @@ msgstr ""
|
|
960 |
"changed on the %s page. You may also override this by using the "
|
961 |
"\"fallback\" option on the shortcode."
|
962 |
|
963 |
-
#: config/settings.php:
|
964 |
msgctxt "admin-text"
|
965 |
msgid "Translations"
|
966 |
msgstr "Translations"
|
967 |
|
968 |
-
#: config/settings.php:
|
969 |
msgctxt "admin-text"
|
970 |
msgid ""
|
971 |
"If you would like to keep the pagination links but prevent search engines "
|
@@ -974,37 +978,37 @@ msgstr ""
|
|
974 |
"If you would like to keep the pagination links but prevent search engines "
|
975 |
"from indexing them, add the following lines to your %s file: %s"
|
976 |
|
977 |
-
#: config/settings.php:
|
978 |
msgctxt "admin-text"
|
979 |
msgid "Enable Paginated URLs"
|
980 |
msgstr "Enable Paginated URLs"
|
981 |
|
982 |
-
#: config/settings.php:
|
983 |
msgctxt "admin-text"
|
984 |
msgid "Paginated URLs include the %s URL parameter."
|
985 |
msgstr "Paginated URLs include the %s URL parameter."
|
986 |
|
987 |
-
#: config/settings.php:
|
988 |
msgctxt "admin-text"
|
989 |
msgid "Default Schema Type"
|
990 |
msgstr "Default Schema Type"
|
991 |
|
992 |
-
#: config/settings.php:
|
993 |
msgctxt "admin-text"
|
994 |
msgid "Local Business"
|
995 |
msgstr "Local Business"
|
996 |
|
997 |
-
#: config/settings.php:
|
998 |
msgctxt "admin-text"
|
999 |
msgid "Product"
|
1000 |
msgstr "Product"
|
1001 |
|
1002 |
-
#: config/settings.php:
|
1003 |
msgctxt "admin-text"
|
1004 |
msgid "Custom"
|
1005 |
msgstr "Custom"
|
1006 |
|
1007 |
-
#: config/settings.php:
|
1008 |
msgctxt "admin-text"
|
1009 |
msgid ""
|
1010 |
"You can use the %s to override this value on your page. The Custom Field "
|
@@ -1013,267 +1017,267 @@ msgstr ""
|
|
1013 |
"You can use the %s to override this value on your page. The Custom Field "
|
1014 |
"name to use is:"
|
1015 |
|
1016 |
-
#: config/settings.php:
|
1017 |
msgctxt "admin-text"
|
1018 |
msgid "Custom Fields metabox"
|
1019 |
msgstr "Custom Fields metabox"
|
1020 |
|
1021 |
-
#: config/settings.php:
|
1022 |
msgctxt "admin-text"
|
1023 |
msgid "Custom Schema Type"
|
1024 |
msgstr "Custom Schema Type"
|
1025 |
|
1026 |
-
#: config/settings.php:
|
1027 |
msgctxt "admin-text"
|
1028 |
msgid "View more information on schema types here"
|
1029 |
msgstr "View more information on schema types here"
|
1030 |
|
1031 |
-
#: config/settings.php:
|
1032 |
msgctxt "admin-text"
|
1033 |
msgid "Default Name"
|
1034 |
msgstr "Default Name"
|
1035 |
|
1036 |
-
#: config/settings.php:
|
1037 |
msgctxt "admin-text"
|
1038 |
msgid "Use the assigned or current page title"
|
1039 |
msgstr "Use the assigned or current page title"
|
1040 |
|
1041 |
-
#: config/settings.php:
|
1042 |
msgctxt "admin-text"
|
1043 |
msgid "Enter a custom title"
|
1044 |
msgstr "Enter a custom title"
|
1045 |
|
1046 |
-
#: config/settings.php:
|
1047 |
msgctxt "admin-text"
|
1048 |
msgid "Custom Name"
|
1049 |
msgstr "Custom Name"
|
1050 |
|
1051 |
-
#: config/settings.php:
|
1052 |
msgctxt "admin-text"
|
1053 |
msgid "Default Description"
|
1054 |
msgstr "Default Description"
|
1055 |
|
1056 |
-
#: config/settings.php:
|
1057 |
msgctxt "admin-text"
|
1058 |
msgid "Use the assigned or current page excerpt"
|
1059 |
msgstr "Use the assigned or current page excerpt"
|
1060 |
|
1061 |
-
#: config/settings.php:
|
1062 |
msgctxt "admin-text"
|
1063 |
msgid "Enter a custom description"
|
1064 |
msgstr "Enter a custom description"
|
1065 |
|
1066 |
-
#: config/settings.php:
|
1067 |
msgctxt "admin-text"
|
1068 |
msgid "Custom Description"
|
1069 |
msgstr "Custom Description"
|
1070 |
|
1071 |
-
#: config/settings.php:
|
1072 |
msgctxt "admin-text"
|
1073 |
msgid "Default URL"
|
1074 |
msgstr "Default URL"
|
1075 |
|
1076 |
-
#: config/settings.php:
|
1077 |
msgctxt "admin-text"
|
1078 |
msgid "Use the assigned or current page URL"
|
1079 |
msgstr "Use the assigned or current page URL"
|
1080 |
|
1081 |
-
#: config/settings.php:
|
1082 |
msgctxt "admin-text"
|
1083 |
msgid "Enter a custom URL"
|
1084 |
msgstr "Enter a custom URL"
|
1085 |
|
1086 |
-
#: config/settings.php:
|
1087 |
msgctxt "admin-text"
|
1088 |
msgid "Custom URL"
|
1089 |
msgstr "Custom URL"
|
1090 |
|
1091 |
-
#: config/settings.php:
|
1092 |
msgctxt "admin-text"
|
1093 |
msgid "Default Image"
|
1094 |
msgstr "Default Image"
|
1095 |
|
1096 |
-
#: config/settings.php:
|
1097 |
msgctxt "admin-text"
|
1098 |
msgid "Use the featured image of the assigned or current page"
|
1099 |
msgstr "Use the featured image of the assigned or current page"
|
1100 |
|
1101 |
-
#: config/settings.php:
|
1102 |
msgctxt "admin-text"
|
1103 |
msgid "Enter a custom image URL"
|
1104 |
msgstr "Enter a custom image URL"
|
1105 |
|
1106 |
-
#: config/settings.php:
|
1107 |
msgctxt "admin-text"
|
1108 |
msgid "Custom Image URL"
|
1109 |
msgstr "Custom Image URL"
|
1110 |
|
1111 |
-
#: config/settings.php:
|
1112 |
msgctxt "admin-text"
|
1113 |
msgid "Address"
|
1114 |
msgstr "Address"
|
1115 |
|
1116 |
-
#: config/settings.php:
|
1117 |
msgctxt "admin-text"
|
1118 |
msgid "60 29th Street #343, San Francisco, CA 94110, US"
|
1119 |
msgstr "60 29th Street #343, San Francisco, CA 94110, US"
|
1120 |
|
1121 |
-
#: config/settings.php:
|
1122 |
msgctxt "admin-text"
|
1123 |
msgid "Telephone Number"
|
1124 |
msgstr "Telephone Number"
|
1125 |
|
1126 |
-
#: config/settings.php:
|
1127 |
msgctxt "admin-text"
|
1128 |
msgid "+1 (877) 273-3049"
|
1129 |
msgstr "+1 (877) 273-3049"
|
1130 |
|
1131 |
-
#: config/settings.php:
|
1132 |
msgctxt "admin-text"
|
1133 |
msgid "Price Range"
|
1134 |
msgstr "Price Range"
|
1135 |
|
1136 |
-
#: config/settings.php:
|
1137 |
msgctxt "admin-text"
|
1138 |
msgid "$$-$$$"
|
1139 |
msgstr "$$-$$$"
|
1140 |
|
1141 |
-
#: config/settings.php:
|
1142 |
msgctxt "admin-text"
|
1143 |
msgid "Offer Type"
|
1144 |
msgstr "Offer Type"
|
1145 |
|
1146 |
-
#: config/settings.php:
|
1147 |
msgctxt "admin-text"
|
1148 |
msgid "AggregateOffer"
|
1149 |
msgstr "AggregateOffer"
|
1150 |
|
1151 |
-
#: config/settings.php:
|
1152 |
msgctxt "admin-text"
|
1153 |
msgid "Offer"
|
1154 |
msgstr "Offer"
|
1155 |
|
1156 |
-
#: config/settings.php:
|
1157 |
msgctxt "admin-text"
|
1158 |
msgid "Price"
|
1159 |
msgstr "Price"
|
1160 |
|
1161 |
-
#: config/settings.php:
|
1162 |
msgctxt "admin-text"
|
1163 |
msgid "Low Price"
|
1164 |
msgstr "Low Price"
|
1165 |
|
1166 |
-
#: config/settings.php:
|
1167 |
msgctxt "admin-text"
|
1168 |
msgid "High Price"
|
1169 |
msgstr "High Price"
|
1170 |
|
1171 |
-
#: config/settings.php:
|
1172 |
msgctxt "admin-text"
|
1173 |
msgid "Price Currency"
|
1174 |
msgstr "Price Currency"
|
1175 |
|
1176 |
-
#: config/settings.php:
|
1177 |
msgctxt "admin-text"
|
1178 |
msgid "USD"
|
1179 |
msgstr "USD"
|
1180 |
|
1181 |
-
#: config/settings.php:
|
1182 |
msgctxt "admin-text"
|
1183 |
msgid "Required Fields"
|
1184 |
msgstr "Required Fields"
|
1185 |
|
1186 |
-
#: config/settings.php:
|
1187 |
msgctxt "admin-text"
|
1188 |
msgid "Rating"
|
1189 |
msgstr "Rating"
|
1190 |
|
1191 |
-
#: config/settings.php:
|
1192 |
msgctxt "admin-text"
|
1193 |
msgid "Title"
|
1194 |
msgstr "Title"
|
1195 |
|
1196 |
-
#: config/settings.php:
|
1197 |
msgctxt "admin-text"
|
1198 |
msgid "Review"
|
1199 |
msgstr "Review"
|
1200 |
|
1201 |
-
#: config/settings.php:
|
1202 |
msgctxt "admin-text"
|
1203 |
msgid "Name"
|
1204 |
msgstr "Name"
|
1205 |
|
1206 |
-
#: config/settings.php:
|
1207 |
msgctxt "admin-text"
|
1208 |
msgid "Email"
|
1209 |
msgstr "Email"
|
1210 |
|
1211 |
-
#: config/settings.php:
|
1212 |
msgctxt "admin-text"
|
1213 |
msgid "Terms"
|
1214 |
msgstr "Terms"
|
1215 |
|
1216 |
-
#: config/settings.php:
|
1217 |
msgctxt "admin-text"
|
1218 |
msgid "Choose which fields should be required in the review form."
|
1219 |
msgstr "Choose which fields should be required in the review form."
|
1220 |
|
1221 |
-
#: config/settings.php:
|
1222 |
msgctxt "admin-text"
|
1223 |
msgid "Limit Reviews"
|
1224 |
msgstr "Limit Reviews"
|
1225 |
|
1226 |
-
#: config/settings.php:
|
1227 |
msgctxt "admin-text"
|
1228 |
msgid "No Limit"
|
1229 |
msgstr "No Limit"
|
1230 |
|
1231 |
-
#: config/settings.php:
|
1232 |
msgctxt "admin-text"
|
1233 |
msgid "By Email Address"
|
1234 |
msgstr "By Email Address"
|
1235 |
|
1236 |
-
#: config/settings.php:
|
1237 |
msgctxt "admin-text"
|
1238 |
msgid "By IP Address"
|
1239 |
msgstr "By IP Address"
|
1240 |
|
1241 |
-
#: config/settings.php:
|
1242 |
msgctxt "admin-text"
|
1243 |
msgid "By Username (will only work for registered users)"
|
1244 |
msgstr "By Username (will only work for registered users)"
|
1245 |
|
1246 |
-
#: config/settings.php:
|
1247 |
msgctxt "admin-text"
|
1248 |
msgid "Limits the number of reviews that can be submitted to one-per-person."
|
1249 |
msgstr "Limits the number of reviews that can be submitted to one-per-person."
|
1250 |
|
1251 |
-
#: config/settings.php:
|
1252 |
msgctxt "admin-text"
|
1253 |
msgid "Restrict Limits To"
|
1254 |
msgstr "Restrict Limits To"
|
1255 |
|
1256 |
-
#: config/settings.php:
|
1257 |
msgctxt "admin-text"
|
1258 |
msgid "Assigned Posts"
|
1259 |
msgstr "Assigned Posts"
|
1260 |
|
1261 |
-
#: config/settings.php:
|
1262 |
msgctxt "admin-text"
|
1263 |
msgid "Assigned Terms"
|
1264 |
msgstr "Assigned Terms"
|
1265 |
|
1266 |
-
#: config/settings.php:
|
1267 |
msgctxt "admin-text"
|
1268 |
msgid "Assigned Users"
|
1269 |
msgstr "Assigned Users"
|
1270 |
|
1271 |
-
#: config/settings.php:
|
1272 |
msgctxt "admin-text"
|
1273 |
msgid "Select which assignments the review limits should be restricted to."
|
1274 |
msgstr "Select which assignments the review limits should be restricted to."
|
1275 |
|
1276 |
-
#: config/settings.php:
|
1277 |
msgctxt "admin-text"
|
1278 |
msgid ""
|
1279 |
"The review limits use strict assignment, i.e. <code>restrict limits to "
|
@@ -1282,12 +1286,12 @@ msgstr ""
|
|
1282 |
"The review limits use strict assignment, i.e. <code>restrict limits to "
|
1283 |
"reviews assigned to this AND this</code>."
|
1284 |
|
1285 |
-
#: config/settings.php:
|
1286 |
msgctxt "admin-text"
|
1287 |
msgid "Email Whitelist"
|
1288 |
msgstr "Email Whitelist"
|
1289 |
|
1290 |
-
#: config/settings.php:
|
1291 |
msgctxt "admin-text"
|
1292 |
msgid ""
|
1293 |
"One Email per line. All emails in the whitelist will be excluded from the "
|
@@ -1296,12 +1300,12 @@ msgstr ""
|
|
1296 |
"One Email per line. All emails in the whitelist will be excluded from the "
|
1297 |
"review submission limit."
|
1298 |
|
1299 |
-
#: config/settings.php:
|
1300 |
msgctxt "admin-text"
|
1301 |
msgid "IP Address Whitelist"
|
1302 |
msgstr "IP Address Whitelist"
|
1303 |
|
1304 |
-
#: config/settings.php:
|
1305 |
msgctxt "admin-text"
|
1306 |
msgid ""
|
1307 |
"One IP Address per line. All IP Addresses in the whitelist will be excluded "
|
@@ -1310,12 +1314,12 @@ msgstr ""
|
|
1310 |
"One IP Address per line. All IP Addresses in the whitelist will be excluded "
|
1311 |
"from the review submission limit.."
|
1312 |
|
1313 |
-
#: config/settings.php:
|
1314 |
msgctxt "admin-text"
|
1315 |
msgid "Username Whitelist"
|
1316 |
msgstr "Username Whitelist"
|
1317 |
|
1318 |
-
#: config/settings.php:
|
1319 |
msgctxt "admin-text"
|
1320 |
msgid ""
|
1321 |
"One Username per line. All registered users with a Username in the "
|
@@ -1324,27 +1328,27 @@ msgstr ""
|
|
1324 |
"One Username per line. All registered users with a Username in the "
|
1325 |
"whitelist will be excluded from the review submission limit."
|
1326 |
|
1327 |
-
#: config/settings.php:
|
1328 |
msgctxt "admin-text"
|
1329 |
msgid "Invisible reCAPTCHA"
|
1330 |
msgstr "Invisible reCAPTCHA"
|
1331 |
|
1332 |
-
#: config/settings.php:
|
1333 |
msgctxt "admin-text"
|
1334 |
msgid "Do not use reCAPTCHA"
|
1335 |
msgstr "Do not use reCAPTCHA"
|
1336 |
|
1337 |
-
#: config/settings.php:
|
1338 |
msgctxt "admin-text"
|
1339 |
msgid "Use reCAPTCHA"
|
1340 |
msgstr "Use reCAPTCHA"
|
1341 |
|
1342 |
-
#: config/settings.php:
|
1343 |
msgctxt "admin-text"
|
1344 |
msgid "Use reCAPTCHA only for guest users"
|
1345 |
msgstr "Use reCAPTCHA only for guest users"
|
1346 |
|
1347 |
-
#: config/settings.php:
|
1348 |
msgctxt "admin-text"
|
1349 |
msgid ""
|
1350 |
"The Invisible reCAPTCHA badge (reCAPTCHA v2) is a free anti-spam service "
|
@@ -1357,47 +1361,47 @@ msgstr ""
|
|
1357 |
"href=\"https://www.google.com/recaptcha/admin\" target=\"_blank\">sign "
|
1358 |
"up</a> for an API key pair for your site."
|
1359 |
|
1360 |
-
#: config/settings.php:
|
1361 |
msgctxt "admin-text"
|
1362 |
msgid "Site Key"
|
1363 |
msgstr "Site Key"
|
1364 |
|
1365 |
-
#: config/settings.php:
|
1366 |
msgctxt "admin-text"
|
1367 |
msgid "Enter the Invisible reCAPTCHA Site Key here"
|
1368 |
msgstr "Enter the Invisible reCAPTCHA Site Key here"
|
1369 |
|
1370 |
-
#: config/settings.php:
|
1371 |
msgctxt "admin-text"
|
1372 |
msgid "Site Secret"
|
1373 |
msgstr "Site Secret"
|
1374 |
|
1375 |
-
#: config/settings.php:
|
1376 |
msgctxt "admin-text"
|
1377 |
msgid "Enter the Invisible reCAPTCHA Site Secret here"
|
1378 |
msgstr "Enter the Invisible reCAPTCHA Site Secret here"
|
1379 |
|
1380 |
-
#: config/settings.php:
|
1381 |
msgctxt "admin-text"
|
1382 |
msgid "Badge Position"
|
1383 |
msgstr "Badge Position"
|
1384 |
|
1385 |
-
#: config/settings.php:
|
1386 |
msgctxt "admin-text"
|
1387 |
msgid "Bottom Left"
|
1388 |
msgstr "Bottom Left"
|
1389 |
|
1390 |
-
#: config/settings.php:
|
1391 |
msgctxt "admin-text"
|
1392 |
msgid "Bottom Right"
|
1393 |
msgstr "Bottom Right"
|
1394 |
|
1395 |
-
#: config/settings.php:
|
1396 |
msgctxt "admin-text"
|
1397 |
msgid "Inline"
|
1398 |
msgstr "Inline"
|
1399 |
|
1400 |
-
#: config/settings.php:
|
1401 |
msgctxt "admin-text"
|
1402 |
msgid ""
|
1403 |
"This option may not work consistently if another plugin is loading "
|
@@ -1406,12 +1410,12 @@ msgstr ""
|
|
1406 |
"This option may not work consistently if another plugin is loading "
|
1407 |
"reCAPTCHA on the same page as Site Reviews."
|
1408 |
|
1409 |
-
#: config/settings.php:
|
1410 |
msgctxt "admin-text"
|
1411 |
msgid "Enable Akismet"
|
1412 |
msgstr "Enable Akismet"
|
1413 |
|
1414 |
-
#: config/settings.php:
|
1415 |
msgctxt "admin-text"
|
1416 |
msgid ""
|
1417 |
"The <a href=\"https://akismet.com\" target=\"_blank\">Akismet plugin</a> "
|
@@ -1424,22 +1428,22 @@ msgstr ""
|
|
1424 |
"setting to have any affect, you will need to first install and activate the "
|
1425 |
"Akismet plugin and set up a WordPress.com API key."
|
1426 |
|
1427 |
-
#: config/settings.php:
|
1428 |
msgctxt "admin-text"
|
1429 |
msgid "Blacklist"
|
1430 |
msgstr "Blacklist"
|
1431 |
|
1432 |
-
#: config/settings.php:
|
1433 |
msgctxt "admin-text"
|
1434 |
msgid "Use the Site Reviews Blacklist"
|
1435 |
msgstr "Use the Site Reviews Blacklist"
|
1436 |
|
1437 |
-
#: config/settings.php:
|
1438 |
msgctxt "admin-text"
|
1439 |
msgid "Use the WordPress Disallowed Comment Keys"
|
1440 |
msgstr "Use the WordPress Disallowed Comment Keys"
|
1441 |
|
1442 |
-
#: config/settings.php:
|
1443 |
msgctxt "admin-text"
|
1444 |
msgid ""
|
1445 |
"Choose which Blacklist you would prefer to use for reviews. The %s option "
|
@@ -1448,17 +1452,17 @@ msgstr ""
|
|
1448 |
"Choose which Blacklist you would prefer to use for reviews. The %s option "
|
1449 |
"can be found in the WordPress Discussion Settings page."
|
1450 |
|
1451 |
-
#: config/settings.php:
|
1452 |
msgctxt "admin-text"
|
1453 |
msgid "Disallowed Comment Keys"
|
1454 |
msgstr "Disallowed Comment Keys"
|
1455 |
|
1456 |
-
#: config/settings.php:
|
1457 |
msgctxt "admin-text"
|
1458 |
msgid "Review Blacklist"
|
1459 |
msgstr "Review Blacklist"
|
1460 |
|
1461 |
-
#: config/settings.php:
|
1462 |
msgctxt "admin-text"
|
1463 |
msgid ""
|
1464 |
"One entry or IP address per line. When a review contains any of these "
|
@@ -1471,22 +1475,22 @@ msgstr ""
|
|
1471 |
"rejected. It is case-insensitive and will match partial words, so \"press\" "
|
1472 |
"will match \"WordPress\"."
|
1473 |
|
1474 |
-
#: config/settings.php:
|
1475 |
msgctxt "admin-text"
|
1476 |
msgid "Blacklist Action"
|
1477 |
msgstr "Blacklist Action"
|
1478 |
|
1479 |
-
#: config/settings.php:
|
1480 |
msgctxt "admin-text"
|
1481 |
msgid "Require approval"
|
1482 |
msgstr "Require approval"
|
1483 |
|
1484 |
-
#: config/settings.php:
|
1485 |
msgctxt "admin-text"
|
1486 |
msgid "Reject submission"
|
1487 |
msgstr "Reject submission"
|
1488 |
|
1489 |
-
#: config/settings.php:
|
1490 |
msgctxt "admin-text"
|
1491 |
msgid "Choose the action that should be taken when a review is blacklisted."
|
1492 |
msgstr "Choose the action that should be taken when a review is blacklisted."
|
@@ -4256,7 +4260,7 @@ msgctxt "avatar size (admin-text)"
|
|
4256 |
msgid "pixels"
|
4257 |
msgstr "pixels"
|
4258 |
|
4259 |
-
#: config/settings.php:
|
4260 |
msgctxt "exceprt length (admin-text)"
|
4261 |
msgid "words"
|
4262 |
msgstr "words"
|
30 |
msgid "%s is <strong>deprecated</strong> since version %s! Use %s instead."
|
31 |
msgstr "%s is <strong>deprecated</strong> since version %s! Use %s instead."
|
32 |
|
33 |
+
#: config/settings.php:261, plugin/Modules/Html/ReviewsHtml.php:135
|
34 |
msgid "There are no reviews yet. Be the first one to write one."
|
35 |
msgstr "There are no reviews yet. Be the first one to write one."
|
36 |
|
82 |
msgid "Show more"
|
83 |
msgstr "Show more"
|
84 |
|
85 |
+
#: plugin/Commands/CreateReview.php:161
|
86 |
msgid "Your review has been submitted!"
|
87 |
msgstr "Your review has been submitted!"
|
88 |
|
89 |
+
#: plugin/Commands/CreateReview.php:166, views/pages/documentation/support/common-problems-and-solutions.php:65
|
90 |
msgid ""
|
91 |
"Your review could not be submitted and the error has been logged. Please "
|
92 |
"notify the site administrator."
|
166 |
msgid "and"
|
167 |
msgstr "and"
|
168 |
|
169 |
+
#: plugin/Modules/Date.php:84
|
170 |
+
msgid "A moment ago"
|
171 |
+
msgstr "A moment ago"
|
172 |
+
|
173 |
+
#: plugin/Modules/Date.php:92
|
174 |
msgid "%s second ago"
|
175 |
msgid_plural "%s seconds ago"
|
176 |
msgstr[0] "%s second ago"
|
177 |
msgstr[1] "%s seconds ago"
|
178 |
|
179 |
+
#: plugin/Modules/Date.php:93
|
180 |
msgid "%s minute ago"
|
181 |
msgid_plural "%s minutes ago"
|
182 |
msgstr[0] "%s minute ago"
|
183 |
msgstr[1] "%s minutes ago"
|
184 |
|
185 |
+
#: plugin/Modules/Date.php:94
|
186 |
msgid "an hour ago"
|
187 |
msgid_plural "%s hours ago"
|
188 |
msgstr[0] "an hour ago"
|
189 |
msgstr[1] "%s hours ago"
|
190 |
|
191 |
+
#: plugin/Modules/Date.php:95
|
192 |
msgid "yesterday"
|
193 |
msgid_plural "%s days ago"
|
194 |
msgstr[0] "yesterday"
|
195 |
msgstr[1] "%s days ago"
|
196 |
|
197 |
+
#: plugin/Modules/Date.php:96
|
198 |
msgid "a week ago"
|
199 |
msgid_plural "%s weeks ago"
|
200 |
msgstr[0] "a week ago"
|
201 |
msgstr[1] "%s weeks ago"
|
202 |
|
203 |
+
#: plugin/Modules/Date.php:97
|
204 |
msgid "%s month ago"
|
205 |
msgid_plural "%s months ago"
|
206 |
msgstr[0] "%s month ago"
|
207 |
msgstr[1] "%s months ago"
|
208 |
|
209 |
+
#: plugin/Modules/Date.php:98
|
210 |
msgid "%s year ago"
|
211 |
msgid_plural "%s years ago"
|
212 |
msgstr[0] "%s year ago"
|
903 |
msgid "Avatar Size"
|
904 |
msgstr "Avatar Size"
|
905 |
|
906 |
+
#: config/settings.php:225
|
907 |
msgctxt "admin-text"
|
908 |
msgid "Set the height/width of the avatar in pixels."
|
909 |
msgstr "Set the height/width of the avatar in pixels."
|
910 |
|
911 |
+
#: config/settings.php:230
|
912 |
msgctxt "admin-text"
|
913 |
msgid "Enable Excerpts"
|
914 |
msgstr "Enable Excerpts"
|
915 |
|
916 |
+
#: config/settings.php:231
|
917 |
msgctxt "admin-text"
|
918 |
msgid "Display an excerpt instead of the full review."
|
919 |
msgstr "Display an excerpt instead of the full review."
|
920 |
|
921 |
+
#: config/settings.php:240
|
922 |
msgctxt "admin-text"
|
923 |
msgid "Excerpt Action"
|
924 |
msgstr "Excerpt Action"
|
925 |
|
926 |
+
#: config/settings.php:242
|
927 |
msgctxt "admin-text"
|
928 |
msgid "Collapse/Expand the review"
|
929 |
msgstr "Collapse/Expand the review"
|
930 |
|
931 |
+
#: config/settings.php:243
|
932 |
msgctxt "admin-text"
|
933 |
msgid "Display the review in a modal"
|
934 |
msgstr "Display the review in a modal"
|
935 |
|
936 |
+
#: config/settings.php:254
|
937 |
msgctxt "admin-text"
|
938 |
msgid "Excerpt Length"
|
939 |
msgstr "Excerpt Length"
|
940 |
|
941 |
+
#: config/settings.php:255
|
942 |
msgctxt "admin-text"
|
943 |
msgid "Set the excerpt word length."
|
944 |
msgstr "Set the excerpt word length."
|
945 |
|
946 |
+
#: config/settings.php:260
|
947 |
msgctxt "admin-text"
|
948 |
msgid "The default text is: %s"
|
949 |
msgstr "The default text is: %s"
|
950 |
|
951 |
+
#: config/settings.php:263
|
952 |
msgctxt "admin-text"
|
953 |
msgid "Enable Fallback Text"
|
954 |
msgstr "Enable Fallback Text"
|
955 |
|
956 |
+
#: config/settings.php:264
|
957 |
msgctxt "admin-text"
|
958 |
msgid ""
|
959 |
"Display the fallback text when there are no reviews to display. This can be "
|
964 |
"changed on the %s page. You may also override this by using the "
|
965 |
"\"fallback\" option on the shortcode."
|
966 |
|
967 |
+
#: config/settings.php:265, plugin/Controllers/MenuController.php:138
|
968 |
msgctxt "admin-text"
|
969 |
msgid "Translations"
|
970 |
msgstr "Translations"
|
971 |
|
972 |
+
#: config/settings.php:272
|
973 |
msgctxt "admin-text"
|
974 |
msgid ""
|
975 |
"If you would like to keep the pagination links but prevent search engines "
|
978 |
"If you would like to keep the pagination links but prevent search engines "
|
979 |
"from indexing them, add the following lines to your %s file: %s"
|
980 |
|
981 |
+
#: config/settings.php:278
|
982 |
msgctxt "admin-text"
|
983 |
msgid "Enable Paginated URLs"
|
984 |
msgstr "Enable Paginated URLs"
|
985 |
|
986 |
+
#: config/settings.php:279
|
987 |
msgctxt "admin-text"
|
988 |
msgid "Paginated URLs include the %s URL parameter."
|
989 |
msgstr "Paginated URLs include the %s URL parameter."
|
990 |
|
991 |
+
#: config/settings.php:287
|
992 |
msgctxt "admin-text"
|
993 |
msgid "Default Schema Type"
|
994 |
msgstr "Default Schema Type"
|
995 |
|
996 |
+
#: config/settings.php:289
|
997 |
msgctxt "admin-text"
|
998 |
msgid "Local Business"
|
999 |
msgstr "Local Business"
|
1000 |
|
1001 |
+
#: config/settings.php:290
|
1002 |
msgctxt "admin-text"
|
1003 |
msgid "Product"
|
1004 |
msgstr "Product"
|
1005 |
|
1006 |
+
#: config/settings.php:291
|
1007 |
msgctxt "admin-text"
|
1008 |
msgid "Custom"
|
1009 |
msgstr "Custom"
|
1010 |
|
1011 |
+
#: config/settings.php:293, config/settings.php:315, config/settings.php:337, config/settings.php:359, config/settings.php:381, config/settings.php:402, config/settings.php:414, config/settings.php:426, config/settings.php:442, config/settings.php:455, config/settings.php:468, config/settings.php:481, config/settings.php:493
|
1012 |
msgctxt "admin-text"
|
1013 |
msgid ""
|
1014 |
"You can use the %s to override this value on your page. The Custom Field "
|
1017 |
"You can use the %s to override this value on your page. The Custom Field "
|
1018 |
"name to use is:"
|
1019 |
|
1020 |
+
#: config/settings.php:294, config/settings.php:316, config/settings.php:338, config/settings.php:360, config/settings.php:382, config/settings.php:403, config/settings.php:415, config/settings.php:427, config/settings.php:443, config/settings.php:456, config/settings.php:469, config/settings.php:482, config/settings.php:494
|
1021 |
msgctxt "admin-text"
|
1022 |
msgid "Custom Fields metabox"
|
1023 |
msgstr "Custom Fields metabox"
|
1024 |
|
1025 |
+
#: config/settings.php:303
|
1026 |
msgctxt "admin-text"
|
1027 |
msgid "Custom Schema Type"
|
1028 |
msgstr "Custom Schema Type"
|
1029 |
|
1030 |
+
#: config/settings.php:304
|
1031 |
msgctxt "admin-text"
|
1032 |
msgid "View more information on schema types here"
|
1033 |
msgstr "View more information on schema types here"
|
1034 |
|
1035 |
+
#: config/settings.php:310
|
1036 |
msgctxt "admin-text"
|
1037 |
msgid "Default Name"
|
1038 |
msgstr "Default Name"
|
1039 |
|
1040 |
+
#: config/settings.php:312
|
1041 |
msgctxt "admin-text"
|
1042 |
msgid "Use the assigned or current page title"
|
1043 |
msgstr "Use the assigned or current page title"
|
1044 |
|
1045 |
+
#: config/settings.php:313, config/settings.php:326
|
1046 |
msgctxt "admin-text"
|
1047 |
msgid "Enter a custom title"
|
1048 |
msgstr "Enter a custom title"
|
1049 |
|
1050 |
+
#: config/settings.php:325
|
1051 |
msgctxt "admin-text"
|
1052 |
msgid "Custom Name"
|
1053 |
msgstr "Custom Name"
|
1054 |
|
1055 |
+
#: config/settings.php:332
|
1056 |
msgctxt "admin-text"
|
1057 |
msgid "Default Description"
|
1058 |
msgstr "Default Description"
|
1059 |
|
1060 |
+
#: config/settings.php:334
|
1061 |
msgctxt "admin-text"
|
1062 |
msgid "Use the assigned or current page excerpt"
|
1063 |
msgstr "Use the assigned or current page excerpt"
|
1064 |
|
1065 |
+
#: config/settings.php:335, config/settings.php:348
|
1066 |
msgctxt "admin-text"
|
1067 |
msgid "Enter a custom description"
|
1068 |
msgstr "Enter a custom description"
|
1069 |
|
1070 |
+
#: config/settings.php:347
|
1071 |
msgctxt "admin-text"
|
1072 |
msgid "Custom Description"
|
1073 |
msgstr "Custom Description"
|
1074 |
|
1075 |
+
#: config/settings.php:354
|
1076 |
msgctxt "admin-text"
|
1077 |
msgid "Default URL"
|
1078 |
msgstr "Default URL"
|
1079 |
|
1080 |
+
#: config/settings.php:356
|
1081 |
msgctxt "admin-text"
|
1082 |
msgid "Use the assigned or current page URL"
|
1083 |
msgstr "Use the assigned or current page URL"
|
1084 |
|
1085 |
+
#: config/settings.php:357, config/settings.php:370
|
1086 |
msgctxt "admin-text"
|
1087 |
msgid "Enter a custom URL"
|
1088 |
msgstr "Enter a custom URL"
|
1089 |
|
1090 |
+
#: config/settings.php:369
|
1091 |
msgctxt "admin-text"
|
1092 |
msgid "Custom URL"
|
1093 |
msgstr "Custom URL"
|
1094 |
|
1095 |
+
#: config/settings.php:376
|
1096 |
msgctxt "admin-text"
|
1097 |
msgid "Default Image"
|
1098 |
msgstr "Default Image"
|
1099 |
|
1100 |
+
#: config/settings.php:378
|
1101 |
msgctxt "admin-text"
|
1102 |
msgid "Use the featured image of the assigned or current page"
|
1103 |
msgstr "Use the featured image of the assigned or current page"
|
1104 |
|
1105 |
+
#: config/settings.php:379, config/settings.php:392
|
1106 |
msgctxt "admin-text"
|
1107 |
msgid "Enter a custom image URL"
|
1108 |
msgstr "Enter a custom image URL"
|
1109 |
|
1110 |
+
#: config/settings.php:391
|
1111 |
msgctxt "admin-text"
|
1112 |
msgid "Custom Image URL"
|
1113 |
msgstr "Custom Image URL"
|
1114 |
|
1115 |
+
#: config/settings.php:400
|
1116 |
msgctxt "admin-text"
|
1117 |
msgid "Address"
|
1118 |
msgstr "Address"
|
1119 |
|
1120 |
+
#: config/settings.php:401
|
1121 |
msgctxt "admin-text"
|
1122 |
msgid "60 29th Street #343, San Francisco, CA 94110, US"
|
1123 |
msgstr "60 29th Street #343, San Francisco, CA 94110, US"
|
1124 |
|
1125 |
+
#: config/settings.php:412
|
1126 |
msgctxt "admin-text"
|
1127 |
msgid "Telephone Number"
|
1128 |
msgstr "Telephone Number"
|
1129 |
|
1130 |
+
#: config/settings.php:413
|
1131 |
msgctxt "admin-text"
|
1132 |
msgid "+1 (877) 273-3049"
|
1133 |
msgstr "+1 (877) 273-3049"
|
1134 |
|
1135 |
+
#: config/settings.php:424
|
1136 |
msgctxt "admin-text"
|
1137 |
msgid "Price Range"
|
1138 |
msgstr "Price Range"
|
1139 |
|
1140 |
+
#: config/settings.php:425
|
1141 |
msgctxt "admin-text"
|
1142 |
msgid "$$-$$$"
|
1143 |
msgstr "$$-$$$"
|
1144 |
|
1145 |
+
#: config/settings.php:437
|
1146 |
msgctxt "admin-text"
|
1147 |
msgid "Offer Type"
|
1148 |
msgstr "Offer Type"
|
1149 |
|
1150 |
+
#: config/settings.php:439
|
1151 |
msgctxt "admin-text"
|
1152 |
msgid "AggregateOffer"
|
1153 |
msgstr "AggregateOffer"
|
1154 |
|
1155 |
+
#: config/settings.php:440
|
1156 |
msgctxt "admin-text"
|
1157 |
msgid "Offer"
|
1158 |
msgstr "Offer"
|
1159 |
|
1160 |
+
#: config/settings.php:453
|
1161 |
msgctxt "admin-text"
|
1162 |
msgid "Price"
|
1163 |
msgstr "Price"
|
1164 |
|
1165 |
+
#: config/settings.php:466
|
1166 |
msgctxt "admin-text"
|
1167 |
msgid "Low Price"
|
1168 |
msgstr "Low Price"
|
1169 |
|
1170 |
+
#: config/settings.php:479
|
1171 |
msgctxt "admin-text"
|
1172 |
msgid "High Price"
|
1173 |
msgstr "High Price"
|
1174 |
|
1175 |
+
#: config/settings.php:491
|
1176 |
msgctxt "admin-text"
|
1177 |
msgid "Price Currency"
|
1178 |
msgstr "Price Currency"
|
1179 |
|
1180 |
+
#: config/settings.php:492
|
1181 |
msgctxt "admin-text"
|
1182 |
msgid "USD"
|
1183 |
msgstr "USD"
|
1184 |
|
1185 |
+
#: config/settings.php:500
|
1186 |
msgctxt "admin-text"
|
1187 |
msgid "Required Fields"
|
1188 |
msgstr "Required Fields"
|
1189 |
|
1190 |
+
#: config/settings.php:502, config/forms/metabox-fields.php:5, plugin/Defaults/PostTypeColumnDefaults.php:25, plugin/Defaults/RevisionFieldsDefaults.php:16, plugin/Tinymce/SiteReviewsTinymce.php:30
|
1191 |
msgctxt "admin-text"
|
1192 |
msgid "Rating"
|
1193 |
msgstr "Rating"
|
1194 |
|
1195 |
+
#: config/settings.php:503, 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
|
1196 |
msgctxt "admin-text"
|
1197 |
msgid "Title"
|
1198 |
msgstr "Title"
|
1199 |
|
1200 |
+
#: config/settings.php:504, plugin/Defaults/PostTypeLabelDefaults.php:15
|
1201 |
msgctxt "admin-text"
|
1202 |
msgid "Review"
|
1203 |
msgstr "Review"
|
1204 |
|
1205 |
+
#: config/settings.php:505, config/forms/metabox-fields.php:14, plugin/Controllers/PrivacyController.php:129, plugin/Defaults/PostTypeColumnDefaults.php:20, plugin/Defaults/RevisionFieldsDefaults.php:18
|
1206 |
msgctxt "admin-text"
|
1207 |
msgid "Name"
|
1208 |
msgstr "Name"
|
1209 |
|
1210 |
+
#: config/settings.php:506, config/forms/metabox-fields.php:18, plugin/Controllers/PrivacyController.php:130, plugin/Defaults/PostTypeColumnDefaults.php:21, plugin/Defaults/RevisionFieldsDefaults.php:19
|
1211 |
msgctxt "admin-text"
|
1212 |
msgid "Email"
|
1213 |
msgstr "Email"
|
1214 |
|
1215 |
+
#: config/settings.php:507, config/forms/metabox-fields.php:30
|
1216 |
msgctxt "admin-text"
|
1217 |
msgid "Terms"
|
1218 |
msgstr "Terms"
|
1219 |
|
1220 |
+
#: config/settings.php:509
|
1221 |
msgctxt "admin-text"
|
1222 |
msgid "Choose which fields should be required in the review form."
|
1223 |
msgstr "Choose which fields should be required in the review form."
|
1224 |
|
1225 |
+
#: config/settings.php:515
|
1226 |
msgctxt "admin-text"
|
1227 |
msgid "Limit Reviews"
|
1228 |
msgstr "Limit Reviews"
|
1229 |
|
1230 |
+
#: config/settings.php:517
|
1231 |
msgctxt "admin-text"
|
1232 |
msgid "No Limit"
|
1233 |
msgstr "No Limit"
|
1234 |
|
1235 |
+
#: config/settings.php:518
|
1236 |
msgctxt "admin-text"
|
1237 |
msgid "By Email Address"
|
1238 |
msgstr "By Email Address"
|
1239 |
|
1240 |
+
#: config/settings.php:519
|
1241 |
msgctxt "admin-text"
|
1242 |
msgid "By IP Address"
|
1243 |
msgstr "By IP Address"
|
1244 |
|
1245 |
+
#: config/settings.php:520
|
1246 |
msgctxt "admin-text"
|
1247 |
msgid "By Username (will only work for registered users)"
|
1248 |
msgstr "By Username (will only work for registered users)"
|
1249 |
|
1250 |
+
#: config/settings.php:522
|
1251 |
msgctxt "admin-text"
|
1252 |
msgid "Limits the number of reviews that can be submitted to one-per-person."
|
1253 |
msgstr "Limits the number of reviews that can be submitted to one-per-person."
|
1254 |
|
1255 |
+
#: config/settings.php:530
|
1256 |
msgctxt "admin-text"
|
1257 |
msgid "Restrict Limits To"
|
1258 |
msgstr "Restrict Limits To"
|
1259 |
|
1260 |
+
#: config/settings.php:532, plugin/Controllers/MetaboxController.php:38, plugin/Tinymce/SiteReviewsSummaryTinymce.php:25, plugin/Tinymce/SiteReviewsTinymce.php:56, views/partials/screen/inline-edit.php:102
|
1261 |
msgctxt "admin-text"
|
1262 |
msgid "Assigned Posts"
|
1263 |
msgstr "Assigned Posts"
|
1264 |
|
1265 |
+
#: config/settings.php:533
|
1266 |
msgctxt "admin-text"
|
1267 |
msgid "Assigned Terms"
|
1268 |
msgstr "Assigned Terms"
|
1269 |
|
1270 |
+
#: config/settings.php:534, plugin/Controllers/MetaboxController.php:39, plugin/Defaults/PostTypeColumnDefaults.php:19, views/partials/screen/inline-edit.php:113
|
1271 |
msgctxt "admin-text"
|
1272 |
msgid "Assigned Users"
|
1273 |
msgstr "Assigned Users"
|
1274 |
|
1275 |
+
#: config/settings.php:537
|
1276 |
msgctxt "admin-text"
|
1277 |
msgid "Select which assignments the review limits should be restricted to."
|
1278 |
msgstr "Select which assignments the review limits should be restricted to."
|
1279 |
|
1280 |
+
#: config/settings.php:538
|
1281 |
msgctxt "admin-text"
|
1282 |
msgid ""
|
1283 |
"The review limits use strict assignment, i.e. <code>restrict limits to "
|
1286 |
"The review limits use strict assignment, i.e. <code>restrict limits to "
|
1287 |
"reviews assigned to this AND this</code>."
|
1288 |
|
1289 |
+
#: config/settings.php:547
|
1290 |
msgctxt "admin-text"
|
1291 |
msgid "Email Whitelist"
|
1292 |
msgstr "Email Whitelist"
|
1293 |
|
1294 |
+
#: config/settings.php:549
|
1295 |
msgctxt "admin-text"
|
1296 |
msgid ""
|
1297 |
"One Email per line. All emails in the whitelist will be excluded from the "
|
1300 |
"One Email per line. All emails in the whitelist will be excluded from the "
|
1301 |
"review submission limit."
|
1302 |
|
1303 |
+
#: config/settings.php:557
|
1304 |
msgctxt "admin-text"
|
1305 |
msgid "IP Address Whitelist"
|
1306 |
msgstr "IP Address Whitelist"
|
1307 |
|
1308 |
+
#: config/settings.php:559
|
1309 |
msgctxt "admin-text"
|
1310 |
msgid ""
|
1311 |
"One IP Address per line. All IP Addresses in the whitelist will be excluded "
|
1314 |
"One IP Address per line. All IP Addresses in the whitelist will be excluded "
|
1315 |
"from the review submission limit.."
|
1316 |
|
1317 |
+
#: config/settings.php:567
|
1318 |
msgctxt "admin-text"
|
1319 |
msgid "Username Whitelist"
|
1320 |
msgstr "Username Whitelist"
|
1321 |
|
1322 |
+
#: config/settings.php:569
|
1323 |
msgctxt "admin-text"
|
1324 |
msgid ""
|
1325 |
"One Username per line. All registered users with a Username in the "
|
1328 |
"One Username per line. All registered users with a Username in the "
|
1329 |
"whitelist will be excluded from the review submission limit."
|
1330 |
|
1331 |
+
#: config/settings.php:575
|
1332 |
msgctxt "admin-text"
|
1333 |
msgid "Invisible reCAPTCHA"
|
1334 |
msgstr "Invisible reCAPTCHA"
|
1335 |
|
1336 |
+
#: config/settings.php:577
|
1337 |
msgctxt "admin-text"
|
1338 |
msgid "Do not use reCAPTCHA"
|
1339 |
msgstr "Do not use reCAPTCHA"
|
1340 |
|
1341 |
+
#: config/settings.php:578
|
1342 |
msgctxt "admin-text"
|
1343 |
msgid "Use reCAPTCHA"
|
1344 |
msgstr "Use reCAPTCHA"
|
1345 |
|
1346 |
+
#: config/settings.php:579
|
1347 |
msgctxt "admin-text"
|
1348 |
msgid "Use reCAPTCHA only for guest users"
|
1349 |
msgstr "Use reCAPTCHA only for guest users"
|
1350 |
|
1351 |
+
#: config/settings.php:581
|
1352 |
msgctxt "admin-text"
|
1353 |
msgid ""
|
1354 |
"The Invisible reCAPTCHA badge (reCAPTCHA v2) is a free anti-spam service "
|
1361 |
"href=\"https://www.google.com/recaptcha/admin\" target=\"_blank\">sign "
|
1362 |
"up</a> for an API key pair for your site."
|
1363 |
|
1364 |
+
#: config/settings.php:589
|
1365 |
msgctxt "admin-text"
|
1366 |
msgid "Site Key"
|
1367 |
msgstr "Site Key"
|
1368 |
|
1369 |
+
#: config/settings.php:590
|
1370 |
msgctxt "admin-text"
|
1371 |
msgid "Enter the Invisible reCAPTCHA Site Key here"
|
1372 |
msgstr "Enter the Invisible reCAPTCHA Site Key here"
|
1373 |
|
1374 |
+
#: config/settings.php:598
|
1375 |
msgctxt "admin-text"
|
1376 |
msgid "Site Secret"
|
1377 |
msgstr "Site Secret"
|
1378 |
|
1379 |
+
#: config/settings.php:599
|
1380 |
msgctxt "admin-text"
|
1381 |
msgid "Enter the Invisible reCAPTCHA Site Secret here"
|
1382 |
msgstr "Enter the Invisible reCAPTCHA Site Secret here"
|
1383 |
|
1384 |
+
#: config/settings.php:608
|
1385 |
msgctxt "admin-text"
|
1386 |
msgid "Badge Position"
|
1387 |
msgstr "Badge Position"
|
1388 |
|
1389 |
+
#: config/settings.php:610
|
1390 |
msgctxt "admin-text"
|
1391 |
msgid "Bottom Left"
|
1392 |
msgstr "Bottom Left"
|
1393 |
|
1394 |
+
#: config/settings.php:611
|
1395 |
msgctxt "admin-text"
|
1396 |
msgid "Bottom Right"
|
1397 |
msgstr "Bottom Right"
|
1398 |
|
1399 |
+
#: config/settings.php:612
|
1400 |
msgctxt "admin-text"
|
1401 |
msgid "Inline"
|
1402 |
msgstr "Inline"
|
1403 |
|
1404 |
+
#: config/settings.php:614
|
1405 |
msgctxt "admin-text"
|
1406 |
msgid ""
|
1407 |
"This option may not work consistently if another plugin is loading "
|
1410 |
"This option may not work consistently if another plugin is loading "
|
1411 |
"reCAPTCHA on the same page as Site Reviews."
|
1412 |
|
1413 |
+
#: config/settings.php:619
|
1414 |
msgctxt "admin-text"
|
1415 |
msgid "Enable Akismet"
|
1416 |
msgstr "Enable Akismet"
|
1417 |
|
1418 |
+
#: config/settings.php:620
|
1419 |
msgctxt "admin-text"
|
1420 |
msgid ""
|
1421 |
"The <a href=\"https://akismet.com\" target=\"_blank\">Akismet plugin</a> "
|
1428 |
"setting to have any affect, you will need to first install and activate the "
|
1429 |
"Akismet plugin and set up a WordPress.com API key."
|
1430 |
|
1431 |
+
#: config/settings.php:626
|
1432 |
msgctxt "admin-text"
|
1433 |
msgid "Blacklist"
|
1434 |
msgstr "Blacklist"
|
1435 |
|
1436 |
+
#: config/settings.php:628
|
1437 |
msgctxt "admin-text"
|
1438 |
msgid "Use the Site Reviews Blacklist"
|
1439 |
msgstr "Use the Site Reviews Blacklist"
|
1440 |
|
1441 |
+
#: config/settings.php:629
|
1442 |
msgctxt "admin-text"
|
1443 |
msgid "Use the WordPress Disallowed Comment Keys"
|
1444 |
msgstr "Use the WordPress Disallowed Comment Keys"
|
1445 |
|
1446 |
+
#: config/settings.php:631
|
1447 |
msgctxt "admin-text"
|
1448 |
msgid ""
|
1449 |
"Choose which Blacklist you would prefer to use for reviews. The %s option "
|
1452 |
"Choose which Blacklist you would prefer to use for reviews. The %s option "
|
1453 |
"can be found in the WordPress Discussion Settings page."
|
1454 |
|
1455 |
+
#: config/settings.php:632
|
1456 |
msgctxt "admin-text"
|
1457 |
msgid "Disallowed Comment Keys"
|
1458 |
msgstr "Disallowed Comment Keys"
|
1459 |
|
1460 |
+
#: config/settings.php:641
|
1461 |
msgctxt "admin-text"
|
1462 |
msgid "Review Blacklist"
|
1463 |
msgstr "Review Blacklist"
|
1464 |
|
1465 |
+
#: config/settings.php:643
|
1466 |
msgctxt "admin-text"
|
1467 |
msgid ""
|
1468 |
"One entry or IP address per line. When a review contains any of these "
|
1475 |
"rejected. It is case-insensitive and will match partial words, so \"press\" "
|
1476 |
"will match \"WordPress\"."
|
1477 |
|
1478 |
+
#: config/settings.php:649
|
1479 |
msgctxt "admin-text"
|
1480 |
msgid "Blacklist Action"
|
1481 |
msgstr "Blacklist Action"
|
1482 |
|
1483 |
+
#: config/settings.php:651
|
1484 |
msgctxt "admin-text"
|
1485 |
msgid "Require approval"
|
1486 |
msgstr "Require approval"
|
1487 |
|
1488 |
+
#: config/settings.php:652
|
1489 |
msgctxt "admin-text"
|
1490 |
msgid "Reject submission"
|
1491 |
msgstr "Reject submission"
|
1492 |
|
1493 |
+
#: config/settings.php:654
|
1494 |
msgctxt "admin-text"
|
1495 |
msgid "Choose the action that should be taken when a review is blacklisted."
|
1496 |
msgstr "Choose the action that should be taken when a review is blacklisted."
|
4260 |
msgid "pixels"
|
4261 |
msgstr "pixels"
|
4262 |
|
4263 |
+
#: config/settings.php:249
|
4264 |
msgctxt "exceprt length (admin-text)"
|
4265 |
msgid "words"
|
4266 |
msgstr "words"
|
languages/site-reviews.pot
CHANGED
@@ -533,541 +533,541 @@ msgctxt "admin-text"
|
|
533 |
msgid "Avatar Size"
|
534 |
msgstr ""
|
535 |
|
536 |
-
#: config/settings.php:
|
537 |
msgctxt "admin-text"
|
538 |
msgid "Set the height/width of the avatar in pixels."
|
539 |
msgstr ""
|
540 |
|
541 |
-
#: config/settings.php:
|
542 |
msgctxt "admin-text"
|
543 |
msgid "Enable Excerpts"
|
544 |
msgstr ""
|
545 |
|
546 |
-
#: config/settings.php:
|
547 |
msgctxt "admin-text"
|
548 |
msgid "Display an excerpt instead of the full review."
|
549 |
msgstr ""
|
550 |
|
551 |
-
#: config/settings.php:
|
552 |
msgctxt "admin-text"
|
553 |
msgid "Excerpt Action"
|
554 |
msgstr ""
|
555 |
|
556 |
-
#: config/settings.php:
|
557 |
msgctxt "admin-text"
|
558 |
msgid "Collapse/Expand the review"
|
559 |
msgstr ""
|
560 |
|
561 |
-
#: config/settings.php:
|
562 |
msgctxt "admin-text"
|
563 |
msgid "Display the review in a modal"
|
564 |
msgstr ""
|
565 |
|
566 |
-
#: config/settings.php:
|
567 |
msgctxt "exceprt length (admin-text)"
|
568 |
msgid "words"
|
569 |
msgstr ""
|
570 |
|
571 |
-
#: config/settings.php:
|
572 |
msgctxt "admin-text"
|
573 |
msgid "Excerpt Length"
|
574 |
msgstr ""
|
575 |
|
576 |
-
#: config/settings.php:
|
577 |
msgctxt "admin-text"
|
578 |
msgid "Set the excerpt word length."
|
579 |
msgstr ""
|
580 |
|
581 |
-
#: config/settings.php:
|
582 |
msgctxt "admin-text"
|
583 |
msgid "The default text is: %s"
|
584 |
msgstr ""
|
585 |
|
586 |
-
#: config/settings.php:
|
587 |
msgid "There are no reviews yet. Be the first one to write one."
|
588 |
msgstr ""
|
589 |
|
590 |
-
#: config/settings.php:
|
591 |
msgctxt "admin-text"
|
592 |
msgid "Enable Fallback Text"
|
593 |
msgstr ""
|
594 |
|
595 |
-
#: config/settings.php:
|
596 |
msgctxt "admin-text"
|
597 |
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."
|
598 |
msgstr ""
|
599 |
|
600 |
-
#: config/settings.php:
|
601 |
msgctxt "admin-text"
|
602 |
msgid "Translations"
|
603 |
msgstr ""
|
604 |
|
605 |
-
#: config/settings.php:
|
606 |
msgctxt "admin-text"
|
607 |
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"
|
608 |
msgstr ""
|
609 |
|
610 |
-
#: config/settings.php:
|
611 |
msgctxt "admin-text"
|
612 |
msgid "Enable Paginated URLs"
|
613 |
msgstr ""
|
614 |
|
615 |
-
#: config/settings.php:
|
616 |
msgctxt "admin-text"
|
617 |
msgid "Paginated URLs include the %s URL parameter."
|
618 |
msgstr ""
|
619 |
|
620 |
-
#: config/settings.php:
|
621 |
msgctxt "admin-text"
|
622 |
msgid "Default Schema Type"
|
623 |
msgstr ""
|
624 |
|
625 |
-
#: config/settings.php:
|
626 |
msgctxt "admin-text"
|
627 |
msgid "Local Business"
|
628 |
msgstr ""
|
629 |
|
630 |
-
#: config/settings.php:
|
631 |
msgctxt "admin-text"
|
632 |
msgid "Product"
|
633 |
msgstr ""
|
634 |
|
635 |
-
#: config/settings.php:
|
636 |
msgctxt "admin-text"
|
637 |
msgid "Custom"
|
638 |
msgstr ""
|
639 |
|
640 |
-
#: config/settings.php:
|
641 |
msgctxt "admin-text"
|
642 |
msgid "You can use the %s to override this value on your page. The Custom Field name to use is:"
|
643 |
msgstr ""
|
644 |
|
645 |
-
#: config/settings.php:
|
646 |
msgctxt "admin-text"
|
647 |
msgid "Custom Fields metabox"
|
648 |
msgstr ""
|
649 |
|
650 |
-
#: config/settings.php:
|
651 |
msgctxt "admin-text"
|
652 |
msgid "Custom Schema Type"
|
653 |
msgstr ""
|
654 |
|
655 |
-
#: config/settings.php:
|
656 |
msgctxt "admin-text"
|
657 |
msgid "View more information on schema types here"
|
658 |
msgstr ""
|
659 |
|
660 |
-
#: config/settings.php:
|
661 |
msgctxt "admin-text"
|
662 |
msgid "Default Name"
|
663 |
msgstr ""
|
664 |
|
665 |
-
#: config/settings.php:
|
666 |
msgctxt "admin-text"
|
667 |
msgid "Use the assigned or current page title"
|
668 |
msgstr ""
|
669 |
|
670 |
-
#: config/settings.php:
|
671 |
msgctxt "admin-text"
|
672 |
msgid "Enter a custom title"
|
673 |
msgstr ""
|
674 |
|
675 |
-
#: config/settings.php:
|
676 |
msgctxt "admin-text"
|
677 |
msgid "Custom Name"
|
678 |
msgstr ""
|
679 |
|
680 |
-
#: config/settings.php:
|
681 |
msgctxt "admin-text"
|
682 |
msgid "Default Description"
|
683 |
msgstr ""
|
684 |
|
685 |
-
#: config/settings.php:
|
686 |
msgctxt "admin-text"
|
687 |
msgid "Use the assigned or current page excerpt"
|
688 |
msgstr ""
|
689 |
|
690 |
-
#: config/settings.php:
|
691 |
msgctxt "admin-text"
|
692 |
msgid "Enter a custom description"
|
693 |
msgstr ""
|
694 |
|
695 |
-
#: config/settings.php:
|
696 |
msgctxt "admin-text"
|
697 |
msgid "Custom Description"
|
698 |
msgstr ""
|
699 |
|
700 |
-
#: config/settings.php:
|
701 |
msgctxt "admin-text"
|
702 |
msgid "Default URL"
|
703 |
msgstr ""
|
704 |
|
705 |
-
#: config/settings.php:
|
706 |
msgctxt "admin-text"
|
707 |
msgid "Use the assigned or current page URL"
|
708 |
msgstr ""
|
709 |
|
710 |
-
#: config/settings.php:
|
711 |
msgctxt "admin-text"
|
712 |
msgid "Enter a custom URL"
|
713 |
msgstr ""
|
714 |
|
715 |
-
#: config/settings.php:
|
716 |
msgctxt "admin-text"
|
717 |
msgid "Custom URL"
|
718 |
msgstr ""
|
719 |
|
720 |
-
#: config/settings.php:
|
721 |
msgctxt "admin-text"
|
722 |
msgid "Default Image"
|
723 |
msgstr ""
|
724 |
|
725 |
-
#: config/settings.php:
|
726 |
msgctxt "admin-text"
|
727 |
msgid "Use the featured image of the assigned or current page"
|
728 |
msgstr ""
|
729 |
|
730 |
-
#: config/settings.php:
|
731 |
msgctxt "admin-text"
|
732 |
msgid "Enter a custom image URL"
|
733 |
msgstr ""
|
734 |
|
735 |
-
#: config/settings.php:
|
736 |
msgctxt "admin-text"
|
737 |
msgid "Custom Image URL"
|
738 |
msgstr ""
|
739 |
|
740 |
-
#: config/settings.php:
|
741 |
msgctxt "admin-text"
|
742 |
msgid "Address"
|
743 |
msgstr ""
|
744 |
|
745 |
-
#: config/settings.php:
|
746 |
msgctxt "admin-text"
|
747 |
msgid "60 29th Street #343, San Francisco, CA 94110, US"
|
748 |
msgstr ""
|
749 |
|
750 |
-
#: config/settings.php:
|
751 |
msgctxt "admin-text"
|
752 |
msgid "Telephone Number"
|
753 |
msgstr ""
|
754 |
|
755 |
-
#: config/settings.php:
|
756 |
msgctxt "admin-text"
|
757 |
msgid "+1 (877) 273-3049"
|
758 |
msgstr ""
|
759 |
|
760 |
-
#: config/settings.php:
|
761 |
msgctxt "admin-text"
|
762 |
msgid "Price Range"
|
763 |
msgstr ""
|
764 |
|
765 |
-
#: config/settings.php:
|
766 |
msgctxt "admin-text"
|
767 |
msgid "$$-$$$"
|
768 |
msgstr ""
|
769 |
|
770 |
-
#: config/settings.php:
|
771 |
msgctxt "admin-text"
|
772 |
msgid "Offer Type"
|
773 |
msgstr ""
|
774 |
|
775 |
-
#: config/settings.php:
|
776 |
msgctxt "admin-text"
|
777 |
msgid "AggregateOffer"
|
778 |
msgstr ""
|
779 |
|
780 |
-
#: config/settings.php:
|
781 |
msgctxt "admin-text"
|
782 |
msgid "Offer"
|
783 |
msgstr ""
|
784 |
|
785 |
-
#: config/settings.php:
|
786 |
msgctxt "admin-text"
|
787 |
msgid "Price"
|
788 |
msgstr ""
|
789 |
|
790 |
-
#: config/settings.php:
|
791 |
msgctxt "admin-text"
|
792 |
msgid "Low Price"
|
793 |
msgstr ""
|
794 |
|
795 |
-
#: config/settings.php:
|
796 |
msgctxt "admin-text"
|
797 |
msgid "High Price"
|
798 |
msgstr ""
|
799 |
|
800 |
-
#: config/settings.php:
|
801 |
msgctxt "admin-text"
|
802 |
msgid "Price Currency"
|
803 |
msgstr ""
|
804 |
|
805 |
-
#: config/settings.php:
|
806 |
msgctxt "admin-text"
|
807 |
msgid "USD"
|
808 |
msgstr ""
|
809 |
|
810 |
-
#: config/settings.php:
|
811 |
msgctxt "admin-text"
|
812 |
msgid "Required Fields"
|
813 |
msgstr ""
|
814 |
|
815 |
-
#: config/settings.php:
|
816 |
msgctxt "admin-text"
|
817 |
msgid "Rating"
|
818 |
msgstr ""
|
819 |
|
820 |
-
#: config/settings.php:
|
821 |
msgctxt "admin-text"
|
822 |
msgid "Title"
|
823 |
msgstr ""
|
824 |
|
825 |
-
#: config/settings.php:
|
826 |
msgctxt "admin-text"
|
827 |
msgid "Review"
|
828 |
msgstr ""
|
829 |
|
830 |
-
#: config/settings.php:
|
831 |
msgctxt "admin-text"
|
832 |
msgid "Name"
|
833 |
msgstr ""
|
834 |
|
835 |
-
#: config/settings.php:
|
836 |
msgctxt "admin-text"
|
837 |
msgid "Email"
|
838 |
msgstr ""
|
839 |
|
840 |
-
#: config/settings.php:
|
841 |
msgctxt "admin-text"
|
842 |
msgid "Terms"
|
843 |
msgstr ""
|
844 |
|
845 |
-
#: config/settings.php:
|
846 |
msgctxt "admin-text"
|
847 |
msgid "Choose which fields should be required in the review form."
|
848 |
msgstr ""
|
849 |
|
850 |
-
#: config/settings.php:
|
851 |
msgctxt "admin-text"
|
852 |
msgid "Limit Reviews"
|
853 |
msgstr ""
|
854 |
|
855 |
-
#: config/settings.php:
|
856 |
msgctxt "admin-text"
|
857 |
msgid "No Limit"
|
858 |
msgstr ""
|
859 |
|
860 |
-
#: config/settings.php:
|
861 |
msgctxt "admin-text"
|
862 |
msgid "By Email Address"
|
863 |
msgstr ""
|
864 |
|
865 |
-
#: config/settings.php:
|
866 |
msgctxt "admin-text"
|
867 |
msgid "By IP Address"
|
868 |
msgstr ""
|
869 |
|
870 |
-
#: config/settings.php:
|
871 |
msgctxt "admin-text"
|
872 |
msgid "By Username (will only work for registered users)"
|
873 |
msgstr ""
|
874 |
|
875 |
-
#: config/settings.php:
|
876 |
msgctxt "admin-text"
|
877 |
msgid "Limits the number of reviews that can be submitted to one-per-person."
|
878 |
msgstr ""
|
879 |
|
880 |
-
#: config/settings.php:
|
881 |
msgctxt "admin-text"
|
882 |
msgid "Restrict Limits To"
|
883 |
msgstr ""
|
884 |
|
885 |
-
#: config/settings.php:
|
886 |
msgctxt "admin-text"
|
887 |
msgid "Assigned Posts"
|
888 |
msgstr ""
|
889 |
|
890 |
-
#: config/settings.php:
|
891 |
msgctxt "admin-text"
|
892 |
msgid "Assigned Terms"
|
893 |
msgstr ""
|
894 |
|
895 |
-
#: config/settings.php:
|
896 |
msgctxt "admin-text"
|
897 |
msgid "Assigned Users"
|
898 |
msgstr ""
|
899 |
|
900 |
-
#: config/settings.php:
|
901 |
msgctxt "admin-text"
|
902 |
msgid "Select which assignments the review limits should be restricted to."
|
903 |
msgstr ""
|
904 |
|
905 |
-
#: config/settings.php:
|
906 |
msgctxt "admin-text"
|
907 |
msgid "The review limits use strict assignment, i.e. <code>restrict limits to reviews assigned to this AND this</code>."
|
908 |
msgstr ""
|
909 |
|
910 |
-
#: config/settings.php:
|
911 |
msgctxt "admin-text"
|
912 |
msgid "Email Whitelist"
|
913 |
msgstr ""
|
914 |
|
915 |
-
#: config/settings.php:
|
916 |
msgctxt "admin-text"
|
917 |
msgid "One Email per line. All emails in the whitelist will be excluded from the review submission limit."
|
918 |
msgstr ""
|
919 |
|
920 |
-
#: config/settings.php:
|
921 |
msgctxt "admin-text"
|
922 |
msgid "IP Address Whitelist"
|
923 |
msgstr ""
|
924 |
|
925 |
-
#: config/settings.php:
|
926 |
msgctxt "admin-text"
|
927 |
msgid "One IP Address per line. All IP Addresses in the whitelist will be excluded from the review submission limit.."
|
928 |
msgstr ""
|
929 |
|
930 |
-
#: config/settings.php:
|
931 |
msgctxt "admin-text"
|
932 |
msgid "Username Whitelist"
|
933 |
msgstr ""
|
934 |
|
935 |
-
#: config/settings.php:
|
936 |
msgctxt "admin-text"
|
937 |
msgid "One Username per line. All registered users with a Username in the whitelist will be excluded from the review submission limit."
|
938 |
msgstr ""
|
939 |
|
940 |
-
#: config/settings.php:
|
941 |
msgctxt "admin-text"
|
942 |
msgid "Invisible reCAPTCHA"
|
943 |
msgstr ""
|
944 |
|
945 |
-
#: config/settings.php:
|
946 |
msgctxt "admin-text"
|
947 |
msgid "Do not use reCAPTCHA"
|
948 |
msgstr ""
|
949 |
|
950 |
-
#: config/settings.php:
|
951 |
msgctxt "admin-text"
|
952 |
msgid "Use reCAPTCHA"
|
953 |
msgstr ""
|
954 |
|
955 |
-
#: config/settings.php:
|
956 |
msgctxt "admin-text"
|
957 |
msgid "Use reCAPTCHA only for guest users"
|
958 |
msgstr ""
|
959 |
|
960 |
-
#: config/settings.php:
|
961 |
msgctxt "admin-text"
|
962 |
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."
|
963 |
msgstr ""
|
964 |
|
965 |
-
#: config/settings.php:
|
966 |
msgctxt "admin-text"
|
967 |
msgid "Site Key"
|
968 |
msgstr ""
|
969 |
|
970 |
-
#: config/settings.php:
|
971 |
msgctxt "admin-text"
|
972 |
msgid "Enter the Invisible reCAPTCHA Site Key here"
|
973 |
msgstr ""
|
974 |
|
975 |
-
#: config/settings.php:
|
976 |
msgctxt "admin-text"
|
977 |
msgid "Site Secret"
|
978 |
msgstr ""
|
979 |
|
980 |
-
#: config/settings.php:
|
981 |
msgctxt "admin-text"
|
982 |
msgid "Enter the Invisible reCAPTCHA Site Secret here"
|
983 |
msgstr ""
|
984 |
|
985 |
-
#: config/settings.php:
|
986 |
msgctxt "admin-text"
|
987 |
msgid "Badge Position"
|
988 |
msgstr ""
|
989 |
|
990 |
-
#: config/settings.php:
|
991 |
msgctxt "admin-text"
|
992 |
msgid "Bottom Left"
|
993 |
msgstr ""
|
994 |
|
995 |
-
#: config/settings.php:
|
996 |
msgctxt "admin-text"
|
997 |
msgid "Bottom Right"
|
998 |
msgstr ""
|
999 |
|
1000 |
-
#: config/settings.php:
|
1001 |
msgctxt "admin-text"
|
1002 |
msgid "Inline"
|
1003 |
msgstr ""
|
1004 |
|
1005 |
-
#: config/settings.php:
|
1006 |
msgctxt "admin-text"
|
1007 |
msgid "This option may not work consistently if another plugin is loading reCAPTCHA on the same page as Site Reviews."
|
1008 |
msgstr ""
|
1009 |
|
1010 |
-
#: config/settings.php:
|
1011 |
msgctxt "admin-text"
|
1012 |
msgid "Enable Akismet"
|
1013 |
msgstr ""
|
1014 |
|
1015 |
-
#: config/settings.php:
|
1016 |
msgctxt "admin-text"
|
1017 |
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."
|
1018 |
msgstr ""
|
1019 |
|
1020 |
-
#: config/settings.php:
|
1021 |
msgctxt "admin-text"
|
1022 |
msgid "Blacklist"
|
1023 |
msgstr ""
|
1024 |
|
1025 |
-
#: config/settings.php:
|
1026 |
msgctxt "admin-text"
|
1027 |
msgid "Use the Site Reviews Blacklist"
|
1028 |
msgstr ""
|
1029 |
|
1030 |
-
#: config/settings.php:
|
1031 |
msgctxt "admin-text"
|
1032 |
msgid "Use the WordPress Disallowed Comment Keys"
|
1033 |
msgstr ""
|
1034 |
|
1035 |
-
#: config/settings.php:
|
1036 |
msgctxt "admin-text"
|
1037 |
msgid "Choose which Blacklist you would prefer to use for reviews. The %s option can be found in the WordPress Discussion Settings page."
|
1038 |
msgstr ""
|
1039 |
|
1040 |
-
#: config/settings.php:
|
1041 |
msgctxt "admin-text"
|
1042 |
msgid "Disallowed Comment Keys"
|
1043 |
msgstr ""
|
1044 |
|
1045 |
-
#: config/settings.php:
|
1046 |
msgctxt "admin-text"
|
1047 |
msgid "Review Blacklist"
|
1048 |
msgstr ""
|
1049 |
|
1050 |
-
#: config/settings.php:
|
1051 |
msgctxt "admin-text"
|
1052 |
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\"."
|
1053 |
msgstr ""
|
1054 |
|
1055 |
-
#: config/settings.php:
|
1056 |
msgctxt "admin-text"
|
1057 |
msgid "Blacklist Action"
|
1058 |
msgstr ""
|
1059 |
|
1060 |
-
#: config/settings.php:
|
1061 |
msgctxt "admin-text"
|
1062 |
msgid "Require approval"
|
1063 |
msgstr ""
|
1064 |
|
1065 |
-
#: config/settings.php:
|
1066 |
msgctxt "admin-text"
|
1067 |
msgid "Reject submission"
|
1068 |
msgstr ""
|
1069 |
|
1070 |
-
#: config/settings.php:
|
1071 |
msgctxt "admin-text"
|
1072 |
msgid "Choose the action that should be taken when a review is blacklisted."
|
1073 |
msgstr ""
|
@@ -1230,11 +1230,11 @@ msgstr ""
|
|
1230 |
msgid "Show more"
|
1231 |
msgstr ""
|
1232 |
|
1233 |
-
#: plugin/Commands/CreateReview.php:
|
1234 |
msgid "Your review has been submitted!"
|
1235 |
msgstr ""
|
1236 |
|
1237 |
-
#: plugin/Commands/CreateReview.php:
|
1238 |
msgid "Your review could not be submitted and the error has been logged. Please notify the site administrator."
|
1239 |
msgstr ""
|
1240 |
|
@@ -2017,43 +2017,47 @@ msgctxt "admin-text"
|
|
2017 |
msgid "Console was automatically cleared (512KB maximum size)"
|
2018 |
msgstr ""
|
2019 |
|
2020 |
-
#: plugin/Modules/Date.php:
|
|
|
|
|
|
|
|
|
2021 |
msgid "%s second ago"
|
2022 |
msgid_plural "%s seconds ago"
|
2023 |
msgstr[0] ""
|
2024 |
msgstr[1] ""
|
2025 |
|
2026 |
-
#: plugin/Modules/Date.php:
|
2027 |
msgid "%s minute ago"
|
2028 |
msgid_plural "%s minutes ago"
|
2029 |
msgstr[0] ""
|
2030 |
msgstr[1] ""
|
2031 |
|
2032 |
-
#: plugin/Modules/Date.php:
|
2033 |
msgid "an hour ago"
|
2034 |
msgid_plural "%s hours ago"
|
2035 |
msgstr[0] ""
|
2036 |
msgstr[1] ""
|
2037 |
|
2038 |
-
#: plugin/Modules/Date.php:
|
2039 |
msgid "yesterday"
|
2040 |
msgid_plural "%s days ago"
|
2041 |
msgstr[0] ""
|
2042 |
msgstr[1] ""
|
2043 |
|
2044 |
-
#: plugin/Modules/Date.php:
|
2045 |
msgid "a week ago"
|
2046 |
msgid_plural "%s weeks ago"
|
2047 |
msgstr[0] ""
|
2048 |
msgstr[1] ""
|
2049 |
|
2050 |
-
#: plugin/Modules/Date.php:
|
2051 |
msgid "%s month ago"
|
2052 |
msgid_plural "%s months ago"
|
2053 |
msgstr[0] ""
|
2054 |
msgstr[1] ""
|
2055 |
|
2056 |
-
#: plugin/Modules/Date.php:
|
2057 |
msgid "%s year ago"
|
2058 |
msgid_plural "%s years ago"
|
2059 |
msgstr[0] ""
|
533 |
msgid "Avatar Size"
|
534 |
msgstr ""
|
535 |
|
536 |
+
#: config/settings.php:225
|
537 |
msgctxt "admin-text"
|
538 |
msgid "Set the height/width of the avatar in pixels."
|
539 |
msgstr ""
|
540 |
|
541 |
+
#: config/settings.php:230
|
542 |
msgctxt "admin-text"
|
543 |
msgid "Enable Excerpts"
|
544 |
msgstr ""
|
545 |
|
546 |
+
#: config/settings.php:231
|
547 |
msgctxt "admin-text"
|
548 |
msgid "Display an excerpt instead of the full review."
|
549 |
msgstr ""
|
550 |
|
551 |
+
#: config/settings.php:240
|
552 |
msgctxt "admin-text"
|
553 |
msgid "Excerpt Action"
|
554 |
msgstr ""
|
555 |
|
556 |
+
#: config/settings.php:242
|
557 |
msgctxt "admin-text"
|
558 |
msgid "Collapse/Expand the review"
|
559 |
msgstr ""
|
560 |
|
561 |
+
#: config/settings.php:243
|
562 |
msgctxt "admin-text"
|
563 |
msgid "Display the review in a modal"
|
564 |
msgstr ""
|
565 |
|
566 |
+
#: config/settings.php:249
|
567 |
msgctxt "exceprt length (admin-text)"
|
568 |
msgid "words"
|
569 |
msgstr ""
|
570 |
|
571 |
+
#: config/settings.php:254
|
572 |
msgctxt "admin-text"
|
573 |
msgid "Excerpt Length"
|
574 |
msgstr ""
|
575 |
|
576 |
+
#: config/settings.php:255
|
577 |
msgctxt "admin-text"
|
578 |
msgid "Set the excerpt word length."
|
579 |
msgstr ""
|
580 |
|
581 |
+
#: config/settings.php:260
|
582 |
msgctxt "admin-text"
|
583 |
msgid "The default text is: %s"
|
584 |
msgstr ""
|
585 |
|
586 |
+
#: config/settings.php:261, plugin/Modules/Html/ReviewsHtml.php:135
|
587 |
msgid "There are no reviews yet. Be the first one to write one."
|
588 |
msgstr ""
|
589 |
|
590 |
+
#: config/settings.php:263
|
591 |
msgctxt "admin-text"
|
592 |
msgid "Enable Fallback Text"
|
593 |
msgstr ""
|
594 |
|
595 |
+
#: config/settings.php:264
|
596 |
msgctxt "admin-text"
|
597 |
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."
|
598 |
msgstr ""
|
599 |
|
600 |
+
#: config/settings.php:265, plugin/Controllers/MenuController.php:138
|
601 |
msgctxt "admin-text"
|
602 |
msgid "Translations"
|
603 |
msgstr ""
|
604 |
|
605 |
+
#: config/settings.php:272
|
606 |
msgctxt "admin-text"
|
607 |
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"
|
608 |
msgstr ""
|
609 |
|
610 |
+
#: config/settings.php:278
|
611 |
msgctxt "admin-text"
|
612 |
msgid "Enable Paginated URLs"
|
613 |
msgstr ""
|
614 |
|
615 |
+
#: config/settings.php:279
|
616 |
msgctxt "admin-text"
|
617 |
msgid "Paginated URLs include the %s URL parameter."
|
618 |
msgstr ""
|
619 |
|
620 |
+
#: config/settings.php:287
|
621 |
msgctxt "admin-text"
|
622 |
msgid "Default Schema Type"
|
623 |
msgstr ""
|
624 |
|
625 |
+
#: config/settings.php:289
|
626 |
msgctxt "admin-text"
|
627 |
msgid "Local Business"
|
628 |
msgstr ""
|
629 |
|
630 |
+
#: config/settings.php:290
|
631 |
msgctxt "admin-text"
|
632 |
msgid "Product"
|
633 |
msgstr ""
|
634 |
|
635 |
+
#: config/settings.php:291
|
636 |
msgctxt "admin-text"
|
637 |
msgid "Custom"
|
638 |
msgstr ""
|
639 |
|
640 |
+
#: config/settings.php:293, config/settings.php:315, config/settings.php:337, config/settings.php:359, config/settings.php:381, config/settings.php:402, config/settings.php:414, config/settings.php:426, config/settings.php:442, config/settings.php:455, config/settings.php:468, config/settings.php:481, config/settings.php:493
|
641 |
msgctxt "admin-text"
|
642 |
msgid "You can use the %s to override this value on your page. The Custom Field name to use is:"
|
643 |
msgstr ""
|
644 |
|
645 |
+
#: config/settings.php:294, config/settings.php:316, config/settings.php:338, config/settings.php:360, config/settings.php:382, config/settings.php:403, config/settings.php:415, config/settings.php:427, config/settings.php:443, config/settings.php:456, config/settings.php:469, config/settings.php:482, config/settings.php:494
|
646 |
msgctxt "admin-text"
|
647 |
msgid "Custom Fields metabox"
|
648 |
msgstr ""
|
649 |
|
650 |
+
#: config/settings.php:303
|
651 |
msgctxt "admin-text"
|
652 |
msgid "Custom Schema Type"
|
653 |
msgstr ""
|
654 |
|
655 |
+
#: config/settings.php:304
|
656 |
msgctxt "admin-text"
|
657 |
msgid "View more information on schema types here"
|
658 |
msgstr ""
|
659 |
|
660 |
+
#: config/settings.php:310
|
661 |
msgctxt "admin-text"
|
662 |
msgid "Default Name"
|
663 |
msgstr ""
|
664 |
|
665 |
+
#: config/settings.php:312
|
666 |
msgctxt "admin-text"
|
667 |
msgid "Use the assigned or current page title"
|
668 |
msgstr ""
|
669 |
|
670 |
+
#: config/settings.php:313, config/settings.php:326
|
671 |
msgctxt "admin-text"
|
672 |
msgid "Enter a custom title"
|
673 |
msgstr ""
|
674 |
|
675 |
+
#: config/settings.php:325
|
676 |
msgctxt "admin-text"
|
677 |
msgid "Custom Name"
|
678 |
msgstr ""
|
679 |
|
680 |
+
#: config/settings.php:332
|
681 |
msgctxt "admin-text"
|
682 |
msgid "Default Description"
|
683 |
msgstr ""
|
684 |
|
685 |
+
#: config/settings.php:334
|
686 |
msgctxt "admin-text"
|
687 |
msgid "Use the assigned or current page excerpt"
|
688 |
msgstr ""
|
689 |
|
690 |
+
#: config/settings.php:335, config/settings.php:348
|
691 |
msgctxt "admin-text"
|
692 |
msgid "Enter a custom description"
|
693 |
msgstr ""
|
694 |
|
695 |
+
#: config/settings.php:347
|
696 |
msgctxt "admin-text"
|
697 |
msgid "Custom Description"
|
698 |
msgstr ""
|
699 |
|
700 |
+
#: config/settings.php:354
|
701 |
msgctxt "admin-text"
|
702 |
msgid "Default URL"
|
703 |
msgstr ""
|
704 |
|
705 |
+
#: config/settings.php:356
|
706 |
msgctxt "admin-text"
|
707 |
msgid "Use the assigned or current page URL"
|
708 |
msgstr ""
|
709 |
|
710 |
+
#: config/settings.php:357, config/settings.php:370
|
711 |
msgctxt "admin-text"
|
712 |
msgid "Enter a custom URL"
|
713 |
msgstr ""
|
714 |
|
715 |
+
#: config/settings.php:369
|
716 |
msgctxt "admin-text"
|
717 |
msgid "Custom URL"
|
718 |
msgstr ""
|
719 |
|
720 |
+
#: config/settings.php:376
|
721 |
msgctxt "admin-text"
|
722 |
msgid "Default Image"
|
723 |
msgstr ""
|
724 |
|
725 |
+
#: config/settings.php:378
|
726 |
msgctxt "admin-text"
|
727 |
msgid "Use the featured image of the assigned or current page"
|
728 |
msgstr ""
|
729 |
|
730 |
+
#: config/settings.php:379, config/settings.php:392
|
731 |
msgctxt "admin-text"
|
732 |
msgid "Enter a custom image URL"
|
733 |
msgstr ""
|
734 |
|
735 |
+
#: config/settings.php:391
|
736 |
msgctxt "admin-text"
|
737 |
msgid "Custom Image URL"
|
738 |
msgstr ""
|
739 |
|
740 |
+
#: config/settings.php:400
|
741 |
msgctxt "admin-text"
|
742 |
msgid "Address"
|
743 |
msgstr ""
|
744 |
|
745 |
+
#: config/settings.php:401
|
746 |
msgctxt "admin-text"
|
747 |
msgid "60 29th Street #343, San Francisco, CA 94110, US"
|
748 |
msgstr ""
|
749 |
|
750 |
+
#: config/settings.php:412
|
751 |
msgctxt "admin-text"
|
752 |
msgid "Telephone Number"
|
753 |
msgstr ""
|
754 |
|
755 |
+
#: config/settings.php:413
|
756 |
msgctxt "admin-text"
|
757 |
msgid "+1 (877) 273-3049"
|
758 |
msgstr ""
|
759 |
|
760 |
+
#: config/settings.php:424
|
761 |
msgctxt "admin-text"
|
762 |
msgid "Price Range"
|
763 |
msgstr ""
|
764 |
|
765 |
+
#: config/settings.php:425
|
766 |
msgctxt "admin-text"
|
767 |
msgid "$$-$$$"
|
768 |
msgstr ""
|
769 |
|
770 |
+
#: config/settings.php:437
|
771 |
msgctxt "admin-text"
|
772 |
msgid "Offer Type"
|
773 |
msgstr ""
|
774 |
|
775 |
+
#: config/settings.php:439
|
776 |
msgctxt "admin-text"
|
777 |
msgid "AggregateOffer"
|
778 |
msgstr ""
|
779 |
|
780 |
+
#: config/settings.php:440
|
781 |
msgctxt "admin-text"
|
782 |
msgid "Offer"
|
783 |
msgstr ""
|
784 |
|
785 |
+
#: config/settings.php:453
|
786 |
msgctxt "admin-text"
|
787 |
msgid "Price"
|
788 |
msgstr ""
|
789 |
|
790 |
+
#: config/settings.php:466
|
791 |
msgctxt "admin-text"
|
792 |
msgid "Low Price"
|
793 |
msgstr ""
|
794 |
|
795 |
+
#: config/settings.php:479
|
796 |
msgctxt "admin-text"
|
797 |
msgid "High Price"
|
798 |
msgstr ""
|
799 |
|
800 |
+
#: config/settings.php:491
|
801 |
msgctxt "admin-text"
|
802 |
msgid "Price Currency"
|
803 |
msgstr ""
|
804 |
|
805 |
+
#: config/settings.php:492
|
806 |
msgctxt "admin-text"
|
807 |
msgid "USD"
|
808 |
msgstr ""
|
809 |
|
810 |
+
#: config/settings.php:500
|
811 |
msgctxt "admin-text"
|
812 |
msgid "Required Fields"
|
813 |
msgstr ""
|
814 |
|
815 |
+
#: config/settings.php:502, config/forms/metabox-fields.php:5, plugin/Defaults/PostTypeColumnDefaults.php:25, plugin/Defaults/RevisionFieldsDefaults.php:16, plugin/Tinymce/SiteReviewsTinymce.php:30
|
816 |
msgctxt "admin-text"
|
817 |
msgid "Rating"
|
818 |
msgstr ""
|
819 |
|
820 |
+
#: config/settings.php:503, 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
|
821 |
msgctxt "admin-text"
|
822 |
msgid "Title"
|
823 |
msgstr ""
|
824 |
|
825 |
+
#: config/settings.php:504, plugin/Defaults/PostTypeLabelDefaults.php:15
|
826 |
msgctxt "admin-text"
|
827 |
msgid "Review"
|
828 |
msgstr ""
|
829 |
|
830 |
+
#: config/settings.php:505, config/forms/metabox-fields.php:14, plugin/Controllers/PrivacyController.php:129, plugin/Defaults/PostTypeColumnDefaults.php:20, plugin/Defaults/RevisionFieldsDefaults.php:18
|
831 |
msgctxt "admin-text"
|
832 |
msgid "Name"
|
833 |
msgstr ""
|
834 |
|
835 |
+
#: config/settings.php:506, config/forms/metabox-fields.php:18, plugin/Controllers/PrivacyController.php:130, plugin/Defaults/PostTypeColumnDefaults.php:21, plugin/Defaults/RevisionFieldsDefaults.php:19
|
836 |
msgctxt "admin-text"
|
837 |
msgid "Email"
|
838 |
msgstr ""
|
839 |
|
840 |
+
#: config/settings.php:507, config/forms/metabox-fields.php:30
|
841 |
msgctxt "admin-text"
|
842 |
msgid "Terms"
|
843 |
msgstr ""
|
844 |
|
845 |
+
#: config/settings.php:509
|
846 |
msgctxt "admin-text"
|
847 |
msgid "Choose which fields should be required in the review form."
|
848 |
msgstr ""
|
849 |
|
850 |
+
#: config/settings.php:515
|
851 |
msgctxt "admin-text"
|
852 |
msgid "Limit Reviews"
|
853 |
msgstr ""
|
854 |
|
855 |
+
#: config/settings.php:517
|
856 |
msgctxt "admin-text"
|
857 |
msgid "No Limit"
|
858 |
msgstr ""
|
859 |
|
860 |
+
#: config/settings.php:518
|
861 |
msgctxt "admin-text"
|
862 |
msgid "By Email Address"
|
863 |
msgstr ""
|
864 |
|
865 |
+
#: config/settings.php:519
|
866 |
msgctxt "admin-text"
|
867 |
msgid "By IP Address"
|
868 |
msgstr ""
|
869 |
|
870 |
+
#: config/settings.php:520
|
871 |
msgctxt "admin-text"
|
872 |
msgid "By Username (will only work for registered users)"
|
873 |
msgstr ""
|
874 |
|
875 |
+
#: config/settings.php:522
|
876 |
msgctxt "admin-text"
|
877 |
msgid "Limits the number of reviews that can be submitted to one-per-person."
|
878 |
msgstr ""
|
879 |
|
880 |
+
#: config/settings.php:530
|
881 |
msgctxt "admin-text"
|
882 |
msgid "Restrict Limits To"
|
883 |
msgstr ""
|
884 |
|
885 |
+
#: config/settings.php:532, plugin/Controllers/MetaboxController.php:38, plugin/Tinymce/SiteReviewsSummaryTinymce.php:25, plugin/Tinymce/SiteReviewsTinymce.php:56, views/partials/screen/inline-edit.php:102
|
886 |
msgctxt "admin-text"
|
887 |
msgid "Assigned Posts"
|
888 |
msgstr ""
|
889 |
|
890 |
+
#: config/settings.php:533
|
891 |
msgctxt "admin-text"
|
892 |
msgid "Assigned Terms"
|
893 |
msgstr ""
|
894 |
|
895 |
+
#: config/settings.php:534, plugin/Controllers/MetaboxController.php:39, plugin/Defaults/PostTypeColumnDefaults.php:19, views/partials/screen/inline-edit.php:113
|
896 |
msgctxt "admin-text"
|
897 |
msgid "Assigned Users"
|
898 |
msgstr ""
|
899 |
|
900 |
+
#: config/settings.php:537
|
901 |
msgctxt "admin-text"
|
902 |
msgid "Select which assignments the review limits should be restricted to."
|
903 |
msgstr ""
|
904 |
|
905 |
+
#: config/settings.php:538
|
906 |
msgctxt "admin-text"
|
907 |
msgid "The review limits use strict assignment, i.e. <code>restrict limits to reviews assigned to this AND this</code>."
|
908 |
msgstr ""
|
909 |
|
910 |
+
#: config/settings.php:547
|
911 |
msgctxt "admin-text"
|
912 |
msgid "Email Whitelist"
|
913 |
msgstr ""
|
914 |
|
915 |
+
#: config/settings.php:549
|
916 |
msgctxt "admin-text"
|
917 |
msgid "One Email per line. All emails in the whitelist will be excluded from the review submission limit."
|
918 |
msgstr ""
|
919 |
|
920 |
+
#: config/settings.php:557
|
921 |
msgctxt "admin-text"
|
922 |
msgid "IP Address Whitelist"
|
923 |
msgstr ""
|
924 |
|
925 |
+
#: config/settings.php:559
|
926 |
msgctxt "admin-text"
|
927 |
msgid "One IP Address per line. All IP Addresses in the whitelist will be excluded from the review submission limit.."
|
928 |
msgstr ""
|
929 |
|
930 |
+
#: config/settings.php:567
|
931 |
msgctxt "admin-text"
|
932 |
msgid "Username Whitelist"
|
933 |
msgstr ""
|
934 |
|
935 |
+
#: config/settings.php:569
|
936 |
msgctxt "admin-text"
|
937 |
msgid "One Username per line. All registered users with a Username in the whitelist will be excluded from the review submission limit."
|
938 |
msgstr ""
|
939 |
|
940 |
+
#: config/settings.php:575
|
941 |
msgctxt "admin-text"
|
942 |
msgid "Invisible reCAPTCHA"
|
943 |
msgstr ""
|
944 |
|
945 |
+
#: config/settings.php:577
|
946 |
msgctxt "admin-text"
|
947 |
msgid "Do not use reCAPTCHA"
|
948 |
msgstr ""
|
949 |
|
950 |
+
#: config/settings.php:578
|
951 |
msgctxt "admin-text"
|
952 |
msgid "Use reCAPTCHA"
|
953 |
msgstr ""
|
954 |
|
955 |
+
#: config/settings.php:579
|
956 |
msgctxt "admin-text"
|
957 |
msgid "Use reCAPTCHA only for guest users"
|
958 |
msgstr ""
|
959 |
|
960 |
+
#: config/settings.php:581
|
961 |
msgctxt "admin-text"
|
962 |
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."
|
963 |
msgstr ""
|
964 |
|
965 |
+
#: config/settings.php:589
|
966 |
msgctxt "admin-text"
|
967 |
msgid "Site Key"
|
968 |
msgstr ""
|
969 |
|
970 |
+
#: config/settings.php:590
|
971 |
msgctxt "admin-text"
|
972 |
msgid "Enter the Invisible reCAPTCHA Site Key here"
|
973 |
msgstr ""
|
974 |
|
975 |
+
#: config/settings.php:598
|
976 |
msgctxt "admin-text"
|
977 |
msgid "Site Secret"
|
978 |
msgstr ""
|
979 |
|
980 |
+
#: config/settings.php:599
|
981 |
msgctxt "admin-text"
|
982 |
msgid "Enter the Invisible reCAPTCHA Site Secret here"
|
983 |
msgstr ""
|
984 |
|
985 |
+
#: config/settings.php:608
|
986 |
msgctxt "admin-text"
|
987 |
msgid "Badge Position"
|
988 |
msgstr ""
|
989 |
|
990 |
+
#: config/settings.php:610
|
991 |
msgctxt "admin-text"
|
992 |
msgid "Bottom Left"
|
993 |
msgstr ""
|
994 |
|
995 |
+
#: config/settings.php:611
|
996 |
msgctxt "admin-text"
|
997 |
msgid "Bottom Right"
|
998 |
msgstr ""
|
999 |
|
1000 |
+
#: config/settings.php:612
|
1001 |
msgctxt "admin-text"
|
1002 |
msgid "Inline"
|
1003 |
msgstr ""
|
1004 |
|
1005 |
+
#: config/settings.php:614
|
1006 |
msgctxt "admin-text"
|
1007 |
msgid "This option may not work consistently if another plugin is loading reCAPTCHA on the same page as Site Reviews."
|
1008 |
msgstr ""
|
1009 |
|
1010 |
+
#: config/settings.php:619
|
1011 |
msgctxt "admin-text"
|
1012 |
msgid "Enable Akismet"
|
1013 |
msgstr ""
|
1014 |
|
1015 |
+
#: config/settings.php:620
|
1016 |
msgctxt "admin-text"
|
1017 |
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."
|
1018 |
msgstr ""
|
1019 |
|
1020 |
+
#: config/settings.php:626
|
1021 |
msgctxt "admin-text"
|
1022 |
msgid "Blacklist"
|
1023 |
msgstr ""
|
1024 |
|
1025 |
+
#: config/settings.php:628
|
1026 |
msgctxt "admin-text"
|
1027 |
msgid "Use the Site Reviews Blacklist"
|
1028 |
msgstr ""
|
1029 |
|
1030 |
+
#: config/settings.php:629
|
1031 |
msgctxt "admin-text"
|
1032 |
msgid "Use the WordPress Disallowed Comment Keys"
|
1033 |
msgstr ""
|
1034 |
|
1035 |
+
#: config/settings.php:631
|
1036 |
msgctxt "admin-text"
|
1037 |
msgid "Choose which Blacklist you would prefer to use for reviews. The %s option can be found in the WordPress Discussion Settings page."
|
1038 |
msgstr ""
|
1039 |
|
1040 |
+
#: config/settings.php:632
|
1041 |
msgctxt "admin-text"
|
1042 |
msgid "Disallowed Comment Keys"
|
1043 |
msgstr ""
|
1044 |
|
1045 |
+
#: config/settings.php:641
|
1046 |
msgctxt "admin-text"
|
1047 |
msgid "Review Blacklist"
|
1048 |
msgstr ""
|
1049 |
|
1050 |
+
#: config/settings.php:643
|
1051 |
msgctxt "admin-text"
|
1052 |
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\"."
|
1053 |
msgstr ""
|
1054 |
|
1055 |
+
#: config/settings.php:649
|
1056 |
msgctxt "admin-text"
|
1057 |
msgid "Blacklist Action"
|
1058 |
msgstr ""
|
1059 |
|
1060 |
+
#: config/settings.php:651
|
1061 |
msgctxt "admin-text"
|
1062 |
msgid "Require approval"
|
1063 |
msgstr ""
|
1064 |
|
1065 |
+
#: config/settings.php:652
|
1066 |
msgctxt "admin-text"
|
1067 |
msgid "Reject submission"
|
1068 |
msgstr ""
|
1069 |
|
1070 |
+
#: config/settings.php:654
|
1071 |
msgctxt "admin-text"
|
1072 |
msgid "Choose the action that should be taken when a review is blacklisted."
|
1073 |
msgstr ""
|
1230 |
msgid "Show more"
|
1231 |
msgstr ""
|
1232 |
|
1233 |
+
#: plugin/Commands/CreateReview.php:161
|
1234 |
msgid "Your review has been submitted!"
|
1235 |
msgstr ""
|
1236 |
|
1237 |
+
#: plugin/Commands/CreateReview.php:166, views/pages/documentation/support/common-problems-and-solutions.php:65
|
1238 |
msgid "Your review could not be submitted and the error has been logged. Please notify the site administrator."
|
1239 |
msgstr ""
|
1240 |
|
2017 |
msgid "Console was automatically cleared (512KB maximum size)"
|
2018 |
msgstr ""
|
2019 |
|
2020 |
+
#: plugin/Modules/Date.php:84
|
2021 |
+
msgid "A moment ago"
|
2022 |
+
msgstr ""
|
2023 |
+
|
2024 |
+
#: plugin/Modules/Date.php:92
|
2025 |
msgid "%s second ago"
|
2026 |
msgid_plural "%s seconds ago"
|
2027 |
msgstr[0] ""
|
2028 |
msgstr[1] ""
|
2029 |
|
2030 |
+
#: plugin/Modules/Date.php:93
|
2031 |
msgid "%s minute ago"
|
2032 |
msgid_plural "%s minutes ago"
|
2033 |
msgstr[0] ""
|
2034 |
msgstr[1] ""
|
2035 |
|
2036 |
+
#: plugin/Modules/Date.php:94
|
2037 |
msgid "an hour ago"
|
2038 |
msgid_plural "%s hours ago"
|
2039 |
msgstr[0] ""
|
2040 |
msgstr[1] ""
|
2041 |
|
2042 |
+
#: plugin/Modules/Date.php:95
|
2043 |
msgid "yesterday"
|
2044 |
msgid_plural "%s days ago"
|
2045 |
msgstr[0] ""
|
2046 |
msgstr[1] ""
|
2047 |
|
2048 |
+
#: plugin/Modules/Date.php:96
|
2049 |
msgid "a week ago"
|
2050 |
msgid_plural "%s weeks ago"
|
2051 |
msgstr[0] ""
|
2052 |
msgstr[1] ""
|
2053 |
|
2054 |
+
#: plugin/Modules/Date.php:97
|
2055 |
msgid "%s month ago"
|
2056 |
msgid_plural "%s months ago"
|
2057 |
msgstr[0] ""
|
2058 |
msgstr[1] ""
|
2059 |
|
2060 |
+
#: plugin/Modules/Date.php:98
|
2061 |
msgid "%s year ago"
|
2062 |
msgid_plural "%s years ago"
|
2063 |
msgstr[0] ""
|
plugin/Commands/CreateReview.php
CHANGED
@@ -14,6 +14,7 @@ use GeminiLabs\SiteReviews\Modules\Notification;
|
|
14 |
use GeminiLabs\SiteReviews\Modules\Validator\DefaultValidator;
|
15 |
use GeminiLabs\SiteReviews\Modules\Validator\ValidateReview;
|
16 |
use GeminiLabs\SiteReviews\Request;
|
|
|
17 |
|
18 |
class CreateReview implements Contract
|
19 |
{
|
@@ -147,6 +148,7 @@ class CreateReview implements Contract
|
|
147 |
$userField = empty($this->email)
|
148 |
? get_current_user_id()
|
149 |
: $this->email;
|
|
|
150 |
return glsr(Avatar::class)->generate($userField);
|
151 |
}
|
152 |
|
@@ -199,9 +201,9 @@ class CreateReview implements Contract
|
|
199 |
if (!empty($this->date)) {
|
200 |
$this->date_gmt = get_gmt_from_date($this->date); // set the GMT date
|
201 |
}
|
202 |
-
$this->avatar = $this->avatar();
|
203 |
$this->custom = $this->custom();
|
204 |
$this->type = $this->type();
|
|
|
205 |
}
|
206 |
|
207 |
/**
|
14 |
use GeminiLabs\SiteReviews\Modules\Validator\DefaultValidator;
|
15 |
use GeminiLabs\SiteReviews\Modules\Validator\ValidateReview;
|
16 |
use GeminiLabs\SiteReviews\Request;
|
17 |
+
use GeminiLabs\SiteReviews\Review;
|
18 |
|
19 |
class CreateReview implements Contract
|
20 |
{
|
148 |
$userField = empty($this->email)
|
149 |
? get_current_user_id()
|
150 |
: $this->email;
|
151 |
+
$userField = glsr()->filterString('avatar/id_or_email', $userField, $this->toArray());
|
152 |
return glsr(Avatar::class)->generate($userField);
|
153 |
}
|
154 |
|
201 |
if (!empty($this->date)) {
|
202 |
$this->date_gmt = get_gmt_from_date($this->date); // set the GMT date
|
203 |
}
|
|
|
204 |
$this->custom = $this->custom();
|
205 |
$this->type = $this->type();
|
206 |
+
$this->avatar = $this->avatar(); // do this last
|
207 |
}
|
208 |
|
209 |
/**
|
plugin/Modules/Date.php
CHANGED
@@ -80,6 +80,9 @@ class Date
|
|
80 |
return '';
|
81 |
}
|
82 |
$diff = time() - strtotime($date);
|
|
|
|
|
|
|
83 |
foreach (static::$TIME_PERIODS as $i => $timePeriod) {
|
84 |
if ($diff > $timePeriod[0]) {
|
85 |
continue;
|
80 |
return '';
|
81 |
}
|
82 |
$diff = time() - strtotime($date);
|
83 |
+
if ($diff < 0) {
|
84 |
+
return __('A moment ago', 'site-reviews'); // Display something vague if the date is in the future
|
85 |
+
}
|
86 |
foreach (static::$TIME_PERIODS as $i => $timePeriod) {
|
87 |
if ($diff > $timePeriod[0]) {
|
88 |
continue;
|
plugin/Modules/Html/Tags/ReviewAvatarTag.php
CHANGED
@@ -47,8 +47,9 @@ class ReviewAvatarTag extends ReviewTag
|
|
47 |
if ($this->review->author_id) {
|
48 |
$authorId = get_the_author_meta('ID', $this->review->author_id);
|
49 |
}
|
50 |
-
|
51 |
? $this->review->email
|
52 |
: $authorId;
|
|
|
53 |
}
|
54 |
}
|
47 |
if ($this->review->author_id) {
|
48 |
$authorId = get_the_author_meta('ID', $this->review->author_id);
|
49 |
}
|
50 |
+
$value = empty($authorId)
|
51 |
? $this->review->email
|
52 |
: $authorId;
|
53 |
+
return glsr()->filterString('avatar/id_or_email', $value, $this->review->toArray());
|
54 |
}
|
55 |
}
|
plugin/Modules/Html/Tags/ReviewDateTag.php
CHANGED
@@ -29,6 +29,7 @@ class ReviewDateTag extends ReviewTag
|
|
29 |
protected function handle($value = null)
|
30 |
{
|
31 |
if (!$this->isHidden()) {
|
|
|
32 |
return $this->wrap($this->formattedDate($value), 'span');
|
33 |
}
|
34 |
}
|
29 |
protected function handle($value = null)
|
30 |
{
|
31 |
if (!$this->isHidden()) {
|
32 |
+
$value = $this->review->date_gmt; // use the GMT date!
|
33 |
return $this->wrap($this->formattedDate($value), 'span');
|
34 |
}
|
35 |
}
|
readme.txt
CHANGED
@@ -5,7 +5,7 @@ Tags: reviews, ratings, testimonials, woocommerce, product reviews
|
|
5 |
Tested up to: 5.7
|
6 |
Requires at least: 5.5
|
7 |
Requires PHP: 5.6
|
8 |
-
Stable tag: 5.12.
|
9 |
License: GPLv3
|
10 |
License URI: https://www.gnu.org/licenses/gpl-2.0.html
|
11 |
|
@@ -137,6 +137,10 @@ All documentation can be found in the "Help" page of the plugin. If your questio
|
|
137 |
|
138 |
## Changelog
|
139 |
|
|
|
|
|
|
|
|
|
140 |
= 5.12.8 (2021-07-12) =
|
141 |
|
142 |
- Fixed PHP warning introduced in v5.12.7
|
5 |
Tested up to: 5.7
|
6 |
Requires at least: 5.5
|
7 |
Requires PHP: 5.6
|
8 |
+
Stable tag: 5.12.9
|
9 |
License: GPLv3
|
10 |
License URI: https://www.gnu.org/licenses/gpl-2.0.html
|
11 |
|
137 |
|
138 |
## Changelog
|
139 |
|
140 |
+
= 5.12.9 (2021-07-21) =
|
141 |
+
|
142 |
+
- Fixed relative dates to use the GMT date of the review
|
143 |
+
|
144 |
= 5.12.8 (2021-07-12) =
|
145 |
|
146 |
- Fixed PHP warning introduced in v5.12.7
|
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.12.
|
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.12.9
|
11 |
* Author: Paul Ryley
|
12 |
* Author URI: https://geminilabs.io
|
13 |
* License: GPL2
|