diff options
| author | william341 <[email protected]> | 2017-06-24 10:53:22 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2017-06-24 10:53:22 -0700 |
| commit | bae34710cf86240b2744196c4b95e569fb161c90 (patch) | |
| tree | d5ff99e5cc8f3db8a9236b247886866601b915b9 /ShiftOS.WinForms/Properties/Resources.Designer.cs | |
| parent | b4b19e7a4d203b58537f5b98214296ab52c49b2d (diff) | |
| parent | 1661f9a5bd46dbd7d2586787c55bfc407c027629 (diff) | |
| download | shiftos_thereturn-bae34710cf86240b2744196c4b95e569fb161c90.tar.gz shiftos_thereturn-bae34710cf86240b2744196c4b95e569fb161c90.tar.bz2 shiftos_thereturn-bae34710cf86240b2744196c4b95e569fb161c90.zip | |
Merge pull request #5 from shiftos-game/master
merge
Diffstat (limited to 'ShiftOS.WinForms/Properties/Resources.Designer.cs')
| -rw-r--r-- | ShiftOS.WinForms/Properties/Resources.Designer.cs | 46 |
1 files changed, 42 insertions, 4 deletions
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 @@ -1089,6 +1089,37 @@ namespace ShiftOS.WinForms.Properties { } /// <summary> + /// 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]";. + /// </summary> + internal static string PebcakDevelFS { + get { + return ResourceManager.GetString("PebcakDevelFS", resourceCulture); + } + } + + /// <summary> /// Looks up a localized resource of type System.Drawing.Bitmap. /// </summary> internal static System.Drawing.Bitmap RegularDesktopGlyph { @@ -1330,14 +1361,21 @@ 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. + /// * 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]";. /// </summary> internal static string strings_fr { get { |
