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>Hora</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>Datos</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>662, 11</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>Iniciar</value>
|
|
|
|
</data>
|
|
|
|
<data name="lbLastMessage.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>798, 22</value>
|
|
|
|
</data>
|
|
|
|
<data name="llbHelp.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>811, 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>231, 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>Teclas de acceso rápido/Acerca de</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>Limpiar</value>
|
2015-06-01 21:04:22 +02: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="editProfileForController1ToolStripMenuItem.Size" type="System.Drawing.Size, System.Drawing">
|
2015-11-28 06:47:26 +01:00
|
|
|
<value>280, 24</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="editProfileForController1ToolStripMenuItem.Text" xml:space="preserve">
|
2017-10-06 18:51:54 +02:00
|
|
|
<value>Editar perfil del Control 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="editProfileForController2ToolStripMenuItem.Size" type="System.Drawing.Size, System.Drawing">
|
2015-11-28 06:47:26 +01:00
|
|
|
<value>280, 24</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="editProfileForController2ToolStripMenuItem.Text" xml:space="preserve">
|
2017-10-06 18:51:54 +02:00
|
|
|
<value>Editar perfil del Control 2</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="editProfileForController3ToolStripMenuItem.Size" type="System.Drawing.Size, System.Drawing">
|
2015-11-28 06:47:26 +01:00
|
|
|
<value>280, 24</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="editProfileForController3ToolStripMenuItem.Text" xml:space="preserve">
|
2017-10-06 18:51:54 +02:00
|
|
|
<value>Editar perfil del Control 3</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="editProfileForController4ToolStripMenuItem.Size" type="System.Drawing.Size, System.Drawing">
|
2015-11-28 06:47:26 +01:00
|
|
|
<value>280, 24</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="editProfileForController4ToolStripMenuItem.Text" xml:space="preserve">
|
2017-10-06 18:51:54 +02:00
|
|
|
<value>Editar perfil del Control 4</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="toolStripSeparator1.Size" type="System.Drawing.Size, System.Drawing">
|
2015-11-28 06:47:26 +01:00
|
|
|
<value>277, 6</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="startToolStripMenuItem.Size" type="System.Drawing.Size, System.Drawing">
|
2015-11-28 06:47:26 +01:00
|
|
|
<value>280, 24</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="startToolStripMenuItem.Text" xml:space="preserve">
|
2015-11-28 06:47:26 +01:00
|
|
|
<value>Iniciar</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="openToolStripMenuItem.Size" type="System.Drawing.Size, System.Drawing">
|
2015-11-28 06:47:26 +01:00
|
|
|
<value>280, 24</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="openToolStripMenuItem.Text" xml:space="preserve">
|
2015-11-28 06:47:26 +01:00
|
|
|
<value>Abrir</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="exitToolStripMenuItem.Size" type="System.Drawing.Size, System.Drawing">
|
2015-11-28 06:47:26 +01:00
|
|
|
<value>280, 24</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="exitToolStripMenuItem.Text" xml:space="preserve">
|
2015-11-28 06:47:26 +01:00
|
|
|
<value>Salir (Boton Central del Ratón)</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="cMTaskbar.Size" type="System.Drawing.Size, System.Drawing">
|
2015-11-28 06:47:26 +01:00
|
|
|
<value>281, 178</value>
|
2015-06-01 21:04:22 +02:00
|
|
|
</data>
|
2015-11-28 06:47:26 +01:00
|
|
|
<data name="bnLight3.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>1084, 94</value>
|
|
|
|
</data>
|
|
|
|
<data name="bnLight3.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>34, 28</value>
|
|
|
|
</data>
|
2015-06-01 21:04:22 +02:00
|
|
|
<data name="pBStatus1.Location" type="System.Drawing.Point, System.Drawing">
|
2015-11-28 06:47:26 +01:00
|
|
|
<value>503, 26</value>
|
2015-06-01 21:04:22 +02:00
|
|
|
</data>
|
|
|
|
<data name="bnEditC3.Location" type="System.Drawing.Point, System.Drawing">
|
2015-11-28 06:47:26 +01:00
|
|
|
<value>1030, 94</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>Editar</value>
|
2015-06-01 21:04:22 +02:00
|
|
|
</data>
|
|
|
|
<data name="bnEditC4.Location" type="System.Drawing.Point, System.Drawing">
|
2015-11-28 06:47:26 +01:00
|
|
|
<value>1030, 130</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>Editar</value>
|
2015-06-01 21:04:22 +02:00
|
|
|
</data>
|
|
|
|
<data name="cBController1.Location" type="System.Drawing.Point, System.Drawing">
|
2015-11-28 06:47:26 +01:00
|
|
|
<value>877, 24</value>
|
2015-06-01 21:04:22 +02:00
|
|
|
</data>
|
|
|
|
<data name="bnEditC2.Location" type="System.Drawing.Point, System.Drawing">
|
2015-11-28 06:47:26 +01:00
|
|
|
<value>1030, 58</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>Editar</value>
|
2015-06-01 21:04:22 +02:00
|
|
|
</data>
|
|
|
|
<data name="cBController2.Location" type="System.Drawing.Point, System.Drawing">
|
2015-11-28 06:47:26 +01:00
|
|
|
<value>877, 60</value>
|
2015-06-01 21:04:22 +02:00
|
|
|
</data>
|
|
|
|
<data name="cBController3.Location" type="System.Drawing.Point, System.Drawing">
|
2015-11-28 06:47:26 +01:00
|
|
|
<value>877, 96</value>
|
2015-06-01 21:04:22 +02:00
|
|
|
</data>
|
|
|
|
<data name="bnEditC1.Location" type="System.Drawing.Point, System.Drawing">
|
2015-11-28 06:47:26 +01:00
|
|
|
<value>1030, 22</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>Editar</value>
|
2015-06-01 21:04:22 +02:00
|
|
|
</data>
|
|
|
|
<data name="cBController4.Location" type="System.Drawing.Point, System.Drawing">
|
2015-11-28 06:47:26 +01:00
|
|
|
<value>877, 132</value>
|
2015-06-01 21:04:22 +02:00
|
|
|
</data>
|
|
|
|
<data name="lbSelectedProfile.Location" type="System.Drawing.Point, System.Drawing">
|
2015-11-28 06:47:26 +01:00
|
|
|
<value>870, 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>152, 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>Perfil seleccionado</value>
|
2015-06-01 21:04:22 +02:00
|
|
|
</data>
|
|
|
|
<data name="lbStatus.Location" type="System.Drawing.Point, System.Drawing">
|
2015-11-28 06:47:26 +01:00
|
|
|
<value>492, 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>61, 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>Estado</value>
|
2015-06-01 21:04:22 +02:00
|
|
|
</data>
|
|
|
|
<data name="lbBattery.Location" type="System.Drawing.Point, System.Drawing">
|
2015-11-28 06:47:26 +01:00
|
|
|
<value>725, 0</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>Batería</value>
|
2015-06-01 21:04:22 +02:00
|
|
|
</data>
|
|
|
|
<data name="lbBatt1.Location" type="System.Drawing.Point, System.Drawing">
|
2015-11-28 06:47:26 +01:00
|
|
|
<value>733, 27</value>
|
2015-06-01 21:04:22 +02:00
|
|
|
</data>
|
|
|
|
<data name="lbBatt2.Location" type="System.Drawing.Point, System.Drawing">
|
2015-11-28 06:47:26 +01:00
|
|
|
<value>733, 63</value>
|
2015-06-01 21:04:22 +02:00
|
|
|
</data>
|
|
|
|
<data name="lbBatt3.Location" type="System.Drawing.Point, System.Drawing">
|
2015-11-28 06:47:26 +01:00
|
|
|
<value>733, 99</value>
|
2015-06-01 21:04:22 +02:00
|
|
|
</data>
|
|
|
|
<data name="lbBatt4.Location" type="System.Drawing.Point, System.Drawing">
|
2015-11-28 06:47:26 +01:00
|
|
|
<value>733, 135</value>
|
2015-06-01 21:04:22 +02:00
|
|
|
</data>
|
|
|
|
<data name="pBStatus2.Location" type="System.Drawing.Point, System.Drawing">
|
2015-11-28 06:47:26 +01:00
|
|
|
<value>503, 62</value>
|
2015-06-01 21:04:22 +02:00
|
|
|
</data>
|
|
|
|
<data name="pBStatus3.Location" type="System.Drawing.Point, System.Drawing">
|
2015-11-28 06:47:26 +01:00
|
|
|
<value>503, 98</value>
|
2015-06-01 21:04:22 +02:00
|
|
|
</data>
|
|
|
|
<data name="pBStatus4.Location" type="System.Drawing.Point, System.Drawing">
|
2015-11-28 06:47:26 +01:00
|
|
|
<value>503, 134</value>
|
|
|
|
</data>
|
|
|
|
<data name="bnLight1.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>1084, 22</value>
|
|
|
|
</data>
|
|
|
|
<data name="bnLight1.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>34, 28</value>
|
|
|
|
</data>
|
|
|
|
<data name="bnLight2.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>1084, 58</value>
|
|
|
|
</data>
|
|
|
|
<data name="bnLight2.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>34, 28</value>
|
|
|
|
</data>
|
|
|
|
<data name="bnLight4.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>1084, 130</value>
|
|
|
|
</data>
|
|
|
|
<data name="bnLight4.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>34, 28</value>
|
2015-06-01 21:04:22 +02:00
|
|
|
</data>
|
|
|
|
<data name="lbNoControllers.Text" xml:space="preserve">
|
2017-10-06 18:51:54 +02:00
|
|
|
<value>Ningún control conectado (Máx 4)</value>
|
2015-06-01 21:04:22 +02: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="tabControllers.Text" xml:space="preserve">
|
2017-10-06 18:51:54 +02:00
|
|
|
<value>Control</value>
|
2015-06-01 21:04:22 +02:00
|
|
|
</data>
|
|
|
|
<data name="editToolStripMenuItem.Size" type="System.Drawing.Size, System.Drawing">
|
2015-11-28 06:47:26 +01:00
|
|
|
<value>240, 24</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>Editar</value>
|
2015-06-01 21:04:22 +02:00
|
|
|
</data>
|
|
|
|
<data name="assignToController1ToolStripMenuItem.Size" type="System.Drawing.Size, System.Drawing">
|
2015-11-28 06:47:26 +01:00
|
|
|
<value>240, 24</value>
|
2015-06-01 21:04:22 +02:00
|
|
|
</data>
|
|
|
|
<data name="assignToController1ToolStripMenuItem.Text" xml:space="preserve">
|
2017-10-06 18:51:54 +02:00
|
|
|
<value>Asignar al Control 1</value>
|
2015-06-01 21:04:22 +02:00
|
|
|
</data>
|
|
|
|
<data name="assignToController2ToolStripMenuItem.Size" type="System.Drawing.Size, System.Drawing">
|
2015-11-28 06:47:26 +01:00
|
|
|
<value>240, 24</value>
|
2015-06-01 21:04:22 +02:00
|
|
|
</data>
|
|
|
|
<data name="assignToController2ToolStripMenuItem.Text" xml:space="preserve">
|
2017-10-06 18:51:54 +02:00
|
|
|
<value>Asignar al Control 2</value>
|
2015-06-01 21:04:22 +02:00
|
|
|
</data>
|
|
|
|
<data name="assignToController3ToolStripMenuItem.Size" type="System.Drawing.Size, System.Drawing">
|
2015-11-28 06:47:26 +01:00
|
|
|
<value>240, 24</value>
|
2015-06-01 21:04:22 +02:00
|
|
|
</data>
|
|
|
|
<data name="assignToController3ToolStripMenuItem.Text" xml:space="preserve">
|
2017-10-06 18:51:54 +02:00
|
|
|
<value>Asignar al Control 3</value>
|
2015-06-01 21:04:22 +02:00
|
|
|
</data>
|
|
|
|
<data name="assignToController4ToolStripMenuItem.Size" type="System.Drawing.Size, System.Drawing">
|
2015-11-28 06:47:26 +01:00
|
|
|
<value>240, 24</value>
|
2015-06-01 21:04:22 +02:00
|
|
|
</data>
|
|
|
|
<data name="assignToController4ToolStripMenuItem.Text" xml:space="preserve">
|
2017-10-06 18:51:54 +02:00
|
|
|
<value>Asignar al Control 4</value>
|
2015-06-01 21:04:22 +02:00
|
|
|
</data>
|
|
|
|
<data name="deleteToolStripMenuItem.Size" type="System.Drawing.Size, System.Drawing">
|
2015-11-28 06:47:26 +01:00
|
|
|
<value>240, 24</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>Borrar (Del)</value>
|
2015-06-01 21:04:22 +02:00
|
|
|
</data>
|
|
|
|
<data name="duplicateToolStripMenuItem.Size" type="System.Drawing.Size, System.Drawing">
|
2015-11-28 06:47:26 +01:00
|
|
|
<value>240, 24</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>Duplicar (Ctrl+D)</value>
|
2015-06-01 21:04:22 +02:00
|
|
|
</data>
|
|
|
|
<data name="newProfileToolStripMenuItem.Size" type="System.Drawing.Size, System.Drawing">
|
2015-11-28 06:47:26 +01:00
|
|
|
<value>240, 24</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>Nuevo perfil</value>
|
2015-06-01 21:04:22 +02:00
|
|
|
</data>
|
|
|
|
<data name="importToolStripMenuItem.Size" type="System.Drawing.Size, System.Drawing">
|
2015-11-28 06:47:26 +01:00
|
|
|
<value>240, 24</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>Importar</value>
|
2015-06-01 21:04:22 +02:00
|
|
|
</data>
|
|
|
|
<data name="exportToolStripMenuItem.Size" type="System.Drawing.Size, System.Drawing">
|
2015-11-28 06:47:26 +01:00
|
|
|
<value>240, 24</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>Exportar</value>
|
2015-06-01 21:04:22 +02: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="cMProfile.Size" type="System.Drawing.Size, System.Drawing">
|
2015-11-28 06:47:26 +01:00
|
|
|
<value>241, 244</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>125, 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>Nombre de Perfil:</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><escribe nombre de perfil aquí></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>125, 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>Guardar perfil</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>90, 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>Cancelar</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>380, 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>Mantener este tamaño de ventana despues de cerrar</value>
|
2015-06-01 21:04:22 +02: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="tSOptions.Text" xml:space="preserve">
|
2015-11-28 06:47:26 +01:00
|
|
|
<value>Opciones de perfil</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="tsBNewProfle.Size" type="System.Drawing.Size, System.Drawing">
|
2015-11-28 06:47:26 +01:00
|
|
|
<value>76, 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>Nuevo</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>Crear un nuevo perfil</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>Editar</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>Editar perfil seleccionado (Enter)</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>74, 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>Borrar</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>Borrar perfil seleccionado (Delete)</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>89, 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>Duplicar</value>
|
2015-06-01 21:04:22 +02:00
|
|
|
</data>
|
|
|
|
<data name="tSBDupProfile.ToolTipText" xml:space="preserve">
|
2015-12-13 22:30:54 +01:00
|
|
|
<value>Duplicar perfil seleccionado (Ctrl+D)</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>Importar</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>Importar perfil o perfiles</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>Exportar</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>Exportar perfil seleccionado</value>
|
2015-06-01 21:04:22 +02: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="tabProfiles.Text" xml:space="preserve">
|
2015-11-28 06:47:26 +01:00
|
|
|
<value>Perfiles</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="tabAutoProfiles.Text" xml:space="preserve">
|
2015-11-28 06:47:26 +01:00
|
|
|
<value>Auto perfiles</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.Size" type="System.Drawing.Size, System.Drawing">
|
2015-11-28 06:47:26 +01:00
|
|
|
<value>185, 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">
|
2017-10-06 18:51:54 +02:00
|
|
|
<value>Ocultar Control 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-11-28 06:47:26 +01:00
|
|
|
<value>305, 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">
|
2017-10-06 18:51:54 +02:00
|
|
|
<value>Deslice el panel táctil para cambiar de perfil</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>198, 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>Ejecutar al iniciar Windows</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>141, 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>Iniciar minimizado</value>
|
|
|
|
</data>
|
|
|
|
<data name="lbNotifications.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>146, 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">
|
|
|
|
<value>Mostrar notificaciones</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>161, 1</value>
|
|
|
|
</data>
|
|
|
|
<data name="panel1.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>297, 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>
|
|
|
|
<data name="cBDisconnectBT.Size" type="System.Drawing.Size, System.Drawing">
|
2015-11-28 06:47:26 +01:00
|
|
|
<value>278, 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>Desconectar de BT cuando se detenga</value>
|
|
|
|
</data>
|
|
|
|
<data name="nUDLatency.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>266, 2</value>
|
|
|
|
</data>
|
|
|
|
<data name="lbMsLatency.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>329, 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>269, 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>Iluminar barra luminosa a alta latencia</value>
|
|
|
|
</data>
|
|
|
|
<data name="panel2.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>358, 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>
|
|
|
|
<data name="cBCloseMini.Size" type="System.Drawing.Size, System.Drawing">
|
2015-11-28 06:47:26 +01:00
|
|
|
<value>146, 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>Minimizar al cerrar</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>112, 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>Carga rápida</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-11-28 06:47:26 +01:00
|
|
|
<value>374, 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-11-28 06:47:26 +01:00
|
|
|
<value>Descargar paquete de idiomas con las actualizaciones</value>
|
|
|
|
</data>
|
|
|
|
<data name="cBUpdate.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>252, 21</value>
|
|
|
|
</data>
|
|
|
|
<data name="cBUpdate.Text" xml:space="preserve">
|
|
|
|
<value>Comprobar actualizaciones al inicio</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>horas</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>días</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>191, 0</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>113, 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>Comprobar cada</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>128, 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="pNUpdate.Size" type="System.Drawing.Size, System.Drawing">
|
2015-11-28 06:47:26 +01:00
|
|
|
<value>269, 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>
|
|
|
|
<data name="lbUseXIPorts.Size" type="System.Drawing.Size, System.Drawing">
|
2015-11-28 06:47:26 +01:00
|
|
|
<value>142, 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>Utiliza puertos 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>153, 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>216, 4</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="pnlXIPorts.Size" type="System.Drawing.Size, System.Drawing">
|
2015-11-28 06:47:26 +01:00
|
|
|
<value>269, 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>113, 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>Carpeta de perfil</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>113, 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>Panel de Control</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>158, 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>Desinstalar VBus Driver</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>235, 17</value>
|
2015-06-01 21:04:22 +02:00
|
|
|
</data>
|
|
|
|
<data name="linkSetup.Text" xml:space="preserve">
|
2017-10-06 18:51:54 +02:00
|
|
|
<value>Control/Configuración de Driver</value>
|
2015-06-01 21:04:22 +02:00
|
|
|
</data>
|
|
|
|
<data name="lLBUpdate.Size" type="System.Drawing.Size, System.Drawing">
|
2015-11-28 06:47:26 +01:00
|
|
|
<value>261, 17</value>
|
2015-06-01 21:04:22 +02:00
|
|
|
</data>
|
|
|
|
<data name="lLBUpdate.Text" xml:space="preserve">
|
2015-11-28 06:47:26 +01:00
|
|
|
<value>Comprobar si hay actualizaciones ahora</value>
|
2015-06-01 21:04:22 +02: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="flowLayoutPanel1.Location" type="System.Drawing.Point, System.Drawing">
|
2015-11-28 06:47:26 +01:00
|
|
|
<value>395, 13</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="flowLayoutPanel1.Size" type="System.Drawing.Size, System.Drawing">
|
2015-11-28 06:47:26 +01:00
|
|
|
<value>269, 85</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="tabSettings.Text" xml:space="preserve">
|
2015-11-28 06:47:26 +01:00
|
|
|
<value>Ajustes</value>
|
|
|
|
</data>
|
|
|
|
<data name="tabLog.Text" xml:space="preserve">
|
|
|
|
<value>Registro</value>
|
|
|
|
</data>
|
|
|
|
<data name="useProfileColorToolStripMenuItem.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>196, 26</value>
|
|
|
|
</data>
|
|
|
|
<data name="useCustomColorToolStripMenuItem.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>196, 26</value>
|
|
|
|
</data>
|
|
|
|
<data name="cMCustomLed.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>197, 56</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-18 07:25:51 +01:00
|
|
|
<data name="btnConnectDS4Win10.Text" xml:space="preserve">
|
|
|
|
<value>Conectar DS4 exclusivamente (experimental)</value>
|
|
|
|
</data>
|
|
|
|
<data name="cBoxNotifications.Items" xml:space="preserve">
|
|
|
|
<value>Ninguna</value>
|
|
|
|
</data>
|
|
|
|
<data name="cBoxNotifications.Items1" xml:space="preserve">
|
|
|
|
<value>Advertencias solamente</value>
|
|
|
|
</data>
|
|
|
|
<data name="cBoxNotifications.Items2" xml:space="preserve">
|
|
|
|
<value>Todas</value>
|
|
|
|
</data>
|
|
|
|
<data name="lbID.Text" xml:space="preserve">
|
|
|
|
<value>ID</value>
|
|
|
|
</data>
|
|
|
|
<data name="useCustomColorToolStripMenuItem.Text" xml:space="preserve">
|
|
|
|
<value>Usar color personalizado</value>
|
|
|
|
</data>
|
|
|
|
<data name="useProfileColorToolStripMenuItem.Text" xml:space="preserve">
|
|
|
|
<value>Usar color del perfil</value>
|
|
|
|
</data>
|
2015-06-01 21:04:22 +02:00
|
|
|
</root>
|