constcantUploadCaption=this.cantUpload?t('files','You don’t have permission to upload or create files here.'):null
constcantUploadCaption=this.cantUpload?t('files','You don\'t have permission to upload or create files here.'):null
constquotaExceededCaption=this.isQuotaExceeded?t('files','You have used your space quota and cannot upload files anymore.'):null
constsortableCaption=t('files','Column headers with buttons are sortable.')
constvirtualListNote=t('files','This list is not fully rendered for performance reasons. The files will be rendered as you navigate through the list.')
@ -85,7 +85,7 @@ class DatabaseHasMissingIndices implements ISetupCheck {
}
}
returnSetupResult::warning(
$this->l10n->t('Detected some missing optional indices. Occasionally new indices are added (by Nextcloud or installed applications) to improve database performance. Adding indices can sometimes take awhile and temporarily hurt performance so this is not done automatically during upgrades. Once the indices are added, queries to those tables should be faster. Use the command `occ db:add-missing-indices` to add them.').$list.'.',
$this->l10n->t('Detected some missing optional indices. Occasionally new indices are added (by Nextcloud or installed applications) to improve database performance. Adding indices can sometimes take awhile and temporarily hurt performance so this is not done automatically during upgrades. Once the indices are added, queries to those tables should be faster. Use the command `occ db:add-missing-indices` to add them.')."\n".$list,
$plainBodyPart=$this->l->t("%1\$s shared %2\$s with you.\nYou should have already received a separate mail with a link to access it.\n",[$initiatorDisplayName,$filename]);
$plainBodyPart=$this->l->t('%1$s shared %2$s with you. You should have already received a separate mail with a link to access it.',[$initiatorDisplayName,$filename]);
$htmlBodyPart=$this->l->t('%1$s shared %2$s with you. You should have already received a separate mail with a link to access it.',[$initiatorDisplayName,$filename]);