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/Resources.Designer.vb | |
| 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/Resources.Designer.vb')
| -rw-r--r-- | ShiftOS-TheRevival/My Project/Resources.Designer.vb | 23 |
1 files changed, 21 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 |
