com.flowcentraltech.flowcentral.resources.codegeneration-messages.properties Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of flowcentral-codegeneration Show documentation
Show all versions of flowcentral-codegeneration Show documentation
Flowcentral Code-generation Module
# Copyright 2021-2024 FlowCentral Technologies Limited.
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not
# use this file except in compliance with the License. You may obtain a copy of
# the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
# License for the specific language governing permissions and limitations under
# the License.
#Resource bundle for code generation module
#Miscellaneous
#Errors
#Lists
#Buttons
#Widgets
#Policies
#System Parameter
codegeneration.sysparam.codegenpackagebase=Default Code Generation Package Base
codegeneration.sysparam.messagereplacementlist=Message Replacement List
codegeneration.sysparam.codegenskippasswordfields=Code Generation Skip Password Fields
codegeneration.sysparam.extensionspath=Extensions Module Source
codegeneration.sysparam.utilitiespath=Utilities Module Source
codegeneration.sysparam.codegenrepository=Code Generation Target Repository
codegeneration.sysparam.codegenbranch=Code Generation Target Branch
codegeneration.sysparam.codegentorepository=Enable Code Generation to Repository
codegeneration.sysparam.snapshotpath=Snapshot Module Source
codegeneration.sysparam.snapshotrepository=Snapshot Target Repository
codegeneration.sysparam.snapshotbranch=Snapshot Target Branch
codegeneration.sysparam.snapshottorepository=Enable Snapshot to Repository
#Messages
codegeneration.module=Code Generation Module
codegeneration.short.description=Manage Code Generation
codegeneration.long.description=Manage Code Generation Module
codegeneration.label=Code Generation
codegeneration.repository.error=System parameters for source folder, target repository and branch must be set if generation to repository is enabled.
#Settings
codegeneration.codegenrationsettings.manage=Code Generation Settings
codegeneration.codegenrationsettings.manage.label=Code Generation Settings
codegenrationsettingspage.title=Code Generation Settings
codegenrationsettingspage.header.title=Code Generation Settings
codegenrationsettingspage.settings.caption=Code Generation Settings
codegenrationsettingspage.settings.package=Package Settings
codegenrationsettingspage.settings.repository=Repository Settings
codegenrationsettingspage.form.packagebase=Base Package
codegenrationsettingspage.form.extensionsrc=Extension Source Folder
codegenrationsettingspage.form.utilitiessrc=Utilities Source Folder
codegenrationsettingspage.form.repository=Repository
codegenrationsettingspage.form.branch=Working Branch
codegenrationsettingspage.form.generatetorepo=Generate to Repository?
codegeneration.snapshotsettings.manage=Snapshot Settings
codegeneration.snapshotsettings.manage.label=Snapshot Settings
snapshotsettingspage.title=Snapshot Settings
snapshotsettingspage.header.title=Snapshot Settings
snapshotsettingspage.settings.caption=Snapshot Settings
snapshotsettingspage.settings.repository=Repository Settings
snapshotsettingspage.form.snapshotsrc=Snapshot Source Folder
snapshotsettingspage.form.repository=Repository
snapshotsettingspage.form.branch=Working Branch
snapshotsettingspage.form.generatetorepo=Generate to Repository?
#Extensions
codegeneration.generateextensionmodulestaticfiles.manage=Module Static Files Generation (Extension)
codegeneration.generateextensionmodulestaticfiles.manage.label=Generate Module Static Files (Extension)
extensionmodulestaticfilesgenerationpage.title=Generate Module Static Files (Extension)
extensionmodulestaticfilesgenerationpage.header.title=Generate Module Static Files (Extension)
extensionmodulestaticfilesgenerationpage.header.subtitle=Generate Module Static Files (Extension)
extensionmodulestaticfilesgenerationpage.generationdetails.caption=Generation Details
extensionmodulestaticfilesgeneration.form.basepackage=Base Package
extensionmodulestaticfilesgeneration.form.module=Module
extensionmodulestaticfilesgeneration.form.remotereponame=Repository Name
extensionmodulestaticfilesgeneration.form.remoterepobranch=Repository Branch
#Utilities
codegeneration.generateutilitiesmodulestaticfiles.manage=Module Static Files Generation (Utilities)
codegeneration.generateutilitiesmodulestaticfiles.manage.label=Generate Module Static Files (Utilities)
utilitiesmodulestaticfilesgenerationpage.title=Generate Module Static Files (Utilities)
utilitiesmodulestaticfilesgenerationpage.header.title=Generate Module Static Files (Utilities)
utilitiesmodulestaticfilesgenerationpage.header.subtitle=Generate Module Static Files (Utilities)
utilitiesmodulestaticfilesgenerationpage.generationdetails.caption=Utilities Details
utilitiesmodulestaticfilesgeneration.form.basepackage=Base Package
utilitiesmodulestaticfilesgeneration.form.module=Module
utilitiesmodulestaticfilesgeneration.form.remotereponame=Repository Name
utilitiesmodulestaticfilesgeneration.form.remoterepobranch=Repository Branch