diff options
| author | Michael <[email protected]> | 2017-07-05 08:43:35 -0400 |
|---|---|---|
| committer | Michael <[email protected]> | 2017-07-05 08:43:35 -0400 |
| commit | 4f41f51267e04d752d3d438f70f06a7a37975f5d (patch) | |
| tree | 22036cb834d9915d44c527da55adfdab58a3d529 /ShiftOS.Frontend/Properties/Resources.Designer.cs | |
| parent | 2adb8859edb95921e8f6d3cbb41fdc349825d6f8 (diff) | |
| download | shiftos_thereturn-4f41f51267e04d752d3d438f70f06a7a37975f5d.tar.gz shiftos_thereturn-4f41f51267e04d752d3d438f70f06a7a37975f5d.tar.bz2 shiftos_thereturn-4f41f51267e04d752d3d438f70f06a7a37975f5d.zip | |
HEAVILY optimize skins
Diffstat (limited to 'ShiftOS.Frontend/Properties/Resources.Designer.cs')
| -rw-r--r-- | ShiftOS.Frontend/Properties/Resources.Designer.cs | 27 |
1 files changed, 27 insertions, 0 deletions
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 @@ -81,6 +81,33 @@ namespace ShiftOS.Frontend.Properties { } /// <summary> + /// 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]";. + /// </summary> + internal static string Shiftorium { + get { + return ResourceManager.GetString("Shiftorium", resourceCulture); + } + } + + /// <summary> /// Looks up a localized string similar to { /// "{SUBMIT}":"Bestätigen", /// |
