mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-21 09:02:44 +02:00
Define needed strings
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user