@@ -98,8 +98,8 @@ dropBusinessDataDBOnExit=Clean business data database on exit
dropBusinessDataDBOnBDMChanges=Clean business data database on changes
queryExpressionGuidance=Select the Business Object and the corresponding query to execute. Set the value for each parameter required by the query.
bdmCompatibilityTitle=Warning: Impact of changes
bdmCompatibilityMsg=This BDM is available to all processes in your Studio, and to pages using REST API calls. Changing the BDM might cause inconsistencies.\nAfter the BDM update, validate each diagram and check your pages.\nIf you have changed the Mandatory or Multiple setting for an attribute, a unique constraint, or if you have changed a Business Object attribute Type you must clear the values of the business data in the database.
clearExistingBusinessData=Clear data
bdmCompatibilityMsg=This BDM is available to all processes in your Studio, and to application pages and process forms using REST API calls. Changing the BDM might cause inconsistencies.\nAfter the BDM update, validate each diagram and check your pages and forms.\n\nIf you have changed the Mandatory or Multiple setting for an attribute, a unique constraint, or if you have changed a non-primitive attribute type, you must reset the BDM database structure and data.
clearExistingBusinessData=Reset BDM database
businessObjectNameAlreadyExists=A Business Object already exists with the same name
installFailedTitle=Deploy failed
installFailedMessage=An error occurred while deploying the Business Data Model in engine
@@ -125,7 +125,7 @@ alwaysUseScriptingModeOutputPref=Always use the scripting mode output (hide outp
unsuportedExpressionTypeForTesting=Unsupported expression type for testing:
unresolvedPatternOrScriptExpression=Input parameter {0} use an expression containing unreachable reference
unresolvedExpression=Input parameter {0} uses an unreachable Expression
deleteConnectorDefinition=Do you want to delete the connector definition {0} and the associated implementation(s) and saved configuration(s)?
deleteConnectorDefinition=Do you want to delete the connector definition {0} and the associated implementation(s) and saved configuration(s)?\nThe connector implementation will be removed but the Java source files will not be deleted because they might be used by other connectors.
configurationChangedMsg=Changes to this configuration have been made to match the new definition of this connector.\nPlease check that everything is consistent.
removeInputConfirmationMessage=Are you sure you want to remove the following input?\nIf this input is COMPLEX it will remove all children.\nIf this input is a single reference of a constraint, this constraint will be removed.
removeInputConfirmationMessagePart1=Are you sure you want to remove the following input?
removeInputConfirmationMessagesPart2=\nIf this input is COMPLEX it will remove all children.\nIf this input is a single reference of a constraint, this constraint will be removed.
removeInputConfirmationTitle=Are you sure you want to remove contract input?
removeConstraintConfirmationTitle=Are you sure you want to remove contract constraint(s)?
removeConstraintConfirmationMessage=Are you sure you want to remove following constraint(s)?
...
...
@@ -44,8 +45,8 @@ nullable=Nullable
removeInputErrorTitle=Remove failed
removeInputErrorMsg=An error occurred when removing contract input.
SelectBusinessDataWizardPageTitle=Select business data
selectBusinessDataWizardPageDescription=Select business variable from which contract input will be generated.
SelectBusinessDataWizardPageTitle=Select business data or document
selectBusinessDataWizardPageDescription=Select business variable or document from which contract input will be generated.
generate=Add from data...
contractInputGenerationTitle=Add Contract input
rootContractInputName=Input name
...
...
@@ -56,7 +57,7 @@ inputType=Input type
attributetype=Attribute type
atLeastOneAttributeShouldBeSelectedError=At least one attribute should be checked.
attributeName=Attribute name
warningAddFromData_noDataAvailable=Please create first a business variable from Data view.
warningAddFromData_noDataAvailable=Please create first a business variable from Data view or a document from Document view.
warningAddFromData_noDataSelected=Please select a business variable in the list.
reminderForStepMessage=From the contract definition, the Studio can automatically generate operations to store or update business variables.\nYou can then modify these operations if necessary.
reminderForProcessMessage=From the contract definition, the Studio can automatically generate scripts to initialize business variables.
...
...
@@ -85,3 +86,11 @@ preview=Preview >
selectMandatories=Mandatory attributes
mandatoryFieldsNotSelectedWarning=Mandatory attribute(s) {0} is/are not selected. Either select it/them or initialize it/them manually.
mandatoryFieldsNotSelectedStepWarning=Mandatory attribute(s) {0} is/are not selected. Either select it/them or create storage and update operations.
businessVariable=Business variable
document=Document
warningAddFromData_noDocumentSelected=Please create first a document from document view.
warningAddFromData_noDocumentAvailable=Please select a Document in the list.
defaultValueAlreadyDefinedWarning=The document {0} is already initialized. Create input from this document will overwrite the current value of {0} by the value of contract input.
openUpdateDocumentOperationWarningMessages=The contract input have been specified. Operations to set the value of document {0} with the contract input value will be generated. It can be viewed in the Operations pane.\nIf operation has already been generated for this input, it will not be replaced.