1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-17 16:53:26 +00:00

custom fields add/edit

This commit is contained in:
Kyle Spearrin
2019-05-08 23:13:10 -04:00
parent 49c355e52f
commit 866a20ed5a
5 changed files with 237 additions and 56 deletions

View File

@@ -2292,6 +2292,24 @@ namespace Bit.App.Resources {
}
}
/// <summary>
/// Looks up a localized string similar to Move Down.
/// </summary>
public static string MoveDown {
get {
return ResourceManager.GetString("MoveDown", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Move Up.
/// </summary>
public static string MoveUp {
get {
return ResourceManager.GetString("MoveUp", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Mr.
/// </summary>