1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-18 17:23:18 +00:00

logged in as and verify messages

This commit is contained in:
Kyle Spearrin
2019-05-17 10:01:45 -04:00
parent 961e23f0b8
commit c96daf2d68
4 changed files with 69 additions and 1 deletions

View File

@@ -2130,6 +2130,15 @@ namespace Bit.App.Resources {
}
}
/// <summary>
/// Looks up a localized string similar to Logged in as {0}..
/// </summary>
public static string LoggedInAs {
get {
return ResourceManager.GetString("LoggedInAs", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Logging in....
/// </summary>
@@ -3687,6 +3696,24 @@ namespace Bit.App.Resources {
}
}
/// <summary>
/// Looks up a localized string similar to Your vault is locked. Verify your master password to continue..
/// </summary>
public static string VaultLockedMasterPassword {
get {
return ResourceManager.GetString("VaultLockedMasterPassword", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Your vault is locked. Verify your PIN code to continue..
/// </summary>
public static string VaultLockedPIN {
get {
return ResourceManager.GetString("VaultLockedPIN", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Verification Code.
/// </summary>