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