More brush descriptions

This commit is contained in:
Bill Kendrick 2024-03-25 23:15:16 -07:00
parent ea9aa5ef31
commit 429df33d13
9 changed files with 58 additions and 5 deletions

View file

@ -2,7 +2,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Tuxpaint\n"
"Report-Msgid-Bugs-To: tuxpaint-i18n@lists.sourceforge.net\n"
"POT-Creation-Date: 2024-03-26 05:19:40+0000\n"
"POT-Creation-Date: 2024-03-26 06:14:50+0000\n"
"PO-Revision-Date: 2024-03-26 05:19:40+0000\n"
"Last-Translator: \n"
"Language-Team: \n"
@ -51,6 +51,22 @@ msgstr ""
msgid "Hash marks that draw perpendicular to the direction your painting."
msgstr ""
#: ../data/brushes/sparkles.txt
msgid "Paint with sparkles!"
msgstr ""
#: ../data/brushes/spiral.txt
msgid "Paint with a rotating spiral."
msgstr ""
#: ../data/brushes/spray.txt
msgid "Paint with a random spray effect."
msgstr ""
#: ../data/brushes/tiny.txt
msgid "A tiny, 1-by-1 pixel brush."
msgstr ""
#: ../data/brushes/vine.txt
msgid "Draw with leafy vines."
msgstr "Dibuixa amb ceps de fulla."

View file

@ -2,7 +2,7 @@ msgid ""
msgstr ""
"Project-Id-Version: tuxpaint-brushes\n"
"Report-Msgid-Bugs-To: tuxpaint-i18n@lists.sourceforge.net\n"
"POT-Creation-Date: 2024-03-26 05:19:40+0000\n"
"POT-Creation-Date: 2024-03-26 06:14:50+0000\n"
"PO-Revision-Date: 2024-03-26 05:19:40+0000\n"
"Last-Translator: \n"
"Language-Team: \n"
@ -52,6 +52,22 @@ msgstr ""
msgid "Hash marks that draw perpendicular to the direction your painting."
msgstr ""
#: ../data/brushes/sparkles.txt
msgid "Paint with sparkles!"
msgstr ""
#: ../data/brushes/spiral.txt
msgid "Paint with a rotating spiral."
msgstr ""
#: ../data/brushes/spray.txt
msgid "Paint with a random spray effect."
msgstr ""
#: ../data/brushes/tiny.txt
msgid "A tiny, 1-by-1 pixel brush."
msgstr ""
#: ../data/brushes/vine.txt
msgid "Draw with leafy vines."
msgstr "葉の茂った蔓を描きます。"

View file

@ -8,7 +8,7 @@ msgstr ""
"Project-Id-Version: tuxpaint-brushes\n"
"Report-Msgid-Bugs-To: tuxpaint-i18n@lists.sourceforge.net\n"
"MIME-Version: 1.0\n"
"POT-Creation-Date: 2024-03-26 05:19:40+0000\n"
"POT-Creation-Date: 2024-03-26 06:14:50+0000\n"
"PO-Revision-Date: \n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
@ -53,6 +53,22 @@ msgstr ""
msgid "Hash marks that draw perpendicular to the direction your painting."
msgstr ""
#: ../data/brushes/sparkles.txt
msgid "Paint with sparkles!"
msgstr ""
#: ../data/brushes/spiral.txt
msgid "Paint with a rotating spiral."
msgstr ""
#: ../data/brushes/spray.txt
msgid "Paint with a random spray effect."
msgstr ""
#: ../data/brushes/tiny.txt
msgid "A tiny, 1-by-1 pixel brush."
msgstr ""
#: ../data/brushes/vine.txt
msgid "Draw with leafy vines."
msgstr ""

View file

@ -0,0 +1 @@
Paint with sparkles!

1
data/brushes/spiral.txt Normal file
View file

@ -0,0 +1 @@
Paint with a rotating spiral.

1
data/brushes/splat.dat Normal file
View file

@ -0,0 +1 @@
spacing=40

1
data/brushes/spray.txt Normal file
View file

@ -0,0 +1 @@
Paint with a random spray effect.

1
data/brushes/tiny.txt Normal file
View file

@ -0,0 +1 @@
A tiny, 1-by-1 pixel brush.

View file

@ -32,9 +32,9 @@ https://tuxpaint.org/
* Other Improvements:
-------------------
* WIP Support for brush descriptions, including localization.
* Support for brush descriptions, including localization.
(Adds a new "tuxpaint-brushes.pot" & PO files.)
Management scripts based on those found in `tuxpaint-stamps`.)
(Management scripts based on those found in `tuxpaint-stamps`.)
Bill Kendrick <bill@newbreedsoftware.com>
* Make screen refresh more snappy on macOS.