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

336 lines 9.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.2.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-02-03T07:02:09-05: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:426
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:726
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:734
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:384
52 #: includes/class-sqlite-object-cache-settings.php:388
53 msgid "Settings"
54 msgstr ""
55
56 #: includes/class-sqlite-object-cache-settings.php:100
57 #: includes/class-sqlite-object-cache-settings.php:551
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)."
67 msgstr ""
68
69 #: includes/class-sqlite-object-cache-settings.php:115
70 msgid "Cached data expires after"
71 msgstr ""
72
73 #: includes/class-sqlite-object-cache-settings.php:116
74 #: includes/class-sqlite-object-cache-settings.php:155
75 msgid "hours."
76 msgstr ""
77
78 #: includes/class-sqlite-object-cache-settings.php:123
79 #: includes/class-sqlite-object-cache-settings.php:161
80 msgid "Hours to retain."
81 msgstr ""
82
83 #: includes/class-sqlite-object-cache-settings.php:127
84 msgid "Clean up now"
85 msgstr ""
86
87 #: includes/class-sqlite-object-cache-settings.php:128
88 msgid "Check to clean up the cache (delete expired data)."
89 msgstr ""
90
91 #: includes/class-sqlite-object-cache-settings.php:135
92 msgid "Measure performance"
93 msgstr ""
94
95 #: includes/class-sqlite-object-cache-settings.php:136
96 msgid "Check to measure cache performance. "
97 msgstr ""
98
99 #: includes/class-sqlite-object-cache-settings.php:142
100 msgid "Measure"
101 msgstr ""
102
103 #: includes/class-sqlite-object-cache-settings.php:143
104 msgid "percent of requests, randomly sampled."
105 msgstr ""
106
107 #: includes/class-sqlite-object-cache-settings.php:150
108 msgid "Sampling percentage."
109 msgstr ""
110
111 #: includes/class-sqlite-object-cache-settings.php:154
112 msgid "Retain measurements for"
113 msgstr ""
114
115 #: includes/class-sqlite-object-cache-settings.php:167
116 #: includes/class-sqlite-object-cache-settings.php:390
117 msgid "Statistics"
118 msgstr ""
119
120 #: includes/class-sqlite-object-cache-settings.php:168
121 msgid "Reset Statistics"
122 msgstr ""
123
124 #: includes/class-sqlite-object-cache-settings.php:307
125 #: includes/class-sqlite-object-cache-settings.php:549
126 msgid "SQLite Persistent Object Cache"
127 msgstr ""
128
129 #: includes/class-sqlite-object-cache-settings.php:308
130 msgid "Object Cache"
131 msgstr ""
132
133 #: includes/class-sqlite-object-cache-settings.php:333
134 msgid "Server configuration problem"
135 msgstr ""
136
137 #: includes/class-sqlite-object-cache-settings.php:337
138 msgid "The SQLite Persistent Object Cache plugin requires php's SQLite3 extension."
139 msgstr ""
140
141 #: includes/class-sqlite-object-cache-settings.php:338
142 msgid "That extension is not installed in your server, so the plugin cannot work."
143 msgstr ""
144
145 #. translators: 1 actual SQLite version. 2 required SQLite version)
146 #: includes/class-sqlite-object-cache-settings.php:345
147 #: includes/class-sqlite-object-cache.php:238
148 msgid "You cannot use the SQLite Object Cache plugin. Your server only offers SQLite3 version %1$s, but at least %2$s is required."
149 msgstr ""
150
151 #: includes/class-sqlite-object-cache-settings.php:486
152 msgid "For support please"
153 msgstr ""
154
155 #: includes/class-sqlite-object-cache-settings.php:487
156 #: includes/class-sqlite-object-cache-settings.php:489
157 msgid "click here"
158 msgstr ""
159
160 #: includes/class-sqlite-object-cache-settings.php:488
161 msgid "To rate this plugin please"
162 msgstr ""
163
164 #: includes/class-sqlite-object-cache-settings.php:490
165 msgid "Your feedback helps make it better, faster, and more useful"
166 msgstr ""
167
168 #: includes/class-sqlite-object-cache-settings.php:503
169 msgid "available"
170 msgstr ""
171
172 #: includes/class-sqlite-object-cache-settings.php:504
173 msgid "unavailable"
174 msgstr ""
175
176 #. translators: 1: version for sqlite 2: version for php 3: version for plugin 4: status of igbinary
177 #: includes/class-sqlite-object-cache-settings.php:509
178 msgid "Versions: SQLite: %1$s php: %2$s Plugin: %3$s igbinary: %4$s."
179 msgstr ""
180
181 #: includes/class-sqlite-object-cache.php:231
182 msgid "You cannot use the SQLite Object Cache plugin. Your server does not have php's SQLite3 extension installed."
183 msgstr ""
184
185 #: includes/class-sqlite-object-cache.php:286
186 msgid "Could not initialize filesystem."
187 msgstr ""
188
189 #: includes/class-sqlite-object-cache.php:292
190 msgid "Object cache drop-in file doesn’t exist."
191 msgstr ""
192
193 #: includes/class-sqlite-object-cache.php:296
194 msgid "Test file exists, but couldn’t be deleted."
195 msgstr ""
196
197 #: includes/class-sqlite-object-cache.php:300
198 msgid "Content directory is not writable."
199 msgstr ""
200
201 #: includes/class-sqlite-object-cache.php:304
202 msgid "Failed to copy test file."
203 msgstr ""
204
205 #: includes/class-sqlite-object-cache.php:308
206 msgid "Copied test file doesn’t exist."
207 msgstr ""
208
209 #: includes/class-sqlite-object-cache.php:314
210 msgid "Couldn’t verify test file contents."
211 msgstr ""
212
213 #: includes/class-sqlite-object-cache.php:318
214 msgid "Copied test file couldn’t be deleted."
215 msgstr ""
216
217 #: includes/lib/class-sqlite-object-cache-statistics.php:116
218 msgid "RAM hit ratio"
219 msgstr ""
220
221 #: includes/lib/class-sqlite-object-cache-statistics.php:117
222 msgid "Disk hit ratio"
223 msgstr ""
224
225 #: includes/lib/class-sqlite-object-cache-statistics.php:118
226 msgid "Disk lookups/request"
227 msgstr ""
228
229 #: includes/lib/class-sqlite-object-cache-statistics.php:119
230 msgid "Disk saves/request"
231 msgstr ""
232
233 #: includes/lib/class-sqlite-object-cache-statistics.php:120
234 msgid "MySQL queries/request"
235 msgstr ""
236
237 #: includes/lib/class-sqlite-object-cache-statistics.php:121
238 msgid "Initialization times"
239 msgstr ""
240
241 #: includes/lib/class-sqlite-object-cache-statistics.php:122
242 msgid "Lookup times"
243 msgstr ""
244
245 #: includes/lib/class-sqlite-object-cache-statistics.php:123
246 msgid "Save times"
247 msgstr ""
248
249 #: includes/lib/class-sqlite-object-cache-statistics.php:124
250 msgid "Delete times"
251 msgstr ""
252
253 #: includes/lib/class-sqlite-object-cache-statistics.php:305
254 msgid "Cache performance"
255 msgstr ""
256
257 #. translators: 1 start time 2 end time both in localized format
258 #: includes/lib/class-sqlite-object-cache-statistics.php:309
259 msgid "From %1$s to %2$s."
260 msgstr ""
261
262 #: includes/lib/class-sqlite-object-cache-statistics.php:310
263 msgid "Times in microseconds."
264 msgstr ""
265
266 #: includes/lib/class-sqlite-object-cache-statistics.php:333
267 msgid "No cache performance statistics have been captured."
268 msgstr ""
269
270 #. translators: 1: a percentage
271 #: includes/lib/class-sqlite-object-cache-statistics.php:336
272 msgid "The plugin is capturing a random sample of %s%% of requests. It is possible no samples have yet been captured."
273 msgstr ""
274
275 #: includes/lib/class-sqlite-object-cache-statistics.php:340
276 msgid "Cache performance measurement is not enabled."
277 msgstr ""
278
279 #: includes/lib/class-sqlite-object-cache-statistics.php:341
280 msgid "You may enable it on the Settings tab."
281 msgstr ""
282
283 #: includes/lib/class-sqlite-object-cache-statistics.php:371
284 msgid "Most frequently looked up cache items"
285 msgstr ""
286
287 #: includes/lib/class-sqlite-object-cache-statistics.php:379
288 #: includes/lib/class-sqlite-object-cache-statistics.php:467
289 msgid "Cache Group"
290 msgstr ""
291
292 #: includes/lib/class-sqlite-object-cache-statistics.php:380
293 msgid "Cache Key"
294 msgstr ""
295
296 #: includes/lib/class-sqlite-object-cache-statistics.php:381
297 msgid "Count"
298 msgstr ""
299
300 #: includes/lib/class-sqlite-object-cache-statistics.php:426
301 msgid "Cache usage"
302 msgstr ""
303
304 #: includes/lib/class-sqlite-object-cache-statistics.php:452
305 msgid "Cannot load some or all cache items."
306 msgstr ""
307
308 #. translators: 1 start time 2 end time both in localized format
309 #: includes/lib/class-sqlite-object-cache-statistics.php:461
310 msgid "Expirations from %1$s to %2$s."
311 msgstr ""
312
313 #: includes/lib/class-sqlite-object-cache-statistics.php:462
314 msgid "Sizes in MiB."
315 msgstr ""
316
317 #: includes/lib/class-sqlite-object-cache-statistics.php:468
318 msgid "Items"
319 msgstr ""
320
321 #: includes/lib/class-sqlite-object-cache-statistics.php:469
322 msgid "Size"
323 msgstr ""
324
325 #: includes/lib/class-sqlite-object-cache-statistics.php:475
326 msgid "Cache File Size"
327 msgstr ""
328
329 #: includes/lib/class-sqlite-object-cache-statistics.php:483
330 msgid "All Groups"
331 msgstr ""
332
333 #: includes/lib/class-sqlite-object-cache-statistics.php:500
334 msgid "No cache items found."
335 msgstr ""
336