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

add capitalize and include num to generator

This commit is contained in:
Kyle Spearrin
2019-07-01 15:35:26 -04:00
parent 225db6397d
commit 33ba4d3871
6 changed files with 120 additions and 3 deletions

View File

@@ -807,6 +807,15 @@ namespace Bit.App.Resources {
}
}
/// <summary>
/// Looks up a localized string similar to Capitalize.
/// </summary>
public static string Capitalize {
get {
return ResourceManager.GetString("Capitalize", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Cardholder Name.
/// </summary>
@@ -1932,6 +1941,15 @@ namespace Bit.App.Resources {
}
}
/// <summary>
/// Looks up a localized string similar to Include Number.
/// </summary>
public static string IncludeNumber {
get {
return ResourceManager.GetString("IncludeNumber", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Please connect to the internet before continuing..
/// </summary>