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

view/add/edit login uris

This commit is contained in:
Kyle Spearrin
2018-03-05 22:39:56 -05:00
parent 83fd19784a
commit 4c8204f29a
7 changed files with 340 additions and 140 deletions

View File

@@ -2130,6 +2130,15 @@ namespace Bit.App.Resources {
}
}
/// <summary>
/// Looks up a localized string similar to New URI.
/// </summary>
public static string NewUri {
get {
return ResourceManager.GetString("NewUri", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to No.
/// </summary>
@@ -2940,6 +2949,15 @@ namespace Bit.App.Resources {
}
}
/// <summary>
/// Looks up a localized string similar to URI {0}.
/// </summary>
public static string URIPosition {
get {
return ResourceManager.GetString("URIPosition", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Use another two-step login method.
/// </summary>