French doc corrections & SDL+Win32 doc updates

More from Jacques & Shin-Ichi, respectively
This commit is contained in:
Bill Kendrick 2021-09-16 23:57:27 -07:00
parent 1c312023d5
commit 6263e42708
12 changed files with 60 additions and 308 deletions

View file

@ -5,7 +5,7 @@
Copyright © 2002-2021 by various contributors; see AUTHORS. Copyright © 2002-2021 by various contributors; see AUTHORS.
http://www.tuxpaint.org/ http://www.tuxpaint.org/
September 12, 2021 September 17, 2021
---------------------------------------------------------------------- ----------------------------------------------------------------------
@ -230,9 +230,9 @@ Compiling and Installation
* Download source tar-ball of SDL_Pango-0.1.2 from SDL_Pango's * Download source tar-ball of SDL_Pango-0.1.2 from SDL_Pango's
page on Sourceforge.net. page on Sourceforge.net.
* Download a patch file from "Compiling Tux Paint using * Download a patch file from John Popplewell's "Tux Paint -
MinGW/MSYS2" webpage. (This adds some extra (required) MinGW/MSYS build instructions" webpage. (This adds some extra
functionality to SDL_Pango.) (required) functionality to SDL_Pango.)
Build and install SDL_Pango as follows. Build and install SDL_Pango as follows.
@ -252,16 +252,6 @@ Compiling and Installation
$ cd SDL_gfx-2.0.25 $ cd SDL_gfx-2.0.25
$ ./configure --prefix=/mingw64 && make && make install $ ./configure --prefix=/mingw64 && make && make install
SDL
Download source tar-ball of SDL_1.2.15 from libsdl.org.
Re-install SDL as follows.
$ tar zxvf SDL-1.2.15.tar.gz
$ cd SDL-1.2.15
$ ./configure --prefix=/mingw64 && make && make install
Proceed to the next "MinGW 32bit (i686) toolchains" section, or skip Proceed to the next "MinGW 32bit (i686) toolchains" section, or skip
to the "ImageMagick" section if you need only a 64bit build to the "ImageMagick" section if you need only a 64bit build
environment. environment.
@ -311,9 +301,9 @@ Compiling and Installation
* Download source tar-ball of SDL_Pango-0.1.2 from SDL_Pango's * Download source tar-ball of SDL_Pango-0.1.2 from SDL_Pango's
page on Sourceforge.net. page on Sourceforge.net.
* Download a patch file from "Compiling Tux Paint using * Download a patch file from John Popplewell's "Tux Paint -
MinGW/MSYS2" webpage. (This adds some extra (required) MinGW/MSYS build instructions" webpage. (This adds some extra
functionality to SDL_Pango.) (required) functionality to SDL_Pango.)
Build and install SDL_Pango as follows. Build and install SDL_Pango as follows.
@ -333,16 +323,6 @@ Compiling and Installation
$ cd SDL_gfx-2.0.25 $ cd SDL_gfx-2.0.25
$ ./configure --prefix=/mingw32 && make && make install $ ./configure --prefix=/mingw32 && make && make install
SDL
Download source tar-ball of SDL_1.2.15 from libsdl.org.
Re-install SDL as follows.
$ tar zxvf SDL-1.2.15.tar.gz
$ cd SDL-1.2.15
$ ./configure --prefix=/mingw32 && make && make install
------------------------------------------------------- -------------------------------------------------------
ImageMagick ImageMagick

View file

@ -26,7 +26,7 @@
</p> </p>
<p> <p>
September 12, 2021 </p> September 17, 2021 </p>
</center> </center>
<hr size="2" noshade /> <hr size="2" noshade />
@ -346,7 +346,7 @@
<li> <li>
Download <a href="https://sourceforge.net/projects/sdlpango/files/SDL_Pango/0.1.2/SDL_Pango-0.1.2.tar.gz/download">source tar-ball of SDL_Pango-0.1.2</a> from <a href="https://sourceforge.net/projects/sdlpango/">SDL_Pango's page on Sourceforge.net</a>. </li> Download <a href="https://sourceforge.net/projects/sdlpango/files/SDL_Pango/0.1.2/SDL_Pango-0.1.2.tar.gz/download">source tar-ball of SDL_Pango-0.1.2</a> from <a href="https://sourceforge.net/projects/sdlpango/">SDL_Pango's page on Sourceforge.net</a>. </li>
<li> <li>
Download <a href="https://z1.plala.jp/tuxpaint/SDL_Pango-extra-api.patch">a patch file</a> from <a href="https://z1.plala.jp/tuxpaint/buildwin.html">"Compiling Tux Paint using MinGW/MSYS2" webpage</a>. (This adds some extra (required) functionality to SDL_Pango.) </li> Download <a href="http://johnnypops.co.uk/tuxpaint/SDL_Pango-configure-extra-api.patch">a patch file</a> from <a href="http://www.johnnypops.co.uk/tuxpaint/">John Popplewell's "Tux Paint - MinGW/MSYS build instructions" webpage</a>. (This adds some extra (required) functionality to SDL_Pango.) </li>
</ul> </ul>
<p> <p>
Build and install SDL_Pango as follows. <blockquote> Build and install SDL_Pango as follows. <blockquote>
@ -375,21 +375,6 @@
</p> </p>
</blockquote> </blockquote>
<h5>SDL</h5>
<blockquote>
<p>
Download <a href="http://www.libsdl.org/release/SDL-1.2.15.tar.gz">source tar-ball of SDL_1.2.15</a> from <a href="http://www.libsdl.org/">libsdl.org</a>. </p>
<p>
Re-install SDL as follows. <blockquote>
<code>
$ tar zxvf SDL-1.2.15.tar.gz<br/>
$ cd SDL-1.2.15<br/>
$ ./configure --prefix=/mingw64 &amp;&amp; make &amp;&amp; make install
</code>
</blockquote>
</p>
</blockquote>
</blockquote> </blockquote>
<p> <p>
@ -459,7 +444,7 @@
<li> <li>
Download <a href="https://sourceforge.net/projects/sdlpango/files/SDL_Pango/0.1.2/SDL_Pango-0.1.2.tar.gz/download">source tar-ball of SDL_Pango-0.1.2</a> from <a href="https://sourceforge.net/projects/sdlpango/">SDL_Pango's page on Sourceforge.net</a>. </li> Download <a href="https://sourceforge.net/projects/sdlpango/files/SDL_Pango/0.1.2/SDL_Pango-0.1.2.tar.gz/download">source tar-ball of SDL_Pango-0.1.2</a> from <a href="https://sourceforge.net/projects/sdlpango/">SDL_Pango's page on Sourceforge.net</a>. </li>
<li> <li>
Download <a href="https://z1.plala.jp/tuxpaint/SDL_Pango-extra-api.patch">a patch file</a> from <a href="https://z1.plala.jp/tuxpaint/buildwin.html">"Compiling Tux Paint using MinGW/MSYS2" webpage</a>. (This adds some extra (required) functionality to SDL_Pango.) </li> Download <a href="http://johnnypops.co.uk/tuxpaint/SDL_Pango-configure-extra-api.patch">a patch file</a> from <a href="http://www.johnnypops.co.uk/tuxpaint/">John Popplewell's "Tux Paint - MinGW/MSYS build instructions" webpage</a>. (This adds some extra (required) functionality to SDL_Pango.) </li>
</ul> </ul>
<p> <p>
Build and install SDL_Pango as follows. <blockquote> Build and install SDL_Pango as follows. <blockquote>
@ -488,21 +473,6 @@
</p> </p>
</blockquote> </blockquote>
<h5>SDL</h5>
<blockquote>
<p>
Download <a href="http://www.libsdl.org/release/SDL-1.2.15.tar.gz">source tar-ball of SDL_1.2.15</a> from <a href="http://www.libsdl.org/">libsdl.org</a>. </p>
<p>
Re-install SDL as follows. <blockquote>
<code>
$ tar zxvf SDL-1.2.15.tar.gz<br/>
$ cd SDL-1.2.15<br/>
$ ./configure --prefix=/mingw32 &amp;&amp; make &amp;&amp; make install
</code>
</blockquote>
</p>
</blockquote>
</blockquote> </blockquote>

View file

@ -5,7 +5,7 @@
Copyright © 2002-2021 by various contributors; see AUTHORS. Copyright © 2002-2021 by various contributors; see AUTHORS.
http://www.tuxpaint.org/ http://www.tuxpaint.org/
septiembre 12, 2021 septiembre 17, 2021
---------------------------------------------------------------------- ----------------------------------------------------------------------
@ -230,9 +230,9 @@ Compiling and Installation
* Download source tar-ball of SDL_Pango-0.1.2 from SDL_Pango's * Download source tar-ball of SDL_Pango-0.1.2 from SDL_Pango's
page on Sourceforge.net. page on Sourceforge.net.
* Download a patch file from "Compiling Tux Paint using * Download a patch file from John Popplewell's "Tux Paint -
MinGW/MSYS2" webpage. (This adds some extra (required) MinGW/MSYS build instructions" webpage. (This adds some extra
functionality to SDL_Pango.) (required) functionality to SDL_Pango.)
Build and install SDL_Pango as follows. Build and install SDL_Pango as follows.
@ -252,16 +252,6 @@ Compiling and Installation
$ cd SDL_gfx-2.0.25 $ cd SDL_gfx-2.0.25
$ ./configure --prefix=/mingw64 && make && make install $ ./configure --prefix=/mingw64 && make && make install
SDL
Download source tar-ball of SDL_1.2.15 from libsdl.org.
Re-install SDL as follows.
$ tar zxvf SDL-1.2.15.tar.gz
$ cd SDL-1.2.15
$ ./configure --prefix=/mingw64 && make && make install
Proceed to the next "MinGW 32bit (i686) toolchains" section, or skip Proceed to the next "MinGW 32bit (i686) toolchains" section, or skip
to the "ImageMagick" section if you need only a 64bit build to the "ImageMagick" section if you need only a 64bit build
environment. environment.
@ -311,9 +301,9 @@ Compiling and Installation
* Download source tar-ball of SDL_Pango-0.1.2 from SDL_Pango's * Download source tar-ball of SDL_Pango-0.1.2 from SDL_Pango's
page on Sourceforge.net. page on Sourceforge.net.
* Download a patch file from "Compiling Tux Paint using * Download a patch file from John Popplewell's "Tux Paint -
MinGW/MSYS2" webpage. (This adds some extra (required) MinGW/MSYS build instructions" webpage. (This adds some extra
functionality to SDL_Pango.) (required) functionality to SDL_Pango.)
Build and install SDL_Pango as follows. Build and install SDL_Pango as follows.
@ -333,16 +323,6 @@ Compiling and Installation
$ cd SDL_gfx-2.0.25 $ cd SDL_gfx-2.0.25
$ ./configure --prefix=/mingw32 && make && make install $ ./configure --prefix=/mingw32 && make && make install
SDL
Download source tar-ball of SDL_1.2.15 from libsdl.org.
Re-install SDL as follows.
$ tar zxvf SDL-1.2.15.tar.gz
$ cd SDL-1.2.15
$ ./configure --prefix=/mingw32 && make && make install
------------------------------------------------------- -------------------------------------------------------
ImageMagick ImageMagick

View file

@ -26,7 +26,7 @@
</p> </p>
<p> <p>
septiembre 12, 2021 </p> septiembre 17, 2021 </p>
</center> </center>
<hr size="2" noshade /> <hr size="2" noshade />
@ -346,7 +346,7 @@
<li> <li>
Download <a href="https://sourceforge.net/projects/sdlpango/files/SDL_Pango/0.1.2/SDL_Pango-0.1.2.tar.gz/download">source tar-ball of SDL_Pango-0.1.2</a> from <a href="https://sourceforge.net/projects/sdlpango/">SDL_Pango's page on Sourceforge.net</a>. </li> Download <a href="https://sourceforge.net/projects/sdlpango/files/SDL_Pango/0.1.2/SDL_Pango-0.1.2.tar.gz/download">source tar-ball of SDL_Pango-0.1.2</a> from <a href="https://sourceforge.net/projects/sdlpango/">SDL_Pango's page on Sourceforge.net</a>. </li>
<li> <li>
Download <a href="https://z1.plala.jp/tuxpaint/SDL_Pango-extra-api.patch">a patch file</a> from <a href="https://z1.plala.jp/tuxpaint/buildwin.html">"Compiling Tux Paint using MinGW/MSYS2" webpage</a>. (This adds some extra (required) functionality to SDL_Pango.) </li> Download <a href="http://johnnypops.co.uk/tuxpaint/SDL_Pango-configure-extra-api.patch">a patch file</a> from <a href="http://www.johnnypops.co.uk/tuxpaint/">John Popplewell's "Tux Paint - MinGW/MSYS build instructions" webpage</a>. (This adds some extra (required) functionality to SDL_Pango.) </li>
</ul> </ul>
<p> <p>
Build and install SDL_Pango as follows. <blockquote> Build and install SDL_Pango as follows. <blockquote>
@ -375,21 +375,6 @@
</p> </p>
</blockquote> </blockquote>
<h5>SDL</h5>
<blockquote>
<p>
Download <a href="http://www.libsdl.org/release/SDL-1.2.15.tar.gz">source tar-ball of SDL_1.2.15</a> from <a href="http://www.libsdl.org/">libsdl.org</a>. </p>
<p>
Re-install SDL as follows. <blockquote>
<code>
$ tar zxvf SDL-1.2.15.tar.gz<br/>
$ cd SDL-1.2.15<br/>
$ ./configure --prefix=/mingw64 &amp;&amp; make &amp;&amp; make install
</code>
</blockquote>
</p>
</blockquote>
</blockquote> </blockquote>
<p> <p>
@ -459,7 +444,7 @@
<li> <li>
Download <a href="https://sourceforge.net/projects/sdlpango/files/SDL_Pango/0.1.2/SDL_Pango-0.1.2.tar.gz/download">source tar-ball of SDL_Pango-0.1.2</a> from <a href="https://sourceforge.net/projects/sdlpango/">SDL_Pango's page on Sourceforge.net</a>. </li> Download <a href="https://sourceforge.net/projects/sdlpango/files/SDL_Pango/0.1.2/SDL_Pango-0.1.2.tar.gz/download">source tar-ball of SDL_Pango-0.1.2</a> from <a href="https://sourceforge.net/projects/sdlpango/">SDL_Pango's page on Sourceforge.net</a>. </li>
<li> <li>
Download <a href="https://z1.plala.jp/tuxpaint/SDL_Pango-extra-api.patch">a patch file</a> from <a href="https://z1.plala.jp/tuxpaint/buildwin.html">"Compiling Tux Paint using MinGW/MSYS2" webpage</a>. (This adds some extra (required) functionality to SDL_Pango.) </li> Download <a href="http://johnnypops.co.uk/tuxpaint/SDL_Pango-configure-extra-api.patch">a patch file</a> from <a href="http://www.johnnypops.co.uk/tuxpaint/">John Popplewell's "Tux Paint - MinGW/MSYS build instructions" webpage</a>. (This adds some extra (required) functionality to SDL_Pango.) </li>
</ul> </ul>
<p> <p>
Build and install SDL_Pango as follows. <blockquote> Build and install SDL_Pango as follows. <blockquote>
@ -488,21 +473,6 @@
</p> </p>
</blockquote> </blockquote>
<h5>SDL</h5>
<blockquote>
<p>
Download <a href="http://www.libsdl.org/release/SDL-1.2.15.tar.gz">source tar-ball of SDL_1.2.15</a> from <a href="http://www.libsdl.org/">libsdl.org</a>. </p>
<p>
Re-install SDL as follows. <blockquote>
<code>
$ tar zxvf SDL-1.2.15.tar.gz<br/>
$ cd SDL-1.2.15<br/>
$ ./configure --prefix=/mingw32 &amp;&amp; make &amp;&amp; make install
</code>
</blockquote>
</p>
</blockquote>
</blockquote> </blockquote>

View file

@ -368,7 +368,7 @@ Tampons
"stamp_LOCALE.EXT" "stamp_LOCALE.EXT"
"effet sonore" de "stamp.png", lorsque Tux Paint est exécuté en mode "effet sonore" de "stamp.png", lorsque Tux Paint est exécuté en mode
espagnol, serait «stamp.png". En mode français, "stamp_es.wav". En espagnol, serait "stamp.png". En mode français, "stamp_es.wav". En
mode portugais brésilien, "stamp_fr.wav". Etc... mode portugais brésilien, "stamp_fr.wav". Etc...
Si aucun effet sonore localisé ne peut être chargé, Tux Paint Si aucun effet sonore localisé ne peut être chargé, Tux Paint
@ -399,7 +399,7 @@ Tampons
"stamp_desc_LOCALE.EXT" "stamp_desc_LOCALE.EXT"
"son descriptif" de "stamp.png", lorsque Tux Paint est exécuté en "son descriptif" de "stamp.png", lorsque Tux Paint est exécuté en
mode espagnol, serait «stamp_desc_es.wav". En mode français, mode espagnol, serait "stamp_desc_es.wav". En mode français,
"stamp_desc_fr.wav". En mode portugais brésilien, "stamp_desc_fr.wav". En mode portugais brésilien,
"stamp_desc_pt_BR.wav". Etc... "stamp_desc_pt_BR.wav". Etc...
@ -710,7 +710,7 @@ Traductions
msgid "Click and drag to draw large bricks." msgid "Click and drag to draw large bricks."
msgstr "Haz clic y arrastra para dibujar ladrillos grandes." msgstr "Haz clic y arrastra para dibujar ladrillos grandes."
DE nombreux outils existent pour gérer les catalogues de traduction De nombreux outils existent pour gérer les catalogues de traduction
'gettext', vous n'avez donc pas besoin de les éditer avec un éditeur de 'gettext', vous n'avez donc pas besoin de les éditer avec un éditeur de
texte. En voici quelques uns : texte. En voici quelques uns :
@ -979,6 +979,6 @@ Clavier virtuel sur écran
Remarque : Ce fichier n'est pas compilé avec Tux Paint, mais il est lu Remarque : Ce fichier n'est pas compilé avec Tux Paint, mais il est lu
et analysé durant l'exécution de celui-ci. et analysé durant l'exécution de celui-ci.
Il est peu probable qu'une modification soit requise de ce fichier. Il est peu probable qu'une modification de ce fichier soit requise.
---------------------------------------------------------------------- ----------------------------------------------------------------------

View file

@ -5,7 +5,7 @@
Copyright &copie; 2002-2021 par divers contributeurs; voir AUTHORS. Copyright &copie; 2002-2021 par divers contributeurs; voir AUTHORS.
http://www.tuxpaint.org/ http://www.tuxpaint.org/
septembre 12, 2021 septembre 17, 2021
---------------------------------------------------------------------- ----------------------------------------------------------------------
@ -237,9 +237,10 @@ Compilation et installation
* Télécharger fichier source de SDL_Pango-0.1.2 depuis la page * Télécharger fichier source de SDL_Pango-0.1.2 depuis la page
SDL_Pango sur Sourceforge.net. SDL_Pango sur Sourceforge.net.
* Télécharger un fichier patch depuis Page web "Compiler Tux * Télécharger un fichier patch depuis La page web de John
Paint en utilisant MinGW/MSY2". (Ceci ajoute une Popplewell traitant des "instructions pour la compilation de
fonctionnalité supplémentaire (requise) à SDL_Pango.) Tux Paint - MinGW/MSYS". (Ceci ajoute une fonctionnalité
supplémentaire (requise) à SDL_Pango.)
Compiler et installer SDL_Pango comme suit. Compiler et installer SDL_Pango comme suit.
@ -259,16 +260,6 @@ Compilation et installation
$ cd SDL_gfx-2.0.25 $ cd SDL_gfx-2.0.25
$ ./configure --prefix=/mingw64 && make && make install $ ./configure --prefix=/mingw64 && make && make install
SDL
Télécharger fichier source de SDL_1.2.15 depuis libsdl.org.
Réinstallez SDL comme suit.
$ tar zxvf SDL-1.2.15.tar.gz
$ cd SDL-1.2.15
$ ./configure --prefix=/mingw64 && make && make install
Aller à la prochaine section "chaines d'outils MinGW 32bit (i686)", ou Aller à la prochaine section "chaines d'outils MinGW 32bit (i686)", ou
bien aller directement à la section "ImageMagick" si vous n'avez bien aller directement à la section "ImageMagick" si vous n'avez
besoin que d'un environnement de travail 64bit. besoin que d'un environnement de travail 64bit.
@ -321,9 +312,10 @@ Compilation et installation
* Télécharger fichier source de SDL_Pango-0.1.2 depuis la page * Télécharger fichier source de SDL_Pango-0.1.2 depuis la page
SDL_Pango sur Sourceforge.net. SDL_Pango sur Sourceforge.net.
* Télécharger un fichier patch depuis Page web "Compiler Tux * Télécharger un fichier patch depuis La page web de John
Paint en utilisant MinGW/MSY2". (Ceci ajoute une Popplewell traitant des "instructions pour la compilation de
fonctionnalité supplémentaire (requise) à SDL_Pango.) Tux Paint - MinGW/MSYS". (Ceci ajoute une fonctionnalité
supplémentaire (requise) à SDL_Pango.)
Compiler et installer SDL_Pango comme suit. Compiler et installer SDL_Pango comme suit.
@ -343,16 +335,6 @@ Compilation et installation
$ cd SDL_gfx-2.0.25 $ cd SDL_gfx-2.0.25
$ ./configure --prefix=/mingw32 && make && make install $ ./configure --prefix=/mingw32 && make && make install
SDL
Télécharger fichier source de SDL_1.2.15 depuis libsdl.org.
Réinstallez SDL comme suit.
$ tar zxvf SDL-1.2.15.tar.gz
$ cd SDL-1.2.15
$ ./configure --prefix=/mingw32 && make && make install
------------------------------------------------------- -------------------------------------------------------
ImageMagick ImageMagick

View file

@ -502,7 +502,7 @@
Pour les sons de différentes locales (par exemple, si le son est quelqu'un qui dit un mot, et que vous voulez des versions traduites du mot prononcé), créez également des fichiers WAV ou OGG avec l'étiquette de la locale dans le nom de fichier, sous la forme : "<code>stamp_LOCALE.EXT</code>" </p> Pour les sons de différentes locales (par exemple, si le son est quelqu'un qui dit un mot, et que vous voulez des versions traduites du mot prononcé), créez également des fichiers WAV ou OGG avec l'étiquette de la locale dans le nom de fichier, sous la forme : "<code>stamp_LOCALE.EXT</code>" </p>
<p> <p>
"effet sonore" de "<code>stamp.png</code>", lorsque Tux Paint est exécuté en mode espagnol, serait «<code>stamp.png</code>". En mode français, "<code>stamp_es.wav</code>". En mode portugais brésilien, "<code>stamp_fr.wav</code>". Etc... </p> "effet sonore" de "<code>stamp.png</code>", lorsque Tux Paint est exécuté en mode espagnol, serait "<code>stamp.png</code>". En mode français, "<code>stamp_es.wav</code>". En mode portugais brésilien, "<code>stamp_fr.wav</code>". Etc... </p>
<p> <p>
Si aucun effet sonore localisé ne peut être chargé, Tux Paint tentera de charger le fichier son «par défaut». (par exemple, "<code>stamp.wav</code>") </p> Si aucun effet sonore localisé ne peut être chargé, Tux Paint tentera de charger le fichier son «par défaut». (par exemple, "<code>stamp.wav</code>") </p>
@ -531,7 +531,7 @@
<p> <p>
Pour les descriptions dans différentes langues, créez également des fichiers WAV ou OGG avec <em>à la fois</em> "<code>_desc</code>" <em>et</em> le libellé des paramètres régionaux dans le nom de fichier, sous la forme : "<code>stamp_desc_LOCALE.EXT</code>" </p> Pour les descriptions dans différentes langues, créez également des fichiers WAV ou OGG avec <em>à la fois</em> "<code>_desc</code>" <em>et</em> le libellé des paramètres régionaux dans le nom de fichier, sous la forme : "<code>stamp_desc_LOCALE.EXT</code>" </p>
"son descriptif" de "<code>stamp.png</code>", lorsque Tux Paint est exécuté en mode espagnol, serait «<code>stamp_desc_es.wav</code>". En mode français, "<code>stamp_desc_fr.wav</code>". En mode portugais brésilien, "<code>stamp_desc_pt_BR.wav</code>". Etc... "son descriptif" de "<code>stamp.png</code>", lorsque Tux Paint est exécuté en mode espagnol, serait "<code>stamp_desc_es.wav</code>". En mode français, "<code>stamp_desc_fr.wav</code>". En mode portugais brésilien, "<code>stamp_desc_pt_BR.wav</code>". Etc...
<p> <p>
Si aucun son descriptif localisé ne peut être chargé, Tux Paint tentera de charger le fichier son «par défaut». (par exemple, "<code>stamp_desc.wav</code>") </p> Si aucun son descriptif localisé ne peut être chargé, Tux Paint tentera de charger le fichier son «par défaut». (par exemple, "<code>stamp_desc.wav</code>") </p>
</blockquote> </blockquote>
@ -858,7 +858,7 @@
</blockquote> </blockquote>
<p> <p>
DE nombreux outils existent pour gérer les catalogues de traduction 'gettext', vous n'avez donc pas besoin de les éditer avec un éditeur de texte. En voici quelques uns : </p> De nombreux outils existent pour gérer les catalogues de traduction 'gettext', vous n'avez donc pas besoin de les éditer avec un éditeur de texte. En voici quelques uns : </p>
<ul> <ul>
<li><a href="http://www.poedit.net/">Poedit</a></li> <li><a href="http://www.poedit.net/">Poedit</a></li>
<li><a href="https://wiki.gnome.org/Apps/Gtranslator">Gtranslator (GNOME Translator)</a></li> <li><a href="https://wiki.gnome.org/Apps/Gtranslator">Gtranslator (GNOME Translator)</a></li>
@ -1128,7 +1128,7 @@
<b>Remarque :</b> Ce fichier n'est pas compilé avec Tux Paint, mais il est lu et analysé durant l'exécution de celui-ci. </p> <b>Remarque :</b> Ce fichier n'est pas compilé avec Tux Paint, mais il est lu et analysé durant l'exécution de celui-ci. </p>
<p> <p>
Il est peu probable qu'une modification soit requise de ce fichier. </p> Il est peu probable qu'une modification de ce fichier soit requise. </p>
</blockquote> </blockquote>
</blockquote> </blockquote>

View file

@ -26,7 +26,7 @@
</p> </p>
<p> <p>
septembre 12, 2021 </p> septembre 17, 2021 </p>
</center> </center>
<hr size="2" noshade /> <hr size="2" noshade />
@ -346,7 +346,7 @@
<li> <li>
Télécharger <a href="https://sourceforge.net/projects/sdlpango/files/SDL_Pango/0.1.2/SDL_Pango-0.1.2.tar.gz/download">fichier source de SDL_Pango-0.1.2</a> depuis <a href="https://sourceforge.net/projects/sdlpango/">la page SDL_Pango sur Sourceforge.net</a>. </li> Télécharger <a href="https://sourceforge.net/projects/sdlpango/files/SDL_Pango/0.1.2/SDL_Pango-0.1.2.tar.gz/download">fichier source de SDL_Pango-0.1.2</a> depuis <a href="https://sourceforge.net/projects/sdlpango/">la page SDL_Pango sur Sourceforge.net</a>. </li>
<li> <li>
Télécharger <a href="https://z1.plala.jp/tuxpaint/SDL_Pango-extra-api.patch">un fichier patch</a> depuis <a href="https://z1.plala.jp/tuxpaint/buildwin.html">Page web "Compiler Tux Paint en utilisant MinGW/MSY2"</a>. (Ceci ajoute une fonctionnalité supplémentaire (requise) à SDL_Pango.) </li> Télécharger <a href="http://johnnypops.co.uk/tuxpaint/SDL_Pango-configure-extra-api.patch">un fichier patch</a> depuis <a href="http://www.johnnypops.co.uk/tuxpaint/">La page web de John Popplewell traitant des "instructions pour la compilation de Tux Paint - MinGW/MSYS"</a>. (Ceci ajoute une fonctionnalité supplémentaire (requise) à SDL_Pango.) </li>
</ul> </ul>
<p> <p>
Compiler et installer SDL_Pango comme suit. <blockquote> Compiler et installer SDL_Pango comme suit. <blockquote>
@ -375,21 +375,6 @@
</p> </p>
</blockquote> </blockquote>
<h5>SDL</h5>
<blockquote>
<p>
Télécharger <a href="http://www.libsdl.org/release/SDL-1.2.15.tar.gz">fichier source de SDL_1.2.15</a> depuis <a href="http://www.libsdl.org/">libsdl.org</a>. </p>
<p>
Réinstallez SDL comme suit. <blockquote>
<code>
$ tar zxvf SDL-1.2.15.tar.gz<br/>
$ cd SDL-1.2.15<br/>
$ ./configure --prefix=/mingw64 &amp;&amp; make &amp;&amp; make install
</code>
</blockquote>
</p>
</blockquote>
</blockquote> </blockquote>
<p> <p>
@ -459,7 +444,7 @@
<li> <li>
Télécharger <a href="https://sourceforge.net/projects/sdlpango/files/SDL_Pango/0.1.2/SDL_Pango-0.1.2.tar.gz/download">fichier source de SDL_Pango-0.1.2</a> depuis <a href="https://sourceforge.net/projects/sdlpango/">la page SDL_Pango sur Sourceforge.net</a>. </li> Télécharger <a href="https://sourceforge.net/projects/sdlpango/files/SDL_Pango/0.1.2/SDL_Pango-0.1.2.tar.gz/download">fichier source de SDL_Pango-0.1.2</a> depuis <a href="https://sourceforge.net/projects/sdlpango/">la page SDL_Pango sur Sourceforge.net</a>. </li>
<li> <li>
Télécharger <a href="https://z1.plala.jp/tuxpaint/SDL_Pango-extra-api.patch">un fichier patch</a> depuis <a href="https://z1.plala.jp/tuxpaint/buildwin.html">Page web "Compiler Tux Paint en utilisant MinGW/MSY2"</a>. (Ceci ajoute une fonctionnalité supplémentaire (requise) à SDL_Pango.) </li> Télécharger <a href="http://johnnypops.co.uk/tuxpaint/SDL_Pango-configure-extra-api.patch">un fichier patch</a> depuis <a href="http://www.johnnypops.co.uk/tuxpaint/">La page web de John Popplewell traitant des "instructions pour la compilation de Tux Paint - MinGW/MSYS"</a>. (Ceci ajoute une fonctionnalité supplémentaire (requise) à SDL_Pango.) </li>
</ul> </ul>
<p> <p>
Compiler et installer SDL_Pango comme suit. <blockquote> Compiler et installer SDL_Pango comme suit. <blockquote>
@ -488,21 +473,6 @@
</p> </p>
</blockquote> </blockquote>
<h5>SDL</h5>
<blockquote>
<p>
Télécharger <a href="http://www.libsdl.org/release/SDL-1.2.15.tar.gz">fichier source de SDL_1.2.15</a> depuis <a href="http://www.libsdl.org/">libsdl.org</a>. </p>
<p>
Réinstallez SDL comme suit. <blockquote>
<code>
$ tar zxvf SDL-1.2.15.tar.gz<br/>
$ cd SDL-1.2.15<br/>
$ ./configure --prefix=/mingw32 &amp;&amp; make &amp;&amp; make install
</code>
</blockquote>
</p>
</blockquote>
</blockquote> </blockquote>

View file

@ -5,7 +5,7 @@
Copyright © 2002-2021 por varios colaboradores; vexa AUTHORS (AUTORES). Copyright © 2002-2021 por varios colaboradores; vexa AUTHORS (AUTORES).
http://www.tuxpaint.org/ http://www.tuxpaint.org/
12 de Setembro de 2021 17 de Setembro de 2021
---------------------------------------------------------------------- ----------------------------------------------------------------------
@ -234,9 +234,9 @@ Compiling and Installation
* Download source tar-ball of SDL_Pango-0.1.2 from SDL_Pango's * Download source tar-ball of SDL_Pango-0.1.2 from SDL_Pango's
page on Sourceforge.net. page on Sourceforge.net.
* Download a patch file from "Compiling Tux Paint using * Download a patch file from John Popplewell's "Tux Paint -
MinGW/MSYS2" webpage. (This adds some extra (required) MinGW/MSYS build instructions" webpage. (This adds some extra
functionality to SDL_Pango.) (required) functionality to SDL_Pango.)
Build and install SDL_Pango as follows. Build and install SDL_Pango as follows.
@ -256,16 +256,6 @@ Compiling and Installation
$ cd SDL_gfx-2.0.25 $ cd SDL_gfx-2.0.25
$ ./configure --prefix=/mingw64 && make && make install $ ./configure --prefix=/mingw64 && make && make install
SDL
Download source tar-ball of SDL_1.2.15 from libsdl.org.
Re-install SDL as follows.
$ tar zxvf SDL-1.2.15.tar.gz
$ cd SDL-1.2.15
$ ./configure --prefix=/mingw64 && make && make install
Proceed to the next "MinGW 32bit (i686) toolchains" section, or skip Proceed to the next "MinGW 32bit (i686) toolchains" section, or skip
to the "ImageMagick" section if you need only a 64bit build to the "ImageMagick" section if you need only a 64bit build
environment. environment.
@ -315,9 +305,9 @@ Compiling and Installation
* Download source tar-ball of SDL_Pango-0.1.2 from SDL_Pango's * Download source tar-ball of SDL_Pango-0.1.2 from SDL_Pango's
page on Sourceforge.net. page on Sourceforge.net.
* Download a patch file from "Compiling Tux Paint using * Download a patch file from John Popplewell's "Tux Paint -
MinGW/MSYS2" webpage. (This adds some extra (required) MinGW/MSYS build instructions" webpage. (This adds some extra
functionality to SDL_Pango.) (required) functionality to SDL_Pango.)
Build and install SDL_Pango as follows. Build and install SDL_Pango as follows.
@ -337,16 +327,6 @@ Compiling and Installation
$ cd SDL_gfx-2.0.25 $ cd SDL_gfx-2.0.25
$ ./configure --prefix=/mingw32 && make && make install $ ./configure --prefix=/mingw32 && make && make install
SDL
Download source tar-ball of SDL_1.2.15 from libsdl.org.
Re-install SDL as follows.
$ tar zxvf SDL-1.2.15.tar.gz
$ cd SDL-1.2.15
$ ./configure --prefix=/mingw32 && make && make install
------------------------------------------------------- -------------------------------------------------------
ImageMagick ImageMagick

View file

@ -26,7 +26,7 @@
</p> </p>
<p> <p>
12 de Setembro de 2021 </p> 17 de Setembro de 2021 </p>
</center> </center>
<hr size="2" noshade /> <hr size="2" noshade />
@ -346,7 +346,7 @@
<li> <li>
Download <a href="https://sourceforge.net/projects/sdlpango/files/SDL_Pango/0.1.2/SDL_Pango-0.1.2.tar.gz/download">source tar-ball of SDL_Pango-0.1.2</a> from <a href="https://sourceforge.net/projects/sdlpango/">SDL_Pango's page on Sourceforge.net</a>. </li> Download <a href="https://sourceforge.net/projects/sdlpango/files/SDL_Pango/0.1.2/SDL_Pango-0.1.2.tar.gz/download">source tar-ball of SDL_Pango-0.1.2</a> from <a href="https://sourceforge.net/projects/sdlpango/">SDL_Pango's page on Sourceforge.net</a>. </li>
<li> <li>
Download <a href="https://z1.plala.jp/tuxpaint/SDL_Pango-extra-api.patch">a patch file</a> from <a href="https://z1.plala.jp/tuxpaint/buildwin.html">"Compiling Tux Paint using MinGW/MSYS2" webpage</a>. (This adds some extra (required) functionality to SDL_Pango.) </li> Download <a href="http://johnnypops.co.uk/tuxpaint/SDL_Pango-configure-extra-api.patch">a patch file</a> from <a href="http://www.johnnypops.co.uk/tuxpaint/">John Popplewell's "Tux Paint - MinGW/MSYS build instructions" webpage</a>. (This adds some extra (required) functionality to SDL_Pango.) </li>
</ul> </ul>
<p> <p>
Build and install SDL_Pango as follows. <blockquote> Build and install SDL_Pango as follows. <blockquote>
@ -375,21 +375,6 @@
</p> </p>
</blockquote> </blockquote>
<h5>SDL</h5>
<blockquote>
<p>
Download <a href="http://www.libsdl.org/release/SDL-1.2.15.tar.gz">source tar-ball of SDL_1.2.15</a> from <a href="http://www.libsdl.org/">libsdl.org</a>. </p>
<p>
Re-install SDL as follows. <blockquote>
<code>
$ tar zxvf SDL-1.2.15.tar.gz<br/>
$ cd SDL-1.2.15<br/>
$ ./configure --prefix=/mingw64 &amp;&amp; make &amp;&amp; make install
</code>
</blockquote>
</p>
</blockquote>
</blockquote> </blockquote>
<p> <p>
@ -459,7 +444,7 @@
<li> <li>
Download <a href="https://sourceforge.net/projects/sdlpango/files/SDL_Pango/0.1.2/SDL_Pango-0.1.2.tar.gz/download">source tar-ball of SDL_Pango-0.1.2</a> from <a href="https://sourceforge.net/projects/sdlpango/">SDL_Pango's page on Sourceforge.net</a>. </li> Download <a href="https://sourceforge.net/projects/sdlpango/files/SDL_Pango/0.1.2/SDL_Pango-0.1.2.tar.gz/download">source tar-ball of SDL_Pango-0.1.2</a> from <a href="https://sourceforge.net/projects/sdlpango/">SDL_Pango's page on Sourceforge.net</a>. </li>
<li> <li>
Download <a href="https://z1.plala.jp/tuxpaint/SDL_Pango-extra-api.patch">a patch file</a> from <a href="https://z1.plala.jp/tuxpaint/buildwin.html">"Compiling Tux Paint using MinGW/MSYS2" webpage</a>. (This adds some extra (required) functionality to SDL_Pango.) </li> Download <a href="http://johnnypops.co.uk/tuxpaint/SDL_Pango-configure-extra-api.patch">a patch file</a> from <a href="http://www.johnnypops.co.uk/tuxpaint/">John Popplewell's "Tux Paint - MinGW/MSYS build instructions" webpage</a>. (This adds some extra (required) functionality to SDL_Pango.) </li>
</ul> </ul>
<p> <p>
Build and install SDL_Pango as follows. <blockquote> Build and install SDL_Pango as follows. <blockquote>
@ -488,21 +473,6 @@
</p> </p>
</blockquote> </blockquote>
<h5>SDL</h5>
<blockquote>
<p>
Download <a href="http://www.libsdl.org/release/SDL-1.2.15.tar.gz">source tar-ball of SDL_1.2.15</a> from <a href="http://www.libsdl.org/">libsdl.org</a>. </p>
<p>
Re-install SDL as follows. <blockquote>
<code>
$ tar zxvf SDL-1.2.15.tar.gz<br/>
$ cd SDL-1.2.15<br/>
$ ./configure --prefix=/mingw32 &amp;&amp; make &amp;&amp; make install
</code>
</blockquote>
</p>
</blockquote>
</blockquote> </blockquote>

View file

@ -5,7 +5,7 @@
Copyright © 2002-2021 by various contributors; "AUTHORS" 参照. Copyright © 2002-2021 by various contributors; "AUTHORS" 参照.
http://www.tuxpaint.org/ http://www.tuxpaint.org/
2021年9月12 2021年9月17
---------------------------------------------------------------------- ----------------------------------------------------------------------
@ -230,9 +230,9 @@ Compiling and Installation
* Download source tar-ball of SDL_Pango-0.1.2 from SDL_Pango's * Download source tar-ball of SDL_Pango-0.1.2 from SDL_Pango's
page on Sourceforge.net. page on Sourceforge.net.
* Download a patch file from "Compiling Tux Paint using * Download a patch file from John Popplewell's "Tux Paint -
MinGW/MSYS2" webpage. (This adds some extra (required) MinGW/MSYS build instructions" webpage. (This adds some extra
functionality to SDL_Pango.) (required) functionality to SDL_Pango.)
Build and install SDL_Pango as follows. Build and install SDL_Pango as follows.
@ -252,16 +252,6 @@ Compiling and Installation
$ cd SDL_gfx-2.0.25 $ cd SDL_gfx-2.0.25
$ ./configure --prefix=/mingw64 && make && make install $ ./configure --prefix=/mingw64 && make && make install
SDL
Download source tar-ball of SDL_1.2.15 from libsdl.org.
Re-install SDL as follows.
$ tar zxvf SDL-1.2.15.tar.gz
$ cd SDL-1.2.15
$ ./configure --prefix=/mingw64 && make && make install
Proceed to the next "MinGW 32bit (i686) toolchains" section, or skip Proceed to the next "MinGW 32bit (i686) toolchains" section, or skip
to the "ImageMagick" section if you need only a 64bit build to the "ImageMagick" section if you need only a 64bit build
environment. environment.
@ -311,9 +301,9 @@ Compiling and Installation
* Download source tar-ball of SDL_Pango-0.1.2 from SDL_Pango's * Download source tar-ball of SDL_Pango-0.1.2 from SDL_Pango's
page on Sourceforge.net. page on Sourceforge.net.
* Download a patch file from "Compiling Tux Paint using * Download a patch file from John Popplewell's "Tux Paint -
MinGW/MSYS2" webpage. (This adds some extra (required) MinGW/MSYS build instructions" webpage. (This adds some extra
functionality to SDL_Pango.) (required) functionality to SDL_Pango.)
Build and install SDL_Pango as follows. Build and install SDL_Pango as follows.
@ -333,16 +323,6 @@ Compiling and Installation
$ cd SDL_gfx-2.0.25 $ cd SDL_gfx-2.0.25
$ ./configure --prefix=/mingw32 && make && make install $ ./configure --prefix=/mingw32 && make && make install
SDL
Download source tar-ball of SDL_1.2.15 from libsdl.org.
Re-install SDL as follows.
$ tar zxvf SDL-1.2.15.tar.gz
$ cd SDL-1.2.15
$ ./configure --prefix=/mingw32 && make && make install
------------------------------------------------------- -------------------------------------------------------
ImageMagick ImageMagick

View file

@ -26,7 +26,7 @@
</p> </p>
<p> <p>
2021年9月12</p> 2021年9月17</p>
</center> </center>
<hr size="2" noshade /> <hr size="2" noshade />
@ -346,7 +346,7 @@
<li> <li>
Download <a href="https://sourceforge.net/projects/sdlpango/files/SDL_Pango/0.1.2/SDL_Pango-0.1.2.tar.gz/download">source tar-ball of SDL_Pango-0.1.2</a> from <a href="https://sourceforge.net/projects/sdlpango/">SDL_Pango's page on Sourceforge.net</a>. </li> Download <a href="https://sourceforge.net/projects/sdlpango/files/SDL_Pango/0.1.2/SDL_Pango-0.1.2.tar.gz/download">source tar-ball of SDL_Pango-0.1.2</a> from <a href="https://sourceforge.net/projects/sdlpango/">SDL_Pango's page on Sourceforge.net</a>. </li>
<li> <li>
Download <a href="https://z1.plala.jp/tuxpaint/SDL_Pango-extra-api.patch">a patch file</a> from <a href="https://z1.plala.jp/tuxpaint/buildwin.html">"Compiling Tux Paint using MinGW/MSYS2" webpage</a>. (This adds some extra (required) functionality to SDL_Pango.) </li> Download <a href="http://johnnypops.co.uk/tuxpaint/SDL_Pango-configure-extra-api.patch">a patch file</a> from <a href="http://www.johnnypops.co.uk/tuxpaint/">John Popplewell's "Tux Paint - MinGW/MSYS build instructions" webpage</a>. (This adds some extra (required) functionality to SDL_Pango.) </li>
</ul> </ul>
<p> <p>
Build and install SDL_Pango as follows. <blockquote> Build and install SDL_Pango as follows. <blockquote>
@ -375,21 +375,6 @@
</p> </p>
</blockquote> </blockquote>
<h5>SDL</h5>
<blockquote>
<p>
Download <a href="http://www.libsdl.org/release/SDL-1.2.15.tar.gz">source tar-ball of SDL_1.2.15</a> from <a href="http://www.libsdl.org/">libsdl.org</a>. </p>
<p>
Re-install SDL as follows. <blockquote>
<code>
$ tar zxvf SDL-1.2.15.tar.gz<br/>
$ cd SDL-1.2.15<br/>
$ ./configure --prefix=/mingw64 &amp;&amp; make &amp;&amp; make install
</code>
</blockquote>
</p>
</blockquote>
</blockquote> </blockquote>
<p> <p>
@ -459,7 +444,7 @@
<li> <li>
Download <a href="https://sourceforge.net/projects/sdlpango/files/SDL_Pango/0.1.2/SDL_Pango-0.1.2.tar.gz/download">source tar-ball of SDL_Pango-0.1.2</a> from <a href="https://sourceforge.net/projects/sdlpango/">SDL_Pango's page on Sourceforge.net</a>. </li> Download <a href="https://sourceforge.net/projects/sdlpango/files/SDL_Pango/0.1.2/SDL_Pango-0.1.2.tar.gz/download">source tar-ball of SDL_Pango-0.1.2</a> from <a href="https://sourceforge.net/projects/sdlpango/">SDL_Pango's page on Sourceforge.net</a>. </li>
<li> <li>
Download <a href="https://z1.plala.jp/tuxpaint/SDL_Pango-extra-api.patch">a patch file</a> from <a href="https://z1.plala.jp/tuxpaint/buildwin.html">"Compiling Tux Paint using MinGW/MSYS2" webpage</a>. (This adds some extra (required) functionality to SDL_Pango.) </li> Download <a href="http://johnnypops.co.uk/tuxpaint/SDL_Pango-configure-extra-api.patch">a patch file</a> from <a href="http://www.johnnypops.co.uk/tuxpaint/">John Popplewell's "Tux Paint - MinGW/MSYS build instructions" webpage</a>. (This adds some extra (required) functionality to SDL_Pango.) </li>
</ul> </ul>
<p> <p>
Build and install SDL_Pango as follows. <blockquote> Build and install SDL_Pango as follows. <blockquote>
@ -488,21 +473,6 @@
</p> </p>
</blockquote> </blockquote>
<h5>SDL</h5>
<blockquote>
<p>
Download <a href="http://www.libsdl.org/release/SDL-1.2.15.tar.gz">source tar-ball of SDL_1.2.15</a> from <a href="http://www.libsdl.org/">libsdl.org</a>. </p>
<p>
Re-install SDL as follows. <blockquote>
<code>
$ tar zxvf SDL-1.2.15.tar.gz<br/>
$ cd SDL-1.2.15<br/>
$ ./configure --prefix=/mingw32 &amp;&amp; make &amp;&amp; make install
</code>
</blockquote>
</p>
</blockquote>
</blockquote> </blockquote>