diff --git a/languages/en.yaml b/languages/en.yaml index 3067c659..b8d7d30d 100644 --- a/languages/en.yaml +++ b/languages/en.yaml @@ -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"