initialValueButtonInternalToolTip=Urspr\u00fcnglicher Inhalt kann als Datei bereitgestellt werden.
initialValueButtonExternal=Von einem externen System
initialValueButtonExternalToolTip=Urspr\u00fcnglicher Inhalt kann als URL bereitgestellt werden. Beachten Sie, dass die Aktualisierung der Dokumente, die in einem CMS gespeichert werden, mithilfe eines Konnektors erfolgt.
...
...
@@ -49,3 +50,7 @@ documentRepository=Anhang
documentType=Dokument
documentReferenceType=Referenz des Dokuments
returnType=R\u00fcckgabetyp
fileContractInput=File contract input
contractInputNotSet=Contract input for initial content is missing.
initialValueButtonScript=From script
documentListScriptToolTip=Expected a List<DocumentValue> or a List<FileInputValue>
messageEventAddWizardPageDesc=Eine Nachricht wird an einen anderen Pool gesendet.\nZu \u00fcbertragende Daten f\u00fcr die Verwendung im Zielpool hier eingeben
@@ -78,7 +78,7 @@ overviewFormCantHaveSubmitButton=Button f\u00fcr Abgabe wird im Vorschauformular
inconsistentLeftOperand=Die Operationszielvariable "{0}" ist nicht konsistent
defaultGroovyMethodImportMissing=Sie k\u00f6nnen das "import static org.codehaus.groovy.runtime.DefaultGroovyMethods.*" Statement diesem Skript hinzuf\u00fcgen, um die "{0}" Methode zu benutzen.
invalidDependencyAssignement=Abh\u00e4ngigkeit "{0}" kann nicht initialisiert oder innerhalb eines groovy-Skriptausdrucks aktualisiert werden. Sie m\u00fcssen eine Operation verwenden.
invalidContractDefinition=Invalid contract definition for {0}.
invalidContractConstraintDefinition=Invalid contract constraint in {0}\:{1}
validation_OperatorConsistency=Der Operator "{0}" ist nicht kompatibel mit dem linken Operanden "{1}".
DuplicatedFileWidgetMultipleDocumentConsistencyError=Das Widget kann ein Dokument vom Typ "List." nicht verarbeiten. Geben Sie ein einzelnes Dokument als "Anfangswert" an...
cmisConnectorWebserviceConfigMissingUrl=Ung\u00fcltige CMIS-Konnektor-Konfiguration. Keine Webservice-URL in der Konfiguration f\u00fcr Konnektor {0} gefunden.
...
...
@@ -96,3 +96,13 @@ entryFormMapping=entry form mapping
overviewFormMapping=overview form mapping
invalidURLFormMapping=Invalid {0}. No URL is defined.
duplicatedFormName=Invalid {0}. Other mapping have the same name but have different id in\:{1}
sequenceFlow_Without_Target_Element=This sequence flow has no target. You may delete it.
sequenceFlow_Without_Source_Element=This sequence flow has no source. You may delete it.
sequenceFlow_Without_Container=This sequence flow has no container. You may delete it.
sequenceFlow_And_SourceElement_Not_In_The_Same_Container=The source of this sequence flow is not in the same container of the sequence flow. You may delete it, and recreate a new sequence flow.
sequenceFlow_And_TargetElement_Not_In_The_Same_Container=The target of this sequence flow is not in the same container of the sequence flow. You may delete it, and recreate a new sequence flow.
invalidMultipleFileContractInput=Invalid initial content for document {0}. A single FILE contract input is expected but a multiple FILE contract input has been found.
invalidFileContractInputType=Invalid initial content for document {0}. A FILE contract input is expected but a {1} contract input has been found.
invalidSingleFileContractInput=Invalid initial content for document {0}. A multiple FILE contract input is expected but a single FILE contract input has been found.
missingFileContractInput=Invalid initial content for document {0}. No FILE contract input has been found.
emptyFormMappingWarning=No target form is defined. An auto generated fall-back form will be used in the development environment ONLY.
@@ -23,8 +23,9 @@ selectDocumentDialogTitle=Seleccione un documento de {0} repositorio
importEtc=Importar...
remove=Eliminar
initialValueLabel=Contenido inicial
initialValueButtonNone=No hay contenido inicial
initialValueButtonInternal=Desde Bonita BPM
initialValueButtonNone=Ninguno
initialValueButtonContract=From contract
initialValueButtonInternal=From local file
initialValueButtonInternalToolTip=El contenido inicial puede proporcionarse como un fichero.
initialValueButtonExternal=Desde un sistema externo
initialValueButtonExternalToolTip=El contenido inicial puede ser proporcionado como una direcci\u00f3n URL. \nTenga en cuenta que actualizar documentos que est\u00e1n almacenados en un CMS ha de realizarse usando un conector.
...
...
@@ -49,3 +50,7 @@ documentRepository=Adjunto
documentType=Documento
documentReferenceType=Documento de referencia
returnType=tipo de retorno
fileContractInput=File contract input
contractInputNotSet=Contract input for initial content is missing.
initialValueButtonScript=From script
documentListScriptToolTip=Expected a List<DocumentValue> or a List<FileInputValue>