# sqlite-object-cache/1.3.1/languages/sqlite-object-cache.pot

SQLite Object Cache, version 1.3.1. 358 lines.

- Page: https://pluginprobe.com/plugins/sqlite-object-cache/1.3.1/code/languages/sqlite-object-cache.pot
- Raw: https://pluginprobe.com/plugins/sqlite-object-cache/1.3.1/raw/languages/sqlite-object-cache.pot
- Modified: 2023-05-08T13:30:40+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/sqlite-object-cache/1.3.1/code/languages/sqlite-object-cache.pot#L10-L20`.

```
# Copyright (C) 2023 Oliver Jones
# This file is distributed under the same license as the SQLite Object Cache plugin.
msgid ""
msgstr ""
"Project-Id-Version: SQLite Object Cache 1.3.1\n"
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/sqlite-object-cache\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"POT-Creation-Date: 2023-05-08T09:25:46-04:00\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"X-Generator: WP-CLI 2.6.0\n"
"X-Domain: sqlite-object-cache\n"

#. Plugin Name of the plugin
msgid "SQLite Object Cache"
msgstr ""

#. Plugin URI of the plugin
msgid "https://github.com/OllieJones/sqlite-object-cache"
msgstr ""

#. Description of the plugin
msgid "A persistent object cache backend powered by SQLite3."
msgstr ""

#. Author of the plugin
msgid "Oliver Jones"
msgstr ""

#. Author URI of the plugin
msgid "https://github.com/OllieJones/"
msgstr ""

#: assets/drop-in/object-cache.php:498
msgid "The SQLite Object Cache temporarily failed. Please try again now."
msgstr ""

#. translators: 1: WP_CONTENT_DIR
#: assets/drop-in/object-cache.php:768
msgid "The SQLite Object Cache cannot be activated because the %s directory is not writable."
msgstr ""

#: assets/drop-in/object-cache.php:776
msgid "The SQLite Object Cache cannot be activated because the SQLite3 extension is not loaded."
msgstr ""

#: includes/class-sqlite-object-cache-settings.php:99
#: includes/class-sqlite-object-cache-settings.php:383
#: includes/class-sqlite-object-cache-settings.php:387
msgid "Settings"
msgstr ""

#: includes/class-sqlite-object-cache-settings.php:100
#: includes/class-sqlite-object-cache-settings.php:550
msgid "Save Settings"
msgstr ""

#: includes/class-sqlite-object-cache-settings.php:107
msgid "Flush now"
msgstr ""

#: includes/class-sqlite-object-cache-settings.php:108
msgid "Check to flush the cache (delete all its entries) now."
msgstr ""

#: includes/class-sqlite-object-cache-settings.php:115
msgid "Cache Size"
msgstr ""

#: includes/class-sqlite-object-cache-settings.php:116
msgid "MiB. When the cache grows larger than this, hourly cleanup removes the oldest entries."
msgstr ""

#: includes/class-sqlite-object-cache-settings.php:122
msgid "MiB."
msgstr ""

#: includes/class-sqlite-object-cache-settings.php:126
msgid "Clean up now"
msgstr ""

#: includes/class-sqlite-object-cache-settings.php:127
msgid "Check to clean up the cache (delete old data) now."
msgstr ""

#: includes/class-sqlite-object-cache-settings.php:134
msgid "Measure performance"
msgstr ""

#: includes/class-sqlite-object-cache-settings.php:135
msgid "Check to measure cache performance. "
msgstr ""

#: includes/class-sqlite-object-cache-settings.php:141
msgid "Measure"
msgstr ""

#: includes/class-sqlite-object-cache-settings.php:142
msgid "percent of requests, randomly sampled."
msgstr ""

#: includes/class-sqlite-object-cache-settings.php:149
msgid "Sampling percentage."
msgstr ""

#: includes/class-sqlite-object-cache-settings.php:153
msgid "Retain measurements for"
msgstr ""

#: includes/class-sqlite-object-cache-settings.php:154
msgid "hours."
msgstr ""

#: includes/class-sqlite-object-cache-settings.php:160
msgid "Hours to retain."
msgstr ""

#: includes/class-sqlite-object-cache-settings.php:166
#: includes/class-sqlite-object-cache-settings.php:389
msgid "Statistics"
msgstr ""

#: includes/class-sqlite-object-cache-settings.php:167
msgid "Reset Statistics"
msgstr ""

#: includes/class-sqlite-object-cache-settings.php:306
#: includes/class-sqlite-object-cache-settings.php:548
msgid "SQLite Persistent Object Cache"
msgstr ""

#: includes/class-sqlite-object-cache-settings.php:307
msgid "Object Cache"
msgstr ""

#: includes/class-sqlite-object-cache-settings.php:332
msgid "Server configuration problem"
msgstr ""

#: includes/class-sqlite-object-cache-settings.php:336
msgid "The SQLite Persistent Object Cache plugin requires php's SQLite3 extension."
msgstr ""

#: includes/class-sqlite-object-cache-settings.php:337
msgid "That extension is not installed in your server, so the plugin cannot work."
msgstr ""

#. translators: 1 actual SQLite version. 2 required SQLite version)
#: includes/class-sqlite-object-cache-settings.php:344
#: includes/class-sqlite-object-cache.php:258
msgid "You cannot use the SQLite Object Cache plugin. Your server only offers SQLite3 version %1$s, but at least %2$s is required."
msgstr ""

#: includes/class-sqlite-object-cache-settings.php:485
msgid "For support please"
msgstr ""

#: includes/class-sqlite-object-cache-settings.php:486
#: includes/class-sqlite-object-cache-settings.php:488
msgid "click here"
msgstr ""

#: includes/class-sqlite-object-cache-settings.php:487
msgid "To rate this plugin please"
msgstr ""

#: includes/class-sqlite-object-cache-settings.php:489
msgid "Your feedback helps make it better, faster, and more useful"
msgstr ""

#: includes/class-sqlite-object-cache-settings.php:502
msgid "available"
msgstr ""

#: includes/class-sqlite-object-cache-settings.php:503
msgid "unavailable"
msgstr ""

#. translators: 1: version for sqlite   2: version for php  3: version for plugin  4: status of igbinary
#: includes/class-sqlite-object-cache-settings.php:508
msgid "Versions: SQLite: %1$s  php: %2$s  Plugin: %3$s  igbinary: %4$s."
msgstr ""

#: includes/class-sqlite-object-cache.php:251
msgid "You cannot use the SQLite Object Cache plugin. Your server does not have php's SQLite3 extension installed."
msgstr ""

#: includes/class-sqlite-object-cache.php:306
msgid "Could not initialize filesystem."
msgstr ""

#: includes/class-sqlite-object-cache.php:312
msgid "Object cache drop-in file doesn’t exist."
msgstr ""

#: includes/class-sqlite-object-cache.php:316
msgid "Test file exists, but couldn’t be deleted."
msgstr ""

#: includes/class-sqlite-object-cache.php:320
msgid "Content directory is not writable."
msgstr ""

#: includes/class-sqlite-object-cache.php:324
msgid "Failed to copy test file."
msgstr ""

#: includes/class-sqlite-object-cache.php:328
msgid "Copied test file doesn’t exist."
msgstr ""

#: includes/class-sqlite-object-cache.php:334
msgid "Couldn’t verify test file contents."
msgstr ""

#: includes/class-sqlite-object-cache.php:338
msgid "Copied test file couldn’t be deleted."
msgstr ""

#: includes/lib/class-sqlite-object-cache-statistics.php:136
msgid "RAM hit ratio"
msgstr ""

#: includes/lib/class-sqlite-object-cache-statistics.php:137
msgid "Disk hit ratio"
msgstr ""

#: includes/lib/class-sqlite-object-cache-statistics.php:138
msgid "Disk lookups/request"
msgstr ""

#: includes/lib/class-sqlite-object-cache-statistics.php:139
msgid "Disk saves/request"
msgstr ""

#: includes/lib/class-sqlite-object-cache-statistics.php:140
msgid "MySQL queries/request"
msgstr ""

#: includes/lib/class-sqlite-object-cache-statistics.php:141
msgid "Initialization times"
msgstr ""

#: includes/lib/class-sqlite-object-cache-statistics.php:142
msgid "Get times"
msgstr ""

#: includes/lib/class-sqlite-object-cache-statistics.php:143
msgid "GetMult times"
msgstr ""

#: includes/lib/class-sqlite-object-cache-statistics.php:144
msgid "GetMult keys"
msgstr ""

#: includes/lib/class-sqlite-object-cache-statistics.php:145
msgid "Save times"
msgstr ""

#: includes/lib/class-sqlite-object-cache-statistics.php:146
msgid "Delete times"
msgstr ""

#: includes/lib/class-sqlite-object-cache-statistics.php:329
msgid "Cache performance"
msgstr ""

#. translators:  1 start time   2 end time both in localized format
#: includes/lib/class-sqlite-object-cache-statistics.php:333
msgid "From %1$s to %2$s."
msgstr ""

#: includes/lib/class-sqlite-object-cache-statistics.php:334
msgid "Times in microseconds."
msgstr ""

#: includes/lib/class-sqlite-object-cache-statistics.php:357
msgid "Some statistics were not processed. Processing them all uses too much RAM."
msgstr ""

#: includes/lib/class-sqlite-object-cache-statistics.php:359
msgid "Try measuring a smaller random sample of requests."
msgstr ""

#: includes/lib/class-sqlite-object-cache-statistics.php:365
msgid "No cache performance statistics have been captured."
msgstr ""

#. translators: 1: a percentage
#: includes/lib/class-sqlite-object-cache-statistics.php:368
msgid "The plugin is capturing a random sample of %s%% of requests. It is possible no samples have yet been captured."
msgstr ""

#: includes/lib/class-sqlite-object-cache-statistics.php:372
msgid "Cache performance measurement is not enabled."
msgstr ""

#: includes/lib/class-sqlite-object-cache-statistics.php:373
msgid "You may enable it on the Settings tab."
msgstr ""

#: includes/lib/class-sqlite-object-cache-statistics.php:403
msgid "Most frequently looked up cache items"
msgstr ""

#: includes/lib/class-sqlite-object-cache-statistics.php:411
#: includes/lib/class-sqlite-object-cache-statistics.php:499
msgid "Cache Group"
msgstr ""

#: includes/lib/class-sqlite-object-cache-statistics.php:412
msgid "Cache Key"
msgstr ""

#: includes/lib/class-sqlite-object-cache-statistics.php:413
msgid "Count"
msgstr ""

#: includes/lib/class-sqlite-object-cache-statistics.php:457
msgid "Cache usage"
msgstr ""

#: includes/lib/class-sqlite-object-cache-statistics.php:484
msgid "Cannot load some or all cache items."
msgstr ""

#. translators:  1 start time   2 end time both in localized format
#: includes/lib/class-sqlite-object-cache-statistics.php:493
msgid "Expirations from %1$s to %2$s."
msgstr ""

#: includes/lib/class-sqlite-object-cache-statistics.php:494
msgid "Sizes in MiB."
msgstr ""

#: includes/lib/class-sqlite-object-cache-statistics.php:500
msgid "Items"
msgstr ""

#: includes/lib/class-sqlite-object-cache-statistics.php:501
msgid "Size"
msgstr ""

#: includes/lib/class-sqlite-object-cache-statistics.php:507
msgid "Cache File Size"
msgstr ""

#: includes/lib/class-sqlite-object-cache-statistics.php:515
msgid "All Groups"
msgstr ""

#: includes/lib/class-sqlite-object-cache-statistics.php:532
msgid "No cache items found."
msgstr ""

```
