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

525 lines 14.7 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.5.4\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-03-12T10:42:31-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 #: assets/drop-in/object-cache.php:650
38 msgid "The SQLite Object Cache temporarily failed. Please try again now."
39 msgstr ""
40
41 #. translators: 1: WP_CONTENT_DIR
42 #: assets/drop-in/object-cache.php:944
43 msgid "The SQLite Object Cache cannot be activated because the %s directory is not writable."
44 msgstr ""
45
46 #: assets/drop-in/object-cache.php:953
47 msgid "The SQLite Object Cache cannot be activated because the SQLite3 extension is not loaded."
48 msgstr ""
49
50 #: includes/class-sqlite-object-cache-settings.php:89
51 msgid "Flush now"
52 msgstr ""
53
54 #: includes/class-sqlite-object-cache-settings.php:90
55 msgid "Check to flush the cache (delete all its entries) now."
56 msgstr ""
57
58 #: includes/class-sqlite-object-cache-settings.php:91
59 #: includes/class-sqlite-object-cache-settings.php:100
60 msgid "This briefly puts your site into maintenance mode."
61 msgstr ""
62
63 #: includes/class-sqlite-object-cache-settings.php:98
64 msgid "Vacuum now"
65 msgstr ""
66
67 #: includes/class-sqlite-object-cache-settings.php:99
68 msgid "Check to vacuum (defragment) the cache now."
69 msgstr ""
70
71 #: includes/class-sqlite-object-cache-settings.php:107
72 msgid "Cached data size"
73 msgstr ""
74
75 #: includes/class-sqlite-object-cache-settings.php:108
76 msgid "MiB. When data in the cache grows larger than this, hourly cleanup removes the oldest entries."
77 msgstr ""
78
79 #: includes/class-sqlite-object-cache-settings.php:114
80 msgid "MiB."
81 msgstr ""
82
83 #: includes/class-sqlite-object-cache-settings.php:118
84 msgid "Clean up now"
85 msgstr ""
86
87 #: includes/class-sqlite-object-cache-settings.php:119
88 msgid "Check to clean up the cache (delete old data) now."
89 msgstr ""
90
91 #: includes/class-sqlite-object-cache-settings.php:126
92 msgid "Measure performance"
93 msgstr ""
94
95 #: includes/class-sqlite-object-cache-settings.php:127
96 msgid "Check to enable cache performance measurement. "
97 msgstr ""
98
99 #: includes/class-sqlite-object-cache-settings.php:133
100 msgid "Measure"
101 msgstr ""
102
103 #: includes/class-sqlite-object-cache-settings.php:134
104 msgid "percent of requests, randomly sampled."
105 msgstr ""
106
107 #: includes/class-sqlite-object-cache-settings.php:141
108 msgid "Sampling percentage."
109 msgstr ""
110
111 #: includes/class-sqlite-object-cache-settings.php:145
112 msgid "Retain measurements for"
113 msgstr ""
114
115 #: includes/class-sqlite-object-cache-settings.php:146
116 msgid "hours."
117 msgstr ""
118
119 #: includes/class-sqlite-object-cache-settings.php:152
120 msgid "Hours to retain."
121 msgstr ""
122
123 #: includes/class-sqlite-object-cache-settings.php:159
124 msgid "Use APCu"
125 msgstr ""
126
127 #: includes/class-sqlite-object-cache-settings.php:160
128 msgid "Check to enable the use of php's APCu cache to improve performance."
129 msgstr ""
130
131 #: includes/class-sqlite-object-cache-settings.php:168
132 #: includes/class-sqlite-object-cache-settings.php:428
133 #: includes/class-sqlite-object-cache-settings.php:432
134 msgid "Settings"
135 msgstr ""
136
137 #: includes/class-sqlite-object-cache-settings.php:169
138 #: includes/class-sqlite-object-cache-settings.php:646
139 msgid "Save Settings"
140 msgstr ""
141
142 #: includes/class-sqlite-object-cache-settings.php:177
143 #: includes/class-sqlite-object-cache-settings.php:434
144 #: includes/lib/class-sqlite-object-cache-statistics.php:612
145 msgid "Statistics"
146 msgstr ""
147
148 #: includes/class-sqlite-object-cache-settings.php:178
149 msgid "Reset Statistics"
150 msgstr ""
151
152 #: includes/class-sqlite-object-cache-settings.php:351
153 #: includes/class-sqlite-object-cache-settings.php:644
154 msgid "SQLite Persistent Object Cache"
155 msgstr ""
156
157 #: includes/class-sqlite-object-cache-settings.php:352
158 msgid "Object Cache"
159 msgstr ""
160
161 #: includes/class-sqlite-object-cache-settings.php:377
162 msgid "Server configuration problem"
163 msgstr ""
164
165 #: includes/class-sqlite-object-cache-settings.php:381
166 msgid "The SQLite Persistent Object Cache plugin requires php's SQLite3 extension."
167 msgstr ""
168
169 #: includes/class-sqlite-object-cache-settings.php:382
170 msgid "That extension is not installed in your server, so the plugin cannot work."
171 msgstr ""
172
173 #. translators: 1 actual SQLite version. 2 required SQLite version)
174 #: includes/class-sqlite-object-cache-settings.php:389
175 #: includes/class-sqlite-object-cache.php:253
176 msgid "You cannot use the SQLite Object Cache plugin. Your server only offers SQLite3 version %1$s, but at least %2$s is required."
177 msgstr ""
178
179 #: includes/class-sqlite-object-cache-settings.php:534
180 msgid "For support please"
181 msgstr ""
182
183 #: includes/class-sqlite-object-cache-settings.php:535
184 #: includes/class-sqlite-object-cache-settings.php:537
185 msgid "click here"
186 msgstr ""
187
188 #: includes/class-sqlite-object-cache-settings.php:536
189 msgid "To rate this plugin please"
190 msgstr ""
191
192 #: includes/class-sqlite-object-cache-settings.php:538
193 msgid "Your feedback helps make it better, faster, and more useful"
194 msgstr ""
195
196 #: includes/class-sqlite-object-cache-settings.php:545
197 msgid "You can use WP-CLI to configure this plugin. Please type"
198 msgstr ""
199
200 #: includes/class-sqlite-object-cache-settings.php:547
201 msgid "into your shell for details"
202 msgstr ""
203
204 #: includes/class-sqlite-object-cache-settings.php:554
205 msgid "On your site you can use php's"
206 msgstr ""
207
208 #: includes/class-sqlite-object-cache-settings.php:555
209 #: includes/class-sqlite-object-cache-settings.php:563
210 #: includes/class-sqlite-object-cache-settings.php:571
211 msgid "APCu User Cache"
212 msgstr ""
213
214 #: includes/class-sqlite-object-cache-settings.php:556
215 #: includes/class-sqlite-object-cache-settings.php:564
216 msgid "to improve the performance of this SQLite Object Cache. "
217 msgstr ""
218
219 #: includes/class-sqlite-object-cache-settings.php:557
220 msgid "To enable APCu caching please check the \"Use APCu\" box."
221 msgstr ""
222
223 #: includes/class-sqlite-object-cache-settings.php:562
224 msgid "You are using php's"
225 msgstr ""
226
227 #: includes/class-sqlite-object-cache-settings.php:565
228 msgid "To disable APCu caching please uncheck the \"Use APCu\" box."
229 msgstr ""
230
231 #: includes/class-sqlite-object-cache-settings.php:570
232 msgid "This object cache performs better when used with php's"
233 msgstr ""
234
235 #: includes/class-sqlite-object-cache-settings.php:572
236 msgid "extension. "
237 msgstr ""
238
239 #: includes/class-sqlite-object-cache-settings.php:573
240 msgid "However, it is not available on your server."
241 msgstr ""
242
243 #: includes/class-sqlite-object-cache-settings.php:574
244 msgid "It may be possible for you or your hosting service to install it."
245 msgstr ""
246
247 #: includes/class-sqlite-object-cache-settings.php:590
248 #: includes/class-sqlite-object-cache-settings.php:596
249 #: includes/cli.php:40
250 msgid "unavailable"
251 msgstr ""
252
253 #: includes/class-sqlite-object-cache-settings.php:592
254 #: includes/cli.php:42
255 msgid "(disabled by WP_SQLITE_OBJECT_CACHE_SERIALIZE)"
256 msgstr ""
257
258 #. translators: 1: version for sqlite 2: version for php 3: webserver version 4: version for plugin 5: igbinary 6:APCu 7:WordPress
259 #: includes/class-sqlite-object-cache-settings.php:601
260 msgid "Versions: WordPress: %7$s SQLite: %1$s php: %2$s Server: %3$s Plugin: %4$s APCu: %6$s igbinary: %5$s."
261 msgstr ""
262
263 #: includes/class-sqlite-object-cache.php:246
264 msgid "You cannot use the SQLite Object Cache plugin. Your server does not have php's SQLite3 extension installed."
265 msgstr ""
266
267 #: includes/class-sqlite-object-cache.php:298
268 msgid "Could not initialize filesystem."
269 msgstr ""
270
271 #: includes/class-sqlite-object-cache.php:304
272 msgid "Object cache drop-in file doesn’t exist."
273 msgstr ""
274
275 #: includes/class-sqlite-object-cache.php:308
276 msgid "Test file exists, but couldn’t be deleted."
277 msgstr ""
278
279 #: includes/class-sqlite-object-cache.php:312
280 msgid "Content directory is not writable."
281 msgstr ""
282
283 #: includes/class-sqlite-object-cache.php:316
284 msgid "Failed to copy test file."
285 msgstr ""
286
287 #: includes/class-sqlite-object-cache.php:320
288 msgid "Copied test file doesn’t exist."
289 msgstr ""
290
291 #: includes/class-sqlite-object-cache.php:326
292 msgid "Couldn’t verify test file contents."
293 msgstr ""
294
295 #: includes/class-sqlite-object-cache.php:330
296 msgid "Copied test file couldn’t be deleted."
297 msgstr ""
298
299 #. translators: 1: version for sqlite 2: version for plugin 3: igbinary --- for WP-CLI
300 #: includes/cli.php:47
301 msgid "Versions: Plugin: %2$s SQLite: %1$s igbinary: %3$s."
302 msgstr ""
303
304 #. translators: 1: size of .sqlite database file in MiB. --- for WP-CLI
305 #: includes/cli.php:85
306 msgid "SQLite File Size Total: %sMiB"
307 msgstr ""
308
309 #. translators: 1: size of .sqlite database file free space in MiB. --- for WP-CLI
310 #: includes/cli.php:87
311 msgid "Free: %sMiB"
312 msgstr ""
313
314 #. translators: 1: size of memory mapped segment in MiB. --- for WP-CLI
315 #: includes/cli.php:91
316 msgid "Memory Mapped Segment Size: %sMiB"
317 msgstr ""
318
319 #. translators: 1: size of cached items in MiB. --- for WP-CLI
320 #: includes/cli.php:114
321 msgid "Cached Data Size %sMiB"
322 msgstr ""
323
324 #. translators: 1: number of cached items. --- for WP-CLI
325 #: includes/cli.php:118
326 msgid "Item Count: %s"
327 msgstr ""
328
329 #. translators: 1 start time 2 end time both in localized format. --- for WP-CLI
330 #: includes/cli.php:123
331 msgid "Expirations: %1$s to %2$s."
332 msgstr ""
333
334 #: includes/cli.php:144
335 msgid "Too many args. \"sqlite-object-cache size 64\" sets it to 64MiB."
336 msgstr ""
337
338 #: includes/cli.php:184
339 msgid "Too many args. \"sqlite-object-cache samplerate 10\" samples ten percent."
340 msgstr ""
341
342 #: includes/cli.php:236
343 msgid "Too many args. \"sqlite-object-cache retain 4\" retains measuremewnts for 4 hours."
344 msgstr ""
345
346 #: includes/lib/class-sqlite-object-cache-statistics.php:171
347 msgid "RAM hit ratio"
348 msgstr ""
349
350 #: includes/lib/class-sqlite-object-cache-statistics.php:172
351 msgid "APCu hit ratio"
352 msgstr ""
353
354 #: includes/lib/class-sqlite-object-cache-statistics.php:173
355 msgid "SQLite hit ratio"
356 msgstr ""
357
358 #: includes/lib/class-sqlite-object-cache-statistics.php:174
359 msgid "SQlite lookups/request"
360 msgstr ""
361
362 #: includes/lib/class-sqlite-object-cache-statistics.php:175
363 msgid "SQlite saves/request"
364 msgstr ""
365
366 #: includes/lib/class-sqlite-object-cache-statistics.php:176
367 msgid "MySQL queries/request"
368 msgstr ""
369
370 #: includes/lib/class-sqlite-object-cache-statistics.php:177
371 msgid "Request durations (sec)"
372 msgstr ""
373
374 #: includes/lib/class-sqlite-object-cache-statistics.php:178
375 msgid "Peak RAM usage (MiB)"
376 msgstr ""
377
378 #: includes/lib/class-sqlite-object-cache-statistics.php:179
379 msgid "Initialization times"
380 msgstr ""
381
382 #: includes/lib/class-sqlite-object-cache-statistics.php:180
383 msgid "Get times"
384 msgstr ""
385
386 #: includes/lib/class-sqlite-object-cache-statistics.php:181
387 msgid "GetMult times"
388 msgstr ""
389
390 #: includes/lib/class-sqlite-object-cache-statistics.php:182
391 msgid "GetMult keys"
392 msgstr ""
393
394 #: includes/lib/class-sqlite-object-cache-statistics.php:183
395 msgid "Save times"
396 msgstr ""
397
398 #: includes/lib/class-sqlite-object-cache-statistics.php:184
399 msgid "Delete times"
400 msgstr ""
401
402 #: includes/lib/class-sqlite-object-cache-statistics.php:185
403 msgid "SQLite checkpoint times"
404 msgstr ""
405
406 #: includes/lib/class-sqlite-object-cache-statistics.php:186
407 msgid "APCu hit times"
408 msgstr ""
409
410 #: includes/lib/class-sqlite-object-cache-statistics.php:187
411 msgid "APCu miss times"
412 msgstr ""
413
414 #: includes/lib/class-sqlite-object-cache-statistics.php:188
415 msgid "APCu save times"
416 msgstr ""
417
418 #: includes/lib/class-sqlite-object-cache-statistics.php:189
419 msgid "SQLite hit times"
420 msgstr ""
421
422 #: includes/lib/class-sqlite-object-cache-statistics.php:374
423 msgid "Cache performance"
424 msgstr ""
425
426 #. translators: 1 start time 2 end time both in localized format
427 #: includes/lib/class-sqlite-object-cache-statistics.php:378
428 msgid "From %1$s to %2$s."
429 msgstr ""
430
431 #: includes/lib/class-sqlite-object-cache-statistics.php:379
432 msgid "Times in microseconds, request durations in seconds."
433 msgstr ""
434
435 #: includes/lib/class-sqlite-object-cache-statistics.php:422
436 msgid "Some statistics were not processed. Processing them all uses too much RAM."
437 msgstr ""
438
439 #: includes/lib/class-sqlite-object-cache-statistics.php:424
440 msgid "Try measuring a smaller random sample of requests."
441 msgstr ""
442
443 #: includes/lib/class-sqlite-object-cache-statistics.php:430
444 msgid "No cache performance statistics have been captured."
445 msgstr ""
446
447 #. translators: 1: a percentage
448 #: includes/lib/class-sqlite-object-cache-statistics.php:433
449 msgid "The plugin is capturing a random sample of %s%% of requests. It is possible no samples have yet been captured."
450 msgstr ""
451
452 #: includes/lib/class-sqlite-object-cache-statistics.php:437
453 msgid "Cache performance measurement is not enabled."
454 msgstr ""
455
456 #: includes/lib/class-sqlite-object-cache-statistics.php:438
457 msgid "You may enable it on the Settings tab."
458 msgstr ""
459
460 #: includes/lib/class-sqlite-object-cache-statistics.php:468
461 msgid "Most frequently looked up cache items"
462 msgstr ""
463
464 #: includes/lib/class-sqlite-object-cache-statistics.php:476
465 #: includes/lib/class-sqlite-object-cache-statistics.php:552
466 msgid "Cache Group"
467 msgstr ""
468
469 #: includes/lib/class-sqlite-object-cache-statistics.php:477
470 msgid "Cache Key"
471 msgstr ""
472
473 #: includes/lib/class-sqlite-object-cache-statistics.php:478
474 msgid "Count"
475 msgstr ""
476
477 #: includes/lib/class-sqlite-object-cache-statistics.php:509
478 msgid "Cache usage"
479 msgstr ""
480
481 #: includes/lib/class-sqlite-object-cache-statistics.php:537
482 msgid "Cannot load some or all cache items."
483 msgstr ""
484
485 #. translators: 1 start time 2 end time both in localized format
486 #: includes/lib/class-sqlite-object-cache-statistics.php:546
487 msgid "Expirations from %1$s to %2$s."
488 msgstr ""
489
490 #: includes/lib/class-sqlite-object-cache-statistics.php:547
491 msgid "Sizes in MiB."
492 msgstr ""
493
494 #: includes/lib/class-sqlite-object-cache-statistics.php:553
495 msgid "Items"
496 msgstr ""
497
498 #: includes/lib/class-sqlite-object-cache-statistics.php:554
499 msgid "Size"
500 msgstr ""
501
502 #: includes/lib/class-sqlite-object-cache-statistics.php:575
503 msgid "APCu RAM Usage"
504 msgstr ""
505
506 #: includes/lib/class-sqlite-object-cache-statistics.php:584
507 msgid "SQLite Disk Pages Used"
508 msgstr ""
509
510 #: includes/lib/class-sqlite-object-cache-statistics.php:593
511 msgid "SQLite Disk Pages Free"
512 msgstr ""
513
514 #: includes/lib/class-sqlite-object-cache-statistics.php:602
515 msgid "SQLite Memory mapped"
516 msgstr ""
517
518 #: includes/lib/class-sqlite-object-cache-statistics.php:622
519 msgid "All Groups"
520 msgstr ""
521
522 #: includes/lib/class-sqlite-object-cache-statistics.php:639
523 msgid "No cache items found."
524 msgstr ""
525