:description="$t('dav', 'Example content serves to showcase the features of Nextcloud. Default content is shipped with Nextcloud, and can be replaced by custom content.')">
:description="t('federatedfilesharing', 'Adjust how people can share between servers. This includes shares between people on this server as well if they are using federated sharing.')"
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.'),
)
.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.')
.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.'),
)
+t('federatedfilesharing','Moreover, email addresses of users might be sent to that system in order to verify them.'))
:description="t('federatedfilesharing', 'You can share with anyone who uses a {productName} server or other Open Cloud Mesh (OCM) compatible servers and services! Just put their Federated Cloud ID in the share dialog. It looks like person@cloud.example.com', { productName })"
return`background-image:url(${this.logoPathAbsolute});width:50px;height:30px;position:relative;top:8px;background-size:contain;display:inline-block;background-repeat:no-repeat; background-position: center center;`
consttext=mode===MoveCopyAction.MOVE?t('files','Moving "{source}" to "{destination}"…',{source,destination}):t('files','Copying "{source}" to "{destination}"…',{source,destination})
consttext=mode===MoveCopyAction.MOVE?t('files','Moving "{source}" to "{destination}"…',{source,destination}):t('files','Copying "{source}" to "{destination}"…',{source,destination})