1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-15 07:43:37 +00:00

add other cipher type support to vault listings

This commit is contained in:
Kyle Spearrin
2017-10-18 21:35:33 -04:00
parent 0020bd0fb7
commit 74ac9cbbbe
10 changed files with 267 additions and 138 deletions

View File

@@ -646,6 +646,15 @@ namespace Bit.App.Resources {
}
}
/// <summary>
/// Looks up a localized string similar to Copy Number.
/// </summary>
public static string CopyNumber {
get {
return ResourceManager.GetString("CopyNumber", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Copy Password.
/// </summary>
@@ -655,6 +664,15 @@ namespace Bit.App.Resources {
}
}
/// <summary>
/// Looks up a localized string similar to Copy Security Code.
/// </summary>
public static string CopySecurityCode {
get {
return ResourceManager.GetString("CopySecurityCode", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Copy TOTP.
/// </summary>
@@ -1816,6 +1834,15 @@ namespace Bit.App.Resources {
}
}
/// <summary>
/// Looks up a localized string similar to Number.
/// </summary>
public static string Number {
get {
return ResourceManager.GetString("Number", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Ok.
/// </summary>
@@ -2077,6 +2104,15 @@ namespace Bit.App.Resources {
}
}
/// <summary>
/// Looks up a localized string similar to Security Code.
/// </summary>
public static string SecurityCode {
get {
return ResourceManager.GetString("SecurityCode", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to See Development Progress.
/// </summary>