From 9395f161185c97db81071f9b2965b1e8c1916905 Mon Sep 17 00:00:00 2001 From: Bill Kendrick Date: Sat, 28 Sep 2024 17:49:58 -0700 Subject: [PATCH] "Crescent" magic tool (WIP) Needs icon, sound, and docs. --- docs/AUTHORS.txt | 5 +- docs/CHANGES.txt | 9 +- magic/src/crescent.c | 275 +++++++++++++++++++++++ src/org.tuxpaint.Tuxpaint.appdata.xml.in | 4 +- src/po/ach.po | 24 +- src/po/af.po | 25 ++- src/po/ak.po | 24 +- src/po/am.po | 24 +- src/po/an.po | 26 ++- src/po/ar.po | 34 +-- src/po/as.po | 25 ++- src/po/ast.po | 25 ++- src/po/az.po | 34 +-- src/po/be.po | 25 ++- src/po/bg.po | 26 ++- src/po/bm.po | 25 ++- src/po/bn.po | 24 +- src/po/bo.po | 22 +- src/po/br.po | 23 +- src/po/brx.po | 24 +- src/po/bs.po | 22 +- src/po/ca.po | 26 ++- src/po/ca@valencia.po | 33 ++- src/po/cgg.po | 25 ++- src/po/cs.po | 28 ++- src/po/cy.po | 28 ++- src/po/da.po | 26 ++- src/po/de.po | 26 ++- src/po/doi.po | 24 +- src/po/el.po | 26 ++- src/po/en_AU.po | 24 +- src/po/en_CA.po | 28 ++- src/po/en_GB.po | 30 ++- src/po/en_ZA.po | 28 ++- src/po/eo.po | 26 ++- src/po/es.po | 26 ++- src/po/es_MX.po | 34 +-- src/po/et.po | 26 ++- src/po/eu.po | 26 ++- src/po/fa.po | 24 +- src/po/ff.po | 24 +- src/po/fi.po | 28 ++- src/po/fo.po | 34 +-- src/po/fr.po | 25 ++- src/po/ga.po | 26 ++- src/po/gd.po | 26 ++- src/po/gl.po | 25 ++- src/po/gos.po | 28 ++- src/po/gu.po | 30 ++- src/po/he.po | 30 ++- src/po/hi.po | 28 ++- src/po/hr.po | 24 +- src/po/hu.po | 26 ++- src/po/hy.po | 26 ++- src/po/id.po | 26 ++- src/po/is.po | 28 ++- src/po/it.po | 26 ++- src/po/iu.po | 24 +- src/po/ja.po | 34 +-- src/po/ka.po | 24 +- src/po/kab.po | 26 ++- src/po/km.po | 30 ++- src/po/kn.po | 26 ++- src/po/ko.po | 26 ++- src/po/kok.po | 24 +- src/po/kok@roman.po | 24 +- src/po/ks.po | 24 +- src/po/ks@devanagari.po | 24 +- src/po/ku.po | 30 ++- src/po/lb.po | 26 ++- src/po/lg.po | 24 +- src/po/lt.po | 33 +-- src/po/lv.po | 30 ++- src/po/mai.po | 24 +- src/po/mk.po | 28 ++- src/po/ml.po | 24 +- src/po/mn.po | 22 +- src/po/mni.po | 24 +- src/po/mni@meiteimayek.po | 24 +- src/po/mr.po | 28 ++- src/po/ms.po | 26 ++- src/po/nb.po | 34 +-- src/po/ne.po | 24 +- src/po/nl.po | 26 ++- src/po/nn.po | 34 +-- src/po/nr.po | 30 ++- src/po/nso.po | 26 ++- src/po/oc.po | 22 +- src/po/oj.po | 28 ++- src/po/or.po | 25 ++- src/po/pa.po | 24 +- src/po/pl.po | 28 ++- src/po/pt.po | 24 +- src/po/pt_BR.po | 26 ++- src/po/ro.po | 34 +-- src/po/ru.po | 34 +-- src/po/rw.po | 28 ++- src/po/sa.po | 24 +- src/po/sat.po | 25 ++- src/po/sat@olchiki.po | 26 ++- src/po/sc.po | 26 ++- src/po/sd.po | 24 +- src/po/sd@devanagari.po | 24 +- src/po/shs.po | 22 +- src/po/si.po | 24 +- src/po/sk.po | 34 +-- src/po/sl.po | 28 ++- src/po/son.po | 24 +- src/po/sq.po | 26 ++- src/po/sr.po | 30 ++- src/po/sr@latin.po | 30 ++- src/po/su.po | 22 +- src/po/sv.po | 26 ++- src/po/sw.po | 24 +- src/po/ta.po | 30 ++- src/po/te.po | 28 ++- src/po/th.po | 24 +- src/po/tl.po | 22 +- src/po/tlh.po | 22 +- src/po/tr.po | 28 ++- src/po/tuxpaint.pot | 22 +- src/po/tw.po | 28 ++- src/po/uk.po | 26 ++- src/po/ur.po | 25 ++- src/po/ve.po | 30 ++- src/po/vec.po | 24 +- src/po/vi.po | 24 +- src/po/wa.po | 30 ++- src/po/wo.po | 25 ++- src/po/xh.po | 28 ++- src/po/zam.po | 25 ++- src/po/zh_CN.po | 24 +- src/po/zh_TW.po | 24 +- src/po/zu.po | 26 ++- 134 files changed, 2695 insertions(+), 1034 deletions(-) create mode 100644 magic/src/crescent.c diff --git a/docs/AUTHORS.txt b/docs/AUTHORS.txt index 3b7e0dadc..97113a1b6 100644 --- a/docs/AUTHORS.txt +++ b/docs/AUTHORS.txt @@ -6,7 +6,7 @@ Copyright (c) 2002-2024 Various contributors (see below, and CHANGES.txt) https://tuxpaint.org/ -June 17, 2002 - September 27, 2024 +June 17, 2002 - September 28, 2024 * Design and Coding: @@ -223,6 +223,9 @@ June 17, 2002 - September 27, 2024 Creative Commons CC0 1.0 Universal by 0ktober + "Crescent" magic tool + by Bill Kendrick + Bloom magic tool by Bill Kendrick diff --git a/docs/CHANGES.txt b/docs/CHANGES.txt index e5c12f476..b3e9a6a18 100644 --- a/docs/CHANGES.txt +++ b/docs/CHANGES.txt @@ -6,7 +6,7 @@ Copyright (c) 2002-2024 Various contributors (see below, and AUTHORS.txt) https://tuxpaint.org/ -2024.September.27 (0.9.34) +2024.September.28 (0.9.34) * New Magic Tools: ---------------- * "Comic Dots", draws repeating dots (using a multiply blend) @@ -55,6 +55,13 @@ https://tuxpaint.org/ Creative Commons CC0 1.0 Universal by 0ktober + * WIP "Crescent": Draw various sorts of crescent shapes + + Code by Bill Kendrick + + TODO Icon + + TODO Sound effect + + TODO Documentation + + Closes https://sourceforge.net/p/tuxpaint/feature-requests/262/ + * Magic Tool Improvements: ------------------------ * Sound pause/resume functions added to API diff --git a/magic/src/crescent.c b/magic/src/crescent.c new file mode 100644 index 000000000..dced41588 --- /dev/null +++ b/magic/src/crescent.c @@ -0,0 +1,275 @@ +/* + crescent.c + + Draws crescent shapes + + Tux Paint - A simple drawing program for children. + + Copyright (c) 2024 by Bill Kendrick + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + (See COPYING.txt) + + Last updated: September 28, 2024 +*/ + +#include +#include +#include "tp_magic_api.h" +#include "SDL_image.h" +#include "SDL_mixer.h" + +static Mix_Chunk *crescent_snd; +static int crescent_neg_size; +Uint32 crescent_color; +int crescent_cx, crescent_cy; + +#define NUM_SIZES 6 +#define DEFAULT_SIZE 3 + + +Uint32 crescent_api_version(void); +int crescent_init(magic_api * api, Uint8 disabled_features, Uint8 complexity_level); +int crescent_get_tool_count(magic_api * api); +SDL_Surface *crescent_get_icon(magic_api * api, int which); +char *crescent_get_name(magic_api * api, int which); +int crescent_get_group(magic_api * api, int which); +int crescent_get_order(int which); +char *crescent_get_description(magic_api * api, int which, int mode); + +void crescent_drag(magic_api * api, int which, SDL_Surface * canvas, + SDL_Surface * last, int ox, int oy, int x, int y, SDL_Rect * update_rect); + +void crescent_click(magic_api * api, int which, int mode, + SDL_Surface * canvas, SDL_Surface * last, int x, int y, SDL_Rect * update_rect); + +void crescent_release(magic_api * api, int which, + SDL_Surface * canvas, SDL_Surface * last, int x, int y, SDL_Rect * update_rect); + +void crescent_shutdown(magic_api * api); +void crescent_set_color(magic_api * api, int which, SDL_Surface * canvas, + SDL_Surface * last, Uint8 r, Uint8 g, Uint8 b, SDL_Rect * update_rect); +int crescent_requires_colors(magic_api * api, int which); +void crescent_switchin(magic_api * api, int which, int mode, SDL_Surface * canvas); +void crescent_switchout(magic_api * api, int which, int mode, SDL_Surface * canvas); +int crescent_modes(magic_api * api, int which); +Uint8 crescent_accepted_sizes(magic_api * api, int which, int mode); +Uint8 crescent_default_size(magic_api * api, int which, int mode); +void crescent_set_size(magic_api * api, int which, int mode, SDL_Surface * canvas, SDL_Surface * last, Uint8 size, + SDL_Rect * update_rect); + +void do_crescent(magic_api * api, SDL_Surface * canvas, int x, int y, SDL_Rect * update_rect, int final); + + +Uint32 crescent_api_version(void) +{ + return (TP_MAGIC_API_VERSION); +} + +int crescent_init(magic_api * api, Uint8 disabled_features ATTRIBUTE_UNUSED, Uint8 complexity_level ATTRIBUTE_UNUSED) +{ + char fname[1024]; + + snprintf(fname, sizeof(fname), "%ssounds/magic/xor.ogg", api->data_directory); // FIXME + crescent_snd = Mix_LoadWAV(fname); + + return (1); +} + +int crescent_get_tool_count(magic_api * api ATTRIBUTE_UNUSED) +{ + return (1); +} + +SDL_Surface *crescent_get_icon(magic_api * api, int which ATTRIBUTE_UNUSED) +{ + char fname[1024]; + + snprintf(fname, sizeof(fname), "%simages/magic/xor.png", api->data_directory); // FIXME + + return (IMG_Load(fname)); +} + +char *crescent_get_name(magic_api * api ATTRIBUTE_UNUSED, int which ATTRIBUTE_UNUSED) +{ + return (strdup(gettext_noop("Crescent"))); +} + +int crescent_get_group(magic_api * api ATTRIBUTE_UNUSED, int which ATTRIBUTE_UNUSED) +{ + return MAGIC_TYPE_PAINTING; +} + +int crescent_get_order(int which ATTRIBUTE_UNUSED) +{ + return 800; // FIXME +} + +char *crescent_get_description(magic_api * api ATTRIBUTE_UNUSED, int which ATTRIBUTE_UNUSED, int mode ATTRIBUTE_UNUSED) +{ + return (strdup(gettext_noop("Click and drag to draw a crescent shape. Use the size option to change the shape."))); +} + +void do_crescent(magic_api * api, SDL_Surface * canvas, int x, int y, SDL_Rect * update_rect, int final) +{ + float angle; + int radius, neg_radius; + int xr, yr, xx, yy, spacing, xr2, yr2; + + /* Live preview (while dragging/adjusting) vs. final mode (click release) */ + if (final) + spacing = 1; + else + spacing = 2; + + /* Distance to center controls overall radius */ + radius = sqrt(pow(x - crescent_cx, 2) + pow(y - crescent_cy, 2)); + if (radius < 32) + { + x = crescent_cx + 32; + radius = 32; + } + + /* Overall position (Up/Down/Left/Right) relative to center + controls angle of the inner "negative" circle */ + angle = -atan2(y - crescent_cy, x - crescent_cx); + + /* Size options control the radius of the inner "negative" circle */ + neg_radius = (radius / 2) + ((radius * crescent_neg_size) / NUM_SIZES) + 4; + + /* Scan from top-to-bottom, left-to-right, within + the square encompassing the overall circle, and + decide when to place pixels */ + for (yr = -radius; yr <= radius; yr += spacing) + { + for (xr = -radius; xr <= radius; xr += spacing) + { + xx = crescent_cx + xr; + yy = crescent_cy + yr; + + /* Within the canvas? */ + if (xx >= 0 && xx < canvas->w && + yy >= 0 && yy < canvas->h) + { + /* Within the overall circle? */ + if (api->in_circle(xr, yr, radius)) + { + xr2 = xr + cos(angle) * (neg_radius / 2); + yr2 = yr - sin(angle) * (neg_radius / 2); + + /* But NOT within the inner "negative" circle? */ + if (!api->in_circle(xr2, yr2, neg_radius)) + { + api->putpixel(canvas, xx, yy, crescent_color); + } + } + } + } + } + + /* FIXME */ + /* + update_rect->x = crescent_cx - radius - 1; + update_rect->y = crescent_cy - radius - 1; + update_rect->w = (radius * 2) + 2; + update_rect->h = (radius * 2) + 2; + */ + + update_rect->x = 0; + update_rect->y = 0; + update_rect->w = canvas->w; + update_rect->h = canvas->h; +} + +void crescent_drag(magic_api * api, int which ATTRIBUTE_UNUSED, SDL_Surface * canvas, + SDL_Surface * last, int ox ATTRIBUTE_UNUSED, int oy ATTRIBUTE_UNUSED, + int x, int y, SDL_Rect * update_rect) +{ + SDL_BlitSurface(last, NULL, canvas, NULL); // FIXME + + do_crescent(api, canvas, x, y, update_rect, 0); + + api->playsound(crescent_snd, (x * 255) / canvas->w, 255); +} + +void crescent_click(magic_api * api, int which ATTRIBUTE_UNUSED, int mode ATTRIBUTE_UNUSED, + SDL_Surface * canvas, SDL_Surface * last ATTRIBUTE_UNUSED, int x, int y, SDL_Rect * update_rect) +{ + crescent_cx = x; + crescent_cy = y; + + do_crescent(api, canvas, x, y, update_rect, 0); + + api->playsound(crescent_snd, (x * 255) / canvas->w, 255); +} + +void crescent_release(magic_api * api ATTRIBUTE_UNUSED, int which ATTRIBUTE_UNUSED, + SDL_Surface * canvas, + SDL_Surface * last ATTRIBUTE_UNUSED, int x, + int y, SDL_Rect * update_rect) +{ + do_crescent(api, canvas, x, y, update_rect, 1); +} + +void crescent_shutdown(magic_api * api ATTRIBUTE_UNUSED) +{ + if (crescent_snd != NULL) + Mix_FreeChunk(crescent_snd); +} + +void crescent_set_color(magic_api * api ATTRIBUTE_UNUSED, int which ATTRIBUTE_UNUSED, SDL_Surface * canvas, + SDL_Surface * last ATTRIBUTE_UNUSED, Uint8 r, Uint8 g, + Uint8 b, SDL_Rect * update_rect ATTRIBUTE_UNUSED) +{ + crescent_color = SDL_MapRGB(canvas->format, r, g, b); +} + +int crescent_requires_colors(magic_api * api ATTRIBUTE_UNUSED, int which ATTRIBUTE_UNUSED) +{ + return 1; +} + +void crescent_switchin(magic_api * api ATTRIBUTE_UNUSED, + int which ATTRIBUTE_UNUSED, int mode ATTRIBUTE_UNUSED, SDL_Surface * canvas ATTRIBUTE_UNUSED) +{ +} + +void crescent_switchout(magic_api * api ATTRIBUTE_UNUSED, + int which ATTRIBUTE_UNUSED, int mode ATTRIBUTE_UNUSED, SDL_Surface * canvas ATTRIBUTE_UNUSED) +{ +} + +int crescent_modes(magic_api * api ATTRIBUTE_UNUSED, int which ATTRIBUTE_UNUSED) +{ + return MODE_PAINT; +} + + +Uint8 crescent_accepted_sizes(magic_api * api ATTRIBUTE_UNUSED, int which ATTRIBUTE_UNUSED, int mode ATTRIBUTE_UNUSED) +{ + return NUM_SIZES; +} + +Uint8 crescent_default_size(magic_api * api ATTRIBUTE_UNUSED, int which ATTRIBUTE_UNUSED, int mode ATTRIBUTE_UNUSED) +{ + return DEFAULT_SIZE; +} + +void crescent_set_size(magic_api * api ATTRIBUTE_UNUSED, int which ATTRIBUTE_UNUSED, int mode ATTRIBUTE_UNUSED, + SDL_Surface * canvas ATTRIBUTE_UNUSED, SDL_Surface * last ATTRIBUTE_UNUSED, + Uint8 size ATTRIBUTE_UNUSED, SDL_Rect * update_rect ATTRIBUTE_UNUSED) +{ + crescent_neg_size = size; +} diff --git a/src/org.tuxpaint.Tuxpaint.appdata.xml.in b/src/org.tuxpaint.Tuxpaint.appdata.xml.in index 81055a1c1..12fcc21a6 100644 --- a/src/org.tuxpaint.Tuxpaint.appdata.xml.in +++ b/src/org.tuxpaint.Tuxpaint.appdata.xml.in @@ -47,10 +47,10 @@ - +

New Fill mode: "Eraser" flood fill.

-

New Magic tools: "Comic dots", "Rotate", various "ASCII" art, and various "Fractals".

+

New Magic tools: "Comic dots", "Rotate", various "ASCII" art, various "Fractals", and "Crescent".

New brush: Fluff (gradient).

diff --git a/src/po/ach.po b/src/po/ach.po index c5b4a54ad..f68695e21 100644 --- a/src/po/ach.po +++ b/src/po/ach.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: tuxpaint\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-09-27 22:41-0700\n" +"POT-Creation-Date: 2024-09-28 17:48-0700\n" "PO-Revision-Date: 2010-12-09 09:00+0200\n" "Last-Translator: \n" "Language-Team: \n" @@ -395,8 +395,8 @@ msgstr "" #: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53 msgid "" -"New Magic tools: \"Comic dots\", \"Rotate\", various \"ASCII\" art, and " -"various \"Fractals\"." +"New Magic tools: \"Comic dots\", \"Rotate\", various \"ASCII\" art, various " +"\"Fractals\", and \"Crescent\"." msgstr "" #: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54 @@ -1656,12 +1656,12 @@ msgstr "" msgid "Color Computer" msgstr "" -#: ../../magic/src/ascii.c:323 +#: ../../magic/src/ascii.c:322 #, c-format msgid "ASCII %s" msgstr "" -#: ../../magic/src/ascii.c:342 +#: ../../magic/src/ascii.c:341 #, fuzzy, c-format #| msgid "" #| "Click and drag to make parts of your picture look like they are on " @@ -1671,7 +1671,7 @@ msgid "" msgstr "" "Dii ci iywa wek omi dul kom cal ma megi onen calo ma gutye itelevision." -#: ../../magic/src/ascii.c:344 +#: ../../magic/src/ascii.c:343 #, fuzzy, c-format #| msgid "" #| "Click and move the mouse around to turn the picture into a chalk drawing." @@ -1909,6 +1909,18 @@ msgstr "Kwone cale ma giyiko ma mile" msgid "Click to throw confetti!" msgstr "Dii ci iba cal ma gigoyo ma mile!" +#: ../../magic/src/crescent.c:107 +msgid "Crescent" +msgstr "" + +#: ../../magic/src/crescent.c:122 +#, fuzzy +#| msgid "Click and drag to draw a flower stalk. Let go to finish the flower." +msgid "" +"Click and drag to draw a crescent shape. Use the size option to change the " +"shape." +msgstr "Dii ci iywa ka gono yat pa lature. Wek otyek ka gono lature." + #: ../../magic/src/distortion.c:142 msgid "Distortion" msgstr "Rucurucu" diff --git a/src/po/af.po b/src/po/af.po index d8f050022..1b2266146 100644 --- a/src/po/af.po +++ b/src/po/af.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: af\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-09-27 22:41-0700\n" +"POT-Creation-Date: 2024-09-28 17:48-0700\n" "PO-Revision-Date: 2017-12-19 06:38+0000\n" "Last-Translator: OdettePretorius \n" "Language-Team: translate-discuss-af@lists.sourceforge.net\n" @@ -394,8 +394,8 @@ msgstr "" #: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53 msgid "" -"New Magic tools: \"Comic dots\", \"Rotate\", various \"ASCII\" art, and " -"various \"Fractals\"." +"New Magic tools: \"Comic dots\", \"Rotate\", various \"ASCII\" art, various " +"\"Fractals\", and \"Crescent\"." msgstr "" #: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54 @@ -1657,12 +1657,12 @@ msgstr "" msgid "Color Computer" msgstr "" -#: ../../magic/src/ascii.c:323 +#: ../../magic/src/ascii.c:322 #, c-format msgid "ASCII %s" msgstr "" -#: ../../magic/src/ascii.c:342 +#: ../../magic/src/ascii.c:341 #, fuzzy, c-format #| msgid "" #| "Click and drag to make parts of your picture look like they are on " @@ -1672,7 +1672,7 @@ msgid "" msgstr "" "Klik en sleep die muis dele van die prent te laat lyk asof dit op TV is." -#: ../../magic/src/ascii.c:344 +#: ../../magic/src/ascii.c:343 #, fuzzy, c-format #| msgid "" #| "Click and drag the mouse around to turn the picture into a chalk drawing." @@ -1897,6 +1897,19 @@ msgstr "Konfetti" msgid "Click to throw confetti!" msgstr "Klik om konfetti te strooi!" +#: ../../magic/src/crescent.c:107 +msgid "Crescent" +msgstr "" + +#: ../../magic/src/crescent.c:122 +#, fuzzy +#| msgid "Click and drag to draw a flower stalk. Let go to finish the flower." +msgid "" +"Click and drag to draw a crescent shape. Use the size option to change the " +"shape." +msgstr "" +"Klik en sleep om 'n blomsteel te teken. Laat los om die blom te voltooi." + #: ../../magic/src/distortion.c:142 msgid "Distortion" msgstr "Distorsie" diff --git a/src/po/ak.po b/src/po/ak.po index 4ae4f18fc..d077cdd2e 100644 --- a/src/po/ak.po +++ b/src/po/ak.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Tux Paint\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-09-27 22:41-0700\n" +"POT-Creation-Date: 2024-09-28 17:48-0700\n" "PO-Revision-Date: 2010-10-27 10:16-0000\n" "Last-Translator: none\n" "Language-Team: none\n" @@ -395,8 +395,8 @@ msgstr "" #: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53 msgid "" -"New Magic tools: \"Comic dots\", \"Rotate\", various \"ASCII\" art, and " -"various \"Fractals\"." +"New Magic tools: \"Comic dots\", \"Rotate\", various \"ASCII\" art, various " +"\"Fractals\", and \"Crescent\"." msgstr "" #: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54 @@ -1654,12 +1654,12 @@ msgstr "" msgid "Color Computer" msgstr "" -#: ../../magic/src/ascii.c:323 +#: ../../magic/src/ascii.c:322 #, c-format msgid "ASCII %s" msgstr "" -#: ../../magic/src/ascii.c:342 +#: ../../magic/src/ascii.c:341 #, fuzzy, c-format #| msgid "" #| "Click and drag to make parts of your picture look like they are on " @@ -1668,7 +1668,7 @@ msgid "" "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." -#: ../../magic/src/ascii.c:344 +#: ../../magic/src/ascii.c:343 #, fuzzy, c-format #| msgid "" #| "Click and move the mouse around to turn the picture into a chalk drawing." @@ -1903,6 +1903,18 @@ msgstr "Confetti" msgid "Click to throw confetti!" msgstr "Cleeke na to confitti!" +#: ../../magic/src/crescent.c:107 +msgid "Crescent" +msgstr "" + +#: ../../magic/src/crescent.c:122 +#, fuzzy +#| msgid "Click and drag to draw a flower stalk. Let go to finish the flower." +msgid "" +"Click and drag to draw a crescent shape. Use the size option to change the " +"shape." +msgstr "Kleeke na twe drɔ nhweren dua. Gyae mu na wie nhweren no." + #: ../../magic/src/distortion.c:142 msgid "Distortion" msgstr "Anototo" diff --git a/src/po/am.po b/src/po/am.po index 0c22d67b9..e54f19a71 100644 --- a/src/po/am.po +++ b/src/po/am.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: tuxpaint\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-09-27 22:41-0700\n" +"POT-Creation-Date: 2024-09-28 17:48-0700\n" "PO-Revision-Date: 2014-06-10 11:45+0100\n" "Last-Translator: Solomon Gizaw \n" "Language-Team: none\n" @@ -395,8 +395,8 @@ msgstr "" #: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53 msgid "" -"New Magic tools: \"Comic dots\", \"Rotate\", various \"ASCII\" art, and " -"various \"Fractals\"." +"New Magic tools: \"Comic dots\", \"Rotate\", various \"ASCII\" art, various " +"\"Fractals\", and \"Crescent\"." msgstr "" #: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54 @@ -1654,12 +1654,12 @@ msgstr "" msgid "Color Computer" msgstr "" -#: ../../magic/src/ascii.c:323 +#: ../../magic/src/ascii.c:322 #, c-format msgid "ASCII %s" msgstr "" -#: ../../magic/src/ascii.c:342 +#: ../../magic/src/ascii.c:341 #, fuzzy, c-format #| msgid "" #| "Click and drag to make parts of your picture look like they are on " @@ -1668,7 +1668,7 @@ msgid "" "Click and drag to transform parts of your drawing to ASCII art (%s style)." msgstr "የስዕልህ የተለያየ ክፍሎች በቴሌቪዥን ላይ ያሉ ለማስመሰል ጠቅ አድርገውና ጎትት። " -#: ../../magic/src/ascii.c:344 +#: ../../magic/src/ascii.c:343 #, fuzzy, c-format #| msgid "" #| "Click and move the mouse around to turn the picture into a chalk drawing." @@ -1904,6 +1904,18 @@ msgstr "የሚበተን አበባ " msgid "Click to throw confetti!" msgstr "አበባ ለመበተን ጠቅ አድርግ! " +#: ../../magic/src/crescent.c:107 +msgid "Crescent" +msgstr "" + +#: ../../magic/src/crescent.c:122 +#, fuzzy +#| msgid "Click and drag to draw a flower stalk. Let go to finish the flower." +msgid "" +"Click and drag to draw a crescent shape. Use the size option to change the " +"shape." +msgstr "የአበባ አገዳ ለመሳል ጠቅ አድርግና ጎትት። አበባውን ለመጨረስ ልቀቀው። " + #: ../../magic/src/distortion.c:142 msgid "Distortion" msgstr "ማጣመም " diff --git a/src/po/an.po b/src/po/an.po index 48b66f850..2236f40fc 100644 --- a/src/po/an.po +++ b/src/po/an.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: tuxpaint\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-09-27 22:41-0700\n" +"POT-Creation-Date: 2024-09-28 17:48-0700\n" "PO-Revision-Date: 2017-12-29 10:04+0100\n" "Last-Translator: juanpabl \n" "Language-Team: softaragonés\n" @@ -394,8 +394,8 @@ msgstr "" #: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53 msgid "" -"New Magic tools: \"Comic dots\", \"Rotate\", various \"ASCII\" art, and " -"various \"Fractals\"." +"New Magic tools: \"Comic dots\", \"Rotate\", various \"ASCII\" art, various " +"\"Fractals\", and \"Crescent\"." msgstr "" #: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54 @@ -1662,12 +1662,12 @@ msgstr "" msgid "Color Computer" msgstr "" -#: ../../magic/src/ascii.c:323 +#: ../../magic/src/ascii.c:322 #, c-format msgid "ASCII %s" msgstr "" -#: ../../magic/src/ascii.c:342 +#: ../../magic/src/ascii.c:341 #, fuzzy, c-format #| msgid "" #| "Click and drag to make parts of your picture look like they are on " @@ -1678,7 +1678,7 @@ msgstr "" "Fe clic y arrociega lo ratet pa fer que bella parte d'o tuyo dibuixo se " "veigan como en a televisión." -#: ../../magic/src/ascii.c:344 +#: ../../magic/src/ascii.c:343 #, fuzzy, c-format #| msgid "" #| "Click and drag the mouse around to turn the picture into a chalk drawing." @@ -1904,6 +1904,20 @@ msgstr "Confeti" msgid "Click to throw confetti!" msgstr "Lanza confeti fendo clic con o ratet!" +#: ../../magic/src/crescent.c:107 +msgid "Crescent" +msgstr "" + +#: ../../magic/src/crescent.c:122 +#, fuzzy +#| msgid "Click and drag to draw a flower stalk. Let go to finish the flower." +msgid "" +"Click and drag to draw a crescent shape. Use the size option to change the " +"shape." +msgstr "" +"Fe clic y arrociega lo ratet pa dibuixar lo tallo d'a flor. Solta-lo pa " +"rematar la flor." + #: ../../magic/src/distortion.c:142 msgid "Distortion" msgstr "Distorsión" diff --git a/src/po/ar.po b/src/po/ar.po index 6a06ff632..e04d04680 100644 --- a/src/po/ar.po +++ b/src/po/ar.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: tuxpaint\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-09-27 22:41-0700\n" +"POT-Creation-Date: 2024-09-28 17:48-0700\n" "PO-Revision-Date: 2008-10-07 14:54+0200\n" "Last-Translator: none\n" "Language-Team: none\n" @@ -406,8 +406,8 @@ msgstr "" #: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53 msgid "" -"New Magic tools: \"Comic dots\", \"Rotate\", various \"ASCII\" art, and " -"various \"Fractals\"." +"New Magic tools: \"Comic dots\", \"Rotate\", various \"ASCII\" art, various " +"\"Fractals\", and \"Crescent\"." msgstr "" #: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54 @@ -1666,19 +1666,19 @@ msgstr "" msgid "Color Computer" msgstr "" -#: ../../magic/src/ascii.c:323 +#: ../../magic/src/ascii.c:322 #, c-format msgid "ASCII %s" msgstr "" -#: ../../magic/src/ascii.c:342 +#: ../../magic/src/ascii.c:341 #, fuzzy, c-format #| msgid "Click to make your picture look like it's on television." msgid "" "Click and drag to transform parts of your drawing to ASCII art (%s style)." msgstr "انقر لجعل صورتك تبدو انها على شاشة التلفزيون" -#: ../../magic/src/ascii.c:344 +#: ../../magic/src/ascii.c:343 #, fuzzy, c-format #| msgid "" #| "Click and move the mouse around to turn the picture into a chalk drawing." @@ -1915,6 +1915,20 @@ msgstr "قصاصات ورق ملون" msgid "Click to throw confetti!" msgstr "اضغط الفأره لتلقي بقصاصات من الورق الملون" +#: ../../magic/src/crescent.c:107 +msgid "Crescent" +msgstr "" + +#: ../../magic/src/crescent.c:122 +#, fuzzy +#| msgid "Click and drag to draw a flower stalk. Let go to finish the flower." +msgid "" +"Click and drag to draw a crescent shape. Use the size option to change the " +"shape." +msgstr "" +"انقر واسحب الفأره لرسم ساق زهرة و توقف عن السحب و النقر ليتم اكمال شكل " +"الزهره. ." + #: ../../magic/src/distortion.c:142 msgid "Distortion" msgstr "تشويه" @@ -3361,14 +3375,6 @@ msgstr "انقر الفأره لإضافة تأثير الفسيفساء لأج #~ msgid "QY" #~ msgstr "QY" -#, fuzzy -#~| msgid "Click and drag to draw a flower stalk. Let go to finish the flower." -#~ msgid "" -#~ "Click and drag to draw a tornado stalk. Let go to finish the tornado." -#~ msgstr "" -#~ "انقر واسحب الفأره لرسم ساق زهرة و توقف عن السحب و النقر ليتم اكمال شكل " -#~ "الزهره. ." - #~ msgid "" #~ "Click and move the mouse to give parts of your picture an \"alien\" " #~ "appearance." diff --git a/src/po/as.po b/src/po/as.po index d6f09408c..adbddbbd0 100644 --- a/src/po/as.po +++ b/src/po/as.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: tuxpaint\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-09-27 22:41-0700\n" +"POT-Creation-Date: 2024-09-28 17:48-0700\n" "PO-Revision-Date: 2014-06-16 23:33-0800\n" "Last-Translator: Anand Kulkarni \n" "Language-Team: none\n" @@ -394,8 +394,8 @@ msgstr "" #: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53 msgid "" -"New Magic tools: \"Comic dots\", \"Rotate\", various \"ASCII\" art, and " -"various \"Fractals\"." +"New Magic tools: \"Comic dots\", \"Rotate\", various \"ASCII\" art, various " +"\"Fractals\", and \"Crescent\"." msgstr "" #: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54 @@ -1658,12 +1658,12 @@ msgstr "" msgid "Color Computer" msgstr "" -#: ../../magic/src/ascii.c:323 +#: ../../magic/src/ascii.c:322 #, c-format msgid "ASCII %s" msgstr "" -#: ../../magic/src/ascii.c:342 +#: ../../magic/src/ascii.c:341 #, fuzzy, c-format #| msgid "" #| "Click and drag to make parts of your picture look like they are on " @@ -1672,7 +1672,7 @@ msgid "" "Click and drag to transform parts of your drawing to ASCII art (%s style)." msgstr "আপোনাৰ ছবিৰ অংশবোৰ দূৰদৰ্শনত থকাৰ দৰে সজাবলৈ ক্লিক কৰক আৰু টানক." -#: ../../magic/src/ascii.c:344 +#: ../../magic/src/ascii.c:343 #, fuzzy, c-format #| msgid "" #| "Click and move the mouse around to turn the picture into a chalk drawing." @@ -1919,6 +1919,19 @@ msgstr "ৰঙীণ কাগজৰ টুকুৰাবোৰ" msgid "Click to throw confetti!" msgstr "ৰঙীণ কাগজ টুকুৰাবোৰ চটিয়াই দিবলৈ ক্লিক কৰক!" +#: ../../magic/src/crescent.c:107 +msgid "Crescent" +msgstr "" + +#: ../../magic/src/crescent.c:122 +#, fuzzy +#| msgid "Click and drag to draw a flower stalk. Let go to finish the flower." +msgid "" +"Click and drag to draw a crescent shape. Use the size option to change the " +"shape." +msgstr "" +"এটা ফুলৰ ঠাৰি অংকন কৰিবলৈ ক্লিক কৰক আৰু টানক. বলক এতিয়া ফুলটো সম্পূৰ্ণ কৰিবলৈ যাও. " + #: ../../magic/src/distortion.c:142 msgid "Distortion" msgstr "বিকৃতিটো" diff --git a/src/po/ast.po b/src/po/ast.po index 1925aabb2..b0dd6ce6b 100644 --- a/src/po/ast.po +++ b/src/po/ast.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: tuxpaint\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-09-27 22:41-0700\n" +"POT-Creation-Date: 2024-09-28 17:48-0700\n" "PO-Revision-Date: 2011-02-16 18:38+0200\n" "Last-Translator: none\n" "Language-Team: none\n" @@ -395,8 +395,8 @@ msgstr "" #: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53 msgid "" -"New Magic tools: \"Comic dots\", \"Rotate\", various \"ASCII\" art, and " -"various \"Fractals\"." +"New Magic tools: \"Comic dots\", \"Rotate\", various \"ASCII\" art, various " +"\"Fractals\", and \"Crescent\"." msgstr "" #: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54 @@ -1656,12 +1656,12 @@ msgstr "" msgid "Color Computer" msgstr "" -#: ../../magic/src/ascii.c:323 +#: ../../magic/src/ascii.c:322 #, c-format msgid "ASCII %s" msgstr "" -#: ../../magic/src/ascii.c:342 +#: ../../magic/src/ascii.c:341 #, fuzzy, c-format #| msgid "" #| "Click and drag to make parts of your picture look like they are on " @@ -1671,7 +1671,7 @@ msgid "" msgstr "" "Calca y arrastra pa llograr que partes de la imaxe paezan de televisión." -#: ../../magic/src/ascii.c:344 +#: ../../magic/src/ascii.c:343 #, fuzzy, c-format #| msgid "" #| "Click and move the mouse around to turn the picture into a chalk drawing." @@ -1908,6 +1908,19 @@ msgstr "Confeti" msgid "Click to throw confetti!" msgstr "¡Calca pa llanzar confeti!" +#: ../../magic/src/crescent.c:107 +msgid "Crescent" +msgstr "" + +#: ../../magic/src/crescent.c:122 +#, fuzzy +#| msgid "Click and drag to draw a flower stalk. Let go to finish the flower." +msgid "" +"Click and drag to draw a crescent shape. Use the size option to change the " +"shape." +msgstr "" +"Calca y arrastra pa dibuxar el tallu d'una flor. Suelta pa finar la flor." + #: ../../magic/src/distortion.c:142 msgid "Distortion" msgstr "Distorsión" diff --git a/src/po/az.po b/src/po/az.po index f90622821..3a68ac96e 100644 --- a/src/po/az.po +++ b/src/po/az.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: tuxpaint\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-09-27 22:41-0700\n" +"POT-Creation-Date: 2024-09-28 17:48-0700\n" "PO-Revision-Date: 2008-02-10 19:28+0400\n" "Last-Translator: none\n" "Language-Team: none\n" @@ -391,8 +391,8 @@ msgstr "" #: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53 msgid "" -"New Magic tools: \"Comic dots\", \"Rotate\", various \"ASCII\" art, and " -"various \"Fractals\"." +"New Magic tools: \"Comic dots\", \"Rotate\", various \"ASCII\" art, various " +"\"Fractals\", and \"Crescent\"." msgstr "" #: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54 @@ -1659,19 +1659,19 @@ msgstr "" msgid "Color Computer" msgstr "" -#: ../../magic/src/ascii.c:323 +#: ../../magic/src/ascii.c:322 #, c-format msgid "ASCII %s" msgstr "" -#: ../../magic/src/ascii.c:342 +#: ../../magic/src/ascii.c:341 #, fuzzy, c-format msgid "" "Click and drag to transform parts of your drawing to ASCII art (%s style)." msgstr "" "Şə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:344 +#: ../../magic/src/ascii.c:343 #, fuzzy, c-format #| msgid "" #| "Click and move the mouse around to turn the picture into a chalk drawing." @@ -1922,6 +1922,20 @@ msgstr "" msgid "Click to throw confetti!" msgstr "" +#: ../../magic/src/crescent.c:107 +msgid "Crescent" +msgstr "" + +#: ../../magic/src/crescent.c:122 +#, fuzzy +#| msgid "Click and drag to draw a flower stalk. Let go to finish the flower." +msgid "" +"Click and drag to draw a crescent shape. Use the size option to change the " +"shape." +msgstr "" +"Çiçəyin gövdəni çəkmək üçün mausun sol düyməsini bas və mausu hərəkətə " +"gətir. Çiçəyi çəkmək üçün mausun düyməsini burax." + #: ../../magic/src/distortion.c:142 msgid "Distortion" msgstr "Əyilmə" @@ -3397,14 +3411,6 @@ msgstr "Şəkili güzgüdəki kimi görmək üçün mausun sol düyməsini bas." #~ msgid "Click to add a mosaic hexagonal effect to your entire picture." #~ msgstr "Şəkili güzgüdəki kimi görmək üçün mausun sol düyməsini bas." -#, fuzzy -#~| msgid "Click and drag to draw a flower stalk. Let go to finish the flower." -#~ msgid "" -#~ "Click and drag to draw a tornado stalk. Let go to finish the tornado." -#~ msgstr "" -#~ "Çiçəyin gövdəni çəkmək üçün mausun sol düyməsini bas və mausu hərəkətə " -#~ "gətir. Çiçəyi çəkmək üçün mausun düyməsini burax." - #, fuzzy #~ msgid "" #~ "Click and move the mouse to give parts of your picture an \"alien\" " diff --git a/src/po/be.po b/src/po/be.po index 2747c6cba..312f4feaf 100644 --- a/src/po/be.po +++ b/src/po/be.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: tuxpaint\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-09-27 22:41-0700\n" +"POT-Creation-Date: 2024-09-28 17:48-0700\n" "PO-Revision-Date: 2014-06-10 23:09+0300\n" "Last-Translator: Hleb Valoshka <375gnu@gmail.com>\n" "Language-Team: none\n" @@ -397,8 +397,8 @@ msgstr "" #: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53 msgid "" -"New Magic tools: \"Comic dots\", \"Rotate\", various \"ASCII\" art, and " -"various \"Fractals\"." +"New Magic tools: \"Comic dots\", \"Rotate\", various \"ASCII\" art, various " +"\"Fractals\", and \"Crescent\"." msgstr "" #: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54 @@ -1661,12 +1661,12 @@ msgstr "" msgid "Color Computer" msgstr "" -#: ../../magic/src/ascii.c:323 +#: ../../magic/src/ascii.c:322 #, c-format msgid "ASCII %s" msgstr "" -#: ../../magic/src/ascii.c:342 +#: ../../magic/src/ascii.c:341 #, fuzzy, c-format #| msgid "" #| "Click and drag to make parts of your picture look like they are on " @@ -1675,7 +1675,7 @@ msgid "" "Click and drag to transform parts of your drawing to ASCII art (%s style)." msgstr "Націсніце і пацягніце, каб ваш малюнак выглядаў як па тэлевізары." -#: ../../magic/src/ascii.c:344 +#: ../../magic/src/ascii.c:343 #, fuzzy, c-format #| msgid "" #| "Click and move the mouse around to turn the picture into a chalk drawing." @@ -1914,6 +1914,19 @@ msgstr "Канфеці" msgid "Click to throw confetti!" msgstr "Націсніце, каб раскідаць канфеці!" +#: ../../magic/src/crescent.c:107 +msgid "Crescent" +msgstr "" + +#: ../../magic/src/crescent.c:122 +#, fuzzy +#| msgid "Click and drag to draw a flower stalk. Let go to finish the flower." +msgid "" +"Click and drag to draw a crescent shape. Use the size option to change the " +"shape." +msgstr "" +"Націсніце і цягніце, каб намаляваць сцябло. Адпусціце, каб скончыць кветку." + #: ../../magic/src/distortion.c:142 msgid "Distortion" msgstr "Скажэнне" diff --git a/src/po/bg.po b/src/po/bg.po index 518a69b1d..32c2cb34f 100644 --- a/src/po/bg.po +++ b/src/po/bg.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: tuxpaint\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-09-27 22:41-0700\n" +"POT-Creation-Date: 2024-09-28 17:48-0700\n" "PO-Revision-Date: 2024-02-28 21:39+0200\n" "Last-Translator: Vankata453\n" "Language-Team: \n" @@ -398,8 +398,8 @@ msgstr "" #, fuzzy #| msgid "New Magic tools: Epitrochoid and Hypotrochoid generators." msgid "" -"New Magic tools: \"Comic dots\", \"Rotate\", various \"ASCII\" art, and " -"various \"Fractals\"." +"New Magic tools: \"Comic dots\", \"Rotate\", various \"ASCII\" art, various " +"\"Fractals\", and \"Crescent\"." msgstr "" "Нови инструменти за \"магия\": Епитрохоидни и Хипотрохоидни генератори." @@ -1785,12 +1785,12 @@ msgstr "" msgid "Color Computer" msgstr "" -#: ../../magic/src/ascii.c:323 +#: ../../magic/src/ascii.c:322 #, c-format msgid "ASCII %s" msgstr "" -#: ../../magic/src/ascii.c:342 +#: ../../magic/src/ascii.c:341 #, fuzzy, c-format #| msgid "" #| "Click and drag to transform parts of your picture to circular " @@ -1801,7 +1801,7 @@ msgstr "" "Кликни и движи мишката, за да превърнеш части от рисунката в кръгови щрихове " "на четка." -#: ../../magic/src/ascii.c:344 +#: ../../magic/src/ascii.c:343 #, fuzzy, c-format #| msgid "Click to turn your entire picture into a maze." msgid "Click to transform your entire drawing to ASCII art (%s style)." @@ -2009,6 +2009,20 @@ msgstr "Конфети" msgid "Click to throw confetti!" msgstr "Кликни, за да хвърлиш конфети!" +#: ../../magic/src/crescent.c:107 +msgid "Crescent" +msgstr "" + +#: ../../magic/src/crescent.c:122 +#, fuzzy +#| msgid "Click and drag to draw a flower stalk. Let go to finish the flower." +msgid "" +"Click and drag to draw a crescent shape. Use the size option to change the " +"shape." +msgstr "" +"Кликни и движи, за да нарисуваш стъбло на цвете. Пусни, за да се довърши " +"цветето." + #: ../../magic/src/distortion.c:142 msgid "Distortion" msgstr "Деформиране" diff --git a/src/po/bm.po b/src/po/bm.po index 56c0ea7a2..237464139 100644 --- a/src/po/bm.po +++ b/src/po/bm.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-09-27 22:41-0700\n" +"POT-Creation-Date: 2024-09-28 17:48-0700\n" "PO-Revision-Date: 2010-09-04 17:25+0200\n" "Last-Translator: Fasokan \n" "Language-Team: LANGUAGE \n" @@ -393,8 +393,8 @@ msgstr "" #: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53 msgid "" -"New Magic tools: \"Comic dots\", \"Rotate\", various \"ASCII\" art, and " -"various \"Fractals\"." +"New Magic tools: \"Comic dots\", \"Rotate\", various \"ASCII\" art, various " +"\"Fractals\", and \"Crescent\"." msgstr "" #: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54 @@ -1656,12 +1656,12 @@ msgstr "" msgid "Color Computer" msgstr "" -#: ../../magic/src/ascii.c:323 +#: ../../magic/src/ascii.c:322 #, c-format msgid "ASCII %s" msgstr "" -#: ../../magic/src/ascii.c:342 +#: ../../magic/src/ascii.c:341 #, fuzzy, c-format #| msgid "" #| "Click and drag to make parts of your picture look like they are on " @@ -1671,7 +1671,7 @@ msgid "" 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. " -#: ../../magic/src/ascii.c:344 +#: ../../magic/src/ascii.c:343 #, fuzzy, c-format #| msgid "" #| "Click and move the mouse around to turn the picture into a chalk drawing." @@ -1911,6 +1911,19 @@ msgstr "Kɔnfeti (papiye ɲɛgɛnnen mɔlɔnkɔtɔlen)" msgid "Click to throw confetti!" msgstr "Kilike, i ka kɔnfɛtiw fili!" +#: ../../magic/src/crescent.c:107 +msgid "Crescent" +msgstr "" + +#: ../../magic/src/crescent.c:122 +#, fuzzy +#| msgid "Click and drag to draw a flower stalk. Let go to finish the flower." +msgid "" +"Click and drag to draw a crescent shape. Use the size option to change the " +"shape." +msgstr "" +"Kilike, i ka ɲinɛnin cɛɛnɛ ka fulɔri dɔ ɲɛgɛn. Taa a fɛ, ka ɲɛgɛn laban. " + #: ../../magic/src/distortion.c:142 msgid "Distortion" msgstr "Ja cogoya yɛlɛmali." diff --git a/src/po/bn.po b/src/po/bn.po index 0c89f6283..e9836cccd 100644 --- a/src/po/bn.po +++ b/src/po/bn.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-09-27 22:41-0700\n" +"POT-Creation-Date: 2024-09-28 17:48-0700\n" "PO-Revision-Date: 2017-12-30 18:24+0000\n" "Last-Translator: Chris \n" "Language-Team: Bengali\n" @@ -394,8 +394,8 @@ msgstr "" #: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53 msgid "" -"New Magic tools: \"Comic dots\", \"Rotate\", various \"ASCII\" art, and " -"various \"Fractals\"." +"New Magic tools: \"Comic dots\", \"Rotate\", various \"ASCII\" art, various " +"\"Fractals\", and \"Crescent\"." msgstr "" #: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54 @@ -1655,12 +1655,12 @@ msgstr "" msgid "Color Computer" msgstr "" -#: ../../magic/src/ascii.c:323 +#: ../../magic/src/ascii.c:322 #, c-format msgid "ASCII %s" msgstr "" -#: ../../magic/src/ascii.c:342 +#: ../../magic/src/ascii.c:341 #, fuzzy, c-format #| msgid "" #| "Click and drag to make parts of your picture look like they are on " @@ -1669,7 +1669,7 @@ msgid "" "Click and drag to transform parts of your drawing to ASCII art (%s style)." msgstr "আপনার ছবিটির কিছু অংশ টেলিভিশনের মধ্যে আছে এমন দেখাতে ক্লিক করুন ও টানুন." -#: ../../magic/src/ascii.c:344 +#: ../../magic/src/ascii.c:343 #, fuzzy, c-format #| msgid "" #| "Click and move the mouse around to turn the picture into a chalk drawing." @@ -1906,6 +1906,18 @@ msgstr "রঙিন কাগজ" msgid "Click to throw confetti!" msgstr "রঙিন কাগজ ছুড়ে মারতে ক্লিক করুন!" +#: ../../magic/src/crescent.c:107 +msgid "Crescent" +msgstr "" + +#: ../../magic/src/crescent.c:122 +#, fuzzy +#| msgid "Click and drag to draw a flower stalk. Let go to finish the flower." +msgid "" +"Click and drag to draw a crescent shape. Use the size option to change the " +"shape." +msgstr "ফুল বৃন্ত আঁকতে ক্লিক করুন ও টানুন. চলুন ফুল সমাপ্ত করি." + #: ../../magic/src/distortion.c:142 msgid "Distortion" msgstr "বিকৃতি" diff --git a/src/po/bo.po b/src/po/bo.po index c2f21aa14..7a00765df 100644 --- a/src/po/bo.po +++ b/src/po/bo.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Tux Paint\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-09-27 22:41-0700\n" +"POT-Creation-Date: 2024-09-28 17:48-0700\n" "PO-Revision-Date: 2006-01-01 17:43+0900\n" "Last-Translator: none\n" "Language-Team: none\n" @@ -380,8 +380,8 @@ msgstr "" #: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53 msgid "" -"New Magic tools: \"Comic dots\", \"Rotate\", various \"ASCII\" art, and " -"various \"Fractals\"." +"New Magic tools: \"Comic dots\", \"Rotate\", various \"ASCII\" art, various " +"\"Fractals\", and \"Crescent\"." msgstr "" #: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54 @@ -1584,18 +1584,18 @@ msgstr "" msgid "Color Computer" msgstr "" -#: ../../magic/src/ascii.c:323 +#: ../../magic/src/ascii.c:322 #, c-format msgid "ASCII %s" msgstr "" -#: ../../magic/src/ascii.c:342 +#: ../../magic/src/ascii.c:341 #, c-format msgid "" "Click and drag to transform parts of your drawing to ASCII art (%s style)." msgstr "" -#: ../../magic/src/ascii.c:344 +#: ../../magic/src/ascii.c:343 #, c-format msgid "Click to transform your entire drawing to ASCII art (%s style)." msgstr "" @@ -1782,6 +1782,16 @@ msgstr "" msgid "Click to throw confetti!" msgstr "" +#: ../../magic/src/crescent.c:107 +msgid "Crescent" +msgstr "" + +#: ../../magic/src/crescent.c:122 +msgid "" +"Click and drag to draw a crescent shape. Use the size option to change the " +"shape." +msgstr "" + #: ../../magic/src/distortion.c:142 msgid "Distortion" msgstr "" diff --git a/src/po/br.po b/src/po/br.po index 94699eb0b..64b352692 100644 --- a/src/po/br.po +++ b/src/po/br.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: tuxpaint\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-09-27 22:41-0700\n" +"POT-Creation-Date: 2024-09-28 17:48-0700\n" "PO-Revision-Date: 2005-01-09 14:49+0100\n" "Last-Translator: \n" "Language-Team: none\n" @@ -393,8 +393,8 @@ msgstr "" #: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53 msgid "" -"New Magic tools: \"Comic dots\", \"Rotate\", various \"ASCII\" art, and " -"various \"Fractals\"." +"New Magic tools: \"Comic dots\", \"Rotate\", various \"ASCII\" art, various " +"\"Fractals\", and \"Crescent\"." msgstr "" #: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54 @@ -1652,18 +1652,18 @@ msgstr "" msgid "Color Computer" msgstr "" -#: ../../magic/src/ascii.c:323 +#: ../../magic/src/ascii.c:322 #, c-format msgid "ASCII %s" msgstr "" -#: ../../magic/src/ascii.c:342 +#: ../../magic/src/ascii.c:341 #, fuzzy, c-format msgid "" "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." -#: ../../magic/src/ascii.c:344 +#: ../../magic/src/ascii.c:343 #, fuzzy, c-format #| msgid "" #| "Click and move the mouse around to turn the picture into a chalk drawing." @@ -1890,6 +1890,17 @@ msgstr "" msgid "Click to throw confetti!" msgstr "" +#: ../../magic/src/crescent.c:107 +msgid "Crescent" +msgstr "" + +#: ../../magic/src/crescent.c:122 +#, fuzzy +msgid "" +"Click and drag to draw a crescent shape. Use the size option to change the " +"shape." +msgstr "Klik ha fiñv al logodenn evit displanaat ar skeudenn." + #: ../../magic/src/distortion.c:142 msgid "Distortion" msgstr "" diff --git a/src/po/brx.po b/src/po/brx.po index 0066ba452..0dbbf2a40 100644 --- a/src/po/brx.po +++ b/src/po/brx.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-09-27 22:41-0700\n" +"POT-Creation-Date: 2024-09-28 17:48-0700\n" "PO-Revision-Date: 2011-09-14 13:51+0530\n" "Last-Translator: \n" "Language-Team: Bodo\n" @@ -394,8 +394,8 @@ msgstr "" #: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53 msgid "" -"New Magic tools: \"Comic dots\", \"Rotate\", various \"ASCII\" art, and " -"various \"Fractals\"." +"New Magic tools: \"Comic dots\", \"Rotate\", various \"ASCII\" art, various " +"\"Fractals\", and \"Crescent\"." msgstr "" #: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54 @@ -1657,12 +1657,12 @@ msgstr "" msgid "Color Computer" msgstr "" -#: ../../magic/src/ascii.c:323 +#: ../../magic/src/ascii.c:322 #, c-format msgid "ASCII %s" msgstr "" -#: ../../magic/src/ascii.c:342 +#: ../../magic/src/ascii.c:341 #, fuzzy, c-format #| msgid "" #| "Click and drag to make parts of your picture look like they are on " @@ -1672,7 +1672,7 @@ msgid "" msgstr "" "सावगारिनि बाहागोफोरखौ टिभिआव थानाय बादि खालामनो थाखाय क्लिक खालाम आरो बोबो।" -#: ../../magic/src/ascii.c:344 +#: ../../magic/src/ascii.c:343 #, fuzzy, c-format #| msgid "" #| "Click and move the mouse around to turn the picture into a chalk drawing." @@ -1911,6 +1911,18 @@ msgstr "कन्फेटि" msgid "Click to throw confetti!" msgstr "कन्फेटि खुबैनो थाखाय क्लिक खालाम!" +#: ../../magic/src/crescent.c:107 +msgid "Crescent" +msgstr "" + +#: ../../magic/src/crescent.c:122 +#, fuzzy +#| msgid "Click and drag to draw a flower stalk. Let go to finish the flower." +msgid "" +"Click and drag to draw a crescent shape. Use the size option to change the " +"shape." +msgstr "बिबारनि थारा आखिनो क्लिक खालाम आरो बोबो। बिबारखौ फोजोबनि।" + #: ../../magic/src/distortion.c:142 msgid "Distortion" msgstr "गाज्रि महर" diff --git a/src/po/bs.po b/src/po/bs.po index 5b8b6048e..b2b9920b5 100644 --- a/src/po/bs.po +++ b/src/po/bs.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: tuxpaint\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-09-27 22:41-0700\n" +"POT-Creation-Date: 2024-09-28 17:48-0700\n" "PO-Revision-Date: 2010-11-05 04:24+0000\n" "Last-Translator: Samir Ribić \n" "Language-Team: Bosnian \n" @@ -420,8 +420,8 @@ msgstr "" #: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53 msgid "" -"New Magic tools: \"Comic dots\", \"Rotate\", various \"ASCII\" art, and " -"various \"Fractals\"." +"New Magic tools: \"Comic dots\", \"Rotate\", various \"ASCII\" art, various " +"\"Fractals\", and \"Crescent\"." msgstr "" #: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54 @@ -1747,13 +1747,13 @@ msgstr "" msgid "Color Computer" msgstr "" -#: ../../magic/src/ascii.c:323 +#: ../../magic/src/ascii.c:322 #, c-format msgid "ASCII %s" msgstr "" # -#: ../../magic/src/ascii.c:342 +#: ../../magic/src/ascii.c:341 #, fuzzy, c-format #| msgid "Click and move the mouse around to blur the picture." msgid "" @@ -1761,7 +1761,7 @@ msgid "" msgstr "Klikni i pomjeraj mišem da bi zatamnio sliku." # -#: ../../magic/src/ascii.c:344 +#: ../../magic/src/ascii.c:343 #, fuzzy, c-format #| msgid "" #| "Click and move the mouse around to turn the picture into a chalk drawing." @@ -2020,6 +2020,16 @@ msgstr "" msgid "Click to throw confetti!" msgstr "" +#: ../../magic/src/crescent.c:107 +msgid "Crescent" +msgstr "" + +#: ../../magic/src/crescent.c:122 +msgid "" +"Click and drag to draw a crescent shape. Use the size option to change the " +"shape." +msgstr "" + #: ../../magic/src/distortion.c:142 msgid "Distortion" msgstr "" diff --git a/src/po/ca.po b/src/po/ca.po index 3f61359b7..4c818aa80 100644 --- a/src/po/ca.po +++ b/src/po/ca.po @@ -21,7 +21,7 @@ msgid "" msgstr "" "Project-Id-Version: Tuxpaint cvs 2009-06-21\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-09-27 22:41-0700\n" +"POT-Creation-Date: 2024-09-28 17:48-0700\n" "PO-Revision-Date: 2024-06-04 00:14+0200\n" "Last-Translator: Pere Pujal i Carabantes \n" "Language-Team: Català \n" @@ -436,8 +436,8 @@ msgstr "" #, fuzzy #| msgid "New Magic tools: Dither, Filled Polygon." msgid "" -"New Magic tools: \"Comic dots\", \"Rotate\", various \"ASCII\" art, and " -"various \"Fractals\"." +"New Magic tools: \"Comic dots\", \"Rotate\", various \"ASCII\" art, various " +"\"Fractals\", and \"Crescent\"." msgstr "Noves eines màgiques: Tramat, Polígon." #: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54 @@ -1803,12 +1803,12 @@ msgstr "" msgid "Color Computer" msgstr "" -#: ../../magic/src/ascii.c:323 +#: ../../magic/src/ascii.c:322 #, c-format msgid "ASCII %s" msgstr "" -#: ../../magic/src/ascii.c:342 +#: ../../magic/src/ascii.c:341 #, fuzzy, c-format #| msgid "" #| "Click and drag to transform parts of your picture to circular " @@ -1818,7 +1818,7 @@ msgid "" msgstr "" "Feu clic i arrossegueu per transformar parts del dibuix en traços circulars." -#: ../../magic/src/ascii.c:344 +#: ../../magic/src/ascii.c:343 #, fuzzy, c-format #| msgid "Click to turn your entire picture into a maze." msgid "Click to transform your entire drawing to ASCII art (%s style)." @@ -2022,6 +2022,20 @@ msgstr "Confeti" msgid "Click to throw confetti!" msgstr "Feu clic per llançar paperets!" +#: ../../magic/src/crescent.c:107 +msgid "Crescent" +msgstr "" + +#: ../../magic/src/crescent.c:122 +#, fuzzy +#| msgid "Click and drag to draw a flower stalk. Let go to finish the flower." +msgid "" +"Click and drag to draw a crescent shape. Use the size option to change the " +"shape." +msgstr "" +"Feu clic i arrossegueu per dibuixar el tall de la flor. Deixeu anar per " +"acabar-la." + #: ../../magic/src/distortion.c:142 msgid "Distortion" msgstr "Distorsió" diff --git a/src/po/ca@valencia.po b/src/po/ca@valencia.po index c4807df30..84f0196de 100644 --- a/src/po/ca@valencia.po +++ b/src/po/ca@valencia.po @@ -4,7 +4,7 @@ msgid "" msgstr "" "Project-Id-Version: tuxpaint\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-09-27 22:41-0700\n" +"POT-Creation-Date: 2024-09-28 17:48-0700\n" "PO-Revision-Date: 2020-03-29 23:40+0200\n" "Last-Translator: Pilar Embid Giner \n" "Language-Team: LliureX\n" @@ -392,8 +392,8 @@ msgstr "" #: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53 msgid "" -"New Magic tools: \"Comic dots\", \"Rotate\", various \"ASCII\" art, and " -"various \"Fractals\"." +"New Magic tools: \"Comic dots\", \"Rotate\", various \"ASCII\" art, various " +"\"Fractals\", and \"Crescent\"." msgstr "" #: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54 @@ -1661,12 +1661,12 @@ msgstr "" msgid "Color Computer" msgstr "" -#: ../../magic/src/ascii.c:323 +#: ../../magic/src/ascii.c:322 #, c-format msgid "ASCII %s" msgstr "" -#: ../../magic/src/ascii.c:342 +#: ../../magic/src/ascii.c:341 #, fuzzy, c-format #| msgid "" #| "Click and drag to make parts of your picture look like they are on " @@ -1677,7 +1677,7 @@ msgstr "" "Feu clic i arrossegueu per a fer que parts de la imatge semblen com si " "estigueren en un televisor." -#: ../../magic/src/ascii.c:344 +#: ../../magic/src/ascii.c:343 #, fuzzy, c-format #| msgid "" #| "Click and drag the mouse around to turn the picture into a chalk drawing." @@ -1914,6 +1914,21 @@ msgstr "Paperets" msgid "Click to throw confetti!" msgstr "Feu clic per a llançar paperets!" +#: ../../magic/src/crescent.c:107 +msgid "Crescent" +msgstr "" + +#: ../../magic/src/crescent.c:122 +#, fuzzy +#| msgid "" +#| "Click and drag to draw a tornado stalk. Let go to finish the tornado." +msgid "" +"Click and drag to draw a crescent shape. Use the size option to change the " +"shape." +msgstr "" +"Haz clic y arrastra para dibujar el tallo de una flor. Suelta para finalizar " +"la flor." + #: ../../magic/src/distortion.c:142 msgid "Distortion" msgstr "Distorsió" @@ -3462,9 +3477,3 @@ msgstr "Feu clic per a aplicar un patró de mescla de colors a tota la imatge" #~ msgid "JQ" #~ msgstr "JQ" - -#~ msgid "" -#~ "Click and drag to draw a tornado stalk. Let go to finish the tornado." -#~ msgstr "" -#~ "Haz clic y arrastra para dibujar el tallo de una flor. Suelta para " -#~ "finalizar la flor." diff --git a/src/po/cgg.po b/src/po/cgg.po index 94526a8f7..a5f4c8001 100644 --- a/src/po/cgg.po +++ b/src/po/cgg.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: tuxpaint\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-09-27 22:41-0700\n" +"POT-Creation-Date: 2024-09-28 17:48-0700\n" "PO-Revision-Date: 2010-09-17 16:19+0200fu\n" "Last-Translator: none\n" "Language-Team: none\n" @@ -395,8 +395,8 @@ msgstr "" #: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53 msgid "" -"New Magic tools: \"Comic dots\", \"Rotate\", various \"ASCII\" art, and " -"various \"Fractals\"." +"New Magic tools: \"Comic dots\", \"Rotate\", various \"ASCII\" art, various " +"\"Fractals\", and \"Crescent\"." msgstr "" #: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54 @@ -1657,12 +1657,12 @@ msgstr "" msgid "Color Computer" msgstr "" -#: ../../magic/src/ascii.c:323 +#: ../../magic/src/ascii.c:322 #, c-format msgid "ASCII %s" msgstr "" -#: ../../magic/src/ascii.c:342 +#: ../../magic/src/ascii.c:341 #, fuzzy, c-format #| msgid "" #| "Click and drag to make parts of your picture look like they are on " @@ -1673,7 +1673,7 @@ msgstr "" "Imata kandi okurure okuhindura ebicweeka byekishushani kyawe kurebeka nke " "biri aha tiivi." -#: ../../magic/src/ascii.c:344 +#: ../../magic/src/ascii.c:343 #, fuzzy, c-format #| msgid "" #| "Click and move the mouse around to turn the picture into a chalk drawing." @@ -1922,6 +1922,19 @@ msgstr "Baluuni" msgid "Click to throw confetti!" msgstr "Imata okuzanisa baluuni" +#: ../../magic/src/crescent.c:107 +msgid "Crescent" +msgstr "" + +#: ../../magic/src/crescent.c:122 +#, fuzzy +#| msgid "Click and drag to draw a flower stalk. Let go to finish the flower." +msgid "" +"Click and drag to draw a crescent shape. Use the size option to change the " +"shape." +msgstr "" +"Imata kandi okurure oteere omukono gwekimuli. Reeka mawusi okumala ekimuli." + #: ../../magic/src/distortion.c:142 msgid "Distortion" msgstr "Ohindure" diff --git a/src/po/cs.po b/src/po/cs.po index 315c9294c..a577c83de 100644 --- a/src/po/cs.po +++ b/src/po/cs.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: tuxpaint\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-09-27 22:41-0700\n" +"POT-Creation-Date: 2024-09-28 17:48-0700\n" "PO-Revision-Date: 2010-07-08 13:33+0100\n" "Last-Translator: Zdeněk Chalupský \n" "Language-Team: Czech \n" @@ -395,8 +395,8 @@ msgstr "" #: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53 msgid "" -"New Magic tools: \"Comic dots\", \"Rotate\", various \"ASCII\" art, and " -"various \"Fractals\"." +"New Magic tools: \"Comic dots\", \"Rotate\", various \"ASCII\" art, various " +"\"Fractals\", and \"Crescent\"." msgstr "" #: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54 @@ -1660,12 +1660,12 @@ msgstr "" msgid "Color Computer" msgstr "" -#: ../../magic/src/ascii.c:323 +#: ../../magic/src/ascii.c:322 #, c-format msgid "ASCII %s" msgstr "" -#: ../../magic/src/ascii.c:342 +#: ../../magic/src/ascii.c:341 #, fuzzy, c-format #| msgid "" #| "Click and drag to make parts of your picture look like they are on " @@ -1676,7 +1676,7 @@ msgstr "" "Kliknutím a tažením, docílíš vzhledu obrazu v televizi s viditelným " "řádkováním." -#: ../../magic/src/ascii.c:344 +#: ../../magic/src/ascii.c:343 #, fuzzy, c-format #| msgid "" #| "Click and move the mouse around to turn the picture into a chalk drawing." @@ -1916,6 +1916,17 @@ msgstr "Konfety" msgid "Click to throw confetti!" msgstr "Klikni pro házení konfet!" +#: ../../magic/src/crescent.c:107 +msgid "Crescent" +msgstr "" + +#: ../../magic/src/crescent.c:122 +#, fuzzy +msgid "" +"Click and drag to draw a crescent shape. Use the size option to change the " +"shape." +msgstr "Klepni a pohybuj myší - rozostříš obrázek." + #: ../../magic/src/distortion.c:142 msgid "Distortion" msgstr "Zkreslení" @@ -3373,11 +3384,6 @@ msgstr "Kliknutím přidáš mozaiku na celý obrázek." #~ msgid "QY" #~ msgstr "QY" -#, fuzzy -#~ msgid "" -#~ "Click and drag to draw a tornado stalk. Let go to finish the tornado." -#~ msgstr "Klepni a pohybuj myší - rozostříš obrázek." - #, fuzzy #~ msgid "" #~ "Click and move the mouse to give parts of your picture an \"alien\" " diff --git a/src/po/cy.po b/src/po/cy.po index d722043e6..0743c8f99 100644 --- a/src/po/cy.po +++ b/src/po/cy.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: cy\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-09-27 22:41-0700\n" +"POT-Creation-Date: 2024-09-28 17:48-0700\n" "PO-Revision-Date: 2004-09-21 14:29+0100\n" "Last-Translator: none\n" "Language-Team: none\n" @@ -394,8 +394,8 @@ msgstr "" #: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53 msgid "" -"New Magic tools: \"Comic dots\", \"Rotate\", various \"ASCII\" art, and " -"various \"Fractals\"." +"New Magic tools: \"Comic dots\", \"Rotate\", various \"ASCII\" art, various " +"\"Fractals\", and \"Crescent\"." msgstr "" #: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54 @@ -1645,18 +1645,18 @@ msgstr "" msgid "Color Computer" msgstr "" -#: ../../magic/src/ascii.c:323 +#: ../../magic/src/ascii.c:322 #, c-format msgid "ASCII %s" msgstr "" -#: ../../magic/src/ascii.c:342 +#: ../../magic/src/ascii.c:341 #, fuzzy, c-format msgid "" "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." -#: ../../magic/src/ascii.c:344 +#: ../../magic/src/ascii.c:343 #, fuzzy, c-format #| msgid "" #| "Click and move the mouse around to turn the picture into a chalk drawing." @@ -1880,6 +1880,17 @@ msgstr "" msgid "Click to throw confetti!" msgstr "" +#: ../../magic/src/crescent.c:107 +msgid "Crescent" +msgstr "" + +#: ../../magic/src/crescent.c:122 +#, fuzzy +msgid "" +"Click and drag to draw a crescent shape. Use the size option to change the " +"shape." +msgstr "Clicia a symuda'r llygoden i deneuo'r llun." + #: ../../magic/src/distortion.c:142 msgid "Distortion" msgstr "" @@ -3236,11 +3247,6 @@ msgstr "Clicia i adlewyrchu'r llun." #~ msgid "Click to add a mosaic hexagonal effect to your entire picture." #~ msgstr "Clicia i adlewyrchu'r llun." -#, fuzzy -#~ msgid "" -#~ "Click and drag to draw a tornado stalk. Let go to finish the tornado." -#~ msgstr "Clicia a symuda'r llygoden i deneuo'r llun." - #, fuzzy #~ msgid "" #~ "Click and move the mouse to give parts of your picture an \"alien\" " diff --git a/src/po/da.po b/src/po/da.po index 95e4a2fb3..d8de56f1b 100644 --- a/src/po/da.po +++ b/src/po/da.po @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: Tux Paint\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-09-27 22:41-0700\n" +"POT-Creation-Date: 2024-09-28 17:48-0700\n" "PO-Revision-Date: 2017-12-05 12:38+0100\n" "Last-Translator: Joe Hansen \n" "Language-Team: Danish \n" @@ -403,8 +403,8 @@ msgstr "" #: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53 msgid "" -"New Magic tools: \"Comic dots\", \"Rotate\", various \"ASCII\" art, and " -"various \"Fractals\"." +"New Magic tools: \"Comic dots\", \"Rotate\", various \"ASCII\" art, various " +"\"Fractals\", and \"Crescent\"." msgstr "" #: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54 @@ -1664,12 +1664,12 @@ msgstr "" msgid "Color Computer" msgstr "" -#: ../../magic/src/ascii.c:323 +#: ../../magic/src/ascii.c:322 #, c-format msgid "ASCII %s" msgstr "" -#: ../../magic/src/ascii.c:342 +#: ../../magic/src/ascii.c:341 #, fuzzy, c-format #| msgid "" #| "Click and drag to make parts of your picture look like they are on " @@ -1680,7 +1680,7 @@ msgstr "" "Klik og bevæg musen rundt for at få dit billede til at se ud som om, det er " "i fjernsynet." -#: ../../magic/src/ascii.c:344 +#: ../../magic/src/ascii.c:343 #, fuzzy, c-format #| msgid "" #| "Click and drag the mouse around to turn the picture into a chalk drawing." @@ -1908,6 +1908,20 @@ msgstr "Konfetti" msgid "Click to throw confetti!" msgstr "Klik for at kaste konfetti!" +#: ../../magic/src/crescent.c:107 +msgid "Crescent" +msgstr "" + +# stalk = stilk; stængel +#: ../../magic/src/crescent.c:122 +#, fuzzy +#| msgid "Click and drag to draw a flower stalk. Let go to finish the flower." +msgid "" +"Click and drag to draw a crescent shape. Use the size option to change the " +"shape." +msgstr "" +"Klik og bevæg for at tegne en blomsterstilk. Slip for at færdiggøre blomsten." + # Overvejelser: forvrængning, forvanskning, fordrejning #: ../../magic/src/distortion.c:142 msgid "Distortion" diff --git a/src/po/de.po b/src/po/de.po index e3649df39..b8010709c 100644 --- a/src/po/de.po +++ b/src/po/de.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: de\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-09-27 22:41-0700\n" +"POT-Creation-Date: 2024-09-28 17:48-0700\n" "PO-Revision-Date: 2017-12-25 21:13+0200\n" "Last-Translator: Holger Wansing \n" "Language-Team: Debian German \n" @@ -396,8 +396,8 @@ msgstr "" #: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53 msgid "" -"New Magic tools: \"Comic dots\", \"Rotate\", various \"ASCII\" art, and " -"various \"Fractals\"." +"New Magic tools: \"Comic dots\", \"Rotate\", various \"ASCII\" art, various " +"\"Fractals\", and \"Crescent\"." msgstr "" #: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54 @@ -1666,12 +1666,12 @@ msgstr "" msgid "Color Computer" msgstr "" -#: ../../magic/src/ascii.c:323 +#: ../../magic/src/ascii.c:322 #, c-format msgid "ASCII %s" msgstr "" -#: ../../magic/src/ascii.c:342 +#: ../../magic/src/ascii.c:341 #, fuzzy, c-format #| msgid "" #| "Click and drag to make parts of your picture look like they are on " @@ -1682,7 +1682,7 @@ msgstr "" "Klicke und ziehe die Maus, um Teile deines Bildes so aussehen zu lassen, als " "wäre es im Fernsehen." -#: ../../magic/src/ascii.c:344 +#: ../../magic/src/ascii.c:343 #, fuzzy, c-format #| msgid "" #| "Click and drag the mouse around to turn the picture into a chalk drawing." @@ -1911,6 +1911,20 @@ msgstr "Konfetti " msgid "Click to throw confetti!" msgstr "Klicke, um Konfetti zu werfen!" +#: ../../magic/src/crescent.c:107 +msgid "Crescent" +msgstr "" + +#: ../../magic/src/crescent.c:122 +#, fuzzy +#| msgid "Click and drag to draw a flower stalk. Let go to finish the flower." +msgid "" +"Click and drag to draw a crescent shape. Use the size option to change the " +"shape." +msgstr "" +"Klicke und ziehe, um einen Blütenstiel zu malen. Laß los, um die Blume " +"fertigzustellen." + #: ../../magic/src/distortion.c:142 msgid "Distortion" msgstr "Verzerren" diff --git a/src/po/doi.po b/src/po/doi.po index 743c81762..21fcaf4bc 100644 --- a/src/po/doi.po +++ b/src/po/doi.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-09-27 22:41-0700\n" +"POT-Creation-Date: 2024-09-28 17:48-0700\n" "PO-Revision-Date: 2013-09-04 10:23+0530\n" "Last-Translator: \n" "Language-Team: Dogri\n" @@ -394,8 +394,8 @@ msgstr "" #: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53 msgid "" -"New Magic tools: \"Comic dots\", \"Rotate\", various \"ASCII\" art, and " -"various \"Fractals\"." +"New Magic tools: \"Comic dots\", \"Rotate\", various \"ASCII\" art, various " +"\"Fractals\", and \"Crescent\"." msgstr "" #: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54 @@ -1656,12 +1656,12 @@ msgstr "" msgid "Color Computer" msgstr "" -#: ../../magic/src/ascii.c:323 +#: ../../magic/src/ascii.c:322 #, c-format msgid "ASCII %s" msgstr "" -#: ../../magic/src/ascii.c:342 +#: ../../magic/src/ascii.c:341 #, fuzzy, c-format #| msgid "" #| "Click and drag to make parts of your picture look like they are on " @@ -1671,7 +1671,7 @@ msgid "" msgstr "" "अपनी तस्वीरें दे हिस्सें गी इʼयां बनाने आस्तै जिʼयां ओह् टैलीविज़न पर होन, क्लिक करो ते खिच्चो." -#: ../../magic/src/ascii.c:344 +#: ../../magic/src/ascii.c:343 #, fuzzy, c-format #| msgid "" #| "Click and move the mouse around to turn the picture into a chalk drawing." @@ -1908,6 +1908,18 @@ msgstr "कनफेट्टी" msgid "Click to throw confetti!" msgstr "कनफेट्टी दा छिड़काऽ करने आस्तै क्लिक करो !" +#: ../../magic/src/crescent.c:107 +msgid "Crescent" +msgstr "" + +#: ../../magic/src/crescent.c:122 +#, fuzzy +#| msgid "Click and drag to draw a flower stalk. Let go to finish the flower." +msgid "" +"Click and drag to draw a crescent shape. Use the size option to change the " +"shape." +msgstr "फुल्ल-डंडी चित्तरने आस्तै क्लिक करो ते खिच्चो. फुल्ल खत्म करने आस्तै छोड़ी देओ." + #: ../../magic/src/distortion.c:142 msgid "Distortion" msgstr "विकृति" diff --git a/src/po/el.po b/src/po/el.po index f907bbc8e..77746e252 100644 --- a/src/po/el.po +++ b/src/po/el.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: tuxpaint\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-09-27 22:41-0700\n" +"POT-Creation-Date: 2024-09-28 17:48-0700\n" "PO-Revision-Date: 2021-09-02 07:45+0000\n" "Last-Translator: kiolalis \n" "Language-Team: \n" @@ -396,8 +396,8 @@ msgstr "" #: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53 msgid "" -"New Magic tools: \"Comic dots\", \"Rotate\", various \"ASCII\" art, and " -"various \"Fractals\"." +"New Magic tools: \"Comic dots\", \"Rotate\", various \"ASCII\" art, various " +"\"Fractals\", and \"Crescent\"." msgstr "" #: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54 @@ -1671,12 +1671,12 @@ msgstr "" msgid "Color Computer" msgstr "" -#: ../../magic/src/ascii.c:323 +#: ../../magic/src/ascii.c:322 #, c-format msgid "ASCII %s" msgstr "" -#: ../../magic/src/ascii.c:342 +#: ../../magic/src/ascii.c:341 #, fuzzy, c-format #| msgid "" #| "Click and drag to make parts of your picture look like they are on " @@ -1687,7 +1687,7 @@ msgstr "" "Κάνε κλικ για να κάνεις τη ζωγραφιά σου να μοιάζει σαν να είναι στην " "τηλεόραση." -#: ../../magic/src/ascii.c:344 +#: ../../magic/src/ascii.c:343 #, fuzzy, c-format #| msgid "" #| "Click and drag the mouse around to turn the picture into a chalk drawing." @@ -1923,6 +1923,20 @@ msgstr "Χαρτοπόλεμος" msgid "Click to throw confetti!" msgstr "Κάνε κλικ για να πετάξεις χαρτοπόλεμο!" +#: ../../magic/src/crescent.c:107 +msgid "Crescent" +msgstr "" + +#: ../../magic/src/crescent.c:122 +#, fuzzy +#| msgid "Click and drag to draw a flower stalk. Let go to finish the flower." +msgid "" +"Click and drag to draw a crescent shape. Use the size option to change the " +"shape." +msgstr "" +"Κάνε κλικ και σύρε το ποντίκι για να σχεδιάσεις ένα λουλούδι με κοτσάνι. " +"Άφησε το πλήκτρο του ποντικιού για να ολοκληρωθεί το λουλούδι." + #: ../../magic/src/distortion.c:142 msgid "Distortion" msgstr "Παραμόρφωση" diff --git a/src/po/en_AU.po b/src/po/en_AU.po index 83b5787a4..0d5010651 100644 --- a/src/po/en_AU.po +++ b/src/po/en_AU.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: tuxpaint\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-09-27 22:41-0700\n" +"POT-Creation-Date: 2024-09-28 17:48-0700\n" "PO-Revision-Date: 2014-06-29 23:36+0930\n" "Last-Translator: ilox \n" "Language-Team: none\n" @@ -395,8 +395,8 @@ msgstr "" #: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53 msgid "" -"New Magic tools: \"Comic dots\", \"Rotate\", various \"ASCII\" art, and " -"various \"Fractals\"." +"New Magic tools: \"Comic dots\", \"Rotate\", various \"ASCII\" art, various " +"\"Fractals\", and \"Crescent\"." msgstr "" #: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54 @@ -1658,12 +1658,12 @@ msgstr "" msgid "Color Computer" msgstr "" -#: ../../magic/src/ascii.c:323 +#: ../../magic/src/ascii.c:322 #, c-format msgid "ASCII %s" msgstr "" -#: ../../magic/src/ascii.c:342 +#: ../../magic/src/ascii.c:341 #, fuzzy, c-format #| msgid "" #| "Click and drag to make parts of your picture look like they are on " @@ -1674,7 +1674,7 @@ msgstr "" "Click and drag to make parts of your picture look like they are on " "television." -#: ../../magic/src/ascii.c:344 +#: ../../magic/src/ascii.c:343 #, fuzzy, c-format #| msgid "" #| "Click and move the mouse around to turn the picture into a chalk drawing." @@ -1916,6 +1916,18 @@ msgstr "Confetti" msgid "Click to throw confetti!" msgstr "Click to throw confetti!" +#: ../../magic/src/crescent.c:107 +msgid "Crescent" +msgstr "" + +#: ../../magic/src/crescent.c:122 +#, fuzzy +#| msgid "Click and drag to draw a flower stalk. Let go to finish the flower." +msgid "" +"Click and drag to draw a crescent shape. Use the size option to change the " +"shape." +msgstr "Click and drag to draw a flower stalk. Let go to finish the flower." + #: ../../magic/src/distortion.c:142 msgid "Distortion" msgstr "Distortion" diff --git a/src/po/en_CA.po b/src/po/en_CA.po index a33148c70..f51a728bb 100644 --- a/src/po/en_CA.po +++ b/src/po/en_CA.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: tuxpaint\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-09-27 22:41-0700\n" +"POT-Creation-Date: 2024-09-28 17:48-0700\n" "PO-Revision-Date: 2014-07-07 12:22+0100\n" "Last-Translator: Caroline Ford \n" "Language-Team: \n" @@ -393,8 +393,8 @@ msgstr "" #: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53 msgid "" -"New Magic tools: \"Comic dots\", \"Rotate\", various \"ASCII\" art, and " -"various \"Fractals\"." +"New Magic tools: \"Comic dots\", \"Rotate\", various \"ASCII\" art, various " +"\"Fractals\", and \"Crescent\"." msgstr "" #: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54 @@ -1656,12 +1656,12 @@ msgstr "" msgid "Color Computer" msgstr "" -#: ../../magic/src/ascii.c:323 +#: ../../magic/src/ascii.c:322 #, c-format msgid "ASCII %s" msgstr "" -#: ../../magic/src/ascii.c:342 +#: ../../magic/src/ascii.c:341 #, fuzzy, c-format #| msgid "" #| "Click and drag to make parts of your picture look like they are on " @@ -1672,7 +1672,7 @@ msgstr "" "Click and drag to make parts of your picture look like they are on " "television." -#: ../../magic/src/ascii.c:344 +#: ../../magic/src/ascii.c:343 #, fuzzy, c-format #| msgid "" #| "Click and move the mouse around to turn the picture into a chalk drawing." @@ -1914,6 +1914,17 @@ msgstr "Confetti" msgid "Click to throw confetti!" msgstr "Click to throw confetti!" +#: ../../magic/src/crescent.c:107 +msgid "Crescent" +msgstr "" + +#: ../../magic/src/crescent.c:122 +#, fuzzy +msgid "" +"Click and drag to draw a crescent shape. Use the size option to change the " +"shape." +msgstr "Click and move the mouse around to blur the picture." + #: ../../magic/src/distortion.c:142 msgid "Distortion" msgstr "Distortion" @@ -3359,11 +3370,6 @@ msgstr "Click to draw a XOR effect on the whole picture" #~ msgid "Click to add a mosaic hexagonal effect to your entire picture." #~ msgstr "Click to make a mirror image." -#, fuzzy -#~ msgid "" -#~ "Click and drag to draw a tornado stalk. Let go to finish the tornado." -#~ msgstr "Click and move the mouse around to blur the picture." - #, fuzzy #~ msgid "" #~ "Click and move the mouse to give parts of your picture an \"alien\" " diff --git a/src/po/en_GB.po b/src/po/en_GB.po index bd39349e5..0269e84f3 100644 --- a/src/po/en_GB.po +++ b/src/po/en_GB.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: tuxpaint\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-09-27 22:41-0700\n" +"POT-Creation-Date: 2024-09-28 17:48-0700\n" "PO-Revision-Date: 2017-12-30 21:17+0000\n" "Last-Translator: Caroline Ford \n" "Language-Team: none\n" @@ -396,8 +396,8 @@ msgstr "" #: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53 msgid "" -"New Magic tools: \"Comic dots\", \"Rotate\", various \"ASCII\" art, and " -"various \"Fractals\"." +"New Magic tools: \"Comic dots\", \"Rotate\", various \"ASCII\" art, various " +"\"Fractals\", and \"Crescent\"." msgstr "" #: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54 @@ -1656,12 +1656,12 @@ msgstr "" msgid "Color Computer" msgstr "" -#: ../../magic/src/ascii.c:323 +#: ../../magic/src/ascii.c:322 #, c-format msgid "ASCII %s" msgstr "" -#: ../../magic/src/ascii.c:342 +#: ../../magic/src/ascii.c:341 #, fuzzy, c-format #| msgid "" #| "Click and drag to make parts of your picture look like they are on " @@ -1672,7 +1672,7 @@ msgstr "" "Click and drag to make parts of your picture look like they are on " "television." -#: ../../magic/src/ascii.c:344 +#: ../../magic/src/ascii.c:343 #, fuzzy, c-format #| msgid "" #| "Click and drag the mouse around to turn the picture into a chalk drawing." @@ -1897,6 +1897,19 @@ msgstr "Confetti" msgid "Click to throw confetti!" msgstr "Click to throw confetti!" +#: ../../magic/src/crescent.c:107 +msgid "Crescent" +msgstr "" + +#: ../../magic/src/crescent.c:122 +#, fuzzy +#| msgid "" +#| "Click and drag to draw a tornado stalk. Let go to finish the tornado." +msgid "" +"Click and drag to draw a crescent shape. Use the size option to change the " +"shape." +msgstr "Click and drag to draw a flower stalk. Let go to finish the flower." + #: ../../magic/src/distortion.c:142 msgid "Distortion" msgstr "Distortion" @@ -3328,11 +3341,6 @@ msgstr "Click to draw a XOR effect on the whole picture" #~ "Draw string art with free angles. Click and drag a V: drag to the vertex, " #~ "drag backwards a little to the start, then drag to the end." -#~| msgid "Click and drag to draw a flower stalk. Let go to finish the flower." -#~ msgid "" -#~ "Click and drag to draw a tornado stalk. Let go to finish the tornado." -#~ msgstr "Click and drag to draw a flower stalk. Let go to finish the flower." - #~ msgid "" #~ "Click and move the mouse to give parts of your picture an \"alien\" " #~ "appearance." diff --git a/src/po/en_ZA.po b/src/po/en_ZA.po index 3dedf310a..ea4c0e485 100644 --- a/src/po/en_ZA.po +++ b/src/po/en_ZA.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: 0.9.16\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-09-27 22:41-0700\n" +"POT-Creation-Date: 2024-09-28 17:48-0700\n" "PO-Revision-Date: 2009-09-06 15:46+0100\n" "Last-Translator: Caroline Ford \n" "Language-Team: English (South African) \n" @@ -392,8 +392,8 @@ msgstr "" #: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53 msgid "" -"New Magic tools: \"Comic dots\", \"Rotate\", various \"ASCII\" art, and " -"various \"Fractals\"." +"New Magic tools: \"Comic dots\", \"Rotate\", various \"ASCII\" art, various " +"\"Fractals\", and \"Crescent\"." msgstr "" #: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54 @@ -1651,18 +1651,18 @@ msgstr "" msgid "Color Computer" msgstr "" -#: ../../magic/src/ascii.c:323 +#: ../../magic/src/ascii.c:322 #, c-format msgid "ASCII %s" msgstr "" -#: ../../magic/src/ascii.c:342 +#: ../../magic/src/ascii.c:341 #, fuzzy, c-format msgid "" "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." -#: ../../magic/src/ascii.c:344 +#: ../../magic/src/ascii.c:343 #, fuzzy, c-format #| msgid "" #| "Click and move the mouse around to turn the picture into a chalk drawing." @@ -1894,6 +1894,17 @@ msgstr "Confetti" msgid "Click to throw confetti!" msgstr "Click to throw confetti!" +#: ../../magic/src/crescent.c:107 +msgid "Crescent" +msgstr "" + +#: ../../magic/src/crescent.c:122 +#, fuzzy +msgid "" +"Click and drag to draw a crescent shape. Use the size option to change the " +"shape." +msgstr "Click and move the mouse around to blur the picture." + #: ../../magic/src/distortion.c:142 msgid "Distortion" msgstr "Distortion" @@ -3277,11 +3288,6 @@ msgstr "Click to make a mirror image." #~ msgid "QY" #~ msgstr "QY" -#, fuzzy -#~ msgid "" -#~ "Click and drag to draw a tornado stalk. Let go to finish the tornado." -#~ msgstr "Click and move the mouse around to blur the picture." - #, fuzzy #~ msgid "" #~ "Click and move the mouse to give parts of your picture an \"alien\" " diff --git a/src/po/eo.po b/src/po/eo.po index 05e1cf79a..f824b2266 100644 --- a/src/po/eo.po +++ b/src/po/eo.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: tuxpaint\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-09-27 22:41-0700\n" +"POT-Creation-Date: 2024-09-28 17:48-0700\n" "PO-Revision-Date: 2014-06-16 16:00+0000\n" "Last-Translator: Nuno MAGALHÃES \n" "Language-Team: Esperanto \n" @@ -392,8 +392,8 @@ msgstr "" #: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53 msgid "" -"New Magic tools: \"Comic dots\", \"Rotate\", various \"ASCII\" art, and " -"various \"Fractals\"." +"New Magic tools: \"Comic dots\", \"Rotate\", various \"ASCII\" art, various " +"\"Fractals\", and \"Crescent\"." msgstr "" #: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54 @@ -1644,12 +1644,12 @@ msgstr "" msgid "Color Computer" msgstr "" -#: ../../magic/src/ascii.c:323 +#: ../../magic/src/ascii.c:322 #, c-format msgid "ASCII %s" msgstr "" -#: ../../magic/src/ascii.c:342 +#: ../../magic/src/ascii.c:341 #, fuzzy, c-format #| msgid "" #| "Click and drag to make parts of your picture look like they are on " @@ -1659,7 +1659,7 @@ msgid "" msgstr "" "Alklaku kaj movu la muson por ŝajnigi partojn de via bildo kvazaŭ televide." -#: ../../magic/src/ascii.c:344 +#: ../../magic/src/ascii.c:343 #, fuzzy, c-format #| msgid "" #| "Click and move the mouse around to turn the picture into a chalk drawing." @@ -1895,6 +1895,20 @@ msgstr "Konfeto" msgid "Click to throw confetti!" msgstr "Alklaku por ĵeti konfeton!" +#: ../../magic/src/crescent.c:107 +msgid "Crescent" +msgstr "" + +#: ../../magic/src/crescent.c:122 +#, fuzzy +#| msgid "Click and drag to draw a flower stalk. Let go to finish the flower." +msgid "" +"Click and drag to draw a crescent shape. Use the size option to change the " +"shape." +msgstr "" +"Alklaku kaj tiru la muson por desegni la tigon de floro. Ellasu por fini la " +"floron." + #: ../../magic/src/distortion.c:142 msgid "Distortion" msgstr "Distordo" diff --git a/src/po/es.po b/src/po/es.po index b2e87214c..c8e38be6c 100644 --- a/src/po/es.po +++ b/src/po/es.po @@ -29,7 +29,7 @@ msgid "" msgstr "" "Project-Id-Version: tuxpaint\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-09-27 22:41-0700\n" +"POT-Creation-Date: 2024-09-28 17:48-0700\n" "PO-Revision-Date: 2017-12-18 20:31-0300\n" "Last-Translator: Matías Bellone \n" "Language-Team: none\n" @@ -413,8 +413,8 @@ msgstr "" #: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53 msgid "" -"New Magic tools: \"Comic dots\", \"Rotate\", various \"ASCII\" art, and " -"various \"Fractals\"." +"New Magic tools: \"Comic dots\", \"Rotate\", various \"ASCII\" art, various " +"\"Fractals\", and \"Crescent\"." msgstr "" #: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54 @@ -1680,12 +1680,12 @@ msgstr "" msgid "Color Computer" msgstr "" -#: ../../magic/src/ascii.c:323 +#: ../../magic/src/ascii.c:322 #, c-format msgid "ASCII %s" msgstr "" -#: ../../magic/src/ascii.c:342 +#: ../../magic/src/ascii.c:341 #, fuzzy, c-format #| msgid "" #| "Click and drag to make parts of your picture look like they are on " @@ -1696,7 +1696,7 @@ msgstr "" "Haz click y mueve el ratón para hacer que partes de tu dibujo se vean como " "en la televisión." -#: ../../magic/src/ascii.c:344 +#: ../../magic/src/ascii.c:343 #, fuzzy, c-format #| msgid "" #| "Click and drag the mouse around to turn the picture into a chalk drawing." @@ -1923,6 +1923,20 @@ msgstr "Confeti" msgid "Click to throw confetti!" msgstr "¡Haz click para lanzar confeti!" +#: ../../magic/src/crescent.c:107 +msgid "Crescent" +msgstr "" + +#: ../../magic/src/crescent.c:122 +#, fuzzy +#| msgid "Click and drag to draw a flower stalk. Let go to finish the flower." +msgid "" +"Click and drag to draw a crescent shape. Use the size option to change the " +"shape." +msgstr "" +"Haz click y mueve el ratón para dibujar el tallo de la flor. Suéltalo para " +"terminar la flor." + #: ../../magic/src/distortion.c:142 msgid "Distortion" msgstr "Distorsión" diff --git a/src/po/es_MX.po b/src/po/es_MX.po index 3848b9bf7..9f3a2b1c7 100644 --- a/src/po/es_MX.po +++ b/src/po/es_MX.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: TuxPaint 0.9.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-09-27 22:41-0700\n" +"POT-Creation-Date: 2024-09-28 17:48-0700\n" "PO-Revision-Date: 2007-08-05 19:22-0400\n" "Last-Translator: Ignacio Tike \n" "Language-Team: Español \n" @@ -388,8 +388,8 @@ msgstr "" #: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53 msgid "" -"New Magic tools: \"Comic dots\", \"Rotate\", various \"ASCII\" art, and " -"various \"Fractals\"." +"New Magic tools: \"Comic dots\", \"Rotate\", various \"ASCII\" art, various " +"\"Fractals\", and \"Crescent\"." msgstr "" #: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54 @@ -1650,19 +1650,19 @@ msgstr "" msgid "Color Computer" msgstr "" -#: ../../magic/src/ascii.c:323 +#: ../../magic/src/ascii.c:322 #, c-format msgid "ASCII %s" msgstr "" -#: ../../magic/src/ascii.c:342 +#: ../../magic/src/ascii.c:341 #, fuzzy, c-format msgid "" "Click and drag to transform parts of your drawing to ASCII art (%s style)." msgstr "" "Haz clic y arrastra el ratón alrededor para cambiar el color de la imagen." -#: ../../magic/src/ascii.c:344 +#: ../../magic/src/ascii.c:343 #, fuzzy, c-format #| msgid "" #| "Click and move the mouse around to turn the picture into a chalk drawing." @@ -1900,6 +1900,20 @@ msgstr "" msgid "Click to throw confetti!" msgstr "" +#: ../../magic/src/crescent.c:107 +msgid "Crescent" +msgstr "" + +#: ../../magic/src/crescent.c:122 +#, fuzzy +#| msgid "Click and drag to draw a flower stalk. Let go to finish the flower." +msgid "" +"Click and drag to draw a crescent shape. Use the size option to change the " +"shape." +msgstr "" +"Haz clic y arrastra el ratón para dibujar un tallo de flor. Suelta el botón " +"para terminar la flor." + #: ../../magic/src/distortion.c:142 msgid "Distortion" msgstr "" @@ -3345,14 +3359,6 @@ msgstr "Haz clic para hacer una imagen espejo." #~ msgid "Click to add a mosaic hexagonal effect to your entire picture." #~ msgstr "Haz clic para hacer una imagen espejo." -#, fuzzy -#~| msgid "Click and drag to draw a flower stalk. Let go to finish the flower." -#~ msgid "" -#~ "Click and drag to draw a tornado stalk. Let go to finish the tornado." -#~ msgstr "" -#~ "Haz clic y arrastra el ratón para dibujar un tallo de flor. Suelta el " -#~ "botón para terminar la flor." - #, fuzzy #~ msgid "" #~ "Click and move the mouse to give parts of your picture an \"alien\" " diff --git a/src/po/et.po b/src/po/et.po index 29a28a24d..e977d4418 100644 --- a/src/po/et.po +++ b/src/po/et.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Tux Paint\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-09-27 22:41-0700\n" +"POT-Creation-Date: 2024-09-28 17:48-0700\n" "PO-Revision-Date: 2015-03-07 13:09+0000\n" "Last-Translator: Sven Ollino \n" "Language-Team: Estonian (http://www.transifex.com/projects/p/doudoulinux/" @@ -399,8 +399,8 @@ msgstr "" #: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53 msgid "" -"New Magic tools: \"Comic dots\", \"Rotate\", various \"ASCII\" art, and " -"various \"Fractals\"." +"New Magic tools: \"Comic dots\", \"Rotate\", various \"ASCII\" art, various " +"\"Fractals\", and \"Crescent\"." msgstr "" #: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54 @@ -1640,12 +1640,12 @@ msgstr "" msgid "Color Computer" msgstr "" -#: ../../magic/src/ascii.c:323 +#: ../../magic/src/ascii.c:322 #, c-format msgid "ASCII %s" msgstr "" -#: ../../magic/src/ascii.c:342 +#: ../../magic/src/ascii.c:341 #, fuzzy, c-format #| msgid "" #| "Click and drag to make parts of your picture look like they are on " @@ -1655,7 +1655,7 @@ msgid "" msgstr "" "Hoia hiirenuppu all ja liiguta, et muuta pilti vana telekapildi taoliseks." -#: ../../magic/src/ascii.c:344 +#: ../../magic/src/ascii.c:343 #, fuzzy, c-format #| msgid "" #| "Click and move the mouse around to turn the picture into a chalk drawing." @@ -1890,6 +1890,20 @@ msgstr "Paberkettad" msgid "Click to throw confetti!" msgstr "Loobi paberkettaid!" +#: ../../magic/src/crescent.c:107 +msgid "Crescent" +msgstr "" + +#: ../../magic/src/crescent.c:122 +#, fuzzy +#| msgid "Click and drag to draw a flower stalk. Let go to finish the flower." +msgid "" +"Click and drag to draw a crescent shape. Use the size option to change the " +"shape." +msgstr "" +"Hoia hiirenuppu all ja liiguta, et joonistada lillevart. Lase lahti, et " +"lõpetada lill." + #: ../../magic/src/distortion.c:142 msgid "Distortion" msgstr "Moonutus" diff --git a/src/po/eu.po b/src/po/eu.po index f5fd90e56..8b709b10d 100644 --- a/src/po/eu.po +++ b/src/po/eu.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: eu\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-09-27 22:41-0700\n" +"POT-Creation-Date: 2024-09-28 17:48-0700\n" "PO-Revision-Date: 2020-07-30 16:43+0200\n" "Last-Translator: Alexander Gabilondo \n" "Language-Team: librezale@librezale.org\n" @@ -396,8 +396,8 @@ msgstr "" #: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53 msgid "" -"New Magic tools: \"Comic dots\", \"Rotate\", various \"ASCII\" art, and " -"various \"Fractals\"." +"New Magic tools: \"Comic dots\", \"Rotate\", various \"ASCII\" art, various " +"\"Fractals\", and \"Crescent\"." msgstr "" #: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54 @@ -1660,12 +1660,12 @@ msgstr "" msgid "Color Computer" msgstr "" -#: ../../magic/src/ascii.c:323 +#: ../../magic/src/ascii.c:322 #, c-format msgid "ASCII %s" msgstr "" -#: ../../magic/src/ascii.c:342 +#: ../../magic/src/ascii.c:341 #, fuzzy, c-format #| msgid "" #| "Click and drag to make parts of your picture look like they are on " @@ -1676,7 +1676,7 @@ msgstr "" "Klik egin eta arrastatu irudiaren atalak telebistan ikusiko balitz bezala " "agertarazteko." -#: ../../magic/src/ascii.c:344 +#: ../../magic/src/ascii.c:343 #, fuzzy, c-format #| msgid "" #| "Click and drag the mouse around to turn the picture into a chalk drawing." @@ -1906,6 +1906,20 @@ msgstr "Konfettia" msgid "Click to throw confetti!" msgstr "Klik egin konfetia jaurtitzeko!" +#: ../../magic/src/crescent.c:107 +msgid "Crescent" +msgstr "" + +#: ../../magic/src/crescent.c:122 +#, fuzzy +#| msgid "Click and drag to draw a flower stalk. Let go to finish the flower." +msgid "" +"Click and drag to draw a crescent shape. Use the size option to change the " +"shape." +msgstr "" +"Klik egin eta arrastatu lore zurtoin bat marrazteko. Jarraitu lorea amaitu " +"arte." + #: ../../magic/src/distortion.c:142 msgid "Distortion" msgstr "Distorsioa" diff --git a/src/po/fa.po b/src/po/fa.po index 119e20025..e65646d74 100644 --- a/src/po/fa.po +++ b/src/po/fa.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: tuxpaint\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-09-27 22:41-0700\n" +"POT-Creation-Date: 2024-09-28 17:48-0700\n" "PO-Revision-Date: 2014-11-09 21:17+0330\n" "Last-Translator: snima \n" "Language-Team: farsi \n" @@ -395,8 +395,8 @@ msgstr "" #: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53 msgid "" -"New Magic tools: \"Comic dots\", \"Rotate\", various \"ASCII\" art, and " -"various \"Fractals\"." +"New Magic tools: \"Comic dots\", \"Rotate\", various \"ASCII\" art, various " +"\"Fractals\", and \"Crescent\"." msgstr "" #: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54 @@ -1669,19 +1669,19 @@ msgstr "" msgid "Color Computer" msgstr "" -#: ../../magic/src/ascii.c:323 +#: ../../magic/src/ascii.c:322 #, c-format msgid "ASCII %s" msgstr "" -#: ../../magic/src/ascii.c:342 +#: ../../magic/src/ascii.c:341 #, fuzzy, c-format #| msgid "Click and drag to shift your picture around on the canvas." msgid "" "Click and drag to transform parts of your drawing to ASCII art (%s style)." msgstr "کلیک کن و موس را بکش تا تصویر در صفحه نقاشی جابجا شود." -#: ../../magic/src/ascii.c:344 +#: ../../magic/src/ascii.c:343 #, fuzzy, c-format #| msgid "" #| "Click and move the mouse around to turn the picture into a chalk drawing." @@ -1919,6 +1919,18 @@ msgstr "نقل" msgid "Click to throw confetti!" msgstr "کلیک کن تا نقل بپاشد." +#: ../../magic/src/crescent.c:107 +msgid "Crescent" +msgstr "" + +#: ../../magic/src/crescent.c:122 +#, fuzzy +#| msgid "Click and drag to draw a flower stalk. Let go to finish the flower." +msgid "" +"Click and drag to draw a crescent shape. Use the size option to change the " +"shape." +msgstr "برای کشیدن گل کلیک کن و موس را بکش." + #: ../../magic/src/distortion.c:142 msgid "Distortion" msgstr "اعوجاج" diff --git a/src/po/ff.po b/src/po/ff.po index 5e4dd7e7f..14f177f91 100644 --- a/src/po/ff.po +++ b/src/po/ff.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: tuxpaint\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-09-27 22:41-0700\n" +"POT-Creation-Date: 2024-09-28 17:48-0700\n" "PO-Revision-Date: 2017-12-03 10:35+0200\n" "Last-Translator: Ibrahima SARR \n" "Language-Team: FULAH LOCALIZATION\n" @@ -392,8 +392,8 @@ msgstr "" #: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53 msgid "" -"New Magic tools: \"Comic dots\", \"Rotate\", various \"ASCII\" art, and " -"various \"Fractals\"." +"New Magic tools: \"Comic dots\", \"Rotate\", various \"ASCII\" art, various " +"\"Fractals\", and \"Crescent\"." msgstr "" #: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54 @@ -1650,12 +1650,12 @@ msgstr "" msgid "Color Computer" msgstr "" -#: ../../magic/src/ascii.c:323 +#: ../../magic/src/ascii.c:322 #, c-format msgid "ASCII %s" msgstr "" -#: ../../magic/src/ascii.c:342 +#: ../../magic/src/ascii.c:341 #, fuzzy, c-format #| msgid "" #| "Click and drag to make parts of your picture look like they are on " @@ -1664,7 +1664,7 @@ msgid "" "Click and drag to transform parts of your drawing to ASCII art (%s style)." msgstr "Dobo, ndaasaa ngam nanndidne bannge e natal maa e yaynirde tele." -#: ../../magic/src/ascii.c:344 +#: ../../magic/src/ascii.c:343 #, fuzzy, c-format #| msgid "" #| "Click and drag the mouse around to turn the picture into a chalk drawing." @@ -1884,6 +1884,18 @@ msgstr "Konfetti" msgid "Click to throw confetti!" msgstr "Dobo ngam weddaade konfetti." +#: ../../magic/src/crescent.c:107 +msgid "Crescent" +msgstr "" + +#: ../../magic/src/crescent.c:122 +#, fuzzy +#| msgid "Click and drag to draw a flower stalk. Let go to finish the flower." +msgid "" +"Click and drag to draw a crescent shape. Use the size option to change the " +"shape." +msgstr "dobo, ndaasaa doombel ngam natde piindol, ñoƴƴit ngam wortaade." + #: ../../magic/src/distortion.c:142 msgid "Distortion" msgstr "Ooñol" diff --git a/src/po/fi.po b/src/po/fi.po index a8086ed47..88500b494 100644 --- a/src/po/fi.po +++ b/src/po/fi.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: tuxpaint\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-09-27 22:41-0700\n" +"POT-Creation-Date: 2024-09-28 17:48-0700\n" "PO-Revision-Date: 2015-10-09 18:00+0200\n" "Last-Translator: inactive\n" "Language-Team: Finnish \n" @@ -401,8 +401,8 @@ msgstr "" #: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53 msgid "" -"New Magic tools: \"Comic dots\", \"Rotate\", various \"ASCII\" art, and " -"various \"Fractals\"." +"New Magic tools: \"Comic dots\", \"Rotate\", various \"ASCII\" art, various " +"\"Fractals\", and \"Crescent\"." msgstr "" #: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54 @@ -1671,12 +1671,12 @@ msgstr "" msgid "Color Computer" msgstr "" -#: ../../magic/src/ascii.c:323 +#: ../../magic/src/ascii.c:322 #, c-format msgid "ASCII %s" msgstr "" -#: ../../magic/src/ascii.c:342 +#: ../../magic/src/ascii.c:341 #, fuzzy, c-format #| msgid "" #| "Click and drag to make parts of your picture look like they are on " @@ -1685,7 +1685,7 @@ msgid "" "Click and drag to transform parts of your drawing to ASCII art (%s style)." msgstr "Tee maalauksen osat näyttämään televisiokuvalta hiirtä raahaamalla." -#: ../../magic/src/ascii.c:344 +#: ../../magic/src/ascii.c:343 #, fuzzy, c-format #| msgid "" #| "Click and move the mouse around to turn the picture into a chalk drawing." @@ -1924,6 +1924,17 @@ msgstr "Konfetti" msgid "Click to throw confetti!" msgstr "Heitä konfetteja (värikkäitä paperipaloja) hiirtä napsauttamalla." +#: ../../magic/src/crescent.c:107 +msgid "Crescent" +msgstr "" + +#: ../../magic/src/crescent.c:122 +#, fuzzy +msgid "" +"Click and drag to draw a crescent shape. Use the size option to change the " +"shape." +msgstr "Voit sumentaa kuvaa liikuttamalla hiirtä nappi pohjassa." + #: ../../magic/src/distortion.c:142 msgid "Distortion" msgstr "Vääristymä" @@ -3361,11 +3372,6 @@ msgstr "Napsauta vetääksesi XOR-efektin koko kuvaan" #~ msgid "QY" #~ msgstr "QY" -#, fuzzy -#~ msgid "" -#~ "Click and drag to draw a tornado stalk. Let go to finish the tornado." -#~ msgstr "Voit sumentaa kuvaa liikuttamalla hiirtä nappi pohjassa." - #, fuzzy #~ msgid "" #~ "Click and move the mouse to give parts of your picture an \"alien\" " diff --git a/src/po/fo.po b/src/po/fo.po index af53466e0..c2293896e 100644 --- a/src/po/fo.po +++ b/src/po/fo.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: Tux Paint 0.9.18\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-09-27 22:41-0700\n" +"POT-Creation-Date: 2024-09-28 17:48-0700\n" "PO-Revision-Date: 2008-01-18 12:40-0000\n" "Last-Translator: Lis Gøthe í Jákupsstovu \n" "Language-Team: Faroese \n" @@ -393,8 +393,8 @@ msgstr "" #: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53 msgid "" -"New Magic tools: \"Comic dots\", \"Rotate\", various \"ASCII\" art, and " -"various \"Fractals\"." +"New Magic tools: \"Comic dots\", \"Rotate\", various \"ASCII\" art, various " +"\"Fractals\", and \"Crescent\"." msgstr "" #: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54 @@ -1646,18 +1646,18 @@ msgstr "" msgid "Color Computer" msgstr "" -#: ../../magic/src/ascii.c:323 +#: ../../magic/src/ascii.c:322 #, c-format msgid "ASCII %s" msgstr "" -#: ../../magic/src/ascii.c:342 +#: ../../magic/src/ascii.c:341 #, fuzzy, c-format msgid "" "Click and drag to transform parts of your drawing to ASCII art (%s style)." msgstr "Klikkja og drag músina til at broyta litin á myndini." -#: ../../magic/src/ascii.c:344 +#: ../../magic/src/ascii.c:343 #, fuzzy, c-format #| msgid "" #| "Click and move the mouse around to turn the picture into a chalk drawing." @@ -1884,6 +1884,20 @@ msgstr "" msgid "Click to throw confetti!" msgstr "" +#: ../../magic/src/crescent.c:107 +msgid "Crescent" +msgstr "" + +#: ../../magic/src/crescent.c:122 +#, fuzzy +#| msgid "Click and drag to draw a flower stalk. Let go to finish the flower." +msgid "" +"Click and drag to draw a crescent shape. Use the size option to change the " +"shape." +msgstr "" +"Klikkja og drag músina til at tekna ein blómustelk. Slepp til at fullgera " +"blómuna." + #: ../../magic/src/distortion.c:142 msgid "Distortion" msgstr "Reingjan" @@ -3281,14 +3295,6 @@ msgstr "Klikkja til at gera eina spegilsmynd." #~ msgid "QY" #~ msgstr "QY" -#, fuzzy -#~| msgid "Click and drag to draw a flower stalk. Let go to finish the flower." -#~ msgid "" -#~ "Click and drag to draw a tornado stalk. Let go to finish the tornado." -#~ msgstr "" -#~ "Klikkja og drag músina til at tekna ein blómustelk. Slepp til at fullgera " -#~ "blómuna." - #, fuzzy #~ msgid "" #~ "Click and move the mouse to give parts of your picture an \"alien\" " diff --git a/src/po/fr.po b/src/po/fr.po index c15ab95cf..6fd4c721c 100644 --- a/src/po/fr.po +++ b/src/po/fr.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: fr\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-09-27 22:41-0700\n" +"POT-Creation-Date: 2024-09-28 17:48-0700\n" "PO-Revision-Date: 2024-07-07 08:05+0200\n" "Last-Translator: jacques.chion@orange.fr\n" "Language-Team: \n" @@ -398,8 +398,8 @@ msgstr "" #, fuzzy #| msgid "New Magic tools: Dither, Filled Polygon." msgid "" -"New Magic tools: \"Comic dots\", \"Rotate\", various \"ASCII\" art, and " -"various \"Fractals\"." +"New Magic tools: \"Comic dots\", \"Rotate\", various \"ASCII\" art, various " +"\"Fractals\", and \"Crescent\"." msgstr "Nouveaux outils Magie : Tramage, Polygone plein." #: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54 @@ -1804,13 +1804,13 @@ msgstr "" msgid "Color Computer" msgstr "" -#: ../../magic/src/ascii.c:323 +#: ../../magic/src/ascii.c:322 #, c-format msgid "ASCII %s" msgstr "" # -#: ../../magic/src/ascii.c:342 +#: ../../magic/src/ascii.c:341 #, fuzzy, c-format #| msgid "" #| "Click and drag to transform parts of your picture to circular " @@ -1821,7 +1821,7 @@ msgstr "" "Clique, et promène ta souris pour que des parties de ton dessin soient avec " "des coups de pinceau circulaires." -#: ../../magic/src/ascii.c:344 +#: ../../magic/src/ascii.c:343 #, fuzzy, c-format #| msgid "Click to turn your entire picture into a maze." msgid "Click to transform your entire drawing to ASCII art (%s style)." @@ -2036,6 +2036,19 @@ msgstr "Confettis" msgid "Click to throw confetti!" msgstr "Clique pour lancer des confettis !" +#: ../../magic/src/crescent.c:107 +msgid "Crescent" +msgstr "" + +#: ../../magic/src/crescent.c:122 +#, fuzzy +#| msgid "Click and drag to draw a flower stalk. Let go to finish the flower." +msgid "" +"Click and drag to draw a crescent shape. Use the size option to change the " +"shape." +msgstr "" +"Clique et déplace la souris pour dessiner une fleur. Relâche pour terminer." + #: ../../magic/src/distortion.c:142 msgid "Distortion" msgstr "Distordu" diff --git a/src/po/ga.po b/src/po/ga.po index 4664c2d71..4b92b2a42 100644 --- a/src/po/ga.po +++ b/src/po/ga.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: tuxpaint\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-09-27 22:41-0700\n" +"POT-Creation-Date: 2024-09-28 17:48-0700\n" "PO-Revision-Date: 2015-10-09 17:38+0500\n" "Last-Translator: Kevin Scannell \n" "Language-Team: Irish \n" @@ -384,8 +384,8 @@ msgstr "" #: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53 msgid "" -"New Magic tools: \"Comic dots\", \"Rotate\", various \"ASCII\" art, and " -"various \"Fractals\"." +"New Magic tools: \"Comic dots\", \"Rotate\", various \"ASCII\" art, various " +"\"Fractals\", and \"Crescent\"." msgstr "" #: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54 @@ -1634,12 +1634,12 @@ msgstr "" msgid "Color Computer" msgstr "" -#: ../../magic/src/ascii.c:323 +#: ../../magic/src/ascii.c:322 #, c-format msgid "ASCII %s" msgstr "" -#: ../../magic/src/ascii.c:342 +#: ../../magic/src/ascii.c:341 #, fuzzy, c-format #| msgid "" #| "Click and drag to transform parts of your picture to circular " @@ -1650,7 +1650,7 @@ msgstr "" "Cliceáil agus tarraing an luch chun buillí scuaibe ciorclacha a chur ar " "chuid den phictiúr." -#: ../../magic/src/ascii.c:344 +#: ../../magic/src/ascii.c:343 #, fuzzy, c-format #| msgid "Click to turn your entire picture into a maze." msgid "Click to transform your entire drawing to ASCII art (%s style)." @@ -1862,6 +1862,20 @@ msgstr "Coinfití" msgid "Click to throw confetti!" msgstr "Cliceáil chun coinfití a chaitheamh!" +#: ../../magic/src/crescent.c:107 +msgid "Crescent" +msgstr "" + +#: ../../magic/src/crescent.c:122 +#, fuzzy +#| msgid "Click and drag to draw a flower stalk. Let go to finish the flower." +msgid "" +"Click and drag to draw a crescent shape. Use the size option to change the " +"shape." +msgstr "" +"Cliceáil agus tarraing chun bláthchos a dhearadh. Scaoil é chun an bláth a " +"chríochnú." + #: ../../magic/src/distortion.c:142 msgid "Distortion" msgstr "Díchumadh" diff --git a/src/po/gd.po b/src/po/gd.po index bb1cd60fa..78560e90f 100644 --- a/src/po/gd.po +++ b/src/po/gd.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: tuxpaint\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-09-27 22:41-0700\n" +"POT-Creation-Date: 2024-09-28 17:48-0700\n" "PO-Revision-Date: 2021-09-02 12:18-0700\n" "Last-Translator: GunChleoc \n" "Language-Team: Fòram na Gàidhlig\n" @@ -401,8 +401,8 @@ msgstr "" #: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53 msgid "" -"New Magic tools: \"Comic dots\", \"Rotate\", various \"ASCII\" art, and " -"various \"Fractals\"." +"New Magic tools: \"Comic dots\", \"Rotate\", various \"ASCII\" art, various " +"\"Fractals\", and \"Crescent\"." msgstr "" #: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54 @@ -1669,12 +1669,12 @@ msgstr "" msgid "Color Computer" msgstr "" -#: ../../magic/src/ascii.c:323 +#: ../../magic/src/ascii.c:322 #, c-format msgid "ASCII %s" msgstr "" -#: ../../magic/src/ascii.c:342 +#: ../../magic/src/ascii.c:341 #, fuzzy, c-format #| msgid "" #| "Click and drag to make parts of your picture look like they are on " @@ -1685,7 +1685,7 @@ msgstr "" "Briog is slaod gus coltas a thoirt air pàirt dhen dealbh agad nam b’ ann air " "an tbh a bhiodh iad." -#: ../../magic/src/ascii.c:344 +#: ../../magic/src/ascii.c:343 #, fuzzy, c-format #| msgid "" #| "Click and drag the mouse around to turn the picture into a chalk drawing." @@ -1932,6 +1932,20 @@ msgstr "Coinfeataidh" msgid "Click to throw confetti!" msgstr "Briog gus coinfeataidh a thilgeil!" +#: ../../magic/src/crescent.c:107 +msgid "Crescent" +msgstr "" + +#: ../../magic/src/crescent.c:122 +#, fuzzy +#| msgid "Click and drag to draw a flower stalk. Let go to finish the flower." +msgid "" +"Click and drag to draw a crescent shape. Use the size option to change the " +"shape." +msgstr "" +"Briog is slaod gus cuiseag flùir a pheantadh. Leig às gus am flùr a " +"choileanadh." + #: ../../magic/src/distortion.c:142 msgid "Distortion" msgstr "Mì-dhealbhadh" diff --git a/src/po/gl.po b/src/po/gl.po index 93524387e..3eba01744 100644 --- a/src/po/gl.po +++ b/src/po/gl.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Tux Paint\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-09-27 22:41-0700\n" +"POT-Creation-Date: 2024-09-28 17:48-0700\n" "PO-Revision-Date: 2021-03-03 10:01+0100\n" "Last-Translator: Miguel Anxo Bouzada \n" "Language-Team: Proxecto Trasno \n" @@ -405,8 +405,8 @@ msgstr "" #: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53 msgid "" -"New Magic tools: \"Comic dots\", \"Rotate\", various \"ASCII\" art, and " -"various \"Fractals\"." +"New Magic tools: \"Comic dots\", \"Rotate\", various \"ASCII\" art, various " +"\"Fractals\", and \"Crescent\"." msgstr "" #: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54 @@ -1659,12 +1659,12 @@ msgstr "" msgid "Color Computer" msgstr "" -#: ../../magic/src/ascii.c:323 +#: ../../magic/src/ascii.c:322 #, c-format msgid "ASCII %s" msgstr "" -#: ../../magic/src/ascii.c:342 +#: ../../magic/src/ascii.c:341 #, fuzzy, c-format #| msgid "" #| "Click and drag to make parts of your picture look like they are on " @@ -1675,7 +1675,7 @@ msgstr "" "Preme e arrastra o rato para facer que algunha parte do debuxo se vexa coma " "nun televisor." -#: ../../magic/src/ascii.c:344 +#: ../../magic/src/ascii.c:343 #, fuzzy, c-format #| msgid "" #| "Click and drag the mouse around to turn the picture into a chalk drawing." @@ -1907,6 +1907,19 @@ msgstr "Confeti" msgid "Click to throw confetti!" msgstr "Preme para lanzar confeti." +#: ../../magic/src/crescent.c:107 +msgid "Crescent" +msgstr "" + +#: ../../magic/src/crescent.c:122 +#, fuzzy +#| msgid "Click and drag to draw a flower stalk. Let go to finish the flower." +msgid "" +"Click and drag to draw a crescent shape. Use the size option to change the " +"shape." +msgstr "" +"Preme e arrastra o rato para debuxar o tallo da flor. Imos terminar a flor." + #: ../../magic/src/distortion.c:142 msgid "Distortion" msgstr "Distorsión" diff --git a/src/po/gos.po b/src/po/gos.po index 245a210f9..43eea4ec4 100644 --- a/src/po/gos.po +++ b/src/po/gos.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: tuxpaint 0.9.14\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-09-27 22:41-0700\n" +"POT-Creation-Date: 2024-09-28 17:48-0700\n" "PO-Revision-Date: 2005-07-26 01:30-0800\n" "Last-Translator: Bill Kendrick \n" "Language-Team: \n" @@ -390,8 +390,8 @@ msgstr "" #: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53 msgid "" -"New Magic tools: \"Comic dots\", \"Rotate\", various \"ASCII\" art, and " -"various \"Fractals\"." +"New Magic tools: \"Comic dots\", \"Rotate\", various \"ASCII\" art, various " +"\"Fractals\", and \"Crescent\"." msgstr "" #: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54 @@ -1643,18 +1643,18 @@ msgstr "" msgid "Color Computer" msgstr "" -#: ../../magic/src/ascii.c:323 +#: ../../magic/src/ascii.c:322 #, c-format msgid "ASCII %s" msgstr "" -#: ../../magic/src/ascii.c:342 +#: ../../magic/src/ascii.c:341 #, fuzzy, c-format msgid "" "Click and drag to transform parts of your drawing to ASCII art (%s style)." msgstr "Klik en beweeg de moes rond um dien tijken blokkeg te moaken." -#: ../../magic/src/ascii.c:344 +#: ../../magic/src/ascii.c:343 #, fuzzy, c-format #| msgid "" #| "Click and move the mouse around to turn the picture into a chalk drawing." @@ -1878,6 +1878,17 @@ msgstr "" msgid "Click to throw confetti!" msgstr "" +#: ../../magic/src/crescent.c:107 +msgid "Crescent" +msgstr "" + +#: ../../magic/src/crescent.c:122 +#, fuzzy +msgid "" +"Click and drag to draw a crescent shape. Use the size option to change the " +"shape." +msgstr "Klik en beweeg de moes um dien tijken dun te moaken." + #: ../../magic/src/distortion.c:142 msgid "Distortion" msgstr "" @@ -3235,11 +3246,6 @@ msgstr "Klik um n spijgelbeeld te moaken." #~ msgid "Click to add a mosaic hexagonal effect to your entire picture." #~ msgstr "Klik um n spijgelbeeld te moaken." -#, fuzzy -#~ msgid "" -#~ "Click and drag to draw a tornado stalk. Let go to finish the tornado." -#~ msgstr "Klik en beweeg de moes um dien tijken dun te moaken." - #, fuzzy #~ msgid "" #~ "Click and move the mouse to give parts of your picture an \"alien\" " diff --git a/src/po/gu.po b/src/po/gu.po index d59a2396d..c5bc803ef 100644 --- a/src/po/gu.po +++ b/src/po/gu.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: tuxpaint\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-09-27 22:41-0700\n" +"POT-Creation-Date: 2024-09-28 17:48-0700\n" "PO-Revision-Date: 2017-12-31 11:57+0530\n" "Last-Translator: Kartik Mistry \n" "Language-Team: Gujarati \n" @@ -377,8 +377,8 @@ msgstr "" #: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53 msgid "" -"New Magic tools: \"Comic dots\", \"Rotate\", various \"ASCII\" art, and " -"various \"Fractals\"." +"New Magic tools: \"Comic dots\", \"Rotate\", various \"ASCII\" art, various " +"\"Fractals\", and \"Crescent\"." msgstr "" #: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54 @@ -1617,12 +1617,12 @@ msgstr "" msgid "Color Computer" msgstr "" -#: ../../magic/src/ascii.c:323 +#: ../../magic/src/ascii.c:322 #, c-format msgid "ASCII %s" msgstr "" -#: ../../magic/src/ascii.c:342 +#: ../../magic/src/ascii.c:341 #, fuzzy, c-format #| msgid "" #| "Click and drag to make parts of your picture look like they are on " @@ -1631,7 +1631,7 @@ msgid "" "Click and drag to transform parts of your drawing to ASCII art (%s style)." msgstr "તમારા ચિત્રનાં ભાગને વર્તુળાકાર પીંછીના ટપકાંમાં ફેરવવા માટે ક્લિક કરો અને ખેંચો." -#: ../../magic/src/ascii.c:344 +#: ../../magic/src/ascii.c:343 #, fuzzy, c-format #| msgid "Click to turn your entire picture into a maze." msgid "Click to transform your entire drawing to ASCII art (%s style)." @@ -1848,6 +1848,19 @@ msgstr "કોનફેટ્ટી" msgid "Click to throw confetti!" msgstr "કોનફેટ્ટી ફેંકવા માટે ક્લિક કરો!" +#: ../../magic/src/crescent.c:107 +msgid "Crescent" +msgstr "" + +#: ../../magic/src/crescent.c:122 +#, fuzzy +#| msgid "" +#| "Click and drag to draw a tornado stalk. Let go to finish the tornado." +msgid "" +"Click and drag to draw a crescent shape. Use the size option to change the " +"shape." +msgstr "ફૂલ દાંડી દોરવા માટે ક્લિક કરો અને ખસેડો. ચાલો ફ્લને પૂર્ણ કરીએ." + #: ../../magic/src/distortion.c:142 msgid "Distortion" msgstr "અસ્તવ્યસ્ત" @@ -3203,11 +3216,6 @@ msgstr "સમગ્ર ચિત્રમાં XOR અસર ઉમેરવ #~ "મુક્ત ખૂણાઓ સાથે દોરી કળા બનાવો. V: પર ક્લિક કરીને ખેંચો અને તેને ખૂણા સુધી લઇ જાવ, " #~ "થોડું પાછું ખેંચો અને અંત સુધી ખેંચો." -#~| msgid "Click and drag to draw a flower stalk. Let go to finish the flower." -#~ msgid "" -#~ "Click and drag to draw a tornado stalk. Let go to finish the tornado." -#~ msgstr "ફૂલ દાંડી દોરવા માટે ક્લિક કરો અને ખસેડો. ચાલો ફ્લને પૂર્ણ કરીએ." - #, fuzzy #~ msgid "" #~ "Click and move the mouse to give parts of your picture an \"alien\" " diff --git a/src/po/he.po b/src/po/he.po index 5d3861d77..4fc48a977 100644 --- a/src/po/he.po +++ b/src/po/he.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: he\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-09-27 22:41-0700\n" +"POT-Creation-Date: 2024-09-28 17:48-0700\n" "PO-Revision-Date: 2009-05-10 21:45+0200\n" "Last-Translator: Jorge Mariano \n" "Language-Team: Hebrew \n" @@ -402,8 +402,8 @@ msgstr "" #: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53 msgid "" -"New Magic tools: \"Comic dots\", \"Rotate\", various \"ASCII\" art, and " -"various \"Fractals\"." +"New Magic tools: \"Comic dots\", \"Rotate\", various \"ASCII\" art, various " +"\"Fractals\", and \"Crescent\"." msgstr "" #: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54 @@ -1648,19 +1648,19 @@ msgstr "" msgid "Color Computer" msgstr "" -#: ../../magic/src/ascii.c:323 +#: ../../magic/src/ascii.c:322 #, c-format msgid "ASCII %s" msgstr "" -#: ../../magic/src/ascii.c:342 +#: ../../magic/src/ascii.c:341 #, fuzzy, c-format #| msgid "Click to make your picture look like it's on television." msgid "" "Click and drag to transform parts of your drawing to ASCII art (%s style)." msgstr "לחצי לכיסוי כל התמונה באריחי זכוכית." -#: ../../magic/src/ascii.c:344 +#: ../../magic/src/ascii.c:343 #, fuzzy, c-format #| msgid "" #| "Click and move the mouse around to turn the picture into a chalk drawing." @@ -1899,6 +1899,18 @@ msgstr "קונפטי" msgid "Click to throw confetti!" msgstr "לחצי לזריקת קונפטי!" +#: ../../magic/src/crescent.c:107 +msgid "Crescent" +msgstr "" + +#: ../../magic/src/crescent.c:122 +#, fuzzy +#| msgid "Click and drag to draw a flower stalk. Let go to finish the flower." +msgid "" +"Click and drag to draw a crescent shape. Use the size option to change the " +"shape." +msgstr "לחצי וגררי כדי לצייר פרח. הפסיקי ללחוץ לסיום." + #: ../../magic/src/distortion.c:142 msgid "Distortion" msgstr "עיוות" @@ -3349,12 +3361,6 @@ msgstr "לחצי להוספת מראה פסיפס לכל התמונה." #~ "צייר מחרוזת אמנות עם חופשי זווית לחץ וגרור \"V:\" גרור את קדקוד, לגרור " #~ "אחורה קצת על התחל, ולאחר מכן גרור עד הסוף " -#, fuzzy -#~| msgid "Click and drag to draw a flower stalk. Let go to finish the flower." -#~ msgid "" -#~ "Click and drag to draw a tornado stalk. Let go to finish the tornado." -#~ msgstr "לחצי וגררי כדי לצייר פרח. הפסיקי ללחוץ לסיום." - #, fuzzy #~ msgid "" #~ "Click and move the mouse to give parts of your picture an \"alien\" " diff --git a/src/po/hi.po b/src/po/hi.po index 4b86f9618..7279c6fda 100644 --- a/src/po/hi.po +++ b/src/po/hi.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: tuxpaint 0.9.14\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-09-27 22:41-0700\n" +"POT-Creation-Date: 2024-09-28 17:48-0700\n" "PO-Revision-Date: 2014-08-09 02:17+1000\n" "Last-Translator: Ashish Arora \n" "Language-Team: Hindi\n" @@ -395,8 +395,8 @@ msgstr "" #: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53 msgid "" -"New Magic tools: \"Comic dots\", \"Rotate\", various \"ASCII\" art, and " -"various \"Fractals\"." +"New Magic tools: \"Comic dots\", \"Rotate\", various \"ASCII\" art, various " +"\"Fractals\", and \"Crescent\"." msgstr "" #: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54 @@ -1654,12 +1654,12 @@ msgstr "" msgid "Color Computer" msgstr "" -#: ../../magic/src/ascii.c:323 +#: ../../magic/src/ascii.c:322 #, c-format msgid "ASCII %s" msgstr "" -#: ../../magic/src/ascii.c:342 +#: ../../magic/src/ascii.c:341 #, fuzzy, c-format #| msgid "" #| "Click and drag to make parts of your picture look like they are on " @@ -1670,7 +1670,7 @@ msgstr "" " तस्वीर के कुछ हिस्सों को ऐसे बदलने के लिए जैसे वह टीवी पर हैं,इस तरह दिखाने के लिए क्लिक " "करें और माउस को स्थानांतरित करें|" -#: ../../magic/src/ascii.c:344 +#: ../../magic/src/ascii.c:343 #, fuzzy, c-format #| msgid "" #| "Click and move the mouse around to turn the picture into a chalk drawing." @@ -1912,6 +1912,17 @@ msgstr "कंफ़ेद्दी" msgid "Click to throw confetti!" msgstr "कंफ़ेद्दी फेंकने के लिए क्लिक करें!" +#: ../../magic/src/crescent.c:107 +msgid "Crescent" +msgstr "" + +#: ../../magic/src/crescent.c:122 +#, fuzzy +msgid "" +"Click and drag to draw a crescent shape. Use the size option to change the " +"shape." +msgstr "पतला करो" + #: ../../magic/src/distortion.c:142 msgid "Distortion" msgstr "विकृति" @@ -3350,11 +3361,6 @@ msgstr "पूरे चित्र में XOR प्रभाव जोड #~ msgid "Click to add a mosaic hexagonal effect to your entire picture." #~ msgstr "शीशे मे देखो" -#, fuzzy -#~ msgid "" -#~ "Click and drag to draw a tornado stalk. Let go to finish the tornado." -#~ msgstr "पतला करो" - #, fuzzy #~ msgid "" #~ "Click and move the mouse to give parts of your picture an \"alien\" " diff --git a/src/po/hr.po b/src/po/hr.po index f87b4a78d..4329448c3 100644 --- a/src/po/hr.po +++ b/src/po/hr.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: tuxpaint\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-09-27 22:41-0700\n" +"POT-Creation-Date: 2024-09-28 17:48-0700\n" "PO-Revision-Date: 2017-12-26 10:53+0100\n" "Last-Translator: Paulo Pavačić \n" "Language-Team: none\n" @@ -392,8 +392,8 @@ msgstr "" #: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53 msgid "" -"New Magic tools: \"Comic dots\", \"Rotate\", various \"ASCII\" art, and " -"various \"Fractals\"." +"New Magic tools: \"Comic dots\", \"Rotate\", various \"ASCII\" art, various " +"\"Fractals\", and \"Crescent\"." msgstr "" #: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54 @@ -1652,12 +1652,12 @@ msgstr "" msgid "Color Computer" msgstr "" -#: ../../magic/src/ascii.c:323 +#: ../../magic/src/ascii.c:322 #, c-format msgid "ASCII %s" msgstr "" -#: ../../magic/src/ascii.c:342 +#: ../../magic/src/ascii.c:341 #, fuzzy, c-format #| msgid "" #| "Click and drag to make parts of your picture look like they are on " @@ -1668,7 +1668,7 @@ msgstr "" "Klikni i pomakni miš da napraviš da dijelovi slike izgledaju kao da jena " "televizoru." -#: ../../magic/src/ascii.c:344 +#: ../../magic/src/ascii.c:343 #, fuzzy, c-format #| msgid "" #| "Click and drag the mouse around to turn the picture into a chalk drawing." @@ -1888,6 +1888,18 @@ msgstr "Konfeti" msgid "Click to throw confetti!" msgstr "Klikni za izbacivanje konfeta." +#: ../../magic/src/crescent.c:107 +msgid "Crescent" +msgstr "" + +#: ../../magic/src/crescent.c:122 +#, fuzzy +#| msgid "Click and drag to draw a flower stalk. Let go to finish the flower." +msgid "" +"Click and drag to draw a crescent shape. Use the size option to change the " +"shape." +msgstr "Klikni i povuci da nacrtaš stabljiku. Pusti da dovršiš cvijet." + #: ../../magic/src/distortion.c:142 msgid "Distortion" msgstr "Iskrivljavanje" diff --git a/src/po/hu.po b/src/po/hu.po index 6013e471b..b191ef57e 100644 --- a/src/po/hu.po +++ b/src/po/hu.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: tuxpaint\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-09-27 22:41-0700\n" +"POT-Creation-Date: 2024-09-28 17:48-0700\n" "PO-Revision-Date: 2014-06-28 12:48+0200\n" "Last-Translator: Dr. Nagy Elemér Károly \n" "Language-Team: Hungarian \n" @@ -396,8 +396,8 @@ msgstr "" #: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53 msgid "" -"New Magic tools: \"Comic dots\", \"Rotate\", various \"ASCII\" art, and " -"various \"Fractals\"." +"New Magic tools: \"Comic dots\", \"Rotate\", various \"ASCII\" art, various " +"\"Fractals\", and \"Crescent\"." msgstr "" #: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54 @@ -1671,12 +1671,12 @@ msgstr "" msgid "Color Computer" msgstr "" -#: ../../magic/src/ascii.c:323 +#: ../../magic/src/ascii.c:322 #, c-format msgid "ASCII %s" msgstr "" -#: ../../magic/src/ascii.c:342 +#: ../../magic/src/ascii.c:341 #, fuzzy, c-format #| msgid "" #| "Click and drag to make parts of your picture look like they are on " @@ -1687,7 +1687,7 @@ msgstr "" "Az egér gombját lenyomva tartva TV kinézetűvé változtathatod a képed egyes " "részeit." -#: ../../magic/src/ascii.c:344 +#: ../../magic/src/ascii.c:343 #, fuzzy, c-format #| msgid "" #| "Click and move the mouse around to turn the picture into a chalk drawing." @@ -1923,6 +1923,20 @@ msgstr "Konfetti" msgid "Click to throw confetti!" msgstr "Kattints a konfetti szétdobálásához!" +#: ../../magic/src/crescent.c:107 +msgid "Crescent" +msgstr "" + +#: ../../magic/src/crescent.c:122 +#, fuzzy +#| msgid "Click and drag to draw a flower stalk. Let go to finish the flower." +msgid "" +"Click and drag to draw a crescent shape. Use the size option to change the " +"shape." +msgstr "" +"Kattints oda a rajzodon, ahol virágszárat szeretnél rajzolni, és engedd fel " +"a virág befejezéséhez." + #: ../../magic/src/distortion.c:142 msgid "Distortion" msgstr "Torzítás" diff --git a/src/po/hy.po b/src/po/hy.po index 3c2ebf811..155dde444 100644 --- a/src/po/hy.po +++ b/src/po/hy.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: 1.8\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-09-27 22:41-0700\n" +"POT-Creation-Date: 2024-09-28 17:48-0700\n" "PO-Revision-Date: 2014-03-22 11:39+0400\n" "Last-Translator: Aram Palyan \n" "Language-Team: Armenian \n" @@ -399,8 +399,8 @@ msgstr "" #: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53 msgid "" -"New Magic tools: \"Comic dots\", \"Rotate\", various \"ASCII\" art, and " -"various \"Fractals\"." +"New Magic tools: \"Comic dots\", \"Rotate\", various \"ASCII\" art, various " +"\"Fractals\", and \"Crescent\"." msgstr "" #: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54 @@ -1662,12 +1662,12 @@ msgstr "" msgid "Color Computer" msgstr "" -#: ../../magic/src/ascii.c:323 +#: ../../magic/src/ascii.c:322 #, c-format msgid "ASCII %s" msgstr "" -#: ../../magic/src/ascii.c:342 +#: ../../magic/src/ascii.c:341 #, fuzzy, c-format #| msgid "" #| "Click and drag to make parts of your picture look like they are on " @@ -1678,7 +1678,7 @@ msgstr "" "Սեղմիր և քաշիր` նկարիդ որոշ հատվածներին հեռուստաէկրանի պատկերի տեսք տալու " "համար:" -#: ../../magic/src/ascii.c:344 +#: ../../magic/src/ascii.c:343 #, fuzzy, c-format #| msgid "" #| "Click and move the mouse around to turn the picture into a chalk drawing." @@ -1919,6 +1919,20 @@ msgstr "Ձյունիկ" msgid "Click to throw confetti!" msgstr "Սեղմիր ու ցպնիր ձյունիկներ:" +#: ../../magic/src/crescent.c:107 +msgid "Crescent" +msgstr "" + +#: ../../magic/src/crescent.c:122 +#, fuzzy +#| msgid "Click and drag to draw a flower stalk. Let go to finish the flower." +msgid "" +"Click and drag to draw a crescent shape. Use the size option to change the " +"shape." +msgstr "" +"Սեղմիր և քաշիր, ծաղիկի ցողուն նկարելու համար: Շարունակիր` ծաղիկն ավարտելու " +"համար:" + #: ../../magic/src/distortion.c:142 msgid "Distortion" msgstr "Աղավաղում" diff --git a/src/po/id.po b/src/po/id.po index 065b4a8d7..ae0ff5697 100644 --- a/src/po/id.po +++ b/src/po/id.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-09-27 22:41-0700\n" +"POT-Creation-Date: 2024-09-28 17:48-0700\n" "PO-Revision-Date: 2017-12-09 04:22+0000\n" "Last-Translator: Teuku Surya \n" "Language-Team: LANGUAGE \n" @@ -394,8 +394,8 @@ msgstr "" #: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53 msgid "" -"New Magic tools: \"Comic dots\", \"Rotate\", various \"ASCII\" art, and " -"various \"Fractals\"." +"New Magic tools: \"Comic dots\", \"Rotate\", various \"ASCII\" art, various " +"\"Fractals\", and \"Crescent\"." msgstr "" #: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54 @@ -1669,12 +1669,12 @@ msgstr "" msgid "Color Computer" msgstr "" -#: ../../magic/src/ascii.c:323 +#: ../../magic/src/ascii.c:322 #, c-format msgid "ASCII %s" msgstr "" -#: ../../magic/src/ascii.c:342 +#: ../../magic/src/ascii.c:341 #, fuzzy, c-format #| msgid "" #| "Click and drag to make parts of your picture look like they are on " @@ -1685,7 +1685,7 @@ msgstr "" "Klik dan tarik untuk membuat bagian dari gambar anda terlihat seperti berada " "pada televisi." -#: ../../magic/src/ascii.c:344 +#: ../../magic/src/ascii.c:343 #, fuzzy, c-format #| msgid "" #| "Click and drag the mouse around to turn the picture into a chalk drawing." @@ -1916,6 +1916,20 @@ msgstr "Konfeti" msgid "Click to throw confetti!" msgstr "Klik untuk melempar konfeti!" +#: ../../magic/src/crescent.c:107 +msgid "Crescent" +msgstr "" + +#: ../../magic/src/crescent.c:122 +#, fuzzy +#| msgid "Click and drag to draw a flower stalk. Let go to finish the flower." +msgid "" +"Click and drag to draw a crescent shape. Use the size option to change the " +"shape." +msgstr "" +"Klik dan tarik untuk menggambar tangkai bunga. Lepaskan untuk menyelesaikan " +"bunga." + #: ../../magic/src/distortion.c:142 msgid "Distortion" msgstr "Distorsi" diff --git a/src/po/is.po b/src/po/is.po index 357a4bf0e..02caa7c38 100644 --- a/src/po/is.po +++ b/src/po/is.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: tuxpaint\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-09-27 22:41-0700\n" +"POT-Creation-Date: 2024-09-28 17:48-0700\n" "PO-Revision-Date: 2023-06-28 15:44+0000\n" "Last-Translator: Sveinn í Felli \n" "Language-Team: Icelandic\n" @@ -395,8 +395,8 @@ msgstr "" #: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53 msgid "" -"New Magic tools: \"Comic dots\", \"Rotate\", various \"ASCII\" art, and " -"various \"Fractals\"." +"New Magic tools: \"Comic dots\", \"Rotate\", various \"ASCII\" art, various " +"\"Fractals\", and \"Crescent\"." msgstr "" #: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54 @@ -1642,12 +1642,12 @@ msgstr "" msgid "Color Computer" msgstr "" -#: ../../magic/src/ascii.c:323 +#: ../../magic/src/ascii.c:322 #, c-format msgid "ASCII %s" msgstr "" -#: ../../magic/src/ascii.c:342 +#: ../../magic/src/ascii.c:341 #, fuzzy, c-format #| msgid "" #| "Click and drag to transform parts of your picture to circular " @@ -1658,7 +1658,7 @@ msgstr "" "Smelltu og dragðu músina til að breyta hluta myndarinnar í hringlaga " "pensilstrokur." -#: ../../magic/src/ascii.c:344 +#: ../../magic/src/ascii.c:343 #, fuzzy, c-format #| msgid "Click to turn your entire picture into a maze." msgid "Click to transform your entire drawing to ASCII art (%s style)." @@ -1862,6 +1862,17 @@ msgstr "Pappírsskraut" msgid "Click to throw confetti!" msgstr "Smelltu til að kasta skrauti!" +#: ../../magic/src/crescent.c:107 +msgid "Crescent" +msgstr "" + +#: ../../magic/src/crescent.c:122 +#, fuzzy +msgid "" +"Click and drag to draw a crescent shape. Use the size option to change the " +"shape." +msgstr "Smelltu og hreyfðu músina til að gera myndina þynnri." + #: ../../magic/src/distortion.c:142 msgid "Distortion" msgstr "Afmynda" @@ -3180,11 +3191,6 @@ msgstr "Smelltu til að beita XOR áhrifum á alla myndina." #~ msgid "Click to add a mosaic hexagonal effect to your entire picture." #~ msgstr "Smelltu til að gera spegilmynd." -#, fuzzy -#~ msgid "" -#~ "Click and drag to draw a tornado stalk. Let go to finish the tornado." -#~ msgstr "Smelltu og hreyfðu músina til að gera myndina þynnri." - #, fuzzy #~ msgid "" #~ "Click and move the mouse to give parts of your picture an \"alien\" " diff --git a/src/po/it.po b/src/po/it.po index 2a7b7acf9..04e92d319 100644 --- a/src/po/it.po +++ b/src/po/it.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: TuxPaint 0.9.23\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-09-27 22:41-0700\n" +"POT-Creation-Date: 2024-09-28 17:48-0700\n" "PO-Revision-Date: 2017-12-18 09:15+0000\n" "Last-Translator: Flavio Pastore \n" "Language-Team: Italian\n" @@ -415,8 +415,8 @@ msgstr "" #: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53 msgid "" -"New Magic tools: \"Comic dots\", \"Rotate\", various \"ASCII\" art, and " -"various \"Fractals\"." +"New Magic tools: \"Comic dots\", \"Rotate\", various \"ASCII\" art, various " +"\"Fractals\", and \"Crescent\"." msgstr "" #: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54 @@ -1702,12 +1702,12 @@ msgstr "" msgid "Color Computer" msgstr "" -#: ../../magic/src/ascii.c:323 +#: ../../magic/src/ascii.c:322 #, c-format msgid "ASCII %s" msgstr "" -#: ../../magic/src/ascii.c:342 +#: ../../magic/src/ascii.c:341 #, fuzzy, c-format #| msgid "" #| "Click and drag to make parts of your picture look like they are on " @@ -1718,7 +1718,7 @@ msgstr "" "Fai clic e trascina per far sembrare parti del tuo disegno come se fossero " "in televisione." -#: ../../magic/src/ascii.c:344 +#: ../../magic/src/ascii.c:343 #, fuzzy, c-format #| msgid "" #| "Click and drag the mouse around to turn the picture into a chalk drawing." @@ -1948,6 +1948,20 @@ msgstr "Coriandoli" msgid "Click to throw confetti!" msgstr "Fai clic per lanciare i coriandoli!" +#: ../../magic/src/crescent.c:107 +msgid "Crescent" +msgstr "" + +#: ../../magic/src/crescent.c:122 +#, fuzzy +#| msgid "Click and drag to draw a flower stalk. Let go to finish the flower." +msgid "" +"Click and drag to draw a crescent shape. Use the size option to change the " +"shape." +msgstr "" +"Fai clic e trascina il mouse per disegnare il gambo di un fiore. Lascia " +"andare il tasto per completarlo." + #: ../../magic/src/distortion.c:142 msgid "Distortion" msgstr "Distorsione" diff --git a/src/po/iu.po b/src/po/iu.po index 615b789db..fabc0b09b 100644 --- a/src/po/iu.po +++ b/src/po/iu.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Tuxpaint Inuktitut\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-09-27 22:41-0700\n" +"POT-Creation-Date: 2024-09-28 17:48-0700\n" "PO-Revision-Date: 2013-07-04 16:05-0500\n" "Last-Translator: Harvey Ginter \n" "Language-Team: LANGUAGE \n" @@ -394,8 +394,8 @@ msgstr "" #: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53 msgid "" -"New Magic tools: \"Comic dots\", \"Rotate\", various \"ASCII\" art, and " -"various \"Fractals\"." +"New Magic tools: \"Comic dots\", \"Rotate\", various \"ASCII\" art, various " +"\"Fractals\", and \"Crescent\"." msgstr "" #: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54 @@ -1653,12 +1653,12 @@ msgstr "" msgid "Color Computer" msgstr "" -#: ../../magic/src/ascii.c:323 +#: ../../magic/src/ascii.c:322 #, c-format msgid "ASCII %s" msgstr "" -#: ../../magic/src/ascii.c:342 +#: ../../magic/src/ascii.c:341 #, fuzzy, c-format #| msgid "" #| "Click and drag to make parts of your picture look like they are on " @@ -1667,7 +1667,7 @@ msgid "" "Click and drag to transform parts of your drawing to ASCII art (%s style)." msgstr "ᓇᕐᓂᓗᒍ ᐅᓂᐊᑯᑖᕐᓗᒍ ᐊᑦᔨᖑᐊᕐᐱᑦ ᐃᓚᖓᓂᒃ ᑕᓚᕖᓴᒦᑦᑑᔮᕐᑎᓯᓂᕐᒧᑦ." -#: ../../magic/src/ascii.c:344 +#: ../../magic/src/ascii.c:343 #, fuzzy, c-format #| msgid "" #| "Click and move the mouse around to turn the picture into a chalk drawing." @@ -1904,6 +1904,18 @@ msgstr "ᑕᐅᑦᑐᓖᑦ ᓯᖃᓖᑦ ᐃᒋᑕᐅᓲᑦ" msgid "Click to throw confetti!" msgstr "ᓇᕐᓂᓗᒍ ᑕᐅᑦᑐᓖᑦ ᓯᖃᓖᑦ ᐃᒋᑕᐅᓲᑦ ᐃᒋᒃᑭᑦ!" +#: ../../magic/src/crescent.c:107 +msgid "Crescent" +msgstr "" + +#: ../../magic/src/crescent.c:122 +#, fuzzy +#| msgid "Click and drag to draw a flower stalk. Let go to finish the flower." +msgid "" +"Click and drag to draw a crescent shape. Use the size option to change the " +"shape." +msgstr "ᓇᕐᓂᓗᒍ ᐊᐅᓚᓗᒍᓗ ᐱᕈᕐᓯᐊᑉ ᓇᐸᑕᖓᓂᒃ ᓄᐃᑦᓯᓂᕐᒧᑦ. ᓴᒃᑯᓗᒍ ᐱᕈᕐᓯᐊᖑᐊᓕᐅᕇᕐᓂᒧᑦ." + #: ../../magic/src/distortion.c:142 msgid "Distortion" msgstr "ᑐᑮᕈᕐᓯᒪᔪᖅ" diff --git a/src/po/ja.po b/src/po/ja.po index a125c37b1..a1cf803ff 100644 --- a/src/po/ja.po +++ b/src/po/ja.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: tuxpaint 0.9.29\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-09-27 22:41-0700\n" +"POT-Creation-Date: 2024-09-28 17:48-0700\n" "PO-Revision-Date: 2024-06-15 21:26+0900\n" "Last-Translator: Shin-ichi TOYAMA \n" "Language-Team: japanese \n" @@ -393,8 +393,8 @@ msgstr "" #, fuzzy #| msgid "New Magic tools: Dither, Filled Polygon." msgid "" -"New Magic tools: \"Comic dots\", \"Rotate\", various \"ASCII\" art, and " -"various \"Fractals\"." +"New Magic tools: \"Comic dots\", \"Rotate\", various \"ASCII\" art, various " +"\"Fractals\", and \"Crescent\"." msgstr "「まほう」ツールの追加: 「ディザ」「たかっけい」" #: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54 @@ -1761,12 +1761,12 @@ msgstr "" msgid "Color Computer" msgstr "" -#: ../../magic/src/ascii.c:323 +#: ../../magic/src/ascii.c:322 #, c-format msgid "ASCII %s" msgstr "" -#: ../../magic/src/ascii.c:342 +#: ../../magic/src/ascii.c:341 #, fuzzy, c-format #| msgid "" #| "Click and drag to transform parts of your picture to circular " @@ -1777,7 +1777,7 @@ msgstr "" "クリックしたまま マウスを うごかして なぞったところを まるく けばけばに しよ" "う" -#: ../../magic/src/ascii.c:344 +#: ../../magic/src/ascii.c:343 #, fuzzy, c-format #| msgid "Click to turn your entire picture into a maze." msgid "Click to transform your entire drawing to ASCII art (%s style)." @@ -1986,6 +1986,21 @@ msgstr "かみふぶき" msgid "Click to throw confetti!" msgstr "クリックして かみふぶきを とばそう!" +#: ../../magic/src/crescent.c:107 +msgid "Crescent" +msgstr "" + +#: ../../magic/src/crescent.c:122 +#, fuzzy +#| msgid "" +#| "Click and drag to draw a tornado stalk. Let go to finish the tornado." +msgid "" +"Click and drag to draw a crescent shape. Use the size option to change the " +"shape." +msgstr "" +"クリックしたままマウスをうごかして くきを かこう。 マウスを はなせば はなの " +"できあがり" + #: ../../magic/src/distortion.c:142 msgid "Distortion" msgstr "ゆがめる" @@ -3390,13 +3405,6 @@ msgstr "えを くりっくして ぜんたいの いろを はんてんさせ #~ "クリックしたまま マウスをうごかして いとめ もようを かこう。 「V」の かた" #~ "ちの いとめだよ。" -#~| msgid "Click and drag to draw a flower stalk. Let go to finish the flower." -#~ msgid "" -#~ "Click and drag to draw a tornado stalk. Let go to finish the tornado." -#~ msgstr "" -#~ "クリックしたままマウスをうごかして くきを かこう。 マウスを はなせば はな" -#~ "の できあがり" - #, fuzzy #~ msgid "" #~ "Click and move the mouse to give parts of your picture an \"alien\" " diff --git a/src/po/ka.po b/src/po/ka.po index 268a135aa..02e94aaf3 100644 --- a/src/po/ka.po +++ b/src/po/ka.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: TuxPaint\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-09-27 22:41-0700\n" +"POT-Creation-Date: 2024-09-28 17:48-0700\n" "PO-Revision-Date: 2023-04-01 20:01+0400\n" "Last-Translator: Giasher \n" "Language-Team: Gia Shervashidze \n" @@ -391,8 +391,8 @@ msgstr "" #: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53 msgid "" -"New Magic tools: \"Comic dots\", \"Rotate\", various \"ASCII\" art, and " -"various \"Fractals\"." +"New Magic tools: \"Comic dots\", \"Rotate\", various \"ASCII\" art, various " +"\"Fractals\", and \"Crescent\"." msgstr "" #: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54 @@ -1717,12 +1717,12 @@ msgstr "" msgid "Color Computer" msgstr "" -#: ../../magic/src/ascii.c:323 +#: ../../magic/src/ascii.c:322 #, c-format msgid "ASCII %s" msgstr "" -#: ../../magic/src/ascii.c:342 +#: ../../magic/src/ascii.c:341 #, fuzzy, c-format #| msgid "" #| "Click and drag to transform parts of your picture to circular " @@ -1731,7 +1731,7 @@ msgid "" "Click and drag to transform parts of your drawing to ASCII art (%s style)." msgstr "დაწკაპეთ და გადაათრიეთ ნახატის ნაწილების წრეებად გარდასაქმნელად." -#: ../../magic/src/ascii.c:344 +#: ../../magic/src/ascii.c:343 #, fuzzy, c-format #| msgid "Click to turn your entire picture into a maze." msgid "Click to transform your entire drawing to ASCII art (%s style)." @@ -1937,6 +1937,18 @@ msgstr "კონფეტი" msgid "Click to throw confetti!" msgstr "დაწკაპეთ კონფეტის გასაბნევად!" +#: ../../magic/src/crescent.c:107 +msgid "Crescent" +msgstr "" + +#: ../../magic/src/crescent.c:122 +#, fuzzy +#| msgid "Click and drag to draw a flower stalk. Let go to finish the flower." +msgid "" +"Click and drag to draw a crescent shape. Use the size option to change the " +"shape." +msgstr "დაწკაპეთ და გადაათრიეთ ყვავილის ღერო." + #: ../../magic/src/distortion.c:142 msgid "Distortion" msgstr "დაჭმუჭვნა" diff --git a/src/po/kab.po b/src/po/kab.po index 244fec18b..98b9a3998 100644 --- a/src/po/kab.po +++ b/src/po/kab.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: kab\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-09-27 22:41-0700\n" +"POT-Creation-Date: 2024-09-28 17:48-0700\n" "PO-Revision-Date: 2017-12-23 23:11+0100\n" "Last-Translator: Yacine Bouklif \n" "Language-Team: \n" @@ -393,8 +393,8 @@ msgstr "" #: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53 msgid "" -"New Magic tools: \"Comic dots\", \"Rotate\", various \"ASCII\" art, and " -"various \"Fractals\"." +"New Magic tools: \"Comic dots\", \"Rotate\", various \"ASCII\" art, various " +"\"Fractals\", and \"Crescent\"." msgstr "" #: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54 @@ -1664,13 +1664,13 @@ msgstr "" msgid "Color Computer" msgstr "" -#: ../../magic/src/ascii.c:323 +#: ../../magic/src/ascii.c:322 #, c-format msgid "ASCII %s" msgstr "" # -#: ../../magic/src/ascii.c:342 +#: ../../magic/src/ascii.c:341 #, fuzzy, c-format #| msgid "" #| "Click and drag to make parts of your picture look like they are on " @@ -1681,7 +1681,7 @@ msgstr "" "Ssed u selḥu taɣerdayt iwakken ad terreḍ kra n imukan n tugna am tugna n " "tiliẓri." -#: ../../magic/src/ascii.c:344 +#: ../../magic/src/ascii.c:343 #, fuzzy, c-format #| msgid "" #| "Click and drag the mouse around to turn the picture into a chalk drawing." @@ -1911,6 +1911,20 @@ msgstr "Tubbiyin n lkaɣeḍ isebɣen" msgid "Click to throw confetti!" msgstr "Ssed iwakken ad tḍeqreḍ tubbiyin n lkaɣeḍ isebɣen!" +#: ../../magic/src/crescent.c:107 +msgid "Crescent" +msgstr "" + +#: ../../magic/src/crescent.c:122 +#, fuzzy +#| msgid "Click and drag to draw a flower stalk. Let go to finish the flower." +msgid "" +"Click and drag to draw a crescent shape. Use the size option to change the " +"shape." +msgstr "" +"Ssed u selḥu taɣerdayt iwakken ad tsuneɣeḍ tajeǧǧigt. Serreḥ i teqfalt " +"iwakken ad tfakkeḍ tajeǧǧigt." + #: ../../magic/src/distortion.c:142 msgid "Distortion" msgstr "Azlag" diff --git a/src/po/km.po b/src/po/km.po index 7187ccabc..9c5e49220 100644 --- a/src/po/km.po +++ b/src/po/km.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: tuxpaint\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-09-27 22:41-0700\n" +"POT-Creation-Date: 2024-09-28 17:48-0700\n" "PO-Revision-Date: 2008-05-30 15:41+0700\n" "Last-Translator: Khoem Sokhem \n" "Language-Team: Khmer \n" @@ -395,8 +395,8 @@ msgstr "" #: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53 msgid "" -"New Magic tools: \"Comic dots\", \"Rotate\", various \"ASCII\" art, and " -"various \"Fractals\"." +"New Magic tools: \"Comic dots\", \"Rotate\", various \"ASCII\" art, various " +"\"Fractals\", and \"Crescent\"." msgstr "" #: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54 @@ -1647,18 +1647,18 @@ msgstr "" msgid "Color Computer" msgstr "" -#: ../../magic/src/ascii.c:323 +#: ../../magic/src/ascii.c:322 #, c-format msgid "ASCII %s" msgstr "" -#: ../../magic/src/ascii.c:342 +#: ../../magic/src/ascii.c:341 #, fuzzy, c-format msgid "" "Click and drag to transform parts of your drawing to ASCII art (%s style)." msgstr "ចុច ហើយ​ផ្លាស់ទី​កណ្ដុរ ដើម្បី​ផ្លាស់ប្ដូរ​ពណ៌​រូបភាព ។" -#: ../../magic/src/ascii.c:344 +#: ../../magic/src/ascii.c:343 #, fuzzy, c-format #| msgid "" #| "Click and move the mouse around to turn the picture into a chalk drawing." @@ -1885,6 +1885,18 @@ msgstr "" msgid "Click to throw confetti!" msgstr "" +#: ../../magic/src/crescent.c:107 +msgid "Crescent" +msgstr "" + +#: ../../magic/src/crescent.c:122 +#, fuzzy +#| msgid "Click and drag to draw a flower stalk. Let go to finish the flower." +msgid "" +"Click and drag to draw a crescent shape. Use the size option to change the " +"shape." +msgstr "ចុច ហើយ​អូស ដើម្បី​គូរ​ទង​ផ្កា ។ លែង​វា​វិញ ដើម្បី​បញ្ចប់​ការ​គូរ​ផ្កា ។" + #: ../../magic/src/distortion.c:142 msgid "Distortion" msgstr "បង្ខូច​ទ្រង់ទ្រាយ" @@ -3267,12 +3279,6 @@ msgstr "ចុច ដើម្បី​ចាំង​ឆ្លុះ​រូ #~ msgid "QY" #~ msgstr "QY" -#, fuzzy -#~| msgid "Click and drag to draw a flower stalk. Let go to finish the flower." -#~ msgid "" -#~ "Click and drag to draw a tornado stalk. Let go to finish the tornado." -#~ msgstr "ចុច ហើយ​អូស ដើម្បី​គូរ​ទង​ផ្កា ។ លែង​វា​វិញ ដើម្បី​បញ្ចប់​ការ​គូរ​ផ្កា ។" - #, fuzzy #~ msgid "" #~ "Click and move the mouse to give parts of your picture an \"alien\" " diff --git a/src/po/kn.po b/src/po/kn.po index 9f041e6c7..47a501920 100644 --- a/src/po/kn.po +++ b/src/po/kn.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: tuxpaint\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-09-27 22:41-0700\n" +"POT-Creation-Date: 2024-09-28 17:48-0700\n" "PO-Revision-Date: 2014-06-08 23:43+0630\n" "Last-Translator: Savitha \n" "Language-Team: Kannada \n" @@ -395,8 +395,8 @@ msgstr "" #: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53 msgid "" -"New Magic tools: \"Comic dots\", \"Rotate\", various \"ASCII\" art, and " -"various \"Fractals\"." +"New Magic tools: \"Comic dots\", \"Rotate\", various \"ASCII\" art, various " +"\"Fractals\", and \"Crescent\"." msgstr "" #: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54 @@ -1665,12 +1665,12 @@ msgstr "" msgid "Color Computer" msgstr "" -#: ../../magic/src/ascii.c:323 +#: ../../magic/src/ascii.c:322 #, c-format msgid "ASCII %s" msgstr "" -#: ../../magic/src/ascii.c:342 +#: ../../magic/src/ascii.c:341 #, fuzzy, c-format #| msgid "" #| "Click and drag to make parts of your picture look like they are on " @@ -1681,7 +1681,7 @@ msgstr "" "ನಿಮ್ಮ ಚಿತ್ರದ ಭಾಗವು ದೂರದರ್ಶನದಲ್ಲಿರುವ ರೀತಿಯಲ್ಲಿ ಕಾಣಿಸುವಂತೆ ಮಾಡಲು ಕ್ಲಿಕ್ ಮಾಡಿ ಹಾಗು " "ಎಳೆಯಿರಿ." -#: ../../magic/src/ascii.c:344 +#: ../../magic/src/ascii.c:343 #, fuzzy, c-format #| msgid "" #| "Click and move the mouse around to turn the picture into a chalk drawing." @@ -1929,6 +1929,20 @@ msgstr "ಬಣ್ಣದ ಕಾಗದಚೂರುಗಳು" msgid "Click to throw confetti!" msgstr "ಬಣ್ಣದ ಕಾಗದದ ಚೂರುಗಳನ್ನು ಎಸೆಯಲು ಕ್ಲಿಕ್ ಮಾಡಿ!" +#: ../../magic/src/crescent.c:107 +msgid "Crescent" +msgstr "" + +#: ../../magic/src/crescent.c:122 +#, fuzzy +#| msgid "Click and drag to draw a flower stalk. Let go to finish the flower." +msgid "" +"Click and drag to draw a crescent shape. Use the size option to change the " +"shape." +msgstr "" +"ನಿಮ್ಮ ಚಿತ್ರದಲ್ಲಿ ಒಂದು ಹೂವಿನ ದಂಟನ್ನು ಚಿತ್ರಿಸಲು ಕ್ಲಿಕ್ ಮಾಡಿ ಹಾಗು ಎಳೆಯಿರಿ. ಹೂವು " +"ಪೂರ್ಣಗೊಳ್ಳಲು ಬಿಡಿ." + #: ../../magic/src/distortion.c:142 msgid "Distortion" msgstr "ವಿರೂಪ" diff --git a/src/po/ko.po b/src/po/ko.po index 1b280b8c5..22d8265b2 100644 --- a/src/po/ko.po +++ b/src/po/ko.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: tuxpaint\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-09-27 22:41-0700\n" +"POT-Creation-Date: 2024-09-28 17:48-0700\n" "PO-Revision-Date: 2022-09-10 06:06-0400\n" "Last-Translator: Mark K. Kim \n" "Language-Team: N/A\n" @@ -382,8 +382,8 @@ msgstr "" #: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53 msgid "" -"New Magic tools: \"Comic dots\", \"Rotate\", various \"ASCII\" art, and " -"various \"Fractals\"." +"New Magic tools: \"Comic dots\", \"Rotate\", various \"ASCII\" art, various " +"\"Fractals\", and \"Crescent\"." msgstr "" #: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54 @@ -1609,12 +1609,12 @@ msgstr "" msgid "Color Computer" msgstr "" -#: ../../magic/src/ascii.c:323 +#: ../../magic/src/ascii.c:322 #, c-format msgid "ASCII %s" msgstr "" -#: ../../magic/src/ascii.c:342 +#: ../../magic/src/ascii.c:341 #, fuzzy, c-format #| msgid "" #| "Click and drag to stretch part of your picture vertically or horizontally." @@ -1622,7 +1622,7 @@ msgid "" "Click and drag to transform parts of your drawing to ASCII art (%s style)." msgstr "마우스를 누르고 끌면 그림의 부분을 늘릴수가 있습니다." -#: ../../magic/src/ascii.c:344 +#: ../../magic/src/ascii.c:343 #, fuzzy, c-format #| msgid "Click to turn the entire picture into a cartoon." msgid "Click to transform your entire drawing to ASCII art (%s style)." @@ -1829,6 +1829,20 @@ msgstr "종이조각" msgid "Click to throw confetti!" msgstr "종이조각들을 뿌려보세요!" +#: ../../magic/src/crescent.c:107 +msgid "Crescent" +msgstr "" + +#: ../../magic/src/crescent.c:122 +#, fuzzy +#| msgid "Click and drag to draw a flower stalk. Let go to finish the flower." +msgid "" +"Click and drag to draw a crescent shape. Use the size option to change the " +"shape." +msgstr "" +"마우스를 누르고 끌면 꽃의 줄기를 그릴 수 있어요. 마우스늘 놓으면 꽃의 얼굴이 " +"생겨요." + #: ../../magic/src/distortion.c:142 msgid "Distortion" msgstr "찌그리기" diff --git a/src/po/kok.po b/src/po/kok.po index df5064059..abf91dc6c 100644 --- a/src/po/kok.po +++ b/src/po/kok.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: en_gb\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-09-27 22:41-0700\n" +"POT-Creation-Date: 2024-09-28 17:48-0700\n" "PO-Revision-Date: 2014-05-19 23:18+0200\n" "Last-Translator: \n" "Language-Team: \n" @@ -396,8 +396,8 @@ msgstr "" #: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53 msgid "" -"New Magic tools: \"Comic dots\", \"Rotate\", various \"ASCII\" art, and " -"various \"Fractals\"." +"New Magic tools: \"Comic dots\", \"Rotate\", various \"ASCII\" art, various " +"\"Fractals\", and \"Crescent\"." msgstr "" #: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54 @@ -1657,12 +1657,12 @@ msgstr "" msgid "Color Computer" msgstr "" -#: ../../magic/src/ascii.c:323 +#: ../../magic/src/ascii.c:322 #, c-format msgid "ASCII %s" msgstr "" -#: ../../magic/src/ascii.c:342 +#: ../../magic/src/ascii.c:341 #, fuzzy, c-format #| msgid "" #| "Click and drag to make parts of your picture look like they are on " @@ -1671,7 +1671,7 @@ msgid "" "Click and drag to transform parts of your drawing to ASCII art (%s style)." msgstr "तुमच्या पिंतुराचे भाग टॅलिव्हिजनाचेर आसात अशें दिसूंक, क्लिक करून ओडचें." -#: ../../magic/src/ascii.c:344 +#: ../../magic/src/ascii.c:343 #, fuzzy, c-format #| msgid "" #| "Click and move the mouse around to turn the picture into a chalk drawing." @@ -1909,6 +1909,18 @@ msgstr "कॉन्फिटी" msgid "Click to throw confetti!" msgstr "कॉन्फिटी उडोवंक क्लिक करचें." +#: ../../magic/src/crescent.c:107 +msgid "Crescent" +msgstr "" + +#: ../../magic/src/crescent.c:122 +#, fuzzy +#| msgid "Click and drag to draw a flower stalk. Let go to finish the flower." +msgid "" +"Click and drag to draw a crescent shape. Use the size option to change the " +"shape." +msgstr "फुलाचो देंठ पिंतरांवक, क्लिक करून ओडचो. चल, फूल पिंतारून सोंपोवुंया." + #: ../../magic/src/distortion.c:142 msgid "Distortion" msgstr "विकृती" diff --git a/src/po/kok@roman.po b/src/po/kok@roman.po index 30e110408..dd886d1c7 100644 --- a/src/po/kok@roman.po +++ b/src/po/kok@roman.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-09-27 22:41-0700\n" +"POT-Creation-Date: 2024-09-28 17:48-0700\n" "PO-Revision-Date: 2012-05-11 18:00+0530\n" "Last-Translator: \n" "Language-Team: LANGUAGE \n" @@ -394,8 +394,8 @@ msgstr "" #: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53 msgid "" -"New Magic tools: \"Comic dots\", \"Rotate\", various \"ASCII\" art, and " -"various \"Fractals\"." +"New Magic tools: \"Comic dots\", \"Rotate\", various \"ASCII\" art, various " +"\"Fractals\", and \"Crescent\"." msgstr "" #: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54 @@ -1659,12 +1659,12 @@ msgstr "" msgid "Color Computer" msgstr "" -#: ../../magic/src/ascii.c:323 +#: ../../magic/src/ascii.c:322 #, c-format msgid "ASCII %s" msgstr "" -#: ../../magic/src/ascii.c:342 +#: ../../magic/src/ascii.c:341 #, fuzzy, c-format #| msgid "" #| "Click and drag to make parts of your picture look like they are on " @@ -1674,7 +1674,7 @@ msgid "" msgstr "" " tujea pinturacher bhag durdorxonacher aschea bhaxen disonk, klikkorun vodd " -#: ../../magic/src/ascii.c:344 +#: ../../magic/src/ascii.c:343 #, fuzzy, c-format #| msgid "" #| "Click and move the mouse around to turn the picture into a chalk drawing." @@ -1918,6 +1918,18 @@ msgstr " konfitt'tti " msgid "Click to throw confetti!" msgstr " konfitt'tti uddonvk klik kor " +#: ../../magic/src/crescent.c:107 +msgid "Crescent" +msgstr "" + +#: ../../magic/src/crescent.c:122 +#, fuzzy +#| msgid "Click and drag to draw a flower stalk. Let go to finish the flower." +msgid "" +"Click and drag to draw a crescent shape. Use the size option to change the " +"shape." +msgstr " fulacho dentt pintranvk, klik korun vodd. Ful zanvk toshench sodd " + #: ../../magic/src/distortion.c:142 msgid "Distortion" msgstr " Vikruti " diff --git a/src/po/ks.po b/src/po/ks.po index c671cb906..06aec90ef 100644 --- a/src/po/ks.po +++ b/src/po/ks.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-09-27 22:41-0700\n" +"POT-Creation-Date: 2024-09-28 17:48-0700\n" "PO-Revision-Date: 2012-01-02 11:36+0530\n" "Last-Translator: \n" "Language-Team: Kashmiri-PA\n" @@ -393,8 +393,8 @@ msgstr "" #: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53 msgid "" -"New Magic tools: \"Comic dots\", \"Rotate\", various \"ASCII\" art, and " -"various \"Fractals\"." +"New Magic tools: \"Comic dots\", \"Rotate\", various \"ASCII\" art, various " +"\"Fractals\", and \"Crescent\"." msgstr "" #: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54 @@ -1657,12 +1657,12 @@ msgstr "" msgid "Color Computer" msgstr "" -#: ../../magic/src/ascii.c:323 +#: ../../magic/src/ascii.c:322 #, c-format msgid "ASCII %s" msgstr "" -#: ../../magic/src/ascii.c:342 +#: ../../magic/src/ascii.c:341 #, fuzzy, c-format #| msgid "" #| "Click and drag to make parts of your picture look like they are on " @@ -1673,7 +1673,7 @@ msgstr "" "کلِک تہٕ ڈریگ کٔریو پَنٕنہِ تصویر ہِنٛد۪ی حصہٕ تِتھ۪ی بناونہٕ خٲطرٕ زَن تہِ چھہٕ تِم ٹیلی وجنَس " "پد۪ٹھ۔" -#: ../../magic/src/ascii.c:344 +#: ../../magic/src/ascii.c:343 #, fuzzy, c-format #| msgid "" #| "Click and move the mouse around to turn the picture into a chalk drawing." @@ -1914,6 +1914,18 @@ msgstr "کَن فِٹی" msgid "Click to throw confetti!" msgstr "کَن فِٹی چھکنہٕ خٲطرٕ کٔریو کلِک" +#: ../../magic/src/crescent.c:107 +msgid "Crescent" +msgstr "" + +#: ../../magic/src/crescent.c:122 +#, fuzzy +#| msgid "Click and drag to draw a flower stalk. Let go to finish the flower." +msgid "" +"Click and drag to draw a crescent shape. Use the size option to change the " +"shape." +msgstr "کلِک تہٕ ڈریگ کٔریو اَکھ پوش سٹاک بناونہٕ خٲطرٕ۔ یَلہٕ ترٚٲیو مکلاونہٕ خٲطرٕ۔" + #: ../../magic/src/distortion.c:142 msgid "Distortion" msgstr "ڈِسٹارشن" diff --git a/src/po/ks@devanagari.po b/src/po/ks@devanagari.po index 588d9978a..7e783d600 100644 --- a/src/po/ks@devanagari.po +++ b/src/po/ks@devanagari.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-09-27 22:41-0700\n" +"POT-Creation-Date: 2024-09-28 17:48-0700\n" "PO-Revision-Date: 2012-12-21 11:04+0530\n" "Last-Translator: \n" "Language-Team: Kashmiri-DV\n" @@ -394,8 +394,8 @@ msgstr "" #: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53 msgid "" -"New Magic tools: \"Comic dots\", \"Rotate\", various \"ASCII\" art, and " -"various \"Fractals\"." +"New Magic tools: \"Comic dots\", \"Rotate\", various \"ASCII\" art, various " +"\"Fractals\", and \"Crescent\"." msgstr "" #: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54 @@ -1659,12 +1659,12 @@ msgstr "" msgid "Color Computer" msgstr "" -#: ../../magic/src/ascii.c:323 +#: ../../magic/src/ascii.c:322 #, c-format msgid "ASCII %s" msgstr "" -#: ../../magic/src/ascii.c:342 +#: ../../magic/src/ascii.c:341 #, fuzzy, c-format #| msgid "" #| "Click and drag to make parts of your picture look like they are on " @@ -1675,7 +1675,7 @@ msgstr "" "कोलोक कॊरीव तॊ डरिग कॊरीव पननॊ तसविर हॊंद होसो तॊथ बासनावनॊ बापत ज़न तॊ तॊम " "टोलो वीजनस पयॊठ आसन." -#: ../../magic/src/ascii.c:344 +#: ../../magic/src/ascii.c:343 #, fuzzy, c-format #| msgid "" #| "Click and move the mouse around to turn the picture into a chalk drawing." @@ -1918,6 +1918,18 @@ msgstr "कनफिटो" msgid "Click to throw confetti!" msgstr "कनफिटो थरू करनॊ बापत कॊरीव कोलोक!" +#: ../../magic/src/crescent.c:107 +msgid "Crescent" +msgstr "" + +#: ../../magic/src/crescent.c:122 +#, fuzzy +#| msgid "Click and drag to draw a flower stalk. Let go to finish the flower." +msgid "" +"Click and drag to draw a crescent shape. Use the size option to change the " +"shape." +msgstr "कोलोक तॊ डरिग अख पूशो लुट डरा करनॊ बापत. वॊलीव पूश बनावुन करव खतम." + #: ../../magic/src/distortion.c:142 msgid "Distortion" msgstr "खरॊबी" diff --git a/src/po/ku.po b/src/po/ku.po index bb6b68a0f..486093b4d 100644 --- a/src/po/ku.po +++ b/src/po/ku.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: ku\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-09-27 22:41-0700\n" +"POT-Creation-Date: 2024-09-28 17:48-0700\n" "PO-Revision-Date: 2009-05-25 12:52+0300\n" "Last-Translator: \n" "Language-Team: en_US \n" @@ -393,8 +393,8 @@ msgstr "" #: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53 msgid "" -"New Magic tools: \"Comic dots\", \"Rotate\", various \"ASCII\" art, and " -"various \"Fractals\"." +"New Magic tools: \"Comic dots\", \"Rotate\", various \"ASCII\" art, various " +"\"Fractals\", and \"Crescent\"." msgstr "" #: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54 @@ -1656,18 +1656,18 @@ msgstr "" msgid "Color Computer" msgstr "" -#: ../../magic/src/ascii.c:323 +#: ../../magic/src/ascii.c:322 #, c-format msgid "ASCII %s" msgstr "" -#: ../../magic/src/ascii.c:342 +#: ../../magic/src/ascii.c:341 #, fuzzy, c-format msgid "" "Click and drag to transform parts of your drawing to ASCII art (%s style)." msgstr "Ji bo guherandina rengê wêneyê bitikîne mişkî li dorê bigerîne." -#: ../../magic/src/ascii.c:344 +#: ../../magic/src/ascii.c:343 #, fuzzy, c-format #| msgid "" #| "Click and move the mouse around to turn the picture into a chalk drawing." @@ -1902,6 +1902,18 @@ msgstr "Konfetî" msgid "Click to throw confetti!" msgstr "Ji bo dakirina konfetiyê bitikîne" +#: ../../magic/src/crescent.c:107 +msgid "Crescent" +msgstr "" + +#: ../../magic/src/crescent.c:122 +#, fuzzy +#| msgid "Click and drag to draw a flower stalk. Let go to finish the flower." +msgid "" +"Click and drag to draw a crescent shape. Use the size option to change the " +"shape." +msgstr "Ji bo xêzkirina kulîlkê pê bigire û bikişîne. De bila kulîk biqede." + #: ../../magic/src/distortion.c:142 msgid "Distortion" msgstr "Bêşêwe bike" @@ -3288,12 +3300,6 @@ msgstr "Ji bo çêkirina îmaja neynikê bitikîne." #~ msgid "QY" #~ msgstr "QY" -#, fuzzy -#~| msgid "Click and drag to draw a flower stalk. Let go to finish the flower." -#~ msgid "" -#~ "Click and drag to draw a tornado stalk. Let go to finish the tornado." -#~ msgstr "Ji bo xêzkirina kulîlkê pê bigire û bikişîne. De bila kulîk biqede." - #, fuzzy #~ msgid "" #~ "Click and move the mouse to give parts of your picture an \"alien\" " diff --git a/src/po/lb.po b/src/po/lb.po index af52b7eab..2e678d355 100644 --- a/src/po/lb.po +++ b/src/po/lb.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: lb\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-09-27 22:41-0700\n" +"POT-Creation-Date: 2024-09-28 17:48-0700\n" "PO-Revision-Date: 2010-02-16 21:10+0100\n" "Last-Translator: René Brandenburger \n" "Language-Team: LANGUAGE \n" @@ -393,8 +393,8 @@ msgstr "" #: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53 msgid "" -"New Magic tools: \"Comic dots\", \"Rotate\", various \"ASCII\" art, and " -"various \"Fractals\"." +"New Magic tools: \"Comic dots\", \"Rotate\", various \"ASCII\" art, various " +"\"Fractals\", and \"Crescent\"." msgstr "" #: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54 @@ -1633,12 +1633,12 @@ msgstr "" msgid "Color Computer" msgstr "" -#: ../../magic/src/ascii.c:323 +#: ../../magic/src/ascii.c:322 #, c-format msgid "ASCII %s" msgstr "" -#: ../../magic/src/ascii.c:342 +#: ../../magic/src/ascii.c:341 #, fuzzy, c-format #| msgid "" #| "Click and drag to make parts of your picture look like they are on " @@ -1648,7 +1648,7 @@ msgid "" msgstr "" "Klick a beweeg d'Maus fir Deeler vun déngem Bild wei op der Telé ze maachen." -#: ../../magic/src/ascii.c:344 +#: ../../magic/src/ascii.c:343 #, fuzzy, c-format #| msgid "" #| "Click and move the mouse around to turn the picture into a chalk drawing." @@ -1886,6 +1886,20 @@ msgstr "Konfetti" msgid "Click to throw confetti!" msgstr "Klick fir Konfetti ze geheien!" +#: ../../magic/src/crescent.c:107 +msgid "Crescent" +msgstr "" + +#: ../../magic/src/crescent.c:122 +#, fuzzy +#| msgid "Click and drag to draw a flower stalk. Let go to finish the flower." +msgid "" +"Click and drag to draw a crescent shape. Use the size option to change the " +"shape." +msgstr "" +"Klick a beweeg d'Maus fir e Blummestill ze molen. Looss lass fir d'Blumm " +"fäerdeg ze molen." + #: ../../magic/src/distortion.c:142 msgid "Distortion" msgstr "Verzerren" diff --git a/src/po/lg.po b/src/po/lg.po index 3433e0dab..62ce48d07 100644 --- a/src/po/lg.po +++ b/src/po/lg.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-09-27 22:41-0700\n" +"POT-Creation-Date: 2024-09-28 17:48-0700\n" "PO-Revision-Date: 2010-09-21 09:37+0200\n" "Last-Translator: OLWENY San James \n" "Language-Team: LANGUAGE \n" @@ -393,8 +393,8 @@ msgstr "" #: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53 msgid "" -"New Magic tools: \"Comic dots\", \"Rotate\", various \"ASCII\" art, and " -"various \"Fractals\"." +"New Magic tools: \"Comic dots\", \"Rotate\", various \"ASCII\" art, various " +"\"Fractals\", and \"Crescent\"." msgstr "" #: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54 @@ -1664,12 +1664,12 @@ msgstr "" msgid "Color Computer" msgstr "" -#: ../../magic/src/ascii.c:323 +#: ../../magic/src/ascii.c:322 #, c-format msgid "ASCII %s" msgstr "" -#: ../../magic/src/ascii.c:342 +#: ../../magic/src/ascii.c:341 #, fuzzy, c-format #| msgid "" #| "Click and drag to make parts of your picture look like they are on " @@ -1678,7 +1678,7 @@ msgid "" "Click and drag to transform parts of your drawing to ASCII art (%s style)." msgstr "Nyiga era walula okufuula ebitundu by'ekifaananyi kyo ng'ebiri ku TV" -#: ../../magic/src/ascii.c:344 +#: ../../magic/src/ascii.c:343 #, fuzzy, c-format #| msgid "" #| "Click and move the mouse around to turn the picture into a chalk drawing." @@ -1915,6 +1915,18 @@ msgstr "Konfetti" msgid "Click to throw confetti!" msgstr "Koona okuteekawo konfetti!" +#: ../../magic/src/crescent.c:107 +msgid "Crescent" +msgstr "" + +#: ../../magic/src/crescent.c:122 +#, fuzzy +#| msgid "Click and drag to draw a flower stalk. Let go to finish the flower." +msgid "" +"Click and drag to draw a crescent shape. Use the size option to change the " +"shape." +msgstr "Nyiga era walula okukuba akakonda k'ekimui. Tta okumaliriza ekimuli" + #: ../../magic/src/distortion.c:142 msgid "Distortion" msgstr "Okutaggulula" diff --git a/src/po/lt.po b/src/po/lt.po index 2d562eb9d..36c04146f 100644 --- a/src/po/lt.po +++ b/src/po/lt.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Tuxpaint 0.9.9\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-09-27 22:41-0700\n" +"POT-Creation-Date: 2024-09-28 17:48-0700\n" "PO-Revision-Date: 2004-12-10 18:11+0200\n" "Last-Translator: Gintaras Goštautas \n" "Language-Team: Lithuanian \n" @@ -396,8 +396,8 @@ msgstr "" #: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53 msgid "" -"New Magic tools: \"Comic dots\", \"Rotate\", various \"ASCII\" art, and " -"various \"Fractals\"." +"New Magic tools: \"Comic dots\", \"Rotate\", various \"ASCII\" art, various " +"\"Fractals\", and \"Crescent\"." msgstr "" #: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54 @@ -1663,18 +1663,18 @@ msgstr "" msgid "Color Computer" msgstr "" -#: ../../magic/src/ascii.c:323 +#: ../../magic/src/ascii.c:322 #, c-format msgid "ASCII %s" msgstr "" -#: ../../magic/src/ascii.c:342 +#: ../../magic/src/ascii.c:341 #, fuzzy, c-format msgid "" "Click and drag to transform parts of your drawing to ASCII art (%s style)." msgstr "Spustelėkite ir judindami pelę pakeisite piešinio spalvas." -#: ../../magic/src/ascii.c:344 +#: ../../magic/src/ascii.c:343 #, fuzzy, c-format #| msgid "" #| "Click and move the mouse around to turn the picture into a chalk drawing." @@ -1900,6 +1900,19 @@ msgstr "" msgid "Click to throw confetti!" msgstr "" +#: ../../magic/src/crescent.c:107 +msgid "Crescent" +msgstr "" + +#: ../../magic/src/crescent.c:122 +#, fuzzy +#| msgid "Click and drag to draw a flower stalk. Let go to finish the flower." +msgid "" +"Click and drag to draw a crescent shape. Use the size option to change the " +"shape." +msgstr "" +"Spustelkite ir tempkite piešdami gelės stiebą. Paleiskite kad pabaigti gėlę" + #: ../../magic/src/distortion.c:142 msgid "Distortion" msgstr "Išsklaidymas" @@ -3278,14 +3291,6 @@ msgstr "Spustelėkite ir gausite veidrodinį atspindį." #~ msgid "QY" #~ msgstr "QY" -#, fuzzy -#~| msgid "Click and drag to draw a flower stalk. Let go to finish the flower." -#~ msgid "" -#~ "Click and drag to draw a tornado stalk. Let go to finish the tornado." -#~ msgstr "" -#~ "Spustelkite ir tempkite piešdami gelės stiebą. Paleiskite kad pabaigti " -#~ "gėlę" - #, fuzzy #~ msgid "" #~ "Click and move the mouse to give parts of your picture an \"alien\" " diff --git a/src/po/lv.po b/src/po/lv.po index 985e17332..c5f6deb2c 100644 --- a/src/po/lv.po +++ b/src/po/lv.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: tuxpaint\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-09-27 22:41-0700\n" +"POT-Creation-Date: 2024-09-28 17:48-0700\n" "PO-Revision-Date: 2014-06-11 23:13-0000\n" "Last-Translator: Raivis Strogonovs \n" "Language-Team: Valoda \n" @@ -395,8 +395,8 @@ msgstr "" #: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53 msgid "" -"New Magic tools: \"Comic dots\", \"Rotate\", various \"ASCII\" art, and " -"various \"Fractals\"." +"New Magic tools: \"Comic dots\", \"Rotate\", various \"ASCII\" art, various " +"\"Fractals\", and \"Crescent\"." msgstr "" #: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54 @@ -1659,12 +1659,12 @@ msgstr "" msgid "Color Computer" msgstr "" -#: ../../magic/src/ascii.c:323 +#: ../../magic/src/ascii.c:322 #, c-format msgid "ASCII %s" msgstr "" -#: ../../magic/src/ascii.c:342 +#: ../../magic/src/ascii.c:341 #, fuzzy, c-format #| msgid "" #| "Click and drag to make parts of your picture look like they are on " @@ -1675,7 +1675,7 @@ msgstr "" "Noklikšķini un velc peli, lai daļa tavas bildes, iszskatītos it kā būtu " "televizorā." -#: ../../magic/src/ascii.c:344 +#: ../../magic/src/ascii.c:343 #, fuzzy, c-format #| msgid "" #| "Click and move the mouse around to turn the picture into a chalk drawing." @@ -1924,6 +1924,18 @@ msgstr "Konfeti" msgid "Click to throw confetti!" msgstr "Klikšķini lai mestu konfeti!" +#: ../../magic/src/crescent.c:107 +msgid "Crescent" +msgstr "" + +#: ../../magic/src/crescent.c:122 +#, fuzzy +msgid "" +"Click and drag to draw a crescent shape. Use the size option to change the " +"shape." +msgstr "" +"Nospied, pieturi peles pogu un velc peli lai bildi padarītu miglaināku." + #: ../../magic/src/distortion.c:142 msgid "Distortion" msgstr "Izkropļošana" @@ -3404,12 +3416,6 @@ msgstr "Noklikšķini, lai pārveidotu ar XOR efektu visu zīmējumu." #~ msgid "QY" #~ msgstr "QY" -#, fuzzy -#~ msgid "" -#~ "Click and drag to draw a tornado stalk. Let go to finish the tornado." -#~ msgstr "" -#~ "Nospied, pieturi peles pogu un velc peli lai bildi padarītu miglaināku." - #, fuzzy #~ msgid "" #~ "Click and move the mouse to give parts of your picture an \"alien\" " diff --git a/src/po/mai.po b/src/po/mai.po index 136015cde..1c36c0644 100644 --- a/src/po/mai.po +++ b/src/po/mai.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: tuxpaint\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-09-27 22:41-0700\n" +"POT-Creation-Date: 2024-09-28 17:48-0700\n" "PO-Revision-Date: 2013-02-18 09:21+0530\n" "Last-Translator: sk \n" "Language-Team: American English \n" @@ -396,8 +396,8 @@ msgstr "" #: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53 msgid "" -"New Magic tools: \"Comic dots\", \"Rotate\", various \"ASCII\" art, and " -"various \"Fractals\"." +"New Magic tools: \"Comic dots\", \"Rotate\", various \"ASCII\" art, various " +"\"Fractals\", and \"Crescent\"." msgstr "" #: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54 @@ -1651,12 +1651,12 @@ msgstr "" msgid "Color Computer" msgstr "" -#: ../../magic/src/ascii.c:323 +#: ../../magic/src/ascii.c:322 #, c-format msgid "ASCII %s" msgstr "" -#: ../../magic/src/ascii.c:342 +#: ../../magic/src/ascii.c:341 #, fuzzy, c-format #| msgid "" #| "Click and drag to make parts of your picture look like they are on " @@ -1667,7 +1667,7 @@ msgstr "" " तस्वीरक किछु हीस केँ एहिन बदलबा क' लेल जहिना ओ टीवी पर अछि, ई तरह देखाबै क' लेल " "क्लिक करू आओर माउस केँ स्थानांतरित करू." -#: ../../magic/src/ascii.c:344 +#: ../../magic/src/ascii.c:343 #, fuzzy, c-format #| msgid "" #| "Click and move the mouse around to turn the picture into a chalk drawing." @@ -1904,6 +1904,18 @@ msgstr "कॉन्फेटी" msgid "Click to throw confetti!" msgstr "कॉन्फेटी फेंकबाक लेल क्लिक करू!" +#: ../../magic/src/crescent.c:107 +msgid "Crescent" +msgstr "" + +#: ../../magic/src/crescent.c:122 +#, fuzzy +#| msgid "Click and drag to draw a flower stalk. Let go to finish the flower." +msgid "" +"Click and drag to draw a crescent shape. Use the size option to change the " +"shape." +msgstr "फूल डंठल बनाबै क' लेल क्लिक कएक खीचू. फूल समाप्त करबा क' लेल आगाँ बढ़ू." + #: ../../magic/src/distortion.c:142 msgid "Distortion" msgstr "विकृति" diff --git a/src/po/mk.po b/src/po/mk.po index fe91a8b51..e49604c00 100644 --- a/src/po/mk.po +++ b/src/po/mk.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: tuxpaint\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-09-27 22:41-0700\n" +"POT-Creation-Date: 2024-09-28 17:48-0700\n" "PO-Revision-Date: 2006-06-17 23:07+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Macedonian \n" @@ -394,8 +394,8 @@ msgstr "" #: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53 msgid "" -"New Magic tools: \"Comic dots\", \"Rotate\", various \"ASCII\" art, and " -"various \"Fractals\"." +"New Magic tools: \"Comic dots\", \"Rotate\", various \"ASCII\" art, various " +"\"Fractals\", and \"Crescent\"." msgstr "" #: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54 @@ -1650,12 +1650,12 @@ msgstr "" msgid "Color Computer" msgstr "" -#: ../../magic/src/ascii.c:323 +#: ../../magic/src/ascii.c:322 #, c-format msgid "ASCII %s" msgstr "" -#: ../../magic/src/ascii.c:342 +#: ../../magic/src/ascii.c:341 #, fuzzy, c-format msgid "" "Click and drag to transform parts of your drawing to ASCII art (%s style)." @@ -1663,7 +1663,7 @@ msgstr "" "Кликнете на глувчето и влечете го наоколу за да ја промените бојата на " "сликата." -#: ../../magic/src/ascii.c:344 +#: ../../magic/src/ascii.c:343 #, fuzzy, c-format #| msgid "" #| "Click and move the mouse around to turn the picture into a chalk drawing." @@ -1898,6 +1898,17 @@ msgstr "" msgid "Click to throw confetti!" msgstr "" +#: ../../magic/src/crescent.c:107 +msgid "Crescent" +msgstr "" + +#: ../../magic/src/crescent.c:122 +#, fuzzy +msgid "" +"Click and drag to draw a crescent shape. Use the size option to change the " +"shape." +msgstr "Кликнете и движете го глувчето наоколу за да ја замаглите сликата." + #: ../../magic/src/distortion.c:142 msgid "Distortion" msgstr "" @@ -3290,11 +3301,6 @@ msgstr "Кликнете за да направите огледална сли #~ msgid "Click to add a mosaic hexagonal effect to your entire picture." #~ msgstr "Кликнете за да направите огледална слика." -#, fuzzy -#~ msgid "" -#~ "Click and drag to draw a tornado stalk. Let go to finish the tornado." -#~ msgstr "Кликнете и движете го глувчето наоколу за да ја замаглите сликата." - #, fuzzy #~ msgid "" #~ "Click and move the mouse to give parts of your picture an \"alien\" " diff --git a/src/po/ml.po b/src/po/ml.po index 7598c4240..7259bacef 100644 --- a/src/po/ml.po +++ b/src/po/ml.po @@ -18,7 +18,7 @@ msgid "" msgstr "" "Project-Id-Version: tuxpaint\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-09-27 22:41-0700\n" +"POT-Creation-Date: 2024-09-28 17:48-0700\n" "PO-Revision-Date: 2014-08-03 16:29+0530\n" "Last-Translator: Akhil Krishnan S \n" "Language-Team: Malayalam\n" @@ -404,8 +404,8 @@ msgstr "" #: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53 msgid "" -"New Magic tools: \"Comic dots\", \"Rotate\", various \"ASCII\" art, and " -"various \"Fractals\"." +"New Magic tools: \"Comic dots\", \"Rotate\", various \"ASCII\" art, various " +"\"Fractals\", and \"Crescent\"." msgstr "" #: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54 @@ -1661,12 +1661,12 @@ msgstr "" msgid "Color Computer" msgstr "" -#: ../../magic/src/ascii.c:323 +#: ../../magic/src/ascii.c:322 #, c-format msgid "ASCII %s" msgstr "" -#: ../../magic/src/ascii.c:342 +#: ../../magic/src/ascii.c:341 #, fuzzy, c-format #| msgid "" #| "Click and drag to make parts of your picture look like they are on " @@ -1675,7 +1675,7 @@ msgid "" "Click and drag to transform parts of your drawing to ASCII art (%s style)." msgstr "ടെലിവിഷനില്‍ കാണുന്നതുപോലെ നിങ്ങളുടെ ചിത്രത്തെ മാറ്റാന്‍ മൗസിലമര്‍ത്തി വലിക്കുക." -#: ../../magic/src/ascii.c:344 +#: ../../magic/src/ascii.c:343 #, fuzzy, c-format #| msgid "" #| "Click and move the mouse around to turn the picture into a chalk drawing." @@ -1913,6 +1913,18 @@ msgstr "കോണ്‍ഫെറ്റി" msgid "Click to throw confetti!" msgstr "കോണ്‍ഫെറ്റി വിതറുന്നതിനായി അമര്‍ത്തുക." +#: ../../magic/src/crescent.c:107 +msgid "Crescent" +msgstr "" + +#: ../../magic/src/crescent.c:122 +#, fuzzy +#| msgid "Click and drag to draw a flower stalk. Let go to finish the flower." +msgid "" +"Click and drag to draw a crescent shape. Use the size option to change the " +"shape." +msgstr "പൂവും തണ്ടും വരയ്ക്കുന്നതിനായി മൗസ് വലിച്ചമര്‍ത്തുക." + #: ../../magic/src/distortion.c:142 msgid "Distortion" msgstr "വികൃതമാക്കുക" diff --git a/src/po/mn.po b/src/po/mn.po index d56c98a48..8862ca8e3 100644 --- a/src/po/mn.po +++ b/src/po/mn.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-09-27 22:41-0700\n" +"POT-Creation-Date: 2024-09-28 17:48-0700\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -371,8 +371,8 @@ msgstr "" #: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53 msgid "" -"New Magic tools: \"Comic dots\", \"Rotate\", various \"ASCII\" art, and " -"various \"Fractals\"." +"New Magic tools: \"Comic dots\", \"Rotate\", various \"ASCII\" art, various " +"\"Fractals\", and \"Crescent\"." msgstr "" #: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54 @@ -1559,18 +1559,18 @@ msgstr "" msgid "Color Computer" msgstr "" -#: ../../magic/src/ascii.c:323 +#: ../../magic/src/ascii.c:322 #, c-format msgid "ASCII %s" msgstr "" -#: ../../magic/src/ascii.c:342 +#: ../../magic/src/ascii.c:341 #, c-format msgid "" "Click and drag to transform parts of your drawing to ASCII art (%s style)." msgstr "" -#: ../../magic/src/ascii.c:344 +#: ../../magic/src/ascii.c:343 #, c-format msgid "Click to transform your entire drawing to ASCII art (%s style)." msgstr "" @@ -1755,6 +1755,16 @@ msgstr "" msgid "Click to throw confetti!" msgstr "" +#: ../../magic/src/crescent.c:107 +msgid "Crescent" +msgstr "" + +#: ../../magic/src/crescent.c:122 +msgid "" +"Click and drag to draw a crescent shape. Use the size option to change the " +"shape." +msgstr "" + #: ../../magic/src/distortion.c:142 msgid "Distortion" msgstr "" diff --git a/src/po/mni.po b/src/po/mni.po index 78c34a13d..1534e081d 100644 --- a/src/po/mni.po +++ b/src/po/mni.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-09-27 22:41-0700\n" +"POT-Creation-Date: 2024-09-28 17:48-0700\n" "PO-Revision-Date: 2011-10-07 15:05+0530\n" "Last-Translator: Hidam Dolen \n" "Language-Team: LANGUAGE \n" @@ -393,8 +393,8 @@ msgstr "" #: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53 msgid "" -"New Magic tools: \"Comic dots\", \"Rotate\", various \"ASCII\" art, and " -"various \"Fractals\"." +"New Magic tools: \"Comic dots\", \"Rotate\", various \"ASCII\" art, various " +"\"Fractals\", and \"Crescent\"." msgstr "" #: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54 @@ -1655,12 +1655,12 @@ msgstr "" msgid "Color Computer" msgstr "" -#: ../../magic/src/ascii.c:323 +#: ../../magic/src/ascii.c:322 #, c-format msgid "ASCII %s" msgstr "" -#: ../../magic/src/ascii.c:342 +#: ../../magic/src/ascii.c:341 #, fuzzy, c-format #| msgid "" #| "Click and drag to make parts of your picture look like they are on " @@ -1669,7 +1669,7 @@ msgid "" "Click and drag to transform parts of your drawing to ASCII art (%s style)." msgstr "অদোমগী লাইগী শরুকশিং তেলিভিজনদা উবা মান্না শেম্নবা ক্লিক তৌরো অমসুং চিংঙো." -#: ../../magic/src/ascii.c:344 +#: ../../magic/src/ascii.c:343 #, fuzzy, c-format #| msgid "" #| "Click and move the mouse around to turn the picture into a chalk drawing." @@ -1906,6 +1906,18 @@ msgstr "কনফেতি" msgid "Click to throw confetti!" msgstr "কনফেতি চাইথনবা ক্লিক তৌরো!" +#: ../../magic/src/crescent.c:107 +msgid "Crescent" +msgstr "" + +#: ../../magic/src/crescent.c:122 +#, fuzzy +#| msgid "Click and drag to draw a flower stalk. Let go to finish the flower." +msgid "" +"Click and drag to draw a crescent shape. Use the size option to change the " +"shape." +msgstr "লৈখোক অমা য়েক্নবা ক্লিক তৌরো অদুগা চিংঙো. লৈ অদু য়েকপা লোইশিলহল্লো." + #: ../../magic/src/distortion.c:142 msgid "Distortion" msgstr "ফিবম কায়বা" diff --git a/src/po/mni@meiteimayek.po b/src/po/mni@meiteimayek.po index 3273c1194..dc172b6d1 100644 --- a/src/po/mni@meiteimayek.po +++ b/src/po/mni@meiteimayek.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-09-27 22:41-0700\n" +"POT-Creation-Date: 2024-09-28 17:48-0700\n" "PO-Revision-Date: 2011-10-07 15:05+0530\n" "Last-Translator: Hidam Dolen \n" "Language-Team: LANGUAGE \n" @@ -393,8 +393,8 @@ msgstr "" #: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53 msgid "" -"New Magic tools: \"Comic dots\", \"Rotate\", various \"ASCII\" art, and " -"various \"Fractals\"." +"New Magic tools: \"Comic dots\", \"Rotate\", various \"ASCII\" art, various " +"\"Fractals\", and \"Crescent\"." msgstr "" #: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54 @@ -1652,12 +1652,12 @@ msgstr "" msgid "Color Computer" msgstr "" -#: ../../magic/src/ascii.c:323 +#: ../../magic/src/ascii.c:322 #, c-format msgid "ASCII %s" msgstr "" -#: ../../magic/src/ascii.c:342 +#: ../../magic/src/ascii.c:341 #, fuzzy, c-format #| msgid "" #| "Click and drag to make parts of your picture look like they are on " @@ -1666,7 +1666,7 @@ msgid "" "Click and drag to transform parts of your drawing to ASCII art (%s style)." msgstr "ꯑꯗꯣꯝꯒꯤ ꯂꯥꯏꯒꯤ ꯁꯔꯨꯛꯁꯤꯡ ꯇꯦꯂꯤꯚꯤꯖꯟꯗ ꯎꯕ ꯃꯥꯟꯅ ꯁꯦꯝꯅꯕ ꯀ꯭ꯂꯤꯛ ꯇꯧꯔꯣ ꯑꯃꯁꯨꯡ ꯆꯤꯡꯉꯣ." -#: ../../magic/src/ascii.c:344 +#: ../../magic/src/ascii.c:343 #, fuzzy, c-format #| msgid "" #| "Click and move the mouse around to turn the picture into a chalk drawing." @@ -1903,6 +1903,18 @@ msgstr "ꯀꯟꯐꯦꯇꯤ" msgid "Click to throw confetti!" msgstr "ꯀꯟꯐꯦꯇꯤ ꯆꯥꯏꯊꯅꯕ ꯀ꯭ꯂꯤꯛ ꯇꯧꯔꯣ!" +#: ../../magic/src/crescent.c:107 +msgid "Crescent" +msgstr "" + +#: ../../magic/src/crescent.c:122 +#, fuzzy +#| msgid "Click and drag to draw a flower stalk. Let go to finish the flower." +msgid "" +"Click and drag to draw a crescent shape. Use the size option to change the " +"shape." +msgstr "ꯂꯩꯈꯣꯛ ꯑꯃ ꯌꯦꯛꯅꯕ ꯀ꯭ꯂꯤꯛ ꯇꯧꯔꯣ ꯑꯗꯨꯒ ꯆꯤꯡꯉꯣ. ꯂꯩ ꯑꯗꯨ ꯌꯦꯛꯄ ꯂꯣꯏꯁꯤꯜꯍꯜꯂꯣ." + #: ../../magic/src/distortion.c:142 msgid "Distortion" msgstr "ꯐꯤꯕꯝ ꯀꯥꯌꯕ" diff --git a/src/po/mr.po b/src/po/mr.po index fdf2fbc92..b1f26210b 100644 --- a/src/po/mr.po +++ b/src/po/mr.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: tuxpaint 0.9.21c\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-09-27 22:41-0700\n" +"POT-Creation-Date: 2024-09-28 17:48-0700\n" "PO-Revision-Date: 2013-03-28 12:11+0530\n" "Last-Translator: Santosh Jankiram Kshetre \n" "Language-Team: Marathi\n" @@ -394,8 +394,8 @@ msgstr "" #: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53 msgid "" -"New Magic tools: \"Comic dots\", \"Rotate\", various \"ASCII\" art, and " -"various \"Fractals\"." +"New Magic tools: \"Comic dots\", \"Rotate\", various \"ASCII\" art, various " +"\"Fractals\", and \"Crescent\"." msgstr "" #: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54 @@ -1664,12 +1664,12 @@ msgstr "" msgid "Color Computer" msgstr "" -#: ../../magic/src/ascii.c:323 +#: ../../magic/src/ascii.c:322 #, c-format msgid "ASCII %s" msgstr "" -#: ../../magic/src/ascii.c:342 +#: ../../magic/src/ascii.c:341 #, fuzzy, c-format #| msgid "" #| "Click and drag to make parts of your picture look like they are on " @@ -1680,7 +1680,7 @@ msgstr "" " तस्वीर के कुछ हिस्सों को ऐसे बदलने के लिए जैसे वह टीवी पर हैं,इस तरह दिखाने के लिए क्लिक " "करें और माउस को स्थानांतरित करें|" -#: ../../magic/src/ascii.c:344 +#: ../../magic/src/ascii.c:343 #, fuzzy, c-format #| msgid "" #| "Click and move the mouse around to turn the picture into a chalk drawing." @@ -1929,6 +1929,17 @@ msgstr "कंफ़ेद्दी" msgid "Click to throw confetti!" msgstr "कंफ़ेद्दी फेंकने के लिए क्लिक करें!" +#: ../../magic/src/crescent.c:107 +msgid "Crescent" +msgstr "" + +#: ../../magic/src/crescent.c:122 +#, fuzzy +msgid "" +"Click and drag to draw a crescent shape. Use the size option to change the " +"shape." +msgstr "पतला करो" + #: ../../magic/src/distortion.c:142 msgid "Distortion" msgstr "विकृति" @@ -3378,11 +3389,6 @@ msgstr "पूर्ण चित्रत मोजेक प्रभाव #~ msgid "Click to add a mosaic hexagonal effect to your entire picture." #~ msgstr "शीशे मे देखो" -#, fuzzy -#~ msgid "" -#~ "Click and drag to draw a tornado stalk. Let go to finish the tornado." -#~ msgstr "पतला करो" - #, fuzzy #~ msgid "" #~ "Click and move the mouse to give parts of your picture an \"alien\" " diff --git a/src/po/ms.po b/src/po/ms.po index 34aaa85f3..99ff6e7ce 100644 --- a/src/po/ms.po +++ b/src/po/ms.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: tuxpaint\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-09-27 22:41-0700\n" +"POT-Creation-Date: 2024-09-28 17:48-0700\n" "PO-Revision-Date: 2015-03-07 23:30+0000\n" "Last-Translator: abuyop \n" "Language-Team: Malay (http://www.transifex.com/projects/p/doudoulinux/" @@ -406,8 +406,8 @@ msgstr "" #: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53 msgid "" -"New Magic tools: \"Comic dots\", \"Rotate\", various \"ASCII\" art, and " -"various \"Fractals\"." +"New Magic tools: \"Comic dots\", \"Rotate\", various \"ASCII\" art, various " +"\"Fractals\", and \"Crescent\"." msgstr "" #: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54 @@ -1643,12 +1643,12 @@ msgstr "" msgid "Color Computer" msgstr "" -#: ../../magic/src/ascii.c:323 +#: ../../magic/src/ascii.c:322 #, c-format msgid "ASCII %s" msgstr "" -#: ../../magic/src/ascii.c:342 +#: ../../magic/src/ascii.c:341 #, fuzzy, c-format #| msgid "" #| "Click and drag to make parts of your picture look like they are on " @@ -1659,7 +1659,7 @@ msgstr "" "Klik dan seret untuk menjadikan sebahagian dari gambar anda kelihatan " "seperti berada di dalam televisyen." -#: ../../magic/src/ascii.c:344 +#: ../../magic/src/ascii.c:343 #, fuzzy, c-format #| msgid "" #| "Click and move the mouse around to turn the picture into a chalk drawing." @@ -1900,6 +1900,20 @@ msgstr "Konfeti" msgid "Click to throw confetti!" msgstr "Klik untuk lemparkan konfeti!" +#: ../../magic/src/crescent.c:107 +msgid "Crescent" +msgstr "" + +#: ../../magic/src/crescent.c:122 +#, fuzzy +#| msgid "Click and drag to draw a flower stalk. Let go to finish the flower." +msgid "" +"Click and drag to draw a crescent shape. Use the size option to change the " +"shape." +msgstr "" +"Klik dan seret untuk hasilkan batang bunga. Lepaskan untuk selesaikan dengan " +"bunga." + #: ../../magic/src/distortion.c:142 msgid "Distortion" msgstr "Herotan" diff --git a/src/po/nb.po b/src/po/nb.po index 921cf08c4..093e7ed20 100644 --- a/src/po/nb.po +++ b/src/po/nb.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: nb\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-09-27 22:41-0700\n" +"POT-Creation-Date: 2024-09-28 17:48-0700\n" "PO-Revision-Date: 2021-06-28 19:40+0200\n" "Last-Translator: Karl Ove Hufthammer \n" "Language-Team: Norwegian Bokmål \n" @@ -402,8 +402,8 @@ msgstr "" #: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53 msgid "" -"New Magic tools: \"Comic dots\", \"Rotate\", various \"ASCII\" art, and " -"various \"Fractals\"." +"New Magic tools: \"Comic dots\", \"Rotate\", various \"ASCII\" art, various " +"\"Fractals\", and \"Crescent\"." msgstr "" #: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54 @@ -1654,12 +1654,12 @@ msgstr "" msgid "Color Computer" msgstr "" -#: ../../magic/src/ascii.c:323 +#: ../../magic/src/ascii.c:322 #, c-format msgid "ASCII %s" msgstr "" -#: ../../magic/src/ascii.c:342 +#: ../../magic/src/ascii.c:341 #, fuzzy, c-format #| msgid "" #| "Click and drag to make parts of your picture look like they are on " @@ -1670,7 +1670,7 @@ msgstr "" "Hold inne knappen og flytt rundt for å få tegningen til å se ut som den blir " "vist på TV." -#: ../../magic/src/ascii.c:344 +#: ../../magic/src/ascii.c:343 #, fuzzy, c-format #| msgid "" #| "Click and drag the mouse around to turn the picture into a chalk drawing." @@ -1898,6 +1898,20 @@ msgstr "Konfetti" msgid "Click to throw confetti!" msgstr "Trykk for å kaste konfetti!" +#: ../../magic/src/crescent.c:107 +msgid "Crescent" +msgstr "" + +#: ../../magic/src/crescent.c:122 +#, fuzzy +#| msgid "Click and drag to draw a flower stalk. Let go to finish the flower." +msgid "" +"Click and drag to draw a crescent shape. Use the size option to change the " +"shape." +msgstr "" +"Hold inne knappen og flytt rundt for å lage stilken. Slipp knappen for å " +"tegne blomsten." + #: ../../magic/src/distortion.c:142 msgid "Distortion" msgstr "Forstyrr" @@ -3344,14 +3358,6 @@ msgstr "Trykk for å legge en XELLER-effekt på hele tegningen." #~ "Tegn trådkunst med valgfrie vinkler. Trykk og dra ut ene hjørnet, dra " #~ "bakover lite grann, og dra til slutt V-en ferdig." -#, fuzzy -#~| msgid "Click and drag to draw a flower stalk. Let go to finish the flower." -#~ msgid "" -#~ "Click and drag to draw a tornado stalk. Let go to finish the tornado." -#~ msgstr "" -#~ "Hold inne knappen og flytt rundt for å lage stilken. Slipp knappen for å " -#~ "tegne blomsten." - #, fuzzy #~ msgid "" #~ "Click and move the mouse to give parts of your picture an \"alien\" " diff --git a/src/po/ne.po b/src/po/ne.po index b68c48956..c7d09a1b5 100644 --- a/src/po/ne.po +++ b/src/po/ne.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: tuxpaint\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-09-27 22:41-0700\n" +"POT-Creation-Date: 2024-09-28 17:48-0700\n" "PO-Revision-Date: 2014-06-09 08:08+0530\n" "Last-Translator: Khagen Sarma \n" "Language-Team: none\n" @@ -394,8 +394,8 @@ msgstr "" #: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53 msgid "" -"New Magic tools: \"Comic dots\", \"Rotate\", various \"ASCII\" art, and " -"various \"Fractals\"." +"New Magic tools: \"Comic dots\", \"Rotate\", various \"ASCII\" art, various " +"\"Fractals\", and \"Crescent\"." msgstr "" #: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54 @@ -1655,12 +1655,12 @@ msgstr "" msgid "Color Computer" msgstr "" -#: ../../magic/src/ascii.c:323 +#: ../../magic/src/ascii.c:322 #, c-format msgid "ASCII %s" msgstr "" -#: ../../magic/src/ascii.c:342 +#: ../../magic/src/ascii.c:341 #, fuzzy, c-format #| msgid "" #| "Click and drag to make parts of your picture look like they are on " @@ -1670,7 +1670,7 @@ msgid "" msgstr "" "तपाईँको चित्रलाई टेलिभिजनमा जस्तै देखिने बनाउनका लागि क्लिक गर्नुहोस् अनि ड्र्याग गर्नुहोस्।" -#: ../../magic/src/ascii.c:344 +#: ../../magic/src/ascii.c:343 #, fuzzy, c-format #| msgid "" #| "Click and move the mouse around to turn the picture into a chalk drawing." @@ -1911,6 +1911,18 @@ msgstr "कनफेट्टी" msgid "Click to throw confetti!" msgstr "कनफेट्टी हटाउनका लागि क्लिक गर्नुहोस्" +#: ../../magic/src/crescent.c:107 +msgid "Crescent" +msgstr "" + +#: ../../magic/src/crescent.c:122 +#, fuzzy +#| msgid "Click and drag to draw a flower stalk. Let go to finish the flower." +msgid "" +"Click and drag to draw a crescent shape. Use the size option to change the " +"shape." +msgstr "फूको डाँठ बनाउनका गालि क्लिक गर्नुहोस् अनि ड्र्याग गर्नुहोस्। फूल पुरा बन्न दिनुहोस्" + #: ../../magic/src/distortion.c:142 msgid "Distortion" msgstr "बंग्याइ" diff --git a/src/po/nl.po b/src/po/nl.po index 553bf1f74..fe65a385f 100644 --- a/src/po/nl.po +++ b/src/po/nl.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: tuxpaint\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-09-27 22:41-0700\n" +"POT-Creation-Date: 2024-09-28 17:48-0700\n" "PO-Revision-Date: 2023-03-30 14:41+0200\n" "Last-Translator: Willem Heppe \n" "Language-Team: Dutch \n" @@ -394,8 +394,8 @@ msgstr "" #: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53 msgid "" -"New Magic tools: \"Comic dots\", \"Rotate\", various \"ASCII\" art, and " -"various \"Fractals\"." +"New Magic tools: \"Comic dots\", \"Rotate\", various \"ASCII\" art, various " +"\"Fractals\", and \"Crescent\"." msgstr "" #: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54 @@ -1754,12 +1754,12 @@ msgstr "" msgid "Color Computer" msgstr "" -#: ../../magic/src/ascii.c:323 +#: ../../magic/src/ascii.c:322 #, c-format msgid "ASCII %s" msgstr "" -#: ../../magic/src/ascii.c:342 +#: ../../magic/src/ascii.c:341 #, fuzzy, c-format #| msgid "" #| "Click and drag to transform parts of your picture to circular " @@ -1770,7 +1770,7 @@ msgstr "" "Klik en sleep om delen van de tekening naar rondlopende penseelstreken te " "veranderen." -#: ../../magic/src/ascii.c:344 +#: ../../magic/src/ascii.c:343 #, fuzzy, c-format #| msgid "Click to turn your entire picture into a maze." msgid "Click to transform your entire drawing to ASCII art (%s style)." @@ -1979,6 +1979,20 @@ msgstr "Confetti" msgid "Click to throw confetti!" msgstr "Klik om confetti te gooien!" +#: ../../magic/src/crescent.c:107 +msgid "Crescent" +msgstr "" + +#: ../../magic/src/crescent.c:122 +#, fuzzy +#| msgid "Click and drag to draw a flower stalk. Let go to finish the flower." +msgid "" +"Click and drag to draw a crescent shape. Use the size option to change the " +"shape." +msgstr "" +"Klik en sleep om de steel van bloem te tekenen. Laat los om de bloem af te " +"maken." + #: ../../magic/src/distortion.c:142 msgid "Distortion" msgstr "Vervorming" diff --git a/src/po/nn.po b/src/po/nn.po index 55c0e9c86..136631298 100644 --- a/src/po/nn.po +++ b/src/po/nn.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: nn\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-09-27 22:41-0700\n" +"POT-Creation-Date: 2024-09-28 17:48-0700\n" "PO-Revision-Date: 2024-06-02 13:17+0200\n" "Last-Translator: Karl Ove Hufthammer \n" "Language-Team: Norwegian Nynorsk \n" @@ -390,8 +390,8 @@ msgstr "" #, fuzzy #| msgid "New Magic tools: Dither, Filled Polygon." msgid "" -"New Magic tools: \"Comic dots\", \"Rotate\", various \"ASCII\" art, and " -"various \"Fractals\"." +"New Magic tools: \"Comic dots\", \"Rotate\", various \"ASCII\" art, various " +"\"Fractals\", and \"Crescent\"." msgstr "Nye magiske verktøy: prikkemønster, fylte mangekantar." #: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54 @@ -1757,12 +1757,12 @@ msgstr "" msgid "Color Computer" msgstr "" -#: ../../magic/src/ascii.c:323 +#: ../../magic/src/ascii.c:322 #, c-format msgid "ASCII %s" msgstr "" -#: ../../magic/src/ascii.c:342 +#: ../../magic/src/ascii.c:341 #, fuzzy, c-format #| msgid "" #| "Click and drag to transform parts of your picture to circular " @@ -1773,7 +1773,7 @@ msgstr "" "Hald inne knappen og flytt rundt å gjera delar av teikninga om til sirkulære " "penselstrok." -#: ../../magic/src/ascii.c:344 +#: ../../magic/src/ascii.c:343 #, fuzzy, c-format #| msgid "Click to turn your entire picture into a maze." msgid "Click to transform your entire drawing to ASCII art (%s style)." @@ -1979,6 +1979,20 @@ msgstr "Konfetti" msgid "Click to throw confetti!" msgstr "Trykk for å kasta konfetti!" +#: ../../magic/src/crescent.c:107 +msgid "Crescent" +msgstr "" + +#: ../../magic/src/crescent.c:122 +#, fuzzy +#| msgid "Click and drag to draw a flower stalk. Let go to finish the flower." +msgid "" +"Click and drag to draw a crescent shape. Use the size option to change the " +"shape." +msgstr "" +"Hald inne knappen og flytt rundt for å laga stilken. Slepp knappen for å " +"teikna blomen." + #: ../../magic/src/distortion.c:142 msgid "Distortion" msgstr "Forstyrr" @@ -3378,14 +3392,6 @@ msgstr "" #~ "Teikn trådkunst med valfrie vinklar. Trykk og dra ut eine hjørnet, dra " #~ "bakover lite grann, og dra til slutt V-en ferdig." -#, fuzzy -#~| msgid "Click and drag to draw a flower stalk. Let go to finish the flower." -#~ msgid "" -#~ "Click and drag to draw a tornado stalk. Let go to finish the tornado." -#~ msgstr "" -#~ "Hald inne knappen og flytt rundt for å laga stilken. Slepp knappen for å " -#~ "teikna blomen." - #~ msgid "" #~ "Click and move the mouse to give parts of your picture an \"alien\" " #~ "appearance." diff --git a/src/po/nr.po b/src/po/nr.po index cc9c650d7..dd24e80af 100644 --- a/src/po/nr.po +++ b/src/po/nr.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-09-27 22:41-0700\n" +"POT-Creation-Date: 2024-09-28 17:48-0700\n" "PO-Revision-Date: 2006-10-09 20:32+0200\n" "Last-Translator: Vincent Mahlangu \n" "Language-Team: LANGUAGE \n" @@ -394,8 +394,8 @@ msgstr "" #: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53 msgid "" -"New Magic tools: \"Comic dots\", \"Rotate\", various \"ASCII\" art, and " -"various \"Fractals\"." +"New Magic tools: \"Comic dots\", \"Rotate\", various \"ASCII\" art, various " +"\"Fractals\", and \"Crescent\"." msgstr "" #: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54 @@ -1662,12 +1662,12 @@ msgstr "" msgid "Color Computer" msgstr "" -#: ../../magic/src/ascii.c:323 +#: ../../magic/src/ascii.c:322 #, c-format msgid "ASCII %s" msgstr "" -#: ../../magic/src/ascii.c:342 +#: ../../magic/src/ascii.c:341 #, fuzzy, c-format msgid "" "Click and drag to transform parts of your drawing to ASCII art (%s style)." @@ -1675,7 +1675,7 @@ msgstr "" "Qhwarhaza udose njalo iKhondlwana uzungeleze ukuze utjhugulule umbala " "weithombe. " -#: ../../magic/src/ascii.c:344 +#: ../../magic/src/ascii.c:343 #, fuzzy, c-format #| msgid "" #| "Click and move the mouse around to turn the picture into a chalk drawing." @@ -1916,6 +1916,18 @@ msgstr "" msgid "Click to throw confetti!" msgstr "" +#: ../../magic/src/crescent.c:107 +msgid "Crescent" +msgstr "" + +#: ../../magic/src/crescent.c:122 +#, fuzzy +msgid "" +"Click and drag to draw a crescent shape. Use the size option to change the " +"shape." +msgstr "" +"Qhwarhaza bewudose njalo iKhondlwana ujikeleze ukuze ufiphaze isithombe." + #: ../../magic/src/distortion.c:142 msgid "Distortion" msgstr "" @@ -3372,12 +3384,6 @@ msgstr "Qhwarhaza wenze umfanekiso osasiboniboni." #~ msgid "QY" #~ msgstr "QY" -#, fuzzy -#~ msgid "" -#~ "Click and drag to draw a tornado stalk. Let go to finish the tornado." -#~ msgstr "" -#~ "Qhwarhaza bewudose njalo iKhondlwana ujikeleze ukuze ufiphaze isithombe." - #, fuzzy #~ msgid "" #~ "Click and move the mouse to give parts of your picture an \"alien\" " diff --git a/src/po/nso.po b/src/po/nso.po index 9eaabc805..df2cc3cd8 100644 --- a/src/po/nso.po +++ b/src/po/nso.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-09-27 22:41-0700\n" +"POT-Creation-Date: 2024-09-28 17:48-0700\n" "PO-Revision-Date: 2010-10-04 17:44+0200\n" "Last-Translator: Pheledi \n" "Language-Team: LANGUAGE \n" @@ -394,8 +394,8 @@ msgstr "" #: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53 msgid "" -"New Magic tools: \"Comic dots\", \"Rotate\", various \"ASCII\" art, and " -"various \"Fractals\"." +"New Magic tools: \"Comic dots\", \"Rotate\", various \"ASCII\" art, various " +"\"Fractals\", and \"Crescent\"." msgstr "" #: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54 @@ -1664,12 +1664,12 @@ msgstr "" msgid "Color Computer" msgstr "" -#: ../../magic/src/ascii.c:323 +#: ../../magic/src/ascii.c:322 #, c-format msgid "ASCII %s" msgstr "" -#: ../../magic/src/ascii.c:342 +#: ../../magic/src/ascii.c:341 #, fuzzy, c-format #| msgid "" #| "Click and drag to make parts of your picture look like they are on " @@ -1680,7 +1680,7 @@ msgstr "" "Kgotla gomme o goge go dira gore dikarolwana tša seswantšho sa gago di " "bonagale o ka re di thelebišeneng." -#: ../../magic/src/ascii.c:344 +#: ../../magic/src/ascii.c:343 #, fuzzy, c-format #| msgid "" #| "Click and move the mouse around to turn the picture into a chalk drawing." @@ -1933,6 +1933,20 @@ msgstr "Khonfeti" msgid "Click to throw confetti!" msgstr "Kgotla gore o lahlele khonfeti" +#: ../../magic/src/crescent.c:107 +msgid "Crescent" +msgstr "" + +#: ../../magic/src/crescent.c:122 +#, fuzzy +#| msgid "Click and drag to draw a flower stalk. Let go to finish the flower." +msgid "" +"Click and drag to draw a crescent shape. Use the size option to change the " +"shape." +msgstr "" +"Kgotla gomme o goge gore o thale kotana ya letšoba. Tlogela gore o fetše " +"letšoba." + #: ../../magic/src/distortion.c:142 msgid "Distortion" msgstr "Pherekano" diff --git a/src/po/oc.po b/src/po/oc.po index 6916cd367..e731f7e02 100644 --- a/src/po/oc.po +++ b/src/po/oc.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: tuxpaint\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-09-27 22:41-0700\n" +"POT-Creation-Date: 2024-09-28 17:48-0700\n" "PO-Revision-Date: 2021-06-06 18:54+0200\n" "Last-Translator: \n" "Language-Team: Occitan (post 1500) \n" @@ -382,8 +382,8 @@ msgstr "" #: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53 msgid "" -"New Magic tools: \"Comic dots\", \"Rotate\", various \"ASCII\" art, and " -"various \"Fractals\"." +"New Magic tools: \"Comic dots\", \"Rotate\", various \"ASCII\" art, various " +"\"Fractals\", and \"Crescent\"." msgstr "" #: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54 @@ -1590,18 +1590,18 @@ msgstr "" msgid "Color Computer" msgstr "" -#: ../../magic/src/ascii.c:323 +#: ../../magic/src/ascii.c:322 #, c-format msgid "ASCII %s" msgstr "" -#: ../../magic/src/ascii.c:342 +#: ../../magic/src/ascii.c:341 #, c-format msgid "" "Click and drag to transform parts of your drawing to ASCII art (%s style)." msgstr "" -#: ../../magic/src/ascii.c:344 +#: ../../magic/src/ascii.c:343 #, c-format msgid "Click to transform your entire drawing to ASCII art (%s style)." msgstr "" @@ -1788,6 +1788,16 @@ msgstr "" msgid "Click to throw confetti!" msgstr "" +#: ../../magic/src/crescent.c:107 +msgid "Crescent" +msgstr "" + +#: ../../magic/src/crescent.c:122 +msgid "" +"Click and drag to draw a crescent shape. Use the size option to change the " +"shape." +msgstr "" + #: ../../magic/src/distortion.c:142 msgid "Distortion" msgstr "" diff --git a/src/po/oj.po b/src/po/oj.po index fe07e71a2..402638b17 100644 --- a/src/po/oj.po +++ b/src/po/oj.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: ojibwaytuxpaint\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-09-27 22:41-0700\n" +"POT-Creation-Date: 2024-09-28 17:48-0700\n" "PO-Revision-Date: 2007-10-08 18:19-0500\n" "Last-Translator: Ed Montgomery \n" "Language-Team: Ed \n" @@ -380,8 +380,8 @@ msgstr "" #: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53 msgid "" -"New Magic tools: \"Comic dots\", \"Rotate\", various \"ASCII\" art, and " -"various \"Fractals\"." +"New Magic tools: \"Comic dots\", \"Rotate\", various \"ASCII\" art, various " +"\"Fractals\", and \"Crescent\"." msgstr "" #: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54 @@ -1602,18 +1602,18 @@ msgstr "" msgid "Color Computer" msgstr "" -#: ../../magic/src/ascii.c:323 +#: ../../magic/src/ascii.c:322 #, c-format msgid "ASCII %s" msgstr "" -#: ../../magic/src/ascii.c:342 +#: ../../magic/src/ascii.c:341 #, fuzzy, c-format msgid "" "Click and drag to transform parts of your drawing to ASCII art (%s style)." msgstr "Waabizo" -#: ../../magic/src/ascii.c:344 +#: ../../magic/src/ascii.c:343 #, fuzzy, c-format msgid "Click to transform your entire drawing to ASCII art (%s style)." msgstr "Waabizo" @@ -1823,6 +1823,17 @@ msgstr "" msgid "Click to throw confetti!" msgstr "" +#: ../../magic/src/crescent.c:107 +msgid "Crescent" +msgstr "" + +#: ../../magic/src/crescent.c:122 +#, fuzzy +msgid "" +"Click and drag to draw a crescent shape. Use the size option to change the " +"shape." +msgstr "Waabizo" + #: ../../magic/src/distortion.c:142 msgid "Distortion" msgstr "" @@ -3137,11 +3148,6 @@ msgstr "Waabimoojichaagwaazo" #~ msgid "Click to add a mosaic hexagonal effect to your entire picture." #~ msgstr "Waabimoojichaagwaazo" -#, fuzzy -#~ msgid "" -#~ "Click and drag to draw a tornado stalk. Let go to finish the tornado." -#~ msgstr "Waabizo" - #, fuzzy #~ msgid "Click to give your entire picture an \"alien\" appearance." #~ msgstr "Waabizo" diff --git a/src/po/or.po b/src/po/or.po index 22c2bed5b..122c45c57 100644 --- a/src/po/or.po +++ b/src/po/or.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-09-27 22:41-0700\n" +"POT-Creation-Date: 2024-09-28 17:48-0700\n" "PO-Revision-Date: 2012-04-05 20:08+0530\n" "Last-Translator: Ekanta \n" "Language-Team: LANGUAGE \n" @@ -394,8 +394,8 @@ msgstr "" #: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53 msgid "" -"New Magic tools: \"Comic dots\", \"Rotate\", various \"ASCII\" art, and " -"various \"Fractals\"." +"New Magic tools: \"Comic dots\", \"Rotate\", various \"ASCII\" art, various " +"\"Fractals\", and \"Crescent\"." msgstr "" #: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54 @@ -1656,12 +1656,12 @@ msgstr "" msgid "Color Computer" msgstr "" -#: ../../magic/src/ascii.c:323 +#: ../../magic/src/ascii.c:322 #, c-format msgid "ASCII %s" msgstr "" -#: ../../magic/src/ascii.c:342 +#: ../../magic/src/ascii.c:341 #, fuzzy, c-format #| msgid "" #| "Click and drag to make parts of your picture look like they are on " @@ -1670,7 +1670,7 @@ msgid "" "Click and drag to transform parts of your drawing to ASCII art (%s style)." msgstr "ଆପଣ୍ଙ୍କ ଚିତ୍ରର ଅଂଶ ଗୁଡିକ ଦୂରଦର୍ଶନ ଉପରେ ଅଛନ୍ତି ଭଳି ଦିଶିବା ପାଇଁ କ୍ଲିକ କରି ଡ୍ରାଗ କରନ୍ତୁ ୤" -#: ../../magic/src/ascii.c:344 +#: ../../magic/src/ascii.c:343 #, fuzzy, c-format #| msgid "" #| "Click and move the mouse around to turn the picture into a chalk drawing." @@ -1907,6 +1907,19 @@ msgstr "କନଫେଟି" msgid "Click to throw confetti!" msgstr "କନଫେଟି କରିବା ପାଇଁ କ୍ଲିକ କରନ୍ତୁ !" +#: ../../magic/src/crescent.c:107 +msgid "Crescent" +msgstr "" + +#: ../../magic/src/crescent.c:122 +#, fuzzy +#| msgid "Click and drag to draw a flower stalk. Let go to finish the flower." +msgid "" +"Click and drag to draw a crescent shape. Use the size option to change the " +"shape." +msgstr "" +"ଏକ ପୁଷ୍ପ ଡେମ୍ଫ ଅଙ୍କନ କରିବା ପାଇଁ କ୍ଲିକ କରି ଡ୍ରାଗ କରନ୍ତୁ ୤ ଫୁଲକୁ ଶେଷ କରିବା ପାଇଁ ଛାଡି ଦିଅନ୍ତୁ ୤ " + #: ../../magic/src/distortion.c:142 msgid "Distortion" msgstr "ବିରୂପ" diff --git a/src/po/pa.po b/src/po/pa.po index b8184d8ff..6db6db9d3 100644 --- a/src/po/pa.po +++ b/src/po/pa.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: tuxpaint\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-09-27 22:41-0700\n" +"POT-Creation-Date: 2024-09-28 17:48-0700\n" "PO-Revision-Date: 2022-10-13 16:28-0700\n" "Last-Translator: A S Alam \n" "Language-Team: Punjabi \n" @@ -387,8 +387,8 @@ msgstr "" #: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53 msgid "" -"New Magic tools: \"Comic dots\", \"Rotate\", various \"ASCII\" art, and " -"various \"Fractals\"." +"New Magic tools: \"Comic dots\", \"Rotate\", various \"ASCII\" art, various " +"\"Fractals\", and \"Crescent\"." msgstr "" #: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54 @@ -1628,12 +1628,12 @@ msgstr "" msgid "Color Computer" msgstr "" -#: ../../magic/src/ascii.c:323 +#: ../../magic/src/ascii.c:322 #, c-format msgid "ASCII %s" msgstr "" -#: ../../magic/src/ascii.c:342 +#: ../../magic/src/ascii.c:341 #, fuzzy, c-format #| msgid "" #| "Click and drag to stretch part of your picture vertically or horizontally." @@ -1642,7 +1642,7 @@ msgid "" msgstr "" "ਆਪਣੀ ਤਸਵੀਰ ਦੇ ਹਿੱਸਿਆਂ ਨੂੰ ਖੜ੍ਹਵੇਂ ਜਾਂ ਲੇਟਵੇਂ ਰੂਪ ਵਿੱਚ ਤਾਣਨ ਲਈ ਮਾਊਂਸ ਨਾਲ ਕਲਿੱਕ ਕਰਕੇ ਦੁਆਲੇ ਖਿੱਚੋ।" -#: ../../magic/src/ascii.c:344 +#: ../../magic/src/ascii.c:343 #, fuzzy, c-format #| msgid "Click to turn the entire picture into a cartoon." msgid "Click to transform your entire drawing to ASCII art (%s style)." @@ -1849,6 +1849,18 @@ msgstr "ਕਨਫ਼ੈਟੀ" msgid "Click to throw confetti!" msgstr "ਕਨਫ਼ੈਟੀ ਬਣਾਉਣ ਲਈ ਕਲਿੱਕ ਕਰੋ!" +#: ../../magic/src/crescent.c:107 +msgid "Crescent" +msgstr "" + +#: ../../magic/src/crescent.c:122 +#, fuzzy +#| msgid "Click and drag to draw a flower stalk. Let go to finish the flower." +msgid "" +"Click and drag to draw a crescent shape. Use the size option to change the " +"shape." +msgstr " ਮਾਓਸ ਕਲਿਕ ਦੀ ਮਦਦ ਨਾਲ ਫੁੱਲ ਚੁਕੋ ਅਤੇ ਆਪਣੀ ਤਸਵੀਰ ਵਿਚ ਰਖੋ" + #: ../../magic/src/distortion.c:142 msgid "Distortion" msgstr "ਡਿਸਟੋਰਸ਼ਨ" diff --git a/src/po/pl.po b/src/po/pl.po index 8c5bd567a..20b27d770 100644 --- a/src/po/pl.po +++ b/src/po/pl.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: tuxpaint\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-09-27 22:41-0700\n" +"POT-Creation-Date: 2024-09-28 17:48-0700\n" "PO-Revision-Date: 2017-12-30 18:21+0000\n" "Last-Translator: Chris \n" "Language-Team: none\n" @@ -399,8 +399,8 @@ msgstr "" #: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53 msgid "" -"New Magic tools: \"Comic dots\", \"Rotate\", various \"ASCII\" art, and " -"various \"Fractals\"." +"New Magic tools: \"Comic dots\", \"Rotate\", various \"ASCII\" art, various " +"\"Fractals\", and \"Crescent\"." msgstr "" #: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54 @@ -1658,12 +1658,12 @@ msgstr "" msgid "Color Computer" msgstr "" -#: ../../magic/src/ascii.c:323 +#: ../../magic/src/ascii.c:322 #, c-format msgid "ASCII %s" msgstr "" -#: ../../magic/src/ascii.c:342 +#: ../../magic/src/ascii.c:341 #, fuzzy, c-format #| msgid "" #| "Click and drag to make parts of your picture look like they are on " @@ -1674,7 +1674,7 @@ msgstr "" "Kliknij i przesuń myszką dookoła, aby części rysunku wyglądały jak w " "telewizorze." -#: ../../magic/src/ascii.c:344 +#: ../../magic/src/ascii.c:343 #, fuzzy, c-format #| msgid "" #| "Click and drag the mouse around to turn the picture into a chalk drawing." @@ -1900,6 +1900,17 @@ msgstr "Konfetti" msgid "Click to throw confetti!" msgstr "Kliknij by rozrzucić konfetti!" +#: ../../magic/src/crescent.c:107 +msgid "Crescent" +msgstr "" + +#: ../../magic/src/crescent.c:122 +#, fuzzy +msgid "" +"Click and drag to draw a crescent shape. Use the size option to change the " +"shape." +msgstr "Kliknij i przesuń myszką dookoła, aby rozmazać obrazek." + #: ../../magic/src/distortion.c:142 msgid "Distortion" msgstr "Zniekształć" @@ -3300,11 +3311,6 @@ msgstr "Kliknij aby dodać efekt XOR na całym rysunku." #~ msgid "QY" #~ msgstr "QY" -#, fuzzy -#~ msgid "" -#~ "Click and drag to draw a tornado stalk. Let go to finish the tornado." -#~ msgstr "Kliknij i przesuń myszką dookoła, aby rozmazać obrazek." - #, fuzzy #~ msgid "" #~ "Click and move the mouse to give parts of your picture an \"alien\" " diff --git a/src/po/pt.po b/src/po/pt.po index 7bbac7b00..dcdfaa791 100644 --- a/src/po/pt.po +++ b/src/po/pt.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: tuxpaint\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-09-27 22:41-0700\n" +"POT-Creation-Date: 2024-09-28 17:48-0700\n" "PO-Revision-Date: 2024-05-30 20:21+0100\n" "Last-Translator: Hugo Carvalho \n" "Language-Team: Portuguese \n" @@ -399,8 +399,8 @@ msgstr "" #, fuzzy #| msgid "New Magic tools: Dither, Specular, Filled Polygon." msgid "" -"New Magic tools: \"Comic dots\", \"Rotate\", various \"ASCII\" art, and " -"various \"Fractals\"." +"New Magic tools: \"Comic dots\", \"Rotate\", various \"ASCII\" art, various " +"\"Fractals\", and \"Crescent\"." msgstr "Novas ferramentas de magia: Dither, Specular, Filled Polygon." #: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54 @@ -1800,12 +1800,12 @@ msgstr "" msgid "Color Computer" msgstr "" -#: ../../magic/src/ascii.c:323 +#: ../../magic/src/ascii.c:322 #, c-format msgid "ASCII %s" msgstr "" -#: ../../magic/src/ascii.c:342 +#: ../../magic/src/ascii.c:341 #, fuzzy, c-format #| msgid "" #| "Click and drag to transform parts of your picture to circular " @@ -1816,7 +1816,7 @@ msgstr "" "Clica e arrasta para transformar partes do teu desenho em pinceladas " "circulares." -#: ../../magic/src/ascii.c:344 +#: ../../magic/src/ascii.c:343 #, fuzzy, c-format #| msgid "Click to turn your entire picture into a maze." msgid "Click to transform your entire drawing to ASCII art (%s style)." @@ -2019,6 +2019,18 @@ msgstr "Serpentina" msgid "Click to throw confetti!" msgstr "Clica para criar serpentinas!" +#: ../../magic/src/crescent.c:107 +msgid "Crescent" +msgstr "" + +#: ../../magic/src/crescent.c:122 +#, fuzzy +#| msgid "Click and drag to draw a flower stalk. Let go to finish the flower." +msgid "" +"Click and drag to draw a crescent shape. Use the size option to change the " +"shape." +msgstr "Clica e arrasta para desenhar uma flor. Larga para acabar a flor." + #: ../../magic/src/distortion.c:142 msgid "Distortion" msgstr "Distorção" diff --git a/src/po/pt_BR.po b/src/po/pt_BR.po index beed7c64e..d229b9403 100644 --- a/src/po/pt_BR.po +++ b/src/po/pt_BR.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: tuxpaint\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-09-27 22:41-0700\n" +"POT-Creation-Date: 2024-09-28 17:48-0700\n" "PO-Revision-Date: 2017-12-06 13:01-0300\n" "Last-Translator: Fred Ulisses Maranhão \n" "Language-Team: none\n" @@ -396,8 +396,8 @@ msgstr "" #: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53 msgid "" -"New Magic tools: \"Comic dots\", \"Rotate\", various \"ASCII\" art, and " -"various \"Fractals\"." +"New Magic tools: \"Comic dots\", \"Rotate\", various \"ASCII\" art, various " +"\"Fractals\", and \"Crescent\"." msgstr "" #: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54 @@ -1664,12 +1664,12 @@ msgstr "" msgid "Color Computer" msgstr "" -#: ../../magic/src/ascii.c:323 +#: ../../magic/src/ascii.c:322 #, c-format msgid "ASCII %s" msgstr "" -#: ../../magic/src/ascii.c:342 +#: ../../magic/src/ascii.c:341 #, fuzzy, c-format #| msgid "" #| "Click and drag to make parts of your picture look like they are on " @@ -1679,7 +1679,7 @@ msgid "" msgstr "" "Clique e arraste para fazer partes da figura parecerem estar na televisão." -#: ../../magic/src/ascii.c:344 +#: ../../magic/src/ascii.c:343 #, fuzzy, c-format #| msgid "" #| "Click and drag the mouse around to turn the picture into a chalk drawing." @@ -1901,6 +1901,20 @@ msgstr "Confete" msgid "Click to throw confetti!" msgstr "Clique para jogar confete!" +#: ../../magic/src/crescent.c:107 +msgid "Crescent" +msgstr "" + +#: ../../magic/src/crescent.c:122 +#, fuzzy +#| msgid "Click and drag to draw a flower stalk. Let go to finish the flower." +msgid "" +"Click and drag to draw a crescent shape. Use the size option to change the " +"shape." +msgstr "" +"Clique e arraste para desenhar um caule. Continue movendo para terminar a " +"flor." + #: ../../magic/src/distortion.c:142 msgid "Distortion" msgstr "Distorção" diff --git a/src/po/ro.po b/src/po/ro.po index 69edf49f9..4b6866b8c 100644 --- a/src/po/ro.po +++ b/src/po/ro.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Tuxpaint 0.9.2pre\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-09-27 22:41-0700\n" +"POT-Creation-Date: 2024-09-28 17:48-0700\n" "PO-Revision-Date: 2003-01-03 21:32-0500\n" "Language-Team: Romanian \n" "Language: ro\n" @@ -400,8 +400,8 @@ msgstr "" #: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53 msgid "" -"New Magic tools: \"Comic dots\", \"Rotate\", various \"ASCII\" art, and " -"various \"Fractals\"." +"New Magic tools: \"Comic dots\", \"Rotate\", various \"ASCII\" art, various " +"\"Fractals\", and \"Crescent\"." msgstr "" #: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54 @@ -1682,12 +1682,12 @@ msgstr "" msgid "Color Computer" msgstr "" -#: ../../magic/src/ascii.c:323 +#: ../../magic/src/ascii.c:322 #, c-format msgid "ASCII %s" msgstr "" -#: ../../magic/src/ascii.c:342 +#: ../../magic/src/ascii.c:341 #, fuzzy, c-format #| msgid "" #| "Click and drag to make parts of your picture look like they are on " @@ -1698,7 +1698,7 @@ msgstr "" "Click şi trage mouse-ul pentru a face unele părţi din pictură să arate ca la " "televizor." -#: ../../magic/src/ascii.c:344 +#: ../../magic/src/ascii.c:343 #, fuzzy, c-format #| msgid "" #| "Click and move the mouse around to turn the picture into a chalk drawing." @@ -1943,6 +1943,21 @@ msgstr "Confetti" msgid "Click to throw confetti!" msgstr "Click pentru a împrăştia confetti!" +#: ../../magic/src/crescent.c:107 +msgid "Crescent" +msgstr "" + +#: ../../magic/src/crescent.c:122 +#, fuzzy +#| msgid "" +#| "Click and drag to draw a tornado stalk. Let go to finish the tornado." +msgid "" +"Click and drag to draw a crescent shape. Use the size option to change the " +"shape." +msgstr "" +"Click și trage pentru a desena tulpina unei flori. Dă drumulpentru a " +"finaliza floarea" + #: ../../magic/src/distortion.c:142 msgid "Distortion" msgstr "Distorsiune" @@ -3420,13 +3435,6 @@ msgstr "Click pentru a adăuga efect de mozaic întregii picturi." #~ msgid "Click to add a mosaic hexagonal effect to your entire picture." #~ msgstr "Click pentru a adăuga efect de mozaic întregii picturi!" -#~| msgid "Click and drag to draw a flower stalk. Let go to finish the flower." -#~ msgid "" -#~ "Click and drag to draw a tornado stalk. Let go to finish the tornado." -#~ msgstr "" -#~ "Click și trage pentru a desena tulpina unei flori. Dă drumulpentru a " -#~ "finaliza floarea" - #~ msgid "Openâ" #~ msgstr "Deschide..." diff --git a/src/po/ru.po b/src/po/ru.po index 4eb2cef72..0d9088922 100644 --- a/src/po/ru.po +++ b/src/po/ru.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: TuxPaint\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-09-27 22:41-0700\n" +"POT-Creation-Date: 2024-09-28 17:48-0700\n" "PO-Revision-Date: 2024-06-27 16:04+0300\n" "Last-Translator: Alevtina \n" "Language-Team: Basealt Translation Team\n" @@ -429,8 +429,8 @@ msgstr "" #, fuzzy #| msgid "New Magic tools: Dither, Filled Polygon." msgid "" -"New Magic tools: \"Comic dots\", \"Rotate\", various \"ASCII\" art, and " -"various \"Fractals\"." +"New Magic tools: \"Comic dots\", \"Rotate\", various \"ASCII\" art, various " +"\"Fractals\", and \"Crescent\"." msgstr "" "Новые магические инструменты: Узор из точек, Закрашенный многоугольник." @@ -1834,12 +1834,12 @@ msgstr "" msgid "Color Computer" msgstr "" -#: ../../magic/src/ascii.c:323 +#: ../../magic/src/ascii.c:322 #, c-format msgid "ASCII %s" msgstr "" -#: ../../magic/src/ascii.c:342 +#: ../../magic/src/ascii.c:341 #, fuzzy, c-format #| msgid "" #| "Click and drag to transform parts of your picture to circular " @@ -1850,7 +1850,7 @@ msgstr "" "Щёлкните и ведите мышью по картинке, чтобы превратить её части в круги из " "мазков кистью." -#: ../../magic/src/ascii.c:344 +#: ../../magic/src/ascii.c:343 #, fuzzy, c-format #| msgid "Click to turn your entire picture into a maze." msgid "Click to transform your entire drawing to ASCII art (%s style)." @@ -2059,6 +2059,21 @@ msgstr "Конфетти" msgid "Click to throw confetti!" msgstr "Щёлкните, чтобы разбросать конфетти!" +#: ../../magic/src/crescent.c:107 +msgid "Crescent" +msgstr "" + +#: ../../magic/src/crescent.c:122 +#, fuzzy +#| msgid "" +#| "Click and drag to draw a tornado stalk. Let go to finish the tornado." +msgid "" +"Click and drag to draw a crescent shape. Use the size option to change the " +"shape." +msgstr "" +"Нажмите и тяните, чтобы нарисовать стебель. Отпустите, чтобы завершить " +"цветок." + #: ../../magic/src/distortion.c:142 msgid "Distortion" msgstr "Искажение" @@ -3460,13 +3475,6 @@ msgstr "Щёлкните, чтобы добавить эффект XOR ко вс #~ "Рисует строки по любыми углами. Нажмите и потяните V: потяните - будет " #~ "создана вершина, потяните немного назад к началу, затем потяните к концу." -#~| msgid "Click and drag to draw a flower stalk. Let go to finish the flower." -#~ msgid "" -#~ "Click and drag to draw a tornado stalk. Let go to finish the tornado." -#~ msgstr "" -#~ "Нажмите и тяните, чтобы нарисовать стебель. Отпустите, чтобы завершить " -#~ "цветок." - #, fuzzy #~ msgid "" #~ "Click and move the mouse to give parts of your picture an \"alien\" " diff --git a/src/po/rw.po b/src/po/rw.po index ad3eef0f4..e489088b5 100644 --- a/src/po/rw.po +++ b/src/po/rw.po @@ -16,7 +16,7 @@ msgid "" msgstr "" "Project-Id-Version: tuxpaint 0.9.14\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-09-27 22:41-0700\n" +"POT-Creation-Date: 2024-09-28 17:48-0700\n" "PO-Revision-Date: 2005-04-04 10:55-0700\n" "Last-Translator: Steven Michael Murphy \n" "Language-Team: Kinyarwanda \n" @@ -404,8 +404,8 @@ msgstr "" #: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53 msgid "" -"New Magic tools: \"Comic dots\", \"Rotate\", various \"ASCII\" art, and " -"various \"Fractals\"." +"New Magic tools: \"Comic dots\", \"Rotate\", various \"ASCII\" art, various " +"\"Fractals\", and \"Crescent\"." msgstr "" #: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54 @@ -1649,18 +1649,18 @@ msgstr "" msgid "Color Computer" msgstr "" -#: ../../magic/src/ascii.c:323 +#: ../../magic/src/ascii.c:322 #, c-format msgid "ASCII %s" msgstr "" -#: ../../magic/src/ascii.c:342 +#: ../../magic/src/ascii.c:341 #, fuzzy, c-format msgid "" "Click and drag to transform parts of your drawing to ASCII art (%s style)." msgstr "Na Kwimura i Imbeba Kuri Ubwoko i() y'Ishusho" -#: ../../magic/src/ascii.c:344 +#: ../../magic/src/ascii.c:343 #, fuzzy, c-format msgid "Click to transform your entire drawing to ASCII art (%s style)." msgstr "Na Kwimura i Imbeba Kuri i() y'Ishusho a Igishushanyo" @@ -1869,6 +1869,17 @@ msgstr "" msgid "Click to throw confetti!" msgstr "" +#: ../../magic/src/crescent.c:107 +msgid "Crescent" +msgstr "" + +#: ../../magic/src/crescent.c:122 +#, fuzzy +msgid "" +"Click and drag to draw a crescent shape. Use the size option to change the " +"shape." +msgstr "Na Kwimura i Imbeba Kuri kinanutse i() y'Ishusho" + #: ../../magic/src/distortion.c:142 msgid "Distortion" msgstr "" @@ -3185,11 +3196,6 @@ msgstr "Kuri Ubwoko a Ishusho" #~ msgid "Click to add a mosaic hexagonal effect to your entire picture." #~ msgstr "Kuri Ubwoko a Ishusho" -#, fuzzy -#~ msgid "" -#~ "Click and drag to draw a tornado stalk. Let go to finish the tornado." -#~ msgstr "Na Kwimura i Imbeba Kuri kinanutse i() y'Ishusho" - #, fuzzy #~ msgid "" #~ "Click and move the mouse to give parts of your picture an \"alien\" " diff --git a/src/po/sa.po b/src/po/sa.po index ceb491543..a322b41bc 100644 --- a/src/po/sa.po +++ b/src/po/sa.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-09-27 22:41-0700\n" +"POT-Creation-Date: 2024-09-28 17:48-0700\n" "PO-Revision-Date: 2011-11-19 07:03+0530\n" "Last-Translator: Aarathi Bala\n" "Language-Team: \n" @@ -394,8 +394,8 @@ msgstr "" #: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53 msgid "" -"New Magic tools: \"Comic dots\", \"Rotate\", various \"ASCII\" art, and " -"various \"Fractals\"." +"New Magic tools: \"Comic dots\", \"Rotate\", various \"ASCII\" art, various " +"\"Fractals\", and \"Crescent\"." msgstr "" #: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54 @@ -1651,12 +1651,12 @@ msgstr "" msgid "Color Computer" msgstr "" -#: ../../magic/src/ascii.c:323 +#: ../../magic/src/ascii.c:322 #, c-format msgid "ASCII %s" msgstr "" -#: ../../magic/src/ascii.c:342 +#: ../../magic/src/ascii.c:341 #, fuzzy, c-format #| msgid "" #| "Click and drag to make parts of your picture look like they are on " @@ -1665,7 +1665,7 @@ msgid "" "Click and drag to transform parts of your drawing to ASCII art (%s style)." msgstr "तव चित्रस्य भागान् दूरदर्शनेभवानिव कारयितुं क्लिक् कृत्वा कर्षय।" -#: ../../magic/src/ascii.c:344 +#: ../../magic/src/ascii.c:343 #, fuzzy, c-format #| msgid "" #| "Click and move the mouse around to turn the picture into a chalk drawing." @@ -1902,6 +1902,18 @@ msgstr "कन्फेटी" msgid "Click to throw confetti!" msgstr "कन्फेटी क्षेप्तुं क्लिक् कुरु!" +#: ../../magic/src/crescent.c:107 +msgid "Crescent" +msgstr "" + +#: ../../magic/src/crescent.c:122 +#, fuzzy +#| msgid "Click and drag to draw a flower stalk. Let go to finish the flower." +msgid "" +"Click and drag to draw a crescent shape. Use the size option to change the " +"shape." +msgstr "पुष्पतन्तु आलिखितुं क्लिक् कृत्वा कर्षय। पुष्पं समापयितुं त्यज।" + #: ../../magic/src/distortion.c:142 msgid "Distortion" msgstr "विकारः" diff --git a/src/po/sat.po b/src/po/sat.po index d33c5111f..4b8f32b18 100644 --- a/src/po/sat.po +++ b/src/po/sat.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: tuxpaint\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-09-27 22:41-0700\n" +"POT-Creation-Date: 2024-09-28 17:48-0700\n" "PO-Revision-Date: 2014-06-16 16:55+0530\n" "Last-Translator: Ganesh Murmu \n" "Language-Team: none\n" @@ -394,8 +394,8 @@ msgstr "" #: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53 msgid "" -"New Magic tools: \"Comic dots\", \"Rotate\", various \"ASCII\" art, and " -"various \"Fractals\"." +"New Magic tools: \"Comic dots\", \"Rotate\", various \"ASCII\" art, various " +"\"Fractals\", and \"Crescent\"." msgstr "" #: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54 @@ -1660,12 +1660,12 @@ msgstr "" msgid "Color Computer" msgstr "" -#: ../../magic/src/ascii.c:323 +#: ../../magic/src/ascii.c:322 #, c-format msgid "ASCII %s" msgstr "" -#: ../../magic/src/ascii.c:342 +#: ../../magic/src/ascii.c:341 #, fuzzy, c-format #| msgid "" #| "Click and drag to make parts of your picture look like they are on " @@ -1674,7 +1674,7 @@ msgid "" "Click and drag to transform parts of your drawing to ASCII art (%s style)." msgstr "आमाक् चिता़र टेलिविजान रे ञेलोक् लेका रेयाक् हिंस तेयार ला़गित् ओर आर ओताय मे." -#: ../../magic/src/ascii.c:344 +#: ../../magic/src/ascii.c:343 #, fuzzy, c-format #| msgid "" #| "Click and move the mouse around to turn the picture into a chalk drawing." @@ -1913,6 +1913,19 @@ msgstr "सिका़र" msgid "Click to throw confetti!" msgstr "सिका़र गिडी ला़गित् ओताय मे!" +#: ../../magic/src/crescent.c:107 +msgid "Crescent" +msgstr "" + +#: ../../magic/src/crescent.c:122 +#, fuzzy +#| msgid "Click and drag to draw a flower stalk. Let go to finish the flower." +msgid "" +"Click and drag to draw a crescent shape. Use the size option to change the " +"shape." +msgstr "" +"बाहा ढारवाक् गार तेयार ला़गित् ओर आर ओताय मे. देला बाहा चाबाय ला़गित् बो चालाक् आ." + #: ../../magic/src/distortion.c:142 msgid "Distortion" msgstr "बा़ड़िच् तेयार" diff --git a/src/po/sat@olchiki.po b/src/po/sat@olchiki.po index d9e36268b..73a2a206e 100644 --- a/src/po/sat@olchiki.po +++ b/src/po/sat@olchiki.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-09-27 22:41-0700\n" +"POT-Creation-Date: 2024-09-28 17:48-0700\n" "PO-Revision-Date: 2022-02-11 18:33+0530\n" "Last-Translator: Prasanta Hembram \n" "Language-Team: \n" @@ -391,8 +391,8 @@ msgstr "" #: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53 msgid "" -"New Magic tools: \"Comic dots\", \"Rotate\", various \"ASCII\" art, and " -"various \"Fractals\"." +"New Magic tools: \"Comic dots\", \"Rotate\", various \"ASCII\" art, various " +"\"Fractals\", and \"Crescent\"." msgstr "" #: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54 @@ -1654,12 +1654,12 @@ msgstr "" msgid "Color Computer" msgstr "" -#: ../../magic/src/ascii.c:323 +#: ../../magic/src/ascii.c:322 #, c-format msgid "ASCII %s" msgstr "" -#: ../../magic/src/ascii.c:342 +#: ../../magic/src/ascii.c:341 #, fuzzy, c-format #| msgid "" #| "Click and drag to make parts of your picture look like they are on " @@ -1669,7 +1669,7 @@ msgid "" msgstr "" "ᱟᱢᱟᱜ ᱪᱤᱛᱟᱹᱨ ᱴᱮᱞᱤᱣᱤᱡᱟᱱ ᱨᱮ ᱧᱮᱞᱚᱜ ᱞᱮᱠᱟ ᱨᱮᱭᱟᱜ ᱦᱤᱸᱥ ᱛᱮᱭᱟᱨ ᱞᱟᱹᱜᱤᱫ ᱚᱨ ᱟᱨ ᱚᱛᱟᱭ ᱢᱮ ᱾" -#: ../../magic/src/ascii.c:344 +#: ../../magic/src/ascii.c:343 #, fuzzy, c-format #| msgid "Click to sharpen the entire picture." msgid "Click to transform your entire drawing to ASCII art (%s style)." @@ -1894,6 +1894,20 @@ msgstr "ᱥᱤᱠᱟᱹᱨ" msgid "Click to throw confetti!" msgstr "ᱥᱤᱠᱟᱹᱨ ᱜᱤᱰᱤ ᱞᱟᱹᱜᱤᱫ ᱚᱛᱟᱭ ᱢᱮ!" +#: ../../magic/src/crescent.c:107 +msgid "Crescent" +msgstr "" + +#: ../../magic/src/crescent.c:122 +#, fuzzy +#| msgid "Click and drag to draw a flower stalk. Let go to finish the flower." +msgid "" +"Click and drag to draw a crescent shape. Use the size option to change the " +"shape." +msgstr "" +"ᱵᱟᱦᱟ ᱰᱷᱟᱨᱣᱟᱜ ᱜᱟᱨ ᱛᱮᱭᱟᱨ ᱞᱟᱹᱜᱤᱫ ᱚᱨ ᱟᱨ ᱚᱛᱟᱭ ᱢᱮ ᱾ ᱫᱮᱞᱟ ᱵᱟᱦᱟ ᱪᱟᱵᱟᱭ ᱞᱟᱹᱜᱤᱫ ᱵᱚ " +"ᱪᱟᱞᱟᱜ ᱟ ᱾" + #: ../../magic/src/distortion.c:142 msgid "Distortion" msgstr "ᱵᱟᱹᱲᱤᱪ ᱛᱮᱭᱟᱨ" diff --git a/src/po/sc.po b/src/po/sc.po index f7aa26c53..1d91841bb 100644 --- a/src/po/sc.po +++ b/src/po/sc.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: sc\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-09-27 22:41-0700\n" +"POT-Creation-Date: 2024-09-28 17:48-0700\n" "PO-Revision-Date: 2020-10-29 00:00+0000\n" "Last-Translator: Flavia Floris \n" "Language-Team: LANGUAGE \n" @@ -391,8 +391,8 @@ msgstr "" #: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53 msgid "" -"New Magic tools: \"Comic dots\", \"Rotate\", various \"ASCII\" art, and " -"various \"Fractals\"." +"New Magic tools: \"Comic dots\", \"Rotate\", various \"ASCII\" art, various " +"\"Fractals\", and \"Crescent\"." msgstr "" #: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54 @@ -1653,12 +1653,12 @@ msgstr "" msgid "Color Computer" msgstr "" -#: ../../magic/src/ascii.c:323 +#: ../../magic/src/ascii.c:322 #, c-format msgid "ASCII %s" msgstr "" -#: ../../magic/src/ascii.c:342 +#: ../../magic/src/ascii.c:341 #, fuzzy, c-format #| msgid "" #| "Click and drag to make parts of your picture look like they are on " @@ -1668,7 +1668,7 @@ msgid "" msgstr "" "Incarca e traga pro chi partes de s'immàgine pàrgiant essinde in televisione." -#: ../../magic/src/ascii.c:344 +#: ../../magic/src/ascii.c:343 #, fuzzy, c-format #| msgid "" #| "Click and drag the mouse around to turn the picture into a chalk drawing." @@ -1895,6 +1895,20 @@ msgstr "Coriàndulos" msgid "Click to throw confetti!" msgstr "Incarca pro ghetare coriàndulos!" +#: ../../magic/src/crescent.c:107 +msgid "Crescent" +msgstr "" + +#: ../../magic/src/crescent.c:122 +#, fuzzy +#| msgid "Click and drag to draw a flower stalk. Let go to finish the flower." +msgid "" +"Click and drag to draw a crescent shape. Use the size option to change the " +"shape." +msgstr "" +"Incarca e traga pro disinnare unu cambu de frore. Iscapa pro acabbare su " +"frore." + #: ../../magic/src/distortion.c:142 msgid "Distortion" msgstr "Torchidura" diff --git a/src/po/sd.po b/src/po/sd.po index f946dc250..3382b765a 100644 --- a/src/po/sd.po +++ b/src/po/sd.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-09-27 22:41-0700\n" +"POT-Creation-Date: 2024-09-28 17:48-0700\n" "PO-Revision-Date: 2013-01-09 14:39+0530\n" "Last-Translator: Chandrakant Dhutadmal\n" "Language-Team: Sindhi-PA\n" @@ -394,8 +394,8 @@ msgstr "" #: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53 msgid "" -"New Magic tools: \"Comic dots\", \"Rotate\", various \"ASCII\" art, and " -"various \"Fractals\"." +"New Magic tools: \"Comic dots\", \"Rotate\", various \"ASCII\" art, various " +"\"Fractals\", and \"Crescent\"." msgstr "" #: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54 @@ -1657,12 +1657,12 @@ msgstr "" msgid "Color Computer" msgstr "" -#: ../../magic/src/ascii.c:323 +#: ../../magic/src/ascii.c:322 #, c-format msgid "ASCII %s" msgstr "" -#: ../../magic/src/ascii.c:342 +#: ../../magic/src/ascii.c:341 #, fuzzy, c-format #| msgid "" #| "Click and drag to make parts of your picture look like they are on " @@ -1671,7 +1671,7 @@ msgid "" "Click and drag to transform parts of your drawing to ASCII art (%s style)." msgstr "پنهنجي تصوير تي واچوڙي واري قيف جو نقش ڪڍڻ لاءِ ڪلڪ ڪريو ۽ گهليو۔" -#: ../../magic/src/ascii.c:344 +#: ../../magic/src/ascii.c:343 #, fuzzy, c-format #| msgid "" #| "Click and move the mouse around to turn the picture into a chalk drawing." @@ -1909,6 +1909,18 @@ msgstr "رنگين پنن جون ٽڪريون" msgid "Click to throw confetti!" msgstr "رنگين پنن جون ٽڪريون اُڇلائڻ لاءِ ڪلڪ ڪريو!" +#: ../../magic/src/crescent.c:107 +msgid "Crescent" +msgstr "" + +#: ../../magic/src/crescent.c:122 +#, fuzzy +#| msgid "Click and drag to draw a flower stalk. Let go to finish the flower." +msgid "" +"Click and drag to draw a crescent shape. Use the size option to change the " +"shape." +msgstr "گل جي ڏانڊيءَ جو نقش ڪڍڻ لاءِ ڪلڪ ڪريو ۽ گهليو۔ گل پورو ٿيڻ ڏيو۔" + #: ../../magic/src/distortion.c:142 msgid "Distortion" msgstr "ڦِڏائي" diff --git a/src/po/sd@devanagari.po b/src/po/sd@devanagari.po index 0efb54f45..fbe0f6c55 100644 --- a/src/po/sd@devanagari.po +++ b/src/po/sd@devanagari.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-09-27 22:41-0700\n" +"POT-Creation-Date: 2024-09-28 17:48-0700\n" "PO-Revision-Date: 2013-01-19 23:29+0530\n" "Last-Translator: \n" "Language-Team: Sindhi-DV\n" @@ -394,8 +394,8 @@ msgstr "" #: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53 msgid "" -"New Magic tools: \"Comic dots\", \"Rotate\", various \"ASCII\" art, and " -"various \"Fractals\"." +"New Magic tools: \"Comic dots\", \"Rotate\", various \"ASCII\" art, various " +"\"Fractals\", and \"Crescent\"." msgstr "" #: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54 @@ -1655,12 +1655,12 @@ msgstr "" msgid "Color Computer" msgstr "" -#: ../../magic/src/ascii.c:323 +#: ../../magic/src/ascii.c:322 #, c-format msgid "ASCII %s" msgstr "" -#: ../../magic/src/ascii.c:342 +#: ../../magic/src/ascii.c:341 #, fuzzy, c-format #| msgid "" #| "Click and drag to make parts of your picture look like they are on " @@ -1671,7 +1671,7 @@ msgstr "" "पंहिंजे तस्वीर जा हिसा इएं बणाइण लाइ ॼणु उहे टेलीविज़न ते नज़र अचनि था क्लिक करियो ऐं " "गिहिलियो." -#: ../../magic/src/ascii.c:344 +#: ../../magic/src/ascii.c:343 #, fuzzy, c-format #| msgid "" #| "Click and move the mouse around to turn the picture into a chalk drawing." @@ -1910,6 +1910,18 @@ msgstr "रंगीनु पननि जूंटुकिरियूं" msgid "Click to throw confetti!" msgstr "रंगीनु पननि जूं टुकिरियूं उछिलाइण लाइ क्लिक करियो." +#: ../../magic/src/crescent.c:107 +msgid "Crescent" +msgstr "" + +#: ../../magic/src/crescent.c:122 +#, fuzzy +#| msgid "Click and drag to draw a flower stalk. Let go to finish the flower." +msgid "" +"Click and drag to draw a crescent shape. Use the size option to change the " +"shape." +msgstr "गुल जे ॾांडीअ जो नक़्श कढण लाइ क्लिक करियो ऐं गिहिलियो. गुलु पूरो थियण ॾियो." + #: ../../magic/src/distortion.c:142 msgid "Distortion" msgstr "फिॾाई" diff --git a/src/po/shs.po b/src/po/shs.po index 5624aa5ba..919429110 100644 --- a/src/po/shs.po +++ b/src/po/shs.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: tuxpaint 0.9.17\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-09-27 22:41-0700\n" +"POT-Creation-Date: 2024-09-28 17:48-0700\n" "PO-Revision-Date: 2008-10-20 09:16-0700\n" "Last-Translator: Neskie Manuel \n" "Language-Team: Ubuntu Secwepemc Translators \n" "Language-Team: none\n" @@ -398,8 +398,8 @@ msgstr "" #: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53 msgid "" -"New Magic tools: \"Comic dots\", \"Rotate\", various \"ASCII\" art, and " -"various \"Fractals\"." +"New Magic tools: \"Comic dots\", \"Rotate\", various \"ASCII\" art, various " +"\"Fractals\", and \"Crescent\"." msgstr "" #: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54 @@ -1679,12 +1679,12 @@ msgstr "" msgid "Color Computer" msgstr "" -#: ../../magic/src/ascii.c:323 +#: ../../magic/src/ascii.c:322 #, c-format msgid "ASCII %s" msgstr "" -#: ../../magic/src/ascii.c:342 +#: ../../magic/src/ascii.c:341 #, fuzzy, c-format #| msgid "" #| "Click and drag to make parts of your picture look like they are on " @@ -1693,7 +1693,7 @@ msgid "" "Click and drag to transform parts of your drawing to ASCII art (%s style)." msgstr "එබීමෙන් ඔබගේ පින්තුරයේ කොටසක් පෙනෙන ආකාරයරුපවහිනයේ." -#: ../../magic/src/ascii.c:344 +#: ../../magic/src/ascii.c:343 #, fuzzy, c-format #| msgid "" #| "Click and move the mouse around to turn the picture into a chalk drawing." @@ -1930,6 +1930,18 @@ msgstr "මංගල මල්පෙති" msgid "Click to throw confetti!" msgstr "මංගල මල්පෙති විසි කිරීමට මූසික ක්ලිකය කරන්න!" +#: ../../magic/src/crescent.c:107 +msgid "Crescent" +msgstr "" + +#: ../../magic/src/crescent.c:122 +#, fuzzy +#| msgid "Click and drag to draw a flower stalk. Let go to finish the flower." +msgid "" +"Click and drag to draw a crescent shape. Use the size option to change the " +"shape." +msgstr "මල් නටුව ඇඳීමට මූසික ක්ලිකය කර අදින්න. මල සම්පූර්ණ වීමට ඉඩහරින්න." + #: ../../magic/src/distortion.c:142 msgid "Distortion" msgstr "විකෘතිය" diff --git a/src/po/sk.po b/src/po/sk.po index b540182f6..a2b7aa1bb 100644 --- a/src/po/sk.po +++ b/src/po/sk.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: tuxpaint 0.9.28\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-09-27 22:41-0700\n" +"POT-Creation-Date: 2024-09-28 17:48-0700\n" "PO-Revision-Date: 2023-04-10 13:48+0200\n" "Last-Translator: Jose Riha \n" "Language-Team: Slovak \n" @@ -398,8 +398,8 @@ msgstr "" #: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53 msgid "" -"New Magic tools: \"Comic dots\", \"Rotate\", various \"ASCII\" art, and " -"various \"Fractals\"." +"New Magic tools: \"Comic dots\", \"Rotate\", various \"ASCII\" art, various " +"\"Fractals\", and \"Crescent\"." msgstr "" #: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54 @@ -1758,12 +1758,12 @@ msgstr "" msgid "Color Computer" msgstr "" -#: ../../magic/src/ascii.c:323 +#: ../../magic/src/ascii.c:322 #, c-format msgid "ASCII %s" msgstr "" -#: ../../magic/src/ascii.c:342 +#: ../../magic/src/ascii.c:341 #, fuzzy, c-format #| msgid "" #| "Click and drag to transform parts of your picture to circular " @@ -1773,7 +1773,7 @@ msgid "" msgstr "" "Kliknutím a ťahaním myši premeníš časti obrázka na kruhové ťahy štetcom." -#: ../../magic/src/ascii.c:344 +#: ../../magic/src/ascii.c:343 #, fuzzy, c-format #| msgid "Click to turn your entire picture into a maze." msgid "Click to transform your entire drawing to ASCII art (%s style)." @@ -1983,6 +1983,21 @@ msgstr "Konfety" msgid "Click to throw confetti!" msgstr "Ak klikneš myšou, môžeš hádzať konfety!" +#: ../../magic/src/crescent.c:107 +msgid "Crescent" +msgstr "" + +#: ../../magic/src/crescent.c:122 +#, fuzzy +#| msgid "" +#| "Click and drag to draw a tornado stalk. Let go to finish the tornado." +msgid "" +"Click and drag to draw a crescent shape. Use the size option to change the " +"shape." +msgstr "" +"Stlač tlačidlo myši, pohybuj ňou a nakreslíš stonku kvetu. Keď myš pustíš, " +"kvet sa dokončí." + #: ../../magic/src/distortion.c:142 msgid "Distortion" msgstr "Skreslenie" @@ -3309,13 +3324,6 @@ msgstr "Ak klikneš myšou, použiješ XOR (log. súčin) efekt na celý obrázo #~ msgid "Click to add a mosaic hexagonal effect to your entire picture." #~ msgstr "Ak klikneš myšou, urobíš mozaiku z celého obrázka." -#~| msgid "Click and drag to draw a flower stalk. Let go to finish the flower." -#~ msgid "" -#~ "Click and drag to draw a tornado stalk. Let go to finish the tornado." -#~ msgstr "" -#~ "Stlač tlačidlo myši, pohybuj ňou a nakreslíš stonku kvetu. Keď myš " -#~ "pustíš, kvet sa dokončí." - #, fuzzy #~ msgid "" #~ "Click and move the mouse to give parts of your picture an \"alien\" " diff --git a/src/po/sl.po b/src/po/sl.po index 0238ce37e..bf334d73c 100644 --- a/src/po/sl.po +++ b/src/po/sl.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: tuxpaint\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-09-27 22:41-0700\n" +"POT-Creation-Date: 2024-09-28 17:48-0700\n" "PO-Revision-Date: 2017-12-26 21:51+0100\n" "Last-Translator: Matej Urbančič \n" "Language-Team: Slovenian GNOME Translation Team \n" @@ -395,8 +395,8 @@ msgstr "" #: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53 msgid "" -"New Magic tools: \"Comic dots\", \"Rotate\", various \"ASCII\" art, and " -"various \"Fractals\"." +"New Magic tools: \"Comic dots\", \"Rotate\", various \"ASCII\" art, various " +"\"Fractals\", and \"Crescent\"." msgstr "" #: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54 @@ -1659,12 +1659,12 @@ msgstr "" msgid "Color Computer" msgstr "" -#: ../../magic/src/ascii.c:323 +#: ../../magic/src/ascii.c:322 #, c-format msgid "ASCII %s" msgstr "" -#: ../../magic/src/ascii.c:342 +#: ../../magic/src/ascii.c:341 #, fuzzy, c-format #| msgid "" #| "Click and drag to make parts of your picture look like they are on " @@ -1673,7 +1673,7 @@ msgid "" "Click and drag to transform parts of your drawing to ASCII art (%s style)." msgstr "S klikom lahko ustvarite sliko, kot je na televiziji." -#: ../../magic/src/ascii.c:344 +#: ../../magic/src/ascii.c:343 #, fuzzy, c-format #| msgid "" #| "Click and drag the mouse around to turn the picture into a chalk drawing." @@ -1895,6 +1895,17 @@ msgstr "Konfeti" msgid "Click to throw confetti!" msgstr "S klikom je mogoče razmetati konfete po sliki!" +#: ../../magic/src/crescent.c:107 +msgid "Crescent" +msgstr "" + +#: ../../magic/src/crescent.c:122 +#, fuzzy +msgid "" +"Click and drag to draw a crescent shape. Use the size option to change the " +"shape." +msgstr "S klikom in vlekom miške je mogoče risati šopek rož. " + #: ../../magic/src/distortion.c:142 msgid "Distortion" msgstr "Zvijanje" @@ -3298,11 +3309,6 @@ msgstr "S klikom in premikanjem miške je mogoče ustvariti učinek XOR." #~ "Risanje črt s prostimi koti. S klikom in potegom na V: je mogoče določiti " #~ "točko, nato pa s potegom določimo začetek in konec." -#, fuzzy -#~ msgid "" -#~ "Click and drag to draw a tornado stalk. Let go to finish the tornado." -#~ msgstr "S klikom in vlekom miške je mogoče risati šopek rož. " - #, fuzzy #~ msgid "" #~ "Click and move the mouse to give parts of your picture an \"alien\" " diff --git a/src/po/son.po b/src/po/son.po index 93219b815..031f572be 100644 --- a/src/po/son.po +++ b/src/po/son.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Tuxpaint-Songhay\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-09-27 22:41-0700\n" +"POT-Creation-Date: 2024-09-28 17:48-0700\n" "PO-Revision-Date: 2023-04-20 15:29+0200\n" "Last-Translator: Chris \n" "Language-Team: Songhay Localization Team\n" @@ -393,8 +393,8 @@ msgstr "" #: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53 msgid "" -"New Magic tools: \"Comic dots\", \"Rotate\", various \"ASCII\" art, and " -"various \"Fractals\"." +"New Magic tools: \"Comic dots\", \"Rotate\", various \"ASCII\" art, various " +"\"Fractals\", and \"Crescent\"." msgstr "" #: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54 @@ -1726,12 +1726,12 @@ msgstr "" msgid "Color Computer" msgstr "" -#: ../../magic/src/ascii.c:323 +#: ../../magic/src/ascii.c:322 #, c-format msgid "ASCII %s" msgstr "" -#: ../../magic/src/ascii.c:342 +#: ../../magic/src/ascii.c:341 #, fuzzy, c-format #| msgid "" #| "Click and drag to transform parts of your picture to circular " @@ -1740,7 +1740,7 @@ msgid "" "Click and drag to transform parts of your drawing to ASCII art (%s style)." msgstr "Naagu nda nor ka ni biyoo jerey bere k'i tee caaraykalam tonbiyaŋ." -#: ../../magic/src/ascii.c:344 +#: ../../magic/src/ascii.c:343 #, fuzzy, c-format #| msgid "Click to turn your entire picture into a maze." msgid "Click to transform your entire drawing to ASCII art (%s style)." @@ -1945,6 +1945,18 @@ msgstr "Kaddasu buuna!" msgid "Click to throw confetti!" msgstr "Naagu ka kaddasu buuna warra!" +#: ../../magic/src/crescent.c:107 +msgid "Crescent" +msgstr "" + +#: ../../magic/src/crescent.c:122 +#, fuzzy +#| msgid "Click and drag to draw a flower stalk. Let go to finish the flower." +msgid "" +"Click and drag to draw a crescent shape. Use the size option to change the " +"shape." +msgstr "Naagu ka nor ka zayra boosu zeeri. A taŋ ka kutukuryaa benandi." + #: ../../magic/src/distortion.c:142 msgid "Distortion" msgstr "Golbandiyan" diff --git a/src/po/sq.po b/src/po/sq.po index d1c6877c8..e053104cb 100644 --- a/src/po/sq.po +++ b/src/po/sq.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: tuxpaint\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-09-27 22:41-0700\n" +"POT-Creation-Date: 2024-09-28 17:48-0700\n" "PO-Revision-Date: 2024-01-26 19:44+0200\n" "Last-Translator: Besnik Bleta \n" "Language-Team: none\n" @@ -400,8 +400,8 @@ msgstr "" #, fuzzy #| msgid "New Magic tools: Epitrochoid and Hypotrochoid generators." msgid "" -"New Magic tools: \"Comic dots\", \"Rotate\", various \"ASCII\" art, and " -"various \"Fractals\"." +"New Magic tools: \"Comic dots\", \"Rotate\", various \"ASCII\" art, various " +"\"Fractals\", and \"Crescent\"." msgstr "Mjeti i ri Magjik: Prodhues vizatimesh Epitrohoide dhe Hipotrohoide." #: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54 @@ -1795,12 +1795,12 @@ msgstr "" msgid "Color Computer" msgstr "" -#: ../../magic/src/ascii.c:323 +#: ../../magic/src/ascii.c:322 #, c-format msgid "ASCII %s" msgstr "" -#: ../../magic/src/ascii.c:342 +#: ../../magic/src/ascii.c:341 #, fuzzy, c-format #| msgid "" #| "Click and drag to transform parts of your picture to circular " @@ -1811,7 +1811,7 @@ msgstr "" "Klikoni dhe tërhiqeni për të shndërruar pjesë të figurës tuaj në penelata " "rrethore." -#: ../../magic/src/ascii.c:344 +#: ../../magic/src/ascii.c:343 #, fuzzy, c-format #| msgid "Click to turn your entire picture into a maze." msgid "Click to transform your entire drawing to ASCII art (%s style)." @@ -2023,6 +2023,20 @@ msgstr "Bonbone" msgid "Click to throw confetti!" msgstr "Klikoni që të hidhen sheqerka!" +#: ../../magic/src/crescent.c:107 +msgid "Crescent" +msgstr "" + +#: ../../magic/src/crescent.c:122 +#, fuzzy +#| msgid "Click and drag to draw a flower stalk. Let go to finish the flower." +msgid "" +"Click and drag to draw a crescent shape. Use the size option to change the " +"shape." +msgstr "" +"Klikoni dhe tërhiqeni që të vizatohet kërcelli i një luleje. Mandej lëreni, " +"që të përfundohet lulja." + #: ../../magic/src/distortion.c:142 msgid "Distortion" msgstr "Shformim" diff --git a/src/po/sr.po b/src/po/sr.po index 3c7b0a57d..84d70cd3b 100644 --- a/src/po/sr.po +++ b/src/po/sr.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: tuxpaint 0.9.15rc1\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-09-27 22:41-0700\n" +"POT-Creation-Date: 2024-09-28 17:48-0700\n" "PO-Revision-Date: 2010-12-12 00:00+0100\n" "Last-Translator: Ivana \n" "Language-Team: Serbian \n" @@ -419,8 +419,8 @@ msgstr "" #: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53 msgid "" -"New Magic tools: \"Comic dots\", \"Rotate\", various \"ASCII\" art, and " -"various \"Fractals\"." +"New Magic tools: \"Comic dots\", \"Rotate\", various \"ASCII\" art, various " +"\"Fractals\", and \"Crescent\"." msgstr "" #: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54 @@ -1769,13 +1769,13 @@ msgstr "" msgid "Color Computer" msgstr "" -#: ../../magic/src/ascii.c:323 +#: ../../magic/src/ascii.c:322 #, c-format msgid "ASCII %s" msgstr "" # -#: ../../magic/src/ascii.c:342 +#: ../../magic/src/ascii.c:341 #, fuzzy, c-format #| msgid "" #| "Click and drag to make parts of your picture look like they are on " @@ -1785,7 +1785,7 @@ msgid "" msgstr "Кликни и учини да део слике изгледа као да је на телевизији." # -#: ../../magic/src/ascii.c:344 +#: ../../magic/src/ascii.c:343 #, fuzzy, c-format #| msgid "" #| "Click and move the mouse around to turn the picture into a chalk drawing." @@ -2047,6 +2047,18 @@ msgstr "Конфете" msgid "Click to throw confetti!" msgstr "Кликни да бациш конфете!" +#: ../../magic/src/crescent.c:107 +msgid "Crescent" +msgstr "" + +# +#: ../../magic/src/crescent.c:122 +#, fuzzy +msgid "" +"Click and drag to draw a crescent shape. Use the size option to change the " +"shape." +msgstr "Кликни и мрдај мишем да би замаглио слику." + #: ../../magic/src/distortion.c:142 msgid "Distortion" msgstr "Искривљавање" @@ -3614,12 +3626,6 @@ msgstr "Кликни да додаш мозаик ефект на целу сл #~ msgid "Click to add a mosaic hexagonal effect to your entire picture." #~ msgstr "Кликни да би направио слику у огледалу." -# -#, fuzzy -#~ msgid "" -#~ "Click and drag to draw a tornado stalk. Let go to finish the tornado." -#~ msgstr "Кликни и мрдај мишем да би замаглио слику." - # #, fuzzy #~ msgid "" diff --git a/src/po/sr@latin.po b/src/po/sr@latin.po index 2430f7b5f..38445e374 100644 --- a/src/po/sr@latin.po +++ b/src/po/sr@latin.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: tuxpaint 0.9.15rc1\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-09-27 22:41-0700\n" +"POT-Creation-Date: 2024-09-28 17:48-0700\n" "PO-Revision-Date: 2010-12-12 00:00+0100\n" "Last-Translator: Ivana \n" "Language-Team: Serbian \n" @@ -419,8 +419,8 @@ msgstr "" #: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53 msgid "" -"New Magic tools: \"Comic dots\", \"Rotate\", various \"ASCII\" art, and " -"various \"Fractals\"." +"New Magic tools: \"Comic dots\", \"Rotate\", various \"ASCII\" art, various " +"\"Fractals\", and \"Crescent\"." msgstr "" #: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54 @@ -1769,13 +1769,13 @@ msgstr "" msgid "Color Computer" msgstr "" -#: ../../magic/src/ascii.c:323 +#: ../../magic/src/ascii.c:322 #, c-format msgid "ASCII %s" msgstr "" # -#: ../../magic/src/ascii.c:342 +#: ../../magic/src/ascii.c:341 #, fuzzy, c-format #| msgid "" #| "Click and drag to make parts of your picture look like they are on " @@ -1785,7 +1785,7 @@ msgid "" msgstr "Klikni i učini da deo slike izgleda kao da je na televiziji." # -#: ../../magic/src/ascii.c:344 +#: ../../magic/src/ascii.c:343 #, fuzzy, c-format #| msgid "" #| "Click and move the mouse around to turn the picture into a chalk drawing." @@ -2047,6 +2047,18 @@ msgstr "Konfete" msgid "Click to throw confetti!" msgstr "Klikni da baciš konfete!" +#: ../../magic/src/crescent.c:107 +msgid "Crescent" +msgstr "" + +# +#: ../../magic/src/crescent.c:122 +#, fuzzy +msgid "" +"Click and drag to draw a crescent shape. Use the size option to change the " +"shape." +msgstr "Klikni i mrdaj mišem da bi zamaglio sliku." + #: ../../magic/src/distortion.c:142 msgid "Distortion" msgstr "Iskrivljavanje" @@ -3618,12 +3630,6 @@ msgstr "Klikni da dodaš mozaik efekt na celu sliku." #~ msgid "Click to add a mosaic hexagonal effect to your entire picture." #~ msgstr "Klikni da bi napravio sliku u ogledalu." -# -#, fuzzy -#~ msgid "" -#~ "Click and drag to draw a tornado stalk. Let go to finish the tornado." -#~ msgstr "Klikni i mrdaj mišem da bi zamaglio sliku." - # #, fuzzy #~ msgid "" diff --git a/src/po/su.po b/src/po/su.po index f42bc25fa..0affe71b4 100644 --- a/src/po/su.po +++ b/src/po/su.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-09-27 22:41-0700\n" +"POT-Creation-Date: 2024-09-28 17:48-0700\n" "PO-Revision-Date: 2011-05-27 06:24+0200\n" "Last-Translator: kumincir \n" "Language-Team: LANGUAGE \n" @@ -385,8 +385,8 @@ msgstr "" #: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53 msgid "" -"New Magic tools: \"Comic dots\", \"Rotate\", various \"ASCII\" art, and " -"various \"Fractals\"." +"New Magic tools: \"Comic dots\", \"Rotate\", various \"ASCII\" art, various " +"\"Fractals\", and \"Crescent\"." msgstr "" #: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54 @@ -1634,18 +1634,18 @@ msgstr "" msgid "Color Computer" msgstr "" -#: ../../magic/src/ascii.c:323 +#: ../../magic/src/ascii.c:322 #, c-format msgid "ASCII %s" msgstr "" -#: ../../magic/src/ascii.c:342 +#: ../../magic/src/ascii.c:341 #, fuzzy, c-format msgid "" "Click and drag to transform parts of your drawing to ASCII art (%s style)." msgstr "Klik pikeun ngarobah warna dina sakabéh gambarna." -#: ../../magic/src/ascii.c:344 +#: ../../magic/src/ascii.c:343 #, fuzzy, c-format msgid "Click to transform your entire drawing to ASCII art (%s style)." msgstr "Klik pikeun ngarobah warna dina sakabéh gambarna." @@ -1846,6 +1846,16 @@ msgstr "" msgid "Click to throw confetti!" msgstr "" +#: ../../magic/src/crescent.c:107 +msgid "Crescent" +msgstr "" + +#: ../../magic/src/crescent.c:122 +msgid "" +"Click and drag to draw a crescent shape. Use the size option to change the " +"shape." +msgstr "" + #: ../../magic/src/distortion.c:142 msgid "Distortion" msgstr "" diff --git a/src/po/sv.po b/src/po/sv.po index 784b8cda5..b421a8df0 100644 --- a/src/po/sv.po +++ b/src/po/sv.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: tuxpaint\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-09-27 22:41-0700\n" +"POT-Creation-Date: 2024-09-28 17:48-0700\n" "PO-Revision-Date: 2017-12-17 22:48+0100\n" "Last-Translator: Sebastian Rasmussen \n" "Language-Team: Svenska \n" @@ -396,8 +396,8 @@ msgstr "" #: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53 msgid "" -"New Magic tools: \"Comic dots\", \"Rotate\", various \"ASCII\" art, and " -"various \"Fractals\"." +"New Magic tools: \"Comic dots\", \"Rotate\", various \"ASCII\" art, various " +"\"Fractals\", and \"Crescent\"." msgstr "" #: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54 @@ -1658,12 +1658,12 @@ msgstr "" msgid "Color Computer" msgstr "" -#: ../../magic/src/ascii.c:323 +#: ../../magic/src/ascii.c:322 #, c-format msgid "ASCII %s" msgstr "" -#: ../../magic/src/ascii.c:342 +#: ../../magic/src/ascii.c:341 #, fuzzy, c-format #| msgid "" #| "Click and drag to make parts of your picture look like they are on " @@ -1673,7 +1673,7 @@ msgid "" msgstr "" "Klicka och dra för att få delar av din bild att se ut som om de är på TV." -#: ../../magic/src/ascii.c:344 +#: ../../magic/src/ascii.c:343 #, fuzzy, c-format #| msgid "" #| "Click and drag the mouse around to turn the picture into a chalk drawing." @@ -1896,6 +1896,20 @@ msgstr "Konfetti" msgid "Click to throw confetti!" msgstr "Klicka för att kasta konfetti!" +#: ../../magic/src/crescent.c:107 +msgid "Crescent" +msgstr "" + +#: ../../magic/src/crescent.c:122 +#, fuzzy +#| msgid "Click and drag to draw a flower stalk. Let go to finish the flower." +msgid "" +"Click and drag to draw a crescent shape. Use the size option to change the " +"shape." +msgstr "" +"Klicka och dra för att rita blommans stjälk. Släpp för att göra färdigt " +"blomman." + #: ../../magic/src/distortion.c:142 msgid "Distortion" msgstr "Rör till" diff --git a/src/po/sw.po b/src/po/sw.po index bdae152cd..6ab3efd9d 100644 --- a/src/po/sw.po +++ b/src/po/sw.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-09-27 22:41-0700\n" +"POT-Creation-Date: 2024-09-28 17:48-0700\n" "PO-Revision-Date: 2010-11-04 23:59+0200\n" "Last-Translator: Emanuel Feruzi \n" "Language-Team: LANGUAGE \n" @@ -394,8 +394,8 @@ msgstr "" #: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53 msgid "" -"New Magic tools: \"Comic dots\", \"Rotate\", various \"ASCII\" art, and " -"various \"Fractals\"." +"New Magic tools: \"Comic dots\", \"Rotate\", various \"ASCII\" art, various " +"\"Fractals\", and \"Crescent\"." msgstr "" #: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54 @@ -1653,12 +1653,12 @@ msgstr "" msgid "Color Computer" msgstr "" -#: ../../magic/src/ascii.c:323 +#: ../../magic/src/ascii.c:322 #, c-format msgid "ASCII %s" msgstr "" -#: ../../magic/src/ascii.c:342 +#: ../../magic/src/ascii.c:341 #, fuzzy, c-format #| msgid "" #| "Click and drag to make parts of your picture look like they are on " @@ -1669,7 +1669,7 @@ msgstr "" "Bofya na kokota kufanya sehemu za picha yako zionekane kama ziko kwenye " "luninga." -#: ../../magic/src/ascii.c:344 +#: ../../magic/src/ascii.c:343 #, fuzzy, c-format #| msgid "" #| "Click and move the mouse around to turn the picture into a chalk drawing." @@ -1906,6 +1906,18 @@ msgstr "Konfeti" msgid "Click to throw confetti!" msgstr "Bofya kurusha konfieti!" +#: ../../magic/src/crescent.c:107 +msgid "Crescent" +msgstr "" + +#: ../../magic/src/crescent.c:122 +#, fuzzy +#| msgid "Click and drag to draw a flower stalk. Let go to finish the flower." +msgid "" +"Click and drag to draw a crescent shape. Use the size option to change the " +"shape." +msgstr "Bofya na kokota kishora shina la ua. Achia kimalizia ua." + #: ../../magic/src/distortion.c:142 msgid "Distortion" msgstr "Badili umbo" diff --git a/src/po/ta.po b/src/po/ta.po index 58afda694..5b2dc235a 100644 --- a/src/po/ta.po +++ b/src/po/ta.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: TuxPaint 0.9.13\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-09-27 22:41-0700\n" +"POT-Creation-Date: 2024-09-28 17:48-0700\n" "PO-Revision-Date: 2009-01-18 00:06+0530\n" "Last-Translator: ravishankar \n" "Language-Team: A. Ravishankar \n" @@ -390,8 +390,8 @@ msgstr "" #: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53 msgid "" -"New Magic tools: \"Comic dots\", \"Rotate\", various \"ASCII\" art, and " -"various \"Fractals\"." +"New Magic tools: \"Comic dots\", \"Rotate\", various \"ASCII\" art, various " +"\"Fractals\", and \"Crescent\"." msgstr "" #: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54 @@ -1652,19 +1652,19 @@ msgstr "" msgid "Color Computer" msgstr "" -#: ../../magic/src/ascii.c:323 +#: ../../magic/src/ascii.c:322 #, c-format msgid "ASCII %s" msgstr "" -#: ../../magic/src/ascii.c:342 +#: ../../magic/src/ascii.c:341 #, fuzzy, c-format #| msgid "Click to make your picture look like it's on television." msgid "" "Click and drag to transform parts of your drawing to ASCII art (%s style)." msgstr "சொடுக்கினால், உங்கள் படம் தொலைக்காட்சியில் உள்ளது போல் தெரியும். " -#: ../../magic/src/ascii.c:344 +#: ../../magic/src/ascii.c:343 #, fuzzy, c-format #| msgid "" #| "Click and move the mouse around to turn the picture into a chalk drawing." @@ -1907,6 +1907,18 @@ msgstr "வண்ணக் காகிதத் துண்டுகள்" msgid "Click to throw confetti!" msgstr "சொடுக்கினால், வண்ணக் காகிதத் துண்டுகளை எறியலாம்" +#: ../../magic/src/crescent.c:107 +msgid "Crescent" +msgstr "" + +#: ../../magic/src/crescent.c:122 +#, fuzzy +#| msgid "Click and drag to draw a flower stalk. Let go to finish the flower." +msgid "" +"Click and drag to draw a crescent shape. Use the size option to change the " +"shape." +msgstr "பூச்செண்டை வரைய சொடுக்கி இழுங்க. இழுத்து விட்டபின் பூ மலரும்." + #: ../../magic/src/distortion.c:142 msgid "Distortion" msgstr "உருக்குலை" @@ -3355,12 +3367,6 @@ msgstr "சொடுக்கினால், முழுப்படத்த #~ msgid "QY" #~ msgstr "QY" -#, fuzzy -#~| msgid "Click and drag to draw a flower stalk. Let go to finish the flower." -#~ msgid "" -#~ "Click and drag to draw a tornado stalk. Let go to finish the tornado." -#~ msgstr "பூச்செண்டை வரைய சொடுக்கி இழுங்க. இழுத்து விட்டபின் பூ மலரும்." - #, fuzzy #~ msgid "" #~ "Click and move the mouse to give parts of your picture an \"alien\" " diff --git a/src/po/te.po b/src/po/te.po index d75600e5f..1b38afaa9 100644 --- a/src/po/te.po +++ b/src/po/te.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: tuxpaint\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-09-27 22:41-0700\n" +"POT-Creation-Date: 2024-09-28 17:48-0700\n" "PO-Revision-Date: 2011-01-07 15:08+0530\n" "Last-Translator: saikumar \n" "Language-Team: Telugu \n" @@ -392,8 +392,8 @@ msgstr "" #: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53 msgid "" -"New Magic tools: \"Comic dots\", \"Rotate\", various \"ASCII\" art, and " -"various \"Fractals\"." +"New Magic tools: \"Comic dots\", \"Rotate\", various \"ASCII\" art, various " +"\"Fractals\", and \"Crescent\"." msgstr "" #: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54 @@ -1651,12 +1651,12 @@ msgstr "" msgid "Color Computer" msgstr "" -#: ../../magic/src/ascii.c:323 +#: ../../magic/src/ascii.c:322 #, c-format msgid "ASCII %s" msgstr "" -#: ../../magic/src/ascii.c:342 +#: ../../magic/src/ascii.c:341 #, fuzzy, c-format #| msgid "" #| "Click and drag to make parts of your picture look like they are on " @@ -1665,7 +1665,7 @@ msgid "" "Click and drag to transform parts of your drawing to ASCII art (%s style)." msgstr "చిత్రములో మీకు కావలిసిన ప్రాంతాలు టివి లోని చిత్రమువలె కనిపించుటకు క్లిక్ చేసీ లాగండి." -#: ../../magic/src/ascii.c:344 +#: ../../magic/src/ascii.c:343 #, fuzzy, c-format #| msgid "" #| "Click and move the mouse around to turn the picture into a chalk drawing." @@ -1903,6 +1903,17 @@ msgstr "కాగితపు ముక్కలు." msgid "Click to throw confetti!" msgstr "కాగితపు ముక్కలు విసిరివేయ్యుటకు క్లిక్ కొట్టండి." +#: ../../magic/src/crescent.c:107 +msgid "Crescent" +msgstr "" + +#: ../../magic/src/crescent.c:122 +#, fuzzy +msgid "" +"Click and drag to draw a crescent shape. Use the size option to change the " +"shape." +msgstr "చిత్రానికి మఱక వేయడానికి క్లిక్ చేసి దాని చుట్టూ జరపండి" + #: ../../magic/src/distortion.c:142 msgid "Distortion" msgstr "వంకర" @@ -3332,11 +3343,6 @@ msgstr "చిత్రం మొత్తానికి మోసెను వ #~ msgid "Click to add a mosaic hexagonal effect to your entire picture." #~ msgstr "చిత్రానికి మఱక వేయడానికి క్లిక్ చేసి దాని చుట్టూ జరపండి" -#, fuzzy -#~ msgid "" -#~ "Click and drag to draw a tornado stalk. Let go to finish the tornado." -#~ msgstr "చిత్రానికి మఱక వేయడానికి క్లిక్ చేసి దాని చుట్టూ జరపండి" - #, fuzzy #~ msgid "" #~ "Click and move the mouse to give parts of your picture an \"alien\" " diff --git a/src/po/th.po b/src/po/th.po index fdc8fb856..e40184c90 100644 --- a/src/po/th.po +++ b/src/po/th.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: tuxpaint\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-09-27 22:41-0700\n" +"POT-Creation-Date: 2024-09-28 17:48-0700\n" "PO-Revision-Date: 2015-03-09 11:22+0000\n" "Last-Translator: Nudjaree \n" "Language-Team: Thai (http://www.transifex.com/projects/p/doudoulinux/" @@ -400,8 +400,8 @@ msgstr "" #: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53 msgid "" -"New Magic tools: \"Comic dots\", \"Rotate\", various \"ASCII\" art, and " -"various \"Fractals\"." +"New Magic tools: \"Comic dots\", \"Rotate\", various \"ASCII\" art, various " +"\"Fractals\", and \"Crescent\"." msgstr "" #: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54 @@ -1639,12 +1639,12 @@ msgstr "" msgid "Color Computer" msgstr "" -#: ../../magic/src/ascii.c:323 +#: ../../magic/src/ascii.c:322 #, c-format msgid "ASCII %s" msgstr "" -#: ../../magic/src/ascii.c:342 +#: ../../magic/src/ascii.c:341 #, fuzzy, c-format #| msgid "" #| "Click and drag to make parts of your picture look like they are on " @@ -1653,7 +1653,7 @@ msgid "" "Click and drag to transform parts of your drawing to ASCII art (%s style)." msgstr "คลิกและลากเพื่อให้ชิ้นส่วนของภาพของคุณเหมือนอยู่ในจอโทรทัศน์." -#: ../../magic/src/ascii.c:344 +#: ../../magic/src/ascii.c:343 #, fuzzy, c-format #| msgid "" #| "Click and move the mouse around to turn the picture into a chalk drawing." @@ -1887,6 +1887,18 @@ msgstr "เศษกระดาษสีที่ใช้โปรย" msgid "Click to throw confetti!" msgstr "คลิ๊กเพื่อโยนเศษกระดาษสีที่ใช้โปรย!" +#: ../../magic/src/crescent.c:107 +msgid "Crescent" +msgstr "" + +#: ../../magic/src/crescent.c:122 +#, fuzzy +#| msgid "Click and drag to draw a flower stalk. Let go to finish the flower." +msgid "" +"Click and drag to draw a crescent shape. Use the size option to change the " +"shape." +msgstr "คลิกและลากเพื่อวาดก้านดอก ไปจบดอกไม้" + #: ../../magic/src/distortion.c:142 msgid "Distortion" msgstr "การบิดเบือน" diff --git a/src/po/tl.po b/src/po/tl.po index 06286f453..eef68ebbe 100644 --- a/src/po/tl.po +++ b/src/po/tl.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Tux Paint\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-09-27 22:41-0700\n" +"POT-Creation-Date: 2024-09-28 17:48-0700\n" "PO-Revision-Date: 2006-01-01 17:43+0900\n" "Last-Translator: none\n" "Language-Team: none\n" @@ -380,8 +380,8 @@ msgstr "" #: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53 msgid "" -"New Magic tools: \"Comic dots\", \"Rotate\", various \"ASCII\" art, and " -"various \"Fractals\"." +"New Magic tools: \"Comic dots\", \"Rotate\", various \"ASCII\" art, various " +"\"Fractals\", and \"Crescent\"." msgstr "" #: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54 @@ -1601,18 +1601,18 @@ msgstr "" msgid "Color Computer" msgstr "" -#: ../../magic/src/ascii.c:323 +#: ../../magic/src/ascii.c:322 #, c-format msgid "ASCII %s" msgstr "" -#: ../../magic/src/ascii.c:342 +#: ../../magic/src/ascii.c:341 #, c-format msgid "" "Click and drag to transform parts of your drawing to ASCII art (%s style)." msgstr "" -#: ../../magic/src/ascii.c:344 +#: ../../magic/src/ascii.c:343 #, c-format msgid "Click to transform your entire drawing to ASCII art (%s style)." msgstr "" @@ -1799,6 +1799,16 @@ msgstr "" msgid "Click to throw confetti!" msgstr "" +#: ../../magic/src/crescent.c:107 +msgid "Crescent" +msgstr "" + +#: ../../magic/src/crescent.c:122 +msgid "" +"Click and drag to draw a crescent shape. Use the size option to change the " +"shape." +msgstr "" + #: ../../magic/src/distortion.c:142 msgid "Distortion" msgstr "" diff --git a/src/po/tlh.po b/src/po/tlh.po index 541eea2a1..b3eda26d9 100644 --- a/src/po/tlh.po +++ b/src/po/tlh.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Tux Paint\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-09-27 22:41-0700\n" +"POT-Creation-Date: 2024-09-28 17:48-0700\n" "PO-Revision-Date: 2004-08-16 23:14-0800\n" "Last-Translator: Bill Kendrick \n" "Language-Team: Bill Kendrick \n" @@ -382,8 +382,8 @@ msgstr "" #: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53 msgid "" -"New Magic tools: \"Comic dots\", \"Rotate\", various \"ASCII\" art, and " -"various \"Fractals\"." +"New Magic tools: \"Comic dots\", \"Rotate\", various \"ASCII\" art, various " +"\"Fractals\", and \"Crescent\"." msgstr "" #: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54 @@ -1603,18 +1603,18 @@ msgstr "" msgid "Color Computer" msgstr "" -#: ../../magic/src/ascii.c:323 +#: ../../magic/src/ascii.c:322 #, c-format msgid "ASCII %s" msgstr "" -#: ../../magic/src/ascii.c:342 +#: ../../magic/src/ascii.c:341 #, c-format msgid "" "Click and drag to transform parts of your drawing to ASCII art (%s style)." msgstr "" -#: ../../magic/src/ascii.c:344 +#: ../../magic/src/ascii.c:343 #, c-format msgid "Click to transform your entire drawing to ASCII art (%s style)." msgstr "" @@ -1803,6 +1803,16 @@ msgstr "" msgid "Click to throw confetti!" msgstr "" +#: ../../magic/src/crescent.c:107 +msgid "Crescent" +msgstr "" + +#: ../../magic/src/crescent.c:122 +msgid "" +"Click and drag to draw a crescent shape. Use the size option to change the " +"shape." +msgstr "" + #: ../../magic/src/distortion.c:142 msgid "Distortion" msgstr "" diff --git a/src/po/tr.po b/src/po/tr.po index 1fdcfda6c..ec3f50065 100644 --- a/src/po/tr.po +++ b/src/po/tr.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: tuxpaint\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-09-27 22:41-0700\n" +"POT-Creation-Date: 2024-09-28 17:48-0700\n" "PO-Revision-Date: 2012-01-02 22:41+0200\n" "Last-Translator: gvhı \n" "Language-Team: Turkish \n" @@ -394,8 +394,8 @@ msgstr "" #: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53 msgid "" -"New Magic tools: \"Comic dots\", \"Rotate\", various \"ASCII\" art, and " -"various \"Fractals\"." +"New Magic tools: \"Comic dots\", \"Rotate\", various \"ASCII\" art, various " +"\"Fractals\", and \"Crescent\"." msgstr "" #: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54 @@ -1662,12 +1662,12 @@ msgstr "" msgid "Color Computer" msgstr "" -#: ../../magic/src/ascii.c:323 +#: ../../magic/src/ascii.c:322 #, c-format msgid "ASCII %s" msgstr "" -#: ../../magic/src/ascii.c:342 +#: ../../magic/src/ascii.c:341 #, fuzzy, c-format #| msgid "" #| "Click and drag to make parts of your picture look like they are on " @@ -1678,7 +1678,7 @@ msgstr "" "Resminizin televizyonun içindeymiş gibi gözükmesi istediğiniz yere tıklayın " "ve sürükleyin." -#: ../../magic/src/ascii.c:344 +#: ../../magic/src/ascii.c:343 #, fuzzy, c-format #| msgid "" #| "Click and move the mouse around to turn the picture into a chalk drawing." @@ -1921,6 +1921,17 @@ msgstr "Konfeti" msgid "Click to throw confetti!" msgstr "Konfetiyi fırlatmak için tıklatın!" +#: ../../magic/src/crescent.c:107 +msgid "Crescent" +msgstr "" + +#: ../../magic/src/crescent.c:122 +#, fuzzy +msgid "" +"Click and drag to draw a crescent shape. Use the size option to change the " +"shape." +msgstr "Resmi bulanıklaştırmak için tıkla ve fareyi etrafta gezdir." + #: ../../magic/src/distortion.c:142 msgid "Distortion" msgstr "Bükülme" @@ -3407,11 +3418,6 @@ msgstr "Bütün resmine mozaik efekti eklemek için tıkla." #~ msgid "Click to add a mosaic hexagonal effect to your entire picture." #~ msgstr "Bir ayna görüntüsü oluşturmak için tıkla." -#, fuzzy -#~ msgid "" -#~ "Click and drag to draw a tornado stalk. Let go to finish the tornado." -#~ msgstr "Resmi bulanıklaştırmak için tıkla ve fareyi etrafta gezdir." - #, fuzzy #~ msgid "" #~ "Click and move the mouse to give parts of your picture an \"alien\" " diff --git a/src/po/tuxpaint.pot b/src/po/tuxpaint.pot index 89c06bd84..8fce878dd 100644 --- a/src/po/tuxpaint.pot +++ b/src/po/tuxpaint.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: tuxpaint\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-09-27 22:41-0700\n" +"POT-Creation-Date: 2024-09-28 17:48-0700\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -371,8 +371,8 @@ msgstr "" #: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53 msgid "" -"New Magic tools: \"Comic dots\", \"Rotate\", various \"ASCII\" art, and " -"various \"Fractals\"." +"New Magic tools: \"Comic dots\", \"Rotate\", various \"ASCII\" art, various " +"\"Fractals\", and \"Crescent\"." msgstr "" #: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54 @@ -1559,18 +1559,18 @@ msgstr "" msgid "Color Computer" msgstr "" -#: ../../magic/src/ascii.c:323 +#: ../../magic/src/ascii.c:322 #, c-format msgid "ASCII %s" msgstr "" -#: ../../magic/src/ascii.c:342 +#: ../../magic/src/ascii.c:341 #, c-format msgid "" "Click and drag to transform parts of your drawing to ASCII art (%s style)." msgstr "" -#: ../../magic/src/ascii.c:344 +#: ../../magic/src/ascii.c:343 #, c-format msgid "Click to transform your entire drawing to ASCII art (%s style)." msgstr "" @@ -1755,6 +1755,16 @@ msgstr "" msgid "Click to throw confetti!" msgstr "" +#: ../../magic/src/crescent.c:107 +msgid "Crescent" +msgstr "" + +#: ../../magic/src/crescent.c:122 +msgid "" +"Click and drag to draw a crescent shape. Use the size option to change the " +"shape." +msgstr "" + #: ../../magic/src/distortion.c:142 msgid "Distortion" msgstr "" diff --git a/src/po/tw.po b/src/po/tw.po index 56d8dcb1f..0bf3f27ce 100644 --- a/src/po/tw.po +++ b/src/po/tw.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-09-27 22:41-0700\n" +"POT-Creation-Date: 2024-09-28 17:48-0700\n" "PO-Revision-Date: 2007-04-26 15:45+0200\n" "Last-Translator: Joana Portia Antwi-Danso \n" "MIME-Version: 1.0\n" @@ -393,8 +393,8 @@ msgstr "" #: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53 msgid "" -"New Magic tools: \"Comic dots\", \"Rotate\", various \"ASCII\" art, and " -"various \"Fractals\"." +"New Magic tools: \"Comic dots\", \"Rotate\", various \"ASCII\" art, various " +"\"Fractals\", and \"Crescent\"." msgstr "" #: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54 @@ -1652,18 +1652,18 @@ msgstr "" msgid "Color Computer" msgstr "" -#: ../../magic/src/ascii.c:323 +#: ../../magic/src/ascii.c:322 #, c-format msgid "ASCII %s" msgstr "" -#: ../../magic/src/ascii.c:342 +#: ../../magic/src/ascii.c:341 #, fuzzy, c-format msgid "" "Click and drag to transform parts of your drawing to ASCII art (%s style)." msgstr "Fa akura no fa mfoni no so na sesa n'ahosuo no." -#: ../../magic/src/ascii.c:344 +#: ../../magic/src/ascii.c:343 #, fuzzy, c-format #| msgid "" #| "Click and move the mouse around to turn the picture into a chalk drawing." @@ -1886,6 +1886,17 @@ msgstr "" msgid "Click to throw confetti!" msgstr "" +#: ../../magic/src/crescent.c:107 +msgid "Crescent" +msgstr "" + +#: ../../magic/src/crescent.c:122 +#, fuzzy +msgid "" +"Click and drag to draw a crescent shape. Use the size option to change the " +"shape." +msgstr "Mia so na fa akura no to mfoni no so ma no nyɛ wisiwisi." + #: ../../magic/src/distortion.c:142 msgid "Distortion" msgstr "" @@ -3244,11 +3255,6 @@ msgstr "Mia akura no so ma mfoni no baako mmɛka ho." #~ msgid "QY" #~ msgstr "QY" -#, fuzzy -#~ msgid "" -#~ "Click and drag to draw a tornado stalk. Let go to finish the tornado." -#~ msgstr "Mia so na fa akura no to mfoni no so ma no nyɛ wisiwisi." - #, fuzzy #~ msgid "" #~ "Click and move the mouse to give parts of your picture an \"alien\" " diff --git a/src/po/uk.po b/src/po/uk.po index 21d4374fc..a477372f9 100644 --- a/src/po/uk.po +++ b/src/po/uk.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: TuxPaint 0.9.23 uk\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-09-27 22:41-0700\n" +"POT-Creation-Date: 2024-09-28 17:48-0700\n" "PO-Revision-Date: 2023-03-29 19:54+0300\n" "Last-Translator: Yuri Chornoivan \n" "Language-Team: Ukrainian \n" @@ -400,8 +400,8 @@ msgstr "" #: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53 msgid "" -"New Magic tools: \"Comic dots\", \"Rotate\", various \"ASCII\" art, and " -"various \"Fractals\"." +"New Magic tools: \"Comic dots\", \"Rotate\", various \"ASCII\" art, various " +"\"Fractals\", and \"Crescent\"." msgstr "" #: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54 @@ -1780,12 +1780,12 @@ msgstr "" msgid "Color Computer" msgstr "" -#: ../../magic/src/ascii.c:323 +#: ../../magic/src/ascii.c:322 #, c-format msgid "ASCII %s" msgstr "" -#: ../../magic/src/ascii.c:342 +#: ../../magic/src/ascii.c:341 #, fuzzy, c-format #| msgid "" #| "Click and drag to transform parts of your picture to circular " @@ -1796,7 +1796,7 @@ msgstr "" "Натисніть кнопку миші і перетягніть вказівник, щоб перетворити частини " "вашого малюнка на кругові мазки пензлем." -#: ../../magic/src/ascii.c:344 +#: ../../magic/src/ascii.c:343 #, fuzzy, c-format #| msgid "Click to turn your entire picture into a maze." msgid "Click to transform your entire drawing to ASCII art (%s style)." @@ -2024,6 +2024,20 @@ msgstr "Конфеті" msgid "Click to throw confetti!" msgstr "Клацніть, щоб порозкидувати конфеті!" +#: ../../magic/src/crescent.c:107 +msgid "Crescent" +msgstr "" + +#: ../../magic/src/crescent.c:122 +#, fuzzy +#| msgid "Click and drag to draw a flower stalk. Let go to finish the flower." +msgid "" +"Click and drag to draw a crescent shape. Use the size option to change the " +"shape." +msgstr "" +"Клацніть та протягніть, щоб виростити стебло для квітки. Відпустіть кнопку, " +"щоб завершити квітку." + #: ../../magic/src/distortion.c:142 msgid "Distortion" msgstr "Спотворення" diff --git a/src/po/ur.po b/src/po/ur.po index 82ee1e038..1f7b4b19f 100644 --- a/src/po/ur.po +++ b/src/po/ur.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-09-27 22:41-0700\n" +"POT-Creation-Date: 2024-09-28 17:48-0700\n" "PO-Revision-Date: 2011-10-30 15:34+0530\n" "Last-Translator: Chandrakant Dhutadmal\n" "Language-Team: Urdu\n" @@ -393,8 +393,8 @@ msgstr "" #: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53 msgid "" -"New Magic tools: \"Comic dots\", \"Rotate\", various \"ASCII\" art, and " -"various \"Fractals\"." +"New Magic tools: \"Comic dots\", \"Rotate\", various \"ASCII\" art, various " +"\"Fractals\", and \"Crescent\"." msgstr "" #: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54 @@ -1658,12 +1658,12 @@ msgstr "" msgid "Color Computer" msgstr "" -#: ../../magic/src/ascii.c:323 +#: ../../magic/src/ascii.c:322 #, c-format msgid "ASCII %s" msgstr "" -#: ../../magic/src/ascii.c:342 +#: ../../magic/src/ascii.c:341 #, fuzzy, c-format #| msgid "" #| "Click and drag to make parts of your picture look like they are on " @@ -1674,7 +1674,7 @@ msgstr "" "آپ كے تصویر كے حصوں كو ٹیلی ویژن پر ہے ایسے پیش كرنے كے لئے كلك اور ڈریگ " "كریں۔" -#: ../../magic/src/ascii.c:344 +#: ../../magic/src/ascii.c:343 #, fuzzy, c-format #| msgid "" #| "Click and move the mouse around to turn the picture into a chalk drawing." @@ -1922,6 +1922,19 @@ msgstr "كانفیٹی" msgid "Click to throw confetti!" msgstr "كانفیٹی پھینكنے كے لئے كلك كریں!" +#: ../../magic/src/crescent.c:107 +msgid "Crescent" +msgstr "" + +#: ../../magic/src/crescent.c:122 +#, fuzzy +#| msgid "Click and drag to draw a flower stalk. Let go to finish the flower." +msgid "" +"Click and drag to draw a crescent shape. Use the size option to change the " +"shape." +msgstr "" +"پھول ٹہنی بنانے كے لئے كلك كركے كھینچے۔ پھول ختم كرنے كے لئے آگے بڑھیں۔" + #: ../../magic/src/distortion.c:142 msgid "Distortion" msgstr "ڈسٹارشن" diff --git a/src/po/ve.po b/src/po/ve.po index e3251ec59..331dcf5a9 100644 --- a/src/po/ve.po +++ b/src/po/ve.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: TuxPaint 0.9.16\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-09-27 22:41-0700\n" +"POT-Creation-Date: 2024-09-28 17:48-0700\n" "PO-Revision-Date: 2006-09-21 20:04+0200\n" "Last-Translator: Shumani Mercy Ṋevhulaudzi \n" "Language-Team: LANGUAGE \n" @@ -394,8 +394,8 @@ msgstr "" #: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53 msgid "" -"New Magic tools: \"Comic dots\", \"Rotate\", various \"ASCII\" art, and " -"various \"Fractals\"." +"New Magic tools: \"Comic dots\", \"Rotate\", various \"ASCII\" art, various " +"\"Fractals\", and \"Crescent\"." msgstr "" #: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54 @@ -1665,19 +1665,19 @@ msgstr "" msgid "Color Computer" msgstr "" -#: ../../magic/src/ascii.c:323 +#: ../../magic/src/ascii.c:322 #, c-format msgid "ASCII %s" msgstr "" -#: ../../magic/src/ascii.c:342 +#: ../../magic/src/ascii.c:341 #, fuzzy, c-format msgid "" "Click and drag to transform parts of your drawing to ASCII art (%s style)." msgstr "" "Kiḽikani ni sudzuluse mausu u mona u shandukisa muvhala wa tshifanyiso." -#: ../../magic/src/ascii.c:344 +#: ../../magic/src/ascii.c:343 #, fuzzy, c-format #| msgid "" #| "Click and move the mouse around to turn the picture into a chalk drawing." @@ -1917,6 +1917,18 @@ msgstr "" msgid "Click to throw confetti!" msgstr "" +#: ../../magic/src/crescent.c:107 +msgid "Crescent" +msgstr "" + +#: ../../magic/src/crescent.c:122 +#, fuzzy +msgid "" +"Click and drag to draw a crescent shape. Use the size option to change the " +"shape." +msgstr "" +"Kiḽikani ni sudzuluse mausu u mona u ita uri tshifanyiso tshi si vhonale." + #: ../../magic/src/distortion.c:142 msgid "Distortion" msgstr "" @@ -3357,12 +3369,6 @@ msgstr "Kiḽikani u ita tshifanyiso." #~ msgid "QY" #~ msgstr "QY" -#, fuzzy -#~ msgid "" -#~ "Click and drag to draw a tornado stalk. Let go to finish the tornado." -#~ msgstr "" -#~ "Kiḽikani ni sudzuluse mausu u mona u ita uri tshifanyiso tshi si vhonale." - #, fuzzy #~ msgid "" #~ "Click and move the mouse to give parts of your picture an \"alien\" " diff --git a/src/po/vec.po b/src/po/vec.po index 42c5254a1..4cfdc4912 100644 --- a/src/po/vec.po +++ b/src/po/vec.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: tuxpaint\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-09-27 22:41-0700\n" +"POT-Creation-Date: 2024-09-28 17:48-0700\n" "PO-Revision-Date: 2014-06-18 07:59+0100\n" "Last-Translator: el Galepin \n" "Language-Team: none\n" @@ -394,8 +394,8 @@ msgstr "" #: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53 msgid "" -"New Magic tools: \"Comic dots\", \"Rotate\", various \"ASCII\" art, and " -"various \"Fractals\"." +"New Magic tools: \"Comic dots\", \"Rotate\", various \"ASCII\" art, various " +"\"Fractals\", and \"Crescent\"." msgstr "" #: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54 @@ -1656,12 +1656,12 @@ msgstr "" msgid "Color Computer" msgstr "" -#: ../../magic/src/ascii.c:323 +#: ../../magic/src/ascii.c:322 #, c-format msgid "ASCII %s" msgstr "" -#: ../../magic/src/ascii.c:342 +#: ../../magic/src/ascii.c:341 #, fuzzy, c-format #| msgid "" #| "Click and drag to make parts of your picture look like they are on " @@ -1671,7 +1671,7 @@ msgid "" msgstr "" "Clica e strasina par canbiar parte de 'l to dixegno cofà el fuse in tivixion." -#: ../../magic/src/ascii.c:344 +#: ../../magic/src/ascii.c:343 #, fuzzy, c-format #| msgid "" #| "Click and move the mouse around to turn the picture into a chalk drawing." @@ -1909,6 +1909,18 @@ msgstr "Coriàndoƚi" msgid "Click to throw confetti!" msgstr "Clica par semenar coriàndoƚi!" +#: ../../magic/src/crescent.c:107 +msgid "Crescent" +msgstr "" + +#: ../../magic/src/crescent.c:122 +#, fuzzy +#| msgid "Click and drag to draw a flower stalk. Let go to finish the flower." +msgid "" +"Click and drag to draw a crescent shape. Use the size option to change the " +"shape." +msgstr "Clica e strasina par dixegnar un fior. Mòƚa par fenir el dixegno." + #: ../../magic/src/distortion.c:142 msgid "Distortion" msgstr "Distòrxi" diff --git a/src/po/vi.po b/src/po/vi.po index a8882f6bc..a6019702f 100644 --- a/src/po/vi.po +++ b/src/po/vi.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: tuxpaint-0.9.21\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-09-27 22:41-0700\n" +"POT-Creation-Date: 2024-09-28 17:48-0700\n" "PO-Revision-Date: 2024-07-26 00:51-0700\n" "Last-Translator: Cas Pascal \n" "Language-Team: Vietnamese \n" @@ -392,8 +392,8 @@ msgstr "" #: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53 msgid "" -"New Magic tools: \"Comic dots\", \"Rotate\", various \"ASCII\" art, and " -"various \"Fractals\"." +"New Magic tools: \"Comic dots\", \"Rotate\", various \"ASCII\" art, various " +"\"Fractals\", and \"Crescent\"." msgstr "" #: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54 @@ -1628,12 +1628,12 @@ msgstr "" msgid "Color Computer" msgstr "" -#: ../../magic/src/ascii.c:323 +#: ../../magic/src/ascii.c:322 #, c-format msgid "ASCII %s" msgstr "" -#: ../../magic/src/ascii.c:342 +#: ../../magic/src/ascii.c:341 #, fuzzy, c-format #| msgid "" #| "Click and drag to transform parts of your picture to circular " @@ -1642,7 +1642,7 @@ msgid "" "Click and drag to transform parts of your drawing to ASCII art (%s style)." msgstr "Nhấn và kéo chuột để biến phần của tranh thành các nét cọ tròn." -#: ../../magic/src/ascii.c:344 +#: ../../magic/src/ascii.c:343 #, fuzzy, c-format #| msgid "Click to turn your entire picture into a maze." msgid "Click to transform your entire drawing to ASCII art (%s style)." @@ -1840,6 +1840,18 @@ msgstr "Hoa giấy" msgid "Click to throw confetti!" msgstr "Nhấn để ném hoa giấy !" +#: ../../magic/src/crescent.c:107 +msgid "Crescent" +msgstr "" + +#: ../../magic/src/crescent.c:122 +#, fuzzy +#| msgid "Click and drag to draw a flower stalk. Let go to finish the flower." +msgid "" +"Click and drag to draw a crescent shape. Use the size option to change the " +"shape." +msgstr "Nhấn và kéo chuột để vẽ một cuống hoa. Buông chuột để hoàn thành hoa." + #: ../../magic/src/distortion.c:142 msgid "Distortion" msgstr "Méo mó" diff --git a/src/po/wa.po b/src/po/wa.po index fbc957d7c..1308a5faa 100644 --- a/src/po/wa.po +++ b/src/po/wa.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: tuxpaint 0.9.17\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-09-27 22:41-0700\n" +"POT-Creation-Date: 2024-09-28 17:48-0700\n" "PO-Revision-Date: 2007-08-30 18:24+0200\n" "Last-Translator: Pablo Saratxaga \n" "Language-Team: Walloon \n" @@ -393,8 +393,8 @@ msgstr "" #: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53 msgid "" -"New Magic tools: \"Comic dots\", \"Rotate\", various \"ASCII\" art, and " -"various \"Fractals\"." +"New Magic tools: \"Comic dots\", \"Rotate\", various \"ASCII\" art, various " +"\"Fractals\", and \"Crescent\"." msgstr "" #: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54 @@ -1666,18 +1666,18 @@ msgstr "" msgid "Color Computer" msgstr "" -#: ../../magic/src/ascii.c:323 +#: ../../magic/src/ascii.c:322 #, c-format msgid "ASCII %s" msgstr "" -#: ../../magic/src/ascii.c:342 +#: ../../magic/src/ascii.c:341 #, fuzzy, c-format msgid "" "Click and drag to transform parts of your drawing to ASCII art (%s style)." msgstr "Clitchîz et s' bodjîz l' sori po candjî les coleurs di l' imådje." -#: ../../magic/src/ascii.c:344 +#: ../../magic/src/ascii.c:343 #, fuzzy, c-format #| msgid "" #| "Click and move the mouse around to turn the picture into a chalk drawing." @@ -1917,6 +1917,18 @@ msgstr "" msgid "Click to throw confetti!" msgstr "" +#: ../../magic/src/crescent.c:107 +msgid "Crescent" +msgstr "" + +#: ../../magic/src/crescent.c:122 +#, fuzzy +msgid "" +"Click and drag to draw a crescent shape. Use the size option to change the " +"shape." +msgstr "" +"Clitchîz et s' bodjîz l' sori po mete des bokets d' l' imådje pus féns." + #: ../../magic/src/distortion.c:142 msgid "Distortion" msgstr "" @@ -3312,12 +3324,6 @@ msgstr "Clitchîz po mete l' imådje come dins on muroe." #~ msgid "QY" #~ msgstr "QY" -#, fuzzy -#~ msgid "" -#~ "Click and drag to draw a tornado stalk. Let go to finish the tornado." -#~ msgstr "" -#~ "Clitchîz et s' bodjîz l' sori po mete des bokets d' l' imådje pus féns." - #, fuzzy #~ msgid "" #~ "Click and move the mouse to give parts of your picture an \"alien\" " diff --git a/src/po/wo.po b/src/po/wo.po index b31a778d8..d42eecefb 100644 --- a/src/po/wo.po +++ b/src/po/wo.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: tuxpaint\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-09-27 22:41-0700\n" +"POT-Creation-Date: 2024-09-28 17:48-0700\n" "PO-Revision-Date: 2014-08-09 13:24-0000\n" "Last-Translator: Haby Diallo \n" "Language-Team: \n" @@ -394,8 +394,8 @@ msgstr "" #: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53 msgid "" -"New Magic tools: \"Comic dots\", \"Rotate\", various \"ASCII\" art, and " -"various \"Fractals\"." +"New Magic tools: \"Comic dots\", \"Rotate\", various \"ASCII\" art, various " +"\"Fractals\", and \"Crescent\"." msgstr "" #: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54 @@ -1655,12 +1655,12 @@ msgstr "" msgid "Color Computer" msgstr "" -#: ../../magic/src/ascii.c:323 +#: ../../magic/src/ascii.c:322 #, c-format msgid "ASCII %s" msgstr "" -#: ../../magic/src/ascii.c:342 +#: ../../magic/src/ascii.c:341 #, fuzzy, c-format #| msgid "" #| "Click and drag to make parts of your picture look like they are on " @@ -1669,7 +1669,7 @@ msgid "" "Click and drag to transform parts of your drawing to ASCII art (%s style)." msgstr "Bëssël ngir sa naatal yi bok gén mel ni tele." -#: ../../magic/src/ascii.c:344 +#: ../../magic/src/ascii.c:343 #, fuzzy, c-format #| msgid "" #| "Click and move the mouse around to turn the picture into a chalk drawing." @@ -1905,6 +1905,19 @@ msgstr "Ay kulor" msgid "Click to throw confetti!" msgstr "Bëssël ngir sandi ay kulor!" +#: ../../magic/src/crescent.c:107 +msgid "Crescent" +msgstr "" + +#: ../../magic/src/crescent.c:122 +#, fuzzy +#| msgid "Click and drag to draw a flower stalk. Let go to finish the flower." +msgid "" +"Click and drag to draw a crescent shape. Use the size option to change the " +"shape." +msgstr "" +"Bëssël te nga diri ngir rëdë ap caru fulër. Yegalil ngir motali fulër bi." + #: ../../magic/src/distortion.c:142 msgid "Distortion" msgstr "Wañaru" diff --git a/src/po/xh.po b/src/po/xh.po index ce396e1ee..12b47fc30 100644 --- a/src/po/xh.po +++ b/src/po/xh.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: 0.9.16\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-09-27 22:41-0700\n" +"POT-Creation-Date: 2024-09-28 17:48-0700\n" "PO-Revision-Date: 2006-09-22 01:42+0200\n" "Last-Translator: Dwayne Bailey \n" "Language-Team: LANGUAGE \n" @@ -393,8 +393,8 @@ msgstr "" #: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53 msgid "" -"New Magic tools: \"Comic dots\", \"Rotate\", various \"ASCII\" art, and " -"various \"Fractals\"." +"New Magic tools: \"Comic dots\", \"Rotate\", various \"ASCII\" art, various " +"\"Fractals\", and \"Crescent\"." msgstr "" #: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54 @@ -1660,18 +1660,18 @@ msgstr "" msgid "Color Computer" msgstr "" -#: ../../magic/src/ascii.c:323 +#: ../../magic/src/ascii.c:322 #, c-format msgid "ASCII %s" msgstr "" -#: ../../magic/src/ascii.c:342 +#: ../../magic/src/ascii.c:341 #, fuzzy, c-format msgid "" "Click and drag to transform parts of your drawing to ASCII art (%s style)." msgstr "Nqomfa ushenxashenxise impuku ukuze uguqule umbala womfanekiso." -#: ../../magic/src/ascii.c:344 +#: ../../magic/src/ascii.c:343 #, fuzzy, c-format #| msgid "" #| "Click and move the mouse around to turn the picture into a chalk drawing." @@ -1903,6 +1903,17 @@ msgstr "" msgid "Click to throw confetti!" msgstr "" +#: ../../magic/src/crescent.c:107 +msgid "Crescent" +msgstr "" + +#: ../../magic/src/crescent.c:122 +#, fuzzy +msgid "" +"Click and drag to draw a crescent shape. Use the size option to change the " +"shape." +msgstr "Nqomfa ushenxashenxise impuku ukuze udyobhe umfanekiso." + #: ../../magic/src/distortion.c:142 msgid "Distortion" msgstr "" @@ -3273,11 +3284,6 @@ msgstr "Nqomfa ukuze wenze umfuziselo wesipili." #~ msgid "QY" #~ msgstr "QY" -#, fuzzy -#~ msgid "" -#~ "Click and drag to draw a tornado stalk. Let go to finish the tornado." -#~ msgstr "Nqomfa ushenxashenxise impuku ukuze udyobhe umfanekiso." - #, fuzzy #~ msgid "" #~ "Click and move the mouse to give parts of your picture an \"alien\" " diff --git a/src/po/zam.po b/src/po/zam.po index 879493e90..e2a4d2cf1 100644 --- a/src/po/zam.po +++ b/src/po/zam.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: TuxPaint\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-09-27 22:41-0700\n" +"POT-Creation-Date: 2024-09-28 17:48-0700\n" "PO-Revision-Date: 2014-08-08 12:35+0200\n" "Last-Translator: Rodrigo Perez \n" "Language-Team: \n" @@ -394,8 +394,8 @@ msgstr "" #: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53 msgid "" -"New Magic tools: \"Comic dots\", \"Rotate\", various \"ASCII\" art, and " -"various \"Fractals\"." +"New Magic tools: \"Comic dots\", \"Rotate\", various \"ASCII\" art, various " +"\"Fractals\", and \"Crescent\"." msgstr "" #: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54 @@ -1645,12 +1645,12 @@ msgstr "" msgid "Color Computer" msgstr "" -#: ../../magic/src/ascii.c:323 +#: ../../magic/src/ascii.c:322 #, c-format msgid "ASCII %s" msgstr "" -#: ../../magic/src/ascii.c:342 +#: ../../magic/src/ascii.c:341 #, fuzzy, c-format #| msgid "" #| "Click and drag to make parts of your picture look like they are on " @@ -1659,7 +1659,7 @@ msgid "" "Click and drag to transform parts of your drawing to ASCII art (%s style)." msgstr "Gahs mdin xha xil lu mon lo lar." -#: ../../magic/src/ascii.c:344 +#: ../../magic/src/ascii.c:343 #, fuzzy, c-format #| msgid "" #| "Click and move the mouse around to turn the picture into a chalk drawing." @@ -1899,6 +1899,19 @@ msgstr "Yets bish" msgid "Click to throw confetti!" msgstr "" +#: ../../magic/src/crescent.c:107 +msgid "Crescent" +msgstr "" + +#: ../../magic/src/crescent.c:122 +#, fuzzy +#| msgid "Click and drag to draw a flower stalk. Let go to finish the flower." +msgid "" +"Click and drag to draw a crescent shape. Use the size option to change the " +"shape." +msgstr "" +"Gaás ha ner te tey par toób luú gaá naá yeé. ¡Toó leéy par teé loó yeé." + #: ../../magic/src/distortion.c:142 msgid "Distortion" msgstr "" diff --git a/src/po/zh_CN.po b/src/po/zh_CN.po index 8d448e438..517c6024d 100644 --- a/src/po/zh_CN.po +++ b/src/po/zh_CN.po @@ -15,7 +15,7 @@ msgid "" msgstr "" "Project-Id-Version: tuxpaint\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-09-27 22:41-0700\n" +"POT-Creation-Date: 2024-09-28 17:48-0700\n" "PO-Revision-Date: 2023-04-07 09:13+0800\n" "Last-Translator: hackergene \n" "Language-Team: hackergene \n" @@ -387,8 +387,8 @@ msgstr "" #: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53 msgid "" -"New Magic tools: \"Comic dots\", \"Rotate\", various \"ASCII\" art, and " -"various \"Fractals\"." +"New Magic tools: \"Comic dots\", \"Rotate\", various \"ASCII\" art, various " +"\"Fractals\", and \"Crescent\"." msgstr "" #: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54 @@ -1681,12 +1681,12 @@ msgstr "" msgid "Color Computer" msgstr "" -#: ../../magic/src/ascii.c:323 +#: ../../magic/src/ascii.c:322 #, c-format msgid "ASCII %s" msgstr "" -#: ../../magic/src/ascii.c:342 +#: ../../magic/src/ascii.c:341 #, fuzzy, c-format #| msgid "" #| "Click and drag to transform parts of your picture to circular " @@ -1695,7 +1695,7 @@ msgid "" "Click and drag to transform parts of your drawing to ASCII art (%s style)." msgstr "单击并拖动可以将图片的一部分转换为圆形画笔。" -#: ../../magic/src/ascii.c:344 +#: ../../magic/src/ascii.c:343 #, fuzzy, c-format #| msgid "Click to turn your entire picture into a maze." msgid "Click to transform your entire drawing to ASCII art (%s style)." @@ -1895,6 +1895,18 @@ msgstr "五彩纸屑" msgid "Click to throw confetti!" msgstr "点击抛出五彩纸屑!" +#: ../../magic/src/crescent.c:107 +msgid "Crescent" +msgstr "" + +#: ../../magic/src/crescent.c:122 +#, fuzzy +#| msgid "Click and drag to draw a flower stalk. Let go to finish the flower." +msgid "" +"Click and drag to draw a crescent shape. Use the size option to change the " +"shape." +msgstr "单击然后移动鼠标画一个花柄。让我们画一朵花。" + #: ../../magic/src/distortion.c:142 msgid "Distortion" msgstr "变形" diff --git a/src/po/zh_TW.po b/src/po/zh_TW.po index 5e2757e50..94332e2d9 100644 --- a/src/po/zh_TW.po +++ b/src/po/zh_TW.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: tuxpaint\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-09-27 22:41-0700\n" +"POT-Creation-Date: 2024-09-28 17:48-0700\n" "PO-Revision-Date: 2014-06-24 14:46+0800\n" "Last-Translator: Song Huang \n" "Language-Team: Chinese (traditional) \n" @@ -458,8 +458,8 @@ msgstr "" #: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53 msgid "" -"New Magic tools: \"Comic dots\", \"Rotate\", various \"ASCII\" art, and " -"various \"Fractals\"." +"New Magic tools: \"Comic dots\", \"Rotate\", various \"ASCII\" art, various " +"\"Fractals\", and \"Crescent\"." msgstr "" #: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54 @@ -1847,12 +1847,12 @@ msgstr "" msgid "Color Computer" msgstr "" -#: ../../magic/src/ascii.c:323 +#: ../../magic/src/ascii.c:322 #, c-format msgid "ASCII %s" msgstr "" -#: ../../magic/src/ascii.c:342 +#: ../../magic/src/ascii.c:341 #, fuzzy, c-format #| msgid "" #| "Click and drag to make parts of your picture look like they are on " @@ -1861,7 +1861,7 @@ msgid "" "Click and drag to transform parts of your drawing to ASCII art (%s style)." msgstr "按著並拖動滑鼠來使選取的圖畫像是在電視裡面。" -#: ../../magic/src/ascii.c:344 +#: ../../magic/src/ascii.c:343 #, fuzzy, c-format #| msgid "" #| "Click and move the mouse around to turn the picture into a chalk drawing." @@ -2098,6 +2098,18 @@ msgstr "紙花" msgid "Click to throw confetti!" msgstr "按一下來拋出紙花" +#: ../../magic/src/crescent.c:107 +msgid "Crescent" +msgstr "" + +#: ../../magic/src/crescent.c:122 +#, fuzzy +#| msgid "Click and drag to draw a flower stalk. Let go to finish the flower." +msgid "" +"Click and drag to draw a crescent shape. Use the size option to change the " +"shape." +msgstr "按著並移動滑鼠來畫出花莖,讓我們來完成這朵花。" + #: ../../magic/src/distortion.c:142 msgid "Distortion" msgstr "扭曲" diff --git a/src/po/zu.po b/src/po/zu.po index 1b957fecc..e7fb36a19 100644 --- a/src/po/zu.po +++ b/src/po/zu.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-09-27 22:41-0700\n" +"POT-Creation-Date: 2024-09-28 17:48-0700\n" "PO-Revision-Date: 2011-02-07 12:30+0200\n" "Last-Translator: sipho \n" "Language-Team: SIpho\n" @@ -395,8 +395,8 @@ msgstr "" #: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53 msgid "" -"New Magic tools: \"Comic dots\", \"Rotate\", various \"ASCII\" art, and " -"various \"Fractals\"." +"New Magic tools: \"Comic dots\", \"Rotate\", various \"ASCII\" art, various " +"\"Fractals\", and \"Crescent\"." msgstr "" #: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54 @@ -1668,12 +1668,12 @@ msgstr "" msgid "Color Computer" msgstr "" -#: ../../magic/src/ascii.c:323 +#: ../../magic/src/ascii.c:322 #, c-format msgid "ASCII %s" msgstr "" -#: ../../magic/src/ascii.c:342 +#: ../../magic/src/ascii.c:341 #, fuzzy, c-format #| msgid "" #| "Click and drag to make parts of your picture look like they are on " @@ -1684,7 +1684,7 @@ msgstr "" "Chofoza bese uyadonsa ukwenza izingxenye zesithombe sakho zibukeke engathi " "zikumabonakude." -#: ../../magic/src/ascii.c:344 +#: ../../magic/src/ascii.c:343 #, fuzzy, c-format #| msgid "" #| "Click and move the mouse around to turn the picture into a chalk drawing." @@ -1939,6 +1939,20 @@ msgstr "Ikhomfeti" msgid "Click to throw confetti!" msgstr "Chofoza ukuze uphonse ikhombfeti!" +#: ../../magic/src/crescent.c:107 +msgid "Crescent" +msgstr "" + +#: ../../magic/src/crescent.c:122 +#, fuzzy +#| msgid "Click and drag to draw a flower stalk. Let go to finish the flower." +msgid "" +"Click and drag to draw a crescent shape. Use the size option to change the " +"shape." +msgstr "" +"Chofoza bese uyadonsa ukuze udwebe isiqu sembali. Dedela ukuze kuqedeleke " +"imbali." + #: ../../magic/src/distortion.c:142 msgid "Distortion" msgstr "Inhlanekezela"