From 91139c9026bb738c77684f4b3f8f28c22f4d568c Mon Sep 17 00:00:00 2001 From: Bill Kendrick Date: Mon, 22 May 2023 23:25:20 -0700 Subject: [PATCH] Sync docs for Fuzzy Eraser & 0.9.31 new Magic tools so far --- docs/en/README.txt | 12 ++++++++---- docs/en/html/README.html | 11 +++++++---- docs/es_ES.UTF-8/README.txt | 12 ++++++++---- docs/es_ES.UTF-8/html/README.html | 11 +++++++---- docs/fr_FR.UTF-8/README.txt | 13 ++++++++----- docs/fr_FR.UTF-8/html/README.html | 11 +++++++---- docs/gl_ES.UTF-8/README.txt | 13 ++++++++----- docs/gl_ES.UTF-8/html/README.html | 11 +++++++---- docs/ja_JP.UTF-8/README.txt | 17 ++++++++++++----- docs/ja_JP.UTF-8/html/README.html | 11 +++++++---- magic/magic-docs/en/html/index.html | 4 ++++ magic/magic-docs/en/html/loops.html | 16 ++++++++++++++++ magic/magic-docs/en/html/ribbon.html | 15 +++++++++++++++ magic/magic-docs/en/html/smooth.html | 16 ++++++++++++++++ magic/magic-docs/en/html/squiggles.html | 16 ++++++++++++++++ magic/magic-docs/en/index.txt | 4 ++++ magic/magic-docs/en/loops.txt | 17 +++++++++++++++++ magic/magic-docs/en/ribbon.txt | 15 +++++++++++++++ magic/magic-docs/en/smooth.txt | 18 ++++++++++++++++++ magic/magic-docs/en/squiggles.txt | 18 ++++++++++++++++++ magic/magic-docs/es_ES.UTF-8/html/index.html | 4 ++++ magic/magic-docs/es_ES.UTF-8/html/loops.html | 16 ++++++++++++++++ magic/magic-docs/es_ES.UTF-8/html/ribbon.html | 15 +++++++++++++++ magic/magic-docs/es_ES.UTF-8/html/smooth.html | 16 ++++++++++++++++ .../magic-docs/es_ES.UTF-8/html/squiggles.html | 16 ++++++++++++++++ magic/magic-docs/es_ES.UTF-8/index.txt | 4 ++++ magic/magic-docs/es_ES.UTF-8/loops.txt | 17 +++++++++++++++++ magic/magic-docs/es_ES.UTF-8/ribbon.txt | 15 +++++++++++++++ magic/magic-docs/es_ES.UTF-8/smooth.txt | 18 ++++++++++++++++++ magic/magic-docs/es_ES.UTF-8/squiggles.txt | 18 ++++++++++++++++++ magic/magic-docs/fr_FR.UTF-8/html/index.html | 4 ++++ magic/magic-docs/fr_FR.UTF-8/html/loops.html | 16 ++++++++++++++++ magic/magic-docs/fr_FR.UTF-8/html/ribbon.html | 15 +++++++++++++++ magic/magic-docs/fr_FR.UTF-8/html/smooth.html | 16 ++++++++++++++++ .../magic-docs/fr_FR.UTF-8/html/squiggles.html | 16 ++++++++++++++++ magic/magic-docs/fr_FR.UTF-8/index.txt | 4 ++++ magic/magic-docs/fr_FR.UTF-8/loops.txt | 17 +++++++++++++++++ magic/magic-docs/fr_FR.UTF-8/ribbon.txt | 15 +++++++++++++++ magic/magic-docs/fr_FR.UTF-8/smooth.txt | 18 ++++++++++++++++++ magic/magic-docs/fr_FR.UTF-8/squiggles.txt | 18 ++++++++++++++++++ magic/magic-docs/gl_ES.UTF-8/html/index.html | 4 ++++ magic/magic-docs/gl_ES.UTF-8/html/loops.html | 16 ++++++++++++++++ magic/magic-docs/gl_ES.UTF-8/html/ribbon.html | 15 +++++++++++++++ magic/magic-docs/gl_ES.UTF-8/html/smooth.html | 16 ++++++++++++++++ .../magic-docs/gl_ES.UTF-8/html/squiggles.html | 16 ++++++++++++++++ magic/magic-docs/gl_ES.UTF-8/index.txt | 4 ++++ magic/magic-docs/gl_ES.UTF-8/loops.txt | 17 +++++++++++++++++ magic/magic-docs/gl_ES.UTF-8/ribbon.txt | 15 +++++++++++++++ magic/magic-docs/gl_ES.UTF-8/smooth.txt | 18 ++++++++++++++++++ magic/magic-docs/gl_ES.UTF-8/squiggles.txt | 18 ++++++++++++++++++ magic/magic-docs/ja_JP.UTF-8/html/index.html | 4 ++++ magic/magic-docs/ja_JP.UTF-8/html/loops.html | 16 ++++++++++++++++ magic/magic-docs/ja_JP.UTF-8/html/ribbon.html | 15 +++++++++++++++ magic/magic-docs/ja_JP.UTF-8/html/smooth.html | 16 ++++++++++++++++ .../magic-docs/ja_JP.UTF-8/html/squiggles.html | 16 ++++++++++++++++ magic/magic-docs/ja_JP.UTF-8/index.txt | 4 ++++ magic/magic-docs/ja_JP.UTF-8/loops.txt | 17 +++++++++++++++++ magic/magic-docs/ja_JP.UTF-8/ribbon.txt | 15 +++++++++++++++ magic/magic-docs/ja_JP.UTF-8/smooth.txt | 18 ++++++++++++++++++ magic/magic-docs/ja_JP.UTF-8/squiggles.txt | 18 ++++++++++++++++++ 60 files changed, 774 insertions(+), 43 deletions(-) create mode 100644 magic/magic-docs/en/html/loops.html create mode 100644 magic/magic-docs/en/html/ribbon.html create mode 100644 magic/magic-docs/en/html/smooth.html create mode 100644 magic/magic-docs/en/html/squiggles.html create mode 100644 magic/magic-docs/en/loops.txt create mode 100644 magic/magic-docs/en/ribbon.txt create mode 100644 magic/magic-docs/en/smooth.txt create mode 100644 magic/magic-docs/en/squiggles.txt create mode 100644 magic/magic-docs/es_ES.UTF-8/html/loops.html create mode 100644 magic/magic-docs/es_ES.UTF-8/html/ribbon.html create mode 100644 magic/magic-docs/es_ES.UTF-8/html/smooth.html create mode 100644 magic/magic-docs/es_ES.UTF-8/html/squiggles.html create mode 100644 magic/magic-docs/es_ES.UTF-8/loops.txt create mode 100644 magic/magic-docs/es_ES.UTF-8/ribbon.txt create mode 100644 magic/magic-docs/es_ES.UTF-8/smooth.txt create mode 100644 magic/magic-docs/es_ES.UTF-8/squiggles.txt create mode 100644 magic/magic-docs/fr_FR.UTF-8/html/loops.html create mode 100644 magic/magic-docs/fr_FR.UTF-8/html/ribbon.html create mode 100644 magic/magic-docs/fr_FR.UTF-8/html/smooth.html create mode 100644 magic/magic-docs/fr_FR.UTF-8/html/squiggles.html create mode 100644 magic/magic-docs/fr_FR.UTF-8/loops.txt create mode 100644 magic/magic-docs/fr_FR.UTF-8/ribbon.txt create mode 100644 magic/magic-docs/fr_FR.UTF-8/smooth.txt create mode 100644 magic/magic-docs/fr_FR.UTF-8/squiggles.txt create mode 100644 magic/magic-docs/gl_ES.UTF-8/html/loops.html create mode 100644 magic/magic-docs/gl_ES.UTF-8/html/ribbon.html create mode 100644 magic/magic-docs/gl_ES.UTF-8/html/smooth.html create mode 100644 magic/magic-docs/gl_ES.UTF-8/html/squiggles.html create mode 100644 magic/magic-docs/gl_ES.UTF-8/loops.txt create mode 100644 magic/magic-docs/gl_ES.UTF-8/ribbon.txt create mode 100644 magic/magic-docs/gl_ES.UTF-8/smooth.txt create mode 100644 magic/magic-docs/gl_ES.UTF-8/squiggles.txt create mode 100644 magic/magic-docs/ja_JP.UTF-8/html/loops.html create mode 100644 magic/magic-docs/ja_JP.UTF-8/html/ribbon.html create mode 100644 magic/magic-docs/ja_JP.UTF-8/html/smooth.html create mode 100644 magic/magic-docs/ja_JP.UTF-8/html/squiggles.html create mode 100644 magic/magic-docs/ja_JP.UTF-8/loops.txt create mode 100644 magic/magic-docs/ja_JP.UTF-8/ribbon.txt create mode 100644 magic/magic-docs/ja_JP.UTF-8/smooth.txt create mode 100644 magic/magic-docs/ja_JP.UTF-8/squiggles.txt diff --git a/docs/en/README.txt b/docs/en/README.txt index d45662d3f..6e910738a 100644 --- a/docs/en/README.txt +++ b/docs/en/README.txt @@ -94,8 +94,11 @@ License What's New in Tux Paint version 0.9.31? - TBD - TBD + Fuzzy Erasers + Fuzzy-edged round erasers have been added to the Eraser tool + + New Magic tools + Loops, Ribbon, Smooth, and Squiggles See CHANGES.txt for the complete list of changes. @@ -632,7 +635,8 @@ Available Tools some other color, or to a background picture, depending on the picture.) - A number of eraser sizes are available, both round and square. + A number of eraser sizes are available, with both square and round + shapes. Fuzzy-edged round shapes are also available. As you move the mouse around, a square outline follows the pointer, showing what part of the picture will be erased to white. @@ -640,7 +644,7 @@ Available Tools As you erase, a 'squeaky clean' eraser wiping sound is played. ⌨ Hold the [X] key while clicking for quick access to a small - round eraser (not available when the Text or Label tools are + sharp round eraser (not available when the Text or Label tools are selected, when you're in the process of rotating a stamp or shape, or when using an interactive magic tool). Release the mouse to return to your currently-selected tool. diff --git a/docs/en/html/README.html b/docs/en/html/README.html index e20a3c22a..1faddea1a 100644 --- a/docs/en/html/README.html +++ b/docs/en/html/README.html @@ -219,8 +219,11 @@
-
TBD
-
TBD
+
Fuzzy Erasers
+
Fuzzy-edged round erasers have been added to the Eraser tool
+ +
New Magic tools
+
Loops, Ribbon, Smooth, and Squiggles

@@ -966,7 +969,7 @@ This tool is similar to the Paint Brush. Wherever you click (or click and drag), the picture will be erased. (This may be white, some other color, or to a background picture, depending on the picture.)

- A number of eraser sizes are available, both round and square.

+ A number of eraser sizes are available, with both square and round shapes. Fuzzy-edged round shapes are also available.

As you move the mouse around, a square outline follows the pointer, showing what part of the picture will be erased to white.

@@ -976,7 +979,7 @@

- Hold the [X] key while clicking for quick access to a small round eraser (not available when the Text or Label tools are selected, when you're in the process of rotating a stamp or shape, or when using an interactive magic tool). Release the mouse to return to your currently-selected tool.

+ Hold the [X] key while clicking for quick access to a small sharp round eraser (not available when the Text or Label tools are selected, when you're in the process of rotating a stamp or shape, or when using an interactive magic tool). Release the mouse to return to your currently-selected tool.

diff --git a/docs/es_ES.UTF-8/README.txt b/docs/es_ES.UTF-8/README.txt index 52a26ce7d..484e87275 100644 --- a/docs/es_ES.UTF-8/README.txt +++ b/docs/es_ES.UTF-8/README.txt @@ -94,8 +94,11 @@ License What's New in Tux Paint version 0.9.31? - TBD - TBD + Fuzzy Erasers + Fuzzy-edged round erasers have been added to the Eraser tool + + New Magic tools + Loops, Ribbon, Smooth, and Squiggles See CHANGES.txt for the complete list of changes. @@ -632,7 +635,8 @@ Available Tools some other color, or to a background picture, depending on the picture.) - A number of eraser sizes are available, both round and square. + A number of eraser sizes are available, with both square and round + shapes. Fuzzy-edged round shapes are also available. As you move the mouse around, a square outline follows the pointer, showing what part of the picture will be erased to white. @@ -640,7 +644,7 @@ Available Tools As you erase, a 'squeaky clean' eraser wiping sound is played. ⌨ Hold the [X] key while clicking for quick access to a small - round eraser (not available when the Text or Label tools are + sharp round eraser (not available when the Text or Label tools are selected, when you're in the process of rotating a stamp or shape, or when using an interactive magic tool). Release the mouse to return to your currently-selected tool. diff --git a/docs/es_ES.UTF-8/html/README.html b/docs/es_ES.UTF-8/html/README.html index fcee44d8e..2d9b1b835 100644 --- a/docs/es_ES.UTF-8/html/README.html +++ b/docs/es_ES.UTF-8/html/README.html @@ -219,8 +219,11 @@
-
TBD
-
TBD
+
Fuzzy Erasers
+
Fuzzy-edged round erasers have been added to the Eraser tool
+ +
New Magic tools
+
Loops, Ribbon, Smooth, and Squiggles

@@ -966,7 +969,7 @@ This tool is similar to the Paint Brush. Wherever you click (or click and drag), the picture will be erased. (This may be white, some other color, or to a background picture, depending on the picture.)

- A number of eraser sizes are available, both round and square.

+ A number of eraser sizes are available, with both square and round shapes. Fuzzy-edged round shapes are also available.

As you move the mouse around, a square outline follows the pointer, showing what part of the picture will be erased to white.

@@ -976,7 +979,7 @@

- Hold the [X] key while clicking for quick access to a small round eraser (not available when the Text or Label tools are selected, when you're in the process of rotating a stamp or shape, or when using an interactive magic tool). Release the mouse to return to your currently-selected tool.

+ Hold the [X] key while clicking for quick access to a small sharp round eraser (not available when the Text or Label tools are selected, when you're in the process of rotating a stamp or shape, or when using an interactive magic tool). Release the mouse to return to your currently-selected tool.

diff --git a/docs/fr_FR.UTF-8/README.txt b/docs/fr_FR.UTF-8/README.txt index f72062482..4e268fa62 100644 --- a/docs/fr_FR.UTF-8/README.txt +++ b/docs/fr_FR.UTF-8/README.txt @@ -99,8 +99,11 @@ Licence What's New in Tux Paint version 0.9.31? - TBD - TBD + Fuzzy Erasers + Fuzzy-edged round erasers have been added to the Eraser tool + + New Magic tools + Loops, Ribbon, Smooth, and Squiggles See CHANGES.txt for the complete list of changes. @@ -662,8 +665,8 @@ Outils disponibles du blanc, une autre couleur ou une image d'arrière-plan, selon l'image.) - Un certain nombre de tailles de gommes sont disponibles, soit - rondes soit carrées. + A number of eraser sizes are available, with both square and round + shapes. Fuzzy-edged round shapes are also available. Lorsque vous déplacez la souris, un contour carré suit le pointeur, indiquant quelle partie de l'image sera effacée en @@ -672,7 +675,7 @@ Outils disponibles Au fur et à mesure que vous effacez, un grincement est émis. ⌨ Hold the [X] key while clicking for quick access to a small - round eraser (not available when the Text or Label tools are + sharp round eraser (not available when the Text or Label tools are selected, when you're in the process of rotating a stamp or shape, or when using an interactive magic tool). Release the mouse to return to your currently-selected tool. diff --git a/docs/fr_FR.UTF-8/html/README.html b/docs/fr_FR.UTF-8/html/README.html index 37023e0d2..d30c042bb 100644 --- a/docs/fr_FR.UTF-8/html/README.html +++ b/docs/fr_FR.UTF-8/html/README.html @@ -219,8 +219,11 @@
-
TBD
-
TBD
+
Fuzzy Erasers
+
Fuzzy-edged round erasers have been added to the Eraser tool
+ +
New Magic tools
+
Loops, Ribbon, Smooth, and Squiggles

@@ -966,7 +969,7 @@ Cet outil est similaire au pinceau. Partout où vous cliquez (ou cliquez et faites glisser), l'image sera effacée. (Cela peut être du blanc, une autre couleur ou une image d'arrière-plan, selon l'image.)

- Un certain nombre de tailles de gommes sont disponibles, soit rondes soit carrées.

+ A number of eraser sizes are available, with both square and round shapes. Fuzzy-edged round shapes are also available.

Lorsque vous déplacez la souris, un contour carré suit le pointeur, indiquant quelle partie de l'image sera effacée en blanc.

@@ -976,7 +979,7 @@

- Hold the [X] key while clicking for quick access to a small round eraser (not available when the Text or Label tools are selected, when you're in the process of rotating a stamp or shape, or when using an interactive magic tool). Release the mouse to return to your currently-selected tool.

+ Hold the [X] key while clicking for quick access to a small sharp round eraser (not available when the Text or Label tools are selected, when you're in the process of rotating a stamp or shape, or when using an interactive magic tool). Release the mouse to return to your currently-selected tool.

diff --git a/docs/gl_ES.UTF-8/README.txt b/docs/gl_ES.UTF-8/README.txt index 36b034391..16822fca8 100644 --- a/docs/gl_ES.UTF-8/README.txt +++ b/docs/gl_ES.UTF-8/README.txt @@ -94,8 +94,11 @@ Licenza What's New in Tux Paint version 0.9.31? - TBD - TBD + Fuzzy Erasers + Fuzzy-edged round erasers have been added to the Eraser tool + + New Magic tools + Loops, Ribbon, Smooth, and Squiggles See CHANGES.txt for the complete list of changes. @@ -645,8 +648,8 @@ Ferramentas dispoñíbeis prema e arrastre), a imaxe borrarase. (Pode ser branco, doutra cor ou a unha imaxe de fondo, dependendo da imaxe.) - Hai varios tamaños de goma dispoñíbeis, tanto redondos como - cadrados. + A number of eraser sizes are available, with both square and round + shapes. Fuzzy-edged round shapes are also available. Ao mover o rato, un contorno cadrado segue o punteiro, amosando que parte da imaxe se borrará a branco. @@ -654,7 +657,7 @@ Ferramentas dispoñíbeis Ao borralo, reprodúcese un son de borrado «rechiante». ⌨ Hold the [X] key while clicking for quick access to a small - round eraser (not available when the Text or Label tools are + sharp round eraser (not available when the Text or Label tools are selected, when you're in the process of rotating a stamp or shape, or when using an interactive magic tool). Release the mouse to return to your currently-selected tool. diff --git a/docs/gl_ES.UTF-8/html/README.html b/docs/gl_ES.UTF-8/html/README.html index e8a20c930..74324990e 100644 --- a/docs/gl_ES.UTF-8/html/README.html +++ b/docs/gl_ES.UTF-8/html/README.html @@ -219,8 +219,11 @@
-
TBD
-
TBD
+
Fuzzy Erasers
+
Fuzzy-edged round erasers have been added to the Eraser tool
+ +
New Magic tools
+
Loops, Ribbon, Smooth, and Squiggles

@@ -966,7 +969,7 @@ Esta ferramenta é similar ao pincel. Onde queira que prema (ou prema e arrastre), a imaxe borrarase. (Pode ser branco, doutra cor ou a unha imaxe de fondo, dependendo da imaxe.)

- Hai varios tamaños de goma dispoñíbeis, tanto redondos como cadrados.

+ A number of eraser sizes are available, with both square and round shapes. Fuzzy-edged round shapes are also available.

Ao mover o rato, un contorno cadrado segue o punteiro, amosando que parte da imaxe se borrará a branco.

@@ -976,7 +979,7 @@

- Hold the [X] key while clicking for quick access to a small round eraser (not available when the Text or Label tools are selected, when you're in the process of rotating a stamp or shape, or when using an interactive magic tool). Release the mouse to return to your currently-selected tool.

+ Hold the [X] key while clicking for quick access to a small sharp round eraser (not available when the Text or Label tools are selected, when you're in the process of rotating a stamp or shape, or when using an interactive magic tool). Release the mouse to return to your currently-selected tool.

diff --git a/docs/ja_JP.UTF-8/README.txt b/docs/ja_JP.UTF-8/README.txt index 62e05cea3..6f9b6b897 100644 --- a/docs/ja_JP.UTF-8/README.txt +++ b/docs/ja_JP.UTF-8/README.txt @@ -75,8 +75,11 @@ Tux Paint バージョン 0.9.31 での変更点 - TBD - TBD + Fuzzy Erasers + Fuzzy-edged round erasers have been added to the Eraser tool + + New Magic tools + Loops, Ribbon, Smooth, and Squiggles 全ての変更点については、CHANGES.txt をお読みください。 @@ -417,14 +420,18 @@ Tux Paint の起動 このツールは「ふで」ツールに似ています。クリック(または、クリック+ドラッグ)をした部分が消されます。(消した部分は、白あるいはその他の色、また、レイヤーキャンバスなど、絵によって異なる状態に戻ります。) - いくつもの大きさの正方形と円形の消しゴムがあります。 + A number of eraser sizes are available, with both square and round + shapes. Fuzzy-edged round shapes are also available. 正方形の輪郭がマウスカーソルの位置に表示され、絵のどの部分が消されるかを示します。 消している間、「キュッキュッ」と擦って消す効果音が流れます。 - ⌨ [X] - キーを押しながらマウスをクリックすると、小さな丸い消しゴムをすばやく使うことができます(もじ/ラベルツール選択時、はんこや図形の回転中、インタラクティブなまほうツールを使用している間は無効です)。マウスを離すと、選択中のツールに戻ります。 + ⌨ Hold the [X] key while clicking for quick access to a small + sharp round eraser (not available when the Text or Label tools are + selected, when you're in the process of rotating a stamp or shape, + or when using an interactive magic tool). Release the mouse to + return to your currently-selected tool. そのほかの操作 diff --git a/docs/ja_JP.UTF-8/html/README.html b/docs/ja_JP.UTF-8/html/README.html index 8c38cc474..071de1e10 100644 --- a/docs/ja_JP.UTF-8/html/README.html +++ b/docs/ja_JP.UTF-8/html/README.html @@ -219,8 +219,11 @@
-
TBD
-
TBD
+
Fuzzy Erasers
+
Fuzzy-edged round erasers have been added to the Eraser tool
+ +
New Magic tools
+
Loops, Ribbon, Smooth, and Squiggles

@@ -966,7 +969,7 @@ このツールは「ふで」ツールに似ています。クリック(または、クリック+ドラッグ)をした部分が消されます。(消した部分は、白あるいはその他の色、また、レイヤーキャンバスなど、絵によって異なる状態に戻ります。)

- いくつもの大きさの正方形と円形の消しゴムがあります。

+ A number of eraser sizes are available, with both square and round shapes. Fuzzy-edged round shapes are also available.

正方形の輪郭がマウスカーソルの位置に表示され、絵のどの部分が消されるかを示します。

@@ -976,7 +979,7 @@

- [X] キーを押しながらマウスをクリックすると、小さな丸い消しゴムをすばやく使うことができます(もじ/ラベルツール選択時、はんこや図形の回転中、インタラクティブなまほうツールを使用している間は無効です)。マウスを離すと、選択中のツールに戻ります。

+ Hold the [X] key while clicking for quick access to a small sharp round eraser (not available when the Text or Label tools are selected, when you're in the process of rotating a stamp or shape, or when using an interactive magic tool). Release the mouse to return to your currently-selected tool.

diff --git a/magic/magic-docs/en/html/index.html b/magic/magic-docs/en/html/index.html index 42ce2a532..f43e6af64 100644 --- a/magic/magic-docs/en/html/index.html +++ b/magic/magic-docs/en/html/index.html @@ -79,6 +79,7 @@
  • Fur
  • Grass
  • Light
  • +
  • Loops
  • Maze
  • Metal Paint
  • Pixels
  • @@ -86,7 +87,10 @@
  • Rain
  • Rainbow
  • Rainbow Cycle
  • +
  • Ribbon
  • +
  • Smooth
  • Smooth Rainbow
  • +
  • Squiggles
  • Toothpaste
  • Wet Paint
  • diff --git a/magic/magic-docs/en/html/loops.html b/magic/magic-docs/en/html/loops.html new file mode 100644 index 000000000..c9d2895fc --- /dev/null +++ b/magic/magic-docs/en/html/loops.html @@ -0,0 +1,16 @@ + +Tux Paint "Magic" Tool: Loops + + + +

    Tux Paint "Magic" Tool: Loops

    +

    Group: Painting

    +

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

    +

    Draw loop-the-loops on the canvas, in the currently-selected color.

    +

    This tool is operated in a freehand fashion.

    +

    This tool offers multiple size settings.

    +

    See also: Smooth & Squiggles.

    +
    +

    Tux Paint 0.9.31

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

    Tux Paint "Magic" Tool: Ribbon

    +

    Group: Painting

    +

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

    +

    This draws a flowing ribbon behind the mouse as you move it.

    +

    This tool is operated in a freehand fashion.

    +

    This tool offers multiple size settings.

    +
    +

    Tux Paint 0.9.31

    + \ No newline at end of file diff --git a/magic/magic-docs/en/html/smooth.html b/magic/magic-docs/en/html/smooth.html new file mode 100644 index 000000000..640696e54 --- /dev/null +++ b/magic/magic-docs/en/html/smooth.html @@ -0,0 +1,16 @@ + +Tux Paint "Magic" Tool: Smooth + + + +

    Tux Paint "Magic" Tool: Smooth

    +

    Group: Painting

    +

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

    +

    Draw a freehand shape, which will have its curves smoothed when you release. It draws using the currently-selected color.

    +

    This tool is operated in a freehand fashion.

    +

    This tool offers multiple size settings.

    +

    See also: Loops & Squiggles.

    +
    +

    Tux Paint 0.9.31

    + \ No newline at end of file diff --git a/magic/magic-docs/en/html/squiggles.html b/magic/magic-docs/en/html/squiggles.html new file mode 100644 index 000000000..b6b3d49b0 --- /dev/null +++ b/magic/magic-docs/en/html/squiggles.html @@ -0,0 +1,16 @@ + +Tux Paint "Magic" Tool: Squiggles + + + +

    Tux Paint "Magic" Tool: Squiggles

    +

    Group: Painting

    +

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

    +

    This draws random squiggly loops, using the currently-selected color, as you move the mouse around.

    +

    This tool is operated in a freehand fashion.

    +

    This tool offers multiple size settings.

    +

    See also: Smooth & Squiggles.

    +
    +

    Tux Paint 0.9.31

    + \ No newline at end of file diff --git a/magic/magic-docs/en/index.txt b/magic/magic-docs/en/index.txt index 8300be5b9..d1fa36101 100644 --- a/magic/magic-docs/en/index.txt +++ b/magic/magic-docs/en/index.txt @@ -75,6 +75,7 @@ Painting * Fur * Grass * Light + * Loops * Maze * Metal Paint * Pixels @@ -82,7 +83,10 @@ Painting * Rain * Rainbow * Rainbow Cycle + * Ribbon + * Smooth * Smooth Rainbow + * Squiggles * Toothpaste * Wet Paint diff --git a/magic/magic-docs/en/loops.txt b/magic/magic-docs/en/loops.txt new file mode 100644 index 000000000..aa301b732 --- /dev/null +++ b/magic/magic-docs/en/loops.txt @@ -0,0 +1,17 @@ + Tux Paint "Magic" Tool: Loops + + Group: Painting + + Author: Bill Kendrick + + Draw loop-the-loops on the canvas, in the currently-selected color. + + This tool is operated in a freehand fashion. + + This tool offers multiple size settings. + + See also: Smooth & Squiggles. + + ---------------------------------------------------------------------- + + Tux Paint 0.9.31 diff --git a/magic/magic-docs/en/ribbon.txt b/magic/magic-docs/en/ribbon.txt new file mode 100644 index 000000000..79006dce7 --- /dev/null +++ b/magic/magic-docs/en/ribbon.txt @@ -0,0 +1,15 @@ + Tux Paint "Magic" Tool: Ribbon + + Group: Painting + + Author: Bill Kendrick + + This draws a flowing ribbon behind the mouse as you move it. + + This tool is operated in a freehand fashion. + + This tool offers multiple size settings. + + ---------------------------------------------------------------------- + + Tux Paint 0.9.31 diff --git a/magic/magic-docs/en/smooth.txt b/magic/magic-docs/en/smooth.txt new file mode 100644 index 000000000..d37b2a0d8 --- /dev/null +++ b/magic/magic-docs/en/smooth.txt @@ -0,0 +1,18 @@ + Tux Paint "Magic" Tool: Smooth + + Group: Painting + + Author: Bill Kendrick + + Draw a freehand shape, which will have its curves smoothed when you + release. It draws using the currently-selected color. + + This tool is operated in a freehand fashion. + + This tool offers multiple size settings. + + See also: Loops & Squiggles. + + ---------------------------------------------------------------------- + + Tux Paint 0.9.31 diff --git a/magic/magic-docs/en/squiggles.txt b/magic/magic-docs/en/squiggles.txt new file mode 100644 index 000000000..dd5525c37 --- /dev/null +++ b/magic/magic-docs/en/squiggles.txt @@ -0,0 +1,18 @@ + Tux Paint "Magic" Tool: Squiggles + + Group: Painting + + Author: Bill Kendrick + + This draws random squiggly loops, using the currently-selected color, as + you move the mouse around. + + This tool is operated in a freehand fashion. + + This tool offers multiple size settings. + + See also: Smooth & Squiggles. + + ---------------------------------------------------------------------- + + Tux Paint 0.9.31 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 bec5eca46..5b6fbd981 100644 --- a/magic/magic-docs/es_ES.UTF-8/html/index.html +++ b/magic/magic-docs/es_ES.UTF-8/html/index.html @@ -79,6 +79,7 @@
  • Fur
  • Grass
  • Light
  • +
  • Loops
  • Maze
  • Metal Paint
  • Pixels
  • @@ -86,7 +87,10 @@
  • Rain
  • Rainbow
  • Rainbow Cycle
  • +
  • Ribbon
  • +
  • Smooth
  • Smooth Rainbow
  • +
  • Squiggles
  • Toothpaste
  • Wet Paint
  • diff --git a/magic/magic-docs/es_ES.UTF-8/html/loops.html b/magic/magic-docs/es_ES.UTF-8/html/loops.html new file mode 100644 index 000000000..c9d2895fc --- /dev/null +++ b/magic/magic-docs/es_ES.UTF-8/html/loops.html @@ -0,0 +1,16 @@ + +Tux Paint "Magic" Tool: Loops + + + +

    Tux Paint "Magic" Tool: Loops

    +

    Group: Painting

    +

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

    +

    Draw loop-the-loops on the canvas, in the currently-selected color.

    +

    This tool is operated in a freehand fashion.

    +

    This tool offers multiple size settings.

    +

    See also: Smooth & Squiggles.

    +
    +

    Tux Paint 0.9.31

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

    Tux Paint "Magic" Tool: Ribbon

    +

    Group: Painting

    +

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

    +

    This draws a flowing ribbon behind the mouse as you move it.

    +

    This tool is operated in a freehand fashion.

    +

    This tool offers multiple size settings.

    +
    +

    Tux Paint 0.9.31

    + \ No newline at end of file diff --git a/magic/magic-docs/es_ES.UTF-8/html/smooth.html b/magic/magic-docs/es_ES.UTF-8/html/smooth.html new file mode 100644 index 000000000..640696e54 --- /dev/null +++ b/magic/magic-docs/es_ES.UTF-8/html/smooth.html @@ -0,0 +1,16 @@ + +Tux Paint "Magic" Tool: Smooth + + + +

    Tux Paint "Magic" Tool: Smooth

    +

    Group: Painting

    +

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

    +

    Draw a freehand shape, which will have its curves smoothed when you release. It draws using the currently-selected color.

    +

    This tool is operated in a freehand fashion.

    +

    This tool offers multiple size settings.

    +

    See also: Loops & Squiggles.

    +
    +

    Tux Paint 0.9.31

    + \ No newline at end of file diff --git a/magic/magic-docs/es_ES.UTF-8/html/squiggles.html b/magic/magic-docs/es_ES.UTF-8/html/squiggles.html new file mode 100644 index 000000000..b6b3d49b0 --- /dev/null +++ b/magic/magic-docs/es_ES.UTF-8/html/squiggles.html @@ -0,0 +1,16 @@ + +Tux Paint "Magic" Tool: Squiggles + + + +

    Tux Paint "Magic" Tool: Squiggles

    +

    Group: Painting

    +

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

    +

    This draws random squiggly loops, using the currently-selected color, as you move the mouse around.

    +

    This tool is operated in a freehand fashion.

    +

    This tool offers multiple size settings.

    +

    See also: Smooth & Squiggles.

    +
    +

    Tux Paint 0.9.31

    + \ 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 989103e01..18a875635 100644 --- a/magic/magic-docs/es_ES.UTF-8/index.txt +++ b/magic/magic-docs/es_ES.UTF-8/index.txt @@ -75,6 +75,7 @@ Painting * Fur * Grass * Light + * Loops * Maze * Metal Paint * Pixels @@ -82,7 +83,10 @@ Painting * Rain * Rainbow * Rainbow Cycle + * Ribbon + * Smooth * Smooth Rainbow + * Squiggles * Toothpaste * Wet Paint diff --git a/magic/magic-docs/es_ES.UTF-8/loops.txt b/magic/magic-docs/es_ES.UTF-8/loops.txt new file mode 100644 index 000000000..aa301b732 --- /dev/null +++ b/magic/magic-docs/es_ES.UTF-8/loops.txt @@ -0,0 +1,17 @@ + Tux Paint "Magic" Tool: Loops + + Group: Painting + + Author: Bill Kendrick + + Draw loop-the-loops on the canvas, in the currently-selected color. + + This tool is operated in a freehand fashion. + + This tool offers multiple size settings. + + See also: Smooth & Squiggles. + + ---------------------------------------------------------------------- + + Tux Paint 0.9.31 diff --git a/magic/magic-docs/es_ES.UTF-8/ribbon.txt b/magic/magic-docs/es_ES.UTF-8/ribbon.txt new file mode 100644 index 000000000..79006dce7 --- /dev/null +++ b/magic/magic-docs/es_ES.UTF-8/ribbon.txt @@ -0,0 +1,15 @@ + Tux Paint "Magic" Tool: Ribbon + + Group: Painting + + Author: Bill Kendrick + + This draws a flowing ribbon behind the mouse as you move it. + + This tool is operated in a freehand fashion. + + This tool offers multiple size settings. + + ---------------------------------------------------------------------- + + Tux Paint 0.9.31 diff --git a/magic/magic-docs/es_ES.UTF-8/smooth.txt b/magic/magic-docs/es_ES.UTF-8/smooth.txt new file mode 100644 index 000000000..d37b2a0d8 --- /dev/null +++ b/magic/magic-docs/es_ES.UTF-8/smooth.txt @@ -0,0 +1,18 @@ + Tux Paint "Magic" Tool: Smooth + + Group: Painting + + Author: Bill Kendrick + + Draw a freehand shape, which will have its curves smoothed when you + release. It draws using the currently-selected color. + + This tool is operated in a freehand fashion. + + This tool offers multiple size settings. + + See also: Loops & Squiggles. + + ---------------------------------------------------------------------- + + Tux Paint 0.9.31 diff --git a/magic/magic-docs/es_ES.UTF-8/squiggles.txt b/magic/magic-docs/es_ES.UTF-8/squiggles.txt new file mode 100644 index 000000000..dd5525c37 --- /dev/null +++ b/magic/magic-docs/es_ES.UTF-8/squiggles.txt @@ -0,0 +1,18 @@ + Tux Paint "Magic" Tool: Squiggles + + Group: Painting + + Author: Bill Kendrick + + This draws random squiggly loops, using the currently-selected color, as + you move the mouse around. + + This tool is operated in a freehand fashion. + + This tool offers multiple size settings. + + See also: Smooth & Squiggles. + + ---------------------------------------------------------------------- + + Tux Paint 0.9.31 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 be468258c..f156c7288 100644 --- a/magic/magic-docs/fr_FR.UTF-8/html/index.html +++ b/magic/magic-docs/fr_FR.UTF-8/html/index.html @@ -80,6 +80,7 @@
  • Frise
  • Fur
  • Herbe
  • +
  • Loops
  • Lumière
  • Maze
  • Mousse
  • @@ -88,6 +89,9 @@
  • Pluie
  • Rails
  • Rainbow Cycle
  • +
  • Ribbon
  • +
  • Smooth
  • +
  • Squiggles
  • Wet Paint
  • Pattern Painting

    diff --git a/magic/magic-docs/fr_FR.UTF-8/html/loops.html b/magic/magic-docs/fr_FR.UTF-8/html/loops.html new file mode 100644 index 000000000..c9d2895fc --- /dev/null +++ b/magic/magic-docs/fr_FR.UTF-8/html/loops.html @@ -0,0 +1,16 @@ + +Tux Paint "Magic" Tool: Loops + + + +

    Tux Paint "Magic" Tool: Loops

    +

    Group: Painting

    +

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

    +

    Draw loop-the-loops on the canvas, in the currently-selected color.

    +

    This tool is operated in a freehand fashion.

    +

    This tool offers multiple size settings.

    +

    See also: Smooth & Squiggles.

    +
    +

    Tux Paint 0.9.31

    + \ No newline at end of file diff --git a/magic/magic-docs/fr_FR.UTF-8/html/ribbon.html b/magic/magic-docs/fr_FR.UTF-8/html/ribbon.html new file mode 100644 index 000000000..8e4028490 --- /dev/null +++ b/magic/magic-docs/fr_FR.UTF-8/html/ribbon.html @@ -0,0 +1,15 @@ + +Tux Paint "Magic" Tool: Ribbon + + + +

    Tux Paint "Magic" Tool: Ribbon

    +

    Group: Painting

    +

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

    +

    This draws a flowing ribbon behind the mouse as you move it.

    +

    This tool is operated in a freehand fashion.

    +

    This tool offers multiple size settings.

    +
    +

    Tux Paint 0.9.31

    + \ No newline at end of file diff --git a/magic/magic-docs/fr_FR.UTF-8/html/smooth.html b/magic/magic-docs/fr_FR.UTF-8/html/smooth.html new file mode 100644 index 000000000..640696e54 --- /dev/null +++ b/magic/magic-docs/fr_FR.UTF-8/html/smooth.html @@ -0,0 +1,16 @@ + +Tux Paint "Magic" Tool: Smooth + + + +

    Tux Paint "Magic" Tool: Smooth

    +

    Group: Painting

    +

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

    +

    Draw a freehand shape, which will have its curves smoothed when you release. It draws using the currently-selected color.

    +

    This tool is operated in a freehand fashion.

    +

    This tool offers multiple size settings.

    +

    See also: Loops & Squiggles.

    +
    +

    Tux Paint 0.9.31

    + \ No newline at end of file diff --git a/magic/magic-docs/fr_FR.UTF-8/html/squiggles.html b/magic/magic-docs/fr_FR.UTF-8/html/squiggles.html new file mode 100644 index 000000000..b6b3d49b0 --- /dev/null +++ b/magic/magic-docs/fr_FR.UTF-8/html/squiggles.html @@ -0,0 +1,16 @@ + +Tux Paint "Magic" Tool: Squiggles + + + +

    Tux Paint "Magic" Tool: Squiggles

    +

    Group: Painting

    +

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

    +

    This draws random squiggly loops, using the currently-selected color, as you move the mouse around.

    +

    This tool is operated in a freehand fashion.

    +

    This tool offers multiple size settings.

    +

    See also: Smooth & Squiggles.

    +
    +

    Tux Paint 0.9.31

    + \ 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 3dbcdca7a..6b1f33765 100644 --- a/magic/magic-docs/fr_FR.UTF-8/index.txt +++ b/magic/magic-docs/fr_FR.UTF-8/index.txt @@ -76,6 +76,7 @@ Painting * Frise * Fur * Herbe + * Loops * Lumière * Maze * Mousse @@ -84,6 +85,9 @@ Painting * Pluie * Rails * Rainbow Cycle + * Ribbon + * Smooth + * Squiggles * Wet Paint Pattern Painting diff --git a/magic/magic-docs/fr_FR.UTF-8/loops.txt b/magic/magic-docs/fr_FR.UTF-8/loops.txt new file mode 100644 index 000000000..aa301b732 --- /dev/null +++ b/magic/magic-docs/fr_FR.UTF-8/loops.txt @@ -0,0 +1,17 @@ + Tux Paint "Magic" Tool: Loops + + Group: Painting + + Author: Bill Kendrick + + Draw loop-the-loops on the canvas, in the currently-selected color. + + This tool is operated in a freehand fashion. + + This tool offers multiple size settings. + + See also: Smooth & Squiggles. + + ---------------------------------------------------------------------- + + Tux Paint 0.9.31 diff --git a/magic/magic-docs/fr_FR.UTF-8/ribbon.txt b/magic/magic-docs/fr_FR.UTF-8/ribbon.txt new file mode 100644 index 000000000..79006dce7 --- /dev/null +++ b/magic/magic-docs/fr_FR.UTF-8/ribbon.txt @@ -0,0 +1,15 @@ + Tux Paint "Magic" Tool: Ribbon + + Group: Painting + + Author: Bill Kendrick + + This draws a flowing ribbon behind the mouse as you move it. + + This tool is operated in a freehand fashion. + + This tool offers multiple size settings. + + ---------------------------------------------------------------------- + + Tux Paint 0.9.31 diff --git a/magic/magic-docs/fr_FR.UTF-8/smooth.txt b/magic/magic-docs/fr_FR.UTF-8/smooth.txt new file mode 100644 index 000000000..d37b2a0d8 --- /dev/null +++ b/magic/magic-docs/fr_FR.UTF-8/smooth.txt @@ -0,0 +1,18 @@ + Tux Paint "Magic" Tool: Smooth + + Group: Painting + + Author: Bill Kendrick + + Draw a freehand shape, which will have its curves smoothed when you + release. It draws using the currently-selected color. + + This tool is operated in a freehand fashion. + + This tool offers multiple size settings. + + See also: Loops & Squiggles. + + ---------------------------------------------------------------------- + + Tux Paint 0.9.31 diff --git a/magic/magic-docs/fr_FR.UTF-8/squiggles.txt b/magic/magic-docs/fr_FR.UTF-8/squiggles.txt new file mode 100644 index 000000000..dd5525c37 --- /dev/null +++ b/magic/magic-docs/fr_FR.UTF-8/squiggles.txt @@ -0,0 +1,18 @@ + Tux Paint "Magic" Tool: Squiggles + + Group: Painting + + Author: Bill Kendrick + + This draws random squiggly loops, using the currently-selected color, as + you move the mouse around. + + This tool is operated in a freehand fashion. + + This tool offers multiple size settings. + + See also: Smooth & Squiggles. + + ---------------------------------------------------------------------- + + Tux Paint 0.9.31 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 bec5eca46..5b6fbd981 100644 --- a/magic/magic-docs/gl_ES.UTF-8/html/index.html +++ b/magic/magic-docs/gl_ES.UTF-8/html/index.html @@ -79,6 +79,7 @@
  • Fur
  • Grass
  • Light
  • +
  • Loops
  • Maze
  • Metal Paint
  • Pixels
  • @@ -86,7 +87,10 @@
  • Rain
  • Rainbow
  • Rainbow Cycle
  • +
  • Ribbon
  • +
  • Smooth
  • Smooth Rainbow
  • +
  • Squiggles
  • Toothpaste
  • Wet Paint
  • diff --git a/magic/magic-docs/gl_ES.UTF-8/html/loops.html b/magic/magic-docs/gl_ES.UTF-8/html/loops.html new file mode 100644 index 000000000..c9d2895fc --- /dev/null +++ b/magic/magic-docs/gl_ES.UTF-8/html/loops.html @@ -0,0 +1,16 @@ + +Tux Paint "Magic" Tool: Loops + + + +

    Tux Paint "Magic" Tool: Loops

    +

    Group: Painting

    +

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

    +

    Draw loop-the-loops on the canvas, in the currently-selected color.

    +

    This tool is operated in a freehand fashion.

    +

    This tool offers multiple size settings.

    +

    See also: Smooth & Squiggles.

    +
    +

    Tux Paint 0.9.31

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

    Tux Paint "Magic" Tool: Ribbon

    +

    Group: Painting

    +

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

    +

    This draws a flowing ribbon behind the mouse as you move it.

    +

    This tool is operated in a freehand fashion.

    +

    This tool offers multiple size settings.

    +
    +

    Tux Paint 0.9.31

    + \ No newline at end of file diff --git a/magic/magic-docs/gl_ES.UTF-8/html/smooth.html b/magic/magic-docs/gl_ES.UTF-8/html/smooth.html new file mode 100644 index 000000000..640696e54 --- /dev/null +++ b/magic/magic-docs/gl_ES.UTF-8/html/smooth.html @@ -0,0 +1,16 @@ + +Tux Paint "Magic" Tool: Smooth + + + +

    Tux Paint "Magic" Tool: Smooth

    +

    Group: Painting

    +

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

    +

    Draw a freehand shape, which will have its curves smoothed when you release. It draws using the currently-selected color.

    +

    This tool is operated in a freehand fashion.

    +

    This tool offers multiple size settings.

    +

    See also: Loops & Squiggles.

    +
    +

    Tux Paint 0.9.31

    + \ No newline at end of file diff --git a/magic/magic-docs/gl_ES.UTF-8/html/squiggles.html b/magic/magic-docs/gl_ES.UTF-8/html/squiggles.html new file mode 100644 index 000000000..b6b3d49b0 --- /dev/null +++ b/magic/magic-docs/gl_ES.UTF-8/html/squiggles.html @@ -0,0 +1,16 @@ + +Tux Paint "Magic" Tool: Squiggles + + + +

    Tux Paint "Magic" Tool: Squiggles

    +

    Group: Painting

    +

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

    +

    This draws random squiggly loops, using the currently-selected color, as you move the mouse around.

    +

    This tool is operated in a freehand fashion.

    +

    This tool offers multiple size settings.

    +

    See also: Smooth & Squiggles.

    +
    +

    Tux Paint 0.9.31

    + \ 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 989103e01..18a875635 100644 --- a/magic/magic-docs/gl_ES.UTF-8/index.txt +++ b/magic/magic-docs/gl_ES.UTF-8/index.txt @@ -75,6 +75,7 @@ Painting * Fur * Grass * Light + * Loops * Maze * Metal Paint * Pixels @@ -82,7 +83,10 @@ Painting * Rain * Rainbow * Rainbow Cycle + * Ribbon + * Smooth * Smooth Rainbow + * Squiggles * Toothpaste * Wet Paint diff --git a/magic/magic-docs/gl_ES.UTF-8/loops.txt b/magic/magic-docs/gl_ES.UTF-8/loops.txt new file mode 100644 index 000000000..aa301b732 --- /dev/null +++ b/magic/magic-docs/gl_ES.UTF-8/loops.txt @@ -0,0 +1,17 @@ + Tux Paint "Magic" Tool: Loops + + Group: Painting + + Author: Bill Kendrick + + Draw loop-the-loops on the canvas, in the currently-selected color. + + This tool is operated in a freehand fashion. + + This tool offers multiple size settings. + + See also: Smooth & Squiggles. + + ---------------------------------------------------------------------- + + Tux Paint 0.9.31 diff --git a/magic/magic-docs/gl_ES.UTF-8/ribbon.txt b/magic/magic-docs/gl_ES.UTF-8/ribbon.txt new file mode 100644 index 000000000..79006dce7 --- /dev/null +++ b/magic/magic-docs/gl_ES.UTF-8/ribbon.txt @@ -0,0 +1,15 @@ + Tux Paint "Magic" Tool: Ribbon + + Group: Painting + + Author: Bill Kendrick + + This draws a flowing ribbon behind the mouse as you move it. + + This tool is operated in a freehand fashion. + + This tool offers multiple size settings. + + ---------------------------------------------------------------------- + + Tux Paint 0.9.31 diff --git a/magic/magic-docs/gl_ES.UTF-8/smooth.txt b/magic/magic-docs/gl_ES.UTF-8/smooth.txt new file mode 100644 index 000000000..d37b2a0d8 --- /dev/null +++ b/magic/magic-docs/gl_ES.UTF-8/smooth.txt @@ -0,0 +1,18 @@ + Tux Paint "Magic" Tool: Smooth + + Group: Painting + + Author: Bill Kendrick + + Draw a freehand shape, which will have its curves smoothed when you + release. It draws using the currently-selected color. + + This tool is operated in a freehand fashion. + + This tool offers multiple size settings. + + See also: Loops & Squiggles. + + ---------------------------------------------------------------------- + + Tux Paint 0.9.31 diff --git a/magic/magic-docs/gl_ES.UTF-8/squiggles.txt b/magic/magic-docs/gl_ES.UTF-8/squiggles.txt new file mode 100644 index 000000000..dd5525c37 --- /dev/null +++ b/magic/magic-docs/gl_ES.UTF-8/squiggles.txt @@ -0,0 +1,18 @@ + Tux Paint "Magic" Tool: Squiggles + + Group: Painting + + Author: Bill Kendrick + + This draws random squiggly loops, using the currently-selected color, as + you move the mouse around. + + This tool is operated in a freehand fashion. + + This tool offers multiple size settings. + + See also: Smooth & Squiggles. + + ---------------------------------------------------------------------- + + Tux Paint 0.9.31 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 839b98cd8..249d987f1 100644 --- a/magic/magic-docs/ja_JP.UTF-8/html/index.html +++ b/magic/magic-docs/ja_JP.UTF-8/html/index.html @@ -78,13 +78,17 @@
  • Fretwork
  • Grass
  • Light
  • +
  • Loops
  • Metal Paint
  • Pixels
  • Rails
  • Rain
  • Rainbow
  • Rainbow Cycle
  • +
  • Ribbon
  • +
  • Smooth
  • Smooth Rainbow
  • +
  • Squiggles
  • Toothpaste
  • Wet Paint
  • 「けがわ」
  • diff --git a/magic/magic-docs/ja_JP.UTF-8/html/loops.html b/magic/magic-docs/ja_JP.UTF-8/html/loops.html new file mode 100644 index 000000000..c9d2895fc --- /dev/null +++ b/magic/magic-docs/ja_JP.UTF-8/html/loops.html @@ -0,0 +1,16 @@ + +Tux Paint "Magic" Tool: Loops + + + +

    Tux Paint "Magic" Tool: Loops

    +

    Group: Painting

    +

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

    +

    Draw loop-the-loops on the canvas, in the currently-selected color.

    +

    This tool is operated in a freehand fashion.

    +

    This tool offers multiple size settings.

    +

    See also: Smooth & Squiggles.

    +
    +

    Tux Paint 0.9.31

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

    Tux Paint "Magic" Tool: Ribbon

    +

    Group: Painting

    +

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

    +

    This draws a flowing ribbon behind the mouse as you move it.

    +

    This tool is operated in a freehand fashion.

    +

    This tool offers multiple size settings.

    +
    +

    Tux Paint 0.9.31

    + \ No newline at end of file diff --git a/magic/magic-docs/ja_JP.UTF-8/html/smooth.html b/magic/magic-docs/ja_JP.UTF-8/html/smooth.html new file mode 100644 index 000000000..640696e54 --- /dev/null +++ b/magic/magic-docs/ja_JP.UTF-8/html/smooth.html @@ -0,0 +1,16 @@ + +Tux Paint "Magic" Tool: Smooth + + + +

    Tux Paint "Magic" Tool: Smooth

    +

    Group: Painting

    +

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

    +

    Draw a freehand shape, which will have its curves smoothed when you release. It draws using the currently-selected color.

    +

    This tool is operated in a freehand fashion.

    +

    This tool offers multiple size settings.

    +

    See also: Loops & Squiggles.

    +
    +

    Tux Paint 0.9.31

    + \ No newline at end of file diff --git a/magic/magic-docs/ja_JP.UTF-8/html/squiggles.html b/magic/magic-docs/ja_JP.UTF-8/html/squiggles.html new file mode 100644 index 000000000..b6b3d49b0 --- /dev/null +++ b/magic/magic-docs/ja_JP.UTF-8/html/squiggles.html @@ -0,0 +1,16 @@ + +Tux Paint "Magic" Tool: Squiggles + + + +

    Tux Paint "Magic" Tool: Squiggles

    +

    Group: Painting

    +

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

    +

    This draws random squiggly loops, using the currently-selected color, as you move the mouse around.

    +

    This tool is operated in a freehand fashion.

    +

    This tool offers multiple size settings.

    +

    See also: Smooth & Squiggles.

    +
    +

    Tux Paint 0.9.31

    + \ 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 7356c8e44..b1bc56520 100644 --- a/magic/magic-docs/ja_JP.UTF-8/index.txt +++ b/magic/magic-docs/ja_JP.UTF-8/index.txt @@ -74,13 +74,17 @@ Painting * Fretwork * Grass * Light + * Loops * Metal Paint * Pixels * Rails * Rain * Rainbow * Rainbow Cycle + * Ribbon + * Smooth * Smooth Rainbow + * Squiggles * Toothpaste * Wet Paint * 「けがわ」 diff --git a/magic/magic-docs/ja_JP.UTF-8/loops.txt b/magic/magic-docs/ja_JP.UTF-8/loops.txt new file mode 100644 index 000000000..aa301b732 --- /dev/null +++ b/magic/magic-docs/ja_JP.UTF-8/loops.txt @@ -0,0 +1,17 @@ + Tux Paint "Magic" Tool: Loops + + Group: Painting + + Author: Bill Kendrick + + Draw loop-the-loops on the canvas, in the currently-selected color. + + This tool is operated in a freehand fashion. + + This tool offers multiple size settings. + + See also: Smooth & Squiggles. + + ---------------------------------------------------------------------- + + Tux Paint 0.9.31 diff --git a/magic/magic-docs/ja_JP.UTF-8/ribbon.txt b/magic/magic-docs/ja_JP.UTF-8/ribbon.txt new file mode 100644 index 000000000..79006dce7 --- /dev/null +++ b/magic/magic-docs/ja_JP.UTF-8/ribbon.txt @@ -0,0 +1,15 @@ + Tux Paint "Magic" Tool: Ribbon + + Group: Painting + + Author: Bill Kendrick + + This draws a flowing ribbon behind the mouse as you move it. + + This tool is operated in a freehand fashion. + + This tool offers multiple size settings. + + ---------------------------------------------------------------------- + + Tux Paint 0.9.31 diff --git a/magic/magic-docs/ja_JP.UTF-8/smooth.txt b/magic/magic-docs/ja_JP.UTF-8/smooth.txt new file mode 100644 index 000000000..d37b2a0d8 --- /dev/null +++ b/magic/magic-docs/ja_JP.UTF-8/smooth.txt @@ -0,0 +1,18 @@ + Tux Paint "Magic" Tool: Smooth + + Group: Painting + + Author: Bill Kendrick + + Draw a freehand shape, which will have its curves smoothed when you + release. It draws using the currently-selected color. + + This tool is operated in a freehand fashion. + + This tool offers multiple size settings. + + See also: Loops & Squiggles. + + ---------------------------------------------------------------------- + + Tux Paint 0.9.31 diff --git a/magic/magic-docs/ja_JP.UTF-8/squiggles.txt b/magic/magic-docs/ja_JP.UTF-8/squiggles.txt new file mode 100644 index 000000000..dd5525c37 --- /dev/null +++ b/magic/magic-docs/ja_JP.UTF-8/squiggles.txt @@ -0,0 +1,18 @@ + Tux Paint "Magic" Tool: Squiggles + + Group: Painting + + Author: Bill Kendrick + + This draws random squiggly loops, using the currently-selected color, as + you move the mouse around. + + This tool is operated in a freehand fashion. + + This tool offers multiple size settings. + + See also: Smooth & Squiggles. + + ---------------------------------------------------------------------- + + Tux Paint 0.9.31