1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-18 17:23:18 +00:00

stub out password generator page functionality

This commit is contained in:
Kyle Spearrin
2019-05-13 12:13:23 -04:00
parent 29b37219c2
commit 28473dd85f
10 changed files with 280 additions and 34 deletions

View File

@@ -2589,6 +2589,15 @@ namespace Bit.App.Resources {
}
}
/// <summary>
/// Looks up a localized string similar to Number of Words.
/// </summary>
public static string NumberOfWords {
get {
return ResourceManager.GetString("NumberOfWords", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to October.
/// </summary>
@@ -2661,6 +2670,15 @@ namespace Bit.App.Resources {
}
}
/// <summary>
/// Looks up a localized string similar to Passphrase.
/// </summary>
public static string Passphrase {
get {
return ResourceManager.GetString("Passphrase", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Passport Number.
/// </summary>
@@ -3741,6 +3759,15 @@ namespace Bit.App.Resources {
}
}
/// <summary>
/// Looks up a localized string similar to Word Separator.
/// </summary>
public static string WordSeparator {
get {
return ResourceManager.GetString("WordSeparator", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Yes.
/// </summary>