diff --git a/Riot/Assets/en.lproj/Vector.strings b/Riot/Assets/en.lproj/Vector.strings index 583eb8a68..04d7c8591 100644 --- a/Riot/Assets/en.lproj/Vector.strings +++ b/Riot/Assets/en.lproj/Vector.strings @@ -1415,3 +1415,21 @@ "major_update_information" = "We're excited to announce we've changed name! Your app is up to date and you're signed in to your account."; "major_update_learn_more_action" = "Learn more"; "major_update_done_action" = "Got it"; + +// MARK: - PIN Protection + +"pin_protection_choose_pin" = "Choose a PIN for security"; +"pin_protection_confirm_pin" = "Confirm your PIN"; +"pin_protection_confirm_pin_to_disable" = "Confirm PIN to disable PIN"; +"pin_protection_enter_pin" = "Enter your PIN"; +"pin_protection_forgot_pin" = "Forgot PIN"; +"pin_protection_reset_alert_title" = "Reset PIN"; +"pin_protection_reset_alert_message" = "To reset your PIN, you'll need to re-login and create a new one"; +"pin_protection_reset_alert_action_reset" = "Reset"; +"pin_protection_mismatch_error_title" = "PINs don't match"; +"pin_protection_mismatch_error_message" = "Please try again"; +"pin_protection_mismatch_too_many_times_error_message" = "If you can't remember your PIN, tap the forgot PIN button."; +"pin_protection_settings_section_header" = "PIN"; +"pin_protection_settings_section_footer" = "To reset your PIN, you'll need to re-login and create a new one."; +"pin_protection_settings_enabled_forced" = "PIN enabled"; +"pin_protection_settings_enable_pin" = "Enable PIN"; diff --git a/Riot/Generated/Strings.swift b/Riot/Generated/Strings.swift index 08b04f375..ddf10658a 100644 --- a/Riot/Generated/Strings.swift +++ b/Riot/Generated/Strings.swift @@ -1910,6 +1910,66 @@ internal enum VectorL10n { internal static func photoLibraryAccessNotGranted(_ p1: String) -> String { return VectorL10n.tr("Vector", "photo_library_access_not_granted", p1) } + /// Choose a PIN for security + internal static var pinProtectionChoosePin: String { + return VectorL10n.tr("Vector", "pin_protection_choose_pin") + } + /// Confirm your PIN + internal static var pinProtectionConfirmPin: String { + return VectorL10n.tr("Vector", "pin_protection_confirm_pin") + } + /// Confirm PIN to disable PIN + internal static var pinProtectionConfirmPinToDisable: String { + return VectorL10n.tr("Vector", "pin_protection_confirm_pin_to_disable") + } + /// Enter your PIN + internal static var pinProtectionEnterPin: String { + return VectorL10n.tr("Vector", "pin_protection_enter_pin") + } + /// Forgot PIN + internal static var pinProtectionForgotPin: String { + return VectorL10n.tr("Vector", "pin_protection_forgot_pin") + } + /// Please try again + internal static var pinProtectionMismatchErrorMessage: String { + return VectorL10n.tr("Vector", "pin_protection_mismatch_error_message") + } + /// PINs don't match + internal static var pinProtectionMismatchErrorTitle: String { + return VectorL10n.tr("Vector", "pin_protection_mismatch_error_title") + } + /// If you can't remember your PIN, tap the forgot PIN button. + internal static var pinProtectionMismatchTooManyTimesErrorMessage: String { + return VectorL10n.tr("Vector", "pin_protection_mismatch_too_many_times_error_message") + } + /// Reset + internal static var pinProtectionResetAlertActionReset: String { + return VectorL10n.tr("Vector", "pin_protection_reset_alert_action_reset") + } + /// To reset your PIN, you'll need to re-login and create a new one + internal static var pinProtectionResetAlertMessage: String { + return VectorL10n.tr("Vector", "pin_protection_reset_alert_message") + } + /// Reset PIN + internal static var pinProtectionResetAlertTitle: String { + return VectorL10n.tr("Vector", "pin_protection_reset_alert_title") + } + /// Enable PIN + internal static var pinProtectionSettingsEnablePin: String { + return VectorL10n.tr("Vector", "pin_protection_settings_enable_pin") + } + /// PIN enabled + internal static var pinProtectionSettingsEnabledForced: String { + return VectorL10n.tr("Vector", "pin_protection_settings_enabled_forced") + } + /// To reset your PIN, you'll need to re-login and create a new one. + internal static var pinProtectionSettingsSectionFooter: String { + return VectorL10n.tr("Vector", "pin_protection_settings_section_footer") + } + /// PIN + internal static var pinProtectionSettingsSectionHeader: String { + return VectorL10n.tr("Vector", "pin_protection_settings_section_header") + } /// Preview internal static var preview: String { return VectorL10n.tr("Vector", "preview")