1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-17 00:33:20 +00:00

various settings

This commit is contained in:
Kyle Spearrin
2019-05-15 13:26:55 -04:00
parent 264028b623
commit 547cd4e828
4 changed files with 124 additions and 0 deletions

View File

@@ -1383,6 +1383,15 @@ namespace Bit.App.Resources {
}
}
/// <summary>
/// Looks up a localized string similar to Export Vault.
/// </summary>
public static string ExportVault {
get {
return ResourceManager.GetString("ExportVault", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Extension Activated!.
/// </summary>
@@ -3192,6 +3201,15 @@ namespace Bit.App.Resources {
}
}
/// <summary>
/// Looks up a localized string similar to Bitwarden allows you to share your vault with others by using an organization account. Would you like to visit the bitwarden.com website to learn more?.
/// </summary>
public static string ShareVaultConfirmation {
get {
return ResourceManager.GetString("ShareVaultConfirmation", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Create an organization to securely share your items with other users..
/// </summary>