Added some lang strings

This commit is contained in:
Andy Miller
2019-02-18 13:19:45 -07:00
parent 481eabe181
commit 6e9de94a1d

View File

@@ -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"