From cd741c3850b861c48fbb2a8e51f1189fb006b935 Mon Sep 17 00:00:00 2001 From: EverythingWindows Date: Fri, 4 Nov 2022 08:56:41 +0700 Subject: Terminal Display Driver added, migrating Shiftorium functions into Module --- .../My Project/Resources.Designer.vb | 76 ++++++++++++++++++++++ ShiftOS-TheRevival/My Project/Resources.resx | 21 ++++++ 2 files changed, 97 insertions(+) (limited to 'ShiftOS-TheRevival/My Project') diff --git a/ShiftOS-TheRevival/My Project/Resources.Designer.vb b/ShiftOS-TheRevival/My Project/Resources.Designer.vb index b1c515d..9ce02a8 100644 --- a/ShiftOS-TheRevival/My Project/Resources.Designer.vb +++ b/ShiftOS-TheRevival/My Project/Resources.Designer.vb @@ -95,5 +95,81 @@ Namespace My.Resources Return ResourceManager.GetString("man_codepoint", resourceCulture) End Get End Property + + ''' + ''' Looks up a localized string similar to Runs the 'Guess the Number' application.. + ''' + Friend ReadOnly Property man_guess() As String + Get + Return ResourceManager.GetString("man_guess", resourceCulture) + End Get + End Property + + ''' + ''' Looks up a localized string similar to Shows all commands available in the terminal and its brief explanation of action. + ''' + Friend ReadOnly Property man_help() As String + Get + Return ResourceManager.GetString("man_help", resourceCulture) + End Get + End Property + + ''' + ''' Looks up a localized string similar to Shows up a manual on each corresponding command and its example of action + ''' + '''[COMMAND] Any command that you want to get the manual for + ''' + '''Example: man help. + ''' + Friend ReadOnly Property man_man() As String + Get + Return ResourceManager.GetString("man_man", resourceCulture) + End Get + End Property + + ''' + ''' Looks up a localized string similar to . + ''' + Friend ReadOnly Property man_print() As String + Get + Return ResourceManager.GetString("man_print", resourceCulture) + End Get + End Property + + ''' + ''' Looks up a localized string similar to A software center for upgrading features in ShiftOS + ''' + '''[OPTION] Shiftorium execute mode + '''LIST Printing a list of available upgrade in ShiftOS + '''INFO Displays informations such as description, instruction, and example command + '''INSTALL Install the selected feature to ShiftOS (if the Codepoints are either equal or more to required) + ''' + '''[featureName] Feature name + ''' + '''Example: shiftorium install man, shiftorium info clear. + ''' + Friend ReadOnly Property man_shiftorium() As String + Get + Return ResourceManager.GetString("man_shiftorium", resourceCulture) + End Get + End Property + + ''' + ''' Looks up a localized string similar to Terminate ShiftOS session. + ''' + Friend ReadOnly Property man_shutdown() As String + Get + Return ResourceManager.GetString("man_shutdown", resourceCulture) + End Get + End Property + + ''' + ''' Looks up a localized string similar to Displays current version of ShiftOS TheRevival. + ''' + Friend ReadOnly Property man_ver() As String + Get + Return ResourceManager.GetString("man_ver", resourceCulture) + End Get + End Property End Module End Namespace diff --git a/ShiftOS-TheRevival/My Project/Resources.resx b/ShiftOS-TheRevival/My Project/Resources.resx index 66c67b0..07ea33f 100644 --- a/ShiftOS-TheRevival/My Project/Resources.resx +++ b/ShiftOS-TheRevival/My Project/Resources.resx @@ -130,4 +130,25 @@ ..\resources\man manuals\codepoint.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 + + ..\resources\man manuals\guess.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 + + + ..\resources\man manuals\help.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 + + + ..\resources\man manuals\man.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 + + + ..\resources\man manuals\print.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 + + + ..\resources\man manuals\shiftorium.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 + + + ..\resources\man manuals\shutdown.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 + + + ..\resources\man manuals\ver.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 + \ No newline at end of file -- cgit v1.2.3