From 680d108f072a4505ba6e2148d619bc8b6de6ad84 Mon Sep 17 00:00:00 2001 From: EverythingWindows Date: Wed, 9 Nov 2022 06:30:53 +0700 Subject: rev and cowsay added --- ShiftOS-TheRevival/My Project/Resources.Designer.vb | 21 ++++++++++++++------- ShiftOS-TheRevival/My Project/Resources.resx | 3 +++ 2 files changed, 17 insertions(+), 7 deletions(-) (limited to 'ShiftOS-TheRevival/My Project') diff --git a/ShiftOS-TheRevival/My Project/Resources.Designer.vb b/ShiftOS-TheRevival/My Project/Resources.Designer.vb index 66b9315..4631ae5 100644 --- a/ShiftOS-TheRevival/My Project/Resources.Designer.vb +++ b/ShiftOS-TheRevival/My Project/Resources.Designer.vb @@ -72,14 +72,9 @@ Namespace My.Resources ''' ''' Looks up a localized string similar to WARNING: READ BEFORE PLAYING! ''' - '''A very small percentage of individuals may experience epileptic seizures when - '''exposed to certain light patterns or flashing lights. Exposure to certain patterns or - '''backgrounds on a computer screen, or while playing video games, may induce an - '''epileptic seizure in these individuals. Certain conditions may induce previously - '''undetected epileptic symptoms even in persons who have no history of prior - '''seizures or epilepsy. + '''A very small percentage of individuals may experience epileptic seizures when exposed to certain light patterns or flashing lights. Exposure to certain patterns or backgrounds on a computer screen, or while playing video games, may induce an epileptic seizure in these individuals. Certain conditions may induce previously undetected epileptic symptoms even in persons who have no history of prior seizures or epilepsy. ''' - '''If you, or anyone in your family, have an epil [rest of string was truncated]";. + '''If you, or anyone in your family, have an epileptic cond [rest of string was truncated]";. ''' Friend ReadOnly Property epilepsy() As String Get @@ -87,6 +82,18 @@ Namespace My.Resources End Get End Property + ''' + ''' Looks up a localized string similar to Fuck + '''Shit + '''Bitch + '''Damn. + ''' + Friend ReadOnly Property Fortunes() As String + Get + Return ResourceManager.GetString("Fortunes", resourceCulture) + End Get + End Property + ''' ''' Looks up a localized string similar to A basic command-line tool for simple calculation. ''' diff --git a/ShiftOS-TheRevival/My Project/Resources.resx b/ShiftOS-TheRevival/My Project/Resources.resx index b8db027..9359e8c 100644 --- a/ShiftOS-TheRevival/My Project/Resources.resx +++ b/ShiftOS-TheRevival/My Project/Resources.resx @@ -124,6 +124,9 @@ ..\resources\epilepsy.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 + + ..\resources\fortunes.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 + ..\resources\man manuals\bc.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 -- cgit v1.2.3