mirror of
https://github.com/cemu-project/DS4Windows.git
synced 2024-11-23 09:49:16 +01:00
8d9f69db44
Complete rehaul of the profile settings, bigger workspace to edit controls, and all the settings are on the side now Added option to change the lightbar color, regardless of the profile's lightbar setting (useful for using one profile on the same controller). to change click the colored button beside edit in the main tab Can now set the Gyro as an 1:1 absolute mouse, in this mode the mouse now moves as the controller is moved Removed the experimental exclusive connection button if on the newest Windows 10 build (1511/TH2) Finally updated all the translations and added some new ones (such as Chinese and Polish, the translations sheets have been merged to one so it's easier for me to update
420 lines
16 KiB
XML
420 lines
16 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<root>
|
|
<!--
|
|
Microsoft ResX Schema
|
|
|
|
Version 2.0
|
|
|
|
The primary goals of this format is to allow a simple XML format
|
|
that is mostly human readable. The generation and parsing of the
|
|
various data types are done through the TypeConverter classes
|
|
associated with the data types.
|
|
|
|
Example:
|
|
|
|
... ado.net/XML headers & schema ...
|
|
<resheader name="resmimetype">text/microsoft-resx</resheader>
|
|
<resheader name="version">2.0</resheader>
|
|
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
|
|
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
|
|
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
|
|
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
|
|
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
|
|
<value>[base64 mime encoded serialized .NET Framework object]</value>
|
|
</data>
|
|
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
|
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
|
|
<comment>This is a comment</comment>
|
|
</data>
|
|
|
|
There are any number of "resheader" rows that contain simple
|
|
name/value pairs.
|
|
|
|
Each data row contains a name, and value. The row also contains a
|
|
type or mimetype. Type corresponds to a .NET class that support
|
|
text/value conversion through the TypeConverter architecture.
|
|
Classes that don't support this are serialized and stored with the
|
|
mimetype set.
|
|
|
|
The mimetype is used for serialized objects, and tells the
|
|
ResXResourceReader how to depersist the object. This is currently not
|
|
extensible. For a given mimetype the value must be set accordingly:
|
|
|
|
Note - application/x-microsoft.net.object.binary.base64 is the format
|
|
that the ResXResourceWriter will generate, however the reader can
|
|
read any of the formats listed below.
|
|
|
|
mimetype: application/x-microsoft.net.object.binary.base64
|
|
value : The object must be serialized with
|
|
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
|
|
: and then encoded with base64 encoding.
|
|
|
|
mimetype: application/x-microsoft.net.object.soap.base64
|
|
value : The object must be serialized with
|
|
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
|
|
: and then encoded with base64 encoding.
|
|
|
|
mimetype: application/x-microsoft.net.object.bytearray.base64
|
|
value : The object must be serialized into a byte array
|
|
: using a System.ComponentModel.TypeConverter
|
|
: and then encoded with base64 encoding.
|
|
-->
|
|
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
|
|
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
|
|
<xsd:element name="root" msdata:IsDataSet="true">
|
|
<xsd:complexType>
|
|
<xsd:choice maxOccurs="unbounded">
|
|
<xsd:element name="metadata">
|
|
<xsd:complexType>
|
|
<xsd:sequence>
|
|
<xsd:element name="value" type="xsd:string" minOccurs="0" />
|
|
</xsd:sequence>
|
|
<xsd:attribute name="name" use="required" type="xsd:string" />
|
|
<xsd:attribute name="type" type="xsd:string" />
|
|
<xsd:attribute name="mimetype" type="xsd:string" />
|
|
<xsd:attribute ref="xml:space" />
|
|
</xsd:complexType>
|
|
</xsd:element>
|
|
<xsd:element name="assembly">
|
|
<xsd:complexType>
|
|
<xsd:attribute name="alias" type="xsd:string" />
|
|
<xsd:attribute name="name" type="xsd:string" />
|
|
</xsd:complexType>
|
|
</xsd:element>
|
|
<xsd:element name="data">
|
|
<xsd:complexType>
|
|
<xsd:sequence>
|
|
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
|
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
|
|
</xsd:sequence>
|
|
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
|
|
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
|
|
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
|
|
<xsd:attribute ref="xml:space" />
|
|
</xsd:complexType>
|
|
</xsd:element>
|
|
<xsd:element name="resheader">
|
|
<xsd:complexType>
|
|
<xsd:sequence>
|
|
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
|
</xsd:sequence>
|
|
<xsd:attribute name="name" type="xsd:string" use="required" />
|
|
</xsd:complexType>
|
|
</xsd:element>
|
|
</xsd:choice>
|
|
</xsd:complexType>
|
|
</xsd:element>
|
|
</xsd:schema>
|
|
<resheader name="resmimetype">
|
|
<value>text/microsoft-resx</value>
|
|
</resheader>
|
|
<resheader name="version">
|
|
<value>2.0</value>
|
|
</resheader>
|
|
<resheader name="reader">
|
|
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
|
</resheader>
|
|
<resheader name="writer">
|
|
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
|
</resheader>
|
|
<data name="ActionExists" xml:space="preserve">
|
|
<value>Nazwe tej akcji już istnieje</value>
|
|
</data>
|
|
<data name="AddingToList" xml:space="preserve">
|
|
<value>Dodawanie do listy...</value>
|
|
</data>
|
|
<data name="AddPrograms" xml:space="preserve">
|
|
<value>Dodaj programy</value>
|
|
</data>
|
|
<data name="ALocactionNeeded" xml:space="preserve">
|
|
<value>Musi zostać wybrana lokalizacja aby kontynuować</value>
|
|
</data>
|
|
<data name="AlwaysRainbow" xml:space="preserve">
|
|
<value>Zawsze w Trybie Tęczy</value>
|
|
</data>
|
|
<data name="AssignProfile" xml:space="preserve">
|
|
<value>Przypisz do Kontrolera *numer*</value>
|
|
</data>
|
|
<data name="Battery" xml:space="preserve">
|
|
<value>Bateria: *numer*%</value>
|
|
</data>
|
|
<data name="BestUsedRightSide" xml:space="preserve">
|
|
<value>Najlepiej użyć prawej strony jak funkcje w myszce</value>
|
|
</data>
|
|
<data name="Browse" xml:space="preserve">
|
|
<value>Wyszukaj...</value>
|
|
</data>
|
|
<data name="CannotWriteHere" xml:space="preserve">
|
|
<value>Nie mozna zapisac w obecnej lokalizacji. Kopiuj ustawienia do "appdata"</value>
|
|
</data>
|
|
<data name="Charged" xml:space="preserve">
|
|
<value>Naładowany</value>
|
|
</data>
|
|
<data name="Charging" xml:space="preserve">
|
|
<value>Ładowanie *number*%</value>
|
|
</data>
|
|
<data name="CheckBattery" xml:space="preserve">
|
|
<value>Sprawdź baterie</value>
|
|
</data>
|
|
<data name="CloseDS4W" xml:space="preserve">
|
|
<value>Zamknąć DS4Windows?</value>
|
|
</data>
|
|
<data name="CloseMinimize" xml:space="preserve">
|
|
<value>Zamknij zminimalizowane</value>
|
|
</data>
|
|
<data name="Color" xml:space="preserve">
|
|
<value>Kolor</value>
|
|
</data>
|
|
<data name="ColorByBattery" xml:space="preserve">
|
|
<value>Kolor baterii %</value>
|
|
</data>
|
|
<data name="Connecting" xml:space="preserve">
|
|
<value>Łączenie...</value>
|
|
</data>
|
|
<data name="ContextEdit" xml:space="preserve">
|
|
<value>Edytuj profil dla Kontrolera *number*</value>
|
|
</data>
|
|
<data name="ContextNew" xml:space="preserve">
|
|
<value>Stwórz profil dla Kontrolera *number*</value>
|
|
</data>
|
|
<data name="ControllerWasRemoved" xml:space="preserve">
|
|
<value>Kontroler *Mac addres* został usunięty lub utracił połączenie</value>
|
|
</data>
|
|
<data name="CopyFullColor" xml:space="preserve">
|
|
<value>Kliknij, żeby skopiować pełen kolor</value>
|
|
</data>
|
|
<data name="CouldNotOpenDS4" xml:space="preserve">
|
|
<value>Ostrzeżenie: Nie można otworzyć DS4 *Mac adress*.</value>
|
|
</data>
|
|
<data name="Day" xml:space="preserve">
|
|
<value>dzień</value>
|
|
</data>
|
|
<data name="Days" xml:space="preserve">
|
|
<value>dni</value>
|
|
</data>
|
|
<data name="DeleteProfile" xml:space="preserve">
|
|
<value>Usunąć profil?</value>
|
|
</data>
|
|
<data name="DimByBattery" xml:space="preserve">
|
|
<value>Przyciemnij baterie o %</value>
|
|
</data>
|
|
<data name="DinputOnly" xml:space="preserve">
|
|
<value>Wyłącz wejście X360 i używaj tylko standardowego wejścia DS4, opcja ukryj ds4 musi zostać wyłączona (tylko przewodowo)</value>
|
|
</data>
|
|
<data name="DisconnectBT" xml:space="preserve">
|
|
<value>Rozłącz BT</value>
|
|
</data>
|
|
<data name="Disconnected" xml:space="preserve">
|
|
<value>Rozłączono</value>
|
|
</data>
|
|
<data name="Downloading" xml:space="preserve">
|
|
<value>Pobieranie *number*%</value>
|
|
</data>
|
|
<data name="DownloadVersion" xml:space="preserve">
|
|
<value>Chcesz teraz pobrać wersję *number*?</value>
|
|
</data>
|
|
<data name="DownText" xml:space="preserve">
|
|
<value>Dół</value>
|
|
</data>
|
|
<data name="DS4Update" xml:space="preserve">
|
|
<value>Dostępna aktualizacja dla DS4Windows</value>
|
|
</data>
|
|
<data name="DS4WindowsCannotEditHere" xml:space="preserve">
|
|
<value>DS4Windows nie może edytować tu ustawień, Okno zostanie zamknięte</value>
|
|
</data>
|
|
<data name="EditProfile" xml:space="preserve">
|
|
<value>Edytuj</value>
|
|
</data>
|
|
<data name="FallBack" xml:space="preserve">
|
|
<value>Wycofaj</value>
|
|
</data>
|
|
<data name="FifthMouseDown" xml:space="preserve">
|
|
<value>5 Przycisk Myszy Wciśnięty</value>
|
|
</data>
|
|
<data name="FifthMouseUp" xml:space="preserve">
|
|
<value>5 Przycisk Myszy Puszczony</value>
|
|
</data>
|
|
<data name="FoundController" xml:space="preserve">
|
|
<value>Znaleziono Kontroler:</value>
|
|
</data>
|
|
<data name="FourthMouseDown" xml:space="preserve">
|
|
<value>5 Przycisk Myszy Wciśnięty</value>
|
|
</data>
|
|
<data name="FourthMouseUp" xml:space="preserve">
|
|
<value>5 Przycisk Myszy Puszczony</value>
|
|
</data>
|
|
<data name="Full" xml:space="preserve">
|
|
<value>Naładowany</value>
|
|
</data>
|
|
<data name="Hour" xml:space="preserve">
|
|
<value>Godzina</value>
|
|
</data>
|
|
<data name="Hours" xml:space="preserve">
|
|
<value>Godziny</value>
|
|
</data>
|
|
<data name="InputDelay" xml:space="preserve">
|
|
<value>Opóźnienie wejścia: *number*ms</value>
|
|
</data>
|
|
<data name="InstallComplete" xml:space="preserve">
|
|
<value>Instalacja zakonczona</value>
|
|
</data>
|
|
<data name="InstallDriver" xml:space="preserve">
|
|
<value>Zainstaluj tutaj sterowniki</value>
|
|
</data>
|
|
<data name="Installing" xml:space="preserve">
|
|
<value>Instalacja...</value>
|
|
</data>
|
|
<data name="KeepThisSize" xml:space="preserve">
|
|
<value>Zapamiętaj rozmiar okna po zamknięciu</value>
|
|
</data>
|
|
<data name="LaunchProgram" xml:space="preserve">
|
|
<value>Uruchom *program*</value>
|
|
</data>
|
|
<data name="Loading" xml:space="preserve">
|
|
<value>Wczytywanie...</value>
|
|
</data>
|
|
<data name="LoadProfile" xml:space="preserve">
|
|
<value>Wczytaj *profile*</value>
|
|
</data>
|
|
<data name="Macro" xml:space="preserve">
|
|
<value>Macro</value>
|
|
</data>
|
|
<data name="MakeNewProfile" xml:space="preserve">
|
|
<value>Stwórz nowy profil</value>
|
|
</data>
|
|
<data name="NA" xml:space="preserve">
|
|
<value>Niedostępne</value>
|
|
</data>
|
|
<data name="New" xml:space="preserve">
|
|
<value>Nowy</value>
|
|
</data>
|
|
<data name="NoMacroRecorded" xml:space="preserve">
|
|
<value>Nie zapisano makra</value>
|
|
</data>
|
|
<data name="noneProfile" xml:space="preserve">
|
|
<value>(brak)</value>
|
|
</data>
|
|
<data name="NoneText" xml:space="preserve">
|
|
<value>brak</value>
|
|
</data>
|
|
<data name="NoProfileLoaded" xml:space="preserve">
|
|
<value>Nie załadowano profilu</value>
|
|
</data>
|
|
<data name="NotUsingProfile" xml:space="preserve">
|
|
<value>Kontroler *number* nie używa profilu</value>
|
|
</data>
|
|
<data name="NotValid" xml:space="preserve">
|
|
<value>Nieprawidłowy</value>
|
|
</data>
|
|
<data name="OpeningInstaller" xml:space="preserve">
|
|
<value>Otwieranie instalatora</value>
|
|
</data>
|
|
<data name="OpenScpDriver" xml:space="preserve">
|
|
<value>Proszę otworzyć ScpDriver.exe</value>
|
|
</data>
|
|
<data name="PleaseImport" xml:space="preserve">
|
|
<value>Proszę zimportować lub stworzyć profil</value>
|
|
</data>
|
|
<data name="PlusNewProfile" xml:space="preserve">
|
|
<value>Nowy profil</value>
|
|
</data>
|
|
<data name="ProfileCannotRestore" xml:space="preserve">
|
|
<value>*Profile name* nie mógł zostać przywrócony</value>
|
|
</data>
|
|
<data name="ProfileFolderMoved" xml:space="preserve">
|
|
<value>Folder z profilem został przeniesiony do foldera z programem</value>
|
|
</data>
|
|
<data name="Programs" xml:space="preserve">
|
|
<value>Programy</value>
|
|
</data>
|
|
<data name="QuickCharge" xml:space="preserve">
|
|
<value>Szybkie ładowanie</value>
|
|
</data>
|
|
<data name="QuitOtherPrograms" xml:space="preserve">
|
|
<value>Zamknij programy takie jak Steam, Uplay przed aktywowaniem opcji "Ukryj kontroler DS4"</value>
|
|
</data>
|
|
<data name="RecordText" xml:space="preserve">
|
|
<value>Nagrywanie</value>
|
|
</data>
|
|
<data name="SaveRecordedMacro" xml:space="preserve">
|
|
<value>Zapisać nagrane Macro?</value>
|
|
</data>
|
|
<data name="SearchingController" xml:space="preserve">
|
|
<value>Szukanie kontrolerów...</value>
|
|
</data>
|
|
<data name="SelectActionTitle" xml:space="preserve">
|
|
<value>Wybierz działanie dla *action*</value>
|
|
</data>
|
|
<data name="Shortcuts" xml:space="preserve">
|
|
<value>Skróty</value>
|
|
</data>
|
|
<data name="Starting" xml:space="preserve">
|
|
<value>Uruchamianie...</value>
|
|
</data>
|
|
<data name="StartText" xml:space="preserve">
|
|
<value>Start</value>
|
|
</data>
|
|
<data name="Step1" xml:space="preserve">
|
|
<value>Krok 1: Zainstaluj DS4 Driver</value>
|
|
</data>
|
|
<data name="StopLText" xml:space="preserve">
|
|
<value>Przestań świecić</value>
|
|
</data>
|
|
<data name="StoppedDS4Tool" xml:space="preserve">
|
|
<value>Zatrzymano DS4Windows</value>
|
|
</data>
|
|
<data name="StoppedDS4Windows" xml:space="preserve">
|
|
<value>Zatrzymywanie Kontrolerów DS4</value>
|
|
</data>
|
|
<data name="StoppingDS4" xml:space="preserve">
|
|
<value>Zatrzymywanie Kontrolerów X360</value>
|
|
</data>
|
|
<data name="StoppingX360" xml:space="preserve">
|
|
<value>Stop</value>
|
|
</data>
|
|
<data name="StopText" xml:space="preserve">
|
|
<value>Przesuń w dół</value>
|
|
</data>
|
|
<data name="SwipeDown" xml:space="preserve">
|
|
<value>przesuń w lewo</value>
|
|
</data>
|
|
<data name="SwipeLeft" xml:space="preserve">
|
|
<value>przesuń w prawo</value>
|
|
</data>
|
|
<data name="SwipeTouchpad" xml:space="preserve">
|
|
<value>przesuń w górę</value>
|
|
</data>
|
|
<data name="TwoFingerSwipe" xml:space="preserve">
|
|
<value>Wpisz tutaj nową nazwę</value>
|
|
</data>
|
|
<data name="TypeNewName" xml:space="preserve">
|
|
<value>Wpisz tutaj nową nazwę profilu</value>
|
|
</data>
|
|
<data name="TypeProfileName" xml:space="preserve">
|
|
<value>Góra</value>
|
|
</data>
|
|
<data name="UpText" xml:space="preserve">
|
|
<value>Posiadasz najnowsza wersje oprogramowania</value>
|
|
</data>
|
|
<data name="UpToDate" xml:space="preserve">
|
|
<value>Możesz także użyć swego kontrolery aby zmienić sterowanie</value>
|
|
</data>
|
|
<data name="UseControllerForMapping" xml:space="preserve">
|
|
<value>Tryb wyłączności</value>
|
|
</data>
|
|
<data name="UsingExclusive" xml:space="preserve">
|
|
<value>Kontroler "numer" używa profilu "nazwa profilu"</value>
|
|
</data>
|
|
<data name="UsingProfile" xml:space="preserve">
|
|
<value>Tryb udostępniania</value>
|
|
</data>
|
|
<data name="UsingTPSwipes" xml:space="preserve">
|
|
<value>Wpisz prawidłowy numer</value>
|
|
</data>
|
|
<data name="WillKeep" xml:space="preserve">
|
|
<value>Zostanie zachowane</value>
|
|
</data>
|
|
<data name="WaitMS" xml:space="preserve">
|
|
<value>Czekaj *number**ms*</value>
|
|
</data>
|
|
</root> |