constdialog=newDialogBuilder(t('federatedfilesharing','Confirm data upload to lookup server'))
constdialog=newDialogBuilder(t('federatedfilesharing','Confirm data upload to lookup server'))
awaitdialog
awaitdialog
.setSeverity(DialogSeverity.Warning)
.setSeverity('warning')
.setText(
.setText(t('federatedfilesharing','When enabled, all account properties (e.g. email address) with scope visibility set to "published", will be automatically synced and transmitted to an external system and made available in a public, global address book.'))
t('federatedfilesharing','When enabled, all account properties (e.g. email address) with scope visibility set to "published", will be automatically synced and transmitted to an external system and made available in a public, global address book.'),
.setText(t('federatedfilesharing','When enabled, the search input when creating shares will be sent to an external system that provides a public and global address book.')
t('federatedfilesharing','When enabled, the search input when creating shares will be sent to an external system that provides a public and global address book.')
+t('federatedfilesharing','This is used to retrieve the federated cloud ID to make federated sharing easier.')
+t('federatedfilesharing','This is used to retrieve the federated cloud ID to make federated sharing easier.')
+t('federatedfilesharing','Moreover, email addresses of users might be sent to that system in order to verify them.'),
+t('federatedfilesharing','Moreover, email addresses of users might be sent to that system in order to verify them.'),