2014-03-28 02:50:40 +01: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>
|
|
|
|
<assembly alias="System.Windows.Forms" name="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
|
2014-04-27 21:32:09 +02:00
|
|
|
<data name="mouse" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
|
|
|
<value>..\Resources\mouse.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
2014-03-29 06:29:08 +01:00
|
|
|
</data>
|
2014-04-30 21:32:44 +02:00
|
|
|
<data name="rainbow" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
|
|
|
<value>..\Resources\rainbow.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
|
|
|
</data>
|
2014-05-05 04:25:53 +02:00
|
|
|
<data name="rainbowC" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
|
|
|
<value>..\Resources\rainbowC.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
|
|
|
</data>
|
2014-05-12 07:48:50 +02:00
|
|
|
<data name="DS4_Controller" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
|
|
|
<value>..\Resources\DS4 Controller.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
|
|
|
</data>
|
2014-05-21 07:36:05 +02:00
|
|
|
<data name="Pairmode" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
|
|
|
<value>..\Resources\Pairmode.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
|
|
|
</data>
|
2014-05-30 22:39:39 +02:00
|
|
|
<data name="copy" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
|
|
|
<value>..\Resources\shell32_copy.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
|
|
|
</data>
|
|
|
|
<data name="edit" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
|
|
|
<value>..\Resources\shell32_new.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
|
|
|
</data>
|
|
|
|
<data name="delete" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
|
|
|
<value>..\Resources\delete.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
|
|
|
</data>
|
|
|
|
<data name="newprofile" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
|
|
|
<value>..\Resources\imageres_new.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
|
|
|
</data>
|
|
|
|
<data name="BT" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
|
|
|
<value>..\Resources\BT.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
|
|
|
</data>
|
|
|
|
<data name="none" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
|
|
|
<value>..\Resources\none.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
|
|
|
</data>
|
|
|
|
<data name="USB" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
|
|
|
<value>..\Resources\USB.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
|
|
|
</data>
|
2014-05-31 06:37:02 +02:00
|
|
|
<data name="export" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
|
|
|
<value>..\Resources\export.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
|
|
|
</data>
|
|
|
|
<data name="import" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
|
|
|
<value>..\Resources\imageres_import.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
|
|
|
</data>
|
2014-06-02 19:29:38 +02:00
|
|
|
<data name="saveprofile" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
|
|
|
<value>..\Resources\saveprofile.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
|
|
|
</data>
|
2014-06-17 01:43:01 +02:00
|
|
|
<data name="A" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
|
|
|
<value>..\Resources\A.PNG;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
|
|
|
</data>
|
|
|
|
<data name="B" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
|
|
|
<value>..\Resources\B.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
|
|
|
</data>
|
|
|
|
<data name="BACK" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
|
|
|
<value>..\Resources\BACK.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
|
|
|
</data>
|
|
|
|
<data name="DOWN" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
|
|
|
<value>..\Resources\DOWN.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
|
|
|
</data>
|
|
|
|
<data name="LB" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
|
|
|
<value>..\Resources\LB.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
|
|
|
</data>
|
|
|
|
<data name="LEFT" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
|
|
|
<value>..\Resources\LEFT.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
|
|
|
</data>
|
|
|
|
<data name="LS" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
|
|
|
<value>..\Resources\LS.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
|
|
|
</data>
|
|
|
|
<data name="LSD" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
|
|
|
<value>..\Resources\LSD.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
|
|
|
</data>
|
|
|
|
<data name="LSL" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
|
|
|
<value>..\Resources\LSL.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
|
|
|
</data>
|
|
|
|
<data name="LSR" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
|
|
|
<value>..\Resources\LSR.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
|
|
|
</data>
|
|
|
|
<data name="LSU" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
|
|
|
<value>..\Resources\LSU.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
|
|
|
</data>
|
|
|
|
<data name="LT" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
|
|
|
<value>..\Resources\LT.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
|
|
|
</data>
|
|
|
|
<data name="RB" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
|
|
|
<value>..\Resources\RB.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
|
|
|
</data>
|
|
|
|
<data name="RIGHT" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
|
|
|
<value>..\Resources\RIGHT.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
|
|
|
</data>
|
|
|
|
<data name="RS" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
|
|
|
<value>..\Resources\RS.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
|
|
|
</data>
|
|
|
|
<data name="RSD" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
|
|
|
<value>..\Resources\RSD.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
|
|
|
</data>
|
|
|
|
<data name="RSL" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
|
|
|
<value>..\Resources\RSL.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
|
|
|
</data>
|
|
|
|
<data name="RSR" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
|
|
|
<value>..\Resources\RSR.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
|
|
|
</data>
|
|
|
|
<data name="RSU" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
|
|
|
<value>..\Resources\RSU.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
|
|
|
</data>
|
|
|
|
<data name="RT" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
|
|
|
<value>..\Resources\RT.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
|
|
|
</data>
|
|
|
|
<data name="START" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
|
|
|
<value>..\Resources\START.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
|
|
|
</data>
|
|
|
|
<data name="UP" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
|
|
|
<value>..\Resources\UP.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
|
|
|
</data>
|
|
|
|
<data name="X" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
|
|
|
<value>..\Resources\X.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
|
|
|
</data>
|
|
|
|
<data name="Y" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
|
|
|
<value>..\Resources\Y.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
|
|
|
</data>
|
2014-08-17 00:09:15 +02:00
|
|
|
<data name="size" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
|
|
|
<value>..\Resources\size.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
|
|
|
</data>
|
|
|
|
<data name="_checked" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
|
|
|
<value>..\Resources\checked.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
|
|
|
</data>
|
|
|
|
<data name="AlwaysRainbow" xml:space="preserve">
|
|
|
|
<value>Always Rainbow Mode</value>
|
|
|
|
</data>
|
|
|
|
<data name="AssignProfile" xml:space="preserve">
|
|
|
|
<value>Assign to Controller *number*</value>
|
|
|
|
</data>
|
|
|
|
<data name="Battery" xml:space="preserve">
|
|
|
|
<value>Battery: *number*%</value>
|
|
|
|
</data>
|
|
|
|
<data name="BestUsedRightSide" xml:space="preserve">
|
|
|
|
<value>Best used with right side as a mouse function</value>
|
|
|
|
</data>
|
|
|
|
<data name="CannotWriteHere" xml:space="preserve">
|
Version 1.4.5
Added support for the New DS4 USB Adapater (Thanks to boganhobo and
Chamilsaan)
Implemented teokp's amazing fix for hide ds4 not working on the
anniversary update of Windows 10: when a controller fails to enter
exclusive mode, DS4Windows will ask for admin privilages to fix the
issue.
Now (near)unlimited Special Actions can be made from the previous limit
of 50
Special Action Xbox Game DVR is now no longer limited to Windows 10,
renamed multi action button: Assign a macro to single tap, double tap,
and holding down a button
Added option for White DS4Windows Icon in the notification tray (While
not merged from, thanks to tehmantra)
Added option to temporarily turn off DS4Windows when using a certain
program (togglable in the Auto Profiles Tab) (Same case as above but
thanks to dedChar to bring to light)
Fixed Options crashes in certain locales where decimal points are
repesented with commas, such as German (Thanks to kiliansch)
Added/Updated translations for many languauges, now including Japanese,
Slovenian, Hungarian, Greek, Finnish, Czech, Indonesian, and Ukrainian
2016-09-22 03:38:38 +02:00
|
|
|
<value>Cannot write at current location. Copy Settings to appdata?</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
|
|
|
<data name="Charged" xml:space="preserve">
|
|
|
|
<value>Charged</value>
|
|
|
|
</data>
|
|
|
|
<data name="Charging" xml:space="preserve">
|
|
|
|
<value>Charging: *number*%</value>
|
|
|
|
</data>
|
|
|
|
<data name="ColorByBattery" xml:space="preserve">
|
2016-11-12 09:54:25 +01:00
|
|
|
<value>Color by Battery %</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
|
|
|
<data name="Connecting" xml:space="preserve">
|
|
|
|
<value>Connecting...</value>
|
|
|
|
</data>
|
|
|
|
<data name="ContextEdit" xml:space="preserve">
|
|
|
|
<value>Edit Profile for Controller *number*</value>
|
|
|
|
</data>
|
|
|
|
<data name="ContextNew" xml:space="preserve">
|
|
|
|
<value>Make Profile for Controller *number*</value>
|
|
|
|
</data>
|
|
|
|
<data name="ControllerWasRemoved" xml:space="preserve">
|
|
|
|
<value>Controller *Mac address* was removed or lost connection</value>
|
|
|
|
</data>
|
|
|
|
<data name="CopyComplete" xml:space="preserve">
|
|
|
|
<value>Copy complete, please relaunch DS4Windows and remove settings from Program Directory</value>
|
|
|
|
</data>
|
|
|
|
<data name="CopyFullColor" xml:space="preserve">
|
|
|
|
<value>Click to copy the full color</value>
|
|
|
|
</data>
|
|
|
|
<data name="CouldNotOpenDS4" xml:space="preserve">
|
|
|
|
<value>Warning: Could not open DS4 *Mac address* exclusively.</value>
|
|
|
|
</data>
|
|
|
|
<data name="Day" xml:space="preserve">
|
|
|
|
<value>day</value>
|
|
|
|
</data>
|
|
|
|
<data name="Days" xml:space="preserve">
|
|
|
|
<value>days</value>
|
|
|
|
</data>
|
|
|
|
<data name="DeleteProfile" xml:space="preserve">
|
|
|
|
<value>Delete Profile?</value>
|
|
|
|
</data>
|
|
|
|
<data name="DimByBattery" xml:space="preserve">
|
2016-11-12 09:54:25 +01:00
|
|
|
<value>Dim by Battery %</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
2014-06-21 20:00:28 +02:00
|
|
|
<data name="Disconnected" xml:space="preserve">
|
|
|
|
<value>Disconnected</value>
|
|
|
|
</data>
|
2014-08-17 00:09:15 +02:00
|
|
|
<data name="Downloading" xml:space="preserve">
|
|
|
|
<value>Downloading *number*%</value>
|
|
|
|
</data>
|
|
|
|
<data name="DownloadVersion" xml:space="preserve">
|
|
|
|
<value>Download Version *number* now?</value>
|
|
|
|
</data>
|
|
|
|
<data name="DS4Update" xml:space="preserve">
|
|
|
|
<value>DS4Windows Update Available!</value>
|
|
|
|
</data>
|
|
|
|
<data name="DS4WindowsCannotEditHere" xml:space="preserve">
|
|
|
|
<value>DS4Windows cannot edit settings here, This will now close</value>
|
|
|
|
</data>
|
|
|
|
<data name="EditProfile" xml:space="preserve">
|
|
|
|
<value>Edit</value>
|
|
|
|
</data>
|
|
|
|
<data name="FifthMouseDown" xml:space="preserve">
|
|
|
|
<value>5th Mouse Button Down</value>
|
|
|
|
</data>
|
|
|
|
<data name="FifthMouseUp" xml:space="preserve">
|
|
|
|
<value>5th Mouse Button Up</value>
|
|
|
|
</data>
|
|
|
|
<data name="FlushHID" xml:space="preserve">
|
|
|
|
<value>Flush HID</value>
|
|
|
|
</data>
|
|
|
|
<data name="FoundController" xml:space="preserve">
|
|
|
|
<value>Found Controller:</value>
|
|
|
|
</data>
|
|
|
|
<data name="FourthMouseDown" xml:space="preserve">
|
|
|
|
<value>4th Mouse Button Down</value>
|
|
|
|
</data>
|
|
|
|
<data name="FourthMouseUp" xml:space="preserve">
|
|
|
|
<value>4th Mouse Button Up</value>
|
|
|
|
</data>
|
|
|
|
<data name="Full" xml:space="preserve">
|
|
|
|
<value>Full</value>
|
|
|
|
</data>
|
|
|
|
<data name="Hour" xml:space="preserve">
|
|
|
|
<value>hour</value>
|
|
|
|
</data>
|
|
|
|
<data name="Hours" xml:space="preserve">
|
|
|
|
<value>hours</value>
|
|
|
|
</data>
|
|
|
|
<data name="IfRemovingDS4Windows" xml:space="preserve">
|
|
|
|
<value>If removing DS4Windows, You can delete the settings following the profile folder link</value>
|
|
|
|
</data>
|
|
|
|
<data name="InstallComplete" xml:space="preserve">
|
|
|
|
<value>Install Complete</value>
|
|
|
|
</data>
|
|
|
|
<data name="Loading" xml:space="preserve">
|
|
|
|
<value>Loading...</value>
|
|
|
|
</data>
|
|
|
|
<data name="MakeNewProfile" xml:space="preserve">
|
|
|
|
<value>Make a New Profile</value>
|
|
|
|
</data>
|
|
|
|
<data name="NA" xml:space="preserve">
|
|
|
|
<value>N/A</value>
|
|
|
|
</data>
|
|
|
|
<data name="New" xml:space="preserve">
|
|
|
|
<value>New</value>
|
|
|
|
</data>
|
|
|
|
<data name="NoMacroRecorded" xml:space="preserve">
|
|
|
|
<value>No macro was recorded</value>
|
|
|
|
</data>
|
|
|
|
<data name="noneProfile" xml:space="preserve">
|
|
|
|
<value>(none)</value>
|
|
|
|
</data>
|
|
|
|
<data name="NoneText" xml:space="preserve">
|
|
|
|
<value>none</value>
|
|
|
|
</data>
|
|
|
|
<data name="NoProfileLoaded" xml:space="preserve">
|
|
|
|
<value>No Profile Loaded</value>
|
|
|
|
</data>
|
|
|
|
<data name="NotValid" xml:space="preserve">
|
|
|
|
<value>Not valid</value>
|
|
|
|
</data>
|
|
|
|
<data name="OpeningInstaller" xml:space="preserve">
|
|
|
|
<value>Opening Installer</value>
|
|
|
|
</data>
|
|
|
|
<data name="OpenScpDriver" xml:space="preserve">
|
|
|
|
<value>Please Open ScpDriver.exe</value>
|
|
|
|
</data>
|
|
|
|
<data name="PleaseDownloadUpdater" xml:space="preserve">
|
|
|
|
<value>Please Download the Updater now, and place it in the programs folder, then check for update again</value>
|
|
|
|
</data>
|
|
|
|
<data name="PleaseImport" xml:space="preserve">
|
|
|
|
<value>Please import or make a profile</value>
|
|
|
|
</data>
|
|
|
|
<data name="ProfileCannotRestore" xml:space="preserve">
|
|
|
|
<value>*Profile name* cannot be restored.</value>
|
|
|
|
</data>
|
|
|
|
<data name="ProfileFolderMoved" xml:space="preserve">
|
|
|
|
<value>Profile Folder Moved to program folder</value>
|
|
|
|
</data>
|
|
|
|
<data name="QuitOtherPrograms" xml:space="preserve">
|
|
|
|
<value>You must quit other applications like Steam, Uplay before activating the 'Hide DS4 Controller' option."</value>
|
|
|
|
</data>
|
|
|
|
<data name="SaveRecordedMacro" xml:space="preserve">
|
|
|
|
<value>Save Recorded Macro?</value>
|
|
|
|
</data>
|
|
|
|
<data name="SearchingController" xml:space="preserve">
|
2017-11-09 04:59:31 +01:00
|
|
|
<value>Searching for controllers...</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
|
|
|
<data name="SelectActionTitle" xml:space="preserve">
|
|
|
|
<value>Select an action for *action*</value>
|
|
|
|
</data>
|
|
|
|
<data name="Starting" xml:space="preserve">
|
|
|
|
<value>Starting...</value>
|
|
|
|
</data>
|
2014-06-21 20:00:28 +02:00
|
|
|
<data name="StartText" xml:space="preserve">
|
|
|
|
<value>Start</value>
|
|
|
|
</data>
|
2014-08-17 00:09:15 +02:00
|
|
|
<data name="StoppingDS4" xml:space="preserve">
|
|
|
|
<value>Stopping DS4 Controllers</value>
|
|
|
|
</data>
|
|
|
|
<data name="StoppingX360" xml:space="preserve">
|
|
|
|
<value>Stopping X360 Controllers</value>
|
|
|
|
</data>
|
2014-06-21 20:00:28 +02:00
|
|
|
<data name="StopText" xml:space="preserve">
|
|
|
|
<value>Stop</value>
|
|
|
|
</data>
|
2014-08-17 00:09:15 +02:00
|
|
|
<data name="SwipeTouchpad" xml:space="preserve">
|
|
|
|
<value>Swipe Touchpad to change profiles</value>
|
Shift modifier: Hold an action to use another set of controls, if nothing is set to the shifted control, in falls back to the default action
View input of controls in profiles, see exactly when a deadzone is passed and check the input delay for controllers (special thanks to jhebbel), click the on sixaxis panel
Click the Empty text on in the lightbar box to copy the lightbar color from full to empty.
While opened, option to keep the window size after closing the profile's settings
Old profiles are automatically upgraded if it's missing new settings, such as how colors are now saved, sixaxis deadzones, and shift controls
Other UI changes for profile settings, flipped touchpad and other settings boxes
Others:
Fix for when clicking the semicolon in the select an action screen
Fix assigning Sixaxis action to a key
minor UI changes and bug fixes, such as auto resize of the log listview
DS4Updater: Also now works for the new numbering system, can read the version number right from the exe instead of in profiles.xml, UI additions to better notify users of errors, Bug fixes for non-portable users
2014-07-07 21:22:42 +02:00
|
|
|
</data>
|
2014-08-17 00:09:15 +02:00
|
|
|
<data name="TapAndHold" xml:space="preserve">
|
|
|
|
<value>Tap and hold to drag, slight delay with single taps</value>
|
Shift modifier: Hold an action to use another set of controls, if nothing is set to the shifted control, in falls back to the default action
View input of controls in profiles, see exactly when a deadzone is passed and check the input delay for controllers (special thanks to jhebbel), click the on sixaxis panel
Click the Empty text on in the lightbar box to copy the lightbar color from full to empty.
While opened, option to keep the window size after closing the profile's settings
Old profiles are automatically upgraded if it's missing new settings, such as how colors are now saved, sixaxis deadzones, and shift controls
Other UI changes for profile settings, flipped touchpad and other settings boxes
Others:
Fix for when clicking the semicolon in the select an action screen
Fix assigning Sixaxis action to a key
minor UI changes and bug fixes, such as auto resize of the log listview
DS4Updater: Also now works for the new numbering system, can read the version number right from the exe instead of in profiles.xml, UI additions to better notify users of errors, Bug fixes for non-portable users
2014-07-07 21:22:42 +02:00
|
|
|
</data>
|
2014-08-17 00:09:15 +02:00
|
|
|
<data name="TouchpadMovementOff" xml:space="preserve">
|
|
|
|
<value>Touchpad Movement is now Off</value>
|
|
|
|
</data>
|
|
|
|
<data name="TouchpadMovementOn" xml:space="preserve">
|
|
|
|
<value>Touchpad Movement is now On</value>
|
|
|
|
</data>
|
|
|
|
<data name="TypeNewName" xml:space="preserve">
|
|
|
|
<value>type new name here</value>
|
|
|
|
</data>
|
|
|
|
<data name="TypeProfileName" xml:space="preserve">
|
|
|
|
<value>type profile name here</value>
|
|
|
|
</data>
|
|
|
|
<data name="UseControllerForMapping" xml:space="preserve">
|
|
|
|
<value>You can also use your controller to change controls</value>
|
|
|
|
</data>
|
|
|
|
<data name="UsingExclusive" xml:space="preserve">
|
|
|
|
<value>Using Exclusive Mode</value>
|
|
|
|
</data>
|
|
|
|
<data name="UsingShared" xml:space="preserve">
|
|
|
|
<value>Using Shared Mode</value>
|
|
|
|
</data>
|
|
|
|
<data name="ValidName" xml:space="preserve">
|
|
|
|
<value>Please enter a valid name</value>
|
|
|
|
</data>
|
|
|
|
<data name="WaitMS" xml:space="preserve">
|
Version 1.4.5
Added support for the New DS4 USB Adapater (Thanks to boganhobo and
Chamilsaan)
Implemented teokp's amazing fix for hide ds4 not working on the
anniversary update of Windows 10: when a controller fails to enter
exclusive mode, DS4Windows will ask for admin privilages to fix the
issue.
Now (near)unlimited Special Actions can be made from the previous limit
of 50
Special Action Xbox Game DVR is now no longer limited to Windows 10,
renamed multi action button: Assign a macro to single tap, double tap,
and holding down a button
Added option for White DS4Windows Icon in the notification tray (While
not merged from, thanks to tehmantra)
Added option to temporarily turn off DS4Windows when using a certain
program (togglable in the Auto Profiles Tab) (Same case as above but
thanks to dedChar to bring to light)
Fixed Options crashes in certain locales where decimal points are
repesented with commas, such as German (Thanks to kiliansch)
Added/Updated translations for many languauges, now including Japanese,
Slovenian, Hungarian, Greek, Finnish, Czech, Indonesian, and Ukrainian
2016-09-22 03:38:38 +02:00
|
|
|
<value>Wait *number*ms</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
|
|
|
<data name="WillKeep" xml:space="preserve">
|
|
|
|
<value>Will Keep</value>
|
|
|
|
</data>
|
|
|
|
<data name="TwoFingerSwipe" xml:space="preserve">
|
|
|
|
<value>2 finger touchpad swipe left or right</value>
|
|
|
|
</data>
|
|
|
|
<data name="UpToDate" xml:space="preserve">
|
|
|
|
<value>You are up to date</value>
|
|
|
|
</data>
|
|
|
|
<data name="AddingToList" xml:space="preserve">
|
|
|
|
<value>Adding to list...</value>
|
|
|
|
</data>
|
|
|
|
<data name="AddPrograms" xml:space="preserve">
|
|
|
|
<value>Add Programs</value>
|
|
|
|
</data>
|
|
|
|
<data name="Browse" xml:space="preserve">
|
|
|
|
<value>Browse...</value>
|
|
|
|
</data>
|
|
|
|
<data name="Color" xml:space="preserve">
|
|
|
|
<value>Color</value>
|
|
|
|
</data>
|
|
|
|
<data name="DownText" xml:space="preserve">
|
|
|
|
<value>Down</value>
|
|
|
|
</data>
|
|
|
|
<data name="InputDelay" xml:space="preserve">
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<value>Input Delay: *number*ms</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
|
|
|
<data name="KeepThisSize" xml:space="preserve">
|
2014-08-23 22:52:20 +02:00
|
|
|
<value>Keep this window size after closing</value>
|
2014-08-17 00:09:15 +02:00
|
|
|
</data>
|
|
|
|
<data name="RecordText" xml:space="preserve">
|
|
|
|
<value>Record</value>
|
|
|
|
</data>
|
|
|
|
<data name="Step1" xml:space="preserve">
|
|
|
|
<value>Step 1: Install the DS4 Driver</value>
|
|
|
|
</data>
|
|
|
|
<data name="UpText" xml:space="preserve">
|
|
|
|
<value>Up</value>
|
Shift modifier: Hold an action to use another set of controls, if nothing is set to the shifted control, in falls back to the default action
View input of controls in profiles, see exactly when a deadzone is passed and check the input delay for controllers (special thanks to jhebbel), click the on sixaxis panel
Click the Empty text on in the lightbar box to copy the lightbar color from full to empty.
While opened, option to keep the window size after closing the profile's settings
Old profiles are automatically upgraded if it's missing new settings, such as how colors are now saved, sixaxis deadzones, and shift controls
Other UI changes for profile settings, flipped touchpad and other settings boxes
Others:
Fix for when clicking the semicolon in the select an action screen
Fix assigning Sixaxis action to a key
minor UI changes and bug fixes, such as auto resize of the log listview
DS4Updater: Also now works for the new numbering system, can read the version number right from the exe instead of in profiles.xml, UI additions to better notify users of errors, Bug fixes for non-portable users
2014-07-07 21:22:42 +02:00
|
|
|
</data>
|
2014-08-23 22:52:20 +02:00
|
|
|
<data name="DinputOnly" xml:space="preserve">
|
2015-02-08 22:51:52 +01:00
|
|
|
<value>Turn off X360 input and only use the DS4's native input, hide ds4 must be off (Wired Only)</value>
|
2014-08-23 22:52:20 +02:00
|
|
|
</data>
|
2014-09-15 04:37:14 +02:00
|
|
|
<data name="InstallDriver" xml:space="preserve">
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<value>Install Drivers here</value>
|
2014-09-15 04:37:14 +02:00
|
|
|
</data>
|
|
|
|
<data name="TiltDown" xml:space="preserve">
|
|
|
|
<value>Tilt Down</value>
|
|
|
|
</data>
|
|
|
|
<data name="TiltLeft" xml:space="preserve">
|
|
|
|
<value>Tilt Left</value>
|
|
|
|
</data>
|
|
|
|
<data name="TiltRight" xml:space="preserve">
|
|
|
|
<value>Tilt Right</value>
|
|
|
|
</data>
|
|
|
|
<data name="TiltUp" xml:space="preserve">
|
|
|
|
<value>Tilt Up</value>
|
|
|
|
</data>
|
2014-11-04 04:44:55 +01:00
|
|
|
<data name="Installing" xml:space="preserve">
|
|
|
|
<value>Installing...</value>
|
|
|
|
</data>
|
2014-11-14 20:44:50 +01:00
|
|
|
<data name="DS4" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
|
|
|
<value>..\Resources\DS4.ico;System.Drawing.Icon, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
|
|
|
</data>
|
|
|
|
<data name="DS4W" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
|
|
|
<value>..\Resources\DS4W.ico;System.Drawing.Icon, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
|
|
|
</data>
|
|
|
|
<data name="InstallFailed" xml:space="preserve">
|
|
|
|
<value>Install Failed, Please Retry</value>
|
|
|
|
</data>
|
2014-11-15 22:54:14 +01:00
|
|
|
<data name="SwipeDown" xml:space="preserve">
|
|
|
|
<value>Swipe Down</value>
|
|
|
|
</data>
|
|
|
|
<data name="SwipeLeft" xml:space="preserve">
|
|
|
|
<value>Swipe Left</value>
|
|
|
|
</data>
|
|
|
|
<data name="SwipeRight" xml:space="preserve">
|
|
|
|
<value>Swipe Right</value>
|
|
|
|
</data>
|
|
|
|
<data name="SwipeUp" xml:space="preserve">
|
|
|
|
<value>Swipe Up</value>
|
|
|
|
</data>
|
2014-11-18 22:23:41 +01:00
|
|
|
<data name="StopHText" xml:space="preserve">
|
|
|
|
<value>Stop Heavy</value>
|
|
|
|
</data>
|
|
|
|
<data name="StopLText" xml:space="preserve">
|
|
|
|
<value>Stop Light</value>
|
|
|
|
</data>
|
|
|
|
<data name="TestHText" xml:space="preserve">
|
|
|
|
<value>Test Heavy</value>
|
|
|
|
</data>
|
|
|
|
<data name="TestLText" xml:space="preserve">
|
|
|
|
<value>Test Light</value>
|
|
|
|
</data>
|
2014-11-20 20:03:18 +01:00
|
|
|
<data name="QuickCharge" xml:space="preserve">
|
|
|
|
<value>EXPERIMENTAL: Auto-Disable BT when conencting to USB</value>
|
|
|
|
</data>
|
2014-12-02 01:07:29 +01:00
|
|
|
<data name="TestText" xml:space="preserve">
|
|
|
|
<value>Test</value>
|
|
|
|
</data>
|
|
|
|
<data name="CannotMoveFiles" xml:space="preserve">
|
2014-12-03 23:36:54 +01:00
|
|
|
<value>Cannot move files to new location, Please rename the DS4Tool folder to "DS4Windows"</value>
|
|
|
|
</data>
|
|
|
|
<data name="XinputPorts" xml:space="preserve">
|
|
|
|
<value>Use higher ports if you get conflicts in other emulating X360 programs, such as SCP's tool</value>
|
2014-12-02 01:07:29 +01:00
|
|
|
</data>
|
2014-12-13 21:12:03 +01:00
|
|
|
<data name="ActionExists" xml:space="preserve">
|
|
|
|
<value>Name of this action already exists</value>
|
|
|
|
</data>
|
|
|
|
<data name="LaunchProgram" xml:space="preserve">
|
|
|
|
<value>Launch *program*</value>
|
|
|
|
</data>
|
|
|
|
<data name="LoadProfile" xml:space="preserve">
|
|
|
|
<value>Load *profile*</value>
|
|
|
|
</data>
|
|
|
|
<data name="SetRegularTrigger" xml:space="preserve">
|
|
|
|
<value>Set Regular Trigger</value>
|
|
|
|
</data>
|
|
|
|
<data name="SetUnloadTrigger" xml:space="preserve">
|
|
|
|
<value>Set Unload Trigger</value>
|
|
|
|
</data>
|
|
|
|
<data name="CloseMinimize" xml:space="preserve">
|
|
|
|
<value>Close DS4Windows via the notification icon</value>
|
|
|
|
</data>
|
2014-12-17 19:29:22 +01:00
|
|
|
<data name="RightClickPresets" xml:space="preserve">
|
|
|
|
<value>Right Click to set presets for a set of controls</value>
|
|
|
|
</data>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
<data name="DisconnectBT" xml:space="preserve">
|
|
|
|
<value>Disconnect BT</value>
|
|
|
|
</data>
|
|
|
|
<data name="PlusNewProfile" xml:space="preserve">
|
|
|
|
<value>New Profile</value>
|
|
|
|
</data>
|
|
|
|
<data name="FallBackTo" xml:space="preserve">
|
|
|
|
<value>Fall Back to *button*</value>
|
|
|
|
</data>
|
|
|
|
<data name="FlashAtTip" xml:space="preserve">
|
|
|
|
<value>Click to change flash color. Black = default color</value>
|
|
|
|
</data>
|
|
|
|
<data name="FlushHIDTip" xml:space="preserve">
|
|
|
|
<value>Flush HID Queue after each reading</value>
|
|
|
|
</data>
|
|
|
|
<data name="GyroReadout" xml:space="preserve">
|
|
|
|
<value>Click to see readout of Sixaxis Gyro</value>
|
|
|
|
</data>
|
|
|
|
<data name="GyroX" xml:space="preserve">
|
|
|
|
<value>GyroX, Left and Right Tilt</value>
|
|
|
|
</data>
|
|
|
|
<data name="GyroY" xml:space="preserve">
|
|
|
|
<value>GyroY, Forward and Back Tilt</value>
|
|
|
|
</data>
|
|
|
|
<data name="GyroZ" xml:space="preserve">
|
|
|
|
<value>GyroZ, Up and Down Tilt</value>
|
|
|
|
</data>
|
|
|
|
<data name="HoverOverItems" xml:space="preserve">
|
|
|
|
<value>Hover over items to see description or more about</value>
|
|
|
|
</data>
|
|
|
|
<data name="Jitter" xml:space="preserve">
|
|
|
|
<value>Use Sixaxis to help calculate touchpad movement</value>
|
|
|
|
</data>
|
|
|
|
<data name="LightByBatteryTip" xml:space="preserve">
|
2017-05-27 16:05:46 +02:00
|
|
|
<value>Also dim light by idle timeout if enabled when DS4 is fully charged</value>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
</data>
|
|
|
|
<data name="Macro" xml:space="preserve">
|
|
|
|
<value>Macro</value>
|
|
|
|
</data>
|
|
|
|
<data name="Programs" xml:space="preserve">
|
|
|
|
<value>Programs</value>
|
|
|
|
</data>
|
|
|
|
<data name="ScanCode" xml:space="preserve">
|
|
|
|
<value>Scan Code</value>
|
|
|
|
</data>
|
|
|
|
<data name="Shortcuts" xml:space="preserve">
|
|
|
|
<value>Shortcuts</value>
|
|
|
|
</data>
|
|
|
|
<data name="SixAxisReading" xml:space="preserve">
|
|
|
|
<value>Click for advanced Sixaxis reading</value>
|
|
|
|
</data>
|
|
|
|
<data name="TouchpadOffTip" xml:space="preserve">
|
|
|
|
<value>Re-enable by pressing PS+Touchpad</value>
|
|
|
|
</data>
|
|
|
|
<data name="UsingTPSwipes" xml:space="preserve">
|
|
|
|
<value>This disables the Touchpad as a mouse</value>
|
|
|
|
</data>
|
|
|
|
<data name="FallBack" xml:space="preserve">
|
|
|
|
<value>Fall Back</value>
|
|
|
|
</data>
|
|
|
|
<data name="ALocactionNeeded" xml:space="preserve">
|
Version 1.4.5
Added support for the New DS4 USB Adapater (Thanks to boganhobo and
Chamilsaan)
Implemented teokp's amazing fix for hide ds4 not working on the
anniversary update of Windows 10: when a controller fails to enter
exclusive mode, DS4Windows will ask for admin privilages to fix the
issue.
Now (near)unlimited Special Actions can be made from the previous limit
of 50
Special Action Xbox Game DVR is now no longer limited to Windows 10,
renamed multi action button: Assign a macro to single tap, double tap,
and holding down a button
Added option for White DS4Windows Icon in the notification tray (While
not merged from, thanks to tehmantra)
Added option to temporarily turn off DS4Windows when using a certain
program (togglable in the Auto Profiles Tab) (Same case as above but
thanks to dedChar to bring to light)
Fixed Options crashes in certain locales where decimal points are
repesented with commas, such as German (Thanks to kiliansch)
Added/Updated translations for many languauges, now including Japanese,
Slovenian, Hungarian, Greek, Finnish, Czech, Indonesian, and Ukrainian
2016-09-22 03:38:38 +02:00
|
|
|
<value>A location must be picked to continue</value>
|
Version 1.4.222
Added Press/Toggle Key to Special Actions, you can hold a trigger to
hold a key or toggle a key with one set of buttons, and untoggle it by
pressing or releasing another set of buttons
Added Disconnect BT to Special Actions, PS+Options to d/c is now added
to Special actions and can be enabled for each profile. You can now set
Disconnect BT to any control(s) and how long you need to hold the
control(s) to take affect
Added Partial German Translation (Thanks Michél)
Added 95% Finished Russian Translation (Thanks overclockers.ru members:
KoNoRIMCI & Sr_psycho)
Added Partial Italian Translation (Thanks Giulio)
Updates to the translations sheets, they should now have every bit of
text in DS4Windows, minus the controls of the controller
English Spelling fixes
Main/Starting tab only shows info for connected controllers, and context
menu only shows options for connected controllers.
Mouse wheel scrolling with analog sticks/triggers/gyro, the mouse now
scrolls smoothly
Slightly reworked analog mouse movement + mouse acceleration (not as
janky anymore)
When starting DS4Windows, if no controllers are connected, DS4Windows
defaults to the profile tab
Certain log warnings (Like unable to get controller exclusively) shows
up in red
Easter egg: try pressing a few buttons in sequence while in the log tab
Fixed Start Profile with TP off being unchecked next time a profile is
opened
Other minor Bug Fixes, such as clearing the log then moving to a new tab
crashing DS4W
2015-01-17 21:16:48 +01:00
|
|
|
</data>
|
|
|
|
<data name="CloseDS4W" xml:space="preserve">
|
|
|
|
<value>Close DS4Windows?</value>
|
|
|
|
</data>
|
|
|
|
<data name="OtherFileLocation" xml:space="preserve">
|
|
|
|
<value>, other location files will be deleted</value>
|
|
|
|
</data>
|
2015-02-08 22:51:52 +01:00
|
|
|
<data name="EE" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
|
|
|
<value>..\Resources\EE.wav;System.IO.MemoryStream, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
|
|
|
</data>
|
|
|
|
<data name="StoppedDS4Windows" xml:space="preserve">
|
|
|
|
<value>Stopped DS4Windows</value>
|
|
|
|
</data>
|
|
|
|
<data name="LatencyNotOverTen" xml:space="preserve">
|
|
|
|
<value>Controller *number*'s latency now under 10ms</value>
|
|
|
|
</data>
|
|
|
|
<data name="LatencyOverTen" xml:space="preserve">
|
|
|
|
<value>Controller *number*'s latency over 10ms</value>
|
|
|
|
</data>
|
|
|
|
<data name="NotUsingProfile" xml:space="preserve">
|
|
|
|
<value>Controller *number* is not using a profile</value>
|
|
|
|
</data>
|
2015-02-12 20:36:40 +01:00
|
|
|
<data name="CheckBattery" xml:space="preserve">
|
|
|
|
<value>Check Battery</value>
|
|
|
|
</data>
|
|
|
|
<data name="UsingProfile" xml:space="preserve">
|
|
|
|
<value>Controller *number* is using Profile “*Profile name*"</value>
|
|
|
|
</data>
|
2015-06-01 21:04:22 +02:00
|
|
|
<data name="ChargeController" xml:space="preserve">
|
|
|
|
<value>Charge the battery</value>
|
|
|
|
</data>
|
2015-11-28 06:47:26 +01:00
|
|
|
<data name="DS4_Config" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
|
|
|
<value>..\Resources\DS4 Config.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
|
|
|
</data>
|
|
|
|
<data name="DS4_Config_Circle" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
|
|
|
<value>..\Resources\DS4-Config_Circle.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
|
|
|
</data>
|
|
|
|
<data name="DS4_Config_Cross" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
|
|
|
<value>..\Resources\DS4-Config_Cross.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
|
|
|
</data>
|
|
|
|
<data name="DS4_Config_Down" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
|
|
|
<value>..\Resources\DS4-Config_Down.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
|
|
|
</data>
|
|
|
|
<data name="DS4_Config_L1" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
|
|
|
<value>..\Resources\DS4-Config_L1.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
|
|
|
</data>
|
|
|
|
<data name="DS4_Config_L2" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
|
|
|
<value>..\Resources\DS4-Config_L2.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
|
|
|
</data>
|
|
|
|
<data name="DS4_Config_Left" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
|
|
|
<value>..\Resources\DS4-Config_Left.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
|
|
|
</data>
|
|
|
|
<data name="DS4_Config_LS" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
|
|
|
<value>..\Resources\DS4-Config_RS.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
|
|
|
</data>
|
|
|
|
<data name="DS4_Config_Options" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
|
|
|
<value>..\Resources\DS4-Config_ptionss.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
|
|
|
</data>
|
|
|
|
<data name="DS4_Config_PS" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
|
|
|
<value>..\Resources\DS4-Config_PS.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
|
|
|
</data>
|
|
|
|
<data name="DS4_Config_R1" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
|
|
|
<value>..\Resources\DS4-Config_R1.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
|
|
|
</data>
|
|
|
|
<data name="DS4_Config_R2" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
|
|
|
<value>..\Resources\DS4-Config_R2.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
|
|
|
</data>
|
|
|
|
<data name="DS4_Config_Right" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
|
|
|
<value>..\Resources\DS4-Config_Right.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
|
|
|
</data>
|
|
|
|
<data name="DS4_Config_RS" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
|
|
|
<value>..\Resources\DS4-Config_LS.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
|
|
|
</data>
|
|
|
|
<data name="DS4_Config_Share" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
|
|
|
<value>..\Resources\DS4-Config_Share.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
|
|
|
</data>
|
|
|
|
<data name="DS4_Config_Square" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
|
|
|
<value>..\Resources\DS4-Config_Square.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
|
|
|
</data>
|
|
|
|
<data name="DS4_Config_TouchLeft" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
|
|
|
<value>..\Resources\DS4-Config_TouchLeft.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
|
|
|
</data>
|
|
|
|
<data name="DS4_Config_TouchMulti" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
|
|
|
<value>..\Resources\DS4-Config_TouchMulti.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
|
|
|
</data>
|
|
|
|
<data name="DS4_Config_TouchRight" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
|
|
|
<value>..\Resources\DS4-Config_TouchRight.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
|
|
|
</data>
|
|
|
|
<data name="DS4_Config_TouchUpper" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
|
|
|
<value>..\Resources\DS4-Config_TouchUpper.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
|
|
|
</data>
|
|
|
|
<data name="DS4_Config_Triangle" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
|
|
|
<value>..\Resources\DS4-Config_Triangle.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
|
|
|
</data>
|
|
|
|
<data name="DS4_Config_Up" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
|
|
|
<value>..\Resources\DS4-Config_Up.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
|
|
|
</data>
|
|
|
|
<data name="DS4_lightbar" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
|
|
|
<value>..\Resources\DS4 lightbar.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
|
|
|
</data>
|
|
|
|
<data name="TextDocs" xml:space="preserve">
|
|
|
|
<value>Text Document (*.txt)</value>
|
|
|
|
</data>
|
|
|
|
<data name="XMLFiles" xml:space="preserve">
|
|
|
|
<value>XML Files (*.xml)</value>
|
|
|
|
</data>
|
2015-11-30 22:15:17 +01:00
|
|
|
<data name="Unassigned" xml:space="preserve">
|
|
|
|
<value>Unassigned</value>
|
|
|
|
</data>
|
2015-12-18 07:25:51 +01:00
|
|
|
<data name="left_touch" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
|
|
|
<value>..\Resources\left touch.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
|
|
|
</data>
|
|
|
|
<data name="right_touch" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
|
|
|
<value>..\Resources\right touch.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
|
|
|
</data>
|
|
|
|
<data name="_360_highlight" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
|
|
|
<value>..\Resources\360 highlight.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
|
|
|
</data>
|
|
|
|
<data name="_360_map" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
|
|
|
<value>..\Resources\360 map.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
|
|
|
</data>
|
Version 1.4.5
Added support for the New DS4 USB Adapater (Thanks to boganhobo and
Chamilsaan)
Implemented teokp's amazing fix for hide ds4 not working on the
anniversary update of Windows 10: when a controller fails to enter
exclusive mode, DS4Windows will ask for admin privilages to fix the
issue.
Now (near)unlimited Special Actions can be made from the previous limit
of 50
Special Action Xbox Game DVR is now no longer limited to Windows 10,
renamed multi action button: Assign a macro to single tap, double tap,
and holding down a button
Added option for White DS4Windows Icon in the notification tray (While
not merged from, thanks to tehmantra)
Added option to temporarily turn off DS4Windows when using a certain
program (togglable in the Auto Profiles Tab) (Same case as above but
thanks to dedChar to bring to light)
Fixed Options crashes in certain locales where decimal points are
repesented with commas, such as German (Thanks to kiliansch)
Added/Updated translations for many languauges, now including Japanese,
Slovenian, Hungarian, Greek, Finnish, Czech, Indonesian, and Ukrainian
2016-09-22 03:38:38 +02:00
|
|
|
<data name="DS4W___White" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
|
|
|
<value>..\Resources\DS4W - White.ico;System.Drawing.Icon, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
|
|
|
</data>
|
|
|
|
<data name="MultiAction" xml:space="preserve">
|
|
|
|
<value>Mutli-Action Button</value>
|
|
|
|
</data>
|
|
|
|
<data name="MacroRecorded" xml:space="preserve">
|
|
|
|
<value>Macro Recorded</value>
|
|
|
|
</data>
|
|
|
|
<data name="SelectMacro" xml:space="preserve">
|
|
|
|
<value>Select a macro</value>
|
|
|
|
</data>
|
2017-05-05 05:15:22 +02:00
|
|
|
<data name="RunAtStartup" xml:space="preserve">
|
|
|
|
<value>Tells Windows to start DS4Windows after login</value>
|
|
|
|
</data>
|
|
|
|
<data name="UACTask" xml:space="preserve">
|
|
|
|
<value>You need to run DS4Windows as the Administrator in order to activate this mode.</value>
|
|
|
|
</data>
|
2017-05-17 08:02:12 +02:00
|
|
|
<data name="BTPollRate" xml:space="preserve">
|
|
|
|
<value>Determines the poll rate used for the DS4 hardware when connected via Bluetooth</value>
|
|
|
|
</data>
|
2017-06-24 11:52:39 +02:00
|
|
|
<data name="GyroTriggerBehavior" xml:space="preserve">
|
|
|
|
<value>Check to have gyro active while trigger is active. Uncheck to disable gyro while trigger is active.</value>
|
|
|
|
</data>
|
2017-06-25 20:07:48 +02:00
|
|
|
<data name="CloseConfirm" xml:space="preserve">
|
|
|
|
<value>This will disconnect all your connected controllers. Proceed?</value>
|
|
|
|
</data>
|
|
|
|
<data name="Confirm" xml:space="preserve">
|
|
|
|
<value>Confirm...</value>
|
|
|
|
</data>
|
2017-05-05 05:15:22 +02:00
|
|
|
</root>
|