Added lang strings

This commit is contained in:
Andy Miller
2017-02-10 11:29:53 -07:00
parent a0679fda6c
commit c451fae760
2 changed files with 5 additions and 1 deletions

View File

@@ -1,6 +1,8 @@
# v1.2.11
## xx/xx/2017
1. [](#new)
* Added lang strings for `CLI_COMPATIBILITY` which is new in Grav v1.1.16
1. [](#improved)
* Allow plugin to set custom 'authorize' and 'location' in `onAdminMenu()` event
1. [](#bugfix)

View File

@@ -633,4 +633,6 @@ PLUGIN_ADMIN:
NEVER_CACHE_TWIG_HELP: "Only cache content and process Twig every time for pages. Ignores twig_first setting."
ALLOW_WEBSERVER_GZIP: "Allow WebServer Gzip"
ALLOW_WEBSERVER_GZIP_HELP: "Off by default. When enabled, WebServer-configured Gzip/Deflate compression will work, but http connection will not be closed before onShutDown() event causing slower page loading"
OFFLINE_WARNING: "The connection to the GPM cannot be established"
OFFLINE_WARNING: "The connection to the GPM cannot be established"
CLI_COMPATIBILITY: "CLI Compatibility"
CLI_COMPATIBILITY_HELP: "Ensures that only non-volatile Cache drivers are used (file, redis, memcache, etc.)"