From 3b064f9f82e88328aa4882addf1d4f52c13a9bfd Mon Sep 17 00:00:00 2001
From: TSG <49595354+AyeTSG@users.noreply.github.com>
Date: Thu, 14 May 2020 17:19:11 -0400
Subject: [PATCH] Add a toggle for the user to override Discord Rich Presence
---
FModel/App.xaml.cs | 7 +-
FModel/Properties/Resources.Designer.cs | 635 ++++++++++++------------
FModel/Properties/Resources.resx | 4 +
FModel/Properties/Settings.Designer.cs | 20 +-
FModel/Properties/Settings.settings | 3 +
FModel/Windows/Settings/General.xaml | 7 +-
6 files changed, 356 insertions(+), 320 deletions(-)
diff --git a/FModel/App.xaml.cs b/FModel/App.xaml.cs
index 81295a88..d7d6257d 100644
--- a/FModel/App.xaml.cs
+++ b/FModel/App.xaml.cs
@@ -1,5 +1,6 @@
using FModel.Discord;
using FModel.Logger;
+using FModel.Properties;
using FModel.Utils;
using FModel.ViewModels.StatusBar;
using FModel.Windows.DarkMessageBox;
@@ -37,7 +38,11 @@ namespace FModel
DebugHelper.WriteLine("{0} {1} {2}", "[FModel]", "[Culture]", Thread.CurrentThread.CurrentUICulture);
StatusBarVm.statusBarViewModel.Set(FModel.Properties.Resources.Initializing, FModel.Properties.Resources.Loading);
- DiscordIntegration.StartClient();
+
+ if (FModel.Properties.Settings.Default.EnableDiscordRPC)
+ {
+ DiscordIntegration.StartClient();
+ }
base.OnStartup(e);
}
diff --git a/FModel/Properties/Resources.Designer.cs b/FModel/Properties/Resources.Designer.cs
index e1e1887f..00f760ac 100644
--- a/FModel/Properties/Resources.Designer.cs
+++ b/FModel/Properties/Resources.Designer.cs
@@ -1,10 +1,10 @@
//------------------------------------------------------------------------------
//
-// Ce code a été généré par un outil.
-// Version du runtime :4.0.30319.42000
+// This code was generated by a tool.
+// Runtime Version:4.0.30319.42000
//
-// Les modifications apportées à ce fichier peuvent provoquer un comportement incorrect et seront perdues si
-// le code est régénéré.
+// Changes to this file may cause incorrect behavior and will be lost if
+// the code is regenerated.
//
//------------------------------------------------------------------------------
@@ -13,12 +13,12 @@ namespace FModel.Properties {
///
- /// Une classe de ressource fortement typée destinée, entre autres, à la consultation des chaînes localisées.
+ /// A strongly-typed resource class, for looking up localized strings, etc.
///
- // Cette classe a été générée automatiquement par la classe StronglyTypedResourceBuilder
- // à l'aide d'un outil, tel que ResGen ou Visual Studio.
- // Pour ajouter ou supprimer un membre, modifiez votre fichier .ResX, puis réexécutez ResGen
- // avec l'option /str ou régénérez votre projet VS.
+ // This class was auto-generated by the StronglyTypedResourceBuilder
+ // class via a tool like ResGen or Visual Studio.
+ // To add or remove a member, edit your .ResX file then rerun ResGen
+ // with the /str option, or rebuild your VS project.
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "16.0.0.0")]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
@@ -33,7 +33,7 @@ namespace FModel.Properties {
}
///
- /// Retourne l'instance ResourceManager mise en cache utilisée par cette classe.
+ /// Returns the cached ResourceManager instance used by this class.
///
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
public static global::System.Resources.ResourceManager ResourceManager {
@@ -47,8 +47,8 @@ namespace FModel.Properties {
}
///
- /// Remplace la propriété CurrentUICulture du thread actuel pour toutes
- /// les recherches de ressources à l'aide de cette classe de ressource fortement typée.
+ /// Overrides the current thread's CurrentUICulture property for all
+ /// resource lookups using this strongly typed resource class.
///
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
public static global::System.Globalization.CultureInfo Culture {
@@ -61,7 +61,7 @@ namespace FModel.Properties {
}
///
- /// Recherche une chaîne localisée semblable à About FModel.
+ /// Looks up a localized string similar to About FModel.
///
public static string AboutF {
get {
@@ -70,7 +70,7 @@ namespace FModel.Properties {
}
///
- /// Recherche une chaîne localisée semblable à FModel is a .PAK file explorer fully dedicated to Fortnite but also work with some other Unreal Engine's games.
+ /// Looks up a localized string similar to FModel is a .PAK file explorer fully dedicated to Fortnite but also work with some other Unreal Engine's games.
///
///Created in March 2019, in order to have unique and personalized functionality, it quickly became popular through leakers who used it to quickly generate images of new cosmetics added to the game.
///Over time, new features got added and new users discovered the program.
@@ -83,7 +83,7 @@ namespace FModel.Properties {
}
///
- /// Recherche une chaîne localisée semblable à You're about to download {0} which has a size of {1}.
+ /// Looks up a localized string similar to You're about to download {0} which has a size of {1}.
///
public static string AboutToDownload {
get {
@@ -92,7 +92,7 @@ namespace FModel.Properties {
}
///
- /// Recherche une chaîne localisée semblable à Add.
+ /// Looks up a localized string similar to Add.
///
public static string Add {
get {
@@ -101,7 +101,7 @@ namespace FModel.Properties {
}
///
- /// Recherche une chaîne localisée semblable à Add Directory.
+ /// Looks up a localized string similar to Add Directory.
///
public static string AddDirectory {
get {
@@ -110,7 +110,7 @@ namespace FModel.Properties {
}
///
- /// Recherche une chaîne localisée semblable à Add Separator.
+ /// Looks up a localized string similar to Add Separator.
///
public static string AddSeparator {
get {
@@ -119,7 +119,7 @@ namespace FModel.Properties {
}
///
- /// Recherche une chaîne localisée semblable à AES.
+ /// Looks up a localized string similar to AES.
///
public static string AES {
get {
@@ -128,7 +128,7 @@ namespace FModel.Properties {
}
///
- /// Recherche une chaîne localisée semblable à AES Key.
+ /// Looks up a localized string similar to AES Key.
///
public static string AesKey {
get {
@@ -137,7 +137,7 @@ namespace FModel.Properties {
}
///
- /// Recherche une chaîne localisée semblable à Keys have been updated.
+ /// Looks up a localized string similar to Keys have been updated.
///
public static string AesKeysUpdated {
get {
@@ -146,7 +146,7 @@ namespace FModel.Properties {
}
///
- /// Recherche une chaîne localisée semblable à '{0}' is not working with '{1}'.
+ /// Looks up a localized string similar to '{0}' is not working with '{1}'.
///
public static string AesNotWorking {
get {
@@ -155,7 +155,7 @@ namespace FModel.Properties {
}
///
- /// Recherche une ressource localisée de type System.Drawing.Icon semblable à (Icône).
+ /// Looks up a localized resource of type System.Drawing.Icon similar to (Icon).
///
public static System.Drawing.Icon alert {
get {
@@ -165,7 +165,7 @@ namespace FModel.Properties {
}
///
- /// Recherche une chaîne localisée semblable à All Documents.
+ /// Looks up a localized string similar to All Documents.
///
public static string AllDocuments {
get {
@@ -174,7 +174,7 @@ namespace FModel.Properties {
}
///
- /// Recherche une chaîne localisée semblable à All Files.
+ /// Looks up a localized string similar to All Files.
///
public static string AllFiles {
get {
@@ -183,7 +183,7 @@ namespace FModel.Properties {
}
///
- /// Recherche une ressource localisée de type System.Drawing.Bitmap.
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
///
public static System.Drawing.Bitmap alpha_a_box {
get {
@@ -193,7 +193,7 @@ namespace FModel.Properties {
}
///
- /// Recherche une chaîne localisée semblable à Analyzing {0}.
+ /// Looks up a localized string similar to Analyzing {0}.
///
public static string Analyzing {
get {
@@ -202,7 +202,7 @@ namespace FModel.Properties {
}
///
- /// Recherche une ressource localisée de type System.Drawing.Icon semblable à (Icône).
+ /// Looks up a localized resource of type System.Drawing.Icon similar to (Icon).
///
public static System.Drawing.Icon api {
get {
@@ -212,7 +212,7 @@ namespace FModel.Properties {
}
///
- /// Recherche une ressource localisée de type System.Drawing.Icon semblable à (Icône).
+ /// Looks up a localized resource of type System.Drawing.Icon similar to (Icon).
///
public static System.Drawing.Icon api_off {
get {
@@ -222,7 +222,7 @@ namespace FModel.Properties {
}
///
- /// Recherche une chaîne localisée semblable à Arabic.
+ /// Looks up a localized string similar to Arabic.
///
public static string Arabic {
get {
@@ -231,7 +231,7 @@ namespace FModel.Properties {
}
///
- /// Recherche une chaîne localisée semblable à Asset.
+ /// Looks up a localized string similar to Asset.
///
public static string Asset {
get {
@@ -240,7 +240,7 @@ namespace FModel.Properties {
}
///
- /// Recherche une chaîne localisée semblable à Assets.
+ /// Looks up a localized string similar to Assets.
///
public static string Assets {
get {
@@ -249,7 +249,7 @@ namespace FModel.Properties {
}
///
- /// Recherche une chaîne localisée semblable à Audio.
+ /// Looks up a localized string similar to Audio.
///
public static string Audio {
get {
@@ -258,7 +258,7 @@ namespace FModel.Properties {
}
///
- /// Recherche une chaîne localisée semblable à Audio Devices.
+ /// Looks up a localized string similar to Audio Devices.
///
public static string AudioDevices {
get {
@@ -267,7 +267,7 @@ namespace FModel.Properties {
}
///
- /// Recherche une chaîne localisée semblable à Audio Player.
+ /// Looks up a localized string similar to Audio Player.
///
public static string AudioPlayer {
get {
@@ -276,7 +276,7 @@ namespace FModel.Properties {
}
///
- /// Recherche une chaîne localisée semblable à Auto.
+ /// Looks up a localized string similar to Auto.
///
public static string Auto {
get {
@@ -285,7 +285,7 @@ namespace FModel.Properties {
}
///
- /// Recherche une chaîne localisée semblable à Auto open sounds.
+ /// Looks up a localized string similar to Auto open sounds.
///
public static string AutoOpenSounds {
get {
@@ -294,7 +294,7 @@ namespace FModel.Properties {
}
///
- /// Recherche une chaîne localisée semblable à B.
+ /// Looks up a localized string similar to B.
///
public static string B {
get {
@@ -303,7 +303,7 @@ namespace FModel.Properties {
}
///
- /// Recherche une ressource localisée de type System.Drawing.Bitmap.
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
///
public static System.Drawing.Bitmap backup_restore {
get {
@@ -313,7 +313,7 @@ namespace FModel.Properties {
}
///
- /// Recherche une chaîne localisée semblable à Backup PAKs.
+ /// Looks up a localized string similar to Backup PAKs.
///
public static string BackupPaks {
get {
@@ -322,7 +322,7 @@ namespace FModel.Properties {
}
///
- /// Recherche une chaîne localisée semblable à Backups.
+ /// Looks up a localized string similar to Backups.
///
public static string Backups {
get {
@@ -331,7 +331,7 @@ namespace FModel.Properties {
}
///
- /// Recherche une chaîne localisée semblable à Banner.
+ /// Looks up a localized string similar to Banner.
///
public static string Banner {
get {
@@ -340,7 +340,7 @@ namespace FModel.Properties {
}
///
- /// Recherche une chaîne localisée semblable à BenBot API.
+ /// Looks up a localized string similar to BenBot API.
///
public static string BenBotApi {
get {
@@ -349,7 +349,7 @@ namespace FModel.Properties {
}
///
- /// Recherche une ressource localisée de type System.Drawing.Bitmap.
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
///
public static System.Drawing.Bitmap bug {
get {
@@ -359,7 +359,7 @@ namespace FModel.Properties {
}
///
- /// Recherche une chaîne localisée semblable à Bugs Report.
+ /// Looks up a localized string similar to Bugs Report.
///
public static string BugsReport {
get {
@@ -368,7 +368,7 @@ namespace FModel.Properties {
}
///
- /// Recherche une ressource localisée de type System.Byte[].
+ /// Looks up a localized resource of type System.Byte[].
///
public static byte[] BurbankBigCondensed_Bold {
get {
@@ -378,7 +378,7 @@ namespace FModel.Properties {
}
///
- /// Recherche une chaîne localisée semblable à Bytes Per Second.
+ /// Looks up a localized string similar to Bytes Per Second.
///
public static string BytesPerSecond {
get {
@@ -387,7 +387,7 @@ namespace FModel.Properties {
}
///
- /// Recherche une chaîne localisée semblable à Cancel.
+ /// Looks up a localized string similar to Cancel.
///
public static string Cancel {
get {
@@ -396,7 +396,7 @@ namespace FModel.Properties {
}
///
- /// Recherche une chaîne localisée semblable à Canceled!.
+ /// Looks up a localized string similar to Canceled!.
///
public static string Canceled {
get {
@@ -405,7 +405,7 @@ namespace FModel.Properties {
}
///
- /// Recherche une chaîne localisée semblable à Case Sensitive.
+ /// Looks up a localized string similar to Case Sensitive.
///
public static string CaseSensitive {
get {
@@ -414,7 +414,7 @@ namespace FModel.Properties {
}
///
- /// Recherche une ressource localisée de type System.Drawing.Bitmap.
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
///
public static System.Drawing.Bitmap cast_audio {
get {
@@ -424,7 +424,7 @@ namespace FModel.Properties {
}
///
- /// Recherche une ressource localisée de type System.Drawing.Bitmap.
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
///
public static System.Drawing.Bitmap challenge_theme_creator {
get {
@@ -434,7 +434,7 @@ namespace FModel.Properties {
}
///
- /// Recherche une chaîne localisée semblable à Challenges' Custom Banner.
+ /// Looks up a localized string similar to Challenges' Custom Banner.
///
public static string ChallengesCustomBanner {
get {
@@ -443,7 +443,7 @@ namespace FModel.Properties {
}
///
- /// Recherche une chaîne localisée semblable à Challenges' Theme Creator.
+ /// Looks up a localized string similar to Challenges' Theme Creator.
///
public static string ChallengesThemeCreator {
get {
@@ -452,7 +452,7 @@ namespace FModel.Properties {
}
///
- /// Recherche une chaîne localisée semblable à Change Game.
+ /// Looks up a localized string similar to Change Game.
///
public static string ChangeGame {
get {
@@ -461,7 +461,7 @@ namespace FModel.Properties {
}
///
- /// Recherche une chaîne localisée semblable à Changelog.
+ /// Looks up a localized string similar to Changelog.
///
public static string Changelog {
get {
@@ -470,7 +470,7 @@ namespace FModel.Properties {
}
///
- /// Recherche une ressource localisée de type System.Drawing.Icon semblable à (Icône).
+ /// Looks up a localized resource of type System.Drawing.Icon similar to (Icon).
///
public static System.Drawing.Icon check_circle {
get {
@@ -480,7 +480,7 @@ namespace FModel.Properties {
}
///
- /// Recherche une chaîne localisée semblable à Chinese (Simplified).
+ /// Looks up a localized string similar to Chinese (Simplified).
///
public static string Chinese {
get {
@@ -489,7 +489,7 @@ namespace FModel.Properties {
}
///
- /// Recherche une chaîne localisée semblable à Clear.
+ /// Looks up a localized string similar to Clear.
///
public static string Clear {
get {
@@ -498,7 +498,7 @@ namespace FModel.Properties {
}
///
- /// Recherche une ressource localisée de type System.Drawing.Bitmap.
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
///
public static System.Drawing.Bitmap ColorPickerOne {
get {
@@ -508,7 +508,7 @@ namespace FModel.Properties {
}
///
- /// Recherche une ressource localisée de type System.Drawing.Bitmap.
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
///
public static System.Drawing.Bitmap ColorPickerTwo {
get {
@@ -518,7 +518,7 @@ namespace FModel.Properties {
}
///
- /// Recherche une chaîne localisée semblable à Colors.
+ /// Looks up a localized string similar to Colors.
///
public static string Colors {
get {
@@ -527,7 +527,7 @@ namespace FModel.Properties {
}
///
- /// Recherche une chaîne localisée semblable à Compression.
+ /// Looks up a localized string similar to Compression.
///
public static string Compression {
get {
@@ -536,7 +536,7 @@ namespace FModel.Properties {
}
///
- /// Recherche une ressource localisée de type System.Drawing.Bitmap.
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
///
public static System.Drawing.Bitmap content_copy {
get {
@@ -546,7 +546,7 @@ namespace FModel.Properties {
}
///
- /// Recherche une ressource localisée de type System.Drawing.Bitmap.
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
///
public static System.Drawing.Bitmap content_save {
get {
@@ -556,7 +556,7 @@ namespace FModel.Properties {
}
///
- /// Recherche une chaîne localisée semblable à Contributors.
+ /// Looks up a localized string similar to Contributors.
///
public static string ContributorsF {
get {
@@ -565,7 +565,7 @@ namespace FModel.Properties {
}
///
- /// Recherche une chaîne localisée semblable à • Waddlesworth • Maiky
+ /// Looks up a localized string similar to • Waddlesworth • Maiky
///• FunGames • Not Officer
///• PsychoPast • TSG
///• XTigerHyperX • FireMonkey.
@@ -577,7 +577,7 @@ namespace FModel.Properties {
}
///
- /// Recherche une chaîne localisée semblable à Copied!.
+ /// Looks up a localized string similar to Copied!.
///
public static string CopySuccess {
get {
@@ -586,7 +586,7 @@ namespace FModel.Properties {
}
///
- /// Recherche une chaîne localisée semblable à Could not create directory.
+ /// Looks up a localized string similar to Could not create directory.
///
public static string CouldNotCreateDirectory {
get {
@@ -595,7 +595,7 @@ namespace FModel.Properties {
}
///
- /// Recherche une chaîne localisée semblable à Error while creating {0}.
+ /// Looks up a localized string similar to Error while creating {0}.
///
public static string CreateError {
get {
@@ -604,7 +604,7 @@ namespace FModel.Properties {
}
///
- /// Recherche une chaîne localisée semblable à {0} successfully created.
+ /// Looks up a localized string similar to {0} successfully created.
///
public static string CreateSuccess {
get {
@@ -613,7 +613,7 @@ namespace FModel.Properties {
}
///
- /// Recherche une chaîne localisée semblable à Current Document.
+ /// Looks up a localized string similar to Current Document.
///
public static string CurrentDocument {
get {
@@ -622,7 +622,7 @@ namespace FModel.Properties {
}
///
- /// Recherche une chaîne localisée semblable à File not found, challenges' custom theme disabled.
+ /// Looks up a localized string similar to File not found, challenges' custom theme disabled.
///
public static string CustomBannerNotFound {
get {
@@ -631,7 +631,7 @@ namespace FModel.Properties {
}
///
- /// Recherche une chaîne localisée semblable à {0} successfully exported.
+ /// Looks up a localized string similar to {0} successfully exported.
///
public static string DataExported {
get {
@@ -640,7 +640,7 @@ namespace FModel.Properties {
}
///
- /// Recherche une chaîne localisée semblable à Data successfully saved.
+ /// Looks up a localized string similar to Data successfully saved.
///
public static string DataSaved {
get {
@@ -649,7 +649,7 @@ namespace FModel.Properties {
}
///
- /// Recherche une chaîne localisée semblable à Default.
+ /// Looks up a localized string similar to Default.
///
public static string Default {
get {
@@ -658,7 +658,7 @@ namespace FModel.Properties {
}
///
- /// Recherche une ressource localisée de type System.Drawing.Bitmap.
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
///
public static System.Drawing.Bitmap delete_forever {
get {
@@ -668,7 +668,7 @@ namespace FModel.Properties {
}
///
- /// Recherche une chaîne localisée semblable à Design.
+ /// Looks up a localized string similar to Design.
///
public static string Design {
get {
@@ -677,7 +677,7 @@ namespace FModel.Properties {
}
///
- /// Recherche une chaîne localisée semblable à Difference.
+ /// Looks up a localized string similar to Difference.
///
public static string Difference {
get {
@@ -686,7 +686,7 @@ namespace FModel.Properties {
}
///
- /// Recherche une chaîne localisée semblable à Directories.
+ /// Looks up a localized string similar to Directories.
///
public static string Directories {
get {
@@ -695,7 +695,7 @@ namespace FModel.Properties {
}
///
- /// Recherche une chaîne localisée semblable à Directory Name.
+ /// Looks up a localized string similar to Directory Name.
///
public static string DirectoryName {
get {
@@ -704,7 +704,7 @@ namespace FModel.Properties {
}
///
- /// Recherche une chaîne localisée semblable à Directory Path.
+ /// Looks up a localized string similar to Directory Path.
///
public static string DirectoryPath {
get {
@@ -713,7 +713,7 @@ namespace FModel.Properties {
}
///
- /// Recherche une chaîne localisée semblable à Disabled.
+ /// Looks up a localized string similar to Disabled.
///
public static string Disabled {
get {
@@ -722,7 +722,7 @@ namespace FModel.Properties {
}
///
- /// Recherche une ressource localisée de type System.Drawing.Bitmap.
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
///
public static System.Drawing.Bitmap discord {
get {
@@ -732,7 +732,7 @@ namespace FModel.Properties {
}
///
- /// Recherche une chaîne localisée semblable à Discord Server.
+ /// Looks up a localized string similar to Discord Server.
///
public static string DiscordServer {
get {
@@ -741,7 +741,7 @@ namespace FModel.Properties {
}
///
- /// Recherche une chaîne localisée semblable à Donate.
+ /// Looks up a localized string similar to Donate.
///
public static string Donate {
get {
@@ -750,7 +750,7 @@ namespace FModel.Properties {
}
///
- /// Recherche une chaîne localisée semblable à Donators.
+ /// Looks up a localized string similar to Donators.
///
public static string DonatorsF {
get {
@@ -759,7 +759,7 @@ namespace FModel.Properties {
}
///
- /// Recherche une chaîne localisée semblable à • Yanteh • FunGames
+ /// Looks up a localized string similar to • Yanteh • FunGames
///• HYPEX • Alexander.
///
public static string DonatorsFDetails {
@@ -769,7 +769,7 @@ namespace FModel.Properties {
}
///
- /// Recherche une chaîne localisée semblable à Error while downloading {0}.
+ /// Looks up a localized string similar to Error while downloading {0}.
///
public static string DownloadError {
get {
@@ -778,7 +778,7 @@ namespace FModel.Properties {
}
///
- /// Recherche une chaîne localisée semblable à Downloading.
+ /// Looks up a localized string similar to Downloading.
///
public static string Downloading {
get {
@@ -787,7 +787,7 @@ namespace FModel.Properties {
}
///
- /// Recherche une chaîne localisée semblable à {0} successfully downloaded.
+ /// Looks up a localized string similar to {0} successfully downloaded.
///
public static string DownloadSuccess {
get {
@@ -796,7 +796,7 @@ namespace FModel.Properties {
}
///
- /// Recherche une chaîne localisée semblable à Duration.
+ /// Looks up a localized string similar to Duration.
///
public static string Duration {
get {
@@ -805,7 +805,7 @@ namespace FModel.Properties {
}
///
- /// Recherche une chaîne localisée semblable à {0} is not working with {1}.
+ /// Looks up a localized string similar to {0} is not working with {1}.
///
public static string DynamicKeyNotWorking {
get {
@@ -814,7 +814,7 @@ namespace FModel.Properties {
}
///
- /// Recherche une chaîne localisée semblable à Dynamic Keys.
+ /// Looks up a localized string similar to Dynamic Keys.
///
public static string DynamicKeys {
get {
@@ -823,7 +823,7 @@ namespace FModel.Properties {
}
///
- /// Recherche une chaîne localisée semblable à Edit Directory.
+ /// Looks up a localized string similar to Edit Directory.
///
public static string EditDirectory {
get {
@@ -832,7 +832,7 @@ namespace FModel.Properties {
}
///
- /// Recherche une ressource localisée de type System.Drawing.Icon semblable à (Icône).
+ /// Looks up a localized resource of type System.Drawing.Icon similar to (Icon).
///
public static System.Drawing.Icon egl2 {
get {
@@ -842,7 +842,7 @@ namespace FModel.Properties {
}
///
- /// Recherche une ressource localisée de type System.Drawing.Bitmap.
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
///
public static System.Drawing.Bitmap EIconDesign_Default {
get {
@@ -852,7 +852,7 @@ namespace FModel.Properties {
}
///
- /// Recherche une ressource localisée de type System.Drawing.Bitmap.
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
///
public static System.Drawing.Bitmap EIconDesign_Flat {
get {
@@ -862,7 +862,7 @@ namespace FModel.Properties {
}
///
- /// Recherche une ressource localisée de type System.Drawing.Bitmap.
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
///
public static System.Drawing.Bitmap EIconDesign_Mini {
get {
@@ -872,7 +872,7 @@ namespace FModel.Properties {
}
///
- /// Recherche une ressource localisée de type System.Drawing.Bitmap.
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
///
public static System.Drawing.Bitmap EIconDesign_NoText {
get {
@@ -882,7 +882,7 @@ namespace FModel.Properties {
}
///
- /// Recherche une chaîne localisée semblable à Enabled.
+ /// Looks up a localized string similar to Enabled.
///
public static string Enabled {
get {
@@ -891,7 +891,16 @@ namespace FModel.Properties {
}
///
- /// Recherche une chaîne localisée semblable à Encrypted.
+ /// Looks up a localized string similar to Enable Discord RPC.
+ ///
+ public static string EnableDiscordRPC {
+ get {
+ return ResourceManager.GetString("EnableDiscordRPC", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Encrypted.
///
public static string Encrypted {
get {
@@ -900,7 +909,7 @@ namespace FModel.Properties {
}
///
- /// Recherche une chaîne localisée semblable à English.
+ /// Looks up a localized string similar to English.
///
public static string English {
get {
@@ -909,7 +918,7 @@ namespace FModel.Properties {
}
///
- /// Recherche une chaîne localisée semblable à Error.
+ /// Looks up a localized string similar to Error.
///
public static string Error {
get {
@@ -918,7 +927,7 @@ namespace FModel.Properties {
}
///
- /// Recherche une chaîne localisée semblable à Exit.
+ /// Looks up a localized string similar to Exit.
///
public static string Exit {
get {
@@ -927,7 +936,7 @@ namespace FModel.Properties {
}
///
- /// Recherche une chaîne localisée semblable à Export.
+ /// Looks up a localized string similar to Export.
///
public static string Export {
get {
@@ -936,7 +945,7 @@ namespace FModel.Properties {
}
///
- /// Recherche une chaîne localisée semblable à Extract.
+ /// Looks up a localized string similar to Extract.
///
public static string Extract {
get {
@@ -945,7 +954,7 @@ namespace FModel.Properties {
}
///
- /// Recherche une chaîne localisée semblable à Extract Directory.
+ /// Looks up a localized string similar to Extract Directory.
///
public static string ExtractDirectory {
get {
@@ -954,7 +963,7 @@ namespace FModel.Properties {
}
///
- /// Recherche une chaîne localisée semblable à Extraction.
+ /// Looks up a localized string similar to Extraction.
///
public static string Extraction {
get {
@@ -963,7 +972,7 @@ namespace FModel.Properties {
}
///
- /// Recherche une chaîne localisée semblable à FBKP Files (*.fbkp)|*.fbkp|All Files (*.*)|*.*.
+ /// Looks up a localized string similar to FBKP Files (*.fbkp)|*.fbkp|All Files (*.*)|*.*.
///
public static string FbkpFilter {
get {
@@ -972,7 +981,7 @@ namespace FModel.Properties {
}
///
- /// Recherche une chaîne localisée semblable à Copy.
+ /// Looks up a localized string similar to Copy.
///
public static string FCopy {
get {
@@ -981,7 +990,7 @@ namespace FModel.Properties {
}
///
- /// Recherche une chaîne localisée semblable à File.
+ /// Looks up a localized string similar to File.
///
public static string FFile {
get {
@@ -990,7 +999,7 @@ namespace FModel.Properties {
}
///
- /// Recherche une ressource localisée de type System.Drawing.Bitmap.
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
///
public static System.Drawing.Bitmap file {
get {
@@ -1000,7 +1009,7 @@ namespace FModel.Properties {
}
///
- /// Recherche une ressource localisée de type System.Drawing.Bitmap.
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
///
public static System.Drawing.Bitmap file_export {
get {
@@ -1010,7 +1019,7 @@ namespace FModel.Properties {
}
///
- /// Recherche une ressource localisée de type System.Drawing.Icon semblable à (Icône).
+ /// Looks up a localized resource of type System.Drawing.Icon similar to (Icon).
///
public static System.Drawing.Icon file_image {
get {
@@ -1020,7 +1029,7 @@ namespace FModel.Properties {
}
///
- /// Recherche une ressource localisée de type System.Drawing.Bitmap.
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
///
public static System.Drawing.Bitmap file_multiple {
get {
@@ -1030,7 +1039,7 @@ namespace FModel.Properties {
}
///
- /// Recherche une ressource localisée de type System.Drawing.Bitmap.
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
///
public static System.Drawing.Bitmap file_restore {
get {
@@ -1040,7 +1049,7 @@ namespace FModel.Properties {
}
///
- /// Recherche une chaîne localisée semblable à File Count.
+ /// Looks up a localized string similar to File Count.
///
public static string FileCount {
get {
@@ -1049,7 +1058,7 @@ namespace FModel.Properties {
}
///
- /// Recherche une chaîne localisée semblable à File Name.
+ /// Looks up a localized string similar to File Name.
///
public static string FileName {
get {
@@ -1058,7 +1067,7 @@ namespace FModel.Properties {
}
///
- /// Recherche une chaîne localisée semblable à File Name w/o Extension.
+ /// Looks up a localized string similar to File Name w/o Extension.
///
public static string FileNameNoExt {
get {
@@ -1067,7 +1076,7 @@ namespace FModel.Properties {
}
///
- /// Recherche une chaîne localisée semblable à File Path.
+ /// Looks up a localized string similar to File Path.
///
public static string FilePath {
get {
@@ -1076,7 +1085,7 @@ namespace FModel.Properties {
}
///
- /// Recherche une chaîne localisée semblable à File Path w/o Extension.
+ /// Looks up a localized string similar to File Path w/o Extension.
///
public static string FilePathNoExt {
get {
@@ -1085,7 +1094,7 @@ namespace FModel.Properties {
}
///
- /// Recherche une chaîne localisée semblable à Files.
+ /// Looks up a localized string similar to Files.
///
public static string Files {
get {
@@ -1094,7 +1103,7 @@ namespace FModel.Properties {
}
///
- /// Recherche une chaîne localisée semblable à Filter.
+ /// Looks up a localized string similar to Filter.
///
public static string Filter {
get {
@@ -1103,7 +1112,7 @@ namespace FModel.Properties {
}
///
- /// Recherche une chaîne localisée semblable à Find.
+ /// Looks up a localized string similar to Find.
///
public static string Find {
get {
@@ -1112,7 +1121,7 @@ namespace FModel.Properties {
}
///
- /// Recherche une chaîne localisée semblable à Find And Replace.
+ /// Looks up a localized string similar to Find And Replace.
///
public static string FindAndReplace {
get {
@@ -1121,7 +1130,7 @@ namespace FModel.Properties {
}
///
- /// Recherche une chaîne localisée semblable à Find Next.
+ /// Looks up a localized string similar to Find Next.
///
public static string FindNext {
get {
@@ -1130,7 +1139,7 @@ namespace FModel.Properties {
}
///
- /// Recherche une chaîne localisée semblable à Flat.
+ /// Looks up a localized string similar to Flat.
///
public static string Flat {
get {
@@ -1139,7 +1148,7 @@ namespace FModel.Properties {
}
///
- /// Recherche une chaîne localisée semblable à FModel Launcher.
+ /// Looks up a localized string similar to FModel Launcher.
///
public static string FLauncher {
get {
@@ -1148,7 +1157,7 @@ namespace FModel.Properties {
}
///
- /// Recherche une ressource localisée de type System.Drawing.Bitmap.
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
///
public static System.Drawing.Bitmap fmodel {
get {
@@ -1158,7 +1167,7 @@ namespace FModel.Properties {
}
///
- /// Recherche une ressource localisée de type System.Drawing.Bitmap.
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
///
public static System.Drawing.Bitmap folder_download {
get {
@@ -1168,7 +1177,7 @@ namespace FModel.Properties {
}
///
- /// Recherche une ressource localisée de type System.Drawing.Bitmap.
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
///
public static System.Drawing.Bitmap folder_open {
get {
@@ -1178,7 +1187,7 @@ namespace FModel.Properties {
}
///
- /// Recherche une ressource localisée de type System.Drawing.Icon semblable à (Icône).
+ /// Looks up a localized resource of type System.Drawing.Icon similar to (Icon).
///
public static System.Drawing.Icon fortnite {
get {
@@ -1188,7 +1197,7 @@ namespace FModel.Properties {
}
///
- /// Recherche une chaîne localisée semblable à French.
+ /// Looks up a localized string similar to French.
///
public static string French {
get {
@@ -1197,7 +1206,7 @@ namespace FModel.Properties {
}
///
- /// Recherche une chaîne localisée semblable à The selected language will be the one used for icons creation.
+ /// Looks up a localized string similar to The selected language will be the one used for icons creation.
///
public static string FyiDetails {
get {
@@ -1206,7 +1215,7 @@ namespace FModel.Properties {
}
///
- /// Recherche une chaîne localisée semblable à FYI:.
+ /// Looks up a localized string similar to FYI:.
///
public static string FyiTitle {
get {
@@ -1215,7 +1224,7 @@ namespace FModel.Properties {
}
///
- /// Recherche une ressource localisée de type System.Drawing.Bitmap.
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
///
public static System.Drawing.Bitmap gamepad_variant {
get {
@@ -1225,7 +1234,7 @@ namespace FModel.Properties {
}
///
- /// Recherche une chaîne localisée semblable à Games.
+ /// Looks up a localized string similar to Games.
///
public static string Games {
get {
@@ -1234,7 +1243,7 @@ namespace FModel.Properties {
}
///
- /// Recherche une chaîne localisée semblable à GB.
+ /// Looks up a localized string similar to GB.
///
public static string GB {
get {
@@ -1243,7 +1252,7 @@ namespace FModel.Properties {
}
///
- /// Recherche une chaîne localisée semblable à General.
+ /// Looks up a localized string similar to General.
///
public static string General {
get {
@@ -1252,7 +1261,7 @@ namespace FModel.Properties {
}
///
- /// Recherche une chaîne localisée semblable à General Settings.
+ /// Looks up a localized string similar to General Settings.
///
public static string GeneralSettings {
get {
@@ -1261,7 +1270,7 @@ namespace FModel.Properties {
}
///
- /// Recherche une chaîne localisée semblable à German.
+ /// Looks up a localized string similar to German.
///
public static string German {
get {
@@ -1270,7 +1279,7 @@ namespace FModel.Properties {
}
///
- /// Recherche une ressource localisée de type System.Drawing.Bitmap.
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
///
public static System.Drawing.Bitmap github_circle {
get {
@@ -1280,7 +1289,7 @@ namespace FModel.Properties {
}
///
- /// Recherche une chaîne localisée semblable à Go To.
+ /// Looks up a localized string similar to Go To.
///
public static string GoTo {
get {
@@ -1289,7 +1298,7 @@ namespace FModel.Properties {
}
///
- /// Recherche une chaîne localisée semblable à Guid.
+ /// Looks up a localized string similar to Guid.
///
public static string Guid {
get {
@@ -1298,7 +1307,7 @@ namespace FModel.Properties {
}
///
- /// Recherche une chaîne localisée semblable à Hello.
+ /// Looks up a localized string similar to Hello.
///
public static string Hello {
get {
@@ -1307,7 +1316,7 @@ namespace FModel.Properties {
}
///
- /// Recherche une chaîne localisée semblable à Help.
+ /// Looks up a localized string similar to Help.
///
public static string Help {
get {
@@ -1316,7 +1325,7 @@ namespace FModel.Properties {
}
///
- /// Recherche une chaîne localisée semblable à Hue, Saturation, Value.
+ /// Looks up a localized string similar to Hue, Saturation, Value.
///
public static string Hsv {
get {
@@ -1325,7 +1334,7 @@ namespace FModel.Properties {
}
///
- /// Recherche une chaîne localisée semblable à Hue.
+ /// Looks up a localized string similar to Hue.
///
public static string Hue {
get {
@@ -1334,7 +1343,7 @@ namespace FModel.Properties {
}
///
- /// Recherche une chaîne localisée semblable à Icon.
+ /// Looks up a localized string similar to Icon.
///
public static string Icon {
get {
@@ -1343,7 +1352,7 @@ namespace FModel.Properties {
}
///
- /// Recherche une ressource localisée de type System.Drawing.Bitmap.
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
///
public static System.Drawing.Bitmap icon_creator {
get {
@@ -1353,7 +1362,7 @@ namespace FModel.Properties {
}
///
- /// Recherche une chaîne localisée semblable à Icon Creator.
+ /// Looks up a localized string similar to Icon Creator.
///
public static string IconCreator {
get {
@@ -1362,7 +1371,7 @@ namespace FModel.Properties {
}
///
- /// Recherche une chaîne localisée semblable à Icon Watermark.
+ /// Looks up a localized string similar to Icon Watermark.
///
public static string IconWatermark {
get {
@@ -1371,7 +1380,7 @@ namespace FModel.Properties {
}
///
- /// Recherche une chaîne localisée semblable à File not found, watermarking disabled.
+ /// Looks up a localized string similar to File not found, watermarking disabled.
///
public static string IconWatermarkNotFound {
get {
@@ -1380,7 +1389,7 @@ namespace FModel.Properties {
}
///
- /// Recherche une chaîne localisée semblable à Idling.
+ /// Looks up a localized string similar to Idling.
///
public static string Idling {
get {
@@ -1389,7 +1398,7 @@ namespace FModel.Properties {
}
///
- /// Recherche une ressource localisée de type System.Drawing.Bitmap.
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
///
public static System.Drawing.Bitmap image_filter_black_white {
get {
@@ -1399,7 +1408,7 @@ namespace FModel.Properties {
}
///
- /// Recherche une ressource localisée de type System.Drawing.Bitmap.
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
///
public static System.Drawing.Bitmap image_move {
get {
@@ -1409,7 +1418,7 @@ namespace FModel.Properties {
}
///
- /// Recherche une chaîne localisée semblable à Images.
+ /// Looks up a localized string similar to Images.
///
public static string Images {
get {
@@ -1418,7 +1427,7 @@ namespace FModel.Properties {
}
///
- /// Recherche une chaîne localisée semblable à Image successfully saved.
+ /// Looks up a localized string similar to Image successfully saved.
///
public static string ImageSaved {
get {
@@ -1427,7 +1436,7 @@ namespace FModel.Properties {
}
///
- /// Recherche une chaîne localisée semblable à Images Merger.
+ /// Looks up a localized string similar to Images Merger.
///
public static string ImagesMerger {
get {
@@ -1436,7 +1445,7 @@ namespace FModel.Properties {
}
///
- /// Recherche une chaîne localisée semblable à Include.
+ /// Looks up a localized string similar to Include.
///
public static string Include {
get {
@@ -1445,7 +1454,7 @@ namespace FModel.Properties {
}
///
- /// Recherche une ressource localisée de type System.Drawing.Bitmap.
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
///
public static System.Drawing.Bitmap information {
get {
@@ -1455,7 +1464,7 @@ namespace FModel.Properties {
}
///
- /// Recherche une ressource localisée de type System.Byte[].
+ /// Looks up a localized resource of type System.Byte[].
///
public static byte[] Ini {
get {
@@ -1465,7 +1474,7 @@ namespace FModel.Properties {
}
///
- /// Recherche une chaîne localisée semblable à Initializing.
+ /// Looks up a localized string similar to Initializing.
///
public static string Initializing {
get {
@@ -1474,7 +1483,7 @@ namespace FModel.Properties {
}
///
- /// Recherche une chaîne localisée semblable à Language set to {0}.
+ /// Looks up a localized string similar to Language set to {0}.
///
public static string InternationalizationStatus {
get {
@@ -1483,7 +1492,7 @@ namespace FModel.Properties {
}
///
- /// Recherche une chaîne localisée semblable à Is Part Of.
+ /// Looks up a localized string similar to Is Part Of.
///
public static string IsPartOf {
get {
@@ -1492,7 +1501,7 @@ namespace FModel.Properties {
}
///
- /// Recherche une chaîne localisée semblable à Italian.
+ /// Looks up a localized string similar to Italian.
///
public static string Italian {
get {
@@ -1501,7 +1510,7 @@ namespace FModel.Properties {
}
///
- /// Recherche une chaîne localisée semblable à Japanese.
+ /// Looks up a localized string similar to Japanese.
///
public static string Japanese {
get {
@@ -1510,7 +1519,7 @@ namespace FModel.Properties {
}
///
- /// Recherche une ressource localisée de type System.Byte[].
+ /// Looks up a localized resource of type System.Byte[].
///
public static byte[] Json {
get {
@@ -1520,7 +1529,7 @@ namespace FModel.Properties {
}
///
- /// Recherche une chaîne localisée semblable à JSON Files (*.json)|*.json.
+ /// Looks up a localized string similar to JSON Files (*.json)|*.json.
///
public static string JsonFilter {
get {
@@ -1529,7 +1538,7 @@ namespace FModel.Properties {
}
///
- /// Recherche une chaîne localisée semblable à KB.
+ /// Looks up a localized string similar to KB.
///
public static string KB {
get {
@@ -1538,7 +1547,7 @@ namespace FModel.Properties {
}
///
- /// Recherche une ressource localisée de type System.Drawing.Bitmap.
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
///
public static System.Drawing.Bitmap key {
get {
@@ -1548,7 +1557,7 @@ namespace FModel.Properties {
}
///
- /// Recherche une chaîne localisée semblable à Korean.
+ /// Looks up a localized string similar to Korean.
///
public static string Korean {
get {
@@ -1557,7 +1566,7 @@ namespace FModel.Properties {
}
///
- /// Recherche une chaîne localisée semblable à Language.
+ /// Looks up a localized string similar to Language.
///
public static string Language {
get {
@@ -1566,7 +1575,7 @@ namespace FModel.Properties {
}
///
- /// Recherche une chaîne localisée semblable à Listening - {0}.
+ /// Looks up a localized string similar to Listening - {0}.
///
public static string Listening {
get {
@@ -1575,7 +1584,7 @@ namespace FModel.Properties {
}
///
- /// Recherche une chaîne localisée semblable à Load All.
+ /// Looks up a localized string similar to Load All.
///
public static string LoadAll {
get {
@@ -1584,7 +1593,7 @@ namespace FModel.Properties {
}
///
- /// Recherche une chaîne localisée semblable à Loading.
+ /// Looks up a localized string similar to Loading.
///
public static string Loading {
get {
@@ -1593,7 +1602,7 @@ namespace FModel.Properties {
}
///
- /// Recherche une chaîne localisée semblable à Loading Mode.
+ /// Looks up a localized string similar to Loading Mode.
///
public static string LoadingMode {
get {
@@ -1602,7 +1611,7 @@ namespace FModel.Properties {
}
///
- /// Recherche une chaîne localisée semblable à Load Modified Files.
+ /// Looks up a localized string similar to Load Modified Files.
///
public static string LoadModifiedFiles {
get {
@@ -1611,7 +1620,7 @@ namespace FModel.Properties {
}
///
- /// Recherche une chaîne localisée semblable à Load New Files.
+ /// Looks up a localized string similar to Load New Files.
///
public static string LoadNewFiles {
get {
@@ -1620,7 +1629,7 @@ namespace FModel.Properties {
}
///
- /// Recherche une chaîne localisée semblable à Load New and Modified Files.
+ /// Looks up a localized string similar to Load New and Modified Files.
///
public static string LoadNewModifiedFiles {
get {
@@ -1629,7 +1638,7 @@ namespace FModel.Properties {
}
///
- /// Recherche une ressource localisée de type System.Drawing.Icon semblable à (Icône).
+ /// Looks up a localized resource of type System.Drawing.Icon similar to (Icon).
///
public static System.Drawing.Icon lock_open_variant {
get {
@@ -1639,7 +1648,7 @@ namespace FModel.Properties {
}
///
- /// Recherche une ressource localisée de type System.Drawing.Bitmap.
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
///
public static System.Drawing.Bitmap magnify {
get {
@@ -1649,7 +1658,7 @@ namespace FModel.Properties {
}
///
- /// Recherche une chaîne localisée semblable à Main PAKs:.
+ /// Looks up a localized string similar to Main PAKs:.
///
public static string MainPaks {
get {
@@ -1658,7 +1667,7 @@ namespace FModel.Properties {
}
///
- /// Recherche une chaîne localisée semblable à Match Whole Word.
+ /// Looks up a localized string similar to Match Whole Word.
///
public static string MatchWholeWord {
get {
@@ -1667,7 +1676,7 @@ namespace FModel.Properties {
}
///
- /// Recherche une chaîne localisée semblable à MB.
+ /// Looks up a localized string similar to MB.
///
public static string MB {
get {
@@ -1676,7 +1685,7 @@ namespace FModel.Properties {
}
///
- /// Recherche une chaîne localisée semblable à Media.
+ /// Looks up a localized string similar to Media.
///
public static string Media {
get {
@@ -1685,7 +1694,7 @@ namespace FModel.Properties {
}
///
- /// Recherche une chaîne localisée semblable à Minimalist.
+ /// Looks up a localized string similar to Minimalist.
///
public static string Minimalist {
get {
@@ -1694,7 +1703,7 @@ namespace FModel.Properties {
}
///
- /// Recherche une chaîne localisée semblable à Modified Files.
+ /// Looks up a localized string similar to Modified Files.
///
public static string ModifiedFiles {
get {
@@ -1703,7 +1712,7 @@ namespace FModel.Properties {
}
///
- /// Recherche une chaîne localisée semblable à {0} mounted to {1}.
+ /// Looks up a localized string similar to {0} mounted to {1}.
///
public static string MountedPakTo {
get {
@@ -1712,7 +1721,7 @@ namespace FModel.Properties {
}
///
- /// Recherche une chaîne localisée semblable à Mount Point.
+ /// Looks up a localized string similar to Mount Point.
///
public static string MountPoint {
get {
@@ -1721,7 +1730,7 @@ namespace FModel.Properties {
}
///
- /// Recherche une chaîne localisée semblable à Name.
+ /// Looks up a localized string similar to Name.
///
public static string Name {
get {
@@ -1730,7 +1739,7 @@ namespace FModel.Properties {
}
///
- /// Recherche une chaîne localisée semblable à New Files.
+ /// Looks up a localized string similar to New Files.
///
public static string NewFiles {
get {
@@ -1739,7 +1748,7 @@ namespace FModel.Properties {
}
///
- /// Recherche une chaîne localisée semblable à New and Modified Files.
+ /// Looks up a localized string similar to New and Modified Files.
///
public static string NewModifiedFiles {
get {
@@ -1748,7 +1757,7 @@ namespace FModel.Properties {
}
///
- /// Recherche une chaîne localisée semblable à No.
+ /// Looks up a localized string similar to No.
///
public static string No {
get {
@@ -1757,7 +1766,7 @@ namespace FModel.Properties {
}
///
- /// Recherche une chaîne localisée semblable à There are currently no data to export.
+ /// Looks up a localized string similar to There are currently no data to export.
///
public static string NoDataToExport {
get {
@@ -1766,7 +1775,7 @@ namespace FModel.Properties {
}
///
- /// Recherche une chaîne localisée semblable à There are currently no data to save.
+ /// Looks up a localized string similar to There are currently no data to save.
///
public static string NoDataToSave {
get {
@@ -1775,7 +1784,7 @@ namespace FModel.Properties {
}
///
- /// Recherche une chaîne localisée semblable à There is currently no image to save.
+ /// Looks up a localized string similar to There is currently no image to save.
///
public static string NoImageToSave {
get {
@@ -1784,7 +1793,7 @@ namespace FModel.Properties {
}
///
- /// Recherche une chaîne localisée semblable à Your internet connection is currently not working.
+ /// Looks up a localized string similar to Your internet connection is currently not working.
///
public static string NoInternet {
get {
@@ -1793,7 +1802,7 @@ namespace FModel.Properties {
}
///
- /// Recherche une chaîne localisée semblable à No Text.
+ /// Looks up a localized string similar to No Text.
///
public static string NoText {
get {
@@ -1802,7 +1811,7 @@ namespace FModel.Properties {
}
///
- /// Recherche une chaîne localisée semblable à Offsets.
+ /// Looks up a localized string similar to Offsets.
///
public static string Offsets {
get {
@@ -1811,7 +1820,7 @@ namespace FModel.Properties {
}
///
- /// Recherche une chaîne localisée semblable à OGG Files (*.ogg)|*.ogg|WAV Files (*.wav)|*.wav|All Files (*.*)|*.*.
+ /// Looks up a localized string similar to OGG Files (*.ogg)|*.ogg|WAV Files (*.wav)|*.wav|All Files (*.*)|*.*.
///
public static string OggFilter {
get {
@@ -1820,7 +1829,7 @@ namespace FModel.Properties {
}
///
- /// Recherche une chaîne localisée semblable à OK.
+ /// Looks up a localized string similar to OK.
///
public static string OK {
get {
@@ -1829,7 +1838,7 @@ namespace FModel.Properties {
}
///
- /// Recherche une chaîne localisée semblable à Opacity.
+ /// Looks up a localized string similar to Opacity.
///
public static string Opacity {
get {
@@ -1838,7 +1847,7 @@ namespace FModel.Properties {
}
///
- /// Recherche une chaîne localisée semblable à Open.
+ /// Looks up a localized string similar to Open.
///
public static string Open {
get {
@@ -1847,7 +1856,7 @@ namespace FModel.Properties {
}
///
- /// Recherche une chaîne localisée semblable à Open Image.
+ /// Looks up a localized string similar to Open Image.
///
public static string OpenImage {
get {
@@ -1856,7 +1865,7 @@ namespace FModel.Properties {
}
///
- /// Recherche une chaîne localisée semblable à Open Output Folder.
+ /// Looks up a localized string similar to Open Output Folder.
///
public static string OpenOutputFolder {
get {
@@ -1865,7 +1874,7 @@ namespace FModel.Properties {
}
///
- /// Recherche une chaîne localisée semblable à Options.
+ /// Looks up a localized string similar to Options.
///
public static string Options {
get {
@@ -1874,7 +1883,7 @@ namespace FModel.Properties {
}
///
- /// Recherche une chaîne localisée semblable à PAK.
+ /// Looks up a localized string similar to PAK.
///
public static string PAK {
get {
@@ -1883,7 +1892,7 @@ namespace FModel.Properties {
}
///
- /// Recherche une chaîne localisée semblable à {0} can now be opened.
+ /// Looks up a localized string similar to {0} can now be opened.
///
public static string PakCanBeOpened {
get {
@@ -1892,7 +1901,7 @@ namespace FModel.Properties {
}
///
- /// Recherche une chaîne localisée semblable à {0} is locked by another process.
+ /// Looks up a localized string similar to {0} is locked by another process.
///
public static string PakFileLocked {
get {
@@ -1901,7 +1910,7 @@ namespace FModel.Properties {
}
///
- /// Recherche une chaîne localisée semblable à PAK Files.
+ /// Looks up a localized string similar to PAK Files.
///
public static string PakFiles {
get {
@@ -1910,7 +1919,7 @@ namespace FModel.Properties {
}
///
- /// Recherche une chaîne localisée semblable à Fortnite PAK files auto-detected.
+ /// Looks up a localized string similar to Fortnite PAK files auto-detected.
///
public static string PakFilesAutoDetected {
get {
@@ -1919,7 +1928,7 @@ namespace FModel.Properties {
}
///
- /// Recherche une chaîne localisée semblable à Parsing of {0} types isn't supported yet..
+ /// Looks up a localized string similar to Parsing of {0} types isn't supported yet..
///
public static string ParsingNotSupported {
get {
@@ -1928,7 +1937,7 @@ namespace FModel.Properties {
}
///
- /// Recherche une chaîne localisée semblable à Path.
+ /// Looks up a localized string similar to Path.
///
public static string Path {
get {
@@ -1937,7 +1946,7 @@ namespace FModel.Properties {
}
///
- /// Recherche une chaîne localisée semblable à .PAK Files Auto Detected.
+ /// Looks up a localized string similar to .PAK Files Auto Detected.
///
public static string PathAutoDetected {
get {
@@ -1946,7 +1955,7 @@ namespace FModel.Properties {
}
///
- /// Recherche une chaîne localisée semblable à FModel Path(s) Changed.
+ /// Looks up a localized string similar to FModel Path(s) Changed.
///
public static string PathChanged {
get {
@@ -1955,7 +1964,7 @@ namespace FModel.Properties {
}
///
- /// Recherche une chaîne localisée semblable à FModel is about to restart because you applied your new path(s).
+ /// Looks up a localized string similar to FModel is about to restart because you applied your new path(s).
///
public static string PathChangedRestart {
get {
@@ -1964,7 +1973,7 @@ namespace FModel.Properties {
}
///
- /// Recherche une ressource localisée de type System.Drawing.Bitmap.
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
///
public static System.Drawing.Bitmap pause {
get {
@@ -1974,7 +1983,7 @@ namespace FModel.Properties {
}
///
- /// Recherche une ressource localisée de type System.Drawing.Bitmap.
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
///
public static System.Drawing.Bitmap paypal {
get {
@@ -1984,7 +1993,7 @@ namespace FModel.Properties {
}
///
- /// Recherche une ressource localisée de type System.Drawing.Bitmap.
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
///
public static System.Drawing.Bitmap pencil {
get {
@@ -1994,7 +2003,7 @@ namespace FModel.Properties {
}
///
- /// Recherche une ressource localisée de type System.Drawing.Bitmap.
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
///
public static System.Drawing.Bitmap play {
get {
@@ -2004,7 +2013,7 @@ namespace FModel.Properties {
}
///
- /// Recherche une ressource localisée de type System.Drawing.Bitmap.
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
///
public static System.Drawing.Bitmap playlist_plus {
get {
@@ -2014,7 +2023,7 @@ namespace FModel.Properties {
}
///
- /// Recherche une chaîne localisée semblable à PNG Files (*.png)|*.png|All Files (*.*)|*.*.
+ /// Looks up a localized string similar to PNG Files (*.png)|*.png|All Files (*.*)|*.*.
///
public static string PngFilter {
get {
@@ -2023,7 +2032,7 @@ namespace FModel.Properties {
}
///
- /// Recherche une chaîne localisée semblable à Polish.
+ /// Looks up a localized string similar to Polish.
///
public static string Polish {
get {
@@ -2032,7 +2041,7 @@ namespace FModel.Properties {
}
///
- /// Recherche une chaîne localisée semblable à Popup.
+ /// Looks up a localized string similar to Popup.
///
public static string Popup {
get {
@@ -2041,7 +2050,7 @@ namespace FModel.Properties {
}
///
- /// Recherche une chaîne localisée semblable à Portuguese (Brazil).
+ /// Looks up a localized string similar to Portuguese (Brazil).
///
public static string PortugueseBrazil {
get {
@@ -2050,7 +2059,7 @@ namespace FModel.Properties {
}
///
- /// Recherche une ressource localisée de type System.Drawing.Bitmap.
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
///
public static System.Drawing.Bitmap power {
get {
@@ -2060,7 +2069,7 @@ namespace FModel.Properties {
}
///
- /// Recherche une chaîne localisée semblable à Preview.
+ /// Looks up a localized string similar to Preview.
///
public static string Preview {
get {
@@ -2069,7 +2078,7 @@ namespace FModel.Properties {
}
///
- /// Recherche une chaîne localisée semblable à Primary.
+ /// Looks up a localized string similar to Primary.
///
public static string Primary {
get {
@@ -2078,7 +2087,7 @@ namespace FModel.Properties {
}
///
- /// Recherche une chaîne localisée semblable à Processing.
+ /// Looks up a localized string similar to Processing.
///
public static string Processing {
get {
@@ -2087,7 +2096,7 @@ namespace FModel.Properties {
}
///
- /// Recherche une ressource localisée de type System.Drawing.Bitmap.
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
///
public static System.Drawing.Bitmap progress_download {
get {
@@ -2097,7 +2106,7 @@ namespace FModel.Properties {
}
///
- /// Recherche une chaîne localisée semblable à Rarity.
+ /// Looks up a localized string similar to Rarity.
///
public static string Rarity {
get {
@@ -2106,7 +2115,7 @@ namespace FModel.Properties {
}
///
- /// Recherche une chaîne localisée semblable à Rate Limit Exceeded.
+ /// Looks up a localized string similar to Rate Limit Exceeded.
///
public static string RateLimited {
get {
@@ -2115,7 +2124,7 @@ namespace FModel.Properties {
}
///
- /// Recherche une ressource localisée de type System.Drawing.Bitmap.
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
///
public static System.Drawing.Bitmap refresh {
get {
@@ -2125,7 +2134,7 @@ namespace FModel.Properties {
}
///
- /// Recherche une chaîne localisée semblable à Regular Expression.
+ /// Looks up a localized string similar to Regular Expression.
///
public static string RegularExpression {
get {
@@ -2134,7 +2143,7 @@ namespace FModel.Properties {
}
///
- /// Recherche une chaîne localisée semblable à Reload AES keys at launch.
+ /// Looks up a localized string similar to Reload AES keys at launch.
///
public static string ReloadAesKeysAtLaunch {
get {
@@ -2143,7 +2152,7 @@ namespace FModel.Properties {
}
///
- /// Recherche une chaîne localisée semblable à Remember game.
+ /// Looks up a localized string similar to Remember game.
///
public static string RememberGame {
get {
@@ -2152,7 +2161,7 @@ namespace FModel.Properties {
}
///
- /// Recherche une chaîne localisée semblable à Remove.
+ /// Looks up a localized string similar to Remove.
///
public static string Remove {
get {
@@ -2161,7 +2170,7 @@ namespace FModel.Properties {
}
///
- /// Recherche une chaîne localisée semblable à Remove Directory.
+ /// Looks up a localized string similar to Remove Directory.
///
public static string RemoveDirectory {
get {
@@ -2170,7 +2179,7 @@ namespace FModel.Properties {
}
///
- /// Recherche une chaîne localisée semblable à Removed or renamed cosmetics:.
+ /// Looks up a localized string similar to Removed or renamed cosmetics:.
///
public static string RemovedRenamedCosmetics {
get {
@@ -2179,7 +2188,7 @@ namespace FModel.Properties {
}
///
- /// Recherche une chaîne localisée semblable à Replace.
+ /// Looks up a localized string similar to Replace.
///
public static string Replace {
get {
@@ -2188,7 +2197,7 @@ namespace FModel.Properties {
}
///
- /// Recherche une chaîne localisée semblable à Replace All.
+ /// Looks up a localized string similar to Replace All.
///
public static string ReplaceAll {
get {
@@ -2197,7 +2206,7 @@ namespace FModel.Properties {
}
///
- /// Recherche une chaîne localisée semblable à Replace With:.
+ /// Looks up a localized string similar to Replace With:.
///
public static string ReplaceWith {
get {
@@ -2206,7 +2215,7 @@ namespace FModel.Properties {
}
///
- /// Recherche une chaîne localisée semblable à Restore Layout.
+ /// Looks up a localized string similar to Restore Layout.
///
public static string RestoreLayout {
get {
@@ -2215,7 +2224,7 @@ namespace FModel.Properties {
}
///
- /// Recherche une chaîne localisée semblable à Red, Green, Blue, Alpha.
+ /// Looks up a localized string similar to Red, Green, Blue, Alpha.
///
public static string Rgba {
get {
@@ -2224,7 +2233,7 @@ namespace FModel.Properties {
}
///
- /// Recherche une chaîne localisée semblable à Russian.
+ /// Looks up a localized string similar to Russian.
///
public static string Russian {
get {
@@ -2233,7 +2242,7 @@ namespace FModel.Properties {
}
///
- /// Recherche une chaîne localisée semblable à Save.
+ /// Looks up a localized string similar to Save.
///
public static string Save {
get {
@@ -2242,7 +2251,7 @@ namespace FModel.Properties {
}
///
- /// Recherche une chaîne localisée semblable à Save Image.
+ /// Looks up a localized string similar to Save Image.
///
public static string SaveImage {
get {
@@ -2251,7 +2260,7 @@ namespace FModel.Properties {
}
///
- /// Recherche une chaîne localisée semblable à {0} successfully saved.
+ /// Looks up a localized string similar to {0} successfully saved.
///
public static string SaveSuccess {
get {
@@ -2260,7 +2269,7 @@ namespace FModel.Properties {
}
///
- /// Recherche une chaîne localisée semblable à Scale.
+ /// Looks up a localized string similar to Scale.
///
public static string Scale {
get {
@@ -2269,7 +2278,7 @@ namespace FModel.Properties {
}
///
- /// Recherche une chaîne localisée semblable à Search.
+ /// Looks up a localized string similar to Search.
///
public static string Search {
get {
@@ -2278,7 +2287,7 @@ namespace FModel.Properties {
}
///
- /// Recherche une chaîne localisée semblable à Search In:.
+ /// Looks up a localized string similar to Search In:.
///
public static string SearchIn {
get {
@@ -2287,7 +2296,7 @@ namespace FModel.Properties {
}
///
- /// Recherche une chaîne localisée semblable à Search Up.
+ /// Looks up a localized string similar to Search Up.
///
public static string SearchUp {
get {
@@ -2296,7 +2305,7 @@ namespace FModel.Properties {
}
///
- /// Recherche une chaîne localisée semblable à Secondary.
+ /// Looks up a localized string similar to Secondary.
///
public static string Secondary {
get {
@@ -2305,7 +2314,7 @@ namespace FModel.Properties {
}
///
- /// Recherche une chaîne localisée semblable à Select a file.
+ /// Looks up a localized string similar to Select a file.
///
public static string SelectFile {
get {
@@ -2314,7 +2323,7 @@ namespace FModel.Properties {
}
///
- /// Recherche une chaîne localisée semblable à Select a folder.
+ /// Looks up a localized string similar to Select a folder.
///
public static string SelectFolder {
get {
@@ -2323,7 +2332,7 @@ namespace FModel.Properties {
}
///
- /// Recherche une chaîne localisée semblable à Settings.
+ /// Looks up a localized string similar to Settings.
///
public static string Settings {
get {
@@ -2332,7 +2341,7 @@ namespace FModel.Properties {
}
///
- /// Recherche une ressource localisée de type System.Drawing.Bitmap.
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
///
public static System.Drawing.Bitmap settings1 {
get {
@@ -2342,7 +2351,7 @@ namespace FModel.Properties {
}
///
- /// Recherche une ressource localisée de type System.Drawing.Bitmap.
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
///
public static System.Drawing.Bitmap share {
get {
@@ -2352,7 +2361,7 @@ namespace FModel.Properties {
}
///
- /// Recherche une ressource localisée de type System.Drawing.Bitmap.
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
///
public static System.Drawing.Bitmap share_all {
get {
@@ -2362,7 +2371,7 @@ namespace FModel.Properties {
}
///
- /// Recherche une ressource localisée de type System.Drawing.Bitmap.
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
///
public static System.Drawing.Bitmap sign_direction {
get {
@@ -2372,7 +2381,7 @@ namespace FModel.Properties {
}
///
- /// Recherche une ressource localisée de type System.Drawing.Bitmap.
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
///
public static System.Drawing.Bitmap sign_direction_plus {
get {
@@ -2382,7 +2391,7 @@ namespace FModel.Properties {
}
///
- /// Recherche une ressource localisée de type System.Drawing.Bitmap.
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
///
public static System.Drawing.Bitmap sign_direction_remove {
get {
@@ -2392,7 +2401,7 @@ namespace FModel.Properties {
}
///
- /// Recherche une chaîne localisée semblable à Spanish.
+ /// Looks up a localized string similar to Spanish.
///
public static string Spanish {
get {
@@ -2401,7 +2410,7 @@ namespace FModel.Properties {
}
///
- /// Recherche une chaîne localisée semblable à Spanish (Latin America).
+ /// Looks up a localized string similar to Spanish (Latin America).
///
public static string SpanishLatin {
get {
@@ -2410,7 +2419,7 @@ namespace FModel.Properties {
}
///
- /// Recherche une chaîne localisée semblable à Refresh.
+ /// Looks up a localized string similar to Refresh.
///
public static string SRefresh {
get {
@@ -2419,7 +2428,7 @@ namespace FModel.Properties {
}
///
- /// Recherche une chaîne localisée semblable à State.
+ /// Looks up a localized string similar to State.
///
public static string State {
get {
@@ -2428,7 +2437,7 @@ namespace FModel.Properties {
}
///
- /// Recherche une chaîne localisée semblable à Static Key.
+ /// Looks up a localized string similar to Static Key.
///
public static string StaticKey {
get {
@@ -2437,7 +2446,7 @@ namespace FModel.Properties {
}
///
- /// Recherche une chaîne localisée semblable à {0} is not working with your PAK files.
+ /// Looks up a localized string similar to {0} is not working with your PAK files.
///
public static string StaticKeyNotWorking {
get {
@@ -2446,7 +2455,7 @@ namespace FModel.Properties {
}
///
- /// Recherche une chaîne localisée semblable à Stop.
+ /// Looks up a localized string similar to Stop.
///
public static string Stop {
get {
@@ -2455,7 +2464,7 @@ namespace FModel.Properties {
}
///
- /// Recherche une ressource localisée de type System.Drawing.Bitmap.
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
///
public static System.Drawing.Bitmap stop1 {
get {
@@ -2465,7 +2474,7 @@ namespace FModel.Properties {
}
///
- /// Recherche une chaîne localisée semblable à Success.
+ /// Looks up a localized string similar to Success.
///
public static string Success {
get {
@@ -2474,7 +2483,7 @@ namespace FModel.Properties {
}
///
- /// Recherche une ressource localisée de type System.Drawing.Bitmap.
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
///
public static System.Drawing.Bitmap T_ClipSize_Weapon_Stats {
get {
@@ -2484,7 +2493,7 @@ namespace FModel.Properties {
}
///
- /// Recherche une ressource localisée de type System.Drawing.Bitmap.
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
///
public static System.Drawing.Bitmap T_DamagePerBullet_Weapon_Stats {
get {
@@ -2494,7 +2503,7 @@ namespace FModel.Properties {
}
///
- /// Recherche une ressource localisée de type System.Drawing.Bitmap.
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
///
public static System.Drawing.Bitmap T_Icon_Pets_64 {
get {
@@ -2504,7 +2513,7 @@ namespace FModel.Properties {
}
///
- /// Recherche une ressource localisée de type System.Drawing.Bitmap.
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
///
public static System.Drawing.Bitmap T_Icon_Quests_64 {
get {
@@ -2514,7 +2523,7 @@ namespace FModel.Properties {
}
///
- /// Recherche une ressource localisée de type System.Drawing.Bitmap.
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
///
public static System.Drawing.Bitmap T_Placeholder_Challenge_Image {
get {
@@ -2524,7 +2533,7 @@ namespace FModel.Properties {
}
///
- /// Recherche une ressource localisée de type System.Drawing.Bitmap.
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
///
public static System.Drawing.Bitmap T_Placeholder_Item_Image {
get {
@@ -2534,7 +2543,7 @@ namespace FModel.Properties {
}
///
- /// Recherche une ressource localisée de type System.Drawing.Bitmap.
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
///
public static System.Drawing.Bitmap T_ReloadTime_Weapon_Stats {
get {
@@ -2544,7 +2553,7 @@ namespace FModel.Properties {
}
///
- /// Recherche une chaîne localisée semblable à TB.
+ /// Looks up a localized string similar to TB.
///
public static string TB {
get {
@@ -2553,7 +2562,7 @@ namespace FModel.Properties {
}
///
- /// Recherche une chaîne localisée semblable à Text to Find:.
+ /// Looks up a localized string similar to Text to Find:.
///
public static string TextToFind {
get {
@@ -2562,7 +2571,7 @@ namespace FModel.Properties {
}
///
- /// Recherche une chaîne localisée semblable à Time Elapsed {0}ms.
+ /// Looks up a localized string similar to Time Elapsed {0}ms.
///
public static string TimeElapsed {
get {
@@ -2571,7 +2580,7 @@ namespace FModel.Properties {
}
///
- /// Recherche une chaîne localisée semblable à Loaded {0} assets.
+ /// Looks up a localized string similar to Loaded {0} assets.
///
public static string TotalAssetsLoaded {
get {
@@ -2580,7 +2589,7 @@ namespace FModel.Properties {
}
///
- /// Recherche une chaîne localisée semblable à Total Size.
+ /// Looks up a localized string similar to Total Size.
///
public static string TotalSize {
get {
@@ -2589,7 +2598,7 @@ namespace FModel.Properties {
}
///
- /// Recherche une chaîne localisée semblable à Chinese (Traditional).
+ /// Looks up a localized string similar to Chinese (Traditional).
///
public static string TraditionalChinese {
get {
@@ -2598,7 +2607,7 @@ namespace FModel.Properties {
}
///
- /// Recherche une chaîne localisée semblable à Translators.
+ /// Looks up a localized string similar to Translators.
///
public static string TranslatorsF {
get {
@@ -2607,7 +2616,7 @@ namespace FModel.Properties {
}
///
- /// Recherche une chaîne localisée semblable à • EN: Asval#2291 • FR: Asval#2291
+ /// Looks up a localized string similar to • EN: Asval#2291 • FR: Asval#2291
///• DE: FunGames#6822 • IT: Angry Cat#5581
///• ES: Maiky.M#9879 • ES-419: Maiky.M#9879
///• AR: PsychoPast#0001 • JA: FNJPNews#7820
@@ -2623,7 +2632,7 @@ namespace FModel.Properties {
}
///
- /// Recherche une chaîne localisée semblable à Turkish.
+ /// Looks up a localized string similar to Turkish.
///
public static string Turkish {
get {
@@ -2632,7 +2641,7 @@ namespace FModel.Properties {
}
///
- /// Recherche une chaîne localisée semblable à An unhandled exception occurred: {0}.
+ /// Looks up a localized string similar to An unhandled exception occurred: {0}.
///
public static string UnhandledExceptionOccured {
get {
@@ -2641,7 +2650,7 @@ namespace FModel.Properties {
}
///
- /// Recherche une chaîne localisée semblable à Update.
+ /// Looks up a localized string similar to Update.
///
public static string Update {
get {
@@ -2650,7 +2659,7 @@ namespace FModel.Properties {
}
///
- /// Recherche une chaîne localisée semblable à Update Available.
+ /// Looks up a localized string similar to Update Available.
///
public static string UpdateAvailable {
get {
@@ -2659,7 +2668,7 @@ namespace FModel.Properties {
}
///
- /// Recherche une chaîne localisée semblable à FModel {0} is available. You are using version {1}. Do you want to update the application now?.
+ /// Looks up a localized string similar to FModel {0} is available. You are using version {1}. Do you want to update the application now?.
///
public static string UpdateAvailableConfirm {
get {
@@ -2668,7 +2677,7 @@ namespace FModel.Properties {
}
///
- /// Recherche une chaîne localisée semblable à Update Check Failed.
+ /// Looks up a localized string similar to Update Check Failed.
///
public static string UpdateCheckFailed {
get {
@@ -2677,7 +2686,7 @@ namespace FModel.Properties {
}
///
- /// Recherche une chaîne localisée semblable à There is a problem reaching the update server, please check your internet connection or try again later..
+ /// Looks up a localized string similar to There is a problem reaching the update server, please check your internet connection or try again later..
///
public static string UpdateReachServerProblem {
get {
@@ -2686,7 +2695,7 @@ namespace FModel.Properties {
}
///
- /// Recherche une chaîne localisée semblable à Use game colors.
+ /// Looks up a localized string similar to Use game colors.
///
public static string UseGameColors {
get {
@@ -2695,7 +2704,7 @@ namespace FModel.Properties {
}
///
- /// Recherche une chaîne localisée semblable à Use item shop icon.
+ /// Looks up a localized string similar to Use item shop icon.
///
public static string UseItemShopIcon {
get {
@@ -2704,7 +2713,7 @@ namespace FModel.Properties {
}
///
- /// Recherche une chaîne localisée semblable à Use Watermark.
+ /// Looks up a localized string similar to Use Watermark.
///
public static string UseWatermark {
get {
@@ -2713,7 +2722,7 @@ namespace FModel.Properties {
}
///
- /// Recherche une ressource localisée de type System.Drawing.Icon semblable à (Icône).
+ /// Looks up a localized resource of type System.Drawing.Icon similar to (Icon).
///
public static System.Drawing.Icon valorant_live {
get {
@@ -2723,7 +2732,7 @@ namespace FModel.Properties {
}
///
- /// Recherche une chaîne localisée semblable à Version.
+ /// Looks up a localized string similar to Version.
///
public static string Version {
get {
@@ -2732,7 +2741,7 @@ namespace FModel.Properties {
}
///
- /// Recherche une ressource localisée de type System.Drawing.Bitmap.
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
///
public static System.Drawing.Bitmap view_dashboard {
get {
@@ -2742,7 +2751,7 @@ namespace FModel.Properties {
}
///
- /// Recherche une chaîne localisée semblable à Volume.
+ /// Looks up a localized string similar to Volume.
///
public static string Volume {
get {
@@ -2751,7 +2760,7 @@ namespace FModel.Properties {
}
///
- /// Recherche une ressource localisée de type System.Drawing.Bitmap.
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
///
public static System.Drawing.Bitmap volume_minus {
get {
@@ -2761,7 +2770,7 @@ namespace FModel.Properties {
}
///
- /// Recherche une ressource localisée de type System.Drawing.Bitmap.
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
///
public static System.Drawing.Bitmap volume_mute {
get {
@@ -2771,7 +2780,7 @@ namespace FModel.Properties {
}
///
- /// Recherche une ressource localisée de type System.Drawing.Bitmap.
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
///
public static System.Drawing.Bitmap volume_plus {
get {
@@ -2781,7 +2790,7 @@ namespace FModel.Properties {
}
///
- /// Recherche une chaîne localisée semblable à Waiting.
+ /// Looks up a localized string similar to Waiting.
///
public static string Waiting {
get {
@@ -2790,7 +2799,7 @@ namespace FModel.Properties {
}
///
- /// Recherche une chaîne localisée semblable à Warning.
+ /// Looks up a localized string similar to Warning.
///
public static string Warning {
get {
@@ -2799,7 +2808,7 @@ namespace FModel.Properties {
}
///
- /// Recherche une chaîne localisée semblable à Watermark.
+ /// Looks up a localized string similar to Watermark.
///
public static string Watermark {
get {
@@ -2808,7 +2817,7 @@ namespace FModel.Properties {
}
///
- /// Recherche une ressource localisée de type System.Drawing.Icon semblable à (Icône).
+ /// Looks up a localized resource of type System.Drawing.Icon similar to (Icon).
///
public static System.Drawing.Icon wifi_strength_off {
get {
@@ -2818,7 +2827,7 @@ namespace FModel.Properties {
}
///
- /// Recherche une chaîne localisée semblable à Wildcards.
+ /// Looks up a localized string similar to Wildcards.
///
public static string Wildcards {
get {
@@ -2827,7 +2836,7 @@ namespace FModel.Properties {
}
///
- /// Recherche une chaîne localisée semblable à Yes.
+ /// Looks up a localized string similar to Yes.
///
public static string Yes {
get {
@@ -2836,7 +2845,7 @@ namespace FModel.Properties {
}
///
- /// Recherche une chaîne localisée semblable à Yes (Show the Changelog).
+ /// Looks up a localized string similar to Yes (Show the Changelog).
///
public static string YesShowChangelog {
get {
@@ -2845,7 +2854,7 @@ namespace FModel.Properties {
}
///
- /// Recherche une ressource localisée de type System.Drawing.Bitmap.
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
///
public static System.Drawing.Bitmap zip_box {
get {
diff --git a/FModel/Properties/Resources.resx b/FModel/Properties/Resources.resx
index 283e4939..529988ae 100644
--- a/FModel/Properties/Resources.resx
+++ b/FModel/Properties/Resources.resx
@@ -1081,4 +1081,8 @@ It's now the most used free software to leak on Fortnite.
FModel {0} is available. You are using version {1}. Do you want to update the application now?
+
+ Enable Discord RPC
+ Should Discord Rich Presence be enabled?
+
\ No newline at end of file
diff --git a/FModel/Properties/Settings.Designer.cs b/FModel/Properties/Settings.Designer.cs
index 0ea03269..68eae981 100644
--- a/FModel/Properties/Settings.Designer.cs
+++ b/FModel/Properties/Settings.Designer.cs
@@ -1,10 +1,10 @@
//------------------------------------------------------------------------------
//
-// Ce code a été généré par un outil.
-// Version du runtime :4.0.30319.42000
+// This code was generated by a tool.
+// Runtime Version:4.0.30319.42000
//
-// Les modifications apportées à ce fichier peuvent provoquer un comportement incorrect et seront perdues si
-// le code est régénéré.
+// Changes to this file may cause incorrect behavior and will be lost if
+// the code is regenerated.
//
//------------------------------------------------------------------------------
@@ -83,6 +83,18 @@ namespace FModel.Properties {
}
}
+ [global::System.Configuration.UserScopedSettingAttribute()]
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.Configuration.DefaultSettingValueAttribute("True")]
+ public bool EnableDiscordRPC {
+ get {
+ return ((bool)(this["EnableDiscordRPC"]));
+ }
+ set {
+ this["EnableDiscordRPC"] = value;
+ }
+ }
+
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("")]
diff --git a/FModel/Properties/Settings.settings b/FModel/Properties/Settings.settings
index 50f224ed..6b790654 100644
--- a/FModel/Properties/Settings.settings
+++ b/FModel/Properties/Settings.settings
@@ -17,6 +17,9 @@
True
+
+ True
+
diff --git a/FModel/Windows/Settings/General.xaml b/FModel/Windows/Settings/General.xaml
index ecdad24e..f13bcb47 100644
--- a/FModel/Windows/Settings/General.xaml
+++ b/FModel/Windows/Settings/General.xaml
@@ -106,7 +106,7 @@
-
+
@@ -120,13 +120,16 @@
-
+
+