mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2026-09-09 18:03:21 +00:00
[ADF-2567] delete a version (#3151)
* configuration support for version manager * checkbox for version deletion demo * i18n support for version manager * deleting versions * confirmation dialog for version deletion * readme update * update schema * update code as per code review * update i18n resources for demo shell * unit tests
This commit is contained in:
@@ -1,4 +1,27 @@
|
||||
{
|
||||
"ADF_VERSION_LIST": {
|
||||
"ACTIONS": {
|
||||
"RESTORE": "Restore",
|
||||
"DELETE": "Delete",
|
||||
"DOWNLOAD": "Download",
|
||||
"UPLOAD": {
|
||||
"TITLE": "Upload new version",
|
||||
"TOOLTIP": "Restriction: upload file with the same name to create a new version of it"
|
||||
}
|
||||
},
|
||||
"CONFIRM_DELETE": {
|
||||
"TITLE": "Delete version",
|
||||
"MESSAGE": "Deleted file versions can not be restored. Delete?",
|
||||
"YES_LABEL": "Yes",
|
||||
"NO_LABEL": "No"
|
||||
}
|
||||
},
|
||||
"ADF_CONFIRM_DIALOG": {
|
||||
"TITLE": "Confirm",
|
||||
"ACTION": "Do you want to proceed?",
|
||||
"YES_LABEL": "Yes",
|
||||
"NO_LABEL": "No"
|
||||
},
|
||||
"ADF-DOCUMENT-LIST": {
|
||||
"EMPTY": {
|
||||
"HEADER": "This folder is empty"
|
||||
|
||||
Reference in New Issue
Block a user