mirror of
https://github.com/bitwarden/mobile
synced 2025-12-19 17:53:47 +00:00
autofill instructions
This commit is contained in:
54
src/App/Resources/AppResources.Designer.cs
generated
54
src/App/Resources/AppResources.Designer.cs
generated
@@ -429,6 +429,60 @@ namespace Bit.App.Resources {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to To enable password autofill, follow these instructions:.
|
||||
/// </summary>
|
||||
public static string AutofillTurnOn {
|
||||
get {
|
||||
return ResourceManager.GetString("AutofillTurnOn", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to 1. Go to the iOS "Settings" app..
|
||||
/// </summary>
|
||||
public static string AutofillTurnOn1 {
|
||||
get {
|
||||
return ResourceManager.GetString("AutofillTurnOn1", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to 2. Tap "Passwords & Accounts".
|
||||
/// </summary>
|
||||
public static string AutofillTurnOn2 {
|
||||
get {
|
||||
return ResourceManager.GetString("AutofillTurnOn2", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to 3. Tap "AutoFill Passwords".
|
||||
/// </summary>
|
||||
public static string AutofillTurnOn3 {
|
||||
get {
|
||||
return ResourceManager.GetString("AutofillTurnOn3", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to 4. Turn on AutoFill.
|
||||
/// </summary>
|
||||
public static string AutofillTurnOn4 {
|
||||
get {
|
||||
return ResourceManager.GetString("AutofillTurnOn4", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to 5. Select "Bitwarden".
|
||||
/// </summary>
|
||||
public static string AutofillTurnOn5 {
|
||||
get {
|
||||
return ResourceManager.GetString("AutofillTurnOn5", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Auto-fill with Bitwarden.
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user