Files
bundesmessenger-ios/Riot/Generated/UntranslatedStrings.swift
T
Doug cc360b4487 Add Authentication Flow WIP.
- Add Registration Screen.
- Add Server Selection Screen.
- Rename AuthenticationCoordinator to LegacyAuthenticationCoordinator.
- Add AuthenticationService and RegistrationWizard.
- Async extensions.
- Add global white and EMS colors to the themes.
- Add tests for server selection and registration screens.
- Accessibility and iPad layout tweaks.
- Remove MainActor from Auth Coordinators/VMs/Views.
(It broke the protocol conformances so now the methods and properties are marked individually.)
2022-05-04 19:26:38 +01:00

116 lines
5.0 KiB
Swift
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
// 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 {
/// Join millions for free on the largest public server
static var authenticationRegistrationMatrixDescription: String {
return VectorL10n.tr("Untranslated", "authentication_registration_matrix_description")
}
/// Well need some info to get you set up.
static var authenticationRegistrationMessage: String {
return VectorL10n.tr("Untranslated", "authentication_registration_message")
}
/// Password
static var authenticationRegistrationPassword: String {
return VectorL10n.tr("Untranslated", "authentication_registration_password")
}
/// Must be 8 characters or more
static var authenticationRegistrationPasswordFooter: String {
return VectorL10n.tr("Untranslated", "authentication_registration_password_footer")
}
/// Choose your server to store your data
static var authenticationRegistrationServerTitle: String {
return VectorL10n.tr("Untranslated", "authentication_registration_server_title")
}
/// Create your account
static var authenticationRegistrationTitle: String {
return VectorL10n.tr("Untranslated", "authentication_registration_title")
}
/// Username
static var authenticationRegistrationUsername: String {
return VectorL10n.tr("Untranslated", "authentication_registration_username")
}
/// You cant change this later
static var authenticationRegistrationUsernameFooter: String {
return VectorL10n.tr("Untranslated", "authentication_registration_username_footer")
}
/// Get in touch
static var authenticationServerSelectionEmsButton: String {
return VectorL10n.tr("Untranslated", "authentication_server_selection_ems_button")
}
/// element.io/ems
static var authenticationServerSelectionEmsLink: String {
return VectorL10n.tr("Untranslated", "authentication_server_selection_ems_link")
}
/// Element Matrix Services (EMS) is a robust and reliable hosting service for fast, secure real time communication. Find out how on
static var authenticationServerSelectionEmsMessage: String {
return VectorL10n.tr("Untranslated", "authentication_server_selection_ems_message")
}
/// Want to host your own server?
static var authenticationServerSelectionEmsTitle: String {
return VectorL10n.tr("Untranslated", "authentication_server_selection_ems_title")
}
/// Cannot find a server at this URL, please check it is correct.
static var authenticationServerSelectionGenericError: String {
return VectorL10n.tr("Untranslated", "authentication_server_selection_generic_error")
}
/// What is the address of your server? A server is like a home for all your data.
static var authenticationServerSelectionMessage: String {
return VectorL10n.tr("Untranslated", "authentication_server_selection_message")
}
/// You can only connect to a server that has already been set up
static var authenticationServerSelectionServerFooter: String {
return VectorL10n.tr("Untranslated", "authentication_server_selection_server_footer")
}
/// Server URL
static var authenticationServerSelectionServerUrl: String {
return VectorL10n.tr("Untranslated", "authentication_server_selection_server_url")
}
/// Choose your server
static var authenticationServerSelectionTitle: String {
return VectorL10n.tr("Untranslated", "authentication_server_selection_title")
}
/// 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