251 lines
8.9 KiB
C#
251 lines
8.9 KiB
C#
//------------------------------------------------------------------------------
|
|
// <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 MetaforceInstaller.UI.Lang {
|
|
using System;
|
|
|
|
|
|
/// <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()]
|
|
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() {
|
|
}
|
|
|
|
/// <summary>
|
|
/// Returns the cached ResourceManager instance used by this class.
|
|
/// </summary>
|
|
[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;
|
|
}
|
|
}
|
|
|
|
/// <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)]
|
|
public static global::System.Globalization.CultureInfo Culture {
|
|
get {
|
|
return resourceCulture;
|
|
}
|
|
set {
|
|
resourceCulture = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Add new installation.
|
|
/// </summary>
|
|
public static string AddInstallation {
|
|
get {
|
|
return ResourceManager.GetString("AddInstallation", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Cancel.
|
|
/// </summary>
|
|
public static string CancelButton {
|
|
get {
|
|
return ResourceManager.GetString("CancelButton", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Choose .zip.
|
|
/// </summary>
|
|
public static string ChooseZip {
|
|
get {
|
|
return ResourceManager.GetString("ChooseZip", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Connected to.
|
|
/// </summary>
|
|
public static string ConnectedTo {
|
|
get {
|
|
return ResourceManager.GetString("ConnectedTo", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Delete.
|
|
/// </summary>
|
|
public static string Delete {
|
|
get {
|
|
return ResourceManager.GetString("Delete", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Install admin.
|
|
/// </summary>
|
|
public static string InstallAdminCheckbox {
|
|
get {
|
|
return ResourceManager.GetString("InstallAdminCheckbox", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Install Android admin.
|
|
/// </summary>
|
|
public static string InstallAndroidAdmin {
|
|
get {
|
|
return ResourceManager.GetString("InstallAndroidAdmin", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Install.
|
|
/// </summary>
|
|
public static string InstallButton {
|
|
get {
|
|
return ResourceManager.GetString("InstallButton", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Install server.
|
|
/// </summary>
|
|
public static string InstallServerCheckbox {
|
|
get {
|
|
return ResourceManager.GetString("InstallServerCheckbox", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Install VR client.
|
|
/// </summary>
|
|
public static string InstallVRClient {
|
|
get {
|
|
return ResourceManager.GetString("InstallVRClient", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Launch PC admin.
|
|
/// </summary>
|
|
public static string LaunchPCAdmin {
|
|
get {
|
|
return ResourceManager.GetString("LaunchPCAdmin", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Launch server.
|
|
/// </summary>
|
|
public static string LaunchServer {
|
|
get {
|
|
return ResourceManager.GetString("LaunchServer", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Name of new installation.
|
|
/// </summary>
|
|
public static string NameOfNewInstallation {
|
|
get {
|
|
return ResourceManager.GetString("NameOfNewInstallation", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Couldn't find Android content.
|
|
/// </summary>
|
|
public static string NoAndroidContentError {
|
|
get {
|
|
return ResourceManager.GetString("NoAndroidContentError", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Couldn't find directory with PC admin.
|
|
/// </summary>
|
|
public static string NoPCAdminError {
|
|
get {
|
|
return ResourceManager.GetString("NoPCAdminError", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Couldn't find directory with server.
|
|
/// </summary>
|
|
public static string NoServerError {
|
|
get {
|
|
return ResourceManager.GetString("NoServerError", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Not connected.
|
|
/// </summary>
|
|
public static string NotConnected {
|
|
get {
|
|
return ResourceManager.GetString("NotConnected", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Couldn't find any VR clients.
|
|
/// </summary>
|
|
public static string NoVRClientsError {
|
|
get {
|
|
return ResourceManager.GetString("NoVRClientsError", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Couldn't find Windows content.
|
|
/// </summary>
|
|
public static string NoWindowsContentError {
|
|
get {
|
|
return ResourceManager.GetString("NoWindowsContentError", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Save Android admin.
|
|
/// </summary>
|
|
public static string SaveAndroidAdminCheckbox {
|
|
get {
|
|
return ResourceManager.GetString("SaveAndroidAdminCheckbox", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Save VR client.
|
|
/// </summary>
|
|
public static string SaveVRClientCheckbox {
|
|
get {
|
|
return ResourceManager.GetString("SaveVRClientCheckbox", resourceCulture);
|
|
}
|
|
}
|
|
}
|
|
}
|