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 2018/05/25 02:07:19 UTC

[sling-whiteboard] 03/04: Adding the translation keys for the PropertyHintNodeNameGenerator

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-whiteboard.git

commit d4118b1abdc41f2053225b3280723394fb16206f
Author: Dan Klco <dk...@apache.org>
AuthorDate: Thu May 24 22:06:10 2018 -0400

    Adding the translation keys for the PropertyHintNodeNameGenerator
---
 .../src/main/resources/OSGI-INF/l10n/bundle.properties   | 16 +++++++++++++++-
 1 file changed, 15 insertions(+), 1 deletion(-)

diff --git a/cms/core/src/main/resources/OSGI-INF/l10n/bundle.properties b/cms/core/src/main/resources/OSGI-INF/l10n/bundle.properties
index fa8c76e..c35d1be 100644
--- a/cms/core/src/main/resources/OSGI-INF/l10n/bundle.properties
+++ b/cms/core/src/main/resources/OSGI-INF/l10n/bundle.properties
@@ -48,4 +48,18 @@ reference.mapping.transformer.description=Transforms resource references in HTML
 attributes using Sling Mappings
 
 enabledPaths.name=Enabled Paths
-enabledPaths.description=Paths under which this transformer will be enabled
\ No newline at end of file
+enabledPaths.description=Paths under which this transformer will be enabled
+
+# Name Generator Entries
+cms.name.generator.name=Apache Sling CMS Property Hint Name Generator
+cms.name.generator.description=Node Name generator for the Sling Post servlet \
+which uses the value of a named node for generating the name of a newly created \
+node
+
+allowed.chars.name=Allowed Characters
+allowed.chars.description=A list of allowed characters for the name of the new \
+nodes when using the Property Name Hint Name Generator
+
+replacement.char.name=Replacement Character
+replacement.char.description=A character with which to replace any non-allowed \
+characters in the name 
\ No newline at end of file

-- 
To stop receiving notification emails like this one, please contact
dklco@apache.org.