2014-12-20 02:31:00 +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>
|
|
|
|
<data name="ActionExists" xml:space="preserve">
|
2016-10-09 05:21:44 +02:00
|
|
|
<value>O nome desta ação já existe</value>
|
2014-12-20 02:31:00 +01:00
|
|
|
</data>
|
|
|
|
<data name="AddingToList" xml:space="preserve">
|
2016-10-09 05:21:44 +02:00
|
|
|
<value>A adicionar à Lista...</value>
|
2014-12-20 02:31:00 +01:00
|
|
|
</data>
|
|
|
|
<data name="AddPrograms" xml:space="preserve">
|
2015-11-28 06:47:26 +01:00
|
|
|
<value>Adicionar Programas</value>
|
2014-12-20 02:31:00 +01:00
|
|
|
</data>
|
|
|
|
<data name="AlwaysRainbow" xml:space="preserve">
|
2016-10-09 05:21:44 +02:00
|
|
|
<value>Sempre em Modo Arco-Íris</value>
|
2014-12-20 02:31:00 +01:00
|
|
|
</data>
|
|
|
|
<data name="AssignProfile" xml:space="preserve">
|
2016-10-09 05:21:44 +02:00
|
|
|
<value>Atribuir ao Controlador *number*</value>
|
2014-12-20 02:31:00 +01:00
|
|
|
</data>
|
|
|
|
<data name="Battery" xml:space="preserve">
|
|
|
|
<value>Bateria: *number*%</value>
|
|
|
|
</data>
|
|
|
|
<data name="BestUsedRightSide" xml:space="preserve">
|
2016-10-09 05:21:44 +02:00
|
|
|
<value>Melhor usado com o lado direito como função do rato</value>
|
2014-12-20 02:31:00 +01:00
|
|
|
</data>
|
|
|
|
<data name="Browse" xml:space="preserve">
|
2016-10-09 05:21:44 +02:00
|
|
|
<value>Procurar...</value>
|
2014-12-20 02:31:00 +01:00
|
|
|
</data>
|
|
|
|
<data name="CannotWriteHere" xml:space="preserve">
|
|
|
|
<value>Impossivel Copiar Para Local Atual. Copiar para AppData?</value>
|
|
|
|
</data>
|
|
|
|
<data name="Charged" xml:space="preserve">
|
2015-11-28 06:47:26 +01:00
|
|
|
<value>Carregado</value>
|
2014-12-20 02:31:00 +01:00
|
|
|
</data>
|
|
|
|
<data name="Charging" xml:space="preserve">
|
2016-10-09 05:21:44 +02:00
|
|
|
<value>A carregar: *number*%</value>
|
2014-12-20 02:31:00 +01:00
|
|
|
</data>
|
|
|
|
<data name="CloseMinimize" xml:space="preserve">
|
2016-10-09 05:21:44 +02:00
|
|
|
<value>Fechar o DS4Windows através do ícone de notificação</value>
|
2014-12-20 02:31:00 +01:00
|
|
|
</data>
|
|
|
|
<data name="Color" xml:space="preserve">
|
|
|
|
<value>Cor</value>
|
|
|
|
</data>
|
|
|
|
<data name="ColorByBattery" xml:space="preserve">
|
2016-10-09 05:21:44 +02:00
|
|
|
<value>Cor por % de Bateria</value>
|
2014-12-20 02:31:00 +01:00
|
|
|
</data>
|
|
|
|
<data name="Connecting" xml:space="preserve">
|
2016-10-09 05:21:44 +02:00
|
|
|
<value>A Conectar...</value>
|
2014-12-20 02:31:00 +01:00
|
|
|
</data>
|
|
|
|
<data name="ContextEdit" xml:space="preserve">
|
2016-10-09 05:21:44 +02:00
|
|
|
<value>Editar Perfil para Controlo *number*</value>
|
2014-12-20 02:31:00 +01:00
|
|
|
</data>
|
|
|
|
<data name="ContextNew" xml:space="preserve">
|
2016-10-09 05:21:44 +02:00
|
|
|
<value>Criar Perfil para Controlo *number*</value>
|
2014-12-20 02:31:00 +01:00
|
|
|
</data>
|
|
|
|
<data name="ControllerWasRemoved" xml:space="preserve">
|
2016-10-09 05:21:44 +02:00
|
|
|
<value>Conexão do controlador *Mac address* foi perdida ou removida</value>
|
2014-12-20 02:31:00 +01:00
|
|
|
</data>
|
|
|
|
<data name="CopyComplete" xml:space="preserve">
|
2016-10-09 05:21:44 +02:00
|
|
|
<value>Cópia completa, por favor reinicie o DS4Windows e elimine as configurações do Diretório do Programa</value>
|
2014-12-20 02:31:00 +01:00
|
|
|
</data>
|
|
|
|
<data name="CopyFullColor" xml:space="preserve">
|
2016-10-09 05:21:44 +02:00
|
|
|
<value>Clicar para copiar a cor</value>
|
2014-12-20 02:31:00 +01:00
|
|
|
</data>
|
|
|
|
<data name="CouldNotOpenDS4" xml:space="preserve">
|
2016-10-09 05:21:44 +02:00
|
|
|
<value>Atenção: Não foi possível abrir exclusivamente o *Mac address* do DS4</value>
|
2014-12-20 02:31:00 +01:00
|
|
|
</data>
|
|
|
|
<data name="Day" xml:space="preserve">
|
|
|
|
<value>Dia</value>
|
|
|
|
</data>
|
|
|
|
<data name="Days" xml:space="preserve">
|
|
|
|
<value>Dias</value>
|
|
|
|
</data>
|
|
|
|
<data name="DeleteProfile" xml:space="preserve">
|
2016-10-09 05:21:44 +02:00
|
|
|
<value>Eliminar Perfil?</value>
|
2014-12-20 02:31:00 +01:00
|
|
|
</data>
|
|
|
|
<data name="DimByBattery" xml:space="preserve">
|
2016-10-09 05:21:44 +02:00
|
|
|
<value>Dissipar por % de Bateria</value>
|
2014-12-20 02:31:00 +01:00
|
|
|
</data>
|
|
|
|
<data name="DinputOnly" xml:space="preserve">
|
2016-10-09 05:21:44 +02:00
|
|
|
<value>Desligue a entrada X360 e use apenas o input nativo do DS4, função de Esconder DS4 deve estar Desligada (Por Cabo apenas)</value>
|
2014-12-20 02:31:00 +01:00
|
|
|
</data>
|
|
|
|
<data name="Disconnected" xml:space="preserve">
|
|
|
|
<value>Desconectado</value>
|
|
|
|
</data>
|
|
|
|
<data name="Downloading" xml:space="preserve">
|
2016-10-09 05:21:44 +02:00
|
|
|
<value>A Transferir *number*%</value>
|
2014-12-20 02:31:00 +01:00
|
|
|
</data>
|
|
|
|
<data name="DownloadVersion" xml:space="preserve">
|
2016-10-09 05:21:44 +02:00
|
|
|
<value>Transferir Versão *number* agora?</value>
|
2014-12-20 02:31:00 +01:00
|
|
|
</data>
|
|
|
|
<data name="DownText" xml:space="preserve">
|
|
|
|
<value>Para Baixo</value>
|
|
|
|
</data>
|
|
|
|
<data name="DS4Update" xml:space="preserve">
|
2016-10-09 05:21:44 +02:00
|
|
|
<value>Atualização do DS4Windows Disponível!</value>
|
2014-12-20 02:31:00 +01:00
|
|
|
</data>
|
|
|
|
<data name="DS4WindowsCannotEditHere" xml:space="preserve">
|
2016-10-09 05:21:44 +02:00
|
|
|
<value>O DS4Windows não conseguiu editar as definições aqui, isto vai agora fechar</value>
|
2014-12-20 02:31:00 +01:00
|
|
|
</data>
|
|
|
|
<data name="EditProfile" xml:space="preserve">
|
|
|
|
<value>Editar</value>
|
|
|
|
</data>
|
|
|
|
<data name="FifthMouseDown" xml:space="preserve">
|
2016-10-09 05:21:44 +02:00
|
|
|
<value>5ª Botão do Rato para baixo</value>
|
2014-12-20 02:31:00 +01:00
|
|
|
</data>
|
|
|
|
<data name="FifthMouseUp" xml:space="preserve">
|
2016-10-09 05:21:44 +02:00
|
|
|
<value>5ª Botão do Rato para cima</value>
|
2014-12-20 02:31:00 +01:00
|
|
|
</data>
|
|
|
|
<data name="FlushHID" xml:space="preserve">
|
2016-10-09 05:21:44 +02:00
|
|
|
<value>Despejar HID</value>
|
2014-12-20 02:31:00 +01:00
|
|
|
</data>
|
|
|
|
<data name="FoundController" xml:space="preserve">
|
2016-10-09 05:21:44 +02:00
|
|
|
<value>Controlo Encontrado:</value>
|
2014-12-20 02:31:00 +01:00
|
|
|
</data>
|
|
|
|
<data name="FourthMouseDown" xml:space="preserve">
|
2016-10-09 05:21:44 +02:00
|
|
|
<value>4ª Botão do Rato para baixo</value>
|
2014-12-20 02:31:00 +01:00
|
|
|
</data>
|
|
|
|
<data name="FourthMouseUp" xml:space="preserve">
|
2016-10-09 05:21:44 +02:00
|
|
|
<value>4ª Botão do Rato para cima</value>
|
2014-12-20 02:31:00 +01:00
|
|
|
</data>
|
|
|
|
<data name="Full" xml:space="preserve">
|
2016-10-09 05:21:44 +02:00
|
|
|
<value>Cheio</value>
|
2014-12-20 02:31:00 +01:00
|
|
|
</data>
|
|
|
|
<data name="Hour" xml:space="preserve">
|
2016-10-09 05:21:44 +02:00
|
|
|
<value>hora</value>
|
2014-12-20 02:31:00 +01:00
|
|
|
</data>
|
|
|
|
<data name="Hours" xml:space="preserve">
|
2016-10-09 05:21:44 +02:00
|
|
|
<value>horas</value>
|
2014-12-20 02:31:00 +01:00
|
|
|
</data>
|
|
|
|
<data name="IfRemovingDS4Windows" xml:space="preserve">
|
2016-10-09 05:21:44 +02:00
|
|
|
<value>Se remover o DS4Windows, pode apagar as definições seguindo o link da pasta de Perfil</value>
|
2014-12-20 02:31:00 +01:00
|
|
|
</data>
|
|
|
|
<data name="InputDelay" xml:space="preserve">
|
2016-10-09 05:21:44 +02:00
|
|
|
<value>Atraso de Entrada: *number*ms</value>
|
2014-12-20 02:31:00 +01:00
|
|
|
</data>
|
|
|
|
<data name="InstallComplete" xml:space="preserve">
|
|
|
|
<value>Instalação Completa</value>
|
|
|
|
</data>
|
|
|
|
<data name="InstallDriver" xml:space="preserve">
|
2016-10-09 05:21:44 +02:00
|
|
|
<value>Instalar Drives aqui</value>
|
2014-12-20 02:31:00 +01:00
|
|
|
</data>
|
|
|
|
<data name="Installing" xml:space="preserve">
|
2016-10-09 05:21:44 +02:00
|
|
|
<value>A instalar...</value>
|
2014-12-20 02:31:00 +01:00
|
|
|
</data>
|
|
|
|
<data name="KeepThisSize" xml:space="preserve">
|
2016-10-09 05:21:44 +02:00
|
|
|
<value>Manter o tamanho da janela após fechar</value>
|
2014-12-20 02:31:00 +01:00
|
|
|
</data>
|
|
|
|
<data name="LaunchProgram" xml:space="preserve">
|
|
|
|
<value>Executar *program*</value>
|
|
|
|
</data>
|
|
|
|
<data name="Loading" xml:space="preserve">
|
2016-10-09 05:21:44 +02:00
|
|
|
<value>A Carregar...</value>
|
2014-12-20 02:31:00 +01:00
|
|
|
</data>
|
|
|
|
<data name="LoadProfile" xml:space="preserve">
|
|
|
|
<value>Carregar *profile*</value>
|
|
|
|
</data>
|
|
|
|
<data name="MakeNewProfile" xml:space="preserve">
|
2016-10-09 05:21:44 +02:00
|
|
|
<value>Criar um Novo Perfil</value>
|
2014-12-20 02:31:00 +01:00
|
|
|
</data>
|
|
|
|
<data name="NA" xml:space="preserve">
|
2016-10-09 05:21:44 +02:00
|
|
|
<value>Não Disponível</value>
|
2014-12-20 02:31:00 +01:00
|
|
|
</data>
|
|
|
|
<data name="New" xml:space="preserve">
|
|
|
|
<value>Novo</value>
|
|
|
|
</data>
|
|
|
|
<data name="NoMacroRecorded" xml:space="preserve">
|
2016-10-09 05:21:44 +02:00
|
|
|
<value>Nenhum Macro foi Gravado</value>
|
2014-12-20 02:31:00 +01:00
|
|
|
</data>
|
|
|
|
<data name="noneProfile" xml:space="preserve">
|
2016-10-09 05:21:44 +02:00
|
|
|
<value>(nenhum)</value>
|
2014-12-20 02:31:00 +01:00
|
|
|
</data>
|
|
|
|
<data name="NoneText" xml:space="preserve">
|
2016-10-09 05:21:44 +02:00
|
|
|
<value>nenhum</value>
|
2014-12-20 02:31:00 +01:00
|
|
|
</data>
|
|
|
|
<data name="NoProfileLoaded" xml:space="preserve">
|
|
|
|
<value>Nemhum Perfil Carregado</value>
|
|
|
|
</data>
|
|
|
|
<data name="NotValid" xml:space="preserve">
|
2016-10-09 05:21:44 +02:00
|
|
|
<value>Inválido</value>
|
2014-12-20 02:31:00 +01:00
|
|
|
</data>
|
|
|
|
<data name="OpeningInstaller" xml:space="preserve">
|
2016-10-09 05:21:44 +02:00
|
|
|
<value>A abrir o Instalador</value>
|
2014-12-20 02:31:00 +01:00
|
|
|
</data>
|
|
|
|
<data name="OpenScpDriver" xml:space="preserve">
|
2016-10-09 05:21:44 +02:00
|
|
|
<value>Por favor, abra o ScpDriver.exe</value>
|
2014-12-20 02:31:00 +01:00
|
|
|
</data>
|
|
|
|
<data name="PleaseDownloadUpdater" xml:space="preserve">
|
2016-10-09 05:21:44 +02:00
|
|
|
<value>Por favor, transfira o Updater agora, coloque-o na pasta Programas e depois procure por atualizações outra vez</value>
|
2014-12-20 02:31:00 +01:00
|
|
|
</data>
|
|
|
|
<data name="PleaseImport" xml:space="preserve">
|
2016-10-09 05:21:44 +02:00
|
|
|
<value>Por favor, importe ou crie um Perfil</value>
|
2014-12-20 02:31:00 +01:00
|
|
|
</data>
|
|
|
|
<data name="ProfileCannotRestore" xml:space="preserve">
|
2016-10-09 05:21:44 +02:00
|
|
|
<value>*Profile name* não pode ser restaurado.</value>
|
2014-12-20 02:31:00 +01:00
|
|
|
</data>
|
|
|
|
<data name="ProfileFolderMoved" xml:space="preserve">
|
2016-10-09 05:21:44 +02:00
|
|
|
<value>Pasta de Perfil movida para a pasta Programas</value>
|
2014-12-20 02:31:00 +01:00
|
|
|
</data>
|
|
|
|
<data name="QuitOtherPrograms" xml:space="preserve">
|
2016-10-09 05:21:44 +02:00
|
|
|
<value>É necessário sair de outras aplicações, como a Steam ou a Uplay, antes de ativar a opção 'Ocultar o Controlo DS4'.</value>
|
2014-12-20 02:31:00 +01:00
|
|
|
</data>
|
|
|
|
<data name="RecordText" xml:space="preserve">
|
|
|
|
<value>Gravar</value>
|
|
|
|
</data>
|
|
|
|
<data name="RightClickPresets" xml:space="preserve">
|
2016-10-09 05:21:44 +02:00
|
|
|
<value>Clicar com o botão direito do rato para definir padrões para um set de comandos</value>
|
2014-12-20 02:31:00 +01:00
|
|
|
</data>
|
|
|
|
<data name="SaveRecordedMacro" xml:space="preserve">
|
2016-10-09 05:21:44 +02:00
|
|
|
<value>Gravar Macro Gravada?</value>
|
2014-12-20 02:31:00 +01:00
|
|
|
</data>
|
|
|
|
<data name="SearchingController" xml:space="preserve">
|
2016-10-09 05:21:44 +02:00
|
|
|
<value>À procura de controlos...</value>
|
2014-12-20 02:31:00 +01:00
|
|
|
</data>
|
|
|
|
<data name="SelectActionTitle" xml:space="preserve">
|
2016-10-09 05:21:44 +02:00
|
|
|
<value>Selecione uma ação para *action*</value>
|
2014-12-20 02:31:00 +01:00
|
|
|
</data>
|
|
|
|
<data name="SetRegularTrigger" xml:space="preserve">
|
|
|
|
<value>Definir Gatilho Regular</value>
|
|
|
|
</data>
|
|
|
|
<data name="SetUnloadTrigger" xml:space="preserve">
|
2016-10-09 05:21:44 +02:00
|
|
|
<value>Definir Gatilho de Descarregar</value>
|
2014-12-20 02:31:00 +01:00
|
|
|
</data>
|
|
|
|
<data name="Starting" xml:space="preserve">
|
2016-10-09 05:21:44 +02:00
|
|
|
<value>A Iniciar...</value>
|
2014-12-20 02:31:00 +01:00
|
|
|
</data>
|
|
|
|
<data name="StartText" xml:space="preserve">
|
|
|
|
<value>Iniciar</value>
|
|
|
|
</data>
|
|
|
|
<data name="Step1" xml:space="preserve">
|
2016-10-09 05:21:44 +02:00
|
|
|
<value>Passo 1: Instalar a Drive do DS4</value>
|
2014-12-20 02:31:00 +01:00
|
|
|
</data>
|
|
|
|
<data name="StopHText" xml:space="preserve">
|
2016-10-09 05:21:44 +02:00
|
|
|
<value>Parar Vibração Pesada/Forte</value>
|
2014-12-20 02:31:00 +01:00
|
|
|
</data>
|
|
|
|
<data name="StopLText" xml:space="preserve">
|
2016-10-09 05:21:44 +02:00
|
|
|
<value>Parar Vibração Leve/Ligeira</value>
|
2014-12-20 02:31:00 +01:00
|
|
|
</data>
|
|
|
|
<data name="StoppedDS4Windows" xml:space="preserve">
|
2016-10-09 05:21:44 +02:00
|
|
|
<value>O DS4Windows foi parado</value>
|
2014-12-20 02:31:00 +01:00
|
|
|
</data>
|
|
|
|
<data name="StoppingDS4" xml:space="preserve">
|
2016-10-09 05:21:44 +02:00
|
|
|
<value>A parar os Controlos DS4</value>
|
2014-12-20 02:31:00 +01:00
|
|
|
</data>
|
|
|
|
<data name="StoppingX360" xml:space="preserve">
|
2016-10-09 05:21:44 +02:00
|
|
|
<value>A parar os Controlos X360</value>
|
2014-12-20 02:31:00 +01:00
|
|
|
</data>
|
|
|
|
<data name="StopText" xml:space="preserve">
|
2015-11-30 22:15:17 +01:00
|
|
|
<value>Parar</value>
|
2014-12-20 02:31:00 +01:00
|
|
|
</data>
|
|
|
|
<data name="SwipeTouchpad" xml:space="preserve">
|
2016-10-09 05:21:44 +02:00
|
|
|
<value>Deslizar no Painel de Toque para mudar Perfis</value>
|
2014-12-20 02:31:00 +01:00
|
|
|
</data>
|
|
|
|
<data name="TapAndHold" xml:space="preserve">
|
2016-10-09 05:21:44 +02:00
|
|
|
<value>Toque e segure para arrastar, ligeiro atraso com cliques únicos</value>
|
2014-12-20 02:31:00 +01:00
|
|
|
</data>
|
|
|
|
<data name="TestHText" xml:space="preserve">
|
2016-10-09 05:21:44 +02:00
|
|
|
<value>Testar Vibração Pesada/Forte</value>
|
2014-12-20 02:31:00 +01:00
|
|
|
</data>
|
|
|
|
<data name="TestLText" xml:space="preserve">
|
2016-10-09 05:21:44 +02:00
|
|
|
<value>Testar Vibração Leve/Ligeira</value>
|
2014-12-20 02:31:00 +01:00
|
|
|
</data>
|
|
|
|
<data name="TiltDown" xml:space="preserve">
|
2016-10-09 05:21:44 +02:00
|
|
|
<value>Inclinar para Baixo</value>
|
2014-12-20 02:31:00 +01:00
|
|
|
</data>
|
|
|
|
<data name="TiltLeft" xml:space="preserve">
|
2016-10-09 05:21:44 +02:00
|
|
|
<value>Inclinar para a Esquerda</value>
|
2014-12-20 02:31:00 +01:00
|
|
|
</data>
|
|
|
|
<data name="TiltRight" xml:space="preserve">
|
2016-10-09 05:21:44 +02:00
|
|
|
<value>Inclinar para a Direita</value>
|
2014-12-20 02:31:00 +01:00
|
|
|
</data>
|
|
|
|
<data name="TiltUp" xml:space="preserve">
|
2016-10-09 05:21:44 +02:00
|
|
|
<value>Inclinar para Cima</value>
|
2014-12-20 02:31:00 +01:00
|
|
|
</data>
|
|
|
|
<data name="TouchpadMovementOff" xml:space="preserve">
|
2016-10-09 05:21:44 +02:00
|
|
|
<value>Movimento no Painel de Toque está agora Desligado</value>
|
2014-12-20 02:31:00 +01:00
|
|
|
</data>
|
|
|
|
<data name="TouchpadMovementOn" xml:space="preserve">
|
2016-10-09 05:21:44 +02:00
|
|
|
<value>Movimento no Painel de Toque está agora Ligado</value>
|
2014-12-20 02:31:00 +01:00
|
|
|
</data>
|
|
|
|
<data name="TwoFingerSwipe" xml:space="preserve">
|
2016-10-09 05:21:44 +02:00
|
|
|
<value>Deslize de 2 dedos no Painel de Toque para a Esquerda/Direita</value>
|
2014-12-20 02:31:00 +01:00
|
|
|
</data>
|
|
|
|
<data name="TypeNewName" xml:space="preserve">
|
2016-10-09 05:21:44 +02:00
|
|
|
<value>Escrever novo nome aqui</value>
|
2014-12-20 02:31:00 +01:00
|
|
|
</data>
|
|
|
|
<data name="TypeProfileName" xml:space="preserve">
|
2016-10-09 05:21:44 +02:00
|
|
|
<value>Escrever Nome de Perfil aqui</value>
|
2014-12-20 02:31:00 +01:00
|
|
|
</data>
|
|
|
|
<data name="UpText" xml:space="preserve">
|
2015-11-30 22:15:17 +01:00
|
|
|
<value>Cima</value>
|
2014-12-20 02:31:00 +01:00
|
|
|
</data>
|
|
|
|
<data name="UpToDate" xml:space="preserve">
|
2016-10-09 05:21:44 +02:00
|
|
|
<value>Está com a versão mais recente</value>
|
2014-12-20 02:31:00 +01:00
|
|
|
</data>
|
|
|
|
<data name="UseControllerForMapping" xml:space="preserve">
|
2016-10-09 05:21:44 +02:00
|
|
|
<value>Também é possível usar o comando para mudar os controlos</value>
|
2014-12-20 02:31:00 +01:00
|
|
|
</data>
|
|
|
|
<data name="UsingExclusive" xml:space="preserve">
|
2016-10-09 05:21:44 +02:00
|
|
|
<value>A usar o modo Exclusivo</value>
|
2014-12-20 02:31:00 +01:00
|
|
|
</data>
|
|
|
|
<data name="UsingProfile" xml:space="preserve">
|
2016-10-09 05:21:44 +02:00
|
|
|
<value>Controlo *number* está a usar o Perfil “*Profile name*"</value>
|
2014-12-20 02:31:00 +01:00
|
|
|
</data>
|
|
|
|
<data name="UsingShared" xml:space="preserve">
|
2016-10-09 05:21:44 +02:00
|
|
|
<value>A usar o modo Partilhado</value>
|
2014-12-20 02:31:00 +01:00
|
|
|
</data>
|
|
|
|
<data name="ValidName" xml:space="preserve">
|
2016-10-09 05:21:44 +02:00
|
|
|
<value>Por favor, insira um nome válido</value>
|
2014-12-20 02:31:00 +01:00
|
|
|
</data>
|
|
|
|
<data name="WaitMS" xml:space="preserve">
|
2016-10-09 05:21:44 +02:00
|
|
|
<value>Por favor, espere *number*ms</value>
|
2014-12-20 02:31:00 +01:00
|
|
|
</data>
|
|
|
|
<data name="WillKeep" xml:space="preserve">
|
2015-11-30 22:15:17 +01:00
|
|
|
<value>Manter</value>
|
2014-12-20 02:31:00 +01: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">
|
2016-10-09 05:21:44 +02:00
|
|
|
<value>Novo Perfil</value>
|
2015-11-28 06:47:26 +01:00
|
|
|
</data>
|
|
|
|
<data name="ALocactionNeeded" xml:space="preserve">
|
2016-10-09 05:21:44 +02:00
|
|
|
<value>Uma localização precisa ser escolhida para continuar</value>
|
2015-11-28 06:47:26 +01:00
|
|
|
</data>
|
|
|
|
<data name="CheckBattery" xml:space="preserve">
|
2016-10-09 05:21:44 +02:00
|
|
|
<value>Ver Bateria</value>
|
2015-11-28 06:47:26 +01:00
|
|
|
</data>
|
|
|
|
<data name="CloseDS4W" xml:space="preserve">
|
2016-10-09 05:21:44 +02:00
|
|
|
<value>Fechar o DS4Windows?</value>
|
2015-11-28 06:47:26 +01:00
|
|
|
</data>
|
|
|
|
<data name="DisconnectBT" xml:space="preserve">
|
|
|
|
<value>Desconectar BT</value>
|
|
|
|
</data>
|
|
|
|
<data name="FlashAtTip" xml:space="preserve">
|
2016-10-09 05:21:44 +02:00
|
|
|
<value>Clique para mudar a cor da luz de flash. Preto = cor padrão</value>
|
2015-11-28 06:47:26 +01:00
|
|
|
</data>
|
|
|
|
<data name="GyroX" xml:space="preserve">
|
2016-10-09 05:21:44 +02:00
|
|
|
<value>Eixo X, Incinação Esquerda/Direita</value>
|
2015-11-28 06:47:26 +01:00
|
|
|
</data>
|
|
|
|
<data name="GyroY" xml:space="preserve">
|
2016-10-09 05:21:44 +02:00
|
|
|
<value>Eixo Y, Inclinação Frente/Trás</value>
|
2015-11-28 06:47:26 +01:00
|
|
|
</data>
|
|
|
|
<data name="GyroZ" xml:space="preserve">
|
2016-10-09 05:21:44 +02:00
|
|
|
<value>Eixo Z, Inclinação Cima/Baixo</value>
|
2015-11-28 06:47:26 +01:00
|
|
|
</data>
|
|
|
|
<data name="HoverOverItems" xml:space="preserve">
|
2016-10-09 05:21:44 +02:00
|
|
|
<value>Passe o rato por cima de itens para visualizar funções e descrições</value>
|
2015-11-28 06:47:26 +01:00
|
|
|
</data>
|
|
|
|
<data name="Jitter" xml:space="preserve">
|
2016-10-09 05:21:44 +02:00
|
|
|
<value>Use o Sixaxis para ajudar a calcular o movimento do Painel de Toque</value>
|
2015-11-28 06:47:26 +01:00
|
|
|
</data>
|
|
|
|
<data name="LatencyNotOverTen" xml:space="preserve">
|
2016-10-09 05:21:44 +02:00
|
|
|
<value>A latência do Controlo *number* está abaixo de 10ms</value>
|
2015-11-28 06:47:26 +01:00
|
|
|
</data>
|
|
|
|
<data name="LatencyOverTen" xml:space="preserve">
|
2016-10-09 05:21:44 +02:00
|
|
|
<value>A latência do Controlo *number* está acima de 10ms</value>
|
2015-11-28 06:47:26 +01:00
|
|
|
</data>
|
|
|
|
<data name="Macro" xml:space="preserve">
|
|
|
|
<value>Macro</value>
|
|
|
|
</data>
|
|
|
|
<data name="NotUsingProfile" xml:space="preserve">
|
2016-10-09 05:21:44 +02:00
|
|
|
<value>Controlo *number* não está a usar um Perfil</value>
|
2015-11-28 06:47:26 +01:00
|
|
|
</data>
|
|
|
|
<data name="OtherFileLocation" xml:space="preserve">
|
2016-10-09 05:21:44 +02:00
|
|
|
<value>, ficheiros de outras localizações serão eliminados</value>
|
2015-11-28 06:47:26 +01:00
|
|
|
</data>
|
|
|
|
<data name="Programs" xml:space="preserve">
|
|
|
|
<value>Programas</value>
|
|
|
|
</data>
|
|
|
|
<data name="QuickCharge" xml:space="preserve">
|
2016-10-09 05:21:44 +02:00
|
|
|
<value>EXPERIMENTAL: Auto-desabilitar o BT quando conectar através de USB</value>
|
2015-11-28 06:47:26 +01:00
|
|
|
</data>
|
|
|
|
<data name="ScanCode" xml:space="preserve">
|
2016-10-09 05:21:44 +02:00
|
|
|
<value>Código de digitalização</value>
|
2015-11-28 06:47:26 +01:00
|
|
|
</data>
|
|
|
|
<data name="Shortcuts" xml:space="preserve">
|
|
|
|
<value>Atalhos</value>
|
|
|
|
</data>
|
|
|
|
<data name="StoppedDS4Tool" xml:space="preserve">
|
|
|
|
<value>DS4Windows Parou</value>
|
|
|
|
</data>
|
|
|
|
<data name="SwipeDown" xml:space="preserve">
|
2016-10-09 05:21:44 +02:00
|
|
|
<value>Deslizar para Baixo</value>
|
2015-11-28 06:47:26 +01:00
|
|
|
</data>
|
|
|
|
<data name="SwipeLeft" xml:space="preserve">
|
2016-10-09 05:21:44 +02:00
|
|
|
<value>Deslizar para a Esquerda</value>
|
2015-11-28 06:47:26 +01:00
|
|
|
</data>
|
|
|
|
<data name="SwipeRight" xml:space="preserve">
|
2016-10-09 05:21:44 +02:00
|
|
|
<value>Deslizar para a Direita</value>
|
2015-11-28 06:47:26 +01:00
|
|
|
</data>
|
|
|
|
<data name="SwipeUp" xml:space="preserve">
|
2016-10-09 05:21:44 +02:00
|
|
|
<value>Deslizar para Cima</value>
|
2015-11-28 06:47:26 +01:00
|
|
|
</data>
|
|
|
|
<data name="TextDocs" xml:space="preserve">
|
2016-10-09 05:21:44 +02:00
|
|
|
<value>Documento de Texto (*.txt)</value>
|
2015-11-28 06:47:26 +01:00
|
|
|
</data>
|
|
|
|
<data name="TouchpadOffTip" xml:space="preserve">
|
2016-10-09 05:21:44 +02:00
|
|
|
<value>Re-habilitar pressionando PS+Painel de Toque</value>
|
2015-11-28 06:47:26 +01:00
|
|
|
</data>
|
|
|
|
<data name="UsingTPSwipes" xml:space="preserve">
|
2016-10-09 05:21:44 +02:00
|
|
|
<value>Isto desabilita o controle do Painel de Toque como rato</value>
|
2015-11-30 22:15:17 +01:00
|
|
|
</data>
|
|
|
|
<data name="XinputPorts" xml:space="preserve">
|
2016-10-09 05:21:44 +02:00
|
|
|
<value>Use portas mais altas se houver conflitos com outros programas de emulação de X360, como por exemplo a ferramenta do SCP</value>
|
|
|
|
</data>
|
|
|
|
<data name="CannotMoveFiles" xml:space="preserve">
|
|
|
|
<value>Impossível mover ficheiros para a nova localização, por favor renomeie a pasta de DS4Tool para DS4Windows</value>
|
|
|
|
</data>
|
|
|
|
<data name="ChargeController" xml:space="preserve">
|
|
|
|
<value>Carregar a Bateria</value>
|
|
|
|
</data>
|
|
|
|
<data name="FallBack" xml:space="preserve">
|
|
|
|
<value>Fall Back</value>
|
|
|
|
</data>
|
|
|
|
<data name="FallBackTo" xml:space="preserve">
|
|
|
|
<value>Fall Back para *button*</value>
|
|
|
|
</data>
|
|
|
|
<data name="FlushHIDTip" xml:space="preserve">
|
|
|
|
<value>Despejar Fila de HID depois de cada leitura</value>
|
|
|
|
</data>
|
|
|
|
<data name="GyroReadout" xml:space="preserve">
|
|
|
|
<value>Clicar para ler sobre o Giroscópio Sixaxis</value>
|
|
|
|
</data>
|
|
|
|
<data name="InstallFailed" xml:space="preserve">
|
|
|
|
<value>Instalação Falhada, por favor volte a tentar</value>
|
|
|
|
</data>
|
|
|
|
<data name="LightByBatteryTip" xml:space="preserve">
|
|
|
|
<value>Também diminuir a luz por inactividade quando Ligado</value>
|
|
|
|
</data>
|
|
|
|
<data name="SixAxisReading" xml:space="preserve">
|
|
|
|
<value>Clicar para leitura avançada do Sixaxis</value>
|
|
|
|
</data>
|
|
|
|
<data name="TestText" xml:space="preserve">
|
|
|
|
<value>Testar</value>
|
|
|
|
</data>
|
|
|
|
<data name="Unassigned" xml:space="preserve">
|
|
|
|
<value>Não Atribuído</value>
|
|
|
|
</data>
|
|
|
|
<data name="XMLFiles" xml:space="preserve">
|
|
|
|
<value>Ficheiros XML (*.xml)</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>
|
2014-12-20 02:31:00 +01:00
|
|
|
</root>
|