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

add support for card filling

This commit is contained in:
Kyle Spearrin
2017-11-18 15:09:09 -05:00
parent 4b24fe1bf4
commit c45a77d538
8 changed files with 248 additions and 97 deletions

View File

@@ -376,6 +376,15 @@ namespace Bit.App.Resources {
}
}
/// <summary>
/// Looks up a localized string similar to Auto-fill with bitwarden.
/// </summary>
public static string AutofillWithBitwarden {
get {
return ResourceManager.GetString("AutofillWithBitwarden", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Avoid Ambiguous Characters.
/// </summary>
@@ -2860,6 +2869,15 @@ namespace Bit.App.Resources {
}
}
/// <summary>
/// Looks up a localized string similar to Vault is locked.
/// </summary>
public static string VaultIsLocked {
get {
return ResourceManager.GetString("VaultIsLocked", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Verification Code.
/// </summary>