//------------------------------------------------------------------------------ // // This code was generated by a tool. // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. // //------------------------------------------------------------------------------ namespace MetaforceInstaller.UI.Lang { using System; /// /// 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()] public class Resources { private static global::System.Resources.ResourceManager resourceMan; private static global::System.Globalization.CultureInfo resourceCulture; [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] internal Resources() { } /// /// Returns the cached ResourceManager instance used by this class. /// [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] public static global::System.Resources.ResourceManager ResourceManager { get { if (object.ReferenceEquals(resourceMan, null)) { global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("MetaforceInstaller.UI.Lang.Resources", typeof(Resources).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)] public static global::System.Globalization.CultureInfo Culture { get { return resourceCulture; } set { resourceCulture = value; } } /// /// Looks up a localized string similar to Add new installation. /// public static string AddInstallation { get { return ResourceManager.GetString("AddInstallation", resourceCulture); } } /// /// Looks up a localized string similar to Cancel. /// public static string CancelButton { get { return ResourceManager.GetString("CancelButton", resourceCulture); } } /// /// Looks up a localized string similar to Choose .zip. /// public static string ChooseZip { get { return ResourceManager.GetString("ChooseZip", resourceCulture); } } /// /// Looks up a localized string similar to Connected to. /// public static string ConnectedTo { get { return ResourceManager.GetString("ConnectedTo", resourceCulture); } } /// /// Looks up a localized string similar to Delete. /// public static string Delete { get { return ResourceManager.GetString("Delete", resourceCulture); } } /// /// Looks up a localized string similar to Install admin. /// public static string InstallAdminCheckbox { get { return ResourceManager.GetString("InstallAdminCheckbox", resourceCulture); } } /// /// Looks up a localized string similar to Install Android admin. /// public static string InstallAndroidAdmin { get { return ResourceManager.GetString("InstallAndroidAdmin", resourceCulture); } } /// /// Looks up a localized string similar to Install. /// public static string InstallButton { get { return ResourceManager.GetString("InstallButton", resourceCulture); } } /// /// Looks up a localized string similar to Install server. /// public static string InstallServerCheckbox { get { return ResourceManager.GetString("InstallServerCheckbox", resourceCulture); } } /// /// Looks up a localized string similar to Install VR client. /// public static string InstallVRClient { get { return ResourceManager.GetString("InstallVRClient", resourceCulture); } } /// /// Looks up a localized string similar to Launch PC admin. /// public static string LaunchPCAdmin { get { return ResourceManager.GetString("LaunchPCAdmin", resourceCulture); } } /// /// Looks up a localized string similar to Launch server. /// public static string LaunchServer { get { return ResourceManager.GetString("LaunchServer", resourceCulture); } } /// /// Looks up a localized string similar to Name of new installation. /// public static string NameOfNewInstallation { get { return ResourceManager.GetString("NameOfNewInstallation", resourceCulture); } } /// /// Looks up a localized string similar to Couldn't find Android content. /// public static string NoAndroidContentError { get { return ResourceManager.GetString("NoAndroidContentError", resourceCulture); } } /// /// Looks up a localized string similar to Couldn't find directory with PC admin. /// public static string NoPCAdminError { get { return ResourceManager.GetString("NoPCAdminError", resourceCulture); } } /// /// Looks up a localized string similar to Couldn't find directory with server. /// public static string NoServerError { get { return ResourceManager.GetString("NoServerError", resourceCulture); } } /// /// Looks up a localized string similar to Not connected. /// public static string NotConnected { get { return ResourceManager.GetString("NotConnected", resourceCulture); } } /// /// Looks up a localized string similar to Couldn't find any VR clients. /// public static string NoVRClientsError { get { return ResourceManager.GetString("NoVRClientsError", resourceCulture); } } /// /// Looks up a localized string similar to Couldn't find Windows content. /// public static string NoWindowsContentError { get { return ResourceManager.GetString("NoWindowsContentError", resourceCulture); } } /// /// Looks up a localized string similar to Save Android admin. /// public static string SaveAndroidAdminCheckbox { get { return ResourceManager.GetString("SaveAndroidAdminCheckbox", resourceCulture); } } /// /// Looks up a localized string similar to Save VR client. /// public static string SaveVRClientCheckbox { get { return ResourceManager.GetString("SaveVRClientCheckbox", resourceCulture); } } } }