aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS.Frontend/Properties
diff options
context:
space:
mode:
authorMichael <[email protected]>2017-07-04 17:57:29 -0400
committerMichael <[email protected]>2017-07-04 17:57:29 -0400
commit2adb8859edb95921e8f6d3cbb41fdc349825d6f8 (patch)
treeaa1780fe7f8e2c7ab759429aa53717d7a14ca7ef /ShiftOS.Frontend/Properties
parent5515881e922de087f4e0f5db51ae681bcd7f70d6 (diff)
downloadshiftos_thereturn-2adb8859edb95921e8f6d3cbb41fdc349825d6f8.tar.gz
shiftos_thereturn-2adb8859edb95921e8f6d3cbb41fdc349825d6f8.tar.bz2
shiftos_thereturn-2adb8859edb95921e8f6d3cbb41fdc349825d6f8.zip
abandon system.drawing for anything other than text
Diffstat (limited to 'ShiftOS.Frontend/Properties')
-rw-r--r--ShiftOS.Frontend/Properties/Resources.Designer.cs66
-rw-r--r--ShiftOS.Frontend/Properties/Resources.resx9
2 files changed, 75 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 {
+ /// &quot;{SUBMIT}&quot;:&quot;Bestätigen&quot;,
+ ///
+ ///&quot;{TERMINAL_TUTORIAL_1}&quot;:&quot;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 &apos;sos.help&apos; benutzen um eine Liste aller commands aufzurufen. Schreib es
+ ///einfach in das Terminal und drücke &lt;enter&gt; 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]&quot;;.
+ /// </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&apos;t necessary.
+ /// &quot;{GEN_PROGRAMS}&quot;: &quot;Programs&quot;,
+ /// &quot;{GEN_COMMANDS}&quot;: &quot;Commands&quot;,
+ /// &quot;{GEN_OBJECTIVES}&quot;: &quot;Objectives&quot;,
+ /// &quot;{GEN_CURRENTPROCESSES}&quot;: &quot;Current processes&quot;,
+ /// &quot;{GEN_WELCOME}&quot;: &quot;Welcome to ShiftOS.&quot;,
+ /// &quot;{GEN_SYSTEMNAME}&quot;: &quot;System name&quot;,
+ /// &quot;{GEN_PASSWORD}&quot;: &quot;Password&quot;,
+ /// &quot;{GEN_LPROMPT [rest of string was truncated]&quot;;.
+ /// </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&apos;t necessary.
+ /// &quot;{GEN_PROGRAMS}&quot;: &quot;Les programmes&quot;,
+ /// &quot;{GEN_COMMANDS}&quot;: &quot;Les ordres&quot;,
+ /// &quot;{GEN_OBJECTIVES}&quot;: &quot;Les objectifs&quot;,
+ /// &quot;{GEN_CURRENTPROCESSES}&quot;: &quot;Les procèdures actuelles&quot;,
+ /// &quot;{GEN_WELCOME}&quot;: &quot;Bienvenue au ShiftOS.&quot;,
+ /// &quot;{GEN_SYSTEMNAME}&quot;: &quot;Nom de système&quot;,
+ /// &quot;{GEN_PASSWORD}&quot;: &quot;Mot de [rest of string was truncated]&quot;;.
+ /// </summary>
+ internal static string strings_fr {
+ get {
+ return ResourceManager.GetString("strings_fr", resourceCulture);
+ }
+ }
}
}
diff --git a/ShiftOS.Frontend/Properties/Resources.resx b/ShiftOS.Frontend/Properties/Resources.resx
index e309997..e77c745 100644
--- a/ShiftOS.Frontend/Properties/Resources.resx
+++ b/ShiftOS.Frontend/Properties/Resources.resx
@@ -124,4 +124,13 @@
<data name="justthes" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\justthes.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
+ <data name="strings_de" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\Resources\strings_de.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;Windows-1252</value>
+ </data>
+ <data name="strings_en" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\Resources\strings_en.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;Windows-1252</value>
+ </data>
+ <data name="strings_fr" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\Resources\strings_fr.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;Windows-1252</value>
+ </data>
</root> \ No newline at end of file