diff options
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> |
