You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by dk...@apache.org on 2019/07/02 17:07:29 UTC

[sling-org-apache-sling-app-cms] 01/05: Adding missing i18n keys

This is an automated email from the ASF dual-hosted git repository.

dklco pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-app-cms.git

commit f4baa980e9412257a05ebf21628870e75bf682de
Author: Dan Klco <dk...@apache.org>
AuthorDate: Tue Jul 2 11:13:13 2019 -0400

    Adding missing i18n keys
---
 core/src/main/resources/OSGI-INF/l10n/bundle.properties | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/core/src/main/resources/OSGI-INF/l10n/bundle.properties b/core/src/main/resources/OSGI-INF/l10n/bundle.properties
index 1b9cefc..5d53bf0 100644
--- a/core/src/main/resources/OSGI-INF/l10n/bundle.properties
+++ b/core/src/main/resources/OSGI-INF/l10n/bundle.properties
@@ -88,7 +88,7 @@ cms.autoversioning.enabled.name=Enabled
 cms.autoversioning.enabled.description=Enable or disable the AutoVersioning, if not \
 enabled the autoversioning will not occur
 
-cms.autoversioning.max.name=Cutoff
+cms.autoversioning.cutoff.name=Cutoff
 cms.autoversioning.cutoff.description=The cutoff for determine if the page should be \
 auto-versioned. If the page has was last versioned before the cutoff, the page will be \
 versioned.
@@ -104,6 +104,12 @@ suggestion servlet. Each filter is provided in the format [name]=[type1],[type2]
 Each child node of the parent resource to the provided path will be checked to see \
 if the node is one of the provided types (or a sub-type) for the filter. 
 
+htmlvalidator.param.enabled.name=Apache Sling CMS - Insights HTML Validator Service
+htmlvalidator.config.description=Service for validating page HTML via the W3C HTML Validator
+
+htmlvalidator.param.enabled.name=Enabled
+htmlvalidator.param.enabled.description=If checked, this insight service will be enabled.
+
 readability.config.name=Apache Sling CMS - Insights Readability Service
 readability.config.description=A service for calculating the readability of text using a number of different readability \
 algorithms