#{confDescription} diff --git a/ccm-core/src/main/resources/com/arsdigita/bebop/BebopConfig.properties b/ccm-core/src/main/resources/com/arsdigita/bebop/BebopConfig.properties new file mode 100644 index 000000000..773a769f4 --- /dev/null +++ b/ccm-core/src/main/resources/com/arsdigita/bebop/BebopConfig.properties @@ -0,0 +1,41 @@ +# Copyright (C) 2020 LibreCCM Foundation. +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, +# MA 02110-1301 USA + +description=Settings for legacy UI framework used by CCM +title=Bebop Configuration +presenterClassName.label=Presenter Class name +presenterClassName.desc=Fully qualified class name of the presenter implementation to use +basePageClassName.desc=Fully qualified class name of the basic page component +basePageClassName.label=Base Page Class Name +tidyConfigFile.desc= +tidyConfigFile.label=Tidy Configuration File +fancyErrors.desc= +fancyErrors.label=Fancy Errors? +dcpOnButtons.desc= +dcpOnButtons.label=Enable Double-Click protection on buttons? +dcpOnLinks.desc= +dcpOnLinks.label=Enable Double-Click protecttion on links? +treeSelectEnabled.desc= +treeSelectEnabled.label=Tree Select Enabled +dhtmlEditors.desc= +dhtmlEditors.label=DHTML editors +defaultDhtmlEditor.desc=Default DHTML Editor +defaultDhtmlEditor.label=Default DHTML Editor +dhtmlEditorSrcFile.desc= +dhtmlEditorSrcFile.label=DHTML Editor Main File +showClassName.desc= +showClassName.label=Show Class Name? diff --git a/ccm-core/src/main/resources/com/arsdigita/bebop/BebopConfig_de.properties b/ccm-core/src/main/resources/com/arsdigita/bebop/BebopConfig_de.properties new file mode 100644 index 000000000..773a769f4 --- /dev/null +++ b/ccm-core/src/main/resources/com/arsdigita/bebop/BebopConfig_de.properties @@ -0,0 +1,41 @@ +# Copyright (C) 2020 LibreCCM Foundation. +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, +# MA 02110-1301 USA + +description=Settings for legacy UI framework used by CCM +title=Bebop Configuration +presenterClassName.label=Presenter Class name +presenterClassName.desc=Fully qualified class name of the presenter implementation to use +basePageClassName.desc=Fully qualified class name of the basic page component +basePageClassName.label=Base Page Class Name +tidyConfigFile.desc= +tidyConfigFile.label=Tidy Configuration File +fancyErrors.desc= +fancyErrors.label=Fancy Errors? +dcpOnButtons.desc= +dcpOnButtons.label=Enable Double-Click protection on buttons? +dcpOnLinks.desc= +dcpOnLinks.label=Enable Double-Click protecttion on links? +treeSelectEnabled.desc= +treeSelectEnabled.label=Tree Select Enabled +dhtmlEditors.desc= +dhtmlEditors.label=DHTML editors +defaultDhtmlEditor.desc=Default DHTML Editor +defaultDhtmlEditor.label=Default DHTML Editor +dhtmlEditorSrcFile.desc= +dhtmlEditorSrcFile.label=DHTML Editor Main File +showClassName.desc= +showClassName.label=Show Class Name? diff --git a/ccm-core/src/main/resources/com/arsdigita/dispatcher/DispatcherConfig.properties b/ccm-core/src/main/resources/com/arsdigita/dispatcher/DispatcherConfig.properties new file mode 100644 index 000000000..2606701a7 --- /dev/null +++ b/ccm-core/src/main/resources/com/arsdigita/dispatcher/DispatcherConfig.properties @@ -0,0 +1,27 @@ +# Copyright (C) 2020 LibreCCM Foundation. +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, +# MA 02110-1301 USA + +title=Dispatcher Configuration +description=Settings for the legacy dispatcher +cachingActive.desc=Toggle whether or not to use HTTP/1.1 caching +cachingActive.label=Caching Active? +defaultExpiry.desc=Set the default expiration time for HTTP caching +defaultExpiry.label=Default Cache Expiry +statusUrlPrefix.desc=The default page class. A custom installation may provide it's own implementation. Use with care because all pages inherit from this class! +staticUrlPrefix.label=Static URL Prefix +defaultPageClass.desc=Prefix used for serving static files +defaultPageClass.label=Default Page Class diff --git a/ccm-core/src/main/resources/com/arsdigita/dispatcher/DispatcherConfig_de.properties b/ccm-core/src/main/resources/com/arsdigita/dispatcher/DispatcherConfig_de.properties new file mode 100644 index 000000000..49a8a02ca --- /dev/null +++ b/ccm-core/src/main/resources/com/arsdigita/dispatcher/DispatcherConfig_de.properties @@ -0,0 +1,27 @@ +# Copyright (C) 2020 LibreCCM Foundation. +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, +# MA 02110-1301 USA + +title=Dispatcher Configuration +description= +cachingActive.desc=Toggle whether or not to use HTTP/1.1 caching +cachingActive.label=Caching Active? +defaultExpiry.desc=Set the default expiration time for HTTP caching +defaultExpiry.label=Default Cache Expiry +statusUrlPrefix.desc=The default page class. A custom installation may provide it's own implementation. Use with care because all pages inherit from this class! +staticUrlPrefix.label=Static URL Prefix +defaultPageClass.desc=Prefix used for serving static files +defaultPageClass.label=Default Page Class diff --git a/ccm-core/src/main/resources/com/arsdigita/globalization/GlobalizationConfigDescription.properties b/ccm-core/src/main/resources/com/arsdigita/globalization/GlobalizationConfigDescription.properties index 498ae2705..982cecd08 100644 --- a/ccm-core/src/main/resources/com/arsdigita/globalization/GlobalizationConfigDescription.properties +++ b/ccm-core/src/main/resources/com/arsdigita/globalization/GlobalizationConfigDescription.properties @@ -15,7 +15,7 @@ # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, # MA 02110-1301 USA -description = A configuration record for configuration of the core globalization package +globalization.config.description = A configuration record for configuration of the core globalization package defaultCharset.label = Default Charset defaultCharset.description = Default character set for locales not explicitly listed in the locales parameter. \ No newline at end of file diff --git a/ccm-core/src/main/resources/com/arsdigita/kernel/KernelConfigDescription.properties b/ccm-core/src/main/resources/com/arsdigita/kernel/KernelConfigDescription.properties index 56a265997..1347247da 100644 --- a/ccm-core/src/main/resources/com/arsdigita/kernel/KernelConfigDescription.properties +++ b/ccm-core/src/main/resources/com/arsdigita/kernel/KernelConfigDescription.properties @@ -3,8 +3,8 @@ description = Configure several basic properties for LibreCCM debugEnabled.label = Global debug flag debugEnabled.description = Enables or disables WAF debugging -webdev_supportEnabled.label = Webdev support enabled? -webdev_supportEnabled.description = Enables or disables Webdev support +webdevSupportEnabled.label=Webdev support enabled? +webdevSupportEnabled.description=Enables or disables Webdev support data_permissionCheckEnabled.label = DML permission checking flag data_permissionCheckEnabled.description = Enables or disables permissions checks on database writes @@ -18,8 +18,18 @@ ssoEnabled.description = Enables or disables SSO login rememberLoginEnabled.label = Remember login by default rememberLoginEnabled.description = Determines whether the "remember login" feature is enabled or disabled by default -kernelConfig.secureLoginEnabled.label = Require secure login? -kernelConfig.secureLoginEnabled.description = Accept only credentials presented over secure connection? - supportedLanguages.label = Set the supported languages for categorization supportedLanguages.description = Set the languages supported for this installation (for content creation). Uses the ISO language codes. +title=Kernel Configuration +dataPermissionCheckEnabled.label=Data Permission Check Enabled? +defaultLanguage.label=Default Language +exportPath.label=Export Path +exportPath.description=Where to store export files +importPath.label=Import Path +importPath.description=Where to look for files to import +jwtSecret.label=JWT secret +jwtSecret.description=Secret for generating JSON Web Tokens +secureLoginEnabled.label=Secure Login enabled? +secureLoginEnabled.description=Force HTTPS for login? +systemEmailAddress.label=System Email address +systemEmailAddress.description=Email address used a from address for mail generated by the CCM diff --git a/ccm-core/src/main/resources/com/arsdigita/kernel/KernelConfigDescription_de.properties b/ccm-core/src/main/resources/com/arsdigita/kernel/KernelConfigDescription_de.properties new file mode 100644 index 000000000..1347247da --- /dev/null +++ b/ccm-core/src/main/resources/com/arsdigita/kernel/KernelConfigDescription_de.properties @@ -0,0 +1,35 @@ +description = Configure several basic properties for LibreCCM + +debugEnabled.label = Global debug flag +debugEnabled.description = Enables or disables WAF debugging + +webdevSupportEnabled.label=Webdev support enabled? +webdevSupportEnabled.description=Enables or disables Webdev support + +data_permissionCheckEnabled.label = DML permission checking flag +data_permissionCheckEnabled.description = Enables or disables permissions checks on database writes + +primaryUserIdentifier.label = The primary user identification +primaryUserIdentifier.description = Determines whether email addresses or screen names are used to authenticate users. Valid values: "screen_name" or "email" + +ssoEnabled.label = Enable SSO login? +ssoEnabled.description = Enables or disables SSO login + +rememberLoginEnabled.label = Remember login by default +rememberLoginEnabled.description = Determines whether the "remember login" feature is enabled or disabled by default + +supportedLanguages.label = Set the supported languages for categorization +supportedLanguages.description = Set the languages supported for this installation (for content creation). Uses the ISO language codes. +title=Kernel Configuration +dataPermissionCheckEnabled.label=Data Permission Check Enabled? +defaultLanguage.label=Default Language +exportPath.label=Export Path +exportPath.description=Where to store export files +importPath.label=Import Path +importPath.description=Where to look for files to import +jwtSecret.label=JWT secret +jwtSecret.description=Secret for generating JSON Web Tokens +secureLoginEnabled.label=Secure Login enabled? +secureLoginEnabled.description=Force HTTPS for login? +systemEmailAddress.label=System Email address +systemEmailAddress.description=Email address used a from address for mail generated by the CCM