| 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.1.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-01-20T06:31:16-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 |
#. translators: 1: WP_CONTENT_DIR |
| 38 |
#: assets/drop-in/object-cache.php:720 |
| 39 |
msgid "The SQLite Object Cache cannot be activated because the %s directory is not writable." |
| 40 |
msgstr "" |
| 41 |
|
| 42 |
#: assets/drop-in/object-cache.php:724 |
| 43 |
msgid "The SQLite Object Cache cannot be activated because the SQLite3 extension is not loaded." |
| 44 |
msgstr "" |
| 45 |
|
| 46 |
#: includes/class-sqlite-object-cache-settings.php:99 |
| 47 |
#: includes/class-sqlite-object-cache-settings.php:384 |
| 48 |
#: includes/class-sqlite-object-cache-settings.php:388 |
| 49 |
msgid "Settings" |
| 50 |
msgstr "" |
| 51 |
|
| 52 |
#: includes/class-sqlite-object-cache-settings.php:100 |
| 53 |
#: includes/class-sqlite-object-cache-settings.php:550 |
| 54 |
msgid "Save Settings" |
| 55 |
msgstr "" |
| 56 |
|
| 57 |
#: includes/class-sqlite-object-cache-settings.php:107 |
| 58 |
msgid "Flush now" |
| 59 |
msgstr "" |
| 60 |
|
| 61 |
#: includes/class-sqlite-object-cache-settings.php:108 |
| 62 |
msgid "Check to flush the cache (delete all its entries)." |
| 63 |
msgstr "" |
| 64 |
|
| 65 |
#: includes/class-sqlite-object-cache-settings.php:115 |
| 66 |
msgid "Cached data expires after" |
| 67 |
msgstr "" |
| 68 |
|
| 69 |
#: includes/class-sqlite-object-cache-settings.php:116 |
| 70 |
#: includes/class-sqlite-object-cache-settings.php:155 |
| 71 |
msgid "hours." |
| 72 |
msgstr "" |
| 73 |
|
| 74 |
#: includes/class-sqlite-object-cache-settings.php:123 |
| 75 |
#: includes/class-sqlite-object-cache-settings.php:161 |
| 76 |
msgid "Hours to retain." |
| 77 |
msgstr "" |
| 78 |
|
| 79 |
#: includes/class-sqlite-object-cache-settings.php:127 |
| 80 |
msgid "Clean up now" |
| 81 |
msgstr "" |
| 82 |
|
| 83 |
#: includes/class-sqlite-object-cache-settings.php:128 |
| 84 |
msgid "Check to clean up the cache (delete expired data)." |
| 85 |
msgstr "" |
| 86 |
|
| 87 |
#: includes/class-sqlite-object-cache-settings.php:135 |
| 88 |
msgid "Measure performance" |
| 89 |
msgstr "" |
| 90 |
|
| 91 |
#: includes/class-sqlite-object-cache-settings.php:136 |
| 92 |
msgid "Check to measure cache performance. " |
| 93 |
msgstr "" |
| 94 |
|
| 95 |
#: includes/class-sqlite-object-cache-settings.php:142 |
| 96 |
msgid "Measure" |
| 97 |
msgstr "" |
| 98 |
|
| 99 |
#: includes/class-sqlite-object-cache-settings.php:143 |
| 100 |
msgid "percent of requests, randomly sampled." |
| 101 |
msgstr "" |
| 102 |
|
| 103 |
#: includes/class-sqlite-object-cache-settings.php:150 |
| 104 |
msgid "Sampling percentage." |
| 105 |
msgstr "" |
| 106 |
|
| 107 |
#: includes/class-sqlite-object-cache-settings.php:154 |
| 108 |
msgid "Retain measurements for" |
| 109 |
msgstr "" |
| 110 |
|
| 111 |
#: includes/class-sqlite-object-cache-settings.php:167 |
| 112 |
#: includes/class-sqlite-object-cache-settings.php:390 |
| 113 |
msgid "Statistics" |
| 114 |
msgstr "" |
| 115 |
|
| 116 |
#: includes/class-sqlite-object-cache-settings.php:168 |
| 117 |
msgid "Reset Statistics" |
| 118 |
msgstr "" |
| 119 |
|
| 120 |
#: includes/class-sqlite-object-cache-settings.php:307 |
| 121 |
#: includes/class-sqlite-object-cache-settings.php:548 |
| 122 |
msgid "SQLite Persistent Object Cache" |
| 123 |
msgstr "" |
| 124 |
|
| 125 |
#: includes/class-sqlite-object-cache-settings.php:308 |
| 126 |
msgid "Object Cache" |
| 127 |
msgstr "" |
| 128 |
|
| 129 |
#: includes/class-sqlite-object-cache-settings.php:333 |
| 130 |
msgid "Server configuration problem" |
| 131 |
msgstr "" |
| 132 |
|
| 133 |
#: includes/class-sqlite-object-cache-settings.php:337 |
| 134 |
msgid "The SQLite Persistent Object Cache plugin requires php's SQLite3 extension." |
| 135 |
msgstr "" |
| 136 |
|
| 137 |
#: includes/class-sqlite-object-cache-settings.php:338 |
| 138 |
msgid "That extension is not installed in your server, so the plugin cannot work." |
| 139 |
msgstr "" |
| 140 |
|
| 141 |
#. translators: 1 actual SQLite version. 2 required SQLite version) |
| 142 |
#: includes/class-sqlite-object-cache-settings.php:345 |
| 143 |
#: includes/class-sqlite-object-cache.php:233 |
| 144 |
msgid "You cannot use the SQLite Object Cache plugin. Your server only offers SQLite3 version %1$s, but at least %2$s is required." |
| 145 |
msgstr "" |
| 146 |
|
| 147 |
#: includes/class-sqlite-object-cache-settings.php:486 |
| 148 |
msgid "For support please" |
| 149 |
msgstr "" |
| 150 |
|
| 151 |
#: includes/class-sqlite-object-cache-settings.php:487 |
| 152 |
#: includes/class-sqlite-object-cache-settings.php:489 |
| 153 |
msgid "click here" |
| 154 |
msgstr "" |
| 155 |
|
| 156 |
#: includes/class-sqlite-object-cache-settings.php:488 |
| 157 |
msgid "To rate this plugin please" |
| 158 |
msgstr "" |
| 159 |
|
| 160 |
#: includes/class-sqlite-object-cache-settings.php:490 |
| 161 |
msgid "Your feedback helps make it better, faster, and more useful" |
| 162 |
msgstr "" |
| 163 |
|
| 164 |
#: includes/class-sqlite-object-cache-settings.php:503 |
| 165 |
msgid "available" |
| 166 |
msgstr "" |
| 167 |
|
| 168 |
#: includes/class-sqlite-object-cache-settings.php:504 |
| 169 |
msgid "unavailable" |
| 170 |
msgstr "" |
| 171 |
|
| 172 |
#. translators: 1: version for sqlite 2: version for php 3: version for plugin 4: status of igbinary |
| 173 |
#: includes/class-sqlite-object-cache-settings.php:509 |
| 174 |
msgid "Versions: SQLite: %1$s php: %2$s Plugin: %3$s igbinary: %4$s." |
| 175 |
msgstr "" |
| 176 |
|
| 177 |
#: includes/class-sqlite-object-cache.php:226 |
| 178 |
msgid "You cannot use the SQLite Object Cache plugin. Your server does not have php's SQLite3 extension installed." |
| 179 |
msgstr "" |
| 180 |
|
| 181 |
#: includes/class-sqlite-object-cache.php:278 |
| 182 |
msgid "Could not initialize filesystem." |
| 183 |
msgstr "" |
| 184 |
|
| 185 |
#: includes/class-sqlite-object-cache.php:284 |
| 186 |
msgid "Object cache drop-in file doesn’t exist." |
| 187 |
msgstr "" |
| 188 |
|
| 189 |
#: includes/class-sqlite-object-cache.php:288 |
| 190 |
msgid "Test file exists, but couldn’t be deleted." |
| 191 |
msgstr "" |
| 192 |
|
| 193 |
#: includes/class-sqlite-object-cache.php:292 |
| 194 |
msgid "Content directory is not writable." |
| 195 |
msgstr "" |
| 196 |
|
| 197 |
#: includes/class-sqlite-object-cache.php:296 |
| 198 |
msgid "Failed to copy test file." |
| 199 |
msgstr "" |
| 200 |
|
| 201 |
#: includes/class-sqlite-object-cache.php:300 |
| 202 |
msgid "Copied test file doesn’t exist." |
| 203 |
msgstr "" |
| 204 |
|
| 205 |
#: includes/class-sqlite-object-cache.php:306 |
| 206 |
msgid "Couldn’t verify test file contents." |
| 207 |
msgstr "" |
| 208 |
|
| 209 |
#: includes/class-sqlite-object-cache.php:310 |
| 210 |
msgid "Copied test file couldn’t be deleted." |
| 211 |
msgstr "" |
| 212 |
|
| 213 |
#: includes/lib/class-sqlite-object-cache-statistics.php:104 |
| 214 |
msgid "RAM hit ratio" |
| 215 |
msgstr "" |
| 216 |
|
| 217 |
#: includes/lib/class-sqlite-object-cache-statistics.php:105 |
| 218 |
msgid "Disk hit ratio" |
| 219 |
msgstr "" |
| 220 |
|
| 221 |
#: includes/lib/class-sqlite-object-cache-statistics.php:106 |
| 222 |
msgid "Disk lookups/request" |
| 223 |
msgstr "" |
| 224 |
|
| 225 |
#: includes/lib/class-sqlite-object-cache-statistics.php:107 |
| 226 |
msgid "Disk saves/request" |
| 227 |
msgstr "" |
| 228 |
|
| 229 |
#: includes/lib/class-sqlite-object-cache-statistics.php:108 |
| 230 |
msgid "MySQL queries/request" |
| 231 |
msgstr "" |
| 232 |
|
| 233 |
#: includes/lib/class-sqlite-object-cache-statistics.php:109 |
| 234 |
msgid "Initialization times" |
| 235 |
msgstr "" |
| 236 |
|
| 237 |
#: includes/lib/class-sqlite-object-cache-statistics.php:110 |
| 238 |
msgid "Lookup times" |
| 239 |
msgstr "" |
| 240 |
|
| 241 |
#: includes/lib/class-sqlite-object-cache-statistics.php:111 |
| 242 |
msgid "Save times" |
| 243 |
msgstr "" |
| 244 |
|
| 245 |
#: includes/lib/class-sqlite-object-cache-statistics.php:112 |
| 246 |
msgid "Delete times" |
| 247 |
msgstr "" |
| 248 |
|
| 249 |
#: includes/lib/class-sqlite-object-cache-statistics.php:279 |
| 250 |
msgid "Cache performance statistics" |
| 251 |
msgstr "" |
| 252 |
|
| 253 |
#. translators: 1 start time 2 end time both in localized format |
| 254 |
#: includes/lib/class-sqlite-object-cache-statistics.php:283 |
| 255 |
msgid "From %1$s to %2$s." |
| 256 |
msgstr "" |
| 257 |
|
| 258 |
#: includes/lib/class-sqlite-object-cache-statistics.php:284 |
| 259 |
msgid "Times in microseconds." |
| 260 |
msgstr "" |
| 261 |
|
| 262 |
#: includes/lib/class-sqlite-object-cache-statistics.php:306 |
| 263 |
msgid "No cache statistics recorded yet." |
| 264 |
msgstr "" |
| 265 |
|
| 266 |
#: includes/lib/class-sqlite-object-cache-statistics.php:335 |
| 267 |
msgid "Most frequently looked up cache items" |
| 268 |
msgstr "" |
| 269 |
|
| 270 |
#: includes/lib/class-sqlite-object-cache-statistics.php:343 |
| 271 |
msgid "Cache Group" |
| 272 |
msgstr "" |
| 273 |
|
| 274 |
#: includes/lib/class-sqlite-object-cache-statistics.php:344 |
| 275 |
msgid "Cache Key" |
| 276 |
msgstr "" |
| 277 |
|
| 278 |
#: includes/lib/class-sqlite-object-cache-statistics.php:345 |
| 279 |
msgid "Count" |
| 280 |
msgstr "" |
| 281 |
|