mirror of
https://github.com/bitwarden/mobile
synced 2025-12-15 07:43:37 +00:00
autofill service tools page labels
This commit is contained in:
60
src/App/Resources/AppResources.Designer.cs
generated
60
src/App/Resources/AppResources.Designer.cs
generated
@@ -295,6 +295,24 @@ namespace Bit.App.Resources {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Use the bitwarden accessibility service to auto-fill your logins across apps and the web..
|
||||
/// </summary>
|
||||
public static string AutofillAccessibilityDescription {
|
||||
get {
|
||||
return ResourceManager.GetString("AutofillAccessibilityDescription", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Auto-fill Accessibility Service.
|
||||
/// </summary>
|
||||
public static string AutofillAccessibilityService {
|
||||
get {
|
||||
return ResourceManager.GetString("AutofillAccessibilityService", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Always Scan.
|
||||
/// </summary>
|
||||
@@ -313,15 +331,6 @@ namespace Bit.App.Resources {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Use the bitwarden accessibility service to auto-fill your logins across apps and the web..
|
||||
/// </summary>
|
||||
public static string AutofillDescription {
|
||||
get {
|
||||
return ResourceManager.GetString("AutofillDescription", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Do you want to auto-fill or view this item?.
|
||||
/// </summary>
|
||||
@@ -376,6 +385,15 @@ namespace Bit.App.Resources {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to The bitwarden auto-fill service uses the Android Autofill Framework to assist in filling logins, credit cards, and identity information into other apps on your device..
|
||||
/// </summary>
|
||||
public static string AutofillServiceDescription {
|
||||
get {
|
||||
return ResourceManager.GetString("AutofillServiceDescription", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Auto-fill with bitwarden.
|
||||
/// </summary>
|
||||
@@ -448,6 +466,15 @@ namespace Bit.App.Resources {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Use the bitwarden accessibility service to auto-fill your logins..
|
||||
/// </summary>
|
||||
public static string BitwardenAutofillAccessibilityServiceDescription {
|
||||
get {
|
||||
return ResourceManager.GetString("BitwardenAutofillAccessibilityServiceDescription", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to bitwarden Auto-fill Service.
|
||||
/// </summary>
|
||||
@@ -467,7 +494,7 @@ namespace Bit.App.Resources {
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Use the bitwarden accessibility service to auto-fill your logins..
|
||||
/// Looks up a localized string similar to Use the bitwarden auto-fill service to fill logins, credit cards, and identity information into other apps..
|
||||
/// </summary>
|
||||
public static string BitwardenAutofillServiceDescription {
|
||||
get {
|
||||
@@ -514,9 +541,18 @@ namespace Bit.App.Resources {
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Open Accessibility Settings.
|
||||
/// </summary>
|
||||
public static string BitwardenAutofillServiceOpenSettings {
|
||||
public static string BitwardenAutofillServiceOpenAccessibilitySettings {
|
||||
get {
|
||||
return ResourceManager.GetString("BitwardenAutofillServiceOpenSettings", resourceCulture);
|
||||
return ResourceManager.GetString("BitwardenAutofillServiceOpenAccessibilitySettings", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Open Autofill Settings.
|
||||
/// </summary>
|
||||
public static string BitwardenAutofillServiceOpenAutofillSettings {
|
||||
get {
|
||||
return ResourceManager.GetString("BitwardenAutofillServiceOpenAutofillSettings", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user