PluginProbe
SQLite Object Cache / 1.6.0
SQLite Object Cache v1.6.0
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.0, at languages/sqlite-object-cache.pot

553 lines 15.2 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 # Copyright (C) 2025 Oliver Jones
2 # This file is distributed under the same license as the SQLite Object Cache plugin.
3 msgid ""
4 msgstr ""
5 "Project-Id-Version: SQLite Object Cache 1.6.0\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: 2025-10-08T12:09:46-04: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:164
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) 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:256
120 msgid "Use APCu"
121 msgstr ""
122
123 #: includes/class-sqlite-object-cache-settings.php:257
124 msgid "Check to enable the use of php's APCu cache to improve performance."
125 msgstr ""
126
127 #: includes/class-sqlite-object-cache-settings.php:274
128 #: includes/class-sqlite-object-cache-settings.php:531
129 #: includes/lib/class-sqlite-object-cache-statistics.php:627
130 msgid "Statistics"
131 msgstr ""
132
133 #: includes/class-sqlite-object-cache-settings.php:275
134 msgid "Reset Statistics"
135 msgstr ""
136
137 #: includes/class-sqlite-object-cache-settings.php:448
138 #: includes/class-sqlite-object-cache-settings.php:742
139 msgid "SQLite Persistent Object Cache"
140 msgstr ""
141
142 #: includes/class-sqlite-object-cache-settings.php:449
143 msgid "Object Cache"
144 msgstr ""
145
146 #: includes/class-sqlite-object-cache-settings.php:474
147 msgid "Server configuration problem"
148 msgstr ""
149
150 #: includes/class-sqlite-object-cache-settings.php:478
151 msgid "The SQLite Persistent Object Cache plugin requires php's SQLite3 extension."
152 msgstr ""
153
154 #: includes/class-sqlite-object-cache-settings.php:479
155 msgid "That extension is not installed in your server, so the plugin cannot work."
156 msgstr ""
157
158 #. translators: 1 actual SQLite version. 2 required SQLite version)
159 #: includes/class-sqlite-object-cache-settings.php:486
160 #: includes/class-sqlite-object-cache.php:258
161 msgid "You cannot use the SQLite Object Cache plugin. Your server only offers SQLite3 version %1$s, but at least %2$s is required."
162 msgstr ""
163
164 #: includes/class-sqlite-object-cache-settings.php:525
165 #: includes/class-sqlite-object-cache-settings.php:529
166 #: includes/class-sqlite-object-cache-settings.php:907
167 msgid "Settings"
168 msgstr ""
169
170 #: includes/class-sqlite-object-cache-settings.php:631
171 msgid "For support please"
172 msgstr ""
173
174 #: includes/class-sqlite-object-cache-settings.php:632
175 #: includes/class-sqlite-object-cache-settings.php:634
176 msgid "click here"
177 msgstr ""
178
179 #: includes/class-sqlite-object-cache-settings.php:633
180 msgid "To rate this plugin please"
181 msgstr ""
182
183 #: includes/class-sqlite-object-cache-settings.php:635
184 msgid "Your feedback helps make it better, faster, and more useful"
185 msgstr ""
186
187 #: includes/class-sqlite-object-cache-settings.php:642
188 msgid "You can use WP-CLI to configure this plugin. Please type"
189 msgstr ""
190
191 #: includes/class-sqlite-object-cache-settings.php:644
192 msgid "into your shell for details"
193 msgstr ""
194
195 #: includes/class-sqlite-object-cache-settings.php:651
196 msgid "On your site you can use php's"
197 msgstr ""
198
199 #: includes/class-sqlite-object-cache-settings.php:652
200 #: includes/class-sqlite-object-cache-settings.php:660
201 #: includes/class-sqlite-object-cache-settings.php:668
202 msgid "APCu User Cache"
203 msgstr ""
204
205 #: includes/class-sqlite-object-cache-settings.php:653
206 #: includes/class-sqlite-object-cache-settings.php:661
207 msgid "to improve the performance of this SQLite Object Cache. "
208 msgstr ""
209
210 #: includes/class-sqlite-object-cache-settings.php:654
211 msgid "To enable APCu caching please check the \"Use APCu\" box."
212 msgstr ""
213
214 #: includes/class-sqlite-object-cache-settings.php:659
215 msgid "You are using php's"
216 msgstr ""
217
218 #: includes/class-sqlite-object-cache-settings.php:662
219 msgid "To disable APCu caching please uncheck the \"Use APCu\" box."
220 msgstr ""
221
222 #: includes/class-sqlite-object-cache-settings.php:667
223 msgid "This object cache performs better when used with php's"
224 msgstr ""
225
226 #: includes/class-sqlite-object-cache-settings.php:669
227 msgid "extension. "
228 msgstr ""
229
230 #: includes/class-sqlite-object-cache-settings.php:670
231 msgid "However, it is not available on your server."
232 msgstr ""
233
234 #: includes/class-sqlite-object-cache-settings.php:671
235 msgid "It may be possible for you or your hosting service to install it."
236 msgstr ""
237
238 #: includes/class-sqlite-object-cache-settings.php:687
239 #: includes/class-sqlite-object-cache-settings.php:693
240 #: includes/cli.php:40
241 msgid "unavailable"
242 msgstr ""
243
244 #: includes/class-sqlite-object-cache-settings.php:689
245 #: includes/cli.php:42
246 msgid "(disabled by WP_SQLITE_OBJECT_CACHE_SERIALIZE)"
247 msgstr ""
248
249 #. translators: 1: version for sqlite 2: version for php 3: webserver version 4: version for plugin 5: igbinary 6:APCu 7:WordPress
250 #: includes/class-sqlite-object-cache-settings.php:698
251 msgid "Versions: WordPress: %7$s SQLite: %1$s php: %2$s Server: %3$s Plugin: %4$s APCu: %6$s igbinary: %5$s."
252 msgstr ""
253
254 #: includes/class-sqlite-object-cache-settings.php:744
255 msgid "Save Settings"
256 msgstr ""
257
258 #: includes/class-sqlite-object-cache-settings.php:770
259 msgid "Help"
260 msgstr ""
261
262 #: includes/class-sqlite-object-cache-settings.php:878
263 msgid "Configuration"
264 msgstr ""
265
266 #: includes/class-sqlite-object-cache-settings.php:891
267 msgid "Versions"
268 msgstr ""
269
270 #: includes/class-sqlite-object-cache-settings.php:959
271 msgid "APCu utilization"
272 msgstr ""
273
274 #: includes/class-sqlite-object-cache-settings.php:968
275 msgid "APCu info"
276 msgstr ""
277
278 #: includes/class-sqlite-object-cache-settings.php:982
279 msgid "SQLite utilization"
280 msgstr ""
281
282 #: includes/class-sqlite-object-cache.php:153
283 msgid "A software installation or upgrade operation flushed the SQLite Object Cache."
284 msgstr ""
285
286 #: includes/class-sqlite-object-cache.php:251
287 msgid "You cannot use the SQLite Object Cache plugin. Your server does not have php's SQLite3 extension installed."
288 msgstr ""
289
290 #: includes/class-sqlite-object-cache.php:292
291 msgid "Could not initialize filesystem."
292 msgstr ""
293
294 #: includes/class-sqlite-object-cache.php:298
295 msgid "Object cache drop-in file doesn’t exist."
296 msgstr ""
297
298 #: includes/class-sqlite-object-cache.php:302
299 msgid "Test file exists, but couldn’t be deleted."
300 msgstr ""
301
302 #: includes/class-sqlite-object-cache.php:306
303 msgid "Content directory is not writable."
304 msgstr ""
305
306 #: includes/class-sqlite-object-cache.php:310
307 msgid "Failed to copy test file."
308 msgstr ""
309
310 #: includes/class-sqlite-object-cache.php:314
311 msgid "Copied test file doesn’t exist."
312 msgstr ""
313
314 #: includes/class-sqlite-object-cache.php:320
315 msgid "Couldn’t verify test file contents."
316 msgstr ""
317
318 #: includes/class-sqlite-object-cache.php:324
319 msgid "Copied test file couldn’t be deleted."
320 msgstr ""
321
322 #. translators: 1: version for sqlite 2: version for plugin 3: igbinary --- for WP-CLI
323 #: includes/cli.php:47
324 msgid "Versions: Plugin: %2$s SQLite: %1$s igbinary: %3$s."
325 msgstr ""
326
327 #. translators: 1: size of .sqlite database file in MiB. --- for WP-CLI
328 #: includes/cli.php:85
329 msgid "SQLite File Size Total: %sMiB"
330 msgstr ""
331
332 #. translators: 1: size of .sqlite database file free space in MiB. --- for WP-CLI
333 #: includes/cli.php:87
334 msgid "Free: %sMiB"
335 msgstr ""
336
337 #. translators: 1: size of memory mapped segment in MiB. --- for WP-CLI
338 #: includes/cli.php:91
339 msgid "Memory Mapped Segment Size: %sMiB"
340 msgstr ""
341
342 #. translators: 1: size of cached items in MiB. --- for WP-CLI
343 #: includes/cli.php:114
344 msgid "Cached Data Size %sMiB"
345 msgstr ""
346
347 #. translators: 1: number of cached items. --- for WP-CLI
348 #: includes/cli.php:118
349 msgid "Item Count: %s"
350 msgstr ""
351
352 #. translators: 1 start time 2 end time both in localized format. --- for WP-CLI
353 #: includes/cli.php:123
354 msgid "Expirations: %1$s to %2$s."
355 msgstr ""
356
357 #: includes/cli.php:144
358 msgid "Too many args. \"sqlite-object-cache size 64\" sets it to 64MiB."
359 msgstr ""
360
361 #: includes/cli.php:184
362 msgid "Too many args. \"sqlite-object-cache samplerate 10\" samples ten percent."
363 msgstr ""
364
365 #: includes/cli.php:236
366 msgid "Too many args. \"sqlite-object-cache retain 4\" retains measuremewnts for 4 hours."
367 msgstr ""
368
369 #: includes/lib/class-sqlite-object-cache-statistics.php:176
370 msgid "RAM hit ratio"
371 msgstr ""
372
373 #: includes/lib/class-sqlite-object-cache-statistics.php:177
374 msgid "APCu hit ratio"
375 msgstr ""
376
377 #: includes/lib/class-sqlite-object-cache-statistics.php:178
378 msgid "SQLite hit ratio"
379 msgstr ""
380
381 #: includes/lib/class-sqlite-object-cache-statistics.php:179
382 msgid "SQLite lookups/request"
383 msgstr ""
384
385 #: includes/lib/class-sqlite-object-cache-statistics.php:180
386 msgid "SQLite saves/request"
387 msgstr ""
388
389 #: includes/lib/class-sqlite-object-cache-statistics.php:181
390 msgid "MySQL queries/request"
391 msgstr ""
392
393 #: includes/lib/class-sqlite-object-cache-statistics.php:182
394 msgid "Request durations (sec)"
395 msgstr ""
396
397 #: includes/lib/class-sqlite-object-cache-statistics.php:183
398 msgid "Peak RAM usage (MiB)"
399 msgstr ""
400
401 #: includes/lib/class-sqlite-object-cache-statistics.php:184
402 msgid "Initialization times"
403 msgstr ""
404
405 #: includes/lib/class-sqlite-object-cache-statistics.php:185
406 msgid "Get times"
407 msgstr ""
408
409 #: includes/lib/class-sqlite-object-cache-statistics.php:186
410 msgid "GetMult times"
411 msgstr ""
412
413 #: includes/lib/class-sqlite-object-cache-statistics.php:187
414 msgid "GetMult keys"
415 msgstr ""
416
417 #: includes/lib/class-sqlite-object-cache-statistics.php:188
418 msgid "Save times"
419 msgstr ""
420
421 #: includes/lib/class-sqlite-object-cache-statistics.php:189
422 msgid "Delete times"
423 msgstr ""
424
425 #: includes/lib/class-sqlite-object-cache-statistics.php:190
426 msgid "Checkpoint times (sec)"
427 msgstr ""
428
429 #: includes/lib/class-sqlite-object-cache-statistics.php:191
430 msgid "APCu hit times"
431 msgstr ""
432
433 #: includes/lib/class-sqlite-object-cache-statistics.php:192
434 msgid "APCu miss times"
435 msgstr ""
436
437 #: includes/lib/class-sqlite-object-cache-statistics.php:193
438 msgid "APCu save times"
439 msgstr ""
440
441 #: includes/lib/class-sqlite-object-cache-statistics.php:194
442 msgid "SQLite hit times"
443 msgstr ""
444
445 #: includes/lib/class-sqlite-object-cache-statistics.php:379
446 msgid "Cache performance"
447 msgstr ""
448
449 #. translators: 1 start time 2 end time both in localized format
450 #: includes/lib/class-sqlite-object-cache-statistics.php:383
451 msgid "From %1$s to %2$s."
452 msgstr ""
453
454 #: includes/lib/class-sqlite-object-cache-statistics.php:384
455 msgid "Times in microseconds, checkpoint and request durations in seconds."
456 msgstr ""
457
458 #: includes/lib/class-sqlite-object-cache-statistics.php:429
459 msgid "Some statistics were not processed. Processing them all uses too much RAM."
460 msgstr ""
461
462 #: includes/lib/class-sqlite-object-cache-statistics.php:431
463 msgid "Try measuring a smaller random sample of requests."
464 msgstr ""
465
466 #: includes/lib/class-sqlite-object-cache-statistics.php:437
467 msgid "No cache performance statistics have been captured."
468 msgstr ""
469
470 #. translators: 1: a percentage
471 #: includes/lib/class-sqlite-object-cache-statistics.php:440
472 msgid "The plugin is capturing a random sample of %s%% of requests. It is possible no samples have yet been captured."
473 msgstr ""
474
475 #: includes/lib/class-sqlite-object-cache-statistics.php:444
476 msgid "Cache performance measurement is not enabled."
477 msgstr ""
478
479 #: includes/lib/class-sqlite-object-cache-statistics.php:445
480 msgid "You may enable it on the Settings tab."
481 msgstr ""
482
483 #: includes/lib/class-sqlite-object-cache-statistics.php:475
484 msgid "Most frequently looked up cache items"
485 msgstr ""
486
487 #: includes/lib/class-sqlite-object-cache-statistics.php:483
488 #: includes/lib/class-sqlite-object-cache-statistics.php:567
489 msgid "Cache Group"
490 msgstr ""
491
492 #: includes/lib/class-sqlite-object-cache-statistics.php:484
493 msgid "Cache Key"
494 msgstr ""
495
496 #: includes/lib/class-sqlite-object-cache-statistics.php:485
497 msgid "Count"
498 msgstr ""
499
500 #: includes/lib/class-sqlite-object-cache-statistics.php:516
501 msgid "Cache usage"
502 msgstr ""
503
504 #. translators: 1 a localized number of cache items.
505 #: includes/lib/class-sqlite-object-cache-statistics.php:546
506 msgid "Only showing sizes for the first %1$s cache items."
507 msgstr ""
508
509 #: includes/lib/class-sqlite-object-cache-statistics.php:552
510 msgid "Cannot load some or all cache items."
511 msgstr ""
512
513 #. translators: 1 start time 2 end time both in localized format
514 #: includes/lib/class-sqlite-object-cache-statistics.php:561
515 msgid "Expirations from %1$s to %2$s."
516 msgstr ""
517
518 #: includes/lib/class-sqlite-object-cache-statistics.php:562
519 msgid "Sizes in MiB."
520 msgstr ""
521
522 #: includes/lib/class-sqlite-object-cache-statistics.php:568
523 msgid "Items"
524 msgstr ""
525
526 #: includes/lib/class-sqlite-object-cache-statistics.php:569
527 msgid "Size"
528 msgstr ""
529
530 #: includes/lib/class-sqlite-object-cache-statistics.php:590
531 msgid "APCu RAM Usage"
532 msgstr ""
533
534 #: includes/lib/class-sqlite-object-cache-statistics.php:599
535 msgid "SQLite Disk Pages Used"
536 msgstr ""
537
538 #: includes/lib/class-sqlite-object-cache-statistics.php:608
539 msgid "SQLite Disk Pages Free"
540 msgstr ""
541
542 #: includes/lib/class-sqlite-object-cache-statistics.php:617
543 msgid "SQLite Memory mapped"
544 msgstr ""
545
546 #: includes/lib/class-sqlite-object-cache-statistics.php:637
547 msgid "All Groups"
548 msgstr ""
549
550 #: includes/lib/class-sqlite-object-cache-statistics.php:654
551 msgid "No cache items found."
552 msgstr ""
553