mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2026-09-09 18:03:21 +00:00
[ADF-3530, ADF-3598] Sharing files (#3828)
* share node * lint fix * createSharedLinks parameter * remove es6 async * use fakeAsync * removed trailing comma * e2e update dialog title locator * Expires label localization * docs update
This commit is contained in:
committed by
Eugenio Romano
parent
b34ca87657
commit
42f4bee2b4
@@ -254,15 +254,16 @@
|
||||
}
|
||||
},
|
||||
"SHARE": {
|
||||
"TITLE": "Share",
|
||||
"PUBLIC-LINK": "Public link",
|
||||
"UNSHARED": "File not shared",
|
||||
"DESCRIPTION": "This is a link to your file",
|
||||
"ALERT": "Anyone can access this link",
|
||||
"ACTIONS": {
|
||||
"SHARE": "SHARE",
|
||||
"CLOSE": "CLOSE",
|
||||
"COPY-LINK": "COPY LINK"
|
||||
"DIALOG-TITLE": "Share",
|
||||
"DESCRIPTION": "Clicking the link bellow, will copy it to the clipboard.",
|
||||
"TITLE": "Link to share",
|
||||
"EXPIRES": "Expires on",
|
||||
"CLIPBOARD-MESSAGE": "Link copied to the clipboard",
|
||||
"CONFIRMATION": {
|
||||
"DIALOG-TITLE": "Remove this shared link",
|
||||
"MESSAGE": "This link will be deleted and a new link will be created next time this file is shared",
|
||||
"CANCEL": "Cancel",
|
||||
"REMOVE": "Remove"
|
||||
}
|
||||
},
|
||||
"PERMISSION_MANAGER": {
|
||||
|
||||
Reference in New Issue
Block a user