1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-16 00:03:22 +00:00

initial commit of ownership banner (#1210)

This commit is contained in:
Vincent Salucci
2021-01-07 11:16:34 -06:00
committed by GitHub
parent edb8dc58f7
commit 3b5cae01e0
4 changed files with 40 additions and 13 deletions

View File

@@ -1,7 +1,6 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.42000
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
@@ -10,7 +9,6 @@
namespace Bit.App.Resources {
using System;
using System.Reflection;
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")]
@@ -2818,23 +2816,19 @@ namespace Bit.App.Resources {
return ResourceManager.GetString("ExportVaultWarning", resourceCulture);
}
}
public static string EncExportVaultWarning
{
get
{
public static string EncExportVaultWarning {
get {
return ResourceManager.GetString("EncExportVaultWarning", resourceCulture);
}
}
public static string ExportVaultConfirmationTitle
{
get
{
public static string ExportVaultConfirmationTitle {
get {
return ResourceManager.GetString("ExportVaultConfirmationTitle", resourceCulture);
}
}
public static string Warning {
get {
return ResourceManager.GetString("Warning", resourceCulture);
@@ -3182,5 +3176,11 @@ namespace Bit.App.Resources {
return ResourceManager.GetString("PersonalOwnershipSubmitError", resourceCulture);
}
}
public static string PersonalOwnershipPolicyInEffect {
get {
return ResourceManager.GetString("PersonalOwnershipPolicyInEffect", resourceCulture);
}
}
}
}