# 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.5\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-08-07T12:14:14-04:00\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "X-Generator: WP-CLI 2.8.1\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:518 msgid "The SQLite Object Cache temporarily failed. Please try again now." msgstr "" #. translators: 1: WP_CONTENT_DIR #: assets/drop-in/object-cache.php:793 msgid "The SQLite Object Cache cannot be activated because the %s directory is not writable." msgstr "" #: assets/drop-in/object-cache.php:801 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:391 #: includes/class-sqlite-object-cache-settings.php:395 msgid "Settings" msgstr "" #: includes/class-sqlite-object-cache-settings.php:100 #: includes/class-sqlite-object-cache-settings.php:558 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:109 msgid "This briefly puts your site into maintenance mode." msgstr "" #: includes/class-sqlite-object-cache-settings.php:116 msgid "Cached data size" msgstr "" #: includes/class-sqlite-object-cache-settings.php:117 msgid "MiB. When data in the cache grows larger than this, hourly cleanup removes the oldest entries." msgstr "" #: includes/class-sqlite-object-cache-settings.php:123 msgid "MiB." 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 old data) now." 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:155 msgid "hours." msgstr "" #: includes/class-sqlite-object-cache-settings.php:161 msgid "Hours to retain." msgstr "" #: includes/class-sqlite-object-cache-settings.php:167 #: includes/class-sqlite-object-cache-settings.php:397 #: includes/lib/class-sqlite-object-cache-statistics.php:534 msgid "Statistics" msgstr "" #: includes/class-sqlite-object-cache-settings.php:168 msgid "Reset Statistics" msgstr "" #: includes/class-sqlite-object-cache-settings.php:314 #: includes/class-sqlite-object-cache-settings.php:556 msgid "SQLite Persistent Object Cache" msgstr "" #: includes/class-sqlite-object-cache-settings.php:315 msgid "Object Cache" msgstr "" #: includes/class-sqlite-object-cache-settings.php:340 msgid "Server configuration problem" msgstr "" #: includes/class-sqlite-object-cache-settings.php:344 msgid "The SQLite Persistent Object Cache plugin requires php's SQLite3 extension." msgstr "" #: includes/class-sqlite-object-cache-settings.php:345 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:352 #: 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:493 msgid "For support please" msgstr "" #: includes/class-sqlite-object-cache-settings.php:494 #: includes/class-sqlite-object-cache-settings.php:496 msgid "click here" msgstr "" #: includes/class-sqlite-object-cache-settings.php:495 msgid "To rate this plugin please" msgstr "" #: includes/class-sqlite-object-cache-settings.php:497 msgid "Your feedback helps make it better, faster, and more useful" msgstr "" #: includes/class-sqlite-object-cache-settings.php:510 msgid "available" msgstr "" #: includes/class-sqlite-object-cache-settings.php:511 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:516 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:139 msgid "RAM hit ratio" msgstr "" #: includes/lib/class-sqlite-object-cache-statistics.php:140 msgid "Disk hit ratio" msgstr "" #: includes/lib/class-sqlite-object-cache-statistics.php:141 msgid "Disk lookups/request" msgstr "" #: includes/lib/class-sqlite-object-cache-statistics.php:142 msgid "Disk saves/request" msgstr "" #: includes/lib/class-sqlite-object-cache-statistics.php:143 msgid "MySQL queries/request" msgstr "" #: includes/lib/class-sqlite-object-cache-statistics.php:144 msgid "Peak RAM usage (MiB)" msgstr "" #: includes/lib/class-sqlite-object-cache-statistics.php:145 msgid "Initialization times" msgstr "" #: includes/lib/class-sqlite-object-cache-statistics.php:146 msgid "Get times" msgstr "" #: includes/lib/class-sqlite-object-cache-statistics.php:147 msgid "GetMult times" msgstr "" #: includes/lib/class-sqlite-object-cache-statistics.php:148 msgid "GetMult keys" msgstr "" #: includes/lib/class-sqlite-object-cache-statistics.php:149 msgid "Save times" msgstr "" #: includes/lib/class-sqlite-object-cache-statistics.php:150 msgid "Delete times" msgstr "" #: includes/lib/class-sqlite-object-cache-statistics.php:333 msgid "Cache performance" msgstr "" #. translators: 1 start time 2 end time both in localized format #: includes/lib/class-sqlite-object-cache-statistics.php:337 msgid "From %1$s to %2$s." msgstr "" #: includes/lib/class-sqlite-object-cache-statistics.php:338 msgid "Times in microseconds." msgstr "" #: includes/lib/class-sqlite-object-cache-statistics.php:361 msgid "Some statistics were not processed. Processing them all uses too much RAM." msgstr "" #: includes/lib/class-sqlite-object-cache-statistics.php:363 msgid "Try measuring a smaller random sample of requests." msgstr "" #: includes/lib/class-sqlite-object-cache-statistics.php:369 msgid "No cache performance statistics have been captured." msgstr "" #. translators: 1: a percentage #: includes/lib/class-sqlite-object-cache-statistics.php:372 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:376 msgid "Cache performance measurement is not enabled." msgstr "" #: includes/lib/class-sqlite-object-cache-statistics.php:377 msgid "You may enable it on the Settings tab." msgstr "" #: includes/lib/class-sqlite-object-cache-statistics.php:407 msgid "Most frequently looked up cache items" msgstr "" #: includes/lib/class-sqlite-object-cache-statistics.php:415 #: includes/lib/class-sqlite-object-cache-statistics.php:490 msgid "Cache Group" msgstr "" #: includes/lib/class-sqlite-object-cache-statistics.php:416 msgid "Cache Key" msgstr "" #: includes/lib/class-sqlite-object-cache-statistics.php:417 msgid "Count" msgstr "" #: includes/lib/class-sqlite-object-cache-statistics.php:448 msgid "Cache usage" msgstr "" #: includes/lib/class-sqlite-object-cache-statistics.php:475 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:484 msgid "Expirations from %1$s to %2$s." msgstr "" #: includes/lib/class-sqlite-object-cache-statistics.php:485 msgid "Sizes in MiB." msgstr "" #: includes/lib/class-sqlite-object-cache-statistics.php:491 msgid "Items" msgstr "" #: includes/lib/class-sqlite-object-cache-statistics.php:492 msgid "Size" msgstr "" #: includes/lib/class-sqlite-object-cache-statistics.php:506 msgid "SQLite Pages Used" msgstr "" #: includes/lib/class-sqlite-object-cache-statistics.php:515 msgid "SQLite Pages Free" msgstr "" #: includes/lib/class-sqlite-object-cache-statistics.php:524 msgid "Memory-mapped I/O" msgstr "" #: includes/lib/class-sqlite-object-cache-statistics.php:544 msgid "All Groups" msgstr "" #: includes/lib/class-sqlite-object-cache-statistics.php:561 msgid "No cache items found." msgstr ""