//------------------------------------------------------------------------------ // // 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 AquaMai.Resources { 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()] internal class Locale { private static global::System.Resources.ResourceManager resourceMan; private static global::System.Globalization.CultureInfo resourceCulture; [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] internal Locale() { } /// /// Returns the cached ResourceManager instance used by this class. /// [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("AquaMai.Resources.Locale", typeof(Locale).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)] internal static global::System.Globalization.CultureInfo Culture { get { return resourceCulture; } set { resourceCulture = value; } } /// /// Looks up a localized string similar to You are using AquaMai CI build version. This version is built from the latest mainline code and may contain undocumented configuration changes or potential issues.. /// internal static string CiBuildAlertContent { get { return ResourceManager.GetString("CiBuildAlertContent", resourceCulture); } } /// /// Looks up a localized string similar to Important Notice: Test Version. /// internal static string CiBuildAlertTitle { get { return ResourceManager.GetString("CiBuildAlertTitle", resourceCulture); } } /// /// Looks up a localized string similar to Loaded!. /// internal static string Loaded { get { return ResourceManager.GetString("Loaded", resourceCulture); } } /// /// Looks up a localized string similar to Errors detected while loading! ///- Are you using a modified Assembly-CSharp.dll, which will cause inconsistent functions and cannot find the functions that need to be modified ///- Check for conflicting mods, or enabled incompatible options. /// internal static string LoadError { get { return ResourceManager.GetString("LoadError", resourceCulture); } } /// /// Looks up a localized string similar to End. /// internal static string MarkRepeatEnd { get { return ResourceManager.GetString("MarkRepeatEnd", resourceCulture); } } /// /// Looks up a localized string similar to Start. /// internal static string MarkRepeatStart { get { return ResourceManager.GetString("MarkRepeatStart", resourceCulture); } } /// /// Looks up a localized string similar to Aime reader error. /// internal static string NetErrIsAliveAimeReader { get { return ResourceManager.GetString("NetErrIsAliveAimeReader", resourceCulture); } } /// /// Looks up a localized string similar to Aime server error. /// internal static string NetErrIsAliveAimeServer { get { return ResourceManager.GetString("NetErrIsAliveAimeServer", resourceCulture); } } /// /// Looks up a localized string similar to Server communication error. /// internal static string NetErrIsAliveServer { get { return ResourceManager.GetString("NetErrIsAliveServer", resourceCulture); } } /// /// Looks up a localized string similar to Data download not success. /// internal static string NetErrWasDownloadSuccessOnce { get { return ResourceManager.GetString("NetErrWasDownloadSuccessOnce", resourceCulture); } } /// /// Looks up a localized string similar to Pause. /// internal static string Pause { get { return ResourceManager.GetString("Pause", resourceCulture); } } /// /// Looks up a localized string similar to SSS+ => DXRating += {0}. /// internal static string RatingUpWhenSSSp { get { return ResourceManager.GetString("RatingUpWhenSSSp", resourceCulture); } } /// /// Looks up a localized string similar to Repeat end time cannot be less than repeat start time. /// internal static string RepeatEndTimeLessThenStartTime { get { return ResourceManager.GetString("RepeatEndTimeLessThenStartTime", resourceCulture); } } /// /// Looks up a localized string similar to Loop Not Set. /// internal static string RepeatNotSet { get { return ResourceManager.GetString("RepeatNotSet", resourceCulture); } } /// /// Looks up a localized string similar to Reset. /// internal static string RepeatReset { get { return ResourceManager.GetString("RepeatReset", resourceCulture); } } /// /// Looks up a localized string similar to Loop Set. /// internal static string RepeatStartEndSet { get { return ResourceManager.GetString("RepeatStartEndSet", resourceCulture); } } /// /// Looks up a localized string similar to Loop Start Set. /// internal static string RepeatStartSet { get { return ResourceManager.GetString("RepeatStartSet", resourceCulture); } } /// /// Looks up a localized string similar to Please set repeat start time first. /// internal static string RepeatStartTimeNotSet { get { return ResourceManager.GetString("RepeatStartTimeNotSet", resourceCulture); } } /// /// Looks up a localized string similar to Saving... Do not exit the game. /// internal static string SavingDontExit { get { return ResourceManager.GetString("SavingDontExit", resourceCulture); } } /// /// Looks up a localized string similar to Seek <<. /// internal static string SeekBackward { get { return ResourceManager.GetString("SeekBackward", resourceCulture); } } /// /// Looks up a localized string similar to Seek >>. /// internal static string SeekForward { get { return ResourceManager.GetString("SeekForward", resourceCulture); } } /// /// Looks up a localized string similar to Skip. /// internal static string Skip { get { return ResourceManager.GetString("Skip", resourceCulture); } } /// /// Looks up a localized string similar to > Skipping incompatible patch: {0}. /// internal static string SkipIncompatiblePatch { get { return ResourceManager.GetString("SkipIncompatiblePatch", resourceCulture); } } /// /// Looks up a localized string similar to Speed. /// internal static string Speed { get { return ResourceManager.GetString("Speed", resourceCulture); } } /// /// Looks up a localized string similar to Speed -. /// internal static string SpeedDown { get { return ResourceManager.GetString("SpeedDown", resourceCulture); } } /// /// Looks up a localized string similar to Speed Reset. /// internal static string SpeedReset { get { return ResourceManager.GetString("SpeedReset", resourceCulture); } } /// /// Looks up a localized string similar to Speed +. /// internal static string SpeedUp { get { return ResourceManager.GetString("SpeedUp", resourceCulture); } } } }