Merge pull request #5010 from simonporte/master

Update french translation
This commit is contained in:
Jaex 2020-09-02 01:59:54 +03:00 committed by GitHub
commit ee6eba2828
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
21 changed files with 492 additions and 77 deletions

View file

@ -255,4 +255,7 @@
<data name="lblName.Text" xml:space="preserve"> <data name="lblName.Text" xml:space="preserve">
<value>Nom :</value> <value>Nom :</value>
</data> </data>
<data name="btnClipboardColorPicker.ToolTip" xml:space="preserve">
<value>Sélectionner une couleur depuis le presse-papier</value>
</data>
</root> </root>

View file

@ -147,4 +147,13 @@
<data name="lblGradientType.Text" xml:space="preserve"> <data name="lblGradientType.Text" xml:space="preserve">
<value>Type de dégradé :</value> <value>Type de dégradé :</value>
</data> </data>
<data name="btnReverse.Text" xml:space="preserve">
<value>Inverser</value>
</data>
<data name="lblPresets.Text" xml:space="preserve">
<value>Préréglages :</value>
</data>
<data name="chGradient.Text" xml:space="preserve">
<value>Dégradé</value>
</data>
</root> </root>

View file

@ -129,18 +129,6 @@
<data name="Stop" xml:space="preserve"> <data name="Stop" xml:space="preserve">
<value>Arrêter</value> <value>Arrêter</value>
</data> </data>
<data name="ClipboardContentViewer_ClipboardContentViewer_Load_Clipboard_content__Image__Size___0_x_1__" xml:space="preserve">
<value>Contenu du presse-papier : Image (Taille : {0}x{1})</value>
</data>
<data name="ClipboardContentViewer_ClipboardContentViewer_Load_Clipboard_content__Text__Length___0__" xml:space="preserve">
<value>Contenu du presse-papier : Texte (Longueur : {0})</value>
</data>
<data name="ClipboardContentViewer_ClipboardContentViewer_Load_Clipboard_content__File__Count___0__" xml:space="preserve">
<value>Contenu du presse-papier : Fichier (Quantité : {0})</value>
</data>
<data name="ClipboardContentViewer_ClipboardContentViewer_Load_Clipboard_is_empty_or_contains_unknown_data_" xml:space="preserve">
<value>Le presse-papier est vide ou contient des données inconnues.</value>
</data>
<data name="PrintTextForm_LoadSettings_Name___0___Size___1_" xml:space="preserve"> <data name="PrintTextForm_LoadSettings_Name___0___Size___1_" xml:space="preserve">
<value>Nom : {0}, taille : {1}</value> <value>Nom : {0}, taille : {1}</value>
</data> </data>
@ -393,7 +381,7 @@ Taille du fichier : {2:n0} / {3:n0} Ko</value>
<value>Raccourcisseur d'URL personnalisé</value> <value>Raccourcisseur d'URL personnalisé</value>
</data> </data>
<data name="AfterCaptureTasks_AddImageEffects" xml:space="preserve"> <data name="AfterCaptureTasks_AddImageEffects" xml:space="preserve">
<value>Ajouter des effets d'image / filigrane</value> <value>Ajouter des effets d'image</value>
</data> </data>
<data name="AfterCaptureTasks_AnnotateImage" xml:space="preserve"> <data name="AfterCaptureTasks_AnnotateImage" xml:space="preserve">
<value>Modifier l'image</value> <value>Modifier l'image</value>
@ -1039,9 +1027,6 @@ Voulez-vous la télécharger ?</value>
<data name="PNGBitDepth_Bit24" xml:space="preserve"> <data name="PNGBitDepth_Bit24" xml:space="preserve">
<value>24 bits</value> <value>24 bits</value>
</data> </data>
<data name="ImageEditorInterpolationMode_Bilinear" xml:space="preserve">
<value>Bilinéaire</value>
</data>
<data name="PNGBitDepth_Bit32" xml:space="preserve"> <data name="PNGBitDepth_Bit32" xml:space="preserve">
<value>32 bits</value> <value>32 bits</value>
</data> </data>
@ -1066,12 +1051,6 @@ Voulez-vous la télécharger ?</value>
<data name="UpdateMessageBox_UpdateMessageBox_CurrentVersion" xml:space="preserve"> <data name="UpdateMessageBox_UpdateMessageBox_CurrentVersion" xml:space="preserve">
<value>Version actuelle</value> <value>Version actuelle</value>
</data> </data>
<data name="ImageEditorInterpolationMode_HighQualityBilinear" xml:space="preserve">
<value>Bilinéaire haute qualité</value>
</data>
<data name="ImageEditorInterpolationMode_HighQualityBicubic" xml:space="preserve">
<value>Bicubique haute qualité</value>
</data>
<data name="PastebinExpiration_H1" xml:space="preserve"> <data name="PastebinExpiration_H1" xml:space="preserve">
<value>1 heure</value> <value>1 heure</value>
</data> </data>
@ -1087,9 +1066,6 @@ Voulez-vous la télécharger ?</value>
<data name="Extensions_AddContextMenu_Redo" xml:space="preserve"> <data name="Extensions_AddContextMenu_Redo" xml:space="preserve">
<value>Répéter</value> <value>Répéter</value>
</data> </data>
<data name="ImageEditorInterpolationMode_Bicubic" xml:space="preserve">
<value>Bicubique</value>
</data>
<data name="PastebinExpiration_W1" xml:space="preserve"> <data name="PastebinExpiration_W1" xml:space="preserve">
<value>1 semaine</value> <value>1 semaine</value>
</data> </data>
@ -1123,9 +1099,6 @@ Voulez-vous la télécharger ?</value>
<data name="Extensions_AddContextMenu_SelectAll" xml:space="preserve"> <data name="Extensions_AddContextMenu_SelectAll" xml:space="preserve">
<value>Tout sélectionner</value> <value>Tout sélectionner</value>
</data> </data>
<data name="ImageEditorInterpolationMode_NearestNeighbor" xml:space="preserve">
<value>Voisin le plus proche</value>
</data>
<data name="PastebinPrivacy_Private" xml:space="preserve"> <data name="PastebinPrivacy_Private" xml:space="preserve">
<value>Privé (membres uniquement)</value> <value>Privé (membres uniquement)</value>
</data> </data>
@ -1189,4 +1162,52 @@ Voulez-vous la télécharger ?</value>
<data name="ShapeType_DrawingSmartEraser" xml:space="preserve"> <data name="ShapeType_DrawingSmartEraser" xml:space="preserve">
<value>Gomme intelligente</value> <value>Gomme intelligente</value>
</data> </data>
<data name="DrawImageSizeMode_DontResize" xml:space="preserve">
<value>Ne pas redimensionner</value>
</data>
<data name="AmazonS3StorageClass_INTELLIGENT_TIERING" xml:space="preserve">
<value>Amazon S3 Intelligent-Tiering</value>
</data>
<data name="HotkeyType_ImageThumbnailer_Category" xml:space="preserve">
<value>Outils</value>
</data>
<data name="HotkeyType_QRCodeDecodeFromScreen_Category" xml:space="preserve">
<value>Outils</value>
</data>
<data name="HotkeyType_VideoConverter_Category" xml:space="preserve">
<value>Outils</value>
</data>
<data name="HotkeyType_ImageSplitter_Category" xml:space="preserve">
<value>Outils</value>
</data>
<data name="DrawImageSizeMode_PercentageOfCanvas" xml:space="preserve">
<value>Pourcentage du canevas</value>
</data>
<data name="HotkeyType_ImageThumbnailer" xml:space="preserve">
<value>Générateur de miniatures d'image</value>
</data>
<data name="AmazonS3StorageClass_DEEP_ARCHIVE" xml:space="preserve">
<value>Amazon S3 Glacier Deep Archive</value>
</data>
<data name="HotkeyType_QRCodeDecodeFromScreen" xml:space="preserve">
<value>Code QR (Décoder depuis l'écran)</value>
</data>
<data name="DrawImageSizeMode_AbsoluteSize" xml:space="preserve">
<value>Taille absolue</value>
</data>
<data name="AmazonS3StorageClass_ONEZONE_IA" xml:space="preserve">
<value>Amazon S3 One Zone-Infrequent Access</value>
</data>
<data name="AmazonS3StorageClass_GLACIER" xml:space="preserve">
<value>Amazon S3 Glacier</value>
</data>
<data name="HotkeyType_VideoConverter" xml:space="preserve">
<value>Convertisseur vidéo</value>
</data>
<data name="HotkeyType_ImageSplitter" xml:space="preserve">
<value>Découpeur d'image</value>
</data>
<data name="DrawImageSizeMode_PercentageOfWatermark" xml:space="preserve">
<value>Pourcentage de l'image</value>
</data>
</root> </root>

View file

@ -0,0 +1,141 @@
<?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="btnPackageFilePathBrowse.Text" xml:space="preserve">
<value>...</value>
</data>
<data name="btnAssetsFolderPathBrowse.Text" xml:space="preserve">
<value>...</value>
</data>
<data name="lblAssetsFolderPath.Text" xml:space="preserve">
<value>Chemin du dossier des ressources :</value>
</data>
<data name="$this.Text" xml:space="preserve">
<value>ShareX - Outil de packaging d'effet d'image</value>
</data>
<data name="lblPackageFilePath.Text" xml:space="preserve">
<value>Chemin du fichier de paquet :</value>
</data>
<data name="btnPackage.Text" xml:space="preserve">
<value>Paquet</value>
</data>
<data name="btnOpenImageEffectsFolder.Text" xml:space="preserve">
<value>Ouvrir le dossier des effets d'image...</value>
</data>
</root>

View file

@ -117,21 +117,9 @@
<resheader name="writer"> <resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader> </resheader>
<data name="btnAdd.Text" xml:space="preserve">
<value>Ajouter</value>
</data>
<data name="btnClear.Text" xml:space="preserve">
<value>Vider</value>
</data>
<data name="btnDuplicate.Text" xml:space="preserve">
<value>Dupliquer</value>
</data>
<data name="btnOK.Text" xml:space="preserve"> <data name="btnOK.Text" xml:space="preserve">
<value>OK</value> <value>OK</value>
</data> </data>
<data name="btnRemove.Text" xml:space="preserve">
<value>Supprimer</value>
</data>
<data name="btnSaveImage.Text" xml:space="preserve"> <data name="btnSaveImage.Text" xml:space="preserve">
<value>Enregistrer l'image...</value> <value>Enregistrer l'image...</value>
</data> </data>
@ -151,18 +139,46 @@
<value>Fermer</value> <value>Fermer</value>
</data> </data>
<data name="lblPresetName.Text" xml:space="preserve"> <data name="lblPresetName.Text" xml:space="preserve">
<value>Nom :</value> <value>Nom du préréglage :</value>
</data>
<data name="btnRemovePreset.Text" xml:space="preserve">
<value>Supprimer le préréglage</value>
</data>
<data name="btnAddPreset.Text" xml:space="preserve">
<value>Nouveau préréglage</value>
</data> </data>
<data name="btnUploadImage.Text" xml:space="preserve"> <data name="btnUploadImage.Text" xml:space="preserve">
<value>Mettre en ligne une image</value> <value>Mettre en ligne une image</value>
</data> </data>
<data name="btnRefresh.Text" xml:space="preserve"> <data name="lblPresets.Text" xml:space="preserve">
<value>Préréglages :</value>
</data>
<data name="btnPackager.Text" xml:space="preserve">
<value>Outil de packaging...</value>
<comment>Conservation de l'anglicisme, empaquetage ne serait pas aussi parlant </comment>
</data>
<data name="btnEffectClear.ToolTip" xml:space="preserve">
<value>Effacer...</value>
</data>
<data name="btnPresetNew.ToolTip" xml:space="preserve">
<value>Nouveau</value>
</data>
<data name="btnEffectAdd.ToolTip" xml:space="preserve">
<value>Ajouter</value>
</data>
<data name="lblEffect.Text" xml:space="preserve">
<value>Effet :</value>
</data>
<data name="btnEffectRefresh.ToolTip" xml:space="preserve">
<value>Rafraîchir</value> <value>Rafraîchir</value>
</data> </data>
<data name="lblEffects.Text" xml:space="preserve">
<value>Effets :</value>
</data>
<data name="btnPresetDuplicate.ToolTip" xml:space="preserve">
<value>Dupliquer</value>
</data>
<data name="btnEffectDuplicate.ToolTip" xml:space="preserve">
<value>Dupliquer</value>
</data>
<data name="btnPresetRemove.ToolTip" xml:space="preserve">
<value>Supprimer</value>
</data>
<data name="btnEffectRemove.ToolTip" xml:space="preserve">
<value>Supprimer</value>
</data>
</root> </root>

View file

@ -135,4 +135,28 @@
<data name="ImageEffectsForm_EditorMode_Cancel" xml:space="preserve"> <data name="ImageEffectsForm_EditorMode_Cancel" xml:space="preserve">
<value>Annuler</value> <value>Annuler</value>
</data> </data>
<data name="PresetNameCannotBeEmpty" xml:space="preserve">
<value>Le nom du préréglage ne pas être vide.</value>
</data>
<data name="MissingPresetName" xml:space="preserve">
<value>Le nom du préréglage est manquant</value>
</data>
<data name="Confirmation" xml:space="preserve">
<value>Confirmation</value>
</data>
<data name="Effect" xml:space="preserve">
<value>Effet :</value>
</data>
<data name="InvalidAssetsFolderPath" xml:space="preserve">
<value>Chemin du dossier des ressources invalide</value>
</data>
<data name="AssetsFolderMustBeInsideShareXImageEffectsFolder" xml:space="preserve">
<value>Le dossier des ressources doit être dans le dossier des effets d'image de ShareX.</value>
</data>
<data name="PackageWithThisFileNameAlreadyExistsRNWouldYouLikeToOverwriteIt" xml:space="preserve">
<value>Un paquet avec ce nom de fichier existe déjà.\r\nVoulez-vous l'écraser ?</value>
</data>
<data name="WouldYouLikeToClearEffects" xml:space="preserve">
<value>Voulez-vous effacer les effets ?</value>
</data>
</root> </root>

View file

@ -135,4 +135,7 @@
<data name="btnIndexFolder.Text" xml:space="preserve"> <data name="btnIndexFolder.Text" xml:space="preserve">
<value>Indexer le dossier sélectionné</value> <value>Indexer le dossier sélectionné</value>
</data> </data>
<data name="btnSaveAs.Text" xml:space="preserve">
<value>Enregistrer sous et fermer cette fenêtre...</value>
</data>
</root> </root>

View file

@ -147,4 +147,7 @@
<data name="btnCombine.Text" xml:space="preserve"> <data name="btnCombine.Text" xml:space="preserve">
<value>Combiner les images et enregistrer/mettre en ligne en fonction des paramètres « Après la capture »</value> <value>Combiner les images et enregistrer/mettre en ligne en fonction des paramètres « Après la capture »</value>
</data> </data>
<data name="lblImageAlignment.Text" xml:space="preserve">
<value>Alignement de l'image :</value>
</data>
</root> </root>

View file

@ -123,4 +123,7 @@
<data name="$this.Text" xml:space="preserve"> <data name="$this.Text" xml:space="preserve">
<value>ShareX - Générateur de miniatures de vidéo</value> <value>ShareX - Générateur de miniatures de vidéo</value>
</data> </data>
<data name="btnBrowse.Text" xml:space="preserve">
<value>...</value>
</data>
</root> </root>

View file

@ -138,4 +138,22 @@
<data name="HigherQualitySize" xml:space="preserve"> <data name="HigherQualitySize" xml:space="preserve">
<value>Qualité/taille plus haute</value> <value>Qualité/taille plus haute</value>
</data> </data>
<data name="AlignmentTop" xml:space="preserve">
<value>Haut</value>
</data>
<data name="AlignmentHorizontalCenter" xml:space="preserve">
<value>Centre</value>
</data>
<data name="AlignmentBottom" xml:space="preserve">
<value>Bas</value>
</data>
<data name="AlignmentLeft" xml:space="preserve">
<value>Gauche</value>
</data>
<data name="AlignmentVerticalCenter" xml:space="preserve">
<value>Centre</value>
</data>
<data name="AlignmentRight" xml:space="preserve">
<value>Droite</value>
</data>
</root> </root>

View file

@ -281,7 +281,7 @@ Autrement, il ne pourra pas suivre l'enregistrement : il y aura donc beaucoup de
<value>Débit :</value> <value>Débit :</value>
</data> </data>
<data name="lblQSVPreset.Text" xml:space="preserve"> <data name="lblQSVPreset.Text" xml:space="preserve">
<value>Préréglages :</value> <value>Préréglage :</value>
</data> </data>
<data name="lblx264CRF.Text" xml:space="preserve"> <data name="lblx264CRF.Text" xml:space="preserve">
<value>CRF :</value> <value>CRF :</value>

View file

@ -123,11 +123,6 @@
<data name="FFmpegOptionsForm_buttonFFmpegBrowse_Click_Browse_for_ffmpeg_exe" xml:space="preserve"> <data name="FFmpegOptionsForm_buttonFFmpegBrowse_Click_Browse_for_ffmpeg_exe" xml:space="preserve">
<value>Chercher ffmpeg.exe</value> <value>Chercher ffmpeg.exe</value>
</data> </data>
<data name="RectangleRegion_GetRulerText_Ruler_info" xml:space="preserve">
<value>X : {0} / Y : {1} / X2 : {2} / Y2 : {3}
Largeur : {4} px / Hauteur : {5} px
Distance : {6:0.00} px / Angle : {7:0.00}°</value>
</data>
<data name="RectangleRegion_GetAreaText_Area" xml:space="preserve"> <data name="RectangleRegion_GetAreaText_Area" xml:space="preserve">
<value>X : {0} Y : {1} L : {2} H : {3}</value> <value>X : {0} Y : {1} L : {2} H : {3}</value>
</data> </data>

View file

@ -787,7 +787,7 @@ Utiliser une bibliothèque chiffrée désactive le partage.</value>
<value>Supprimer</value> <value>Supprimer</value>
</data> </data>
<data name="lblPlikTTL.Text" xml:space="preserve"> <data name="lblPlikTTL.Text" xml:space="preserve">
<value>Les fichiers seront automatiquement supprimés</value> <value>Les fichiers seront automatiquement supprimés dans </value>
</data> </data>
<data name="btnFTPTest.Text" xml:space="preserve"> <data name="btnFTPTest.Text" xml:space="preserve">
<value>Tester</value> <value>Tester</value>
@ -1317,4 +1317,13 @@ quand vous avez créé la clé d'application.</value>
<data name="lblB2UrlPreviewLabel.Text" xml:space="preserve"> <data name="lblB2UrlPreviewLabel.Text" xml:space="preserve">
<value>Prévisualisation de l'URL :</value> <value>Prévisualisation de l'URL :</value>
</data> </data>
<data name="lblKuttDomain.Text" xml:space="preserve">
<value>Domaine :</value>
</data>
<data name="lblBoxShareAccessLevel.Text" xml:space="preserve">
<value>Niveau d'accès des liens partagés :</value>
</data>
<data name="cbSeafileCreateShareableURLRaw.Text" xml:space="preserve">
<value>Utiliser l'URL brute</value>
</data>
</root> </root>

View file

@ -182,7 +182,7 @@ Dossiers créés :</value>
<value>Non configuré</value> <value>Non configuré</value>
</data> </data>
<data name="UploadersConfigForm_LoadSettings_Parent_album_path_e_g_" xml:space="preserve"> <data name="UploadersConfigForm_LoadSettings_Parent_album_path_e_g_" xml:space="preserve">
<value>Chemin de l'album parent - Exemple :</value> <value>Chemin de l'album parent p. ex.</value>
</data> </data>
<data name="UploadersConfigForm_OneDriveAddFolder_Querying_folders___" xml:space="preserve"> <data name="UploadersConfigForm_OneDriveAddFolder_Querying_folders___" xml:space="preserve">
<value>Demande des dossiers...</value> <value>Demande des dossiers...</value>
@ -241,4 +241,8 @@ Dossiers créés :</value>
<data name="txtB2BucketWatermark" xml:space="preserve"> <data name="txtB2BucketWatermark" xml:space="preserve">
<value>Optionnel, utilisé uniquement si vous n'avez pas défini de bucket quand vous avez créé la clé</value> <value>Optionnel, utilisé uniquement si vous n'avez pas défini de bucket quand vous avez créé la clé</value>
</data> </data>
<data name="GoogleDrive_MyDrive_My_drive" xml:space="preserve">
<value>Mon drive</value>
<comment>Google conserve l'anglicisme drive quand il parle de son service</comment>
</data>
</root> </root>

View file

@ -0,0 +1,123 @@
<?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="lblError.Text" xml:space="preserve">
<value>Erreur</value>
</data>
</root>

View file

@ -123,9 +123,6 @@
<data name="lblProxyUsername.Text" xml:space="preserve"> <data name="lblProxyUsername.Text" xml:space="preserve">
<value>Nom d'utilisateur :</value> <value>Nom d'utilisateur :</value>
</data> </data>
<data name="tpExportImport.Text" xml:space="preserve">
<value>Exporter / Importer</value>
</data>
<data name="btnOpenScreenshotsFolder.Text" xml:space="preserve"> <data name="btnOpenScreenshotsFolder.Text" xml:space="preserve">
<value>Ouvrir...</value> <value>Ouvrir...</value>
</data> </data>
@ -363,11 +360,8 @@
<data name="cbEditWithShareX.Text" xml:space="preserve"> <data name="cbEditWithShareX.Text" xml:space="preserve">
<value>Afficher le bouton "Modifier avec ShareX" dans le menu contextuel de l'explorateur Windows</value> <value>Afficher le bouton "Modifier avec ShareX" dans le menu contextuel de l'explorateur Windows</value>
</data> </data>
<data name="cbExperimentalCustomTheme.Text" xml:space="preserve">
<value>Appliquer un thème personnalisé à toutes les fenêtres</value>
</data>
<data name="btnThemeReset.Text" xml:space="preserve"> <data name="btnThemeReset.Text" xml:space="preserve">
<value>Réinitialiser</value> <value>Réinitialiser...</value>
</data> </data>
<data name="btnThemeRemove.Text" xml:space="preserve"> <data name="btnThemeRemove.Text" xml:space="preserve">
<value>Supprimer</value> <value>Supprimer</value>
@ -375,9 +369,6 @@
<data name="btnThemeAdd.Text" xml:space="preserve"> <data name="btnThemeAdd.Text" xml:space="preserve">
<value>Ajouter</value> <value>Ajouter</value>
</data> </data>
<data name="btnApplyTheme.Text" xml:space="preserve">
<value>Appliquer thème</value>
</data>
<data name="cbUseCustomTheme.Text" xml:space="preserve"> <data name="cbUseCustomTheme.Text" xml:space="preserve">
<value>Utiliser un thème personnalisé</value> <value>Utiliser un thème personnalisé</value>
</data> </data>
@ -393,4 +384,7 @@
<data name="lblExportImportNote.Text" xml:space="preserve"> <data name="lblExportImportNote.Text" xml:space="preserve">
<value>Note : ne partagez le fichier exporté avec personne car il pourrait contenir des informations privées comme les détails de votre compte et votre historique de mises en ligne.</value> <value>Note : ne partagez le fichier exporté avec personne car il pourrait contenir des informations privées comme les détails de votre compte et votre historique de mises en ligne.</value>
</data> </data>
<data name="tpSettings.Text" xml:space="preserve">
<value>Paramètres</value>
</data>
</root> </root>

View file

@ -120,9 +120,6 @@
<data name="btnCancel.Text" xml:space="preserve"> <data name="btnCancel.Text" xml:space="preserve">
<value>Annuler</value> <value>Annuler</value>
</data> </data>
<data name="btnOK.Text" xml:space="preserve">
<value>OK</value>
</data>
<data name="$this.Text" xml:space="preserve"> <data name="$this.Text" xml:space="preserve">
<value>ShareX - Contenu du presse-papier</value> <value>ShareX - Contenu du presse-papier</value>
</data> </data>
@ -132,4 +129,7 @@
<data name="lblQuestion.Text" xml:space="preserve"> <data name="lblQuestion.Text" xml:space="preserve">
<value>Votre presse-papier contient les éléments suivants :</value> <value>Votre presse-papier contient les éléments suivants :</value>
</data> </data>
<data name="btnUpload.Text" xml:space="preserve">
<value>Mettre en ligne</value>
</data>
</root> </root>

View file

@ -846,4 +846,7 @@
<data name="tsmiTrayImageSplitter.Text" xml:space="preserve"> <data name="tsmiTrayImageSplitter.Text" xml:space="preserve">
<value>Découpeur d'image...</value> <value>Découpeur d'image...</value>
</data> </data>
<data name="tsmiAddImageEffects.Text" xml:space="preserve">
<value>Ajouter des effets d'image...</value>
</data>
</root> </root>

View file

@ -313,7 +313,7 @@
<value>Afficher la fenêtre des effets d'image après la capture</value> <value>Afficher la fenêtre des effets d'image après la capture</value>
</data> </data>
<data name="lblImageEffectsNote.Text" xml:space="preserve"> <data name="lblImageEffectsNote.Text" xml:space="preserve">
<value>Vous pouvez activer/désactiver les effets d'image grâce au menu « Après les tâches de capture » -&gt; « Ajouter des effets d'image ».</value> <value>Remarque : Vous pouvez activer/désactiver les effets d'image grâce au menu « Après les tâches de capture » -&gt; « Ajouter des effets d'image ».</value>
</data> </data>
<data name="tpEffects.Text" xml:space="preserve"> <data name="tpEffects.Text" xml:space="preserve">
<value>Effets</value> <value>Effets</value>
@ -388,7 +388,7 @@
<value>Filtre d'extension :</value> <value>Filtre d'extension :</value>
</data> </data>
<data name="lblImageSizeLimitHint.Text" xml:space="preserve"> <data name="lblImageSizeLimitHint.Text" xml:space="preserve">
<value>kO</value> <value>ko</value>
</data> </data>
<data name="lblRegionCaptureFixedSizeHeight.Text" xml:space="preserve"> <data name="lblRegionCaptureFixedSizeHeight.Text" xml:space="preserve">
<value>Hauteur :</value> <value>Hauteur :</value>
@ -564,4 +564,25 @@
<data name="cbCaptureOCRProcessOnLoad.Text" xml:space="preserve"> <data name="cbCaptureOCRProcessOnLoad.Text" xml:space="preserve">
<value>Traitement OCR lorsque la boîte de dialogue est ouverte</value> <value>Traitement OCR lorsque la boîte de dialogue est ouverte</value>
</data> </data>
<data name="cbOverrideScreenshotsFolder.Text" xml:space="preserve">
<value>Remplacer le dossier des captures d'écran</value>
</data>
<data name="btnScreenshotsFolderBrowse.Text" xml:space="preserve">
<value>Parcourir...</value>
</data>
<data name="lblCaptureCustomRegionY.Text" xml:space="preserve">
<value>Y</value>
</data>
<data name="lblCaptureCustomRegionX.Text" xml:space="preserve">
<value>X</value>
</data>
<data name="btnRegionCaptureSnapSizesRemove.Text" xml:space="preserve">
<value>-</value>
</data>
<data name="btnRegionCaptureSnapSizesAdd.Text" xml:space="preserve">
<value>+</value>
</data>
<data name="cbScreenRecordTransparentRegion.Text" xml:space="preserve">
<value>Utiliser une sélection de région transparente</value>
</data>
</root> </root>

View file

@ -586,4 +586,29 @@ Voulez-vous redémarrer ShareX ?</value>
<data name="ThisFeatureWillNotWorkWhenDisableUploadOptionIsEnabled" xml:space="preserve"> <data name="ThisFeatureWillNotWorkWhenDisableUploadOptionIsEnabled" xml:space="preserve">
<value>Cette fonctionnalité n'est pas opérationnelle quand l'option "DisableUpload" est activée !</value> <value>Cette fonctionnalité n'est pas opérationnelle quand l'option "DisableUpload" est activée !</value>
</data> </data>
<data name="AboutForm_AboutForm_Language_pt_PT" xml:space="preserve">
<value>Portugais</value>
</data>
<data name="ClipboardContentViewer_ClipboardContentViewer_Load_Clipboard_content__Image__Size___0_x_1__" xml:space="preserve">
<value>Contenu du presse-papier : Image (Taille : {0}x{1})</value>
</data>
<data name="ClipboardContentViewer_ClipboardContentViewer_Load_Clipboard_content__File__Count___0__" xml:space="preserve">
<value>Contenu du presse-papier : Fichier (Nombre : {0})</value>
</data>
<data name="ClipboardContentViewer_ClipboardContentViewer_Load_Clipboard_content__Text__Length___0__" xml:space="preserve">
<value>Contenu du presse-papier : Texte (Longueur : {0})</value>
</data>
<data name="AboutForm_AboutForm_Language_fa_IR" xml:space="preserve">
<value>Persan</value>
</data>
<data name="Confirmation" xml:space="preserve">
<value>Confirmation</value>
</data>
<data name="ClipboardContentViewer_ClipboardContentViewer_Load_Clipboard_is_empty_or_contains_unknown_data_" xml:space="preserve">
<value>Le presse-papier est vide ou contient des données inconnues.</value>
</data>
<data name="WouldYouLikeToResetThemes" xml:space="preserve">
<value>Voulez-vous réinitialiser les thèmes ?</value>
</data>
</root> </root>