diff --git a/docs/en/INSTALL.txt b/docs/en/INSTALL.txt
index d4a515344..3ba6afd3d 100644
--- a/docs/en/INSTALL.txt
+++ b/docs/en/INSTALL.txt
@@ -149,7 +149,7 @@ Compiling and Installation
Windows Users
- October 25, 2020 Shin-ichi TOYAMA shin1@wmail.plala.or.jp
+ November 3, 2021 Shin-ichi TOYAMA shin1@wmail.plala.or.jp
- October 25, 2020 Shin-ichi TOYAMA shin1@wmail.plala.or.jp <shin1@wmail.plala.or.jp>
+ November 3, 2021 Shin-ichi TOYAMA shin1@wmail.plala.or.jp <shin1@wmail.plala.or.jp>
- You can install tools and libraries required for compiling Tux Paint on MSYS2/MINGW using "
@@ -305,7 +305,7 @@
pacman" except for SDL_Pango and SDL_gfx. pacman" except for SDL_Pango.
"ntldd" is a small tool which examine windows executable files to list Dynamic Link Library (.dll) files they depends on. Tux Paint's packaging process for binary distribution uses it to find required .dll files.
@@ -313,12 +313,12 @@
- $ pacman -S mingw-w64-x86_64-SDL_{image,mixer,ttf}
+ $ pacman -S mingw-w64-x86_64-SDL_{image,mixer,ttf,gfx}
$ pacman -S mingw-w64-x86_64-librsvg
$ pacman -S mingw-w64-x86_64-fribidi
$ pacman -S mingw-w64-x86_64-libimagequant
$ pacman -S mingw-w64-x86_64-fltk
- $ pacman -S mingw64/mingw-w64-x86_64-ntldd-git
+ $ pacman -S mingw-w64-x86_64-ntldd-git
@@ -328,11 +328,11 @@
-- SDL_Pango and SDL_gfx should be installed manually.
+ SDL_Pango should be installed manually.This time, use the MinGW "64bit" shell. Open the shell from the "Start Menu" -> "MSYS2 64bit" -> "MSYS2 MinGW 64-bit"
@@ -360,21 +360,6 @@
--- Download source tar-ball of SDL_gfx-2.0.25 from SDL_gfx's page on Sourceforge.net.
-- Install SDL_gfx as follows.
-- -- $ tar zxvf SDL_gfx-2.0.25.tar.gz-
- $ cd SDL_gfx-2.0.25
- $ ./configure --prefix=/mingw64 && make && make install -
@@ -403,7 +388,7 @@
@@ -534,9 +504,11 @@- You can install tools and libraries required for compiling Tux Paint on MSYS2/MINGW using "
+ You can install tools and libraries required for compiling Tux Paint on MSYS2/MINGW using "pacman" except for SDL_Pango and SDL_gfx.pacman" except for SDL_Pango."
ntldd" is a small tool which examine windows executable files to list Dynamic Link Library (.dll) files they depends on. Tux Paint's packaging process for binary distribution uses it to find required.dllfiles.@@ -411,7 +396,7 @@
- $ pacman -S mingw-w64-i686-SDL_{image,mixer,ttf}
+ $ pacman -S mingw-w64-i686-SDL_{image,mixer,ttf,gfx}
$ pacman -S mingw-w64-i686-librsvg
$ pacman -S mingw-w64-i686-fribidi
$ pacman -S mingw-w64-i686-libimagequant
@@ -426,11 +411,11 @@- Install SDL_Pango and SDL_gfx on the 32bit environment
+ Install SDL_Pango on the 32bit environment-- SDL_Pango and SDL_gfx should be installed manually.
+ SDL_Pango should be installed manually.This time, use the MinGW "32bit" shell. Open the shell from the "Start Menu" -> "MSYS2 64bit" -> "MSYS2 MinGW 32-bit"
@@ -458,21 +443,6 @@SDL_gfx
---- Download source tar-ball of SDL_gfx-2.0.25 from SDL_gfx's page on Sourceforge.net.
-- Install SDL_gfx as follows.
-- -- $ tar zxvf SDL_gfx-2.0.25.tar.gz-
- $ cd SDL_gfx-2.0.25
- $ ./configure --prefix=/mingw32 && make && make install -
Inno Setup is used to build executable installer for Tux Paint. Therefore you have to install it in the first place.
-
+ Inno Setup officially supports translations for only about 20 languages. However, one of the great points of Tux Paint is it supports so many languages. Therefore, the set up script "tuxpaint.iss" to build the installer is written to use much more translations including unofficial one which are available on "Inno Setup Translations". You have to download translation files (.isl) required and put them in "Languages" directory under the directory in which Inno Setup is installed.
- Then, you can easily build an executable installer by right-clicking on the "tuxpaint.iss" icon in the "win32" directory and selecting "Compile" on the list. It will run for a while, and eventually you will find a "tuxpaint-X.Y.Z-win32-installer.exe" file in the same directory.
tuxpaint.iss" file and enable one of the lines starting with "#define BuildTarget=", depending on the architecture of the installer you want to create.
+
+ Then, you can easily build an executable installer by right-clicking on the "tuxpaint.iss" icon in the "win32" directory and selecting "Compile" on the list. It will run for a while, and eventually you will find a "tuxpaint-X.Y.Z-windows-<arch>-installer.exe" file in the same directory.
Double-click the Tux Paint installer executable (.EXE file) and follow the instructions.
- First, you will be asked to agree to the license. (It is the GNU General Public License (GPL), which is also available as "COPYING.txt".)
+ First, you will be asked to read the license. (It is the GNU General Public License (GPL), which is also available as "COPYING.txt".)You will then be asked whether you want to install shortcuts to Tux Paint in your Windows Start Menu and on your Windows Desktop. (Both options are set by default.)
diff --git a/docs/es_ES.UTF-8/INSTALL.txt b/docs/es_ES.UTF-8/INSTALL.txt index 369e9b200..1ce4df522 100644 --- a/docs/es_ES.UTF-8/INSTALL.txt +++ b/docs/es_ES.UTF-8/INSTALL.txt @@ -149,7 +149,7 @@ Compiling and Installation Windows Users - octubre 25, 2020 Shin-ichi TOYAMA shin1@wmail.plala.or.jp + noviembre 3, 2021 Shin-ichi TOYAMA shin1@wmail.plala.or.jp- octubre 25, 2020 Shin-ichi TOYAMA shin1@wmail.plala.or.jp <shin1@wmail.plala.or.jp> + noviembre 3, 2021 Shin-ichi TOYAMA shin1@wmail.plala.or.jp <shin1@wmail.plala.or.jp>
@@ -305,7 +305,7 @@- You can install tools and libraries required for compiling Tux Paint on MSYS2/MINGW using "
+ You can install tools and libraries required for compiling Tux Paint on MSYS2/MINGW using "pacman" except for SDL_Pango and SDL_gfx.pacman" except for SDL_Pango."
ntldd" is a small tool which examine windows executable files to list Dynamic Link Library (.dll) files they depends on. Tux Paint's packaging process for binary distribution uses it to find required.dllfiles.@@ -313,12 +313,12 @@
@@ -328,11 +328,11 @@- $ pacman -S mingw-w64-x86_64-SDL_{image,mixer,ttf}
+ $ pacman -S mingw-w64-x86_64-SDL_{image,mixer,ttf,gfx}
$ pacman -S mingw-w64-x86_64-librsvg
$ pacman -S mingw-w64-x86_64-fribidi
$ pacman -S mingw-w64-x86_64-libimagequant
$ pacman -S mingw-w64-x86_64-fltk
- $ pacman -S mingw64/mingw-w64-x86_64-ntldd-git + $ pacman -S mingw-w64-x86_64-ntldd-git- Install SDL_Pango and SDL_gfx on the 64bit environment
+ Install SDL_Pango on the 64bit environment-- SDL_Pango and SDL_gfx should be installed manually.
+ SDL_Pango should be installed manually.This time, use the MinGW "64bit" shell. Open the shell from the "Start Menu" -> "MSYS2 64bit" -> "MSYS2 MinGW 64-bit"
@@ -360,21 +360,6 @@SDL_gfx
---- Download source tar-ball of SDL_gfx-2.0.25 from SDL_gfx's page on Sourceforge.net.
-- Install SDL_gfx as follows.
-- -- $ tar zxvf SDL_gfx-2.0.25.tar.gz-
- $ cd SDL_gfx-2.0.25
- $ ./configure --prefix=/mingw64 && make && make install -
@@ -403,7 +388,7 @@
@@ -534,9 +504,11 @@- You can install tools and libraries required for compiling Tux Paint on MSYS2/MINGW using "
+ You can install tools and libraries required for compiling Tux Paint on MSYS2/MINGW using "pacman" except for SDL_Pango and SDL_gfx.pacman" except for SDL_Pango."
ntldd" is a small tool which examine windows executable files to list Dynamic Link Library (.dll) files they depends on. Tux Paint's packaging process for binary distribution uses it to find required.dllfiles.@@ -411,7 +396,7 @@
- $ pacman -S mingw-w64-i686-SDL_{image,mixer,ttf}
+ $ pacman -S mingw-w64-i686-SDL_{image,mixer,ttf,gfx}
$ pacman -S mingw-w64-i686-librsvg
$ pacman -S mingw-w64-i686-fribidi
$ pacman -S mingw-w64-i686-libimagequant
@@ -426,11 +411,11 @@- Install SDL_Pango and SDL_gfx on the 32bit environment
+ Install SDL_Pango on the 32bit environment-- SDL_Pango and SDL_gfx should be installed manually.
+ SDL_Pango should be installed manually.This time, use the MinGW "32bit" shell. Open the shell from the "Start Menu" -> "MSYS2 64bit" -> "MSYS2 MinGW 32-bit"
@@ -458,21 +443,6 @@SDL_gfx
---- Download source tar-ball of SDL_gfx-2.0.25 from SDL_gfx's page on Sourceforge.net.
-- Install SDL_gfx as follows.
-- -- $ tar zxvf SDL_gfx-2.0.25.tar.gz-
- $ cd SDL_gfx-2.0.25
- $ ./configure --prefix=/mingw32 && make && make install -
Inno Setup is used to build executable installer for Tux Paint. Therefore you have to install it in the first place.
-
+ Inno Setup officially supports translations for only about 20 languages. However, one of the great points of Tux Paint is it supports so many languages. Therefore, the set up script "tuxpaint.iss" to build the installer is written to use much more translations including unofficial one which are available on "Inno Setup Translations". You have to download translation files (.isl) required and put them in "Languages" directory under the directory in which Inno Setup is installed.
- Then, you can easily build an executable installer by right-clicking on the "tuxpaint.iss" icon in the "win32" directory and selecting "Compile" on the list. It will run for a while, and eventually you will find a "tuxpaint-X.Y.Z-win32-installer.exe" file in the same directory.
tuxpaint.iss" file and enable one of the lines starting with "#define BuildTarget=", depending on the architecture of the installer you want to create.
+
+ Then, you can easily build an executable installer by right-clicking on the "tuxpaint.iss" icon in the "win32" directory and selecting "Compile" on the list. It will run for a while, and eventually you will find a "tuxpaint-X.Y.Z-windows-<arch>-installer.exe" file in the same directory.
Double-click the Tux Paint installer executable (.EXE file) and follow the instructions.
- First, you will be asked to agree to the license. (It is the GNU General Public License (GPL), which is also available as "COPYING.txt".)
+ First, you will be asked to read the license. (It is the GNU General Public License (GPL), which is also available as "COPYING.txt".)You will then be asked whether you want to install shortcuts to Tux Paint in your Windows Start Menu and on your Windows Desktop. (Both options are set by default.)
diff --git a/docs/fr_FR.UTF-8/INSTALL.txt b/docs/fr_FR.UTF-8/INSTALL.txt index 62654add7..d54bd8730 100644 --- a/docs/fr_FR.UTF-8/INSTALL.txt +++ b/docs/fr_FR.UTF-8/INSTALL.txt @@ -152,7 +152,7 @@ Compilation et installation Utilisateurs de Windows - octobre 25, 2020 Shin-ichi TOYAMA shin1@wmail.plala.or.jp + novembre 3, 2021 Shin-ichi TOYAMA shin1@wmail.plala.or.jp- octobre 25, 2020 Shin-ichi TOYAMA shin1@wmail.plala.or.jp <shin1@wmail.plala.or.jp> + novembre 3, 2021 Shin-ichi TOYAMA shin1@wmail.plala.or.jp <shin1@wmail.plala.or.jp>
@@ -305,7 +305,7 @@- Vous pouvez installer les outils et bibliothèques nécessaires pour la compilation de Tux Paint sur MSYS2/MINGW en utilisant "
+ You can install tools and libraries required for compiling Tux Paint on MSYS2/MINGW using "pacman", sauf pour SDL_Pango et SDL_gfx.pacman" except for SDL_Pango."
ntldd" est un petit outil qui examine les fichiers exécutables de windows en vue de lister les fichiers DLL (.dll) qui leur sont nécessaires. Le process de fabrication de Tux Paint pour fournir des fichiers binaires s'en sert pour trouver les fichiers.dllrequis.@@ -313,12 +313,12 @@
@@ -328,11 +328,11 @@- $ pacman -S mingw-w64-x86_64-SDL_{image,mixer,ttf}
+ $ pacman -S mingw-w64-x86_64-SDL_{image,mixer,ttf,gfx}
$ pacman -S mingw-w64-x86_64-librsvg
$ pacman -S mingw-w64-x86_64-fribidi
$ pacman -S mingw-w64-x86_64-libimagequant
$ pacman -S mingw-w64-x86_64-fltk
- $ pacman -S mingw64/mingw-w64-x86_64-ntldd-git + $ pacman -S mingw-w64-x86_64-ntldd-git- Installer SDL_Pango et SDL_gfx pour l'environnement 64bit
+ Install SDL_Pango on the 64bit environment-- SDL_Pango et SDL_gfx doivent être installés manuellement.
+ SDL_Pango should be installed manually.Cette fois-ci, utilisez le shell MinGW "64bit". Ouvrez le shell depuis le "Menu de Démarrage" -> "MSYS2 64bit" -> "MSYS2 MinGW 64-bit"
@@ -360,21 +360,6 @@SDL_gfx
---- Télécharger fichier source de SDL_gfx-2.0.25 depuis La page SDL_gfx sur Sourceforge.net.
-- Réinstallez SDL_gfx comme suit.
-- -- $ tar zxvf SDL_gfx-2.0.25.tar.gz-
- $ cd SDL_gfx-2.0.25
- $ ./configure --prefix=/mingw64 && make && make install -
@@ -403,7 +388,7 @@
@@ -534,9 +504,11 @@- Vous pouvez installer les outils et bibliothèques nécessaires pour la compilation de Tux Paint sur MSYS2/MINGW en utilisant "
+ You can install tools and libraries required for compiling Tux Paint on MSYS2/MINGW using "pacman", sauf pour SDL_Pango et SDL_gfx.pacman" except for SDL_Pango."
ntldd" est un petit outil qui examine les fichiers exécutables de windows en vue de lister les fichiers DLL (.dll) qui leur sont nécessaires. Le process de fabrication de Tux Paint pour fournir des fichiers binaires s'en sert pour trouver les fichiers.dllrequis.@@ -411,7 +396,7 @@
- $ pacman -S mingw-w64-i686-SDL_{image,mixer,ttf}
+ $ pacman -S mingw-w64-i686-SDL_{image,mixer,ttf,gfx}
$ pacman -S mingw-w64-i686-librsvg
$ pacman -S mingw-w64-i686-fribidi
$ pacman -S mingw-w64-i686-libimagequant
@@ -426,11 +411,11 @@- Installer SDL_Pango et SDL_gfx pour l'environnement 32bit
+ Install SDL_Pango on the 32bit environment-- SDL_Pango et SDL_gfx doivent être installés manuellement.
+ SDL_Pango should be installed manually.Cette fois-ci, utilisez le shell MinGW "32bit". Ouvrez le shell depuis le "Menu de Démarrage" -> "MSYS2 64bit" -> "MSYS2 MinGW 32-bit"
@@ -458,21 +443,6 @@SDL_gfx
---- Télécharger fichier source de SDL_gfx-2.0.25 depuis La page SDL_gfx sur Sourceforge.net.
-- Réinstallez SDL_gfx comme suit.
-- -- $ tar zxvf SDL_gfx-2.0.25.tar.gz-
- $ cd SDL_gfx-2.0.25
- $ ./configure --prefix=/mingw32 && make && make install -
Inno Setup est utilisé pour construire l'installeur exécutable de Tux Paint. Vous devez donc l'installer en premier.
-
+ Officiellement Inno Setup prend en compte des traductions dans environ 20 langues. Cependant, un des points majeurs de Tux Paint est qu'il supporte beaucoup de langues. Aussi, le script de mise au point "tuxpaint.iss" qui sert pour construire le programme d'installation est écrit en beaucoup plus de langues, y compris des non-officielles qui sont disponibles sur "Inno Setup Translations". Vous devez télécharger les fichiers de traduction (.isl) qui sont requis et les mettre dans le répertoire "Languages" sous le répertoire dans lequel Inno Setup est installé.
- Alors, vous pouvez facilement construire un installateur exécutable en cliquant-droit sur l'icône "tuxpaint.iss" du répertoires "win32" et sélectionner "Compile" dans la liste. Cela prendra un certain temps, et éventuellement vous obtiendrez un fichier "tuxpaint-X.Y.Z-win32-installer.exe" dans le même répertoire.
tuxpaint.iss" file and enable one of the lines starting with "#define BuildTarget=", depending on the architecture of the installer you want to create.
+
+ Alors, vous pouvez facilement construire un installateur exécutable en cliquant-droit sur l'icône "tuxpaint.iss" du répertoires "win32" et sélectionner "Compile" dans la liste. Cela prendra un certain temps, et éventuellement vous obtiendrez un fichier "tuxpaint-X.Y.Z-windows-<arch>-installer.exe" dans le même répertoire.
Double-cliquez sur l'exécutable du programme d'installation de Tux Paint (fichier .EXE) et suivez les instructions.
- Tout d'abord, il vous sera demandé d'accepter la licence. (Il s'agit de la licence publique générale GNU (GPL), qui est également disponible en tant que "COPYING.txt".)
+ First, you will be asked to read the license. (It is the GNU General Public License (GPL), which is also available as "COPYING.txt".)Il vous sera ensuite demandé si vous souhaitez installer des raccourcis à Tux Paint dans votre menu Démarrer de Windows et sur votre bureau Windows.(Les deux options sont définies par défaut.)
diff --git a/docs/gl_ES.UTF-8/INSTALL.txt b/docs/gl_ES.UTF-8/INSTALL.txt index 02c85dbfa..41249aff4 100644 --- a/docs/gl_ES.UTF-8/INSTALL.txt +++ b/docs/gl_ES.UTF-8/INSTALL.txt @@ -153,7 +153,7 @@ Compiling and Installation Usuarios de Windows - 25 de Outubro de 2020 Shin-ichi TOYAMA shin1@wmail.plala.or.jp + 3 de Novembro de 2021 Shin-ichi TOYAMA shin1@wmail.plala.or.jp- 25 de Outubro de 2020 Shin-ichi TOYAMA shin1@wmail.plala.or.jp <shin1@wmail.plala.or.jp> + 3 de Novembro de 2021 Shin-ichi TOYAMA shin1@wmail.plala.or.jp <shin1@wmail.plala.or.jp>
@@ -305,7 +305,7 @@- You can install tools and libraries required for compiling Tux Paint on MSYS2/MINGW using "
+ You can install tools and libraries required for compiling Tux Paint on MSYS2/MINGW using "pacman" except for SDL_Pango and SDL_gfx.pacman" except for SDL_Pango."
ntldd" is a small tool which examine windows executable files to list Dynamic Link Library (.dll) files they depends on. Tux Paint's packaging process for binary distribution uses it to find required.dllfiles.@@ -313,12 +313,12 @@
@@ -328,11 +328,11 @@- $ pacman -S mingw-w64-x86_64-SDL_{image,mixer,ttf}
+ $ pacman -S mingw-w64-x86_64-SDL_{image,mixer,ttf,gfx}
$ pacman -S mingw-w64-x86_64-librsvg
$ pacman -S mingw-w64-x86_64-fribidi
$ pacman -S mingw-w64-x86_64-libimagequant
$ pacman -S mingw-w64-x86_64-fltk
- $ pacman -S mingw64/mingw-w64-x86_64-ntldd-git + $ pacman -S mingw-w64-x86_64-ntldd-git- Install SDL_Pango and SDL_gfx on the 64bit environment
+ Install SDL_Pango on the 64bit environment-- SDL_Pango and SDL_gfx should be installed manually.
+ SDL_Pango should be installed manually.This time, use the MinGW "64bit" shell. Open the shell from the "Start Menu" -> "MSYS2 64bit" -> "MSYS2 MinGW 64-bit"
@@ -360,21 +360,6 @@SDL_gfx
---- Download source tar-ball of SDL_gfx-2.0.25 from SDL_gfx's page on Sourceforge.net.
-- Install SDL_gfx as follows.
-- -- $ tar zxvf SDL_gfx-2.0.25.tar.gz-
- $ cd SDL_gfx-2.0.25
- $ ./configure --prefix=/mingw64 && make && make install -
@@ -403,7 +388,7 @@
@@ -534,9 +504,11 @@- You can install tools and libraries required for compiling Tux Paint on MSYS2/MINGW using "
+ You can install tools and libraries required for compiling Tux Paint on MSYS2/MINGW using "pacman" except for SDL_Pango and SDL_gfx.pacman" except for SDL_Pango."
ntldd" is a small tool which examine windows executable files to list Dynamic Link Library (.dll) files they depends on. Tux Paint's packaging process for binary distribution uses it to find required.dllfiles.@@ -411,7 +396,7 @@
- $ pacman -S mingw-w64-i686-SDL_{image,mixer,ttf}
+ $ pacman -S mingw-w64-i686-SDL_{image,mixer,ttf,gfx}
$ pacman -S mingw-w64-i686-librsvg
$ pacman -S mingw-w64-i686-fribidi
$ pacman -S mingw-w64-i686-libimagequant
@@ -426,11 +411,11 @@- Install SDL_Pango and SDL_gfx on the 32bit environment
+ Install SDL_Pango on the 32bit environment-- SDL_Pango and SDL_gfx should be installed manually.
+ SDL_Pango should be installed manually.This time, use the MinGW "32bit" shell. Open the shell from the "Start Menu" -> "MSYS2 64bit" -> "MSYS2 MinGW 32-bit"
@@ -458,21 +443,6 @@SDL_gfx
---- Download source tar-ball of SDL_gfx-2.0.25 from SDL_gfx's page on Sourceforge.net.
-- Install SDL_gfx as follows.
-- -- $ tar zxvf SDL_gfx-2.0.25.tar.gz-
- $ cd SDL_gfx-2.0.25
- $ ./configure --prefix=/mingw32 && make && make install -
Inno Setup is used to build executable installer for Tux Paint. Therefore you have to install it in the first place.
-
+ Inno Setup officially supports translations for only about 20 languages. However, one of the great points of Tux Paint is it supports so many languages. Therefore, the set up script "tuxpaint.iss" to build the installer is written to use much more translations including unofficial one which are available on "Inno Setup Translations". You have to download translation files (.isl) required and put them in "Languages" directory under the directory in which Inno Setup is installed.
- Then, you can easily build an executable installer by right-clicking on the "tuxpaint.iss" icon in the "win32" directory and selecting "Compile" on the list. It will run for a while, and eventually you will find a "tuxpaint-X.Y.Z-win32-installer.exe" file in the same directory.
tuxpaint.iss" file and enable one of the lines starting with "#define BuildTarget=", depending on the architecture of the installer you want to create.
+
+ Then, you can easily build an executable installer by right-clicking on the "tuxpaint.iss" icon in the "win32" directory and selecting "Compile" on the list. It will run for a while, and eventually you will find a "tuxpaint-X.Y.Z-windows-<arch>-installer.exe" file in the same directory.
Faga dobre clic no executábel do instalador de Tux Paint (ficheiro .EXE) e siga as instrucións.
- En primeiro lugar, solicitaráselle que acepte a licenza. (É a Licenza pública xeral de GNU (GPL), que tamén está dispoñíbel como «COPYING.txt»).
+ First, you will be asked to read the license. (It is the GNU General Public License (GPL), which is also available as "COPYING.txt".)Após preguntaráselle se quere instalar accesos directos a Tux Paint no seu menú de inicio de Windows e no escritorio de Windows. (Ámbalas dúas opcións están definidas de xeito predeterminado.)
diff --git a/docs/ja_JP.UTF-8/EXTENDING.txt b/docs/ja_JP.UTF-8/EXTENDING.txt index 7ef1a28d0..81ed213e9 100644 --- a/docs/ja_JP.UTF-8/EXTENDING.txt +++ b/docs/ja_JP.UTF-8/EXTENDING.txt @@ -24,14 +24,14 @@ | * Stamp Descriptive Sound | | * Stamp Options | | * Pre-Mirrored and Flipped Stamps | - | * Fonts | + | * フォント | | * 'Starters' | | * Coloring-Book Style Starters | | * Scene-Style Starters | | * 'Templates' | | * Translations | | * Alternative Input Methods | - | * On-screen Keyboard | + | * 画面キーボード | +------------------------------------------+ ---------------------------------------------------------------------- @@ -470,7 +470,7 @@ Stamps To prevent a stamp from being mirrored horizontally, add the option "nomirror" to the stamp's data file. - Initial Stamp Size + スタンプサイズ By default, Tux Paint assumes that your stamp is sized appropriately for unscaled display on a 608x472 canvas. This was the original Tux @@ -522,7 +522,7 @@ Stamps ---------------------------------------------------------------------- -Fonts +フォント The fonts used by Tux Paint are TrueType Fonts (TTF). @@ -765,7 +765,7 @@ Alternative Input Methods ---------------------------------------------------------------------- -On-screen Keyboard +画面キーボード As of version 0.9.22, Tux Paint's 'Text' and 'Label' tools can present an on-screen keyboard that allows the pointer (via a mouse, eye-tracking diff --git a/docs/ja_JP.UTF-8/FAQ.txt b/docs/ja_JP.UTF-8/FAQ.txt index 379c25820..15bb18a6f 100644 --- a/docs/ja_JP.UTF-8/FAQ.txt +++ b/docs/ja_JP.UTF-8/FAQ.txt @@ -13,8 +13,8 @@ |------------------------------| | * Drawing-related | | * Interface Problems | - | * Printing | - | * Saving | + | * 印刷 | + | * 保存 | | * Audio Problems | | * Fullscreen Mode Problems | | * Other Probelms | @@ -174,7 +174,7 @@ Interface Problems ---------------------------------------------------------------------- -Printing +印刷 Tux Paint won't print, gives an error, or prints garbage (Unix/Linux) @@ -241,11 +241,11 @@ Printing configuration file's setting. Or use Tux Paint Config. and make sure "Allow Printing" (under - "Printing") is checked. + "印刷") is checked. ---------------------------------------------------------------------- -Saving +保存 Where does Tux Paint save my drawings? @@ -298,7 +298,7 @@ Saving configuration file's setting. Or use Tux Paint Config. and make sure "Ask Before Overwriting" - (under "Saving") is checked. + (under "保存") is checked. Also, see "Tux Paint always saves a new picture!", below. @@ -323,7 +323,7 @@ Saving configuration file's setting. Or use Tux Paint Config. and make sure "Ask Before Overwriting" - (under "Saving") is checked. + (under "保存") is checked. Also, see "Tux Paint always saves over my old picture!", above. @@ -410,7 +410,7 @@ Audio Problems Documentation" for details) and add a line containing "nosound=yes". * Or use Tux Paint Config. and make sure "Enable Sound - Effects" (under "Video & Sound") is not checked. + Effects" (under "画面 & 音声") is not checked. * Alternatively, recompile Tux Paint with sound support disabled. (See above, and the 'Install' documentation. @@ -425,7 +425,7 @@ Audio Problems Documentation" for details) and add a line containing "nostereo=yes". * Or use Tux Paint Config. and make sure "Enable Stereo - Effects" (under "Video & Sound") is not checked. + Effects" (under "画面 & 音声") is not checked. The sound effects sound strange @@ -492,8 +492,8 @@ Fullscreen Mode Problems command-line argument: "--windowed", which will override the configuration file's setting. - Or use Tux Paint Config. and make sure "Fullscreen" (under "Video - & Sound") is not checked. + Or use Tux Paint Config. and make sure "Fullscreen" (under "画面 & + 音声") is not checked. ---------------------------------------------------------------------- @@ -560,7 +560,7 @@ Other Probelms configuration file's setting. Or use Tux Paint Config. and make sure "Disable Quit Button and - [Escape] Key" (under "Simplification") is not checked. + [Escape] Key" (under "単純化") is not checked. Tux Paint keeps writing weird messages to the screen / to a text file diff --git a/docs/ja_JP.UTF-8/INSTALL.txt b/docs/ja_JP.UTF-8/INSTALL.txt index 55dbf8846..4336b604f 100644 --- a/docs/ja_JP.UTF-8/INSTALL.txt +++ b/docs/ja_JP.UTF-8/INSTALL.txt @@ -149,7 +149,7 @@ Compiling and Installation Windows のユーザー - 2020年10月25日 Shin-ichi TOYAMA shin1@wmail.plala.or.jp + 2021年11月 3日 Shin-ichi TOYAMA shin1@wmail.plala.or.jp@@ -709,7 +709,7 @@
Fonts + id="fonts">フォント
@@ -951,7 +951,7 @@On-screen Keyboard + id="on_screen_keyboard">画面キーボード
diff --git a/docs/ja_JP.UTF-8/html/FAQ.html b/docs/ja_JP.UTF-8/html/FAQ.html index be2ed8011..4f5ba0e60 100644 --- a/docs/ja_JP.UTF-8/html/FAQ.html +++ b/docs/ja_JP.UTF-8/html/FAQ.html @@ -50,10 +50,10 @@ Interface Problems- Printing + 印刷 - Saving + 保存 Audio Problems @@ -267,7 +267,7 @@ - Printing + 印刷
@@ -331,7 +331,7 @@ Either remove that line, or simply run Tux Paint with the command-line argument: "
@@ -340,7 +340,7 @@- Or use Tux Paint Config. and make sure "Allow Printing" (under "Printing") is checked.
+ Or use Tux Paint Config. and make sure "Allow Printing" (under "印刷") is checked.- Saving + 保存
@@ -405,7 +405,7 @@ Either remove that line, or simply run Tux Paint with the command-line argument: "
--saveoverask", which will override the configuration file's setting.- Or use Tux Paint Config. and make sure "Ask Before Overwriting" (under "Saving") is checked.
+ Or use Tux Paint Config. and make sure "Ask Before Overwriting" (under "保存") is checked.Also, see "Tux Paint always saves a new picture!", below.
@@ -431,7 +431,7 @@ Either remove that line, or simply run Tux Paint with the command-line argument: "--saveoverask", which will override the configuration file's setting.- Or use Tux Paint Config. and make sure "Ask Before Overwriting" (under "Saving") is checked.
+ Or use Tux Paint Config. and make sure "Ask Before Overwriting" (under "保存") is checked.Also, see "Tux Paint always saves over my old picture!", above.
@@ -528,7 +528,7 @@Edit Tux Paint's configuration file (see "Options Documentation" for details) and add a line containing " nosound=yes".- Or use Tux Paint Config. and make sure "Enable Sound Effects" (under "Video & Sound") is not checked. + Or use Tux Paint Config. and make sure "Enable Sound Effects" (under "画面 & 音声") is not checked.Alternatively, recompile Tux Paint with sound support disabled. (See above, and the 'Install' documentation. @@ -550,7 +550,7 @@Edit Tux Paint's configuration file (see "Options Documentation" for details) and add a line containing " nostereo=yes".- Or use Tux Paint Config. and make sure "Enable Stereo Effects" (under "Video & Sound") is not checked. + Or use Tux Paint Config. and make sure "Enable Stereo Effects" (under "画面 & 音声") is not checked. @@ -627,7 +627,7 @@ Either remove that line, or simply run Tux Paint with the command-line argument: "--windowed", which will override the configuration file's setting.- Or use Tux Paint Config. and make sure "Fullscreen" (under "Video & Sound") is not checked.
+ Or use Tux Paint Config. and make sure "Fullscreen" (under "画面 & 音声") is not checked. @@ -694,7 +694,7 @@ Either remove that line, or simply run Tux Paint with the command-line argument: "--quit", which will override the configuration file's setting.- Or use Tux Paint Config. and make sure "Disable Quit Button and [Escape] Key" (under "Simplification") is not checked.
+ Or use Tux Paint Config. and make sure "Disable Quit Button and [Escape] Key" (under "単純化") is not checked.diff --git a/docs/ja_JP.UTF-8/html/INSTALL.html b/docs/ja_JP.UTF-8/html/INSTALL.html index 730013e86..c4225ccf0 100644 --- a/docs/ja_JP.UTF-8/html/INSTALL.html +++ b/docs/ja_JP.UTF-8/html/INSTALL.html @@ -242,7 +242,7 @@ - 2020年10月25日 Shin-ichi TOYAMA shin1@wmail.plala.or.jp <shin1@wmail.plala.or.jp> + 2021年11月 3日 Shin-ichi TOYAMA shin1@wmail.plala.or.jp <shin1@wmail.plala.or.jp>
@@ -305,7 +305,7 @@- You can install tools and libraries required for compiling Tux Paint on MSYS2/MINGW using "
+ You can install tools and libraries required for compiling Tux Paint on MSYS2/MINGW using "pacman" except for SDL_Pango and SDL_gfx.pacman" except for SDL_Pango."
ntldd" is a small tool which examine windows executable files to list Dynamic Link Library (.dll) files they depends on. Tux Paint's packaging process for binary distribution uses it to find required.dllfiles.@@ -313,12 +313,12 @@
@@ -328,11 +328,11 @@- $ pacman -S mingw-w64-x86_64-SDL_{image,mixer,ttf}
+ $ pacman -S mingw-w64-x86_64-SDL_{image,mixer,ttf,gfx}
$ pacman -S mingw-w64-x86_64-librsvg
$ pacman -S mingw-w64-x86_64-fribidi
$ pacman -S mingw-w64-x86_64-libimagequant
$ pacman -S mingw-w64-x86_64-fltk
- $ pacman -S mingw64/mingw-w64-x86_64-ntldd-git + $ pacman -S mingw-w64-x86_64-ntldd-git- Install SDL_Pango and SDL_gfx on the 64bit environment
+ Install SDL_Pango on the 64bit environment-- SDL_Pango and SDL_gfx should be installed manually.
+ SDL_Pango should be installed manually.This time, use the MinGW "64bit" shell. Open the shell from the "Start Menu" -> "MSYS2 64bit" -> "MSYS2 MinGW 64-bit"
@@ -360,21 +360,6 @@SDL_gfx
---- Download source tar-ball of SDL_gfx-2.0.25 from SDL_gfx's page on Sourceforge.net.
-- Install SDL_gfx as follows.
-- -- $ tar zxvf SDL_gfx-2.0.25.tar.gz-
- $ cd SDL_gfx-2.0.25
- $ ./configure --prefix=/mingw64 && make && make install -@@ -403,7 +388,7 @@
@@ -534,9 +504,11 @@- You can install tools and libraries required for compiling Tux Paint on MSYS2/MINGW using "
+ You can install tools and libraries required for compiling Tux Paint on MSYS2/MINGW using "pacman" except for SDL_Pango and SDL_gfx.pacman" except for SDL_Pango."
ntldd" is a small tool which examine windows executable files to list Dynamic Link Library (.dll) files they depends on. Tux Paint's packaging process for binary distribution uses it to find required.dllfiles.@@ -411,7 +396,7 @@
- $ pacman -S mingw-w64-i686-SDL_{image,mixer,ttf}
+ $ pacman -S mingw-w64-i686-SDL_{image,mixer,ttf,gfx}
$ pacman -S mingw-w64-i686-librsvg
$ pacman -S mingw-w64-i686-fribidi
$ pacman -S mingw-w64-i686-libimagequant
@@ -426,11 +411,11 @@- Install SDL_Pango and SDL_gfx on the 32bit environment
+ Install SDL_Pango on the 32bit environment-- SDL_Pango and SDL_gfx should be installed manually.
+ SDL_Pango should be installed manually.This time, use the MinGW "32bit" shell. Open the shell from the "Start Menu" -> "MSYS2 64bit" -> "MSYS2 MinGW 32-bit"
@@ -458,21 +443,6 @@SDL_gfx
---- Download source tar-ball of SDL_gfx-2.0.25 from SDL_gfx's page on Sourceforge.net.
-- Install SDL_gfx as follows.
-- -- $ tar zxvf SDL_gfx-2.0.25.tar.gz-
- $ cd SDL_gfx-2.0.25
- $ ./configure --prefix=/mingw32 && make && make install -Inno Setup is used to build executable installer for Tux Paint. Therefore you have to install it in the first place.
-
+ Inno Setup officially supports translations for only about 20 languages. However, one of the great points of Tux Paint is it supports so many languages. Therefore, the set up script "tuxpaint.iss" to build the installer is written to use much more translations including unofficial one which are available on "Inno Setup Translations". You have to download translation files (.isl) required and put them in "Languages" directory under the directory in which Inno Setup is installed.- Then, you can easily build an executable installer by right-clicking on the "
+ Before building an installer, edit the "tuxpaint.iss" icon in the "win32" directory and selecting "Compile" on the list. It will run for a while, and eventually you will find a "tuxpaint-X.Y.Z-win32-installer.exe" file in the same directory.tuxpaint.iss" file and enable one of the lines starting with "#define BuildTarget=", depending on the architecture of the installer you want to create. ++ Then, you can easily build an executable installer by right-clicking on the "
tuxpaint.iss" icon in the "win32" directory and selecting "Compile" on the list. It will run for a while, and eventually you will find a "tuxpaint-X.Y.Z-windows-<arch>-installer.exe" file in the same directory.
@@ -546,7 +518,7 @@Double-click the Tux Paint installer executable (.EXE file) and follow the instructions.
- First, you will be asked to agree to the license. (It is the GNU General Public License (GPL), which is also available as "COPYING.txt".)
+ First, you will be asked to read the license. (It is the GNU General Public License (GPL), which is also available as "COPYING.txt".)You will then be asked whether you want to install shortcuts to Tux Paint in your Windows Start Menu and on your Windows Desktop. (Both options are set by default.)
diff --git a/docs/ja_JP.UTF-8/html/OPTIONS.html b/docs/ja_JP.UTF-8/html/OPTIONS.html index 3d021d3d5..82b74a8f2 100644 --- a/docs/ja_JP.UTF-8/html/OPTIONS.html +++ b/docs/ja_JP.UTF-8/html/OPTIONS.html @@ -53,31 +53,31 @@ 利用可能なオプション@@ -214,11 +214,11 @@
- - Video/Sound + 画面・音声
- - Mouse/Keyboard + マウス・キーボード
- - Simplification + 単純化
- - Languages + 言語関連
- - Printing + 印刷
- - Saving + 保存
- - Data + データ
- - Accessibility + アクセシビリティ
- - Joystick + ジョイスティック
- Video/Sound + 画面・音声
- Video
+ 画面@@ -230,7 +230,7 @@
プログラムを、ウィンドウ内ではなく、フルスクリーンモードで起動します。
- Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "
+ 注:システム全体の設定ファイルで設定されている場合は、ユーザーの設定ファイルで "fullscreen=no". In both cases, may be overridden by the command-line option "--windowed".fullscreen=no" を設定すると上書きされることがあります。また、どちらの設定も、コマンドラインオプションの "--windowed" で変更できます。- @@ -279,7 +279,7 @@
ウィンドウの幅と高さの設定を入れ替えます。これは、タブレットパソコンのような縦型のディスプレイでウィンドウを回転させる際に便利なオプションです。
- Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "
+ 注:システム全体の設定ファイルで設定されている場合は、ユーザーの設定ファイルで "orient=landscape". In both cases, may be overridden by the command-line option "--orient=landscape".orient=landscape" を設定すると上書きされることがあります。また、どちらの設定も、コマンドラインオプションの "--orient=landscape" で変更できます。- @@ -299,13 +299,13 @@
標準では、Tux Paint の起動中は スクリーンセーバーが起動しない設定になっていますが、"
allowscreensaver" オプションを指定すると、スクリーンセーバーが有効になります。これはSDLライブラリのバージョンが 1.2.12 以降の場合に有効なオプションであることに注意して下さい。(環境変数 "SDL_VIDEO_ALLOW_SCREENSAVER" の値を "1" に設定しても、同様のことができます)- Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "
+ 注:システム全体の設定ファイルで設定されている場合は、ユーザーの設定ファイルで "allowscreensaver=no" or "disablescreensaver=yes". In both cases, may be overridden by the command-line option "--disablescreensaver".allowscreensaver=no" または "disablescreensaver=yes" を設定すると上書きされることがあります。また、どちらの設定も、コマンドラインオプションの "--disablescreensaver" で変更できます。- Sound
+ 音声
- @@ -316,7 +316,7 @@
効果音を無効にします。(注:このオプションを設定すると、[Alt] + [S] を押しても、効果音を有効化することはできません
- Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "
+ 注:システム全体の設定ファイルで設定されている場合は、ユーザーの設定ファイルで "nosound=no" or "sound=yes". In both cases, may be overridden by the command-line option "--sound".nosound=no" または "sound=yes" を設定すると上書きされることがあります。また、どちらの設定も、コマンドラインオプションの "--sound" で変更できます。- @@ -327,13 +327,13 @@
ステレオの効果音を無効にする。(片耳イヤホンや1台のスピーカーで使用する場合に役に立ちます)
- Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "
+ 注:システム全体の設定ファイルで設定されている場合は、ユーザーの設定ファイルで "nostereo=no" or "stereo=yes". In both cases, may be overridden by the command-line option "--stereo".nostereo=no" または "stereo=yes" を設定すると上書きされることがあります。また、どちらの設定も、コマンドラインオプションの "--stereo" で変更できます。- Interface Size
+ インターフェースサイズ
- @@ -348,7 +348,7 @@ SIZE の値は24から192までのピクセル値で指定します。ほとんどのボタンは正方形となっており、この設定はボタンの幅と高さの両方に影響します。
- Note: If the chosen button size would cause the buttons to be too large for all required UI elements to appear under Tux Paint's chosen window size, the largest possible button size will be used. (A note will appear in
+ 注:選択されたボタンのサイズが大きすぎて画面内に必要なすべてのインターフェースが表示しきれない場合は、できる限り大きなボタンサイズが使用されます。(stderrにメモが表示されます。)stderr.)- @@ -366,11 +366,11 @@
- Mouse/Keyboard + マウス・キーボード
- Cursor
+ マウスカーソル@@ -385,7 +385,7 @@
環境によっては Tux Paint のマウスカーソルが原因で不具合が起こることがあります。そういった場合にこのオプションを有効にして下さい。
- Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "
+ 注:システム全体の設定ファイルで設定されている場合は、ユーザーの設定ファイルで "nofancycursors=no" or "fancycursors=yes". In both cases, may be overridden by the command-line option "--fancycursors".nofancycursors=no" または "fancycursors=yes" を設定すると上書きされることがあります。また、どちらの設定も、コマンドラインオプションの "--fancycursors" で変更できます。- @@ -399,13 +399,13 @@
タブレットPCなどのタッチスクリーンを用いるデバイスのためのオプションです。
- Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "
+ 注:システム全体の設定ファイルで設定されている場合は、ユーザーの設定ファイルで "hidecursor=no" or "showcursor=yes". In both cases, may be overridden by the command-line option "--showcursor".hidecursor=no" または "showcursor=yes" を設定すると上書きされることがあります。また、どちらの設定も、コマンドラインオプションの "--showcursor" で変更できます。- Keyboard
+ キーボード@@ -420,13 +420,13 @@
これは、キーボードの操作に慣れていない子供が不用意にコマンドを実行してしまうことを防ぐために有効です。
- Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "
+ 注:システム全体の設定ファイルで設定されている場合は、ユーザーの設定ファイルで "noshortcuts=no" or "shortcuts=yes". In both cases, may be overridden by the command-line option "--shortcuts".noshortcuts=no" または "shortcuts=yes" を設定すると上書きされることがあります。また、どちらの設定も、コマンドラインオプションの "--shortcuts" で変更できます。- Mouse
+ マウス@@ -475,11 +475,11 @@@@ -441,7 +441,7 @@
これは、ユーザーが Tux Paint から抜け出すことができないようにするのに便利です。 [Alt]-[Tab] によるウィンドウの切り替えや、[Ctrl]-[Escape] キーによる操作が無効になります。このオプションは、特にフルスクリーンモード時に有効です。
- Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "
+ 注:システム全体の設定ファイルで設定されている場合は、ユーザーの設定ファイルで "grab=no" or "dontgrab=yes". In both cases, may be overridden by the command-line option "--dontgrab".grab=no" または "dontgrab=yes" を設定すると上書きされることがあります。また、どちらの設定も、コマンドラインオプションの "--dontgrab" で変更できます。- @@ -452,7 +452,7 @@
マウスでのホイールによる操作が無効になります。(通常、ホイールは右のセレクターメニューをスクロールします)。
- Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "
+ 注:システム全体の設定ファイルで設定されている場合は、ユーザーの設定ファイルで "nowheelmouse=no" or "wheelmouse=yes". In both cases, may be overridden by the command-line option "--wheelmouse".nowheelmouse=no" または "wheelmouse=yes" を設定すると上書きされることがあります。また、どちらの設定も、コマンドラインオプションの "--wheelmouse" で変更できます。- @@ -466,7 +466,7 @@
マウス操作が苦手なお子さんの場合、このオプションを使用することで、マウスの2つまたは3つのボタンの区別を無効にすることができます。
- Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "
+ 注:システム全体の設定ファイルで設定されている場合は、ユーザーの設定ファイルで "nobuttondistinction=no" or "buttondistinction=yes". In both cases, may be overridden by the command-line option "--buttondistinction".nobuttondistinction=no" または "buttondistinction=yes" を設定すると上書きされることがあります。また、どちらの設定も、コマンドラインオプションの "--buttondistinction" で変更できます。
- Simplification + 単純化
- Interface Simplification
+ 操作の単純化@@ -491,7 +491,7 @@
「ずけい」ツールで、形を決めたあとに回転させるステップを省略します。クリックして、ドラッグして、ボタンを離すだけで、図形を描くことができます。
- Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "
+ 注:システム全体の設定ファイルで設定されている場合は、ユーザーの設定ファイルで "simpleshapes=no" or "complexshapes=yes". In both cases, may be overridden by the command-line option "--complexshapes".simpleshapes=no" または "complexshapes=yes" を設定すると上書きされることがあります。また、どちらの設定も、コマンドラインオプションの "--complexshapes" で変更できます。- @@ -505,7 +505,7 @@
Tux Paint を非常に遅いパソコンで使いたい場合や、リモートの X-Window ディスプレイで使う場合に、速度を改善します。
- Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "
+ 注:システム全体の設定ファイルで設定されている場合は、ユーザーの設定ファイルで "nooutlines=no" or "outlines=yes". In both cases, may be overridden by the command-line option "--outlines".nooutlines=no" または "outlines=yes" を設定すると上書きされることがあります。また、どちらの設定も、コマンドラインオプションの "--outlines" で変更できます。- @@ -516,13 +516,13 @@
すべてのテキストが大文字で表記されます(例:「Brush」は「BRUSH」)。まだ大文字しか習っていない子供たちにとって役に立つオプションです。
- Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "
+ 注:システム全体の設定ファイルで設定されている場合は、ユーザーの設定ファイルで "uppercase=no" or "mixedcase=yes". In both cases, may be overridden by the command-line option "--mixedcase".uppercase=no" または "mixedcase=yes" を設定すると上書きされることがあります。また、どちらの設定も、コマンドラインオプションの "--mixedcase" で変更できます。- Initial Stamp Size
+ スタンプサイズ@@ -541,7 +541,7 @@
- Control Simplification
+ 機能制限@@ -627,11 +627,11 @@@@ -560,7 +560,7 @@ また、[Shift] + [Control] + [Escape]. というキーの組み合わせでもプログラムを終了することができます。
- Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "
+ 注:システム全体の設定ファイルで設定されている場合は、ユーザーの設定ファイルで "noquit=no" or "quit=yes". In both cases, may be overridden by the command-line option "--quit".noquit=no" または "quit=yes" を設定すると上書きされることがあります。また、どちらの設定も、コマンドラインオプションの "--quit" で変更できます。- @@ -574,7 +574,7 @@
これによって、初回起動時のプログラムの読み込みが高速になります。
- Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "
+ 注:システム全体の設定ファイルで設定されている場合は、ユーザーの設定ファイルで "nostamps=no" or "stamps=yes". In both cases, may be overridden by the command-line option "--stamps".nostamps=no" または "stamps=yes" を設定すると上書きされることがあります。また、どちらの設定も、コマンドラインオプションの "--stamps" で変更できます。- @@ -585,7 +585,7 @@
「はんこ」ツールの画像には、上下または左右に反転できたり、大きさを変更したりできるものがあります。このオプションを設定すると、このような操作を無効にします。
- Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "
+ 注:システム全体の設定ファイルで設定されている場合は、ユーザーの設定ファイルで "nostampcontrols=no" or "stampcontrols=yes". In both cases, may be overridden by the command-line option "--stampcontrols".nostampcontrols=no" または "stampcontrols=yes" を設定すると上書きされることがあります。また、どちらの設定も、コマンドラインオプションの "--stampcontrols" で変更できます。- @@ -596,7 +596,7 @@
「まほう」ツールの中には、「ふで」ツールのように画像の一部分だけに効果を及ぼすか、キャンバス全体に効果を及ぼすかを選択できるものがあります。このオプションを設定すると、「まほう」ツールの動作の選択を無効にして、ツールごとに標準の動作だけをするようにします。(たいていは「ふで」のような動作になります)
- Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "
+ 注:システム全体の設定ファイルで設定されている場合は、ユーザーの設定ファイルで "nomagiccontrols=no" or "magiccontrols=yes". In both cases, may be overridden by the command-line option "--magiccontrols".nomagiccontrols=no" または "magiccontrols=yes" を設定すると上書きされることがあります。また、どちらの設定も、コマンドラインオプションの "--magiccontrols" で変更できます。- @@ -607,7 +607,7 @@
「かたち」ツールでの2つの動作モード-マウスをクリックした箇所を中心として図形を拡大するか、マウスをクリックした箇所をコーナーとして図形を拡大するか-を選択するボタンを無効にします。
- Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "
+ 注:システム全体の設定ファイルで設定されている場合は、ユーザーの設定ファイルで "noshapecontrols=no" or "shapecontrols=yes". In both cases, may be overridden by the command-line option "--shapecontrols".noshapecontrols=no" または "shapecontrols=yes" を設定すると上書きされることがあります。また、どちらの設定も、コマンドラインオプションの "--shapecontrols" で変更できます。- @@ -618,7 +618,7 @@
「ラベル」ツールを無効にします。
- Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "
+ 注:システム全体の設定ファイルで設定されている場合は、ユーザーの設定ファイルで "nolabel=no" or "label=yes". In both cases, may be overridden by the command-line option "--label".nolabel=no" または "label=yes" を設定すると上書きされることがあります。また、どちらの設定も、コマンドラインオプションの "--label" で変更できます。
- Languages + 言語関連
- Language
+ 言語@@ -2201,13 +2201,13 @@
左から右ではなく右から左に向かって描き進むことを好むユーザーに役に立つオプションです。
- Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "
+ 注:システム全体の設定ファイルで設定されている場合は、ユーザーの設定ファイルで "mirrorstamps=no" or "dontmirrorstamps=yes". In both cases, may be overridden by the command-line option "--dontmirrorstamps".mirrorstamps=no" または "dontmirrorstamps=yes" を設定すると上書きされることがあります。また、どちらの設定も、コマンドラインオプションの "--dontmirrorstamps" で変更できます。- Fonts
+ フォント@@ -2242,11 +2242,11 @@@@ -2219,7 +2219,7 @@
もじツールで、オペレーティングシステムのフォントを使用します。通常では、Tux Paint はパッケージに付属するフォントだけを使用します。
- Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "
+ 注:システム全体の設定ファイルで設定されている場合は、ユーザーの設定ファイルで "sysfonts=no" or "nosysfonts=yes". In both cases, may be overridden by the command-line option "--nosysfonts".sysfonts=no" または "nosysfonts=yes" を設定すると上書きされることがあります。また、どちらの設定も、コマンドラインオプションの "--nosysfonts" で変更できます。- @@ -2233,7 +2233,7 @@
以前のバージョンのように全てのフォントを読み込むようにするには、このオプションを有効にします。
- Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "
+ 注:システム全体の設定ファイルで設定されている場合は、ユーザーの設定ファイルで "alllocalefonts=no" or "currentlocalefont=yes". In both cases, may be overridden by the command-line option "--currentlocalefont".alllocalefonts=no" または "currentlocalefont=yes" を設定すると上書きされることがあります。また、どちらの設定も、コマンドラインオプションの "--currentlocalefont" で変更できます。
- Printing + 印刷
- Print Permissions
+ 印刷の制御@@ -2268,13 +2268,13 @@ SECONDS で設定した秒数ごとに1回だけしか印刷できなくなります。
- Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "
+ 注:システム全体の設定ファイルで設定されている場合は、ユーザーの設定ファイルで "printdelay=0". In both cases, may be overridden by the command-line option "--printdelay=0".printdelay=0" を設定すると上書きされることがあります。また、どちらの設定も、コマンドラインオプションの "--printdelay=0" で変更できます。- Show Printer Dialog
+ 印刷ダイアログの表示@@ -2309,7 +2309,7 @@
- Save Printer Configuration
+ 印刷設定の保存@@ -2329,14 +2329,14 @@ (注:これは、Tux Paint をフルスクリーンモードで起動している場合にのみ有効であることに注意してください。)"printcfg" オプションが設定されていれば、変更した印刷の設定は "
userdata/print.cfg" ファイルに記録され、再利用されます。- Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "
+ 注:システム全体の設定ファイルで設定されている場合は、ユーザーの設定ファイルで "printcfg=no" or "noprintcfg=yes". In both cases, may be overridden by the command-line option "--noprintcfg".printcfg=no" または "noprintcfg=yes" を設定すると上書きされることがあります。また、どちらの設定も、コマンドラインオプションの "--noprintcfg" で変更できます。- Print Commands
+ 印刷コマンド@@ -2387,7 +2387,7 @@
- Paper Size
+ 用紙サイズ@@ -2414,11 +2414,11 @@
- Saving + 保存
- Save Over Earlier Work
+ 上書き保存@@ -2453,7 +2453,7 @@
- Starting Out
+ 起動時の設定@@ -2465,7 +2465,7 @@
Tux Paint を起動する際、前回最後に開いていた絵を読み込む代わりに、毎回、空のキャンバスで開始します。
- Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "
+ 注:システム全体の設定ファイルで設定されている場合は、ユーザーの設定ファイルで "startblank=no" or "startlast=yes". In both cases, may be overridden by the command-line option "--startlast".startblank=no" または "startlast=yes" を設定すると上書きされることがあります。また、どちらの設定も、コマンドラインオプションの "--startlast" で変更できます。- @@ -2476,14 +2476,14 @@
「さいしょから」でキャンバスを選択する際、単色のキャンバスが末尾に、スターター画像やテンプレートが先頭になるよう、表示順序を変更します。
- Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "
+ 注:システム全体の設定ファイルで設定されている場合は、ユーザーの設定ファイルで "newcolorslast=no" or "newcolorsfirst=yes". In both cases, may be overridden by the command-line option "--newcolorsfirst".newcolorslast=no" または "newcolorsfirst=yes" を設定すると上書きされることがあります。また、どちらの設定も、コマンドラインオプションの "--newcolorsfirst" で変更できます。- Save and Export Directories
+ 保存・書き出し先のディレクトリ@@ -2560,7 +2560,7 @@
- More Saving Options
+ 保存関連の追加オプション@@ -2572,7 +2572,7 @@
@@ -2593,11 +2593,11 @@絵の保存ができないようにします("セーブ" ボタンも無効になります)。一時的なお遊びに使う場合や、テスト環境で使えるオプションです。
- Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "
+ 注:システム全体の設定ファイルで設定されている場合は、ユーザーの設定ファイルで "nosave=no" or "save=yes". In both cases, may be overridden by the command-line option "--save".nosave=no" または "save=yes" を設定すると上書きされることがあります。また、どちらの設定も、コマンドラインオプションの "--save" で変更できます。- @@ -2583,7 +2583,7 @@
プログラムを終了するときに、絵を保存するかどうか尋ねずに、自動的に保存します。
- Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "
+ 注:システム全体の設定ファイルで設定されている場合は、ユーザーの設定ファイルで "autosave=no" or "noautosave=yes". In both cases, may be overridden by the command-line option "--noautosave".autosave=no" または "noautosave=yes" を設定すると上書きされることがあります。また、どちらの設定も、コマンドラインオプションの "--noautosave" で変更できます。
- Data + データ
- Lockfile
+ ロックファイル@@ -2616,14 +2616,14 @@ 標準では、Linux および Unix では "
~/.tuxpaint/" に、Windows では "userdata\" にロックファイルが保存されます。- Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "
+ 注:システム全体の設定ファイルで設定されている場合は、ユーザーの設定ファイルで "nolockfile=no" or "lockfile=yes". In both cases, may be overridden by the command-line option "--lockfile".nolockfile=no" または "lockfile=yes" を設定すると上書きされることがあります。また、どちらの設定も、コマンドラインオプションの "--lockfile" で変更できます。- Data Directory
+ データ・ディレクトリ@@ -2666,7 +2666,7 @@
- Color Palette File
+ カラーパレットファイル@@ -2700,11 +2700,11 @@
- Accessibility + アクセシビリティ
- Mouse
+ マウス@@ -2720,7 +2720,7 @@
- Keyboard
+ キーボード@@ -2767,13 +2767,13 @@
- Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "
+ 注:システム全体の設定ファイルで設定されている場合は、ユーザーの設定ファイルで "keyboard=no" or "mouse=yes". In both cases, may be overridden by the command-line option "--mouse".keyboard=no" または "mouse=yes" を設定すると上書きされることがあります。また、どちらの設定も、コマンドラインオプションの "--mouse" で変更できます。- Onscreen Keyboard
+ 画面キーボード@@ -2813,11 +2813,11 @@@@ -2804,7 +2804,7 @@ 画面キーボードの変更をできないようにします。小さな子供向けにシンプルにしたい場合に設定します。
このオプションが設定されると onscreen-keyboard=yes も設定されているとみなします。- Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "
+ 注:システム全体の設定ファイルで設定されている場合は、ユーザーの設定ファイルで "onscreen-keyboard-disable-change=no". In both cases, may be overridden by the command-line option "--onscreen-keyboard-disable-change=no".onscreen-keyboard-disable-change=no" を設定すると上書きされることがあります。また、どちらの設定も、コマンドラインオプションの "--onscreen-keyboard-disable-change=no" で変更できます。
- Joystick + ジョイスティック
- Main Device
+ デバイスの設定@@ -2861,7 +2861,7 @@
- Hat
+ ハットスイッチ@@ -2886,7 +2886,7 @@
- Buttons to Disable
+ ボタンの無効化@@ -2902,7 +2902,7 @@
- Button Shortcuts
+ ボタンショートカットdiff --git a/docs/ja_JP.UTF-8/html/README.html b/docs/ja_JP.UTF-8/html/README.html index ea42c1403..925db6918 100644 --- a/docs/ja_JP.UTF-8/html/README.html +++ b/docs/ja_JP.UTF-8/html/README.html @@ -409,13 +409,13 @@ ボタンを押したままマウスを動かすと、描画できます。
- Some brushes are animated — they change their shape as you draw them. A good example of this is the vines brush that ships with Tux Paint. These brushes will have a small "filmstrip" icon drawn on their Selector buttons.
+ アニメーションブラシ — 描画中に形状が変化します。例として、ブドウ形のブラシが挙げられます。このタイプのブラシの選択ボタンには、小さなフィルムのアイコンが付いています。- Other brushes are directional — they will draw a different shape depending on what direction you are painting with them. An example of this is the arrow brush that ships with Tux Paint. These brushes have a small 8-way arrow icon drawn on their Selector buttons.
+ 向きのあるブラシ — 描いている方向によって異なる形を描きます。 例として、Tux Paint に含まれる矢印ブラシがあります。 これらのブラシの選択ボタンには、小さな8方向の矢印のアイコンが付いています。- Finally, some brushes can be both direction and animated. Examples of this are the cat and squirrel brushes that ship with Tux Paint. These brushes will have both the "filmstrip" and 8-way arrow icons.
+ また、いくつかのブラシは、方向とアニメーションを併せ持ちます。例として、猫やリスのブラシがあります。このタイプのブラシの選択ボタンには、小さなフィルムと8方向の矢印のアイコンが付いています。描画中にはサウンドが流れます。筆の大きさが大きいほど、低い音になります。
@@ -508,13 +508,13 @@ 様々な種類の筆と好きな色を使って直線を描くツールです。- Click the mouse and hold it to choose the starting point of the line. As you move the mouse around, a thin 'rubber-band' line will show where the line will be drawn. At the bottom, you'll see the angle of your line, in degrees. A line going straight to the right is 0°, a line going straight up is 90°, a line going straight left is 180°, a line going straight down is 270°, and so on.
+ 線を引き始めたい場所でクリックして、そのままマウスを動かすと、描かれる線の位置が細い「ゴムバンド」のような線で示され、画面の下には、線の角度が表示されます。右にまっすぐ伸びる線は0度、上にまっすぐ伸びる線は90度、左にまっすぐ伸びる線は180度、下にまっすぐ伸びる線は270度、という具合です。マウスを放すと、バネのような効果音とともに線が描画されます。
- Some brushes are animated, and will show a pattern of shapes along the line. Others are directional, and will show a different shape depending on the angle of the brush. And finally some are both animated and directional. See "Paint", above, to learn more.
+ アニメーション対応のブラシでは、線に沿って形が変化します。 指向性のブラシでは、線の角度に応じて異なる形状を表示します。 さらに、アニメーションと指向性の両方を備えたブラシもあります。 詳しくは、上記の「ふで」の項をご覧ください。
@@ -578,7 +578,7 @@
- Now you can move the mouse around the canvas to rotate the shape. The angle your shape is rotated will be shown at the bottom, in degrees (similar to the "Lines" tool, described above).
+ ここで、キャンバス上でマウスを動かして図形を回転させることができます。回転した図形の角度は画面の下に表示されます(「せん」ツールと同様)。最後にもう一度マウスをクリックして、図形が完成します。
@@ -674,7 +674,7 @@- - On-screen Keyboard + 画面キーボード
- @@ -701,7 +701,7 @@
「ぬる」ツールは、描画の連続した領域を好きな色で塗りつぶします。以下の3 つの塗りつぶしオプションが用意されています:
@@ -899,7 +899,7 @@ 右下にある茶色の「けす」(ゴミ箱) ボタンで、選択した作品を削除します。(本当に削除して良いか確認されます)
- たんしょく — 領域を一つの色で塗りつぶします。
-- Brush — click and drag to fill an area with a solid color using freehand painting.
+- ふで — フリーハンドでドラッグして、領域を一つの色で塗りつぶします。
- せんけい — 領域をクリックしてからドラッグすると、ドラッグした方向に向かって色が薄くなるようにグラデーションをつけて塗りつぶします。
- ほうしゃ — クリックした場所を中心に周りに向かって放射状に色が薄くなるようにグラデーションをつけて塗りつぶします。
- Note: On Linux (as of version 0.9.22) and Windows (as of version 0.9.27), the picture will be placed in your desktop's trash can / recycle bin (where you may recover and restore it, if you change your mind).
+ 注: Linux(バージョン 0.9.22以降)、Windows(バージョン 0.9.27以降)では、削除した作品は、デスクトップのゴミ箱に移動するので、後で元に戻すことができます。
diff --git a/man/ja_JP.UTF-8/tuxpaint.1 b/man/ja_JP.UTF-8/tuxpaint.1 index 44680a7f0..35c1a974a 100644 --- a/man/ja_JP.UTF-8/tuxpaint.1 +++ b/man/ja_JP.UTF-8/tuxpaint.1 @@ -1,7 +1,7 @@ .\" tuxpaint.1 - 2021.09.14 .TH TUXPAINT 1 "2021年9月14日" "0.9.27" "Tux Paint" .SH NAME -tuxpaint -- "Tux Paint", a drawing program for young children. +tuxpaint -- 小さな子供向けのお絵かきプログラム .SH SYNOPSYS .B tuxpaint @@ -284,7 +284,7 @@ Show the license (GNU GPL) under which Tux Paint is released. can be used along with, instead of, or to override options set in configuration files. (See below.) -.SS VIDEO +.SS 画面 .TP 8 .B \-\-fullscreen=yes \-\-fullscreen=native \-\-fullscreen=no \-\-windowed Run \fITux Paint\fP in full-screen mode at its default -- or a specified -- @@ -316,7 +316,7 @@ rotated, e.g. tablet PCs.) Normally, \fItuxpaint\fP disables your screensaver. Use \-\-allowscreensaver to prevent this from happening. -.SS SOUND +.SS 音声 .TP 8 .B \-\-nosound \-\-sound Disable or enable (default) sound. @@ -325,7 +325,7 @@ Disable or enable (default) sound. .B \-\-nostereo \-\-stereo Disable or enable (default) stereo panning support. -.SS INTERFACE SIZE +.SS インターフェースサイズ .TP 8 .B \-\-buttonsize \fISIZE\fP Adjust the size of the buttons in \fITux Paint\fP's user interface, between @@ -338,7 +338,7 @@ How many rows of color palette buttons to show; useful when using a large color palette, and/or for use with coarse input devices (like eyegaze trackers). It can be between 1 (default) and 3. -.SS INTERFACE SIMPLIFICATION +.SS 操作の単純化 .TP 8 .B \-\-simpleshapes \-\-complexshapes Disable or enable (default) the rotation step when using the Shape tool @@ -360,7 +360,7 @@ tools will display only uppercase letters. This is useful for children who are not yet comfortable with the lowercase characterset. Default mode is mixed case. -.SS INITIAL STAMP SIZE +.SS スタンプサイズ .TP 8 .B \-\-stampsize=\fISIZE\fP \-\-stampsize=default Overrides the default size of all stamps, relative to their possible sizes @@ -381,7 +381,7 @@ blank canvas. The default behavior is "\-\-startlast". List solid (blank) colors at the end, or beginning (default) of the options displayed when using the New tool to start a new picture. -.SS CONTROL SIMPLIFICATION +.SS 機能制限 .TP 8 .B \-\-noquit \-\-quit Disable or enable (default) the on-screen Quit button and [Escape] key for @@ -425,7 +425,7 @@ which can be altered or moved later. Paint. They can be used along with, instead of, or to override options set in configuration files. (See below.) -.SS CURSOR +.SS マウスカーソル .TP 8 .B \-\-nofancycursors \-\-fancycursors Disable or enable (default) the 'fancy' mouse pointer shapes in Tux Paint. @@ -437,7 +437,7 @@ trouble displaying the mouse pointer, and/or leave 'trails' on the screen. Completely hide, or enable (default) the mouse pointer in Tux Paint. This can be useful on touchscreen devices, such as tablet PCs. -.SS KEYBOARD +.SS キーボード .TP 8 .B \-\-noshortcuts \-\-shortcuts If "--noshortcuts" mode, keyboard shortcuts (e.g., [Ctrl]+[S] for Save) @@ -477,7 +477,7 @@ mice with more than one button) can be used for interacting with Tux Paint. (right) can be used, as well. This is useful for children who aren't yet comfortable with the mouse. Default is to only recognize button #1. -.SS ONSCREEN KEYBOARD +.SS 画面キーボード .TP 8 .B \-\-onscreen-keyboard Presents a clickable on-screen keyboard when using the Text and Label @@ -492,7 +492,7 @@ Specify the default layout for the on-screen keyboard (see above). Disables the left/right arrow buttons visible on the on-screen keyboard, which are used to switch between the available on-screen keyboard layouts. -.SS JOYSTICK +.SS ジョイスティック .TP 8 .B \-\-joystick-dev=\fIDEVICE\fP 何番目のジョイスティックデバイスを使うかを設定します。標準では @@ -605,7 +605,7 @@ above, buttons will be seen as a mouse left-click. Comma-separated. printing. They can be used along with, instead of, or to override options set in configuration files. (See below.) -.SS PRINT PERMISSIONS +.SS 印刷の制御 .TP 8 .B \-\-noprint \-\-print Disable or enable (default) the Print command within Tux Paint. @@ -615,7 +615,7 @@ Disable or enable (default) the Print command within Tux Paint. Only allow printing (via the Print command) once every SECONDS seconds. Default is 0 (no limitation). -.SS SHOW PRINTER DIALOG +.SS 印刷ダイアログの表示設定 .TP 8 .B \-\-altprintmod \-\-altprintnever \-\-altprintalways These options control whether an system printer dialog appears when the @@ -625,7 +625,7 @@ mode). With "--altprintalways", the dialog will always appear, even if [Alt] is not being held. With "--altprintnever", the dialog will never appear, even if [Alt] is being held. -.SS SAVE PRINTER CONFIGURATION +.SS 印刷設定の保存 .TP 8 .B \-\-printcfg \-\-noprintcfg (Windows and Mac OS X only.) Enable or disable loading and saving of @@ -636,7 +636,7 @@ see also "--altprintalways" and "--altprintnever", below.) Unless "--noprintcfg" is used, your previous settings will be loaded when Tux Paint starts up, and setting changes will be saved for next time. -.SS PRINT COMMANDS +.SS 印刷コマンド .TP 8 .B \-\-printcommand \fICOMMAND\fP (Only when PostScript printing is used.) Have Tux Paint print via an @@ -661,7 +661,7 @@ libpaper. See papersize(5). operates when saving or exporting drawings. They can be used along with, instead of, or to override options set in configuration files. (See below.) -.SS SAVE OVER EARLIER WORK +.SS 上書き保存 .TP 8 .B \-\-saveover \-\-saveovernew \-\-saveoverask If, when saving a picture, an older version of the file will be @@ -671,7 +671,7 @@ over the old file, or create a new file. This prompt can be disabled with "--saveovernew" (which always saves a new file). The default is to prompt ("--saveoverask"). -.SS SAVE AND EXPORT DIRECTORIES +.SS 保存・書き出し先のディレクトリ .TP 8 .B \-\-savedir \fIDIR\fP Specify where Tux Paint should save and load its drawings. @@ -680,7 +680,7 @@ Specify where Tux Paint should save and load its drawings. .B \-\-exportdir \fIDIR\fP Specify where Tux Paint should export drawings and animations. -.SS MORE SAVING OPTIONS +.SS 保存関連の追加オプション .TP 8 .B \-\-nosave \-\-save The --nosave option disables Tux Paint's ability to save files. This can be @@ -1143,7 +1143,7 @@ With "--mirrorstamps" set, stamps which can be mirrored will appear mirrored by default. This can be useful when used by people who prefer things right-to-left over left-to-right. -.SS FONTS +.SS フォント .TP 8 .B \-\-nosysfonts \-\-sysfonts Tux Paint normally attempts to search for additional TrueType Fonts