//------------------------------------------------------------------------------ // // 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. // //------------------------------------------------------------------------------ namespace ShiftOS.Frontend.Properties { 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 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)] internal static global::System.Resources.ResourceManager ResourceManager { get { if (object.ReferenceEquals(resourceMan, null)) { global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("ShiftOS.Frontend.Properties.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)] internal static global::System.Globalization.CultureInfo Culture { get { return resourceCulture; } set { resourceCulture = value; } } /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// internal static System.Drawing.Bitmap cursor_9x_pointer { get { object obj = ResourceManager.GetObject("cursor_9x_pointer", resourceCulture); return ((System.Drawing.Bitmap)(obj)); } } /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// internal static System.Drawing.Bitmap justthes { get { object obj = ResourceManager.GetObject("justthes", resourceCulture); return ((System.Drawing.Bitmap)(obj)); } } /// /// Looks up a localized string similar to [ /////Virus Scanner Grades /// { /// Name: "Virus Scanner Grade 2", /// Description: "Update the Virus Scanner database to include threatlevel 2 viruses.", /// Dependencies: "virus_scanner", /// Category: "Virus Scanner", /// Cost: 75 /// }, /// { /// Name: "Virus Scanner Grade 3", /// Description: "Update the Virus Scanner database to include threatlevel 3 viruses.", /// Dependencies: "virus_scanner_grade_2", /// Category: "Virus Scanner", /// Cost: 150 /// }, /// { /// Name: "Virus Scanner Grade 4", /// Description: "Update the [rest of string was truncated]";. /// internal static string Shiftorium { get { return ResourceManager.GetString("Shiftorium", resourceCulture); } } /// /// Looks up a localized string similar to { /// "{SUBMIT}":"Bestätigen", /// ///"{TERMINAL_TUTORIAL_1}":"Wilkommen zum ShiftOS Terminal. Hier wirst du die meiste Zeit in ShiftOS verbringen. /// ///Eine kurze Erklärung wie du das Terminal benutzt lautet wiefolgt. Du kannst das command 'sos.help' benutzen um eine Liste aller commands aufzurufen. Schreib es ///einfach in das Terminal und drücke <enter> um alle commands anzuzeigen. /// ///Commands können mit argumenten versehen werden, indem du ein key-value Paar in einem {} Block hinter dem command angibst. Zum Be [rest of string was truncated]";. /// internal static string strings_de { get { return ResourceManager.GetString("strings_de", resourceCulture); } } /// /// Looks up a localized string similar to /* /// * ShiftOS English Language Pack /// * /// * This is the default language pack distributed within the game. /// */ /// ///{ /// //General strings /// //These strings can be used anywhere in the UI where language context isn't necessary. /// "{GEN_PROGRAMS}": "Programs", /// "{GEN_COMMANDS}": "Commands", /// "{GEN_OBJECTIVES}": "Objectives", /// "{GEN_CURRENTPROCESSES}": "Current processes", /// "{GEN_WELCOME}": "Welcome to ShiftOS.", /// "{GEN_SYSTEMNAME}": "System name", /// "{GEN_PASSWORD}": "Password", /// "{GEN_LPROMPT [rest of string was truncated]";. /// internal static string strings_en { get { return ResourceManager.GetString("strings_en", resourceCulture); } } /// /// Looks up a localized string similar to /* /// * ShiftOS French Language Pack /// * /// * This is a default language pack distributed within the game. /// */ /// ///{ /// //General strings /// //These strings can be used anywhere in the UI where language context isn't necessary. /// "{GEN_PROGRAMS}": "Les programmes", /// "{GEN_COMMANDS}": "Les ordres", /// "{GEN_OBJECTIVES}": "Les objectifs", /// "{GEN_CURRENTPROCESSES}": "Les procèdures actuelles", /// "{GEN_WELCOME}": "Bienvenue au ShiftOS.", /// "{GEN_SYSTEMNAME}": "Nom de système", /// "{GEN_PASSWORD}": "Mot de [rest of string was truncated]";. /// internal static string strings_fr { get { return ResourceManager.GetString("strings_fr", resourceCulture); } } } }