mirror of
https://github.com/bitwarden/mobile
synced 2025-12-17 16:53:26 +00:00
more options
This commit is contained in:
126
src/App/Resources/AppResources.Designer.cs
generated
126
src/App/Resources/AppResources.Designer.cs
generated
@@ -879,6 +879,24 @@ namespace Bit.App.Resources {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Clear Clipboard.
|
||||
/// </summary>
|
||||
public static string ClearClipboard {
|
||||
get {
|
||||
return ResourceManager.GetString("ClearClipboard", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Automatically clear copied values from your clipboard..
|
||||
/// </summary>
|
||||
public static string ClearClipboardDescription {
|
||||
get {
|
||||
return ResourceManager.GetString("ClearClipboardDescription", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Close.
|
||||
/// </summary>
|
||||
@@ -1086,6 +1104,15 @@ namespace Bit.App.Resources {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Dark.
|
||||
/// </summary>
|
||||
public static string Dark {
|
||||
get {
|
||||
return ResourceManager.GetString("Dark", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Password Updated.
|
||||
/// </summary>
|
||||
@@ -1122,6 +1149,24 @@ namespace Bit.App.Resources {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Default URI Match Detection.
|
||||
/// </summary>
|
||||
public static string DefaultUriMatchDetection {
|
||||
get {
|
||||
return ResourceManager.GetString("DefaultUriMatchDetection", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Choose the default way that URI match detection is handled for logins when performing actions such as auto-fill..
|
||||
/// </summary>
|
||||
public static string DefaultUriMatchDetectionDescription {
|
||||
get {
|
||||
return ResourceManager.GetString("DefaultUriMatchDetectionDescription", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Delete.
|
||||
/// </summary>
|
||||
@@ -1644,6 +1689,15 @@ namespace Bit.App.Resources {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to 5 minutes.
|
||||
/// </summary>
|
||||
public static string FiveMinutes {
|
||||
get {
|
||||
return ResourceManager.GetString("FiveMinutes", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Folder.
|
||||
/// </summary>
|
||||
@@ -2040,6 +2094,15 @@ namespace Bit.App.Resources {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Light.
|
||||
/// </summary>
|
||||
public static string Light {
|
||||
get {
|
||||
return ResourceManager.GetString("Light", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Lock.
|
||||
/// </summary>
|
||||
@@ -2706,6 +2769,15 @@ namespace Bit.App.Resources {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to 1 minute.
|
||||
/// </summary>
|
||||
public static string OneMinute {
|
||||
get {
|
||||
return ResourceManager.GetString("OneMinute", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Option defaults are set from the main Bitwarden app's password generator tool..
|
||||
/// </summary>
|
||||
@@ -3381,6 +3453,15 @@ namespace Bit.App.Resources {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to 10 seconds.
|
||||
/// </summary>
|
||||
public static string TenSeconds {
|
||||
get {
|
||||
return ResourceManager.GetString("TenSeconds", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Thank You.
|
||||
/// </summary>
|
||||
@@ -3390,6 +3471,33 @@ namespace Bit.App.Resources {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Theme.
|
||||
/// </summary>
|
||||
public static string Theme {
|
||||
get {
|
||||
return ResourceManager.GetString("Theme", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Change the application's color theme..
|
||||
/// </summary>
|
||||
public static string ThemeDescription {
|
||||
get {
|
||||
return ResourceManager.GetString("ThemeDescription", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to 30 seconds.
|
||||
/// </summary>
|
||||
public static string ThirtySeconds {
|
||||
get {
|
||||
return ResourceManager.GetString("ThirtySeconds", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Title.
|
||||
/// </summary>
|
||||
@@ -3435,6 +3543,24 @@ namespace Bit.App.Resources {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to 20 seconds.
|
||||
/// </summary>
|
||||
public static string TwentySeconds {
|
||||
get {
|
||||
return ResourceManager.GetString("TwentySeconds", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to 2 minutes.
|
||||
/// </summary>
|
||||
public static string TwoMinutes {
|
||||
get {
|
||||
return ResourceManager.GetString("TwoMinutes", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Two-step Login.
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user