From 4f41f51267e04d752d3d438f70f06a7a37975f5d Mon Sep 17 00:00:00 2001 From: Michael Date: Wed, 5 Jul 2017 08:43:35 -0400 Subject: HEAVILY optimize skins --- ShiftOS.Frontend/Properties/Resources.Designer.cs | 27 +++++++++++++++++++++++ ShiftOS.Frontend/Properties/Resources.resx | 3 +++ 2 files changed, 30 insertions(+) (limited to 'ShiftOS.Frontend/Properties') diff --git a/ShiftOS.Frontend/Properties/Resources.Designer.cs b/ShiftOS.Frontend/Properties/Resources.Designer.cs index 38c6ee8..aaca596 100644 --- a/ShiftOS.Frontend/Properties/Resources.Designer.cs +++ b/ShiftOS.Frontend/Properties/Resources.Designer.cs @@ -80,6 +80,33 @@ namespace ShiftOS.Frontend.Properties { } } + /// + /// Looks up a localized string similar to [ + /////Virus Scanner Grades + /// { + /// Name: "Virus Scanner Grade 2", + /// Description: "Update the Virus Scanner database to include threatlevel 2 viruses.", + /// Dependencies: "virus_scanner", + /// Category: "Virus Scanner", + /// Cost: 75 + /// }, + /// { + /// Name: "Virus Scanner Grade 3", + /// Description: "Update the Virus Scanner database to include threatlevel 3 viruses.", + /// Dependencies: "virus_scanner_grade_2", + /// Category: "Virus Scanner", + /// Cost: 150 + /// }, + /// { + /// Name: "Virus Scanner Grade 4", + /// Description: "Update the [rest of string was truncated]";. + /// + internal static string Shiftorium { + get { + return ResourceManager.GetString("Shiftorium", resourceCulture); + } + } + /// /// Looks up a localized string similar to { /// "{SUBMIT}":"Bestätigen", diff --git a/ShiftOS.Frontend/Properties/Resources.resx b/ShiftOS.Frontend/Properties/Resources.resx index e77c745..1a04f46 100644 --- a/ShiftOS.Frontend/Properties/Resources.resx +++ b/ShiftOS.Frontend/Properties/Resources.resx @@ -124,6 +124,9 @@ ..\Resources\justthes.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + ..\Resources\Shiftorium.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;Windows-1252 + ..\Resources\strings_de.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;Windows-1252 -- cgit v1.2.3