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.

4039 lines
122 KiB
C#
Raw Normal View History

//------------------------------------------------------------------------------
2019-04-10 23:01:25 +02:00
// <auto-generated>
// This code was generated by a tool.
//
// 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;
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "15.1.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
private static System.Resources.ResourceManager resourceMan;
2019-04-10 23:01:25 +02:00
private static System.Globalization.CultureInfo resourceCulture;
2019-04-10 23:01:25 +02:00
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
2019-04-10 23:01:25 +02:00
internal AppResources() {
}
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
public static System.Resources.ResourceManager ResourceManager {
2019-04-10 23:01:25 +02:00
get {
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;
}
}
[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);
}
}
public static string Add {
2019-04-10 23:01:25 +02:00
get {
return ResourceManager.GetString("Add", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
public static string AddFolder {
2019-04-10 23:01:25 +02:00
get {
return ResourceManager.GetString("AddFolder", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
public static string AddItem {
2019-04-10 23:01:25 +02:00
get {
return ResourceManager.GetString("AddItem", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
public static string AnErrorHasOccurred {
2019-04-10 23:01:25 +02:00
get {
return ResourceManager.GetString("AnErrorHasOccurred", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
public static string Back {
2019-04-10 23:01:25 +02:00
get {
return ResourceManager.GetString("Back", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
public static string Bitwarden {
2019-04-10 23:01:25 +02:00
get {
return ResourceManager.GetString("Bitwarden", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
public static string Cancel {
get {
return ResourceManager.GetString("Cancel", resourceCulture);
}
}
public static string Copy {
2019-04-10 23:01:25 +02:00
get {
return ResourceManager.GetString("Copy", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
public static string CopyPassword {
2019-04-10 23:01:25 +02:00
get {
return ResourceManager.GetString("CopyPassword", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
public static string CopyUsername {
2019-04-10 23:01:25 +02:00
get {
return ResourceManager.GetString("CopyUsername", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
public static string Credits {
2019-04-10 23:01:25 +02:00
get {
return ResourceManager.GetString("Credits", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
public static string Delete {
2019-04-10 23:01:25 +02:00
get {
return ResourceManager.GetString("Delete", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
public static string Deleting {
2019-04-10 23:01:25 +02:00
get {
return ResourceManager.GetString("Deleting", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
public static string DoYouReallyWantToDelete {
2019-04-10 23:01:25 +02:00
get {
return ResourceManager.GetString("DoYouReallyWantToDelete", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
public static string Edit {
2019-04-10 23:01:25 +02:00
get {
return ResourceManager.GetString("Edit", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
public static string EditFolder {
2019-04-10 23:01:25 +02:00
get {
return ResourceManager.GetString("EditFolder", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
public static string Email {
2019-04-10 23:01:25 +02:00
get {
return ResourceManager.GetString("Email", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
public static string EmailAddress {
2019-04-10 23:01:25 +02:00
get {
return ResourceManager.GetString("EmailAddress", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
public static string EmailUs {
2019-04-10 23:01:25 +02:00
get {
return ResourceManager.GetString("EmailUs", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
public static string EmailUsDescription {
2019-04-10 23:01:25 +02:00
get {
return ResourceManager.GetString("EmailUsDescription", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
public static string EnterPIN {
2019-04-10 23:01:25 +02:00
get {
return ResourceManager.GetString("EnterPIN", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
public static string Favorites {
2019-04-10 23:01:25 +02:00
get {
return ResourceManager.GetString("Favorites", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
public static string FileBugReport {
2019-04-10 23:01:25 +02:00
get {
return ResourceManager.GetString("FileBugReport", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
public static string FileBugReportDescription {
2019-04-10 23:01:25 +02:00
get {
return ResourceManager.GetString("FileBugReportDescription", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
public static string FingerprintDirection {
2019-04-10 23:01:25 +02:00
get {
return ResourceManager.GetString("FingerprintDirection", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
public static string Folder {
2019-04-10 23:01:25 +02:00
get {
return ResourceManager.GetString("Folder", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
public static string FolderCreated {
2019-04-10 23:01:25 +02:00
get {
return ResourceManager.GetString("FolderCreated", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
public static string FolderDeleted {
2019-04-10 23:01:25 +02:00
get {
return ResourceManager.GetString("FolderDeleted", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
public static string FolderNone {
get {
return ResourceManager.GetString("FolderNone", resourceCulture);
}
}
public static string Folders {
2019-04-10 23:01:25 +02:00
get {
return ResourceManager.GetString("Folders", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
public static string FolderUpdated {
2019-04-10 23:01:25 +02:00
get {
return ResourceManager.GetString("FolderUpdated", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
public static string GoToWebsite {
2019-04-10 23:01:25 +02:00
get {
return ResourceManager.GetString("GoToWebsite", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
public static string HelpAndFeedback {
2019-04-10 23:01:25 +02:00
get {
return ResourceManager.GetString("HelpAndFeedback", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
public static string Hide {
2019-04-10 23:01:25 +02:00
get {
return ResourceManager.GetString("Hide", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
public static string InternetConnectionRequiredMessage {
2019-04-10 23:01:25 +02:00
get {
return ResourceManager.GetString("InternetConnectionRequiredMessage", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
public static string InternetConnectionRequiredTitle {
2019-04-10 23:01:25 +02:00
get {
return ResourceManager.GetString("InternetConnectionRequiredTitle", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
public static string InvalidMasterPassword {
2019-04-10 23:01:25 +02:00
get {
return ResourceManager.GetString("InvalidMasterPassword", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
public static string InvalidPIN {
2019-04-10 23:01:25 +02:00
get {
return ResourceManager.GetString("InvalidPIN", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
public static string Launch {
2019-04-10 23:01:25 +02:00
get {
return ResourceManager.GetString("Launch", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
public static string LogIn {
2019-04-10 23:01:25 +02:00
get {
return ResourceManager.GetString("LogIn", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
public static string LogInNoun {
2019-04-10 23:01:25 +02:00
get {
return ResourceManager.GetString("LogInNoun", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
public static string LogOut {
2019-10-23 15:24:34 +02:00
get {
return ResourceManager.GetString("LogOut", resourceCulture);
2019-10-23 15:24:34 +02:00
}
}
public static string LogoutConfirmation {
2019-10-23 15:11:48 +02:00
get {
return ResourceManager.GetString("LogoutConfirmation", resourceCulture);
2019-10-23 15:11:48 +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 {
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
}
}
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 {
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
}
}
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 {
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
}
}
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 {
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
}
}
public static string MasterPassword {
2019-04-10 23:01:25 +02:00
get {
return ResourceManager.GetString("MasterPassword", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
public static string More {
2019-04-10 23:01:25 +02:00
get {
return ResourceManager.GetString("More", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
public static string MyVault {
2019-04-10 23:01:25 +02:00
get {
return ResourceManager.GetString("MyVault", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
public static string Name {
2019-04-10 23:01:25 +02:00
get {
return ResourceManager.GetString("Name", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
public static string No {
get {
return ResourceManager.GetString("No", resourceCulture);
}
}
public static string Notes {
2019-04-10 23:01:25 +02:00
get {
return ResourceManager.GetString("Notes", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
public static string Ok {
2019-04-10 23:01:25 +02:00
get {
return ResourceManager.GetString("Ok", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
public static string Password {
2019-04-10 23:01:25 +02:00
get {
return ResourceManager.GetString("Password", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
public static string Save {
2019-04-10 23:01:25 +02:00
get {
return ResourceManager.GetString("Save", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
public static string Move {
2019-04-10 23:01:25 +02:00
get {
return ResourceManager.GetString("Move", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
public static string Saving {
2019-04-10 23:01:25 +02:00
get {
return ResourceManager.GetString("Saving", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
public static string Settings {
2019-04-10 23:01:25 +02:00
get {
return ResourceManager.GetString("Settings", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
public static string Show {
2019-04-10 23:01:25 +02:00
get {
return ResourceManager.GetString("Show", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
public static string ItemDeleted {
2019-04-10 23:01:25 +02:00
get {
return ResourceManager.GetString("ItemDeleted", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
public static string Submit {
2019-04-10 23:01:25 +02:00
get {
return ResourceManager.GetString("Submit", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
public static string Sync {
2019-04-10 23:01:25 +02:00
get {
return ResourceManager.GetString("Sync", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
public static string ThankYou {
2019-04-10 23:01:25 +02:00
get {
return ResourceManager.GetString("ThankYou", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
public static string Tools {
get {
return ResourceManager.GetString("Tools", resourceCulture);
}
}
public static string URI {
get {
return ResourceManager.GetString("URI", resourceCulture);
}
}
public static string UseFingerprintToUnlock {
get {
return ResourceManager.GetString("UseFingerprintToUnlock", resourceCulture);
}
}
public static string Username {
2019-04-10 23:01:25 +02:00
get {
return ResourceManager.GetString("Username", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
public static string ValidationFieldRequired {
2019-04-10 23:01:25 +02:00
get {
return ResourceManager.GetString("ValidationFieldRequired", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
public static string ValueHasBeenCopied {
2019-04-10 23:01:25 +02:00
get {
return ResourceManager.GetString("ValueHasBeenCopied", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
public static string VerifyFingerprint {
get {
return ResourceManager.GetString("VerifyFingerprint", resourceCulture);
2021-09-23 15:42:38 +02:00
}
}
public static string VerifyMasterPassword {
2021-09-23 15:42:38 +02:00
get {
return ResourceManager.GetString("VerifyMasterPassword", resourceCulture);
2021-09-23 15:42:38 +02:00
}
}
public static string VerifyPIN {
2021-09-23 15:42:38 +02:00
get {
return ResourceManager.GetString("VerifyPIN", resourceCulture);
2021-09-23 15:42:38 +02:00
}
}
public static string Version {
2021-09-23 15:42:38 +02:00
get {
return ResourceManager.GetString("Version", resourceCulture);
2021-09-23 15:42:38 +02:00
}
}
public static string View {
2021-09-23 15:42:38 +02:00
get {
return ResourceManager.GetString("View", resourceCulture);
}
}
public static string VisitOurWebsite {
2019-06-02 06:08:20 +02:00
get {
return ResourceManager.GetString("VisitOurWebsite", resourceCulture);
2019-06-02 06:08:20 +02:00
}
}
public static string VisitOurWebsiteDescription {
get {
return ResourceManager.GetString("VisitOurWebsiteDescription", resourceCulture);
}
}
public static string Website {
2019-06-03 16:45:27 +02:00
get {
return ResourceManager.GetString("Website", resourceCulture);
2019-06-03 16:45:27 +02:00
}
}
public static string Yes {
2019-06-03 16:45:27 +02:00
get {
return ResourceManager.GetString("Yes", resourceCulture);
2019-06-03 16:45:27 +02:00
}
}
public static string Account {
2019-04-10 23:01:25 +02:00
get {
return ResourceManager.GetString("Account", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
public static string AccountCreated {
2019-04-10 23:01:25 +02:00
get {
return ResourceManager.GetString("AccountCreated", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
public static string AddAnItem {
2019-04-10 23:01:25 +02:00
get {
return ResourceManager.GetString("AddAnItem", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
public static string AppExtension {
2019-04-10 23:01:25 +02:00
get {
return ResourceManager.GetString("AppExtension", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
public static string AutofillAccessibilityDescription {
2019-04-10 23:01:25 +02:00
get {
return ResourceManager.GetString("AutofillAccessibilityDescription", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
public static string AutofillService {
2019-04-10 23:01:25 +02:00
get {
return ResourceManager.GetString("AutofillService", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
public static string AvoidAmbiguousCharacters {
get {
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);
}
}
public static string BitwardenAutofillService {
get {
return ResourceManager.GetString("BitwardenAutofillService", resourceCulture);
}
}
public static string BitwardenAutofillAccessibilityServiceDescription {
2019-04-10 23:01:25 +02:00
get {
return ResourceManager.GetString("BitwardenAutofillAccessibilityServiceDescription", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
public static string ChangeEmail {
2019-04-10 23:01:25 +02:00
get {
return ResourceManager.GetString("ChangeEmail", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
public static string ChangeEmailConfirmation {
2019-04-10 23:01:25 +02:00
get {
return ResourceManager.GetString("ChangeEmailConfirmation", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
public static string ChangeMasterPassword {
get {
return ResourceManager.GetString("ChangeMasterPassword", resourceCulture);
}
}
public static string ChangePasswordConfirmation {
get {
return ResourceManager.GetString("ChangePasswordConfirmation", resourceCulture);
}
}
public static string Close {
get {
return ResourceManager.GetString("Close", resourceCulture);
}
}
public static string Continue {
get {
return ResourceManager.GetString("Continue", resourceCulture);
}
}
public static string CreateAccount {
get {
return ResourceManager.GetString("CreateAccount", resourceCulture);
}
}
public static string CreatingAccount {
get {
return ResourceManager.GetString("CreatingAccount", resourceCulture);
}
}
public static string EditItem {
get {
return ResourceManager.GetString("EditItem", resourceCulture);
}
}
public static string EnableAutomaticSyncing {
get {
return ResourceManager.GetString("EnableAutomaticSyncing", resourceCulture);
}
}
public static string EnterEmailForHint {
get {
return ResourceManager.GetString("EnterEmailForHint", resourceCulture);
}
}
public static string ExntesionReenable {
get {
return ResourceManager.GetString("ExntesionReenable", resourceCulture);
}
}
public static string ExtensionAlmostDone {
get {
return ResourceManager.GetString("ExtensionAlmostDone", resourceCulture);
}
}
public static string ExtensionEnable {
get {
return ResourceManager.GetString("ExtensionEnable", resourceCulture);
}
}
public static string ExtensionInSafari {
get {
return ResourceManager.GetString("ExtensionInSafari", resourceCulture);
}
}
public static string ExtensionInstantAccess {
get {
return ResourceManager.GetString("ExtensionInstantAccess", resourceCulture);
}
}
public static string ExtensionReady {
get {
return ResourceManager.GetString("ExtensionReady", resourceCulture);
}
}
public static string ExtensionSetup {
2019-04-10 23:01:25 +02:00
get {
return ResourceManager.GetString("ExtensionSetup", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
public static string ExtensionSetup2 {
2019-04-27 06:19:44 +02:00
get {
return ResourceManager.GetString("ExtensionSetup2", resourceCulture);
2019-04-27 06:19:44 +02:00
}
}
public static string ExtensionTapIcon {
2019-04-27 06:19:44 +02:00
get {
return ResourceManager.GetString("ExtensionTapIcon", resourceCulture);
2019-04-27 06:19:44 +02:00
}
}
public static string ExtensionTurnOn {
2019-04-10 23:01:25 +02:00
get {
return ResourceManager.GetString("ExtensionTurnOn", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
public static string Favorite {
2019-04-10 23:01:25 +02:00
get {
return ResourceManager.GetString("Favorite", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
public static string Fingerprint {
2019-05-14 15:01:07 +02:00
get {
return ResourceManager.GetString("Fingerprint", resourceCulture);
2019-05-14 15:01:07 +02:00
}
}
public static string GeneratePassword {
2019-05-29 20:11:15 +02:00
get {
return ResourceManager.GetString("GeneratePassword", resourceCulture);
}
}
public static string GetPasswordHint {
get {
return ResourceManager.GetString("GetPasswordHint", resourceCulture);
2019-05-29 20:11:15 +02:00
}
}
public static string ImportItems {
2019-05-29 20:11:15 +02:00
get {
return ResourceManager.GetString("ImportItems", resourceCulture);
2019-05-29 20:11:15 +02:00
}
}
public static string ImportItemsConfirmation {
2019-04-10 23:01:25 +02:00
get {
return ResourceManager.GetString("ImportItemsConfirmation", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
public static string ImportItemsDescription {
2019-04-10 23:01:25 +02:00
get {
return ResourceManager.GetString("ImportItemsDescription", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
public static string LastSync {
2019-04-10 23:01:25 +02:00
get {
return ResourceManager.GetString("LastSync", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
public static string Length {
2019-04-10 23:01:25 +02:00
get {
return ResourceManager.GetString("Length", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
public static string Lock {
2019-04-10 23:01:25 +02:00
get {
return ResourceManager.GetString("Lock", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
public static string FifteenMinutes {
2019-05-30 05:35:34 +02:00
get {
return ResourceManager.GetString("FifteenMinutes", resourceCulture);
2019-05-30 05:35:34 +02:00
}
}
public static string OneHour {
2019-04-10 23:01:25 +02:00
get {
return ResourceManager.GetString("OneHour", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
public static string OneMinute {
2019-04-10 23:01:25 +02:00
get {
return ResourceManager.GetString("OneMinute", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
public static string FourHours {
2019-04-10 23:01:25 +02:00
get {
return ResourceManager.GetString("FourHours", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
public static string Immediately {
2019-04-10 23:01:25 +02:00
get {
return ResourceManager.GetString("Immediately", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
public static string VaultTimeout {
2019-04-10 23:01:25 +02:00
get {
return ResourceManager.GetString("VaultTimeout", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
public static string VaultTimeoutAction {
2019-04-10 23:01:25 +02:00
get {
return ResourceManager.GetString("VaultTimeoutAction", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
public static string VaultTimeoutLogOutConfirmation {
2019-04-10 23:01:25 +02:00
get {
return ResourceManager.GetString("VaultTimeoutLogOutConfirmation", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
public static string LoggingIn {
2019-04-10 23:01:25 +02:00
get {
return ResourceManager.GetString("LoggingIn", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
public static string LoginOrCreateNewAccount {
2019-04-10 23:01:25 +02:00
get {
return ResourceManager.GetString("LoginOrCreateNewAccount", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
public static string Manage {
2019-04-10 23:01:25 +02:00
get {
return ResourceManager.GetString("Manage", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
public static string MasterPasswordConfirmationValMessage {
2019-04-10 23:01:25 +02:00
get {
return ResourceManager.GetString("MasterPasswordConfirmationValMessage", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
public static string MasterPasswordDescription {
2019-04-10 23:01:25 +02:00
get {
return ResourceManager.GetString("MasterPasswordDescription", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
public static string MasterPasswordHint {
2019-04-10 23:01:25 +02:00
get {
return ResourceManager.GetString("MasterPasswordHint", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
public static string MasterPasswordHintDescription {
2019-05-29 20:11:15 +02:00
get {
return ResourceManager.GetString("MasterPasswordHintDescription", resourceCulture);
2019-05-29 20:11:15 +02:00
}
}
public static string MasterPasswordLengthValMessage {
2019-04-10 23:01:25 +02:00
get {
return ResourceManager.GetString("MasterPasswordLengthValMessage", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
public static string MinNumbers {
2019-04-10 23:01:25 +02:00
get {
return ResourceManager.GetString("MinNumbers", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
public static string MinSpecial {
[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 {
return ResourceManager.GetString("MinSpecial", 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
}
}
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 {
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
}
}
public static string MustLogInMainApp {
2019-04-10 23:01:25 +02:00
get {
return ResourceManager.GetString("MustLogInMainApp", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
public static string Never {
2019-04-10 23:01:25 +02:00
get {
return ResourceManager.GetString("Never", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
public static string NewItemCreated {
2019-05-29 20:11:15 +02:00
get {
return ResourceManager.GetString("NewItemCreated", resourceCulture);
2019-05-29 20:11:15 +02:00
}
}
public static string NoFavorites {
2019-05-29 20:11:15 +02:00
get {
return ResourceManager.GetString("NoFavorites", resourceCulture);
2019-05-29 20:11:15 +02:00
}
}
public static string NoItems {
2019-04-10 23:01:25 +02:00
get {
return ResourceManager.GetString("NoItems", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
public static string NoItemsTap {
2019-04-10 23:01:25 +02:00
get {
return ResourceManager.GetString("NoItemsTap", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
public static string NoUsernamePasswordConfigured {
get {
return ResourceManager.GetString("NoUsernamePasswordConfigured", resourceCulture);
}
}
public static string OkGotIt {
2019-04-10 23:01:25 +02:00
get {
return ResourceManager.GetString("OkGotIt", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
public static string OptionDefaults {
2019-04-10 23:01:25 +02:00
get {
return ResourceManager.GetString("OptionDefaults", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
public static string Options {
2019-04-10 23:01:25 +02:00
get {
return ResourceManager.GetString("Options", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
public static string Other {
2019-06-03 16:45:27 +02:00
get {
return ResourceManager.GetString("Other", resourceCulture);
2019-06-03 16:45:27 +02:00
}
}
public static string PasswordGenerated {
2019-06-03 16:45:27 +02:00
get {
return ResourceManager.GetString("PasswordGenerated", resourceCulture);
2019-06-03 16:45:27 +02:00
}
}
public static string PasswordGenerator {
2019-04-10 23:01:25 +02:00
get {
return ResourceManager.GetString("PasswordGenerator", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
public static string PasswordHint {
2019-04-10 23:01:25 +02:00
get {
return ResourceManager.GetString("PasswordHint", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
public static string PasswordHintAlert {
get {
return ResourceManager.GetString("PasswordHintAlert", resourceCulture);
}
}
public static string PasswordOverrideAlert {
2019-07-22 18:04:17 +02:00
get {
return ResourceManager.GetString("PasswordOverrideAlert", resourceCulture);
2019-07-22 18:04:17 +02:00
}
}
public static string PushNotificationAlert {
2019-04-10 23:01:25 +02:00
get {
return ResourceManager.GetString("PushNotificationAlert", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
public static string RateTheApp {
2019-04-10 23:01:25 +02:00
get {
return ResourceManager.GetString("RateTheApp", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
public static string RateTheAppDescription {
2019-04-10 23:01:25 +02:00
get {
return ResourceManager.GetString("RateTheAppDescription", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
public static string RegeneratePassword {
2019-04-10 23:01:25 +02:00
get {
return ResourceManager.GetString("RegeneratePassword", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
public static string RetypeMasterPassword {
2019-04-10 23:01:25 +02:00
get {
return ResourceManager.GetString("RetypeMasterPassword", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
public static string SearchVault {
2019-04-10 23:01:25 +02:00
get {
return ResourceManager.GetString("SearchVault", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
public static string Security {
get {
return ResourceManager.GetString("Security", resourceCulture);
}
}
public static string Select {
get {
return ResourceManager.GetString("Select", resourceCulture);
}
}
public static string SetPIN {
2019-04-10 23:01:25 +02:00
get {
return ResourceManager.GetString("SetPIN", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
public static string SetPINDirection {
2019-04-10 23:01:25 +02:00
get {
return ResourceManager.GetString("SetPINDirection", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
public static string ItemInformation {
2019-04-10 23:01:25 +02:00
get {
return ResourceManager.GetString("ItemInformation", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
public static string ItemUpdated {
2019-04-10 23:01:25 +02:00
get {
return ResourceManager.GetString("ItemUpdated", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
public static string Submitting {
2019-04-10 23:01:25 +02:00
get {
return ResourceManager.GetString("Submitting", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
public static string Syncing {
2019-04-10 23:01:25 +02:00
get {
return ResourceManager.GetString("Syncing", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
public static string SyncingComplete {
2019-04-10 23:01:25 +02:00
get {
return ResourceManager.GetString("SyncingComplete", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
public static string SyncingFailed {
2019-04-10 23:01:25 +02:00
get {
return ResourceManager.GetString("SyncingFailed", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
public static string SyncVaultNow {
2019-04-10 23:01:25 +02:00
get {
return ResourceManager.GetString("SyncVaultNow", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
public static string TouchID {
2019-04-10 23:01:25 +02:00
get {
return ResourceManager.GetString("TouchID", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
public static string TwoStepLogin {
2019-04-10 23:01:25 +02:00
get {
return ResourceManager.GetString("TwoStepLogin", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
public static string TwoStepLoginConfirmation {
2019-04-10 23:01:25 +02:00
get {
return ResourceManager.GetString("TwoStepLoginConfirmation", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
public static string UnlockWith {
2019-05-30 06:29:00 +02:00
get {
return ResourceManager.GetString("UnlockWith", resourceCulture);
2019-05-30 06:29:00 +02:00
}
}
public static string UnlockWithPIN {
2019-05-30 06:29:00 +02:00
get {
return ResourceManager.GetString("UnlockWithPIN", resourceCulture);
2019-05-30 06:29:00 +02:00
}
}
public static string Validating {
2019-04-10 23:01:25 +02:00
get {
return ResourceManager.GetString("Validating", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
public static string VerificationCode {
2019-04-10 23:01:25 +02:00
get {
return ResourceManager.GetString("VerificationCode", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
public static string ViewItem {
2019-04-10 23:01:25 +02:00
get {
return ResourceManager.GetString("ViewItem", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
public static string WebVault {
2019-04-10 23:01:25 +02:00
get {
return ResourceManager.GetString("WebVault", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
public static string Lost2FAApp {
2019-05-15 19:26:55 +02:00
get {
return ResourceManager.GetString("Lost2FAApp", resourceCulture);
2019-05-15 19:26:55 +02:00
}
}
public static string Items {
get {
return ResourceManager.GetString("Items", resourceCulture);
}
}
public static string ExtensionActivated {
get {
return ResourceManager.GetString("ExtensionActivated", resourceCulture);
}
}
public static string Icons {
2019-04-10 23:01:25 +02:00
get {
return ResourceManager.GetString("Icons", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
public static string Translations {
2019-04-10 23:01:25 +02:00
get {
return ResourceManager.GetString("Translations", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
public static string ItemsForUri {
2019-04-10 23:01:25 +02:00
get {
return ResourceManager.GetString("ItemsForUri", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
public static string NoItemsForUri {
2019-04-10 23:01:25 +02:00
get {
return ResourceManager.GetString("NoItemsForUri", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
public static string BitwardenAutofillServiceOverlay {
2019-04-10 23:01:25 +02:00
get {
return ResourceManager.GetString("BitwardenAutofillServiceOverlay", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
public static string BitwardenAutofillServiceNotificationContent {
2019-04-10 23:01:25 +02:00
get {
return ResourceManager.GetString("BitwardenAutofillServiceNotificationContent", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
public static string BitwardenAutofillServiceOpenAccessibilitySettings {
2019-04-10 23:01:25 +02:00
get {
return ResourceManager.GetString("BitwardenAutofillServiceOpenAccessibilitySettings", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
public static string BitwardenAutofillServiceStep1 {
2019-04-10 23:01:25 +02:00
get {
return ResourceManager.GetString("BitwardenAutofillServiceStep1", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
public static string BitwardenAutofillServiceStep2 {
2019-04-10 23:01:25 +02:00
get {
return ResourceManager.GetString("BitwardenAutofillServiceStep2", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
public static string Disabled {
2019-04-10 23:01:25 +02:00
get {
return ResourceManager.GetString("Disabled", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
public static string Enabled {
2019-04-10 23:01:25 +02:00
get {
return ResourceManager.GetString("Enabled", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
public static string Status {
2019-04-10 23:01:25 +02:00
get {
return ResourceManager.GetString("Status", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
public static string BitwardenAutofillServiceAlert2 {
2019-04-10 23:01:25 +02:00
get {
return ResourceManager.GetString("BitwardenAutofillServiceAlert2", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
public static string Autofill {
2019-04-10 23:01:25 +02:00
get {
return ResourceManager.GetString("Autofill", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
public static string AutofillOrView {
2019-04-10 23:01:25 +02:00
get {
return ResourceManager.GetString("AutofillOrView", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
public static string BitwardenAutofillServiceMatchConfirm {
2019-04-10 23:01:25 +02:00
get {
return ResourceManager.GetString("BitwardenAutofillServiceMatchConfirm", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
public static string MatchingItems {
2019-04-10 23:01:25 +02:00
get {
return ResourceManager.GetString("MatchingItems", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
public static string PossibleMatchingItems {
2019-04-10 23:01:25 +02:00
get {
return ResourceManager.GetString("PossibleMatchingItems", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
public static string Search {
2019-04-10 23:01:25 +02:00
get {
return ResourceManager.GetString("Search", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
public static string BitwardenAutofillServiceSearch {
2019-04-10 23:01:25 +02:00
get {
return ResourceManager.GetString("BitwardenAutofillServiceSearch", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
public static string LearnOrg {
2019-04-10 23:01:25 +02:00
get {
return ResourceManager.GetString("LearnOrg", resourceCulture);
}
}
public static string CannotOpenApp {
get {
return ResourceManager.GetString("CannotOpenApp", resourceCulture);
}
}
public static string AuthenticatorAppTitle {
get {
return ResourceManager.GetString("AuthenticatorAppTitle", resourceCulture);
}
}
public static string EnterVerificationCodeApp {
get {
return ResourceManager.GetString("EnterVerificationCodeApp", resourceCulture);
}
}
public static string EnterVerificationCodeEmail {
get {
return ResourceManager.GetString("EnterVerificationCodeEmail", resourceCulture);
}
}
public static string LoginUnavailable {
get {
return ResourceManager.GetString("LoginUnavailable", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
public static string NoTwoStepAvailable {
2019-04-10 23:01:25 +02:00
get {
return ResourceManager.GetString("NoTwoStepAvailable", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
public static string RecoveryCodeTitle {
get {
return ResourceManager.GetString("RecoveryCodeTitle", resourceCulture);
}
}
public static string RememberMe {
2019-04-10 23:01:25 +02:00
get {
return ResourceManager.GetString("RememberMe", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
public static string SendVerificationCodeAgain {
2019-04-10 23:01:25 +02:00
get {
return ResourceManager.GetString("SendVerificationCodeAgain", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
public static string TwoStepLoginOptions {
2019-05-15 18:54:48 +02:00
get {
return ResourceManager.GetString("TwoStepLoginOptions", resourceCulture);
2019-05-15 18:54:48 +02:00
}
}
public static string UseAnotherTwoStepMethod {
2019-04-10 23:01:25 +02:00
get {
return ResourceManager.GetString("UseAnotherTwoStepMethod", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
public static string VerificationEmailNotSent {
2019-05-29 20:11:15 +02:00
get {
return ResourceManager.GetString("VerificationEmailNotSent", resourceCulture);
2019-05-29 20:11:15 +02:00
}
}
public static string VerificationEmailSent {
2019-04-10 23:01:25 +02:00
get {
return ResourceManager.GetString("VerificationEmailSent", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
public static string YubiKeyInstruction {
2019-04-10 23:01:25 +02:00
get {
return ResourceManager.GetString("YubiKeyInstruction", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
public static string YubiKeyTitle {
2019-04-10 23:01:25 +02:00
get {
return ResourceManager.GetString("YubiKeyTitle", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
public static string AddNewAttachment {
2019-04-10 23:01:25 +02:00
get {
return ResourceManager.GetString("AddNewAttachment", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
public static string Attachments {
2019-04-10 23:01:25 +02:00
get {
return ResourceManager.GetString("Attachments", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
public static string UnableToDownloadFile {
2019-04-10 23:01:25 +02:00
get {
return ResourceManager.GetString("UnableToDownloadFile", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
public static string UnableToOpenFile {
2019-04-10 23:01:25 +02:00
get {
return ResourceManager.GetString("UnableToOpenFile", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
public static string Downloading {
2019-04-10 23:01:25 +02:00
get {
return ResourceManager.GetString("Downloading", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
public static string AttachmentLargeWarning {
2019-05-14 15:43:46 +02:00
get {
return ResourceManager.GetString("AttachmentLargeWarning", resourceCulture);
2019-05-14 15:43:46 +02:00
}
}
public static string AuthenticatorKey {
2019-04-10 23:01:25 +02:00
get {
return ResourceManager.GetString("AuthenticatorKey", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
public static string VerificationCodeTotp {
2019-04-10 23:01:25 +02:00
get {
return ResourceManager.GetString("VerificationCodeTotp", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
public static string AuthenticatorKeyAdded {
2019-04-10 23:01:25 +02:00
get {
return ResourceManager.GetString("AuthenticatorKeyAdded", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
public static string AuthenticatorKeyReadError {
get {
return ResourceManager.GetString("AuthenticatorKeyReadError", resourceCulture);
}
}
public static string CameraInstructionBottom {
2019-04-10 23:01:25 +02:00
get {
return ResourceManager.GetString("CameraInstructionBottom", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
public static string CameraInstructionTop {
2019-04-10 23:01:25 +02:00
get {
return ResourceManager.GetString("CameraInstructionTop", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
public static string ScanQrTitle {
2019-04-10 23:01:25 +02:00
get {
return ResourceManager.GetString("ScanQrTitle", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
public static string Camera {
2019-04-10 23:01:25 +02:00
get {
return ResourceManager.GetString("Camera", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
public static string Photos {
2019-04-10 23:01:25 +02:00
get {
return ResourceManager.GetString("Photos", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
public static string CopyTotp {
2019-04-10 23:01:25 +02:00
get {
return ResourceManager.GetString("CopyTotp", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
public static string DisableAutoTotpCopyDescription {
get {
return ResourceManager.GetString("DisableAutoTotpCopyDescription", resourceCulture);
}
}
public static string DisableAutoTotpCopy {
2019-04-29 16:20:29 +02:00
get {
return ResourceManager.GetString("DisableAutoTotpCopy", resourceCulture);
2019-04-29 16:20:29 +02:00
}
}
public static string PremiumRequired {
2019-04-10 23:01:25 +02:00
get {
return ResourceManager.GetString("PremiumRequired", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
public static string AttachementAdded {
2019-04-10 23:01:25 +02:00
get {
return ResourceManager.GetString("AttachementAdded", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
public static string AttachmentDeleted {
2019-04-10 23:01:25 +02:00
get {
return ResourceManager.GetString("AttachmentDeleted", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
public static string ChooseFile {
2019-04-10 23:01:25 +02:00
get {
return ResourceManager.GetString("ChooseFile", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
public static string File {
get {
return ResourceManager.GetString("File", resourceCulture);
}
}
public static string NoFileChosen {
2019-04-10 23:01:25 +02:00
get {
return ResourceManager.GetString("NoFileChosen", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
public static string NoAttachments {
2019-04-10 23:01:25 +02:00
get {
return ResourceManager.GetString("NoAttachments", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
public static string FileSource {
2019-04-19 15:42:55 +02:00
get {
return ResourceManager.GetString("FileSource", resourceCulture);
2019-04-19 15:42:55 +02:00
}
}
public static string FeatureUnavailable {
2019-04-10 23:01:25 +02:00
get {
return ResourceManager.GetString("FeatureUnavailable", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
public static string MaxFileSize {
2019-04-10 23:01:25 +02:00
get {
return ResourceManager.GetString("MaxFileSize", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
public static string UpdateKey {
2019-04-10 23:01:25 +02:00
get {
return ResourceManager.GetString("UpdateKey", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
public static string LearnMore {
2019-04-10 23:01:25 +02:00
get {
return ResourceManager.GetString("LearnMore", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
public static string ApiUrl {
2019-04-10 23:01:25 +02:00
get {
return ResourceManager.GetString("ApiUrl", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
public static string CustomEnvironment {
2019-05-10 19:22:35 +02:00
get {
return ResourceManager.GetString("CustomEnvironment", resourceCulture);
2019-05-10 19:22:35 +02:00
}
}
public static string CustomEnvironmentFooter {
2019-04-10 23:01:25 +02:00
get {
return ResourceManager.GetString("CustomEnvironmentFooter", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
public static string EnvironmentSaved {
2019-04-10 23:01:25 +02:00
get {
return ResourceManager.GetString("EnvironmentSaved", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
public static string FormattedIncorrectly {
2019-04-10 23:01:25 +02:00
get {
return ResourceManager.GetString("FormattedIncorrectly", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
public static string IdentityUrl {
2019-04-10 23:01:25 +02:00
get {
return ResourceManager.GetString("IdentityUrl", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
public static string SelfHostedEnvironment {
2019-04-10 23:01:25 +02:00
get {
return ResourceManager.GetString("SelfHostedEnvironment", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
public static string SelfHostedEnvironmentFooter {
2019-04-10 23:01:25 +02:00
get {
return ResourceManager.GetString("SelfHostedEnvironmentFooter", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
public static string ServerUrl {
2019-04-10 23:01:25 +02:00
get {
return ResourceManager.GetString("ServerUrl", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
public static string WebVaultUrl {
2019-04-10 23:01:25 +02:00
get {
return ResourceManager.GetString("WebVaultUrl", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
public static string BitwardenAutofillServiceNotificationContentOld {
2019-04-10 23:01:25 +02:00
get {
return ResourceManager.GetString("BitwardenAutofillServiceNotificationContentOld", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
public static string CustomFields {
2019-04-10 23:01:25 +02:00
get {
return ResourceManager.GetString("CustomFields", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
public static string CopyNumber {
2019-05-29 20:11:15 +02:00
get {
return ResourceManager.GetString("CopyNumber", resourceCulture);
2019-05-29 20:11:15 +02:00
}
}
public static string CopySecurityCode {
2019-04-10 23:01:25 +02:00
get {
return ResourceManager.GetString("CopySecurityCode", resourceCulture);
2019-04-10 23:01:25 +02:00
}
2019-05-15 19:35:17 +02:00
}
public static string Number {
2019-05-15 19:35:17 +02:00
get {
return ResourceManager.GetString("Number", resourceCulture);
2019-05-15 19:35:17 +02:00
}
2019-04-10 23:01:25 +02:00
}
public static string SecurityCode {
2019-04-10 23:01:25 +02:00
get {
return ResourceManager.GetString("SecurityCode", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
public static string TypeCard {
2019-04-10 23:01:25 +02:00
get {
return ResourceManager.GetString("TypeCard", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
public static string TypeIdentity {
2019-04-10 23:01:25 +02:00
get {
return ResourceManager.GetString("TypeIdentity", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
public static string TypeLogin {
2019-05-16 20:55:18 +02:00
get {
return ResourceManager.GetString("TypeLogin", resourceCulture);
2019-05-16 20:55:18 +02:00
}
}
public static string TypeSecureNote {
2019-04-10 23:01:25 +02:00
get {
return ResourceManager.GetString("TypeSecureNote", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
public static string Address1 {
2019-05-16 20:55:18 +02:00
get {
return ResourceManager.GetString("Address1", resourceCulture);
2019-05-16 20:55:18 +02:00
}
}
public static string Address2 {
2019-04-10 23:01:25 +02:00
get {
return ResourceManager.GetString("Address2", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
public static string Address3 {
2019-06-03 18:30:26 +02:00
get {
return ResourceManager.GetString("Address3", resourceCulture);
2019-06-03 18:30:26 +02:00
}
}
public static string April {
2019-04-10 23:01:25 +02:00
get {
return ResourceManager.GetString("April", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
public static string August {
2019-05-17 16:01:45 +02:00
get {
return ResourceManager.GetString("August", resourceCulture);
2019-05-17 16:01:45 +02:00
}
}
public static string Brand {
2019-04-10 23:01:25 +02:00
get {
return ResourceManager.GetString("Brand", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
public static string CardholderName {
2019-04-10 23:01:25 +02:00
get {
return ResourceManager.GetString("CardholderName", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
public static string CityTown {
2019-10-22 22:30:28 +02:00
get {
return ResourceManager.GetString("CityTown", resourceCulture);
2019-10-22 22:30:28 +02:00
}
}
public static string Company {
2019-04-10 23:01:25 +02:00
get {
return ResourceManager.GetString("Company", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
public static string Country {
2019-04-10 23:01:25 +02:00
get {
return ResourceManager.GetString("Country", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
public static string December {
get {
return ResourceManager.GetString("December", resourceCulture);
}
}
public static string Dr {
2019-04-10 23:01:25 +02:00
get {
return ResourceManager.GetString("Dr", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
public static string ExpirationMonth {
2019-04-10 23:01:25 +02:00
get {
return ResourceManager.GetString("ExpirationMonth", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
public static string ExpirationYear {
2019-04-10 23:01:25 +02:00
get {
return ResourceManager.GetString("ExpirationYear", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
public static string February {
2019-04-10 23:01:25 +02:00
get {
return ResourceManager.GetString("February", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
public static string FirstName {
2019-04-10 23:01:25 +02:00
get {
return ResourceManager.GetString("FirstName", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
public static string January {
2019-04-10 23:01:25 +02:00
get {
return ResourceManager.GetString("January", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
public static string July {
2019-04-10 23:01:25 +02:00
get {
return ResourceManager.GetString("July", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
public static string June {
2019-04-10 23:01:25 +02:00
get {
return ResourceManager.GetString("June", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
public static string LastName {
2019-04-10 23:01:25 +02:00
get {
return ResourceManager.GetString("LastName", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
public static string FullName {
2019-04-10 23:01:25 +02:00
get {
return ResourceManager.GetString("FullName", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
public static string LicenseNumber {
2019-04-10 23:01:25 +02:00
get {
return ResourceManager.GetString("LicenseNumber", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
public static string March {
2019-04-10 23:01:25 +02:00
get {
return ResourceManager.GetString("March", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
public static string May {
get {
return ResourceManager.GetString("May", resourceCulture);
}
}
public static string MiddleName {
2019-04-10 23:01:25 +02:00
get {
return ResourceManager.GetString("MiddleName", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
public static string Mr {
2019-04-10 23:01:25 +02:00
get {
return ResourceManager.GetString("Mr", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
public static string Mrs {
2019-04-10 23:01:25 +02:00
get {
return ResourceManager.GetString("Mrs", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
public static string Ms {
2019-04-10 23:01:25 +02:00
get {
return ResourceManager.GetString("Ms", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
public static string November {
2019-04-10 23:01:25 +02:00
get {
return ResourceManager.GetString("November", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
public static string October {
2019-05-09 18:18:23 +02:00
get {
return ResourceManager.GetString("October", resourceCulture);
2019-05-09 18:18:23 +02:00
}
}
public static string PassportNumber {
2019-04-10 23:01:25 +02:00
get {
return ResourceManager.GetString("PassportNumber", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
public static string Phone {
get {
return ResourceManager.GetString("Phone", resourceCulture);
}
}
public static string September {
2019-04-10 23:01:25 +02:00
get {
return ResourceManager.GetString("September", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
public static string SSN {
2019-05-09 05:13:10 +02:00
get {
return ResourceManager.GetString("SSN", resourceCulture);
2019-05-09 05:13:10 +02:00
}
}
public static string StateProvince {
2019-05-09 05:13:10 +02:00
get {
return ResourceManager.GetString("StateProvince", resourceCulture);
2019-05-09 05:13:10 +02:00
}
}
public static string Title {
2019-04-10 23:01:25 +02:00
get {
return ResourceManager.GetString("Title", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
public static string ZipPostalCode {
2019-04-10 23:01:25 +02:00
get {
return ResourceManager.GetString("ZipPostalCode", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
public static string Address {
2019-04-10 23:01:25 +02:00
get {
return ResourceManager.GetString("Address", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
public static string Expiration {
2019-04-10 23:01:25 +02:00
get {
return ResourceManager.GetString("Expiration", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
public static string DisableWebsiteIcons {
2019-04-10 23:01:25 +02:00
get {
return ResourceManager.GetString("DisableWebsiteIcons", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
public static string DisableWebsiteIconsDescription {
2019-04-10 23:01:25 +02:00
get {
return ResourceManager.GetString("DisableWebsiteIconsDescription", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
public static string IconsUrl {
2019-04-10 23:01:25 +02:00
get {
return ResourceManager.GetString("IconsUrl", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
public static string AutofillWithBitwarden {
2019-04-10 23:01:25 +02:00
get {
return ResourceManager.GetString("AutofillWithBitwarden", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
public static string VaultIsLocked {
2019-04-10 23:01:25 +02:00
get {
return ResourceManager.GetString("VaultIsLocked", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
public static string GoToMyVault {
2019-04-10 23:01:25 +02:00
get {
return ResourceManager.GetString("GoToMyVault", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
public static string Collections {
2019-04-10 23:01:25 +02:00
get {
return ResourceManager.GetString("Collections", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
public static string NoItemsCollection {
2019-04-10 23:01:25 +02:00
get {
return ResourceManager.GetString("NoItemsCollection", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
public static string NoItemsFolder {
2019-04-10 23:01:25 +02:00
get {
return ResourceManager.GetString("NoItemsFolder", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
public static string NoItemsTrash {
get {
return ResourceManager.GetString("NoItemsTrash", resourceCulture);
}
}
public static string AutofillAccessibilityService {
2019-04-10 23:01:25 +02:00
get {
return ResourceManager.GetString("AutofillAccessibilityService", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
public static string AutofillServiceDescription {
2019-04-10 23:01:25 +02:00
get {
return ResourceManager.GetString("AutofillServiceDescription", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
public static string BitwardenAutofillServiceDescription {
2019-05-14 23:02:24 +02:00
get {
return ResourceManager.GetString("BitwardenAutofillServiceDescription", resourceCulture);
2019-05-14 23:02:24 +02:00
}
}
public static string BitwardenAutofillServiceOpenAutofillSettings {
2019-04-10 23:01:25 +02:00
get {
return ResourceManager.GetString("BitwardenAutofillServiceOpenAutofillSettings", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
public static string FaceID {
2019-04-10 23:01:25 +02:00
get {
return ResourceManager.GetString("FaceID", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
public static string FaceIDDirection {
2019-04-10 23:01:25 +02:00
get {
return ResourceManager.GetString("FaceIDDirection", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
public static string UseFaceIDToUnlock {
2019-04-10 23:01:25 +02:00
get {
return ResourceManager.GetString("UseFaceIDToUnlock", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
public static string VerifyFaceID {
2019-04-10 23:01:25 +02:00
get {
return ResourceManager.GetString("VerifyFaceID", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
public static string WindowsHello {
2019-05-07 04:35:42 +02:00
get {
return ResourceManager.GetString("WindowsHello", resourceCulture);
2019-05-07 04:35:42 +02:00
}
}
public static string BitwardenAutofillGoToSettings {
2019-05-10 19:22:35 +02:00
get {
return ResourceManager.GetString("BitwardenAutofillGoToSettings", resourceCulture);
2019-05-10 19:22:35 +02:00
}
}
public static string CustomFieldName {
2019-05-02 20:53:45 +02:00
get {
return ResourceManager.GetString("CustomFieldName", resourceCulture);
2019-05-02 20:53:45 +02:00
}
}
public static string FieldTypeBoolean {
2019-04-10 23:01:25 +02:00
get {
return ResourceManager.GetString("FieldTypeBoolean", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
public static string FieldTypeHidden {
2019-04-10 23:01:25 +02:00
get {
return ResourceManager.GetString("FieldTypeHidden", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
public static string FieldTypeLinked {
2019-04-10 23:01:25 +02:00
get {
return ResourceManager.GetString("FieldTypeLinked", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
public static string FieldTypeText {
2019-04-10 23:01:25 +02:00
get {
return ResourceManager.GetString("FieldTypeText", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
public static string NewCustomField {
2019-04-10 23:01:25 +02:00
get {
return ResourceManager.GetString("NewCustomField", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
public static string SelectTypeField {
get {
return ResourceManager.GetString("SelectTypeField", resourceCulture);
}
}
public static string Remove {
get {
return ResourceManager.GetString("Remove", resourceCulture);
}
}
public static string NewUri {
get {
return ResourceManager.GetString("NewUri", resourceCulture);
}
}
public static string URIPosition {
2019-04-10 23:01:25 +02:00
get {
return ResourceManager.GetString("URIPosition", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
public static string BaseDomain {
2019-04-10 23:01:25 +02:00
get {
return ResourceManager.GetString("BaseDomain", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
public static string Default {
2019-04-10 23:01:25 +02:00
get {
return ResourceManager.GetString("Default", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
public static string Exact {
2019-05-29 20:11:15 +02:00
get {
return ResourceManager.GetString("Exact", resourceCulture);
}
}
public static string Host {
get {
return ResourceManager.GetString("Host", resourceCulture);
2019-05-29 20:11:15 +02:00
}
}
public static string RegEx {
2019-04-10 23:01:25 +02:00
get {
return ResourceManager.GetString("RegEx", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
public static string StartsWith {
2019-04-10 23:01:25 +02:00
get {
return ResourceManager.GetString("StartsWith", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
public static string URIMatchDetection {
2019-04-10 23:01:25 +02:00
get {
return ResourceManager.GetString("URIMatchDetection", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
public static string MatchDetection {
2019-04-10 23:01:25 +02:00
get {
return ResourceManager.GetString("MatchDetection", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
public static string YesAndSave {
get {
return ResourceManager.GetString("YesAndSave", resourceCulture);
}
}
public static string AutofillAndSave {
get {
return ResourceManager.GetString("AutofillAndSave", resourceCulture);
}
}
public static string Organization {
get {
return ResourceManager.GetString("Organization", resourceCulture);
}
}
public static string HoldYubikeyNearTop {
2019-04-10 23:01:25 +02:00
get {
return ResourceManager.GetString("HoldYubikeyNearTop", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
public static string TryAgain {
2019-04-10 23:01:25 +02:00
get {
return ResourceManager.GetString("TryAgain", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
public static string YubiKeyInstructionIos {
2019-04-10 23:01:25 +02:00
get {
return ResourceManager.GetString("YubiKeyInstructionIos", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
public static string BitwardenAutofillAccessibilityServiceDescription2 {
2019-04-27 06:19:44 +02:00
get {
return ResourceManager.GetString("BitwardenAutofillAccessibilityServiceDescription2", resourceCulture);
2019-04-27 06:19:44 +02:00
}
}
public static string DatePasswordUpdated {
2019-04-10 23:01:25 +02:00
get {
return ResourceManager.GetString("DatePasswordUpdated", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
public static string DateUpdated {
2019-04-10 23:01:25 +02:00
get {
return ResourceManager.GetString("DateUpdated", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
public static string AutofillActivated {
2019-04-10 23:01:25 +02:00
get {
return ResourceManager.GetString("AutofillActivated", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
public static string MustLogInMainAppAutofill {
2019-04-10 23:01:25 +02:00
get {
return ResourceManager.GetString("MustLogInMainAppAutofill", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
public static string AutofillSetup {
2019-04-30 15:50:35 +02:00
get {
return ResourceManager.GetString("AutofillSetup", resourceCulture);
2019-04-30 15:50:35 +02:00
}
}
public static string AutofillSetup2 {
2019-04-10 23:01:25 +02:00
get {
return ResourceManager.GetString("AutofillSetup2", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
public static string BitwardenAutofillDescription {
2019-04-27 06:19:44 +02:00
get {
return ResourceManager.GetString("BitwardenAutofillDescription", resourceCulture);
2019-04-27 06:19:44 +02:00
}
}
public static string AutofillTurnOn {
2019-04-10 23:01:25 +02:00
get {
return ResourceManager.GetString("AutofillTurnOn", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
public static string AutofillTurnOn1 {
2019-04-10 23:01:25 +02:00
get {
return ResourceManager.GetString("AutofillTurnOn1", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
public static string AutofillTurnOn2 {
2019-05-15 23:37:59 +02:00
get {
return ResourceManager.GetString("AutofillTurnOn2", resourceCulture);
2019-05-15 23:37:59 +02:00
}
}
public static string AutofillTurnOn3 {
get {
return ResourceManager.GetString("AutofillTurnOn3", resourceCulture);
}
}
public static string AutofillTurnOn4 {
2019-04-10 23:01:25 +02:00
get {
return ResourceManager.GetString("AutofillTurnOn4", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
public static string AutofillTurnOn5 {
2019-04-10 23:01:25 +02:00
get {
return ResourceManager.GetString("AutofillTurnOn5", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
public static string PasswordAutofill {
2019-04-10 23:01:25 +02:00
get {
return ResourceManager.GetString("PasswordAutofill", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
public static string BitwardenAutofillAlert2 {
2019-04-10 23:01:25 +02:00
get {
return ResourceManager.GetString("BitwardenAutofillAlert2", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
public static string InvalidEmail {
2019-04-10 23:01:25 +02:00
get {
return ResourceManager.GetString("InvalidEmail", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
public static string Cards {
2019-04-10 23:01:25 +02:00
get {
return ResourceManager.GetString("Cards", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
public static string Identities {
2019-04-10 23:01:25 +02:00
get {
return ResourceManager.GetString("Identities", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
public static string Logins {
2019-04-10 23:01:25 +02:00
get {
return ResourceManager.GetString("Logins", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
public static string SecureNotes {
2019-04-10 23:01:25 +02:00
get {
return ResourceManager.GetString("SecureNotes", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
public static string AllItems {
2019-04-10 23:01:25 +02:00
get {
return ResourceManager.GetString("AllItems", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
public static string URIs {
2019-05-30 05:02:30 +02:00
get {
return ResourceManager.GetString("URIs", resourceCulture);
2019-05-30 05:02:30 +02:00
}
}
public static string CheckingPassword {
2019-05-30 05:02:30 +02:00
get {
return ResourceManager.GetString("CheckingPassword", resourceCulture);
2019-05-30 05:02:30 +02:00
}
}
public static string CheckPassword {
2019-04-10 23:01:25 +02:00
get {
return ResourceManager.GetString("CheckPassword", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
public static string PasswordExposed {
2019-04-10 23:01:25 +02:00
get {
return ResourceManager.GetString("PasswordExposed", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
public static string PasswordSafe {
2019-04-10 23:01:25 +02:00
get {
return ResourceManager.GetString("PasswordSafe", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
public static string IdentityName {
2019-04-10 23:01:25 +02:00
get {
return ResourceManager.GetString("IdentityName", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
public static string Value {
2019-04-10 23:01:25 +02:00
get {
return ResourceManager.GetString("Value", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
public static string PasswordHistory {
2019-05-07 04:35:42 +02:00
get {
return ResourceManager.GetString("PasswordHistory", resourceCulture);
2019-05-07 04:35:42 +02:00
}
}
public static string Types {
2019-05-07 04:35:42 +02:00
get {
return ResourceManager.GetString("Types", resourceCulture);
2019-05-07 04:35:42 +02:00
}
}
public static string NoPasswordsToList {
2019-05-07 04:35:42 +02:00
get {
return ResourceManager.GetString("NoPasswordsToList", resourceCulture);
2019-05-07 04:35:42 +02:00
}
}
public static string NoItemsToList {
2019-04-10 23:01:25 +02:00
get {
return ResourceManager.GetString("NoItemsToList", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
public static string SearchCollection {
get {
return ResourceManager.GetString("SearchCollection", resourceCulture);
}
}
public static string SearchFileSends {
2019-04-10 23:01:25 +02:00
get {
return ResourceManager.GetString("SearchFileSends", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
public static string SearchTextSends {
2019-04-10 23:01:25 +02:00
get {
return ResourceManager.GetString("SearchTextSends", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
public static string SearchGroup {
2019-04-10 23:01:25 +02:00
get {
return ResourceManager.GetString("SearchGroup", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
public static string Type {
2019-05-10 19:22:35 +02:00
get {
return ResourceManager.GetString("Type", resourceCulture);
2019-05-10 19:22:35 +02:00
}
}
public static string MoveDown {
2019-04-10 23:01:25 +02:00
get {
return ResourceManager.GetString("MoveDown", resourceCulture);
}
}
public static string MoveUp {
get {
return ResourceManager.GetString("MoveUp", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
public static string Miscellaneous {
2019-04-10 23:01:25 +02:00
get {
return ResourceManager.GetString("Miscellaneous", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
public static string Ownership {
2019-04-10 23:01:25 +02:00
get {
return ResourceManager.GetString("Ownership", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
public static string WhoOwnsThisItem {
2019-04-10 23:01:25 +02:00
get {
return ResourceManager.GetString("WhoOwnsThisItem", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
public static string NoCollectionsToList {
2019-04-10 23:01:25 +02:00
get {
return ResourceManager.GetString("NoCollectionsToList", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
public static string MovedItemToOrg {
2019-04-10 23:01:25 +02:00
get {
return ResourceManager.GetString("MovedItemToOrg", resourceCulture);
}
}
public static string ItemShared {
get {
return ResourceManager.GetString("ItemShared", resourceCulture);
}
}
public static string SelectOneCollection {
get {
return ResourceManager.GetString("SelectOneCollection", resourceCulture);
}
}
public static string Share {
get {
return ResourceManager.GetString("Share", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
public static string ShareItem {
2019-04-10 23:01:25 +02:00
get {
return ResourceManager.GetString("ShareItem", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
public static string MoveToOrganization {
2019-05-16 21:54:21 +02:00
get {
return ResourceManager.GetString("MoveToOrganization", resourceCulture);
2019-05-16 21:54:21 +02:00
}
}
public static string NoOrgsToList {
2019-04-10 23:01:25 +02:00
get {
return ResourceManager.GetString("NoOrgsToList", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
public static string MoveToOrgDesc {
get {
return ResourceManager.GetString("MoveToOrgDesc", resourceCulture);
}
}
public static string NumberOfWords {
2019-04-10 23:01:25 +02:00
get {
return ResourceManager.GetString("NumberOfWords", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
public static string Passphrase {
2019-05-10 19:22:35 +02:00
get {
return ResourceManager.GetString("Passphrase", resourceCulture);
2019-05-10 19:22:35 +02:00
}
}
public static string WordSeparator {
2019-07-22 18:04:17 +02:00
get {
return ResourceManager.GetString("WordSeparator", resourceCulture);
2019-07-22 18:04:17 +02:00
}
}
public static string Clear {
2019-05-10 19:22:35 +02:00
get {
return ResourceManager.GetString("Clear", resourceCulture);
2019-05-10 19:22:35 +02:00
}
}
public static string Generator {
2019-05-10 19:22:35 +02:00
get {
return ResourceManager.GetString("Generator", resourceCulture);
2019-05-10 19:22:35 +02:00
}
}
public static string NoFoldersToList {
2019-04-10 23:01:25 +02:00
get {
return ResourceManager.GetString("NoFoldersToList", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
public static string FingerprintPhrase {
2019-05-15 19:26:55 +02:00
get {
return ResourceManager.GetString("FingerprintPhrase", resourceCulture);
2019-05-15 19:26:55 +02:00
}
}
public static string YourAccountsFingerprint {
2019-04-10 23:01:25 +02:00
get {
return ResourceManager.GetString("YourAccountsFingerprint", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
public static string LearnOrgConfirmation {
2019-04-10 23:01:25 +02:00
get {
return ResourceManager.GetString("LearnOrgConfirmation", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
public static string ExportVault {
2019-04-10 23:01:25 +02:00
get {
return ResourceManager.GetString("ExportVault", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
public static string LockNow {
2019-04-10 23:01:25 +02:00
get {
return ResourceManager.GetString("LockNow", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
public static string PIN {
2019-04-10 23:01:25 +02:00
get {
return ResourceManager.GetString("PIN", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
public static string Unlock {
2019-04-10 23:01:25 +02:00
get {
return ResourceManager.GetString("Unlock", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
public static string UnlockVault {
2019-04-10 23:01:25 +02:00
get {
return ResourceManager.GetString("UnlockVault", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
public static string ThirtyMinutes {
2019-04-10 23:01:25 +02:00
get {
return ResourceManager.GetString("ThirtyMinutes", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
public static string SetPINDescription {
2019-04-10 23:01:25 +02:00
get {
return ResourceManager.GetString("SetPINDescription", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
public static string LoggedInAsOn {
get {
return ResourceManager.GetString("LoggedInAsOn", resourceCulture);
}
}
public static string VaultLockedMasterPassword {
2019-04-10 23:01:25 +02:00
get {
return ResourceManager.GetString("VaultLockedMasterPassword", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
public static string VaultLockedPIN {
2019-04-10 23:01:25 +02:00
get {
return ResourceManager.GetString("VaultLockedPIN", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
public static string VaultLockedIdentity {
2019-04-10 23:01:25 +02:00
get {
return ResourceManager.GetString("VaultLockedIdentity", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
public static string Dark {
2019-05-29 20:11:15 +02:00
get {
return ResourceManager.GetString("Dark", resourceCulture);
2019-05-29 20:11:15 +02:00
}
}
public static string Light {
2019-04-10 23:01:25 +02:00
get {
return ResourceManager.GetString("Light", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
public static string FiveMinutes {
get {
return ResourceManager.GetString("FiveMinutes", resourceCulture);
}
}
public static string TenSeconds {
2019-05-29 20:11:15 +02:00
get {
return ResourceManager.GetString("TenSeconds", resourceCulture);
2019-05-29 20:11:15 +02:00
}
}
public static string ThirtySeconds {
2019-06-24 23:32:24 +02:00
get {
return ResourceManager.GetString("ThirtySeconds", resourceCulture);
2019-06-24 23:32:24 +02:00
}
}
public static string TwentySeconds {
2019-05-29 20:11:15 +02:00
get {
return ResourceManager.GetString("TwentySeconds", resourceCulture);
2019-05-29 20:11:15 +02:00
}
}
public static string TwoMinutes {
2019-05-29 20:11:15 +02:00
get {
return ResourceManager.GetString("TwoMinutes", resourceCulture);
2019-05-29 20:11:15 +02:00
}
}
public static string ClearClipboard {
2019-04-10 23:01:25 +02:00
get {
return ResourceManager.GetString("ClearClipboard", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
public static string ClearClipboardDescription {
2019-07-22 18:04:17 +02:00
get {
return ResourceManager.GetString("ClearClipboardDescription", resourceCulture);
2019-07-22 18:04:17 +02:00
}
}
public static string DefaultUriMatchDetection {
2019-04-10 23:01:25 +02:00
get {
return ResourceManager.GetString("DefaultUriMatchDetection", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
public static string DefaultUriMatchDetectionDescription {
2019-04-10 23:01:25 +02:00
get {
return ResourceManager.GetString("DefaultUriMatchDetectionDescription", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
public static string Theme {
2019-04-10 23:01:25 +02:00
get {
return ResourceManager.GetString("Theme", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
public static string ThemeDescription {
2019-04-10 23:01:25 +02:00
get {
return ResourceManager.GetString("ThemeDescription", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
public static string ThemeDefault {
2019-05-29 20:11:15 +02:00
get {
return ResourceManager.GetString("ThemeDefault", resourceCulture);
2019-05-29 20:11:15 +02:00
}
}
public static string DefaultDarkTheme {
2019-05-29 20:11:15 +02:00
get {
return ResourceManager.GetString("DefaultDarkTheme", resourceCulture);
2019-05-29 20:11:15 +02:00
}
}
public static string DefaultDarkThemeDescription {
2019-04-10 23:01:25 +02:00
get {
return ResourceManager.GetString("DefaultDarkThemeDescription", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
public static string CopyNotes {
2019-04-10 23:01:25 +02:00
get {
return ResourceManager.GetString("CopyNotes", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
public static string Exit {
2019-05-08 20:37:12 +02:00
get {
return ResourceManager.GetString("Exit", resourceCulture);
2019-05-08 20:37:12 +02:00
}
}
public static string ExitConfirmation {
2019-04-10 23:01:25 +02:00
get {
return ResourceManager.GetString("ExitConfirmation", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
public static string PINRequireMasterPasswordRestart {
2019-04-10 23:01:25 +02:00
get {
return ResourceManager.GetString("PINRequireMasterPasswordRestart", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
public static string Black {
2019-04-10 23:01:25 +02:00
get {
return ResourceManager.GetString("Black", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
public static string Nord {
2019-05-01 17:31:00 +02:00
get {
return ResourceManager.GetString("Nord", resourceCulture);
2019-05-01 17:31:00 +02:00
}
}
public static string BlacklistedUris {
2019-04-10 23:01:25 +02:00
get {
return ResourceManager.GetString("BlacklistedUris", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
public static string BlacklistedUrisDescription {
2019-04-10 23:01:25 +02:00
get {
return ResourceManager.GetString("BlacklistedUrisDescription", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
public static string DisableSavePrompt {
2019-05-16 14:41:57 +02:00
get {
return ResourceManager.GetString("DisableSavePrompt", resourceCulture);
2019-05-16 14:41:57 +02:00
}
}
public static string DisableSavePromptDescription {
2019-04-10 23:01:25 +02:00
get {
return ResourceManager.GetString("DisableSavePromptDescription", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
public static string OnRestart {
2019-04-10 23:01:25 +02:00
get {
return ResourceManager.GetString("OnRestart", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
public static string AutofillServiceNotEnabled {
2019-04-10 23:01:25 +02:00
get {
return ResourceManager.GetString("AutofillServiceNotEnabled", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
public static string ThemeAppliedOnRestart {
2019-04-10 23:01:25 +02:00
get {
return ResourceManager.GetString("ThemeAppliedOnRestart", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
public static string Capitalize {
2019-04-10 23:01:25 +02:00
get {
return ResourceManager.GetString("Capitalize", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
public static string IncludeNumber {
2019-04-10 23:01:25 +02:00
get {
return ResourceManager.GetString("IncludeNumber", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
public static string Download {
2019-04-26 22:58:20 +02:00
get {
return ResourceManager.GetString("Download", resourceCulture);
2019-04-26 22:58:20 +02:00
}
}
public static string Shared {
2019-04-10 23:01:25 +02:00
get {
return ResourceManager.GetString("Shared", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
public static string ToggleVisibility {
2019-10-23 15:24:34 +02:00
get {
return ResourceManager.GetString("ToggleVisibility", resourceCulture);
2019-10-23 15:24:34 +02:00
}
}
public static string LoginExpired {
2019-04-10 23:01:25 +02:00
get {
return ResourceManager.GetString("LoginExpired", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
public static string BiometricsDirection {
2019-04-10 23:01:25 +02:00
get {
return ResourceManager.GetString("BiometricsDirection", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
public static string Biometrics {
2019-04-10 23:01:25 +02:00
get {
return ResourceManager.GetString("Biometrics", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
public static string UseBiometricsToUnlock {
2019-04-10 23:01:25 +02:00
get {
return ResourceManager.GetString("UseBiometricsToUnlock", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
public static string AccessibilityOverlayPermissionAlert {
2019-04-10 23:01:25 +02:00
get {
return ResourceManager.GetString("AccessibilityOverlayPermissionAlert", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
public static string BitwardenAutofillServiceOverlayPermission {
2019-04-29 19:51:05 +02:00
get {
return ResourceManager.GetString("BitwardenAutofillServiceOverlayPermission", resourceCulture);
2019-04-29 19:51:05 +02:00
}
}
public static string OverlayPermission {
2019-04-10 23:01:25 +02:00
get {
return ResourceManager.GetString("OverlayPermission", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
public static string BitwardenAutofillServiceOpenOverlayPermissionSettings {
2019-04-10 23:01:25 +02:00
get {
return ResourceManager.GetString("BitwardenAutofillServiceOpenOverlayPermissionSettings", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
public static string BitwardenAutofillServiceStep3 {
2019-05-17 16:01:45 +02:00
get {
return ResourceManager.GetString("BitwardenAutofillServiceStep3", resourceCulture);
2019-05-17 16:01:45 +02:00
}
}
public static string Denied {
2019-05-17 16:01:45 +02:00
get {
return ResourceManager.GetString("Denied", resourceCulture);
2019-05-17 16:01:45 +02:00
}
}
public static string Granted {
2019-04-10 23:01:25 +02:00
get {
return ResourceManager.GetString("Granted", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
public static string FileFormat {
2019-04-10 23:01:25 +02:00
get {
return ResourceManager.GetString("FileFormat", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
public static string ExportVaultMasterPasswordDescription {
2019-04-10 23:01:25 +02:00
get {
return ResourceManager.GetString("ExportVaultMasterPasswordDescription", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
public static string SendVerificationCodeToEmail {
[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 {
return ResourceManager.GetString("SendVerificationCodeToEmail", resourceCulture);
}
}
public static string CodeSent {
get {
return ResourceManager.GetString("CodeSent", resourceCulture);
}
}
public static string ConfirmYourIdentity {
get {
return ResourceManager.GetString("ConfirmYourIdentity", 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
}
}
public static string ExportVaultWarning {
2019-04-10 23:01:25 +02:00
get {
return ResourceManager.GetString("ExportVaultWarning", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
public static string EncExportKeyWarning {
get {
return ResourceManager.GetString("EncExportKeyWarning", resourceCulture);
}
}
public static string EncExportAccountWarning {
get {
return ResourceManager.GetString("EncExportAccountWarning", resourceCulture);
}
}
public static string ExportVaultConfirmationTitle {
get {
return ResourceManager.GetString("ExportVaultConfirmationTitle", resourceCulture);
}
}
public static string Warning {
2019-04-10 23:01:25 +02:00
get {
return ResourceManager.GetString("Warning", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
public static string ExportVaultFailure {
2019-04-10 23:01:25 +02:00
get {
return ResourceManager.GetString("ExportVaultFailure", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
public static string ExportVaultSuccess {
2019-04-10 23:01:25 +02:00
get {
return ResourceManager.GetString("ExportVaultSuccess", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
public static string Clone {
2019-04-10 23:01:25 +02:00
get {
return ResourceManager.GetString("Clone", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
public static string PasswordGeneratorPolicyInEffect {
2019-04-10 23:01:25 +02:00
get {
return ResourceManager.GetString("PasswordGeneratorPolicyInEffect", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
public static string Open {
2019-04-10 23:01:25 +02:00
get {
return ResourceManager.GetString("Open", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
public static string UnableToSaveAttachment {
2019-04-10 23:01:25 +02:00
get {
return ResourceManager.GetString("UnableToSaveAttachment", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
public static string SaveAttachmentSuccess {
2019-04-10 23:01:25 +02:00
get {
return ResourceManager.GetString("SaveAttachmentSuccess", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
public static string AutofillTileAccessibilityRequired {
2019-04-10 23:01:25 +02:00
get {
return ResourceManager.GetString("AutofillTileAccessibilityRequired", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
public static string AutofillTileUriNotFound {
get {
return ResourceManager.GetString("AutofillTileUriNotFound", resourceCulture);
}
}
public static string SoftDeleting {
2019-04-10 23:01:25 +02:00
get {
return ResourceManager.GetString("SoftDeleting", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
public static string ItemSoftDeleted {
2019-04-10 23:01:25 +02:00
get {
return ResourceManager.GetString("ItemSoftDeleted", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
public static string Restore {
2019-04-10 23:01:25 +02:00
get {
return ResourceManager.GetString("Restore", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
public static string Restoring {
get {
return ResourceManager.GetString("Restoring", resourceCulture);
}
}
public static string ItemRestored {
2019-04-10 23:01:25 +02:00
get {
return ResourceManager.GetString("ItemRestored", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
public static string Trash {
get {
return ResourceManager.GetString("Trash", resourceCulture);
}
}
public static string SearchTrash {
2019-04-10 23:01:25 +02:00
get {
return ResourceManager.GetString("SearchTrash", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
public static string DoYouReallyWantToPermanentlyDeleteCipher {
2019-04-10 23:01:25 +02:00
get {
return ResourceManager.GetString("DoYouReallyWantToPermanentlyDeleteCipher", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
public static string DoYouReallyWantToRestoreCipher {
2019-05-15 18:54:48 +02:00
get {
return ResourceManager.GetString("DoYouReallyWantToRestoreCipher", resourceCulture);
2019-05-15 18:54:48 +02:00
}
}
public static string DoYouReallyWantToSoftDeleteCipher {
2019-04-10 23:01:25 +02:00
get {
return ResourceManager.GetString("DoYouReallyWantToSoftDeleteCipher", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
public static string BiometricInvalidated {
2019-04-10 23:01:25 +02:00
get {
return ResourceManager.GetString("BiometricInvalidated", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
public static string BiometricInvalidatedExtension {
get {
return ResourceManager.GetString("BiometricInvalidatedExtension", resourceCulture);
}
}
public static string EnableSyncOnRefresh {
2019-04-10 23:01:25 +02:00
get {
return ResourceManager.GetString("EnableSyncOnRefresh", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
public static string EnableSyncOnRefreshDescription {
2019-04-10 23:01:25 +02:00
get {
return ResourceManager.GetString("EnableSyncOnRefreshDescription", resourceCulture);
2019-04-10 23:01:25 +02:00
}
}
public static string LogInSso {
get {
return ResourceManager.GetString("LogInSso", resourceCulture);
}
}
public static string LogInSsoSummary {
get {
return ResourceManager.GetString("LogInSsoSummary", resourceCulture);
}
}
public static string OrgIdentifier {
get {
return ResourceManager.GetString("OrgIdentifier", resourceCulture);
}
}
public static string LoginSsoError {
get {
return ResourceManager.GetString("LoginSsoError", resourceCulture);
}
}
public static string SetMasterPassword {
get {
return ResourceManager.GetString("SetMasterPassword", resourceCulture);
}
}
public static string SetMasterPasswordSummary {
get {
return ResourceManager.GetString("SetMasterPasswordSummary", resourceCulture);
}
}
public static string MasterPasswordPolicyInEffect {
get {
return ResourceManager.GetString("MasterPasswordPolicyInEffect", resourceCulture);
}
}
public static string PolicyInEffectMinComplexity {
get {
return ResourceManager.GetString("PolicyInEffectMinComplexity", resourceCulture);
}
}
public static string PolicyInEffectMinLength {
get {
return ResourceManager.GetString("PolicyInEffectMinLength", resourceCulture);
}
}
public static string PolicyInEffectUppercase {
get {
return ResourceManager.GetString("PolicyInEffectUppercase", resourceCulture);
}
}
public static string PolicyInEffectLowercase {
get {
return ResourceManager.GetString("PolicyInEffectLowercase", resourceCulture);
}
}
public static string PolicyInEffectNumbers {
get {
return ResourceManager.GetString("PolicyInEffectNumbers", resourceCulture);
}
}
public static string PolicyInEffectSpecial {
get {
return ResourceManager.GetString("PolicyInEffectSpecial", resourceCulture);
}
}
public static string MasterPasswordPolicyValidationTitle {
get {
return ResourceManager.GetString("MasterPasswordPolicyValidationTitle", resourceCulture);
}
}
public static string MasterPasswordPolicyValidationMessage {
get {
return ResourceManager.GetString("MasterPasswordPolicyValidationMessage", resourceCulture);
}
}
public static string Loading {
get {
return ResourceManager.GetString("Loading", resourceCulture);
}
}
public static string AcceptPolicies {
get {
return ResourceManager.GetString("AcceptPolicies", resourceCulture);
}
}
public static string AcceptPoliciesError {
get {
return ResourceManager.GetString("AcceptPoliciesError", resourceCulture);
}
}
public static string TermsOfService {
get {
return ResourceManager.GetString("TermsOfService", resourceCulture);
}
}
public static string PrivacyPolicy {
get {
return ResourceManager.GetString("PrivacyPolicy", resourceCulture);
}
}
public static string AccessibilityDrawOverPermissionAlert {
get {
return ResourceManager.GetString("AccessibilityDrawOverPermissionAlert", resourceCulture);
}
}
public static string AutofillServices {
get {
return ResourceManager.GetString("AutofillServices", resourceCulture);
}
}
public static string InlineAutofill {
get {
return ResourceManager.GetString("InlineAutofill", resourceCulture);
}
}
public static string InlineAutofillDescription {
get {
return ResourceManager.GetString("InlineAutofillDescription", resourceCulture);
}
}
public static string Accessibility {
get {
return ResourceManager.GetString("Accessibility", resourceCulture);
}
}
public static string AccessibilityDescription {
get {
return ResourceManager.GetString("AccessibilityDescription", resourceCulture);
}
}
public static string AccessibilityDescription2 {
get {
return ResourceManager.GetString("AccessibilityDescription2", resourceCulture);
}
}
public static string AccessibilityDescription3 {
get {
return ResourceManager.GetString("AccessibilityDescription3", resourceCulture);
}
}
public static string AccessibilityDescription4 {
get {
return ResourceManager.GetString("AccessibilityDescription4", resourceCulture);
}
}
public static string DrawOver {
get {
return ResourceManager.GetString("DrawOver", resourceCulture);
}
}
public static string DrawOverDescription {
get {
return ResourceManager.GetString("DrawOverDescription", resourceCulture);
}
}
public static string DrawOverDescription2 {
get {
return ResourceManager.GetString("DrawOverDescription2", resourceCulture);
}
}
public static string DrawOverDescription3 {
get {
return ResourceManager.GetString("DrawOverDescription3", resourceCulture);
}
}
public static string PersonalOwnershipSubmitError {
get {
return ResourceManager.GetString("PersonalOwnershipSubmitError", resourceCulture);
}
}
public static string PersonalOwnershipPolicyInEffect {
get {
return ResourceManager.GetString("PersonalOwnershipPolicyInEffect", resourceCulture);
}
}
public static string Send {
get {
return ResourceManager.GetString("Send", resourceCulture);
}
}
public static string AllSends {
get {
return ResourceManager.GetString("AllSends", resourceCulture);
}
}
public static string Sends {
get {
return ResourceManager.GetString("Sends", resourceCulture);
}
}
public static string NameInfo {
get {
return ResourceManager.GetString("NameInfo", resourceCulture);
}
}
public static string Text {
get {
return ResourceManager.GetString("Text", resourceCulture);
}
}
public static string TypeText {
get {
return ResourceManager.GetString("TypeText", resourceCulture);
}
}
public static string TypeTextInfo {
get {
return ResourceManager.GetString("TypeTextInfo", resourceCulture);
}
}
public static string HideTextByDefault {
get {
return ResourceManager.GetString("HideTextByDefault", resourceCulture);
}
}
public static string TypeFile {
get {
return ResourceManager.GetString("TypeFile", resourceCulture);
}
}
public static string TypeFileInfo {
get {
return ResourceManager.GetString("TypeFileInfo", resourceCulture);
}
}
public static string FileTypeIsSelected {
get {
return ResourceManager.GetString("FileTypeIsSelected", resourceCulture);
}
}
public static string FileTypeIsNotSelected {
get {
return ResourceManager.GetString("FileTypeIsNotSelected", resourceCulture);
}
}
public static string TextTypeIsSelected {
get {
return ResourceManager.GetString("TextTypeIsSelected", resourceCulture);
}
}
public static string TextTypeIsNotSelected {
get {
return ResourceManager.GetString("TextTypeIsNotSelected", resourceCulture);
}
}
public static string DeletionDate {
get {
return ResourceManager.GetString("DeletionDate", resourceCulture);
}
}
public static string DeletionTime {
get {
return ResourceManager.GetString("DeletionTime", resourceCulture);
}
}
public static string DeletionDateInfo {
get {
return ResourceManager.GetString("DeletionDateInfo", resourceCulture);
}
}
public static string PendingDelete {
get {
return ResourceManager.GetString("PendingDelete", resourceCulture);
}
}
public static string ExpirationDate {
get {
return ResourceManager.GetString("ExpirationDate", resourceCulture);
}
}
public static string ExpirationTime {
get {
return ResourceManager.GetString("ExpirationTime", resourceCulture);
}
}
public static string ExpirationDateInfo {
get {
return ResourceManager.GetString("ExpirationDateInfo", resourceCulture);
}
}
public static string Expired {
get {
return ResourceManager.GetString("Expired", resourceCulture);
}
}
public static string MaximumAccessCount {
get {
return ResourceManager.GetString("MaximumAccessCount", resourceCulture);
}
}
public static string MaximumAccessCountInfo {
get {
return ResourceManager.GetString("MaximumAccessCountInfo", resourceCulture);
}
}
public static string MaximumAccessCountReached {
get {
return ResourceManager.GetString("MaximumAccessCountReached", resourceCulture);
}
}
public static string CurrentAccessCount {
get {
return ResourceManager.GetString("CurrentAccessCount", resourceCulture);
}
}
public static string NewPassword {
get {
return ResourceManager.GetString("NewPassword", resourceCulture);
}
}
public static string PasswordInfo {
get {
return ResourceManager.GetString("PasswordInfo", resourceCulture);
}
}
public static string RemovePassword {
get {
return ResourceManager.GetString("RemovePassword", resourceCulture);
}
}
public static string AreYouSureRemoveSendPassword {
get {
return ResourceManager.GetString("AreYouSureRemoveSendPassword", resourceCulture);
}
}
public static string RemovingSendPassword {
get {
return ResourceManager.GetString("RemovingSendPassword", resourceCulture);
}
}
public static string SendPasswordRemoved {
get {
return ResourceManager.GetString("SendPasswordRemoved", resourceCulture);
}
}
public static string NotesInfo {
get {
return ResourceManager.GetString("NotesInfo", resourceCulture);
}
}
public static string DisableSend {
get {
return ResourceManager.GetString("DisableSend", resourceCulture);
}
}
public static string NoSends {
get {
return ResourceManager.GetString("NoSends", resourceCulture);
}
}
public static string AddASend {
get {
return ResourceManager.GetString("AddASend", resourceCulture);
}
}
public static string CopyLink {
get {
return ResourceManager.GetString("CopyLink", resourceCulture);
}
}
public static string ShareLink {
get {
return ResourceManager.GetString("ShareLink", resourceCulture);
}
}
public static string SendLink {
get {
return ResourceManager.GetString("SendLink", resourceCulture);
}
}
public static string SearchSends {
get {
return ResourceManager.GetString("SearchSends", resourceCulture);
}
}
public static string EditSend {
get {
return ResourceManager.GetString("EditSend", resourceCulture);
}
}
public static string AddSend {
get {
return ResourceManager.GetString("AddSend", resourceCulture);
}
}
public static string AreYouSureDeleteSend {
get {
return ResourceManager.GetString("AreYouSureDeleteSend", resourceCulture);
}
}
public static string SendDeleted {
get {
return ResourceManager.GetString("SendDeleted", resourceCulture);
}
}
public static string SendUpdated {
get {
return ResourceManager.GetString("SendUpdated", resourceCulture);
}
}
public static string NewSendCreated {
get {
return ResourceManager.GetString("NewSendCreated", resourceCulture);
}
}
public static string OneDay {
get {
return ResourceManager.GetString("OneDay", resourceCulture);
}
}
public static string TwoDays {
get {
return ResourceManager.GetString("TwoDays", resourceCulture);
}
}
public static string ThreeDays {
get {
return ResourceManager.GetString("ThreeDays", resourceCulture);
}
}
public static string SevenDays {
get {
return ResourceManager.GetString("SevenDays", resourceCulture);
}
}
public static string ThirtyDays {
get {
return ResourceManager.GetString("ThirtyDays", resourceCulture);
}
}
public static string Custom {
get {
return ResourceManager.GetString("Custom", resourceCulture);
}
}
public static string ShareOnSave {
get {
return ResourceManager.GetString("ShareOnSave", resourceCulture);
}
}
public static string SendDisabledWarning {
get {
return ResourceManager.GetString("SendDisabledWarning", resourceCulture);
}
}
public static string AboutSend {
get {
return ResourceManager.GetString("AboutSend", resourceCulture);
}
}
public static string HideEmail {
get {
return ResourceManager.GetString("HideEmail", resourceCulture);
}
}
public static string SendOptionsPolicyInEffect {
get {
return ResourceManager.GetString("SendOptionsPolicyInEffect", resourceCulture);
}
}
public static string SendFilePremiumRequired {
get {
return ResourceManager.GetString("SendFilePremiumRequired", resourceCulture);
}
}
public static string SendFileEmailVerificationRequired {
get {
return ResourceManager.GetString("SendFileEmailVerificationRequired", resourceCulture);
}
}
public static string PasswordPrompt {
get {
return ResourceManager.GetString("PasswordPrompt", resourceCulture);
}
}
public static string PasswordConfirmation {
get {
return ResourceManager.GetString("PasswordConfirmation", resourceCulture);
}
}
public static string PasswordConfirmationDesc {
get {
return ResourceManager.GetString("PasswordConfirmationDesc", resourceCulture);
}
}
public static string CaptchaRequired {
get {
return ResourceManager.GetString("CaptchaRequired", resourceCulture);
}
}
public static string CaptchaFailed {
get {
return ResourceManager.GetString("CaptchaFailed", resourceCulture);
}
}
public static string UpdatedMasterPassword {
get {
return ResourceManager.GetString("UpdatedMasterPassword", resourceCulture);
}
}
public static string UpdateMasterPassword {
get {
return ResourceManager.GetString("UpdateMasterPassword", resourceCulture);
}
}
public static string UpdateMasterPasswordWarning {
get {
return ResourceManager.GetString("UpdateMasterPasswordWarning", resourceCulture);
}
}
public static string UpdatingPassword {
get {
return ResourceManager.GetString("UpdatingPassword", resourceCulture);
}
}
public static string UpdatePasswordError {
get {
return ResourceManager.GetString("UpdatePasswordError", resourceCulture);
}
}
public static string RemoveMasterPassword {
[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 {
return ResourceManager.GetString("RemoveMasterPassword", 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
}
}
public static string RemoveMasterPasswordWarning {
[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 {
return ResourceManager.GetString("RemoveMasterPasswordWarning", 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
}
}
public static string RemoveMasterPasswordWarning2 {
[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 {
return ResourceManager.GetString("RemoveMasterPasswordWarning2", 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
}
}
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 {
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
}
}
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 {
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
}
}
public static string Fido2Title {
get {
return ResourceManager.GetString("Fido2Title", resourceCulture);
}
}
public static string Fido2Instruction {
get {
return ResourceManager.GetString("Fido2Instruction", resourceCulture);
}
}
public static string Fido2Desc {
get {
return ResourceManager.GetString("Fido2Desc", resourceCulture);
}
}
public static string Fido2AuthenticateWebAuthn {
get {
return ResourceManager.GetString("Fido2AuthenticateWebAuthn", resourceCulture);
}
}
public static string Fido2ReturnToApp {
get {
return ResourceManager.GetString("Fido2ReturnToApp", resourceCulture);
}
}
public static string Fido2CheckBrowser {
get {
return ResourceManager.GetString("Fido2CheckBrowser", resourceCulture);
}
}
public static string ResetPasswordAutoEnrollInviteWarning {
get {
return ResourceManager.GetString("ResetPasswordAutoEnrollInviteWarning", resourceCulture);
}
}
public static string VaultTimeoutPolicyInEffect {
get {
return ResourceManager.GetString("VaultTimeoutPolicyInEffect", resourceCulture);
}
}
public static string VaultTimeoutToLarge {
get {
return ResourceManager.GetString("VaultTimeoutToLarge", resourceCulture);
}
}
public static string DisablePersonalVaultExportPolicyInEffect {
get {
return ResourceManager.GetString("DisablePersonalVaultExportPolicyInEffect", 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
}
}
public static string AddAccount {
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 {
return ResourceManager.GetString("AddAccount", 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
}
}
public static string AccountUnlocked {
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 {
return ResourceManager.GetString("AccountUnlocked", 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
}
}
public static string AccountLocked {
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 {
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
}
}
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 {
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
}
}
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 {
return ResourceManager.GetString("AccountSwitchedAutomatically", 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
public static string AccountLockedSuccessfully {
get {
return ResourceManager.GetString("AccountLockedSuccessfully", resourceCulture);
}
}
public static string AccountLoggedOutSuccessfully {
get {
return ResourceManager.GetString("AccountLoggedOutSuccessfully", resourceCulture);
}
}
public static string AccountRemovedSuccessfully {
get {
return ResourceManager.GetString("AccountRemovedSuccessfully", resourceCulture);
}
}
public static string DeleteAccount {
get {
return ResourceManager.GetString("DeleteAccount", resourceCulture);
}
}
public static string DeletingYourAccountIsPermanent {
get {
return ResourceManager.GetString("DeletingYourAccountIsPermanent", resourceCulture);
}
}
public static string DeleteAccountExplanation {
get {
return ResourceManager.GetString("DeleteAccountExplanation", resourceCulture);
}
}
public static string DeletingYourAccount {
get {
return ResourceManager.GetString("DeletingYourAccount", resourceCulture);
}
}
public static string YourAccountHasBeenPermanentlyDeleted {
get {
return ResourceManager.GetString("YourAccountHasBeenPermanentlyDeleted", resourceCulture);
}
}
public static string InvalidVerificationCode {
[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 {
return ResourceManager.GetString("InvalidVerificationCode", 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
}
}
public static string RequestOTP {
get {
return ResourceManager.GetString("RequestOTP", resourceCulture);
}
}
public static string SendCode {
get {
return ResourceManager.GetString("SendCode", resourceCulture);
}
}
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 {
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
}
}
public static string CopySendLinkOnSave {
get {
return ResourceManager.GetString("CopySendLinkOnSave", resourceCulture);
}
}
public static string SendingCode {
get {
return ResourceManager.GetString("SendingCode", resourceCulture);
}
}
public static string Verifying {
get {
return ResourceManager.GetString("Verifying", resourceCulture);
}
}
public static string ResendCode {
get {
return ResourceManager.GetString("ResendCode", resourceCulture);
}
}
public static string AVerificationCodeWasSentToYourEmail {
get {
return ResourceManager.GetString("AVerificationCodeWasSentToYourEmail", resourceCulture);
}
}
public static string AnErrorOccurredWhileSendingAVerificationCodeToYourEmailPleaseTryAgain {
get {
return ResourceManager.GetString("AnErrorOccurredWhileSendingAVerificationCodeToYourEmailPleaseTryAgain", resourceCulture);
}
}
public static string EnterTheVerificationCodeThatWasSentToYourEmail {
get {
return ResourceManager.GetString("EnterTheVerificationCodeThatWasSentToYourEmail", resourceCulture);
}
}
public static string SubmitCrashLogs {
get {
return ResourceManager.GetString("SubmitCrashLogs", resourceCulture);
}
}
public static string SubmitCrashLogsDescription {
get {
return ResourceManager.GetString("SubmitCrashLogsDescription", resourceCulture);
}
}
public static string OptionsExpanded {
get {
return ResourceManager.GetString("OptionsExpanded", resourceCulture);
}
}
public static string OptionsCollapsed {
get {
return ResourceManager.GetString("OptionsCollapsed", resourceCulture);
}
}
public static string UppercaseAtoZ {
get {
return ResourceManager.GetString("UppercaseAtoZ", resourceCulture);
}
}
public static string LowercaseAtoZ {
get {
return ResourceManager.GetString("LowercaseAtoZ", resourceCulture);
}
}
public static string NumbersZeroToNine {
get {
return ResourceManager.GetString("NumbersZeroToNine", resourceCulture);
}
}
public static string SpecialCharacters {
get {
return ResourceManager.GetString("SpecialCharacters", resourceCulture);
}
}
public static string TapToGoBack {
get {
return ResourceManager.GetString("TapToGoBack", resourceCulture);
}
}
public static string PasswordIsVisibleTapToHide {
get {
return ResourceManager.GetString("PasswordIsVisibleTapToHide", resourceCulture);
}
}
public static string PasswordIsNotVisibleTapToShow {
get {
return ResourceManager.GetString("PasswordIsNotVisibleTapToShow", resourceCulture);
}
}
public static string FilterByVault {
get {
return ResourceManager.GetString("FilterByVault", resourceCulture);
}
}
public static string AllVaults {
get {
return ResourceManager.GetString("AllVaults", resourceCulture);
}
}
public static string Vaults {
get {
return ResourceManager.GetString("Vaults", resourceCulture);
}
}
public static string VaultFilterDescription {
get {
return ResourceManager.GetString("VaultFilterDescription", resourceCulture);
}
}
public static string All {
get {
return ResourceManager.GetString("All", resourceCulture);
}
}
2019-04-10 23:01:25 +02:00
}
}