Add lang strings for new old CSS / JS minify toggle

This commit is contained in:
Andy Miller
2016-05-30 23:07:41 -06:00
parent 38381b9016
commit 9ab343bd9b

View File

@@ -357,6 +357,8 @@ PLUGIN_ADMIN:
CSS_PIPELINE_BEFORE_EXCLUDES_HELP: "Render the CSS pipeline before any other CSS references that are not included" CSS_PIPELINE_BEFORE_EXCLUDES_HELP: "Render the CSS pipeline before any other CSS references that are not included"
CSS_MINIFY: "CSS minify" CSS_MINIFY: "CSS minify"
CSS_MINIFY_HELP: "Minify the CSS during pipelining" CSS_MINIFY_HELP: "Minify the CSS during pipelining"
CSS_MINIFY_OLD: "Use old CSS minify"
CSS_MINIFY_OLD_HELP: "If you are having trouble with the new/improved minify, you can switch back to the old one"
CSS_MINIFY_WINDOWS_OVERRIDE: "CSS minify Windows override" CSS_MINIFY_WINDOWS_OVERRIDE: "CSS minify Windows override"
CSS_MINIFY_WINDOWS_OVERRIDE_HELP: "Minify Override for Windows platforms. False by default due to ThreadStackSize" CSS_MINIFY_WINDOWS_OVERRIDE_HELP: "Minify Override for Windows platforms. False by default due to ThreadStackSize"
CSS_REWRITE: "CSS rewrite" CSS_REWRITE: "CSS rewrite"
@@ -369,6 +371,8 @@ PLUGIN_ADMIN:
JAVASCRIPT_PIPELINE_BEFORE_EXCLUDES_HELP: "Render the JS pipeline before any other JS references that are not included" JAVASCRIPT_PIPELINE_BEFORE_EXCLUDES_HELP: "Render the JS pipeline before any other JS references that are not included"
JAVASCRIPT_MINIFY: "JavaScript minify" JAVASCRIPT_MINIFY: "JavaScript minify"
JAVASCRIPT_MINIFY_HELP: "Minify the JS during pipelining" JAVASCRIPT_MINIFY_HELP: "Minify the JS during pipelining"
JAVASCRIPT_MINIFY_OLD: "Use old JS minify"
JAVASCRIPT_MINIFY_OLD_HELP: "If you are having trouble with the new/improved minify, you can switch back to the old one"
ENABLED_TIMESTAMPS_ON_ASSETS: "Enable timestamps on assets" ENABLED_TIMESTAMPS_ON_ASSETS: "Enable timestamps on assets"
ENABLED_TIMESTAMPS_ON_ASSETS_HELP: "Enable asset timestamps" ENABLED_TIMESTAMPS_ON_ASSETS_HELP: "Enable asset timestamps"
COLLECTIONS: "Collections" COLLECTIONS: "Collections"