diff options
| author | EverythingWindows <[email protected]> | 2022-11-03 22:27:40 +0700 |
|---|---|---|
| committer | EverythingWindows <[email protected]> | 2022-11-03 22:27:40 +0700 |
| commit | 37df7b5fd4830b6f508acf7bac13a4fa8d5bb5f4 (patch) | |
| tree | a4f5166ec67b49cd9c4d3dc3d49c786823c81e97 /ShiftOS-TheRevival/My Project | |
| parent | 003fd87c55056e22ac01666cefce98f66d61307e (diff) | |
| download | shiftos-therevival-old-37df7b5fd4830b6f508acf7bac13a4fa8d5bb5f4.tar.gz shiftos-therevival-old-37df7b5fd4830b6f508acf7bac13a4fa8d5bb5f4.tar.bz2 shiftos-therevival-old-37df7b5fd4830b6f508acf7bac13a4fa8d5bb5f4.zip | |
v0.2.2 stuff working on
Diffstat (limited to 'ShiftOS-TheRevival/My Project')
| -rw-r--r-- | ShiftOS-TheRevival/My Project/Resources.Designer.vb | 20 | ||||
| -rw-r--r-- | ShiftOS-TheRevival/My Project/Resources.resx | 6 |
2 files changed, 25 insertions, 1 deletions
diff --git a/ShiftOS-TheRevival/My Project/Resources.Designer.vb b/ShiftOS-TheRevival/My Project/Resources.Designer.vb index 62a3fe0..b1c515d 100644 --- a/ShiftOS-TheRevival/My Project/Resources.Designer.vb +++ b/ShiftOS-TheRevival/My Project/Resources.Designer.vb @@ -70,12 +70,30 @@ Namespace My.Resources End Property '''<summary> - ''' Looks up a localized string similar to 0.2.0. + ''' Looks up a localized string similar to 0.2.1. '''</summary> Friend ReadOnly Property CurrentVersion() As String Get Return ResourceManager.GetString("CurrentVersion", resourceCulture) End Get End Property + + '''<summary> + ''' Looks up a localized string similar to Clears all contents of the terminal. + '''</summary> + Friend ReadOnly Property man_clear() As String + Get + Return ResourceManager.GetString("man_clear", resourceCulture) + End Get + End Property + + '''<summary> + ''' Looks up a localized string similar to Shows the value of codepoint in your wallet. + '''</summary> + Friend ReadOnly Property man_codepoint() As String + Get + Return ResourceManager.GetString("man_codepoint", 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 c74daae..66c67b0 100644 --- a/ShiftOS-TheRevival/My Project/Resources.resx +++ b/ShiftOS-TheRevival/My Project/Resources.resx @@ -124,4 +124,10 @@ <data name="CurrentVersion" type="System.Resources.ResXFileRef, System.Windows.Forms"> <value>..\Resources\CurrentVersion.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;Windows-1252</value> </data> + <data name="man_clear" type="System.Resources.ResXFileRef, System.Windows.Forms"> + <value>..\resources\man manuals\clear.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8</value> + </data> + <data name="man_codepoint" type="System.Resources.ResXFileRef, System.Windows.Forms"> + <value>..\resources\man manuals\codepoint.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8</value> + </data> </root>
\ No newline at end of file |
