1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-20 02:03:49 +00:00

secondary menu on groupings page

This commit is contained in:
Kyle Spearrin
2019-05-30 00:29:00 -04:00
parent 67970afc1e
commit 3f8f29dfe7
6 changed files with 94 additions and 1 deletions

View File

@@ -1401,6 +1401,24 @@ namespace Bit.App.Resources {
}
}
/// <summary>
/// Looks up a localized string similar to Exit.
/// </summary>
public static string Exit {
get {
return ResourceManager.GetString("Exit", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Are you sure you want to exit Bitwarden?.
/// </summary>
public static string ExitConfirmation {
get {
return ResourceManager.GetString("ExitConfirmation", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Re-enable App Extension.
/// </summary>