// swiftlint:disable all // Generated using SwiftGen, by O.Halligon — https://github.com/SwiftGen/SwiftGen import Foundation // swiftlint:disable superfluous_disable_command // swiftlint:disable file_length // MARK: - Strings // swiftlint:disable function_parameter_count identifier_name line_length type_body_length public extension VectorL10n { /// Choose from files static var imagePickerActionFiles: String { return VectorL10n.tr("Untranslated", "image_picker_action_files") } /// We currently only detect voice broadcast in the room timeline, this is not possible to send or listen an actual voice broadcast static var voiceBroadcastInTimelineBody: String { return VectorL10n.tr("Untranslated", "voice_broadcast_in_timeline_body") } /// Voice broadcast detected (under active development) static var voiceBroadcastInTimelineTitle: String { return VectorL10n.tr("Untranslated", "voice_broadcast_in_timeline_title") } } // swiftlint:enable function_parameter_count identifier_name line_length type_body_length