Added lang strings for new Asset pipeline options

This commit is contained in:
Andy Miller
2016-04-06 17:30:44 -06:00
parent 3677c498f9
commit 29d9835e87

View File

@@ -350,6 +350,10 @@ PLUGIN_ADMIN:
ASSETS: "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"
CSS_PIPELINE_INCLUDE_EXTERNALS_HELP: "External URLs sometimes have relative file references and shouldn't be pipelined"
CSS_PIPELINE_BEFORE_EXCLUDES: "CSS pipeline render first"
CSS_PIPELINE_BEFORE_EXCLUDES_HELP: "Render the CSS pipline before any other CSS references that are not included"
CSS_MINIFY: "CSS minify"
CSS_MINIFY_HELP: "Minify the CSS during pipelining"
CSS_MINIFY_WINDOWS_OVERRIDE: "CSS minify Windows override"
@@ -358,6 +362,10 @@ PLUGIN_ADMIN:
CSS_REWRITE_HELP: "Rewrite any CSS relative URLs during pipelining"
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 pipline before any other CSS references that are not included"
JAVASCRIPT_MINIFY: "JavaScript minify"
JAVASCRIPT_MINIFY_HELP: "Minify the JS during pipelining"
ENABLED_TIMESTAMPS_ON_ASSETS: "Enable timestamps on assets"