+ Select specific folders and/or individual files to index from your Dropbox. +
++ Selected {totalSelected} item{totalSelected > 1 ? "s" : ""}: {(() => { + const parts: string[] = []; + if (selectedFolders.length > 0) { + parts.push( + `${selectedFolders.length} folder${selectedFolders.length > 1 ? "s" : ""}` + ); + } + if (selectedFiles.length > 0) { + parts.push(`${selectedFiles.length} file${selectedFiles.length > 1 ? "s" : ""}`); + } + return parts.length > 0 ? `(${parts.join(", ")})` : ""; + })()} +
++ Your Dropbox authentication has expired. Please re-authenticate using the button below. +
+ )} + + {isEditMode ? ( ++ Configure how files are indexed from your Dropbox. +
++ Maximum number of files to index from each folder +
++ Recursively index files in subfolders of selected folders +
+