@inherits MSGComponentBase @T("There is already a log of a previous batch run in the output folder.") @(string.Format(T("{0} document(s) were processed successfully. {1} document(s) are missing or failed."), this.NumCompletedFiles, this.NumRemainingFiles)) @if (this.NumMissingResults > 0) { @(string.Format(T("Please note: the log lists {0} more document(s) as successfully processed, but their results no longer exist. They count as missing and are processed again when you continue the run."), this.NumMissingResults)) } @T("Would you like to continue the previous run and process only the missing and failed documents? Or would you like to start a completely new run, which processes all documents again?") @T("Cancel") @T("Start a new run") @T("Continue the previous run")