1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-17 08:43:21 +00:00

collection management when adding new cipher

This commit is contained in:
Kyle Spearrin
2019-05-09 16:55:11 -04:00
parent 056b9fd2de
commit 3bd01067e3
6 changed files with 219 additions and 39 deletions

View File

@@ -2436,6 +2436,15 @@ namespace Bit.App.Resources {
}
}
/// <summary>
/// Looks up a localized string similar to There are no collections to list..
/// </summary>
public static string NoCollectionsToList {
get {
return ResourceManager.GetString("NoCollectionsToList", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to There are no favorites in your vault..
/// </summary>
@@ -2625,6 +2634,15 @@ namespace Bit.App.Resources {
}
}
/// <summary>
/// Looks up a localized string similar to Ownership.
/// </summary>
public static string Ownership {
get {
return ResourceManager.GetString("Ownership", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Passport Number.
/// </summary>
@@ -3651,6 +3669,15 @@ namespace Bit.App.Resources {
}
}
/// <summary>
/// Looks up a localized string similar to Who owns this item?.
/// </summary>
public static string WhoOwnsThisItem {
get {
return ResourceManager.GetString("WhoOwnsThisItem", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Windows Hello.
/// </summary>