Sync docs after more template/starters options work

This commit is contained in:
Bill Kendrick 2023-02-12 13:47:01 -08:00
parent 7e99b05510
commit d164b7e297
15 changed files with 492 additions and 317 deletions

View file

@ -684,7 +684,7 @@ Starter Options
* If it's acceptable to crop either the top and bottom or the
left and right, use "allowscale=both". Contents from starter
will always fill the canvas, regardless of how its aspect
ratio compare to that of the canvas.
ratio compares to that of the canvas.
* The default behavior is to not allow cropping. This may be
specified explicitly with "allowscale=none".
@ -703,6 +703,9 @@ Starter Options
décimaux (par exemple, "255 68 136") ou un 'triplet' hexadécimal
de 6 ou 3 chiffres (par exemple, " #ff4488" ou "#F48").
See the "Color Palette File" section of "Options documentation"
for further details.
gravity
This option allows you to specify how Tux Paint should position a
@ -716,7 +719,7 @@ Starter Options
bottom right is important, specify "gravity=bottom-right".
The available options are:
* center — prefer the center (the default)
* top — prefer the top center
* bottom — prefer the bottom center
* left — prefer the left center
@ -725,14 +728,33 @@ Starter Options
* top-right — prefer the top right
* bottom-left — prefer the bottom left
* bottom-right — prefer the bottom right
[ Landscape-shaped image of a horizon with the sun in the middle
and a building on the right. ]
Focusing on the center of a starter image stretched to fit the
width of the canvas.
[ Portrait-shaped image of a horizon with the sun in the middle
and the left side of building on the right. ]
Focusing on the center of a starter image stretched to fit the
height of the canvas.
[ Landscape-shaped image of the sky with the sun at the bottom and
the top of building on the right. ]
Focusing on the top of a starter image stretched to fit the width
of the canvas.
[ Landscape-shaped image of the ground with the sun at the top. ]
Focusing on the bottom of a starter image stretched to fit the
width of the canvas.
[ Portrait-shaped image of a horizon with the sun on the left and
a building in the center. ]
Focusing on the right of a starter image stretched to fit the
height of the canvas.
@ -789,9 +811,9 @@ Template Options
Traductions
Tux Paint supporte de nombreux langages, grâce à l'utilisation de la
bibliothèque de localisation "gettext". (Voir OPTIONS pour savoir comment
changer les paramètres régionaux dans Tux Paint .)
Tux Paint supports numerous languages, thanks to use of the "gettext"
localization library. (See the "Languages" section of "Options
documentation" for how to change locales in Tux Paint.)
Pour traduire Tux Paint dans une nouvelle langue, copiez le fichier de
modèle de traduction, "tuxpaint.pot" (trouvé avec le code source de Tux