1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-15 07:43:37 +00:00

appresources for ios yubikey

This commit is contained in:
Kyle Spearrin
2018-06-04 21:08:55 -04:00
parent eefd9bf31c
commit 145dac500c
3 changed files with 27 additions and 2 deletions

View File

@@ -2922,6 +2922,15 @@ namespace Bit.App.Resources {
}
}
/// <summary>
/// Looks up a localized string similar to Try Again.
/// </summary>
public static string TryAgain {
get {
return ResourceManager.GetString("TryAgain", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Two-step Login.
/// </summary>
@@ -3336,6 +3345,15 @@ namespace Bit.App.Resources {
}
}
/// <summary>
/// Looks up a localized string similar to To continue, hold your YubiKey NEO against the back of the device..
/// </summary>
public static string YubiKeyInstructionIos {
get {
return ResourceManager.GetString("YubiKeyInstructionIos", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to YubiKey Security Key.
/// </summary>