mirror of
https://github.com/bitwarden/android.git
synced 2024-11-01 23:54:06 +03:00
478 lines
16 KiB
C#
478 lines
16 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.
|
|
/// </summary>
|
|
internal static string Add {
|
|
get {
|
|
return ResourceManager.GetString("Add", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <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 An error has occurred..
|
|
/// </summary>
|
|
internal static string AnErrorHasOccurred {
|
|
get {
|
|
return ResourceManager.GetString("AnErrorHasOccurred", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Back.
|
|
/// </summary>
|
|
internal static string Back {
|
|
get {
|
|
return ResourceManager.GetString("Back", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Cancel.
|
|
/// </summary>
|
|
internal static string Cancel {
|
|
get {
|
|
return ResourceManager.GetString("Cancel", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Copy.
|
|
/// </summary>
|
|
internal static string Copy {
|
|
get {
|
|
return ResourceManager.GetString("Copy", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Copy Password.
|
|
/// </summary>
|
|
internal static string CopyPassword {
|
|
get {
|
|
return ResourceManager.GetString("CopyPassword", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Copy Username.
|
|
/// </summary>
|
|
internal static string CopyUsername {
|
|
get {
|
|
return ResourceManager.GetString("CopyUsername", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Delete.
|
|
/// </summary>
|
|
internal static string Delete {
|
|
get {
|
|
return ResourceManager.GetString("Delete", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Do you really want to delete? This cannot be undone..
|
|
/// </summary>
|
|
internal static string DoYouReallyWantToDelete {
|
|
get {
|
|
return ResourceManager.GetString("DoYouReallyWantToDelete", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Edit.
|
|
/// </summary>
|
|
internal static string Edit {
|
|
get {
|
|
return ResourceManager.GetString("Edit", 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 Email Address.
|
|
/// </summary>
|
|
internal static string EmailAddress {
|
|
get {
|
|
return ResourceManager.GetString("EmailAddress", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Favorites.
|
|
/// </summary>
|
|
internal static string Favorites {
|
|
get {
|
|
return ResourceManager.GetString("Favorites", 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 Go To Website.
|
|
/// </summary>
|
|
internal static string GoToWebsite {
|
|
get {
|
|
return ResourceManager.GetString("GoToWebsite", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Hide.
|
|
/// </summary>
|
|
internal static string Hide {
|
|
get {
|
|
return ResourceManager.GetString("Hide", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Please connect to the internet before continuing..
|
|
/// </summary>
|
|
internal static string InternetConnectionRequiredMessage {
|
|
get {
|
|
return ResourceManager.GetString("InternetConnectionRequiredMessage", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Internet Connection Required.
|
|
/// </summary>
|
|
internal static string InternetConnectionRequiredTitle {
|
|
get {
|
|
return ResourceManager.GetString("InternetConnectionRequiredTitle", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Launch.
|
|
/// </summary>
|
|
internal static string Launch {
|
|
get {
|
|
return ResourceManager.GetString("Launch", 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 Login.
|
|
/// </summary>
|
|
internal static string LogInNoun {
|
|
get {
|
|
return ResourceManager.GetString("LogInNoun", 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 More.
|
|
/// </summary>
|
|
internal static string More {
|
|
get {
|
|
return ResourceManager.GetString("More", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to More Options.
|
|
/// </summary>
|
|
internal static string MoreOptions {
|
|
get {
|
|
return ResourceManager.GetString("MoreOptions", 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 Name.
|
|
/// </summary>
|
|
internal static string Name {
|
|
get {
|
|
return ResourceManager.GetString("Name", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to No.
|
|
/// </summary>
|
|
internal static string No {
|
|
get {
|
|
return ResourceManager.GetString("No", 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 Ok.
|
|
/// </summary>
|
|
internal static string Ok {
|
|
get {
|
|
return ResourceManager.GetString("Ok", 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 Save.
|
|
/// </summary>
|
|
internal static string Save {
|
|
get {
|
|
return ResourceManager.GetString("Save", 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 Show.
|
|
/// </summary>
|
|
internal static string Show {
|
|
get {
|
|
return ResourceManager.GetString("Show", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Site has been deleted..
|
|
/// </summary>
|
|
internal static string SiteDeleted {
|
|
get {
|
|
return ResourceManager.GetString("SiteDeleted", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to No Name.
|
|
/// </summary>
|
|
internal static string SiteNoName {
|
|
get {
|
|
return ResourceManager.GetString("SiteNoName", 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);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to The {0} field is required..
|
|
/// </summary>
|
|
internal static string ValidationFieldRequired {
|
|
get {
|
|
return ResourceManager.GetString("ValidationFieldRequired", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to {0} has been copied..
|
|
/// </summary>
|
|
internal static string ValueHasBeenCopied {
|
|
get {
|
|
return ResourceManager.GetString("ValueHasBeenCopied", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to View.
|
|
/// </summary>
|
|
internal static string View {
|
|
get {
|
|
return ResourceManager.GetString("View", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Website.
|
|
/// </summary>
|
|
internal static string Website {
|
|
get {
|
|
return ResourceManager.GetString("Website", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Yes.
|
|
/// </summary>
|
|
internal static string Yes {
|
|
get {
|
|
return ResourceManager.GetString("Yes", resourceCulture);
|
|
}
|
|
}
|
|
}
|
|
}
|