mirror of
https://github.com/getgrav/grav-plugin-admin.git
synced 2025-11-04 20:36:03 +01:00
updated asset language strings
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
# v1.10.27
|
||||
## mm/dd/2022
|
||||
|
||||
3. [](#improved)
|
||||
* Added new asset language strings
|
||||
|
||||
# v1.10.26.1
|
||||
## 01/03/2022
|
||||
|
||||
|
||||
@@ -394,6 +394,7 @@ PLUGIN_ADMIN:
|
||||
AUTOESCAPE_VARIABLES: "Autoescape variables"
|
||||
AUTOESCAPE_VARIABLES_HELP: "Autoescapes all variables. This will break your site most likely"
|
||||
ASSETS: "Assets"
|
||||
CSS_ASSETS: "CSS Assets"
|
||||
CSS_PIPELINE: "CSS pipeline"
|
||||
CSS_PIPELINE_HELP: "The CSS pipeline is the unification of multiple CSS resources into one file"
|
||||
CSS_PIPELINE_INCLUDE_EXTERNALS: "Include externals in CSS pipeline"
|
||||
@@ -406,12 +407,21 @@ PLUGIN_ADMIN:
|
||||
CSS_MINIFY_WINDOWS_OVERRIDE_HELP: "Minify Override for Windows platforms. False by default due to ThreadStackSize"
|
||||
CSS_REWRITE: "CSS rewrite"
|
||||
CSS_REWRITE_HELP: "Rewrite any CSS relative URLs during pipelining"
|
||||
JS_ASSETS: "JavaScript Assets"
|
||||
JAVASCRIPT_PIPELINE: "JavaScript pipeline"
|
||||
JAVASCRIPT_PIPELINE_HELP: "The JS pipeline is the unification of multiple JS resources into one file"
|
||||
JAVASCRIPT_PIPELINE_INCLUDE_EXTERNALS: "Include externals in JS pipeline"
|
||||
JAVASCRIPT_PIPELINE_INCLUDE_EXTERNALS_HELP: "External URLs sometimes have relative file references and shouldn't be pipelined"
|
||||
JAVASCRIPT_PIPELINE_BEFORE_EXCLUDES: "JS pipeline render first"
|
||||
JAVASCRIPT_PIPELINE_BEFORE_EXCLUDES_HELP: "Render the JS pipeline before any other JS references that are not included"
|
||||
JS_MODULE_ASSETS: "JavaScript Module Assets"
|
||||
JAVASCRIPT_MODULE_PIPELINE: "JavaScript Module pipeline"
|
||||
JAVASCRIPT_MODULE_PIPELINE_HELP: "The JS Module pipeline is the unification of multiple JS resources into one file"
|
||||
JAVASCRIPT_MODULE_PIPELINE_INCLUDE_EXTERNALS: "Include externals in JS Module pipeline"
|
||||
JAVASCRIPT_MODULE_PIPELINE_INCLUDE_EXTERNALS_HELP: "External URLs sometimes have relative file references and shouldn't be pipelined"
|
||||
JAVASCRIPT_MODULE_PIPELINE_BEFORE_EXCLUDES: "JS Module pipeline render first"
|
||||
JAVASCRIPT_MODULE_PIPELINE_BEFORE_EXCLUDES_HELP: "Render the JS pipeline before any other JS references that are not included"
|
||||
GENERAL_CONFIG: "General Asset Configuration"
|
||||
JAVASCRIPT_MINIFY: "JavaScript minify"
|
||||
JAVASCRIPT_MINIFY_HELP: "Minify the JS during pipelining"
|
||||
ENABLED_TIMESTAMPS_ON_ASSETS: "Enable timestamps on assets"
|
||||
|
||||
Reference in New Issue
Block a user