French doc updates 2021-05-20

Jacques Chion continues plugging away at it! :-D
This commit is contained in:
Bill Kendrick 2021-05-20 23:09:40 -07:00
parent 2afbf3656e
commit 19e8487d06
7 changed files with 1016 additions and 943 deletions

View file

@ -8,7 +8,7 @@ http://www.tuxpaint.org/
$Id$ $Id$
2021.May.17 (0.9.26) 2021.May.20 (0.9.26)
* New Features * New Features
------------ ------------
* Larger UI buttons * Larger UI buttons

File diff suppressed because it is too large Load diff

View file

@ -136,7 +136,7 @@ Launching Tux Paint
---------------------------------------------------------------------- ----------------------------------------------------------------------
macOS Users Utilisateurs de macOS
Double-cliquez simplement sur l'icône "Tux Paint". Double-cliquez simplement sur l'icône "Tux Paint".
@ -683,7 +683,7 @@ Available Tools
Commandes d'impression Commandes d'impression
(Linux and Unix only) (Linux et Unix uniquement)
Tux Paint imprime en générant une Tux Paint imprime en générant une
représentation PostScript du dessin et en représentation PostScript du dessin et en
@ -1032,7 +1032,7 @@ Importer des images manuellement
* AUTHORS.txt * AUTHORS.txt
Liste des auteurs et contributeurs. Liste des auteurs et contributeurs.
* CHANGES.txt * CHANGES.txt
Résumé des changements entre chaque version de Tux Paint Résumé des changements entre chaque version de Tux Paint.
* COPYING.txt * COPYING.txt
Licencd de copie, la GNU General Public License (GPL) Licencd de copie, la GNU General Public License (GPL)
* INSTALL.html * INSTALL.html

View file

@ -32,7 +32,7 @@
back to the main interface), as if a "Back" button in Tux Paint back to the main interface), as if a "Back" button in Tux Paint
were clicked, or the [Esc] was key pressed. were clicked, or the [Esc] was key pressed.
Example: killall tuxpaint Exemple: killall tuxpaint
SIGUSR1 & SIGUSR2 SIGUSR1 & SIGUSR2
@ -52,4 +52,4 @@
it may be necessary to send this signal to Tux Paint a few times, it may be necessary to send this signal to Tux Paint a few times,
for it to quit completely. for it to quit completely.
Example: killall -s SIGUSR1 tuxpaint Exemple: killall -s SIGUSR1 tuxpaint

File diff suppressed because it is too large Load diff

View file

@ -239,7 +239,7 @@
noshade> noshade>
<h3> <h3>
macOS Users </h3> Utilisateurs de macOS </h3>
<blockquote> <blockquote>
<p> <p>
@ -1025,7 +1025,7 @@
<dd> <dd>
<p> <p>
<em>(Linux and Unix only)</em> <em>(Linux et Unix uniquement)</em>
</p> </p>
<p> <p>
@ -1387,7 +1387,7 @@
<li> <li>
<a href="../../CHANGES.txt">CHANGES.txt</a><br> <a href="../../CHANGES.txt">CHANGES.txt</a><br>
Résumé des changements entre chaque version de Tux Paint </li> Résumé des changements entre chaque version de Tux Paint. </li>
<li> <li>
<a href="../../COPYING.txt">COPYING.txt</a><br> <a href="../../COPYING.txt">COPYING.txt</a><br>

View file

@ -50,7 +50,7 @@
<b>Note:</b> From other parts of the interface, the signal is currently interpreted as a request to go back (e.g., from the "New" dialog back to the main interface), as if a "Back" button in Tux Paint were clicked, or the <b><code>[Esc]</code></b> was key pressed. </p> <b>Note:</b> From other parts of the interface, the signal is currently interpreted as a request to go back (e.g., from the "New" dialog back to the main interface), as if a "Back" button in Tux Paint were clicked, or the <b><code>[Esc]</code></b> was key pressed. </p>
<p> <p>
Example: <code>killall tuxpaint</code> </p> Exemple: <code>killall tuxpaint</code> </p>
</dd> </dd>
<dt> <dt>
@ -68,7 +68,7 @@
<b>Note:</b> From other parts of the interface, unfortunately, Tux Paint will go back one level in the interface. Therefore, at this time, it may be necessary to send this signal to Tux Paint a few times, for it to quit completely. </p> <b>Note:</b> From other parts of the interface, unfortunately, Tux Paint will go back one level in the interface. Therefore, at this time, it may be necessary to send this signal to Tux Paint a few times, for it to quit completely. </p>
<p> <p>
Example: <code>killall -s SIGUSR1 tuxpaint</code> </p> Exemple: <code>killall -s SIGUSR1 tuxpaint</code> </p>
</dd> </dd>
</dl> </dl>
</body> </body>