mirror of
https://github.com/bitwarden/mobile
synced 2026-01-07 19:13:19 +00:00
more updates to autofill flow
This commit is contained in:
45
src/App/Resources/AppResources.Designer.cs
generated
45
src/App/Resources/AppResources.Designer.cs
generated
@@ -142,6 +142,15 @@ namespace Bit.App.Resources {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Auto-fill.
|
||||
/// </summary>
|
||||
public static string Autofill {
|
||||
get {
|
||||
return ResourceManager.GetString("Autofill", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Use the bitwarden accessibility service to auto-fill your logins across apps and the web..
|
||||
/// </summary>
|
||||
@@ -151,6 +160,15 @@ namespace Bit.App.Resources {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Do you want to auto-fill or view this login?.
|
||||
/// </summary>
|
||||
public static string AutofillOrView {
|
||||
get {
|
||||
return ResourceManager.GetString("AutofillOrView", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Auto-fill Service.
|
||||
/// </summary>
|
||||
@@ -250,6 +268,15 @@ namespace Bit.App.Resources {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Are you sure you want to auto-fill this login? It is not a complete match for "{0}"..
|
||||
/// </summary>
|
||||
public static string BitwardenAutofillServiceMatchConfirm {
|
||||
get {
|
||||
return ResourceManager.GetString("BitwardenAutofillServiceMatchConfirm", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to When you see a bitwarden auto-fill notification, you can tap it to launch the auto-fill service..
|
||||
/// </summary>
|
||||
@@ -1204,6 +1231,15 @@ namespace Bit.App.Resources {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Matching Logins.
|
||||
/// </summary>
|
||||
public static string MatchingLogins {
|
||||
get {
|
||||
return ResourceManager.GetString("MatchingLogins", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Minimum Numbers.
|
||||
/// </summary>
|
||||
@@ -1456,6 +1492,15 @@ namespace Bit.App.Resources {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Possible Matching Logins.
|
||||
/// </summary>
|
||||
public static string PossibleMatchingLogins {
|
||||
get {
|
||||
return ResourceManager.GetString("PossibleMatchingLogins", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to bitwarden keeps your vault automatically synced by using push notifications. For the best possible experience, please select "Ok" on the following prompt when asked to enable push notifications..
|
||||
/// </summary>
|
||||
|
||||
@@ -795,4 +795,19 @@
|
||||
<data name="BitwardenAutofillServiceAlert" xml:space="preserve">
|
||||
<value>The easiest way to add new logins to your vault is from the bitwarden Auto-fill Service. Learn more about using the bitwarden Auto-fill Service by navigating to the "Tools" screen.</value>
|
||||
</data>
|
||||
<data name="Autofill" xml:space="preserve">
|
||||
<value>Auto-fill</value>
|
||||
</data>
|
||||
<data name="AutofillOrView" xml:space="preserve">
|
||||
<value>Do you want to auto-fill or view this login?</value>
|
||||
</data>
|
||||
<data name="BitwardenAutofillServiceMatchConfirm" xml:space="preserve">
|
||||
<value>Are you sure you want to auto-fill this login? It is not a complete match for "{0}".</value>
|
||||
</data>
|
||||
<data name="MatchingLogins" xml:space="preserve">
|
||||
<value>Matching Logins</value>
|
||||
</data>
|
||||
<data name="PossibleMatchingLogins" xml:space="preserve">
|
||||
<value>Possible Matching Logins</value>
|
||||
</data>
|
||||
</root>
|
||||
Reference in New Issue
Block a user