2014-08-17 00:09:15 +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>
2015-04-21 21:00:09 +02:00
<data name="ActionExists" xml:space="preserve">
<value>Le nom de cette action existe déja</value>
</data>
<data name="AddingToList" xml:space="preserve">
<value>Ajout à la liste...</value>
</data>
<data name="AddPrograms" xml:space="preserve">
2015-12-19 05:11:12 +01:00
<value>Ajouter des Programmes</value>
2015-04-21 21:00:09 +02:00
</data>
<data name="ALocactionNeeded" xml:space="preserve">
2015-12-19 05:11:12 +01:00
<value>Un emplacement doit être choisi pour continuer</value>
2015-04-21 21:00:09 +02:00
</data>
2014-08-17 00:09:15 +02:00
<data name="AlwaysRainbow" xml:space="preserve">
2015-12-19 05:11:12 +01:00
<value>Toujours Mode Arc-en-ciel</value>
2014-08-17 00:09:15 +02:00
</data>
<data name="AssignProfile" xml:space="preserve">
<value>Assigner à la Manette *number*</value>
</data>
2015-04-21 21:00:09 +02:00
<data name="Battery" xml:space="preserve">
<value>Batterie: *number*%</value>
</data>
2014-08-17 00:09:15 +02:00
<data name="BestUsedRightSide" xml:space="preserve">
<value>Conseillé d'utiliser avec le côté droit telle une souris</value>
</data>
2015-04-21 21:00:09 +02:00
<data name="Browse" xml:space="preserve">
2015-11-28 06:47:26 +01:00
<value>Parcourir...</value>
2015-04-21 21:00:09 +02:00
</data>
2014-08-17 00:09:15 +02:00
<data name="CannotWriteHere" xml:space="preserve">
<value>Écriture impossible ici. Copier les paramètres vers Appdata?</value>
</data>
2015-04-21 21:00:09 +02:00
<data name="Charged" xml:space="preserve">
2015-12-19 05:11:12 +01:00
<value>Rechargée</value>
2015-04-21 21:00:09 +02:00
</data>
<data name="Charging" xml:space="preserve">
2015-12-19 05:11:12 +01:00
<value>Rechargement: *number*%</value>
2015-04-21 21:00:09 +02:00
</data>
<data name="CheckBattery" xml:space="preserve">
<value>Verifiez la batterie</value>
</data>
<data name="CloseDS4W" xml:space="preserve">
<value>Fermer DS4Windows ?</value>
</data>
<data name="CloseMinimize" xml:space="preserve">
<value>Fermer DS4Windows via l'icone de notification</value>
</data>
<data name="Color" xml:space="preserve">
<value>Couleur</value>
</data>
2014-08-17 00:09:15 +02:00
<data name="ColorByBattery" xml:space="preserve">
2015-12-19 05:11:12 +01:00
<value>Couleur selon le % de batterie</value>
2014-08-17 00:09:15 +02:00
</data>
<data name="Connecting" xml:space="preserve">
<value>Connexion...</value>
</data>
<data name="ContextEdit" xml:space="preserve">
<value>Éditer le Profil de la Manette *number*</value>
</data>
<data name="ContextNew" xml:space="preserve">
<value>Faire le Profil de la Manette *number*</value>
</data>
2015-04-21 21:00:09 +02:00
<data name="ControllerWasRemoved" xml:space="preserve">
<value>La manette *Mac address* a été déconnectée ou la connexion a été perdue</value>
</data>
2014-08-17 00:09:15 +02:00
<data name="CopyComplete" xml:space="preserve">
2015-12-19 05:11:12 +01:00
<value>Copie terminée, merci de relancer DS4Windows et supprimer les paramètres du Répertoire de l'Application</value>
2014-08-17 00:09:15 +02:00
</data>
<data name="CopyFullColor" xml:space="preserve">
2015-12-19 05:11:12 +01:00
<value>Cliquer pour copier la couleur entiere</value>
2014-08-17 00:09:15 +02:00
</data>
2015-04-21 21:00:09 +02:00
<data name="CouldNotOpenDS4" xml:space="preserve">
<value>Attention: Ouverture impossible de la DS4 *Mac Address*</value>
</data>
2014-08-17 00:09:15 +02:00
<data name="Day" xml:space="preserve">
<value>jour</value>
</data>
<data name="Days" xml:space="preserve">
<value>jours</value>
</data>
<data name="DeleteProfile" xml:space="preserve">
<value>Supprimer le profil?</value>
</data>
<data name="DimByBattery" xml:space="preserve">
2015-12-19 05:11:12 +01:00
<value>Assombrir selon le % de batterie</value>
2014-08-17 00:09:15 +02:00
</data>
2015-04-21 21:00:09 +02:00
<data name="DinputOnly" xml:space="preserve">
2015-12-19 05:11:12 +01:00
<value>Eteindre les entrées X360 et utiliser seulement DS4 en natif, Cacher ds4 Doit être éteint (uniquement en filaire)</value>
2015-04-21 21:00:09 +02:00
</data>
<data name="DisconnectBT" xml:space="preserve">
<value>Déconnecter Bluetooth</value>
</data>
2014-08-17 00:09:15 +02:00
<data name="Disconnected" xml:space="preserve">
2015-11-28 06:47:26 +01:00
<value>Déconnecté</value>
2014-08-17 00:09:15 +02:00
</data>
2015-04-21 21:00:09 +02:00
<data name="Downloading" xml:space="preserve">
2015-11-28 06:47:26 +01:00
<value>Téléchargement *number*%</value>
2015-04-21 21:00:09 +02:00
</data>
2014-08-17 00:09:15 +02:00
<data name="DownloadVersion" xml:space="preserve">
<value>Télécharger la version *number* maintenant ?</value>
</data>
2015-04-21 21:00:09 +02:00
<data name="DownText" xml:space="preserve">
2015-12-19 05:11:12 +01:00
<value>Bas</value>
2015-04-21 21:00:09 +02:00
</data>
2014-08-17 00:09:15 +02:00
<data name="DS4Update" xml:space="preserve">
2015-04-21 21:00:09 +02:00
<value>Mise à jour de DS4Windows disponible !</value>
2014-08-17 00:09:15 +02:00
</data>
<data name="DS4WindowsCannotEditHere" xml:space="preserve">
<value>DS4Windows ne peut editer les paramètres ici, fermeture imminente.</value>
</data>
<data name="EditProfile" xml:space="preserve">
<value>Éditer</value>
</data>
<data name="FifthMouseDown" xml:space="preserve">
2015-12-19 05:11:12 +01:00
<value>5ème Bouton de Souris Bas</value>
2014-08-17 00:09:15 +02:00
</data>
<data name="FifthMouseUp" xml:space="preserve">
2015-12-19 05:11:12 +01:00
<value>5ème Bouton de Souris Haut</value>
2014-08-17 00:09:15 +02:00
</data>
2015-04-21 21:00:09 +02:00
<data name="FlashAtTip" xml:space="preserve">
2015-11-28 06:47:26 +01:00
<value>Cliquer pour changer la couleur du clignotement. Noir = couleur par défaut</value>
2015-04-21 21:00:09 +02:00
</data>
2014-08-17 00:09:15 +02:00
<data name="FlushHID" xml:space="preserve">
2015-12-19 05:11:12 +01:00
<value>Vider HID</value>
2014-08-17 00:09:15 +02:00
</data>
2015-04-21 21:00:09 +02:00
<data name="FlushHIDTip" xml:space="preserve">
<value>Vider la file d'attente HID aprés chaque lecture</value>
</data>
<data name="FoundController" xml:space="preserve">
<value>Manette trouvée:</value>
</data>
2014-08-17 00:09:15 +02:00
<data name="FourthMouseDown" xml:space="preserve">
<value>4ème Bouton de Souris Haut</value>
</data>
<data name="FourthMouseUp" xml:space="preserve">
<value>4ème Bouton de Souris Bas</value>
</data>
2015-04-21 21:00:09 +02:00
<data name="Full" xml:space="preserve">
2015-12-19 05:11:12 +01:00
<value>Rempli</value>
2015-04-21 21:00:09 +02:00
</data>
<data name="GyroReadout" xml:space="preserve">
2015-12-19 05:11:12 +01:00
<value>Cliquer pour voir les valeurs du Gyroscope Sixaxis</value>
2015-04-21 21:00:09 +02:00
</data>
<data name="GyroX" xml:space="preserve">
2015-12-19 05:11:12 +01:00
<value>GyroX, Inclinaison Gauche et Droite</value>
2015-04-21 21:00:09 +02:00
</data>
<data name="GyroY" xml:space="preserve">
2015-12-19 05:11:12 +01:00
<value>GyroY, Inclinaison Avant et Arriere</value>
2015-04-21 21:00:09 +02:00
</data>
<data name="GyroZ" xml:space="preserve">
2015-12-19 05:11:12 +01:00
<value>GyroZ, InclinaisonHaut et Bas</value>
2015-04-21 21:00:09 +02:00
</data>
2014-08-17 00:09:15 +02:00
<data name="Hour" xml:space="preserve">
<value>heure</value>
</data>
<data name="Hours" xml:space="preserve">
2015-04-21 21:00:09 +02:00
<value>heures</value>
</data>
<data name="HoverOverItems" xml:space="preserve">
2015-12-19 05:11:12 +01:00
<value>Survoler avec la souris pour voir une description ou plus d'infos</value>
2014-08-17 00:09:15 +02:00
</data>
<data name="IfRemovingDS4Windows" xml:space="preserve">
2015-12-19 05:11:12 +01:00
<value>Si suppression de DS4Windows, vous pouvez supprimer les paramètres en suivant le lien du dossier de profil</value>
2014-08-17 00:09:15 +02:00
</data>
2015-04-21 21:00:09 +02:00
<data name="InputDelay" xml:space="preserve">
<value>Input Delay: *number*ms</value>
</data>
<data name="InstallComplete" xml:space="preserve">
<value>Installation terminée</value>
</data>
<data name="InstallDriver" xml:space="preserve">
<value>Installer les pilotes ici</value>
</data>
<data name="Installing" xml:space="preserve">
2015-12-19 05:11:12 +01:00
<value>Installation ...</value>
2015-04-21 21:00:09 +02:00
</data>
<data name="Jitter" xml:space="preserve">
2015-11-28 06:47:26 +01:00
<value>Utiliser Sixaxis pour aider au calcul des mouvements du pavé tactile</value>
2015-04-21 21:00:09 +02:00
</data>
<data name="KeepThisSize" xml:space="preserve">
<value>Garder les dimensions de la fenêtre après fermeture</value>
</data>
<data name="LatencyNotOverTen" xml:space="preserve">
2015-11-28 06:47:26 +01:00
<value>Manette *number* latence inférieure à 10 ms</value>
2015-04-21 21:00:09 +02:00
</data>
<data name="LatencyOverTen" xml:space="preserve">
2015-11-28 06:47:26 +01:00
<value>Manette *number* latence supérieure à 10 ms</value>
2015-04-21 21:00:09 +02:00
</data>
<data name="LaunchProgram" xml:space="preserve">
2015-12-19 05:11:12 +01:00
<value>Démarrer *program*</value>
2015-04-21 21:00:09 +02:00
</data>
<data name="LightByBatteryTip" xml:space="preserve">
<value>Baisser la luminosité lors de la mise en veille</value>
</data>
<data name="Loading" xml:space="preserve">
<value>Chargement...</value>
</data>
<data name="LoadProfile" xml:space="preserve">
<value>Charger *profile*</value>
</data>
<data name="Macro" xml:space="preserve">
<value>Macro</value>
</data>
2014-08-17 00:09:15 +02:00
<data name="MakeNewProfile" xml:space="preserve">
<value>Créer un nouveau profil</value>
</data>
2015-04-21 21:00:09 +02:00
<data name="NA" xml:space="preserve">
<value>N/A</value>
</data>
2014-08-17 00:09:15 +02:00
<data name="New" xml:space="preserve">
<value>Nouveau</value>
</data>
<data name="NoMacroRecorded" xml:space="preserve">
2015-11-28 06:47:26 +01:00
<value>Aucune macro enregistrée</value>
2014-08-17 00:09:15 +02:00
</data>
2015-04-21 21:00:09 +02:00
<data name="noneProfile" xml:space="preserve">
<value>(aucun)</value>
</data>
<data name="NoneText" xml:space="preserve">
2015-12-19 05:11:12 +01:00
<value>aucun</value>
2015-04-21 21:00:09 +02:00
</data>
2014-08-17 00:09:15 +02:00
<data name="NoProfileLoaded" xml:space="preserve">
<value>Pas de profil chargé</value>
</data>
2015-04-21 21:00:09 +02:00
<data name="NotUsingProfile" xml:space="preserve">
2015-12-19 05:11:12 +01:00
<value>Manette *number* n'a pas de profile</value>
2015-04-21 21:00:09 +02:00
</data>
2014-08-17 00:09:15 +02:00
<data name="NotValid" xml:space="preserve">
<value>Invalide</value>
</data>
2015-04-21 21:00:09 +02:00
<data name="OpeningInstaller" xml:space="preserve">
<value>Ouverture de l'installateur</value>
</data>
<data name="OpenScpDriver" xml:space="preserve">
<value>Veuillez ouvrir ScpDriver.exe</value>
</data>
<data name="OtherFileLocation" xml:space="preserve">
2015-12-19 05:11:12 +01:00
<value>, les fichiers à un autre endroit seront effacés</value>
2015-04-21 21:00:09 +02:00
</data>
2014-08-17 00:09:15 +02:00
<data name="PleaseDownloadUpdater" xml:space="preserve">
2015-12-19 05:11:12 +01:00
<value>Veuillez télécharger le centre de mises à jour maintenant, placer le dans le dossier de l'application, puis vérifier de nouveau la disponibilité d'une mise à jour</value>
2014-08-17 00:09:15 +02:00
</data>
<data name="PleaseImport" xml:space="preserve">
<value>Veuillez importer ou créer un profil</value>
</data>
2015-04-21 21:00:09 +02:00
<data name="PlusNewProfile" xml:space="preserve">
<value>Nouveau Profile</value>
</data>
2014-08-17 00:09:15 +02:00
<data name="ProfileCannotRestore" xml:space="preserve">
<value>*Profile Name* ne peut être restauré</value>
</data>
<data name="ProfileFolderMoved" xml:space="preserve">
2015-12-19 05:11:12 +01:00
<value>Dossier du Profil déplacé vers le dossier contenant l'application</value>
2014-08-17 00:09:15 +02:00
</data>
2015-04-21 21:00:09 +02:00
<data name="Programs" xml:space="preserve">
2015-11-28 06:47:26 +01:00
<value>Programmes</value>
2014-08-17 00:09:15 +02:00
</data>
2015-04-21 21:00:09 +02:00
<data name="QuickCharge" xml:space="preserve">
2015-12-19 05:11:12 +01:00
<value>EXPERIMENTAL : Déconnexion automatique du BT lors du branchement d'un cable USB</value>
2014-08-17 00:09:15 +02:00
</data>
2015-04-21 21:00:09 +02:00
<data name="QuitOtherPrograms" xml:space="preserve">
<value>Vous devez quitter les autres applications telles que Steam, Uplay avant d'activer l'option "Cacher la manette DS4"</value>
2014-08-17 00:09:15 +02:00
</data>
2015-04-21 21:00:09 +02:00
<data name="RecordText" xml:space="preserve">
<value>Enregistrer</value>
2014-08-17 00:09:15 +02:00
</data>
2015-04-21 21:00:09 +02:00
<data name="RightClickPresets" xml:space="preserve">
2015-12-19 05:11:12 +01:00
<value>Click droit pour choisir les pré-réglages d'une série de contrôles</value>
2014-08-17 00:09:15 +02:00
</data>
2015-04-21 21:00:09 +02:00
<data name="SaveRecordedMacro" xml:space="preserve">
2015-12-19 05:11:12 +01:00
<value>Sauvegarder le macro enregistré?</value>
2014-08-17 00:09:15 +02:00
</data>
2015-04-21 21:00:09 +02:00
<data name="ScanCode" xml:space="preserve">
<value>Scannez le code</value>
2014-08-17 00:09:15 +02:00
</data>
2015-04-21 21:00:09 +02:00
<data name="SearchingController" xml:space="preserve">
2016-10-09 05:21:44 +02:00
<value>Cherche des manettes...</value>
2014-08-17 00:09:15 +02:00
</data>
<data name="SelectActionTitle" xml:space="preserve">
<value>Sélectionner une action pour *action*</value>
</data>
2015-04-21 21:00:09 +02:00
<data name="Shortcuts" xml:space="preserve">
<value>Raccourcis</value>
2014-08-17 00:09:15 +02:00
</data>
2015-04-21 21:00:09 +02:00
<data name="SixAxisReading" xml:space="preserve">
2015-12-19 05:11:12 +01:00
<value>Cliquer pour les valeurs avancées du Sixaxis</value>
2014-08-17 00:09:15 +02:00
</data>
2015-04-21 21:00:09 +02:00
<data name="Starting" xml:space="preserve">
<value>Ouverture...</value>
2014-08-17 00:09:15 +02:00
</data>
2015-04-21 21:00:09 +02:00
<data name="StartText" xml:space="preserve">
<value>Démarrer</value>
2014-08-17 00:09:15 +02:00
</data>
2015-04-21 21:00:09 +02:00
<data name="Step1" xml:space="preserve">
<value>Étape 1: Installez les pilotes DS4</value>
2014-08-17 00:09:15 +02:00
</data>
2015-04-21 21:00:09 +02:00
<data name="StopHText" xml:space="preserve">
<value>Arrêtez fort</value>
2014-08-17 00:09:15 +02:00
</data>
2015-04-21 21:00:09 +02:00
<data name="StopLText" xml:space="preserve">
<value>Arrêtez léger</value>
2014-08-17 00:09:15 +02:00
</data>
2015-04-21 21:00:09 +02:00
<data name="StoppedDS4Windows" xml:space="preserve">
2015-12-18 07:25:51 +01:00
<value>Arrêt de DS4Windows</value>
2014-08-17 00:09:15 +02:00
</data>
<data name="StoppingDS4" xml:space="preserve">
2015-12-18 07:25:51 +01:00
<value>Arrêt des manettes DS4</value>
2014-08-17 00:09:15 +02:00
</data>
<data name="StoppingX360" xml:space="preserve">
2015-12-18 07:25:51 +01:00
<value>Arrêt des manettes X360</value>
2014-08-17 00:09:15 +02:00
</data>
2015-04-21 21:00:09 +02:00
<data name="StopText" xml:space="preserve">
2015-12-18 07:25:51 +01:00
<value>Arrêter</value>
2014-08-17 00:09:15 +02:00
</data>
2015-04-21 21:00:09 +02:00
<data name="SwipeDown" xml:space="preserve">
2015-12-19 05:11:12 +01:00
<value>Glisser vers le bas</value>
2014-08-17 00:09:15 +02:00
</data>
2015-04-21 21:00:09 +02:00
<data name="SwipeLeft" xml:space="preserve">
2015-12-19 05:11:12 +01:00
<value>Glisser vers la gauche</value>
2014-08-17 00:09:15 +02:00
</data>
2015-04-21 21:00:09 +02:00
<data name="SwipeRight" xml:space="preserve">
2015-12-19 05:11:12 +01:00
<value>Glisser vers la droite</value>
2014-08-17 00:09:15 +02:00
</data>
2015-04-21 21:00:09 +02:00
<data name="SwipeTouchpad" xml:space="preserve">
2015-12-18 07:25:51 +01:00
<value>Glisser sur la pavé tactile pour changer de profil</value>
2014-08-17 00:09:15 +02:00
</data>
2015-04-21 21:00:09 +02:00
<data name="SwipeUp" xml:space="preserve">
2015-12-19 05:11:12 +01:00
<value>Glisser vers le haut</value>
2014-08-17 00:09:15 +02:00
</data>
2015-04-21 21:00:09 +02:00
<data name="TapAndHold" xml:space="preserve">
2015-12-18 07:25:51 +01:00
<value>Appuyer et maintenir pour glisser, léger retard avec les simples pressions</value>
2014-08-17 00:09:15 +02:00
</data>
2015-04-21 21:00:09 +02:00
<data name="TestHText" xml:space="preserve">
2015-12-18 07:25:51 +01:00
<value>Test fort</value>
2014-08-17 00:09:15 +02:00
</data>
2015-04-21 21:00:09 +02:00
<data name="TestLText" xml:space="preserve">
<value>Test léger</value>
2014-08-17 00:09:15 +02:00
</data>
2015-04-21 21:00:09 +02:00
<data name="TiltDown" xml:space="preserve">
2015-12-18 07:25:51 +01:00
<value>Tilt Bas</value>
2014-08-17 00:09:15 +02:00
</data>
2015-04-21 21:00:09 +02:00
<data name="TiltLeft" xml:space="preserve">
2015-12-18 07:25:51 +01:00
<value>Tilt Gauche</value>
2014-08-17 00:09:15 +02:00
</data>
2015-04-21 21:00:09 +02:00
<data name="TiltRight" xml:space="preserve">
2015-12-18 07:25:51 +01:00
<value>Tilt Droite</value>
2014-08-17 00:09:15 +02:00
</data>
2015-04-21 21:00:09 +02:00
<data name="TiltUp" xml:space="preserve">
2015-12-18 07:25:51 +01:00
<value>Tilt Haut</value>
2014-08-17 00:09:15 +02:00
</data>
2015-04-21 21:00:09 +02:00
<data name="TouchpadMovementOff" xml:space="preserve">
2015-12-18 07:25:51 +01:00
<value>Reconnaissance de mouvement du pavé tactile est Désactivée</value>
2015-04-21 21:00:09 +02:00
</data>
<data name="TouchpadMovementOn" xml:space="preserve">
2015-12-18 07:25:51 +01:00
<value>Reconnaissance de mouvement du pavé tactile est Activée</value>
2014-08-17 00:09:15 +02:00
</data>
2015-04-21 21:00:09 +02:00
<data name="TouchpadOffTip" xml:space="preserve">
2015-12-19 05:11:12 +01:00
<value>Relancez en appuyant sur PS + Pavé tactile</value>
2014-08-17 00:09:15 +02:00
</data>
<data name="TwoFingerSwipe" xml:space="preserve">
2015-12-19 05:11:12 +01:00
<value>Glisser avec 2 doigts gauche ou droit sur le pavé tactile</value>
2014-08-17 00:09:15 +02:00
</data>
2015-04-21 21:00:09 +02:00
<data name="TypeNewName" xml:space="preserve">
2015-12-18 07:25:51 +01:00
<value>écrire un nouveau nom ici</value>
2015-04-21 21:00:09 +02:00
</data>
<data name="TypeProfileName" xml:space="preserve">
2015-12-18 07:25:51 +01:00
<value>écrire un nom de profil ici</value>
2015-04-21 21:00:09 +02:00
</data>
2014-08-17 00:09:15 +02:00
<data name="UpText" xml:space="preserve">
2015-12-19 05:11:12 +01:00
<value>Haut</value>
2014-08-17 00:09:15 +02:00
</data>
<data name="UpToDate" xml:space="preserve">
2015-12-18 07:25:51 +01:00
<value>Votre version de DS4Windows est à jour</value>
2014-08-23 22:52:20 +02:00
</data>
2015-04-21 21:00:09 +02:00
<data name="UseControllerForMapping" xml:space="preserve">
2015-12-19 05:11:12 +01:00
<value>Vous pouvez également utiliser votre manette pour modifier les touches</value>
2014-09-15 04:37:14 +02:00
</data>
2015-04-21 21:00:09 +02:00
<data name="UsingExclusive" xml:space="preserve">
2015-12-18 07:25:51 +01:00
<value>Utilisation du mode Exclusif</value>
2014-09-15 04:37:14 +02:00
</data>
2015-04-21 21:00:09 +02:00
<data name="UsingProfile" xml:space="preserve">
2015-12-18 07:25:51 +01:00
<value>La manette *number* utilise le profil "*Profile name*"</value>
2014-09-15 04:37:14 +02:00
</data>
2015-04-21 21:00:09 +02:00
<data name="UsingShared" xml:space="preserve">
2015-12-18 07:25:51 +01:00
<value>Utilisation du mode Partagé</value>
2014-09-15 04:37:14 +02:00
</data>
2015-04-21 21:00:09 +02:00
<data name="UsingTPSwipes" xml:space="preserve">
2015-12-18 07:25:51 +01:00
<value>Désactivation du pavé tactile comme souris</value>
2014-09-15 04:37:14 +02:00
</data>
2015-04-21 21:00:09 +02:00
<data name="ValidName" xml:space="preserve">
2015-12-18 07:25:51 +01:00
<value>Veuillez insérer un nom valide</value>
2014-11-04 04:44:55 +01:00
</data>
2015-04-21 21:00:09 +02:00
<data name="WaitMS" xml:space="preserve">
2015-12-18 07:25:51 +01:00
<value>Attendre *number**ms*</value>
2014-11-18 22:23:41 +01:00
</data>
2015-04-21 21:00:09 +02:00
<data name="WillKeep" xml:space="preserve">
2015-12-19 05:11:12 +01:00
<value>Sera Garder</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>
2015-11-28 06:47:26 +01:00
<data name="StoppedDS4Tool" xml:space="preserve">
<value>Arrêt de DS4Windows</value>
</data>
<data name="TextDocs" xml:space="preserve">
2015-12-19 05:11:12 +01:00
<value>Document Text (*.txt)</value>
2015-11-28 06:47:26 +01:00
</data>
2015-12-18 07:25:51 +01:00
<data name="XMLFiles" xml:space="preserve">
<value>Fichiers XML (*.xml)</value>
</data>
2015-12-19 05:11:12 +01:00
<data name="CannotMoveFiles" xml:space="preserve">
<value>Impossible de deplacer les fichiers, Renommez le dossier DS4Tool à "DS4Windows"</value>
</data>
<data name="ChargeController" xml:space="preserve">
<value>Recharger la batterie</value>
</data>
<data name="FallBack" xml:space="preserve">
<value>Retourner</value>
</data>
<data name="FallBackTo" xml:space="preserve">
<value>Retourner a "bouton"</value>
</data>
<data name="InstallFailed" xml:space="preserve">
<value>Installation échouée, Veuillez Réessayer</value>
</data>
<data name="SetRegularTrigger" xml:space="preserve">
<value>Definir Gachette Normale</value>
</data>
<data name="SetUnloadTrigger" xml:space="preserve">
<value>Definir Gachette Decharger</value>
</data>
<data name="TestText" xml:space="preserve">
<value>Test</value>
</data>
<data name="Unassigned" xml:space="preserve">
<value>Non Assigner</value>
</data>
<data name="XinputPorts" xml:space="preserve">
<value>Utilisez des ports plus hauts si vous rencontrer des conflits avec d'autres programmes, tels que l'outil SCP</value>
</data>
2014-08-17 00:09:15 +02:00
</root>