$externalShare=newExternalShareMenuAction($this->l10n->t('Add to your Nextcloud'),'icon-external',$shareTmpl['owner'],$shareTmpl['shareOwner'],$shareTmpl['filename']);
// TRANSLATORS The placeholder refers to the software product name as in 'Add to your Nextcloud'
$externalShare=newExternalShareMenuAction($this->l10n->t('Add to your %s',[$this->defaults->getProductName()]),'icon-external',$shareTmpl['owner'],$shareTmpl['shareOwner'],$shareTmpl['filename']);