diff options
| author | Michael <[email protected]> | 2017-06-19 10:18:55 -0400 |
|---|---|---|
| committer | Michael <[email protected]> | 2017-06-19 10:19:03 -0400 |
| commit | af9e3401e6b2c111da172da1671090f6cb33137f (patch) | |
| tree | 9c6c297455de94764fd6b074311a43564a0c1860 /ShiftOS.WinForms/Properties/Resources.Designer.cs | |
| parent | 49b31c7e847cc7aa9365880f9f92e0498f1450bd (diff) | |
| download | shiftos_thereturn-af9e3401e6b2c111da172da1671090f6cb33137f.tar.gz shiftos_thereturn-af9e3401e6b2c111da172da1671090f6cb33137f.tar.bz2 shiftos_thereturn-af9e3401e6b2c111da172da1671090f6cb33137f.zip | |
store languages in appdata
Diffstat (limited to 'ShiftOS.WinForms/Properties/Resources.Designer.cs')
| -rw-r--r-- | ShiftOS.WinForms/Properties/Resources.Designer.cs | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/ShiftOS.WinForms/Properties/Resources.Designer.cs b/ShiftOS.WinForms/Properties/Resources.Designer.cs index f56285a..cd17a31 100644 --- a/ShiftOS.WinForms/Properties/Resources.Designer.cs +++ b/ShiftOS.WinForms/Properties/Resources.Designer.cs @@ -1329,6 +1329,23 @@ namespace ShiftOS.WinForms.Properties { } /// <summary> + /// Looks up a localized string similar to /* + /// * French translation + /// * + /// * Made by Michael VanOverbeek with his grade 9 french skills because why not. + /// * + /// */ + /// + ///{ + ///}. + /// </summary> + internal static string strings_fr { + get { + return ResourceManager.GetString("strings_fr", resourceCulture); + } + } + + /// <summary> /// Looks up a localized resource of type System.Drawing.Bitmap. /// </summary> internal static System.Drawing.Bitmap SuperDesk_screenshot { |
