mirror of
https://github.com/getgrav/grav-plugin-admin.git
synced 2026-05-06 09:47:31 +02:00
Added lang strings
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -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.)"
|
||||
Reference in New Issue
Block a user