Sync docs to get "ASCII Color Computer"
This commit is contained in:
parent
60ddaaf7e0
commit
2d5991b4ea
196 changed files with 2073 additions and 1065 deletions
|
|
@ -35,8 +35,6 @@ https://tuxpaint.org/
|
||||||
turn your drawing into ASCII art.
|
turn your drawing into ASCII art.
|
||||||
+ TODO Sound effects
|
+ TODO Sound effects
|
||||||
+ TODO Icons
|
+ TODO Icons
|
||||||
+ TODO Documentation
|
|
||||||
+ TODO "Color Computer" color support
|
|
||||||
+ Code by Bill Kendrick <bill@newbreedsoftware.com>
|
+ Code by Bill Kendrick <bill@newbreedsoftware.com>
|
||||||
+ Computer font: IBM CGA Adapter
|
+ Computer font: IBM CGA Adapter
|
||||||
taken from "Typography in 16-bits: System fonts"
|
taken from "Typography in 16-bits: System fonts"
|
||||||
|
|
|
||||||
|
|
@ -6,7 +6,7 @@
|
||||||
Copyright © 2002-2024 by various contributors; see AUTHORS.txt.
|
Copyright © 2002-2024 by various contributors; see AUTHORS.txt.
|
||||||
https://tuxpaint.org/
|
https://tuxpaint.org/
|
||||||
|
|
||||||
September 25, 2024
|
September 27, 2024
|
||||||
|
|
||||||
+-------------------------------------------------+
|
+-------------------------------------------------+
|
||||||
| Table of Contents |
|
| Table of Contents |
|
||||||
|
|
@ -116,6 +116,12 @@ New Magic tool: Fractal
|
||||||
A set of tools that recursively repeat what you draw, scaling and/or
|
A set of tools that recursively repeat what you draw, scaling and/or
|
||||||
rotating it as they repeat.
|
rotating it as they repeat.
|
||||||
|
|
||||||
|
New Magic tool: ASCII Typewriter
|
||||||
|
Transform your picture into "ASCII art", typewriter-style.
|
||||||
|
New Magic tool: ASCII Computer
|
||||||
|
Transform your picture into "ASCII art", computer-style.
|
||||||
|
New Magic tool: ASCII Color Computer
|
||||||
|
Transform your picture into colored computer "ASCII art".
|
||||||
Magic API Updates
|
Magic API Updates
|
||||||
Sound pause and resume functions added.
|
Sound pause and resume functions added.
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -249,6 +249,9 @@
|
||||||
<dt>New Magic tool: ASCII Computer</dt>
|
<dt>New Magic tool: ASCII Computer</dt>
|
||||||
<dd>Transform your picture into "ASCII art", computer-style.</dt>
|
<dd>Transform your picture into "ASCII art", computer-style.</dt>
|
||||||
|
|
||||||
|
<dt>New Magic tool: ASCII Color Computer</dt>
|
||||||
|
<dd>Transform your picture into colored computer "ASCII art".</dt>
|
||||||
|
|
||||||
<dt>Magic API Updates</dt>
|
<dt>Magic API Updates</dt>
|
||||||
<dd>Sound pause and resume functions added.</dt>
|
<dd>Sound pause and resume functions added.</dt>
|
||||||
</dl>
|
</dl>
|
||||||
|
|
|
||||||
|
|
@ -6,7 +6,7 @@
|
||||||
Copyright © 2002-2024 by various contributors; see AUTHORS.txt.
|
Copyright © 2002-2024 by various contributors; see AUTHORS.txt.
|
||||||
https://tuxpaint.org/
|
https://tuxpaint.org/
|
||||||
|
|
||||||
septiembre 25, 2024
|
septiembre 27, 2024
|
||||||
|
|
||||||
+-------------------------------------------------+
|
+-------------------------------------------------+
|
||||||
| Table of Contents |
|
| Table of Contents |
|
||||||
|
|
@ -116,6 +116,12 @@ New Magic tool: Fractal
|
||||||
A set of tools that recursively repeat what you draw, scaling and/or
|
A set of tools that recursively repeat what you draw, scaling and/or
|
||||||
rotating it as they repeat.
|
rotating it as they repeat.
|
||||||
|
|
||||||
|
New Magic tool: ASCII Typewriter
|
||||||
|
Transform your picture into "ASCII art", typewriter-style.
|
||||||
|
New Magic tool: ASCII Computer
|
||||||
|
Transform your picture into "ASCII art", computer-style.
|
||||||
|
New Magic tool: ASCII Color Computer
|
||||||
|
Transform your picture into colored computer "ASCII art".
|
||||||
Magic API Updates
|
Magic API Updates
|
||||||
Sound pause and resume functions added.
|
Sound pause and resume functions added.
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -249,6 +249,9 @@
|
||||||
<dt>New Magic tool: ASCII Computer</dt>
|
<dt>New Magic tool: ASCII Computer</dt>
|
||||||
<dd>Transform your picture into "ASCII art", computer-style.</dt>
|
<dd>Transform your picture into "ASCII art", computer-style.</dt>
|
||||||
|
|
||||||
|
<dt>New Magic tool: ASCII Color Computer</dt>
|
||||||
|
<dd>Transform your picture into colored computer "ASCII art".</dt>
|
||||||
|
|
||||||
<dt>Magic API Updates</dt>
|
<dt>Magic API Updates</dt>
|
||||||
<dd>Sound pause and resume functions added.</dt>
|
<dd>Sound pause and resume functions added.</dt>
|
||||||
</dl>
|
</dl>
|
||||||
|
|
|
||||||
|
|
@ -6,7 +6,7 @@
|
||||||
Copyright © 2002-2024 by divers contributeurs; voir AUTHORS.txt.
|
Copyright © 2002-2024 by divers contributeurs; voir AUTHORS.txt.
|
||||||
https://tuxpaint.org/
|
https://tuxpaint.org/
|
||||||
|
|
||||||
septembre 25, 2024
|
septembre 27, 2024
|
||||||
|
|
||||||
+-------------------------------------------------------+
|
+-------------------------------------------------------+
|
||||||
| Table des matières |
|
| Table des matières |
|
||||||
|
|
@ -121,6 +121,12 @@ New Magic tool: Fractal
|
||||||
A set of tools that recursively repeat what you draw, scaling and/or
|
A set of tools that recursively repeat what you draw, scaling and/or
|
||||||
rotating it as they repeat.
|
rotating it as they repeat.
|
||||||
|
|
||||||
|
New Magic tool: ASCII Typewriter
|
||||||
|
Transform your picture into "ASCII art", typewriter-style.
|
||||||
|
New Magic tool: ASCII Computer
|
||||||
|
Transform your picture into "ASCII art", computer-style.
|
||||||
|
New Magic tool: ASCII Color Computer
|
||||||
|
Transform your picture into colored computer "ASCII art".
|
||||||
Magic API Updates
|
Magic API Updates
|
||||||
Sound pause and resume functions added.
|
Sound pause and resume functions added.
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -249,6 +249,9 @@
|
||||||
<dt>New Magic tool: ASCII Computer</dt>
|
<dt>New Magic tool: ASCII Computer</dt>
|
||||||
<dd>Transform your picture into "ASCII art", computer-style.</dt>
|
<dd>Transform your picture into "ASCII art", computer-style.</dt>
|
||||||
|
|
||||||
|
<dt>New Magic tool: ASCII Color Computer</dt>
|
||||||
|
<dd>Transform your picture into colored computer "ASCII art".</dt>
|
||||||
|
|
||||||
<dt>Magic API Updates</dt>
|
<dt>Magic API Updates</dt>
|
||||||
<dd>Sound pause and resume functions added.</dt>
|
<dd>Sound pause and resume functions added.</dt>
|
||||||
</dl>
|
</dl>
|
||||||
|
|
|
||||||
|
|
@ -6,7 +6,7 @@
|
||||||
Copyright © 2002-2024 by varios colaboradores; see AUTHORS.txt.
|
Copyright © 2002-2024 by varios colaboradores; see AUTHORS.txt.
|
||||||
https://tuxpaint.org/
|
https://tuxpaint.org/
|
||||||
|
|
||||||
25 de Setembro de 2024
|
27 de Setembro de 2024
|
||||||
|
|
||||||
+--------------------------------------------------------+
|
+--------------------------------------------------------+
|
||||||
| Índice |
|
| Índice |
|
||||||
|
|
@ -117,6 +117,12 @@ New Magic tool: Fractal
|
||||||
A set of tools that recursively repeat what you draw, scaling and/or
|
A set of tools that recursively repeat what you draw, scaling and/or
|
||||||
rotating it as they repeat.
|
rotating it as they repeat.
|
||||||
|
|
||||||
|
New Magic tool: ASCII Typewriter
|
||||||
|
Transform your picture into "ASCII art", typewriter-style.
|
||||||
|
New Magic tool: ASCII Computer
|
||||||
|
Transform your picture into "ASCII art", computer-style.
|
||||||
|
New Magic tool: ASCII Color Computer
|
||||||
|
Transform your picture into colored computer "ASCII art".
|
||||||
Magic API Updates
|
Magic API Updates
|
||||||
Sound pause and resume functions added.
|
Sound pause and resume functions added.
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -249,6 +249,9 @@
|
||||||
<dt>New Magic tool: ASCII Computer</dt>
|
<dt>New Magic tool: ASCII Computer</dt>
|
||||||
<dd>Transform your picture into "ASCII art", computer-style.</dt>
|
<dd>Transform your picture into "ASCII art", computer-style.</dt>
|
||||||
|
|
||||||
|
<dt>New Magic tool: ASCII Color Computer</dt>
|
||||||
|
<dd>Transform your picture into colored computer "ASCII art".</dt>
|
||||||
|
|
||||||
<dt>Magic API Updates</dt>
|
<dt>Magic API Updates</dt>
|
||||||
<dd>Sound pause and resume functions added.</dt>
|
<dd>Sound pause and resume functions added.</dt>
|
||||||
</dl>
|
</dl>
|
||||||
|
|
|
||||||
BIN
docs/html/images/magic_examples/ascii_color_computer.png
Normal file
BIN
docs/html/images/magic_examples/ascii_color_computer.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 27 KiB |
|
|
@ -6,7 +6,7 @@
|
||||||
Copyright © 2002-2024 by various contributors; see AUTHORS.txt.
|
Copyright © 2002-2024 by various contributors; see AUTHORS.txt.
|
||||||
https://tuxpaint.org/
|
https://tuxpaint.org/
|
||||||
|
|
||||||
september 25, 2024
|
september 27, 2024
|
||||||
|
|
||||||
+-------------------------------------------------+
|
+-------------------------------------------------+
|
||||||
| Table of Contents |
|
| Table of Contents |
|
||||||
|
|
@ -116,6 +116,12 @@ New Magic tool: Fractal
|
||||||
A set of tools that recursively repeat what you draw, scaling and/or
|
A set of tools that recursively repeat what you draw, scaling and/or
|
||||||
rotating it as they repeat.
|
rotating it as they repeat.
|
||||||
|
|
||||||
|
New Magic tool: ASCII Typewriter
|
||||||
|
Transform your picture into "ASCII art", typewriter-style.
|
||||||
|
New Magic tool: ASCII Computer
|
||||||
|
Transform your picture into "ASCII art", computer-style.
|
||||||
|
New Magic tool: ASCII Color Computer
|
||||||
|
Transform your picture into colored computer "ASCII art".
|
||||||
Magic API Updates
|
Magic API Updates
|
||||||
Sound pause and resume functions added.
|
Sound pause and resume functions added.
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -249,6 +249,9 @@
|
||||||
<dt>New Magic tool: ASCII Computer</dt>
|
<dt>New Magic tool: ASCII Computer</dt>
|
||||||
<dd>Transform your picture into "ASCII art", computer-style.</dt>
|
<dd>Transform your picture into "ASCII art", computer-style.</dt>
|
||||||
|
|
||||||
|
<dt>New Magic tool: ASCII Color Computer</dt>
|
||||||
|
<dd>Transform your picture into colored computer "ASCII art".</dt>
|
||||||
|
|
||||||
<dt>Magic API Updates</dt>
|
<dt>Magic API Updates</dt>
|
||||||
<dd>Sound pause and resume functions added.</dt>
|
<dd>Sound pause and resume functions added.</dt>
|
||||||
</dl>
|
</dl>
|
||||||
|
|
|
||||||
|
|
@ -6,7 +6,7 @@
|
||||||
Copyright © 2002-2024 by various contributors; AUTHORS.txt 参照.
|
Copyright © 2002-2024 by various contributors; AUTHORS.txt 参照.
|
||||||
https://tuxpaint.org/
|
https://tuxpaint.org/
|
||||||
|
|
||||||
2024年9月25日
|
2024年9月27日
|
||||||
|
|
||||||
+--------------------------------------------------+
|
+--------------------------------------------------+
|
||||||
| 目次 |
|
| 目次 |
|
||||||
|
|
@ -114,6 +114,12 @@ New Magic tool: Fractal
|
||||||
A set of tools that recursively repeat what you draw, scaling and/or
|
A set of tools that recursively repeat what you draw, scaling and/or
|
||||||
rotating it as they repeat.
|
rotating it as they repeat.
|
||||||
|
|
||||||
|
New Magic tool: ASCII Typewriter
|
||||||
|
Transform your picture into "ASCII art", typewriter-style.
|
||||||
|
New Magic tool: ASCII Computer
|
||||||
|
Transform your picture into "ASCII art", computer-style.
|
||||||
|
New Magic tool: ASCII Color Computer
|
||||||
|
Transform your picture into colored computer "ASCII art".
|
||||||
Magic API Updates
|
Magic API Updates
|
||||||
Sound pause and resume functions added.
|
Sound pause and resume functions added.
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -249,6 +249,9 @@
|
||||||
<dt>New Magic tool: ASCII Computer</dt>
|
<dt>New Magic tool: ASCII Computer</dt>
|
||||||
<dd>Transform your picture into "ASCII art", computer-style.</dt>
|
<dd>Transform your picture into "ASCII art", computer-style.</dt>
|
||||||
|
|
||||||
|
<dt>New Magic tool: ASCII Color Computer</dt>
|
||||||
|
<dd>Transform your picture into colored computer "ASCII art".</dt>
|
||||||
|
|
||||||
<dt>Magic API Updates</dt>
|
<dt>Magic API Updates</dt>
|
||||||
<dd>Sound pause and resume functions added.</dt>
|
<dd>Sound pause and resume functions added.</dt>
|
||||||
</dl>
|
</dl>
|
||||||
|
|
|
||||||
|
|
@ -6,7 +6,7 @@
|
||||||
Të drejta kopjimi © 2002-2024 nga kontribues të ndryshëm; shihni AUTHORS.txt.
|
Të drejta kopjimi © 2002-2024 nga kontribues të ndryshëm; shihni AUTHORS.txt.
|
||||||
https://tuxpaint.org/
|
https://tuxpaint.org/
|
||||||
|
|
||||||
25 shtator 2024
|
27 shtator 2024
|
||||||
|
|
||||||
+---------------------------------------------------+
|
+---------------------------------------------------+
|
||||||
| Pasqyrë e Lëndës |
|
| Pasqyrë e Lëndës |
|
||||||
|
|
@ -116,6 +116,12 @@ New Magic tool: Fractal
|
||||||
A set of tools that recursively repeat what you draw, scaling and/or
|
A set of tools that recursively repeat what you draw, scaling and/or
|
||||||
rotating it as they repeat.
|
rotating it as they repeat.
|
||||||
|
|
||||||
|
New Magic tool: ASCII Typewriter
|
||||||
|
Transform your picture into "ASCII art", typewriter-style.
|
||||||
|
New Magic tool: ASCII Computer
|
||||||
|
Transform your picture into "ASCII art", computer-style.
|
||||||
|
New Magic tool: ASCII Color Computer
|
||||||
|
Transform your picture into colored computer "ASCII art".
|
||||||
Magic API Updates
|
Magic API Updates
|
||||||
Sound pause and resume functions added.
|
Sound pause and resume functions added.
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -249,6 +249,9 @@
|
||||||
<dt>New Magic tool: ASCII Computer</dt>
|
<dt>New Magic tool: ASCII Computer</dt>
|
||||||
<dd>Transform your picture into "ASCII art", computer-style.</dt>
|
<dd>Transform your picture into "ASCII art", computer-style.</dt>
|
||||||
|
|
||||||
|
<dt>New Magic tool: ASCII Color Computer</dt>
|
||||||
|
<dd>Transform your picture into colored computer "ASCII art".</dt>
|
||||||
|
|
||||||
<dt>Magic API Updates</dt>
|
<dt>Magic API Updates</dt>
|
||||||
<dd>Sound pause and resume functions added.</dt>
|
<dd>Sound pause and resume functions added.</dt>
|
||||||
</dl>
|
</dl>
|
||||||
|
|
|
||||||
18
magic/magic-docs/en/ascii_color_computer.txt
Normal file
18
magic/magic-docs/en/ascii_color_computer.txt
Normal file
|
|
@ -0,0 +1,18 @@
|
||||||
|
Tux Paint "Magic" Tool: ASCII Color Computer
|
||||||
|
|
||||||
|
Group: Distorts
|
||||||
|
|
||||||
|
Author: Bill Kendrick <bill@newbreedsoftware.com>
|
||||||
|
|
||||||
|
Transform your picture into colored computer "ASCII art".
|
||||||
|
|
||||||
|
This tool offers both freehand and one-click operation.
|
||||||
|
|
||||||
|
This tool offers multiple size settings.
|
||||||
|
|
||||||
|
See also: ASCII Computer & ASCII Typewriter.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
Tux Paint 0.9.34
|
||||||
|
|
||||||
20
magic/magic-docs/en/ascii_computer.txt
Normal file
20
magic/magic-docs/en/ascii_computer.txt
Normal file
|
|
@ -0,0 +1,20 @@
|
||||||
|
Tux Paint "Magic" Tool: ASCII Computer
|
||||||
|
|
||||||
|
Group: Distorts
|
||||||
|
|
||||||
|
Author: Bill Kendrick <bill@newbreedsoftware.com>
|
||||||
|
|
||||||
|
Transform your picture into "ASCII art", computer-style.
|
||||||
|
|
||||||
|
This tool offers both freehand and one-click operation.
|
||||||
|
|
||||||
|
This tool offers multiple size settings.
|
||||||
|
|
||||||
|
This tool offers color choices.
|
||||||
|
|
||||||
|
See also: ASCII Typewriter & ASCII Color Computer.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
Tux Paint 0.9.34
|
||||||
|
|
||||||
17
magic/magic-docs/en/html/ascii_color_computer.html
Normal file
17
magic/magic-docs/en/html/ascii_color_computer.html
Normal file
|
|
@ -0,0 +1,17 @@
|
||||||
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||||
|
<body><html><head><title>Tux Paint "Magic" Tool: ASCII Color Computer</title>
|
||||||
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||||
|
</head>
|
||||||
|
<body bgcolor="#FFFFFF" text="#000000" link="#0000FF" vlink="#FF0000" alink="#FF00FF">
|
||||||
|
<h1 align="center">Tux Paint "Magic" Tool: ASCII Color Computer</h1>
|
||||||
|
<h2 align="center">Group: Distorts</h2>
|
||||||
|
<h3 align="center">Author:
|
||||||
|
Bill Kendrick <<a href="mailto:bill@newbreedsoftware.com">bill@newbreedsoftware.com</a>></h3>
|
||||||
|
<p>Transform your picture into colored computer "ASCII art".</p>
|
||||||
|
<p align=center><img src="../../../html/images/magic_examples/ascii_color_computer.png"></p>
|
||||||
|
<p>This tool offers both freehand and one-click operation.</p>
|
||||||
|
<p>This tool offers multiple size settings.</p>
|
||||||
|
<p>See also: <a href="ascii_computer.html">ASCII Computer</a> & <a href="ascii_typewriter.html">ASCII Typewriter</a>.</p>
|
||||||
|
<hr size="1" noshade />
|
||||||
|
<p align="center">Tux Paint 0.9.34</p>
|
||||||
|
</body></html>
|
||||||
|
|
@ -11,7 +11,8 @@ Bill Kendrick <<a href="mailto:bill@newbreedsoftware.com">bill@newbreedsoftwa
|
||||||
<p align=center><img src="../../../html/images/magic_examples/ascii_computer.png"></p>
|
<p align=center><img src="../../../html/images/magic_examples/ascii_computer.png"></p>
|
||||||
<p>This tool offers both freehand and one-click operation.</p>
|
<p>This tool offers both freehand and one-click operation.</p>
|
||||||
<p>This tool offers multiple size settings.</p>
|
<p>This tool offers multiple size settings.</p>
|
||||||
<p>See also: <a href="ascii_typewriter.html">ASCII Typewriter</a>.</p>
|
<p>This tool offers color choices.</p>
|
||||||
|
<p>See also: <a href="ascii_typewriter.html">ASCII Typewriter</a> & <a href="ascii_color_computer.html">ASCII Color Computer</a>.</p>
|
||||||
<hr size="1" noshade />
|
<hr size="1" noshade />
|
||||||
<p align="center">Tux Paint 0.9.34</p>
|
<p align="center">Tux Paint 0.9.34</p>
|
||||||
</body></html>
|
</body></html>
|
||||||
|
|
@ -11,7 +11,8 @@ Bill Kendrick <<a href="mailto:bill@newbreedsoftware.com">bill@newbreedsoftwa
|
||||||
<p align=center><img src="../../../html/images/magic_examples/ascii_typewriter.png"></p>
|
<p align=center><img src="../../../html/images/magic_examples/ascii_typewriter.png"></p>
|
||||||
<p>This tool offers both freehand and one-click operation.</p>
|
<p>This tool offers both freehand and one-click operation.</p>
|
||||||
<p>This tool offers multiple size settings.</p>
|
<p>This tool offers multiple size settings.</p>
|
||||||
<p>See also: <a href="ascii_computer.html">ASCII Computer</a>.</p>
|
<p>This tool offers color choices.</p>
|
||||||
|
<p>See also: <a href="ascii_computer.html">ASCII Computer</a> & <a href="ascii_color_computer.html">ASCII Color Computer</a>.</p>
|
||||||
<hr size="1" noshade />
|
<hr size="1" noshade />
|
||||||
<p align="center">Tux Paint 0.9.34</p>
|
<p align="center">Tux Paint 0.9.34</p>
|
||||||
</body></html>
|
</body></html>
|
||||||
|
|
@ -31,6 +31,7 @@
|
||||||
<li><a href="tv_bright.html">TV (Bright)</a></li>
|
<li><a href="tv_bright.html">TV (Bright)</a></li>
|
||||||
<li><a href="ascii_typewriter.html">ASCII Typewriter</a></li>
|
<li><a href="ascii_typewriter.html">ASCII Typewriter</a></li>
|
||||||
<li><a href="ascii_computer.html">ASCII Computer</a></li>
|
<li><a href="ascii_computer.html">ASCII Computer</a></li>
|
||||||
|
<li><a href="ascii_color_computer.html">ASCII Color Computer</a></li>
|
||||||
<li><a href="noise.html">Noise</a></li>
|
<li><a href="noise.html">Noise</a></li>
|
||||||
<li><a href="halftone.html">Halftone</a></li>
|
<li><a href="halftone.html">Halftone</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
|
||||||
|
|
@ -25,6 +25,9 @@ Distorts
|
||||||
* Mosaic
|
* Mosaic
|
||||||
* TV
|
* TV
|
||||||
* TV (Bright)
|
* TV (Bright)
|
||||||
|
* ASCII Typewriter
|
||||||
|
* ASCII Computer
|
||||||
|
* ASCII Color Computer
|
||||||
* Noise
|
* Noise
|
||||||
* Halftone
|
* Halftone
|
||||||
|
|
||||||
|
|
|
||||||
18
magic/magic-docs/es_ES.UTF-8/ascii_color_computer.txt
Normal file
18
magic/magic-docs/es_ES.UTF-8/ascii_color_computer.txt
Normal file
|
|
@ -0,0 +1,18 @@
|
||||||
|
Tux Paint "Magic" Tool: ASCII Color Computer
|
||||||
|
|
||||||
|
Group: Distorts
|
||||||
|
|
||||||
|
Author: Bill Kendrick <bill@newbreedsoftware.com>
|
||||||
|
|
||||||
|
Transform your picture into colored computer "ASCII art".
|
||||||
|
|
||||||
|
This tool offers both freehand and one-click operation.
|
||||||
|
|
||||||
|
This tool offers multiple size settings.
|
||||||
|
|
||||||
|
See also: ASCII Computer & ASCII Typewriter.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
Tux Paint 0.9.34
|
||||||
|
|
||||||
20
magic/magic-docs/es_ES.UTF-8/ascii_computer.txt
Normal file
20
magic/magic-docs/es_ES.UTF-8/ascii_computer.txt
Normal file
|
|
@ -0,0 +1,20 @@
|
||||||
|
Tux Paint "Magic" Tool: ASCII Computer
|
||||||
|
|
||||||
|
Group: Distorts
|
||||||
|
|
||||||
|
Author: Bill Kendrick <bill@newbreedsoftware.com>
|
||||||
|
|
||||||
|
Transform your picture into "ASCII art", computer-style.
|
||||||
|
|
||||||
|
This tool offers both freehand and one-click operation.
|
||||||
|
|
||||||
|
This tool offers multiple size settings.
|
||||||
|
|
||||||
|
This tool offers color choices.
|
||||||
|
|
||||||
|
See also: ASCII Typewriter & ASCII Color Computer.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
Tux Paint 0.9.34
|
||||||
|
|
||||||
17
magic/magic-docs/es_ES.UTF-8/html/ascii_color_computer.html
Normal file
17
magic/magic-docs/es_ES.UTF-8/html/ascii_color_computer.html
Normal file
|
|
@ -0,0 +1,17 @@
|
||||||
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||||
|
<body><html><head><title>Tux Paint "Magic" Tool: ASCII Color Computer</title>
|
||||||
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||||
|
</head>
|
||||||
|
<body bgcolor="#FFFFFF" text="#000000" link="#0000FF" vlink="#FF0000" alink="#FF00FF">
|
||||||
|
<h1 align="center">Tux Paint "Magic" Tool: ASCII Color Computer</h1>
|
||||||
|
<h2 align="center">Group: Distorts</h2>
|
||||||
|
<h3 align="center">Author:
|
||||||
|
Bill Kendrick <<a href="mailto:bill@newbreedsoftware.com">bill@newbreedsoftware.com</a>></h3>
|
||||||
|
<p>Transform your picture into colored computer "ASCII art".</p>
|
||||||
|
<p align=center><img src="../../../html/images/magic_examples/ascii_color_computer.png"></p>
|
||||||
|
<p>This tool offers both freehand and one-click operation.</p>
|
||||||
|
<p>This tool offers multiple size settings.</p>
|
||||||
|
<p>See also: <a href="ascii_computer.html">ASCII Computer</a> & <a href="ascii_typewriter.html">ASCII Typewriter</a>.</p>
|
||||||
|
<hr size="1" noshade />
|
||||||
|
<p align="center">Tux Paint 0.9.34</p>
|
||||||
|
</body></html>
|
||||||
|
|
@ -11,7 +11,8 @@ Bill Kendrick <<a href="mailto:bill@newbreedsoftware.com">bill@newbreedsoftwa
|
||||||
<p align=center><img src="../../../html/images/magic_examples/ascii_computer.png"></p>
|
<p align=center><img src="../../../html/images/magic_examples/ascii_computer.png"></p>
|
||||||
<p>This tool offers both freehand and one-click operation.</p>
|
<p>This tool offers both freehand and one-click operation.</p>
|
||||||
<p>This tool offers multiple size settings.</p>
|
<p>This tool offers multiple size settings.</p>
|
||||||
<p>See also: <a href="ascii_typewriter.html">ASCII Typewriter</a>.</p>
|
<p>This tool offers color choices.</p>
|
||||||
|
<p>See also: <a href="ascii_typewriter.html">ASCII Typewriter</a> & <a href="ascii_color_computer.html">ASCII Color Computer</a>.</p>
|
||||||
<hr size="1" noshade />
|
<hr size="1" noshade />
|
||||||
<p align="center">Tux Paint 0.9.34</p>
|
<p align="center">Tux Paint 0.9.34</p>
|
||||||
</body></html>
|
</body></html>
|
||||||
|
|
@ -11,7 +11,8 @@ Bill Kendrick <<a href="mailto:bill@newbreedsoftware.com">bill@newbreedsoftwa
|
||||||
<p align=center><img src="../../../html/images/magic_examples/ascii_typewriter.png"></p>
|
<p align=center><img src="../../../html/images/magic_examples/ascii_typewriter.png"></p>
|
||||||
<p>This tool offers both freehand and one-click operation.</p>
|
<p>This tool offers both freehand and one-click operation.</p>
|
||||||
<p>This tool offers multiple size settings.</p>
|
<p>This tool offers multiple size settings.</p>
|
||||||
<p>See also: <a href="ascii_computer.html">ASCII Computer</a>.</p>
|
<p>This tool offers color choices.</p>
|
||||||
|
<p>See also: <a href="ascii_computer.html">ASCII Computer</a> & <a href="ascii_color_computer.html">ASCII Color Computer</a>.</p>
|
||||||
<hr size="1" noshade />
|
<hr size="1" noshade />
|
||||||
<p align="center">Tux Paint 0.9.34</p>
|
<p align="center">Tux Paint 0.9.34</p>
|
||||||
</body></html>
|
</body></html>
|
||||||
|
|
@ -31,6 +31,7 @@
|
||||||
<li><a href="tv_bright.html">TV (Bright)</a></li>
|
<li><a href="tv_bright.html">TV (Bright)</a></li>
|
||||||
<li><a href="ascii_typewriter.html">ASCII Typewriter</a></li>
|
<li><a href="ascii_typewriter.html">ASCII Typewriter</a></li>
|
||||||
<li><a href="ascii_computer.html">ASCII Computer</a></li>
|
<li><a href="ascii_computer.html">ASCII Computer</a></li>
|
||||||
|
<li><a href="ascii_color_computer.html">ASCII Color Computer</a></li>
|
||||||
<li><a href="noise.html">Noise</a></li>
|
<li><a href="noise.html">Noise</a></li>
|
||||||
<li><a href="halftone.html">Halftone</a></li>
|
<li><a href="halftone.html">Halftone</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
|
||||||
|
|
@ -25,6 +25,9 @@ Distorts
|
||||||
* Mosaic
|
* Mosaic
|
||||||
* TV
|
* TV
|
||||||
* TV (Bright)
|
* TV (Bright)
|
||||||
|
* ASCII Typewriter
|
||||||
|
* ASCII Computer
|
||||||
|
* ASCII Color Computer
|
||||||
* Noise
|
* Noise
|
||||||
* Halftone
|
* Halftone
|
||||||
|
|
||||||
|
|
|
||||||
18
magic/magic-docs/fr_FR.UTF-8/ascii_color_computer.txt
Normal file
18
magic/magic-docs/fr_FR.UTF-8/ascii_color_computer.txt
Normal file
|
|
@ -0,0 +1,18 @@
|
||||||
|
Outil 'Magie' de Tux Paint : ASCII Color Computer
|
||||||
|
|
||||||
|
Groupe: Distorsions
|
||||||
|
|
||||||
|
Auteur : Bill Kendrick <bill@newbreedsoftware.com>
|
||||||
|
|
||||||
|
Transform your picture into colored computer "ASCII art".
|
||||||
|
|
||||||
|
Cet outil permet à la fois de travailler avec un simple clic et à main levée.
|
||||||
|
|
||||||
|
Cet outil permet de travailler avec plusieurs tailles.
|
||||||
|
|
||||||
|
Voir aussi : ASCII Computer & ASCII Typewriter.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
Tux Paint 0.9.34
|
||||||
|
|
||||||
20
magic/magic-docs/fr_FR.UTF-8/ascii_computer.txt
Normal file
20
magic/magic-docs/fr_FR.UTF-8/ascii_computer.txt
Normal file
|
|
@ -0,0 +1,20 @@
|
||||||
|
Outil 'Magie' de Tux Paint : ASCII Computer
|
||||||
|
|
||||||
|
Groupe: Distorsions
|
||||||
|
|
||||||
|
Auteur : Bill Kendrick <bill@newbreedsoftware.com>
|
||||||
|
|
||||||
|
Transform your picture into "ASCII art", computer-style.
|
||||||
|
|
||||||
|
Cet outil permet à la fois de travailler avec un simple clic et à main levée.
|
||||||
|
|
||||||
|
Cet outil permet de travailler avec plusieurs tailles.
|
||||||
|
|
||||||
|
Cet outil permet de choisir des couleurs.
|
||||||
|
|
||||||
|
Voir aussi : ASCII Typewriter & ASCII Color Computer.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
Tux Paint 0.9.34
|
||||||
|
|
||||||
17
magic/magic-docs/fr_FR.UTF-8/html/ascii_color_computer.html
Normal file
17
magic/magic-docs/fr_FR.UTF-8/html/ascii_color_computer.html
Normal file
|
|
@ -0,0 +1,17 @@
|
||||||
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||||
|
<body><html><head><title>Outil 'Magie' de Tux Paint : ASCII Color Computer</title>
|
||||||
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||||
|
</head>
|
||||||
|
<body bgcolor="#FFFFFF" text="#000000" link="#0000FF" vlink="#FF0000" alink="#FF00FF">
|
||||||
|
<h1 align="center">Outil 'Magie' de Tux Paint : ASCII Color Computer</h1>
|
||||||
|
<h2 align="center">Groupe: Distorsions</h2>
|
||||||
|
<h3 align="center">Auteur :
|
||||||
|
Bill Kendrick <<a href="mailto:bill@newbreedsoftware.com">bill@newbreedsoftware.com</a>></h3>
|
||||||
|
<p>Transform your picture into colored computer "ASCII art".</p>
|
||||||
|
<p align=center><img src="../../../html/images/magic_examples/ascii_color_computer.png"></p>
|
||||||
|
<p>Cet outil permet à la fois de travailler avec un simple clic et à main levée.</p>
|
||||||
|
<p>Cet outil permet de travailler avec plusieurs tailles.</p>
|
||||||
|
<p>Voir aussi : <a href="ascii_computer.html">ASCII Computer</a> & <a href="ascii_typewriter.html">ASCII Typewriter</a>.</p>
|
||||||
|
<hr size="1" noshade />
|
||||||
|
<p align="center">Tux Paint 0.9.34</p>
|
||||||
|
</body></html>
|
||||||
|
|
@ -11,7 +11,8 @@ Bill Kendrick <<a href="mailto:bill@newbreedsoftware.com">bill@newbreedsoftwa
|
||||||
<p align=center><img src="../../../html/images/magic_examples/ascii_computer.png"></p>
|
<p align=center><img src="../../../html/images/magic_examples/ascii_computer.png"></p>
|
||||||
<p>Cet outil permet à la fois de travailler avec un simple clic et à main levée.</p>
|
<p>Cet outil permet à la fois de travailler avec un simple clic et à main levée.</p>
|
||||||
<p>Cet outil permet de travailler avec plusieurs tailles.</p>
|
<p>Cet outil permet de travailler avec plusieurs tailles.</p>
|
||||||
<p>Voir aussi : <a href="ascii_typewriter.html">ASCII Typewriter</a>.</p>
|
<p>Cet outil permet de choisir des couleurs.</p>
|
||||||
|
<p>Voir aussi : <a href="ascii_typewriter.html">ASCII Typewriter</a> & <a href="ascii_color_computer.html">ASCII Color Computer</a>.</p>
|
||||||
<hr size="1" noshade />
|
<hr size="1" noshade />
|
||||||
<p align="center">Tux Paint 0.9.34</p>
|
<p align="center">Tux Paint 0.9.34</p>
|
||||||
</body></html>
|
</body></html>
|
||||||
|
|
@ -11,7 +11,8 @@ Bill Kendrick <<a href="mailto:bill@newbreedsoftware.com">bill@newbreedsoftwa
|
||||||
<p align=center><img src="../../../html/images/magic_examples/ascii_typewriter.png"></p>
|
<p align=center><img src="../../../html/images/magic_examples/ascii_typewriter.png"></p>
|
||||||
<p>Cet outil permet à la fois de travailler avec un simple clic et à main levée.</p>
|
<p>Cet outil permet à la fois de travailler avec un simple clic et à main levée.</p>
|
||||||
<p>Cet outil permet de travailler avec plusieurs tailles.</p>
|
<p>Cet outil permet de travailler avec plusieurs tailles.</p>
|
||||||
<p>Voir aussi : <a href="ascii_computer.html">ASCII Computer</a>.</p>
|
<p>Cet outil permet de choisir des couleurs.</p>
|
||||||
|
<p>Voir aussi : <a href="ascii_computer.html">ASCII Computer</a> & <a href="ascii_color_computer.html">ASCII Color Computer</a>.</p>
|
||||||
<hr size="1" noshade />
|
<hr size="1" noshade />
|
||||||
<p align="center">Tux Paint 0.9.34</p>
|
<p align="center">Tux Paint 0.9.34</p>
|
||||||
</body></html>
|
</body></html>
|
||||||
|
|
@ -31,6 +31,7 @@
|
||||||
<li><a href="tv_bright.html">TV (brillant)</a></li>
|
<li><a href="tv_bright.html">TV (brillant)</a></li>
|
||||||
<li><a href="ascii_typewriter.html">ASCII Typewriter</a></li>
|
<li><a href="ascii_typewriter.html">ASCII Typewriter</a></li>
|
||||||
<li><a href="ascii_computer.html">ASCII Computer</a></li>
|
<li><a href="ascii_computer.html">ASCII Computer</a></li>
|
||||||
|
<li><a href="ascii_color_computer.html">ASCII Color Computer</a></li>
|
||||||
<li><a href="noise.html">Parasites</a></li>
|
<li><a href="noise.html">Parasites</a></li>
|
||||||
<li><a href="halftone.html">Demi-teinte</a></li>
|
<li><a href="halftone.html">Demi-teinte</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
|
||||||
|
|
@ -25,6 +25,9 @@ Distorsions
|
||||||
* Mosaïque
|
* Mosaïque
|
||||||
* TV
|
* TV
|
||||||
* TV (brillant)
|
* TV (brillant)
|
||||||
|
* ASCII Typewriter
|
||||||
|
* ASCII Computer
|
||||||
|
* ASCII Color Computer
|
||||||
* Parasites
|
* Parasites
|
||||||
* Demi-teinte
|
* Demi-teinte
|
||||||
|
|
||||||
|
|
|
||||||
18
magic/magic-docs/gl_ES.UTF-8/ascii_color_computer.txt
Normal file
18
magic/magic-docs/gl_ES.UTF-8/ascii_color_computer.txt
Normal file
|
|
@ -0,0 +1,18 @@
|
||||||
|
Tux Paint "Magic" Tool: ASCII Color Computer
|
||||||
|
|
||||||
|
Group: Distorts
|
||||||
|
|
||||||
|
Author: Bill Kendrick <bill@newbreedsoftware.com>
|
||||||
|
|
||||||
|
Transform your picture into colored computer "ASCII art".
|
||||||
|
|
||||||
|
This tool offers both freehand and one-click operation.
|
||||||
|
|
||||||
|
This tool offers multiple size settings.
|
||||||
|
|
||||||
|
See also: ASCII Computer & ASCII Typewriter.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
Tux Paint 0.9.34
|
||||||
|
|
||||||
20
magic/magic-docs/gl_ES.UTF-8/ascii_computer.txt
Normal file
20
magic/magic-docs/gl_ES.UTF-8/ascii_computer.txt
Normal file
|
|
@ -0,0 +1,20 @@
|
||||||
|
Tux Paint "Magic" Tool: ASCII Computer
|
||||||
|
|
||||||
|
Group: Distorts
|
||||||
|
|
||||||
|
Author: Bill Kendrick <bill@newbreedsoftware.com>
|
||||||
|
|
||||||
|
Transform your picture into "ASCII art", computer-style.
|
||||||
|
|
||||||
|
This tool offers both freehand and one-click operation.
|
||||||
|
|
||||||
|
This tool offers multiple size settings.
|
||||||
|
|
||||||
|
This tool offers color choices.
|
||||||
|
|
||||||
|
See also: ASCII Typewriter & ASCII Color Computer.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
Tux Paint 0.9.34
|
||||||
|
|
||||||
17
magic/magic-docs/gl_ES.UTF-8/html/ascii_color_computer.html
Normal file
17
magic/magic-docs/gl_ES.UTF-8/html/ascii_color_computer.html
Normal file
|
|
@ -0,0 +1,17 @@
|
||||||
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||||
|
<body><html><head><title>Tux Paint "Magic" Tool: ASCII Color Computer</title>
|
||||||
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||||
|
</head>
|
||||||
|
<body bgcolor="#FFFFFF" text="#000000" link="#0000FF" vlink="#FF0000" alink="#FF00FF">
|
||||||
|
<h1 align="center">Tux Paint "Magic" Tool: ASCII Color Computer</h1>
|
||||||
|
<h2 align="center">Group: Distorts</h2>
|
||||||
|
<h3 align="center">Author:
|
||||||
|
Bill Kendrick <<a href="mailto:bill@newbreedsoftware.com">bill@newbreedsoftware.com</a>></h3>
|
||||||
|
<p>Transform your picture into colored computer "ASCII art".</p>
|
||||||
|
<p align=center><img src="../../../html/images/magic_examples/ascii_color_computer.png"></p>
|
||||||
|
<p>This tool offers both freehand and one-click operation.</p>
|
||||||
|
<p>This tool offers multiple size settings.</p>
|
||||||
|
<p>See also: <a href="ascii_computer.html">ASCII Computer</a> & <a href="ascii_typewriter.html">ASCII Typewriter</a>.</p>
|
||||||
|
<hr size="1" noshade />
|
||||||
|
<p align="center">Tux Paint 0.9.34</p>
|
||||||
|
</body></html>
|
||||||
|
|
@ -11,7 +11,8 @@ Bill Kendrick <<a href="mailto:bill@newbreedsoftware.com">bill@newbreedsoftwa
|
||||||
<p align=center><img src="../../../html/images/magic_examples/ascii_computer.png"></p>
|
<p align=center><img src="../../../html/images/magic_examples/ascii_computer.png"></p>
|
||||||
<p>This tool offers both freehand and one-click operation.</p>
|
<p>This tool offers both freehand and one-click operation.</p>
|
||||||
<p>This tool offers multiple size settings.</p>
|
<p>This tool offers multiple size settings.</p>
|
||||||
<p>See also: <a href="ascii_typewriter.html">ASCII Typewriter</a>.</p>
|
<p>This tool offers color choices.</p>
|
||||||
|
<p>See also: <a href="ascii_typewriter.html">ASCII Typewriter</a> & <a href="ascii_color_computer.html">ASCII Color Computer</a>.</p>
|
||||||
<hr size="1" noshade />
|
<hr size="1" noshade />
|
||||||
<p align="center">Tux Paint 0.9.34</p>
|
<p align="center">Tux Paint 0.9.34</p>
|
||||||
</body></html>
|
</body></html>
|
||||||
|
|
@ -11,7 +11,8 @@ Bill Kendrick <<a href="mailto:bill@newbreedsoftware.com">bill@newbreedsoftwa
|
||||||
<p align=center><img src="../../../html/images/magic_examples/ascii_typewriter.png"></p>
|
<p align=center><img src="../../../html/images/magic_examples/ascii_typewriter.png"></p>
|
||||||
<p>This tool offers both freehand and one-click operation.</p>
|
<p>This tool offers both freehand and one-click operation.</p>
|
||||||
<p>This tool offers multiple size settings.</p>
|
<p>This tool offers multiple size settings.</p>
|
||||||
<p>See also: <a href="ascii_computer.html">ASCII Computer</a>.</p>
|
<p>This tool offers color choices.</p>
|
||||||
|
<p>See also: <a href="ascii_computer.html">ASCII Computer</a> & <a href="ascii_color_computer.html">ASCII Color Computer</a>.</p>
|
||||||
<hr size="1" noshade />
|
<hr size="1" noshade />
|
||||||
<p align="center">Tux Paint 0.9.34</p>
|
<p align="center">Tux Paint 0.9.34</p>
|
||||||
</body></html>
|
</body></html>
|
||||||
|
|
@ -31,6 +31,7 @@
|
||||||
<li><a href="tv_bright.html">TV (Bright)</a></li>
|
<li><a href="tv_bright.html">TV (Bright)</a></li>
|
||||||
<li><a href="ascii_typewriter.html">ASCII Typewriter</a></li>
|
<li><a href="ascii_typewriter.html">ASCII Typewriter</a></li>
|
||||||
<li><a href="ascii_computer.html">ASCII Computer</a></li>
|
<li><a href="ascii_computer.html">ASCII Computer</a></li>
|
||||||
|
<li><a href="ascii_color_computer.html">ASCII Color Computer</a></li>
|
||||||
<li><a href="noise.html">Noise</a></li>
|
<li><a href="noise.html">Noise</a></li>
|
||||||
<li><a href="halftone.html">Halftone</a></li>
|
<li><a href="halftone.html">Halftone</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
|
||||||
|
|
@ -25,6 +25,9 @@ Distorts
|
||||||
* Mosaic
|
* Mosaic
|
||||||
* TV
|
* TV
|
||||||
* TV (Bright)
|
* TV (Bright)
|
||||||
|
* ASCII Typewriter
|
||||||
|
* ASCII Computer
|
||||||
|
* ASCII Color Computer
|
||||||
* Noise
|
* Noise
|
||||||
* Halftone
|
* Halftone
|
||||||
|
|
||||||
|
|
|
||||||
18
magic/magic-docs/is_IS.UTF-8/ascii_color_computer.txt
Normal file
18
magic/magic-docs/is_IS.UTF-8/ascii_color_computer.txt
Normal file
|
|
@ -0,0 +1,18 @@
|
||||||
|
Tux Paint "Magic" Tool: ASCII Color Computer
|
||||||
|
|
||||||
|
Group: Distorts
|
||||||
|
|
||||||
|
Author: Bill Kendrick <bill@newbreedsoftware.com>
|
||||||
|
|
||||||
|
Transform your picture into colored computer "ASCII art".
|
||||||
|
|
||||||
|
This tool offers both freehand and one-click operation.
|
||||||
|
|
||||||
|
This tool offers multiple size settings.
|
||||||
|
|
||||||
|
See also: ASCII Computer & ASCII Typewriter.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
Tux Paint 0.9.34
|
||||||
|
|
||||||
20
magic/magic-docs/is_IS.UTF-8/ascii_computer.txt
Normal file
20
magic/magic-docs/is_IS.UTF-8/ascii_computer.txt
Normal file
|
|
@ -0,0 +1,20 @@
|
||||||
|
Tux Paint "Magic" Tool: ASCII Computer
|
||||||
|
|
||||||
|
Group: Distorts
|
||||||
|
|
||||||
|
Author: Bill Kendrick <bill@newbreedsoftware.com>
|
||||||
|
|
||||||
|
Transform your picture into "ASCII art", computer-style.
|
||||||
|
|
||||||
|
This tool offers both freehand and one-click operation.
|
||||||
|
|
||||||
|
This tool offers multiple size settings.
|
||||||
|
|
||||||
|
This tool offers color choices.
|
||||||
|
|
||||||
|
See also: ASCII Typewriter & ASCII Color Computer.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
Tux Paint 0.9.34
|
||||||
|
|
||||||
17
magic/magic-docs/is_IS.UTF-8/html/ascii_color_computer.html
Normal file
17
magic/magic-docs/is_IS.UTF-8/html/ascii_color_computer.html
Normal file
|
|
@ -0,0 +1,17 @@
|
||||||
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||||
|
<body><html><head><title>Tux Paint "Magic" Tool: ASCII Color Computer</title>
|
||||||
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||||
|
</head>
|
||||||
|
<body bgcolor="#FFFFFF" text="#000000" link="#0000FF" vlink="#FF0000" alink="#FF00FF">
|
||||||
|
<h1 align="center">Tux Paint "Magic" Tool: ASCII Color Computer</h1>
|
||||||
|
<h2 align="center">Group: Distorts</h2>
|
||||||
|
<h3 align="center">Author:
|
||||||
|
Bill Kendrick <<a href="mailto:bill@newbreedsoftware.com">bill@newbreedsoftware.com</a>></h3>
|
||||||
|
<p>Transform your picture into colored computer "ASCII art".</p>
|
||||||
|
<p align=center><img src="../../../html/images/magic_examples/ascii_color_computer.png"></p>
|
||||||
|
<p>This tool offers both freehand and one-click operation.</p>
|
||||||
|
<p>This tool offers multiple size settings.</p>
|
||||||
|
<p>See also: <a href="ascii_computer.html">ASCII Computer</a> & <a href="ascii_typewriter.html">ASCII Typewriter</a>.</p>
|
||||||
|
<hr size="1" noshade />
|
||||||
|
<p align="center">Tux Paint 0.9.34</p>
|
||||||
|
</body></html>
|
||||||
|
|
@ -11,7 +11,8 @@ Bill Kendrick <<a href="mailto:bill@newbreedsoftware.com">bill@newbreedsoftwa
|
||||||
<p align=center><img src="../../../html/images/magic_examples/ascii_computer.png"></p>
|
<p align=center><img src="../../../html/images/magic_examples/ascii_computer.png"></p>
|
||||||
<p>This tool offers both freehand and one-click operation.</p>
|
<p>This tool offers both freehand and one-click operation.</p>
|
||||||
<p>This tool offers multiple size settings.</p>
|
<p>This tool offers multiple size settings.</p>
|
||||||
<p>See also: <a href="ascii_typewriter.html">ASCII Typewriter</a>.</p>
|
<p>This tool offers color choices.</p>
|
||||||
|
<p>See also: <a href="ascii_typewriter.html">ASCII Typewriter</a> & <a href="ascii_color_computer.html">ASCII Color Computer</a>.</p>
|
||||||
<hr size="1" noshade />
|
<hr size="1" noshade />
|
||||||
<p align="center">Tux Paint 0.9.34</p>
|
<p align="center">Tux Paint 0.9.34</p>
|
||||||
</body></html>
|
</body></html>
|
||||||
|
|
@ -11,7 +11,8 @@ Bill Kendrick <<a href="mailto:bill@newbreedsoftware.com">bill@newbreedsoftwa
|
||||||
<p align=center><img src="../../../html/images/magic_examples/ascii_typewriter.png"></p>
|
<p align=center><img src="../../../html/images/magic_examples/ascii_typewriter.png"></p>
|
||||||
<p>This tool offers both freehand and one-click operation.</p>
|
<p>This tool offers both freehand and one-click operation.</p>
|
||||||
<p>This tool offers multiple size settings.</p>
|
<p>This tool offers multiple size settings.</p>
|
||||||
<p>See also: <a href="ascii_computer.html">ASCII Computer</a>.</p>
|
<p>This tool offers color choices.</p>
|
||||||
|
<p>See also: <a href="ascii_computer.html">ASCII Computer</a> & <a href="ascii_color_computer.html">ASCII Color Computer</a>.</p>
|
||||||
<hr size="1" noshade />
|
<hr size="1" noshade />
|
||||||
<p align="center">Tux Paint 0.9.34</p>
|
<p align="center">Tux Paint 0.9.34</p>
|
||||||
</body></html>
|
</body></html>
|
||||||
|
|
@ -31,6 +31,7 @@
|
||||||
<li><a href="tv_bright.html">TV (Bright)</a></li>
|
<li><a href="tv_bright.html">TV (Bright)</a></li>
|
||||||
<li><a href="ascii_typewriter.html">ASCII Typewriter</a></li>
|
<li><a href="ascii_typewriter.html">ASCII Typewriter</a></li>
|
||||||
<li><a href="ascii_computer.html">ASCII Computer</a></li>
|
<li><a href="ascii_computer.html">ASCII Computer</a></li>
|
||||||
|
<li><a href="ascii_color_computer.html">ASCII Color Computer</a></li>
|
||||||
<li><a href="noise.html">Noise</a></li>
|
<li><a href="noise.html">Noise</a></li>
|
||||||
<li><a href="halftone.html">Halftone</a></li>
|
<li><a href="halftone.html">Halftone</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
|
||||||
|
|
@ -25,6 +25,9 @@ Distorts
|
||||||
* Mosaic
|
* Mosaic
|
||||||
* TV
|
* TV
|
||||||
* TV (Bright)
|
* TV (Bright)
|
||||||
|
* ASCII Typewriter
|
||||||
|
* ASCII Computer
|
||||||
|
* ASCII Color Computer
|
||||||
* Noise
|
* Noise
|
||||||
* Halftone
|
* Halftone
|
||||||
|
|
||||||
|
|
|
||||||
18
magic/magic-docs/ja_JP.UTF-8/ascii_color_computer.txt
Normal file
18
magic/magic-docs/ja_JP.UTF-8/ascii_color_computer.txt
Normal file
|
|
@ -0,0 +1,18 @@
|
||||||
|
Tux Paint "Magic" Tool: ASCII Color Computer
|
||||||
|
|
||||||
|
Group: Distorts
|
||||||
|
|
||||||
|
Author: Bill Kendrick <bill@newbreedsoftware.com>
|
||||||
|
|
||||||
|
Transform your picture into colored computer "ASCII art".
|
||||||
|
|
||||||
|
This tool offers both freehand and one-click operation.
|
||||||
|
|
||||||
|
This tool offers multiple size settings.
|
||||||
|
|
||||||
|
See also: ASCII Computer & ASCII Typewriter.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
Tux Paint 0.9.34
|
||||||
|
|
||||||
20
magic/magic-docs/ja_JP.UTF-8/ascii_computer.txt
Normal file
20
magic/magic-docs/ja_JP.UTF-8/ascii_computer.txt
Normal file
|
|
@ -0,0 +1,20 @@
|
||||||
|
Tux Paint "Magic" Tool: ASCII Computer
|
||||||
|
|
||||||
|
Group: Distorts
|
||||||
|
|
||||||
|
Author: Bill Kendrick <bill@newbreedsoftware.com>
|
||||||
|
|
||||||
|
Transform your picture into "ASCII art", computer-style.
|
||||||
|
|
||||||
|
This tool offers both freehand and one-click operation.
|
||||||
|
|
||||||
|
This tool offers multiple size settings.
|
||||||
|
|
||||||
|
This tool offers color choices.
|
||||||
|
|
||||||
|
See also: ASCII Typewriter & ASCII Color Computer.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
Tux Paint 0.9.34
|
||||||
|
|
||||||
17
magic/magic-docs/ja_JP.UTF-8/html/ascii_color_computer.html
Normal file
17
magic/magic-docs/ja_JP.UTF-8/html/ascii_color_computer.html
Normal file
|
|
@ -0,0 +1,17 @@
|
||||||
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||||
|
<body><html><head><title>Tux Paint "Magic" Tool: ASCII Color Computer</title>
|
||||||
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||||
|
</head>
|
||||||
|
<body bgcolor="#FFFFFF" text="#000000" link="#0000FF" vlink="#FF0000" alink="#FF00FF">
|
||||||
|
<h1 align="center">Tux Paint "Magic" Tool: ASCII Color Computer</h1>
|
||||||
|
<h2 align="center">Group: Distorts</h2>
|
||||||
|
<h3 align="center">Author:
|
||||||
|
Bill Kendrick <<a href="mailto:bill@newbreedsoftware.com">bill@newbreedsoftware.com</a>></h3>
|
||||||
|
<p>Transform your picture into colored computer "ASCII art".</p>
|
||||||
|
<p align=center><img src="../../../html/images/magic_examples/ascii_color_computer.png"></p>
|
||||||
|
<p>This tool offers both freehand and one-click operation.</p>
|
||||||
|
<p>This tool offers multiple size settings.</p>
|
||||||
|
<p>See also: <a href="ascii_computer.html">ASCII Computer</a> & <a href="ascii_typewriter.html">ASCII Typewriter</a>.</p>
|
||||||
|
<hr size="1" noshade />
|
||||||
|
<p align="center">Tux Paint 0.9.34</p>
|
||||||
|
</body></html>
|
||||||
|
|
@ -11,7 +11,8 @@ Bill Kendrick <<a href="mailto:bill@newbreedsoftware.com">bill@newbreedsoftwa
|
||||||
<p align=center><img src="../../../html/images/magic_examples/ascii_computer.png"></p>
|
<p align=center><img src="../../../html/images/magic_examples/ascii_computer.png"></p>
|
||||||
<p>This tool offers both freehand and one-click operation.</p>
|
<p>This tool offers both freehand and one-click operation.</p>
|
||||||
<p>This tool offers multiple size settings.</p>
|
<p>This tool offers multiple size settings.</p>
|
||||||
<p>See also: <a href="ascii_typewriter.html">ASCII Typewriter</a>.</p>
|
<p>This tool offers color choices.</p>
|
||||||
|
<p>See also: <a href="ascii_typewriter.html">ASCII Typewriter</a> & <a href="ascii_color_computer.html">ASCII Color Computer</a>.</p>
|
||||||
<hr size="1" noshade />
|
<hr size="1" noshade />
|
||||||
<p align="center">Tux Paint 0.9.34</p>
|
<p align="center">Tux Paint 0.9.34</p>
|
||||||
</body></html>
|
</body></html>
|
||||||
|
|
@ -11,7 +11,8 @@ Bill Kendrick <<a href="mailto:bill@newbreedsoftware.com">bill@newbreedsoftwa
|
||||||
<p align=center><img src="../../../html/images/magic_examples/ascii_typewriter.png"></p>
|
<p align=center><img src="../../../html/images/magic_examples/ascii_typewriter.png"></p>
|
||||||
<p>This tool offers both freehand and one-click operation.</p>
|
<p>This tool offers both freehand and one-click operation.</p>
|
||||||
<p>This tool offers multiple size settings.</p>
|
<p>This tool offers multiple size settings.</p>
|
||||||
<p>See also: <a href="ascii_computer.html">ASCII Computer</a>.</p>
|
<p>This tool offers color choices.</p>
|
||||||
|
<p>See also: <a href="ascii_computer.html">ASCII Computer</a> & <a href="ascii_color_computer.html">ASCII Color Computer</a>.</p>
|
||||||
<hr size="1" noshade />
|
<hr size="1" noshade />
|
||||||
<p align="center">Tux Paint 0.9.34</p>
|
<p align="center">Tux Paint 0.9.34</p>
|
||||||
</body></html>
|
</body></html>
|
||||||
|
|
@ -31,6 +31,7 @@
|
||||||
<li><a href="tv_bright.html">TV (Bright)</a></li>
|
<li><a href="tv_bright.html">TV (Bright)</a></li>
|
||||||
<li><a href="ascii_typewriter.html">ASCII Typewriter</a></li>
|
<li><a href="ascii_typewriter.html">ASCII Typewriter</a></li>
|
||||||
<li><a href="ascii_computer.html">ASCII Computer</a></li>
|
<li><a href="ascii_computer.html">ASCII Computer</a></li>
|
||||||
|
<li><a href="ascii_color_computer.html">ASCII Color Computer</a></li>
|
||||||
<li><a href="noise.html">Noise</a></li>
|
<li><a href="noise.html">Noise</a></li>
|
||||||
<li><a href="halftone.html">Halftone</a></li>
|
<li><a href="halftone.html">Halftone</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
|
||||||
|
|
@ -25,6 +25,9 @@ Distorts
|
||||||
* Mosaic
|
* Mosaic
|
||||||
* TV
|
* TV
|
||||||
* TV (Bright)
|
* TV (Bright)
|
||||||
|
* ASCII Typewriter
|
||||||
|
* ASCII Computer
|
||||||
|
* ASCII Color Computer
|
||||||
* Noise
|
* Noise
|
||||||
* Halftone
|
* Halftone
|
||||||
|
|
||||||
|
|
|
||||||
18
magic/magic-docs/sq_AL.UTF-8/ascii_color_computer.txt
Normal file
18
magic/magic-docs/sq_AL.UTF-8/ascii_color_computer.txt
Normal file
|
|
@ -0,0 +1,18 @@
|
||||||
|
Mjeti “Magjik” i Tux Paint-it: ASCII Color Computer
|
||||||
|
|
||||||
|
Grup: Shformime
|
||||||
|
|
||||||
|
Autor: Bill Kendrick <bill@newbreedsoftware.com>
|
||||||
|
|
||||||
|
Transform your picture into colored computer "ASCII art".
|
||||||
|
|
||||||
|
Ky mjet ofron si veprim vizatimi me dorë të lirë, ashtu edhe me një klikim.
|
||||||
|
|
||||||
|
Ky mjet ofron rregullime të shumta madhësie.
|
||||||
|
|
||||||
|
Shihni edhe: ASCII Computer & ASCII Typewriter.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
Tux Paint 0.9.34
|
||||||
|
|
||||||
20
magic/magic-docs/sq_AL.UTF-8/ascii_computer.txt
Normal file
20
magic/magic-docs/sq_AL.UTF-8/ascii_computer.txt
Normal file
|
|
@ -0,0 +1,20 @@
|
||||||
|
Mjeti “Magjik” i Tux Paint-it: ASCII Computer
|
||||||
|
|
||||||
|
Grup: Shformime
|
||||||
|
|
||||||
|
Autor: Bill Kendrick <bill@newbreedsoftware.com>
|
||||||
|
|
||||||
|
Transform your picture into "ASCII art", computer-style.
|
||||||
|
|
||||||
|
Ky mjet ofron si veprim vizatimi me dorë të lirë, ashtu edhe me një klikim.
|
||||||
|
|
||||||
|
Ky mjet ofron rregullime të shumta madhësie.
|
||||||
|
|
||||||
|
Ky mjet ofron zgjedhje ngjyrash.
|
||||||
|
|
||||||
|
Shihni edhe: ASCII Typewriter & ASCII Color Computer.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
Tux Paint 0.9.34
|
||||||
|
|
||||||
17
magic/magic-docs/sq_AL.UTF-8/html/ascii_color_computer.html
Normal file
17
magic/magic-docs/sq_AL.UTF-8/html/ascii_color_computer.html
Normal file
|
|
@ -0,0 +1,17 @@
|
||||||
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||||
|
<body><html><head><title>Mjeti “Magjik” i Tux Paint-it: ASCII Color Computer</title>
|
||||||
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||||
|
</head>
|
||||||
|
<body bgcolor="#FFFFFF" text="#000000" link="#0000FF" vlink="#FF0000" alink="#FF00FF">
|
||||||
|
<h1 align="center">Mjeti “Magjik” i Tux Paint-it: ASCII Color Computer</h1>
|
||||||
|
<h2 align="center">Grup: Shformime</h2>
|
||||||
|
<h3 align="center">Autor:
|
||||||
|
Bill Kendrick <<a href="mailto:bill@newbreedsoftware.com">bill@newbreedsoftware.com</a>></h3>
|
||||||
|
<p>Transform your picture into colored computer "ASCII art".</p>
|
||||||
|
<p align=center><img src="../../../html/images/magic_examples/ascii_color_computer.png"></p>
|
||||||
|
<p>Ky mjet ofron si veprim vizatimi me dorë të lirë, ashtu edhe me një klikim.</p>
|
||||||
|
<p>Ky mjet ofron rregullime të shumta madhësie.</p>
|
||||||
|
<p>Shihni edhe: <a href="ascii_computer.html">ASCII Computer</a> & <a href="ascii_typewriter.html">ASCII Typewriter</a>.</p>
|
||||||
|
<hr size="1" noshade />
|
||||||
|
<p align="center">Tux Paint 0.9.34</p>
|
||||||
|
</body></html>
|
||||||
|
|
@ -11,7 +11,8 @@ Bill Kendrick <<a href="mailto:bill@newbreedsoftware.com">bill@newbreedsoftwa
|
||||||
<p align=center><img src="../../../html/images/magic_examples/ascii_computer.png"></p>
|
<p align=center><img src="../../../html/images/magic_examples/ascii_computer.png"></p>
|
||||||
<p>Ky mjet ofron si veprim vizatimi me dorë të lirë, ashtu edhe me një klikim.</p>
|
<p>Ky mjet ofron si veprim vizatimi me dorë të lirë, ashtu edhe me një klikim.</p>
|
||||||
<p>Ky mjet ofron rregullime të shumta madhësie.</p>
|
<p>Ky mjet ofron rregullime të shumta madhësie.</p>
|
||||||
<p>Shihni edhe: <a href="ascii_typewriter.html">ASCII Typewriter</a>.</p>
|
<p>Ky mjet ofron zgjedhje ngjyrash.</p>
|
||||||
|
<p>Shihni edhe: <a href="ascii_typewriter.html">ASCII Typewriter</a> & <a href="ascii_color_computer.html">ASCII Color Computer</a>.</p>
|
||||||
<hr size="1" noshade />
|
<hr size="1" noshade />
|
||||||
<p align="center">Tux Paint 0.9.34</p>
|
<p align="center">Tux Paint 0.9.34</p>
|
||||||
</body></html>
|
</body></html>
|
||||||
|
|
@ -11,7 +11,8 @@ Bill Kendrick <<a href="mailto:bill@newbreedsoftware.com">bill@newbreedsoftwa
|
||||||
<p align=center><img src="../../../html/images/magic_examples/ascii_typewriter.png"></p>
|
<p align=center><img src="../../../html/images/magic_examples/ascii_typewriter.png"></p>
|
||||||
<p>Ky mjet ofron si veprim vizatimi me dorë të lirë, ashtu edhe me një klikim.</p>
|
<p>Ky mjet ofron si veprim vizatimi me dorë të lirë, ashtu edhe me një klikim.</p>
|
||||||
<p>Ky mjet ofron rregullime të shumta madhësie.</p>
|
<p>Ky mjet ofron rregullime të shumta madhësie.</p>
|
||||||
<p>Shihni edhe: <a href="ascii_computer.html">ASCII Computer</a>.</p>
|
<p>Ky mjet ofron zgjedhje ngjyrash.</p>
|
||||||
|
<p>Shihni edhe: <a href="ascii_computer.html">ASCII Computer</a> & <a href="ascii_color_computer.html">ASCII Color Computer</a>.</p>
|
||||||
<hr size="1" noshade />
|
<hr size="1" noshade />
|
||||||
<p align="center">Tux Paint 0.9.34</p>
|
<p align="center">Tux Paint 0.9.34</p>
|
||||||
</body></html>
|
</body></html>
|
||||||
|
|
@ -31,6 +31,7 @@
|
||||||
<li><a href="tv_bright.html">TV (I ndriçuar)</a></li>
|
<li><a href="tv_bright.html">TV (I ndriçuar)</a></li>
|
||||||
<li><a href="ascii_typewriter.html">ASCII Typewriter</a></li>
|
<li><a href="ascii_typewriter.html">ASCII Typewriter</a></li>
|
||||||
<li><a href="ascii_computer.html">ASCII Computer</a></li>
|
<li><a href="ascii_computer.html">ASCII Computer</a></li>
|
||||||
|
<li><a href="ascii_color_computer.html">ASCII Color Computer</a></li>
|
||||||
<li><a href="noise.html">Zhurmë</a></li>
|
<li><a href="noise.html">Zhurmë</a></li>
|
||||||
<li><a href="halftone.html">Gjysmë-ton</a></li>
|
<li><a href="halftone.html">Gjysmë-ton</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
|
||||||
|
|
@ -25,6 +25,9 @@ Shformime
|
||||||
* Mozaik
|
* Mozaik
|
||||||
* TV
|
* TV
|
||||||
* TV (I ndriçuar)
|
* TV (I ndriçuar)
|
||||||
|
* ASCII Typewriter
|
||||||
|
* ASCII Computer
|
||||||
|
* ASCII Color Computer
|
||||||
* Zhurmë
|
* Zhurmë
|
||||||
* Gjysmë-ton
|
* Gjysmë-ton
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -47,10 +47,10 @@
|
||||||
</screenshot>
|
</screenshot>
|
||||||
</screenshots>
|
</screenshots>
|
||||||
<releases>
|
<releases>
|
||||||
<release version="0.9.34" date="2024-09-26">
|
<release version="0.9.34" date="2024-09-27">
|
||||||
<description>
|
<description>
|
||||||
<p>New Fill mode: "Eraser" flood fill.</p>
|
<p>New Fill mode: "Eraser" flood fill.</p>
|
||||||
<p>New Magic tools: "Comic dots", "Rotate", "ASCII Computer", "ASCII Typewriter", and various "Fractals".</p>
|
<p>New Magic tools: "Comic dots", "Rotate", various "ASCII" art, and various "Fractals".</p>
|
||||||
<p>New brush: Fluff (gradient).</p>
|
<p>New brush: Fluff (gradient).</p>
|
||||||
</description>
|
</description>
|
||||||
</release>
|
</release>
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: tuxpaint\n"
|
"Project-Id-Version: tuxpaint\n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2024-09-26 00:36-0700\n"
|
"POT-Creation-Date: 2024-09-27 22:41-0700\n"
|
||||||
"PO-Revision-Date: 2010-12-09 09:00+0200\n"
|
"PO-Revision-Date: 2010-12-09 09:00+0200\n"
|
||||||
"Last-Translator: \n"
|
"Last-Translator: \n"
|
||||||
"Language-Team: \n"
|
"Language-Team: \n"
|
||||||
|
|
@ -395,8 +395,8 @@ msgstr ""
|
||||||
|
|
||||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53
|
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53
|
||||||
msgid ""
|
msgid ""
|
||||||
"New Magic tools: \"Comic dots\", \"Rotate\", \"ASCII Computer\", \"ASCII "
|
"New Magic tools: \"Comic dots\", \"Rotate\", various \"ASCII\" art, and "
|
||||||
"Typewriter\", and various \"Fractals\"."
|
"various \"Fractals\"."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54
|
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54
|
||||||
|
|
@ -1644,20 +1644,24 @@ msgstr "Dii ci iywa ladic ne wek olok rangi idul kom cal mamegi."
|
||||||
msgid "Click to change the colors in your entire picture."
|
msgid "Click to change the colors in your entire picture."
|
||||||
msgstr "Dii wek olok rangi ikom cal mamegi weng."
|
msgstr "Dii wek olok rangi ikom cal mamegi weng."
|
||||||
|
|
||||||
#: ../../magic/src/ascii.c:49
|
#: ../../magic/src/ascii.c:51
|
||||||
msgid "Typewriter"
|
msgid "Typewriter"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../magic/src/ascii.c:50
|
#: ../../magic/src/ascii.c:52
|
||||||
msgid "Computer"
|
msgid "Computer"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../magic/src/ascii.c:292
|
#: ../../magic/src/ascii.c:53
|
||||||
|
msgid "Color Computer"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../../magic/src/ascii.c:323
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "ASCII %s"
|
msgid "ASCII %s"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../magic/src/ascii.c:311
|
#: ../../magic/src/ascii.c:342
|
||||||
#, fuzzy, c-format
|
#, fuzzy, c-format
|
||||||
#| msgid ""
|
#| msgid ""
|
||||||
#| "Click and drag to make parts of your picture look like they are on "
|
#| "Click and drag to make parts of your picture look like they are on "
|
||||||
|
|
@ -1667,7 +1671,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Dii ci iywa wek omi dul kom cal ma megi onen calo ma gutye itelevision."
|
"Dii ci iywa wek omi dul kom cal ma megi onen calo ma gutye itelevision."
|
||||||
|
|
||||||
#: ../../magic/src/ascii.c:313
|
#: ../../magic/src/ascii.c:344
|
||||||
#, fuzzy, c-format
|
#, fuzzy, c-format
|
||||||
#| msgid ""
|
#| msgid ""
|
||||||
#| "Click and move the mouse around to turn the picture into a chalk drawing."
|
#| "Click and move the mouse around to turn the picture into a chalk drawing."
|
||||||
|
|
|
||||||
20
src/po/af.po
20
src/po/af.po
|
|
@ -7,7 +7,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: af\n"
|
"Project-Id-Version: af\n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2024-09-26 00:36-0700\n"
|
"POT-Creation-Date: 2024-09-27 22:41-0700\n"
|
||||||
"PO-Revision-Date: 2017-12-19 06:38+0000\n"
|
"PO-Revision-Date: 2017-12-19 06:38+0000\n"
|
||||||
"Last-Translator: OdettePretorius <odettepret@gmail.com>\n"
|
"Last-Translator: OdettePretorius <odettepret@gmail.com>\n"
|
||||||
"Language-Team: translate-discuss-af@lists.sourceforge.net\n"
|
"Language-Team: translate-discuss-af@lists.sourceforge.net\n"
|
||||||
|
|
@ -394,8 +394,8 @@ msgstr ""
|
||||||
|
|
||||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53
|
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53
|
||||||
msgid ""
|
msgid ""
|
||||||
"New Magic tools: \"Comic dots\", \"Rotate\", \"ASCII Computer\", \"ASCII "
|
"New Magic tools: \"Comic dots\", \"Rotate\", various \"ASCII\" art, and "
|
||||||
"Typewriter\", and various \"Fractals\"."
|
"various \"Fractals\"."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54
|
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54
|
||||||
|
|
@ -1645,20 +1645,24 @@ msgstr ""
|
||||||
msgid "Click to change the colors in your entire picture."
|
msgid "Click to change the colors in your entire picture."
|
||||||
msgstr "Klik om kleure in die hele prent te verander."
|
msgstr "Klik om kleure in die hele prent te verander."
|
||||||
|
|
||||||
#: ../../magic/src/ascii.c:49
|
#: ../../magic/src/ascii.c:51
|
||||||
msgid "Typewriter"
|
msgid "Typewriter"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../magic/src/ascii.c:50
|
#: ../../magic/src/ascii.c:52
|
||||||
msgid "Computer"
|
msgid "Computer"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../magic/src/ascii.c:292
|
#: ../../magic/src/ascii.c:53
|
||||||
|
msgid "Color Computer"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../../magic/src/ascii.c:323
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "ASCII %s"
|
msgid "ASCII %s"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../magic/src/ascii.c:311
|
#: ../../magic/src/ascii.c:342
|
||||||
#, fuzzy, c-format
|
#, fuzzy, c-format
|
||||||
#| msgid ""
|
#| msgid ""
|
||||||
#| "Click and drag to make parts of your picture look like they are on "
|
#| "Click and drag to make parts of your picture look like they are on "
|
||||||
|
|
@ -1668,7 +1672,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Klik en sleep die muis dele van die prent te laat lyk asof dit op TV is."
|
"Klik en sleep die muis dele van die prent te laat lyk asof dit op TV is."
|
||||||
|
|
||||||
#: ../../magic/src/ascii.c:313
|
#: ../../magic/src/ascii.c:344
|
||||||
#, fuzzy, c-format
|
#, fuzzy, c-format
|
||||||
#| msgid ""
|
#| msgid ""
|
||||||
#| "Click and drag the mouse around to turn the picture into a chalk drawing."
|
#| "Click and drag the mouse around to turn the picture into a chalk drawing."
|
||||||
|
|
|
||||||
20
src/po/ak.po
20
src/po/ak.po
|
|
@ -8,7 +8,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: Tux Paint\n"
|
"Project-Id-Version: Tux Paint\n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2024-09-26 00:36-0700\n"
|
"POT-Creation-Date: 2024-09-27 22:41-0700\n"
|
||||||
"PO-Revision-Date: 2010-10-27 10:16-0000\n"
|
"PO-Revision-Date: 2010-10-27 10:16-0000\n"
|
||||||
"Last-Translator: none\n"
|
"Last-Translator: none\n"
|
||||||
"Language-Team: none\n"
|
"Language-Team: none\n"
|
||||||
|
|
@ -395,8 +395,8 @@ msgstr ""
|
||||||
|
|
||||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53
|
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53
|
||||||
msgid ""
|
msgid ""
|
||||||
"New Magic tools: \"Comic dots\", \"Rotate\", \"ASCII Computer\", \"ASCII "
|
"New Magic tools: \"Comic dots\", \"Rotate\", various \"ASCII\" art, and "
|
||||||
"Typewriter\", and various \"Fractals\"."
|
"various \"Fractals\"."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54
|
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54
|
||||||
|
|
@ -1642,20 +1642,24 @@ msgstr "Kleeke na twe mauso sesa nfonyin no fa ahosu."
|
||||||
msgid "Click to change the colors in your entire picture."
|
msgid "Click to change the colors in your entire picture."
|
||||||
msgstr "Kleeke na sesa nfonyin no nyinaa ahosu."
|
msgstr "Kleeke na sesa nfonyin no nyinaa ahosu."
|
||||||
|
|
||||||
#: ../../magic/src/ascii.c:49
|
#: ../../magic/src/ascii.c:51
|
||||||
msgid "Typewriter"
|
msgid "Typewriter"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../magic/src/ascii.c:50
|
#: ../../magic/src/ascii.c:52
|
||||||
msgid "Computer"
|
msgid "Computer"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../magic/src/ascii.c:292
|
#: ../../magic/src/ascii.c:53
|
||||||
|
msgid "Color Computer"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../../magic/src/ascii.c:323
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "ASCII %s"
|
msgid "ASCII %s"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../magic/src/ascii.c:311
|
#: ../../magic/src/ascii.c:342
|
||||||
#, fuzzy, c-format
|
#, fuzzy, c-format
|
||||||
#| msgid ""
|
#| msgid ""
|
||||||
#| "Click and drag to make parts of your picture look like they are on "
|
#| "Click and drag to make parts of your picture look like they are on "
|
||||||
|
|
@ -1664,7 +1668,7 @@ msgid ""
|
||||||
"Click and drag to transform parts of your drawing to ASCII art (%s style)."
|
"Click and drag to transform parts of your drawing to ASCII art (%s style)."
|
||||||
msgstr "Kleeke na twe ma wo nfonyin no fa tesɛ tɛlɛvihyen so."
|
msgstr "Kleeke na twe ma wo nfonyin no fa tesɛ tɛlɛvihyen so."
|
||||||
|
|
||||||
#: ../../magic/src/ascii.c:313
|
#: ../../magic/src/ascii.c:344
|
||||||
#, fuzzy, c-format
|
#, fuzzy, c-format
|
||||||
#| msgid ""
|
#| msgid ""
|
||||||
#| "Click and move the mouse around to turn the picture into a chalk drawing."
|
#| "Click and move the mouse around to turn the picture into a chalk drawing."
|
||||||
|
|
|
||||||
20
src/po/am.po
20
src/po/am.po
|
|
@ -7,7 +7,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: tuxpaint\n"
|
"Project-Id-Version: tuxpaint\n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2024-09-26 00:36-0700\n"
|
"POT-Creation-Date: 2024-09-27 22:41-0700\n"
|
||||||
"PO-Revision-Date: 2014-06-10 11:45+0100\n"
|
"PO-Revision-Date: 2014-06-10 11:45+0100\n"
|
||||||
"Last-Translator: Solomon Gizaw <solohavi@yahoo.com>\n"
|
"Last-Translator: Solomon Gizaw <solohavi@yahoo.com>\n"
|
||||||
"Language-Team: none\n"
|
"Language-Team: none\n"
|
||||||
|
|
@ -395,8 +395,8 @@ msgstr ""
|
||||||
|
|
||||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53
|
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53
|
||||||
msgid ""
|
msgid ""
|
||||||
"New Magic tools: \"Comic dots\", \"Rotate\", \"ASCII Computer\", \"ASCII "
|
"New Magic tools: \"Comic dots\", \"Rotate\", various \"ASCII\" art, and "
|
||||||
"Typewriter\", and various \"Fractals\"."
|
"various \"Fractals\"."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54
|
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54
|
||||||
|
|
@ -1642,20 +1642,24 @@ msgstr "የስዕልህን ክፍሎች ቀለም ለመቀያየር አዝራ
|
||||||
msgid "Click to change the colors in your entire picture."
|
msgid "Click to change the colors in your entire picture."
|
||||||
msgstr "የስዕልህን ሁሉንም ክፍል ቀለም ለመቀየር ጠቅ አድርግ። "
|
msgstr "የስዕልህን ሁሉንም ክፍል ቀለም ለመቀየር ጠቅ አድርግ። "
|
||||||
|
|
||||||
#: ../../magic/src/ascii.c:49
|
#: ../../magic/src/ascii.c:51
|
||||||
msgid "Typewriter"
|
msgid "Typewriter"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../magic/src/ascii.c:50
|
#: ../../magic/src/ascii.c:52
|
||||||
msgid "Computer"
|
msgid "Computer"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../magic/src/ascii.c:292
|
#: ../../magic/src/ascii.c:53
|
||||||
|
msgid "Color Computer"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../../magic/src/ascii.c:323
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "ASCII %s"
|
msgid "ASCII %s"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../magic/src/ascii.c:311
|
#: ../../magic/src/ascii.c:342
|
||||||
#, fuzzy, c-format
|
#, fuzzy, c-format
|
||||||
#| msgid ""
|
#| msgid ""
|
||||||
#| "Click and drag to make parts of your picture look like they are on "
|
#| "Click and drag to make parts of your picture look like they are on "
|
||||||
|
|
@ -1664,7 +1668,7 @@ msgid ""
|
||||||
"Click and drag to transform parts of your drawing to ASCII art (%s style)."
|
"Click and drag to transform parts of your drawing to ASCII art (%s style)."
|
||||||
msgstr "የስዕልህ የተለያየ ክፍሎች በቴሌቪዥን ላይ ያሉ ለማስመሰል ጠቅ አድርገውና ጎትት። "
|
msgstr "የስዕልህ የተለያየ ክፍሎች በቴሌቪዥን ላይ ያሉ ለማስመሰል ጠቅ አድርገውና ጎትት። "
|
||||||
|
|
||||||
#: ../../magic/src/ascii.c:313
|
#: ../../magic/src/ascii.c:344
|
||||||
#, fuzzy, c-format
|
#, fuzzy, c-format
|
||||||
#| msgid ""
|
#| msgid ""
|
||||||
#| "Click and move the mouse around to turn the picture into a chalk drawing."
|
#| "Click and move the mouse around to turn the picture into a chalk drawing."
|
||||||
|
|
|
||||||
20
src/po/an.po
20
src/po/an.po
|
|
@ -8,7 +8,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: tuxpaint\n"
|
"Project-Id-Version: tuxpaint\n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2024-09-26 00:36-0700\n"
|
"POT-Creation-Date: 2024-09-27 22:41-0700\n"
|
||||||
"PO-Revision-Date: 2017-12-29 10:04+0100\n"
|
"PO-Revision-Date: 2017-12-29 10:04+0100\n"
|
||||||
"Last-Translator: juanpabl <jpmart[arroba]unizar.es>\n"
|
"Last-Translator: juanpabl <jpmart[arroba]unizar.es>\n"
|
||||||
"Language-Team: softaragonés\n"
|
"Language-Team: softaragonés\n"
|
||||||
|
|
@ -394,8 +394,8 @@ msgstr ""
|
||||||
|
|
||||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53
|
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53
|
||||||
msgid ""
|
msgid ""
|
||||||
"New Magic tools: \"Comic dots\", \"Rotate\", \"ASCII Computer\", \"ASCII "
|
"New Magic tools: \"Comic dots\", \"Rotate\", various \"ASCII\" art, and "
|
||||||
"Typewriter\", and various \"Fractals\"."
|
"various \"Fractals\"."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54
|
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54
|
||||||
|
|
@ -1650,20 +1650,24 @@ msgstr ""
|
||||||
msgid "Click to change the colors in your entire picture."
|
msgid "Click to change the colors in your entire picture."
|
||||||
msgstr "Fe clic pa cambiar las colors de tot o dibuixo."
|
msgstr "Fe clic pa cambiar las colors de tot o dibuixo."
|
||||||
|
|
||||||
#: ../../magic/src/ascii.c:49
|
#: ../../magic/src/ascii.c:51
|
||||||
msgid "Typewriter"
|
msgid "Typewriter"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../magic/src/ascii.c:50
|
#: ../../magic/src/ascii.c:52
|
||||||
msgid "Computer"
|
msgid "Computer"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../magic/src/ascii.c:292
|
#: ../../magic/src/ascii.c:53
|
||||||
|
msgid "Color Computer"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../../magic/src/ascii.c:323
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "ASCII %s"
|
msgid "ASCII %s"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../magic/src/ascii.c:311
|
#: ../../magic/src/ascii.c:342
|
||||||
#, fuzzy, c-format
|
#, fuzzy, c-format
|
||||||
#| msgid ""
|
#| msgid ""
|
||||||
#| "Click and drag to make parts of your picture look like they are on "
|
#| "Click and drag to make parts of your picture look like they are on "
|
||||||
|
|
@ -1674,7 +1678,7 @@ msgstr ""
|
||||||
"Fe clic y arrociega lo ratet pa fer que bella parte d'o tuyo dibuixo se "
|
"Fe clic y arrociega lo ratet pa fer que bella parte d'o tuyo dibuixo se "
|
||||||
"veigan como en a televisión."
|
"veigan como en a televisión."
|
||||||
|
|
||||||
#: ../../magic/src/ascii.c:313
|
#: ../../magic/src/ascii.c:344
|
||||||
#, fuzzy, c-format
|
#, fuzzy, c-format
|
||||||
#| msgid ""
|
#| msgid ""
|
||||||
#| "Click and drag the mouse around to turn the picture into a chalk drawing."
|
#| "Click and drag the mouse around to turn the picture into a chalk drawing."
|
||||||
|
|
|
||||||
20
src/po/ar.po
20
src/po/ar.po
|
|
@ -9,7 +9,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: tuxpaint\n"
|
"Project-Id-Version: tuxpaint\n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2024-09-26 00:36-0700\n"
|
"POT-Creation-Date: 2024-09-27 22:41-0700\n"
|
||||||
"PO-Revision-Date: 2008-10-07 14:54+0200\n"
|
"PO-Revision-Date: 2008-10-07 14:54+0200\n"
|
||||||
"Last-Translator: none\n"
|
"Last-Translator: none\n"
|
||||||
"Language-Team: none\n"
|
"Language-Team: none\n"
|
||||||
|
|
@ -406,8 +406,8 @@ msgstr ""
|
||||||
|
|
||||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53
|
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53
|
||||||
msgid ""
|
msgid ""
|
||||||
"New Magic tools: \"Comic dots\", \"Rotate\", \"ASCII Computer\", \"ASCII "
|
"New Magic tools: \"Comic dots\", \"Rotate\", various \"ASCII\" art, and "
|
||||||
"Typewriter\", and various \"Fractals\"."
|
"various \"Fractals\"."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54
|
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54
|
||||||
|
|
@ -1654,27 +1654,31 @@ msgstr "انقر وحرك الفأره لتغيير لون أجزاء من صو
|
||||||
msgid "Click to change the colors in your entire picture."
|
msgid "Click to change the colors in your entire picture."
|
||||||
msgstr "انقر لتغير لون كل الصوره"
|
msgstr "انقر لتغير لون كل الصوره"
|
||||||
|
|
||||||
#: ../../magic/src/ascii.c:49
|
#: ../../magic/src/ascii.c:51
|
||||||
msgid "Typewriter"
|
msgid "Typewriter"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../magic/src/ascii.c:50
|
#: ../../magic/src/ascii.c:52
|
||||||
msgid "Computer"
|
msgid "Computer"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../magic/src/ascii.c:292
|
#: ../../magic/src/ascii.c:53
|
||||||
|
msgid "Color Computer"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../../magic/src/ascii.c:323
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "ASCII %s"
|
msgid "ASCII %s"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../magic/src/ascii.c:311
|
#: ../../magic/src/ascii.c:342
|
||||||
#, fuzzy, c-format
|
#, fuzzy, c-format
|
||||||
#| msgid "Click to make your picture look like it's on television."
|
#| msgid "Click to make your picture look like it's on television."
|
||||||
msgid ""
|
msgid ""
|
||||||
"Click and drag to transform parts of your drawing to ASCII art (%s style)."
|
"Click and drag to transform parts of your drawing to ASCII art (%s style)."
|
||||||
msgstr "انقر لجعل صورتك تبدو انها على شاشة التلفزيون"
|
msgstr "انقر لجعل صورتك تبدو انها على شاشة التلفزيون"
|
||||||
|
|
||||||
#: ../../magic/src/ascii.c:313
|
#: ../../magic/src/ascii.c:344
|
||||||
#, fuzzy, c-format
|
#, fuzzy, c-format
|
||||||
#| msgid ""
|
#| msgid ""
|
||||||
#| "Click and move the mouse around to turn the picture into a chalk drawing."
|
#| "Click and move the mouse around to turn the picture into a chalk drawing."
|
||||||
|
|
|
||||||
20
src/po/as.po
20
src/po/as.po
|
|
@ -7,7 +7,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: tuxpaint\n"
|
"Project-Id-Version: tuxpaint\n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2024-09-26 00:36-0700\n"
|
"POT-Creation-Date: 2024-09-27 22:41-0700\n"
|
||||||
"PO-Revision-Date: 2014-06-16 23:33-0800\n"
|
"PO-Revision-Date: 2014-06-16 23:33-0800\n"
|
||||||
"Last-Translator: Anand Kulkarni <kulkarni1016@yahoo.co.in>\n"
|
"Last-Translator: Anand Kulkarni <kulkarni1016@yahoo.co.in>\n"
|
||||||
"Language-Team: none\n"
|
"Language-Team: none\n"
|
||||||
|
|
@ -394,8 +394,8 @@ msgstr ""
|
||||||
|
|
||||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53
|
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53
|
||||||
msgid ""
|
msgid ""
|
||||||
"New Magic tools: \"Comic dots\", \"Rotate\", \"ASCII Computer\", \"ASCII "
|
"New Magic tools: \"Comic dots\", \"Rotate\", various \"ASCII\" art, and "
|
||||||
"Typewriter\", and various \"Fractals\"."
|
"various \"Fractals\"."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54
|
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54
|
||||||
|
|
@ -1646,20 +1646,24 @@ msgstr ""
|
||||||
msgid "Click to change the colors in your entire picture."
|
msgid "Click to change the colors in your entire picture."
|
||||||
msgstr "আপোনাৰ সম্পূৰ্ণ ছবিটোত ৰংবোৰ সলনি কৰিবলৈ ক্লিক কৰক."
|
msgstr "আপোনাৰ সম্পূৰ্ণ ছবিটোত ৰংবোৰ সলনি কৰিবলৈ ক্লিক কৰক."
|
||||||
|
|
||||||
#: ../../magic/src/ascii.c:49
|
#: ../../magic/src/ascii.c:51
|
||||||
msgid "Typewriter"
|
msgid "Typewriter"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../magic/src/ascii.c:50
|
#: ../../magic/src/ascii.c:52
|
||||||
msgid "Computer"
|
msgid "Computer"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../magic/src/ascii.c:292
|
#: ../../magic/src/ascii.c:53
|
||||||
|
msgid "Color Computer"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../../magic/src/ascii.c:323
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "ASCII %s"
|
msgid "ASCII %s"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../magic/src/ascii.c:311
|
#: ../../magic/src/ascii.c:342
|
||||||
#, fuzzy, c-format
|
#, fuzzy, c-format
|
||||||
#| msgid ""
|
#| msgid ""
|
||||||
#| "Click and drag to make parts of your picture look like they are on "
|
#| "Click and drag to make parts of your picture look like they are on "
|
||||||
|
|
@ -1668,7 +1672,7 @@ msgid ""
|
||||||
"Click and drag to transform parts of your drawing to ASCII art (%s style)."
|
"Click and drag to transform parts of your drawing to ASCII art (%s style)."
|
||||||
msgstr "আপোনাৰ ছবিৰ অংশবোৰ দূৰদৰ্শনত থকাৰ দৰে সজাবলৈ ক্লিক কৰক আৰু টানক."
|
msgstr "আপোনাৰ ছবিৰ অংশবোৰ দূৰদৰ্শনত থকাৰ দৰে সজাবলৈ ক্লিক কৰক আৰু টানক."
|
||||||
|
|
||||||
#: ../../magic/src/ascii.c:313
|
#: ../../magic/src/ascii.c:344
|
||||||
#, fuzzy, c-format
|
#, fuzzy, c-format
|
||||||
#| msgid ""
|
#| msgid ""
|
||||||
#| "Click and move the mouse around to turn the picture into a chalk drawing."
|
#| "Click and move the mouse around to turn the picture into a chalk drawing."
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: tuxpaint\n"
|
"Project-Id-Version: tuxpaint\n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2024-09-26 00:36-0700\n"
|
"POT-Creation-Date: 2024-09-27 22:41-0700\n"
|
||||||
"PO-Revision-Date: 2011-02-16 18:38+0200\n"
|
"PO-Revision-Date: 2011-02-16 18:38+0200\n"
|
||||||
"Last-Translator: none\n"
|
"Last-Translator: none\n"
|
||||||
"Language-Team: none\n"
|
"Language-Team: none\n"
|
||||||
|
|
@ -395,8 +395,8 @@ msgstr ""
|
||||||
|
|
||||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53
|
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53
|
||||||
msgid ""
|
msgid ""
|
||||||
"New Magic tools: \"Comic dots\", \"Rotate\", \"ASCII Computer\", \"ASCII "
|
"New Magic tools: \"Comic dots\", \"Rotate\", various \"ASCII\" art, and "
|
||||||
"Typewriter\", and various \"Fractals\"."
|
"various \"Fractals\"."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54
|
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54
|
||||||
|
|
@ -1644,20 +1644,24 @@ msgstr "Calca y arrastra'l mur pa camudar los collores en partes de la imaxe."
|
||||||
msgid "Click to change the colors in your entire picture."
|
msgid "Click to change the colors in your entire picture."
|
||||||
msgstr "Calca pa camudar los collores de tola imaxe."
|
msgstr "Calca pa camudar los collores de tola imaxe."
|
||||||
|
|
||||||
#: ../../magic/src/ascii.c:49
|
#: ../../magic/src/ascii.c:51
|
||||||
msgid "Typewriter"
|
msgid "Typewriter"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../magic/src/ascii.c:50
|
#: ../../magic/src/ascii.c:52
|
||||||
msgid "Computer"
|
msgid "Computer"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../magic/src/ascii.c:292
|
#: ../../magic/src/ascii.c:53
|
||||||
|
msgid "Color Computer"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../../magic/src/ascii.c:323
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "ASCII %s"
|
msgid "ASCII %s"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../magic/src/ascii.c:311
|
#: ../../magic/src/ascii.c:342
|
||||||
#, fuzzy, c-format
|
#, fuzzy, c-format
|
||||||
#| msgid ""
|
#| msgid ""
|
||||||
#| "Click and drag to make parts of your picture look like they are on "
|
#| "Click and drag to make parts of your picture look like they are on "
|
||||||
|
|
@ -1667,7 +1671,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Calca y arrastra pa llograr que partes de la imaxe paezan de televisión."
|
"Calca y arrastra pa llograr que partes de la imaxe paezan de televisión."
|
||||||
|
|
||||||
#: ../../magic/src/ascii.c:313
|
#: ../../magic/src/ascii.c:344
|
||||||
#, fuzzy, c-format
|
#, fuzzy, c-format
|
||||||
#| msgid ""
|
#| msgid ""
|
||||||
#| "Click and move the mouse around to turn the picture into a chalk drawing."
|
#| "Click and move the mouse around to turn the picture into a chalk drawing."
|
||||||
|
|
|
||||||
20
src/po/az.po
20
src/po/az.po
|
|
@ -7,7 +7,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: tuxpaint\n"
|
"Project-Id-Version: tuxpaint\n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2024-09-26 00:36-0700\n"
|
"POT-Creation-Date: 2024-09-27 22:41-0700\n"
|
||||||
"PO-Revision-Date: 2008-02-10 19:28+0400\n"
|
"PO-Revision-Date: 2008-02-10 19:28+0400\n"
|
||||||
"Last-Translator: none\n"
|
"Last-Translator: none\n"
|
||||||
"Language-Team: none\n"
|
"Language-Team: none\n"
|
||||||
|
|
@ -391,8 +391,8 @@ msgstr ""
|
||||||
|
|
||||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53
|
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53
|
||||||
msgid ""
|
msgid ""
|
||||||
"New Magic tools: \"Comic dots\", \"Rotate\", \"ASCII Computer\", \"ASCII "
|
"New Magic tools: \"Comic dots\", \"Rotate\", various \"ASCII\" art, and "
|
||||||
"Typewriter\", and various \"Fractals\"."
|
"various \"Fractals\"."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54
|
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54
|
||||||
|
|
@ -1647,27 +1647,31 @@ msgid "Click to change the colors in your entire picture."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Şəkili ləkələmək üçün mausun sol düyməsini bas və mausu hərəkətə gətir."
|
"Şəkili ləkələmək üçün mausun sol düyməsini bas və mausu hərəkətə gətir."
|
||||||
|
|
||||||
#: ../../magic/src/ascii.c:49
|
#: ../../magic/src/ascii.c:51
|
||||||
msgid "Typewriter"
|
msgid "Typewriter"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../magic/src/ascii.c:50
|
#: ../../magic/src/ascii.c:52
|
||||||
msgid "Computer"
|
msgid "Computer"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../magic/src/ascii.c:292
|
#: ../../magic/src/ascii.c:53
|
||||||
|
msgid "Color Computer"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../../magic/src/ascii.c:323
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "ASCII %s"
|
msgid "ASCII %s"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../magic/src/ascii.c:311
|
#: ../../magic/src/ascii.c:342
|
||||||
#, fuzzy, c-format
|
#, fuzzy, c-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"Click and drag to transform parts of your drawing to ASCII art (%s style)."
|
"Click and drag to transform parts of your drawing to ASCII art (%s style)."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Şəkili azca rəngləmək üçün mausun sol düyməsini bas və mausu hərəkətə gətir."
|
"Şəkili azca rəngləmək üçün mausun sol düyməsini bas və mausu hərəkətə gətir."
|
||||||
|
|
||||||
#: ../../magic/src/ascii.c:313
|
#: ../../magic/src/ascii.c:344
|
||||||
#, fuzzy, c-format
|
#, fuzzy, c-format
|
||||||
#| msgid ""
|
#| msgid ""
|
||||||
#| "Click and move the mouse around to turn the picture into a chalk drawing."
|
#| "Click and move the mouse around to turn the picture into a chalk drawing."
|
||||||
|
|
|
||||||
20
src/po/be.po
20
src/po/be.po
|
|
@ -9,7 +9,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: tuxpaint\n"
|
"Project-Id-Version: tuxpaint\n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2024-09-26 00:36-0700\n"
|
"POT-Creation-Date: 2024-09-27 22:41-0700\n"
|
||||||
"PO-Revision-Date: 2014-06-10 23:09+0300\n"
|
"PO-Revision-Date: 2014-06-10 23:09+0300\n"
|
||||||
"Last-Translator: Hleb Valoshka <375gnu@gmail.com>\n"
|
"Last-Translator: Hleb Valoshka <375gnu@gmail.com>\n"
|
||||||
"Language-Team: none\n"
|
"Language-Team: none\n"
|
||||||
|
|
@ -397,8 +397,8 @@ msgstr ""
|
||||||
|
|
||||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53
|
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53
|
||||||
msgid ""
|
msgid ""
|
||||||
"New Magic tools: \"Comic dots\", \"Rotate\", \"ASCII Computer\", \"ASCII "
|
"New Magic tools: \"Comic dots\", \"Rotate\", various \"ASCII\" art, and "
|
||||||
"Typewriter\", and various \"Fractals\"."
|
"various \"Fractals\"."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54
|
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54
|
||||||
|
|
@ -1649,20 +1649,24 @@ msgstr "Націсніце і павадзіце па малюнку, каб з
|
||||||
msgid "Click to change the colors in your entire picture."
|
msgid "Click to change the colors in your entire picture."
|
||||||
msgstr "Націсніце, каб змяніць колеры малюнку."
|
msgstr "Націсніце, каб змяніць колеры малюнку."
|
||||||
|
|
||||||
#: ../../magic/src/ascii.c:49
|
#: ../../magic/src/ascii.c:51
|
||||||
msgid "Typewriter"
|
msgid "Typewriter"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../magic/src/ascii.c:50
|
#: ../../magic/src/ascii.c:52
|
||||||
msgid "Computer"
|
msgid "Computer"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../magic/src/ascii.c:292
|
#: ../../magic/src/ascii.c:53
|
||||||
|
msgid "Color Computer"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../../magic/src/ascii.c:323
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "ASCII %s"
|
msgid "ASCII %s"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../magic/src/ascii.c:311
|
#: ../../magic/src/ascii.c:342
|
||||||
#, fuzzy, c-format
|
#, fuzzy, c-format
|
||||||
#| msgid ""
|
#| msgid ""
|
||||||
#| "Click and drag to make parts of your picture look like they are on "
|
#| "Click and drag to make parts of your picture look like they are on "
|
||||||
|
|
@ -1671,7 +1675,7 @@ msgid ""
|
||||||
"Click and drag to transform parts of your drawing to ASCII art (%s style)."
|
"Click and drag to transform parts of your drawing to ASCII art (%s style)."
|
||||||
msgstr "Націсніце і пацягніце, каб ваш малюнак выглядаў як па тэлевізары."
|
msgstr "Націсніце і пацягніце, каб ваш малюнак выглядаў як па тэлевізары."
|
||||||
|
|
||||||
#: ../../magic/src/ascii.c:313
|
#: ../../magic/src/ascii.c:344
|
||||||
#, fuzzy, c-format
|
#, fuzzy, c-format
|
||||||
#| msgid ""
|
#| msgid ""
|
||||||
#| "Click and move the mouse around to turn the picture into a chalk drawing."
|
#| "Click and move the mouse around to turn the picture into a chalk drawing."
|
||||||
|
|
|
||||||
20
src/po/bg.po
20
src/po/bg.po
|
|
@ -9,7 +9,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: tuxpaint\n"
|
"Project-Id-Version: tuxpaint\n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2024-09-26 00:36-0700\n"
|
"POT-Creation-Date: 2024-09-27 22:41-0700\n"
|
||||||
"PO-Revision-Date: 2024-02-28 21:39+0200\n"
|
"PO-Revision-Date: 2024-02-28 21:39+0200\n"
|
||||||
"Last-Translator: Vankata453\n"
|
"Last-Translator: Vankata453\n"
|
||||||
"Language-Team: \n"
|
"Language-Team: \n"
|
||||||
|
|
@ -398,8 +398,8 @@ msgstr ""
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
#| msgid "New Magic tools: Epitrochoid and Hypotrochoid generators."
|
#| msgid "New Magic tools: Epitrochoid and Hypotrochoid generators."
|
||||||
msgid ""
|
msgid ""
|
||||||
"New Magic tools: \"Comic dots\", \"Rotate\", \"ASCII Computer\", \"ASCII "
|
"New Magic tools: \"Comic dots\", \"Rotate\", various \"ASCII\" art, and "
|
||||||
"Typewriter\", and various \"Fractals\"."
|
"various \"Fractals\"."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Нови инструменти за \"магия\": Епитрохоидни и Хипотрохоидни генератори."
|
"Нови инструменти за \"магия\": Епитрохоидни и Хипотрохоидни генератори."
|
||||||
|
|
||||||
|
|
@ -1773,20 +1773,24 @@ msgstr ""
|
||||||
msgid "Click to change the colors in your entire picture."
|
msgid "Click to change the colors in your entire picture."
|
||||||
msgstr "Кликни, за да смениш цветовете в цялата рисунка."
|
msgstr "Кликни, за да смениш цветовете в цялата рисунка."
|
||||||
|
|
||||||
#: ../../magic/src/ascii.c:49
|
#: ../../magic/src/ascii.c:51
|
||||||
msgid "Typewriter"
|
msgid "Typewriter"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../magic/src/ascii.c:50
|
#: ../../magic/src/ascii.c:52
|
||||||
msgid "Computer"
|
msgid "Computer"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../magic/src/ascii.c:292
|
#: ../../magic/src/ascii.c:53
|
||||||
|
msgid "Color Computer"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../../magic/src/ascii.c:323
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "ASCII %s"
|
msgid "ASCII %s"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../magic/src/ascii.c:311
|
#: ../../magic/src/ascii.c:342
|
||||||
#, fuzzy, c-format
|
#, fuzzy, c-format
|
||||||
#| msgid ""
|
#| msgid ""
|
||||||
#| "Click and drag to transform parts of your picture to circular "
|
#| "Click and drag to transform parts of your picture to circular "
|
||||||
|
|
@ -1797,7 +1801,7 @@ msgstr ""
|
||||||
"Кликни и движи мишката, за да превърнеш части от рисунката в кръгови щрихове "
|
"Кликни и движи мишката, за да превърнеш части от рисунката в кръгови щрихове "
|
||||||
"на четка."
|
"на четка."
|
||||||
|
|
||||||
#: ../../magic/src/ascii.c:313
|
#: ../../magic/src/ascii.c:344
|
||||||
#, fuzzy, c-format
|
#, fuzzy, c-format
|
||||||
#| msgid "Click to turn your entire picture into a maze."
|
#| msgid "Click to turn your entire picture into a maze."
|
||||||
msgid "Click to transform your entire drawing to ASCII art (%s style)."
|
msgid "Click to transform your entire drawing to ASCII art (%s style)."
|
||||||
|
|
|
||||||
20
src/po/bm.po
20
src/po/bm.po
|
|
@ -6,7 +6,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: PACKAGE VERSION\n"
|
"Project-Id-Version: PACKAGE VERSION\n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2024-09-26 00:36-0700\n"
|
"POT-Creation-Date: 2024-09-27 22:41-0700\n"
|
||||||
"PO-Revision-Date: 2010-09-04 17:25+0200\n"
|
"PO-Revision-Date: 2010-09-04 17:25+0200\n"
|
||||||
"Last-Translator: Fasokan <konate20032001@yahoo.fr>\n"
|
"Last-Translator: Fasokan <konate20032001@yahoo.fr>\n"
|
||||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||||
|
|
@ -393,8 +393,8 @@ msgstr ""
|
||||||
|
|
||||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53
|
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53
|
||||||
msgid ""
|
msgid ""
|
||||||
"New Magic tools: \"Comic dots\", \"Rotate\", \"ASCII Computer\", \"ASCII "
|
"New Magic tools: \"Comic dots\", \"Rotate\", various \"ASCII\" art, and "
|
||||||
"Typewriter\", and various \"Fractals\"."
|
"various \"Fractals\"."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54
|
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54
|
||||||
|
|
@ -1644,20 +1644,24 @@ msgstr "Kilike i ka ɲinɛnin cɛɛnɛ walasa ka ja fan dɔw ɲɛ yɛlɛma."
|
||||||
msgid "Click to change the colors in your entire picture."
|
msgid "Click to change the colors in your entire picture."
|
||||||
msgstr "Kilike walasa ka ja fan bɛɛ ɲɛ yɛlɛma."
|
msgstr "Kilike walasa ka ja fan bɛɛ ɲɛ yɛlɛma."
|
||||||
|
|
||||||
#: ../../magic/src/ascii.c:49
|
#: ../../magic/src/ascii.c:51
|
||||||
msgid "Typewriter"
|
msgid "Typewriter"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../magic/src/ascii.c:50
|
#: ../../magic/src/ascii.c:52
|
||||||
msgid "Computer"
|
msgid "Computer"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../magic/src/ascii.c:292
|
#: ../../magic/src/ascii.c:53
|
||||||
|
msgid "Color Computer"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../../magic/src/ascii.c:323
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "ASCII %s"
|
msgid "ASCII %s"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../magic/src/ascii.c:311
|
#: ../../magic/src/ascii.c:342
|
||||||
#, fuzzy, c-format
|
#, fuzzy, c-format
|
||||||
#| msgid ""
|
#| msgid ""
|
||||||
#| "Click and drag to make parts of your picture look like they are on "
|
#| "Click and drag to make parts of your picture look like they are on "
|
||||||
|
|
@ -1667,7 +1671,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Kilike i ka ɲinɛnin cɛɛnɛ k'i ka ja fan dɔw kɛ i ko u bɛ ka bɔ telewisɔn na. "
|
"Kilike i ka ɲinɛnin cɛɛnɛ k'i ka ja fan dɔw kɛ i ko u bɛ ka bɔ telewisɔn na. "
|
||||||
|
|
||||||
#: ../../magic/src/ascii.c:313
|
#: ../../magic/src/ascii.c:344
|
||||||
#, fuzzy, c-format
|
#, fuzzy, c-format
|
||||||
#| msgid ""
|
#| msgid ""
|
||||||
#| "Click and move the mouse around to turn the picture into a chalk drawing."
|
#| "Click and move the mouse around to turn the picture into a chalk drawing."
|
||||||
|
|
|
||||||
20
src/po/bn.po
20
src/po/bn.po
|
|
@ -7,7 +7,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: \n"
|
"Project-Id-Version: \n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2024-09-26 00:36-0700\n"
|
"POT-Creation-Date: 2024-09-27 22:41-0700\n"
|
||||||
"PO-Revision-Date: 2017-12-30 18:24+0000\n"
|
"PO-Revision-Date: 2017-12-30 18:24+0000\n"
|
||||||
"Last-Translator: Chris <cjl@sugarlabs.org>\n"
|
"Last-Translator: Chris <cjl@sugarlabs.org>\n"
|
||||||
"Language-Team: Bengali\n"
|
"Language-Team: Bengali\n"
|
||||||
|
|
@ -394,8 +394,8 @@ msgstr ""
|
||||||
|
|
||||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53
|
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53
|
||||||
msgid ""
|
msgid ""
|
||||||
"New Magic tools: \"Comic dots\", \"Rotate\", \"ASCII Computer\", \"ASCII "
|
"New Magic tools: \"Comic dots\", \"Rotate\", various \"ASCII\" art, and "
|
||||||
"Typewriter\", and various \"Fractals\"."
|
"various \"Fractals\"."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54
|
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54
|
||||||
|
|
@ -1643,20 +1643,24 @@ msgstr "আপনার ছবির কিছু অংশে রঙ পরি
|
||||||
msgid "Click to change the colors in your entire picture."
|
msgid "Click to change the colors in your entire picture."
|
||||||
msgstr "আপনার সমগ্র ছবিতে রঙ পরিবর্তন করতে ক্লিক করুন."
|
msgstr "আপনার সমগ্র ছবিতে রঙ পরিবর্তন করতে ক্লিক করুন."
|
||||||
|
|
||||||
#: ../../magic/src/ascii.c:49
|
#: ../../magic/src/ascii.c:51
|
||||||
msgid "Typewriter"
|
msgid "Typewriter"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../magic/src/ascii.c:50
|
#: ../../magic/src/ascii.c:52
|
||||||
msgid "Computer"
|
msgid "Computer"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../magic/src/ascii.c:292
|
#: ../../magic/src/ascii.c:53
|
||||||
|
msgid "Color Computer"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../../magic/src/ascii.c:323
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "ASCII %s"
|
msgid "ASCII %s"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../magic/src/ascii.c:311
|
#: ../../magic/src/ascii.c:342
|
||||||
#, fuzzy, c-format
|
#, fuzzy, c-format
|
||||||
#| msgid ""
|
#| msgid ""
|
||||||
#| "Click and drag to make parts of your picture look like they are on "
|
#| "Click and drag to make parts of your picture look like they are on "
|
||||||
|
|
@ -1665,7 +1669,7 @@ msgid ""
|
||||||
"Click and drag to transform parts of your drawing to ASCII art (%s style)."
|
"Click and drag to transform parts of your drawing to ASCII art (%s style)."
|
||||||
msgstr "আপনার ছবিটির কিছু অংশ টেলিভিশনের মধ্যে আছে এমন দেখাতে ক্লিক করুন ও টানুন."
|
msgstr "আপনার ছবিটির কিছু অংশ টেলিভিশনের মধ্যে আছে এমন দেখাতে ক্লিক করুন ও টানুন."
|
||||||
|
|
||||||
#: ../../magic/src/ascii.c:313
|
#: ../../magic/src/ascii.c:344
|
||||||
#, fuzzy, c-format
|
#, fuzzy, c-format
|
||||||
#| msgid ""
|
#| msgid ""
|
||||||
#| "Click and move the mouse around to turn the picture into a chalk drawing."
|
#| "Click and move the mouse around to turn the picture into a chalk drawing."
|
||||||
|
|
|
||||||
20
src/po/bo.po
20
src/po/bo.po
|
|
@ -9,7 +9,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: Tux Paint\n"
|
"Project-Id-Version: Tux Paint\n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2024-09-26 00:36-0700\n"
|
"POT-Creation-Date: 2024-09-27 22:41-0700\n"
|
||||||
"PO-Revision-Date: 2006-01-01 17:43+0900\n"
|
"PO-Revision-Date: 2006-01-01 17:43+0900\n"
|
||||||
"Last-Translator: none\n"
|
"Last-Translator: none\n"
|
||||||
"Language-Team: none\n"
|
"Language-Team: none\n"
|
||||||
|
|
@ -380,8 +380,8 @@ msgstr ""
|
||||||
|
|
||||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53
|
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53
|
||||||
msgid ""
|
msgid ""
|
||||||
"New Magic tools: \"Comic dots\", \"Rotate\", \"ASCII Computer\", \"ASCII "
|
"New Magic tools: \"Comic dots\", \"Rotate\", various \"ASCII\" art, and "
|
||||||
"Typewriter\", and various \"Fractals\"."
|
"various \"Fractals\"."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54
|
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54
|
||||||
|
|
@ -1572,26 +1572,30 @@ msgstr ""
|
||||||
msgid "Click to change the colors in your entire picture."
|
msgid "Click to change the colors in your entire picture."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../magic/src/ascii.c:49
|
#: ../../magic/src/ascii.c:51
|
||||||
msgid "Typewriter"
|
msgid "Typewriter"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../magic/src/ascii.c:50
|
#: ../../magic/src/ascii.c:52
|
||||||
msgid "Computer"
|
msgid "Computer"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../magic/src/ascii.c:292
|
#: ../../magic/src/ascii.c:53
|
||||||
|
msgid "Color Computer"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../../magic/src/ascii.c:323
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "ASCII %s"
|
msgid "ASCII %s"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../magic/src/ascii.c:311
|
#: ../../magic/src/ascii.c:342
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"Click and drag to transform parts of your drawing to ASCII art (%s style)."
|
"Click and drag to transform parts of your drawing to ASCII art (%s style)."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../magic/src/ascii.c:313
|
#: ../../magic/src/ascii.c:344
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "Click to transform your entire drawing to ASCII art (%s style)."
|
msgid "Click to transform your entire drawing to ASCII art (%s style)."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
|
||||||
20
src/po/br.po
20
src/po/br.po
|
|
@ -8,7 +8,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: tuxpaint\n"
|
"Project-Id-Version: tuxpaint\n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2024-09-26 00:36-0700\n"
|
"POT-Creation-Date: 2024-09-27 22:41-0700\n"
|
||||||
"PO-Revision-Date: 2005-01-09 14:49+0100\n"
|
"PO-Revision-Date: 2005-01-09 14:49+0100\n"
|
||||||
"Last-Translator: \n"
|
"Last-Translator: \n"
|
||||||
"Language-Team: none\n"
|
"Language-Team: none\n"
|
||||||
|
|
@ -393,8 +393,8 @@ msgstr ""
|
||||||
|
|
||||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53
|
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53
|
||||||
msgid ""
|
msgid ""
|
||||||
"New Magic tools: \"Comic dots\", \"Rotate\", \"ASCII Computer\", \"ASCII "
|
"New Magic tools: \"Comic dots\", \"Rotate\", various \"ASCII\" art, and "
|
||||||
"Typewriter\", and various \"Fractals\"."
|
"various \"Fractals\"."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54
|
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54
|
||||||
|
|
@ -1640,26 +1640,30 @@ msgstr "Klik ha fiñv al logodenn evit displanaat ar skeudenn."
|
||||||
msgid "Click to change the colors in your entire picture."
|
msgid "Click to change the colors in your entire picture."
|
||||||
msgstr "Klik ha fiñv al logodenn evit displanaat ar skeudenn."
|
msgstr "Klik ha fiñv al logodenn evit displanaat ar skeudenn."
|
||||||
|
|
||||||
#: ../../magic/src/ascii.c:49
|
#: ../../magic/src/ascii.c:51
|
||||||
msgid "Typewriter"
|
msgid "Typewriter"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../magic/src/ascii.c:50
|
#: ../../magic/src/ascii.c:52
|
||||||
msgid "Computer"
|
msgid "Computer"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../magic/src/ascii.c:292
|
#: ../../magic/src/ascii.c:53
|
||||||
|
msgid "Color Computer"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../../magic/src/ascii.c:323
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "ASCII %s"
|
msgid "ASCII %s"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../magic/src/ascii.c:311
|
#: ../../magic/src/ascii.c:342
|
||||||
#, fuzzy, c-format
|
#, fuzzy, c-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"Click and drag to transform parts of your drawing to ASCII art (%s style)."
|
"Click and drag to transform parts of your drawing to ASCII art (%s style)."
|
||||||
msgstr "Klik ha fiñv al logodenn evit cheñch liv an dresadenn."
|
msgstr "Klik ha fiñv al logodenn evit cheñch liv an dresadenn."
|
||||||
|
|
||||||
#: ../../magic/src/ascii.c:313
|
#: ../../magic/src/ascii.c:344
|
||||||
#, fuzzy, c-format
|
#, fuzzy, c-format
|
||||||
#| msgid ""
|
#| msgid ""
|
||||||
#| "Click and move the mouse around to turn the picture into a chalk drawing."
|
#| "Click and move the mouse around to turn the picture into a chalk drawing."
|
||||||
|
|
|
||||||
|
|
@ -7,7 +7,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: PACKAGE VERSION\n"
|
"Project-Id-Version: PACKAGE VERSION\n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2024-09-26 00:36-0700\n"
|
"POT-Creation-Date: 2024-09-27 22:41-0700\n"
|
||||||
"PO-Revision-Date: 2011-09-14 13:51+0530\n"
|
"PO-Revision-Date: 2011-09-14 13:51+0530\n"
|
||||||
"Last-Translator: \n"
|
"Last-Translator: \n"
|
||||||
"Language-Team: Bodo\n"
|
"Language-Team: Bodo\n"
|
||||||
|
|
@ -394,8 +394,8 @@ msgstr ""
|
||||||
|
|
||||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53
|
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53
|
||||||
msgid ""
|
msgid ""
|
||||||
"New Magic tools: \"Comic dots\", \"Rotate\", \"ASCII Computer\", \"ASCII "
|
"New Magic tools: \"Comic dots\", \"Rotate\", various \"ASCII\" art, and "
|
||||||
"Typewriter\", and various \"Fractals\"."
|
"various \"Fractals\"."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54
|
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54
|
||||||
|
|
@ -1645,20 +1645,24 @@ msgstr ""
|
||||||
msgid "Click to change the colors in your entire picture."
|
msgid "Click to change the colors in your entire picture."
|
||||||
msgstr "नोंथांनि आबुं सावगारिआव गाबखौ सोलायहोनो क्लिक खालाम।"
|
msgstr "नोंथांनि आबुं सावगारिआव गाबखौ सोलायहोनो क्लिक खालाम।"
|
||||||
|
|
||||||
#: ../../magic/src/ascii.c:49
|
#: ../../magic/src/ascii.c:51
|
||||||
msgid "Typewriter"
|
msgid "Typewriter"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../magic/src/ascii.c:50
|
#: ../../magic/src/ascii.c:52
|
||||||
msgid "Computer"
|
msgid "Computer"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../magic/src/ascii.c:292
|
#: ../../magic/src/ascii.c:53
|
||||||
|
msgid "Color Computer"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../../magic/src/ascii.c:323
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "ASCII %s"
|
msgid "ASCII %s"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../magic/src/ascii.c:311
|
#: ../../magic/src/ascii.c:342
|
||||||
#, fuzzy, c-format
|
#, fuzzy, c-format
|
||||||
#| msgid ""
|
#| msgid ""
|
||||||
#| "Click and drag to make parts of your picture look like they are on "
|
#| "Click and drag to make parts of your picture look like they are on "
|
||||||
|
|
@ -1668,7 +1672,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"सावगारिनि बाहागोफोरखौ टिभिआव थानाय बादि खालामनो थाखाय क्लिक खालाम आरो बोबो।"
|
"सावगारिनि बाहागोफोरखौ टिभिआव थानाय बादि खालामनो थाखाय क्लिक खालाम आरो बोबो।"
|
||||||
|
|
||||||
#: ../../magic/src/ascii.c:313
|
#: ../../magic/src/ascii.c:344
|
||||||
#, fuzzy, c-format
|
#, fuzzy, c-format
|
||||||
#| msgid ""
|
#| msgid ""
|
||||||
#| "Click and move the mouse around to turn the picture into a chalk drawing."
|
#| "Click and move the mouse around to turn the picture into a chalk drawing."
|
||||||
|
|
|
||||||
20
src/po/bs.po
20
src/po/bs.po
|
|
@ -7,7 +7,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: tuxpaint\n"
|
"Project-Id-Version: tuxpaint\n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2024-09-26 00:36-0700\n"
|
"POT-Creation-Date: 2024-09-27 22:41-0700\n"
|
||||||
"PO-Revision-Date: 2010-11-05 04:24+0000\n"
|
"PO-Revision-Date: 2010-11-05 04:24+0000\n"
|
||||||
"Last-Translator: Samir Ribić <Unknown>\n"
|
"Last-Translator: Samir Ribić <Unknown>\n"
|
||||||
"Language-Team: Bosnian <bs@li.org>\n"
|
"Language-Team: Bosnian <bs@li.org>\n"
|
||||||
|
|
@ -420,8 +420,8 @@ msgstr ""
|
||||||
|
|
||||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53
|
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53
|
||||||
msgid ""
|
msgid ""
|
||||||
"New Magic tools: \"Comic dots\", \"Rotate\", \"ASCII Computer\", \"ASCII "
|
"New Magic tools: \"Comic dots\", \"Rotate\", various \"ASCII\" art, and "
|
||||||
"Typewriter\", and various \"Fractals\"."
|
"various \"Fractals\"."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54
|
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54
|
||||||
|
|
@ -1735,21 +1735,25 @@ msgstr "Klikni i pomjeraj mišem da bi zatamnio sliku."
|
||||||
msgid "Click to change the colors in your entire picture."
|
msgid "Click to change the colors in your entire picture."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../magic/src/ascii.c:49
|
#: ../../magic/src/ascii.c:51
|
||||||
msgid "Typewriter"
|
msgid "Typewriter"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../magic/src/ascii.c:50
|
#: ../../magic/src/ascii.c:52
|
||||||
msgid "Computer"
|
msgid "Computer"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../magic/src/ascii.c:292
|
#: ../../magic/src/ascii.c:53
|
||||||
|
msgid "Color Computer"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../../magic/src/ascii.c:323
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "ASCII %s"
|
msgid "ASCII %s"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#
|
#
|
||||||
#: ../../magic/src/ascii.c:311
|
#: ../../magic/src/ascii.c:342
|
||||||
#, fuzzy, c-format
|
#, fuzzy, c-format
|
||||||
#| msgid "Click and move the mouse around to blur the picture."
|
#| msgid "Click and move the mouse around to blur the picture."
|
||||||
msgid ""
|
msgid ""
|
||||||
|
|
@ -1757,7 +1761,7 @@ msgid ""
|
||||||
msgstr "Klikni i pomjeraj mišem da bi zatamnio sliku."
|
msgstr "Klikni i pomjeraj mišem da bi zatamnio sliku."
|
||||||
|
|
||||||
#
|
#
|
||||||
#: ../../magic/src/ascii.c:313
|
#: ../../magic/src/ascii.c:344
|
||||||
#, fuzzy, c-format
|
#, fuzzy, c-format
|
||||||
#| msgid ""
|
#| msgid ""
|
||||||
#| "Click and move the mouse around to turn the picture into a chalk drawing."
|
#| "Click and move the mouse around to turn the picture into a chalk drawing."
|
||||||
|
|
|
||||||
20
src/po/ca.po
20
src/po/ca.po
|
|
@ -21,7 +21,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: Tuxpaint cvs 2009-06-21\n"
|
"Project-Id-Version: Tuxpaint cvs 2009-06-21\n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2024-09-26 00:36-0700\n"
|
"POT-Creation-Date: 2024-09-27 22:41-0700\n"
|
||||||
"PO-Revision-Date: 2024-06-04 00:14+0200\n"
|
"PO-Revision-Date: 2024-06-04 00:14+0200\n"
|
||||||
"Last-Translator: Pere Pujal i Carabantes <perepujal@gmail.com>\n"
|
"Last-Translator: Pere Pujal i Carabantes <perepujal@gmail.com>\n"
|
||||||
"Language-Team: Català <linux-ca@chanae.alphanet.ch>\n"
|
"Language-Team: Català <linux-ca@chanae.alphanet.ch>\n"
|
||||||
|
|
@ -436,8 +436,8 @@ msgstr ""
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
#| msgid "New Magic tools: Dither, Filled Polygon."
|
#| msgid "New Magic tools: Dither, Filled Polygon."
|
||||||
msgid ""
|
msgid ""
|
||||||
"New Magic tools: \"Comic dots\", \"Rotate\", \"ASCII Computer\", \"ASCII "
|
"New Magic tools: \"Comic dots\", \"Rotate\", various \"ASCII\" art, and "
|
||||||
"Typewriter\", and various \"Fractals\"."
|
"various \"Fractals\"."
|
||||||
msgstr "Noves eines màgiques: Tramat, Polígon."
|
msgstr "Noves eines màgiques: Tramat, Polígon."
|
||||||
|
|
||||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54
|
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54
|
||||||
|
|
@ -1791,20 +1791,24 @@ msgstr ""
|
||||||
msgid "Click to change the colors in your entire picture."
|
msgid "Click to change the colors in your entire picture."
|
||||||
msgstr "Feu clic per alterar el color del dibuix."
|
msgstr "Feu clic per alterar el color del dibuix."
|
||||||
|
|
||||||
#: ../../magic/src/ascii.c:49
|
#: ../../magic/src/ascii.c:51
|
||||||
msgid "Typewriter"
|
msgid "Typewriter"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../magic/src/ascii.c:50
|
#: ../../magic/src/ascii.c:52
|
||||||
msgid "Computer"
|
msgid "Computer"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../magic/src/ascii.c:292
|
#: ../../magic/src/ascii.c:53
|
||||||
|
msgid "Color Computer"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../../magic/src/ascii.c:323
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "ASCII %s"
|
msgid "ASCII %s"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../magic/src/ascii.c:311
|
#: ../../magic/src/ascii.c:342
|
||||||
#, fuzzy, c-format
|
#, fuzzy, c-format
|
||||||
#| msgid ""
|
#| msgid ""
|
||||||
#| "Click and drag to transform parts of your picture to circular "
|
#| "Click and drag to transform parts of your picture to circular "
|
||||||
|
|
@ -1814,7 +1818,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Feu clic i arrossegueu per transformar parts del dibuix en traços circulars."
|
"Feu clic i arrossegueu per transformar parts del dibuix en traços circulars."
|
||||||
|
|
||||||
#: ../../magic/src/ascii.c:313
|
#: ../../magic/src/ascii.c:344
|
||||||
#, fuzzy, c-format
|
#, fuzzy, c-format
|
||||||
#| msgid "Click to turn your entire picture into a maze."
|
#| msgid "Click to turn your entire picture into a maze."
|
||||||
msgid "Click to transform your entire drawing to ASCII art (%s style)."
|
msgid "Click to transform your entire drawing to ASCII art (%s style)."
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: tuxpaint\n"
|
"Project-Id-Version: tuxpaint\n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2024-09-26 00:36-0700\n"
|
"POT-Creation-Date: 2024-09-27 22:41-0700\n"
|
||||||
"PO-Revision-Date: 2020-03-29 23:40+0200\n"
|
"PO-Revision-Date: 2020-03-29 23:40+0200\n"
|
||||||
"Last-Translator: Pilar Embid Giner <embid_mar@gva.es>\n"
|
"Last-Translator: Pilar Embid Giner <embid_mar@gva.es>\n"
|
||||||
"Language-Team: LliureX\n"
|
"Language-Team: LliureX\n"
|
||||||
|
|
@ -392,8 +392,8 @@ msgstr ""
|
||||||
|
|
||||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53
|
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53
|
||||||
msgid ""
|
msgid ""
|
||||||
"New Magic tools: \"Comic dots\", \"Rotate\", \"ASCII Computer\", \"ASCII "
|
"New Magic tools: \"Comic dots\", \"Rotate\", various \"ASCII\" art, and "
|
||||||
"Typewriter\", and various \"Fractals\"."
|
"various \"Fractals\"."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54
|
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54
|
||||||
|
|
@ -1649,20 +1649,24 @@ msgstr ""
|
||||||
msgid "Click to change the colors in your entire picture."
|
msgid "Click to change the colors in your entire picture."
|
||||||
msgstr "Feu clic per a canviar els colors de tot el dibuix."
|
msgstr "Feu clic per a canviar els colors de tot el dibuix."
|
||||||
|
|
||||||
#: ../../magic/src/ascii.c:49
|
#: ../../magic/src/ascii.c:51
|
||||||
msgid "Typewriter"
|
msgid "Typewriter"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../magic/src/ascii.c:50
|
#: ../../magic/src/ascii.c:52
|
||||||
msgid "Computer"
|
msgid "Computer"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../magic/src/ascii.c:292
|
#: ../../magic/src/ascii.c:53
|
||||||
|
msgid "Color Computer"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../../magic/src/ascii.c:323
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "ASCII %s"
|
msgid "ASCII %s"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../magic/src/ascii.c:311
|
#: ../../magic/src/ascii.c:342
|
||||||
#, fuzzy, c-format
|
#, fuzzy, c-format
|
||||||
#| msgid ""
|
#| msgid ""
|
||||||
#| "Click and drag to make parts of your picture look like they are on "
|
#| "Click and drag to make parts of your picture look like they are on "
|
||||||
|
|
@ -1673,7 +1677,7 @@ msgstr ""
|
||||||
"Feu clic i arrossegueu per a fer que parts de la imatge semblen com si "
|
"Feu clic i arrossegueu per a fer que parts de la imatge semblen com si "
|
||||||
"estigueren en un televisor."
|
"estigueren en un televisor."
|
||||||
|
|
||||||
#: ../../magic/src/ascii.c:313
|
#: ../../magic/src/ascii.c:344
|
||||||
#, fuzzy, c-format
|
#, fuzzy, c-format
|
||||||
#| msgid ""
|
#| msgid ""
|
||||||
#| "Click and drag the mouse around to turn the picture into a chalk drawing."
|
#| "Click and drag the mouse around to turn the picture into a chalk drawing."
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: tuxpaint\n"
|
"Project-Id-Version: tuxpaint\n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2024-09-26 00:36-0700\n"
|
"POT-Creation-Date: 2024-09-27 22:41-0700\n"
|
||||||
"PO-Revision-Date: 2010-09-17 16:19+0200fu\n"
|
"PO-Revision-Date: 2010-09-17 16:19+0200fu\n"
|
||||||
"Last-Translator: none\n"
|
"Last-Translator: none\n"
|
||||||
"Language-Team: none\n"
|
"Language-Team: none\n"
|
||||||
|
|
@ -395,8 +395,8 @@ msgstr ""
|
||||||
|
|
||||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53
|
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53
|
||||||
msgid ""
|
msgid ""
|
||||||
"New Magic tools: \"Comic dots\", \"Rotate\", \"ASCII Computer\", \"ASCII "
|
"New Magic tools: \"Comic dots\", \"Rotate\", various \"ASCII\" art, and "
|
||||||
"Typewriter\", and various \"Fractals\"."
|
"various \"Fractals\"."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54
|
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54
|
||||||
|
|
@ -1645,20 +1645,24 @@ msgstr ""
|
||||||
msgid "Click to change the colors in your entire picture."
|
msgid "Click to change the colors in your entire picture."
|
||||||
msgstr "Imata kuhindura erangi omukishushani kyona."
|
msgstr "Imata kuhindura erangi omukishushani kyona."
|
||||||
|
|
||||||
#: ../../magic/src/ascii.c:49
|
#: ../../magic/src/ascii.c:51
|
||||||
msgid "Typewriter"
|
msgid "Typewriter"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../magic/src/ascii.c:50
|
#: ../../magic/src/ascii.c:52
|
||||||
msgid "Computer"
|
msgid "Computer"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../magic/src/ascii.c:292
|
#: ../../magic/src/ascii.c:53
|
||||||
|
msgid "Color Computer"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../../magic/src/ascii.c:323
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "ASCII %s"
|
msgid "ASCII %s"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../magic/src/ascii.c:311
|
#: ../../magic/src/ascii.c:342
|
||||||
#, fuzzy, c-format
|
#, fuzzy, c-format
|
||||||
#| msgid ""
|
#| msgid ""
|
||||||
#| "Click and drag to make parts of your picture look like they are on "
|
#| "Click and drag to make parts of your picture look like they are on "
|
||||||
|
|
@ -1669,7 +1673,7 @@ msgstr ""
|
||||||
"Imata kandi okurure okuhindura ebicweeka byekishushani kyawe kurebeka nke "
|
"Imata kandi okurure okuhindura ebicweeka byekishushani kyawe kurebeka nke "
|
||||||
"biri aha tiivi."
|
"biri aha tiivi."
|
||||||
|
|
||||||
#: ../../magic/src/ascii.c:313
|
#: ../../magic/src/ascii.c:344
|
||||||
#, fuzzy, c-format
|
#, fuzzy, c-format
|
||||||
#| msgid ""
|
#| msgid ""
|
||||||
#| "Click and move the mouse around to turn the picture into a chalk drawing."
|
#| "Click and move the mouse around to turn the picture into a chalk drawing."
|
||||||
|
|
|
||||||
20
src/po/cs.po
20
src/po/cs.po
|
|
@ -5,7 +5,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: tuxpaint\n"
|
"Project-Id-Version: tuxpaint\n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2024-09-26 00:36-0700\n"
|
"POT-Creation-Date: 2024-09-27 22:41-0700\n"
|
||||||
"PO-Revision-Date: 2010-07-08 13:33+0100\n"
|
"PO-Revision-Date: 2010-07-08 13:33+0100\n"
|
||||||
"Last-Translator: Zdeněk Chalupský <chalzd@gmail.com>\n"
|
"Last-Translator: Zdeněk Chalupský <chalzd@gmail.com>\n"
|
||||||
"Language-Team: Czech <cs@li.org>\n"
|
"Language-Team: Czech <cs@li.org>\n"
|
||||||
|
|
@ -395,8 +395,8 @@ msgstr ""
|
||||||
|
|
||||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53
|
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53
|
||||||
msgid ""
|
msgid ""
|
||||||
"New Magic tools: \"Comic dots\", \"Rotate\", \"ASCII Computer\", \"ASCII "
|
"New Magic tools: \"Comic dots\", \"Rotate\", various \"ASCII\" art, and "
|
||||||
"Typewriter\", and various \"Fractals\"."
|
"various \"Fractals\"."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54
|
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54
|
||||||
|
|
@ -1648,20 +1648,24 @@ msgstr "Klepnutím, nebo pohybem myši, změníš barvy v obrázku."
|
||||||
msgid "Click to change the colors in your entire picture."
|
msgid "Click to change the colors in your entire picture."
|
||||||
msgstr "Klikni pro změnu barvy celého obrázku."
|
msgstr "Klikni pro změnu barvy celého obrázku."
|
||||||
|
|
||||||
#: ../../magic/src/ascii.c:49
|
#: ../../magic/src/ascii.c:51
|
||||||
msgid "Typewriter"
|
msgid "Typewriter"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../magic/src/ascii.c:50
|
#: ../../magic/src/ascii.c:52
|
||||||
msgid "Computer"
|
msgid "Computer"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../magic/src/ascii.c:292
|
#: ../../magic/src/ascii.c:53
|
||||||
|
msgid "Color Computer"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../../magic/src/ascii.c:323
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "ASCII %s"
|
msgid "ASCII %s"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../magic/src/ascii.c:311
|
#: ../../magic/src/ascii.c:342
|
||||||
#, fuzzy, c-format
|
#, fuzzy, c-format
|
||||||
#| msgid ""
|
#| msgid ""
|
||||||
#| "Click and drag to make parts of your picture look like they are on "
|
#| "Click and drag to make parts of your picture look like they are on "
|
||||||
|
|
@ -1672,7 +1676,7 @@ msgstr ""
|
||||||
"Kliknutím a tažením, docílíš vzhledu obrazu v televizi s viditelným "
|
"Kliknutím a tažením, docílíš vzhledu obrazu v televizi s viditelným "
|
||||||
"řádkováním."
|
"řádkováním."
|
||||||
|
|
||||||
#: ../../magic/src/ascii.c:313
|
#: ../../magic/src/ascii.c:344
|
||||||
#, fuzzy, c-format
|
#, fuzzy, c-format
|
||||||
#| msgid ""
|
#| msgid ""
|
||||||
#| "Click and move the mouse around to turn the picture into a chalk drawing."
|
#| "Click and move the mouse around to turn the picture into a chalk drawing."
|
||||||
|
|
|
||||||
20
src/po/cy.po
20
src/po/cy.po
|
|
@ -8,7 +8,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: cy\n"
|
"Project-Id-Version: cy\n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2024-09-26 00:36-0700\n"
|
"POT-Creation-Date: 2024-09-27 22:41-0700\n"
|
||||||
"PO-Revision-Date: 2004-09-21 14:29+0100\n"
|
"PO-Revision-Date: 2004-09-21 14:29+0100\n"
|
||||||
"Last-Translator: none\n"
|
"Last-Translator: none\n"
|
||||||
"Language-Team: none\n"
|
"Language-Team: none\n"
|
||||||
|
|
@ -394,8 +394,8 @@ msgstr ""
|
||||||
|
|
||||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53
|
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53
|
||||||
msgid ""
|
msgid ""
|
||||||
"New Magic tools: \"Comic dots\", \"Rotate\", \"ASCII Computer\", \"ASCII "
|
"New Magic tools: \"Comic dots\", \"Rotate\", various \"ASCII\" art, and "
|
||||||
"Typewriter\", and various \"Fractals\"."
|
"various \"Fractals\"."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54
|
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54
|
||||||
|
|
@ -1633,26 +1633,30 @@ msgstr "Clicia a symuda'r llygoden o gwmpas i bylu'r llun."
|
||||||
msgid "Click to change the colors in your entire picture."
|
msgid "Click to change the colors in your entire picture."
|
||||||
msgstr "Clicia a symuda'r llygoden o gwmpas i bylu'r llun."
|
msgstr "Clicia a symuda'r llygoden o gwmpas i bylu'r llun."
|
||||||
|
|
||||||
#: ../../magic/src/ascii.c:49
|
#: ../../magic/src/ascii.c:51
|
||||||
msgid "Typewriter"
|
msgid "Typewriter"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../magic/src/ascii.c:50
|
#: ../../magic/src/ascii.c:52
|
||||||
msgid "Computer"
|
msgid "Computer"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../magic/src/ascii.c:292
|
#: ../../magic/src/ascii.c:53
|
||||||
|
msgid "Color Computer"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../../magic/src/ascii.c:323
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "ASCII %s"
|
msgid "ASCII %s"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../magic/src/ascii.c:311
|
#: ../../magic/src/ascii.c:342
|
||||||
#, fuzzy, c-format
|
#, fuzzy, c-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"Click and drag to transform parts of your drawing to ASCII art (%s style)."
|
"Click and drag to transform parts of your drawing to ASCII art (%s style)."
|
||||||
msgstr "Clicia a symuda'r llygoden o gwmpas i wneud blociau ar liwiau'r llun."
|
msgstr "Clicia a symuda'r llygoden o gwmpas i wneud blociau ar liwiau'r llun."
|
||||||
|
|
||||||
#: ../../magic/src/ascii.c:313
|
#: ../../magic/src/ascii.c:344
|
||||||
#, fuzzy, c-format
|
#, fuzzy, c-format
|
||||||
#| msgid ""
|
#| msgid ""
|
||||||
#| "Click and move the mouse around to turn the picture into a chalk drawing."
|
#| "Click and move the mouse around to turn the picture into a chalk drawing."
|
||||||
|
|
|
||||||
20
src/po/da.po
20
src/po/da.po
|
|
@ -13,7 +13,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: Tux Paint\n"
|
"Project-Id-Version: Tux Paint\n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2024-09-26 00:36-0700\n"
|
"POT-Creation-Date: 2024-09-27 22:41-0700\n"
|
||||||
"PO-Revision-Date: 2017-12-05 12:38+0100\n"
|
"PO-Revision-Date: 2017-12-05 12:38+0100\n"
|
||||||
"Last-Translator: Joe Hansen <joedalton2@yahoo.dk>\n"
|
"Last-Translator: Joe Hansen <joedalton2@yahoo.dk>\n"
|
||||||
"Language-Team: Danish <dansk@dansk-gruppen.dk>\n"
|
"Language-Team: Danish <dansk@dansk-gruppen.dk>\n"
|
||||||
|
|
@ -403,8 +403,8 @@ msgstr ""
|
||||||
|
|
||||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53
|
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53
|
||||||
msgid ""
|
msgid ""
|
||||||
"New Magic tools: \"Comic dots\", \"Rotate\", \"ASCII Computer\", \"ASCII "
|
"New Magic tools: \"Comic dots\", \"Rotate\", various \"ASCII\" art, and "
|
||||||
"Typewriter\", and various \"Fractals\"."
|
"various \"Fractals\"."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54
|
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54
|
||||||
|
|
@ -1652,20 +1652,24 @@ msgstr "Klik og bevæg musen rundt for at ændre farverne i dele af dit billede.
|
||||||
msgid "Click to change the colors in your entire picture."
|
msgid "Click to change the colors in your entire picture."
|
||||||
msgstr "Klik for at ændre farverne i hele dit billede."
|
msgstr "Klik for at ændre farverne i hele dit billede."
|
||||||
|
|
||||||
#: ../../magic/src/ascii.c:49
|
#: ../../magic/src/ascii.c:51
|
||||||
msgid "Typewriter"
|
msgid "Typewriter"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../magic/src/ascii.c:50
|
#: ../../magic/src/ascii.c:52
|
||||||
msgid "Computer"
|
msgid "Computer"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../magic/src/ascii.c:292
|
#: ../../magic/src/ascii.c:53
|
||||||
|
msgid "Color Computer"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../../magic/src/ascii.c:323
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "ASCII %s"
|
msgid "ASCII %s"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../magic/src/ascii.c:311
|
#: ../../magic/src/ascii.c:342
|
||||||
#, fuzzy, c-format
|
#, fuzzy, c-format
|
||||||
#| msgid ""
|
#| msgid ""
|
||||||
#| "Click and drag to make parts of your picture look like they are on "
|
#| "Click and drag to make parts of your picture look like they are on "
|
||||||
|
|
@ -1676,7 +1680,7 @@ msgstr ""
|
||||||
"Klik og bevæg musen rundt for at få dit billede til at se ud som om, det er "
|
"Klik og bevæg musen rundt for at få dit billede til at se ud som om, det er "
|
||||||
"i fjernsynet."
|
"i fjernsynet."
|
||||||
|
|
||||||
#: ../../magic/src/ascii.c:313
|
#: ../../magic/src/ascii.c:344
|
||||||
#, fuzzy, c-format
|
#, fuzzy, c-format
|
||||||
#| msgid ""
|
#| msgid ""
|
||||||
#| "Click and drag the mouse around to turn the picture into a chalk drawing."
|
#| "Click and drag the mouse around to turn the picture into a chalk drawing."
|
||||||
|
|
|
||||||
20
src/po/de.po
20
src/po/de.po
|
|
@ -11,7 +11,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: de\n"
|
"Project-Id-Version: de\n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2024-09-26 00:36-0700\n"
|
"POT-Creation-Date: 2024-09-27 22:41-0700\n"
|
||||||
"PO-Revision-Date: 2017-12-25 21:13+0200\n"
|
"PO-Revision-Date: 2017-12-25 21:13+0200\n"
|
||||||
"Last-Translator: Holger Wansing <hwansing@mailbox.org>\n"
|
"Last-Translator: Holger Wansing <hwansing@mailbox.org>\n"
|
||||||
"Language-Team: Debian German <debian-l10n-german@lists.debian.org>\n"
|
"Language-Team: Debian German <debian-l10n-german@lists.debian.org>\n"
|
||||||
|
|
@ -396,8 +396,8 @@ msgstr ""
|
||||||
|
|
||||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53
|
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53
|
||||||
msgid ""
|
msgid ""
|
||||||
"New Magic tools: \"Comic dots\", \"Rotate\", \"ASCII Computer\", \"ASCII "
|
"New Magic tools: \"Comic dots\", \"Rotate\", various \"ASCII\" art, and "
|
||||||
"Typewriter\", and various \"Fractals\"."
|
"various \"Fractals\"."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54
|
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54
|
||||||
|
|
@ -1654,20 +1654,24 @@ msgstr ""
|
||||||
msgid "Click to change the colors in your entire picture."
|
msgid "Click to change the colors in your entire picture."
|
||||||
msgstr "Klicke, um die Farbe im ganzen Bild zu verändern."
|
msgstr "Klicke, um die Farbe im ganzen Bild zu verändern."
|
||||||
|
|
||||||
#: ../../magic/src/ascii.c:49
|
#: ../../magic/src/ascii.c:51
|
||||||
msgid "Typewriter"
|
msgid "Typewriter"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../magic/src/ascii.c:50
|
#: ../../magic/src/ascii.c:52
|
||||||
msgid "Computer"
|
msgid "Computer"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../magic/src/ascii.c:292
|
#: ../../magic/src/ascii.c:53
|
||||||
|
msgid "Color Computer"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../../magic/src/ascii.c:323
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "ASCII %s"
|
msgid "ASCII %s"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../magic/src/ascii.c:311
|
#: ../../magic/src/ascii.c:342
|
||||||
#, fuzzy, c-format
|
#, fuzzy, c-format
|
||||||
#| msgid ""
|
#| msgid ""
|
||||||
#| "Click and drag to make parts of your picture look like they are on "
|
#| "Click and drag to make parts of your picture look like they are on "
|
||||||
|
|
@ -1678,7 +1682,7 @@ msgstr ""
|
||||||
"Klicke und ziehe die Maus, um Teile deines Bildes so aussehen zu lassen, als "
|
"Klicke und ziehe die Maus, um Teile deines Bildes so aussehen zu lassen, als "
|
||||||
"wäre es im Fernsehen."
|
"wäre es im Fernsehen."
|
||||||
|
|
||||||
#: ../../magic/src/ascii.c:313
|
#: ../../magic/src/ascii.c:344
|
||||||
#, fuzzy, c-format
|
#, fuzzy, c-format
|
||||||
#| msgid ""
|
#| msgid ""
|
||||||
#| "Click and drag the mouse around to turn the picture into a chalk drawing."
|
#| "Click and drag the mouse around to turn the picture into a chalk drawing."
|
||||||
|
|
|
||||||
|
|
@ -7,7 +7,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: PACKAGE VERSION\n"
|
"Project-Id-Version: PACKAGE VERSION\n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2024-09-26 00:36-0700\n"
|
"POT-Creation-Date: 2024-09-27 22:41-0700\n"
|
||||||
"PO-Revision-Date: 2013-09-04 10:23+0530\n"
|
"PO-Revision-Date: 2013-09-04 10:23+0530\n"
|
||||||
"Last-Translator: <b>\n"
|
"Last-Translator: <b>\n"
|
||||||
"Language-Team: Dogri\n"
|
"Language-Team: Dogri\n"
|
||||||
|
|
@ -394,8 +394,8 @@ msgstr ""
|
||||||
|
|
||||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53
|
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53
|
||||||
msgid ""
|
msgid ""
|
||||||
"New Magic tools: \"Comic dots\", \"Rotate\", \"ASCII Computer\", \"ASCII "
|
"New Magic tools: \"Comic dots\", \"Rotate\", various \"ASCII\" art, and "
|
||||||
"Typewriter\", and various \"Fractals\"."
|
"various \"Fractals\"."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54
|
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54
|
||||||
|
|
@ -1644,20 +1644,24 @@ msgstr "अपनी तस्वीरा दे हिस्सें च र
|
||||||
msgid "Click to change the colors in your entire picture."
|
msgid "Click to change the colors in your entire picture."
|
||||||
msgstr "अपनी सबूरी तस्वीरा च रंग बदलने आस्तै क्लिक करो."
|
msgstr "अपनी सबूरी तस्वीरा च रंग बदलने आस्तै क्लिक करो."
|
||||||
|
|
||||||
#: ../../magic/src/ascii.c:49
|
#: ../../magic/src/ascii.c:51
|
||||||
msgid "Typewriter"
|
msgid "Typewriter"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../magic/src/ascii.c:50
|
#: ../../magic/src/ascii.c:52
|
||||||
msgid "Computer"
|
msgid "Computer"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../magic/src/ascii.c:292
|
#: ../../magic/src/ascii.c:53
|
||||||
|
msgid "Color Computer"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../../magic/src/ascii.c:323
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "ASCII %s"
|
msgid "ASCII %s"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../magic/src/ascii.c:311
|
#: ../../magic/src/ascii.c:342
|
||||||
#, fuzzy, c-format
|
#, fuzzy, c-format
|
||||||
#| msgid ""
|
#| msgid ""
|
||||||
#| "Click and drag to make parts of your picture look like they are on "
|
#| "Click and drag to make parts of your picture look like they are on "
|
||||||
|
|
@ -1667,7 +1671,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"अपनी तस्वीरें दे हिस्सें गी इʼयां बनाने आस्तै जिʼयां ओह् टैलीविज़न पर होन, क्लिक करो ते खिच्चो."
|
"अपनी तस्वीरें दे हिस्सें गी इʼयां बनाने आस्तै जिʼयां ओह् टैलीविज़न पर होन, क्लिक करो ते खिच्चो."
|
||||||
|
|
||||||
#: ../../magic/src/ascii.c:313
|
#: ../../magic/src/ascii.c:344
|
||||||
#, fuzzy, c-format
|
#, fuzzy, c-format
|
||||||
#| msgid ""
|
#| msgid ""
|
||||||
#| "Click and move the mouse around to turn the picture into a chalk drawing."
|
#| "Click and move the mouse around to turn the picture into a chalk drawing."
|
||||||
|
|
|
||||||
20
src/po/el.po
20
src/po/el.po
|
|
@ -8,7 +8,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: tuxpaint\n"
|
"Project-Id-Version: tuxpaint\n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2024-09-26 00:36-0700\n"
|
"POT-Creation-Date: 2024-09-27 22:41-0700\n"
|
||||||
"PO-Revision-Date: 2021-09-02 07:45+0000\n"
|
"PO-Revision-Date: 2021-09-02 07:45+0000\n"
|
||||||
"Last-Translator: kiolalis <kiolalis@gmail.com>\n"
|
"Last-Translator: kiolalis <kiolalis@gmail.com>\n"
|
||||||
"Language-Team: \n"
|
"Language-Team: \n"
|
||||||
|
|
@ -396,8 +396,8 @@ msgstr ""
|
||||||
|
|
||||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53
|
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53
|
||||||
msgid ""
|
msgid ""
|
||||||
"New Magic tools: \"Comic dots\", \"Rotate\", \"ASCII Computer\", \"ASCII "
|
"New Magic tools: \"Comic dots\", \"Rotate\", various \"ASCII\" art, and "
|
||||||
"Typewriter\", and various \"Fractals\"."
|
"various \"Fractals\"."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54
|
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54
|
||||||
|
|
@ -1659,20 +1659,24 @@ msgstr ""
|
||||||
msgid "Click to change the colors in your entire picture."
|
msgid "Click to change the colors in your entire picture."
|
||||||
msgstr "Κάνε κλικ για να αλλάξεις τα χρώματα σε ολόκληρη τη ζωγραφιά σου."
|
msgstr "Κάνε κλικ για να αλλάξεις τα χρώματα σε ολόκληρη τη ζωγραφιά σου."
|
||||||
|
|
||||||
#: ../../magic/src/ascii.c:49
|
#: ../../magic/src/ascii.c:51
|
||||||
msgid "Typewriter"
|
msgid "Typewriter"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../magic/src/ascii.c:50
|
#: ../../magic/src/ascii.c:52
|
||||||
msgid "Computer"
|
msgid "Computer"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../magic/src/ascii.c:292
|
#: ../../magic/src/ascii.c:53
|
||||||
|
msgid "Color Computer"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../../magic/src/ascii.c:323
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "ASCII %s"
|
msgid "ASCII %s"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../magic/src/ascii.c:311
|
#: ../../magic/src/ascii.c:342
|
||||||
#, fuzzy, c-format
|
#, fuzzy, c-format
|
||||||
#| msgid ""
|
#| msgid ""
|
||||||
#| "Click and drag to make parts of your picture look like they are on "
|
#| "Click and drag to make parts of your picture look like they are on "
|
||||||
|
|
@ -1683,7 +1687,7 @@ msgstr ""
|
||||||
"Κάνε κλικ για να κάνεις τη ζωγραφιά σου να μοιάζει σαν να είναι στην "
|
"Κάνε κλικ για να κάνεις τη ζωγραφιά σου να μοιάζει σαν να είναι στην "
|
||||||
"τηλεόραση."
|
"τηλεόραση."
|
||||||
|
|
||||||
#: ../../magic/src/ascii.c:313
|
#: ../../magic/src/ascii.c:344
|
||||||
#, fuzzy, c-format
|
#, fuzzy, c-format
|
||||||
#| msgid ""
|
#| msgid ""
|
||||||
#| "Click and drag the mouse around to turn the picture into a chalk drawing."
|
#| "Click and drag the mouse around to turn the picture into a chalk drawing."
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: tuxpaint\n"
|
"Project-Id-Version: tuxpaint\n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2024-09-26 00:36-0700\n"
|
"POT-Creation-Date: 2024-09-27 22:41-0700\n"
|
||||||
"PO-Revision-Date: 2014-06-29 23:36+0930\n"
|
"PO-Revision-Date: 2014-06-29 23:36+0930\n"
|
||||||
"Last-Translator: ilox <ilox11@gmail.com>\n"
|
"Last-Translator: ilox <ilox11@gmail.com>\n"
|
||||||
"Language-Team: none\n"
|
"Language-Team: none\n"
|
||||||
|
|
@ -395,8 +395,8 @@ msgstr ""
|
||||||
|
|
||||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53
|
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53
|
||||||
msgid ""
|
msgid ""
|
||||||
"New Magic tools: \"Comic dots\", \"Rotate\", \"ASCII Computer\", \"ASCII "
|
"New Magic tools: \"Comic dots\", \"Rotate\", various \"ASCII\" art, and "
|
||||||
"Typewriter\", and various \"Fractals\"."
|
"various \"Fractals\"."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54
|
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54
|
||||||
|
|
@ -1646,20 +1646,24 @@ msgstr ""
|
||||||
msgid "Click to change the colors in your entire picture."
|
msgid "Click to change the colors in your entire picture."
|
||||||
msgstr "Click to change the colours in your entire picture."
|
msgstr "Click to change the colours in your entire picture."
|
||||||
|
|
||||||
#: ../../magic/src/ascii.c:49
|
#: ../../magic/src/ascii.c:51
|
||||||
msgid "Typewriter"
|
msgid "Typewriter"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../magic/src/ascii.c:50
|
#: ../../magic/src/ascii.c:52
|
||||||
msgid "Computer"
|
msgid "Computer"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../magic/src/ascii.c:292
|
#: ../../magic/src/ascii.c:53
|
||||||
|
msgid "Color Computer"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../../magic/src/ascii.c:323
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "ASCII %s"
|
msgid "ASCII %s"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../magic/src/ascii.c:311
|
#: ../../magic/src/ascii.c:342
|
||||||
#, fuzzy, c-format
|
#, fuzzy, c-format
|
||||||
#| msgid ""
|
#| msgid ""
|
||||||
#| "Click and drag to make parts of your picture look like they are on "
|
#| "Click and drag to make parts of your picture look like they are on "
|
||||||
|
|
@ -1670,7 +1674,7 @@ msgstr ""
|
||||||
"Click and drag to make parts of your picture look like they are on "
|
"Click and drag to make parts of your picture look like they are on "
|
||||||
"television."
|
"television."
|
||||||
|
|
||||||
#: ../../magic/src/ascii.c:313
|
#: ../../magic/src/ascii.c:344
|
||||||
#, fuzzy, c-format
|
#, fuzzy, c-format
|
||||||
#| msgid ""
|
#| msgid ""
|
||||||
#| "Click and move the mouse around to turn the picture into a chalk drawing."
|
#| "Click and move the mouse around to turn the picture into a chalk drawing."
|
||||||
|
|
|
||||||
|
|
@ -7,7 +7,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: tuxpaint\n"
|
"Project-Id-Version: tuxpaint\n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2024-09-26 00:36-0700\n"
|
"POT-Creation-Date: 2024-09-27 22:41-0700\n"
|
||||||
"PO-Revision-Date: 2014-07-07 12:22+0100\n"
|
"PO-Revision-Date: 2014-07-07 12:22+0100\n"
|
||||||
"Last-Translator: Caroline Ford <caroline.ford.work@googlemail.com>\n"
|
"Last-Translator: Caroline Ford <caroline.ford.work@googlemail.com>\n"
|
||||||
"Language-Team: \n"
|
"Language-Team: \n"
|
||||||
|
|
@ -393,8 +393,8 @@ msgstr ""
|
||||||
|
|
||||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53
|
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53
|
||||||
msgid ""
|
msgid ""
|
||||||
"New Magic tools: \"Comic dots\", \"Rotate\", \"ASCII Computer\", \"ASCII "
|
"New Magic tools: \"Comic dots\", \"Rotate\", various \"ASCII\" art, and "
|
||||||
"Typewriter\", and various \"Fractals\"."
|
"various \"Fractals\"."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54
|
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54
|
||||||
|
|
@ -1644,20 +1644,24 @@ msgstr ""
|
||||||
msgid "Click to change the colors in your entire picture."
|
msgid "Click to change the colors in your entire picture."
|
||||||
msgstr "Click to change the colours in your entire picture."
|
msgstr "Click to change the colours in your entire picture."
|
||||||
|
|
||||||
#: ../../magic/src/ascii.c:49
|
#: ../../magic/src/ascii.c:51
|
||||||
msgid "Typewriter"
|
msgid "Typewriter"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../magic/src/ascii.c:50
|
#: ../../magic/src/ascii.c:52
|
||||||
msgid "Computer"
|
msgid "Computer"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../magic/src/ascii.c:292
|
#: ../../magic/src/ascii.c:53
|
||||||
|
msgid "Color Computer"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../../magic/src/ascii.c:323
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "ASCII %s"
|
msgid "ASCII %s"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../magic/src/ascii.c:311
|
#: ../../magic/src/ascii.c:342
|
||||||
#, fuzzy, c-format
|
#, fuzzy, c-format
|
||||||
#| msgid ""
|
#| msgid ""
|
||||||
#| "Click and drag to make parts of your picture look like they are on "
|
#| "Click and drag to make parts of your picture look like they are on "
|
||||||
|
|
@ -1668,7 +1672,7 @@ msgstr ""
|
||||||
"Click and drag to make parts of your picture look like they are on "
|
"Click and drag to make parts of your picture look like they are on "
|
||||||
"television."
|
"television."
|
||||||
|
|
||||||
#: ../../magic/src/ascii.c:313
|
#: ../../magic/src/ascii.c:344
|
||||||
#, fuzzy, c-format
|
#, fuzzy, c-format
|
||||||
#| msgid ""
|
#| msgid ""
|
||||||
#| "Click and move the mouse around to turn the picture into a chalk drawing."
|
#| "Click and move the mouse around to turn the picture into a chalk drawing."
|
||||||
|
|
|
||||||
|
|
@ -10,7 +10,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: tuxpaint\n"
|
"Project-Id-Version: tuxpaint\n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2024-09-26 00:36-0700\n"
|
"POT-Creation-Date: 2024-09-27 22:41-0700\n"
|
||||||
"PO-Revision-Date: 2017-12-30 21:17+0000\n"
|
"PO-Revision-Date: 2017-12-30 21:17+0000\n"
|
||||||
"Last-Translator: Caroline Ford <caroline.ford.work@googlemail.com>\n"
|
"Last-Translator: Caroline Ford <caroline.ford.work@googlemail.com>\n"
|
||||||
"Language-Team: none\n"
|
"Language-Team: none\n"
|
||||||
|
|
@ -396,8 +396,8 @@ msgstr ""
|
||||||
|
|
||||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53
|
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53
|
||||||
msgid ""
|
msgid ""
|
||||||
"New Magic tools: \"Comic dots\", \"Rotate\", \"ASCII Computer\", \"ASCII "
|
"New Magic tools: \"Comic dots\", \"Rotate\", various \"ASCII\" art, and "
|
||||||
"Typewriter\", and various \"Fractals\"."
|
"various \"Fractals\"."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54
|
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54
|
||||||
|
|
@ -1644,20 +1644,24 @@ msgstr ""
|
||||||
msgid "Click to change the colors in your entire picture."
|
msgid "Click to change the colors in your entire picture."
|
||||||
msgstr "Click to change the colours in your entire picture."
|
msgstr "Click to change the colours in your entire picture."
|
||||||
|
|
||||||
#: ../../magic/src/ascii.c:49
|
#: ../../magic/src/ascii.c:51
|
||||||
msgid "Typewriter"
|
msgid "Typewriter"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../magic/src/ascii.c:50
|
#: ../../magic/src/ascii.c:52
|
||||||
msgid "Computer"
|
msgid "Computer"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../magic/src/ascii.c:292
|
#: ../../magic/src/ascii.c:53
|
||||||
|
msgid "Color Computer"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../../magic/src/ascii.c:323
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "ASCII %s"
|
msgid "ASCII %s"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../magic/src/ascii.c:311
|
#: ../../magic/src/ascii.c:342
|
||||||
#, fuzzy, c-format
|
#, fuzzy, c-format
|
||||||
#| msgid ""
|
#| msgid ""
|
||||||
#| "Click and drag to make parts of your picture look like they are on "
|
#| "Click and drag to make parts of your picture look like they are on "
|
||||||
|
|
@ -1668,7 +1672,7 @@ msgstr ""
|
||||||
"Click and drag to make parts of your picture look like they are on "
|
"Click and drag to make parts of your picture look like they are on "
|
||||||
"television."
|
"television."
|
||||||
|
|
||||||
#: ../../magic/src/ascii.c:313
|
#: ../../magic/src/ascii.c:344
|
||||||
#, fuzzy, c-format
|
#, fuzzy, c-format
|
||||||
#| msgid ""
|
#| msgid ""
|
||||||
#| "Click and drag the mouse around to turn the picture into a chalk drawing."
|
#| "Click and drag the mouse around to turn the picture into a chalk drawing."
|
||||||
|
|
|
||||||
|
|
@ -7,7 +7,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: 0.9.16\n"
|
"Project-Id-Version: 0.9.16\n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2024-09-26 00:36-0700\n"
|
"POT-Creation-Date: 2024-09-27 22:41-0700\n"
|
||||||
"PO-Revision-Date: 2009-09-06 15:46+0100\n"
|
"PO-Revision-Date: 2009-09-06 15:46+0100\n"
|
||||||
"Last-Translator: Caroline Ford <caroline.ford.work@googlemail.com>\n"
|
"Last-Translator: Caroline Ford <caroline.ford.work@googlemail.com>\n"
|
||||||
"Language-Team: English (South African) <en_za@li.org>\n"
|
"Language-Team: English (South African) <en_za@li.org>\n"
|
||||||
|
|
@ -392,8 +392,8 @@ msgstr ""
|
||||||
|
|
||||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53
|
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53
|
||||||
msgid ""
|
msgid ""
|
||||||
"New Magic tools: \"Comic dots\", \"Rotate\", \"ASCII Computer\", \"ASCII "
|
"New Magic tools: \"Comic dots\", \"Rotate\", various \"ASCII\" art, and "
|
||||||
"Typewriter\", and various \"Fractals\"."
|
"various \"Fractals\"."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54
|
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54
|
||||||
|
|
@ -1639,26 +1639,30 @@ msgstr "Click and move the mouse around to blur the picture."
|
||||||
msgid "Click to change the colors in your entire picture."
|
msgid "Click to change the colors in your entire picture."
|
||||||
msgstr "Click and move the mouse around to blur the picture."
|
msgstr "Click and move the mouse around to blur the picture."
|
||||||
|
|
||||||
#: ../../magic/src/ascii.c:49
|
#: ../../magic/src/ascii.c:51
|
||||||
msgid "Typewriter"
|
msgid "Typewriter"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../magic/src/ascii.c:50
|
#: ../../magic/src/ascii.c:52
|
||||||
msgid "Computer"
|
msgid "Computer"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../magic/src/ascii.c:292
|
#: ../../magic/src/ascii.c:53
|
||||||
|
msgid "Color Computer"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../../magic/src/ascii.c:323
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "ASCII %s"
|
msgid "ASCII %s"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../magic/src/ascii.c:311
|
#: ../../magic/src/ascii.c:342
|
||||||
#, fuzzy, c-format
|
#, fuzzy, c-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"Click and drag to transform parts of your drawing to ASCII art (%s style)."
|
"Click and drag to transform parts of your drawing to ASCII art (%s style)."
|
||||||
msgstr "Click and move the mouse around to change the picture’s colour."
|
msgstr "Click and move the mouse around to change the picture’s colour."
|
||||||
|
|
||||||
#: ../../magic/src/ascii.c:313
|
#: ../../magic/src/ascii.c:344
|
||||||
#, fuzzy, c-format
|
#, fuzzy, c-format
|
||||||
#| msgid ""
|
#| msgid ""
|
||||||
#| "Click and move the mouse around to turn the picture into a chalk drawing."
|
#| "Click and move the mouse around to turn the picture into a chalk drawing."
|
||||||
|
|
|
||||||
20
src/po/eo.po
20
src/po/eo.po
|
|
@ -8,7 +8,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: tuxpaint\n"
|
"Project-Id-Version: tuxpaint\n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2024-09-26 00:36-0700\n"
|
"POT-Creation-Date: 2024-09-27 22:41-0700\n"
|
||||||
"PO-Revision-Date: 2014-06-16 16:00+0000\n"
|
"PO-Revision-Date: 2014-06-16 16:00+0000\n"
|
||||||
"Last-Translator: Nuno MAGALHÃES <nunomagalhaes@eu.ipp.pt>\n"
|
"Last-Translator: Nuno MAGALHÃES <nunomagalhaes@eu.ipp.pt>\n"
|
||||||
"Language-Team: Esperanto <translation-team-eo@lists.sourceforge.net>\n"
|
"Language-Team: Esperanto <translation-team-eo@lists.sourceforge.net>\n"
|
||||||
|
|
@ -392,8 +392,8 @@ msgstr ""
|
||||||
|
|
||||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53
|
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53
|
||||||
msgid ""
|
msgid ""
|
||||||
"New Magic tools: \"Comic dots\", \"Rotate\", \"ASCII Computer\", \"ASCII "
|
"New Magic tools: \"Comic dots\", \"Rotate\", various \"ASCII\" art, and "
|
||||||
"Typewriter\", and various \"Fractals\"."
|
"various \"Fractals\"."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54
|
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54
|
||||||
|
|
@ -1632,20 +1632,24 @@ msgstr "Alklaku kaj movu la muson por ŝanĝi la koloron en partoj de via bildo.
|
||||||
msgid "Click to change the colors in your entire picture."
|
msgid "Click to change the colors in your entire picture."
|
||||||
msgstr "Alklaku por ŝanĝi la kolorojn je via tuta bildo."
|
msgstr "Alklaku por ŝanĝi la kolorojn je via tuta bildo."
|
||||||
|
|
||||||
#: ../../magic/src/ascii.c:49
|
#: ../../magic/src/ascii.c:51
|
||||||
msgid "Typewriter"
|
msgid "Typewriter"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../magic/src/ascii.c:50
|
#: ../../magic/src/ascii.c:52
|
||||||
msgid "Computer"
|
msgid "Computer"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../magic/src/ascii.c:292
|
#: ../../magic/src/ascii.c:53
|
||||||
|
msgid "Color Computer"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../../magic/src/ascii.c:323
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "ASCII %s"
|
msgid "ASCII %s"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../magic/src/ascii.c:311
|
#: ../../magic/src/ascii.c:342
|
||||||
#, fuzzy, c-format
|
#, fuzzy, c-format
|
||||||
#| msgid ""
|
#| msgid ""
|
||||||
#| "Click and drag to make parts of your picture look like they are on "
|
#| "Click and drag to make parts of your picture look like they are on "
|
||||||
|
|
@ -1655,7 +1659,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Alklaku kaj movu la muson por ŝajnigi partojn de via bildo kvazaŭ televide."
|
"Alklaku kaj movu la muson por ŝajnigi partojn de via bildo kvazaŭ televide."
|
||||||
|
|
||||||
#: ../../magic/src/ascii.c:313
|
#: ../../magic/src/ascii.c:344
|
||||||
#, fuzzy, c-format
|
#, fuzzy, c-format
|
||||||
#| msgid ""
|
#| msgid ""
|
||||||
#| "Click and move the mouse around to turn the picture into a chalk drawing."
|
#| "Click and move the mouse around to turn the picture into a chalk drawing."
|
||||||
|
|
|
||||||
20
src/po/es.po
20
src/po/es.po
|
|
@ -29,7 +29,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: tuxpaint\n"
|
"Project-Id-Version: tuxpaint\n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2024-09-26 00:36-0700\n"
|
"POT-Creation-Date: 2024-09-27 22:41-0700\n"
|
||||||
"PO-Revision-Date: 2017-12-18 20:31-0300\n"
|
"PO-Revision-Date: 2017-12-18 20:31-0300\n"
|
||||||
"Last-Translator: Matías Bellone <matiasbellone+debian@gmail.com>\n"
|
"Last-Translator: Matías Bellone <matiasbellone+debian@gmail.com>\n"
|
||||||
"Language-Team: none\n"
|
"Language-Team: none\n"
|
||||||
|
|
@ -413,8 +413,8 @@ msgstr ""
|
||||||
|
|
||||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53
|
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53
|
||||||
msgid ""
|
msgid ""
|
||||||
"New Magic tools: \"Comic dots\", \"Rotate\", \"ASCII Computer\", \"ASCII "
|
"New Magic tools: \"Comic dots\", \"Rotate\", various \"ASCII\" art, and "
|
||||||
"Typewriter\", and various \"Fractals\"."
|
"various \"Fractals\"."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54
|
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54
|
||||||
|
|
@ -1668,20 +1668,24 @@ msgstr ""
|
||||||
msgid "Click to change the colors in your entire picture."
|
msgid "Click to change the colors in your entire picture."
|
||||||
msgstr "Haz click para cambiar los colores de todo el dibujo."
|
msgstr "Haz click para cambiar los colores de todo el dibujo."
|
||||||
|
|
||||||
#: ../../magic/src/ascii.c:49
|
#: ../../magic/src/ascii.c:51
|
||||||
msgid "Typewriter"
|
msgid "Typewriter"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../magic/src/ascii.c:50
|
#: ../../magic/src/ascii.c:52
|
||||||
msgid "Computer"
|
msgid "Computer"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../magic/src/ascii.c:292
|
#: ../../magic/src/ascii.c:53
|
||||||
|
msgid "Color Computer"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../../magic/src/ascii.c:323
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "ASCII %s"
|
msgid "ASCII %s"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../magic/src/ascii.c:311
|
#: ../../magic/src/ascii.c:342
|
||||||
#, fuzzy, c-format
|
#, fuzzy, c-format
|
||||||
#| msgid ""
|
#| msgid ""
|
||||||
#| "Click and drag to make parts of your picture look like they are on "
|
#| "Click and drag to make parts of your picture look like they are on "
|
||||||
|
|
@ -1692,7 +1696,7 @@ msgstr ""
|
||||||
"Haz click y mueve el ratón para hacer que partes de tu dibujo se vean como "
|
"Haz click y mueve el ratón para hacer que partes de tu dibujo se vean como "
|
||||||
"en la televisión."
|
"en la televisión."
|
||||||
|
|
||||||
#: ../../magic/src/ascii.c:313
|
#: ../../magic/src/ascii.c:344
|
||||||
#, fuzzy, c-format
|
#, fuzzy, c-format
|
||||||
#| msgid ""
|
#| msgid ""
|
||||||
#| "Click and drag the mouse around to turn the picture into a chalk drawing."
|
#| "Click and drag the mouse around to turn the picture into a chalk drawing."
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: TuxPaint 0.9.2\n"
|
"Project-Id-Version: TuxPaint 0.9.2\n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2024-09-26 00:36-0700\n"
|
"POT-Creation-Date: 2024-09-27 22:41-0700\n"
|
||||||
"PO-Revision-Date: 2007-08-05 19:22-0400\n"
|
"PO-Revision-Date: 2007-08-05 19:22-0400\n"
|
||||||
"Last-Translator: Ignacio Tike <itike17@yahoo.com>\n"
|
"Last-Translator: Ignacio Tike <itike17@yahoo.com>\n"
|
||||||
"Language-Team: Español <ggabriel@internet.com.uy>\n"
|
"Language-Team: Español <ggabriel@internet.com.uy>\n"
|
||||||
|
|
@ -388,8 +388,8 @@ msgstr ""
|
||||||
|
|
||||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53
|
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53
|
||||||
msgid ""
|
msgid ""
|
||||||
"New Magic tools: \"Comic dots\", \"Rotate\", \"ASCII Computer\", \"ASCII "
|
"New Magic tools: \"Comic dots\", \"Rotate\", various \"ASCII\" art, and "
|
||||||
"Typewriter\", and various \"Fractals\"."
|
"various \"Fractals\"."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54
|
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54
|
||||||
|
|
@ -1638,27 +1638,31 @@ msgstr "Haz clic y arrastra el ratón para desenfocar la imagen."
|
||||||
msgid "Click to change the colors in your entire picture."
|
msgid "Click to change the colors in your entire picture."
|
||||||
msgstr "Haz clic y arrastra el ratón para desenfocar la imagen."
|
msgstr "Haz clic y arrastra el ratón para desenfocar la imagen."
|
||||||
|
|
||||||
#: ../../magic/src/ascii.c:49
|
#: ../../magic/src/ascii.c:51
|
||||||
msgid "Typewriter"
|
msgid "Typewriter"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../magic/src/ascii.c:50
|
#: ../../magic/src/ascii.c:52
|
||||||
msgid "Computer"
|
msgid "Computer"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../magic/src/ascii.c:292
|
#: ../../magic/src/ascii.c:53
|
||||||
|
msgid "Color Computer"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../../magic/src/ascii.c:323
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "ASCII %s"
|
msgid "ASCII %s"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../magic/src/ascii.c:311
|
#: ../../magic/src/ascii.c:342
|
||||||
#, fuzzy, c-format
|
#, fuzzy, c-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"Click and drag to transform parts of your drawing to ASCII art (%s style)."
|
"Click and drag to transform parts of your drawing to ASCII art (%s style)."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Haz clic y arrastra el ratón alrededor para cambiar el color de la imagen."
|
"Haz clic y arrastra el ratón alrededor para cambiar el color de la imagen."
|
||||||
|
|
||||||
#: ../../magic/src/ascii.c:313
|
#: ../../magic/src/ascii.c:344
|
||||||
#, fuzzy, c-format
|
#, fuzzy, c-format
|
||||||
#| msgid ""
|
#| msgid ""
|
||||||
#| "Click and move the mouse around to turn the picture into a chalk drawing."
|
#| "Click and move the mouse around to turn the picture into a chalk drawing."
|
||||||
|
|
|
||||||
20
src/po/et.po
20
src/po/et.po
|
|
@ -11,7 +11,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: Tux Paint\n"
|
"Project-Id-Version: Tux Paint\n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2024-09-26 00:36-0700\n"
|
"POT-Creation-Date: 2024-09-27 22:41-0700\n"
|
||||||
"PO-Revision-Date: 2015-03-07 13:09+0000\n"
|
"PO-Revision-Date: 2015-03-07 13:09+0000\n"
|
||||||
"Last-Translator: Sven Ollino <sven.ollino@gmail.com>\n"
|
"Last-Translator: Sven Ollino <sven.ollino@gmail.com>\n"
|
||||||
"Language-Team: Estonian (http://www.transifex.com/projects/p/doudoulinux/"
|
"Language-Team: Estonian (http://www.transifex.com/projects/p/doudoulinux/"
|
||||||
|
|
@ -399,8 +399,8 @@ msgstr ""
|
||||||
|
|
||||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53
|
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53
|
||||||
msgid ""
|
msgid ""
|
||||||
"New Magic tools: \"Comic dots\", \"Rotate\", \"ASCII Computer\", \"ASCII "
|
"New Magic tools: \"Comic dots\", \"Rotate\", various \"ASCII\" art, and "
|
||||||
"Typewriter\", and various \"Fractals\"."
|
"various \"Fractals\"."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54
|
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54
|
||||||
|
|
@ -1628,20 +1628,24 @@ msgstr "Hoia hiirenuppu all ja liiguta, et muuta su pildis värve."
|
||||||
msgid "Click to change the colors in your entire picture."
|
msgid "Click to change the colors in your entire picture."
|
||||||
msgstr "Tee klõps, et muuta terves pildis värve."
|
msgstr "Tee klõps, et muuta terves pildis värve."
|
||||||
|
|
||||||
#: ../../magic/src/ascii.c:49
|
#: ../../magic/src/ascii.c:51
|
||||||
msgid "Typewriter"
|
msgid "Typewriter"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../magic/src/ascii.c:50
|
#: ../../magic/src/ascii.c:52
|
||||||
msgid "Computer"
|
msgid "Computer"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../magic/src/ascii.c:292
|
#: ../../magic/src/ascii.c:53
|
||||||
|
msgid "Color Computer"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../../magic/src/ascii.c:323
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "ASCII %s"
|
msgid "ASCII %s"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../magic/src/ascii.c:311
|
#: ../../magic/src/ascii.c:342
|
||||||
#, fuzzy, c-format
|
#, fuzzy, c-format
|
||||||
#| msgid ""
|
#| msgid ""
|
||||||
#| "Click and drag to make parts of your picture look like they are on "
|
#| "Click and drag to make parts of your picture look like they are on "
|
||||||
|
|
@ -1651,7 +1655,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Hoia hiirenuppu all ja liiguta, et muuta pilti vana telekapildi taoliseks."
|
"Hoia hiirenuppu all ja liiguta, et muuta pilti vana telekapildi taoliseks."
|
||||||
|
|
||||||
#: ../../magic/src/ascii.c:313
|
#: ../../magic/src/ascii.c:344
|
||||||
#, fuzzy, c-format
|
#, fuzzy, c-format
|
||||||
#| msgid ""
|
#| msgid ""
|
||||||
#| "Click and move the mouse around to turn the picture into a chalk drawing."
|
#| "Click and move the mouse around to turn the picture into a chalk drawing."
|
||||||
|
|
|
||||||
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