mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
[ADF-ADF-2528] share directive (#3102)
* share file directive * share link phase 2 * share dialog * share dialog test * more documentation * add more meaningfully specification * Add description in the dialog
This commit is contained in:
@@ -182,17 +182,29 @@
|
||||
},
|
||||
"METADATA": {
|
||||
"BASIC": {
|
||||
"HEADER": "Properties",
|
||||
"NAME": "Name",
|
||||
"TITLE": "Title",
|
||||
"DESCRIPTION": "Description",
|
||||
"AUTHOR": "Author",
|
||||
"MIMETYPE": "Mimetype",
|
||||
"SIZE": "Size",
|
||||
"CREATOR": "Creator",
|
||||
"CREATED_DATE": "Created Date",
|
||||
"MODIFIER": "Modifier",
|
||||
"MODIFIED_DATE": "Modified Date"
|
||||
"HEADER": "Properties",
|
||||
"NAME": "Name",
|
||||
"TITLE": "Title",
|
||||
"DESCRIPTION": "Description",
|
||||
"AUTHOR": "Author",
|
||||
"MIMETYPE": "Mimetype",
|
||||
"SIZE": "Size",
|
||||
"CREATOR": "Creator",
|
||||
"CREATED_DATE": "Created Date",
|
||||
"MODIFIER": "Modifier",
|
||||
"MODIFIED_DATE": "Modified Date"
|
||||
}
|
||||
},
|
||||
"SHARE": {
|
||||
"TITLE": "Share",
|
||||
"PUBLIC-LINK": "Public link",
|
||||
"UNSHARED": "File not shared",
|
||||
"DESCRIPTION": "This is a link to your file",
|
||||
"ALERT": "Anyone with this link can acces to it",
|
||||
"ACTIONS": {
|
||||
"SHARE": "SHARE",
|
||||
"CLOSE": "CLOSE",
|
||||
"COPY-LINK": "COPY LINK"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user