222 lines
8.2 KiB
C#
222 lines
8.2 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 VRC_Console {
|
|
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()]
|
|
internal 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)]
|
|
internal static global::System.Resources.ResourceManager ResourceManager {
|
|
get {
|
|
if (object.ReferenceEquals(resourceMan, null)) {
|
|
global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("VRC_Console.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)]
|
|
internal static global::System.Globalization.CultureInfo Culture {
|
|
get {
|
|
return resourceCulture;
|
|
}
|
|
set {
|
|
resourceCulture = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to flf2a$ 7 7 26 32 3
|
|
///Alligator by Simon Bradley <syb3@aber.ac.uk>
|
|
///17th June, 1994
|
|
///
|
|
///$ $@
|
|
///$ $@
|
|
///$ $@
|
|
///$ $@
|
|
///$ $@
|
|
///$ $@
|
|
///$ $@@
|
|
/// :::$@
|
|
/// :+:$ @
|
|
/// +:+$ @
|
|
/// +#+$ @
|
|
/// +#+$ @
|
|
/// $ $ @
|
|
///###$ @@
|
|
/// ::: :::$@
|
|
/// :+: :+:$ @
|
|
/// $ $ @
|
|
/// $ $ @
|
|
/// $ $ @
|
|
/// $ $ @
|
|
///$ $ @@
|
|
/// ::: :::$ @
|
|
/// :+: :+:$ @
|
|
/// +:+:+:+:+:+:+:+$@
|
|
/// +#+ +:+$ @
|
|
///+#+#+#+#+#+#+#+$ @
|
|
/// #+# #+#$ @
|
|
/// ### ###$ @@
|
|
/// :::$ @
|
|
/// [rest of string was truncated]";.
|
|
/// </summary>
|
|
internal static string alligatorFont {
|
|
get {
|
|
return ResourceManager.GetString("alligatorFont", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Leash Stretch.
|
|
/// </summary>
|
|
internal static string OSCCollar_ConsoleOutput_LeashStretch {
|
|
get {
|
|
return ResourceManager.GetString("OSCCollar_ConsoleOutput_LeashStretch", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Movement Vector.
|
|
/// </summary>
|
|
internal static string OSCCollar_ConsoleOutput_MovementVector {
|
|
get {
|
|
return ResourceManager.GetString("OSCCollar_ConsoleOutput_MovementVector", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Position Vector.
|
|
/// </summary>
|
|
internal static string OSCCollar_ConsoleOutput_PositionVector {
|
|
get {
|
|
return ResourceManager.GetString("OSCCollar_ConsoleOutput_PositionVector", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Run Stretch.
|
|
/// </summary>
|
|
internal static string OSCCollar_ConsoleOutput_RunStretch {
|
|
get {
|
|
return ResourceManager.GetString("OSCCollar_ConsoleOutput_RunStretch", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Status.
|
|
/// </summary>
|
|
internal static string OSCCollar_ConsoleOutput_Status {
|
|
get {
|
|
return ResourceManager.GetString("OSCCollar_ConsoleOutput_Status", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to disabled.
|
|
/// </summary>
|
|
internal static string OSCCollar_ConsoleOutput_StatusDisabled {
|
|
get {
|
|
return ResourceManager.GetString("OSCCollar_ConsoleOutput_StatusDisabled", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to enabled.
|
|
/// </summary>
|
|
internal static string OSCCollar_ConsoleOutput_StatusEnabled {
|
|
get {
|
|
return ResourceManager.GetString("OSCCollar_ConsoleOutput_StatusEnabled", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Stretch Deadzone.
|
|
/// </summary>
|
|
internal static string OSCCollar_ConsoleOutput_StretchDeadzone {
|
|
get {
|
|
return ResourceManager.GetString("OSCCollar_ConsoleOutput_StretchDeadzone", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to GPS 1 x: {0} y: {1}.
|
|
/// </summary>
|
|
internal static string OSCCollar_OSCCollar_GPS_1_position {
|
|
get {
|
|
return ResourceManager.GetString("OSCCollar_OSCCollar_GPS_1_position", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to GPS 2 x: {0} y: {1}.
|
|
/// </summary>
|
|
internal static string OSCCollar_OSCCollar_GPS_2_position {
|
|
get {
|
|
return ResourceManager.GetString("OSCCollar_OSCCollar_GPS_2_position", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to GPS 3 x: {0} y: {1}.
|
|
/// </summary>
|
|
internal static string OSCCollar_OSCCollar_GPS_3_position {
|
|
get {
|
|
return ResourceManager.GetString("OSCCollar_OSCCollar_GPS_3_position", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Position your GPS receivers:.
|
|
/// </summary>
|
|
internal static string OSCCollar_OSCCollar_Position_your_GPS_receivers {
|
|
get {
|
|
return ResourceManager.GetString("OSCCollar_OSCCollar_Position_your_GPS_receivers", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Radius of each receiver (sphere): {0}.
|
|
/// </summary>
|
|
internal static string OSCCollar_OSCCollar_Radius_of_each_receiver {
|
|
get {
|
|
return ResourceManager.GetString("OSCCollar_OSCCollar_Radius_of_each_receiver", resourceCulture);
|
|
}
|
|
}
|
|
}
|
|
}
|