constdialog=newDialogBuilder(t('federatedfilesharing','Confirm data upload to lookup server'))
awaitdialog
.setSeverity(DialogSeverity.Warning)
.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.'),
)
.setSeverity('warning')
.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, the search input when creating shares will be sent to an external system that provides a public and global address book.')
.setSeverity('warning')
.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','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.'),