From 1661f9a5bd46dbd7d2586787c55bfc407c027629 Mon Sep 17 00:00:00 2001 From: Michael Date: Fri, 23 Jun 2017 20:20:38 -0400 Subject: hacking work Me: [squeaky] IT'S WORKING!! Phil: Michael... You just creeped me out... --- ShiftOS.WinForms/Properties/Resources.Designer.cs | 46 +++++++++++++++++++++-- ShiftOS.WinForms/Properties/Resources.resx | 3 ++ 2 files changed, 45 insertions(+), 4 deletions(-) (limited to 'ShiftOS.WinForms/Properties') diff --git a/ShiftOS.WinForms/Properties/Resources.Designer.cs b/ShiftOS.WinForms/Properties/Resources.Designer.cs index cd17a31..83515c4 100644 --- a/ShiftOS.WinForms/Properties/Resources.Designer.cs +++ b/ShiftOS.WinForms/Properties/Resources.Designer.cs @@ -1088,6 +1088,37 @@ namespace ShiftOS.WinForms.Properties { } } + /// + /// Looks up a localized string similar to { + /// "Name": "pebcak_devel", + /// "Files": [], + /// "Subdirectories": [ + /// { + /// "Name": "home", + /// "Files": [], + /// "Subdirectories": [ + /// { + /// "Name": "desktop", + /// "Files": [], + /// "Subdirectories": [], + /// "ReadAccessToLowUsers": false, + /// "permissions": 0 + /// }, + /// { + /// "Name": "documents", + /// "Files": [], + /// "Subdirectories": [], + /// "ReadAccessToLowUsers": false, + /// "permissions": 0 + /// }, + /// [rest of string was truncated]";. + /// + internal static string PebcakDevelFS { + get { + return ResourceManager.GetString("PebcakDevelFS", resourceCulture); + } + } + /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// @@ -1330,14 +1361,21 @@ namespace ShiftOS.WinForms.Properties { /// /// Looks up a localized string similar to /* - /// * French translation - /// * - /// * Made by Michael VanOverbeek with his grade 9 french skills because why not. + /// * ShiftOS French Language Pack /// * + /// * This is a default language pack distributed within the game. /// */ /// ///{ - ///}. + /// //General strings + /// //These strings can be used anywhere in the UI where language context isn't necessary. + /// "{GEN_PROGRAMS}": "Les programmes", + /// "{GEN_COMMANDS}": "Les ordres", + /// "{GEN_OBJECTIVES}": "Les objectifs", + /// "{GEN_CURRENTPROCESSES}": "Les procèdures actuelles", + /// "{GEN_WELCOME}": "Bienvenue au ShiftOS.", + /// "{GEN_SYSTEMNAME}": "Nom de système", + /// "{GEN_PASSWORD}": "Mot de [rest of string was truncated]";. /// internal static string strings_fr { get { diff --git a/ShiftOS.WinForms/Properties/Resources.resx b/ShiftOS.WinForms/Properties/Resources.resx index 175c52d..8390f39 100644 --- a/ShiftOS.WinForms/Properties/Resources.resx +++ b/ShiftOS.WinForms/Properties/Resources.resx @@ -34618,4 +34618,7 @@ ..\Resources\strings_fr.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;Windows-1252 + + ..\Resources\PebcakDevelFS.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;Windows-1252 + \ No newline at end of file -- cgit v1.2.3