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:
26
src/App/Resources/AppResources.Designer.cs
generated
26
src/App/Resources/AppResources.Designer.cs
generated
@@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user