From 6e9de94a1df3fd2ae79c0ccbbc12fed9defd8def Mon Sep 17 00:00:00 2001 From: Andy Miller Date: Mon, 18 Feb 2019 13:19:45 -0700 Subject: [PATCH] Added some lang strings --- languages/en.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/languages/en.yaml b/languages/en.yaml index af125d6f..e41338d1 100644 --- a/languages/en.yaml +++ b/languages/en.yaml @@ -375,6 +375,10 @@ PLUGIN_ADMIN: CACHE_PREFIX_PLACEHOLDER: "Derived from base URL (override by entering random string)" CACHE_PURGE_JOB: "Run Scheduled Purge Job" CACHE_PURGE_JOB_HELP: "With the scheduler you can periodically clear out old Doctrine file cache folders with this job" + CACHE_CLEAR_JOB: "Run Scheduled Clear Job" + CACHE_CLEAR_JOB_HELP: "With the scheduler you can periodically clear the Grav Cache" + CACHE_JOB_TYPE: "Cache Job Type" + CACHE_JOB_TYPE_HELP: "Either clear with the 'standard' folders cache clear, or with 'all' folders" CACHE_PURGE: "Purge Old Cache" LIFETIME: "Lifetime" LIFETIME_HELP: "Sets the cache lifetime in seconds. 0 = infinite"