diff options
| author | Michael <[email protected]> | 2017-07-17 14:34:59 -0400 |
|---|---|---|
| committer | Michael <[email protected]> | 2017-07-17 14:34:59 -0400 |
| commit | a0ee79dbcd26a8f07d493a7e993cbaf0d02e44db (patch) | |
| tree | d974220621e6cfcfe745c2825149ca370e3a7aab /ShiftOS.Frontend/Properties/Resources.Designer.cs | |
| parent | e929a9f5105c00b0a3a2b4e75a876bbb95bbfa7b (diff) | |
| download | shiftos_thereturn-a0ee79dbcd26a8f07d493a7e993cbaf0d02e44db.tar.gz shiftos_thereturn-a0ee79dbcd26a8f07d493a7e993cbaf0d02e44db.tar.bz2 shiftos_thereturn-a0ee79dbcd26a8f07d493a7e993cbaf0d02e44db.zip | |
Hacking, barebones fskimmer, double clicking
Diffstat (limited to 'ShiftOS.Frontend/Properties/Resources.Designer.cs')
| -rw-r--r-- | ShiftOS.Frontend/Properties/Resources.Designer.cs | 60 |
1 files changed, 41 insertions, 19 deletions
diff --git a/ShiftOS.Frontend/Properties/Resources.Designer.cs b/ShiftOS.Frontend/Properties/Resources.Designer.cs index aaca596..3d40c29 100644 --- a/ShiftOS.Frontend/Properties/Resources.Designer.cs +++ b/ShiftOS.Frontend/Properties/Resources.Designer.cs @@ -71,6 +71,35 @@ namespace ShiftOS.Frontend.Properties { } /// <summary> + /// Looks up a localized string similar to /* ShiftOS hackables data file + /// * + /// * This file contains information about all hackable systems in the game's campaign. + /// * + /// */ + /// + ///[ + /// { + /// SystemName: "shiftsyndicate_main", + /// FriendlyName: "ShiftSyndicate file server", + /// Password: "h0ldy0urc0l0ur", + /// PasswordHint: "Prepare to hold your colour...", + /// WelcomeMessage: "Don't make fun of SpamSyndicate web design.", + /// FirewallStrength: 1, + /// LootRarity: 1, + /// LootAmount: 4, + /// ConnectionTimeoutLevel: 4, + /// SystemType: "FileServer, SSHServer", + /// + /// } + ///]. + /// </summary> + internal static string Hackables { + get { + return ResourceManager.GetString("Hackables", resourceCulture); + } + } + + /// <summary> /// Looks up a localized resource of type System.Drawing.Bitmap. /// </summary> internal static System.Drawing.Bitmap justthes { @@ -81,25 +110,18 @@ 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]";. + /// Looks up a localized string similar to //Loot information table + /// + ///[]. + /// </summary> + internal static string LootInfo { + get { + return ResourceManager.GetString("LootInfo", resourceCulture); + } + } + + /// <summary> + /// Looks up a localized string similar to []. /// </summary> internal static string Shiftorium { get { |
