# 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.2.0\n" "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/sqlite-object-cache\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "POT-Creation-Date: 2023-02-03T07:02:09-05: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:426 msgid "The SQLite Object Cache temporarily failed. Please try again now." msgstr "" #. translators: 1: WP_CONTENT_DIR #: assets/drop-in/object-cache.php:726 msgid "The SQLite Object Cache cannot be activated because the %s directory is not writable." msgstr "" #: assets/drop-in/object-cache.php:734 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:384 #: includes/class-sqlite-object-cache-settings.php:388 msgid "Settings" msgstr "" #: includes/class-sqlite-object-cache-settings.php:100 #: includes/class-sqlite-object-cache-settings.php:551 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)." msgstr "" #: includes/class-sqlite-object-cache-settings.php:115 msgid "Cached data expires after" msgstr "" #: includes/class-sqlite-object-cache-settings.php:116 #: includes/class-sqlite-object-cache-settings.php:155 msgid "hours." msgstr "" #: includes/class-sqlite-object-cache-settings.php:123 #: includes/class-sqlite-object-cache-settings.php:161 msgid "Hours to retain." msgstr "" #: includes/class-sqlite-object-cache-settings.php:127 msgid "Clean up now" msgstr "" #: includes/class-sqlite-object-cache-settings.php:128 msgid "Check to clean up the cache (delete expired data)." msgstr "" #: includes/class-sqlite-object-cache-settings.php:135 msgid "Measure performance" msgstr "" #: includes/class-sqlite-object-cache-settings.php:136 msgid "Check to measure cache performance. " msgstr "" #: includes/class-sqlite-object-cache-settings.php:142 msgid "Measure" msgstr "" #: includes/class-sqlite-object-cache-settings.php:143 msgid "percent of requests, randomly sampled." msgstr "" #: includes/class-sqlite-object-cache-settings.php:150 msgid "Sampling percentage." msgstr "" #: includes/class-sqlite-object-cache-settings.php:154 msgid "Retain measurements for" msgstr "" #: includes/class-sqlite-object-cache-settings.php:167 #: includes/class-sqlite-object-cache-settings.php:390 msgid "Statistics" msgstr "" #: includes/class-sqlite-object-cache-settings.php:168 msgid "Reset Statistics" msgstr "" #: includes/class-sqlite-object-cache-settings.php:307 #: includes/class-sqlite-object-cache-settings.php:549 msgid "SQLite Persistent Object Cache" msgstr "" #: includes/class-sqlite-object-cache-settings.php:308 msgid "Object Cache" msgstr "" #: includes/class-sqlite-object-cache-settings.php:333 msgid "Server configuration problem" msgstr "" #: includes/class-sqlite-object-cache-settings.php:337 msgid "The SQLite Persistent Object Cache plugin requires php's SQLite3 extension." msgstr "" #: includes/class-sqlite-object-cache-settings.php:338 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:345 #: includes/class-sqlite-object-cache.php:238 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:486 msgid "For support please" msgstr "" #: includes/class-sqlite-object-cache-settings.php:487 #: includes/class-sqlite-object-cache-settings.php:489 msgid "click here" msgstr "" #: includes/class-sqlite-object-cache-settings.php:488 msgid "To rate this plugin please" msgstr "" #: includes/class-sqlite-object-cache-settings.php:490 msgid "Your feedback helps make it better, faster, and more useful" msgstr "" #: includes/class-sqlite-object-cache-settings.php:503 msgid "available" msgstr "" #: includes/class-sqlite-object-cache-settings.php:504 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:509 msgid "Versions: SQLite: %1$s php: %2$s Plugin: %3$s igbinary: %4$s." msgstr "" #: includes/class-sqlite-object-cache.php:231 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:286 msgid "Could not initialize filesystem." msgstr "" #: includes/class-sqlite-object-cache.php:292 msgid "Object cache drop-in file doesn’t exist." msgstr "" #: includes/class-sqlite-object-cache.php:296 msgid "Test file exists, but couldn’t be deleted." msgstr "" #: includes/class-sqlite-object-cache.php:300 msgid "Content directory is not writable." msgstr "" #: includes/class-sqlite-object-cache.php:304 msgid "Failed to copy test file." msgstr "" #: includes/class-sqlite-object-cache.php:308 msgid "Copied test file doesn’t exist." msgstr "" #: includes/class-sqlite-object-cache.php:314 msgid "Couldn’t verify test file contents." msgstr "" #: includes/class-sqlite-object-cache.php:318 msgid "Copied test file couldn’t be deleted." msgstr "" #: includes/lib/class-sqlite-object-cache-statistics.php:116 msgid "RAM hit ratio" msgstr "" #: includes/lib/class-sqlite-object-cache-statistics.php:117 msgid "Disk hit ratio" msgstr "" #: includes/lib/class-sqlite-object-cache-statistics.php:118 msgid "Disk lookups/request" msgstr "" #: includes/lib/class-sqlite-object-cache-statistics.php:119 msgid "Disk saves/request" msgstr "" #: includes/lib/class-sqlite-object-cache-statistics.php:120 msgid "MySQL queries/request" msgstr "" #: includes/lib/class-sqlite-object-cache-statistics.php:121 msgid "Initialization times" msgstr "" #: includes/lib/class-sqlite-object-cache-statistics.php:122 msgid "Lookup times" msgstr "" #: includes/lib/class-sqlite-object-cache-statistics.php:123 msgid "Save times" msgstr "" #: includes/lib/class-sqlite-object-cache-statistics.php:124 msgid "Delete times" msgstr "" #: includes/lib/class-sqlite-object-cache-statistics.php:305 msgid "Cache performance" msgstr "" #. translators: 1 start time 2 end time both in localized format #: includes/lib/class-sqlite-object-cache-statistics.php:309 msgid "From %1$s to %2$s." msgstr "" #: includes/lib/class-sqlite-object-cache-statistics.php:310 msgid "Times in microseconds." msgstr "" #: includes/lib/class-sqlite-object-cache-statistics.php:333 msgid "No cache performance statistics have been captured." msgstr "" #. translators: 1: a percentage #: includes/lib/class-sqlite-object-cache-statistics.php:336 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:340 msgid "Cache performance measurement is not enabled." msgstr "" #: includes/lib/class-sqlite-object-cache-statistics.php:341 msgid "You may enable it on the Settings tab." msgstr "" #: includes/lib/class-sqlite-object-cache-statistics.php:371 msgid "Most frequently looked up cache items" msgstr "" #: includes/lib/class-sqlite-object-cache-statistics.php:379 #: includes/lib/class-sqlite-object-cache-statistics.php:467 msgid "Cache Group" msgstr "" #: includes/lib/class-sqlite-object-cache-statistics.php:380 msgid "Cache Key" msgstr "" #: includes/lib/class-sqlite-object-cache-statistics.php:381 msgid "Count" msgstr "" #: includes/lib/class-sqlite-object-cache-statistics.php:426 msgid "Cache usage" msgstr "" #: includes/lib/class-sqlite-object-cache-statistics.php:452 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:461 msgid "Expirations from %1$s to %2$s." msgstr "" #: includes/lib/class-sqlite-object-cache-statistics.php:462 msgid "Sizes in MiB." msgstr "" #: includes/lib/class-sqlite-object-cache-statistics.php:468 msgid "Items" msgstr "" #: includes/lib/class-sqlite-object-cache-statistics.php:469 msgid "Size" msgstr "" #: includes/lib/class-sqlite-object-cache-statistics.php:475 msgid "Cache File Size" msgstr "" #: includes/lib/class-sqlite-object-cache-statistics.php:483 msgid "All Groups" msgstr "" #: includes/lib/class-sqlite-object-cache-statistics.php:500 msgid "No cache items found." msgstr ""