Bitwarden-app-android-iphon.../src/App/Resources/AppResources.Designer.cs

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

4299 lines
130 KiB
C#
Raw Normal View History

[SG-223] Mobile username generator (#2033) * SG-223 - Changed page title and password title * SG-223 - Refactored generated field * Changed position of generated field * Replaced buttons generate and copy for icons * SG-223 - Refactor type to passwordType * SG-223 - Added password or username selector * Added string for label type selection * SG-223 - Added logic for different types of username * Added strings of new types * [SG-223] - Added UI components for different username types * Added static strings for new labels * Added viewmodel properties to support username generation and their respective options * [SG-223] Added control over type picker visibility * [SG-223] Refactored username entry on add edit page and added generate icon * Added GenerateUsername command * [SG-223] - Implemented service for username generation * [SG-223] - Added support for username generation for item creation flow * Implemented cache for username options * Added exception handling for api calls * [SG-223] - Remove unused code * [SG-223] - Added a new display field for username generated and respective command * Added description label for each type of username * Changed defautl value of username from string.Empty to - * [SG-223] - Removed some StackLayouts and refactored some controls * [SG-223] - Refactored properties name * [SG-223] - Added visibility toggle icon for api keys of forwarded email username types * [SG-223] - Refactored nested StackLayouts into grids. * [SG-223] - Refactor and pr fixing * [SG-223] - Removed string keys from Resolve - Added static string to resources * [SG-223] - Refactored Copy_Clicked as AsyncCommand - Improved exception handling - Refactored TypeSelected as GeneratorTypeSelected * [SG-223] - Renamed PasswordFormatter * [SG-223] - Refactored VM properties to use UsernameGenerationOptions * Removed LoadUsernameOptions * [SG-223] - Refactored added pickers to use SelectedItem instead SelectedIndex * Deleted PickerIndexToBoolConverter as it isn't needed anymore * [SG-223] - Refactored and simplified Grid row and column definitions * [SG-223] - Refactored Command into async command * Added exception handling and feedback to the user * [SG-223] - Refactored GeneratorType picker to use Enum GeneratorType instead of string * [SG-223] - Changed some resource keys * [SG-223] - Refactor method name * [SG-223] - Refactored code and added logs for switch default cases * [SG-223] - Added flag to control visibility when in edit mode * [SG-223] - Added suffix Parenthesis to keys to prevent future conflicts * [SG-223] - Refactored multiple methods into one, GetUsernameFromAsync * Removed unused Extensions from enums * [SG-223] - Added exception message * [SG-223] - Added localizable enum values through LocalizableEnumConverter * [SG-223] - Fixed space between controls * [SG-223] - Removed unused code and refactored some variables and methods names * [SG-223] - Removed unused code and refactored constant name to be more elucidative * [SG-223] - Removed unused variable
2022-08-26 20:32:02 +02:00
//------------------------------------------------------------------------------
2019-04-10 23:01:25 +02:00
// <auto-generated>
// This code was generated by a tool.
2022-07-21 15:57:08 +02:00
// Runtime Version:4.0.30319.42000
2019-04-10 23:01:25 +02:00
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
namespace Bit.App.Resources {
using System;
2022-07-21 15:57:08 +02:00
using System.Reflection;
2019-04-10 23:01:25 +02:00
2022-07-21 15:57:08 +02:00
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")]
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
2019-04-30 17:54:44 +02:00
public class AppResources {
2019-04-10 23:01:25 +02:00
2022-07-21 15:57:08 +02:00
private static System.Resources.ResourceManager resourceMan;
2019-04-10 23:01:25 +02:00
2022-07-21 15:57:08 +02:00
private static System.Globalization.CultureInfo resourceCulture;
2019-04-10 23:01:25 +02:00
2022-07-21 15:57:08 +02:00
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
2019-04-10 23:01:25 +02:00
internal AppResources() {
}
2022-07-21 15:57:08 +02:00
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
public static System.Resources.ResourceManager ResourceManager {
2019-04-10 23:01:25 +02:00
get {
2022-07-21 15:57:08 +02:00
if (object.Equals(null, resourceMan)) {
System.Resources.ResourceManager temp = new System.Resources.ResourceManager("Bit.App.Resources.AppResources", typeof(AppResources).Assembly);
2019-04-10 23:01:25 +02:00
resourceMan = temp;
}
return resourceMan;
}
}
2022-07-21 15:57:08 +02:00
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
public static System.Globalization.CultureInfo Culture {
2019-04-10 23:01:25 +02:00
get {
return resourceCulture;
}
set {
resourceCulture = value;
}
}
2019-04-30 17:54:44 +02:00
public static string About {
2019-04-10 23:01:25 +02:00
get {
return ResourceManager.GetString("About", resourceCulture);
}
}
2022-07-21 15:57:08 +02:00
public static string Add {
2019-04-10 23:01:25 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("Add", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string AddFolder {
2019-04-10 23:01:25 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("AddFolder", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string AddItem {
2019-04-10 23:01:25 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("AddItem", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string AnErrorHasOccurred {
2019-04-10 23:01:25 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("AnErrorHasOccurred", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string Back {
2019-04-10 23:01:25 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("Back", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string Bitwarden {
2019-04-10 23:01:25 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("Bitwarden", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string Cancel {
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("Cancel", resourceCulture);
}
}
2022-07-21 15:57:08 +02:00
public static string Copy {
2019-04-10 23:01:25 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("Copy", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string CopyPassword {
2019-04-10 23:01:25 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("CopyPassword", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string CopyUsername {
2019-04-10 23:01:25 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("CopyUsername", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string Credits {
2019-04-10 23:01:25 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("Credits", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string Delete {
2019-04-10 23:01:25 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("Delete", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string Deleting {
2019-04-10 23:01:25 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("Deleting", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string DoYouReallyWantToDelete {
2019-04-10 23:01:25 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("DoYouReallyWantToDelete", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string Edit {
2019-04-10 23:01:25 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("Edit", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string EditFolder {
2019-04-10 23:01:25 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("EditFolder", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string Email {
2019-04-10 23:01:25 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("Email", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string EmailAddress {
2019-04-10 23:01:25 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("EmailAddress", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string EmailUs {
2019-04-10 23:01:25 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("EmailUs", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string EmailUsDescription {
2019-04-10 23:01:25 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("EmailUsDescription", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string EnterPIN {
2019-04-10 23:01:25 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("EnterPIN", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string Favorites {
2019-04-10 23:01:25 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("Favorites", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string FileBugReport {
2019-04-10 23:01:25 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("FileBugReport", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string FileBugReportDescription {
2019-04-10 23:01:25 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("FileBugReportDescription", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string FingerprintDirection {
2019-04-10 23:01:25 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("FingerprintDirection", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string Folder {
2019-04-10 23:01:25 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("Folder", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string FolderCreated {
2019-04-10 23:01:25 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("FolderCreated", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string FolderDeleted {
2019-04-10 23:01:25 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("FolderDeleted", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string FolderNone {
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("FolderNone", resourceCulture);
}
}
2022-07-21 15:57:08 +02:00
public static string Folders {
2019-04-10 23:01:25 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("Folders", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string FolderUpdated {
2019-04-10 23:01:25 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("FolderUpdated", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string GoToWebsite {
2019-04-10 23:01:25 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("GoToWebsite", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string HelpAndFeedback {
2019-04-10 23:01:25 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("HelpAndFeedback", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string Hide {
2019-04-10 23:01:25 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("Hide", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string InternetConnectionRequiredMessage {
2019-04-10 23:01:25 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("InternetConnectionRequiredMessage", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string InternetConnectionRequiredTitle {
2019-04-10 23:01:25 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("InternetConnectionRequiredTitle", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string InvalidMasterPassword {
2019-04-10 23:01:25 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("InvalidMasterPassword", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string InvalidPIN {
2019-04-10 23:01:25 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("InvalidPIN", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string Launch {
2019-04-10 23:01:25 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("Launch", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string LogIn {
2019-04-10 23:01:25 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("LogIn", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string LogInNoun {
2019-04-10 23:01:25 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("LogInNoun", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string LogOut {
2019-10-23 15:24:34 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("LogOut", resourceCulture);
2019-10-23 15:24:34 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string LogoutConfirmation {
2019-10-23 15:11:48 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("LogoutConfirmation", resourceCulture);
2019-10-23 15:11:48 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string RemoveAccount {
Account Switching (#1807) * Account Switching (#1720) * Account switching * WIP * wip * wip * updates to send test logic * fixed Send tests * fixes for theme handling on account switching and re-adding existing account * switch fixes * fixes * fixes * cleanup * vault timeout fixes * account list status enhancements * logout fixes and token handling improvements * merge latest (#1727) * remove duplicate dependency * fix for initial login token storage paradox (#1730) * Fix avatar color update toolbar item issue on iOS for account switching (#1735) * Updated account switching menu UI (#1733) * updated account switching menu UI * additional changes * add key suffix to constant * GetFirstLetters method tweaks * Fix crash on account switching when logging out when having more than user at a time (#1740) * single account migration to multi-account on app update (#1741) * Account Switching Tap to dismiss (#1743) * Added tap to dismiss on the Account switching overlay and improved a bit the code * Fix account switching overlay background transparent on the proper place * Fixed transparent background and the shadow on the account switching overlay * Fix iOS top space on Account switching list overlay after modal (#1746) * Fix top space added to Account switching list overlay after closing modal * Fix top space added to Account switching list overlay after closing modal on lock, login and home views just in case we add modals in the future there as well * Usability: dismiss account list on certain events (#1748) * dismiss account list on certain events * use new FireAndForget method for back button logic * Create and use Account Switching overlay control (#1753) * Added Account switching overlay control and its own ViewModel and refactored accordingly * Fix account switching Accounts list binding update * Implemented dismiss account switching overlay when changing tabs and when selecting the same tab. Also updated the deprecated listener on CustomTabbedRenderer on Android (#1755) * Overriden Equals on AvatarImageSource so it doesn't get set multiple times when it's the same image thus producing blinking on tab chaged (#1756) * Usability improvements for logout on vault timeout (#1781) * accountswitching fixes (#1784) * Fix for invalid PIN lock state when switching accounts (#1792) * fix for pin lock flow * named tuple values and updated async * clear send service cache on account switch (#1796) * Global theme and account removal (#1793) * Global theme and account removal * remove redundant call to hide account list overlay * cleanup and additional tweaks * add try/catch to remove account dialog flow Co-authored-by: Federico Maccaroni <fedemkr@gmail.com>
2022-02-23 18:40:17 +01:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("RemoveAccount", resourceCulture);
Account Switching (#1807) * Account Switching (#1720) * Account switching * WIP * wip * wip * updates to send test logic * fixed Send tests * fixes for theme handling on account switching and re-adding existing account * switch fixes * fixes * fixes * cleanup * vault timeout fixes * account list status enhancements * logout fixes and token handling improvements * merge latest (#1727) * remove duplicate dependency * fix for initial login token storage paradox (#1730) * Fix avatar color update toolbar item issue on iOS for account switching (#1735) * Updated account switching menu UI (#1733) * updated account switching menu UI * additional changes * add key suffix to constant * GetFirstLetters method tweaks * Fix crash on account switching when logging out when having more than user at a time (#1740) * single account migration to multi-account on app update (#1741) * Account Switching Tap to dismiss (#1743) * Added tap to dismiss on the Account switching overlay and improved a bit the code * Fix account switching overlay background transparent on the proper place * Fixed transparent background and the shadow on the account switching overlay * Fix iOS top space on Account switching list overlay after modal (#1746) * Fix top space added to Account switching list overlay after closing modal * Fix top space added to Account switching list overlay after closing modal on lock, login and home views just in case we add modals in the future there as well * Usability: dismiss account list on certain events (#1748) * dismiss account list on certain events * use new FireAndForget method for back button logic * Create and use Account Switching overlay control (#1753) * Added Account switching overlay control and its own ViewModel and refactored accordingly * Fix account switching Accounts list binding update * Implemented dismiss account switching overlay when changing tabs and when selecting the same tab. Also updated the deprecated listener on CustomTabbedRenderer on Android (#1755) * Overriden Equals on AvatarImageSource so it doesn't get set multiple times when it's the same image thus producing blinking on tab chaged (#1756) * Usability improvements for logout on vault timeout (#1781) * accountswitching fixes (#1784) * Fix for invalid PIN lock state when switching accounts (#1792) * fix for pin lock flow * named tuple values and updated async * clear send service cache on account switch (#1796) * Global theme and account removal (#1793) * Global theme and account removal * remove redundant call to hide account list overlay * cleanup and additional tweaks * add try/catch to remove account dialog flow Co-authored-by: Federico Maccaroni <fedemkr@gmail.com>
2022-02-23 18:40:17 +01:00
}
}
2022-07-21 15:57:08 +02:00
public static string RemoveAccountConfirmation {
Account Switching (#1807) * Account Switching (#1720) * Account switching * WIP * wip * wip * updates to send test logic * fixed Send tests * fixes for theme handling on account switching and re-adding existing account * switch fixes * fixes * fixes * cleanup * vault timeout fixes * account list status enhancements * logout fixes and token handling improvements * merge latest (#1727) * remove duplicate dependency * fix for initial login token storage paradox (#1730) * Fix avatar color update toolbar item issue on iOS for account switching (#1735) * Updated account switching menu UI (#1733) * updated account switching menu UI * additional changes * add key suffix to constant * GetFirstLetters method tweaks * Fix crash on account switching when logging out when having more than user at a time (#1740) * single account migration to multi-account on app update (#1741) * Account Switching Tap to dismiss (#1743) * Added tap to dismiss on the Account switching overlay and improved a bit the code * Fix account switching overlay background transparent on the proper place * Fixed transparent background and the shadow on the account switching overlay * Fix iOS top space on Account switching list overlay after modal (#1746) * Fix top space added to Account switching list overlay after closing modal * Fix top space added to Account switching list overlay after closing modal on lock, login and home views just in case we add modals in the future there as well * Usability: dismiss account list on certain events (#1748) * dismiss account list on certain events * use new FireAndForget method for back button logic * Create and use Account Switching overlay control (#1753) * Added Account switching overlay control and its own ViewModel and refactored accordingly * Fix account switching Accounts list binding update * Implemented dismiss account switching overlay when changing tabs and when selecting the same tab. Also updated the deprecated listener on CustomTabbedRenderer on Android (#1755) * Overriden Equals on AvatarImageSource so it doesn't get set multiple times when it's the same image thus producing blinking on tab chaged (#1756) * Usability improvements for logout on vault timeout (#1781) * accountswitching fixes (#1784) * Fix for invalid PIN lock state when switching accounts (#1792) * fix for pin lock flow * named tuple values and updated async * clear send service cache on account switch (#1796) * Global theme and account removal (#1793) * Global theme and account removal * remove redundant call to hide account list overlay * cleanup and additional tweaks * add try/catch to remove account dialog flow Co-authored-by: Federico Maccaroni <fedemkr@gmail.com>
2022-02-23 18:40:17 +01:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("RemoveAccountConfirmation", resourceCulture);
Account Switching (#1807) * Account Switching (#1720) * Account switching * WIP * wip * wip * updates to send test logic * fixed Send tests * fixes for theme handling on account switching and re-adding existing account * switch fixes * fixes * fixes * cleanup * vault timeout fixes * account list status enhancements * logout fixes and token handling improvements * merge latest (#1727) * remove duplicate dependency * fix for initial login token storage paradox (#1730) * Fix avatar color update toolbar item issue on iOS for account switching (#1735) * Updated account switching menu UI (#1733) * updated account switching menu UI * additional changes * add key suffix to constant * GetFirstLetters method tweaks * Fix crash on account switching when logging out when having more than user at a time (#1740) * single account migration to multi-account on app update (#1741) * Account Switching Tap to dismiss (#1743) * Added tap to dismiss on the Account switching overlay and improved a bit the code * Fix account switching overlay background transparent on the proper place * Fixed transparent background and the shadow on the account switching overlay * Fix iOS top space on Account switching list overlay after modal (#1746) * Fix top space added to Account switching list overlay after closing modal * Fix top space added to Account switching list overlay after closing modal on lock, login and home views just in case we add modals in the future there as well * Usability: dismiss account list on certain events (#1748) * dismiss account list on certain events * use new FireAndForget method for back button logic * Create and use Account Switching overlay control (#1753) * Added Account switching overlay control and its own ViewModel and refactored accordingly * Fix account switching Accounts list binding update * Implemented dismiss account switching overlay when changing tabs and when selecting the same tab. Also updated the deprecated listener on CustomTabbedRenderer on Android (#1755) * Overriden Equals on AvatarImageSource so it doesn't get set multiple times when it's the same image thus producing blinking on tab chaged (#1756) * Usability improvements for logout on vault timeout (#1781) * accountswitching fixes (#1784) * Fix for invalid PIN lock state when switching accounts (#1792) * fix for pin lock flow * named tuple values and updated async * clear send service cache on account switch (#1796) * Global theme and account removal (#1793) * Global theme and account removal * remove redundant call to hide account list overlay * cleanup and additional tweaks * add try/catch to remove account dialog flow Co-authored-by: Federico Maccaroni <fedemkr@gmail.com>
2022-02-23 18:40:17 +01:00
}
}
2022-07-21 15:57:08 +02:00
public static string AccountAlreadyAdded {
Account Switching (#1807) * Account Switching (#1720) * Account switching * WIP * wip * wip * updates to send test logic * fixed Send tests * fixes for theme handling on account switching and re-adding existing account * switch fixes * fixes * fixes * cleanup * vault timeout fixes * account list status enhancements * logout fixes and token handling improvements * merge latest (#1727) * remove duplicate dependency * fix for initial login token storage paradox (#1730) * Fix avatar color update toolbar item issue on iOS for account switching (#1735) * Updated account switching menu UI (#1733) * updated account switching menu UI * additional changes * add key suffix to constant * GetFirstLetters method tweaks * Fix crash on account switching when logging out when having more than user at a time (#1740) * single account migration to multi-account on app update (#1741) * Account Switching Tap to dismiss (#1743) * Added tap to dismiss on the Account switching overlay and improved a bit the code * Fix account switching overlay background transparent on the proper place * Fixed transparent background and the shadow on the account switching overlay * Fix iOS top space on Account switching list overlay after modal (#1746) * Fix top space added to Account switching list overlay after closing modal * Fix top space added to Account switching list overlay after closing modal on lock, login and home views just in case we add modals in the future there as well * Usability: dismiss account list on certain events (#1748) * dismiss account list on certain events * use new FireAndForget method for back button logic * Create and use Account Switching overlay control (#1753) * Added Account switching overlay control and its own ViewModel and refactored accordingly * Fix account switching Accounts list binding update * Implemented dismiss account switching overlay when changing tabs and when selecting the same tab. Also updated the deprecated listener on CustomTabbedRenderer on Android (#1755) * Overriden Equals on AvatarImageSource so it doesn't get set multiple times when it's the same image thus producing blinking on tab chaged (#1756) * Usability improvements for logout on vault timeout (#1781) * accountswitching fixes (#1784) * Fix for invalid PIN lock state when switching accounts (#1792) * fix for pin lock flow * named tuple values and updated async * clear send service cache on account switch (#1796) * Global theme and account removal (#1793) * Global theme and account removal * remove redundant call to hide account list overlay * cleanup and additional tweaks * add try/catch to remove account dialog flow Co-authored-by: Federico Maccaroni <fedemkr@gmail.com>
2022-02-23 18:40:17 +01:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("AccountAlreadyAdded", resourceCulture);
Account Switching (#1807) * Account Switching (#1720) * Account switching * WIP * wip * wip * updates to send test logic * fixed Send tests * fixes for theme handling on account switching and re-adding existing account * switch fixes * fixes * fixes * cleanup * vault timeout fixes * account list status enhancements * logout fixes and token handling improvements * merge latest (#1727) * remove duplicate dependency * fix for initial login token storage paradox (#1730) * Fix avatar color update toolbar item issue on iOS for account switching (#1735) * Updated account switching menu UI (#1733) * updated account switching menu UI * additional changes * add key suffix to constant * GetFirstLetters method tweaks * Fix crash on account switching when logging out when having more than user at a time (#1740) * single account migration to multi-account on app update (#1741) * Account Switching Tap to dismiss (#1743) * Added tap to dismiss on the Account switching overlay and improved a bit the code * Fix account switching overlay background transparent on the proper place * Fixed transparent background and the shadow on the account switching overlay * Fix iOS top space on Account switching list overlay after modal (#1746) * Fix top space added to Account switching list overlay after closing modal * Fix top space added to Account switching list overlay after closing modal on lock, login and home views just in case we add modals in the future there as well * Usability: dismiss account list on certain events (#1748) * dismiss account list on certain events * use new FireAndForget method for back button logic * Create and use Account Switching overlay control (#1753) * Added Account switching overlay control and its own ViewModel and refactored accordingly * Fix account switching Accounts list binding update * Implemented dismiss account switching overlay when changing tabs and when selecting the same tab. Also updated the deprecated listener on CustomTabbedRenderer on Android (#1755) * Overriden Equals on AvatarImageSource so it doesn't get set multiple times when it's the same image thus producing blinking on tab chaged (#1756) * Usability improvements for logout on vault timeout (#1781) * accountswitching fixes (#1784) * Fix for invalid PIN lock state when switching accounts (#1792) * fix for pin lock flow * named tuple values and updated async * clear send service cache on account switch (#1796) * Global theme and account removal (#1793) * Global theme and account removal * remove redundant call to hide account list overlay * cleanup and additional tweaks * add try/catch to remove account dialog flow Co-authored-by: Federico Maccaroni <fedemkr@gmail.com>
2022-02-23 18:40:17 +01:00
}
}
2022-07-21 15:57:08 +02:00
public static string SwitchToAlreadyAddedAccountConfirmation {
Account Switching (#1807) * Account Switching (#1720) * Account switching * WIP * wip * wip * updates to send test logic * fixed Send tests * fixes for theme handling on account switching and re-adding existing account * switch fixes * fixes * fixes * cleanup * vault timeout fixes * account list status enhancements * logout fixes and token handling improvements * merge latest (#1727) * remove duplicate dependency * fix for initial login token storage paradox (#1730) * Fix avatar color update toolbar item issue on iOS for account switching (#1735) * Updated account switching menu UI (#1733) * updated account switching menu UI * additional changes * add key suffix to constant * GetFirstLetters method tweaks * Fix crash on account switching when logging out when having more than user at a time (#1740) * single account migration to multi-account on app update (#1741) * Account Switching Tap to dismiss (#1743) * Added tap to dismiss on the Account switching overlay and improved a bit the code * Fix account switching overlay background transparent on the proper place * Fixed transparent background and the shadow on the account switching overlay * Fix iOS top space on Account switching list overlay after modal (#1746) * Fix top space added to Account switching list overlay after closing modal * Fix top space added to Account switching list overlay after closing modal on lock, login and home views just in case we add modals in the future there as well * Usability: dismiss account list on certain events (#1748) * dismiss account list on certain events * use new FireAndForget method for back button logic * Create and use Account Switching overlay control (#1753) * Added Account switching overlay control and its own ViewModel and refactored accordingly * Fix account switching Accounts list binding update * Implemented dismiss account switching overlay when changing tabs and when selecting the same tab. Also updated the deprecated listener on CustomTabbedRenderer on Android (#1755) * Overriden Equals on AvatarImageSource so it doesn't get set multiple times when it's the same image thus producing blinking on tab chaged (#1756) * Usability improvements for logout on vault timeout (#1781) * accountswitching fixes (#1784) * Fix for invalid PIN lock state when switching accounts (#1792) * fix for pin lock flow * named tuple values and updated async * clear send service cache on account switch (#1796) * Global theme and account removal (#1793) * Global theme and account removal * remove redundant call to hide account list overlay * cleanup and additional tweaks * add try/catch to remove account dialog flow Co-authored-by: Federico Maccaroni <fedemkr@gmail.com>
2022-02-23 18:40:17 +01:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("SwitchToAlreadyAddedAccountConfirmation", resourceCulture);
Account Switching (#1807) * Account Switching (#1720) * Account switching * WIP * wip * wip * updates to send test logic * fixed Send tests * fixes for theme handling on account switching and re-adding existing account * switch fixes * fixes * fixes * cleanup * vault timeout fixes * account list status enhancements * logout fixes and token handling improvements * merge latest (#1727) * remove duplicate dependency * fix for initial login token storage paradox (#1730) * Fix avatar color update toolbar item issue on iOS for account switching (#1735) * Updated account switching menu UI (#1733) * updated account switching menu UI * additional changes * add key suffix to constant * GetFirstLetters method tweaks * Fix crash on account switching when logging out when having more than user at a time (#1740) * single account migration to multi-account on app update (#1741) * Account Switching Tap to dismiss (#1743) * Added tap to dismiss on the Account switching overlay and improved a bit the code * Fix account switching overlay background transparent on the proper place * Fixed transparent background and the shadow on the account switching overlay * Fix iOS top space on Account switching list overlay after modal (#1746) * Fix top space added to Account switching list overlay after closing modal * Fix top space added to Account switching list overlay after closing modal on lock, login and home views just in case we add modals in the future there as well * Usability: dismiss account list on certain events (#1748) * dismiss account list on certain events * use new FireAndForget method for back button logic * Create and use Account Switching overlay control (#1753) * Added Account switching overlay control and its own ViewModel and refactored accordingly * Fix account switching Accounts list binding update * Implemented dismiss account switching overlay when changing tabs and when selecting the same tab. Also updated the deprecated listener on CustomTabbedRenderer on Android (#1755) * Overriden Equals on AvatarImageSource so it doesn't get set multiple times when it's the same image thus producing blinking on tab chaged (#1756) * Usability improvements for logout on vault timeout (#1781) * accountswitching fixes (#1784) * Fix for invalid PIN lock state when switching accounts (#1792) * fix for pin lock flow * named tuple values and updated async * clear send service cache on account switch (#1796) * Global theme and account removal (#1793) * Global theme and account removal * remove redundant call to hide account list overlay * cleanup and additional tweaks * add try/catch to remove account dialog flow Co-authored-by: Federico Maccaroni <fedemkr@gmail.com>
2022-02-23 18:40:17 +01:00
}
}
2022-07-21 15:57:08 +02:00
public static string MasterPassword {
2019-04-10 23:01:25 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("MasterPassword", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string More {
2019-04-10 23:01:25 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("More", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string MyVault {
2019-04-10 23:01:25 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("MyVault", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
[SG-416] Updates to Bitwarden Authenticator (Feature Branch) (#2041) * Initial commit of new TOTP page * Revert config files from previous commit This reverts commit b02c58e3623781ada1e9e8f820b403a5c48274aa. * clear extra code and fix build * add tab page * add authentication view cell * add toolbar icons * got the countdown working * enable context loading and vm init * PS-70 Added toggle to quickly filter TOTP cypher items and show their details, Added new text resource * PS-70 removed old authentication tab * removed unnecessary code on vm * fixed formatting * PS-70 Added circular progress to the OTP count down * PS-70 Fixed grid cell width. Added red progress at 20 percent. Refactored circular progress view. * PS-70 Added new props to custom control. * PS-70 show toggle only if it's premium * PS-70 removed unnecessary code * PS-70 add copy to clipboard. * PS-70 show upgrade to premium text on details to free user. * PS-70 added text labels to resource files * PS-70 Renamed TOTP to Totp to have consistency in naming. Removed a11y text of switch because android was overlapping text. * PS-70 added new UI to enter code manually in the QR Code scanner screen. Changed existing labels on scanner screen. * PS-70 Splited totp code to adjust spacing. * PS-70 Added scanner square corner overlay. Added scanning animation. Added scan success animation. * PS-70 let zxing scanner camera feed on until screen is closed. * PS-70 fixed scanner animation for android devices * PS-70 added vibrate permission to manifest. refactored scanpage code. added manual authentication key feature in scanner. * PS-70 fixed totp cell title label font * PS-70 added copy button to totp edit cipher. Added row button when totp is null. * PS-70 changed labels on manual scanner screen * PS-70 Added label on top of button to solve UI bug. * PS-70 Fixed android button overlapping bug by adding button styling to a Frame view and placing a label inside. Fixed Color on scanner page. * PS-70 Added frame styling for iOS, since frame view has different base configuration for android and iOS. * PS-70 fixed font clipping bug on iOS * PS-70 removed shadow for newer versions of android * PS-70 code format * PS-70 removed update to premium uri launch * PS-70 PR fix for AppResource vs code behind generation. * PS-70 changed premium required label. fixed bug when to show premium required label. * [SSG-416] Removed the dashes from free user and just left the Premium subscription required. * [SSG-416] removed unnecessary changes to the TabsPage file * [SSG-416] removed unnecessary using. * [SSG-416] Updated ViewPageViewModel and code refactoring. * [SG-416] Updated scanner mode toggle text color to be inline with figma designs * [SSG-416] Mobile PR Fixes * [SSG-416] Add to remove a11y text from totp toggle because on android it places an helper text next to the switch making it invisible. Also removed from the label because it already reads the text from the label * [SSG-416] run dotnet tool run dotnet-format * [SSG-416] PR fixes * Revert "[SSG-416] PR fixes" This reverts commit 2f2b90aceed81944e6a2737d5b4409d6798dc9da. * [PS-416] Fixed a bug where the item details page was not updating after saving. * [SG-416] Authenticator toggle remake (#2027) * [SG-416] Removed toggle to TOTP. Added on MainPage new entry to go to screen with TOTP codes. Added filter for TOTP codes to be used when searching. * [SG-416] Removed unnecessary code. Added nav back if there is only 1 cipher with totp code and the user removes it. * [SG-416] Run dotnet format tool * [SG-416] PR fixes * [SG-416] PR Fixes. Manifest formatting. Add try catch. Extracted method and added null protection. * [SG-416] Make TOTP codes appear above favourites. * [SG-416] PR fixes. Show error dialog. Co-authored-by: Carlos J. Muentes <42616259+cmuentes@users.noreply.github.com> Co-authored-by: Jacob Fink <jfink@bitwarden.com>
2022-08-17 23:10:16 +02:00
public static string Authenticator {
get {
return ResourceManager.GetString("Authenticator", resourceCulture);
}
}
2022-07-21 15:57:08 +02:00
public static string Name {
2019-04-10 23:01:25 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("Name", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string No {
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("No", resourceCulture);
}
}
2022-07-21 15:57:08 +02:00
public static string Notes {
2019-04-10 23:01:25 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("Notes", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string Ok {
2019-04-10 23:01:25 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("Ok", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string Password {
2019-04-10 23:01:25 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("Password", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string Save {
2019-04-10 23:01:25 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("Save", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string Move {
2019-04-10 23:01:25 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("Move", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string Saving {
2019-04-10 23:01:25 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("Saving", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string Settings {
2019-04-10 23:01:25 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("Settings", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string Show {
2019-04-10 23:01:25 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("Show", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string ItemDeleted {
2019-04-10 23:01:25 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("ItemDeleted", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string Submit {
2019-04-10 23:01:25 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("Submit", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string Sync {
2019-04-10 23:01:25 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("Sync", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string ThankYou {
2019-04-10 23:01:25 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("ThankYou", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string Tools {
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("Tools", resourceCulture);
}
}
2022-07-21 15:57:08 +02:00
public static string URI {
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("URI", resourceCulture);
}
}
2022-07-21 15:57:08 +02:00
public static string UseFingerprintToUnlock {
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("UseFingerprintToUnlock", resourceCulture);
}
}
2022-07-21 15:57:08 +02:00
public static string Username {
2019-04-10 23:01:25 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("Username", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string ValidationFieldRequired {
2019-04-10 23:01:25 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("ValidationFieldRequired", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string ValueHasBeenCopied {
2019-04-10 23:01:25 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("ValueHasBeenCopied", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string VerifyFingerprint {
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("VerifyFingerprint", resourceCulture);
2021-09-23 15:42:38 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string VerifyMasterPassword {
2021-09-23 15:42:38 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("VerifyMasterPassword", resourceCulture);
2021-09-23 15:42:38 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string VerifyPIN {
2021-09-23 15:42:38 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("VerifyPIN", resourceCulture);
2021-09-23 15:42:38 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string Version {
2021-09-23 15:42:38 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("Version", resourceCulture);
2021-09-23 15:42:38 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string View {
2021-09-23 15:42:38 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("View", resourceCulture);
}
}
2022-07-21 15:57:08 +02:00
public static string VisitOurWebsite {
2019-06-02 06:08:20 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("VisitOurWebsite", resourceCulture);
2019-06-02 06:08:20 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string VisitOurWebsiteDescription {
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("VisitOurWebsiteDescription", resourceCulture);
}
}
2022-07-21 15:57:08 +02:00
public static string Website {
2019-06-03 16:45:27 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("Website", resourceCulture);
2019-06-03 16:45:27 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string Yes {
2019-06-03 16:45:27 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("Yes", resourceCulture);
2019-06-03 16:45:27 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string Account {
2019-04-10 23:01:25 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("Account", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string AccountCreated {
2019-04-10 23:01:25 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("AccountCreated", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string AddAnItem {
2019-04-10 23:01:25 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("AddAnItem", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string AppExtension {
2019-04-10 23:01:25 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("AppExtension", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string AutofillAccessibilityDescription {
2019-04-10 23:01:25 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("AutofillAccessibilityDescription", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string AutofillService {
2019-04-10 23:01:25 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("AutofillService", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string AvoidAmbiguousCharacters {
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("AvoidAmbiguousCharacters", resourceCulture);
}
}
public static string BitwardenAppExtension {
2019-04-10 23:01:25 +02:00
get {
return ResourceManager.GetString("BitwardenAppExtension", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
public static string BitwardenAppExtensionAlert2 {
get {
return ResourceManager.GetString("BitwardenAppExtensionAlert2", resourceCulture);
}
}
public static string BitwardenAppExtensionDescription {
get {
return ResourceManager.GetString("BitwardenAppExtensionDescription", resourceCulture);
}
}
2022-07-21 15:57:08 +02:00
public static string BitwardenAutofillService {
get {
return ResourceManager.GetString("BitwardenAutofillService", resourceCulture);
}
}
public static string BitwardenAutofillAccessibilityServiceDescription {
get {
return ResourceManager.GetString("BitwardenAutofillAccessibilityServiceDescription", resourceCulture);
}
}
2022-07-21 15:57:08 +02:00
public static string ChangeEmail {
2019-04-10 23:01:25 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("ChangeEmail", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string ChangeEmailConfirmation {
2019-04-10 23:01:25 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("ChangeEmailConfirmation", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string ChangeMasterPassword {
2019-04-10 23:01:25 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("ChangeMasterPassword", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string ChangePasswordConfirmation {
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("ChangePasswordConfirmation", resourceCulture);
}
}
2022-07-21 15:57:08 +02:00
public static string Close {
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("Close", resourceCulture);
}
}
2022-07-21 15:57:08 +02:00
public static string Continue {
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("Continue", resourceCulture);
}
}
2022-07-21 15:57:08 +02:00
public static string CreateAccount {
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("CreateAccount", resourceCulture);
}
}
2022-07-21 15:57:08 +02:00
public static string CreatingAccount {
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("CreatingAccount", resourceCulture);
}
}
2022-07-21 15:57:08 +02:00
public static string EditItem {
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("EditItem", resourceCulture);
}
}
2022-07-21 15:57:08 +02:00
public static string EnableAutomaticSyncing {
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("EnableAutomaticSyncing", resourceCulture);
}
}
2022-07-21 15:57:08 +02:00
public static string EnterEmailForHint {
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("EnterEmailForHint", resourceCulture);
}
}
2022-07-21 15:57:08 +02:00
public static string ExntesionReenable {
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("ExntesionReenable", resourceCulture);
}
}
2022-07-21 15:57:08 +02:00
public static string ExtensionAlmostDone {
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("ExtensionAlmostDone", resourceCulture);
}
}
2022-07-21 15:57:08 +02:00
public static string ExtensionEnable {
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("ExtensionEnable", resourceCulture);
}
}
2022-07-21 15:57:08 +02:00
public static string ExtensionInSafari {
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("ExtensionInSafari", resourceCulture);
}
}
2022-07-21 15:57:08 +02:00
public static string ExtensionInstantAccess {
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("ExtensionInstantAccess", resourceCulture);
}
}
2022-07-21 15:57:08 +02:00
public static string ExtensionReady {
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("ExtensionReady", resourceCulture);
}
}
2022-07-21 15:57:08 +02:00
public static string ExtensionSetup {
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("ExtensionSetup", resourceCulture);
}
}
2022-07-21 15:57:08 +02:00
public static string ExtensionSetup2 {
2019-04-10 23:01:25 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("ExtensionSetup2", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string ExtensionTapIcon {
2019-04-27 06:19:44 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("ExtensionTapIcon", resourceCulture);
2019-04-27 06:19:44 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string ExtensionTurnOn {
2019-04-27 06:19:44 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("ExtensionTurnOn", resourceCulture);
2019-04-27 06:19:44 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string Favorite {
2019-04-10 23:01:25 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("Favorite", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string Fingerprint {
2019-04-10 23:01:25 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("Fingerprint", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string GeneratePassword {
2019-05-14 15:01:07 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("GeneratePassword", resourceCulture);
2019-05-14 15:01:07 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string GetPasswordHint {
2019-05-29 20:11:15 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("GetPasswordHint", resourceCulture);
}
}
2022-07-21 15:57:08 +02:00
public static string ImportItems {
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("ImportItems", resourceCulture);
2019-05-29 20:11:15 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string ImportItemsConfirmation {
2019-05-29 20:11:15 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("ImportItemsConfirmation", resourceCulture);
2019-05-29 20:11:15 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string ImportItemsDescription {
2019-04-10 23:01:25 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("ImportItemsDescription", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string LastSync {
2019-04-10 23:01:25 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("LastSync", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string Length {
2019-04-10 23:01:25 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("Length", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string Lock {
2019-04-10 23:01:25 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("Lock", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string FifteenMinutes {
2019-04-10 23:01:25 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("FifteenMinutes", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string OneHour {
2019-05-30 05:35:34 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("OneHour", resourceCulture);
2019-05-30 05:35:34 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string OneMinute {
2019-04-10 23:01:25 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("OneMinute", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string FourHours {
2019-04-10 23:01:25 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("FourHours", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string Immediately {
2019-04-10 23:01:25 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("Immediately", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string VaultTimeout {
2019-04-10 23:01:25 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("VaultTimeout", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string VaultTimeoutAction {
2019-04-10 23:01:25 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("VaultTimeoutAction", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string VaultTimeoutLogOutConfirmation {
2019-04-10 23:01:25 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("VaultTimeoutLogOutConfirmation", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string LoggingIn {
2019-04-10 23:01:25 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("LoggingIn", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string LoginOrCreateNewAccount {
2019-04-10 23:01:25 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("LoginOrCreateNewAccount", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string Manage {
2019-04-10 23:01:25 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("Manage", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string MasterPasswordConfirmationValMessage {
2019-04-10 23:01:25 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("MasterPasswordConfirmationValMessage", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string MasterPasswordDescription {
2019-04-10 23:01:25 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("MasterPasswordDescription", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string MasterPasswordHint {
2019-04-10 23:01:25 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("MasterPasswordHint", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string MasterPasswordHintDescription {
2019-04-10 23:01:25 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("MasterPasswordHintDescription", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string MasterPasswordLengthValMessage {
2019-05-29 20:11:15 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("MasterPasswordLengthValMessage", resourceCulture);
2019-05-29 20:11:15 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string MinNumbers {
2019-04-10 23:01:25 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("MinNumbers", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string MinSpecial {
2019-04-10 23:01:25 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("MinSpecial", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string MoreSettings {
[Auto Logout] Final review of feature (#932) * Initial commit of LockService name refactor (#831) * [Auto-Logout] Update Service layer logic (#835) * Initial commit of service logic update * Added default value for action * Updated ToggleTokensAsync conditional * Removed unused variables, updated action conditional * Initial commit: lockOption/lock refactor app layer (#840) * [Auto-Logout] Settings Refactor - Application Layer Part 2 (#844) * Initial commit of app layer part 2 * Updated biometrics position * Reverted resource name refactor * LockOptions refactor revert * Updated method casing :: Removed VaultTimeout prefix for timeouts * Fixed dupe string resource (#854) * Updated dependency to use VaultTimeoutService (#896) * [Auto Logout] Xamarin Forms in AutoFill flow (iOS) (#902) * fix typo in PINRequireMasterPasswordRestart (#900) * initial commit for xf usage in autofill * Fixed databinding for hint button * Updated Two Factor page launch - removed unused imports * First pass at broadcast/messenger implentation for autofill * setting theme in extension using theme manager * extension app resources * App resources from main app * fix ref to twoFactorPage * apply resources to page * load empty app for sytling in extension * move ios renderers to ios core * static ref to resources and GetResourceColor helper * fix method ref * move application.current.resources refs to helper * switch login page alerts to device action dialogs * run on main thread * showDialog with device action service * abstract action sheet to device action service * add support for yubikey * add yubikey iimages to extension * support close button action * add support to action extension * remove empty lines Co-authored-by: Jonas Kittner <54631600+theendlessriver13@users.noreply.github.com> Co-authored-by: Kyle Spearrin <kyle.spearrin@gmail.com> * [Auto Logout] Update lock option to be default value (#929) * Initial commit - make lock action default * Removed extra whitespace Co-authored-by: Jonas Kittner <54631600+theendlessriver13@users.noreply.github.com> Co-authored-by: Kyle Spearrin <kyle.spearrin@gmail.com> Co-authored-by: Kyle Spearrin <kspearrin@users.noreply.github.com>
2020-05-29 18:26:36 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("MoreSettings", resourceCulture);
[Auto Logout] Final review of feature (#932) * Initial commit of LockService name refactor (#831) * [Auto-Logout] Update Service layer logic (#835) * Initial commit of service logic update * Added default value for action * Updated ToggleTokensAsync conditional * Removed unused variables, updated action conditional * Initial commit: lockOption/lock refactor app layer (#840) * [Auto-Logout] Settings Refactor - Application Layer Part 2 (#844) * Initial commit of app layer part 2 * Updated biometrics position * Reverted resource name refactor * LockOptions refactor revert * Updated method casing :: Removed VaultTimeout prefix for timeouts * Fixed dupe string resource (#854) * Updated dependency to use VaultTimeoutService (#896) * [Auto Logout] Xamarin Forms in AutoFill flow (iOS) (#902) * fix typo in PINRequireMasterPasswordRestart (#900) * initial commit for xf usage in autofill * Fixed databinding for hint button * Updated Two Factor page launch - removed unused imports * First pass at broadcast/messenger implentation for autofill * setting theme in extension using theme manager * extension app resources * App resources from main app * fix ref to twoFactorPage * apply resources to page * load empty app for sytling in extension * move ios renderers to ios core * static ref to resources and GetResourceColor helper * fix method ref * move application.current.resources refs to helper * switch login page alerts to device action dialogs * run on main thread * showDialog with device action service * abstract action sheet to device action service * add support for yubikey * add yubikey iimages to extension * support close button action * add support to action extension * remove empty lines Co-authored-by: Jonas Kittner <54631600+theendlessriver13@users.noreply.github.com> Co-authored-by: Kyle Spearrin <kyle.spearrin@gmail.com> * [Auto Logout] Update lock option to be default value (#929) * Initial commit - make lock action default * Removed extra whitespace Co-authored-by: Jonas Kittner <54631600+theendlessriver13@users.noreply.github.com> Co-authored-by: Kyle Spearrin <kyle.spearrin@gmail.com> Co-authored-by: Kyle Spearrin <kspearrin@users.noreply.github.com>
2020-05-29 18:26:36 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string MustLogInMainApp {
[Auto Logout] Final review of feature (#932) * Initial commit of LockService name refactor (#831) * [Auto-Logout] Update Service layer logic (#835) * Initial commit of service logic update * Added default value for action * Updated ToggleTokensAsync conditional * Removed unused variables, updated action conditional * Initial commit: lockOption/lock refactor app layer (#840) * [Auto-Logout] Settings Refactor - Application Layer Part 2 (#844) * Initial commit of app layer part 2 * Updated biometrics position * Reverted resource name refactor * LockOptions refactor revert * Updated method casing :: Removed VaultTimeout prefix for timeouts * Fixed dupe string resource (#854) * Updated dependency to use VaultTimeoutService (#896) * [Auto Logout] Xamarin Forms in AutoFill flow (iOS) (#902) * fix typo in PINRequireMasterPasswordRestart (#900) * initial commit for xf usage in autofill * Fixed databinding for hint button * Updated Two Factor page launch - removed unused imports * First pass at broadcast/messenger implentation for autofill * setting theme in extension using theme manager * extension app resources * App resources from main app * fix ref to twoFactorPage * apply resources to page * load empty app for sytling in extension * move ios renderers to ios core * static ref to resources and GetResourceColor helper * fix method ref * move application.current.resources refs to helper * switch login page alerts to device action dialogs * run on main thread * showDialog with device action service * abstract action sheet to device action service * add support for yubikey * add yubikey iimages to extension * support close button action * add support to action extension * remove empty lines Co-authored-by: Jonas Kittner <54631600+theendlessriver13@users.noreply.github.com> Co-authored-by: Kyle Spearrin <kyle.spearrin@gmail.com> * [Auto Logout] Update lock option to be default value (#929) * Initial commit - make lock action default * Removed extra whitespace Co-authored-by: Jonas Kittner <54631600+theendlessriver13@users.noreply.github.com> Co-authored-by: Kyle Spearrin <kyle.spearrin@gmail.com> Co-authored-by: Kyle Spearrin <kspearrin@users.noreply.github.com>
2020-05-29 18:26:36 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("MustLogInMainApp", resourceCulture);
[Auto Logout] Final review of feature (#932) * Initial commit of LockService name refactor (#831) * [Auto-Logout] Update Service layer logic (#835) * Initial commit of service logic update * Added default value for action * Updated ToggleTokensAsync conditional * Removed unused variables, updated action conditional * Initial commit: lockOption/lock refactor app layer (#840) * [Auto-Logout] Settings Refactor - Application Layer Part 2 (#844) * Initial commit of app layer part 2 * Updated biometrics position * Reverted resource name refactor * LockOptions refactor revert * Updated method casing :: Removed VaultTimeout prefix for timeouts * Fixed dupe string resource (#854) * Updated dependency to use VaultTimeoutService (#896) * [Auto Logout] Xamarin Forms in AutoFill flow (iOS) (#902) * fix typo in PINRequireMasterPasswordRestart (#900) * initial commit for xf usage in autofill * Fixed databinding for hint button * Updated Two Factor page launch - removed unused imports * First pass at broadcast/messenger implentation for autofill * setting theme in extension using theme manager * extension app resources * App resources from main app * fix ref to twoFactorPage * apply resources to page * load empty app for sytling in extension * move ios renderers to ios core * static ref to resources and GetResourceColor helper * fix method ref * move application.current.resources refs to helper * switch login page alerts to device action dialogs * run on main thread * showDialog with device action service * abstract action sheet to device action service * add support for yubikey * add yubikey iimages to extension * support close button action * add support to action extension * remove empty lines Co-authored-by: Jonas Kittner <54631600+theendlessriver13@users.noreply.github.com> Co-authored-by: Kyle Spearrin <kyle.spearrin@gmail.com> * [Auto Logout] Update lock option to be default value (#929) * Initial commit - make lock action default * Removed extra whitespace Co-authored-by: Jonas Kittner <54631600+theendlessriver13@users.noreply.github.com> Co-authored-by: Kyle Spearrin <kyle.spearrin@gmail.com> Co-authored-by: Kyle Spearrin <kspearrin@users.noreply.github.com>
2020-05-29 18:26:36 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string Never {
2019-04-10 23:01:25 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("Never", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string NewItemCreated {
2019-04-10 23:01:25 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("NewItemCreated", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string NoFavorites {
2019-05-29 20:11:15 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("NoFavorites", resourceCulture);
2019-05-29 20:11:15 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string NoItems {
2019-05-29 20:11:15 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("NoItems", resourceCulture);
2019-05-29 20:11:15 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string NoItemsTap {
2019-04-10 23:01:25 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("NoItemsTap", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string NoUsernamePasswordConfigured {
2019-04-10 23:01:25 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("NoUsernamePasswordConfigured", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string OkGotIt {
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("OkGotIt", resourceCulture);
}
}
2022-07-21 15:57:08 +02:00
public static string OptionDefaults {
2019-04-10 23:01:25 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("OptionDefaults", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string Options {
2019-04-10 23:01:25 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("Options", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string Other {
2019-04-10 23:01:25 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("Other", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string PasswordGenerated {
2019-06-03 16:45:27 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("PasswordGenerated", resourceCulture);
2019-06-03 16:45:27 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string PasswordGenerator {
2019-06-03 16:45:27 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("PasswordGenerator", resourceCulture);
2019-06-03 16:45:27 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string PasswordHint {
2019-04-10 23:01:25 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("PasswordHint", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string PasswordHintAlert {
2019-04-10 23:01:25 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("PasswordHintAlert", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string PasswordOverrideAlert {
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("PasswordOverrideAlert", resourceCulture);
}
}
2022-07-21 15:57:08 +02:00
public static string PushNotificationAlert {
2019-07-22 18:04:17 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("PushNotificationAlert", resourceCulture);
2019-07-22 18:04:17 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string RateTheApp {
2019-04-10 23:01:25 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("RateTheApp", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string RateTheAppDescription {
2019-04-10 23:01:25 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("RateTheAppDescription", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string RegeneratePassword {
2019-04-10 23:01:25 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("RegeneratePassword", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string RetypeMasterPassword {
2019-04-10 23:01:25 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("RetypeMasterPassword", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string SearchVault {
2019-04-10 23:01:25 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("SearchVault", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string Security {
2019-04-10 23:01:25 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("Security", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string Select {
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("Select", resourceCulture);
}
}
2022-07-21 15:57:08 +02:00
public static string SetPIN {
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("SetPIN", resourceCulture);
}
}
2022-07-21 15:57:08 +02:00
public static string SetPINDirection {
2019-04-10 23:01:25 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("SetPINDirection", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string ItemInformation {
2019-04-10 23:01:25 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("ItemInformation", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string ItemUpdated {
2019-04-10 23:01:25 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("ItemUpdated", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string Submitting {
2019-04-10 23:01:25 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("Submitting", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string Syncing {
2019-04-10 23:01:25 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("Syncing", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string SyncingComplete {
2019-04-10 23:01:25 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("SyncingComplete", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string SyncingFailed {
2019-04-10 23:01:25 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("SyncingFailed", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string SyncVaultNow {
2019-04-10 23:01:25 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("SyncVaultNow", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string TouchID {
2019-04-10 23:01:25 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("TouchID", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string TwoStepLogin {
2019-04-10 23:01:25 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("TwoStepLogin", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string TwoStepLoginConfirmation {
2019-04-10 23:01:25 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("TwoStepLoginConfirmation", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string UnlockWith {
2019-04-10 23:01:25 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("UnlockWith", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string UnlockWithPIN {
2019-05-30 06:29:00 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("UnlockWithPIN", resourceCulture);
2019-05-30 06:29:00 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string Validating {
2019-05-30 06:29:00 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("Validating", resourceCulture);
2019-05-30 06:29:00 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string VerificationCode {
2019-04-10 23:01:25 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("VerificationCode", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string ViewItem {
2019-04-10 23:01:25 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("ViewItem", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string WebVault {
2019-04-10 23:01:25 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("WebVault", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string Lost2FAApp {
2019-04-10 23:01:25 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("Lost2FAApp", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string Items {
2019-05-15 19:26:55 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("Items", resourceCulture);
2019-05-15 19:26:55 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string ExtensionActivated {
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("ExtensionActivated", resourceCulture);
}
}
2022-07-21 15:57:08 +02:00
public static string Icons {
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("Icons", resourceCulture);
}
}
2022-07-21 15:57:08 +02:00
public static string Translations {
2019-04-10 23:01:25 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("Translations", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string ItemsForUri {
2019-04-10 23:01:25 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("ItemsForUri", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string NoItemsForUri {
2019-04-10 23:01:25 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("NoItemsForUri", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string BitwardenAutofillServiceOverlay {
2019-04-10 23:01:25 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("BitwardenAutofillServiceOverlay", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string BitwardenAutofillServiceNotificationContent {
2019-04-10 23:01:25 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("BitwardenAutofillServiceNotificationContent", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string BitwardenAutofillServiceOpenAccessibilitySettings {
2019-04-10 23:01:25 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("BitwardenAutofillServiceOpenAccessibilitySettings", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string BitwardenAutofillServiceStep1 {
2019-04-10 23:01:25 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("BitwardenAutofillServiceStep1", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string BitwardenAutofillServiceStep2 {
2019-04-10 23:01:25 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("BitwardenAutofillServiceStep2", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string Disabled {
2019-04-10 23:01:25 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("Disabled", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string Enabled {
2019-04-10 23:01:25 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("Enabled", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string Off {
2019-04-10 23:01:25 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("Off", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string On {
2019-04-10 23:01:25 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("On", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string Status {
2019-04-10 23:01:25 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("Status", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string BitwardenAutofillServiceAlert2 {
2019-04-10 23:01:25 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("BitwardenAutofillServiceAlert2", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string Autofill {
2019-04-10 23:01:25 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("Autofill", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string AutofillOrView {
2019-04-10 23:01:25 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("AutofillOrView", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string BitwardenAutofillServiceMatchConfirm {
2019-04-10 23:01:25 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("BitwardenAutofillServiceMatchConfirm", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string MatchingItems {
2019-04-10 23:01:25 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("MatchingItems", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string PossibleMatchingItems {
2019-04-10 23:01:25 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("PossibleMatchingItems", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string Search {
2019-04-10 23:01:25 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("Search", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string BitwardenAutofillServiceSearch {
2019-04-10 23:01:25 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("BitwardenAutofillServiceSearch", resourceCulture);
}
}
2022-07-21 15:57:08 +02:00
public static string LearnOrg {
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("LearnOrg", resourceCulture);
}
}
2022-07-21 15:57:08 +02:00
public static string CannotOpenApp {
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("CannotOpenApp", resourceCulture);
}
}
2022-07-21 15:57:08 +02:00
public static string AuthenticatorAppTitle {
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("AuthenticatorAppTitle", resourceCulture);
}
}
2022-07-21 15:57:08 +02:00
public static string EnterVerificationCodeApp {
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("EnterVerificationCodeApp", resourceCulture);
}
}
2022-07-21 15:57:08 +02:00
public static string EnterVerificationCodeEmail {
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("EnterVerificationCodeEmail", resourceCulture);
}
}
2022-07-21 15:57:08 +02:00
public static string LoginUnavailable {
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("LoginUnavailable", resourceCulture);
}
}
2022-07-21 15:57:08 +02:00
public static string NoTwoStepAvailable {
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("NoTwoStepAvailable", resourceCulture);
}
}
2022-07-21 15:57:08 +02:00
public static string RecoveryCodeTitle {
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("RecoveryCodeTitle", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string RememberMe {
2019-04-10 23:01:25 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("RememberMe", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string SendVerificationCodeAgain {
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("SendVerificationCodeAgain", resourceCulture);
}
}
2022-07-21 15:57:08 +02:00
public static string TwoStepLoginOptions {
2019-04-10 23:01:25 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("TwoStepLoginOptions", resourceCulture);
}
}
public static string UseAnotherTwoStepMethod {
get {
return ResourceManager.GetString("UseAnotherTwoStepMethod", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string VerificationEmailNotSent {
2019-04-10 23:01:25 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("VerificationEmailNotSent", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string VerificationEmailSent {
2019-05-15 18:54:48 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("VerificationEmailSent", resourceCulture);
2019-05-15 18:54:48 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string YubiKeyInstruction {
2019-04-10 23:01:25 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("YubiKeyInstruction", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string YubiKeyTitle {
2019-05-29 20:11:15 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("YubiKeyTitle", resourceCulture);
2019-05-29 20:11:15 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string AddNewAttachment {
2019-04-10 23:01:25 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("AddNewAttachment", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string Attachments {
2019-04-10 23:01:25 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("Attachments", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string UnableToDownloadFile {
2019-04-10 23:01:25 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("UnableToDownloadFile", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string UnableToOpenFile {
2019-04-10 23:01:25 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("UnableToOpenFile", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string Downloading {
2019-04-10 23:01:25 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("Downloading", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string AttachmentLargeWarning {
2019-04-10 23:01:25 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("AttachmentLargeWarning", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string AuthenticatorKey {
2019-04-10 23:01:25 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("AuthenticatorKey", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string VerificationCodeTotp {
2019-04-10 23:01:25 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("VerificationCodeTotp", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string AuthenticatorKeyAdded {
2019-05-14 15:43:46 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("AuthenticatorKeyAdded", resourceCulture);
2019-05-14 15:43:46 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string AuthenticatorKeyReadError {
2019-04-10 23:01:25 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("AuthenticatorKeyReadError", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
[SG-416] Updates to Bitwarden Authenticator (Feature Branch) (#2041) * Initial commit of new TOTP page * Revert config files from previous commit This reverts commit b02c58e3623781ada1e9e8f820b403a5c48274aa. * clear extra code and fix build * add tab page * add authentication view cell * add toolbar icons * got the countdown working * enable context loading and vm init * PS-70 Added toggle to quickly filter TOTP cypher items and show their details, Added new text resource * PS-70 removed old authentication tab * removed unnecessary code on vm * fixed formatting * PS-70 Added circular progress to the OTP count down * PS-70 Fixed grid cell width. Added red progress at 20 percent. Refactored circular progress view. * PS-70 Added new props to custom control. * PS-70 show toggle only if it's premium * PS-70 removed unnecessary code * PS-70 add copy to clipboard. * PS-70 show upgrade to premium text on details to free user. * PS-70 added text labels to resource files * PS-70 Renamed TOTP to Totp to have consistency in naming. Removed a11y text of switch because android was overlapping text. * PS-70 added new UI to enter code manually in the QR Code scanner screen. Changed existing labels on scanner screen. * PS-70 Splited totp code to adjust spacing. * PS-70 Added scanner square corner overlay. Added scanning animation. Added scan success animation. * PS-70 let zxing scanner camera feed on until screen is closed. * PS-70 fixed scanner animation for android devices * PS-70 added vibrate permission to manifest. refactored scanpage code. added manual authentication key feature in scanner. * PS-70 fixed totp cell title label font * PS-70 added copy button to totp edit cipher. Added row button when totp is null. * PS-70 changed labels on manual scanner screen * PS-70 Added label on top of button to solve UI bug. * PS-70 Fixed android button overlapping bug by adding button styling to a Frame view and placing a label inside. Fixed Color on scanner page. * PS-70 Added frame styling for iOS, since frame view has different base configuration for android and iOS. * PS-70 fixed font clipping bug on iOS * PS-70 removed shadow for newer versions of android * PS-70 code format * PS-70 removed update to premium uri launch * PS-70 PR fix for AppResource vs code behind generation. * PS-70 changed premium required label. fixed bug when to show premium required label. * [SSG-416] Removed the dashes from free user and just left the Premium subscription required. * [SSG-416] removed unnecessary changes to the TabsPage file * [SSG-416] removed unnecessary using. * [SSG-416] Updated ViewPageViewModel and code refactoring. * [SG-416] Updated scanner mode toggle text color to be inline with figma designs * [SSG-416] Mobile PR Fixes * [SSG-416] Add to remove a11y text from totp toggle because on android it places an helper text next to the switch making it invisible. Also removed from the label because it already reads the text from the label * [SSG-416] run dotnet tool run dotnet-format * [SSG-416] PR fixes * Revert "[SSG-416] PR fixes" This reverts commit 2f2b90aceed81944e6a2737d5b4409d6798dc9da. * [PS-416] Fixed a bug where the item details page was not updating after saving. * [SG-416] Authenticator toggle remake (#2027) * [SG-416] Removed toggle to TOTP. Added on MainPage new entry to go to screen with TOTP codes. Added filter for TOTP codes to be used when searching. * [SG-416] Removed unnecessary code. Added nav back if there is only 1 cipher with totp code and the user removes it. * [SG-416] Run dotnet format tool * [SG-416] PR fixes * [SG-416] PR Fixes. Manifest formatting. Add try catch. Extracted method and added null protection. * [SG-416] Make TOTP codes appear above favourites. * [SG-416] PR fixes. Show error dialog. Co-authored-by: Carlos J. Muentes <42616259+cmuentes@users.noreply.github.com> Co-authored-by: Jacob Fink <jfink@bitwarden.com>
2022-08-17 23:10:16 +02:00
public static string PointYourCameraAtTheQRCode {
2019-04-10 23:01:25 +02:00
get {
[SG-416] Updates to Bitwarden Authenticator (Feature Branch) (#2041) * Initial commit of new TOTP page * Revert config files from previous commit This reverts commit b02c58e3623781ada1e9e8f820b403a5c48274aa. * clear extra code and fix build * add tab page * add authentication view cell * add toolbar icons * got the countdown working * enable context loading and vm init * PS-70 Added toggle to quickly filter TOTP cypher items and show their details, Added new text resource * PS-70 removed old authentication tab * removed unnecessary code on vm * fixed formatting * PS-70 Added circular progress to the OTP count down * PS-70 Fixed grid cell width. Added red progress at 20 percent. Refactored circular progress view. * PS-70 Added new props to custom control. * PS-70 show toggle only if it's premium * PS-70 removed unnecessary code * PS-70 add copy to clipboard. * PS-70 show upgrade to premium text on details to free user. * PS-70 added text labels to resource files * PS-70 Renamed TOTP to Totp to have consistency in naming. Removed a11y text of switch because android was overlapping text. * PS-70 added new UI to enter code manually in the QR Code scanner screen. Changed existing labels on scanner screen. * PS-70 Splited totp code to adjust spacing. * PS-70 Added scanner square corner overlay. Added scanning animation. Added scan success animation. * PS-70 let zxing scanner camera feed on until screen is closed. * PS-70 fixed scanner animation for android devices * PS-70 added vibrate permission to manifest. refactored scanpage code. added manual authentication key feature in scanner. * PS-70 fixed totp cell title label font * PS-70 added copy button to totp edit cipher. Added row button when totp is null. * PS-70 changed labels on manual scanner screen * PS-70 Added label on top of button to solve UI bug. * PS-70 Fixed android button overlapping bug by adding button styling to a Frame view and placing a label inside. Fixed Color on scanner page. * PS-70 Added frame styling for iOS, since frame view has different base configuration for android and iOS. * PS-70 fixed font clipping bug on iOS * PS-70 removed shadow for newer versions of android * PS-70 code format * PS-70 removed update to premium uri launch * PS-70 PR fix for AppResource vs code behind generation. * PS-70 changed premium required label. fixed bug when to show premium required label. * [SSG-416] Removed the dashes from free user and just left the Premium subscription required. * [SSG-416] removed unnecessary changes to the TabsPage file * [SSG-416] removed unnecessary using. * [SSG-416] Updated ViewPageViewModel and code refactoring. * [SG-416] Updated scanner mode toggle text color to be inline with figma designs * [SSG-416] Mobile PR Fixes * [SSG-416] Add to remove a11y text from totp toggle because on android it places an helper text next to the switch making it invisible. Also removed from the label because it already reads the text from the label * [SSG-416] run dotnet tool run dotnet-format * [SSG-416] PR fixes * Revert "[SSG-416] PR fixes" This reverts commit 2f2b90aceed81944e6a2737d5b4409d6798dc9da. * [PS-416] Fixed a bug where the item details page was not updating after saving. * [SG-416] Authenticator toggle remake (#2027) * [SG-416] Removed toggle to TOTP. Added on MainPage new entry to go to screen with TOTP codes. Added filter for TOTP codes to be used when searching. * [SG-416] Removed unnecessary code. Added nav back if there is only 1 cipher with totp code and the user removes it. * [SG-416] Run dotnet format tool * [SG-416] PR fixes * [SG-416] PR Fixes. Manifest formatting. Add try catch. Extracted method and added null protection. * [SG-416] Make TOTP codes appear above favourites. * [SG-416] PR fixes. Show error dialog. Co-authored-by: Carlos J. Muentes <42616259+cmuentes@users.noreply.github.com> Co-authored-by: Jacob Fink <jfink@bitwarden.com>
2022-08-17 23:10:16 +02:00
return ResourceManager.GetString("PointYourCameraAtTheQRCode", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string ScanQrTitle {
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("ScanQrTitle", resourceCulture);
}
}
2022-07-21 15:57:08 +02:00
public static string Camera {
2019-04-10 23:01:25 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("Camera", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string Photos {
2019-04-10 23:01:25 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("Photos", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string CopyTotp {
2019-04-10 23:01:25 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("CopyTotp", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string CopyTotpAutomaticallyDescription {
2019-04-10 23:01:25 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("CopyTotpAutomaticallyDescription", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string CopyTotpAutomatically {
2019-04-10 23:01:25 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("CopyTotpAutomatically", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string PremiumRequired {
2019-04-10 23:01:25 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("PremiumRequired", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string AttachementAdded {
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("AttachementAdded", resourceCulture);
}
}
2022-07-21 15:57:08 +02:00
public static string AttachmentDeleted {
2019-04-29 16:20:29 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("AttachmentDeleted", resourceCulture);
2019-04-29 16:20:29 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string ChooseFile {
2019-04-10 23:01:25 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("ChooseFile", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string File {
2019-04-10 23:01:25 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("File", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string NoFileChosen {
2019-04-10 23:01:25 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("NoFileChosen", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string NoAttachments {
2019-04-10 23:01:25 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("NoAttachments", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string FileSource {
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("FileSource", resourceCulture);
}
}
2022-07-21 15:57:08 +02:00
public static string FeatureUnavailable {
2019-04-10 23:01:25 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("FeatureUnavailable", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string MaxFileSize {
2019-04-10 23:01:25 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("MaxFileSize", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string UpdateKey {
2019-04-19 15:42:55 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("UpdateKey", resourceCulture);
2019-04-19 15:42:55 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string LearnMore {
2019-04-10 23:01:25 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("LearnMore", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string ApiUrl {
2019-04-10 23:01:25 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("ApiUrl", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string CustomEnvironment {
2019-04-10 23:01:25 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("CustomEnvironment", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string CustomEnvironmentFooter {
2019-04-10 23:01:25 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("CustomEnvironmentFooter", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string EnvironmentSaved {
2019-04-10 23:01:25 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("EnvironmentSaved", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string FormattedIncorrectly {
2019-05-10 19:22:35 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("FormattedIncorrectly", resourceCulture);
2019-05-10 19:22:35 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string IdentityUrl {
2019-04-10 23:01:25 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("IdentityUrl", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string SelfHostedEnvironment {
2019-04-10 23:01:25 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("SelfHostedEnvironment", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string SelfHostedEnvironmentFooter {
2019-04-10 23:01:25 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("SelfHostedEnvironmentFooter", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string ServerUrl {
2019-04-10 23:01:25 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("ServerUrl", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string WebVaultUrl {
2019-04-10 23:01:25 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("WebVaultUrl", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string BitwardenAutofillServiceNotificationContentOld {
2019-04-10 23:01:25 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("BitwardenAutofillServiceNotificationContentOld", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string CustomFields {
2019-04-10 23:01:25 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("CustomFields", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string CopyNumber {
2019-04-10 23:01:25 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("CopyNumber", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string CopySecurityCode {
2019-04-10 23:01:25 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("CopySecurityCode", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string Number {
2019-04-10 23:01:25 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("Number", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string SecurityCode {
2019-05-29 20:11:15 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("SecurityCode", resourceCulture);
2019-05-29 20:11:15 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string TypeCard {
2019-04-10 23:01:25 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("TypeCard", resourceCulture);
2019-04-10 23:01:25 +02:00
}
2019-05-15 19:35:17 +02:00
}
2022-07-21 15:57:08 +02:00
public static string TypeIdentity {
2019-05-15 19:35:17 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("TypeIdentity", resourceCulture);
2019-05-15 19:35:17 +02:00
}
2019-04-10 23:01:25 +02:00
}
2022-07-21 15:57:08 +02:00
public static string TypeLogin {
2019-04-10 23:01:25 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("TypeLogin", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string TypeSecureNote {
2019-04-10 23:01:25 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("TypeSecureNote", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string Address1 {
2019-04-10 23:01:25 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("Address1", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string Address2 {
2019-05-16 20:55:18 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("Address2", resourceCulture);
2019-05-16 20:55:18 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string Address3 {
2019-04-10 23:01:25 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("Address3", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string April {
2019-05-16 20:55:18 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("April", resourceCulture);
2019-05-16 20:55:18 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string August {
2019-04-10 23:01:25 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("August", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string Brand {
2019-06-03 18:30:26 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("Brand", resourceCulture);
2019-06-03 18:30:26 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string CardholderName {
2019-04-10 23:01:25 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("CardholderName", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string CityTown {
2019-05-17 16:01:45 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("CityTown", resourceCulture);
2019-05-17 16:01:45 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string Company {
2019-04-10 23:01:25 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("Company", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string Country {
2019-04-10 23:01:25 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("Country", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string December {
2019-10-22 22:30:28 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("December", resourceCulture);
2019-10-22 22:30:28 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string Dr {
2019-04-10 23:01:25 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("Dr", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string ExpirationMonth {
2019-04-10 23:01:25 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("ExpirationMonth", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string ExpirationYear {
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("ExpirationYear", resourceCulture);
}
}
2022-07-21 15:57:08 +02:00
public static string February {
2019-04-10 23:01:25 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("February", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string FirstName {
2019-04-10 23:01:25 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("FirstName", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string January {
2019-04-10 23:01:25 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("January", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string July {
2019-04-10 23:01:25 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("July", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string June {
2019-04-10 23:01:25 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("June", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string LastName {
2019-04-10 23:01:25 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("LastName", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string FullName {
2019-04-10 23:01:25 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("FullName", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string LicenseNumber {
2019-04-10 23:01:25 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("LicenseNumber", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string March {
2019-04-10 23:01:25 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("March", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string May {
2019-04-10 23:01:25 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("May", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string MiddleName {
2019-04-10 23:01:25 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("MiddleName", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string Mr {
2019-04-10 23:01:25 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("Mr", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string Mrs {
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("Mrs", resourceCulture);
}
}
2022-07-21 15:57:08 +02:00
public static string Ms {
2019-04-10 23:01:25 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("Ms", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string November {
2019-04-10 23:01:25 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("November", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string October {
2019-04-10 23:01:25 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("October", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string PassportNumber {
2019-04-10 23:01:25 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("PassportNumber", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string Phone {
2019-04-10 23:01:25 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("Phone", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string September {
2019-05-09 18:18:23 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("September", resourceCulture);
2019-05-09 18:18:23 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string SSN {
2019-04-10 23:01:25 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("SSN", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string StateProvince {
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("StateProvince", resourceCulture);
}
}
2022-07-21 15:57:08 +02:00
public static string Title {
2019-04-10 23:01:25 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("Title", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string ZipPostalCode {
2019-05-09 05:13:10 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("ZipPostalCode", resourceCulture);
2019-05-09 05:13:10 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string Address {
2019-05-09 05:13:10 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("Address", resourceCulture);
2019-05-09 05:13:10 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string Expiration {
2019-04-10 23:01:25 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("Expiration", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string ShowWebsiteIcons {
2019-04-10 23:01:25 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("ShowWebsiteIcons", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string ShowWebsiteIconsDescription {
2019-04-10 23:01:25 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("ShowWebsiteIconsDescription", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string IconsUrl {
2019-04-10 23:01:25 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("IconsUrl", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string AutofillWithBitwarden {
2019-04-10 23:01:25 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("AutofillWithBitwarden", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string VaultIsLocked {
2019-04-10 23:01:25 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("VaultIsLocked", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string GoToMyVault {
2019-04-10 23:01:25 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("GoToMyVault", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string Collections {
2019-04-10 23:01:25 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("Collections", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string NoItemsCollection {
2019-04-10 23:01:25 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("NoItemsCollection", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string NoItemsFolder {
2019-04-10 23:01:25 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("NoItemsFolder", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string NoItemsTrash {
2019-04-10 23:01:25 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("NoItemsTrash", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string AutofillAccessibilityService {
2019-04-10 23:01:25 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("AutofillAccessibilityService", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string AutofillServiceDescription {
2019-04-10 23:01:25 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("AutofillServiceDescription", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string BitwardenAutofillServiceDescription {
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("BitwardenAutofillServiceDescription", resourceCulture);
}
}
2022-07-21 15:57:08 +02:00
public static string BitwardenAutofillServiceOpenAutofillSettings {
2019-04-10 23:01:25 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("BitwardenAutofillServiceOpenAutofillSettings", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string FaceID {
2019-04-10 23:01:25 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("FaceID", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string FaceIDDirection {
2019-05-14 23:02:24 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("FaceIDDirection", resourceCulture);
2019-05-14 23:02:24 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string UseFaceIDToUnlock {
2019-04-10 23:01:25 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("UseFaceIDToUnlock", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string VerifyFaceID {
2019-04-10 23:01:25 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("VerifyFaceID", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string WindowsHello {
2019-04-10 23:01:25 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("WindowsHello", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string BitwardenAutofillGoToSettings {
2019-04-10 23:01:25 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("BitwardenAutofillGoToSettings", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string CustomFieldName {
2019-04-10 23:01:25 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("CustomFieldName", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string FieldTypeBoolean {
2019-05-07 04:35:42 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("FieldTypeBoolean", resourceCulture);
2019-05-07 04:35:42 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string FieldTypeHidden {
2019-05-10 19:22:35 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("FieldTypeHidden", resourceCulture);
2019-05-10 19:22:35 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string FieldTypeLinked {
2019-05-02 20:53:45 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("FieldTypeLinked", resourceCulture);
2019-05-02 20:53:45 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string FieldTypeText {
2019-04-10 23:01:25 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("FieldTypeText", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string NewCustomField {
2019-04-10 23:01:25 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("NewCustomField", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string SelectTypeField {
2019-04-10 23:01:25 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("SelectTypeField", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string Remove {
2019-04-10 23:01:25 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("Remove", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string NewUri {
2019-04-10 23:01:25 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("NewUri", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string URIPosition {
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("URIPosition", resourceCulture);
}
}
2022-07-21 15:57:08 +02:00
public static string BaseDomain {
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("BaseDomain", resourceCulture);
}
}
2022-07-21 15:57:08 +02:00
public static string Default {
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("Default", resourceCulture);
}
}
2022-07-21 15:57:08 +02:00
public static string Exact {
2019-04-10 23:01:25 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("Exact", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string Host {
2019-04-10 23:01:25 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("Host", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string RegEx {
2019-04-10 23:01:25 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("RegEx", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string StartsWith {
2019-05-29 20:11:15 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("StartsWith", resourceCulture);
}
}
2022-07-21 15:57:08 +02:00
public static string URIMatchDetection {
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("URIMatchDetection", resourceCulture);
2019-05-29 20:11:15 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string MatchDetection {
2019-04-10 23:01:25 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("MatchDetection", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string YesAndSave {
2019-04-10 23:01:25 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("YesAndSave", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string AutofillAndSave {
2019-04-10 23:01:25 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("AutofillAndSave", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string Organization {
2019-04-10 23:01:25 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("Organization", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string HoldYubikeyNearTop {
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("HoldYubikeyNearTop", resourceCulture);
}
}
2022-07-21 15:57:08 +02:00
public static string TryAgain {
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("TryAgain", resourceCulture);
}
}
2022-07-21 15:57:08 +02:00
public static string YubiKeyInstructionIos {
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("YubiKeyInstructionIos", resourceCulture);
}
}
2022-07-21 15:57:08 +02:00
public static string BitwardenAutofillAccessibilityServiceDescription2 {
2019-04-10 23:01:25 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("BitwardenAutofillAccessibilityServiceDescription2", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string DatePasswordUpdated {
2019-04-10 23:01:25 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("DatePasswordUpdated", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string DateUpdated {
2019-04-10 23:01:25 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("DateUpdated", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string AutofillActivated {
2019-04-27 06:19:44 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("AutofillActivated", resourceCulture);
2019-04-27 06:19:44 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string MustLogInMainAppAutofill {
2019-04-10 23:01:25 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("MustLogInMainAppAutofill", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string AutofillSetup {
2019-04-10 23:01:25 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("AutofillSetup", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string AutofillSetup2 {
2019-04-10 23:01:25 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("AutofillSetup2", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string BitwardenAutofillDescription {
2019-04-10 23:01:25 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("BitwardenAutofillDescription", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string AutofillTurnOn {
2019-04-30 15:50:35 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("AutofillTurnOn", resourceCulture);
2019-04-30 15:50:35 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string AutofillTurnOn1 {
2019-04-10 23:01:25 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("AutofillTurnOn1", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string AutofillTurnOn2 {
2019-04-27 06:19:44 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("AutofillTurnOn2", resourceCulture);
2019-04-27 06:19:44 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string AutofillTurnOn3 {
2019-04-10 23:01:25 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("AutofillTurnOn3", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string AutofillTurnOn4 {
2019-04-10 23:01:25 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("AutofillTurnOn4", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string AutofillTurnOn5 {
2019-05-15 23:37:59 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("AutofillTurnOn5", resourceCulture);
2019-05-15 23:37:59 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string PasswordAutofill {
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("PasswordAutofill", resourceCulture);
}
}
2022-07-21 15:57:08 +02:00
public static string BitwardenAutofillAlert2 {
2019-04-10 23:01:25 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("BitwardenAutofillAlert2", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string InvalidEmail {
2019-04-10 23:01:25 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("InvalidEmail", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string Cards {
2019-04-10 23:01:25 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("Cards", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string Identities {
2019-04-10 23:01:25 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("Identities", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string Logins {
2019-04-10 23:01:25 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("Logins", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string SecureNotes {
2019-04-10 23:01:25 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("SecureNotes", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string AllItems {
2019-04-10 23:01:25 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("AllItems", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string URIs {
2019-04-10 23:01:25 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("URIs", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string CheckingPassword {
2019-04-10 23:01:25 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("CheckingPassword", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string CheckPassword {
2019-04-10 23:01:25 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("CheckPassword", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string PasswordExposed {
2019-05-30 05:02:30 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("PasswordExposed", resourceCulture);
2019-05-30 05:02:30 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string PasswordSafe {
2019-05-30 05:02:30 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("PasswordSafe", resourceCulture);
2019-05-30 05:02:30 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string IdentityName {
2019-04-10 23:01:25 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("IdentityName", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string Value {
2019-04-10 23:01:25 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("Value", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string PasswordHistory {
2019-04-10 23:01:25 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("PasswordHistory", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string Types {
2019-04-10 23:01:25 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("Types", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string NoPasswordsToList {
2019-04-10 23:01:25 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("NoPasswordsToList", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string NoItemsToList {
2019-05-07 04:35:42 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("NoItemsToList", resourceCulture);
2019-05-07 04:35:42 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string SearchCollection {
2019-05-07 04:35:42 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("SearchCollection", resourceCulture);
2019-05-07 04:35:42 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string SearchFileSends {
2019-05-07 04:35:42 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("SearchFileSends", resourceCulture);
2019-05-07 04:35:42 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string SearchTextSends {
2019-04-10 23:01:25 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("SearchTextSends", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string SearchGroup {
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("SearchGroup", resourceCulture);
}
}
2022-07-21 15:57:08 +02:00
public static string Type {
2019-04-10 23:01:25 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("Type", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string MoveDown {
2019-04-10 23:01:25 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("MoveDown", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string MoveUp {
2019-04-10 23:01:25 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("MoveUp", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string Miscellaneous {
2019-05-10 19:22:35 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("Miscellaneous", resourceCulture);
2019-05-10 19:22:35 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string Ownership {
2019-04-10 23:01:25 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("Ownership", resourceCulture);
}
}
2022-07-21 15:57:08 +02:00
public static string WhoOwnsThisItem {
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("WhoOwnsThisItem", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string NoCollectionsToList {
2019-04-10 23:01:25 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("NoCollectionsToList", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string MovedItemToOrg {
2019-04-10 23:01:25 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("MovedItemToOrg", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string ItemShared {
2019-04-10 23:01:25 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("ItemShared", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string SelectOneCollection {
2019-04-10 23:01:25 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("SelectOneCollection", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string Share {
2019-04-10 23:01:25 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("Share", resourceCulture);
}
}
2022-07-21 15:57:08 +02:00
public static string ShareItem {
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("ShareItem", resourceCulture);
}
}
2022-07-21 15:57:08 +02:00
public static string MoveToOrganization {
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("MoveToOrganization", resourceCulture);
}
}
2022-07-21 15:57:08 +02:00
public static string NoOrgsToList {
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("NoOrgsToList", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string MoveToOrgDesc {
2019-04-10 23:01:25 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("MoveToOrgDesc", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string NumberOfWords {
2019-05-16 21:54:21 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("NumberOfWords", resourceCulture);
2019-05-16 21:54:21 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string Passphrase {
2019-04-10 23:01:25 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("Passphrase", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string WordSeparator {
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("WordSeparator", resourceCulture);
}
}
2022-07-21 15:57:08 +02:00
public static string Clear {
2019-04-10 23:01:25 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("Clear", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string Generator {
2019-05-10 19:22:35 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("Generator", resourceCulture);
2019-05-10 19:22:35 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string NoFoldersToList {
2019-07-22 18:04:17 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("NoFoldersToList", resourceCulture);
2019-07-22 18:04:17 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string FingerprintPhrase {
2019-05-10 19:22:35 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("FingerprintPhrase", resourceCulture);
2019-05-10 19:22:35 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string YourAccountsFingerprint {
2019-05-10 19:22:35 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("YourAccountsFingerprint", resourceCulture);
2019-05-10 19:22:35 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string LearnOrgConfirmation {
2019-04-10 23:01:25 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("LearnOrgConfirmation", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string ExportVault {
2019-05-15 19:26:55 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("ExportVault", resourceCulture);
2019-05-15 19:26:55 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string LockNow {
2019-04-10 23:01:25 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("LockNow", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string PIN {
2019-04-10 23:01:25 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("PIN", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string Unlock {
2019-04-10 23:01:25 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("Unlock", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string UnlockVault {
2019-04-10 23:01:25 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("UnlockVault", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string ThirtyMinutes {
2019-04-10 23:01:25 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("ThirtyMinutes", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string SetPINDescription {
2019-04-10 23:01:25 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("SetPINDescription", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string LoggedInAsOn {
2019-04-10 23:01:25 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("LoggedInAsOn", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string VaultLockedMasterPassword {
2019-04-10 23:01:25 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("VaultLockedMasterPassword", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string VaultLockedPIN {
2019-04-10 23:01:25 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("VaultLockedPIN", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string VaultLockedIdentity {
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("VaultLockedIdentity", resourceCulture);
}
}
2022-07-21 15:57:08 +02:00
public static string Dark {
2019-04-10 23:01:25 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("Dark", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string Light {
2019-04-10 23:01:25 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("Light", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string FiveMinutes {
2019-04-10 23:01:25 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("FiveMinutes", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string TenSeconds {
2019-05-29 20:11:15 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("TenSeconds", resourceCulture);
2019-05-29 20:11:15 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string ThirtySeconds {
2019-04-10 23:01:25 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("ThirtySeconds", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string TwentySeconds {
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("TwentySeconds", resourceCulture);
}
}
2022-07-21 15:57:08 +02:00
public static string TwoMinutes {
2019-05-29 20:11:15 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("TwoMinutes", resourceCulture);
2019-05-29 20:11:15 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string ClearClipboard {
2019-06-24 23:32:24 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("ClearClipboard", resourceCulture);
2019-06-24 23:32:24 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string ClearClipboardDescription {
2019-05-29 20:11:15 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("ClearClipboardDescription", resourceCulture);
2019-05-29 20:11:15 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string DefaultUriMatchDetection {
2019-05-29 20:11:15 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("DefaultUriMatchDetection", resourceCulture);
2019-05-29 20:11:15 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string DefaultUriMatchDetectionDescription {
2019-04-10 23:01:25 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("DefaultUriMatchDetectionDescription", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string Theme {
2019-07-22 18:04:17 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("Theme", resourceCulture);
2019-07-22 18:04:17 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string ThemeDescription {
2019-04-10 23:01:25 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("ThemeDescription", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string ThemeDefault {
2019-04-10 23:01:25 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("ThemeDefault", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string DefaultDarkTheme {
2019-04-10 23:01:25 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("DefaultDarkTheme", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string DefaultDarkThemeDescription {
2019-04-10 23:01:25 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("DefaultDarkThemeDescription", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string CopyNotes {
2019-05-29 20:11:15 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("CopyNotes", resourceCulture);
2019-05-29 20:11:15 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string Exit {
2019-05-29 20:11:15 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("Exit", resourceCulture);
2019-05-29 20:11:15 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string ExitConfirmation {
2019-04-10 23:01:25 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("ExitConfirmation", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string PINRequireMasterPasswordRestart {
2019-04-10 23:01:25 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("PINRequireMasterPasswordRestart", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string Black {
2019-05-08 20:37:12 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("Black", resourceCulture);
2019-05-08 20:37:12 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string Nord {
2019-04-10 23:01:25 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("Nord", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
public static string AutofillBlockedUris {
2019-04-10 23:01:25 +02:00
get {
return ResourceManager.GetString("AutofillBlockedUris", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
public static string AutofillBlockedUrisDescription {
2019-04-10 23:01:25 +02:00
get {
return ResourceManager.GetString("AutofillBlockedUrisDescription", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string AskToAddLogin {
2019-05-01 17:31:00 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("AskToAddLogin", resourceCulture);
2019-05-01 17:31:00 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string AskToAddLoginDescription {
2019-04-10 23:01:25 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("AskToAddLoginDescription", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string OnRestart {
2019-04-10 23:01:25 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("OnRestart", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string AutofillServiceNotEnabled {
2019-05-16 14:41:57 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("AutofillServiceNotEnabled", resourceCulture);
2019-05-16 14:41:57 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string ThemeAppliedOnRestart {
2019-04-10 23:01:25 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("ThemeAppliedOnRestart", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string Capitalize {
2019-04-10 23:01:25 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("Capitalize", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string IncludeNumber {
2019-04-10 23:01:25 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("IncludeNumber", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string Download {
2019-04-10 23:01:25 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("Download", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string Shared {
2019-04-10 23:01:25 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("Shared", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string ToggleVisibility {
2019-04-10 23:01:25 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("ToggleVisibility", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string LoginExpired {
2019-04-26 22:58:20 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("LoginExpired", resourceCulture);
2019-04-26 22:58:20 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string BiometricsDirection {
2019-04-10 23:01:25 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("BiometricsDirection", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string Biometrics {
2019-10-23 15:24:34 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("Biometrics", resourceCulture);
2019-10-23 15:24:34 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string UseBiometricsToUnlock {
2019-04-10 23:01:25 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("UseBiometricsToUnlock", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string AccessibilityOverlayPermissionAlert {
2019-04-10 23:01:25 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("AccessibilityOverlayPermissionAlert", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string BitwardenAutofillServiceOverlayPermission {
2019-04-10 23:01:25 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("BitwardenAutofillServiceOverlayPermission", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string OverlayPermission {
2019-04-10 23:01:25 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("OverlayPermission", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string BitwardenAutofillServiceOpenOverlayPermissionSettings {
2019-04-10 23:01:25 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("BitwardenAutofillServiceOpenOverlayPermissionSettings", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string BitwardenAutofillServiceStep3 {
2019-04-29 19:51:05 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("BitwardenAutofillServiceStep3", resourceCulture);
2019-04-29 19:51:05 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string Denied {
2019-04-10 23:01:25 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("Denied", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string Granted {
2019-04-10 23:01:25 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("Granted", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string FileFormat {
2019-05-17 16:01:45 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("FileFormat", resourceCulture);
2019-05-17 16:01:45 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string ExportVaultMasterPasswordDescription {
2019-05-17 16:01:45 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("ExportVaultMasterPasswordDescription", resourceCulture);
2019-05-17 16:01:45 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string SendVerificationCodeToEmail {
2019-04-10 23:01:25 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("SendVerificationCodeToEmail", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string CodeSent {
2019-04-10 23:01:25 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("CodeSent", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string ConfirmYourIdentity {
2019-04-10 23:01:25 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("ConfirmYourIdentity", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string ExportVaultWarning {
[KeyConnector] Add support for key connector OTP (#1633) * initial commit - add UsesKeyConnector to UserService - add models - begin work on authentication * finish auth workflow for key connector sso login - finish api call for get user key - start api calls for posts to key connector * Bypass lock page if already unlocked * Move logic to KeyConnectorService, log out if no pin or biometric is set * Disable password reprompt when using key connector * hide password reprompt checkbox when editing or adding cipher * add PostUserKey and PostSetKeyConnector calls * add ConvertMasterPasswordPage * add functionality to RemoveMasterPasswordPage - rename Convert to Remove * Hide Change Master Password button if using key connector * Add OTP verification for export component * Update src/App/Pages/Vault/AddEditPage.xaml.cs Co-authored-by: Thomas Rittson <31796059+eliykat@users.noreply.github.com> * remove toolbar item "close" * Update src/Core/Models/Request/KeyConnectorUserKeyRequest.cs Co-authored-by: Thomas Rittson <31796059+eliykat@users.noreply.github.com> * remove new line in resource string - format warning as two labels - set label in code behind for loading simultaneously * implement GetAndSetKey in KeyConnectorService - ignore EnvironmentService call * remove unnecesary orgIdentifier * move RemoveMasterPasswordPage call to LockPage * add spacing to export vault page * log out if no PIN or bio on lock page with key connector * Delete excessive whitespace * Delete excessive whitespace * Change capitalisation of OTP * add default value to models for backwards compatibility * remove this keyword * actually handle exceptions * move RemoveMasterPasswordPage to TabPage using messaging service * add minor improvements * remove 'this.' Co-authored-by: Hinton <oscar@oscarhinton.com> Co-authored-by: Thomas Rittson <trittson@bitwarden.com> Co-authored-by: Thomas Rittson <31796059+eliykat@users.noreply.github.com>
2021-11-11 02:46:48 +01:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("ExportVaultWarning", resourceCulture);
}
}
2022-07-21 15:57:08 +02:00
public static string EncExportKeyWarning {
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("EncExportKeyWarning", resourceCulture);
}
}
2022-07-21 15:57:08 +02:00
public static string EncExportAccountWarning {
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("EncExportAccountWarning", resourceCulture);
[KeyConnector] Add support for key connector OTP (#1633) * initial commit - add UsesKeyConnector to UserService - add models - begin work on authentication * finish auth workflow for key connector sso login - finish api call for get user key - start api calls for posts to key connector * Bypass lock page if already unlocked * Move logic to KeyConnectorService, log out if no pin or biometric is set * Disable password reprompt when using key connector * hide password reprompt checkbox when editing or adding cipher * add PostUserKey and PostSetKeyConnector calls * add ConvertMasterPasswordPage * add functionality to RemoveMasterPasswordPage - rename Convert to Remove * Hide Change Master Password button if using key connector * Add OTP verification for export component * Update src/App/Pages/Vault/AddEditPage.xaml.cs Co-authored-by: Thomas Rittson <31796059+eliykat@users.noreply.github.com> * remove toolbar item "close" * Update src/Core/Models/Request/KeyConnectorUserKeyRequest.cs Co-authored-by: Thomas Rittson <31796059+eliykat@users.noreply.github.com> * remove new line in resource string - format warning as two labels - set label in code behind for loading simultaneously * implement GetAndSetKey in KeyConnectorService - ignore EnvironmentService call * remove unnecesary orgIdentifier * move RemoveMasterPasswordPage call to LockPage * add spacing to export vault page * log out if no PIN or bio on lock page with key connector * Delete excessive whitespace * Delete excessive whitespace * Change capitalisation of OTP * add default value to models for backwards compatibility * remove this keyword * actually handle exceptions * move RemoveMasterPasswordPage to TabPage using messaging service * add minor improvements * remove 'this.' Co-authored-by: Hinton <oscar@oscarhinton.com> Co-authored-by: Thomas Rittson <trittson@bitwarden.com> Co-authored-by: Thomas Rittson <31796059+eliykat@users.noreply.github.com>
2021-11-11 02:46:48 +01:00
}
}
2022-07-21 15:57:08 +02:00
public static string ExportVaultConfirmationTitle {
2019-04-10 23:01:25 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("ExportVaultConfirmationTitle", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string Warning {
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("Warning", resourceCulture);
}
}
2022-07-21 15:57:08 +02:00
public static string ExportVaultFailure {
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("ExportVaultFailure", resourceCulture);
}
}
2022-07-21 15:57:08 +02:00
public static string ExportVaultSuccess {
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("ExportVaultSuccess", resourceCulture);
}
}
2022-07-21 15:57:08 +02:00
public static string Clone {
2019-04-10 23:01:25 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("Clone", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string PasswordGeneratorPolicyInEffect {
2019-04-10 23:01:25 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("PasswordGeneratorPolicyInEffect", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string Open {
2019-04-10 23:01:25 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("Open", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string UnableToSaveAttachment {
2019-04-10 23:01:25 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("UnableToSaveAttachment", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string SaveAttachmentSuccess {
2019-04-10 23:01:25 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("SaveAttachmentSuccess", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string AutofillTileAccessibilityRequired {
2019-04-10 23:01:25 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("AutofillTileAccessibilityRequired", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string AutofillTileUriNotFound {
2019-04-10 23:01:25 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("AutofillTileUriNotFound", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string SoftDeleting {
2019-04-10 23:01:25 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("SoftDeleting", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string ItemSoftDeleted {
2019-04-10 23:01:25 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("ItemSoftDeleted", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
public static string Restore {
get {
return ResourceManager.GetString("Restore", resourceCulture);
}
}
public static string Restoring {
2019-04-10 23:01:25 +02:00
get {
return ResourceManager.GetString("Restoring", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string ItemRestored {
2019-04-10 23:01:25 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("ItemRestored", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string Trash {
2019-04-10 23:01:25 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("Trash", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string SearchTrash {
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("SearchTrash", resourceCulture);
}
}
2022-07-21 15:57:08 +02:00
public static string DoYouReallyWantToPermanentlyDeleteCipher {
2019-04-10 23:01:25 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("DoYouReallyWantToPermanentlyDeleteCipher", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string DoYouReallyWantToRestoreCipher {
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("DoYouReallyWantToRestoreCipher", resourceCulture);
}
}
2022-07-21 15:57:08 +02:00
public static string DoYouReallyWantToSoftDeleteCipher {
2019-04-10 23:01:25 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("DoYouReallyWantToSoftDeleteCipher", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string BiometricInvalidated {
2019-04-10 23:01:25 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("BiometricInvalidated", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string BiometricInvalidatedExtension {
2019-05-15 18:54:48 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("BiometricInvalidatedExtension", resourceCulture);
2019-05-15 18:54:48 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string EnableSyncOnRefresh {
2019-04-10 23:01:25 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("EnableSyncOnRefresh", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string EnableSyncOnRefreshDescription {
2019-04-10 23:01:25 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("EnableSyncOnRefreshDescription", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string LogInSso {
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("LogInSso", resourceCulture);
}
}
2022-07-21 15:57:08 +02:00
public static string LogInSsoSummary {
2019-04-10 23:01:25 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("LogInSsoSummary", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string OrgIdentifier {
2019-04-10 23:01:25 +02:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("OrgIdentifier", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
2022-07-21 15:57:08 +02:00
public static string LoginSsoError {
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("LoginSsoError", resourceCulture);
}
}
2022-07-21 15:57:08 +02:00
public static string SetMasterPassword {
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("SetMasterPassword", resourceCulture);
}
}
2022-07-21 15:57:08 +02:00
public static string SetMasterPasswordSummary {
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("SetMasterPasswordSummary", resourceCulture);
}
}
2022-07-21 15:57:08 +02:00
public static string MasterPasswordPolicyInEffect {
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("MasterPasswordPolicyInEffect", resourceCulture);
}
}
2022-07-21 15:57:08 +02:00
public static string PolicyInEffectMinComplexity {
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("PolicyInEffectMinComplexity", resourceCulture);
}
}
2022-07-21 15:57:08 +02:00
public static string PolicyInEffectMinLength {
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("PolicyInEffectMinLength", resourceCulture);
}
}
2022-07-21 15:57:08 +02:00
public static string PolicyInEffectUppercase {
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("PolicyInEffectUppercase", resourceCulture);
}
}
2022-07-21 15:57:08 +02:00
public static string PolicyInEffectLowercase {
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("PolicyInEffectLowercase", resourceCulture);
}
}
2022-07-21 15:57:08 +02:00
public static string PolicyInEffectNumbers {
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("PolicyInEffectNumbers", resourceCulture);
}
}
2022-07-21 15:57:08 +02:00
public static string PolicyInEffectSpecial {
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("PolicyInEffectSpecial", resourceCulture);
}
}
2022-07-21 15:57:08 +02:00
public static string MasterPasswordPolicyValidationTitle {
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("MasterPasswordPolicyValidationTitle", resourceCulture);
}
}
2022-07-21 15:57:08 +02:00
public static string MasterPasswordPolicyValidationMessage {
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("MasterPasswordPolicyValidationMessage", resourceCulture);
}
}
2022-07-21 15:57:08 +02:00
public static string Loading {
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("Loading", resourceCulture);
}
}
2022-07-21 15:57:08 +02:00
public static string AcceptPolicies {
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("AcceptPolicies", resourceCulture);
}
}
2022-07-21 15:57:08 +02:00
public static string AcceptPoliciesError {
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("AcceptPoliciesError", resourceCulture);
}
}
2022-07-21 15:57:08 +02:00
public static string TermsOfService {
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("TermsOfService", resourceCulture);
}
}
2022-07-21 15:57:08 +02:00
public static string PrivacyPolicy {
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("PrivacyPolicy", resourceCulture);
}
}
2022-07-21 15:57:08 +02:00
public static string AccessibilityDrawOverPermissionAlert {
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("AccessibilityDrawOverPermissionAlert", resourceCulture);
}
}
2022-07-21 15:57:08 +02:00
public static string AutofillServices {
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("AutofillServices", resourceCulture);
}
}
2022-07-21 15:57:08 +02:00
public static string InlineAutofill {
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("InlineAutofill", resourceCulture);
}
}
2022-07-21 15:57:08 +02:00
public static string InlineAutofillDescription {
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("InlineAutofillDescription", resourceCulture);
}
}
2022-07-21 15:57:08 +02:00
public static string Accessibility {
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("Accessibility", resourceCulture);
}
}
2022-07-21 15:57:08 +02:00
public static string AccessibilityDescription {
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("AccessibilityDescription", resourceCulture);
}
}
2022-07-21 15:57:08 +02:00
public static string AccessibilityDescription2 {
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("AccessibilityDescription2", resourceCulture);
}
}
2022-07-21 15:57:08 +02:00
public static string AccessibilityDescription3 {
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("AccessibilityDescription3", resourceCulture);
}
}
2022-07-21 15:57:08 +02:00
public static string AccessibilityDescription4 {
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("AccessibilityDescription4", resourceCulture);
}
}
2022-07-21 15:57:08 +02:00
public static string DrawOver {
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("DrawOver", resourceCulture);
}
}
2022-07-21 15:57:08 +02:00
public static string DrawOverDescription {
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("DrawOverDescription", resourceCulture);
}
}
2022-07-21 15:57:08 +02:00
public static string DrawOverDescription2 {
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("DrawOverDescription2", resourceCulture);
}
}
2022-07-21 15:57:08 +02:00
public static string DrawOverDescription3 {
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("DrawOverDescription3", resourceCulture);
}
}
2022-07-21 15:57:08 +02:00
public static string PersonalOwnershipSubmitError {
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("PersonalOwnershipSubmitError", resourceCulture);
}
}
2022-07-21 15:57:08 +02:00
public static string PersonalOwnershipPolicyInEffect {
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("PersonalOwnershipPolicyInEffect", resourceCulture);
}
}
2022-07-21 15:57:08 +02:00
public static string Send {
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("Send", resourceCulture);
}
}
2022-07-21 15:57:08 +02:00
public static string AllSends {
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("AllSends", resourceCulture);
}
}
2022-07-21 15:57:08 +02:00
public static string Sends {
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("Sends", resourceCulture);
}
}
2022-07-21 15:57:08 +02:00
public static string NameInfo {
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("NameInfo", resourceCulture);
}
}
2022-07-21 15:57:08 +02:00
public static string Text {
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("Text", resourceCulture);
}
}
2022-07-21 15:57:08 +02:00
public static string TypeText {
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("TypeText", resourceCulture);
}
}
2022-07-21 15:57:08 +02:00
public static string TypeTextInfo {
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("TypeTextInfo", resourceCulture);
}
}
2022-07-21 15:57:08 +02:00
public static string HideTextByDefault {
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("HideTextByDefault", resourceCulture);
}
}
2022-07-21 15:57:08 +02:00
public static string TypeFile {
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("TypeFile", resourceCulture);
}
}
2022-07-21 15:57:08 +02:00
public static string TypeFileInfo {
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("TypeFileInfo", resourceCulture);
}
}
2022-07-21 15:57:08 +02:00
public static string FileTypeIsSelected {
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("FileTypeIsSelected", resourceCulture);
}
}
2022-07-21 15:57:08 +02:00
public static string FileTypeIsNotSelected {
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("FileTypeIsNotSelected", resourceCulture);
}
}
2022-07-21 15:57:08 +02:00
public static string TextTypeIsSelected {
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("TextTypeIsSelected", resourceCulture);
}
}
2022-07-21 15:57:08 +02:00
public static string TextTypeIsNotSelected {
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("TextTypeIsNotSelected", resourceCulture);
}
}
2022-07-21 15:57:08 +02:00
public static string DeletionDate {
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("DeletionDate", resourceCulture);
}
}
2022-07-21 15:57:08 +02:00
public static string DeletionTime {
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("DeletionTime", resourceCulture);
}
}
2022-07-21 15:57:08 +02:00
public static string DeletionDateInfo {
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("DeletionDateInfo", resourceCulture);
}
}
2022-07-21 15:57:08 +02:00
public static string PendingDelete {
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("PendingDelete", resourceCulture);
}
}
2022-07-21 15:57:08 +02:00
public static string ExpirationDate {
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("ExpirationDate", resourceCulture);
}
}
2022-07-21 15:57:08 +02:00
public static string ExpirationTime {
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("ExpirationTime", resourceCulture);
}
}
2022-07-21 15:57:08 +02:00
public static string ExpirationDateInfo {
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("ExpirationDateInfo", resourceCulture);
}
}
2022-07-21 15:57:08 +02:00
public static string Expired {
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("Expired", resourceCulture);
}
}
2022-07-21 15:57:08 +02:00
public static string MaximumAccessCount {
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("MaximumAccessCount", resourceCulture);
}
}
2022-07-21 15:57:08 +02:00
public static string MaximumAccessCountInfo {
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("MaximumAccessCountInfo", resourceCulture);
}
}
2022-07-21 15:57:08 +02:00
public static string MaximumAccessCountReached {
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("MaximumAccessCountReached", resourceCulture);
}
}
2022-07-21 15:57:08 +02:00
public static string CurrentAccessCount {
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("CurrentAccessCount", resourceCulture);
}
}
2022-07-21 15:57:08 +02:00
public static string NewPassword {
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("NewPassword", resourceCulture);
}
}
2022-07-21 15:57:08 +02:00
public static string PasswordInfo {
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("PasswordInfo", resourceCulture);
}
}
2022-07-21 15:57:08 +02:00
public static string RemovePassword {
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("RemovePassword", resourceCulture);
}
}
2022-07-21 15:57:08 +02:00
public static string AreYouSureRemoveSendPassword {
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("AreYouSureRemoveSendPassword", resourceCulture);
}
}
2022-07-21 15:57:08 +02:00
public static string RemovingSendPassword {
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("RemovingSendPassword", resourceCulture);
}
}
2022-07-21 15:57:08 +02:00
public static string SendPasswordRemoved {
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("SendPasswordRemoved", resourceCulture);
}
}
2022-07-21 15:57:08 +02:00
public static string NotesInfo {
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("NotesInfo", resourceCulture);
}
}
2022-07-21 15:57:08 +02:00
public static string DisableSend {
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("DisableSend", resourceCulture);
}
}
2022-07-21 15:57:08 +02:00
public static string NoSends {
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("NoSends", resourceCulture);
}
}
2022-07-21 15:57:08 +02:00
public static string AddASend {
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("AddASend", resourceCulture);
}
}
2022-07-21 15:57:08 +02:00
public static string CopyLink {
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("CopyLink", resourceCulture);
}
}
2022-07-21 15:57:08 +02:00
public static string ShareLink {
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("ShareLink", resourceCulture);
}
}
2022-07-21 15:57:08 +02:00
public static string SendLink {
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("SendLink", resourceCulture);
}
}
2022-07-21 15:57:08 +02:00
public static string SearchSends {
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("SearchSends", resourceCulture);
}
}
2022-07-21 15:57:08 +02:00
public static string EditSend {
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("EditSend", resourceCulture);
}
}
2022-07-21 15:57:08 +02:00
public static string AddSend {
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("AddSend", resourceCulture);
}
}
2022-07-21 15:57:08 +02:00
public static string AreYouSureDeleteSend {
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("AreYouSureDeleteSend", resourceCulture);
}
}
2022-07-21 15:57:08 +02:00
public static string SendDeleted {
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("SendDeleted", resourceCulture);
}
}
2022-07-21 15:57:08 +02:00
public static string SendUpdated {
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("SendUpdated", resourceCulture);
}
}
2022-07-21 15:57:08 +02:00
public static string NewSendCreated {
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("NewSendCreated", resourceCulture);
}
}
2022-07-21 15:57:08 +02:00
public static string OneDay {
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("OneDay", resourceCulture);
}
}
public static string TwoDays {
get {
return ResourceManager.GetString("TwoDays", resourceCulture);
}
}
2022-07-21 15:57:08 +02:00
public static string ThreeDays {
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("ThreeDays", resourceCulture);
}
}
2022-07-21 15:57:08 +02:00
public static string SevenDays {
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("SevenDays", resourceCulture);
}
}
2022-07-21 15:57:08 +02:00
public static string ThirtyDays {
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("ThirtyDays", resourceCulture);
}
}
2022-07-21 15:57:08 +02:00
public static string Custom {
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("Custom", resourceCulture);
}
}
2022-07-21 15:57:08 +02:00
public static string ShareOnSave {
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("ShareOnSave", resourceCulture);
}
}
2022-07-21 15:57:08 +02:00
public static string SendDisabledWarning {
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("SendDisabledWarning", resourceCulture);
}
}
2022-07-21 15:57:08 +02:00
public static string AboutSend {
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("AboutSend", resourceCulture);
}
}
2022-07-21 15:57:08 +02:00
public static string HideEmail {
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("HideEmail", resourceCulture);
}
}
2022-07-21 15:57:08 +02:00
public static string SendOptionsPolicyInEffect {
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("SendOptionsPolicyInEffect", resourceCulture);
}
}
2022-07-21 15:57:08 +02:00
public static string SendFilePremiumRequired {
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("SendFilePremiumRequired", resourceCulture);
}
}
2022-07-21 15:57:08 +02:00
public static string SendFileEmailVerificationRequired {
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("SendFileEmailVerificationRequired", resourceCulture);
}
}
2022-07-21 15:57:08 +02:00
public static string PasswordPrompt {
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("PasswordPrompt", resourceCulture);
}
}
2022-07-21 15:57:08 +02:00
public static string PasswordConfirmation {
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("PasswordConfirmation", resourceCulture);
}
}
2022-07-21 15:57:08 +02:00
public static string PasswordConfirmationDesc {
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("PasswordConfirmationDesc", resourceCulture);
}
}
2022-07-21 15:57:08 +02:00
public static string CaptchaRequired {
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("CaptchaRequired", resourceCulture);
}
}
2022-07-21 15:57:08 +02:00
public static string CaptchaFailed {
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("CaptchaFailed", resourceCulture);
}
}
2022-07-21 15:57:08 +02:00
public static string UpdatedMasterPassword {
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("UpdatedMasterPassword", resourceCulture);
}
}
2022-07-21 15:57:08 +02:00
public static string UpdateMasterPassword {
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("UpdateMasterPassword", resourceCulture);
}
}
2022-07-21 15:57:08 +02:00
public static string UpdateMasterPasswordWarning {
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("UpdateMasterPasswordWarning", resourceCulture);
}
}
2022-07-21 15:57:08 +02:00
public static string UpdatingPassword {
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("UpdatingPassword", resourceCulture);
}
}
2022-07-21 15:57:08 +02:00
public static string UpdatePasswordError {
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("UpdatePasswordError", resourceCulture);
}
}
2022-07-21 15:57:08 +02:00
public static string RemoveMasterPassword {
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("RemoveMasterPassword", resourceCulture);
}
}
2022-07-21 15:57:08 +02:00
public static string RemoveMasterPasswordWarning {
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("RemoveMasterPasswordWarning", resourceCulture);
}
}
2022-07-21 15:57:08 +02:00
public static string RemoveMasterPasswordWarning2 {
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("RemoveMasterPasswordWarning2", resourceCulture);
}
}
2022-07-21 15:57:08 +02:00
public static string LeaveOrganization {
[KeyConnector] Add support for key connector OTP (#1633) * initial commit - add UsesKeyConnector to UserService - add models - begin work on authentication * finish auth workflow for key connector sso login - finish api call for get user key - start api calls for posts to key connector * Bypass lock page if already unlocked * Move logic to KeyConnectorService, log out if no pin or biometric is set * Disable password reprompt when using key connector * hide password reprompt checkbox when editing or adding cipher * add PostUserKey and PostSetKeyConnector calls * add ConvertMasterPasswordPage * add functionality to RemoveMasterPasswordPage - rename Convert to Remove * Hide Change Master Password button if using key connector * Add OTP verification for export component * Update src/App/Pages/Vault/AddEditPage.xaml.cs Co-authored-by: Thomas Rittson <31796059+eliykat@users.noreply.github.com> * remove toolbar item "close" * Update src/Core/Models/Request/KeyConnectorUserKeyRequest.cs Co-authored-by: Thomas Rittson <31796059+eliykat@users.noreply.github.com> * remove new line in resource string - format warning as two labels - set label in code behind for loading simultaneously * implement GetAndSetKey in KeyConnectorService - ignore EnvironmentService call * remove unnecesary orgIdentifier * move RemoveMasterPasswordPage call to LockPage * add spacing to export vault page * log out if no PIN or bio on lock page with key connector * Delete excessive whitespace * Delete excessive whitespace * Change capitalisation of OTP * add default value to models for backwards compatibility * remove this keyword * actually handle exceptions * move RemoveMasterPasswordPage to TabPage using messaging service * add minor improvements * remove 'this.' Co-authored-by: Hinton <oscar@oscarhinton.com> Co-authored-by: Thomas Rittson <trittson@bitwarden.com> Co-authored-by: Thomas Rittson <31796059+eliykat@users.noreply.github.com>
2021-11-11 02:46:48 +01:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("LeaveOrganization", resourceCulture);
[KeyConnector] Add support for key connector OTP (#1633) * initial commit - add UsesKeyConnector to UserService - add models - begin work on authentication * finish auth workflow for key connector sso login - finish api call for get user key - start api calls for posts to key connector * Bypass lock page if already unlocked * Move logic to KeyConnectorService, log out if no pin or biometric is set * Disable password reprompt when using key connector * hide password reprompt checkbox when editing or adding cipher * add PostUserKey and PostSetKeyConnector calls * add ConvertMasterPasswordPage * add functionality to RemoveMasterPasswordPage - rename Convert to Remove * Hide Change Master Password button if using key connector * Add OTP verification for export component * Update src/App/Pages/Vault/AddEditPage.xaml.cs Co-authored-by: Thomas Rittson <31796059+eliykat@users.noreply.github.com> * remove toolbar item "close" * Update src/Core/Models/Request/KeyConnectorUserKeyRequest.cs Co-authored-by: Thomas Rittson <31796059+eliykat@users.noreply.github.com> * remove new line in resource string - format warning as two labels - set label in code behind for loading simultaneously * implement GetAndSetKey in KeyConnectorService - ignore EnvironmentService call * remove unnecesary orgIdentifier * move RemoveMasterPasswordPage call to LockPage * add spacing to export vault page * log out if no PIN or bio on lock page with key connector * Delete excessive whitespace * Delete excessive whitespace * Change capitalisation of OTP * add default value to models for backwards compatibility * remove this keyword * actually handle exceptions * move RemoveMasterPasswordPage to TabPage using messaging service * add minor improvements * remove 'this.' Co-authored-by: Hinton <oscar@oscarhinton.com> Co-authored-by: Thomas Rittson <trittson@bitwarden.com> Co-authored-by: Thomas Rittson <31796059+eliykat@users.noreply.github.com>
2021-11-11 02:46:48 +01:00
}
}
2022-07-21 15:57:08 +02:00
public static string LeaveOrganizationName {
[KeyConnector] Add support for key connector OTP (#1633) * initial commit - add UsesKeyConnector to UserService - add models - begin work on authentication * finish auth workflow for key connector sso login - finish api call for get user key - start api calls for posts to key connector * Bypass lock page if already unlocked * Move logic to KeyConnectorService, log out if no pin or biometric is set * Disable password reprompt when using key connector * hide password reprompt checkbox when editing or adding cipher * add PostUserKey and PostSetKeyConnector calls * add ConvertMasterPasswordPage * add functionality to RemoveMasterPasswordPage - rename Convert to Remove * Hide Change Master Password button if using key connector * Add OTP verification for export component * Update src/App/Pages/Vault/AddEditPage.xaml.cs Co-authored-by: Thomas Rittson <31796059+eliykat@users.noreply.github.com> * remove toolbar item "close" * Update src/Core/Models/Request/KeyConnectorUserKeyRequest.cs Co-authored-by: Thomas Rittson <31796059+eliykat@users.noreply.github.com> * remove new line in resource string - format warning as two labels - set label in code behind for loading simultaneously * implement GetAndSetKey in KeyConnectorService - ignore EnvironmentService call * remove unnecesary orgIdentifier * move RemoveMasterPasswordPage call to LockPage * add spacing to export vault page * log out if no PIN or bio on lock page with key connector * Delete excessive whitespace * Delete excessive whitespace * Change capitalisation of OTP * add default value to models for backwards compatibility * remove this keyword * actually handle exceptions * move RemoveMasterPasswordPage to TabPage using messaging service * add minor improvements * remove 'this.' Co-authored-by: Hinton <oscar@oscarhinton.com> Co-authored-by: Thomas Rittson <trittson@bitwarden.com> Co-authored-by: Thomas Rittson <31796059+eliykat@users.noreply.github.com>
2021-11-11 02:46:48 +01:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("LeaveOrganizationName", resourceCulture);
[KeyConnector] Add support for key connector OTP (#1633) * initial commit - add UsesKeyConnector to UserService - add models - begin work on authentication * finish auth workflow for key connector sso login - finish api call for get user key - start api calls for posts to key connector * Bypass lock page if already unlocked * Move logic to KeyConnectorService, log out if no pin or biometric is set * Disable password reprompt when using key connector * hide password reprompt checkbox when editing or adding cipher * add PostUserKey and PostSetKeyConnector calls * add ConvertMasterPasswordPage * add functionality to RemoveMasterPasswordPage - rename Convert to Remove * Hide Change Master Password button if using key connector * Add OTP verification for export component * Update src/App/Pages/Vault/AddEditPage.xaml.cs Co-authored-by: Thomas Rittson <31796059+eliykat@users.noreply.github.com> * remove toolbar item "close" * Update src/Core/Models/Request/KeyConnectorUserKeyRequest.cs Co-authored-by: Thomas Rittson <31796059+eliykat@users.noreply.github.com> * remove new line in resource string - format warning as two labels - set label in code behind for loading simultaneously * implement GetAndSetKey in KeyConnectorService - ignore EnvironmentService call * remove unnecesary orgIdentifier * move RemoveMasterPasswordPage call to LockPage * add spacing to export vault page * log out if no PIN or bio on lock page with key connector * Delete excessive whitespace * Delete excessive whitespace * Change capitalisation of OTP * add default value to models for backwards compatibility * remove this keyword * actually handle exceptions * move RemoveMasterPasswordPage to TabPage using messaging service * add minor improvements * remove 'this.' Co-authored-by: Hinton <oscar@oscarhinton.com> Co-authored-by: Thomas Rittson <trittson@bitwarden.com> Co-authored-by: Thomas Rittson <31796059+eliykat@users.noreply.github.com>
2021-11-11 02:46:48 +01:00
}
}
2022-07-21 15:57:08 +02:00
public static string Fido2Title {
[KeyConnector] Add support for key connector OTP (#1633) * initial commit - add UsesKeyConnector to UserService - add models - begin work on authentication * finish auth workflow for key connector sso login - finish api call for get user key - start api calls for posts to key connector * Bypass lock page if already unlocked * Move logic to KeyConnectorService, log out if no pin or biometric is set * Disable password reprompt when using key connector * hide password reprompt checkbox when editing or adding cipher * add PostUserKey and PostSetKeyConnector calls * add ConvertMasterPasswordPage * add functionality to RemoveMasterPasswordPage - rename Convert to Remove * Hide Change Master Password button if using key connector * Add OTP verification for export component * Update src/App/Pages/Vault/AddEditPage.xaml.cs Co-authored-by: Thomas Rittson <31796059+eliykat@users.noreply.github.com> * remove toolbar item "close" * Update src/Core/Models/Request/KeyConnectorUserKeyRequest.cs Co-authored-by: Thomas Rittson <31796059+eliykat@users.noreply.github.com> * remove new line in resource string - format warning as two labels - set label in code behind for loading simultaneously * implement GetAndSetKey in KeyConnectorService - ignore EnvironmentService call * remove unnecesary orgIdentifier * move RemoveMasterPasswordPage call to LockPage * add spacing to export vault page * log out if no PIN or bio on lock page with key connector * Delete excessive whitespace * Delete excessive whitespace * Change capitalisation of OTP * add default value to models for backwards compatibility * remove this keyword * actually handle exceptions * move RemoveMasterPasswordPage to TabPage using messaging service * add minor improvements * remove 'this.' Co-authored-by: Hinton <oscar@oscarhinton.com> Co-authored-by: Thomas Rittson <trittson@bitwarden.com> Co-authored-by: Thomas Rittson <31796059+eliykat@users.noreply.github.com>
2021-11-11 02:46:48 +01:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("Fido2Title", resourceCulture);
[KeyConnector] Add support for key connector OTP (#1633) * initial commit - add UsesKeyConnector to UserService - add models - begin work on authentication * finish auth workflow for key connector sso login - finish api call for get user key - start api calls for posts to key connector * Bypass lock page if already unlocked * Move logic to KeyConnectorService, log out if no pin or biometric is set * Disable password reprompt when using key connector * hide password reprompt checkbox when editing or adding cipher * add PostUserKey and PostSetKeyConnector calls * add ConvertMasterPasswordPage * add functionality to RemoveMasterPasswordPage - rename Convert to Remove * Hide Change Master Password button if using key connector * Add OTP verification for export component * Update src/App/Pages/Vault/AddEditPage.xaml.cs Co-authored-by: Thomas Rittson <31796059+eliykat@users.noreply.github.com> * remove toolbar item "close" * Update src/Core/Models/Request/KeyConnectorUserKeyRequest.cs Co-authored-by: Thomas Rittson <31796059+eliykat@users.noreply.github.com> * remove new line in resource string - format warning as two labels - set label in code behind for loading simultaneously * implement GetAndSetKey in KeyConnectorService - ignore EnvironmentService call * remove unnecesary orgIdentifier * move RemoveMasterPasswordPage call to LockPage * add spacing to export vault page * log out if no PIN or bio on lock page with key connector * Delete excessive whitespace * Delete excessive whitespace * Change capitalisation of OTP * add default value to models for backwards compatibility * remove this keyword * actually handle exceptions * move RemoveMasterPasswordPage to TabPage using messaging service * add minor improvements * remove 'this.' Co-authored-by: Hinton <oscar@oscarhinton.com> Co-authored-by: Thomas Rittson <trittson@bitwarden.com> Co-authored-by: Thomas Rittson <31796059+eliykat@users.noreply.github.com>
2021-11-11 02:46:48 +01:00
}
}
2022-07-21 15:57:08 +02:00
public static string Fido2Instruction {
[KeyConnector] Add support for key connector OTP (#1633) * initial commit - add UsesKeyConnector to UserService - add models - begin work on authentication * finish auth workflow for key connector sso login - finish api call for get user key - start api calls for posts to key connector * Bypass lock page if already unlocked * Move logic to KeyConnectorService, log out if no pin or biometric is set * Disable password reprompt when using key connector * hide password reprompt checkbox when editing or adding cipher * add PostUserKey and PostSetKeyConnector calls * add ConvertMasterPasswordPage * add functionality to RemoveMasterPasswordPage - rename Convert to Remove * Hide Change Master Password button if using key connector * Add OTP verification for export component * Update src/App/Pages/Vault/AddEditPage.xaml.cs Co-authored-by: Thomas Rittson <31796059+eliykat@users.noreply.github.com> * remove toolbar item "close" * Update src/Core/Models/Request/KeyConnectorUserKeyRequest.cs Co-authored-by: Thomas Rittson <31796059+eliykat@users.noreply.github.com> * remove new line in resource string - format warning as two labels - set label in code behind for loading simultaneously * implement GetAndSetKey in KeyConnectorService - ignore EnvironmentService call * remove unnecesary orgIdentifier * move RemoveMasterPasswordPage call to LockPage * add spacing to export vault page * log out if no PIN or bio on lock page with key connector * Delete excessive whitespace * Delete excessive whitespace * Change capitalisation of OTP * add default value to models for backwards compatibility * remove this keyword * actually handle exceptions * move RemoveMasterPasswordPage to TabPage using messaging service * add minor improvements * remove 'this.' Co-authored-by: Hinton <oscar@oscarhinton.com> Co-authored-by: Thomas Rittson <trittson@bitwarden.com> Co-authored-by: Thomas Rittson <31796059+eliykat@users.noreply.github.com>
2021-11-11 02:46:48 +01:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("Fido2Instruction", resourceCulture);
[KeyConnector] Add support for key connector OTP (#1633) * initial commit - add UsesKeyConnector to UserService - add models - begin work on authentication * finish auth workflow for key connector sso login - finish api call for get user key - start api calls for posts to key connector * Bypass lock page if already unlocked * Move logic to KeyConnectorService, log out if no pin or biometric is set * Disable password reprompt when using key connector * hide password reprompt checkbox when editing or adding cipher * add PostUserKey and PostSetKeyConnector calls * add ConvertMasterPasswordPage * add functionality to RemoveMasterPasswordPage - rename Convert to Remove * Hide Change Master Password button if using key connector * Add OTP verification for export component * Update src/App/Pages/Vault/AddEditPage.xaml.cs Co-authored-by: Thomas Rittson <31796059+eliykat@users.noreply.github.com> * remove toolbar item "close" * Update src/Core/Models/Request/KeyConnectorUserKeyRequest.cs Co-authored-by: Thomas Rittson <31796059+eliykat@users.noreply.github.com> * remove new line in resource string - format warning as two labels - set label in code behind for loading simultaneously * implement GetAndSetKey in KeyConnectorService - ignore EnvironmentService call * remove unnecesary orgIdentifier * move RemoveMasterPasswordPage call to LockPage * add spacing to export vault page * log out if no PIN or bio on lock page with key connector * Delete excessive whitespace * Delete excessive whitespace * Change capitalisation of OTP * add default value to models for backwards compatibility * remove this keyword * actually handle exceptions * move RemoveMasterPasswordPage to TabPage using messaging service * add minor improvements * remove 'this.' Co-authored-by: Hinton <oscar@oscarhinton.com> Co-authored-by: Thomas Rittson <trittson@bitwarden.com> Co-authored-by: Thomas Rittson <31796059+eliykat@users.noreply.github.com>
2021-11-11 02:46:48 +01:00
}
}
2022-07-21 15:57:08 +02:00
public static string Fido2Desc {
[KeyConnector] Add support for key connector OTP (#1633) * initial commit - add UsesKeyConnector to UserService - add models - begin work on authentication * finish auth workflow for key connector sso login - finish api call for get user key - start api calls for posts to key connector * Bypass lock page if already unlocked * Move logic to KeyConnectorService, log out if no pin or biometric is set * Disable password reprompt when using key connector * hide password reprompt checkbox when editing or adding cipher * add PostUserKey and PostSetKeyConnector calls * add ConvertMasterPasswordPage * add functionality to RemoveMasterPasswordPage - rename Convert to Remove * Hide Change Master Password button if using key connector * Add OTP verification for export component * Update src/App/Pages/Vault/AddEditPage.xaml.cs Co-authored-by: Thomas Rittson <31796059+eliykat@users.noreply.github.com> * remove toolbar item "close" * Update src/Core/Models/Request/KeyConnectorUserKeyRequest.cs Co-authored-by: Thomas Rittson <31796059+eliykat@users.noreply.github.com> * remove new line in resource string - format warning as two labels - set label in code behind for loading simultaneously * implement GetAndSetKey in KeyConnectorService - ignore EnvironmentService call * remove unnecesary orgIdentifier * move RemoveMasterPasswordPage call to LockPage * add spacing to export vault page * log out if no PIN or bio on lock page with key connector * Delete excessive whitespace * Delete excessive whitespace * Change capitalisation of OTP * add default value to models for backwards compatibility * remove this keyword * actually handle exceptions * move RemoveMasterPasswordPage to TabPage using messaging service * add minor improvements * remove 'this.' Co-authored-by: Hinton <oscar@oscarhinton.com> Co-authored-by: Thomas Rittson <trittson@bitwarden.com> Co-authored-by: Thomas Rittson <31796059+eliykat@users.noreply.github.com>
2021-11-11 02:46:48 +01:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("Fido2Desc", resourceCulture);
[KeyConnector] Add support for key connector OTP (#1633) * initial commit - add UsesKeyConnector to UserService - add models - begin work on authentication * finish auth workflow for key connector sso login - finish api call for get user key - start api calls for posts to key connector * Bypass lock page if already unlocked * Move logic to KeyConnectorService, log out if no pin or biometric is set * Disable password reprompt when using key connector * hide password reprompt checkbox when editing or adding cipher * add PostUserKey and PostSetKeyConnector calls * add ConvertMasterPasswordPage * add functionality to RemoveMasterPasswordPage - rename Convert to Remove * Hide Change Master Password button if using key connector * Add OTP verification for export component * Update src/App/Pages/Vault/AddEditPage.xaml.cs Co-authored-by: Thomas Rittson <31796059+eliykat@users.noreply.github.com> * remove toolbar item "close" * Update src/Core/Models/Request/KeyConnectorUserKeyRequest.cs Co-authored-by: Thomas Rittson <31796059+eliykat@users.noreply.github.com> * remove new line in resource string - format warning as two labels - set label in code behind for loading simultaneously * implement GetAndSetKey in KeyConnectorService - ignore EnvironmentService call * remove unnecesary orgIdentifier * move RemoveMasterPasswordPage call to LockPage * add spacing to export vault page * log out if no PIN or bio on lock page with key connector * Delete excessive whitespace * Delete excessive whitespace * Change capitalisation of OTP * add default value to models for backwards compatibility * remove this keyword * actually handle exceptions * move RemoveMasterPasswordPage to TabPage using messaging service * add minor improvements * remove 'this.' Co-authored-by: Hinton <oscar@oscarhinton.com> Co-authored-by: Thomas Rittson <trittson@bitwarden.com> Co-authored-by: Thomas Rittson <31796059+eliykat@users.noreply.github.com>
2021-11-11 02:46:48 +01:00
}
}
2022-07-21 15:57:08 +02:00
public static string Fido2AuthenticateWebAuthn {
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("Fido2AuthenticateWebAuthn", resourceCulture);
}
}
2022-07-21 15:57:08 +02:00
public static string Fido2ReturnToApp {
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("Fido2ReturnToApp", resourceCulture);
}
}
2022-07-21 15:57:08 +02:00
public static string Fido2CheckBrowser {
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("Fido2CheckBrowser", resourceCulture);
}
}
2022-07-21 15:57:08 +02:00
public static string ResetPasswordAutoEnrollInviteWarning {
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("ResetPasswordAutoEnrollInviteWarning", resourceCulture);
}
}
2022-07-21 15:57:08 +02:00
public static string VaultTimeoutPolicyInEffect {
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("VaultTimeoutPolicyInEffect", resourceCulture);
}
}
2022-07-21 15:57:08 +02:00
public static string VaultTimeoutToLarge {
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("VaultTimeoutToLarge", resourceCulture);
}
}
2022-07-21 15:57:08 +02:00
public static string DisablePersonalVaultExportPolicyInEffect {
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("DisablePersonalVaultExportPolicyInEffect", resourceCulture);
}
}
2022-07-21 15:57:08 +02:00
public static string AddAccount {
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("AddAccount", resourceCulture);
}
}
2022-07-21 15:57:08 +02:00
public static string AccountUnlocked {
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("AccountUnlocked", resourceCulture);
}
}
2022-07-21 15:57:08 +02:00
public static string AccountLocked {
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("AccountLocked", resourceCulture);
Account Switching (#1807) * Account Switching (#1720) * Account switching * WIP * wip * wip * updates to send test logic * fixed Send tests * fixes for theme handling on account switching and re-adding existing account * switch fixes * fixes * fixes * cleanup * vault timeout fixes * account list status enhancements * logout fixes and token handling improvements * merge latest (#1727) * remove duplicate dependency * fix for initial login token storage paradox (#1730) * Fix avatar color update toolbar item issue on iOS for account switching (#1735) * Updated account switching menu UI (#1733) * updated account switching menu UI * additional changes * add key suffix to constant * GetFirstLetters method tweaks * Fix crash on account switching when logging out when having more than user at a time (#1740) * single account migration to multi-account on app update (#1741) * Account Switching Tap to dismiss (#1743) * Added tap to dismiss on the Account switching overlay and improved a bit the code * Fix account switching overlay background transparent on the proper place * Fixed transparent background and the shadow on the account switching overlay * Fix iOS top space on Account switching list overlay after modal (#1746) * Fix top space added to Account switching list overlay after closing modal * Fix top space added to Account switching list overlay after closing modal on lock, login and home views just in case we add modals in the future there as well * Usability: dismiss account list on certain events (#1748) * dismiss account list on certain events * use new FireAndForget method for back button logic * Create and use Account Switching overlay control (#1753) * Added Account switching overlay control and its own ViewModel and refactored accordingly * Fix account switching Accounts list binding update * Implemented dismiss account switching overlay when changing tabs and when selecting the same tab. Also updated the deprecated listener on CustomTabbedRenderer on Android (#1755) * Overriden Equals on AvatarImageSource so it doesn't get set multiple times when it's the same image thus producing blinking on tab chaged (#1756) * Usability improvements for logout on vault timeout (#1781) * accountswitching fixes (#1784) * Fix for invalid PIN lock state when switching accounts (#1792) * fix for pin lock flow * named tuple values and updated async * clear send service cache on account switch (#1796) * Global theme and account removal (#1793) * Global theme and account removal * remove redundant call to hide account list overlay * cleanup and additional tweaks * add try/catch to remove account dialog flow Co-authored-by: Federico Maccaroni <fedemkr@gmail.com>
2022-02-23 18:40:17 +01:00
}
}
2022-07-21 15:57:08 +02:00
public static string AccountLoggedOut {
Account Switching (#1807) * Account Switching (#1720) * Account switching * WIP * wip * wip * updates to send test logic * fixed Send tests * fixes for theme handling on account switching and re-adding existing account * switch fixes * fixes * fixes * cleanup * vault timeout fixes * account list status enhancements * logout fixes and token handling improvements * merge latest (#1727) * remove duplicate dependency * fix for initial login token storage paradox (#1730) * Fix avatar color update toolbar item issue on iOS for account switching (#1735) * Updated account switching menu UI (#1733) * updated account switching menu UI * additional changes * add key suffix to constant * GetFirstLetters method tweaks * Fix crash on account switching when logging out when having more than user at a time (#1740) * single account migration to multi-account on app update (#1741) * Account Switching Tap to dismiss (#1743) * Added tap to dismiss on the Account switching overlay and improved a bit the code * Fix account switching overlay background transparent on the proper place * Fixed transparent background and the shadow on the account switching overlay * Fix iOS top space on Account switching list overlay after modal (#1746) * Fix top space added to Account switching list overlay after closing modal * Fix top space added to Account switching list overlay after closing modal on lock, login and home views just in case we add modals in the future there as well * Usability: dismiss account list on certain events (#1748) * dismiss account list on certain events * use new FireAndForget method for back button logic * Create and use Account Switching overlay control (#1753) * Added Account switching overlay control and its own ViewModel and refactored accordingly * Fix account switching Accounts list binding update * Implemented dismiss account switching overlay when changing tabs and when selecting the same tab. Also updated the deprecated listener on CustomTabbedRenderer on Android (#1755) * Overriden Equals on AvatarImageSource so it doesn't get set multiple times when it's the same image thus producing blinking on tab chaged (#1756) * Usability improvements for logout on vault timeout (#1781) * accountswitching fixes (#1784) * Fix for invalid PIN lock state when switching accounts (#1792) * fix for pin lock flow * named tuple values and updated async * clear send service cache on account switch (#1796) * Global theme and account removal (#1793) * Global theme and account removal * remove redundant call to hide account list overlay * cleanup and additional tweaks * add try/catch to remove account dialog flow Co-authored-by: Federico Maccaroni <fedemkr@gmail.com>
2022-02-23 18:40:17 +01:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("AccountLoggedOut", resourceCulture);
Account Switching (#1807) * Account Switching (#1720) * Account switching * WIP * wip * wip * updates to send test logic * fixed Send tests * fixes for theme handling on account switching and re-adding existing account * switch fixes * fixes * fixes * cleanup * vault timeout fixes * account list status enhancements * logout fixes and token handling improvements * merge latest (#1727) * remove duplicate dependency * fix for initial login token storage paradox (#1730) * Fix avatar color update toolbar item issue on iOS for account switching (#1735) * Updated account switching menu UI (#1733) * updated account switching menu UI * additional changes * add key suffix to constant * GetFirstLetters method tweaks * Fix crash on account switching when logging out when having more than user at a time (#1740) * single account migration to multi-account on app update (#1741) * Account Switching Tap to dismiss (#1743) * Added tap to dismiss on the Account switching overlay and improved a bit the code * Fix account switching overlay background transparent on the proper place * Fixed transparent background and the shadow on the account switching overlay * Fix iOS top space on Account switching list overlay after modal (#1746) * Fix top space added to Account switching list overlay after closing modal * Fix top space added to Account switching list overlay after closing modal on lock, login and home views just in case we add modals in the future there as well * Usability: dismiss account list on certain events (#1748) * dismiss account list on certain events * use new FireAndForget method for back button logic * Create and use Account Switching overlay control (#1753) * Added Account switching overlay control and its own ViewModel and refactored accordingly * Fix account switching Accounts list binding update * Implemented dismiss account switching overlay when changing tabs and when selecting the same tab. Also updated the deprecated listener on CustomTabbedRenderer on Android (#1755) * Overriden Equals on AvatarImageSource so it doesn't get set multiple times when it's the same image thus producing blinking on tab chaged (#1756) * Usability improvements for logout on vault timeout (#1781) * accountswitching fixes (#1784) * Fix for invalid PIN lock state when switching accounts (#1792) * fix for pin lock flow * named tuple values and updated async * clear send service cache on account switch (#1796) * Global theme and account removal (#1793) * Global theme and account removal * remove redundant call to hide account list overlay * cleanup and additional tweaks * add try/catch to remove account dialog flow Co-authored-by: Federico Maccaroni <fedemkr@gmail.com>
2022-02-23 18:40:17 +01:00
}
}
2022-07-21 15:57:08 +02:00
public static string AccountSwitchedAutomatically {
Account Switching (#1807) * Account Switching (#1720) * Account switching * WIP * wip * wip * updates to send test logic * fixed Send tests * fixes for theme handling on account switching and re-adding existing account * switch fixes * fixes * fixes * cleanup * vault timeout fixes * account list status enhancements * logout fixes and token handling improvements * merge latest (#1727) * remove duplicate dependency * fix for initial login token storage paradox (#1730) * Fix avatar color update toolbar item issue on iOS for account switching (#1735) * Updated account switching menu UI (#1733) * updated account switching menu UI * additional changes * add key suffix to constant * GetFirstLetters method tweaks * Fix crash on account switching when logging out when having more than user at a time (#1740) * single account migration to multi-account on app update (#1741) * Account Switching Tap to dismiss (#1743) * Added tap to dismiss on the Account switching overlay and improved a bit the code * Fix account switching overlay background transparent on the proper place * Fixed transparent background and the shadow on the account switching overlay * Fix iOS top space on Account switching list overlay after modal (#1746) * Fix top space added to Account switching list overlay after closing modal * Fix top space added to Account switching list overlay after closing modal on lock, login and home views just in case we add modals in the future there as well * Usability: dismiss account list on certain events (#1748) * dismiss account list on certain events * use new FireAndForget method for back button logic * Create and use Account Switching overlay control (#1753) * Added Account switching overlay control and its own ViewModel and refactored accordingly * Fix account switching Accounts list binding update * Implemented dismiss account switching overlay when changing tabs and when selecting the same tab. Also updated the deprecated listener on CustomTabbedRenderer on Android (#1755) * Overriden Equals on AvatarImageSource so it doesn't get set multiple times when it's the same image thus producing blinking on tab chaged (#1756) * Usability improvements for logout on vault timeout (#1781) * accountswitching fixes (#1784) * Fix for invalid PIN lock state when switching accounts (#1792) * fix for pin lock flow * named tuple values and updated async * clear send service cache on account switch (#1796) * Global theme and account removal (#1793) * Global theme and account removal * remove redundant call to hide account list overlay * cleanup and additional tweaks * add try/catch to remove account dialog flow Co-authored-by: Federico Maccaroni <fedemkr@gmail.com>
2022-02-23 18:40:17 +01:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("AccountSwitchedAutomatically", resourceCulture);
Account Switching (#1807) * Account Switching (#1720) * Account switching * WIP * wip * wip * updates to send test logic * fixed Send tests * fixes for theme handling on account switching and re-adding existing account * switch fixes * fixes * fixes * cleanup * vault timeout fixes * account list status enhancements * logout fixes and token handling improvements * merge latest (#1727) * remove duplicate dependency * fix for initial login token storage paradox (#1730) * Fix avatar color update toolbar item issue on iOS for account switching (#1735) * Updated account switching menu UI (#1733) * updated account switching menu UI * additional changes * add key suffix to constant * GetFirstLetters method tweaks * Fix crash on account switching when logging out when having more than user at a time (#1740) * single account migration to multi-account on app update (#1741) * Account Switching Tap to dismiss (#1743) * Added tap to dismiss on the Account switching overlay and improved a bit the code * Fix account switching overlay background transparent on the proper place * Fixed transparent background and the shadow on the account switching overlay * Fix iOS top space on Account switching list overlay after modal (#1746) * Fix top space added to Account switching list overlay after closing modal * Fix top space added to Account switching list overlay after closing modal on lock, login and home views just in case we add modals in the future there as well * Usability: dismiss account list on certain events (#1748) * dismiss account list on certain events * use new FireAndForget method for back button logic * Create and use Account Switching overlay control (#1753) * Added Account switching overlay control and its own ViewModel and refactored accordingly * Fix account switching Accounts list binding update * Implemented dismiss account switching overlay when changing tabs and when selecting the same tab. Also updated the deprecated listener on CustomTabbedRenderer on Android (#1755) * Overriden Equals on AvatarImageSource so it doesn't get set multiple times when it's the same image thus producing blinking on tab chaged (#1756) * Usability improvements for logout on vault timeout (#1781) * accountswitching fixes (#1784) * Fix for invalid PIN lock state when switching accounts (#1792) * fix for pin lock flow * named tuple values and updated async * clear send service cache on account switch (#1796) * Global theme and account removal (#1793) * Global theme and account removal * remove redundant call to hide account list overlay * cleanup and additional tweaks * add try/catch to remove account dialog flow Co-authored-by: Federico Maccaroni <fedemkr@gmail.com>
2022-02-23 18:40:17 +01:00
}
}
2022-07-21 15:57:08 +02:00
public static string AccountLockedSuccessfully {
Account Switching (#1807) * Account Switching (#1720) * Account switching * WIP * wip * wip * updates to send test logic * fixed Send tests * fixes for theme handling on account switching and re-adding existing account * switch fixes * fixes * fixes * cleanup * vault timeout fixes * account list status enhancements * logout fixes and token handling improvements * merge latest (#1727) * remove duplicate dependency * fix for initial login token storage paradox (#1730) * Fix avatar color update toolbar item issue on iOS for account switching (#1735) * Updated account switching menu UI (#1733) * updated account switching menu UI * additional changes * add key suffix to constant * GetFirstLetters method tweaks * Fix crash on account switching when logging out when having more than user at a time (#1740) * single account migration to multi-account on app update (#1741) * Account Switching Tap to dismiss (#1743) * Added tap to dismiss on the Account switching overlay and improved a bit the code * Fix account switching overlay background transparent on the proper place * Fixed transparent background and the shadow on the account switching overlay * Fix iOS top space on Account switching list overlay after modal (#1746) * Fix top space added to Account switching list overlay after closing modal * Fix top space added to Account switching list overlay after closing modal on lock, login and home views just in case we add modals in the future there as well * Usability: dismiss account list on certain events (#1748) * dismiss account list on certain events * use new FireAndForget method for back button logic * Create and use Account Switching overlay control (#1753) * Added Account switching overlay control and its own ViewModel and refactored accordingly * Fix account switching Accounts list binding update * Implemented dismiss account switching overlay when changing tabs and when selecting the same tab. Also updated the deprecated listener on CustomTabbedRenderer on Android (#1755) * Overriden Equals on AvatarImageSource so it doesn't get set multiple times when it's the same image thus producing blinking on tab chaged (#1756) * Usability improvements for logout on vault timeout (#1781) * accountswitching fixes (#1784) * Fix for invalid PIN lock state when switching accounts (#1792) * fix for pin lock flow * named tuple values and updated async * clear send service cache on account switch (#1796) * Global theme and account removal (#1793) * Global theme and account removal * remove redundant call to hide account list overlay * cleanup and additional tweaks * add try/catch to remove account dialog flow Co-authored-by: Federico Maccaroni <fedemkr@gmail.com>
2022-02-23 18:40:17 +01:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("AccountLockedSuccessfully", resourceCulture);
Account Switching (#1807) * Account Switching (#1720) * Account switching * WIP * wip * wip * updates to send test logic * fixed Send tests * fixes for theme handling on account switching and re-adding existing account * switch fixes * fixes * fixes * cleanup * vault timeout fixes * account list status enhancements * logout fixes and token handling improvements * merge latest (#1727) * remove duplicate dependency * fix for initial login token storage paradox (#1730) * Fix avatar color update toolbar item issue on iOS for account switching (#1735) * Updated account switching menu UI (#1733) * updated account switching menu UI * additional changes * add key suffix to constant * GetFirstLetters method tweaks * Fix crash on account switching when logging out when having more than user at a time (#1740) * single account migration to multi-account on app update (#1741) * Account Switching Tap to dismiss (#1743) * Added tap to dismiss on the Account switching overlay and improved a bit the code * Fix account switching overlay background transparent on the proper place * Fixed transparent background and the shadow on the account switching overlay * Fix iOS top space on Account switching list overlay after modal (#1746) * Fix top space added to Account switching list overlay after closing modal * Fix top space added to Account switching list overlay after closing modal on lock, login and home views just in case we add modals in the future there as well * Usability: dismiss account list on certain events (#1748) * dismiss account list on certain events * use new FireAndForget method for back button logic * Create and use Account Switching overlay control (#1753) * Added Account switching overlay control and its own ViewModel and refactored accordingly * Fix account switching Accounts list binding update * Implemented dismiss account switching overlay when changing tabs and when selecting the same tab. Also updated the deprecated listener on CustomTabbedRenderer on Android (#1755) * Overriden Equals on AvatarImageSource so it doesn't get set multiple times when it's the same image thus producing blinking on tab chaged (#1756) * Usability improvements for logout on vault timeout (#1781) * accountswitching fixes (#1784) * Fix for invalid PIN lock state when switching accounts (#1792) * fix for pin lock flow * named tuple values and updated async * clear send service cache on account switch (#1796) * Global theme and account removal (#1793) * Global theme and account removal * remove redundant call to hide account list overlay * cleanup and additional tweaks * add try/catch to remove account dialog flow Co-authored-by: Federico Maccaroni <fedemkr@gmail.com>
2022-02-23 18:40:17 +01:00
}
}
2022-07-21 15:57:08 +02:00
public static string AccountLoggedOutSuccessfully {
Account Switching (#1807) * Account Switching (#1720) * Account switching * WIP * wip * wip * updates to send test logic * fixed Send tests * fixes for theme handling on account switching and re-adding existing account * switch fixes * fixes * fixes * cleanup * vault timeout fixes * account list status enhancements * logout fixes and token handling improvements * merge latest (#1727) * remove duplicate dependency * fix for initial login token storage paradox (#1730) * Fix avatar color update toolbar item issue on iOS for account switching (#1735) * Updated account switching menu UI (#1733) * updated account switching menu UI * additional changes * add key suffix to constant * GetFirstLetters method tweaks * Fix crash on account switching when logging out when having more than user at a time (#1740) * single account migration to multi-account on app update (#1741) * Account Switching Tap to dismiss (#1743) * Added tap to dismiss on the Account switching overlay and improved a bit the code * Fix account switching overlay background transparent on the proper place * Fixed transparent background and the shadow on the account switching overlay * Fix iOS top space on Account switching list overlay after modal (#1746) * Fix top space added to Account switching list overlay after closing modal * Fix top space added to Account switching list overlay after closing modal on lock, login and home views just in case we add modals in the future there as well * Usability: dismiss account list on certain events (#1748) * dismiss account list on certain events * use new FireAndForget method for back button logic * Create and use Account Switching overlay control (#1753) * Added Account switching overlay control and its own ViewModel and refactored accordingly * Fix account switching Accounts list binding update * Implemented dismiss account switching overlay when changing tabs and when selecting the same tab. Also updated the deprecated listener on CustomTabbedRenderer on Android (#1755) * Overriden Equals on AvatarImageSource so it doesn't get set multiple times when it's the same image thus producing blinking on tab chaged (#1756) * Usability improvements for logout on vault timeout (#1781) * accountswitching fixes (#1784) * Fix for invalid PIN lock state when switching accounts (#1792) * fix for pin lock flow * named tuple values and updated async * clear send service cache on account switch (#1796) * Global theme and account removal (#1793) * Global theme and account removal * remove redundant call to hide account list overlay * cleanup and additional tweaks * add try/catch to remove account dialog flow Co-authored-by: Federico Maccaroni <fedemkr@gmail.com>
2022-02-23 18:40:17 +01:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("AccountLoggedOutSuccessfully", resourceCulture);
Account Switching (#1807) * Account Switching (#1720) * Account switching * WIP * wip * wip * updates to send test logic * fixed Send tests * fixes for theme handling on account switching and re-adding existing account * switch fixes * fixes * fixes * cleanup * vault timeout fixes * account list status enhancements * logout fixes and token handling improvements * merge latest (#1727) * remove duplicate dependency * fix for initial login token storage paradox (#1730) * Fix avatar color update toolbar item issue on iOS for account switching (#1735) * Updated account switching menu UI (#1733) * updated account switching menu UI * additional changes * add key suffix to constant * GetFirstLetters method tweaks * Fix crash on account switching when logging out when having more than user at a time (#1740) * single account migration to multi-account on app update (#1741) * Account Switching Tap to dismiss (#1743) * Added tap to dismiss on the Account switching overlay and improved a bit the code * Fix account switching overlay background transparent on the proper place * Fixed transparent background and the shadow on the account switching overlay * Fix iOS top space on Account switching list overlay after modal (#1746) * Fix top space added to Account switching list overlay after closing modal * Fix top space added to Account switching list overlay after closing modal on lock, login and home views just in case we add modals in the future there as well * Usability: dismiss account list on certain events (#1748) * dismiss account list on certain events * use new FireAndForget method for back button logic * Create and use Account Switching overlay control (#1753) * Added Account switching overlay control and its own ViewModel and refactored accordingly * Fix account switching Accounts list binding update * Implemented dismiss account switching overlay when changing tabs and when selecting the same tab. Also updated the deprecated listener on CustomTabbedRenderer on Android (#1755) * Overriden Equals on AvatarImageSource so it doesn't get set multiple times when it's the same image thus producing blinking on tab chaged (#1756) * Usability improvements for logout on vault timeout (#1781) * accountswitching fixes (#1784) * Fix for invalid PIN lock state when switching accounts (#1792) * fix for pin lock flow * named tuple values and updated async * clear send service cache on account switch (#1796) * Global theme and account removal (#1793) * Global theme and account removal * remove redundant call to hide account list overlay * cleanup and additional tweaks * add try/catch to remove account dialog flow Co-authored-by: Federico Maccaroni <fedemkr@gmail.com>
2022-02-23 18:40:17 +01:00
}
}
2022-07-21 15:57:08 +02:00
public static string AccountRemovedSuccessfully {
Account Switching (#1807) * Account Switching (#1720) * Account switching * WIP * wip * wip * updates to send test logic * fixed Send tests * fixes for theme handling on account switching and re-adding existing account * switch fixes * fixes * fixes * cleanup * vault timeout fixes * account list status enhancements * logout fixes and token handling improvements * merge latest (#1727) * remove duplicate dependency * fix for initial login token storage paradox (#1730) * Fix avatar color update toolbar item issue on iOS for account switching (#1735) * Updated account switching menu UI (#1733) * updated account switching menu UI * additional changes * add key suffix to constant * GetFirstLetters method tweaks * Fix crash on account switching when logging out when having more than user at a time (#1740) * single account migration to multi-account on app update (#1741) * Account Switching Tap to dismiss (#1743) * Added tap to dismiss on the Account switching overlay and improved a bit the code * Fix account switching overlay background transparent on the proper place * Fixed transparent background and the shadow on the account switching overlay * Fix iOS top space on Account switching list overlay after modal (#1746) * Fix top space added to Account switching list overlay after closing modal * Fix top space added to Account switching list overlay after closing modal on lock, login and home views just in case we add modals in the future there as well * Usability: dismiss account list on certain events (#1748) * dismiss account list on certain events * use new FireAndForget method for back button logic * Create and use Account Switching overlay control (#1753) * Added Account switching overlay control and its own ViewModel and refactored accordingly * Fix account switching Accounts list binding update * Implemented dismiss account switching overlay when changing tabs and when selecting the same tab. Also updated the deprecated listener on CustomTabbedRenderer on Android (#1755) * Overriden Equals on AvatarImageSource so it doesn't get set multiple times when it's the same image thus producing blinking on tab chaged (#1756) * Usability improvements for logout on vault timeout (#1781) * accountswitching fixes (#1784) * Fix for invalid PIN lock state when switching accounts (#1792) * fix for pin lock flow * named tuple values and updated async * clear send service cache on account switch (#1796) * Global theme and account removal (#1793) * Global theme and account removal * remove redundant call to hide account list overlay * cleanup and additional tweaks * add try/catch to remove account dialog flow Co-authored-by: Federico Maccaroni <fedemkr@gmail.com>
2022-02-23 18:40:17 +01:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("AccountRemovedSuccessfully", resourceCulture);
}
}
[KeyConnector] Add support for key connector OTP (#1633) * initial commit - add UsesKeyConnector to UserService - add models - begin work on authentication * finish auth workflow for key connector sso login - finish api call for get user key - start api calls for posts to key connector * Bypass lock page if already unlocked * Move logic to KeyConnectorService, log out if no pin or biometric is set * Disable password reprompt when using key connector * hide password reprompt checkbox when editing or adding cipher * add PostUserKey and PostSetKeyConnector calls * add ConvertMasterPasswordPage * add functionality to RemoveMasterPasswordPage - rename Convert to Remove * Hide Change Master Password button if using key connector * Add OTP verification for export component * Update src/App/Pages/Vault/AddEditPage.xaml.cs Co-authored-by: Thomas Rittson <31796059+eliykat@users.noreply.github.com> * remove toolbar item "close" * Update src/Core/Models/Request/KeyConnectorUserKeyRequest.cs Co-authored-by: Thomas Rittson <31796059+eliykat@users.noreply.github.com> * remove new line in resource string - format warning as two labels - set label in code behind for loading simultaneously * implement GetAndSetKey in KeyConnectorService - ignore EnvironmentService call * remove unnecesary orgIdentifier * move RemoveMasterPasswordPage call to LockPage * add spacing to export vault page * log out if no PIN or bio on lock page with key connector * Delete excessive whitespace * Delete excessive whitespace * Change capitalisation of OTP * add default value to models for backwards compatibility * remove this keyword * actually handle exceptions * move RemoveMasterPasswordPage to TabPage using messaging service * add minor improvements * remove 'this.' Co-authored-by: Hinton <oscar@oscarhinton.com> Co-authored-by: Thomas Rittson <trittson@bitwarden.com> Co-authored-by: Thomas Rittson <31796059+eliykat@users.noreply.github.com>
2021-11-11 02:46:48 +01:00
2022-07-21 15:57:08 +02:00
public static string DeleteAccount {
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("DeleteAccount", resourceCulture);
}
}
2022-07-21 15:57:08 +02:00
public static string DeletingYourAccountIsPermanent {
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("DeletingYourAccountIsPermanent", resourceCulture);
}
}
2022-07-21 15:57:08 +02:00
public static string DeleteAccountExplanation {
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("DeleteAccountExplanation", resourceCulture);
}
}
2022-07-21 15:57:08 +02:00
public static string DeletingYourAccount {
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("DeletingYourAccount", resourceCulture);
}
}
2022-07-21 15:57:08 +02:00
public static string YourAccountHasBeenPermanentlyDeleted {
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("YourAccountHasBeenPermanentlyDeleted", resourceCulture);
}
}
2022-07-21 15:57:08 +02:00
public static string InvalidVerificationCode {
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("InvalidVerificationCode", resourceCulture);
}
}
2022-07-21 15:57:08 +02:00
public static string RequestOTP {
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("RequestOTP", resourceCulture);
}
}
2022-07-21 15:57:08 +02:00
public static string SendCode {
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("SendCode", resourceCulture);
}
}
2022-07-21 15:57:08 +02:00
public static string Sending {
[KeyConnector] Add support for key connector OTP (#1633) * initial commit - add UsesKeyConnector to UserService - add models - begin work on authentication * finish auth workflow for key connector sso login - finish api call for get user key - start api calls for posts to key connector * Bypass lock page if already unlocked * Move logic to KeyConnectorService, log out if no pin or biometric is set * Disable password reprompt when using key connector * hide password reprompt checkbox when editing or adding cipher * add PostUserKey and PostSetKeyConnector calls * add ConvertMasterPasswordPage * add functionality to RemoveMasterPasswordPage - rename Convert to Remove * Hide Change Master Password button if using key connector * Add OTP verification for export component * Update src/App/Pages/Vault/AddEditPage.xaml.cs Co-authored-by: Thomas Rittson <31796059+eliykat@users.noreply.github.com> * remove toolbar item "close" * Update src/Core/Models/Request/KeyConnectorUserKeyRequest.cs Co-authored-by: Thomas Rittson <31796059+eliykat@users.noreply.github.com> * remove new line in resource string - format warning as two labels - set label in code behind for loading simultaneously * implement GetAndSetKey in KeyConnectorService - ignore EnvironmentService call * remove unnecesary orgIdentifier * move RemoveMasterPasswordPage call to LockPage * add spacing to export vault page * log out if no PIN or bio on lock page with key connector * Delete excessive whitespace * Delete excessive whitespace * Change capitalisation of OTP * add default value to models for backwards compatibility * remove this keyword * actually handle exceptions * move RemoveMasterPasswordPage to TabPage using messaging service * add minor improvements * remove 'this.' Co-authored-by: Hinton <oscar@oscarhinton.com> Co-authored-by: Thomas Rittson <trittson@bitwarden.com> Co-authored-by: Thomas Rittson <31796059+eliykat@users.noreply.github.com>
2021-11-11 02:46:48 +01:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("Sending", resourceCulture);
[KeyConnector] Add support for key connector OTP (#1633) * initial commit - add UsesKeyConnector to UserService - add models - begin work on authentication * finish auth workflow for key connector sso login - finish api call for get user key - start api calls for posts to key connector * Bypass lock page if already unlocked * Move logic to KeyConnectorService, log out if no pin or biometric is set * Disable password reprompt when using key connector * hide password reprompt checkbox when editing or adding cipher * add PostUserKey and PostSetKeyConnector calls * add ConvertMasterPasswordPage * add functionality to RemoveMasterPasswordPage - rename Convert to Remove * Hide Change Master Password button if using key connector * Add OTP verification for export component * Update src/App/Pages/Vault/AddEditPage.xaml.cs Co-authored-by: Thomas Rittson <31796059+eliykat@users.noreply.github.com> * remove toolbar item "close" * Update src/Core/Models/Request/KeyConnectorUserKeyRequest.cs Co-authored-by: Thomas Rittson <31796059+eliykat@users.noreply.github.com> * remove new line in resource string - format warning as two labels - set label in code behind for loading simultaneously * implement GetAndSetKey in KeyConnectorService - ignore EnvironmentService call * remove unnecesary orgIdentifier * move RemoveMasterPasswordPage call to LockPage * add spacing to export vault page * log out if no PIN or bio on lock page with key connector * Delete excessive whitespace * Delete excessive whitespace * Change capitalisation of OTP * add default value to models for backwards compatibility * remove this keyword * actually handle exceptions * move RemoveMasterPasswordPage to TabPage using messaging service * add minor improvements * remove 'this.' Co-authored-by: Hinton <oscar@oscarhinton.com> Co-authored-by: Thomas Rittson <trittson@bitwarden.com> Co-authored-by: Thomas Rittson <31796059+eliykat@users.noreply.github.com>
2021-11-11 02:46:48 +01:00
}
}
2022-07-21 15:57:08 +02:00
public static string CopySendLinkOnSave {
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("CopySendLinkOnSave", resourceCulture);
}
}
2022-07-21 15:57:08 +02:00
public static string SendingCode {
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("SendingCode", resourceCulture);
}
}
2022-07-21 15:57:08 +02:00
public static string Verifying {
[KeyConnector] Add support for key connector OTP (#1633) * initial commit - add UsesKeyConnector to UserService - add models - begin work on authentication * finish auth workflow for key connector sso login - finish api call for get user key - start api calls for posts to key connector * Bypass lock page if already unlocked * Move logic to KeyConnectorService, log out if no pin or biometric is set * Disable password reprompt when using key connector * hide password reprompt checkbox when editing or adding cipher * add PostUserKey and PostSetKeyConnector calls * add ConvertMasterPasswordPage * add functionality to RemoveMasterPasswordPage - rename Convert to Remove * Hide Change Master Password button if using key connector * Add OTP verification for export component * Update src/App/Pages/Vault/AddEditPage.xaml.cs Co-authored-by: Thomas Rittson <31796059+eliykat@users.noreply.github.com> * remove toolbar item "close" * Update src/Core/Models/Request/KeyConnectorUserKeyRequest.cs Co-authored-by: Thomas Rittson <31796059+eliykat@users.noreply.github.com> * remove new line in resource string - format warning as two labels - set label in code behind for loading simultaneously * implement GetAndSetKey in KeyConnectorService - ignore EnvironmentService call * remove unnecesary orgIdentifier * move RemoveMasterPasswordPage call to LockPage * add spacing to export vault page * log out if no PIN or bio on lock page with key connector * Delete excessive whitespace * Delete excessive whitespace * Change capitalisation of OTP * add default value to models for backwards compatibility * remove this keyword * actually handle exceptions * move RemoveMasterPasswordPage to TabPage using messaging service * add minor improvements * remove 'this.' Co-authored-by: Hinton <oscar@oscarhinton.com> Co-authored-by: Thomas Rittson <trittson@bitwarden.com> Co-authored-by: Thomas Rittson <31796059+eliykat@users.noreply.github.com>
2021-11-11 02:46:48 +01:00
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("Verifying", resourceCulture);
[KeyConnector] Add support for key connector OTP (#1633) * initial commit - add UsesKeyConnector to UserService - add models - begin work on authentication * finish auth workflow for key connector sso login - finish api call for get user key - start api calls for posts to key connector * Bypass lock page if already unlocked * Move logic to KeyConnectorService, log out if no pin or biometric is set * Disable password reprompt when using key connector * hide password reprompt checkbox when editing or adding cipher * add PostUserKey and PostSetKeyConnector calls * add ConvertMasterPasswordPage * add functionality to RemoveMasterPasswordPage - rename Convert to Remove * Hide Change Master Password button if using key connector * Add OTP verification for export component * Update src/App/Pages/Vault/AddEditPage.xaml.cs Co-authored-by: Thomas Rittson <31796059+eliykat@users.noreply.github.com> * remove toolbar item "close" * Update src/Core/Models/Request/KeyConnectorUserKeyRequest.cs Co-authored-by: Thomas Rittson <31796059+eliykat@users.noreply.github.com> * remove new line in resource string - format warning as two labels - set label in code behind for loading simultaneously * implement GetAndSetKey in KeyConnectorService - ignore EnvironmentService call * remove unnecesary orgIdentifier * move RemoveMasterPasswordPage call to LockPage * add spacing to export vault page * log out if no PIN or bio on lock page with key connector * Delete excessive whitespace * Delete excessive whitespace * Change capitalisation of OTP * add default value to models for backwards compatibility * remove this keyword * actually handle exceptions * move RemoveMasterPasswordPage to TabPage using messaging service * add minor improvements * remove 'this.' Co-authored-by: Hinton <oscar@oscarhinton.com> Co-authored-by: Thomas Rittson <trittson@bitwarden.com> Co-authored-by: Thomas Rittson <31796059+eliykat@users.noreply.github.com>
2021-11-11 02:46:48 +01:00
}
}
2022-07-21 15:57:08 +02:00
public static string ResendCode {
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("ResendCode", resourceCulture);
}
}
2022-07-21 15:57:08 +02:00
public static string AVerificationCodeWasSentToYourEmail {
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("AVerificationCodeWasSentToYourEmail", resourceCulture);
}
}
2022-07-21 15:57:08 +02:00
public static string AnErrorOccurredWhileSendingAVerificationCodeToYourEmailPleaseTryAgain {
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("AnErrorOccurredWhileSendingAVerificationCodeToYourEmailPleaseTryAgain", resourceCulture);
}
}
2022-07-21 15:57:08 +02:00
public static string EnterTheVerificationCodeThatWasSentToYourEmail {
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("EnterTheVerificationCodeThatWasSentToYourEmail", resourceCulture);
}
}
2022-07-21 15:57:08 +02:00
public static string SubmitCrashLogs {
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("SubmitCrashLogs", resourceCulture);
}
}
2022-07-21 15:57:08 +02:00
public static string SubmitCrashLogsDescription {
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("SubmitCrashLogsDescription", resourceCulture);
}
}
2022-07-21 15:57:08 +02:00
public static string OptionsExpanded {
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("OptionsExpanded", resourceCulture);
}
}
2022-07-21 15:57:08 +02:00
public static string OptionsCollapsed {
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("OptionsCollapsed", resourceCulture);
}
}
2022-07-21 15:57:08 +02:00
public static string UppercaseAtoZ {
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("UppercaseAtoZ", resourceCulture);
}
}
2022-07-21 15:57:08 +02:00
public static string LowercaseAtoZ {
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("LowercaseAtoZ", resourceCulture);
}
}
2022-07-21 15:57:08 +02:00
public static string NumbersZeroToNine {
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("NumbersZeroToNine", resourceCulture);
}
}
2022-07-21 15:57:08 +02:00
public static string SpecialCharacters {
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("SpecialCharacters", resourceCulture);
}
}
2022-07-21 15:57:08 +02:00
public static string TapToGoBack {
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("TapToGoBack", resourceCulture);
}
}
2022-07-21 15:57:08 +02:00
public static string PasswordIsVisibleTapToHide {
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("PasswordIsVisibleTapToHide", resourceCulture);
}
}
2022-07-21 15:57:08 +02:00
public static string PasswordIsNotVisibleTapToShow {
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("PasswordIsNotVisibleTapToShow", resourceCulture);
}
}
2022-07-21 15:57:08 +02:00
public static string FilterByVault {
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("FilterByVault", resourceCulture);
}
}
2022-07-21 15:57:08 +02:00
public static string AllVaults {
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("AllVaults", resourceCulture);
}
}
2022-07-21 15:57:08 +02:00
public static string Vaults {
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("Vaults", resourceCulture);
}
}
2022-07-21 15:57:08 +02:00
public static string VaultFilterDescription {
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("VaultFilterDescription", resourceCulture);
}
}
2022-07-21 15:57:08 +02:00
public static string All {
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("All", resourceCulture);
}
[SG-416] Updates to Bitwarden Authenticator (Feature Branch) (#2041) * Initial commit of new TOTP page * Revert config files from previous commit This reverts commit b02c58e3623781ada1e9e8f820b403a5c48274aa. * clear extra code and fix build * add tab page * add authentication view cell * add toolbar icons * got the countdown working * enable context loading and vm init * PS-70 Added toggle to quickly filter TOTP cypher items and show their details, Added new text resource * PS-70 removed old authentication tab * removed unnecessary code on vm * fixed formatting * PS-70 Added circular progress to the OTP count down * PS-70 Fixed grid cell width. Added red progress at 20 percent. Refactored circular progress view. * PS-70 Added new props to custom control. * PS-70 show toggle only if it's premium * PS-70 removed unnecessary code * PS-70 add copy to clipboard. * PS-70 show upgrade to premium text on details to free user. * PS-70 added text labels to resource files * PS-70 Renamed TOTP to Totp to have consistency in naming. Removed a11y text of switch because android was overlapping text. * PS-70 added new UI to enter code manually in the QR Code scanner screen. Changed existing labels on scanner screen. * PS-70 Splited totp code to adjust spacing. * PS-70 Added scanner square corner overlay. Added scanning animation. Added scan success animation. * PS-70 let zxing scanner camera feed on until screen is closed. * PS-70 fixed scanner animation for android devices * PS-70 added vibrate permission to manifest. refactored scanpage code. added manual authentication key feature in scanner. * PS-70 fixed totp cell title label font * PS-70 added copy button to totp edit cipher. Added row button when totp is null. * PS-70 changed labels on manual scanner screen * PS-70 Added label on top of button to solve UI bug. * PS-70 Fixed android button overlapping bug by adding button styling to a Frame view and placing a label inside. Fixed Color on scanner page. * PS-70 Added frame styling for iOS, since frame view has different base configuration for android and iOS. * PS-70 fixed font clipping bug on iOS * PS-70 removed shadow for newer versions of android * PS-70 code format * PS-70 removed update to premium uri launch * PS-70 PR fix for AppResource vs code behind generation. * PS-70 changed premium required label. fixed bug when to show premium required label. * [SSG-416] Removed the dashes from free user and just left the Premium subscription required. * [SSG-416] removed unnecessary changes to the TabsPage file * [SSG-416] removed unnecessary using. * [SSG-416] Updated ViewPageViewModel and code refactoring. * [SG-416] Updated scanner mode toggle text color to be inline with figma designs * [SSG-416] Mobile PR Fixes * [SSG-416] Add to remove a11y text from totp toggle because on android it places an helper text next to the switch making it invisible. Also removed from the label because it already reads the text from the label * [SSG-416] run dotnet tool run dotnet-format * [SSG-416] PR fixes * Revert "[SSG-416] PR fixes" This reverts commit 2f2b90aceed81944e6a2737d5b4409d6798dc9da. * [PS-416] Fixed a bug where the item details page was not updating after saving. * [SG-416] Authenticator toggle remake (#2027) * [SG-416] Removed toggle to TOTP. Added on MainPage new entry to go to screen with TOTP codes. Added filter for TOTP codes to be used when searching. * [SG-416] Removed unnecessary code. Added nav back if there is only 1 cipher with totp code and the user removes it. * [SG-416] Run dotnet format tool * [SG-416] PR fixes * [SG-416] PR Fixes. Manifest formatting. Add try catch. Extracted method and added null protection. * [SG-416] Make TOTP codes appear above favourites. * [SG-416] PR fixes. Show error dialog. Co-authored-by: Carlos J. Muentes <42616259+cmuentes@users.noreply.github.com> Co-authored-by: Jacob Fink <jfink@bitwarden.com>
2022-08-17 23:10:16 +02:00
}
public static string Totp {
get {
return ResourceManager.GetString("Totp", resourceCulture);
}
}
public static string VerificationCodes {
get {
return ResourceManager.GetString("VerificationCodes", resourceCulture);
}
}
public static string PremiumSubscriptionRequired {
get {
return ResourceManager.GetString("PremiumSubscriptionRequired", resourceCulture);
}
}
public static string CannotAddAuthenticatorKey {
get {
return ResourceManager.GetString("CannotAddAuthenticatorKey", resourceCulture);
}
}
public static string ScanQRCode {
get {
return ResourceManager.GetString("ScanQRCode", resourceCulture);
}
}
public static string CannotScanQRCode {
get {
return ResourceManager.GetString("CannotScanQRCode", resourceCulture);
}
}
public static string AuthenticatorKeyScanner {
get {
return ResourceManager.GetString("AuthenticatorKeyScanner", resourceCulture);
}
}
public static string EnterKeyManually {
get {
return ResourceManager.GetString("EnterKeyManually", resourceCulture);
}
}
public static string AddTotp {
get {
return ResourceManager.GetString("AddTotp", resourceCulture);
}
}
public static string SetupTotp {
get {
return ResourceManager.GetString("SetupTotp", resourceCulture);
}
}
public static string OnceTheKeyIsSuccessfullyEntered {
get {
return ResourceManager.GetString("OnceTheKeyIsSuccessfullyEntered", resourceCulture);
}
}
public static string SelectAddTotpToStoreTheKeySafely {
get {
return ResourceManager.GetString("SelectAddTotpToStoreTheKeySafely", resourceCulture);
}
}
2022-07-21 15:57:08 +02:00
public static string NeverLockWarning {
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("NeverLockWarning", resourceCulture);
}
}
2022-07-21 15:57:08 +02:00
public static string EnvironmentPageUrlsError {
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("EnvironmentPageUrlsError", resourceCulture);
}
}
2022-07-21 15:57:08 +02:00
public static string GenericErrorMessage {
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("GenericErrorMessage", resourceCulture);
}
}
2022-07-21 15:57:08 +02:00
public static string AllowScreenCapture {
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("AllowScreenCapture", resourceCulture);
}
}
2022-07-21 15:57:08 +02:00
public static string AreYouSureYouWantToEnableScreenCapture {
get {
2022-07-21 15:57:08 +02:00
return ResourceManager.GetString("AreYouSureYouWantToEnableScreenCapture", resourceCulture);
}
}
[SG-223] Mobile username generator (#2033) * SG-223 - Changed page title and password title * SG-223 - Refactored generated field * Changed position of generated field * Replaced buttons generate and copy for icons * SG-223 - Refactor type to passwordType * SG-223 - Added password or username selector * Added string for label type selection * SG-223 - Added logic for different types of username * Added strings of new types * [SG-223] - Added UI components for different username types * Added static strings for new labels * Added viewmodel properties to support username generation and their respective options * [SG-223] Added control over type picker visibility * [SG-223] Refactored username entry on add edit page and added generate icon * Added GenerateUsername command * [SG-223] - Implemented service for username generation * [SG-223] - Added support for username generation for item creation flow * Implemented cache for username options * Added exception handling for api calls * [SG-223] - Remove unused code * [SG-223] - Added a new display field for username generated and respective command * Added description label for each type of username * Changed defautl value of username from string.Empty to - * [SG-223] - Removed some StackLayouts and refactored some controls * [SG-223] - Refactored properties name * [SG-223] - Added visibility toggle icon for api keys of forwarded email username types * [SG-223] - Refactored nested StackLayouts into grids. * [SG-223] - Refactor and pr fixing * [SG-223] - Removed string keys from Resolve - Added static string to resources * [SG-223] - Refactored Copy_Clicked as AsyncCommand - Improved exception handling - Refactored TypeSelected as GeneratorTypeSelected * [SG-223] - Renamed PasswordFormatter * [SG-223] - Refactored VM properties to use UsernameGenerationOptions * Removed LoadUsernameOptions * [SG-223] - Refactored added pickers to use SelectedItem instead SelectedIndex * Deleted PickerIndexToBoolConverter as it isn't needed anymore * [SG-223] - Refactored and simplified Grid row and column definitions * [SG-223] - Refactored Command into async command * Added exception handling and feedback to the user * [SG-223] - Refactored GeneratorType picker to use Enum GeneratorType instead of string * [SG-223] - Changed some resource keys * [SG-223] - Refactor method name * [SG-223] - Refactored code and added logs for switch default cases * [SG-223] - Added flag to control visibility when in edit mode * [SG-223] - Added suffix Parenthesis to keys to prevent future conflicts * [SG-223] - Refactored multiple methods into one, GetUsernameFromAsync * Removed unused Extensions from enums * [SG-223] - Added exception message * [SG-223] - Added localizable enum values through LocalizableEnumConverter * [SG-223] - Fixed space between controls * [SG-223] - Removed unused code and refactored some variables and methods names * [SG-223] - Removed unused code and refactored constant name to be more elucidative * [SG-223] - Removed unused variable
2022-08-26 20:32:02 +02:00
public static string PasswordType {
get {
return ResourceManager.GetString("PasswordType", resourceCulture);
}
}
public static string WhatWouldYouLikeToGenerate {
get {
return ResourceManager.GetString("WhatWouldYouLikeToGenerate", resourceCulture);
}
}
public static string UsernameType {
get {
return ResourceManager.GetString("UsernameType", resourceCulture);
}
}
public static string PlusAddressedEmail {
get {
return ResourceManager.GetString("PlusAddressedEmail", resourceCulture);
}
}
public static string CatchAllEmail {
get {
return ResourceManager.GetString("CatchAllEmail", resourceCulture);
}
}
public static string ForwardedEmailAlias {
get {
return ResourceManager.GetString("ForwardedEmailAlias", resourceCulture);
}
}
public static string RandomWord {
get {
return ResourceManager.GetString("RandomWord", resourceCulture);
}
}
public static string EmailRequiredParenthesis {
get {
return ResourceManager.GetString("EmailRequiredParenthesis", resourceCulture);
}
}
public static string DomainNameRequiredParenthesis {
get {
return ResourceManager.GetString("DomainNameRequiredParenthesis", resourceCulture);
}
}
public static string APIKeyRequiredParenthesis {
get {
return ResourceManager.GetString("APIKeyRequiredParenthesis", resourceCulture);
}
}
public static string Service {
get {
return ResourceManager.GetString("Service", resourceCulture);
}
}
public static string AnonAddy {
get {
return ResourceManager.GetString("AnonAddy", resourceCulture);
}
}
public static string FirefoxRelay {
get {
return ResourceManager.GetString("FirefoxRelay", resourceCulture);
}
}
public static string SimpleLogin {
get {
return ResourceManager.GetString("SimpleLogin", resourceCulture);
}
}
public static string APIAccessToken {
get {
return ResourceManager.GetString("APIAccessToken", resourceCulture);
}
}
public static string AreYouSureYouWantToOverwriteTheCurrentUsername {
get {
return ResourceManager.GetString("AreYouSureYouWantToOverwriteTheCurrentUsername", resourceCulture);
}
}
public static string GenerateUsername {
get {
return ResourceManager.GetString("GenerateUsername", resourceCulture);
}
}
public static string EmailType {
get {
return ResourceManager.GetString("EmailType", resourceCulture);
}
}
public static string WebsiteRequired {
get {
return ResourceManager.GetString("WebsiteRequired", resourceCulture);
}
}
public static string UnknownXErrorMessage {
get {
return ResourceManager.GetString("UnknownXErrorMessage", resourceCulture);
}
}
public static string PlusAddressedEmailDescription {
get {
return ResourceManager.GetString("PlusAddressedEmailDescription", resourceCulture);
}
}
public static string CatchAllEmailDescription {
get {
return ResourceManager.GetString("CatchAllEmailDescription", resourceCulture);
}
}
public static string ForwardedEmailDescription {
get {
return ResourceManager.GetString("ForwardedEmailDescription", resourceCulture);
}
}
public static string Random {
get {
return ResourceManager.GetString("Random", resourceCulture);
}
}
2019-04-10 23:01:25 +02:00
}
}