[Feature] Add Language - Resources/lang.fr-FR.resx (#145), version 1.0.17.8

This commit is contained in:
Markus Hofknecht 2021-04-13 17:50:31 +02:00
parent 754c4a2218
commit bddf4ccea1
11 changed files with 223 additions and 22 deletions

View file

@ -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.

View file

@ -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")]

View file

@ -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
------------------

View file

@ -186,15 +186,6 @@ namespace SystemTrayMenu.Resources {
}
}
/// <summary>
/// Looks up a localized string similar to Deutsch.
/// </summary>
internal static string German {
get {
return ResourceManager.GetString("German", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Help / FAQ.
/// </summary>

View file

@ -144,9 +144,6 @@
<data name="Folder inaccessible" xml:space="preserve">
<value>Ordner unzugänglich</value>
</data>
<data name="German" xml:space="preserve">
<value>Deutsch</value>
</data>
<data name="Language" xml:space="preserve">
<value>Sprache</value>
</data>

0
Resources/lang.fr-FR.Designer.cs generated Normal file
View file

204
Resources/lang.fr-FR.resx Normal file
View file

@ -0,0 +1,204 @@
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 2.0
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated with the data types.
Example:
... ado.net/XML headers & schema ...
<resheader name="resmimetype">text/microsoft-resx</resheader>
<resheader name="version">2.0</resheader>
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
<value>[base64 mime encoded serialized .NET Framework object]</value>
</data>
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
<comment>This is a comment</comment>
</data>
There are any number of "resheader" rows that contain simple
name/value pairs.
Each data row contains a name, and value. The row also contains a
type or mimetype. Type corresponds to a .NET class that support
text/value conversion through the TypeConverter architecture.
Classes that don't support this are serialized and stored with the
mimetype set.
The mimetype is used for serialized objects, and tells the
ResXResourceReader how to depersist the object. This is currently not
extensible. For a given mimetype the value must be set accordingly:
Note - application/x-microsoft.net.object.binary.base64 is the format
that the ResXResourceWriter will generate, however the reader can
read any of the formats listed below.
mimetype: application/x-microsoft.net.object.binary.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.soap.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.bytearray.base64
value : The object must be serialized into a byte array
: using a System.ComponentModel.TypeConverter
: and then encoded with base64 encoding.
-->
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
<xsd:element name="root" msdata:IsDataSet="true">
<xsd:complexType>
<xsd:choice maxOccurs="unbounded">
<xsd:element name="metadata">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" />
</xsd:sequence>
<xsd:attribute name="name" use="required" type="xsd:string" />
<xsd:attribute name="type" type="xsd:string" />
<xsd:attribute name="mimetype" type="xsd:string" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="assembly">
<xsd:complexType>
<xsd:attribute name="alias" type="xsd:string" />
<xsd:attribute name="name" type="xsd:string" />
</xsd:complexType>
</xsd:element>
<xsd:element name="data">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="resheader">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" />
</xsd:complexType>
</xsd:element>
</xsd:choice>
</xsd:complexType>
</xsd:element>
</xsd:schema>
<resheader name="resmimetype">
<value>text/microsoft-resx</value>
</resheader>
<resheader name="version">
<value>2.0</value>
</resheader>
<resheader name="reader">
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<data name="About" xml:space="preserve">
<value>Au sujet de</value>
</data>
<data name="buttonOk" xml:space="preserve">
<value>OK</value>
</data>
<data name="Autostart" xml:space="preserve">
<value>Autostart</value>
</data>
<data name="Exit" xml:space="preserve">
<value>Quitter</value>
</data>
<data name="Folder" xml:space="preserve">
<value>Répertoire</value>
</data>
<data name="Folder empty" xml:space="preserve">
<value>Répertoire vide</value>
</data>
<data name="buttonDetails" xml:space="preserve">
<value>Détails</value>
</data>
<data name="buttonSystemInfo" xml:space="preserve">
<value>Info. système</value>
</data>
<data name="Folder inaccessible" xml:space="preserve">
<value>Répertoire inaccessible</value>
</data>
<data name="Language" xml:space="preserve">
<value>Langue</value>
</data>
<data name="Log File" xml:space="preserve">
<value>fichier log</value>
</data>
<data name="Restart" xml:space="preserve">
<value>Redémarrer</value>
</data>
<data name="Could not register the hot key." xml:space="preserve">
<value>Impossible d'enregistrer le raccourci clavier</value>
</data>
<data name="buttonCancel" xml:space="preserve">
<value>Annuler</value>
</data>
<data name="General" xml:space="preserve">
<value>Général</value>
</data>
<data name="Hotkey" xml:space="preserve">
<value>Raccourci clavier</value>
</data>
<data name="Launch on startup" xml:space="preserve">
<value>Lancer avec Windows</value>
</data>
<data name="Settings" xml:space="preserve">
<value>Paramètres</value>
</data>
<data name="HelpFAQ" xml:space="preserve">
<value>Aide / FAQ</value>
</data>
<data name="SystemTrayMenu" xml:space="preserve">
<value>SystemTrayMenu</value>
</data>
<data name="TextFirstStart" xml:space="preserve">
<value>Lire la FAQ pour choisir le répertoire des raccourcis pour SystemTrayMenu.</value>
</data>
<data name="Warning" xml:space="preserve">
<value>Attention</value>
</data>
<data name="Select Folder" xml:space="preserve">
<value>Choisir le répertoire</value>
</data>
<data name="MessageRootFolderEmpty" xml:space="preserve">
<value>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.</value>
</data>
<data name="MessageRootFolderNoAccess" xml:space="preserve">
<value>Vous n'avez pas accès au répertoire des raccourcis. Donnez les droits ou changez de répertoire.</value>
</data>
<data name="Expert" xml:space="preserve">
<value>Expert</value>
</data>
<data name="Single click to start item" xml:space="preserve">
<value>Simple click pour lancer un raccourci</value>
</data>
<data name="Dark Mode always active" xml:space="preserve">
<value>Mode sombre toujours actif</value>
</data>
</root>

View file

@ -144,9 +144,6 @@
<data name="Folder inaccessible" xml:space="preserve">
<value>Folder inaccessible</value>
</data>
<data name="German" xml:space="preserve">
<value>Deutsch</value>
</data>
<data name="Language" xml:space="preserve">
<value>Language</value>
</data>

View file

@ -122,6 +122,11 @@
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
</Compile>
<Compile Update="Resources\lang.fr-FR.Designer.cs">
<DependentUpon>lang.fr-FR.resx</DependentUpon>
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
</Compile>
<Compile Update="Resources\lang.Designer.cs">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
@ -143,6 +148,10 @@
<Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>lang.de-DE.Designer.cs</LastGenOutput>
</EmbeddedResource>
<EmbeddedResource Update="Resources\lang.fr-FR.resx">
<Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>lang.fr-FR.Designer.cs</LastGenOutput>
</EmbeddedResource>
<EmbeddedResource Update="Resources\lang.resx">
<Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>lang.Designer.cs</LastGenOutput>

View file

@ -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;

View file

@ -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";