diff options
Diffstat (limited to 'ShiftOS.Frontend/Properties/Resources.Designer.cs')
| -rw-r--r-- | ShiftOS.Frontend/Properties/Resources.Designer.cs | 66 |
1 files changed, 66 insertions, 0 deletions
diff --git a/ShiftOS.Frontend/Properties/Resources.Designer.cs b/ShiftOS.Frontend/Properties/Resources.Designer.cs index fc35525..38c6ee8 100644 --- a/ShiftOS.Frontend/Properties/Resources.Designer.cs +++ b/ShiftOS.Frontend/Properties/Resources.Designer.cs @@ -79,5 +79,71 @@ namespace ShiftOS.Frontend.Properties { return ((System.Drawing.Bitmap)(obj)); } } + + /// <summary> + /// 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]";. + /// </summary> + internal static string strings_de { + get { + return ResourceManager.GetString("strings_de", resourceCulture); + } + } + + /// <summary> + /// 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]";. + /// </summary> + internal static string strings_en { + get { + return ResourceManager.GetString("strings_en", resourceCulture); + } + } + + /// <summary> + /// 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]";. + /// </summary> + internal static string strings_fr { + get { + return ResourceManager.GetString("strings_fr", resourceCulture); + } + } } } |
