All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.tcdng.jacklyn.resources.shared-messages.properties Maven / Gradle / Ivy

There is a newer version: 2.0.1
Show newest version
# Copyright 2018 The Name Department
# 
# 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 Jacklyn Shared

#Miscellaneous

#Errors
#Category
WFCAT_0001==Workflow category has no name.
WFCAT_0002==Workflow category has invalid name format. Name = [{0}].
WFCAT_0003=Workflow category has no version.
WFCAT_0004=Workflow category has no description.
WFCAT_0005=Workflow category has no documents.
WFCAT_0006=Workflow category has no templates.
WFCAT_0007=Workflow category document exists. Name = [{0}].
WFCAT_0008=Workflow category template exists. Name = [{0}].
WFCAT_0009=Workflow category has document errors. Document index = [{0}].
WFCAT_000A=Workflow category has template errors. Template index = [{0}].
WFCAT_000B=Workflow category document name not compatible. Name = [{0}].
WFCAT_000C=Workflow category template name not compatible. Name = [{0}].
WFCAT_000D=Workflow category document version not compatible. Document index = [{0}], category version = [{1}], document version = [{2}].
WFCAT_000E=Workflow category template version not compatible. Template index = [{0}], category version = [{1}], template version = [{2}].

#Document
WFDOC_0001=Workflow document has no name.
WFDOC_0002=Workflow document has invalid name format. Name = [{0}].
WFDOC_0003=Workflow document has no description.
WFDOC_0004=Workflow document has no fields.
WFDOC_0005=Workflow document field has no name. Index = [{0}].
WFDOC_0006=Workflow document field has no description. Index = [{0}].
WFDOC_0007=Workflow document field with name already exists. Index = [{0}], name = [{1}]
WFDOC_0008=Workflow document field with invalid name. Index = [{0}], name = [{1}]
WFDOC_0009=Workflow document complex field has no sub fields. Index = [{0}], name = [{1}]
WFDOC_000A=Workflow document field has no data type. Index = [{0}], name = [{1}]
WFDOC_000B=Workflow document field with invalid data type. Index = [{0}], name = [{1}], type = [{2}]
WFDOC_000C=Workflow document classifier has no name. Index = [{0}].
WFDOC_000D=Workflow document classifier has no description. Index = [{0}].
WFDOC_000E=Workflow document classifier with name already exists. Index = [{0}], name = [{1}]
WFDOC_000F=Workflow document classifier with invalid name. Index = [{0}], name = [{1}]
WFDOC_0010=Workflow document classifier has no filter or logic. Index = [{0}], name = [{1}]
WFDOC_0011=Workflow document classifier has filter and logic. Index = [{0}], name = [{1}]
WFDOC_0012=Workflow document classifier filter has no field. Index = [{0}], classifier =  [{1}].
WFDOC_0013=Workflow document classifier filter has no operation. Index = [{0}], classifier = [{1}].
WFDOC_0014=Workflow document classifier filter refers to unknown field. Index = [{0}], classifier = [{1}], field = [{2}].
WFDOC_0015=Workflow document classifier filter refers to complex field. Index = [{0}], classifier = [{1}], field = [{2}].
WFDOC_0016=Workflow document attachment has no name. Index = [{0}].
WFDOC_0017=Workflow document attachment has no description. Index = [{0}].
WFDOC_0018=Workflow document attachment with name already exists. Index = [{0}], name = [{1}]
WFDOC_0019=Workflow document attachment with invalid name. Index = [{0}], name = [{1}]
WFDOC_001A=Workflow document attachment has no type. Index = [{0}], name = [{1}].
WFDOC_001B=Workflow document bean mapping has no name. Index = [{0}].
WFDOC_001C=Workflow document bean mapping has no description. Index = [{0}].
WFDOC_001D=Workflow document bean mapping with name already exists. Index = [{0}], name = [{1}]
WFDOC_001E=Workflow document bean mapping with invalid name. Index = [{0}], name = [{1}]
WFDOC_001F=Workflow document bean mapping has no type. Index = [{0}], name = [{1}].
WFDOC_0020=Workflow document bean mapping has no bean type. Index = [{0}], name = [{1}].
WFDOC_0021=Workflow document bean mapping has no field mappings. Index = [{0}], name = [{1}].
WFDOC_0022=Workflow document field mapping has no document field. Index = [{0}], bean mapping = [{1}].
WFDOC_0023=Workflow document field mapping has no bean field. Index = [{0}], bean mapping = [{1}].
WFDOC_0024=Workflow document field mapping refers to unknown document field. Index = [{0}], bean mapping = [{1}], field name = [{2}].
WFDOC_0025=Workflow document form has no tabs.
WFDOC_0026=Workflow document tab has no name. Index = [{0}].
WFDOC_0027=Workflow document tab has no description. Index = [{0}].
WFDOC_0028=Workflow document tab with name already exists. Index = [{0}], name = [{1}]
WFDOC_0029=Workflow document tab with invalid name. Index = [{0}], name = [{1}]
WFDOC_002A=Workflow document tab with no sections. Index = [{0}], name = [{1}]
WFDOC_002B=Workflow document section has no name. Index = [{0}].
WFDOC_002C=Workflow document section has no description. Index = [{0}].
WFDOC_002D=Workflow document section with name already exists. Index = [{0}], name = [{1}]
WFDOC_002E=Workflow document section with invalid name. Index = [{0}], name = [{1}]
WFDOC_002F=Workflow document section with no fields. Index = [{0}], name = [{1}]
WFDOC_0030=Workflow document section unknown complex binding. Index = [{0}], name = [{1}], binding = [{2}]
WFDOC_0031=Workflow document section field binding already exists. Index = [{0}], sectionName = [{1}], binding = [{2}]
WFDOC_0032=Workflow document section field has no binding. Index = [{0}], sectionName = [{1}]
WFDOC_0033=Workflow document section field binding refers to unknown field. Index = [{0}], sectionName = [{1}], binding = [{2}]
WFDOC_0034=Workflow document section field binding refers to non-complex subfield. Index = [{0}], sectionName = [{1}], binding = [{2}]
WFDOC_0035=Workflow document section field binding has no UPL editor. Index = [{0}], sectionName = [{1}], binding = [{2}]
WFDOC_0036=Workflow document has no version.

#Template
WFTMPL_0001=Workflow template has no name.
WFTMPL_0002=Workflow template has invalid name format. Name = [{0}].
WFTMPL_0003=Workflow template has no description.
WFTMPL_0004=Workflow template has no document reference.
WFTMPL_0005=Workflow template message has no name. Index = [{0}].
WFTMPL_0006=Workflow template message has no description. Index = [{0}].
WFTMPL_0007=Workflow template message with name already exists. Index = [{0}], name = [{1}].
WFTMPL_0008=Workflow template message with invalid name. Index = [{0}], name = [{1}].
WFTMPL_0009=Workflow template message has no subject. Index = [{0}], name = [{1}].
WFTMPL_000A=Workflow template message has no body. Index = [{0}], name = [{1}].
WFTMPL_000B=Workflow template has no steps.
WFTMPL_000C=Workflow template step has no name. Index = [{0}].
WFTMPL_000D=Workflow template step has no description. Index = [{0}].
WFTMPL_000E=Workflow template step with name already exists. Index = [{0}], name = [{1}].
WFTMPL_000F=Workflow template step with invalid name. Index = [{0}], name = [{1}].
WFTMPL_0010=Workflow template step has no type. Index = [{0}], name = [{1}].
WFTMPL_0011=Workflow template step has no participant. Index = [{0}], name = [{1}].
WFTMPL_0012=Workflow template step has no priority. Index = [{0}], name = [{1}].
WFTMPL_0013=Workflow template has multiple start steps.
WFTMPL_0014=Workflow template has multiple end steps.
WFTMPL_0015=Workflow template has no start step.
WFTMPL_0016=Workflow template has no end step.
WFTMPL_0017=Workflow template step has no routings. Index = [{0}], name = [{1}], type = [{2}].
WFTMPL_0018=Workflow template routing has no name. Index = [{0}], step = [{1}].
WFTMPL_0019=Workflow template routing has no description. Index = [{0}], step = [{1}].
WFTMPL_001A=Workflow template routing with name already exists. Index = [{0}], step = [{1}], name = [{2}].
WFTMPL_001B=Workflow template routing with invalid name. Index = [{0}], step = [{1}], name = [{2}].
WFTMPL_001C=Workflow template routing has no target. Index = [{0}], step = [{1}], name = [{2}].
WFTMPL_001D=Workflow template routing refers to unknown target. Index = [{0}], step = [{1}], name = [{2}], target = [{3}].
WFTMPL_001E=Workflow template routing target refers to start step. Index = [{0}], step = [{1}], name = [{2}], target = [{3}].
WFTMPL_001F=Workflow template routing target refers to self step. Index = [{0}], step = [{1}], name = [{2}], target = [{3}].
WFTMPL_0020=Workflow template enrichment has no name. Index = [{0}], step = [{1}].
WFTMPL_0021=Workflow template enrichment has no description. Index = [{0}], step = [{1}].
WFTMPL_0022=Workflow template enrichment with name already exists. Index = [{0}], step = [{1}], name = [{2}].
WFTMPL_0023=Workflow template enrichment with invalid name. Index = [{0}], step = [{1}], name = [{2}].
WFTMPL_0024=Workflow template enrichment has no logic. Index = [{0}], step = [{1}], name = [{2}].
WFTMPL_0025=Workflow template policy has no name. Index = [{0}], step = [{1}].
WFTMPL_0026=Workflow template policy has no description. Index = [{0}], step = [{1}].
WFTMPL_0027=Workflow template policy with name already exists. Index = [{0}], step = [{1}], name = [{2}].
WFTMPL_0028=Workflow template policy with invalid name. Index = [{0}], step = [{1}], name = [{2}].
WFTMPL_0029=Workflow template policy has no logic. Index = [{0}], step = [{1}], name = [{2}].
WFTMPL_002A=Workflow template alert has no name. Index = [{0}], step = [{1}].
WFTMPL_002B=Workflow template alert has no description. Index = [{0}], step = [{1}].
WFTMPL_002C=Workflow template alert with name already exists. Index = [{0}], step = [{1}], name = [{2}].
WFTMPL_002D=Workflow template alert with invalid name. Index = [{0}], step = [{1}], name = [{2}].
WFTMPL_002E=Workflow template alert has no type. Index = [{0}], step = [{1}], name = [{2}].
WFTMPL_002F=Workflow template alert has no logic. Index = [{0}], step = [{1}], name = [{2}].
WFTMPL_0030=Workflow template alert refers to unknown message. Index = [{0}], step = [{1}], name = [{2}], message = [{3}].
WFTMPL_0031=Workflow template step has no user actions. Index = [{0}], name = [{1}], type = [{2}].
WFTMPL_0032=Workflow template user action has no name. Index = [{0}], step = [{1}].
WFTMPL_0033=Workflow template user action has no description. Index = [{0}], step = [{1}].
WFTMPL_0034=Workflow template user action with name already exists. Index = [{0}], step = [{1}], name = [{2}].
WFTMPL_0035=Workflow template user action with invalid name. Index = [{0}], step = [{1}], name = [{2}].
WFTMPL_0036=Workflow template user action has no notes requirement type. Index = [{0}], step = [{1}], name = [{2}].
WFTMPL_0037=Workflow template user action has no target. Index = [{0}], step = [{1}], name = [{2}].
WFTMPL_0038=Workflow template user action refers to unknown target. Index = [{0}], step = [{1}], name = [{2}], target = [{3}].
WFTMPL_0039=Workflow template user action target refers to start step. Index = [{0}], step = [{1}], name = [{2}], target = [{3}].
WFTMPL_003A=Workflow template user action target refers to self step. Index = [{0}], step = [{1}], name = [{2}], target = [{3}].
WFTMPL_003B=Workflow template record action has no name. Index = [{0}], step = [{1}].
WFTMPL_003C=Workflow template record action has no description. Index = [{0}], step = [{1}].
WFTMPL_003D=Workflow template record action with name already exists. Index = [{0}], step = [{1}], name = [{2}].
WFTMPL_003E=Workflow template record action with invalid name. Index = [{0}], step = [{1}], name = [{2}].
WFTMPL_003F=Workflow template record action has no type. Index = [{0}], step = [{1}], name = [{2}].
WFTMPL_0040=Workflow template record action has no mapping. Index = [{0}], step = [{1}], name = [{2}].
WFTMPL_0041=Workflow template form privilege has no element name. Index = [{0}], step = [{1}].
WFTMPL_0042=Workflow template form privilege has no element type. Index = [{0}], step = [{1}].
WFTMPL_0043=Workflow template step has routings. Index = [{0}], step = [{1}], type = [{2}].
WFTMPL_0044=Workflow template step has user actions. Index = [{0}], step = [{1}], type = [{2}].
WFTMPL_0045=Workflow template step has record actions. Index = [{0}], step = [{1}], type = [{2}].
WFTMPL_0046=Workflow template step has enrichments. Index = [{0}], step = [{1}], type = [{2}].
WFTMPL_0047=Workflow template step has policies. Index = [{0}], step = [{1}], type = [{2}].
WFTMPL_0048=Workflow template step has form privileges. Index = [{0}], step = [{1}], type = [{2}].
WFTMPL_0049=Workflow template has no version.
WFTMPL_004A=Workflow template has multiple manual steps.
WFTMPL_004B=Workflow template step has no actual participant. Index = [{0}], name = [{1}], type = [{2}]

#Lists
assignmentstatuslist=A~Assigned|U~Unassigned
recordstatuslist=I~Inactive|A~Active
systemparamtypelist=B~Boolean|N~Number|S~String
systemassettypelist=RCM~Remote Call Method
orientationtypelist=H~Horizontal|V~Vertical
dimensiontypelist=PER~Percentage|PIX~Pixels

#System

#Lists
scheduleunitlist=M~Minute(s)|H~Hour(s)

#Notification

#Lists
notificationtypelist=X~System|E~Email|S~SMS
notificationstatuslist=N~Not Sent|S~Sent|A~Aborted
notificationinboxreadlist=N~Not Read|R~Read
messagetypelist=I~Information|W~Warning|A~Requires Action


#Security

#Lists
userimagetypelist=P~Photograph
biometriccategorylist=U~Users
biometrictypelist=P~Photograph|S~Signature|T~Thumb Print|R~Retinal Scan
clientapptypelist=|S~Standard|O~Operating System


#Archiving

#Lists
archivingfieldtypelist=BLB~Blob|CLB~Clob|DTE~Date|TSP~Timestamp


#Audit

#Lists

#Report

#Lists


#File

#Lists
fileinboxstatuslist=N~Not Received|R~Received|A~Aborted
fileinboxreadlist=N~Not Read|R~Read|F~Read Failure
fileoutboxstatuslist=N~Not Sent|S~Sent|A~Aborted
filetransferdirectionlist=U~Upload|D~Download
datefolderformatlist=ddMMyyyy~ddMMyyyy|MMddyyyy~MMddyyyy|yyyyMMdd~yyyyMMdd



#Organization Module

#Lists


#Workflow Module

#Lists
wfrecordactiontypelist=C~Create|R~Read|U~Update|D~Delete
wfbeanmappingtypelist=PRI~Primary|ENT~Entry|NON~Non Entry
wfsteptypelist=S~Start|M~Manual|R~Receptacle|A~Automatic|I~Interactive|E~End
wfstepprioritylist=L~Low|N~Normal|H~High|C~Critical
wfparticipanttypelist=NON~None|ALL~All|PER~Personnel|SUP~Supervisor
wfformelementtypelist=TAB~Tab|SEC~Section|FLD~Field
wftransporttypelist=D~Database|F~File|Q~Step|W~Web service
wftransportdirectionlist=I~Input|O~Output
wfformwidgettypelist=TXT~Text|NME~Name|WRD~Word|PWD~Password|DTE~Date|TME~Time|DEC~Decimal|INT~Integer|CHK~Check Box|RAD~Radio Buttons|SER~Search|SEL~Select|IMG~Image|PIC~Picture|MON~Money

#Service

#Lists




© 2015 - 2024 Weber Informatics LLC | Privacy Policy