PluginProbe
SQLite Object Cache / 1.6.2
SQLite Object Cache v1.6.2
1.6.5 trunk 0.1.7 1.0.0 1.1.0 1.1.1 1.2.0 1.2.1 1.2.2 1.2.3 1.3.0 1.3.1 1.3.2 1.3.4 1.3.5 1.3.6 1.3.7 1.3.8 1.4.0 1.4.1 1.5.1 1.5.4 1.5.5 1.5.6 1.5.7 All 30 releases
sqlite-object-cache / languages / sqlite-object-cache.pot

sqlite-object-cache.pot in SQLite Object Cache 1.6.2, at languages/sqlite-object-cache.pot

704 lines 20.2 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 # Copyright (C) 2026 Oliver Jones
2 # This file is distributed under the GPLv2 or later.
3 msgid ""
4 msgstr ""
5 "Project-Id-Version: SQLite Object Cache 1.6.2\n"
6 "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/sqlite-object-cache\n"
7 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
8 "Language-Team: LANGUAGE <LL@li.org>\n"
9 "MIME-Version: 1.0\n"
10 "Content-Type: text/plain; charset=UTF-8\n"
11 "Content-Transfer-Encoding: 8bit\n"
12 "POT-Creation-Date: 2026-03-18T13:27:01+00:00\n"
13 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
14 "X-Generator: WP-CLI 2.9.0\n"
15 "X-Domain: sqlite-object-cache\n"
16
17 #. Plugin Name of the plugin
18 msgid "SQLite Object Cache"
19 msgstr ""
20
21 #. Plugin URI of the plugin
22 msgid "https://github.com/OllieJones/sqlite-object-cache"
23 msgstr ""
24
25 #. Description of the plugin
26 msgid "A persistent object cache backend powered by SQLite3."
27 msgstr ""
28
29 #. Author of the plugin
30 msgid "Oliver Jones"
31 msgstr ""
32
33 #. Author URI of the plugin
34 msgid "https://github.com/OllieJones/"
35 msgstr ""
36
37 #: includes/class-sqlite-object-cache-settings.php:163
38 msgid "See the main site's dashboard for settings."
39 msgstr ""
40
41 #: includes/class-sqlite-object-cache-settings.php:170
42 msgctxt "verb"
43 msgid "Sponsor"
44 msgstr ""
45
46 #: includes/class-sqlite-object-cache-settings.php:186
47 msgid "Flush now"
48 msgstr ""
49
50 #: includes/class-sqlite-object-cache-settings.php:187
51 msgid "Check to flush the cache (delete all its entries, including all transients) now."
52 msgstr ""
53
54 #: includes/class-sqlite-object-cache-settings.php:188
55 #: includes/class-sqlite-object-cache-settings.php:197
56 msgid "This briefly puts your site into maintenance mode."
57 msgstr ""
58
59 #: includes/class-sqlite-object-cache-settings.php:195
60 msgid "Vacuum now"
61 msgstr ""
62
63 #: includes/class-sqlite-object-cache-settings.php:196
64 msgid "Check to vacuum (defragment) the cache now."
65 msgstr ""
66
67 #: includes/class-sqlite-object-cache-settings.php:204
68 msgid "Cached data size"
69 msgstr ""
70
71 #: includes/class-sqlite-object-cache-settings.php:205
72 msgid "MiB. When data in the cache grows larger than this, hourly cleanup removes the oldest entries."
73 msgstr ""
74
75 #: includes/class-sqlite-object-cache-settings.php:211
76 msgid "MiB."
77 msgstr ""
78
79 #: includes/class-sqlite-object-cache-settings.php:215
80 msgid "Clean up now"
81 msgstr ""
82
83 #: includes/class-sqlite-object-cache-settings.php:216
84 msgid "Check to clean up the cache (delete old data) now."
85 msgstr ""
86
87 #: includes/class-sqlite-object-cache-settings.php:223
88 msgid "Measure performance"
89 msgstr ""
90
91 #: includes/class-sqlite-object-cache-settings.php:224
92 msgid "Check to enable cache performance measurement. "
93 msgstr ""
94
95 #: includes/class-sqlite-object-cache-settings.php:230
96 msgid "Measure"
97 msgstr ""
98
99 #: includes/class-sqlite-object-cache-settings.php:231
100 msgid "percent of requests, randomly sampled."
101 msgstr ""
102
103 #: includes/class-sqlite-object-cache-settings.php:238
104 msgid "Sampling percentage."
105 msgstr ""
106
107 #: includes/class-sqlite-object-cache-settings.php:242
108 msgid "Retain measurements for"
109 msgstr ""
110
111 #: includes/class-sqlite-object-cache-settings.php:243
112 msgid "hours."
113 msgstr ""
114
115 #: includes/class-sqlite-object-cache-settings.php:249
116 msgid "Hours to retain."
117 msgstr ""
118
119 #: includes/class-sqlite-object-cache-settings.php:253
120 msgid "Show"
121 msgstr ""
122
123 #: includes/class-sqlite-object-cache-settings.php:254
124 msgid "Flush Object Cache button in the admin bar."
125 msgstr ""
126
127 #: includes/class-sqlite-object-cache-settings.php:263
128 msgid "Use APCu"
129 msgstr ""
130
131 #: includes/class-sqlite-object-cache-settings.php:264
132 msgid "Check to enable the use of php's APCu cache to improve performance."
133 msgstr ""
134
135 #: includes/class-sqlite-object-cache-settings.php:284
136 #: includes/class-sqlite-object-cache-settings.php:541
137 #: includes/lib/class-sqlite-object-cache-statistics.php:627
138 msgid "Statistics"
139 msgstr ""
140
141 #: includes/class-sqlite-object-cache-settings.php:285
142 msgid "Reset Statistics"
143 msgstr ""
144
145 #: includes/class-sqlite-object-cache-settings.php:458
146 #: includes/class-sqlite-object-cache-settings.php:761
147 msgid "SQLite Persistent Object Cache"
148 msgstr ""
149
150 #: includes/class-sqlite-object-cache-settings.php:459
151 msgid "Object Cache"
152 msgstr ""
153
154 #: includes/class-sqlite-object-cache-settings.php:484
155 msgid "Server configuration problem"
156 msgstr ""
157
158 #: includes/class-sqlite-object-cache-settings.php:488
159 msgid "The SQLite Persistent Object Cache plugin requires php's SQLite3 extension."
160 msgstr ""
161
162 #: includes/class-sqlite-object-cache-settings.php:489
163 msgid "That extension is not installed in your server, so the plugin cannot work."
164 msgstr ""
165
166 #. translators: 1 actual SQLite version. 2 required SQLite version)
167 #: includes/class-sqlite-object-cache-settings.php:496
168 #: includes/class-sqlite-object-cache.php:264
169 msgid "You cannot use the SQLite Object Cache plugin. Your server only offers SQLite3 version %1$s, but at least %2$s is required."
170 msgstr ""
171
172 #: includes/class-sqlite-object-cache-settings.php:535
173 #: includes/class-sqlite-object-cache-settings.php:539
174 #: includes/class-sqlite-object-cache-settings.php:926
175 msgid "Settings"
176 msgstr ""
177
178 #: includes/class-sqlite-object-cache-settings.php:642
179 msgid "For support please"
180 msgstr ""
181
182 #: includes/class-sqlite-object-cache-settings.php:643
183 #: includes/class-sqlite-object-cache-settings.php:645
184 msgid "click here"
185 msgstr ""
186
187 #: includes/class-sqlite-object-cache-settings.php:644
188 msgid "To rate this plugin please"
189 msgstr ""
190
191 #: includes/class-sqlite-object-cache-settings.php:646
192 msgid "Your feedback helps make it better, faster, and more useful"
193 msgstr ""
194
195 #: includes/class-sqlite-object-cache-settings.php:653
196 msgid "You can use WP-CLI to configure this plugin. Please type"
197 msgstr ""
198
199 #: includes/class-sqlite-object-cache-settings.php:655
200 msgid "into your shell for details"
201 msgstr ""
202
203 #: includes/class-sqlite-object-cache-settings.php:662
204 msgid "On your site you can use php's"
205 msgstr ""
206
207 #: includes/class-sqlite-object-cache-settings.php:663
208 #: includes/class-sqlite-object-cache-settings.php:671
209 #: includes/class-sqlite-object-cache-settings.php:679
210 msgid "APCu User Cache"
211 msgstr ""
212
213 #: includes/class-sqlite-object-cache-settings.php:664
214 #: includes/class-sqlite-object-cache-settings.php:672
215 msgid "to improve the performance of this SQLite Object Cache. "
216 msgstr ""
217
218 #: includes/class-sqlite-object-cache-settings.php:665
219 msgid "To enable APCu caching please check the \"Use APCu\" box."
220 msgstr ""
221
222 #: includes/class-sqlite-object-cache-settings.php:670
223 msgid "You are using php's"
224 msgstr ""
225
226 #: includes/class-sqlite-object-cache-settings.php:673
227 msgid "To disable APCu caching please uncheck the \"Use APCu\" box."
228 msgstr ""
229
230 #: includes/class-sqlite-object-cache-settings.php:678
231 msgid "This object cache performs better when used with php's"
232 msgstr ""
233
234 #: includes/class-sqlite-object-cache-settings.php:680
235 msgid "extension. "
236 msgstr ""
237
238 #: includes/class-sqlite-object-cache-settings.php:681
239 msgid "However, it is not available on your server."
240 msgstr ""
241
242 #: includes/class-sqlite-object-cache-settings.php:682
243 msgid "It may be possible for you or your hosting service to install it."
244 msgstr ""
245
246 #: includes/class-sqlite-object-cache-settings.php:698
247 #: includes/class-sqlite-object-cache-settings.php:704
248 #: includes/cli.php:41
249 msgid "unavailable"
250 msgstr ""
251
252 #: includes/class-sqlite-object-cache-settings.php:700
253 #: includes/cli.php:43
254 msgid "(disabled by WP_SQLITE_OBJECT_CACHE_SERIALIZE)"
255 msgstr ""
256
257 #. translators: 1: version for sqlite 2: version for php 3: webserver version 4: version for plugin 5: igbinary 6:APCu 7:WordPress
258 #: includes/class-sqlite-object-cache-settings.php:715
259 msgid "Versions: WordPress: %7$s SQLite: %1$s php: %2$s Server: %3$s Plugin: %4$s APCu: %6$s igbinary: %5$s."
260 msgstr ""
261
262 #: includes/class-sqlite-object-cache-settings.php:763
263 msgid "Save Settings"
264 msgstr ""
265
266 #: includes/class-sqlite-object-cache-settings.php:789
267 msgid "Help"
268 msgstr ""
269
270 #: includes/class-sqlite-object-cache-settings.php:897
271 msgid "Configuration"
272 msgstr ""
273
274 #: includes/class-sqlite-object-cache-settings.php:910
275 msgid "Versions"
276 msgstr ""
277
278 #: includes/class-sqlite-object-cache-settings.php:978
279 msgid "APCu utilization"
280 msgstr ""
281
282 #: includes/class-sqlite-object-cache-settings.php:987
283 msgid "APCu info"
284 msgstr ""
285
286 #: includes/class-sqlite-object-cache-settings.php:1001
287 msgid "SQLite utilization"
288 msgstr ""
289
290 #: includes/class-sqlite-object-cache.php:145
291 msgid "Flushed the SQLite Object Cache successfully after a software installation or upgrade."
292 msgstr ""
293
294 #: includes/class-sqlite-object-cache.php:257
295 msgid "You cannot use the SQLite Object Cache plugin. Your server does not have php's SQLite3 extension installed."
296 msgstr ""
297
298 #: includes/class-sqlite-object-cache.php:298
299 msgid "Could not initialize filesystem."
300 msgstr ""
301
302 #: includes/class-sqlite-object-cache.php:304
303 msgid "Object cache drop-in file doesn’t exist."
304 msgstr ""
305
306 #: includes/class-sqlite-object-cache.php:308
307 msgid "Test file exists, but couldn’t be deleted."
308 msgstr ""
309
310 #: includes/class-sqlite-object-cache.php:312
311 msgid "Content directory is not writable."
312 msgstr ""
313
314 #: includes/class-sqlite-object-cache.php:316
315 msgid "Failed to copy test file."
316 msgstr ""
317
318 #: includes/class-sqlite-object-cache.php:320
319 msgid "Copied test file doesn’t exist."
320 msgstr ""
321
322 #: includes/class-sqlite-object-cache.php:326
323 msgid "Couldn’t verify test file contents."
324 msgstr ""
325
326 #: includes/class-sqlite-object-cache.php:330
327 msgid "Copied test file couldn’t be deleted."
328 msgstr ""
329
330 #: includes/class-sqlite-object-cache.php:644
331 msgid "Flush Object Cache"
332 msgstr ""
333
334 #: includes/class-sqlite-object-cache.php:647
335 msgid "Delete all object cache entries now, including all transients."
336 msgstr ""
337
338 #: includes/class-sqlite-object-cache.php:670
339 msgid "You do not have permission to flush the object cache."
340 msgstr ""
341
342 #: includes/class-sqlite-object-cache.php:675
343 msgid "Cache flush is only available on the main site."
344 msgstr ""
345
346 #: includes/class-sqlite-object-cache.php:720
347 msgid "SQLite Object Cache flushed successfully."
348 msgstr ""
349
350 #. translators: 1: version for sqlite 2: version for plugin 3: igbinary --- for WP-CLI
351 #: includes/cli.php:48
352 msgid "Versions: Plugin: %2$s SQLite: %1$s igbinary: %3$s."
353 msgstr ""
354
355 #. translators: 1: size of .sqlite database file in MiB. --- for WP-CLI
356 #: includes/cli.php:86
357 msgid "SQLite File Size Total: %sMiB"
358 msgstr ""
359
360 #. translators: 1: size of .sqlite database file free space in MiB. --- for WP-CLI
361 #: includes/cli.php:88
362 msgid "Free: %sMiB"
363 msgstr ""
364
365 #. translators: 1: size of memory mapped segment in MiB. --- for WP-CLI
366 #: includes/cli.php:92
367 msgid "Memory Mapped Segment Size: %sMiB"
368 msgstr ""
369
370 #. translators: 1: size of cached items in MiB. --- for WP-CLI
371 #: includes/cli.php:115
372 msgid "Cached Data Size %sMiB"
373 msgstr ""
374
375 #. translators: 1: number of cached items. --- for WP-CLI
376 #: includes/cli.php:119
377 msgid "Item Count: %s"
378 msgstr ""
379
380 #. translators: 1 start time 2 end time both in localized format. --- for WP-CLI
381 #: includes/cli.php:124
382 msgid "Expirations: %1$s to %2$s."
383 msgstr ""
384
385 #: includes/cli.php:145
386 msgid "Too many args. \"sqlite-object-cache size 64\" sets it to 64MiB."
387 msgstr ""
388
389 #. translators: 1: new target cache size --- for WP-CLI
390 #: includes/cli.php:154
391 msgid "Target cache size unchanged at %1$sMiB"
392 msgstr ""
393
394 #. translators: 1: new target cache size 2:former target cache size
395 #: includes/cli.php:159
396 msgid "Target cache size changed from %2$sMiB to %1$sMiB"
397 msgstr ""
398
399 #. translators: 1: target cache size
400 #: includes/cli.php:167
401 msgid "Target cache size is %1$sMiB"
402 msgstr ""
403
404 #: includes/cli.php:185
405 msgid "Too many args. \"sqlite-object-cache samplerate 10\" samples ten percent."
406 msgstr ""
407
408 #. translators: 1: new sample rate 0-100 --- for WP-CLI
409 #: includes/cli.php:203
410 msgid "Performance measurement sample rate unchanged at %1$s%%"
411 msgstr ""
412
413 #. translators: 1: new rate 2:former rate --- for WP-CLI
414 #: includes/cli.php:208
415 msgid "Performance measurement sample rate changed from %2$s%% to %1$s%%"
416 msgstr ""
417
418 #. translators: 1: sample rate --- for WP-CLI
419 #: includes/cli.php:219
420 msgid "Performance measurement sample rate is %1$s%%"
421 msgstr ""
422
423 #: includes/cli.php:237
424 msgid "Too many args. \"sqlite-object-cache retain 4\" retains measuremewnts for 4 hours."
425 msgstr ""
426
427 #. translators: 1: retention time --- for WP-CLI
428 #: includes/cli.php:248
429 msgid "Performance measurement retention unchanged at %1$shr"
430 msgstr ""
431
432 #. translators: 1: new retention time 2:former time --- for WP-CLI
433 #: includes/cli.php:253
434 msgid "Performance measurement retention changed from %2$shr to %1$shr"
435 msgstr ""
436
437 #. translators: 1: retention time --- for WP-CLI
438 #: includes/cli.php:263
439 msgid "Performance measurement retention is %1$shr"
440 msgstr ""
441
442 #. translators: 1: size of cache --- For WP-CLI
443 #: includes/cli.php:323
444 msgid "Cache contains %1$01.1fMiB, no cleanup performed"
445 msgstr ""
446
447 #. translators: 1: size removed 2: size remaining
448 #: includes/cli.php:337
449 msgid "%1$01.1fMiB of expired items removed from cache, leaving %2$01.1fMiB"
450 msgstr ""
451
452 #. translators: 1: size removed 2: size remaining --- For WP-CLI
453 #: includes/cli.php:354
454 msgid "%1$01.1fMiB of least recently updated items removed from cache, leaving %2$01.1fMiB"
455 msgstr ""
456
457 #: includes/lib/class-sqlite-object-cache-opcache.php:92
458 msgid "Your PHP opcode cache has sufficient RAM"
459 msgstr ""
460
461 #: includes/lib/class-sqlite-object-cache-opcache.php:177
462 msgid "Your PHP opcode cache state seems to be corrupt"
463 msgstr ""
464
465 #: includes/lib/class-sqlite-object-cache-opcache.php:184
466 msgid "Something is wrong with your PHP opcode cache state"
467 msgstr ""
468
469 #. Translators: 1: number of megabytes. 2: percent full
470 #: includes/lib/class-sqlite-object-cache-opcache.php:208
471 msgid "%1$d megabytes are allocated to PHP's opcode cache. It is %2$d%% full."
472 msgstr ""
473
474 #. Translators: 1: number of megabytes
475 #: includes/lib/class-sqlite-object-cache-opcache.php:212
476 msgid "%1$d megabytes are allocated to PHP's opcode cache. It is full."
477 msgstr ""
478
479 #: includes/lib/class-sqlite-object-cache-opcache.php:217
480 #: includes/lib/class-sqlite-object-cache-opcache.php:241
481 msgid "Learn how to configure it."
482 msgstr ""
483
484 #. translators: 1: a number of megabytes. Notice that this should not have any suffix, like MB, appended to it.
485 #: includes/lib/class-sqlite-object-cache-opcache.php:225
486 msgid "Ask your hosting provider to increase the opcache.memory_consumption directive in php.ini, setting it to at least %1$d."
487 msgstr ""
488
489 #. Translators: 1: number of megabytes. 2: percent full
490 #: includes/lib/class-sqlite-object-cache-opcache.php:231
491 msgid "%1$d megabytes are allocated to the opcode cache's strings buffer. It is %2$d%% full."
492 msgstr ""
493
494 #. Translators: 1: number of megabytes
495 #: includes/lib/class-sqlite-object-cache-opcache.php:235
496 msgid "%1$d megabytes are allocated to the opcode cache's strings buffer. It is full."
497 msgstr ""
498
499 #. translators: 1: a number of megabytes. Notice that this should not have any suffix, like MB, appended to it.
500 #: includes/lib/class-sqlite-object-cache-opcache.php:249
501 msgid "Ask your hosting provider to increase the opcache.interned_strings_buffer directive in php.ini, setting it to at least %1$d."
502 msgstr ""
503
504 #: includes/lib/class-sqlite-object-cache-opcache.php:259
505 msgid "Opcode cache has enough RAM"
506 msgstr ""
507
508 #: includes/lib/class-sqlite-object-cache-opcache.php:274
509 msgid "Your PHP opcode cache and its interned strings cache need more RAM allocated to them."
510 msgstr ""
511
512 #: includes/lib/class-sqlite-object-cache-opcache.php:290
513 msgid "Your PHP opcode cache's interned strings cache needs more RAM allocated to it."
514 msgstr ""
515
516 #: includes/lib/class-sqlite-object-cache-opcache.php:305
517 msgid "Your PHP opcode cache needs more RAM allocated to it."
518 msgstr ""
519
520 #: includes/lib/class-sqlite-object-cache-statistics.php:176
521 msgid "RAM hit ratio"
522 msgstr ""
523
524 #: includes/lib/class-sqlite-object-cache-statistics.php:177
525 msgid "APCu hit ratio"
526 msgstr ""
527
528 #: includes/lib/class-sqlite-object-cache-statistics.php:178
529 msgid "SQLite hit ratio"
530 msgstr ""
531
532 #: includes/lib/class-sqlite-object-cache-statistics.php:179
533 msgid "SQLite lookups/request"
534 msgstr ""
535
536 #: includes/lib/class-sqlite-object-cache-statistics.php:180
537 msgid "SQLite saves/request"
538 msgstr ""
539
540 #: includes/lib/class-sqlite-object-cache-statistics.php:181
541 msgid "MySQL queries/request"
542 msgstr ""
543
544 #: includes/lib/class-sqlite-object-cache-statistics.php:182
545 msgid "Request durations (sec)"
546 msgstr ""
547
548 #: includes/lib/class-sqlite-object-cache-statistics.php:183
549 msgid "Peak RAM usage (MiB)"
550 msgstr ""
551
552 #: includes/lib/class-sqlite-object-cache-statistics.php:184
553 msgid "Initialization times"
554 msgstr ""
555
556 #: includes/lib/class-sqlite-object-cache-statistics.php:185
557 msgid "Get times"
558 msgstr ""
559
560 #: includes/lib/class-sqlite-object-cache-statistics.php:186
561 msgid "GetMult times"
562 msgstr ""
563
564 #: includes/lib/class-sqlite-object-cache-statistics.php:187
565 msgid "GetMult keys"
566 msgstr ""
567
568 #: includes/lib/class-sqlite-object-cache-statistics.php:188
569 msgid "Save times"
570 msgstr ""
571
572 #: includes/lib/class-sqlite-object-cache-statistics.php:189
573 msgid "Delete times"
574 msgstr ""
575
576 #: includes/lib/class-sqlite-object-cache-statistics.php:190
577 msgid "Checkpoint times (sec)"
578 msgstr ""
579
580 #: includes/lib/class-sqlite-object-cache-statistics.php:191
581 msgid "APCu hit times"
582 msgstr ""
583
584 #: includes/lib/class-sqlite-object-cache-statistics.php:192
585 msgid "APCu miss times"
586 msgstr ""
587
588 #: includes/lib/class-sqlite-object-cache-statistics.php:193
589 msgid "APCu save times"
590 msgstr ""
591
592 #: includes/lib/class-sqlite-object-cache-statistics.php:194
593 msgid "SQLite hit times"
594 msgstr ""
595
596 #: includes/lib/class-sqlite-object-cache-statistics.php:379
597 msgid "Cache performance"
598 msgstr ""
599
600 #. translators: 1 start time 2 end time both in localized format
601 #: includes/lib/class-sqlite-object-cache-statistics.php:383
602 msgid "From %1$s to %2$s."
603 msgstr ""
604
605 #: includes/lib/class-sqlite-object-cache-statistics.php:384
606 msgid "Times in microseconds, checkpoint and request durations in seconds."
607 msgstr ""
608
609 #: includes/lib/class-sqlite-object-cache-statistics.php:429
610 msgid "Some statistics were not processed. Processing them all uses too much RAM."
611 msgstr ""
612
613 #: includes/lib/class-sqlite-object-cache-statistics.php:431
614 msgid "Try measuring a smaller random sample of requests."
615 msgstr ""
616
617 #: includes/lib/class-sqlite-object-cache-statistics.php:437
618 msgid "No cache performance statistics have been captured."
619 msgstr ""
620
621 #. translators: 1: a percentage
622 #: includes/lib/class-sqlite-object-cache-statistics.php:440
623 msgid "The plugin is capturing a random sample of %s%% of requests. It is possible no samples have yet been captured."
624 msgstr ""
625
626 #: includes/lib/class-sqlite-object-cache-statistics.php:444
627 msgid "Cache performance measurement is not enabled."
628 msgstr ""
629
630 #: includes/lib/class-sqlite-object-cache-statistics.php:445
631 msgid "You may enable it on the Settings tab."
632 msgstr ""
633
634 #: includes/lib/class-sqlite-object-cache-statistics.php:475
635 msgid "Most frequently looked up cache items"
636 msgstr ""
637
638 #: includes/lib/class-sqlite-object-cache-statistics.php:483
639 #: includes/lib/class-sqlite-object-cache-statistics.php:567
640 msgid "Cache Group"
641 msgstr ""
642
643 #: includes/lib/class-sqlite-object-cache-statistics.php:484
644 msgid "Cache Key"
645 msgstr ""
646
647 #: includes/lib/class-sqlite-object-cache-statistics.php:485
648 msgid "Count"
649 msgstr ""
650
651 #: includes/lib/class-sqlite-object-cache-statistics.php:516
652 msgid "Cache usage"
653 msgstr ""
654
655 #. translators: 1 a localized number of cache items.
656 #: includes/lib/class-sqlite-object-cache-statistics.php:546
657 msgid "Only showing sizes for the first %1$s cache items."
658 msgstr ""
659
660 #: includes/lib/class-sqlite-object-cache-statistics.php:552
661 msgid "Cannot load some or all cache items."
662 msgstr ""
663
664 #. translators: 1 start time 2 end time both in localized format
665 #: includes/lib/class-sqlite-object-cache-statistics.php:561
666 msgid "Expirations from %1$s to %2$s."
667 msgstr ""
668
669 #: includes/lib/class-sqlite-object-cache-statistics.php:562
670 msgid "Sizes in MiB."
671 msgstr ""
672
673 #: includes/lib/class-sqlite-object-cache-statistics.php:568
674 msgid "Items"
675 msgstr ""
676
677 #: includes/lib/class-sqlite-object-cache-statistics.php:569
678 msgid "Size"
679 msgstr ""
680
681 #: includes/lib/class-sqlite-object-cache-statistics.php:590
682 msgid "APCu RAM Usage"
683 msgstr ""
684
685 #: includes/lib/class-sqlite-object-cache-statistics.php:599
686 msgid "SQLite Disk Pages Used"
687 msgstr ""
688
689 #: includes/lib/class-sqlite-object-cache-statistics.php:608
690 msgid "SQLite Disk Pages Free"
691 msgstr ""
692
693 #: includes/lib/class-sqlite-object-cache-statistics.php:617
694 msgid "SQLite Memory mapped"
695 msgstr ""
696
697 #: includes/lib/class-sqlite-object-cache-statistics.php:637
698 msgid "All Groups"
699 msgstr ""
700
701 #: includes/lib/class-sqlite-object-cache-statistics.php:654
702 msgid "No cache items found."
703 msgstr ""
704