MESSENGER-3304 string in separate files

This commit is contained in:
Frank Rotermund
2022-09-19 11:53:45 +02:00
parent 84ccb9378d
commit 226e55caf7
91 changed files with 2975 additions and 1342 deletions
@@ -30,13 +30,13 @@ extension ContentScannerContentDelegate {
switch scanStatus {
case .trusted:
message = NSLocalizedString("content_scan_status_trusted", tableName: "Bwi", comment: "")
message = BWIL10n.contentScanStatusTrusted
case .inProgress:
message = NSLocalizedString("content_scan_status_in_progress", tableName: "Bwi", comment: "")
message = BWIL10n.contentScanStatusInProgress
case .unknown:
message = NSLocalizedString("content_scan_status_failed", tableName: "Bwi", comment: "")
message = BWIL10n.contentScanStatusFailed
case .infected:
message = NSLocalizedString("content_scan_status_infected", tableName: "Bwi", comment: "")
message = BWIL10n.contentScanStatusInfected
@unknown default:
fatalError()
}