diff --git a/Riot/Assets/en.lproj/Vector.strings b/Riot/Assets/en.lproj/Vector.strings index f79e739b5..29f5fde8e 100644 --- a/Riot/Assets/en.lproj/Vector.strings +++ b/Riot/Assets/en.lproj/Vector.strings @@ -894,6 +894,9 @@ Tap the + to start adding people."; "manage_session_not_trusted" = "Not trusted"; "manage_session_sign_out" = "Sign out of this session"; +// User sessions management +"user_sessions_settings" = "Manage sessions"; + // AuthenticatedSessionViewControllerFactory "authenticated_session_flow_not_supported" = "This app does not support the authentication mechanism on your homeserver."; @@ -2329,6 +2332,10 @@ To enable access, tap Settings> Location and select Always"; "location_sharing_live_lab_promotion_text" = "Please note: this is a labs feature using a temporary implementation that allows the history of your shared location to be permanently visible to other people in the room."; "location_sharing_live_lab_promotion_activation" = "Enable live location sharing"; +// MARK: User sessions management + +"user_sessions_overview_title" = "Sessions"; + // MARK: - MatrixKit diff --git a/Riot/Generated/Strings.swift b/Riot/Generated/Strings.swift index 1dab1ae5e..aeaf0eb7c 100644 --- a/Riot/Generated/Strings.swift +++ b/Riot/Generated/Strings.swift @@ -8383,6 +8383,14 @@ public class VectorL10n: NSObject { public static var userIdTitle: String { return VectorL10n.tr("Vector", "user_id_title") } + /// Sessions + public static var userSessionsOverviewTitle: String { + return VectorL10n.tr("Vector", "user_sessions_overview_title") + } + /// Manage sessions + public static var userSessionsSettings: String { + return VectorL10n.tr("Vector", "user_sessions_settings") + } /// If you didn’t sign in to this session, your account may be compromised. public static var userVerificationSessionDetailsAdditionalInformationUntrustedCurrentUser: String { return VectorL10n.tr("Vector", "user_verification_session_details_additional_information_untrusted_current_user")