Fill tool docs & ensuring PO translations
And also grabbing txt versions of recent fr_FR updates.
This commit is contained in:
parent
058191bd04
commit
0dfe96f291
147 changed files with 4397 additions and 191 deletions
|
|
@ -6,7 +6,7 @@
|
|||
Copyright © 2002-2021 by various contributors; see AUTHORS.
|
||||
http://www.tuxpaint.org/
|
||||
|
||||
2 February 2021
|
||||
20 February 2021
|
||||
|
||||
----------------------------------------------------------------------
|
||||
|
||||
|
|
@ -419,10 +419,19 @@ Available Tools
|
|||
"Fill" Tool
|
||||
|
||||
The 'Fill' tool 'flood-fills' a contiguous area of your
|
||||
drawing with a solid color of your choice.
|
||||
drawing with a color of your choice. Three fill options are
|
||||
offered:
|
||||
* Solid — click once to fill an area with a solid color.
|
||||
* Linear — click and then drag to fill the area with
|
||||
color that fades away (a gradient) towards where you
|
||||
drag the mouse.
|
||||
* Radial — click once to fill an area with a color that
|
||||
fades away (a gradient) radially, centered on where you
|
||||
clicked.
|
||||
|
||||
Note: Prior to Tux Paint 0.9.24, this was a Magic tool (see
|
||||
below).
|
||||
below). Note: Prior to Tux Paint 0.9.26, this tool only
|
||||
offered the 'Solid' method of filling.
|
||||
|
||||
----------------------------------------------------------------------
|
||||
|
||||
|
|
@ -874,7 +883,7 @@ Using the import script, "tuxpaint-import"
|
|||
Example:
|
||||
|
||||
$ tuxpaint-import grandma.jpg
|
||||
grandma.jpg -> /home/username/.tuxpaint/saved/20210212093342.png
|
||||
grandma.jpg -> /home/username/.tuxpaint/saved/20210220203651.png
|
||||
jpegtopnm: WRITING A PPM FILE
|
||||
|
||||
The first line ("tuxpaint-import grandma.jpg") is the command to run.
|
||||
|
|
@ -916,7 +925,7 @@ Importing Pictures Manually
|
|||
* mm = Minute (two digits, "00"-"59")
|
||||
* ss = Seconds (two digits, "00"-"59")
|
||||
|
||||
Example: "20210212093342.png", for 12 February 2021 at 09:33:42.
|
||||
Example: "20210220203651.png", for 20 February 2021 at 20:36:51.
|
||||
|
||||
Place this PNG file in your Tux Paint "saved" directory/folder. (See
|
||||
above.)
|
||||
|
|
|
|||
|
|
@ -28,7 +28,7 @@
|
|||
</p>
|
||||
|
||||
<p>
|
||||
2 February 2021 </p>
|
||||
20 February 2021 </p>
|
||||
</center>
|
||||
|
||||
<hr size="2"
|
||||
|
|
@ -687,10 +687,15 @@
|
|||
alt=""
|
||||
align="right">
|
||||
<p>
|
||||
The 'Fill' tool 'flood-fills' a contiguous area of your drawing with a solid color of your choice. </p>
|
||||
The 'Fill' tool 'flood-fills' a contiguous area of your drawing with a color of your choice. Three fill options are offered: <ul>
|
||||
<li><strong>Solid</strong> — click once to fill an area with a solid color.</li>
|
||||
<li><strong>Linear</strong> — click and then drag to fill the area with color that fades away (a gradient) towards where you drag the mouse.</li>
|
||||
<li><strong>Radial</strong> — click once to fill an area with a color that fades away (a gradient) radially, centered on where you clicked.</li>
|
||||
</ul>
|
||||
</p>
|
||||
|
||||
<p>
|
||||
Note: Prior to Tux Paint 0.9.24, this was a Magic tool (see below). </p>
|
||||
Note: Prior to Tux Paint 0.9.24, this was a Magic tool (see below). Note: Prior to Tux Paint 0.9.26, this tool only offered the 'Solid' method of filling. </p>
|
||||
|
||||
<hr size="1">
|
||||
</dd>
|
||||
|
|
@ -1303,7 +1308,7 @@
|
|||
<blockquote>
|
||||
<code>$ <strong>tuxpaint-import grandma.jpg</strong><br>
|
||||
grandma.jpg ->
|
||||
/home/username/.tuxpaint/saved/20210212093342.png<br>
|
||||
/home/username/.tuxpaint/saved/20210220203651.png<br>
|
||||
jpegtopnm: WRITING A PPM FILE</code>
|
||||
</blockquote>
|
||||
|
||||
|
|
@ -1351,7 +1356,7 @@
|
|||
</ul>
|
||||
|
||||
<p>
|
||||
Example: "<code>20210212093342</code>.png", for 12 February 2021 at 09:33:42. </p>
|
||||
Example: "<code>20210220203651</code>.png", for 20 February 2021 at 20:36:51. </p>
|
||||
|
||||
<p>
|
||||
Place this PNG file in your Tux Paint "<code>saved</code>" directory/folder. (See above.) </p>
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@
|
|||
Copyright © 2002-2021 by various contributors; see AUTHORS.
|
||||
http://www.tuxpaint.org/
|
||||
|
||||
2 febrero 2021
|
||||
20 febrero 2021
|
||||
|
||||
----------------------------------------------------------------------
|
||||
|
||||
|
|
@ -419,10 +419,19 @@ Available Tools
|
|||
"Fill" Tool
|
||||
|
||||
The 'Fill' tool 'flood-fills' a contiguous area of your
|
||||
drawing with a solid color of your choice.
|
||||
drawing with a color of your choice. Three fill options are
|
||||
offered:
|
||||
* Solid — click once to fill an area with a solid color.
|
||||
* Linear — click and then drag to fill the area with
|
||||
color that fades away (a gradient) towards where you
|
||||
drag the mouse.
|
||||
* Radial — click once to fill an area with a color that
|
||||
fades away (a gradient) radially, centered on where you
|
||||
clicked.
|
||||
|
||||
Note: Prior to Tux Paint 0.9.24, this was a Magic tool (see
|
||||
below).
|
||||
below). Note: Prior to Tux Paint 0.9.26, this tool only
|
||||
offered the 'Solid' method of filling.
|
||||
|
||||
----------------------------------------------------------------------
|
||||
|
||||
|
|
@ -874,7 +883,7 @@ Using the import script, "tuxpaint-import"
|
|||
Example:
|
||||
|
||||
$ tuxpaint-import grandma.jpg
|
||||
grandma.jpg -> /home/username/.tuxpaint/saved/20210205180425.png
|
||||
grandma.jpg -> /home/username/.tuxpaint/saved/20210220203557.png
|
||||
jpegtopnm: WRITING A PPM FILE
|
||||
|
||||
The first line ("tuxpaint-import grandma.jpg") is the command to run.
|
||||
|
|
@ -916,7 +925,7 @@ Importing Pictures Manually
|
|||
* mm = Minute (two digits, "00"-"59")
|
||||
* ss = Seconds (two digits, "00"-"59")
|
||||
|
||||
Example: "20210205180425.png", for 5 febrero 2021 at 18:04:25.
|
||||
Example: "20210220203557.png", for 20 febrero 2021 at 20:35:57.
|
||||
|
||||
Place this PNG file in your Tux Paint "saved" directory/folder. (See
|
||||
above.)
|
||||
|
|
|
|||
|
|
@ -28,7 +28,7 @@
|
|||
</p>
|
||||
|
||||
<p>
|
||||
2 febrero 2021 </p>
|
||||
20 febrero 2021 </p>
|
||||
</center>
|
||||
|
||||
<hr size="2"
|
||||
|
|
@ -687,10 +687,15 @@
|
|||
alt=""
|
||||
align="right">
|
||||
<p>
|
||||
The 'Fill' tool 'flood-fills' a contiguous area of your drawing with a solid color of your choice. </p>
|
||||
The 'Fill' tool 'flood-fills' a contiguous area of your drawing with a color of your choice. Three fill options are offered: <ul>
|
||||
<li><strong>Solid</strong> — click once to fill an area with a solid color.</li>
|
||||
<li><strong>Linear</strong> — click and then drag to fill the area with color that fades away (a gradient) towards where you drag the mouse.</li>
|
||||
<li><strong>Radial</strong> — click once to fill an area with a color that fades away (a gradient) radially, centered on where you clicked.</li>
|
||||
</ul>
|
||||
</p>
|
||||
|
||||
<p>
|
||||
Note: Prior to Tux Paint 0.9.24, this was a Magic tool (see below). </p>
|
||||
Note: Prior to Tux Paint 0.9.24, this was a Magic tool (see below). Note: Prior to Tux Paint 0.9.26, this tool only offered the 'Solid' method of filling. </p>
|
||||
|
||||
<hr size="1">
|
||||
</dd>
|
||||
|
|
@ -1303,7 +1308,7 @@
|
|||
<blockquote>
|
||||
<code>$ <strong>tuxpaint-import grandma.jpg</strong><br>
|
||||
grandma.jpg ->
|
||||
/home/username/.tuxpaint/saved/20210205180425.png<br>
|
||||
/home/username/.tuxpaint/saved/20210220203557.png<br>
|
||||
jpegtopnm: WRITING A PPM FILE</code>
|
||||
</blockquote>
|
||||
|
||||
|
|
@ -1351,7 +1356,7 @@
|
|||
</ul>
|
||||
|
||||
<p>
|
||||
Example: "<code>20210205180425</code>.png", for 5 febrero 2021 at 18:04:25. </p>
|
||||
Example: "<code>20210220203557</code>.png", for 20 febrero 2021 at 20:35:57. </p>
|
||||
|
||||
<p>
|
||||
Place this PNG file in your Tux Paint "<code>saved</code>" directory/folder. (See above.) </p>
|
||||
|
|
|
|||
|
|
@ -40,8 +40,8 @@ Le choix de l'image est crucial
|
|||
référence. (Demandez à un avocat si vous pensez que vous avez besoin
|
||||
d'un avis faisant autorité).
|
||||
|
||||
For personal use, any image you can legitimately modify and use for
|
||||
your own personal use should be fine.
|
||||
Pour un usage personnel, toute image que vous pouvez légalement
|
||||
modifier et utiliser pour vous-même, devrait convenir.
|
||||
|
||||
Taille de l'image et orientation
|
||||
|
||||
|
|
@ -62,13 +62,15 @@ Le choix de l'image est crucial
|
|||
work with. Choose an image with an object that is over 1000 pixels
|
||||
across if you can. You can shrink this later to hide your mistakes.
|
||||
|
||||
Be sure that the image is not too grainy, dim, or washed out.
|
||||
Vérifiez bien que l'image ne soit pas trop granuleuse, pâle ou
|
||||
délavée.
|
||||
|
||||
Pay attention to feet and wheels. If they are buried in something, you
|
||||
will need to draw new ones. If only one is buried, you might be able
|
||||
to copy the other one as a replacement.
|
||||
Faites attention aux pieds et aux roues. Si elles sont camouflées par
|
||||
quelque chose, vous devrez en dessiner de nouvelles. Si une seule est
|
||||
camouflée, vous devriez pouvoir effectuer un copié-collé pour le
|
||||
remplacement.
|
||||
|
||||
Prepare the image
|
||||
Préparez l'image
|
||||
|
||||
First of all, be sure to avoid re-saving the image as a JPEG. This
|
||||
causes quality loss. There is a special tool called jpegtran that lets
|
||||
|
|
|
|||
|
|
@ -484,7 +484,7 @@ Fullscreen Mode Problems
|
|||
|
||||
Other Probelms
|
||||
|
||||
Tux Paint won't run
|
||||
Tux Paint ne veut pas fonctionner
|
||||
|
||||
If Tux Paint aborts with the message: "You're already running a
|
||||
copy of Tux Paint!", this means it has been launched in the last
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
Tux Paint
|
||||
version 0.9.26
|
||||
Installation Documentation
|
||||
Documentation sur l'installation
|
||||
|
||||
Copyright © 2002-2021 by various contributors; cf AUTHORS.
|
||||
http://www.tuxpaint.org/
|
||||
|
|
@ -134,7 +134,7 @@ Compiling and Installation:
|
|||
the dependencies, use these commands, in MSYS, to build, install and
|
||||
run:
|
||||
|
||||
Prior to version 0.9.20:
|
||||
Avant la version 0.9.20
|
||||
|
||||
$ make win32
|
||||
$ make install-win32
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
Tux Paint
|
||||
version 0.9.26
|
||||
|
||||
Options Documentation
|
||||
Documentation sur les options
|
||||
|
||||
Copyright © 2002-2021 by various contributors; cf AUTHORS.
|
||||
http://www.tuxpaint.org/
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
Tux Paint
|
||||
version 0.9.26
|
||||
PNG Documentation
|
||||
Documentation sur PNG pour Tux Paint
|
||||
|
||||
Copyright © 2007-2021 by various contributors; cf AUTHORS.
|
||||
http://www.tuxpaint.org/
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@
|
|||
Copyright © 2002-2021 by various contributors; cf AUTHORS.
|
||||
http://www.tuxpaint.org/
|
||||
|
||||
2 février 2021
|
||||
20 février 2021
|
||||
|
||||
----------------------------------------------------------------------
|
||||
|
||||
|
|
@ -103,8 +103,8 @@ Launching Tux Paint
|
|||
|
||||
Windows Users
|
||||
|
||||
[Tux Paint Icon]
|
||||
Tux Paint
|
||||
[Icône pour Tux Paint]
|
||||
Tux Paint
|
||||
|
||||
If you installed Tux Paint on your computer using the 'Tux Paint
|
||||
Installer,' it will have asked you whether you wanted a 'Start' menu
|
||||
|
|
@ -419,10 +419,19 @@ Available Tools
|
|||
"Fill" Tool
|
||||
|
||||
The 'Fill' tool 'flood-fills' a contiguous area of your
|
||||
drawing with a solid color of your choice.
|
||||
drawing with a color of your choice. Three fill options are
|
||||
offered:
|
||||
* Solid — click once to fill an area with a solid color.
|
||||
* Linear — click and then drag to fill the area with
|
||||
color that fades away (a gradient) towards where you
|
||||
drag the mouse.
|
||||
* Radial — click once to fill an area with a color that
|
||||
fades away (a gradient) radially, centered on where you
|
||||
clicked.
|
||||
|
||||
Note: Prior to Tux Paint 0.9.24, this was a Magic tool (see
|
||||
below).
|
||||
below). Note: Prior to Tux Paint 0.9.26, this tool only
|
||||
offered the 'Solid' method of filling.
|
||||
|
||||
----------------------------------------------------------------------
|
||||
|
||||
|
|
@ -874,7 +883,7 @@ Using the import script, "tuxpaint-import"
|
|||
Example:
|
||||
|
||||
$ tuxpaint-import grandma.jpg
|
||||
grandma.jpg -> /home/username/.tuxpaint/saved/20210214005741.png
|
||||
grandma.jpg -> /home/username/.tuxpaint/saved/20210220203557.png
|
||||
jpegtopnm: WRITING A PPM FILE
|
||||
|
||||
The first line ("tuxpaint-import grandma.jpg") is the command to run.
|
||||
|
|
@ -916,7 +925,7 @@ Importing Pictures Manually
|
|||
* mm = Minute (two digits, "00"-"59")
|
||||
* ss = Seconds (two digits, "00"-"59")
|
||||
|
||||
Example: "20210214005741.png", for 14 février 2021 at 00:57:41.
|
||||
Example: "20210220203557.png", for 20 février 2021 at 20:35:57.
|
||||
|
||||
Place this PNG file in your Tux Paint "saved" directory/folder. (See
|
||||
above.)
|
||||
|
|
@ -935,7 +944,7 @@ Importing Pictures Manually
|
|||
|
||||
Other documentation included with Tux Paint (found in the "docs"
|
||||
folder/directory) includes:
|
||||
* 'Magic' Tool Documentation ("magic-docs")
|
||||
* Documentation sur l'outil 'Magie' ("magic-docs")
|
||||
Documentation for each of the currently-installed 'Magic' tools.
|
||||
* AUTHORS.txt
|
||||
List of authors and contributors.
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
Tux Paint
|
||||
version 0.9.26
|
||||
Signals Documentation
|
||||
Documentation sur les signaux
|
||||
|
||||
Copyright © 2019-2021 by various contributors; cf AUTHORS.
|
||||
http://www.tuxpaint.org/
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
Tux Paint
|
||||
version 0.9.26
|
||||
SVG Documentation
|
||||
Documentation sur SVG
|
||||
|
||||
Copyright © 2007-2021 by various contributors; cf AUTHORS.
|
||||
http://www.tuxpaint.org/
|
||||
|
|
|
|||
|
|
@ -28,7 +28,7 @@
|
|||
</p>
|
||||
|
||||
<p>
|
||||
2 février 2021 </p>
|
||||
20 février 2021 </p>
|
||||
</center>
|
||||
|
||||
<hr size="2"
|
||||
|
|
@ -687,10 +687,15 @@
|
|||
alt=""
|
||||
align="right">
|
||||
<p>
|
||||
The 'Fill' tool 'flood-fills' a contiguous area of your drawing with a solid color of your choice. </p>
|
||||
The 'Fill' tool 'flood-fills' a contiguous area of your drawing with a color of your choice. Three fill options are offered: <ul>
|
||||
<li><strong>Solid</strong> — click once to fill an area with a solid color.</li>
|
||||
<li><strong>Linear</strong> — click and then drag to fill the area with color that fades away (a gradient) towards where you drag the mouse.</li>
|
||||
<li><strong>Radial</strong> — click once to fill an area with a color that fades away (a gradient) radially, centered on where you clicked.</li>
|
||||
</ul>
|
||||
</p>
|
||||
|
||||
<p>
|
||||
Note: Prior to Tux Paint 0.9.24, this was a Magic tool (see below). </p>
|
||||
Note: Prior to Tux Paint 0.9.24, this was a Magic tool (see below). Note: Prior to Tux Paint 0.9.26, this tool only offered the 'Solid' method of filling. </p>
|
||||
|
||||
<hr size="1">
|
||||
</dd>
|
||||
|
|
@ -1303,7 +1308,7 @@
|
|||
<blockquote>
|
||||
<code>$ <strong>tuxpaint-import grandma.jpg</strong><br>
|
||||
grandma.jpg ->
|
||||
/home/username/.tuxpaint/saved/20210220172036.png<br>
|
||||
/home/username/.tuxpaint/saved/20210220203557.png<br>
|
||||
jpegtopnm: WRITING A PPM FILE</code>
|
||||
</blockquote>
|
||||
|
||||
|
|
@ -1351,7 +1356,7 @@
|
|||
</ul>
|
||||
|
||||
<p>
|
||||
Example: "<code>20210220172036</code>.png", for 20 février 2021 at 17:20:36. </p>
|
||||
Example: "<code>20210220203557</code>.png", for 20 février 2021 at 20:35:57. </p>
|
||||
|
||||
<p>
|
||||
Place this PNG file in your Tux Paint "<code>saved</code>" directory/folder. (See above.) </p>
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@
|
|||
Copyright © 2002-2021 por varios colaboradores; vexa AUTHORS (AUTORES).
|
||||
http://www.tuxpaint.org/
|
||||
|
||||
2 Febreiro 2021
|
||||
20 Febreiro 2021
|
||||
|
||||
----------------------------------------------------------------------
|
||||
|
||||
|
|
@ -420,10 +420,19 @@ Ferramentas dispoñíbeis
|
|||
Ferramenta «Encher»
|
||||
|
||||
The 'Fill' tool 'flood-fills' a contiguous area of your
|
||||
drawing with a solid color of your choice.
|
||||
drawing with a color of your choice. Three fill options are
|
||||
offered:
|
||||
* Solid — click once to fill an area with a solid color.
|
||||
* Linear — click and then drag to fill the area with
|
||||
color that fades away (a gradient) towards where you
|
||||
drag the mouse.
|
||||
* Radial — click once to fill an area with a color that
|
||||
fades away (a gradient) radially, centered on where you
|
||||
clicked.
|
||||
|
||||
Note: Prior to Tux Paint 0.9.24, this was a Magic tool (see
|
||||
below).
|
||||
below). Note: Prior to Tux Paint 0.9.26, this tool only
|
||||
offered the 'Solid' method of filling.
|
||||
|
||||
----------------------------------------------------------------------
|
||||
|
||||
|
|
@ -877,7 +886,7 @@ Using the import script, "tuxpaint-import"
|
|||
Exemplo:
|
||||
|
||||
$ tuxpaint-import avoa.jpg
|
||||
avoa.jpg -> /home/username/.tuxpaint/saved/20210210232156.png
|
||||
avoa.jpg -> /home/username/.tuxpaint/saved/20210220203557.png
|
||||
jpegtopnm: WRITING A PPM FILE
|
||||
|
||||
The first line ("tuxpaint-import avoa.jpg") is the command to run. The
|
||||
|
|
@ -918,7 +927,7 @@ Importing Pictures Manually
|
|||
* mm = Minuto (dous díxitos, «00»-«59»)
|
||||
* ss = Segundo (dous díxitos, «00»-«59»)
|
||||
|
||||
Example: "20210210232156.png", for 10 Febreiro 2021 at 23:21:56.
|
||||
Example: "20210220203557.png", for 20 Febreiro 2021 at 20:35:57.
|
||||
|
||||
Place this PNG file in your Tux Paint "saved" directory/folder. (See
|
||||
above.)
|
||||
|
|
|
|||
|
|
@ -28,7 +28,7 @@
|
|||
</p>
|
||||
|
||||
<p>
|
||||
2 Febreiro 2021 </p>
|
||||
20 Febreiro 2021 </p>
|
||||
</center>
|
||||
|
||||
<hr size="2"
|
||||
|
|
@ -687,10 +687,15 @@
|
|||
alt=""
|
||||
align="right">
|
||||
<p>
|
||||
The 'Fill' tool 'flood-fills' a contiguous area of your drawing with a solid color of your choice. </p>
|
||||
The 'Fill' tool 'flood-fills' a contiguous area of your drawing with a color of your choice. Three fill options are offered: <ul>
|
||||
<li><strong>Solid</strong> — click once to fill an area with a solid color.</li>
|
||||
<li><strong>Linear</strong> — click and then drag to fill the area with color that fades away (a gradient) towards where you drag the mouse.</li>
|
||||
<li><strong>Radial</strong> — click once to fill an area with a color that fades away (a gradient) radially, centered on where you clicked.</li>
|
||||
</ul>
|
||||
</p>
|
||||
|
||||
<p>
|
||||
Note: Prior to Tux Paint 0.9.24, this was a Magic tool (see below). </p>
|
||||
Note: Prior to Tux Paint 0.9.24, this was a Magic tool (see below). Note: Prior to Tux Paint 0.9.26, this tool only offered the 'Solid' method of filling. </p>
|
||||
|
||||
<hr size="1">
|
||||
</dd>
|
||||
|
|
@ -1303,7 +1308,7 @@
|
|||
<blockquote>
|
||||
<code>$ <strong>tuxpaint-import avoa.jpg</strong><br>
|
||||
avoa.jpg ->
|
||||
/home/username/.tuxpaint/saved/20210210232156.png<br>
|
||||
/home/username/.tuxpaint/saved/20210220203557.png<br>
|
||||
jpegtopnm: WRITING A PPM FILE</code>
|
||||
</blockquote>
|
||||
|
||||
|
|
@ -1351,7 +1356,7 @@
|
|||
</ul>
|
||||
|
||||
<p>
|
||||
Example: "<code>20210210232156</code>.png", for 10 Febreiro 2021 at 23:21:56. </p>
|
||||
Example: "<code>20210220203557</code>.png", for 20 Febreiro 2021 at 20:35:57. </p>
|
||||
|
||||
<p>
|
||||
Place this PNG file in your Tux Paint "<code>saved</code>" directory/folder. (See above.) </p>
|
||||
|
|
|
|||
|
|
@ -40,26 +40,26 @@
|
|||
|
||||
enum {
|
||||
FILL_FLOOD,
|
||||
// FILL_GRADIENT_LINEAR,
|
||||
FILL_GRADIENT_LINEAR,
|
||||
FILL_GRADIENT_RADIAL,
|
||||
NUM_FILLS
|
||||
};
|
||||
|
||||
const char *const fill_names[NUM_FILLS] = {
|
||||
gettext_noop("Solid"),
|
||||
// gettext_noop("Linear"),
|
||||
gettext_noop("Linear"),
|
||||
gettext_noop("Radial")
|
||||
};
|
||||
|
||||
const char *const fill_tips[NUM_FILLS] = {
|
||||
gettext_noop("Click to fill an area with a solid color."),
|
||||
// gettext_noop("Click and drag to fill an area with a linear gradient (from the chosen color to transparent)."),
|
||||
gettext_noop("Click and drag to fill an area with a linear gradient (from the chosen color to transparent)."),
|
||||
gettext_noop("Click to fill an area with a radial gradient (from the chosen color to transparent).")
|
||||
};
|
||||
|
||||
const char *const fill_img_fnames[NUM_FILLS] = {
|
||||
DATA_PREFIX "images/fills/solid.png",
|
||||
// DATA_PREFIX "images/fills/gradient_linear.png",
|
||||
DATA_PREFIX "images/fills/gradient_linear.png",
|
||||
DATA_PREFIX "images/fills/gradient_radial.png"
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
[encoding: UTF-8]
|
||||
colors.h
|
||||
dirwalk.c
|
||||
fill_tools.h
|
||||
fonts.c
|
||||
great.h
|
||||
im.c
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: tuxpaint\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2021-02-20 17:52-0800\n"
|
||||
"POT-Creation-Date: 2021-02-20 20:40-0800\n"
|
||||
"PO-Revision-Date: 2010-12-09 09:00+0200\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: \n"
|
||||
|
|
@ -183,6 +183,38 @@ msgstr "<9>cipea-9a"
|
|||
msgid "<9>spare-9b"
|
||||
msgstr "<9>cipea-9b"
|
||||
|
||||
#: ../fill_tools.h:49
|
||||
msgid "Solid"
|
||||
msgstr ""
|
||||
|
||||
#: ../fill_tools.h:50
|
||||
#, fuzzy
|
||||
#| msgid "Lines"
|
||||
msgid "Linear"
|
||||
msgstr "Rek"
|
||||
|
||||
#: ../fill_tools.h:51
|
||||
msgid "Radial"
|
||||
msgstr ""
|
||||
|
||||
#: ../fill_tools.h:55
|
||||
#, fuzzy
|
||||
#| msgid "Click in the picture to fill that area with color."
|
||||
msgid "Click to fill an area with a solid color."
|
||||
msgstr "Dii yi cal meno wek gupik ka ma orumu en ki rangi."
|
||||
|
||||
#: ../fill_tools.h:56
|
||||
msgid ""
|
||||
"Click and drag to fill an area with a linear gradient (from the chosen color "
|
||||
"to transparent)."
|
||||
msgstr ""
|
||||
|
||||
#: ../fill_tools.h:57
|
||||
msgid ""
|
||||
"Click to fill an area with a radial gradient (from the chosen color to "
|
||||
"transparent)."
|
||||
msgstr ""
|
||||
|
||||
#. Congratulations #1
|
||||
#: ../great.h:37
|
||||
msgid "Great!"
|
||||
|
|
|
|||
34
src/po/af.po
34
src/po/af.po
|
|
@ -7,7 +7,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: af\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2021-02-20 17:52-0800\n"
|
||||
"POT-Creation-Date: 2021-02-20 20:40-0800\n"
|
||||
"PO-Revision-Date: 2017-12-19 06:38+0000\n"
|
||||
"Last-Translator: OdettePretorius <odettepret@gmail.com>\n"
|
||||
"Language-Team: translate-discuss-af@lists.sourceforge.net\n"
|
||||
|
|
@ -182,6 +182,38 @@ msgstr "<9>spaar-9a"
|
|||
msgid "<9>spare-9b"
|
||||
msgstr "<9>spaar-9b"
|
||||
|
||||
#: ../fill_tools.h:49
|
||||
msgid "Solid"
|
||||
msgstr ""
|
||||
|
||||
#: ../fill_tools.h:50
|
||||
#, fuzzy
|
||||
#| msgid "Lines"
|
||||
msgid "Linear"
|
||||
msgstr "Lyne"
|
||||
|
||||
#: ../fill_tools.h:51
|
||||
msgid "Radial"
|
||||
msgstr ""
|
||||
|
||||
#: ../fill_tools.h:55
|
||||
#, fuzzy
|
||||
#| msgid "Click in the picture to fill that area with color."
|
||||
msgid "Click to fill an area with a solid color."
|
||||
msgstr "Klik in die prent om daardie area met kleur te vul."
|
||||
|
||||
#: ../fill_tools.h:56
|
||||
msgid ""
|
||||
"Click and drag to fill an area with a linear gradient (from the chosen color "
|
||||
"to transparent)."
|
||||
msgstr ""
|
||||
|
||||
#: ../fill_tools.h:57
|
||||
msgid ""
|
||||
"Click to fill an area with a radial gradient (from the chosen color to "
|
||||
"transparent)."
|
||||
msgstr ""
|
||||
|
||||
#. Congratulations #1
|
||||
#: ../great.h:37
|
||||
msgid "Great!"
|
||||
|
|
|
|||
34
src/po/ak.po
34
src/po/ak.po
|
|
@ -8,7 +8,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: Tux Paint\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2021-02-20 17:52-0800\n"
|
||||
"POT-Creation-Date: 2021-02-20 20:40-0800\n"
|
||||
"PO-Revision-Date: 2010-10-27 10:16-0000\n"
|
||||
"Last-Translator: none\n"
|
||||
"Language-Team: none\n"
|
||||
|
|
@ -183,6 +183,38 @@ msgstr "<9>spare-9a"
|
|||
msgid "<9>spare-9b"
|
||||
msgstr "<9>spare-9b"
|
||||
|
||||
#: ../fill_tools.h:49
|
||||
msgid "Solid"
|
||||
msgstr ""
|
||||
|
||||
#: ../fill_tools.h:50
|
||||
#, fuzzy
|
||||
#| msgid "Lines"
|
||||
msgid "Linear"
|
||||
msgstr "Nsinsan"
|
||||
|
||||
#: ../fill_tools.h:51
|
||||
msgid "Radial"
|
||||
msgstr ""
|
||||
|
||||
#: ../fill_tools.h:55
|
||||
#, fuzzy
|
||||
#| msgid "Click in the picture to fill that area with color."
|
||||
msgid "Click to fill an area with a solid color."
|
||||
msgstr "Kleeke nfonyin no mu na fa ahosu kata hɔ."
|
||||
|
||||
#: ../fill_tools.h:56
|
||||
msgid ""
|
||||
"Click and drag to fill an area with a linear gradient (from the chosen color "
|
||||
"to transparent)."
|
||||
msgstr ""
|
||||
|
||||
#: ../fill_tools.h:57
|
||||
msgid ""
|
||||
"Click to fill an area with a radial gradient (from the chosen color to "
|
||||
"transparent)."
|
||||
msgstr ""
|
||||
|
||||
#. Congratulations #1
|
||||
#: ../great.h:37
|
||||
msgid "Great!"
|
||||
|
|
|
|||
34
src/po/am.po
34
src/po/am.po
|
|
@ -7,7 +7,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: tuxpaint\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2021-02-20 17:52-0800\n"
|
||||
"POT-Creation-Date: 2021-02-20 20:40-0800\n"
|
||||
"PO-Revision-Date: 2014-06-10 11:45+0100\n"
|
||||
"Last-Translator: Solomon Gizaw <solohavi@yahoo.com>\n"
|
||||
"Language-Team: none\n"
|
||||
|
|
@ -183,6 +183,38 @@ msgstr "<9>ቅጥያ-9ሀ "
|
|||
msgid "<9>spare-9b"
|
||||
msgstr "<9>ቅጥያ-9ለ "
|
||||
|
||||
#: ../fill_tools.h:49
|
||||
msgid "Solid"
|
||||
msgstr ""
|
||||
|
||||
#: ../fill_tools.h:50
|
||||
#, fuzzy
|
||||
#| msgid "Lines"
|
||||
msgid "Linear"
|
||||
msgstr "መስመሮች "
|
||||
|
||||
#: ../fill_tools.h:51
|
||||
msgid "Radial"
|
||||
msgstr ""
|
||||
|
||||
#: ../fill_tools.h:55
|
||||
#, fuzzy
|
||||
#| msgid "Click in the picture to fill that area with color."
|
||||
msgid "Click to fill an area with a solid color."
|
||||
msgstr "ያንን ቦታ በቀለም ለመሙላት ስዕሉ ላይ ጠቅ አድርግ። "
|
||||
|
||||
#: ../fill_tools.h:56
|
||||
msgid ""
|
||||
"Click and drag to fill an area with a linear gradient (from the chosen color "
|
||||
"to transparent)."
|
||||
msgstr ""
|
||||
|
||||
#: ../fill_tools.h:57
|
||||
msgid ""
|
||||
"Click to fill an area with a radial gradient (from the chosen color to "
|
||||
"transparent)."
|
||||
msgstr ""
|
||||
|
||||
#. Congratulations #1
|
||||
#: ../great.h:37
|
||||
msgid "Great!"
|
||||
|
|
|
|||
34
src/po/an.po
34
src/po/an.po
|
|
@ -8,7 +8,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: tuxpaint\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2021-02-20 17:52-0800\n"
|
||||
"POT-Creation-Date: 2021-02-20 20:40-0800\n"
|
||||
"PO-Revision-Date: 2017-12-29 10:04+0100\n"
|
||||
"Last-Translator: juanpabl <jpmart[arroba]unizar.es>\n"
|
||||
"Language-Team: softaragonés\n"
|
||||
|
|
@ -182,6 +182,38 @@ msgstr "<9>spare-9a"
|
|||
msgid "<9>spare-9b"
|
||||
msgstr "<9>spare-9b"
|
||||
|
||||
#: ../fill_tools.h:49
|
||||
msgid "Solid"
|
||||
msgstr ""
|
||||
|
||||
#: ../fill_tools.h:50
|
||||
#, fuzzy
|
||||
#| msgid "Lines"
|
||||
msgid "Linear"
|
||||
msgstr "Linias"
|
||||
|
||||
#: ../fill_tools.h:51
|
||||
msgid "Radial"
|
||||
msgstr ""
|
||||
|
||||
#: ../fill_tools.h:55
|
||||
#, fuzzy
|
||||
#| msgid "Click in the picture to fill that area with color."
|
||||
msgid "Click to fill an area with a solid color."
|
||||
msgstr "Fe clic en o dibuixo pa replenar un aria de color."
|
||||
|
||||
#: ../fill_tools.h:56
|
||||
msgid ""
|
||||
"Click and drag to fill an area with a linear gradient (from the chosen color "
|
||||
"to transparent)."
|
||||
msgstr ""
|
||||
|
||||
#: ../fill_tools.h:57
|
||||
msgid ""
|
||||
"Click to fill an area with a radial gradient (from the chosen color to "
|
||||
"transparent)."
|
||||
msgstr ""
|
||||
|
||||
#. Congratulations #1
|
||||
#: ../great.h:37
|
||||
msgid "Great!"
|
||||
|
|
|
|||
34
src/po/ar.po
34
src/po/ar.po
|
|
@ -9,7 +9,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: tuxpaint\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2021-02-20 17:52-0800\n"
|
||||
"POT-Creation-Date: 2021-02-20 20:40-0800\n"
|
||||
"PO-Revision-Date: 2008-10-07 14:54+0200\n"
|
||||
"Last-Translator: none\n"
|
||||
"Language-Team: none\n"
|
||||
|
|
@ -194,6 +194,38 @@ msgstr ""
|
|||
msgid "<9>spare-9b"
|
||||
msgstr ""
|
||||
|
||||
#: ../fill_tools.h:49
|
||||
msgid "Solid"
|
||||
msgstr ""
|
||||
|
||||
#: ../fill_tools.h:50
|
||||
#, fuzzy
|
||||
#| msgid "Lines"
|
||||
msgid "Linear"
|
||||
msgstr "خطوط"
|
||||
|
||||
#: ../fill_tools.h:51
|
||||
msgid "Radial"
|
||||
msgstr ""
|
||||
|
||||
#: ../fill_tools.h:55
|
||||
#, fuzzy
|
||||
#| msgid "Click in the picture to fill that area with color."
|
||||
msgid "Click to fill an area with a solid color."
|
||||
msgstr "انقر على الصورةِ لمَلْئ تلك المنطقةِ باللونِ."
|
||||
|
||||
#: ../fill_tools.h:56
|
||||
msgid ""
|
||||
"Click and drag to fill an area with a linear gradient (from the chosen color "
|
||||
"to transparent)."
|
||||
msgstr ""
|
||||
|
||||
#: ../fill_tools.h:57
|
||||
msgid ""
|
||||
"Click to fill an area with a radial gradient (from the chosen color to "
|
||||
"transparent)."
|
||||
msgstr ""
|
||||
|
||||
#. Congratulations #1
|
||||
#: ../great.h:37
|
||||
msgid "Great!"
|
||||
|
|
|
|||
34
src/po/as.po
34
src/po/as.po
|
|
@ -7,7 +7,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: tuxpaint\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2021-02-20 17:52-0800\n"
|
||||
"POT-Creation-Date: 2021-02-20 20:40-0800\n"
|
||||
"PO-Revision-Date: 2014-06-16 23:33-0800\n"
|
||||
"Last-Translator: Anand Kulkarni <kulkarni1016@yahoo.co.in>\n"
|
||||
"Language-Team: none\n"
|
||||
|
|
@ -182,6 +182,38 @@ msgstr "<9>অতিৰিক্ত-9a"
|
|||
msgid "<9>spare-9b"
|
||||
msgstr "<9>অতিৰিক্ত-9b"
|
||||
|
||||
#: ../fill_tools.h:49
|
||||
msgid "Solid"
|
||||
msgstr ""
|
||||
|
||||
#: ../fill_tools.h:50
|
||||
#, fuzzy
|
||||
#| msgid "Lines"
|
||||
msgid "Linear"
|
||||
msgstr "ৰেখাবোৰ"
|
||||
|
||||
#: ../fill_tools.h:51
|
||||
msgid "Radial"
|
||||
msgstr ""
|
||||
|
||||
#: ../fill_tools.h:55
|
||||
#, fuzzy
|
||||
#| msgid "Click in the picture to fill that area with color."
|
||||
msgid "Click to fill an area with a solid color."
|
||||
msgstr "উক্ত ক্ষেত্ৰখন ৰঙৰে পূৰ্ণ কৰিবলৈ ছবিটোত ক্লিক কৰক."
|
||||
|
||||
#: ../fill_tools.h:56
|
||||
msgid ""
|
||||
"Click and drag to fill an area with a linear gradient (from the chosen color "
|
||||
"to transparent)."
|
||||
msgstr ""
|
||||
|
||||
#: ../fill_tools.h:57
|
||||
msgid ""
|
||||
"Click to fill an area with a radial gradient (from the chosen color to "
|
||||
"transparent)."
|
||||
msgstr ""
|
||||
|
||||
#. Congratulations #1
|
||||
#: ../great.h:37
|
||||
msgid "Great!"
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: tuxpaint\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2021-02-20 17:52-0800\n"
|
||||
"POT-Creation-Date: 2021-02-20 20:40-0800\n"
|
||||
"PO-Revision-Date: 2011-02-16 18:38+0200\n"
|
||||
"Last-Translator: none\n"
|
||||
"Language-Team: none\n"
|
||||
|
|
@ -183,6 +183,38 @@ msgstr "<9>repuestu-9a"
|
|||
msgid "<9>spare-9b"
|
||||
msgstr "<9>repuestu-9b"
|
||||
|
||||
#: ../fill_tools.h:49
|
||||
msgid "Solid"
|
||||
msgstr ""
|
||||
|
||||
#: ../fill_tools.h:50
|
||||
#, fuzzy
|
||||
#| msgid "Lines"
|
||||
msgid "Linear"
|
||||
msgstr "Llínies"
|
||||
|
||||
#: ../fill_tools.h:51
|
||||
msgid "Radial"
|
||||
msgstr ""
|
||||
|
||||
#: ../fill_tools.h:55
|
||||
#, fuzzy
|
||||
#| msgid "Click in the picture to fill that area with color."
|
||||
msgid "Click to fill an area with a solid color."
|
||||
msgstr "Calca na imaxe pa estrar esi área con color."
|
||||
|
||||
#: ../fill_tools.h:56
|
||||
msgid ""
|
||||
"Click and drag to fill an area with a linear gradient (from the chosen color "
|
||||
"to transparent)."
|
||||
msgstr ""
|
||||
|
||||
#: ../fill_tools.h:57
|
||||
msgid ""
|
||||
"Click to fill an area with a radial gradient (from the chosen color to "
|
||||
"transparent)."
|
||||
msgstr ""
|
||||
|
||||
#. Congratulations #1
|
||||
#: ../great.h:37
|
||||
msgid "Great!"
|
||||
|
|
|
|||
34
src/po/az.po
34
src/po/az.po
|
|
@ -7,7 +7,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: tuxpaint\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2021-02-20 17:52-0800\n"
|
||||
"POT-Creation-Date: 2021-02-20 20:40-0800\n"
|
||||
"PO-Revision-Date: 2008-02-10 19:28+0400\n"
|
||||
"Last-Translator: none\n"
|
||||
"Language-Team: none\n"
|
||||
|
|
@ -179,6 +179,38 @@ msgstr ""
|
|||
msgid "<9>spare-9b"
|
||||
msgstr ""
|
||||
|
||||
#: ../fill_tools.h:49
|
||||
msgid "Solid"
|
||||
msgstr ""
|
||||
|
||||
#: ../fill_tools.h:50
|
||||
#, fuzzy
|
||||
#| msgid "Lines"
|
||||
msgid "Linear"
|
||||
msgstr "Xəttlər"
|
||||
|
||||
#: ../fill_tools.h:51
|
||||
msgid "Radial"
|
||||
msgstr ""
|
||||
|
||||
#: ../fill_tools.h:55
|
||||
#, fuzzy
|
||||
#| msgid "Click in the picture to fill that area with color."
|
||||
msgid "Click to fill an area with a solid color."
|
||||
msgstr "İstədiyin sahəni doldurmaq üçün mausun düyməsini bas."
|
||||
|
||||
#: ../fill_tools.h:56
|
||||
msgid ""
|
||||
"Click and drag to fill an area with a linear gradient (from the chosen color "
|
||||
"to transparent)."
|
||||
msgstr ""
|
||||
|
||||
#: ../fill_tools.h:57
|
||||
msgid ""
|
||||
"Click to fill an area with a radial gradient (from the chosen color to "
|
||||
"transparent)."
|
||||
msgstr ""
|
||||
|
||||
#. Congratulations #1
|
||||
#: ../great.h:37
|
||||
msgid "Great!"
|
||||
|
|
|
|||
34
src/po/be.po
34
src/po/be.po
|
|
@ -9,7 +9,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: tuxpaint\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2021-02-20 17:52-0800\n"
|
||||
"POT-Creation-Date: 2021-02-20 20:40-0800\n"
|
||||
"PO-Revision-Date: 2014-06-10 23:09+0300\n"
|
||||
"Last-Translator: Hleb Valoshka <375gnu@gmail.com>\n"
|
||||
"Language-Team: none\n"
|
||||
|
|
@ -185,6 +185,38 @@ msgstr "<9>дадатковая-9a"
|
|||
msgid "<9>spare-9b"
|
||||
msgstr "<9>дадатковая-9b"
|
||||
|
||||
#: ../fill_tools.h:49
|
||||
msgid "Solid"
|
||||
msgstr ""
|
||||
|
||||
#: ../fill_tools.h:50
|
||||
#, fuzzy
|
||||
#| msgid "Lines"
|
||||
msgid "Linear"
|
||||
msgstr "Лініі"
|
||||
|
||||
#: ../fill_tools.h:51
|
||||
msgid "Radial"
|
||||
msgstr ""
|
||||
|
||||
#: ../fill_tools.h:55
|
||||
#, fuzzy
|
||||
#| msgid "Click in the picture to fill that area with color."
|
||||
msgid "Click to fill an area with a solid color."
|
||||
msgstr "Націсніце, каб запоўніць гэту вобласць колерам."
|
||||
|
||||
#: ../fill_tools.h:56
|
||||
msgid ""
|
||||
"Click and drag to fill an area with a linear gradient (from the chosen color "
|
||||
"to transparent)."
|
||||
msgstr ""
|
||||
|
||||
#: ../fill_tools.h:57
|
||||
msgid ""
|
||||
"Click to fill an area with a radial gradient (from the chosen color to "
|
||||
"transparent)."
|
||||
msgstr ""
|
||||
|
||||
#. Congratulations #1
|
||||
#: ../great.h:37
|
||||
msgid "Great!"
|
||||
|
|
|
|||
35
src/po/bg.po
35
src/po/bg.po
|
|
@ -9,7 +9,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: tuxpaint\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2021-02-20 17:52-0800\n"
|
||||
"POT-Creation-Date: 2021-02-20 20:40-0800\n"
|
||||
"PO-Revision-Date: 2011-11-28 22:18+0100\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: \n"
|
||||
|
|
@ -184,6 +184,39 @@ msgstr "<9>spare-9a"
|
|||
msgid "<9>spare-9b"
|
||||
msgstr "<9>spare-9b"
|
||||
|
||||
#: ../fill_tools.h:49
|
||||
msgid "Solid"
|
||||
msgstr ""
|
||||
|
||||
#: ../fill_tools.h:50
|
||||
#, fuzzy
|
||||
#| msgid "Lines"
|
||||
msgid "Linear"
|
||||
msgstr "Линии"
|
||||
|
||||
#: ../fill_tools.h:51
|
||||
msgid "Radial"
|
||||
msgstr ""
|
||||
|
||||
#: ../fill_tools.h:55
|
||||
#, fuzzy
|
||||
#| msgid "Click in the picture to fill that area with color."
|
||||
msgid "Click to fill an area with a solid color."
|
||||
msgstr ""
|
||||
"Натиснете по рисунката, за да се запълни съответната област с избрания цвят."
|
||||
|
||||
#: ../fill_tools.h:56
|
||||
msgid ""
|
||||
"Click and drag to fill an area with a linear gradient (from the chosen color "
|
||||
"to transparent)."
|
||||
msgstr ""
|
||||
|
||||
#: ../fill_tools.h:57
|
||||
msgid ""
|
||||
"Click to fill an area with a radial gradient (from the chosen color to "
|
||||
"transparent)."
|
||||
msgstr ""
|
||||
|
||||
#. Congratulations #1
|
||||
#: ../great.h:37
|
||||
msgid "Great!"
|
||||
|
|
|
|||
34
src/po/bm.po
34
src/po/bm.po
|
|
@ -6,7 +6,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2021-02-20 17:52-0800\n"
|
||||
"POT-Creation-Date: 2021-02-20 20:40-0800\n"
|
||||
"PO-Revision-Date: 2010-09-04 17:25+0200\n"
|
||||
"Last-Translator: Fasokan <konate20032001@yahoo.fr>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
|
|
@ -181,6 +181,38 @@ msgstr "<9>kunfalen-9a"
|
|||
msgid "<9>spare-9b"
|
||||
msgstr "<9>kunfalen-9b"
|
||||
|
||||
#: ../fill_tools.h:49
|
||||
msgid "Solid"
|
||||
msgstr ""
|
||||
|
||||
#: ../fill_tools.h:50
|
||||
#, fuzzy
|
||||
#| msgid "Lines"
|
||||
msgid "Linear"
|
||||
msgstr "Cisiraw"
|
||||
|
||||
#: ../fill_tools.h:51
|
||||
msgid "Radial"
|
||||
msgstr ""
|
||||
|
||||
#: ../fill_tools.h:55
|
||||
#, fuzzy
|
||||
#| msgid "Click in the picture to fill that area with color."
|
||||
msgid "Click to fill an area with a solid color."
|
||||
msgstr "Kilike ja kan, i k'i ka yɔrɔ sugantilen lafa ni ɲɛ dɔ ye. "
|
||||
|
||||
#: ../fill_tools.h:56
|
||||
msgid ""
|
||||
"Click and drag to fill an area with a linear gradient (from the chosen color "
|
||||
"to transparent)."
|
||||
msgstr ""
|
||||
|
||||
#: ../fill_tools.h:57
|
||||
msgid ""
|
||||
"Click to fill an area with a radial gradient (from the chosen color to "
|
||||
"transparent)."
|
||||
msgstr ""
|
||||
|
||||
#. Congratulations #1
|
||||
#: ../great.h:37
|
||||
msgid "Great!"
|
||||
|
|
|
|||
34
src/po/bn.po
34
src/po/bn.po
|
|
@ -7,7 +7,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: \n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2021-02-20 17:52-0800\n"
|
||||
"POT-Creation-Date: 2021-02-20 20:40-0800\n"
|
||||
"PO-Revision-Date: 2017-12-30 18:24+0000\n"
|
||||
"Last-Translator: Chris <cjl@sugarlabs.org>\n"
|
||||
"Language-Team: Bengali\n"
|
||||
|
|
@ -182,6 +182,38 @@ msgstr "<9>spare-9a"
|
|||
msgid "<9>spare-9b"
|
||||
msgstr "<9>spare-9b"
|
||||
|
||||
#: ../fill_tools.h:49
|
||||
msgid "Solid"
|
||||
msgstr ""
|
||||
|
||||
#: ../fill_tools.h:50
|
||||
#, fuzzy
|
||||
#| msgid "Lines"
|
||||
msgid "Linear"
|
||||
msgstr "লাইন"
|
||||
|
||||
#: ../fill_tools.h:51
|
||||
msgid "Radial"
|
||||
msgstr ""
|
||||
|
||||
#: ../fill_tools.h:55
|
||||
#, fuzzy
|
||||
#| msgid "Click in the picture to fill that area with color."
|
||||
msgid "Click to fill an area with a solid color."
|
||||
msgstr "ছবির ঐ অঞ্চলটি রঙ দিয়ে ভরতে ক্লিক করুন."
|
||||
|
||||
#: ../fill_tools.h:56
|
||||
msgid ""
|
||||
"Click and drag to fill an area with a linear gradient (from the chosen color "
|
||||
"to transparent)."
|
||||
msgstr ""
|
||||
|
||||
#: ../fill_tools.h:57
|
||||
msgid ""
|
||||
"Click to fill an area with a radial gradient (from the chosen color to "
|
||||
"transparent)."
|
||||
msgstr ""
|
||||
|
||||
#. Congratulations #1
|
||||
#: ../great.h:37
|
||||
msgid "Great!"
|
||||
|
|
|
|||
32
src/po/bo.po
32
src/po/bo.po
|
|
@ -9,7 +9,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: Tux Paint\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2021-02-20 17:52-0800\n"
|
||||
"POT-Creation-Date: 2021-02-20 20:40-0800\n"
|
||||
"PO-Revision-Date: 2006-01-01 17:43+0900\n"
|
||||
"Last-Translator: none\n"
|
||||
"Language-Team: none\n"
|
||||
|
|
@ -183,6 +183,36 @@ msgstr ""
|
|||
msgid "<9>spare-9b"
|
||||
msgstr ""
|
||||
|
||||
#: ../fill_tools.h:49
|
||||
msgid "Solid"
|
||||
msgstr ""
|
||||
|
||||
#: ../fill_tools.h:50
|
||||
#, fuzzy
|
||||
#| msgid "Lines"
|
||||
msgid "Linear"
|
||||
msgstr "[ig."
|
||||
|
||||
#: ../fill_tools.h:51
|
||||
msgid "Radial"
|
||||
msgstr ""
|
||||
|
||||
#: ../fill_tools.h:55
|
||||
msgid "Click to fill an area with a solid color."
|
||||
msgstr ""
|
||||
|
||||
#: ../fill_tools.h:56
|
||||
msgid ""
|
||||
"Click and drag to fill an area with a linear gradient (from the chosen color "
|
||||
"to transparent)."
|
||||
msgstr ""
|
||||
|
||||
#: ../fill_tools.h:57
|
||||
msgid ""
|
||||
"Click to fill an area with a radial gradient (from the chosen color to "
|
||||
"transparent)."
|
||||
msgstr ""
|
||||
|
||||
#. Congratulations #1
|
||||
#: ../great.h:37
|
||||
msgid "Great!"
|
||||
|
|
|
|||
34
src/po/br.po
34
src/po/br.po
|
|
@ -8,7 +8,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: tuxpaint\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2021-02-20 17:52-0800\n"
|
||||
"POT-Creation-Date: 2021-02-20 20:40-0800\n"
|
||||
"PO-Revision-Date: 2005-01-09 14:49+0100\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: none\n"
|
||||
|
|
@ -182,6 +182,38 @@ msgstr ""
|
|||
msgid "<9>spare-9b"
|
||||
msgstr ""
|
||||
|
||||
#: ../fill_tools.h:49
|
||||
msgid "Solid"
|
||||
msgstr ""
|
||||
|
||||
#: ../fill_tools.h:50
|
||||
#, fuzzy
|
||||
#| msgid "Lines"
|
||||
msgid "Linear"
|
||||
msgstr "Linennoù"
|
||||
|
||||
#: ../fill_tools.h:51
|
||||
msgid "Radial"
|
||||
msgstr ""
|
||||
|
||||
#: ../fill_tools.h:55
|
||||
#, fuzzy
|
||||
#| msgid "Click in the picture to fill that area with color."
|
||||
msgid "Click to fill an area with a solid color."
|
||||
msgstr "Klik war ar skeudenn evit leuniañ al leur-se gant ul liv."
|
||||
|
||||
#: ../fill_tools.h:56
|
||||
msgid ""
|
||||
"Click and drag to fill an area with a linear gradient (from the chosen color "
|
||||
"to transparent)."
|
||||
msgstr ""
|
||||
|
||||
#: ../fill_tools.h:57
|
||||
msgid ""
|
||||
"Click to fill an area with a radial gradient (from the chosen color to "
|
||||
"transparent)."
|
||||
msgstr ""
|
||||
|
||||
#. Congratulations #1
|
||||
#: ../great.h:37
|
||||
msgid "Great!"
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2021-02-20 17:52-0800\n"
|
||||
"POT-Creation-Date: 2021-02-20 20:40-0800\n"
|
||||
"PO-Revision-Date: 2011-09-14 13:51+0530\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Bodo\n"
|
||||
|
|
@ -182,6 +182,38 @@ msgstr "<9>spare-9a"
|
|||
msgid "<9>spare-9b"
|
||||
msgstr "<9>spare-9b"
|
||||
|
||||
#: ../fill_tools.h:49
|
||||
msgid "Solid"
|
||||
msgstr ""
|
||||
|
||||
#: ../fill_tools.h:50
|
||||
#, fuzzy
|
||||
#| msgid "Lines"
|
||||
msgid "Linear"
|
||||
msgstr "सारिफोर"
|
||||
|
||||
#: ../fill_tools.h:51
|
||||
msgid "Radial"
|
||||
msgstr ""
|
||||
|
||||
#: ../fill_tools.h:55
|
||||
#, fuzzy
|
||||
#| msgid "Click in the picture to fill that area with color."
|
||||
msgid "Click to fill an area with a solid color."
|
||||
msgstr "बै हालामसाखौ गाबजों आबुं खालामनो सावगारिआव क्लिक खालाम।"
|
||||
|
||||
#: ../fill_tools.h:56
|
||||
msgid ""
|
||||
"Click and drag to fill an area with a linear gradient (from the chosen color "
|
||||
"to transparent)."
|
||||
msgstr ""
|
||||
|
||||
#: ../fill_tools.h:57
|
||||
msgid ""
|
||||
"Click to fill an area with a radial gradient (from the chosen color to "
|
||||
"transparent)."
|
||||
msgstr ""
|
||||
|
||||
#. Congratulations #1
|
||||
#: ../great.h:37
|
||||
msgid "Great!"
|
||||
|
|
|
|||
36
src/po/bs.po
36
src/po/bs.po
|
|
@ -7,7 +7,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: tuxpaint\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2021-02-20 17:52-0800\n"
|
||||
"POT-Creation-Date: 2021-02-20 20:40-0800\n"
|
||||
"PO-Revision-Date: 2010-11-05 04:24+0000\n"
|
||||
"Last-Translator: Samir Ribić <Unknown>\n"
|
||||
"Language-Team: Bosnian <bs@li.org>\n"
|
||||
|
|
@ -191,6 +191,40 @@ msgstr ""
|
|||
msgid "<9>spare-9b"
|
||||
msgstr ""
|
||||
|
||||
#: ../fill_tools.h:49
|
||||
msgid "Solid"
|
||||
msgstr ""
|
||||
|
||||
#
|
||||
#: ../fill_tools.h:50
|
||||
#, fuzzy
|
||||
#| msgid "Lines"
|
||||
msgid "Linear"
|
||||
msgstr "Linije"
|
||||
|
||||
#: ../fill_tools.h:51
|
||||
msgid "Radial"
|
||||
msgstr ""
|
||||
|
||||
#
|
||||
#: ../fill_tools.h:55
|
||||
#, 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 sliku da bi popunio tu oblast bojom."
|
||||
|
||||
#: ../fill_tools.h:56
|
||||
msgid ""
|
||||
"Click and drag to fill an area with a linear gradient (from the chosen color "
|
||||
"to transparent)."
|
||||
msgstr ""
|
||||
|
||||
#: ../fill_tools.h:57
|
||||
msgid ""
|
||||
"Click to fill an area with a radial gradient (from the chosen color to "
|
||||
"transparent)."
|
||||
msgstr ""
|
||||
|
||||
#
|
||||
#. Congratulations #1
|
||||
#: ../great.h:37
|
||||
|
|
|
|||
34
src/po/ca.po
34
src/po/ca.po
|
|
@ -17,7 +17,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: Tuxpaint cvs 2009-06-21\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2021-02-20 17:52-0800\n"
|
||||
"POT-Creation-Date: 2021-02-20 20:40-0800\n"
|
||||
"PO-Revision-Date: 2020-08-17 22:43+0200\n"
|
||||
"Last-Translator: Pere Pujal i Carabantes <perepujal@gmail.com>\n"
|
||||
"Language-Team: Català <linux-ca@chanae.alphanet.ch>\n"
|
||||
|
|
@ -220,6 +220,38 @@ msgstr "eèéëcç"
|
|||
msgid "<9>spare-9b"
|
||||
msgstr "EÉÈËCÇ"
|
||||
|
||||
#: ../fill_tools.h:49
|
||||
msgid "Solid"
|
||||
msgstr ""
|
||||
|
||||
#: ../fill_tools.h:50
|
||||
#, fuzzy
|
||||
#| msgid "Lines"
|
||||
msgid "Linear"
|
||||
msgstr "Línies"
|
||||
|
||||
#: ../fill_tools.h:51
|
||||
msgid "Radial"
|
||||
msgstr ""
|
||||
|
||||
#: ../fill_tools.h:55
|
||||
#, fuzzy
|
||||
#| msgid "Click in the picture to fill that area with color."
|
||||
msgid "Click to fill an area with a solid color."
|
||||
msgstr "Feu clic en la imatge per omplir de color una àrea."
|
||||
|
||||
#: ../fill_tools.h:56
|
||||
msgid ""
|
||||
"Click and drag to fill an area with a linear gradient (from the chosen color "
|
||||
"to transparent)."
|
||||
msgstr ""
|
||||
|
||||
#: ../fill_tools.h:57
|
||||
msgid ""
|
||||
"Click to fill an area with a radial gradient (from the chosen color to "
|
||||
"transparent)."
|
||||
msgstr ""
|
||||
|
||||
#. Congratulations #1
|
||||
#: ../great.h:37
|
||||
msgid "Great!"
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: tuxpaint\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2021-02-20 17:52-0800\n"
|
||||
"POT-Creation-Date: 2021-02-20 20:40-0800\n"
|
||||
"PO-Revision-Date: 2020-03-29 23:40+0200\n"
|
||||
"Last-Translator: Pilar Embid Giner <embid_mar@gva.es>\n"
|
||||
"Language-Team: LliureX\n"
|
||||
|
|
@ -179,6 +179,38 @@ msgstr "eèéëcÇ"
|
|||
msgid "<9>spare-9b"
|
||||
msgstr "EÉÈËCÇ"
|
||||
|
||||
#: ../fill_tools.h:49
|
||||
msgid "Solid"
|
||||
msgstr ""
|
||||
|
||||
#: ../fill_tools.h:50
|
||||
#, fuzzy
|
||||
#| msgid "Lines"
|
||||
msgid "Linear"
|
||||
msgstr "Línies"
|
||||
|
||||
#: ../fill_tools.h:51
|
||||
msgid "Radial"
|
||||
msgstr ""
|
||||
|
||||
#: ../fill_tools.h:55
|
||||
#, fuzzy
|
||||
#| msgid "Click in the picture to fill that area with color."
|
||||
msgid "Click to fill an area with a solid color."
|
||||
msgstr "Feu clic en la imatge per a omplir l'àrea amb color."
|
||||
|
||||
#: ../fill_tools.h:56
|
||||
msgid ""
|
||||
"Click and drag to fill an area with a linear gradient (from the chosen color "
|
||||
"to transparent)."
|
||||
msgstr ""
|
||||
|
||||
#: ../fill_tools.h:57
|
||||
msgid ""
|
||||
"Click to fill an area with a radial gradient (from the chosen color to "
|
||||
"transparent)."
|
||||
msgstr ""
|
||||
|
||||
#. Congratulations #1
|
||||
#: ../great.h:37
|
||||
msgid "Great!"
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: tuxpaint\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2021-02-20 17:52-0800\n"
|
||||
"POT-Creation-Date: 2021-02-20 20:40-0800\n"
|
||||
"PO-Revision-Date: 2010-09-17 16:19+0200fu\n"
|
||||
"Last-Translator: none\n"
|
||||
"Language-Team: none\n"
|
||||
|
|
@ -182,6 +182,38 @@ msgstr "<9>spare-9a"
|
|||
msgid "<9>spare-9b"
|
||||
msgstr "<9>spare-9b"
|
||||
|
||||
#: ../fill_tools.h:49
|
||||
msgid "Solid"
|
||||
msgstr ""
|
||||
|
||||
#: ../fill_tools.h:50
|
||||
#, fuzzy
|
||||
#| msgid "Lines"
|
||||
msgid "Linear"
|
||||
msgstr "Enyiriri"
|
||||
|
||||
#: ../fill_tools.h:51
|
||||
msgid "Radial"
|
||||
msgstr ""
|
||||
|
||||
#: ../fill_tools.h:55
|
||||
#, fuzzy
|
||||
#| msgid "Click in the picture to fill that area with color."
|
||||
msgid "Click to fill an area with a solid color."
|
||||
msgstr "Imata omukishushani okwijuza omumwanya ogwo erangi"
|
||||
|
||||
#: ../fill_tools.h:56
|
||||
msgid ""
|
||||
"Click and drag to fill an area with a linear gradient (from the chosen color "
|
||||
"to transparent)."
|
||||
msgstr ""
|
||||
|
||||
#: ../fill_tools.h:57
|
||||
msgid ""
|
||||
"Click to fill an area with a radial gradient (from the chosen color to "
|
||||
"transparent)."
|
||||
msgstr ""
|
||||
|
||||
#. Congratulations #1
|
||||
#: ../great.h:37
|
||||
msgid "Great!"
|
||||
|
|
|
|||
34
src/po/cs.po
34
src/po/cs.po
|
|
@ -5,7 +5,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: tuxpaint\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2021-02-20 17:52-0800\n"
|
||||
"POT-Creation-Date: 2021-02-20 20:40-0800\n"
|
||||
"PO-Revision-Date: 2010-07-08 13:33+0100\n"
|
||||
"Last-Translator: Zdeněk Chalupský <chalzd@gmail.com>\n"
|
||||
"Language-Team: Czech <cs@li.org>\n"
|
||||
|
|
@ -183,6 +183,38 @@ msgstr ""
|
|||
msgid "<9>spare-9b"
|
||||
msgstr ""
|
||||
|
||||
#: ../fill_tools.h:49
|
||||
msgid "Solid"
|
||||
msgstr ""
|
||||
|
||||
#: ../fill_tools.h:50
|
||||
#, fuzzy
|
||||
#| msgid "Lines"
|
||||
msgid "Linear"
|
||||
msgstr "Úsečky"
|
||||
|
||||
#: ../fill_tools.h:51
|
||||
msgid "Radial"
|
||||
msgstr ""
|
||||
|
||||
#: ../fill_tools.h:55
|
||||
#, fuzzy
|
||||
#| msgid "Click in the picture to fill that area with color."
|
||||
msgid "Click to fill an area with a solid color."
|
||||
msgstr "Klikni do obrázku a oblast se vyplní barvou."
|
||||
|
||||
#: ../fill_tools.h:56
|
||||
msgid ""
|
||||
"Click and drag to fill an area with a linear gradient (from the chosen color "
|
||||
"to transparent)."
|
||||
msgstr ""
|
||||
|
||||
#: ../fill_tools.h:57
|
||||
msgid ""
|
||||
"Click to fill an area with a radial gradient (from the chosen color to "
|
||||
"transparent)."
|
||||
msgstr ""
|
||||
|
||||
#. Congratulations #1
|
||||
#: ../great.h:37
|
||||
msgid "Great!"
|
||||
|
|
|
|||
34
src/po/cy.po
34
src/po/cy.po
|
|
@ -8,7 +8,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: cy\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2021-02-20 17:52-0800\n"
|
||||
"POT-Creation-Date: 2021-02-20 20:40-0800\n"
|
||||
"PO-Revision-Date: 2004-09-21 14:29+0100\n"
|
||||
"Last-Translator: none\n"
|
||||
"Language-Team: none\n"
|
||||
|
|
@ -182,6 +182,38 @@ msgstr ""
|
|||
msgid "<9>spare-9b"
|
||||
msgstr ""
|
||||
|
||||
#: ../fill_tools.h:49
|
||||
msgid "Solid"
|
||||
msgstr ""
|
||||
|
||||
#: ../fill_tools.h:50
|
||||
#, fuzzy
|
||||
#| msgid "Lines"
|
||||
msgid "Linear"
|
||||
msgstr "Llinellau"
|
||||
|
||||
#: ../fill_tools.h:51
|
||||
msgid "Radial"
|
||||
msgstr ""
|
||||
|
||||
#: ../fill_tools.h:55
|
||||
#, fuzzy
|
||||
#| msgid "Click in the picture to fill that area with color."
|
||||
msgid "Click to fill an area with a solid color."
|
||||
msgstr "Clicia yn y llun i lenwi'r ardal yno efo lliw."
|
||||
|
||||
#: ../fill_tools.h:56
|
||||
msgid ""
|
||||
"Click and drag to fill an area with a linear gradient (from the chosen color "
|
||||
"to transparent)."
|
||||
msgstr ""
|
||||
|
||||
#: ../fill_tools.h:57
|
||||
msgid ""
|
||||
"Click to fill an area with a radial gradient (from the chosen color to "
|
||||
"transparent)."
|
||||
msgstr ""
|
||||
|
||||
#. Congratulations #1
|
||||
#: ../great.h:37
|
||||
msgid "Great!"
|
||||
|
|
|
|||
34
src/po/da.po
34
src/po/da.po
|
|
@ -13,7 +13,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: Tux Paint\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2021-02-20 17:52-0800\n"
|
||||
"POT-Creation-Date: 2021-02-20 20:40-0800\n"
|
||||
"PO-Revision-Date: 2017-12-05 12:38+0100\n"
|
||||
"Last-Translator: Joe Hansen <joedalton2@yahoo.dk>\n"
|
||||
"Language-Team: Danish <dansk@dansk-gruppen.dk>\n"
|
||||
|
|
@ -187,6 +187,38 @@ msgstr "<9>spare-9a"
|
|||
msgid "<9>spare-9b"
|
||||
msgstr "<9>spare-9b"
|
||||
|
||||
#: ../fill_tools.h:49
|
||||
msgid "Solid"
|
||||
msgstr ""
|
||||
|
||||
#: ../fill_tools.h:50
|
||||
#, fuzzy
|
||||
#| msgid "Lines"
|
||||
msgid "Linear"
|
||||
msgstr "Linjer"
|
||||
|
||||
#: ../fill_tools.h:51
|
||||
msgid "Radial"
|
||||
msgstr ""
|
||||
|
||||
#: ../fill_tools.h:55
|
||||
#, fuzzy
|
||||
#| msgid "Click in the picture to fill that area with color."
|
||||
msgid "Click to fill an area with a solid color."
|
||||
msgstr "Klik i billedet for at fylde området med en farve."
|
||||
|
||||
#: ../fill_tools.h:56
|
||||
msgid ""
|
||||
"Click and drag to fill an area with a linear gradient (from the chosen color "
|
||||
"to transparent)."
|
||||
msgstr ""
|
||||
|
||||
#: ../fill_tools.h:57
|
||||
msgid ""
|
||||
"Click to fill an area with a radial gradient (from the chosen color to "
|
||||
"transparent)."
|
||||
msgstr ""
|
||||
|
||||
#. Congratulations #1
|
||||
#: ../great.h:37
|
||||
msgid "Great!"
|
||||
|
|
|
|||
34
src/po/de.po
34
src/po/de.po
|
|
@ -11,7 +11,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: de\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2021-02-20 17:52-0800\n"
|
||||
"POT-Creation-Date: 2021-02-20 20:40-0800\n"
|
||||
"PO-Revision-Date: 2017-12-25 21:13+0200\n"
|
||||
"Last-Translator: Holger Wansing <hwansing@mailbox.org>\n"
|
||||
"Language-Team: Debian German <debian-l10n-german@lists.debian.org>\n"
|
||||
|
|
@ -184,6 +184,38 @@ msgstr "äüöß"
|
|||
msgid "<9>spare-9b"
|
||||
msgstr "ÄÜÖ"
|
||||
|
||||
#: ../fill_tools.h:49
|
||||
msgid "Solid"
|
||||
msgstr ""
|
||||
|
||||
#: ../fill_tools.h:50
|
||||
#, fuzzy
|
||||
#| msgid "Lines"
|
||||
msgid "Linear"
|
||||
msgstr "Linien"
|
||||
|
||||
#: ../fill_tools.h:51
|
||||
msgid "Radial"
|
||||
msgstr ""
|
||||
|
||||
#: ../fill_tools.h:55
|
||||
#, fuzzy
|
||||
#| msgid "Click in the picture to fill that area with color."
|
||||
msgid "Click to fill an area with a solid color."
|
||||
msgstr "Klicke in das Bild, um einen Bereich mit Farbe zu füllen."
|
||||
|
||||
#: ../fill_tools.h:56
|
||||
msgid ""
|
||||
"Click and drag to fill an area with a linear gradient (from the chosen color "
|
||||
"to transparent)."
|
||||
msgstr ""
|
||||
|
||||
#: ../fill_tools.h:57
|
||||
msgid ""
|
||||
"Click to fill an area with a radial gradient (from the chosen color to "
|
||||
"transparent)."
|
||||
msgstr ""
|
||||
|
||||
#. Congratulations #1
|
||||
#: ../great.h:37
|
||||
msgid "Great!"
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2021-02-20 17:52-0800\n"
|
||||
"POT-Creation-Date: 2021-02-20 20:40-0800\n"
|
||||
"PO-Revision-Date: 2013-09-04 10:23+0530\n"
|
||||
"Last-Translator: <b>\n"
|
||||
"Language-Team: Dogri\n"
|
||||
|
|
@ -182,6 +182,38 @@ msgstr "<9>स्पेअर-9a"
|
|||
msgid "<9>spare-9b"
|
||||
msgstr "<9>स्पेअर-9b"
|
||||
|
||||
#: ../fill_tools.h:49
|
||||
msgid "Solid"
|
||||
msgstr ""
|
||||
|
||||
#: ../fill_tools.h:50
|
||||
#, fuzzy
|
||||
#| msgid "Lines"
|
||||
msgid "Linear"
|
||||
msgstr "लाइनां"
|
||||
|
||||
#: ../fill_tools.h:51
|
||||
msgid "Radial"
|
||||
msgstr ""
|
||||
|
||||
#: ../fill_tools.h:55
|
||||
#, fuzzy
|
||||
#| msgid "Click in the picture to fill that area with color."
|
||||
msgid "Click to fill an area with a solid color."
|
||||
msgstr "उस खित्ते च रंग भरने आस्तै तस्वीरा च क्लिक करो."
|
||||
|
||||
#: ../fill_tools.h:56
|
||||
msgid ""
|
||||
"Click and drag to fill an area with a linear gradient (from the chosen color "
|
||||
"to transparent)."
|
||||
msgstr ""
|
||||
|
||||
#: ../fill_tools.h:57
|
||||
msgid ""
|
||||
"Click to fill an area with a radial gradient (from the chosen color to "
|
||||
"transparent)."
|
||||
msgstr ""
|
||||
|
||||
#. Congratulations #1
|
||||
#: ../great.h:37
|
||||
msgid "Great!"
|
||||
|
|
|
|||
34
src/po/el.po
34
src/po/el.po
|
|
@ -8,7 +8,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: tuxpaint\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2021-02-20 17:52-0800\n"
|
||||
"POT-Creation-Date: 2021-02-20 20:40-0800\n"
|
||||
"PO-Revision-Date: 2017-12-06 07:45+0000\n"
|
||||
"Last-Translator: kiolalis <kiolalis@gmail.com>\n"
|
||||
"Language-Team: \n"
|
||||
|
|
@ -184,6 +184,38 @@ msgstr "<9>τετράγωνο-9a"
|
|||
msgid "<9>spare-9b"
|
||||
msgstr "<9>τετράγωνο-9b"
|
||||
|
||||
#: ../fill_tools.h:49
|
||||
msgid "Solid"
|
||||
msgstr ""
|
||||
|
||||
#: ../fill_tools.h:50
|
||||
#, fuzzy
|
||||
#| msgid "Lines"
|
||||
msgid "Linear"
|
||||
msgstr "Γραμμές"
|
||||
|
||||
#: ../fill_tools.h:51
|
||||
msgid "Radial"
|
||||
msgstr ""
|
||||
|
||||
#: ../fill_tools.h:55
|
||||
#, fuzzy
|
||||
#| msgid "Click in the picture to fill that area with color."
|
||||
msgid "Click to fill an area with a solid color."
|
||||
msgstr "Κάνε κλικ στη ζωγραφιά για να γεμίσεις μια περιοχή με χρώμα."
|
||||
|
||||
#: ../fill_tools.h:56
|
||||
msgid ""
|
||||
"Click and drag to fill an area with a linear gradient (from the chosen color "
|
||||
"to transparent)."
|
||||
msgstr ""
|
||||
|
||||
#: ../fill_tools.h:57
|
||||
msgid ""
|
||||
"Click to fill an area with a radial gradient (from the chosen color to "
|
||||
"transparent)."
|
||||
msgstr ""
|
||||
|
||||
#. Congratulations #1
|
||||
#: ../great.h:37
|
||||
msgid "Great!"
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: tuxpaint\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2021-02-20 17:52-0800\n"
|
||||
"POT-Creation-Date: 2021-02-20 20:40-0800\n"
|
||||
"PO-Revision-Date: 2014-06-29 23:36+0930\n"
|
||||
"Last-Translator: ilox <ilox11@gmail.com>\n"
|
||||
"Language-Team: none\n"
|
||||
|
|
@ -183,6 +183,38 @@ msgstr "<9>spare-9a"
|
|||
msgid "<9>spare-9b"
|
||||
msgstr "<9>spare-9b"
|
||||
|
||||
#: ../fill_tools.h:49
|
||||
msgid "Solid"
|
||||
msgstr ""
|
||||
|
||||
#: ../fill_tools.h:50
|
||||
#, fuzzy
|
||||
#| msgid "Lines"
|
||||
msgid "Linear"
|
||||
msgstr "Lines"
|
||||
|
||||
#: ../fill_tools.h:51
|
||||
msgid "Radial"
|
||||
msgstr ""
|
||||
|
||||
#: ../fill_tools.h:55
|
||||
#, fuzzy
|
||||
#| msgid "Click in the picture to fill that area with color."
|
||||
msgid "Click to fill an area with a solid color."
|
||||
msgstr "Click in the picture to fill that area with colour."
|
||||
|
||||
#: ../fill_tools.h:56
|
||||
msgid ""
|
||||
"Click and drag to fill an area with a linear gradient (from the chosen color "
|
||||
"to transparent)."
|
||||
msgstr ""
|
||||
|
||||
#: ../fill_tools.h:57
|
||||
msgid ""
|
||||
"Click to fill an area with a radial gradient (from the chosen color to "
|
||||
"transparent)."
|
||||
msgstr ""
|
||||
|
||||
#. Congratulations #1
|
||||
#: ../great.h:37
|
||||
msgid "Great!"
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: tuxpaint\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2021-02-20 17:52-0800\n"
|
||||
"POT-Creation-Date: 2021-02-20 20:40-0800\n"
|
||||
"PO-Revision-Date: 2014-07-07 12:22+0100\n"
|
||||
"Last-Translator: Caroline Ford <caroline.ford.work@googlemail.com>\n"
|
||||
"Language-Team: \n"
|
||||
|
|
@ -181,6 +181,38 @@ msgstr "<9>spare-9a"
|
|||
msgid "<9>spare-9b"
|
||||
msgstr "<9>spare-9b"
|
||||
|
||||
#: ../fill_tools.h:49
|
||||
msgid "Solid"
|
||||
msgstr ""
|
||||
|
||||
#: ../fill_tools.h:50
|
||||
#, fuzzy
|
||||
#| msgid "Lines"
|
||||
msgid "Linear"
|
||||
msgstr "Lines"
|
||||
|
||||
#: ../fill_tools.h:51
|
||||
msgid "Radial"
|
||||
msgstr ""
|
||||
|
||||
#: ../fill_tools.h:55
|
||||
#, fuzzy
|
||||
#| msgid "Click in the picture to fill that area with color."
|
||||
msgid "Click to fill an area with a solid color."
|
||||
msgstr "Click in the picture to fill that area with colour."
|
||||
|
||||
#: ../fill_tools.h:56
|
||||
msgid ""
|
||||
"Click and drag to fill an area with a linear gradient (from the chosen color "
|
||||
"to transparent)."
|
||||
msgstr ""
|
||||
|
||||
#: ../fill_tools.h:57
|
||||
msgid ""
|
||||
"Click to fill an area with a radial gradient (from the chosen color to "
|
||||
"transparent)."
|
||||
msgstr ""
|
||||
|
||||
#. Congratulations #1
|
||||
#: ../great.h:37
|
||||
msgid "Great!"
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: tuxpaint\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2021-02-20 17:52-0800\n"
|
||||
"POT-Creation-Date: 2021-02-20 20:40-0800\n"
|
||||
"PO-Revision-Date: 2017-12-30 21:17+0000\n"
|
||||
"Last-Translator: Caroline Ford <caroline.ford.work@googlemail.com>\n"
|
||||
"Language-Team: none\n"
|
||||
|
|
@ -184,6 +184,38 @@ msgstr "<9>spare-9a"
|
|||
msgid "<9>spare-9b"
|
||||
msgstr "<9>spare-9b"
|
||||
|
||||
#: ../fill_tools.h:49
|
||||
msgid "Solid"
|
||||
msgstr ""
|
||||
|
||||
#: ../fill_tools.h:50
|
||||
#, fuzzy
|
||||
#| msgid "Lines"
|
||||
msgid "Linear"
|
||||
msgstr "Lines"
|
||||
|
||||
#: ../fill_tools.h:51
|
||||
msgid "Radial"
|
||||
msgstr ""
|
||||
|
||||
#: ../fill_tools.h:55
|
||||
#, fuzzy
|
||||
#| msgid "Click in the picture to fill that area with color."
|
||||
msgid "Click to fill an area with a solid color."
|
||||
msgstr "Click in the picture to fill that area with colour."
|
||||
|
||||
#: ../fill_tools.h:56
|
||||
msgid ""
|
||||
"Click and drag to fill an area with a linear gradient (from the chosen color "
|
||||
"to transparent)."
|
||||
msgstr ""
|
||||
|
||||
#: ../fill_tools.h:57
|
||||
msgid ""
|
||||
"Click to fill an area with a radial gradient (from the chosen color to "
|
||||
"transparent)."
|
||||
msgstr ""
|
||||
|
||||
#. Congratulations #1
|
||||
#: ../great.h:37
|
||||
msgid "Great!"
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: 0.9.16\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2021-02-20 17:52-0800\n"
|
||||
"POT-Creation-Date: 2021-02-20 20:40-0800\n"
|
||||
"PO-Revision-Date: 2009-09-06 15:46+0100\n"
|
||||
"Last-Translator: Caroline Ford <caroline.ford.work@googlemail.com>\n"
|
||||
"Language-Team: English (South African) <en_za@li.org>\n"
|
||||
|
|
@ -181,6 +181,38 @@ msgstr ""
|
|||
msgid "<9>spare-9b"
|
||||
msgstr ""
|
||||
|
||||
#: ../fill_tools.h:49
|
||||
msgid "Solid"
|
||||
msgstr ""
|
||||
|
||||
#: ../fill_tools.h:50
|
||||
#, fuzzy
|
||||
#| msgid "Lines"
|
||||
msgid "Linear"
|
||||
msgstr "Lines"
|
||||
|
||||
#: ../fill_tools.h:51
|
||||
msgid "Radial"
|
||||
msgstr ""
|
||||
|
||||
#: ../fill_tools.h:55
|
||||
#, fuzzy
|
||||
#| msgid "Click in the picture to fill that area with color."
|
||||
msgid "Click to fill an area with a solid color."
|
||||
msgstr "Click in the picture to fill that area with colour."
|
||||
|
||||
#: ../fill_tools.h:56
|
||||
msgid ""
|
||||
"Click and drag to fill an area with a linear gradient (from the chosen color "
|
||||
"to transparent)."
|
||||
msgstr ""
|
||||
|
||||
#: ../fill_tools.h:57
|
||||
msgid ""
|
||||
"Click to fill an area with a radial gradient (from the chosen color to "
|
||||
"transparent)."
|
||||
msgstr ""
|
||||
|
||||
#. Congratulations #1
|
||||
#: ../great.h:37
|
||||
msgid "Great!"
|
||||
|
|
|
|||
34
src/po/eo.po
34
src/po/eo.po
|
|
@ -8,7 +8,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: tuxpaint\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2021-02-20 17:52-0800\n"
|
||||
"POT-Creation-Date: 2021-02-20 20:40-0800\n"
|
||||
"PO-Revision-Date: 2014-06-16 16:00+0000\n"
|
||||
"Last-Translator: Nuno MAGALHÃES <nunomagalhaes@eu.ipp.pt>\n"
|
||||
"Language-Team: Esperanto <translation-team-eo@lists.sourceforge.net>\n"
|
||||
|
|
@ -180,6 +180,38 @@ msgstr ""
|
|||
msgid "<9>spare-9b"
|
||||
msgstr ""
|
||||
|
||||
#: ../fill_tools.h:49
|
||||
msgid "Solid"
|
||||
msgstr ""
|
||||
|
||||
#: ../fill_tools.h:50
|
||||
#, fuzzy
|
||||
#| msgid "Lines"
|
||||
msgid "Linear"
|
||||
msgstr "Linioj"
|
||||
|
||||
#: ../fill_tools.h:51
|
||||
msgid "Radial"
|
||||
msgstr ""
|
||||
|
||||
#: ../fill_tools.h:55
|
||||
#, fuzzy
|
||||
#| msgid "Click in the picture to fill that area with color."
|
||||
msgid "Click to fill an area with a solid color."
|
||||
msgstr "Alklaku ie bilde por plenigi tiun regionon per koloro."
|
||||
|
||||
#: ../fill_tools.h:56
|
||||
msgid ""
|
||||
"Click and drag to fill an area with a linear gradient (from the chosen color "
|
||||
"to transparent)."
|
||||
msgstr ""
|
||||
|
||||
#: ../fill_tools.h:57
|
||||
msgid ""
|
||||
"Click to fill an area with a radial gradient (from the chosen color to "
|
||||
"transparent)."
|
||||
msgstr ""
|
||||
|
||||
#. Congratulations #1
|
||||
#: ../great.h:37
|
||||
msgid "Great!"
|
||||
|
|
|
|||
34
src/po/es.po
34
src/po/es.po
|
|
@ -29,7 +29,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: tuxpaint\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2021-02-20 17:52-0800\n"
|
||||
"POT-Creation-Date: 2021-02-20 20:40-0800\n"
|
||||
"PO-Revision-Date: 2017-12-18 20:31-0300\n"
|
||||
"Last-Translator: Matías Bellone <matiasbellone+debian@gmail.com>\n"
|
||||
"Language-Team: none\n"
|
||||
|
|
@ -201,6 +201,38 @@ msgstr "<9>spare-9a"
|
|||
msgid "<9>spare-9b"
|
||||
msgstr "<9>spare-9b"
|
||||
|
||||
#: ../fill_tools.h:49
|
||||
msgid "Solid"
|
||||
msgstr ""
|
||||
|
||||
#: ../fill_tools.h:50
|
||||
#, fuzzy
|
||||
#| msgid "Lines"
|
||||
msgid "Linear"
|
||||
msgstr "Líneas"
|
||||
|
||||
#: ../fill_tools.h:51
|
||||
msgid "Radial"
|
||||
msgstr ""
|
||||
|
||||
#: ../fill_tools.h:55
|
||||
#, fuzzy
|
||||
#| msgid "Click in the picture to fill that area with color."
|
||||
msgid "Click to fill an area with a solid color."
|
||||
msgstr "Haz click en el dibujo para rellenar un área de color."
|
||||
|
||||
#: ../fill_tools.h:56
|
||||
msgid ""
|
||||
"Click and drag to fill an area with a linear gradient (from the chosen color "
|
||||
"to transparent)."
|
||||
msgstr ""
|
||||
|
||||
#: ../fill_tools.h:57
|
||||
msgid ""
|
||||
"Click to fill an area with a radial gradient (from the chosen color to "
|
||||
"transparent)."
|
||||
msgstr ""
|
||||
|
||||
#. Congratulations #1
|
||||
#: ../great.h:37
|
||||
msgid "Great!"
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: TuxPaint 0.9.2\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2021-02-20 17:52-0800\n"
|
||||
"POT-Creation-Date: 2021-02-20 20:40-0800\n"
|
||||
"PO-Revision-Date: 2007-08-05 19:22-0400\n"
|
||||
"Last-Translator: Ignacio Tike <itike17@yahoo.com>\n"
|
||||
"Language-Team: Español <ggabriel@internet.com.uy>\n"
|
||||
|
|
@ -177,6 +177,38 @@ msgstr ""
|
|||
msgid "<9>spare-9b"
|
||||
msgstr ""
|
||||
|
||||
#: ../fill_tools.h:49
|
||||
msgid "Solid"
|
||||
msgstr ""
|
||||
|
||||
#: ../fill_tools.h:50
|
||||
#, fuzzy
|
||||
#| msgid "Lines"
|
||||
msgid "Linear"
|
||||
msgstr "Lineas"
|
||||
|
||||
#: ../fill_tools.h:51
|
||||
msgid "Radial"
|
||||
msgstr ""
|
||||
|
||||
#: ../fill_tools.h:55
|
||||
#, fuzzy
|
||||
#| msgid "Click in the picture to fill that area with color."
|
||||
msgid "Click to fill an area with a solid color."
|
||||
msgstr "Haz clic en la imagen para rellenar esa área con color."
|
||||
|
||||
#: ../fill_tools.h:56
|
||||
msgid ""
|
||||
"Click and drag to fill an area with a linear gradient (from the chosen color "
|
||||
"to transparent)."
|
||||
msgstr ""
|
||||
|
||||
#: ../fill_tools.h:57
|
||||
msgid ""
|
||||
"Click to fill an area with a radial gradient (from the chosen color to "
|
||||
"transparent)."
|
||||
msgstr ""
|
||||
|
||||
#. Congratulations #1
|
||||
#: ../great.h:37
|
||||
msgid "Great!"
|
||||
|
|
|
|||
34
src/po/et.po
34
src/po/et.po
|
|
@ -11,7 +11,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: Tux Paint\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2021-02-20 17:52-0800\n"
|
||||
"POT-Creation-Date: 2021-02-20 20:40-0800\n"
|
||||
"PO-Revision-Date: 2015-03-07 13:09+0000\n"
|
||||
"Last-Translator: Sven Ollino <sven.ollino@gmail.com>\n"
|
||||
"Language-Team: Estonian (http://www.transifex.com/projects/p/doudoulinux/"
|
||||
|
|
@ -187,6 +187,38 @@ msgstr "<9>spare-9a"
|
|||
msgid "<9>spare-9b"
|
||||
msgstr "<9>spare-9b"
|
||||
|
||||
#: ../fill_tools.h:49
|
||||
msgid "Solid"
|
||||
msgstr ""
|
||||
|
||||
#: ../fill_tools.h:50
|
||||
#, fuzzy
|
||||
#| msgid "Lines"
|
||||
msgid "Linear"
|
||||
msgstr "Jooned"
|
||||
|
||||
#: ../fill_tools.h:51
|
||||
msgid "Radial"
|
||||
msgstr ""
|
||||
|
||||
#: ../fill_tools.h:55
|
||||
#, fuzzy
|
||||
#| msgid "Click in the picture to fill that area with color."
|
||||
msgid "Click to fill an area with a solid color."
|
||||
msgstr "Klõpsa pildil, et täita see ala värviga."
|
||||
|
||||
#: ../fill_tools.h:56
|
||||
msgid ""
|
||||
"Click and drag to fill an area with a linear gradient (from the chosen color "
|
||||
"to transparent)."
|
||||
msgstr ""
|
||||
|
||||
#: ../fill_tools.h:57
|
||||
msgid ""
|
||||
"Click to fill an area with a radial gradient (from the chosen color to "
|
||||
"transparent)."
|
||||
msgstr ""
|
||||
|
||||
#. Congratulations #1
|
||||
#: ../great.h:37
|
||||
msgid "Great!"
|
||||
|
|
|
|||
34
src/po/eu.po
34
src/po/eu.po
|
|
@ -10,7 +10,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: eu\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2021-02-20 17:52-0800\n"
|
||||
"POT-Creation-Date: 2021-02-20 20:40-0800\n"
|
||||
"PO-Revision-Date: 2020-07-30 16:43+0200\n"
|
||||
"Last-Translator: Alexander Gabilondo <alexgabi@irakasle.net>\n"
|
||||
"Language-Team: librezale@librezale.org\n"
|
||||
|
|
@ -184,6 +184,38 @@ msgstr "<9>9a-pieza"
|
|||
msgid "<9>spare-9b"
|
||||
msgstr "<9>9b-pieza"
|
||||
|
||||
#: ../fill_tools.h:49
|
||||
msgid "Solid"
|
||||
msgstr ""
|
||||
|
||||
#: ../fill_tools.h:50
|
||||
#, fuzzy
|
||||
#| msgid "Lines"
|
||||
msgid "Linear"
|
||||
msgstr "Marrak"
|
||||
|
||||
#: ../fill_tools.h:51
|
||||
msgid "Radial"
|
||||
msgstr ""
|
||||
|
||||
#: ../fill_tools.h:55
|
||||
#, fuzzy
|
||||
#| msgid "Click in the picture to fill that area with color."
|
||||
msgid "Click to fill an area with a solid color."
|
||||
msgstr "Klik egin irudian eremu bat kolorez betetzeko."
|
||||
|
||||
#: ../fill_tools.h:56
|
||||
msgid ""
|
||||
"Click and drag to fill an area with a linear gradient (from the chosen color "
|
||||
"to transparent)."
|
||||
msgstr ""
|
||||
|
||||
#: ../fill_tools.h:57
|
||||
msgid ""
|
||||
"Click to fill an area with a radial gradient (from the chosen color to "
|
||||
"transparent)."
|
||||
msgstr ""
|
||||
|
||||
#. Congratulations #1
|
||||
#: ../great.h:37
|
||||
msgid "Great!"
|
||||
|
|
|
|||
34
src/po/fa.po
34
src/po/fa.po
|
|
@ -8,7 +8,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: tuxpaint\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2021-02-20 17:52-0800\n"
|
||||
"POT-Creation-Date: 2021-02-20 20:40-0800\n"
|
||||
"PO-Revision-Date: 2014-11-09 21:17+0330\n"
|
||||
"Last-Translator: snima <unix.nima@gmail.com>\n"
|
||||
"Language-Team: farsi <farinaz.hedayat@gmail.com>\n"
|
||||
|
|
@ -183,6 +183,38 @@ msgstr ""
|
|||
msgid "<9>spare-9b"
|
||||
msgstr ""
|
||||
|
||||
#: ../fill_tools.h:49
|
||||
msgid "Solid"
|
||||
msgstr ""
|
||||
|
||||
#: ../fill_tools.h:50
|
||||
#, fuzzy
|
||||
#| msgid "Lines"
|
||||
msgid "Linear"
|
||||
msgstr "خطوط"
|
||||
|
||||
#: ../fill_tools.h:51
|
||||
msgid "Radial"
|
||||
msgstr ""
|
||||
|
||||
#: ../fill_tools.h:55
|
||||
#, fuzzy
|
||||
#| msgid "Click in the picture to fill that area with color."
|
||||
msgid "Click to fill an area with a solid color."
|
||||
msgstr "روی تصویر کلیک کن تا آن ناحیه با رنگ انتخاب شده پر شود."
|
||||
|
||||
#: ../fill_tools.h:56
|
||||
msgid ""
|
||||
"Click and drag to fill an area with a linear gradient (from the chosen color "
|
||||
"to transparent)."
|
||||
msgstr ""
|
||||
|
||||
#: ../fill_tools.h:57
|
||||
msgid ""
|
||||
"Click to fill an area with a radial gradient (from the chosen color to "
|
||||
"transparent)."
|
||||
msgstr ""
|
||||
|
||||
#. Congratulations #1
|
||||
#: ../great.h:37
|
||||
msgid "Great!"
|
||||
|
|
|
|||
34
src/po/ff.po
34
src/po/ff.po
|
|
@ -7,7 +7,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: tuxpaint\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2021-02-20 17:52-0800\n"
|
||||
"POT-Creation-Date: 2021-02-20 20:40-0800\n"
|
||||
"PO-Revision-Date: 2017-12-03 10:35+0200\n"
|
||||
"Last-Translator: Ibrahima SARR <ibrahima.sarr@pulaagu.com>\n"
|
||||
"Language-Team: FULAH LOCALIZATION\n"
|
||||
|
|
@ -180,6 +180,38 @@ msgstr "<9>spare-9a"
|
|||
msgid "<9>spare-9b"
|
||||
msgstr "<9>spare-9b"
|
||||
|
||||
#: ../fill_tools.h:49
|
||||
msgid "Solid"
|
||||
msgstr ""
|
||||
|
||||
#: ../fill_tools.h:50
|
||||
#, fuzzy
|
||||
#| msgid "Lines"
|
||||
msgid "Linear"
|
||||
msgstr "Diidi"
|
||||
|
||||
#: ../fill_tools.h:51
|
||||
msgid "Radial"
|
||||
msgstr ""
|
||||
|
||||
#: ../fill_tools.h:55
|
||||
#, fuzzy
|
||||
#| msgid "Click in the picture to fill that area with color."
|
||||
msgid "Click to fill an area with a solid color."
|
||||
msgstr "Dobo e natal ngal ngam hebbinde ɗoon goobol."
|
||||
|
||||
#: ../fill_tools.h:56
|
||||
msgid ""
|
||||
"Click and drag to fill an area with a linear gradient (from the chosen color "
|
||||
"to transparent)."
|
||||
msgstr ""
|
||||
|
||||
#: ../fill_tools.h:57
|
||||
msgid ""
|
||||
"Click to fill an area with a radial gradient (from the chosen color to "
|
||||
"transparent)."
|
||||
msgstr ""
|
||||
|
||||
#. Congratulations #1
|
||||
#: ../great.h:37
|
||||
msgid "Great!"
|
||||
|
|
|
|||
34
src/po/fi.po
34
src/po/fi.po
|
|
@ -9,7 +9,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: tuxpaint\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2021-02-20 17:52-0800\n"
|
||||
"POT-Creation-Date: 2021-02-20 20:40-0800\n"
|
||||
"PO-Revision-Date: 2015-10-09 18:00+0200\n"
|
||||
"Last-Translator: inactive\n"
|
||||
"Language-Team: Finnish <translation-team-fi@lists.sourceforge.net>\n"
|
||||
|
|
@ -185,6 +185,38 @@ msgstr "<9>vara-9a"
|
|||
msgid "<9>spare-9b"
|
||||
msgstr "<9>vara-9b"
|
||||
|
||||
#: ../fill_tools.h:49
|
||||
msgid "Solid"
|
||||
msgstr ""
|
||||
|
||||
#: ../fill_tools.h:50
|
||||
#, fuzzy
|
||||
#| msgid "Lines"
|
||||
msgid "Linear"
|
||||
msgstr "Viivat"
|
||||
|
||||
#: ../fill_tools.h:51
|
||||
msgid "Radial"
|
||||
msgstr ""
|
||||
|
||||
#: ../fill_tools.h:55
|
||||
#, fuzzy
|
||||
#| msgid "Click in the picture to fill that area with color."
|
||||
msgid "Click to fill an area with a solid color."
|
||||
msgstr "Napsauta sitä maalauksen aluetta, jota haluat värittää."
|
||||
|
||||
#: ../fill_tools.h:56
|
||||
msgid ""
|
||||
"Click and drag to fill an area with a linear gradient (from the chosen color "
|
||||
"to transparent)."
|
||||
msgstr ""
|
||||
|
||||
#: ../fill_tools.h:57
|
||||
msgid ""
|
||||
"Click to fill an area with a radial gradient (from the chosen color to "
|
||||
"transparent)."
|
||||
msgstr ""
|
||||
|
||||
#. Congratulations #1
|
||||
#: ../great.h:37
|
||||
msgid "Great!"
|
||||
|
|
|
|||
34
src/po/fo.po
34
src/po/fo.po
|
|
@ -5,7 +5,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: Tux Paint 0.9.18\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2021-02-20 17:52-0800\n"
|
||||
"POT-Creation-Date: 2021-02-20 20:40-0800\n"
|
||||
"PO-Revision-Date: 2008-01-18 12:40-0000\n"
|
||||
"Last-Translator: Lis Gøthe í Jákupsstovu <morshus@morshus.com>\n"
|
||||
"Language-Team: Faroese <morshus@morshus.com>\n"
|
||||
|
|
@ -182,6 +182,38 @@ msgstr ""
|
|||
msgid "<9>spare-9b"
|
||||
msgstr ""
|
||||
|
||||
#: ../fill_tools.h:49
|
||||
msgid "Solid"
|
||||
msgstr ""
|
||||
|
||||
#: ../fill_tools.h:50
|
||||
#, fuzzy
|
||||
#| msgid "Lines"
|
||||
msgid "Linear"
|
||||
msgstr "Strikur"
|
||||
|
||||
#: ../fill_tools.h:51
|
||||
msgid "Radial"
|
||||
msgstr ""
|
||||
|
||||
#: ../fill_tools.h:55
|
||||
#, fuzzy
|
||||
#| msgid "Click in the picture to fill that area with color."
|
||||
msgid "Click to fill an area with a solid color."
|
||||
msgstr "Klikkja á myndina til at fylla tað økið við liti."
|
||||
|
||||
#: ../fill_tools.h:56
|
||||
msgid ""
|
||||
"Click and drag to fill an area with a linear gradient (from the chosen color "
|
||||
"to transparent)."
|
||||
msgstr ""
|
||||
|
||||
#: ../fill_tools.h:57
|
||||
msgid ""
|
||||
"Click to fill an area with a radial gradient (from the chosen color to "
|
||||
"transparent)."
|
||||
msgstr ""
|
||||
|
||||
#. Congratulations #1
|
||||
#: ../great.h:37
|
||||
msgid "Great!"
|
||||
|
|
|
|||
34
src/po/fr.po
34
src/po/fr.po
|
|
@ -7,7 +7,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: fr\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2021-02-20 17:52-0800\n"
|
||||
"POT-Creation-Date: 2021-02-20 20:40-0800\n"
|
||||
"PO-Revision-Date: 2020-12-08 10:39+0100\n"
|
||||
"Last-Translator: Chion Jacques <jacques.chion@orange.fr>\n"
|
||||
"Language-Team: <fr@li.org>\n"
|
||||
|
|
@ -180,6 +180,38 @@ msgstr "<9>spare-9a"
|
|||
msgid "<9>spare-9b"
|
||||
msgstr "<9>spare-9b"
|
||||
|
||||
#: ../fill_tools.h:49
|
||||
msgid "Solid"
|
||||
msgstr ""
|
||||
|
||||
#: ../fill_tools.h:50
|
||||
#, fuzzy
|
||||
#| msgid "Lines"
|
||||
msgid "Linear"
|
||||
msgstr "Lignes"
|
||||
|
||||
#: ../fill_tools.h:51
|
||||
msgid "Radial"
|
||||
msgstr ""
|
||||
|
||||
#: ../fill_tools.h:55
|
||||
#, fuzzy
|
||||
#| msgid "Click in the picture to fill that area with color."
|
||||
msgid "Click to fill an area with a solid color."
|
||||
msgstr "Clique sur l'image pour remplir la surface choisie avec une couleur."
|
||||
|
||||
#: ../fill_tools.h:56
|
||||
msgid ""
|
||||
"Click and drag to fill an area with a linear gradient (from the chosen color "
|
||||
"to transparent)."
|
||||
msgstr ""
|
||||
|
||||
#: ../fill_tools.h:57
|
||||
msgid ""
|
||||
"Click to fill an area with a radial gradient (from the chosen color to "
|
||||
"transparent)."
|
||||
msgstr ""
|
||||
|
||||
#. Congratulations #1
|
||||
#: ../great.h:37
|
||||
msgid "Great!"
|
||||
|
|
|
|||
35
src/po/ga.po
35
src/po/ga.po
|
|
@ -7,7 +7,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: tuxpaint\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2021-02-20 17:52-0800\n"
|
||||
"POT-Creation-Date: 2021-02-20 20:40-0800\n"
|
||||
"PO-Revision-Date: 2015-10-09 17:38+0500\n"
|
||||
"Last-Translator: Kevin Scannell <kscanne@gmail.com>\n"
|
||||
"Language-Team: Irish <gaeilge-gnulinux@lists.sourceforge.net>\n"
|
||||
|
|
@ -179,6 +179,39 @@ msgstr "<9>spare-9a"
|
|||
msgid "<9>spare-9b"
|
||||
msgstr "<9>spare-9b"
|
||||
|
||||
#: ../fill_tools.h:49
|
||||
msgid "Solid"
|
||||
msgstr ""
|
||||
|
||||
#: ../fill_tools.h:50
|
||||
#, fuzzy
|
||||
#| msgid "Lines"
|
||||
msgid "Linear"
|
||||
msgstr "Línte"
|
||||
|
||||
#: ../fill_tools.h:51
|
||||
msgid "Radial"
|
||||
msgstr ""
|
||||
|
||||
#: ../fill_tools.h:55
|
||||
#, fuzzy
|
||||
#| msgid "Click in the picture to fill that area with color."
|
||||
msgid "Click to fill an area with a solid color."
|
||||
msgstr ""
|
||||
"Cliceáil sa phictiúr chun an limistéar roghnaithe agat a líonadh le dath."
|
||||
|
||||
#: ../fill_tools.h:56
|
||||
msgid ""
|
||||
"Click and drag to fill an area with a linear gradient (from the chosen color "
|
||||
"to transparent)."
|
||||
msgstr ""
|
||||
|
||||
#: ../fill_tools.h:57
|
||||
msgid ""
|
||||
"Click to fill an area with a radial gradient (from the chosen color to "
|
||||
"transparent)."
|
||||
msgstr ""
|
||||
|
||||
#. Congratulations #1
|
||||
#: ../great.h:37
|
||||
msgid "Great!"
|
||||
|
|
|
|||
34
src/po/gd.po
34
src/po/gd.po
|
|
@ -6,7 +6,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: tuxpaint\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2021-02-20 17:52-0800\n"
|
||||
"POT-Creation-Date: 2021-02-20 20:40-0800\n"
|
||||
"PO-Revision-Date: 2017-12-04 10:50+0100\n"
|
||||
"Last-Translator: GunChleoc <fios@foramnagaidhlig.net>\n"
|
||||
"Language-Team: Fòram na Gàidhlig\n"
|
||||
|
|
@ -181,6 +181,38 @@ msgstr "<9>spare-9a"
|
|||
msgid "<9>spare-9b"
|
||||
msgstr "<9>spare-9b"
|
||||
|
||||
#: ../fill_tools.h:49
|
||||
msgid "Solid"
|
||||
msgstr ""
|
||||
|
||||
#: ../fill_tools.h:50
|
||||
#, fuzzy
|
||||
#| msgid "Lines"
|
||||
msgid "Linear"
|
||||
msgstr "Loidhnichean"
|
||||
|
||||
#: ../fill_tools.h:51
|
||||
msgid "Radial"
|
||||
msgstr ""
|
||||
|
||||
#: ../fill_tools.h:55
|
||||
#, fuzzy
|
||||
#| msgid "Click in the picture to fill that area with color."
|
||||
msgid "Click to fill an area with a solid color."
|
||||
msgstr "Briog anns an dealbh gus roinn a lìonadh le dath."
|
||||
|
||||
#: ../fill_tools.h:56
|
||||
msgid ""
|
||||
"Click and drag to fill an area with a linear gradient (from the chosen color "
|
||||
"to transparent)."
|
||||
msgstr ""
|
||||
|
||||
#: ../fill_tools.h:57
|
||||
msgid ""
|
||||
"Click to fill an area with a radial gradient (from the chosen color to "
|
||||
"transparent)."
|
||||
msgstr ""
|
||||
|
||||
#. Congratulations #1
|
||||
#: ../great.h:37
|
||||
msgid "Great!"
|
||||
|
|
|
|||
34
src/po/gl.po
34
src/po/gl.po
|
|
@ -11,7 +11,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: Tux Paint\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2021-02-20 17:52-0800\n"
|
||||
"POT-Creation-Date: 2021-02-20 20:40-0800\n"
|
||||
"PO-Revision-Date: 2021-01-14 10:01+0100\n"
|
||||
"Last-Translator: Miguel Anxo Bouzada <mbouzada@gmail.com>\n"
|
||||
"Language-Team: Proxecto Trasno <proxecto@trasno.net>\n"
|
||||
|
|
@ -185,6 +185,38 @@ msgstr "<9>spare-9a"
|
|||
msgid "<9>spare-9b"
|
||||
msgstr "<9>spare-9b"
|
||||
|
||||
#: ../fill_tools.h:49
|
||||
msgid "Solid"
|
||||
msgstr ""
|
||||
|
||||
#: ../fill_tools.h:50
|
||||
#, fuzzy
|
||||
#| msgid "Lines"
|
||||
msgid "Linear"
|
||||
msgstr "Liñas"
|
||||
|
||||
#: ../fill_tools.h:51
|
||||
msgid "Radial"
|
||||
msgstr ""
|
||||
|
||||
#: ../fill_tools.h:55
|
||||
#, fuzzy
|
||||
#| msgid "Click in the picture to fill that area with color."
|
||||
msgid "Click to fill an area with a solid color."
|
||||
msgstr "Preme no debuxo para encher unha área con cor."
|
||||
|
||||
#: ../fill_tools.h:56
|
||||
msgid ""
|
||||
"Click and drag to fill an area with a linear gradient (from the chosen color "
|
||||
"to transparent)."
|
||||
msgstr ""
|
||||
|
||||
#: ../fill_tools.h:57
|
||||
msgid ""
|
||||
"Click to fill an area with a radial gradient (from the chosen color to "
|
||||
"transparent)."
|
||||
msgstr ""
|
||||
|
||||
#. Congratulations #1
|
||||
#: ../great.h:37
|
||||
msgid "Great!"
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: tuxpaint 0.9.14\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2021-02-20 17:52-0800\n"
|
||||
"POT-Creation-Date: 2021-02-20 20:40-0800\n"
|
||||
"PO-Revision-Date: 2005-07-26 01:30-0800\n"
|
||||
"Last-Translator: Bill Kendrick <bill@newbreedsoftware.com>\n"
|
||||
"Language-Team: \n"
|
||||
|
|
@ -180,6 +180,38 @@ msgstr ""
|
|||
msgid "<9>spare-9b"
|
||||
msgstr ""
|
||||
|
||||
#: ../fill_tools.h:49
|
||||
msgid "Solid"
|
||||
msgstr ""
|
||||
|
||||
#: ../fill_tools.h:50
|
||||
#, fuzzy
|
||||
#| msgid "Lines"
|
||||
msgid "Linear"
|
||||
msgstr "Lienen"
|
||||
|
||||
#: ../fill_tools.h:51
|
||||
msgid "Radial"
|
||||
msgstr ""
|
||||
|
||||
#: ../fill_tools.h:55
|
||||
#, fuzzy
|
||||
#| msgid "Click in the picture to fill that area with color."
|
||||
msgid "Click to fill an area with a solid color."
|
||||
msgstr "Klik in dien tijken um dat dijl mit kleur te vullen."
|
||||
|
||||
#: ../fill_tools.h:56
|
||||
msgid ""
|
||||
"Click and drag to fill an area with a linear gradient (from the chosen color "
|
||||
"to transparent)."
|
||||
msgstr ""
|
||||
|
||||
#: ../fill_tools.h:57
|
||||
msgid ""
|
||||
"Click to fill an area with a radial gradient (from the chosen color to "
|
||||
"transparent)."
|
||||
msgstr ""
|
||||
|
||||
#. Congratulations #1
|
||||
#: ../great.h:37
|
||||
msgid "Great!"
|
||||
|
|
|
|||
34
src/po/gu.po
34
src/po/gu.po
|
|
@ -7,7 +7,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: tuxpaint\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2021-02-20 17:52-0800\n"
|
||||
"POT-Creation-Date: 2021-02-20 20:40-0800\n"
|
||||
"PO-Revision-Date: 2017-12-31 11:57+0530\n"
|
||||
"Last-Translator: Kartik Mistry <kartik.mistry@gmail.com>\n"
|
||||
"Language-Team: Gujarati <team@utkarsh.org>\n"
|
||||
|
|
@ -179,6 +179,38 @@ msgstr "<9>ખાલી-9a"
|
|||
msgid "<9>spare-9b"
|
||||
msgstr "<9>ખાલી-9b"
|
||||
|
||||
#: ../fill_tools.h:49
|
||||
msgid "Solid"
|
||||
msgstr ""
|
||||
|
||||
#: ../fill_tools.h:50
|
||||
#, fuzzy
|
||||
#| msgid "Lines"
|
||||
msgid "Linear"
|
||||
msgstr "રેખાઓ"
|
||||
|
||||
#: ../fill_tools.h:51
|
||||
msgid "Radial"
|
||||
msgstr ""
|
||||
|
||||
#: ../fill_tools.h:55
|
||||
#, fuzzy
|
||||
#| msgid "Click in the picture to fill that area with color."
|
||||
msgid "Click to fill an area with a solid color."
|
||||
msgstr "તે વિસ્તારને રંગથી ભરવાં માટે ચિત્રમાં ક્લિક કરો."
|
||||
|
||||
#: ../fill_tools.h:56
|
||||
msgid ""
|
||||
"Click and drag to fill an area with a linear gradient (from the chosen color "
|
||||
"to transparent)."
|
||||
msgstr ""
|
||||
|
||||
#: ../fill_tools.h:57
|
||||
msgid ""
|
||||
"Click to fill an area with a radial gradient (from the chosen color to "
|
||||
"transparent)."
|
||||
msgstr ""
|
||||
|
||||
#. Congratulations #1
|
||||
#: ../great.h:37
|
||||
msgid "Great!"
|
||||
|
|
|
|||
34
src/po/he.po
34
src/po/he.po
|
|
@ -10,7 +10,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: he\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2021-02-20 17:52-0800\n"
|
||||
"POT-Creation-Date: 2021-02-20 20:40-0800\n"
|
||||
"PO-Revision-Date: 2009-05-10 21:45+0200\n"
|
||||
"Last-Translator: Jorge Mariano <jmariano@ymail.com>\n"
|
||||
"Language-Team: Hebrew <mdk-hebrew@iglu.org.il>\n"
|
||||
|
|
@ -190,6 +190,38 @@ msgstr ""
|
|||
msgid "<9>spare-9b"
|
||||
msgstr ""
|
||||
|
||||
#: ../fill_tools.h:49
|
||||
msgid "Solid"
|
||||
msgstr ""
|
||||
|
||||
#: ../fill_tools.h:50
|
||||
#, fuzzy
|
||||
#| msgid "Lines"
|
||||
msgid "Linear"
|
||||
msgstr "קווים"
|
||||
|
||||
#: ../fill_tools.h:51
|
||||
msgid "Radial"
|
||||
msgstr ""
|
||||
|
||||
#: ../fill_tools.h:55
|
||||
#, fuzzy
|
||||
#| msgid "Click in the picture to fill that area with color."
|
||||
msgid "Click to fill an area with a solid color."
|
||||
msgstr "לחצי בתוך התמונה למילוי האזור בצבע."
|
||||
|
||||
#: ../fill_tools.h:56
|
||||
msgid ""
|
||||
"Click and drag to fill an area with a linear gradient (from the chosen color "
|
||||
"to transparent)."
|
||||
msgstr ""
|
||||
|
||||
#: ../fill_tools.h:57
|
||||
msgid ""
|
||||
"Click to fill an area with a radial gradient (from the chosen color to "
|
||||
"transparent)."
|
||||
msgstr ""
|
||||
|
||||
#. Congratulations #1
|
||||
#: ../great.h:37
|
||||
msgid "Great!"
|
||||
|
|
|
|||
34
src/po/hi.po
34
src/po/hi.po
|
|
@ -8,7 +8,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: tuxpaint 0.9.14\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2021-02-20 17:52-0800\n"
|
||||
"POT-Creation-Date: 2021-02-20 20:40-0800\n"
|
||||
"PO-Revision-Date: 2014-08-09 02:17+1000\n"
|
||||
"Last-Translator: Ashish Arora <ashish.arora13@gmail.com>\n"
|
||||
"Language-Team: Hindi\n"
|
||||
|
|
@ -183,6 +183,38 @@ msgstr "<9>spare-9a"
|
|||
msgid "<9>spare-9b"
|
||||
msgstr "<9>spare-9b"
|
||||
|
||||
#: ../fill_tools.h:49
|
||||
msgid "Solid"
|
||||
msgstr ""
|
||||
|
||||
#: ../fill_tools.h:50
|
||||
#, fuzzy
|
||||
#| msgid "Lines"
|
||||
msgid "Linear"
|
||||
msgstr "रेखाऍं"
|
||||
|
||||
#: ../fill_tools.h:51
|
||||
msgid "Radial"
|
||||
msgstr ""
|
||||
|
||||
#: ../fill_tools.h:55
|
||||
#, fuzzy
|
||||
#| msgid "Click in the picture to fill that area with color."
|
||||
msgid "Click to fill an area with a solid color."
|
||||
msgstr "रंग भरो"
|
||||
|
||||
#: ../fill_tools.h:56
|
||||
msgid ""
|
||||
"Click and drag to fill an area with a linear gradient (from the chosen color "
|
||||
"to transparent)."
|
||||
msgstr ""
|
||||
|
||||
#: ../fill_tools.h:57
|
||||
msgid ""
|
||||
"Click to fill an area with a radial gradient (from the chosen color to "
|
||||
"transparent)."
|
||||
msgstr ""
|
||||
|
||||
#. Congratulations #1
|
||||
#: ../great.h:37
|
||||
msgid "Great!"
|
||||
|
|
|
|||
34
src/po/hr.po
34
src/po/hr.po
|
|
@ -8,7 +8,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: tuxpaint\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2021-02-20 17:52-0800\n"
|
||||
"POT-Creation-Date: 2021-02-20 20:40-0800\n"
|
||||
"PO-Revision-Date: 2017-12-26 10:53+0100\n"
|
||||
"Last-Translator: Paulo Pavačić <pavacic.p@gmail.com>\n"
|
||||
"Language-Team: none\n"
|
||||
|
|
@ -180,6 +180,38 @@ msgstr "<9>spare-9a"
|
|||
msgid "<9>spare-9b"
|
||||
msgstr "<9>spare-9b"
|
||||
|
||||
#: ../fill_tools.h:49
|
||||
msgid "Solid"
|
||||
msgstr ""
|
||||
|
||||
#: ../fill_tools.h:50
|
||||
#, fuzzy
|
||||
#| msgid "Lines"
|
||||
msgid "Linear"
|
||||
msgstr "Pravci"
|
||||
|
||||
#: ../fill_tools.h:51
|
||||
msgid "Radial"
|
||||
msgstr ""
|
||||
|
||||
#: ../fill_tools.h:55
|
||||
#, 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 crtež da popuniš taj dio crteža bojom."
|
||||
|
||||
#: ../fill_tools.h:56
|
||||
msgid ""
|
||||
"Click and drag to fill an area with a linear gradient (from the chosen color "
|
||||
"to transparent)."
|
||||
msgstr ""
|
||||
|
||||
#: ../fill_tools.h:57
|
||||
msgid ""
|
||||
"Click to fill an area with a radial gradient (from the chosen color to "
|
||||
"transparent)."
|
||||
msgstr ""
|
||||
|
||||
#. Congratulations #1
|
||||
#: ../great.h:37
|
||||
msgid "Great!"
|
||||
|
|
|
|||
34
src/po/hu.po
34
src/po/hu.po
|
|
@ -9,7 +9,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: tuxpaint\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2021-02-20 17:52-0800\n"
|
||||
"POT-Creation-Date: 2021-02-20 20:40-0800\n"
|
||||
"PO-Revision-Date: 2014-06-28 12:48+0200\n"
|
||||
"Last-Translator: Dr. Nagy Elemér Károly <eknagy@omikk.bme.hu>\n"
|
||||
"Language-Team: Hungarian <debian-l10n-hungarian@lists.d.o>\n"
|
||||
|
|
@ -184,6 +184,38 @@ msgstr "áíűőüöúóé"
|
|||
msgid "<9>spare-9b"
|
||||
msgstr "ÁÍŰŐÜÖÓÉ"
|
||||
|
||||
#: ../fill_tools.h:49
|
||||
msgid "Solid"
|
||||
msgstr ""
|
||||
|
||||
#: ../fill_tools.h:50
|
||||
#, fuzzy
|
||||
#| msgid "Lines"
|
||||
msgid "Linear"
|
||||
msgstr "Vonalak"
|
||||
|
||||
#: ../fill_tools.h:51
|
||||
msgid "Radial"
|
||||
msgstr ""
|
||||
|
||||
#: ../fill_tools.h:55
|
||||
#, fuzzy
|
||||
#| msgid "Click in the picture to fill that area with color."
|
||||
msgid "Click to fill an area with a solid color."
|
||||
msgstr "Kattints oda a rajzodon, ahol ki szeretnéd tölteni a színnel!"
|
||||
|
||||
#: ../fill_tools.h:56
|
||||
msgid ""
|
||||
"Click and drag to fill an area with a linear gradient (from the chosen color "
|
||||
"to transparent)."
|
||||
msgstr ""
|
||||
|
||||
#: ../fill_tools.h:57
|
||||
msgid ""
|
||||
"Click to fill an area with a radial gradient (from the chosen color to "
|
||||
"transparent)."
|
||||
msgstr ""
|
||||
|
||||
#. Congratulations #1
|
||||
#: ../great.h:37
|
||||
msgid "Great!"
|
||||
|
|
|
|||
34
src/po/hy.po
34
src/po/hy.po
|
|
@ -7,7 +7,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: 1.8\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2021-02-20 17:52-0800\n"
|
||||
"POT-Creation-Date: 2021-02-20 20:40-0800\n"
|
||||
"PO-Revision-Date: 2014-03-22 11:39+0400\n"
|
||||
"Last-Translator: Aram Palyan <ararat.info@gmail.com>\n"
|
||||
"Language-Team: Armenian <ararat.info@gmail.com>\n"
|
||||
|
|
@ -184,6 +184,38 @@ msgstr "<9>պահեստային-9a"
|
|||
msgid "<9>spare-9b"
|
||||
msgstr "<9>պահեստային-9b"
|
||||
|
||||
#: ../fill_tools.h:49
|
||||
msgid "Solid"
|
||||
msgstr ""
|
||||
|
||||
#: ../fill_tools.h:50
|
||||
#, fuzzy
|
||||
#| msgid "Lines"
|
||||
msgid "Linear"
|
||||
msgstr "Գծեր"
|
||||
|
||||
#: ../fill_tools.h:51
|
||||
msgid "Radial"
|
||||
msgstr ""
|
||||
|
||||
#: ../fill_tools.h:55
|
||||
#, fuzzy
|
||||
#| msgid "Click in the picture to fill that area with color."
|
||||
msgid "Click to fill an area with a solid color."
|
||||
msgstr "Սեղմիր նկարի վրա, այդ հատվածը գույնով լցնելու համար:"
|
||||
|
||||
#: ../fill_tools.h:56
|
||||
msgid ""
|
||||
"Click and drag to fill an area with a linear gradient (from the chosen color "
|
||||
"to transparent)."
|
||||
msgstr ""
|
||||
|
||||
#: ../fill_tools.h:57
|
||||
msgid ""
|
||||
"Click to fill an area with a radial gradient (from the chosen color to "
|
||||
"transparent)."
|
||||
msgstr ""
|
||||
|
||||
#. Congratulations #1
|
||||
#: ../great.h:37
|
||||
msgid "Great!"
|
||||
|
|
|
|||
34
src/po/id.po
34
src/po/id.po
|
|
@ -6,7 +6,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2021-02-20 17:52-0800\n"
|
||||
"POT-Creation-Date: 2021-02-20 20:40-0800\n"
|
||||
"PO-Revision-Date: 2017-12-09 04:22+0000\n"
|
||||
"Last-Translator: Teuku Surya <tsuryafajri@gmail.com>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
|
|
@ -182,6 +182,38 @@ msgstr "<9>spare-9a"
|
|||
msgid "<9>spare-9b"
|
||||
msgstr "<9>spare-9b"
|
||||
|
||||
#: ../fill_tools.h:49
|
||||
msgid "Solid"
|
||||
msgstr ""
|
||||
|
||||
#: ../fill_tools.h:50
|
||||
#, fuzzy
|
||||
#| msgid "Lines"
|
||||
msgid "Linear"
|
||||
msgstr "Garis"
|
||||
|
||||
#: ../fill_tools.h:51
|
||||
msgid "Radial"
|
||||
msgstr ""
|
||||
|
||||
#: ../fill_tools.h:55
|
||||
#, fuzzy
|
||||
#| msgid "Click in the picture to fill that area with color."
|
||||
msgid "Click to fill an area with a solid color."
|
||||
msgstr "Klik dalam gambar untuk mengisi area dengan warna."
|
||||
|
||||
#: ../fill_tools.h:56
|
||||
msgid ""
|
||||
"Click and drag to fill an area with a linear gradient (from the chosen color "
|
||||
"to transparent)."
|
||||
msgstr ""
|
||||
|
||||
#: ../fill_tools.h:57
|
||||
msgid ""
|
||||
"Click to fill an area with a radial gradient (from the chosen color to "
|
||||
"transparent)."
|
||||
msgstr ""
|
||||
|
||||
#. Congratulations #1
|
||||
#: ../great.h:37
|
||||
msgid "Great!"
|
||||
|
|
|
|||
34
src/po/is.po
34
src/po/is.po
|
|
@ -9,7 +9,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: tuxpaint\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2021-02-20 17:52-0800\n"
|
||||
"POT-Creation-Date: 2021-02-20 20:40-0800\n"
|
||||
"PO-Revision-Date: 2020-12-10 14:59+0000\n"
|
||||
"Last-Translator: Sveinn í Felli <sv1@fellsnet.is>\n"
|
||||
"Language-Team: Icelandic <translation-team-is@lists.sourceforge.net>\n"
|
||||
|
|
@ -183,6 +183,38 @@ msgstr "ðéíóúþæö"
|
|||
msgid "<9>spare-9b"
|
||||
msgstr "ÐÉÍÓÚÞÆÖ"
|
||||
|
||||
#: ../fill_tools.h:49
|
||||
msgid "Solid"
|
||||
msgstr ""
|
||||
|
||||
#: ../fill_tools.h:50
|
||||
#, fuzzy
|
||||
#| msgid "Lines"
|
||||
msgid "Linear"
|
||||
msgstr "Línur"
|
||||
|
||||
#: ../fill_tools.h:51
|
||||
msgid "Radial"
|
||||
msgstr ""
|
||||
|
||||
#: ../fill_tools.h:55
|
||||
#, fuzzy
|
||||
#| msgid "Click in the picture to fill that area with color."
|
||||
msgid "Click to fill an area with a solid color."
|
||||
msgstr "Smelltu og hreyfðu músina til að fylla svæðið með lit."
|
||||
|
||||
#: ../fill_tools.h:56
|
||||
msgid ""
|
||||
"Click and drag to fill an area with a linear gradient (from the chosen color "
|
||||
"to transparent)."
|
||||
msgstr ""
|
||||
|
||||
#: ../fill_tools.h:57
|
||||
msgid ""
|
||||
"Click to fill an area with a radial gradient (from the chosen color to "
|
||||
"transparent)."
|
||||
msgstr ""
|
||||
|
||||
#. Congratulations #1
|
||||
#: ../great.h:37
|
||||
msgid "Great!"
|
||||
|
|
|
|||
34
src/po/it.po
34
src/po/it.po
|
|
@ -8,7 +8,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: TuxPaint 0.9.23\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2021-02-20 17:52-0800\n"
|
||||
"POT-Creation-Date: 2021-02-20 20:40-0800\n"
|
||||
"PO-Revision-Date: 2017-12-18 09:15+0000\n"
|
||||
"Last-Translator: Flavio Pastore <ironbishop@fsfe.org>\n"
|
||||
"Language-Team: Italian\n"
|
||||
|
|
@ -203,6 +203,38 @@ msgstr "èòàì"
|
|||
msgid "<9>spare-9b"
|
||||
msgstr "ÈÒÀÌ"
|
||||
|
||||
#: ../fill_tools.h:49
|
||||
msgid "Solid"
|
||||
msgstr ""
|
||||
|
||||
#: ../fill_tools.h:50
|
||||
#, fuzzy
|
||||
#| msgid "Lines"
|
||||
msgid "Linear"
|
||||
msgstr "Linee"
|
||||
|
||||
#: ../fill_tools.h:51
|
||||
msgid "Radial"
|
||||
msgstr ""
|
||||
|
||||
#: ../fill_tools.h:55
|
||||
#, fuzzy
|
||||
#| msgid "Click in the picture to fill that area with color."
|
||||
msgid "Click to fill an area with a solid color."
|
||||
msgstr "Fai clic per riempire l'area di colore."
|
||||
|
||||
#: ../fill_tools.h:56
|
||||
msgid ""
|
||||
"Click and drag to fill an area with a linear gradient (from the chosen color "
|
||||
"to transparent)."
|
||||
msgstr ""
|
||||
|
||||
#: ../fill_tools.h:57
|
||||
msgid ""
|
||||
"Click to fill an area with a radial gradient (from the chosen color to "
|
||||
"transparent)."
|
||||
msgstr ""
|
||||
|
||||
#. Congratulations #1
|
||||
#: ../great.h:37
|
||||
msgid "Great!"
|
||||
|
|
|
|||
34
src/po/iu.po
34
src/po/iu.po
|
|
@ -7,7 +7,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: Tuxpaint Inuktitut\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2021-02-20 17:52-0800\n"
|
||||
"POT-Creation-Date: 2021-02-20 20:40-0800\n"
|
||||
"PO-Revision-Date: 2013-07-04 16:05-0500\n"
|
||||
"Last-Translator: Harvey Ginter <harveyginter@gmail.com>\n"
|
||||
"Language-Team: LANGUAGE <harveyginter@gmail.com>\n"
|
||||
|
|
@ -182,6 +182,38 @@ msgstr ""
|
|||
msgid "<9>spare-9b"
|
||||
msgstr ""
|
||||
|
||||
#: ../fill_tools.h:49
|
||||
msgid "Solid"
|
||||
msgstr ""
|
||||
|
||||
#: ../fill_tools.h:50
|
||||
#, fuzzy
|
||||
#| msgid "Lines"
|
||||
msgid "Linear"
|
||||
msgstr "ᑎᑦᑕᑯᑖᑦ"
|
||||
|
||||
#: ../fill_tools.h:51
|
||||
msgid "Radial"
|
||||
msgstr ""
|
||||
|
||||
#: ../fill_tools.h:55
|
||||
#, fuzzy
|
||||
#| msgid "Click in the picture to fill that area with color."
|
||||
msgid "Click to fill an area with a solid color."
|
||||
msgstr "ᐊᑦᔨᖑᐊᕐᒦᑐᖅ ᓇᕐᓂᓗᒍ ᓇᕐᓂᑌ ᑕᕐᓯᑐᕐᓗᒍ."
|
||||
|
||||
#: ../fill_tools.h:56
|
||||
msgid ""
|
||||
"Click and drag to fill an area with a linear gradient (from the chosen color "
|
||||
"to transparent)."
|
||||
msgstr ""
|
||||
|
||||
#: ../fill_tools.h:57
|
||||
msgid ""
|
||||
"Click to fill an area with a radial gradient (from the chosen color to "
|
||||
"transparent)."
|
||||
msgstr ""
|
||||
|
||||
#. Congratulations #1
|
||||
#: ../great.h:37
|
||||
msgid "Great!"
|
||||
|
|
|
|||
34
src/po/ja.po
34
src/po/ja.po
|
|
@ -7,7 +7,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: tuxpaint 0.9.23\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2021-02-20 17:52-0800\n"
|
||||
"POT-Creation-Date: 2021-02-20 20:40-0800\n"
|
||||
"PO-Revision-Date: 2020-08-19 20:56+0900\n"
|
||||
"Last-Translator: Shin-ichi TOYAMA <shin1@wmail.plala.or.jp>\n"
|
||||
"Language-Team: japanese <shin1@wmail.plala.or.jp>\n"
|
||||
|
|
@ -180,6 +180,38 @@ msgstr "<9>spare-9a"
|
|||
msgid "<9>spare-9b"
|
||||
msgstr "<9>spare-9b"
|
||||
|
||||
#: ../fill_tools.h:49
|
||||
msgid "Solid"
|
||||
msgstr ""
|
||||
|
||||
#: ../fill_tools.h:50
|
||||
#, fuzzy
|
||||
#| msgid "Lines"
|
||||
msgid "Linear"
|
||||
msgstr "せん"
|
||||
|
||||
#: ../fill_tools.h:51
|
||||
msgid "Radial"
|
||||
msgstr ""
|
||||
|
||||
#: ../fill_tools.h:55
|
||||
#, fuzzy
|
||||
#| msgid "Click in the picture to fill that area with color."
|
||||
msgid "Click to fill an area with a solid color."
|
||||
msgstr "いろで ぬりつぶしたいところを クリックしてね。"
|
||||
|
||||
#: ../fill_tools.h:56
|
||||
msgid ""
|
||||
"Click and drag to fill an area with a linear gradient (from the chosen color "
|
||||
"to transparent)."
|
||||
msgstr ""
|
||||
|
||||
#: ../fill_tools.h:57
|
||||
msgid ""
|
||||
"Click to fill an area with a radial gradient (from the chosen color to "
|
||||
"transparent)."
|
||||
msgstr ""
|
||||
|
||||
#. Congratulations #1
|
||||
#: ../great.h:37
|
||||
msgid "Great!"
|
||||
|
|
|
|||
34
src/po/ka.po
34
src/po/ka.po
|
|
@ -7,7 +7,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: TuxPaint\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2021-02-20 17:52-0800\n"
|
||||
"POT-Creation-Date: 2021-02-20 20:40-0800\n"
|
||||
"PO-Revision-Date: 2017-12-20 13:24+0400\n"
|
||||
"Last-Translator: Giasher <giasher@gmail.com>\n"
|
||||
"Language-Team: Gia Shervashidze <giasher@gmail.com>\n"
|
||||
|
|
@ -182,6 +182,38 @@ msgstr "<9>სათადარიგო-9a"
|
|||
msgid "<9>spare-9b"
|
||||
msgstr "<9>სათადარიგო-9b"
|
||||
|
||||
#: ../fill_tools.h:49
|
||||
msgid "Solid"
|
||||
msgstr ""
|
||||
|
||||
#: ../fill_tools.h:50
|
||||
#, fuzzy
|
||||
#| msgid "Lines"
|
||||
msgid "Linear"
|
||||
msgstr "ხაზები"
|
||||
|
||||
#: ../fill_tools.h:51
|
||||
msgid "Radial"
|
||||
msgstr ""
|
||||
|
||||
#: ../fill_tools.h:55
|
||||
#, fuzzy
|
||||
#| msgid "Click in the picture to fill that area with color."
|
||||
msgid "Click to fill an area with a solid color."
|
||||
msgstr "დაწკაპეთ ამ არეში ფერის ჩასასხმელად."
|
||||
|
||||
#: ../fill_tools.h:56
|
||||
msgid ""
|
||||
"Click and drag to fill an area with a linear gradient (from the chosen color "
|
||||
"to transparent)."
|
||||
msgstr ""
|
||||
|
||||
#: ../fill_tools.h:57
|
||||
msgid ""
|
||||
"Click to fill an area with a radial gradient (from the chosen color to "
|
||||
"transparent)."
|
||||
msgstr ""
|
||||
|
||||
#. Congratulations #1
|
||||
#: ../great.h:37
|
||||
msgid "Great!"
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: kab\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2021-02-20 17:52-0800\n"
|
||||
"POT-Creation-Date: 2021-02-20 20:40-0800\n"
|
||||
"PO-Revision-Date: 2017-12-23 23:11+0100\n"
|
||||
"Last-Translator: Yacine Bouklif <yacine_tizi2003@yahoo.fr>\n"
|
||||
"Language-Team: \n"
|
||||
|
|
@ -180,6 +180,38 @@ msgstr "<9>spare-9a"
|
|||
msgid "<9>spare-9b"
|
||||
msgstr "<9>spare-9b"
|
||||
|
||||
#: ../fill_tools.h:49
|
||||
msgid "Solid"
|
||||
msgstr ""
|
||||
|
||||
#: ../fill_tools.h:50
|
||||
#, fuzzy
|
||||
#| msgid "Lines"
|
||||
msgid "Linear"
|
||||
msgstr "Izirigen"
|
||||
|
||||
#: ../fill_tools.h:51
|
||||
msgid "Radial"
|
||||
msgstr ""
|
||||
|
||||
#: ../fill_tools.h:55
|
||||
#, fuzzy
|
||||
#| msgid "Click in the picture to fill that area with color."
|
||||
msgid "Click to fill an area with a solid color."
|
||||
msgstr "Ssed ɣef tugna iwakken ad taččareḍ tamnaḍt-nni s yini."
|
||||
|
||||
#: ../fill_tools.h:56
|
||||
msgid ""
|
||||
"Click and drag to fill an area with a linear gradient (from the chosen color "
|
||||
"to transparent)."
|
||||
msgstr ""
|
||||
|
||||
#: ../fill_tools.h:57
|
||||
msgid ""
|
||||
"Click to fill an area with a radial gradient (from the chosen color to "
|
||||
"transparent)."
|
||||
msgstr ""
|
||||
|
||||
#. Congratulations #1
|
||||
#: ../great.h:37
|
||||
msgid "Great!"
|
||||
|
|
|
|||
34
src/po/km.po
34
src/po/km.po
|
|
@ -8,7 +8,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: tuxpaint\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2021-02-20 17:52-0800\n"
|
||||
"POT-Creation-Date: 2021-02-20 20:40-0800\n"
|
||||
"PO-Revision-Date: 2008-05-30 15:41+0700\n"
|
||||
"Last-Translator: Khoem Sokhem <khoemsokhem@khmeros.info>\n"
|
||||
"Language-Team: Khmer <support@khmeros.info>\n"
|
||||
|
|
@ -184,6 +184,38 @@ msgstr ""
|
|||
msgid "<9>spare-9b"
|
||||
msgstr ""
|
||||
|
||||
#: ../fill_tools.h:49
|
||||
msgid "Solid"
|
||||
msgstr ""
|
||||
|
||||
#: ../fill_tools.h:50
|
||||
#, fuzzy
|
||||
#| msgid "Lines"
|
||||
msgid "Linear"
|
||||
msgstr "បន្ទាត់"
|
||||
|
||||
#: ../fill_tools.h:51
|
||||
msgid "Radial"
|
||||
msgstr ""
|
||||
|
||||
#: ../fill_tools.h:55
|
||||
#, fuzzy
|
||||
#| msgid "Click in the picture to fill that area with color."
|
||||
msgid "Click to fill an area with a solid color."
|
||||
msgstr "ចុចក្នុងរូបភាព ដើម្បីបំពេញពណ៌ក្នុងផ្ទៃនោះ ។"
|
||||
|
||||
#: ../fill_tools.h:56
|
||||
msgid ""
|
||||
"Click and drag to fill an area with a linear gradient (from the chosen color "
|
||||
"to transparent)."
|
||||
msgstr ""
|
||||
|
||||
#: ../fill_tools.h:57
|
||||
msgid ""
|
||||
"Click to fill an area with a radial gradient (from the chosen color to "
|
||||
"transparent)."
|
||||
msgstr ""
|
||||
|
||||
#. Congratulations #1
|
||||
#: ../great.h:37
|
||||
msgid "Great!"
|
||||
|
|
|
|||
34
src/po/kn.po
34
src/po/kn.po
|
|
@ -7,7 +7,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: tuxpaint\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2021-02-20 17:52-0800\n"
|
||||
"POT-Creation-Date: 2021-02-20 20:40-0800\n"
|
||||
"PO-Revision-Date: 2014-06-08 23:43+0630\n"
|
||||
"Last-Translator: Savitha <savithasprasad@yahoo.com>\n"
|
||||
"Language-Team: Kannada <kde-i18n-doc@kde.org>\n"
|
||||
|
|
@ -183,6 +183,38 @@ msgstr "<9>ಸ್ಪೇರ್-9a"
|
|||
msgid "<9>spare-9b"
|
||||
msgstr "<9>ಸ್ಪೇರ್-9b"
|
||||
|
||||
#: ../fill_tools.h:49
|
||||
msgid "Solid"
|
||||
msgstr ""
|
||||
|
||||
#: ../fill_tools.h:50
|
||||
#, fuzzy
|
||||
#| msgid "Lines"
|
||||
msgid "Linear"
|
||||
msgstr "ರೇಖೆಗಳು"
|
||||
|
||||
#: ../fill_tools.h:51
|
||||
msgid "Radial"
|
||||
msgstr ""
|
||||
|
||||
#: ../fill_tools.h:55
|
||||
#, fuzzy
|
||||
#| msgid "Click in the picture to fill that area with color."
|
||||
msgid "Click to fill an area with a solid color."
|
||||
msgstr "ಚಿತ್ರದ ಆ ಜಾಗದಲ್ಲಿ ಬಣ್ಣವನ್ನು ತುಂಬಿಸಲು ಅಲ್ಲಿ ಕ್ಲಿಕ್ ಮಾಡಿ."
|
||||
|
||||
#: ../fill_tools.h:56
|
||||
msgid ""
|
||||
"Click and drag to fill an area with a linear gradient (from the chosen color "
|
||||
"to transparent)."
|
||||
msgstr ""
|
||||
|
||||
#: ../fill_tools.h:57
|
||||
msgid ""
|
||||
"Click to fill an area with a radial gradient (from the chosen color to "
|
||||
"transparent)."
|
||||
msgstr ""
|
||||
|
||||
#. Congratulations #1
|
||||
#: ../great.h:37
|
||||
msgid "Great!"
|
||||
|
|
|
|||
34
src/po/ko.po
34
src/po/ko.po
|
|
@ -8,7 +8,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: tuxpaint\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2021-02-20 17:52-0800\n"
|
||||
"POT-Creation-Date: 2021-02-20 20:40-0800\n"
|
||||
"PO-Revision-Date: 2015-10-09 20:33-0400\n"
|
||||
"Last-Translator: Mark K. Kim <mkkim214@gmail.com>\n"
|
||||
"Language-Team: N/A\n"
|
||||
|
|
@ -180,6 +180,38 @@ msgstr "<9>spare-9a"
|
|||
msgid "<9>spare-9b"
|
||||
msgstr "<9>spare-9b"
|
||||
|
||||
#: ../fill_tools.h:49
|
||||
msgid "Solid"
|
||||
msgstr ""
|
||||
|
||||
#: ../fill_tools.h:50
|
||||
#, fuzzy
|
||||
#| msgid "Lines"
|
||||
msgid "Linear"
|
||||
msgstr "줄"
|
||||
|
||||
#: ../fill_tools.h:51
|
||||
msgid "Radial"
|
||||
msgstr ""
|
||||
|
||||
#: ../fill_tools.h:55
|
||||
#, fuzzy
|
||||
#| msgid "Click in the picture to fill that area with color."
|
||||
msgid "Click to fill an area with a solid color."
|
||||
msgstr "마우스를 누르면 물통을 엎을 수 있어요!"
|
||||
|
||||
#: ../fill_tools.h:56
|
||||
msgid ""
|
||||
"Click and drag to fill an area with a linear gradient (from the chosen color "
|
||||
"to transparent)."
|
||||
msgstr ""
|
||||
|
||||
#: ../fill_tools.h:57
|
||||
msgid ""
|
||||
"Click to fill an area with a radial gradient (from the chosen color to "
|
||||
"transparent)."
|
||||
msgstr ""
|
||||
|
||||
#. Congratulations #1
|
||||
#: ../great.h:37
|
||||
msgid "Great!"
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: en_gb\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2021-02-20 17:52-0800\n"
|
||||
"POT-Creation-Date: 2021-02-20 20:40-0800\n"
|
||||
"PO-Revision-Date: 2014-05-19 23:18+0200\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: \n"
|
||||
|
|
@ -184,6 +184,38 @@ msgstr "<9>spare-9a"
|
|||
msgid "<9>spare-9b"
|
||||
msgstr "<9>spare-9b"
|
||||
|
||||
#: ../fill_tools.h:49
|
||||
msgid "Solid"
|
||||
msgstr ""
|
||||
|
||||
#: ../fill_tools.h:50
|
||||
#, fuzzy
|
||||
#| msgid "Lines"
|
||||
msgid "Linear"
|
||||
msgstr "वळी"
|
||||
|
||||
#: ../fill_tools.h:51
|
||||
msgid "Radial"
|
||||
msgstr ""
|
||||
|
||||
#: ../fill_tools.h:55
|
||||
#, fuzzy
|
||||
#| msgid "Click in the picture to fill that area with color."
|
||||
msgid "Click to fill an area with a solid color."
|
||||
msgstr "पिंतुर रंगान भरूंक, ताच्या क्षेत्राचेर क्लिक करचें."
|
||||
|
||||
#: ../fill_tools.h:56
|
||||
msgid ""
|
||||
"Click and drag to fill an area with a linear gradient (from the chosen color "
|
||||
"to transparent)."
|
||||
msgstr ""
|
||||
|
||||
#: ../fill_tools.h:57
|
||||
msgid ""
|
||||
"Click to fill an area with a radial gradient (from the chosen color to "
|
||||
"transparent)."
|
||||
msgstr ""
|
||||
|
||||
#. Congratulations #1
|
||||
#: ../great.h:37
|
||||
msgid "Great!"
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2021-02-20 17:52-0800\n"
|
||||
"POT-Creation-Date: 2021-02-20 20:40-0800\n"
|
||||
"PO-Revision-Date: 2012-05-11 18:00+0530\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
|
|
@ -182,6 +182,38 @@ msgstr "<9>spare-9a"
|
|||
msgid "<9>spare-9b"
|
||||
msgstr "<9>spare-9b"
|
||||
|
||||
#: ../fill_tools.h:49
|
||||
msgid "Solid"
|
||||
msgstr ""
|
||||
|
||||
#: ../fill_tools.h:50
|
||||
#, fuzzy
|
||||
#| msgid "Lines"
|
||||
msgid "Linear"
|
||||
msgstr "volli"
|
||||
|
||||
#: ../fill_tools.h:51
|
||||
msgid "Radial"
|
||||
msgstr ""
|
||||
|
||||
#: ../fill_tools.h:55
|
||||
#, fuzzy
|
||||
#| msgid "Click in the picture to fill that area with color."
|
||||
msgid "Click to fill an area with a solid color."
|
||||
msgstr " Ti suvat rongant bhorunk pintura bhitor klik kor "
|
||||
|
||||
#: ../fill_tools.h:56
|
||||
msgid ""
|
||||
"Click and drag to fill an area with a linear gradient (from the chosen color "
|
||||
"to transparent)."
|
||||
msgstr ""
|
||||
|
||||
#: ../fill_tools.h:57
|
||||
msgid ""
|
||||
"Click to fill an area with a radial gradient (from the chosen color to "
|
||||
"transparent)."
|
||||
msgstr ""
|
||||
|
||||
#. Congratulations #1
|
||||
#: ../great.h:37
|
||||
msgid "Great!"
|
||||
|
|
|
|||
34
src/po/ks.po
34
src/po/ks.po
|
|
@ -7,7 +7,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2021-02-20 17:52-0800\n"
|
||||
"POT-Creation-Date: 2021-02-20 20:40-0800\n"
|
||||
"PO-Revision-Date: 2012-01-02 11:36+0530\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Kashmiri-PA\n"
|
||||
|
|
@ -181,6 +181,38 @@ msgstr "<9>spare-9a"
|
|||
msgid "<9>spare-9b"
|
||||
msgstr "<9>spare-9b"
|
||||
|
||||
#: ../fill_tools.h:49
|
||||
msgid "Solid"
|
||||
msgstr ""
|
||||
|
||||
#: ../fill_tools.h:50
|
||||
#, fuzzy
|
||||
#| msgid "Lines"
|
||||
msgid "Linear"
|
||||
msgstr "رٕکھہٕ"
|
||||
|
||||
#: ../fill_tools.h:51
|
||||
msgid "Radial"
|
||||
msgstr ""
|
||||
|
||||
#: ../fill_tools.h:55
|
||||
#, fuzzy
|
||||
#| msgid "Click in the picture to fill that area with color."
|
||||
msgid "Click to fill an area with a solid color."
|
||||
msgstr "تصویر منٛز کٔریو کلِک سُہ علاقہٕ رنٛگ ست۪ی بھرنہٕ خٲطرٕ۔"
|
||||
|
||||
#: ../fill_tools.h:56
|
||||
msgid ""
|
||||
"Click and drag to fill an area with a linear gradient (from the chosen color "
|
||||
"to transparent)."
|
||||
msgstr ""
|
||||
|
||||
#: ../fill_tools.h:57
|
||||
msgid ""
|
||||
"Click to fill an area with a radial gradient (from the chosen color to "
|
||||
"transparent)."
|
||||
msgstr ""
|
||||
|
||||
#. Congratulations #1
|
||||
#: ../great.h:37
|
||||
msgid "Great!"
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2021-02-20 17:52-0800\n"
|
||||
"POT-Creation-Date: 2021-02-20 20:40-0800\n"
|
||||
"PO-Revision-Date: 2012-12-21 11:04+0530\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Kashmiri-DV\n"
|
||||
|
|
@ -182,6 +182,38 @@ msgstr "<9> सुपयर-9a"
|
|||
msgid "<9>spare-9b"
|
||||
msgstr "<9> सुपयर-9a"
|
||||
|
||||
#: ../fill_tools.h:49
|
||||
msgid "Solid"
|
||||
msgstr ""
|
||||
|
||||
#: ../fill_tools.h:50
|
||||
#, fuzzy
|
||||
#| msgid "Lines"
|
||||
msgid "Linear"
|
||||
msgstr "लायनॆ"
|
||||
|
||||
#: ../fill_tools.h:51
|
||||
msgid "Radial"
|
||||
msgstr ""
|
||||
|
||||
#: ../fill_tools.h:55
|
||||
#, fuzzy
|
||||
#| msgid "Click in the picture to fill that area with color."
|
||||
msgid "Click to fill an area with a solid color."
|
||||
msgstr "सु रकबो रंग सॊत बरनॊ बापत कॊरीव तसविर मंज़ कोलोक."
|
||||
|
||||
#: ../fill_tools.h:56
|
||||
msgid ""
|
||||
"Click and drag to fill an area with a linear gradient (from the chosen color "
|
||||
"to transparent)."
|
||||
msgstr ""
|
||||
|
||||
#: ../fill_tools.h:57
|
||||
msgid ""
|
||||
"Click to fill an area with a radial gradient (from the chosen color to "
|
||||
"transparent)."
|
||||
msgstr ""
|
||||
|
||||
#. Congratulations #1
|
||||
#: ../great.h:37
|
||||
msgid "Great!"
|
||||
|
|
|
|||
34
src/po/ku.po
34
src/po/ku.po
|
|
@ -6,7 +6,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: ku\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2021-02-20 17:52-0800\n"
|
||||
"POT-Creation-Date: 2021-02-20 20:40-0800\n"
|
||||
"PO-Revision-Date: 2009-05-25 12:52+0300\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: en_US <kde-i18n-doc@kde.org>\n"
|
||||
|
|
@ -182,6 +182,38 @@ msgstr ""
|
|||
msgid "<9>spare-9b"
|
||||
msgstr ""
|
||||
|
||||
#: ../fill_tools.h:49
|
||||
msgid "Solid"
|
||||
msgstr ""
|
||||
|
||||
#: ../fill_tools.h:50
|
||||
#, fuzzy
|
||||
#| msgid "Lines"
|
||||
msgid "Linear"
|
||||
msgstr "Xêz"
|
||||
|
||||
#: ../fill_tools.h:51
|
||||
msgid "Radial"
|
||||
msgstr ""
|
||||
|
||||
#: ../fill_tools.h:55
|
||||
#, fuzzy
|
||||
#| msgid "Click in the picture to fill that area with color."
|
||||
msgid "Click to fill an area with a solid color."
|
||||
msgstr "Ji bo ku vê derê bi rengekî tije bikî, li ser wêneyê bitikîne."
|
||||
|
||||
#: ../fill_tools.h:56
|
||||
msgid ""
|
||||
"Click and drag to fill an area with a linear gradient (from the chosen color "
|
||||
"to transparent)."
|
||||
msgstr ""
|
||||
|
||||
#: ../fill_tools.h:57
|
||||
msgid ""
|
||||
"Click to fill an area with a radial gradient (from the chosen color to "
|
||||
"transparent)."
|
||||
msgstr ""
|
||||
|
||||
#. Congratulations #1
|
||||
#: ../great.h:37
|
||||
msgid "Great!"
|
||||
|
|
|
|||
34
src/po/lb.po
34
src/po/lb.po
|
|
@ -7,7 +7,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: lb\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2021-02-20 17:52-0800\n"
|
||||
"POT-Creation-Date: 2021-02-20 20:40-0800\n"
|
||||
"PO-Revision-Date: 2010-02-16 21:10+0100\n"
|
||||
"Last-Translator: René Brandenburger <rene@brandenburger.lu>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
|
|
@ -181,6 +181,38 @@ msgstr "<9>spare-9a"
|
|||
msgid "<9>spare-9b"
|
||||
msgstr "<9>spare-9b"
|
||||
|
||||
#: ../fill_tools.h:49
|
||||
msgid "Solid"
|
||||
msgstr ""
|
||||
|
||||
#: ../fill_tools.h:50
|
||||
#, fuzzy
|
||||
#| msgid "Lines"
|
||||
msgid "Linear"
|
||||
msgstr "Linnen"
|
||||
|
||||
#: ../fill_tools.h:51
|
||||
msgid "Radial"
|
||||
msgstr ""
|
||||
|
||||
#: ../fill_tools.h:55
|
||||
#, fuzzy
|
||||
#| msgid "Click in the picture to fill that area with color."
|
||||
msgid "Click to fill an area with a solid color."
|
||||
msgstr "Klick an d'Bild fir deen Deel mat Faarf ze fëllen."
|
||||
|
||||
#: ../fill_tools.h:56
|
||||
msgid ""
|
||||
"Click and drag to fill an area with a linear gradient (from the chosen color "
|
||||
"to transparent)."
|
||||
msgstr ""
|
||||
|
||||
#: ../fill_tools.h:57
|
||||
msgid ""
|
||||
"Click to fill an area with a radial gradient (from the chosen color to "
|
||||
"transparent)."
|
||||
msgstr ""
|
||||
|
||||
#. Congratulations #1
|
||||
#: ../great.h:37
|
||||
msgid "Great!"
|
||||
|
|
|
|||
34
src/po/lg.po
34
src/po/lg.po
|
|
@ -6,7 +6,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2021-02-20 17:52-0800\n"
|
||||
"POT-Creation-Date: 2021-02-20 20:40-0800\n"
|
||||
"PO-Revision-Date: 2010-09-21 09:37+0200\n"
|
||||
"Last-Translator: OLWENY San James <sjolweny85@yahoo.co.uk>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
|
|
@ -181,6 +181,38 @@ msgstr "<9>spare-9a"
|
|||
msgid "<9>spare-9b"
|
||||
msgstr "<9>spare-9b"
|
||||
|
||||
#: ../fill_tools.h:49
|
||||
msgid "Solid"
|
||||
msgstr ""
|
||||
|
||||
#: ../fill_tools.h:50
|
||||
#, fuzzy
|
||||
#| msgid "Lines"
|
||||
msgid "Linear"
|
||||
msgstr "Nnyiriri"
|
||||
|
||||
#: ../fill_tools.h:51
|
||||
msgid "Radial"
|
||||
msgstr ""
|
||||
|
||||
#: ../fill_tools.h:55
|
||||
#, fuzzy
|
||||
#| msgid "Click in the picture to fill that area with color."
|
||||
msgid "Click to fill an area with a solid color."
|
||||
msgstr "Nyiga mu kifaananyi okujjuza ekifo ekyo ne langi"
|
||||
|
||||
#: ../fill_tools.h:56
|
||||
msgid ""
|
||||
"Click and drag to fill an area with a linear gradient (from the chosen color "
|
||||
"to transparent)."
|
||||
msgstr ""
|
||||
|
||||
#: ../fill_tools.h:57
|
||||
msgid ""
|
||||
"Click to fill an area with a radial gradient (from the chosen color to "
|
||||
"transparent)."
|
||||
msgstr ""
|
||||
|
||||
#. Congratulations #1
|
||||
#: ../great.h:37
|
||||
msgid "Great!"
|
||||
|
|
|
|||
34
src/po/lt.po
34
src/po/lt.po
|
|
@ -8,7 +8,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: Tuxpaint 0.9.9\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2021-02-20 17:52-0800\n"
|
||||
"POT-Creation-Date: 2021-02-20 20:40-0800\n"
|
||||
"PO-Revision-Date: 2004-12-10 18:11+0200\n"
|
||||
"Last-Translator: Gintaras Goštautas <gintaras@nes.lt>\n"
|
||||
"Language-Team: Lithuanian <komp_lt@konf.lt>\n"
|
||||
|
|
@ -184,6 +184,38 @@ msgstr ""
|
|||
msgid "<9>spare-9b"
|
||||
msgstr ""
|
||||
|
||||
#: ../fill_tools.h:49
|
||||
msgid "Solid"
|
||||
msgstr ""
|
||||
|
||||
#: ../fill_tools.h:50
|
||||
#, fuzzy
|
||||
#| msgid "Lines"
|
||||
msgid "Linear"
|
||||
msgstr "Linijos"
|
||||
|
||||
#: ../fill_tools.h:51
|
||||
msgid "Radial"
|
||||
msgstr ""
|
||||
|
||||
#: ../fill_tools.h:55
|
||||
#, fuzzy
|
||||
#| msgid "Click in the picture to fill that area with color."
|
||||
msgid "Click to fill an area with a solid color."
|
||||
msgstr "Spustelėkite piešinyje, norėdami tą plotą nuspalvinti."
|
||||
|
||||
#: ../fill_tools.h:56
|
||||
msgid ""
|
||||
"Click and drag to fill an area with a linear gradient (from the chosen color "
|
||||
"to transparent)."
|
||||
msgstr ""
|
||||
|
||||
#: ../fill_tools.h:57
|
||||
msgid ""
|
||||
"Click to fill an area with a radial gradient (from the chosen color to "
|
||||
"transparent)."
|
||||
msgstr ""
|
||||
|
||||
#. Congratulations #1
|
||||
#: ../great.h:37
|
||||
msgid "Great!"
|
||||
|
|
|
|||
34
src/po/lv.po
34
src/po/lv.po
|
|
@ -7,7 +7,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: tuxpaint\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2021-02-20 17:52-0800\n"
|
||||
"POT-Creation-Date: 2021-02-20 20:40-0800\n"
|
||||
"PO-Revision-Date: 2014-06-11 23:13-0000\n"
|
||||
"Last-Translator: Raivis Strogonovs <raivis.strogonovs@gmail.com>\n"
|
||||
"Language-Team: Valoda <raivucis@gmail.com>\n"
|
||||
|
|
@ -182,6 +182,38 @@ msgstr "<9>rezerves-9a"
|
|||
msgid "<9>spare-9b"
|
||||
msgstr "<9>rezerves-9b"
|
||||
|
||||
#: ../fill_tools.h:49
|
||||
msgid "Solid"
|
||||
msgstr ""
|
||||
|
||||
#: ../fill_tools.h:50
|
||||
#, fuzzy
|
||||
#| msgid "Lines"
|
||||
msgid "Linear"
|
||||
msgstr "Līnijas"
|
||||
|
||||
#: ../fill_tools.h:51
|
||||
msgid "Radial"
|
||||
msgstr ""
|
||||
|
||||
#: ../fill_tools.h:55
|
||||
#, fuzzy
|
||||
#| msgid "Click in the picture to fill that area with color."
|
||||
msgid "Click to fill an area with a solid color."
|
||||
msgstr "Nospied uz bildi, lai to piepildītu ar krāsu."
|
||||
|
||||
#: ../fill_tools.h:56
|
||||
msgid ""
|
||||
"Click and drag to fill an area with a linear gradient (from the chosen color "
|
||||
"to transparent)."
|
||||
msgstr ""
|
||||
|
||||
#: ../fill_tools.h:57
|
||||
msgid ""
|
||||
"Click to fill an area with a radial gradient (from the chosen color to "
|
||||
"transparent)."
|
||||
msgstr ""
|
||||
|
||||
#. Congratulations #1
|
||||
#: ../great.h:37
|
||||
msgid "Great!"
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: tuxpaint\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2021-02-20 17:52-0800\n"
|
||||
"POT-Creation-Date: 2021-02-20 20:40-0800\n"
|
||||
"PO-Revision-Date: 2013-02-18 09:21+0530\n"
|
||||
"Last-Translator: sk <sk>\n"
|
||||
"Language-Team: American English <kde-i18n-doc@kde.org>\n"
|
||||
|
|
@ -184,6 +184,38 @@ msgstr "<9>spare-9a"
|
|||
msgid "<9>spare-9b"
|
||||
msgstr "<9>spare-9b"
|
||||
|
||||
#: ../fill_tools.h:49
|
||||
msgid "Solid"
|
||||
msgstr ""
|
||||
|
||||
#: ../fill_tools.h:50
|
||||
#, fuzzy
|
||||
#| msgid "Lines"
|
||||
msgid "Linear"
|
||||
msgstr "पंक्ति"
|
||||
|
||||
#: ../fill_tools.h:51
|
||||
msgid "Radial"
|
||||
msgstr ""
|
||||
|
||||
#: ../fill_tools.h:55
|
||||
#, fuzzy
|
||||
#| msgid "Click in the picture to fill that area with color."
|
||||
msgid "Click to fill an area with a solid color."
|
||||
msgstr "रंग सँ ओ क्षेत्र केँ भरू जकरा चित्र मे क्लिक करू."
|
||||
|
||||
#: ../fill_tools.h:56
|
||||
msgid ""
|
||||
"Click and drag to fill an area with a linear gradient (from the chosen color "
|
||||
"to transparent)."
|
||||
msgstr ""
|
||||
|
||||
#: ../fill_tools.h:57
|
||||
msgid ""
|
||||
"Click to fill an area with a radial gradient (from the chosen color to "
|
||||
"transparent)."
|
||||
msgstr ""
|
||||
|
||||
#. Congratulations #1
|
||||
#: ../great.h:37
|
||||
msgid "Great!"
|
||||
|
|
|
|||
34
src/po/mk.po
34
src/po/mk.po
|
|
@ -7,7 +7,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: tuxpaint\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2021-02-20 17:52-0800\n"
|
||||
"POT-Creation-Date: 2021-02-20 20:40-0800\n"
|
||||
"PO-Revision-Date: 2006-06-17 23:07+0000\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: Macedonian <mk@li.org>\n"
|
||||
|
|
@ -183,6 +183,38 @@ msgstr ""
|
|||
msgid "<9>spare-9b"
|
||||
msgstr ""
|
||||
|
||||
#: ../fill_tools.h:49
|
||||
msgid "Solid"
|
||||
msgstr ""
|
||||
|
||||
#: ../fill_tools.h:50
|
||||
#, fuzzy
|
||||
#| msgid "Lines"
|
||||
msgid "Linear"
|
||||
msgstr "Линии"
|
||||
|
||||
#: ../fill_tools.h:51
|
||||
msgid "Radial"
|
||||
msgstr ""
|
||||
|
||||
#: ../fill_tools.h:55
|
||||
#, fuzzy
|
||||
#| msgid "Click in the picture to fill that area with color."
|
||||
msgid "Click to fill an area with a solid color."
|
||||
msgstr "Кликнете на сликата за да ја пополните областа со боја."
|
||||
|
||||
#: ../fill_tools.h:56
|
||||
msgid ""
|
||||
"Click and drag to fill an area with a linear gradient (from the chosen color "
|
||||
"to transparent)."
|
||||
msgstr ""
|
||||
|
||||
#: ../fill_tools.h:57
|
||||
msgid ""
|
||||
"Click to fill an area with a radial gradient (from the chosen color to "
|
||||
"transparent)."
|
||||
msgstr ""
|
||||
|
||||
#. Congratulations #1
|
||||
#: ../great.h:37
|
||||
msgid "Great!"
|
||||
|
|
|
|||
34
src/po/ml.po
34
src/po/ml.po
|
|
@ -18,7 +18,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: tuxpaint\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2021-02-20 17:52-0800\n"
|
||||
"POT-Creation-Date: 2021-02-20 20:40-0800\n"
|
||||
"PO-Revision-Date: 2014-08-03 16:29+0530\n"
|
||||
"Last-Translator: Akhil Krishnan S <akhilkrishnans@gmail.com>\n"
|
||||
"Language-Team: Malayalam\n"
|
||||
|
|
@ -192,6 +192,38 @@ msgstr "<9>സ്പെയർ-9a"
|
|||
msgid "<9>spare-9b"
|
||||
msgstr "<9>സ്പെയർ-9b"
|
||||
|
||||
#: ../fill_tools.h:49
|
||||
msgid "Solid"
|
||||
msgstr ""
|
||||
|
||||
#: ../fill_tools.h:50
|
||||
#, fuzzy
|
||||
#| msgid "Lines"
|
||||
msgid "Linear"
|
||||
msgstr "രേഖകള്"
|
||||
|
||||
#: ../fill_tools.h:51
|
||||
msgid "Radial"
|
||||
msgstr ""
|
||||
|
||||
#: ../fill_tools.h:55
|
||||
#, fuzzy
|
||||
#| msgid "Click in the picture to fill that area with color."
|
||||
msgid "Click to fill an area with a solid color."
|
||||
msgstr "ചിത്രത്തില് അമര്ത്തിയാല് ആ ഭാഗം നിറം കൊണ്ട് നിറയ്ക്കാം"
|
||||
|
||||
#: ../fill_tools.h:56
|
||||
msgid ""
|
||||
"Click and drag to fill an area with a linear gradient (from the chosen color "
|
||||
"to transparent)."
|
||||
msgstr ""
|
||||
|
||||
#: ../fill_tools.h:57
|
||||
msgid ""
|
||||
"Click to fill an area with a radial gradient (from the chosen color to "
|
||||
"transparent)."
|
||||
msgstr ""
|
||||
|
||||
#. Congratulations #1
|
||||
#: ../great.h:37
|
||||
msgid "Great!"
|
||||
|
|
|
|||
30
src/po/mn.po
30
src/po/mn.po
|
|
@ -8,7 +8,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2021-02-20 17:52-0800\n"
|
||||
"POT-Creation-Date: 2021-02-20 20:40-0800\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
|
|
@ -180,6 +180,34 @@ msgstr ""
|
|||
msgid "<9>spare-9b"
|
||||
msgstr ""
|
||||
|
||||
#: ../fill_tools.h:49
|
||||
msgid "Solid"
|
||||
msgstr ""
|
||||
|
||||
#: ../fill_tools.h:50
|
||||
msgid "Linear"
|
||||
msgstr ""
|
||||
|
||||
#: ../fill_tools.h:51
|
||||
msgid "Radial"
|
||||
msgstr ""
|
||||
|
||||
#: ../fill_tools.h:55
|
||||
msgid "Click to fill an area with a solid color."
|
||||
msgstr ""
|
||||
|
||||
#: ../fill_tools.h:56
|
||||
msgid ""
|
||||
"Click and drag to fill an area with a linear gradient (from the chosen color "
|
||||
"to transparent)."
|
||||
msgstr ""
|
||||
|
||||
#: ../fill_tools.h:57
|
||||
msgid ""
|
||||
"Click to fill an area with a radial gradient (from the chosen color to "
|
||||
"transparent)."
|
||||
msgstr ""
|
||||
|
||||
#. Congratulations #1
|
||||
#: ../great.h:37
|
||||
msgid "Great!"
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2021-02-20 17:52-0800\n"
|
||||
"POT-Creation-Date: 2021-02-20 20:40-0800\n"
|
||||
"PO-Revision-Date: 2011-10-07 15:05+0530\n"
|
||||
"Last-Translator: Hidam Dolen <dolenhi@gmail.com>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
|
|
@ -181,6 +181,38 @@ msgstr "<9>spare-9a"
|
|||
msgid "<9>spare-9b"
|
||||
msgstr "<9>spare-9b"
|
||||
|
||||
#: ../fill_tools.h:49
|
||||
msgid "Solid"
|
||||
msgstr ""
|
||||
|
||||
#: ../fill_tools.h:50
|
||||
#, fuzzy
|
||||
#| msgid "Lines"
|
||||
msgid "Linear"
|
||||
msgstr "লাইনশিং"
|
||||
|
||||
#: ../fill_tools.h:51
|
||||
msgid "Radial"
|
||||
msgstr ""
|
||||
|
||||
#: ../fill_tools.h:55
|
||||
#, fuzzy
|
||||
#| msgid "Click in the picture to fill that area with color."
|
||||
msgid "Click to fill an area with a solid color."
|
||||
msgstr "মফম অদু মচু অমনা মেনশিন্নবা লাই অদুদা ক্লিক তৌরো."
|
||||
|
||||
#: ../fill_tools.h:56
|
||||
msgid ""
|
||||
"Click and drag to fill an area with a linear gradient (from the chosen color "
|
||||
"to transparent)."
|
||||
msgstr ""
|
||||
|
||||
#: ../fill_tools.h:57
|
||||
msgid ""
|
||||
"Click to fill an area with a radial gradient (from the chosen color to "
|
||||
"transparent)."
|
||||
msgstr ""
|
||||
|
||||
#. Congratulations #1
|
||||
#: ../great.h:37
|
||||
msgid "Great!"
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2021-02-20 17:52-0800\n"
|
||||
"POT-Creation-Date: 2021-02-20 20:40-0800\n"
|
||||
"PO-Revision-Date: 2011-10-07 15:05+0530\n"
|
||||
"Last-Translator: Hidam Dolen <dolenhi@gmail.com>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
|
|
@ -181,6 +181,38 @@ msgstr "<9>spare-9a"
|
|||
msgid "<9>spare-9b"
|
||||
msgstr "<9>spare-9b"
|
||||
|
||||
#: ../fill_tools.h:49
|
||||
msgid "Solid"
|
||||
msgstr ""
|
||||
|
||||
#: ../fill_tools.h:50
|
||||
#, fuzzy
|
||||
#| msgid "Lines"
|
||||
msgid "Linear"
|
||||
msgstr "ꯂꯥꯏꯟꯁꯤꯡ"
|
||||
|
||||
#: ../fill_tools.h:51
|
||||
msgid "Radial"
|
||||
msgstr ""
|
||||
|
||||
#: ../fill_tools.h:55
|
||||
#, fuzzy
|
||||
#| msgid "Click in the picture to fill that area with color."
|
||||
msgid "Click to fill an area with a solid color."
|
||||
msgstr "ꯃꯐꯝ ꯑꯗꯨ ꯃꯆꯨ ꯑꯃꯅ ꯃꯦꯟꯁꯤꯟꯅꯕ ꯂꯥꯏ ꯑꯗꯨꯗ ꯀ꯭ꯂꯤꯛ ꯇꯧꯔꯣ."
|
||||
|
||||
#: ../fill_tools.h:56
|
||||
msgid ""
|
||||
"Click and drag to fill an area with a linear gradient (from the chosen color "
|
||||
"to transparent)."
|
||||
msgstr ""
|
||||
|
||||
#: ../fill_tools.h:57
|
||||
msgid ""
|
||||
"Click to fill an area with a radial gradient (from the chosen color to "
|
||||
"transparent)."
|
||||
msgstr ""
|
||||
|
||||
#. Congratulations #1
|
||||
#: ../great.h:37
|
||||
msgid "Great!"
|
||||
|
|
|
|||
34
src/po/mr.po
34
src/po/mr.po
|
|
@ -7,7 +7,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: tuxpaint 0.9.21c\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2021-02-20 17:52-0800\n"
|
||||
"POT-Creation-Date: 2021-02-20 20:40-0800\n"
|
||||
"PO-Revision-Date: 2013-03-28 12:11+0530\n"
|
||||
"Last-Translator: Santosh Jankiram Kshetre <quicklearning@rediffmail.com>\n"
|
||||
"Language-Team: Marathi\n"
|
||||
|
|
@ -182,6 +182,38 @@ msgstr "<9>spare-9a"
|
|||
msgid "<9>spare-9b"
|
||||
msgstr "<9>spare-9b"
|
||||
|
||||
#: ../fill_tools.h:49
|
||||
msgid "Solid"
|
||||
msgstr ""
|
||||
|
||||
#: ../fill_tools.h:50
|
||||
#, fuzzy
|
||||
#| msgid "Lines"
|
||||
msgid "Linear"
|
||||
msgstr "रेखा रेषा"
|
||||
|
||||
#: ../fill_tools.h:51
|
||||
msgid "Radial"
|
||||
msgstr ""
|
||||
|
||||
#: ../fill_tools.h:55
|
||||
#, fuzzy
|
||||
#| msgid "Click in the picture to fill that area with color."
|
||||
msgid "Click to fill an area with a solid color."
|
||||
msgstr "रंग भरा."
|
||||
|
||||
#: ../fill_tools.h:56
|
||||
msgid ""
|
||||
"Click and drag to fill an area with a linear gradient (from the chosen color "
|
||||
"to transparent)."
|
||||
msgstr ""
|
||||
|
||||
#: ../fill_tools.h:57
|
||||
msgid ""
|
||||
"Click to fill an area with a radial gradient (from the chosen color to "
|
||||
"transparent)."
|
||||
msgstr ""
|
||||
|
||||
#. Congratulations #1
|
||||
#: ../great.h:37
|
||||
msgid "Great!"
|
||||
|
|
|
|||
36
src/po/ms.po
36
src/po/ms.po
|
|
@ -10,7 +10,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: tuxpaint\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2021-02-20 17:52-0800\n"
|
||||
"POT-Creation-Date: 2021-02-20 20:40-0800\n"
|
||||
"PO-Revision-Date: 2015-03-07 23:30+0000\n"
|
||||
"Last-Translator: abuyop <abuyop@gmail.com>\n"
|
||||
"Language-Team: Malay (http://www.transifex.com/projects/p/doudoulinux/"
|
||||
|
|
@ -186,6 +186,40 @@ msgstr "<9>spare-9a"
|
|||
msgid "<9>spare-9b"
|
||||
msgstr "<9>spare-9b"
|
||||
|
||||
#: ../fill_tools.h:49
|
||||
msgid "Solid"
|
||||
msgstr ""
|
||||
|
||||
#: ../fill_tools.h:50
|
||||
#, fuzzy
|
||||
#| msgid "Lines"
|
||||
msgid "Linear"
|
||||
msgstr "Garis"
|
||||
|
||||
#: ../fill_tools.h:51
|
||||
msgid "Radial"
|
||||
msgstr ""
|
||||
|
||||
#: ../fill_tools.h:55
|
||||
#, fuzzy
|
||||
#| msgid "Click in the picture to fill that area with color."
|
||||
msgid "Click to fill an area with a solid color."
|
||||
msgstr ""
|
||||
"Klik dan gerakkan tetikus di sekeliling untuk memenuhkan kawasan dengan "
|
||||
"warna."
|
||||
|
||||
#: ../fill_tools.h:56
|
||||
msgid ""
|
||||
"Click and drag to fill an area with a linear gradient (from the chosen color "
|
||||
"to transparent)."
|
||||
msgstr ""
|
||||
|
||||
#: ../fill_tools.h:57
|
||||
msgid ""
|
||||
"Click to fill an area with a radial gradient (from the chosen color to "
|
||||
"transparent)."
|
||||
msgstr ""
|
||||
|
||||
#. Congratulations #1
|
||||
#: ../great.h:37
|
||||
msgid "Great!"
|
||||
|
|
|
|||
34
src/po/nb.po
34
src/po/nb.po
|
|
@ -8,7 +8,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: nb\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2021-02-20 17:52-0800\n"
|
||||
"POT-Creation-Date: 2021-02-20 20:40-0800\n"
|
||||
"PO-Revision-Date: 2020-12-12 15:25+0100\n"
|
||||
"Last-Translator: Karl Ove Hufthammer <karl@huftis.org>\n"
|
||||
"Language-Team: Norwegian Bokmål <l10n-no@lister.huftis.org>\n"
|
||||
|
|
@ -182,6 +182,38 @@ msgstr "<9>spare-9a"
|
|||
msgid "<9>spare-9b"
|
||||
msgstr "<9>spare-9b"
|
||||
|
||||
#: ../fill_tools.h:49
|
||||
msgid "Solid"
|
||||
msgstr ""
|
||||
|
||||
#: ../fill_tools.h:50
|
||||
#, fuzzy
|
||||
#| msgid "Lines"
|
||||
msgid "Linear"
|
||||
msgstr "Linjer"
|
||||
|
||||
#: ../fill_tools.h:51
|
||||
msgid "Radial"
|
||||
msgstr ""
|
||||
|
||||
#: ../fill_tools.h:55
|
||||
#, fuzzy
|
||||
#| msgid "Click in the picture to fill that area with color."
|
||||
msgid "Click to fill an area with a solid color."
|
||||
msgstr "Trykk på tegningen for å fylle området med fargen fra malingbøtta."
|
||||
|
||||
#: ../fill_tools.h:56
|
||||
msgid ""
|
||||
"Click and drag to fill an area with a linear gradient (from the chosen color "
|
||||
"to transparent)."
|
||||
msgstr ""
|
||||
|
||||
#: ../fill_tools.h:57
|
||||
msgid ""
|
||||
"Click to fill an area with a radial gradient (from the chosen color to "
|
||||
"transparent)."
|
||||
msgstr ""
|
||||
|
||||
#. Congratulations #1
|
||||
#: ../great.h:37
|
||||
msgid "Great!"
|
||||
|
|
|
|||
34
src/po/ne.po
34
src/po/ne.po
|
|
@ -7,7 +7,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: tuxpaint\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2021-02-20 17:52-0800\n"
|
||||
"POT-Creation-Date: 2021-02-20 20:40-0800\n"
|
||||
"PO-Revision-Date: 2014-06-09 08:08+0530\n"
|
||||
"Last-Translator: Khagen Sarma <khagen.sharma@gmail.com>\n"
|
||||
"Language-Team: none\n"
|
||||
|
|
@ -182,6 +182,38 @@ msgstr "<9>अपुग-9a"
|
|||
msgid "<9>spare-9b"
|
||||
msgstr "<9>अपुग-9b"
|
||||
|
||||
#: ../fill_tools.h:49
|
||||
msgid "Solid"
|
||||
msgstr ""
|
||||
|
||||
#: ../fill_tools.h:50
|
||||
#, fuzzy
|
||||
#| msgid "Lines"
|
||||
msgid "Linear"
|
||||
msgstr "पङ्क्तिहरू"
|
||||
|
||||
#: ../fill_tools.h:51
|
||||
msgid "Radial"
|
||||
msgstr ""
|
||||
|
||||
#: ../fill_tools.h:55
|
||||
#, fuzzy
|
||||
#| msgid "Click in the picture to fill that area with color."
|
||||
msgid "Click to fill an area with a solid color."
|
||||
msgstr "चित्रको त्यो क्षेत्रमा रङ्ग भर्नका लागि चित्रमा क्लिक गर्नुहोस्।"
|
||||
|
||||
#: ../fill_tools.h:56
|
||||
msgid ""
|
||||
"Click and drag to fill an area with a linear gradient (from the chosen color "
|
||||
"to transparent)."
|
||||
msgstr ""
|
||||
|
||||
#: ../fill_tools.h:57
|
||||
msgid ""
|
||||
"Click to fill an area with a radial gradient (from the chosen color to "
|
||||
"transparent)."
|
||||
msgstr ""
|
||||
|
||||
#. Congratulations #1
|
||||
#: ../great.h:37
|
||||
msgid "Great!"
|
||||
|
|
|
|||
34
src/po/nl.po
34
src/po/nl.po
|
|
@ -8,7 +8,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: tuxpaint\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2021-02-20 17:52-0800\n"
|
||||
"POT-Creation-Date: 2021-02-20 20:40-0800\n"
|
||||
"PO-Revision-Date: 2017-10-15 11:04+0200\n"
|
||||
"Last-Translator: Willem Heppe <heppew@yahoo.com>\n"
|
||||
"Language-Team: Dutch <vertaling@vrijschrift.org>\n"
|
||||
|
|
@ -182,6 +182,38 @@ msgstr "<9>spare-9a"
|
|||
msgid "<9>spare-9b"
|
||||
msgstr "<9>spare-9b"
|
||||
|
||||
#: ../fill_tools.h:49
|
||||
msgid "Solid"
|
||||
msgstr ""
|
||||
|
||||
#: ../fill_tools.h:50
|
||||
#, fuzzy
|
||||
#| msgid "Lines"
|
||||
msgid "Linear"
|
||||
msgstr "Lijnen"
|
||||
|
||||
#: ../fill_tools.h:51
|
||||
msgid "Radial"
|
||||
msgstr ""
|
||||
|
||||
#: ../fill_tools.h:55
|
||||
#, fuzzy
|
||||
#| msgid "Click in the picture to fill that area with color."
|
||||
msgid "Click to fill an area with a solid color."
|
||||
msgstr "Klik in de tekening om dat gebied met kleur te vullen."
|
||||
|
||||
#: ../fill_tools.h:56
|
||||
msgid ""
|
||||
"Click and drag to fill an area with a linear gradient (from the chosen color "
|
||||
"to transparent)."
|
||||
msgstr ""
|
||||
|
||||
#: ../fill_tools.h:57
|
||||
msgid ""
|
||||
"Click to fill an area with a radial gradient (from the chosen color to "
|
||||
"transparent)."
|
||||
msgstr ""
|
||||
|
||||
#. Congratulations #1
|
||||
#: ../great.h:37
|
||||
msgid "Great!"
|
||||
|
|
|
|||
34
src/po/nn.po
34
src/po/nn.po
|
|
@ -5,7 +5,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: nn\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2021-02-20 17:52-0800\n"
|
||||
"POT-Creation-Date: 2021-02-20 20:40-0800\n"
|
||||
"PO-Revision-Date: 2020-12-12 15:23+0100\n"
|
||||
"Last-Translator: Karl Ove Hufthammer <karl@huftis.org>\n"
|
||||
"Language-Team: Norwegian Nynorsk <l10n-no@lister.huftis.org>\n"
|
||||
|
|
@ -179,6 +179,38 @@ msgstr "<9>spare-9a"
|
|||
msgid "<9>spare-9b"
|
||||
msgstr "<9>spare-9b"
|
||||
|
||||
#: ../fill_tools.h:49
|
||||
msgid "Solid"
|
||||
msgstr ""
|
||||
|
||||
#: ../fill_tools.h:50
|
||||
#, fuzzy
|
||||
#| msgid "Lines"
|
||||
msgid "Linear"
|
||||
msgstr "Linjer"
|
||||
|
||||
#: ../fill_tools.h:51
|
||||
msgid "Radial"
|
||||
msgstr ""
|
||||
|
||||
#: ../fill_tools.h:55
|
||||
#, fuzzy
|
||||
#| msgid "Click in the picture to fill that area with color."
|
||||
msgid "Click to fill an area with a solid color."
|
||||
msgstr "Trykk på teikninga for å fylla området med fargen frå målingbøtta."
|
||||
|
||||
#: ../fill_tools.h:56
|
||||
msgid ""
|
||||
"Click and drag to fill an area with a linear gradient (from the chosen color "
|
||||
"to transparent)."
|
||||
msgstr ""
|
||||
|
||||
#: ../fill_tools.h:57
|
||||
msgid ""
|
||||
"Click to fill an area with a radial gradient (from the chosen color to "
|
||||
"transparent)."
|
||||
msgstr ""
|
||||
|
||||
#. Congratulations #1
|
||||
#: ../great.h:37
|
||||
msgid "Great!"
|
||||
|
|
|
|||
34
src/po/nr.po
34
src/po/nr.po
|
|
@ -7,7 +7,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2021-02-20 17:52-0800\n"
|
||||
"POT-Creation-Date: 2021-02-20 20:40-0800\n"
|
||||
"PO-Revision-Date: 2006-10-09 20:32+0200\n"
|
||||
"Last-Translator: Vincent Mahlangu <vmahlangu@parliament.gov.za>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
|
|
@ -182,6 +182,38 @@ msgstr ""
|
|||
msgid "<9>spare-9b"
|
||||
msgstr ""
|
||||
|
||||
#: ../fill_tools.h:49
|
||||
msgid "Solid"
|
||||
msgstr ""
|
||||
|
||||
#: ../fill_tools.h:50
|
||||
#, fuzzy
|
||||
#| msgid "Lines"
|
||||
msgid "Linear"
|
||||
msgstr "Imida"
|
||||
|
||||
#: ../fill_tools.h:51
|
||||
msgid "Radial"
|
||||
msgstr ""
|
||||
|
||||
#: ../fill_tools.h:55
|
||||
#, fuzzy
|
||||
#| msgid "Click in the picture to fill that area with color."
|
||||
msgid "Click to fill an area with a solid color."
|
||||
msgstr "Qhwarhaza esithombeni ukuze ugcwalise ngombala."
|
||||
|
||||
#: ../fill_tools.h:56
|
||||
msgid ""
|
||||
"Click and drag to fill an area with a linear gradient (from the chosen color "
|
||||
"to transparent)."
|
||||
msgstr ""
|
||||
|
||||
#: ../fill_tools.h:57
|
||||
msgid ""
|
||||
"Click to fill an area with a radial gradient (from the chosen color to "
|
||||
"transparent)."
|
||||
msgstr ""
|
||||
|
||||
#. Congratulations #1
|
||||
#: ../great.h:37
|
||||
msgid "Great!"
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2021-02-20 17:52-0800\n"
|
||||
"POT-Creation-Date: 2021-02-20 20:40-0800\n"
|
||||
"PO-Revision-Date: 2010-10-04 17:44+0200\n"
|
||||
"Last-Translator: Pheledi <pheledi@mosekolatranslation.co.za>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
|
|
@ -182,6 +182,38 @@ msgstr "<9>spare-9a"
|
|||
msgid "<9>spare-9b"
|
||||
msgstr "<9>spare-9b"
|
||||
|
||||
#: ../fill_tools.h:49
|
||||
msgid "Solid"
|
||||
msgstr ""
|
||||
|
||||
#: ../fill_tools.h:50
|
||||
#, fuzzy
|
||||
#| msgid "Lines"
|
||||
msgid "Linear"
|
||||
msgstr "Methaladi"
|
||||
|
||||
#: ../fill_tools.h:51
|
||||
msgid "Radial"
|
||||
msgstr ""
|
||||
|
||||
#: ../fill_tools.h:55
|
||||
#, fuzzy
|
||||
#| msgid "Click in the picture to fill that area with color."
|
||||
msgid "Click to fill an area with a solid color."
|
||||
msgstr "Kgotla seswantšhong gore o tlatše lefelong leo ka mmala."
|
||||
|
||||
#: ../fill_tools.h:56
|
||||
msgid ""
|
||||
"Click and drag to fill an area with a linear gradient (from the chosen color "
|
||||
"to transparent)."
|
||||
msgstr ""
|
||||
|
||||
#: ../fill_tools.h:57
|
||||
msgid ""
|
||||
"Click to fill an area with a radial gradient (from the chosen color to "
|
||||
"transparent)."
|
||||
msgstr ""
|
||||
|
||||
#. Congratulations #1
|
||||
#: ../great.h:37
|
||||
msgid "Great!"
|
||||
|
|
|
|||
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Add a link
Reference in a new issue