diff --git a/docs/en/INSTALL.txt b/docs/en/INSTALL.txt index 5f7ec9cbe..fbd32969b 100644 --- a/docs/en/INSTALL.txt +++ b/docs/en/INSTALL.txt @@ -2,10 +2,10 @@ version 0.9.29 Installation Documentation - Copyright © 2002-2022 by various contributors; see AUTHORS.txt. + Copyright © 2002-2023 by various contributors; see AUTHORS.txt. https://tuxpaint.org/ - September 23, 2022 + March 23, 2023 +----------------------------------------------------+ |Table of Contents | @@ -359,18 +359,18 @@ Windows * Expand the tar-ball and change the directory name so that the final packaging process can find related files. - $ tar zxvf tuxpaint-A.B.C-sdl2.tar.gz - $ mv tuxpaint-A.B.C-sdl2 tuxpaint-sdl2 + $ tar zxvf tuxpaint-A.B.C.tar.gz + $ mv tuxpaint-A.B.C tuxpaint b. Using the developing source tree: * Fetch the developing source tree from git repository: - $ git clone -b sdl2.0 - https://git.code.sf.net/p/tuxpaint/tuxpaint tuxpaint-sdl2 + $ git clone https://git.code.sf.net/p/tuxpaint/tuxpaint + tuxpaint Now you can build Tux Paint as follows: - $ cd tuxpaint-sdl2 + $ cd tuxpaint $ make bdist-win32 All the files needed for starting Tux Paint (and Tux Paint Config.) are @@ -398,8 +398,7 @@ Windows 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-sdl2.0--installer.exe" file in the same - directory. + "tuxpaint-X.Y.Z-windows--installer.exe" file in the same directory. Running the Tux Paint Windows Installer diff --git a/docs/en/html/INSTALL.html b/docs/en/html/INSTALL.html index ab7bd019b..d441b3377 100644 --- a/docs/en/html/INSTALL.html +++ b/docs/en/html/INSTALL.html @@ -93,12 +93,12 @@ Installation Documentation

- Copyright © 2002-2022 by various contributors; see AUTHORS.txt.
+ Copyright © 2002-2023 by various contributors; see AUTHORS.txt.
https://tuxpaint.org/

- September 23, 2022

+ March 23, 2023

@@ -636,8 +636,8 @@
  • Expand the tar-ball and change the directory name so that the final packaging process can find related files.
    - $ tar zxvf tuxpaint-A.B.C-sdl2.tar.gz
    - $ mv tuxpaint-A.B.C-sdl2 tuxpaint-sdl2
    + $ tar zxvf tuxpaint-A.B.C.tar.gz
    + $ mv tuxpaint-A.B.C tuxpaint
  • @@ -648,7 +648,7 @@
  • Fetch the developing source tree from git repository:
    - $ git clone -b sdl2.0 https://git.code.sf.net/p/tuxpaint/tuxpaint tuxpaint-sdl2 + $ git clone https://git.code.sf.net/p/tuxpaint/tuxpaint tuxpaint
  • @@ -659,7 +659,7 @@

    Now you can build Tux Paint as follows:

    - $ cd tuxpaint-sdl2
    + $ cd tuxpaint
    $ make bdist-win32
    @@ -683,7 +683,7 @@

    Before building an installer, edit the "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-sdl2.0-<arch>-installer.exe" file in the same directory.

    + 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.

    diff --git a/docs/es_ES.UTF-8/INSTALL.txt b/docs/es_ES.UTF-8/INSTALL.txt index fc94a532b..e7a0e140a 100644 --- a/docs/es_ES.UTF-8/INSTALL.txt +++ b/docs/es_ES.UTF-8/INSTALL.txt @@ -2,10 +2,10 @@ versión 0.9.29 Installation Documentation - Copyright © 2002-2022 by various contributors; see AUTHORS.txt. + Copyright © 2002-2023 by various contributors; see AUTHORS.txt. https://tuxpaint.org/ - septiembre 23, 2022 + marzo 23, 2023 +----------------------------------------------------+ |Table of Contents | @@ -359,18 +359,18 @@ Windows * Expand the tar-ball and change the directory name so that the final packaging process can find related files. - $ tar zxvf tuxpaint-A.B.C-sdl2.tar.gz - $ mv tuxpaint-A.B.C-sdl2 tuxpaint-sdl2 + $ tar zxvf tuxpaint-A.B.C.tar.gz + $ mv tuxpaint-A.B.C tuxpaint b. Using the developing source tree: * Fetch the developing source tree from git repository: - $ git clone -b sdl2.0 - https://git.code.sf.net/p/tuxpaint/tuxpaint tuxpaint-sdl2 + $ git clone https://git.code.sf.net/p/tuxpaint/tuxpaint + tuxpaint Now you can build Tux Paint as follows: - $ cd tuxpaint-sdl2 + $ cd tuxpaint $ make bdist-win32 All the files needed for starting Tux Paint (and Tux Paint Config.) are @@ -398,8 +398,7 @@ Windows 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-sdl2.0--installer.exe" file in the same - directory. + "tuxpaint-X.Y.Z-windows--installer.exe" file in the same directory. Running the Tux Paint Windows Installer diff --git a/docs/es_ES.UTF-8/html/INSTALL.html b/docs/es_ES.UTF-8/html/INSTALL.html index 115e17895..a8893636c 100644 --- a/docs/es_ES.UTF-8/html/INSTALL.html +++ b/docs/es_ES.UTF-8/html/INSTALL.html @@ -93,12 +93,12 @@ Installation Documentation

    - Copyright © 2002-2022 by various contributors; see AUTHORS.txt.
    + Copyright © 2002-2023 by various contributors; see AUTHORS.txt.
    https://tuxpaint.org/

    - septiembre 23, 2022

    + marzo 23, 2023

    @@ -636,8 +636,8 @@
  • Expand the tar-ball and change the directory name so that the final packaging process can find related files.
    - $ tar zxvf tuxpaint-A.B.C-sdl2.tar.gz
    - $ mv tuxpaint-A.B.C-sdl2 tuxpaint-sdl2
    + $ tar zxvf tuxpaint-A.B.C.tar.gz
    + $ mv tuxpaint-A.B.C tuxpaint
  • @@ -648,7 +648,7 @@
  • Fetch the developing source tree from git repository:
    - $ git clone -b sdl2.0 https://git.code.sf.net/p/tuxpaint/tuxpaint tuxpaint-sdl2 + $ git clone https://git.code.sf.net/p/tuxpaint/tuxpaint tuxpaint
  • @@ -659,7 +659,7 @@

    Now you can build Tux Paint as follows:

    - $ cd tuxpaint-sdl2
    + $ cd tuxpaint
    $ make bdist-win32
    @@ -683,7 +683,7 @@

    Before building an installer, edit the "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-sdl2.0-<arch>-installer.exe" file in the same directory.

    + 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.

    diff --git a/docs/fr_FR.UTF-8/INSTALL.txt b/docs/fr_FR.UTF-8/INSTALL.txt index fedd789cf..afdebc737 100644 --- a/docs/fr_FR.UTF-8/INSTALL.txt +++ b/docs/fr_FR.UTF-8/INSTALL.txt @@ -2,10 +2,10 @@ version 0.9.29 Documentation sur l'installation - Copyright © 2002-2022 by divers contributeurs; see AUTHORS.txt. + Copyright © 2002-2023 by divers contributeurs; see AUTHORS.txt. https://tuxpaint.org/ - septembre 23, 2022 + mars 23, 2023 +--------------------------------------------------------+ |Table des matières | @@ -367,18 +367,18 @@ Windows * Expand the tar-ball and change the directory name so that the final packaging process can find related files. - $ tar zxvf tuxpaint-A.B.C-sdl2.tar.gz - $ mv tuxpaint-A.B.C-sdl2 tuxpaint-sdl2 + $ tar zxvf tuxpaint-A.B.C.tar.gz + $ mv tuxpaint-A.B.C tuxpaint b. Using the developing source tree: * Fetch the developing source tree from git repository: - $ git clone -b sdl2.0 - https://git.code.sf.net/p/tuxpaint/tuxpaint tuxpaint-sdl2 + $ git clone https://git.code.sf.net/p/tuxpaint/tuxpaint + tuxpaint Now you can build Tux Paint as follows: - $ cd tuxpaint-sdl2 + $ cd tuxpaint $ make bdist-win32 Tous les fichiers nécessaires pour démarrer Tux Paint (et Tux Paint @@ -409,8 +409,7 @@ Windows 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-sdl2.0--installer.exe" dans le même - répertoire. + "tuxpaint-X.Y.Z-windows--installer.exe" dans le même répertoire. Running the Tux Paint Windows Installer diff --git a/docs/fr_FR.UTF-8/html/INSTALL.html b/docs/fr_FR.UTF-8/html/INSTALL.html index 073e07617..fe8da3a80 100644 --- a/docs/fr_FR.UTF-8/html/INSTALL.html +++ b/docs/fr_FR.UTF-8/html/INSTALL.html @@ -93,12 +93,12 @@ Documentation sur l'installation

    - Copyright © 2002-2022 by divers contributeurs; see AUTHORS.txt.
    + Copyright © 2002-2023 by divers contributeurs; see AUTHORS.txt.
    https://tuxpaint.org/

    - septembre 23, 2022

    + mars 23, 2023

    @@ -636,8 +636,8 @@
  • Expand the tar-ball and change the directory name so that the final packaging process can find related files.
    - $ tar zxvf tuxpaint-A.B.C-sdl2.tar.gz
    - $ mv tuxpaint-A.B.C-sdl2 tuxpaint-sdl2
    + $ tar zxvf tuxpaint-A.B.C.tar.gz
    + $ mv tuxpaint-A.B.C tuxpaint
  • @@ -648,7 +648,7 @@
  • Fetch the developing source tree from git repository:
    - $ git clone -b sdl2.0 https://git.code.sf.net/p/tuxpaint/tuxpaint tuxpaint-sdl2 + $ git clone https://git.code.sf.net/p/tuxpaint/tuxpaint tuxpaint
  • @@ -659,7 +659,7 @@

    Now you can build Tux Paint as follows:

    - $ cd tuxpaint-sdl2
    + $ cd tuxpaint
    $ make bdist-win32
    @@ -683,7 +683,7 @@

    Before building an installer, edit the "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-sdl2.0-<arch>-installer.exe" dans le même répertoire.

    + 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.

    diff --git a/docs/gl_ES.UTF-8/INSTALL.txt b/docs/gl_ES.UTF-8/INSTALL.txt index fc0f9c3d4..a7d9fe032 100644 --- a/docs/gl_ES.UTF-8/INSTALL.txt +++ b/docs/gl_ES.UTF-8/INSTALL.txt @@ -2,10 +2,10 @@ versión 0.9.29 Documentación da instalación - Copyright © 2002-2022 by varios colaboradores; see AUTHORS.txt. + Copyright © 2002-2023 by varios colaboradores; see AUTHORS.txt. https://tuxpaint.org/ - 23 de Setembro de 2022 + 23 de Marzo de 2023 +----------------------------------------------------+ |Índice | @@ -362,18 +362,18 @@ Windows * Expand the tar-ball and change the directory name so that the final packaging process can find related files. - $ tar zxvf tuxpaint-A.B.C-sdl2.tar.gz - $ mv tuxpaint-A.B.C-sdl2 tuxpaint-sdl2 + $ tar zxvf tuxpaint-A.B.C.tar.gz + $ mv tuxpaint-A.B.C tuxpaint b. Using the developing source tree: * Fetch the developing source tree from git repository: - $ git clone -b sdl2.0 - https://git.code.sf.net/p/tuxpaint/tuxpaint tuxpaint-sdl2 + $ git clone https://git.code.sf.net/p/tuxpaint/tuxpaint + tuxpaint Now you can build Tux Paint as follows: - $ cd tuxpaint-sdl2 + $ cd tuxpaint $ make bdist-win32 All the files needed for starting Tux Paint (and Tux Paint Config.) are @@ -401,8 +401,7 @@ Windows 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-sdl2.0--installer.exe" file in the same - directory. + "tuxpaint-X.Y.Z-windows--installer.exe" file in the same directory. Running the Tux Paint Windows Installer diff --git a/docs/gl_ES.UTF-8/html/INSTALL.html b/docs/gl_ES.UTF-8/html/INSTALL.html index 9f219622e..50c186888 100644 --- a/docs/gl_ES.UTF-8/html/INSTALL.html +++ b/docs/gl_ES.UTF-8/html/INSTALL.html @@ -93,12 +93,12 @@ Documentación da instalación

    - Copyright © 2002-2022 by varios colaboradores; see AUTHORS.txt.
    + Copyright © 2002-2023 by varios colaboradores; see AUTHORS.txt.
    https://tuxpaint.org/

    - 23 de Setembro de 2022

    + 23 de Marzo de 2023

    @@ -636,8 +636,8 @@
  • Expand the tar-ball and change the directory name so that the final packaging process can find related files.
    - $ tar zxvf tuxpaint-A.B.C-sdl2.tar.gz
    - $ mv tuxpaint-A.B.C-sdl2 tuxpaint-sdl2
    + $ tar zxvf tuxpaint-A.B.C.tar.gz
    + $ mv tuxpaint-A.B.C tuxpaint
  • @@ -648,7 +648,7 @@
  • Fetch the developing source tree from git repository:
    - $ git clone -b sdl2.0 https://git.code.sf.net/p/tuxpaint/tuxpaint tuxpaint-sdl2 + $ git clone https://git.code.sf.net/p/tuxpaint/tuxpaint tuxpaint
  • @@ -659,7 +659,7 @@

    Now you can build Tux Paint as follows:

    - $ cd tuxpaint-sdl2
    + $ cd tuxpaint
    $ make bdist-win32
    @@ -683,7 +683,7 @@

    Before building an installer, edit the "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-sdl2.0-<arch>-installer.exe" file in the same directory.

    + 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.

    diff --git a/docs/ja_JP.UTF-8/INSTALL.txt b/docs/ja_JP.UTF-8/INSTALL.txt index 619f4ed82..2febf315a 100644 --- a/docs/ja_JP.UTF-8/INSTALL.txt +++ b/docs/ja_JP.UTF-8/INSTALL.txt @@ -2,10 +2,10 @@ バージョン 0.9.29 Installation Documentation - Copyright © 2002-2022 by various contributors; AUTHORS.txt 参照. + Copyright © 2002-2023 by various contributors; AUTHORS.txt 参照. https://tuxpaint.org/ - 2022年9月23日 + 2023年3月23日 +----------------------------------------------------+ |目次 | @@ -359,18 +359,18 @@ Windows * Expand the tar-ball and change the directory name so that the final packaging process can find related files. - $ tar zxvf tuxpaint-A.B.C-sdl2.tar.gz - $ mv tuxpaint-A.B.C-sdl2 tuxpaint-sdl2 + $ tar zxvf tuxpaint-A.B.C.tar.gz + $ mv tuxpaint-A.B.C tuxpaint b. Using the developing source tree: * Fetch the developing source tree from git repository: - $ git clone -b sdl2.0 - https://git.code.sf.net/p/tuxpaint/tuxpaint tuxpaint-sdl2 + $ git clone https://git.code.sf.net/p/tuxpaint/tuxpaint + tuxpaint Now you can build Tux Paint as follows: - $ cd tuxpaint-sdl2 + $ cd tuxpaint $ make bdist-win32 All the files needed for starting Tux Paint (and Tux Paint Config.) are @@ -398,8 +398,7 @@ Windows 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-sdl2.0--installer.exe" file in the same - directory. + "tuxpaint-X.Y.Z-windows--installer.exe" file in the same directory. Running the Tux Paint Windows Installer diff --git a/docs/ja_JP.UTF-8/README.txt b/docs/ja_JP.UTF-8/README.txt index 07f9223bb..2107898f9 100644 --- a/docs/ja_JP.UTF-8/README.txt +++ b/docs/ja_JP.UTF-8/README.txt @@ -85,9 +85,9 @@ Tux Paint バージョン 0.9.29 での変更点 「ぬる」ツールに、領域の輪郭に合わせてグラデーションをつけるモードが追加されました。 15個の新たな「まほう」ツールの追加 - 「めいろ」, 「めだま」, 「けがわ」, 「えんけい」, 「ほうしゃ」, 「りったいメガネ」, 「いろぶんかい」, Double - Vision, 「ほうわ」, 「ひほうわ」, 「だっしょく」, 「いろのこし」, 「まんげきょう4」, 「まんげきょう6」, - 「まんげきょう8」, 「かがやき」 + 「めいろ」, 「めだま」, 「けがわ」, 「えんけい」, 「ほうしゃ」, 「りったいメガネ」, 「いろぶんかい」, 「ふくし」, + 「ほうわ」, 「ひほうわ」, 「だっしょく」, 「いろのこし」, 「まんげきょう4」, 「まんげきょう6」, 「まんげきょう8」, + 「かがやき」 けしゴム のショートカット 「けしゴム」ツールに素早くアクセスできるキーボードショートカットが利用できるようになりました diff --git a/docs/ja_JP.UTF-8/html/INSTALL.html b/docs/ja_JP.UTF-8/html/INSTALL.html index 6edab6109..c1093056e 100644 --- a/docs/ja_JP.UTF-8/html/INSTALL.html +++ b/docs/ja_JP.UTF-8/html/INSTALL.html @@ -93,12 +93,12 @@ Installation Documentation

    - Copyright © 2002-2022 by various contributors; AUTHORS.txt 参照.
    + Copyright © 2002-2023 by various contributors; AUTHORS.txt 参照.
    https://tuxpaint.org/

    - 2022年9月23日

    + 2023年3月23日

    @@ -636,8 +636,8 @@
  • Expand the tar-ball and change the directory name so that the final packaging process can find related files.
    - $ tar zxvf tuxpaint-A.B.C-sdl2.tar.gz
    - $ mv tuxpaint-A.B.C-sdl2 tuxpaint-sdl2
    + $ tar zxvf tuxpaint-A.B.C.tar.gz
    + $ mv tuxpaint-A.B.C tuxpaint
  • @@ -648,7 +648,7 @@
  • Fetch the developing source tree from git repository:
    - $ git clone -b sdl2.0 https://git.code.sf.net/p/tuxpaint/tuxpaint tuxpaint-sdl2 + $ git clone https://git.code.sf.net/p/tuxpaint/tuxpaint tuxpaint
  • @@ -659,7 +659,7 @@

    Now you can build Tux Paint as follows:

    - $ cd tuxpaint-sdl2
    + $ cd tuxpaint
    $ make bdist-win32
    @@ -683,7 +683,7 @@

    Before building an installer, edit the "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-sdl2.0-<arch>-installer.exe" file in the same directory.

    + 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.

    diff --git a/docs/ja_JP.UTF-8/html/README.html b/docs/ja_JP.UTF-8/html/README.html index b80a6a5cf..cb101ae05 100644 --- a/docs/ja_JP.UTF-8/html/README.html +++ b/docs/ja_JP.UTF-8/html/README.html @@ -232,7 +232,7 @@ 「ぬる」ツールに、領域の輪郭に合わせてグラデーションをつけるモードが追加されました。
    15個の新たな「まほう」ツールの追加
    - 「めいろ」, 「めだま」, 「けがわ」, 「えんけい」, 「ほうしゃ」, 「りったいメガネ」, 「いろぶんかい」, Double Vision, 「ほうわ」, 「ひほうわ」, 「だっしょく」, 「いろのこし」, 「まんげきょう4」, 「まんげきょう6」, 「まんげきょう8」, 「かがやき」
    + 「めいろ」, 「めだま」, 「けがわ」, 「えんけい」, 「ほうしゃ」, 「りったいメガネ」, 「いろぶんかい」, 「ふくし」, 「ほうわ」, 「ひほうわ」, 「だっしょく」, 「いろのこし」, 「まんげきょう4」, 「まんげきょう6」, 「まんげきょう8」, 「かがやき」
    けしゴム のショートカット
    diff --git a/magic/magic-docs/ja_JP.UTF-8/html/3dglasses.html b/magic/magic-docs/ja_JP.UTF-8/html/3dglasses.html index fc596c0fe..b89744532 100644 --- a/magic/magic-docs/ja_JP.UTF-8/html/3dglasses.html +++ b/magic/magic-docs/ja_JP.UTF-8/html/3dglasses.html @@ -8,7 +8,7 @@

    Author: Bill Kendrick <bill@newbreedsoftware.com>

    This tool horizontally separates your entire picture's red and cyan color channels, letting you create anaglyphic pictures that can be viewed with 3D glasses.

    -

    See also: 「いろぶんかい」 & Double Vision.

    +

    See also: 「いろぶんかい」 & 「ふくし」.


    Tux Paint 0.9.29

    \ No newline at end of file diff --git a/magic/magic-docs/ja_JP.UTF-8/html/colorsep.html b/magic/magic-docs/ja_JP.UTF-8/html/colorsep.html index f1221ef4e..8188498d9 100644 --- a/magic/magic-docs/ja_JP.UTF-8/html/colorsep.html +++ b/magic/magic-docs/ja_JP.UTF-8/html/colorsep.html @@ -8,7 +8,7 @@

    Author: Bill Kendrick <bill@newbreedsoftware.com>

    This tool separates one color out of your entire picture, shifting colors away from each other (similar to '3D Glasses', but you may choose the any color to separate, and may move in any direction).

    -

    See also: 「りったいメガネ」 & Double Vision.

    +

    See also: 「りったいメガネ」 & 「ふくし」.


    Tux Paint 0.9.29

    \ No newline at end of file diff --git a/magic/magic-docs/ja_JP.UTF-8/html/doublevision.html b/magic/magic-docs/ja_JP.UTF-8/html/doublevision.html index abc2b1ede..f5909f475 100644 --- a/magic/magic-docs/ja_JP.UTF-8/html/doublevision.html +++ b/magic/magic-docs/ja_JP.UTF-8/html/doublevision.html @@ -1,14 +1,14 @@ -Tux Paint "Magic" Tool: Double Vision +Tux Paint "Magic" Tool: 「ふくし」 -

    Tux Paint "Magic" Tool: Double Vision

    +

    Tux Paint "Magic" Tool: 「ふくし」

    Group: Color Filters

    Author: Bill Kendrick <bill@newbreedsoftware.com>

    This blends the image with itself, to simulate double vision.

    -

    See also: 「りったいメガネ」 & Double Vision.

    +

    See also: 「りったいメガネ」 & 「ふくし」.


    Tux Paint 0.9.29

    \ No newline at end of file diff --git a/magic/magic-docs/ja_JP.UTF-8/html/index.html b/magic/magic-docs/ja_JP.UTF-8/html/index.html index 9d7046464..51a1937d2 100644 --- a/magic/magic-docs/ja_JP.UTF-8/html/index.html +++ b/magic/magic-docs/ja_JP.UTF-8/html/index.html @@ -37,7 +37,6 @@
  • Color Shift
  • Color and White
  • Darken
  • -
  • Double Vision
  • Lighten
  • Negative
  • Opposite
  • @@ -48,6 +47,7 @@
  • 「かがやき」
  • 「だっしょく」
  • 「ひほうわ」
  • +
  • 「ふくし」
  • 「ほうわ」
  • 「りったいメガネ」