2015-06-01 21:04:22 +02:00
|
|
|
<?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="chTime.Text" xml:space="preserve">
|
2015-11-28 06:47:26 +01:00
|
|
|
<value>Temps</value>
|
2015-06-01 21:04:22 +02:00
|
|
|
</data>
|
|
|
|
<data name="chData.Text" xml:space="preserve">
|
2015-11-28 06:47:26 +01:00
|
|
|
<value>Données</value>
|
|
|
|
</data>
|
|
|
|
<assembly alias="System.Drawing" name="System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
|
|
|
|
<data name="lbTest.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>730, 12</value>
|
|
|
|
</data>
|
|
|
|
<data name="btnStartStop.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>1036, 5</value>
|
|
|
|
</data>
|
|
|
|
<data name="btnStartStop.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>86, 29</value>
|
2015-06-01 21:04:22 +02:00
|
|
|
</data>
|
|
|
|
<data name="btnStartStop.Text" xml:space="preserve">
|
2015-11-28 06:47:26 +01:00
|
|
|
<value>Démarrer</value>
|
|
|
|
</data>
|
|
|
|
<data name="lbLastMessage.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>731, 18</value>
|
|
|
|
</data>
|
|
|
|
<data name="llbHelp.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>889, 11</value>
|
2015-06-01 21:04:22 +02:00
|
|
|
</data>
|
|
|
|
<data name="llbHelp.Size" type="System.Drawing.Size, System.Drawing">
|
2015-11-28 06:47:26 +01:00
|
|
|
<value>139, 17</value>
|
2015-06-01 21:04:22 +02:00
|
|
|
</data>
|
|
|
|
<data name="llbHelp.Text" xml:space="preserve">
|
2015-11-28 06:47:26 +01:00
|
|
|
<value>Raccourcis/À propos</value>
|
2015-06-01 21:04:22 +02:00
|
|
|
</data>
|
|
|
|
<data name="btnClear.Text" xml:space="preserve">
|
2015-11-28 06:47:26 +01:00
|
|
|
<value>Effacer</value>
|
2015-06-01 21:04:22 +02:00
|
|
|
</data>
|
2015-11-30 22:15:17 +01:00
|
|
|
<data name="editProfileForController1ToolStripMenuItem.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>286, 26</value>
|
|
|
|
</data>
|
|
|
|
<data name="editProfileForController1ToolStripMenuItem.Text" xml:space="preserve">
|
|
|
|
<value>Éditer le Profil de la Manette 1</value>
|
|
|
|
</data>
|
|
|
|
<data name="editProfileForController2ToolStripMenuItem.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>286, 26</value>
|
|
|
|
</data>
|
|
|
|
<data name="editProfileForController2ToolStripMenuItem.Text" xml:space="preserve">
|
|
|
|
<value>Éditer le Profil de la Manette 2</value>
|
|
|
|
</data>
|
|
|
|
<data name="editProfileForController3ToolStripMenuItem.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>286, 26</value>
|
|
|
|
</data>
|
|
|
|
<data name="editProfileForController3ToolStripMenuItem.Text" xml:space="preserve">
|
|
|
|
<value>Éditer le Profil de la Manette 3</value>
|
|
|
|
</data>
|
|
|
|
<data name="editProfileForController4ToolStripMenuItem.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>286, 26</value>
|
|
|
|
</data>
|
|
|
|
<data name="editProfileForController4ToolStripMenuItem.Text" xml:space="preserve">
|
|
|
|
<value>Éditer le Profil de la Manette 4</value>
|
|
|
|
</data>
|
|
|
|
<data name="toolStripSeparator1.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>283, 6</value>
|
|
|
|
</data>
|
|
|
|
<data name="startToolStripMenuItem.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>286, 26</value>
|
|
|
|
</data>
|
|
|
|
<data name="startToolStripMenuItem.Text" xml:space="preserve">
|
|
|
|
<value>Démarrer</value>
|
|
|
|
</data>
|
|
|
|
<data name="openToolStripMenuItem.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>286, 26</value>
|
|
|
|
</data>
|
|
|
|
<data name="openToolStripMenuItem.Text" xml:space="preserve">
|
|
|
|
<value>Ouvrir</value>
|
|
|
|
</data>
|
|
|
|
<data name="exitToolStripMenuItem.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>286, 26</value>
|
|
|
|
</data>
|
|
|
|
<data name="exitToolStripMenuItem.Text" xml:space="preserve">
|
|
|
|
<value>Sortir (clic central de la souris)</value>
|
|
|
|
</data>
|
2015-12-19 05:11:12 +01:00
|
|
|
<data name="cMTaskbar.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>287, 192</value>
|
2015-11-30 22:15:17 +01:00
|
|
|
</data>
|
2015-12-19 05:11:12 +01:00
|
|
|
<data name="bnLight3.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>1077, 94</value>
|
|
|
|
</data>
|
|
|
|
<data name="bnLight3.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>41, 28</value>
|
|
|
|
</data>
|
2015-06-01 21:04:22 +02:00
|
|
|
<data name="pBStatus1.Location" type="System.Drawing.Point, System.Drawing">
|
2015-12-19 05:11:12 +01:00
|
|
|
<value>497, 26</value>
|
2015-06-01 21:04:22 +02:00
|
|
|
</data>
|
|
|
|
<data name="bnEditC3.Location" type="System.Drawing.Point, System.Drawing">
|
2015-12-19 05:11:12 +01:00
|
|
|
<value>1008, 94</value>
|
2015-06-01 21:04:22 +02:00
|
|
|
</data>
|
|
|
|
<data name="bnEditC3.Size" type="System.Drawing.Size, System.Drawing">
|
2015-11-28 06:47:26 +01:00
|
|
|
<value>61, 28</value>
|
2015-06-01 21:04:22 +02:00
|
|
|
</data>
|
|
|
|
<data name="bnEditC3.Text" xml:space="preserve">
|
2015-11-28 06:47:26 +01:00
|
|
|
<value>Éditer</value>
|
2015-06-01 21:04:22 +02:00
|
|
|
</data>
|
|
|
|
<data name="bnEditC4.Location" type="System.Drawing.Point, System.Drawing">
|
2015-12-19 05:11:12 +01:00
|
|
|
<value>1008, 130</value>
|
2015-06-01 21:04:22 +02:00
|
|
|
</data>
|
|
|
|
<data name="bnEditC4.Size" type="System.Drawing.Size, System.Drawing">
|
2015-11-28 06:47:26 +01:00
|
|
|
<value>61, 28</value>
|
2015-06-01 21:04:22 +02:00
|
|
|
</data>
|
|
|
|
<data name="bnEditC4.Text" xml:space="preserve">
|
2015-11-28 06:47:26 +01:00
|
|
|
<value>Éditer</value>
|
2015-06-01 21:04:22 +02:00
|
|
|
</data>
|
|
|
|
<data name="cBController1.Location" type="System.Drawing.Point, System.Drawing">
|
2015-12-19 05:11:12 +01:00
|
|
|
<value>860, 23</value>
|
2015-06-01 21:04:22 +02:00
|
|
|
</data>
|
|
|
|
<data name="bnEditC2.Location" type="System.Drawing.Point, System.Drawing">
|
2015-12-19 05:11:12 +01:00
|
|
|
<value>1008, 58</value>
|
2015-06-01 21:04:22 +02:00
|
|
|
</data>
|
|
|
|
<data name="bnEditC2.Size" type="System.Drawing.Size, System.Drawing">
|
2015-11-28 06:47:26 +01:00
|
|
|
<value>61, 28</value>
|
2015-06-01 21:04:22 +02:00
|
|
|
</data>
|
|
|
|
<data name="bnEditC2.Text" xml:space="preserve">
|
2015-11-28 06:47:26 +01:00
|
|
|
<value>Éditer</value>
|
2015-06-01 21:04:22 +02:00
|
|
|
</data>
|
|
|
|
<data name="cBController2.Location" type="System.Drawing.Point, System.Drawing">
|
2015-12-19 05:11:12 +01:00
|
|
|
<value>860, 59</value>
|
2015-06-01 21:04:22 +02:00
|
|
|
</data>
|
|
|
|
<data name="cBController3.Location" type="System.Drawing.Point, System.Drawing">
|
2015-12-19 05:11:12 +01:00
|
|
|
<value>860, 95</value>
|
2015-06-01 21:04:22 +02:00
|
|
|
</data>
|
|
|
|
<data name="bnEditC1.Location" type="System.Drawing.Point, System.Drawing">
|
2015-12-19 05:11:12 +01:00
|
|
|
<value>1008, 22</value>
|
2015-06-01 21:04:22 +02:00
|
|
|
</data>
|
|
|
|
<data name="bnEditC1.Size" type="System.Drawing.Size, System.Drawing">
|
2015-11-28 06:47:26 +01:00
|
|
|
<value>61, 28</value>
|
2015-06-01 21:04:22 +02:00
|
|
|
</data>
|
|
|
|
<data name="bnEditC1.Text" xml:space="preserve">
|
2015-11-28 06:47:26 +01:00
|
|
|
<value>Éditer</value>
|
2015-06-01 21:04:22 +02:00
|
|
|
</data>
|
|
|
|
<data name="cBController4.Location" type="System.Drawing.Point, System.Drawing">
|
2015-12-19 05:11:12 +01:00
|
|
|
<value>860, 131</value>
|
2015-06-01 21:04:22 +02:00
|
|
|
</data>
|
|
|
|
<data name="lbSelectedProfile.Location" type="System.Drawing.Point, System.Drawing">
|
2015-12-19 05:11:12 +01:00
|
|
|
<value>859, 0</value>
|
2015-06-01 21:04:22 +02:00
|
|
|
</data>
|
|
|
|
<data name="lbSelectedProfile.Size" type="System.Drawing.Size, System.Drawing">
|
2015-11-28 06:47:26 +01:00
|
|
|
<value>141, 18</value>
|
2015-06-01 21:04:22 +02:00
|
|
|
</data>
|
|
|
|
<data name="lbSelectedProfile.Text" xml:space="preserve">
|
2015-11-28 06:47:26 +01:00
|
|
|
<value>Profil Sélectionné</value>
|
2015-06-01 21:04:22 +02:00
|
|
|
</data>
|
|
|
|
<data name="lbStatus.Location" type="System.Drawing.Point, System.Drawing">
|
2015-12-19 05:11:12 +01:00
|
|
|
<value>497, 0</value>
|
2015-06-01 21:04:22 +02:00
|
|
|
</data>
|
|
|
|
<data name="lbStatus.Size" type="System.Drawing.Size, System.Drawing">
|
2015-11-28 06:47:26 +01:00
|
|
|
<value>38, 18</value>
|
2015-06-01 21:04:22 +02:00
|
|
|
</data>
|
|
|
|
<data name="lbStatus.Text" xml:space="preserve">
|
2015-11-28 06:47:26 +01:00
|
|
|
<value>État</value>
|
2015-06-01 21:04:22 +02:00
|
|
|
</data>
|
|
|
|
<data name="lbBattery.Location" type="System.Drawing.Point, System.Drawing">
|
2015-12-19 05:11:12 +01:00
|
|
|
<value>713, 0</value>
|
2015-06-01 21:04:22 +02:00
|
|
|
</data>
|
|
|
|
<data name="lbBattery.Size" type="System.Drawing.Size, System.Drawing">
|
2015-11-28 06:47:26 +01:00
|
|
|
<value>66, 18</value>
|
2015-06-01 21:04:22 +02:00
|
|
|
</data>
|
|
|
|
<data name="lbBattery.Text" xml:space="preserve">
|
2015-11-28 06:47:26 +01:00
|
|
|
<value>Batterie</value>
|
2015-06-01 21:04:22 +02:00
|
|
|
</data>
|
|
|
|
<data name="lbBatt1.Location" type="System.Drawing.Point, System.Drawing">
|
2015-12-19 05:11:12 +01:00
|
|
|
<value>723, 27</value>
|
2015-06-01 21:04:22 +02:00
|
|
|
</data>
|
|
|
|
<data name="lbBatt2.Location" type="System.Drawing.Point, System.Drawing">
|
2015-12-19 05:11:12 +01:00
|
|
|
<value>723, 63</value>
|
2015-06-01 21:04:22 +02:00
|
|
|
</data>
|
|
|
|
<data name="lbBatt3.Location" type="System.Drawing.Point, System.Drawing">
|
2015-12-19 05:11:12 +01:00
|
|
|
<value>723, 99</value>
|
2015-06-01 21:04:22 +02:00
|
|
|
</data>
|
|
|
|
<data name="lbBatt4.Location" type="System.Drawing.Point, System.Drawing">
|
2015-12-19 05:11:12 +01:00
|
|
|
<value>723, 135</value>
|
2015-06-01 21:04:22 +02:00
|
|
|
</data>
|
|
|
|
<data name="pBStatus2.Location" type="System.Drawing.Point, System.Drawing">
|
2015-12-19 05:11:12 +01:00
|
|
|
<value>497, 62</value>
|
2015-06-01 21:04:22 +02:00
|
|
|
</data>
|
|
|
|
<data name="pBStatus3.Location" type="System.Drawing.Point, System.Drawing">
|
2015-12-19 05:11:12 +01:00
|
|
|
<value>497, 98</value>
|
2015-06-01 21:04:22 +02:00
|
|
|
</data>
|
|
|
|
<data name="pBStatus4.Location" type="System.Drawing.Point, System.Drawing">
|
2015-12-19 05:11:12 +01:00
|
|
|
<value>497, 134</value>
|
2015-11-28 06:47:26 +01:00
|
|
|
</data>
|
|
|
|
<data name="bnLight1.Location" type="System.Drawing.Point, System.Drawing">
|
2015-12-19 05:11:12 +01:00
|
|
|
<value>1077, 22</value>
|
2015-11-28 06:47:26 +01:00
|
|
|
</data>
|
2015-12-19 05:11:12 +01:00
|
|
|
<data name="bnLight1.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>41, 28</value>
|
2015-06-01 21:04:22 +02:00
|
|
|
</data>
|
2015-12-19 05:11:12 +01:00
|
|
|
<data name="bnLight2.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>1077, 58</value>
|
2015-11-30 22:15:17 +01:00
|
|
|
</data>
|
2015-12-19 05:11:12 +01:00
|
|
|
<data name="bnLight2.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>41, 28</value>
|
|
|
|
</data>
|
|
|
|
<data name="bnLight4.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>1077, 130</value>
|
|
|
|
</data>
|
|
|
|
<data name="bnLight4.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>41, 28</value>
|
|
|
|
</data>
|
|
|
|
<data name="lbNoControllers.Text" xml:space="preserve">
|
|
|
|
<value>Aucune manette connectée (Max 4)</value>
|
|
|
|
</data>
|
|
|
|
<data name="tabControllers.Text" xml:space="preserve">
|
|
|
|
<value>Manettes</value>
|
2015-06-01 21:04:22 +02:00
|
|
|
</data>
|
|
|
|
<data name="editToolStripMenuItem.Size" type="System.Drawing.Size, System.Drawing">
|
2015-12-19 05:11:12 +01:00
|
|
|
<value>208, 26</value>
|
2015-06-01 21:04:22 +02:00
|
|
|
</data>
|
|
|
|
<data name="editToolStripMenuItem.Text" xml:space="preserve">
|
2015-11-28 06:47:26 +01:00
|
|
|
<value>Edition</value>
|
2015-06-01 21:04:22 +02:00
|
|
|
</data>
|
|
|
|
<data name="assignToController1ToolStripMenuItem.Size" type="System.Drawing.Size, System.Drawing">
|
2015-12-19 05:11:12 +01:00
|
|
|
<value>208, 26</value>
|
2015-06-01 21:04:22 +02:00
|
|
|
</data>
|
|
|
|
<data name="assignToController1ToolStripMenuItem.Text" xml:space="preserve">
|
2015-11-28 06:47:26 +01:00
|
|
|
<value>Choisir manette 1</value>
|
2015-06-01 21:04:22 +02:00
|
|
|
</data>
|
|
|
|
<data name="assignToController2ToolStripMenuItem.Size" type="System.Drawing.Size, System.Drawing">
|
2015-12-19 05:11:12 +01:00
|
|
|
<value>208, 26</value>
|
2015-06-01 21:04:22 +02:00
|
|
|
</data>
|
|
|
|
<data name="assignToController2ToolStripMenuItem.Text" xml:space="preserve">
|
2015-11-28 06:47:26 +01:00
|
|
|
<value>Choisir manette 2</value>
|
2015-06-01 21:04:22 +02:00
|
|
|
</data>
|
|
|
|
<data name="assignToController3ToolStripMenuItem.Size" type="System.Drawing.Size, System.Drawing">
|
2015-12-19 05:11:12 +01:00
|
|
|
<value>208, 26</value>
|
2015-06-01 21:04:22 +02:00
|
|
|
</data>
|
|
|
|
<data name="assignToController3ToolStripMenuItem.Text" xml:space="preserve">
|
2015-11-28 06:47:26 +01:00
|
|
|
<value>Choisir manette 3</value>
|
2015-06-01 21:04:22 +02:00
|
|
|
</data>
|
|
|
|
<data name="assignToController4ToolStripMenuItem.Size" type="System.Drawing.Size, System.Drawing">
|
2015-12-19 05:11:12 +01:00
|
|
|
<value>208, 26</value>
|
2015-06-01 21:04:22 +02:00
|
|
|
</data>
|
|
|
|
<data name="assignToController4ToolStripMenuItem.Text" xml:space="preserve">
|
2016-10-09 05:21:44 +02:00
|
|
|
<value>7</value>
|
2015-06-01 21:04:22 +02:00
|
|
|
</data>
|
|
|
|
<data name="deleteToolStripMenuItem.Size" type="System.Drawing.Size, System.Drawing">
|
2015-12-19 05:11:12 +01:00
|
|
|
<value>208, 26</value>
|
2015-06-01 21:04:22 +02:00
|
|
|
</data>
|
|
|
|
<data name="deleteToolStripMenuItem.Text" xml:space="preserve">
|
2015-11-28 06:47:26 +01:00
|
|
|
<value>Effacer (Del)</value>
|
2015-06-01 21:04:22 +02:00
|
|
|
</data>
|
|
|
|
<data name="duplicateToolStripMenuItem.Size" type="System.Drawing.Size, System.Drawing">
|
2015-12-19 05:11:12 +01:00
|
|
|
<value>208, 26</value>
|
2015-06-01 21:04:22 +02:00
|
|
|
</data>
|
|
|
|
<data name="duplicateToolStripMenuItem.Text" xml:space="preserve">
|
2015-12-13 22:30:54 +01:00
|
|
|
<value>Dupliquer (Ctrl+D)</value>
|
2015-06-01 21:04:22 +02:00
|
|
|
</data>
|
|
|
|
<data name="newProfileToolStripMenuItem.Size" type="System.Drawing.Size, System.Drawing">
|
2015-12-19 05:11:12 +01:00
|
|
|
<value>208, 26</value>
|
2015-06-01 21:04:22 +02:00
|
|
|
</data>
|
|
|
|
<data name="newProfileToolStripMenuItem.Text" xml:space="preserve">
|
2015-11-28 06:47:26 +01:00
|
|
|
<value>Nouveau Profil</value>
|
2015-06-01 21:04:22 +02:00
|
|
|
</data>
|
|
|
|
<data name="importToolStripMenuItem.Size" type="System.Drawing.Size, System.Drawing">
|
2015-12-19 05:11:12 +01:00
|
|
|
<value>208, 26</value>
|
2015-06-01 21:04:22 +02:00
|
|
|
</data>
|
|
|
|
<data name="importToolStripMenuItem.Text" xml:space="preserve">
|
2015-11-28 06:47:26 +01:00
|
|
|
<value>Importer</value>
|
2015-06-01 21:04:22 +02:00
|
|
|
</data>
|
|
|
|
<data name="exportToolStripMenuItem.Size" type="System.Drawing.Size, System.Drawing">
|
2015-12-19 05:11:12 +01:00
|
|
|
<value>208, 26</value>
|
2015-06-01 21:04:22 +02:00
|
|
|
</data>
|
|
|
|
<data name="exportToolStripMenuItem.Text" xml:space="preserve">
|
2015-11-28 06:47:26 +01:00
|
|
|
<value>Exporter</value>
|
2015-06-01 21:04:22 +02:00
|
|
|
</data>
|
2015-12-19 05:11:12 +01:00
|
|
|
<data name="cMProfile.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>209, 264</value>
|
2015-06-01 21:04:22 +02:00
|
|
|
</data>
|
|
|
|
<data name="toolStripLabel1.Size" type="System.Drawing.Size, System.Drawing">
|
2015-11-28 06:47:26 +01:00
|
|
|
<value>105, 24</value>
|
2015-06-01 21:04:22 +02:00
|
|
|
</data>
|
|
|
|
<data name="toolStripLabel1.Text" xml:space="preserve">
|
2015-11-28 06:47:26 +01:00
|
|
|
<value>Nom de Profil:</value>
|
|
|
|
</data>
|
|
|
|
<data name="tSTBProfile.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>170, 27</value>
|
2015-06-01 21:04:22 +02:00
|
|
|
</data>
|
|
|
|
<data name="tSTBProfile.Text" xml:space="preserve">
|
2015-11-28 06:47:26 +01:00
|
|
|
<value><Ecrire le nom du profil ici></value>
|
2015-06-01 21:04:22 +02:00
|
|
|
</data>
|
|
|
|
<data name="tSBSaveProfile.Size" type="System.Drawing.Size, System.Drawing">
|
2015-11-28 06:47:26 +01:00
|
|
|
<value>155, 24</value>
|
2015-06-01 21:04:22 +02:00
|
|
|
</data>
|
|
|
|
<data name="tSBSaveProfile.Text" xml:space="preserve">
|
2015-11-28 06:47:26 +01:00
|
|
|
<value>Sauvegarder Profil</value>
|
2015-06-01 21:04:22 +02:00
|
|
|
</data>
|
|
|
|
<data name="tSBCancel.Size" type="System.Drawing.Size, System.Drawing">
|
2015-11-28 06:47:26 +01:00
|
|
|
<value>84, 24</value>
|
2015-06-01 21:04:22 +02:00
|
|
|
</data>
|
|
|
|
<data name="tSBCancel.Text" xml:space="preserve">
|
2015-11-28 06:47:26 +01:00
|
|
|
<value>Annuler</value>
|
2015-06-01 21:04:22 +02:00
|
|
|
</data>
|
|
|
|
<data name="tSBKeepSize.Size" type="System.Drawing.Size, System.Drawing">
|
2015-11-28 06:47:26 +01:00
|
|
|
<value>376, 24</value>
|
2015-06-01 21:04:22 +02:00
|
|
|
</data>
|
|
|
|
<data name="tSBKeepSize.Text" xml:space="preserve">
|
2015-11-28 06:47:26 +01:00
|
|
|
<value>Garder les dimensions de la fenêtre après fermeture</value>
|
2015-06-01 21:04:22 +02:00
|
|
|
</data>
|
2015-12-19 05:11:12 +01:00
|
|
|
<data name="tSOptions.Text" xml:space="preserve">
|
|
|
|
<value>Options du profil</value>
|
|
|
|
</data>
|
2015-06-01 21:04:22 +02:00
|
|
|
<data name="tsBNewProfle.Size" type="System.Drawing.Size, System.Drawing">
|
2015-11-28 06:47:26 +01:00
|
|
|
<value>92, 24</value>
|
2015-06-01 21:04:22 +02:00
|
|
|
</data>
|
|
|
|
<data name="tsBNewProfle.Text" xml:space="preserve">
|
2015-11-28 06:47:26 +01:00
|
|
|
<value>Nouveau</value>
|
2015-06-01 21:04:22 +02:00
|
|
|
</data>
|
|
|
|
<data name="tsBNewProfle.ToolTipText" xml:space="preserve">
|
2015-11-28 06:47:26 +01:00
|
|
|
<value>Créer un nouveau profil</value>
|
2015-06-01 21:04:22 +02:00
|
|
|
</data>
|
|
|
|
<data name="tsBEditProfile.Size" type="System.Drawing.Size, System.Drawing">
|
2015-11-28 06:47:26 +01:00
|
|
|
<value>72, 24</value>
|
2015-06-01 21:04:22 +02:00
|
|
|
</data>
|
|
|
|
<data name="tsBEditProfile.Text" xml:space="preserve">
|
2015-11-28 06:47:26 +01:00
|
|
|
<value>Éditer</value>
|
2015-06-01 21:04:22 +02:00
|
|
|
</data>
|
|
|
|
<data name="tsBEditProfile.ToolTipText" xml:space="preserve">
|
2015-11-28 06:47:26 +01:00
|
|
|
<value>Editer le profil choisi</value>
|
2015-06-01 21:04:22 +02:00
|
|
|
</data>
|
|
|
|
<data name="tsBDeleteProfile.Size" type="System.Drawing.Size, System.Drawing">
|
2015-11-28 06:47:26 +01:00
|
|
|
<value>102, 24</value>
|
2015-06-01 21:04:22 +02:00
|
|
|
</data>
|
|
|
|
<data name="tsBDeleteProfile.Text" xml:space="preserve">
|
2015-11-28 06:47:26 +01:00
|
|
|
<value>Supprimer</value>
|
2015-06-01 21:04:22 +02:00
|
|
|
</data>
|
|
|
|
<data name="tsBDeleteProfile.ToolTipText" xml:space="preserve">
|
2015-11-28 06:47:26 +01:00
|
|
|
<value>Effacer le profil choisi</value>
|
2015-06-01 21:04:22 +02:00
|
|
|
</data>
|
|
|
|
<data name="tSBDupProfile.Size" type="System.Drawing.Size, System.Drawing">
|
2015-11-28 06:47:26 +01:00
|
|
|
<value>99, 24</value>
|
2015-06-01 21:04:22 +02:00
|
|
|
</data>
|
|
|
|
<data name="tSBDupProfile.Text" xml:space="preserve">
|
2015-11-28 06:47:26 +01:00
|
|
|
<value>Dupliquer</value>
|
2015-06-01 21:04:22 +02:00
|
|
|
</data>
|
|
|
|
<data name="tSBDupProfile.ToolTipText" xml:space="preserve">
|
2015-11-28 06:47:26 +01:00
|
|
|
<value>Dupliquer le profil choisi</value>
|
2015-06-01 21:04:22 +02:00
|
|
|
</data>
|
|
|
|
<data name="tSBImportProfile.Size" type="System.Drawing.Size, System.Drawing">
|
2015-11-28 06:47:26 +01:00
|
|
|
<value>91, 24</value>
|
2015-06-01 21:04:22 +02:00
|
|
|
</data>
|
|
|
|
<data name="tSBImportProfile.Text" xml:space="preserve">
|
2015-11-28 06:47:26 +01:00
|
|
|
<value>Importer</value>
|
2015-06-01 21:04:22 +02:00
|
|
|
</data>
|
|
|
|
<data name="tSBImportProfile.ToolTipText" xml:space="preserve">
|
2015-11-28 06:47:26 +01:00
|
|
|
<value>Importer profil ou profils</value>
|
2015-06-01 21:04:22 +02:00
|
|
|
</data>
|
|
|
|
<data name="tSBExportProfile.Size" type="System.Drawing.Size, System.Drawing">
|
2015-11-28 06:47:26 +01:00
|
|
|
<value>89, 24</value>
|
2015-06-01 21:04:22 +02:00
|
|
|
</data>
|
|
|
|
<data name="tSBExportProfile.Text" xml:space="preserve">
|
2015-11-28 06:47:26 +01:00
|
|
|
<value>Exporter</value>
|
2015-06-01 21:04:22 +02:00
|
|
|
</data>
|
|
|
|
<data name="tSBExportProfile.ToolTipText" xml:space="preserve">
|
2015-11-28 06:47:26 +01:00
|
|
|
<value>Exporter le profil choisi</value>
|
2015-06-01 21:04:22 +02:00
|
|
|
</data>
|
2015-12-19 05:11:12 +01:00
|
|
|
<data name="tabProfiles.Text" xml:space="preserve">
|
|
|
|
<value>Profils</value>
|
Version 1.4.266
Flash Lightbar when at high latency now has the option to choose what
you decide is high latency
Show Notifications now has the option to only show warnings, such as
when a controller cannot be grabbed exclusively
Speaking of bad news for Windows 10 users: Hide DS4 has now been
disabled, until i can figure out why this is, it will be disabled, this
means some games that rely on this may not work properly or at all,
sorry about that
As for good news for Windows 10, did you know you can press Windows + G
to open a game bar which can record games. For Windows 10 users, there's
a new special action: Xbox Game DVR. Pick a trigger (only one button)
and tapping/holding/or double tapping does various things, such as
start/stop recording, save an ongoing recording, take a screenshot (via
the xbox app's option or your own hotkey ie form steam), or just open
the gamebar
Much of the code has been updated with c# 6.0
Added manifest so DS4Windows can notice Windows 10 and high DPIs, also
reorganized files
2015-07-31 05:34:22 +02:00
|
|
|
</data>
|
2015-12-19 05:11:12 +01:00
|
|
|
<data name="tabAutoProfiles.Text" xml:space="preserve">
|
|
|
|
<value>Profils Automatique</value>
|
2015-11-30 22:15:17 +01:00
|
|
|
</data>
|
Version 1.4.266
Flash Lightbar when at high latency now has the option to choose what
you decide is high latency
Show Notifications now has the option to only show warnings, such as
when a controller cannot be grabbed exclusively
Speaking of bad news for Windows 10 users: Hide DS4 has now been
disabled, until i can figure out why this is, it will be disabled, this
means some games that rely on this may not work properly or at all,
sorry about that
As for good news for Windows 10, did you know you can press Windows + G
to open a game bar which can record games. For Windows 10 users, there's
a new special action: Xbox Game DVR. Pick a trigger (only one button)
and tapping/holding/or double tapping does various things, such as
start/stop recording, save an ongoing recording, take a screenshot (via
the xbox app's option or your own hotkey ie form steam), or just open
the gamebar
Much of the code has been updated with c# 6.0
Added manifest so DS4Windows can notice Windows 10 and high DPIs, also
reorganized files
2015-07-31 05:34:22 +02:00
|
|
|
<data name="hideDS4CheckBox.Size" type="System.Drawing.Size, System.Drawing">
|
2015-11-28 06:47:26 +01:00
|
|
|
<value>176, 21</value>
|
Version 1.4.266
Flash Lightbar when at high latency now has the option to choose what
you decide is high latency
Show Notifications now has the option to only show warnings, such as
when a controller cannot be grabbed exclusively
Speaking of bad news for Windows 10 users: Hide DS4 has now been
disabled, until i can figure out why this is, it will be disabled, this
means some games that rely on this may not work properly or at all,
sorry about that
As for good news for Windows 10, did you know you can press Windows + G
to open a game bar which can record games. For Windows 10 users, there's
a new special action: Xbox Game DVR. Pick a trigger (only one button)
and tapping/holding/or double tapping does various things, such as
start/stop recording, save an ongoing recording, take a screenshot (via
the xbox app's option or your own hotkey ie form steam), or just open
the gamebar
Much of the code has been updated with c# 6.0
Added manifest so DS4Windows can notice Windows 10 and high DPIs, also
reorganized files
2015-07-31 05:34:22 +02:00
|
|
|
</data>
|
|
|
|
<data name="hideDS4CheckBox.Text" xml:space="preserve">
|
2015-11-28 06:47:26 +01:00
|
|
|
<value>Cacher la Manette DS4</value>
|
Version 1.4.266
Flash Lightbar when at high latency now has the option to choose what
you decide is high latency
Show Notifications now has the option to only show warnings, such as
when a controller cannot be grabbed exclusively
Speaking of bad news for Windows 10 users: Hide DS4 has now been
disabled, until i can figure out why this is, it will be disabled, this
means some games that rely on this may not work properly or at all,
sorry about that
As for good news for Windows 10, did you know you can press Windows + G
to open a game bar which can record games. For Windows 10 users, there's
a new special action: Xbox Game DVR. Pick a trigger (only one button)
and tapping/holding/or double tapping does various things, such as
start/stop recording, save an ongoing recording, take a screenshot (via
the xbox app's option or your own hotkey ie form steam), or just open
the gamebar
Much of the code has been updated with c# 6.0
Added manifest so DS4Windows can notice Windows 10 and high DPIs, also
reorganized files
2015-07-31 05:34:22 +02:00
|
|
|
</data>
|
|
|
|
<data name="cBSwipeProfiles.Size" type="System.Drawing.Size, System.Drawing">
|
2015-12-19 05:11:12 +01:00
|
|
|
<value>341, 21</value>
|
Version 1.4.266
Flash Lightbar when at high latency now has the option to choose what
you decide is high latency
Show Notifications now has the option to only show warnings, such as
when a controller cannot be grabbed exclusively
Speaking of bad news for Windows 10 users: Hide DS4 has now been
disabled, until i can figure out why this is, it will be disabled, this
means some games that rely on this may not work properly or at all,
sorry about that
As for good news for Windows 10, did you know you can press Windows + G
to open a game bar which can record games. For Windows 10 users, there's
a new special action: Xbox Game DVR. Pick a trigger (only one button)
and tapping/holding/or double tapping does various things, such as
start/stop recording, save an ongoing recording, take a screenshot (via
the xbox app's option or your own hotkey ie form steam), or just open
the gamebar
Much of the code has been updated with c# 6.0
Added manifest so DS4Windows can notice Windows 10 and high DPIs, also
reorganized files
2015-07-31 05:34:22 +02:00
|
|
|
</data>
|
|
|
|
<data name="cBSwipeProfiles.Text" xml:space="preserve">
|
2015-12-19 05:11:12 +01:00
|
|
|
<value>Glisser sur le pavé tactile pour changer de profile</value>
|
Version 1.4.266
Flash Lightbar when at high latency now has the option to choose what
you decide is high latency
Show Notifications now has the option to only show warnings, such as
when a controller cannot be grabbed exclusively
Speaking of bad news for Windows 10 users: Hide DS4 has now been
disabled, until i can figure out why this is, it will be disabled, this
means some games that rely on this may not work properly or at all,
sorry about that
As for good news for Windows 10, did you know you can press Windows + G
to open a game bar which can record games. For Windows 10 users, there's
a new special action: Xbox Game DVR. Pick a trigger (only one button)
and tapping/holding/or double tapping does various things, such as
start/stop recording, save an ongoing recording, take a screenshot (via
the xbox app's option or your own hotkey ie form steam), or just open
the gamebar
Much of the code has been updated with c# 6.0
Added manifest so DS4Windows can notice Windows 10 and high DPIs, also
reorganized files
2015-07-31 05:34:22 +02:00
|
|
|
</data>
|
|
|
|
<data name="StartWindowsCheckBox.Size" type="System.Drawing.Size, System.Drawing">
|
2015-11-28 06:47:26 +01:00
|
|
|
<value>169, 21</value>
|
Version 1.4.266
Flash Lightbar when at high latency now has the option to choose what
you decide is high latency
Show Notifications now has the option to only show warnings, such as
when a controller cannot be grabbed exclusively
Speaking of bad news for Windows 10 users: Hide DS4 has now been
disabled, until i can figure out why this is, it will be disabled, this
means some games that rely on this may not work properly or at all,
sorry about that
As for good news for Windows 10, did you know you can press Windows + G
to open a game bar which can record games. For Windows 10 users, there's
a new special action: Xbox Game DVR. Pick a trigger (only one button)
and tapping/holding/or double tapping does various things, such as
start/stop recording, save an ongoing recording, take a screenshot (via
the xbox app's option or your own hotkey ie form steam), or just open
the gamebar
Much of the code has been updated with c# 6.0
Added manifest so DS4Windows can notice Windows 10 and high DPIs, also
reorganized files
2015-07-31 05:34:22 +02:00
|
|
|
</data>
|
|
|
|
<data name="StartWindowsCheckBox.Text" xml:space="preserve">
|
2015-11-28 06:47:26 +01:00
|
|
|
<value>Lancer au Démarrage</value>
|
Version 1.4.266
Flash Lightbar when at high latency now has the option to choose what
you decide is high latency
Show Notifications now has the option to only show warnings, such as
when a controller cannot be grabbed exclusively
Speaking of bad news for Windows 10 users: Hide DS4 has now been
disabled, until i can figure out why this is, it will be disabled, this
means some games that rely on this may not work properly or at all,
sorry about that
As for good news for Windows 10, did you know you can press Windows + G
to open a game bar which can record games. For Windows 10 users, there's
a new special action: Xbox Game DVR. Pick a trigger (only one button)
and tapping/holding/or double tapping does various things, such as
start/stop recording, save an ongoing recording, take a screenshot (via
the xbox app's option or your own hotkey ie form steam), or just open
the gamebar
Much of the code has been updated with c# 6.0
Added manifest so DS4Windows can notice Windows 10 and high DPIs, also
reorganized files
2015-07-31 05:34:22 +02:00
|
|
|
</data>
|
|
|
|
<data name="startMinimizedCheckBox.Size" type="System.Drawing.Size, System.Drawing">
|
2015-11-28 06:47:26 +01:00
|
|
|
<value>175, 21</value>
|
Version 1.4.266
Flash Lightbar when at high latency now has the option to choose what
you decide is high latency
Show Notifications now has the option to only show warnings, such as
when a controller cannot be grabbed exclusively
Speaking of bad news for Windows 10 users: Hide DS4 has now been
disabled, until i can figure out why this is, it will be disabled, this
means some games that rely on this may not work properly or at all,
sorry about that
As for good news for Windows 10, did you know you can press Windows + G
to open a game bar which can record games. For Windows 10 users, there's
a new special action: Xbox Game DVR. Pick a trigger (only one button)
and tapping/holding/or double tapping does various things, such as
start/stop recording, save an ongoing recording, take a screenshot (via
the xbox app's option or your own hotkey ie form steam), or just open
the gamebar
Much of the code has been updated with c# 6.0
Added manifest so DS4Windows can notice Windows 10 and high DPIs, also
reorganized files
2015-07-31 05:34:22 +02:00
|
|
|
</data>
|
|
|
|
<data name="startMinimizedCheckBox.Text" xml:space="preserve">
|
2015-11-28 06:47:26 +01:00
|
|
|
<value>Réduire au Démarrage</value>
|
|
|
|
</data>
|
|
|
|
<data name="lbNotifications.Size" type="System.Drawing.Size, System.Drawing">
|
2015-11-30 22:15:17 +01:00
|
|
|
<value>157, 17</value>
|
Version 1.4.266
Flash Lightbar when at high latency now has the option to choose what
you decide is high latency
Show Notifications now has the option to only show warnings, such as
when a controller cannot be grabbed exclusively
Speaking of bad news for Windows 10 users: Hide DS4 has now been
disabled, until i can figure out why this is, it will be disabled, this
means some games that rely on this may not work properly or at all,
sorry about that
As for good news for Windows 10, did you know you can press Windows + G
to open a game bar which can record games. For Windows 10 users, there's
a new special action: Xbox Game DVR. Pick a trigger (only one button)
and tapping/holding/or double tapping does various things, such as
start/stop recording, save an ongoing recording, take a screenshot (via
the xbox app's option or your own hotkey ie form steam), or just open
the gamebar
Much of the code has been updated with c# 6.0
Added manifest so DS4Windows can notice Windows 10 and high DPIs, also
reorganized files
2015-07-31 05:34:22 +02:00
|
|
|
</data>
|
2015-11-28 06:47:26 +01:00
|
|
|
<data name="lbNotifications.Text" xml:space="preserve">
|
2015-11-30 22:15:17 +01:00
|
|
|
<value>Afficher les notifications</value>
|
|
|
|
</data>
|
|
|
|
<data name="cBoxNotifications.Items" xml:space="preserve">
|
|
|
|
<value>Aucun</value>
|
|
|
|
</data>
|
|
|
|
<data name="cBoxNotifications.Items1" xml:space="preserve">
|
|
|
|
<value>Alertes uniquement</value>
|
|
|
|
</data>
|
|
|
|
<data name="cBoxNotifications.Items2" xml:space="preserve">
|
|
|
|
<value>Tous</value>
|
Version 1.4.266
Flash Lightbar when at high latency now has the option to choose what
you decide is high latency
Show Notifications now has the option to only show warnings, such as
when a controller cannot be grabbed exclusively
Speaking of bad news for Windows 10 users: Hide DS4 has now been
disabled, until i can figure out why this is, it will be disabled, this
means some games that rely on this may not work properly or at all,
sorry about that
As for good news for Windows 10, did you know you can press Windows + G
to open a game bar which can record games. For Windows 10 users, there's
a new special action: Xbox Game DVR. Pick a trigger (only one button)
and tapping/holding/or double tapping does various things, such as
start/stop recording, save an ongoing recording, take a screenshot (via
the xbox app's option or your own hotkey ie form steam), or just open
the gamebar
Much of the code has been updated with c# 6.0
Added manifest so DS4Windows can notice Windows 10 and high DPIs, also
reorganized files
2015-07-31 05:34:22 +02:00
|
|
|
</data>
|
2015-11-28 06:47:26 +01:00
|
|
|
<data name="cBoxNotifications.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>168, 1</value>
|
|
|
|
</data>
|
2015-12-19 05:11:12 +01:00
|
|
|
<data name="panel1.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>304, 28</value>
|
|
|
|
</data>
|
Version 1.4.266
Flash Lightbar when at high latency now has the option to choose what
you decide is high latency
Show Notifications now has the option to only show warnings, such as
when a controller cannot be grabbed exclusively
Speaking of bad news for Windows 10 users: Hide DS4 has now been
disabled, until i can figure out why this is, it will be disabled, this
means some games that rely on this may not work properly or at all,
sorry about that
As for good news for Windows 10, did you know you can press Windows + G
to open a game bar which can record games. For Windows 10 users, there's
a new special action: Xbox Game DVR. Pick a trigger (only one button)
and tapping/holding/or double tapping does various things, such as
start/stop recording, save an ongoing recording, take a screenshot (via
the xbox app's option or your own hotkey ie form steam), or just open
the gamebar
Much of the code has been updated with c# 6.0
Added manifest so DS4Windows can notice Windows 10 and high DPIs, also
reorganized files
2015-07-31 05:34:22 +02:00
|
|
|
<data name="cBDisconnectBT.Size" type="System.Drawing.Size, System.Drawing">
|
2015-11-28 06:47:26 +01:00
|
|
|
<value>247, 21</value>
|
Version 1.4.266
Flash Lightbar when at high latency now has the option to choose what
you decide is high latency
Show Notifications now has the option to only show warnings, such as
when a controller cannot be grabbed exclusively
Speaking of bad news for Windows 10 users: Hide DS4 has now been
disabled, until i can figure out why this is, it will be disabled, this
means some games that rely on this may not work properly or at all,
sorry about that
As for good news for Windows 10, did you know you can press Windows + G
to open a game bar which can record games. For Windows 10 users, there's
a new special action: Xbox Game DVR. Pick a trigger (only one button)
and tapping/holding/or double tapping does various things, such as
start/stop recording, save an ongoing recording, take a screenshot (via
the xbox app's option or your own hotkey ie form steam), or just open
the gamebar
Much of the code has been updated with c# 6.0
Added manifest so DS4Windows can notice Windows 10 and high DPIs, also
reorganized files
2015-07-31 05:34:22 +02:00
|
|
|
</data>
|
|
|
|
<data name="cBDisconnectBT.Text" xml:space="preserve">
|
2015-11-28 06:47:26 +01:00
|
|
|
<value>Déconnecter du Bluetooth à l'arrêt</value>
|
|
|
|
</data>
|
|
|
|
<data name="nUDLatency.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>366, 2</value>
|
|
|
|
</data>
|
|
|
|
<data name="lbMsLatency.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>429, 5</value>
|
Version 1.4.266
Flash Lightbar when at high latency now has the option to choose what
you decide is high latency
Show Notifications now has the option to only show warnings, such as
when a controller cannot be grabbed exclusively
Speaking of bad news for Windows 10 users: Hide DS4 has now been
disabled, until i can figure out why this is, it will be disabled, this
means some games that rely on this may not work properly or at all,
sorry about that
As for good news for Windows 10, did you know you can press Windows + G
to open a game bar which can record games. For Windows 10 users, there's
a new special action: Xbox Game DVR. Pick a trigger (only one button)
and tapping/holding/or double tapping does various things, such as
start/stop recording, save an ongoing recording, take a screenshot (via
the xbox app's option or your own hotkey ie form steam), or just open
the gamebar
Much of the code has been updated with c# 6.0
Added manifest so DS4Windows can notice Windows 10 and high DPIs, also
reorganized files
2015-07-31 05:34:22 +02:00
|
|
|
</data>
|
|
|
|
<data name="cBFlashWhenLate.Size" type="System.Drawing.Size, System.Drawing">
|
2015-11-28 06:47:26 +01:00
|
|
|
<value>371, 21</value>
|
Version 1.4.266
Flash Lightbar when at high latency now has the option to choose what
you decide is high latency
Show Notifications now has the option to only show warnings, such as
when a controller cannot be grabbed exclusively
Speaking of bad news for Windows 10 users: Hide DS4 has now been
disabled, until i can figure out why this is, it will be disabled, this
means some games that rely on this may not work properly or at all,
sorry about that
As for good news for Windows 10, did you know you can press Windows + G
to open a game bar which can record games. For Windows 10 users, there's
a new special action: Xbox Game DVR. Pick a trigger (only one button)
and tapping/holding/or double tapping does various things, such as
start/stop recording, save an ongoing recording, take a screenshot (via
the xbox app's option or your own hotkey ie form steam), or just open
the gamebar
Much of the code has been updated with c# 6.0
Added manifest so DS4Windows can notice Windows 10 and high DPIs, also
reorganized files
2015-07-31 05:34:22 +02:00
|
|
|
</data>
|
|
|
|
<data name="cBFlashWhenLate.Text" xml:space="preserve">
|
2015-11-28 06:47:26 +01:00
|
|
|
<value>Faire clignoter la barre lumineuse lors de forte latence</value>
|
|
|
|
</data>
|
2015-12-19 05:11:12 +01:00
|
|
|
<data name="panel2.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>458, 28</value>
|
|
|
|
</data>
|
Version 1.4.266
Flash Lightbar when at high latency now has the option to choose what
you decide is high latency
Show Notifications now has the option to only show warnings, such as
when a controller cannot be grabbed exclusively
Speaking of bad news for Windows 10 users: Hide DS4 has now been
disabled, until i can figure out why this is, it will be disabled, this
means some games that rely on this may not work properly or at all,
sorry about that
As for good news for Windows 10, did you know you can press Windows + G
to open a game bar which can record games. For Windows 10 users, there's
a new special action: Xbox Game DVR. Pick a trigger (only one button)
and tapping/holding/or double tapping does various things, such as
start/stop recording, save an ongoing recording, take a screenshot (via
the xbox app's option or your own hotkey ie form steam), or just open
the gamebar
Much of the code has been updated with c# 6.0
Added manifest so DS4Windows can notice Windows 10 and high DPIs, also
reorganized files
2015-07-31 05:34:22 +02:00
|
|
|
<data name="cBCloseMini.Size" type="System.Drawing.Size, System.Drawing">
|
2015-11-28 06:47:26 +01:00
|
|
|
<value>268, 21</value>
|
Version 1.4.266
Flash Lightbar when at high latency now has the option to choose what
you decide is high latency
Show Notifications now has the option to only show warnings, such as
when a controller cannot be grabbed exclusively
Speaking of bad news for Windows 10 users: Hide DS4 has now been
disabled, until i can figure out why this is, it will be disabled, this
means some games that rely on this may not work properly or at all,
sorry about that
As for good news for Windows 10, did you know you can press Windows + G
to open a game bar which can record games. For Windows 10 users, there's
a new special action: Xbox Game DVR. Pick a trigger (only one button)
and tapping/holding/or double tapping does various things, such as
start/stop recording, save an ongoing recording, take a screenshot (via
the xbox app's option or your own hotkey ie form steam), or just open
the gamebar
Much of the code has been updated with c# 6.0
Added manifest so DS4Windows can notice Windows 10 and high DPIs, also
reorganized files
2015-07-31 05:34:22 +02:00
|
|
|
</data>
|
|
|
|
<data name="cBCloseMini.Text" xml:space="preserve">
|
2015-11-28 06:47:26 +01:00
|
|
|
<value>Réduire l'application au lieu de quitter</value>
|
Version 1.4.266
Flash Lightbar when at high latency now has the option to choose what
you decide is high latency
Show Notifications now has the option to only show warnings, such as
when a controller cannot be grabbed exclusively
Speaking of bad news for Windows 10 users: Hide DS4 has now been
disabled, until i can figure out why this is, it will be disabled, this
means some games that rely on this may not work properly or at all,
sorry about that
As for good news for Windows 10, did you know you can press Windows + G
to open a game bar which can record games. For Windows 10 users, there's
a new special action: Xbox Game DVR. Pick a trigger (only one button)
and tapping/holding/or double tapping does various things, such as
start/stop recording, save an ongoing recording, take a screenshot (via
the xbox app's option or your own hotkey ie form steam), or just open
the gamebar
Much of the code has been updated with c# 6.0
Added manifest so DS4Windows can notice Windows 10 and high DPIs, also
reorganized files
2015-07-31 05:34:22 +02:00
|
|
|
</data>
|
|
|
|
<data name="cBQuickCharge.Size" type="System.Drawing.Size, System.Drawing">
|
2015-11-28 06:47:26 +01:00
|
|
|
<value>125, 21</value>
|
Version 1.4.266
Flash Lightbar when at high latency now has the option to choose what
you decide is high latency
Show Notifications now has the option to only show warnings, such as
when a controller cannot be grabbed exclusively
Speaking of bad news for Windows 10 users: Hide DS4 has now been
disabled, until i can figure out why this is, it will be disabled, this
means some games that rely on this may not work properly or at all,
sorry about that
As for good news for Windows 10, did you know you can press Windows + G
to open a game bar which can record games. For Windows 10 users, there's
a new special action: Xbox Game DVR. Pick a trigger (only one button)
and tapping/holding/or double tapping does various things, such as
start/stop recording, save an ongoing recording, take a screenshot (via
the xbox app's option or your own hotkey ie form steam), or just open
the gamebar
Much of the code has been updated with c# 6.0
Added manifest so DS4Windows can notice Windows 10 and high DPIs, also
reorganized files
2015-07-31 05:34:22 +02:00
|
|
|
</data>
|
|
|
|
<data name="cBQuickCharge.Text" xml:space="preserve">
|
2015-11-28 06:47:26 +01:00
|
|
|
<value>Charge Rapide</value>
|
Version 1.4.266
Flash Lightbar when at high latency now has the option to choose what
you decide is high latency
Show Notifications now has the option to only show warnings, such as
when a controller cannot be grabbed exclusively
Speaking of bad news for Windows 10 users: Hide DS4 has now been
disabled, until i can figure out why this is, it will be disabled, this
means some games that rely on this may not work properly or at all,
sorry about that
As for good news for Windows 10, did you know you can press Windows + G
to open a game bar which can record games. For Windows 10 users, there's
a new special action: Xbox Game DVR. Pick a trigger (only one button)
and tapping/holding/or double tapping does various things, such as
start/stop recording, save an ongoing recording, take a screenshot (via
the xbox app's option or your own hotkey ie form steam), or just open
the gamebar
Much of the code has been updated with c# 6.0
Added manifest so DS4Windows can notice Windows 10 and high DPIs, also
reorganized files
2015-07-31 05:34:22 +02:00
|
|
|
</data>
|
|
|
|
<data name="cBDownloadLangauge.Size" type="System.Drawing.Size, System.Drawing">
|
2015-12-19 05:11:12 +01:00
|
|
|
<value>295, 21</value>
|
Version 1.4.266
Flash Lightbar when at high latency now has the option to choose what
you decide is high latency
Show Notifications now has the option to only show warnings, such as
when a controller cannot be grabbed exclusively
Speaking of bad news for Windows 10 users: Hide DS4 has now been
disabled, until i can figure out why this is, it will be disabled, this
means some games that rely on this may not work properly or at all,
sorry about that
As for good news for Windows 10, did you know you can press Windows + G
to open a game bar which can record games. For Windows 10 users, there's
a new special action: Xbox Game DVR. Pick a trigger (only one button)
and tapping/holding/or double tapping does various things, such as
start/stop recording, save an ongoing recording, take a screenshot (via
the xbox app's option or your own hotkey ie form steam), or just open
the gamebar
Much of the code has been updated with c# 6.0
Added manifest so DS4Windows can notice Windows 10 and high DPIs, also
reorganized files
2015-07-31 05:34:22 +02:00
|
|
|
</data>
|
|
|
|
<data name="cBDownloadLangauge.Text" xml:space="preserve">
|
2015-12-19 05:11:12 +01:00
|
|
|
<value>Télécharger le pack de langues avec MAJ</value>
|
2015-11-28 06:47:26 +01:00
|
|
|
</data>
|
|
|
|
<data name="cBUpdate.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>270, 21</value>
|
|
|
|
</data>
|
|
|
|
<data name="cBUpdate.Text" xml:space="preserve">
|
|
|
|
<value>Vérifier les mises à jour au démarrage</value>
|
Version 1.4.266
Flash Lightbar when at high latency now has the option to choose what
you decide is high latency
Show Notifications now has the option to only show warnings, such as
when a controller cannot be grabbed exclusively
Speaking of bad news for Windows 10 users: Hide DS4 has now been
disabled, until i can figure out why this is, it will be disabled, this
means some games that rely on this may not work properly or at all,
sorry about that
As for good news for Windows 10, did you know you can press Windows + G
to open a game bar which can record games. For Windows 10 users, there's
a new special action: Xbox Game DVR. Pick a trigger (only one button)
and tapping/holding/or double tapping does various things, such as
start/stop recording, save an ongoing recording, take a screenshot (via
the xbox app's option or your own hotkey ie form steam), or just open
the gamebar
Much of the code has been updated with c# 6.0
Added manifest so DS4Windows can notice Windows 10 and high DPIs, also
reorganized files
2015-07-31 05:34:22 +02:00
|
|
|
</data>
|
|
|
|
<data name="cBUpdateTime.Items" xml:space="preserve">
|
2015-11-28 06:47:26 +01:00
|
|
|
<value>heures</value>
|
Version 1.4.266
Flash Lightbar when at high latency now has the option to choose what
you decide is high latency
Show Notifications now has the option to only show warnings, such as
when a controller cannot be grabbed exclusively
Speaking of bad news for Windows 10 users: Hide DS4 has now been
disabled, until i can figure out why this is, it will be disabled, this
means some games that rely on this may not work properly or at all,
sorry about that
As for good news for Windows 10, did you know you can press Windows + G
to open a game bar which can record games. For Windows 10 users, there's
a new special action: Xbox Game DVR. Pick a trigger (only one button)
and tapping/holding/or double tapping does various things, such as
start/stop recording, save an ongoing recording, take a screenshot (via
the xbox app's option or your own hotkey ie form steam), or just open
the gamebar
Much of the code has been updated with c# 6.0
Added manifest so DS4Windows can notice Windows 10 and high DPIs, also
reorganized files
2015-07-31 05:34:22 +02:00
|
|
|
</data>
|
|
|
|
<data name="cBUpdateTime.Items1" xml:space="preserve">
|
2015-11-28 06:47:26 +01:00
|
|
|
<value>jours</value>
|
Version 1.4.266
Flash Lightbar when at high latency now has the option to choose what
you decide is high latency
Show Notifications now has the option to only show warnings, such as
when a controller cannot be grabbed exclusively
Speaking of bad news for Windows 10 users: Hide DS4 has now been
disabled, until i can figure out why this is, it will be disabled, this
means some games that rely on this may not work properly or at all,
sorry about that
As for good news for Windows 10, did you know you can press Windows + G
to open a game bar which can record games. For Windows 10 users, there's
a new special action: Xbox Game DVR. Pick a trigger (only one button)
and tapping/holding/or double tapping does various things, such as
start/stop recording, save an ongoing recording, take a screenshot (via
the xbox app's option or your own hotkey ie form steam), or just open
the gamebar
Much of the code has been updated with c# 6.0
Added manifest so DS4Windows can notice Windows 10 and high DPIs, also
reorganized files
2015-07-31 05:34:22 +02:00
|
|
|
</data>
|
|
|
|
<data name="cBUpdateTime.Location" type="System.Drawing.Point, System.Drawing">
|
2015-11-28 06:47:26 +01:00
|
|
|
<value>178, 1</value>
|
Version 1.4.266
Flash Lightbar when at high latency now has the option to choose what
you decide is high latency
Show Notifications now has the option to only show warnings, such as
when a controller cannot be grabbed exclusively
Speaking of bad news for Windows 10 users: Hide DS4 has now been
disabled, until i can figure out why this is, it will be disabled, this
means some games that rely on this may not work properly or at all,
sorry about that
As for good news for Windows 10, did you know you can press Windows + G
to open a game bar which can record games. For Windows 10 users, there's
a new special action: Xbox Game DVR. Pick a trigger (only one button)
and tapping/holding/or double tapping does various things, such as
start/stop recording, save an ongoing recording, take a screenshot (via
the xbox app's option or your own hotkey ie form steam), or just open
the gamebar
Much of the code has been updated with c# 6.0
Added manifest so DS4Windows can notice Windows 10 and high DPIs, also
reorganized files
2015-07-31 05:34:22 +02:00
|
|
|
</data>
|
|
|
|
<data name="lbCheckEvery.Size" type="System.Drawing.Size, System.Drawing">
|
2015-11-28 06:47:26 +01:00
|
|
|
<value>104, 17</value>
|
Version 1.4.266
Flash Lightbar when at high latency now has the option to choose what
you decide is high latency
Show Notifications now has the option to only show warnings, such as
when a controller cannot be grabbed exclusively
Speaking of bad news for Windows 10 users: Hide DS4 has now been
disabled, until i can figure out why this is, it will be disabled, this
means some games that rely on this may not work properly or at all,
sorry about that
As for good news for Windows 10, did you know you can press Windows + G
to open a game bar which can record games. For Windows 10 users, there's
a new special action: Xbox Game DVR. Pick a trigger (only one button)
and tapping/holding/or double tapping does various things, such as
start/stop recording, save an ongoing recording, take a screenshot (via
the xbox app's option or your own hotkey ie form steam), or just open
the gamebar
Much of the code has been updated with c# 6.0
Added manifest so DS4Windows can notice Windows 10 and high DPIs, also
reorganized files
2015-07-31 05:34:22 +02:00
|
|
|
</data>
|
|
|
|
<data name="lbCheckEvery.Text" xml:space="preserve">
|
2015-11-28 06:47:26 +01:00
|
|
|
<value>Vérifier chaque</value>
|
Version 1.4.266
Flash Lightbar when at high latency now has the option to choose what
you decide is high latency
Show Notifications now has the option to only show warnings, such as
when a controller cannot be grabbed exclusively
Speaking of bad news for Windows 10 users: Hide DS4 has now been
disabled, until i can figure out why this is, it will be disabled, this
means some games that rely on this may not work properly or at all,
sorry about that
As for good news for Windows 10, did you know you can press Windows + G
to open a game bar which can record games. For Windows 10 users, there's
a new special action: Xbox Game DVR. Pick a trigger (only one button)
and tapping/holding/or double tapping does various things, such as
start/stop recording, save an ongoing recording, take a screenshot (via
the xbox app's option or your own hotkey ie form steam), or just open
the gamebar
Much of the code has been updated with c# 6.0
Added manifest so DS4Windows can notice Windows 10 and high DPIs, also
reorganized files
2015-07-31 05:34:22 +02:00
|
|
|
</data>
|
|
|
|
<data name="nUDUpdateTime.Location" type="System.Drawing.Point, System.Drawing">
|
2015-11-28 06:47:26 +01:00
|
|
|
<value>116, 1</value>
|
Version 1.4.266
Flash Lightbar when at high latency now has the option to choose what
you decide is high latency
Show Notifications now has the option to only show warnings, such as
when a controller cannot be grabbed exclusively
Speaking of bad news for Windows 10 users: Hide DS4 has now been
disabled, until i can figure out why this is, it will be disabled, this
means some games that rely on this may not work properly or at all,
sorry about that
As for good news for Windows 10, did you know you can press Windows + G
to open a game bar which can record games. For Windows 10 users, there's
a new special action: Xbox Game DVR. Pick a trigger (only one button)
and tapping/holding/or double tapping does various things, such as
start/stop recording, save an ongoing recording, take a screenshot (via
the xbox app's option or your own hotkey ie form steam), or just open
the gamebar
Much of the code has been updated with c# 6.0
Added manifest so DS4Windows can notice Windows 10 and high DPIs, also
reorganized files
2015-07-31 05:34:22 +02:00
|
|
|
</data>
|
2015-12-19 05:11:12 +01:00
|
|
|
<data name="pNUpdate.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>256, 30</value>
|
Version 1.4.266
Flash Lightbar when at high latency now has the option to choose what
you decide is high latency
Show Notifications now has the option to only show warnings, such as
when a controller cannot be grabbed exclusively
Speaking of bad news for Windows 10 users: Hide DS4 has now been
disabled, until i can figure out why this is, it will be disabled, this
means some games that rely on this may not work properly or at all,
sorry about that
As for good news for Windows 10, did you know you can press Windows + G
to open a game bar which can record games. For Windows 10 users, there's
a new special action: Xbox Game DVR. Pick a trigger (only one button)
and tapping/holding/or double tapping does various things, such as
start/stop recording, save an ongoing recording, take a screenshot (via
the xbox app's option or your own hotkey ie form steam), or just open
the gamebar
Much of the code has been updated with c# 6.0
Added manifest so DS4Windows can notice Windows 10 and high DPIs, also
reorganized files
2015-07-31 05:34:22 +02:00
|
|
|
</data>
|
|
|
|
<data name="lbUseXIPorts.Size" type="System.Drawing.Size, System.Drawing">
|
2015-11-28 06:47:26 +01:00
|
|
|
<value>153, 17</value>
|
Version 1.4.266
Flash Lightbar when at high latency now has the option to choose what
you decide is high latency
Show Notifications now has the option to only show warnings, such as
when a controller cannot be grabbed exclusively
Speaking of bad news for Windows 10 users: Hide DS4 has now been
disabled, until i can figure out why this is, it will be disabled, this
means some games that rely on this may not work properly or at all,
sorry about that
As for good news for Windows 10, did you know you can press Windows + G
to open a game bar which can record games. For Windows 10 users, there's
a new special action: Xbox Game DVR. Pick a trigger (only one button)
and tapping/holding/or double tapping does various things, such as
start/stop recording, save an ongoing recording, take a screenshot (via
the xbox app's option or your own hotkey ie form steam), or just open
the gamebar
Much of the code has been updated with c# 6.0
Added manifest so DS4Windows can notice Windows 10 and high DPIs, also
reorganized files
2015-07-31 05:34:22 +02:00
|
|
|
</data>
|
|
|
|
<data name="lbUseXIPorts.Text" xml:space="preserve">
|
2015-11-28 06:47:26 +01:00
|
|
|
<value>Utiliser les ports Xinput</value>
|
Version 1.4.266
Flash Lightbar when at high latency now has the option to choose what
you decide is high latency
Show Notifications now has the option to only show warnings, such as
when a controller cannot be grabbed exclusively
Speaking of bad news for Windows 10 users: Hide DS4 has now been
disabled, until i can figure out why this is, it will be disabled, this
means some games that rely on this may not work properly or at all,
sorry about that
As for good news for Windows 10, did you know you can press Windows + G
to open a game bar which can record games. For Windows 10 users, there's
a new special action: Xbox Game DVR. Pick a trigger (only one button)
and tapping/holding/or double tapping does various things, such as
start/stop recording, save an ongoing recording, take a screenshot (via
the xbox app's option or your own hotkey ie form steam), or just open
the gamebar
Much of the code has been updated with c# 6.0
Added manifest so DS4Windows can notice Windows 10 and high DPIs, also
reorganized files
2015-07-31 05:34:22 +02:00
|
|
|
</data>
|
|
|
|
<data name="nUDXIPorts.Location" type="System.Drawing.Point, System.Drawing">
|
2015-11-28 06:47:26 +01:00
|
|
|
<value>160, 1</value>
|
Version 1.4.266
Flash Lightbar when at high latency now has the option to choose what
you decide is high latency
Show Notifications now has the option to only show warnings, such as
when a controller cannot be grabbed exclusively
Speaking of bad news for Windows 10 users: Hide DS4 has now been
disabled, until i can figure out why this is, it will be disabled, this
means some games that rely on this may not work properly or at all,
sorry about that
As for good news for Windows 10, did you know you can press Windows + G
to open a game bar which can record games. For Windows 10 users, there's
a new special action: Xbox Game DVR. Pick a trigger (only one button)
and tapping/holding/or double tapping does various things, such as
start/stop recording, save an ongoing recording, take a screenshot (via
the xbox app's option or your own hotkey ie form steam), or just open
the gamebar
Much of the code has been updated with c# 6.0
Added manifest so DS4Windows can notice Windows 10 and high DPIs, also
reorganized files
2015-07-31 05:34:22 +02:00
|
|
|
</data>
|
|
|
|
<data name="lbLastXIPort.Location" type="System.Drawing.Point, System.Drawing">
|
2015-11-28 06:47:26 +01:00
|
|
|
<value>223, 4</value>
|
|
|
|
</data>
|
2015-12-19 05:11:12 +01:00
|
|
|
<data name="pnlXIPorts.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>13, 384</value>
|
Version 1.4.266
Flash Lightbar when at high latency now has the option to choose what
you decide is high latency
Show Notifications now has the option to only show warnings, such as
when a controller cannot be grabbed exclusively
Speaking of bad news for Windows 10 users: Hide DS4 has now been
disabled, until i can figure out why this is, it will be disabled, this
means some games that rely on this may not work properly or at all,
sorry about that
As for good news for Windows 10, did you know you can press Windows + G
to open a game bar which can record games. For Windows 10 users, there's
a new special action: Xbox Game DVR. Pick a trigger (only one button)
and tapping/holding/or double tapping does various things, such as
start/stop recording, save an ongoing recording, take a screenshot (via
the xbox app's option or your own hotkey ie form steam), or just open
the gamebar
Much of the code has been updated with c# 6.0
Added manifest so DS4Windows can notice Windows 10 and high DPIs, also
reorganized files
2015-07-31 05:34:22 +02:00
|
|
|
</data>
|
2015-12-19 05:11:12 +01:00
|
|
|
<data name="pnlXIPorts.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>276, 28</value>
|
Version 1.4.266
Flash Lightbar when at high latency now has the option to choose what
you decide is high latency
Show Notifications now has the option to only show warnings, such as
when a controller cannot be grabbed exclusively
Speaking of bad news for Windows 10 users: Hide DS4 has now been
disabled, until i can figure out why this is, it will be disabled, this
means some games that rely on this may not work properly or at all,
sorry about that
As for good news for Windows 10, did you know you can press Windows + G
to open a game bar which can record games. For Windows 10 users, there's
a new special action: Xbox Game DVR. Pick a trigger (only one button)
and tapping/holding/or double tapping does various things, such as
start/stop recording, save an ongoing recording, take a screenshot (via
the xbox app's option or your own hotkey ie form steam), or just open
the gamebar
Much of the code has been updated with c# 6.0
Added manifest so DS4Windows can notice Windows 10 and high DPIs, also
reorganized files
2015-07-31 05:34:22 +02:00
|
|
|
</data>
|
2015-06-01 21:04:22 +02:00
|
|
|
<data name="linkProfiles.Size" type="System.Drawing.Size, System.Drawing">
|
2015-11-28 06:47:26 +01:00
|
|
|
<value>112, 17</value>
|
2015-06-01 21:04:22 +02:00
|
|
|
</data>
|
|
|
|
<data name="linkProfiles.Text" xml:space="preserve">
|
2015-11-28 06:47:26 +01:00
|
|
|
<value>Dossier de Profil</value>
|
2015-06-01 21:04:22 +02:00
|
|
|
</data>
|
|
|
|
<data name="lnkControllers.Size" type="System.Drawing.Size, System.Drawing">
|
2015-11-28 06:47:26 +01:00
|
|
|
<value>173, 17</value>
|
2015-06-01 21:04:22 +02:00
|
|
|
</data>
|
|
|
|
<data name="lnkControllers.Text" xml:space="preserve">
|
2015-11-28 06:47:26 +01:00
|
|
|
<value>Panneau de Configuration</value>
|
2015-06-01 21:04:22 +02:00
|
|
|
</data>
|
|
|
|
<data name="linkUninstall.Size" type="System.Drawing.Size, System.Drawing">
|
2015-11-28 06:47:26 +01:00
|
|
|
<value>222, 17</value>
|
2015-06-01 21:04:22 +02:00
|
|
|
</data>
|
|
|
|
<data name="linkUninstall.Text" xml:space="preserve">
|
2015-11-28 06:47:26 +01:00
|
|
|
<value>Désinstaller le pilote (driver) VBus</value>
|
|
|
|
</data>
|
|
|
|
<data name="linkUninstall.TextAlign" type="System.Drawing.ContentAlignment, System.Drawing">
|
|
|
|
<value>TopLeft</value>
|
2015-06-01 21:04:22 +02:00
|
|
|
</data>
|
|
|
|
<data name="linkSetup.Size" type="System.Drawing.Size, System.Drawing">
|
2015-11-28 06:47:26 +01:00
|
|
|
<value>165, 17</value>
|
2015-06-01 21:04:22 +02:00
|
|
|
</data>
|
|
|
|
<data name="linkSetup.Text" xml:space="preserve">
|
2015-11-28 06:47:26 +01:00
|
|
|
<value>Installation de la Manette</value>
|
2015-06-01 21:04:22 +02:00
|
|
|
</data>
|
|
|
|
<data name="lLBUpdate.Size" type="System.Drawing.Size, System.Drawing">
|
2015-12-19 05:11:12 +01:00
|
|
|
<value>155, 17</value>
|
2015-06-01 21:04:22 +02:00
|
|
|
</data>
|
|
|
|
<data name="lLBUpdate.Text" xml:space="preserve">
|
2015-12-19 05:11:12 +01:00
|
|
|
<value>Vérifier s'il y a une MAJ</value>
|
2015-11-28 06:47:26 +01:00
|
|
|
</data>
|
|
|
|
<data name="lLBUpdate.TextAlign" type="System.Drawing.ContentAlignment, System.Drawing">
|
|
|
|
<value>TopLeft</value>
|
2015-06-01 21:04:22 +02:00
|
|
|
</data>
|
2015-12-19 05:11:12 +01:00
|
|
|
<data name="flowLayoutPanel1.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>479, 13</value>
|
|
|
|
</data>
|
|
|
|
<data name="flowLayoutPanel1.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>230, 85</value>
|
|
|
|
</data>
|
|
|
|
<data name="tabSettings.Text" xml:space="preserve">
|
|
|
|
<value>Paramètres</value>
|
|
|
|
</data>
|
2015-11-30 22:15:17 +01:00
|
|
|
<data name="tabLog.Text" xml:space="preserve">
|
|
|
|
<value>Fichier Log</value>
|
Version 1.4.266
Flash Lightbar when at high latency now has the option to choose what
you decide is high latency
Show Notifications now has the option to only show warnings, such as
when a controller cannot be grabbed exclusively
Speaking of bad news for Windows 10 users: Hide DS4 has now been
disabled, until i can figure out why this is, it will be disabled, this
means some games that rely on this may not work properly or at all,
sorry about that
As for good news for Windows 10, did you know you can press Windows + G
to open a game bar which can record games. For Windows 10 users, there's
a new special action: Xbox Game DVR. Pick a trigger (only one button)
and tapping/holding/or double tapping does various things, such as
start/stop recording, save an ongoing recording, take a screenshot (via
the xbox app's option or your own hotkey ie form steam), or just open
the gamebar
Much of the code has been updated with c# 6.0
Added manifest so DS4Windows can notice Windows 10 and high DPIs, also
reorganized files
2015-07-31 05:34:22 +02:00
|
|
|
</data>
|
2015-11-30 22:15:17 +01:00
|
|
|
<data name="useProfileColorToolStripMenuItem.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>306, 26</value>
|
2015-11-28 06:47:26 +01:00
|
|
|
</data>
|
2015-11-30 22:15:17 +01:00
|
|
|
<data name="useProfileColorToolStripMenuItem.Text" xml:space="preserve">
|
|
|
|
<value>Utiliser la couleur de profil</value>
|
|
|
|
</data>
|
|
|
|
<data name="useCustomColorToolStripMenuItem.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>306, 26</value>
|
|
|
|
</data>
|
|
|
|
<data name="useCustomColorToolStripMenuItem.Text" xml:space="preserve">
|
|
|
|
<value>Utiliser une couleur personnalisée</value>
|
|
|
|
</data>
|
2015-12-19 05:11:12 +01:00
|
|
|
<data name="cMCustomLed.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>307, 56</value>
|
2015-12-18 07:25:51 +01:00
|
|
|
</data>
|
2016-10-09 05:21:44 +02:00
|
|
|
<data name="lbID.Text" xml:space="preserve">
|
|
|
|
<value>ID</value>
|
|
|
|
</data>
|
2015-06-01 21:04:22 +02:00
|
|
|
</root>
|