From 14cabfcdc79f23eaea6a6c8ccfd296bcbd2fcae4 Mon Sep 17 00:00:00 2001 From: Bill Kendrick Date: Thu, 11 Apr 2024 00:23:44 -0700 Subject: [PATCH] Sync docs after reorg'ing & adding Magic tools --- docs/CHANGES.txt | 8 +- docs/en/README.txt | 9 +- docs/en/html/README.html | 10 +- docs/es_ES.UTF-8/README.txt | 9 +- docs/es_ES.UTF-8/html/README.html | 10 +- docs/fr_FR.UTF-8/README.txt | 11 +- docs/fr_FR.UTF-8/html/README.html | 10 +- docs/gl_ES.UTF-8/README.txt | 11 +- docs/gl_ES.UTF-8/html/README.html | 10 +- docs/is_IS.UTF-8/README.txt | 9 +- docs/is_IS.UTF-8/html/README.html | 10 +- docs/ja_JP.UTF-8/README.txt | 11 +- docs/ja_JP.UTF-8/html/README.html | 10 +- docs/sq_AL.UTF-8/README.txt | 9 +- docs/sq_AL.UTF-8/html/README.html | 10 +- magic/magic-docs/en/filled_polygon.txt | 18 ++ magic/magic-docs/en/html/filled_polygon.html | 15 ++ magic/magic-docs/en/html/index.html | 184 +++++++++--------- magic/magic-docs/en/html/reflection.html | 1 + .../en/html/specular_reflection.html | 15 ++ magic/magic-docs/en/index.txt | 184 +++++++++--------- magic/magic-docs/en/reflection.txt | 2 + magic/magic-docs/en/specular_reflection.txt | 17 ++ .../magic-docs/es_ES.UTF-8/filled_polygon.txt | 18 ++ .../es_ES.UTF-8/html/filled_polygon.html | 15 ++ magic/magic-docs/es_ES.UTF-8/html/index.html | 184 +++++++++--------- .../es_ES.UTF-8/html/reflection.html | 1 + .../es_ES.UTF-8/html/specular_reflection.html | 15 ++ magic/magic-docs/es_ES.UTF-8/index.txt | 184 +++++++++--------- magic/magic-docs/es_ES.UTF-8/reflection.txt | 2 + .../es_ES.UTF-8/specular_reflection.txt | 17 ++ .../magic-docs/fr_FR.UTF-8/filled_polygon.txt | 18 ++ .../fr_FR.UTF-8/html/filled_polygon.html | 15 ++ magic/magic-docs/fr_FR.UTF-8/html/index.html | 172 ++++++++-------- .../fr_FR.UTF-8/html/reflection.html | 1 + .../fr_FR.UTF-8/html/specular_reflection.html | 15 ++ magic/magic-docs/fr_FR.UTF-8/index.txt | 170 ++++++++-------- magic/magic-docs/fr_FR.UTF-8/reflection.txt | 2 + .../fr_FR.UTF-8/specular_reflection.txt | 17 ++ .../magic-docs/gl_ES.UTF-8/filled_polygon.txt | 18 ++ .../gl_ES.UTF-8/html/filled_polygon.html | 15 ++ magic/magic-docs/gl_ES.UTF-8/html/index.html | 184 +++++++++--------- .../gl_ES.UTF-8/html/reflection.html | 1 + .../gl_ES.UTF-8/html/specular_reflection.html | 15 ++ magic/magic-docs/gl_ES.UTF-8/index.txt | 184 +++++++++--------- magic/magic-docs/gl_ES.UTF-8/reflection.txt | 2 + .../gl_ES.UTF-8/specular_reflection.txt | 17 ++ .../magic-docs/is_IS.UTF-8/filled_polygon.txt | 18 ++ .../is_IS.UTF-8/html/filled_polygon.html | 15 ++ magic/magic-docs/is_IS.UTF-8/html/index.html | 184 +++++++++--------- .../is_IS.UTF-8/html/reflection.html | 1 + .../is_IS.UTF-8/html/specular_reflection.html | 15 ++ magic/magic-docs/is_IS.UTF-8/index.txt | 184 +++++++++--------- magic/magic-docs/is_IS.UTF-8/reflection.txt | 2 + .../is_IS.UTF-8/specular_reflection.txt | 17 ++ .../magic-docs/ja_JP.UTF-8/filled_polygon.txt | 18 ++ .../ja_JP.UTF-8/html/filled_polygon.html | 15 ++ magic/magic-docs/ja_JP.UTF-8/html/index.html | 184 +++++++++--------- .../ja_JP.UTF-8/html/reflection.html | 1 + .../ja_JP.UTF-8/html/specular_reflection.html | 15 ++ magic/magic-docs/ja_JP.UTF-8/index.txt | 184 +++++++++--------- magic/magic-docs/ja_JP.UTF-8/reflection.txt | 2 + .../ja_JP.UTF-8/specular_reflection.txt | 17 ++ .../magic-docs/sq_AL.UTF-8/filled_polygon.txt | 18 ++ .../sq_AL.UTF-8/html/filled_polygon.html | 15 ++ magic/magic-docs/sq_AL.UTF-8/html/index.html | 178 ++++++++--------- .../sq_AL.UTF-8/html/reflection.html | 1 + .../sq_AL.UTF-8/html/specular_reflection.html | 15 ++ magic/magic-docs/sq_AL.UTF-8/index.txt | 178 ++++++++--------- magic/magic-docs/sq_AL.UTF-8/reflection.txt | 2 + .../sq_AL.UTF-8/specular_reflection.txt | 17 ++ 71 files changed, 1877 insertions(+), 1284 deletions(-) create mode 100644 magic/magic-docs/en/filled_polygon.txt create mode 100644 magic/magic-docs/en/html/filled_polygon.html create mode 100644 magic/magic-docs/en/html/specular_reflection.html create mode 100644 magic/magic-docs/en/specular_reflection.txt create mode 100644 magic/magic-docs/es_ES.UTF-8/filled_polygon.txt create mode 100644 magic/magic-docs/es_ES.UTF-8/html/filled_polygon.html create mode 100644 magic/magic-docs/es_ES.UTF-8/html/specular_reflection.html create mode 100644 magic/magic-docs/es_ES.UTF-8/specular_reflection.txt create mode 100644 magic/magic-docs/fr_FR.UTF-8/filled_polygon.txt create mode 100644 magic/magic-docs/fr_FR.UTF-8/html/filled_polygon.html create mode 100644 magic/magic-docs/fr_FR.UTF-8/html/specular_reflection.html create mode 100644 magic/magic-docs/fr_FR.UTF-8/specular_reflection.txt create mode 100644 magic/magic-docs/gl_ES.UTF-8/filled_polygon.txt create mode 100644 magic/magic-docs/gl_ES.UTF-8/html/filled_polygon.html create mode 100644 magic/magic-docs/gl_ES.UTF-8/html/specular_reflection.html create mode 100644 magic/magic-docs/gl_ES.UTF-8/specular_reflection.txt create mode 100644 magic/magic-docs/is_IS.UTF-8/filled_polygon.txt create mode 100644 magic/magic-docs/is_IS.UTF-8/html/filled_polygon.html create mode 100644 magic/magic-docs/is_IS.UTF-8/html/specular_reflection.html create mode 100644 magic/magic-docs/is_IS.UTF-8/specular_reflection.txt create mode 100644 magic/magic-docs/ja_JP.UTF-8/filled_polygon.txt create mode 100644 magic/magic-docs/ja_JP.UTF-8/html/filled_polygon.html create mode 100644 magic/magic-docs/ja_JP.UTF-8/html/specular_reflection.html create mode 100644 magic/magic-docs/ja_JP.UTF-8/specular_reflection.txt create mode 100644 magic/magic-docs/sq_AL.UTF-8/filled_polygon.txt create mode 100644 magic/magic-docs/sq_AL.UTF-8/html/filled_polygon.html create mode 100644 magic/magic-docs/sq_AL.UTF-8/html/specular_reflection.html create mode 100644 magic/magic-docs/sq_AL.UTF-8/specular_reflection.txt diff --git a/docs/CHANGES.txt b/docs/CHANGES.txt index d5a82f3a8..6f60b3cca 100644 --- a/docs/CHANGES.txt +++ b/docs/CHANGES.txt @@ -6,14 +6,13 @@ Copyright (c) 2002-2024 Various contributors (see below, and AUTHORS.txt) https://tuxpaint.org/ -2024.April.10 (0.9.33) +2024.April.11 (0.9.33) * New Magic Tools: ---------------- * WIP Specular Reflection: Draws a slightly blurred, wavy, and faded reflection of the opposite half of the drawing. Bill Kendrick - + WIP Needs docs - + WIP Add to new features lists + + WIP Needs screenshot (for docs) + WIP Needs icon + WIP Needs sound effect @@ -30,8 +29,7 @@ https://tuxpaint.org/ Scanline polygon fill routine based on public-domain code by Darel Rex Finley, 2007 The Magic tool is actually a set of special tools. Select one of the 'magic' effects from the selector on the right. Then, depending on the tool, you can either click and drag around the picture, and/or simply click the picture once, to apply the effect.

+ The Magic Tools +
+

+ See the instructions for each Magic tool (in the 'magic-docs' folder).

+
+ Magic Controls

@@ -973,8 +979,8 @@ 📜 This option was added starting with Tux Paint version 0.9.30.

-

- See the instructions for each Magic tool (in the 'magic-docs' folder).

+

+ Note: If the "ungroupmagictools" option is set, Tux Paint won't split Magic tools into groups of related tools, and instead present them all as one large list. See the "Options" documentation.

h."Eraser" Tool diff --git a/docs/es_ES.UTF-8/README.txt b/docs/es_ES.UTF-8/README.txt index ebf594f7c..736e1d3b5 100644 --- a/docs/es_ES.UTF-8/README.txt +++ b/docs/es_ES.UTF-8/README.txt @@ -609,6 +609,11 @@ g."Magic" Tool (Special Effects) tool, you can either click and drag around the picture, and/or simply click the picture once, to apply the effect. + The Magic Tools + + + See the instructions for each Magic tool (in the 'magic-docs' folder). + Magic Controls @@ -642,7 +647,9 @@ g."Magic" Tool (Special Effects) 📜 This option was added starting with Tux Paint version 0.9.30. - See the instructions for each Magic tool (in the 'magic-docs' folder). + ⚙ Note: If the "ungroupmagictools" option is set, Tux Paint won't split + Magic tools into groups of related tools, and instead present them all as + one large list. See the "Options" documentation. diff --git a/docs/es_ES.UTF-8/html/README.html b/docs/es_ES.UTF-8/html/README.html index eee6130b9..ccf1d5baa 100644 --- a/docs/es_ES.UTF-8/html/README.html +++ b/docs/es_ES.UTF-8/html/README.html @@ -936,6 +936,12 @@

The Magic tool is actually a set of special tools. Select one of the 'magic' effects from the selector on the right. Then, depending on the tool, you can either click and drag around the picture, and/or simply click the picture once, to apply the effect.

+ The Magic Tools +
+

+ See the instructions for each Magic tool (in the 'magic-docs' folder).

+
+ Magic Controls

@@ -973,8 +979,8 @@ 📜 This option was added starting with Tux Paint version 0.9.30.

-

- See the instructions for each Magic tool (in the 'magic-docs' folder).

+

+ Note: If the "ungroupmagictools" option is set, Tux Paint won't split Magic tools into groups of related tools, and instead present them all as one large list. See the "Options" documentation.

h."Eraser" Tool diff --git a/docs/fr_FR.UTF-8/README.txt b/docs/fr_FR.UTF-8/README.txt index bae549d33..f01a981b4 100644 --- a/docs/fr_FR.UTF-8/README.txt +++ b/docs/fr_FR.UTF-8/README.txt @@ -644,6 +644,12 @@ g.Outil "Magie" (Effets spĂ©ciaux) l'outil, vous pouvez soit cliquer et faire glisser dans l'image, et / ou simplement cliquer une fois sur l'image pour appliquer l'effet. + The Magic Tools + + + Voir les instructions pour chaque outil 'Magie' (dans le dossier + 'magic-docs'). + ContrĂŽles des outils Magie @@ -681,8 +687,9 @@ g.Outil "Magie" (Effets spĂ©ciaux) 📜 Cette option a Ă©tĂ© ajoutĂ©e en dĂ©marrant la version 0.9.30 de Tux Paint. - Voir les instructions pour chaque outil 'Magie' (dans le dossier - 'magic-docs'). + ⚙ Note: If the "ungroupmagictools" option is set, Tux Paint won't split + Magic tools into groups of related tools, and instead present them all as + one large list. See the "Options" documentation. diff --git a/docs/fr_FR.UTF-8/html/README.html b/docs/fr_FR.UTF-8/html/README.html index 89d25e509..84b8db2f3 100644 --- a/docs/fr_FR.UTF-8/html/README.html +++ b/docs/fr_FR.UTF-8/html/README.html @@ -936,6 +936,12 @@

L'outil «Magie» est en fait un ensemble d'outils spéciaux. Sélectionnez l'un des effets «magiques» dans le sélecteur de droite. Ensuite, selon l'outil, vous pouvez soit cliquer et faire glisser dans l'image, et / ou simplement cliquer une fois sur l'image pour appliquer l'effet.

+ The Magic Tools +
+

+ Voir les instructions pour chaque outil 'Magie' (dans le dossier 'magic-docs').

+
+ ContrĂŽles des outils Magie

@@ -973,8 +979,8 @@ 📜 Cette option a Ă©tĂ© ajoutĂ©e en dĂ©marrant la version 0.9.30 de Tux Paint.

-

- Voir les instructions pour chaque outil 'Magie' (dans le dossier 'magic-docs').

+

+ Note: If the "ungroupmagictools" option is set, Tux Paint won't split Magic tools into groups of related tools, and instead present them all as one large list. See the "Options" documentation.

h.Outil "Gomme" diff --git a/docs/gl_ES.UTF-8/README.txt b/docs/gl_ES.UTF-8/README.txt index 37464f8cb..08ce8ef43 100644 --- a/docs/gl_ES.UTF-8/README.txt +++ b/docs/gl_ES.UTF-8/README.txt @@ -620,6 +620,12 @@ g.Ferramenta «Maxia» (efectos especiais) dependendo da ferramenta, pode premer e arrastrar arredor da imaxe e/ou simplemente premer na imaxe unha vez para aplicar o efecto. + The Magic Tools + + + Consulte as instruciĂłns de cada ferramenta MĂĄxica (no cartafol + «magic-docs»). + Magic Controls @@ -653,8 +659,9 @@ g.Ferramenta «Maxia» (efectos especiais) 📜 This option was added starting with Tux Paint version 0.9.30. - Consulte as instruciĂłns de cada ferramenta MĂĄxica (no cartafol - «magic-docs»). + ⚙ Note: If the "ungroupmagictools" option is set, Tux Paint won't split + Magic tools into groups of related tools, and instead present them all as + one large list. See the "Options" documentation. diff --git a/docs/gl_ES.UTF-8/html/README.html b/docs/gl_ES.UTF-8/html/README.html index 550d0b056..4be913954 100644 --- a/docs/gl_ES.UTF-8/html/README.html +++ b/docs/gl_ES.UTF-8/html/README.html @@ -936,6 +936,12 @@

A ferramenta Maxia é realmente un conxunto de ferramentas especiais. Seleccione un dos efectos «måxicos» no selector da dereita. Após, dependendo da ferramenta, pode premer e arrastrar arredor da imaxe e/ou simplemente premer na imaxe unha vez para aplicar o efecto.

+ The Magic Tools +
+

+ Consulte as instrucións de cada ferramenta Måxica (no cartafol «magic-docs»).

+
+ Magic Controls

@@ -973,8 +979,8 @@ 📜 This option was added starting with Tux Paint version 0.9.30.

-

- Consulte as instrucións de cada ferramenta Måxica (no cartafol «magic-docs»).

+

+ Note: If the "ungroupmagictools" option is set, Tux Paint won't split Magic tools into groups of related tools, and instead present them all as one large list. See the "Options" documentation.

h.Ferramenta de «Goma» (de borrar) diff --git a/docs/is_IS.UTF-8/README.txt b/docs/is_IS.UTF-8/README.txt index 64dc311cf..47acee3d0 100644 --- a/docs/is_IS.UTF-8/README.txt +++ b/docs/is_IS.UTF-8/README.txt @@ -609,6 +609,11 @@ g."Magic" Tool (Special Effects) tool, you can either click and drag around the picture, and/or simply click the picture once, to apply the effect. + The Magic Tools + + + See the instructions for each Magic tool (in the 'magic-docs' folder). + Magic Controls @@ -642,7 +647,9 @@ g."Magic" Tool (Special Effects) 📜 This option was added starting with Tux Paint version 0.9.30. - See the instructions for each Magic tool (in the 'magic-docs' folder). + ⚙ Note: If the "ungroupmagictools" option is set, Tux Paint won't split + Magic tools into groups of related tools, and instead present them all as + one large list. See the "Options" documentation. diff --git a/docs/is_IS.UTF-8/html/README.html b/docs/is_IS.UTF-8/html/README.html index 332520db8..0d30657c0 100644 --- a/docs/is_IS.UTF-8/html/README.html +++ b/docs/is_IS.UTF-8/html/README.html @@ -936,6 +936,12 @@

The Magic tool is actually a set of special tools. Select one of the 'magic' effects from the selector on the right. Then, depending on the tool, you can either click and drag around the picture, and/or simply click the picture once, to apply the effect.

+ The Magic Tools +
+

+ See the instructions for each Magic tool (in the 'magic-docs' folder).

+
+ Magic Controls

@@ -973,8 +979,8 @@ 📜 This option was added starting with Tux Paint version 0.9.30.

-

- See the instructions for each Magic tool (in the 'magic-docs' folder).

+

+ Note: If the "ungroupmagictools" option is set, Tux Paint won't split Magic tools into groups of related tools, and instead present them all as one large list. See the "Options" documentation.

h."Eraser" Tool diff --git a/docs/ja_JP.UTF-8/README.txt b/docs/ja_JP.UTF-8/README.txt index c2a82f646..c5be60092 100644 --- a/docs/ja_JP.UTF-8/README.txt +++ b/docs/ja_JP.UTF-8/README.txt @@ -556,6 +556,12 @@ g.ă€ŒăŸă»ă†ă€ăƒ„ăƒŒăƒ«ïŒˆç‰čæźŠćŠč果 ă€ŒăŸă»ă†ă€ăźćŠčæžœă‚’éžæŠžă™ă‚‹ă“ăšăŒă§ăăŸă™ă€‚ćŠčæžœă‚’é©ç”šă™ă‚‹æ–čæł•は、クăƒȘăƒƒă‚ŻïŒ‹ ăƒ‰ăƒ©ăƒƒă‚°ă€ć˜ăȘるクăƒȘックăȘă©ă€ăƒ„ăƒŒăƒ«ă”ăšă«æ§˜ă€…ă§ă™ă€‚ + The Magic Tools + + + 「magic-docsă€ăƒ•ă‚©ăƒ«ăƒ€ć†…ăźăƒ‰ă‚­ăƒ„ăƒĄăƒłăƒˆă€ŒăŸă»ă†ă€ăƒ„ăƒŒăƒ«ăźäž€èŠ§ă‚‚ăŠèȘ­ăżă + ださい。 + ă€ŒăŸă»ă†ă€ćŠčæžœăźćˆ¶ćŸĄ @@ -588,8 +594,9 @@ g.ă€ŒăŸă»ă†ă€ăƒ„ăƒŒăƒ«ïŒˆç‰čæźŠćŠč果 📜 こぼă‚Șăƒ—ă‚·ăƒ§ăƒłăŻă€ăƒăƒŒă‚žăƒ§ăƒł 0.9.30 ä»„é™ă§èżœćŠ ă•ă‚ŒăŸă—ăŸă€‚ - 「magic-docsă€ăƒ•ă‚©ăƒ«ăƒ€ć†…ăźăƒ‰ă‚­ăƒ„ăƒĄăƒłăƒˆă€ŒăŸă»ă†ă€ăƒ„ăƒŒăƒ«ăźäž€èŠ§ă‚‚ăŠèȘ­ăżăă ă• - い。 + ⚙ Note: If the "ungroupmagictools" option is set, Tux Paint won't split + Magic tools into groups of related tools, and instead present them all as + one large list. See the "Options" documentation. diff --git a/docs/ja_JP.UTF-8/html/README.html b/docs/ja_JP.UTF-8/html/README.html index 5171191c6..1a727f1d8 100644 --- a/docs/ja_JP.UTF-8/html/README.html +++ b/docs/ja_JP.UTF-8/html/README.html @@ -936,6 +936,12 @@

ă€ŒăŸă»ă†ă€ăƒ„ăƒŒăƒ«ăŻă€æ§˜ă€…ăȘç‰čæźŠăȘăƒ„ăƒŒăƒ«ă‚’é›†ă‚ăŸă‚‚ăźă§ă™ă€‚ćłćŽăźă‚»ăƒŹă‚Żă‚żă§ă€ă€ŒăŸă»ă†ă€ăźćŠčæžœă‚’éžæŠžă™ă‚‹ă“ăšăŒă§ăăŸă™ă€‚ćŠčæžœă‚’é©ç”šă™ă‚‹æ–čæł•は、クăƒȘăƒƒă‚ŻïŒ‹ăƒ‰ăƒ©ăƒƒă‚°ă€ć˜ăȘるクăƒȘックăȘă©ă€ăƒ„ăƒŒăƒ«ă”ăšă«æ§˜ă€…ă§ă™ă€‚

+ The Magic Tools +
+

+ 「magic-docsă€ăƒ•ă‚©ăƒ«ăƒ€ć†…ăźăƒ‰ă‚­ăƒ„ăƒĄăƒłăƒˆă€ŒăŸă»ă†ă€ăƒ„ăƒŒăƒ«ăźäž€èŠ§ă‚‚ăŠèȘ­ăżăă ă•い。

+
+ ă€ŒăŸă»ă†ă€ćŠčæžœăźćˆ¶ćŸĄ

@@ -973,8 +979,8 @@ 📜 こぼă‚Șăƒ—ă‚·ăƒ§ăƒłăŻă€ăƒăƒŒă‚žăƒ§ăƒł 0.9.30 ä»„é™ă§èżœćŠ ă•ă‚ŒăŸă—ăŸă€‚

-

- 「magic-docsă€ăƒ•ă‚©ăƒ«ăƒ€ć†…ăźăƒ‰ă‚­ăƒ„ăƒĄăƒłăƒˆă€ŒăŸă»ă†ă€ăƒ„ăƒŒăƒ«ăźäž€èŠ§ă‚‚ăŠèȘ­ăżăă ă•い。

+

+ Note: If the "ungroupmagictools" option is set, Tux Paint won't split Magic tools into groups of related tools, and instead present them all as one large list. See the "Options" documentation.

h.けしギム diff --git a/docs/sq_AL.UTF-8/README.txt b/docs/sq_AL.UTF-8/README.txt index c29fd881d..9b16edec0 100644 --- a/docs/sq_AL.UTF-8/README.txt +++ b/docs/sq_AL.UTF-8/README.txt @@ -610,6 +610,11 @@ g.Mjeti “Magjik” (Efekte Speciale) tool, you can either click and drag around the picture, and/or simply click the picture once, to apply the effect. + The Magic Tools + + + See the instructions for each Magic tool (in the 'magic-docs' folder). + Kontrolle &Magjiku @@ -643,7 +648,9 @@ g.Mjeti “Magjik” (Efekte Speciale) 📜 This option was added starting with Tux Paint version 0.9.30. - See the instructions for each Magic tool (in the 'magic-docs' folder). + ⚙ Note: If the "ungroupmagictools" option is set, Tux Paint won't split + Magic tools into groups of related tools, and instead present them all as + one large list. See the "Options" documentation. diff --git a/docs/sq_AL.UTF-8/html/README.html b/docs/sq_AL.UTF-8/html/README.html index 6b94c0b19..7b1b9fbf8 100644 --- a/docs/sq_AL.UTF-8/html/README.html +++ b/docs/sq_AL.UTF-8/html/README.html @@ -936,6 +936,12 @@

The Magic tool is actually a set of special tools. Select one of the 'magic' effects from the selector on the right. Then, depending on the tool, you can either click and drag around the picture, and/or simply click the picture once, to apply the effect.

+ The Magic Tools +
+

+ See the instructions for each Magic tool (in the 'magic-docs' folder).

+
+ Kontrolle &Magjiku

@@ -973,8 +979,8 @@ 📜 This option was added starting with Tux Paint version 0.9.30.

-

- See the instructions for each Magic tool (in the 'magic-docs' folder).

+

+ Note: If the "ungroupmagictools" option is set, Tux Paint won't split Magic tools into groups of related tools, and instead present them all as one large list. See the "Options" documentation.

h.Mjeti “GomĂ«â€ diff --git a/magic/magic-docs/en/filled_polygon.txt b/magic/magic-docs/en/filled_polygon.txt new file mode 100644 index 000000000..de9609a3a --- /dev/null +++ b/magic/magic-docs/en/filled_polygon.txt @@ -0,0 +1,18 @@ + Tux Paint "Magic" Tool: Filled Polygon + + Group: Artistic + + Author: Bill Kendrick + +Place three or more connected points on your picture to form a polygon; it will +be filled with the currently-chosen color. (Connect the final (red) point to +the initial (green) point.) + +This tool is operated in a freehand fashion. + +This tool offers color choices. + +------------------------------------------------------------------------------- + + Tux Paint 0.9.33 + diff --git a/magic/magic-docs/en/html/filled_polygon.html b/magic/magic-docs/en/html/filled_polygon.html new file mode 100644 index 000000000..042b1ec90 --- /dev/null +++ b/magic/magic-docs/en/html/filled_polygon.html @@ -0,0 +1,15 @@ + +Tux Paint "Magic" Tool: Filled Polygon + + + +

Tux Paint "Magic" Tool: Filled Polygon

+

Group: Artistic

+

Author: +Bill Kendrick <bill@newbreedsoftware.com>

+

Place three or more connected points on your picture to form a polygon; it will be filled with the currently-chosen color. (Connect the final (red) point to the initial (green) point.)

+

This tool is operated in a freehand fashion.

+

This tool offers color choices.

+
+

Tux Paint 0.9.33

+ \ No newline at end of file diff --git a/magic/magic-docs/en/html/index.html b/magic/magic-docs/en/html/index.html index 65e665978..f9068365b 100644 --- a/magic/magic-docs/en/html/index.html +++ b/magic/magic-docs/en/html/index.html @@ -6,70 +6,113 @@

Tux Paint "Magic" Tool: List of Magic Tools

Distorts

Color Filters

Picture Warps

+

Painting

+ +

Pattern Painting

+ +

Picture Decorations

+

Projections

-

Painting

- -

Pattern Painting

- -

Picture Decorations

-

Artistic


Tux Paint 0.9.33

diff --git a/magic/magic-docs/en/html/reflection.html b/magic/magic-docs/en/html/reflection.html index d482e54a1..46da8b98d 100644 --- a/magic/magic-docs/en/html/reflection.html +++ b/magic/magic-docs/en/html/reflection.html @@ -10,6 +10,7 @@ Bill Kendrick <bill@newbreedsoftwa

Click and drag down, up, left, or right, to add a reflection to you picture.

This tool is operated in a freehand fashion.

+

See also: Specular Reflection.


Tux Paint 0.9.33

\ No newline at end of file diff --git a/magic/magic-docs/en/html/specular_reflection.html b/magic/magic-docs/en/html/specular_reflection.html new file mode 100644 index 000000000..8098cd205 --- /dev/null +++ b/magic/magic-docs/en/html/specular_reflection.html @@ -0,0 +1,15 @@ + +Tux Paint "Magic" Tool: Specular Reflection + + + +

Tux Paint "Magic" Tool: Specular Reflection

+

Group: Painting

+

Author: +Bill Kendrick <bill@newbreedsoftware.com>

+

Draw a specular reflection of the other half of your drawing, like a pond or lake.

+

This tool is operated in a freehand fashion.

+

See also: Reflection.

+
+

Tux Paint 0.9.33

+ \ No newline at end of file diff --git a/magic/magic-docs/en/index.txt b/magic/magic-docs/en/index.txt index 1399d8b3a..a77966302 100644 --- a/magic/magic-docs/en/index.txt +++ b/magic/magic-docs/en/index.txt @@ -2,70 +2,113 @@ Distorts - * Blocks * Blur + * Sharpen + * Smudge + * Blocks * Chalk - * Circles + * Drip * Clone * Distortion - * Drip + * Puzzle + * Circles + * Rays * Edges * Emboss - * Fisheye - * Glass Tile - * Halftone - * Hexagon Mosaic - * Irregular Mosaic - * Mosaic - * Noise - * Puzzle - * Rays - * Ripples - * Sharpen * Silhouette - * Smudge + * Fisheye + * Ripples + * Glass Tile + * Irregular Mosaic + * Hexagon Mosaic * Square Mosaic + * Mosaic * TV * TV (Bright) + * Noise + * Halftone Color Filters - * 3D Glasses - * Bloom - * Cartoon - * Color Sep. - * Color Shift - * Color and White - * Darken - * Desaturate - * Dither - * Dither (Keep Colors) - * Double Vision - * Keep Color - * Lighten * Negative * Opposite - * Remove Color * Saturate + * Desaturate + * Darken + * Lighten + * Remove Color + * Keep Color * Tint + * Color and White + * Cartoon + * Color Shift + * Dither + * Dither (Keep Colors) + * 3D Glasses + * Color Sep. + * Double Vision * Xor Colors + * Bloom Picture Warps - * Flip - * Fold - * Kaleido-4, Kaleido-6, and Kaleido-8 * Mirror + * Flip + * Shift + * Zoom + * Tile Zoom * Panels + * Rush * Perspective * Reflection - * Rush - * Shift * Stretch - * Tile Zoom - * Wavelets * Waves - * Zoom + * Wavelets + * Fold + * Kaleido-4, Kaleido-6, and Kaleido-8 + +Painting + + * Bricks + * Rainbow + * Smooth Rainbow + * Rainbow Cycle + * Calligraphy + * Ribbon + * Smooth + * Squiggles + * Loops + * Confetti + * Rain + * Foam + * Grass + * Specular Reflection + * Fur + * Pixels + * Maze + * Fretwork + * Rails + * Metal Paint + * Toothpaste + * Wet Paint + * Light + +Pattern Painting + + * Symmetry Left/Right + * Symmetry Up/Down + * Kaleidoscope + * Pattern + * Tiles + * Rosette + * Picasso + +Picture Decorations + + * Blind + * Checkerboard + * Snow Ball + * Snow Flake Projections @@ -75,75 +118,34 @@ Projections * 2-Point Select * 3-Point Draw * 3-Point Select + * Isometric Line * Dimetric Draw * Dimetric Select - * Isometric Line - * Oblique Draw - * Oblique Select * Trimetric Draw * Trimetric Select - -Painting - - * Bricks - * Calligraphy - * Confetti - * Foam - * Fretwork - * Fur - * Grass - * Light - * Loops - * Maze - * Metal Paint - * Pixels - * Rails - * Rain - * Rainbow - * Rainbow Cycle - * Ribbon - * Smooth - * Smooth Rainbow - * Squiggles - * Toothpaste - * Wet Paint - -Pattern Painting - - * Kaleidoscope - * Pattern - * Picasso - * Rosette - * Symmetry Left/Right - * Symmetry Up/Down - * Tiles - -Picture Decorations - - * Blind - * Checkerboard - * Snow Ball - * Snow Flake + * Oblique Draw + * Oblique Select Artistic + * Flower + * Googly Eyes + * Real Rainbow + * ROYGBIV Rainbow + * Lightning + * Tornado + * Filled Polygon + * String Edges + * String Corner + * String V * Epitrochoid * Epitrochoid Edge * Epitrochoid Inside * Epitrochoid Outside - * Flower - * Googly Eyes * Hypotrochoid * Hypotrochoid Edge * Hypotrochoid Inside * Hypotrochoid Outside - * Lightning - * ROYGBIV Rainbow - * Real Rainbow - * String Corner - * String Edges - * String V - * Tornado ------------------------------------------------------------------------------- diff --git a/magic/magic-docs/en/reflection.txt b/magic/magic-docs/en/reflection.txt index 76940295f..a87b222ad 100644 --- a/magic/magic-docs/en/reflection.txt +++ b/magic/magic-docs/en/reflection.txt @@ -8,6 +8,8 @@ Click and drag down, up, left, or right, to add a reflection to you picture. This tool is operated in a freehand fashion. +See also: Specular Reflection. + ------------------------------------------------------------------------------- Tux Paint 0.9.33 diff --git a/magic/magic-docs/en/specular_reflection.txt b/magic/magic-docs/en/specular_reflection.txt new file mode 100644 index 000000000..c6f56c88e --- /dev/null +++ b/magic/magic-docs/en/specular_reflection.txt @@ -0,0 +1,17 @@ + Tux Paint "Magic" Tool: Specular Reflection + + Group: Painting + + Author: Bill Kendrick + +Draw a specular reflection of the other half of your drawing, like a pond or +lake. + +This tool is operated in a freehand fashion. + +See also: Reflection. + +------------------------------------------------------------------------------- + + Tux Paint 0.9.33 + diff --git a/magic/magic-docs/es_ES.UTF-8/filled_polygon.txt b/magic/magic-docs/es_ES.UTF-8/filled_polygon.txt new file mode 100644 index 000000000..de9609a3a --- /dev/null +++ b/magic/magic-docs/es_ES.UTF-8/filled_polygon.txt @@ -0,0 +1,18 @@ + Tux Paint "Magic" Tool: Filled Polygon + + Group: Artistic + + Author: Bill Kendrick + +Place three or more connected points on your picture to form a polygon; it will +be filled with the currently-chosen color. (Connect the final (red) point to +the initial (green) point.) + +This tool is operated in a freehand fashion. + +This tool offers color choices. + +------------------------------------------------------------------------------- + + Tux Paint 0.9.33 + diff --git a/magic/magic-docs/es_ES.UTF-8/html/filled_polygon.html b/magic/magic-docs/es_ES.UTF-8/html/filled_polygon.html new file mode 100644 index 000000000..042b1ec90 --- /dev/null +++ b/magic/magic-docs/es_ES.UTF-8/html/filled_polygon.html @@ -0,0 +1,15 @@ + +Tux Paint "Magic" Tool: Filled Polygon + + + +

Tux Paint "Magic" Tool: Filled Polygon

+

Group: Artistic

+

Author: +Bill Kendrick <bill@newbreedsoftware.com>

+

Place three or more connected points on your picture to form a polygon; it will be filled with the currently-chosen color. (Connect the final (red) point to the initial (green) point.)

+

This tool is operated in a freehand fashion.

+

This tool offers color choices.

+
+

Tux Paint 0.9.33

+ \ No newline at end of file diff --git a/magic/magic-docs/es_ES.UTF-8/html/index.html b/magic/magic-docs/es_ES.UTF-8/html/index.html index 8c86ee48b..f9068365b 100644 --- a/magic/magic-docs/es_ES.UTF-8/html/index.html +++ b/magic/magic-docs/es_ES.UTF-8/html/index.html @@ -6,70 +6,113 @@

Tux Paint "Magic" Tool: List of Magic Tools

Distorts

Color Filters

Picture Warps

+

Painting

+ +

Pattern Painting

+ +

Picture Decorations

+

Projections

-

Painting

- -

Pattern Painting

- -

Picture Decorations

-

Artistic


Tux Paint 0.9.33

diff --git a/magic/magic-docs/es_ES.UTF-8/html/reflection.html b/magic/magic-docs/es_ES.UTF-8/html/reflection.html index d482e54a1..46da8b98d 100644 --- a/magic/magic-docs/es_ES.UTF-8/html/reflection.html +++ b/magic/magic-docs/es_ES.UTF-8/html/reflection.html @@ -10,6 +10,7 @@ Bill Kendrick <bill@newbreedsoftwa

Click and drag down, up, left, or right, to add a reflection to you picture.

This tool is operated in a freehand fashion.

+

See also: Specular Reflection.


Tux Paint 0.9.33

\ No newline at end of file diff --git a/magic/magic-docs/es_ES.UTF-8/html/specular_reflection.html b/magic/magic-docs/es_ES.UTF-8/html/specular_reflection.html new file mode 100644 index 000000000..8098cd205 --- /dev/null +++ b/magic/magic-docs/es_ES.UTF-8/html/specular_reflection.html @@ -0,0 +1,15 @@ + +Tux Paint "Magic" Tool: Specular Reflection + + + +

Tux Paint "Magic" Tool: Specular Reflection

+

Group: Painting

+

Author: +Bill Kendrick <bill@newbreedsoftware.com>

+

Draw a specular reflection of the other half of your drawing, like a pond or lake.

+

This tool is operated in a freehand fashion.

+

See also: Reflection.

+
+

Tux Paint 0.9.33

+ \ No newline at end of file diff --git a/magic/magic-docs/es_ES.UTF-8/index.txt b/magic/magic-docs/es_ES.UTF-8/index.txt index 0816fedc5..a77966302 100644 --- a/magic/magic-docs/es_ES.UTF-8/index.txt +++ b/magic/magic-docs/es_ES.UTF-8/index.txt @@ -2,70 +2,113 @@ Distorts - * Blocks * Blur + * Sharpen + * Smudge + * Blocks * Chalk - * Circles + * Drip * Clone * Distortion - * Drip + * Puzzle + * Circles + * Rays * Edges * Emboss - * Fisheye - * Glass Tile - * Halftone - * Hexagon Mosaic - * Irregular Mosaic - * Mosaic - * Noise - * Puzzle - * Rays - * Ripples - * Sharpen * Silhouette - * Smudge + * Fisheye + * Ripples + * Glass Tile + * Irregular Mosaic + * Hexagon Mosaic * Square Mosaic + * Mosaic * TV * TV (Bright) + * Noise + * Halftone Color Filters - * 3D Glasses - * Bloom - * Cartoon - * Color and White - * Color Sep. - * Color Shift - * Darken - * Desaturate - * Dither - * Dither (Keep Colors) - * Double Vision - * Keep Color - * Lighten * Negative * Opposite - * Remove Color * Saturate + * Desaturate + * Darken + * Lighten + * Remove Color + * Keep Color * Tint + * Color and White + * Cartoon + * Color Shift + * Dither + * Dither (Keep Colors) + * 3D Glasses + * Color Sep. + * Double Vision * Xor Colors + * Bloom Picture Warps - * Flip - * Fold - * Kaleido-4, Kaleido-6, and Kaleido-8 * Mirror + * Flip + * Shift + * Zoom + * Tile Zoom * Panels + * Rush * Perspective * Reflection - * Rush - * Shift * Stretch - * Tile Zoom - * Wavelets * Waves - * Zoom + * Wavelets + * Fold + * Kaleido-4, Kaleido-6, and Kaleido-8 + +Painting + + * Bricks + * Rainbow + * Smooth Rainbow + * Rainbow Cycle + * Calligraphy + * Ribbon + * Smooth + * Squiggles + * Loops + * Confetti + * Rain + * Foam + * Grass + * Specular Reflection + * Fur + * Pixels + * Maze + * Fretwork + * Rails + * Metal Paint + * Toothpaste + * Wet Paint + * Light + +Pattern Painting + + * Symmetry Left/Right + * Symmetry Up/Down + * Kaleidoscope + * Pattern + * Tiles + * Rosette + * Picasso + +Picture Decorations + + * Blind + * Checkerboard + * Snow Ball + * Snow Flake Projections @@ -75,75 +118,34 @@ Projections * 2-Point Select * 3-Point Draw * 3-Point Select + * Isometric Line * Dimetric Draw * Dimetric Select - * Isometric Line - * Oblique Draw - * Oblique Select * Trimetric Draw * Trimetric Select - -Painting - - * Bricks - * Calligraphy - * Confetti - * Foam - * Fretwork - * Fur - * Grass - * Light - * Loops - * Maze - * Metal Paint - * Pixels - * Rails - * Rain - * Rainbow - * Rainbow Cycle - * Ribbon - * Smooth - * Smooth Rainbow - * Squiggles - * Toothpaste - * Wet Paint - -Pattern Painting - - * Kaleidoscope - * Pattern - * Picasso - * Rosette - * Symmetry Left/Right - * Symmetry Up/Down - * Tiles - -Picture Decorations - - * Blind - * Checkerboard - * Snow Ball - * Snow Flake + * Oblique Draw + * Oblique Select Artistic + * Flower + * Googly Eyes + * Real Rainbow + * ROYGBIV Rainbow + * Lightning + * Tornado + * Filled Polygon + * String Edges + * String Corner + * String V * Epitrochoid * Epitrochoid Edge * Epitrochoid Inside * Epitrochoid Outside - * Flower - * Googly Eyes * Hypotrochoid * Hypotrochoid Edge * Hypotrochoid Inside * Hypotrochoid Outside - * Lightning - * Real Rainbow - * ROYGBIV Rainbow - * String Corner - * String Edges - * String V - * Tornado ------------------------------------------------------------------------------- diff --git a/magic/magic-docs/es_ES.UTF-8/reflection.txt b/magic/magic-docs/es_ES.UTF-8/reflection.txt index 76940295f..a87b222ad 100644 --- a/magic/magic-docs/es_ES.UTF-8/reflection.txt +++ b/magic/magic-docs/es_ES.UTF-8/reflection.txt @@ -8,6 +8,8 @@ Click and drag down, up, left, or right, to add a reflection to you picture. This tool is operated in a freehand fashion. +See also: Specular Reflection. + ------------------------------------------------------------------------------- Tux Paint 0.9.33 diff --git a/magic/magic-docs/es_ES.UTF-8/specular_reflection.txt b/magic/magic-docs/es_ES.UTF-8/specular_reflection.txt new file mode 100644 index 000000000..c6f56c88e --- /dev/null +++ b/magic/magic-docs/es_ES.UTF-8/specular_reflection.txt @@ -0,0 +1,17 @@ + Tux Paint "Magic" Tool: Specular Reflection + + Group: Painting + + Author: Bill Kendrick + +Draw a specular reflection of the other half of your drawing, like a pond or +lake. + +This tool is operated in a freehand fashion. + +See also: Reflection. + +------------------------------------------------------------------------------- + + Tux Paint 0.9.33 + diff --git a/magic/magic-docs/fr_FR.UTF-8/filled_polygon.txt b/magic/magic-docs/fr_FR.UTF-8/filled_polygon.txt new file mode 100644 index 000000000..12b930d4c --- /dev/null +++ b/magic/magic-docs/fr_FR.UTF-8/filled_polygon.txt @@ -0,0 +1,18 @@ + Outil 'Magie' de Tux Paint : Filled Polygon + + Groupe: Artistique + + Auteur : Bill Kendrick + +Place three or more connected points on your picture to form a polygon; it will +be filled with the currently-chosen color. (Connect the final (red) point to +the initial (green) point.) + +Cet outil permet de travailler en mode à main levée. + +Cet outil permet de choisir des couleurs. + +------------------------------------------------------------------------------- + + Tux Paint 0.9.33 + diff --git a/magic/magic-docs/fr_FR.UTF-8/html/filled_polygon.html b/magic/magic-docs/fr_FR.UTF-8/html/filled_polygon.html new file mode 100644 index 000000000..a81e452a0 --- /dev/null +++ b/magic/magic-docs/fr_FR.UTF-8/html/filled_polygon.html @@ -0,0 +1,15 @@ + +Outil 'Magie' de Tux Paint : Filled Polygon + + + +

Outil 'Magie' de Tux Paint : Filled Polygon

+

Groupe: Artistique

+

Auteur : +Bill Kendrick <bill@newbreedsoftware.com>

+

Place three or more connected points on your picture to form a polygon; it will be filled with the currently-chosen color. (Connect the final (red) point to the initial (green) point.)

+

Cet outil permet de travailler en mode à main levée.

+

Cet outil permet de choisir des couleurs.

+
+

Tux Paint 0.9.33

+ \ No newline at end of file diff --git a/magic/magic-docs/fr_FR.UTF-8/html/index.html b/magic/magic-docs/fr_FR.UTF-8/html/index.html index fd92106ff..2840ef966 100644 --- a/magic/magic-docs/fr_FR.UTF-8/html/index.html +++ b/magic/magic-docs/fr_FR.UTF-8/html/index.html @@ -6,148 +6,150 @@

Outil 'Magie' de Tux Paint : Liste des outils de Magie

Distorsions

Filtres couleurs

Déformations de l'image

-

Projections

-

Peindre

Peindre un motif

Décorations des images

+

Projections

+

Artistique


Tux Paint 0.9.33

diff --git a/magic/magic-docs/fr_FR.UTF-8/html/reflection.html b/magic/magic-docs/fr_FR.UTF-8/html/reflection.html index 4d7469da0..dd3300ee0 100644 --- a/magic/magic-docs/fr_FR.UTF-8/html/reflection.html +++ b/magic/magic-docs/fr_FR.UTF-8/html/reflection.html @@ -10,6 +10,7 @@ Bill Kendrick <bill@newbreedsoftwa

Cliquez et balayez vers le bas, le haut, à gauche, à droite pour ajouter un effet de réflexion à votre dessin.

Cet outil permet de travailler en mode à main levée.

+

Voir aussi : Specular Reflection.


Tux Paint 0.9.33

\ No newline at end of file diff --git a/magic/magic-docs/fr_FR.UTF-8/html/specular_reflection.html b/magic/magic-docs/fr_FR.UTF-8/html/specular_reflection.html new file mode 100644 index 000000000..642bb7a44 --- /dev/null +++ b/magic/magic-docs/fr_FR.UTF-8/html/specular_reflection.html @@ -0,0 +1,15 @@ + +Outil 'Magie' de Tux Paint : Specular Reflection + + + +

Outil 'Magie' de Tux Paint : Specular Reflection

+

Groupe: Peindre

+

Auteur : +Bill Kendrick <bill@newbreedsoftware.com>

+

Draw a specular reflection of the other half of your drawing, like a pond or lake.

+

Cet outil permet de travailler en mode à main levée.

+

Voir aussi : Reflet.

+
+

Tux Paint 0.9.33

+ \ No newline at end of file diff --git a/magic/magic-docs/fr_FR.UTF-8/index.txt b/magic/magic-docs/fr_FR.UTF-8/index.txt index 7c3865007..3862f353b 100644 --- a/magic/magic-docs/fr_FR.UTF-8/index.txt +++ b/magic/magic-docs/fr_FR.UTF-8/index.txt @@ -2,148 +2,150 @@ Distorsions + * Flou * Affiner * Baver * Blocs - * Bords - * Carreau de verre - * Cercles - * Cloner * Craie - * Demi-teinte - * Distorsion - * Flou * Goutte - * MosaĂŻque - * MosaĂŻque carrĂ©e - * MosaĂŻque hexagonale - * MosaĂŻque irrĂ©guliĂšre - * Oeil de poisson - * Ondes - * Parasites + * Cloner + * Distorsion * Puzzle + * Cercles * Raies + * Bords * Relief * Silhouette + * Oeil de poisson + * Ondes + * Carreau de verre + * MosaĂŻque irrĂ©guliĂšre + * MosaĂŻque hexagonale + * MosaĂŻque carrĂ©e + * MosaĂŻque * TV * TV (brillant) + * Parasites + * Demi-teinte Filtres couleurs - * Assombrir - * B.D. - * Changement de couleur + * NĂ©gatif * ComplĂ©mentaire - * Couleur et blanc - * Couleurs Xor + * Saturer * DĂ©saturer - * Dither - * Dither (Keep Colors) + * Assombrir * Éclaircir * Enlever une couleur - * Fleurir * Garder une couleur - * Lunettes 3D - * NĂ©gatif - * Saturer - * SĂ©p des couleurs. * Teinter + * Couleur et blanc + * B.D. + * Changement de couleur + * Dither + * Dither (Keep Colors) + * Lunettes 3D + * SĂ©p des couleurs. * Vision double + * Couleurs Xor + * Fleurir DĂ©formations de l'image - * DĂ©place - * Étirer - * Kaleido-4, Kaleido-6, et Kaleido-8 * Miroir - * Panneaux - * Perspective - * Plier - * Reflet * Renverser - * Rush - * Vaguelettes - * Vagues + * DĂ©place * Zoom * Zoom avec carreau - -Projections - - * Choix 1 point - * Choix 2 points - * Choix 3-Point - * Dessin 1 point - * Dessin 2 points - * Dessin Ă  3-Point - * Dimetric Draw - * Dimetric Select - * Isometric Line - * Oblique Draw - * Oblique Select - * Trimetric Draw - * Trimetric Select + * Panneaux + * Rush + * Perspective + * Reflet + * Étirer + * Vagues + * Vaguelettes + * Plier + * Kaleido-4, Kaleido-6, et Kaleido-8 Peindre - * Arc-en-ciel + * Briques * Arc-en-ciel * Arc-en-ciel doux - * Boucles - * Briques + * Arc-en-ciel * Calligraphie - * Confettis - * Dentifrice - * Doux - * Effet mouillĂ© - * Fourrure - * Frise - * Gribouillis - * Herbe - * Labyrinthe - * LumiĂšre - * Mousse - * Peinture mĂ©tallique - * Pixels - * Pluie - * Rails * Ruban + * Doux + * Gribouillis + * Boucles + * Confettis + * Pluie + * Mousse + * Herbe + * Specular Reflection + * Fourrure + * Pixels + * Labyrinthe + * Frise + * Rails + * Peinture mĂ©tallique + * Dentifrice + * Effet mouillĂ© + * LumiĂšre Peindre un motif - * KalĂ©idoscope - * Motif - * Picasso - * Rosace * SymĂ©trie D/G * SymĂ©trie H/B + * KalĂ©idoscope + * Motif * Tuiles + * Rosace + * Picasso DĂ©corations des images - * Boule de neige - * Damier - * Flocon de neige * Store + * Damier + * Boule de neige + * Flocon de neige + +Projections + + * Dessin 1 point + * Choix 1 point + * Dessin 2 points + * Choix 2 points + * Dessin Ă  3-Point + * Choix 3-Point + * Isometric Line + * Dimetric Draw + * Dimetric Select + * Trimetric Draw + * Trimetric Select + * Oblique Draw + * Oblique Select Artistique + * Fleur + * Yeux Ă©carquillĂ©s * Arc-en-ciel rĂ©el * Arc-en-ciel simple + * Foudre + * Tornade + * Filled Polygon + * Ficelles sur les bords + * Ficelles dans les coins + * Ficelles V * Epitrochoid * Epitrochoid Edge * Epitrochoid Inside * Epitrochoid Outside - * Ficelles dans les coins - * Ficelles sur les bords - * Ficelles V - * Fleur - * Foudre * Hypotrochoid * Hypotrochoid Edge * Hypotrochoid Inside * Hypotrochoid Outside - * Tornade - * Yeux Ă©carquillĂ©s ------------------------------------------------------------------------------- diff --git a/magic/magic-docs/fr_FR.UTF-8/reflection.txt b/magic/magic-docs/fr_FR.UTF-8/reflection.txt index 3d1953fef..ac81cf874 100644 --- a/magic/magic-docs/fr_FR.UTF-8/reflection.txt +++ b/magic/magic-docs/fr_FR.UTF-8/reflection.txt @@ -9,6 +9,8 @@ effet de rĂ©flexion Ă  votre dessin. Cet outil permet de travailler en mode Ă  main levĂ©e. +Voir aussi : Specular Reflection. + ------------------------------------------------------------------------------- Tux Paint 0.9.33 diff --git a/magic/magic-docs/fr_FR.UTF-8/specular_reflection.txt b/magic/magic-docs/fr_FR.UTF-8/specular_reflection.txt new file mode 100644 index 000000000..5aaf643b6 --- /dev/null +++ b/magic/magic-docs/fr_FR.UTF-8/specular_reflection.txt @@ -0,0 +1,17 @@ + Outil 'Magie' de Tux Paint : Specular Reflection + + Groupe: Peindre + + Auteur : Bill Kendrick + +Draw a specular reflection of the other half of your drawing, like a pond or +lake. + +Cet outil permet de travailler en mode Ă  main levĂ©e. + +Voir aussi : Reflet. + +------------------------------------------------------------------------------- + + Tux Paint 0.9.33 + diff --git a/magic/magic-docs/gl_ES.UTF-8/filled_polygon.txt b/magic/magic-docs/gl_ES.UTF-8/filled_polygon.txt new file mode 100644 index 000000000..de9609a3a --- /dev/null +++ b/magic/magic-docs/gl_ES.UTF-8/filled_polygon.txt @@ -0,0 +1,18 @@ + Tux Paint "Magic" Tool: Filled Polygon + + Group: Artistic + + Author: Bill Kendrick + +Place three or more connected points on your picture to form a polygon; it will +be filled with the currently-chosen color. (Connect the final (red) point to +the initial (green) point.) + +This tool is operated in a freehand fashion. + +This tool offers color choices. + +------------------------------------------------------------------------------- + + Tux Paint 0.9.33 + diff --git a/magic/magic-docs/gl_ES.UTF-8/html/filled_polygon.html b/magic/magic-docs/gl_ES.UTF-8/html/filled_polygon.html new file mode 100644 index 000000000..042b1ec90 --- /dev/null +++ b/magic/magic-docs/gl_ES.UTF-8/html/filled_polygon.html @@ -0,0 +1,15 @@ + +Tux Paint "Magic" Tool: Filled Polygon + + + +

Tux Paint "Magic" Tool: Filled Polygon

+

Group: Artistic

+

Author: +Bill Kendrick <bill@newbreedsoftware.com>

+

Place three or more connected points on your picture to form a polygon; it will be filled with the currently-chosen color. (Connect the final (red) point to the initial (green) point.)

+

This tool is operated in a freehand fashion.

+

This tool offers color choices.

+
+

Tux Paint 0.9.33

+ \ No newline at end of file diff --git a/magic/magic-docs/gl_ES.UTF-8/html/index.html b/magic/magic-docs/gl_ES.UTF-8/html/index.html index 8c86ee48b..f9068365b 100644 --- a/magic/magic-docs/gl_ES.UTF-8/html/index.html +++ b/magic/magic-docs/gl_ES.UTF-8/html/index.html @@ -6,70 +6,113 @@

Tux Paint "Magic" Tool: List of Magic Tools

Distorts

Color Filters

Picture Warps

+

Painting

+ +

Pattern Painting

+ +

Picture Decorations

+

Projections

-

Painting

- -

Pattern Painting

- -

Picture Decorations

-

Artistic


Tux Paint 0.9.33

diff --git a/magic/magic-docs/gl_ES.UTF-8/html/reflection.html b/magic/magic-docs/gl_ES.UTF-8/html/reflection.html index d482e54a1..46da8b98d 100644 --- a/magic/magic-docs/gl_ES.UTF-8/html/reflection.html +++ b/magic/magic-docs/gl_ES.UTF-8/html/reflection.html @@ -10,6 +10,7 @@ Bill Kendrick <bill@newbreedsoftwa

Click and drag down, up, left, or right, to add a reflection to you picture.

This tool is operated in a freehand fashion.

+

See also: Specular Reflection.


Tux Paint 0.9.33

\ No newline at end of file diff --git a/magic/magic-docs/gl_ES.UTF-8/html/specular_reflection.html b/magic/magic-docs/gl_ES.UTF-8/html/specular_reflection.html new file mode 100644 index 000000000..8098cd205 --- /dev/null +++ b/magic/magic-docs/gl_ES.UTF-8/html/specular_reflection.html @@ -0,0 +1,15 @@ + +Tux Paint "Magic" Tool: Specular Reflection + + + +

Tux Paint "Magic" Tool: Specular Reflection

+

Group: Painting

+

Author: +Bill Kendrick <bill@newbreedsoftware.com>

+

Draw a specular reflection of the other half of your drawing, like a pond or lake.

+

This tool is operated in a freehand fashion.

+

See also: Reflection.

+
+

Tux Paint 0.9.33

+ \ No newline at end of file diff --git a/magic/magic-docs/gl_ES.UTF-8/index.txt b/magic/magic-docs/gl_ES.UTF-8/index.txt index 0816fedc5..a77966302 100644 --- a/magic/magic-docs/gl_ES.UTF-8/index.txt +++ b/magic/magic-docs/gl_ES.UTF-8/index.txt @@ -2,70 +2,113 @@ Distorts - * Blocks * Blur + * Sharpen + * Smudge + * Blocks * Chalk - * Circles + * Drip * Clone * Distortion - * Drip + * Puzzle + * Circles + * Rays * Edges * Emboss - * Fisheye - * Glass Tile - * Halftone - * Hexagon Mosaic - * Irregular Mosaic - * Mosaic - * Noise - * Puzzle - * Rays - * Ripples - * Sharpen * Silhouette - * Smudge + * Fisheye + * Ripples + * Glass Tile + * Irregular Mosaic + * Hexagon Mosaic * Square Mosaic + * Mosaic * TV * TV (Bright) + * Noise + * Halftone Color Filters - * 3D Glasses - * Bloom - * Cartoon - * Color and White - * Color Sep. - * Color Shift - * Darken - * Desaturate - * Dither - * Dither (Keep Colors) - * Double Vision - * Keep Color - * Lighten * Negative * Opposite - * Remove Color * Saturate + * Desaturate + * Darken + * Lighten + * Remove Color + * Keep Color * Tint + * Color and White + * Cartoon + * Color Shift + * Dither + * Dither (Keep Colors) + * 3D Glasses + * Color Sep. + * Double Vision * Xor Colors + * Bloom Picture Warps - * Flip - * Fold - * Kaleido-4, Kaleido-6, and Kaleido-8 * Mirror + * Flip + * Shift + * Zoom + * Tile Zoom * Panels + * Rush * Perspective * Reflection - * Rush - * Shift * Stretch - * Tile Zoom - * Wavelets * Waves - * Zoom + * Wavelets + * Fold + * Kaleido-4, Kaleido-6, and Kaleido-8 + +Painting + + * Bricks + * Rainbow + * Smooth Rainbow + * Rainbow Cycle + * Calligraphy + * Ribbon + * Smooth + * Squiggles + * Loops + * Confetti + * Rain + * Foam + * Grass + * Specular Reflection + * Fur + * Pixels + * Maze + * Fretwork + * Rails + * Metal Paint + * Toothpaste + * Wet Paint + * Light + +Pattern Painting + + * Symmetry Left/Right + * Symmetry Up/Down + * Kaleidoscope + * Pattern + * Tiles + * Rosette + * Picasso + +Picture Decorations + + * Blind + * Checkerboard + * Snow Ball + * Snow Flake Projections @@ -75,75 +118,34 @@ Projections * 2-Point Select * 3-Point Draw * 3-Point Select + * Isometric Line * Dimetric Draw * Dimetric Select - * Isometric Line - * Oblique Draw - * Oblique Select * Trimetric Draw * Trimetric Select - -Painting - - * Bricks - * Calligraphy - * Confetti - * Foam - * Fretwork - * Fur - * Grass - * Light - * Loops - * Maze - * Metal Paint - * Pixels - * Rails - * Rain - * Rainbow - * Rainbow Cycle - * Ribbon - * Smooth - * Smooth Rainbow - * Squiggles - * Toothpaste - * Wet Paint - -Pattern Painting - - * Kaleidoscope - * Pattern - * Picasso - * Rosette - * Symmetry Left/Right - * Symmetry Up/Down - * Tiles - -Picture Decorations - - * Blind - * Checkerboard - * Snow Ball - * Snow Flake + * Oblique Draw + * Oblique Select Artistic + * Flower + * Googly Eyes + * Real Rainbow + * ROYGBIV Rainbow + * Lightning + * Tornado + * Filled Polygon + * String Edges + * String Corner + * String V * Epitrochoid * Epitrochoid Edge * Epitrochoid Inside * Epitrochoid Outside - * Flower - * Googly Eyes * Hypotrochoid * Hypotrochoid Edge * Hypotrochoid Inside * Hypotrochoid Outside - * Lightning - * Real Rainbow - * ROYGBIV Rainbow - * String Corner - * String Edges - * String V - * Tornado ------------------------------------------------------------------------------- diff --git a/magic/magic-docs/gl_ES.UTF-8/reflection.txt b/magic/magic-docs/gl_ES.UTF-8/reflection.txt index 76940295f..a87b222ad 100644 --- a/magic/magic-docs/gl_ES.UTF-8/reflection.txt +++ b/magic/magic-docs/gl_ES.UTF-8/reflection.txt @@ -8,6 +8,8 @@ Click and drag down, up, left, or right, to add a reflection to you picture. This tool is operated in a freehand fashion. +See also: Specular Reflection. + ------------------------------------------------------------------------------- Tux Paint 0.9.33 diff --git a/magic/magic-docs/gl_ES.UTF-8/specular_reflection.txt b/magic/magic-docs/gl_ES.UTF-8/specular_reflection.txt new file mode 100644 index 000000000..c6f56c88e --- /dev/null +++ b/magic/magic-docs/gl_ES.UTF-8/specular_reflection.txt @@ -0,0 +1,17 @@ + Tux Paint "Magic" Tool: Specular Reflection + + Group: Painting + + Author: Bill Kendrick + +Draw a specular reflection of the other half of your drawing, like a pond or +lake. + +This tool is operated in a freehand fashion. + +See also: Reflection. + +------------------------------------------------------------------------------- + + Tux Paint 0.9.33 + diff --git a/magic/magic-docs/is_IS.UTF-8/filled_polygon.txt b/magic/magic-docs/is_IS.UTF-8/filled_polygon.txt new file mode 100644 index 000000000..de9609a3a --- /dev/null +++ b/magic/magic-docs/is_IS.UTF-8/filled_polygon.txt @@ -0,0 +1,18 @@ + Tux Paint "Magic" Tool: Filled Polygon + + Group: Artistic + + Author: Bill Kendrick + +Place three or more connected points on your picture to form a polygon; it will +be filled with the currently-chosen color. (Connect the final (red) point to +the initial (green) point.) + +This tool is operated in a freehand fashion. + +This tool offers color choices. + +------------------------------------------------------------------------------- + + Tux Paint 0.9.33 + diff --git a/magic/magic-docs/is_IS.UTF-8/html/filled_polygon.html b/magic/magic-docs/is_IS.UTF-8/html/filled_polygon.html new file mode 100644 index 000000000..042b1ec90 --- /dev/null +++ b/magic/magic-docs/is_IS.UTF-8/html/filled_polygon.html @@ -0,0 +1,15 @@ + +Tux Paint "Magic" Tool: Filled Polygon + + + +

Tux Paint "Magic" Tool: Filled Polygon

+

Group: Artistic

+

Author: +Bill Kendrick <bill@newbreedsoftware.com>

+

Place three or more connected points on your picture to form a polygon; it will be filled with the currently-chosen color. (Connect the final (red) point to the initial (green) point.)

+

This tool is operated in a freehand fashion.

+

This tool offers color choices.

+
+

Tux Paint 0.9.33

+ \ No newline at end of file diff --git a/magic/magic-docs/is_IS.UTF-8/html/index.html b/magic/magic-docs/is_IS.UTF-8/html/index.html index 8c86ee48b..f9068365b 100644 --- a/magic/magic-docs/is_IS.UTF-8/html/index.html +++ b/magic/magic-docs/is_IS.UTF-8/html/index.html @@ -6,70 +6,113 @@

Tux Paint "Magic" Tool: List of Magic Tools

Distorts

Color Filters

Picture Warps

+

Painting

+ +

Pattern Painting

+ +

Picture Decorations

+

Projections

-

Painting

- -

Pattern Painting

- -

Picture Decorations

-

Artistic


Tux Paint 0.9.33

diff --git a/magic/magic-docs/is_IS.UTF-8/html/reflection.html b/magic/magic-docs/is_IS.UTF-8/html/reflection.html index d482e54a1..46da8b98d 100644 --- a/magic/magic-docs/is_IS.UTF-8/html/reflection.html +++ b/magic/magic-docs/is_IS.UTF-8/html/reflection.html @@ -10,6 +10,7 @@ Bill Kendrick <bill@newbreedsoftwa

Click and drag down, up, left, or right, to add a reflection to you picture.

This tool is operated in a freehand fashion.

+

See also: Specular Reflection.


Tux Paint 0.9.33

\ No newline at end of file diff --git a/magic/magic-docs/is_IS.UTF-8/html/specular_reflection.html b/magic/magic-docs/is_IS.UTF-8/html/specular_reflection.html new file mode 100644 index 000000000..8098cd205 --- /dev/null +++ b/magic/magic-docs/is_IS.UTF-8/html/specular_reflection.html @@ -0,0 +1,15 @@ + +Tux Paint "Magic" Tool: Specular Reflection + + + +

Tux Paint "Magic" Tool: Specular Reflection

+

Group: Painting

+

Author: +Bill Kendrick <bill@newbreedsoftware.com>

+

Draw a specular reflection of the other half of your drawing, like a pond or lake.

+

This tool is operated in a freehand fashion.

+

See also: Reflection.

+
+

Tux Paint 0.9.33

+ \ No newline at end of file diff --git a/magic/magic-docs/is_IS.UTF-8/index.txt b/magic/magic-docs/is_IS.UTF-8/index.txt index 0816fedc5..a77966302 100644 --- a/magic/magic-docs/is_IS.UTF-8/index.txt +++ b/magic/magic-docs/is_IS.UTF-8/index.txt @@ -2,70 +2,113 @@ Distorts - * Blocks * Blur + * Sharpen + * Smudge + * Blocks * Chalk - * Circles + * Drip * Clone * Distortion - * Drip + * Puzzle + * Circles + * Rays * Edges * Emboss - * Fisheye - * Glass Tile - * Halftone - * Hexagon Mosaic - * Irregular Mosaic - * Mosaic - * Noise - * Puzzle - * Rays - * Ripples - * Sharpen * Silhouette - * Smudge + * Fisheye + * Ripples + * Glass Tile + * Irregular Mosaic + * Hexagon Mosaic * Square Mosaic + * Mosaic * TV * TV (Bright) + * Noise + * Halftone Color Filters - * 3D Glasses - * Bloom - * Cartoon - * Color and White - * Color Sep. - * Color Shift - * Darken - * Desaturate - * Dither - * Dither (Keep Colors) - * Double Vision - * Keep Color - * Lighten * Negative * Opposite - * Remove Color * Saturate + * Desaturate + * Darken + * Lighten + * Remove Color + * Keep Color * Tint + * Color and White + * Cartoon + * Color Shift + * Dither + * Dither (Keep Colors) + * 3D Glasses + * Color Sep. + * Double Vision * Xor Colors + * Bloom Picture Warps - * Flip - * Fold - * Kaleido-4, Kaleido-6, and Kaleido-8 * Mirror + * Flip + * Shift + * Zoom + * Tile Zoom * Panels + * Rush * Perspective * Reflection - * Rush - * Shift * Stretch - * Tile Zoom - * Wavelets * Waves - * Zoom + * Wavelets + * Fold + * Kaleido-4, Kaleido-6, and Kaleido-8 + +Painting + + * Bricks + * Rainbow + * Smooth Rainbow + * Rainbow Cycle + * Calligraphy + * Ribbon + * Smooth + * Squiggles + * Loops + * Confetti + * Rain + * Foam + * Grass + * Specular Reflection + * Fur + * Pixels + * Maze + * Fretwork + * Rails + * Metal Paint + * Toothpaste + * Wet Paint + * Light + +Pattern Painting + + * Symmetry Left/Right + * Symmetry Up/Down + * Kaleidoscope + * Pattern + * Tiles + * Rosette + * Picasso + +Picture Decorations + + * Blind + * Checkerboard + * Snow Ball + * Snow Flake Projections @@ -75,75 +118,34 @@ Projections * 2-Point Select * 3-Point Draw * 3-Point Select + * Isometric Line * Dimetric Draw * Dimetric Select - * Isometric Line - * Oblique Draw - * Oblique Select * Trimetric Draw * Trimetric Select - -Painting - - * Bricks - * Calligraphy - * Confetti - * Foam - * Fretwork - * Fur - * Grass - * Light - * Loops - * Maze - * Metal Paint - * Pixels - * Rails - * Rain - * Rainbow - * Rainbow Cycle - * Ribbon - * Smooth - * Smooth Rainbow - * Squiggles - * Toothpaste - * Wet Paint - -Pattern Painting - - * Kaleidoscope - * Pattern - * Picasso - * Rosette - * Symmetry Left/Right - * Symmetry Up/Down - * Tiles - -Picture Decorations - - * Blind - * Checkerboard - * Snow Ball - * Snow Flake + * Oblique Draw + * Oblique Select Artistic + * Flower + * Googly Eyes + * Real Rainbow + * ROYGBIV Rainbow + * Lightning + * Tornado + * Filled Polygon + * String Edges + * String Corner + * String V * Epitrochoid * Epitrochoid Edge * Epitrochoid Inside * Epitrochoid Outside - * Flower - * Googly Eyes * Hypotrochoid * Hypotrochoid Edge * Hypotrochoid Inside * Hypotrochoid Outside - * Lightning - * Real Rainbow - * ROYGBIV Rainbow - * String Corner - * String Edges - * String V - * Tornado ------------------------------------------------------------------------------- diff --git a/magic/magic-docs/is_IS.UTF-8/reflection.txt b/magic/magic-docs/is_IS.UTF-8/reflection.txt index 76940295f..a87b222ad 100644 --- a/magic/magic-docs/is_IS.UTF-8/reflection.txt +++ b/magic/magic-docs/is_IS.UTF-8/reflection.txt @@ -8,6 +8,8 @@ Click and drag down, up, left, or right, to add a reflection to you picture. This tool is operated in a freehand fashion. +See also: Specular Reflection. + ------------------------------------------------------------------------------- Tux Paint 0.9.33 diff --git a/magic/magic-docs/is_IS.UTF-8/specular_reflection.txt b/magic/magic-docs/is_IS.UTF-8/specular_reflection.txt new file mode 100644 index 000000000..c6f56c88e --- /dev/null +++ b/magic/magic-docs/is_IS.UTF-8/specular_reflection.txt @@ -0,0 +1,17 @@ + Tux Paint "Magic" Tool: Specular Reflection + + Group: Painting + + Author: Bill Kendrick + +Draw a specular reflection of the other half of your drawing, like a pond or +lake. + +This tool is operated in a freehand fashion. + +See also: Reflection. + +------------------------------------------------------------------------------- + + Tux Paint 0.9.33 + diff --git a/magic/magic-docs/ja_JP.UTF-8/filled_polygon.txt b/magic/magic-docs/ja_JP.UTF-8/filled_polygon.txt new file mode 100644 index 000000000..de9609a3a --- /dev/null +++ b/magic/magic-docs/ja_JP.UTF-8/filled_polygon.txt @@ -0,0 +1,18 @@ + Tux Paint "Magic" Tool: Filled Polygon + + Group: Artistic + + Author: Bill Kendrick + +Place three or more connected points on your picture to form a polygon; it will +be filled with the currently-chosen color. (Connect the final (red) point to +the initial (green) point.) + +This tool is operated in a freehand fashion. + +This tool offers color choices. + +------------------------------------------------------------------------------- + + Tux Paint 0.9.33 + diff --git a/magic/magic-docs/ja_JP.UTF-8/html/filled_polygon.html b/magic/magic-docs/ja_JP.UTF-8/html/filled_polygon.html new file mode 100644 index 000000000..042b1ec90 --- /dev/null +++ b/magic/magic-docs/ja_JP.UTF-8/html/filled_polygon.html @@ -0,0 +1,15 @@ + +Tux Paint "Magic" Tool: Filled Polygon + + + +

Tux Paint "Magic" Tool: Filled Polygon

+

Group: Artistic

+

Author: +Bill Kendrick <bill@newbreedsoftware.com>

+

Place three or more connected points on your picture to form a polygon; it will be filled with the currently-chosen color. (Connect the final (red) point to the initial (green) point.)

+

This tool is operated in a freehand fashion.

+

This tool offers color choices.

+
+

Tux Paint 0.9.33

+ \ 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 65e665978..f9068365b 100644 --- a/magic/magic-docs/ja_JP.UTF-8/html/index.html +++ b/magic/magic-docs/ja_JP.UTF-8/html/index.html @@ -6,70 +6,113 @@

Tux Paint "Magic" Tool: List of Magic Tools

Distorts

Color Filters

Picture Warps

+

Painting

+ +

Pattern Painting

+ +

Picture Decorations

+

Projections

-

Painting

- -

Pattern Painting

- -

Picture Decorations

-

Artistic


Tux Paint 0.9.33

diff --git a/magic/magic-docs/ja_JP.UTF-8/html/reflection.html b/magic/magic-docs/ja_JP.UTF-8/html/reflection.html index d482e54a1..46da8b98d 100644 --- a/magic/magic-docs/ja_JP.UTF-8/html/reflection.html +++ b/magic/magic-docs/ja_JP.UTF-8/html/reflection.html @@ -10,6 +10,7 @@ Bill Kendrick <bill@newbreedsoftwa

Click and drag down, up, left, or right, to add a reflection to you picture.

This tool is operated in a freehand fashion.

+

See also: Specular Reflection.


Tux Paint 0.9.33

\ No newline at end of file diff --git a/magic/magic-docs/ja_JP.UTF-8/html/specular_reflection.html b/magic/magic-docs/ja_JP.UTF-8/html/specular_reflection.html new file mode 100644 index 000000000..8098cd205 --- /dev/null +++ b/magic/magic-docs/ja_JP.UTF-8/html/specular_reflection.html @@ -0,0 +1,15 @@ + +Tux Paint "Magic" Tool: Specular Reflection + + + +

Tux Paint "Magic" Tool: Specular Reflection

+

Group: Painting

+

Author: +Bill Kendrick <bill@newbreedsoftware.com>

+

Draw a specular reflection of the other half of your drawing, like a pond or lake.

+

This tool is operated in a freehand fashion.

+

See also: Reflection.

+
+

Tux Paint 0.9.33

+ \ No newline at end of file diff --git a/magic/magic-docs/ja_JP.UTF-8/index.txt b/magic/magic-docs/ja_JP.UTF-8/index.txt index 1399d8b3a..a77966302 100644 --- a/magic/magic-docs/ja_JP.UTF-8/index.txt +++ b/magic/magic-docs/ja_JP.UTF-8/index.txt @@ -2,70 +2,113 @@ Distorts - * Blocks * Blur + * Sharpen + * Smudge + * Blocks * Chalk - * Circles + * Drip * Clone * Distortion - * Drip + * Puzzle + * Circles + * Rays * Edges * Emboss - * Fisheye - * Glass Tile - * Halftone - * Hexagon Mosaic - * Irregular Mosaic - * Mosaic - * Noise - * Puzzle - * Rays - * Ripples - * Sharpen * Silhouette - * Smudge + * Fisheye + * Ripples + * Glass Tile + * Irregular Mosaic + * Hexagon Mosaic * Square Mosaic + * Mosaic * TV * TV (Bright) + * Noise + * Halftone Color Filters - * 3D Glasses - * Bloom - * Cartoon - * Color Sep. - * Color Shift - * Color and White - * Darken - * Desaturate - * Dither - * Dither (Keep Colors) - * Double Vision - * Keep Color - * Lighten * Negative * Opposite - * Remove Color * Saturate + * Desaturate + * Darken + * Lighten + * Remove Color + * Keep Color * Tint + * Color and White + * Cartoon + * Color Shift + * Dither + * Dither (Keep Colors) + * 3D Glasses + * Color Sep. + * Double Vision * Xor Colors + * Bloom Picture Warps - * Flip - * Fold - * Kaleido-4, Kaleido-6, and Kaleido-8 * Mirror + * Flip + * Shift + * Zoom + * Tile Zoom * Panels + * Rush * Perspective * Reflection - * Rush - * Shift * Stretch - * Tile Zoom - * Wavelets * Waves - * Zoom + * Wavelets + * Fold + * Kaleido-4, Kaleido-6, and Kaleido-8 + +Painting + + * Bricks + * Rainbow + * Smooth Rainbow + * Rainbow Cycle + * Calligraphy + * Ribbon + * Smooth + * Squiggles + * Loops + * Confetti + * Rain + * Foam + * Grass + * Specular Reflection + * Fur + * Pixels + * Maze + * Fretwork + * Rails + * Metal Paint + * Toothpaste + * Wet Paint + * Light + +Pattern Painting + + * Symmetry Left/Right + * Symmetry Up/Down + * Kaleidoscope + * Pattern + * Tiles + * Rosette + * Picasso + +Picture Decorations + + * Blind + * Checkerboard + * Snow Ball + * Snow Flake Projections @@ -75,75 +118,34 @@ Projections * 2-Point Select * 3-Point Draw * 3-Point Select + * Isometric Line * Dimetric Draw * Dimetric Select - * Isometric Line - * Oblique Draw - * Oblique Select * Trimetric Draw * Trimetric Select - -Painting - - * Bricks - * Calligraphy - * Confetti - * Foam - * Fretwork - * Fur - * Grass - * Light - * Loops - * Maze - * Metal Paint - * Pixels - * Rails - * Rain - * Rainbow - * Rainbow Cycle - * Ribbon - * Smooth - * Smooth Rainbow - * Squiggles - * Toothpaste - * Wet Paint - -Pattern Painting - - * Kaleidoscope - * Pattern - * Picasso - * Rosette - * Symmetry Left/Right - * Symmetry Up/Down - * Tiles - -Picture Decorations - - * Blind - * Checkerboard - * Snow Ball - * Snow Flake + * Oblique Draw + * Oblique Select Artistic + * Flower + * Googly Eyes + * Real Rainbow + * ROYGBIV Rainbow + * Lightning + * Tornado + * Filled Polygon + * String Edges + * String Corner + * String V * Epitrochoid * Epitrochoid Edge * Epitrochoid Inside * Epitrochoid Outside - * Flower - * Googly Eyes * Hypotrochoid * Hypotrochoid Edge * Hypotrochoid Inside * Hypotrochoid Outside - * Lightning - * ROYGBIV Rainbow - * Real Rainbow - * String Corner - * String Edges - * String V - * Tornado ------------------------------------------------------------------------------- diff --git a/magic/magic-docs/ja_JP.UTF-8/reflection.txt b/magic/magic-docs/ja_JP.UTF-8/reflection.txt index 76940295f..a87b222ad 100644 --- a/magic/magic-docs/ja_JP.UTF-8/reflection.txt +++ b/magic/magic-docs/ja_JP.UTF-8/reflection.txt @@ -8,6 +8,8 @@ Click and drag down, up, left, or right, to add a reflection to you picture. This tool is operated in a freehand fashion. +See also: Specular Reflection. + ------------------------------------------------------------------------------- Tux Paint 0.9.33 diff --git a/magic/magic-docs/ja_JP.UTF-8/specular_reflection.txt b/magic/magic-docs/ja_JP.UTF-8/specular_reflection.txt new file mode 100644 index 000000000..c6f56c88e --- /dev/null +++ b/magic/magic-docs/ja_JP.UTF-8/specular_reflection.txt @@ -0,0 +1,17 @@ + Tux Paint "Magic" Tool: Specular Reflection + + Group: Painting + + Author: Bill Kendrick + +Draw a specular reflection of the other half of your drawing, like a pond or +lake. + +This tool is operated in a freehand fashion. + +See also: Reflection. + +------------------------------------------------------------------------------- + + Tux Paint 0.9.33 + diff --git a/magic/magic-docs/sq_AL.UTF-8/filled_polygon.txt b/magic/magic-docs/sq_AL.UTF-8/filled_polygon.txt new file mode 100644 index 000000000..6bb220106 --- /dev/null +++ b/magic/magic-docs/sq_AL.UTF-8/filled_polygon.txt @@ -0,0 +1,18 @@ + Mjeti “Magjik” i Tux Paint-it: Filled Polygon + + Grup: Artistike + + Autor: Bill Kendrick + +Place three or more connected points on your picture to form a polygon; it will +be filled with the currently-chosen color. (Connect the final (red) point to +the initial (green) point.) + +Ky mjet pĂ«rdoret si tĂ« ishte mjet vizatimi me dorĂ« tĂ« lirĂ«. + +Ky mjet ofron zgjedhje ngjyrash. + +------------------------------------------------------------------------------- + + Tux Paint 0.9.33 + diff --git a/magic/magic-docs/sq_AL.UTF-8/html/filled_polygon.html b/magic/magic-docs/sq_AL.UTF-8/html/filled_polygon.html new file mode 100644 index 000000000..eeca2f24e --- /dev/null +++ b/magic/magic-docs/sq_AL.UTF-8/html/filled_polygon.html @@ -0,0 +1,15 @@ + +Mjeti “Magjik” i Tux Paint-it: Filled Polygon + + + +

Mjeti “Magjik” i Tux Paint-it: Filled Polygon

+

Grup: Artistike

+

Autor: +Bill Kendrick <bill@newbreedsoftware.com>

+

Place three or more connected points on your picture to form a polygon; it will be filled with the currently-chosen color. (Connect the final (red) point to the initial (green) point.)

+

Ky mjet përdoret si të ishte mjet vizatimi me dorë të lirë.

+

Ky mjet ofron zgjedhje ngjyrash.

+
+

Tux Paint 0.9.33

+ \ No newline at end of file diff --git a/magic/magic-docs/sq_AL.UTF-8/html/index.html b/magic/magic-docs/sq_AL.UTF-8/html/index.html index e9e75c408..da4f524f2 100644 --- a/magic/magic-docs/sq_AL.UTF-8/html/index.html +++ b/magic/magic-docs/sq_AL.UTF-8/html/index.html @@ -6,132 +6,142 @@

Mjeti “Magjik” i Tux Paint-it: ListĂ« e Mjeteve “Magjike”

Shformime

Filtra Ngjyrash

Shformime Vizatimi

-

Projections

-

Vizatim

Vizatim Rregullsish

Zbukurime Fotoje

+

Projections

+

Artistike


Tux Paint 0.9.33

diff --git a/magic/magic-docs/sq_AL.UTF-8/html/reflection.html b/magic/magic-docs/sq_AL.UTF-8/html/reflection.html index 5c9bde445..8950c95b0 100644 --- a/magic/magic-docs/sq_AL.UTF-8/html/reflection.html +++ b/magic/magic-docs/sq_AL.UTF-8/html/reflection.html @@ -10,6 +10,7 @@ Bill Kendrick <bill@newbreedsoftwa

Klikoni dhe tërhiqeni poshtë, sipër, majtas, ose djathtas, për të shtuar te figura juaj një pasqyrim.

Ky mjet përdoret si të ishte mjet vizatimi me dorë të lirë.

+

Shihni edhe: Specular Reflection.


Tux Paint 0.9.33

\ No newline at end of file diff --git a/magic/magic-docs/sq_AL.UTF-8/html/specular_reflection.html b/magic/magic-docs/sq_AL.UTF-8/html/specular_reflection.html new file mode 100644 index 000000000..ec38fdda6 --- /dev/null +++ b/magic/magic-docs/sq_AL.UTF-8/html/specular_reflection.html @@ -0,0 +1,15 @@ + +Mjeti “Magjik” i Tux Paint-it: Specular Reflection + + + +

Mjeti “Magjik” i Tux Paint-it: Specular Reflection

+

Grup: Vizatim

+

Autor: +Bill Kendrick <bill@newbreedsoftware.com>

+

Draw a specular reflection of the other half of your drawing, like a pond or lake.

+

Ky mjet përdoret si të ishte mjet vizatimi me dorë të lirë.

+

Shihni edhe: Pasqyrim.

+
+

Tux Paint 0.9.33

+ \ No newline at end of file diff --git a/magic/magic-docs/sq_AL.UTF-8/index.txt b/magic/magic-docs/sq_AL.UTF-8/index.txt index 05be38682..81df7cf5a 100644 --- a/magic/magic-docs/sq_AL.UTF-8/index.txt +++ b/magic/magic-docs/sq_AL.UTF-8/index.txt @@ -2,132 +2,142 @@ Shformime - * Blloqe - * GjysmĂ«-ton - * Klonoje - * Me reliev - * Mozaik - * Mozaik GjashtĂ«kĂ«ndor - * Mozaik i Parregullt - * Mozaik Katror + * Turbulloje * Mprehe * Njollose + * Blloqe + * ShkumĂ«s * Pikim - * PllakĂ« Xhami + * Klonoje + * Shformim * Puzzle * RrathĂ« * Rreze - * SiluetĂ« * Skaje + * Me reliev + * SiluetĂ« * Sy peshku - * Shformim - * ShkumĂ«s - * Turbulloje + * ValĂ«zim + * PllakĂ« Xhami + * Mozaik i Parregullt + * Mozaik GjashtĂ«kĂ«ndor + * Mozaik Katror + * Mozaik * TV * TV (I ndriçuar) - * ValĂ«zim * ZhurmĂ« + * GjysmĂ«-ton Filtra Ngjyrash - * Çelje + * Negativ + * E kundĂ«rta + * Ngope * Çngope + * ErrĂ«soje + * Ndriçoje + * Hiqe NgjyrĂ«n + * Mbaje NgjyrĂ«n + * Ngjyrosje + * NgjyrĂ« dhe E bardhĂ« + * Vizatimor + * KĂ«mbim Ngjyrash * Dither * Dither (Keep Colors) - * E kundĂ«rta - * ErrĂ«soje - * Hiqe NgjyrĂ«n - * KĂ«mbim Ngjyrash - * Mbaje NgjyrĂ«n - * Ndarje Ngjyrash - * Ndriçoje - * Negativ - * Ngope - * Ngjyra Xor - * NgjyrĂ« dhe E bardhĂ« - * Ngjyrosje - * Pamje e DyfishtĂ« * Syze 3D - * Vizatimor + * Ndarje Ngjyrash + * Pamje e DyfishtĂ« + * Ngjyra Xor + * Çelje Shformime Vizatimi - * Kaleido-4, Kaleido-6 dhe Kaleido-8 - * Ktheje nĂ« anĂ« tjetĂ«r - * Kthim Faqeje - * Ngut - * Panele - * Pasqyrim * Pasqyroje - * PerspektivĂ« + * Ktheje nĂ« anĂ« tjetĂ«r * Shift + * Zoom + * ZvogĂ«lim Me Kuadrate + * Panele + * Ngut + * PerspektivĂ« + * Pasqyrim * TĂ«rheqje * ValĂ« * ValĂ«za - * Zoom - * ZvogĂ«lim Me Kuadrate - -Projections - - * Dimetric Draw - * Dimetric Select - * Isometric Line - * Oblique Draw - * Oblique Select - * PĂ«rzgjedhje e 1 Qendre - * PĂ«rzgjedhje e 2 Qendrash - * PĂ«rzgjedhje e 3 Qendrash - * Trimetric Draw - * Trimetric Select - * Vizatim me 1 QendĂ«r - * Vizatim me 2 Qendra - * Vizatim me 3 Qendra + * Kthim Faqeje + * Kaleido-4, Kaleido-6 dhe Kaleido-8 Vizatim - * Bar - * BojĂ« e NjomĂ« - * BojĂ« Metalike - * Bonbone - * Bukurshkrim - * CikĂ«l Ylberi - * E çelĂ«t - * Gdhendje - * GĂ«zof - * Labirint - * LĂ«mim - * PastĂ« dhĂ«mbĂ«sh - * PikselĂ« - * Qerthuj - * Shi - * Shina - * Shirit - * Shkarravina - * ShkumĂ« * Tulla * Ylber * Ylber i ButĂ« + * CikĂ«l Ylberi + * Bukurshkrim + * Shirit + * LĂ«mim + * Shkarravina + * Qerthuj + * Bonbone + * Shi + * ShkumĂ« + * Bar + * Specular Reflection + * GĂ«zof + * PikselĂ« + * Labirint + * Gdhendje + * Shina + * BojĂ« Metalike + * PastĂ« dhĂ«mbĂ«sh + * BojĂ« e NjomĂ« + * E çelĂ«t Vizatim Rregullsish - * Kaleidoskop - * Kuadrate - * MostĂ«r - * Pikaso - * RozetĂ« * Simetri Majtas/Djathtas * Simetri SipĂ«r/PoshtĂ« + * Kaleidoskop + * MostĂ«r + * Kuadrate + * RozetĂ« + * Pikaso Zbukurime Fotoje - * FlokĂ« Bore - * FushĂ« shahu * Grila + * FushĂ« shahu * Top DĂ«bore + * FlokĂ« Bore + +Projections + + * Vizatim me 1 QendĂ«r + * PĂ«rzgjedhje e 1 Qendre + * Vizatim me 2 Qendra + * PĂ«rzgjedhje e 2 Qendrash + * Vizatim me 3 Qendra + * PĂ«rzgjedhje e 3 Qendrash + * Isometric Line + * Dimetric Draw + * Dimetric Select + * Trimetric Draw + * Trimetric Select + * Oblique Draw + * Oblique Select Artistike + * Lule + * Sy tĂ« Zgurdulluar + * Ylber i NjĂ«mendtĂ« + * Ylber ROYGBIV + * Rrufe + * ShtjellĂ« + * Filled Polygon + * Skaje me Thurje * Cep me Thurje + * V me Thurje * Epitrochoid * Epitrochoid Edge * Epitrochoid Inside @@ -136,14 +146,6 @@ Artistike * Hypotrochoid Edge * Hypotrochoid Inside * Hypotrochoid Outside - * Lule - * Rrufe - * Skaje me Thurje - * Sy tĂ« Zgurdulluar - * ShtjellĂ« - * V me Thurje - * Ylber i NjĂ«mendtĂ« - * Ylber ROYGBIV ------------------------------------------------------------------------------- diff --git a/magic/magic-docs/sq_AL.UTF-8/reflection.txt b/magic/magic-docs/sq_AL.UTF-8/reflection.txt index 1f9acccd0..93af19190 100644 --- a/magic/magic-docs/sq_AL.UTF-8/reflection.txt +++ b/magic/magic-docs/sq_AL.UTF-8/reflection.txt @@ -9,6 +9,8 @@ figura juaj njĂ« pasqyrim. Ky mjet pĂ«rdoret si tĂ« ishte mjet vizatimi me dorĂ« tĂ« lirĂ«. +Shihni edhe: Specular Reflection. + ------------------------------------------------------------------------------- Tux Paint 0.9.33 diff --git a/magic/magic-docs/sq_AL.UTF-8/specular_reflection.txt b/magic/magic-docs/sq_AL.UTF-8/specular_reflection.txt new file mode 100644 index 000000000..e6a6735f7 --- /dev/null +++ b/magic/magic-docs/sq_AL.UTF-8/specular_reflection.txt @@ -0,0 +1,17 @@ + Mjeti “Magjik” i Tux Paint-it: Specular Reflection + + Grup: Vizatim + + Autor: Bill Kendrick + +Draw a specular reflection of the other half of your drawing, like a pond or +lake. + +Ky mjet pĂ«rdoret si tĂ« ishte mjet vizatimi me dorĂ« tĂ« lirĂ«. + +Shihni edhe: Pasqyrim. + +------------------------------------------------------------------------------- + + Tux Paint 0.9.33 +