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

375 lines 10.3 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 # Copyright (C) 2023 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.3.5\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: 2023-08-07T12:14:14-04:00\n"
13 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
14 "X-Generator: WP-CLI 2.8.1\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:518
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:793
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:801
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:99
51 #: includes/class-sqlite-object-cache-settings.php:391
52 #: includes/class-sqlite-object-cache-settings.php:395
53 msgid "Settings"
54 msgstr ""
55
56 #: includes/class-sqlite-object-cache-settings.php:100
57 #: includes/class-sqlite-object-cache-settings.php:558
58 msgid "Save Settings"
59 msgstr ""
60
61 #: includes/class-sqlite-object-cache-settings.php:107
62 msgid "Flush now"
63 msgstr ""
64
65 #: includes/class-sqlite-object-cache-settings.php:108
66 msgid "Check to flush the cache (delete all its entries) now."
67 msgstr ""
68
69 #: includes/class-sqlite-object-cache-settings.php:109
70 msgid "This briefly puts your site into maintenance mode."
71 msgstr ""
72
73 #: includes/class-sqlite-object-cache-settings.php:116
74 msgid "Cached data size"
75 msgstr ""
76
77 #: includes/class-sqlite-object-cache-settings.php:117
78 msgid "MiB. When data in the cache grows larger than this, hourly cleanup removes the oldest entries."
79 msgstr ""
80
81 #: includes/class-sqlite-object-cache-settings.php:123
82 msgid "MiB."
83 msgstr ""
84
85 #: includes/class-sqlite-object-cache-settings.php:127
86 msgid "Clean up now"
87 msgstr ""
88
89 #: includes/class-sqlite-object-cache-settings.php:128
90 msgid "Check to clean up the cache (delete old data) now."
91 msgstr ""
92
93 #: includes/class-sqlite-object-cache-settings.php:135
94 msgid "Measure performance"
95 msgstr ""
96
97 #: includes/class-sqlite-object-cache-settings.php:136
98 msgid "Check to measure cache performance. "
99 msgstr ""
100
101 #: includes/class-sqlite-object-cache-settings.php:142
102 msgid "Measure"
103 msgstr ""
104
105 #: includes/class-sqlite-object-cache-settings.php:143
106 msgid "percent of requests, randomly sampled."
107 msgstr ""
108
109 #: includes/class-sqlite-object-cache-settings.php:150
110 msgid "Sampling percentage."
111 msgstr ""
112
113 #: includes/class-sqlite-object-cache-settings.php:154
114 msgid "Retain measurements for"
115 msgstr ""
116
117 #: includes/class-sqlite-object-cache-settings.php:155
118 msgid "hours."
119 msgstr ""
120
121 #: includes/class-sqlite-object-cache-settings.php:161
122 msgid "Hours to retain."
123 msgstr ""
124
125 #: includes/class-sqlite-object-cache-settings.php:167
126 #: includes/class-sqlite-object-cache-settings.php:397
127 #: includes/lib/class-sqlite-object-cache-statistics.php:534
128 msgid "Statistics"
129 msgstr ""
130
131 #: includes/class-sqlite-object-cache-settings.php:168
132 msgid "Reset Statistics"
133 msgstr ""
134
135 #: includes/class-sqlite-object-cache-settings.php:314
136 #: includes/class-sqlite-object-cache-settings.php:556
137 msgid "SQLite Persistent Object Cache"
138 msgstr ""
139
140 #: includes/class-sqlite-object-cache-settings.php:315
141 msgid "Object Cache"
142 msgstr ""
143
144 #: includes/class-sqlite-object-cache-settings.php:340
145 msgid "Server configuration problem"
146 msgstr ""
147
148 #: includes/class-sqlite-object-cache-settings.php:344
149 msgid "The SQLite Persistent Object Cache plugin requires php's SQLite3 extension."
150 msgstr ""
151
152 #: includes/class-sqlite-object-cache-settings.php:345
153 msgid "That extension is not installed in your server, so the plugin cannot work."
154 msgstr ""
155
156 #. translators: 1 actual SQLite version. 2 required SQLite version)
157 #: includes/class-sqlite-object-cache-settings.php:352
158 #: includes/class-sqlite-object-cache.php:258
159 msgid "You cannot use the SQLite Object Cache plugin. Your server only offers SQLite3 version %1$s, but at least %2$s is required."
160 msgstr ""
161
162 #: includes/class-sqlite-object-cache-settings.php:493
163 msgid "For support please"
164 msgstr ""
165
166 #: includes/class-sqlite-object-cache-settings.php:494
167 #: includes/class-sqlite-object-cache-settings.php:496
168 msgid "click here"
169 msgstr ""
170
171 #: includes/class-sqlite-object-cache-settings.php:495
172 msgid "To rate this plugin please"
173 msgstr ""
174
175 #: includes/class-sqlite-object-cache-settings.php:497
176 msgid "Your feedback helps make it better, faster, and more useful"
177 msgstr ""
178
179 #: includes/class-sqlite-object-cache-settings.php:510
180 msgid "available"
181 msgstr ""
182
183 #: includes/class-sqlite-object-cache-settings.php:511
184 msgid "unavailable"
185 msgstr ""
186
187 #. translators: 1: version for sqlite 2: version for php 3: version for plugin 4: status of igbinary
188 #: includes/class-sqlite-object-cache-settings.php:516
189 msgid "Versions: SQLite: %1$s php: %2$s Plugin: %3$s igbinary: %4$s."
190 msgstr ""
191
192 #: includes/class-sqlite-object-cache.php:251
193 msgid "You cannot use the SQLite Object Cache plugin. Your server does not have php's SQLite3 extension installed."
194 msgstr ""
195
196 #: includes/class-sqlite-object-cache.php:306
197 msgid "Could not initialize filesystem."
198 msgstr ""
199
200 #: includes/class-sqlite-object-cache.php:312
201 msgid "Object cache drop-in file doesn’t exist."
202 msgstr ""
203
204 #: includes/class-sqlite-object-cache.php:316
205 msgid "Test file exists, but couldn’t be deleted."
206 msgstr ""
207
208 #: includes/class-sqlite-object-cache.php:320
209 msgid "Content directory is not writable."
210 msgstr ""
211
212 #: includes/class-sqlite-object-cache.php:324
213 msgid "Failed to copy test file."
214 msgstr ""
215
216 #: includes/class-sqlite-object-cache.php:328
217 msgid "Copied test file doesn’t exist."
218 msgstr ""
219
220 #: includes/class-sqlite-object-cache.php:334
221 msgid "Couldn’t verify test file contents."
222 msgstr ""
223
224 #: includes/class-sqlite-object-cache.php:338
225 msgid "Copied test file couldn’t be deleted."
226 msgstr ""
227
228 #: includes/lib/class-sqlite-object-cache-statistics.php:139
229 msgid "RAM hit ratio"
230 msgstr ""
231
232 #: includes/lib/class-sqlite-object-cache-statistics.php:140
233 msgid "Disk hit ratio"
234 msgstr ""
235
236 #: includes/lib/class-sqlite-object-cache-statistics.php:141
237 msgid "Disk lookups/request"
238 msgstr ""
239
240 #: includes/lib/class-sqlite-object-cache-statistics.php:142
241 msgid "Disk saves/request"
242 msgstr ""
243
244 #: includes/lib/class-sqlite-object-cache-statistics.php:143
245 msgid "MySQL queries/request"
246 msgstr ""
247
248 #: includes/lib/class-sqlite-object-cache-statistics.php:144
249 msgid "Peak RAM usage (MiB)"
250 msgstr ""
251
252 #: includes/lib/class-sqlite-object-cache-statistics.php:145
253 msgid "Initialization times"
254 msgstr ""
255
256 #: includes/lib/class-sqlite-object-cache-statistics.php:146
257 msgid "Get times"
258 msgstr ""
259
260 #: includes/lib/class-sqlite-object-cache-statistics.php:147
261 msgid "GetMult times"
262 msgstr ""
263
264 #: includes/lib/class-sqlite-object-cache-statistics.php:148
265 msgid "GetMult keys"
266 msgstr ""
267
268 #: includes/lib/class-sqlite-object-cache-statistics.php:149
269 msgid "Save times"
270 msgstr ""
271
272 #: includes/lib/class-sqlite-object-cache-statistics.php:150
273 msgid "Delete times"
274 msgstr ""
275
276 #: includes/lib/class-sqlite-object-cache-statistics.php:333
277 msgid "Cache performance"
278 msgstr ""
279
280 #. translators: 1 start time 2 end time both in localized format
281 #: includes/lib/class-sqlite-object-cache-statistics.php:337
282 msgid "From %1$s to %2$s."
283 msgstr ""
284
285 #: includes/lib/class-sqlite-object-cache-statistics.php:338
286 msgid "Times in microseconds."
287 msgstr ""
288
289 #: includes/lib/class-sqlite-object-cache-statistics.php:361
290 msgid "Some statistics were not processed. Processing them all uses too much RAM."
291 msgstr ""
292
293 #: includes/lib/class-sqlite-object-cache-statistics.php:363
294 msgid "Try measuring a smaller random sample of requests."
295 msgstr ""
296
297 #: includes/lib/class-sqlite-object-cache-statistics.php:369
298 msgid "No cache performance statistics have been captured."
299 msgstr ""
300
301 #. translators: 1: a percentage
302 #: includes/lib/class-sqlite-object-cache-statistics.php:372
303 msgid "The plugin is capturing a random sample of %s%% of requests. It is possible no samples have yet been captured."
304 msgstr ""
305
306 #: includes/lib/class-sqlite-object-cache-statistics.php:376
307 msgid "Cache performance measurement is not enabled."
308 msgstr ""
309
310 #: includes/lib/class-sqlite-object-cache-statistics.php:377
311 msgid "You may enable it on the Settings tab."
312 msgstr ""
313
314 #: includes/lib/class-sqlite-object-cache-statistics.php:407
315 msgid "Most frequently looked up cache items"
316 msgstr ""
317
318 #: includes/lib/class-sqlite-object-cache-statistics.php:415
319 #: includes/lib/class-sqlite-object-cache-statistics.php:490
320 msgid "Cache Group"
321 msgstr ""
322
323 #: includes/lib/class-sqlite-object-cache-statistics.php:416
324 msgid "Cache Key"
325 msgstr ""
326
327 #: includes/lib/class-sqlite-object-cache-statistics.php:417
328 msgid "Count"
329 msgstr ""
330
331 #: includes/lib/class-sqlite-object-cache-statistics.php:448
332 msgid "Cache usage"
333 msgstr ""
334
335 #: includes/lib/class-sqlite-object-cache-statistics.php:475
336 msgid "Cannot load some or all cache items."
337 msgstr ""
338
339 #. translators: 1 start time 2 end time both in localized format
340 #: includes/lib/class-sqlite-object-cache-statistics.php:484
341 msgid "Expirations from %1$s to %2$s."
342 msgstr ""
343
344 #: includes/lib/class-sqlite-object-cache-statistics.php:485
345 msgid "Sizes in MiB."
346 msgstr ""
347
348 #: includes/lib/class-sqlite-object-cache-statistics.php:491
349 msgid "Items"
350 msgstr ""
351
352 #: includes/lib/class-sqlite-object-cache-statistics.php:492
353 msgid "Size"
354 msgstr ""
355
356 #: includes/lib/class-sqlite-object-cache-statistics.php:506
357 msgid "SQLite Pages Used"
358 msgstr ""
359
360 #: includes/lib/class-sqlite-object-cache-statistics.php:515
361 msgid "SQLite Pages Free"
362 msgstr ""
363
364 #: includes/lib/class-sqlite-object-cache-statistics.php:524
365 msgid "Memory-mapped I/O"
366 msgstr ""
367
368 #: includes/lib/class-sqlite-object-cache-statistics.php:544
369 msgid "All Groups"
370 msgstr ""
371
372 #: includes/lib/class-sqlite-object-cache-statistics.php:561
373 msgid "No cache items found."
374 msgstr ""
375