1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-19 17:53:47 +00:00

autofill instructions

This commit is contained in:
Kyle Spearrin
2018-09-21 16:20:17 -04:00
parent 7be8513bb5
commit 364287028b
3 changed files with 126 additions and 7 deletions

View File

@@ -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 &quot;Settings&quot; app..
/// </summary>
public static string AutofillTurnOn1 {
get {
return ResourceManager.GetString("AutofillTurnOn1", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to 2. Tap &quot;Passwords &amp; Accounts&quot;.
/// </summary>
public static string AutofillTurnOn2 {
get {
return ResourceManager.GetString("AutofillTurnOn2", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to 3. Tap &quot;AutoFill Passwords&quot;.
/// </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 &quot;Bitwarden&quot;.
/// </summary>
public static string AutofillTurnOn5 {
get {
return ResourceManager.GetString("AutofillTurnOn5", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Auto-fill with Bitwarden.
/// </summary>