//------------------------------------------------------------------------------ // // This code was generated by a tool. // Runtime Version:4.0.30319.42000 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. // //------------------------------------------------------------------------------ namespace Bit.App.Resources { using System; using System.Reflection; /// /// A strongly-typed resource class, for looking up localized strings, etc. /// // This class was auto-generated by the StronglyTypedResourceBuilder // class via a tool like ResGen or Visual Studio. // To add or remove a member, edit your .ResX file then rerun ResGen // with the /str option, or rebuild your VS project. [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] internal class AppResources { private static global::System.Resources.ResourceManager resourceMan; private static global::System.Globalization.CultureInfo resourceCulture; [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] internal AppResources() { } /// /// Returns the cached ResourceManager instance used by this class. /// [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] internal static global::System.Resources.ResourceManager ResourceManager { get { if (object.ReferenceEquals(resourceMan, null)) { global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("Bit.App.Resources.AppResources", typeof(AppResources).GetTypeInfo().Assembly); resourceMan = temp; } return resourceMan; } } /// /// Overrides the current thread's CurrentUICulture property for all /// resource lookups using this strongly typed resource class. /// [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] internal static global::System.Globalization.CultureInfo Culture { get { return resourceCulture; } set { resourceCulture = value; } } /// /// Looks up a localized string similar to Add Site. /// internal static string AddSite { get { return ResourceManager.GetString("AddSite", resourceCulture); } } /// /// Looks up a localized string similar to Email. /// internal static string Email { get { return ResourceManager.GetString("Email", resourceCulture); } } /// /// Looks up a localized string similar to Folder. /// internal static string Folder { get { return ResourceManager.GetString("Folder", resourceCulture); } } /// /// Looks up a localized string similar to (none). /// internal static string FolderNone { get { return ResourceManager.GetString("FolderNone", resourceCulture); } } /// /// Looks up a localized string similar to Log In. /// internal static string LogIn { get { return ResourceManager.GetString("LogIn", resourceCulture); } } /// /// Looks up a localized string similar to Log Out. /// internal static string LogOut { get { return ResourceManager.GetString("LogOut", resourceCulture); } } /// /// Looks up a localized string similar to Master Password. /// internal static string MasterPassword { get { return ResourceManager.GetString("MasterPassword", resourceCulture); } } /// /// Looks up a localized string similar to My Vault. /// internal static string MyVault { get { return ResourceManager.GetString("MyVault", resourceCulture); } } /// /// Looks up a localized string similar to Notes. /// internal static string Notes { get { return ResourceManager.GetString("Notes", resourceCulture); } } /// /// Looks up a localized string similar to Password. /// internal static string Password { get { return ResourceManager.GetString("Password", resourceCulture); } } /// /// Looks up a localized string similar to Settings. /// internal static string Settings { get { return ResourceManager.GetString("Settings", resourceCulture); } } /// /// Looks up a localized string similar to Sync. /// internal static string Sync { get { return ResourceManager.GetString("Sync", resourceCulture); } } /// /// Looks up a localized string similar to URI. /// internal static string URI { get { return ResourceManager.GetString("URI", resourceCulture); } } /// /// Looks up a localized string similar to Username. /// internal static string Username { get { return ResourceManager.GetString("Username", resourceCulture); } } } }