Files
bundesmessenger-ios/Riot/Generated/UntranslatedStrings.swift
T
Gil Eluard 07f8d4d52e 4850 bring leaving space experience in line with web (#6062)
* Bring leaving space experience in line with Web #4850

- Done
2022-04-27 13:31:14 +02:00

48 lines
1.7 KiB
Swift

// 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")
}
/// Leave space
static var leaveSpaceAction: String {
return VectorL10n.tr("Untranslated", "leave_space_action")
}
/// Leave space and %@ rooms
static func leaveSpaceAndMoreRooms(_ p1: String) -> String {
return VectorL10n.tr("Untranslated", "leave_space_and_more_rooms", p1)
}
/// Leave space and 1 room
static var leaveSpaceAndOneRoom: String {
return VectorL10n.tr("Untranslated", "leave_space_and_one_room")
}
/// Select all rooms
static var leaveSpaceSelectionAllRooms: String {
return VectorL10n.tr("Untranslated", "leave_space_selection_all_rooms")
}
/// Select no rooms
static var leaveSpaceSelectionNoRooms: String {
return VectorL10n.tr("Untranslated", "leave_space_selection_no_rooms")
}
/// SELECT ROOMS
static var leaveSpaceSelectionTitle: String {
return VectorL10n.tr("Untranslated", "leave_space_selection_title")
}
/// This feature isn't available here. For now, you can do this with %@ on your computer.
static func spacesFeatureNotAvailable(_ p1: String) -> String {
return VectorL10n.tr("Untranslated", "spaces_feature_not_available", p1)
}
}
// swiftlint:enable function_parameter_count identifier_name line_length type_body_length