mirror of
https://github.com/bitwarden/mobile
synced 2025-12-28 06:03:40 +00:00
cleanup and updated resource strings for autofill
This commit is contained in:
38
src/App/Resources/AppResources.Designer.cs
generated
38
src/App/Resources/AppResources.Designer.cs
generated
@@ -312,6 +312,15 @@ namespace Bit.App.Resources {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to AutoFill Activated!.
|
||||
/// </summary>
|
||||
public static string AutofillActivated {
|
||||
get {
|
||||
return ResourceManager.GetString("AutofillActivated", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Always Scan.
|
||||
/// </summary>
|
||||
@@ -402,6 +411,24 @@ namespace Bit.App.Resources {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Your logins are now easily accessable right from your keyboard while logging into apps and websites..
|
||||
/// </summary>
|
||||
public static string AutofillSetup {
|
||||
get {
|
||||
return ResourceManager.GetString("AutofillSetup", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to We recommend disabling any other AutoFill apps under Settings if you do not plan to use them..
|
||||
/// </summary>
|
||||
public static string AutofillSetup2 {
|
||||
get {
|
||||
return ResourceManager.GetString("AutofillSetup2", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Auto-fill with Bitwarden.
|
||||
/// </summary>
|
||||
@@ -2175,6 +2202,15 @@ namespace Bit.App.Resources {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to You must log into the main Bitwarden app before you can use AutoFill..
|
||||
/// </summary>
|
||||
public static string MustLogInMainAppAutofill {
|
||||
get {
|
||||
return ResourceManager.GetString("MustLogInMainAppAutofill", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to My Vault.
|
||||
/// </summary>
|
||||
@@ -2302,7 +2338,7 @@ namespace Bit.App.Resources {
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to There are no items in your vault for this website. Tap to add one..
|
||||
/// Looks up a localized string similar to There are no items in your vault for this website/app. Tap to add one..
|
||||
/// </summary>
|
||||
public static string NoItemsTap {
|
||||
get {
|
||||
|
||||
@@ -606,7 +606,7 @@
|
||||
<value>There are no items in your vault.</value>
|
||||
</data>
|
||||
<data name="NoItemsTap" xml:space="preserve">
|
||||
<value>There are no items in your vault for this website. Tap to add one.</value>
|
||||
<value>There are no items in your vault for this website/app. Tap to add one.</value>
|
||||
</data>
|
||||
<data name="NoUsernamePasswordConfigured" xml:space="preserve">
|
||||
<value>This login does not have a username or password configured.</value>
|
||||
@@ -1313,4 +1313,16 @@
|
||||
<value>Updated</value>
|
||||
<comment>ex. Date this item was updated</comment>
|
||||
</data>
|
||||
<data name="AutofillActivated" xml:space="preserve">
|
||||
<value>AutoFill Activated!</value>
|
||||
</data>
|
||||
<data name="MustLogInMainAppAutofill" xml:space="preserve">
|
||||
<value>You must log into the main Bitwarden app before you can use AutoFill.</value>
|
||||
</data>
|
||||
<data name="AutofillSetup" xml:space="preserve">
|
||||
<value>Your logins are now easily accessable right from your keyboard while logging into apps and websites.</value>
|
||||
</data>
|
||||
<data name="AutofillSetup2" xml:space="preserve">
|
||||
<value>We recommend disabling any other AutoFill apps under Settings if you do not plan to use them.</value>
|
||||
</data>
|
||||
</root>
|
||||
Reference in New Issue
Block a user