diff --git a/Makefile b/Makefile index 7c6a0d0ec..e09c80b6d 100644 --- a/Makefile +++ b/Makefile @@ -4,12 +4,12 @@ # Various contributors (see AUTHORS.txt) # http://www.tuxpaint.org/ -# June 14, 2002 - October 24, 2021 +# June 14, 2002 - December 1, 2021 # The version number, for release: -VER_VERSION:=0.9.27 +VER_VERSION:=0.9.28 ifdef SOURCE_DATE_EPOCH VER_DATE=$(shell date -u -d "@$(SOURCE_DATE_EPOCH)" "+%Y-%m-%d" 2>/dev/null || date -u -r "$(SOURCE_DATE_EPOCH)" "+%Y-%m-%d" 2>/dev/null || date -u "+%Y-%m-%d") else diff --git a/docs/AUTHORS.txt b/docs/AUTHORS.txt index fea131782..8f42e7bc6 100644 --- a/docs/AUTHORS.txt +++ b/docs/AUTHORS.txt @@ -6,7 +6,7 @@ Copyright (c) 2002-2021 Various contributors (see below, and CHANGES.txt) http://www.tuxpaint.org/ -June 17, 2002 - November 4, 2021 +June 17, 2002 - December 1, 2021 * Design and Coding: @@ -960,6 +960,7 @@ June 17, 2002 - November 4, 2021 Menik Prasantha * Slovak + Jozef Říha Jaroslav Rynik Peter Tuhársky Milan Plzik [retired?] diff --git a/docs/CHANGES.txt b/docs/CHANGES.txt index b666faad0..2a08712da 100644 --- a/docs/CHANGES.txt +++ b/docs/CHANGES.txt @@ -8,6 +8,18 @@ http://www.tuxpaint.org/ $Id$ +2021.December.1 (0.9.28) + * Localization Updates: + --------------------- + * Albanian translation + Besnik Bleta + + * Slovak translation + Jozef Říha + + * Updated `src/po/check_translations.sh` sanity-checking script + so it properly finds the updated docs & other changes. + 2021.November.25 (0.9.27) * New Magic Tools: ---------------- diff --git a/docs/en/ADVANCED-STAMPS-HOWTO.txt b/docs/en/ADVANCED-STAMPS-HOWTO.txt index 48b73423d..110a148c0 100644 --- a/docs/en/ADVANCED-STAMPS-HOWTO.txt +++ b/docs/en/ADVANCED-STAMPS-HOWTO.txt @@ -1,5 +1,5 @@ Tux Paint - version 0.9.27 Advanced Stamps 'How-To' + version 0.9.28 Advanced Stamps 'How-To' Copyright © 2006-2021 by Albert Cahalan and others; see AUTHORS. http://www.tuxpaint.org/ diff --git a/docs/en/ENVVARS.txt b/docs/en/ENVVARS.txt index 8c93732d1..e8c42193f 100644 --- a/docs/en/ENVVARS.txt +++ b/docs/en/ENVVARS.txt @@ -1,5 +1,5 @@ Tux Paint - version 0.9.27 + version 0.9.28 Environment Variables Documentation Copyright © 2021-2021 by various contributors; see AUTHORS. diff --git a/docs/en/EXTENDING.txt b/docs/en/EXTENDING.txt index 5974bd65a..045e2f5f0 100644 --- a/docs/en/EXTENDING.txt +++ b/docs/en/EXTENDING.txt @@ -1,6 +1,6 @@ Extending Tux Paint - version 0.9.27 + version 0.9.28 Copyright © 2002-2021 by various contributors; see AUTHORS. http://www.tuxpaint.org/ diff --git a/docs/en/FAQ.txt b/docs/en/FAQ.txt index 6de91a436..82ef3612b 100644 --- a/docs/en/FAQ.txt +++ b/docs/en/FAQ.txt @@ -1,5 +1,5 @@ Tux Paint - version 0.9.27 Frequently Asked Questions + version 0.9.28 Frequently Asked Questions Copyright © 2002-2021 by various contributors; see AUTHORS. http://www.tuxpaint.org/ diff --git a/docs/en/INSTALL.txt b/docs/en/INSTALL.txt index 3ba6afd3d..4146acc02 100644 --- a/docs/en/INSTALL.txt +++ b/docs/en/INSTALL.txt @@ -1,5 +1,5 @@ Tux Paint - version 0.9.27 + version 0.9.28 Installation Documentation Copyright © 2002-2021 by various contributors; see AUTHORS. diff --git a/docs/en/OPTIONS.txt b/docs/en/OPTIONS.txt index bb2e46c1f..4227892d3 100644 --- a/docs/en/OPTIONS.txt +++ b/docs/en/OPTIONS.txt @@ -1,5 +1,5 @@ Tux Paint - version 0.9.27 + version 0.9.28 Options Documentation diff --git a/docs/en/PNG.txt b/docs/en/PNG.txt index f68a54e21..bfbaefe50 100644 --- a/docs/en/PNG.txt +++ b/docs/en/PNG.txt @@ -1,5 +1,5 @@ Tux Paint - version 0.9.27 + version 0.9.28 PNG Documentation Copyright © 2007-2021 by various contributors; see AUTHORS. diff --git a/docs/en/README.txt b/docs/en/README.txt index 6c65f19be..27048e369 100644 --- a/docs/en/README.txt +++ b/docs/en/README.txt @@ -1,5 +1,5 @@ Tux Paint - version 0.9.27 + version 0.9.28 A simple drawing program for children diff --git a/docs/en/SIGNALS.txt b/docs/en/SIGNALS.txt index 15d96b4e0..aeaf00926 100644 --- a/docs/en/SIGNALS.txt +++ b/docs/en/SIGNALS.txt @@ -1,5 +1,5 @@ Tux Paint - version 0.9.27 + version 0.9.28 Signals Documentation Copyright © 2019-2021 by various contributors; see AUTHORS. diff --git a/docs/en/SVG.txt b/docs/en/SVG.txt index 0d95a983a..5ea785423 100644 --- a/docs/en/SVG.txt +++ b/docs/en/SVG.txt @@ -1,5 +1,5 @@ Tux Paint - version 0.9.27 + version 0.9.28 SVG Documentation Copyright © 2007-2021 by various contributors; see AUTHORS. diff --git a/docs/en/html/ADVANCED-STAMPS-HOWTO.html b/docs/en/html/ADVANCED-STAMPS-HOWTO.html index 16cfce922..3ef9d8d1d 100644 --- a/docs/en/html/ADVANCED-STAMPS-HOWTO.html +++ b/docs/en/html/ADVANCED-STAMPS-HOWTO.html @@ -17,7 +17,7 @@ width="205" height="210" alt="Tux Paint">
- version 0.9.27 Advanced Stamps 'How-To' + version 0.9.28 Advanced Stamps 'How-To'

Copyright © 2006-2021 by Albert Cahalan and others; see AUTHORS.
diff --git a/docs/en/html/ENVVARS.html b/docs/en/html/ENVVARS.html index 1b0367678..c66a3b975 100644 --- a/docs/en/html/ENVVARS.html +++ b/docs/en/html/ENVVARS.html @@ -17,7 +17,7 @@ width="205" height="210" alt="Tux Paint">
- version 0.9.27
+ version 0.9.28
Environment Variables Documentation

diff --git a/docs/en/html/EXTENDING.html b/docs/en/html/EXTENDING.html index a6f61a4b0..e2b714220 100644 --- a/docs/en/html/EXTENDING.html +++ b/docs/en/html/EXTENDING.html @@ -18,7 +18,7 @@ width="205" height="210" alt="Tux Paint">
- version 0.9.27 + version 0.9.28

Copyright © 2002-2021 by various contributors; see AUTHORS.
diff --git a/docs/en/html/FAQ.html b/docs/en/html/FAQ.html index 4be824c14..eaef6a4b7 100644 --- a/docs/en/html/FAQ.html +++ b/docs/en/html/FAQ.html @@ -17,7 +17,7 @@ width="205" height="210" alt="Tux Paint">
- version 0.9.27 Frequently Asked Questions + version 0.9.28 Frequently Asked Questions

Copyright © 2002-2021 by various contributors; see AUTHORS.
diff --git a/docs/en/html/INSTALL.html b/docs/en/html/INSTALL.html index a6f8ffdf8..debd9a4ac 100644 --- a/docs/en/html/INSTALL.html +++ b/docs/en/html/INSTALL.html @@ -17,7 +17,7 @@ width="205" height="210" alt="Tux Paint">
- version 0.9.27
+ version 0.9.28
Installation Documentation

diff --git a/docs/en/html/OPTIONS.html b/docs/en/html/OPTIONS.html index b78234e44..3ca789af0 100644 --- a/docs/en/html/OPTIONS.html +++ b/docs/en/html/OPTIONS.html @@ -14,7 +14,7 @@

Tux Paint
- version 0.9.27

+ version 0.9.28

Options Documentation

diff --git a/docs/en/html/PNG.html b/docs/en/html/PNG.html index 066d8f550..d5303ebc2 100644 --- a/docs/en/html/PNG.html +++ b/docs/en/html/PNG.html @@ -17,7 +17,7 @@ width="205" height="210" alt="Tux Paint">
- version 0.9.27
+ version 0.9.28
PNG Documentation

diff --git a/docs/en/html/README.html b/docs/en/html/README.html index 15733af6a..9f365a060 100644 --- a/docs/en/html/README.html +++ b/docs/en/html/README.html @@ -17,7 +17,7 @@ width="205" height="210" alt="Tux Paint">
- version 0.9.27 + version 0.9.28

A simple drawing program for children

diff --git a/docs/en/html/SIGNALS.html b/docs/en/html/SIGNALS.html index d765fe79f..eddca7fc9 100644 --- a/docs/en/html/SIGNALS.html +++ b/docs/en/html/SIGNALS.html @@ -17,7 +17,7 @@ width="205" height="210" alt="Tux Paint">
- version 0.9.27
+ version 0.9.28
Signals Documentation

diff --git a/docs/en/html/SVG.html b/docs/en/html/SVG.html index 7be82892b..bc92b5ae5 100644 --- a/docs/en/html/SVG.html +++ b/docs/en/html/SVG.html @@ -17,7 +17,7 @@ width="205" height="210" alt="Tux Paint">
- version 0.9.27
+ version 0.9.28
SVG Documentation

diff --git a/docs/es_ES.UTF-8/ADVANCED-STAMPS-HOWTO.txt b/docs/es_ES.UTF-8/ADVANCED-STAMPS-HOWTO.txt index 76d7d0d60..45e4b2b49 100644 --- a/docs/es_ES.UTF-8/ADVANCED-STAMPS-HOWTO.txt +++ b/docs/es_ES.UTF-8/ADVANCED-STAMPS-HOWTO.txt @@ -1,5 +1,5 @@ Tux Paint - versión 0.9.27 Advanced Stamps 'How-To' + versión 0.9.28 Advanced Stamps 'How-To' Copyright © 2006-2021 by Albert Cahalan and others; see AUTHORS. http://www.tuxpaint.org/ diff --git a/docs/es_ES.UTF-8/ENVVARS.txt b/docs/es_ES.UTF-8/ENVVARS.txt index 869490468..6d7e38d44 100644 --- a/docs/es_ES.UTF-8/ENVVARS.txt +++ b/docs/es_ES.UTF-8/ENVVARS.txt @@ -1,5 +1,5 @@ Tux Paint - versión 0.9.27 + versión 0.9.28 Environment Variables Documentation Copyright © 2021-2021 by various contributors; see AUTHORS. diff --git a/docs/es_ES.UTF-8/EXTENDING.txt b/docs/es_ES.UTF-8/EXTENDING.txt index 977ad0ad1..90f495713 100644 --- a/docs/es_ES.UTF-8/EXTENDING.txt +++ b/docs/es_ES.UTF-8/EXTENDING.txt @@ -1,6 +1,6 @@ Extending Tux Paint - versión 0.9.27 + versión 0.9.28 Copyright © 2002-2021 by various contributors; see AUTHORS. http://www.tuxpaint.org/ diff --git a/docs/es_ES.UTF-8/FAQ.txt b/docs/es_ES.UTF-8/FAQ.txt index bff3c7e44..1d801f195 100644 --- a/docs/es_ES.UTF-8/FAQ.txt +++ b/docs/es_ES.UTF-8/FAQ.txt @@ -1,5 +1,5 @@ Tux Paint - versión 0.9.27 Frequently Asked Questions + versión 0.9.28 Frequently Asked Questions Copyright © 2002-2021 by various contributors; see AUTHORS. http://www.tuxpaint.org/ diff --git a/docs/es_ES.UTF-8/INSTALL.txt b/docs/es_ES.UTF-8/INSTALL.txt index 1ce4df522..8138b9627 100644 --- a/docs/es_ES.UTF-8/INSTALL.txt +++ b/docs/es_ES.UTF-8/INSTALL.txt @@ -1,5 +1,5 @@ Tux Paint - versión 0.9.27 + versión 0.9.28 Installation Documentation Copyright © 2002-2021 by various contributors; see AUTHORS. diff --git a/docs/es_ES.UTF-8/OPTIONS.txt b/docs/es_ES.UTF-8/OPTIONS.txt index a5b4d6e8f..f01a22296 100644 --- a/docs/es_ES.UTF-8/OPTIONS.txt +++ b/docs/es_ES.UTF-8/OPTIONS.txt @@ -1,5 +1,5 @@ Tux Paint - versión 0.9.27 + versión 0.9.28 Options Documentation diff --git a/docs/es_ES.UTF-8/PNG.txt b/docs/es_ES.UTF-8/PNG.txt index bea4fc86f..802d3d8de 100644 --- a/docs/es_ES.UTF-8/PNG.txt +++ b/docs/es_ES.UTF-8/PNG.txt @@ -1,5 +1,5 @@ Tux Paint - versión 0.9.27 + versión 0.9.28 PNG Documentation Copyright © 2007-2021 by various contributors; see AUTHORS. diff --git a/docs/es_ES.UTF-8/README.txt b/docs/es_ES.UTF-8/README.txt index d72d1ea5a..451fe1fad 100644 --- a/docs/es_ES.UTF-8/README.txt +++ b/docs/es_ES.UTF-8/README.txt @@ -1,5 +1,5 @@ Tux Paint - versión 0.9.27 + versión 0.9.28 A simple drawing program for children diff --git a/docs/es_ES.UTF-8/SIGNALS.txt b/docs/es_ES.UTF-8/SIGNALS.txt index c6b21ddab..10ce1bfeb 100644 --- a/docs/es_ES.UTF-8/SIGNALS.txt +++ b/docs/es_ES.UTF-8/SIGNALS.txt @@ -1,5 +1,5 @@ Tux Paint - versión 0.9.27 + versión 0.9.28 Signals Documentation Copyright © 2019-2021 by various contributors; see AUTHORS. diff --git a/docs/es_ES.UTF-8/SVG.txt b/docs/es_ES.UTF-8/SVG.txt index 938ff5c81..60682d89f 100644 --- a/docs/es_ES.UTF-8/SVG.txt +++ b/docs/es_ES.UTF-8/SVG.txt @@ -1,5 +1,5 @@ Tux Paint - versión 0.9.27 + versión 0.9.28 SVG Documentation Copyright © 2007-2021 by various contributors; see AUTHORS. diff --git a/docs/es_ES.UTF-8/html/ADVANCED-STAMPS-HOWTO.html b/docs/es_ES.UTF-8/html/ADVANCED-STAMPS-HOWTO.html index 8f494c001..70101a49d 100644 --- a/docs/es_ES.UTF-8/html/ADVANCED-STAMPS-HOWTO.html +++ b/docs/es_ES.UTF-8/html/ADVANCED-STAMPS-HOWTO.html @@ -17,7 +17,7 @@ width="205" height="210" alt="Tux Paint">
- versión 0.9.27 Advanced Stamps 'How-To' + versión 0.9.28 Advanced Stamps 'How-To'

Copyright © 2006-2021 by Albert Cahalan and others; see AUTHORS.
diff --git a/docs/es_ES.UTF-8/html/ENVVARS.html b/docs/es_ES.UTF-8/html/ENVVARS.html index 545d865b2..781679ba6 100644 --- a/docs/es_ES.UTF-8/html/ENVVARS.html +++ b/docs/es_ES.UTF-8/html/ENVVARS.html @@ -17,7 +17,7 @@ width="205" height="210" alt="Tux Paint">
- versión 0.9.27
+ versión 0.9.28
Environment Variables Documentation

diff --git a/docs/es_ES.UTF-8/html/EXTENDING.html b/docs/es_ES.UTF-8/html/EXTENDING.html index 45c66908b..2a8c7ced8 100644 --- a/docs/es_ES.UTF-8/html/EXTENDING.html +++ b/docs/es_ES.UTF-8/html/EXTENDING.html @@ -18,7 +18,7 @@ width="205" height="210" alt="Tux Paint">
- versión 0.9.27 + versión 0.9.28

Copyright © 2002-2021 by various contributors; see AUTHORS.
diff --git a/docs/es_ES.UTF-8/html/FAQ.html b/docs/es_ES.UTF-8/html/FAQ.html index d1bad860f..5609d5d17 100644 --- a/docs/es_ES.UTF-8/html/FAQ.html +++ b/docs/es_ES.UTF-8/html/FAQ.html @@ -17,7 +17,7 @@ width="205" height="210" alt="Tux Paint">
- versión 0.9.27 Frequently Asked Questions + versión 0.9.28 Frequently Asked Questions

Copyright © 2002-2021 by various contributors; see AUTHORS.
diff --git a/docs/es_ES.UTF-8/html/INSTALL.html b/docs/es_ES.UTF-8/html/INSTALL.html index c2d054945..2ee2c1b8c 100644 --- a/docs/es_ES.UTF-8/html/INSTALL.html +++ b/docs/es_ES.UTF-8/html/INSTALL.html @@ -17,7 +17,7 @@ width="205" height="210" alt="Tux Paint">
- versión 0.9.27
+ versión 0.9.28
Installation Documentation

diff --git a/docs/es_ES.UTF-8/html/OPTIONS.html b/docs/es_ES.UTF-8/html/OPTIONS.html index 194e3f51c..ba70ad65c 100644 --- a/docs/es_ES.UTF-8/html/OPTIONS.html +++ b/docs/es_ES.UTF-8/html/OPTIONS.html @@ -14,7 +14,7 @@

Tux Paint
- versión 0.9.27

+ versión 0.9.28

Options Documentation

diff --git a/docs/es_ES.UTF-8/html/PNG.html b/docs/es_ES.UTF-8/html/PNG.html index 4f6a42d9f..44fca3ccf 100644 --- a/docs/es_ES.UTF-8/html/PNG.html +++ b/docs/es_ES.UTF-8/html/PNG.html @@ -17,7 +17,7 @@ width="205" height="210" alt="Tux Paint">
- versión 0.9.27
+ versión 0.9.28
PNG Documentation

diff --git a/docs/es_ES.UTF-8/html/README.html b/docs/es_ES.UTF-8/html/README.html index 9bad01021..8194c205a 100644 --- a/docs/es_ES.UTF-8/html/README.html +++ b/docs/es_ES.UTF-8/html/README.html @@ -17,7 +17,7 @@ width="205" height="210" alt="Tux Paint">
- versión 0.9.27 + versión 0.9.28

A simple drawing program for children

diff --git a/docs/es_ES.UTF-8/html/SIGNALS.html b/docs/es_ES.UTF-8/html/SIGNALS.html index 0258ba12a..c92354561 100644 --- a/docs/es_ES.UTF-8/html/SIGNALS.html +++ b/docs/es_ES.UTF-8/html/SIGNALS.html @@ -17,7 +17,7 @@ width="205" height="210" alt="Tux Paint">
- versión 0.9.27
+ versión 0.9.28
Signals Documentation

diff --git a/docs/es_ES.UTF-8/html/SVG.html b/docs/es_ES.UTF-8/html/SVG.html index f0a15536e..8fbb50160 100644 --- a/docs/es_ES.UTF-8/html/SVG.html +++ b/docs/es_ES.UTF-8/html/SVG.html @@ -17,7 +17,7 @@ width="205" height="210" alt="Tux Paint">
- versión 0.9.27
+ versión 0.9.28
SVG Documentation

diff --git a/docs/fr_FR.UTF-8/ADVANCED-STAMPS-HOWTO.txt b/docs/fr_FR.UTF-8/ADVANCED-STAMPS-HOWTO.txt index 6d94c2f21..cb11635c7 100644 --- a/docs/fr_FR.UTF-8/ADVANCED-STAMPS-HOWTO.txt +++ b/docs/fr_FR.UTF-8/ADVANCED-STAMPS-HOWTO.txt @@ -1,5 +1,5 @@ Tux Paint - version 0.9.27 'Guide pratique" pour les tampons de haute qualité + version 0.9.28 'Guide pratique" pour les tampons de haute qualité Copyright &copie; 2006-2021 par Albert Cahalan et d'autres; voir AUTHORS. http://www.tuxpaint.org/ diff --git a/docs/fr_FR.UTF-8/ENVVARS.txt b/docs/fr_FR.UTF-8/ENVVARS.txt index b5279c9ca..5dbd1d43b 100644 --- a/docs/fr_FR.UTF-8/ENVVARS.txt +++ b/docs/fr_FR.UTF-8/ENVVARS.txt @@ -1,5 +1,5 @@ Tux Paint - version 0.9.27 + version 0.9.28 Documentation sur les variables d'environnement Copyright &copie; 2021-2021 par divers contributeurs; voir AUTHORS. diff --git a/docs/fr_FR.UTF-8/EXTENDING.txt b/docs/fr_FR.UTF-8/EXTENDING.txt index 0b840e329..a52c237f6 100644 --- a/docs/fr_FR.UTF-8/EXTENDING.txt +++ b/docs/fr_FR.UTF-8/EXTENDING.txt @@ -1,6 +1,6 @@ Extension Tux Paint - version 0.9.27 + version 0.9.28 Copyright &copie; 2002-2021 par divers contributeurs; voir AUTHORS. http://www.tuxpaint.org/ diff --git a/docs/fr_FR.UTF-8/FAQ.txt b/docs/fr_FR.UTF-8/FAQ.txt index c3ef7fa9d..235d85d30 100644 --- a/docs/fr_FR.UTF-8/FAQ.txt +++ b/docs/fr_FR.UTF-8/FAQ.txt @@ -1,5 +1,5 @@ Tux Paint - version 0.9.27 Questions fréquemment posées + version 0.9.28 Questions fréquemment posées Copyright &copie; 2002-2021 par divers contributeurs; voir AUTHORS. http://www.tuxpaint.org/ diff --git a/docs/fr_FR.UTF-8/INSTALL.txt b/docs/fr_FR.UTF-8/INSTALL.txt index d54bd8730..f08ee4acc 100644 --- a/docs/fr_FR.UTF-8/INSTALL.txt +++ b/docs/fr_FR.UTF-8/INSTALL.txt @@ -1,5 +1,5 @@ Tux Paint - version 0.9.27 + version 0.9.28 Documentation sur l'installation Copyright &copie; 2002-2021 par divers contributeurs; voir AUTHORS. diff --git a/docs/fr_FR.UTF-8/OPTIONS.txt b/docs/fr_FR.UTF-8/OPTIONS.txt index 788b776d7..a1222370f 100644 --- a/docs/fr_FR.UTF-8/OPTIONS.txt +++ b/docs/fr_FR.UTF-8/OPTIONS.txt @@ -1,5 +1,5 @@ Tux Paint - version 0.9.27 + version 0.9.28 Documentation sur les options diff --git a/docs/fr_FR.UTF-8/PNG.txt b/docs/fr_FR.UTF-8/PNG.txt index d73c6d620..aafc267ff 100644 --- a/docs/fr_FR.UTF-8/PNG.txt +++ b/docs/fr_FR.UTF-8/PNG.txt @@ -1,5 +1,5 @@ Tux Paint - version 0.9.27 + version 0.9.28 Documentation sur PNG pour Tux Paint Copyright &copie; 2007-2021 par divers contributeurs; voir AUTHORS. diff --git a/docs/fr_FR.UTF-8/README.txt b/docs/fr_FR.UTF-8/README.txt index 5e627dc66..79017028c 100644 --- a/docs/fr_FR.UTF-8/README.txt +++ b/docs/fr_FR.UTF-8/README.txt @@ -1,5 +1,5 @@ Tux Paint - version 0.9.27 + version 0.9.28 Un programme simple pour les enfants diff --git a/docs/fr_FR.UTF-8/SIGNALS.txt b/docs/fr_FR.UTF-8/SIGNALS.txt index 5ed67f6d1..16a9bedad 100644 --- a/docs/fr_FR.UTF-8/SIGNALS.txt +++ b/docs/fr_FR.UTF-8/SIGNALS.txt @@ -1,5 +1,5 @@ Tux Paint - version 0.9.27 + version 0.9.28 Documentation sur les signaux Copyright &copie; 2019-2021 par divers contributeurs; voir AUTHORS. diff --git a/docs/fr_FR.UTF-8/SVG.txt b/docs/fr_FR.UTF-8/SVG.txt index bc71c7e19..0bf2559a7 100644 --- a/docs/fr_FR.UTF-8/SVG.txt +++ b/docs/fr_FR.UTF-8/SVG.txt @@ -1,5 +1,5 @@ Tux Paint - version 0.9.27 + version 0.9.28 Documentation sur SVG Copyright &copie; 2007-2021 par divers contributeurs; voir AUTHORS. diff --git a/docs/fr_FR.UTF-8/html/ADVANCED-STAMPS-HOWTO.html b/docs/fr_FR.UTF-8/html/ADVANCED-STAMPS-HOWTO.html index 8dc599921..d7d98e604 100644 --- a/docs/fr_FR.UTF-8/html/ADVANCED-STAMPS-HOWTO.html +++ b/docs/fr_FR.UTF-8/html/ADVANCED-STAMPS-HOWTO.html @@ -17,7 +17,7 @@ width="205" height="210" alt="Tux Paint">
- version 0.9.27 'Guide pratique" pour les tampons de haute qualité + version 0.9.28 'Guide pratique" pour les tampons de haute qualité

Copyright &copie; 2006-2021 par Albert Cahalan et d'autres; voir AUTHORS.
diff --git a/docs/fr_FR.UTF-8/html/ENVVARS.html b/docs/fr_FR.UTF-8/html/ENVVARS.html index d406461e4..f2f0fcc5b 100644 --- a/docs/fr_FR.UTF-8/html/ENVVARS.html +++ b/docs/fr_FR.UTF-8/html/ENVVARS.html @@ -17,7 +17,7 @@ width="205" height="210" alt="Tux Paint">
- version 0.9.27
+ version 0.9.28
Documentation sur les variables d'environnement

diff --git a/docs/fr_FR.UTF-8/html/EXTENDING.html b/docs/fr_FR.UTF-8/html/EXTENDING.html index 044e3400c..a9731a141 100644 --- a/docs/fr_FR.UTF-8/html/EXTENDING.html +++ b/docs/fr_FR.UTF-8/html/EXTENDING.html @@ -18,7 +18,7 @@ width="205" height="210" alt="Tux Paint">
- version 0.9.27 + version 0.9.28

Copyright &copie; 2002-2021 par divers contributeurs; voir AUTHORS.
diff --git a/docs/fr_FR.UTF-8/html/FAQ.html b/docs/fr_FR.UTF-8/html/FAQ.html index c6d802728..7f858cf79 100644 --- a/docs/fr_FR.UTF-8/html/FAQ.html +++ b/docs/fr_FR.UTF-8/html/FAQ.html @@ -17,7 +17,7 @@ width="205" height="210" alt="Tux Paint">
- version 0.9.27 Questions fréquemment posées + version 0.9.28 Questions fréquemment posées

Copyright &copie; 2002-2021 par divers contributeurs; voir AUTHORS.
diff --git a/docs/fr_FR.UTF-8/html/INSTALL.html b/docs/fr_FR.UTF-8/html/INSTALL.html index 4a15883f9..d5aa410a1 100644 --- a/docs/fr_FR.UTF-8/html/INSTALL.html +++ b/docs/fr_FR.UTF-8/html/INSTALL.html @@ -17,7 +17,7 @@ width="205" height="210" alt="Tux Paint">
- version 0.9.27
+ version 0.9.28
Documentation sur l'installation

diff --git a/docs/fr_FR.UTF-8/html/OPTIONS.html b/docs/fr_FR.UTF-8/html/OPTIONS.html index 9e3cd6df1..04f03ee29 100644 --- a/docs/fr_FR.UTF-8/html/OPTIONS.html +++ b/docs/fr_FR.UTF-8/html/OPTIONS.html @@ -14,7 +14,7 @@

Tux Paint
- version 0.9.27

+ version 0.9.28

Documentation sur les options

diff --git a/docs/fr_FR.UTF-8/html/PNG.html b/docs/fr_FR.UTF-8/html/PNG.html index 89620501e..391f57d7b 100644 --- a/docs/fr_FR.UTF-8/html/PNG.html +++ b/docs/fr_FR.UTF-8/html/PNG.html @@ -17,7 +17,7 @@ width="205" height="210" alt="Tux Paint">
- version 0.9.27
+ version 0.9.28
Documentation sur PNG pour Tux Paint

diff --git a/docs/fr_FR.UTF-8/html/README.html b/docs/fr_FR.UTF-8/html/README.html index 00680de52..21e2d5e31 100644 --- a/docs/fr_FR.UTF-8/html/README.html +++ b/docs/fr_FR.UTF-8/html/README.html @@ -17,7 +17,7 @@ width="205" height="210" alt="Tux Paint">
- version 0.9.27 + version 0.9.28

Un programme simple pour les enfants

diff --git a/docs/fr_FR.UTF-8/html/SIGNALS.html b/docs/fr_FR.UTF-8/html/SIGNALS.html index c0cf0a08b..ddf090abd 100644 --- a/docs/fr_FR.UTF-8/html/SIGNALS.html +++ b/docs/fr_FR.UTF-8/html/SIGNALS.html @@ -17,7 +17,7 @@ width="205" height="210" alt="Tux Paint">
- version 0.9.27
+ version 0.9.28
Documentation sur les signaux

diff --git a/docs/fr_FR.UTF-8/html/SVG.html b/docs/fr_FR.UTF-8/html/SVG.html index e1c48778d..97a87faa9 100644 --- a/docs/fr_FR.UTF-8/html/SVG.html +++ b/docs/fr_FR.UTF-8/html/SVG.html @@ -17,7 +17,7 @@ width="205" height="210" alt="Tux Paint">
- version 0.9.27
+ version 0.9.28
Documentation sur SVG

diff --git a/docs/gl_ES.UTF-8/ADVANCED-STAMPS-HOWTO.txt b/docs/gl_ES.UTF-8/ADVANCED-STAMPS-HOWTO.txt index b85df20ca..1e6033f38 100644 --- a/docs/gl_ES.UTF-8/ADVANCED-STAMPS-HOWTO.txt +++ b/docs/gl_ES.UTF-8/ADVANCED-STAMPS-HOWTO.txt @@ -1,5 +1,5 @@ Tux Paint - versión 0.9.27 «Como facer» os selos avanzados + versión 0.9.28 «Como facer» os selos avanzados Copyright © 2006-2021 por Albert Cahalan e outros; vexa AUTHORS (AUTORES). http://www.tuxpaint.org/ diff --git a/docs/gl_ES.UTF-8/ENVVARS.txt b/docs/gl_ES.UTF-8/ENVVARS.txt index 7e755ae44..e0a019cd2 100644 --- a/docs/gl_ES.UTF-8/ENVVARS.txt +++ b/docs/gl_ES.UTF-8/ENVVARS.txt @@ -1,5 +1,5 @@ Tux Paint - versión 0.9.27 + versión 0.9.28 Documentación de variábeis de contorno Copyright © 2021-2021 por varios colaboradores; vexa AUTHORS (AUTORES). diff --git a/docs/gl_ES.UTF-8/EXTENDING.txt b/docs/gl_ES.UTF-8/EXTENDING.txt index b15c955d8..047066693 100644 --- a/docs/gl_ES.UTF-8/EXTENDING.txt +++ b/docs/gl_ES.UTF-8/EXTENDING.txt @@ -1,6 +1,6 @@ Ampliar Tux Paint - versión 0.9.27 + versión 0.9.28 Copyright © 2002-2021 por varios colaboradores; vexa AUTHORS (AUTORES). http://www.tuxpaint.org/ diff --git a/docs/gl_ES.UTF-8/FAQ.txt b/docs/gl_ES.UTF-8/FAQ.txt index 1665810fa..95812e7d8 100644 --- a/docs/gl_ES.UTF-8/FAQ.txt +++ b/docs/gl_ES.UTF-8/FAQ.txt @@ -1,5 +1,5 @@ Tux Paint - versión 0.9.27 Preguntas máis frecuentes + versión 0.9.28 Preguntas máis frecuentes Copyright © 2002-2021 por varios colaboradores; vexa AUTHORS (AUTORES). http://www.tuxpaint.org/ diff --git a/docs/gl_ES.UTF-8/INSTALL.txt b/docs/gl_ES.UTF-8/INSTALL.txt index 41249aff4..c07e7cbb0 100644 --- a/docs/gl_ES.UTF-8/INSTALL.txt +++ b/docs/gl_ES.UTF-8/INSTALL.txt @@ -1,5 +1,5 @@ Tux Paint - versión 0.9.27 + versión 0.9.28 Documentación da instalación Copyright © 2002-2021 por varios colaboradores; vexa AUTHORS (AUTORES). diff --git a/docs/gl_ES.UTF-8/OPTIONS.txt b/docs/gl_ES.UTF-8/OPTIONS.txt index 07b5ce284..f6b2bc2e2 100644 --- a/docs/gl_ES.UTF-8/OPTIONS.txt +++ b/docs/gl_ES.UTF-8/OPTIONS.txt @@ -1,5 +1,5 @@ Tux Paint - versión 0.9.27 + versión 0.9.28 Documentación de opcións diff --git a/docs/gl_ES.UTF-8/PNG.txt b/docs/gl_ES.UTF-8/PNG.txt index 73c4034fe..9cd065dcf 100644 --- a/docs/gl_ES.UTF-8/PNG.txt +++ b/docs/gl_ES.UTF-8/PNG.txt @@ -1,5 +1,5 @@ Tux Paint - versión 0.9.27 + versión 0.9.28 Documentación PNG Copyright © 2007-2021 por varios colaboradores; vexa AUTHORS (AUTORES). diff --git a/docs/gl_ES.UTF-8/README.txt b/docs/gl_ES.UTF-8/README.txt index a4450b12a..6340b2205 100644 --- a/docs/gl_ES.UTF-8/README.txt +++ b/docs/gl_ES.UTF-8/README.txt @@ -1,5 +1,5 @@ Tux Paint - versión 0.9.27 + versión 0.9.28 Un sinxelo programa de debuxo para cativos diff --git a/docs/gl_ES.UTF-8/SIGNALS.txt b/docs/gl_ES.UTF-8/SIGNALS.txt index 9b2dd593a..c6f58f57e 100644 --- a/docs/gl_ES.UTF-8/SIGNALS.txt +++ b/docs/gl_ES.UTF-8/SIGNALS.txt @@ -1,5 +1,5 @@ Tux Paint - versión 0.9.27 + versión 0.9.28 Documentación de sinais Copyright © 2019-2021 por varios colaboradores; vexa AUTHORS (AUTORES). diff --git a/docs/gl_ES.UTF-8/SVG.txt b/docs/gl_ES.UTF-8/SVG.txt index cad291f8e..71dcd13fe 100644 --- a/docs/gl_ES.UTF-8/SVG.txt +++ b/docs/gl_ES.UTF-8/SVG.txt @@ -1,5 +1,5 @@ Tux Paint - versión 0.9.27 + versión 0.9.28 Documentación SVG Copyright © 2007-2021 por varios colaboradores; vexa AUTHORS (AUTORES). diff --git a/docs/gl_ES.UTF-8/html/ADVANCED-STAMPS-HOWTO.html b/docs/gl_ES.UTF-8/html/ADVANCED-STAMPS-HOWTO.html index 92ccab855..bf9b32793 100644 --- a/docs/gl_ES.UTF-8/html/ADVANCED-STAMPS-HOWTO.html +++ b/docs/gl_ES.UTF-8/html/ADVANCED-STAMPS-HOWTO.html @@ -17,7 +17,7 @@ width="205" height="210" alt="Tux Paint">
- versión 0.9.27 «Como facer» os selos avanzados + versión 0.9.28 «Como facer» os selos avanzados

Copyright © 2006-2021 por Albert Cahalan e outros; vexa AUTHORS (AUTORES).
diff --git a/docs/gl_ES.UTF-8/html/ENVVARS.html b/docs/gl_ES.UTF-8/html/ENVVARS.html index 813c821b2..b42167454 100644 --- a/docs/gl_ES.UTF-8/html/ENVVARS.html +++ b/docs/gl_ES.UTF-8/html/ENVVARS.html @@ -17,7 +17,7 @@ width="205" height="210" alt="Tux Paint">
- versión 0.9.27
+ versión 0.9.28
Documentación de variábeis de contorno

diff --git a/docs/gl_ES.UTF-8/html/EXTENDING.html b/docs/gl_ES.UTF-8/html/EXTENDING.html index 7f409cf44..ed5b31a0e 100644 --- a/docs/gl_ES.UTF-8/html/EXTENDING.html +++ b/docs/gl_ES.UTF-8/html/EXTENDING.html @@ -18,7 +18,7 @@ width="205" height="210" alt="Tux Paint">
- versión 0.9.27 + versión 0.9.28

Copyright © 2002-2021 por varios colaboradores; vexa AUTHORS (AUTORES).
diff --git a/docs/gl_ES.UTF-8/html/FAQ.html b/docs/gl_ES.UTF-8/html/FAQ.html index 26b46e814..e04093cd6 100644 --- a/docs/gl_ES.UTF-8/html/FAQ.html +++ b/docs/gl_ES.UTF-8/html/FAQ.html @@ -17,7 +17,7 @@ width="205" height="210" alt="Tux Paint">
- versión 0.9.27 Preguntas máis frecuentes + versión 0.9.28 Preguntas máis frecuentes

Copyright © 2002-2021 por varios colaboradores; vexa AUTHORS (AUTORES).
diff --git a/docs/gl_ES.UTF-8/html/INSTALL.html b/docs/gl_ES.UTF-8/html/INSTALL.html index 8036e0796..b10005eba 100644 --- a/docs/gl_ES.UTF-8/html/INSTALL.html +++ b/docs/gl_ES.UTF-8/html/INSTALL.html @@ -17,7 +17,7 @@ width="205" height="210" alt="Tux Paint">
- versión 0.9.27
+ versión 0.9.28
Documentación da instalación

diff --git a/docs/gl_ES.UTF-8/html/OPTIONS.html b/docs/gl_ES.UTF-8/html/OPTIONS.html index ddd87f26c..2aa251354 100644 --- a/docs/gl_ES.UTF-8/html/OPTIONS.html +++ b/docs/gl_ES.UTF-8/html/OPTIONS.html @@ -14,7 +14,7 @@

Tux Paint
- versión 0.9.27

+ versión 0.9.28

Documentación de opcións

diff --git a/docs/gl_ES.UTF-8/html/PNG.html b/docs/gl_ES.UTF-8/html/PNG.html index 72bf03d57..9f7f70c50 100644 --- a/docs/gl_ES.UTF-8/html/PNG.html +++ b/docs/gl_ES.UTF-8/html/PNG.html @@ -17,7 +17,7 @@ width="205" height="210" alt="Tux Paint">
- versión 0.9.27
+ versión 0.9.28
Documentación PNG

diff --git a/docs/gl_ES.UTF-8/html/README.html b/docs/gl_ES.UTF-8/html/README.html index 8275788e6..d2f6d6bfa 100644 --- a/docs/gl_ES.UTF-8/html/README.html +++ b/docs/gl_ES.UTF-8/html/README.html @@ -17,7 +17,7 @@ width="205" height="210" alt="Tux Paint">
- versión 0.9.27 + versión 0.9.28

Un sinxelo programa de debuxo para cativos

diff --git a/docs/gl_ES.UTF-8/html/SIGNALS.html b/docs/gl_ES.UTF-8/html/SIGNALS.html index 684952b6c..f89ff177d 100644 --- a/docs/gl_ES.UTF-8/html/SIGNALS.html +++ b/docs/gl_ES.UTF-8/html/SIGNALS.html @@ -17,7 +17,7 @@ width="205" height="210" alt="Tux Paint">
- versión 0.9.27
+ versión 0.9.28
Documentación de sinais

diff --git a/docs/gl_ES.UTF-8/html/SVG.html b/docs/gl_ES.UTF-8/html/SVG.html index 617f74a20..9e9011ecd 100644 --- a/docs/gl_ES.UTF-8/html/SVG.html +++ b/docs/gl_ES.UTF-8/html/SVG.html @@ -17,7 +17,7 @@ width="205" height="210" alt="Tux Paint">
- versión 0.9.27
+ versión 0.9.28
Documentación SVG

diff --git a/docs/ja_JP.UTF-8/ADVANCED-STAMPS-HOWTO.txt b/docs/ja_JP.UTF-8/ADVANCED-STAMPS-HOWTO.txt index f57ba07f0..e70da37f5 100644 --- a/docs/ja_JP.UTF-8/ADVANCED-STAMPS-HOWTO.txt +++ b/docs/ja_JP.UTF-8/ADVANCED-STAMPS-HOWTO.txt @@ -1,5 +1,5 @@ Tux Paint - バージョン 0.9.27 スタンプ作成の詳細について + バージョン 0.9.28 スタンプ作成の詳細について Copyright © 2006-2021 by Albert Cahalan ほか; "AUTHORS" 参照. http://www.tuxpaint.org/ diff --git a/docs/ja_JP.UTF-8/ENVVARS.txt b/docs/ja_JP.UTF-8/ENVVARS.txt index d8287ea8f..71c157261 100644 --- a/docs/ja_JP.UTF-8/ENVVARS.txt +++ b/docs/ja_JP.UTF-8/ENVVARS.txt @@ -1,5 +1,5 @@ Tux Paint - バージョン 0.9.27 + バージョン 0.9.28 Environment Variables Documentation Copyright © 2021-2021 by various contributors; "AUTHORS" 参照. diff --git a/docs/ja_JP.UTF-8/EXTENDING.txt b/docs/ja_JP.UTF-8/EXTENDING.txt index 81ed213e9..0c36a0b2f 100644 --- a/docs/ja_JP.UTF-8/EXTENDING.txt +++ b/docs/ja_JP.UTF-8/EXTENDING.txt @@ -1,6 +1,6 @@ Extending Tux Paint - バージョン 0.9.27 + バージョン 0.9.28 Copyright © 2002-2021 by various contributors; "AUTHORS" 参照. http://www.tuxpaint.org/ diff --git a/docs/ja_JP.UTF-8/FAQ.txt b/docs/ja_JP.UTF-8/FAQ.txt index 15bb18a6f..8099cb08f 100644 --- a/docs/ja_JP.UTF-8/FAQ.txt +++ b/docs/ja_JP.UTF-8/FAQ.txt @@ -1,5 +1,5 @@ Tux Paint - バージョン 0.9.27 Frequently Asked Questions + バージョン 0.9.28 Frequently Asked Questions Copyright © 2002-2021 by various contributors; "AUTHORS" 参照. http://www.tuxpaint.org/ diff --git a/docs/ja_JP.UTF-8/INSTALL.txt b/docs/ja_JP.UTF-8/INSTALL.txt index 4336b604f..b11e043d0 100644 --- a/docs/ja_JP.UTF-8/INSTALL.txt +++ b/docs/ja_JP.UTF-8/INSTALL.txt @@ -1,5 +1,5 @@ Tux Paint - バージョン 0.9.27 + バージョン 0.9.28 Installation Documentation Copyright © 2002-2021 by various contributors; "AUTHORS" 参照. diff --git a/docs/ja_JP.UTF-8/OPTIONS.txt b/docs/ja_JP.UTF-8/OPTIONS.txt index c853a838b..552602ff9 100644 --- a/docs/ja_JP.UTF-8/OPTIONS.txt +++ b/docs/ja_JP.UTF-8/OPTIONS.txt @@ -1,5 +1,5 @@ Tux Paint - バージョン 0.9.27 + バージョン 0.9.28 各種設定について diff --git a/docs/ja_JP.UTF-8/PNG.txt b/docs/ja_JP.UTF-8/PNG.txt index f1ce5b56f..e5bcadce0 100644 --- a/docs/ja_JP.UTF-8/PNG.txt +++ b/docs/ja_JP.UTF-8/PNG.txt @@ -1,5 +1,5 @@ Tux Paint - バージョン 0.9.27 + バージョン 0.9.28 PNG Documentation Copyright © 2007-2021 by various contributors; "AUTHORS" 参照. diff --git a/docs/ja_JP.UTF-8/README.txt b/docs/ja_JP.UTF-8/README.txt index 7402610e0..13a8dd4ca 100644 --- a/docs/ja_JP.UTF-8/README.txt +++ b/docs/ja_JP.UTF-8/README.txt @@ -1,5 +1,5 @@ Tux Paint - バージョン 0.9.27 + バージョン 0.9.28 子供向けのシンプルなお絵かきプログラム diff --git a/docs/ja_JP.UTF-8/SIGNALS.txt b/docs/ja_JP.UTF-8/SIGNALS.txt index f46dac737..5a92b29b6 100644 --- a/docs/ja_JP.UTF-8/SIGNALS.txt +++ b/docs/ja_JP.UTF-8/SIGNALS.txt @@ -1,5 +1,5 @@ Tux Paint - バージョン 0.9.27 + バージョン 0.9.28 Signals Documentation Copyright © 2019-2021 by various contributors; "AUTHORS" 参照. diff --git a/docs/ja_JP.UTF-8/SVG.txt b/docs/ja_JP.UTF-8/SVG.txt index 3a372a175..aa8bbf28e 100644 --- a/docs/ja_JP.UTF-8/SVG.txt +++ b/docs/ja_JP.UTF-8/SVG.txt @@ -1,5 +1,5 @@ Tux Paint - バージョン 0.9.27 + バージョン 0.9.28 SVG Documentation Copyright © 2007-2021 by various contributors; "AUTHORS" 参照. diff --git a/docs/ja_JP.UTF-8/html/ADVANCED-STAMPS-HOWTO.html b/docs/ja_JP.UTF-8/html/ADVANCED-STAMPS-HOWTO.html index 03b99669e..5809837f6 100644 --- a/docs/ja_JP.UTF-8/html/ADVANCED-STAMPS-HOWTO.html +++ b/docs/ja_JP.UTF-8/html/ADVANCED-STAMPS-HOWTO.html @@ -17,7 +17,7 @@ width="205" height="210" alt="Tux Paint">
- バージョン 0.9.27 スタンプ作成の詳細について + バージョン 0.9.28 スタンプ作成の詳細について

Copyright © 2006-2021 by Albert Cahalan ほか; "AUTHORS" 参照.
diff --git a/docs/ja_JP.UTF-8/html/ENVVARS.html b/docs/ja_JP.UTF-8/html/ENVVARS.html index ad86d86fa..d7dd7eb4d 100644 --- a/docs/ja_JP.UTF-8/html/ENVVARS.html +++ b/docs/ja_JP.UTF-8/html/ENVVARS.html @@ -17,7 +17,7 @@ width="205" height="210" alt="Tux Paint">
- バージョン 0.9.27
+ バージョン 0.9.28
Environment Variables Documentation

diff --git a/docs/ja_JP.UTF-8/html/EXTENDING.html b/docs/ja_JP.UTF-8/html/EXTENDING.html index f42c9fa18..c9ea397f7 100644 --- a/docs/ja_JP.UTF-8/html/EXTENDING.html +++ b/docs/ja_JP.UTF-8/html/EXTENDING.html @@ -18,7 +18,7 @@ width="205" height="210" alt="Tux Paint">
- バージョン 0.9.27 + バージョン 0.9.28

Copyright © 2002-2021 by various contributors; "AUTHORS" 参照.
diff --git a/docs/ja_JP.UTF-8/html/FAQ.html b/docs/ja_JP.UTF-8/html/FAQ.html index 4f5ba0e60..102ce8622 100644 --- a/docs/ja_JP.UTF-8/html/FAQ.html +++ b/docs/ja_JP.UTF-8/html/FAQ.html @@ -17,7 +17,7 @@ width="205" height="210" alt="Tux Paint">
- バージョン 0.9.27 Frequently Asked Questions + バージョン 0.9.28 Frequently Asked Questions

Copyright © 2002-2021 by various contributors; "AUTHORS" 参照.
diff --git a/docs/ja_JP.UTF-8/html/INSTALL.html b/docs/ja_JP.UTF-8/html/INSTALL.html index c4225ccf0..e40dc559a 100644 --- a/docs/ja_JP.UTF-8/html/INSTALL.html +++ b/docs/ja_JP.UTF-8/html/INSTALL.html @@ -17,7 +17,7 @@ width="205" height="210" alt="Tux Paint">
- バージョン 0.9.27
+ バージョン 0.9.28
Installation Documentation

diff --git a/docs/ja_JP.UTF-8/html/OPTIONS.html b/docs/ja_JP.UTF-8/html/OPTIONS.html index 82b74a8f2..3227029b6 100644 --- a/docs/ja_JP.UTF-8/html/OPTIONS.html +++ b/docs/ja_JP.UTF-8/html/OPTIONS.html @@ -14,7 +14,7 @@

Tux Paint
- バージョン 0.9.27

+ バージョン 0.9.28

各種設定について

diff --git a/docs/ja_JP.UTF-8/html/PNG.html b/docs/ja_JP.UTF-8/html/PNG.html index 4efa0e139..f134f9515 100644 --- a/docs/ja_JP.UTF-8/html/PNG.html +++ b/docs/ja_JP.UTF-8/html/PNG.html @@ -17,7 +17,7 @@ width="205" height="210" alt="Tux Paint">
- バージョン 0.9.27
+ バージョン 0.9.28
PNG Documentation

diff --git a/docs/ja_JP.UTF-8/html/README.html b/docs/ja_JP.UTF-8/html/README.html index 71b903845..65c28eb37 100644 --- a/docs/ja_JP.UTF-8/html/README.html +++ b/docs/ja_JP.UTF-8/html/README.html @@ -17,7 +17,7 @@ width="205" height="210" alt="Tux Paint">
- バージョン 0.9.27 + バージョン 0.9.28

子供向けのシンプルなお絵かきプログラム

diff --git a/docs/ja_JP.UTF-8/html/SIGNALS.html b/docs/ja_JP.UTF-8/html/SIGNALS.html index 16108b0a6..b53664a35 100644 --- a/docs/ja_JP.UTF-8/html/SIGNALS.html +++ b/docs/ja_JP.UTF-8/html/SIGNALS.html @@ -17,7 +17,7 @@ width="205" height="210" alt="Tux Paint">
- バージョン 0.9.27
+ バージョン 0.9.28
Signals Documentation

diff --git a/docs/ja_JP.UTF-8/html/SVG.html b/docs/ja_JP.UTF-8/html/SVG.html index 3a93573e4..50bf855fb 100644 --- a/docs/ja_JP.UTF-8/html/SVG.html +++ b/docs/ja_JP.UTF-8/html/SVG.html @@ -17,7 +17,7 @@ width="205" height="210" alt="Tux Paint">
- バージョン 0.9.27
+ バージョン 0.9.28
SVG Documentation

diff --git a/macos/Info.plist b/macos/Info.plist index 7ad87f06e..f0c0d770a 100644 --- a/macos/Info.plist +++ b/macos/Info.plist @@ -7,7 +7,7 @@ CFBundleExecutable tuxpaint CFBundleGetInfoString - 0.9.27, Copyright 2009-2021, Tux Paint Development Team + 0.9.28, Copyright 2009-2021, Tux Paint Development Team CFBundleIconFile tuxpaint.icns CFBundleIdentifier @@ -19,10 +19,10 @@ CFBundlePackageType APPL CFBundleShortVersionString - 0.9.27 + 0.9.28 CFBundleSignature TXPT CFBundleVersion - 2021-11-25 + 2021-12-01 diff --git a/magic/magic-docs/en/blinds.txt b/magic/magic-docs/en/blinds.txt index 4da2fd9f0..7c3837c6a 100644 --- a/magic/magic-docs/en/blinds.txt +++ b/magic/magic-docs/en/blinds.txt @@ -9,4 +9,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/en/blocks.txt b/magic/magic-docs/en/blocks.txt index d4e9bd0e2..5e008f352 100644 --- a/magic/magic-docs/en/blocks.txt +++ b/magic/magic-docs/en/blocks.txt @@ -10,4 +10,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/en/blur.txt b/magic/magic-docs/en/blur.txt index 96831a096..654c35fe2 100644 --- a/magic/magic-docs/en/blur.txt +++ b/magic/magic-docs/en/blur.txt @@ -11,4 +11,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/en/bricks.txt b/magic/magic-docs/en/bricks.txt index cd7b84637..383e7a461 100644 --- a/magic/magic-docs/en/bricks.txt +++ b/magic/magic-docs/en/bricks.txt @@ -12,4 +12,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/en/calligraphy.txt b/magic/magic-docs/en/calligraphy.txt index 000e8decd..be3eb0a5e 100644 --- a/magic/magic-docs/en/calligraphy.txt +++ b/magic/magic-docs/en/calligraphy.txt @@ -9,4 +9,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/en/cartoon.txt b/magic/magic-docs/en/cartoon.txt index 1ccc20fe0..7c943d4c2 100644 --- a/magic/magic-docs/en/cartoon.txt +++ b/magic/magic-docs/en/cartoon.txt @@ -9,4 +9,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/en/chalk.txt b/magic/magic-docs/en/chalk.txt index 8508ea6a1..8c197e259 100644 --- a/magic/magic-docs/en/chalk.txt +++ b/magic/magic-docs/en/chalk.txt @@ -9,4 +9,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/en/checkerboard.txt b/magic/magic-docs/en/checkerboard.txt index fd472cf2c..9c5c41222 100644 --- a/magic/magic-docs/en/checkerboard.txt +++ b/magic/magic-docs/en/checkerboard.txt @@ -9,4 +9,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/en/clone.txt b/magic/magic-docs/en/clone.txt index bfdd6c575..3565bcc9d 100644 --- a/magic/magic-docs/en/clone.txt +++ b/magic/magic-docs/en/clone.txt @@ -10,4 +10,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/en/color_and_white.txt b/magic/magic-docs/en/color_and_white.txt index d1b6ee22e..b9fcba633 100644 --- a/magic/magic-docs/en/color_and_white.txt +++ b/magic/magic-docs/en/color_and_white.txt @@ -10,4 +10,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/en/color_shift.txt b/magic/magic-docs/en/color_shift.txt index 2a506656a..8cea08043 100644 --- a/magic/magic-docs/en/color_shift.txt +++ b/magic/magic-docs/en/color_shift.txt @@ -8,4 +8,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/en/confetti.txt b/magic/magic-docs/en/confetti.txt index 3f94e6d58..2e4cd9303 100644 --- a/magic/magic-docs/en/confetti.txt +++ b/magic/magic-docs/en/confetti.txt @@ -8,4 +8,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/en/darken.txt b/magic/magic-docs/en/darken.txt index c7dba87d9..34e0f3c19 100644 --- a/magic/magic-docs/en/darken.txt +++ b/magic/magic-docs/en/darken.txt @@ -11,4 +11,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/en/distortion.txt b/magic/magic-docs/en/distortion.txt index 630faa47d..41e3626e6 100644 --- a/magic/magic-docs/en/distortion.txt +++ b/magic/magic-docs/en/distortion.txt @@ -8,4 +8,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/en/drip.txt b/magic/magic-docs/en/drip.txt index cbd95893b..23d674ae1 100644 --- a/magic/magic-docs/en/drip.txt +++ b/magic/magic-docs/en/drip.txt @@ -8,4 +8,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/en/edges.txt b/magic/magic-docs/en/edges.txt index 30f1b9707..777ed5f0f 100644 --- a/magic/magic-docs/en/edges.txt +++ b/magic/magic-docs/en/edges.txt @@ -10,4 +10,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/en/emboss.txt b/magic/magic-docs/en/emboss.txt index 47eff7f9d..b26d29fa8 100644 --- a/magic/magic-docs/en/emboss.txt +++ b/magic/magic-docs/en/emboss.txt @@ -12,4 +12,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/en/fisheye.txt b/magic/magic-docs/en/fisheye.txt index 258acd904..c98e3e532 100644 --- a/magic/magic-docs/en/fisheye.txt +++ b/magic/magic-docs/en/fisheye.txt @@ -10,4 +10,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/en/flip.txt b/magic/magic-docs/en/flip.txt index 7813f2cc6..7f5058582 100644 --- a/magic/magic-docs/en/flip.txt +++ b/magic/magic-docs/en/flip.txt @@ -11,4 +11,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/en/flower.txt b/magic/magic-docs/en/flower.txt index dcfe55fb8..aa2f52af7 100644 --- a/magic/magic-docs/en/flower.txt +++ b/magic/magic-docs/en/flower.txt @@ -14,4 +14,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/en/foam.txt b/magic/magic-docs/en/foam.txt index 1ea6221c7..3f25a9bc5 100644 --- a/magic/magic-docs/en/foam.txt +++ b/magic/magic-docs/en/foam.txt @@ -10,4 +10,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/en/fold.txt b/magic/magic-docs/en/fold.txt index 6ba35c2d4..9f671cb00 100644 --- a/magic/magic-docs/en/fold.txt +++ b/magic/magic-docs/en/fold.txt @@ -11,4 +11,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/en/fretwork.txt b/magic/magic-docs/en/fretwork.txt index 9e0c00fa4..ba1bc2b50 100644 --- a/magic/magic-docs/en/fretwork.txt +++ b/magic/magic-docs/en/fretwork.txt @@ -8,4 +8,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/en/glass_tile.txt b/magic/magic-docs/en/glass_tile.txt index eb44763d4..4a33bf052 100644 --- a/magic/magic-docs/en/glass_tile.txt +++ b/magic/magic-docs/en/glass_tile.txt @@ -9,4 +9,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/en/grass.txt b/magic/magic-docs/en/grass.txt index 8b4fbc84f..2755ab637 100644 --- a/magic/magic-docs/en/grass.txt +++ b/magic/magic-docs/en/grass.txt @@ -12,4 +12,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/en/halftone.txt b/magic/magic-docs/en/halftone.txt index c7f645d81..055bb5550 100644 --- a/magic/magic-docs/en/halftone.txt +++ b/magic/magic-docs/en/halftone.txt @@ -10,4 +10,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/en/hexagon_mosaic.txt b/magic/magic-docs/en/hexagon_mosaic.txt index 6f3b306a1..578b10342 100644 --- a/magic/magic-docs/en/hexagon_mosaic.txt +++ b/magic/magic-docs/en/hexagon_mosaic.txt @@ -10,4 +10,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/en/html/blinds.html b/magic/magic-docs/en/html/blinds.html index 0d448a017..74bd36be5 100644 --- a/magic/magic-docs/en/html/blinds.html +++ b/magic/magic-docs/en/html/blinds.html @@ -9,5 +9,5 @@ Pere Pujal i Carabantes <pere@fornol.no-ip.org>

Click towards the edge of your picture to pull window blinds over it. Move perpendicularly to open or close the blinds.


-

Tux Paint 0.9.27

+

Tux Paint 0.9.28

\ No newline at end of file diff --git a/magic/magic-docs/en/html/blocks.html b/magic/magic-docs/en/html/blocks.html index c6e2ee1e6..dba80112b 100644 --- a/magic/magic-docs/en/html/blocks.html +++ b/magic/magic-docs/en/html/blocks.html @@ -11,5 +11,5 @@ Albert Cahalan <albert@users.sf.net&

This makes the picture blocky looking ("pixelated") wherever you drag the mouse.


-

Tux Paint 0.9.27

+

Tux Paint 0.9.28

\ No newline at end of file diff --git a/magic/magic-docs/en/html/blur.html b/magic/magic-docs/en/html/blur.html index cd1194b46..491db7d25 100644 --- a/magic/magic-docs/en/html/blur.html +++ b/magic/magic-docs/en/html/blur.html @@ -12,5 +12,5 @@ Albert Cahalan <albert@users.sf.net&

This makes the picture fuzzy wherever you drag the mouse.

See also: sharpen smudge


-

Tux Paint 0.9.27

+

Tux Paint 0.9.28

\ No newline at end of file diff --git a/magic/magic-docs/en/html/bricks.html b/magic/magic-docs/en/html/bricks.html index 91dc40210..757c311a8 100644 --- a/magic/magic-docs/en/html/bricks.html +++ b/magic/magic-docs/en/html/bricks.html @@ -10,5 +10,5 @@ Albert Cahalan <albert@users.sf.net&

These two tools intelligently paint large and small brick patterns on the canvas. The bricks can be tinted various redish hues by selecting different colors in the color palette.

See also: pixels


-

Tux Paint 0.9.27

+

Tux Paint 0.9.28

\ No newline at end of file diff --git a/magic/magic-docs/en/html/calligraphy.html b/magic/magic-docs/en/html/calligraphy.html index 17856f692..805c41e11 100644 --- a/magic/magic-docs/en/html/calligraphy.html +++ b/magic/magic-docs/en/html/calligraphy.html @@ -9,5 +9,5 @@ Bill Kendrick <bill@newbreedsoftware.com>

This paints on the canvas with a calligraphy pen. The quicker you move, the thinner the lines.


-

Tux Paint 0.9.27

+

Tux Paint 0.9.28

\ No newline at end of file diff --git a/magic/magic-docs/en/html/cartoon.html b/magic/magic-docs/en/html/cartoon.html index 9e1e1fd6c..4962d9d36 100644 --- a/magic/magic-docs/en/html/cartoon.html +++ b/magic/magic-docs/en/html/cartoon.html @@ -9,5 +9,5 @@ Bill Kendrick <bill@newbreedsoftware.com>

This makes the picture look like a cartoon — with thick outlines and bright, solid colors — wherever you move the mouse.


-

Tux Paint 0.9.27

+

Tux Paint 0.9.28

\ No newline at end of file diff --git a/magic/magic-docs/en/html/chalk.html b/magic/magic-docs/en/html/chalk.html index f943e81ab..ea9e7a6fc 100644 --- a/magic/magic-docs/en/html/chalk.html +++ b/magic/magic-docs/en/html/chalk.html @@ -9,5 +9,5 @@ Bill Kendrick <bill@newbreedsoftware.com>

This makes parts of the picture (where you move the mouse) look like a chalk drawing.


-

Tux Paint 0.9.27

+

Tux Paint 0.9.28

\ No newline at end of file diff --git a/magic/magic-docs/en/html/checkerboard.html b/magic/magic-docs/en/html/checkerboard.html index 5a463f0a7..c5d0d67ec 100644 --- a/magic/magic-docs/en/html/checkerboard.html +++ b/magic/magic-docs/en/html/checkerboard.html @@ -9,5 +9,5 @@ Bill Kendrick <bill@newbreedsoftware.com>

This covers the entire canvas with a checkboard pattern using the current color. Drag to change the size of the squares.


-

Tux Paint 0.9.27

+

Tux Paint 0.9.28

\ No newline at end of file diff --git a/magic/magic-docs/en/html/clone.html b/magic/magic-docs/en/html/clone.html index bf1c60b24..52ff9c3f1 100644 --- a/magic/magic-docs/en/html/clone.html +++ b/magic/magic-docs/en/html/clone.html @@ -9,5 +9,5 @@ Bill Kendrick <bill@newbreedsoftware.com>

Clone (copy, via painting) part of the picture. Click ones to choose the source, then click and drag to clone it elsewhere in the drawing. Once you release, click to choose another source and start again.


-

Tux Paint 0.9.27

+

Tux Paint 0.9.28

\ No newline at end of file diff --git a/magic/magic-docs/en/html/color_and_white.html b/magic/magic-docs/en/html/color_and_white.html index 02f49320b..f0eff5c6b 100644 --- a/magic/magic-docs/en/html/color_and_white.html +++ b/magic/magic-docs/en/html/color_and_white.html @@ -9,5 +9,5 @@ Andrew Corcoran <akanewbie@gmail.com>

This makes parts of your picture two colors: white, and the color chosen in the palette. (i.e., if you choose black, you'll get a black and white picture).


-

Tux Paint 0.9.27

+

Tux Paint 0.9.28

\ No newline at end of file diff --git a/magic/magic-docs/en/html/color_shift.html b/magic/magic-docs/en/html/color_shift.html index 4e1ab051f..768830bf4 100644 --- a/magic/magic-docs/en/html/color_shift.html +++ b/magic/magic-docs/en/html/color_shift.html @@ -9,5 +9,5 @@ Andrew Corcoran <akanewbie@gmail.com>

This shifts the colors in your picture.


-

Tux Paint 0.9.27

+

Tux Paint 0.9.28

\ No newline at end of file diff --git a/magic/magic-docs/en/html/confetti.html b/magic/magic-docs/en/html/confetti.html index 281b47714..77fbb8b3c 100644 --- a/magic/magic-docs/en/html/confetti.html +++ b/magic/magic-docs/en/html/confetti.html @@ -9,5 +9,5 @@ Adam Rakowski <foo-script@o2.pl>

Throw confetti around your picture!


-

Tux Paint 0.9.27

+

Tux Paint 0.9.28

\ No newline at end of file diff --git a/magic/magic-docs/en/html/darken.html b/magic/magic-docs/en/html/darken.html index 64effb162..877049615 100644 --- a/magic/magic-docs/en/html/darken.html +++ b/magic/magic-docs/en/html/darken.html @@ -10,5 +10,5 @@ Bill Kendrick <bill@newbreedsoftwa

This dakrens the colors wherever you drag the mouse. (Do it to the same spot many times, and it will eventually become black.)

See also: lighten tint


-

Tux Paint 0.9.27

+

Tux Paint 0.9.28

\ No newline at end of file diff --git a/magic/magic-docs/en/html/distortion.html b/magic/magic-docs/en/html/distortion.html index 656ecf743..31264cdc4 100644 --- a/magic/magic-docs/en/html/distortion.html +++ b/magic/magic-docs/en/html/distortion.html @@ -9,5 +9,5 @@ Bill Kendrick <bill@newbreedsoftware.com>

This slightly distorts the picture wherever you move the mouse.


-

Tux Paint 0.9.27

+

Tux Paint 0.9.28

\ No newline at end of file diff --git a/magic/magic-docs/en/html/drip.html b/magic/magic-docs/en/html/drip.html index 562ff27e2..672d8766b 100644 --- a/magic/magic-docs/en/html/drip.html +++ b/magic/magic-docs/en/html/drip.html @@ -9,5 +9,5 @@ Bill Kendrick <bill@newbreedsoftware.com>

This makes the paint "drip" wherever you move the mouse.


-

Tux Paint 0.9.27

+

Tux Paint 0.9.28

\ No newline at end of file diff --git a/magic/magic-docs/en/html/edges.html b/magic/magic-docs/en/html/edges.html index 134922c01..8a9309946 100644 --- a/magic/magic-docs/en/html/edges.html +++ b/magic/magic-docs/en/html/edges.html @@ -10,5 +10,5 @@ Andrew Corcoran <akanewbie@gmail.com

Trace the edges in your picture, over a white background.

See also: emboss silhouette


-

Tux Paint 0.9.27

+

Tux Paint 0.9.28

\ No newline at end of file diff --git a/magic/magic-docs/en/html/emboss.html b/magic/magic-docs/en/html/emboss.html index aad8cdb13..c6c096af0 100644 --- a/magic/magic-docs/en/html/emboss.html +++ b/magic/magic-docs/en/html/emboss.html @@ -10,5 +10,5 @@ Bill Kendrick <bill@newbreedsoftwa

This makes parts of your picture look "embossed." Wherever there are sharp edges in your picture, the picture will look raised like it was stamped in metal.

See also: edges silhouette


-

Tux Paint 0.9.27

+

Tux Paint 0.9.28

\ No newline at end of file diff --git a/magic/magic-docs/en/html/fisheye.html b/magic/magic-docs/en/html/fisheye.html index a81697875..9ee6d816c 100644 --- a/magic/magic-docs/en/html/fisheye.html +++ b/magic/magic-docs/en/html/fisheye.html @@ -10,5 +10,5 @@ Adam Rakowski <foo-script@o2.pl>Warp parts of your picture like it's being seen through a fisheye lens.

See also: ripples


-

Tux Paint 0.9.27

+

Tux Paint 0.9.28

\ No newline at end of file diff --git a/magic/magic-docs/en/html/flip.html b/magic/magic-docs/en/html/flip.html index 3964be431..4d02cda64 100644 --- a/magic/magic-docs/en/html/flip.html +++ b/magic/magic-docs/en/html/flip.html @@ -10,5 +10,5 @@ Bill Kendrick <bill@newbreedsoftwa

Similar to "Mirror." Click and the entire image will be turned upside-down.

See also: mirror


-

Tux Paint 0.9.27

+

Tux Paint 0.9.28

\ No newline at end of file diff --git a/magic/magic-docs/en/html/flower.html b/magic/magic-docs/en/html/flower.html index 051803a4b..deb02d1cf 100644 --- a/magic/magic-docs/en/html/flower.html +++ b/magic/magic-docs/en/html/flower.html @@ -10,5 +10,5 @@ Bill Kendrick <bill@newbreedsoftwa

This tool draws small flowers, with leafy bases and stalks. Click to set the base, then drag the mouse upwards to drawe the stalk, and finally release the mouse button to finish the flower. It will be drawn in the currently-selected color. The shape and length of the stalk depends on how you move the mouse while you drag.

See also: grass


-

Tux Paint 0.9.27

+

Tux Paint 0.9.28

\ No newline at end of file diff --git a/magic/magic-docs/en/html/foam.html b/magic/magic-docs/en/html/foam.html index 4255e98a5..a4f3c012a 100644 --- a/magic/magic-docs/en/html/foam.html +++ b/magic/magic-docs/en/html/foam.html @@ -9,5 +9,5 @@ Bill Kendrick <bill@newbreedsoftware.com>

Click and drag the mouse to draw foamy bubbles. The more you drag the mouse in a particular spot, the more likely small bubbles will combine to form bigger bubbles.


-

Tux Paint 0.9.27

+

Tux Paint 0.9.28

\ No newline at end of file diff --git a/magic/magic-docs/en/html/fold.html b/magic/magic-docs/en/html/fold.html index 46c200b4e..081d369bf 100644 --- a/magic/magic-docs/en/html/fold.html +++ b/magic/magic-docs/en/html/fold.html @@ -12,5 +12,5 @@ Pere Pujal i Carabantes <pere@fornol.n

Click a corner of your picture and drag towards the center to fold it up like a piece of paper.


-

Tux Paint 0.9.27

+

Tux Paint 0.9.28

\ No newline at end of file diff --git a/magic/magic-docs/en/html/fretwork.html b/magic/magic-docs/en/html/fretwork.html index 922359773..096c46200 100644 --- a/magic/magic-docs/en/html/fretwork.html +++ b/magic/magic-docs/en/html/fretwork.html @@ -9,5 +9,5 @@ Pere Pujal i Carabantes <
pere@fornol.no-ip.org>

Draw an interlaced decorative design that looks like wooden fretwork.


-

Tux Paint 0.9.27

+

Tux Paint 0.9.28

\ No newline at end of file diff --git a/magic/magic-docs/en/html/glass_tile.html b/magic/magic-docs/en/html/glass_tile.html index 6a6722948..00d5829e7 100644 --- a/magic/magic-docs/en/html/glass_tile.html +++ b/magic/magic-docs/en/html/glass_tile.html @@ -9,5 +9,5 @@ Bill Kendrick <bill@newbreedsoftware.com>

Click and drag over your picture to make it look like it's being seen through glass tiles.


-

Tux Paint 0.9.27

+

Tux Paint 0.9.28

\ No newline at end of file diff --git a/magic/magic-docs/en/html/grass.html b/magic/magic-docs/en/html/grass.html index 6eeb24331..204811d67 100644 --- a/magic/magic-docs/en/html/grass.html +++ b/magic/magic-docs/en/html/grass.html @@ -10,5 +10,5 @@ Albert Cahalan <albert@users.sf.net&

This paints grass on the image. The higher up the canvas, the smaller the grass is drawn, giving an illusion of perspective. The grass can be tinted various greenish hues by selecting different colors in the color palette.

See also: flower


-

Tux Paint 0.9.27

+

Tux Paint 0.9.28

\ No newline at end of file diff --git a/magic/magic-docs/en/html/halftone.html b/magic/magic-docs/en/html/halftone.html index 837f49a21..950c61b03 100644 --- a/magic/magic-docs/en/html/halftone.html +++ b/magic/magic-docs/en/html/halftone.html @@ -9,5 +9,5 @@ Bill Kendrick <bill@newbreedsoftware.com>

This makes parts of your picture look like newsprint. Different sizes of cyan, magenta, yellow, and black "ink" will appear in place of your picture.


-

Tux Paint 0.9.27

+

Tux Paint 0.9.28

\ No newline at end of file diff --git a/magic/magic-docs/en/html/hexagon_mosaic.html b/magic/magic-docs/en/html/hexagon_mosaic.html index e6e51e36b..20734ff8b 100644 --- a/magic/magic-docs/en/html/hexagon_mosaic.html +++ b/magic/magic-docs/en/html/hexagon_mosaic.html @@ -10,5 +10,5 @@ Pere Pujal i Carabantes <pere@fornol.n

Converts parts of your picture into a mosaic of hexagon cells.

See also: irregular_mosaic square_mosaic mosaic


-

Tux Paint 0.9.27

+

Tux Paint 0.9.28

\ 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 722a69de2..f75d673fb 100644 --- a/magic/magic-docs/en/html/index.html +++ b/magic/magic-docs/en/html/index.html @@ -102,5 +102,5 @@
  • Tornado

  • -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ No newline at end of file diff --git a/magic/magic-docs/en/html/irregular_mosaic.html b/magic/magic-docs/en/html/irregular_mosaic.html index 8078dd6e1..edd8fd82a 100644 --- a/magic/magic-docs/en/html/irregular_mosaic.html +++ b/magic/magic-docs/en/html/irregular_mosaic.html @@ -10,5 +10,5 @@ Pere Pujal i Carabantes <pere@fornol.n

    Converts parts of your picture into a mosaic of irregularly-shaped cells.

    See also: hexagon_mosaic square_mosaic mosaic


    -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ No newline at end of file diff --git a/magic/magic-docs/en/html/kaleidoscope.html b/magic/magic-docs/en/html/kaleidoscope.html index 0dcde9b81..f0baa7ef4 100644 --- a/magic/magic-docs/en/html/kaleidoscope.html +++ b/magic/magic-docs/en/html/kaleidoscope.html @@ -10,5 +10,5 @@ Bill Kendrick <bill@newbreedsoftwa

    This paint brush draws in four places at the same time, mirroring symmetrically, both horizontally and vertically. It uses the currently selected color.

    See also: picasso rosette


    -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ No newline at end of file diff --git a/magic/magic-docs/en/html/light.html b/magic/magic-docs/en/html/light.html index a1399f08d..056f509c0 100644 --- a/magic/magic-docs/en/html/light.html +++ b/magic/magic-docs/en/html/light.html @@ -9,5 +9,5 @@ Bill Kendrick <bill@newbreedsoftware.com>

    This draws a glowing beam on the canvas, in the currently-selected color. The more you use it on one spot, the more white it becomes.


    -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ No newline at end of file diff --git a/magic/magic-docs/en/html/lighten.html b/magic/magic-docs/en/html/lighten.html index b53a412c6..fbf6a9b15 100644 --- a/magic/magic-docs/en/html/lighten.html +++ b/magic/magic-docs/en/html/lighten.html @@ -10,5 +10,5 @@ Bill Kendrick <bill@newbreedsoftwa

    This fades the colors wherever you drag the mouse. (Do it to the same spot many times, and it will eventually become white.)

    See also: darken tint


    -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ No newline at end of file diff --git a/magic/magic-docs/en/html/lightning.html b/magic/magic-docs/en/html/lightning.html index 475aa1bfa..9e6812669 100644 --- a/magic/magic-docs/en/html/lightning.html +++ b/magic/magic-docs/en/html/lightning.html @@ -9,5 +9,5 @@ Bill Kendrick <bill@newbreedsoftware.com>

    Draws a lightning bolt between two points on the picture.


    -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ No newline at end of file diff --git a/magic/magic-docs/en/html/metal_paint.html b/magic/magic-docs/en/html/metal_paint.html index 56a74e867..063545e61 100644 --- a/magic/magic-docs/en/html/metal_paint.html +++ b/magic/magic-docs/en/html/metal_paint.html @@ -9,5 +9,5 @@ Bill Kendrick <bill@newbreedsoftware.com>

    Click and drag to draw shiny metal using the current color.


    -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ No newline at end of file diff --git a/magic/magic-docs/en/html/mirror.html b/magic/magic-docs/en/html/mirror.html index 7ef3642a5..b0e33ea52 100644 --- a/magic/magic-docs/en/html/mirror.html +++ b/magic/magic-docs/en/html/mirror.html @@ -10,5 +10,5 @@ Bill Kendrick <bill@newbreedsoftwa

    When you click the mouse in your picture with the "Mirror" magic effect selected, the entire image will be reversed, turning it into a mirror image.

    See also: flip


    -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ No newline at end of file diff --git a/magic/magic-docs/en/html/mosaic.html b/magic/magic-docs/en/html/mosaic.html index eb2727337..3365627fd 100644 --- a/magic/magic-docs/en/html/mosaic.html +++ b/magic/magic-docs/en/html/mosaic.html @@ -12,5 +12,5 @@ Pere Pujal i Carabantes <pere@fornol.n

    Adds a glass mosaic effect to your picture.

    See also: hexagon_mosaic irregular_mosaic square_mosaic


    -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ No newline at end of file diff --git a/magic/magic-docs/en/html/negative.html b/magic/magic-docs/en/html/negative.html index 6958d9675..32fc2d984 100644 --- a/magic/magic-docs/en/html/negative.html +++ b/magic/magic-docs/en/html/negative.html @@ -9,5 +9,5 @@ Bill Kendrick <bill@newbreedsoftware.com>

    This inverts the colors wherever you drag the mouse. (e.g., white becomes black, and vice versa.) It inverts the values of the Red, Green, and Blue components of the pixels.


    -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ No newline at end of file diff --git a/magic/magic-docs/en/html/noise.html b/magic/magic-docs/en/html/noise.html index cb8b775b1..97e455a76 100644 --- a/magic/magic-docs/en/html/noise.html +++ b/magic/magic-docs/en/html/noise.html @@ -9,5 +9,5 @@ Andrew Corcoran <akanewbie@gmail.com>

    Add random noise and static to your picture.


    -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ No newline at end of file diff --git a/magic/magic-docs/en/html/opposite.html b/magic/magic-docs/en/html/opposite.html index b827d7a68..e135ac892 100644 --- a/magic/magic-docs/en/html/opposite.html +++ b/magic/magic-docs/en/html/opposite.html @@ -9,5 +9,5 @@ Bill Kendrick <bill@newbreedsoftware.com>

    This converts the colors wherever you drag the mouse into their complementary (opposite) colors. (e.g., blue becomes orange, and vice versa.) It changes the Hue compoment of the pixels, without affecting the Saturation or Lightness.


    -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ No newline at end of file diff --git a/magic/magic-docs/en/html/panels.html b/magic/magic-docs/en/html/panels.html index a45de0cf5..ddb37dd03 100644 --- a/magic/magic-docs/en/html/panels.html +++ b/magic/magic-docs/en/html/panels.html @@ -9,5 +9,5 @@ Bill Kendrick <bill@newbreedsoftware.com>

    Shrink the image and repeat it four times in a 2-by-2 grid. Useful for creating 4-panel comics. Can also be used to create a compound-eye effect.


    -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ No newline at end of file diff --git a/magic/magic-docs/en/html/pattern.html b/magic/magic-docs/en/html/pattern.html index d614bb615..f428b020a 100644 --- a/magic/magic-docs/en/html/pattern.html +++ b/magic/magic-docs/en/html/pattern.html @@ -10,5 +10,5 @@ Pere Pujal i Carabantes <pere@fornol.n

    Draws a tiled pattern around the picture.

    See also: tiles


    -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ No newline at end of file diff --git a/magic/magic-docs/en/html/perspective.html b/magic/magic-docs/en/html/perspective.html index 767be7da3..2b80b96d1 100644 --- a/magic/magic-docs/en/html/perspective.html +++ b/magic/magic-docs/en/html/perspective.html @@ -9,5 +9,5 @@ Pere Pujal i Carabantes <pere@fornol.no-ip.org>

    Click and drag from the corners to change the perspective of your picture.


    -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ No newline at end of file diff --git a/magic/magic-docs/en/html/picasso.html b/magic/magic-docs/en/html/picasso.html index 6e493700b..a699003b2 100644 --- a/magic/magic-docs/en/html/picasso.html +++ b/magic/magic-docs/en/html/picasso.html @@ -10,5 +10,5 @@ Adam Rakowski <foo-script@o2.pl>Draw three swirling brushes at once, in a Picasso style.

    See also: rosette kaleidoscope


    -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ No newline at end of file diff --git a/magic/magic-docs/en/html/pixels.html b/magic/magic-docs/en/html/pixels.html index 644d6d9d0..0d98ee200 100644 --- a/magic/magic-docs/en/html/pixels.html +++ b/magic/magic-docs/en/html/pixels.html @@ -10,5 +10,5 @@ Bill Kendrick <bill@newbreedsoftwa

    Draw large square "pixels" on the canvas.

    See also: bricks


    -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ No newline at end of file diff --git a/magic/magic-docs/en/html/puzzle.html b/magic/magic-docs/en/html/puzzle.html index 423fabf70..9f5c4cc54 100644 --- a/magic/magic-docs/en/html/puzzle.html +++ b/magic/magic-docs/en/html/puzzle.html @@ -9,5 +9,5 @@ Adam Rakowski <foo-script@o2.pl>

    Slide parts of your picture around like a sliding puzzle.


    -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ No newline at end of file diff --git a/magic/magic-docs/en/html/rails.html b/magic/magic-docs/en/html/rails.html index 42f4c5388..4a84b96d9 100644 --- a/magic/magic-docs/en/html/rails.html +++ b/magic/magic-docs/en/html/rails.html @@ -12,5 +12,5 @@ Bill Kendrick <bill@newbreedsoftwa

    Draw connecting locomotive train rails on your picture.


    -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ No newline at end of file diff --git a/magic/magic-docs/en/html/rain.html b/magic/magic-docs/en/html/rain.html index 92d5f81d4..765348621 100644 --- a/magic/magic-docs/en/html/rain.html +++ b/magic/magic-docs/en/html/rain.html @@ -10,5 +10,5 @@ Andrew Corcoran <
    akanewbie@gmail.com

    Paint raindrops on your picture.

    See also: snow_ball snow_flake


    -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ No newline at end of file diff --git a/magic/magic-docs/en/html/rainbow.html b/magic/magic-docs/en/html/rainbow.html index f7e5630b0..8ab871cb7 100644 --- a/magic/magic-docs/en/html/rainbow.html +++ b/magic/magic-docs/en/html/rainbow.html @@ -10,5 +10,5 @@ Bill Kendrick <bill@newbreedsoftwa

    This is similar to the paint brush, but as you move the mouse around, it cycles through a spectrum of bright colors.

    See also: smooth_rainbow


    -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ No newline at end of file diff --git a/magic/magic-docs/en/html/real_rainbow.html b/magic/magic-docs/en/html/real_rainbow.html index d214962f4..258967c70 100644 --- a/magic/magic-docs/en/html/real_rainbow.html +++ b/magic/magic-docs/en/html/real_rainbow.html @@ -9,5 +9,5 @@ Bill Kendrick <bill@newbreedsoftware.com>

    Draw a transparent arc that looks like a real rainbow.


    -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ No newline at end of file diff --git a/magic/magic-docs/en/html/reflection.html b/magic/magic-docs/en/html/reflection.html index 3081fdad2..031b660e6 100644 --- a/magic/magic-docs/en/html/reflection.html +++ b/magic/magic-docs/en/html/reflection.html @@ -9,5 +9,5 @@ Bill Kendrick <bill@newbreedsoftware.com>

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


    -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ No newline at end of file diff --git a/magic/magic-docs/en/html/ripples.html b/magic/magic-docs/en/html/ripples.html index 2e0d771ce..617b6151c 100644 --- a/magic/magic-docs/en/html/ripples.html +++ b/magic/magic-docs/en/html/ripples.html @@ -10,5 +10,5 @@ Bill Kendrick <bill@newbreedsoftwa

    Click in your picture to make water ripple distortions appear over it.

    See also: fisheye


    -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ No newline at end of file diff --git a/magic/magic-docs/en/html/rosette.html b/magic/magic-docs/en/html/rosette.html index 810fa0f0a..f26cad865 100644 --- a/magic/magic-docs/en/html/rosette.html +++ b/magic/magic-docs/en/html/rosette.html @@ -10,5 +10,5 @@ Adam Rakowski <foo-script@o2.pl>Draw three brushes at once, in a rosette shape.

    See also: kaleidoscope picasso


    -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ No newline at end of file diff --git a/magic/magic-docs/en/html/roygbiv_rainbow.html b/magic/magic-docs/en/html/roygbiv_rainbow.html index 482850185..d8cde385b 100644 --- a/magic/magic-docs/en/html/roygbiv_rainbow.html +++ b/magic/magic-docs/en/html/roygbiv_rainbow.html @@ -9,5 +9,5 @@ Bill Kendrick <bill@newbreedsoftware.com>

    Draw a rainbow arc of red, orange, yellow, green, blue, indigo and violet.


    -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ No newline at end of file diff --git a/magic/magic-docs/en/html/sharpen.html b/magic/magic-docs/en/html/sharpen.html index 6c077db79..28eaa0271 100644 --- a/magic/magic-docs/en/html/sharpen.html +++ b/magic/magic-docs/en/html/sharpen.html @@ -10,5 +10,5 @@ Andrew Corcoran <akanewbie@gmail.com

    Sharpen the focus of the picture.

    See also: blur


    -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ No newline at end of file diff --git a/magic/magic-docs/en/html/shift.html b/magic/magic-docs/en/html/shift.html index fdda5ecb0..2ea67b220 100644 --- a/magic/magic-docs/en/html/shift.html +++ b/magic/magic-docs/en/html/shift.html @@ -9,5 +9,5 @@ Bill Kendrick <bill@newbreedsoftware.com>

    This shifts your picture around the canvas. Anything that gets shifts off an edge reappears on the opposite edge.


    -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ No newline at end of file diff --git a/magic/magic-docs/en/html/silhouette.html b/magic/magic-docs/en/html/silhouette.html index bf51b978e..0013b0cb3 100644 --- a/magic/magic-docs/en/html/silhouette.html +++ b/magic/magic-docs/en/html/silhouette.html @@ -10,5 +10,5 @@ Andrew Corcoran <akanewbie@gmail.com

    Trace the edges in your picture, over a black background.

    See also: edges emboss


    -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ No newline at end of file diff --git a/magic/magic-docs/en/html/smooth_rainbow.html b/magic/magic-docs/en/html/smooth_rainbow.html index 9aca52358..b541ef8b3 100644 --- a/magic/magic-docs/en/html/smooth_rainbow.html +++ b/magic/magic-docs/en/html/smooth_rainbow.html @@ -10,5 +10,5 @@ Bill Kendrick <bill@newbreedsoftwa

    This is similar to Rainbow magic tool — as you move the mouse around, it cycles through a spectrum of colors — except the colors blend smoothly as you draw.

    See also: rainbow


    -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ No newline at end of file diff --git a/magic/magic-docs/en/html/smudge.html b/magic/magic-docs/en/html/smudge.html index 8de1f5b11..a4240c25f 100644 --- a/magic/magic-docs/en/html/smudge.html +++ b/magic/magic-docs/en/html/smudge.html @@ -10,5 +10,5 @@ Albert Cahalan <albert@users.sf.net&

    This pushes the colors around under the mouse, like finger painting with wet paint.

    See also: blur wet paint


    -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ No newline at end of file diff --git a/magic/magic-docs/en/html/snow_ball.html b/magic/magic-docs/en/html/snow_ball.html index d7f2ae6bf..13dd5be4f 100644 --- a/magic/magic-docs/en/html/snow_ball.html +++ b/magic/magic-docs/en/html/snow_ball.html @@ -10,5 +10,5 @@ Andrew Corcoran <akanewbie@gmail.com

    Fill the picture with snowballs.

    See also: rain snow_flake


    -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ No newline at end of file diff --git a/magic/magic-docs/en/html/snow_flake.html b/magic/magic-docs/en/html/snow_flake.html index f28c82bbd..99dcdce61 100644 --- a/magic/magic-docs/en/html/snow_flake.html +++ b/magic/magic-docs/en/html/snow_flake.html @@ -10,5 +10,5 @@ Andrew Corcoran <akanewbie@gmail.com

    Fill the picture with snowflakes.

    See also: rain snow_ball


    -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ No newline at end of file diff --git a/magic/magic-docs/en/html/square_mosaic.html b/magic/magic-docs/en/html/square_mosaic.html index 90dcd9cbb..24fcc60b4 100644 --- a/magic/magic-docs/en/html/square_mosaic.html +++ b/magic/magic-docs/en/html/square_mosaic.html @@ -10,5 +10,5 @@ Pere Pujal i Carabantes <pere@fornol.n

    Converts parts of your picture into a mosaic of square cells.

    See also: hexagon_mosaic irregular_mosaic mosaic


    -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ No newline at end of file diff --git a/magic/magic-docs/en/html/stretch.html b/magic/magic-docs/en/html/stretch.html index 269ca0275..56cdc2ccc 100644 --- a/magic/magic-docs/en/html/stretch.html +++ b/magic/magic-docs/en/html/stretch.html @@ -9,5 +9,5 @@ Bill Kendrick <bill@newbreedsoftware.com>

    Click and drag around to stretch and squish parts of the picture.


    -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ No newline at end of file diff --git a/magic/magic-docs/en/html/string_corner.html b/magic/magic-docs/en/html/string_corner.html index bd9e389ac..17a50d471 100644 --- a/magic/magic-docs/en/html/string_corner.html +++ b/magic/magic-docs/en/html/string_corner.html @@ -10,5 +10,5 @@ Pere Pujal i Carabantes <pere@fornol.n

    Draw V-shaped string art at right angles.

    See also: string_v string_edges


    -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ No newline at end of file diff --git a/magic/magic-docs/en/html/string_edges.html b/magic/magic-docs/en/html/string_edges.html index 3b8a83d19..a70bfeb09 100644 --- a/magic/magic-docs/en/html/string_edges.html +++ b/magic/magic-docs/en/html/string_edges.html @@ -10,5 +10,5 @@ Pere Pujal i Carabantes <pere@fornol.n

    Draw string art around the edges of your picture.

    See also: string_v string_corner


    -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ No newline at end of file diff --git a/magic/magic-docs/en/html/string_v.html b/magic/magic-docs/en/html/string_v.html index 8ad182fd3..06d41139c 100644 --- a/magic/magic-docs/en/html/string_v.html +++ b/magic/magic-docs/en/html/string_v.html @@ -10,5 +10,5 @@ Pere Pujal i Carabantes <pere@fornol.n

    Draw V-shaped string art at any angle.

    See also: string_corner string_edges


    -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ No newline at end of file diff --git a/magic/magic-docs/en/html/symmetry_left_right.html b/magic/magic-docs/en/html/symmetry_left_right.html index 5d09aa409..5a11aa227 100644 --- a/magic/magic-docs/en/html/symmetry_left_right.html +++ b/magic/magic-docs/en/html/symmetry_left_right.html @@ -10,5 +10,5 @@ Pere Pujal i Carabantes <pere@fornol.n

    Paint with relfective symmetry across the horizontal center of the image.

    See also: kaleidoscope pattern symmetry_up_down tiles


    -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ No newline at end of file diff --git a/magic/magic-docs/en/html/symmetry_up_down.html b/magic/magic-docs/en/html/symmetry_up_down.html index c159d9979..28cedd232 100644 --- a/magic/magic-docs/en/html/symmetry_up_down.html +++ b/magic/magic-docs/en/html/symmetry_up_down.html @@ -10,5 +10,5 @@ Pere Pujal i Carabantes <pere@fornol.n

    Paint with relfective symmetry across the vertical center of the image.

    See also: kaleidoscope pattern symmetry_left_right tiles


    -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ No newline at end of file diff --git a/magic/magic-docs/en/html/tiles.html b/magic/magic-docs/en/html/tiles.html index 2850644f4..0248a1fc3 100644 --- a/magic/magic-docs/en/html/tiles.html +++ b/magic/magic-docs/en/html/tiles.html @@ -10,5 +10,5 @@ Pere Pujal i Carabantes <pere@fornol.n

    Draws a symettric pattern around the picture.

    See also: pattern


    -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ No newline at end of file diff --git a/magic/magic-docs/en/html/tint.html b/magic/magic-docs/en/html/tint.html index 36459d8cc..80a096c4a 100644 --- a/magic/magic-docs/en/html/tint.html +++ b/magic/magic-docs/en/html/tint.html @@ -10,5 +10,5 @@ Bill Kendrick <bill@newbreedsoftwa

    This changes the color (or hue) of the parts of the picture to the selected color.

    See also: lighten darken


    -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ No newline at end of file diff --git a/magic/magic-docs/en/html/toothpaste.html b/magic/magic-docs/en/html/toothpaste.html index b092eee59..cf578cfa4 100644 --- a/magic/magic-docs/en/html/toothpaste.html +++ b/magic/magic-docs/en/html/toothpaste.html @@ -9,5 +9,5 @@ Andrew Corcoran <akanewbie@gmail.com>

    Paint thick blobs of color on your picture that look like toothpaste.


    -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ No newline at end of file diff --git a/magic/magic-docs/en/html/tornado.html b/magic/magic-docs/en/html/tornado.html index 49cf10316..c90f3a035 100644 --- a/magic/magic-docs/en/html/tornado.html +++ b/magic/magic-docs/en/html/tornado.html @@ -9,5 +9,5 @@ Pere Pujal i Carabantes <pere@fornol.no-ip.org>

    Draws a tornado effect onto the picture.


    -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ No newline at end of file diff --git a/magic/magic-docs/en/html/tv.html b/magic/magic-docs/en/html/tv.html index 0ccee183d..5bfc0c9ba 100644 --- a/magic/magic-docs/en/html/tv.html +++ b/magic/magic-docs/en/html/tv.html @@ -11,5 +11,5 @@ Bill Kendrick <bill@newbreedsoftwa

    Distort your picture so it looks like it's on a television (TV).


    -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ No newline at end of file diff --git a/magic/magic-docs/en/html/wavelets.html b/magic/magic-docs/en/html/wavelets.html index 24f88c921..62a15ae26 100644 --- a/magic/magic-docs/en/html/wavelets.html +++ b/magic/magic-docs/en/html/wavelets.html @@ -12,5 +12,5 @@ Adam Rakowski <
    foo-script@o2.pl>

    Click to make the entire picture wavy, up-and-down. Drag the mouse up and down to change the height of the ripples, and left and right to change the width. Release the mouse button when it looks the way you like it.

    See also: waves


    -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ No newline at end of file diff --git a/magic/magic-docs/en/html/waves.html b/magic/magic-docs/en/html/waves.html index a280e1b8b..d2fff4a03 100644 --- a/magic/magic-docs/en/html/waves.html +++ b/magic/magic-docs/en/html/waves.html @@ -10,5 +10,5 @@ Bill Kendrick <bill@newbreedsoftwa

    Click to make the entire picture wavy, side-to-side. Drag the mouse up and down to change the height of the ripples, and left and right to change the width. Release the mouse button when it looks the way you like it.

    See also: wavelets


    -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ No newline at end of file diff --git a/magic/magic-docs/en/html/wet_paint.html b/magic/magic-docs/en/html/wet_paint.html index c66934e1a..b9d238855 100644 --- a/magic/magic-docs/en/html/wet_paint.html +++ b/magic/magic-docs/en/html/wet_paint.html @@ -12,5 +12,5 @@ Bill Kendrick <bill@newbreedsoftwa

    This draws a light, smudgy coat of paint on the picture.

    See also: smudge


    -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ No newline at end of file diff --git a/magic/magic-docs/en/html/xor_colors.html b/magic/magic-docs/en/html/xor_colors.html index e919bbe22..7976b54ef 100644 --- a/magic/magic-docs/en/html/xor_colors.html +++ b/magic/magic-docs/en/html/xor_colors.html @@ -9,5 +9,5 @@ Lukasz Dmitrowski <lukasz.dmitrowski@gmail.com>

    Colors based on the position drawn on the picture.


    -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ No newline at end of file diff --git a/magic/magic-docs/en/html/zoom.html b/magic/magic-docs/en/html/zoom.html index 8efbf5956..d012d9b19 100644 --- a/magic/magic-docs/en/html/zoom.html +++ b/magic/magic-docs/en/html/zoom.html @@ -9,5 +9,5 @@ Pere Pujal i Carabantes <pere@fornol.no-ip.org>

    Click and drag up to zoom in, or down to zoom out.


    -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ No newline at end of file diff --git a/magic/magic-docs/en/index.txt b/magic/magic-docs/en/index.txt index b60e1493a..228bb3539 100644 --- a/magic/magic-docs/en/index.txt +++ b/magic/magic-docs/en/index.txt @@ -99,4 +99,4 @@ Artistic ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/en/irregular_mosaic.txt b/magic/magic-docs/en/irregular_mosaic.txt index df61e0c36..7cdf472ec 100644 --- a/magic/magic-docs/en/irregular_mosaic.txt +++ b/magic/magic-docs/en/irregular_mosaic.txt @@ -10,4 +10,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/en/kaleidoscope.txt b/magic/magic-docs/en/kaleidoscope.txt index 5972b04da..71aaea6ea 100644 --- a/magic/magic-docs/en/kaleidoscope.txt +++ b/magic/magic-docs/en/kaleidoscope.txt @@ -12,4 +12,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/en/light.txt b/magic/magic-docs/en/light.txt index 13f2450fc..0679d08d0 100644 --- a/magic/magic-docs/en/light.txt +++ b/magic/magic-docs/en/light.txt @@ -9,4 +9,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/en/lighten.txt b/magic/magic-docs/en/lighten.txt index de8ba5058..1b44d8a8d 100644 --- a/magic/magic-docs/en/lighten.txt +++ b/magic/magic-docs/en/lighten.txt @@ -11,4 +11,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/en/lightning.txt b/magic/magic-docs/en/lightning.txt index 6e84edcc7..5cd8ac8b1 100644 --- a/magic/magic-docs/en/lightning.txt +++ b/magic/magic-docs/en/lightning.txt @@ -8,4 +8,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/en/metal_paint.txt b/magic/magic-docs/en/metal_paint.txt index 9519578a4..d44b109b4 100644 --- a/magic/magic-docs/en/metal_paint.txt +++ b/magic/magic-docs/en/metal_paint.txt @@ -8,4 +8,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/en/mirror.txt b/magic/magic-docs/en/mirror.txt index b1ff713cf..2ac5345d4 100644 --- a/magic/magic-docs/en/mirror.txt +++ b/magic/magic-docs/en/mirror.txt @@ -12,4 +12,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/en/mosaic.txt b/magic/magic-docs/en/mosaic.txt index 5f6a5cc32..309844745 100644 --- a/magic/magic-docs/en/mosaic.txt +++ b/magic/magic-docs/en/mosaic.txt @@ -11,4 +11,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/en/negative.txt b/magic/magic-docs/en/negative.txt index cd856418d..2a5fda7a4 100644 --- a/magic/magic-docs/en/negative.txt +++ b/magic/magic-docs/en/negative.txt @@ -10,4 +10,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/en/noise.txt b/magic/magic-docs/en/noise.txt index 0bb5365df..d35c03708 100644 --- a/magic/magic-docs/en/noise.txt +++ b/magic/magic-docs/en/noise.txt @@ -8,4 +8,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/en/opposite.txt b/magic/magic-docs/en/opposite.txt index a80fa8917..52c1c400e 100644 --- a/magic/magic-docs/en/opposite.txt +++ b/magic/magic-docs/en/opposite.txt @@ -11,4 +11,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/en/panels.txt b/magic/magic-docs/en/panels.txt index 6f81a9d5e..c8371ad7f 100644 --- a/magic/magic-docs/en/panels.txt +++ b/magic/magic-docs/en/panels.txt @@ -9,4 +9,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/en/pattern.txt b/magic/magic-docs/en/pattern.txt index 3eb09489f..d6d12a503 100644 --- a/magic/magic-docs/en/pattern.txt +++ b/magic/magic-docs/en/pattern.txt @@ -10,4 +10,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/en/perspective.txt b/magic/magic-docs/en/perspective.txt index ff5e4513a..0489c4655 100644 --- a/magic/magic-docs/en/perspective.txt +++ b/magic/magic-docs/en/perspective.txt @@ -8,4 +8,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/en/picasso.txt b/magic/magic-docs/en/picasso.txt index d6a5aa04a..079b75eba 100644 --- a/magic/magic-docs/en/picasso.txt +++ b/magic/magic-docs/en/picasso.txt @@ -10,4 +10,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/en/pixels.txt b/magic/magic-docs/en/pixels.txt index 199ff355c..025d98f12 100644 --- a/magic/magic-docs/en/pixels.txt +++ b/magic/magic-docs/en/pixels.txt @@ -10,4 +10,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/en/puzzle.txt b/magic/magic-docs/en/puzzle.txt index e17dcea1d..d4daa9cd6 100644 --- a/magic/magic-docs/en/puzzle.txt +++ b/magic/magic-docs/en/puzzle.txt @@ -8,4 +8,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/en/rails.txt b/magic/magic-docs/en/rails.txt index a7abe8c3d..8b90d8751 100644 --- a/magic/magic-docs/en/rails.txt +++ b/magic/magic-docs/en/rails.txt @@ -10,4 +10,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/en/rain.txt b/magic/magic-docs/en/rain.txt index 0baf77765..f5bafc869 100644 --- a/magic/magic-docs/en/rain.txt +++ b/magic/magic-docs/en/rain.txt @@ -10,4 +10,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/en/rainbow.txt b/magic/magic-docs/en/rainbow.txt index 52fbdeca1..eb44e0b11 100644 --- a/magic/magic-docs/en/rainbow.txt +++ b/magic/magic-docs/en/rainbow.txt @@ -11,4 +11,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/en/real_rainbow.txt b/magic/magic-docs/en/real_rainbow.txt index b9f6920c1..e930d39cd 100644 --- a/magic/magic-docs/en/real_rainbow.txt +++ b/magic/magic-docs/en/real_rainbow.txt @@ -8,4 +8,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/en/reflection.txt b/magic/magic-docs/en/reflection.txt index a17c27409..a7de381cf 100644 --- a/magic/magic-docs/en/reflection.txt +++ b/magic/magic-docs/en/reflection.txt @@ -9,4 +9,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/en/ripples.txt b/magic/magic-docs/en/ripples.txt index 89eb7d0e4..127476b7d 100644 --- a/magic/magic-docs/en/ripples.txt +++ b/magic/magic-docs/en/ripples.txt @@ -10,4 +10,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/en/rosette.txt b/magic/magic-docs/en/rosette.txt index 144277d2a..8ced78417 100644 --- a/magic/magic-docs/en/rosette.txt +++ b/magic/magic-docs/en/rosette.txt @@ -10,4 +10,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/en/roygbiv_rainbow.txt b/magic/magic-docs/en/roygbiv_rainbow.txt index e28fd428c..aebc9d395 100644 --- a/magic/magic-docs/en/roygbiv_rainbow.txt +++ b/magic/magic-docs/en/roygbiv_rainbow.txt @@ -8,4 +8,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/en/sharpen.txt b/magic/magic-docs/en/sharpen.txt index 0a6d24509..26b10a5a3 100644 --- a/magic/magic-docs/en/sharpen.txt +++ b/magic/magic-docs/en/sharpen.txt @@ -10,4 +10,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/en/shift.txt b/magic/magic-docs/en/shift.txt index 591dd1189..05151d31d 100644 --- a/magic/magic-docs/en/shift.txt +++ b/magic/magic-docs/en/shift.txt @@ -9,4 +9,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/en/silhouette.txt b/magic/magic-docs/en/silhouette.txt index 12de2c4ac..4e365f2f3 100644 --- a/magic/magic-docs/en/silhouette.txt +++ b/magic/magic-docs/en/silhouette.txt @@ -10,4 +10,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/en/smooth_rainbow.txt b/magic/magic-docs/en/smooth_rainbow.txt index aafdce73b..a3a6b7c00 100644 --- a/magic/magic-docs/en/smooth_rainbow.txt +++ b/magic/magic-docs/en/smooth_rainbow.txt @@ -12,4 +12,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/en/smudge.txt b/magic/magic-docs/en/smudge.txt index 35c2560fc..5243508a5 100644 --- a/magic/magic-docs/en/smudge.txt +++ b/magic/magic-docs/en/smudge.txt @@ -11,4 +11,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/en/snow_ball.txt b/magic/magic-docs/en/snow_ball.txt index 7ff22c178..3bd687d98 100644 --- a/magic/magic-docs/en/snow_ball.txt +++ b/magic/magic-docs/en/snow_ball.txt @@ -10,4 +10,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/en/snow_flake.txt b/magic/magic-docs/en/snow_flake.txt index e471d5beb..03aab6d9f 100644 --- a/magic/magic-docs/en/snow_flake.txt +++ b/magic/magic-docs/en/snow_flake.txt @@ -10,4 +10,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/en/square_mosaic.txt b/magic/magic-docs/en/square_mosaic.txt index 08ebff479..0937feec6 100644 --- a/magic/magic-docs/en/square_mosaic.txt +++ b/magic/magic-docs/en/square_mosaic.txt @@ -10,4 +10,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/en/stretch.txt b/magic/magic-docs/en/stretch.txt index 89e551a87..a9e790b76 100644 --- a/magic/magic-docs/en/stretch.txt +++ b/magic/magic-docs/en/stretch.txt @@ -8,4 +8,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/en/string_corner.txt b/magic/magic-docs/en/string_corner.txt index 9979415dd..380b7bd5d 100644 --- a/magic/magic-docs/en/string_corner.txt +++ b/magic/magic-docs/en/string_corner.txt @@ -10,4 +10,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/en/string_edges.txt b/magic/magic-docs/en/string_edges.txt index dd7a69be3..2a7064d86 100644 --- a/magic/magic-docs/en/string_edges.txt +++ b/magic/magic-docs/en/string_edges.txt @@ -10,4 +10,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/en/string_v.txt b/magic/magic-docs/en/string_v.txt index d3ff5a741..df6df0848 100644 --- a/magic/magic-docs/en/string_v.txt +++ b/magic/magic-docs/en/string_v.txt @@ -10,4 +10,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/en/symmetry_left_right.txt b/magic/magic-docs/en/symmetry_left_right.txt index 807bfe5a5..74f34a3fd 100644 --- a/magic/magic-docs/en/symmetry_left_right.txt +++ b/magic/magic-docs/en/symmetry_left_right.txt @@ -10,4 +10,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/en/symmetry_up_down.txt b/magic/magic-docs/en/symmetry_up_down.txt index d711cac39..12b23f09f 100644 --- a/magic/magic-docs/en/symmetry_up_down.txt +++ b/magic/magic-docs/en/symmetry_up_down.txt @@ -10,4 +10,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/en/tiles.txt b/magic/magic-docs/en/tiles.txt index 2b44c578a..2257918a6 100644 --- a/magic/magic-docs/en/tiles.txt +++ b/magic/magic-docs/en/tiles.txt @@ -10,4 +10,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/en/tint.txt b/magic/magic-docs/en/tint.txt index bdb335298..5e059b3ec 100644 --- a/magic/magic-docs/en/tint.txt +++ b/magic/magic-docs/en/tint.txt @@ -11,4 +11,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/en/toothpaste.txt b/magic/magic-docs/en/toothpaste.txt index fad0ba3cb..76be31790 100644 --- a/magic/magic-docs/en/toothpaste.txt +++ b/magic/magic-docs/en/toothpaste.txt @@ -8,4 +8,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/en/tornado.txt b/magic/magic-docs/en/tornado.txt index 80827b955..01855aec1 100644 --- a/magic/magic-docs/en/tornado.txt +++ b/magic/magic-docs/en/tornado.txt @@ -8,4 +8,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/en/tv.txt b/magic/magic-docs/en/tv.txt index a80fb18d9..ff05637af 100644 --- a/magic/magic-docs/en/tv.txt +++ b/magic/magic-docs/en/tv.txt @@ -9,4 +9,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/en/wavelets.txt b/magic/magic-docs/en/wavelets.txt index 149aa64a3..2b06d052e 100644 --- a/magic/magic-docs/en/wavelets.txt +++ b/magic/magic-docs/en/wavelets.txt @@ -13,4 +13,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/en/waves.txt b/magic/magic-docs/en/waves.txt index 38a9be189..835094418 100644 --- a/magic/magic-docs/en/waves.txt +++ b/magic/magic-docs/en/waves.txt @@ -12,4 +12,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/en/wet_paint.txt b/magic/magic-docs/en/wet_paint.txt index 052be4744..fb12192b5 100644 --- a/magic/magic-docs/en/wet_paint.txt +++ b/magic/magic-docs/en/wet_paint.txt @@ -11,4 +11,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/en/xor_colors.txt b/magic/magic-docs/en/xor_colors.txt index fcb96fe52..8dc04911e 100644 --- a/magic/magic-docs/en/xor_colors.txt +++ b/magic/magic-docs/en/xor_colors.txt @@ -8,4 +8,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/en/zoom.txt b/magic/magic-docs/en/zoom.txt index 229e260a4..2d56c7f55 100644 --- a/magic/magic-docs/en/zoom.txt +++ b/magic/magic-docs/en/zoom.txt @@ -8,4 +8,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/es_ES.UTF-8/blinds.txt b/magic/magic-docs/es_ES.UTF-8/blinds.txt index 4da2fd9f0..7c3837c6a 100644 --- a/magic/magic-docs/es_ES.UTF-8/blinds.txt +++ b/magic/magic-docs/es_ES.UTF-8/blinds.txt @@ -9,4 +9,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/es_ES.UTF-8/blocks.txt b/magic/magic-docs/es_ES.UTF-8/blocks.txt index d4e9bd0e2..5e008f352 100644 --- a/magic/magic-docs/es_ES.UTF-8/blocks.txt +++ b/magic/magic-docs/es_ES.UTF-8/blocks.txt @@ -10,4 +10,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/es_ES.UTF-8/blur.txt b/magic/magic-docs/es_ES.UTF-8/blur.txt index 96831a096..654c35fe2 100644 --- a/magic/magic-docs/es_ES.UTF-8/blur.txt +++ b/magic/magic-docs/es_ES.UTF-8/blur.txt @@ -11,4 +11,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/es_ES.UTF-8/bricks.txt b/magic/magic-docs/es_ES.UTF-8/bricks.txt index cd7b84637..383e7a461 100644 --- a/magic/magic-docs/es_ES.UTF-8/bricks.txt +++ b/magic/magic-docs/es_ES.UTF-8/bricks.txt @@ -12,4 +12,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/es_ES.UTF-8/calligraphy.txt b/magic/magic-docs/es_ES.UTF-8/calligraphy.txt index 000e8decd..be3eb0a5e 100644 --- a/magic/magic-docs/es_ES.UTF-8/calligraphy.txt +++ b/magic/magic-docs/es_ES.UTF-8/calligraphy.txt @@ -9,4 +9,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/es_ES.UTF-8/cartoon.txt b/magic/magic-docs/es_ES.UTF-8/cartoon.txt index 1ccc20fe0..7c943d4c2 100644 --- a/magic/magic-docs/es_ES.UTF-8/cartoon.txt +++ b/magic/magic-docs/es_ES.UTF-8/cartoon.txt @@ -9,4 +9,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/es_ES.UTF-8/chalk.txt b/magic/magic-docs/es_ES.UTF-8/chalk.txt index 8508ea6a1..8c197e259 100644 --- a/magic/magic-docs/es_ES.UTF-8/chalk.txt +++ b/magic/magic-docs/es_ES.UTF-8/chalk.txt @@ -9,4 +9,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/es_ES.UTF-8/checkerboard.txt b/magic/magic-docs/es_ES.UTF-8/checkerboard.txt index fd472cf2c..9c5c41222 100644 --- a/magic/magic-docs/es_ES.UTF-8/checkerboard.txt +++ b/magic/magic-docs/es_ES.UTF-8/checkerboard.txt @@ -9,4 +9,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/es_ES.UTF-8/clone.txt b/magic/magic-docs/es_ES.UTF-8/clone.txt index bfdd6c575..3565bcc9d 100644 --- a/magic/magic-docs/es_ES.UTF-8/clone.txt +++ b/magic/magic-docs/es_ES.UTF-8/clone.txt @@ -10,4 +10,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/es_ES.UTF-8/color_and_white.txt b/magic/magic-docs/es_ES.UTF-8/color_and_white.txt index d1b6ee22e..b9fcba633 100644 --- a/magic/magic-docs/es_ES.UTF-8/color_and_white.txt +++ b/magic/magic-docs/es_ES.UTF-8/color_and_white.txt @@ -10,4 +10,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/es_ES.UTF-8/color_shift.txt b/magic/magic-docs/es_ES.UTF-8/color_shift.txt index 2a506656a..8cea08043 100644 --- a/magic/magic-docs/es_ES.UTF-8/color_shift.txt +++ b/magic/magic-docs/es_ES.UTF-8/color_shift.txt @@ -8,4 +8,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/es_ES.UTF-8/confetti.txt b/magic/magic-docs/es_ES.UTF-8/confetti.txt index 3f94e6d58..2e4cd9303 100644 --- a/magic/magic-docs/es_ES.UTF-8/confetti.txt +++ b/magic/magic-docs/es_ES.UTF-8/confetti.txt @@ -8,4 +8,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/es_ES.UTF-8/darken.txt b/magic/magic-docs/es_ES.UTF-8/darken.txt index c7dba87d9..34e0f3c19 100644 --- a/magic/magic-docs/es_ES.UTF-8/darken.txt +++ b/magic/magic-docs/es_ES.UTF-8/darken.txt @@ -11,4 +11,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/es_ES.UTF-8/distortion.txt b/magic/magic-docs/es_ES.UTF-8/distortion.txt index 630faa47d..41e3626e6 100644 --- a/magic/magic-docs/es_ES.UTF-8/distortion.txt +++ b/magic/magic-docs/es_ES.UTF-8/distortion.txt @@ -8,4 +8,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/es_ES.UTF-8/drip.txt b/magic/magic-docs/es_ES.UTF-8/drip.txt index cbd95893b..23d674ae1 100644 --- a/magic/magic-docs/es_ES.UTF-8/drip.txt +++ b/magic/magic-docs/es_ES.UTF-8/drip.txt @@ -8,4 +8,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/es_ES.UTF-8/edges.txt b/magic/magic-docs/es_ES.UTF-8/edges.txt index 30f1b9707..777ed5f0f 100644 --- a/magic/magic-docs/es_ES.UTF-8/edges.txt +++ b/magic/magic-docs/es_ES.UTF-8/edges.txt @@ -10,4 +10,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/es_ES.UTF-8/emboss.txt b/magic/magic-docs/es_ES.UTF-8/emboss.txt index 47eff7f9d..b26d29fa8 100644 --- a/magic/magic-docs/es_ES.UTF-8/emboss.txt +++ b/magic/magic-docs/es_ES.UTF-8/emboss.txt @@ -12,4 +12,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/es_ES.UTF-8/fisheye.txt b/magic/magic-docs/es_ES.UTF-8/fisheye.txt index 258acd904..c98e3e532 100644 --- a/magic/magic-docs/es_ES.UTF-8/fisheye.txt +++ b/magic/magic-docs/es_ES.UTF-8/fisheye.txt @@ -10,4 +10,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/es_ES.UTF-8/flip.txt b/magic/magic-docs/es_ES.UTF-8/flip.txt index 7813f2cc6..7f5058582 100644 --- a/magic/magic-docs/es_ES.UTF-8/flip.txt +++ b/magic/magic-docs/es_ES.UTF-8/flip.txt @@ -11,4 +11,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/es_ES.UTF-8/flower.txt b/magic/magic-docs/es_ES.UTF-8/flower.txt index dcfe55fb8..aa2f52af7 100644 --- a/magic/magic-docs/es_ES.UTF-8/flower.txt +++ b/magic/magic-docs/es_ES.UTF-8/flower.txt @@ -14,4 +14,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/es_ES.UTF-8/foam.txt b/magic/magic-docs/es_ES.UTF-8/foam.txt index 1ea6221c7..3f25a9bc5 100644 --- a/magic/magic-docs/es_ES.UTF-8/foam.txt +++ b/magic/magic-docs/es_ES.UTF-8/foam.txt @@ -10,4 +10,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/es_ES.UTF-8/fold.txt b/magic/magic-docs/es_ES.UTF-8/fold.txt index 6ba35c2d4..9f671cb00 100644 --- a/magic/magic-docs/es_ES.UTF-8/fold.txt +++ b/magic/magic-docs/es_ES.UTF-8/fold.txt @@ -11,4 +11,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/es_ES.UTF-8/fretwork.txt b/magic/magic-docs/es_ES.UTF-8/fretwork.txt index 9e0c00fa4..ba1bc2b50 100644 --- a/magic/magic-docs/es_ES.UTF-8/fretwork.txt +++ b/magic/magic-docs/es_ES.UTF-8/fretwork.txt @@ -8,4 +8,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/es_ES.UTF-8/glass_tile.txt b/magic/magic-docs/es_ES.UTF-8/glass_tile.txt index eb44763d4..4a33bf052 100644 --- a/magic/magic-docs/es_ES.UTF-8/glass_tile.txt +++ b/magic/magic-docs/es_ES.UTF-8/glass_tile.txt @@ -9,4 +9,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/es_ES.UTF-8/grass.txt b/magic/magic-docs/es_ES.UTF-8/grass.txt index 8b4fbc84f..2755ab637 100644 --- a/magic/magic-docs/es_ES.UTF-8/grass.txt +++ b/magic/magic-docs/es_ES.UTF-8/grass.txt @@ -12,4 +12,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/es_ES.UTF-8/halftone.txt b/magic/magic-docs/es_ES.UTF-8/halftone.txt index c7f645d81..055bb5550 100644 --- a/magic/magic-docs/es_ES.UTF-8/halftone.txt +++ b/magic/magic-docs/es_ES.UTF-8/halftone.txt @@ -10,4 +10,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/es_ES.UTF-8/hexagon_mosaic.txt b/magic/magic-docs/es_ES.UTF-8/hexagon_mosaic.txt index 6f3b306a1..578b10342 100644 --- a/magic/magic-docs/es_ES.UTF-8/hexagon_mosaic.txt +++ b/magic/magic-docs/es_ES.UTF-8/hexagon_mosaic.txt @@ -10,4 +10,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/es_ES.UTF-8/html/blinds.html b/magic/magic-docs/es_ES.UTF-8/html/blinds.html index 0d448a017..74bd36be5 100644 --- a/magic/magic-docs/es_ES.UTF-8/html/blinds.html +++ b/magic/magic-docs/es_ES.UTF-8/html/blinds.html @@ -9,5 +9,5 @@ Pere Pujal i Carabantes <pere@fornol.no-ip.org>

    Click towards the edge of your picture to pull window blinds over it. Move perpendicularly to open or close the blinds.


    -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ No newline at end of file diff --git a/magic/magic-docs/es_ES.UTF-8/html/blocks.html b/magic/magic-docs/es_ES.UTF-8/html/blocks.html index c6e2ee1e6..dba80112b 100644 --- a/magic/magic-docs/es_ES.UTF-8/html/blocks.html +++ b/magic/magic-docs/es_ES.UTF-8/html/blocks.html @@ -11,5 +11,5 @@ Albert Cahalan <albert@users.sf.net&

    This makes the picture blocky looking ("pixelated") wherever you drag the mouse.


    -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ No newline at end of file diff --git a/magic/magic-docs/es_ES.UTF-8/html/blur.html b/magic/magic-docs/es_ES.UTF-8/html/blur.html index cd1194b46..491db7d25 100644 --- a/magic/magic-docs/es_ES.UTF-8/html/blur.html +++ b/magic/magic-docs/es_ES.UTF-8/html/blur.html @@ -12,5 +12,5 @@ Albert Cahalan <albert@users.sf.net&

    This makes the picture fuzzy wherever you drag the mouse.

    See also: sharpen smudge


    -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ No newline at end of file diff --git a/magic/magic-docs/es_ES.UTF-8/html/bricks.html b/magic/magic-docs/es_ES.UTF-8/html/bricks.html index 91dc40210..757c311a8 100644 --- a/magic/magic-docs/es_ES.UTF-8/html/bricks.html +++ b/magic/magic-docs/es_ES.UTF-8/html/bricks.html @@ -10,5 +10,5 @@ Albert Cahalan <albert@users.sf.net&

    These two tools intelligently paint large and small brick patterns on the canvas. The bricks can be tinted various redish hues by selecting different colors in the color palette.

    See also: pixels


    -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ No newline at end of file diff --git a/magic/magic-docs/es_ES.UTF-8/html/calligraphy.html b/magic/magic-docs/es_ES.UTF-8/html/calligraphy.html index 17856f692..805c41e11 100644 --- a/magic/magic-docs/es_ES.UTF-8/html/calligraphy.html +++ b/magic/magic-docs/es_ES.UTF-8/html/calligraphy.html @@ -9,5 +9,5 @@ Bill Kendrick <bill@newbreedsoftware.com>

    This paints on the canvas with a calligraphy pen. The quicker you move, the thinner the lines.


    -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ No newline at end of file diff --git a/magic/magic-docs/es_ES.UTF-8/html/cartoon.html b/magic/magic-docs/es_ES.UTF-8/html/cartoon.html index 9e1e1fd6c..4962d9d36 100644 --- a/magic/magic-docs/es_ES.UTF-8/html/cartoon.html +++ b/magic/magic-docs/es_ES.UTF-8/html/cartoon.html @@ -9,5 +9,5 @@ Bill Kendrick <bill@newbreedsoftware.com>

    This makes the picture look like a cartoon — with thick outlines and bright, solid colors — wherever you move the mouse.


    -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ No newline at end of file diff --git a/magic/magic-docs/es_ES.UTF-8/html/chalk.html b/magic/magic-docs/es_ES.UTF-8/html/chalk.html index f943e81ab..ea9e7a6fc 100644 --- a/magic/magic-docs/es_ES.UTF-8/html/chalk.html +++ b/magic/magic-docs/es_ES.UTF-8/html/chalk.html @@ -9,5 +9,5 @@ Bill Kendrick <bill@newbreedsoftware.com>

    This makes parts of the picture (where you move the mouse) look like a chalk drawing.


    -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ No newline at end of file diff --git a/magic/magic-docs/es_ES.UTF-8/html/checkerboard.html b/magic/magic-docs/es_ES.UTF-8/html/checkerboard.html index 5a463f0a7..c5d0d67ec 100644 --- a/magic/magic-docs/es_ES.UTF-8/html/checkerboard.html +++ b/magic/magic-docs/es_ES.UTF-8/html/checkerboard.html @@ -9,5 +9,5 @@ Bill Kendrick <bill@newbreedsoftware.com>

    This covers the entire canvas with a checkboard pattern using the current color. Drag to change the size of the squares.


    -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ No newline at end of file diff --git a/magic/magic-docs/es_ES.UTF-8/html/clone.html b/magic/magic-docs/es_ES.UTF-8/html/clone.html index bf1c60b24..52ff9c3f1 100644 --- a/magic/magic-docs/es_ES.UTF-8/html/clone.html +++ b/magic/magic-docs/es_ES.UTF-8/html/clone.html @@ -9,5 +9,5 @@ Bill Kendrick <bill@newbreedsoftware.com>

    Clone (copy, via painting) part of the picture. Click ones to choose the source, then click and drag to clone it elsewhere in the drawing. Once you release, click to choose another source and start again.


    -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ No newline at end of file diff --git a/magic/magic-docs/es_ES.UTF-8/html/color_and_white.html b/magic/magic-docs/es_ES.UTF-8/html/color_and_white.html index 02f49320b..f0eff5c6b 100644 --- a/magic/magic-docs/es_ES.UTF-8/html/color_and_white.html +++ b/magic/magic-docs/es_ES.UTF-8/html/color_and_white.html @@ -9,5 +9,5 @@ Andrew Corcoran <akanewbie@gmail.com>

    This makes parts of your picture two colors: white, and the color chosen in the palette. (i.e., if you choose black, you'll get a black and white picture).


    -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ No newline at end of file diff --git a/magic/magic-docs/es_ES.UTF-8/html/color_shift.html b/magic/magic-docs/es_ES.UTF-8/html/color_shift.html index 4e1ab051f..768830bf4 100644 --- a/magic/magic-docs/es_ES.UTF-8/html/color_shift.html +++ b/magic/magic-docs/es_ES.UTF-8/html/color_shift.html @@ -9,5 +9,5 @@ Andrew Corcoran <akanewbie@gmail.com>

    This shifts the colors in your picture.


    -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ No newline at end of file diff --git a/magic/magic-docs/es_ES.UTF-8/html/confetti.html b/magic/magic-docs/es_ES.UTF-8/html/confetti.html index 281b47714..77fbb8b3c 100644 --- a/magic/magic-docs/es_ES.UTF-8/html/confetti.html +++ b/magic/magic-docs/es_ES.UTF-8/html/confetti.html @@ -9,5 +9,5 @@ Adam Rakowski <foo-script@o2.pl>

    Throw confetti around your picture!


    -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ No newline at end of file diff --git a/magic/magic-docs/es_ES.UTF-8/html/darken.html b/magic/magic-docs/es_ES.UTF-8/html/darken.html index 64effb162..877049615 100644 --- a/magic/magic-docs/es_ES.UTF-8/html/darken.html +++ b/magic/magic-docs/es_ES.UTF-8/html/darken.html @@ -10,5 +10,5 @@ Bill Kendrick <bill@newbreedsoftwa

    This dakrens the colors wherever you drag the mouse. (Do it to the same spot many times, and it will eventually become black.)

    See also: lighten tint


    -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ No newline at end of file diff --git a/magic/magic-docs/es_ES.UTF-8/html/distortion.html b/magic/magic-docs/es_ES.UTF-8/html/distortion.html index 656ecf743..31264cdc4 100644 --- a/magic/magic-docs/es_ES.UTF-8/html/distortion.html +++ b/magic/magic-docs/es_ES.UTF-8/html/distortion.html @@ -9,5 +9,5 @@ Bill Kendrick <bill@newbreedsoftware.com>

    This slightly distorts the picture wherever you move the mouse.


    -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ No newline at end of file diff --git a/magic/magic-docs/es_ES.UTF-8/html/drip.html b/magic/magic-docs/es_ES.UTF-8/html/drip.html index 562ff27e2..672d8766b 100644 --- a/magic/magic-docs/es_ES.UTF-8/html/drip.html +++ b/magic/magic-docs/es_ES.UTF-8/html/drip.html @@ -9,5 +9,5 @@ Bill Kendrick <bill@newbreedsoftware.com>

    This makes the paint "drip" wherever you move the mouse.


    -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ No newline at end of file diff --git a/magic/magic-docs/es_ES.UTF-8/html/edges.html b/magic/magic-docs/es_ES.UTF-8/html/edges.html index 134922c01..8a9309946 100644 --- a/magic/magic-docs/es_ES.UTF-8/html/edges.html +++ b/magic/magic-docs/es_ES.UTF-8/html/edges.html @@ -10,5 +10,5 @@ Andrew Corcoran <akanewbie@gmail.com

    Trace the edges in your picture, over a white background.

    See also: emboss silhouette


    -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ No newline at end of file diff --git a/magic/magic-docs/es_ES.UTF-8/html/emboss.html b/magic/magic-docs/es_ES.UTF-8/html/emboss.html index aad8cdb13..c6c096af0 100644 --- a/magic/magic-docs/es_ES.UTF-8/html/emboss.html +++ b/magic/magic-docs/es_ES.UTF-8/html/emboss.html @@ -10,5 +10,5 @@ Bill Kendrick <bill@newbreedsoftwa

    This makes parts of your picture look "embossed." Wherever there are sharp edges in your picture, the picture will look raised like it was stamped in metal.

    See also: edges silhouette


    -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ No newline at end of file diff --git a/magic/magic-docs/es_ES.UTF-8/html/fisheye.html b/magic/magic-docs/es_ES.UTF-8/html/fisheye.html index a81697875..9ee6d816c 100644 --- a/magic/magic-docs/es_ES.UTF-8/html/fisheye.html +++ b/magic/magic-docs/es_ES.UTF-8/html/fisheye.html @@ -10,5 +10,5 @@ Adam Rakowski <foo-script@o2.pl>Warp parts of your picture like it's being seen through a fisheye lens.

    See also: ripples


    -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ No newline at end of file diff --git a/magic/magic-docs/es_ES.UTF-8/html/flip.html b/magic/magic-docs/es_ES.UTF-8/html/flip.html index 3964be431..4d02cda64 100644 --- a/magic/magic-docs/es_ES.UTF-8/html/flip.html +++ b/magic/magic-docs/es_ES.UTF-8/html/flip.html @@ -10,5 +10,5 @@ Bill Kendrick <bill@newbreedsoftwa

    Similar to "Mirror." Click and the entire image will be turned upside-down.

    See also: mirror


    -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ No newline at end of file diff --git a/magic/magic-docs/es_ES.UTF-8/html/flower.html b/magic/magic-docs/es_ES.UTF-8/html/flower.html index 051803a4b..deb02d1cf 100644 --- a/magic/magic-docs/es_ES.UTF-8/html/flower.html +++ b/magic/magic-docs/es_ES.UTF-8/html/flower.html @@ -10,5 +10,5 @@ Bill Kendrick <bill@newbreedsoftwa

    This tool draws small flowers, with leafy bases and stalks. Click to set the base, then drag the mouse upwards to drawe the stalk, and finally release the mouse button to finish the flower. It will be drawn in the currently-selected color. The shape and length of the stalk depends on how you move the mouse while you drag.

    See also: grass


    -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ No newline at end of file diff --git a/magic/magic-docs/es_ES.UTF-8/html/foam.html b/magic/magic-docs/es_ES.UTF-8/html/foam.html index 4255e98a5..a4f3c012a 100644 --- a/magic/magic-docs/es_ES.UTF-8/html/foam.html +++ b/magic/magic-docs/es_ES.UTF-8/html/foam.html @@ -9,5 +9,5 @@ Bill Kendrick <bill@newbreedsoftware.com>

    Click and drag the mouse to draw foamy bubbles. The more you drag the mouse in a particular spot, the more likely small bubbles will combine to form bigger bubbles.


    -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ No newline at end of file diff --git a/magic/magic-docs/es_ES.UTF-8/html/fold.html b/magic/magic-docs/es_ES.UTF-8/html/fold.html index 46c200b4e..081d369bf 100644 --- a/magic/magic-docs/es_ES.UTF-8/html/fold.html +++ b/magic/magic-docs/es_ES.UTF-8/html/fold.html @@ -12,5 +12,5 @@ Pere Pujal i Carabantes <pere@fornol.n

    Click a corner of your picture and drag towards the center to fold it up like a piece of paper.


    -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ No newline at end of file diff --git a/magic/magic-docs/es_ES.UTF-8/html/fretwork.html b/magic/magic-docs/es_ES.UTF-8/html/fretwork.html index 922359773..096c46200 100644 --- a/magic/magic-docs/es_ES.UTF-8/html/fretwork.html +++ b/magic/magic-docs/es_ES.UTF-8/html/fretwork.html @@ -9,5 +9,5 @@ Pere Pujal i Carabantes <
    pere@fornol.no-ip.org>

    Draw an interlaced decorative design that looks like wooden fretwork.


    -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ No newline at end of file diff --git a/magic/magic-docs/es_ES.UTF-8/html/glass_tile.html b/magic/magic-docs/es_ES.UTF-8/html/glass_tile.html index 6a6722948..00d5829e7 100644 --- a/magic/magic-docs/es_ES.UTF-8/html/glass_tile.html +++ b/magic/magic-docs/es_ES.UTF-8/html/glass_tile.html @@ -9,5 +9,5 @@ Bill Kendrick <bill@newbreedsoftware.com>

    Click and drag over your picture to make it look like it's being seen through glass tiles.


    -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ No newline at end of file diff --git a/magic/magic-docs/es_ES.UTF-8/html/grass.html b/magic/magic-docs/es_ES.UTF-8/html/grass.html index 6eeb24331..204811d67 100644 --- a/magic/magic-docs/es_ES.UTF-8/html/grass.html +++ b/magic/magic-docs/es_ES.UTF-8/html/grass.html @@ -10,5 +10,5 @@ Albert Cahalan <albert@users.sf.net&

    This paints grass on the image. The higher up the canvas, the smaller the grass is drawn, giving an illusion of perspective. The grass can be tinted various greenish hues by selecting different colors in the color palette.

    See also: flower


    -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ No newline at end of file diff --git a/magic/magic-docs/es_ES.UTF-8/html/halftone.html b/magic/magic-docs/es_ES.UTF-8/html/halftone.html index 837f49a21..950c61b03 100644 --- a/magic/magic-docs/es_ES.UTF-8/html/halftone.html +++ b/magic/magic-docs/es_ES.UTF-8/html/halftone.html @@ -9,5 +9,5 @@ Bill Kendrick <bill@newbreedsoftware.com>

    This makes parts of your picture look like newsprint. Different sizes of cyan, magenta, yellow, and black "ink" will appear in place of your picture.


    -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ No newline at end of file diff --git a/magic/magic-docs/es_ES.UTF-8/html/hexagon_mosaic.html b/magic/magic-docs/es_ES.UTF-8/html/hexagon_mosaic.html index e6e51e36b..20734ff8b 100644 --- a/magic/magic-docs/es_ES.UTF-8/html/hexagon_mosaic.html +++ b/magic/magic-docs/es_ES.UTF-8/html/hexagon_mosaic.html @@ -10,5 +10,5 @@ Pere Pujal i Carabantes <pere@fornol.n

    Converts parts of your picture into a mosaic of hexagon cells.

    See also: irregular_mosaic square_mosaic mosaic


    -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ 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 722a69de2..f75d673fb 100644 --- a/magic/magic-docs/es_ES.UTF-8/html/index.html +++ b/magic/magic-docs/es_ES.UTF-8/html/index.html @@ -102,5 +102,5 @@
  • Tornado

  • -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ No newline at end of file diff --git a/magic/magic-docs/es_ES.UTF-8/html/irregular_mosaic.html b/magic/magic-docs/es_ES.UTF-8/html/irregular_mosaic.html index 8078dd6e1..edd8fd82a 100644 --- a/magic/magic-docs/es_ES.UTF-8/html/irregular_mosaic.html +++ b/magic/magic-docs/es_ES.UTF-8/html/irregular_mosaic.html @@ -10,5 +10,5 @@ Pere Pujal i Carabantes <pere@fornol.n

    Converts parts of your picture into a mosaic of irregularly-shaped cells.

    See also: hexagon_mosaic square_mosaic mosaic


    -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ No newline at end of file diff --git a/magic/magic-docs/es_ES.UTF-8/html/kaleidoscope.html b/magic/magic-docs/es_ES.UTF-8/html/kaleidoscope.html index 0dcde9b81..f0baa7ef4 100644 --- a/magic/magic-docs/es_ES.UTF-8/html/kaleidoscope.html +++ b/magic/magic-docs/es_ES.UTF-8/html/kaleidoscope.html @@ -10,5 +10,5 @@ Bill Kendrick <bill@newbreedsoftwa

    This paint brush draws in four places at the same time, mirroring symmetrically, both horizontally and vertically. It uses the currently selected color.

    See also: picasso rosette


    -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ No newline at end of file diff --git a/magic/magic-docs/es_ES.UTF-8/html/light.html b/magic/magic-docs/es_ES.UTF-8/html/light.html index a1399f08d..056f509c0 100644 --- a/magic/magic-docs/es_ES.UTF-8/html/light.html +++ b/magic/magic-docs/es_ES.UTF-8/html/light.html @@ -9,5 +9,5 @@ Bill Kendrick <bill@newbreedsoftware.com>

    This draws a glowing beam on the canvas, in the currently-selected color. The more you use it on one spot, the more white it becomes.


    -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ No newline at end of file diff --git a/magic/magic-docs/es_ES.UTF-8/html/lighten.html b/magic/magic-docs/es_ES.UTF-8/html/lighten.html index b53a412c6..fbf6a9b15 100644 --- a/magic/magic-docs/es_ES.UTF-8/html/lighten.html +++ b/magic/magic-docs/es_ES.UTF-8/html/lighten.html @@ -10,5 +10,5 @@ Bill Kendrick <bill@newbreedsoftwa

    This fades the colors wherever you drag the mouse. (Do it to the same spot many times, and it will eventually become white.)

    See also: darken tint


    -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ No newline at end of file diff --git a/magic/magic-docs/es_ES.UTF-8/html/lightning.html b/magic/magic-docs/es_ES.UTF-8/html/lightning.html index 475aa1bfa..9e6812669 100644 --- a/magic/magic-docs/es_ES.UTF-8/html/lightning.html +++ b/magic/magic-docs/es_ES.UTF-8/html/lightning.html @@ -9,5 +9,5 @@ Bill Kendrick <bill@newbreedsoftware.com>

    Draws a lightning bolt between two points on the picture.


    -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ No newline at end of file diff --git a/magic/magic-docs/es_ES.UTF-8/html/metal_paint.html b/magic/magic-docs/es_ES.UTF-8/html/metal_paint.html index 56a74e867..063545e61 100644 --- a/magic/magic-docs/es_ES.UTF-8/html/metal_paint.html +++ b/magic/magic-docs/es_ES.UTF-8/html/metal_paint.html @@ -9,5 +9,5 @@ Bill Kendrick <bill@newbreedsoftware.com>

    Click and drag to draw shiny metal using the current color.


    -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ No newline at end of file diff --git a/magic/magic-docs/es_ES.UTF-8/html/mirror.html b/magic/magic-docs/es_ES.UTF-8/html/mirror.html index 7ef3642a5..b0e33ea52 100644 --- a/magic/magic-docs/es_ES.UTF-8/html/mirror.html +++ b/magic/magic-docs/es_ES.UTF-8/html/mirror.html @@ -10,5 +10,5 @@ Bill Kendrick <bill@newbreedsoftwa

    When you click the mouse in your picture with the "Mirror" magic effect selected, the entire image will be reversed, turning it into a mirror image.

    See also: flip


    -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ No newline at end of file diff --git a/magic/magic-docs/es_ES.UTF-8/html/mosaic.html b/magic/magic-docs/es_ES.UTF-8/html/mosaic.html index eb2727337..3365627fd 100644 --- a/magic/magic-docs/es_ES.UTF-8/html/mosaic.html +++ b/magic/magic-docs/es_ES.UTF-8/html/mosaic.html @@ -12,5 +12,5 @@ Pere Pujal i Carabantes <pere@fornol.n

    Adds a glass mosaic effect to your picture.

    See also: hexagon_mosaic irregular_mosaic square_mosaic


    -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ No newline at end of file diff --git a/magic/magic-docs/es_ES.UTF-8/html/negative.html b/magic/magic-docs/es_ES.UTF-8/html/negative.html index 6958d9675..32fc2d984 100644 --- a/magic/magic-docs/es_ES.UTF-8/html/negative.html +++ b/magic/magic-docs/es_ES.UTF-8/html/negative.html @@ -9,5 +9,5 @@ Bill Kendrick <bill@newbreedsoftware.com>

    This inverts the colors wherever you drag the mouse. (e.g., white becomes black, and vice versa.) It inverts the values of the Red, Green, and Blue components of the pixels.


    -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ No newline at end of file diff --git a/magic/magic-docs/es_ES.UTF-8/html/noise.html b/magic/magic-docs/es_ES.UTF-8/html/noise.html index cb8b775b1..97e455a76 100644 --- a/magic/magic-docs/es_ES.UTF-8/html/noise.html +++ b/magic/magic-docs/es_ES.UTF-8/html/noise.html @@ -9,5 +9,5 @@ Andrew Corcoran <akanewbie@gmail.com>

    Add random noise and static to your picture.


    -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ No newline at end of file diff --git a/magic/magic-docs/es_ES.UTF-8/html/opposite.html b/magic/magic-docs/es_ES.UTF-8/html/opposite.html index b827d7a68..e135ac892 100644 --- a/magic/magic-docs/es_ES.UTF-8/html/opposite.html +++ b/magic/magic-docs/es_ES.UTF-8/html/opposite.html @@ -9,5 +9,5 @@ Bill Kendrick <bill@newbreedsoftware.com>

    This converts the colors wherever you drag the mouse into their complementary (opposite) colors. (e.g., blue becomes orange, and vice versa.) It changes the Hue compoment of the pixels, without affecting the Saturation or Lightness.


    -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ No newline at end of file diff --git a/magic/magic-docs/es_ES.UTF-8/html/panels.html b/magic/magic-docs/es_ES.UTF-8/html/panels.html index a45de0cf5..ddb37dd03 100644 --- a/magic/magic-docs/es_ES.UTF-8/html/panels.html +++ b/magic/magic-docs/es_ES.UTF-8/html/panels.html @@ -9,5 +9,5 @@ Bill Kendrick <bill@newbreedsoftware.com>

    Shrink the image and repeat it four times in a 2-by-2 grid. Useful for creating 4-panel comics. Can also be used to create a compound-eye effect.


    -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ No newline at end of file diff --git a/magic/magic-docs/es_ES.UTF-8/html/pattern.html b/magic/magic-docs/es_ES.UTF-8/html/pattern.html index d614bb615..f428b020a 100644 --- a/magic/magic-docs/es_ES.UTF-8/html/pattern.html +++ b/magic/magic-docs/es_ES.UTF-8/html/pattern.html @@ -10,5 +10,5 @@ Pere Pujal i Carabantes <pere@fornol.n

    Draws a tiled pattern around the picture.

    See also: tiles


    -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ No newline at end of file diff --git a/magic/magic-docs/es_ES.UTF-8/html/perspective.html b/magic/magic-docs/es_ES.UTF-8/html/perspective.html index 767be7da3..2b80b96d1 100644 --- a/magic/magic-docs/es_ES.UTF-8/html/perspective.html +++ b/magic/magic-docs/es_ES.UTF-8/html/perspective.html @@ -9,5 +9,5 @@ Pere Pujal i Carabantes <pere@fornol.no-ip.org>

    Click and drag from the corners to change the perspective of your picture.


    -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ No newline at end of file diff --git a/magic/magic-docs/es_ES.UTF-8/html/picasso.html b/magic/magic-docs/es_ES.UTF-8/html/picasso.html index 6e493700b..a699003b2 100644 --- a/magic/magic-docs/es_ES.UTF-8/html/picasso.html +++ b/magic/magic-docs/es_ES.UTF-8/html/picasso.html @@ -10,5 +10,5 @@ Adam Rakowski <foo-script@o2.pl>Draw three swirling brushes at once, in a Picasso style.

    See also: rosette kaleidoscope


    -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ No newline at end of file diff --git a/magic/magic-docs/es_ES.UTF-8/html/pixels.html b/magic/magic-docs/es_ES.UTF-8/html/pixels.html index 644d6d9d0..0d98ee200 100644 --- a/magic/magic-docs/es_ES.UTF-8/html/pixels.html +++ b/magic/magic-docs/es_ES.UTF-8/html/pixels.html @@ -10,5 +10,5 @@ Bill Kendrick <bill@newbreedsoftwa

    Draw large square "pixels" on the canvas.

    See also: bricks


    -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ No newline at end of file diff --git a/magic/magic-docs/es_ES.UTF-8/html/puzzle.html b/magic/magic-docs/es_ES.UTF-8/html/puzzle.html index 423fabf70..9f5c4cc54 100644 --- a/magic/magic-docs/es_ES.UTF-8/html/puzzle.html +++ b/magic/magic-docs/es_ES.UTF-8/html/puzzle.html @@ -9,5 +9,5 @@ Adam Rakowski <foo-script@o2.pl>

    Slide parts of your picture around like a sliding puzzle.


    -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ No newline at end of file diff --git a/magic/magic-docs/es_ES.UTF-8/html/rails.html b/magic/magic-docs/es_ES.UTF-8/html/rails.html index 42f4c5388..4a84b96d9 100644 --- a/magic/magic-docs/es_ES.UTF-8/html/rails.html +++ b/magic/magic-docs/es_ES.UTF-8/html/rails.html @@ -12,5 +12,5 @@ Bill Kendrick <bill@newbreedsoftwa

    Draw connecting locomotive train rails on your picture.


    -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ No newline at end of file diff --git a/magic/magic-docs/es_ES.UTF-8/html/rain.html b/magic/magic-docs/es_ES.UTF-8/html/rain.html index 92d5f81d4..765348621 100644 --- a/magic/magic-docs/es_ES.UTF-8/html/rain.html +++ b/magic/magic-docs/es_ES.UTF-8/html/rain.html @@ -10,5 +10,5 @@ Andrew Corcoran <
    akanewbie@gmail.com

    Paint raindrops on your picture.

    See also: snow_ball snow_flake


    -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ No newline at end of file diff --git a/magic/magic-docs/es_ES.UTF-8/html/rainbow.html b/magic/magic-docs/es_ES.UTF-8/html/rainbow.html index f7e5630b0..8ab871cb7 100644 --- a/magic/magic-docs/es_ES.UTF-8/html/rainbow.html +++ b/magic/magic-docs/es_ES.UTF-8/html/rainbow.html @@ -10,5 +10,5 @@ Bill Kendrick <bill@newbreedsoftwa

    This is similar to the paint brush, but as you move the mouse around, it cycles through a spectrum of bright colors.

    See also: smooth_rainbow


    -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ No newline at end of file diff --git a/magic/magic-docs/es_ES.UTF-8/html/real_rainbow.html b/magic/magic-docs/es_ES.UTF-8/html/real_rainbow.html index d214962f4..258967c70 100644 --- a/magic/magic-docs/es_ES.UTF-8/html/real_rainbow.html +++ b/magic/magic-docs/es_ES.UTF-8/html/real_rainbow.html @@ -9,5 +9,5 @@ Bill Kendrick <bill@newbreedsoftware.com>

    Draw a transparent arc that looks like a real rainbow.


    -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ No newline at end of file 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 3081fdad2..031b660e6 100644 --- a/magic/magic-docs/es_ES.UTF-8/html/reflection.html +++ b/magic/magic-docs/es_ES.UTF-8/html/reflection.html @@ -9,5 +9,5 @@ Bill Kendrick <bill@newbreedsoftware.com>

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


    -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ No newline at end of file diff --git a/magic/magic-docs/es_ES.UTF-8/html/ripples.html b/magic/magic-docs/es_ES.UTF-8/html/ripples.html index 2e0d771ce..617b6151c 100644 --- a/magic/magic-docs/es_ES.UTF-8/html/ripples.html +++ b/magic/magic-docs/es_ES.UTF-8/html/ripples.html @@ -10,5 +10,5 @@ Bill Kendrick <bill@newbreedsoftwa

    Click in your picture to make water ripple distortions appear over it.

    See also: fisheye


    -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ No newline at end of file diff --git a/magic/magic-docs/es_ES.UTF-8/html/rosette.html b/magic/magic-docs/es_ES.UTF-8/html/rosette.html index 810fa0f0a..f26cad865 100644 --- a/magic/magic-docs/es_ES.UTF-8/html/rosette.html +++ b/magic/magic-docs/es_ES.UTF-8/html/rosette.html @@ -10,5 +10,5 @@ Adam Rakowski <foo-script@o2.pl>Draw three brushes at once, in a rosette shape.

    See also: kaleidoscope picasso


    -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ No newline at end of file diff --git a/magic/magic-docs/es_ES.UTF-8/html/roygbiv_rainbow.html b/magic/magic-docs/es_ES.UTF-8/html/roygbiv_rainbow.html index 482850185..d8cde385b 100644 --- a/magic/magic-docs/es_ES.UTF-8/html/roygbiv_rainbow.html +++ b/magic/magic-docs/es_ES.UTF-8/html/roygbiv_rainbow.html @@ -9,5 +9,5 @@ Bill Kendrick <bill@newbreedsoftware.com>

    Draw a rainbow arc of red, orange, yellow, green, blue, indigo and violet.


    -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ No newline at end of file diff --git a/magic/magic-docs/es_ES.UTF-8/html/sharpen.html b/magic/magic-docs/es_ES.UTF-8/html/sharpen.html index 6c077db79..28eaa0271 100644 --- a/magic/magic-docs/es_ES.UTF-8/html/sharpen.html +++ b/magic/magic-docs/es_ES.UTF-8/html/sharpen.html @@ -10,5 +10,5 @@ Andrew Corcoran <akanewbie@gmail.com

    Sharpen the focus of the picture.

    See also: blur


    -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ No newline at end of file diff --git a/magic/magic-docs/es_ES.UTF-8/html/shift.html b/magic/magic-docs/es_ES.UTF-8/html/shift.html index fdda5ecb0..2ea67b220 100644 --- a/magic/magic-docs/es_ES.UTF-8/html/shift.html +++ b/magic/magic-docs/es_ES.UTF-8/html/shift.html @@ -9,5 +9,5 @@ Bill Kendrick <bill@newbreedsoftware.com>

    This shifts your picture around the canvas. Anything that gets shifts off an edge reappears on the opposite edge.


    -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ No newline at end of file diff --git a/magic/magic-docs/es_ES.UTF-8/html/silhouette.html b/magic/magic-docs/es_ES.UTF-8/html/silhouette.html index bf51b978e..0013b0cb3 100644 --- a/magic/magic-docs/es_ES.UTF-8/html/silhouette.html +++ b/magic/magic-docs/es_ES.UTF-8/html/silhouette.html @@ -10,5 +10,5 @@ Andrew Corcoran <akanewbie@gmail.com

    Trace the edges in your picture, over a black background.

    See also: edges emboss


    -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ No newline at end of file diff --git a/magic/magic-docs/es_ES.UTF-8/html/smooth_rainbow.html b/magic/magic-docs/es_ES.UTF-8/html/smooth_rainbow.html index 9aca52358..b541ef8b3 100644 --- a/magic/magic-docs/es_ES.UTF-8/html/smooth_rainbow.html +++ b/magic/magic-docs/es_ES.UTF-8/html/smooth_rainbow.html @@ -10,5 +10,5 @@ Bill Kendrick <bill@newbreedsoftwa

    This is similar to Rainbow magic tool — as you move the mouse around, it cycles through a spectrum of colors — except the colors blend smoothly as you draw.

    See also: rainbow


    -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ No newline at end of file diff --git a/magic/magic-docs/es_ES.UTF-8/html/smudge.html b/magic/magic-docs/es_ES.UTF-8/html/smudge.html index 8de1f5b11..a4240c25f 100644 --- a/magic/magic-docs/es_ES.UTF-8/html/smudge.html +++ b/magic/magic-docs/es_ES.UTF-8/html/smudge.html @@ -10,5 +10,5 @@ Albert Cahalan <albert@users.sf.net&

    This pushes the colors around under the mouse, like finger painting with wet paint.

    See also: blur wet paint


    -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ No newline at end of file diff --git a/magic/magic-docs/es_ES.UTF-8/html/snow_ball.html b/magic/magic-docs/es_ES.UTF-8/html/snow_ball.html index d7f2ae6bf..13dd5be4f 100644 --- a/magic/magic-docs/es_ES.UTF-8/html/snow_ball.html +++ b/magic/magic-docs/es_ES.UTF-8/html/snow_ball.html @@ -10,5 +10,5 @@ Andrew Corcoran <akanewbie@gmail.com

    Fill the picture with snowballs.

    See also: rain snow_flake


    -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ No newline at end of file diff --git a/magic/magic-docs/es_ES.UTF-8/html/snow_flake.html b/magic/magic-docs/es_ES.UTF-8/html/snow_flake.html index f28c82bbd..99dcdce61 100644 --- a/magic/magic-docs/es_ES.UTF-8/html/snow_flake.html +++ b/magic/magic-docs/es_ES.UTF-8/html/snow_flake.html @@ -10,5 +10,5 @@ Andrew Corcoran <akanewbie@gmail.com

    Fill the picture with snowflakes.

    See also: rain snow_ball


    -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ No newline at end of file diff --git a/magic/magic-docs/es_ES.UTF-8/html/square_mosaic.html b/magic/magic-docs/es_ES.UTF-8/html/square_mosaic.html index 90dcd9cbb..24fcc60b4 100644 --- a/magic/magic-docs/es_ES.UTF-8/html/square_mosaic.html +++ b/magic/magic-docs/es_ES.UTF-8/html/square_mosaic.html @@ -10,5 +10,5 @@ Pere Pujal i Carabantes <pere@fornol.n

    Converts parts of your picture into a mosaic of square cells.

    See also: hexagon_mosaic irregular_mosaic mosaic


    -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ No newline at end of file diff --git a/magic/magic-docs/es_ES.UTF-8/html/stretch.html b/magic/magic-docs/es_ES.UTF-8/html/stretch.html index 269ca0275..56cdc2ccc 100644 --- a/magic/magic-docs/es_ES.UTF-8/html/stretch.html +++ b/magic/magic-docs/es_ES.UTF-8/html/stretch.html @@ -9,5 +9,5 @@ Bill Kendrick <bill@newbreedsoftware.com>

    Click and drag around to stretch and squish parts of the picture.


    -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ No newline at end of file diff --git a/magic/magic-docs/es_ES.UTF-8/html/string_corner.html b/magic/magic-docs/es_ES.UTF-8/html/string_corner.html index bd9e389ac..17a50d471 100644 --- a/magic/magic-docs/es_ES.UTF-8/html/string_corner.html +++ b/magic/magic-docs/es_ES.UTF-8/html/string_corner.html @@ -10,5 +10,5 @@ Pere Pujal i Carabantes <pere@fornol.n

    Draw V-shaped string art at right angles.

    See also: string_v string_edges


    -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ No newline at end of file diff --git a/magic/magic-docs/es_ES.UTF-8/html/string_edges.html b/magic/magic-docs/es_ES.UTF-8/html/string_edges.html index 3b8a83d19..a70bfeb09 100644 --- a/magic/magic-docs/es_ES.UTF-8/html/string_edges.html +++ b/magic/magic-docs/es_ES.UTF-8/html/string_edges.html @@ -10,5 +10,5 @@ Pere Pujal i Carabantes <pere@fornol.n

    Draw string art around the edges of your picture.

    See also: string_v string_corner


    -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ No newline at end of file diff --git a/magic/magic-docs/es_ES.UTF-8/html/string_v.html b/magic/magic-docs/es_ES.UTF-8/html/string_v.html index 8ad182fd3..06d41139c 100644 --- a/magic/magic-docs/es_ES.UTF-8/html/string_v.html +++ b/magic/magic-docs/es_ES.UTF-8/html/string_v.html @@ -10,5 +10,5 @@ Pere Pujal i Carabantes <pere@fornol.n

    Draw V-shaped string art at any angle.

    See also: string_corner string_edges


    -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ No newline at end of file diff --git a/magic/magic-docs/es_ES.UTF-8/html/symmetry_left_right.html b/magic/magic-docs/es_ES.UTF-8/html/symmetry_left_right.html index 5d09aa409..5a11aa227 100644 --- a/magic/magic-docs/es_ES.UTF-8/html/symmetry_left_right.html +++ b/magic/magic-docs/es_ES.UTF-8/html/symmetry_left_right.html @@ -10,5 +10,5 @@ Pere Pujal i Carabantes <pere@fornol.n

    Paint with relfective symmetry across the horizontal center of the image.

    See also: kaleidoscope pattern symmetry_up_down tiles


    -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ No newline at end of file diff --git a/magic/magic-docs/es_ES.UTF-8/html/symmetry_up_down.html b/magic/magic-docs/es_ES.UTF-8/html/symmetry_up_down.html index c159d9979..28cedd232 100644 --- a/magic/magic-docs/es_ES.UTF-8/html/symmetry_up_down.html +++ b/magic/magic-docs/es_ES.UTF-8/html/symmetry_up_down.html @@ -10,5 +10,5 @@ Pere Pujal i Carabantes <pere@fornol.n

    Paint with relfective symmetry across the vertical center of the image.

    See also: kaleidoscope pattern symmetry_left_right tiles


    -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ No newline at end of file diff --git a/magic/magic-docs/es_ES.UTF-8/html/tiles.html b/magic/magic-docs/es_ES.UTF-8/html/tiles.html index 2850644f4..0248a1fc3 100644 --- a/magic/magic-docs/es_ES.UTF-8/html/tiles.html +++ b/magic/magic-docs/es_ES.UTF-8/html/tiles.html @@ -10,5 +10,5 @@ Pere Pujal i Carabantes <pere@fornol.n

    Draws a symettric pattern around the picture.

    See also: pattern


    -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ No newline at end of file diff --git a/magic/magic-docs/es_ES.UTF-8/html/tint.html b/magic/magic-docs/es_ES.UTF-8/html/tint.html index 36459d8cc..80a096c4a 100644 --- a/magic/magic-docs/es_ES.UTF-8/html/tint.html +++ b/magic/magic-docs/es_ES.UTF-8/html/tint.html @@ -10,5 +10,5 @@ Bill Kendrick <bill@newbreedsoftwa

    This changes the color (or hue) of the parts of the picture to the selected color.

    See also: lighten darken


    -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ No newline at end of file diff --git a/magic/magic-docs/es_ES.UTF-8/html/toothpaste.html b/magic/magic-docs/es_ES.UTF-8/html/toothpaste.html index b092eee59..cf578cfa4 100644 --- a/magic/magic-docs/es_ES.UTF-8/html/toothpaste.html +++ b/magic/magic-docs/es_ES.UTF-8/html/toothpaste.html @@ -9,5 +9,5 @@ Andrew Corcoran <akanewbie@gmail.com>

    Paint thick blobs of color on your picture that look like toothpaste.


    -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ No newline at end of file diff --git a/magic/magic-docs/es_ES.UTF-8/html/tornado.html b/magic/magic-docs/es_ES.UTF-8/html/tornado.html index 49cf10316..c90f3a035 100644 --- a/magic/magic-docs/es_ES.UTF-8/html/tornado.html +++ b/magic/magic-docs/es_ES.UTF-8/html/tornado.html @@ -9,5 +9,5 @@ Pere Pujal i Carabantes <pere@fornol.no-ip.org>

    Draws a tornado effect onto the picture.


    -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ No newline at end of file diff --git a/magic/magic-docs/es_ES.UTF-8/html/tv.html b/magic/magic-docs/es_ES.UTF-8/html/tv.html index 0ccee183d..5bfc0c9ba 100644 --- a/magic/magic-docs/es_ES.UTF-8/html/tv.html +++ b/magic/magic-docs/es_ES.UTF-8/html/tv.html @@ -11,5 +11,5 @@ Bill Kendrick <bill@newbreedsoftwa

    Distort your picture so it looks like it's on a television (TV).


    -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ No newline at end of file diff --git a/magic/magic-docs/es_ES.UTF-8/html/wavelets.html b/magic/magic-docs/es_ES.UTF-8/html/wavelets.html index 24f88c921..62a15ae26 100644 --- a/magic/magic-docs/es_ES.UTF-8/html/wavelets.html +++ b/magic/magic-docs/es_ES.UTF-8/html/wavelets.html @@ -12,5 +12,5 @@ Adam Rakowski <
    foo-script@o2.pl>

    Click to make the entire picture wavy, up-and-down. Drag the mouse up and down to change the height of the ripples, and left and right to change the width. Release the mouse button when it looks the way you like it.

    See also: waves


    -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ No newline at end of file diff --git a/magic/magic-docs/es_ES.UTF-8/html/waves.html b/magic/magic-docs/es_ES.UTF-8/html/waves.html index a280e1b8b..d2fff4a03 100644 --- a/magic/magic-docs/es_ES.UTF-8/html/waves.html +++ b/magic/magic-docs/es_ES.UTF-8/html/waves.html @@ -10,5 +10,5 @@ Bill Kendrick <bill@newbreedsoftwa

    Click to make the entire picture wavy, side-to-side. Drag the mouse up and down to change the height of the ripples, and left and right to change the width. Release the mouse button when it looks the way you like it.

    See also: wavelets


    -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ No newline at end of file diff --git a/magic/magic-docs/es_ES.UTF-8/html/wet_paint.html b/magic/magic-docs/es_ES.UTF-8/html/wet_paint.html index c66934e1a..b9d238855 100644 --- a/magic/magic-docs/es_ES.UTF-8/html/wet_paint.html +++ b/magic/magic-docs/es_ES.UTF-8/html/wet_paint.html @@ -12,5 +12,5 @@ Bill Kendrick <bill@newbreedsoftwa

    This draws a light, smudgy coat of paint on the picture.

    See also: smudge


    -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ No newline at end of file diff --git a/magic/magic-docs/es_ES.UTF-8/html/xor_colors.html b/magic/magic-docs/es_ES.UTF-8/html/xor_colors.html index e919bbe22..7976b54ef 100644 --- a/magic/magic-docs/es_ES.UTF-8/html/xor_colors.html +++ b/magic/magic-docs/es_ES.UTF-8/html/xor_colors.html @@ -9,5 +9,5 @@ Lukasz Dmitrowski <lukasz.dmitrowski@gmail.com>

    Colors based on the position drawn on the picture.


    -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ No newline at end of file diff --git a/magic/magic-docs/es_ES.UTF-8/html/zoom.html b/magic/magic-docs/es_ES.UTF-8/html/zoom.html index 8efbf5956..d012d9b19 100644 --- a/magic/magic-docs/es_ES.UTF-8/html/zoom.html +++ b/magic/magic-docs/es_ES.UTF-8/html/zoom.html @@ -9,5 +9,5 @@ Pere Pujal i Carabantes <pere@fornol.no-ip.org>

    Click and drag up to zoom in, or down to zoom out.


    -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ 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 b60e1493a..228bb3539 100644 --- a/magic/magic-docs/es_ES.UTF-8/index.txt +++ b/magic/magic-docs/es_ES.UTF-8/index.txt @@ -99,4 +99,4 @@ Artistic ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/es_ES.UTF-8/irregular_mosaic.txt b/magic/magic-docs/es_ES.UTF-8/irregular_mosaic.txt index df61e0c36..7cdf472ec 100644 --- a/magic/magic-docs/es_ES.UTF-8/irregular_mosaic.txt +++ b/magic/magic-docs/es_ES.UTF-8/irregular_mosaic.txt @@ -10,4 +10,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/es_ES.UTF-8/kaleidoscope.txt b/magic/magic-docs/es_ES.UTF-8/kaleidoscope.txt index 5972b04da..71aaea6ea 100644 --- a/magic/magic-docs/es_ES.UTF-8/kaleidoscope.txt +++ b/magic/magic-docs/es_ES.UTF-8/kaleidoscope.txt @@ -12,4 +12,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/es_ES.UTF-8/light.txt b/magic/magic-docs/es_ES.UTF-8/light.txt index 13f2450fc..0679d08d0 100644 --- a/magic/magic-docs/es_ES.UTF-8/light.txt +++ b/magic/magic-docs/es_ES.UTF-8/light.txt @@ -9,4 +9,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/es_ES.UTF-8/lighten.txt b/magic/magic-docs/es_ES.UTF-8/lighten.txt index de8ba5058..1b44d8a8d 100644 --- a/magic/magic-docs/es_ES.UTF-8/lighten.txt +++ b/magic/magic-docs/es_ES.UTF-8/lighten.txt @@ -11,4 +11,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/es_ES.UTF-8/lightning.txt b/magic/magic-docs/es_ES.UTF-8/lightning.txt index 6e84edcc7..5cd8ac8b1 100644 --- a/magic/magic-docs/es_ES.UTF-8/lightning.txt +++ b/magic/magic-docs/es_ES.UTF-8/lightning.txt @@ -8,4 +8,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/es_ES.UTF-8/metal_paint.txt b/magic/magic-docs/es_ES.UTF-8/metal_paint.txt index 9519578a4..d44b109b4 100644 --- a/magic/magic-docs/es_ES.UTF-8/metal_paint.txt +++ b/magic/magic-docs/es_ES.UTF-8/metal_paint.txt @@ -8,4 +8,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/es_ES.UTF-8/mirror.txt b/magic/magic-docs/es_ES.UTF-8/mirror.txt index b1ff713cf..2ac5345d4 100644 --- a/magic/magic-docs/es_ES.UTF-8/mirror.txt +++ b/magic/magic-docs/es_ES.UTF-8/mirror.txt @@ -12,4 +12,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/es_ES.UTF-8/mosaic.txt b/magic/magic-docs/es_ES.UTF-8/mosaic.txt index 5f6a5cc32..309844745 100644 --- a/magic/magic-docs/es_ES.UTF-8/mosaic.txt +++ b/magic/magic-docs/es_ES.UTF-8/mosaic.txt @@ -11,4 +11,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/es_ES.UTF-8/negative.txt b/magic/magic-docs/es_ES.UTF-8/negative.txt index cd856418d..2a5fda7a4 100644 --- a/magic/magic-docs/es_ES.UTF-8/negative.txt +++ b/magic/magic-docs/es_ES.UTF-8/negative.txt @@ -10,4 +10,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/es_ES.UTF-8/noise.txt b/magic/magic-docs/es_ES.UTF-8/noise.txt index 0bb5365df..d35c03708 100644 --- a/magic/magic-docs/es_ES.UTF-8/noise.txt +++ b/magic/magic-docs/es_ES.UTF-8/noise.txt @@ -8,4 +8,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/es_ES.UTF-8/opposite.txt b/magic/magic-docs/es_ES.UTF-8/opposite.txt index a80fa8917..52c1c400e 100644 --- a/magic/magic-docs/es_ES.UTF-8/opposite.txt +++ b/magic/magic-docs/es_ES.UTF-8/opposite.txt @@ -11,4 +11,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/es_ES.UTF-8/panels.txt b/magic/magic-docs/es_ES.UTF-8/panels.txt index 6f81a9d5e..c8371ad7f 100644 --- a/magic/magic-docs/es_ES.UTF-8/panels.txt +++ b/magic/magic-docs/es_ES.UTF-8/panels.txt @@ -9,4 +9,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/es_ES.UTF-8/pattern.txt b/magic/magic-docs/es_ES.UTF-8/pattern.txt index 3eb09489f..d6d12a503 100644 --- a/magic/magic-docs/es_ES.UTF-8/pattern.txt +++ b/magic/magic-docs/es_ES.UTF-8/pattern.txt @@ -10,4 +10,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/es_ES.UTF-8/perspective.txt b/magic/magic-docs/es_ES.UTF-8/perspective.txt index ff5e4513a..0489c4655 100644 --- a/magic/magic-docs/es_ES.UTF-8/perspective.txt +++ b/magic/magic-docs/es_ES.UTF-8/perspective.txt @@ -8,4 +8,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/es_ES.UTF-8/picasso.txt b/magic/magic-docs/es_ES.UTF-8/picasso.txt index d6a5aa04a..079b75eba 100644 --- a/magic/magic-docs/es_ES.UTF-8/picasso.txt +++ b/magic/magic-docs/es_ES.UTF-8/picasso.txt @@ -10,4 +10,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/es_ES.UTF-8/pixels.txt b/magic/magic-docs/es_ES.UTF-8/pixels.txt index 199ff355c..025d98f12 100644 --- a/magic/magic-docs/es_ES.UTF-8/pixels.txt +++ b/magic/magic-docs/es_ES.UTF-8/pixels.txt @@ -10,4 +10,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/es_ES.UTF-8/puzzle.txt b/magic/magic-docs/es_ES.UTF-8/puzzle.txt index e17dcea1d..d4daa9cd6 100644 --- a/magic/magic-docs/es_ES.UTF-8/puzzle.txt +++ b/magic/magic-docs/es_ES.UTF-8/puzzle.txt @@ -8,4 +8,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/es_ES.UTF-8/rails.txt b/magic/magic-docs/es_ES.UTF-8/rails.txt index a7abe8c3d..8b90d8751 100644 --- a/magic/magic-docs/es_ES.UTF-8/rails.txt +++ b/magic/magic-docs/es_ES.UTF-8/rails.txt @@ -10,4 +10,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/es_ES.UTF-8/rain.txt b/magic/magic-docs/es_ES.UTF-8/rain.txt index 0baf77765..f5bafc869 100644 --- a/magic/magic-docs/es_ES.UTF-8/rain.txt +++ b/magic/magic-docs/es_ES.UTF-8/rain.txt @@ -10,4 +10,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/es_ES.UTF-8/rainbow.txt b/magic/magic-docs/es_ES.UTF-8/rainbow.txt index 52fbdeca1..eb44e0b11 100644 --- a/magic/magic-docs/es_ES.UTF-8/rainbow.txt +++ b/magic/magic-docs/es_ES.UTF-8/rainbow.txt @@ -11,4 +11,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/es_ES.UTF-8/real_rainbow.txt b/magic/magic-docs/es_ES.UTF-8/real_rainbow.txt index b9f6920c1..e930d39cd 100644 --- a/magic/magic-docs/es_ES.UTF-8/real_rainbow.txt +++ b/magic/magic-docs/es_ES.UTF-8/real_rainbow.txt @@ -8,4 +8,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/es_ES.UTF-8/reflection.txt b/magic/magic-docs/es_ES.UTF-8/reflection.txt index a17c27409..a7de381cf 100644 --- a/magic/magic-docs/es_ES.UTF-8/reflection.txt +++ b/magic/magic-docs/es_ES.UTF-8/reflection.txt @@ -9,4 +9,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/es_ES.UTF-8/ripples.txt b/magic/magic-docs/es_ES.UTF-8/ripples.txt index 89eb7d0e4..127476b7d 100644 --- a/magic/magic-docs/es_ES.UTF-8/ripples.txt +++ b/magic/magic-docs/es_ES.UTF-8/ripples.txt @@ -10,4 +10,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/es_ES.UTF-8/rosette.txt b/magic/magic-docs/es_ES.UTF-8/rosette.txt index 144277d2a..8ced78417 100644 --- a/magic/magic-docs/es_ES.UTF-8/rosette.txt +++ b/magic/magic-docs/es_ES.UTF-8/rosette.txt @@ -10,4 +10,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/es_ES.UTF-8/roygbiv_rainbow.txt b/magic/magic-docs/es_ES.UTF-8/roygbiv_rainbow.txt index e28fd428c..aebc9d395 100644 --- a/magic/magic-docs/es_ES.UTF-8/roygbiv_rainbow.txt +++ b/magic/magic-docs/es_ES.UTF-8/roygbiv_rainbow.txt @@ -8,4 +8,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/es_ES.UTF-8/sharpen.txt b/magic/magic-docs/es_ES.UTF-8/sharpen.txt index 0a6d24509..26b10a5a3 100644 --- a/magic/magic-docs/es_ES.UTF-8/sharpen.txt +++ b/magic/magic-docs/es_ES.UTF-8/sharpen.txt @@ -10,4 +10,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/es_ES.UTF-8/shift.txt b/magic/magic-docs/es_ES.UTF-8/shift.txt index 591dd1189..05151d31d 100644 --- a/magic/magic-docs/es_ES.UTF-8/shift.txt +++ b/magic/magic-docs/es_ES.UTF-8/shift.txt @@ -9,4 +9,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/es_ES.UTF-8/silhouette.txt b/magic/magic-docs/es_ES.UTF-8/silhouette.txt index 12de2c4ac..4e365f2f3 100644 --- a/magic/magic-docs/es_ES.UTF-8/silhouette.txt +++ b/magic/magic-docs/es_ES.UTF-8/silhouette.txt @@ -10,4 +10,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/es_ES.UTF-8/smooth_rainbow.txt b/magic/magic-docs/es_ES.UTF-8/smooth_rainbow.txt index aafdce73b..a3a6b7c00 100644 --- a/magic/magic-docs/es_ES.UTF-8/smooth_rainbow.txt +++ b/magic/magic-docs/es_ES.UTF-8/smooth_rainbow.txt @@ -12,4 +12,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/es_ES.UTF-8/smudge.txt b/magic/magic-docs/es_ES.UTF-8/smudge.txt index 35c2560fc..5243508a5 100644 --- a/magic/magic-docs/es_ES.UTF-8/smudge.txt +++ b/magic/magic-docs/es_ES.UTF-8/smudge.txt @@ -11,4 +11,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/es_ES.UTF-8/snow_ball.txt b/magic/magic-docs/es_ES.UTF-8/snow_ball.txt index 7ff22c178..3bd687d98 100644 --- a/magic/magic-docs/es_ES.UTF-8/snow_ball.txt +++ b/magic/magic-docs/es_ES.UTF-8/snow_ball.txt @@ -10,4 +10,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/es_ES.UTF-8/snow_flake.txt b/magic/magic-docs/es_ES.UTF-8/snow_flake.txt index e471d5beb..03aab6d9f 100644 --- a/magic/magic-docs/es_ES.UTF-8/snow_flake.txt +++ b/magic/magic-docs/es_ES.UTF-8/snow_flake.txt @@ -10,4 +10,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/es_ES.UTF-8/square_mosaic.txt b/magic/magic-docs/es_ES.UTF-8/square_mosaic.txt index 08ebff479..0937feec6 100644 --- a/magic/magic-docs/es_ES.UTF-8/square_mosaic.txt +++ b/magic/magic-docs/es_ES.UTF-8/square_mosaic.txt @@ -10,4 +10,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/es_ES.UTF-8/stretch.txt b/magic/magic-docs/es_ES.UTF-8/stretch.txt index 89e551a87..a9e790b76 100644 --- a/magic/magic-docs/es_ES.UTF-8/stretch.txt +++ b/magic/magic-docs/es_ES.UTF-8/stretch.txt @@ -8,4 +8,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/es_ES.UTF-8/string_corner.txt b/magic/magic-docs/es_ES.UTF-8/string_corner.txt index 9979415dd..380b7bd5d 100644 --- a/magic/magic-docs/es_ES.UTF-8/string_corner.txt +++ b/magic/magic-docs/es_ES.UTF-8/string_corner.txt @@ -10,4 +10,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/es_ES.UTF-8/string_edges.txt b/magic/magic-docs/es_ES.UTF-8/string_edges.txt index dd7a69be3..2a7064d86 100644 --- a/magic/magic-docs/es_ES.UTF-8/string_edges.txt +++ b/magic/magic-docs/es_ES.UTF-8/string_edges.txt @@ -10,4 +10,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/es_ES.UTF-8/string_v.txt b/magic/magic-docs/es_ES.UTF-8/string_v.txt index d3ff5a741..df6df0848 100644 --- a/magic/magic-docs/es_ES.UTF-8/string_v.txt +++ b/magic/magic-docs/es_ES.UTF-8/string_v.txt @@ -10,4 +10,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/es_ES.UTF-8/symmetry_left_right.txt b/magic/magic-docs/es_ES.UTF-8/symmetry_left_right.txt index 807bfe5a5..74f34a3fd 100644 --- a/magic/magic-docs/es_ES.UTF-8/symmetry_left_right.txt +++ b/magic/magic-docs/es_ES.UTF-8/symmetry_left_right.txt @@ -10,4 +10,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/es_ES.UTF-8/symmetry_up_down.txt b/magic/magic-docs/es_ES.UTF-8/symmetry_up_down.txt index d711cac39..12b23f09f 100644 --- a/magic/magic-docs/es_ES.UTF-8/symmetry_up_down.txt +++ b/magic/magic-docs/es_ES.UTF-8/symmetry_up_down.txt @@ -10,4 +10,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/es_ES.UTF-8/tiles.txt b/magic/magic-docs/es_ES.UTF-8/tiles.txt index 2b44c578a..2257918a6 100644 --- a/magic/magic-docs/es_ES.UTF-8/tiles.txt +++ b/magic/magic-docs/es_ES.UTF-8/tiles.txt @@ -10,4 +10,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/es_ES.UTF-8/tint.txt b/magic/magic-docs/es_ES.UTF-8/tint.txt index bdb335298..5e059b3ec 100644 --- a/magic/magic-docs/es_ES.UTF-8/tint.txt +++ b/magic/magic-docs/es_ES.UTF-8/tint.txt @@ -11,4 +11,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/es_ES.UTF-8/toothpaste.txt b/magic/magic-docs/es_ES.UTF-8/toothpaste.txt index fad0ba3cb..76be31790 100644 --- a/magic/magic-docs/es_ES.UTF-8/toothpaste.txt +++ b/magic/magic-docs/es_ES.UTF-8/toothpaste.txt @@ -8,4 +8,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/es_ES.UTF-8/tornado.txt b/magic/magic-docs/es_ES.UTF-8/tornado.txt index 80827b955..01855aec1 100644 --- a/magic/magic-docs/es_ES.UTF-8/tornado.txt +++ b/magic/magic-docs/es_ES.UTF-8/tornado.txt @@ -8,4 +8,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/es_ES.UTF-8/tv.txt b/magic/magic-docs/es_ES.UTF-8/tv.txt index a80fb18d9..ff05637af 100644 --- a/magic/magic-docs/es_ES.UTF-8/tv.txt +++ b/magic/magic-docs/es_ES.UTF-8/tv.txt @@ -9,4 +9,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/es_ES.UTF-8/wavelets.txt b/magic/magic-docs/es_ES.UTF-8/wavelets.txt index 149aa64a3..2b06d052e 100644 --- a/magic/magic-docs/es_ES.UTF-8/wavelets.txt +++ b/magic/magic-docs/es_ES.UTF-8/wavelets.txt @@ -13,4 +13,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/es_ES.UTF-8/waves.txt b/magic/magic-docs/es_ES.UTF-8/waves.txt index 38a9be189..835094418 100644 --- a/magic/magic-docs/es_ES.UTF-8/waves.txt +++ b/magic/magic-docs/es_ES.UTF-8/waves.txt @@ -12,4 +12,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/es_ES.UTF-8/wet_paint.txt b/magic/magic-docs/es_ES.UTF-8/wet_paint.txt index 052be4744..fb12192b5 100644 --- a/magic/magic-docs/es_ES.UTF-8/wet_paint.txt +++ b/magic/magic-docs/es_ES.UTF-8/wet_paint.txt @@ -11,4 +11,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/es_ES.UTF-8/xor_colors.txt b/magic/magic-docs/es_ES.UTF-8/xor_colors.txt index fcb96fe52..8dc04911e 100644 --- a/magic/magic-docs/es_ES.UTF-8/xor_colors.txt +++ b/magic/magic-docs/es_ES.UTF-8/xor_colors.txt @@ -8,4 +8,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/es_ES.UTF-8/zoom.txt b/magic/magic-docs/es_ES.UTF-8/zoom.txt index 229e260a4..2d56c7f55 100644 --- a/magic/magic-docs/es_ES.UTF-8/zoom.txt +++ b/magic/magic-docs/es_ES.UTF-8/zoom.txt @@ -8,4 +8,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/fr_FR.UTF-8/blinds.txt b/magic/magic-docs/fr_FR.UTF-8/blinds.txt index 4da2fd9f0..7c3837c6a 100644 --- a/magic/magic-docs/fr_FR.UTF-8/blinds.txt +++ b/magic/magic-docs/fr_FR.UTF-8/blinds.txt @@ -9,4 +9,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/fr_FR.UTF-8/blocks.txt b/magic/magic-docs/fr_FR.UTF-8/blocks.txt index d4e9bd0e2..5e008f352 100644 --- a/magic/magic-docs/fr_FR.UTF-8/blocks.txt +++ b/magic/magic-docs/fr_FR.UTF-8/blocks.txt @@ -10,4 +10,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/fr_FR.UTF-8/blur.txt b/magic/magic-docs/fr_FR.UTF-8/blur.txt index 96831a096..654c35fe2 100644 --- a/magic/magic-docs/fr_FR.UTF-8/blur.txt +++ b/magic/magic-docs/fr_FR.UTF-8/blur.txt @@ -11,4 +11,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/fr_FR.UTF-8/bricks.txt b/magic/magic-docs/fr_FR.UTF-8/bricks.txt index cd7b84637..383e7a461 100644 --- a/magic/magic-docs/fr_FR.UTF-8/bricks.txt +++ b/magic/magic-docs/fr_FR.UTF-8/bricks.txt @@ -12,4 +12,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/fr_FR.UTF-8/calligraphy.txt b/magic/magic-docs/fr_FR.UTF-8/calligraphy.txt index 000e8decd..be3eb0a5e 100644 --- a/magic/magic-docs/fr_FR.UTF-8/calligraphy.txt +++ b/magic/magic-docs/fr_FR.UTF-8/calligraphy.txt @@ -9,4 +9,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/fr_FR.UTF-8/cartoon.txt b/magic/magic-docs/fr_FR.UTF-8/cartoon.txt index 1ccc20fe0..7c943d4c2 100644 --- a/magic/magic-docs/fr_FR.UTF-8/cartoon.txt +++ b/magic/magic-docs/fr_FR.UTF-8/cartoon.txt @@ -9,4 +9,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/fr_FR.UTF-8/chalk.txt b/magic/magic-docs/fr_FR.UTF-8/chalk.txt index 8508ea6a1..8c197e259 100644 --- a/magic/magic-docs/fr_FR.UTF-8/chalk.txt +++ b/magic/magic-docs/fr_FR.UTF-8/chalk.txt @@ -9,4 +9,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/fr_FR.UTF-8/checkerboard.txt b/magic/magic-docs/fr_FR.UTF-8/checkerboard.txt index fd472cf2c..9c5c41222 100644 --- a/magic/magic-docs/fr_FR.UTF-8/checkerboard.txt +++ b/magic/magic-docs/fr_FR.UTF-8/checkerboard.txt @@ -9,4 +9,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/fr_FR.UTF-8/clone.txt b/magic/magic-docs/fr_FR.UTF-8/clone.txt index bfdd6c575..3565bcc9d 100644 --- a/magic/magic-docs/fr_FR.UTF-8/clone.txt +++ b/magic/magic-docs/fr_FR.UTF-8/clone.txt @@ -10,4 +10,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/fr_FR.UTF-8/color_and_white.txt b/magic/magic-docs/fr_FR.UTF-8/color_and_white.txt index d1b6ee22e..b9fcba633 100644 --- a/magic/magic-docs/fr_FR.UTF-8/color_and_white.txt +++ b/magic/magic-docs/fr_FR.UTF-8/color_and_white.txt @@ -10,4 +10,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/fr_FR.UTF-8/color_shift.txt b/magic/magic-docs/fr_FR.UTF-8/color_shift.txt index 2a506656a..8cea08043 100644 --- a/magic/magic-docs/fr_FR.UTF-8/color_shift.txt +++ b/magic/magic-docs/fr_FR.UTF-8/color_shift.txt @@ -8,4 +8,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/fr_FR.UTF-8/confetti.txt b/magic/magic-docs/fr_FR.UTF-8/confetti.txt index 3f94e6d58..2e4cd9303 100644 --- a/magic/magic-docs/fr_FR.UTF-8/confetti.txt +++ b/magic/magic-docs/fr_FR.UTF-8/confetti.txt @@ -8,4 +8,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/fr_FR.UTF-8/darken.txt b/magic/magic-docs/fr_FR.UTF-8/darken.txt index c7dba87d9..34e0f3c19 100644 --- a/magic/magic-docs/fr_FR.UTF-8/darken.txt +++ b/magic/magic-docs/fr_FR.UTF-8/darken.txt @@ -11,4 +11,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/fr_FR.UTF-8/distortion.txt b/magic/magic-docs/fr_FR.UTF-8/distortion.txt index 630faa47d..41e3626e6 100644 --- a/magic/magic-docs/fr_FR.UTF-8/distortion.txt +++ b/magic/magic-docs/fr_FR.UTF-8/distortion.txt @@ -8,4 +8,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/fr_FR.UTF-8/drip.txt b/magic/magic-docs/fr_FR.UTF-8/drip.txt index cbd95893b..23d674ae1 100644 --- a/magic/magic-docs/fr_FR.UTF-8/drip.txt +++ b/magic/magic-docs/fr_FR.UTF-8/drip.txt @@ -8,4 +8,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/fr_FR.UTF-8/edges.txt b/magic/magic-docs/fr_FR.UTF-8/edges.txt index 30f1b9707..777ed5f0f 100644 --- a/magic/magic-docs/fr_FR.UTF-8/edges.txt +++ b/magic/magic-docs/fr_FR.UTF-8/edges.txt @@ -10,4 +10,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/fr_FR.UTF-8/emboss.txt b/magic/magic-docs/fr_FR.UTF-8/emboss.txt index 47eff7f9d..b26d29fa8 100644 --- a/magic/magic-docs/fr_FR.UTF-8/emboss.txt +++ b/magic/magic-docs/fr_FR.UTF-8/emboss.txt @@ -12,4 +12,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/fr_FR.UTF-8/fisheye.txt b/magic/magic-docs/fr_FR.UTF-8/fisheye.txt index 258acd904..c98e3e532 100644 --- a/magic/magic-docs/fr_FR.UTF-8/fisheye.txt +++ b/magic/magic-docs/fr_FR.UTF-8/fisheye.txt @@ -10,4 +10,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/fr_FR.UTF-8/flip.txt b/magic/magic-docs/fr_FR.UTF-8/flip.txt index 7813f2cc6..7f5058582 100644 --- a/magic/magic-docs/fr_FR.UTF-8/flip.txt +++ b/magic/magic-docs/fr_FR.UTF-8/flip.txt @@ -11,4 +11,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/fr_FR.UTF-8/flower.txt b/magic/magic-docs/fr_FR.UTF-8/flower.txt index dcfe55fb8..aa2f52af7 100644 --- a/magic/magic-docs/fr_FR.UTF-8/flower.txt +++ b/magic/magic-docs/fr_FR.UTF-8/flower.txt @@ -14,4 +14,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/fr_FR.UTF-8/foam.txt b/magic/magic-docs/fr_FR.UTF-8/foam.txt index 1ea6221c7..3f25a9bc5 100644 --- a/magic/magic-docs/fr_FR.UTF-8/foam.txt +++ b/magic/magic-docs/fr_FR.UTF-8/foam.txt @@ -10,4 +10,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/fr_FR.UTF-8/fold.txt b/magic/magic-docs/fr_FR.UTF-8/fold.txt index 6ba35c2d4..9f671cb00 100644 --- a/magic/magic-docs/fr_FR.UTF-8/fold.txt +++ b/magic/magic-docs/fr_FR.UTF-8/fold.txt @@ -11,4 +11,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/fr_FR.UTF-8/fretwork.txt b/magic/magic-docs/fr_FR.UTF-8/fretwork.txt index 9e0c00fa4..ba1bc2b50 100644 --- a/magic/magic-docs/fr_FR.UTF-8/fretwork.txt +++ b/magic/magic-docs/fr_FR.UTF-8/fretwork.txt @@ -8,4 +8,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/fr_FR.UTF-8/glass_tile.txt b/magic/magic-docs/fr_FR.UTF-8/glass_tile.txt index eb44763d4..4a33bf052 100644 --- a/magic/magic-docs/fr_FR.UTF-8/glass_tile.txt +++ b/magic/magic-docs/fr_FR.UTF-8/glass_tile.txt @@ -9,4 +9,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/fr_FR.UTF-8/grass.txt b/magic/magic-docs/fr_FR.UTF-8/grass.txt index 8b4fbc84f..2755ab637 100644 --- a/magic/magic-docs/fr_FR.UTF-8/grass.txt +++ b/magic/magic-docs/fr_FR.UTF-8/grass.txt @@ -12,4 +12,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/fr_FR.UTF-8/halftone.txt b/magic/magic-docs/fr_FR.UTF-8/halftone.txt index c7f645d81..055bb5550 100644 --- a/magic/magic-docs/fr_FR.UTF-8/halftone.txt +++ b/magic/magic-docs/fr_FR.UTF-8/halftone.txt @@ -10,4 +10,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/fr_FR.UTF-8/hexagon_mosaic.txt b/magic/magic-docs/fr_FR.UTF-8/hexagon_mosaic.txt index 6f3b306a1..578b10342 100644 --- a/magic/magic-docs/fr_FR.UTF-8/hexagon_mosaic.txt +++ b/magic/magic-docs/fr_FR.UTF-8/hexagon_mosaic.txt @@ -10,4 +10,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/fr_FR.UTF-8/html/blinds.html b/magic/magic-docs/fr_FR.UTF-8/html/blinds.html index 0d448a017..74bd36be5 100644 --- a/magic/magic-docs/fr_FR.UTF-8/html/blinds.html +++ b/magic/magic-docs/fr_FR.UTF-8/html/blinds.html @@ -9,5 +9,5 @@ Pere Pujal i Carabantes <pere@fornol.no-ip.org>

    Click towards the edge of your picture to pull window blinds over it. Move perpendicularly to open or close the blinds.


    -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ No newline at end of file diff --git a/magic/magic-docs/fr_FR.UTF-8/html/blocks.html b/magic/magic-docs/fr_FR.UTF-8/html/blocks.html index c6e2ee1e6..dba80112b 100644 --- a/magic/magic-docs/fr_FR.UTF-8/html/blocks.html +++ b/magic/magic-docs/fr_FR.UTF-8/html/blocks.html @@ -11,5 +11,5 @@ Albert Cahalan <albert@users.sf.net&

    This makes the picture blocky looking ("pixelated") wherever you drag the mouse.


    -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ No newline at end of file diff --git a/magic/magic-docs/fr_FR.UTF-8/html/blur.html b/magic/magic-docs/fr_FR.UTF-8/html/blur.html index cd1194b46..491db7d25 100644 --- a/magic/magic-docs/fr_FR.UTF-8/html/blur.html +++ b/magic/magic-docs/fr_FR.UTF-8/html/blur.html @@ -12,5 +12,5 @@ Albert Cahalan <albert@users.sf.net&

    This makes the picture fuzzy wherever you drag the mouse.

    See also: sharpen smudge


    -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ No newline at end of file diff --git a/magic/magic-docs/fr_FR.UTF-8/html/bricks.html b/magic/magic-docs/fr_FR.UTF-8/html/bricks.html index 91dc40210..757c311a8 100644 --- a/magic/magic-docs/fr_FR.UTF-8/html/bricks.html +++ b/magic/magic-docs/fr_FR.UTF-8/html/bricks.html @@ -10,5 +10,5 @@ Albert Cahalan <albert@users.sf.net&

    These two tools intelligently paint large and small brick patterns on the canvas. The bricks can be tinted various redish hues by selecting different colors in the color palette.

    See also: pixels


    -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ No newline at end of file diff --git a/magic/magic-docs/fr_FR.UTF-8/html/calligraphy.html b/magic/magic-docs/fr_FR.UTF-8/html/calligraphy.html index 17856f692..805c41e11 100644 --- a/magic/magic-docs/fr_FR.UTF-8/html/calligraphy.html +++ b/magic/magic-docs/fr_FR.UTF-8/html/calligraphy.html @@ -9,5 +9,5 @@ Bill Kendrick <bill@newbreedsoftware.com>

    This paints on the canvas with a calligraphy pen. The quicker you move, the thinner the lines.


    -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ No newline at end of file diff --git a/magic/magic-docs/fr_FR.UTF-8/html/cartoon.html b/magic/magic-docs/fr_FR.UTF-8/html/cartoon.html index 9e1e1fd6c..4962d9d36 100644 --- a/magic/magic-docs/fr_FR.UTF-8/html/cartoon.html +++ b/magic/magic-docs/fr_FR.UTF-8/html/cartoon.html @@ -9,5 +9,5 @@ Bill Kendrick <bill@newbreedsoftware.com>

    This makes the picture look like a cartoon — with thick outlines and bright, solid colors — wherever you move the mouse.


    -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ No newline at end of file diff --git a/magic/magic-docs/fr_FR.UTF-8/html/chalk.html b/magic/magic-docs/fr_FR.UTF-8/html/chalk.html index f943e81ab..ea9e7a6fc 100644 --- a/magic/magic-docs/fr_FR.UTF-8/html/chalk.html +++ b/magic/magic-docs/fr_FR.UTF-8/html/chalk.html @@ -9,5 +9,5 @@ Bill Kendrick <bill@newbreedsoftware.com>

    This makes parts of the picture (where you move the mouse) look like a chalk drawing.


    -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ No newline at end of file diff --git a/magic/magic-docs/fr_FR.UTF-8/html/checkerboard.html b/magic/magic-docs/fr_FR.UTF-8/html/checkerboard.html index 5a463f0a7..c5d0d67ec 100644 --- a/magic/magic-docs/fr_FR.UTF-8/html/checkerboard.html +++ b/magic/magic-docs/fr_FR.UTF-8/html/checkerboard.html @@ -9,5 +9,5 @@ Bill Kendrick <bill@newbreedsoftware.com>

    This covers the entire canvas with a checkboard pattern using the current color. Drag to change the size of the squares.


    -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ No newline at end of file diff --git a/magic/magic-docs/fr_FR.UTF-8/html/clone.html b/magic/magic-docs/fr_FR.UTF-8/html/clone.html index bf1c60b24..52ff9c3f1 100644 --- a/magic/magic-docs/fr_FR.UTF-8/html/clone.html +++ b/magic/magic-docs/fr_FR.UTF-8/html/clone.html @@ -9,5 +9,5 @@ Bill Kendrick <bill@newbreedsoftware.com>

    Clone (copy, via painting) part of the picture. Click ones to choose the source, then click and drag to clone it elsewhere in the drawing. Once you release, click to choose another source and start again.


    -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ No newline at end of file diff --git a/magic/magic-docs/fr_FR.UTF-8/html/color_and_white.html b/magic/magic-docs/fr_FR.UTF-8/html/color_and_white.html index 02f49320b..f0eff5c6b 100644 --- a/magic/magic-docs/fr_FR.UTF-8/html/color_and_white.html +++ b/magic/magic-docs/fr_FR.UTF-8/html/color_and_white.html @@ -9,5 +9,5 @@ Andrew Corcoran <akanewbie@gmail.com>

    This makes parts of your picture two colors: white, and the color chosen in the palette. (i.e., if you choose black, you'll get a black and white picture).


    -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ No newline at end of file diff --git a/magic/magic-docs/fr_FR.UTF-8/html/color_shift.html b/magic/magic-docs/fr_FR.UTF-8/html/color_shift.html index 4e1ab051f..768830bf4 100644 --- a/magic/magic-docs/fr_FR.UTF-8/html/color_shift.html +++ b/magic/magic-docs/fr_FR.UTF-8/html/color_shift.html @@ -9,5 +9,5 @@ Andrew Corcoran <akanewbie@gmail.com>

    This shifts the colors in your picture.


    -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ No newline at end of file diff --git a/magic/magic-docs/fr_FR.UTF-8/html/confetti.html b/magic/magic-docs/fr_FR.UTF-8/html/confetti.html index 281b47714..77fbb8b3c 100644 --- a/magic/magic-docs/fr_FR.UTF-8/html/confetti.html +++ b/magic/magic-docs/fr_FR.UTF-8/html/confetti.html @@ -9,5 +9,5 @@ Adam Rakowski <foo-script@o2.pl>

    Throw confetti around your picture!


    -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ No newline at end of file diff --git a/magic/magic-docs/fr_FR.UTF-8/html/darken.html b/magic/magic-docs/fr_FR.UTF-8/html/darken.html index 64effb162..877049615 100644 --- a/magic/magic-docs/fr_FR.UTF-8/html/darken.html +++ b/magic/magic-docs/fr_FR.UTF-8/html/darken.html @@ -10,5 +10,5 @@ Bill Kendrick <bill@newbreedsoftwa

    This dakrens the colors wherever you drag the mouse. (Do it to the same spot many times, and it will eventually become black.)

    See also: lighten tint


    -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ No newline at end of file diff --git a/magic/magic-docs/fr_FR.UTF-8/html/distortion.html b/magic/magic-docs/fr_FR.UTF-8/html/distortion.html index 656ecf743..31264cdc4 100644 --- a/magic/magic-docs/fr_FR.UTF-8/html/distortion.html +++ b/magic/magic-docs/fr_FR.UTF-8/html/distortion.html @@ -9,5 +9,5 @@ Bill Kendrick <bill@newbreedsoftware.com>

    This slightly distorts the picture wherever you move the mouse.


    -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ No newline at end of file diff --git a/magic/magic-docs/fr_FR.UTF-8/html/drip.html b/magic/magic-docs/fr_FR.UTF-8/html/drip.html index 562ff27e2..672d8766b 100644 --- a/magic/magic-docs/fr_FR.UTF-8/html/drip.html +++ b/magic/magic-docs/fr_FR.UTF-8/html/drip.html @@ -9,5 +9,5 @@ Bill Kendrick <bill@newbreedsoftware.com>

    This makes the paint "drip" wherever you move the mouse.


    -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ No newline at end of file diff --git a/magic/magic-docs/fr_FR.UTF-8/html/edges.html b/magic/magic-docs/fr_FR.UTF-8/html/edges.html index 134922c01..8a9309946 100644 --- a/magic/magic-docs/fr_FR.UTF-8/html/edges.html +++ b/magic/magic-docs/fr_FR.UTF-8/html/edges.html @@ -10,5 +10,5 @@ Andrew Corcoran <akanewbie@gmail.com

    Trace the edges in your picture, over a white background.

    See also: emboss silhouette


    -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ No newline at end of file diff --git a/magic/magic-docs/fr_FR.UTF-8/html/emboss.html b/magic/magic-docs/fr_FR.UTF-8/html/emboss.html index aad8cdb13..c6c096af0 100644 --- a/magic/magic-docs/fr_FR.UTF-8/html/emboss.html +++ b/magic/magic-docs/fr_FR.UTF-8/html/emboss.html @@ -10,5 +10,5 @@ Bill Kendrick <bill@newbreedsoftwa

    This makes parts of your picture look "embossed." Wherever there are sharp edges in your picture, the picture will look raised like it was stamped in metal.

    See also: edges silhouette


    -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ No newline at end of file diff --git a/magic/magic-docs/fr_FR.UTF-8/html/fisheye.html b/magic/magic-docs/fr_FR.UTF-8/html/fisheye.html index a81697875..9ee6d816c 100644 --- a/magic/magic-docs/fr_FR.UTF-8/html/fisheye.html +++ b/magic/magic-docs/fr_FR.UTF-8/html/fisheye.html @@ -10,5 +10,5 @@ Adam Rakowski <foo-script@o2.pl>Warp parts of your picture like it's being seen through a fisheye lens.

    See also: ripples


    -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ No newline at end of file diff --git a/magic/magic-docs/fr_FR.UTF-8/html/flip.html b/magic/magic-docs/fr_FR.UTF-8/html/flip.html index 3964be431..4d02cda64 100644 --- a/magic/magic-docs/fr_FR.UTF-8/html/flip.html +++ b/magic/magic-docs/fr_FR.UTF-8/html/flip.html @@ -10,5 +10,5 @@ Bill Kendrick <bill@newbreedsoftwa

    Similar to "Mirror." Click and the entire image will be turned upside-down.

    See also: mirror


    -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ No newline at end of file diff --git a/magic/magic-docs/fr_FR.UTF-8/html/flower.html b/magic/magic-docs/fr_FR.UTF-8/html/flower.html index 051803a4b..deb02d1cf 100644 --- a/magic/magic-docs/fr_FR.UTF-8/html/flower.html +++ b/magic/magic-docs/fr_FR.UTF-8/html/flower.html @@ -10,5 +10,5 @@ Bill Kendrick <bill@newbreedsoftwa

    This tool draws small flowers, with leafy bases and stalks. Click to set the base, then drag the mouse upwards to drawe the stalk, and finally release the mouse button to finish the flower. It will be drawn in the currently-selected color. The shape and length of the stalk depends on how you move the mouse while you drag.

    See also: grass


    -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ No newline at end of file diff --git a/magic/magic-docs/fr_FR.UTF-8/html/foam.html b/magic/magic-docs/fr_FR.UTF-8/html/foam.html index 4255e98a5..a4f3c012a 100644 --- a/magic/magic-docs/fr_FR.UTF-8/html/foam.html +++ b/magic/magic-docs/fr_FR.UTF-8/html/foam.html @@ -9,5 +9,5 @@ Bill Kendrick <bill@newbreedsoftware.com>

    Click and drag the mouse to draw foamy bubbles. The more you drag the mouse in a particular spot, the more likely small bubbles will combine to form bigger bubbles.


    -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ No newline at end of file diff --git a/magic/magic-docs/fr_FR.UTF-8/html/fold.html b/magic/magic-docs/fr_FR.UTF-8/html/fold.html index 46c200b4e..081d369bf 100644 --- a/magic/magic-docs/fr_FR.UTF-8/html/fold.html +++ b/magic/magic-docs/fr_FR.UTF-8/html/fold.html @@ -12,5 +12,5 @@ Pere Pujal i Carabantes <pere@fornol.n

    Click a corner of your picture and drag towards the center to fold it up like a piece of paper.


    -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ No newline at end of file diff --git a/magic/magic-docs/fr_FR.UTF-8/html/fretwork.html b/magic/magic-docs/fr_FR.UTF-8/html/fretwork.html index 922359773..096c46200 100644 --- a/magic/magic-docs/fr_FR.UTF-8/html/fretwork.html +++ b/magic/magic-docs/fr_FR.UTF-8/html/fretwork.html @@ -9,5 +9,5 @@ Pere Pujal i Carabantes <
    pere@fornol.no-ip.org>

    Draw an interlaced decorative design that looks like wooden fretwork.


    -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ No newline at end of file diff --git a/magic/magic-docs/fr_FR.UTF-8/html/glass_tile.html b/magic/magic-docs/fr_FR.UTF-8/html/glass_tile.html index 6a6722948..00d5829e7 100644 --- a/magic/magic-docs/fr_FR.UTF-8/html/glass_tile.html +++ b/magic/magic-docs/fr_FR.UTF-8/html/glass_tile.html @@ -9,5 +9,5 @@ Bill Kendrick <bill@newbreedsoftware.com>

    Click and drag over your picture to make it look like it's being seen through glass tiles.


    -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ No newline at end of file diff --git a/magic/magic-docs/fr_FR.UTF-8/html/grass.html b/magic/magic-docs/fr_FR.UTF-8/html/grass.html index 6eeb24331..204811d67 100644 --- a/magic/magic-docs/fr_FR.UTF-8/html/grass.html +++ b/magic/magic-docs/fr_FR.UTF-8/html/grass.html @@ -10,5 +10,5 @@ Albert Cahalan <albert@users.sf.net&

    This paints grass on the image. The higher up the canvas, the smaller the grass is drawn, giving an illusion of perspective. The grass can be tinted various greenish hues by selecting different colors in the color palette.

    See also: flower


    -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ No newline at end of file diff --git a/magic/magic-docs/fr_FR.UTF-8/html/halftone.html b/magic/magic-docs/fr_FR.UTF-8/html/halftone.html index 837f49a21..950c61b03 100644 --- a/magic/magic-docs/fr_FR.UTF-8/html/halftone.html +++ b/magic/magic-docs/fr_FR.UTF-8/html/halftone.html @@ -9,5 +9,5 @@ Bill Kendrick <bill@newbreedsoftware.com>

    This makes parts of your picture look like newsprint. Different sizes of cyan, magenta, yellow, and black "ink" will appear in place of your picture.


    -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ No newline at end of file diff --git a/magic/magic-docs/fr_FR.UTF-8/html/hexagon_mosaic.html b/magic/magic-docs/fr_FR.UTF-8/html/hexagon_mosaic.html index e6e51e36b..20734ff8b 100644 --- a/magic/magic-docs/fr_FR.UTF-8/html/hexagon_mosaic.html +++ b/magic/magic-docs/fr_FR.UTF-8/html/hexagon_mosaic.html @@ -10,5 +10,5 @@ Pere Pujal i Carabantes <pere@fornol.n

    Converts parts of your picture into a mosaic of hexagon cells.

    See also: irregular_mosaic square_mosaic mosaic


    -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ 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 722a69de2..f75d673fb 100644 --- a/magic/magic-docs/fr_FR.UTF-8/html/index.html +++ b/magic/magic-docs/fr_FR.UTF-8/html/index.html @@ -102,5 +102,5 @@
  • Tornado

  • -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ No newline at end of file diff --git a/magic/magic-docs/fr_FR.UTF-8/html/irregular_mosaic.html b/magic/magic-docs/fr_FR.UTF-8/html/irregular_mosaic.html index 8078dd6e1..edd8fd82a 100644 --- a/magic/magic-docs/fr_FR.UTF-8/html/irregular_mosaic.html +++ b/magic/magic-docs/fr_FR.UTF-8/html/irregular_mosaic.html @@ -10,5 +10,5 @@ Pere Pujal i Carabantes <pere@fornol.n

    Converts parts of your picture into a mosaic of irregularly-shaped cells.

    See also: hexagon_mosaic square_mosaic mosaic


    -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ No newline at end of file diff --git a/magic/magic-docs/fr_FR.UTF-8/html/kaleidoscope.html b/magic/magic-docs/fr_FR.UTF-8/html/kaleidoscope.html index 0dcde9b81..f0baa7ef4 100644 --- a/magic/magic-docs/fr_FR.UTF-8/html/kaleidoscope.html +++ b/magic/magic-docs/fr_FR.UTF-8/html/kaleidoscope.html @@ -10,5 +10,5 @@ Bill Kendrick <bill@newbreedsoftwa

    This paint brush draws in four places at the same time, mirroring symmetrically, both horizontally and vertically. It uses the currently selected color.

    See also: picasso rosette


    -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ No newline at end of file diff --git a/magic/magic-docs/fr_FR.UTF-8/html/light.html b/magic/magic-docs/fr_FR.UTF-8/html/light.html index a1399f08d..056f509c0 100644 --- a/magic/magic-docs/fr_FR.UTF-8/html/light.html +++ b/magic/magic-docs/fr_FR.UTF-8/html/light.html @@ -9,5 +9,5 @@ Bill Kendrick <bill@newbreedsoftware.com>

    This draws a glowing beam on the canvas, in the currently-selected color. The more you use it on one spot, the more white it becomes.


    -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ No newline at end of file diff --git a/magic/magic-docs/fr_FR.UTF-8/html/lighten.html b/magic/magic-docs/fr_FR.UTF-8/html/lighten.html index b53a412c6..fbf6a9b15 100644 --- a/magic/magic-docs/fr_FR.UTF-8/html/lighten.html +++ b/magic/magic-docs/fr_FR.UTF-8/html/lighten.html @@ -10,5 +10,5 @@ Bill Kendrick <bill@newbreedsoftwa

    This fades the colors wherever you drag the mouse. (Do it to the same spot many times, and it will eventually become white.)

    See also: darken tint


    -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ No newline at end of file diff --git a/magic/magic-docs/fr_FR.UTF-8/html/lightning.html b/magic/magic-docs/fr_FR.UTF-8/html/lightning.html index 475aa1bfa..9e6812669 100644 --- a/magic/magic-docs/fr_FR.UTF-8/html/lightning.html +++ b/magic/magic-docs/fr_FR.UTF-8/html/lightning.html @@ -9,5 +9,5 @@ Bill Kendrick <bill@newbreedsoftware.com>

    Draws a lightning bolt between two points on the picture.


    -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ No newline at end of file diff --git a/magic/magic-docs/fr_FR.UTF-8/html/metal_paint.html b/magic/magic-docs/fr_FR.UTF-8/html/metal_paint.html index 56a74e867..063545e61 100644 --- a/magic/magic-docs/fr_FR.UTF-8/html/metal_paint.html +++ b/magic/magic-docs/fr_FR.UTF-8/html/metal_paint.html @@ -9,5 +9,5 @@ Bill Kendrick <bill@newbreedsoftware.com>

    Click and drag to draw shiny metal using the current color.


    -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ No newline at end of file diff --git a/magic/magic-docs/fr_FR.UTF-8/html/mirror.html b/magic/magic-docs/fr_FR.UTF-8/html/mirror.html index 7ef3642a5..b0e33ea52 100644 --- a/magic/magic-docs/fr_FR.UTF-8/html/mirror.html +++ b/magic/magic-docs/fr_FR.UTF-8/html/mirror.html @@ -10,5 +10,5 @@ Bill Kendrick <bill@newbreedsoftwa

    When you click the mouse in your picture with the "Mirror" magic effect selected, the entire image will be reversed, turning it into a mirror image.

    See also: flip


    -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ No newline at end of file diff --git a/magic/magic-docs/fr_FR.UTF-8/html/mosaic.html b/magic/magic-docs/fr_FR.UTF-8/html/mosaic.html index eb2727337..3365627fd 100644 --- a/magic/magic-docs/fr_FR.UTF-8/html/mosaic.html +++ b/magic/magic-docs/fr_FR.UTF-8/html/mosaic.html @@ -12,5 +12,5 @@ Pere Pujal i Carabantes <pere@fornol.n

    Adds a glass mosaic effect to your picture.

    See also: hexagon_mosaic irregular_mosaic square_mosaic


    -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ No newline at end of file diff --git a/magic/magic-docs/fr_FR.UTF-8/html/negative.html b/magic/magic-docs/fr_FR.UTF-8/html/negative.html index 6958d9675..32fc2d984 100644 --- a/magic/magic-docs/fr_FR.UTF-8/html/negative.html +++ b/magic/magic-docs/fr_FR.UTF-8/html/negative.html @@ -9,5 +9,5 @@ Bill Kendrick <bill@newbreedsoftware.com>

    This inverts the colors wherever you drag the mouse. (e.g., white becomes black, and vice versa.) It inverts the values of the Red, Green, and Blue components of the pixels.


    -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ No newline at end of file diff --git a/magic/magic-docs/fr_FR.UTF-8/html/noise.html b/magic/magic-docs/fr_FR.UTF-8/html/noise.html index cb8b775b1..97e455a76 100644 --- a/magic/magic-docs/fr_FR.UTF-8/html/noise.html +++ b/magic/magic-docs/fr_FR.UTF-8/html/noise.html @@ -9,5 +9,5 @@ Andrew Corcoran <akanewbie@gmail.com>

    Add random noise and static to your picture.


    -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ No newline at end of file diff --git a/magic/magic-docs/fr_FR.UTF-8/html/opposite.html b/magic/magic-docs/fr_FR.UTF-8/html/opposite.html index b827d7a68..e135ac892 100644 --- a/magic/magic-docs/fr_FR.UTF-8/html/opposite.html +++ b/magic/magic-docs/fr_FR.UTF-8/html/opposite.html @@ -9,5 +9,5 @@ Bill Kendrick <bill@newbreedsoftware.com>

    This converts the colors wherever you drag the mouse into their complementary (opposite) colors. (e.g., blue becomes orange, and vice versa.) It changes the Hue compoment of the pixels, without affecting the Saturation or Lightness.


    -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ No newline at end of file diff --git a/magic/magic-docs/fr_FR.UTF-8/html/panels.html b/magic/magic-docs/fr_FR.UTF-8/html/panels.html index a45de0cf5..ddb37dd03 100644 --- a/magic/magic-docs/fr_FR.UTF-8/html/panels.html +++ b/magic/magic-docs/fr_FR.UTF-8/html/panels.html @@ -9,5 +9,5 @@ Bill Kendrick <bill@newbreedsoftware.com>

    Shrink the image and repeat it four times in a 2-by-2 grid. Useful for creating 4-panel comics. Can also be used to create a compound-eye effect.


    -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ No newline at end of file diff --git a/magic/magic-docs/fr_FR.UTF-8/html/pattern.html b/magic/magic-docs/fr_FR.UTF-8/html/pattern.html index d614bb615..f428b020a 100644 --- a/magic/magic-docs/fr_FR.UTF-8/html/pattern.html +++ b/magic/magic-docs/fr_FR.UTF-8/html/pattern.html @@ -10,5 +10,5 @@ Pere Pujal i Carabantes <pere@fornol.n

    Draws a tiled pattern around the picture.

    See also: tiles


    -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ No newline at end of file diff --git a/magic/magic-docs/fr_FR.UTF-8/html/perspective.html b/magic/magic-docs/fr_FR.UTF-8/html/perspective.html index 767be7da3..2b80b96d1 100644 --- a/magic/magic-docs/fr_FR.UTF-8/html/perspective.html +++ b/magic/magic-docs/fr_FR.UTF-8/html/perspective.html @@ -9,5 +9,5 @@ Pere Pujal i Carabantes <pere@fornol.no-ip.org>

    Click and drag from the corners to change the perspective of your picture.


    -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ No newline at end of file diff --git a/magic/magic-docs/fr_FR.UTF-8/html/picasso.html b/magic/magic-docs/fr_FR.UTF-8/html/picasso.html index 6e493700b..a699003b2 100644 --- a/magic/magic-docs/fr_FR.UTF-8/html/picasso.html +++ b/magic/magic-docs/fr_FR.UTF-8/html/picasso.html @@ -10,5 +10,5 @@ Adam Rakowski <foo-script@o2.pl>Draw three swirling brushes at once, in a Picasso style.

    See also: rosette kaleidoscope


    -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ No newline at end of file diff --git a/magic/magic-docs/fr_FR.UTF-8/html/pixels.html b/magic/magic-docs/fr_FR.UTF-8/html/pixels.html index 644d6d9d0..0d98ee200 100644 --- a/magic/magic-docs/fr_FR.UTF-8/html/pixels.html +++ b/magic/magic-docs/fr_FR.UTF-8/html/pixels.html @@ -10,5 +10,5 @@ Bill Kendrick <bill@newbreedsoftwa

    Draw large square "pixels" on the canvas.

    See also: bricks


    -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ No newline at end of file diff --git a/magic/magic-docs/fr_FR.UTF-8/html/puzzle.html b/magic/magic-docs/fr_FR.UTF-8/html/puzzle.html index 423fabf70..9f5c4cc54 100644 --- a/magic/magic-docs/fr_FR.UTF-8/html/puzzle.html +++ b/magic/magic-docs/fr_FR.UTF-8/html/puzzle.html @@ -9,5 +9,5 @@ Adam Rakowski <foo-script@o2.pl>

    Slide parts of your picture around like a sliding puzzle.


    -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ No newline at end of file diff --git a/magic/magic-docs/fr_FR.UTF-8/html/rails.html b/magic/magic-docs/fr_FR.UTF-8/html/rails.html index 42f4c5388..4a84b96d9 100644 --- a/magic/magic-docs/fr_FR.UTF-8/html/rails.html +++ b/magic/magic-docs/fr_FR.UTF-8/html/rails.html @@ -12,5 +12,5 @@ Bill Kendrick <bill@newbreedsoftwa

    Draw connecting locomotive train rails on your picture.


    -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ No newline at end of file diff --git a/magic/magic-docs/fr_FR.UTF-8/html/rain.html b/magic/magic-docs/fr_FR.UTF-8/html/rain.html index 92d5f81d4..765348621 100644 --- a/magic/magic-docs/fr_FR.UTF-8/html/rain.html +++ b/magic/magic-docs/fr_FR.UTF-8/html/rain.html @@ -10,5 +10,5 @@ Andrew Corcoran <
    akanewbie@gmail.com

    Paint raindrops on your picture.

    See also: snow_ball snow_flake


    -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ No newline at end of file diff --git a/magic/magic-docs/fr_FR.UTF-8/html/rainbow.html b/magic/magic-docs/fr_FR.UTF-8/html/rainbow.html index f7e5630b0..8ab871cb7 100644 --- a/magic/magic-docs/fr_FR.UTF-8/html/rainbow.html +++ b/magic/magic-docs/fr_FR.UTF-8/html/rainbow.html @@ -10,5 +10,5 @@ Bill Kendrick <bill@newbreedsoftwa

    This is similar to the paint brush, but as you move the mouse around, it cycles through a spectrum of bright colors.

    See also: smooth_rainbow


    -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ No newline at end of file diff --git a/magic/magic-docs/fr_FR.UTF-8/html/real_rainbow.html b/magic/magic-docs/fr_FR.UTF-8/html/real_rainbow.html index d214962f4..258967c70 100644 --- a/magic/magic-docs/fr_FR.UTF-8/html/real_rainbow.html +++ b/magic/magic-docs/fr_FR.UTF-8/html/real_rainbow.html @@ -9,5 +9,5 @@ Bill Kendrick <bill@newbreedsoftware.com>

    Draw a transparent arc that looks like a real rainbow.


    -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ No newline at end of file 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 3081fdad2..031b660e6 100644 --- a/magic/magic-docs/fr_FR.UTF-8/html/reflection.html +++ b/magic/magic-docs/fr_FR.UTF-8/html/reflection.html @@ -9,5 +9,5 @@ Bill Kendrick <bill@newbreedsoftware.com>

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


    -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ No newline at end of file diff --git a/magic/magic-docs/fr_FR.UTF-8/html/ripples.html b/magic/magic-docs/fr_FR.UTF-8/html/ripples.html index 2e0d771ce..617b6151c 100644 --- a/magic/magic-docs/fr_FR.UTF-8/html/ripples.html +++ b/magic/magic-docs/fr_FR.UTF-8/html/ripples.html @@ -10,5 +10,5 @@ Bill Kendrick <bill@newbreedsoftwa

    Click in your picture to make water ripple distortions appear over it.

    See also: fisheye


    -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ No newline at end of file diff --git a/magic/magic-docs/fr_FR.UTF-8/html/rosette.html b/magic/magic-docs/fr_FR.UTF-8/html/rosette.html index 810fa0f0a..f26cad865 100644 --- a/magic/magic-docs/fr_FR.UTF-8/html/rosette.html +++ b/magic/magic-docs/fr_FR.UTF-8/html/rosette.html @@ -10,5 +10,5 @@ Adam Rakowski <foo-script@o2.pl>Draw three brushes at once, in a rosette shape.

    See also: kaleidoscope picasso


    -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ No newline at end of file diff --git a/magic/magic-docs/fr_FR.UTF-8/html/roygbiv_rainbow.html b/magic/magic-docs/fr_FR.UTF-8/html/roygbiv_rainbow.html index 482850185..d8cde385b 100644 --- a/magic/magic-docs/fr_FR.UTF-8/html/roygbiv_rainbow.html +++ b/magic/magic-docs/fr_FR.UTF-8/html/roygbiv_rainbow.html @@ -9,5 +9,5 @@ Bill Kendrick <bill@newbreedsoftware.com>

    Draw a rainbow arc of red, orange, yellow, green, blue, indigo and violet.


    -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ No newline at end of file diff --git a/magic/magic-docs/fr_FR.UTF-8/html/sharpen.html b/magic/magic-docs/fr_FR.UTF-8/html/sharpen.html index 6c077db79..28eaa0271 100644 --- a/magic/magic-docs/fr_FR.UTF-8/html/sharpen.html +++ b/magic/magic-docs/fr_FR.UTF-8/html/sharpen.html @@ -10,5 +10,5 @@ Andrew Corcoran <akanewbie@gmail.com

    Sharpen the focus of the picture.

    See also: blur


    -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ No newline at end of file diff --git a/magic/magic-docs/fr_FR.UTF-8/html/shift.html b/magic/magic-docs/fr_FR.UTF-8/html/shift.html index fdda5ecb0..2ea67b220 100644 --- a/magic/magic-docs/fr_FR.UTF-8/html/shift.html +++ b/magic/magic-docs/fr_FR.UTF-8/html/shift.html @@ -9,5 +9,5 @@ Bill Kendrick <bill@newbreedsoftware.com>

    This shifts your picture around the canvas. Anything that gets shifts off an edge reappears on the opposite edge.


    -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ No newline at end of file diff --git a/magic/magic-docs/fr_FR.UTF-8/html/silhouette.html b/magic/magic-docs/fr_FR.UTF-8/html/silhouette.html index bf51b978e..0013b0cb3 100644 --- a/magic/magic-docs/fr_FR.UTF-8/html/silhouette.html +++ b/magic/magic-docs/fr_FR.UTF-8/html/silhouette.html @@ -10,5 +10,5 @@ Andrew Corcoran <akanewbie@gmail.com

    Trace the edges in your picture, over a black background.

    See also: edges emboss


    -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ No newline at end of file diff --git a/magic/magic-docs/fr_FR.UTF-8/html/smooth_rainbow.html b/magic/magic-docs/fr_FR.UTF-8/html/smooth_rainbow.html index 9aca52358..b541ef8b3 100644 --- a/magic/magic-docs/fr_FR.UTF-8/html/smooth_rainbow.html +++ b/magic/magic-docs/fr_FR.UTF-8/html/smooth_rainbow.html @@ -10,5 +10,5 @@ Bill Kendrick <bill@newbreedsoftwa

    This is similar to Rainbow magic tool — as you move the mouse around, it cycles through a spectrum of colors — except the colors blend smoothly as you draw.

    See also: rainbow


    -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ No newline at end of file diff --git a/magic/magic-docs/fr_FR.UTF-8/html/smudge.html b/magic/magic-docs/fr_FR.UTF-8/html/smudge.html index 8de1f5b11..a4240c25f 100644 --- a/magic/magic-docs/fr_FR.UTF-8/html/smudge.html +++ b/magic/magic-docs/fr_FR.UTF-8/html/smudge.html @@ -10,5 +10,5 @@ Albert Cahalan <albert@users.sf.net&

    This pushes the colors around under the mouse, like finger painting with wet paint.

    See also: blur wet paint


    -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ No newline at end of file diff --git a/magic/magic-docs/fr_FR.UTF-8/html/snow_ball.html b/magic/magic-docs/fr_FR.UTF-8/html/snow_ball.html index d7f2ae6bf..13dd5be4f 100644 --- a/magic/magic-docs/fr_FR.UTF-8/html/snow_ball.html +++ b/magic/magic-docs/fr_FR.UTF-8/html/snow_ball.html @@ -10,5 +10,5 @@ Andrew Corcoran <akanewbie@gmail.com

    Fill the picture with snowballs.

    See also: rain snow_flake


    -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ No newline at end of file diff --git a/magic/magic-docs/fr_FR.UTF-8/html/snow_flake.html b/magic/magic-docs/fr_FR.UTF-8/html/snow_flake.html index f28c82bbd..99dcdce61 100644 --- a/magic/magic-docs/fr_FR.UTF-8/html/snow_flake.html +++ b/magic/magic-docs/fr_FR.UTF-8/html/snow_flake.html @@ -10,5 +10,5 @@ Andrew Corcoran <akanewbie@gmail.com

    Fill the picture with snowflakes.

    See also: rain snow_ball


    -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ No newline at end of file diff --git a/magic/magic-docs/fr_FR.UTF-8/html/square_mosaic.html b/magic/magic-docs/fr_FR.UTF-8/html/square_mosaic.html index 90dcd9cbb..24fcc60b4 100644 --- a/magic/magic-docs/fr_FR.UTF-8/html/square_mosaic.html +++ b/magic/magic-docs/fr_FR.UTF-8/html/square_mosaic.html @@ -10,5 +10,5 @@ Pere Pujal i Carabantes <pere@fornol.n

    Converts parts of your picture into a mosaic of square cells.

    See also: hexagon_mosaic irregular_mosaic mosaic


    -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ No newline at end of file diff --git a/magic/magic-docs/fr_FR.UTF-8/html/stretch.html b/magic/magic-docs/fr_FR.UTF-8/html/stretch.html index 269ca0275..56cdc2ccc 100644 --- a/magic/magic-docs/fr_FR.UTF-8/html/stretch.html +++ b/magic/magic-docs/fr_FR.UTF-8/html/stretch.html @@ -9,5 +9,5 @@ Bill Kendrick <bill@newbreedsoftware.com>

    Click and drag around to stretch and squish parts of the picture.


    -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ No newline at end of file diff --git a/magic/magic-docs/fr_FR.UTF-8/html/string_corner.html b/magic/magic-docs/fr_FR.UTF-8/html/string_corner.html index bd9e389ac..17a50d471 100644 --- a/magic/magic-docs/fr_FR.UTF-8/html/string_corner.html +++ b/magic/magic-docs/fr_FR.UTF-8/html/string_corner.html @@ -10,5 +10,5 @@ Pere Pujal i Carabantes <pere@fornol.n

    Draw V-shaped string art at right angles.

    See also: string_v string_edges


    -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ No newline at end of file diff --git a/magic/magic-docs/fr_FR.UTF-8/html/string_edges.html b/magic/magic-docs/fr_FR.UTF-8/html/string_edges.html index 3b8a83d19..a70bfeb09 100644 --- a/magic/magic-docs/fr_FR.UTF-8/html/string_edges.html +++ b/magic/magic-docs/fr_FR.UTF-8/html/string_edges.html @@ -10,5 +10,5 @@ Pere Pujal i Carabantes <pere@fornol.n

    Draw string art around the edges of your picture.

    See also: string_v string_corner


    -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ No newline at end of file diff --git a/magic/magic-docs/fr_FR.UTF-8/html/string_v.html b/magic/magic-docs/fr_FR.UTF-8/html/string_v.html index 8ad182fd3..06d41139c 100644 --- a/magic/magic-docs/fr_FR.UTF-8/html/string_v.html +++ b/magic/magic-docs/fr_FR.UTF-8/html/string_v.html @@ -10,5 +10,5 @@ Pere Pujal i Carabantes <pere@fornol.n

    Draw V-shaped string art at any angle.

    See also: string_corner string_edges


    -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ No newline at end of file diff --git a/magic/magic-docs/fr_FR.UTF-8/html/symmetry_left_right.html b/magic/magic-docs/fr_FR.UTF-8/html/symmetry_left_right.html index 5d09aa409..5a11aa227 100644 --- a/magic/magic-docs/fr_FR.UTF-8/html/symmetry_left_right.html +++ b/magic/magic-docs/fr_FR.UTF-8/html/symmetry_left_right.html @@ -10,5 +10,5 @@ Pere Pujal i Carabantes <pere@fornol.n

    Paint with relfective symmetry across the horizontal center of the image.

    See also: kaleidoscope pattern symmetry_up_down tiles


    -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ No newline at end of file diff --git a/magic/magic-docs/fr_FR.UTF-8/html/symmetry_up_down.html b/magic/magic-docs/fr_FR.UTF-8/html/symmetry_up_down.html index c159d9979..28cedd232 100644 --- a/magic/magic-docs/fr_FR.UTF-8/html/symmetry_up_down.html +++ b/magic/magic-docs/fr_FR.UTF-8/html/symmetry_up_down.html @@ -10,5 +10,5 @@ Pere Pujal i Carabantes <pere@fornol.n

    Paint with relfective symmetry across the vertical center of the image.

    See also: kaleidoscope pattern symmetry_left_right tiles


    -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ No newline at end of file diff --git a/magic/magic-docs/fr_FR.UTF-8/html/tiles.html b/magic/magic-docs/fr_FR.UTF-8/html/tiles.html index 2850644f4..0248a1fc3 100644 --- a/magic/magic-docs/fr_FR.UTF-8/html/tiles.html +++ b/magic/magic-docs/fr_FR.UTF-8/html/tiles.html @@ -10,5 +10,5 @@ Pere Pujal i Carabantes <pere@fornol.n

    Draws a symettric pattern around the picture.

    See also: pattern


    -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ No newline at end of file diff --git a/magic/magic-docs/fr_FR.UTF-8/html/tint.html b/magic/magic-docs/fr_FR.UTF-8/html/tint.html index 36459d8cc..80a096c4a 100644 --- a/magic/magic-docs/fr_FR.UTF-8/html/tint.html +++ b/magic/magic-docs/fr_FR.UTF-8/html/tint.html @@ -10,5 +10,5 @@ Bill Kendrick <bill@newbreedsoftwa

    This changes the color (or hue) of the parts of the picture to the selected color.

    See also: lighten darken


    -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ No newline at end of file diff --git a/magic/magic-docs/fr_FR.UTF-8/html/toothpaste.html b/magic/magic-docs/fr_FR.UTF-8/html/toothpaste.html index b092eee59..cf578cfa4 100644 --- a/magic/magic-docs/fr_FR.UTF-8/html/toothpaste.html +++ b/magic/magic-docs/fr_FR.UTF-8/html/toothpaste.html @@ -9,5 +9,5 @@ Andrew Corcoran <akanewbie@gmail.com>

    Paint thick blobs of color on your picture that look like toothpaste.


    -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ No newline at end of file diff --git a/magic/magic-docs/fr_FR.UTF-8/html/tornado.html b/magic/magic-docs/fr_FR.UTF-8/html/tornado.html index 49cf10316..c90f3a035 100644 --- a/magic/magic-docs/fr_FR.UTF-8/html/tornado.html +++ b/magic/magic-docs/fr_FR.UTF-8/html/tornado.html @@ -9,5 +9,5 @@ Pere Pujal i Carabantes <pere@fornol.no-ip.org>

    Draws a tornado effect onto the picture.


    -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ No newline at end of file diff --git a/magic/magic-docs/fr_FR.UTF-8/html/tv.html b/magic/magic-docs/fr_FR.UTF-8/html/tv.html index 0ccee183d..5bfc0c9ba 100644 --- a/magic/magic-docs/fr_FR.UTF-8/html/tv.html +++ b/magic/magic-docs/fr_FR.UTF-8/html/tv.html @@ -11,5 +11,5 @@ Bill Kendrick <bill@newbreedsoftwa

    Distort your picture so it looks like it's on a television (TV).


    -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ No newline at end of file diff --git a/magic/magic-docs/fr_FR.UTF-8/html/wavelets.html b/magic/magic-docs/fr_FR.UTF-8/html/wavelets.html index 24f88c921..62a15ae26 100644 --- a/magic/magic-docs/fr_FR.UTF-8/html/wavelets.html +++ b/magic/magic-docs/fr_FR.UTF-8/html/wavelets.html @@ -12,5 +12,5 @@ Adam Rakowski <
    foo-script@o2.pl>

    Click to make the entire picture wavy, up-and-down. Drag the mouse up and down to change the height of the ripples, and left and right to change the width. Release the mouse button when it looks the way you like it.

    See also: waves


    -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ No newline at end of file diff --git a/magic/magic-docs/fr_FR.UTF-8/html/waves.html b/magic/magic-docs/fr_FR.UTF-8/html/waves.html index a280e1b8b..d2fff4a03 100644 --- a/magic/magic-docs/fr_FR.UTF-8/html/waves.html +++ b/magic/magic-docs/fr_FR.UTF-8/html/waves.html @@ -10,5 +10,5 @@ Bill Kendrick <bill@newbreedsoftwa

    Click to make the entire picture wavy, side-to-side. Drag the mouse up and down to change the height of the ripples, and left and right to change the width. Release the mouse button when it looks the way you like it.

    See also: wavelets


    -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ No newline at end of file diff --git a/magic/magic-docs/fr_FR.UTF-8/html/wet_paint.html b/magic/magic-docs/fr_FR.UTF-8/html/wet_paint.html index c66934e1a..b9d238855 100644 --- a/magic/magic-docs/fr_FR.UTF-8/html/wet_paint.html +++ b/magic/magic-docs/fr_FR.UTF-8/html/wet_paint.html @@ -12,5 +12,5 @@ Bill Kendrick <bill@newbreedsoftwa

    This draws a light, smudgy coat of paint on the picture.

    See also: smudge


    -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ No newline at end of file diff --git a/magic/magic-docs/fr_FR.UTF-8/html/xor_colors.html b/magic/magic-docs/fr_FR.UTF-8/html/xor_colors.html index e919bbe22..7976b54ef 100644 --- a/magic/magic-docs/fr_FR.UTF-8/html/xor_colors.html +++ b/magic/magic-docs/fr_FR.UTF-8/html/xor_colors.html @@ -9,5 +9,5 @@ Lukasz Dmitrowski <lukasz.dmitrowski@gmail.com>

    Colors based on the position drawn on the picture.


    -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ No newline at end of file diff --git a/magic/magic-docs/fr_FR.UTF-8/html/zoom.html b/magic/magic-docs/fr_FR.UTF-8/html/zoom.html index 8efbf5956..d012d9b19 100644 --- a/magic/magic-docs/fr_FR.UTF-8/html/zoom.html +++ b/magic/magic-docs/fr_FR.UTF-8/html/zoom.html @@ -9,5 +9,5 @@ Pere Pujal i Carabantes <pere@fornol.no-ip.org>

    Click and drag up to zoom in, or down to zoom out.


    -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ 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 b60e1493a..228bb3539 100644 --- a/magic/magic-docs/fr_FR.UTF-8/index.txt +++ b/magic/magic-docs/fr_FR.UTF-8/index.txt @@ -99,4 +99,4 @@ Artistic ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/fr_FR.UTF-8/irregular_mosaic.txt b/magic/magic-docs/fr_FR.UTF-8/irregular_mosaic.txt index df61e0c36..7cdf472ec 100644 --- a/magic/magic-docs/fr_FR.UTF-8/irregular_mosaic.txt +++ b/magic/magic-docs/fr_FR.UTF-8/irregular_mosaic.txt @@ -10,4 +10,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/fr_FR.UTF-8/kaleidoscope.txt b/magic/magic-docs/fr_FR.UTF-8/kaleidoscope.txt index 5972b04da..71aaea6ea 100644 --- a/magic/magic-docs/fr_FR.UTF-8/kaleidoscope.txt +++ b/magic/magic-docs/fr_FR.UTF-8/kaleidoscope.txt @@ -12,4 +12,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/fr_FR.UTF-8/light.txt b/magic/magic-docs/fr_FR.UTF-8/light.txt index 13f2450fc..0679d08d0 100644 --- a/magic/magic-docs/fr_FR.UTF-8/light.txt +++ b/magic/magic-docs/fr_FR.UTF-8/light.txt @@ -9,4 +9,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/fr_FR.UTF-8/lighten.txt b/magic/magic-docs/fr_FR.UTF-8/lighten.txt index de8ba5058..1b44d8a8d 100644 --- a/magic/magic-docs/fr_FR.UTF-8/lighten.txt +++ b/magic/magic-docs/fr_FR.UTF-8/lighten.txt @@ -11,4 +11,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/fr_FR.UTF-8/lightning.txt b/magic/magic-docs/fr_FR.UTF-8/lightning.txt index 6e84edcc7..5cd8ac8b1 100644 --- a/magic/magic-docs/fr_FR.UTF-8/lightning.txt +++ b/magic/magic-docs/fr_FR.UTF-8/lightning.txt @@ -8,4 +8,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/fr_FR.UTF-8/metal_paint.txt b/magic/magic-docs/fr_FR.UTF-8/metal_paint.txt index 9519578a4..d44b109b4 100644 --- a/magic/magic-docs/fr_FR.UTF-8/metal_paint.txt +++ b/magic/magic-docs/fr_FR.UTF-8/metal_paint.txt @@ -8,4 +8,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/fr_FR.UTF-8/mirror.txt b/magic/magic-docs/fr_FR.UTF-8/mirror.txt index b1ff713cf..2ac5345d4 100644 --- a/magic/magic-docs/fr_FR.UTF-8/mirror.txt +++ b/magic/magic-docs/fr_FR.UTF-8/mirror.txt @@ -12,4 +12,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/fr_FR.UTF-8/mosaic.txt b/magic/magic-docs/fr_FR.UTF-8/mosaic.txt index 5f6a5cc32..309844745 100644 --- a/magic/magic-docs/fr_FR.UTF-8/mosaic.txt +++ b/magic/magic-docs/fr_FR.UTF-8/mosaic.txt @@ -11,4 +11,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/fr_FR.UTF-8/negative.txt b/magic/magic-docs/fr_FR.UTF-8/negative.txt index cd856418d..2a5fda7a4 100644 --- a/magic/magic-docs/fr_FR.UTF-8/negative.txt +++ b/magic/magic-docs/fr_FR.UTF-8/negative.txt @@ -10,4 +10,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/fr_FR.UTF-8/noise.txt b/magic/magic-docs/fr_FR.UTF-8/noise.txt index 0bb5365df..d35c03708 100644 --- a/magic/magic-docs/fr_FR.UTF-8/noise.txt +++ b/magic/magic-docs/fr_FR.UTF-8/noise.txt @@ -8,4 +8,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/fr_FR.UTF-8/opposite.txt b/magic/magic-docs/fr_FR.UTF-8/opposite.txt index a80fa8917..52c1c400e 100644 --- a/magic/magic-docs/fr_FR.UTF-8/opposite.txt +++ b/magic/magic-docs/fr_FR.UTF-8/opposite.txt @@ -11,4 +11,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/fr_FR.UTF-8/panels.txt b/magic/magic-docs/fr_FR.UTF-8/panels.txt index 6f81a9d5e..c8371ad7f 100644 --- a/magic/magic-docs/fr_FR.UTF-8/panels.txt +++ b/magic/magic-docs/fr_FR.UTF-8/panels.txt @@ -9,4 +9,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/fr_FR.UTF-8/pattern.txt b/magic/magic-docs/fr_FR.UTF-8/pattern.txt index 3eb09489f..d6d12a503 100644 --- a/magic/magic-docs/fr_FR.UTF-8/pattern.txt +++ b/magic/magic-docs/fr_FR.UTF-8/pattern.txt @@ -10,4 +10,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/fr_FR.UTF-8/perspective.txt b/magic/magic-docs/fr_FR.UTF-8/perspective.txt index ff5e4513a..0489c4655 100644 --- a/magic/magic-docs/fr_FR.UTF-8/perspective.txt +++ b/magic/magic-docs/fr_FR.UTF-8/perspective.txt @@ -8,4 +8,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/fr_FR.UTF-8/picasso.txt b/magic/magic-docs/fr_FR.UTF-8/picasso.txt index d6a5aa04a..079b75eba 100644 --- a/magic/magic-docs/fr_FR.UTF-8/picasso.txt +++ b/magic/magic-docs/fr_FR.UTF-8/picasso.txt @@ -10,4 +10,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/fr_FR.UTF-8/pixels.txt b/magic/magic-docs/fr_FR.UTF-8/pixels.txt index 199ff355c..025d98f12 100644 --- a/magic/magic-docs/fr_FR.UTF-8/pixels.txt +++ b/magic/magic-docs/fr_FR.UTF-8/pixels.txt @@ -10,4 +10,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/fr_FR.UTF-8/puzzle.txt b/magic/magic-docs/fr_FR.UTF-8/puzzle.txt index e17dcea1d..d4daa9cd6 100644 --- a/magic/magic-docs/fr_FR.UTF-8/puzzle.txt +++ b/magic/magic-docs/fr_FR.UTF-8/puzzle.txt @@ -8,4 +8,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/fr_FR.UTF-8/rails.txt b/magic/magic-docs/fr_FR.UTF-8/rails.txt index a7abe8c3d..8b90d8751 100644 --- a/magic/magic-docs/fr_FR.UTF-8/rails.txt +++ b/magic/magic-docs/fr_FR.UTF-8/rails.txt @@ -10,4 +10,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/fr_FR.UTF-8/rain.txt b/magic/magic-docs/fr_FR.UTF-8/rain.txt index 0baf77765..f5bafc869 100644 --- a/magic/magic-docs/fr_FR.UTF-8/rain.txt +++ b/magic/magic-docs/fr_FR.UTF-8/rain.txt @@ -10,4 +10,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/fr_FR.UTF-8/rainbow.txt b/magic/magic-docs/fr_FR.UTF-8/rainbow.txt index 52fbdeca1..eb44e0b11 100644 --- a/magic/magic-docs/fr_FR.UTF-8/rainbow.txt +++ b/magic/magic-docs/fr_FR.UTF-8/rainbow.txt @@ -11,4 +11,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/fr_FR.UTF-8/real_rainbow.txt b/magic/magic-docs/fr_FR.UTF-8/real_rainbow.txt index b9f6920c1..e930d39cd 100644 --- a/magic/magic-docs/fr_FR.UTF-8/real_rainbow.txt +++ b/magic/magic-docs/fr_FR.UTF-8/real_rainbow.txt @@ -8,4 +8,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/fr_FR.UTF-8/reflection.txt b/magic/magic-docs/fr_FR.UTF-8/reflection.txt index a17c27409..a7de381cf 100644 --- a/magic/magic-docs/fr_FR.UTF-8/reflection.txt +++ b/magic/magic-docs/fr_FR.UTF-8/reflection.txt @@ -9,4 +9,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/fr_FR.UTF-8/ripples.txt b/magic/magic-docs/fr_FR.UTF-8/ripples.txt index 89eb7d0e4..127476b7d 100644 --- a/magic/magic-docs/fr_FR.UTF-8/ripples.txt +++ b/magic/magic-docs/fr_FR.UTF-8/ripples.txt @@ -10,4 +10,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/fr_FR.UTF-8/rosette.txt b/magic/magic-docs/fr_FR.UTF-8/rosette.txt index 144277d2a..8ced78417 100644 --- a/magic/magic-docs/fr_FR.UTF-8/rosette.txt +++ b/magic/magic-docs/fr_FR.UTF-8/rosette.txt @@ -10,4 +10,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/fr_FR.UTF-8/roygbiv_rainbow.txt b/magic/magic-docs/fr_FR.UTF-8/roygbiv_rainbow.txt index e28fd428c..aebc9d395 100644 --- a/magic/magic-docs/fr_FR.UTF-8/roygbiv_rainbow.txt +++ b/magic/magic-docs/fr_FR.UTF-8/roygbiv_rainbow.txt @@ -8,4 +8,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/fr_FR.UTF-8/sharpen.txt b/magic/magic-docs/fr_FR.UTF-8/sharpen.txt index 0a6d24509..26b10a5a3 100644 --- a/magic/magic-docs/fr_FR.UTF-8/sharpen.txt +++ b/magic/magic-docs/fr_FR.UTF-8/sharpen.txt @@ -10,4 +10,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/fr_FR.UTF-8/shift.txt b/magic/magic-docs/fr_FR.UTF-8/shift.txt index 591dd1189..05151d31d 100644 --- a/magic/magic-docs/fr_FR.UTF-8/shift.txt +++ b/magic/magic-docs/fr_FR.UTF-8/shift.txt @@ -9,4 +9,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/fr_FR.UTF-8/silhouette.txt b/magic/magic-docs/fr_FR.UTF-8/silhouette.txt index 12de2c4ac..4e365f2f3 100644 --- a/magic/magic-docs/fr_FR.UTF-8/silhouette.txt +++ b/magic/magic-docs/fr_FR.UTF-8/silhouette.txt @@ -10,4 +10,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/fr_FR.UTF-8/smooth_rainbow.txt b/magic/magic-docs/fr_FR.UTF-8/smooth_rainbow.txt index aafdce73b..a3a6b7c00 100644 --- a/magic/magic-docs/fr_FR.UTF-8/smooth_rainbow.txt +++ b/magic/magic-docs/fr_FR.UTF-8/smooth_rainbow.txt @@ -12,4 +12,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/fr_FR.UTF-8/smudge.txt b/magic/magic-docs/fr_FR.UTF-8/smudge.txt index 35c2560fc..5243508a5 100644 --- a/magic/magic-docs/fr_FR.UTF-8/smudge.txt +++ b/magic/magic-docs/fr_FR.UTF-8/smudge.txt @@ -11,4 +11,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/fr_FR.UTF-8/snow_ball.txt b/magic/magic-docs/fr_FR.UTF-8/snow_ball.txt index 7ff22c178..3bd687d98 100644 --- a/magic/magic-docs/fr_FR.UTF-8/snow_ball.txt +++ b/magic/magic-docs/fr_FR.UTF-8/snow_ball.txt @@ -10,4 +10,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/fr_FR.UTF-8/snow_flake.txt b/magic/magic-docs/fr_FR.UTF-8/snow_flake.txt index e471d5beb..03aab6d9f 100644 --- a/magic/magic-docs/fr_FR.UTF-8/snow_flake.txt +++ b/magic/magic-docs/fr_FR.UTF-8/snow_flake.txt @@ -10,4 +10,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/fr_FR.UTF-8/square_mosaic.txt b/magic/magic-docs/fr_FR.UTF-8/square_mosaic.txt index 08ebff479..0937feec6 100644 --- a/magic/magic-docs/fr_FR.UTF-8/square_mosaic.txt +++ b/magic/magic-docs/fr_FR.UTF-8/square_mosaic.txt @@ -10,4 +10,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/fr_FR.UTF-8/stretch.txt b/magic/magic-docs/fr_FR.UTF-8/stretch.txt index 89e551a87..a9e790b76 100644 --- a/magic/magic-docs/fr_FR.UTF-8/stretch.txt +++ b/magic/magic-docs/fr_FR.UTF-8/stretch.txt @@ -8,4 +8,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/fr_FR.UTF-8/string_corner.txt b/magic/magic-docs/fr_FR.UTF-8/string_corner.txt index 9979415dd..380b7bd5d 100644 --- a/magic/magic-docs/fr_FR.UTF-8/string_corner.txt +++ b/magic/magic-docs/fr_FR.UTF-8/string_corner.txt @@ -10,4 +10,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/fr_FR.UTF-8/string_edges.txt b/magic/magic-docs/fr_FR.UTF-8/string_edges.txt index dd7a69be3..2a7064d86 100644 --- a/magic/magic-docs/fr_FR.UTF-8/string_edges.txt +++ b/magic/magic-docs/fr_FR.UTF-8/string_edges.txt @@ -10,4 +10,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/fr_FR.UTF-8/string_v.txt b/magic/magic-docs/fr_FR.UTF-8/string_v.txt index d3ff5a741..df6df0848 100644 --- a/magic/magic-docs/fr_FR.UTF-8/string_v.txt +++ b/magic/magic-docs/fr_FR.UTF-8/string_v.txt @@ -10,4 +10,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/fr_FR.UTF-8/symmetry_left_right.txt b/magic/magic-docs/fr_FR.UTF-8/symmetry_left_right.txt index 807bfe5a5..74f34a3fd 100644 --- a/magic/magic-docs/fr_FR.UTF-8/symmetry_left_right.txt +++ b/magic/magic-docs/fr_FR.UTF-8/symmetry_left_right.txt @@ -10,4 +10,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/fr_FR.UTF-8/symmetry_up_down.txt b/magic/magic-docs/fr_FR.UTF-8/symmetry_up_down.txt index d711cac39..12b23f09f 100644 --- a/magic/magic-docs/fr_FR.UTF-8/symmetry_up_down.txt +++ b/magic/magic-docs/fr_FR.UTF-8/symmetry_up_down.txt @@ -10,4 +10,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/fr_FR.UTF-8/tiles.txt b/magic/magic-docs/fr_FR.UTF-8/tiles.txt index 2b44c578a..2257918a6 100644 --- a/magic/magic-docs/fr_FR.UTF-8/tiles.txt +++ b/magic/magic-docs/fr_FR.UTF-8/tiles.txt @@ -10,4 +10,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/fr_FR.UTF-8/tint.txt b/magic/magic-docs/fr_FR.UTF-8/tint.txt index bdb335298..5e059b3ec 100644 --- a/magic/magic-docs/fr_FR.UTF-8/tint.txt +++ b/magic/magic-docs/fr_FR.UTF-8/tint.txt @@ -11,4 +11,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/fr_FR.UTF-8/toothpaste.txt b/magic/magic-docs/fr_FR.UTF-8/toothpaste.txt index fad0ba3cb..76be31790 100644 --- a/magic/magic-docs/fr_FR.UTF-8/toothpaste.txt +++ b/magic/magic-docs/fr_FR.UTF-8/toothpaste.txt @@ -8,4 +8,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/fr_FR.UTF-8/tornado.txt b/magic/magic-docs/fr_FR.UTF-8/tornado.txt index 80827b955..01855aec1 100644 --- a/magic/magic-docs/fr_FR.UTF-8/tornado.txt +++ b/magic/magic-docs/fr_FR.UTF-8/tornado.txt @@ -8,4 +8,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/fr_FR.UTF-8/tv.txt b/magic/magic-docs/fr_FR.UTF-8/tv.txt index a80fb18d9..ff05637af 100644 --- a/magic/magic-docs/fr_FR.UTF-8/tv.txt +++ b/magic/magic-docs/fr_FR.UTF-8/tv.txt @@ -9,4 +9,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/fr_FR.UTF-8/wavelets.txt b/magic/magic-docs/fr_FR.UTF-8/wavelets.txt index 149aa64a3..2b06d052e 100644 --- a/magic/magic-docs/fr_FR.UTF-8/wavelets.txt +++ b/magic/magic-docs/fr_FR.UTF-8/wavelets.txt @@ -13,4 +13,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/fr_FR.UTF-8/waves.txt b/magic/magic-docs/fr_FR.UTF-8/waves.txt index 38a9be189..835094418 100644 --- a/magic/magic-docs/fr_FR.UTF-8/waves.txt +++ b/magic/magic-docs/fr_FR.UTF-8/waves.txt @@ -12,4 +12,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/fr_FR.UTF-8/wet_paint.txt b/magic/magic-docs/fr_FR.UTF-8/wet_paint.txt index 052be4744..fb12192b5 100644 --- a/magic/magic-docs/fr_FR.UTF-8/wet_paint.txt +++ b/magic/magic-docs/fr_FR.UTF-8/wet_paint.txt @@ -11,4 +11,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/fr_FR.UTF-8/xor_colors.txt b/magic/magic-docs/fr_FR.UTF-8/xor_colors.txt index fcb96fe52..8dc04911e 100644 --- a/magic/magic-docs/fr_FR.UTF-8/xor_colors.txt +++ b/magic/magic-docs/fr_FR.UTF-8/xor_colors.txt @@ -8,4 +8,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/fr_FR.UTF-8/zoom.txt b/magic/magic-docs/fr_FR.UTF-8/zoom.txt index 229e260a4..2d56c7f55 100644 --- a/magic/magic-docs/fr_FR.UTF-8/zoom.txt +++ b/magic/magic-docs/fr_FR.UTF-8/zoom.txt @@ -8,4 +8,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/gl_ES.UTF-8/blinds.txt b/magic/magic-docs/gl_ES.UTF-8/blinds.txt index 4da2fd9f0..7c3837c6a 100644 --- a/magic/magic-docs/gl_ES.UTF-8/blinds.txt +++ b/magic/magic-docs/gl_ES.UTF-8/blinds.txt @@ -9,4 +9,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/gl_ES.UTF-8/blocks.txt b/magic/magic-docs/gl_ES.UTF-8/blocks.txt index d4e9bd0e2..5e008f352 100644 --- a/magic/magic-docs/gl_ES.UTF-8/blocks.txt +++ b/magic/magic-docs/gl_ES.UTF-8/blocks.txt @@ -10,4 +10,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/gl_ES.UTF-8/blur.txt b/magic/magic-docs/gl_ES.UTF-8/blur.txt index 96831a096..654c35fe2 100644 --- a/magic/magic-docs/gl_ES.UTF-8/blur.txt +++ b/magic/magic-docs/gl_ES.UTF-8/blur.txt @@ -11,4 +11,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/gl_ES.UTF-8/bricks.txt b/magic/magic-docs/gl_ES.UTF-8/bricks.txt index cd7b84637..383e7a461 100644 --- a/magic/magic-docs/gl_ES.UTF-8/bricks.txt +++ b/magic/magic-docs/gl_ES.UTF-8/bricks.txt @@ -12,4 +12,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/gl_ES.UTF-8/calligraphy.txt b/magic/magic-docs/gl_ES.UTF-8/calligraphy.txt index 000e8decd..be3eb0a5e 100644 --- a/magic/magic-docs/gl_ES.UTF-8/calligraphy.txt +++ b/magic/magic-docs/gl_ES.UTF-8/calligraphy.txt @@ -9,4 +9,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/gl_ES.UTF-8/cartoon.txt b/magic/magic-docs/gl_ES.UTF-8/cartoon.txt index 1ccc20fe0..7c943d4c2 100644 --- a/magic/magic-docs/gl_ES.UTF-8/cartoon.txt +++ b/magic/magic-docs/gl_ES.UTF-8/cartoon.txt @@ -9,4 +9,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/gl_ES.UTF-8/chalk.txt b/magic/magic-docs/gl_ES.UTF-8/chalk.txt index 8508ea6a1..8c197e259 100644 --- a/magic/magic-docs/gl_ES.UTF-8/chalk.txt +++ b/magic/magic-docs/gl_ES.UTF-8/chalk.txt @@ -9,4 +9,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/gl_ES.UTF-8/checkerboard.txt b/magic/magic-docs/gl_ES.UTF-8/checkerboard.txt index fd472cf2c..9c5c41222 100644 --- a/magic/magic-docs/gl_ES.UTF-8/checkerboard.txt +++ b/magic/magic-docs/gl_ES.UTF-8/checkerboard.txt @@ -9,4 +9,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/gl_ES.UTF-8/clone.txt b/magic/magic-docs/gl_ES.UTF-8/clone.txt index bfdd6c575..3565bcc9d 100644 --- a/magic/magic-docs/gl_ES.UTF-8/clone.txt +++ b/magic/magic-docs/gl_ES.UTF-8/clone.txt @@ -10,4 +10,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/gl_ES.UTF-8/color_and_white.txt b/magic/magic-docs/gl_ES.UTF-8/color_and_white.txt index d1b6ee22e..b9fcba633 100644 --- a/magic/magic-docs/gl_ES.UTF-8/color_and_white.txt +++ b/magic/magic-docs/gl_ES.UTF-8/color_and_white.txt @@ -10,4 +10,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/gl_ES.UTF-8/color_shift.txt b/magic/magic-docs/gl_ES.UTF-8/color_shift.txt index 2a506656a..8cea08043 100644 --- a/magic/magic-docs/gl_ES.UTF-8/color_shift.txt +++ b/magic/magic-docs/gl_ES.UTF-8/color_shift.txt @@ -8,4 +8,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/gl_ES.UTF-8/confetti.txt b/magic/magic-docs/gl_ES.UTF-8/confetti.txt index 3f94e6d58..2e4cd9303 100644 --- a/magic/magic-docs/gl_ES.UTF-8/confetti.txt +++ b/magic/magic-docs/gl_ES.UTF-8/confetti.txt @@ -8,4 +8,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/gl_ES.UTF-8/darken.txt b/magic/magic-docs/gl_ES.UTF-8/darken.txt index c7dba87d9..34e0f3c19 100644 --- a/magic/magic-docs/gl_ES.UTF-8/darken.txt +++ b/magic/magic-docs/gl_ES.UTF-8/darken.txt @@ -11,4 +11,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/gl_ES.UTF-8/distortion.txt b/magic/magic-docs/gl_ES.UTF-8/distortion.txt index 630faa47d..41e3626e6 100644 --- a/magic/magic-docs/gl_ES.UTF-8/distortion.txt +++ b/magic/magic-docs/gl_ES.UTF-8/distortion.txt @@ -8,4 +8,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/gl_ES.UTF-8/drip.txt b/magic/magic-docs/gl_ES.UTF-8/drip.txt index cbd95893b..23d674ae1 100644 --- a/magic/magic-docs/gl_ES.UTF-8/drip.txt +++ b/magic/magic-docs/gl_ES.UTF-8/drip.txt @@ -8,4 +8,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/gl_ES.UTF-8/edges.txt b/magic/magic-docs/gl_ES.UTF-8/edges.txt index 30f1b9707..777ed5f0f 100644 --- a/magic/magic-docs/gl_ES.UTF-8/edges.txt +++ b/magic/magic-docs/gl_ES.UTF-8/edges.txt @@ -10,4 +10,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/gl_ES.UTF-8/emboss.txt b/magic/magic-docs/gl_ES.UTF-8/emboss.txt index 47eff7f9d..b26d29fa8 100644 --- a/magic/magic-docs/gl_ES.UTF-8/emboss.txt +++ b/magic/magic-docs/gl_ES.UTF-8/emboss.txt @@ -12,4 +12,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/gl_ES.UTF-8/fisheye.txt b/magic/magic-docs/gl_ES.UTF-8/fisheye.txt index 258acd904..c98e3e532 100644 --- a/magic/magic-docs/gl_ES.UTF-8/fisheye.txt +++ b/magic/magic-docs/gl_ES.UTF-8/fisheye.txt @@ -10,4 +10,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/gl_ES.UTF-8/flip.txt b/magic/magic-docs/gl_ES.UTF-8/flip.txt index 7813f2cc6..7f5058582 100644 --- a/magic/magic-docs/gl_ES.UTF-8/flip.txt +++ b/magic/magic-docs/gl_ES.UTF-8/flip.txt @@ -11,4 +11,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/gl_ES.UTF-8/flower.txt b/magic/magic-docs/gl_ES.UTF-8/flower.txt index dcfe55fb8..aa2f52af7 100644 --- a/magic/magic-docs/gl_ES.UTF-8/flower.txt +++ b/magic/magic-docs/gl_ES.UTF-8/flower.txt @@ -14,4 +14,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/gl_ES.UTF-8/foam.txt b/magic/magic-docs/gl_ES.UTF-8/foam.txt index 1ea6221c7..3f25a9bc5 100644 --- a/magic/magic-docs/gl_ES.UTF-8/foam.txt +++ b/magic/magic-docs/gl_ES.UTF-8/foam.txt @@ -10,4 +10,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/gl_ES.UTF-8/fold.txt b/magic/magic-docs/gl_ES.UTF-8/fold.txt index 6ba35c2d4..9f671cb00 100644 --- a/magic/magic-docs/gl_ES.UTF-8/fold.txt +++ b/magic/magic-docs/gl_ES.UTF-8/fold.txt @@ -11,4 +11,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/gl_ES.UTF-8/fretwork.txt b/magic/magic-docs/gl_ES.UTF-8/fretwork.txt index 9e0c00fa4..ba1bc2b50 100644 --- a/magic/magic-docs/gl_ES.UTF-8/fretwork.txt +++ b/magic/magic-docs/gl_ES.UTF-8/fretwork.txt @@ -8,4 +8,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/gl_ES.UTF-8/glass_tile.txt b/magic/magic-docs/gl_ES.UTF-8/glass_tile.txt index eb44763d4..4a33bf052 100644 --- a/magic/magic-docs/gl_ES.UTF-8/glass_tile.txt +++ b/magic/magic-docs/gl_ES.UTF-8/glass_tile.txt @@ -9,4 +9,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/gl_ES.UTF-8/grass.txt b/magic/magic-docs/gl_ES.UTF-8/grass.txt index 8b4fbc84f..2755ab637 100644 --- a/magic/magic-docs/gl_ES.UTF-8/grass.txt +++ b/magic/magic-docs/gl_ES.UTF-8/grass.txt @@ -12,4 +12,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/gl_ES.UTF-8/halftone.txt b/magic/magic-docs/gl_ES.UTF-8/halftone.txt index c7f645d81..055bb5550 100644 --- a/magic/magic-docs/gl_ES.UTF-8/halftone.txt +++ b/magic/magic-docs/gl_ES.UTF-8/halftone.txt @@ -10,4 +10,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/gl_ES.UTF-8/hexagon_mosaic.txt b/magic/magic-docs/gl_ES.UTF-8/hexagon_mosaic.txt index 6f3b306a1..578b10342 100644 --- a/magic/magic-docs/gl_ES.UTF-8/hexagon_mosaic.txt +++ b/magic/magic-docs/gl_ES.UTF-8/hexagon_mosaic.txt @@ -10,4 +10,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/gl_ES.UTF-8/html/blinds.html b/magic/magic-docs/gl_ES.UTF-8/html/blinds.html index 0d448a017..74bd36be5 100644 --- a/magic/magic-docs/gl_ES.UTF-8/html/blinds.html +++ b/magic/magic-docs/gl_ES.UTF-8/html/blinds.html @@ -9,5 +9,5 @@ Pere Pujal i Carabantes <pere@fornol.no-ip.org>

    Click towards the edge of your picture to pull window blinds over it. Move perpendicularly to open or close the blinds.


    -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ No newline at end of file diff --git a/magic/magic-docs/gl_ES.UTF-8/html/blocks.html b/magic/magic-docs/gl_ES.UTF-8/html/blocks.html index c6e2ee1e6..dba80112b 100644 --- a/magic/magic-docs/gl_ES.UTF-8/html/blocks.html +++ b/magic/magic-docs/gl_ES.UTF-8/html/blocks.html @@ -11,5 +11,5 @@ Albert Cahalan <albert@users.sf.net&

    This makes the picture blocky looking ("pixelated") wherever you drag the mouse.


    -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ No newline at end of file diff --git a/magic/magic-docs/gl_ES.UTF-8/html/blur.html b/magic/magic-docs/gl_ES.UTF-8/html/blur.html index cd1194b46..491db7d25 100644 --- a/magic/magic-docs/gl_ES.UTF-8/html/blur.html +++ b/magic/magic-docs/gl_ES.UTF-8/html/blur.html @@ -12,5 +12,5 @@ Albert Cahalan <albert@users.sf.net&

    This makes the picture fuzzy wherever you drag the mouse.

    See also: sharpen smudge


    -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ No newline at end of file diff --git a/magic/magic-docs/gl_ES.UTF-8/html/bricks.html b/magic/magic-docs/gl_ES.UTF-8/html/bricks.html index 91dc40210..757c311a8 100644 --- a/magic/magic-docs/gl_ES.UTF-8/html/bricks.html +++ b/magic/magic-docs/gl_ES.UTF-8/html/bricks.html @@ -10,5 +10,5 @@ Albert Cahalan <albert@users.sf.net&

    These two tools intelligently paint large and small brick patterns on the canvas. The bricks can be tinted various redish hues by selecting different colors in the color palette.

    See also: pixels


    -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ No newline at end of file diff --git a/magic/magic-docs/gl_ES.UTF-8/html/calligraphy.html b/magic/magic-docs/gl_ES.UTF-8/html/calligraphy.html index 17856f692..805c41e11 100644 --- a/magic/magic-docs/gl_ES.UTF-8/html/calligraphy.html +++ b/magic/magic-docs/gl_ES.UTF-8/html/calligraphy.html @@ -9,5 +9,5 @@ Bill Kendrick <bill@newbreedsoftware.com>

    This paints on the canvas with a calligraphy pen. The quicker you move, the thinner the lines.


    -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ No newline at end of file diff --git a/magic/magic-docs/gl_ES.UTF-8/html/cartoon.html b/magic/magic-docs/gl_ES.UTF-8/html/cartoon.html index 9e1e1fd6c..4962d9d36 100644 --- a/magic/magic-docs/gl_ES.UTF-8/html/cartoon.html +++ b/magic/magic-docs/gl_ES.UTF-8/html/cartoon.html @@ -9,5 +9,5 @@ Bill Kendrick <bill@newbreedsoftware.com>

    This makes the picture look like a cartoon — with thick outlines and bright, solid colors — wherever you move the mouse.


    -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ No newline at end of file diff --git a/magic/magic-docs/gl_ES.UTF-8/html/chalk.html b/magic/magic-docs/gl_ES.UTF-8/html/chalk.html index f943e81ab..ea9e7a6fc 100644 --- a/magic/magic-docs/gl_ES.UTF-8/html/chalk.html +++ b/magic/magic-docs/gl_ES.UTF-8/html/chalk.html @@ -9,5 +9,5 @@ Bill Kendrick <bill@newbreedsoftware.com>

    This makes parts of the picture (where you move the mouse) look like a chalk drawing.


    -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ No newline at end of file diff --git a/magic/magic-docs/gl_ES.UTF-8/html/checkerboard.html b/magic/magic-docs/gl_ES.UTF-8/html/checkerboard.html index 5a463f0a7..c5d0d67ec 100644 --- a/magic/magic-docs/gl_ES.UTF-8/html/checkerboard.html +++ b/magic/magic-docs/gl_ES.UTF-8/html/checkerboard.html @@ -9,5 +9,5 @@ Bill Kendrick <bill@newbreedsoftware.com>

    This covers the entire canvas with a checkboard pattern using the current color. Drag to change the size of the squares.


    -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ No newline at end of file diff --git a/magic/magic-docs/gl_ES.UTF-8/html/clone.html b/magic/magic-docs/gl_ES.UTF-8/html/clone.html index bf1c60b24..52ff9c3f1 100644 --- a/magic/magic-docs/gl_ES.UTF-8/html/clone.html +++ b/magic/magic-docs/gl_ES.UTF-8/html/clone.html @@ -9,5 +9,5 @@ Bill Kendrick <bill@newbreedsoftware.com>

    Clone (copy, via painting) part of the picture. Click ones to choose the source, then click and drag to clone it elsewhere in the drawing. Once you release, click to choose another source and start again.


    -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ No newline at end of file diff --git a/magic/magic-docs/gl_ES.UTF-8/html/color_and_white.html b/magic/magic-docs/gl_ES.UTF-8/html/color_and_white.html index 02f49320b..f0eff5c6b 100644 --- a/magic/magic-docs/gl_ES.UTF-8/html/color_and_white.html +++ b/magic/magic-docs/gl_ES.UTF-8/html/color_and_white.html @@ -9,5 +9,5 @@ Andrew Corcoran <akanewbie@gmail.com>

    This makes parts of your picture two colors: white, and the color chosen in the palette. (i.e., if you choose black, you'll get a black and white picture).


    -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ No newline at end of file diff --git a/magic/magic-docs/gl_ES.UTF-8/html/color_shift.html b/magic/magic-docs/gl_ES.UTF-8/html/color_shift.html index 4e1ab051f..768830bf4 100644 --- a/magic/magic-docs/gl_ES.UTF-8/html/color_shift.html +++ b/magic/magic-docs/gl_ES.UTF-8/html/color_shift.html @@ -9,5 +9,5 @@ Andrew Corcoran <akanewbie@gmail.com>

    This shifts the colors in your picture.


    -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ No newline at end of file diff --git a/magic/magic-docs/gl_ES.UTF-8/html/confetti.html b/magic/magic-docs/gl_ES.UTF-8/html/confetti.html index 281b47714..77fbb8b3c 100644 --- a/magic/magic-docs/gl_ES.UTF-8/html/confetti.html +++ b/magic/magic-docs/gl_ES.UTF-8/html/confetti.html @@ -9,5 +9,5 @@ Adam Rakowski <foo-script@o2.pl>

    Throw confetti around your picture!


    -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ No newline at end of file diff --git a/magic/magic-docs/gl_ES.UTF-8/html/darken.html b/magic/magic-docs/gl_ES.UTF-8/html/darken.html index 64effb162..877049615 100644 --- a/magic/magic-docs/gl_ES.UTF-8/html/darken.html +++ b/magic/magic-docs/gl_ES.UTF-8/html/darken.html @@ -10,5 +10,5 @@ Bill Kendrick <bill@newbreedsoftwa

    This dakrens the colors wherever you drag the mouse. (Do it to the same spot many times, and it will eventually become black.)

    See also: lighten tint


    -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ No newline at end of file diff --git a/magic/magic-docs/gl_ES.UTF-8/html/distortion.html b/magic/magic-docs/gl_ES.UTF-8/html/distortion.html index 656ecf743..31264cdc4 100644 --- a/magic/magic-docs/gl_ES.UTF-8/html/distortion.html +++ b/magic/magic-docs/gl_ES.UTF-8/html/distortion.html @@ -9,5 +9,5 @@ Bill Kendrick <bill@newbreedsoftware.com>

    This slightly distorts the picture wherever you move the mouse.


    -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ No newline at end of file diff --git a/magic/magic-docs/gl_ES.UTF-8/html/drip.html b/magic/magic-docs/gl_ES.UTF-8/html/drip.html index 562ff27e2..672d8766b 100644 --- a/magic/magic-docs/gl_ES.UTF-8/html/drip.html +++ b/magic/magic-docs/gl_ES.UTF-8/html/drip.html @@ -9,5 +9,5 @@ Bill Kendrick <bill@newbreedsoftware.com>

    This makes the paint "drip" wherever you move the mouse.


    -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ No newline at end of file diff --git a/magic/magic-docs/gl_ES.UTF-8/html/edges.html b/magic/magic-docs/gl_ES.UTF-8/html/edges.html index 134922c01..8a9309946 100644 --- a/magic/magic-docs/gl_ES.UTF-8/html/edges.html +++ b/magic/magic-docs/gl_ES.UTF-8/html/edges.html @@ -10,5 +10,5 @@ Andrew Corcoran <akanewbie@gmail.com

    Trace the edges in your picture, over a white background.

    See also: emboss silhouette


    -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ No newline at end of file diff --git a/magic/magic-docs/gl_ES.UTF-8/html/emboss.html b/magic/magic-docs/gl_ES.UTF-8/html/emboss.html index aad8cdb13..c6c096af0 100644 --- a/magic/magic-docs/gl_ES.UTF-8/html/emboss.html +++ b/magic/magic-docs/gl_ES.UTF-8/html/emboss.html @@ -10,5 +10,5 @@ Bill Kendrick <bill@newbreedsoftwa

    This makes parts of your picture look "embossed." Wherever there are sharp edges in your picture, the picture will look raised like it was stamped in metal.

    See also: edges silhouette


    -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ No newline at end of file diff --git a/magic/magic-docs/gl_ES.UTF-8/html/fisheye.html b/magic/magic-docs/gl_ES.UTF-8/html/fisheye.html index a81697875..9ee6d816c 100644 --- a/magic/magic-docs/gl_ES.UTF-8/html/fisheye.html +++ b/magic/magic-docs/gl_ES.UTF-8/html/fisheye.html @@ -10,5 +10,5 @@ Adam Rakowski <foo-script@o2.pl>Warp parts of your picture like it's being seen through a fisheye lens.

    See also: ripples


    -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ No newline at end of file diff --git a/magic/magic-docs/gl_ES.UTF-8/html/flip.html b/magic/magic-docs/gl_ES.UTF-8/html/flip.html index 3964be431..4d02cda64 100644 --- a/magic/magic-docs/gl_ES.UTF-8/html/flip.html +++ b/magic/magic-docs/gl_ES.UTF-8/html/flip.html @@ -10,5 +10,5 @@ Bill Kendrick <bill@newbreedsoftwa

    Similar to "Mirror." Click and the entire image will be turned upside-down.

    See also: mirror


    -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ No newline at end of file diff --git a/magic/magic-docs/gl_ES.UTF-8/html/flower.html b/magic/magic-docs/gl_ES.UTF-8/html/flower.html index 051803a4b..deb02d1cf 100644 --- a/magic/magic-docs/gl_ES.UTF-8/html/flower.html +++ b/magic/magic-docs/gl_ES.UTF-8/html/flower.html @@ -10,5 +10,5 @@ Bill Kendrick <bill@newbreedsoftwa

    This tool draws small flowers, with leafy bases and stalks. Click to set the base, then drag the mouse upwards to drawe the stalk, and finally release the mouse button to finish the flower. It will be drawn in the currently-selected color. The shape and length of the stalk depends on how you move the mouse while you drag.

    See also: grass


    -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ No newline at end of file diff --git a/magic/magic-docs/gl_ES.UTF-8/html/foam.html b/magic/magic-docs/gl_ES.UTF-8/html/foam.html index 4255e98a5..a4f3c012a 100644 --- a/magic/magic-docs/gl_ES.UTF-8/html/foam.html +++ b/magic/magic-docs/gl_ES.UTF-8/html/foam.html @@ -9,5 +9,5 @@ Bill Kendrick <bill@newbreedsoftware.com>

    Click and drag the mouse to draw foamy bubbles. The more you drag the mouse in a particular spot, the more likely small bubbles will combine to form bigger bubbles.


    -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ No newline at end of file diff --git a/magic/magic-docs/gl_ES.UTF-8/html/fold.html b/magic/magic-docs/gl_ES.UTF-8/html/fold.html index 46c200b4e..081d369bf 100644 --- a/magic/magic-docs/gl_ES.UTF-8/html/fold.html +++ b/magic/magic-docs/gl_ES.UTF-8/html/fold.html @@ -12,5 +12,5 @@ Pere Pujal i Carabantes <pere@fornol.n

    Click a corner of your picture and drag towards the center to fold it up like a piece of paper.


    -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ No newline at end of file diff --git a/magic/magic-docs/gl_ES.UTF-8/html/fretwork.html b/magic/magic-docs/gl_ES.UTF-8/html/fretwork.html index 922359773..096c46200 100644 --- a/magic/magic-docs/gl_ES.UTF-8/html/fretwork.html +++ b/magic/magic-docs/gl_ES.UTF-8/html/fretwork.html @@ -9,5 +9,5 @@ Pere Pujal i Carabantes <
    pere@fornol.no-ip.org>

    Draw an interlaced decorative design that looks like wooden fretwork.


    -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ No newline at end of file diff --git a/magic/magic-docs/gl_ES.UTF-8/html/glass_tile.html b/magic/magic-docs/gl_ES.UTF-8/html/glass_tile.html index 6a6722948..00d5829e7 100644 --- a/magic/magic-docs/gl_ES.UTF-8/html/glass_tile.html +++ b/magic/magic-docs/gl_ES.UTF-8/html/glass_tile.html @@ -9,5 +9,5 @@ Bill Kendrick <bill@newbreedsoftware.com>

    Click and drag over your picture to make it look like it's being seen through glass tiles.


    -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ No newline at end of file diff --git a/magic/magic-docs/gl_ES.UTF-8/html/grass.html b/magic/magic-docs/gl_ES.UTF-8/html/grass.html index 6eeb24331..204811d67 100644 --- a/magic/magic-docs/gl_ES.UTF-8/html/grass.html +++ b/magic/magic-docs/gl_ES.UTF-8/html/grass.html @@ -10,5 +10,5 @@ Albert Cahalan <albert@users.sf.net&

    This paints grass on the image. The higher up the canvas, the smaller the grass is drawn, giving an illusion of perspective. The grass can be tinted various greenish hues by selecting different colors in the color palette.

    See also: flower


    -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ No newline at end of file diff --git a/magic/magic-docs/gl_ES.UTF-8/html/halftone.html b/magic/magic-docs/gl_ES.UTF-8/html/halftone.html index 837f49a21..950c61b03 100644 --- a/magic/magic-docs/gl_ES.UTF-8/html/halftone.html +++ b/magic/magic-docs/gl_ES.UTF-8/html/halftone.html @@ -9,5 +9,5 @@ Bill Kendrick <bill@newbreedsoftware.com>

    This makes parts of your picture look like newsprint. Different sizes of cyan, magenta, yellow, and black "ink" will appear in place of your picture.


    -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ No newline at end of file diff --git a/magic/magic-docs/gl_ES.UTF-8/html/hexagon_mosaic.html b/magic/magic-docs/gl_ES.UTF-8/html/hexagon_mosaic.html index e6e51e36b..20734ff8b 100644 --- a/magic/magic-docs/gl_ES.UTF-8/html/hexagon_mosaic.html +++ b/magic/magic-docs/gl_ES.UTF-8/html/hexagon_mosaic.html @@ -10,5 +10,5 @@ Pere Pujal i Carabantes <pere@fornol.n

    Converts parts of your picture into a mosaic of hexagon cells.

    See also: irregular_mosaic square_mosaic mosaic


    -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ 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 693e73f31..d21a991dc 100644 --- a/magic/magic-docs/gl_ES.UTF-8/html/index.html +++ b/magic/magic-docs/gl_ES.UTF-8/html/index.html @@ -102,5 +102,5 @@
  • Tornado

  • -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ No newline at end of file diff --git a/magic/magic-docs/gl_ES.UTF-8/html/irregular_mosaic.html b/magic/magic-docs/gl_ES.UTF-8/html/irregular_mosaic.html index 8078dd6e1..edd8fd82a 100644 --- a/magic/magic-docs/gl_ES.UTF-8/html/irregular_mosaic.html +++ b/magic/magic-docs/gl_ES.UTF-8/html/irregular_mosaic.html @@ -10,5 +10,5 @@ Pere Pujal i Carabantes <pere@fornol.n

    Converts parts of your picture into a mosaic of irregularly-shaped cells.

    See also: hexagon_mosaic square_mosaic mosaic


    -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ No newline at end of file diff --git a/magic/magic-docs/gl_ES.UTF-8/html/kaleidoscope.html b/magic/magic-docs/gl_ES.UTF-8/html/kaleidoscope.html index 0dcde9b81..f0baa7ef4 100644 --- a/magic/magic-docs/gl_ES.UTF-8/html/kaleidoscope.html +++ b/magic/magic-docs/gl_ES.UTF-8/html/kaleidoscope.html @@ -10,5 +10,5 @@ Bill Kendrick <bill@newbreedsoftwa

    This paint brush draws in four places at the same time, mirroring symmetrically, both horizontally and vertically. It uses the currently selected color.

    See also: picasso rosette


    -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ No newline at end of file diff --git a/magic/magic-docs/gl_ES.UTF-8/html/light.html b/magic/magic-docs/gl_ES.UTF-8/html/light.html index a1399f08d..056f509c0 100644 --- a/magic/magic-docs/gl_ES.UTF-8/html/light.html +++ b/magic/magic-docs/gl_ES.UTF-8/html/light.html @@ -9,5 +9,5 @@ Bill Kendrick <bill@newbreedsoftware.com>

    This draws a glowing beam on the canvas, in the currently-selected color. The more you use it on one spot, the more white it becomes.


    -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ No newline at end of file diff --git a/magic/magic-docs/gl_ES.UTF-8/html/lighten.html b/magic/magic-docs/gl_ES.UTF-8/html/lighten.html index b53a412c6..fbf6a9b15 100644 --- a/magic/magic-docs/gl_ES.UTF-8/html/lighten.html +++ b/magic/magic-docs/gl_ES.UTF-8/html/lighten.html @@ -10,5 +10,5 @@ Bill Kendrick <bill@newbreedsoftwa

    This fades the colors wherever you drag the mouse. (Do it to the same spot many times, and it will eventually become white.)

    See also: darken tint


    -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ No newline at end of file diff --git a/magic/magic-docs/gl_ES.UTF-8/html/lightning.html b/magic/magic-docs/gl_ES.UTF-8/html/lightning.html index 475aa1bfa..9e6812669 100644 --- a/magic/magic-docs/gl_ES.UTF-8/html/lightning.html +++ b/magic/magic-docs/gl_ES.UTF-8/html/lightning.html @@ -9,5 +9,5 @@ Bill Kendrick <bill@newbreedsoftware.com>

    Draws a lightning bolt between two points on the picture.


    -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ No newline at end of file diff --git a/magic/magic-docs/gl_ES.UTF-8/html/metal_paint.html b/magic/magic-docs/gl_ES.UTF-8/html/metal_paint.html index 56a74e867..063545e61 100644 --- a/magic/magic-docs/gl_ES.UTF-8/html/metal_paint.html +++ b/magic/magic-docs/gl_ES.UTF-8/html/metal_paint.html @@ -9,5 +9,5 @@ Bill Kendrick <bill@newbreedsoftware.com>

    Click and drag to draw shiny metal using the current color.


    -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ No newline at end of file diff --git a/magic/magic-docs/gl_ES.UTF-8/html/mirror.html b/magic/magic-docs/gl_ES.UTF-8/html/mirror.html index 7ef3642a5..b0e33ea52 100644 --- a/magic/magic-docs/gl_ES.UTF-8/html/mirror.html +++ b/magic/magic-docs/gl_ES.UTF-8/html/mirror.html @@ -10,5 +10,5 @@ Bill Kendrick <bill@newbreedsoftwa

    When you click the mouse in your picture with the "Mirror" magic effect selected, the entire image will be reversed, turning it into a mirror image.

    See also: flip


    -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ No newline at end of file diff --git a/magic/magic-docs/gl_ES.UTF-8/html/mosaic.html b/magic/magic-docs/gl_ES.UTF-8/html/mosaic.html index eb2727337..3365627fd 100644 --- a/magic/magic-docs/gl_ES.UTF-8/html/mosaic.html +++ b/magic/magic-docs/gl_ES.UTF-8/html/mosaic.html @@ -12,5 +12,5 @@ Pere Pujal i Carabantes <pere@fornol.n

    Adds a glass mosaic effect to your picture.

    See also: hexagon_mosaic irregular_mosaic square_mosaic


    -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ No newline at end of file diff --git a/magic/magic-docs/gl_ES.UTF-8/html/negative.html b/magic/magic-docs/gl_ES.UTF-8/html/negative.html index 6958d9675..32fc2d984 100644 --- a/magic/magic-docs/gl_ES.UTF-8/html/negative.html +++ b/magic/magic-docs/gl_ES.UTF-8/html/negative.html @@ -9,5 +9,5 @@ Bill Kendrick <bill@newbreedsoftware.com>

    This inverts the colors wherever you drag the mouse. (e.g., white becomes black, and vice versa.) It inverts the values of the Red, Green, and Blue components of the pixels.


    -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ No newline at end of file diff --git a/magic/magic-docs/gl_ES.UTF-8/html/noise.html b/magic/magic-docs/gl_ES.UTF-8/html/noise.html index cb8b775b1..97e455a76 100644 --- a/magic/magic-docs/gl_ES.UTF-8/html/noise.html +++ b/magic/magic-docs/gl_ES.UTF-8/html/noise.html @@ -9,5 +9,5 @@ Andrew Corcoran <akanewbie@gmail.com>

    Add random noise and static to your picture.


    -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ No newline at end of file diff --git a/magic/magic-docs/gl_ES.UTF-8/html/opposite.html b/magic/magic-docs/gl_ES.UTF-8/html/opposite.html index b827d7a68..e135ac892 100644 --- a/magic/magic-docs/gl_ES.UTF-8/html/opposite.html +++ b/magic/magic-docs/gl_ES.UTF-8/html/opposite.html @@ -9,5 +9,5 @@ Bill Kendrick <bill@newbreedsoftware.com>

    This converts the colors wherever you drag the mouse into their complementary (opposite) colors. (e.g., blue becomes orange, and vice versa.) It changes the Hue compoment of the pixels, without affecting the Saturation or Lightness.


    -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ No newline at end of file diff --git a/magic/magic-docs/gl_ES.UTF-8/html/panels.html b/magic/magic-docs/gl_ES.UTF-8/html/panels.html index a45de0cf5..ddb37dd03 100644 --- a/magic/magic-docs/gl_ES.UTF-8/html/panels.html +++ b/magic/magic-docs/gl_ES.UTF-8/html/panels.html @@ -9,5 +9,5 @@ Bill Kendrick <bill@newbreedsoftware.com>

    Shrink the image and repeat it four times in a 2-by-2 grid. Useful for creating 4-panel comics. Can also be used to create a compound-eye effect.


    -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ No newline at end of file diff --git a/magic/magic-docs/gl_ES.UTF-8/html/pattern.html b/magic/magic-docs/gl_ES.UTF-8/html/pattern.html index d614bb615..f428b020a 100644 --- a/magic/magic-docs/gl_ES.UTF-8/html/pattern.html +++ b/magic/magic-docs/gl_ES.UTF-8/html/pattern.html @@ -10,5 +10,5 @@ Pere Pujal i Carabantes <pere@fornol.n

    Draws a tiled pattern around the picture.

    See also: tiles


    -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ No newline at end of file diff --git a/magic/magic-docs/gl_ES.UTF-8/html/perspective.html b/magic/magic-docs/gl_ES.UTF-8/html/perspective.html index 767be7da3..2b80b96d1 100644 --- a/magic/magic-docs/gl_ES.UTF-8/html/perspective.html +++ b/magic/magic-docs/gl_ES.UTF-8/html/perspective.html @@ -9,5 +9,5 @@ Pere Pujal i Carabantes <pere@fornol.no-ip.org>

    Click and drag from the corners to change the perspective of your picture.


    -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ No newline at end of file diff --git a/magic/magic-docs/gl_ES.UTF-8/html/picasso.html b/magic/magic-docs/gl_ES.UTF-8/html/picasso.html index 6e493700b..a699003b2 100644 --- a/magic/magic-docs/gl_ES.UTF-8/html/picasso.html +++ b/magic/magic-docs/gl_ES.UTF-8/html/picasso.html @@ -10,5 +10,5 @@ Adam Rakowski <foo-script@o2.pl>Draw three swirling brushes at once, in a Picasso style.

    See also: rosette kaleidoscope


    -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ No newline at end of file diff --git a/magic/magic-docs/gl_ES.UTF-8/html/pixels.html b/magic/magic-docs/gl_ES.UTF-8/html/pixels.html index 644d6d9d0..0d98ee200 100644 --- a/magic/magic-docs/gl_ES.UTF-8/html/pixels.html +++ b/magic/magic-docs/gl_ES.UTF-8/html/pixels.html @@ -10,5 +10,5 @@ Bill Kendrick <bill@newbreedsoftwa

    Draw large square "pixels" on the canvas.

    See also: bricks


    -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ No newline at end of file diff --git a/magic/magic-docs/gl_ES.UTF-8/html/puzzle.html b/magic/magic-docs/gl_ES.UTF-8/html/puzzle.html index 423fabf70..9f5c4cc54 100644 --- a/magic/magic-docs/gl_ES.UTF-8/html/puzzle.html +++ b/magic/magic-docs/gl_ES.UTF-8/html/puzzle.html @@ -9,5 +9,5 @@ Adam Rakowski <foo-script@o2.pl>

    Slide parts of your picture around like a sliding puzzle.


    -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ No newline at end of file diff --git a/magic/magic-docs/gl_ES.UTF-8/html/rails.html b/magic/magic-docs/gl_ES.UTF-8/html/rails.html index 42f4c5388..4a84b96d9 100644 --- a/magic/magic-docs/gl_ES.UTF-8/html/rails.html +++ b/magic/magic-docs/gl_ES.UTF-8/html/rails.html @@ -12,5 +12,5 @@ Bill Kendrick <bill@newbreedsoftwa

    Draw connecting locomotive train rails on your picture.


    -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ No newline at end of file diff --git a/magic/magic-docs/gl_ES.UTF-8/html/rain.html b/magic/magic-docs/gl_ES.UTF-8/html/rain.html index 92d5f81d4..765348621 100644 --- a/magic/magic-docs/gl_ES.UTF-8/html/rain.html +++ b/magic/magic-docs/gl_ES.UTF-8/html/rain.html @@ -10,5 +10,5 @@ Andrew Corcoran <
    akanewbie@gmail.com

    Paint raindrops on your picture.

    See also: snow_ball snow_flake


    -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ No newline at end of file diff --git a/magic/magic-docs/gl_ES.UTF-8/html/rainbow.html b/magic/magic-docs/gl_ES.UTF-8/html/rainbow.html index f7e5630b0..8ab871cb7 100644 --- a/magic/magic-docs/gl_ES.UTF-8/html/rainbow.html +++ b/magic/magic-docs/gl_ES.UTF-8/html/rainbow.html @@ -10,5 +10,5 @@ Bill Kendrick <bill@newbreedsoftwa

    This is similar to the paint brush, but as you move the mouse around, it cycles through a spectrum of bright colors.

    See also: smooth_rainbow


    -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ No newline at end of file diff --git a/magic/magic-docs/gl_ES.UTF-8/html/real_rainbow.html b/magic/magic-docs/gl_ES.UTF-8/html/real_rainbow.html index d214962f4..258967c70 100644 --- a/magic/magic-docs/gl_ES.UTF-8/html/real_rainbow.html +++ b/magic/magic-docs/gl_ES.UTF-8/html/real_rainbow.html @@ -9,5 +9,5 @@ Bill Kendrick <bill@newbreedsoftware.com>

    Draw a transparent arc that looks like a real rainbow.


    -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ No newline at end of file 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 3081fdad2..031b660e6 100644 --- a/magic/magic-docs/gl_ES.UTF-8/html/reflection.html +++ b/magic/magic-docs/gl_ES.UTF-8/html/reflection.html @@ -9,5 +9,5 @@ Bill Kendrick <bill@newbreedsoftware.com>

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


    -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ No newline at end of file diff --git a/magic/magic-docs/gl_ES.UTF-8/html/ripples.html b/magic/magic-docs/gl_ES.UTF-8/html/ripples.html index 2e0d771ce..617b6151c 100644 --- a/magic/magic-docs/gl_ES.UTF-8/html/ripples.html +++ b/magic/magic-docs/gl_ES.UTF-8/html/ripples.html @@ -10,5 +10,5 @@ Bill Kendrick <bill@newbreedsoftwa

    Click in your picture to make water ripple distortions appear over it.

    See also: fisheye


    -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ No newline at end of file diff --git a/magic/magic-docs/gl_ES.UTF-8/html/rosette.html b/magic/magic-docs/gl_ES.UTF-8/html/rosette.html index 810fa0f0a..f26cad865 100644 --- a/magic/magic-docs/gl_ES.UTF-8/html/rosette.html +++ b/magic/magic-docs/gl_ES.UTF-8/html/rosette.html @@ -10,5 +10,5 @@ Adam Rakowski <foo-script@o2.pl>Draw three brushes at once, in a rosette shape.

    See also: kaleidoscope picasso


    -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ No newline at end of file diff --git a/magic/magic-docs/gl_ES.UTF-8/html/roygbiv_rainbow.html b/magic/magic-docs/gl_ES.UTF-8/html/roygbiv_rainbow.html index 482850185..d8cde385b 100644 --- a/magic/magic-docs/gl_ES.UTF-8/html/roygbiv_rainbow.html +++ b/magic/magic-docs/gl_ES.UTF-8/html/roygbiv_rainbow.html @@ -9,5 +9,5 @@ Bill Kendrick <bill@newbreedsoftware.com>

    Draw a rainbow arc of red, orange, yellow, green, blue, indigo and violet.


    -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ No newline at end of file diff --git a/magic/magic-docs/gl_ES.UTF-8/html/sharpen.html b/magic/magic-docs/gl_ES.UTF-8/html/sharpen.html index 6c077db79..28eaa0271 100644 --- a/magic/magic-docs/gl_ES.UTF-8/html/sharpen.html +++ b/magic/magic-docs/gl_ES.UTF-8/html/sharpen.html @@ -10,5 +10,5 @@ Andrew Corcoran <akanewbie@gmail.com

    Sharpen the focus of the picture.

    See also: blur


    -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ No newline at end of file diff --git a/magic/magic-docs/gl_ES.UTF-8/html/shift.html b/magic/magic-docs/gl_ES.UTF-8/html/shift.html index f8ccb11b0..76a87b697 100644 --- a/magic/magic-docs/gl_ES.UTF-8/html/shift.html +++ b/magic/magic-docs/gl_ES.UTF-8/html/shift.html @@ -9,5 +9,5 @@ Bill Kendrick <bill@newbreedsoftware.com>

    This shifts your picture around the canvas. Anything that gets shifts off an edge reappears on the opposite edge.


    -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ No newline at end of file diff --git a/magic/magic-docs/gl_ES.UTF-8/html/silhouette.html b/magic/magic-docs/gl_ES.UTF-8/html/silhouette.html index bf51b978e..0013b0cb3 100644 --- a/magic/magic-docs/gl_ES.UTF-8/html/silhouette.html +++ b/magic/magic-docs/gl_ES.UTF-8/html/silhouette.html @@ -10,5 +10,5 @@ Andrew Corcoran <akanewbie@gmail.com

    Trace the edges in your picture, over a black background.

    See also: edges emboss


    -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ No newline at end of file diff --git a/magic/magic-docs/gl_ES.UTF-8/html/smooth_rainbow.html b/magic/magic-docs/gl_ES.UTF-8/html/smooth_rainbow.html index 9aca52358..b541ef8b3 100644 --- a/magic/magic-docs/gl_ES.UTF-8/html/smooth_rainbow.html +++ b/magic/magic-docs/gl_ES.UTF-8/html/smooth_rainbow.html @@ -10,5 +10,5 @@ Bill Kendrick <bill@newbreedsoftwa

    This is similar to Rainbow magic tool — as you move the mouse around, it cycles through a spectrum of colors — except the colors blend smoothly as you draw.

    See also: rainbow


    -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ No newline at end of file diff --git a/magic/magic-docs/gl_ES.UTF-8/html/smudge.html b/magic/magic-docs/gl_ES.UTF-8/html/smudge.html index 8de1f5b11..a4240c25f 100644 --- a/magic/magic-docs/gl_ES.UTF-8/html/smudge.html +++ b/magic/magic-docs/gl_ES.UTF-8/html/smudge.html @@ -10,5 +10,5 @@ Albert Cahalan <albert@users.sf.net&

    This pushes the colors around under the mouse, like finger painting with wet paint.

    See also: blur wet paint


    -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ No newline at end of file diff --git a/magic/magic-docs/gl_ES.UTF-8/html/snow_ball.html b/magic/magic-docs/gl_ES.UTF-8/html/snow_ball.html index d7f2ae6bf..13dd5be4f 100644 --- a/magic/magic-docs/gl_ES.UTF-8/html/snow_ball.html +++ b/magic/magic-docs/gl_ES.UTF-8/html/snow_ball.html @@ -10,5 +10,5 @@ Andrew Corcoran <akanewbie@gmail.com

    Fill the picture with snowballs.

    See also: rain snow_flake


    -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ No newline at end of file diff --git a/magic/magic-docs/gl_ES.UTF-8/html/snow_flake.html b/magic/magic-docs/gl_ES.UTF-8/html/snow_flake.html index f28c82bbd..99dcdce61 100644 --- a/magic/magic-docs/gl_ES.UTF-8/html/snow_flake.html +++ b/magic/magic-docs/gl_ES.UTF-8/html/snow_flake.html @@ -10,5 +10,5 @@ Andrew Corcoran <akanewbie@gmail.com

    Fill the picture with snowflakes.

    See also: rain snow_ball


    -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ No newline at end of file diff --git a/magic/magic-docs/gl_ES.UTF-8/html/square_mosaic.html b/magic/magic-docs/gl_ES.UTF-8/html/square_mosaic.html index 90dcd9cbb..24fcc60b4 100644 --- a/magic/magic-docs/gl_ES.UTF-8/html/square_mosaic.html +++ b/magic/magic-docs/gl_ES.UTF-8/html/square_mosaic.html @@ -10,5 +10,5 @@ Pere Pujal i Carabantes <pere@fornol.n

    Converts parts of your picture into a mosaic of square cells.

    See also: hexagon_mosaic irregular_mosaic mosaic


    -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ No newline at end of file diff --git a/magic/magic-docs/gl_ES.UTF-8/html/stretch.html b/magic/magic-docs/gl_ES.UTF-8/html/stretch.html index 269ca0275..56cdc2ccc 100644 --- a/magic/magic-docs/gl_ES.UTF-8/html/stretch.html +++ b/magic/magic-docs/gl_ES.UTF-8/html/stretch.html @@ -9,5 +9,5 @@ Bill Kendrick <bill@newbreedsoftware.com>

    Click and drag around to stretch and squish parts of the picture.


    -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ No newline at end of file diff --git a/magic/magic-docs/gl_ES.UTF-8/html/string_corner.html b/magic/magic-docs/gl_ES.UTF-8/html/string_corner.html index bd9e389ac..17a50d471 100644 --- a/magic/magic-docs/gl_ES.UTF-8/html/string_corner.html +++ b/magic/magic-docs/gl_ES.UTF-8/html/string_corner.html @@ -10,5 +10,5 @@ Pere Pujal i Carabantes <pere@fornol.n

    Draw V-shaped string art at right angles.

    See also: string_v string_edges


    -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ No newline at end of file diff --git a/magic/magic-docs/gl_ES.UTF-8/html/string_edges.html b/magic/magic-docs/gl_ES.UTF-8/html/string_edges.html index 3b8a83d19..a70bfeb09 100644 --- a/magic/magic-docs/gl_ES.UTF-8/html/string_edges.html +++ b/magic/magic-docs/gl_ES.UTF-8/html/string_edges.html @@ -10,5 +10,5 @@ Pere Pujal i Carabantes <pere@fornol.n

    Draw string art around the edges of your picture.

    See also: string_v string_corner


    -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ No newline at end of file diff --git a/magic/magic-docs/gl_ES.UTF-8/html/string_v.html b/magic/magic-docs/gl_ES.UTF-8/html/string_v.html index 8ad182fd3..06d41139c 100644 --- a/magic/magic-docs/gl_ES.UTF-8/html/string_v.html +++ b/magic/magic-docs/gl_ES.UTF-8/html/string_v.html @@ -10,5 +10,5 @@ Pere Pujal i Carabantes <pere@fornol.n

    Draw V-shaped string art at any angle.

    See also: string_corner string_edges


    -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ No newline at end of file diff --git a/magic/magic-docs/gl_ES.UTF-8/html/symmetry_left_right.html b/magic/magic-docs/gl_ES.UTF-8/html/symmetry_left_right.html index 5d09aa409..5a11aa227 100644 --- a/magic/magic-docs/gl_ES.UTF-8/html/symmetry_left_right.html +++ b/magic/magic-docs/gl_ES.UTF-8/html/symmetry_left_right.html @@ -10,5 +10,5 @@ Pere Pujal i Carabantes <pere@fornol.n

    Paint with relfective symmetry across the horizontal center of the image.

    See also: kaleidoscope pattern symmetry_up_down tiles


    -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ No newline at end of file diff --git a/magic/magic-docs/gl_ES.UTF-8/html/symmetry_up_down.html b/magic/magic-docs/gl_ES.UTF-8/html/symmetry_up_down.html index c159d9979..28cedd232 100644 --- a/magic/magic-docs/gl_ES.UTF-8/html/symmetry_up_down.html +++ b/magic/magic-docs/gl_ES.UTF-8/html/symmetry_up_down.html @@ -10,5 +10,5 @@ Pere Pujal i Carabantes <pere@fornol.n

    Paint with relfective symmetry across the vertical center of the image.

    See also: kaleidoscope pattern symmetry_left_right tiles


    -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ No newline at end of file diff --git a/magic/magic-docs/gl_ES.UTF-8/html/tiles.html b/magic/magic-docs/gl_ES.UTF-8/html/tiles.html index 2850644f4..0248a1fc3 100644 --- a/magic/magic-docs/gl_ES.UTF-8/html/tiles.html +++ b/magic/magic-docs/gl_ES.UTF-8/html/tiles.html @@ -10,5 +10,5 @@ Pere Pujal i Carabantes <pere@fornol.n

    Draws a symettric pattern around the picture.

    See also: pattern


    -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ No newline at end of file diff --git a/magic/magic-docs/gl_ES.UTF-8/html/tint.html b/magic/magic-docs/gl_ES.UTF-8/html/tint.html index 36459d8cc..80a096c4a 100644 --- a/magic/magic-docs/gl_ES.UTF-8/html/tint.html +++ b/magic/magic-docs/gl_ES.UTF-8/html/tint.html @@ -10,5 +10,5 @@ Bill Kendrick <bill@newbreedsoftwa

    This changes the color (or hue) of the parts of the picture to the selected color.

    See also: lighten darken


    -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ No newline at end of file diff --git a/magic/magic-docs/gl_ES.UTF-8/html/toothpaste.html b/magic/magic-docs/gl_ES.UTF-8/html/toothpaste.html index b092eee59..cf578cfa4 100644 --- a/magic/magic-docs/gl_ES.UTF-8/html/toothpaste.html +++ b/magic/magic-docs/gl_ES.UTF-8/html/toothpaste.html @@ -9,5 +9,5 @@ Andrew Corcoran <akanewbie@gmail.com>

    Paint thick blobs of color on your picture that look like toothpaste.


    -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ No newline at end of file diff --git a/magic/magic-docs/gl_ES.UTF-8/html/tornado.html b/magic/magic-docs/gl_ES.UTF-8/html/tornado.html index 49cf10316..c90f3a035 100644 --- a/magic/magic-docs/gl_ES.UTF-8/html/tornado.html +++ b/magic/magic-docs/gl_ES.UTF-8/html/tornado.html @@ -9,5 +9,5 @@ Pere Pujal i Carabantes <pere@fornol.no-ip.org>

    Draws a tornado effect onto the picture.


    -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ No newline at end of file diff --git a/magic/magic-docs/gl_ES.UTF-8/html/tv.html b/magic/magic-docs/gl_ES.UTF-8/html/tv.html index 0ccee183d..5bfc0c9ba 100644 --- a/magic/magic-docs/gl_ES.UTF-8/html/tv.html +++ b/magic/magic-docs/gl_ES.UTF-8/html/tv.html @@ -11,5 +11,5 @@ Bill Kendrick <bill@newbreedsoftwa

    Distort your picture so it looks like it's on a television (TV).


    -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ No newline at end of file diff --git a/magic/magic-docs/gl_ES.UTF-8/html/wavelets.html b/magic/magic-docs/gl_ES.UTF-8/html/wavelets.html index 24f88c921..62a15ae26 100644 --- a/magic/magic-docs/gl_ES.UTF-8/html/wavelets.html +++ b/magic/magic-docs/gl_ES.UTF-8/html/wavelets.html @@ -12,5 +12,5 @@ Adam Rakowski <
    foo-script@o2.pl>

    Click to make the entire picture wavy, up-and-down. Drag the mouse up and down to change the height of the ripples, and left and right to change the width. Release the mouse button when it looks the way you like it.

    See also: waves


    -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ No newline at end of file diff --git a/magic/magic-docs/gl_ES.UTF-8/html/waves.html b/magic/magic-docs/gl_ES.UTF-8/html/waves.html index a280e1b8b..d2fff4a03 100644 --- a/magic/magic-docs/gl_ES.UTF-8/html/waves.html +++ b/magic/magic-docs/gl_ES.UTF-8/html/waves.html @@ -10,5 +10,5 @@ Bill Kendrick <bill@newbreedsoftwa

    Click to make the entire picture wavy, side-to-side. Drag the mouse up and down to change the height of the ripples, and left and right to change the width. Release the mouse button when it looks the way you like it.

    See also: wavelets


    -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ No newline at end of file diff --git a/magic/magic-docs/gl_ES.UTF-8/html/wet_paint.html b/magic/magic-docs/gl_ES.UTF-8/html/wet_paint.html index c66934e1a..b9d238855 100644 --- a/magic/magic-docs/gl_ES.UTF-8/html/wet_paint.html +++ b/magic/magic-docs/gl_ES.UTF-8/html/wet_paint.html @@ -12,5 +12,5 @@ Bill Kendrick <bill@newbreedsoftwa

    This draws a light, smudgy coat of paint on the picture.

    See also: smudge


    -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ No newline at end of file diff --git a/magic/magic-docs/gl_ES.UTF-8/html/xor_colors.html b/magic/magic-docs/gl_ES.UTF-8/html/xor_colors.html index e919bbe22..7976b54ef 100644 --- a/magic/magic-docs/gl_ES.UTF-8/html/xor_colors.html +++ b/magic/magic-docs/gl_ES.UTF-8/html/xor_colors.html @@ -9,5 +9,5 @@ Lukasz Dmitrowski <lukasz.dmitrowski@gmail.com>

    Colors based on the position drawn on the picture.


    -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ No newline at end of file diff --git a/magic/magic-docs/gl_ES.UTF-8/html/zoom.html b/magic/magic-docs/gl_ES.UTF-8/html/zoom.html index 8efbf5956..d012d9b19 100644 --- a/magic/magic-docs/gl_ES.UTF-8/html/zoom.html +++ b/magic/magic-docs/gl_ES.UTF-8/html/zoom.html @@ -9,5 +9,5 @@ Pere Pujal i Carabantes <pere@fornol.no-ip.org>

    Click and drag up to zoom in, or down to zoom out.


    -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ 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 b36d2bfc7..450296370 100644 --- a/magic/magic-docs/gl_ES.UTF-8/index.txt +++ b/magic/magic-docs/gl_ES.UTF-8/index.txt @@ -99,4 +99,4 @@ Artistic ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/gl_ES.UTF-8/irregular_mosaic.txt b/magic/magic-docs/gl_ES.UTF-8/irregular_mosaic.txt index df61e0c36..7cdf472ec 100644 --- a/magic/magic-docs/gl_ES.UTF-8/irregular_mosaic.txt +++ b/magic/magic-docs/gl_ES.UTF-8/irregular_mosaic.txt @@ -10,4 +10,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/gl_ES.UTF-8/kaleidoscope.txt b/magic/magic-docs/gl_ES.UTF-8/kaleidoscope.txt index 5972b04da..71aaea6ea 100644 --- a/magic/magic-docs/gl_ES.UTF-8/kaleidoscope.txt +++ b/magic/magic-docs/gl_ES.UTF-8/kaleidoscope.txt @@ -12,4 +12,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/gl_ES.UTF-8/light.txt b/magic/magic-docs/gl_ES.UTF-8/light.txt index 13f2450fc..0679d08d0 100644 --- a/magic/magic-docs/gl_ES.UTF-8/light.txt +++ b/magic/magic-docs/gl_ES.UTF-8/light.txt @@ -9,4 +9,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/gl_ES.UTF-8/lighten.txt b/magic/magic-docs/gl_ES.UTF-8/lighten.txt index de8ba5058..1b44d8a8d 100644 --- a/magic/magic-docs/gl_ES.UTF-8/lighten.txt +++ b/magic/magic-docs/gl_ES.UTF-8/lighten.txt @@ -11,4 +11,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/gl_ES.UTF-8/lightning.txt b/magic/magic-docs/gl_ES.UTF-8/lightning.txt index 6e84edcc7..5cd8ac8b1 100644 --- a/magic/magic-docs/gl_ES.UTF-8/lightning.txt +++ b/magic/magic-docs/gl_ES.UTF-8/lightning.txt @@ -8,4 +8,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/gl_ES.UTF-8/metal_paint.txt b/magic/magic-docs/gl_ES.UTF-8/metal_paint.txt index 9519578a4..d44b109b4 100644 --- a/magic/magic-docs/gl_ES.UTF-8/metal_paint.txt +++ b/magic/magic-docs/gl_ES.UTF-8/metal_paint.txt @@ -8,4 +8,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/gl_ES.UTF-8/mirror.txt b/magic/magic-docs/gl_ES.UTF-8/mirror.txt index b1ff713cf..2ac5345d4 100644 --- a/magic/magic-docs/gl_ES.UTF-8/mirror.txt +++ b/magic/magic-docs/gl_ES.UTF-8/mirror.txt @@ -12,4 +12,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/gl_ES.UTF-8/mosaic.txt b/magic/magic-docs/gl_ES.UTF-8/mosaic.txt index 5f6a5cc32..309844745 100644 --- a/magic/magic-docs/gl_ES.UTF-8/mosaic.txt +++ b/magic/magic-docs/gl_ES.UTF-8/mosaic.txt @@ -11,4 +11,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/gl_ES.UTF-8/negative.txt b/magic/magic-docs/gl_ES.UTF-8/negative.txt index cd856418d..2a5fda7a4 100644 --- a/magic/magic-docs/gl_ES.UTF-8/negative.txt +++ b/magic/magic-docs/gl_ES.UTF-8/negative.txt @@ -10,4 +10,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/gl_ES.UTF-8/noise.txt b/magic/magic-docs/gl_ES.UTF-8/noise.txt index 0bb5365df..d35c03708 100644 --- a/magic/magic-docs/gl_ES.UTF-8/noise.txt +++ b/magic/magic-docs/gl_ES.UTF-8/noise.txt @@ -8,4 +8,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/gl_ES.UTF-8/opposite.txt b/magic/magic-docs/gl_ES.UTF-8/opposite.txt index a80fa8917..52c1c400e 100644 --- a/magic/magic-docs/gl_ES.UTF-8/opposite.txt +++ b/magic/magic-docs/gl_ES.UTF-8/opposite.txt @@ -11,4 +11,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/gl_ES.UTF-8/panels.txt b/magic/magic-docs/gl_ES.UTF-8/panels.txt index 6f81a9d5e..c8371ad7f 100644 --- a/magic/magic-docs/gl_ES.UTF-8/panels.txt +++ b/magic/magic-docs/gl_ES.UTF-8/panels.txt @@ -9,4 +9,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/gl_ES.UTF-8/pattern.txt b/magic/magic-docs/gl_ES.UTF-8/pattern.txt index 3eb09489f..d6d12a503 100644 --- a/magic/magic-docs/gl_ES.UTF-8/pattern.txt +++ b/magic/magic-docs/gl_ES.UTF-8/pattern.txt @@ -10,4 +10,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/gl_ES.UTF-8/perspective.txt b/magic/magic-docs/gl_ES.UTF-8/perspective.txt index ff5e4513a..0489c4655 100644 --- a/magic/magic-docs/gl_ES.UTF-8/perspective.txt +++ b/magic/magic-docs/gl_ES.UTF-8/perspective.txt @@ -8,4 +8,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/gl_ES.UTF-8/picasso.txt b/magic/magic-docs/gl_ES.UTF-8/picasso.txt index d6a5aa04a..079b75eba 100644 --- a/magic/magic-docs/gl_ES.UTF-8/picasso.txt +++ b/magic/magic-docs/gl_ES.UTF-8/picasso.txt @@ -10,4 +10,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/gl_ES.UTF-8/pixels.txt b/magic/magic-docs/gl_ES.UTF-8/pixels.txt index 199ff355c..025d98f12 100644 --- a/magic/magic-docs/gl_ES.UTF-8/pixels.txt +++ b/magic/magic-docs/gl_ES.UTF-8/pixels.txt @@ -10,4 +10,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/gl_ES.UTF-8/puzzle.txt b/magic/magic-docs/gl_ES.UTF-8/puzzle.txt index e17dcea1d..d4daa9cd6 100644 --- a/magic/magic-docs/gl_ES.UTF-8/puzzle.txt +++ b/magic/magic-docs/gl_ES.UTF-8/puzzle.txt @@ -8,4 +8,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/gl_ES.UTF-8/rails.txt b/magic/magic-docs/gl_ES.UTF-8/rails.txt index a7abe8c3d..8b90d8751 100644 --- a/magic/magic-docs/gl_ES.UTF-8/rails.txt +++ b/magic/magic-docs/gl_ES.UTF-8/rails.txt @@ -10,4 +10,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/gl_ES.UTF-8/rain.txt b/magic/magic-docs/gl_ES.UTF-8/rain.txt index 0baf77765..f5bafc869 100644 --- a/magic/magic-docs/gl_ES.UTF-8/rain.txt +++ b/magic/magic-docs/gl_ES.UTF-8/rain.txt @@ -10,4 +10,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/gl_ES.UTF-8/rainbow.txt b/magic/magic-docs/gl_ES.UTF-8/rainbow.txt index 52fbdeca1..eb44e0b11 100644 --- a/magic/magic-docs/gl_ES.UTF-8/rainbow.txt +++ b/magic/magic-docs/gl_ES.UTF-8/rainbow.txt @@ -11,4 +11,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/gl_ES.UTF-8/real_rainbow.txt b/magic/magic-docs/gl_ES.UTF-8/real_rainbow.txt index b9f6920c1..e930d39cd 100644 --- a/magic/magic-docs/gl_ES.UTF-8/real_rainbow.txt +++ b/magic/magic-docs/gl_ES.UTF-8/real_rainbow.txt @@ -8,4 +8,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/gl_ES.UTF-8/reflection.txt b/magic/magic-docs/gl_ES.UTF-8/reflection.txt index a17c27409..a7de381cf 100644 --- a/magic/magic-docs/gl_ES.UTF-8/reflection.txt +++ b/magic/magic-docs/gl_ES.UTF-8/reflection.txt @@ -9,4 +9,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/gl_ES.UTF-8/ripples.txt b/magic/magic-docs/gl_ES.UTF-8/ripples.txt index 89eb7d0e4..127476b7d 100644 --- a/magic/magic-docs/gl_ES.UTF-8/ripples.txt +++ b/magic/magic-docs/gl_ES.UTF-8/ripples.txt @@ -10,4 +10,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/gl_ES.UTF-8/rosette.txt b/magic/magic-docs/gl_ES.UTF-8/rosette.txt index 144277d2a..8ced78417 100644 --- a/magic/magic-docs/gl_ES.UTF-8/rosette.txt +++ b/magic/magic-docs/gl_ES.UTF-8/rosette.txt @@ -10,4 +10,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/gl_ES.UTF-8/roygbiv_rainbow.txt b/magic/magic-docs/gl_ES.UTF-8/roygbiv_rainbow.txt index e28fd428c..aebc9d395 100644 --- a/magic/magic-docs/gl_ES.UTF-8/roygbiv_rainbow.txt +++ b/magic/magic-docs/gl_ES.UTF-8/roygbiv_rainbow.txt @@ -8,4 +8,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/gl_ES.UTF-8/sharpen.txt b/magic/magic-docs/gl_ES.UTF-8/sharpen.txt index 0a6d24509..26b10a5a3 100644 --- a/magic/magic-docs/gl_ES.UTF-8/sharpen.txt +++ b/magic/magic-docs/gl_ES.UTF-8/sharpen.txt @@ -10,4 +10,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/gl_ES.UTF-8/shift.txt b/magic/magic-docs/gl_ES.UTF-8/shift.txt index e8c9d03fc..371d72ac2 100644 --- a/magic/magic-docs/gl_ES.UTF-8/shift.txt +++ b/magic/magic-docs/gl_ES.UTF-8/shift.txt @@ -9,4 +9,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/gl_ES.UTF-8/silhouette.txt b/magic/magic-docs/gl_ES.UTF-8/silhouette.txt index 12de2c4ac..4e365f2f3 100644 --- a/magic/magic-docs/gl_ES.UTF-8/silhouette.txt +++ b/magic/magic-docs/gl_ES.UTF-8/silhouette.txt @@ -10,4 +10,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/gl_ES.UTF-8/smooth_rainbow.txt b/magic/magic-docs/gl_ES.UTF-8/smooth_rainbow.txt index aafdce73b..a3a6b7c00 100644 --- a/magic/magic-docs/gl_ES.UTF-8/smooth_rainbow.txt +++ b/magic/magic-docs/gl_ES.UTF-8/smooth_rainbow.txt @@ -12,4 +12,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/gl_ES.UTF-8/smudge.txt b/magic/magic-docs/gl_ES.UTF-8/smudge.txt index 35c2560fc..5243508a5 100644 --- a/magic/magic-docs/gl_ES.UTF-8/smudge.txt +++ b/magic/magic-docs/gl_ES.UTF-8/smudge.txt @@ -11,4 +11,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/gl_ES.UTF-8/snow_ball.txt b/magic/magic-docs/gl_ES.UTF-8/snow_ball.txt index 7ff22c178..3bd687d98 100644 --- a/magic/magic-docs/gl_ES.UTF-8/snow_ball.txt +++ b/magic/magic-docs/gl_ES.UTF-8/snow_ball.txt @@ -10,4 +10,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/gl_ES.UTF-8/snow_flake.txt b/magic/magic-docs/gl_ES.UTF-8/snow_flake.txt index e471d5beb..03aab6d9f 100644 --- a/magic/magic-docs/gl_ES.UTF-8/snow_flake.txt +++ b/magic/magic-docs/gl_ES.UTF-8/snow_flake.txt @@ -10,4 +10,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/gl_ES.UTF-8/square_mosaic.txt b/magic/magic-docs/gl_ES.UTF-8/square_mosaic.txt index 08ebff479..0937feec6 100644 --- a/magic/magic-docs/gl_ES.UTF-8/square_mosaic.txt +++ b/magic/magic-docs/gl_ES.UTF-8/square_mosaic.txt @@ -10,4 +10,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/gl_ES.UTF-8/stretch.txt b/magic/magic-docs/gl_ES.UTF-8/stretch.txt index 89e551a87..a9e790b76 100644 --- a/magic/magic-docs/gl_ES.UTF-8/stretch.txt +++ b/magic/magic-docs/gl_ES.UTF-8/stretch.txt @@ -8,4 +8,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/gl_ES.UTF-8/string_corner.txt b/magic/magic-docs/gl_ES.UTF-8/string_corner.txt index 9979415dd..380b7bd5d 100644 --- a/magic/magic-docs/gl_ES.UTF-8/string_corner.txt +++ b/magic/magic-docs/gl_ES.UTF-8/string_corner.txt @@ -10,4 +10,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/gl_ES.UTF-8/string_edges.txt b/magic/magic-docs/gl_ES.UTF-8/string_edges.txt index dd7a69be3..2a7064d86 100644 --- a/magic/magic-docs/gl_ES.UTF-8/string_edges.txt +++ b/magic/magic-docs/gl_ES.UTF-8/string_edges.txt @@ -10,4 +10,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/gl_ES.UTF-8/string_v.txt b/magic/magic-docs/gl_ES.UTF-8/string_v.txt index d3ff5a741..df6df0848 100644 --- a/magic/magic-docs/gl_ES.UTF-8/string_v.txt +++ b/magic/magic-docs/gl_ES.UTF-8/string_v.txt @@ -10,4 +10,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/gl_ES.UTF-8/symmetry_left_right.txt b/magic/magic-docs/gl_ES.UTF-8/symmetry_left_right.txt index 807bfe5a5..74f34a3fd 100644 --- a/magic/magic-docs/gl_ES.UTF-8/symmetry_left_right.txt +++ b/magic/magic-docs/gl_ES.UTF-8/symmetry_left_right.txt @@ -10,4 +10,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/gl_ES.UTF-8/symmetry_up_down.txt b/magic/magic-docs/gl_ES.UTF-8/symmetry_up_down.txt index d711cac39..12b23f09f 100644 --- a/magic/magic-docs/gl_ES.UTF-8/symmetry_up_down.txt +++ b/magic/magic-docs/gl_ES.UTF-8/symmetry_up_down.txt @@ -10,4 +10,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/gl_ES.UTF-8/tiles.txt b/magic/magic-docs/gl_ES.UTF-8/tiles.txt index 2b44c578a..2257918a6 100644 --- a/magic/magic-docs/gl_ES.UTF-8/tiles.txt +++ b/magic/magic-docs/gl_ES.UTF-8/tiles.txt @@ -10,4 +10,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/gl_ES.UTF-8/tint.txt b/magic/magic-docs/gl_ES.UTF-8/tint.txt index bdb335298..5e059b3ec 100644 --- a/magic/magic-docs/gl_ES.UTF-8/tint.txt +++ b/magic/magic-docs/gl_ES.UTF-8/tint.txt @@ -11,4 +11,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/gl_ES.UTF-8/toothpaste.txt b/magic/magic-docs/gl_ES.UTF-8/toothpaste.txt index fad0ba3cb..76be31790 100644 --- a/magic/magic-docs/gl_ES.UTF-8/toothpaste.txt +++ b/magic/magic-docs/gl_ES.UTF-8/toothpaste.txt @@ -8,4 +8,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/gl_ES.UTF-8/tornado.txt b/magic/magic-docs/gl_ES.UTF-8/tornado.txt index 80827b955..01855aec1 100644 --- a/magic/magic-docs/gl_ES.UTF-8/tornado.txt +++ b/magic/magic-docs/gl_ES.UTF-8/tornado.txt @@ -8,4 +8,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/gl_ES.UTF-8/tv.txt b/magic/magic-docs/gl_ES.UTF-8/tv.txt index a80fb18d9..ff05637af 100644 --- a/magic/magic-docs/gl_ES.UTF-8/tv.txt +++ b/magic/magic-docs/gl_ES.UTF-8/tv.txt @@ -9,4 +9,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/gl_ES.UTF-8/wavelets.txt b/magic/magic-docs/gl_ES.UTF-8/wavelets.txt index 149aa64a3..2b06d052e 100644 --- a/magic/magic-docs/gl_ES.UTF-8/wavelets.txt +++ b/magic/magic-docs/gl_ES.UTF-8/wavelets.txt @@ -13,4 +13,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/gl_ES.UTF-8/waves.txt b/magic/magic-docs/gl_ES.UTF-8/waves.txt index 38a9be189..835094418 100644 --- a/magic/magic-docs/gl_ES.UTF-8/waves.txt +++ b/magic/magic-docs/gl_ES.UTF-8/waves.txt @@ -12,4 +12,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/gl_ES.UTF-8/wet_paint.txt b/magic/magic-docs/gl_ES.UTF-8/wet_paint.txt index 052be4744..fb12192b5 100644 --- a/magic/magic-docs/gl_ES.UTF-8/wet_paint.txt +++ b/magic/magic-docs/gl_ES.UTF-8/wet_paint.txt @@ -11,4 +11,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/gl_ES.UTF-8/xor_colors.txt b/magic/magic-docs/gl_ES.UTF-8/xor_colors.txt index fcb96fe52..8dc04911e 100644 --- a/magic/magic-docs/gl_ES.UTF-8/xor_colors.txt +++ b/magic/magic-docs/gl_ES.UTF-8/xor_colors.txt @@ -8,4 +8,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/gl_ES.UTF-8/zoom.txt b/magic/magic-docs/gl_ES.UTF-8/zoom.txt index 229e260a4..2d56c7f55 100644 --- a/magic/magic-docs/gl_ES.UTF-8/zoom.txt +++ b/magic/magic-docs/gl_ES.UTF-8/zoom.txt @@ -8,4 +8,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/ja_JP.UTF-8/blinds.txt b/magic/magic-docs/ja_JP.UTF-8/blinds.txt index 4da2fd9f0..7c3837c6a 100644 --- a/magic/magic-docs/ja_JP.UTF-8/blinds.txt +++ b/magic/magic-docs/ja_JP.UTF-8/blinds.txt @@ -9,4 +9,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/ja_JP.UTF-8/blocks.txt b/magic/magic-docs/ja_JP.UTF-8/blocks.txt index d4e9bd0e2..5e008f352 100644 --- a/magic/magic-docs/ja_JP.UTF-8/blocks.txt +++ b/magic/magic-docs/ja_JP.UTF-8/blocks.txt @@ -10,4 +10,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/ja_JP.UTF-8/blur.txt b/magic/magic-docs/ja_JP.UTF-8/blur.txt index 96831a096..654c35fe2 100644 --- a/magic/magic-docs/ja_JP.UTF-8/blur.txt +++ b/magic/magic-docs/ja_JP.UTF-8/blur.txt @@ -11,4 +11,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/ja_JP.UTF-8/bricks.txt b/magic/magic-docs/ja_JP.UTF-8/bricks.txt index cd7b84637..383e7a461 100644 --- a/magic/magic-docs/ja_JP.UTF-8/bricks.txt +++ b/magic/magic-docs/ja_JP.UTF-8/bricks.txt @@ -12,4 +12,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/ja_JP.UTF-8/calligraphy.txt b/magic/magic-docs/ja_JP.UTF-8/calligraphy.txt index 000e8decd..be3eb0a5e 100644 --- a/magic/magic-docs/ja_JP.UTF-8/calligraphy.txt +++ b/magic/magic-docs/ja_JP.UTF-8/calligraphy.txt @@ -9,4 +9,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/ja_JP.UTF-8/cartoon.txt b/magic/magic-docs/ja_JP.UTF-8/cartoon.txt index 1ccc20fe0..7c943d4c2 100644 --- a/magic/magic-docs/ja_JP.UTF-8/cartoon.txt +++ b/magic/magic-docs/ja_JP.UTF-8/cartoon.txt @@ -9,4 +9,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/ja_JP.UTF-8/chalk.txt b/magic/magic-docs/ja_JP.UTF-8/chalk.txt index 8508ea6a1..8c197e259 100644 --- a/magic/magic-docs/ja_JP.UTF-8/chalk.txt +++ b/magic/magic-docs/ja_JP.UTF-8/chalk.txt @@ -9,4 +9,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/ja_JP.UTF-8/checkerboard.txt b/magic/magic-docs/ja_JP.UTF-8/checkerboard.txt index fd472cf2c..9c5c41222 100644 --- a/magic/magic-docs/ja_JP.UTF-8/checkerboard.txt +++ b/magic/magic-docs/ja_JP.UTF-8/checkerboard.txt @@ -9,4 +9,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/ja_JP.UTF-8/clone.txt b/magic/magic-docs/ja_JP.UTF-8/clone.txt index bfdd6c575..3565bcc9d 100644 --- a/magic/magic-docs/ja_JP.UTF-8/clone.txt +++ b/magic/magic-docs/ja_JP.UTF-8/clone.txt @@ -10,4 +10,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/ja_JP.UTF-8/color_and_white.txt b/magic/magic-docs/ja_JP.UTF-8/color_and_white.txt index d1b6ee22e..b9fcba633 100644 --- a/magic/magic-docs/ja_JP.UTF-8/color_and_white.txt +++ b/magic/magic-docs/ja_JP.UTF-8/color_and_white.txt @@ -10,4 +10,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/ja_JP.UTF-8/color_shift.txt b/magic/magic-docs/ja_JP.UTF-8/color_shift.txt index 2a506656a..8cea08043 100644 --- a/magic/magic-docs/ja_JP.UTF-8/color_shift.txt +++ b/magic/magic-docs/ja_JP.UTF-8/color_shift.txt @@ -8,4 +8,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/ja_JP.UTF-8/confetti.txt b/magic/magic-docs/ja_JP.UTF-8/confetti.txt index 3f94e6d58..2e4cd9303 100644 --- a/magic/magic-docs/ja_JP.UTF-8/confetti.txt +++ b/magic/magic-docs/ja_JP.UTF-8/confetti.txt @@ -8,4 +8,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/ja_JP.UTF-8/darken.txt b/magic/magic-docs/ja_JP.UTF-8/darken.txt index c7dba87d9..34e0f3c19 100644 --- a/magic/magic-docs/ja_JP.UTF-8/darken.txt +++ b/magic/magic-docs/ja_JP.UTF-8/darken.txt @@ -11,4 +11,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/ja_JP.UTF-8/distortion.txt b/magic/magic-docs/ja_JP.UTF-8/distortion.txt index 630faa47d..41e3626e6 100644 --- a/magic/magic-docs/ja_JP.UTF-8/distortion.txt +++ b/magic/magic-docs/ja_JP.UTF-8/distortion.txt @@ -8,4 +8,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/ja_JP.UTF-8/drip.txt b/magic/magic-docs/ja_JP.UTF-8/drip.txt index cbd95893b..23d674ae1 100644 --- a/magic/magic-docs/ja_JP.UTF-8/drip.txt +++ b/magic/magic-docs/ja_JP.UTF-8/drip.txt @@ -8,4 +8,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/ja_JP.UTF-8/edges.txt b/magic/magic-docs/ja_JP.UTF-8/edges.txt index 30f1b9707..777ed5f0f 100644 --- a/magic/magic-docs/ja_JP.UTF-8/edges.txt +++ b/magic/magic-docs/ja_JP.UTF-8/edges.txt @@ -10,4 +10,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/ja_JP.UTF-8/emboss.txt b/magic/magic-docs/ja_JP.UTF-8/emboss.txt index 47eff7f9d..b26d29fa8 100644 --- a/magic/magic-docs/ja_JP.UTF-8/emboss.txt +++ b/magic/magic-docs/ja_JP.UTF-8/emboss.txt @@ -12,4 +12,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/ja_JP.UTF-8/fisheye.txt b/magic/magic-docs/ja_JP.UTF-8/fisheye.txt index 258acd904..c98e3e532 100644 --- a/magic/magic-docs/ja_JP.UTF-8/fisheye.txt +++ b/magic/magic-docs/ja_JP.UTF-8/fisheye.txt @@ -10,4 +10,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/ja_JP.UTF-8/flip.txt b/magic/magic-docs/ja_JP.UTF-8/flip.txt index 7813f2cc6..7f5058582 100644 --- a/magic/magic-docs/ja_JP.UTF-8/flip.txt +++ b/magic/magic-docs/ja_JP.UTF-8/flip.txt @@ -11,4 +11,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/ja_JP.UTF-8/flower.txt b/magic/magic-docs/ja_JP.UTF-8/flower.txt index dcfe55fb8..aa2f52af7 100644 --- a/magic/magic-docs/ja_JP.UTF-8/flower.txt +++ b/magic/magic-docs/ja_JP.UTF-8/flower.txt @@ -14,4 +14,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/ja_JP.UTF-8/foam.txt b/magic/magic-docs/ja_JP.UTF-8/foam.txt index 1ea6221c7..3f25a9bc5 100644 --- a/magic/magic-docs/ja_JP.UTF-8/foam.txt +++ b/magic/magic-docs/ja_JP.UTF-8/foam.txt @@ -10,4 +10,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/ja_JP.UTF-8/fold.txt b/magic/magic-docs/ja_JP.UTF-8/fold.txt index 6ba35c2d4..9f671cb00 100644 --- a/magic/magic-docs/ja_JP.UTF-8/fold.txt +++ b/magic/magic-docs/ja_JP.UTF-8/fold.txt @@ -11,4 +11,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/ja_JP.UTF-8/fretwork.txt b/magic/magic-docs/ja_JP.UTF-8/fretwork.txt index 9e0c00fa4..ba1bc2b50 100644 --- a/magic/magic-docs/ja_JP.UTF-8/fretwork.txt +++ b/magic/magic-docs/ja_JP.UTF-8/fretwork.txt @@ -8,4 +8,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/ja_JP.UTF-8/glass_tile.txt b/magic/magic-docs/ja_JP.UTF-8/glass_tile.txt index eb44763d4..4a33bf052 100644 --- a/magic/magic-docs/ja_JP.UTF-8/glass_tile.txt +++ b/magic/magic-docs/ja_JP.UTF-8/glass_tile.txt @@ -9,4 +9,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/ja_JP.UTF-8/grass.txt b/magic/magic-docs/ja_JP.UTF-8/grass.txt index 8b4fbc84f..2755ab637 100644 --- a/magic/magic-docs/ja_JP.UTF-8/grass.txt +++ b/magic/magic-docs/ja_JP.UTF-8/grass.txt @@ -12,4 +12,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/ja_JP.UTF-8/halftone.txt b/magic/magic-docs/ja_JP.UTF-8/halftone.txt index c7f645d81..055bb5550 100644 --- a/magic/magic-docs/ja_JP.UTF-8/halftone.txt +++ b/magic/magic-docs/ja_JP.UTF-8/halftone.txt @@ -10,4 +10,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/ja_JP.UTF-8/hexagon_mosaic.txt b/magic/magic-docs/ja_JP.UTF-8/hexagon_mosaic.txt index 6f3b306a1..578b10342 100644 --- a/magic/magic-docs/ja_JP.UTF-8/hexagon_mosaic.txt +++ b/magic/magic-docs/ja_JP.UTF-8/hexagon_mosaic.txt @@ -10,4 +10,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/ja_JP.UTF-8/html/blinds.html b/magic/magic-docs/ja_JP.UTF-8/html/blinds.html index 0d448a017..74bd36be5 100644 --- a/magic/magic-docs/ja_JP.UTF-8/html/blinds.html +++ b/magic/magic-docs/ja_JP.UTF-8/html/blinds.html @@ -9,5 +9,5 @@ Pere Pujal i Carabantes <pere@fornol.no-ip.org>

    Click towards the edge of your picture to pull window blinds over it. Move perpendicularly to open or close the blinds.


    -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ No newline at end of file diff --git a/magic/magic-docs/ja_JP.UTF-8/html/blocks.html b/magic/magic-docs/ja_JP.UTF-8/html/blocks.html index c6e2ee1e6..dba80112b 100644 --- a/magic/magic-docs/ja_JP.UTF-8/html/blocks.html +++ b/magic/magic-docs/ja_JP.UTF-8/html/blocks.html @@ -11,5 +11,5 @@ Albert Cahalan <albert@users.sf.net&

    This makes the picture blocky looking ("pixelated") wherever you drag the mouse.


    -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ No newline at end of file diff --git a/magic/magic-docs/ja_JP.UTF-8/html/blur.html b/magic/magic-docs/ja_JP.UTF-8/html/blur.html index cd1194b46..491db7d25 100644 --- a/magic/magic-docs/ja_JP.UTF-8/html/blur.html +++ b/magic/magic-docs/ja_JP.UTF-8/html/blur.html @@ -12,5 +12,5 @@ Albert Cahalan <albert@users.sf.net&

    This makes the picture fuzzy wherever you drag the mouse.

    See also: sharpen smudge


    -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ No newline at end of file diff --git a/magic/magic-docs/ja_JP.UTF-8/html/bricks.html b/magic/magic-docs/ja_JP.UTF-8/html/bricks.html index 91dc40210..757c311a8 100644 --- a/magic/magic-docs/ja_JP.UTF-8/html/bricks.html +++ b/magic/magic-docs/ja_JP.UTF-8/html/bricks.html @@ -10,5 +10,5 @@ Albert Cahalan <albert@users.sf.net&

    These two tools intelligently paint large and small brick patterns on the canvas. The bricks can be tinted various redish hues by selecting different colors in the color palette.

    See also: pixels


    -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ No newline at end of file diff --git a/magic/magic-docs/ja_JP.UTF-8/html/calligraphy.html b/magic/magic-docs/ja_JP.UTF-8/html/calligraphy.html index 17856f692..805c41e11 100644 --- a/magic/magic-docs/ja_JP.UTF-8/html/calligraphy.html +++ b/magic/magic-docs/ja_JP.UTF-8/html/calligraphy.html @@ -9,5 +9,5 @@ Bill Kendrick <bill@newbreedsoftware.com>

    This paints on the canvas with a calligraphy pen. The quicker you move, the thinner the lines.


    -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ No newline at end of file diff --git a/magic/magic-docs/ja_JP.UTF-8/html/cartoon.html b/magic/magic-docs/ja_JP.UTF-8/html/cartoon.html index 9e1e1fd6c..4962d9d36 100644 --- a/magic/magic-docs/ja_JP.UTF-8/html/cartoon.html +++ b/magic/magic-docs/ja_JP.UTF-8/html/cartoon.html @@ -9,5 +9,5 @@ Bill Kendrick <bill@newbreedsoftware.com>

    This makes the picture look like a cartoon — with thick outlines and bright, solid colors — wherever you move the mouse.


    -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ No newline at end of file diff --git a/magic/magic-docs/ja_JP.UTF-8/html/chalk.html b/magic/magic-docs/ja_JP.UTF-8/html/chalk.html index f943e81ab..ea9e7a6fc 100644 --- a/magic/magic-docs/ja_JP.UTF-8/html/chalk.html +++ b/magic/magic-docs/ja_JP.UTF-8/html/chalk.html @@ -9,5 +9,5 @@ Bill Kendrick <bill@newbreedsoftware.com>

    This makes parts of the picture (where you move the mouse) look like a chalk drawing.


    -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ No newline at end of file diff --git a/magic/magic-docs/ja_JP.UTF-8/html/checkerboard.html b/magic/magic-docs/ja_JP.UTF-8/html/checkerboard.html index 5a463f0a7..c5d0d67ec 100644 --- a/magic/magic-docs/ja_JP.UTF-8/html/checkerboard.html +++ b/magic/magic-docs/ja_JP.UTF-8/html/checkerboard.html @@ -9,5 +9,5 @@ Bill Kendrick <bill@newbreedsoftware.com>

    This covers the entire canvas with a checkboard pattern using the current color. Drag to change the size of the squares.


    -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ No newline at end of file diff --git a/magic/magic-docs/ja_JP.UTF-8/html/clone.html b/magic/magic-docs/ja_JP.UTF-8/html/clone.html index bf1c60b24..52ff9c3f1 100644 --- a/magic/magic-docs/ja_JP.UTF-8/html/clone.html +++ b/magic/magic-docs/ja_JP.UTF-8/html/clone.html @@ -9,5 +9,5 @@ Bill Kendrick <bill@newbreedsoftware.com>

    Clone (copy, via painting) part of the picture. Click ones to choose the source, then click and drag to clone it elsewhere in the drawing. Once you release, click to choose another source and start again.


    -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ No newline at end of file diff --git a/magic/magic-docs/ja_JP.UTF-8/html/color_and_white.html b/magic/magic-docs/ja_JP.UTF-8/html/color_and_white.html index 02f49320b..f0eff5c6b 100644 --- a/magic/magic-docs/ja_JP.UTF-8/html/color_and_white.html +++ b/magic/magic-docs/ja_JP.UTF-8/html/color_and_white.html @@ -9,5 +9,5 @@ Andrew Corcoran <akanewbie@gmail.com>

    This makes parts of your picture two colors: white, and the color chosen in the palette. (i.e., if you choose black, you'll get a black and white picture).


    -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ No newline at end of file diff --git a/magic/magic-docs/ja_JP.UTF-8/html/color_shift.html b/magic/magic-docs/ja_JP.UTF-8/html/color_shift.html index 4e1ab051f..768830bf4 100644 --- a/magic/magic-docs/ja_JP.UTF-8/html/color_shift.html +++ b/magic/magic-docs/ja_JP.UTF-8/html/color_shift.html @@ -9,5 +9,5 @@ Andrew Corcoran <akanewbie@gmail.com>

    This shifts the colors in your picture.


    -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ No newline at end of file diff --git a/magic/magic-docs/ja_JP.UTF-8/html/confetti.html b/magic/magic-docs/ja_JP.UTF-8/html/confetti.html index 281b47714..77fbb8b3c 100644 --- a/magic/magic-docs/ja_JP.UTF-8/html/confetti.html +++ b/magic/magic-docs/ja_JP.UTF-8/html/confetti.html @@ -9,5 +9,5 @@ Adam Rakowski <foo-script@o2.pl>

    Throw confetti around your picture!


    -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ No newline at end of file diff --git a/magic/magic-docs/ja_JP.UTF-8/html/darken.html b/magic/magic-docs/ja_JP.UTF-8/html/darken.html index 64effb162..877049615 100644 --- a/magic/magic-docs/ja_JP.UTF-8/html/darken.html +++ b/magic/magic-docs/ja_JP.UTF-8/html/darken.html @@ -10,5 +10,5 @@ Bill Kendrick <bill@newbreedsoftwa

    This dakrens the colors wherever you drag the mouse. (Do it to the same spot many times, and it will eventually become black.)

    See also: lighten tint


    -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ No newline at end of file diff --git a/magic/magic-docs/ja_JP.UTF-8/html/distortion.html b/magic/magic-docs/ja_JP.UTF-8/html/distortion.html index 656ecf743..31264cdc4 100644 --- a/magic/magic-docs/ja_JP.UTF-8/html/distortion.html +++ b/magic/magic-docs/ja_JP.UTF-8/html/distortion.html @@ -9,5 +9,5 @@ Bill Kendrick <bill@newbreedsoftware.com>

    This slightly distorts the picture wherever you move the mouse.


    -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ No newline at end of file diff --git a/magic/magic-docs/ja_JP.UTF-8/html/drip.html b/magic/magic-docs/ja_JP.UTF-8/html/drip.html index 562ff27e2..672d8766b 100644 --- a/magic/magic-docs/ja_JP.UTF-8/html/drip.html +++ b/magic/magic-docs/ja_JP.UTF-8/html/drip.html @@ -9,5 +9,5 @@ Bill Kendrick <bill@newbreedsoftware.com>

    This makes the paint "drip" wherever you move the mouse.


    -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ No newline at end of file diff --git a/magic/magic-docs/ja_JP.UTF-8/html/edges.html b/magic/magic-docs/ja_JP.UTF-8/html/edges.html index 134922c01..8a9309946 100644 --- a/magic/magic-docs/ja_JP.UTF-8/html/edges.html +++ b/magic/magic-docs/ja_JP.UTF-8/html/edges.html @@ -10,5 +10,5 @@ Andrew Corcoran <akanewbie@gmail.com

    Trace the edges in your picture, over a white background.

    See also: emboss silhouette


    -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ No newline at end of file diff --git a/magic/magic-docs/ja_JP.UTF-8/html/emboss.html b/magic/magic-docs/ja_JP.UTF-8/html/emboss.html index aad8cdb13..c6c096af0 100644 --- a/magic/magic-docs/ja_JP.UTF-8/html/emboss.html +++ b/magic/magic-docs/ja_JP.UTF-8/html/emboss.html @@ -10,5 +10,5 @@ Bill Kendrick <bill@newbreedsoftwa

    This makes parts of your picture look "embossed." Wherever there are sharp edges in your picture, the picture will look raised like it was stamped in metal.

    See also: edges silhouette


    -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ No newline at end of file diff --git a/magic/magic-docs/ja_JP.UTF-8/html/fisheye.html b/magic/magic-docs/ja_JP.UTF-8/html/fisheye.html index a81697875..9ee6d816c 100644 --- a/magic/magic-docs/ja_JP.UTF-8/html/fisheye.html +++ b/magic/magic-docs/ja_JP.UTF-8/html/fisheye.html @@ -10,5 +10,5 @@ Adam Rakowski <foo-script@o2.pl>Warp parts of your picture like it's being seen through a fisheye lens.

    See also: ripples


    -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ No newline at end of file diff --git a/magic/magic-docs/ja_JP.UTF-8/html/flip.html b/magic/magic-docs/ja_JP.UTF-8/html/flip.html index 3964be431..4d02cda64 100644 --- a/magic/magic-docs/ja_JP.UTF-8/html/flip.html +++ b/magic/magic-docs/ja_JP.UTF-8/html/flip.html @@ -10,5 +10,5 @@ Bill Kendrick <bill@newbreedsoftwa

    Similar to "Mirror." Click and the entire image will be turned upside-down.

    See also: mirror


    -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ No newline at end of file diff --git a/magic/magic-docs/ja_JP.UTF-8/html/flower.html b/magic/magic-docs/ja_JP.UTF-8/html/flower.html index 051803a4b..deb02d1cf 100644 --- a/magic/magic-docs/ja_JP.UTF-8/html/flower.html +++ b/magic/magic-docs/ja_JP.UTF-8/html/flower.html @@ -10,5 +10,5 @@ Bill Kendrick <bill@newbreedsoftwa

    This tool draws small flowers, with leafy bases and stalks. Click to set the base, then drag the mouse upwards to drawe the stalk, and finally release the mouse button to finish the flower. It will be drawn in the currently-selected color. The shape and length of the stalk depends on how you move the mouse while you drag.

    See also: grass


    -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ No newline at end of file diff --git a/magic/magic-docs/ja_JP.UTF-8/html/foam.html b/magic/magic-docs/ja_JP.UTF-8/html/foam.html index 4255e98a5..a4f3c012a 100644 --- a/magic/magic-docs/ja_JP.UTF-8/html/foam.html +++ b/magic/magic-docs/ja_JP.UTF-8/html/foam.html @@ -9,5 +9,5 @@ Bill Kendrick <bill@newbreedsoftware.com>

    Click and drag the mouse to draw foamy bubbles. The more you drag the mouse in a particular spot, the more likely small bubbles will combine to form bigger bubbles.


    -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ No newline at end of file diff --git a/magic/magic-docs/ja_JP.UTF-8/html/fold.html b/magic/magic-docs/ja_JP.UTF-8/html/fold.html index 46c200b4e..081d369bf 100644 --- a/magic/magic-docs/ja_JP.UTF-8/html/fold.html +++ b/magic/magic-docs/ja_JP.UTF-8/html/fold.html @@ -12,5 +12,5 @@ Pere Pujal i Carabantes <pere@fornol.n

    Click a corner of your picture and drag towards the center to fold it up like a piece of paper.


    -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ No newline at end of file diff --git a/magic/magic-docs/ja_JP.UTF-8/html/fretwork.html b/magic/magic-docs/ja_JP.UTF-8/html/fretwork.html index 922359773..096c46200 100644 --- a/magic/magic-docs/ja_JP.UTF-8/html/fretwork.html +++ b/magic/magic-docs/ja_JP.UTF-8/html/fretwork.html @@ -9,5 +9,5 @@ Pere Pujal i Carabantes <
    pere@fornol.no-ip.org>

    Draw an interlaced decorative design that looks like wooden fretwork.


    -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ No newline at end of file diff --git a/magic/magic-docs/ja_JP.UTF-8/html/glass_tile.html b/magic/magic-docs/ja_JP.UTF-8/html/glass_tile.html index 6a6722948..00d5829e7 100644 --- a/magic/magic-docs/ja_JP.UTF-8/html/glass_tile.html +++ b/magic/magic-docs/ja_JP.UTF-8/html/glass_tile.html @@ -9,5 +9,5 @@ Bill Kendrick <bill@newbreedsoftware.com>

    Click and drag over your picture to make it look like it's being seen through glass tiles.


    -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ No newline at end of file diff --git a/magic/magic-docs/ja_JP.UTF-8/html/grass.html b/magic/magic-docs/ja_JP.UTF-8/html/grass.html index 6eeb24331..204811d67 100644 --- a/magic/magic-docs/ja_JP.UTF-8/html/grass.html +++ b/magic/magic-docs/ja_JP.UTF-8/html/grass.html @@ -10,5 +10,5 @@ Albert Cahalan <albert@users.sf.net&

    This paints grass on the image. The higher up the canvas, the smaller the grass is drawn, giving an illusion of perspective. The grass can be tinted various greenish hues by selecting different colors in the color palette.

    See also: flower


    -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ No newline at end of file diff --git a/magic/magic-docs/ja_JP.UTF-8/html/halftone.html b/magic/magic-docs/ja_JP.UTF-8/html/halftone.html index 837f49a21..950c61b03 100644 --- a/magic/magic-docs/ja_JP.UTF-8/html/halftone.html +++ b/magic/magic-docs/ja_JP.UTF-8/html/halftone.html @@ -9,5 +9,5 @@ Bill Kendrick <bill@newbreedsoftware.com>

    This makes parts of your picture look like newsprint. Different sizes of cyan, magenta, yellow, and black "ink" will appear in place of your picture.


    -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ No newline at end of file diff --git a/magic/magic-docs/ja_JP.UTF-8/html/hexagon_mosaic.html b/magic/magic-docs/ja_JP.UTF-8/html/hexagon_mosaic.html index e6e51e36b..20734ff8b 100644 --- a/magic/magic-docs/ja_JP.UTF-8/html/hexagon_mosaic.html +++ b/magic/magic-docs/ja_JP.UTF-8/html/hexagon_mosaic.html @@ -10,5 +10,5 @@ Pere Pujal i Carabantes <pere@fornol.n

    Converts parts of your picture into a mosaic of hexagon cells.

    See also: irregular_mosaic square_mosaic mosaic


    -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ 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 722a69de2..f75d673fb 100644 --- a/magic/magic-docs/ja_JP.UTF-8/html/index.html +++ b/magic/magic-docs/ja_JP.UTF-8/html/index.html @@ -102,5 +102,5 @@
  • Tornado

  • -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ No newline at end of file diff --git a/magic/magic-docs/ja_JP.UTF-8/html/irregular_mosaic.html b/magic/magic-docs/ja_JP.UTF-8/html/irregular_mosaic.html index 8078dd6e1..edd8fd82a 100644 --- a/magic/magic-docs/ja_JP.UTF-8/html/irregular_mosaic.html +++ b/magic/magic-docs/ja_JP.UTF-8/html/irregular_mosaic.html @@ -10,5 +10,5 @@ Pere Pujal i Carabantes <pere@fornol.n

    Converts parts of your picture into a mosaic of irregularly-shaped cells.

    See also: hexagon_mosaic square_mosaic mosaic


    -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ No newline at end of file diff --git a/magic/magic-docs/ja_JP.UTF-8/html/kaleidoscope.html b/magic/magic-docs/ja_JP.UTF-8/html/kaleidoscope.html index 0dcde9b81..f0baa7ef4 100644 --- a/magic/magic-docs/ja_JP.UTF-8/html/kaleidoscope.html +++ b/magic/magic-docs/ja_JP.UTF-8/html/kaleidoscope.html @@ -10,5 +10,5 @@ Bill Kendrick <bill@newbreedsoftwa

    This paint brush draws in four places at the same time, mirroring symmetrically, both horizontally and vertically. It uses the currently selected color.

    See also: picasso rosette


    -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ No newline at end of file diff --git a/magic/magic-docs/ja_JP.UTF-8/html/light.html b/magic/magic-docs/ja_JP.UTF-8/html/light.html index a1399f08d..056f509c0 100644 --- a/magic/magic-docs/ja_JP.UTF-8/html/light.html +++ b/magic/magic-docs/ja_JP.UTF-8/html/light.html @@ -9,5 +9,5 @@ Bill Kendrick <bill@newbreedsoftware.com>

    This draws a glowing beam on the canvas, in the currently-selected color. The more you use it on one spot, the more white it becomes.


    -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ No newline at end of file diff --git a/magic/magic-docs/ja_JP.UTF-8/html/lighten.html b/magic/magic-docs/ja_JP.UTF-8/html/lighten.html index b53a412c6..fbf6a9b15 100644 --- a/magic/magic-docs/ja_JP.UTF-8/html/lighten.html +++ b/magic/magic-docs/ja_JP.UTF-8/html/lighten.html @@ -10,5 +10,5 @@ Bill Kendrick <bill@newbreedsoftwa

    This fades the colors wherever you drag the mouse. (Do it to the same spot many times, and it will eventually become white.)

    See also: darken tint


    -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ No newline at end of file diff --git a/magic/magic-docs/ja_JP.UTF-8/html/lightning.html b/magic/magic-docs/ja_JP.UTF-8/html/lightning.html index 475aa1bfa..9e6812669 100644 --- a/magic/magic-docs/ja_JP.UTF-8/html/lightning.html +++ b/magic/magic-docs/ja_JP.UTF-8/html/lightning.html @@ -9,5 +9,5 @@ Bill Kendrick <bill@newbreedsoftware.com>

    Draws a lightning bolt between two points on the picture.


    -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ No newline at end of file diff --git a/magic/magic-docs/ja_JP.UTF-8/html/metal_paint.html b/magic/magic-docs/ja_JP.UTF-8/html/metal_paint.html index 56a74e867..063545e61 100644 --- a/magic/magic-docs/ja_JP.UTF-8/html/metal_paint.html +++ b/magic/magic-docs/ja_JP.UTF-8/html/metal_paint.html @@ -9,5 +9,5 @@ Bill Kendrick <bill@newbreedsoftware.com>

    Click and drag to draw shiny metal using the current color.


    -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ No newline at end of file diff --git a/magic/magic-docs/ja_JP.UTF-8/html/mirror.html b/magic/magic-docs/ja_JP.UTF-8/html/mirror.html index 7ef3642a5..b0e33ea52 100644 --- a/magic/magic-docs/ja_JP.UTF-8/html/mirror.html +++ b/magic/magic-docs/ja_JP.UTF-8/html/mirror.html @@ -10,5 +10,5 @@ Bill Kendrick <bill@newbreedsoftwa

    When you click the mouse in your picture with the "Mirror" magic effect selected, the entire image will be reversed, turning it into a mirror image.

    See also: flip


    -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ No newline at end of file diff --git a/magic/magic-docs/ja_JP.UTF-8/html/mosaic.html b/magic/magic-docs/ja_JP.UTF-8/html/mosaic.html index eb2727337..3365627fd 100644 --- a/magic/magic-docs/ja_JP.UTF-8/html/mosaic.html +++ b/magic/magic-docs/ja_JP.UTF-8/html/mosaic.html @@ -12,5 +12,5 @@ Pere Pujal i Carabantes <pere@fornol.n

    Adds a glass mosaic effect to your picture.

    See also: hexagon_mosaic irregular_mosaic square_mosaic


    -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ No newline at end of file diff --git a/magic/magic-docs/ja_JP.UTF-8/html/negative.html b/magic/magic-docs/ja_JP.UTF-8/html/negative.html index 6958d9675..32fc2d984 100644 --- a/magic/magic-docs/ja_JP.UTF-8/html/negative.html +++ b/magic/magic-docs/ja_JP.UTF-8/html/negative.html @@ -9,5 +9,5 @@ Bill Kendrick <bill@newbreedsoftware.com>

    This inverts the colors wherever you drag the mouse. (e.g., white becomes black, and vice versa.) It inverts the values of the Red, Green, and Blue components of the pixels.


    -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ No newline at end of file diff --git a/magic/magic-docs/ja_JP.UTF-8/html/noise.html b/magic/magic-docs/ja_JP.UTF-8/html/noise.html index cb8b775b1..97e455a76 100644 --- a/magic/magic-docs/ja_JP.UTF-8/html/noise.html +++ b/magic/magic-docs/ja_JP.UTF-8/html/noise.html @@ -9,5 +9,5 @@ Andrew Corcoran <akanewbie@gmail.com>

    Add random noise and static to your picture.


    -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ No newline at end of file diff --git a/magic/magic-docs/ja_JP.UTF-8/html/opposite.html b/magic/magic-docs/ja_JP.UTF-8/html/opposite.html index b827d7a68..e135ac892 100644 --- a/magic/magic-docs/ja_JP.UTF-8/html/opposite.html +++ b/magic/magic-docs/ja_JP.UTF-8/html/opposite.html @@ -9,5 +9,5 @@ Bill Kendrick <bill@newbreedsoftware.com>

    This converts the colors wherever you drag the mouse into their complementary (opposite) colors. (e.g., blue becomes orange, and vice versa.) It changes the Hue compoment of the pixels, without affecting the Saturation or Lightness.


    -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ No newline at end of file diff --git a/magic/magic-docs/ja_JP.UTF-8/html/panels.html b/magic/magic-docs/ja_JP.UTF-8/html/panels.html index a45de0cf5..ddb37dd03 100644 --- a/magic/magic-docs/ja_JP.UTF-8/html/panels.html +++ b/magic/magic-docs/ja_JP.UTF-8/html/panels.html @@ -9,5 +9,5 @@ Bill Kendrick <bill@newbreedsoftware.com>

    Shrink the image and repeat it four times in a 2-by-2 grid. Useful for creating 4-panel comics. Can also be used to create a compound-eye effect.


    -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ No newline at end of file diff --git a/magic/magic-docs/ja_JP.UTF-8/html/pattern.html b/magic/magic-docs/ja_JP.UTF-8/html/pattern.html index d614bb615..f428b020a 100644 --- a/magic/magic-docs/ja_JP.UTF-8/html/pattern.html +++ b/magic/magic-docs/ja_JP.UTF-8/html/pattern.html @@ -10,5 +10,5 @@ Pere Pujal i Carabantes <pere@fornol.n

    Draws a tiled pattern around the picture.

    See also: tiles


    -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ No newline at end of file diff --git a/magic/magic-docs/ja_JP.UTF-8/html/perspective.html b/magic/magic-docs/ja_JP.UTF-8/html/perspective.html index 767be7da3..2b80b96d1 100644 --- a/magic/magic-docs/ja_JP.UTF-8/html/perspective.html +++ b/magic/magic-docs/ja_JP.UTF-8/html/perspective.html @@ -9,5 +9,5 @@ Pere Pujal i Carabantes <pere@fornol.no-ip.org>

    Click and drag from the corners to change the perspective of your picture.


    -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ No newline at end of file diff --git a/magic/magic-docs/ja_JP.UTF-8/html/picasso.html b/magic/magic-docs/ja_JP.UTF-8/html/picasso.html index 6e493700b..a699003b2 100644 --- a/magic/magic-docs/ja_JP.UTF-8/html/picasso.html +++ b/magic/magic-docs/ja_JP.UTF-8/html/picasso.html @@ -10,5 +10,5 @@ Adam Rakowski <foo-script@o2.pl>Draw three swirling brushes at once, in a Picasso style.

    See also: rosette kaleidoscope


    -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ No newline at end of file diff --git a/magic/magic-docs/ja_JP.UTF-8/html/pixels.html b/magic/magic-docs/ja_JP.UTF-8/html/pixels.html index 644d6d9d0..0d98ee200 100644 --- a/magic/magic-docs/ja_JP.UTF-8/html/pixels.html +++ b/magic/magic-docs/ja_JP.UTF-8/html/pixels.html @@ -10,5 +10,5 @@ Bill Kendrick <bill@newbreedsoftwa

    Draw large square "pixels" on the canvas.

    See also: bricks


    -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ No newline at end of file diff --git a/magic/magic-docs/ja_JP.UTF-8/html/puzzle.html b/magic/magic-docs/ja_JP.UTF-8/html/puzzle.html index 423fabf70..9f5c4cc54 100644 --- a/magic/magic-docs/ja_JP.UTF-8/html/puzzle.html +++ b/magic/magic-docs/ja_JP.UTF-8/html/puzzle.html @@ -9,5 +9,5 @@ Adam Rakowski <foo-script@o2.pl>

    Slide parts of your picture around like a sliding puzzle.


    -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ No newline at end of file diff --git a/magic/magic-docs/ja_JP.UTF-8/html/rails.html b/magic/magic-docs/ja_JP.UTF-8/html/rails.html index 42f4c5388..4a84b96d9 100644 --- a/magic/magic-docs/ja_JP.UTF-8/html/rails.html +++ b/magic/magic-docs/ja_JP.UTF-8/html/rails.html @@ -12,5 +12,5 @@ Bill Kendrick <bill@newbreedsoftwa

    Draw connecting locomotive train rails on your picture.


    -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ No newline at end of file diff --git a/magic/magic-docs/ja_JP.UTF-8/html/rain.html b/magic/magic-docs/ja_JP.UTF-8/html/rain.html index 92d5f81d4..765348621 100644 --- a/magic/magic-docs/ja_JP.UTF-8/html/rain.html +++ b/magic/magic-docs/ja_JP.UTF-8/html/rain.html @@ -10,5 +10,5 @@ Andrew Corcoran <
    akanewbie@gmail.com

    Paint raindrops on your picture.

    See also: snow_ball snow_flake


    -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ No newline at end of file diff --git a/magic/magic-docs/ja_JP.UTF-8/html/rainbow.html b/magic/magic-docs/ja_JP.UTF-8/html/rainbow.html index f7e5630b0..8ab871cb7 100644 --- a/magic/magic-docs/ja_JP.UTF-8/html/rainbow.html +++ b/magic/magic-docs/ja_JP.UTF-8/html/rainbow.html @@ -10,5 +10,5 @@ Bill Kendrick <bill@newbreedsoftwa

    This is similar to the paint brush, but as you move the mouse around, it cycles through a spectrum of bright colors.

    See also: smooth_rainbow


    -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ No newline at end of file diff --git a/magic/magic-docs/ja_JP.UTF-8/html/real_rainbow.html b/magic/magic-docs/ja_JP.UTF-8/html/real_rainbow.html index d214962f4..258967c70 100644 --- a/magic/magic-docs/ja_JP.UTF-8/html/real_rainbow.html +++ b/magic/magic-docs/ja_JP.UTF-8/html/real_rainbow.html @@ -9,5 +9,5 @@ Bill Kendrick <bill@newbreedsoftware.com>

    Draw a transparent arc that looks like a real rainbow.


    -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ No newline at end of file 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 3081fdad2..031b660e6 100644 --- a/magic/magic-docs/ja_JP.UTF-8/html/reflection.html +++ b/magic/magic-docs/ja_JP.UTF-8/html/reflection.html @@ -9,5 +9,5 @@ Bill Kendrick <bill@newbreedsoftware.com>

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


    -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ No newline at end of file diff --git a/magic/magic-docs/ja_JP.UTF-8/html/ripples.html b/magic/magic-docs/ja_JP.UTF-8/html/ripples.html index 2e0d771ce..617b6151c 100644 --- a/magic/magic-docs/ja_JP.UTF-8/html/ripples.html +++ b/magic/magic-docs/ja_JP.UTF-8/html/ripples.html @@ -10,5 +10,5 @@ Bill Kendrick <bill@newbreedsoftwa

    Click in your picture to make water ripple distortions appear over it.

    See also: fisheye


    -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ No newline at end of file diff --git a/magic/magic-docs/ja_JP.UTF-8/html/rosette.html b/magic/magic-docs/ja_JP.UTF-8/html/rosette.html index 810fa0f0a..f26cad865 100644 --- a/magic/magic-docs/ja_JP.UTF-8/html/rosette.html +++ b/magic/magic-docs/ja_JP.UTF-8/html/rosette.html @@ -10,5 +10,5 @@ Adam Rakowski <foo-script@o2.pl>Draw three brushes at once, in a rosette shape.

    See also: kaleidoscope picasso


    -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ No newline at end of file diff --git a/magic/magic-docs/ja_JP.UTF-8/html/roygbiv_rainbow.html b/magic/magic-docs/ja_JP.UTF-8/html/roygbiv_rainbow.html index 482850185..d8cde385b 100644 --- a/magic/magic-docs/ja_JP.UTF-8/html/roygbiv_rainbow.html +++ b/magic/magic-docs/ja_JP.UTF-8/html/roygbiv_rainbow.html @@ -9,5 +9,5 @@ Bill Kendrick <bill@newbreedsoftware.com>

    Draw a rainbow arc of red, orange, yellow, green, blue, indigo and violet.


    -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ No newline at end of file diff --git a/magic/magic-docs/ja_JP.UTF-8/html/sharpen.html b/magic/magic-docs/ja_JP.UTF-8/html/sharpen.html index 6c077db79..28eaa0271 100644 --- a/magic/magic-docs/ja_JP.UTF-8/html/sharpen.html +++ b/magic/magic-docs/ja_JP.UTF-8/html/sharpen.html @@ -10,5 +10,5 @@ Andrew Corcoran <akanewbie@gmail.com

    Sharpen the focus of the picture.

    See also: blur


    -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ No newline at end of file diff --git a/magic/magic-docs/ja_JP.UTF-8/html/shift.html b/magic/magic-docs/ja_JP.UTF-8/html/shift.html index fdda5ecb0..2ea67b220 100644 --- a/magic/magic-docs/ja_JP.UTF-8/html/shift.html +++ b/magic/magic-docs/ja_JP.UTF-8/html/shift.html @@ -9,5 +9,5 @@ Bill Kendrick <bill@newbreedsoftware.com>

    This shifts your picture around the canvas. Anything that gets shifts off an edge reappears on the opposite edge.


    -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ No newline at end of file diff --git a/magic/magic-docs/ja_JP.UTF-8/html/silhouette.html b/magic/magic-docs/ja_JP.UTF-8/html/silhouette.html index bf51b978e..0013b0cb3 100644 --- a/magic/magic-docs/ja_JP.UTF-8/html/silhouette.html +++ b/magic/magic-docs/ja_JP.UTF-8/html/silhouette.html @@ -10,5 +10,5 @@ Andrew Corcoran <akanewbie@gmail.com

    Trace the edges in your picture, over a black background.

    See also: edges emboss


    -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ No newline at end of file diff --git a/magic/magic-docs/ja_JP.UTF-8/html/smooth_rainbow.html b/magic/magic-docs/ja_JP.UTF-8/html/smooth_rainbow.html index 9aca52358..b541ef8b3 100644 --- a/magic/magic-docs/ja_JP.UTF-8/html/smooth_rainbow.html +++ b/magic/magic-docs/ja_JP.UTF-8/html/smooth_rainbow.html @@ -10,5 +10,5 @@ Bill Kendrick <bill@newbreedsoftwa

    This is similar to Rainbow magic tool — as you move the mouse around, it cycles through a spectrum of colors — except the colors blend smoothly as you draw.

    See also: rainbow


    -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ No newline at end of file diff --git a/magic/magic-docs/ja_JP.UTF-8/html/smudge.html b/magic/magic-docs/ja_JP.UTF-8/html/smudge.html index 8de1f5b11..a4240c25f 100644 --- a/magic/magic-docs/ja_JP.UTF-8/html/smudge.html +++ b/magic/magic-docs/ja_JP.UTF-8/html/smudge.html @@ -10,5 +10,5 @@ Albert Cahalan <albert@users.sf.net&

    This pushes the colors around under the mouse, like finger painting with wet paint.

    See also: blur wet paint


    -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ No newline at end of file diff --git a/magic/magic-docs/ja_JP.UTF-8/html/snow_ball.html b/magic/magic-docs/ja_JP.UTF-8/html/snow_ball.html index d7f2ae6bf..13dd5be4f 100644 --- a/magic/magic-docs/ja_JP.UTF-8/html/snow_ball.html +++ b/magic/magic-docs/ja_JP.UTF-8/html/snow_ball.html @@ -10,5 +10,5 @@ Andrew Corcoran <akanewbie@gmail.com

    Fill the picture with snowballs.

    See also: rain snow_flake


    -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ No newline at end of file diff --git a/magic/magic-docs/ja_JP.UTF-8/html/snow_flake.html b/magic/magic-docs/ja_JP.UTF-8/html/snow_flake.html index f28c82bbd..99dcdce61 100644 --- a/magic/magic-docs/ja_JP.UTF-8/html/snow_flake.html +++ b/magic/magic-docs/ja_JP.UTF-8/html/snow_flake.html @@ -10,5 +10,5 @@ Andrew Corcoran <akanewbie@gmail.com

    Fill the picture with snowflakes.

    See also: rain snow_ball


    -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ No newline at end of file diff --git a/magic/magic-docs/ja_JP.UTF-8/html/square_mosaic.html b/magic/magic-docs/ja_JP.UTF-8/html/square_mosaic.html index 90dcd9cbb..24fcc60b4 100644 --- a/magic/magic-docs/ja_JP.UTF-8/html/square_mosaic.html +++ b/magic/magic-docs/ja_JP.UTF-8/html/square_mosaic.html @@ -10,5 +10,5 @@ Pere Pujal i Carabantes <pere@fornol.n

    Converts parts of your picture into a mosaic of square cells.

    See also: hexagon_mosaic irregular_mosaic mosaic


    -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ No newline at end of file diff --git a/magic/magic-docs/ja_JP.UTF-8/html/stretch.html b/magic/magic-docs/ja_JP.UTF-8/html/stretch.html index 269ca0275..56cdc2ccc 100644 --- a/magic/magic-docs/ja_JP.UTF-8/html/stretch.html +++ b/magic/magic-docs/ja_JP.UTF-8/html/stretch.html @@ -9,5 +9,5 @@ Bill Kendrick <bill@newbreedsoftware.com>

    Click and drag around to stretch and squish parts of the picture.


    -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ No newline at end of file diff --git a/magic/magic-docs/ja_JP.UTF-8/html/string_corner.html b/magic/magic-docs/ja_JP.UTF-8/html/string_corner.html index bd9e389ac..17a50d471 100644 --- a/magic/magic-docs/ja_JP.UTF-8/html/string_corner.html +++ b/magic/magic-docs/ja_JP.UTF-8/html/string_corner.html @@ -10,5 +10,5 @@ Pere Pujal i Carabantes <pere@fornol.n

    Draw V-shaped string art at right angles.

    See also: string_v string_edges


    -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ No newline at end of file diff --git a/magic/magic-docs/ja_JP.UTF-8/html/string_edges.html b/magic/magic-docs/ja_JP.UTF-8/html/string_edges.html index 3b8a83d19..a70bfeb09 100644 --- a/magic/magic-docs/ja_JP.UTF-8/html/string_edges.html +++ b/magic/magic-docs/ja_JP.UTF-8/html/string_edges.html @@ -10,5 +10,5 @@ Pere Pujal i Carabantes <pere@fornol.n

    Draw string art around the edges of your picture.

    See also: string_v string_corner


    -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ No newline at end of file diff --git a/magic/magic-docs/ja_JP.UTF-8/html/string_v.html b/magic/magic-docs/ja_JP.UTF-8/html/string_v.html index 8ad182fd3..06d41139c 100644 --- a/magic/magic-docs/ja_JP.UTF-8/html/string_v.html +++ b/magic/magic-docs/ja_JP.UTF-8/html/string_v.html @@ -10,5 +10,5 @@ Pere Pujal i Carabantes <pere@fornol.n

    Draw V-shaped string art at any angle.

    See also: string_corner string_edges


    -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ No newline at end of file diff --git a/magic/magic-docs/ja_JP.UTF-8/html/symmetry_left_right.html b/magic/magic-docs/ja_JP.UTF-8/html/symmetry_left_right.html index 5d09aa409..5a11aa227 100644 --- a/magic/magic-docs/ja_JP.UTF-8/html/symmetry_left_right.html +++ b/magic/magic-docs/ja_JP.UTF-8/html/symmetry_left_right.html @@ -10,5 +10,5 @@ Pere Pujal i Carabantes <pere@fornol.n

    Paint with relfective symmetry across the horizontal center of the image.

    See also: kaleidoscope pattern symmetry_up_down tiles


    -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ No newline at end of file diff --git a/magic/magic-docs/ja_JP.UTF-8/html/symmetry_up_down.html b/magic/magic-docs/ja_JP.UTF-8/html/symmetry_up_down.html index c159d9979..28cedd232 100644 --- a/magic/magic-docs/ja_JP.UTF-8/html/symmetry_up_down.html +++ b/magic/magic-docs/ja_JP.UTF-8/html/symmetry_up_down.html @@ -10,5 +10,5 @@ Pere Pujal i Carabantes <pere@fornol.n

    Paint with relfective symmetry across the vertical center of the image.

    See also: kaleidoscope pattern symmetry_left_right tiles


    -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ No newline at end of file diff --git a/magic/magic-docs/ja_JP.UTF-8/html/tiles.html b/magic/magic-docs/ja_JP.UTF-8/html/tiles.html index 2850644f4..0248a1fc3 100644 --- a/magic/magic-docs/ja_JP.UTF-8/html/tiles.html +++ b/magic/magic-docs/ja_JP.UTF-8/html/tiles.html @@ -10,5 +10,5 @@ Pere Pujal i Carabantes <pere@fornol.n

    Draws a symettric pattern around the picture.

    See also: pattern


    -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ No newline at end of file diff --git a/magic/magic-docs/ja_JP.UTF-8/html/tint.html b/magic/magic-docs/ja_JP.UTF-8/html/tint.html index 36459d8cc..80a096c4a 100644 --- a/magic/magic-docs/ja_JP.UTF-8/html/tint.html +++ b/magic/magic-docs/ja_JP.UTF-8/html/tint.html @@ -10,5 +10,5 @@ Bill Kendrick <bill@newbreedsoftwa

    This changes the color (or hue) of the parts of the picture to the selected color.

    See also: lighten darken


    -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ No newline at end of file diff --git a/magic/magic-docs/ja_JP.UTF-8/html/toothpaste.html b/magic/magic-docs/ja_JP.UTF-8/html/toothpaste.html index b092eee59..cf578cfa4 100644 --- a/magic/magic-docs/ja_JP.UTF-8/html/toothpaste.html +++ b/magic/magic-docs/ja_JP.UTF-8/html/toothpaste.html @@ -9,5 +9,5 @@ Andrew Corcoran <akanewbie@gmail.com>

    Paint thick blobs of color on your picture that look like toothpaste.


    -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ No newline at end of file diff --git a/magic/magic-docs/ja_JP.UTF-8/html/tornado.html b/magic/magic-docs/ja_JP.UTF-8/html/tornado.html index 49cf10316..c90f3a035 100644 --- a/magic/magic-docs/ja_JP.UTF-8/html/tornado.html +++ b/magic/magic-docs/ja_JP.UTF-8/html/tornado.html @@ -9,5 +9,5 @@ Pere Pujal i Carabantes <pere@fornol.no-ip.org>

    Draws a tornado effect onto the picture.


    -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ No newline at end of file diff --git a/magic/magic-docs/ja_JP.UTF-8/html/tv.html b/magic/magic-docs/ja_JP.UTF-8/html/tv.html index 0ccee183d..5bfc0c9ba 100644 --- a/magic/magic-docs/ja_JP.UTF-8/html/tv.html +++ b/magic/magic-docs/ja_JP.UTF-8/html/tv.html @@ -11,5 +11,5 @@ Bill Kendrick <bill@newbreedsoftwa

    Distort your picture so it looks like it's on a television (TV).


    -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ No newline at end of file diff --git a/magic/magic-docs/ja_JP.UTF-8/html/wavelets.html b/magic/magic-docs/ja_JP.UTF-8/html/wavelets.html index 24f88c921..62a15ae26 100644 --- a/magic/magic-docs/ja_JP.UTF-8/html/wavelets.html +++ b/magic/magic-docs/ja_JP.UTF-8/html/wavelets.html @@ -12,5 +12,5 @@ Adam Rakowski <
    foo-script@o2.pl>

    Click to make the entire picture wavy, up-and-down. Drag the mouse up and down to change the height of the ripples, and left and right to change the width. Release the mouse button when it looks the way you like it.

    See also: waves


    -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ No newline at end of file diff --git a/magic/magic-docs/ja_JP.UTF-8/html/waves.html b/magic/magic-docs/ja_JP.UTF-8/html/waves.html index a280e1b8b..d2fff4a03 100644 --- a/magic/magic-docs/ja_JP.UTF-8/html/waves.html +++ b/magic/magic-docs/ja_JP.UTF-8/html/waves.html @@ -10,5 +10,5 @@ Bill Kendrick <bill@newbreedsoftwa

    Click to make the entire picture wavy, side-to-side. Drag the mouse up and down to change the height of the ripples, and left and right to change the width. Release the mouse button when it looks the way you like it.

    See also: wavelets


    -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ No newline at end of file diff --git a/magic/magic-docs/ja_JP.UTF-8/html/wet_paint.html b/magic/magic-docs/ja_JP.UTF-8/html/wet_paint.html index c66934e1a..b9d238855 100644 --- a/magic/magic-docs/ja_JP.UTF-8/html/wet_paint.html +++ b/magic/magic-docs/ja_JP.UTF-8/html/wet_paint.html @@ -12,5 +12,5 @@ Bill Kendrick <bill@newbreedsoftwa

    This draws a light, smudgy coat of paint on the picture.

    See also: smudge


    -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ No newline at end of file diff --git a/magic/magic-docs/ja_JP.UTF-8/html/xor_colors.html b/magic/magic-docs/ja_JP.UTF-8/html/xor_colors.html index e919bbe22..7976b54ef 100644 --- a/magic/magic-docs/ja_JP.UTF-8/html/xor_colors.html +++ b/magic/magic-docs/ja_JP.UTF-8/html/xor_colors.html @@ -9,5 +9,5 @@ Lukasz Dmitrowski <lukasz.dmitrowski@gmail.com>

    Colors based on the position drawn on the picture.


    -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ No newline at end of file diff --git a/magic/magic-docs/ja_JP.UTF-8/html/zoom.html b/magic/magic-docs/ja_JP.UTF-8/html/zoom.html index 8efbf5956..d012d9b19 100644 --- a/magic/magic-docs/ja_JP.UTF-8/html/zoom.html +++ b/magic/magic-docs/ja_JP.UTF-8/html/zoom.html @@ -9,5 +9,5 @@ Pere Pujal i Carabantes <pere@fornol.no-ip.org>

    Click and drag up to zoom in, or down to zoom out.


    -

    Tux Paint 0.9.27

    +

    Tux Paint 0.9.28

    \ 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 b60e1493a..228bb3539 100644 --- a/magic/magic-docs/ja_JP.UTF-8/index.txt +++ b/magic/magic-docs/ja_JP.UTF-8/index.txt @@ -99,4 +99,4 @@ Artistic ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/ja_JP.UTF-8/irregular_mosaic.txt b/magic/magic-docs/ja_JP.UTF-8/irregular_mosaic.txt index df61e0c36..7cdf472ec 100644 --- a/magic/magic-docs/ja_JP.UTF-8/irregular_mosaic.txt +++ b/magic/magic-docs/ja_JP.UTF-8/irregular_mosaic.txt @@ -10,4 +10,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/ja_JP.UTF-8/kaleidoscope.txt b/magic/magic-docs/ja_JP.UTF-8/kaleidoscope.txt index 5972b04da..71aaea6ea 100644 --- a/magic/magic-docs/ja_JP.UTF-8/kaleidoscope.txt +++ b/magic/magic-docs/ja_JP.UTF-8/kaleidoscope.txt @@ -12,4 +12,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/ja_JP.UTF-8/light.txt b/magic/magic-docs/ja_JP.UTF-8/light.txt index 13f2450fc..0679d08d0 100644 --- a/magic/magic-docs/ja_JP.UTF-8/light.txt +++ b/magic/magic-docs/ja_JP.UTF-8/light.txt @@ -9,4 +9,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/ja_JP.UTF-8/lighten.txt b/magic/magic-docs/ja_JP.UTF-8/lighten.txt index de8ba5058..1b44d8a8d 100644 --- a/magic/magic-docs/ja_JP.UTF-8/lighten.txt +++ b/magic/magic-docs/ja_JP.UTF-8/lighten.txt @@ -11,4 +11,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/ja_JP.UTF-8/lightning.txt b/magic/magic-docs/ja_JP.UTF-8/lightning.txt index 6e84edcc7..5cd8ac8b1 100644 --- a/magic/magic-docs/ja_JP.UTF-8/lightning.txt +++ b/magic/magic-docs/ja_JP.UTF-8/lightning.txt @@ -8,4 +8,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/ja_JP.UTF-8/metal_paint.txt b/magic/magic-docs/ja_JP.UTF-8/metal_paint.txt index 9519578a4..d44b109b4 100644 --- a/magic/magic-docs/ja_JP.UTF-8/metal_paint.txt +++ b/magic/magic-docs/ja_JP.UTF-8/metal_paint.txt @@ -8,4 +8,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/ja_JP.UTF-8/mirror.txt b/magic/magic-docs/ja_JP.UTF-8/mirror.txt index b1ff713cf..2ac5345d4 100644 --- a/magic/magic-docs/ja_JP.UTF-8/mirror.txt +++ b/magic/magic-docs/ja_JP.UTF-8/mirror.txt @@ -12,4 +12,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/ja_JP.UTF-8/mosaic.txt b/magic/magic-docs/ja_JP.UTF-8/mosaic.txt index 5f6a5cc32..309844745 100644 --- a/magic/magic-docs/ja_JP.UTF-8/mosaic.txt +++ b/magic/magic-docs/ja_JP.UTF-8/mosaic.txt @@ -11,4 +11,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/ja_JP.UTF-8/negative.txt b/magic/magic-docs/ja_JP.UTF-8/negative.txt index cd856418d..2a5fda7a4 100644 --- a/magic/magic-docs/ja_JP.UTF-8/negative.txt +++ b/magic/magic-docs/ja_JP.UTF-8/negative.txt @@ -10,4 +10,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/ja_JP.UTF-8/noise.txt b/magic/magic-docs/ja_JP.UTF-8/noise.txt index 0bb5365df..d35c03708 100644 --- a/magic/magic-docs/ja_JP.UTF-8/noise.txt +++ b/magic/magic-docs/ja_JP.UTF-8/noise.txt @@ -8,4 +8,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/ja_JP.UTF-8/opposite.txt b/magic/magic-docs/ja_JP.UTF-8/opposite.txt index a80fa8917..52c1c400e 100644 --- a/magic/magic-docs/ja_JP.UTF-8/opposite.txt +++ b/magic/magic-docs/ja_JP.UTF-8/opposite.txt @@ -11,4 +11,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/ja_JP.UTF-8/panels.txt b/magic/magic-docs/ja_JP.UTF-8/panels.txt index 6f81a9d5e..c8371ad7f 100644 --- a/magic/magic-docs/ja_JP.UTF-8/panels.txt +++ b/magic/magic-docs/ja_JP.UTF-8/panels.txt @@ -9,4 +9,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/ja_JP.UTF-8/pattern.txt b/magic/magic-docs/ja_JP.UTF-8/pattern.txt index 3eb09489f..d6d12a503 100644 --- a/magic/magic-docs/ja_JP.UTF-8/pattern.txt +++ b/magic/magic-docs/ja_JP.UTF-8/pattern.txt @@ -10,4 +10,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/ja_JP.UTF-8/perspective.txt b/magic/magic-docs/ja_JP.UTF-8/perspective.txt index ff5e4513a..0489c4655 100644 --- a/magic/magic-docs/ja_JP.UTF-8/perspective.txt +++ b/magic/magic-docs/ja_JP.UTF-8/perspective.txt @@ -8,4 +8,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/ja_JP.UTF-8/picasso.txt b/magic/magic-docs/ja_JP.UTF-8/picasso.txt index d6a5aa04a..079b75eba 100644 --- a/magic/magic-docs/ja_JP.UTF-8/picasso.txt +++ b/magic/magic-docs/ja_JP.UTF-8/picasso.txt @@ -10,4 +10,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/ja_JP.UTF-8/pixels.txt b/magic/magic-docs/ja_JP.UTF-8/pixels.txt index 199ff355c..025d98f12 100644 --- a/magic/magic-docs/ja_JP.UTF-8/pixels.txt +++ b/magic/magic-docs/ja_JP.UTF-8/pixels.txt @@ -10,4 +10,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/ja_JP.UTF-8/puzzle.txt b/magic/magic-docs/ja_JP.UTF-8/puzzle.txt index e17dcea1d..d4daa9cd6 100644 --- a/magic/magic-docs/ja_JP.UTF-8/puzzle.txt +++ b/magic/magic-docs/ja_JP.UTF-8/puzzle.txt @@ -8,4 +8,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/ja_JP.UTF-8/rails.txt b/magic/magic-docs/ja_JP.UTF-8/rails.txt index a7abe8c3d..8b90d8751 100644 --- a/magic/magic-docs/ja_JP.UTF-8/rails.txt +++ b/magic/magic-docs/ja_JP.UTF-8/rails.txt @@ -10,4 +10,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/ja_JP.UTF-8/rain.txt b/magic/magic-docs/ja_JP.UTF-8/rain.txt index 0baf77765..f5bafc869 100644 --- a/magic/magic-docs/ja_JP.UTF-8/rain.txt +++ b/magic/magic-docs/ja_JP.UTF-8/rain.txt @@ -10,4 +10,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/ja_JP.UTF-8/rainbow.txt b/magic/magic-docs/ja_JP.UTF-8/rainbow.txt index 52fbdeca1..eb44e0b11 100644 --- a/magic/magic-docs/ja_JP.UTF-8/rainbow.txt +++ b/magic/magic-docs/ja_JP.UTF-8/rainbow.txt @@ -11,4 +11,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/ja_JP.UTF-8/real_rainbow.txt b/magic/magic-docs/ja_JP.UTF-8/real_rainbow.txt index b9f6920c1..e930d39cd 100644 --- a/magic/magic-docs/ja_JP.UTF-8/real_rainbow.txt +++ b/magic/magic-docs/ja_JP.UTF-8/real_rainbow.txt @@ -8,4 +8,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/ja_JP.UTF-8/reflection.txt b/magic/magic-docs/ja_JP.UTF-8/reflection.txt index a17c27409..a7de381cf 100644 --- a/magic/magic-docs/ja_JP.UTF-8/reflection.txt +++ b/magic/magic-docs/ja_JP.UTF-8/reflection.txt @@ -9,4 +9,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/ja_JP.UTF-8/ripples.txt b/magic/magic-docs/ja_JP.UTF-8/ripples.txt index 89eb7d0e4..127476b7d 100644 --- a/magic/magic-docs/ja_JP.UTF-8/ripples.txt +++ b/magic/magic-docs/ja_JP.UTF-8/ripples.txt @@ -10,4 +10,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/ja_JP.UTF-8/rosette.txt b/magic/magic-docs/ja_JP.UTF-8/rosette.txt index 144277d2a..8ced78417 100644 --- a/magic/magic-docs/ja_JP.UTF-8/rosette.txt +++ b/magic/magic-docs/ja_JP.UTF-8/rosette.txt @@ -10,4 +10,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/ja_JP.UTF-8/roygbiv_rainbow.txt b/magic/magic-docs/ja_JP.UTF-8/roygbiv_rainbow.txt index e28fd428c..aebc9d395 100644 --- a/magic/magic-docs/ja_JP.UTF-8/roygbiv_rainbow.txt +++ b/magic/magic-docs/ja_JP.UTF-8/roygbiv_rainbow.txt @@ -8,4 +8,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/ja_JP.UTF-8/sharpen.txt b/magic/magic-docs/ja_JP.UTF-8/sharpen.txt index 0a6d24509..26b10a5a3 100644 --- a/magic/magic-docs/ja_JP.UTF-8/sharpen.txt +++ b/magic/magic-docs/ja_JP.UTF-8/sharpen.txt @@ -10,4 +10,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/ja_JP.UTF-8/shift.txt b/magic/magic-docs/ja_JP.UTF-8/shift.txt index 591dd1189..05151d31d 100644 --- a/magic/magic-docs/ja_JP.UTF-8/shift.txt +++ b/magic/magic-docs/ja_JP.UTF-8/shift.txt @@ -9,4 +9,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/ja_JP.UTF-8/silhouette.txt b/magic/magic-docs/ja_JP.UTF-8/silhouette.txt index 12de2c4ac..4e365f2f3 100644 --- a/magic/magic-docs/ja_JP.UTF-8/silhouette.txt +++ b/magic/magic-docs/ja_JP.UTF-8/silhouette.txt @@ -10,4 +10,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/ja_JP.UTF-8/smooth_rainbow.txt b/magic/magic-docs/ja_JP.UTF-8/smooth_rainbow.txt index aafdce73b..a3a6b7c00 100644 --- a/magic/magic-docs/ja_JP.UTF-8/smooth_rainbow.txt +++ b/magic/magic-docs/ja_JP.UTF-8/smooth_rainbow.txt @@ -12,4 +12,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/ja_JP.UTF-8/smudge.txt b/magic/magic-docs/ja_JP.UTF-8/smudge.txt index 35c2560fc..5243508a5 100644 --- a/magic/magic-docs/ja_JP.UTF-8/smudge.txt +++ b/magic/magic-docs/ja_JP.UTF-8/smudge.txt @@ -11,4 +11,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/ja_JP.UTF-8/snow_ball.txt b/magic/magic-docs/ja_JP.UTF-8/snow_ball.txt index 7ff22c178..3bd687d98 100644 --- a/magic/magic-docs/ja_JP.UTF-8/snow_ball.txt +++ b/magic/magic-docs/ja_JP.UTF-8/snow_ball.txt @@ -10,4 +10,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/ja_JP.UTF-8/snow_flake.txt b/magic/magic-docs/ja_JP.UTF-8/snow_flake.txt index e471d5beb..03aab6d9f 100644 --- a/magic/magic-docs/ja_JP.UTF-8/snow_flake.txt +++ b/magic/magic-docs/ja_JP.UTF-8/snow_flake.txt @@ -10,4 +10,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/ja_JP.UTF-8/square_mosaic.txt b/magic/magic-docs/ja_JP.UTF-8/square_mosaic.txt index 08ebff479..0937feec6 100644 --- a/magic/magic-docs/ja_JP.UTF-8/square_mosaic.txt +++ b/magic/magic-docs/ja_JP.UTF-8/square_mosaic.txt @@ -10,4 +10,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/ja_JP.UTF-8/stretch.txt b/magic/magic-docs/ja_JP.UTF-8/stretch.txt index 89e551a87..a9e790b76 100644 --- a/magic/magic-docs/ja_JP.UTF-8/stretch.txt +++ b/magic/magic-docs/ja_JP.UTF-8/stretch.txt @@ -8,4 +8,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/ja_JP.UTF-8/string_corner.txt b/magic/magic-docs/ja_JP.UTF-8/string_corner.txt index 9979415dd..380b7bd5d 100644 --- a/magic/magic-docs/ja_JP.UTF-8/string_corner.txt +++ b/magic/magic-docs/ja_JP.UTF-8/string_corner.txt @@ -10,4 +10,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/ja_JP.UTF-8/string_edges.txt b/magic/magic-docs/ja_JP.UTF-8/string_edges.txt index dd7a69be3..2a7064d86 100644 --- a/magic/magic-docs/ja_JP.UTF-8/string_edges.txt +++ b/magic/magic-docs/ja_JP.UTF-8/string_edges.txt @@ -10,4 +10,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/ja_JP.UTF-8/string_v.txt b/magic/magic-docs/ja_JP.UTF-8/string_v.txt index d3ff5a741..df6df0848 100644 --- a/magic/magic-docs/ja_JP.UTF-8/string_v.txt +++ b/magic/magic-docs/ja_JP.UTF-8/string_v.txt @@ -10,4 +10,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/ja_JP.UTF-8/symmetry_left_right.txt b/magic/magic-docs/ja_JP.UTF-8/symmetry_left_right.txt index 807bfe5a5..74f34a3fd 100644 --- a/magic/magic-docs/ja_JP.UTF-8/symmetry_left_right.txt +++ b/magic/magic-docs/ja_JP.UTF-8/symmetry_left_right.txt @@ -10,4 +10,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/ja_JP.UTF-8/symmetry_up_down.txt b/magic/magic-docs/ja_JP.UTF-8/symmetry_up_down.txt index d711cac39..12b23f09f 100644 --- a/magic/magic-docs/ja_JP.UTF-8/symmetry_up_down.txt +++ b/magic/magic-docs/ja_JP.UTF-8/symmetry_up_down.txt @@ -10,4 +10,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/ja_JP.UTF-8/tiles.txt b/magic/magic-docs/ja_JP.UTF-8/tiles.txt index 2b44c578a..2257918a6 100644 --- a/magic/magic-docs/ja_JP.UTF-8/tiles.txt +++ b/magic/magic-docs/ja_JP.UTF-8/tiles.txt @@ -10,4 +10,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/ja_JP.UTF-8/tint.txt b/magic/magic-docs/ja_JP.UTF-8/tint.txt index bdb335298..5e059b3ec 100644 --- a/magic/magic-docs/ja_JP.UTF-8/tint.txt +++ b/magic/magic-docs/ja_JP.UTF-8/tint.txt @@ -11,4 +11,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/ja_JP.UTF-8/toothpaste.txt b/magic/magic-docs/ja_JP.UTF-8/toothpaste.txt index fad0ba3cb..76be31790 100644 --- a/magic/magic-docs/ja_JP.UTF-8/toothpaste.txt +++ b/magic/magic-docs/ja_JP.UTF-8/toothpaste.txt @@ -8,4 +8,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/ja_JP.UTF-8/tornado.txt b/magic/magic-docs/ja_JP.UTF-8/tornado.txt index 80827b955..01855aec1 100644 --- a/magic/magic-docs/ja_JP.UTF-8/tornado.txt +++ b/magic/magic-docs/ja_JP.UTF-8/tornado.txt @@ -8,4 +8,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/ja_JP.UTF-8/tv.txt b/magic/magic-docs/ja_JP.UTF-8/tv.txt index a80fb18d9..ff05637af 100644 --- a/magic/magic-docs/ja_JP.UTF-8/tv.txt +++ b/magic/magic-docs/ja_JP.UTF-8/tv.txt @@ -9,4 +9,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/ja_JP.UTF-8/wavelets.txt b/magic/magic-docs/ja_JP.UTF-8/wavelets.txt index 149aa64a3..2b06d052e 100644 --- a/magic/magic-docs/ja_JP.UTF-8/wavelets.txt +++ b/magic/magic-docs/ja_JP.UTF-8/wavelets.txt @@ -13,4 +13,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/ja_JP.UTF-8/waves.txt b/magic/magic-docs/ja_JP.UTF-8/waves.txt index 38a9be189..835094418 100644 --- a/magic/magic-docs/ja_JP.UTF-8/waves.txt +++ b/magic/magic-docs/ja_JP.UTF-8/waves.txt @@ -12,4 +12,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/ja_JP.UTF-8/wet_paint.txt b/magic/magic-docs/ja_JP.UTF-8/wet_paint.txt index 052be4744..fb12192b5 100644 --- a/magic/magic-docs/ja_JP.UTF-8/wet_paint.txt +++ b/magic/magic-docs/ja_JP.UTF-8/wet_paint.txt @@ -11,4 +11,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/ja_JP.UTF-8/xor_colors.txt b/magic/magic-docs/ja_JP.UTF-8/xor_colors.txt index fcb96fe52..8dc04911e 100644 --- a/magic/magic-docs/ja_JP.UTF-8/xor_colors.txt +++ b/magic/magic-docs/ja_JP.UTF-8/xor_colors.txt @@ -8,4 +8,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/magic/magic-docs/ja_JP.UTF-8/zoom.txt b/magic/magic-docs/ja_JP.UTF-8/zoom.txt index 229e260a4..2d56c7f55 100644 --- a/magic/magic-docs/ja_JP.UTF-8/zoom.txt +++ b/magic/magic-docs/ja_JP.UTF-8/zoom.txt @@ -8,4 +8,4 @@ ---------------------------------------------------------------------- - Tux Paint 0.9.27 + Tux Paint 0.9.28 diff --git a/man/en/tuxpaint.1 b/man/en/tuxpaint.1 index 79d62c824..d5b84861c 100644 --- a/man/en/tuxpaint.1 +++ b/man/en/tuxpaint.1 @@ -1,5 +1,5 @@ .\" tuxpaint.1 - 2021.11.25 -.TH TUXPAINT 1 "November 25, 2021" "0.9.27" "Tux Paint" +.TH TUXPAINT 1 "November 25, 2021" "0.9.28" "Tux Paint" .SH NAME tuxpaint -- "Tux Paint", a drawing program for young children. diff --git a/man/es_ES.UTF-8/tuxpaint.1 b/man/es_ES.UTF-8/tuxpaint.1 index b83fb36dc..e66d6c105 100644 --- a/man/es_ES.UTF-8/tuxpaint.1 +++ b/man/es_ES.UTF-8/tuxpaint.1 @@ -1,5 +1,5 @@ .\" tuxpaint.1 - 2021.11.25 -.TH TUXPAINT 1 "noviembre 25, 2021" "0.9.27" "Tux Paint" +.TH TUXPAINT 1 "noviembre 25, 2021" "0.9.28" "Tux Paint" .SH NAME tuxpaint -- "Tux Paint", a drawing program for young children. diff --git a/man/fr_FR.UTF-8/tuxpaint.1 b/man/fr_FR.UTF-8/tuxpaint.1 index ff01059db..faf4c71e7 100644 --- a/man/fr_FR.UTF-8/tuxpaint.1 +++ b/man/fr_FR.UTF-8/tuxpaint.1 @@ -1,5 +1,5 @@ .\" tuxpaint.1 - 2021.11.25 -.TH TUXPAINT 1 "novembre 25, 2021" "0.9.27" "Tux Paint" +.TH TUXPAINT 1 "novembre 25, 2021" "0.9.28" "Tux Paint" .SH NAME tuxpaint -- "Tux Paint", un programme simple pour les jeunes enfants. diff --git a/man/gl_ES.UTF-8/tuxpaint.1 b/man/gl_ES.UTF-8/tuxpaint.1 index b940ac62f..0e4f8d4b1 100644 --- a/man/gl_ES.UTF-8/tuxpaint.1 +++ b/man/gl_ES.UTF-8/tuxpaint.1 @@ -1,5 +1,5 @@ .\" tuxpaint.1 - 2021.11.25 -.TH TUXPAINT 1 "25 de Novembro de 2021" "0.9.27" "Tux Paint" +.TH TUXPAINT 1 "25 de Novembro de 2021" "0.9.28" "Tux Paint" .SH NAME tuxpaint -- "Tux Paint", a drawing program for young children. diff --git a/man/ja_JP.UTF-8/tuxpaint.1 b/man/ja_JP.UTF-8/tuxpaint.1 index 096dd6b78..5b1b9f4e1 100644 --- a/man/ja_JP.UTF-8/tuxpaint.1 +++ b/man/ja_JP.UTF-8/tuxpaint.1 @@ -1,5 +1,5 @@ .\" tuxpaint.1 - 2021.11.25 -.TH TUXPAINT 1 "2021年11月25日" "0.9.27" "Tux Paint" +.TH TUXPAINT 1 "2021年11月25日" "0.9.28" "Tux Paint" .SH NAME tuxpaint -- 小さな子供向けのお絵かきプログラム diff --git a/src/po/check_translations.sh b/src/po/check_translations.sh index efdc223ef..4d4672f1e 100755 --- a/src/po/check_translations.sh +++ b/src/po/check_translations.sh @@ -68,7 +68,7 @@ do if [ $stamps_directory_found -eq 1 ] ; then - echo -n Checking $stamps_directory/po/tuxpaint-stamps-$i + echo -n Checking $stamps_directory/po/tuxpaint-stamps-$i ... if [ -e $stamps_directory/po/tuxpaint-stamps-$i ] then echo OK $stamps_directory/po/tuxpaint-stamps-$i else echo _WARNING_ No stamps translation found @@ -145,42 +145,42 @@ do if [ $tpconfig_directory_found ] then - echo -n Checking $langname in langs in tuxpaint-config2.cxx + echo -n Checking $langname in langs in tuxpaint-config2.cxx... configlang=0 - for item in `cat $tpconfig_directory/src/tuxpaint-config2.cxx|sed -n '/Use system/,/};/{/american/d;/NUM_LANGS/d;/gettext/d;/};/d;s/.*, "//g;s/"}.*//g;p}'` + for item in `cat $tpconfig_directory/src/tuxpaint-config2.cxx|sed -n '/default/,/};/{/american/d;/NUM_LANGS/d;/gettext/d;/};/d;s/.*, "//g;s/"}.*//g;p}'` do if [ $item == $langname ]; then echo OK $item; configlang=1; break; fi done - if [ $configlang -eq 0 ]; then echo _WARNING_ $langname is missing in lang in tuxpaint-config2.cxx; fi + if [ $configlang -eq 0 ]; then echo _WARNING_ $langname is missing in lang in $tpconfig_directory/src/tuxpaint-config2.cxx; fi fi echo -n Checking in the manpage... manlang=0 - for item in `cat ../manpage/tuxpaint.1|sed -n '/american-english/,/.RE/{/RE/d;/TP/d;/^-/d;s/|//g;p}'` + for item in `cat ../../man/en/tuxpaint.1|sed -n '/american-english/,/.RE/{/RE/d;/TP/d;/^-/d;s/|//g;p}'` do if [ $item == $langname ]; then echo OK $item; manlang=1; break; fi done - if [ $manlang -eq 0 ]; then echo _WARNING_ $langname is missing in lang in ../manpage/tuxpaint.1; fi + if [ $manlang -eq 0 ]; then echo _WARNING_ $langname is missing in lang in ../../man/en/tuxpaint.1; fi echo -n Checking LANGUAGE table in OPTIONS.html... OPTIONSlang=0 - for item in `cat ../../docs/html/OPTIONS.html|sed -n '/english/,/table>/{/tr>/d;/table>/d;/nbsp/d;s///g;s/<\/code><\/td>//g;p}'` + for item in `cat ../../docs/en/html/OPTIONS.html|sed -n '/english/,/table>/{/tr>/d;/table>/d;/nbsp/d;s///g;s/<\/code>//g;p}'` do if [ $item == $langname ]; then echo OK $item; OPTIONSlang=1; break; fi done - if [ $OPTIONSlang -eq 0 ]; then echo _WARNING_ $langname is missing in "Available Options" in the lang=LANGUAGE table in ../../docs/html/OPTIONS.html; fi + if [ $OPTIONSlang -eq 0 ]; then echo _WARNING_ $langname is missing in "Available Options" in the lang=LANGUAGE table in ../../docs/en/html/OPTIONS.html; fi echo -n Checking Locale Code in OPTIONS.html... OPTIONSlocale=0 - for item in `cat ../../docs/html/OPTIONS.html|sed -n '/English/,/table>/{/tr>/d;/table>/d;/nbsp/d;s///g;s/<\/code>.*//g;//d;p}'` + for item in `cat ../../docs/en/html/OPTIONS.html|sed -n '/Locale values and the languages they represent./,/table>/{/tr>/d;/table>/d;/nbsp/d;s///g;s/<\/code>.*//g;//d;p}'` do if [ $item == $locale ]; then echo OK $item; OPTIONSlocale=1; break; fi done - if [ $OPTIONSlocale -eq 0 ]; then echo _WARNING_ $locale is missing in the "Available Languages" table in the "Locale Code" field in ../../docs/html/OPTIONS.html; fi + if [ $OPTIONSlocale -eq 0 ]; then echo _WARNING_ $locale is missing in the "Available Languages" table in the "Locale Code" field in ../../docs/en/html/OPTIONS.html; fi @@ -226,4 +226,4 @@ do echo -done \ No newline at end of file +done diff --git a/src/po/sk.po b/src/po/sk.po index 90df69693..5eab05e06 100644 --- a/src/po/sk.po +++ b/src/po/sk.po @@ -4,14 +4,15 @@ # This file is distributed under the same license as the tuxpaint package. # Andrej Kacian , 2004, 2005. # Peter Tuhársky , 2008. -# Jaroslav Ryník , 2009 +# Jaroslav Ryník , 2009. +# Jozef Říha , 2021. msgid "" msgstr "" -"Project-Id-Version: tuxpaint 0.9.17\n" +"Project-Id-Version: tuxpaint 0.9.28\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-11-25 01:12-0800\n" -"PO-Revision-Date: 2009-12-27 18:01+0100\n" -"Last-Translator: Jaroslav Ryník \n" +"POT-Creation-Date: 2021-11-07 20:32-0800\n" +"PO-Revision-Date: 2021-11-30 10:29+0100\n" +"Last-Translator: Jozef Říha \n" "Language-Team: Slovak \n" "Language: sk\n" "MIME-Version: 1.0\n" @@ -151,10 +152,9 @@ msgstr ",.?!" #. uncommon punctuation (e.g., '@', '#', '*', etc.) #: ../dirwalk.c:219 -#, fuzzy #| msgid "`\\%_@$~#{<(^&*" msgid "`%_@$~#{<(^&*" -msgstr "`\\%_@$~#{}<>^&*" +msgstr "`%_@$~#{<(^&*" #. digits (e.g., '0', '1' and '7') #: ../dirwalk.c:222 @@ -173,63 +173,61 @@ msgstr "1Il|" #: ../dirwalk.c:232 msgid "<1>spare-1a" -msgstr "" +msgstr "<1>rezerva-1a" #: ../dirwalk.c:233 msgid "<1>spare-1b" -msgstr "" +msgstr "<1>rezerva-1b" #: ../dirwalk.c:234 msgid "<9>spare-9a" -msgstr "" +msgstr "<9>rezerva-9a" #: ../dirwalk.c:235 msgid "<9>spare-9b" -msgstr "" +msgstr "<9>rezerva-9b" #: ../fill_tools.h:50 msgid "Solid" -msgstr "" +msgstr "Plný" #: ../fill_tools.h:51 -#, fuzzy #| msgid "Brushes" msgid "Brush" -msgstr "Štetce" +msgstr "Štetec" #: ../fill_tools.h:52 -#, fuzzy #| msgid "Lines" msgid "Linear" -msgstr "Čiary" +msgstr "Lineárny" #: ../fill_tools.h:53 msgid "Radial" -msgstr "" +msgstr "Lúčovitý" #: ../fill_tools.h:57 -#, fuzzy #| msgid "Click in the picture to fill that area with color." msgid "Click to fill an area with a solid color." -msgstr "Klikni na obrázok a vymaľuj ho." +msgstr "Klikni na oblasť a vyplň ho plnou farbou." #: ../fill_tools.h:58 -#, fuzzy #| msgid "Click in the picture to fill that area with color." msgid "Click and drag to fill an area by hand, using a brush." -msgstr "Klikni na obrázok a vymaľuj ho." +msgstr "Klikni a ťahaj na ručné vyplnenie oblasti pomocou štetca." #: ../fill_tools.h:59 msgid "" "Click and drag to fill an area with a linear gradient (from the chosen color " "to transparent)." msgstr "" +"Klikni a ťahaj na vyplnenie oblasti lineárnym prechodom (od vybranej farby po priesvitnosť)." #: ../fill_tools.h:60 msgid "" "Click to fill an area with a radial gradient (from the chosen color to " "transparent)." msgstr "" +"Klikni na vyplnenie oblasti lúčovitým prechodom (od vybranej farby po priesvitnosť)." #. Congratulations #1 #: ../great.h:37 @@ -327,7 +325,7 @@ msgstr "Osemuholník" #: ../shapes.h:270 ../shapes.h:273 ../shapes.h:276 ../shapes.h:279 #: ../shapes.h:282 ../shapes.h:285 msgid "Star" -msgstr "" +msgstr "Hviezda" #. Description of a square #: ../shapes.h:293 ../shapes.h:294 @@ -349,7 +347,7 @@ msgstr "" #. Description of an ellipse #: ../shapes.h:305 ../shapes.h:306 msgid "An ellipse is a stretched circle." -msgstr "Elipsa je roztiahnutý kruh." +msgstr "Elipsa je sploštený kruh." #. Description of a triangle #: ../shapes.h:309 ../shapes.h:310 @@ -373,18 +371,17 @@ msgstr "Pravidelný osemuholník má 8 rovnako dlhých strán." #: ../shapes.h:324 ../shapes.h:325 msgid "A star with 3 points." -msgstr "" +msgstr "Trojcípa hviezda" #: ../shapes.h:326 ../shapes.h:327 msgid "A star with 4 points." -msgstr "" +msgstr "Štvorcípa hviezda" #: ../shapes.h:328 ../shapes.h:329 msgid "A star with 5 points." -msgstr "" +msgstr "Päťcípa hviezda" #: ../shapes.h:385 -#, fuzzy #| msgid "" #| "Pick a shape. Click to pick the center, drag, then let go when it is the " #| "size you want. Move around to rotate it, and click to draw it." @@ -392,12 +389,11 @@ msgid "" "Pick a shape. Click to start drawing, drag, and let go when it is the size " "and shape you want. Move around to rotate it, and click again to draw it." msgstr "" -"Vyber si geometrický útvar. Tam, kde klikneš, bude jeho stred, ťahaj myš do " -"strán, až kým nie je dosť veľký. Pohybom myši ho môžeš otáčať a ďalším " -"kliknutím nakresliť." +"Vyber si geometrický útvar. Klikni na miesto, kde chceš začať kresliť, ťahaj myš a pusti ju vtedy, " +"keď má požadovaný tvar a veľkosť. Pohybom myši tvar môžeš otáčať a ďalším " +"kliknutím ho nakreslíš." #: ../shapes.h:386 -#, fuzzy #| msgid "" #| "Pick a shape. Click to pick the center, drag, then let go when it is the " #| "size you want. Move around to rotate it, and click to draw it." @@ -405,17 +401,16 @@ msgid "" "Pick a shape. Click to start drawing, drag, and let go when it is the size " "and shape you want." msgstr "" -"Vyber si geometrický útvar. Tam, kde klikneš, bude jeho stred, ťahaj myš do " -"strán, až kým nie je dosť veľký. Pohybom myši ho môžeš otáčať a ďalším " -"kliknutím nakresliť." +"Vyber si geometrický útvar. Klikni na miesto, kde chceš začať kresliť, ťahaj myš a pusti ju vtedy, " +"keď má požadovaný tvar a veľkosť. Pohybom myši tvar môžeš otáčať a ďalším " #: ../shapes.h:392 msgid "Draw shapes from the center." -msgstr "" +msgstr "Kresli tvary od stredu." #: ../shapes.h:393 msgid "Draw shapes from a corner." -msgstr "" +msgstr "Kresli tvary z rohu." #. Title of tool selector (buttons down the left) #: ../titles.h:57 @@ -446,7 +441,7 @@ msgstr "Pečiatky" #. Shape creation tool (square, circle, etc.) #: ../titles.h:72 ../tools.h:71 msgid "Shapes" -msgstr "Geometrické útvary" +msgstr "Tvary" #. Title of font selector (buttons down the right for text and label tools) #: ../titles.h:75 @@ -461,10 +456,9 @@ msgstr "Čary" #. Title of fill selector (buttons down the right for fill tool) #: ../titles.h:81 -#, fuzzy #| msgid "Fill" msgid "Fills" -msgstr "Farba" +msgstr "Výplne" #. Freehand painting tool #: ../tools.h:62 @@ -541,7 +535,7 @@ msgstr "Koniec" #. Paint tool instructions #: ../tools.h:115 msgid "Pick a color and a brush shape to draw with." -msgstr "Vyber si farbu a tvar štetca, s ktorým chceš kresliť." +msgstr "Vyber si farbu a tvar štetca, ktorým chceš maľovať." #. Stamp tool instructions #: ../tools.h:118 @@ -563,7 +557,6 @@ msgstr "" "textu stlač [Enter] alebo [Tab]." #: ../tools.h:132 -#, fuzzy #| msgid "" #| "Choose a style of text. Click on your drawing and you can start typing. " #| "Press [Enter] or [Tab] to complete the text. By using the selector button " @@ -576,7 +569,7 @@ msgid "" "style." msgstr "" "Vyber si štýl textu. Klikni na výkres a môžeš začať písať. Na dokončenie " -"textu stlač [Enter] alebo [Tab]. Pomocou kurzora alebo kniknutím na " +"textu stlač [Enter] alebo [Tab]. Pomocou kurzora alebo kliknutím na " "existujúcu menovku môžeš premiestňovať, upravovať a meniť štýl textu." #. Magic tool instruction @@ -607,12 +600,12 @@ msgstr "Vyber si farbu alebo obrázok, na ktorom chceš nakresliť novú kresbu. #. Response to 'open' action (while file dialog is being constructed) #: ../tools.h:153 msgid "Open…" -msgstr "Otvoriť..." +msgstr "Otvoriť…" #. Response to 'save' action #: ../tools.h:156 msgid "Your image has been saved!" -msgstr "Tvoj obrázok sa uložil!" +msgstr "Tvoj obrázok bol uložený!" #. Response to 'print' action (while printing, or print dialog is being used) #: ../tools.h:159 @@ -627,15 +620,15 @@ msgstr "Maj sa!" #. Instruction while using Line tool (after click, before release) #: ../tools.h:166 msgid "Let go of the button to complete the line." -msgstr "Pusti tlačidlo, aby sa čiara dokončila." +msgstr "Pusti tlačidlo a čiara sa dokončí." #: ../tools.h:167 -#, fuzzy, c-format +#, c-format #| msgid "Let go of the button to complete the line." msgid "" "Let go of the button to complete the line. (Your line's angle is %.0f " "degrees.)" -msgstr "Pusti tlačidlo, aby sa čiara dokončila." +msgstr "Pusti tlačidlo, aby sa čiara dokončila. (Uhol čiary je %.0f stupňov.)" #. Instruction while using Shape tool (after first click, before release) #: ../tools.h:170 @@ -645,15 +638,15 @@ msgstr "Podržaním a ťahaním myši geometrický útvar roztiahneš." #. Instruction while finishing Shape tool (after release, during rotation step before second click) #: ../tools.h:173 msgid "Move the mouse to rotate the shape. Click to draw it." -msgstr "Pohybuj myšou a geom. útvar sa bude otáčať. Klikni a nakreslí sa." +msgstr "Pohybuj myšou a geometrický útvar sa bude otáčať. Klikni a nakreslí sa." #: ../tools.h:174 -#, fuzzy, c-format +#, c-format #| msgid "Move the mouse to rotate the shape. Click to draw it." msgid "" "Move the mouse to rotate the shape. Click to draw it. (It is rotated %d " "degrees.)" -msgstr "Pohybuj myšou a geom. útvar sa bude otáčať. Klikni a nakreslí sa." +msgstr "Pohybuj myšou a geometrický útvar sa bude otáčať. Klikni a nakreslí sa. (Je otočený o %d stupňov.)" #. Notification that 'New' action was aborted (current image would have been lost) #: ../tools.h:177 @@ -668,7 +661,7 @@ msgstr "Chceš naozaj skončiť?" #. Quit prompt positive response (quit) #: ../tuxpaint.c:2237 msgid "Yes, I’m done!" -msgstr "Áno, už som skončil (-a)!" +msgstr "Áno, už som skončil(-a)!" #. Quit prompt negative response (don't quit) #: ../tuxpaint.c:2240 ../tuxpaint.c:2267 @@ -712,7 +705,7 @@ msgstr "Žiadne uložené súbory tu nie sú." #. Verification of print action #: ../tuxpaint.c:2265 msgid "Print your picture now?" -msgstr "Chceš si vytlačiť obrázok teraz?" +msgstr "Chceš si teraz svoj obrázok vytlačiť?" #: ../tuxpaint.c:2266 msgid "Yes, print it!" @@ -753,29 +746,25 @@ msgstr "Nezabudnite, že treba stlačiť ľavé tlačidlo myši!" #. Confirmation of successful (we hope) image export #: ../tuxpaint.c:2290 -#, fuzzy #| msgid "Your picture has been printed!" msgid "Your picture has been exported!" -msgstr "Tvoj obrázok je vytlačený!" +msgstr "Tvoj obrázok bol exportovaný!" #: ../tuxpaint.c:2291 -#, fuzzy #| msgid "Your picture has been printed!" msgid "Your slideshow GIF has been exported!" -msgstr "Tvoj obrázok je vytlačený!" +msgstr "Tvoja GIF prezentácia bola exportovaná!" #. We got an error exporting #: ../tuxpaint.c:2295 -#, fuzzy #| msgid "Sorry! Your picture could not be printed!" msgid "Sorry! Your picture could not be exported!" -msgstr "Prepáč. Tvoj obrázok sa nedá vytlačiť!" +msgstr "Prepáč. Tvoj obrázok sa nedá exportovať!" #: ../tuxpaint.c:2296 -#, fuzzy #| msgid "Sorry! Your picture could not be printed!" msgid "Sorry! Your slideshow GIF could not be exported!" -msgstr "Prepáč. Tvoj obrázok sa nedá vytlačiť!" +msgstr "Prepáč. Tvoja GIF prezentácia sa nedá exportovať!" #. Slideshow instructions #: ../tuxpaint.c:2300 @@ -811,7 +800,7 @@ msgstr "Výstava" #. Open dialog: 'Export' button, to copy an image to an easily-accessible location #: ../tuxpaint.c:8447 msgid "Export" -msgstr "" +msgstr "Export" #. Open dialog: 'Back' button, to dismiss Open dialog without opening a picture #: ../tuxpaint.c:8450 @@ -826,7 +815,7 @@ msgstr "Prehrať" #. Slideshow: 'GIF Export' button, to create an animated GIF #: ../tuxpaint.c:8456 msgid "GIF Export" -msgstr "" +msgstr "Export do GIF" #. Slideshow: 'Next' button, to load next slide (image) #: ../tuxpaint.c:8459 @@ -857,7 +846,7 @@ msgstr "Mám tieto zmeny uložiť do starého obrázka?" #. (like a 'File:Save' action in other applications) #: ../tuxpaint.c:14081 msgid "Yes, replace the old one!" -msgstr "Áno, zmeň ten starý súbor!" +msgstr "Áno, prepíš starý súbor!" #. Negative response to saving over old version (saves a new image) #. (like a 'File:Save As...' action in other applications) @@ -876,11 +865,11 @@ msgstr "Vyber si obrázok, ktorý chceš, a potom klikni na „Otvoriť”." #. #: ../tuxpaint.c:16775 msgid "Select 2 or more drawings to turn into an animated GIF." -msgstr "" +msgstr "Vyber aspoň 2 kresby a vytvor z nich animovaný GIF." #: ../tuxpaint.c:24552 msgid "Select a color from your drawing." -msgstr "" +msgstr "Vyber farbu z kresby." #: ../tuxpaint.c:24564 msgid "Pick a color." @@ -900,19 +889,18 @@ msgstr "Program na kreslenie pre deti." #: ../../magic/src/alien.c:68 msgid "Color Shift" -msgstr "Zmeniť farby" +msgstr "Zmena farby" #: ../../magic/src/alien.c:76 -#, fuzzy #| msgid "" #| "Click and move the mouse to change the colors in parts of your picture." msgid "Click and drag the mouse to change the colors in parts of your picture." msgstr "" -"Kliknutím a ťahaním myši zmeníš farby vo vybranej časti svojho obrázka." +"Kliknutím a pohybom myši zmeníš farby vo vybranej časti svojho obrázka." #: ../../magic/src/alien.c:77 msgid "Click to change the colors in your entire picture." -msgstr "Klikom a ťahaním myši zmeníš farby na celom obrázku." +msgstr "Kliknutím a ťahaním myši zmeníš farby na celom obrázku." #: ../../magic/src/blind.c:116 msgid "Blind" @@ -939,19 +927,16 @@ msgid "Drip" msgstr "Roztečenie" #: ../../magic/src/blocks_chalk_drip.c:154 -#, fuzzy #| msgid "Click and move the mouse around to make the picture blocky." msgid "Click and drag the mouse around to make the picture blocky." -msgstr "Kliknutím a ťahaním myši zmeníš obrázok na hranatý." +msgstr "Kliknutím a ťahaním myši zmeníš rozštvorčekuješ časti obrázka na obrázok na hranatý." #: ../../magic/src/blocks_chalk_drip.c:158 -#, fuzzy #| msgid "Click to sharpen the entire picture." msgid "Click to make the entire picture blocky." -msgstr "Kliknutím zostríš celý obrázok." +msgstr "Kliknutím rozštvorčekuješ celý obrázok." #: ../../magic/src/blocks_chalk_drip.c:165 -#, fuzzy #| msgid "" #| "Click and move the mouse around to turn the picture into a chalk drawing." msgid "" @@ -959,31 +944,28 @@ msgid "" msgstr "Kliknutím a ťahaním myši zmeníš svoj obrázok na kriedokresbu." #: ../../magic/src/blocks_chalk_drip.c:169 -#, fuzzy #| msgid "" #| "Click and move the mouse around to turn the picture into a chalk drawing." msgid "Click to turn the entire picture into a chalk drawing." -msgstr "Kliknutím a ťahaním myši zmeníš svoj obrázok na kriedokresbu." +msgstr "Kliknutím zmeníš svoj obrázok na kriedokresbu." #: ../../magic/src/blocks_chalk_drip.c:174 -#, fuzzy #| msgid "Click and move the mouse around to make the picture drip." msgid "Click and drag the mouse around to make the picture drip." -msgstr "Ak klikneš myšou a potiahneš ju po obrázku, farby sa roztečú." +msgstr "Kliknutím a ťahaním myši po obrázku sa roztečú farby." #: ../../magic/src/blur.c:81 msgid "Blur" msgstr "Zahmliť" #: ../../magic/src/blur.c:89 -#, fuzzy #| msgid "Click and move the mouse around to blur the image." msgid "Click and drag the mouse around to blur the image." msgstr "Kliknutím a ťahaním myši zahmlíš obrázok." #: ../../magic/src/blur.c:90 msgid "Click to blur the entire image." -msgstr "Klikni myšou a zahmlíš obrázok." +msgstr "Klikni myšou a zahmli tak celý obrázok." #. Both are named "Bricks", at the moment: #: ../../magic/src/bricks.c:121 @@ -991,64 +973,60 @@ msgid "Bricks" msgstr "Tehly" #: ../../magic/src/bricks.c:134 -#, fuzzy #| msgid "Click and move to draw large bricks." msgid "Click and drag to draw large bricks." -msgstr "Klikom a ťahaním myši nakreslíš veľké tehly." +msgstr "Kliknutím a ťahaním myši nakreslíš veľké tehly." #: ../../magic/src/bricks.c:136 -#, fuzzy #| msgid "Click and move to draw small bricks." msgid "Click and drag to draw small bricks." -msgstr "Klikom a ťahaním myši nakreslíš malé tehly." +msgstr "Kliknutím a ťahaním myši nakreslíš malé tehly." #: ../../magic/src/calligraphy.c:125 msgid "Calligraphy" msgstr "Kaligrafia" #: ../../magic/src/calligraphy.c:138 -#, fuzzy #| msgid "Click and move the mouse around to draw in calligraphy." msgid "Click and drag the mouse around to draw in calligraphy." -msgstr "Klikaním a pohybom myši môžeš kresliť kaligrafickým štýlom." +msgstr "Kliknutím a ťahaním myši môžeš písať kaligrafickým štýlom." #: ../../magic/src/cartoon.c:107 msgid "Cartoon" msgstr "Komiks" #: ../../magic/src/cartoon.c:121 -#, fuzzy #| msgid "Click and move the mouse around to turn the picture into a cartoon." msgid "Click and drag the mouse around to turn the picture into a cartoon." msgstr "Kliknutím a ťahaním myši prekreslíš obrázok na komiks." #: ../../magic/src/cartoon.c:125 -#, fuzzy #| msgid "" #| "Click and move the mouse around to turn the picture into a chalk drawing." msgid "Click to turn the entire picture into a cartoon." -msgstr "Kliknutím a ťahaním myši zmeníš svoj obrázok na kriedokresbu." +msgstr "Kliknutím a ťahaním myši zmeníš obrázok na kriedokresbu." #: ../../magic/src/checkerboard.c:100 msgid "Checkerboard" -msgstr "" +msgstr "Šachovnica" #: ../../magic/src/checkerboard.c:112 -#, fuzzy #| msgid "Click and drag to draw string art aligned to the edges." msgid "Click and drag to fill the canvas with a checkerboard pattern." msgstr "" -"Kliknutím a pohybom myši môžeš na obrázok nakresliť koľajnice pre vlak." +"Kliknutím a ťahaním myši môžeš na plátno nakresliť vzor so šachovnicou." #: ../../magic/src/clone.c:133 msgid "Clone" -msgstr "" +msgstr "Klon" #: ../../magic/src/clone.c:145 msgid "" "Click once to pick a spot to begin cloning. Click again and drag to clone " "that part of the picture." msgstr "" +"Klikni raz a vyber miesto, ktoré sa bude klonovať. Klikni ešte raz a pohybom " +"myši klonuj vybranú časť obrázka." #: ../../magic/src/confetti.c:86 msgid "Confetti" @@ -1080,27 +1058,25 @@ msgstr "Zosvetliť" #: ../../magic/src/fade_darken.c:117 msgid "Darken" -msgstr "Zatemniť" +msgstr "Stmaviť" #: ../../magic/src/fade_darken.c:134 -#, fuzzy #| msgid "Click and move the mouse to lighten parts of your picture." msgid "Click and drag the mouse to lighten parts of your picture." -msgstr "Kliknutím a ťahaním myši budú časti obrázka svetlejšie." +msgstr "Kliknutím a ťahaním myši zosvetlíš časti obrázka." #: ../../magic/src/fade_darken.c:136 msgid "Click to lighten your entire picture." msgstr "Ak klikneš myšou, celý obrázok bude svetlejší." #: ../../magic/src/fade_darken.c:141 -#, fuzzy #| msgid "Click and move the mouse to darken parts of your picture." msgid "Click and drag the mouse to darken parts of your picture." -msgstr "Kliknutím a ťahaním myši budú časti obrázka tmavšie." +msgstr "Kliknutím a ťahaním myši stmavíš časti obrázka." #: ../../magic/src/fade_darken.c:143 msgid "Click to darken your entire picture." -msgstr "Klikom a ťahaním myši bude celý obrázok tmavší." +msgstr "Kliknutím myši stmavíš celý obrázok." #: ../../magic/src/fisheye.c:102 msgid "Fisheye" @@ -1117,7 +1093,7 @@ msgstr "Kvet" #: ../../magic/src/flower.c:158 msgid "Click and drag to draw a flower stalk. Let go to finish the flower." msgstr "" -"Klikom a ťahaním myši nakreslíš stonku kvetu. Keď myš pustíš, kvet sa " +"Kliknutím a ťahaním myši nakreslíš stonku kvetu. Keď myš pustíš, kvet sa " "dokončí." #: ../../magic/src/foam.c:115 @@ -1139,20 +1115,18 @@ msgstr "Vyber si farbu pozadia. Potom klikni myšou a roh strany sa ohne." #: ../../magic/src/fretwork.c:182 msgid "Fretwork" -msgstr "" +msgstr "Rezbárstvo" #: ../../magic/src/fretwork.c:188 -#, fuzzy #| msgid "Click and drag to draw string art aligned to the edges." msgid "Click and drag to draw repetitive patterns." msgstr "" -"Kliknutím a pohybom myši môžeš na obrázok nakresliť koľajnice pre vlak." +"Kliknutím a pohybom myši môžeš kresliť opakujúce sa vzory." #: ../../magic/src/fretwork.c:190 -#, fuzzy #| msgid "Click to cover your picture with rain drops." msgid "Click to surround your picture with repetitive patterns." -msgstr "Ak klikneš myšou, obrázok sa zaplní kvapkami dažďa." +msgstr "Klikni pre obklopenie obrázka opakujúcim sa vzorom." #: ../../magic/src/glasstile.c:105 msgid "Glass Tile" @@ -1171,42 +1145,39 @@ msgid "Grass" msgstr "Tráva" #: ../../magic/src/grass.c:120 -#, fuzzy #| msgid "Click and move to draw grass. Don’t forget the dirt!" msgid "Click and drag to draw grass. Don’t forget the dirt!" -msgstr "Klikom a ťahaním myši nakreslíš trávu. Nezabudni na hlinu!" +msgstr "Kliknutím a ťahaním myši nakreslíš trávu. Nezabudni na hlinu!" #: ../../magic/src/halftone.c:41 msgid "Halftone" -msgstr "" +msgstr "Polotón" #: ../../magic/src/halftone.c:50 -#, fuzzy #| msgid "Click to turn your painting into its negative." msgid "Click and drag to turn your drawing into a newspaper." -msgstr "Kliknutím urobíš negatív svojho obrázka." +msgstr "Kliknutím a ťahaním zmeníš svoj obrázok na noviny." #: ../../magic/src/halftone.c:51 -#, fuzzy #| msgid "Click to turn your painting into its negative." msgid "Click to turn your drawing into a newspaper." -msgstr "Kliknutím urobíš negatív svojho obrázka." +msgstr "Kliknutím zmeníš svoj obrázok na noviny." #: ../../magic/src/kalidescope.c:120 msgid "Symmetric Left/Right" -msgstr "" +msgstr "Symetricky ľavá/pravá" #: ../../magic/src/kalidescope.c:124 msgid "Symmetric Up/Down" -msgstr "" +msgstr "Symetricky hore/dole" #: ../../magic/src/kalidescope.c:128 msgid "Pattern" -msgstr "" +msgstr "Vzor" #: ../../magic/src/kalidescope.c:132 msgid "Tiles" -msgstr "" +msgstr "Dlaždice" #. KAL_BOTH #: ../../magic/src/kalidescope.c:136 @@ -1214,50 +1185,45 @@ msgid "Kaleidoscope" msgstr "Kaleidoskop" #: ../../magic/src/kalidescope.c:154 -#, fuzzy #| msgid "" #| "Click and drag the mouse to draw with symmetric brushes (a kaleidoscope)." msgid "" "Click and drag the mouse to draw with two brushes that are symmetric across " "the left and right of your picture." msgstr "" -"Klikom a ťahaním myši budeš kresliť štyrmi štetcami naraz (ako v " -"kaleidoskope)." +"Kliknutím a ťahaním budeš kresliť dvoma štetcami naraz, ktoré sú symetrické " +"po oboch stranách obrázka." #: ../../magic/src/kalidescope.c:160 -#, fuzzy #| msgid "" #| "Click and drag the mouse to draw with symmetric brushes (a kaleidoscope)." msgid "" "Click and drag the mouse to draw with two brushes that are symmetric across " "the top and bottom of your picture." msgstr "" -"Klikom a ťahaním myši budeš kresliť štyrmi štetcami naraz (ako v " -"kaleidoskope)." +"Kliknutím a ťahaním budeš kresliť štyrmi štetcami naraz, ktoré sú symetrické " +"po oboch stranách obrázka." #: ../../magic/src/kalidescope.c:164 -#, fuzzy #| msgid "Click and drag the mouse to emboss the picture." msgid "Click and drag the mouse to draw a pattern across the picture." -msgstr "Kliknutím a ťahaním myši urobíš z obrázka rytinu." +msgstr "Kliknutím a ťahaním myši nakreslíš na obrázok vzor." #: ../../magic/src/kalidescope.c:168 -#, fuzzy #| msgid "" #| "Click and drag the mouse to draw with symmetric brushes (a kaleidoscope)." msgid "" "Click and drag the mouse to draw a pattern that is symmetric across the " "picture." msgstr "" -"Klikom a ťahaním myši budeš kresliť štyrmi štetcami naraz (ako v " -"kaleidoskope)." +"Kliknutím a ťahaním myši nakreslíš na obrázok symetrický vzor." #. KAL_BOTH #: ../../magic/src/kalidescope.c:172 msgid "" "Click and drag the mouse to draw with symmetric brushes (a kaleidoscope)." msgstr "" -"Klikom a ťahaním myši budeš kresliť štyrmi štetcami naraz (ako v " +"Kliknutím a ťahaním myši budeš kresliť štyrmi štetcami naraz (ako v " "kaleidoskope)." #: ../../magic/src/light.c:104 @@ -1266,19 +1232,17 @@ msgstr "Svetlo" #: ../../magic/src/light.c:116 msgid "Click and drag to draw a beam of light on your picture." -msgstr "Klikom a ťahaním myši nakreslíš na obrázok lúče svetla." +msgstr "Kliknutím a ťahaním myši nakreslíš na obrázok lúče svetla." #: ../../magic/src/lightning.c:78 -#, fuzzy #| msgid "Lighten" msgid "Lightning" -msgstr "Zosvetliť" +msgstr "Blesk" #: ../../magic/src/lightning.c:88 -#, fuzzy #| msgid "Click and drag to draw a beam of light on your picture." msgid "Click, drag, and release to draw a lightning bolt between two points." -msgstr "Klikom a ťahaním myši nakreslíš na obrázok lúče svetla." +msgstr "Kliknutím a ťahaním myši nakreslíš medzi dvoma bodmi blesk." #: ../../magic/src/metalpaint.c:99 msgid "Metal Paint" @@ -1309,62 +1273,58 @@ msgid "Mosaic" msgstr "Mozaika" #: ../../magic/src/mosaic.c:105 -#, fuzzy #| msgid "" #| "Click and move the mouse to add a mosaic effect to parts of your picture." msgid "" "Click and drag the mouse to add a mosaic effect to parts of your picture." -msgstr "Ak klikneš myšou, urobíš z časti obrázka mozaiku." +msgstr "Kliknutím a ťahaním myši vytvoríš z časti obrázka mozaiku." #: ../../magic/src/mosaic.c:106 msgid "Click to add a mosaic effect to your entire picture." -msgstr "Ak klikneš myšou, urobíš mozaiku z celého obrázka." +msgstr "Ak klikneš myšou, vytvoríš mozaiku z celého obrázka." #: ../../magic/src/mosaic_shaped.c:133 msgid "Square Mosaic" -msgstr "Štvorcová mozaika" +msgstr "4-mozaika" #: ../../magic/src/mosaic_shaped.c:134 msgid "Hexagon Mosaic" -msgstr "Šesťuholníková mozaika" +msgstr "6-mozaika" #: ../../magic/src/mosaic_shaped.c:135 msgid "Irregular Mosaic" -msgstr "Nepravidelná mozaika" +msgstr "Neprav. mozaika" #: ../../magic/src/mosaic_shaped.c:141 -#, fuzzy #| msgid "" #| "Click and move the mouse to add a square mosaic to parts of your picture." msgid "" "Click and drag the mouse to add a square mosaic to parts of your picture." -msgstr "Ak klikneš myšou, urobíš z častí obrázka štvorcovú mozaiku." +msgstr "Ak klikneš myšou a potiahneš, premeníš časti obrázka na štvorcovú mozaiku." #: ../../magic/src/mosaic_shaped.c:142 msgid "Click to add a square mosaic to your entire picture." msgstr "Ak klikneš myšou, urobíš štvorcovú mozaiku z celého obrázka." #: ../../magic/src/mosaic_shaped.c:146 -#, fuzzy #| msgid "" #| "Click and move the mouse to add a hexagonal mosaic to parts of your " #| "picture." msgid "" "Click and drag the mouse to add a hexagonal mosaic to parts of your picture." -msgstr "Ak klikneš myšou, urobíš z častí obrázka šesťuholníkovú mozaiku." +msgstr "Ak klikneš myšou a potiahneš, premeníš časti obrázka na šesťuholníkovú mozaiku." #: ../../magic/src/mosaic_shaped.c:147 msgid "Click to add a hexagonal mosaic to your entire picture." msgstr "Ak klikneš myšou, urobíš šesťuholníkovú mozaiku z celého obrázka." #: ../../magic/src/mosaic_shaped.c:151 -#, fuzzy #| msgid "" #| "Click and move the mouse to add an irregular mosaic to parts of your " #| "picture." msgid "" "Click and drag the mouse to add an irregular mosaic to parts of your picture." -msgstr "Ak klikneš myšou, urobíš z častí obrázka nepravidelnú mozaiku." +msgstr "Ak klikneš myšou a potiahneš, premeníš časti obrázka na nepravidelnú mozaiku." #: ../../magic/src/mosaic_shaped.c:152 msgid "Click to add an irregular mosaic to your entire picture." @@ -1376,47 +1336,45 @@ msgstr "Negatív" #: ../../magic/src/negative.c:74 msgid "Opposite" -msgstr "" +msgstr "Protiklad" #: ../../magic/src/negative.c:79 -#, fuzzy #| msgid "Click and move the mouse around to make your painting negative." msgid "Click and drag the mouse around to make your painting negative." -msgstr "Kliknutím a ťahaním myši urobíš z obrázka negatív." +msgstr "Kliknutím a ťahaním myši vytvoríš z obrázka jeho negatív." #: ../../magic/src/negative.c:80 msgid "Click to turn your painting into its negative." msgstr "Kliknutím urobíš negatív svojho obrázka." #: ../../magic/src/negative.c:83 -#, fuzzy #| msgid "" #| "Click and move the mouse around to change the color of parts of your " #| "picture." msgid "" "Click and drag the mouse around to change colors to their opposites -- their " "complementary colors." -msgstr "Kliknutím a pohybom myši zmeníš farbu častí obrázka." +msgstr "Kliknutím a ťahaním myši zmeníš farby obrázka na ich protiklady -- doplnkové farby." #: ../../magic/src/negative.c:84 msgid "" "Click to turn all colors in your painting into their opposites -- their " "complementary colors." msgstr "" +"Klikni a zmeň všetky farby v kresbe na ich protiklady -- doplnkové farby." #: ../../magic/src/noise.c:66 msgid "Noise" -msgstr "Zrnitosť" +msgstr "Šum" #: ../../magic/src/noise.c:74 -#, fuzzy #| msgid "Click and move the mouse to add noise to parts of your picture." msgid "Click and drag the mouse to add noise to parts of your picture." -msgstr "Kliknutím a ťahaním myši pridáš do častí obrázka zrnitosť." +msgstr "Kliknutím a ťahaním myši pridáš do častí obrázka šum." #: ../../magic/src/noise.c:75 msgid "Click to add noise to your entire picture." -msgstr "Kliknutím pridáš zrnitosť do celého obrázka." +msgstr "Kliknutím pridáš šum do celého obrázka." #: ../../magic/src/perspective.c:151 msgid "Perspective" @@ -1424,7 +1382,7 @@ msgstr "Otáčanie" #: ../../magic/src/perspective.c:152 msgid "Panels" -msgstr "" +msgstr "Panely" #: ../../magic/src/perspective.c:153 msgid "Zoom" @@ -1435,24 +1393,22 @@ msgid "Click on the corners and drag where you want to stretch the picture." msgstr "Klikni do rohov obrázka a ťahaj myš tam, kde chceš obrázok roztiahnuť." #: ../../magic/src/perspective.c:159 -#, fuzzy #| msgid "Click to turn your painting into its negative." msgid "Click to turn your picture into 2-by-2 panels." -msgstr "Kliknutím urobíš negatív svojho obrázka." +msgstr "Kliknutím zmeníš svoj obrázok na panely 2x2." #: ../../magic/src/perspective.c:161 msgid "Click and drag up to zoom in or drag down to zoom out the picture." -msgstr "Klikom a pohybom myši obrázok zmenšíš." +msgstr "Kliknutím a ťahaním myši hore alebo dole obrázok zväčšíš alebo zmenšíš." #: ../../magic/src/pixels.c:107 msgid "Pixels" -msgstr "" +msgstr "Pixely" #: ../../magic/src/pixels.c:119 -#, fuzzy #| msgid "Click and move to draw large bricks." msgid "Click and drag to draw large pixels." -msgstr "Klikom a ťahaním myši nakreslíš veľké tehly." +msgstr "Kliknutím a ťahaním myši nakreslíš veľké pixely." #: ../../magic/src/puzzle.c:106 msgid "Puzzle" @@ -1472,17 +1428,16 @@ msgstr "Koľaje" #: ../../magic/src/rails.c:141 msgid "Click and drag to draw train track rails on your picture." -msgstr "Klikom a ťahaním myši môžeš na obrázok nakresliť koľajnice pre vlak." +msgstr "Kliknutím a ťahaním myši môžeš na obrázok nakresliť koľajnice pre vlak." #: ../../magic/src/rainbow.c:138 msgid "Rainbow" msgstr "Dúha" #: ../../magic/src/rainbow.c:140 -#, fuzzy #| msgid "Rainbow" msgid "Smooth Rainbow" -msgstr "Dúha" +msgstr "Hladká dúha" #: ../../magic/src/rainbow.c:153 msgid "You can draw in rainbow colors!" @@ -1494,7 +1449,7 @@ msgstr "Dážd'" #: ../../magic/src/rain.c:76 msgid "Click to place a rain drop onto your picture." -msgstr "Klikom môžeš do obrázka pridať kvapku dažďa." +msgstr "Kliknutím môžeš do obrázka pridať kvapku dažďa." #: ../../magic/src/rain.c:77 msgid "Click to cover your picture with rain drops." @@ -1518,14 +1473,13 @@ msgstr "" #: ../../magic/src/reflection.c:110 msgid "Reflection" -msgstr "" +msgstr "Odraz" #: ../../magic/src/reflection.c:120 -#, fuzzy #| msgid "" #| "Click and move the mouse to add a mosaic effect to parts of your picture." msgid "Click and drag the mouse around to add a reflection to your picture." -msgstr "Ak klikneš myšou, urobíš z časti obrázka mozaiku." +msgstr "Kliknutím a ťahaním myši pridáš do svojho obrázka odraz." #: ../../magic/src/ripples.c:103 msgid "Ripples" @@ -1564,17 +1518,15 @@ msgid "Silhouette" msgstr "Tieň" #: ../../magic/src/sharpen.c:82 -#, fuzzy #| msgid "Click and move the mouse to trace edges in parts of your picture." msgid "Click and drag the mouse to trace edges in parts of your picture." msgstr "Kliknutím a ťahaním myši vyznačíš okraje častí obrázka." #: ../../magic/src/sharpen.c:83 msgid "Click to trace edges in your entire picture." -msgstr "Klikom a ťahaním myši vyznačíš okraje celého obrázka." +msgstr "Kliknutím a ťahaním myši vyznačíš okraje celého obrázka." #: ../../magic/src/sharpen.c:84 -#, fuzzy #| msgid "Click and move the mouse to sharpen parts of your picture." msgid "Click and drag the mouse to sharpen parts of your picture." msgstr "Kliknutím a ťahaním myši zostríš časti svojho obrázka." @@ -1584,10 +1536,9 @@ msgid "Click to sharpen the entire picture." msgstr "Kliknutím zostríš celý obrázok." #: ../../magic/src/sharpen.c:86 -#, fuzzy #| msgid "Click and move the mouse to create a black and white silhouette." msgid "Click and drag the mouse to create a black and white silhouette." -msgstr "Kliknutím a pohybom myši vykreslíš čiernobiely tieň." +msgstr "Kliknutím a ťahaním myši vykreslíš čiernobiely tieň." #: ../../magic/src/sharpen.c:87 msgid "Click to create a black and white silhouette of your entire picture." @@ -1599,11 +1550,11 @@ msgstr "Výmena" #: ../../magic/src/shift.c:119 msgid "Click and drag to shift your picture around on the canvas." -msgstr "Klikom a ťahaním myši môžeš posunúť, čo si nakreslil (-a) na výkres." +msgstr "Kliknutím a ťahaním myši môžeš posunúť to, čo si nakreslil(-a) na výkres." #: ../../magic/src/smudge.c:103 msgid "Smudge" -msgstr "Rozmazať" +msgstr "Rozmaž" #. if (which == 1) #: ../../magic/src/smudge.c:105 @@ -1611,17 +1562,15 @@ msgid "Wet Paint" msgstr "Mokré farby" #: ../../magic/src/smudge.c:121 -#, fuzzy #| msgid "Click and move the mouse around to smudge the picture." msgid "Click and drag the mouse around to smudge the picture." msgstr "Kliknutím a ťahaním myši obrázok rozmažeš." #. if (which == 1) #: ../../magic/src/smudge.c:123 -#, fuzzy #| msgid "Click and move the mouse around to draw with wet, smudgy paint." msgid "Click and drag the mouse around to draw with wet, smudgy paint." -msgstr "Kliknutím a ťahaním myši zahmlíš obrázok." +msgstr "Kliknutím a ťahaním myši rozmažeš obrázok mokrým štetcom." #: ../../magic/src/snow.c:71 msgid "Snow Ball" @@ -1641,18 +1590,16 @@ msgstr "Ak klikneš, pridáš do obrázka snehové vločky." #: ../../magic/src/stretch.c:107 msgid "Stretch" -msgstr "" +msgstr "Natiahnuť" #: ../../magic/src/stretch.c:119 -#, fuzzy #| msgid "" #| "Click and drag to make parts of your picture look like they are on " #| "television." msgid "" "Click and drag to stretch part of your picture vertically or horizontally." msgstr "" -"Klikom a ťahaním myši zmeníš časti svojho obrázka tak, že budú vyzerať ako v " -"televízore." +"Kliknutím a ťahaním myši roztiahneš časti svojho obrázka vodorovne alebo zvisle." #: ../../magic/src/string.c:129 msgid "String edges" @@ -1671,7 +1618,7 @@ msgid "" "Click and drag to draw string art. Drag top-bottom to draw less or more " "lines, left or right to make a bigger hole." msgstr "" -"Klikom a ťahaním myši nakreslíš sieť. Čím dlhšie budeš ťahať zhora nadol, " +"Kliknutím a ťahaním myši nakreslíš sieť. Čím dlhšie budeš ťahať zhora nadol, " "tým tam bude viac riadkov, čím to bude viac zľava doprava, tým budú väčšie " "očká." @@ -1689,23 +1636,21 @@ msgstr "Zafarbiť" #: ../../magic/src/tint.c:75 msgid "Color & White" -msgstr "Biela + iná farba" +msgstr "Biela + iná" #: ../../magic/src/tint.c:79 -#, fuzzy #| msgid "" #| "Click and move the mouse around to change the color of parts of your " #| "picture." msgid "" "Click and drag the mouse around to change the color of parts of your picture." -msgstr "Kliknutím a pohybom myši zmeníš farbu častí obrázka." +msgstr "Kliknutím a ťahaním myši zmeníš farbu častí obrázka." #: ../../magic/src/tint.c:80 msgid "Click to change the color of your entire picture." -msgstr "Klikom a pohybom myši zmeníš farbu celého obrázka." +msgstr "Kliknutím myši zmeníš farbu celého obrázka." #: ../../magic/src/tint.c:81 -#, fuzzy #| msgid "" #| "Click and move the mouse around to turn parts of your picture into white " #| "and a color you choose." @@ -1713,13 +1658,13 @@ msgid "" "Click and drag the mouse around to turn parts of your picture into white and " "a color you choose." msgstr "" -"Kliknutím a pohybom myši zmeníš farbu častí obrázka na bielu a na farbu, " +"Kliknutím a ťahaním myši zmeníš farbu častí obrázka na bielu a na farbu, " "ktorú si vyberieš." #: ../../magic/src/tint.c:82 msgid "Click to turn your entire picture into white and a color you choose." msgstr "" -"Klikom a ťahaním myši zmeníš farbu celého obrázka na bielu a na takú, akú si " +"Kliknutím a ťahaním myši zmeníš farbu celého obrázka na bielu a na takú, akú si " "vyberieš." #: ../../magic/src/toothpaste.c:68 @@ -1728,7 +1673,7 @@ msgstr "Zubná pasta" #: ../../magic/src/toothpaste.c:76 msgid "Click and drag to squirt toothpaste onto your picture." -msgstr "Klikom a pohybom myši postriekaš obrázok zubnou pastou." +msgstr "Kliknutím a pohybom myši postriekaš obrázok zubnou pastou." #: ../../magic/src/tornado.c:154 msgid "Tornado" @@ -1736,7 +1681,7 @@ msgstr "Tornádo" #: ../../magic/src/tornado.c:166 msgid "Click and drag to draw a tornado funnel on your picture." -msgstr "Klikom a ťahaním myši môžeš na obrázok nakresliť tornádo." +msgstr "Kliknutím a ťahaním myši môžeš na obrázok nakresliť tornádo." #: ../../magic/src/tv.c:99 msgid "TV" @@ -1747,7 +1692,7 @@ msgid "" "Click and drag to make parts of your picture look like they are on " "television." msgstr "" -"Klikom a ťahaním myši zmeníš časti svojho obrázka tak, že budú vyzerať ako v " +"Kliknutím a ťahaním myši zmeníš časti svojho obrázka tak, že budú vyzerať ako v " "televízore." #: ../../magic/src/tv.c:113 @@ -1783,22 +1728,19 @@ msgstr "" "budú dlhšie." #: ../../magic/src/xor.c:92 -#, fuzzy #| msgid "Colors" msgid "Xor Colors" -msgstr "Farby" +msgstr "XORuj farby" #: ../../magic/src/xor.c:103 -#, fuzzy #| msgid "Click and drag to draw arrows made of string art." msgid "Click and drag to draw a XOR effect" -msgstr "Klikaním a ťahaním myši nakreslíš sieťované šípky." +msgstr "Kliknutím a ťahaním myši vytvoríš XOR (log. súčin) efekt." #: ../../magic/src/xor.c:105 -#, fuzzy #| msgid "Click to add a mosaic effect to your entire picture." msgid "Click to draw a XOR effect on the whole picture" -msgstr "Ak klikneš myšou, urobíš mozaiku z celého obrázka." +msgstr "Ak klikneš myšou, použiješ XOR (log. súčin) efekt na celý obrázok." #~ msgid "Click in the picture to fill that area with color." #~ msgstr "Klikni na obrázok a vymaľuj ho." diff --git a/src/po/sq.po b/src/po/sq.po index c090ad858..f51ac8193 100644 --- a/src/po/sq.po +++ b/src/po/sq.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: tuxpaint\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-11-25 01:12-0800\n" -"PO-Revision-Date: 2021-03-15 10:52+0200\n" +"POT-Creation-Date: 2021-11-07 20:32-0800\n" +"PO-Revision-Date: 2021-11-26 13:47+0200\n" "Last-Translator: Besnik Bleta \n" "Language-Team: none\n" "Language: sq\n" @@ -187,10 +187,8 @@ msgid "Solid" msgstr "E plotë" #: ../fill_tools.h:51 -#, fuzzy -#| msgid "Brushes" msgid "Brush" -msgstr "Penela" +msgstr "Penel" #: ../fill_tools.h:52 msgid "Linear" @@ -205,10 +203,10 @@ msgid "Click to fill an area with a solid color." msgstr "Klikoni që të mbushet një zonë me një ngjyrë të vetme." #: ../fill_tools.h:58 -#, fuzzy -#| msgid "Click to fill an area with a solid color." msgid "Click and drag to fill an area by hand, using a brush." -msgstr "Klikoni që të mbushet një zonë me një ngjyrë të vetme." +msgstr "" +"Klikoni dhe tërhiqeni, që të mbushni një zonë me dorë, duke përdorur një " +"penel." #: ../fill_tools.h:59 msgid "" @@ -382,30 +380,21 @@ msgid "A star with 5 points." msgstr "Yll me 5 cepa." #: ../shapes.h:385 -#, fuzzy -#| msgid "" -#| "Pick a shape. Click to start drawing, drag, and let go when it is the " -#| "size you want. Move around to rotate it, and click to draw it." msgid "" "Pick a shape. Click to start drawing, drag, and let go when it is the size " "and shape you want. Move around to rotate it, and click again to draw it." msgstr "" -"Zgjidhni një formë. Klikoni që të fillohet të vizatohet, tërhiqeni, lëreni, " -"kur është në madhësinë që dëshironi. Lëvizeni përqark, për ta rrotulluar, " -"dhe klikoni mbi të që të vizatohet." +"Zgjidhni një formë. Klikoni që të fillohet të vizatohet, tërhiqeni dhe " +"lëreni, kur është në madhësinë dhe formën që dëshironi. Lëvizeni përqark, " +"për ta rrotulluar, dhe klikoni sërish mbi të që të vizatohet." #: ../shapes.h:386 -#, fuzzy -#| msgid "" -#| "Pick a shape. Click to start drawing, drag, and let go when it is the " -#| "size you want. Move around to rotate it, and click to draw it." msgid "" "Pick a shape. Click to start drawing, drag, and let go when it is the size " "and shape you want." msgstr "" -"Zgjidhni një formë. Klikoni që të fillohet të vizatohet, tërhiqeni, lëreni, " -"kur është në madhësinë që dëshironi. Lëvizeni përqark, për ta rrotulluar, " -"dhe klikoni mbi të që të vizatohet." +"Zgjidhni një formë. Klikoni që të fillohet të vizatohet, tërhiqeni dhe " +"lëreni, kur është në madhësinë dhe formën që dëshironi." #: ../shapes.h:392 msgid "Draw shapes from the center." @@ -515,7 +504,7 @@ msgstr "I ri" #. Open a saved picture #. Buttons for the file open dialog #. Open dialog: 'Open' button, to load the selected picture -#: ../tools.h:98 ../tuxpaint.c:8438 +#: ../tools.h:98 ../tuxpaint.c:8431 msgid "Open" msgstr "Hap" @@ -622,12 +611,13 @@ msgid "Let go of the button to complete the line." msgstr "Që të plotësohet vija, lëshojeni butonin." #: ../tools.h:167 -#, fuzzy, c-format -#| msgid "Let go of the button to complete the line." +#, c-format msgid "" "Let go of the button to complete the line. (Your line's angle is %.0f " "degrees.)" -msgstr "Që të plotësohet vija, lëshojeni butonin." +msgstr "" +"Që të plotësohet vija, lëshojeni butonin. (Këndi i vijës tuaj është %.0f " +"gradë.)" #. Instruction while using Shape tool (after first click, before release) #: ../tools.h:170 @@ -640,12 +630,13 @@ msgid "Move the mouse to rotate the shape. Click to draw it." msgstr "Që forma të rrotullohet, lëvizni miun. Për ta vizatuar, klikoni." #: ../tools.h:174 -#, fuzzy, c-format -#| msgid "Move the mouse to rotate the shape. Click to draw it." +#, c-format msgid "" "Move the mouse to rotate the shape. Click to draw it. (It is rotated %d " "degrees.)" -msgstr "Që forma të rrotullohet, lëvizni miun. Për ta vizatuar, klikoni." +msgstr "" +"Që forma të rrotullohet, lëvizni miun. Për ta vizatuar, klikoni. " +"(Rrotullohet me %d gradë.)" #. Notification that 'New' action was aborted (current image would have been lost) #: ../tools.h:177 @@ -782,92 +773,92 @@ msgid "Please wait…" msgstr "Ju lutemi, pritni…" #. Open dialog: 'Erase' button, to erase/deleted the selected picture -#: ../tuxpaint.c:8441 +#: ../tuxpaint.c:8434 msgid "Erase" msgstr "Fshije" #. Open dialog: 'Slides' button, to switch to slide show mode -#: ../tuxpaint.c:8444 +#: ../tuxpaint.c:8437 msgid "Slides" msgstr "Diapozitiva" #. Open dialog: 'Export' button, to copy an image to an easily-accessible location -#: ../tuxpaint.c:8447 +#: ../tuxpaint.c:8440 msgid "Export" msgstr "Eksportim" #. Open dialog: 'Back' button, to dismiss Open dialog without opening a picture -#: ../tuxpaint.c:8450 +#: ../tuxpaint.c:8443 msgid "Back" msgstr "Mbrapsht" #. Slideshow: 'Play' button, to begin a slideshow sequence -#: ../tuxpaint.c:8453 +#: ../tuxpaint.c:8446 msgid "Play" msgstr "Luaje" #. Slideshow: 'GIF Export' button, to create an animated GIF -#: ../tuxpaint.c:8456 +#: ../tuxpaint.c:8449 msgid "GIF Export" msgstr "Eksportim si GIF" #. Slideshow: 'Next' button, to load next slide (image) -#: ../tuxpaint.c:8459 +#: ../tuxpaint.c:8452 msgid "Next" msgstr "Pasuesi" #. Label for 'Letters' buttons (font selector, down the right when the Text tool is being used); used to show the difference between font faces -#: ../tuxpaint.c:9267 +#: ../tuxpaint.c:9260 msgid "Aa" msgstr "Aa" #. Admittedly stupid way of determining which keys can be used for #. positive and negative responses in dialogs (e.g., [Y] (for 'yes') in English) -#: ../tuxpaint.c:12927 +#: ../tuxpaint.c:12920 msgid "Yes" msgstr "Po" -#: ../tuxpaint.c:12931 +#: ../tuxpaint.c:12924 msgid "No" msgstr "Jo" #. Prompt to ask whether user wishes to save over old version of their file -#: ../tuxpaint.c:14077 +#: ../tuxpaint.c:14070 msgid "Replace the picture with your changes?" msgstr "Të zëvendësohet vizatimi me ndryshimet tuaja?" #. Positive response to saving over old version #. (like a 'File:Save' action in other applications) -#: ../tuxpaint.c:14081 +#: ../tuxpaint.c:14074 msgid "Yes, replace the old one!" msgstr "Po, zëvendësoje të vjetrin!" #. Negative response to saving over old version (saves a new image) #. (like a 'File:Save As...' action in other applications) -#: ../tuxpaint.c:14085 +#: ../tuxpaint.c:14078 msgid "No, save a new file!" msgstr "Jo, ruaje në kartelë të re!" #. Let user choose an image: #. Instructions for 'Open' file dialog -#: ../tuxpaint.c:15349 +#: ../tuxpaint.c:15342 msgid "Choose the picture you want, then click “Open”." msgstr "Zgjidhni vizatimin që doni, mandej klikoni mbi “Hape”." #. None selected? Too dangerous to automatically select all (like we do for slideshow playback). #. Only 1 selected? No point in saving as GIF. #. -#: ../tuxpaint.c:16775 +#: ../tuxpaint.c:16768 msgid "Select 2 or more drawings to turn into an animated GIF." msgstr "" "Përzgjidhni 2 ose më tepër vizatime, për t’i shndërruar në një GIF të " "animuar." -#: ../tuxpaint.c:24552 +#: ../tuxpaint.c:24545 msgid "Select a color from your drawing." msgstr "Përzgjidhni një ngjyrë prej vizatimit tuaj." -#: ../tuxpaint.c:24564 +#: ../tuxpaint.c:24557 msgid "Pick a color." msgstr "Zgjidhni një ngjyrë." @@ -927,10 +918,8 @@ msgstr "" "Klikoni dhe tërhiqeni miun përqark, për ta bërë vizatimin si me kuadrate." #: ../../magic/src/blocks_chalk_drip.c:158 -#, fuzzy -#| msgid "Click to sharpen the entire picture." msgid "Click to make the entire picture blocky." -msgstr "Klikoni që të bëhen më i mprehtë krejt vizatimi." +msgstr "Klikoni për ta bërë krejt vizatimin me blloqe." #: ../../magic/src/blocks_chalk_drip.c:165 msgid "" @@ -940,13 +929,8 @@ msgstr "" "me shkumës." #: ../../magic/src/blocks_chalk_drip.c:169 -#, fuzzy -#| msgid "" -#| "Click and drag the mouse around to turn the picture into a chalk drawing." msgid "Click to turn the entire picture into a chalk drawing." -msgstr "" -"Klikoni dhe tërhiqeni miun përreth për ta kthyer vizatimin si të ishte bërë " -"me shkumës." +msgstr "Klikoni për ta kthyer vizatimin si të ishte bërë me shkumës." #: ../../magic/src/blocks_chalk_drip.c:174 msgid "Click and drag the mouse around to make the picture drip." @@ -995,13 +979,8 @@ msgstr "" "Klikoni dhe tërhiqeni miun përreth që të vizatohet brenda një karikature." #: ../../magic/src/cartoon.c:125 -#, fuzzy -#| msgid "" -#| "Click and drag the mouse around to turn the picture into a chalk drawing." msgid "Click to turn the entire picture into a cartoon." -msgstr "" -"Klikoni dhe tërhiqeni miun përreth për ta kthyer vizatimin si të ishte bërë " -"me shkumës." +msgstr "Klikoni për ta kthyer tërë vizatimin në një karikaturë." #: ../../magic/src/checkerboard.c:100 msgid "Checkerboard" @@ -1119,10 +1098,8 @@ msgid "Fretwork" msgstr "Gdhendje" #: ../../magic/src/fretwork.c:188 -#, fuzzy -#| msgid "Click and drag to draw repetitive patterns. " msgid "Click and drag to draw repetitive patterns." -msgstr "Klikoni dhe tërhiqeni që të vizatohen rregullsi të përsëritura. " +msgstr "Klikoni dhe tërhiqeni që të vizatohen rregullsi të përsëritura." #: ../../magic/src/fretwork.c:190 msgid "Click to surround your picture with repetitive patterns." @@ -1159,10 +1136,8 @@ msgid "Click and drag to turn your drawing into a newspaper." msgstr "Klikoni dhe tërhiqeni që vizatimi juaj të shndërrohet në një gazetë." #: ../../magic/src/halftone.c:51 -#, fuzzy -#| msgid "Click and drag to turn your drawing into a newspaper." msgid "Click to turn your drawing into a newspaper." -msgstr "Klikoni dhe tërhiqeni që vizatimi juaj të shndërrohet në një gazetë." +msgstr "Klikoni që vizatimi juaj të shndërrohet në një gazetë." #: ../../magic/src/kalidescope.c:120 msgid "Symmetric Left/Right" @@ -1231,17 +1206,14 @@ msgstr "" "Klikoni dhe tërhiqeni miun që të vizatohet një tufë drite në vizatimin tuaj." #: ../../magic/src/lightning.c:78 -#, fuzzy -#| msgid "Lighten" msgid "Lightning" -msgstr "Ndriçoje" +msgstr "Rrufe" #: ../../magic/src/lightning.c:88 -#, fuzzy -#| msgid "Click and drag to draw a beam of light on your picture." msgid "Click, drag, and release to draw a lightning bolt between two points." msgstr "" -"Klikoni dhe tërhiqeni miun që të vizatohet një tufë drite në vizatimin tuaj." +"Klikoni, tërhiqeni dhe lëshojeni miun që të vizatohet një rrufe mes dy " +"pikash." #: ../../magic/src/metalpaint.c:99 msgid "Metal Paint" @@ -1334,7 +1306,7 @@ msgstr "Negativ" #: ../../magic/src/negative.c:74 msgid "Opposite" -msgstr "" +msgstr "E kundërta" #: ../../magic/src/negative.c:79 msgid "Click and drag the mouse around to make your painting negative." @@ -1347,22 +1319,20 @@ msgid "Click to turn your painting into its negative." msgstr "Klikoni që të shndërrohet vizatimi juaj në negativ." #: ../../magic/src/negative.c:83 -#, fuzzy -#| msgid "" -#| "Click and drag the mouse around to change the color of parts of your " -#| "picture." msgid "" "Click and drag the mouse around to change colors to their opposites -- their " "complementary colors." msgstr "" -"Klikoni dhe tërhiqeni miun përqark që të ndryshohet ngjyra e pjesësh të " -"vizatimit tuaj." +"Klikoni dhe tërhiqeni miun përqark që të ndryshohen ngjyrat e kundërta -- " +"ngjyrat e tyre komplementare." #: ../../magic/src/negative.c:84 msgid "" "Click to turn all colors in your painting into their opposites -- their " "complementary colors." msgstr "" +"Klikoni për t’i kthyer krejt ngjyrat në vizatimin tuaj në të kundërtat e " +"tyre --ngjyrat e tyre komplementare." #: ../../magic/src/noise.c:66 msgid "Noise" @@ -1384,7 +1354,7 @@ msgstr "Perspektivë" #: ../../magic/src/perspective.c:152 msgid "Panels" -msgstr "" +msgstr "Panele" #: ../../magic/src/perspective.c:153 msgid "Zoom" @@ -1395,10 +1365,8 @@ msgid "Click on the corners and drag where you want to stretch the picture." msgstr "Klikoni te cepat dhe tërhiqeni deri ku doni të shformohet vizatimi." #: ../../magic/src/perspective.c:159 -#, fuzzy -#| msgid "Click to turn your painting into its negative." msgid "Click to turn your picture into 2-by-2 panels." -msgstr "Klikoni që të shndërrohet vizatimi juaj në negativ." +msgstr "Klikoni për ta kthyer vizatimin tuaj panele 2-herë-2." #: ../../magic/src/perspective.c:161 msgid "Click and drag up to zoom in or drag down to zoom out the picture." @@ -1439,10 +1407,8 @@ msgid "Rainbow" msgstr "Ylber" #: ../../magic/src/rainbow.c:140 -#, fuzzy -#| msgid "Rainbow" msgid "Smooth Rainbow" -msgstr "Ylber" +msgstr "Ylber i Butë" #: ../../magic/src/rainbow.c:153 msgid "You can draw in rainbow colors!" @@ -1478,16 +1444,12 @@ msgstr "" #: ../../magic/src/reflection.c:110 msgid "Reflection" -msgstr "" +msgstr "Pasqyrim" #: ../../magic/src/reflection.c:120 -#, fuzzy -#| msgid "" -#| "Click and drag the mouse to add a mosaic effect to parts of your picture." msgid "Click and drag the mouse around to add a reflection to your picture." msgstr "" -"Klikoni dhe tërhiqeni miun që të shtohet një efekt mozaiku në pjesë të " -"vizatimit tuaj." +"Klikoni dhe tërhiqeni miun që te vizatimi juaj të shtohet një pasqyrmi." #: ../../magic/src/ripples.c:103 msgid "Ripples" @@ -1597,18 +1559,14 @@ msgstr "Klikoni që në vizatimin tuaj të shtohen flokë dëbore." #: ../../magic/src/stretch.c:107 msgid "Stretch" -msgstr "" +msgstr "Tërheqje" #: ../../magic/src/stretch.c:119 -#, fuzzy -#| msgid "" -#| "Click and drag to make parts of your picture look like they are on " -#| "television." msgid "" "Click and drag to stretch part of your picture vertically or horizontally." msgstr "" -"Klikoni dhe tërhiqeni për t’i bërë pjesë të vizatimit tuaj të duken si të " -"ishte në televizor." +"Klikoni dhe tërhiqeni për ta tërhequr vizatimin tuaj vertikalisht ose " +"horizontalisht." #: ../../magic/src/string.c:129 msgid "String edges" diff --git a/tuxpaint.spec b/tuxpaint.spec index f110cf4c6..9800bcf79 100644 --- a/tuxpaint.spec +++ b/tuxpaint.spec @@ -1,6 +1,6 @@ Summary: A drawing program for young children Name: tuxpaint -Version: 0.9.27 +Version: 0.9.28 Release: 1 License: GPL Group: Multimedia/Graphics @@ -98,6 +98,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man1/tp-magic-config.* %changelog +* Wed Dec 01 2021 - +- Set version number 0.9.28 + * Thu Oct 07 2021 - - Set version number 0.9.27 - doc/Makefile no longer installed diff --git a/win32/resources.rc b/win32/resources.rc index a8f63ca35..10a656d3e 100644 --- a/win32/resources.rc +++ b/win32/resources.rc @@ -26,8 +26,8 @@ IDI_ICON1 ICON DISCARDABLE "data/images/icon-win32.ico" // VS_VERSION_INFO VERSIONINFO - FILEVERSION 0,9,27,0 - PRODUCTVERSION 0,9,27,0 + FILEVERSION 0,9,28,0 + PRODUCTVERSION 0,9,28,0 FILEFLAGSMASK 0x3fL #ifdef _DEBUG FILEFLAGS 0x21L @@ -45,14 +45,14 @@ BEGIN VALUE "Comments", "\0" VALUE "CompanyName", "New Breed Software\0" VALUE "FileDescription", "Tux Paint - Interactive Paint Program.\0" - VALUE "FileVersion", "0.9.27\0" + VALUE "FileVersion", "0.9.28\0" VALUE "InternalName", "Tux Paint\0" VALUE "LegalCopyright", "Copyright (C) 2008-2021 by Bill Kendrick, et al\0" VALUE "LegalTrademarks", "\0" VALUE "OriginalFilename", "TuxPaint.exe\0" VALUE "PrivateBuild", "\0" VALUE "ProductName", "Tux Paint\0" - VALUE "ProductVersion", "0.9.27\0" + VALUE "ProductVersion", "0.9.28\0" VALUE "SpecialBuild", "win32 build by TOYAMA Shin-ichi\0" END END diff --git a/win32/tuxpaint.iss b/win32/tuxpaint.iss index 17cf44814..687266b01 100644 --- a/win32/tuxpaint.iss +++ b/win32/tuxpaint.iss @@ -55,7 +55,7 @@ PrivilegesRequired=admin ArchitecturesInstallIn64BitMode=x64 ArchitecturesAllowed=x64 #else - ArchitecturesAllowed=x86 x64 + ArchitecturesAllowed=x86 #endif [Languages]