You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#. translators: %s = Action link to update the drop-in.
215
219
#:includes/class-plugin.php:1107
220
+
#,php-format
216
221
msgid"The Object Cache Pro plugin appears to be installed and should be used. You can safely <a href=\"%s\">uninstall Redis Object Cache</a>."
217
222
msgstr""
218
223
@@ -222,6 +227,7 @@ msgstr ""
222
227
223
228
#. translators: %s = Link to the plugin setting screen.
224
229
#:includes/class-plugin.php:1142
230
+
#,php-format
225
231
msgid"A <u>business class</u> object cache backend. Truly reliable, highly-optimized and fully customizable, with a <u>dedicated engineer</u> when you most need it. <a href=\"%s\">Learn more »</a>"
226
232
msgstr""
227
233
@@ -231,11 +237,13 @@ msgstr ""
231
237
232
238
#. translators: %s = Link to the plugin's settings screen.
233
239
#:includes/class-plugin.php:1190
240
+
#,php-format
234
241
msgid"Object Cache Pro is a <u>business class</u> object cache that’s highly-optimized for WooCommerce to provide true reliability, peace of mind and faster load times for your store. <a style=\"color: #bb77ae;\" href=\"%s\">Learn more »</a>"
235
242
msgstr""
236
243
237
244
#. translators: %1$d = number of objects. %2$s = human-readable size of cache. %3$s = name of the used client.
238
245
#:includes/class-plugin.php:1260
246
+
#,php-format
239
247
msgid"Retrieved %1$d objects (%2$s) from Redis using %3$s."
240
248
msgstr""
241
249
@@ -302,6 +310,7 @@ msgstr ""
302
310
303
311
#. translators: %s = The Redis connection error message.
304
312
#:includes/cli/class-commands.php:68
313
+
#,php-format
305
314
msgid"Object cache could not be enabled. Redis server is unreachable: %s"
306
315
msgstr""
307
316
@@ -311,38 +320,43 @@ msgstr ""
311
320
312
321
#. translators: %s = The Redis connection error message.
313
322
#:includes/cli/class-commands.php:160
323
+
#,php-format
314
324
msgid"Object cache drop-in could not be updated. Redis server is unreachable: %s"
msgid"WordPress is unable to establish a connection to Redis. This means that the connection information in your %s file are incorrect, or that the Redis server is not reachable."
324
335
msgstr""
325
336
326
-
#:includes/object-cache.php:3017
337
+
#:includes/object-cache.php:2979
327
338
msgid"Is the correct Redis host and port set?"
328
339
msgstr""
329
340
330
-
#:includes/object-cache.php:3018
341
+
#:includes/object-cache.php:2980
331
342
msgid"Is the Redis server running?"
332
343
msgstr""
333
344
334
345
#. translators: %s = Link to installation instructions.
335
-
#:includes/object-cache.php:3023
346
+
#:includes/object-cache.php:2985
347
+
#,php-format
336
348
msgid"If you need help, please read the <a href=\"%s\">installation instructions</a>."
0 commit comments