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

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