2014-05-28 04:49:58 +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>
|
2014-12-13 21:12:03 +01:00
|
|
|
<data name="AddingToList" xml:space="preserve">
|
2015-11-28 06:47:26 +01:00
|
|
|
<value>Agregar a la lista</value>
|
2014-12-13 21:12:03 +01:00
|
|
|
</data>
|
|
|
|
<data name="AddPrograms" xml:space="preserve">
|
2015-11-28 06:47:26 +01:00
|
|
|
<value>Agregar programas</value>
|
2014-12-13 21:12:03 +01:00
|
|
|
</data>
|
|
|
|
<data name="AlwaysRainbow" xml:space="preserve">
|
2015-11-28 06:47:26 +01:00
|
|
|
<value>Siempre Modo Alcoiris</value>
|
2014-12-13 21:12:03 +01:00
|
|
|
</data>
|
|
|
|
<data name="AssignProfile" xml:space="preserve">
|
|
|
|
<value>Asignar a Controlador *number*</value>
|
|
|
|
</data>
|
|
|
|
<data name="Battery" xml:space="preserve">
|
2015-11-28 06:47:26 +01:00
|
|
|
<value>Batería: *number*%</value>
|
2014-12-13 21:12:03 +01:00
|
|
|
</data>
|
|
|
|
<data name="BestUsedRightSide" xml:space="preserve">
|
2015-11-28 06:47:26 +01:00
|
|
|
<value>Preferible usar lado derecho como función del mouse.</value>
|
2014-12-13 21:12:03 +01:00
|
|
|
</data>
|
|
|
|
<data name="Browse" xml:space="preserve">
|
|
|
|
<value>Buscar...</value>
|
|
|
|
</data>
|
|
|
|
<data name="CannotWriteHere" xml:space="preserve">
|
2015-11-28 06:47:26 +01:00
|
|
|
<value>No se puede modificar este archivo. ¿Mover preferencias a "appdata"?</value>
|
2014-12-13 21:12:03 +01:00
|
|
|
</data>
|
|
|
|
<data name="Charged" xml:space="preserve">
|
|
|
|
<value>Cargado</value>
|
|
|
|
</data>
|
|
|
|
<data name="Charging" xml:space="preserve">
|
|
|
|
<value>Cargando: *number*%</value>
|
|
|
|
</data>
|
|
|
|
<data name="Color" xml:space="preserve">
|
|
|
|
<value>Color</value>
|
|
|
|
</data>
|
|
|
|
<data name="ColorByBattery" xml:space="preserve">
|
2016-10-09 05:21:44 +02:00
|
|
|
<value>Color por % de Batería</value>
|
2014-12-13 21:12:03 +01:00
|
|
|
</data>
|
|
|
|
<data name="Connecting" xml:space="preserve">
|
|
|
|
<value>Conectando...</value>
|
|
|
|
</data>
|
|
|
|
<data name="ContextEdit" xml:space="preserve">
|
2016-10-09 05:21:44 +02:00
|
|
|
<value>Editar perfil para el Controlador *number*</value>
|
2014-12-13 21:12:03 +01:00
|
|
|
</data>
|
|
|
|
<data name="ContextNew" xml:space="preserve">
|
2015-11-28 06:47:26 +01:00
|
|
|
<value>Crear perfil para el Controlador *number*</value>
|
2014-12-13 21:12:03 +01:00
|
|
|
</data>
|
|
|
|
<data name="ControllerWasRemoved" xml:space="preserve">
|
2015-11-28 06:47:26 +01:00
|
|
|
<value>Controlador *Mac address* perdió la conexión o fue desconectado</value>
|
2014-12-13 21:12:03 +01:00
|
|
|
</data>
|
|
|
|
<data name="CopyComplete" xml:space="preserve">
|
|
|
|
<value>Copia completa, por favor reinicia DS4Windows y elimina preferencias del directorio de programa</value>
|
|
|
|
</data>
|
|
|
|
<data name="CopyFullColor" xml:space="preserve">
|
|
|
|
<value>Haz click para copiar todo el color.</value>
|
|
|
|
</data>
|
|
|
|
<data name="CouldNotOpenDS4" xml:space="preserve">
|
|
|
|
<value>Advertencia: No se puede abrir DS4 *Mac address* exclusivamente.</value>
|
|
|
|
</data>
|
|
|
|
<data name="Day" xml:space="preserve">
|
2015-11-28 06:47:26 +01:00
|
|
|
<value>día</value>
|
2014-12-13 21:12:03 +01:00
|
|
|
</data>
|
|
|
|
<data name="Days" xml:space="preserve">
|
2015-11-28 06:47:26 +01:00
|
|
|
<value>días</value>
|
2014-12-13 21:12:03 +01:00
|
|
|
</data>
|
|
|
|
<data name="DeleteProfile" xml:space="preserve">
|
|
|
|
<value>Borrar perfil?</value>
|
|
|
|
</data>
|
|
|
|
<data name="DinputOnly" xml:space="preserve">
|
2015-11-28 06:47:26 +01:00
|
|
|
<value>Apagar la entrada X360 y utilizar solo la entrada nativa DS4, ocultar ds4 debe estar apagado</value>
|
2014-12-13 21:12:03 +01:00
|
|
|
</data>
|
2014-05-28 04:49:58 +02:00
|
|
|
<data name="Disconnected" xml:space="preserve">
|
|
|
|
<value>Desconectado</value>
|
|
|
|
</data>
|
2014-12-13 21:12:03 +01:00
|
|
|
<data name="Downloading" xml:space="preserve">
|
|
|
|
<value>Descargando *number*%</value>
|
|
|
|
</data>
|
|
|
|
<data name="DownloadVersion" xml:space="preserve">
|
|
|
|
<value>Descargar version *number* ahora?</value>
|
|
|
|
</data>
|
|
|
|
<data name="DownText" xml:space="preserve">
|
|
|
|
<value>Abajo</value>
|
|
|
|
</data>
|
|
|
|
<data name="DS4Update" xml:space="preserve">
|
2015-11-28 06:47:26 +01:00
|
|
|
<value>DS4Windows tiene una actualización disponible!</value>
|
2014-12-13 21:12:03 +01:00
|
|
|
</data>
|
|
|
|
<data name="DS4WindowsCannotEditHere" xml:space="preserve">
|
2015-11-28 06:47:26 +01:00
|
|
|
<value>DS4Windows no puede editar la configuración aquí, Esto se cerrará ahora</value>
|
2014-12-13 21:12:03 +01:00
|
|
|
</data>
|
|
|
|
<data name="EditProfile" xml:space="preserve">
|
|
|
|
<value>Editar</value>
|
|
|
|
</data>
|
|
|
|
<data name="FlushHID" xml:space="preserve">
|
2015-11-28 06:47:26 +01:00
|
|
|
<value>Brillar HID</value>
|
2014-12-13 21:12:03 +01:00
|
|
|
</data>
|
|
|
|
<data name="FoundController" xml:space="preserve">
|
2015-11-28 06:47:26 +01:00
|
|
|
<value>Controlador Encontrado:</value>
|
2014-12-13 21:12:03 +01:00
|
|
|
</data>
|
|
|
|
<data name="Full" xml:space="preserve">
|
|
|
|
<value>Completo</value>
|
|
|
|
</data>
|
|
|
|
<data name="Hour" xml:space="preserve">
|
|
|
|
<value>hora</value>
|
|
|
|
</data>
|
|
|
|
<data name="Hours" xml:space="preserve">
|
|
|
|
<value>horas</value>
|
|
|
|
</data>
|
|
|
|
<data name="IfRemovingDS4Windows" xml:space="preserve">
|
2016-10-09 05:21:44 +02:00
|
|
|
<value>Si borras DS4Windows, puedes eliminar la configuración siguiendo el enlace Carpeta de Perfil</value>
|
2014-12-13 21:12:03 +01:00
|
|
|
</data>
|
|
|
|
<data name="InputDelay" xml:space="preserve">
|
2015-11-28 06:47:26 +01:00
|
|
|
<value>Retraso de entrada: *number*ms</value>
|
2014-12-13 21:12:03 +01:00
|
|
|
</data>
|
|
|
|
<data name="InstallComplete" xml:space="preserve">
|
2015-11-28 06:47:26 +01:00
|
|
|
<value>Instalación Completada</value>
|
2014-12-13 21:12:03 +01:00
|
|
|
</data>
|
|
|
|
<data name="InstallDriver" xml:space="preserve">
|
2015-11-28 06:47:26 +01:00
|
|
|
<value>Instalar Drivers aquí</value>
|
2014-12-13 21:12:03 +01:00
|
|
|
</data>
|
|
|
|
<data name="Installing" xml:space="preserve">
|
|
|
|
<value>Instalando...</value>
|
|
|
|
</data>
|
|
|
|
<data name="KeepThisSize" xml:space="preserve">
|
2015-11-28 06:47:26 +01:00
|
|
|
<value>Mantener este tamaño de ventana después de cerrar</value>
|
2014-12-13 21:12:03 +01:00
|
|
|
</data>
|
|
|
|
<data name="Loading" xml:space="preserve">
|
|
|
|
<value>Cargando...</value>
|
|
|
|
</data>
|
|
|
|
<data name="MakeNewProfile" xml:space="preserve">
|
2015-11-28 06:47:26 +01:00
|
|
|
<value>Crear un Nuevo Perfil</value>
|
2014-12-13 21:12:03 +01:00
|
|
|
</data>
|
|
|
|
<data name="NA" xml:space="preserve">
|
|
|
|
<value>N/A</value>
|
|
|
|
</data>
|
|
|
|
<data name="New" xml:space="preserve">
|
|
|
|
<value>Nuevo</value>
|
|
|
|
</data>
|
|
|
|
<data name="NoMacroRecorded" xml:space="preserve">
|
2015-11-28 06:47:26 +01:00
|
|
|
<value>Ningún macro fue grabado</value>
|
2014-12-13 21:12:03 +01:00
|
|
|
</data>
|
|
|
|
<data name="noneProfile" xml:space="preserve">
|
|
|
|
<value>(ninguno)</value>
|
|
|
|
</data>
|
|
|
|
<data name="NoneText" xml:space="preserve">
|
|
|
|
<value>ninguno</value>
|
|
|
|
</data>
|
|
|
|
<data name="NoProfileLoaded" xml:space="preserve">
|
2015-11-28 06:47:26 +01:00
|
|
|
<value>Ningún perfil cargado</value>
|
2014-12-13 21:12:03 +01:00
|
|
|
</data>
|
|
|
|
<data name="NotValid" xml:space="preserve">
|
2015-11-28 06:47:26 +01:00
|
|
|
<value>No válido</value>
|
2014-12-13 21:12:03 +01:00
|
|
|
</data>
|
|
|
|
<data name="OpeningInstaller" xml:space="preserve">
|
|
|
|
<value>Abriendo Instalador</value>
|
|
|
|
</data>
|
|
|
|
<data name="OpenScpDriver" xml:space="preserve">
|
2015-11-28 06:47:26 +01:00
|
|
|
<value>Por favor abre ScpDriver.exe</value>
|
2014-12-13 21:12:03 +01:00
|
|
|
</data>
|
|
|
|
<data name="PleaseImport" xml:space="preserve">
|
2015-11-28 06:47:26 +01:00
|
|
|
<value>Por favor importa o crea un perfil</value>
|
2014-12-13 21:12:03 +01:00
|
|
|
</data>
|
|
|
|
<data name="ProfileCannotRestore" xml:space="preserve">
|
|
|
|
<value>*Profile name* no puede ser restaurado.</value>
|
|
|
|
</data>
|
|
|
|
<data name="ProfileFolderMoved" xml:space="preserve">
|
2016-10-09 05:21:44 +02:00
|
|
|
<value>Carpeta de Perfil se ha movido a Carpeta de Programa</value>
|
2014-12-13 21:12:03 +01:00
|
|
|
</data>
|
|
|
|
<data name="QuitOtherPrograms" xml:space="preserve">
|
2015-11-28 06:47:26 +01:00
|
|
|
<value>Debes salir de otras aplicaciones como Steam, Uplay antes de activar la opción "Ocultar controlador DS4"</value>
|
2014-12-13 21:12:03 +01:00
|
|
|
</data>
|
|
|
|
<data name="RecordText" xml:space="preserve">
|
|
|
|
<value>Grabar</value>
|
|
|
|
</data>
|
|
|
|
<data name="SaveRecordedMacro" xml:space="preserve">
|
|
|
|
<value>Guardar Macro grabado?</value>
|
|
|
|
</data>
|
|
|
|
<data name="SearchingController" xml:space="preserve">
|
|
|
|
<value>Buscando controladores...</value>
|
|
|
|
</data>
|
|
|
|
<data name="SelectActionTitle" xml:space="preserve">
|
2015-11-28 06:47:26 +01:00
|
|
|
<value>Selecciona una acción para *action*</value>
|
2014-12-13 21:12:03 +01:00
|
|
|
</data>
|
|
|
|
<data name="Starting" xml:space="preserve">
|
|
|
|
<value>Iniciando...</value>
|
|
|
|
</data>
|
2014-06-21 20:00:28 +02:00
|
|
|
<data name="StartText" xml:space="preserve">
|
2014-12-13 21:12:03 +01:00
|
|
|
<value>Inicio</value>
|
|
|
|
</data>
|
|
|
|
<data name="Step1" xml:space="preserve">
|
|
|
|
<value>Paso 1: Instala el Driver DS4</value>
|
|
|
|
</data>
|
|
|
|
<data name="StopHText" xml:space="preserve">
|
|
|
|
<value>Detener Vib. Pesada</value>
|
|
|
|
</data>
|
|
|
|
<data name="StopLText" xml:space="preserve">
|
|
|
|
<value>Detener Vib. Ligera</value>
|
|
|
|
</data>
|
|
|
|
<data name="StoppedDS4Tool" xml:space="preserve">
|
2015-11-28 06:47:26 +01:00
|
|
|
<value>DS4Windows detenido</value>
|
2014-12-13 21:12:03 +01:00
|
|
|
</data>
|
|
|
|
<data name="StoppingDS4" xml:space="preserve">
|
2015-12-18 07:25:51 +01:00
|
|
|
<value>Deteniendo Controladores DS4</value>
|
2014-12-13 21:12:03 +01:00
|
|
|
</data>
|
|
|
|
<data name="StoppingX360" xml:space="preserve">
|
2015-12-18 07:25:51 +01:00
|
|
|
<value>Deteniendo Controladores X360</value>
|
2014-06-21 20:00:28 +02:00
|
|
|
</data>
|
|
|
|
<data name="StopText" xml:space="preserve">
|
2016-10-09 05:21:44 +02:00
|
|
|
<value>Detener</value>
|
2014-12-13 21:12:03 +01:00
|
|
|
</data>
|
|
|
|
<data name="SwipeTouchpad" xml:space="preserve">
|
2015-12-18 07:25:51 +01:00
|
|
|
<value>Desliza el Panel Táctil para cambiar perfiles</value>
|
2014-12-13 21:12:03 +01:00
|
|
|
</data>
|
|
|
|
<data name="TapAndHold" xml:space="preserve">
|
2015-12-18 07:25:51 +01:00
|
|
|
<value>Mantenga pulsado para arrastrar, ligero retraso con toques simples</value>
|
2014-12-13 21:12:03 +01:00
|
|
|
</data>
|
|
|
|
<data name="TestHText" xml:space="preserve">
|
2015-12-18 07:25:51 +01:00
|
|
|
<value>Prueba Vib. Pesada</value>
|
2014-12-13 21:12:03 +01:00
|
|
|
</data>
|
|
|
|
<data name="TestLText" xml:space="preserve">
|
|
|
|
<value>Prueba Vib. Ligera</value>
|
|
|
|
</data>
|
|
|
|
<data name="TiltDown" xml:space="preserve">
|
2015-12-18 07:25:51 +01:00
|
|
|
<value>Inclinacion Abajo</value>
|
2014-12-13 21:12:03 +01:00
|
|
|
</data>
|
|
|
|
<data name="TiltLeft" xml:space="preserve">
|
2015-12-18 07:25:51 +01:00
|
|
|
<value>Inclinacion Izquierda</value>
|
2014-12-13 21:12:03 +01:00
|
|
|
</data>
|
|
|
|
<data name="TiltRight" xml:space="preserve">
|
2015-12-18 07:25:51 +01:00
|
|
|
<value>Inclinacion Derecha</value>
|
2014-12-13 21:12:03 +01:00
|
|
|
</data>
|
|
|
|
<data name="TiltUp" xml:space="preserve">
|
2015-12-18 07:25:51 +01:00
|
|
|
<value>Inclinacion Arriba</value>
|
2014-12-13 21:12:03 +01:00
|
|
|
</data>
|
|
|
|
<data name="TouchpadMovementOff" xml:space="preserve">
|
2015-12-18 07:25:51 +01:00
|
|
|
<value>Movimiento de Panel Táctil Apagado</value>
|
2014-12-13 21:12:03 +01:00
|
|
|
</data>
|
|
|
|
<data name="TouchpadMovementOn" xml:space="preserve">
|
2015-12-18 07:25:51 +01:00
|
|
|
<value>Movimiento de Panel Táctil Encendido</value>
|
2014-12-13 21:12:03 +01:00
|
|
|
</data>
|
|
|
|
<data name="TypeNewName" xml:space="preserve">
|
2015-12-18 07:25:51 +01:00
|
|
|
<value>escriba nuevo nombre aquí</value>
|
2014-12-13 21:12:03 +01:00
|
|
|
</data>
|
|
|
|
<data name="TypeProfileName" xml:space="preserve">
|
2015-12-18 07:25:51 +01:00
|
|
|
<value>escriba nombre de perfil aquí</value>
|
2014-12-13 21:12:03 +01:00
|
|
|
</data>
|
|
|
|
<data name="UpText" xml:space="preserve">
|
2015-12-18 07:25:51 +01:00
|
|
|
<value>Arriba</value>
|
2014-12-13 21:12:03 +01:00
|
|
|
</data>
|
|
|
|
<data name="UpToDate" xml:space="preserve">
|
2015-12-18 07:25:51 +01:00
|
|
|
<value>Actualizado</value>
|
2014-12-13 21:12:03 +01:00
|
|
|
</data>
|
|
|
|
<data name="UseControllerForMapping" xml:space="preserve">
|
2015-12-18 07:25:51 +01:00
|
|
|
<value>También puedes utilizar tu controlador para cambiar controles</value>
|
2014-12-13 21:12:03 +01:00
|
|
|
</data>
|
|
|
|
<data name="UsingExclusive" xml:space="preserve">
|
2015-12-18 07:25:51 +01:00
|
|
|
<value>Usando Modo Exclusivo</value>
|
2014-12-13 21:12:03 +01:00
|
|
|
</data>
|
|
|
|
<data name="UsingProfile" xml:space="preserve">
|
2015-12-18 07:25:51 +01:00
|
|
|
<value>Controlador *number* está usando perfil "*Profile name*"</value>
|
2014-12-13 21:12:03 +01:00
|
|
|
</data>
|
|
|
|
<data name="UsingShared" xml:space="preserve">
|
2015-12-18 07:25:51 +01:00
|
|
|
<value>Usando Modo Compartido</value>
|
2014-12-13 21:12:03 +01:00
|
|
|
</data>
|
|
|
|
<data name="ValidName" xml:space="preserve">
|
2015-12-18 07:25:51 +01:00
|
|
|
<value>Por favor ingresa un nombre válido</value>
|
2014-12-13 21:12:03 +01:00
|
|
|
</data>
|
|
|
|
<data name="WaitMS" xml:space="preserve">
|
2015-12-18 07:25:51 +01:00
|
|
|
<value>Espere *number*ms</value>
|
2014-12-13 21:12:03 +01:00
|
|
|
</data>
|
|
|
|
<data name="WillKeep" xml:space="preserve">
|
2015-12-18 07:25:51 +01:00
|
|
|
<value>Se mantendrá</value>
|
2014-06-21 20:00:28 +02:00
|
|
|
</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="PlusNewProfile" xml:space="preserve">
|
|
|
|
<value>Nuevo Perfil</value>
|
|
|
|
</data>
|
2015-11-28 06:47:26 +01:00
|
|
|
<data name="ActionExists" xml:space="preserve">
|
|
|
|
<value>El nombre de esta acción ya existe</value>
|
|
|
|
</data>
|
|
|
|
<data name="ALocactionNeeded" xml:space="preserve">
|
|
|
|
<value>Una ubicación tiene que ser elegida para continuar</value>
|
|
|
|
</data>
|
|
|
|
<data name="CheckBattery" xml:space="preserve">
|
2015-12-18 07:25:51 +01:00
|
|
|
<value>Verificar la batería</value>
|
2015-11-28 06:47:26 +01:00
|
|
|
</data>
|
|
|
|
<data name="CloseDS4W" xml:space="preserve">
|
|
|
|
<value>Cerrar DS4Windows?</value>
|
|
|
|
</data>
|
|
|
|
<data name="CloseMinimize" xml:space="preserve">
|
|
|
|
<value>Cierra DS4Windows vía el icono de notificación</value>
|
|
|
|
</data>
|
|
|
|
<data name="DimByBattery" xml:space="preserve">
|
|
|
|
<value>Atenuar al % de la batería</value>
|
|
|
|
</data>
|
|
|
|
<data name="DisconnectBT" xml:space="preserve">
|
|
|
|
<value>Desconecta BT</value>
|
|
|
|
</data>
|
|
|
|
<data name="FallBack" xml:space="preserve">
|
|
|
|
<value>Retroceder</value>
|
|
|
|
</data>
|
|
|
|
<data name="FifthMouseDown" xml:space="preserve">
|
|
|
|
<value>5º Botón del Ratón Abajo</value>
|
|
|
|
</data>
|
|
|
|
<data name="FifthMouseUp" xml:space="preserve">
|
|
|
|
<value>5º Botón del Ratón Arriba</value>
|
|
|
|
</data>
|
|
|
|
<data name="FlashAtTip" xml:space="preserve">
|
|
|
|
<value>Haz click para cambiar el color del flash. Negro = Color por defecto</value>
|
|
|
|
</data>
|
|
|
|
<data name="FlushHIDTip" xml:space="preserve">
|
|
|
|
<value>Brillar HID después de cada lectura</value>
|
|
|
|
</data>
|
|
|
|
<data name="FourthMouseDown" xml:space="preserve">
|
|
|
|
<value>4º Botón del Ratón Abajo</value>
|
|
|
|
</data>
|
|
|
|
<data name="FourthMouseUp" xml:space="preserve">
|
|
|
|
<value>4º Botón del Ratón Arriba</value>
|
|
|
|
</data>
|
|
|
|
<data name="GyroReadout" xml:space="preserve">
|
|
|
|
<value>Haz click para ver la lectura de Sixaxis Gyro</value>
|
|
|
|
</data>
|
|
|
|
<data name="GyroX" xml:space="preserve">
|
|
|
|
<value>GyroX, Inclinación Izquierda y Derecha</value>
|
|
|
|
</data>
|
|
|
|
<data name="GyroY" xml:space="preserve">
|
|
|
|
<value>GyroY, Inclinación hacia Delante y Atrás</value>
|
|
|
|
</data>
|
|
|
|
<data name="GyroZ" xml:space="preserve">
|
|
|
|
<value>GyroZ, Inclinación hacia Arriba y Abajo</value>
|
|
|
|
</data>
|
|
|
|
<data name="HoverOverItems" xml:space="preserve">
|
|
|
|
<value>Pasa el ratón sobre los elementos para ver la descripción o más sobre el</value>
|
|
|
|
</data>
|
|
|
|
<data name="Jitter" xml:space="preserve">
|
|
|
|
<value>Utiliza Sixaxis para ayudar a calcular el movimiento del Panel Táctil</value>
|
|
|
|
</data>
|
|
|
|
<data name="LatencyNotOverTen" xml:space="preserve">
|
|
|
|
<value>Controlador *number* tiene menos de 10ms de latencia</value>
|
|
|
|
</data>
|
|
|
|
<data name="LatencyOverTen" xml:space="preserve">
|
|
|
|
<value>Controlador *number* tiene más de 10ms de latencia</value>
|
|
|
|
</data>
|
|
|
|
<data name="LaunchProgram" xml:space="preserve">
|
|
|
|
<value>Abrir *program*</value>
|
|
|
|
</data>
|
|
|
|
<data name="LightByBatteryTip" xml:space="preserve">
|
|
|
|
<value>También atenuar la luz por tiempo de inactividad, si está encendida</value>
|
|
|
|
</data>
|
|
|
|
<data name="LoadProfile" xml:space="preserve">
|
|
|
|
<value>Cargar *profile*</value>
|
|
|
|
</data>
|
|
|
|
<data name="Macro" xml:space="preserve">
|
|
|
|
<value>Macro</value>
|
|
|
|
</data>
|
|
|
|
<data name="NotUsingProfile" xml:space="preserve">
|
|
|
|
<value>Controlador *number* no está utilizando un perfil</value>
|
|
|
|
</data>
|
|
|
|
<data name="OtherFileLocation" xml:space="preserve">
|
|
|
|
<value>, otros archivos de localización serán eliminados</value>
|
|
|
|
</data>
|
|
|
|
<data name="PleaseDownloadUpdater" xml:space="preserve">
|
|
|
|
<value>Por favor Descarga el Actualizador ahora, colócalo en la carpeta programas, y luego busca si hay nuevas actualizaciones</value>
|
|
|
|
</data>
|
|
|
|
<data name="Programs" xml:space="preserve">
|
|
|
|
<value>Programas</value>
|
|
|
|
</data>
|
|
|
|
<data name="QuickCharge" xml:space="preserve">
|
|
|
|
<value>EXPERIMENTAL: Auto-desactiva BT cuando se conecta a USB</value>
|
|
|
|
</data>
|
|
|
|
<data name="RightClickPresets" xml:space="preserve">
|
|
|
|
<value>Click Derecho para configurar ajustes preestablecidos para un conjunto de controles</value>
|
|
|
|
</data>
|
|
|
|
<data name="ScanCode" xml:space="preserve">
|
|
|
|
<value>Código de escaneo</value>
|
|
|
|
</data>
|
|
|
|
<data name="SetRegularTrigger" xml:space="preserve">
|
|
|
|
<value>Establece Gatillo Regular</value>
|
|
|
|
</data>
|
|
|
|
<data name="SetUnloadTrigger" xml:space="preserve">
|
|
|
|
<value>Establece descarga de Gatillo</value>
|
|
|
|
</data>
|
|
|
|
<data name="Shortcuts" xml:space="preserve">
|
|
|
|
<value>Atajos</value>
|
|
|
|
</data>
|
|
|
|
<data name="SixAxisReading" xml:space="preserve">
|
|
|
|
<value>Haz click para leer Sixaxis avanzado</value>
|
|
|
|
</data>
|
|
|
|
<data name="StoppedDS4Windows" xml:space="preserve">
|
2015-12-18 07:25:51 +01:00
|
|
|
<value>DS4Windows detenido</value>
|
2015-11-28 06:47:26 +01:00
|
|
|
</data>
|
|
|
|
<data name="SwipeDown" xml:space="preserve">
|
2015-12-18 07:25:51 +01:00
|
|
|
<value>Desliza hacia Abajo</value>
|
2015-11-28 06:47:26 +01:00
|
|
|
</data>
|
|
|
|
<data name="SwipeLeft" xml:space="preserve">
|
2015-12-18 07:25:51 +01:00
|
|
|
<value>Desliza hacia la Izquierda</value>
|
2015-11-28 06:47:26 +01:00
|
|
|
</data>
|
|
|
|
<data name="SwipeRight" xml:space="preserve">
|
2015-12-18 07:25:51 +01:00
|
|
|
<value>Desliza hacia la Derecha</value>
|
2015-11-28 06:47:26 +01:00
|
|
|
</data>
|
|
|
|
<data name="SwipeUp" xml:space="preserve">
|
2015-12-18 07:25:51 +01:00
|
|
|
<value>Desliza hacia Arriba</value>
|
2015-11-28 06:47:26 +01:00
|
|
|
</data>
|
|
|
|
<data name="TextDocs" xml:space="preserve">
|
|
|
|
<value>Inclinacion Abajo</value>
|
|
|
|
</data>
|
|
|
|
<data name="TouchpadOffTip" xml:space="preserve">
|
2015-12-18 07:25:51 +01:00
|
|
|
<value>Rehabilita pulsando PS+Panel Táctil</value>
|
2015-11-28 06:47:26 +01:00
|
|
|
</data>
|
|
|
|
<data name="TwoFingerSwipe" xml:space="preserve">
|
2015-12-18 07:25:51 +01:00
|
|
|
<value>2 dedos en el Panel Táctil desliza derecha o izquierda</value>
|
2015-11-28 06:47:26 +01:00
|
|
|
</data>
|
|
|
|
<data name="UsingTPSwipes" xml:space="preserve">
|
2015-12-18 07:25:51 +01:00
|
|
|
<value>Esto desactiva el panel táctil como un ratón</value>
|
|
|
|
</data>
|
|
|
|
<data name="CannotMoveFiles" xml:space="preserve">
|
|
|
|
<value>No se pueden mover los archivos a otra ubicación, por favor, renombre la carpeta de DS4Tool a "DS4Windows"</value>
|
|
|
|
</data>
|
|
|
|
<data name="ChargeController" xml:space="preserve">
|
|
|
|
<value>Cargar la batería</value>
|
|
|
|
</data>
|
|
|
|
<data name="FallBackTo" xml:space="preserve">
|
|
|
|
<value>Retroceder a *button*</value>
|
|
|
|
</data>
|
|
|
|
<data name="InstallFailed" xml:space="preserve">
|
|
|
|
<value>La instalación ha fallado, por favor vuelva a intentarlo</value>
|
|
|
|
</data>
|
|
|
|
<data name="TestText" xml:space="preserve">
|
|
|
|
<value>Test</value>
|
|
|
|
</data>
|
|
|
|
<data name="XinputPorts" xml:space="preserve">
|
|
|
|
<value>Utiliza puertos más altos si tienes conflictos en otros programas de emulación X360, como la herramienta SCP</value>
|
2015-11-28 06:47:26 +01:00
|
|
|
</data>
|
2014-05-28 04:49:58 +02:00
|
|
|
</root>
|