Fill tool docs & ensuring PO translations

And also grabbing txt versions of recent fr_FR updates.
This commit is contained in:
Bill Kendrick 2021-02-20 20:40:58 -08:00
parent 058191bd04
commit 0dfe96f291
147 changed files with 4397 additions and 191 deletions

View file

@ -40,8 +40,8 @@ Le choix de l'image est crucial
référence. (Demandez à un avocat si vous pensez que vous avez besoin
d'un avis faisant autorité).
For personal use, any image you can legitimately modify and use for
your own personal use should be fine.
Pour un usage personnel, toute image que vous pouvez légalement
modifier et utiliser pour vous-même, devrait convenir.
Taille de l'image et orientation
@ -62,13 +62,15 @@ Le choix de l'image est crucial
work with. Choose an image with an object that is over 1000 pixels
across if you can. You can shrink this later to hide your mistakes.
Be sure that the image is not too grainy, dim, or washed out.
Vérifiez bien que l'image ne soit pas trop granuleuse, pâle ou
délavée.
Pay attention to feet and wheels. If they are buried in something, you
will need to draw new ones. If only one is buried, you might be able
to copy the other one as a replacement.
Faites attention aux pieds et aux roues. Si elles sont camouflées par
quelque chose, vous devrez en dessiner de nouvelles. Si une seule est
camouflée, vous devriez pouvoir effectuer un copié-collé pour le
remplacement.
Prepare the image
Préparez l'image
First of all, be sure to avoid re-saving the image as a JPEG. This
causes quality loss. There is a special tool called jpegtran that lets

View file

@ -484,7 +484,7 @@ Fullscreen Mode Problems
Other Probelms
Tux Paint won't run
Tux Paint ne veut pas fonctionner
If Tux Paint aborts with the message: "You're already running a
copy of Tux Paint!", this means it has been launched in the last

View file

@ -1,6 +1,6 @@
Tux Paint
version 0.9.26
Installation Documentation
Documentation sur l'installation
Copyright © 2002-2021 by various contributors; cf AUTHORS.
http://www.tuxpaint.org/
@ -134,7 +134,7 @@ Compiling and Installation:
the dependencies, use these commands, in MSYS, to build, install and
run:
Prior to version 0.9.20:
Avant la version 0.9.20
$ make win32
$ make install-win32

View file

@ -1,7 +1,7 @@
Tux Paint
version 0.9.26
Options Documentation
Documentation sur les options
Copyright © 2002-2021 by various contributors; cf AUTHORS.
http://www.tuxpaint.org/

View file

@ -1,6 +1,6 @@
Tux Paint
version 0.9.26
PNG Documentation
Documentation sur PNG pour Tux Paint
Copyright © 2007-2021 by various contributors; cf AUTHORS.
http://www.tuxpaint.org/

View file

@ -6,7 +6,7 @@
Copyright © 2002-2021 by various contributors; cf AUTHORS.
http://www.tuxpaint.org/
2 février 2021
20 février 2021
----------------------------------------------------------------------
@ -103,8 +103,8 @@ Launching Tux Paint
Windows Users
[Tux Paint Icon]
Tux Paint
[Icône pour Tux Paint]
Tux Paint
If you installed Tux Paint on your computer using the 'Tux Paint
Installer,' it will have asked you whether you wanted a 'Start' menu
@ -419,10 +419,19 @@ Available Tools
"Fill" Tool
The 'Fill' tool 'flood-fills' a contiguous area of your
drawing with a solid color of your choice.
drawing with a color of your choice. Three fill options are
offered:
* Solid — click once to fill an area with a solid color.
* Linear — click and then drag to fill the area with
color that fades away (a gradient) towards where you
drag the mouse.
* Radial — click once to fill an area with a color that
fades away (a gradient) radially, centered on where you
clicked.
Note: Prior to Tux Paint 0.9.24, this was a Magic tool (see
below).
below). Note: Prior to Tux Paint 0.9.26, this tool only
offered the 'Solid' method of filling.
----------------------------------------------------------------------
@ -874,7 +883,7 @@ Using the import script, "tuxpaint-import"
Example:
$ tuxpaint-import grandma.jpg
grandma.jpg -> /home/username/.tuxpaint/saved/20210214005741.png
grandma.jpg -> /home/username/.tuxpaint/saved/20210220203557.png
jpegtopnm: WRITING A PPM FILE
The first line ("tuxpaint-import grandma.jpg") is the command to run.
@ -916,7 +925,7 @@ Importing Pictures Manually
* mm = Minute (two digits, "00"-"59")
* ss = Seconds (two digits, "00"-"59")
Example: "20210214005741.png", for 14 février 2021 at 00:57:41.
Example: "20210220203557.png", for 20 février 2021 at 20:35:57.
Place this PNG file in your Tux Paint "saved" directory/folder. (See
above.)
@ -935,7 +944,7 @@ Importing Pictures Manually
Other documentation included with Tux Paint (found in the "docs"
folder/directory) includes:
* 'Magic' Tool Documentation ("magic-docs")
* Documentation sur l'outil 'Magie' ("magic-docs")
Documentation for each of the currently-installed 'Magic' tools.
* AUTHORS.txt
List of authors and contributors.

View file

@ -1,6 +1,6 @@
Tux Paint
version 0.9.26
Signals Documentation
Documentation sur les signaux
Copyright © 2019-2021 by various contributors; cf AUTHORS.
http://www.tuxpaint.org/

View file

@ -1,6 +1,6 @@
Tux Paint
version 0.9.26
SVG Documentation
Documentation sur SVG
Copyright © 2007-2021 by various contributors; cf AUTHORS.
http://www.tuxpaint.org/

View file

@ -28,7 +28,7 @@
</p>
<p>
2 février 2021 </p>
20 février 2021 </p>
</center>
<hr size="2"
@ -687,10 +687,15 @@
alt=""
align="right">
<p>
The 'Fill' tool 'flood-fills' a contiguous area of your drawing with a solid color of your choice. </p>
The 'Fill' tool 'flood-fills' a contiguous area of your drawing with a color of your choice. Three fill options are offered: <ul>
<li><strong>Solid</strong> &mdash; click once to fill an area with a solid color.</li>
<li><strong>Linear</strong> &mdash; click and then drag to fill the area with color that fades away (a gradient) towards where you drag the mouse.</li>
<li><strong>Radial</strong> &mdash; click once to fill an area with a color that fades away (a gradient) radially, centered on where you clicked.</li>
</ul>
</p>
<p>
Note: Prior to Tux Paint 0.9.24, this was a Magic tool (see below). </p>
Note: Prior to Tux Paint 0.9.24, this was a Magic tool (see below). Note: Prior to Tux Paint 0.9.26, this tool only offered the 'Solid' method of filling. </p>
<hr size="1">
</dd>
@ -1303,7 +1308,7 @@
<blockquote>
<code>$ <strong>tuxpaint-import grandma.jpg</strong><br>
grandma.jpg -&gt;
/home/username/.tuxpaint/saved/20210220172036.png<br>
/home/username/.tuxpaint/saved/20210220203557.png<br>
jpegtopnm: WRITING A PPM FILE</code>
</blockquote>
@ -1351,7 +1356,7 @@
</ul>
<p>
Example: "<code>20210220172036</code>.png", for 20 février 2021 at 17:20:36. </p>
Example: "<code>20210220203557</code>.png", for 20 février 2021 at 20:35:57. </p>
<p>
Place this PNG file in your Tux Paint "<code>saved</code>" directory/folder. (See above.) </p>