1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-31 15:43:19 +00:00
This commit is contained in:
Kyle Spearrin
2019-05-08 14:37:12 -04:00
parent 0495c17fc8
commit bb0ee239b4
7 changed files with 152 additions and 47 deletions

View File

@@ -3237,6 +3237,15 @@ namespace Bit.App.Resources {
}
}
/// <summary>
/// Looks up a localized string similar to Type.
/// </summary>
public static string Type {
get {
return ResourceManager.GetString("Type", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Card.
/// </summary>

View File

@@ -1408,4 +1408,7 @@
<data name="SearchType" xml:space="preserve">
<value>Search type</value>
</data>
<data name="Type" xml:space="preserve">
<value>Type</value>
</data>
</root>