# Translation of Plugins - Cache Enabler - Development (trunk) in Tagalog
# This file is distributed under the same license as the Plugins - Cache Enabler - Development (trunk) package.
msgid ""
msgstr ""
"PO-Revision-Date: +0000\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: GlotPress/4.0.3\n"
"Language: tl_PH\n"
"Project-Id-Version: Plugins - Cache Enabler - Development (trunk)\n"

#. translators: 1. Cache Enabler 2. /path/to/wp-content/cache 3. 755 4. file
#. permissions
#: inc/cache_enabler.class.php:2380
msgid "%1$s requires the directory %2$s to exist and be writable (mode %3$s, for example). Please create it and/or change its %4$s."
msgstr ""

#: inc/cache_enabler.class.php:2679
msgid "Create a cached version pre-compressed with Gzip."
msgstr ""

#: inc/cache_enabler.class.php:2679
msgid "Create a cached version pre-compressed with Brotli or Gzip."
msgstr ""

#: inc/cache_enabler.class.php:2672
msgid "Create a cached version for mobile devices."
msgstr ""

#. translators: %s: Optimus
#: inc/cache_enabler.class.php:2662
msgid "Create a cached version for WebP support. Convert your images to WebP with %s."
msgstr ""

#: inc/cache_enabler.class.php:2656
msgid "Versions"
msgstr ""

#: inc/cache_enabler.class.php:2644
msgid "Clear the site cache if a user has been added, updated, or deleted (instead of the user cache)."
msgstr ""

#: inc/cache_enabler.class.php:2637
msgid "Clear the site cache if a term has been added, updated, or deleted (instead of the term cache)."
msgstr ""

#. translators: 1. Cache Enabler 2. /path/to/index.php 3.
#. CACHE_ENABLER_INDEX_FILE 4. wp-config.php
#: inc/cache_enabler.class.php:2335
msgid "%1$s was unable to find the WordPress installation directory index file at %2$s. Please define the %3$s constant in your %4$s file as the full path to the location of this file."
msgstr ""

#. translators: 1. Cache Enabler 2. advanced-cache.php 3.
#. /path/to/wp-content/plugins/cache-enabler 4. /path/to/wp-content
#: inc/cache_enabler.class.php:2320
msgid "%1$s was unable to create the required %2$s drop-in file. You can manually create it by locating the sample file in the %3$s directory, editing it as needed, and then saving it in the %4$s directory."
msgstr ""

#: inc/cache_enabler.class.php:1178
msgid "Documentation"
msgstr ""

#: inc/cache_enabler.class.php:2630
msgid "Clear the site cache if a comment has been posted, updated, spammed, or trashed (instead of the comment cache)."
msgstr ""

#. translators: 1. Cache Enabler 2. define( 'WP_CACHE', true ); 3.
#. wp-config.php 4. require_once ABSPATH . 'wp-settings.php';
#: inc/cache_enabler.class.php:2573
msgid "%1$s requires %2$s to be set. Please set this in the %3$s file (must be before %4$s)."
msgstr ""

#. translators: 1. Cache Enabler 2. Permalink Settings
#: inc/cache_enabler.class.php:2350
msgid "%1$s requires a custom permalink structure. Please enable a custom structure in the %2$s."
msgstr ""

#. translators: 1. Cache Enabler 2. WordPress version (e.g. 5.1)
#: inc/cache_enabler.class.php:2307
msgid "%1$s requires WordPress %2$s or higher to function properly. Please update WordPress or disable the plugin."
msgstr ""

#. translators: 1. Cache Enabler 2. PHP version (e.g. 5.6)
#: inc/cache_enabler.class.php:2294
msgid "%1$s requires PHP %2$s or higher to function properly. Please update PHP or disable the plugin."
msgstr ""

#: inc/cache_enabler.class.php:1255 inc/cache_enabler.class.php:1256
msgid "Clear Page Cache"
msgstr ""

#: inc/cache_enabler.class.php:1231
msgid "Clear Site Cache"
msgstr ""

#: inc/cache_enabler.class.php:2755
msgid "A regex matching cookies that should bypass the cache."
msgstr ""

#: inc/cache_enabler.class.php:2752
msgid "Cookies"
msgstr ""

#: inc/cache_enabler.class.php:2745
msgid "A regex matching query strings that should bypass the cache."
msgstr ""

#: inc/cache_enabler.class.php:2742
msgid "Query Strings"
msgstr ""

#: inc/cache_enabler.class.php:2733
msgid "Page Paths"
msgstr ""

#: inc/cache_enabler.class.php:2723
msgid "Post IDs separated by a %s that should bypass the cache."
msgstr ""

#: inc/cache_enabler.class.php:2716
msgid "Post IDs"
msgstr ""

#. translators: %s: Form field control for 'excluding' or 'including' inline
#. CSS and JavaScript during HTML minification.
#: inc/cache_enabler.class.php:2701
msgid "Minify HTML in cached pages %s inline CSS and JavaScript."
msgstr ""

#: inc/cache_enabler.class.php:2692
msgid "including"
msgstr ""

#: inc/cache_enabler.class.php:2691
msgid "excluding"
msgstr ""

#: inc/cache_enabler.class.php:2684
msgid "Minification"
msgstr ""

#: inc/cache_enabler.class.php:2623
msgid "Clear the site cache if any post type has been published, updated, or trashed (instead of the post cache)."
msgstr ""

#: inc/cache_enabler.class.php:2620
msgid "Clearing"
msgstr ""

#. translators: %s: Form field input for number of hours.
#: inc/cache_enabler.class.php:2612
msgid "Cached pages expire %s hours after being created."
msgstr ""

#: inc/cache_enabler.class.php:2604
msgid "Expiration"
msgstr ""

#. translators: 1. Autoptimize 2. Cache Enabler Settings
#: inc/cache_enabler.class.php:2400
msgid "%1$s HTML optimization is enabled. Please disable HTML minification in the %2$s."
msgstr ""

#: inc/cache_enabler.class.php:1377 inc/cache_enabler_cli.class.php:70
#: inc/cache_enabler_cli.class.php:94
msgid "Site cache cleared."
msgstr ""

#: inc/cache_enabler_cli.class.php:92
msgid "Sites cache cleared."
msgstr ""

#: inc/cache_enabler_cli.class.php:82
msgid "Page cache cleared."
msgstr ""

#: inc/cache_enabler_cli.class.php:80
msgid "Pages cache cleared."
msgstr ""

#: inc/cache_enabler.class.php:1377 inc/cache_enabler_cli.class.php:70
msgid "Network cache cleared."
msgstr ""

#: inc/cache_enabler.class.php:1231
msgid "Clear Network Cache"
msgstr ""

#: inc/cache_enabler.class.php:2766
msgid "Save Changes and Clear Site Cache"
msgstr ""

#: inc/cache_enabler.class.php:2651
msgid "Clear the site cache if a plugin has been activated or deactivated."
msgstr ""

#: inc/cache_enabler.class.php:2765
msgid "Save Changes"
msgstr ""

#: inc/cache_enabler.class.php:2387
msgid "file permissions"
msgstr ""

#: inc/cache_enabler.class.php:2355
msgid "Permalink Settings"
msgstr ""

#: inc/cache_enabler.class.php:2747 inc/cache_enabler.class.php:2757
msgid "Default if unset:"
msgstr ""

#: inc/cache_enabler.class.php:2728 inc/cache_enabler.class.php:2737
#: inc/cache_enabler.class.php:2746 inc/cache_enabler.class.php:2756
msgid "Example:"
msgstr ""

#: inc/cache_enabler.class.php:2736
msgid "A regex matching page paths that should bypass the cache."
msgstr ""

#. Author URI of the plugin
#: cache-enabler.php
msgid "https://www.keycdn.com"
msgstr ""

#. Author of the plugin
#: cache-enabler.php
msgid "KeyCDN"
msgstr ""

#. Description of the plugin
#: cache-enabler.php
msgid "Simple and fast WordPress caching plugin."
msgstr ""

#. Plugin Name of the plugin
#: cache-enabler.php
msgid "Cache Enabler"
msgstr ""

#: inc/cache_enabler.class.php:2712
msgid "Cache Exclusions"
msgstr ""

#: inc/cache_enabler.class.php:2600
msgid "Cache Behavior"
msgstr ""

#. translators: %s: KeyCDN
#: inc/cache_enabler.class.php:2588
msgid "Combine Cache Enabler with %s for even better WordPress performance and achieve the next level of caching with a CDN."
msgstr ""

#: inc/cache_enabler.class.php:2405 inc/cache_enabler.class.php:2565
msgid "Cache Enabler Settings"
msgstr ""

#: inc/cache_enabler.class.php:1209
msgid "Cache Size"
msgstr ""

#: inc/cache_enabler.class.php:1208
msgid "Empty"
msgstr ""

#: inc/cache_enabler.class.php:1151
msgid "Settings"
msgstr ""