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
|
|
|
<?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.Drawing" name="System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
|
|
|
|
<data name="cBLightbyBattery.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>222, 21</value>
|
|
|
|
</data>
|
|
|
|
<data name="cBLightbyBattery.Text" xml:space="preserve">
|
|
|
|
<value>Barva napolnjenosti baterije %</value>
|
|
|
|
</data>
|
|
|
|
<data name="lbBlue.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>19, 17</value>
|
|
|
|
</data>
|
|
|
|
<data name="lbBlue.Text" xml:space="preserve">
|
2016-10-09 05:21:44 +02:00
|
|
|
<value>Modro</value>
|
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>
|
|
|
|
<data name="lbGreen.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>17, 17</value>
|
|
|
|
</data>
|
|
|
|
<data name="lbGreen.Text" xml:space="preserve">
|
2016-10-09 05:21:44 +02:00
|
|
|
<value>G</value>
|
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>
|
|
|
|
<data name="lbspc.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>67, 17</value>
|
|
|
|
</data>
|
|
|
|
<data name="lbspc.Text" xml:space="preserve">
|
|
|
|
<value>sek/obrat</value>
|
|
|
|
</data>
|
|
|
|
<data name="cBDoubleTap.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>155, 48</value>
|
|
|
|
</data>
|
|
|
|
<data name="cBDoubleTap.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>93, 21</value>
|
|
|
|
</data>
|
|
|
|
<data name="cBDoubleTap.Text" xml:space="preserve">
|
|
|
|
<value>Dvojni klik</value>
|
|
|
|
</data>
|
|
|
|
<data name="cBTap.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>72, 21</value>
|
|
|
|
</data>
|
|
|
|
<data name="cBTap.Text" xml:space="preserve">
|
|
|
|
<value>Pritisni</value>
|
|
|
|
</data>
|
|
|
|
<data name="nUDTap.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>98, 48</value>
|
|
|
|
</data>
|
|
|
|
<data name="cBScroll.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>154, 11</value>
|
|
|
|
</data>
|
|
|
|
<data name="cBScroll.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>95, 21</value>
|
|
|
|
</data>
|
|
|
|
<data name="cBScroll.Text" xml:space="preserve">
|
|
|
|
<value>Pomikanje</value>
|
|
|
|
</data>
|
|
|
|
<data name="cBSlide.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>79, 21</value>
|
|
|
|
</data>
|
|
|
|
<data name="cBSlide.Text" xml:space="preserve">
|
|
|
|
<value>Drsanje</value>
|
|
|
|
</data>
|
|
|
|
<data name="nUDScroll.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>228, 10</value>
|
|
|
|
</data>
|
|
|
|
<data name="nUDTouch.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>98, 10</value>
|
|
|
|
</data>
|
|
|
|
<data name="lbButtonMouseSens.Text" xml:space="preserve">
|
|
|
|
<value>Občutljivost miške</value>
|
|
|
|
</data>
|
|
|
|
<data name="cBlowerRCOn.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>218, 21</value>
|
|
|
|
</data>
|
|
|
|
<data name="cBlowerRCOn.Text" xml:space="preserve">
|
|
|
|
<value>Nizko desno, kot desna miška</value>
|
|
|
|
</data>
|
|
|
|
<data name="cBTouchpadJitterCompensation.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>182, 21</value>
|
|
|
|
</data>
|
|
|
|
<data name="cBTouchpadJitterCompensation.Text" xml:space="preserve">
|
|
|
|
<value>Uravnoteženje treptanja</value>
|
|
|
|
</data>
|
|
|
|
<data name="lbIdleMinutes.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>42, 17</value>
|
|
|
|
</data>
|
|
|
|
<data name="lbIdleMinutes.Text" xml:space="preserve">
|
|
|
|
<value>minut</value>
|
|
|
|
</data>
|
|
|
|
<data name="cBFlushHIDQueue.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>103, 21</value>
|
|
|
|
</data>
|
|
|
|
<data name="cBFlushHIDQueue.Text" xml:space="preserve">
|
|
|
|
<value>Prečisti HID</value>
|
|
|
|
</data>
|
|
|
|
<data name="btnRumbleHeavyTest.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>85, 20</value>
|
|
|
|
</data>
|
|
|
|
<data name="btnRumbleHeavyTest.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>123, 29</value>
|
|
|
|
</data>
|
|
|
|
<data name="btnRumbleHeavyTest.Text" xml:space="preserve">
|
|
|
|
<value>Preizkusi močno</value>
|
|
|
|
</data>
|
|
|
|
<data name="lbFull.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>48, 17</value>
|
|
|
|
</data>
|
|
|
|
<data name="lbFull.Text" xml:space="preserve">
|
|
|
|
<value>Polno:</value>
|
|
|
|
</data>
|
|
|
|
<data name="lbLowGreen.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>17, 17</value>
|
|
|
|
</data>
|
|
|
|
<data name="lbLowGreen.Text" xml:space="preserve">
|
2016-10-09 05:21:44 +02:00
|
|
|
<value>Zelena</value>
|
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>
|
|
|
|
<data name="lbLowBlue.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>19, 17</value>
|
|
|
|
</data>
|
|
|
|
<data name="lbLowBlue.Text" xml:space="preserve">
|
2016-10-09 05:21:44 +02:00
|
|
|
<value>Modra</value>
|
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>
|
|
|
|
<data name="lbEmpty.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>57, 17</value>
|
|
|
|
</data>
|
|
|
|
<data name="lbEmpty.Text" xml:space="preserve">
|
|
|
|
<value>Prazno:</value>
|
|
|
|
</data>
|
|
|
|
<data name="cbStartTouchpadOff.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>286, 21</value>
|
|
|
|
</data>
|
|
|
|
<data name="cbStartTouchpadOff.Text" xml:space="preserve">
|
|
|
|
<value>Začni z Drsanjem/Pomikanjem izključeno</value>
|
|
|
|
</data>
|
|
|
|
<data name="cMSPresets.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>141, 244</value>
|
|
|
|
</data>
|
|
|
|
<data name="controlToolStripMenuItem.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>140, 26</value>
|
|
|
|
</data>
|
|
|
|
<data name="toolStripSeparator1.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>137, 6</value>
|
|
|
|
</data>
|
|
|
|
<data name="defaultToolStripMenuItem.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>140, 26</value>
|
|
|
|
</data>
|
|
|
|
<data name="defaultToolStripMenuItem.Text" xml:space="preserve">
|
|
|
|
<value>Privzeto</value>
|
|
|
|
</data>
|
|
|
|
<data name="DpadToolStripMenuItem.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>140, 26</value>
|
|
|
|
</data>
|
|
|
|
<data name="tSMIDPadInverted.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>167, 26</value>
|
|
|
|
</data>
|
|
|
|
<data name="tSMIDPadInverted.Text" xml:space="preserve">
|
|
|
|
<value>Nasprotno</value>
|
|
|
|
</data>
|
|
|
|
<data name="tSMIDPadInvertedX.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>167, 26</value>
|
|
|
|
</data>
|
|
|
|
<data name="tSMIDPadInvertedX.Text" xml:space="preserve">
|
|
|
|
<value>Nasprotno X</value>
|
|
|
|
</data>
|
|
|
|
<data name="tSMIDPadInvertedY.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>167, 26</value>
|
|
|
|
</data>
|
|
|
|
<data name="tSMIDPadInvertedY.Text" xml:space="preserve">
|
|
|
|
<value>Nasprotno Y</value>
|
|
|
|
</data>
|
|
|
|
<data name="LSToolStripMenuItem.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>140, 26</value>
|
|
|
|
</data>
|
|
|
|
<data name="LSToolStripMenuItem.Text" xml:space="preserve">
|
|
|
|
<value>Leva ročica</value>
|
|
|
|
</data>
|
|
|
|
<data name="tSMILSInverted.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>167, 26</value>
|
|
|
|
</data>
|
|
|
|
<data name="tSMILSInverted.Text" xml:space="preserve">
|
|
|
|
<value>Nasprotno</value>
|
|
|
|
</data>
|
|
|
|
<data name="tSMILSInvertedX.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>167, 26</value>
|
|
|
|
</data>
|
|
|
|
<data name="tSMILSInvertedX.Text" xml:space="preserve">
|
|
|
|
<value>Nasprotno X</value>
|
|
|
|
</data>
|
|
|
|
<data name="tSMILSInvertedY.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>167, 26</value>
|
|
|
|
</data>
|
|
|
|
<data name="tSMILSInvertedY.Text" xml:space="preserve">
|
|
|
|
<value>Nasprotno Y</value>
|
|
|
|
</data>
|
|
|
|
<data name="RSToolStripMenuItem.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>140, 26</value>
|
|
|
|
</data>
|
|
|
|
<data name="RSToolStripMenuItem.Text" xml:space="preserve">
|
|
|
|
<value>Desna ročica</value>
|
|
|
|
</data>
|
|
|
|
<data name="tSMIRSInverted.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>167, 26</value>
|
|
|
|
</data>
|
|
|
|
<data name="tSMIRSInverted.Text" xml:space="preserve">
|
|
|
|
<value>Nasprotno</value>
|
|
|
|
</data>
|
|
|
|
<data name="tSMIRSInvertedX.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>167, 26</value>
|
|
|
|
</data>
|
|
|
|
<data name="tSMIRSInvertedX.Text" xml:space="preserve">
|
|
|
|
<value>Nasprotno X</value>
|
|
|
|
</data>
|
|
|
|
<data name="tSMIRSInvertedY.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>167, 26</value>
|
|
|
|
</data>
|
|
|
|
<data name="tSMIRSInvertedY.Text" xml:space="preserve">
|
|
|
|
<value>Nasprotno Y</value>
|
|
|
|
</data>
|
|
|
|
<data name="ABXYToolStripMenuItem.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>140, 26</value>
|
|
|
|
</data>
|
|
|
|
<data name="WASDToolStripMenuItem.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>140, 26</value>
|
|
|
|
</data>
|
|
|
|
<data name="wScanCodeWASDToolStripMenuItem.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>189, 26</value>
|
|
|
|
</data>
|
|
|
|
<data name="wScanCodeWASDToolStripMenuItem.Text" xml:space="preserve">
|
|
|
|
<value>w/ Preglej kodo</value>
|
|
|
|
</data>
|
|
|
|
<data name="ArrowKeysToolStripMenuItem.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>140, 26</value>
|
|
|
|
</data>
|
|
|
|
<data name="ArrowKeysToolStripMenuItem.Text" xml:space="preserve">
|
|
|
|
<value>Smerne tipke</value>
|
|
|
|
</data>
|
|
|
|
<data name="wScanCodeArrowKeysToolStripMenuItem.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>189, 26</value>
|
|
|
|
</data>
|
|
|
|
<data name="wScanCodeArrowKeysToolStripMenuItem.Text" xml:space="preserve">
|
|
|
|
<value>w/ Preglej kodo</value>
|
|
|
|
</data>
|
|
|
|
<data name="MouseToolStripMenuItem.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>140, 26</value>
|
|
|
|
</data>
|
|
|
|
<data name="MouseToolStripMenuItem.Text" xml:space="preserve">
|
|
|
|
<value>Miška</value>
|
|
|
|
</data>
|
|
|
|
<data name="tSMIMouseInverted.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>167, 26</value>
|
|
|
|
</data>
|
|
|
|
<data name="tSMIMouseInverted.Text" xml:space="preserve">
|
|
|
|
<value>Nasprotno</value>
|
|
|
|
</data>
|
|
|
|
<data name="tSMIMouseInvertedX.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>167, 26</value>
|
|
|
|
</data>
|
|
|
|
<data name="tSMIMouseInvertedX.Text" xml:space="preserve">
|
|
|
|
<value>Nasprotno X</value>
|
|
|
|
</data>
|
|
|
|
<data name="tSMIMouseInvertedY.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>167, 26</value>
|
|
|
|
</data>
|
|
|
|
<data name="tSMIMouseInvertedY.Text" xml:space="preserve">
|
|
|
|
<value>Nasprotno Y</value>
|
|
|
|
</data>
|
|
|
|
<data name="gBOther.Text" xml:space="preserve">
|
|
|
|
<value>Ostalo</value>
|
|
|
|
</data>
|
|
|
|
<data name="cBDinput.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>163, 21</value>
|
|
|
|
</data>
|
|
|
|
<data name="cBDinput.Text" xml:space="preserve">
|
|
|
|
<value>Uporabi samo Dinput</value>
|
|
|
|
</data>
|
|
|
|
<data name="pBProgram.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>304, 136</value>
|
|
|
|
</data>
|
|
|
|
<data name="cBLaunchProgram.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>8, 143</value>
|
|
|
|
</data>
|
|
|
|
<data name="cBLaunchProgram.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>200, 21</value>
|
|
|
|
</data>
|
|
|
|
<data name="cBLaunchProgram.Text" xml:space="preserve">
|
|
|
|
<value>Zaženi program z računom</value>
|
|
|
|
</data>
|
|
|
|
<data name="btnBrowse.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>214, 138</value>
|
|
|
|
</data>
|
|
|
|
<data name="btnBrowse.Text" xml:space="preserve">
|
|
|
|
<value>Brskanje...</value>
|
|
|
|
</data>
|
|
|
|
<data name="lbUseController.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>8, 97</value>
|
|
|
|
</data>
|
|
|
|
<data name="lbUseController.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>111, 17</value>
|
|
|
|
</data>
|
|
|
|
<data name="lbUseController.Text" xml:space="preserve">
|
|
|
|
<value>Uporabi Krmilnik</value>
|
|
|
|
</data>
|
|
|
|
<data name="cBMouseAccel.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>205, 21</value>
|
|
|
|
</data>
|
|
|
|
<data name="cBMouseAccel.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>132, 21</value>
|
|
|
|
</data>
|
|
|
|
<data name="cBMouseAccel.Text" xml:space="preserve">
|
|
|
|
<value>Pospešek miške</value>
|
|
|
|
</data>
|
|
|
|
<data name="nUDSixaxis.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>123, 95</value>
|
|
|
|
</data>
|
|
|
|
<data name="cBControllerInput.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>167, 88</value>
|
|
|
|
</data>
|
|
|
|
<data name="cBControllerInput.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>133, 38</value>
|
|
|
|
</data>
|
|
|
|
<data name="cBControllerInput.Text" xml:space="preserve">
|
2016-10-09 05:21:44 +02:00
|
|
|
<value>Za označevanje in prikaz</value>
|
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>
|
|
|
|
<data name="cBIdleDisconnect.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>151, 21</value>
|
|
|
|
</data>
|
|
|
|
<data name="cBIdleDisconnect.Text" xml:space="preserve">
|
|
|
|
<value>Odklop v mirovanju</value>
|
|
|
|
</data>
|
|
|
|
<data name="gBLightbar.Text" xml:space="preserve">
|
|
|
|
<value>Luč</value>
|
|
|
|
</data>
|
|
|
|
<data name="cBFlashType.Items" xml:space="preserve">
|
|
|
|
<value>Osvetli</value>
|
|
|
|
</data>
|
|
|
|
<data name="cBFlashType.Items1" xml:space="preserve">
|
|
|
|
<value>Ožarči</value>
|
|
|
|
</data>
|
|
|
|
<data name="cBWhileCharging.Items" xml:space="preserve">
|
|
|
|
<value>Navadno</value>
|
|
|
|
</data>
|
|
|
|
<data name="cBWhileCharging.Items1" xml:space="preserve">
|
|
|
|
<value>Utrip</value>
|
|
|
|
</data>
|
|
|
|
<data name="cBWhileCharging.Items2" xml:space="preserve">
|
|
|
|
<value>Mavrica</value>
|
|
|
|
</data>
|
|
|
|
<data name="cBWhileCharging.Items3" xml:space="preserve">
|
|
|
|
<value>Barva</value>
|
|
|
|
</data>
|
|
|
|
<data name="lbWhileCharging.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>107, 17</value>
|
|
|
|
</data>
|
|
|
|
<data name="lbWhileCharging.Text" xml:space="preserve">
|
|
|
|
<value>med polnjenjem</value>
|
|
|
|
</data>
|
|
|
|
<data name="gBRumble.Text" xml:space="preserve">
|
|
|
|
<value>Brundanje</value>
|
|
|
|
</data>
|
|
|
|
<data name="btnRumbleLightTest.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>209, 20</value>
|
|
|
|
</data>
|
|
|
|
<data name="btnRumbleLightTest.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>123, 29</value>
|
|
|
|
</data>
|
|
|
|
<data name="btnRumbleLightTest.Text" xml:space="preserve">
|
|
|
|
<value>Preizkusi lahko</value>
|
|
|
|
</data>
|
|
|
|
<data name="lbRSTip.Text" xml:space="preserve">
|
|
|
|
<value>Desna roćica</value>
|
|
|
|
</data>
|
|
|
|
<data name="lbInputDelay.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>141, 17</value>
|
|
|
|
</data>
|
|
|
|
<data name="lbInputDelay.Text" xml:space="preserve">
|
|
|
|
<value>Vhodni zamik: N/Ams</value>
|
|
|
|
</data>
|
|
|
|
<data name="lbLSTip.Text" xml:space="preserve">
|
|
|
|
<value>Leva ročica</value>
|
|
|
|
</data>
|
|
|
|
<data name="lbSATip.Text" xml:space="preserve">
|
|
|
|
<value>Os: X os je obrnjena za lažje branje</value>
|
|
|
|
</data>
|
|
|
|
<data name="lb6Accel.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>64, 127</value>
|
|
|
|
</data>
|
|
|
|
<data name="lb6Accel.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>86, 17</value>
|
|
|
|
</data>
|
|
|
|
<data name="lb6Accel.Text" xml:space="preserve">
|
|
|
|
<value>Akcelometer</value>
|
|
|
|
</data>
|
|
|
|
<data name="lb6Gryo.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>4, 5</value>
|
|
|
|
</data>
|
|
|
|
<data name="lb6Gryo.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>63, 17</value>
|
|
|
|
</data>
|
|
|
|
<data name="lb6Gryo.Text" xml:space="preserve">
|
|
|
|
<value>Žiroskop</value>
|
|
|
|
</data>
|
|
|
|
<data name="tPControls.Text" xml:space="preserve">
|
|
|
|
<value>Kontrole</value>
|
|
|
|
</data>
|
|
|
|
<data name="lbControlTip.Text" xml:space="preserve">
|
|
|
|
<value>Pritisni na osvetljeno tipko za izbiro barve</value>
|
|
|
|
</data>
|
|
|
|
<data name="tPSpecial.Text" xml:space="preserve">
|
|
|
|
<value>Posebna dejanja</value>
|
|
|
|
</data>
|
|
|
|
<data name="cHName.Text" xml:space="preserve">
|
|
|
|
<value>Ime</value>
|
|
|
|
</data>
|
|
|
|
<data name="cHTrigger.Text" xml:space="preserve">
|
|
|
|
<value>Sprožilec</value>
|
|
|
|
</data>
|
|
|
|
<data name="cHAction.Text" xml:space="preserve">
|
|
|
|
<value>Dejanje</value>
|
|
|
|
</data>
|
|
|
|
<data name="btnNewAction.Text" xml:space="preserve">
|
|
|
|
<value>Nov ukaz</value>
|
|
|
|
</data>
|
|
|
|
<data name="btnEditAction.Text" xml:space="preserve">
|
|
|
|
<value>Uredi ukaz</value>
|
|
|
|
</data>
|
|
|
|
<data name="btnRemAction.Text" xml:space="preserve">
|
|
|
|
<value>Odstrani ukaz</value>
|
|
|
|
</data>
|
|
|
|
<data name="lbActionsTip.Text" xml:space="preserve">
|
2016-10-09 05:21:44 +02:00
|
|
|
<value>Drži označene gumbe za izvedbo dejanja; preveri ukaz dejanja med tem, ko je račun aktiven</value>
|
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>
|
|
|
|
<data name="tPDeadzone.Text" xml:space="preserve">
|
|
|
|
<value>Območje odstopanja</value>
|
|
|
|
</data>
|
|
|
|
<data name="tPCurve.Text" xml:space="preserve">
|
|
|
|
<value>Krivulja</value>
|
|
|
|
</data>
|
|
|
|
<data name="rBSAControls.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>158, 21</value>
|
|
|
|
</data>
|
|
|
|
<data name="rBSAControls.Text" xml:space="preserve">
|
|
|
|
<value>Uporaba za kontrole</value>
|
|
|
|
</data>
|
|
|
|
<data name="rBSAMouse.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>146, 21</value>
|
|
|
|
</data>
|
|
|
|
<data name="rBSAMouse.Text" xml:space="preserve">
|
|
|
|
<value>Uporabi, kot miško</value>
|
|
|
|
</data>
|
|
|
|
<data name="cBGyroInvertY.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>197, 96</value>
|
|
|
|
</data>
|
|
|
|
<data name="cBGyroInvertX.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>143, 96</value>
|
|
|
|
</data>
|
|
|
|
<data name="lbGyroInvert.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>126, 17</value>
|
|
|
|
</data>
|
|
|
|
<data name="lbGyroInvert.Text" xml:space="preserve">
|
|
|
|
<value>Uporabi nasprotno</value>
|
|
|
|
</data>
|
|
|
|
<data name="lbGyroTriggers.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>66, 17</value>
|
|
|
|
</data>
|
|
|
|
<data name="lbGyroTriggers.Text" xml:space="preserve">
|
|
|
|
<value>Sprožilec</value>
|
|
|
|
</data>
|
|
|
|
<data name="lbGyroSens.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>146, 17</value>
|
|
|
|
</data>
|
|
|
|
<data name="lbGyroSens.Text" xml:space="preserve">
|
|
|
|
<value>Občutljivost žiroskopa</value>
|
|
|
|
</data>
|
|
|
|
<data name="cMGyroTriggers.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>233, 524</value>
|
|
|
|
</data>
|
|
|
|
<data name="crossToolStripMenuItem.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>232, 26</value>
|
|
|
|
</data>
|
|
|
|
<data name="circleToolStripMenuItem.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>232, 26</value>
|
|
|
|
</data>
|
|
|
|
<data name="squareToolStripMenuItem.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>232, 26</value>
|
|
|
|
</data>
|
|
|
|
<data name="triangleToolStripMenuItem.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>232, 26</value>
|
|
|
|
</data>
|
|
|
|
<data name="l1ToolStripMenuItem.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>232, 26</value>
|
|
|
|
</data>
|
|
|
|
<data name="l2ToolStripMenuItem.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>232, 26</value>
|
|
|
|
</data>
|
|
|
|
<data name="r1ToolStripMenuItem.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>232, 26</value>
|
|
|
|
</data>
|
|
|
|
<data name="r2ToolStripMenuItem.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>232, 26</value>
|
|
|
|
</data>
|
|
|
|
<data name="onTouchpadToolStripMenuItem.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>232, 26</value>
|
|
|
|
</data>
|
|
|
|
<data name="downToolStripMenuItem.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>232, 26</value>
|
|
|
|
</data>
|
|
|
|
<data name="leftToolStripMenuItem.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>232, 26</value>
|
|
|
|
</data>
|
|
|
|
<data name="rightToolStripMenuItem.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>232, 26</value>
|
|
|
|
</data>
|
|
|
|
<data name="l3ToolStripMenuItem.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>232, 26</value>
|
|
|
|
</data>
|
|
|
|
<data name="r3ToolStripMenuItem.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>232, 26</value>
|
|
|
|
</data>
|
|
|
|
<data name="fingerOnTouchpadToolStripMenuItem.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>232, 26</value>
|
|
|
|
</data>
|
|
|
|
<data name="fingerOnTouchpadToolStripMenuItem.Text" xml:space="preserve">
|
|
|
|
<value>Prst na Touchpad-u</value>
|
|
|
|
</data>
|
|
|
|
<data name="fingersOnTouchpadToolStripMenuItem.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>232, 26</value>
|
|
|
|
</data>
|
|
|
|
<data name="fingersOnTouchpadToolStripMenuItem.Text" xml:space="preserve">
|
|
|
|
<value>2 prsta na Touchpad-u</value>
|
|
|
|
</data>
|
|
|
|
<data name="optionsToolStripMenuItem.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>232, 26</value>
|
|
|
|
</data>
|
|
|
|
<data name="shareToolStripMenuItem.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>232, 26</value>
|
|
|
|
</data>
|
|
|
|
<data name="pSToolStripMenuItem.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>232, 26</value>
|
|
|
|
</data>
|
|
|
|
<data name="alwaysOnToolStripMenuItem.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>232, 26</value>
|
|
|
|
</data>
|
|
|
|
<data name="alwaysOnToolStripMenuItem.Text" xml:space="preserve">
|
|
|
|
<value>Vedno vključeno</value>
|
|
|
|
</data>
|
2016-10-09 05:21:44 +02:00
|
|
|
<data name="DpadToolStripMenuItem.Text" xml:space="preserve">
|
|
|
|
<value>Dpad</value>
|
|
|
|
</data>
|
|
|
|
<data name="gBSensitivity,Text" xml:space="preserve">
|
|
|
|
<value>Občutljivost</value>
|
|
|
|
</data>
|
|
|
|
<data name="gBTouchpad.Text" xml:space="preserve">
|
|
|
|
<value>Touchpad</value>
|
|
|
|
</data>
|
|
|
|
<data name="lbLowRed.Text" xml:space="preserve">
|
|
|
|
<value>Rdeča</value>
|
|
|
|
</data>
|
|
|
|
<data name="lbRed.Text" xml:space="preserve">
|
|
|
|
<value>Rdeča</value>
|
|
|
|
</data>
|
|
|
|
<data name="resetToolStripMenuItem.Text" xml:space="preserve">
|
|
|
|
<value>Ponastavi</value>
|
|
|
|
</data>
|
|
|
|
<data name="tPController.Text" xml:space="preserve">
|
|
|
|
<value>Branje Krmilnika</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
|
|
|
</root>
|