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