diff options
| author | EverythingWindows <[email protected]> | 2022-11-05 06:27:35 +0700 |
|---|---|---|
| committer | EverythingWindows <[email protected]> | 2022-11-05 06:27:35 +0700 |
| commit | 06623f4cb1e7db88d59a429abc7f0a985dc0eea6 (patch) | |
| tree | 7ecabadbfa3e147371cdb53779a35f66d0d82e66 /ShiftOS-TheRevival/My Project | |
| parent | 60b6ce686dfd812c6f808a01463473610787e15c (diff) | |
| download | shiftos-therevival-old-06623f4cb1e7db88d59a429abc7f0a985dc0eea6.tar.gz shiftos-therevival-old-06623f4cb1e7db88d59a429abc7f0a985dc0eea6.tar.bz2 shiftos-therevival-old-06623f4cb1e7db88d59a429abc7f0a985dc0eea6.zip | |
PAUSE function
Diffstat (limited to 'ShiftOS-TheRevival/My Project')
| -rw-r--r-- | ShiftOS-TheRevival/My Project/Resources.Designer.vb | 23 | ||||
| -rw-r--r-- | ShiftOS-TheRevival/My Project/Resources.resx | 6 |
2 files changed, 27 insertions, 2 deletions
diff --git a/ShiftOS-TheRevival/My Project/Resources.Designer.vb b/ShiftOS-TheRevival/My Project/Resources.Designer.vb index 9ce02a8..1757b17 100644 --- a/ShiftOS-TheRevival/My Project/Resources.Designer.vb +++ b/ShiftOS-TheRevival/My Project/Resources.Designer.vb @@ -70,7 +70,7 @@ Namespace My.Resources End Property '''<summary> - ''' Looks up a localized string similar to 0.2.1. + ''' Looks up a localized string similar to 0.2.2. '''</summary> Friend ReadOnly Property CurrentVersion() As String Get @@ -128,7 +128,7 @@ Namespace My.Resources End Property '''<summary> - ''' Looks up a localized string similar to . + ''' Looks up a localized string similar to Prints a corresponding text entered in the command. '''</summary> Friend ReadOnly Property man_print() As String Get @@ -137,6 +137,25 @@ Namespace My.Resources End Property '''<summary> + ''' Looks up a localized string similar to Terminate ShiftOS session and re-running the session. + '''</summary> + Friend ReadOnly Property man_reboot() As String + Get + Return ResourceManager.GetString("man_reboot", resourceCulture) + End Get + End Property + + '''<summary> + ''' Looks up a localized string similar to Command-line system information tool for ShiftOS + '''Ported from Neofetch. + '''</summary> + Friend ReadOnly Property man_shiftfetch() As String + Get + Return ResourceManager.GetString("man_shiftfetch", resourceCulture) + End Get + End Property + + '''<summary> ''' Looks up a localized string similar to A software center for upgrading features in ShiftOS ''' '''[OPTION] Shiftorium execute mode diff --git a/ShiftOS-TheRevival/My Project/Resources.resx b/ShiftOS-TheRevival/My Project/Resources.resx index 07ea33f..d135df8 100644 --- a/ShiftOS-TheRevival/My Project/Resources.resx +++ b/ShiftOS-TheRevival/My Project/Resources.resx @@ -142,6 +142,12 @@ <data name="man_print" type="System.Resources.ResXFileRef, System.Windows.Forms"> <value>..\resources\man manuals\print.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8</value> </data> + <data name="man_reboot" type="System.Resources.ResXFileRef, System.Windows.Forms"> + <value>..\resources\man manuals\reboot.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8</value> + </data> + <data name="man_shiftfetch" type="System.Resources.ResXFileRef, System.Windows.Forms"> + <value>..\resources\man manuals\shiftfetch.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8</value> + </data> <data name="man_shiftorium" type="System.Resources.ResXFileRef, System.Windows.Forms"> <value>..\resources\man manuals\shiftorium.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8</value> </data> |
