PM-2658 Removed deprecated strings resources. (#2812)

This commit is contained in:
Federico Maccaroni 2023-10-03 15:40:55 -03:00 committed by GitHub
parent f2be840a7d
commit 71731bb9b7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 65 deletions

View File

@ -1507,15 +1507,6 @@ namespace Bit.App.Resources {
}
}
/// <summary>
/// Looks up a localized string similar to You can change your master password on the bitwarden.com web vault. Do you want to visit the website now?.
/// </summary>
public static string ChangePasswordConfirmation {
get {
return ResourceManager.GetString("ChangePasswordConfirmation", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Checking password....
/// </summary>
@ -1876,15 +1867,6 @@ namespace Bit.App.Resources {
}
}
/// <summary>
/// Looks up a localized string similar to Created {0}.
/// </summary>
public static string CreatedX {
get {
return ResourceManager.GetString("CreatedX", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Created {0}, {1}.
/// </summary>
@ -2056,15 +2038,6 @@ namespace Bit.App.Resources {
}
}
/// <summary>
/// Looks up a localized string similar to Choose the dark theme to use when using Default (System) theme while your device&apos;s dark mode is in use..
/// </summary>
public static string DefaultDarkThemeDescription {
get {
return ResourceManager.GetString("DefaultDarkThemeDescription", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Choose the dark theme to use when your devices dark mode is in use.
/// </summary>
@ -6858,15 +6831,6 @@ namespace Bit.App.Resources {
}
}
/// <summary>
/// Looks up a localized string similar to Two-step login makes your account more secure by requiring you to verify your login with another device such as a security key, authenticator app, SMS, phone call, or email. Two-step login can be set up on the bitwarden.com web vault. Do you want to visit the website now?.
/// </summary>
public static string TwoStepLoginConfirmation {
get {
return ResourceManager.GetString("TwoStepLoginConfirmation", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Make your account more secure by setting up two-step login in the Bitwarden web app..
/// </summary>
@ -7578,15 +7542,6 @@ namespace Bit.App.Resources {
}
}
/// <summary>
/// Looks up a localized string similar to Visit our website to get help, news, email us, and/or learn more about how to use Bitwarden..
/// </summary>
public static string VisitOurWebsiteDescription {
get {
return ResourceManager.GetString("VisitOurWebsiteDescription", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Warning.
/// </summary>

View File

@ -396,10 +396,6 @@
<data name="VisitOurWebsite" xml:space="preserve">
<value>Visit our website</value>
</data>
<data name="VisitOurWebsiteDescription" xml:space="preserve">
<value>Visit our website to get help, news, email us, and/or learn more about how to use Bitwarden.</value>
<comment>DEPRECATED</comment>
</data>
<data name="Website" xml:space="preserve">
<value>Website</value>
<comment>Label for a website.</comment>
@ -452,10 +448,6 @@
<data name="ChangeMasterPassword" xml:space="preserve">
<value>Change master password</value>
</data>
<data name="ChangePasswordConfirmation" xml:space="preserve">
<value>You can change your master password on the bitwarden.com web vault. Do you want to visit the website now?</value>
<comment>DEPRECATED</comment>
</data>
<data name="Close" xml:space="preserve">
<value>Close</value>
</data>
@ -709,10 +701,6 @@
<data name="TwoStepLogin" xml:space="preserve">
<value>Two-step login</value>
</data>
<data name="TwoStepLoginConfirmation" xml:space="preserve">
<value>Two-step login makes your account more secure by requiring you to verify your login with another device such as a security key, authenticator app, SMS, phone call, or email. Two-step login can be set up on the bitwarden.com web vault. Do you want to visit the website now?</value>
<comment>DEPRECATED</comment>
</data>
<data name="UnlockWith" xml:space="preserve">
<value>Unlock with {0}</value>
</data>
@ -1561,10 +1549,6 @@ Scanning will happen automatically.</value>
<data name="DefaultDarkTheme" xml:space="preserve">
<value>Default dark theme</value>
</data>
<data name="DefaultDarkThemeDescription" xml:space="preserve">
<value>Choose the dark theme to use when using Default (System) theme while your device's dark mode is in use.</value>
<comment>DEPRECATED</comment>
</data>
<data name="CopyNotes" xml:space="preserve">
<value>Copy note</value>
</data>
@ -2659,10 +2643,6 @@ Do you want to switch to this account?</value>
<data name="Passkeys" xml:space="preserve">
<value>Passkeys</value>
</data>
<data name="CreatedX" xml:space="preserve">
<value>Created {0}</value>
<comment>DEPRECATED To state the date in which the cipher was created: Created 03/21/2023</comment>
</data>
<data name="Application" xml:space="preserve">
<value>Application</value>
</data>