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

Redefine cipher "share" to "move to organization" (#1433)

This commit is contained in:
Matt Gibson
2021-06-18 06:52:01 -05:00
committed by GitHub
parent 2a5667251e
commit 2003ac9d2c
11 changed files with 69 additions and 39 deletions

View File

@@ -1,6 +1,7 @@
//------------------------------------------------------------------------------
// <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.
@@ -9,6 +10,7 @@
namespace Bit.App.Resources {
using System;
using System.Reflection;
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")]
@@ -363,6 +365,12 @@ namespace Bit.App.Resources {
}
}
public static string Move {
get {
return ResourceManager.GetString("Move", resourceCulture);
}
}
public static string Saving {
get {
return ResourceManager.GetString("Saving", resourceCulture);
@@ -1257,9 +1265,9 @@ namespace Bit.App.Resources {
}
}
public static string ShareVault {
public static string LearnOrg {
get {
return ResourceManager.GetString("ShareVault", resourceCulture);
return ResourceManager.GetString("LearnOrg", resourceCulture);
}
}
@@ -2397,6 +2405,12 @@ namespace Bit.App.Resources {
}
}
public static string MovedItemToOrg {
get {
return ResourceManager.GetString("MovedItemToOrg", resourceCulture);
}
}
public static string ItemShared {
get {
return ResourceManager.GetString("ItemShared", resourceCulture);
@@ -2421,15 +2435,21 @@ namespace Bit.App.Resources {
}
}
public static string MoveToOrganization {
get {
return ResourceManager.GetString("MoveToOrganization", resourceCulture);
}
}
public static string NoOrgsToList {
get {
return ResourceManager.GetString("NoOrgsToList", resourceCulture);
}
}
public static string ShareDesc {
public static string MoveToOrgDesc {
get {
return ResourceManager.GetString("ShareDesc", resourceCulture);
return ResourceManager.GetString("MoveToOrgDesc", resourceCulture);
}
}
@@ -2481,9 +2501,9 @@ namespace Bit.App.Resources {
}
}
public static string ShareVaultConfirmation {
public static string LearnOrgConfirmation {
get {
return ResourceManager.GetString("ShareVaultConfirmation", resourceCulture);
return ResourceManager.GetString("LearnOrgConfirmation", resourceCulture);
}
}
@@ -3512,23 +3532,21 @@ namespace Bit.App.Resources {
return ResourceManager.GetString("SendFileEmailVerificationRequired", resourceCulture);
}
}
public static string PasswordPrompt
{
get
{
public static string PasswordPrompt {
get {
return ResourceManager.GetString("PasswordPrompt", resourceCulture);
}
}
public static string PasswordConfirmation
{
get
{
public static string PasswordConfirmation {
get {
return ResourceManager.GetString("PasswordConfirmation", resourceCulture);
}
}public static string PasswordConfirmationDesc
{
get
{
}
public static string PasswordConfirmationDesc {
get {
return ResourceManager.GetString("PasswordConfirmationDesc", resourceCulture);
}
}