added possibility to choose between person/organization creator

This commit is contained in:
Mirjan Hoffmann 2022-03-10 10:17:54 +01:00
parent af457b0e2d
commit bb9f644c4c
3 changed files with 79 additions and 20 deletions

View file

@ -26,7 +26,10 @@
"LABEL_LICENSE_CHECKBOX_ND": "darf verändert werden",
"LABEL_LICENSE_CHECKBOX_NC": "darf kommerziell genutzt werden",
"LABEL_MANDATORY_FIELD": "Pflichtfeld",
"LABEL_ORGANIZATION": "Organisation",
"LABEL_ORGANIZATION_CHOOSE": "Wähle Institution ...",
"LABEL_ORGANIZATION_NAME": "Name",
"LABEL_PERSON": "Person",
"LABEL_STATUS": "Status",
"LABEL_STATUS_DRAFT": "Entwurf",
"LABEL_STATUS_INCOMPLETE": "Unvollständig",

View file

@ -26,7 +26,10 @@
"LABEL_LICENSE_CHECKBOX_ND": "may be changed",
"LABEL_LICENSE_CHECKBOX_NC": "may be used commercially",
"LABEL_MANDATORY_FIELD": "Mandatory field",
"LABEL_ORGANIZATION": "Organization",
"LABEL_ORGANIZATION_CHOOSE": "Choose Institution ...",
"LABEL_ORGANIZATION_NAME": "Name",
"LABEL_PERSON": "Person",
"LABEL_STATUS": "Status",
"LABEL_STATUS_DRAFT": "Draft",
"LABEL_STATUS_INCOMPLETE": "Incomplete",