mirror of
https://github.com/bitwarden/android.git
synced 2024-11-01 23:54:06 +03:00
191 lines
6.5 KiB
C#
191 lines
6.5 KiB
C#
|
//------------------------------------------------------------------------------
|
|||
|
// <auto-generated>
|
|||
|
// 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.
|
|||
|
// </auto-generated>
|
|||
|
//------------------------------------------------------------------------------
|
|||
|
|
|||
|
namespace Bit.App.Resources {
|
|||
|
using System;
|
|||
|
using System.Reflection;
|
|||
|
|
|||
|
|
|||
|
/// <summary>
|
|||
|
/// A strongly-typed resource class, for looking up localized strings, etc.
|
|||
|
/// </summary>
|
|||
|
// 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() {
|
|||
|
}
|
|||
|
|
|||
|
/// <summary>
|
|||
|
/// Returns the cached ResourceManager instance used by this class.
|
|||
|
/// </summary>
|
|||
|
[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;
|
|||
|
}
|
|||
|
}
|
|||
|
|
|||
|
/// <summary>
|
|||
|
/// Overrides the current thread's CurrentUICulture property for all
|
|||
|
/// resource lookups using this strongly typed resource class.
|
|||
|
/// </summary>
|
|||
|
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
|
|||
|
internal static global::System.Globalization.CultureInfo Culture {
|
|||
|
get {
|
|||
|
return resourceCulture;
|
|||
|
}
|
|||
|
set {
|
|||
|
resourceCulture = value;
|
|||
|
}
|
|||
|
}
|
|||
|
|
|||
|
/// <summary>
|
|||
|
/// Looks up a localized string similar to Add Site.
|
|||
|
/// </summary>
|
|||
|
internal static string AddSite {
|
|||
|
get {
|
|||
|
return ResourceManager.GetString("AddSite", resourceCulture);
|
|||
|
}
|
|||
|
}
|
|||
|
|
|||
|
/// <summary>
|
|||
|
/// Looks up a localized string similar to Email.
|
|||
|
/// </summary>
|
|||
|
internal static string Email {
|
|||
|
get {
|
|||
|
return ResourceManager.GetString("Email", resourceCulture);
|
|||
|
}
|
|||
|
}
|
|||
|
|
|||
|
/// <summary>
|
|||
|
/// Looks up a localized string similar to Folder.
|
|||
|
/// </summary>
|
|||
|
internal static string Folder {
|
|||
|
get {
|
|||
|
return ResourceManager.GetString("Folder", resourceCulture);
|
|||
|
}
|
|||
|
}
|
|||
|
|
|||
|
/// <summary>
|
|||
|
/// Looks up a localized string similar to (none).
|
|||
|
/// </summary>
|
|||
|
internal static string FolderNone {
|
|||
|
get {
|
|||
|
return ResourceManager.GetString("FolderNone", resourceCulture);
|
|||
|
}
|
|||
|
}
|
|||
|
|
|||
|
/// <summary>
|
|||
|
/// Looks up a localized string similar to Log In.
|
|||
|
/// </summary>
|
|||
|
internal static string LogIn {
|
|||
|
get {
|
|||
|
return ResourceManager.GetString("LogIn", resourceCulture);
|
|||
|
}
|
|||
|
}
|
|||
|
|
|||
|
/// <summary>
|
|||
|
/// Looks up a localized string similar to Log Out.
|
|||
|
/// </summary>
|
|||
|
internal static string LogOut {
|
|||
|
get {
|
|||
|
return ResourceManager.GetString("LogOut", resourceCulture);
|
|||
|
}
|
|||
|
}
|
|||
|
|
|||
|
/// <summary>
|
|||
|
/// Looks up a localized string similar to Master Password.
|
|||
|
/// </summary>
|
|||
|
internal static string MasterPassword {
|
|||
|
get {
|
|||
|
return ResourceManager.GetString("MasterPassword", resourceCulture);
|
|||
|
}
|
|||
|
}
|
|||
|
|
|||
|
/// <summary>
|
|||
|
/// Looks up a localized string similar to My Vault.
|
|||
|
/// </summary>
|
|||
|
internal static string MyVault {
|
|||
|
get {
|
|||
|
return ResourceManager.GetString("MyVault", resourceCulture);
|
|||
|
}
|
|||
|
}
|
|||
|
|
|||
|
/// <summary>
|
|||
|
/// Looks up a localized string similar to Notes.
|
|||
|
/// </summary>
|
|||
|
internal static string Notes {
|
|||
|
get {
|
|||
|
return ResourceManager.GetString("Notes", resourceCulture);
|
|||
|
}
|
|||
|
}
|
|||
|
|
|||
|
/// <summary>
|
|||
|
/// Looks up a localized string similar to Password.
|
|||
|
/// </summary>
|
|||
|
internal static string Password {
|
|||
|
get {
|
|||
|
return ResourceManager.GetString("Password", resourceCulture);
|
|||
|
}
|
|||
|
}
|
|||
|
|
|||
|
/// <summary>
|
|||
|
/// Looks up a localized string similar to Settings.
|
|||
|
/// </summary>
|
|||
|
internal static string Settings {
|
|||
|
get {
|
|||
|
return ResourceManager.GetString("Settings", resourceCulture);
|
|||
|
}
|
|||
|
}
|
|||
|
|
|||
|
/// <summary>
|
|||
|
/// Looks up a localized string similar to Sync.
|
|||
|
/// </summary>
|
|||
|
internal static string Sync {
|
|||
|
get {
|
|||
|
return ResourceManager.GetString("Sync", resourceCulture);
|
|||
|
}
|
|||
|
}
|
|||
|
|
|||
|
/// <summary>
|
|||
|
/// Looks up a localized string similar to URI.
|
|||
|
/// </summary>
|
|||
|
internal static string URI {
|
|||
|
get {
|
|||
|
return ResourceManager.GetString("URI", resourceCulture);
|
|||
|
}
|
|||
|
}
|
|||
|
|
|||
|
/// <summary>
|
|||
|
/// Looks up a localized string similar to Username.
|
|||
|
/// </summary>
|
|||
|
internal static string Username {
|
|||
|
get {
|
|||
|
return ResourceManager.GetString("Username", resourceCulture);
|
|||
|
}
|
|||
|
}
|
|||
|
}
|
|||
|
}
|