|
|
@ -191,9 +191,9 @@ |
|
|
|
unshareLabel: t('core', 'Unshare'), |
|
|
|
canShareLabel: t('core', 'can reshare'), |
|
|
|
canEditLabel: t('core', 'can edit'), |
|
|
|
createPermissionLabel: t('core', 'create'), |
|
|
|
updatePermissionLabel: t('core', 'change'), |
|
|
|
deletePermissionLabel: t('core', 'delete'), |
|
|
|
createPermissionLabel: t('core', 'can create'), |
|
|
|
updatePermissionLabel: t('core', 'can change'), |
|
|
|
deletePermissionLabel: t('core', 'can delete'), |
|
|
|
crudsLabel: t('core', 'access control'), |
|
|
|
triangleSImage: OC.imagePath('core', 'actions/triangle-s'), |
|
|
|
isResharingAllowed: this.configModel.get('isResharingAllowed'), |
|
|
|