diff options
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", /// |
