diff options
Diffstat (limited to 'ShiftOS.WinForms/Properties')
| -rw-r--r-- | ShiftOS.WinForms/Properties/Resources.Designer.cs | 54 | ||||
| -rw-r--r-- | ShiftOS.WinForms/Properties/Resources.resx | 3 |
2 files changed, 44 insertions, 13 deletions
diff --git a/ShiftOS.WinForms/Properties/Resources.Designer.cs b/ShiftOS.WinForms/Properties/Resources.Designer.cs index 9262790..2df6f11 100644 --- a/ShiftOS.WinForms/Properties/Resources.Designer.cs +++ b/ShiftOS.WinForms/Properties/Resources.Designer.cs @@ -913,24 +913,52 @@ namespace ShiftOS.WinForms.Properties { /// <summary> /// Looks up a localized string similar to [ - ///// CALCULATOR UPGRADES /// { - /// Name: "Calculator", - /// Cost: 1000, - /// Dependencies: "wm_free_placement;desktop", - /// Description: "Crazy math problems getting you down? Well, this calculator will take care of that!" + /// Name: "Freebie Solutions", + /// DownloadSpeed: 256, + /// CostPerMonth: 0, + /// Description: "The Shiftnet is a wonderful place full of apps, games, websites and skins for ShiftOS. + /// + ///With Freebie Solutions from ShiftSoft, you'll be able to traverse the Shiftnet without any worry about monthly fees.", + /// Company: "ShiftSoft" + /// }, + /// { + /// Company: "" + /// }, + /// { + /// + /// }, + /// { + /// + /// }, + ///]. + /// </summary> + internal static string ShiftnetServices { + get { + return ResourceManager.GetString("ShiftnetServices", resourceCulture); + } + } + + /// <summary> + /// Looks up a localized string similar to [ + ///// SCREENSAVER + /// { + /// Name: "Screensavers", + /// Cost: 750, + /// Description: "Like to leave your PC idle for long periods of time? Save some energy and keep your screen from being tired by hiding the desktop behind a black screen with an image on it.", + /// Dependencies: "desktop" /// }, /// { - /// Name: "AL Calculator", - /// Cost: 150, - /// Dependencies: "calculator;app_launcher", - /// Description: "Add an App Launcher Entry for the Calculator!" + /// Name: "Shift Screensavers", + /// Cost: 100, + /// Description: "This Shifter upgrade will allow you to customize the screensaver.", + /// Dependencies: "screensavers;shifter" /// }, + /// + /// + ///// CALCULATOR UPGRADES /// { - /// Name: "Calc Equals Button", - /// Cost: 600, - /// Dependencies: "calculator", - /// Description: "Right now, you can only type numbers, [rest of string was truncated]";. + /// Name: "Calcul [rest of string was truncated]";. /// </summary> internal static string Shiftorium { get { diff --git a/ShiftOS.WinForms/Properties/Resources.resx b/ShiftOS.WinForms/Properties/Resources.resx index a5e2d4e..5100329 100644 --- a/ShiftOS.WinForms/Properties/Resources.resx +++ b/ShiftOS.WinForms/Properties/Resources.resx @@ -472,4 +472,7 @@ <data name="SnakeyTailU" type="System.Resources.ResXFileRef, System.Windows.Forms"> <value>..\Resources\SnakeyTailU.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> </data> + <data name="ShiftnetServices" type="System.Resources.ResXFileRef, System.Windows.Forms"> + <value>..\Resources\ShiftnetServices.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;Windows-1252</value> + </data> </root>
\ No newline at end of file |
