mirror of
https://github.com/bitwarden/mobile
synced 2025-12-17 08:43:21 +00:00
lock option picker
This commit is contained in:
18
src/App/Resources/AppResources.Designer.cs
generated
18
src/App/Resources/AppResources.Designer.cs
generated
@@ -2085,6 +2085,15 @@ namespace Bit.App.Resources {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to 30 minutes.
|
||||
/// </summary>
|
||||
public static string LockOption30Minutes {
|
||||
get {
|
||||
return ResourceManager.GetString("LockOption30Minutes", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to 4 hours.
|
||||
/// </summary>
|
||||
@@ -2094,6 +2103,15 @@ namespace Bit.App.Resources {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to 5 minutes.
|
||||
/// </summary>
|
||||
public static string LockOption5Minutes {
|
||||
get {
|
||||
return ResourceManager.GetString("LockOption5Minutes", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Immediately.
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user