diff options
Diffstat (limited to 'ShiftOS_TheReturn/Properties/Resources.Designer.cs')
| -rw-r--r-- | ShiftOS_TheReturn/Properties/Resources.Designer.cs | 74 |
1 files changed, 24 insertions, 50 deletions
diff --git a/ShiftOS_TheReturn/Properties/Resources.Designer.cs b/ShiftOS_TheReturn/Properties/Resources.Designer.cs index 0b4ba6a..85b350f 100644 --- a/ShiftOS_TheReturn/Properties/Resources.Designer.cs +++ b/ShiftOS_TheReturn/Properties/Resources.Designer.cs @@ -1,28 +1,4 @@ -/* - * MIT License - * - * Copyright (c) 2017 Michael VanOverbeek and ShiftOS devs - * - * Permission is hereby granted, free of charge, to any person obtaining a copy - * of this software and associated documentation files (the "Software"), to deal - * in the Software without restriction, including without limitation the rights - * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell - * copies of the Software, and to permit persons to whom the Software is - * furnished to do so, subject to the following conditions: - * - * The above copyright notice and this permission notice shall be included in all - * copies or substantial portions of the Software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, - * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE - * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER - * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, - * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE - * SOFTWARE. - */ - -//------------------------------------------------------------------------------ +//------------------------------------------------------------------------------ // <auto-generated> // This code was generated by a tool. // Runtime Version:4.0.30319.42000 @@ -104,16 +80,25 @@ namespace ShiftOS.Engine.Properties { return ResourceManager.GetString("languages", resourceCulture); } } - internal static string secretlang - { - get - { - return ResourceManager.GetString("secretlang", resourceCulture); + + /// <summary> + /// Looks up a localized string similar to . + /// </summary> + internal static string pywintemplate { + get { + return ResourceManager.GetString("pywintemplate", resourceCulture); } } - + /// <summary> - /// Looks up a localized string similar to [ + /// Looks up a localized string similar to /* + /// * THIS IS AN EXAMPLE FILE + /// * + /// * Any Shiftorium upgrades placed in here won't be recognized by the main ShiftOS frontend + /// * (ShiftOS.WinForms). It uses its own Shiftorium definition file found in its Resources. + /// */ + /// + ///[ /// { /// Name: "MUD Fundamentals", /// Cost: 50, @@ -124,12 +109,7 @@ namespace ShiftOS.Engine.Properties { /// Name: "WM 4 Windows", /// Cost: 150, /// Description: "Display up to 4 simultaneous windows on-screen in a 2x2 grid.", - /// Dependencies: "window_manager" - /// }, - /// { - /// Name: "Virus Scanner", - /// Cost: 2000, - /// Description: "Being inside the multi-user domain comes with many risks, one of which being viruses. The Virus Scanner can m [rest of string was truncated]";. + /// [rest of string was truncated]";. /// </summary> internal static string Shiftorium { get { @@ -158,22 +138,15 @@ namespace ShiftOS.Engine.Properties { ///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]";. + ///Commands können mit argumenten versehen werden, indem du ein key-value Paar in einem {} Block hinter dem command angibst. Zum Beispiel: + /// [rest of string was truncated]";. /// </summary> internal static string strings_de { get { return ResourceManager.GetString("strings_de", resourceCulture); } } - - internal static string strings_ver - { - get - { - return ResourceManager.GetString("strings_ver", resourceCulture); - } - } - + /// <summary> /// Looks up a localized string similar to { /// "{SUBMIT}":"Submit", @@ -185,7 +158,8 @@ namespace ShiftOS.Engine.Properties { ///Commands can be sent arguments by specifying a key-value pair inside a {} block at the end of the command. For example: /// ///some.command{print:\"hello\"} - ///math.add{op1 [rest of string was truncated]";. + ///math.add{op1:1,op2:2} + /// [rest of string was truncated]";. /// </summary> internal static string strings_en { get { @@ -203,7 +177,7 @@ namespace ShiftOS.Engine.Properties { /// "Before you can begin with ShiftOS, you'll need to know a few things about it.", /// "One: Terminal command syntax.", /// "Inside ShiftOS, the bulk of your time is going to be spent within the Terminal.", - /// "The Terminal is an application that starts up when you turn on your computer. It allows you to execute system commands, ope [rest of string was truncated]";. + /// "The Terminal is an application that starts up when you turn on your computer. It allows you to execute system commands, open program [rest of string was truncated]";. /// </summary> internal static string sys_shiftoriumstory { get { |
