1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-16 08:13:20 +00:00

share page

This commit is contained in:
Kyle Spearrin
2019-05-10 13:22:35 -04:00
parent 9aef584494
commit 9668bd85c1
10 changed files with 384 additions and 17 deletions

View File

@@ -1905,6 +1905,15 @@ namespace Bit.App.Resources {
}
}
/// <summary>
/// Looks up a localized string similar to Item has been shared..
/// </summary>
public static string ItemShared {
get {
return ResourceManager.GetString("ItemShared", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Item updated..
/// </summary>
@@ -2517,6 +2526,15 @@ namespace Bit.App.Resources {
}
}
/// <summary>
/// Looks up a localized string similar to No organizations to list..
/// </summary>
public static string NoOrgsToList {
get {
return ResourceManager.GetString("NoOrgsToList", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to No passwords to list..
/// </summary>
@@ -2985,6 +3003,15 @@ namespace Bit.App.Resources {
}
}
/// <summary>
/// Looks up a localized string similar to You must select at least one collection..
/// </summary>
public static string SelectOneCollection {
get {
return ResourceManager.GetString("SelectOneCollection", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to What type of item do you want to add?.
/// </summary>
@@ -3075,6 +3102,33 @@ namespace Bit.App.Resources {
}
}
/// <summary>
/// Looks up a localized string similar to Share.
/// </summary>
public static string Share {
get {
return ResourceManager.GetString("Share", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Choose an organization that you wish to share this item with. Sharing transfers ownership of the item to the organization. You will no longer be the direct owner of this item once it has been shared..
/// </summary>
public static string ShareDesc {
get {
return ResourceManager.GetString("ShareDesc", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Share Item.
/// </summary>
public static string ShareItem {
get {
return ResourceManager.GetString("ShareItem", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Share Your Vault.
/// </summary>