diff --git a/src/app/shared/access-control-form-container/access-control-array-form/access-control-array-form.component.html b/src/app/shared/access-control-form-container/access-control-array-form/access-control-array-form.component.html index faa28a60e8..9460fb4ffe 100644 --- a/src/app/shared/access-control-form-container/access-control-array-form/access-control-array-form.component.html +++ b/src/app/shared/access-control-form-container/access-control-array-form/access-control-array-form.component.html @@ -6,21 +6,22 @@
+ style="display: grid; grid-template-columns: 1fr 50px; grid-gap: 10px"> -
- - -
+
+
+ + + {{'access-control-option-note' | translate}} +
-
-
- +
+
+ {{'access-control-option-start-date-note' | translate}}
-
-
- -
+
+
+ {{'access-control-option-end-date-note' | translate}}
- +
+ + +
diff --git a/src/assets/i18n/en.json5 b/src/assets/i18n/en.json5 index 0618596e60..2b8c64ed13 100644 --- a/src/assets/i18n/en.json5 +++ b/src/assets/i18n/en.json5 @@ -5358,23 +5358,53 @@ "admin.system-wide-alert.title": "System-wide Alerts", "item-access-control-title": "This form allows you to perform changes to the access condition of all the item's metadata and all its bitstreams.", + "collection-access-control-title": "This form allows you to perform changes to the access condition of all the items owned by collection under this community. Changes can be performed on the access condition for the metadata (item) or for the content (bitstream).", + "community-access-control-title": "This form allows you to perform changes to the access condition of all the items owned by collection under this community. Changes can be performed on the access condition for the metadata (item) or for the content (bitstream).", + "access-control-item-header-toggle": "Item's Metadata", + "access-control-bitstream-header-toggle": "Bitstreams", + "access-control-mode": "Mode", + "access-control-access-conditions": "Access conditions", + "access-control-no-access-conditions-warning-message": "You have not specified any access conditions, the new items access conditions will be inherited from the owning collection.", + "access-control-replace-all": "Replace access conditions", + "access-control-add-to-existing": "Add to existing ones", + "access-control-limit-to-specific": "Limit the changes to specific bitstreams", + "access-control-process-all-bitstreams": "process all the bitstreams in the item", + "access-control-bitstreams-selected": "bitstreams selected", + "access-control-reset": "Reset", + "access-control-execute": "Execute", + "access-control-add-more": "Add more", + "access-control-select-bitstreams-modal.title": "Select bitstreams", + "access-control-select-bitstreams-modal.no-items": "No items to show.", + "access-control-select-bitstreams-modal.close": "Close", + "access-control-option-label": "Access condition type", + + "access-control-option-note": "Select an access condition to apply on the bitstream once the item is deposited", + + "access-control-option-start-date": "Grant access from", + + "access-control-option-start-date-note": "Select the date from which the relate access condition is applied", + + "access-control-option-end-date": "Grant access until", + + "access-control-option-end-date-note": "Select the date until which the relate access condition is applied", + }