diff --git a/docs/CHANGES.txt b/docs/CHANGES.txt index 5775ffd50..9a27feccd 100644 --- a/docs/CHANGES.txt +++ b/docs/CHANGES.txt @@ -6,7 +6,7 @@ Copyright (c) 2002-2023 Various contributors (see below, and AUTHORS.txt) https://tuxpaint.org/ -2023.August.20 (0.9.32) +2023.August.26 (0.9.32) * Other Improvements: ------------------- * Simplify macOS building by signing macOS app bundle anonymously by diff --git a/docs/fr_FR.UTF-8/INSTALL.txt b/docs/fr_FR.UTF-8/INSTALL.txt index dac7ce495..bafac4c11 100644 --- a/docs/fr_FR.UTF-8/INSTALL.txt +++ b/docs/fr_FR.UTF-8/INSTALL.txt @@ -800,9 +800,9 @@ Android mars 29, 2023 Pere Pujal i Carabantes (Edited by Bill Kendrick) -As of March 2023, the Android build of Tux Paint is maintained in a separate -code repository at GitHub: https://github.com/tux4kids/Tuxpaint-Android. -Detailed instructions are there; this acts as an overview. +En mars 2023, la version Android de Tux Paint est maintenue dépôt de logiciel +séparé sur GitHub : https://github.com/tux4kids/Tuxpaint-Android. Les +instructions détaillées sont sur ce site; voici une résumé. Prérequis @@ -814,47 +814,50 @@ Vous avez besoin des versions récentes de : * Android Native Development Kit (NDK) — pour un support de développement natif en C/C++ -To compile the latest Tux Paint, one has to sync the main SourceForge project's -tuxpaint Git repository with the GitHub project's TuxPaint-Android Git -repository. (Pere uses a shell script that backs up the app/src/main/jni/ -tuxpaint directory in the Tuxpaint-Android GitHub repo and makes a build of -SourceForge's tuxpaint to generate translations and other things that are not -autogenerated in the Android builds, and then copies the SourceForge tuxpaint -back to Tuxpaint-Android.) (FIXME: It should be checked-in somewhere. For now, -see https://sourceforge.net/p/tuxpaint/feature-requests/224/) +Pour compiler le dernier Tux Paint, on doit synchroniser le dépôt Git tuxpaint +du projet principal Sourceforge , avec le dépôt Git TuxPaint-Android. (Pere +utilise un script qui enregistre le répertoire app/src/main/jni/tuxpaint dans +le dépôt Git Tuxpaint-Android puis qui compile Tuxpaint-Android de Sourceforge +pour générer les traductions et autres qui ne le sont pas dans les compilation +Android, et enfin il copie le tuxpaint de Sourceforge vers Tuxpaint-Android.) +FIXME: C'est à vérifier. Voirhttps://sourceforge.net/p/tuxpaint/ +feature-requests/224/) -For it to run you need the tuxpaint and Tuxpaint-Android sources one next to -one another, and the script in the directory containing both. +Pour le faire tourner, vous avez besoin des sources de tuxpaint et +Tuxpaint-Android l'un à côté de l'autre, et le script dans le répertoire qui +contient les dexu. -Fill the app/src/main/assets directory by running cd app/src/main/jni/tuxpaint -&& ./mkzip_assets.sh +Remplissez le répertoire app/src/main/assets en exécutant cd app/src/main/jni/ +tuxpaint && ./mkzip_assets.sh Construire -The Gradle build generates some variants: PlayStore, debugPlayStore, -offPlayStore and debugoffPlayStore. You must sign the non-debug ones to be able -to install them. (FIXME: Link to info on how to sign.) (Note: "playStore" ones -are intended to be uploaded to Google Play; this is currently managed by -Terrence Sheflin —March 2023. "offPlayStore" is the flavor that we distribute -as APK files on the Tux Paint website and SourceForge file hosting, and is the -variant built by the F-Droid app. repository.) +La construction avec Gradle génère quelques variants : PlayStore, +debugPlayStore, offPlayStore et debugoffPlayStore. Vous devez signer ceux qui +ne sont pas débuggés pour pouvoir les installer.(FIXME : mettre le lien pour +montrer comment signer).(Note: ceux dans "playStore" sont destinés à être +transférés dans Google Play; ceci est actuellement géré par Terrence Sheflin +—March 2023. "offPlayStore" est une variété que nous distribuons en tant que +fichiers APK sur le site de Tux Paint, et le site SourceForge, et c'est un +variant construit par le dépôt F-Droid.) -To trigger a build from F-droid, it suffices to tag a commit and push it to -GitHub. That doesn't guarantee the build will succeed though, so Pere usually -runs a local F-droid server to test the build and eventually adapt the -F-droid's build receipt before pushing the tag to GitHub. +Pour déclencher une exécution sur F-Droid, il suffit de déclencher un commit et +et push vers GitHub. Cele ne garantit pas que la construction aboutira, aussi +Pere utilise un serveur F-Droid local pour tester la construction et +éventuellement il fait des adaptations avant de faire un push vers GitHub. -The builds Pere distributes are all made with that local F-droid server. It has -the advantage of packing the sources and logs, and signing the APK. Most -importantly, it uses the same tools F-Droid will use to build Tux Paint, so you -can detect problems beforehand. +Les logiciels fournis par Pere sont tous élaborés avec ce server F-droid +locale. Ceci a l'avantage de mettre en paquets les soucres et les logs, et de +signer les APK. Beaucoup plus important, il utilise les mêmes outils que +F-Droid utilise pour compiler Tux paint, et on peut ainsi détecter les +problèmes péalablement. -The receipt Pere uses for F-Droid builds is in the metadata dir of https:// -gitlab.com/fdroid/fdroiddata. The F-Droid server code is at https://gitlab.com/ -fdroid/fdroidserver. To generate the server you will need 1GB free on disk. Run -the makebuildserver tool they provide, then, from the root of fdroiddata, run -../fdroidserver/fdroid build --server org.tuxpaint:NNNN (NNNN = version, e.g. -9288) +Le processus que Pere utilise pour les constructions F-Droid est le répertoire +de https://gitlab.com/fdroid/fdroiddata. Le code server F-Droid est dans https: +//gitlab.com/fdroid/fdroidserver. Pour générer le server vous avez besoin de 1 +GB de lbre sur le disque. Faites tourner l'outil makebuildserver qui est +fourni, puis, depuis la racine de fdroiddata, exécutez ../fdroidserver/fdroid +build --server org.tuxpaint:NNNN (NNNN = version, e.g. 9288) ----------------------------------------------------------------------- @@ -864,7 +867,7 @@ mai 7, 2023 Luc Schrijvers (Edited by Bill Kendrick) Prérequis -Install the required develop packages in Terminal: +Installez les paquets de développement requis via un terminal : 32-bit : pkgman install xcairo_x86_devel fribidi_x86_devel gdk_pixbuf_x86_devel @@ -880,8 +883,8 @@ Install the required develop packages in Terminal: sdl2_mixer_devel sdl2_pango_devel sdl2_ttf_devel zlib_devel -For 32-bit you need to switch to the new compiler (currently gcc 11.2.0) with -setarch x86 +Pour 32-bit vous devez basculer vers le nouveau compilateur (actuellement gcc +11.2.0) vers setarch x86 Construire diff --git a/docs/fr_FR.UTF-8/OPTIONS.txt b/docs/fr_FR.UTF-8/OPTIONS.txt index 64d841aa4..1e956c54d 100644 --- a/docs/fr_FR.UTF-8/OPTIONS.txt +++ b/docs/fr_FR.UTF-8/OPTIONS.txt @@ -142,9 +142,9 @@ windowsize=SIZE + 768x1024 + 1600x1200 - 💡 If only one display is available, and Tux Paint is being run in windowed - (not fullscreen) mode, and the chosen window size exceeds the capabilities - of the display, Tux Paint will fall back to the display's dimensions. + 💡 Si un seul écran est disponible, et que Tux Paint tourne en mode fenêtré + (pas en plein écran), et que la taille de fenêtre choisie excède les + possibilités de l'écran, Tux Paint resdescendra aux dimensions de l'écran. @@ -229,10 +229,10 @@ buttonsize=SIZE 24 et 192, inclusivement. La plupart des boutons sont carrés, et cela affecte leur largeur et hauteur. - A value of "auto" may be provided, and Tux Paint will choose a suitable - button size based on the size of Tux Paint's window (or fullscreen - display). (For the default screen size of 800x600, it will be the default - button size: "48".) + Une valeur de "auto" peut être fournie, et Tux Paint choisira une taille de + bouton en conséquence en fonction de la taille de fenêtre (ou bien en plein + év=cran). (Pour la taille d'écran par défaut de 800x600, lataille du bouton + sera par défaut "48".) 💡 Note : si la taille des boutons fait que ceux-ci sont trop grands pour qu'ils apparaissent tous, la taille la plus grande possible sera utilisée. @@ -471,9 +471,9 @@ nostampcontrols=yes nostamprotation=yes - This disables the rotation step of the Stamps tool, immediately placing the - stamp in its regular orientation (with any flipping or mirroring applied) - on the first click. + Cela désactive la rotation des Tampons mettant immédiatement le tampon dans + son orientation normale (le retournement ou la réflection peuvent être + appliqués) au premier clic. 📜 Note : La possibilité de rotation des tampons a été incorporée dans Tux Paint avec la version 0.9.29. @@ -500,10 +500,10 @@ nomagiccontrols=yes nomagicsizes=yes - Some Magic tools offer various size settings. This option disables the - sizing control, and only provides the tools' default sizes. (Some plugins - may offer additional variations of a Magic tool, to make a few sizes - possible, e.g. "Bricks" and "Googly Eyes".) + Certaibs outils Magie peuvent avoir plusieurs réglages de taille. Cette + option annule cette possibilité et ne permet que la taille par défaut. + (Quelques plugins offre des variations additionnelles en vue de réaliser + quelques tailles possibles, par ex. "Briques" et "Yeux écarquillés".) ⚙ Note : si utilisé dans un fichier de configuration pour tout le monde, il peut être remplacé par le fichier de configuration de l'utilisateur en @@ -540,11 +540,12 @@ nolabel=yes nobrushspacing=yes - Disables the brush spacing option of the Paint and Lines tools. The - brushes' default spacings will be used. + Désactive l'option brush spacingespacement des coups de pinceaux pour les + outils Peindre et Lignes . L'espacement par défaut sera utilisé. - 📜 Note: The brush spacing option was added to Tux Paint's user interface in - version 0.9.28. For more information on brush spacing, see EXTENDING.html + 📜 Note : L'option 'espacement des coups de pinceaux' a été ajoutée à Tux + Paint version 0.9.28. Pour plus d'informations sur l'espacement des coups + de pinceaux, voir EXTENDING.html ⚙ Note : si utilisé dans un fichier de configuration pour tout le monde, il peut être remplacé par le fichier de configuration de l'utilisateur en @@ -555,8 +556,8 @@ nobrushspacing=yes notemplateexport=yes - Disables the ability to create a new Template image (based on a saved - drawing) from within the Open dialog. + Désactive la possibilité de créer de nouvelles iamges Modèle (basées sur + des images sauvegardées) à partir de la boîte de dialogue Ouvrir . 📜 Note : La possibilité de création de Modèles a été ajouté avec la version 0.9.31 de Tux Paint. @@ -571,10 +572,12 @@ notemplateexport=yes noerase=yes - Disables the ability to erase saved drawings via the "Erase" button on the - Open dialog, or exported Template images (based on a saved drawing) via the - "Erase" button on the New dialog. Useful to prevent users from erasing - work, especially combined with the --saveovernew option. + Désactive la possibilité d'effacer des images sauvegardées via le bouton + "Effacer" de la boîte de dialogue Ouvrir , ou bien d'images Modèle + exportées (à base de dessins sauvegardés) via le bouton "Effacer" de la + boîte de dialogue Nouveao. C'est utile pour empêcher les utilisateurs + d'effacer des travaux, spécialement si c'est combiné avec l'option + --saveovernew. 📜 Note : Cette option a été ajoutée avec la version 0.9.31 de Tux Paint. @@ -1242,8 +1245,8 @@ Sauvegarder la configuration d'impression reversesort=yes - This reverses the sorting of the Open and Slideshow dialogs, placing - the newest images at the top of the list. + Ceci inverse le tri des fichiers dans les dialogues Ouvrir et + Diaporama; plaçant les nouvelles images en tête de liste. ⚙ Note : si utilisé dans un fichier de configuration pour tout le monde, il peut être remplacé par le fichier de configuration de diff --git a/docs/fr_FR.UTF-8/PNG.txt b/docs/fr_FR.UTF-8/PNG.txt index 03e70ecd9..5385ddec5 100644 --- a/docs/fr_FR.UTF-8/PNG.txt +++ b/docs/fr_FR.UTF-8/PNG.txt @@ -76,7 +76,7 @@ Outils en ligne de commande -Proprietary Software for Windows +Logiciel propriétaire pour Windows + CorelDRAW (Corel) — http://www.corel.com/ + Illustrator (Adobe) — http://www.adobe.com/products/illustrator.html + Paint Shop Pro (Corel) — https://www.paintshoppro.com/ diff --git a/docs/fr_FR.UTF-8/README.txt b/docs/fr_FR.UTF-8/README.txt index b4e08a96e..50e1373d1 100644 --- a/docs/fr_FR.UTF-8/README.txt +++ b/docs/fr_FR.UTF-8/README.txt @@ -1120,28 +1120,31 @@ E. Contrôle de Tux Paint 1. Utiliser une Souris ou une Boule de pointage -Tux Paint's main mode of operation is via any device that appears to your -operating system as a mouse, including standard mice, trackballs, and -trackpads, as well as drawing tablets (usually operated with a stylus) and -touch screens (operated with a finger and/or a stylus) (see "Using a Tablet or -Touchscreen" below for more information). +Le mode principal de travail pour Tux Paint est avec tout dispositif reconnu +par votre système d'exploitation tel que la souris, soit standard, soit boule +de commande, soit pavé tactile aussi bien tablette graphique (en général avec +un stylet) et les écrans tactiles (opérés soit avec un doigt, soit avec un +stylet) (voir "Utiliser une tablette ou un écran tactile" ci-dessous pour plus +d'information). -For drawing and controlling Tux Paint, only a single mouse button is used — -typically, on multi-button mice, this will the left mouse button, but this can -usually be configured at the operating system level. By default, Tux Paint will -ignore input from the other button(s). If a user attempts to use the other -button(s), a pop-up dialog will eventually appear reminding them that only one -button is recognized Tux Paint. However, you may configure Tux Paint to accept -any button as input (see the Options documentation). +Pour dessiner et contrôler Tux Paint, un seul bouton de souris suffit — +typiquement, sur les souris avec plusiers boutons, c'est le bouton gauche, on +peut changer ceci à l'aide du système d'exploitation. Par défaut, Tux Paint +ignore les entrées par les autres boutons. Si un utilisateur essaie d'utiliser +le(s) autre(s) bouton(s), un avertissement apparaîtra lui rappelant que Tux +Paint ne reconnaît qu'un seul bouton. Cependant vous pouvez configurer Tux +Paint pour accepter un autre bouton comme entrée (voir la Options +documentation). a. Défilement -Many input devices offer a way to quickly scroll within applications — many -mice have a scroll wheel, trackballs have scroll rings, and trackpads recognize -certain "scroll" gestures (e.g., two-finger vertical motion, or vertical motion -on the edge of the trackpad). Tux Paint supports scrolling input to allow quick -scrolling through certain lists (e.g., Stamps, Magic tools, and the New and -Open dialogs). +Beaucoup de dispositifs d'entrée offre un moyen d'effectuer un défilement +rapide — beaucoup de souris ont une roulette de défilement, les boules de +commande ont des anneaux de défilement, et les pavés tactiles reconnaissent des +gestes pour faire défiler (par ex. un mouvement vertical avec deux doigts, ou +un mouvement vertical sur les bords du pavé. Tux Paint support le défilement +avec certaines listes (par ex. les Tampons, les outils 'Magie', les boîtes de +dialogue Nouveau et Ouvrir). Tux Paint will also automatically scroll if you click and hold the mouse down on an scroll button — the "up" and "down" arrow buttons that appear above and diff --git a/docs/fr_FR.UTF-8/html/INSTALL.html b/docs/fr_FR.UTF-8/html/INSTALL.html index de1732dd4..19481ef0c 100644 --- a/docs/fr_FR.UTF-8/html/INSTALL.html +++ b/docs/fr_FR.UTF-8/html/INSTALL.html @@ -1162,7 +1162,7 @@

- As of March 2023, the Android build of Tux Paint is maintained in a separate code repository at GitHub: https://github.com/tux4kids/Tuxpaint-Android. Detailed instructions are there; this acts as an overview.

+ En mars 2023, la version Android de Tux Paint est maintenue dépôt de logiciel séparé sur GitHub : https://github.com/tux4kids/Tuxpaint-Android. Les instructions détaillées sont sur ce site; voici une résumé.

@@ -1181,13 +1181,13 @@

- To compile the latest Tux Paint, one has to sync the main SourceForge project's tuxpaint Git repository with the GitHub project's TuxPaint-Android Git repository. (Pere uses a shell script that backs up the app/src/main/jni/tuxpaint directory in the Tuxpaint-Android GitHub repo and makes a build of SourceForge's tuxpaint to generate translations and other things that are not autogenerated in the Android builds, and then copies the SourceForge tuxpaint back to Tuxpaint-Android.) (FIXME: It should be checked-in somewhere. For now, see https://sourceforge.net/p/tuxpaint/feature-requests/224/)

+ Pour compiler le dernier Tux Paint, on doit synchroniser le dépôt Git tuxpaint du projet principal Sourceforge , avec le dépôt Git TuxPaint-Android. (Pere utilise un script qui enregistre le répertoire app/src/main/jni/tuxpaint dans le dépôt Git Tuxpaint-Android puis qui compile Tuxpaint-Android de Sourceforge pour générer les traductions et autres qui ne le sont pas dans les compilation Android, et enfin il copie le tuxpaint de Sourceforge vers Tuxpaint-Android.) FIXME: C'est à vérifier. Voirhttps://sourceforge.net/p/tuxpaint/feature-requests/224/)

- For it to run you need the tuxpaint and Tuxpaint-Android sources one next to one another, and the script in the directory containing both.

+ Pour le faire tourner, vous avez besoin des sources de tuxpaint et Tuxpaint-Android l'un à côté de l'autre, et le script dans le répertoire qui contient les dexu.

- Fill the app/src/main/assets directory by running cd app/src/main/jni/tuxpaint && ./mkzip_assets.sh

+ Remplissez le répertoire app/src/main/assets en exécutant cd app/src/main/jni/tuxpaint && ./mkzip_assets.sh

@@ -1197,16 +1197,16 @@

- The Gradle build generates some variants: PlayStore, debugPlayStore, offPlayStore and debugoffPlayStore. You must sign the non-debug ones to be able to install them. (FIXME: Link to info on how to sign.) (Note: "playStore" ones are intended to be uploaded to Google Play; this is currently managed by Terrence Sheflin —March 2023. "offPlayStore" is the flavor that we distribute as APK files on the Tux Paint website and SourceForge file hosting, and is the variant built by the F-Droid app. repository.)

+ La construction avec Gradle génère quelques variants : PlayStore, debugPlayStore, offPlayStore et debugoffPlayStore. Vous devez signer ceux qui ne sont pas débuggés pour pouvoir les installer.(FIXME : mettre le lien pour montrer comment signer).(Note: ceux dans "playStore" sont destinés à être transférés dans Google Play; ceci est actuellement géré par Terrence Sheflin —March 2023. "offPlayStore" est une variété que nous distribuons en tant que fichiers APK sur le site de Tux Paint, et le site SourceForge, et c'est un variant construit par le dépôt F-Droid.)

- To trigger a build from F-droid, it suffices to tag a commit and push it to GitHub. That doesn't guarantee the build will succeed though, so Pere usually runs a local F-droid server to test the build and eventually adapt the F-droid's build receipt before pushing the tag to GitHub.

+ Pour déclencher une exécution sur F-Droid, il suffit de déclencher un commit et et push vers GitHub. Cele ne garantit pas que la construction aboutira, aussi Pere utilise un serveur F-Droid local pour tester la construction et éventuellement il fait des adaptations avant de faire un push vers GitHub.

- The builds Pere distributes are all made with that local F-droid server. It has the advantage of packing the sources and logs, and signing the APK. Most importantly, it uses the same tools F-Droid will use to build Tux Paint, so you can detect problems beforehand.

+ Les logiciels fournis par Pere sont tous élaborés avec ce server F-droid locale. Ceci a l'avantage de mettre en paquets les soucres et les logs, et de signer les APK. Beaucoup plus important, il utilise les mêmes outils que F-Droid utilise pour compiler Tux paint, et on peut ainsi détecter les problèmes péalablement.

- The receipt Pere uses for F-Droid builds is in the metadata dir of https://gitlab.com/fdroid/fdroiddata. The F-Droid server code is at https://gitlab.com/fdroid/fdroidserver. To generate the server you will need 1GB free on disk. Run the makebuildserver tool they provide, then, from the root of fdroiddata, run ../fdroidserver/fdroid build --server org.tuxpaint:NNNN (NNNN = version, e.g. 9288)

+ Le processus que Pere utilise pour les constructions F-Droid est le répertoire de https://gitlab.com/fdroid/fdroiddata. Le code server F-Droid est dans https://gitlab.com/fdroid/fdroidserver. Pour générer le server vous avez besoin de 1 GB de lbre sur le disque. Faites tourner l'outil makebuildserver qui est fourni, puis, depuis la racine de fdroiddata, exécutez ../fdroidserver/fdroid build --server org.tuxpaint:NNNN (NNNN = version, e.g. 9288)

@@ -1235,7 +1235,7 @@

- Install the required develop packages in Terminal:

+ Installez les paquets de développement requis via un terminal :
32-bit :
@@ -1287,7 +1287,7 @@

- For 32-bit you need to switch to the new compiler (currently gcc 11.2.0) with setarch x86

+ Pour 32-bit vous devez basculer vers le nouveau compilateur (actuellement gcc 11.2.0) vers setarch x86

diff --git a/docs/fr_FR.UTF-8/html/OPTIONS.html b/docs/fr_FR.UTF-8/html/OPTIONS.html index b5e88f9dc..e02157d0a 100644 --- a/docs/fr_FR.UTF-8/html/OPTIONS.html +++ b/docs/fr_FR.UTF-8/html/OPTIONS.html @@ -314,7 +314,7 @@

- 💡 If only one display is available, and Tux Paint is being run in windowed (not fullscreen) mode, and the chosen window size exceeds the capabilities of the display, Tux Paint will fall back to the display's dimensions.

+ 💡 Si un seul écran est disponible, et que Tux Paint tourne en mode fenêtré (pas en plein écran), et que la taille de fenêtre choisie excède les possibilités de l'écran, Tux Paint resdescendra aux dimensions de l'écran.

@@ -398,7 +398,7 @@ La valeur de SIZE doit être exprimée en pixels, et peut être comprise entre 24 et 192, inclusivement. La plupart des boutons sont carrés, et cela affecte leur largeur et hauteur.

- A value of "auto" may be provided, and Tux Paint will choose a suitable button size based on the size of Tux Paint's window (or fullscreen display). (For the default screen size of 800x600, it will be the default button size: "48".)

+ Une valeur de "auto" peut être fournie, et Tux Paint choisira une taille de bouton en conséquence en fonction de la taille de fenêtre (ou bien en plein év=cran). (Pour la taille d'écran par défaut de 800x600, lataille du bouton sera par défaut "48".)

💡 Note : si la taille des boutons fait que ceux-ci sont trop grands pour qu'ils apparaissent tous, la taille la plus grande possible sera utilisée. (Une remarque apparaîtra sur le terminal en stderr.)

@@ -647,7 +647,7 @@

- This disables the rotation step of the Stamps tool, immediately placing the stamp in its regular orientation (with any flipping or mirroring applied) on the first click.

+ Cela désactive la rotation des Tampons mettant immédiatement le tampon dans son orientation normale (le retournement ou la réflection peuvent être appliqués) au premier clic.

📜 Note : La possibilité de rotation des tampons a été incorporée dans Tux Paint avec la version 0.9.29.

@@ -671,7 +671,7 @@

- Some Magic tools offer various size settings. This option disables the sizing control, and only provides the tools' default sizes. (Some plugins may offer additional variations of a Magic tool, to make a few sizes possible, e.g. "Bricks" and "Googly Eyes".)

+ Certaibs outils Magie peuvent avoir plusieurs réglages de taille. Cette option annule cette possibilité et ne permet que la taille par défaut.(Quelques plugins offre des variations additionnelles en vue de réaliser quelques tailles possibles, par ex. "Briques" et "Yeux écarquillés".)

Note : si utilisé dans un fichier de configuration pour tout le monde, il peut être remplacé par le fichier de configuration de l'utilisateur en utilisant "nomagicsizes=no" ou "magicsizes=yes". Dans les deux cas, il peut être remplacé avec l'option en ligne de commande "--magicsizes".

@@ -704,9 +704,9 @@

- Disables the brush spacing option of the Paint and Lines tools. The brushes' default spacings will be used.

+ Désactive l'option brush spacingespacement des coups de pinceaux pour les outils Peindre et Lignes . L'espacement par défaut sera utilisé.

- 📜 Note: The brush spacing option was added to Tux Paint's user interface in version 0.9.28. For more information on brush spacing, see EXTENDING.html

+ 📜 Note : L'option 'espacement des coups de pinceaux' a été ajoutée à Tux Paint version 0.9.28. Pour plus d'informations sur l'espacement des coups de pinceaux, voir EXTENDING.html

Note : si utilisé dans un fichier de configuration pour tout le monde, il peut être remplacé par le fichier de configuration de l'utilisateur en utilisant "nobrushspacing=no" ou "brushspacing=yes". Dans les deux cas, il peut être remplacé avec l'option en ligne de commande "--brushspacing".

@@ -717,7 +717,7 @@

- Disables the ability to create a new Template image (based on a saved drawing) from within the Open dialog.

+ Désactive la possibilité de créer de nouvelles iamges Modèle (basées sur des images sauvegardées) à partir de la boîte de dialogue Ouvrir .

📜 Note : La possibilité de création de Modèles a été ajouté avec la version 0.9.31 de Tux Paint.

@@ -730,7 +730,7 @@

- Disables the ability to erase saved drawings via the "Erase" button on the Open dialog, or exported Template images (based on a saved drawing) via the "Erase" button on the New dialog. Useful to prevent users from erasing work, especially combined with the --saveovernew option.

+ Désactive la possibilité d'effacer des images sauvegardées via le bouton "Effacer" de la boîte de dialogue Ouvrir , ou bien d'images Modèle exportées (à base de dessins sauvegardés) via le bouton "Effacer" de la boîte de dialogue Nouveao. C'est utile pour empêcher les utilisateurs d'effacer des travaux, spécialement si c'est combiné avec l'option --saveovernew.

📜 Note : Cette option a été ajoutée avec la version 0.9.31 de Tux Paint.

@@ -1835,7 +1835,7 @@

- This reverses the sorting of the Open and Slideshow dialogs, placing the newest images at the top of the list.

+ Ceci inverse le tri des fichiers dans les dialogues Ouvrir et Diaporama; plaçant les nouvelles images en tête de liste.

Note : si utilisé dans un fichier de configuration pour tout le monde, il peut être remplacé par le fichier de configuration de l'utilisateur en utilisant "reversesort=no" ou "noreversesort=yes". Dans les deux cas, il peut être remplacé avec l'option en ligne de commande "--noreversesort".

diff --git a/docs/fr_FR.UTF-8/html/PNG.html b/docs/fr_FR.UTF-8/html/PNG.html index aa6de0264..c60438674 100644 --- a/docs/fr_FR.UTF-8/html/PNG.html +++ b/docs/fr_FR.UTF-8/html/PNG.html @@ -158,7 +158,7 @@
-
Proprietary Software for Windows
+
Logiciel propriétaire pour Windows
  • CorelDRAW diff --git a/docs/fr_FR.UTF-8/html/README.html b/docs/fr_FR.UTF-8/html/README.html index 3e2678b3a..7a0725ce5 100644 --- a/docs/fr_FR.UTF-8/html/README.html +++ b/docs/fr_FR.UTF-8/html/README.html @@ -1543,10 +1543,10 @@

    - Tux Paint's main mode of operation is via any device that appears to your operating system as a mouse, including standard mice, trackballs, and trackpads, as well as drawing tablets (usually operated with a stylus) and touch screens (operated with a finger and/or a stylus) (see "Using a Tablet or Touchscreen" below for more information).

    + Le mode principal de travail pour Tux Paint est avec tout dispositif reconnu par votre système d'exploitation tel que la souris, soit standard, soit boule de commande, soit pavé tactile aussi bien tablette graphique (en général avec un stylet) et les écrans tactiles (opérés soit avec un doigt, soit avec un stylet) (voir "Utiliser une tablette ou un écran tactile" ci-dessous pour plus d'information).

    - For drawing and controlling Tux Paint, only a single mouse button is used — typically, on multi-button mice, this will the left mouse button, but this can usually be configured at the operating system level. By default, Tux Paint will ignore input from the other button(s). If a user attempts to use the other button(s), a pop-up dialog will eventually appear reminding them that only one button is recognized Tux Paint. However, you may configure Tux Paint to accept any button as input (see the Options documentation).

    + Pour dessiner et contrôler Tux Paint, un seul bouton de souris suffit — typiquement, sur les souris avec plusiers boutons, c'est le bouton gauche, on peut changer ceci à l'aide du système d'exploitation. Par défaut, Tux Paint ignore les entrées par les autres boutons. Si un utilisateur essaie d'utiliser le(s) autre(s) bouton(s), un avertissement apparaîtra lui rappelant que Tux Paint ne reconnaît qu'un seul bouton. Cependant vous pouvez configurer Tux Paint pour accepter un autre bouton comme entrée (voir la Options documentation).

    @@ -1554,7 +1554,7 @@ a. Défilement

    - Many input devices offer a way to quickly scroll within applications — many mice have a scroll wheel, trackballs have scroll rings, and trackpads recognize certain "scroll" gestures (e.g., two-finger vertical motion, or vertical motion on the edge of the trackpad). Tux Paint supports scrolling input to allow quick scrolling through certain lists (e.g., Stamps, Magic tools, and the New and Open dialogs).

    + Beaucoup de dispositifs d'entrée offre un moyen d'effectuer un défilement rapide — beaucoup de souris ont une roulette de défilement, les boules de commande ont des anneaux de défilement, et les pavés tactiles reconnaissent des gestes pour faire défiler (par ex. un mouvement vertical avec deux doigts, ou un mouvement vertical sur les bords du pavé. Tux Paint support le défilement avec certaines listes (par ex. les Tampons, les outils 'Magie', les boîtes de dialogue Nouveau et Ouvrir).

    Tux Paint will also automatically scroll if you click and hold the mouse down on an scroll button — the "up" and "down" arrow buttons that appear above and below scrolling lists.