mirror of
https://github.com/bitwarden/mobile
synced 2025-12-15 07:43:37 +00:00
multibutton alert, autofill and save new uri
This commit is contained in:
18
src/App/Resources/AppResources.Designer.cs
generated
18
src/App/Resources/AppResources.Designer.cs
generated
@@ -330,6 +330,15 @@ namespace Bit.App.Resources {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Auto-fill and save.
|
||||
/// </summary>
|
||||
public static string AutofillAndSave {
|
||||
get {
|
||||
return ResourceManager.GetString("AutofillAndSave", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Do you want to auto-fill or view this item?.
|
||||
/// </summary>
|
||||
@@ -3291,6 +3300,15 @@ namespace Bit.App.Resources {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Yes, and Save.
|
||||
/// </summary>
|
||||
public static string YesAndSave {
|
||||
get {
|
||||
return ResourceManager.GetString("YesAndSave", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to To continue, hold your YubiKey NEO against the back of the device or insert your YubiKey into your device's USB port, then touch its button..
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user