diff --git a/LICENSE b/LICENSE index 72fbc43..e81098a 100644 --- a/LICENSE +++ b/LICENSE @@ -632,7 +632,7 @@ state the exclusion of warranty; and each file should have at least the "copyright" line and a pointer to where the full notice is found. TAMAHO SystemTrayMenu - browse and open your files easily - Copyright (C) 2020 Markus Hofknecht + Copyright (C) 2021 Markus Hofknecht This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -652,7 +652,7 @@ You can contact me by mail Markus@Hofknecht.eu If the program does terminal interaction, make it output a short notice like this when it starts in an interactive mode: - TAMAHO SystemTrayMenu Copyright (C) 2020 Markus Hofknecht + TAMAHO SystemTrayMenu Copyright (C) 2021 Markus Hofknecht This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'. This is free software, and you are welcome to redistribute it under certain conditions; type `show c' for details. diff --git a/Properties/AssemblyInfo.cs b/Properties/AssemblyInfo.cs index 268f01b..e4f9ed6 100644 --- a/Properties/AssemblyInfo.cs +++ b/Properties/AssemblyInfo.cs @@ -14,7 +14,7 @@ using System.Runtime.InteropServices; [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("TAMAHO")] [assembly: AssemblyProduct("TAMAHO SystemTrayMenu")] -[assembly: AssemblyCopyright("Copyright © 2020, TAMAHO SystemTrayMenu")] +[assembly: AssemblyCopyright("Copyright © 2021, TAMAHO SystemTrayMenu")] [assembly: AssemblyTrademark("TAMAHO")] [assembly: AssemblyCulture("")] @@ -39,5 +39,5 @@ using System.Runtime.InteropServices; // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.0.17.7")] -[assembly: AssemblyFileVersion("1.0.17.7")] +[assembly: AssemblyVersion("1.0.17.8")] +[assembly: AssemblyFileVersion("1.0.17.8")] diff --git a/README.md b/README.md index 9177f31..41a090d 100644 --- a/README.md +++ b/README.md @@ -107,7 +107,7 @@ https://guides.github.com/activities/hello-world/. Contributors ------------------ -Special thanks to our productive contibutors [Tanja Kauth](https://github.com/Tanjalibertatis) and [Peter Kirmeier](https://github.com/topeterk)! +Special thanks to our productive contibutors [Tanja Kauth](https://github.com/Tanjalibertatis), [Peter Kirmeier](https://github.com/topeterk), [Pascal Aloy](mailto:paloy@wanadoo.fr)! Donations ------------------ diff --git a/Resources/lang.Designer.cs b/Resources/lang.Designer.cs index 3a4ceb3..85d6950 100644 --- a/Resources/lang.Designer.cs +++ b/Resources/lang.Designer.cs @@ -186,15 +186,6 @@ namespace SystemTrayMenu.Resources { } } - /// - /// Looks up a localized string similar to Deutsch. - /// - internal static string German { - get { - return ResourceManager.GetString("German", resourceCulture); - } - } - /// /// Looks up a localized string similar to Help / FAQ. /// diff --git a/Resources/lang.de-DE.resx b/Resources/lang.de-DE.resx index 0089a3d..7834e9a 100644 --- a/Resources/lang.de-DE.resx +++ b/Resources/lang.de-DE.resx @@ -144,9 +144,6 @@ Ordner unzugänglich - - Deutsch - Sprache diff --git a/Resources/lang.fr-FR.Designer.cs b/Resources/lang.fr-FR.Designer.cs new file mode 100644 index 0000000..e69de29 diff --git a/Resources/lang.fr-FR.resx b/Resources/lang.fr-FR.resx new file mode 100644 index 0000000..c752b2b --- /dev/null +++ b/Resources/lang.fr-FR.resx @@ -0,0 +1,204 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Au sujet de + + + OK + + + Autostart + + + Quitter + + + Répertoire + + + Répertoire vide + + + Détails + + + Info. système + + + Répertoire inaccessible + + + Langue + + + fichier log + + + Redémarrer + + + Impossible d'enregistrer le raccourci clavier + + + Annuler + + + Général + + + Raccourci clavier + + + Lancer avec Windows + + + Paramètres + + + Aide / FAQ + + + SystemTrayMenu + + + Lire la FAQ pour choisir le répertoire des raccourcis pour SystemTrayMenu. + + + Attention + + + Choisir le répertoire + + + Votre répertoire de raccourcis n'existe pas ou est vide. Mettez y des fichiers, des raccourcis ou des répertoires ou changez de répertoire. + + + Vous n'avez pas accès au répertoire des raccourcis. Donnez les droits ou changez de répertoire. + + + Expert + + + Simple click pour lancer un raccourci + + + Mode sombre toujours actif + + \ No newline at end of file diff --git a/Resources/lang.resx b/Resources/lang.resx index c4d8f97..f66c02c 100644 --- a/Resources/lang.resx +++ b/Resources/lang.resx @@ -144,9 +144,6 @@ Folder inaccessible - - Deutsch - Language diff --git a/SystemTrayMenu.csproj b/SystemTrayMenu.csproj index f9d71e9..155d8c5 100644 --- a/SystemTrayMenu.csproj +++ b/SystemTrayMenu.csproj @@ -122,6 +122,11 @@ True True + + lang.fr-FR.resx + True + True + True True @@ -143,6 +148,10 @@ ResXFileCodeGenerator lang.de-DE.Designer.cs + + ResXFileCodeGenerator + lang.fr-FR.Designer.cs + ResXFileCodeGenerator lang.Designer.cs diff --git a/UserInterface/AppContextMenu.cs b/UserInterface/AppContextMenu.cs index 001a04e..565888d 100644 --- a/UserInterface/AppContextMenu.cs +++ b/UserInterface/AppContextMenu.cs @@ -95,11 +95,13 @@ namespace SystemTrayMenu.Helper }; ab.AppMoreInfo += Environment.NewLine; ab.AppMoreInfo += "Markus Hofknecht (mailto:Markus@Hofknecht.eu)" + Environment.NewLine; - ab.AppMoreInfo += "Tanja Kauth (mailto:Tanja@Hofknecht.eu)" + Environment.NewLine; + ab.AppMoreInfo += "Tanja Hofknecht (mailto:Tanja@Hofknecht.eu)" + Environment.NewLine; // Thanks for letting me being part of this project and that I am allowed to be listed here :-) ab.AppMoreInfo += "Peter Kirmeier (mai" + "lto:top" + "ete" + "rk@f" + "reen" + "et." + "de)" + Environment.NewLine; + ab.AppMoreInfo += "Pascal Aloy (mailto:paloy@wanadoo.fr)" + Environment.NewLine; // #145 + ab.AppMoreInfo += "http://www.hofknecht.eu/systemtraymenu/" + Environment.NewLine; ab.AppMoreInfo += "https://github.com/Hofknecht/SystemTrayMenu" + Environment.NewLine; ab.AppMoreInfo += Environment.NewLine; diff --git a/UserInterface/SettingsForm.cs b/UserInterface/SettingsForm.cs index bf585a8..6398b24 100644 --- a/UserInterface/SettingsForm.cs +++ b/UserInterface/SettingsForm.cs @@ -67,6 +67,7 @@ namespace SystemTrayMenu.UserInterface { new Language() { Name = "English", Value = "en" }, new Language() { Name = "Deutsch", Value = "de" }, + new Language() { Name = "Français", Value = "fr" }, }; comboBoxLanguage.DataSource = dataSource; comboBoxLanguage.DisplayMember = "Name";