diff --git a/docs/CHANGES.txt b/docs/CHANGES.txt index dc604338d..f05edb286 100644 --- a/docs/CHANGES.txt +++ b/docs/CHANGES.txt @@ -19,6 +19,12 @@ http://www.tuxpaint.org/ h/t Karl Ove Hufthammer for the report Closes https://sourceforge.net/p/tuxpaint/bugs/255/ + * Some Magic tools did not change descriptions when switching + from paint to full-canvas mode. + + Emboss + h/t Karl Ove Hufthammer for the report + Closes https://sourceforge.net/p/tuxpaint/bugs/257/ + * Other Improvements: ------------------- * Automatic button size option ("buttonsize=auto"), to scale button diff --git a/magic/src/emboss.c b/magic/src/emboss.c index 935d0f528..b253bd015 100644 --- a/magic/src/emboss.c +++ b/magic/src/emboss.c @@ -23,7 +23,7 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA (See COPYING.txt) - Last updated: November 8, 2021 + Last updated: July 3, 2022 $Id$ */ @@ -109,9 +109,12 @@ int emboss_get_group(magic_api * api ATTRIBUTE_UNUSED, int which ATTRIBUTE_UNUSE } // Return our descriptions, localized: -char *emboss_get_description(magic_api * api ATTRIBUTE_UNUSED, int which ATTRIBUTE_UNUSED, int mode ATTRIBUTE_UNUSED) +char *emboss_get_description(magic_api * api ATTRIBUTE_UNUSED, int which ATTRIBUTE_UNUSED, int mode) { - return (strdup(gettext_noop("Click and drag the mouse to emboss the picture."))); + if (mode == MODE_PAINT) + return (strdup(gettext_noop("Click and drag the mouse to emboss the picture."))); + else + return (strdup(gettext_noop("Click to emboss the entire picture."))); } diff --git a/src/po/ach.po b/src/po/ach.po index ce3e6be59..d530c76a2 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: 2022-06-14 00:59-0700\n" +"POT-Creation-Date: 2022-07-03 16:31-0700\n" "PO-Revision-Date: 2010-12-09 09:00+0200\n" "Last-Translator: \n" "Language-Team: \n" @@ -314,15 +314,15 @@ msgstr "" msgid "Minimize" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:8 ../tuxpaint.desktop.in:3 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:8 ../tuxpaint.desktop.in:3 msgid "Tux Paint" msgstr "Tux Paint" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:9 ../tuxpaint.desktop.in:10 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:9 ../tuxpaint.desktop.in:10 msgid "A drawing program for children" msgstr "Purugram me goyo cal pa lutino" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:11 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:11 msgid "" "Tux Paint is a free, award-winning drawing program for children ages 3 to " "12. Tux Paint is used in schools around the world as a computer literacy " @@ -331,30 +331,30 @@ msgid "" "program." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:19 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:19 msgid "" "Kids are presented with a blank canvas and a variety of drawing tools to " "help them be creative." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:24 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:24 msgid "New Breed Software et al." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:36 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:36 msgid "The Magic tool is a set of special effects" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:40 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:40 msgid "" "The Paint Brush tool lets you draw freehand, using various brushes and colors" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:44 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:44 msgid "The Stamp tool is like a set of rubber stamps or stickers" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:50 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:50 msgid "" "Tux Paint's Color palette includes a new Color Mixer option, which allows " "users to combine different proportions of primary colors (red, yellow, and " @@ -362,7 +362,7 @@ msgid "" "mixing paints." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:51 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:51 msgid "" "The Color Picker option, which previously offered a static palette of around " "sixty-five thousand color choices, now supports separate hue, saturation, " @@ -370,21 +370,21 @@ msgid "" "colors." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:52 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:52 msgid "" "Also, a keyboard shortcut is now available for quick access to the Color " "Selector — the \"pipette\" tool used for picking colors from the current " "drawing." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:53 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53 msgid "" "The Paint and Lines tools now provide a way to adjust the spacing of " "brushes, allowing dotted lines or smearing effects to be made. Many brushes " "have been given better default spacing values, as well." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:54 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54 msgid "" "Two new variations of the Zoom Magic Tool, Tile Zoom and Rush, have been " "added. When shrinking a drawing with Tile Zoom, it replicates the drawing " @@ -392,7 +392,7 @@ msgid "" "background color. The Rush tool blurs the results." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:55 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:55 msgid "" "Tux Paint's Shapes tool now offers hexagon (6-sided) and heptagon (7-sided) " "polygons. For shapes which can be stretched (rectangle, oval, etc.), the " @@ -401,7 +401,7 @@ msgid "" "has also been expanded." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:56 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:56 msgid "" "Keyboard shortcuts, such as [Control]+[S] to save a drawing, are now " "accessed with the more traditional [⌘ Command] key when using Tux Paint on " @@ -409,7 +409,7 @@ msgid "" "The look and feel of the user documentation has been improved." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:61 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:61 msgid "" "Tux Paint's Paint and Line tools now support brushes that rotate based on " "the angle of the stroke. This new rotation feature, as well as the older " @@ -418,7 +418,7 @@ msgid "" "painting mode for interactively coloring within a confined area." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:62 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:62 msgid "" "Six new Magic tools have been added to Tux Paint. Panels shrinks and " "duplicates the drawing into a 2-by-2 grid, which is useful for making four-" @@ -429,7 +429,7 @@ msgid "" "of Tux Paint's classic Rainbow tool." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:63 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:63 msgid "" "A number of existing Magic tools have been updated, as well. Improvements " "were made to Halftone, which simulates photographs on newsprint; Cartoon, " @@ -438,7 +438,7 @@ msgid "" "Chalk, and Emboss, now offer the ability to alter the entire image at once!" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:64 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:64 msgid "" "Finally, Magic tools are now grouped into collections of similar effects — " "painting, distorts, color filters, picture warps, pattern painting, " @@ -446,7 +446,7 @@ msgid "" "need." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:69 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:69 msgid "" "Tux Paint's Fill tool now offers options to fill an area with color " "gradients. The \"Radial\" fill creates a circular gradient centered around " @@ -454,7 +454,7 @@ msgid "" "of gradients at different angles and sizes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:70 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:70 msgid "" "New Magic tools have been added to Tux Paint: \"Pixels\" makes it easier to " "create retro-gaming style pixel art, \"Checkerboard\" fills the entire " @@ -462,14 +462,14 @@ msgid "" "picture via brush strokes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:71 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:71 msgid "" "Tux Paint's user documentation has been overhauled, making localization " "easier. Parties interested in helping with localization are encouraged to " "contact the Tux Paint team." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:72 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:72 msgid "" "Finally, a new pair of accessibility options have been added. The entire " "user interface can now be enlarged benefiting users with impaired vision, " @@ -479,34 +479,34 @@ msgid "" "systems." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:77 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:77 msgid "" "A major improvement has been made to the Shapes tool, which now provides " "options to choose whether shapes are drawn from the center or a corner, " "making it easier to use in any situation." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:78 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:78 msgid "" "The on-screen keyboard, an accessibility feature optionally available when " "using the Text and Label tools, now appears larger on bigger displays; " "helpful for users of coarser input devices, such as eye-tracking systems." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:79 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:79 msgid "" "The Eraser tool adds new, smaller eraser sizes, and applies smoother, " "contiguous strokes when the pointer is moved quickly." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:80 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:80 msgid "" "Finally, this newest version adds options to export individual drawings and " "GIF animations, making it easy to share pictures, cartoons, and slideshows " "with others." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:85 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:85 msgid "" "The latest version has promoted the \"Fill\" tool, previously found under " "the \"Magic\" section of Tux Paint, to the main toolbar, where it's easier " @@ -516,21 +516,21 @@ msgid "" "images." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:86 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:86 msgid "" "Tux Paint also now makes it possible to disable stereo sound, which can " "benefit users with a hearing impairment, or in situations where only one " "speaker is available." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:91 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:91 msgid "" "New in this version are a \"color picker\", which allows any color within a " "drawing to be chosen using the pointer, and a set of three-, four-, and five-" "pointed star shapes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:92 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:92 msgid "" "The latest version also incorporates a number of new translations, bringing " "the number of supported languages up to nearly 130: Bengali, Bodo, Dogri, " @@ -1302,18 +1302,18 @@ msgid "" msgstr "" #. Color mixer; e.g., "Your color is entirely grey." -#: ../tuxpaint.c:23727 ../tuxpaint.c:23734 +#: ../tuxpaint.c:23734 ../tuxpaint.c:23741 msgid "entirely" msgstr "" #. Add "Color Select" color: -#: ../tuxpaint.c:26644 +#: ../tuxpaint.c:26651 msgid "Select a color from your drawing." msgstr "" #. Add "Color Picker" color: #. (This is an attempt to describe an HSV color picker in extremely basic terms!) -#: ../tuxpaint.c:26653 +#: ../tuxpaint.c:26660 msgid "" "Pick a color. Hues go top to bottom. Saturation/intensity goes left (pale) " "to right (pure). Value (lightness/darkness): grey bar." @@ -1321,7 +1321,7 @@ msgstr "" #. Add "Color Mixer" color: #. (The terms 'tint', 'tone', and 'shade' relate to combining white, grey, or black paint (respectively) to another color) -#: ../tuxpaint.c:26665 +#: ../tuxpaint.c:26672 msgid "" "Click the primary colors (red, yellow, and blue), white (to tint), grey (to " "tone), and black (to shade), to mix together a new color." @@ -1507,10 +1507,16 @@ msgstr "Dii ci iywa ladic wek omi cal mamegi rucere odoco." msgid "Emboss" msgstr "Ling" -#: ../../magic/src/emboss.c:114 +#: ../../magic/src/emboss.c:115 msgid "Click and drag the mouse to emboss the picture." msgstr "Dii ci iywa ladic wek iling cal." +#: ../../magic/src/emboss.c:117 +#, fuzzy +#| msgid "Click to sharpen the entire picture." +msgid "Click to emboss the entire picture." +msgstr "Dii wek ipak cal mamegi weng." + #: ../../magic/src/fade_darken.c:115 msgid "Lighten" msgstr "Cwinyi" diff --git a/src/po/af.po b/src/po/af.po index e63c53f53..c5e0c3a96 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: 2022-06-14 00:59-0700\n" +"POT-Creation-Date: 2022-07-03 16:31-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" @@ -313,15 +313,15 @@ msgstr "" msgid "Minimize" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:8 ../tuxpaint.desktop.in:3 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:8 ../tuxpaint.desktop.in:3 msgid "Tux Paint" msgstr "Tux Verf" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:9 ../tuxpaint.desktop.in:10 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:9 ../tuxpaint.desktop.in:10 msgid "A drawing program for children" msgstr "'n Tekenprogram vir kinders" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:11 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:11 msgid "" "Tux Paint is a free, award-winning drawing program for children ages 3 to " "12. Tux Paint is used in schools around the world as a computer literacy " @@ -330,30 +330,30 @@ msgid "" "program." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:19 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:19 msgid "" "Kids are presented with a blank canvas and a variety of drawing tools to " "help them be creative." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:24 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:24 msgid "New Breed Software et al." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:36 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:36 msgid "The Magic tool is a set of special effects" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:40 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:40 msgid "" "The Paint Brush tool lets you draw freehand, using various brushes and colors" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:44 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:44 msgid "The Stamp tool is like a set of rubber stamps or stickers" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:50 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:50 msgid "" "Tux Paint's Color palette includes a new Color Mixer option, which allows " "users to combine different proportions of primary colors (red, yellow, and " @@ -361,7 +361,7 @@ msgid "" "mixing paints." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:51 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:51 msgid "" "The Color Picker option, which previously offered a static palette of around " "sixty-five thousand color choices, now supports separate hue, saturation, " @@ -369,21 +369,21 @@ msgid "" "colors." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:52 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:52 msgid "" "Also, a keyboard shortcut is now available for quick access to the Color " "Selector — the \"pipette\" tool used for picking colors from the current " "drawing." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:53 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53 msgid "" "The Paint and Lines tools now provide a way to adjust the spacing of " "brushes, allowing dotted lines or smearing effects to be made. Many brushes " "have been given better default spacing values, as well." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:54 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54 msgid "" "Two new variations of the Zoom Magic Tool, Tile Zoom and Rush, have been " "added. When shrinking a drawing with Tile Zoom, it replicates the drawing " @@ -391,7 +391,7 @@ msgid "" "background color. The Rush tool blurs the results." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:55 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:55 msgid "" "Tux Paint's Shapes tool now offers hexagon (6-sided) and heptagon (7-sided) " "polygons. For shapes which can be stretched (rectangle, oval, etc.), the " @@ -400,7 +400,7 @@ msgid "" "has also been expanded." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:56 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:56 msgid "" "Keyboard shortcuts, such as [Control]+[S] to save a drawing, are now " "accessed with the more traditional [⌘ Command] key when using Tux Paint on " @@ -408,7 +408,7 @@ msgid "" "The look and feel of the user documentation has been improved." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:61 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:61 msgid "" "Tux Paint's Paint and Line tools now support brushes that rotate based on " "the angle of the stroke. This new rotation feature, as well as the older " @@ -417,7 +417,7 @@ msgid "" "painting mode for interactively coloring within a confined area." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:62 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:62 msgid "" "Six new Magic tools have been added to Tux Paint. Panels shrinks and " "duplicates the drawing into a 2-by-2 grid, which is useful for making four-" @@ -428,7 +428,7 @@ msgid "" "of Tux Paint's classic Rainbow tool." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:63 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:63 msgid "" "A number of existing Magic tools have been updated, as well. Improvements " "were made to Halftone, which simulates photographs on newsprint; Cartoon, " @@ -437,7 +437,7 @@ msgid "" "Chalk, and Emboss, now offer the ability to alter the entire image at once!" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:64 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:64 msgid "" "Finally, Magic tools are now grouped into collections of similar effects — " "painting, distorts, color filters, picture warps, pattern painting, " @@ -445,7 +445,7 @@ msgid "" "need." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:69 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:69 msgid "" "Tux Paint's Fill tool now offers options to fill an area with color " "gradients. The \"Radial\" fill creates a circular gradient centered around " @@ -453,7 +453,7 @@ msgid "" "of gradients at different angles and sizes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:70 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:70 msgid "" "New Magic tools have been added to Tux Paint: \"Pixels\" makes it easier to " "create retro-gaming style pixel art, \"Checkerboard\" fills the entire " @@ -461,14 +461,14 @@ msgid "" "picture via brush strokes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:71 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:71 msgid "" "Tux Paint's user documentation has been overhauled, making localization " "easier. Parties interested in helping with localization are encouraged to " "contact the Tux Paint team." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:72 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:72 msgid "" "Finally, a new pair of accessibility options have been added. The entire " "user interface can now be enlarged benefiting users with impaired vision, " @@ -478,34 +478,34 @@ msgid "" "systems." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:77 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:77 msgid "" "A major improvement has been made to the Shapes tool, which now provides " "options to choose whether shapes are drawn from the center or a corner, " "making it easier to use in any situation." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:78 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:78 msgid "" "The on-screen keyboard, an accessibility feature optionally available when " "using the Text and Label tools, now appears larger on bigger displays; " "helpful for users of coarser input devices, such as eye-tracking systems." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:79 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:79 msgid "" "The Eraser tool adds new, smaller eraser sizes, and applies smoother, " "contiguous strokes when the pointer is moved quickly." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:80 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:80 msgid "" "Finally, this newest version adds options to export individual drawings and " "GIF animations, making it easy to share pictures, cartoons, and slideshows " "with others." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:85 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:85 msgid "" "The latest version has promoted the \"Fill\" tool, previously found under " "the \"Magic\" section of Tux Paint, to the main toolbar, where it's easier " @@ -515,21 +515,21 @@ msgid "" "images." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:86 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:86 msgid "" "Tux Paint also now makes it possible to disable stereo sound, which can " "benefit users with a hearing impairment, or in situations where only one " "speaker is available." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:91 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:91 msgid "" "New in this version are a \"color picker\", which allows any color within a " "drawing to be chosen using the pointer, and a set of three-, four-, and five-" "pointed star shapes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:92 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:92 msgid "" "The latest version also incorporates a number of new translations, bringing " "the number of supported languages up to nearly 130: Bengali, Bodo, Dogri, " @@ -1305,18 +1305,18 @@ msgid "" msgstr "" #. Color mixer; e.g., "Your color is entirely grey." -#: ../tuxpaint.c:23727 ../tuxpaint.c:23734 +#: ../tuxpaint.c:23734 ../tuxpaint.c:23741 msgid "entirely" msgstr "" #. Add "Color Select" color: -#: ../tuxpaint.c:26644 +#: ../tuxpaint.c:26651 msgid "Select a color from your drawing." msgstr "Kies 'n kleur van jou prentjie af." #. Add "Color Picker" color: #. (This is an attempt to describe an HSV color picker in extremely basic terms!) -#: ../tuxpaint.c:26653 +#: ../tuxpaint.c:26660 msgid "" "Pick a color. Hues go top to bottom. Saturation/intensity goes left (pale) " "to right (pure). Value (lightness/darkness): grey bar." @@ -1324,7 +1324,7 @@ msgstr "" #. Add "Color Mixer" color: #. (The terms 'tint', 'tone', and 'shade' relate to combining white, grey, or black paint (respectively) to another color) -#: ../tuxpaint.c:26665 +#: ../tuxpaint.c:26672 msgid "" "Click the primary colors (red, yellow, and blue), white (to tint), grey (to " "tone), and black (to shade), to mix together a new color." @@ -1495,10 +1495,16 @@ msgstr "Klik en sleep die muis om 'n distorsie in die prent te veroorsaak." msgid "Emboss" msgstr "Embosseer" -#: ../../magic/src/emboss.c:114 +#: ../../magic/src/emboss.c:115 msgid "Click and drag the mouse to emboss the picture." msgstr "Klik en sleep die muis om die prent te embosseer." +#: ../../magic/src/emboss.c:117 +#, fuzzy +#| msgid "Click to sharpen the entire picture." +msgid "Click to emboss the entire picture." +msgstr "Klik om die hele prent skerper te maak." + #: ../../magic/src/fade_darken.c:115 msgid "Lighten" msgstr "Maak ligter" diff --git a/src/po/ak.po b/src/po/ak.po index 3864bdfba..929b5321e 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: 2022-06-14 00:59-0700\n" +"POT-Creation-Date: 2022-07-03 16:31-0700\n" "PO-Revision-Date: 2010-10-27 10:16-0000\n" "Last-Translator: none\n" "Language-Team: none\n" @@ -314,15 +314,15 @@ msgstr "" msgid "Minimize" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:8 ../tuxpaint.desktop.in:3 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:8 ../tuxpaint.desktop.in:3 msgid "Tux Paint" msgstr "Tux Paint" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:9 ../tuxpaint.desktop.in:10 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:9 ../tuxpaint.desktop.in:10 msgid "A drawing program for children" msgstr "Mmɔfra drɔɔye nhyehyɛye" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:11 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:11 msgid "" "Tux Paint is a free, award-winning drawing program for children ages 3 to " "12. Tux Paint is used in schools around the world as a computer literacy " @@ -331,30 +331,30 @@ msgid "" "program." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:19 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:19 msgid "" "Kids are presented with a blank canvas and a variety of drawing tools to " "help them be creative." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:24 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:24 msgid "New Breed Software et al." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:36 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:36 msgid "The Magic tool is a set of special effects" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:40 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:40 msgid "" "The Paint Brush tool lets you draw freehand, using various brushes and colors" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:44 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:44 msgid "The Stamp tool is like a set of rubber stamps or stickers" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:50 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:50 msgid "" "Tux Paint's Color palette includes a new Color Mixer option, which allows " "users to combine different proportions of primary colors (red, yellow, and " @@ -362,7 +362,7 @@ msgid "" "mixing paints." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:51 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:51 msgid "" "The Color Picker option, which previously offered a static palette of around " "sixty-five thousand color choices, now supports separate hue, saturation, " @@ -370,21 +370,21 @@ msgid "" "colors." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:52 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:52 msgid "" "Also, a keyboard shortcut is now available for quick access to the Color " "Selector — the \"pipette\" tool used for picking colors from the current " "drawing." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:53 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53 msgid "" "The Paint and Lines tools now provide a way to adjust the spacing of " "brushes, allowing dotted lines or smearing effects to be made. Many brushes " "have been given better default spacing values, as well." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:54 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54 msgid "" "Two new variations of the Zoom Magic Tool, Tile Zoom and Rush, have been " "added. When shrinking a drawing with Tile Zoom, it replicates the drawing " @@ -392,7 +392,7 @@ msgid "" "background color. The Rush tool blurs the results." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:55 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:55 msgid "" "Tux Paint's Shapes tool now offers hexagon (6-sided) and heptagon (7-sided) " "polygons. For shapes which can be stretched (rectangle, oval, etc.), the " @@ -401,7 +401,7 @@ msgid "" "has also been expanded." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:56 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:56 msgid "" "Keyboard shortcuts, such as [Control]+[S] to save a drawing, are now " "accessed with the more traditional [⌘ Command] key when using Tux Paint on " @@ -409,7 +409,7 @@ msgid "" "The look and feel of the user documentation has been improved." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:61 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:61 msgid "" "Tux Paint's Paint and Line tools now support brushes that rotate based on " "the angle of the stroke. This new rotation feature, as well as the older " @@ -418,7 +418,7 @@ msgid "" "painting mode for interactively coloring within a confined area." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:62 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:62 msgid "" "Six new Magic tools have been added to Tux Paint. Panels shrinks and " "duplicates the drawing into a 2-by-2 grid, which is useful for making four-" @@ -429,7 +429,7 @@ msgid "" "of Tux Paint's classic Rainbow tool." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:63 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:63 msgid "" "A number of existing Magic tools have been updated, as well. Improvements " "were made to Halftone, which simulates photographs on newsprint; Cartoon, " @@ -438,7 +438,7 @@ msgid "" "Chalk, and Emboss, now offer the ability to alter the entire image at once!" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:64 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:64 msgid "" "Finally, Magic tools are now grouped into collections of similar effects — " "painting, distorts, color filters, picture warps, pattern painting, " @@ -446,7 +446,7 @@ msgid "" "need." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:69 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:69 msgid "" "Tux Paint's Fill tool now offers options to fill an area with color " "gradients. The \"Radial\" fill creates a circular gradient centered around " @@ -454,7 +454,7 @@ msgid "" "of gradients at different angles and sizes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:70 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:70 msgid "" "New Magic tools have been added to Tux Paint: \"Pixels\" makes it easier to " "create retro-gaming style pixel art, \"Checkerboard\" fills the entire " @@ -462,14 +462,14 @@ msgid "" "picture via brush strokes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:71 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:71 msgid "" "Tux Paint's user documentation has been overhauled, making localization " "easier. Parties interested in helping with localization are encouraged to " "contact the Tux Paint team." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:72 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:72 msgid "" "Finally, a new pair of accessibility options have been added. The entire " "user interface can now be enlarged benefiting users with impaired vision, " @@ -479,34 +479,34 @@ msgid "" "systems." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:77 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:77 msgid "" "A major improvement has been made to the Shapes tool, which now provides " "options to choose whether shapes are drawn from the center or a corner, " "making it easier to use in any situation." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:78 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:78 msgid "" "The on-screen keyboard, an accessibility feature optionally available when " "using the Text and Label tools, now appears larger on bigger displays; " "helpful for users of coarser input devices, such as eye-tracking systems." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:79 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:79 msgid "" "The Eraser tool adds new, smaller eraser sizes, and applies smoother, " "contiguous strokes when the pointer is moved quickly." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:80 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:80 msgid "" "Finally, this newest version adds options to export individual drawings and " "GIF animations, making it easy to share pictures, cartoons, and slideshows " "with others." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:85 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:85 msgid "" "The latest version has promoted the \"Fill\" tool, previously found under " "the \"Magic\" section of Tux Paint, to the main toolbar, where it's easier " @@ -516,21 +516,21 @@ msgid "" "images." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:86 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:86 msgid "" "Tux Paint also now makes it possible to disable stereo sound, which can " "benefit users with a hearing impairment, or in situations where only one " "speaker is available." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:91 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:91 msgid "" "New in this version are a \"color picker\", which allows any color within a " "drawing to be chosen using the pointer, and a set of three-, four-, and five-" "pointed star shapes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:92 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:92 msgid "" "The latest version also incorporates a number of new translations, bringing " "the number of supported languages up to nearly 130: Bengali, Bodo, Dogri, " @@ -1301,18 +1301,18 @@ msgid "" msgstr "" #. Color mixer; e.g., "Your color is entirely grey." -#: ../tuxpaint.c:23727 ../tuxpaint.c:23734 +#: ../tuxpaint.c:23734 ../tuxpaint.c:23741 msgid "entirely" msgstr "" #. Add "Color Select" color: -#: ../tuxpaint.c:26644 +#: ../tuxpaint.c:26651 msgid "Select a color from your drawing." msgstr "" #. Add "Color Picker" color: #. (This is an attempt to describe an HSV color picker in extremely basic terms!) -#: ../tuxpaint.c:26653 +#: ../tuxpaint.c:26660 msgid "" "Pick a color. Hues go top to bottom. Saturation/intensity goes left (pale) " "to right (pure). Value (lightness/darkness): grey bar." @@ -1320,7 +1320,7 @@ msgstr "" #. Add "Color Mixer" color: #. (The terms 'tint', 'tone', and 'shade' relate to combining white, grey, or black paint (respectively) to another color) -#: ../tuxpaint.c:26665 +#: ../tuxpaint.c:26672 msgid "" "Click the primary colors (red, yellow, and blue), white (to tint), grey (to " "tone), and black (to shade), to mix together a new color." @@ -1504,10 +1504,16 @@ msgstr "Kleeke na twe mauso no ma destɔhyen mmra nfonyin no fa so." msgid "Emboss" msgstr "Empi" -#: ../../magic/src/emboss.c:114 +#: ../../magic/src/emboss.c:115 msgid "Click and drag the mouse to emboss the picture." msgstr "Kleeke na twe mauso no ma nfonyin no mmpue." +#: ../../magic/src/emboss.c:117 +#, fuzzy +#| msgid "Click to sharpen the entire picture." +msgid "Click to emboss the entire picture." +msgstr "Cleeke na nfonyin no ani nnahɔ." + #: ../../magic/src/fade_darken.c:115 msgid "Lighten" msgstr "Ma no nyɛ hae" diff --git a/src/po/am.po b/src/po/am.po index 840de83a3..246bfbf5d 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: 2022-06-14 00:59-0700\n" +"POT-Creation-Date: 2022-07-03 16:31-0700\n" "PO-Revision-Date: 2014-06-10 11:45+0100\n" "Last-Translator: Solomon Gizaw \n" "Language-Team: none\n" @@ -314,15 +314,15 @@ msgstr "" msgid "Minimize" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:8 ../tuxpaint.desktop.in:3 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:8 ../tuxpaint.desktop.in:3 msgid "Tux Paint" msgstr "ተክስ መሳያ " -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:9 ../tuxpaint.desktop.in:10 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:9 ../tuxpaint.desktop.in:10 msgid "A drawing program for children" msgstr "የልጆች የመሳያ ፍርግም። " -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:11 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:11 msgid "" "Tux Paint is a free, award-winning drawing program for children ages 3 to " "12. Tux Paint is used in schools around the world as a computer literacy " @@ -331,30 +331,30 @@ msgid "" "program." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:19 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:19 msgid "" "Kids are presented with a blank canvas and a variety of drawing tools to " "help them be creative." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:24 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:24 msgid "New Breed Software et al." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:36 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:36 msgid "The Magic tool is a set of special effects" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:40 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:40 msgid "" "The Paint Brush tool lets you draw freehand, using various brushes and colors" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:44 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:44 msgid "The Stamp tool is like a set of rubber stamps or stickers" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:50 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:50 msgid "" "Tux Paint's Color palette includes a new Color Mixer option, which allows " "users to combine different proportions of primary colors (red, yellow, and " @@ -362,7 +362,7 @@ msgid "" "mixing paints." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:51 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:51 msgid "" "The Color Picker option, which previously offered a static palette of around " "sixty-five thousand color choices, now supports separate hue, saturation, " @@ -370,21 +370,21 @@ msgid "" "colors." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:52 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:52 msgid "" "Also, a keyboard shortcut is now available for quick access to the Color " "Selector — the \"pipette\" tool used for picking colors from the current " "drawing." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:53 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53 msgid "" "The Paint and Lines tools now provide a way to adjust the spacing of " "brushes, allowing dotted lines or smearing effects to be made. Many brushes " "have been given better default spacing values, as well." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:54 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54 msgid "" "Two new variations of the Zoom Magic Tool, Tile Zoom and Rush, have been " "added. When shrinking a drawing with Tile Zoom, it replicates the drawing " @@ -392,7 +392,7 @@ msgid "" "background color. The Rush tool blurs the results." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:55 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:55 msgid "" "Tux Paint's Shapes tool now offers hexagon (6-sided) and heptagon (7-sided) " "polygons. For shapes which can be stretched (rectangle, oval, etc.), the " @@ -401,7 +401,7 @@ msgid "" "has also been expanded." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:56 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:56 msgid "" "Keyboard shortcuts, such as [Control]+[S] to save a drawing, are now " "accessed with the more traditional [⌘ Command] key when using Tux Paint on " @@ -409,7 +409,7 @@ msgid "" "The look and feel of the user documentation has been improved." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:61 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:61 msgid "" "Tux Paint's Paint and Line tools now support brushes that rotate based on " "the angle of the stroke. This new rotation feature, as well as the older " @@ -418,7 +418,7 @@ msgid "" "painting mode for interactively coloring within a confined area." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:62 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:62 msgid "" "Six new Magic tools have been added to Tux Paint. Panels shrinks and " "duplicates the drawing into a 2-by-2 grid, which is useful for making four-" @@ -429,7 +429,7 @@ msgid "" "of Tux Paint's classic Rainbow tool." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:63 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:63 msgid "" "A number of existing Magic tools have been updated, as well. Improvements " "were made to Halftone, which simulates photographs on newsprint; Cartoon, " @@ -438,7 +438,7 @@ msgid "" "Chalk, and Emboss, now offer the ability to alter the entire image at once!" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:64 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:64 msgid "" "Finally, Magic tools are now grouped into collections of similar effects — " "painting, distorts, color filters, picture warps, pattern painting, " @@ -446,7 +446,7 @@ msgid "" "need." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:69 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:69 msgid "" "Tux Paint's Fill tool now offers options to fill an area with color " "gradients. The \"Radial\" fill creates a circular gradient centered around " @@ -454,7 +454,7 @@ msgid "" "of gradients at different angles and sizes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:70 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:70 msgid "" "New Magic tools have been added to Tux Paint: \"Pixels\" makes it easier to " "create retro-gaming style pixel art, \"Checkerboard\" fills the entire " @@ -462,14 +462,14 @@ msgid "" "picture via brush strokes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:71 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:71 msgid "" "Tux Paint's user documentation has been overhauled, making localization " "easier. Parties interested in helping with localization are encouraged to " "contact the Tux Paint team." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:72 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:72 msgid "" "Finally, a new pair of accessibility options have been added. The entire " "user interface can now be enlarged benefiting users with impaired vision, " @@ -479,34 +479,34 @@ msgid "" "systems." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:77 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:77 msgid "" "A major improvement has been made to the Shapes tool, which now provides " "options to choose whether shapes are drawn from the center or a corner, " "making it easier to use in any situation." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:78 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:78 msgid "" "The on-screen keyboard, an accessibility feature optionally available when " "using the Text and Label tools, now appears larger on bigger displays; " "helpful for users of coarser input devices, such as eye-tracking systems." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:79 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:79 msgid "" "The Eraser tool adds new, smaller eraser sizes, and applies smoother, " "contiguous strokes when the pointer is moved quickly." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:80 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:80 msgid "" "Finally, this newest version adds options to export individual drawings and " "GIF animations, making it easy to share pictures, cartoons, and slideshows " "with others." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:85 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:85 msgid "" "The latest version has promoted the \"Fill\" tool, previously found under " "the \"Magic\" section of Tux Paint, to the main toolbar, where it's easier " @@ -516,21 +516,21 @@ msgid "" "images." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:86 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:86 msgid "" "Tux Paint also now makes it possible to disable stereo sound, which can " "benefit users with a hearing impairment, or in situations where only one " "speaker is available." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:91 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:91 msgid "" "New in this version are a \"color picker\", which allows any color within a " "drawing to be chosen using the pointer, and a set of three-, four-, and five-" "pointed star shapes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:92 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:92 msgid "" "The latest version also incorporates a number of new translations, bringing " "the number of supported languages up to nearly 130: Bengali, Bodo, Dogri, " @@ -1301,18 +1301,18 @@ msgid "" msgstr "" #. Color mixer; e.g., "Your color is entirely grey." -#: ../tuxpaint.c:23727 ../tuxpaint.c:23734 +#: ../tuxpaint.c:23734 ../tuxpaint.c:23741 msgid "entirely" msgstr "" #. Add "Color Select" color: -#: ../tuxpaint.c:26644 +#: ../tuxpaint.c:26651 msgid "Select a color from your drawing." msgstr "" #. Add "Color Picker" color: #. (This is an attempt to describe an HSV color picker in extremely basic terms!) -#: ../tuxpaint.c:26653 +#: ../tuxpaint.c:26660 msgid "" "Pick a color. Hues go top to bottom. Saturation/intensity goes left (pale) " "to right (pure). Value (lightness/darkness): grey bar." @@ -1320,7 +1320,7 @@ msgstr "" #. Add "Color Mixer" color: #. (The terms 'tint', 'tone', and 'shade' relate to combining white, grey, or black paint (respectively) to another color) -#: ../tuxpaint.c:26665 +#: ../tuxpaint.c:26672 msgid "" "Click the primary colors (red, yellow, and blue), white (to tint), grey (to " "tone), and black (to shade), to mix together a new color." @@ -1505,10 +1505,16 @@ msgstr "ስዕልህን ለማጣመም አዝራሩን ጠቅ አድርገህ msgid "Emboss" msgstr "ማስጌጥ " -#: ../../magic/src/emboss.c:114 +#: ../../magic/src/emboss.c:115 msgid "Click and drag the mouse to emboss the picture." msgstr "ስአሉን ለማስጌጥ አዝራሩን ጠቅ አድርገህ ጎትት። " +#: ../../magic/src/emboss.c:117 +#, fuzzy +#| msgid "Click to sharpen the entire picture." +msgid "Click to emboss the entire picture." +msgstr "አጠቃላይ ስዕሉን ለመቅረጽ ጠቅ አድርግ። " + #: ../../magic/src/fade_darken.c:115 msgid "Lighten" msgstr "ማንጻት " diff --git a/src/po/an.po b/src/po/an.po index 068115cfd..7cf6141b3 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: 2022-06-14 00:59-0700\n" +"POT-Creation-Date: 2022-07-03 16:31-0700\n" "PO-Revision-Date: 2017-12-29 10:04+0100\n" "Last-Translator: juanpabl \n" "Language-Team: softaragonés\n" @@ -313,15 +313,15 @@ msgstr "" msgid "Minimize" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:8 ../tuxpaint.desktop.in:3 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:8 ../tuxpaint.desktop.in:3 msgid "Tux Paint" msgstr "Tux Paint" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:9 ../tuxpaint.desktop.in:10 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:9 ../tuxpaint.desktop.in:10 msgid "A drawing program for children" msgstr "Un programa de dibuixo pa ninos" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:11 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:11 msgid "" "Tux Paint is a free, award-winning drawing program for children ages 3 to " "12. Tux Paint is used in schools around the world as a computer literacy " @@ -330,30 +330,30 @@ msgid "" "program." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:19 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:19 msgid "" "Kids are presented with a blank canvas and a variety of drawing tools to " "help them be creative." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:24 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:24 msgid "New Breed Software et al." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:36 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:36 msgid "The Magic tool is a set of special effects" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:40 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:40 msgid "" "The Paint Brush tool lets you draw freehand, using various brushes and colors" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:44 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:44 msgid "The Stamp tool is like a set of rubber stamps or stickers" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:50 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:50 msgid "" "Tux Paint's Color palette includes a new Color Mixer option, which allows " "users to combine different proportions of primary colors (red, yellow, and " @@ -361,7 +361,7 @@ msgid "" "mixing paints." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:51 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:51 msgid "" "The Color Picker option, which previously offered a static palette of around " "sixty-five thousand color choices, now supports separate hue, saturation, " @@ -369,21 +369,21 @@ msgid "" "colors." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:52 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:52 msgid "" "Also, a keyboard shortcut is now available for quick access to the Color " "Selector — the \"pipette\" tool used for picking colors from the current " "drawing." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:53 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53 msgid "" "The Paint and Lines tools now provide a way to adjust the spacing of " "brushes, allowing dotted lines or smearing effects to be made. Many brushes " "have been given better default spacing values, as well." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:54 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54 msgid "" "Two new variations of the Zoom Magic Tool, Tile Zoom and Rush, have been " "added. When shrinking a drawing with Tile Zoom, it replicates the drawing " @@ -391,7 +391,7 @@ msgid "" "background color. The Rush tool blurs the results." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:55 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:55 msgid "" "Tux Paint's Shapes tool now offers hexagon (6-sided) and heptagon (7-sided) " "polygons. For shapes which can be stretched (rectangle, oval, etc.), the " @@ -400,7 +400,7 @@ msgid "" "has also been expanded." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:56 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:56 msgid "" "Keyboard shortcuts, such as [Control]+[S] to save a drawing, are now " "accessed with the more traditional [⌘ Command] key when using Tux Paint on " @@ -408,7 +408,7 @@ msgid "" "The look and feel of the user documentation has been improved." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:61 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:61 msgid "" "Tux Paint's Paint and Line tools now support brushes that rotate based on " "the angle of the stroke. This new rotation feature, as well as the older " @@ -417,7 +417,7 @@ msgid "" "painting mode for interactively coloring within a confined area." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:62 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:62 msgid "" "Six new Magic tools have been added to Tux Paint. Panels shrinks and " "duplicates the drawing into a 2-by-2 grid, which is useful for making four-" @@ -428,7 +428,7 @@ msgid "" "of Tux Paint's classic Rainbow tool." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:63 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:63 msgid "" "A number of existing Magic tools have been updated, as well. Improvements " "were made to Halftone, which simulates photographs on newsprint; Cartoon, " @@ -437,7 +437,7 @@ msgid "" "Chalk, and Emboss, now offer the ability to alter the entire image at once!" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:64 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:64 msgid "" "Finally, Magic tools are now grouped into collections of similar effects — " "painting, distorts, color filters, picture warps, pattern painting, " @@ -445,7 +445,7 @@ msgid "" "need." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:69 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:69 msgid "" "Tux Paint's Fill tool now offers options to fill an area with color " "gradients. The \"Radial\" fill creates a circular gradient centered around " @@ -453,7 +453,7 @@ msgid "" "of gradients at different angles and sizes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:70 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:70 msgid "" "New Magic tools have been added to Tux Paint: \"Pixels\" makes it easier to " "create retro-gaming style pixel art, \"Checkerboard\" fills the entire " @@ -461,14 +461,14 @@ msgid "" "picture via brush strokes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:71 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:71 msgid "" "Tux Paint's user documentation has been overhauled, making localization " "easier. Parties interested in helping with localization are encouraged to " "contact the Tux Paint team." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:72 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:72 msgid "" "Finally, a new pair of accessibility options have been added. The entire " "user interface can now be enlarged benefiting users with impaired vision, " @@ -478,34 +478,34 @@ msgid "" "systems." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:77 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:77 msgid "" "A major improvement has been made to the Shapes tool, which now provides " "options to choose whether shapes are drawn from the center or a corner, " "making it easier to use in any situation." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:78 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:78 msgid "" "The on-screen keyboard, an accessibility feature optionally available when " "using the Text and Label tools, now appears larger on bigger displays; " "helpful for users of coarser input devices, such as eye-tracking systems." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:79 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:79 msgid "" "The Eraser tool adds new, smaller eraser sizes, and applies smoother, " "contiguous strokes when the pointer is moved quickly." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:80 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:80 msgid "" "Finally, this newest version adds options to export individual drawings and " "GIF animations, making it easy to share pictures, cartoons, and slideshows " "with others." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:85 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:85 msgid "" "The latest version has promoted the \"Fill\" tool, previously found under " "the \"Magic\" section of Tux Paint, to the main toolbar, where it's easier " @@ -515,21 +515,21 @@ msgid "" "images." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:86 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:86 msgid "" "Tux Paint also now makes it possible to disable stereo sound, which can " "benefit users with a hearing impairment, or in situations where only one " "speaker is available." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:91 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:91 msgid "" "New in this version are a \"color picker\", which allows any color within a " "drawing to be chosen using the pointer, and a set of three-, four-, and five-" "pointed star shapes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:92 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:92 msgid "" "The latest version also incorporates a number of new translations, bringing " "the number of supported languages up to nearly 130: Bengali, Bodo, Dogri, " @@ -1309,18 +1309,18 @@ msgid "" msgstr "" #. Color mixer; e.g., "Your color is entirely grey." -#: ../tuxpaint.c:23727 ../tuxpaint.c:23734 +#: ../tuxpaint.c:23734 ../tuxpaint.c:23741 msgid "entirely" msgstr "" #. Add "Color Select" color: -#: ../tuxpaint.c:26644 +#: ../tuxpaint.c:26651 msgid "Select a color from your drawing." msgstr "Triga una color d'o tuyo dibuixo." #. Add "Color Picker" color: #. (This is an attempt to describe an HSV color picker in extremely basic terms!) -#: ../tuxpaint.c:26653 +#: ../tuxpaint.c:26660 msgid "" "Pick a color. Hues go top to bottom. Saturation/intensity goes left (pale) " "to right (pure). Value (lightness/darkness): grey bar." @@ -1328,7 +1328,7 @@ msgstr "" #. Add "Color Mixer" color: #. (The terms 'tint', 'tone', and 'shade' relate to combining white, grey, or black paint (respectively) to another color) -#: ../tuxpaint.c:26665 +#: ../tuxpaint.c:26672 msgid "" "Click the primary colors (red, yellow, and blue), white (to tint), grey (to " "tone), and black (to shade), to mix together a new color." @@ -1499,10 +1499,16 @@ msgstr "Fe clic y arrociega lo ratet pa distorsionar lo tuyo dibuixo." msgid "Emboss" msgstr "Relieu" -#: ../../magic/src/emboss.c:114 +#: ../../magic/src/emboss.c:115 msgid "Click and drag the mouse to emboss the picture." msgstr "Fe clic y arrociega lo ratet pa dar-le relieu a lo tuyo dibuixo." +#: ../../magic/src/emboss.c:117 +#, fuzzy +#| msgid "Click to sharpen the entire picture." +msgid "Click to emboss the entire picture." +msgstr "Fe clic pa enfocar tot lo dibuixo." + #: ../../magic/src/fade_darken.c:115 msgid "Lighten" msgstr "Aclarir" diff --git a/src/po/ar.po b/src/po/ar.po index 1ab046e27..19f91624c 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: 2022-06-14 00:59-0700\n" +"POT-Creation-Date: 2022-07-03 16:31-0700\n" "PO-Revision-Date: 2008-10-07 14:54+0200\n" "Last-Translator: none\n" "Language-Team: none\n" @@ -325,15 +325,15 @@ msgstr "" msgid "Minimize" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:8 ../tuxpaint.desktop.in:3 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:8 ../tuxpaint.desktop.in:3 msgid "Tux Paint" msgstr "رسم توكس" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:9 ../tuxpaint.desktop.in:10 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:9 ../tuxpaint.desktop.in:10 msgid "A drawing program for children" msgstr "برنامج رسومات للأطفال" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:11 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:11 msgid "" "Tux Paint is a free, award-winning drawing program for children ages 3 to " "12. Tux Paint is used in schools around the world as a computer literacy " @@ -342,30 +342,30 @@ msgid "" "program." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:19 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:19 msgid "" "Kids are presented with a blank canvas and a variety of drawing tools to " "help them be creative." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:24 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:24 msgid "New Breed Software et al." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:36 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:36 msgid "The Magic tool is a set of special effects" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:40 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:40 msgid "" "The Paint Brush tool lets you draw freehand, using various brushes and colors" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:44 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:44 msgid "The Stamp tool is like a set of rubber stamps or stickers" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:50 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:50 msgid "" "Tux Paint's Color palette includes a new Color Mixer option, which allows " "users to combine different proportions of primary colors (red, yellow, and " @@ -373,7 +373,7 @@ msgid "" "mixing paints." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:51 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:51 msgid "" "The Color Picker option, which previously offered a static palette of around " "sixty-five thousand color choices, now supports separate hue, saturation, " @@ -381,21 +381,21 @@ msgid "" "colors." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:52 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:52 msgid "" "Also, a keyboard shortcut is now available for quick access to the Color " "Selector — the \"pipette\" tool used for picking colors from the current " "drawing." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:53 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53 msgid "" "The Paint and Lines tools now provide a way to adjust the spacing of " "brushes, allowing dotted lines or smearing effects to be made. Many brushes " "have been given better default spacing values, as well." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:54 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54 msgid "" "Two new variations of the Zoom Magic Tool, Tile Zoom and Rush, have been " "added. When shrinking a drawing with Tile Zoom, it replicates the drawing " @@ -403,7 +403,7 @@ msgid "" "background color. The Rush tool blurs the results." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:55 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:55 msgid "" "Tux Paint's Shapes tool now offers hexagon (6-sided) and heptagon (7-sided) " "polygons. For shapes which can be stretched (rectangle, oval, etc.), the " @@ -412,7 +412,7 @@ msgid "" "has also been expanded." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:56 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:56 msgid "" "Keyboard shortcuts, such as [Control]+[S] to save a drawing, are now " "accessed with the more traditional [⌘ Command] key when using Tux Paint on " @@ -420,7 +420,7 @@ msgid "" "The look and feel of the user documentation has been improved." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:61 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:61 msgid "" "Tux Paint's Paint and Line tools now support brushes that rotate based on " "the angle of the stroke. This new rotation feature, as well as the older " @@ -429,7 +429,7 @@ msgid "" "painting mode for interactively coloring within a confined area." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:62 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:62 msgid "" "Six new Magic tools have been added to Tux Paint. Panels shrinks and " "duplicates the drawing into a 2-by-2 grid, which is useful for making four-" @@ -440,7 +440,7 @@ msgid "" "of Tux Paint's classic Rainbow tool." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:63 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:63 msgid "" "A number of existing Magic tools have been updated, as well. Improvements " "were made to Halftone, which simulates photographs on newsprint; Cartoon, " @@ -449,7 +449,7 @@ msgid "" "Chalk, and Emboss, now offer the ability to alter the entire image at once!" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:64 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:64 msgid "" "Finally, Magic tools are now grouped into collections of similar effects — " "painting, distorts, color filters, picture warps, pattern painting, " @@ -457,7 +457,7 @@ msgid "" "need." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:69 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:69 msgid "" "Tux Paint's Fill tool now offers options to fill an area with color " "gradients. The \"Radial\" fill creates a circular gradient centered around " @@ -465,7 +465,7 @@ msgid "" "of gradients at different angles and sizes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:70 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:70 msgid "" "New Magic tools have been added to Tux Paint: \"Pixels\" makes it easier to " "create retro-gaming style pixel art, \"Checkerboard\" fills the entire " @@ -473,14 +473,14 @@ msgid "" "picture via brush strokes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:71 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:71 msgid "" "Tux Paint's user documentation has been overhauled, making localization " "easier. Parties interested in helping with localization are encouraged to " "contact the Tux Paint team." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:72 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:72 msgid "" "Finally, a new pair of accessibility options have been added. The entire " "user interface can now be enlarged benefiting users with impaired vision, " @@ -490,34 +490,34 @@ msgid "" "systems." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:77 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:77 msgid "" "A major improvement has been made to the Shapes tool, which now provides " "options to choose whether shapes are drawn from the center or a corner, " "making it easier to use in any situation." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:78 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:78 msgid "" "The on-screen keyboard, an accessibility feature optionally available when " "using the Text and Label tools, now appears larger on bigger displays; " "helpful for users of coarser input devices, such as eye-tracking systems." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:79 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:79 msgid "" "The Eraser tool adds new, smaller eraser sizes, and applies smoother, " "contiguous strokes when the pointer is moved quickly." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:80 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:80 msgid "" "Finally, this newest version adds options to export individual drawings and " "GIF animations, making it easy to share pictures, cartoons, and slideshows " "with others." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:85 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:85 msgid "" "The latest version has promoted the \"Fill\" tool, previously found under " "the \"Magic\" section of Tux Paint, to the main toolbar, where it's easier " @@ -527,21 +527,21 @@ msgid "" "images." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:86 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:86 msgid "" "Tux Paint also now makes it possible to disable stereo sound, which can " "benefit users with a hearing impairment, or in situations where only one " "speaker is available." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:91 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:91 msgid "" "New in this version are a \"color picker\", which allows any color within a " "drawing to be chosen using the pointer, and a set of three-, four-, and five-" "pointed star shapes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:92 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:92 msgid "" "The latest version also incorporates a number of new translations, bringing " "the number of supported languages up to nearly 130: Bengali, Bodo, Dogri, " @@ -1317,18 +1317,18 @@ msgid "" msgstr "" #. Color mixer; e.g., "Your color is entirely grey." -#: ../tuxpaint.c:23727 ../tuxpaint.c:23734 +#: ../tuxpaint.c:23734 ../tuxpaint.c:23741 msgid "entirely" msgstr "" #. Add "Color Select" color: -#: ../tuxpaint.c:26644 +#: ../tuxpaint.c:26651 msgid "Select a color from your drawing." msgstr "" #. Add "Color Picker" color: #. (This is an attempt to describe an HSV color picker in extremely basic terms!) -#: ../tuxpaint.c:26653 +#: ../tuxpaint.c:26660 msgid "" "Pick a color. Hues go top to bottom. Saturation/intensity goes left (pale) " "to right (pure). Value (lightness/darkness): grey bar." @@ -1336,7 +1336,7 @@ msgstr "" #. Add "Color Mixer" color: #. (The terms 'tint', 'tone', and 'shade' relate to combining white, grey, or black paint (respectively) to another color) -#: ../tuxpaint.c:26665 +#: ../tuxpaint.c:26672 msgid "" "Click the primary colors (red, yellow, and blue), white (to tint), grey (to " "tone), and black (to shade), to mix together a new color." @@ -1527,10 +1527,16 @@ msgstr "انقر واسحب الفأره لتتسبب في تشويه صورتك msgid "Emboss" msgstr "زين بنقوش بارزة" -#: ../../magic/src/emboss.c:114 +#: ../../magic/src/emboss.c:115 msgid "Click and drag the mouse to emboss the picture." msgstr "انقر واسحب الماوس لزخرفه الصورة بطريقه بارزه " +#: ../../magic/src/emboss.c:117 +#, fuzzy +#| msgid "Click to sharpen the entire picture." +msgid "Click to emboss the entire picture." +msgstr "انقر الفأره لجعل صورتك اكثر حده و وضوحا" + #: ../../magic/src/fade_darken.c:115 msgid "Lighten" msgstr "تخفيف , أضاء," diff --git a/src/po/as.po b/src/po/as.po index 9268eff97..7647f5b07 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: 2022-06-14 00:59-0700\n" +"POT-Creation-Date: 2022-07-03 16:31-0700\n" "PO-Revision-Date: 2014-06-16 23:33-0800\n" "Last-Translator: Anand Kulkarni \n" "Language-Team: none\n" @@ -313,15 +313,15 @@ msgstr "" msgid "Minimize" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:8 ../tuxpaint.desktop.in:3 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:8 ../tuxpaint.desktop.in:3 msgid "Tux Paint" msgstr "টাক্স পেইন্টটো" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:9 ../tuxpaint.desktop.in:10 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:9 ../tuxpaint.desktop.in:10 msgid "A drawing program for children" msgstr "শিশুবোৰৰ কাৰণে এটা ড্ৰয়িংৰ কাৰ্য্যসূচী" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:11 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:11 msgid "" "Tux Paint is a free, award-winning drawing program for children ages 3 to " "12. Tux Paint is used in schools around the world as a computer literacy " @@ -330,30 +330,30 @@ msgid "" "program." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:19 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:19 msgid "" "Kids are presented with a blank canvas and a variety of drawing tools to " "help them be creative." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:24 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:24 msgid "New Breed Software et al." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:36 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:36 msgid "The Magic tool is a set of special effects" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:40 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:40 msgid "" "The Paint Brush tool lets you draw freehand, using various brushes and colors" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:44 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:44 msgid "The Stamp tool is like a set of rubber stamps or stickers" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:50 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:50 msgid "" "Tux Paint's Color palette includes a new Color Mixer option, which allows " "users to combine different proportions of primary colors (red, yellow, and " @@ -361,7 +361,7 @@ msgid "" "mixing paints." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:51 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:51 msgid "" "The Color Picker option, which previously offered a static palette of around " "sixty-five thousand color choices, now supports separate hue, saturation, " @@ -369,21 +369,21 @@ msgid "" "colors." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:52 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:52 msgid "" "Also, a keyboard shortcut is now available for quick access to the Color " "Selector — the \"pipette\" tool used for picking colors from the current " "drawing." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:53 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53 msgid "" "The Paint and Lines tools now provide a way to adjust the spacing of " "brushes, allowing dotted lines or smearing effects to be made. Many brushes " "have been given better default spacing values, as well." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:54 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54 msgid "" "Two new variations of the Zoom Magic Tool, Tile Zoom and Rush, have been " "added. When shrinking a drawing with Tile Zoom, it replicates the drawing " @@ -391,7 +391,7 @@ msgid "" "background color. The Rush tool blurs the results." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:55 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:55 msgid "" "Tux Paint's Shapes tool now offers hexagon (6-sided) and heptagon (7-sided) " "polygons. For shapes which can be stretched (rectangle, oval, etc.), the " @@ -400,7 +400,7 @@ msgid "" "has also been expanded." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:56 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:56 msgid "" "Keyboard shortcuts, such as [Control]+[S] to save a drawing, are now " "accessed with the more traditional [⌘ Command] key when using Tux Paint on " @@ -408,7 +408,7 @@ msgid "" "The look and feel of the user documentation has been improved." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:61 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:61 msgid "" "Tux Paint's Paint and Line tools now support brushes that rotate based on " "the angle of the stroke. This new rotation feature, as well as the older " @@ -417,7 +417,7 @@ msgid "" "painting mode for interactively coloring within a confined area." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:62 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:62 msgid "" "Six new Magic tools have been added to Tux Paint. Panels shrinks and " "duplicates the drawing into a 2-by-2 grid, which is useful for making four-" @@ -428,7 +428,7 @@ msgid "" "of Tux Paint's classic Rainbow tool." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:63 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:63 msgid "" "A number of existing Magic tools have been updated, as well. Improvements " "were made to Halftone, which simulates photographs on newsprint; Cartoon, " @@ -437,7 +437,7 @@ msgid "" "Chalk, and Emboss, now offer the ability to alter the entire image at once!" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:64 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:64 msgid "" "Finally, Magic tools are now grouped into collections of similar effects — " "painting, distorts, color filters, picture warps, pattern painting, " @@ -445,7 +445,7 @@ msgid "" "need." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:69 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:69 msgid "" "Tux Paint's Fill tool now offers options to fill an area with color " "gradients. The \"Radial\" fill creates a circular gradient centered around " @@ -453,7 +453,7 @@ msgid "" "of gradients at different angles and sizes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:70 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:70 msgid "" "New Magic tools have been added to Tux Paint: \"Pixels\" makes it easier to " "create retro-gaming style pixel art, \"Checkerboard\" fills the entire " @@ -461,14 +461,14 @@ msgid "" "picture via brush strokes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:71 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:71 msgid "" "Tux Paint's user documentation has been overhauled, making localization " "easier. Parties interested in helping with localization are encouraged to " "contact the Tux Paint team." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:72 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:72 msgid "" "Finally, a new pair of accessibility options have been added. The entire " "user interface can now be enlarged benefiting users with impaired vision, " @@ -478,34 +478,34 @@ msgid "" "systems." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:77 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:77 msgid "" "A major improvement has been made to the Shapes tool, which now provides " "options to choose whether shapes are drawn from the center or a corner, " "making it easier to use in any situation." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:78 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:78 msgid "" "The on-screen keyboard, an accessibility feature optionally available when " "using the Text and Label tools, now appears larger on bigger displays; " "helpful for users of coarser input devices, such as eye-tracking systems." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:79 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:79 msgid "" "The Eraser tool adds new, smaller eraser sizes, and applies smoother, " "contiguous strokes when the pointer is moved quickly." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:80 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:80 msgid "" "Finally, this newest version adds options to export individual drawings and " "GIF animations, making it easy to share pictures, cartoons, and slideshows " "with others." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:85 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:85 msgid "" "The latest version has promoted the \"Fill\" tool, previously found under " "the \"Magic\" section of Tux Paint, to the main toolbar, where it's easier " @@ -515,21 +515,21 @@ msgid "" "images." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:86 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:86 msgid "" "Tux Paint also now makes it possible to disable stereo sound, which can " "benefit users with a hearing impairment, or in situations where only one " "speaker is available." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:91 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:91 msgid "" "New in this version are a \"color picker\", which allows any color within a " "drawing to be chosen using the pointer, and a set of three-, four-, and five-" "pointed star shapes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:92 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:92 msgid "" "The latest version also incorporates a number of new translations, bringing " "the number of supported languages up to nearly 130: Bengali, Bodo, Dogri, " @@ -1303,18 +1303,18 @@ msgid "" msgstr "" #. Color mixer; e.g., "Your color is entirely grey." -#: ../tuxpaint.c:23727 ../tuxpaint.c:23734 +#: ../tuxpaint.c:23734 ../tuxpaint.c:23741 msgid "entirely" msgstr "" #. Add "Color Select" color: -#: ../tuxpaint.c:26644 +#: ../tuxpaint.c:26651 msgid "Select a color from your drawing." msgstr "" #. Add "Color Picker" color: #. (This is an attempt to describe an HSV color picker in extremely basic terms!) -#: ../tuxpaint.c:26653 +#: ../tuxpaint.c:26660 msgid "" "Pick a color. Hues go top to bottom. Saturation/intensity goes left (pale) " "to right (pure). Value (lightness/darkness): grey bar." @@ -1322,7 +1322,7 @@ msgstr "" #. Add "Color Mixer" color: #. (The terms 'tint', 'tone', and 'shade' relate to combining white, grey, or black paint (respectively) to another color) -#: ../tuxpaint.c:26665 +#: ../tuxpaint.c:26672 msgid "" "Click the primary colors (red, yellow, and blue), white (to tint), grey (to " "tone), and black (to shade), to mix together a new color." @@ -1515,10 +1515,16 @@ msgstr "আপোনাৰ ছবিটোত বিকৃতিটো কৰি msgid "Emboss" msgstr "এম্বোছ" -#: ../../magic/src/emboss.c:114 +#: ../../magic/src/emboss.c:115 msgid "Click and drag the mouse to emboss the picture." msgstr "ছবিটোত এম্বোছ কৰিবলৈ মাউছটোত ক্লিক কৰক আৰু টানক. " +#: ../../magic/src/emboss.c:117 +#, fuzzy +#| msgid "Click to sharpen the entire picture." +msgid "Click to emboss the entire picture." +msgstr "আপোনাৰ সম্পূৰ্ণ ছবিটোত তীক্ষ্ণ কৰিবলৈ ক্লিক কৰক." + #: ../../magic/src/fade_darken.c:115 msgid "Lighten" msgstr "পোহৰ কৰাটো" diff --git a/src/po/ast.po b/src/po/ast.po index 2c8ad4d6c..b8b0c5fc3 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: 2022-06-14 00:59-0700\n" +"POT-Creation-Date: 2022-07-03 16:31-0700\n" "PO-Revision-Date: 2011-02-16 18:38+0200\n" "Last-Translator: none\n" "Language-Team: none\n" @@ -314,15 +314,15 @@ msgstr "" msgid "Minimize" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:8 ../tuxpaint.desktop.in:3 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:8 ../tuxpaint.desktop.in:3 msgid "Tux Paint" msgstr "Tux Paint" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:9 ../tuxpaint.desktop.in:10 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:9 ../tuxpaint.desktop.in:10 msgid "A drawing program for children" msgstr "Un programa de dibuxu pa neños y neñes" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:11 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:11 msgid "" "Tux Paint is a free, award-winning drawing program for children ages 3 to " "12. Tux Paint is used in schools around the world as a computer literacy " @@ -331,30 +331,30 @@ msgid "" "program." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:19 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:19 msgid "" "Kids are presented with a blank canvas and a variety of drawing tools to " "help them be creative." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:24 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:24 msgid "New Breed Software et al." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:36 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:36 msgid "The Magic tool is a set of special effects" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:40 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:40 msgid "" "The Paint Brush tool lets you draw freehand, using various brushes and colors" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:44 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:44 msgid "The Stamp tool is like a set of rubber stamps or stickers" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:50 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:50 msgid "" "Tux Paint's Color palette includes a new Color Mixer option, which allows " "users to combine different proportions of primary colors (red, yellow, and " @@ -362,7 +362,7 @@ msgid "" "mixing paints." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:51 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:51 msgid "" "The Color Picker option, which previously offered a static palette of around " "sixty-five thousand color choices, now supports separate hue, saturation, " @@ -370,21 +370,21 @@ msgid "" "colors." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:52 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:52 msgid "" "Also, a keyboard shortcut is now available for quick access to the Color " "Selector — the \"pipette\" tool used for picking colors from the current " "drawing." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:53 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53 msgid "" "The Paint and Lines tools now provide a way to adjust the spacing of " "brushes, allowing dotted lines or smearing effects to be made. Many brushes " "have been given better default spacing values, as well." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:54 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54 msgid "" "Two new variations of the Zoom Magic Tool, Tile Zoom and Rush, have been " "added. When shrinking a drawing with Tile Zoom, it replicates the drawing " @@ -392,7 +392,7 @@ msgid "" "background color. The Rush tool blurs the results." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:55 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:55 msgid "" "Tux Paint's Shapes tool now offers hexagon (6-sided) and heptagon (7-sided) " "polygons. For shapes which can be stretched (rectangle, oval, etc.), the " @@ -401,7 +401,7 @@ msgid "" "has also been expanded." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:56 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:56 msgid "" "Keyboard shortcuts, such as [Control]+[S] to save a drawing, are now " "accessed with the more traditional [⌘ Command] key when using Tux Paint on " @@ -409,7 +409,7 @@ msgid "" "The look and feel of the user documentation has been improved." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:61 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:61 msgid "" "Tux Paint's Paint and Line tools now support brushes that rotate based on " "the angle of the stroke. This new rotation feature, as well as the older " @@ -418,7 +418,7 @@ msgid "" "painting mode for interactively coloring within a confined area." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:62 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:62 msgid "" "Six new Magic tools have been added to Tux Paint. Panels shrinks and " "duplicates the drawing into a 2-by-2 grid, which is useful for making four-" @@ -429,7 +429,7 @@ msgid "" "of Tux Paint's classic Rainbow tool." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:63 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:63 msgid "" "A number of existing Magic tools have been updated, as well. Improvements " "were made to Halftone, which simulates photographs on newsprint; Cartoon, " @@ -438,7 +438,7 @@ msgid "" "Chalk, and Emboss, now offer the ability to alter the entire image at once!" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:64 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:64 msgid "" "Finally, Magic tools are now grouped into collections of similar effects — " "painting, distorts, color filters, picture warps, pattern painting, " @@ -446,7 +446,7 @@ msgid "" "need." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:69 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:69 msgid "" "Tux Paint's Fill tool now offers options to fill an area with color " "gradients. The \"Radial\" fill creates a circular gradient centered around " @@ -454,7 +454,7 @@ msgid "" "of gradients at different angles and sizes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:70 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:70 msgid "" "New Magic tools have been added to Tux Paint: \"Pixels\" makes it easier to " "create retro-gaming style pixel art, \"Checkerboard\" fills the entire " @@ -462,14 +462,14 @@ msgid "" "picture via brush strokes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:71 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:71 msgid "" "Tux Paint's user documentation has been overhauled, making localization " "easier. Parties interested in helping with localization are encouraged to " "contact the Tux Paint team." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:72 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:72 msgid "" "Finally, a new pair of accessibility options have been added. The entire " "user interface can now be enlarged benefiting users with impaired vision, " @@ -479,34 +479,34 @@ msgid "" "systems." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:77 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:77 msgid "" "A major improvement has been made to the Shapes tool, which now provides " "options to choose whether shapes are drawn from the center or a corner, " "making it easier to use in any situation." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:78 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:78 msgid "" "The on-screen keyboard, an accessibility feature optionally available when " "using the Text and Label tools, now appears larger on bigger displays; " "helpful for users of coarser input devices, such as eye-tracking systems." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:79 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:79 msgid "" "The Eraser tool adds new, smaller eraser sizes, and applies smoother, " "contiguous strokes when the pointer is moved quickly." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:80 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:80 msgid "" "Finally, this newest version adds options to export individual drawings and " "GIF animations, making it easy to share pictures, cartoons, and slideshows " "with others." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:85 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:85 msgid "" "The latest version has promoted the \"Fill\" tool, previously found under " "the \"Magic\" section of Tux Paint, to the main toolbar, where it's easier " @@ -516,21 +516,21 @@ msgid "" "images." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:86 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:86 msgid "" "Tux Paint also now makes it possible to disable stereo sound, which can " "benefit users with a hearing impairment, or in situations where only one " "speaker is available." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:91 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:91 msgid "" "New in this version are a \"color picker\", which allows any color within a " "drawing to be chosen using the pointer, and a set of three-, four-, and five-" "pointed star shapes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:92 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:92 msgid "" "The latest version also incorporates a number of new translations, bringing " "the number of supported languages up to nearly 130: Bengali, Bodo, Dogri, " @@ -1303,18 +1303,18 @@ msgid "" msgstr "" #. Color mixer; e.g., "Your color is entirely grey." -#: ../tuxpaint.c:23727 ../tuxpaint.c:23734 +#: ../tuxpaint.c:23734 ../tuxpaint.c:23741 msgid "entirely" msgstr "" #. Add "Color Select" color: -#: ../tuxpaint.c:26644 +#: ../tuxpaint.c:26651 msgid "Select a color from your drawing." msgstr "" #. Add "Color Picker" color: #. (This is an attempt to describe an HSV color picker in extremely basic terms!) -#: ../tuxpaint.c:26653 +#: ../tuxpaint.c:26660 msgid "" "Pick a color. Hues go top to bottom. Saturation/intensity goes left (pale) " "to right (pure). Value (lightness/darkness): grey bar." @@ -1322,7 +1322,7 @@ msgstr "" #. Add "Color Mixer" color: #. (The terms 'tint', 'tone', and 'shade' relate to combining white, grey, or black paint (respectively) to another color) -#: ../tuxpaint.c:26665 +#: ../tuxpaint.c:26672 msgid "" "Click the primary colors (red, yellow, and blue), white (to tint), grey (to " "tone), and black (to shade), to mix together a new color." @@ -1508,10 +1508,16 @@ msgstr "Calca y arrastra pa distorsionar la imaxe." msgid "Emboss" msgstr "Baxurrelieve" -#: ../../magic/src/emboss.c:114 +#: ../../magic/src/emboss.c:115 msgid "Click and drag the mouse to emboss the picture." msgstr "Calca y arrastra'l mur pa facer un baxurrelieve cola imaxe." +#: ../../magic/src/emboss.c:117 +#, fuzzy +#| msgid "Click to sharpen the entire picture." +msgid "Click to emboss the entire picture." +msgstr "Calca p'afilar tola imaxe." + #: ../../magic/src/fade_darken.c:115 msgid "Lighten" msgstr "Aclariar" diff --git a/src/po/az.po b/src/po/az.po index c834eb72b..f5a6a3bc4 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: 2022-06-14 00:59-0700\n" +"POT-Creation-Date: 2022-07-03 16:31-0700\n" "PO-Revision-Date: 2008-02-10 19:28+0400\n" "Last-Translator: none\n" "Language-Team: none\n" @@ -310,15 +310,15 @@ msgstr "" msgid "Minimize" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:8 ../tuxpaint.desktop.in:3 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:8 ../tuxpaint.desktop.in:3 msgid "Tux Paint" msgstr "Tuks ilə şəkil çək." -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:9 ../tuxpaint.desktop.in:10 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:9 ../tuxpaint.desktop.in:10 msgid "A drawing program for children" msgstr "Uşaqlar üçün rəsm proqramı" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:11 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:11 msgid "" "Tux Paint is a free, award-winning drawing program for children ages 3 to " "12. Tux Paint is used in schools around the world as a computer literacy " @@ -327,30 +327,30 @@ msgid "" "program." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:19 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:19 msgid "" "Kids are presented with a blank canvas and a variety of drawing tools to " "help them be creative." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:24 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:24 msgid "New Breed Software et al." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:36 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:36 msgid "The Magic tool is a set of special effects" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:40 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:40 msgid "" "The Paint Brush tool lets you draw freehand, using various brushes and colors" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:44 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:44 msgid "The Stamp tool is like a set of rubber stamps or stickers" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:50 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:50 msgid "" "Tux Paint's Color palette includes a new Color Mixer option, which allows " "users to combine different proportions of primary colors (red, yellow, and " @@ -358,7 +358,7 @@ msgid "" "mixing paints." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:51 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:51 msgid "" "The Color Picker option, which previously offered a static palette of around " "sixty-five thousand color choices, now supports separate hue, saturation, " @@ -366,21 +366,21 @@ msgid "" "colors." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:52 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:52 msgid "" "Also, a keyboard shortcut is now available for quick access to the Color " "Selector — the \"pipette\" tool used for picking colors from the current " "drawing." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:53 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53 msgid "" "The Paint and Lines tools now provide a way to adjust the spacing of " "brushes, allowing dotted lines or smearing effects to be made. Many brushes " "have been given better default spacing values, as well." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:54 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54 msgid "" "Two new variations of the Zoom Magic Tool, Tile Zoom and Rush, have been " "added. When shrinking a drawing with Tile Zoom, it replicates the drawing " @@ -388,7 +388,7 @@ msgid "" "background color. The Rush tool blurs the results." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:55 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:55 msgid "" "Tux Paint's Shapes tool now offers hexagon (6-sided) and heptagon (7-sided) " "polygons. For shapes which can be stretched (rectangle, oval, etc.), the " @@ -397,7 +397,7 @@ msgid "" "has also been expanded." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:56 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:56 msgid "" "Keyboard shortcuts, such as [Control]+[S] to save a drawing, are now " "accessed with the more traditional [⌘ Command] key when using Tux Paint on " @@ -405,7 +405,7 @@ msgid "" "The look and feel of the user documentation has been improved." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:61 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:61 msgid "" "Tux Paint's Paint and Line tools now support brushes that rotate based on " "the angle of the stroke. This new rotation feature, as well as the older " @@ -414,7 +414,7 @@ msgid "" "painting mode for interactively coloring within a confined area." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:62 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:62 msgid "" "Six new Magic tools have been added to Tux Paint. Panels shrinks and " "duplicates the drawing into a 2-by-2 grid, which is useful for making four-" @@ -425,7 +425,7 @@ msgid "" "of Tux Paint's classic Rainbow tool." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:63 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:63 msgid "" "A number of existing Magic tools have been updated, as well. Improvements " "were made to Halftone, which simulates photographs on newsprint; Cartoon, " @@ -434,7 +434,7 @@ msgid "" "Chalk, and Emboss, now offer the ability to alter the entire image at once!" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:64 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:64 msgid "" "Finally, Magic tools are now grouped into collections of similar effects — " "painting, distorts, color filters, picture warps, pattern painting, " @@ -442,7 +442,7 @@ msgid "" "need." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:69 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:69 msgid "" "Tux Paint's Fill tool now offers options to fill an area with color " "gradients. The \"Radial\" fill creates a circular gradient centered around " @@ -450,7 +450,7 @@ msgid "" "of gradients at different angles and sizes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:70 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:70 msgid "" "New Magic tools have been added to Tux Paint: \"Pixels\" makes it easier to " "create retro-gaming style pixel art, \"Checkerboard\" fills the entire " @@ -458,14 +458,14 @@ msgid "" "picture via brush strokes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:71 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:71 msgid "" "Tux Paint's user documentation has been overhauled, making localization " "easier. Parties interested in helping with localization are encouraged to " "contact the Tux Paint team." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:72 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:72 msgid "" "Finally, a new pair of accessibility options have been added. The entire " "user interface can now be enlarged benefiting users with impaired vision, " @@ -475,34 +475,34 @@ msgid "" "systems." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:77 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:77 msgid "" "A major improvement has been made to the Shapes tool, which now provides " "options to choose whether shapes are drawn from the center or a corner, " "making it easier to use in any situation." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:78 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:78 msgid "" "The on-screen keyboard, an accessibility feature optionally available when " "using the Text and Label tools, now appears larger on bigger displays; " "helpful for users of coarser input devices, such as eye-tracking systems." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:79 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:79 msgid "" "The Eraser tool adds new, smaller eraser sizes, and applies smoother, " "contiguous strokes when the pointer is moved quickly." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:80 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:80 msgid "" "Finally, this newest version adds options to export individual drawings and " "GIF animations, making it easy to share pictures, cartoons, and slideshows " "with others." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:85 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:85 msgid "" "The latest version has promoted the \"Fill\" tool, previously found under " "the \"Magic\" section of Tux Paint, to the main toolbar, where it's easier " @@ -512,21 +512,21 @@ msgid "" "images." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:86 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:86 msgid "" "Tux Paint also now makes it possible to disable stereo sound, which can " "benefit users with a hearing impairment, or in situations where only one " "speaker is available." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:91 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:91 msgid "" "New in this version are a \"color picker\", which allows any color within a " "drawing to be chosen using the pointer, and a set of three-, four-, and five-" "pointed star shapes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:92 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:92 msgid "" "The latest version also incorporates a number of new translations, bringing " "the number of supported languages up to nearly 130: Bengali, Bodo, Dogri, " @@ -1308,18 +1308,18 @@ msgid "" msgstr "" #. Color mixer; e.g., "Your color is entirely grey." -#: ../tuxpaint.c:23727 ../tuxpaint.c:23734 +#: ../tuxpaint.c:23734 ../tuxpaint.c:23741 msgid "entirely" msgstr "" #. Add "Color Select" color: -#: ../tuxpaint.c:26644 +#: ../tuxpaint.c:26651 msgid "Select a color from your drawing." msgstr "" #. Add "Color Picker" color: #. (This is an attempt to describe an HSV color picker in extremely basic terms!) -#: ../tuxpaint.c:26653 +#: ../tuxpaint.c:26660 msgid "" "Pick a color. Hues go top to bottom. Saturation/intensity goes left (pale) " "to right (pure). Value (lightness/darkness): grey bar." @@ -1327,7 +1327,7 @@ msgstr "" #. Add "Color Mixer" color: #. (The terms 'tint', 'tone', and 'shade' relate to combining white, grey, or black paint (respectively) to another color) -#: ../tuxpaint.c:26665 +#: ../tuxpaint.c:26672 msgid "" "Click the primary colors (red, yellow, and blue), white (to tint), grey (to " "tone), and black (to shade), to mix together a new color." @@ -1528,11 +1528,16 @@ msgstr "Şəkili əymək üçün mausun sol düyməsini bas və mausu hərəkət msgid "Emboss" msgstr "Relyef" -#: ../../magic/src/emboss.c:114 +#: ../../magic/src/emboss.c:115 msgid "Click and drag the mouse to emboss the picture." msgstr "" "Şəkili relyefli etmək üçün mausun sol düyməsini bas və mausu hərəkətə gətir." +#: ../../magic/src/emboss.c:117 +#, fuzzy +msgid "Click to emboss the entire picture." +msgstr "Şəkili güzgüdəki kimi görmək üçün mausun sol düyməsini bas." + #: ../../magic/src/fade_darken.c:115 msgid "Lighten" msgstr "İşıqlandırmaq" diff --git a/src/po/be.po b/src/po/be.po index aef7108ab..e87666689 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: 2022-06-14 00:59-0700\n" +"POT-Creation-Date: 2022-07-03 16:31-0700\n" "PO-Revision-Date: 2014-06-10 23:09+0300\n" "Last-Translator: Hleb Valoshka <375gnu@gmail.com>\n" "Language-Team: none\n" @@ -316,15 +316,15 @@ msgstr "" msgid "Minimize" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:8 ../tuxpaint.desktop.in:3 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:8 ../tuxpaint.desktop.in:3 msgid "Tux Paint" msgstr "Малюй разам з Tux!" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:9 ../tuxpaint.desktop.in:10 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:9 ../tuxpaint.desktop.in:10 msgid "A drawing program for children" msgstr "Дзіцячая праграма для малявання" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:11 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:11 msgid "" "Tux Paint is a free, award-winning drawing program for children ages 3 to " "12. Tux Paint is used in schools around the world as a computer literacy " @@ -333,30 +333,30 @@ msgid "" "program." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:19 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:19 msgid "" "Kids are presented with a blank canvas and a variety of drawing tools to " "help them be creative." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:24 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:24 msgid "New Breed Software et al." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:36 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:36 msgid "The Magic tool is a set of special effects" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:40 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:40 msgid "" "The Paint Brush tool lets you draw freehand, using various brushes and colors" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:44 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:44 msgid "The Stamp tool is like a set of rubber stamps or stickers" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:50 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:50 msgid "" "Tux Paint's Color palette includes a new Color Mixer option, which allows " "users to combine different proportions of primary colors (red, yellow, and " @@ -364,7 +364,7 @@ msgid "" "mixing paints." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:51 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:51 msgid "" "The Color Picker option, which previously offered a static palette of around " "sixty-five thousand color choices, now supports separate hue, saturation, " @@ -372,21 +372,21 @@ msgid "" "colors." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:52 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:52 msgid "" "Also, a keyboard shortcut is now available for quick access to the Color " "Selector — the \"pipette\" tool used for picking colors from the current " "drawing." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:53 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53 msgid "" "The Paint and Lines tools now provide a way to adjust the spacing of " "brushes, allowing dotted lines or smearing effects to be made. Many brushes " "have been given better default spacing values, as well." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:54 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54 msgid "" "Two new variations of the Zoom Magic Tool, Tile Zoom and Rush, have been " "added. When shrinking a drawing with Tile Zoom, it replicates the drawing " @@ -394,7 +394,7 @@ msgid "" "background color. The Rush tool blurs the results." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:55 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:55 msgid "" "Tux Paint's Shapes tool now offers hexagon (6-sided) and heptagon (7-sided) " "polygons. For shapes which can be stretched (rectangle, oval, etc.), the " @@ -403,7 +403,7 @@ msgid "" "has also been expanded." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:56 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:56 msgid "" "Keyboard shortcuts, such as [Control]+[S] to save a drawing, are now " "accessed with the more traditional [⌘ Command] key when using Tux Paint on " @@ -411,7 +411,7 @@ msgid "" "The look and feel of the user documentation has been improved." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:61 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:61 msgid "" "Tux Paint's Paint and Line tools now support brushes that rotate based on " "the angle of the stroke. This new rotation feature, as well as the older " @@ -420,7 +420,7 @@ msgid "" "painting mode for interactively coloring within a confined area." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:62 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:62 msgid "" "Six new Magic tools have been added to Tux Paint. Panels shrinks and " "duplicates the drawing into a 2-by-2 grid, which is useful for making four-" @@ -431,7 +431,7 @@ msgid "" "of Tux Paint's classic Rainbow tool." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:63 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:63 msgid "" "A number of existing Magic tools have been updated, as well. Improvements " "were made to Halftone, which simulates photographs on newsprint; Cartoon, " @@ -440,7 +440,7 @@ msgid "" "Chalk, and Emboss, now offer the ability to alter the entire image at once!" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:64 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:64 msgid "" "Finally, Magic tools are now grouped into collections of similar effects — " "painting, distorts, color filters, picture warps, pattern painting, " @@ -448,7 +448,7 @@ msgid "" "need." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:69 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:69 msgid "" "Tux Paint's Fill tool now offers options to fill an area with color " "gradients. The \"Radial\" fill creates a circular gradient centered around " @@ -456,7 +456,7 @@ msgid "" "of gradients at different angles and sizes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:70 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:70 msgid "" "New Magic tools have been added to Tux Paint: \"Pixels\" makes it easier to " "create retro-gaming style pixel art, \"Checkerboard\" fills the entire " @@ -464,14 +464,14 @@ msgid "" "picture via brush strokes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:71 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:71 msgid "" "Tux Paint's user documentation has been overhauled, making localization " "easier. Parties interested in helping with localization are encouraged to " "contact the Tux Paint team." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:72 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:72 msgid "" "Finally, a new pair of accessibility options have been added. The entire " "user interface can now be enlarged benefiting users with impaired vision, " @@ -481,34 +481,34 @@ msgid "" "systems." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:77 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:77 msgid "" "A major improvement has been made to the Shapes tool, which now provides " "options to choose whether shapes are drawn from the center or a corner, " "making it easier to use in any situation." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:78 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:78 msgid "" "The on-screen keyboard, an accessibility feature optionally available when " "using the Text and Label tools, now appears larger on bigger displays; " "helpful for users of coarser input devices, such as eye-tracking systems." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:79 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:79 msgid "" "The Eraser tool adds new, smaller eraser sizes, and applies smoother, " "contiguous strokes when the pointer is moved quickly." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:80 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:80 msgid "" "Finally, this newest version adds options to export individual drawings and " "GIF animations, making it easy to share pictures, cartoons, and slideshows " "with others." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:85 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:85 msgid "" "The latest version has promoted the \"Fill\" tool, previously found under " "the \"Magic\" section of Tux Paint, to the main toolbar, where it's easier " @@ -518,21 +518,21 @@ msgid "" "images." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:86 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:86 msgid "" "Tux Paint also now makes it possible to disable stereo sound, which can " "benefit users with a hearing impairment, or in situations where only one " "speaker is available." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:91 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:91 msgid "" "New in this version are a \"color picker\", which allows any color within a " "drawing to be chosen using the pointer, and a set of three-, four-, and five-" "pointed star shapes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:92 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:92 msgid "" "The latest version also incorporates a number of new translations, bringing " "the number of supported languages up to nearly 130: Bengali, Bodo, Dogri, " @@ -1307,18 +1307,18 @@ msgid "" msgstr "" #. Color mixer; e.g., "Your color is entirely grey." -#: ../tuxpaint.c:23727 ../tuxpaint.c:23734 +#: ../tuxpaint.c:23734 ../tuxpaint.c:23741 msgid "entirely" msgstr "" #. Add "Color Select" color: -#: ../tuxpaint.c:26644 +#: ../tuxpaint.c:26651 msgid "Select a color from your drawing." msgstr "" #. Add "Color Picker" color: #. (This is an attempt to describe an HSV color picker in extremely basic terms!) -#: ../tuxpaint.c:26653 +#: ../tuxpaint.c:26660 msgid "" "Pick a color. Hues go top to bottom. Saturation/intensity goes left (pale) " "to right (pure). Value (lightness/darkness): grey bar." @@ -1326,7 +1326,7 @@ msgstr "" #. Add "Color Mixer" color: #. (The terms 'tint', 'tone', and 'shade' relate to combining white, grey, or black paint (respectively) to another color) -#: ../tuxpaint.c:26665 +#: ../tuxpaint.c:26672 msgid "" "Click the primary colors (red, yellow, and blue), white (to tint), grey (to " "tone), and black (to shade), to mix together a new color." @@ -1513,10 +1513,16 @@ msgstr "Націсніце і вядзіце мыш, каб выклікаць msgid "Emboss" msgstr "Рэльеф" -#: ../../magic/src/emboss.c:114 +#: ../../magic/src/emboss.c:115 msgid "Click and drag the mouse to emboss the picture." msgstr "Націсніце і вядзіце мыш, каб зрабіць малюнак рэльефным." +#: ../../magic/src/emboss.c:117 +#, fuzzy +#| msgid "Click to sharpen the entire picture." +msgid "Click to emboss the entire picture." +msgstr "Націсніце, каб павялічыць рэзкасць малюнку." + #: ../../magic/src/fade_darken.c:115 msgid "Lighten" msgstr "Святлей" diff --git a/src/po/bg.po b/src/po/bg.po index 3c8d757c2..85d890928 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: 2022-06-14 00:59-0700\n" +"POT-Creation-Date: 2022-07-03 16:31-0700\n" "PO-Revision-Date: 2011-11-28 22:18+0100\n" "Last-Translator: \n" "Language-Team: \n" @@ -317,15 +317,15 @@ msgstr "" msgid "Minimize" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:8 ../tuxpaint.desktop.in:3 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:8 ../tuxpaint.desktop.in:3 msgid "Tux Paint" msgstr "Рисуване с Тъкс" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:9 ../tuxpaint.desktop.in:10 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:9 ../tuxpaint.desktop.in:10 msgid "A drawing program for children" msgstr "Програма за рисуване за деца" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:11 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:11 msgid "" "Tux Paint is a free, award-winning drawing program for children ages 3 to " "12. Tux Paint is used in schools around the world as a computer literacy " @@ -334,30 +334,30 @@ msgid "" "program." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:19 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:19 msgid "" "Kids are presented with a blank canvas and a variety of drawing tools to " "help them be creative." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:24 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:24 msgid "New Breed Software et al." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:36 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:36 msgid "The Magic tool is a set of special effects" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:40 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:40 msgid "" "The Paint Brush tool lets you draw freehand, using various brushes and colors" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:44 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:44 msgid "The Stamp tool is like a set of rubber stamps or stickers" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:50 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:50 msgid "" "Tux Paint's Color palette includes a new Color Mixer option, which allows " "users to combine different proportions of primary colors (red, yellow, and " @@ -365,7 +365,7 @@ msgid "" "mixing paints." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:51 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:51 msgid "" "The Color Picker option, which previously offered a static palette of around " "sixty-five thousand color choices, now supports separate hue, saturation, " @@ -373,21 +373,21 @@ msgid "" "colors." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:52 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:52 msgid "" "Also, a keyboard shortcut is now available for quick access to the Color " "Selector — the \"pipette\" tool used for picking colors from the current " "drawing." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:53 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53 msgid "" "The Paint and Lines tools now provide a way to adjust the spacing of " "brushes, allowing dotted lines or smearing effects to be made. Many brushes " "have been given better default spacing values, as well." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:54 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54 msgid "" "Two new variations of the Zoom Magic Tool, Tile Zoom and Rush, have been " "added. When shrinking a drawing with Tile Zoom, it replicates the drawing " @@ -395,7 +395,7 @@ msgid "" "background color. The Rush tool blurs the results." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:55 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:55 msgid "" "Tux Paint's Shapes tool now offers hexagon (6-sided) and heptagon (7-sided) " "polygons. For shapes which can be stretched (rectangle, oval, etc.), the " @@ -404,7 +404,7 @@ msgid "" "has also been expanded." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:56 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:56 msgid "" "Keyboard shortcuts, such as [Control]+[S] to save a drawing, are now " "accessed with the more traditional [⌘ Command] key when using Tux Paint on " @@ -412,7 +412,7 @@ msgid "" "The look and feel of the user documentation has been improved." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:61 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:61 msgid "" "Tux Paint's Paint and Line tools now support brushes that rotate based on " "the angle of the stroke. This new rotation feature, as well as the older " @@ -421,7 +421,7 @@ msgid "" "painting mode for interactively coloring within a confined area." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:62 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:62 msgid "" "Six new Magic tools have been added to Tux Paint. Panels shrinks and " "duplicates the drawing into a 2-by-2 grid, which is useful for making four-" @@ -432,7 +432,7 @@ msgid "" "of Tux Paint's classic Rainbow tool." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:63 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:63 msgid "" "A number of existing Magic tools have been updated, as well. Improvements " "were made to Halftone, which simulates photographs on newsprint; Cartoon, " @@ -441,7 +441,7 @@ msgid "" "Chalk, and Emboss, now offer the ability to alter the entire image at once!" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:64 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:64 msgid "" "Finally, Magic tools are now grouped into collections of similar effects — " "painting, distorts, color filters, picture warps, pattern painting, " @@ -449,7 +449,7 @@ msgid "" "need." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:69 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:69 msgid "" "Tux Paint's Fill tool now offers options to fill an area with color " "gradients. The \"Radial\" fill creates a circular gradient centered around " @@ -457,7 +457,7 @@ msgid "" "of gradients at different angles and sizes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:70 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:70 msgid "" "New Magic tools have been added to Tux Paint: \"Pixels\" makes it easier to " "create retro-gaming style pixel art, \"Checkerboard\" fills the entire " @@ -465,14 +465,14 @@ msgid "" "picture via brush strokes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:71 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:71 msgid "" "Tux Paint's user documentation has been overhauled, making localization " "easier. Parties interested in helping with localization are encouraged to " "contact the Tux Paint team." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:72 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:72 msgid "" "Finally, a new pair of accessibility options have been added. The entire " "user interface can now be enlarged benefiting users with impaired vision, " @@ -482,34 +482,34 @@ msgid "" "systems." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:77 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:77 msgid "" "A major improvement has been made to the Shapes tool, which now provides " "options to choose whether shapes are drawn from the center or a corner, " "making it easier to use in any situation." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:78 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:78 msgid "" "The on-screen keyboard, an accessibility feature optionally available when " "using the Text and Label tools, now appears larger on bigger displays; " "helpful for users of coarser input devices, such as eye-tracking systems." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:79 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:79 msgid "" "The Eraser tool adds new, smaller eraser sizes, and applies smoother, " "contiguous strokes when the pointer is moved quickly." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:80 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:80 msgid "" "Finally, this newest version adds options to export individual drawings and " "GIF animations, making it easy to share pictures, cartoons, and slideshows " "with others." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:85 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:85 msgid "" "The latest version has promoted the \"Fill\" tool, previously found under " "the \"Magic\" section of Tux Paint, to the main toolbar, where it's easier " @@ -519,21 +519,21 @@ msgid "" "images." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:86 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:86 msgid "" "Tux Paint also now makes it possible to disable stereo sound, which can " "benefit users with a hearing impairment, or in situations where only one " "speaker is available." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:91 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:91 msgid "" "New in this version are a \"color picker\", which allows any color within a " "drawing to be chosen using the pointer, and a set of three-, four-, and five-" "pointed star shapes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:92 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:92 msgid "" "The latest version also incorporates a number of new translations, bringing " "the number of supported languages up to nearly 130: Bengali, Bodo, Dogri, " @@ -1307,18 +1307,18 @@ msgid "" msgstr "" #. Color mixer; e.g., "Your color is entirely grey." -#: ../tuxpaint.c:23727 ../tuxpaint.c:23734 +#: ../tuxpaint.c:23734 ../tuxpaint.c:23741 msgid "entirely" msgstr "" #. Add "Color Select" color: -#: ../tuxpaint.c:26644 +#: ../tuxpaint.c:26651 msgid "Select a color from your drawing." msgstr "" #. Add "Color Picker" color: #. (This is an attempt to describe an HSV color picker in extremely basic terms!) -#: ../tuxpaint.c:26653 +#: ../tuxpaint.c:26660 msgid "" "Pick a color. Hues go top to bottom. Saturation/intensity goes left (pale) " "to right (pure). Value (lightness/darkness): grey bar." @@ -1326,7 +1326,7 @@ msgstr "" #. Add "Color Mixer" color: #. (The terms 'tint', 'tone', and 'shade' relate to combining white, grey, or black paint (respectively) to another color) -#: ../tuxpaint.c:26665 +#: ../tuxpaint.c:26672 msgid "" "Click the primary colors (red, yellow, and blue), white (to tint), grey (to " "tone), and black (to shade), to mix together a new color." @@ -1514,10 +1514,16 @@ msgstr "Натиснете и движете мишката, за да дефо msgid "Emboss" msgstr "Релеф" -#: ../../magic/src/emboss.c:114 +#: ../../magic/src/emboss.c:115 msgid "Click and drag the mouse to emboss the picture." msgstr "Натиснете и движете мишката, за да направите рисунката релефна." +#: ../../magic/src/emboss.c:117 +#, fuzzy +#| msgid "Click to sharpen the entire picture." +msgid "Click to emboss the entire picture." +msgstr "Натиснете, за да изострите цялата рисунка." + #: ../../magic/src/fade_darken.c:115 msgid "Lighten" msgstr "Избледняване" diff --git a/src/po/bm.po b/src/po/bm.po index 868f7359c..ebbbd6017 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: 2022-06-14 00:59-0700\n" +"POT-Creation-Date: 2022-07-03 16:31-0700\n" "PO-Revision-Date: 2010-09-04 17:25+0200\n" "Last-Translator: Fasokan \n" "Language-Team: LANGUAGE \n" @@ -312,15 +312,15 @@ msgstr "" msgid "Minimize" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:8 ../tuxpaint.desktop.in:3 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:8 ../tuxpaint.desktop.in:3 msgid "Tux Paint" msgstr "Pɛntiri Tukisi ." -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:9 ../tuxpaint.desktop.in:10 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:9 ../tuxpaint.desktop.in:10 msgid "A drawing program for children" msgstr "Demisɛnw ka ɲɛgɛn taabolo dɔ" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:11 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:11 msgid "" "Tux Paint is a free, award-winning drawing program for children ages 3 to " "12. Tux Paint is used in schools around the world as a computer literacy " @@ -329,30 +329,30 @@ msgid "" "program." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:19 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:19 msgid "" "Kids are presented with a blank canvas and a variety of drawing tools to " "help them be creative." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:24 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:24 msgid "New Breed Software et al." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:36 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:36 msgid "The Magic tool is a set of special effects" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:40 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:40 msgid "" "The Paint Brush tool lets you draw freehand, using various brushes and colors" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:44 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:44 msgid "The Stamp tool is like a set of rubber stamps or stickers" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:50 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:50 msgid "" "Tux Paint's Color palette includes a new Color Mixer option, which allows " "users to combine different proportions of primary colors (red, yellow, and " @@ -360,7 +360,7 @@ msgid "" "mixing paints." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:51 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:51 msgid "" "The Color Picker option, which previously offered a static palette of around " "sixty-five thousand color choices, now supports separate hue, saturation, " @@ -368,21 +368,21 @@ msgid "" "colors." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:52 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:52 msgid "" "Also, a keyboard shortcut is now available for quick access to the Color " "Selector — the \"pipette\" tool used for picking colors from the current " "drawing." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:53 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53 msgid "" "The Paint and Lines tools now provide a way to adjust the spacing of " "brushes, allowing dotted lines or smearing effects to be made. Many brushes " "have been given better default spacing values, as well." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:54 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54 msgid "" "Two new variations of the Zoom Magic Tool, Tile Zoom and Rush, have been " "added. When shrinking a drawing with Tile Zoom, it replicates the drawing " @@ -390,7 +390,7 @@ msgid "" "background color. The Rush tool blurs the results." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:55 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:55 msgid "" "Tux Paint's Shapes tool now offers hexagon (6-sided) and heptagon (7-sided) " "polygons. For shapes which can be stretched (rectangle, oval, etc.), the " @@ -399,7 +399,7 @@ msgid "" "has also been expanded." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:56 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:56 msgid "" "Keyboard shortcuts, such as [Control]+[S] to save a drawing, are now " "accessed with the more traditional [⌘ Command] key when using Tux Paint on " @@ -407,7 +407,7 @@ msgid "" "The look and feel of the user documentation has been improved." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:61 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:61 msgid "" "Tux Paint's Paint and Line tools now support brushes that rotate based on " "the angle of the stroke. This new rotation feature, as well as the older " @@ -416,7 +416,7 @@ msgid "" "painting mode for interactively coloring within a confined area." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:62 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:62 msgid "" "Six new Magic tools have been added to Tux Paint. Panels shrinks and " "duplicates the drawing into a 2-by-2 grid, which is useful for making four-" @@ -427,7 +427,7 @@ msgid "" "of Tux Paint's classic Rainbow tool." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:63 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:63 msgid "" "A number of existing Magic tools have been updated, as well. Improvements " "were made to Halftone, which simulates photographs on newsprint; Cartoon, " @@ -436,7 +436,7 @@ msgid "" "Chalk, and Emboss, now offer the ability to alter the entire image at once!" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:64 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:64 msgid "" "Finally, Magic tools are now grouped into collections of similar effects — " "painting, distorts, color filters, picture warps, pattern painting, " @@ -444,7 +444,7 @@ msgid "" "need." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:69 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:69 msgid "" "Tux Paint's Fill tool now offers options to fill an area with color " "gradients. The \"Radial\" fill creates a circular gradient centered around " @@ -452,7 +452,7 @@ msgid "" "of gradients at different angles and sizes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:70 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:70 msgid "" "New Magic tools have been added to Tux Paint: \"Pixels\" makes it easier to " "create retro-gaming style pixel art, \"Checkerboard\" fills the entire " @@ -460,14 +460,14 @@ msgid "" "picture via brush strokes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:71 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:71 msgid "" "Tux Paint's user documentation has been overhauled, making localization " "easier. Parties interested in helping with localization are encouraged to " "contact the Tux Paint team." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:72 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:72 msgid "" "Finally, a new pair of accessibility options have been added. The entire " "user interface can now be enlarged benefiting users with impaired vision, " @@ -477,34 +477,34 @@ msgid "" "systems." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:77 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:77 msgid "" "A major improvement has been made to the Shapes tool, which now provides " "options to choose whether shapes are drawn from the center or a corner, " "making it easier to use in any situation." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:78 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:78 msgid "" "The on-screen keyboard, an accessibility feature optionally available when " "using the Text and Label tools, now appears larger on bigger displays; " "helpful for users of coarser input devices, such as eye-tracking systems." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:79 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:79 msgid "" "The Eraser tool adds new, smaller eraser sizes, and applies smoother, " "contiguous strokes when the pointer is moved quickly." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:80 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:80 msgid "" "Finally, this newest version adds options to export individual drawings and " "GIF animations, making it easy to share pictures, cartoons, and slideshows " "with others." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:85 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:85 msgid "" "The latest version has promoted the \"Fill\" tool, previously found under " "the \"Magic\" section of Tux Paint, to the main toolbar, where it's easier " @@ -514,21 +514,21 @@ msgid "" "images." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:86 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:86 msgid "" "Tux Paint also now makes it possible to disable stereo sound, which can " "benefit users with a hearing impairment, or in situations where only one " "speaker is available." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:91 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:91 msgid "" "New in this version are a \"color picker\", which allows any color within a " "drawing to be chosen using the pointer, and a set of three-, four-, and five-" "pointed star shapes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:92 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:92 msgid "" "The latest version also incorporates a number of new translations, bringing " "the number of supported languages up to nearly 130: Bengali, Bodo, Dogri, " @@ -1302,18 +1302,18 @@ msgid "" msgstr "" #. Color mixer; e.g., "Your color is entirely grey." -#: ../tuxpaint.c:23727 ../tuxpaint.c:23734 +#: ../tuxpaint.c:23734 ../tuxpaint.c:23741 msgid "entirely" msgstr "" #. Add "Color Select" color: -#: ../tuxpaint.c:26644 +#: ../tuxpaint.c:26651 msgid "Select a color from your drawing." msgstr "" #. Add "Color Picker" color: #. (This is an attempt to describe an HSV color picker in extremely basic terms!) -#: ../tuxpaint.c:26653 +#: ../tuxpaint.c:26660 msgid "" "Pick a color. Hues go top to bottom. Saturation/intensity goes left (pale) " "to right (pure). Value (lightness/darkness): grey bar." @@ -1321,7 +1321,7 @@ msgstr "" #. Add "Color Mixer" color: #. (The terms 'tint', 'tone', and 'shade' relate to combining white, grey, or black paint (respectively) to another color) -#: ../tuxpaint.c:26665 +#: ../tuxpaint.c:26672 msgid "" "Click the primary colors (red, yellow, and blue), white (to tint), grey (to " "tone), and black (to shade), to mix together a new color." @@ -1509,10 +1509,16 @@ msgstr "Kilike, i ka ɲinɛnin cɛɛnɛ ka cogoya dɔw yɛlɛma i ka ja la. " msgid "Emboss" msgstr "ɲɛ sankɔrɔtali" -#: ../../magic/src/emboss.c:114 +#: ../../magic/src/emboss.c:115 msgid "Click and drag the mouse to emboss the picture." msgstr "Kilike, I ka ɲinɛnin cɛɛnɛ walasa ka ja ɲɛ sankɔrɔta." +#: ../../magic/src/emboss.c:117 +#, fuzzy +#| msgid "Click to sharpen the entire picture." +msgid "Click to emboss the entire picture." +msgstr "Kilike, i ka ɲinɛnin cɛɛnɛ ka ja fan bɛɛ misɛnya." + #: ../../magic/src/fade_darken.c:115 msgid "Lighten" msgstr "Lajɛyali" diff --git a/src/po/bn.po b/src/po/bn.po index 9909f15b8..ac5b149f6 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: 2022-06-14 00:59-0700\n" +"POT-Creation-Date: 2022-07-03 16:31-0700\n" "PO-Revision-Date: 2017-12-30 18:24+0000\n" "Last-Translator: Chris \n" "Language-Team: Bengali\n" @@ -313,15 +313,15 @@ msgstr "" msgid "Minimize" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:8 ../tuxpaint.desktop.in:3 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:8 ../tuxpaint.desktop.in:3 msgid "Tux Paint" msgstr "টাক্স পেন্ট" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:9 ../tuxpaint.desktop.in:10 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:9 ../tuxpaint.desktop.in:10 msgid "A drawing program for children" msgstr "বাচ্চাদের জন্য অঙ্কন প্রোগ্রাম" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:11 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:11 msgid "" "Tux Paint is a free, award-winning drawing program for children ages 3 to " "12. Tux Paint is used in schools around the world as a computer literacy " @@ -330,30 +330,30 @@ msgid "" "program." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:19 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:19 msgid "" "Kids are presented with a blank canvas and a variety of drawing tools to " "help them be creative." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:24 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:24 msgid "New Breed Software et al." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:36 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:36 msgid "The Magic tool is a set of special effects" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:40 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:40 msgid "" "The Paint Brush tool lets you draw freehand, using various brushes and colors" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:44 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:44 msgid "The Stamp tool is like a set of rubber stamps or stickers" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:50 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:50 msgid "" "Tux Paint's Color palette includes a new Color Mixer option, which allows " "users to combine different proportions of primary colors (red, yellow, and " @@ -361,7 +361,7 @@ msgid "" "mixing paints." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:51 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:51 msgid "" "The Color Picker option, which previously offered a static palette of around " "sixty-five thousand color choices, now supports separate hue, saturation, " @@ -369,21 +369,21 @@ msgid "" "colors." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:52 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:52 msgid "" "Also, a keyboard shortcut is now available for quick access to the Color " "Selector — the \"pipette\" tool used for picking colors from the current " "drawing." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:53 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53 msgid "" "The Paint and Lines tools now provide a way to adjust the spacing of " "brushes, allowing dotted lines or smearing effects to be made. Many brushes " "have been given better default spacing values, as well." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:54 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54 msgid "" "Two new variations of the Zoom Magic Tool, Tile Zoom and Rush, have been " "added. When shrinking a drawing with Tile Zoom, it replicates the drawing " @@ -391,7 +391,7 @@ msgid "" "background color. The Rush tool blurs the results." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:55 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:55 msgid "" "Tux Paint's Shapes tool now offers hexagon (6-sided) and heptagon (7-sided) " "polygons. For shapes which can be stretched (rectangle, oval, etc.), the " @@ -400,7 +400,7 @@ msgid "" "has also been expanded." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:56 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:56 msgid "" "Keyboard shortcuts, such as [Control]+[S] to save a drawing, are now " "accessed with the more traditional [⌘ Command] key when using Tux Paint on " @@ -408,7 +408,7 @@ msgid "" "The look and feel of the user documentation has been improved." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:61 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:61 msgid "" "Tux Paint's Paint and Line tools now support brushes that rotate based on " "the angle of the stroke. This new rotation feature, as well as the older " @@ -417,7 +417,7 @@ msgid "" "painting mode for interactively coloring within a confined area." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:62 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:62 msgid "" "Six new Magic tools have been added to Tux Paint. Panels shrinks and " "duplicates the drawing into a 2-by-2 grid, which is useful for making four-" @@ -428,7 +428,7 @@ msgid "" "of Tux Paint's classic Rainbow tool." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:63 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:63 msgid "" "A number of existing Magic tools have been updated, as well. Improvements " "were made to Halftone, which simulates photographs on newsprint; Cartoon, " @@ -437,7 +437,7 @@ msgid "" "Chalk, and Emboss, now offer the ability to alter the entire image at once!" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:64 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:64 msgid "" "Finally, Magic tools are now grouped into collections of similar effects — " "painting, distorts, color filters, picture warps, pattern painting, " @@ -445,7 +445,7 @@ msgid "" "need." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:69 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:69 msgid "" "Tux Paint's Fill tool now offers options to fill an area with color " "gradients. The \"Radial\" fill creates a circular gradient centered around " @@ -453,7 +453,7 @@ msgid "" "of gradients at different angles and sizes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:70 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:70 msgid "" "New Magic tools have been added to Tux Paint: \"Pixels\" makes it easier to " "create retro-gaming style pixel art, \"Checkerboard\" fills the entire " @@ -461,14 +461,14 @@ msgid "" "picture via brush strokes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:71 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:71 msgid "" "Tux Paint's user documentation has been overhauled, making localization " "easier. Parties interested in helping with localization are encouraged to " "contact the Tux Paint team." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:72 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:72 msgid "" "Finally, a new pair of accessibility options have been added. The entire " "user interface can now be enlarged benefiting users with impaired vision, " @@ -478,34 +478,34 @@ msgid "" "systems." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:77 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:77 msgid "" "A major improvement has been made to the Shapes tool, which now provides " "options to choose whether shapes are drawn from the center or a corner, " "making it easier to use in any situation." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:78 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:78 msgid "" "The on-screen keyboard, an accessibility feature optionally available when " "using the Text and Label tools, now appears larger on bigger displays; " "helpful for users of coarser input devices, such as eye-tracking systems." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:79 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:79 msgid "" "The Eraser tool adds new, smaller eraser sizes, and applies smoother, " "contiguous strokes when the pointer is moved quickly." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:80 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:80 msgid "" "Finally, this newest version adds options to export individual drawings and " "GIF animations, making it easy to share pictures, cartoons, and slideshows " "with others." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:85 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:85 msgid "" "The latest version has promoted the \"Fill\" tool, previously found under " "the \"Magic\" section of Tux Paint, to the main toolbar, where it's easier " @@ -515,21 +515,21 @@ msgid "" "images." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:86 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:86 msgid "" "Tux Paint also now makes it possible to disable stereo sound, which can " "benefit users with a hearing impairment, or in situations where only one " "speaker is available." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:91 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:91 msgid "" "New in this version are a \"color picker\", which allows any color within a " "drawing to be chosen using the pointer, and a set of three-, four-, and five-" "pointed star shapes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:92 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:92 msgid "" "The latest version also incorporates a number of new translations, bringing " "the number of supported languages up to nearly 130: Bengali, Bodo, Dogri, " @@ -1301,18 +1301,18 @@ msgid "" msgstr "" #. Color mixer; e.g., "Your color is entirely grey." -#: ../tuxpaint.c:23727 ../tuxpaint.c:23734 +#: ../tuxpaint.c:23734 ../tuxpaint.c:23741 msgid "entirely" msgstr "" #. Add "Color Select" color: -#: ../tuxpaint.c:26644 +#: ../tuxpaint.c:26651 msgid "Select a color from your drawing." msgstr "" #. Add "Color Picker" color: #. (This is an attempt to describe an HSV color picker in extremely basic terms!) -#: ../tuxpaint.c:26653 +#: ../tuxpaint.c:26660 msgid "" "Pick a color. Hues go top to bottom. Saturation/intensity goes left (pale) " "to right (pure). Value (lightness/darkness): grey bar." @@ -1320,7 +1320,7 @@ msgstr "" #. Add "Color Mixer" color: #. (The terms 'tint', 'tone', and 'shade' relate to combining white, grey, or black paint (respectively) to another color) -#: ../tuxpaint.c:26665 +#: ../tuxpaint.c:26672 msgid "" "Click the primary colors (red, yellow, and blue), white (to tint), grey (to " "tone), and black (to shade), to mix together a new color." @@ -1506,10 +1506,16 @@ msgstr "আপনার ছবিতে বিকৃতি আনতে মা msgid "Emboss" msgstr "এমবস" -#: ../../magic/src/emboss.c:114 +#: ../../magic/src/emboss.c:115 msgid "Click and drag the mouse to emboss the picture." msgstr "ছবিটি এমবস করতে মাউস ক্লিক করুন ও টানুন." +#: ../../magic/src/emboss.c:117 +#, fuzzy +#| msgid "Click to sharpen the entire picture." +msgid "Click to emboss the entire picture." +msgstr "সমগ্র ছবিটি ধারালো করতে ক্লিক করুন." + #: ../../magic/src/fade_darken.c:115 msgid "Lighten" msgstr "আলোকিত করুন" diff --git a/src/po/bo.po b/src/po/bo.po index c563bfdb2..cef0f1ae0 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: 2022-06-14 00:59-0700\n" +"POT-Creation-Date: 2022-07-03 16:31-0700\n" "PO-Revision-Date: 2006-01-01 17:43+0900\n" "Last-Translator: none\n" "Language-Team: none\n" @@ -304,15 +304,15 @@ msgstr "" msgid "Minimize" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:8 ../tuxpaint.desktop.in:3 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:8 ../tuxpaint.desktop.in:3 msgid "Tux Paint" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:9 ../tuxpaint.desktop.in:10 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:9 ../tuxpaint.desktop.in:10 msgid "A drawing program for children" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:11 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:11 msgid "" "Tux Paint is a free, award-winning drawing program for children ages 3 to " "12. Tux Paint is used in schools around the world as a computer literacy " @@ -321,30 +321,30 @@ msgid "" "program." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:19 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:19 msgid "" "Kids are presented with a blank canvas and a variety of drawing tools to " "help them be creative." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:24 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:24 msgid "New Breed Software et al." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:36 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:36 msgid "The Magic tool is a set of special effects" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:40 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:40 msgid "" "The Paint Brush tool lets you draw freehand, using various brushes and colors" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:44 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:44 msgid "The Stamp tool is like a set of rubber stamps or stickers" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:50 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:50 msgid "" "Tux Paint's Color palette includes a new Color Mixer option, which allows " "users to combine different proportions of primary colors (red, yellow, and " @@ -352,7 +352,7 @@ msgid "" "mixing paints." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:51 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:51 msgid "" "The Color Picker option, which previously offered a static palette of around " "sixty-five thousand color choices, now supports separate hue, saturation, " @@ -360,21 +360,21 @@ msgid "" "colors." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:52 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:52 msgid "" "Also, a keyboard shortcut is now available for quick access to the Color " "Selector — the \"pipette\" tool used for picking colors from the current " "drawing." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:53 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53 msgid "" "The Paint and Lines tools now provide a way to adjust the spacing of " "brushes, allowing dotted lines or smearing effects to be made. Many brushes " "have been given better default spacing values, as well." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:54 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54 msgid "" "Two new variations of the Zoom Magic Tool, Tile Zoom and Rush, have been " "added. When shrinking a drawing with Tile Zoom, it replicates the drawing " @@ -382,7 +382,7 @@ msgid "" "background color. The Rush tool blurs the results." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:55 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:55 msgid "" "Tux Paint's Shapes tool now offers hexagon (6-sided) and heptagon (7-sided) " "polygons. For shapes which can be stretched (rectangle, oval, etc.), the " @@ -391,7 +391,7 @@ msgid "" "has also been expanded." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:56 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:56 msgid "" "Keyboard shortcuts, such as [Control]+[S] to save a drawing, are now " "accessed with the more traditional [⌘ Command] key when using Tux Paint on " @@ -399,7 +399,7 @@ msgid "" "The look and feel of the user documentation has been improved." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:61 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:61 msgid "" "Tux Paint's Paint and Line tools now support brushes that rotate based on " "the angle of the stroke. This new rotation feature, as well as the older " @@ -408,7 +408,7 @@ msgid "" "painting mode for interactively coloring within a confined area." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:62 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:62 msgid "" "Six new Magic tools have been added to Tux Paint. Panels shrinks and " "duplicates the drawing into a 2-by-2 grid, which is useful for making four-" @@ -419,7 +419,7 @@ msgid "" "of Tux Paint's classic Rainbow tool." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:63 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:63 msgid "" "A number of existing Magic tools have been updated, as well. Improvements " "were made to Halftone, which simulates photographs on newsprint; Cartoon, " @@ -428,7 +428,7 @@ msgid "" "Chalk, and Emboss, now offer the ability to alter the entire image at once!" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:64 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:64 msgid "" "Finally, Magic tools are now grouped into collections of similar effects — " "painting, distorts, color filters, picture warps, pattern painting, " @@ -436,7 +436,7 @@ msgid "" "need." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:69 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:69 msgid "" "Tux Paint's Fill tool now offers options to fill an area with color " "gradients. The \"Radial\" fill creates a circular gradient centered around " @@ -444,7 +444,7 @@ msgid "" "of gradients at different angles and sizes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:70 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:70 msgid "" "New Magic tools have been added to Tux Paint: \"Pixels\" makes it easier to " "create retro-gaming style pixel art, \"Checkerboard\" fills the entire " @@ -452,14 +452,14 @@ msgid "" "picture via brush strokes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:71 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:71 msgid "" "Tux Paint's user documentation has been overhauled, making localization " "easier. Parties interested in helping with localization are encouraged to " "contact the Tux Paint team." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:72 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:72 msgid "" "Finally, a new pair of accessibility options have been added. The entire " "user interface can now be enlarged benefiting users with impaired vision, " @@ -469,34 +469,34 @@ msgid "" "systems." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:77 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:77 msgid "" "A major improvement has been made to the Shapes tool, which now provides " "options to choose whether shapes are drawn from the center or a corner, " "making it easier to use in any situation." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:78 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:78 msgid "" "The on-screen keyboard, an accessibility feature optionally available when " "using the Text and Label tools, now appears larger on bigger displays; " "helpful for users of coarser input devices, such as eye-tracking systems." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:79 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:79 msgid "" "The Eraser tool adds new, smaller eraser sizes, and applies smoother, " "contiguous strokes when the pointer is moved quickly." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:80 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:80 msgid "" "Finally, this newest version adds options to export individual drawings and " "GIF animations, making it easy to share pictures, cartoons, and slideshows " "with others." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:85 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:85 msgid "" "The latest version has promoted the \"Fill\" tool, previously found under " "the \"Magic\" section of Tux Paint, to the main toolbar, where it's easier " @@ -506,21 +506,21 @@ msgid "" "images." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:86 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:86 msgid "" "Tux Paint also now makes it possible to disable stereo sound, which can " "benefit users with a hearing impairment, or in situations where only one " "speaker is available." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:91 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:91 msgid "" "New in this version are a \"color picker\", which allows any color within a " "drawing to be chosen using the pointer, and a set of three-, four-, and five-" "pointed star shapes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:92 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:92 msgid "" "The latest version also incorporates a number of new translations, bringing " "the number of supported languages up to nearly 130: Bengali, Bodo, Dogri, " @@ -1255,18 +1255,18 @@ msgid "" msgstr "" #. Color mixer; e.g., "Your color is entirely grey." -#: ../tuxpaint.c:23727 ../tuxpaint.c:23734 +#: ../tuxpaint.c:23734 ../tuxpaint.c:23741 msgid "entirely" msgstr "" #. Add "Color Select" color: -#: ../tuxpaint.c:26644 +#: ../tuxpaint.c:26651 msgid "Select a color from your drawing." msgstr "" #. Add "Color Picker" color: #. (This is an attempt to describe an HSV color picker in extremely basic terms!) -#: ../tuxpaint.c:26653 +#: ../tuxpaint.c:26660 msgid "" "Pick a color. Hues go top to bottom. Saturation/intensity goes left (pale) " "to right (pure). Value (lightness/darkness): grey bar." @@ -1274,7 +1274,7 @@ msgstr "" #. Add "Color Mixer" color: #. (The terms 'tint', 'tone', and 'shade' relate to combining white, grey, or black paint (respectively) to another color) -#: ../tuxpaint.c:26665 +#: ../tuxpaint.c:26672 msgid "" "Click the primary colors (red, yellow, and blue), white (to tint), grey (to " "tone), and black (to shade), to mix together a new color." @@ -1427,10 +1427,14 @@ msgstr "" msgid "Emboss" msgstr "" -#: ../../magic/src/emboss.c:114 +#: ../../magic/src/emboss.c:115 msgid "Click and drag the mouse to emboss the picture." msgstr "" +#: ../../magic/src/emboss.c:117 +msgid "Click to emboss the entire picture." +msgstr "" + #: ../../magic/src/fade_darken.c:115 msgid "Lighten" msgstr "aod.a\\+o.b." diff --git a/src/po/br.po b/src/po/br.po index 456c7fe6e..1a5a9a8f6 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: 2022-06-14 00:59-0700\n" +"POT-Creation-Date: 2022-07-03 16:31-0700\n" "PO-Revision-Date: 2005-01-09 14:49+0100\n" "Last-Translator: \n" "Language-Team: none\n" @@ -313,15 +313,15 @@ msgstr "" msgid "Minimize" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:8 ../tuxpaint.desktop.in:3 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:8 ../tuxpaint.desktop.in:3 msgid "Tux Paint" msgstr "Tux Paint" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:9 ../tuxpaint.desktop.in:10 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:9 ../tuxpaint.desktop.in:10 msgid "A drawing program for children" msgstr "Ur meziant tresañ evit ar vugale" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:11 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:11 msgid "" "Tux Paint is a free, award-winning drawing program for children ages 3 to " "12. Tux Paint is used in schools around the world as a computer literacy " @@ -330,30 +330,30 @@ msgid "" "program." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:19 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:19 msgid "" "Kids are presented with a blank canvas and a variety of drawing tools to " "help them be creative." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:24 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:24 msgid "New Breed Software et al." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:36 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:36 msgid "The Magic tool is a set of special effects" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:40 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:40 msgid "" "The Paint Brush tool lets you draw freehand, using various brushes and colors" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:44 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:44 msgid "The Stamp tool is like a set of rubber stamps or stickers" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:50 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:50 msgid "" "Tux Paint's Color palette includes a new Color Mixer option, which allows " "users to combine different proportions of primary colors (red, yellow, and " @@ -361,7 +361,7 @@ msgid "" "mixing paints." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:51 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:51 msgid "" "The Color Picker option, which previously offered a static palette of around " "sixty-five thousand color choices, now supports separate hue, saturation, " @@ -369,21 +369,21 @@ msgid "" "colors." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:52 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:52 msgid "" "Also, a keyboard shortcut is now available for quick access to the Color " "Selector — the \"pipette\" tool used for picking colors from the current " "drawing." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:53 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53 msgid "" "The Paint and Lines tools now provide a way to adjust the spacing of " "brushes, allowing dotted lines or smearing effects to be made. Many brushes " "have been given better default spacing values, as well." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:54 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54 msgid "" "Two new variations of the Zoom Magic Tool, Tile Zoom and Rush, have been " "added. When shrinking a drawing with Tile Zoom, it replicates the drawing " @@ -391,7 +391,7 @@ msgid "" "background color. The Rush tool blurs the results." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:55 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:55 msgid "" "Tux Paint's Shapes tool now offers hexagon (6-sided) and heptagon (7-sided) " "polygons. For shapes which can be stretched (rectangle, oval, etc.), the " @@ -400,7 +400,7 @@ msgid "" "has also been expanded." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:56 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:56 msgid "" "Keyboard shortcuts, such as [Control]+[S] to save a drawing, are now " "accessed with the more traditional [⌘ Command] key when using Tux Paint on " @@ -408,7 +408,7 @@ msgid "" "The look and feel of the user documentation has been improved." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:61 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:61 msgid "" "Tux Paint's Paint and Line tools now support brushes that rotate based on " "the angle of the stroke. This new rotation feature, as well as the older " @@ -417,7 +417,7 @@ msgid "" "painting mode for interactively coloring within a confined area." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:62 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:62 msgid "" "Six new Magic tools have been added to Tux Paint. Panels shrinks and " "duplicates the drawing into a 2-by-2 grid, which is useful for making four-" @@ -428,7 +428,7 @@ msgid "" "of Tux Paint's classic Rainbow tool." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:63 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:63 msgid "" "A number of existing Magic tools have been updated, as well. Improvements " "were made to Halftone, which simulates photographs on newsprint; Cartoon, " @@ -437,7 +437,7 @@ msgid "" "Chalk, and Emboss, now offer the ability to alter the entire image at once!" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:64 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:64 msgid "" "Finally, Magic tools are now grouped into collections of similar effects — " "painting, distorts, color filters, picture warps, pattern painting, " @@ -445,7 +445,7 @@ msgid "" "need." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:69 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:69 msgid "" "Tux Paint's Fill tool now offers options to fill an area with color " "gradients. The \"Radial\" fill creates a circular gradient centered around " @@ -453,7 +453,7 @@ msgid "" "of gradients at different angles and sizes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:70 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:70 msgid "" "New Magic tools have been added to Tux Paint: \"Pixels\" makes it easier to " "create retro-gaming style pixel art, \"Checkerboard\" fills the entire " @@ -461,14 +461,14 @@ msgid "" "picture via brush strokes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:71 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:71 msgid "" "Tux Paint's user documentation has been overhauled, making localization " "easier. Parties interested in helping with localization are encouraged to " "contact the Tux Paint team." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:72 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:72 msgid "" "Finally, a new pair of accessibility options have been added. The entire " "user interface can now be enlarged benefiting users with impaired vision, " @@ -478,34 +478,34 @@ msgid "" "systems." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:77 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:77 msgid "" "A major improvement has been made to the Shapes tool, which now provides " "options to choose whether shapes are drawn from the center or a corner, " "making it easier to use in any situation." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:78 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:78 msgid "" "The on-screen keyboard, an accessibility feature optionally available when " "using the Text and Label tools, now appears larger on bigger displays; " "helpful for users of coarser input devices, such as eye-tracking systems." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:79 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:79 msgid "" "The Eraser tool adds new, smaller eraser sizes, and applies smoother, " "contiguous strokes when the pointer is moved quickly." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:80 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:80 msgid "" "Finally, this newest version adds options to export individual drawings and " "GIF animations, making it easy to share pictures, cartoons, and slideshows " "with others." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:85 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:85 msgid "" "The latest version has promoted the \"Fill\" tool, previously found under " "the \"Magic\" section of Tux Paint, to the main toolbar, where it's easier " @@ -515,21 +515,21 @@ msgid "" "images." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:86 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:86 msgid "" "Tux Paint also now makes it possible to disable stereo sound, which can " "benefit users with a hearing impairment, or in situations where only one " "speaker is available." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:91 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:91 msgid "" "New in this version are a \"color picker\", which allows any color within a " "drawing to be chosen using the pointer, and a set of three-, four-, and five-" "pointed star shapes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:92 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:92 msgid "" "The latest version also incorporates a number of new translations, bringing " "the number of supported languages up to nearly 130: Bengali, Bodo, Dogri, " @@ -1307,18 +1307,18 @@ msgid "" msgstr "" #. Color mixer; e.g., "Your color is entirely grey." -#: ../tuxpaint.c:23727 ../tuxpaint.c:23734 +#: ../tuxpaint.c:23734 ../tuxpaint.c:23741 msgid "entirely" msgstr "" #. Add "Color Select" color: -#: ../tuxpaint.c:26644 +#: ../tuxpaint.c:26651 msgid "Select a color from your drawing." msgstr "" #. Add "Color Picker" color: #. (This is an attempt to describe an HSV color picker in extremely basic terms!) -#: ../tuxpaint.c:26653 +#: ../tuxpaint.c:26660 msgid "" "Pick a color. Hues go top to bottom. Saturation/intensity goes left (pale) " "to right (pure). Value (lightness/darkness): grey bar." @@ -1326,7 +1326,7 @@ msgstr "" #. Add "Color Mixer" color: #. (The terms 'tint', 'tone', and 'shade' relate to combining white, grey, or black paint (respectively) to another color) -#: ../tuxpaint.c:26665 +#: ../tuxpaint.c:26672 msgid "" "Click the primary colors (red, yellow, and blue), white (to tint), grey (to " "tone), and black (to shade), to mix together a new color." @@ -1510,11 +1510,16 @@ msgstr "Klik ha fiñv al logodenn evit displanaat ar skeudenn." msgid "Emboss" msgstr "" -#: ../../magic/src/emboss.c:114 +#: ../../magic/src/emboss.c:115 #, fuzzy msgid "Click and drag the mouse to emboss the picture." msgstr "Klik ha fiñv al logodenn evit displanaat ar skeudenn." +#: ../../magic/src/emboss.c:117 +#, fuzzy +msgid "Click to emboss the entire picture." +msgstr "Klik evit kaout ar skeudenn en ur melezour." + #: ../../magic/src/fade_darken.c:115 #, fuzzy msgid "Lighten" diff --git a/src/po/brx.po b/src/po/brx.po index 829e30652..1021e0e8e 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: 2022-06-14 00:59-0700\n" +"POT-Creation-Date: 2022-07-03 16:31-0700\n" "PO-Revision-Date: 2011-09-14 13:51+0530\n" "Last-Translator: \n" "Language-Team: Bodo\n" @@ -313,15 +313,15 @@ msgstr "" msgid "Minimize" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:8 ../tuxpaint.desktop.in:3 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:8 ../tuxpaint.desktop.in:3 msgid "Tux Paint" msgstr "टाक्सपेन्ट" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:9 ../tuxpaint.desktop.in:10 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:9 ../tuxpaint.desktop.in:10 msgid "A drawing program for children" msgstr "गथ'फोरनि थाखाय मोनसे आखिनाय हाबाफारि।" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:11 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:11 msgid "" "Tux Paint is a free, award-winning drawing program for children ages 3 to " "12. Tux Paint is used in schools around the world as a computer literacy " @@ -330,30 +330,30 @@ msgid "" "program." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:19 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:19 msgid "" "Kids are presented with a blank canvas and a variety of drawing tools to " "help them be creative." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:24 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:24 msgid "New Breed Software et al." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:36 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:36 msgid "The Magic tool is a set of special effects" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:40 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:40 msgid "" "The Paint Brush tool lets you draw freehand, using various brushes and colors" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:44 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:44 msgid "The Stamp tool is like a set of rubber stamps or stickers" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:50 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:50 msgid "" "Tux Paint's Color palette includes a new Color Mixer option, which allows " "users to combine different proportions of primary colors (red, yellow, and " @@ -361,7 +361,7 @@ msgid "" "mixing paints." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:51 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:51 msgid "" "The Color Picker option, which previously offered a static palette of around " "sixty-five thousand color choices, now supports separate hue, saturation, " @@ -369,21 +369,21 @@ msgid "" "colors." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:52 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:52 msgid "" "Also, a keyboard shortcut is now available for quick access to the Color " "Selector — the \"pipette\" tool used for picking colors from the current " "drawing." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:53 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53 msgid "" "The Paint and Lines tools now provide a way to adjust the spacing of " "brushes, allowing dotted lines or smearing effects to be made. Many brushes " "have been given better default spacing values, as well." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:54 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54 msgid "" "Two new variations of the Zoom Magic Tool, Tile Zoom and Rush, have been " "added. When shrinking a drawing with Tile Zoom, it replicates the drawing " @@ -391,7 +391,7 @@ msgid "" "background color. The Rush tool blurs the results." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:55 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:55 msgid "" "Tux Paint's Shapes tool now offers hexagon (6-sided) and heptagon (7-sided) " "polygons. For shapes which can be stretched (rectangle, oval, etc.), the " @@ -400,7 +400,7 @@ msgid "" "has also been expanded." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:56 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:56 msgid "" "Keyboard shortcuts, such as [Control]+[S] to save a drawing, are now " "accessed with the more traditional [⌘ Command] key when using Tux Paint on " @@ -408,7 +408,7 @@ msgid "" "The look and feel of the user documentation has been improved." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:61 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:61 msgid "" "Tux Paint's Paint and Line tools now support brushes that rotate based on " "the angle of the stroke. This new rotation feature, as well as the older " @@ -417,7 +417,7 @@ msgid "" "painting mode for interactively coloring within a confined area." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:62 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:62 msgid "" "Six new Magic tools have been added to Tux Paint. Panels shrinks and " "duplicates the drawing into a 2-by-2 grid, which is useful for making four-" @@ -428,7 +428,7 @@ msgid "" "of Tux Paint's classic Rainbow tool." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:63 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:63 msgid "" "A number of existing Magic tools have been updated, as well. Improvements " "were made to Halftone, which simulates photographs on newsprint; Cartoon, " @@ -437,7 +437,7 @@ msgid "" "Chalk, and Emboss, now offer the ability to alter the entire image at once!" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:64 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:64 msgid "" "Finally, Magic tools are now grouped into collections of similar effects — " "painting, distorts, color filters, picture warps, pattern painting, " @@ -445,7 +445,7 @@ msgid "" "need." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:69 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:69 msgid "" "Tux Paint's Fill tool now offers options to fill an area with color " "gradients. The \"Radial\" fill creates a circular gradient centered around " @@ -453,7 +453,7 @@ msgid "" "of gradients at different angles and sizes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:70 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:70 msgid "" "New Magic tools have been added to Tux Paint: \"Pixels\" makes it easier to " "create retro-gaming style pixel art, \"Checkerboard\" fills the entire " @@ -461,14 +461,14 @@ msgid "" "picture via brush strokes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:71 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:71 msgid "" "Tux Paint's user documentation has been overhauled, making localization " "easier. Parties interested in helping with localization are encouraged to " "contact the Tux Paint team." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:72 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:72 msgid "" "Finally, a new pair of accessibility options have been added. The entire " "user interface can now be enlarged benefiting users with impaired vision, " @@ -478,34 +478,34 @@ msgid "" "systems." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:77 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:77 msgid "" "A major improvement has been made to the Shapes tool, which now provides " "options to choose whether shapes are drawn from the center or a corner, " "making it easier to use in any situation." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:78 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:78 msgid "" "The on-screen keyboard, an accessibility feature optionally available when " "using the Text and Label tools, now appears larger on bigger displays; " "helpful for users of coarser input devices, such as eye-tracking systems." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:79 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:79 msgid "" "The Eraser tool adds new, smaller eraser sizes, and applies smoother, " "contiguous strokes when the pointer is moved quickly." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:80 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:80 msgid "" "Finally, this newest version adds options to export individual drawings and " "GIF animations, making it easy to share pictures, cartoons, and slideshows " "with others." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:85 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:85 msgid "" "The latest version has promoted the \"Fill\" tool, previously found under " "the \"Magic\" section of Tux Paint, to the main toolbar, where it's easier " @@ -515,21 +515,21 @@ msgid "" "images." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:86 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:86 msgid "" "Tux Paint also now makes it possible to disable stereo sound, which can " "benefit users with a hearing impairment, or in situations where only one " "speaker is available." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:91 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:91 msgid "" "New in this version are a \"color picker\", which allows any color within a " "drawing to be chosen using the pointer, and a set of three-, four-, and five-" "pointed star shapes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:92 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:92 msgid "" "The latest version also incorporates a number of new translations, bringing " "the number of supported languages up to nearly 130: Bengali, Bodo, Dogri, " @@ -1302,18 +1302,18 @@ msgid "" msgstr "" #. Color mixer; e.g., "Your color is entirely grey." -#: ../tuxpaint.c:23727 ../tuxpaint.c:23734 +#: ../tuxpaint.c:23734 ../tuxpaint.c:23741 msgid "entirely" msgstr "" #. Add "Color Select" color: -#: ../tuxpaint.c:26644 +#: ../tuxpaint.c:26651 msgid "Select a color from your drawing." msgstr "" #. Add "Color Picker" color: #. (This is an attempt to describe an HSV color picker in extremely basic terms!) -#: ../tuxpaint.c:26653 +#: ../tuxpaint.c:26660 msgid "" "Pick a color. Hues go top to bottom. Saturation/intensity goes left (pale) " "to right (pure). Value (lightness/darkness): grey bar." @@ -1321,7 +1321,7 @@ msgstr "" #. Add "Color Mixer" color: #. (The terms 'tint', 'tone', and 'shade' relate to combining white, grey, or black paint (respectively) to another color) -#: ../tuxpaint.c:26665 +#: ../tuxpaint.c:26672 msgid "" "Click the primary colors (red, yellow, and blue), white (to tint), grey (to " "tone), and black (to shade), to mix together a new color." @@ -1508,10 +1508,16 @@ msgstr "नोंथांनि सावगारिआव गाज्रि msgid "Emboss" msgstr "एरखांहो" -#: ../../magic/src/emboss.c:114 +#: ../../magic/src/emboss.c:115 msgid "Click and drag the mouse to emboss the picture." msgstr "सावगारि एरखांहोनो माउसखौ क्लिक खालाम आरो बोबो।" +#: ../../magic/src/emboss.c:117 +#, fuzzy +#| msgid "Click to sharpen the entire picture." +msgid "Click to emboss the entire picture." +msgstr "आबुं सावगारिखौ गोफार खालामनो क्लिक खालाम।" + #: ../../magic/src/fade_darken.c:115 msgid "Lighten" msgstr "गोजों खालाम" diff --git a/src/po/bs.po b/src/po/bs.po index d596280e8..352b2359e 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: 2022-06-14 00:59-0700\n" +"POT-Creation-Date: 2022-07-03 16:31-0700\n" "PO-Revision-Date: 2010-11-05 04:24+0000\n" "Last-Translator: Samir Ribić \n" "Language-Team: Bosnian \n" @@ -334,15 +334,15 @@ msgid "Minimize" msgstr "" # -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:8 ../tuxpaint.desktop.in:3 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:8 ../tuxpaint.desktop.in:3 msgid "Tux Paint" msgstr "Tux Paint" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:9 ../tuxpaint.desktop.in:10 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:9 ../tuxpaint.desktop.in:10 msgid "A drawing program for children" msgstr "Dječji program za crtanje" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:11 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:11 msgid "" "Tux Paint is a free, award-winning drawing program for children ages 3 to " "12. Tux Paint is used in schools around the world as a computer literacy " @@ -351,30 +351,30 @@ msgid "" "program." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:19 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:19 msgid "" "Kids are presented with a blank canvas and a variety of drawing tools to " "help them be creative." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:24 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:24 msgid "New Breed Software et al." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:36 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:36 msgid "The Magic tool is a set of special effects" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:40 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:40 msgid "" "The Paint Brush tool lets you draw freehand, using various brushes and colors" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:44 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:44 msgid "The Stamp tool is like a set of rubber stamps or stickers" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:50 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:50 msgid "" "Tux Paint's Color palette includes a new Color Mixer option, which allows " "users to combine different proportions of primary colors (red, yellow, and " @@ -382,7 +382,7 @@ msgid "" "mixing paints." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:51 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:51 msgid "" "The Color Picker option, which previously offered a static palette of around " "sixty-five thousand color choices, now supports separate hue, saturation, " @@ -390,21 +390,21 @@ msgid "" "colors." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:52 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:52 msgid "" "Also, a keyboard shortcut is now available for quick access to the Color " "Selector — the \"pipette\" tool used for picking colors from the current " "drawing." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:53 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53 msgid "" "The Paint and Lines tools now provide a way to adjust the spacing of " "brushes, allowing dotted lines or smearing effects to be made. Many brushes " "have been given better default spacing values, as well." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:54 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54 msgid "" "Two new variations of the Zoom Magic Tool, Tile Zoom and Rush, have been " "added. When shrinking a drawing with Tile Zoom, it replicates the drawing " @@ -412,7 +412,7 @@ msgid "" "background color. The Rush tool blurs the results." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:55 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:55 msgid "" "Tux Paint's Shapes tool now offers hexagon (6-sided) and heptagon (7-sided) " "polygons. For shapes which can be stretched (rectangle, oval, etc.), the " @@ -421,7 +421,7 @@ msgid "" "has also been expanded." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:56 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:56 msgid "" "Keyboard shortcuts, such as [Control]+[S] to save a drawing, are now " "accessed with the more traditional [⌘ Command] key when using Tux Paint on " @@ -429,7 +429,7 @@ msgid "" "The look and feel of the user documentation has been improved." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:61 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:61 msgid "" "Tux Paint's Paint and Line tools now support brushes that rotate based on " "the angle of the stroke. This new rotation feature, as well as the older " @@ -438,7 +438,7 @@ msgid "" "painting mode for interactively coloring within a confined area." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:62 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:62 msgid "" "Six new Magic tools have been added to Tux Paint. Panels shrinks and " "duplicates the drawing into a 2-by-2 grid, which is useful for making four-" @@ -449,7 +449,7 @@ msgid "" "of Tux Paint's classic Rainbow tool." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:63 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:63 msgid "" "A number of existing Magic tools have been updated, as well. Improvements " "were made to Halftone, which simulates photographs on newsprint; Cartoon, " @@ -458,7 +458,7 @@ msgid "" "Chalk, and Emboss, now offer the ability to alter the entire image at once!" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:64 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:64 msgid "" "Finally, Magic tools are now grouped into collections of similar effects — " "painting, distorts, color filters, picture warps, pattern painting, " @@ -466,7 +466,7 @@ msgid "" "need." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:69 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:69 msgid "" "Tux Paint's Fill tool now offers options to fill an area with color " "gradients. The \"Radial\" fill creates a circular gradient centered around " @@ -474,7 +474,7 @@ msgid "" "of gradients at different angles and sizes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:70 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:70 msgid "" "New Magic tools have been added to Tux Paint: \"Pixels\" makes it easier to " "create retro-gaming style pixel art, \"Checkerboard\" fills the entire " @@ -482,14 +482,14 @@ msgid "" "picture via brush strokes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:71 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:71 msgid "" "Tux Paint's user documentation has been overhauled, making localization " "easier. Parties interested in helping with localization are encouraged to " "contact the Tux Paint team." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:72 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:72 msgid "" "Finally, a new pair of accessibility options have been added. The entire " "user interface can now be enlarged benefiting users with impaired vision, " @@ -499,34 +499,34 @@ msgid "" "systems." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:77 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:77 msgid "" "A major improvement has been made to the Shapes tool, which now provides " "options to choose whether shapes are drawn from the center or a corner, " "making it easier to use in any situation." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:78 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:78 msgid "" "The on-screen keyboard, an accessibility feature optionally available when " "using the Text and Label tools, now appears larger on bigger displays; " "helpful for users of coarser input devices, such as eye-tracking systems." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:79 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:79 msgid "" "The Eraser tool adds new, smaller eraser sizes, and applies smoother, " "contiguous strokes when the pointer is moved quickly." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:80 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:80 msgid "" "Finally, this newest version adds options to export individual drawings and " "GIF animations, making it easy to share pictures, cartoons, and slideshows " "with others." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:85 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:85 msgid "" "The latest version has promoted the \"Fill\" tool, previously found under " "the \"Magic\" section of Tux Paint, to the main toolbar, where it's easier " @@ -536,21 +536,21 @@ msgid "" "images." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:86 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:86 msgid "" "Tux Paint also now makes it possible to disable stereo sound, which can " "benefit users with a hearing impairment, or in situations where only one " "speaker is available." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:91 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:91 msgid "" "New in this version are a \"color picker\", which allows any color within a " "drawing to be chosen using the pointer, and a set of three-, four-, and five-" "pointed star shapes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:92 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:92 msgid "" "The latest version also incorporates a number of new translations, bringing " "the number of supported languages up to nearly 130: Bengali, Bodo, Dogri, " @@ -1395,18 +1395,18 @@ msgid "" msgstr "" #. Color mixer; e.g., "Your color is entirely grey." -#: ../tuxpaint.c:23727 ../tuxpaint.c:23734 +#: ../tuxpaint.c:23734 ../tuxpaint.c:23741 msgid "entirely" msgstr "" #. Add "Color Select" color: -#: ../tuxpaint.c:26644 +#: ../tuxpaint.c:26651 msgid "Select a color from your drawing." msgstr "" #. Add "Color Picker" color: #. (This is an attempt to describe an HSV color picker in extremely basic terms!) -#: ../tuxpaint.c:26653 +#: ../tuxpaint.c:26660 msgid "" "Pick a color. Hues go top to bottom. Saturation/intensity goes left (pale) " "to right (pure). Value (lightness/darkness): grey bar." @@ -1414,7 +1414,7 @@ msgstr "" #. Add "Color Mixer" color: #. (The terms 'tint', 'tone', and 'shade' relate to combining white, grey, or black paint (respectively) to another color) -#: ../tuxpaint.c:26665 +#: ../tuxpaint.c:26672 msgid "" "Click the primary colors (red, yellow, and blue), white (to tint), grey (to " "tone), and black (to shade), to mix together a new color." @@ -1616,10 +1616,17 @@ msgstr "" msgid "Emboss" msgstr "" -#: ../../magic/src/emboss.c:114 +#: ../../magic/src/emboss.c:115 msgid "Click and drag the mouse to emboss the picture." msgstr "" +# +#: ../../magic/src/emboss.c:117 +#, fuzzy +#| msgid "Click and move the mouse around to make the picture blocky." +msgid "Click to emboss the entire picture." +msgstr "Klikni i pomjeraj mišem da bi ogrubio sliku." + #: ../../magic/src/fade_darken.c:115 msgid "Lighten" msgstr "Posvijetli" diff --git a/src/po/ca.po b/src/po/ca.po index 3d469b9fc..e383b1d64 100644 --- a/src/po/ca.po +++ b/src/po/ca.po @@ -17,7 +17,7 @@ msgid "" msgstr "" "Project-Id-Version: Tuxpaint cvs 2009-06-21\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-06-14 00:59-0700\n" +"POT-Creation-Date: 2022-07-03 16:31-0700\n" "PO-Revision-Date: 2022-06-04 10:02+0200\n" "Last-Translator: Pere Pujal i Carabantes \n" "Language-Team: Català \n" @@ -341,15 +341,15 @@ msgstr "Finestra" msgid "Minimize" msgstr "Minimitza" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:8 ../tuxpaint.desktop.in:3 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:8 ../tuxpaint.desktop.in:3 msgid "Tux Paint" msgstr "Tux Paint" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:9 ../tuxpaint.desktop.in:10 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:9 ../tuxpaint.desktop.in:10 msgid "A drawing program for children" msgstr "Un programa de dibuix per a nens petits" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:11 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:11 msgid "" "Tux Paint is a free, award-winning drawing program for children ages 3 to " "12. Tux Paint is used in schools around the world as a computer literacy " @@ -358,30 +358,30 @@ msgid "" "program." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:19 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:19 msgid "" "Kids are presented with a blank canvas and a variety of drawing tools to " "help them be creative." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:24 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:24 msgid "New Breed Software et al." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:36 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:36 msgid "The Magic tool is a set of special effects" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:40 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:40 msgid "" "The Paint Brush tool lets you draw freehand, using various brushes and colors" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:44 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:44 msgid "The Stamp tool is like a set of rubber stamps or stickers" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:50 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:50 msgid "" "Tux Paint's Color palette includes a new Color Mixer option, which allows " "users to combine different proportions of primary colors (red, yellow, and " @@ -389,7 +389,7 @@ msgid "" "mixing paints." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:51 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:51 msgid "" "The Color Picker option, which previously offered a static palette of around " "sixty-five thousand color choices, now supports separate hue, saturation, " @@ -397,21 +397,21 @@ msgid "" "colors." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:52 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:52 msgid "" "Also, a keyboard shortcut is now available for quick access to the Color " "Selector — the \"pipette\" tool used for picking colors from the current " "drawing." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:53 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53 msgid "" "The Paint and Lines tools now provide a way to adjust the spacing of " "brushes, allowing dotted lines or smearing effects to be made. Many brushes " "have been given better default spacing values, as well." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:54 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54 msgid "" "Two new variations of the Zoom Magic Tool, Tile Zoom and Rush, have been " "added. When shrinking a drawing with Tile Zoom, it replicates the drawing " @@ -419,7 +419,7 @@ msgid "" "background color. The Rush tool blurs the results." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:55 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:55 msgid "" "Tux Paint's Shapes tool now offers hexagon (6-sided) and heptagon (7-sided) " "polygons. For shapes which can be stretched (rectangle, oval, etc.), the " @@ -428,7 +428,7 @@ msgid "" "has also been expanded." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:56 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:56 msgid "" "Keyboard shortcuts, such as [Control]+[S] to save a drawing, are now " "accessed with the more traditional [⌘ Command] key when using Tux Paint on " @@ -436,7 +436,7 @@ msgid "" "The look and feel of the user documentation has been improved." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:61 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:61 msgid "" "Tux Paint's Paint and Line tools now support brushes that rotate based on " "the angle of the stroke. This new rotation feature, as well as the older " @@ -445,7 +445,7 @@ msgid "" "painting mode for interactively coloring within a confined area." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:62 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:62 msgid "" "Six new Magic tools have been added to Tux Paint. Panels shrinks and " "duplicates the drawing into a 2-by-2 grid, which is useful for making four-" @@ -456,7 +456,7 @@ msgid "" "of Tux Paint's classic Rainbow tool." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:63 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:63 msgid "" "A number of existing Magic tools have been updated, as well. Improvements " "were made to Halftone, which simulates photographs on newsprint; Cartoon, " @@ -465,7 +465,7 @@ msgid "" "Chalk, and Emboss, now offer the ability to alter the entire image at once!" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:64 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:64 msgid "" "Finally, Magic tools are now grouped into collections of similar effects — " "painting, distorts, color filters, picture warps, pattern painting, " @@ -473,7 +473,7 @@ msgid "" "need." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:69 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:69 msgid "" "Tux Paint's Fill tool now offers options to fill an area with color " "gradients. The \"Radial\" fill creates a circular gradient centered around " @@ -481,7 +481,7 @@ msgid "" "of gradients at different angles and sizes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:70 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:70 msgid "" "New Magic tools have been added to Tux Paint: \"Pixels\" makes it easier to " "create retro-gaming style pixel art, \"Checkerboard\" fills the entire " @@ -489,14 +489,14 @@ msgid "" "picture via brush strokes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:71 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:71 msgid "" "Tux Paint's user documentation has been overhauled, making localization " "easier. Parties interested in helping with localization are encouraged to " "contact the Tux Paint team." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:72 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:72 msgid "" "Finally, a new pair of accessibility options have been added. The entire " "user interface can now be enlarged benefiting users with impaired vision, " @@ -506,34 +506,34 @@ msgid "" "systems." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:77 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:77 msgid "" "A major improvement has been made to the Shapes tool, which now provides " "options to choose whether shapes are drawn from the center or a corner, " "making it easier to use in any situation." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:78 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:78 msgid "" "The on-screen keyboard, an accessibility feature optionally available when " "using the Text and Label tools, now appears larger on bigger displays; " "helpful for users of coarser input devices, such as eye-tracking systems." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:79 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:79 msgid "" "The Eraser tool adds new, smaller eraser sizes, and applies smoother, " "contiguous strokes when the pointer is moved quickly." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:80 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:80 msgid "" "Finally, this newest version adds options to export individual drawings and " "GIF animations, making it easy to share pictures, cartoons, and slideshows " "with others." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:85 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:85 msgid "" "The latest version has promoted the \"Fill\" tool, previously found under " "the \"Magic\" section of Tux Paint, to the main toolbar, where it's easier " @@ -543,21 +543,21 @@ msgid "" "images." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:86 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:86 msgid "" "Tux Paint also now makes it possible to disable stereo sound, which can " "benefit users with a hearing impairment, or in situations where only one " "speaker is available." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:91 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:91 msgid "" "New in this version are a \"color picker\", which allows any color within a " "drawing to be chosen using the pointer, and a set of three-, four-, and five-" "pointed star shapes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:92 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:92 msgid "" "The latest version also incorporates a number of new translations, bringing " "the number of supported languages up to nearly 130: Bengali, Bodo, Dogri, " @@ -1312,18 +1312,18 @@ msgstr "" "%11$s %12$s." #. Color mixer; e.g., "Your color is entirely grey." -#: ../tuxpaint.c:23727 ../tuxpaint.c:23734 +#: ../tuxpaint.c:23734 ../tuxpaint.c:23741 msgid "entirely" msgstr "totalment" #. Add "Color Select" color: -#: ../tuxpaint.c:26644 +#: ../tuxpaint.c:26651 msgid "Select a color from your drawing." msgstr "Seleccioneu un color del vostre dibuix." #. Add "Color Picker" color: #. (This is an attempt to describe an HSV color picker in extremely basic terms!) -#: ../tuxpaint.c:26653 +#: ../tuxpaint.c:26660 msgid "" "Pick a color. Hues go top to bottom. Saturation/intensity goes left (pale) " "to right (pure). Value (lightness/darkness): grey bar." @@ -1334,7 +1334,7 @@ msgstr "" #. Add "Color Mixer" color: #. (The terms 'tint', 'tone', and 'shade' relate to combining white, grey, or black paint (respectively) to another color) -#: ../tuxpaint.c:26665 +#: ../tuxpaint.c:26672 msgid "" "Click the primary colors (red, yellow, and blue), white (to tint), grey (to " "tone), and black (to shade), to mix together a new color." @@ -1499,10 +1499,16 @@ msgstr "" msgid "Emboss" msgstr "Relleu" -#: ../../magic/src/emboss.c:114 +#: ../../magic/src/emboss.c:115 msgid "Click and drag the mouse to emboss the picture." msgstr "Feu clic i arrossegueu el ratolí per obtenir un relleu de la imatge." +#: ../../magic/src/emboss.c:117 +#, fuzzy +#| msgid "Click to sharpen the entire picture." +msgid "Click to emboss the entire picture." +msgstr "Feu clic per afilar el dibuix." + #: ../../magic/src/fade_darken.c:115 msgid "Lighten" msgstr "Aclareix" diff --git a/src/po/ca@valencia.po b/src/po/ca@valencia.po index b05bd54be..e7fdcf01f 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: 2022-06-14 00:59-0700\n" +"POT-Creation-Date: 2022-07-03 16:31-0700\n" "PO-Revision-Date: 2020-03-29 23:40+0200\n" "Last-Translator: Pilar Embid Giner \n" "Language-Team: LliureX\n" @@ -310,15 +310,15 @@ msgstr "" msgid "Minimize" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:8 ../tuxpaint.desktop.in:3 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:8 ../tuxpaint.desktop.in:3 msgid "Tux Paint" msgstr "Tux Paint" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:9 ../tuxpaint.desktop.in:10 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:9 ../tuxpaint.desktop.in:10 msgid "A drawing program for children" msgstr "Un programa de dibuix per als menuts" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:11 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:11 msgid "" "Tux Paint is a free, award-winning drawing program for children ages 3 to " "12. Tux Paint is used in schools around the world as a computer literacy " @@ -327,30 +327,30 @@ msgid "" "program." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:19 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:19 msgid "" "Kids are presented with a blank canvas and a variety of drawing tools to " "help them be creative." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:24 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:24 msgid "New Breed Software et al." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:36 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:36 msgid "The Magic tool is a set of special effects" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:40 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:40 msgid "" "The Paint Brush tool lets you draw freehand, using various brushes and colors" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:44 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:44 msgid "The Stamp tool is like a set of rubber stamps or stickers" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:50 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:50 msgid "" "Tux Paint's Color palette includes a new Color Mixer option, which allows " "users to combine different proportions of primary colors (red, yellow, and " @@ -358,7 +358,7 @@ msgid "" "mixing paints." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:51 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:51 msgid "" "The Color Picker option, which previously offered a static palette of around " "sixty-five thousand color choices, now supports separate hue, saturation, " @@ -366,21 +366,21 @@ msgid "" "colors." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:52 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:52 msgid "" "Also, a keyboard shortcut is now available for quick access to the Color " "Selector — the \"pipette\" tool used for picking colors from the current " "drawing." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:53 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53 msgid "" "The Paint and Lines tools now provide a way to adjust the spacing of " "brushes, allowing dotted lines or smearing effects to be made. Many brushes " "have been given better default spacing values, as well." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:54 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54 msgid "" "Two new variations of the Zoom Magic Tool, Tile Zoom and Rush, have been " "added. When shrinking a drawing with Tile Zoom, it replicates the drawing " @@ -388,7 +388,7 @@ msgid "" "background color. The Rush tool blurs the results." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:55 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:55 msgid "" "Tux Paint's Shapes tool now offers hexagon (6-sided) and heptagon (7-sided) " "polygons. For shapes which can be stretched (rectangle, oval, etc.), the " @@ -397,7 +397,7 @@ msgid "" "has also been expanded." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:56 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:56 msgid "" "Keyboard shortcuts, such as [Control]+[S] to save a drawing, are now " "accessed with the more traditional [⌘ Command] key when using Tux Paint on " @@ -405,7 +405,7 @@ msgid "" "The look and feel of the user documentation has been improved." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:61 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:61 msgid "" "Tux Paint's Paint and Line tools now support brushes that rotate based on " "the angle of the stroke. This new rotation feature, as well as the older " @@ -414,7 +414,7 @@ msgid "" "painting mode for interactively coloring within a confined area." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:62 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:62 msgid "" "Six new Magic tools have been added to Tux Paint. Panels shrinks and " "duplicates the drawing into a 2-by-2 grid, which is useful for making four-" @@ -425,7 +425,7 @@ msgid "" "of Tux Paint's classic Rainbow tool." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:63 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:63 msgid "" "A number of existing Magic tools have been updated, as well. Improvements " "were made to Halftone, which simulates photographs on newsprint; Cartoon, " @@ -434,7 +434,7 @@ msgid "" "Chalk, and Emboss, now offer the ability to alter the entire image at once!" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:64 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:64 msgid "" "Finally, Magic tools are now grouped into collections of similar effects — " "painting, distorts, color filters, picture warps, pattern painting, " @@ -442,7 +442,7 @@ msgid "" "need." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:69 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:69 msgid "" "Tux Paint's Fill tool now offers options to fill an area with color " "gradients. The \"Radial\" fill creates a circular gradient centered around " @@ -450,7 +450,7 @@ msgid "" "of gradients at different angles and sizes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:70 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:70 msgid "" "New Magic tools have been added to Tux Paint: \"Pixels\" makes it easier to " "create retro-gaming style pixel art, \"Checkerboard\" fills the entire " @@ -458,14 +458,14 @@ msgid "" "picture via brush strokes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:71 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:71 msgid "" "Tux Paint's user documentation has been overhauled, making localization " "easier. Parties interested in helping with localization are encouraged to " "contact the Tux Paint team." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:72 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:72 msgid "" "Finally, a new pair of accessibility options have been added. The entire " "user interface can now be enlarged benefiting users with impaired vision, " @@ -475,34 +475,34 @@ msgid "" "systems." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:77 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:77 msgid "" "A major improvement has been made to the Shapes tool, which now provides " "options to choose whether shapes are drawn from the center or a corner, " "making it easier to use in any situation." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:78 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:78 msgid "" "The on-screen keyboard, an accessibility feature optionally available when " "using the Text and Label tools, now appears larger on bigger displays; " "helpful for users of coarser input devices, such as eye-tracking systems." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:79 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:79 msgid "" "The Eraser tool adds new, smaller eraser sizes, and applies smoother, " "contiguous strokes when the pointer is moved quickly." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:80 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:80 msgid "" "Finally, this newest version adds options to export individual drawings and " "GIF animations, making it easy to share pictures, cartoons, and slideshows " "with others." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:85 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:85 msgid "" "The latest version has promoted the \"Fill\" tool, previously found under " "the \"Magic\" section of Tux Paint, to the main toolbar, where it's easier " @@ -512,21 +512,21 @@ msgid "" "images." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:86 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:86 msgid "" "Tux Paint also now makes it possible to disable stereo sound, which can " "benefit users with a hearing impairment, or in situations where only one " "speaker is available." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:91 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:91 msgid "" "New in this version are a \"color picker\", which allows any color within a " "drawing to be chosen using the pointer, and a set of three-, four-, and five-" "pointed star shapes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:92 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:92 msgid "" "The latest version also incorporates a number of new translations, bringing " "the number of supported languages up to nearly 130: Bengali, Bodo, Dogri, " @@ -1307,18 +1307,18 @@ msgid "" msgstr "" #. Color mixer; e.g., "Your color is entirely grey." -#: ../tuxpaint.c:23727 ../tuxpaint.c:23734 +#: ../tuxpaint.c:23734 ../tuxpaint.c:23741 msgid "entirely" msgstr "" #. Add "Color Select" color: -#: ../tuxpaint.c:26644 +#: ../tuxpaint.c:26651 msgid "Select a color from your drawing." msgstr "Trieu un color del vostre dibuix." #. Add "Color Picker" color: #. (This is an attempt to describe an HSV color picker in extremely basic terms!) -#: ../tuxpaint.c:26653 +#: ../tuxpaint.c:26660 msgid "" "Pick a color. Hues go top to bottom. Saturation/intensity goes left (pale) " "to right (pure). Value (lightness/darkness): grey bar." @@ -1326,7 +1326,7 @@ msgstr "" #. Add "Color Mixer" color: #. (The terms 'tint', 'tone', and 'shade' relate to combining white, grey, or black paint (respectively) to another color) -#: ../tuxpaint.c:26665 +#: ../tuxpaint.c:26672 msgid "" "Click the primary colors (red, yellow, and blue), white (to tint), grey (to " "tone), and black (to shade), to mix together a new color." @@ -1508,10 +1508,16 @@ msgstr "" msgid "Emboss" msgstr "Relleu" -#: ../../magic/src/emboss.c:114 +#: ../../magic/src/emboss.c:115 msgid "Click and drag the mouse to emboss the picture." msgstr "Feu clic i arrossegueu el ratolí per a fer la imatge en relleu." +#: ../../magic/src/emboss.c:117 +#, fuzzy +#| msgid "Click to sharpen the entire picture." +msgid "Click to emboss the entire picture." +msgstr "Feu clic per a afinar tota la imatge." + #: ../../magic/src/fade_darken.c:115 msgid "Lighten" msgstr "Aclarix" diff --git a/src/po/cgg.po b/src/po/cgg.po index c281f80a8..2e367cf48 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: 2022-06-14 00:59-0700\n" +"POT-Creation-Date: 2022-07-03 16:31-0700\n" "PO-Revision-Date: 2010-09-17 16:19+0200fu\n" "Last-Translator: none\n" "Language-Team: none\n" @@ -313,15 +313,15 @@ msgstr "" msgid "Minimize" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:8 ../tuxpaint.desktop.in:3 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:8 ../tuxpaint.desktop.in:3 msgid "Tux Paint" msgstr "Tux Paint" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:9 ../tuxpaint.desktop.in:10 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:9 ../tuxpaint.desktop.in:10 msgid "A drawing program for children" msgstr "Akeire kabaana kuteera ebishushani" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:11 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:11 msgid "" "Tux Paint is a free, award-winning drawing program for children ages 3 to " "12. Tux Paint is used in schools around the world as a computer literacy " @@ -330,30 +330,30 @@ msgid "" "program." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:19 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:19 msgid "" "Kids are presented with a blank canvas and a variety of drawing tools to " "help them be creative." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:24 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:24 msgid "New Breed Software et al." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:36 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:36 msgid "The Magic tool is a set of special effects" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:40 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:40 msgid "" "The Paint Brush tool lets you draw freehand, using various brushes and colors" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:44 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:44 msgid "The Stamp tool is like a set of rubber stamps or stickers" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:50 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:50 msgid "" "Tux Paint's Color palette includes a new Color Mixer option, which allows " "users to combine different proportions of primary colors (red, yellow, and " @@ -361,7 +361,7 @@ msgid "" "mixing paints." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:51 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:51 msgid "" "The Color Picker option, which previously offered a static palette of around " "sixty-five thousand color choices, now supports separate hue, saturation, " @@ -369,21 +369,21 @@ msgid "" "colors." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:52 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:52 msgid "" "Also, a keyboard shortcut is now available for quick access to the Color " "Selector — the \"pipette\" tool used for picking colors from the current " "drawing." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:53 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53 msgid "" "The Paint and Lines tools now provide a way to adjust the spacing of " "brushes, allowing dotted lines or smearing effects to be made. Many brushes " "have been given better default spacing values, as well." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:54 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54 msgid "" "Two new variations of the Zoom Magic Tool, Tile Zoom and Rush, have been " "added. When shrinking a drawing with Tile Zoom, it replicates the drawing " @@ -391,7 +391,7 @@ msgid "" "background color. The Rush tool blurs the results." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:55 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:55 msgid "" "Tux Paint's Shapes tool now offers hexagon (6-sided) and heptagon (7-sided) " "polygons. For shapes which can be stretched (rectangle, oval, etc.), the " @@ -400,7 +400,7 @@ msgid "" "has also been expanded." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:56 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:56 msgid "" "Keyboard shortcuts, such as [Control]+[S] to save a drawing, are now " "accessed with the more traditional [⌘ Command] key when using Tux Paint on " @@ -408,7 +408,7 @@ msgid "" "The look and feel of the user documentation has been improved." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:61 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:61 msgid "" "Tux Paint's Paint and Line tools now support brushes that rotate based on " "the angle of the stroke. This new rotation feature, as well as the older " @@ -417,7 +417,7 @@ msgid "" "painting mode for interactively coloring within a confined area." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:62 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:62 msgid "" "Six new Magic tools have been added to Tux Paint. Panels shrinks and " "duplicates the drawing into a 2-by-2 grid, which is useful for making four-" @@ -428,7 +428,7 @@ msgid "" "of Tux Paint's classic Rainbow tool." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:63 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:63 msgid "" "A number of existing Magic tools have been updated, as well. Improvements " "were made to Halftone, which simulates photographs on newsprint; Cartoon, " @@ -437,7 +437,7 @@ msgid "" "Chalk, and Emboss, now offer the ability to alter the entire image at once!" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:64 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:64 msgid "" "Finally, Magic tools are now grouped into collections of similar effects — " "painting, distorts, color filters, picture warps, pattern painting, " @@ -445,7 +445,7 @@ msgid "" "need." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:69 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:69 msgid "" "Tux Paint's Fill tool now offers options to fill an area with color " "gradients. The \"Radial\" fill creates a circular gradient centered around " @@ -453,7 +453,7 @@ msgid "" "of gradients at different angles and sizes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:70 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:70 msgid "" "New Magic tools have been added to Tux Paint: \"Pixels\" makes it easier to " "create retro-gaming style pixel art, \"Checkerboard\" fills the entire " @@ -461,14 +461,14 @@ msgid "" "picture via brush strokes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:71 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:71 msgid "" "Tux Paint's user documentation has been overhauled, making localization " "easier. Parties interested in helping with localization are encouraged to " "contact the Tux Paint team." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:72 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:72 msgid "" "Finally, a new pair of accessibility options have been added. The entire " "user interface can now be enlarged benefiting users with impaired vision, " @@ -478,34 +478,34 @@ msgid "" "systems." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:77 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:77 msgid "" "A major improvement has been made to the Shapes tool, which now provides " "options to choose whether shapes are drawn from the center or a corner, " "making it easier to use in any situation." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:78 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:78 msgid "" "The on-screen keyboard, an accessibility feature optionally available when " "using the Text and Label tools, now appears larger on bigger displays; " "helpful for users of coarser input devices, such as eye-tracking systems." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:79 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:79 msgid "" "The Eraser tool adds new, smaller eraser sizes, and applies smoother, " "contiguous strokes when the pointer is moved quickly." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:80 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:80 msgid "" "Finally, this newest version adds options to export individual drawings and " "GIF animations, making it easy to share pictures, cartoons, and slideshows " "with others." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:85 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:85 msgid "" "The latest version has promoted the \"Fill\" tool, previously found under " "the \"Magic\" section of Tux Paint, to the main toolbar, where it's easier " @@ -515,21 +515,21 @@ msgid "" "images." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:86 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:86 msgid "" "Tux Paint also now makes it possible to disable stereo sound, which can " "benefit users with a hearing impairment, or in situations where only one " "speaker is available." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:91 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:91 msgid "" "New in this version are a \"color picker\", which allows any color within a " "drawing to be chosen using the pointer, and a set of three-, four-, and five-" "pointed star shapes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:92 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:92 msgid "" "The latest version also incorporates a number of new translations, bringing " "the number of supported languages up to nearly 130: Bengali, Bodo, Dogri, " @@ -1303,18 +1303,18 @@ msgid "" msgstr "" #. Color mixer; e.g., "Your color is entirely grey." -#: ../tuxpaint.c:23727 ../tuxpaint.c:23734 +#: ../tuxpaint.c:23734 ../tuxpaint.c:23741 msgid "entirely" msgstr "" #. Add "Color Select" color: -#: ../tuxpaint.c:26644 +#: ../tuxpaint.c:26651 msgid "Select a color from your drawing." msgstr "" #. Add "Color Picker" color: #. (This is an attempt to describe an HSV color picker in extremely basic terms!) -#: ../tuxpaint.c:26653 +#: ../tuxpaint.c:26660 msgid "" "Pick a color. Hues go top to bottom. Saturation/intensity goes left (pale) " "to right (pure). Value (lightness/darkness): grey bar." @@ -1322,7 +1322,7 @@ msgstr "" #. Add "Color Mixer" color: #. (The terms 'tint', 'tone', and 'shade' relate to combining white, grey, or black paint (respectively) to another color) -#: ../tuxpaint.c:26665 +#: ../tuxpaint.c:26672 msgid "" "Click the primary colors (red, yellow, and blue), white (to tint), grey (to " "tone), and black (to shade), to mix together a new color." @@ -1515,10 +1515,16 @@ msgstr "Imata kandi okurure mawusi okuhindura ekishushani kyawe" msgid "Emboss" msgstr "Kora" -#: ../../magic/src/emboss.c:114 +#: ../../magic/src/emboss.c:115 msgid "Click and drag the mouse to emboss the picture." msgstr "Imata kandi okurure mawusi okukora ekishushani kyawe" +#: ../../magic/src/emboss.c:117 +#, fuzzy +#| msgid "Click to sharpen the entire picture." +msgid "Click to emboss the entire picture." +msgstr "Imata kushongora ekishushani kyona." + #: ../../magic/src/fade_darken.c:115 msgid "Lighten" msgstr "Kyakise" diff --git a/src/po/cs.po b/src/po/cs.po index 8202ed73f..330e4f664 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: 2022-06-14 00:59-0700\n" +"POT-Creation-Date: 2022-07-03 16:31-0700\n" "PO-Revision-Date: 2010-07-08 13:33+0100\n" "Last-Translator: Zdeněk Chalupský \n" "Language-Team: Czech \n" @@ -314,15 +314,15 @@ msgstr "" msgid "Minimize" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:8 ../tuxpaint.desktop.in:3 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:8 ../tuxpaint.desktop.in:3 msgid "Tux Paint" msgstr "Tux Paint" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:9 ../tuxpaint.desktop.in:10 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:9 ../tuxpaint.desktop.in:10 msgid "A drawing program for children" msgstr "Kreslicí program pro děti" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:11 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:11 msgid "" "Tux Paint is a free, award-winning drawing program for children ages 3 to " "12. Tux Paint is used in schools around the world as a computer literacy " @@ -331,30 +331,30 @@ msgid "" "program." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:19 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:19 msgid "" "Kids are presented with a blank canvas and a variety of drawing tools to " "help them be creative." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:24 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:24 msgid "New Breed Software et al." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:36 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:36 msgid "The Magic tool is a set of special effects" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:40 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:40 msgid "" "The Paint Brush tool lets you draw freehand, using various brushes and colors" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:44 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:44 msgid "The Stamp tool is like a set of rubber stamps or stickers" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:50 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:50 msgid "" "Tux Paint's Color palette includes a new Color Mixer option, which allows " "users to combine different proportions of primary colors (red, yellow, and " @@ -362,7 +362,7 @@ msgid "" "mixing paints." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:51 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:51 msgid "" "The Color Picker option, which previously offered a static palette of around " "sixty-five thousand color choices, now supports separate hue, saturation, " @@ -370,21 +370,21 @@ msgid "" "colors." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:52 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:52 msgid "" "Also, a keyboard shortcut is now available for quick access to the Color " "Selector — the \"pipette\" tool used for picking colors from the current " "drawing." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:53 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53 msgid "" "The Paint and Lines tools now provide a way to adjust the spacing of " "brushes, allowing dotted lines or smearing effects to be made. Many brushes " "have been given better default spacing values, as well." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:54 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54 msgid "" "Two new variations of the Zoom Magic Tool, Tile Zoom and Rush, have been " "added. When shrinking a drawing with Tile Zoom, it replicates the drawing " @@ -392,7 +392,7 @@ msgid "" "background color. The Rush tool blurs the results." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:55 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:55 msgid "" "Tux Paint's Shapes tool now offers hexagon (6-sided) and heptagon (7-sided) " "polygons. For shapes which can be stretched (rectangle, oval, etc.), the " @@ -401,7 +401,7 @@ msgid "" "has also been expanded." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:56 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:56 msgid "" "Keyboard shortcuts, such as [Control]+[S] to save a drawing, are now " "accessed with the more traditional [⌘ Command] key when using Tux Paint on " @@ -409,7 +409,7 @@ msgid "" "The look and feel of the user documentation has been improved." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:61 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:61 msgid "" "Tux Paint's Paint and Line tools now support brushes that rotate based on " "the angle of the stroke. This new rotation feature, as well as the older " @@ -418,7 +418,7 @@ msgid "" "painting mode for interactively coloring within a confined area." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:62 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:62 msgid "" "Six new Magic tools have been added to Tux Paint. Panels shrinks and " "duplicates the drawing into a 2-by-2 grid, which is useful for making four-" @@ -429,7 +429,7 @@ msgid "" "of Tux Paint's classic Rainbow tool." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:63 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:63 msgid "" "A number of existing Magic tools have been updated, as well. Improvements " "were made to Halftone, which simulates photographs on newsprint; Cartoon, " @@ -438,7 +438,7 @@ msgid "" "Chalk, and Emboss, now offer the ability to alter the entire image at once!" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:64 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:64 msgid "" "Finally, Magic tools are now grouped into collections of similar effects — " "painting, distorts, color filters, picture warps, pattern painting, " @@ -446,7 +446,7 @@ msgid "" "need." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:69 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:69 msgid "" "Tux Paint's Fill tool now offers options to fill an area with color " "gradients. The \"Radial\" fill creates a circular gradient centered around " @@ -454,7 +454,7 @@ msgid "" "of gradients at different angles and sizes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:70 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:70 msgid "" "New Magic tools have been added to Tux Paint: \"Pixels\" makes it easier to " "create retro-gaming style pixel art, \"Checkerboard\" fills the entire " @@ -462,14 +462,14 @@ msgid "" "picture via brush strokes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:71 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:71 msgid "" "Tux Paint's user documentation has been overhauled, making localization " "easier. Parties interested in helping with localization are encouraged to " "contact the Tux Paint team." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:72 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:72 msgid "" "Finally, a new pair of accessibility options have been added. The entire " "user interface can now be enlarged benefiting users with impaired vision, " @@ -479,34 +479,34 @@ msgid "" "systems." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:77 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:77 msgid "" "A major improvement has been made to the Shapes tool, which now provides " "options to choose whether shapes are drawn from the center or a corner, " "making it easier to use in any situation." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:78 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:78 msgid "" "The on-screen keyboard, an accessibility feature optionally available when " "using the Text and Label tools, now appears larger on bigger displays; " "helpful for users of coarser input devices, such as eye-tracking systems." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:79 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:79 msgid "" "The Eraser tool adds new, smaller eraser sizes, and applies smoother, " "contiguous strokes when the pointer is moved quickly." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:80 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:80 msgid "" "Finally, this newest version adds options to export individual drawings and " "GIF animations, making it easy to share pictures, cartoons, and slideshows " "with others." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:85 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:85 msgid "" "The latest version has promoted the \"Fill\" tool, previously found under " "the \"Magic\" section of Tux Paint, to the main toolbar, where it's easier " @@ -516,21 +516,21 @@ msgid "" "images." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:86 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:86 msgid "" "Tux Paint also now makes it possible to disable stereo sound, which can " "benefit users with a hearing impairment, or in situations where only one " "speaker is available." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:91 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:91 msgid "" "New in this version are a \"color picker\", which allows any color within a " "drawing to be chosen using the pointer, and a set of three-, four-, and five-" "pointed star shapes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:92 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:92 msgid "" "The latest version also incorporates a number of new translations, bringing " "the number of supported languages up to nearly 130: Bengali, Bodo, Dogri, " @@ -1307,18 +1307,18 @@ msgid "" msgstr "" #. Color mixer; e.g., "Your color is entirely grey." -#: ../tuxpaint.c:23727 ../tuxpaint.c:23734 +#: ../tuxpaint.c:23734 ../tuxpaint.c:23741 msgid "entirely" msgstr "" #. Add "Color Select" color: -#: ../tuxpaint.c:26644 +#: ../tuxpaint.c:26651 msgid "Select a color from your drawing." msgstr "" #. Add "Color Picker" color: #. (This is an attempt to describe an HSV color picker in extremely basic terms!) -#: ../tuxpaint.c:26653 +#: ../tuxpaint.c:26660 msgid "" "Pick a color. Hues go top to bottom. Saturation/intensity goes left (pale) " "to right (pure). Value (lightness/darkness): grey bar." @@ -1326,7 +1326,7 @@ msgstr "" #. Add "Color Mixer" color: #. (The terms 'tint', 'tone', and 'shade' relate to combining white, grey, or black paint (respectively) to another color) -#: ../tuxpaint.c:26665 +#: ../tuxpaint.c:26672 msgid "" "Click the primary colors (red, yellow, and blue), white (to tint), grey (to " "tone), and black (to shade), to mix together a new color." @@ -1514,10 +1514,16 @@ msgstr "Kliknutím nebo tažením myši vyvoláš narušení čar a zkreslení o msgid "Emboss" msgstr "Protlačení" -#: ../../magic/src/emboss.c:114 +#: ../../magic/src/emboss.c:115 msgid "Click and drag the mouse to emboss the picture." msgstr "Kliknutím, nebo tažením myši protlačíš vybrané části obrázku." +#: ../../magic/src/emboss.c:117 +#, fuzzy +#| msgid "Click to sharpen the entire picture." +msgid "Click to emboss the entire picture." +msgstr "Klikni pro zvýraznění (zaostření) okrajů celého obrázku." + #: ../../magic/src/fade_darken.c:115 msgid "Lighten" msgstr "Zesvětlit" diff --git a/src/po/cy.po b/src/po/cy.po index eadf2c4d4..25e1d9166 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: 2022-06-14 00:59-0700\n" +"POT-Creation-Date: 2022-07-03 16:31-0700\n" "PO-Revision-Date: 2004-09-21 14:29+0100\n" "Last-Translator: none\n" "Language-Team: none\n" @@ -314,15 +314,15 @@ msgstr "" msgid "Minimize" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:8 ../tuxpaint.desktop.in:3 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:8 ../tuxpaint.desktop.in:3 msgid "Tux Paint" msgstr "Tux Paint" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:9 ../tuxpaint.desktop.in:10 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:9 ../tuxpaint.desktop.in:10 msgid "A drawing program for children" msgstr "Rhaglen lunio ar gyfer plant" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:11 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:11 msgid "" "Tux Paint is a free, award-winning drawing program for children ages 3 to " "12. Tux Paint is used in schools around the world as a computer literacy " @@ -331,30 +331,30 @@ msgid "" "program." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:19 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:19 msgid "" "Kids are presented with a blank canvas and a variety of drawing tools to " "help them be creative." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:24 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:24 msgid "New Breed Software et al." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:36 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:36 msgid "The Magic tool is a set of special effects" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:40 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:40 msgid "" "The Paint Brush tool lets you draw freehand, using various brushes and colors" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:44 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:44 msgid "The Stamp tool is like a set of rubber stamps or stickers" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:50 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:50 msgid "" "Tux Paint's Color palette includes a new Color Mixer option, which allows " "users to combine different proportions of primary colors (red, yellow, and " @@ -362,7 +362,7 @@ msgid "" "mixing paints." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:51 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:51 msgid "" "The Color Picker option, which previously offered a static palette of around " "sixty-five thousand color choices, now supports separate hue, saturation, " @@ -370,21 +370,21 @@ msgid "" "colors." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:52 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:52 msgid "" "Also, a keyboard shortcut is now available for quick access to the Color " "Selector — the \"pipette\" tool used for picking colors from the current " "drawing." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:53 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53 msgid "" "The Paint and Lines tools now provide a way to adjust the spacing of " "brushes, allowing dotted lines or smearing effects to be made. Many brushes " "have been given better default spacing values, as well." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:54 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54 msgid "" "Two new variations of the Zoom Magic Tool, Tile Zoom and Rush, have been " "added. When shrinking a drawing with Tile Zoom, it replicates the drawing " @@ -392,7 +392,7 @@ msgid "" "background color. The Rush tool blurs the results." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:55 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:55 msgid "" "Tux Paint's Shapes tool now offers hexagon (6-sided) and heptagon (7-sided) " "polygons. For shapes which can be stretched (rectangle, oval, etc.), the " @@ -401,7 +401,7 @@ msgid "" "has also been expanded." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:56 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:56 msgid "" "Keyboard shortcuts, such as [Control]+[S] to save a drawing, are now " "accessed with the more traditional [⌘ Command] key when using Tux Paint on " @@ -409,7 +409,7 @@ msgid "" "The look and feel of the user documentation has been improved." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:61 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:61 msgid "" "Tux Paint's Paint and Line tools now support brushes that rotate based on " "the angle of the stroke. This new rotation feature, as well as the older " @@ -418,7 +418,7 @@ msgid "" "painting mode for interactively coloring within a confined area." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:62 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:62 msgid "" "Six new Magic tools have been added to Tux Paint. Panels shrinks and " "duplicates the drawing into a 2-by-2 grid, which is useful for making four-" @@ -429,7 +429,7 @@ msgid "" "of Tux Paint's classic Rainbow tool." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:63 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:63 msgid "" "A number of existing Magic tools have been updated, as well. Improvements " "were made to Halftone, which simulates photographs on newsprint; Cartoon, " @@ -438,7 +438,7 @@ msgid "" "Chalk, and Emboss, now offer the ability to alter the entire image at once!" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:64 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:64 msgid "" "Finally, Magic tools are now grouped into collections of similar effects — " "painting, distorts, color filters, picture warps, pattern painting, " @@ -446,7 +446,7 @@ msgid "" "need." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:69 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:69 msgid "" "Tux Paint's Fill tool now offers options to fill an area with color " "gradients. The \"Radial\" fill creates a circular gradient centered around " @@ -454,7 +454,7 @@ msgid "" "of gradients at different angles and sizes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:70 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:70 msgid "" "New Magic tools have been added to Tux Paint: \"Pixels\" makes it easier to " "create retro-gaming style pixel art, \"Checkerboard\" fills the entire " @@ -462,14 +462,14 @@ msgid "" "picture via brush strokes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:71 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:71 msgid "" "Tux Paint's user documentation has been overhauled, making localization " "easier. Parties interested in helping with localization are encouraged to " "contact the Tux Paint team." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:72 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:72 msgid "" "Finally, a new pair of accessibility options have been added. The entire " "user interface can now be enlarged benefiting users with impaired vision, " @@ -479,34 +479,34 @@ msgid "" "systems." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:77 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:77 msgid "" "A major improvement has been made to the Shapes tool, which now provides " "options to choose whether shapes are drawn from the center or a corner, " "making it easier to use in any situation." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:78 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:78 msgid "" "The on-screen keyboard, an accessibility feature optionally available when " "using the Text and Label tools, now appears larger on bigger displays; " "helpful for users of coarser input devices, such as eye-tracking systems." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:79 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:79 msgid "" "The Eraser tool adds new, smaller eraser sizes, and applies smoother, " "contiguous strokes when the pointer is moved quickly." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:80 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:80 msgid "" "Finally, this newest version adds options to export individual drawings and " "GIF animations, making it easy to share pictures, cartoons, and slideshows " "with others." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:85 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:85 msgid "" "The latest version has promoted the \"Fill\" tool, previously found under " "the \"Magic\" section of Tux Paint, to the main toolbar, where it's easier " @@ -516,21 +516,21 @@ msgid "" "images." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:86 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:86 msgid "" "Tux Paint also now makes it possible to disable stereo sound, which can " "benefit users with a hearing impairment, or in situations where only one " "speaker is available." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:91 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:91 msgid "" "New in this version are a \"color picker\", which allows any color within a " "drawing to be chosen using the pointer, and a set of three-, four-, and five-" "pointed star shapes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:92 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:92 msgid "" "The latest version also incorporates a number of new translations, bringing " "the number of supported languages up to nearly 130: Bengali, Bodo, Dogri, " @@ -1303,18 +1303,18 @@ msgid "" msgstr "" #. Color mixer; e.g., "Your color is entirely grey." -#: ../tuxpaint.c:23727 ../tuxpaint.c:23734 +#: ../tuxpaint.c:23734 ../tuxpaint.c:23741 msgid "entirely" msgstr "" #. Add "Color Select" color: -#: ../tuxpaint.c:26644 +#: ../tuxpaint.c:26651 msgid "Select a color from your drawing." msgstr "" #. Add "Color Picker" color: #. (This is an attempt to describe an HSV color picker in extremely basic terms!) -#: ../tuxpaint.c:26653 +#: ../tuxpaint.c:26660 msgid "" "Pick a color. Hues go top to bottom. Saturation/intensity goes left (pale) " "to right (pure). Value (lightness/darkness): grey bar." @@ -1322,7 +1322,7 @@ msgstr "" #. Add "Color Mixer" color: #. (The terms 'tint', 'tone', and 'shade' relate to combining white, grey, or black paint (respectively) to another color) -#: ../tuxpaint.c:26665 +#: ../tuxpaint.c:26672 msgid "" "Click the primary colors (red, yellow, and blue), white (to tint), grey (to " "tone), and black (to shade), to mix together a new color." @@ -1505,11 +1505,16 @@ msgstr "Clicia a symuda'r llygoden i deneuo'r llun." msgid "Emboss" msgstr "" -#: ../../magic/src/emboss.c:114 +#: ../../magic/src/emboss.c:115 #, fuzzy msgid "Click and drag the mouse to emboss the picture." msgstr "Clicia a symuda'r llygoden i deneuo'r llun." +#: ../../magic/src/emboss.c:117 +#, fuzzy +msgid "Click to emboss the entire picture." +msgstr "Clicia i adlewyrchu'r llun." + #: ../../magic/src/fade_darken.c:115 msgid "Lighten" msgstr "" diff --git a/src/po/da.po b/src/po/da.po index 2dfd012a0..51e67cae5 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: 2022-06-14 00:59-0700\n" +"POT-Creation-Date: 2022-07-03 16:31-0700\n" "PO-Revision-Date: 2017-12-05 12:38+0100\n" "Last-Translator: Joe Hansen \n" "Language-Team: Danish \n" @@ -322,15 +322,15 @@ msgid "Minimize" msgstr "" # Måske Tux Maling -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:8 ../tuxpaint.desktop.in:3 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:8 ../tuxpaint.desktop.in:3 msgid "Tux Paint" msgstr "Tux Paint" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:9 ../tuxpaint.desktop.in:10 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:9 ../tuxpaint.desktop.in:10 msgid "A drawing program for children" msgstr "Et tegneprogram for børn" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:11 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:11 msgid "" "Tux Paint is a free, award-winning drawing program for children ages 3 to " "12. Tux Paint is used in schools around the world as a computer literacy " @@ -339,30 +339,30 @@ msgid "" "program." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:19 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:19 msgid "" "Kids are presented with a blank canvas and a variety of drawing tools to " "help them be creative." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:24 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:24 msgid "New Breed Software et al." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:36 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:36 msgid "The Magic tool is a set of special effects" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:40 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:40 msgid "" "The Paint Brush tool lets you draw freehand, using various brushes and colors" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:44 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:44 msgid "The Stamp tool is like a set of rubber stamps or stickers" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:50 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:50 msgid "" "Tux Paint's Color palette includes a new Color Mixer option, which allows " "users to combine different proportions of primary colors (red, yellow, and " @@ -370,7 +370,7 @@ msgid "" "mixing paints." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:51 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:51 msgid "" "The Color Picker option, which previously offered a static palette of around " "sixty-five thousand color choices, now supports separate hue, saturation, " @@ -378,21 +378,21 @@ msgid "" "colors." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:52 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:52 msgid "" "Also, a keyboard shortcut is now available for quick access to the Color " "Selector — the \"pipette\" tool used for picking colors from the current " "drawing." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:53 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53 msgid "" "The Paint and Lines tools now provide a way to adjust the spacing of " "brushes, allowing dotted lines or smearing effects to be made. Many brushes " "have been given better default spacing values, as well." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:54 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54 msgid "" "Two new variations of the Zoom Magic Tool, Tile Zoom and Rush, have been " "added. When shrinking a drawing with Tile Zoom, it replicates the drawing " @@ -400,7 +400,7 @@ msgid "" "background color. The Rush tool blurs the results." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:55 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:55 msgid "" "Tux Paint's Shapes tool now offers hexagon (6-sided) and heptagon (7-sided) " "polygons. For shapes which can be stretched (rectangle, oval, etc.), the " @@ -409,7 +409,7 @@ msgid "" "has also been expanded." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:56 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:56 msgid "" "Keyboard shortcuts, such as [Control]+[S] to save a drawing, are now " "accessed with the more traditional [⌘ Command] key when using Tux Paint on " @@ -417,7 +417,7 @@ msgid "" "The look and feel of the user documentation has been improved." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:61 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:61 msgid "" "Tux Paint's Paint and Line tools now support brushes that rotate based on " "the angle of the stroke. This new rotation feature, as well as the older " @@ -426,7 +426,7 @@ msgid "" "painting mode for interactively coloring within a confined area." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:62 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:62 msgid "" "Six new Magic tools have been added to Tux Paint. Panels shrinks and " "duplicates the drawing into a 2-by-2 grid, which is useful for making four-" @@ -437,7 +437,7 @@ msgid "" "of Tux Paint's classic Rainbow tool." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:63 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:63 msgid "" "A number of existing Magic tools have been updated, as well. Improvements " "were made to Halftone, which simulates photographs on newsprint; Cartoon, " @@ -446,7 +446,7 @@ msgid "" "Chalk, and Emboss, now offer the ability to alter the entire image at once!" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:64 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:64 msgid "" "Finally, Magic tools are now grouped into collections of similar effects — " "painting, distorts, color filters, picture warps, pattern painting, " @@ -454,7 +454,7 @@ msgid "" "need." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:69 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:69 msgid "" "Tux Paint's Fill tool now offers options to fill an area with color " "gradients. The \"Radial\" fill creates a circular gradient centered around " @@ -462,7 +462,7 @@ msgid "" "of gradients at different angles and sizes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:70 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:70 msgid "" "New Magic tools have been added to Tux Paint: \"Pixels\" makes it easier to " "create retro-gaming style pixel art, \"Checkerboard\" fills the entire " @@ -470,14 +470,14 @@ msgid "" "picture via brush strokes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:71 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:71 msgid "" "Tux Paint's user documentation has been overhauled, making localization " "easier. Parties interested in helping with localization are encouraged to " "contact the Tux Paint team." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:72 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:72 msgid "" "Finally, a new pair of accessibility options have been added. The entire " "user interface can now be enlarged benefiting users with impaired vision, " @@ -487,34 +487,34 @@ msgid "" "systems." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:77 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:77 msgid "" "A major improvement has been made to the Shapes tool, which now provides " "options to choose whether shapes are drawn from the center or a corner, " "making it easier to use in any situation." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:78 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:78 msgid "" "The on-screen keyboard, an accessibility feature optionally available when " "using the Text and Label tools, now appears larger on bigger displays; " "helpful for users of coarser input devices, such as eye-tracking systems." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:79 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:79 msgid "" "The Eraser tool adds new, smaller eraser sizes, and applies smoother, " "contiguous strokes when the pointer is moved quickly." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:80 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:80 msgid "" "Finally, this newest version adds options to export individual drawings and " "GIF animations, making it easy to share pictures, cartoons, and slideshows " "with others." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:85 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:85 msgid "" "The latest version has promoted the \"Fill\" tool, previously found under " "the \"Magic\" section of Tux Paint, to the main toolbar, where it's easier " @@ -524,21 +524,21 @@ msgid "" "images." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:86 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:86 msgid "" "Tux Paint also now makes it possible to disable stereo sound, which can " "benefit users with a hearing impairment, or in situations where only one " "speaker is available." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:91 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:91 msgid "" "New in this version are a \"color picker\", which allows any color within a " "drawing to be chosen using the pointer, and a set of three-, four-, and five-" "pointed star shapes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:92 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:92 msgid "" "The latest version also incorporates a number of new translations, bringing " "the number of supported languages up to nearly 130: Bengali, Bodo, Dogri, " @@ -1313,18 +1313,18 @@ msgid "" msgstr "" #. Color mixer; e.g., "Your color is entirely grey." -#: ../tuxpaint.c:23727 ../tuxpaint.c:23734 +#: ../tuxpaint.c:23734 ../tuxpaint.c:23741 msgid "entirely" msgstr "" #. Add "Color Select" color: -#: ../tuxpaint.c:26644 +#: ../tuxpaint.c:26651 msgid "Select a color from your drawing." msgstr "Vælg en farve fra din tegning·" #. Add "Color Picker" color: #. (This is an attempt to describe an HSV color picker in extremely basic terms!) -#: ../tuxpaint.c:26653 +#: ../tuxpaint.c:26660 msgid "" "Pick a color. Hues go top to bottom. Saturation/intensity goes left (pale) " "to right (pure). Value (lightness/darkness): grey bar." @@ -1332,7 +1332,7 @@ msgstr "" #. Add "Color Mixer" color: #. (The terms 'tint', 'tone', and 'shade' relate to combining white, grey, or black paint (respectively) to another color) -#: ../tuxpaint.c:26665 +#: ../tuxpaint.c:26672 msgid "" "Click the primary colors (red, yellow, and blue), white (to tint), grey (to " "tone), and black (to shade), to mix together a new color." @@ -1505,10 +1505,16 @@ msgstr "Klik og bevæg musen rundt, for at skabe forvrængning i dit billede." msgid "Emboss" msgstr "Tydeliggør" -#: ../../magic/src/emboss.c:114 +#: ../../magic/src/emboss.c:115 msgid "Click and drag the mouse to emboss the picture." msgstr "Klik og bevæg musen rundt, for at tydeliggøre billedet." +#: ../../magic/src/emboss.c:117 +#, fuzzy +#| msgid "Click to sharpen the entire picture." +msgid "Click to emboss the entire picture." +msgstr "Klik for at skærpe hele billedet." + #: ../../magic/src/fade_darken.c:115 msgid "Lighten" msgstr "Lysne" diff --git a/src/po/de.po b/src/po/de.po index 26c075b10..e09c9559d 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: 2022-06-14 00:59-0700\n" +"POT-Creation-Date: 2022-07-03 16:31-0700\n" "PO-Revision-Date: 2017-12-25 21:13+0200\n" "Last-Translator: Holger Wansing \n" "Language-Team: Debian German \n" @@ -315,15 +315,15 @@ msgstr "" msgid "Minimize" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:8 ../tuxpaint.desktop.in:3 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:8 ../tuxpaint.desktop.in:3 msgid "Tux Paint" msgstr "Tux Paint" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:9 ../tuxpaint.desktop.in:10 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:9 ../tuxpaint.desktop.in:10 msgid "A drawing program for children" msgstr "Ein Malprogramm für Kinder" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:11 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:11 msgid "" "Tux Paint is a free, award-winning drawing program for children ages 3 to " "12. Tux Paint is used in schools around the world as a computer literacy " @@ -332,30 +332,30 @@ msgid "" "program." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:19 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:19 msgid "" "Kids are presented with a blank canvas and a variety of drawing tools to " "help them be creative." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:24 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:24 msgid "New Breed Software et al." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:36 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:36 msgid "The Magic tool is a set of special effects" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:40 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:40 msgid "" "The Paint Brush tool lets you draw freehand, using various brushes and colors" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:44 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:44 msgid "The Stamp tool is like a set of rubber stamps or stickers" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:50 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:50 msgid "" "Tux Paint's Color palette includes a new Color Mixer option, which allows " "users to combine different proportions of primary colors (red, yellow, and " @@ -363,7 +363,7 @@ msgid "" "mixing paints." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:51 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:51 msgid "" "The Color Picker option, which previously offered a static palette of around " "sixty-five thousand color choices, now supports separate hue, saturation, " @@ -371,21 +371,21 @@ msgid "" "colors." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:52 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:52 msgid "" "Also, a keyboard shortcut is now available for quick access to the Color " "Selector — the \"pipette\" tool used for picking colors from the current " "drawing." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:53 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53 msgid "" "The Paint and Lines tools now provide a way to adjust the spacing of " "brushes, allowing dotted lines or smearing effects to be made. Many brushes " "have been given better default spacing values, as well." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:54 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54 msgid "" "Two new variations of the Zoom Magic Tool, Tile Zoom and Rush, have been " "added. When shrinking a drawing with Tile Zoom, it replicates the drawing " @@ -393,7 +393,7 @@ msgid "" "background color. The Rush tool blurs the results." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:55 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:55 msgid "" "Tux Paint's Shapes tool now offers hexagon (6-sided) and heptagon (7-sided) " "polygons. For shapes which can be stretched (rectangle, oval, etc.), the " @@ -402,7 +402,7 @@ msgid "" "has also been expanded." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:56 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:56 msgid "" "Keyboard shortcuts, such as [Control]+[S] to save a drawing, are now " "accessed with the more traditional [⌘ Command] key when using Tux Paint on " @@ -410,7 +410,7 @@ msgid "" "The look and feel of the user documentation has been improved." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:61 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:61 msgid "" "Tux Paint's Paint and Line tools now support brushes that rotate based on " "the angle of the stroke. This new rotation feature, as well as the older " @@ -419,7 +419,7 @@ msgid "" "painting mode for interactively coloring within a confined area." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:62 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:62 msgid "" "Six new Magic tools have been added to Tux Paint. Panels shrinks and " "duplicates the drawing into a 2-by-2 grid, which is useful for making four-" @@ -430,7 +430,7 @@ msgid "" "of Tux Paint's classic Rainbow tool." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:63 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:63 msgid "" "A number of existing Magic tools have been updated, as well. Improvements " "were made to Halftone, which simulates photographs on newsprint; Cartoon, " @@ -439,7 +439,7 @@ msgid "" "Chalk, and Emboss, now offer the ability to alter the entire image at once!" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:64 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:64 msgid "" "Finally, Magic tools are now grouped into collections of similar effects — " "painting, distorts, color filters, picture warps, pattern painting, " @@ -447,7 +447,7 @@ msgid "" "need." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:69 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:69 msgid "" "Tux Paint's Fill tool now offers options to fill an area with color " "gradients. The \"Radial\" fill creates a circular gradient centered around " @@ -455,7 +455,7 @@ msgid "" "of gradients at different angles and sizes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:70 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:70 msgid "" "New Magic tools have been added to Tux Paint: \"Pixels\" makes it easier to " "create retro-gaming style pixel art, \"Checkerboard\" fills the entire " @@ -463,14 +463,14 @@ msgid "" "picture via brush strokes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:71 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:71 msgid "" "Tux Paint's user documentation has been overhauled, making localization " "easier. Parties interested in helping with localization are encouraged to " "contact the Tux Paint team." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:72 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:72 msgid "" "Finally, a new pair of accessibility options have been added. The entire " "user interface can now be enlarged benefiting users with impaired vision, " @@ -480,34 +480,34 @@ msgid "" "systems." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:77 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:77 msgid "" "A major improvement has been made to the Shapes tool, which now provides " "options to choose whether shapes are drawn from the center or a corner, " "making it easier to use in any situation." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:78 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:78 msgid "" "The on-screen keyboard, an accessibility feature optionally available when " "using the Text and Label tools, now appears larger on bigger displays; " "helpful for users of coarser input devices, such as eye-tracking systems." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:79 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:79 msgid "" "The Eraser tool adds new, smaller eraser sizes, and applies smoother, " "contiguous strokes when the pointer is moved quickly." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:80 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:80 msgid "" "Finally, this newest version adds options to export individual drawings and " "GIF animations, making it easy to share pictures, cartoons, and slideshows " "with others." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:85 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:85 msgid "" "The latest version has promoted the \"Fill\" tool, previously found under " "the \"Magic\" section of Tux Paint, to the main toolbar, where it's easier " @@ -517,21 +517,21 @@ msgid "" "images." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:86 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:86 msgid "" "Tux Paint also now makes it possible to disable stereo sound, which can " "benefit users with a hearing impairment, or in situations where only one " "speaker is available." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:91 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:91 msgid "" "New in this version are a \"color picker\", which allows any color within a " "drawing to be chosen using the pointer, and a set of three-, four-, and five-" "pointed star shapes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:92 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:92 msgid "" "The latest version also incorporates a number of new translations, bringing " "the number of supported languages up to nearly 130: Bengali, Bodo, Dogri, " @@ -1313,18 +1313,18 @@ msgid "" msgstr "" #. Color mixer; e.g., "Your color is entirely grey." -#: ../tuxpaint.c:23727 ../tuxpaint.c:23734 +#: ../tuxpaint.c:23734 ../tuxpaint.c:23741 msgid "entirely" msgstr "" #. Add "Color Select" color: -#: ../tuxpaint.c:26644 +#: ../tuxpaint.c:26651 msgid "Select a color from your drawing." msgstr "Wähle eine Farbe zum Zeichnen." #. Add "Color Picker" color: #. (This is an attempt to describe an HSV color picker in extremely basic terms!) -#: ../tuxpaint.c:26653 +#: ../tuxpaint.c:26660 msgid "" "Pick a color. Hues go top to bottom. Saturation/intensity goes left (pale) " "to right (pure). Value (lightness/darkness): grey bar." @@ -1332,7 +1332,7 @@ msgstr "" #. Add "Color Mixer" color: #. (The terms 'tint', 'tone', and 'shade' relate to combining white, grey, or black paint (respectively) to another color) -#: ../tuxpaint.c:26665 +#: ../tuxpaint.c:26672 msgid "" "Click the primary colors (red, yellow, and blue), white (to tint), grey (to " "tone), and black (to shade), to mix together a new color." @@ -1504,12 +1504,18 @@ msgstr "Klicke und ziehe die Maus, um das Bild zu verzerren." msgid "Emboss" msgstr "Prägen" -#: ../../magic/src/emboss.c:114 +#: ../../magic/src/emboss.c:115 msgid "Click and drag the mouse to emboss the picture." msgstr "" "Klicke und ziehe die Maus, um Teile des Bildes mit einer Hochprägung zu " "versehen." +#: ../../magic/src/emboss.c:117 +#, fuzzy +#| msgid "Click to sharpen the entire picture." +msgid "Click to emboss the entire picture." +msgstr "Klicke, um das gesamte Bild schärfer zu machen." + #: ../../magic/src/fade_darken.c:115 msgid "Lighten" msgstr "Aufhellen" diff --git a/src/po/doi.po b/src/po/doi.po index 33a785855..ebb62c07d 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: 2022-06-14 00:59-0700\n" +"POT-Creation-Date: 2022-07-03 16:31-0700\n" "PO-Revision-Date: 2013-09-04 10:23+0530\n" "Last-Translator: \n" "Language-Team: Dogri\n" @@ -313,15 +313,15 @@ msgstr "" msgid "Minimize" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:8 ../tuxpaint.desktop.in:3 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:8 ../tuxpaint.desktop.in:3 msgid "Tux Paint" msgstr "टक्स पेंट" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:9 ../tuxpaint.desktop.in:10 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:9 ../tuxpaint.desktop.in:10 msgid "A drawing program for children" msgstr "बच्चें आस्तै इक्क चित्रकारी प्रोग्राम" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:11 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:11 msgid "" "Tux Paint is a free, award-winning drawing program for children ages 3 to " "12. Tux Paint is used in schools around the world as a computer literacy " @@ -330,30 +330,30 @@ msgid "" "program." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:19 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:19 msgid "" "Kids are presented with a blank canvas and a variety of drawing tools to " "help them be creative." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:24 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:24 msgid "New Breed Software et al." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:36 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:36 msgid "The Magic tool is a set of special effects" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:40 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:40 msgid "" "The Paint Brush tool lets you draw freehand, using various brushes and colors" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:44 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:44 msgid "The Stamp tool is like a set of rubber stamps or stickers" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:50 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:50 msgid "" "Tux Paint's Color palette includes a new Color Mixer option, which allows " "users to combine different proportions of primary colors (red, yellow, and " @@ -361,7 +361,7 @@ msgid "" "mixing paints." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:51 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:51 msgid "" "The Color Picker option, which previously offered a static palette of around " "sixty-five thousand color choices, now supports separate hue, saturation, " @@ -369,21 +369,21 @@ msgid "" "colors." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:52 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:52 msgid "" "Also, a keyboard shortcut is now available for quick access to the Color " "Selector — the \"pipette\" tool used for picking colors from the current " "drawing." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:53 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53 msgid "" "The Paint and Lines tools now provide a way to adjust the spacing of " "brushes, allowing dotted lines or smearing effects to be made. Many brushes " "have been given better default spacing values, as well." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:54 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54 msgid "" "Two new variations of the Zoom Magic Tool, Tile Zoom and Rush, have been " "added. When shrinking a drawing with Tile Zoom, it replicates the drawing " @@ -391,7 +391,7 @@ msgid "" "background color. The Rush tool blurs the results." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:55 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:55 msgid "" "Tux Paint's Shapes tool now offers hexagon (6-sided) and heptagon (7-sided) " "polygons. For shapes which can be stretched (rectangle, oval, etc.), the " @@ -400,7 +400,7 @@ msgid "" "has also been expanded." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:56 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:56 msgid "" "Keyboard shortcuts, such as [Control]+[S] to save a drawing, are now " "accessed with the more traditional [⌘ Command] key when using Tux Paint on " @@ -408,7 +408,7 @@ msgid "" "The look and feel of the user documentation has been improved." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:61 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:61 msgid "" "Tux Paint's Paint and Line tools now support brushes that rotate based on " "the angle of the stroke. This new rotation feature, as well as the older " @@ -417,7 +417,7 @@ msgid "" "painting mode for interactively coloring within a confined area." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:62 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:62 msgid "" "Six new Magic tools have been added to Tux Paint. Panels shrinks and " "duplicates the drawing into a 2-by-2 grid, which is useful for making four-" @@ -428,7 +428,7 @@ msgid "" "of Tux Paint's classic Rainbow tool." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:63 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:63 msgid "" "A number of existing Magic tools have been updated, as well. Improvements " "were made to Halftone, which simulates photographs on newsprint; Cartoon, " @@ -437,7 +437,7 @@ msgid "" "Chalk, and Emboss, now offer the ability to alter the entire image at once!" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:64 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:64 msgid "" "Finally, Magic tools are now grouped into collections of similar effects — " "painting, distorts, color filters, picture warps, pattern painting, " @@ -445,7 +445,7 @@ msgid "" "need." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:69 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:69 msgid "" "Tux Paint's Fill tool now offers options to fill an area with color " "gradients. The \"Radial\" fill creates a circular gradient centered around " @@ -453,7 +453,7 @@ msgid "" "of gradients at different angles and sizes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:70 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:70 msgid "" "New Magic tools have been added to Tux Paint: \"Pixels\" makes it easier to " "create retro-gaming style pixel art, \"Checkerboard\" fills the entire " @@ -461,14 +461,14 @@ msgid "" "picture via brush strokes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:71 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:71 msgid "" "Tux Paint's user documentation has been overhauled, making localization " "easier. Parties interested in helping with localization are encouraged to " "contact the Tux Paint team." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:72 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:72 msgid "" "Finally, a new pair of accessibility options have been added. The entire " "user interface can now be enlarged benefiting users with impaired vision, " @@ -478,34 +478,34 @@ msgid "" "systems." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:77 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:77 msgid "" "A major improvement has been made to the Shapes tool, which now provides " "options to choose whether shapes are drawn from the center or a corner, " "making it easier to use in any situation." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:78 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:78 msgid "" "The on-screen keyboard, an accessibility feature optionally available when " "using the Text and Label tools, now appears larger on bigger displays; " "helpful for users of coarser input devices, such as eye-tracking systems." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:79 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:79 msgid "" "The Eraser tool adds new, smaller eraser sizes, and applies smoother, " "contiguous strokes when the pointer is moved quickly." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:80 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:80 msgid "" "Finally, this newest version adds options to export individual drawings and " "GIF animations, making it easy to share pictures, cartoons, and slideshows " "with others." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:85 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:85 msgid "" "The latest version has promoted the \"Fill\" tool, previously found under " "the \"Magic\" section of Tux Paint, to the main toolbar, where it's easier " @@ -515,21 +515,21 @@ msgid "" "images." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:86 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:86 msgid "" "Tux Paint also now makes it possible to disable stereo sound, which can " "benefit users with a hearing impairment, or in situations where only one " "speaker is available." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:91 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:91 msgid "" "New in this version are a \"color picker\", which allows any color within a " "drawing to be chosen using the pointer, and a set of three-, four-, and five-" "pointed star shapes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:92 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:92 msgid "" "The latest version also incorporates a number of new translations, bringing " "the number of supported languages up to nearly 130: Bengali, Bodo, Dogri, " @@ -1302,18 +1302,18 @@ msgid "" msgstr "" #. Color mixer; e.g., "Your color is entirely grey." -#: ../tuxpaint.c:23727 ../tuxpaint.c:23734 +#: ../tuxpaint.c:23734 ../tuxpaint.c:23741 msgid "entirely" msgstr "" #. Add "Color Select" color: -#: ../tuxpaint.c:26644 +#: ../tuxpaint.c:26651 msgid "Select a color from your drawing." msgstr "" #. Add "Color Picker" color: #. (This is an attempt to describe an HSV color picker in extremely basic terms!) -#: ../tuxpaint.c:26653 +#: ../tuxpaint.c:26660 msgid "" "Pick a color. Hues go top to bottom. Saturation/intensity goes left (pale) " "to right (pure). Value (lightness/darkness): grey bar." @@ -1321,7 +1321,7 @@ msgstr "" #. Add "Color Mixer" color: #. (The terms 'tint', 'tone', and 'shade' relate to combining white, grey, or black paint (respectively) to another color) -#: ../tuxpaint.c:26665 +#: ../tuxpaint.c:26672 msgid "" "Click the primary colors (red, yellow, and blue), white (to tint), grey (to " "tone), and black (to shade), to mix together a new color." @@ -1507,10 +1507,16 @@ msgstr "अपनी तस्वीरा गी विकृत करने msgid "Emboss" msgstr "नक्काशी" -#: ../../magic/src/emboss.c:114 +#: ../../magic/src/emboss.c:115 msgid "Click and drag the mouse to emboss the picture." msgstr "अपनी तस्वीरा पर नक्काशी करने आस्तै क्लिक करो ते माउस गी खिच्चो." +#: ../../magic/src/emboss.c:117 +#, fuzzy +#| msgid "Click to sharpen the entire picture." +msgid "Click to emboss the entire picture." +msgstr "सबूरी तस्वीरा गी त्रिक्खा करने आस्तै क्लिक करो." + #: ../../magic/src/fade_darken.c:115 msgid "Lighten" msgstr "फिक्का करो" diff --git a/src/po/el.po b/src/po/el.po index 92ac26b31..12b6db9ff 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: 2022-06-14 00:59-0700\n" +"POT-Creation-Date: 2022-07-03 16:31-0700\n" "PO-Revision-Date: 2021-09-02 07:45+0000\n" "Last-Translator: kiolalis \n" "Language-Team: \n" @@ -315,15 +315,15 @@ msgstr "" msgid "Minimize" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:8 ../tuxpaint.desktop.in:3 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:8 ../tuxpaint.desktop.in:3 msgid "Tux Paint" msgstr "Tux Paint" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:9 ../tuxpaint.desktop.in:10 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:9 ../tuxpaint.desktop.in:10 msgid "A drawing program for children" msgstr "Ένα πρόγραμμα ζωγραφικής για παιδιά" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:11 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:11 msgid "" "Tux Paint is a free, award-winning drawing program for children ages 3 to " "12. Tux Paint is used in schools around the world as a computer literacy " @@ -332,30 +332,30 @@ msgid "" "program." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:19 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:19 msgid "" "Kids are presented with a blank canvas and a variety of drawing tools to " "help them be creative." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:24 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:24 msgid "New Breed Software et al." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:36 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:36 msgid "The Magic tool is a set of special effects" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:40 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:40 msgid "" "The Paint Brush tool lets you draw freehand, using various brushes and colors" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:44 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:44 msgid "The Stamp tool is like a set of rubber stamps or stickers" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:50 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:50 msgid "" "Tux Paint's Color palette includes a new Color Mixer option, which allows " "users to combine different proportions of primary colors (red, yellow, and " @@ -363,7 +363,7 @@ msgid "" "mixing paints." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:51 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:51 msgid "" "The Color Picker option, which previously offered a static palette of around " "sixty-five thousand color choices, now supports separate hue, saturation, " @@ -371,21 +371,21 @@ msgid "" "colors." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:52 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:52 msgid "" "Also, a keyboard shortcut is now available for quick access to the Color " "Selector — the \"pipette\" tool used for picking colors from the current " "drawing." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:53 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53 msgid "" "The Paint and Lines tools now provide a way to adjust the spacing of " "brushes, allowing dotted lines or smearing effects to be made. Many brushes " "have been given better default spacing values, as well." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:54 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54 msgid "" "Two new variations of the Zoom Magic Tool, Tile Zoom and Rush, have been " "added. When shrinking a drawing with Tile Zoom, it replicates the drawing " @@ -393,7 +393,7 @@ msgid "" "background color. The Rush tool blurs the results." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:55 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:55 msgid "" "Tux Paint's Shapes tool now offers hexagon (6-sided) and heptagon (7-sided) " "polygons. For shapes which can be stretched (rectangle, oval, etc.), the " @@ -402,7 +402,7 @@ msgid "" "has also been expanded." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:56 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:56 msgid "" "Keyboard shortcuts, such as [Control]+[S] to save a drawing, are now " "accessed with the more traditional [⌘ Command] key when using Tux Paint on " @@ -410,7 +410,7 @@ msgid "" "The look and feel of the user documentation has been improved." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:61 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:61 msgid "" "Tux Paint's Paint and Line tools now support brushes that rotate based on " "the angle of the stroke. This new rotation feature, as well as the older " @@ -419,7 +419,7 @@ msgid "" "painting mode for interactively coloring within a confined area." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:62 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:62 msgid "" "Six new Magic tools have been added to Tux Paint. Panels shrinks and " "duplicates the drawing into a 2-by-2 grid, which is useful for making four-" @@ -430,7 +430,7 @@ msgid "" "of Tux Paint's classic Rainbow tool." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:63 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:63 msgid "" "A number of existing Magic tools have been updated, as well. Improvements " "were made to Halftone, which simulates photographs on newsprint; Cartoon, " @@ -439,7 +439,7 @@ msgid "" "Chalk, and Emboss, now offer the ability to alter the entire image at once!" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:64 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:64 msgid "" "Finally, Magic tools are now grouped into collections of similar effects — " "painting, distorts, color filters, picture warps, pattern painting, " @@ -447,7 +447,7 @@ msgid "" "need." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:69 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:69 msgid "" "Tux Paint's Fill tool now offers options to fill an area with color " "gradients. The \"Radial\" fill creates a circular gradient centered around " @@ -455,7 +455,7 @@ msgid "" "of gradients at different angles and sizes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:70 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:70 msgid "" "New Magic tools have been added to Tux Paint: \"Pixels\" makes it easier to " "create retro-gaming style pixel art, \"Checkerboard\" fills the entire " @@ -463,14 +463,14 @@ msgid "" "picture via brush strokes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:71 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:71 msgid "" "Tux Paint's user documentation has been overhauled, making localization " "easier. Parties interested in helping with localization are encouraged to " "contact the Tux Paint team." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:72 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:72 msgid "" "Finally, a new pair of accessibility options have been added. The entire " "user interface can now be enlarged benefiting users with impaired vision, " @@ -480,34 +480,34 @@ msgid "" "systems." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:77 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:77 msgid "" "A major improvement has been made to the Shapes tool, which now provides " "options to choose whether shapes are drawn from the center or a corner, " "making it easier to use in any situation." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:78 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:78 msgid "" "The on-screen keyboard, an accessibility feature optionally available when " "using the Text and Label tools, now appears larger on bigger displays; " "helpful for users of coarser input devices, such as eye-tracking systems." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:79 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:79 msgid "" "The Eraser tool adds new, smaller eraser sizes, and applies smoother, " "contiguous strokes when the pointer is moved quickly." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:80 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:80 msgid "" "Finally, this newest version adds options to export individual drawings and " "GIF animations, making it easy to share pictures, cartoons, and slideshows " "with others." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:85 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:85 msgid "" "The latest version has promoted the \"Fill\" tool, previously found under " "the \"Magic\" section of Tux Paint, to the main toolbar, where it's easier " @@ -517,21 +517,21 @@ msgid "" "images." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:86 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:86 msgid "" "Tux Paint also now makes it possible to disable stereo sound, which can " "benefit users with a hearing impairment, or in situations where only one " "speaker is available." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:91 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:91 msgid "" "New in this version are a \"color picker\", which allows any color within a " "drawing to be chosen using the pointer, and a set of three-, four-, and five-" "pointed star shapes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:92 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:92 msgid "" "The latest version also incorporates a number of new translations, bringing " "the number of supported languages up to nearly 130: Bengali, Bodo, Dogri, " @@ -1317,18 +1317,18 @@ msgid "" msgstr "" #. Color mixer; e.g., "Your color is entirely grey." -#: ../tuxpaint.c:23727 ../tuxpaint.c:23734 +#: ../tuxpaint.c:23734 ../tuxpaint.c:23741 msgid "entirely" msgstr "" #. Add "Color Select" color: -#: ../tuxpaint.c:26644 +#: ../tuxpaint.c:26651 msgid "Select a color from your drawing." msgstr "Επίλεξε ένα χρώμα από τη ζωγραφιά σου." #. Add "Color Picker" color: #. (This is an attempt to describe an HSV color picker in extremely basic terms!) -#: ../tuxpaint.c:26653 +#: ../tuxpaint.c:26660 msgid "" "Pick a color. Hues go top to bottom. Saturation/intensity goes left (pale) " "to right (pure). Value (lightness/darkness): grey bar." @@ -1336,7 +1336,7 @@ msgstr "" #. Add "Color Mixer" color: #. (The terms 'tint', 'tone', and 'shade' relate to combining white, grey, or black paint (respectively) to another color) -#: ../tuxpaint.c:26665 +#: ../tuxpaint.c:26672 msgid "" "Click the primary colors (red, yellow, and blue), white (to tint), grey (to " "tone), and black (to shade), to mix together a new color." @@ -1515,10 +1515,16 @@ msgstr "" msgid "Emboss" msgstr "Ανάγλυφο" -#: ../../magic/src/emboss.c:114 +#: ../../magic/src/emboss.c:115 msgid "Click and drag the mouse to emboss the picture." msgstr "Κάνε κλικ και σύρε το ποντίκι για να κάνεις την εικόνα ανάγλυφη." +#: ../../magic/src/emboss.c:117 +#, fuzzy +#| msgid "Click to sharpen the entire picture." +msgid "Click to emboss the entire picture." +msgstr "Κάνε κλικ για να οξύνεις ολόκληρη τη ζωγραφιά σου." + #: ../../magic/src/fade_darken.c:115 msgid "Lighten" msgstr "Φωτίζω" diff --git a/src/po/en_AU.po b/src/po/en_AU.po index 5e18ed3e2..64e5a1e92 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: 2022-06-14 00:59-0700\n" +"POT-Creation-Date: 2022-07-03 16:31-0700\n" "PO-Revision-Date: 2014-06-29 23:36+0930\n" "Last-Translator: ilox \n" "Language-Team: none\n" @@ -314,15 +314,15 @@ msgstr "" msgid "Minimize" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:8 ../tuxpaint.desktop.in:3 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:8 ../tuxpaint.desktop.in:3 msgid "Tux Paint" msgstr "Tux Paint" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:9 ../tuxpaint.desktop.in:10 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:9 ../tuxpaint.desktop.in:10 msgid "A drawing program for children" msgstr "A drawing program for children" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:11 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:11 msgid "" "Tux Paint is a free, award-winning drawing program for children ages 3 to " "12. Tux Paint is used in schools around the world as a computer literacy " @@ -331,30 +331,30 @@ msgid "" "program." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:19 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:19 msgid "" "Kids are presented with a blank canvas and a variety of drawing tools to " "help them be creative." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:24 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:24 msgid "New Breed Software et al." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:36 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:36 msgid "The Magic tool is a set of special effects" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:40 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:40 msgid "" "The Paint Brush tool lets you draw freehand, using various brushes and colors" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:44 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:44 msgid "The Stamp tool is like a set of rubber stamps or stickers" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:50 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:50 msgid "" "Tux Paint's Color palette includes a new Color Mixer option, which allows " "users to combine different proportions of primary colors (red, yellow, and " @@ -362,7 +362,7 @@ msgid "" "mixing paints." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:51 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:51 msgid "" "The Color Picker option, which previously offered a static palette of around " "sixty-five thousand color choices, now supports separate hue, saturation, " @@ -370,21 +370,21 @@ msgid "" "colors." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:52 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:52 msgid "" "Also, a keyboard shortcut is now available for quick access to the Color " "Selector — the \"pipette\" tool used for picking colors from the current " "drawing." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:53 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53 msgid "" "The Paint and Lines tools now provide a way to adjust the spacing of " "brushes, allowing dotted lines or smearing effects to be made. Many brushes " "have been given better default spacing values, as well." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:54 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54 msgid "" "Two new variations of the Zoom Magic Tool, Tile Zoom and Rush, have been " "added. When shrinking a drawing with Tile Zoom, it replicates the drawing " @@ -392,7 +392,7 @@ msgid "" "background color. The Rush tool blurs the results." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:55 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:55 msgid "" "Tux Paint's Shapes tool now offers hexagon (6-sided) and heptagon (7-sided) " "polygons. For shapes which can be stretched (rectangle, oval, etc.), the " @@ -401,7 +401,7 @@ msgid "" "has also been expanded." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:56 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:56 msgid "" "Keyboard shortcuts, such as [Control]+[S] to save a drawing, are now " "accessed with the more traditional [⌘ Command] key when using Tux Paint on " @@ -409,7 +409,7 @@ msgid "" "The look and feel of the user documentation has been improved." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:61 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:61 msgid "" "Tux Paint's Paint and Line tools now support brushes that rotate based on " "the angle of the stroke. This new rotation feature, as well as the older " @@ -418,7 +418,7 @@ msgid "" "painting mode for interactively coloring within a confined area." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:62 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:62 msgid "" "Six new Magic tools have been added to Tux Paint. Panels shrinks and " "duplicates the drawing into a 2-by-2 grid, which is useful for making four-" @@ -429,7 +429,7 @@ msgid "" "of Tux Paint's classic Rainbow tool." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:63 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:63 msgid "" "A number of existing Magic tools have been updated, as well. Improvements " "were made to Halftone, which simulates photographs on newsprint; Cartoon, " @@ -438,7 +438,7 @@ msgid "" "Chalk, and Emboss, now offer the ability to alter the entire image at once!" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:64 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:64 msgid "" "Finally, Magic tools are now grouped into collections of similar effects — " "painting, distorts, color filters, picture warps, pattern painting, " @@ -446,7 +446,7 @@ msgid "" "need." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:69 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:69 msgid "" "Tux Paint's Fill tool now offers options to fill an area with color " "gradients. The \"Radial\" fill creates a circular gradient centered around " @@ -454,7 +454,7 @@ msgid "" "of gradients at different angles and sizes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:70 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:70 msgid "" "New Magic tools have been added to Tux Paint: \"Pixels\" makes it easier to " "create retro-gaming style pixel art, \"Checkerboard\" fills the entire " @@ -462,14 +462,14 @@ msgid "" "picture via brush strokes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:71 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:71 msgid "" "Tux Paint's user documentation has been overhauled, making localization " "easier. Parties interested in helping with localization are encouraged to " "contact the Tux Paint team." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:72 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:72 msgid "" "Finally, a new pair of accessibility options have been added. The entire " "user interface can now be enlarged benefiting users with impaired vision, " @@ -479,34 +479,34 @@ msgid "" "systems." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:77 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:77 msgid "" "A major improvement has been made to the Shapes tool, which now provides " "options to choose whether shapes are drawn from the center or a corner, " "making it easier to use in any situation." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:78 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:78 msgid "" "The on-screen keyboard, an accessibility feature optionally available when " "using the Text and Label tools, now appears larger on bigger displays; " "helpful for users of coarser input devices, such as eye-tracking systems." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:79 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:79 msgid "" "The Eraser tool adds new, smaller eraser sizes, and applies smoother, " "contiguous strokes when the pointer is moved quickly." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:80 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:80 msgid "" "Finally, this newest version adds options to export individual drawings and " "GIF animations, making it easy to share pictures, cartoons, and slideshows " "with others." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:85 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:85 msgid "" "The latest version has promoted the \"Fill\" tool, previously found under " "the \"Magic\" section of Tux Paint, to the main toolbar, where it's easier " @@ -516,21 +516,21 @@ msgid "" "images." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:86 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:86 msgid "" "Tux Paint also now makes it possible to disable stereo sound, which can " "benefit users with a hearing impairment, or in situations where only one " "speaker is available." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:91 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:91 msgid "" "New in this version are a \"color picker\", which allows any color within a " "drawing to be chosen using the pointer, and a set of three-, four-, and five-" "pointed star shapes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:92 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:92 msgid "" "The latest version also incorporates a number of new translations, bringing " "the number of supported languages up to nearly 130: Bengali, Bodo, Dogri, " @@ -1303,18 +1303,18 @@ msgid "" msgstr "" #. Color mixer; e.g., "Your color is entirely grey." -#: ../tuxpaint.c:23727 ../tuxpaint.c:23734 +#: ../tuxpaint.c:23734 ../tuxpaint.c:23741 msgid "entirely" msgstr "" #. Add "Color Select" color: -#: ../tuxpaint.c:26644 +#: ../tuxpaint.c:26651 msgid "Select a color from your drawing." msgstr "" #. Add "Color Picker" color: #. (This is an attempt to describe an HSV color picker in extremely basic terms!) -#: ../tuxpaint.c:26653 +#: ../tuxpaint.c:26660 msgid "" "Pick a color. Hues go top to bottom. Saturation/intensity goes left (pale) " "to right (pure). Value (lightness/darkness): grey bar." @@ -1322,7 +1322,7 @@ msgstr "" #. Add "Color Mixer" color: #. (The terms 'tint', 'tone', and 'shade' relate to combining white, grey, or black paint (respectively) to another color) -#: ../tuxpaint.c:26665 +#: ../tuxpaint.c:26672 msgid "" "Click the primary colors (red, yellow, and blue), white (to tint), grey (to " "tone), and black (to shade), to mix together a new color." @@ -1512,10 +1512,16 @@ msgstr "Click and drag the mouse to cause distortion in your picture." msgid "Emboss" msgstr "Emboss" -#: ../../magic/src/emboss.c:114 +#: ../../magic/src/emboss.c:115 msgid "Click and drag the mouse to emboss the picture." msgstr "Click and drag the mouse to emboss the picture." +#: ../../magic/src/emboss.c:117 +#, fuzzy +#| msgid "Click to sharpen the entire picture." +msgid "Click to emboss the entire picture." +msgstr "Click to sharpen the entire picture." + #: ../../magic/src/fade_darken.c:115 msgid "Lighten" msgstr "Lighten" diff --git a/src/po/en_CA.po b/src/po/en_CA.po index 6b91a3c83..108c1cd1f 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: 2022-06-14 00:59-0700\n" +"POT-Creation-Date: 2022-07-03 16:31-0700\n" "PO-Revision-Date: 2014-07-07 12:22+0100\n" "Last-Translator: Caroline Ford \n" "Language-Team: \n" @@ -312,15 +312,15 @@ msgstr "" msgid "Minimize" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:8 ../tuxpaint.desktop.in:3 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:8 ../tuxpaint.desktop.in:3 msgid "Tux Paint" msgstr "Tux Paint" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:9 ../tuxpaint.desktop.in:10 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:9 ../tuxpaint.desktop.in:10 msgid "A drawing program for children" msgstr "A drawing program for children" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:11 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:11 msgid "" "Tux Paint is a free, award-winning drawing program for children ages 3 to " "12. Tux Paint is used in schools around the world as a computer literacy " @@ -329,30 +329,30 @@ msgid "" "program." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:19 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:19 msgid "" "Kids are presented with a blank canvas and a variety of drawing tools to " "help them be creative." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:24 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:24 msgid "New Breed Software et al." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:36 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:36 msgid "The Magic tool is a set of special effects" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:40 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:40 msgid "" "The Paint Brush tool lets you draw freehand, using various brushes and colors" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:44 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:44 msgid "The Stamp tool is like a set of rubber stamps or stickers" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:50 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:50 msgid "" "Tux Paint's Color palette includes a new Color Mixer option, which allows " "users to combine different proportions of primary colors (red, yellow, and " @@ -360,7 +360,7 @@ msgid "" "mixing paints." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:51 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:51 msgid "" "The Color Picker option, which previously offered a static palette of around " "sixty-five thousand color choices, now supports separate hue, saturation, " @@ -368,21 +368,21 @@ msgid "" "colors." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:52 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:52 msgid "" "Also, a keyboard shortcut is now available for quick access to the Color " "Selector — the \"pipette\" tool used for picking colors from the current " "drawing." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:53 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53 msgid "" "The Paint and Lines tools now provide a way to adjust the spacing of " "brushes, allowing dotted lines or smearing effects to be made. Many brushes " "have been given better default spacing values, as well." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:54 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54 msgid "" "Two new variations of the Zoom Magic Tool, Tile Zoom and Rush, have been " "added. When shrinking a drawing with Tile Zoom, it replicates the drawing " @@ -390,7 +390,7 @@ msgid "" "background color. The Rush tool blurs the results." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:55 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:55 msgid "" "Tux Paint's Shapes tool now offers hexagon (6-sided) and heptagon (7-sided) " "polygons. For shapes which can be stretched (rectangle, oval, etc.), the " @@ -399,7 +399,7 @@ msgid "" "has also been expanded." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:56 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:56 msgid "" "Keyboard shortcuts, such as [Control]+[S] to save a drawing, are now " "accessed with the more traditional [⌘ Command] key when using Tux Paint on " @@ -407,7 +407,7 @@ msgid "" "The look and feel of the user documentation has been improved." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:61 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:61 msgid "" "Tux Paint's Paint and Line tools now support brushes that rotate based on " "the angle of the stroke. This new rotation feature, as well as the older " @@ -416,7 +416,7 @@ msgid "" "painting mode for interactively coloring within a confined area." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:62 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:62 msgid "" "Six new Magic tools have been added to Tux Paint. Panels shrinks and " "duplicates the drawing into a 2-by-2 grid, which is useful for making four-" @@ -427,7 +427,7 @@ msgid "" "of Tux Paint's classic Rainbow tool." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:63 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:63 msgid "" "A number of existing Magic tools have been updated, as well. Improvements " "were made to Halftone, which simulates photographs on newsprint; Cartoon, " @@ -436,7 +436,7 @@ msgid "" "Chalk, and Emboss, now offer the ability to alter the entire image at once!" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:64 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:64 msgid "" "Finally, Magic tools are now grouped into collections of similar effects — " "painting, distorts, color filters, picture warps, pattern painting, " @@ -444,7 +444,7 @@ msgid "" "need." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:69 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:69 msgid "" "Tux Paint's Fill tool now offers options to fill an area with color " "gradients. The \"Radial\" fill creates a circular gradient centered around " @@ -452,7 +452,7 @@ msgid "" "of gradients at different angles and sizes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:70 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:70 msgid "" "New Magic tools have been added to Tux Paint: \"Pixels\" makes it easier to " "create retro-gaming style pixel art, \"Checkerboard\" fills the entire " @@ -460,14 +460,14 @@ msgid "" "picture via brush strokes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:71 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:71 msgid "" "Tux Paint's user documentation has been overhauled, making localization " "easier. Parties interested in helping with localization are encouraged to " "contact the Tux Paint team." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:72 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:72 msgid "" "Finally, a new pair of accessibility options have been added. The entire " "user interface can now be enlarged benefiting users with impaired vision, " @@ -477,34 +477,34 @@ msgid "" "systems." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:77 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:77 msgid "" "A major improvement has been made to the Shapes tool, which now provides " "options to choose whether shapes are drawn from the center or a corner, " "making it easier to use in any situation." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:78 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:78 msgid "" "The on-screen keyboard, an accessibility feature optionally available when " "using the Text and Label tools, now appears larger on bigger displays; " "helpful for users of coarser input devices, such as eye-tracking systems." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:79 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:79 msgid "" "The Eraser tool adds new, smaller eraser sizes, and applies smoother, " "contiguous strokes when the pointer is moved quickly." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:80 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:80 msgid "" "Finally, this newest version adds options to export individual drawings and " "GIF animations, making it easy to share pictures, cartoons, and slideshows " "with others." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:85 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:85 msgid "" "The latest version has promoted the \"Fill\" tool, previously found under " "the \"Magic\" section of Tux Paint, to the main toolbar, where it's easier " @@ -514,21 +514,21 @@ msgid "" "images." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:86 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:86 msgid "" "Tux Paint also now makes it possible to disable stereo sound, which can " "benefit users with a hearing impairment, or in situations where only one " "speaker is available." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:91 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:91 msgid "" "New in this version are a \"color picker\", which allows any color within a " "drawing to be chosen using the pointer, and a set of three-, four-, and five-" "pointed star shapes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:92 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:92 msgid "" "The latest version also incorporates a number of new translations, bringing " "the number of supported languages up to nearly 130: Bengali, Bodo, Dogri, " @@ -1301,18 +1301,18 @@ msgid "" msgstr "" #. Color mixer; e.g., "Your color is entirely grey." -#: ../tuxpaint.c:23727 ../tuxpaint.c:23734 +#: ../tuxpaint.c:23734 ../tuxpaint.c:23741 msgid "entirely" msgstr "" #. Add "Color Select" color: -#: ../tuxpaint.c:26644 +#: ../tuxpaint.c:26651 msgid "Select a color from your drawing." msgstr "" #. Add "Color Picker" color: #. (This is an attempt to describe an HSV color picker in extremely basic terms!) -#: ../tuxpaint.c:26653 +#: ../tuxpaint.c:26660 msgid "" "Pick a color. Hues go top to bottom. Saturation/intensity goes left (pale) " "to right (pure). Value (lightness/darkness): grey bar." @@ -1320,7 +1320,7 @@ msgstr "" #. Add "Color Mixer" color: #. (The terms 'tint', 'tone', and 'shade' relate to combining white, grey, or black paint (respectively) to another color) -#: ../tuxpaint.c:26665 +#: ../tuxpaint.c:26672 msgid "" "Click the primary colors (red, yellow, and blue), white (to tint), grey (to " "tone), and black (to shade), to mix together a new color." @@ -1510,10 +1510,16 @@ msgstr "Click and drag the mouse to cause distortion in your picture." msgid "Emboss" msgstr "Emboss" -#: ../../magic/src/emboss.c:114 +#: ../../magic/src/emboss.c:115 msgid "Click and drag the mouse to emboss the picture." msgstr "Click and drag the mouse to emboss the picture." +#: ../../magic/src/emboss.c:117 +#, fuzzy +#| msgid "Click to sharpen the entire picture." +msgid "Click to emboss the entire picture." +msgstr "Click to sharpen the entire picture." + #: ../../magic/src/fade_darken.c:115 msgid "Lighten" msgstr "Lighten" diff --git a/src/po/en_GB.po b/src/po/en_GB.po index b66a3e71a..631842ecb 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: 2022-06-14 00:59-0700\n" +"POT-Creation-Date: 2022-07-03 16:31-0700\n" "PO-Revision-Date: 2017-12-30 21:17+0000\n" "Last-Translator: Caroline Ford \n" "Language-Team: none\n" @@ -315,15 +315,15 @@ msgstr "" msgid "Minimize" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:8 ../tuxpaint.desktop.in:3 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:8 ../tuxpaint.desktop.in:3 msgid "Tux Paint" msgstr "Tux Paint" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:9 ../tuxpaint.desktop.in:10 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:9 ../tuxpaint.desktop.in:10 msgid "A drawing program for children" msgstr "A drawing program for children" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:11 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:11 msgid "" "Tux Paint is a free, award-winning drawing program for children ages 3 to " "12. Tux Paint is used in schools around the world as a computer literacy " @@ -332,30 +332,30 @@ msgid "" "program." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:19 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:19 msgid "" "Kids are presented with a blank canvas and a variety of drawing tools to " "help them be creative." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:24 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:24 msgid "New Breed Software et al." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:36 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:36 msgid "The Magic tool is a set of special effects" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:40 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:40 msgid "" "The Paint Brush tool lets you draw freehand, using various brushes and colors" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:44 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:44 msgid "The Stamp tool is like a set of rubber stamps or stickers" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:50 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:50 msgid "" "Tux Paint's Color palette includes a new Color Mixer option, which allows " "users to combine different proportions of primary colors (red, yellow, and " @@ -363,7 +363,7 @@ msgid "" "mixing paints." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:51 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:51 msgid "" "The Color Picker option, which previously offered a static palette of around " "sixty-five thousand color choices, now supports separate hue, saturation, " @@ -371,21 +371,21 @@ msgid "" "colors." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:52 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:52 msgid "" "Also, a keyboard shortcut is now available for quick access to the Color " "Selector — the \"pipette\" tool used for picking colors from the current " "drawing." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:53 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53 msgid "" "The Paint and Lines tools now provide a way to adjust the spacing of " "brushes, allowing dotted lines or smearing effects to be made. Many brushes " "have been given better default spacing values, as well." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:54 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54 msgid "" "Two new variations of the Zoom Magic Tool, Tile Zoom and Rush, have been " "added. When shrinking a drawing with Tile Zoom, it replicates the drawing " @@ -393,7 +393,7 @@ msgid "" "background color. The Rush tool blurs the results." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:55 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:55 msgid "" "Tux Paint's Shapes tool now offers hexagon (6-sided) and heptagon (7-sided) " "polygons. For shapes which can be stretched (rectangle, oval, etc.), the " @@ -402,7 +402,7 @@ msgid "" "has also been expanded." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:56 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:56 msgid "" "Keyboard shortcuts, such as [Control]+[S] to save a drawing, are now " "accessed with the more traditional [⌘ Command] key when using Tux Paint on " @@ -410,7 +410,7 @@ msgid "" "The look and feel of the user documentation has been improved." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:61 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:61 msgid "" "Tux Paint's Paint and Line tools now support brushes that rotate based on " "the angle of the stroke. This new rotation feature, as well as the older " @@ -419,7 +419,7 @@ msgid "" "painting mode for interactively coloring within a confined area." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:62 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:62 msgid "" "Six new Magic tools have been added to Tux Paint. Panels shrinks and " "duplicates the drawing into a 2-by-2 grid, which is useful for making four-" @@ -430,7 +430,7 @@ msgid "" "of Tux Paint's classic Rainbow tool." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:63 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:63 msgid "" "A number of existing Magic tools have been updated, as well. Improvements " "were made to Halftone, which simulates photographs on newsprint; Cartoon, " @@ -439,7 +439,7 @@ msgid "" "Chalk, and Emboss, now offer the ability to alter the entire image at once!" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:64 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:64 msgid "" "Finally, Magic tools are now grouped into collections of similar effects — " "painting, distorts, color filters, picture warps, pattern painting, " @@ -447,7 +447,7 @@ msgid "" "need." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:69 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:69 msgid "" "Tux Paint's Fill tool now offers options to fill an area with color " "gradients. The \"Radial\" fill creates a circular gradient centered around " @@ -455,7 +455,7 @@ msgid "" "of gradients at different angles and sizes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:70 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:70 msgid "" "New Magic tools have been added to Tux Paint: \"Pixels\" makes it easier to " "create retro-gaming style pixel art, \"Checkerboard\" fills the entire " @@ -463,14 +463,14 @@ msgid "" "picture via brush strokes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:71 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:71 msgid "" "Tux Paint's user documentation has been overhauled, making localization " "easier. Parties interested in helping with localization are encouraged to " "contact the Tux Paint team." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:72 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:72 msgid "" "Finally, a new pair of accessibility options have been added. The entire " "user interface can now be enlarged benefiting users with impaired vision, " @@ -480,34 +480,34 @@ msgid "" "systems." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:77 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:77 msgid "" "A major improvement has been made to the Shapes tool, which now provides " "options to choose whether shapes are drawn from the center or a corner, " "making it easier to use in any situation." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:78 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:78 msgid "" "The on-screen keyboard, an accessibility feature optionally available when " "using the Text and Label tools, now appears larger on bigger displays; " "helpful for users of coarser input devices, such as eye-tracking systems." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:79 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:79 msgid "" "The Eraser tool adds new, smaller eraser sizes, and applies smoother, " "contiguous strokes when the pointer is moved quickly." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:80 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:80 msgid "" "Finally, this newest version adds options to export individual drawings and " "GIF animations, making it easy to share pictures, cartoons, and slideshows " "with others." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:85 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:85 msgid "" "The latest version has promoted the \"Fill\" tool, previously found under " "the \"Magic\" section of Tux Paint, to the main toolbar, where it's easier " @@ -517,21 +517,21 @@ msgid "" "images." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:86 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:86 msgid "" "Tux Paint also now makes it possible to disable stereo sound, which can " "benefit users with a hearing impairment, or in situations where only one " "speaker is available." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:91 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:91 msgid "" "New in this version are a \"color picker\", which allows any color within a " "drawing to be chosen using the pointer, and a set of three-, four-, and five-" "pointed star shapes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:92 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:92 msgid "" "The latest version also incorporates a number of new translations, bringing " "the number of supported languages up to nearly 130: Bengali, Bodo, Dogri, " @@ -1304,18 +1304,18 @@ msgid "" msgstr "" #. Color mixer; e.g., "Your color is entirely grey." -#: ../tuxpaint.c:23727 ../tuxpaint.c:23734 +#: ../tuxpaint.c:23734 ../tuxpaint.c:23741 msgid "entirely" msgstr "" #. Add "Color Select" color: -#: ../tuxpaint.c:26644 +#: ../tuxpaint.c:26651 msgid "Select a color from your drawing." msgstr "Select a colour from your drawing." #. Add "Color Picker" color: #. (This is an attempt to describe an HSV color picker in extremely basic terms!) -#: ../tuxpaint.c:26653 +#: ../tuxpaint.c:26660 msgid "" "Pick a color. Hues go top to bottom. Saturation/intensity goes left (pale) " "to right (pure). Value (lightness/darkness): grey bar." @@ -1323,7 +1323,7 @@ msgstr "" #. Add "Color Mixer" color: #. (The terms 'tint', 'tone', and 'shade' relate to combining white, grey, or black paint (respectively) to another color) -#: ../tuxpaint.c:26665 +#: ../tuxpaint.c:26672 msgid "" "Click the primary colors (red, yellow, and blue), white (to tint), grey (to " "tone), and black (to shade), to mix together a new color." @@ -1493,10 +1493,16 @@ msgstr "Click and drag the mouse to cause distortion in your picture." msgid "Emboss" msgstr "Emboss" -#: ../../magic/src/emboss.c:114 +#: ../../magic/src/emboss.c:115 msgid "Click and drag the mouse to emboss the picture." msgstr "Click and drag the mouse to emboss the picture." +#: ../../magic/src/emboss.c:117 +#, fuzzy +#| msgid "Click to sharpen the entire picture." +msgid "Click to emboss the entire picture." +msgstr "Click to sharpen the entire picture." + #: ../../magic/src/fade_darken.c:115 msgid "Lighten" msgstr "Lighten" diff --git a/src/po/en_ZA.po b/src/po/en_ZA.po index 85ac6fdea..8434d38c7 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: 2022-06-14 00:59-0700\n" +"POT-Creation-Date: 2022-07-03 16:31-0700\n" "PO-Revision-Date: 2009-09-06 15:46+0100\n" "Last-Translator: Caroline Ford \n" "Language-Team: English (South African) \n" @@ -312,15 +312,15 @@ msgstr "" msgid "Minimize" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:8 ../tuxpaint.desktop.in:3 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:8 ../tuxpaint.desktop.in:3 msgid "Tux Paint" msgstr "Tux Paint" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:9 ../tuxpaint.desktop.in:10 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:9 ../tuxpaint.desktop.in:10 msgid "A drawing program for children" msgstr "A drawing program for children" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:11 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:11 msgid "" "Tux Paint is a free, award-winning drawing program for children ages 3 to " "12. Tux Paint is used in schools around the world as a computer literacy " @@ -329,30 +329,30 @@ msgid "" "program." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:19 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:19 msgid "" "Kids are presented with a blank canvas and a variety of drawing tools to " "help them be creative." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:24 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:24 msgid "New Breed Software et al." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:36 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:36 msgid "The Magic tool is a set of special effects" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:40 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:40 msgid "" "The Paint Brush tool lets you draw freehand, using various brushes and colors" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:44 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:44 msgid "The Stamp tool is like a set of rubber stamps or stickers" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:50 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:50 msgid "" "Tux Paint's Color palette includes a new Color Mixer option, which allows " "users to combine different proportions of primary colors (red, yellow, and " @@ -360,7 +360,7 @@ msgid "" "mixing paints." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:51 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:51 msgid "" "The Color Picker option, which previously offered a static palette of around " "sixty-five thousand color choices, now supports separate hue, saturation, " @@ -368,21 +368,21 @@ msgid "" "colors." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:52 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:52 msgid "" "Also, a keyboard shortcut is now available for quick access to the Color " "Selector — the \"pipette\" tool used for picking colors from the current " "drawing." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:53 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53 msgid "" "The Paint and Lines tools now provide a way to adjust the spacing of " "brushes, allowing dotted lines or smearing effects to be made. Many brushes " "have been given better default spacing values, as well." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:54 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54 msgid "" "Two new variations of the Zoom Magic Tool, Tile Zoom and Rush, have been " "added. When shrinking a drawing with Tile Zoom, it replicates the drawing " @@ -390,7 +390,7 @@ msgid "" "background color. The Rush tool blurs the results." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:55 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:55 msgid "" "Tux Paint's Shapes tool now offers hexagon (6-sided) and heptagon (7-sided) " "polygons. For shapes which can be stretched (rectangle, oval, etc.), the " @@ -399,7 +399,7 @@ msgid "" "has also been expanded." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:56 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:56 msgid "" "Keyboard shortcuts, such as [Control]+[S] to save a drawing, are now " "accessed with the more traditional [⌘ Command] key when using Tux Paint on " @@ -407,7 +407,7 @@ msgid "" "The look and feel of the user documentation has been improved." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:61 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:61 msgid "" "Tux Paint's Paint and Line tools now support brushes that rotate based on " "the angle of the stroke. This new rotation feature, as well as the older " @@ -416,7 +416,7 @@ msgid "" "painting mode for interactively coloring within a confined area." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:62 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:62 msgid "" "Six new Magic tools have been added to Tux Paint. Panels shrinks and " "duplicates the drawing into a 2-by-2 grid, which is useful for making four-" @@ -427,7 +427,7 @@ msgid "" "of Tux Paint's classic Rainbow tool." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:63 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:63 msgid "" "A number of existing Magic tools have been updated, as well. Improvements " "were made to Halftone, which simulates photographs on newsprint; Cartoon, " @@ -436,7 +436,7 @@ msgid "" "Chalk, and Emboss, now offer the ability to alter the entire image at once!" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:64 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:64 msgid "" "Finally, Magic tools are now grouped into collections of similar effects — " "painting, distorts, color filters, picture warps, pattern painting, " @@ -444,7 +444,7 @@ msgid "" "need." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:69 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:69 msgid "" "Tux Paint's Fill tool now offers options to fill an area with color " "gradients. The \"Radial\" fill creates a circular gradient centered around " @@ -452,7 +452,7 @@ msgid "" "of gradients at different angles and sizes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:70 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:70 msgid "" "New Magic tools have been added to Tux Paint: \"Pixels\" makes it easier to " "create retro-gaming style pixel art, \"Checkerboard\" fills the entire " @@ -460,14 +460,14 @@ msgid "" "picture via brush strokes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:71 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:71 msgid "" "Tux Paint's user documentation has been overhauled, making localization " "easier. Parties interested in helping with localization are encouraged to " "contact the Tux Paint team." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:72 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:72 msgid "" "Finally, a new pair of accessibility options have been added. The entire " "user interface can now be enlarged benefiting users with impaired vision, " @@ -477,34 +477,34 @@ msgid "" "systems." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:77 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:77 msgid "" "A major improvement has been made to the Shapes tool, which now provides " "options to choose whether shapes are drawn from the center or a corner, " "making it easier to use in any situation." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:78 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:78 msgid "" "The on-screen keyboard, an accessibility feature optionally available when " "using the Text and Label tools, now appears larger on bigger displays; " "helpful for users of coarser input devices, such as eye-tracking systems." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:79 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:79 msgid "" "The Eraser tool adds new, smaller eraser sizes, and applies smoother, " "contiguous strokes when the pointer is moved quickly." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:80 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:80 msgid "" "Finally, this newest version adds options to export individual drawings and " "GIF animations, making it easy to share pictures, cartoons, and slideshows " "with others." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:85 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:85 msgid "" "The latest version has promoted the \"Fill\" tool, previously found under " "the \"Magic\" section of Tux Paint, to the main toolbar, where it's easier " @@ -514,21 +514,21 @@ msgid "" "images." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:86 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:86 msgid "" "Tux Paint also now makes it possible to disable stereo sound, which can " "benefit users with a hearing impairment, or in situations where only one " "speaker is available." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:91 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:91 msgid "" "New in this version are a \"color picker\", which allows any color within a " "drawing to be chosen using the pointer, and a set of three-, four-, and five-" "pointed star shapes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:92 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:92 msgid "" "The latest version also incorporates a number of new translations, bringing " "the number of supported languages up to nearly 130: Bengali, Bodo, Dogri, " @@ -1307,18 +1307,18 @@ msgid "" msgstr "" #. Color mixer; e.g., "Your color is entirely grey." -#: ../tuxpaint.c:23727 ../tuxpaint.c:23734 +#: ../tuxpaint.c:23734 ../tuxpaint.c:23741 msgid "entirely" msgstr "" #. Add "Color Select" color: -#: ../tuxpaint.c:26644 +#: ../tuxpaint.c:26651 msgid "Select a color from your drawing." msgstr "" #. Add "Color Picker" color: #. (This is an attempt to describe an HSV color picker in extremely basic terms!) -#: ../tuxpaint.c:26653 +#: ../tuxpaint.c:26660 msgid "" "Pick a color. Hues go top to bottom. Saturation/intensity goes left (pale) " "to right (pure). Value (lightness/darkness): grey bar." @@ -1326,7 +1326,7 @@ msgstr "" #. Add "Color Mixer" color: #. (The terms 'tint', 'tone', and 'shade' relate to combining white, grey, or black paint (respectively) to another color) -#: ../tuxpaint.c:26665 +#: ../tuxpaint.c:26672 msgid "" "Click the primary colors (red, yellow, and blue), white (to tint), grey (to " "tone), and black (to shade), to mix together a new color." @@ -1513,11 +1513,16 @@ msgstr "Click and move the mouse around to blur the picture." msgid "Emboss" msgstr "Emboss" -#: ../../magic/src/emboss.c:114 +#: ../../magic/src/emboss.c:115 #, fuzzy msgid "Click and drag the mouse to emboss the picture." msgstr "Click and move the mouse around to blur the picture." +#: ../../magic/src/emboss.c:117 +#, fuzzy +msgid "Click to emboss the entire picture." +msgstr "Click to make a mirror image." + #: ../../magic/src/fade_darken.c:115 msgid "Lighten" msgstr "Lighten" diff --git a/src/po/eo.po b/src/po/eo.po index 12b63ba6f..61ac56736 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: 2022-06-14 00:59-0700\n" +"POT-Creation-Date: 2022-07-03 16:31-0700\n" "PO-Revision-Date: 2014-06-16 16:00+0000\n" "Last-Translator: Nuno MAGALHÃES \n" "Language-Team: Esperanto \n" @@ -311,15 +311,15 @@ msgstr "" msgid "Minimize" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:8 ../tuxpaint.desktop.in:3 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:8 ../tuxpaint.desktop.in:3 msgid "Tux Paint" msgstr "Tux Desegnilo" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:9 ../tuxpaint.desktop.in:10 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:9 ../tuxpaint.desktop.in:10 msgid "A drawing program for children" msgstr "Desegnoprogramo por infanoj" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:11 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:11 msgid "" "Tux Paint is a free, award-winning drawing program for children ages 3 to " "12. Tux Paint is used in schools around the world as a computer literacy " @@ -328,30 +328,30 @@ msgid "" "program." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:19 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:19 msgid "" "Kids are presented with a blank canvas and a variety of drawing tools to " "help them be creative." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:24 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:24 msgid "New Breed Software et al." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:36 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:36 msgid "The Magic tool is a set of special effects" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:40 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:40 msgid "" "The Paint Brush tool lets you draw freehand, using various brushes and colors" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:44 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:44 msgid "The Stamp tool is like a set of rubber stamps or stickers" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:50 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:50 msgid "" "Tux Paint's Color palette includes a new Color Mixer option, which allows " "users to combine different proportions of primary colors (red, yellow, and " @@ -359,7 +359,7 @@ msgid "" "mixing paints." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:51 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:51 msgid "" "The Color Picker option, which previously offered a static palette of around " "sixty-five thousand color choices, now supports separate hue, saturation, " @@ -367,21 +367,21 @@ msgid "" "colors." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:52 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:52 msgid "" "Also, a keyboard shortcut is now available for quick access to the Color " "Selector — the \"pipette\" tool used for picking colors from the current " "drawing." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:53 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53 msgid "" "The Paint and Lines tools now provide a way to adjust the spacing of " "brushes, allowing dotted lines or smearing effects to be made. Many brushes " "have been given better default spacing values, as well." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:54 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54 msgid "" "Two new variations of the Zoom Magic Tool, Tile Zoom and Rush, have been " "added. When shrinking a drawing with Tile Zoom, it replicates the drawing " @@ -389,7 +389,7 @@ msgid "" "background color. The Rush tool blurs the results." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:55 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:55 msgid "" "Tux Paint's Shapes tool now offers hexagon (6-sided) and heptagon (7-sided) " "polygons. For shapes which can be stretched (rectangle, oval, etc.), the " @@ -398,7 +398,7 @@ msgid "" "has also been expanded." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:56 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:56 msgid "" "Keyboard shortcuts, such as [Control]+[S] to save a drawing, are now " "accessed with the more traditional [⌘ Command] key when using Tux Paint on " @@ -406,7 +406,7 @@ msgid "" "The look and feel of the user documentation has been improved." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:61 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:61 msgid "" "Tux Paint's Paint and Line tools now support brushes that rotate based on " "the angle of the stroke. This new rotation feature, as well as the older " @@ -415,7 +415,7 @@ msgid "" "painting mode for interactively coloring within a confined area." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:62 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:62 msgid "" "Six new Magic tools have been added to Tux Paint. Panels shrinks and " "duplicates the drawing into a 2-by-2 grid, which is useful for making four-" @@ -426,7 +426,7 @@ msgid "" "of Tux Paint's classic Rainbow tool." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:63 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:63 msgid "" "A number of existing Magic tools have been updated, as well. Improvements " "were made to Halftone, which simulates photographs on newsprint; Cartoon, " @@ -435,7 +435,7 @@ msgid "" "Chalk, and Emboss, now offer the ability to alter the entire image at once!" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:64 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:64 msgid "" "Finally, Magic tools are now grouped into collections of similar effects — " "painting, distorts, color filters, picture warps, pattern painting, " @@ -443,7 +443,7 @@ msgid "" "need." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:69 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:69 msgid "" "Tux Paint's Fill tool now offers options to fill an area with color " "gradients. The \"Radial\" fill creates a circular gradient centered around " @@ -451,7 +451,7 @@ msgid "" "of gradients at different angles and sizes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:70 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:70 msgid "" "New Magic tools have been added to Tux Paint: \"Pixels\" makes it easier to " "create retro-gaming style pixel art, \"Checkerboard\" fills the entire " @@ -459,14 +459,14 @@ msgid "" "picture via brush strokes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:71 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:71 msgid "" "Tux Paint's user documentation has been overhauled, making localization " "easier. Parties interested in helping with localization are encouraged to " "contact the Tux Paint team." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:72 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:72 msgid "" "Finally, a new pair of accessibility options have been added. The entire " "user interface can now be enlarged benefiting users with impaired vision, " @@ -476,34 +476,34 @@ msgid "" "systems." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:77 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:77 msgid "" "A major improvement has been made to the Shapes tool, which now provides " "options to choose whether shapes are drawn from the center or a corner, " "making it easier to use in any situation." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:78 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:78 msgid "" "The on-screen keyboard, an accessibility feature optionally available when " "using the Text and Label tools, now appears larger on bigger displays; " "helpful for users of coarser input devices, such as eye-tracking systems." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:79 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:79 msgid "" "The Eraser tool adds new, smaller eraser sizes, and applies smoother, " "contiguous strokes when the pointer is moved quickly." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:80 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:80 msgid "" "Finally, this newest version adds options to export individual drawings and " "GIF animations, making it easy to share pictures, cartoons, and slideshows " "with others." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:85 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:85 msgid "" "The latest version has promoted the \"Fill\" tool, previously found under " "the \"Magic\" section of Tux Paint, to the main toolbar, where it's easier " @@ -513,21 +513,21 @@ msgid "" "images." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:86 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:86 msgid "" "Tux Paint also now makes it possible to disable stereo sound, which can " "benefit users with a hearing impairment, or in situations where only one " "speaker is available." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:91 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:91 msgid "" "New in this version are a \"color picker\", which allows any color within a " "drawing to be chosen using the pointer, and a set of three-, four-, and five-" "pointed star shapes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:92 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:92 msgid "" "The latest version also incorporates a number of new translations, bringing " "the number of supported languages up to nearly 130: Bengali, Bodo, Dogri, " @@ -1295,18 +1295,18 @@ msgid "" msgstr "" #. Color mixer; e.g., "Your color is entirely grey." -#: ../tuxpaint.c:23727 ../tuxpaint.c:23734 +#: ../tuxpaint.c:23734 ../tuxpaint.c:23741 msgid "entirely" msgstr "" #. Add "Color Select" color: -#: ../tuxpaint.c:26644 +#: ../tuxpaint.c:26651 msgid "Select a color from your drawing." msgstr "" #. Add "Color Picker" color: #. (This is an attempt to describe an HSV color picker in extremely basic terms!) -#: ../tuxpaint.c:26653 +#: ../tuxpaint.c:26660 msgid "" "Pick a color. Hues go top to bottom. Saturation/intensity goes left (pale) " "to right (pure). Value (lightness/darkness): grey bar." @@ -1314,7 +1314,7 @@ msgstr "" #. Add "Color Mixer" color: #. (The terms 'tint', 'tone', and 'shade' relate to combining white, grey, or black paint (respectively) to another color) -#: ../tuxpaint.c:26665 +#: ../tuxpaint.c:26672 msgid "" "Click the primary colors (red, yellow, and blue), white (to tint), grey (to " "tone), and black (to shade), to mix together a new color." @@ -1501,11 +1501,17 @@ msgstr "Alklaku kaj movu la muson por distordi vian bildon." msgid "Emboss" msgstr "Bosado" -#: ../../magic/src/emboss.c:114 +#: ../../magic/src/emboss.c:115 #, fuzzy msgid "Click and drag the mouse to emboss the picture." msgstr "Alklaku kaj movu la muson por bosi la bildon." +#: ../../magic/src/emboss.c:117 +#, fuzzy +#| msgid "Click to sharpen the entire picture." +msgid "Click to emboss the entire picture." +msgstr "Alklaku la muson por akrigi la tutan bildon." + #: ../../magic/src/fade_darken.c:115 msgid "Lighten" msgstr "Heligi" diff --git a/src/po/es.po b/src/po/es.po index d87a6233d..b82e95e3c 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: 2022-06-14 00:59-0700\n" +"POT-Creation-Date: 2022-07-03 16:31-0700\n" "PO-Revision-Date: 2017-12-18 20:31-0300\n" "Last-Translator: Matías Bellone \n" "Language-Team: none\n" @@ -332,15 +332,15 @@ msgstr "" msgid "Minimize" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:8 ../tuxpaint.desktop.in:3 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:8 ../tuxpaint.desktop.in:3 msgid "Tux Paint" msgstr "Tux Paint" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:9 ../tuxpaint.desktop.in:10 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:9 ../tuxpaint.desktop.in:10 msgid "A drawing program for children" msgstr "Un programa de dibujo para niños" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:11 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:11 msgid "" "Tux Paint is a free, award-winning drawing program for children ages 3 to " "12. Tux Paint is used in schools around the world as a computer literacy " @@ -349,30 +349,30 @@ msgid "" "program." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:19 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:19 msgid "" "Kids are presented with a blank canvas and a variety of drawing tools to " "help them be creative." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:24 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:24 msgid "New Breed Software et al." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:36 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:36 msgid "The Magic tool is a set of special effects" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:40 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:40 msgid "" "The Paint Brush tool lets you draw freehand, using various brushes and colors" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:44 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:44 msgid "The Stamp tool is like a set of rubber stamps or stickers" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:50 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:50 msgid "" "Tux Paint's Color palette includes a new Color Mixer option, which allows " "users to combine different proportions of primary colors (red, yellow, and " @@ -380,7 +380,7 @@ msgid "" "mixing paints." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:51 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:51 msgid "" "The Color Picker option, which previously offered a static palette of around " "sixty-five thousand color choices, now supports separate hue, saturation, " @@ -388,21 +388,21 @@ msgid "" "colors." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:52 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:52 msgid "" "Also, a keyboard shortcut is now available for quick access to the Color " "Selector — the \"pipette\" tool used for picking colors from the current " "drawing." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:53 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53 msgid "" "The Paint and Lines tools now provide a way to adjust the spacing of " "brushes, allowing dotted lines or smearing effects to be made. Many brushes " "have been given better default spacing values, as well." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:54 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54 msgid "" "Two new variations of the Zoom Magic Tool, Tile Zoom and Rush, have been " "added. When shrinking a drawing with Tile Zoom, it replicates the drawing " @@ -410,7 +410,7 @@ msgid "" "background color. The Rush tool blurs the results." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:55 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:55 msgid "" "Tux Paint's Shapes tool now offers hexagon (6-sided) and heptagon (7-sided) " "polygons. For shapes which can be stretched (rectangle, oval, etc.), the " @@ -419,7 +419,7 @@ msgid "" "has also been expanded." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:56 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:56 msgid "" "Keyboard shortcuts, such as [Control]+[S] to save a drawing, are now " "accessed with the more traditional [⌘ Command] key when using Tux Paint on " @@ -427,7 +427,7 @@ msgid "" "The look and feel of the user documentation has been improved." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:61 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:61 msgid "" "Tux Paint's Paint and Line tools now support brushes that rotate based on " "the angle of the stroke. This new rotation feature, as well as the older " @@ -436,7 +436,7 @@ msgid "" "painting mode for interactively coloring within a confined area." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:62 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:62 msgid "" "Six new Magic tools have been added to Tux Paint. Panels shrinks and " "duplicates the drawing into a 2-by-2 grid, which is useful for making four-" @@ -447,7 +447,7 @@ msgid "" "of Tux Paint's classic Rainbow tool." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:63 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:63 msgid "" "A number of existing Magic tools have been updated, as well. Improvements " "were made to Halftone, which simulates photographs on newsprint; Cartoon, " @@ -456,7 +456,7 @@ msgid "" "Chalk, and Emboss, now offer the ability to alter the entire image at once!" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:64 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:64 msgid "" "Finally, Magic tools are now grouped into collections of similar effects — " "painting, distorts, color filters, picture warps, pattern painting, " @@ -464,7 +464,7 @@ msgid "" "need." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:69 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:69 msgid "" "Tux Paint's Fill tool now offers options to fill an area with color " "gradients. The \"Radial\" fill creates a circular gradient centered around " @@ -472,7 +472,7 @@ msgid "" "of gradients at different angles and sizes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:70 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:70 msgid "" "New Magic tools have been added to Tux Paint: \"Pixels\" makes it easier to " "create retro-gaming style pixel art, \"Checkerboard\" fills the entire " @@ -480,14 +480,14 @@ msgid "" "picture via brush strokes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:71 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:71 msgid "" "Tux Paint's user documentation has been overhauled, making localization " "easier. Parties interested in helping with localization are encouraged to " "contact the Tux Paint team." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:72 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:72 msgid "" "Finally, a new pair of accessibility options have been added. The entire " "user interface can now be enlarged benefiting users with impaired vision, " @@ -497,34 +497,34 @@ msgid "" "systems." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:77 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:77 msgid "" "A major improvement has been made to the Shapes tool, which now provides " "options to choose whether shapes are drawn from the center or a corner, " "making it easier to use in any situation." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:78 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:78 msgid "" "The on-screen keyboard, an accessibility feature optionally available when " "using the Text and Label tools, now appears larger on bigger displays; " "helpful for users of coarser input devices, such as eye-tracking systems." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:79 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:79 msgid "" "The Eraser tool adds new, smaller eraser sizes, and applies smoother, " "contiguous strokes when the pointer is moved quickly." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:80 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:80 msgid "" "Finally, this newest version adds options to export individual drawings and " "GIF animations, making it easy to share pictures, cartoons, and slideshows " "with others." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:85 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:85 msgid "" "The latest version has promoted the \"Fill\" tool, previously found under " "the \"Magic\" section of Tux Paint, to the main toolbar, where it's easier " @@ -534,21 +534,21 @@ msgid "" "images." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:86 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:86 msgid "" "Tux Paint also now makes it possible to disable stereo sound, which can " "benefit users with a hearing impairment, or in situations where only one " "speaker is available." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:91 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:91 msgid "" "New in this version are a \"color picker\", which allows any color within a " "drawing to be chosen using the pointer, and a set of three-, four-, and five-" "pointed star shapes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:92 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:92 msgid "" "The latest version also incorporates a number of new translations, bringing " "the number of supported languages up to nearly 130: Bengali, Bodo, Dogri, " @@ -1327,18 +1327,18 @@ msgid "" msgstr "" #. Color mixer; e.g., "Your color is entirely grey." -#: ../tuxpaint.c:23727 ../tuxpaint.c:23734 +#: ../tuxpaint.c:23734 ../tuxpaint.c:23741 msgid "entirely" msgstr "" #. Add "Color Select" color: -#: ../tuxpaint.c:26644 +#: ../tuxpaint.c:26651 msgid "Select a color from your drawing." msgstr "Elige un color de tu dibujo." #. Add "Color Picker" color: #. (This is an attempt to describe an HSV color picker in extremely basic terms!) -#: ../tuxpaint.c:26653 +#: ../tuxpaint.c:26660 msgid "" "Pick a color. Hues go top to bottom. Saturation/intensity goes left (pale) " "to right (pure). Value (lightness/darkness): grey bar." @@ -1346,7 +1346,7 @@ msgstr "" #. Add "Color Mixer" color: #. (The terms 'tint', 'tone', and 'shade' relate to combining white, grey, or black paint (respectively) to another color) -#: ../tuxpaint.c:26665 +#: ../tuxpaint.c:26672 msgid "" "Click the primary colors (red, yellow, and blue), white (to tint), grey (to " "tone), and black (to shade), to mix together a new color." @@ -1518,10 +1518,16 @@ msgstr "Haz click y mueve el ratón para distorsionar tu dibujo." msgid "Emboss" msgstr "Relieve" -#: ../../magic/src/emboss.c:114 +#: ../../magic/src/emboss.c:115 msgid "Click and drag the mouse to emboss the picture." msgstr "Haz click y mueve el ratón para darle relieve a tu dibujo." +#: ../../magic/src/emboss.c:117 +#, fuzzy +#| msgid "Click to sharpen the entire picture." +msgid "Click to emboss the entire picture." +msgstr "Haz click para enfocar todo el dibujo." + #: ../../magic/src/fade_darken.c:115 msgid "Lighten" msgstr "Aclarar" diff --git a/src/po/es_MX.po b/src/po/es_MX.po index ca38a4f82..4567059a3 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: 2022-06-14 00:59-0700\n" +"POT-Creation-Date: 2022-07-03 16:31-0700\n" "PO-Revision-Date: 2007-08-05 19:22-0400\n" "Last-Translator: Ignacio Tike \n" "Language-Team: Español \n" @@ -308,15 +308,15 @@ msgstr "" msgid "Minimize" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:8 ../tuxpaint.desktop.in:3 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:8 ../tuxpaint.desktop.in:3 msgid "Tux Paint" msgstr "Tux Paint" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:9 ../tuxpaint.desktop.in:10 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:9 ../tuxpaint.desktop.in:10 msgid "A drawing program for children" msgstr "Un programa de dibujo para niños" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:11 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:11 msgid "" "Tux Paint is a free, award-winning drawing program for children ages 3 to " "12. Tux Paint is used in schools around the world as a computer literacy " @@ -325,30 +325,30 @@ msgid "" "program." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:19 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:19 msgid "" "Kids are presented with a blank canvas and a variety of drawing tools to " "help them be creative." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:24 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:24 msgid "New Breed Software et al." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:36 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:36 msgid "The Magic tool is a set of special effects" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:40 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:40 msgid "" "The Paint Brush tool lets you draw freehand, using various brushes and colors" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:44 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:44 msgid "The Stamp tool is like a set of rubber stamps or stickers" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:50 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:50 msgid "" "Tux Paint's Color palette includes a new Color Mixer option, which allows " "users to combine different proportions of primary colors (red, yellow, and " @@ -356,7 +356,7 @@ msgid "" "mixing paints." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:51 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:51 msgid "" "The Color Picker option, which previously offered a static palette of around " "sixty-five thousand color choices, now supports separate hue, saturation, " @@ -364,21 +364,21 @@ msgid "" "colors." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:52 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:52 msgid "" "Also, a keyboard shortcut is now available for quick access to the Color " "Selector — the \"pipette\" tool used for picking colors from the current " "drawing." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:53 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53 msgid "" "The Paint and Lines tools now provide a way to adjust the spacing of " "brushes, allowing dotted lines or smearing effects to be made. Many brushes " "have been given better default spacing values, as well." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:54 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54 msgid "" "Two new variations of the Zoom Magic Tool, Tile Zoom and Rush, have been " "added. When shrinking a drawing with Tile Zoom, it replicates the drawing " @@ -386,7 +386,7 @@ msgid "" "background color. The Rush tool blurs the results." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:55 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:55 msgid "" "Tux Paint's Shapes tool now offers hexagon (6-sided) and heptagon (7-sided) " "polygons. For shapes which can be stretched (rectangle, oval, etc.), the " @@ -395,7 +395,7 @@ msgid "" "has also been expanded." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:56 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:56 msgid "" "Keyboard shortcuts, such as [Control]+[S] to save a drawing, are now " "accessed with the more traditional [⌘ Command] key when using Tux Paint on " @@ -403,7 +403,7 @@ msgid "" "The look and feel of the user documentation has been improved." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:61 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:61 msgid "" "Tux Paint's Paint and Line tools now support brushes that rotate based on " "the angle of the stroke. This new rotation feature, as well as the older " @@ -412,7 +412,7 @@ msgid "" "painting mode for interactively coloring within a confined area." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:62 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:62 msgid "" "Six new Magic tools have been added to Tux Paint. Panels shrinks and " "duplicates the drawing into a 2-by-2 grid, which is useful for making four-" @@ -423,7 +423,7 @@ msgid "" "of Tux Paint's classic Rainbow tool." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:63 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:63 msgid "" "A number of existing Magic tools have been updated, as well. Improvements " "were made to Halftone, which simulates photographs on newsprint; Cartoon, " @@ -432,7 +432,7 @@ msgid "" "Chalk, and Emboss, now offer the ability to alter the entire image at once!" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:64 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:64 msgid "" "Finally, Magic tools are now grouped into collections of similar effects — " "painting, distorts, color filters, picture warps, pattern painting, " @@ -440,7 +440,7 @@ msgid "" "need." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:69 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:69 msgid "" "Tux Paint's Fill tool now offers options to fill an area with color " "gradients. The \"Radial\" fill creates a circular gradient centered around " @@ -448,7 +448,7 @@ msgid "" "of gradients at different angles and sizes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:70 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:70 msgid "" "New Magic tools have been added to Tux Paint: \"Pixels\" makes it easier to " "create retro-gaming style pixel art, \"Checkerboard\" fills the entire " @@ -456,14 +456,14 @@ msgid "" "picture via brush strokes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:71 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:71 msgid "" "Tux Paint's user documentation has been overhauled, making localization " "easier. Parties interested in helping with localization are encouraged to " "contact the Tux Paint team." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:72 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:72 msgid "" "Finally, a new pair of accessibility options have been added. The entire " "user interface can now be enlarged benefiting users with impaired vision, " @@ -473,34 +473,34 @@ msgid "" "systems." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:77 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:77 msgid "" "A major improvement has been made to the Shapes tool, which now provides " "options to choose whether shapes are drawn from the center or a corner, " "making it easier to use in any situation." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:78 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:78 msgid "" "The on-screen keyboard, an accessibility feature optionally available when " "using the Text and Label tools, now appears larger on bigger displays; " "helpful for users of coarser input devices, such as eye-tracking systems." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:79 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:79 msgid "" "The Eraser tool adds new, smaller eraser sizes, and applies smoother, " "contiguous strokes when the pointer is moved quickly." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:80 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:80 msgid "" "Finally, this newest version adds options to export individual drawings and " "GIF animations, making it easy to share pictures, cartoons, and slideshows " "with others." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:85 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:85 msgid "" "The latest version has promoted the \"Fill\" tool, previously found under " "the \"Magic\" section of Tux Paint, to the main toolbar, where it's easier " @@ -510,21 +510,21 @@ msgid "" "images." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:86 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:86 msgid "" "Tux Paint also now makes it possible to disable stereo sound, which can " "benefit users with a hearing impairment, or in situations where only one " "speaker is available." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:91 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:91 msgid "" "New in this version are a \"color picker\", which allows any color within a " "drawing to be chosen using the pointer, and a set of three-, four-, and five-" "pointed star shapes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:92 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:92 msgid "" "The latest version also incorporates a number of new translations, bringing " "the number of supported languages up to nearly 130: Bengali, Bodo, Dogri, " @@ -1306,18 +1306,18 @@ msgid "" msgstr "" #. Color mixer; e.g., "Your color is entirely grey." -#: ../tuxpaint.c:23727 ../tuxpaint.c:23734 +#: ../tuxpaint.c:23734 ../tuxpaint.c:23741 msgid "entirely" msgstr "" #. Add "Color Select" color: -#: ../tuxpaint.c:26644 +#: ../tuxpaint.c:26651 msgid "Select a color from your drawing." msgstr "" #. Add "Color Picker" color: #. (This is an attempt to describe an HSV color picker in extremely basic terms!) -#: ../tuxpaint.c:26653 +#: ../tuxpaint.c:26660 msgid "" "Pick a color. Hues go top to bottom. Saturation/intensity goes left (pale) " "to right (pure). Value (lightness/darkness): grey bar." @@ -1325,7 +1325,7 @@ msgstr "" #. Add "Color Mixer" color: #. (The terms 'tint', 'tone', and 'shade' relate to combining white, grey, or black paint (respectively) to another color) -#: ../tuxpaint.c:26665 +#: ../tuxpaint.c:26672 msgid "" "Click the primary colors (red, yellow, and blue), white (to tint), grey (to " "tone), and black (to shade), to mix together a new color." @@ -1516,11 +1516,16 @@ msgstr "" msgid "Emboss" msgstr "Grabar en relieve" -#: ../../magic/src/emboss.c:114 +#: ../../magic/src/emboss.c:115 msgid "Click and drag the mouse to emboss the picture." msgstr "" "Haz clic y arrastra el ratón para crear un grabado en relieve de la imagen." +#: ../../magic/src/emboss.c:117 +#, fuzzy +msgid "Click to emboss the entire picture." +msgstr "Haz clic para hacer una imagen espejo." + #: ../../magic/src/fade_darken.c:115 msgid "Lighten" msgstr "Aclarar" diff --git a/src/po/et.po b/src/po/et.po index 742ef4184..73e2b785e 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: 2022-06-14 00:59-0700\n" +"POT-Creation-Date: 2022-07-03 16:31-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/" @@ -318,15 +318,15 @@ msgstr "" msgid "Minimize" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:8 ../tuxpaint.desktop.in:3 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:8 ../tuxpaint.desktop.in:3 msgid "Tux Paint" msgstr "Joonistame koos Tuksiga!" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:9 ../tuxpaint.desktop.in:10 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:9 ../tuxpaint.desktop.in:10 msgid "A drawing program for children" msgstr "Joonistusprogramm lastele" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:11 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:11 msgid "" "Tux Paint is a free, award-winning drawing program for children ages 3 to " "12. Tux Paint is used in schools around the world as a computer literacy " @@ -335,30 +335,30 @@ msgid "" "program." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:19 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:19 msgid "" "Kids are presented with a blank canvas and a variety of drawing tools to " "help them be creative." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:24 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:24 msgid "New Breed Software et al." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:36 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:36 msgid "The Magic tool is a set of special effects" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:40 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:40 msgid "" "The Paint Brush tool lets you draw freehand, using various brushes and colors" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:44 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:44 msgid "The Stamp tool is like a set of rubber stamps or stickers" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:50 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:50 msgid "" "Tux Paint's Color palette includes a new Color Mixer option, which allows " "users to combine different proportions of primary colors (red, yellow, and " @@ -366,7 +366,7 @@ msgid "" "mixing paints." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:51 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:51 msgid "" "The Color Picker option, which previously offered a static palette of around " "sixty-five thousand color choices, now supports separate hue, saturation, " @@ -374,21 +374,21 @@ msgid "" "colors." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:52 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:52 msgid "" "Also, a keyboard shortcut is now available for quick access to the Color " "Selector — the \"pipette\" tool used for picking colors from the current " "drawing." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:53 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53 msgid "" "The Paint and Lines tools now provide a way to adjust the spacing of " "brushes, allowing dotted lines or smearing effects to be made. Many brushes " "have been given better default spacing values, as well." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:54 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54 msgid "" "Two new variations of the Zoom Magic Tool, Tile Zoom and Rush, have been " "added. When shrinking a drawing with Tile Zoom, it replicates the drawing " @@ -396,7 +396,7 @@ msgid "" "background color. The Rush tool blurs the results." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:55 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:55 msgid "" "Tux Paint's Shapes tool now offers hexagon (6-sided) and heptagon (7-sided) " "polygons. For shapes which can be stretched (rectangle, oval, etc.), the " @@ -405,7 +405,7 @@ msgid "" "has also been expanded." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:56 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:56 msgid "" "Keyboard shortcuts, such as [Control]+[S] to save a drawing, are now " "accessed with the more traditional [⌘ Command] key when using Tux Paint on " @@ -413,7 +413,7 @@ msgid "" "The look and feel of the user documentation has been improved." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:61 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:61 msgid "" "Tux Paint's Paint and Line tools now support brushes that rotate based on " "the angle of the stroke. This new rotation feature, as well as the older " @@ -422,7 +422,7 @@ msgid "" "painting mode for interactively coloring within a confined area." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:62 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:62 msgid "" "Six new Magic tools have been added to Tux Paint. Panels shrinks and " "duplicates the drawing into a 2-by-2 grid, which is useful for making four-" @@ -433,7 +433,7 @@ msgid "" "of Tux Paint's classic Rainbow tool." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:63 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:63 msgid "" "A number of existing Magic tools have been updated, as well. Improvements " "were made to Halftone, which simulates photographs on newsprint; Cartoon, " @@ -442,7 +442,7 @@ msgid "" "Chalk, and Emboss, now offer the ability to alter the entire image at once!" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:64 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:64 msgid "" "Finally, Magic tools are now grouped into collections of similar effects — " "painting, distorts, color filters, picture warps, pattern painting, " @@ -450,7 +450,7 @@ msgid "" "need." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:69 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:69 msgid "" "Tux Paint's Fill tool now offers options to fill an area with color " "gradients. The \"Radial\" fill creates a circular gradient centered around " @@ -458,7 +458,7 @@ msgid "" "of gradients at different angles and sizes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:70 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:70 msgid "" "New Magic tools have been added to Tux Paint: \"Pixels\" makes it easier to " "create retro-gaming style pixel art, \"Checkerboard\" fills the entire " @@ -466,14 +466,14 @@ msgid "" "picture via brush strokes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:71 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:71 msgid "" "Tux Paint's user documentation has been overhauled, making localization " "easier. Parties interested in helping with localization are encouraged to " "contact the Tux Paint team." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:72 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:72 msgid "" "Finally, a new pair of accessibility options have been added. The entire " "user interface can now be enlarged benefiting users with impaired vision, " @@ -483,34 +483,34 @@ msgid "" "systems." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:77 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:77 msgid "" "A major improvement has been made to the Shapes tool, which now provides " "options to choose whether shapes are drawn from the center or a corner, " "making it easier to use in any situation." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:78 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:78 msgid "" "The on-screen keyboard, an accessibility feature optionally available when " "using the Text and Label tools, now appears larger on bigger displays; " "helpful for users of coarser input devices, such as eye-tracking systems." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:79 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:79 msgid "" "The Eraser tool adds new, smaller eraser sizes, and applies smoother, " "contiguous strokes when the pointer is moved quickly." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:80 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:80 msgid "" "Finally, this newest version adds options to export individual drawings and " "GIF animations, making it easy to share pictures, cartoons, and slideshows " "with others." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:85 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:85 msgid "" "The latest version has promoted the \"Fill\" tool, previously found under " "the \"Magic\" section of Tux Paint, to the main toolbar, where it's easier " @@ -520,21 +520,21 @@ msgid "" "images." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:86 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:86 msgid "" "Tux Paint also now makes it possible to disable stereo sound, which can " "benefit users with a hearing impairment, or in situations where only one " "speaker is available." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:91 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:91 msgid "" "New in this version are a \"color picker\", which allows any color within a " "drawing to be chosen using the pointer, and a set of three-, four-, and five-" "pointed star shapes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:92 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:92 msgid "" "The latest version also incorporates a number of new translations, bringing " "the number of supported languages up to nearly 130: Bengali, Bodo, Dogri, " @@ -1298,18 +1298,18 @@ msgid "" msgstr "" #. Color mixer; e.g., "Your color is entirely grey." -#: ../tuxpaint.c:23727 ../tuxpaint.c:23734 +#: ../tuxpaint.c:23734 ../tuxpaint.c:23741 msgid "entirely" msgstr "" #. Add "Color Select" color: -#: ../tuxpaint.c:26644 +#: ../tuxpaint.c:26651 msgid "Select a color from your drawing." msgstr "" #. Add "Color Picker" color: #. (This is an attempt to describe an HSV color picker in extremely basic terms!) -#: ../tuxpaint.c:26653 +#: ../tuxpaint.c:26660 msgid "" "Pick a color. Hues go top to bottom. Saturation/intensity goes left (pale) " "to right (pure). Value (lightness/darkness): grey bar." @@ -1317,7 +1317,7 @@ msgstr "" #. Add "Color Mixer" color: #. (The terms 'tint', 'tone', and 'shade' relate to combining white, grey, or black paint (respectively) to another color) -#: ../tuxpaint.c:26665 +#: ../tuxpaint.c:26672 msgid "" "Click the primary colors (red, yellow, and blue), white (to tint), grey (to " "tone), and black (to shade), to mix together a new color." @@ -1501,10 +1501,16 @@ msgstr "Hoia hiirenuppu all ja liiguta, et luua pildile moonutusi." msgid "Emboss" msgstr "Kohruta" -#: ../../magic/src/emboss.c:114 +#: ../../magic/src/emboss.c:115 msgid "Click and drag the mouse to emboss the picture." msgstr "Hoia hiirenuppu all ja liiguta pildi kohrutamiseks." +#: ../../magic/src/emboss.c:117 +#, fuzzy +#| msgid "Click to sharpen the entire picture." +msgid "Click to emboss the entire picture." +msgstr "Tee klõps, et teha terve pilt teravamaks." + #: ../../magic/src/fade_darken.c:115 msgid "Lighten" msgstr "Valgendus" diff --git a/src/po/eu.po b/src/po/eu.po index a5a6239fb..2924b5450 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: 2022-06-14 00:59-0700\n" +"POT-Creation-Date: 2022-07-03 16:31-0700\n" "PO-Revision-Date: 2020-07-30 16:43+0200\n" "Last-Translator: Alexander Gabilondo \n" "Language-Team: librezale@librezale.org\n" @@ -315,15 +315,15 @@ msgstr "" msgid "Minimize" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:8 ../tuxpaint.desktop.in:3 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:8 ../tuxpaint.desktop.in:3 msgid "Tux Paint" msgstr "Tux Paint" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:9 ../tuxpaint.desktop.in:10 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:9 ../tuxpaint.desktop.in:10 msgid "A drawing program for children" msgstr "Umeentzako marrazketa programa" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:11 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:11 msgid "" "Tux Paint is a free, award-winning drawing program for children ages 3 to " "12. Tux Paint is used in schools around the world as a computer literacy " @@ -332,30 +332,30 @@ msgid "" "program." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:19 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:19 msgid "" "Kids are presented with a blank canvas and a variety of drawing tools to " "help them be creative." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:24 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:24 msgid "New Breed Software et al." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:36 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:36 msgid "The Magic tool is a set of special effects" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:40 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:40 msgid "" "The Paint Brush tool lets you draw freehand, using various brushes and colors" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:44 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:44 msgid "The Stamp tool is like a set of rubber stamps or stickers" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:50 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:50 msgid "" "Tux Paint's Color palette includes a new Color Mixer option, which allows " "users to combine different proportions of primary colors (red, yellow, and " @@ -363,7 +363,7 @@ msgid "" "mixing paints." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:51 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:51 msgid "" "The Color Picker option, which previously offered a static palette of around " "sixty-five thousand color choices, now supports separate hue, saturation, " @@ -371,21 +371,21 @@ msgid "" "colors." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:52 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:52 msgid "" "Also, a keyboard shortcut is now available for quick access to the Color " "Selector — the \"pipette\" tool used for picking colors from the current " "drawing." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:53 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53 msgid "" "The Paint and Lines tools now provide a way to adjust the spacing of " "brushes, allowing dotted lines or smearing effects to be made. Many brushes " "have been given better default spacing values, as well." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:54 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54 msgid "" "Two new variations of the Zoom Magic Tool, Tile Zoom and Rush, have been " "added. When shrinking a drawing with Tile Zoom, it replicates the drawing " @@ -393,7 +393,7 @@ msgid "" "background color. The Rush tool blurs the results." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:55 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:55 msgid "" "Tux Paint's Shapes tool now offers hexagon (6-sided) and heptagon (7-sided) " "polygons. For shapes which can be stretched (rectangle, oval, etc.), the " @@ -402,7 +402,7 @@ msgid "" "has also been expanded." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:56 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:56 msgid "" "Keyboard shortcuts, such as [Control]+[S] to save a drawing, are now " "accessed with the more traditional [⌘ Command] key when using Tux Paint on " @@ -410,7 +410,7 @@ msgid "" "The look and feel of the user documentation has been improved." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:61 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:61 msgid "" "Tux Paint's Paint and Line tools now support brushes that rotate based on " "the angle of the stroke. This new rotation feature, as well as the older " @@ -419,7 +419,7 @@ msgid "" "painting mode for interactively coloring within a confined area." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:62 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:62 msgid "" "Six new Magic tools have been added to Tux Paint. Panels shrinks and " "duplicates the drawing into a 2-by-2 grid, which is useful for making four-" @@ -430,7 +430,7 @@ msgid "" "of Tux Paint's classic Rainbow tool." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:63 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:63 msgid "" "A number of existing Magic tools have been updated, as well. Improvements " "were made to Halftone, which simulates photographs on newsprint; Cartoon, " @@ -439,7 +439,7 @@ msgid "" "Chalk, and Emboss, now offer the ability to alter the entire image at once!" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:64 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:64 msgid "" "Finally, Magic tools are now grouped into collections of similar effects — " "painting, distorts, color filters, picture warps, pattern painting, " @@ -447,7 +447,7 @@ msgid "" "need." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:69 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:69 msgid "" "Tux Paint's Fill tool now offers options to fill an area with color " "gradients. The \"Radial\" fill creates a circular gradient centered around " @@ -455,7 +455,7 @@ msgid "" "of gradients at different angles and sizes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:70 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:70 msgid "" "New Magic tools have been added to Tux Paint: \"Pixels\" makes it easier to " "create retro-gaming style pixel art, \"Checkerboard\" fills the entire " @@ -463,14 +463,14 @@ msgid "" "picture via brush strokes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:71 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:71 msgid "" "Tux Paint's user documentation has been overhauled, making localization " "easier. Parties interested in helping with localization are encouraged to " "contact the Tux Paint team." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:72 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:72 msgid "" "Finally, a new pair of accessibility options have been added. The entire " "user interface can now be enlarged benefiting users with impaired vision, " @@ -480,34 +480,34 @@ msgid "" "systems." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:77 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:77 msgid "" "A major improvement has been made to the Shapes tool, which now provides " "options to choose whether shapes are drawn from the center or a corner, " "making it easier to use in any situation." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:78 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:78 msgid "" "The on-screen keyboard, an accessibility feature optionally available when " "using the Text and Label tools, now appears larger on bigger displays; " "helpful for users of coarser input devices, such as eye-tracking systems." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:79 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:79 msgid "" "The Eraser tool adds new, smaller eraser sizes, and applies smoother, " "contiguous strokes when the pointer is moved quickly." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:80 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:80 msgid "" "Finally, this newest version adds options to export individual drawings and " "GIF animations, making it easy to share pictures, cartoons, and slideshows " "with others." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:85 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:85 msgid "" "The latest version has promoted the \"Fill\" tool, previously found under " "the \"Magic\" section of Tux Paint, to the main toolbar, where it's easier " @@ -517,21 +517,21 @@ msgid "" "images." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:86 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:86 msgid "" "Tux Paint also now makes it possible to disable stereo sound, which can " "benefit users with a hearing impairment, or in situations where only one " "speaker is available." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:91 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:91 msgid "" "New in this version are a \"color picker\", which allows any color within a " "drawing to be chosen using the pointer, and a set of three-, four-, and five-" "pointed star shapes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:92 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:92 msgid "" "The latest version also incorporates a number of new translations, bringing " "the number of supported languages up to nearly 130: Bengali, Bodo, Dogri, " @@ -1309,18 +1309,18 @@ msgid "" msgstr "" #. Color mixer; e.g., "Your color is entirely grey." -#: ../tuxpaint.c:23727 ../tuxpaint.c:23734 +#: ../tuxpaint.c:23734 ../tuxpaint.c:23741 msgid "entirely" msgstr "" #. Add "Color Select" color: -#: ../tuxpaint.c:26644 +#: ../tuxpaint.c:26651 msgid "Select a color from your drawing." msgstr "Hautatu zure marrazkiaren kolore bat." #. Add "Color Picker" color: #. (This is an attempt to describe an HSV color picker in extremely basic terms!) -#: ../tuxpaint.c:26653 +#: ../tuxpaint.c:26660 msgid "" "Pick a color. Hues go top to bottom. Saturation/intensity goes left (pale) " "to right (pure). Value (lightness/darkness): grey bar." @@ -1328,7 +1328,7 @@ msgstr "" #. Add "Color Mixer" color: #. (The terms 'tint', 'tone', and 'shade' relate to combining white, grey, or black paint (respectively) to another color) -#: ../tuxpaint.c:26665 +#: ../tuxpaint.c:26672 msgid "" "Click the primary colors (red, yellow, and blue), white (to tint), grey (to " "tone), and black (to shade), to mix together a new color." @@ -1501,10 +1501,16 @@ msgstr "Klik egin eta mugitu sagua irudia distortsionatzeko." msgid "Emboss" msgstr "Bozelketa" -#: ../../magic/src/emboss.c:114 +#: ../../magic/src/emboss.c:115 msgid "Click and drag the mouse to emboss the picture." msgstr "Klik egin eta mugitu sagua irudia bozeltzeko." +#: ../../magic/src/emboss.c:117 +#, fuzzy +#| msgid "Click to sharpen the entire picture." +msgid "Click to emboss the entire picture." +msgstr "Egin klik irudi osoa zorrozteko." + #: ../../magic/src/fade_darken.c:115 msgid "Lighten" msgstr "Argitu" diff --git a/src/po/fa.po b/src/po/fa.po index d19fc4a4a..fc014a456 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: 2022-06-14 00:59-0700\n" +"POT-Creation-Date: 2022-07-03 16:31-0700\n" "PO-Revision-Date: 2014-11-09 21:17+0330\n" "Last-Translator: snima \n" "Language-Team: farsi \n" @@ -314,15 +314,15 @@ msgstr "" msgid "Minimize" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:8 ../tuxpaint.desktop.in:3 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:8 ../tuxpaint.desktop.in:3 msgid "Tux Paint" msgstr "تاکس پینت" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:9 ../tuxpaint.desktop.in:10 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:9 ../tuxpaint.desktop.in:10 msgid "A drawing program for children" msgstr "یک برنامه نقاشی برای کودکان" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:11 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:11 msgid "" "Tux Paint is a free, award-winning drawing program for children ages 3 to " "12. Tux Paint is used in schools around the world as a computer literacy " @@ -331,30 +331,30 @@ msgid "" "program." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:19 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:19 msgid "" "Kids are presented with a blank canvas and a variety of drawing tools to " "help them be creative." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:24 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:24 msgid "New Breed Software et al." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:36 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:36 msgid "The Magic tool is a set of special effects" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:40 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:40 msgid "" "The Paint Brush tool lets you draw freehand, using various brushes and colors" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:44 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:44 msgid "The Stamp tool is like a set of rubber stamps or stickers" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:50 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:50 msgid "" "Tux Paint's Color palette includes a new Color Mixer option, which allows " "users to combine different proportions of primary colors (red, yellow, and " @@ -362,7 +362,7 @@ msgid "" "mixing paints." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:51 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:51 msgid "" "The Color Picker option, which previously offered a static palette of around " "sixty-five thousand color choices, now supports separate hue, saturation, " @@ -370,21 +370,21 @@ msgid "" "colors." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:52 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:52 msgid "" "Also, a keyboard shortcut is now available for quick access to the Color " "Selector — the \"pipette\" tool used for picking colors from the current " "drawing." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:53 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53 msgid "" "The Paint and Lines tools now provide a way to adjust the spacing of " "brushes, allowing dotted lines or smearing effects to be made. Many brushes " "have been given better default spacing values, as well." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:54 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54 msgid "" "Two new variations of the Zoom Magic Tool, Tile Zoom and Rush, have been " "added. When shrinking a drawing with Tile Zoom, it replicates the drawing " @@ -392,7 +392,7 @@ msgid "" "background color. The Rush tool blurs the results." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:55 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:55 msgid "" "Tux Paint's Shapes tool now offers hexagon (6-sided) and heptagon (7-sided) " "polygons. For shapes which can be stretched (rectangle, oval, etc.), the " @@ -401,7 +401,7 @@ msgid "" "has also been expanded." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:56 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:56 msgid "" "Keyboard shortcuts, such as [Control]+[S] to save a drawing, are now " "accessed with the more traditional [⌘ Command] key when using Tux Paint on " @@ -409,7 +409,7 @@ msgid "" "The look and feel of the user documentation has been improved." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:61 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:61 msgid "" "Tux Paint's Paint and Line tools now support brushes that rotate based on " "the angle of the stroke. This new rotation feature, as well as the older " @@ -418,7 +418,7 @@ msgid "" "painting mode for interactively coloring within a confined area." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:62 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:62 msgid "" "Six new Magic tools have been added to Tux Paint. Panels shrinks and " "duplicates the drawing into a 2-by-2 grid, which is useful for making four-" @@ -429,7 +429,7 @@ msgid "" "of Tux Paint's classic Rainbow tool." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:63 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:63 msgid "" "A number of existing Magic tools have been updated, as well. Improvements " "were made to Halftone, which simulates photographs on newsprint; Cartoon, " @@ -438,7 +438,7 @@ msgid "" "Chalk, and Emboss, now offer the ability to alter the entire image at once!" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:64 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:64 msgid "" "Finally, Magic tools are now grouped into collections of similar effects — " "painting, distorts, color filters, picture warps, pattern painting, " @@ -446,7 +446,7 @@ msgid "" "need." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:69 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:69 msgid "" "Tux Paint's Fill tool now offers options to fill an area with color " "gradients. The \"Radial\" fill creates a circular gradient centered around " @@ -454,7 +454,7 @@ msgid "" "of gradients at different angles and sizes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:70 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:70 msgid "" "New Magic tools have been added to Tux Paint: \"Pixels\" makes it easier to " "create retro-gaming style pixel art, \"Checkerboard\" fills the entire " @@ -462,14 +462,14 @@ msgid "" "picture via brush strokes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:71 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:71 msgid "" "Tux Paint's user documentation has been overhauled, making localization " "easier. Parties interested in helping with localization are encouraged to " "contact the Tux Paint team." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:72 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:72 msgid "" "Finally, a new pair of accessibility options have been added. The entire " "user interface can now be enlarged benefiting users with impaired vision, " @@ -479,34 +479,34 @@ msgid "" "systems." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:77 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:77 msgid "" "A major improvement has been made to the Shapes tool, which now provides " "options to choose whether shapes are drawn from the center or a corner, " "making it easier to use in any situation." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:78 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:78 msgid "" "The on-screen keyboard, an accessibility feature optionally available when " "using the Text and Label tools, now appears larger on bigger displays; " "helpful for users of coarser input devices, such as eye-tracking systems." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:79 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:79 msgid "" "The Eraser tool adds new, smaller eraser sizes, and applies smoother, " "contiguous strokes when the pointer is moved quickly." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:80 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:80 msgid "" "Finally, this newest version adds options to export individual drawings and " "GIF animations, making it easy to share pictures, cartoons, and slideshows " "with others." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:85 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:85 msgid "" "The latest version has promoted the \"Fill\" tool, previously found under " "the \"Magic\" section of Tux Paint, to the main toolbar, where it's easier " @@ -516,21 +516,21 @@ msgid "" "images." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:86 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:86 msgid "" "Tux Paint also now makes it possible to disable stereo sound, which can " "benefit users with a hearing impairment, or in situations where only one " "speaker is available." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:91 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:91 msgid "" "New in this version are a \"color picker\", which allows any color within a " "drawing to be chosen using the pointer, and a set of three-, four-, and five-" "pointed star shapes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:92 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:92 msgid "" "The latest version also incorporates a number of new translations, bringing " "the number of supported languages up to nearly 130: Bengali, Bodo, Dogri, " @@ -1311,18 +1311,18 @@ msgid "" msgstr "" #. Color mixer; e.g., "Your color is entirely grey." -#: ../tuxpaint.c:23727 ../tuxpaint.c:23734 +#: ../tuxpaint.c:23734 ../tuxpaint.c:23741 msgid "entirely" msgstr "" #. Add "Color Select" color: -#: ../tuxpaint.c:26644 +#: ../tuxpaint.c:26651 msgid "Select a color from your drawing." msgstr "" #. Add "Color Picker" color: #. (This is an attempt to describe an HSV color picker in extremely basic terms!) -#: ../tuxpaint.c:26653 +#: ../tuxpaint.c:26660 msgid "" "Pick a color. Hues go top to bottom. Saturation/intensity goes left (pale) " "to right (pure). Value (lightness/darkness): grey bar." @@ -1330,7 +1330,7 @@ msgstr "" #. Add "Color Mixer" color: #. (The terms 'tint', 'tone', and 'shade' relate to combining white, grey, or black paint (respectively) to another color) -#: ../tuxpaint.c:26665 +#: ../tuxpaint.c:26672 msgid "" "Click the primary colors (red, yellow, and blue), white (to tint), grey (to " "tone), and black (to shade), to mix together a new color." @@ -1523,10 +1523,16 @@ msgstr "برای ایجاد اعوجاج در تصویر روی محل مورد msgid "Emboss" msgstr "برجسته کردن" -#: ../../magic/src/emboss.c:114 +#: ../../magic/src/emboss.c:115 msgid "Click and drag the mouse to emboss the picture." msgstr "برای ایجاد برجستگی در تصویر روی محل مورد نظر کلیک کن و موس را بکش." +#: ../../magic/src/emboss.c:117 +#, fuzzy +#| msgid "Click to make ripples appear over your picture." +msgid "Click to emboss the entire picture." +msgstr "کلیک کن تا روی تصویرت موج ایجاد شود." + #: ../../magic/src/fade_darken.c:115 msgid "Lighten" msgstr "درخشش" diff --git a/src/po/ff.po b/src/po/ff.po index e629702bf..284bb384c 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: 2022-06-14 00:59-0700\n" +"POT-Creation-Date: 2022-07-03 16:31-0700\n" "PO-Revision-Date: 2017-12-03 10:35+0200\n" "Last-Translator: Ibrahima SARR \n" "Language-Team: FULAH LOCALIZATION\n" @@ -311,15 +311,15 @@ msgstr "" msgid "Minimize" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:8 ../tuxpaint.desktop.in:3 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:8 ../tuxpaint.desktop.in:3 msgid "Tux Paint" msgstr "Tux Paint" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:9 ../tuxpaint.desktop.in:10 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:9 ../tuxpaint.desktop.in:10 msgid "A drawing program for children" msgstr "Topirde natgol nde sukaaɓe mbaɗanaa" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:11 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:11 msgid "" "Tux Paint is a free, award-winning drawing program for children ages 3 to " "12. Tux Paint is used in schools around the world as a computer literacy " @@ -328,30 +328,30 @@ msgid "" "program." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:19 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:19 msgid "" "Kids are presented with a blank canvas and a variety of drawing tools to " "help them be creative." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:24 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:24 msgid "New Breed Software et al." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:36 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:36 msgid "The Magic tool is a set of special effects" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:40 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:40 msgid "" "The Paint Brush tool lets you draw freehand, using various brushes and colors" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:44 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:44 msgid "The Stamp tool is like a set of rubber stamps or stickers" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:50 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:50 msgid "" "Tux Paint's Color palette includes a new Color Mixer option, which allows " "users to combine different proportions of primary colors (red, yellow, and " @@ -359,7 +359,7 @@ msgid "" "mixing paints." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:51 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:51 msgid "" "The Color Picker option, which previously offered a static palette of around " "sixty-five thousand color choices, now supports separate hue, saturation, " @@ -367,21 +367,21 @@ msgid "" "colors." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:52 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:52 msgid "" "Also, a keyboard shortcut is now available for quick access to the Color " "Selector — the \"pipette\" tool used for picking colors from the current " "drawing." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:53 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53 msgid "" "The Paint and Lines tools now provide a way to adjust the spacing of " "brushes, allowing dotted lines or smearing effects to be made. Many brushes " "have been given better default spacing values, as well." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:54 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54 msgid "" "Two new variations of the Zoom Magic Tool, Tile Zoom and Rush, have been " "added. When shrinking a drawing with Tile Zoom, it replicates the drawing " @@ -389,7 +389,7 @@ msgid "" "background color. The Rush tool blurs the results." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:55 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:55 msgid "" "Tux Paint's Shapes tool now offers hexagon (6-sided) and heptagon (7-sided) " "polygons. For shapes which can be stretched (rectangle, oval, etc.), the " @@ -398,7 +398,7 @@ msgid "" "has also been expanded." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:56 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:56 msgid "" "Keyboard shortcuts, such as [Control]+[S] to save a drawing, are now " "accessed with the more traditional [⌘ Command] key when using Tux Paint on " @@ -406,7 +406,7 @@ msgid "" "The look and feel of the user documentation has been improved." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:61 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:61 msgid "" "Tux Paint's Paint and Line tools now support brushes that rotate based on " "the angle of the stroke. This new rotation feature, as well as the older " @@ -415,7 +415,7 @@ msgid "" "painting mode for interactively coloring within a confined area." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:62 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:62 msgid "" "Six new Magic tools have been added to Tux Paint. Panels shrinks and " "duplicates the drawing into a 2-by-2 grid, which is useful for making four-" @@ -426,7 +426,7 @@ msgid "" "of Tux Paint's classic Rainbow tool." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:63 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:63 msgid "" "A number of existing Magic tools have been updated, as well. Improvements " "were made to Halftone, which simulates photographs on newsprint; Cartoon, " @@ -435,7 +435,7 @@ msgid "" "Chalk, and Emboss, now offer the ability to alter the entire image at once!" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:64 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:64 msgid "" "Finally, Magic tools are now grouped into collections of similar effects — " "painting, distorts, color filters, picture warps, pattern painting, " @@ -443,7 +443,7 @@ msgid "" "need." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:69 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:69 msgid "" "Tux Paint's Fill tool now offers options to fill an area with color " "gradients. The \"Radial\" fill creates a circular gradient centered around " @@ -451,7 +451,7 @@ msgid "" "of gradients at different angles and sizes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:70 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:70 msgid "" "New Magic tools have been added to Tux Paint: \"Pixels\" makes it easier to " "create retro-gaming style pixel art, \"Checkerboard\" fills the entire " @@ -459,14 +459,14 @@ msgid "" "picture via brush strokes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:71 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:71 msgid "" "Tux Paint's user documentation has been overhauled, making localization " "easier. Parties interested in helping with localization are encouraged to " "contact the Tux Paint team." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:72 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:72 msgid "" "Finally, a new pair of accessibility options have been added. The entire " "user interface can now be enlarged benefiting users with impaired vision, " @@ -476,34 +476,34 @@ msgid "" "systems." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:77 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:77 msgid "" "A major improvement has been made to the Shapes tool, which now provides " "options to choose whether shapes are drawn from the center or a corner, " "making it easier to use in any situation." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:78 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:78 msgid "" "The on-screen keyboard, an accessibility feature optionally available when " "using the Text and Label tools, now appears larger on bigger displays; " "helpful for users of coarser input devices, such as eye-tracking systems." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:79 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:79 msgid "" "The Eraser tool adds new, smaller eraser sizes, and applies smoother, " "contiguous strokes when the pointer is moved quickly." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:80 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:80 msgid "" "Finally, this newest version adds options to export individual drawings and " "GIF animations, making it easy to share pictures, cartoons, and slideshows " "with others." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:85 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:85 msgid "" "The latest version has promoted the \"Fill\" tool, previously found under " "the \"Magic\" section of Tux Paint, to the main toolbar, where it's easier " @@ -513,21 +513,21 @@ msgid "" "images." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:86 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:86 msgid "" "Tux Paint also now makes it possible to disable stereo sound, which can " "benefit users with a hearing impairment, or in situations where only one " "speaker is available." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:91 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:91 msgid "" "New in this version are a \"color picker\", which allows any color within a " "drawing to be chosen using the pointer, and a set of three-, four-, and five-" "pointed star shapes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:92 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:92 msgid "" "The latest version also incorporates a number of new translations, bringing " "the number of supported languages up to nearly 130: Bengali, Bodo, Dogri, " @@ -1299,18 +1299,18 @@ msgid "" msgstr "" #. Color mixer; e.g., "Your color is entirely grey." -#: ../tuxpaint.c:23727 ../tuxpaint.c:23734 +#: ../tuxpaint.c:23734 ../tuxpaint.c:23741 msgid "entirely" msgstr "" #. Add "Color Select" color: -#: ../tuxpaint.c:26644 +#: ../tuxpaint.c:26651 msgid "Select a color from your drawing." msgstr "Labo goobol iwde e natol maa." #. Add "Color Picker" color: #. (This is an attempt to describe an HSV color picker in extremely basic terms!) -#: ../tuxpaint.c:26653 +#: ../tuxpaint.c:26660 msgid "" "Pick a color. Hues go top to bottom. Saturation/intensity goes left (pale) " "to right (pure). Value (lightness/darkness): grey bar." @@ -1318,7 +1318,7 @@ msgstr "" #. Add "Color Mixer" color: #. (The terms 'tint', 'tone', and 'shade' relate to combining white, grey, or black paint (respectively) to another color) -#: ../tuxpaint.c:26665 +#: ../tuxpaint.c:26672 msgid "" "Click the primary colors (red, yellow, and blue), white (to tint), grey (to " "tone), and black (to shade), to mix together a new color." @@ -1484,10 +1484,16 @@ msgstr "Dobo, ndaasaa doombel ngel ngam waɗde ooñol e natal maa." msgid "Emboss" msgstr "Ƴuugnugol" -#: ../../magic/src/emboss.c:114 +#: ../../magic/src/emboss.c:115 msgid "Click and drag the mouse to emboss the picture." msgstr "Dobo, ndaasaa doombel ngam ƴuugnude natal ngal." +#: ../../magic/src/emboss.c:117 +#, fuzzy +#| msgid "Click to sharpen the entire picture." +msgid "Click to emboss the entire picture." +msgstr "Dobo ngam seeɓnude natal ngal fof." + #: ../../magic/src/fade_darken.c:115 msgid "Lighten" msgstr "Fooyin" diff --git a/src/po/fi.po b/src/po/fi.po index 992e1d58f..2d4f559c8 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: 2022-06-14 00:59-0700\n" +"POT-Creation-Date: 2022-07-03 16:31-0700\n" "PO-Revision-Date: 2015-10-09 18:00+0200\n" "Last-Translator: inactive\n" "Language-Team: Finnish \n" @@ -320,15 +320,15 @@ msgid "Minimize" msgstr "" # Pingviinin etunimi on Tux. Hän on Tux Taiteilija. -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:8 ../tuxpaint.desktop.in:3 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:8 ../tuxpaint.desktop.in:3 msgid "Tux Paint" msgstr "Tux Taiteilija" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:9 ../tuxpaint.desktop.in:10 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:9 ../tuxpaint.desktop.in:10 msgid "A drawing program for children" msgstr "Maalausohjelma lapsille" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:11 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:11 msgid "" "Tux Paint is a free, award-winning drawing program for children ages 3 to " "12. Tux Paint is used in schools around the world as a computer literacy " @@ -337,30 +337,30 @@ msgid "" "program." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:19 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:19 msgid "" "Kids are presented with a blank canvas and a variety of drawing tools to " "help them be creative." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:24 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:24 msgid "New Breed Software et al." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:36 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:36 msgid "The Magic tool is a set of special effects" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:40 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:40 msgid "" "The Paint Brush tool lets you draw freehand, using various brushes and colors" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:44 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:44 msgid "The Stamp tool is like a set of rubber stamps or stickers" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:50 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:50 msgid "" "Tux Paint's Color palette includes a new Color Mixer option, which allows " "users to combine different proportions of primary colors (red, yellow, and " @@ -368,7 +368,7 @@ msgid "" "mixing paints." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:51 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:51 msgid "" "The Color Picker option, which previously offered a static palette of around " "sixty-five thousand color choices, now supports separate hue, saturation, " @@ -376,21 +376,21 @@ msgid "" "colors." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:52 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:52 msgid "" "Also, a keyboard shortcut is now available for quick access to the Color " "Selector — the \"pipette\" tool used for picking colors from the current " "drawing." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:53 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53 msgid "" "The Paint and Lines tools now provide a way to adjust the spacing of " "brushes, allowing dotted lines or smearing effects to be made. Many brushes " "have been given better default spacing values, as well." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:54 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54 msgid "" "Two new variations of the Zoom Magic Tool, Tile Zoom and Rush, have been " "added. When shrinking a drawing with Tile Zoom, it replicates the drawing " @@ -398,7 +398,7 @@ msgid "" "background color. The Rush tool blurs the results." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:55 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:55 msgid "" "Tux Paint's Shapes tool now offers hexagon (6-sided) and heptagon (7-sided) " "polygons. For shapes which can be stretched (rectangle, oval, etc.), the " @@ -407,7 +407,7 @@ msgid "" "has also been expanded." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:56 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:56 msgid "" "Keyboard shortcuts, such as [Control]+[S] to save a drawing, are now " "accessed with the more traditional [⌘ Command] key when using Tux Paint on " @@ -415,7 +415,7 @@ msgid "" "The look and feel of the user documentation has been improved." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:61 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:61 msgid "" "Tux Paint's Paint and Line tools now support brushes that rotate based on " "the angle of the stroke. This new rotation feature, as well as the older " @@ -424,7 +424,7 @@ msgid "" "painting mode for interactively coloring within a confined area." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:62 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:62 msgid "" "Six new Magic tools have been added to Tux Paint. Panels shrinks and " "duplicates the drawing into a 2-by-2 grid, which is useful for making four-" @@ -435,7 +435,7 @@ msgid "" "of Tux Paint's classic Rainbow tool." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:63 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:63 msgid "" "A number of existing Magic tools have been updated, as well. Improvements " "were made to Halftone, which simulates photographs on newsprint; Cartoon, " @@ -444,7 +444,7 @@ msgid "" "Chalk, and Emboss, now offer the ability to alter the entire image at once!" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:64 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:64 msgid "" "Finally, Magic tools are now grouped into collections of similar effects — " "painting, distorts, color filters, picture warps, pattern painting, " @@ -452,7 +452,7 @@ msgid "" "need." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:69 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:69 msgid "" "Tux Paint's Fill tool now offers options to fill an area with color " "gradients. The \"Radial\" fill creates a circular gradient centered around " @@ -460,7 +460,7 @@ msgid "" "of gradients at different angles and sizes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:70 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:70 msgid "" "New Magic tools have been added to Tux Paint: \"Pixels\" makes it easier to " "create retro-gaming style pixel art, \"Checkerboard\" fills the entire " @@ -468,14 +468,14 @@ msgid "" "picture via brush strokes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:71 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:71 msgid "" "Tux Paint's user documentation has been overhauled, making localization " "easier. Parties interested in helping with localization are encouraged to " "contact the Tux Paint team." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:72 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:72 msgid "" "Finally, a new pair of accessibility options have been added. The entire " "user interface can now be enlarged benefiting users with impaired vision, " @@ -485,34 +485,34 @@ msgid "" "systems." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:77 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:77 msgid "" "A major improvement has been made to the Shapes tool, which now provides " "options to choose whether shapes are drawn from the center or a corner, " "making it easier to use in any situation." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:78 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:78 msgid "" "The on-screen keyboard, an accessibility feature optionally available when " "using the Text and Label tools, now appears larger on bigger displays; " "helpful for users of coarser input devices, such as eye-tracking systems." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:79 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:79 msgid "" "The Eraser tool adds new, smaller eraser sizes, and applies smoother, " "contiguous strokes when the pointer is moved quickly." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:80 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:80 msgid "" "Finally, this newest version adds options to export individual drawings and " "GIF animations, making it easy to share pictures, cartoons, and slideshows " "with others." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:85 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:85 msgid "" "The latest version has promoted the \"Fill\" tool, previously found under " "the \"Magic\" section of Tux Paint, to the main toolbar, where it's easier " @@ -522,21 +522,21 @@ msgid "" "images." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:86 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:86 msgid "" "Tux Paint also now makes it possible to disable stereo sound, which can " "benefit users with a hearing impairment, or in situations where only one " "speaker is available." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:91 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:91 msgid "" "New in this version are a \"color picker\", which allows any color within a " "drawing to be chosen using the pointer, and a set of three-, four-, and five-" "pointed star shapes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:92 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:92 msgid "" "The latest version also incorporates a number of new translations, bringing " "the number of supported languages up to nearly 130: Bengali, Bodo, Dogri, " @@ -1318,18 +1318,18 @@ msgid "" msgstr "" #. Color mixer; e.g., "Your color is entirely grey." -#: ../tuxpaint.c:23727 ../tuxpaint.c:23734 +#: ../tuxpaint.c:23734 ../tuxpaint.c:23741 msgid "entirely" msgstr "" #. Add "Color Select" color: -#: ../tuxpaint.c:26644 +#: ../tuxpaint.c:26651 msgid "Select a color from your drawing." msgstr "" #. Add "Color Picker" color: #. (This is an attempt to describe an HSV color picker in extremely basic terms!) -#: ../tuxpaint.c:26653 +#: ../tuxpaint.c:26660 msgid "" "Pick a color. Hues go top to bottom. Saturation/intensity goes left (pale) " "to right (pure). Value (lightness/darkness): grey bar." @@ -1337,7 +1337,7 @@ msgstr "" #. Add "Color Mixer" color: #. (The terms 'tint', 'tone', and 'shade' relate to combining white, grey, or black paint (respectively) to another color) -#: ../tuxpaint.c:26665 +#: ../tuxpaint.c:26672 msgid "" "Click the primary colors (red, yellow, and blue), white (to tint), grey (to " "tone), and black (to shade), to mix together a new color." @@ -1526,10 +1526,16 @@ msgstr "Vääristä maalaustasi raahaamalla hiirtä." msgid "Emboss" msgstr "Korosta" -#: ../../magic/src/emboss.c:114 +#: ../../magic/src/emboss.c:115 msgid "Click and drag the mouse to emboss the picture." msgstr "Korosta maalausta raahaamalla hiirtä." +#: ../../magic/src/emboss.c:117 +#, fuzzy +#| msgid "Click to sharpen the entire picture." +msgid "Click to emboss the entire picture." +msgstr "Terävöitä koko maalaus painamalla hiiren painiketta." + #: ../../magic/src/fade_darken.c:115 msgid "Lighten" msgstr "Vaalenna" diff --git a/src/po/fo.po b/src/po/fo.po index 727bd7728..5d5e23200 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: 2022-06-14 00:59-0700\n" +"POT-Creation-Date: 2022-07-03 16:31-0700\n" "PO-Revision-Date: 2008-01-18 12:40-0000\n" "Last-Translator: Lis Gøthe í Jákupsstovu \n" "Language-Team: Faroese \n" @@ -313,15 +313,15 @@ msgstr "" msgid "Minimize" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:8 ../tuxpaint.desktop.in:3 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:8 ../tuxpaint.desktop.in:3 msgid "Tux Paint" msgstr "Tux Paint" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:9 ../tuxpaint.desktop.in:10 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:9 ../tuxpaint.desktop.in:10 msgid "A drawing program for children" msgstr "Eitt tekniforrit til børn" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:11 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:11 msgid "" "Tux Paint is a free, award-winning drawing program for children ages 3 to " "12. Tux Paint is used in schools around the world as a computer literacy " @@ -330,30 +330,30 @@ msgid "" "program." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:19 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:19 msgid "" "Kids are presented with a blank canvas and a variety of drawing tools to " "help them be creative." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:24 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:24 msgid "New Breed Software et al." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:36 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:36 msgid "The Magic tool is a set of special effects" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:40 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:40 msgid "" "The Paint Brush tool lets you draw freehand, using various brushes and colors" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:44 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:44 msgid "The Stamp tool is like a set of rubber stamps or stickers" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:50 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:50 msgid "" "Tux Paint's Color palette includes a new Color Mixer option, which allows " "users to combine different proportions of primary colors (red, yellow, and " @@ -361,7 +361,7 @@ msgid "" "mixing paints." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:51 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:51 msgid "" "The Color Picker option, which previously offered a static palette of around " "sixty-five thousand color choices, now supports separate hue, saturation, " @@ -369,21 +369,21 @@ msgid "" "colors." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:52 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:52 msgid "" "Also, a keyboard shortcut is now available for quick access to the Color " "Selector — the \"pipette\" tool used for picking colors from the current " "drawing." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:53 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53 msgid "" "The Paint and Lines tools now provide a way to adjust the spacing of " "brushes, allowing dotted lines or smearing effects to be made. Many brushes " "have been given better default spacing values, as well." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:54 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54 msgid "" "Two new variations of the Zoom Magic Tool, Tile Zoom and Rush, have been " "added. When shrinking a drawing with Tile Zoom, it replicates the drawing " @@ -391,7 +391,7 @@ msgid "" "background color. The Rush tool blurs the results." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:55 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:55 msgid "" "Tux Paint's Shapes tool now offers hexagon (6-sided) and heptagon (7-sided) " "polygons. For shapes which can be stretched (rectangle, oval, etc.), the " @@ -400,7 +400,7 @@ msgid "" "has also been expanded." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:56 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:56 msgid "" "Keyboard shortcuts, such as [Control]+[S] to save a drawing, are now " "accessed with the more traditional [⌘ Command] key when using Tux Paint on " @@ -408,7 +408,7 @@ msgid "" "The look and feel of the user documentation has been improved." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:61 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:61 msgid "" "Tux Paint's Paint and Line tools now support brushes that rotate based on " "the angle of the stroke. This new rotation feature, as well as the older " @@ -417,7 +417,7 @@ msgid "" "painting mode for interactively coloring within a confined area." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:62 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:62 msgid "" "Six new Magic tools have been added to Tux Paint. Panels shrinks and " "duplicates the drawing into a 2-by-2 grid, which is useful for making four-" @@ -428,7 +428,7 @@ msgid "" "of Tux Paint's classic Rainbow tool." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:63 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:63 msgid "" "A number of existing Magic tools have been updated, as well. Improvements " "were made to Halftone, which simulates photographs on newsprint; Cartoon, " @@ -437,7 +437,7 @@ msgid "" "Chalk, and Emboss, now offer the ability to alter the entire image at once!" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:64 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:64 msgid "" "Finally, Magic tools are now grouped into collections of similar effects — " "painting, distorts, color filters, picture warps, pattern painting, " @@ -445,7 +445,7 @@ msgid "" "need." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:69 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:69 msgid "" "Tux Paint's Fill tool now offers options to fill an area with color " "gradients. The \"Radial\" fill creates a circular gradient centered around " @@ -453,7 +453,7 @@ msgid "" "of gradients at different angles and sizes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:70 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:70 msgid "" "New Magic tools have been added to Tux Paint: \"Pixels\" makes it easier to " "create retro-gaming style pixel art, \"Checkerboard\" fills the entire " @@ -461,14 +461,14 @@ msgid "" "picture via brush strokes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:71 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:71 msgid "" "Tux Paint's user documentation has been overhauled, making localization " "easier. Parties interested in helping with localization are encouraged to " "contact the Tux Paint team." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:72 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:72 msgid "" "Finally, a new pair of accessibility options have been added. The entire " "user interface can now be enlarged benefiting users with impaired vision, " @@ -478,34 +478,34 @@ msgid "" "systems." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:77 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:77 msgid "" "A major improvement has been made to the Shapes tool, which now provides " "options to choose whether shapes are drawn from the center or a corner, " "making it easier to use in any situation." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:78 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:78 msgid "" "The on-screen keyboard, an accessibility feature optionally available when " "using the Text and Label tools, now appears larger on bigger displays; " "helpful for users of coarser input devices, such as eye-tracking systems." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:79 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:79 msgid "" "The Eraser tool adds new, smaller eraser sizes, and applies smoother, " "contiguous strokes when the pointer is moved quickly." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:80 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:80 msgid "" "Finally, this newest version adds options to export individual drawings and " "GIF animations, making it easy to share pictures, cartoons, and slideshows " "with others." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:85 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:85 msgid "" "The latest version has promoted the \"Fill\" tool, previously found under " "the \"Magic\" section of Tux Paint, to the main toolbar, where it's easier " @@ -515,21 +515,21 @@ msgid "" "images." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:86 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:86 msgid "" "Tux Paint also now makes it possible to disable stereo sound, which can " "benefit users with a hearing impairment, or in situations where only one " "speaker is available." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:91 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:91 msgid "" "New in this version are a \"color picker\", which allows any color within a " "drawing to be chosen using the pointer, and a set of three-, four-, and five-" "pointed star shapes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:92 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:92 msgid "" "The latest version also incorporates a number of new translations, bringing " "the number of supported languages up to nearly 130: Bengali, Bodo, Dogri, " @@ -1302,18 +1302,18 @@ msgid "" msgstr "" #. Color mixer; e.g., "Your color is entirely grey." -#: ../tuxpaint.c:23727 ../tuxpaint.c:23734 +#: ../tuxpaint.c:23734 ../tuxpaint.c:23741 msgid "entirely" msgstr "" #. Add "Color Select" color: -#: ../tuxpaint.c:26644 +#: ../tuxpaint.c:26651 msgid "Select a color from your drawing." msgstr "" #. Add "Color Picker" color: #. (This is an attempt to describe an HSV color picker in extremely basic terms!) -#: ../tuxpaint.c:26653 +#: ../tuxpaint.c:26660 msgid "" "Pick a color. Hues go top to bottom. Saturation/intensity goes left (pale) " "to right (pure). Value (lightness/darkness): grey bar." @@ -1321,7 +1321,7 @@ msgstr "" #. Add "Color Mixer" color: #. (The terms 'tint', 'tone', and 'shade' relate to combining white, grey, or black paint (respectively) to another color) -#: ../tuxpaint.c:26665 +#: ../tuxpaint.c:26672 msgid "" "Click the primary colors (red, yellow, and blue), white (to tint), grey (to " "tone), and black (to shade), to mix together a new color." @@ -1505,11 +1505,16 @@ msgstr "Klikkja og drag músina til at reingja (avskepla) myndina." msgid "Emboss" msgstr "Relief" -#: ../../magic/src/emboss.c:114 +#: ../../magic/src/emboss.c:115 msgid "Click and drag the mouse to emboss the picture." msgstr "" "Klikkja og drag músina til gera myndina um til relief (framskornir kantar)." +#: ../../magic/src/emboss.c:117 +#, fuzzy +msgid "Click to emboss the entire picture." +msgstr "Klikkja til at gera eina spegilsmynd." + #: ../../magic/src/fade_darken.c:115 msgid "Lighten" msgstr "Ljósari" diff --git a/src/po/fr.po b/src/po/fr.po index ecd60bfbc..57999fe18 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: 2022-06-14 00:59-0700\n" +"POT-Creation-Date: 2022-07-03 16:31-0700\n" "PO-Revision-Date: 2021-09-23 11:33+0200\n" "Last-Translator: Chion Jacques \n" "Language-Team: \n" @@ -311,15 +311,15 @@ msgstr "" msgid "Minimize" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:8 ../tuxpaint.desktop.in:3 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:8 ../tuxpaint.desktop.in:3 msgid "Tux Paint" msgstr "Tux Paint" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:9 ../tuxpaint.desktop.in:10 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:9 ../tuxpaint.desktop.in:10 msgid "A drawing program for children" msgstr "Un programme de dessin pour les enfants" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:11 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:11 msgid "" "Tux Paint is a free, award-winning drawing program for children ages 3 to " "12. Tux Paint is used in schools around the world as a computer literacy " @@ -328,30 +328,30 @@ msgid "" "program." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:19 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:19 msgid "" "Kids are presented with a blank canvas and a variety of drawing tools to " "help them be creative." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:24 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:24 msgid "New Breed Software et al." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:36 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:36 msgid "The Magic tool is a set of special effects" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:40 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:40 msgid "" "The Paint Brush tool lets you draw freehand, using various brushes and colors" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:44 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:44 msgid "The Stamp tool is like a set of rubber stamps or stickers" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:50 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:50 msgid "" "Tux Paint's Color palette includes a new Color Mixer option, which allows " "users to combine different proportions of primary colors (red, yellow, and " @@ -359,7 +359,7 @@ msgid "" "mixing paints." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:51 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:51 msgid "" "The Color Picker option, which previously offered a static palette of around " "sixty-five thousand color choices, now supports separate hue, saturation, " @@ -367,21 +367,21 @@ msgid "" "colors." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:52 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:52 msgid "" "Also, a keyboard shortcut is now available for quick access to the Color " "Selector — the \"pipette\" tool used for picking colors from the current " "drawing." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:53 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53 msgid "" "The Paint and Lines tools now provide a way to adjust the spacing of " "brushes, allowing dotted lines or smearing effects to be made. Many brushes " "have been given better default spacing values, as well." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:54 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54 msgid "" "Two new variations of the Zoom Magic Tool, Tile Zoom and Rush, have been " "added. When shrinking a drawing with Tile Zoom, it replicates the drawing " @@ -389,7 +389,7 @@ msgid "" "background color. The Rush tool blurs the results." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:55 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:55 msgid "" "Tux Paint's Shapes tool now offers hexagon (6-sided) and heptagon (7-sided) " "polygons. For shapes which can be stretched (rectangle, oval, etc.), the " @@ -398,7 +398,7 @@ msgid "" "has also been expanded." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:56 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:56 msgid "" "Keyboard shortcuts, such as [Control]+[S] to save a drawing, are now " "accessed with the more traditional [⌘ Command] key when using Tux Paint on " @@ -406,7 +406,7 @@ msgid "" "The look and feel of the user documentation has been improved." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:61 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:61 msgid "" "Tux Paint's Paint and Line tools now support brushes that rotate based on " "the angle of the stroke. This new rotation feature, as well as the older " @@ -415,7 +415,7 @@ msgid "" "painting mode for interactively coloring within a confined area." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:62 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:62 msgid "" "Six new Magic tools have been added to Tux Paint. Panels shrinks and " "duplicates the drawing into a 2-by-2 grid, which is useful for making four-" @@ -426,7 +426,7 @@ msgid "" "of Tux Paint's classic Rainbow tool." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:63 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:63 msgid "" "A number of existing Magic tools have been updated, as well. Improvements " "were made to Halftone, which simulates photographs on newsprint; Cartoon, " @@ -435,7 +435,7 @@ msgid "" "Chalk, and Emboss, now offer the ability to alter the entire image at once!" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:64 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:64 msgid "" "Finally, Magic tools are now grouped into collections of similar effects — " "painting, distorts, color filters, picture warps, pattern painting, " @@ -443,7 +443,7 @@ msgid "" "need." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:69 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:69 msgid "" "Tux Paint's Fill tool now offers options to fill an area with color " "gradients. The \"Radial\" fill creates a circular gradient centered around " @@ -451,7 +451,7 @@ msgid "" "of gradients at different angles and sizes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:70 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:70 msgid "" "New Magic tools have been added to Tux Paint: \"Pixels\" makes it easier to " "create retro-gaming style pixel art, \"Checkerboard\" fills the entire " @@ -459,14 +459,14 @@ msgid "" "picture via brush strokes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:71 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:71 msgid "" "Tux Paint's user documentation has been overhauled, making localization " "easier. Parties interested in helping with localization are encouraged to " "contact the Tux Paint team." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:72 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:72 msgid "" "Finally, a new pair of accessibility options have been added. The entire " "user interface can now be enlarged benefiting users with impaired vision, " @@ -476,34 +476,34 @@ msgid "" "systems." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:77 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:77 msgid "" "A major improvement has been made to the Shapes tool, which now provides " "options to choose whether shapes are drawn from the center or a corner, " "making it easier to use in any situation." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:78 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:78 msgid "" "The on-screen keyboard, an accessibility feature optionally available when " "using the Text and Label tools, now appears larger on bigger displays; " "helpful for users of coarser input devices, such as eye-tracking systems." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:79 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:79 msgid "" "The Eraser tool adds new, smaller eraser sizes, and applies smoother, " "contiguous strokes when the pointer is moved quickly." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:80 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:80 msgid "" "Finally, this newest version adds options to export individual drawings and " "GIF animations, making it easy to share pictures, cartoons, and slideshows " "with others." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:85 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:85 msgid "" "The latest version has promoted the \"Fill\" tool, previously found under " "the \"Magic\" section of Tux Paint, to the main toolbar, where it's easier " @@ -513,21 +513,21 @@ msgid "" "images." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:86 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:86 msgid "" "Tux Paint also now makes it possible to disable stereo sound, which can " "benefit users with a hearing impairment, or in situations where only one " "speaker is available." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:91 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:91 msgid "" "New in this version are a \"color picker\", which allows any color within a " "drawing to be chosen using the pointer, and a set of three-, four-, and five-" "pointed star shapes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:92 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:92 msgid "" "The latest version also incorporates a number of new translations, bringing " "the number of supported languages up to nearly 130: Bengali, Bodo, Dogri, " @@ -1288,18 +1288,18 @@ msgid "" msgstr "" #. Color mixer; e.g., "Your color is entirely grey." -#: ../tuxpaint.c:23727 ../tuxpaint.c:23734 +#: ../tuxpaint.c:23734 ../tuxpaint.c:23741 msgid "entirely" msgstr "" #. Add "Color Select" color: -#: ../tuxpaint.c:26644 +#: ../tuxpaint.c:26651 msgid "Select a color from your drawing." msgstr "Sélectionne une couleur à partir de ton dessin." #. Add "Color Picker" color: #. (This is an attempt to describe an HSV color picker in extremely basic terms!) -#: ../tuxpaint.c:26653 +#: ../tuxpaint.c:26660 msgid "" "Pick a color. Hues go top to bottom. Saturation/intensity goes left (pale) " "to right (pure). Value (lightness/darkness): grey bar." @@ -1307,7 +1307,7 @@ msgstr "" #. Add "Color Mixer" color: #. (The terms 'tint', 'tone', and 'shade' relate to combining white, grey, or black paint (respectively) to another color) -#: ../tuxpaint.c:26665 +#: ../tuxpaint.c:26672 msgid "" "Click the primary colors (red, yellow, and blue), white (to tint), grey (to " "tone), and black (to shade), to mix together a new color." @@ -1486,10 +1486,17 @@ msgstr "Clique et déplace la souris pour créer des déformations." msgid "Emboss" msgstr "Relief" -#: ../../magic/src/emboss.c:114 +#: ../../magic/src/emboss.c:115 msgid "Click and drag the mouse to emboss the picture." msgstr "Clique et déplace la souris pour donner du relief à l'image." +# +#: ../../magic/src/emboss.c:117 +#, fuzzy +#| msgid "Click to sharpen the entire picture." +msgid "Click to emboss the entire picture." +msgstr "Clique pour affiner tout le dessin." + #: ../../magic/src/fade_darken.c:115 msgid "Lighten" msgstr "Éclaircir" diff --git a/src/po/ga.po b/src/po/ga.po index 1e1990e83..a87ebbaa0 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: 2022-06-14 00:59-0700\n" +"POT-Creation-Date: 2022-07-03 16:31-0700\n" "PO-Revision-Date: 2015-10-09 17:38+0500\n" "Last-Translator: Kevin Scannell \n" "Language-Team: Irish \n" @@ -312,15 +312,15 @@ msgstr "" msgid "Minimize" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:8 ../tuxpaint.desktop.in:3 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:8 ../tuxpaint.desktop.in:3 msgid "Tux Paint" msgstr "Tux Paint" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:9 ../tuxpaint.desktop.in:10 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:9 ../tuxpaint.desktop.in:10 msgid "A drawing program for children" msgstr "Clár líníochta le haghaidh páistí" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:11 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:11 msgid "" "Tux Paint is a free, award-winning drawing program for children ages 3 to " "12. Tux Paint is used in schools around the world as a computer literacy " @@ -329,30 +329,30 @@ msgid "" "program." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:19 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:19 msgid "" "Kids are presented with a blank canvas and a variety of drawing tools to " "help them be creative." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:24 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:24 msgid "New Breed Software et al." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:36 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:36 msgid "The Magic tool is a set of special effects" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:40 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:40 msgid "" "The Paint Brush tool lets you draw freehand, using various brushes and colors" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:44 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:44 msgid "The Stamp tool is like a set of rubber stamps or stickers" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:50 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:50 msgid "" "Tux Paint's Color palette includes a new Color Mixer option, which allows " "users to combine different proportions of primary colors (red, yellow, and " @@ -360,7 +360,7 @@ msgid "" "mixing paints." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:51 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:51 msgid "" "The Color Picker option, which previously offered a static palette of around " "sixty-five thousand color choices, now supports separate hue, saturation, " @@ -368,21 +368,21 @@ msgid "" "colors." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:52 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:52 msgid "" "Also, a keyboard shortcut is now available for quick access to the Color " "Selector — the \"pipette\" tool used for picking colors from the current " "drawing." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:53 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53 msgid "" "The Paint and Lines tools now provide a way to adjust the spacing of " "brushes, allowing dotted lines or smearing effects to be made. Many brushes " "have been given better default spacing values, as well." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:54 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54 msgid "" "Two new variations of the Zoom Magic Tool, Tile Zoom and Rush, have been " "added. When shrinking a drawing with Tile Zoom, it replicates the drawing " @@ -390,7 +390,7 @@ msgid "" "background color. The Rush tool blurs the results." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:55 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:55 msgid "" "Tux Paint's Shapes tool now offers hexagon (6-sided) and heptagon (7-sided) " "polygons. For shapes which can be stretched (rectangle, oval, etc.), the " @@ -399,7 +399,7 @@ msgid "" "has also been expanded." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:56 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:56 msgid "" "Keyboard shortcuts, such as [Control]+[S] to save a drawing, are now " "accessed with the more traditional [⌘ Command] key when using Tux Paint on " @@ -407,7 +407,7 @@ msgid "" "The look and feel of the user documentation has been improved." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:61 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:61 msgid "" "Tux Paint's Paint and Line tools now support brushes that rotate based on " "the angle of the stroke. This new rotation feature, as well as the older " @@ -416,7 +416,7 @@ msgid "" "painting mode for interactively coloring within a confined area." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:62 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:62 msgid "" "Six new Magic tools have been added to Tux Paint. Panels shrinks and " "duplicates the drawing into a 2-by-2 grid, which is useful for making four-" @@ -427,7 +427,7 @@ msgid "" "of Tux Paint's classic Rainbow tool." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:63 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:63 msgid "" "A number of existing Magic tools have been updated, as well. Improvements " "were made to Halftone, which simulates photographs on newsprint; Cartoon, " @@ -436,7 +436,7 @@ msgid "" "Chalk, and Emboss, now offer the ability to alter the entire image at once!" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:64 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:64 msgid "" "Finally, Magic tools are now grouped into collections of similar effects — " "painting, distorts, color filters, picture warps, pattern painting, " @@ -444,7 +444,7 @@ msgid "" "need." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:69 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:69 msgid "" "Tux Paint's Fill tool now offers options to fill an area with color " "gradients. The \"Radial\" fill creates a circular gradient centered around " @@ -452,7 +452,7 @@ msgid "" "of gradients at different angles and sizes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:70 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:70 msgid "" "New Magic tools have been added to Tux Paint: \"Pixels\" makes it easier to " "create retro-gaming style pixel art, \"Checkerboard\" fills the entire " @@ -460,14 +460,14 @@ msgid "" "picture via brush strokes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:71 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:71 msgid "" "Tux Paint's user documentation has been overhauled, making localization " "easier. Parties interested in helping with localization are encouraged to " "contact the Tux Paint team." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:72 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:72 msgid "" "Finally, a new pair of accessibility options have been added. The entire " "user interface can now be enlarged benefiting users with impaired vision, " @@ -477,34 +477,34 @@ msgid "" "systems." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:77 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:77 msgid "" "A major improvement has been made to the Shapes tool, which now provides " "options to choose whether shapes are drawn from the center or a corner, " "making it easier to use in any situation." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:78 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:78 msgid "" "The on-screen keyboard, an accessibility feature optionally available when " "using the Text and Label tools, now appears larger on bigger displays; " "helpful for users of coarser input devices, such as eye-tracking systems." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:79 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:79 msgid "" "The Eraser tool adds new, smaller eraser sizes, and applies smoother, " "contiguous strokes when the pointer is moved quickly." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:80 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:80 msgid "" "Finally, this newest version adds options to export individual drawings and " "GIF animations, making it easy to share pictures, cartoons, and slideshows " "with others." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:85 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:85 msgid "" "The latest version has promoted the \"Fill\" tool, previously found under " "the \"Magic\" section of Tux Paint, to the main toolbar, where it's easier " @@ -514,21 +514,21 @@ msgid "" "images." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:86 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:86 msgid "" "Tux Paint also now makes it possible to disable stereo sound, which can " "benefit users with a hearing impairment, or in situations where only one " "speaker is available." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:91 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:91 msgid "" "New in this version are a \"color picker\", which allows any color within a " "drawing to be chosen using the pointer, and a set of three-, four-, and five-" "pointed star shapes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:92 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:92 msgid "" "The latest version also incorporates a number of new translations, bringing " "the number of supported languages up to nearly 130: Bengali, Bodo, Dogri, " @@ -1307,18 +1307,18 @@ msgid "" msgstr "" #. Color mixer; e.g., "Your color is entirely grey." -#: ../tuxpaint.c:23727 ../tuxpaint.c:23734 +#: ../tuxpaint.c:23734 ../tuxpaint.c:23741 msgid "entirely" msgstr "" #. Add "Color Select" color: -#: ../tuxpaint.c:26644 +#: ../tuxpaint.c:26651 msgid "Select a color from your drawing." msgstr "Roghnaigh dath ón líníocht." #. Add "Color Picker" color: #. (This is an attempt to describe an HSV color picker in extremely basic terms!) -#: ../tuxpaint.c:26653 +#: ../tuxpaint.c:26660 msgid "" "Pick a color. Hues go top to bottom. Saturation/intensity goes left (pale) " "to right (pure). Value (lightness/darkness): grey bar." @@ -1326,7 +1326,7 @@ msgstr "" #. Add "Color Mixer" color: #. (The terms 'tint', 'tone', and 'shade' relate to combining white, grey, or black paint (respectively) to another color) -#: ../tuxpaint.c:26665 +#: ../tuxpaint.c:26672 msgid "" "Click the primary colors (red, yellow, and blue), white (to tint), grey (to " "tone), and black (to shade), to mix together a new color." @@ -1498,10 +1498,16 @@ msgid "Emboss" msgstr "Cabhair" # yes this is the right verbal noun -#: ../../magic/src/emboss.c:114 +#: ../../magic/src/emboss.c:115 msgid "Click and drag the mouse to emboss the picture." msgstr "Cliceáil agus bog an luch chun an pictiúr a chabhradh." +#: ../../magic/src/emboss.c:117 +#, fuzzy +#| msgid "Click to sharpen the entire picture." +msgid "Click to emboss the entire picture." +msgstr "Cliceáil chun an pictiúr iomlán a ghéarú." + #: ../../magic/src/fade_darken.c:115 msgid "Lighten" msgstr "Sorchaigh" diff --git a/src/po/gd.po b/src/po/gd.po index 8abc353b7..538d8b9b5 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: 2022-06-14 00:59-0700\n" +"POT-Creation-Date: 2022-07-03 16:31-0700\n" "PO-Revision-Date: 2021-09-02 12:18-0700\n" "Last-Translator: GunChleoc \n" "Language-Team: Fòram na Gàidhlig\n" @@ -312,15 +312,15 @@ msgstr "" msgid "Minimize" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:8 ../tuxpaint.desktop.in:3 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:8 ../tuxpaint.desktop.in:3 msgid "Tux Paint" msgstr "Tux Paint" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:9 ../tuxpaint.desktop.in:10 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:9 ../tuxpaint.desktop.in:10 msgid "A drawing program for children" msgstr "Prògram peantaidh don chloinn" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:11 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:11 msgid "" "Tux Paint is a free, award-winning drawing program for children ages 3 to " "12. Tux Paint is used in schools around the world as a computer literacy " @@ -329,30 +329,30 @@ msgid "" "program." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:19 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:19 msgid "" "Kids are presented with a blank canvas and a variety of drawing tools to " "help them be creative." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:24 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:24 msgid "New Breed Software et al." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:36 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:36 msgid "The Magic tool is a set of special effects" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:40 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:40 msgid "" "The Paint Brush tool lets you draw freehand, using various brushes and colors" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:44 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:44 msgid "The Stamp tool is like a set of rubber stamps or stickers" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:50 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:50 msgid "" "Tux Paint's Color palette includes a new Color Mixer option, which allows " "users to combine different proportions of primary colors (red, yellow, and " @@ -360,7 +360,7 @@ msgid "" "mixing paints." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:51 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:51 msgid "" "The Color Picker option, which previously offered a static palette of around " "sixty-five thousand color choices, now supports separate hue, saturation, " @@ -368,21 +368,21 @@ msgid "" "colors." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:52 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:52 msgid "" "Also, a keyboard shortcut is now available for quick access to the Color " "Selector — the \"pipette\" tool used for picking colors from the current " "drawing." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:53 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53 msgid "" "The Paint and Lines tools now provide a way to adjust the spacing of " "brushes, allowing dotted lines or smearing effects to be made. Many brushes " "have been given better default spacing values, as well." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:54 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54 msgid "" "Two new variations of the Zoom Magic Tool, Tile Zoom and Rush, have been " "added. When shrinking a drawing with Tile Zoom, it replicates the drawing " @@ -390,7 +390,7 @@ msgid "" "background color. The Rush tool blurs the results." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:55 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:55 msgid "" "Tux Paint's Shapes tool now offers hexagon (6-sided) and heptagon (7-sided) " "polygons. For shapes which can be stretched (rectangle, oval, etc.), the " @@ -399,7 +399,7 @@ msgid "" "has also been expanded." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:56 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:56 msgid "" "Keyboard shortcuts, such as [Control]+[S] to save a drawing, are now " "accessed with the more traditional [⌘ Command] key when using Tux Paint on " @@ -407,7 +407,7 @@ msgid "" "The look and feel of the user documentation has been improved." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:61 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:61 msgid "" "Tux Paint's Paint and Line tools now support brushes that rotate based on " "the angle of the stroke. This new rotation feature, as well as the older " @@ -416,7 +416,7 @@ msgid "" "painting mode for interactively coloring within a confined area." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:62 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:62 msgid "" "Six new Magic tools have been added to Tux Paint. Panels shrinks and " "duplicates the drawing into a 2-by-2 grid, which is useful for making four-" @@ -427,7 +427,7 @@ msgid "" "of Tux Paint's classic Rainbow tool." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:63 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:63 msgid "" "A number of existing Magic tools have been updated, as well. Improvements " "were made to Halftone, which simulates photographs on newsprint; Cartoon, " @@ -436,7 +436,7 @@ msgid "" "Chalk, and Emboss, now offer the ability to alter the entire image at once!" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:64 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:64 msgid "" "Finally, Magic tools are now grouped into collections of similar effects — " "painting, distorts, color filters, picture warps, pattern painting, " @@ -444,7 +444,7 @@ msgid "" "need." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:69 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:69 msgid "" "Tux Paint's Fill tool now offers options to fill an area with color " "gradients. The \"Radial\" fill creates a circular gradient centered around " @@ -452,7 +452,7 @@ msgid "" "of gradients at different angles and sizes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:70 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:70 msgid "" "New Magic tools have been added to Tux Paint: \"Pixels\" makes it easier to " "create retro-gaming style pixel art, \"Checkerboard\" fills the entire " @@ -460,14 +460,14 @@ msgid "" "picture via brush strokes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:71 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:71 msgid "" "Tux Paint's user documentation has been overhauled, making localization " "easier. Parties interested in helping with localization are encouraged to " "contact the Tux Paint team." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:72 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:72 msgid "" "Finally, a new pair of accessibility options have been added. The entire " "user interface can now be enlarged benefiting users with impaired vision, " @@ -477,34 +477,34 @@ msgid "" "systems." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:77 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:77 msgid "" "A major improvement has been made to the Shapes tool, which now provides " "options to choose whether shapes are drawn from the center or a corner, " "making it easier to use in any situation." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:78 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:78 msgid "" "The on-screen keyboard, an accessibility feature optionally available when " "using the Text and Label tools, now appears larger on bigger displays; " "helpful for users of coarser input devices, such as eye-tracking systems." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:79 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:79 msgid "" "The Eraser tool adds new, smaller eraser sizes, and applies smoother, " "contiguous strokes when the pointer is moved quickly." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:80 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:80 msgid "" "Finally, this newest version adds options to export individual drawings and " "GIF animations, making it easy to share pictures, cartoons, and slideshows " "with others." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:85 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:85 msgid "" "The latest version has promoted the \"Fill\" tool, previously found under " "the \"Magic\" section of Tux Paint, to the main toolbar, where it's easier " @@ -514,21 +514,21 @@ msgid "" "images." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:86 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:86 msgid "" "Tux Paint also now makes it possible to disable stereo sound, which can " "benefit users with a hearing impairment, or in situations where only one " "speaker is available." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:91 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:91 msgid "" "New in this version are a \"color picker\", which allows any color within a " "drawing to be chosen using the pointer, and a set of three-, four-, and five-" "pointed star shapes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:92 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:92 msgid "" "The latest version also incorporates a number of new translations, bringing " "the number of supported languages up to nearly 130: Bengali, Bodo, Dogri, " @@ -1302,18 +1302,18 @@ msgid "" msgstr "" #. Color mixer; e.g., "Your color is entirely grey." -#: ../tuxpaint.c:23727 ../tuxpaint.c:23734 +#: ../tuxpaint.c:23734 ../tuxpaint.c:23741 msgid "entirely" msgstr "" #. Add "Color Select" color: -#: ../tuxpaint.c:26644 +#: ../tuxpaint.c:26651 msgid "Select a color from your drawing." msgstr "Tagh dath on dealbh agad." #. Add "Color Picker" color: #. (This is an attempt to describe an HSV color picker in extremely basic terms!) -#: ../tuxpaint.c:26653 +#: ../tuxpaint.c:26660 msgid "" "Pick a color. Hues go top to bottom. Saturation/intensity goes left (pale) " "to right (pure). Value (lightness/darkness): grey bar." @@ -1321,7 +1321,7 @@ msgstr "" #. Add "Color Mixer" color: #. (The terms 'tint', 'tone', and 'shade' relate to combining white, grey, or black paint (respectively) to another color) -#: ../tuxpaint.c:26665 +#: ../tuxpaint.c:26672 msgid "" "Click the primary colors (red, yellow, and blue), white (to tint), grey (to " "tone), and black (to shade), to mix together a new color." @@ -1505,10 +1505,16 @@ msgstr "Briog is gluais an luchag gus mì-dhealbhadh a chur air an dealbh agad." msgid "Emboss" msgstr "Copanaich" -#: ../../magic/src/emboss.c:114 +#: ../../magic/src/emboss.c:115 msgid "Click and drag the mouse to emboss the picture." msgstr "Briog is gluais an luchag gus copanaich a chur air an dealbh agad." +#: ../../magic/src/emboss.c:117 +#, fuzzy +#| msgid "Click to sharpen the entire picture." +msgid "Click to emboss the entire picture." +msgstr "Briog is slaod gus an dealbh gu lèir a gheurachadh." + #: ../../magic/src/fade_darken.c:115 msgid "Lighten" msgstr "Soilleir" diff --git a/src/po/gl.po b/src/po/gl.po index 60896dcf4..a549febf3 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: 2022-06-14 00:59-0700\n" +"POT-Creation-Date: 2022-07-03 16:31-0700\n" "PO-Revision-Date: 2021-03-03 10:01+0100\n" "Last-Translator: Miguel Anxo Bouzada \n" "Language-Team: Proxecto Trasno \n" @@ -316,15 +316,15 @@ msgstr "" msgid "Minimize" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:8 ../tuxpaint.desktop.in:3 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:8 ../tuxpaint.desktop.in:3 msgid "Tux Paint" msgstr "Tux Paint" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:9 ../tuxpaint.desktop.in:10 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:9 ../tuxpaint.desktop.in:10 msgid "A drawing program for children" msgstr "Un programa de debuxo para nenos" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:11 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:11 msgid "" "Tux Paint is a free, award-winning drawing program for children ages 3 to " "12. Tux Paint is used in schools around the world as a computer literacy " @@ -333,30 +333,30 @@ msgid "" "program." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:19 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:19 msgid "" "Kids are presented with a blank canvas and a variety of drawing tools to " "help them be creative." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:24 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:24 msgid "New Breed Software et al." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:36 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:36 msgid "The Magic tool is a set of special effects" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:40 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:40 msgid "" "The Paint Brush tool lets you draw freehand, using various brushes and colors" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:44 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:44 msgid "The Stamp tool is like a set of rubber stamps or stickers" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:50 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:50 msgid "" "Tux Paint's Color palette includes a new Color Mixer option, which allows " "users to combine different proportions of primary colors (red, yellow, and " @@ -364,7 +364,7 @@ msgid "" "mixing paints." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:51 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:51 msgid "" "The Color Picker option, which previously offered a static palette of around " "sixty-five thousand color choices, now supports separate hue, saturation, " @@ -372,21 +372,21 @@ msgid "" "colors." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:52 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:52 msgid "" "Also, a keyboard shortcut is now available for quick access to the Color " "Selector — the \"pipette\" tool used for picking colors from the current " "drawing." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:53 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53 msgid "" "The Paint and Lines tools now provide a way to adjust the spacing of " "brushes, allowing dotted lines or smearing effects to be made. Many brushes " "have been given better default spacing values, as well." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:54 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54 msgid "" "Two new variations of the Zoom Magic Tool, Tile Zoom and Rush, have been " "added. When shrinking a drawing with Tile Zoom, it replicates the drawing " @@ -394,7 +394,7 @@ msgid "" "background color. The Rush tool blurs the results." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:55 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:55 msgid "" "Tux Paint's Shapes tool now offers hexagon (6-sided) and heptagon (7-sided) " "polygons. For shapes which can be stretched (rectangle, oval, etc.), the " @@ -403,7 +403,7 @@ msgid "" "has also been expanded." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:56 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:56 msgid "" "Keyboard shortcuts, such as [Control]+[S] to save a drawing, are now " "accessed with the more traditional [⌘ Command] key when using Tux Paint on " @@ -411,7 +411,7 @@ msgid "" "The look and feel of the user documentation has been improved." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:61 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:61 msgid "" "Tux Paint's Paint and Line tools now support brushes that rotate based on " "the angle of the stroke. This new rotation feature, as well as the older " @@ -420,7 +420,7 @@ msgid "" "painting mode for interactively coloring within a confined area." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:62 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:62 msgid "" "Six new Magic tools have been added to Tux Paint. Panels shrinks and " "duplicates the drawing into a 2-by-2 grid, which is useful for making four-" @@ -431,7 +431,7 @@ msgid "" "of Tux Paint's classic Rainbow tool." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:63 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:63 msgid "" "A number of existing Magic tools have been updated, as well. Improvements " "were made to Halftone, which simulates photographs on newsprint; Cartoon, " @@ -440,7 +440,7 @@ msgid "" "Chalk, and Emboss, now offer the ability to alter the entire image at once!" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:64 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:64 msgid "" "Finally, Magic tools are now grouped into collections of similar effects — " "painting, distorts, color filters, picture warps, pattern painting, " @@ -448,7 +448,7 @@ msgid "" "need." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:69 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:69 msgid "" "Tux Paint's Fill tool now offers options to fill an area with color " "gradients. The \"Radial\" fill creates a circular gradient centered around " @@ -456,7 +456,7 @@ msgid "" "of gradients at different angles and sizes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:70 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:70 msgid "" "New Magic tools have been added to Tux Paint: \"Pixels\" makes it easier to " "create retro-gaming style pixel art, \"Checkerboard\" fills the entire " @@ -464,14 +464,14 @@ msgid "" "picture via brush strokes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:71 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:71 msgid "" "Tux Paint's user documentation has been overhauled, making localization " "easier. Parties interested in helping with localization are encouraged to " "contact the Tux Paint team." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:72 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:72 msgid "" "Finally, a new pair of accessibility options have been added. The entire " "user interface can now be enlarged benefiting users with impaired vision, " @@ -481,34 +481,34 @@ msgid "" "systems." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:77 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:77 msgid "" "A major improvement has been made to the Shapes tool, which now provides " "options to choose whether shapes are drawn from the center or a corner, " "making it easier to use in any situation." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:78 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:78 msgid "" "The on-screen keyboard, an accessibility feature optionally available when " "using the Text and Label tools, now appears larger on bigger displays; " "helpful for users of coarser input devices, such as eye-tracking systems." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:79 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:79 msgid "" "The Eraser tool adds new, smaller eraser sizes, and applies smoother, " "contiguous strokes when the pointer is moved quickly." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:80 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:80 msgid "" "Finally, this newest version adds options to export individual drawings and " "GIF animations, making it easy to share pictures, cartoons, and slideshows " "with others." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:85 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:85 msgid "" "The latest version has promoted the \"Fill\" tool, previously found under " "the \"Magic\" section of Tux Paint, to the main toolbar, where it's easier " @@ -518,21 +518,21 @@ msgid "" "images." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:86 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:86 msgid "" "Tux Paint also now makes it possible to disable stereo sound, which can " "benefit users with a hearing impairment, or in situations where only one " "speaker is available." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:91 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:91 msgid "" "New in this version are a \"color picker\", which allows any color within a " "drawing to be chosen using the pointer, and a set of three-, four-, and five-" "pointed star shapes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:92 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:92 msgid "" "The latest version also incorporates a number of new translations, bringing " "the number of supported languages up to nearly 130: Bengali, Bodo, Dogri, " @@ -1295,18 +1295,18 @@ msgid "" msgstr "" #. Color mixer; e.g., "Your color is entirely grey." -#: ../tuxpaint.c:23727 ../tuxpaint.c:23734 +#: ../tuxpaint.c:23734 ../tuxpaint.c:23741 msgid "entirely" msgstr "" #. Add "Color Select" color: -#: ../tuxpaint.c:26644 +#: ../tuxpaint.c:26651 msgid "Select a color from your drawing." msgstr "Selecciona unha cor do teu debuxo." #. Add "Color Picker" color: #. (This is an attempt to describe an HSV color picker in extremely basic terms!) -#: ../tuxpaint.c:26653 +#: ../tuxpaint.c:26660 msgid "" "Pick a color. Hues go top to bottom. Saturation/intensity goes left (pale) " "to right (pure). Value (lightness/darkness): grey bar." @@ -1314,7 +1314,7 @@ msgstr "" #. Add "Color Mixer" color: #. (The terms 'tint', 'tone', and 'shade' relate to combining white, grey, or black paint (respectively) to another color) -#: ../tuxpaint.c:26665 +#: ../tuxpaint.c:26672 msgid "" "Click the primary colors (red, yellow, and blue), white (to tint), grey (to " "tone), and black (to shade), to mix together a new color." @@ -1489,10 +1489,16 @@ msgstr "Preme e arrastra o rato para provocar unha distorsión no debuxo." msgid "Emboss" msgstr "Realzar" -#: ../../magic/src/emboss.c:114 +#: ../../magic/src/emboss.c:115 msgid "Click and drag the mouse to emboss the picture." msgstr "Preme e arrastra o rato para realzar o debuxo." +#: ../../magic/src/emboss.c:117 +#, fuzzy +#| msgid "Click to sharpen the entire picture." +msgid "Click to emboss the entire picture." +msgstr "Preme para reforzar todo o debuxo." + #: ../../magic/src/fade_darken.c:115 msgid "Lighten" msgstr "Aclarar" diff --git a/src/po/gos.po b/src/po/gos.po index 16cab320e..1cb762488 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: 2022-06-14 00:59-0700\n" +"POT-Creation-Date: 2022-07-03 16:31-0700\n" "PO-Revision-Date: 2005-07-26 01:30-0800\n" "Last-Translator: Bill Kendrick \n" "Language-Team: \n" @@ -309,16 +309,16 @@ msgstr "" msgid "Minimize" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:8 ../tuxpaint.desktop.in:3 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:8 ../tuxpaint.desktop.in:3 #, fuzzy msgid "Tux Paint" msgstr "Vaarve" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:9 ../tuxpaint.desktop.in:10 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:9 ../tuxpaint.desktop.in:10 msgid "A drawing program for children" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:11 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:11 msgid "" "Tux Paint is a free, award-winning drawing program for children ages 3 to " "12. Tux Paint is used in schools around the world as a computer literacy " @@ -327,30 +327,30 @@ msgid "" "program." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:19 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:19 msgid "" "Kids are presented with a blank canvas and a variety of drawing tools to " "help them be creative." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:24 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:24 msgid "New Breed Software et al." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:36 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:36 msgid "The Magic tool is a set of special effects" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:40 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:40 msgid "" "The Paint Brush tool lets you draw freehand, using various brushes and colors" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:44 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:44 msgid "The Stamp tool is like a set of rubber stamps or stickers" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:50 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:50 msgid "" "Tux Paint's Color palette includes a new Color Mixer option, which allows " "users to combine different proportions of primary colors (red, yellow, and " @@ -358,7 +358,7 @@ msgid "" "mixing paints." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:51 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:51 msgid "" "The Color Picker option, which previously offered a static palette of around " "sixty-five thousand color choices, now supports separate hue, saturation, " @@ -366,21 +366,21 @@ msgid "" "colors." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:52 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:52 msgid "" "Also, a keyboard shortcut is now available for quick access to the Color " "Selector — the \"pipette\" tool used for picking colors from the current " "drawing." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:53 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53 msgid "" "The Paint and Lines tools now provide a way to adjust the spacing of " "brushes, allowing dotted lines or smearing effects to be made. Many brushes " "have been given better default spacing values, as well." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:54 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54 msgid "" "Two new variations of the Zoom Magic Tool, Tile Zoom and Rush, have been " "added. When shrinking a drawing with Tile Zoom, it replicates the drawing " @@ -388,7 +388,7 @@ msgid "" "background color. The Rush tool blurs the results." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:55 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:55 msgid "" "Tux Paint's Shapes tool now offers hexagon (6-sided) and heptagon (7-sided) " "polygons. For shapes which can be stretched (rectangle, oval, etc.), the " @@ -397,7 +397,7 @@ msgid "" "has also been expanded." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:56 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:56 msgid "" "Keyboard shortcuts, such as [Control]+[S] to save a drawing, are now " "accessed with the more traditional [⌘ Command] key when using Tux Paint on " @@ -405,7 +405,7 @@ msgid "" "The look and feel of the user documentation has been improved." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:61 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:61 msgid "" "Tux Paint's Paint and Line tools now support brushes that rotate based on " "the angle of the stroke. This new rotation feature, as well as the older " @@ -414,7 +414,7 @@ msgid "" "painting mode for interactively coloring within a confined area." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:62 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:62 msgid "" "Six new Magic tools have been added to Tux Paint. Panels shrinks and " "duplicates the drawing into a 2-by-2 grid, which is useful for making four-" @@ -425,7 +425,7 @@ msgid "" "of Tux Paint's classic Rainbow tool." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:63 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:63 msgid "" "A number of existing Magic tools have been updated, as well. Improvements " "were made to Halftone, which simulates photographs on newsprint; Cartoon, " @@ -434,7 +434,7 @@ msgid "" "Chalk, and Emboss, now offer the ability to alter the entire image at once!" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:64 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:64 msgid "" "Finally, Magic tools are now grouped into collections of similar effects — " "painting, distorts, color filters, picture warps, pattern painting, " @@ -442,7 +442,7 @@ msgid "" "need." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:69 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:69 msgid "" "Tux Paint's Fill tool now offers options to fill an area with color " "gradients. The \"Radial\" fill creates a circular gradient centered around " @@ -450,7 +450,7 @@ msgid "" "of gradients at different angles and sizes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:70 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:70 msgid "" "New Magic tools have been added to Tux Paint: \"Pixels\" makes it easier to " "create retro-gaming style pixel art, \"Checkerboard\" fills the entire " @@ -458,14 +458,14 @@ msgid "" "picture via brush strokes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:71 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:71 msgid "" "Tux Paint's user documentation has been overhauled, making localization " "easier. Parties interested in helping with localization are encouraged to " "contact the Tux Paint team." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:72 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:72 msgid "" "Finally, a new pair of accessibility options have been added. The entire " "user interface can now be enlarged benefiting users with impaired vision, " @@ -475,34 +475,34 @@ msgid "" "systems." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:77 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:77 msgid "" "A major improvement has been made to the Shapes tool, which now provides " "options to choose whether shapes are drawn from the center or a corner, " "making it easier to use in any situation." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:78 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:78 msgid "" "The on-screen keyboard, an accessibility feature optionally available when " "using the Text and Label tools, now appears larger on bigger displays; " "helpful for users of coarser input devices, such as eye-tracking systems." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:79 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:79 msgid "" "The Eraser tool adds new, smaller eraser sizes, and applies smoother, " "contiguous strokes when the pointer is moved quickly." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:80 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:80 msgid "" "Finally, this newest version adds options to export individual drawings and " "GIF animations, making it easy to share pictures, cartoons, and slideshows " "with others." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:85 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:85 msgid "" "The latest version has promoted the \"Fill\" tool, previously found under " "the \"Magic\" section of Tux Paint, to the main toolbar, where it's easier " @@ -512,21 +512,21 @@ msgid "" "images." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:86 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:86 msgid "" "Tux Paint also now makes it possible to disable stereo sound, which can " "benefit users with a hearing impairment, or in situations where only one " "speaker is available." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:91 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:91 msgid "" "New in this version are a \"color picker\", which allows any color within a " "drawing to be chosen using the pointer, and a set of three-, four-, and five-" "pointed star shapes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:92 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:92 msgid "" "The latest version also incorporates a number of new translations, bringing " "the number of supported languages up to nearly 130: Bengali, Bodo, Dogri, " @@ -1301,18 +1301,18 @@ msgid "" msgstr "" #. Color mixer; e.g., "Your color is entirely grey." -#: ../tuxpaint.c:23727 ../tuxpaint.c:23734 +#: ../tuxpaint.c:23734 ../tuxpaint.c:23741 msgid "entirely" msgstr "" #. Add "Color Select" color: -#: ../tuxpaint.c:26644 +#: ../tuxpaint.c:26651 msgid "Select a color from your drawing." msgstr "" #. Add "Color Picker" color: #. (This is an attempt to describe an HSV color picker in extremely basic terms!) -#: ../tuxpaint.c:26653 +#: ../tuxpaint.c:26660 msgid "" "Pick a color. Hues go top to bottom. Saturation/intensity goes left (pale) " "to right (pure). Value (lightness/darkness): grey bar." @@ -1320,7 +1320,7 @@ msgstr "" #. Add "Color Mixer" color: #. (The terms 'tint', 'tone', and 'shade' relate to combining white, grey, or black paint (respectively) to another color) -#: ../tuxpaint.c:26665 +#: ../tuxpaint.c:26672 msgid "" "Click the primary colors (red, yellow, and blue), white (to tint), grey (to " "tone), and black (to shade), to mix together a new color." @@ -1502,11 +1502,16 @@ msgstr "Klik en beweeg de moes um dien tijken dun te moaken." msgid "Emboss" msgstr "" -#: ../../magic/src/emboss.c:114 +#: ../../magic/src/emboss.c:115 #, fuzzy msgid "Click and drag the mouse to emboss the picture." msgstr "Klik en beweeg de moes um dien tijken dun te moaken." +#: ../../magic/src/emboss.c:117 +#, fuzzy +msgid "Click to emboss the entire picture." +msgstr "Klik um n spijgelbeeld te moaken." + #: ../../magic/src/fade_darken.c:115 msgid "Lighten" msgstr "" diff --git a/src/po/gu.po b/src/po/gu.po index 4fd7f7ae6..604844462 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: 2022-06-14 00:59-0700\n" +"POT-Creation-Date: 2022-07-03 16:31-0700\n" "PO-Revision-Date: 2017-12-31 11:57+0530\n" "Last-Translator: Kartik Mistry \n" "Language-Team: Gujarati \n" @@ -310,15 +310,15 @@ msgstr "" msgid "Minimize" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:8 ../tuxpaint.desktop.in:3 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:8 ../tuxpaint.desktop.in:3 msgid "Tux Paint" msgstr "ટક્સ પેન્ટ" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:9 ../tuxpaint.desktop.in:10 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:9 ../tuxpaint.desktop.in:10 msgid "A drawing program for children" msgstr "બાળકો માટે ચિત્ર કાર્યક્રમ" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:11 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:11 msgid "" "Tux Paint is a free, award-winning drawing program for children ages 3 to " "12. Tux Paint is used in schools around the world as a computer literacy " @@ -327,30 +327,30 @@ msgid "" "program." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:19 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:19 msgid "" "Kids are presented with a blank canvas and a variety of drawing tools to " "help them be creative." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:24 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:24 msgid "New Breed Software et al." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:36 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:36 msgid "The Magic tool is a set of special effects" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:40 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:40 msgid "" "The Paint Brush tool lets you draw freehand, using various brushes and colors" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:44 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:44 msgid "The Stamp tool is like a set of rubber stamps or stickers" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:50 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:50 msgid "" "Tux Paint's Color palette includes a new Color Mixer option, which allows " "users to combine different proportions of primary colors (red, yellow, and " @@ -358,7 +358,7 @@ msgid "" "mixing paints." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:51 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:51 msgid "" "The Color Picker option, which previously offered a static palette of around " "sixty-five thousand color choices, now supports separate hue, saturation, " @@ -366,21 +366,21 @@ msgid "" "colors." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:52 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:52 msgid "" "Also, a keyboard shortcut is now available for quick access to the Color " "Selector — the \"pipette\" tool used for picking colors from the current " "drawing." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:53 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53 msgid "" "The Paint and Lines tools now provide a way to adjust the spacing of " "brushes, allowing dotted lines or smearing effects to be made. Many brushes " "have been given better default spacing values, as well." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:54 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54 msgid "" "Two new variations of the Zoom Magic Tool, Tile Zoom and Rush, have been " "added. When shrinking a drawing with Tile Zoom, it replicates the drawing " @@ -388,7 +388,7 @@ msgid "" "background color. The Rush tool blurs the results." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:55 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:55 msgid "" "Tux Paint's Shapes tool now offers hexagon (6-sided) and heptagon (7-sided) " "polygons. For shapes which can be stretched (rectangle, oval, etc.), the " @@ -397,7 +397,7 @@ msgid "" "has also been expanded." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:56 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:56 msgid "" "Keyboard shortcuts, such as [Control]+[S] to save a drawing, are now " "accessed with the more traditional [⌘ Command] key when using Tux Paint on " @@ -405,7 +405,7 @@ msgid "" "The look and feel of the user documentation has been improved." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:61 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:61 msgid "" "Tux Paint's Paint and Line tools now support brushes that rotate based on " "the angle of the stroke. This new rotation feature, as well as the older " @@ -414,7 +414,7 @@ msgid "" "painting mode for interactively coloring within a confined area." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:62 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:62 msgid "" "Six new Magic tools have been added to Tux Paint. Panels shrinks and " "duplicates the drawing into a 2-by-2 grid, which is useful for making four-" @@ -425,7 +425,7 @@ msgid "" "of Tux Paint's classic Rainbow tool." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:63 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:63 msgid "" "A number of existing Magic tools have been updated, as well. Improvements " "were made to Halftone, which simulates photographs on newsprint; Cartoon, " @@ -434,7 +434,7 @@ msgid "" "Chalk, and Emboss, now offer the ability to alter the entire image at once!" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:64 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:64 msgid "" "Finally, Magic tools are now grouped into collections of similar effects — " "painting, distorts, color filters, picture warps, pattern painting, " @@ -442,7 +442,7 @@ msgid "" "need." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:69 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:69 msgid "" "Tux Paint's Fill tool now offers options to fill an area with color " "gradients. The \"Radial\" fill creates a circular gradient centered around " @@ -450,7 +450,7 @@ msgid "" "of gradients at different angles and sizes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:70 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:70 msgid "" "New Magic tools have been added to Tux Paint: \"Pixels\" makes it easier to " "create retro-gaming style pixel art, \"Checkerboard\" fills the entire " @@ -458,14 +458,14 @@ msgid "" "picture via brush strokes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:71 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:71 msgid "" "Tux Paint's user documentation has been overhauled, making localization " "easier. Parties interested in helping with localization are encouraged to " "contact the Tux Paint team." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:72 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:72 msgid "" "Finally, a new pair of accessibility options have been added. The entire " "user interface can now be enlarged benefiting users with impaired vision, " @@ -475,34 +475,34 @@ msgid "" "systems." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:77 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:77 msgid "" "A major improvement has been made to the Shapes tool, which now provides " "options to choose whether shapes are drawn from the center or a corner, " "making it easier to use in any situation." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:78 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:78 msgid "" "The on-screen keyboard, an accessibility feature optionally available when " "using the Text and Label tools, now appears larger on bigger displays; " "helpful for users of coarser input devices, such as eye-tracking systems." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:79 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:79 msgid "" "The Eraser tool adds new, smaller eraser sizes, and applies smoother, " "contiguous strokes when the pointer is moved quickly." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:80 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:80 msgid "" "Finally, this newest version adds options to export individual drawings and " "GIF animations, making it easy to share pictures, cartoons, and slideshows " "with others." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:85 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:85 msgid "" "The latest version has promoted the \"Fill\" tool, previously found under " "the \"Magic\" section of Tux Paint, to the main toolbar, where it's easier " @@ -512,21 +512,21 @@ msgid "" "images." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:86 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:86 msgid "" "Tux Paint also now makes it possible to disable stereo sound, which can " "benefit users with a hearing impairment, or in situations where only one " "speaker is available." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:91 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:91 msgid "" "New in this version are a \"color picker\", which allows any color within a " "drawing to be chosen using the pointer, and a set of three-, four-, and five-" "pointed star shapes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:92 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:92 msgid "" "The latest version also incorporates a number of new translations, bringing " "the number of supported languages up to nearly 130: Bengali, Bodo, Dogri, " @@ -1298,18 +1298,18 @@ msgid "" msgstr "" #. Color mixer; e.g., "Your color is entirely grey." -#: ../tuxpaint.c:23727 ../tuxpaint.c:23734 +#: ../tuxpaint.c:23734 ../tuxpaint.c:23741 msgid "entirely" msgstr "" #. Add "Color Select" color: -#: ../tuxpaint.c:26644 +#: ../tuxpaint.c:26651 msgid "Select a color from your drawing." msgstr "તમારા ચિત્રમાંથી રંગ પસંદ કરો." #. Add "Color Picker" color: #. (This is an attempt to describe an HSV color picker in extremely basic terms!) -#: ../tuxpaint.c:26653 +#: ../tuxpaint.c:26660 msgid "" "Pick a color. Hues go top to bottom. Saturation/intensity goes left (pale) " "to right (pure). Value (lightness/darkness): grey bar." @@ -1317,7 +1317,7 @@ msgstr "" #. Add "Color Mixer" color: #. (The terms 'tint', 'tone', and 'shade' relate to combining white, grey, or black paint (respectively) to another color) -#: ../tuxpaint.c:26665 +#: ../tuxpaint.c:26672 msgid "" "Click the primary colors (red, yellow, and blue), white (to tint), grey (to " "tone), and black (to shade), to mix together a new color." @@ -1483,10 +1483,16 @@ msgstr "તમારા ચિત્રમાં અસ્તવ્યસ્ત msgid "Emboss" msgstr "ઉપસેલ" -#: ../../magic/src/emboss.c:114 +#: ../../magic/src/emboss.c:115 msgid "Click and drag the mouse to emboss the picture." msgstr "ચિત્રને ઉપસેલું કરવા માટે માઉસને ક્લિક કરો અને આજુ-બાજુ ખેંચો." +#: ../../magic/src/emboss.c:117 +#, fuzzy +#| msgid "Click to sharpen the entire picture." +msgid "Click to emboss the entire picture." +msgstr "આખાં ચિત્રને તીક્ષ્ણ બનાવવા ક્લિક કરો." + #: ../../magic/src/fade_darken.c:115 msgid "Lighten" msgstr "આછું" diff --git a/src/po/he.po b/src/po/he.po index 28e1f3540..178a0851d 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: 2022-06-14 00:59-0700\n" +"POT-Creation-Date: 2022-07-03 16:31-0700\n" "PO-Revision-Date: 2009-05-10 21:45+0200\n" "Last-Translator: Jorge Mariano \n" "Language-Team: Hebrew \n" @@ -321,15 +321,15 @@ msgstr "" msgid "Minimize" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:8 ../tuxpaint.desktop.in:3 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:8 ../tuxpaint.desktop.in:3 msgid "Tux Paint" msgstr "Tux Paint" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:9 ../tuxpaint.desktop.in:10 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:9 ../tuxpaint.desktop.in:10 msgid "A drawing program for children" msgstr "תוכנת ציור לילדים" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:11 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:11 msgid "" "Tux Paint is a free, award-winning drawing program for children ages 3 to " "12. Tux Paint is used in schools around the world as a computer literacy " @@ -338,30 +338,30 @@ msgid "" "program." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:19 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:19 msgid "" "Kids are presented with a blank canvas and a variety of drawing tools to " "help them be creative." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:24 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:24 msgid "New Breed Software et al." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:36 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:36 msgid "The Magic tool is a set of special effects" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:40 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:40 msgid "" "The Paint Brush tool lets you draw freehand, using various brushes and colors" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:44 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:44 msgid "The Stamp tool is like a set of rubber stamps or stickers" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:50 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:50 msgid "" "Tux Paint's Color palette includes a new Color Mixer option, which allows " "users to combine different proportions of primary colors (red, yellow, and " @@ -369,7 +369,7 @@ msgid "" "mixing paints." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:51 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:51 msgid "" "The Color Picker option, which previously offered a static palette of around " "sixty-five thousand color choices, now supports separate hue, saturation, " @@ -377,21 +377,21 @@ msgid "" "colors." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:52 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:52 msgid "" "Also, a keyboard shortcut is now available for quick access to the Color " "Selector — the \"pipette\" tool used for picking colors from the current " "drawing." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:53 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53 msgid "" "The Paint and Lines tools now provide a way to adjust the spacing of " "brushes, allowing dotted lines or smearing effects to be made. Many brushes " "have been given better default spacing values, as well." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:54 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54 msgid "" "Two new variations of the Zoom Magic Tool, Tile Zoom and Rush, have been " "added. When shrinking a drawing with Tile Zoom, it replicates the drawing " @@ -399,7 +399,7 @@ msgid "" "background color. The Rush tool blurs the results." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:55 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:55 msgid "" "Tux Paint's Shapes tool now offers hexagon (6-sided) and heptagon (7-sided) " "polygons. For shapes which can be stretched (rectangle, oval, etc.), the " @@ -408,7 +408,7 @@ msgid "" "has also been expanded." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:56 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:56 msgid "" "Keyboard shortcuts, such as [Control]+[S] to save a drawing, are now " "accessed with the more traditional [⌘ Command] key when using Tux Paint on " @@ -416,7 +416,7 @@ msgid "" "The look and feel of the user documentation has been improved." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:61 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:61 msgid "" "Tux Paint's Paint and Line tools now support brushes that rotate based on " "the angle of the stroke. This new rotation feature, as well as the older " @@ -425,7 +425,7 @@ msgid "" "painting mode for interactively coloring within a confined area." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:62 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:62 msgid "" "Six new Magic tools have been added to Tux Paint. Panels shrinks and " "duplicates the drawing into a 2-by-2 grid, which is useful for making four-" @@ -436,7 +436,7 @@ msgid "" "of Tux Paint's classic Rainbow tool." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:63 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:63 msgid "" "A number of existing Magic tools have been updated, as well. Improvements " "were made to Halftone, which simulates photographs on newsprint; Cartoon, " @@ -445,7 +445,7 @@ msgid "" "Chalk, and Emboss, now offer the ability to alter the entire image at once!" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:64 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:64 msgid "" "Finally, Magic tools are now grouped into collections of similar effects — " "painting, distorts, color filters, picture warps, pattern painting, " @@ -453,7 +453,7 @@ msgid "" "need." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:69 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:69 msgid "" "Tux Paint's Fill tool now offers options to fill an area with color " "gradients. The \"Radial\" fill creates a circular gradient centered around " @@ -461,7 +461,7 @@ msgid "" "of gradients at different angles and sizes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:70 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:70 msgid "" "New Magic tools have been added to Tux Paint: \"Pixels\" makes it easier to " "create retro-gaming style pixel art, \"Checkerboard\" fills the entire " @@ -469,14 +469,14 @@ msgid "" "picture via brush strokes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:71 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:71 msgid "" "Tux Paint's user documentation has been overhauled, making localization " "easier. Parties interested in helping with localization are encouraged to " "contact the Tux Paint team." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:72 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:72 msgid "" "Finally, a new pair of accessibility options have been added. The entire " "user interface can now be enlarged benefiting users with impaired vision, " @@ -486,34 +486,34 @@ msgid "" "systems." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:77 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:77 msgid "" "A major improvement has been made to the Shapes tool, which now provides " "options to choose whether shapes are drawn from the center or a corner, " "making it easier to use in any situation." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:78 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:78 msgid "" "The on-screen keyboard, an accessibility feature optionally available when " "using the Text and Label tools, now appears larger on bigger displays; " "helpful for users of coarser input devices, such as eye-tracking systems." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:79 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:79 msgid "" "The Eraser tool adds new, smaller eraser sizes, and applies smoother, " "contiguous strokes when the pointer is moved quickly." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:80 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:80 msgid "" "Finally, this newest version adds options to export individual drawings and " "GIF animations, making it easy to share pictures, cartoons, and slideshows " "with others." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:85 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:85 msgid "" "The latest version has promoted the \"Fill\" tool, previously found under " "the \"Magic\" section of Tux Paint, to the main toolbar, where it's easier " @@ -523,21 +523,21 @@ msgid "" "images." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:86 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:86 msgid "" "Tux Paint also now makes it possible to disable stereo sound, which can " "benefit users with a hearing impairment, or in situations where only one " "speaker is available." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:91 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:91 msgid "" "New in this version are a \"color picker\", which allows any color within a " "drawing to be chosen using the pointer, and a set of three-, four-, and five-" "pointed star shapes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:92 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:92 msgid "" "The latest version also incorporates a number of new translations, bringing " "the number of supported languages up to nearly 130: Bengali, Bodo, Dogri, " @@ -1304,18 +1304,18 @@ msgid "" msgstr "" #. Color mixer; e.g., "Your color is entirely grey." -#: ../tuxpaint.c:23727 ../tuxpaint.c:23734 +#: ../tuxpaint.c:23734 ../tuxpaint.c:23741 msgid "entirely" msgstr "" #. Add "Color Select" color: -#: ../tuxpaint.c:26644 +#: ../tuxpaint.c:26651 msgid "Select a color from your drawing." msgstr "" #. Add "Color Picker" color: #. (This is an attempt to describe an HSV color picker in extremely basic terms!) -#: ../tuxpaint.c:26653 +#: ../tuxpaint.c:26660 msgid "" "Pick a color. Hues go top to bottom. Saturation/intensity goes left (pale) " "to right (pure). Value (lightness/darkness): grey bar." @@ -1323,7 +1323,7 @@ msgstr "" #. Add "Color Mixer" color: #. (The terms 'tint', 'tone', and 'shade' relate to combining white, grey, or black paint (respectively) to another color) -#: ../tuxpaint.c:26665 +#: ../tuxpaint.c:26672 msgid "" "Click the primary colors (red, yellow, and blue), white (to tint), grey (to " "tone), and black (to shade), to mix together a new color." @@ -1511,10 +1511,16 @@ msgstr "לחצי וגררי עם העכבר לעיוות התמונה." msgid "Emboss" msgstr "תבליט" -#: ../../magic/src/emboss.c:114 +#: ../../magic/src/emboss.c:115 msgid "Click and drag the mouse to emboss the picture." msgstr "לחצי וגררי את העכבר ליצירת תבליט." +#: ../../magic/src/emboss.c:117 +#, fuzzy +#| msgid "Click to sharpen the entire picture." +msgid "Click to emboss the entire picture." +msgstr "לחצי לחידוד התמונה כולה." + #: ../../magic/src/fade_darken.c:115 msgid "Lighten" msgstr "מבהיר" diff --git a/src/po/hi.po b/src/po/hi.po index 1e78b277e..86d32c816 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: 2022-06-14 00:59-0700\n" +"POT-Creation-Date: 2022-07-03 16:31-0700\n" "PO-Revision-Date: 2014-08-09 02:17+1000\n" "Last-Translator: Ashish Arora \n" "Language-Team: Hindi\n" @@ -314,15 +314,15 @@ msgstr "" msgid "Minimize" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:8 ../tuxpaint.desktop.in:3 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:8 ../tuxpaint.desktop.in:3 msgid "Tux Paint" msgstr "Tux Paint" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:9 ../tuxpaint.desktop.in:10 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:9 ../tuxpaint.desktop.in:10 msgid "A drawing program for children" msgstr "बच्चों के लिए एक ड्राइंग कार्यक्रम|" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:11 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:11 msgid "" "Tux Paint is a free, award-winning drawing program for children ages 3 to " "12. Tux Paint is used in schools around the world as a computer literacy " @@ -331,30 +331,30 @@ msgid "" "program." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:19 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:19 msgid "" "Kids are presented with a blank canvas and a variety of drawing tools to " "help them be creative." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:24 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:24 msgid "New Breed Software et al." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:36 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:36 msgid "The Magic tool is a set of special effects" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:40 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:40 msgid "" "The Paint Brush tool lets you draw freehand, using various brushes and colors" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:44 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:44 msgid "The Stamp tool is like a set of rubber stamps or stickers" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:50 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:50 msgid "" "Tux Paint's Color palette includes a new Color Mixer option, which allows " "users to combine different proportions of primary colors (red, yellow, and " @@ -362,7 +362,7 @@ msgid "" "mixing paints." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:51 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:51 msgid "" "The Color Picker option, which previously offered a static palette of around " "sixty-five thousand color choices, now supports separate hue, saturation, " @@ -370,21 +370,21 @@ msgid "" "colors." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:52 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:52 msgid "" "Also, a keyboard shortcut is now available for quick access to the Color " "Selector — the \"pipette\" tool used for picking colors from the current " "drawing." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:53 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53 msgid "" "The Paint and Lines tools now provide a way to adjust the spacing of " "brushes, allowing dotted lines or smearing effects to be made. Many brushes " "have been given better default spacing values, as well." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:54 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54 msgid "" "Two new variations of the Zoom Magic Tool, Tile Zoom and Rush, have been " "added. When shrinking a drawing with Tile Zoom, it replicates the drawing " @@ -392,7 +392,7 @@ msgid "" "background color. The Rush tool blurs the results." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:55 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:55 msgid "" "Tux Paint's Shapes tool now offers hexagon (6-sided) and heptagon (7-sided) " "polygons. For shapes which can be stretched (rectangle, oval, etc.), the " @@ -401,7 +401,7 @@ msgid "" "has also been expanded." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:56 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:56 msgid "" "Keyboard shortcuts, such as [Control]+[S] to save a drawing, are now " "accessed with the more traditional [⌘ Command] key when using Tux Paint on " @@ -409,7 +409,7 @@ msgid "" "The look and feel of the user documentation has been improved." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:61 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:61 msgid "" "Tux Paint's Paint and Line tools now support brushes that rotate based on " "the angle of the stroke. This new rotation feature, as well as the older " @@ -418,7 +418,7 @@ msgid "" "painting mode for interactively coloring within a confined area." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:62 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:62 msgid "" "Six new Magic tools have been added to Tux Paint. Panels shrinks and " "duplicates the drawing into a 2-by-2 grid, which is useful for making four-" @@ -429,7 +429,7 @@ msgid "" "of Tux Paint's classic Rainbow tool." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:63 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:63 msgid "" "A number of existing Magic tools have been updated, as well. Improvements " "were made to Halftone, which simulates photographs on newsprint; Cartoon, " @@ -438,7 +438,7 @@ msgid "" "Chalk, and Emboss, now offer the ability to alter the entire image at once!" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:64 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:64 msgid "" "Finally, Magic tools are now grouped into collections of similar effects — " "painting, distorts, color filters, picture warps, pattern painting, " @@ -446,7 +446,7 @@ msgid "" "need." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:69 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:69 msgid "" "Tux Paint's Fill tool now offers options to fill an area with color " "gradients. The \"Radial\" fill creates a circular gradient centered around " @@ -454,7 +454,7 @@ msgid "" "of gradients at different angles and sizes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:70 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:70 msgid "" "New Magic tools have been added to Tux Paint: \"Pixels\" makes it easier to " "create retro-gaming style pixel art, \"Checkerboard\" fills the entire " @@ -462,14 +462,14 @@ msgid "" "picture via brush strokes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:71 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:71 msgid "" "Tux Paint's user documentation has been overhauled, making localization " "easier. Parties interested in helping with localization are encouraged to " "contact the Tux Paint team." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:72 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:72 msgid "" "Finally, a new pair of accessibility options have been added. The entire " "user interface can now be enlarged benefiting users with impaired vision, " @@ -479,34 +479,34 @@ msgid "" "systems." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:77 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:77 msgid "" "A major improvement has been made to the Shapes tool, which now provides " "options to choose whether shapes are drawn from the center or a corner, " "making it easier to use in any situation." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:78 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:78 msgid "" "The on-screen keyboard, an accessibility feature optionally available when " "using the Text and Label tools, now appears larger on bigger displays; " "helpful for users of coarser input devices, such as eye-tracking systems." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:79 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:79 msgid "" "The Eraser tool adds new, smaller eraser sizes, and applies smoother, " "contiguous strokes when the pointer is moved quickly." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:80 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:80 msgid "" "Finally, this newest version adds options to export individual drawings and " "GIF animations, making it easy to share pictures, cartoons, and slideshows " "with others." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:85 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:85 msgid "" "The latest version has promoted the \"Fill\" tool, previously found under " "the \"Magic\" section of Tux Paint, to the main toolbar, where it's easier " @@ -516,21 +516,21 @@ msgid "" "images." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:86 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:86 msgid "" "Tux Paint also now makes it possible to disable stereo sound, which can " "benefit users with a hearing impairment, or in situations where only one " "speaker is available." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:91 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:91 msgid "" "New in this version are a \"color picker\", which allows any color within a " "drawing to be chosen using the pointer, and a set of three-, four-, and five-" "pointed star shapes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:92 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:92 msgid "" "The latest version also incorporates a number of new translations, bringing " "the number of supported languages up to nearly 130: Bengali, Bodo, Dogri, " @@ -1301,18 +1301,18 @@ msgid "" msgstr "" #. Color mixer; e.g., "Your color is entirely grey." -#: ../tuxpaint.c:23727 ../tuxpaint.c:23734 +#: ../tuxpaint.c:23734 ../tuxpaint.c:23741 msgid "entirely" msgstr "" #. Add "Color Select" color: -#: ../tuxpaint.c:26644 +#: ../tuxpaint.c:26651 msgid "Select a color from your drawing." msgstr "" #. Add "Color Picker" color: #. (This is an attempt to describe an HSV color picker in extremely basic terms!) -#: ../tuxpaint.c:26653 +#: ../tuxpaint.c:26660 msgid "" "Pick a color. Hues go top to bottom. Saturation/intensity goes left (pale) " "to right (pure). Value (lightness/darkness): grey bar." @@ -1320,7 +1320,7 @@ msgstr "" #. Add "Color Mixer" color: #. (The terms 'tint', 'tone', and 'shade' relate to combining white, grey, or black paint (respectively) to another color) -#: ../tuxpaint.c:26665 +#: ../tuxpaint.c:26672 msgid "" "Click the primary colors (red, yellow, and blue), white (to tint), grey (to " "tone), and black (to shade), to mix together a new color." @@ -1509,10 +1509,16 @@ msgstr "चित्र में विकृति लाने के लि msgid "Emboss" msgstr "उभारदार नक्क़ाशी" -#: ../../magic/src/emboss.c:114 +#: ../../magic/src/emboss.c:115 msgid "Click and drag the mouse to emboss the picture." msgstr "उभरे हुए चित्र बनाने के लिए क्लिक करें और स्थानांतरित करें" +#: ../../magic/src/emboss.c:117 +#, fuzzy +#| msgid "Click to sharpen the entire picture." +msgid "Click to emboss the entire picture." +msgstr "पूरे चित्र में पैनापन लाने के लिए क्लिक करें|" + #: ../../magic/src/fade_darken.c:115 msgid "Lighten" msgstr "हल्का करना" diff --git a/src/po/hr.po b/src/po/hr.po index 5317648c4..4fe1d2db6 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: 2022-06-14 00:59-0700\n" +"POT-Creation-Date: 2022-07-03 16:31-0700\n" "PO-Revision-Date: 2017-12-26 10:53+0100\n" "Last-Translator: Paulo Pavačić \n" "Language-Team: none\n" @@ -311,15 +311,15 @@ msgstr "" msgid "Minimize" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:8 ../tuxpaint.desktop.in:3 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:8 ../tuxpaint.desktop.in:3 msgid "Tux Paint" msgstr "Tux Bojanje" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:9 ../tuxpaint.desktop.in:10 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:9 ../tuxpaint.desktop.in:10 msgid "A drawing program for children" msgstr "Program za crtanje za djecu" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:11 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:11 msgid "" "Tux Paint is a free, award-winning drawing program for children ages 3 to " "12. Tux Paint is used in schools around the world as a computer literacy " @@ -328,30 +328,30 @@ msgid "" "program." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:19 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:19 msgid "" "Kids are presented with a blank canvas and a variety of drawing tools to " "help them be creative." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:24 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:24 msgid "New Breed Software et al." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:36 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:36 msgid "The Magic tool is a set of special effects" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:40 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:40 msgid "" "The Paint Brush tool lets you draw freehand, using various brushes and colors" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:44 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:44 msgid "The Stamp tool is like a set of rubber stamps or stickers" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:50 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:50 msgid "" "Tux Paint's Color palette includes a new Color Mixer option, which allows " "users to combine different proportions of primary colors (red, yellow, and " @@ -359,7 +359,7 @@ msgid "" "mixing paints." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:51 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:51 msgid "" "The Color Picker option, which previously offered a static palette of around " "sixty-five thousand color choices, now supports separate hue, saturation, " @@ -367,21 +367,21 @@ msgid "" "colors." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:52 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:52 msgid "" "Also, a keyboard shortcut is now available for quick access to the Color " "Selector — the \"pipette\" tool used for picking colors from the current " "drawing." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:53 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53 msgid "" "The Paint and Lines tools now provide a way to adjust the spacing of " "brushes, allowing dotted lines or smearing effects to be made. Many brushes " "have been given better default spacing values, as well." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:54 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54 msgid "" "Two new variations of the Zoom Magic Tool, Tile Zoom and Rush, have been " "added. When shrinking a drawing with Tile Zoom, it replicates the drawing " @@ -389,7 +389,7 @@ msgid "" "background color. The Rush tool blurs the results." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:55 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:55 msgid "" "Tux Paint's Shapes tool now offers hexagon (6-sided) and heptagon (7-sided) " "polygons. For shapes which can be stretched (rectangle, oval, etc.), the " @@ -398,7 +398,7 @@ msgid "" "has also been expanded." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:56 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:56 msgid "" "Keyboard shortcuts, such as [Control]+[S] to save a drawing, are now " "accessed with the more traditional [⌘ Command] key when using Tux Paint on " @@ -406,7 +406,7 @@ msgid "" "The look and feel of the user documentation has been improved." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:61 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:61 msgid "" "Tux Paint's Paint and Line tools now support brushes that rotate based on " "the angle of the stroke. This new rotation feature, as well as the older " @@ -415,7 +415,7 @@ msgid "" "painting mode for interactively coloring within a confined area." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:62 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:62 msgid "" "Six new Magic tools have been added to Tux Paint. Panels shrinks and " "duplicates the drawing into a 2-by-2 grid, which is useful for making four-" @@ -426,7 +426,7 @@ msgid "" "of Tux Paint's classic Rainbow tool." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:63 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:63 msgid "" "A number of existing Magic tools have been updated, as well. Improvements " "were made to Halftone, which simulates photographs on newsprint; Cartoon, " @@ -435,7 +435,7 @@ msgid "" "Chalk, and Emboss, now offer the ability to alter the entire image at once!" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:64 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:64 msgid "" "Finally, Magic tools are now grouped into collections of similar effects — " "painting, distorts, color filters, picture warps, pattern painting, " @@ -443,7 +443,7 @@ msgid "" "need." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:69 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:69 msgid "" "Tux Paint's Fill tool now offers options to fill an area with color " "gradients. The \"Radial\" fill creates a circular gradient centered around " @@ -451,7 +451,7 @@ msgid "" "of gradients at different angles and sizes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:70 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:70 msgid "" "New Magic tools have been added to Tux Paint: \"Pixels\" makes it easier to " "create retro-gaming style pixel art, \"Checkerboard\" fills the entire " @@ -459,14 +459,14 @@ msgid "" "picture via brush strokes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:71 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:71 msgid "" "Tux Paint's user documentation has been overhauled, making localization " "easier. Parties interested in helping with localization are encouraged to " "contact the Tux Paint team." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:72 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:72 msgid "" "Finally, a new pair of accessibility options have been added. The entire " "user interface can now be enlarged benefiting users with impaired vision, " @@ -476,34 +476,34 @@ msgid "" "systems." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:77 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:77 msgid "" "A major improvement has been made to the Shapes tool, which now provides " "options to choose whether shapes are drawn from the center or a corner, " "making it easier to use in any situation." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:78 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:78 msgid "" "The on-screen keyboard, an accessibility feature optionally available when " "using the Text and Label tools, now appears larger on bigger displays; " "helpful for users of coarser input devices, such as eye-tracking systems." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:79 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:79 msgid "" "The Eraser tool adds new, smaller eraser sizes, and applies smoother, " "contiguous strokes when the pointer is moved quickly." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:80 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:80 msgid "" "Finally, this newest version adds options to export individual drawings and " "GIF animations, making it easy to share pictures, cartoons, and slideshows " "with others." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:85 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:85 msgid "" "The latest version has promoted the \"Fill\" tool, previously found under " "the \"Magic\" section of Tux Paint, to the main toolbar, where it's easier " @@ -513,21 +513,21 @@ msgid "" "images." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:86 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:86 msgid "" "Tux Paint also now makes it possible to disable stereo sound, which can " "benefit users with a hearing impairment, or in situations where only one " "speaker is available." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:91 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:91 msgid "" "New in this version are a \"color picker\", which allows any color within a " "drawing to be chosen using the pointer, and a set of three-, four-, and five-" "pointed star shapes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:92 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:92 msgid "" "The latest version also incorporates a number of new translations, bringing " "the number of supported languages up to nearly 130: Bengali, Bodo, Dogri, " @@ -1302,18 +1302,18 @@ msgid "" msgstr "" #. Color mixer; e.g., "Your color is entirely grey." -#: ../tuxpaint.c:23727 ../tuxpaint.c:23734 +#: ../tuxpaint.c:23734 ../tuxpaint.c:23741 msgid "entirely" msgstr "" #. Add "Color Select" color: -#: ../tuxpaint.c:26644 +#: ../tuxpaint.c:26651 msgid "Select a color from your drawing." msgstr "Odaberite boju s vašeg crteža." #. Add "Color Picker" color: #. (This is an attempt to describe an HSV color picker in extremely basic terms!) -#: ../tuxpaint.c:26653 +#: ../tuxpaint.c:26660 msgid "" "Pick a color. Hues go top to bottom. Saturation/intensity goes left (pale) " "to right (pure). Value (lightness/darkness): grey bar." @@ -1321,7 +1321,7 @@ msgstr "" #. Add "Color Mixer" color: #. (The terms 'tint', 'tone', and 'shade' relate to combining white, grey, or black paint (respectively) to another color) -#: ../tuxpaint.c:26665 +#: ../tuxpaint.c:26672 msgid "" "Click the primary colors (red, yellow, and blue), white (to tint), grey (to " "tone), and black (to shade), to mix together a new color." @@ -1487,10 +1487,16 @@ msgstr "Klikni i pomakni miš da iskriviš svoj crtež." msgid "Emboss" msgstr "Klesanje" -#: ../../magic/src/emboss.c:114 +#: ../../magic/src/emboss.c:115 msgid "Click and drag the mouse to emboss the picture." msgstr "Klikni i pomakni miš za klesanje tvoje slike." +#: ../../magic/src/emboss.c:117 +#, fuzzy +#| msgid "Click to sharpen the entire picture." +msgid "Click to emboss the entire picture." +msgstr "Klikni da izoštriš cijelu sliku." + #: ../../magic/src/fade_darken.c:115 msgid "Lighten" msgstr "Osvjetli" diff --git a/src/po/hu.po b/src/po/hu.po index fca4bdd01..8908c7830 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: 2022-06-14 00:59-0700\n" +"POT-Creation-Date: 2022-07-03 16:31-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" @@ -315,15 +315,15 @@ msgstr "" msgid "Minimize" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:8 ../tuxpaint.desktop.in:3 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:8 ../tuxpaint.desktop.in:3 msgid "Tux Paint" msgstr "Tux Paint" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:9 ../tuxpaint.desktop.in:10 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:9 ../tuxpaint.desktop.in:10 msgid "A drawing program for children" msgstr "Rajzolóprogram gyerekeknek" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:11 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:11 msgid "" "Tux Paint is a free, award-winning drawing program for children ages 3 to " "12. Tux Paint is used in schools around the world as a computer literacy " @@ -332,30 +332,30 @@ msgid "" "program." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:19 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:19 msgid "" "Kids are presented with a blank canvas and a variety of drawing tools to " "help them be creative." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:24 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:24 msgid "New Breed Software et al." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:36 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:36 msgid "The Magic tool is a set of special effects" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:40 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:40 msgid "" "The Paint Brush tool lets you draw freehand, using various brushes and colors" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:44 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:44 msgid "The Stamp tool is like a set of rubber stamps or stickers" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:50 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:50 msgid "" "Tux Paint's Color palette includes a new Color Mixer option, which allows " "users to combine different proportions of primary colors (red, yellow, and " @@ -363,7 +363,7 @@ msgid "" "mixing paints." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:51 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:51 msgid "" "The Color Picker option, which previously offered a static palette of around " "sixty-five thousand color choices, now supports separate hue, saturation, " @@ -371,21 +371,21 @@ msgid "" "colors." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:52 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:52 msgid "" "Also, a keyboard shortcut is now available for quick access to the Color " "Selector — the \"pipette\" tool used for picking colors from the current " "drawing." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:53 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53 msgid "" "The Paint and Lines tools now provide a way to adjust the spacing of " "brushes, allowing dotted lines or smearing effects to be made. Many brushes " "have been given better default spacing values, as well." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:54 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54 msgid "" "Two new variations of the Zoom Magic Tool, Tile Zoom and Rush, have been " "added. When shrinking a drawing with Tile Zoom, it replicates the drawing " @@ -393,7 +393,7 @@ msgid "" "background color. The Rush tool blurs the results." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:55 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:55 msgid "" "Tux Paint's Shapes tool now offers hexagon (6-sided) and heptagon (7-sided) " "polygons. For shapes which can be stretched (rectangle, oval, etc.), the " @@ -402,7 +402,7 @@ msgid "" "has also been expanded." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:56 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:56 msgid "" "Keyboard shortcuts, such as [Control]+[S] to save a drawing, are now " "accessed with the more traditional [⌘ Command] key when using Tux Paint on " @@ -410,7 +410,7 @@ msgid "" "The look and feel of the user documentation has been improved." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:61 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:61 msgid "" "Tux Paint's Paint and Line tools now support brushes that rotate based on " "the angle of the stroke. This new rotation feature, as well as the older " @@ -419,7 +419,7 @@ msgid "" "painting mode for interactively coloring within a confined area." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:62 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:62 msgid "" "Six new Magic tools have been added to Tux Paint. Panels shrinks and " "duplicates the drawing into a 2-by-2 grid, which is useful for making four-" @@ -430,7 +430,7 @@ msgid "" "of Tux Paint's classic Rainbow tool." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:63 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:63 msgid "" "A number of existing Magic tools have been updated, as well. Improvements " "were made to Halftone, which simulates photographs on newsprint; Cartoon, " @@ -439,7 +439,7 @@ msgid "" "Chalk, and Emboss, now offer the ability to alter the entire image at once!" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:64 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:64 msgid "" "Finally, Magic tools are now grouped into collections of similar effects — " "painting, distorts, color filters, picture warps, pattern painting, " @@ -447,7 +447,7 @@ msgid "" "need." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:69 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:69 msgid "" "Tux Paint's Fill tool now offers options to fill an area with color " "gradients. The \"Radial\" fill creates a circular gradient centered around " @@ -455,7 +455,7 @@ msgid "" "of gradients at different angles and sizes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:70 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:70 msgid "" "New Magic tools have been added to Tux Paint: \"Pixels\" makes it easier to " "create retro-gaming style pixel art, \"Checkerboard\" fills the entire " @@ -463,14 +463,14 @@ msgid "" "picture via brush strokes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:71 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:71 msgid "" "Tux Paint's user documentation has been overhauled, making localization " "easier. Parties interested in helping with localization are encouraged to " "contact the Tux Paint team." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:72 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:72 msgid "" "Finally, a new pair of accessibility options have been added. The entire " "user interface can now be enlarged benefiting users with impaired vision, " @@ -480,34 +480,34 @@ msgid "" "systems." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:77 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:77 msgid "" "A major improvement has been made to the Shapes tool, which now provides " "options to choose whether shapes are drawn from the center or a corner, " "making it easier to use in any situation." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:78 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:78 msgid "" "The on-screen keyboard, an accessibility feature optionally available when " "using the Text and Label tools, now appears larger on bigger displays; " "helpful for users of coarser input devices, such as eye-tracking systems." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:79 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:79 msgid "" "The Eraser tool adds new, smaller eraser sizes, and applies smoother, " "contiguous strokes when the pointer is moved quickly." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:80 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:80 msgid "" "Finally, this newest version adds options to export individual drawings and " "GIF animations, making it easy to share pictures, cartoons, and slideshows " "with others." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:85 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:85 msgid "" "The latest version has promoted the \"Fill\" tool, previously found under " "the \"Magic\" section of Tux Paint, to the main toolbar, where it's easier " @@ -517,21 +517,21 @@ msgid "" "images." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:86 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:86 msgid "" "Tux Paint also now makes it possible to disable stereo sound, which can " "benefit users with a hearing impairment, or in situations where only one " "speaker is available." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:91 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:91 msgid "" "New in this version are a \"color picker\", which allows any color within a " "drawing to be chosen using the pointer, and a set of three-, four-, and five-" "pointed star shapes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:92 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:92 msgid "" "The latest version also incorporates a number of new translations, bringing " "the number of supported languages up to nearly 130: Bengali, Bodo, Dogri, " @@ -1315,18 +1315,18 @@ msgid "" msgstr "" #. Color mixer; e.g., "Your color is entirely grey." -#: ../tuxpaint.c:23727 ../tuxpaint.c:23734 +#: ../tuxpaint.c:23734 ../tuxpaint.c:23741 msgid "entirely" msgstr "" #. Add "Color Select" color: -#: ../tuxpaint.c:26644 +#: ../tuxpaint.c:26651 msgid "Select a color from your drawing." msgstr "" #. Add "Color Picker" color: #. (This is an attempt to describe an HSV color picker in extremely basic terms!) -#: ../tuxpaint.c:26653 +#: ../tuxpaint.c:26660 msgid "" "Pick a color. Hues go top to bottom. Saturation/intensity goes left (pale) " "to right (pure). Value (lightness/darkness): grey bar." @@ -1334,7 +1334,7 @@ msgstr "" #. Add "Color Mixer" color: #. (The terms 'tint', 'tone', and 'shade' relate to combining white, grey, or black paint (respectively) to another color) -#: ../tuxpaint.c:26665 +#: ../tuxpaint.c:26672 msgid "" "Click the primary colors (red, yellow, and blue), white (to tint), grey (to " "tone), and black (to shade), to mix together a new color." @@ -1519,10 +1519,16 @@ msgstr "Kattints oda a rajzodon, ahol torzítani szeretnél." msgid "Emboss" msgstr "Domborítás" -#: ../../magic/src/emboss.c:114 +#: ../../magic/src/emboss.c:115 msgid "Click and drag the mouse to emboss the picture." msgstr "Kattints oda a rajzodon, ahol a képet domborítani szeretnéd." +#: ../../magic/src/emboss.c:117 +#, fuzzy +#| msgid "Click to sharpen the entire picture." +msgid "Click to emboss the entire picture." +msgstr "Kattints az egész kép élesítéséhez." + #: ../../magic/src/fade_darken.c:115 msgid "Lighten" msgstr "Fényesítés" diff --git a/src/po/hy.po b/src/po/hy.po index 373c0e6e9..11a0c7706 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: 2022-06-14 00:59-0700\n" +"POT-Creation-Date: 2022-07-03 16:31-0700\n" "PO-Revision-Date: 2014-03-22 11:39+0400\n" "Last-Translator: Aram Palyan \n" "Language-Team: Armenian \n" @@ -318,15 +318,15 @@ msgstr "" msgid "Minimize" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:8 ../tuxpaint.desktop.in:3 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:8 ../tuxpaint.desktop.in:3 msgid "Tux Paint" msgstr "Նկարիչ Տուքսը" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:9 ../tuxpaint.desktop.in:10 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:9 ../tuxpaint.desktop.in:10 msgid "A drawing program for children" msgstr "Նկարչական ծրագիր երեխաների համար:" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:11 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:11 msgid "" "Tux Paint is a free, award-winning drawing program for children ages 3 to " "12. Tux Paint is used in schools around the world as a computer literacy " @@ -335,30 +335,30 @@ msgid "" "program." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:19 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:19 msgid "" "Kids are presented with a blank canvas and a variety of drawing tools to " "help them be creative." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:24 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:24 msgid "New Breed Software et al." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:36 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:36 msgid "The Magic tool is a set of special effects" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:40 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:40 msgid "" "The Paint Brush tool lets you draw freehand, using various brushes and colors" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:44 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:44 msgid "The Stamp tool is like a set of rubber stamps or stickers" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:50 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:50 msgid "" "Tux Paint's Color palette includes a new Color Mixer option, which allows " "users to combine different proportions of primary colors (red, yellow, and " @@ -366,7 +366,7 @@ msgid "" "mixing paints." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:51 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:51 msgid "" "The Color Picker option, which previously offered a static palette of around " "sixty-five thousand color choices, now supports separate hue, saturation, " @@ -374,21 +374,21 @@ msgid "" "colors." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:52 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:52 msgid "" "Also, a keyboard shortcut is now available for quick access to the Color " "Selector — the \"pipette\" tool used for picking colors from the current " "drawing." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:53 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53 msgid "" "The Paint and Lines tools now provide a way to adjust the spacing of " "brushes, allowing dotted lines or smearing effects to be made. Many brushes " "have been given better default spacing values, as well." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:54 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54 msgid "" "Two new variations of the Zoom Magic Tool, Tile Zoom and Rush, have been " "added. When shrinking a drawing with Tile Zoom, it replicates the drawing " @@ -396,7 +396,7 @@ msgid "" "background color. The Rush tool blurs the results." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:55 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:55 msgid "" "Tux Paint's Shapes tool now offers hexagon (6-sided) and heptagon (7-sided) " "polygons. For shapes which can be stretched (rectangle, oval, etc.), the " @@ -405,7 +405,7 @@ msgid "" "has also been expanded." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:56 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:56 msgid "" "Keyboard shortcuts, such as [Control]+[S] to save a drawing, are now " "accessed with the more traditional [⌘ Command] key when using Tux Paint on " @@ -413,7 +413,7 @@ msgid "" "The look and feel of the user documentation has been improved." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:61 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:61 msgid "" "Tux Paint's Paint and Line tools now support brushes that rotate based on " "the angle of the stroke. This new rotation feature, as well as the older " @@ -422,7 +422,7 @@ msgid "" "painting mode for interactively coloring within a confined area." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:62 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:62 msgid "" "Six new Magic tools have been added to Tux Paint. Panels shrinks and " "duplicates the drawing into a 2-by-2 grid, which is useful for making four-" @@ -433,7 +433,7 @@ msgid "" "of Tux Paint's classic Rainbow tool." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:63 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:63 msgid "" "A number of existing Magic tools have been updated, as well. Improvements " "were made to Halftone, which simulates photographs on newsprint; Cartoon, " @@ -442,7 +442,7 @@ msgid "" "Chalk, and Emboss, now offer the ability to alter the entire image at once!" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:64 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:64 msgid "" "Finally, Magic tools are now grouped into collections of similar effects — " "painting, distorts, color filters, picture warps, pattern painting, " @@ -450,7 +450,7 @@ msgid "" "need." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:69 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:69 msgid "" "Tux Paint's Fill tool now offers options to fill an area with color " "gradients. The \"Radial\" fill creates a circular gradient centered around " @@ -458,7 +458,7 @@ msgid "" "of gradients at different angles and sizes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:70 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:70 msgid "" "New Magic tools have been added to Tux Paint: \"Pixels\" makes it easier to " "create retro-gaming style pixel art, \"Checkerboard\" fills the entire " @@ -466,14 +466,14 @@ msgid "" "picture via brush strokes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:71 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:71 msgid "" "Tux Paint's user documentation has been overhauled, making localization " "easier. Parties interested in helping with localization are encouraged to " "contact the Tux Paint team." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:72 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:72 msgid "" "Finally, a new pair of accessibility options have been added. The entire " "user interface can now be enlarged benefiting users with impaired vision, " @@ -483,34 +483,34 @@ msgid "" "systems." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:77 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:77 msgid "" "A major improvement has been made to the Shapes tool, which now provides " "options to choose whether shapes are drawn from the center or a corner, " "making it easier to use in any situation." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:78 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:78 msgid "" "The on-screen keyboard, an accessibility feature optionally available when " "using the Text and Label tools, now appears larger on bigger displays; " "helpful for users of coarser input devices, such as eye-tracking systems." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:79 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:79 msgid "" "The Eraser tool adds new, smaller eraser sizes, and applies smoother, " "contiguous strokes when the pointer is moved quickly." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:80 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:80 msgid "" "Finally, this newest version adds options to export individual drawings and " "GIF animations, making it easy to share pictures, cartoons, and slideshows " "with others." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:85 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:85 msgid "" "The latest version has promoted the \"Fill\" tool, previously found under " "the \"Magic\" section of Tux Paint, to the main toolbar, where it's easier " @@ -520,21 +520,21 @@ msgid "" "images." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:86 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:86 msgid "" "Tux Paint also now makes it possible to disable stereo sound, which can " "benefit users with a hearing impairment, or in situations where only one " "speaker is available." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:91 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:91 msgid "" "New in this version are a \"color picker\", which allows any color within a " "drawing to be chosen using the pointer, and a set of three-, four-, and five-" "pointed star shapes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:92 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:92 msgid "" "The latest version also incorporates a number of new translations, bringing " "the number of supported languages up to nearly 130: Bengali, Bodo, Dogri, " @@ -1309,18 +1309,18 @@ msgid "" msgstr "" #. Color mixer; e.g., "Your color is entirely grey." -#: ../tuxpaint.c:23727 ../tuxpaint.c:23734 +#: ../tuxpaint.c:23734 ../tuxpaint.c:23741 msgid "entirely" msgstr "" #. Add "Color Select" color: -#: ../tuxpaint.c:26644 +#: ../tuxpaint.c:26651 msgid "Select a color from your drawing." msgstr "" #. Add "Color Picker" color: #. (This is an attempt to describe an HSV color picker in extremely basic terms!) -#: ../tuxpaint.c:26653 +#: ../tuxpaint.c:26660 msgid "" "Pick a color. Hues go top to bottom. Saturation/intensity goes left (pale) " "to right (pure). Value (lightness/darkness): grey bar." @@ -1328,7 +1328,7 @@ msgstr "" #. Add "Color Mixer" color: #. (The terms 'tint', 'tone', and 'shade' relate to combining white, grey, or black paint (respectively) to another color) -#: ../tuxpaint.c:26665 +#: ../tuxpaint.c:26672 msgid "" "Click the primary colors (red, yellow, and blue), white (to tint), grey (to " "tone), and black (to shade), to mix together a new color." @@ -1517,10 +1517,16 @@ msgstr "Սեղմիր և քաշելով տար մկնիկը պատկերն աղա msgid "Emboss" msgstr "Քանդակ" -#: ../../magic/src/emboss.c:114 +#: ../../magic/src/emboss.c:115 msgid "Click and drag the mouse to emboss the picture." msgstr "Սեղմիր և քաշելով տար մկնիկը պատկերը քանդակ դարձնելու համար" +#: ../../magic/src/emboss.c:117 +#, fuzzy +#| msgid "Click to sharpen the entire picture." +msgid "Click to emboss the entire picture." +msgstr "Սեղմիր` ամբողջ նկարդ բարելավելու համար" + #: ../../magic/src/fade_darken.c:115 msgid "Lighten" msgstr "Լուսավորել" diff --git a/src/po/id.po b/src/po/id.po index 92489e6b6..75e684bff 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: 2022-06-14 00:59-0700\n" +"POT-Creation-Date: 2022-07-03 16:31-0700\n" "PO-Revision-Date: 2017-12-09 04:22+0000\n" "Last-Translator: Teuku Surya \n" "Language-Team: LANGUAGE \n" @@ -313,15 +313,15 @@ msgstr "" msgid "Minimize" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:8 ../tuxpaint.desktop.in:3 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:8 ../tuxpaint.desktop.in:3 msgid "Tux Paint" msgstr "Tux Paint" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:9 ../tuxpaint.desktop.in:10 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:9 ../tuxpaint.desktop.in:10 msgid "A drawing program for children" msgstr "Adalah sebuah program gambar untuk anak-anak" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:11 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:11 msgid "" "Tux Paint is a free, award-winning drawing program for children ages 3 to " "12. Tux Paint is used in schools around the world as a computer literacy " @@ -330,30 +330,30 @@ msgid "" "program." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:19 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:19 msgid "" "Kids are presented with a blank canvas and a variety of drawing tools to " "help them be creative." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:24 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:24 msgid "New Breed Software et al." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:36 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:36 msgid "The Magic tool is a set of special effects" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:40 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:40 msgid "" "The Paint Brush tool lets you draw freehand, using various brushes and colors" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:44 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:44 msgid "The Stamp tool is like a set of rubber stamps or stickers" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:50 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:50 msgid "" "Tux Paint's Color palette includes a new Color Mixer option, which allows " "users to combine different proportions of primary colors (red, yellow, and " @@ -361,7 +361,7 @@ msgid "" "mixing paints." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:51 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:51 msgid "" "The Color Picker option, which previously offered a static palette of around " "sixty-five thousand color choices, now supports separate hue, saturation, " @@ -369,21 +369,21 @@ msgid "" "colors." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:52 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:52 msgid "" "Also, a keyboard shortcut is now available for quick access to the Color " "Selector — the \"pipette\" tool used for picking colors from the current " "drawing." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:53 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53 msgid "" "The Paint and Lines tools now provide a way to adjust the spacing of " "brushes, allowing dotted lines or smearing effects to be made. Many brushes " "have been given better default spacing values, as well." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:54 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54 msgid "" "Two new variations of the Zoom Magic Tool, Tile Zoom and Rush, have been " "added. When shrinking a drawing with Tile Zoom, it replicates the drawing " @@ -391,7 +391,7 @@ msgid "" "background color. The Rush tool blurs the results." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:55 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:55 msgid "" "Tux Paint's Shapes tool now offers hexagon (6-sided) and heptagon (7-sided) " "polygons. For shapes which can be stretched (rectangle, oval, etc.), the " @@ -400,7 +400,7 @@ msgid "" "has also been expanded." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:56 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:56 msgid "" "Keyboard shortcuts, such as [Control]+[S] to save a drawing, are now " "accessed with the more traditional [⌘ Command] key when using Tux Paint on " @@ -408,7 +408,7 @@ msgid "" "The look and feel of the user documentation has been improved." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:61 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:61 msgid "" "Tux Paint's Paint and Line tools now support brushes that rotate based on " "the angle of the stroke. This new rotation feature, as well as the older " @@ -417,7 +417,7 @@ msgid "" "painting mode for interactively coloring within a confined area." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:62 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:62 msgid "" "Six new Magic tools have been added to Tux Paint. Panels shrinks and " "duplicates the drawing into a 2-by-2 grid, which is useful for making four-" @@ -428,7 +428,7 @@ msgid "" "of Tux Paint's classic Rainbow tool." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:63 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:63 msgid "" "A number of existing Magic tools have been updated, as well. Improvements " "were made to Halftone, which simulates photographs on newsprint; Cartoon, " @@ -437,7 +437,7 @@ msgid "" "Chalk, and Emboss, now offer the ability to alter the entire image at once!" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:64 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:64 msgid "" "Finally, Magic tools are now grouped into collections of similar effects — " "painting, distorts, color filters, picture warps, pattern painting, " @@ -445,7 +445,7 @@ msgid "" "need." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:69 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:69 msgid "" "Tux Paint's Fill tool now offers options to fill an area with color " "gradients. The \"Radial\" fill creates a circular gradient centered around " @@ -453,7 +453,7 @@ msgid "" "of gradients at different angles and sizes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:70 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:70 msgid "" "New Magic tools have been added to Tux Paint: \"Pixels\" makes it easier to " "create retro-gaming style pixel art, \"Checkerboard\" fills the entire " @@ -461,14 +461,14 @@ msgid "" "picture via brush strokes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:71 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:71 msgid "" "Tux Paint's user documentation has been overhauled, making localization " "easier. Parties interested in helping with localization are encouraged to " "contact the Tux Paint team." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:72 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:72 msgid "" "Finally, a new pair of accessibility options have been added. The entire " "user interface can now be enlarged benefiting users with impaired vision, " @@ -478,34 +478,34 @@ msgid "" "systems." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:77 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:77 msgid "" "A major improvement has been made to the Shapes tool, which now provides " "options to choose whether shapes are drawn from the center or a corner, " "making it easier to use in any situation." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:78 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:78 msgid "" "The on-screen keyboard, an accessibility feature optionally available when " "using the Text and Label tools, now appears larger on bigger displays; " "helpful for users of coarser input devices, such as eye-tracking systems." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:79 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:79 msgid "" "The Eraser tool adds new, smaller eraser sizes, and applies smoother, " "contiguous strokes when the pointer is moved quickly." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:80 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:80 msgid "" "Finally, this newest version adds options to export individual drawings and " "GIF animations, making it easy to share pictures, cartoons, and slideshows " "with others." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:85 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:85 msgid "" "The latest version has promoted the \"Fill\" tool, previously found under " "the \"Magic\" section of Tux Paint, to the main toolbar, where it's easier " @@ -515,21 +515,21 @@ msgid "" "images." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:86 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:86 msgid "" "Tux Paint also now makes it possible to disable stereo sound, which can " "benefit users with a hearing impairment, or in situations where only one " "speaker is available." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:91 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:91 msgid "" "New in this version are a \"color picker\", which allows any color within a " "drawing to be chosen using the pointer, and a set of three-, four-, and five-" "pointed star shapes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:92 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:92 msgid "" "The latest version also incorporates a number of new translations, bringing " "the number of supported languages up to nearly 130: Bengali, Bodo, Dogri, " @@ -1313,18 +1313,18 @@ msgid "" msgstr "" #. Color mixer; e.g., "Your color is entirely grey." -#: ../tuxpaint.c:23727 ../tuxpaint.c:23734 +#: ../tuxpaint.c:23734 ../tuxpaint.c:23741 msgid "entirely" msgstr "" #. Add "Color Select" color: -#: ../tuxpaint.c:26644 +#: ../tuxpaint.c:26651 msgid "Select a color from your drawing." msgstr "Pilih warna dari gambar anda." #. Add "Color Picker" color: #. (This is an attempt to describe an HSV color picker in extremely basic terms!) -#: ../tuxpaint.c:26653 +#: ../tuxpaint.c:26660 msgid "" "Pick a color. Hues go top to bottom. Saturation/intensity goes left (pale) " "to right (pure). Value (lightness/darkness): grey bar." @@ -1332,7 +1332,7 @@ msgstr "" #. Add "Color Mixer" color: #. (The terms 'tint', 'tone', and 'shade' relate to combining white, grey, or black paint (respectively) to another color) -#: ../tuxpaint.c:26665 +#: ../tuxpaint.c:26672 msgid "" "Click the primary colors (red, yellow, and blue), white (to tint), grey (to " "tone), and black (to shade), to mix together a new color." @@ -1505,10 +1505,16 @@ msgstr "Klik dan tarik mouse untuk menimbulkan distorsi pada gambar anda." msgid "Emboss" msgstr "Emboss" -#: ../../magic/src/emboss.c:114 +#: ../../magic/src/emboss.c:115 msgid "Click and drag the mouse to emboss the picture." msgstr "Klik dan tarik mouse untuk meng-emboss gambar." +#: ../../magic/src/emboss.c:117 +#, fuzzy +#| msgid "Click to sharpen the entire picture." +msgid "Click to emboss the entire picture." +msgstr "Klik untuk mempertajam seluruh gambar." + #: ../../magic/src/fade_darken.c:115 msgid "Lighten" msgstr "Terangkan" diff --git a/src/po/is.po b/src/po/is.po index eef4cb004..bc8ea48c6 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: 2022-06-14 00:59-0700\n" +"POT-Creation-Date: 2022-07-03 16:31-0700\n" "PO-Revision-Date: 2022-02-14 13:56+0000\n" "Last-Translator: Sveinn í Felli \n" "Language-Team: Icelandic\n" @@ -304,15 +304,15 @@ msgstr "Gluggi" msgid "Minimize" msgstr "Lágmarka" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:8 ../tuxpaint.desktop.in:3 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:8 ../tuxpaint.desktop.in:3 msgid "Tux Paint" msgstr "Tux Paint" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:9 ../tuxpaint.desktop.in:10 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:9 ../tuxpaint.desktop.in:10 msgid "A drawing program for children" msgstr "Teikniforrit fyrir krakka" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:11 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:11 msgid "" "Tux Paint is a free, award-winning drawing program for children ages 3 to " "12. Tux Paint is used in schools around the world as a computer literacy " @@ -321,30 +321,30 @@ msgid "" "program." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:19 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:19 msgid "" "Kids are presented with a blank canvas and a variety of drawing tools to " "help them be creative." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:24 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:24 msgid "New Breed Software et al." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:36 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:36 msgid "The Magic tool is a set of special effects" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:40 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:40 msgid "" "The Paint Brush tool lets you draw freehand, using various brushes and colors" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:44 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:44 msgid "The Stamp tool is like a set of rubber stamps or stickers" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:50 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:50 msgid "" "Tux Paint's Color palette includes a new Color Mixer option, which allows " "users to combine different proportions of primary colors (red, yellow, and " @@ -352,7 +352,7 @@ msgid "" "mixing paints." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:51 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:51 msgid "" "The Color Picker option, which previously offered a static palette of around " "sixty-five thousand color choices, now supports separate hue, saturation, " @@ -360,21 +360,21 @@ msgid "" "colors." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:52 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:52 msgid "" "Also, a keyboard shortcut is now available for quick access to the Color " "Selector — the \"pipette\" tool used for picking colors from the current " "drawing." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:53 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53 msgid "" "The Paint and Lines tools now provide a way to adjust the spacing of " "brushes, allowing dotted lines or smearing effects to be made. Many brushes " "have been given better default spacing values, as well." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:54 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54 msgid "" "Two new variations of the Zoom Magic Tool, Tile Zoom and Rush, have been " "added. When shrinking a drawing with Tile Zoom, it replicates the drawing " @@ -382,7 +382,7 @@ msgid "" "background color. The Rush tool blurs the results." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:55 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:55 msgid "" "Tux Paint's Shapes tool now offers hexagon (6-sided) and heptagon (7-sided) " "polygons. For shapes which can be stretched (rectangle, oval, etc.), the " @@ -391,7 +391,7 @@ msgid "" "has also been expanded." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:56 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:56 msgid "" "Keyboard shortcuts, such as [Control]+[S] to save a drawing, are now " "accessed with the more traditional [⌘ Command] key when using Tux Paint on " @@ -399,7 +399,7 @@ msgid "" "The look and feel of the user documentation has been improved." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:61 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:61 msgid "" "Tux Paint's Paint and Line tools now support brushes that rotate based on " "the angle of the stroke. This new rotation feature, as well as the older " @@ -408,7 +408,7 @@ msgid "" "painting mode for interactively coloring within a confined area." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:62 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:62 msgid "" "Six new Magic tools have been added to Tux Paint. Panels shrinks and " "duplicates the drawing into a 2-by-2 grid, which is useful for making four-" @@ -419,7 +419,7 @@ msgid "" "of Tux Paint's classic Rainbow tool." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:63 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:63 msgid "" "A number of existing Magic tools have been updated, as well. Improvements " "were made to Halftone, which simulates photographs on newsprint; Cartoon, " @@ -428,7 +428,7 @@ msgid "" "Chalk, and Emboss, now offer the ability to alter the entire image at once!" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:64 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:64 msgid "" "Finally, Magic tools are now grouped into collections of similar effects — " "painting, distorts, color filters, picture warps, pattern painting, " @@ -436,7 +436,7 @@ msgid "" "need." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:69 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:69 msgid "" "Tux Paint's Fill tool now offers options to fill an area with color " "gradients. The \"Radial\" fill creates a circular gradient centered around " @@ -444,7 +444,7 @@ msgid "" "of gradients at different angles and sizes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:70 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:70 msgid "" "New Magic tools have been added to Tux Paint: \"Pixels\" makes it easier to " "create retro-gaming style pixel art, \"Checkerboard\" fills the entire " @@ -452,14 +452,14 @@ msgid "" "picture via brush strokes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:71 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:71 msgid "" "Tux Paint's user documentation has been overhauled, making localization " "easier. Parties interested in helping with localization are encouraged to " "contact the Tux Paint team." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:72 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:72 msgid "" "Finally, a new pair of accessibility options have been added. The entire " "user interface can now be enlarged benefiting users with impaired vision, " @@ -469,34 +469,34 @@ msgid "" "systems." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:77 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:77 msgid "" "A major improvement has been made to the Shapes tool, which now provides " "options to choose whether shapes are drawn from the center or a corner, " "making it easier to use in any situation." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:78 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:78 msgid "" "The on-screen keyboard, an accessibility feature optionally available when " "using the Text and Label tools, now appears larger on bigger displays; " "helpful for users of coarser input devices, such as eye-tracking systems." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:79 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:79 msgid "" "The Eraser tool adds new, smaller eraser sizes, and applies smoother, " "contiguous strokes when the pointer is moved quickly." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:80 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:80 msgid "" "Finally, this newest version adds options to export individual drawings and " "GIF animations, making it easy to share pictures, cartoons, and slideshows " "with others." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:85 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:85 msgid "" "The latest version has promoted the \"Fill\" tool, previously found under " "the \"Magic\" section of Tux Paint, to the main toolbar, where it's easier " @@ -506,21 +506,21 @@ msgid "" "images." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:86 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:86 msgid "" "Tux Paint also now makes it possible to disable stereo sound, which can " "benefit users with a hearing impairment, or in situations where only one " "speaker is available." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:91 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:91 msgid "" "New in this version are a \"color picker\", which allows any color within a " "drawing to be chosen using the pointer, and a set of three-, four-, and five-" "pointed star shapes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:92 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:92 msgid "" "The latest version also incorporates a number of new translations, bringing " "the number of supported languages up to nearly 130: Bengali, Bodo, Dogri, " @@ -1271,18 +1271,18 @@ msgstr "" "%11$s %12$s." #. Color mixer; e.g., "Your color is entirely grey." -#: ../tuxpaint.c:23727 ../tuxpaint.c:23734 +#: ../tuxpaint.c:23734 ../tuxpaint.c:23741 msgid "entirely" msgstr "algerlega" #. Add "Color Select" color: -#: ../tuxpaint.c:26644 +#: ../tuxpaint.c:26651 msgid "Select a color from your drawing." msgstr "Veldu lit úr teikningunni þinni." #. Add "Color Picker" color: #. (This is an attempt to describe an HSV color picker in extremely basic terms!) -#: ../tuxpaint.c:26653 +#: ../tuxpaint.c:26660 msgid "" "Pick a color. Hues go top to bottom. Saturation/intensity goes left (pale) " "to right (pure). Value (lightness/darkness): grey bar." @@ -1290,7 +1290,7 @@ msgstr "" #. Add "Color Mixer" color: #. (The terms 'tint', 'tone', and 'shade' relate to combining white, grey, or black paint (respectively) to another color) -#: ../tuxpaint.c:26665 +#: ../tuxpaint.c:26672 msgid "" "Click the primary colors (red, yellow, and blue), white (to tint), grey (to " "tone), and black (to shade), to mix together a new color." @@ -1450,10 +1450,16 @@ msgstr "Smelltu og dragðu músina til að afmynda hluta myndarinnar." msgid "Emboss" msgstr "Upphleypt" -#: ../../magic/src/emboss.c:114 +#: ../../magic/src/emboss.c:115 msgid "Click and drag the mouse to emboss the picture." msgstr "Smelltu og dragðu músina til að upphleypa myndina." +#: ../../magic/src/emboss.c:117 +#, fuzzy +#| msgid "Click to sharpen the entire picture." +msgid "Click to emboss the entire picture." +msgstr "Smelltu til að skerpa alla myndina." + #: ../../magic/src/fade_darken.c:115 msgid "Lighten" msgstr "Lýsa" diff --git a/src/po/it.po b/src/po/it.po index 715d8126e..319e3f1e7 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: 2022-06-14 00:59-0700\n" +"POT-Creation-Date: 2022-07-03 16:31-0700\n" "PO-Revision-Date: 2017-12-18 09:15+0000\n" "Last-Translator: Flavio Pastore \n" "Language-Team: Italian\n" @@ -334,15 +334,15 @@ msgstr "" msgid "Minimize" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:8 ../tuxpaint.desktop.in:3 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:8 ../tuxpaint.desktop.in:3 msgid "Tux Paint" msgstr "Tux Paint" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:9 ../tuxpaint.desktop.in:10 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:9 ../tuxpaint.desktop.in:10 msgid "A drawing program for children" msgstr "Un programma di disegno per bambini" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:11 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:11 msgid "" "Tux Paint is a free, award-winning drawing program for children ages 3 to " "12. Tux Paint is used in schools around the world as a computer literacy " @@ -351,30 +351,30 @@ msgid "" "program." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:19 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:19 msgid "" "Kids are presented with a blank canvas and a variety of drawing tools to " "help them be creative." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:24 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:24 msgid "New Breed Software et al." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:36 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:36 msgid "The Magic tool is a set of special effects" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:40 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:40 msgid "" "The Paint Brush tool lets you draw freehand, using various brushes and colors" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:44 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:44 msgid "The Stamp tool is like a set of rubber stamps or stickers" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:50 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:50 msgid "" "Tux Paint's Color palette includes a new Color Mixer option, which allows " "users to combine different proportions of primary colors (red, yellow, and " @@ -382,7 +382,7 @@ msgid "" "mixing paints." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:51 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:51 msgid "" "The Color Picker option, which previously offered a static palette of around " "sixty-five thousand color choices, now supports separate hue, saturation, " @@ -390,21 +390,21 @@ msgid "" "colors." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:52 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:52 msgid "" "Also, a keyboard shortcut is now available for quick access to the Color " "Selector — the \"pipette\" tool used for picking colors from the current " "drawing." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:53 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53 msgid "" "The Paint and Lines tools now provide a way to adjust the spacing of " "brushes, allowing dotted lines or smearing effects to be made. Many brushes " "have been given better default spacing values, as well." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:54 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54 msgid "" "Two new variations of the Zoom Magic Tool, Tile Zoom and Rush, have been " "added. When shrinking a drawing with Tile Zoom, it replicates the drawing " @@ -412,7 +412,7 @@ msgid "" "background color. The Rush tool blurs the results." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:55 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:55 msgid "" "Tux Paint's Shapes tool now offers hexagon (6-sided) and heptagon (7-sided) " "polygons. For shapes which can be stretched (rectangle, oval, etc.), the " @@ -421,7 +421,7 @@ msgid "" "has also been expanded." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:56 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:56 msgid "" "Keyboard shortcuts, such as [Control]+[S] to save a drawing, are now " "accessed with the more traditional [⌘ Command] key when using Tux Paint on " @@ -429,7 +429,7 @@ msgid "" "The look and feel of the user documentation has been improved." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:61 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:61 msgid "" "Tux Paint's Paint and Line tools now support brushes that rotate based on " "the angle of the stroke. This new rotation feature, as well as the older " @@ -438,7 +438,7 @@ msgid "" "painting mode for interactively coloring within a confined area." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:62 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:62 msgid "" "Six new Magic tools have been added to Tux Paint. Panels shrinks and " "duplicates the drawing into a 2-by-2 grid, which is useful for making four-" @@ -449,7 +449,7 @@ msgid "" "of Tux Paint's classic Rainbow tool." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:63 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:63 msgid "" "A number of existing Magic tools have been updated, as well. Improvements " "were made to Halftone, which simulates photographs on newsprint; Cartoon, " @@ -458,7 +458,7 @@ msgid "" "Chalk, and Emboss, now offer the ability to alter the entire image at once!" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:64 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:64 msgid "" "Finally, Magic tools are now grouped into collections of similar effects — " "painting, distorts, color filters, picture warps, pattern painting, " @@ -466,7 +466,7 @@ msgid "" "need." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:69 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:69 msgid "" "Tux Paint's Fill tool now offers options to fill an area with color " "gradients. The \"Radial\" fill creates a circular gradient centered around " @@ -474,7 +474,7 @@ msgid "" "of gradients at different angles and sizes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:70 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:70 msgid "" "New Magic tools have been added to Tux Paint: \"Pixels\" makes it easier to " "create retro-gaming style pixel art, \"Checkerboard\" fills the entire " @@ -482,14 +482,14 @@ msgid "" "picture via brush strokes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:71 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:71 msgid "" "Tux Paint's user documentation has been overhauled, making localization " "easier. Parties interested in helping with localization are encouraged to " "contact the Tux Paint team." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:72 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:72 msgid "" "Finally, a new pair of accessibility options have been added. The entire " "user interface can now be enlarged benefiting users with impaired vision, " @@ -499,34 +499,34 @@ msgid "" "systems." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:77 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:77 msgid "" "A major improvement has been made to the Shapes tool, which now provides " "options to choose whether shapes are drawn from the center or a corner, " "making it easier to use in any situation." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:78 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:78 msgid "" "The on-screen keyboard, an accessibility feature optionally available when " "using the Text and Label tools, now appears larger on bigger displays; " "helpful for users of coarser input devices, such as eye-tracking systems." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:79 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:79 msgid "" "The Eraser tool adds new, smaller eraser sizes, and applies smoother, " "contiguous strokes when the pointer is moved quickly." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:80 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:80 msgid "" "Finally, this newest version adds options to export individual drawings and " "GIF animations, making it easy to share pictures, cartoons, and slideshows " "with others." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:85 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:85 msgid "" "The latest version has promoted the \"Fill\" tool, previously found under " "the \"Magic\" section of Tux Paint, to the main toolbar, where it's easier " @@ -536,21 +536,21 @@ msgid "" "images." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:86 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:86 msgid "" "Tux Paint also now makes it possible to disable stereo sound, which can " "benefit users with a hearing impairment, or in situations where only one " "speaker is available." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:91 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:91 msgid "" "New in this version are a \"color picker\", which allows any color within a " "drawing to be chosen using the pointer, and a set of three-, four-, and five-" "pointed star shapes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:92 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:92 msgid "" "The latest version also incorporates a number of new translations, bringing " "the number of supported languages up to nearly 130: Bengali, Bodo, Dogri, " @@ -1350,18 +1350,18 @@ msgid "" msgstr "" #. Color mixer; e.g., "Your color is entirely grey." -#: ../tuxpaint.c:23727 ../tuxpaint.c:23734 +#: ../tuxpaint.c:23734 ../tuxpaint.c:23741 msgid "entirely" msgstr "" #. Add "Color Select" color: -#: ../tuxpaint.c:26644 +#: ../tuxpaint.c:26651 msgid "Select a color from your drawing." msgstr "Seleziona un colore dal tuo disegno." #. Add "Color Picker" color: #. (This is an attempt to describe an HSV color picker in extremely basic terms!) -#: ../tuxpaint.c:26653 +#: ../tuxpaint.c:26660 msgid "" "Pick a color. Hues go top to bottom. Saturation/intensity goes left (pale) " "to right (pure). Value (lightness/darkness): grey bar." @@ -1369,7 +1369,7 @@ msgstr "" #. Add "Color Mixer" color: #. (The terms 'tint', 'tone', and 'shade' relate to combining white, grey, or black paint (respectively) to another color) -#: ../tuxpaint.c:26665 +#: ../tuxpaint.c:26672 msgid "" "Click the primary colors (red, yellow, and blue), white (to tint), grey (to " "tone), and black (to shade), to mix together a new color." @@ -1543,10 +1543,16 @@ msgstr "" msgid "Emboss" msgstr "Rilievo" -#: ../../magic/src/emboss.c:114 +#: ../../magic/src/emboss.c:115 msgid "Click and drag the mouse to emboss the picture." msgstr "Fai clic e trascina il mouse per rendere il disegno in rilievo." +#: ../../magic/src/emboss.c:117 +#, fuzzy +#| msgid "Click to sharpen the entire picture." +msgid "Click to emboss the entire picture." +msgstr "Fai clic per far risaltare tutto il disegno." + #: ../../magic/src/fade_darken.c:115 msgid "Lighten" msgstr "Schiarisci" diff --git a/src/po/iu.po b/src/po/iu.po index ee374c7aa..f9daf0d19 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: 2022-06-14 00:59-0700\n" +"POT-Creation-Date: 2022-07-03 16:31-0700\n" "PO-Revision-Date: 2013-07-04 16:05-0500\n" "Last-Translator: Harvey Ginter \n" "Language-Team: LANGUAGE \n" @@ -313,15 +313,15 @@ msgstr "" msgid "Minimize" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:8 ../tuxpaint.desktop.in:3 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:8 ../tuxpaint.desktop.in:3 msgid "Tux Paint" msgstr "Tux Paint" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:9 ../tuxpaint.desktop.in:10 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:9 ../tuxpaint.desktop.in:10 msgid "A drawing program for children" msgstr "ᐊᓪᓚᖑᐊᕈᑎ ᐱᐊᕋᕐᓄᑦ" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:11 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:11 msgid "" "Tux Paint is a free, award-winning drawing program for children ages 3 to " "12. Tux Paint is used in schools around the world as a computer literacy " @@ -330,30 +330,30 @@ msgid "" "program." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:19 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:19 msgid "" "Kids are presented with a blank canvas and a variety of drawing tools to " "help them be creative." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:24 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:24 msgid "New Breed Software et al." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:36 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:36 msgid "The Magic tool is a set of special effects" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:40 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:40 msgid "" "The Paint Brush tool lets you draw freehand, using various brushes and colors" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:44 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:44 msgid "The Stamp tool is like a set of rubber stamps or stickers" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:50 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:50 msgid "" "Tux Paint's Color palette includes a new Color Mixer option, which allows " "users to combine different proportions of primary colors (red, yellow, and " @@ -361,7 +361,7 @@ msgid "" "mixing paints." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:51 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:51 msgid "" "The Color Picker option, which previously offered a static palette of around " "sixty-five thousand color choices, now supports separate hue, saturation, " @@ -369,21 +369,21 @@ msgid "" "colors." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:52 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:52 msgid "" "Also, a keyboard shortcut is now available for quick access to the Color " "Selector — the \"pipette\" tool used for picking colors from the current " "drawing." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:53 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53 msgid "" "The Paint and Lines tools now provide a way to adjust the spacing of " "brushes, allowing dotted lines or smearing effects to be made. Many brushes " "have been given better default spacing values, as well." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:54 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54 msgid "" "Two new variations of the Zoom Magic Tool, Tile Zoom and Rush, have been " "added. When shrinking a drawing with Tile Zoom, it replicates the drawing " @@ -391,7 +391,7 @@ msgid "" "background color. The Rush tool blurs the results." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:55 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:55 msgid "" "Tux Paint's Shapes tool now offers hexagon (6-sided) and heptagon (7-sided) " "polygons. For shapes which can be stretched (rectangle, oval, etc.), the " @@ -400,7 +400,7 @@ msgid "" "has also been expanded." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:56 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:56 msgid "" "Keyboard shortcuts, such as [Control]+[S] to save a drawing, are now " "accessed with the more traditional [⌘ Command] key when using Tux Paint on " @@ -408,7 +408,7 @@ msgid "" "The look and feel of the user documentation has been improved." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:61 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:61 msgid "" "Tux Paint's Paint and Line tools now support brushes that rotate based on " "the angle of the stroke. This new rotation feature, as well as the older " @@ -417,7 +417,7 @@ msgid "" "painting mode for interactively coloring within a confined area." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:62 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:62 msgid "" "Six new Magic tools have been added to Tux Paint. Panels shrinks and " "duplicates the drawing into a 2-by-2 grid, which is useful for making four-" @@ -428,7 +428,7 @@ msgid "" "of Tux Paint's classic Rainbow tool." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:63 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:63 msgid "" "A number of existing Magic tools have been updated, as well. Improvements " "were made to Halftone, which simulates photographs on newsprint; Cartoon, " @@ -437,7 +437,7 @@ msgid "" "Chalk, and Emboss, now offer the ability to alter the entire image at once!" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:64 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:64 msgid "" "Finally, Magic tools are now grouped into collections of similar effects — " "painting, distorts, color filters, picture warps, pattern painting, " @@ -445,7 +445,7 @@ msgid "" "need." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:69 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:69 msgid "" "Tux Paint's Fill tool now offers options to fill an area with color " "gradients. The \"Radial\" fill creates a circular gradient centered around " @@ -453,7 +453,7 @@ msgid "" "of gradients at different angles and sizes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:70 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:70 msgid "" "New Magic tools have been added to Tux Paint: \"Pixels\" makes it easier to " "create retro-gaming style pixel art, \"Checkerboard\" fills the entire " @@ -461,14 +461,14 @@ msgid "" "picture via brush strokes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:71 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:71 msgid "" "Tux Paint's user documentation has been overhauled, making localization " "easier. Parties interested in helping with localization are encouraged to " "contact the Tux Paint team." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:72 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:72 msgid "" "Finally, a new pair of accessibility options have been added. The entire " "user interface can now be enlarged benefiting users with impaired vision, " @@ -478,34 +478,34 @@ msgid "" "systems." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:77 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:77 msgid "" "A major improvement has been made to the Shapes tool, which now provides " "options to choose whether shapes are drawn from the center or a corner, " "making it easier to use in any situation." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:78 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:78 msgid "" "The on-screen keyboard, an accessibility feature optionally available when " "using the Text and Label tools, now appears larger on bigger displays; " "helpful for users of coarser input devices, such as eye-tracking systems." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:79 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:79 msgid "" "The Eraser tool adds new, smaller eraser sizes, and applies smoother, " "contiguous strokes when the pointer is moved quickly." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:80 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:80 msgid "" "Finally, this newest version adds options to export individual drawings and " "GIF animations, making it easy to share pictures, cartoons, and slideshows " "with others." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:85 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:85 msgid "" "The latest version has promoted the \"Fill\" tool, previously found under " "the \"Magic\" section of Tux Paint, to the main toolbar, where it's easier " @@ -515,21 +515,21 @@ msgid "" "images." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:86 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:86 msgid "" "Tux Paint also now makes it possible to disable stereo sound, which can " "benefit users with a hearing impairment, or in situations where only one " "speaker is available." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:91 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:91 msgid "" "New in this version are a \"color picker\", which allows any color within a " "drawing to be chosen using the pointer, and a set of three-, four-, and five-" "pointed star shapes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:92 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:92 msgid "" "The latest version also incorporates a number of new translations, bringing " "the number of supported languages up to nearly 130: Bengali, Bodo, Dogri, " @@ -1300,18 +1300,18 @@ msgid "" msgstr "" #. Color mixer; e.g., "Your color is entirely grey." -#: ../tuxpaint.c:23727 ../tuxpaint.c:23734 +#: ../tuxpaint.c:23734 ../tuxpaint.c:23741 msgid "entirely" msgstr "" #. Add "Color Select" color: -#: ../tuxpaint.c:26644 +#: ../tuxpaint.c:26651 msgid "Select a color from your drawing." msgstr "" #. Add "Color Picker" color: #. (This is an attempt to describe an HSV color picker in extremely basic terms!) -#: ../tuxpaint.c:26653 +#: ../tuxpaint.c:26660 msgid "" "Pick a color. Hues go top to bottom. Saturation/intensity goes left (pale) " "to right (pure). Value (lightness/darkness): grey bar." @@ -1319,7 +1319,7 @@ msgstr "" #. Add "Color Mixer" color: #. (The terms 'tint', 'tone', and 'shade' relate to combining white, grey, or black paint (respectively) to another color) -#: ../tuxpaint.c:26665 +#: ../tuxpaint.c:26672 msgid "" "Click the primary colors (red, yellow, and blue), white (to tint), grey (to " "tone), and black (to shade), to mix together a new color." @@ -1505,10 +1505,16 @@ msgstr "ᓇᕐᓂᓗᒍ ᖃᕆᑕᐅᔭᐅᑉ ᓅᑦᓯᒍᑎᖓ ᓅᓪᓗᒍ msgid "Emboss" msgstr "ᐳᕐᑐᓯᒋᐊᕆᓂᖅ" -#: ../../magic/src/emboss.c:114 +#: ../../magic/src/emboss.c:115 msgid "Click and drag the mouse to emboss the picture." msgstr "ᐊᐅᓚᑦᓯᒍᑎ ᓇᓐᓂᓯᒪᓗᒍ ᐊᐅᓚᓗᒍᓗ ᐳᕐᑐᓯᒋᐊᕆᓂᕐᒧᑦ ᐊᑦᔨᖑᐊᖓᓂᒃ." +#: ../../magic/src/emboss.c:117 +#, fuzzy +#| msgid "Click to sharpen the entire picture." +msgid "Click to emboss the entire picture." +msgstr "ᓇᕐᓂᓗᒍ ᐊᑦᔨᖑᐊᓕᒫᕐᒥᒃ ᑕᑉᐱᑐᖕᖑᑎᑦᓯᒋᐊᕐᓂᒧᑦ." + #: ../../magic/src/fade_darken.c:115 msgid "Lighten" msgstr "ᖃᑯᕐᓯᒋᐊᕐᓗᒍ" diff --git a/src/po/ja.po b/src/po/ja.po index a7275d3d8..c07a215fc 100644 --- a/src/po/ja.po +++ b/src/po/ja.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: tuxpaint 0.9.23\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-06-14 00:59-0700\n" +"POT-Creation-Date: 2022-07-03 16:31-0700\n" "PO-Revision-Date: 2022-06-03 14:09+0900\n" "Last-Translator: Shin-ichi TOYAMA \n" "Language-Team: japanese \n" @@ -301,15 +301,15 @@ msgstr "ウインドウ" msgid "Minimize" msgstr "最小化" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:8 ../tuxpaint.desktop.in:3 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:8 ../tuxpaint.desktop.in:3 msgid "Tux Paint" msgstr "タックスペイント" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:9 ../tuxpaint.desktop.in:10 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:9 ../tuxpaint.desktop.in:10 msgid "A drawing program for children" msgstr "子供向けお絵描きプログラム。" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:11 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:11 msgid "" "Tux Paint is a free, award-winning drawing program for children ages 3 to " "12. Tux Paint is used in schools around the world as a computer literacy " @@ -318,30 +318,30 @@ msgid "" "program." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:19 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:19 msgid "" "Kids are presented with a blank canvas and a variety of drawing tools to " "help them be creative." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:24 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:24 msgid "New Breed Software et al." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:36 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:36 msgid "The Magic tool is a set of special effects" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:40 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:40 msgid "" "The Paint Brush tool lets you draw freehand, using various brushes and colors" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:44 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:44 msgid "The Stamp tool is like a set of rubber stamps or stickers" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:50 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:50 msgid "" "Tux Paint's Color palette includes a new Color Mixer option, which allows " "users to combine different proportions of primary colors (red, yellow, and " @@ -349,7 +349,7 @@ msgid "" "mixing paints." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:51 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:51 msgid "" "The Color Picker option, which previously offered a static palette of around " "sixty-five thousand color choices, now supports separate hue, saturation, " @@ -357,21 +357,21 @@ msgid "" "colors." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:52 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:52 msgid "" "Also, a keyboard shortcut is now available for quick access to the Color " "Selector — the \"pipette\" tool used for picking colors from the current " "drawing." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:53 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53 msgid "" "The Paint and Lines tools now provide a way to adjust the spacing of " "brushes, allowing dotted lines or smearing effects to be made. Many brushes " "have been given better default spacing values, as well." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:54 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54 msgid "" "Two new variations of the Zoom Magic Tool, Tile Zoom and Rush, have been " "added. When shrinking a drawing with Tile Zoom, it replicates the drawing " @@ -379,7 +379,7 @@ msgid "" "background color. The Rush tool blurs the results." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:55 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:55 msgid "" "Tux Paint's Shapes tool now offers hexagon (6-sided) and heptagon (7-sided) " "polygons. For shapes which can be stretched (rectangle, oval, etc.), the " @@ -388,7 +388,7 @@ msgid "" "has also been expanded." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:56 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:56 msgid "" "Keyboard shortcuts, such as [Control]+[S] to save a drawing, are now " "accessed with the more traditional [⌘ Command] key when using Tux Paint on " @@ -396,7 +396,7 @@ msgid "" "The look and feel of the user documentation has been improved." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:61 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:61 msgid "" "Tux Paint's Paint and Line tools now support brushes that rotate based on " "the angle of the stroke. This new rotation feature, as well as the older " @@ -405,7 +405,7 @@ msgid "" "painting mode for interactively coloring within a confined area." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:62 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:62 msgid "" "Six new Magic tools have been added to Tux Paint. Panels shrinks and " "duplicates the drawing into a 2-by-2 grid, which is useful for making four-" @@ -416,7 +416,7 @@ msgid "" "of Tux Paint's classic Rainbow tool." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:63 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:63 msgid "" "A number of existing Magic tools have been updated, as well. Improvements " "were made to Halftone, which simulates photographs on newsprint; Cartoon, " @@ -425,7 +425,7 @@ msgid "" "Chalk, and Emboss, now offer the ability to alter the entire image at once!" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:64 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:64 msgid "" "Finally, Magic tools are now grouped into collections of similar effects — " "painting, distorts, color filters, picture warps, pattern painting, " @@ -433,7 +433,7 @@ msgid "" "need." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:69 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:69 msgid "" "Tux Paint's Fill tool now offers options to fill an area with color " "gradients. The \"Radial\" fill creates a circular gradient centered around " @@ -441,7 +441,7 @@ msgid "" "of gradients at different angles and sizes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:70 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:70 msgid "" "New Magic tools have been added to Tux Paint: \"Pixels\" makes it easier to " "create retro-gaming style pixel art, \"Checkerboard\" fills the entire " @@ -449,14 +449,14 @@ msgid "" "picture via brush strokes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:71 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:71 msgid "" "Tux Paint's user documentation has been overhauled, making localization " "easier. Parties interested in helping with localization are encouraged to " "contact the Tux Paint team." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:72 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:72 msgid "" "Finally, a new pair of accessibility options have been added. The entire " "user interface can now be enlarged benefiting users with impaired vision, " @@ -466,34 +466,34 @@ msgid "" "systems." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:77 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:77 msgid "" "A major improvement has been made to the Shapes tool, which now provides " "options to choose whether shapes are drawn from the center or a corner, " "making it easier to use in any situation." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:78 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:78 msgid "" "The on-screen keyboard, an accessibility feature optionally available when " "using the Text and Label tools, now appears larger on bigger displays; " "helpful for users of coarser input devices, such as eye-tracking systems." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:79 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:79 msgid "" "The Eraser tool adds new, smaller eraser sizes, and applies smoother, " "contiguous strokes when the pointer is moved quickly." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:80 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:80 msgid "" "Finally, this newest version adds options to export individual drawings and " "GIF animations, making it easy to share pictures, cartoons, and slideshows " "with others." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:85 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:85 msgid "" "The latest version has promoted the \"Fill\" tool, previously found under " "the \"Magic\" section of Tux Paint, to the main toolbar, where it's easier " @@ -503,21 +503,21 @@ msgid "" "images." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:86 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:86 msgid "" "Tux Paint also now makes it possible to disable stereo sound, which can " "benefit users with a hearing impairment, or in situations where only one " "speaker is available." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:91 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:91 msgid "" "New in this version are a \"color picker\", which allows any color within a " "drawing to be chosen using the pointer, and a set of three-, four-, and five-" "pointed star shapes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:92 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:92 msgid "" "The latest version also incorporates a number of new translations, bringing " "the number of supported languages up to nearly 130: Bengali, Bodo, Dogri, " @@ -1277,18 +1277,18 @@ msgstr "" "が%11$sの いろ" #. Color mixer; e.g., "Your color is entirely grey." -#: ../tuxpaint.c:23727 ../tuxpaint.c:23734 +#: ../tuxpaint.c:23734 ../tuxpaint.c:23741 msgid "entirely" msgstr "かんぜんな" #. Add "Color Select" color: -#: ../tuxpaint.c:26644 +#: ../tuxpaint.c:26651 msgid "Select a color from your drawing." msgstr "えの なかから いろを えらぼう。" #. Add "Color Picker" color: #. (This is an attempt to describe an HSV color picker in extremely basic terms!) -#: ../tuxpaint.c:26653 +#: ../tuxpaint.c:26660 msgid "" "Pick a color. Hues go top to bottom. Saturation/intensity goes left (pale) " "to right (pure). Value (lightness/darkness): grey bar." @@ -1298,7 +1298,7 @@ msgstr "" #. Add "Color Mixer" color: #. (The terms 'tint', 'tone', and 'shade' relate to combining white, grey, or black paint (respectively) to another color) -#: ../tuxpaint.c:26665 +#: ../tuxpaint.c:26672 msgid "" "Click the primary colors (red, yellow, and blue), white (to tint), grey (to " "tone), and black (to shade), to mix together a new color." @@ -1466,10 +1466,16 @@ msgstr "クリックしたまま マウスをうごかして えを ゆがめよ msgid "Emboss" msgstr "うきぼり" -#: ../../magic/src/emboss.c:114 +#: ../../magic/src/emboss.c:115 msgid "Click and drag the mouse to emboss the picture." msgstr "クリックしたまま マウスをうごかして えを うきぼりに しよう。" +#: ../../magic/src/emboss.c:117 +#, fuzzy +#| msgid "Click to sharpen the entire picture." +msgid "Click to emboss the entire picture." +msgstr "えを クリックして ぜんたいを くっきり させよう。" + #: ../../magic/src/fade_darken.c:115 msgid "Lighten" msgstr "うすく" diff --git a/src/po/ka.po b/src/po/ka.po index 47eda9f0b..3ecfbf55a 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: 2022-06-14 00:59-0700\n" +"POT-Creation-Date: 2022-07-03 16:31-0700\n" "PO-Revision-Date: 2017-12-20 13:24+0400\n" "Last-Translator: Giasher \n" "Language-Team: Gia Shervashidze \n" @@ -313,15 +313,15 @@ msgstr "" msgid "Minimize" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:8 ../tuxpaint.desktop.in:3 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:8 ../tuxpaint.desktop.in:3 msgid "Tux Paint" msgstr "თხუპნია!" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:9 ../tuxpaint.desktop.in:10 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:9 ../tuxpaint.desktop.in:10 msgid "A drawing program for children" msgstr "სახატავი პროგრამა ბავშვებისთვის" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:11 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:11 msgid "" "Tux Paint is a free, award-winning drawing program for children ages 3 to " "12. Tux Paint is used in schools around the world as a computer literacy " @@ -330,30 +330,30 @@ msgid "" "program." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:19 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:19 msgid "" "Kids are presented with a blank canvas and a variety of drawing tools to " "help them be creative." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:24 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:24 msgid "New Breed Software et al." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:36 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:36 msgid "The Magic tool is a set of special effects" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:40 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:40 msgid "" "The Paint Brush tool lets you draw freehand, using various brushes and colors" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:44 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:44 msgid "The Stamp tool is like a set of rubber stamps or stickers" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:50 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:50 msgid "" "Tux Paint's Color palette includes a new Color Mixer option, which allows " "users to combine different proportions of primary colors (red, yellow, and " @@ -361,7 +361,7 @@ msgid "" "mixing paints." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:51 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:51 msgid "" "The Color Picker option, which previously offered a static palette of around " "sixty-five thousand color choices, now supports separate hue, saturation, " @@ -369,21 +369,21 @@ msgid "" "colors." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:52 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:52 msgid "" "Also, a keyboard shortcut is now available for quick access to the Color " "Selector — the \"pipette\" tool used for picking colors from the current " "drawing." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:53 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53 msgid "" "The Paint and Lines tools now provide a way to adjust the spacing of " "brushes, allowing dotted lines or smearing effects to be made. Many brushes " "have been given better default spacing values, as well." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:54 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54 msgid "" "Two new variations of the Zoom Magic Tool, Tile Zoom and Rush, have been " "added. When shrinking a drawing with Tile Zoom, it replicates the drawing " @@ -391,7 +391,7 @@ msgid "" "background color. The Rush tool blurs the results." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:55 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:55 msgid "" "Tux Paint's Shapes tool now offers hexagon (6-sided) and heptagon (7-sided) " "polygons. For shapes which can be stretched (rectangle, oval, etc.), the " @@ -400,7 +400,7 @@ msgid "" "has also been expanded." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:56 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:56 msgid "" "Keyboard shortcuts, such as [Control]+[S] to save a drawing, are now " "accessed with the more traditional [⌘ Command] key when using Tux Paint on " @@ -408,7 +408,7 @@ msgid "" "The look and feel of the user documentation has been improved." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:61 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:61 msgid "" "Tux Paint's Paint and Line tools now support brushes that rotate based on " "the angle of the stroke. This new rotation feature, as well as the older " @@ -417,7 +417,7 @@ msgid "" "painting mode for interactively coloring within a confined area." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:62 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:62 msgid "" "Six new Magic tools have been added to Tux Paint. Panels shrinks and " "duplicates the drawing into a 2-by-2 grid, which is useful for making four-" @@ -428,7 +428,7 @@ msgid "" "of Tux Paint's classic Rainbow tool." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:63 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:63 msgid "" "A number of existing Magic tools have been updated, as well. Improvements " "were made to Halftone, which simulates photographs on newsprint; Cartoon, " @@ -437,7 +437,7 @@ msgid "" "Chalk, and Emboss, now offer the ability to alter the entire image at once!" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:64 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:64 msgid "" "Finally, Magic tools are now grouped into collections of similar effects — " "painting, distorts, color filters, picture warps, pattern painting, " @@ -445,7 +445,7 @@ msgid "" "need." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:69 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:69 msgid "" "Tux Paint's Fill tool now offers options to fill an area with color " "gradients. The \"Radial\" fill creates a circular gradient centered around " @@ -453,7 +453,7 @@ msgid "" "of gradients at different angles and sizes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:70 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:70 msgid "" "New Magic tools have been added to Tux Paint: \"Pixels\" makes it easier to " "create retro-gaming style pixel art, \"Checkerboard\" fills the entire " @@ -461,14 +461,14 @@ msgid "" "picture via brush strokes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:71 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:71 msgid "" "Tux Paint's user documentation has been overhauled, making localization " "easier. Parties interested in helping with localization are encouraged to " "contact the Tux Paint team." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:72 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:72 msgid "" "Finally, a new pair of accessibility options have been added. The entire " "user interface can now be enlarged benefiting users with impaired vision, " @@ -478,34 +478,34 @@ msgid "" "systems." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:77 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:77 msgid "" "A major improvement has been made to the Shapes tool, which now provides " "options to choose whether shapes are drawn from the center or a corner, " "making it easier to use in any situation." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:78 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:78 msgid "" "The on-screen keyboard, an accessibility feature optionally available when " "using the Text and Label tools, now appears larger on bigger displays; " "helpful for users of coarser input devices, such as eye-tracking systems." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:79 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:79 msgid "" "The Eraser tool adds new, smaller eraser sizes, and applies smoother, " "contiguous strokes when the pointer is moved quickly." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:80 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:80 msgid "" "Finally, this newest version adds options to export individual drawings and " "GIF animations, making it easy to share pictures, cartoons, and slideshows " "with others." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:85 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:85 msgid "" "The latest version has promoted the \"Fill\" tool, previously found under " "the \"Magic\" section of Tux Paint, to the main toolbar, where it's easier " @@ -515,21 +515,21 @@ msgid "" "images." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:86 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:86 msgid "" "Tux Paint also now makes it possible to disable stereo sound, which can " "benefit users with a hearing impairment, or in situations where only one " "speaker is available." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:91 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:91 msgid "" "New in this version are a \"color picker\", which allows any color within a " "drawing to be chosen using the pointer, and a set of three-, four-, and five-" "pointed star shapes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:92 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:92 msgid "" "The latest version also incorporates a number of new translations, bringing " "the number of supported languages up to nearly 130: Bengali, Bodo, Dogri, " @@ -1301,18 +1301,18 @@ msgid "" msgstr "" #. Color mixer; e.g., "Your color is entirely grey." -#: ../tuxpaint.c:23727 ../tuxpaint.c:23734 +#: ../tuxpaint.c:23734 ../tuxpaint.c:23741 msgid "entirely" msgstr "" #. Add "Color Select" color: -#: ../tuxpaint.c:26644 +#: ../tuxpaint.c:26651 msgid "Select a color from your drawing." msgstr "შეარჩიეთ ფერი თქვენი ნახატიდან." #. Add "Color Picker" color: #. (This is an attempt to describe an HSV color picker in extremely basic terms!) -#: ../tuxpaint.c:26653 +#: ../tuxpaint.c:26660 msgid "" "Pick a color. Hues go top to bottom. Saturation/intensity goes left (pale) " "to right (pure). Value (lightness/darkness): grey bar." @@ -1320,7 +1320,7 @@ msgstr "" #. Add "Color Mixer" color: #. (The terms 'tint', 'tone', and 'shade' relate to combining white, grey, or black paint (respectively) to another color) -#: ../tuxpaint.c:26665 +#: ../tuxpaint.c:26672 msgid "" "Click the primary colors (red, yellow, and blue), white (to tint), grey (to " "tone), and black (to shade), to mix together a new color." @@ -1486,10 +1486,16 @@ msgstr "დაწკაპეთ და გადაატარეთ ნახ msgid "Emboss" msgstr "რელიეფი" -#: ../../magic/src/emboss.c:114 +#: ../../magic/src/emboss.c:115 msgid "Click and drag the mouse to emboss the picture." msgstr "დაწკაპეთ და გადაატარეთ ნახატს ამოსაბურცად." +#: ../../magic/src/emboss.c:117 +#, fuzzy +#| msgid "Click to sharpen the entire picture." +msgid "Click to emboss the entire picture." +msgstr "დაწკაპეთ თქვენი მთლიანი ნახატის გასამკვეთრებლად." + #: ../../magic/src/fade_darken.c:115 msgid "Lighten" msgstr "გაღიავება" diff --git a/src/po/kab.po b/src/po/kab.po index e725c5c97..6b1627306 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: 2022-06-14 00:59-0700\n" +"POT-Creation-Date: 2022-07-03 16:31-0700\n" "PO-Revision-Date: 2017-12-23 23:11+0100\n" "Last-Translator: Yacine Bouklif \n" "Language-Team: \n" @@ -311,15 +311,15 @@ msgstr "" msgid "Minimize" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:8 ../tuxpaint.desktop.in:3 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:8 ../tuxpaint.desktop.in:3 msgid "Tux Paint" msgstr "Tux Paint" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:9 ../tuxpaint.desktop.in:10 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:9 ../tuxpaint.desktop.in:10 msgid "A drawing program for children" msgstr "Ahil n usuneɣ i igerdan" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:11 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:11 msgid "" "Tux Paint is a free, award-winning drawing program for children ages 3 to " "12. Tux Paint is used in schools around the world as a computer literacy " @@ -328,30 +328,30 @@ msgid "" "program." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:19 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:19 msgid "" "Kids are presented with a blank canvas and a variety of drawing tools to " "help them be creative." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:24 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:24 msgid "New Breed Software et al." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:36 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:36 msgid "The Magic tool is a set of special effects" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:40 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:40 msgid "" "The Paint Brush tool lets you draw freehand, using various brushes and colors" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:44 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:44 msgid "The Stamp tool is like a set of rubber stamps or stickers" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:50 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:50 msgid "" "Tux Paint's Color palette includes a new Color Mixer option, which allows " "users to combine different proportions of primary colors (red, yellow, and " @@ -359,7 +359,7 @@ msgid "" "mixing paints." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:51 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:51 msgid "" "The Color Picker option, which previously offered a static palette of around " "sixty-five thousand color choices, now supports separate hue, saturation, " @@ -367,21 +367,21 @@ msgid "" "colors." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:52 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:52 msgid "" "Also, a keyboard shortcut is now available for quick access to the Color " "Selector — the \"pipette\" tool used for picking colors from the current " "drawing." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:53 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53 msgid "" "The Paint and Lines tools now provide a way to adjust the spacing of " "brushes, allowing dotted lines or smearing effects to be made. Many brushes " "have been given better default spacing values, as well." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:54 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54 msgid "" "Two new variations of the Zoom Magic Tool, Tile Zoom and Rush, have been " "added. When shrinking a drawing with Tile Zoom, it replicates the drawing " @@ -389,7 +389,7 @@ msgid "" "background color. The Rush tool blurs the results." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:55 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:55 msgid "" "Tux Paint's Shapes tool now offers hexagon (6-sided) and heptagon (7-sided) " "polygons. For shapes which can be stretched (rectangle, oval, etc.), the " @@ -398,7 +398,7 @@ msgid "" "has also been expanded." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:56 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:56 msgid "" "Keyboard shortcuts, such as [Control]+[S] to save a drawing, are now " "accessed with the more traditional [⌘ Command] key when using Tux Paint on " @@ -406,7 +406,7 @@ msgid "" "The look and feel of the user documentation has been improved." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:61 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:61 msgid "" "Tux Paint's Paint and Line tools now support brushes that rotate based on " "the angle of the stroke. This new rotation feature, as well as the older " @@ -415,7 +415,7 @@ msgid "" "painting mode for interactively coloring within a confined area." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:62 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:62 msgid "" "Six new Magic tools have been added to Tux Paint. Panels shrinks and " "duplicates the drawing into a 2-by-2 grid, which is useful for making four-" @@ -426,7 +426,7 @@ msgid "" "of Tux Paint's classic Rainbow tool." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:63 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:63 msgid "" "A number of existing Magic tools have been updated, as well. Improvements " "were made to Halftone, which simulates photographs on newsprint; Cartoon, " @@ -435,7 +435,7 @@ msgid "" "Chalk, and Emboss, now offer the ability to alter the entire image at once!" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:64 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:64 msgid "" "Finally, Magic tools are now grouped into collections of similar effects — " "painting, distorts, color filters, picture warps, pattern painting, " @@ -443,7 +443,7 @@ msgid "" "need." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:69 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:69 msgid "" "Tux Paint's Fill tool now offers options to fill an area with color " "gradients. The \"Radial\" fill creates a circular gradient centered around " @@ -451,7 +451,7 @@ msgid "" "of gradients at different angles and sizes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:70 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:70 msgid "" "New Magic tools have been added to Tux Paint: \"Pixels\" makes it easier to " "create retro-gaming style pixel art, \"Checkerboard\" fills the entire " @@ -459,14 +459,14 @@ msgid "" "picture via brush strokes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:71 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:71 msgid "" "Tux Paint's user documentation has been overhauled, making localization " "easier. Parties interested in helping with localization are encouraged to " "contact the Tux Paint team." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:72 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:72 msgid "" "Finally, a new pair of accessibility options have been added. The entire " "user interface can now be enlarged benefiting users with impaired vision, " @@ -476,34 +476,34 @@ msgid "" "systems." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:77 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:77 msgid "" "A major improvement has been made to the Shapes tool, which now provides " "options to choose whether shapes are drawn from the center or a corner, " "making it easier to use in any situation." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:78 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:78 msgid "" "The on-screen keyboard, an accessibility feature optionally available when " "using the Text and Label tools, now appears larger on bigger displays; " "helpful for users of coarser input devices, such as eye-tracking systems." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:79 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:79 msgid "" "The Eraser tool adds new, smaller eraser sizes, and applies smoother, " "contiguous strokes when the pointer is moved quickly." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:80 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:80 msgid "" "Finally, this newest version adds options to export individual drawings and " "GIF animations, making it easy to share pictures, cartoons, and slideshows " "with others." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:85 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:85 msgid "" "The latest version has promoted the \"Fill\" tool, previously found under " "the \"Magic\" section of Tux Paint, to the main toolbar, where it's easier " @@ -513,21 +513,21 @@ msgid "" "images." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:86 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:86 msgid "" "Tux Paint also now makes it possible to disable stereo sound, which can " "benefit users with a hearing impairment, or in situations where only one " "speaker is available." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:91 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:91 msgid "" "New in this version are a \"color picker\", which allows any color within a " "drawing to be chosen using the pointer, and a set of three-, four-, and five-" "pointed star shapes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:92 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:92 msgid "" "The latest version also incorporates a number of new translations, bringing " "the number of supported languages up to nearly 130: Bengali, Bodo, Dogri, " @@ -1308,18 +1308,18 @@ msgid "" msgstr "" #. Color mixer; e.g., "Your color is entirely grey." -#: ../tuxpaint.c:23727 ../tuxpaint.c:23734 +#: ../tuxpaint.c:23734 ../tuxpaint.c:23741 msgid "entirely" msgstr "" #. Add "Color Select" color: -#: ../tuxpaint.c:26644 +#: ../tuxpaint.c:26651 msgid "Select a color from your drawing." msgstr "Fren ini seg wunuɣ-inek." #. Add "Color Picker" color: #. (This is an attempt to describe an HSV color picker in extremely basic terms!) -#: ../tuxpaint.c:26653 +#: ../tuxpaint.c:26660 msgid "" "Pick a color. Hues go top to bottom. Saturation/intensity goes left (pale) " "to right (pure). Value (lightness/darkness): grey bar." @@ -1327,7 +1327,7 @@ msgstr "" #. Add "Color Mixer" color: #. (The terms 'tint', 'tone', and 'shade' relate to combining white, grey, or black paint (respectively) to another color) -#: ../tuxpaint.c:26665 +#: ../tuxpaint.c:26672 msgid "" "Click the primary colors (red, yellow, and blue), white (to tint), grey (to " "tone), and black (to shade), to mix together a new color." @@ -1500,10 +1500,17 @@ msgstr "Ssed u selḥu taɣerdayt iwakken ad tgeḍ izlagen di tugna." msgid "Emboss" msgstr "Azerzay" -#: ../../magic/src/emboss.c:114 +#: ../../magic/src/emboss.c:115 msgid "Click and drag the mouse to emboss the picture." msgstr "Ssed u selḥu taɣerdayt iwakken ad ternuḍ azerzay i tugna." +# +#: ../../magic/src/emboss.c:117 +#, fuzzy +#| msgid "Click to sharpen the entire picture." +msgid "Click to emboss the entire picture." +msgstr "Ssed iwakken ad d-tban tugna merra." + #: ../../magic/src/fade_darken.c:115 msgid "Lighten" msgstr "Sfaw" diff --git a/src/po/km.po b/src/po/km.po index 3a1feac07..8a4a81613 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: 2022-06-14 00:59-0700\n" +"POT-Creation-Date: 2022-07-03 16:31-0700\n" "PO-Revision-Date: 2008-05-30 15:41+0700\n" "Last-Translator: Khoem Sokhem \n" "Language-Team: Khmer \n" @@ -315,15 +315,15 @@ msgstr "" msgid "Minimize" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:8 ../tuxpaint.desktop.in:3 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:8 ../tuxpaint.desktop.in:3 msgid "Tux Paint" msgstr "Tux Paint" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:9 ../tuxpaint.desktop.in:10 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:9 ../tuxpaint.desktop.in:10 msgid "A drawing program for children" msgstr "កម្មវិធី​គំនូរ​សម្រាប់​ក្មេងៗ ។" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:11 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:11 msgid "" "Tux Paint is a free, award-winning drawing program for children ages 3 to " "12. Tux Paint is used in schools around the world as a computer literacy " @@ -332,30 +332,30 @@ msgid "" "program." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:19 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:19 msgid "" "Kids are presented with a blank canvas and a variety of drawing tools to " "help them be creative." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:24 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:24 msgid "New Breed Software et al." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:36 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:36 msgid "The Magic tool is a set of special effects" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:40 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:40 msgid "" "The Paint Brush tool lets you draw freehand, using various brushes and colors" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:44 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:44 msgid "The Stamp tool is like a set of rubber stamps or stickers" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:50 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:50 msgid "" "Tux Paint's Color palette includes a new Color Mixer option, which allows " "users to combine different proportions of primary colors (red, yellow, and " @@ -363,7 +363,7 @@ msgid "" "mixing paints." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:51 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:51 msgid "" "The Color Picker option, which previously offered a static palette of around " "sixty-five thousand color choices, now supports separate hue, saturation, " @@ -371,21 +371,21 @@ msgid "" "colors." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:52 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:52 msgid "" "Also, a keyboard shortcut is now available for quick access to the Color " "Selector — the \"pipette\" tool used for picking colors from the current " "drawing." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:53 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53 msgid "" "The Paint and Lines tools now provide a way to adjust the spacing of " "brushes, allowing dotted lines or smearing effects to be made. Many brushes " "have been given better default spacing values, as well." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:54 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54 msgid "" "Two new variations of the Zoom Magic Tool, Tile Zoom and Rush, have been " "added. When shrinking a drawing with Tile Zoom, it replicates the drawing " @@ -393,7 +393,7 @@ msgid "" "background color. The Rush tool blurs the results." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:55 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:55 msgid "" "Tux Paint's Shapes tool now offers hexagon (6-sided) and heptagon (7-sided) " "polygons. For shapes which can be stretched (rectangle, oval, etc.), the " @@ -402,7 +402,7 @@ msgid "" "has also been expanded." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:56 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:56 msgid "" "Keyboard shortcuts, such as [Control]+[S] to save a drawing, are now " "accessed with the more traditional [⌘ Command] key when using Tux Paint on " @@ -410,7 +410,7 @@ msgid "" "The look and feel of the user documentation has been improved." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:61 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:61 msgid "" "Tux Paint's Paint and Line tools now support brushes that rotate based on " "the angle of the stroke. This new rotation feature, as well as the older " @@ -419,7 +419,7 @@ msgid "" "painting mode for interactively coloring within a confined area." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:62 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:62 msgid "" "Six new Magic tools have been added to Tux Paint. Panels shrinks and " "duplicates the drawing into a 2-by-2 grid, which is useful for making four-" @@ -430,7 +430,7 @@ msgid "" "of Tux Paint's classic Rainbow tool." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:63 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:63 msgid "" "A number of existing Magic tools have been updated, as well. Improvements " "were made to Halftone, which simulates photographs on newsprint; Cartoon, " @@ -439,7 +439,7 @@ msgid "" "Chalk, and Emboss, now offer the ability to alter the entire image at once!" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:64 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:64 msgid "" "Finally, Magic tools are now grouped into collections of similar effects — " "painting, distorts, color filters, picture warps, pattern painting, " @@ -447,7 +447,7 @@ msgid "" "need." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:69 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:69 msgid "" "Tux Paint's Fill tool now offers options to fill an area with color " "gradients. The \"Radial\" fill creates a circular gradient centered around " @@ -455,7 +455,7 @@ msgid "" "of gradients at different angles and sizes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:70 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:70 msgid "" "New Magic tools have been added to Tux Paint: \"Pixels\" makes it easier to " "create retro-gaming style pixel art, \"Checkerboard\" fills the entire " @@ -463,14 +463,14 @@ msgid "" "picture via brush strokes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:71 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:71 msgid "" "Tux Paint's user documentation has been overhauled, making localization " "easier. Parties interested in helping with localization are encouraged to " "contact the Tux Paint team." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:72 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:72 msgid "" "Finally, a new pair of accessibility options have been added. The entire " "user interface can now be enlarged benefiting users with impaired vision, " @@ -480,34 +480,34 @@ msgid "" "systems." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:77 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:77 msgid "" "A major improvement has been made to the Shapes tool, which now provides " "options to choose whether shapes are drawn from the center or a corner, " "making it easier to use in any situation." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:78 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:78 msgid "" "The on-screen keyboard, an accessibility feature optionally available when " "using the Text and Label tools, now appears larger on bigger displays; " "helpful for users of coarser input devices, such as eye-tracking systems." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:79 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:79 msgid "" "The Eraser tool adds new, smaller eraser sizes, and applies smoother, " "contiguous strokes when the pointer is moved quickly." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:80 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:80 msgid "" "Finally, this newest version adds options to export individual drawings and " "GIF animations, making it easy to share pictures, cartoons, and slideshows " "with others." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:85 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:85 msgid "" "The latest version has promoted the \"Fill\" tool, previously found under " "the \"Magic\" section of Tux Paint, to the main toolbar, where it's easier " @@ -517,21 +517,21 @@ msgid "" "images." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:86 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:86 msgid "" "Tux Paint also now makes it possible to disable stereo sound, which can " "benefit users with a hearing impairment, or in situations where only one " "speaker is available." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:91 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:91 msgid "" "New in this version are a \"color picker\", which allows any color within a " "drawing to be chosen using the pointer, and a set of three-, four-, and five-" "pointed star shapes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:92 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:92 msgid "" "The latest version also incorporates a number of new translations, bringing " "the number of supported languages up to nearly 130: Bengali, Bodo, Dogri, " @@ -1303,18 +1303,18 @@ msgid "" msgstr "" #. Color mixer; e.g., "Your color is entirely grey." -#: ../tuxpaint.c:23727 ../tuxpaint.c:23734 +#: ../tuxpaint.c:23734 ../tuxpaint.c:23741 msgid "entirely" msgstr "" #. Add "Color Select" color: -#: ../tuxpaint.c:26644 +#: ../tuxpaint.c:26651 msgid "Select a color from your drawing." msgstr "" #. Add "Color Picker" color: #. (This is an attempt to describe an HSV color picker in extremely basic terms!) -#: ../tuxpaint.c:26653 +#: ../tuxpaint.c:26660 msgid "" "Pick a color. Hues go top to bottom. Saturation/intensity goes left (pale) " "to right (pure). Value (lightness/darkness): grey bar." @@ -1322,7 +1322,7 @@ msgstr "" #. Add "Color Mixer" color: #. (The terms 'tint', 'tone', and 'shade' relate to combining white, grey, or black paint (respectively) to another color) -#: ../tuxpaint.c:26665 +#: ../tuxpaint.c:26672 msgid "" "Click the primary colors (red, yellow, and blue), white (to tint), grey (to " "tone), and black (to shade), to mix together a new color." @@ -1506,10 +1506,15 @@ msgstr "ចុច ហើយ​អូស​កណ្ដុរ ដើម្បី msgid "Emboss" msgstr "ផុស" -#: ../../magic/src/emboss.c:114 +#: ../../magic/src/emboss.c:115 msgid "Click and drag the mouse to emboss the picture." msgstr "ចុច ហើយ​អូស​កណ្ដុរ ដើម្បី​ធ្វើ​រូបភាព​ឲ្យ​ផុស ។" +#: ../../magic/src/emboss.c:117 +#, fuzzy +msgid "Click to emboss the entire picture." +msgstr "ចុច ដើម្បី​ចាំង​ឆ្លុះ​រូបភាព ។" + #: ../../magic/src/fade_darken.c:115 msgid "Lighten" msgstr "ភ្លឺ" diff --git a/src/po/kn.po b/src/po/kn.po index 6534a13d2..99fcaf306 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: 2022-06-14 00:59-0700\n" +"POT-Creation-Date: 2022-07-03 16:31-0700\n" "PO-Revision-Date: 2014-06-08 23:43+0630\n" "Last-Translator: Savitha \n" "Language-Team: Kannada \n" @@ -314,15 +314,15 @@ msgstr "" msgid "Minimize" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:8 ../tuxpaint.desktop.in:3 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:8 ../tuxpaint.desktop.in:3 msgid "Tux Paint" msgstr "ಟಕ್ಸ್ ಪೇಂಟ್" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:9 ../tuxpaint.desktop.in:10 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:9 ../tuxpaint.desktop.in:10 msgid "A drawing program for children" msgstr "ಮಕ್ಕಳಿಗಾಗಿನ ಚಿತ್ರರಚನೆಯ ತಂತ್ರಾಂಶ" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:11 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:11 msgid "" "Tux Paint is a free, award-winning drawing program for children ages 3 to " "12. Tux Paint is used in schools around the world as a computer literacy " @@ -331,30 +331,30 @@ msgid "" "program." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:19 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:19 msgid "" "Kids are presented with a blank canvas and a variety of drawing tools to " "help them be creative." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:24 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:24 msgid "New Breed Software et al." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:36 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:36 msgid "The Magic tool is a set of special effects" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:40 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:40 msgid "" "The Paint Brush tool lets you draw freehand, using various brushes and colors" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:44 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:44 msgid "The Stamp tool is like a set of rubber stamps or stickers" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:50 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:50 msgid "" "Tux Paint's Color palette includes a new Color Mixer option, which allows " "users to combine different proportions of primary colors (red, yellow, and " @@ -362,7 +362,7 @@ msgid "" "mixing paints." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:51 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:51 msgid "" "The Color Picker option, which previously offered a static palette of around " "sixty-five thousand color choices, now supports separate hue, saturation, " @@ -370,21 +370,21 @@ msgid "" "colors." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:52 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:52 msgid "" "Also, a keyboard shortcut is now available for quick access to the Color " "Selector — the \"pipette\" tool used for picking colors from the current " "drawing." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:53 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53 msgid "" "The Paint and Lines tools now provide a way to adjust the spacing of " "brushes, allowing dotted lines or smearing effects to be made. Many brushes " "have been given better default spacing values, as well." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:54 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54 msgid "" "Two new variations of the Zoom Magic Tool, Tile Zoom and Rush, have been " "added. When shrinking a drawing with Tile Zoom, it replicates the drawing " @@ -392,7 +392,7 @@ msgid "" "background color. The Rush tool blurs the results." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:55 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:55 msgid "" "Tux Paint's Shapes tool now offers hexagon (6-sided) and heptagon (7-sided) " "polygons. For shapes which can be stretched (rectangle, oval, etc.), the " @@ -401,7 +401,7 @@ msgid "" "has also been expanded." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:56 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:56 msgid "" "Keyboard shortcuts, such as [Control]+[S] to save a drawing, are now " "accessed with the more traditional [⌘ Command] key when using Tux Paint on " @@ -409,7 +409,7 @@ msgid "" "The look and feel of the user documentation has been improved." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:61 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:61 msgid "" "Tux Paint's Paint and Line tools now support brushes that rotate based on " "the angle of the stroke. This new rotation feature, as well as the older " @@ -418,7 +418,7 @@ msgid "" "painting mode for interactively coloring within a confined area." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:62 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:62 msgid "" "Six new Magic tools have been added to Tux Paint. Panels shrinks and " "duplicates the drawing into a 2-by-2 grid, which is useful for making four-" @@ -429,7 +429,7 @@ msgid "" "of Tux Paint's classic Rainbow tool." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:63 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:63 msgid "" "A number of existing Magic tools have been updated, as well. Improvements " "were made to Halftone, which simulates photographs on newsprint; Cartoon, " @@ -438,7 +438,7 @@ msgid "" "Chalk, and Emboss, now offer the ability to alter the entire image at once!" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:64 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:64 msgid "" "Finally, Magic tools are now grouped into collections of similar effects — " "painting, distorts, color filters, picture warps, pattern painting, " @@ -446,7 +446,7 @@ msgid "" "need." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:69 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:69 msgid "" "Tux Paint's Fill tool now offers options to fill an area with color " "gradients. The \"Radial\" fill creates a circular gradient centered around " @@ -454,7 +454,7 @@ msgid "" "of gradients at different angles and sizes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:70 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:70 msgid "" "New Magic tools have been added to Tux Paint: \"Pixels\" makes it easier to " "create retro-gaming style pixel art, \"Checkerboard\" fills the entire " @@ -462,14 +462,14 @@ msgid "" "picture via brush strokes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:71 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:71 msgid "" "Tux Paint's user documentation has been overhauled, making localization " "easier. Parties interested in helping with localization are encouraged to " "contact the Tux Paint team." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:72 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:72 msgid "" "Finally, a new pair of accessibility options have been added. The entire " "user interface can now be enlarged benefiting users with impaired vision, " @@ -479,34 +479,34 @@ msgid "" "systems." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:77 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:77 msgid "" "A major improvement has been made to the Shapes tool, which now provides " "options to choose whether shapes are drawn from the center or a corner, " "making it easier to use in any situation." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:78 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:78 msgid "" "The on-screen keyboard, an accessibility feature optionally available when " "using the Text and Label tools, now appears larger on bigger displays; " "helpful for users of coarser input devices, such as eye-tracking systems." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:79 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:79 msgid "" "The Eraser tool adds new, smaller eraser sizes, and applies smoother, " "contiguous strokes when the pointer is moved quickly." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:80 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:80 msgid "" "Finally, this newest version adds options to export individual drawings and " "GIF animations, making it easy to share pictures, cartoons, and slideshows " "with others." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:85 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:85 msgid "" "The latest version has promoted the \"Fill\" tool, previously found under " "the \"Magic\" section of Tux Paint, to the main toolbar, where it's easier " @@ -516,21 +516,21 @@ msgid "" "images." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:86 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:86 msgid "" "Tux Paint also now makes it possible to disable stereo sound, which can " "benefit users with a hearing impairment, or in situations where only one " "speaker is available." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:91 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:91 msgid "" "New in this version are a \"color picker\", which allows any color within a " "drawing to be chosen using the pointer, and a set of three-, four-, and five-" "pointed star shapes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:92 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:92 msgid "" "The latest version also incorporates a number of new translations, bringing " "the number of supported languages up to nearly 130: Bengali, Bodo, Dogri, " @@ -1310,18 +1310,18 @@ msgid "" msgstr "" #. Color mixer; e.g., "Your color is entirely grey." -#: ../tuxpaint.c:23727 ../tuxpaint.c:23734 +#: ../tuxpaint.c:23734 ../tuxpaint.c:23741 msgid "entirely" msgstr "" #. Add "Color Select" color: -#: ../tuxpaint.c:26644 +#: ../tuxpaint.c:26651 msgid "Select a color from your drawing." msgstr "" #. Add "Color Picker" color: #. (This is an attempt to describe an HSV color picker in extremely basic terms!) -#: ../tuxpaint.c:26653 +#: ../tuxpaint.c:26660 msgid "" "Pick a color. Hues go top to bottom. Saturation/intensity goes left (pale) " "to right (pure). Value (lightness/darkness): grey bar." @@ -1329,7 +1329,7 @@ msgstr "" #. Add "Color Mixer" color: #. (The terms 'tint', 'tone', and 'shade' relate to combining white, grey, or black paint (respectively) to another color) -#: ../tuxpaint.c:26665 +#: ../tuxpaint.c:26672 msgid "" "Click the primary colors (red, yellow, and blue), white (to tint), grey (to " "tone), and black (to shade), to mix together a new color." @@ -1522,10 +1522,16 @@ msgstr "ನಿಮ್ಮ ಚಿತ್ರವನ್ನು ವಿರೂಪಗೊಳ msgid "Emboss" msgstr "ಉಬ್ಬುಚಿತ್ರ" -#: ../../magic/src/emboss.c:114 +#: ../../magic/src/emboss.c:115 msgid "Click and drag the mouse to emboss the picture." msgstr "ನಿಮ್ಮ ಚಿತ್ರವನ್ನು ಉಬ್ಬುಚಿತ್ರವಾಗಿಸಲು ಮೌಸ್‌ ಅನ್ನು ಕ್ಲಿಕ್ ಮಾಡಿ ಹಾಗು ಎಳೆಯಿರಿ." +#: ../../magic/src/emboss.c:117 +#, fuzzy +#| msgid "Click to sharpen the entire picture." +msgid "Click to emboss the entire picture." +msgstr "ಸಂಪೂರ್ಣ ಚಿತ್ರವನ್ನು ಮೊನಚುಗೊಳಿಸಲು ಕ್ಲಿಕ್ ಮಾಡಿ." + #: ../../magic/src/fade_darken.c:115 msgid "Lighten" msgstr "ತಿಳಿಯಾಗಿಸಿ" diff --git a/src/po/ko.po b/src/po/ko.po index 512528b64..1ec0b4ea3 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: 2022-06-14 00:59-0700\n" +"POT-Creation-Date: 2022-07-03 16:31-0700\n" "PO-Revision-Date: 2015-10-09 20:33-0400\n" "Last-Translator: Mark K. Kim \n" "Language-Team: N/A\n" @@ -305,15 +305,15 @@ msgstr "윈도우" msgid "Minimize" msgstr "최소화" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:8 ../tuxpaint.desktop.in:3 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:8 ../tuxpaint.desktop.in:3 msgid "Tux Paint" msgstr "턱스페인트" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:9 ../tuxpaint.desktop.in:10 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:9 ../tuxpaint.desktop.in:10 msgid "A drawing program for children" msgstr "어린이를 위한 미술 프로그램" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:11 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:11 msgid "" "Tux Paint is a free, award-winning drawing program for children ages 3 to " "12. Tux Paint is used in schools around the world as a computer literacy " @@ -322,30 +322,30 @@ msgid "" "program." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:19 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:19 msgid "" "Kids are presented with a blank canvas and a variety of drawing tools to " "help them be creative." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:24 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:24 msgid "New Breed Software et al." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:36 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:36 msgid "The Magic tool is a set of special effects" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:40 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:40 msgid "" "The Paint Brush tool lets you draw freehand, using various brushes and colors" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:44 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:44 msgid "The Stamp tool is like a set of rubber stamps or stickers" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:50 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:50 msgid "" "Tux Paint's Color palette includes a new Color Mixer option, which allows " "users to combine different proportions of primary colors (red, yellow, and " @@ -353,7 +353,7 @@ msgid "" "mixing paints." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:51 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:51 msgid "" "The Color Picker option, which previously offered a static palette of around " "sixty-five thousand color choices, now supports separate hue, saturation, " @@ -361,21 +361,21 @@ msgid "" "colors." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:52 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:52 msgid "" "Also, a keyboard shortcut is now available for quick access to the Color " "Selector — the \"pipette\" tool used for picking colors from the current " "drawing." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:53 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53 msgid "" "The Paint and Lines tools now provide a way to adjust the spacing of " "brushes, allowing dotted lines or smearing effects to be made. Many brushes " "have been given better default spacing values, as well." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:54 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54 msgid "" "Two new variations of the Zoom Magic Tool, Tile Zoom and Rush, have been " "added. When shrinking a drawing with Tile Zoom, it replicates the drawing " @@ -383,7 +383,7 @@ msgid "" "background color. The Rush tool blurs the results." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:55 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:55 msgid "" "Tux Paint's Shapes tool now offers hexagon (6-sided) and heptagon (7-sided) " "polygons. For shapes which can be stretched (rectangle, oval, etc.), the " @@ -392,7 +392,7 @@ msgid "" "has also been expanded." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:56 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:56 msgid "" "Keyboard shortcuts, such as [Control]+[S] to save a drawing, are now " "accessed with the more traditional [⌘ Command] key when using Tux Paint on " @@ -400,7 +400,7 @@ msgid "" "The look and feel of the user documentation has been improved." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:61 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:61 msgid "" "Tux Paint's Paint and Line tools now support brushes that rotate based on " "the angle of the stroke. This new rotation feature, as well as the older " @@ -409,7 +409,7 @@ msgid "" "painting mode for interactively coloring within a confined area." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:62 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:62 msgid "" "Six new Magic tools have been added to Tux Paint. Panels shrinks and " "duplicates the drawing into a 2-by-2 grid, which is useful for making four-" @@ -420,7 +420,7 @@ msgid "" "of Tux Paint's classic Rainbow tool." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:63 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:63 msgid "" "A number of existing Magic tools have been updated, as well. Improvements " "were made to Halftone, which simulates photographs on newsprint; Cartoon, " @@ -429,7 +429,7 @@ msgid "" "Chalk, and Emboss, now offer the ability to alter the entire image at once!" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:64 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:64 msgid "" "Finally, Magic tools are now grouped into collections of similar effects — " "painting, distorts, color filters, picture warps, pattern painting, " @@ -437,7 +437,7 @@ msgid "" "need." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:69 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:69 msgid "" "Tux Paint's Fill tool now offers options to fill an area with color " "gradients. The \"Radial\" fill creates a circular gradient centered around " @@ -445,7 +445,7 @@ msgid "" "of gradients at different angles and sizes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:70 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:70 msgid "" "New Magic tools have been added to Tux Paint: \"Pixels\" makes it easier to " "create retro-gaming style pixel art, \"Checkerboard\" fills the entire " @@ -453,14 +453,14 @@ msgid "" "picture via brush strokes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:71 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:71 msgid "" "Tux Paint's user documentation has been overhauled, making localization " "easier. Parties interested in helping with localization are encouraged to " "contact the Tux Paint team." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:72 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:72 msgid "" "Finally, a new pair of accessibility options have been added. The entire " "user interface can now be enlarged benefiting users with impaired vision, " @@ -470,34 +470,34 @@ msgid "" "systems." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:77 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:77 msgid "" "A major improvement has been made to the Shapes tool, which now provides " "options to choose whether shapes are drawn from the center or a corner, " "making it easier to use in any situation." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:78 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:78 msgid "" "The on-screen keyboard, an accessibility feature optionally available when " "using the Text and Label tools, now appears larger on bigger displays; " "helpful for users of coarser input devices, such as eye-tracking systems." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:79 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:79 msgid "" "The Eraser tool adds new, smaller eraser sizes, and applies smoother, " "contiguous strokes when the pointer is moved quickly." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:80 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:80 msgid "" "Finally, this newest version adds options to export individual drawings and " "GIF animations, making it easy to share pictures, cartoons, and slideshows " "with others." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:85 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:85 msgid "" "The latest version has promoted the \"Fill\" tool, previously found under " "the \"Magic\" section of Tux Paint, to the main toolbar, where it's easier " @@ -507,21 +507,21 @@ msgid "" "images." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:86 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:86 msgid "" "Tux Paint also now makes it possible to disable stereo sound, which can " "benefit users with a hearing impairment, or in situations where only one " "speaker is available." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:91 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:91 msgid "" "New in this version are a \"color picker\", which allows any color within a " "drawing to be chosen using the pointer, and a set of three-, four-, and five-" "pointed star shapes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:92 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:92 msgid "" "The latest version also incorporates a number of new translations, bringing " "the number of supported languages up to nearly 130: Bengali, Bodo, Dogri, " @@ -1286,18 +1286,18 @@ msgid "" msgstr "" #. Color mixer; e.g., "Your color is entirely grey." -#: ../tuxpaint.c:23727 ../tuxpaint.c:23734 +#: ../tuxpaint.c:23734 ../tuxpaint.c:23741 msgid "entirely" msgstr "" #. Add "Color Select" color: -#: ../tuxpaint.c:26644 +#: ../tuxpaint.c:26651 msgid "Select a color from your drawing." msgstr "" #. Add "Color Picker" color: #. (This is an attempt to describe an HSV color picker in extremely basic terms!) -#: ../tuxpaint.c:26653 +#: ../tuxpaint.c:26660 msgid "" "Pick a color. Hues go top to bottom. Saturation/intensity goes left (pale) " "to right (pure). Value (lightness/darkness): grey bar." @@ -1305,7 +1305,7 @@ msgstr "" #. Add "Color Mixer" color: #. (The terms 'tint', 'tone', and 'shade' relate to combining white, grey, or black paint (respectively) to another color) -#: ../tuxpaint.c:26665 +#: ../tuxpaint.c:26672 msgid "" "Click the primary colors (red, yellow, and blue), white (to tint), grey (to " "tone), and black (to shade), to mix together a new color." @@ -1471,10 +1471,16 @@ msgstr "마우스를 누르고 끌면 그림을 찌그를 수 있어요." msgid "Emboss" msgstr "양각" -#: ../../magic/src/emboss.c:114 +#: ../../magic/src/emboss.c:115 msgid "Click and drag the mouse to emboss the picture." msgstr "마우스를 누르고 끌면 그림을 약각 시킬 수 있어요." +#: ../../magic/src/emboss.c:117 +#, fuzzy +#| msgid "Click to sharpen the entire picture." +msgid "Click to emboss the entire picture." +msgstr "마우스를 누르면 그림이 전채가 진해져요." + #: ../../magic/src/fade_darken.c:115 msgid "Lighten" msgstr "사라지게" diff --git a/src/po/kok.po b/src/po/kok.po index eadfd2933..4034dc6da 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: 2022-06-14 00:59-0700\n" +"POT-Creation-Date: 2022-07-03 16:31-0700\n" "PO-Revision-Date: 2014-05-19 23:18+0200\n" "Last-Translator: \n" "Language-Team: \n" @@ -315,15 +315,15 @@ msgstr "" msgid "Minimize" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:8 ../tuxpaint.desktop.in:3 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:8 ../tuxpaint.desktop.in:3 msgid "Tux Paint" msgstr "टूक्स रंग" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:9 ../tuxpaint.desktop.in:10 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:9 ../tuxpaint.desktop.in:10 msgid "A drawing program for children" msgstr "भुरग्यांक पिंतरावणेची कारयावळ" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:11 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:11 msgid "" "Tux Paint is a free, award-winning drawing program for children ages 3 to " "12. Tux Paint is used in schools around the world as a computer literacy " @@ -332,30 +332,30 @@ msgid "" "program." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:19 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:19 msgid "" "Kids are presented with a blank canvas and a variety of drawing tools to " "help them be creative." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:24 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:24 msgid "New Breed Software et al." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:36 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:36 msgid "The Magic tool is a set of special effects" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:40 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:40 msgid "" "The Paint Brush tool lets you draw freehand, using various brushes and colors" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:44 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:44 msgid "The Stamp tool is like a set of rubber stamps or stickers" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:50 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:50 msgid "" "Tux Paint's Color palette includes a new Color Mixer option, which allows " "users to combine different proportions of primary colors (red, yellow, and " @@ -363,7 +363,7 @@ msgid "" "mixing paints." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:51 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:51 msgid "" "The Color Picker option, which previously offered a static palette of around " "sixty-five thousand color choices, now supports separate hue, saturation, " @@ -371,21 +371,21 @@ msgid "" "colors." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:52 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:52 msgid "" "Also, a keyboard shortcut is now available for quick access to the Color " "Selector — the \"pipette\" tool used for picking colors from the current " "drawing." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:53 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53 msgid "" "The Paint and Lines tools now provide a way to adjust the spacing of " "brushes, allowing dotted lines or smearing effects to be made. Many brushes " "have been given better default spacing values, as well." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:54 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54 msgid "" "Two new variations of the Zoom Magic Tool, Tile Zoom and Rush, have been " "added. When shrinking a drawing with Tile Zoom, it replicates the drawing " @@ -393,7 +393,7 @@ msgid "" "background color. The Rush tool blurs the results." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:55 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:55 msgid "" "Tux Paint's Shapes tool now offers hexagon (6-sided) and heptagon (7-sided) " "polygons. For shapes which can be stretched (rectangle, oval, etc.), the " @@ -402,7 +402,7 @@ msgid "" "has also been expanded." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:56 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:56 msgid "" "Keyboard shortcuts, such as [Control]+[S] to save a drawing, are now " "accessed with the more traditional [⌘ Command] key when using Tux Paint on " @@ -410,7 +410,7 @@ msgid "" "The look and feel of the user documentation has been improved." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:61 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:61 msgid "" "Tux Paint's Paint and Line tools now support brushes that rotate based on " "the angle of the stroke. This new rotation feature, as well as the older " @@ -419,7 +419,7 @@ msgid "" "painting mode for interactively coloring within a confined area." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:62 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:62 msgid "" "Six new Magic tools have been added to Tux Paint. Panels shrinks and " "duplicates the drawing into a 2-by-2 grid, which is useful for making four-" @@ -430,7 +430,7 @@ msgid "" "of Tux Paint's classic Rainbow tool." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:63 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:63 msgid "" "A number of existing Magic tools have been updated, as well. Improvements " "were made to Halftone, which simulates photographs on newsprint; Cartoon, " @@ -439,7 +439,7 @@ msgid "" "Chalk, and Emboss, now offer the ability to alter the entire image at once!" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:64 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:64 msgid "" "Finally, Magic tools are now grouped into collections of similar effects — " "painting, distorts, color filters, picture warps, pattern painting, " @@ -447,7 +447,7 @@ msgid "" "need." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:69 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:69 msgid "" "Tux Paint's Fill tool now offers options to fill an area with color " "gradients. The \"Radial\" fill creates a circular gradient centered around " @@ -455,7 +455,7 @@ msgid "" "of gradients at different angles and sizes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:70 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:70 msgid "" "New Magic tools have been added to Tux Paint: \"Pixels\" makes it easier to " "create retro-gaming style pixel art, \"Checkerboard\" fills the entire " @@ -463,14 +463,14 @@ msgid "" "picture via brush strokes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:71 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:71 msgid "" "Tux Paint's user documentation has been overhauled, making localization " "easier. Parties interested in helping with localization are encouraged to " "contact the Tux Paint team." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:72 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:72 msgid "" "Finally, a new pair of accessibility options have been added. The entire " "user interface can now be enlarged benefiting users with impaired vision, " @@ -480,34 +480,34 @@ msgid "" "systems." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:77 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:77 msgid "" "A major improvement has been made to the Shapes tool, which now provides " "options to choose whether shapes are drawn from the center or a corner, " "making it easier to use in any situation." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:78 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:78 msgid "" "The on-screen keyboard, an accessibility feature optionally available when " "using the Text and Label tools, now appears larger on bigger displays; " "helpful for users of coarser input devices, such as eye-tracking systems." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:79 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:79 msgid "" "The Eraser tool adds new, smaller eraser sizes, and applies smoother, " "contiguous strokes when the pointer is moved quickly." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:80 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:80 msgid "" "Finally, this newest version adds options to export individual drawings and " "GIF animations, making it easy to share pictures, cartoons, and slideshows " "with others." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:85 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:85 msgid "" "The latest version has promoted the \"Fill\" tool, previously found under " "the \"Magic\" section of Tux Paint, to the main toolbar, where it's easier " @@ -517,21 +517,21 @@ msgid "" "images." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:86 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:86 msgid "" "Tux Paint also now makes it possible to disable stereo sound, which can " "benefit users with a hearing impairment, or in situations where only one " "speaker is available." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:91 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:91 msgid "" "New in this version are a \"color picker\", which allows any color within a " "drawing to be chosen using the pointer, and a set of three-, four-, and five-" "pointed star shapes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:92 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:92 msgid "" "The latest version also incorporates a number of new translations, bringing " "the number of supported languages up to nearly 130: Bengali, Bodo, Dogri, " @@ -1303,18 +1303,18 @@ msgid "" msgstr "" #. Color mixer; e.g., "Your color is entirely grey." -#: ../tuxpaint.c:23727 ../tuxpaint.c:23734 +#: ../tuxpaint.c:23734 ../tuxpaint.c:23741 msgid "entirely" msgstr "" #. Add "Color Select" color: -#: ../tuxpaint.c:26644 +#: ../tuxpaint.c:26651 msgid "Select a color from your drawing." msgstr "" #. Add "Color Picker" color: #. (This is an attempt to describe an HSV color picker in extremely basic terms!) -#: ../tuxpaint.c:26653 +#: ../tuxpaint.c:26660 msgid "" "Pick a color. Hues go top to bottom. Saturation/intensity goes left (pale) " "to right (pure). Value (lightness/darkness): grey bar." @@ -1322,7 +1322,7 @@ msgstr "" #. Add "Color Mixer" color: #. (The terms 'tint', 'tone', and 'shade' relate to combining white, grey, or black paint (respectively) to another color) -#: ../tuxpaint.c:26665 +#: ../tuxpaint.c:26672 msgid "" "Click the primary colors (red, yellow, and blue), white (to tint), grey (to " "tone), and black (to shade), to mix together a new color." @@ -1508,10 +1508,16 @@ msgstr "तुमच्या पिंतुरांत विकृती न msgid "Emboss" msgstr "छाप मारप" -#: ../../magic/src/emboss.c:114 +#: ../../magic/src/emboss.c:115 msgid "Click and drag the mouse to emboss the picture." msgstr "पिंतुराचो छाप मारूंक, मावस क्लिक करून ओडचो." +#: ../../magic/src/emboss.c:117 +#, fuzzy +#| msgid "Click to sharpen the entire picture." +msgid "Click to emboss the entire picture." +msgstr "तुमच्या पुराय पिंतुराक धार काडूंक क्लिक करचें." + #: ../../magic/src/fade_darken.c:115 msgid "Lighten" msgstr "पातळय" diff --git a/src/po/kok@roman.po b/src/po/kok@roman.po index 94ef86299..54cc5c40b 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: 2022-06-14 00:59-0700\n" +"POT-Creation-Date: 2022-07-03 16:31-0700\n" "PO-Revision-Date: 2012-05-11 18:00+0530\n" "Last-Translator: \n" "Language-Team: LANGUAGE \n" @@ -313,15 +313,15 @@ msgstr "" msgid "Minimize" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:8 ../tuxpaint.desktop.in:3 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:8 ../tuxpaint.desktop.in:3 msgid "Tux Paint" msgstr " tux rong " -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:9 ../tuxpaint.desktop.in:10 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:9 ../tuxpaint.desktop.in:10 msgid "A drawing program for children" msgstr " bhurgeank pintravnne kareavoll" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:11 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:11 msgid "" "Tux Paint is a free, award-winning drawing program for children ages 3 to " "12. Tux Paint is used in schools around the world as a computer literacy " @@ -330,30 +330,30 @@ msgid "" "program." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:19 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:19 msgid "" "Kids are presented with a blank canvas and a variety of drawing tools to " "help them be creative." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:24 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:24 msgid "New Breed Software et al." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:36 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:36 msgid "The Magic tool is a set of special effects" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:40 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:40 msgid "" "The Paint Brush tool lets you draw freehand, using various brushes and colors" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:44 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:44 msgid "The Stamp tool is like a set of rubber stamps or stickers" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:50 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:50 msgid "" "Tux Paint's Color palette includes a new Color Mixer option, which allows " "users to combine different proportions of primary colors (red, yellow, and " @@ -361,7 +361,7 @@ msgid "" "mixing paints." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:51 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:51 msgid "" "The Color Picker option, which previously offered a static palette of around " "sixty-five thousand color choices, now supports separate hue, saturation, " @@ -369,21 +369,21 @@ msgid "" "colors." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:52 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:52 msgid "" "Also, a keyboard shortcut is now available for quick access to the Color " "Selector — the \"pipette\" tool used for picking colors from the current " "drawing." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:53 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53 msgid "" "The Paint and Lines tools now provide a way to adjust the spacing of " "brushes, allowing dotted lines or smearing effects to be made. Many brushes " "have been given better default spacing values, as well." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:54 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54 msgid "" "Two new variations of the Zoom Magic Tool, Tile Zoom and Rush, have been " "added. When shrinking a drawing with Tile Zoom, it replicates the drawing " @@ -391,7 +391,7 @@ msgid "" "background color. The Rush tool blurs the results." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:55 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:55 msgid "" "Tux Paint's Shapes tool now offers hexagon (6-sided) and heptagon (7-sided) " "polygons. For shapes which can be stretched (rectangle, oval, etc.), the " @@ -400,7 +400,7 @@ msgid "" "has also been expanded." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:56 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:56 msgid "" "Keyboard shortcuts, such as [Control]+[S] to save a drawing, are now " "accessed with the more traditional [⌘ Command] key when using Tux Paint on " @@ -408,7 +408,7 @@ msgid "" "The look and feel of the user documentation has been improved." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:61 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:61 msgid "" "Tux Paint's Paint and Line tools now support brushes that rotate based on " "the angle of the stroke. This new rotation feature, as well as the older " @@ -417,7 +417,7 @@ msgid "" "painting mode for interactively coloring within a confined area." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:62 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:62 msgid "" "Six new Magic tools have been added to Tux Paint. Panels shrinks and " "duplicates the drawing into a 2-by-2 grid, which is useful for making four-" @@ -428,7 +428,7 @@ msgid "" "of Tux Paint's classic Rainbow tool." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:63 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:63 msgid "" "A number of existing Magic tools have been updated, as well. Improvements " "were made to Halftone, which simulates photographs on newsprint; Cartoon, " @@ -437,7 +437,7 @@ msgid "" "Chalk, and Emboss, now offer the ability to alter the entire image at once!" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:64 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:64 msgid "" "Finally, Magic tools are now grouped into collections of similar effects — " "painting, distorts, color filters, picture warps, pattern painting, " @@ -445,7 +445,7 @@ msgid "" "need." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:69 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:69 msgid "" "Tux Paint's Fill tool now offers options to fill an area with color " "gradients. The \"Radial\" fill creates a circular gradient centered around " @@ -453,7 +453,7 @@ msgid "" "of gradients at different angles and sizes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:70 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:70 msgid "" "New Magic tools have been added to Tux Paint: \"Pixels\" makes it easier to " "create retro-gaming style pixel art, \"Checkerboard\" fills the entire " @@ -461,14 +461,14 @@ msgid "" "picture via brush strokes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:71 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:71 msgid "" "Tux Paint's user documentation has been overhauled, making localization " "easier. Parties interested in helping with localization are encouraged to " "contact the Tux Paint team." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:72 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:72 msgid "" "Finally, a new pair of accessibility options have been added. The entire " "user interface can now be enlarged benefiting users with impaired vision, " @@ -478,34 +478,34 @@ msgid "" "systems." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:77 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:77 msgid "" "A major improvement has been made to the Shapes tool, which now provides " "options to choose whether shapes are drawn from the center or a corner, " "making it easier to use in any situation." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:78 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:78 msgid "" "The on-screen keyboard, an accessibility feature optionally available when " "using the Text and Label tools, now appears larger on bigger displays; " "helpful for users of coarser input devices, such as eye-tracking systems." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:79 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:79 msgid "" "The Eraser tool adds new, smaller eraser sizes, and applies smoother, " "contiguous strokes when the pointer is moved quickly." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:80 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:80 msgid "" "Finally, this newest version adds options to export individual drawings and " "GIF animations, making it easy to share pictures, cartoons, and slideshows " "with others." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:85 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:85 msgid "" "The latest version has promoted the \"Fill\" tool, previously found under " "the \"Magic\" section of Tux Paint, to the main toolbar, where it's easier " @@ -515,21 +515,21 @@ msgid "" "images." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:86 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:86 msgid "" "Tux Paint also now makes it possible to disable stereo sound, which can " "benefit users with a hearing impairment, or in situations where only one " "speaker is available." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:91 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:91 msgid "" "New in this version are a \"color picker\", which allows any color within a " "drawing to be chosen using the pointer, and a set of three-, four-, and five-" "pointed star shapes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:92 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:92 msgid "" "The latest version also incorporates a number of new translations, bringing " "the number of supported languages up to nearly 130: Bengali, Bodo, Dogri, " @@ -1304,18 +1304,18 @@ msgid "" msgstr "" #. Color mixer; e.g., "Your color is entirely grey." -#: ../tuxpaint.c:23727 ../tuxpaint.c:23734 +#: ../tuxpaint.c:23734 ../tuxpaint.c:23741 msgid "entirely" msgstr "" #. Add "Color Select" color: -#: ../tuxpaint.c:26644 +#: ../tuxpaint.c:26651 msgid "Select a color from your drawing." msgstr "" #. Add "Color Picker" color: #. (This is an attempt to describe an HSV color picker in extremely basic terms!) -#: ../tuxpaint.c:26653 +#: ../tuxpaint.c:26660 msgid "" "Pick a color. Hues go top to bottom. Saturation/intensity goes left (pale) " "to right (pure). Value (lightness/darkness): grey bar." @@ -1323,7 +1323,7 @@ msgstr "" #. Add "Color Mixer" color: #. (The terms 'tint', 'tone', and 'shade' relate to combining white, grey, or black paint (respectively) to another color) -#: ../tuxpaint.c:26665 +#: ../tuxpaint.c:26672 msgid "" "Click the primary colors (red, yellow, and blue), white (to tint), grey (to " "tone), and black (to shade), to mix together a new color." @@ -1513,10 +1513,16 @@ msgstr " tujea pinturant vikruti nirmann korunk maus klik korun vhodd " msgid "Emboss" msgstr " chchapp mar " -#: ../../magic/src/emboss.c:114 +#: ../../magic/src/emboss.c:115 msgid "Click and drag the mouse to emboss the picture." msgstr " chchapp marunk maus klik korun vhodd " +#: ../../magic/src/emboss.c:117 +#, fuzzy +#| msgid "Click to sharpen the entire picture." +msgid "Click to emboss the entire picture." +msgstr " sogllea pinturachi dhar kaddunk klik kor " + #: ../../magic/src/fade_darken.c:115 msgid "Lighten" msgstr " patollop " diff --git a/src/po/ks.po b/src/po/ks.po index f6d15d00f..f837950f4 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: 2022-06-14 00:59-0700\n" +"POT-Creation-Date: 2022-07-03 16:31-0700\n" "PO-Revision-Date: 2012-01-02 11:36+0530\n" "Last-Translator: \n" "Language-Team: Kashmiri-PA\n" @@ -312,15 +312,15 @@ msgstr "" msgid "Minimize" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:8 ../tuxpaint.desktop.in:3 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:8 ../tuxpaint.desktop.in:3 msgid "Tux Paint" msgstr "ٹَکس پینٹ" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:9 ../tuxpaint.desktop.in:10 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:9 ../tuxpaint.desktop.in:10 msgid "A drawing program for children" msgstr "اَکھ ڈرائنگ پروگرام بَچَن خٲطرٕ" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:11 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:11 msgid "" "Tux Paint is a free, award-winning drawing program for children ages 3 to " "12. Tux Paint is used in schools around the world as a computer literacy " @@ -329,30 +329,30 @@ msgid "" "program." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:19 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:19 msgid "" "Kids are presented with a blank canvas and a variety of drawing tools to " "help them be creative." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:24 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:24 msgid "New Breed Software et al." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:36 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:36 msgid "The Magic tool is a set of special effects" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:40 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:40 msgid "" "The Paint Brush tool lets you draw freehand, using various brushes and colors" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:44 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:44 msgid "The Stamp tool is like a set of rubber stamps or stickers" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:50 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:50 msgid "" "Tux Paint's Color palette includes a new Color Mixer option, which allows " "users to combine different proportions of primary colors (red, yellow, and " @@ -360,7 +360,7 @@ msgid "" "mixing paints." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:51 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:51 msgid "" "The Color Picker option, which previously offered a static palette of around " "sixty-five thousand color choices, now supports separate hue, saturation, " @@ -368,21 +368,21 @@ msgid "" "colors." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:52 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:52 msgid "" "Also, a keyboard shortcut is now available for quick access to the Color " "Selector — the \"pipette\" tool used for picking colors from the current " "drawing." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:53 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53 msgid "" "The Paint and Lines tools now provide a way to adjust the spacing of " "brushes, allowing dotted lines or smearing effects to be made. Many brushes " "have been given better default spacing values, as well." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:54 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54 msgid "" "Two new variations of the Zoom Magic Tool, Tile Zoom and Rush, have been " "added. When shrinking a drawing with Tile Zoom, it replicates the drawing " @@ -390,7 +390,7 @@ msgid "" "background color. The Rush tool blurs the results." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:55 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:55 msgid "" "Tux Paint's Shapes tool now offers hexagon (6-sided) and heptagon (7-sided) " "polygons. For shapes which can be stretched (rectangle, oval, etc.), the " @@ -399,7 +399,7 @@ msgid "" "has also been expanded." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:56 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:56 msgid "" "Keyboard shortcuts, such as [Control]+[S] to save a drawing, are now " "accessed with the more traditional [⌘ Command] key when using Tux Paint on " @@ -407,7 +407,7 @@ msgid "" "The look and feel of the user documentation has been improved." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:61 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:61 msgid "" "Tux Paint's Paint and Line tools now support brushes that rotate based on " "the angle of the stroke. This new rotation feature, as well as the older " @@ -416,7 +416,7 @@ msgid "" "painting mode for interactively coloring within a confined area." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:62 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:62 msgid "" "Six new Magic tools have been added to Tux Paint. Panels shrinks and " "duplicates the drawing into a 2-by-2 grid, which is useful for making four-" @@ -427,7 +427,7 @@ msgid "" "of Tux Paint's classic Rainbow tool." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:63 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:63 msgid "" "A number of existing Magic tools have been updated, as well. Improvements " "were made to Halftone, which simulates photographs on newsprint; Cartoon, " @@ -436,7 +436,7 @@ msgid "" "Chalk, and Emboss, now offer the ability to alter the entire image at once!" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:64 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:64 msgid "" "Finally, Magic tools are now grouped into collections of similar effects — " "painting, distorts, color filters, picture warps, pattern painting, " @@ -444,7 +444,7 @@ msgid "" "need." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:69 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:69 msgid "" "Tux Paint's Fill tool now offers options to fill an area with color " "gradients. The \"Radial\" fill creates a circular gradient centered around " @@ -452,7 +452,7 @@ msgid "" "of gradients at different angles and sizes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:70 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:70 msgid "" "New Magic tools have been added to Tux Paint: \"Pixels\" makes it easier to " "create retro-gaming style pixel art, \"Checkerboard\" fills the entire " @@ -460,14 +460,14 @@ msgid "" "picture via brush strokes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:71 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:71 msgid "" "Tux Paint's user documentation has been overhauled, making localization " "easier. Parties interested in helping with localization are encouraged to " "contact the Tux Paint team." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:72 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:72 msgid "" "Finally, a new pair of accessibility options have been added. The entire " "user interface can now be enlarged benefiting users with impaired vision, " @@ -477,34 +477,34 @@ msgid "" "systems." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:77 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:77 msgid "" "A major improvement has been made to the Shapes tool, which now provides " "options to choose whether shapes are drawn from the center or a corner, " "making it easier to use in any situation." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:78 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:78 msgid "" "The on-screen keyboard, an accessibility feature optionally available when " "using the Text and Label tools, now appears larger on bigger displays; " "helpful for users of coarser input devices, such as eye-tracking systems." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:79 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:79 msgid "" "The Eraser tool adds new, smaller eraser sizes, and applies smoother, " "contiguous strokes when the pointer is moved quickly." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:80 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:80 msgid "" "Finally, this newest version adds options to export individual drawings and " "GIF animations, making it easy to share pictures, cartoons, and slideshows " "with others." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:85 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:85 msgid "" "The latest version has promoted the \"Fill\" tool, previously found under " "the \"Magic\" section of Tux Paint, to the main toolbar, where it's easier " @@ -514,21 +514,21 @@ msgid "" "images." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:86 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:86 msgid "" "Tux Paint also now makes it possible to disable stereo sound, which can " "benefit users with a hearing impairment, or in situations where only one " "speaker is available." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:91 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:91 msgid "" "New in this version are a \"color picker\", which allows any color within a " "drawing to be chosen using the pointer, and a set of three-, four-, and five-" "pointed star shapes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:92 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:92 msgid "" "The latest version also incorporates a number of new translations, bringing " "the number of supported languages up to nearly 130: Bengali, Bodo, Dogri, " @@ -1303,18 +1303,18 @@ msgid "" msgstr "" #. Color mixer; e.g., "Your color is entirely grey." -#: ../tuxpaint.c:23727 ../tuxpaint.c:23734 +#: ../tuxpaint.c:23734 ../tuxpaint.c:23741 msgid "entirely" msgstr "" #. Add "Color Select" color: -#: ../tuxpaint.c:26644 +#: ../tuxpaint.c:26651 msgid "Select a color from your drawing." msgstr "" #. Add "Color Picker" color: #. (This is an attempt to describe an HSV color picker in extremely basic terms!) -#: ../tuxpaint.c:26653 +#: ../tuxpaint.c:26660 msgid "" "Pick a color. Hues go top to bottom. Saturation/intensity goes left (pale) " "to right (pure). Value (lightness/darkness): grey bar." @@ -1322,7 +1322,7 @@ msgstr "" #. Add "Color Mixer" color: #. (The terms 'tint', 'tone', and 'shade' relate to combining white, grey, or black paint (respectively) to another color) -#: ../tuxpaint.c:26665 +#: ../tuxpaint.c:26672 msgid "" "Click the primary colors (red, yellow, and blue), white (to tint), grey (to " "tone), and black (to shade), to mix together a new color." @@ -1511,10 +1511,16 @@ msgstr "کلِک تہٕ ڈریگ کٔریو ماوس تصویر منٛز ڈِس msgid "Emboss" msgstr "ابھار" -#: ../../magic/src/emboss.c:114 +#: ../../magic/src/emboss.c:115 msgid "Click and drag the mouse to emboss the picture." msgstr "کلِک تہٕ ڈریگ کٔریو ماوس تصویر ابھار اَنٕنہٕ خٲطرٕ" +#: ../../magic/src/emboss.c:117 +#, fuzzy +#| msgid "Click to sharpen the entire picture." +msgid "Click to emboss the entire picture." +msgstr "کلِک کٔریو پَنٕنہِ سٲری تصویر تیز کرنہٕ خٲطرٕ۔" + #: ../../magic/src/fade_darken.c:115 msgid "Lighten" msgstr "ہلکہٕ کٔریو " diff --git a/src/po/ks@devanagari.po b/src/po/ks@devanagari.po index 915db817e..1467ef720 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: 2022-06-14 00:59-0700\n" +"POT-Creation-Date: 2022-07-03 16:31-0700\n" "PO-Revision-Date: 2012-12-21 11:04+0530\n" "Last-Translator: \n" "Language-Team: Kashmiri-DV\n" @@ -313,15 +313,15 @@ msgstr "" msgid "Minimize" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:8 ../tuxpaint.desktop.in:3 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:8 ../tuxpaint.desktop.in:3 msgid "Tux Paint" msgstr "टकोस पिंट" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:9 ../tuxpaint.desktop.in:10 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:9 ../tuxpaint.desktop.in:10 msgid "A drawing program for children" msgstr "अख डरायींग परुगराम बचन बापत" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:11 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:11 msgid "" "Tux Paint is a free, award-winning drawing program for children ages 3 to " "12. Tux Paint is used in schools around the world as a computer literacy " @@ -330,30 +330,30 @@ msgid "" "program." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:19 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:19 msgid "" "Kids are presented with a blank canvas and a variety of drawing tools to " "help them be creative." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:24 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:24 msgid "New Breed Software et al." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:36 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:36 msgid "The Magic tool is a set of special effects" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:40 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:40 msgid "" "The Paint Brush tool lets you draw freehand, using various brushes and colors" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:44 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:44 msgid "The Stamp tool is like a set of rubber stamps or stickers" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:50 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:50 msgid "" "Tux Paint's Color palette includes a new Color Mixer option, which allows " "users to combine different proportions of primary colors (red, yellow, and " @@ -361,7 +361,7 @@ msgid "" "mixing paints." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:51 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:51 msgid "" "The Color Picker option, which previously offered a static palette of around " "sixty-five thousand color choices, now supports separate hue, saturation, " @@ -369,21 +369,21 @@ msgid "" "colors." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:52 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:52 msgid "" "Also, a keyboard shortcut is now available for quick access to the Color " "Selector — the \"pipette\" tool used for picking colors from the current " "drawing." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:53 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53 msgid "" "The Paint and Lines tools now provide a way to adjust the spacing of " "brushes, allowing dotted lines or smearing effects to be made. Many brushes " "have been given better default spacing values, as well." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:54 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54 msgid "" "Two new variations of the Zoom Magic Tool, Tile Zoom and Rush, have been " "added. When shrinking a drawing with Tile Zoom, it replicates the drawing " @@ -391,7 +391,7 @@ msgid "" "background color. The Rush tool blurs the results." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:55 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:55 msgid "" "Tux Paint's Shapes tool now offers hexagon (6-sided) and heptagon (7-sided) " "polygons. For shapes which can be stretched (rectangle, oval, etc.), the " @@ -400,7 +400,7 @@ msgid "" "has also been expanded." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:56 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:56 msgid "" "Keyboard shortcuts, such as [Control]+[S] to save a drawing, are now " "accessed with the more traditional [⌘ Command] key when using Tux Paint on " @@ -408,7 +408,7 @@ msgid "" "The look and feel of the user documentation has been improved." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:61 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:61 msgid "" "Tux Paint's Paint and Line tools now support brushes that rotate based on " "the angle of the stroke. This new rotation feature, as well as the older " @@ -417,7 +417,7 @@ msgid "" "painting mode for interactively coloring within a confined area." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:62 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:62 msgid "" "Six new Magic tools have been added to Tux Paint. Panels shrinks and " "duplicates the drawing into a 2-by-2 grid, which is useful for making four-" @@ -428,7 +428,7 @@ msgid "" "of Tux Paint's classic Rainbow tool." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:63 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:63 msgid "" "A number of existing Magic tools have been updated, as well. Improvements " "were made to Halftone, which simulates photographs on newsprint; Cartoon, " @@ -437,7 +437,7 @@ msgid "" "Chalk, and Emboss, now offer the ability to alter the entire image at once!" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:64 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:64 msgid "" "Finally, Magic tools are now grouped into collections of similar effects — " "painting, distorts, color filters, picture warps, pattern painting, " @@ -445,7 +445,7 @@ msgid "" "need." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:69 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:69 msgid "" "Tux Paint's Fill tool now offers options to fill an area with color " "gradients. The \"Radial\" fill creates a circular gradient centered around " @@ -453,7 +453,7 @@ msgid "" "of gradients at different angles and sizes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:70 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:70 msgid "" "New Magic tools have been added to Tux Paint: \"Pixels\" makes it easier to " "create retro-gaming style pixel art, \"Checkerboard\" fills the entire " @@ -461,14 +461,14 @@ msgid "" "picture via brush strokes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:71 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:71 msgid "" "Tux Paint's user documentation has been overhauled, making localization " "easier. Parties interested in helping with localization are encouraged to " "contact the Tux Paint team." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:72 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:72 msgid "" "Finally, a new pair of accessibility options have been added. The entire " "user interface can now be enlarged benefiting users with impaired vision, " @@ -478,34 +478,34 @@ msgid "" "systems." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:77 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:77 msgid "" "A major improvement has been made to the Shapes tool, which now provides " "options to choose whether shapes are drawn from the center or a corner, " "making it easier to use in any situation." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:78 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:78 msgid "" "The on-screen keyboard, an accessibility feature optionally available when " "using the Text and Label tools, now appears larger on bigger displays; " "helpful for users of coarser input devices, such as eye-tracking systems." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:79 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:79 msgid "" "The Eraser tool adds new, smaller eraser sizes, and applies smoother, " "contiguous strokes when the pointer is moved quickly." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:80 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:80 msgid "" "Finally, this newest version adds options to export individual drawings and " "GIF animations, making it easy to share pictures, cartoons, and slideshows " "with others." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:85 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:85 msgid "" "The latest version has promoted the \"Fill\" tool, previously found under " "the \"Magic\" section of Tux Paint, to the main toolbar, where it's easier " @@ -515,21 +515,21 @@ msgid "" "images." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:86 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:86 msgid "" "Tux Paint also now makes it possible to disable stereo sound, which can " "benefit users with a hearing impairment, or in situations where only one " "speaker is available." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:91 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:91 msgid "" "New in this version are a \"color picker\", which allows any color within a " "drawing to be chosen using the pointer, and a set of three-, four-, and five-" "pointed star shapes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:92 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:92 msgid "" "The latest version also incorporates a number of new translations, bringing " "the number of supported languages up to nearly 130: Bengali, Bodo, Dogri, " @@ -1304,18 +1304,18 @@ msgid "" msgstr "" #. Color mixer; e.g., "Your color is entirely grey." -#: ../tuxpaint.c:23727 ../tuxpaint.c:23734 +#: ../tuxpaint.c:23734 ../tuxpaint.c:23741 msgid "entirely" msgstr "" #. Add "Color Select" color: -#: ../tuxpaint.c:26644 +#: ../tuxpaint.c:26651 msgid "Select a color from your drawing." msgstr "" #. Add "Color Picker" color: #. (This is an attempt to describe an HSV color picker in extremely basic terms!) -#: ../tuxpaint.c:26653 +#: ../tuxpaint.c:26660 msgid "" "Pick a color. Hues go top to bottom. Saturation/intensity goes left (pale) " "to right (pure). Value (lightness/darkness): grey bar." @@ -1323,7 +1323,7 @@ msgstr "" #. Add "Color Mixer" color: #. (The terms 'tint', 'tone', and 'shade' relate to combining white, grey, or black paint (respectively) to another color) -#: ../tuxpaint.c:26665 +#: ../tuxpaint.c:26672 msgid "" "Click the primary colors (red, yellow, and blue), white (to tint), grey (to " "tone), and black (to shade), to mix together a new color." @@ -1513,10 +1513,16 @@ msgstr "पननॊ तसविर मंज़ खरॊबी करनॊ msgid "Emboss" msgstr "ईमबास" -#: ../../magic/src/emboss.c:114 +#: ../../magic/src/emboss.c:115 msgid "Click and drag the mouse to emboss the picture." msgstr "तसविर ईमबास करनॊ बापत कॊरीव कोलोक तॊ डरिग मावुस. " +#: ../../magic/src/emboss.c:117 +#, fuzzy +#| msgid "Click to sharpen the entire picture." +msgid "Click to emboss the entire picture." +msgstr "तमाम तसविर तिज़ बनावनो बापत कॊरोव कोलोक." + #: ../../magic/src/fade_darken.c:115 msgid "Lighten" msgstr "हलको करुन" diff --git a/src/po/ku.po b/src/po/ku.po index a581e3db4..24dfb85a3 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: 2022-06-14 00:59-0700\n" +"POT-Creation-Date: 2022-07-03 16:31-0700\n" "PO-Revision-Date: 2009-05-25 12:52+0300\n" "Last-Translator: \n" "Language-Team: en_US \n" @@ -313,15 +313,15 @@ msgstr "" msgid "Minimize" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:8 ../tuxpaint.desktop.in:3 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:8 ../tuxpaint.desktop.in:3 msgid "Tux Paint" msgstr "Tux Paint" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:9 ../tuxpaint.desktop.in:10 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:9 ../tuxpaint.desktop.in:10 msgid "A drawing program for children" msgstr "Bernameyeke xêzkirinê ji bo zarokan" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:11 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:11 msgid "" "Tux Paint is a free, award-winning drawing program for children ages 3 to " "12. Tux Paint is used in schools around the world as a computer literacy " @@ -330,30 +330,30 @@ msgid "" "program." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:19 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:19 msgid "" "Kids are presented with a blank canvas and a variety of drawing tools to " "help them be creative." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:24 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:24 msgid "New Breed Software et al." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:36 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:36 msgid "The Magic tool is a set of special effects" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:40 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:40 msgid "" "The Paint Brush tool lets you draw freehand, using various brushes and colors" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:44 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:44 msgid "The Stamp tool is like a set of rubber stamps or stickers" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:50 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:50 msgid "" "Tux Paint's Color palette includes a new Color Mixer option, which allows " "users to combine different proportions of primary colors (red, yellow, and " @@ -361,7 +361,7 @@ msgid "" "mixing paints." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:51 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:51 msgid "" "The Color Picker option, which previously offered a static palette of around " "sixty-five thousand color choices, now supports separate hue, saturation, " @@ -369,21 +369,21 @@ msgid "" "colors." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:52 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:52 msgid "" "Also, a keyboard shortcut is now available for quick access to the Color " "Selector — the \"pipette\" tool used for picking colors from the current " "drawing." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:53 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53 msgid "" "The Paint and Lines tools now provide a way to adjust the spacing of " "brushes, allowing dotted lines or smearing effects to be made. Many brushes " "have been given better default spacing values, as well." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:54 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54 msgid "" "Two new variations of the Zoom Magic Tool, Tile Zoom and Rush, have been " "added. When shrinking a drawing with Tile Zoom, it replicates the drawing " @@ -391,7 +391,7 @@ msgid "" "background color. The Rush tool blurs the results." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:55 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:55 msgid "" "Tux Paint's Shapes tool now offers hexagon (6-sided) and heptagon (7-sided) " "polygons. For shapes which can be stretched (rectangle, oval, etc.), the " @@ -400,7 +400,7 @@ msgid "" "has also been expanded." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:56 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:56 msgid "" "Keyboard shortcuts, such as [Control]+[S] to save a drawing, are now " "accessed with the more traditional [⌘ Command] key when using Tux Paint on " @@ -408,7 +408,7 @@ msgid "" "The look and feel of the user documentation has been improved." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:61 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:61 msgid "" "Tux Paint's Paint and Line tools now support brushes that rotate based on " "the angle of the stroke. This new rotation feature, as well as the older " @@ -417,7 +417,7 @@ msgid "" "painting mode for interactively coloring within a confined area." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:62 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:62 msgid "" "Six new Magic tools have been added to Tux Paint. Panels shrinks and " "duplicates the drawing into a 2-by-2 grid, which is useful for making four-" @@ -428,7 +428,7 @@ msgid "" "of Tux Paint's classic Rainbow tool." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:63 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:63 msgid "" "A number of existing Magic tools have been updated, as well. Improvements " "were made to Halftone, which simulates photographs on newsprint; Cartoon, " @@ -437,7 +437,7 @@ msgid "" "Chalk, and Emboss, now offer the ability to alter the entire image at once!" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:64 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:64 msgid "" "Finally, Magic tools are now grouped into collections of similar effects — " "painting, distorts, color filters, picture warps, pattern painting, " @@ -445,7 +445,7 @@ msgid "" "need." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:69 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:69 msgid "" "Tux Paint's Fill tool now offers options to fill an area with color " "gradients. The \"Radial\" fill creates a circular gradient centered around " @@ -453,7 +453,7 @@ msgid "" "of gradients at different angles and sizes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:70 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:70 msgid "" "New Magic tools have been added to Tux Paint: \"Pixels\" makes it easier to " "create retro-gaming style pixel art, \"Checkerboard\" fills the entire " @@ -461,14 +461,14 @@ msgid "" "picture via brush strokes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:71 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:71 msgid "" "Tux Paint's user documentation has been overhauled, making localization " "easier. Parties interested in helping with localization are encouraged to " "contact the Tux Paint team." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:72 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:72 msgid "" "Finally, a new pair of accessibility options have been added. The entire " "user interface can now be enlarged benefiting users with impaired vision, " @@ -478,34 +478,34 @@ msgid "" "systems." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:77 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:77 msgid "" "A major improvement has been made to the Shapes tool, which now provides " "options to choose whether shapes are drawn from the center or a corner, " "making it easier to use in any situation." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:78 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:78 msgid "" "The on-screen keyboard, an accessibility feature optionally available when " "using the Text and Label tools, now appears larger on bigger displays; " "helpful for users of coarser input devices, such as eye-tracking systems." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:79 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:79 msgid "" "The Eraser tool adds new, smaller eraser sizes, and applies smoother, " "contiguous strokes when the pointer is moved quickly." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:80 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:80 msgid "" "Finally, this newest version adds options to export individual drawings and " "GIF animations, making it easy to share pictures, cartoons, and slideshows " "with others." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:85 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:85 msgid "" "The latest version has promoted the \"Fill\" tool, previously found under " "the \"Magic\" section of Tux Paint, to the main toolbar, where it's easier " @@ -515,21 +515,21 @@ msgid "" "images." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:86 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:86 msgid "" "Tux Paint also now makes it possible to disable stereo sound, which can " "benefit users with a hearing impairment, or in situations where only one " "speaker is available." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:91 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:91 msgid "" "New in this version are a \"color picker\", which allows any color within a " "drawing to be chosen using the pointer, and a set of three-, four-, and five-" "pointed star shapes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:92 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:92 msgid "" "The latest version also incorporates a number of new translations, bringing " "the number of supported languages up to nearly 130: Bengali, Bodo, Dogri, " @@ -1311,18 +1311,18 @@ msgid "" msgstr "" #. Color mixer; e.g., "Your color is entirely grey." -#: ../tuxpaint.c:23727 ../tuxpaint.c:23734 +#: ../tuxpaint.c:23734 ../tuxpaint.c:23741 msgid "entirely" msgstr "" #. Add "Color Select" color: -#: ../tuxpaint.c:26644 +#: ../tuxpaint.c:26651 msgid "Select a color from your drawing." msgstr "" #. Add "Color Picker" color: #. (This is an attempt to describe an HSV color picker in extremely basic terms!) -#: ../tuxpaint.c:26653 +#: ../tuxpaint.c:26660 msgid "" "Pick a color. Hues go top to bottom. Saturation/intensity goes left (pale) " "to right (pure). Value (lightness/darkness): grey bar." @@ -1330,7 +1330,7 @@ msgstr "" #. Add "Color Mixer" color: #. (The terms 'tint', 'tone', and 'shade' relate to combining white, grey, or black paint (respectively) to another color) -#: ../tuxpaint.c:26665 +#: ../tuxpaint.c:26672 msgid "" "Click the primary colors (red, yellow, and blue), white (to tint), grey (to " "tone), and black (to shade), to mix together a new color." @@ -1518,11 +1518,16 @@ msgstr "Mişkî li dora reşahiya wêneyê bitikîne û rake." msgid "Emboss" msgstr "Binepixîne" -#: ../../magic/src/emboss.c:114 +#: ../../magic/src/emboss.c:115 #, fuzzy msgid "Click and drag the mouse to emboss the picture." msgstr "Mişkî li dora reşahiya wêneyê bitikîne û rake." +#: ../../magic/src/emboss.c:117 +#, fuzzy +msgid "Click to emboss the entire picture." +msgstr "Ji bo çêkirina îmaja neynikê bitikîne." + #: ../../magic/src/fade_darken.c:115 msgid "Lighten" msgstr "Ronî" diff --git a/src/po/lb.po b/src/po/lb.po index 0b4d50a12..569bd4751 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: 2022-06-14 00:59-0700\n" +"POT-Creation-Date: 2022-07-03 16:31-0700\n" "PO-Revision-Date: 2010-02-16 21:10+0100\n" "Last-Translator: René Brandenburger \n" "Language-Team: LANGUAGE \n" @@ -312,15 +312,15 @@ msgstr "" msgid "Minimize" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:8 ../tuxpaint.desktop.in:3 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:8 ../tuxpaint.desktop.in:3 msgid "Tux Paint" msgstr "Tux Paint" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:9 ../tuxpaint.desktop.in:10 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:9 ../tuxpaint.desktop.in:10 msgid "A drawing program for children" msgstr "E Molprogramm fir Kanner" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:11 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:11 msgid "" "Tux Paint is a free, award-winning drawing program for children ages 3 to " "12. Tux Paint is used in schools around the world as a computer literacy " @@ -329,30 +329,30 @@ msgid "" "program." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:19 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:19 msgid "" "Kids are presented with a blank canvas and a variety of drawing tools to " "help them be creative." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:24 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:24 msgid "New Breed Software et al." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:36 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:36 msgid "The Magic tool is a set of special effects" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:40 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:40 msgid "" "The Paint Brush tool lets you draw freehand, using various brushes and colors" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:44 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:44 msgid "The Stamp tool is like a set of rubber stamps or stickers" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:50 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:50 msgid "" "Tux Paint's Color palette includes a new Color Mixer option, which allows " "users to combine different proportions of primary colors (red, yellow, and " @@ -360,7 +360,7 @@ msgid "" "mixing paints." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:51 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:51 msgid "" "The Color Picker option, which previously offered a static palette of around " "sixty-five thousand color choices, now supports separate hue, saturation, " @@ -368,21 +368,21 @@ msgid "" "colors." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:52 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:52 msgid "" "Also, a keyboard shortcut is now available for quick access to the Color " "Selector — the \"pipette\" tool used for picking colors from the current " "drawing." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:53 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53 msgid "" "The Paint and Lines tools now provide a way to adjust the spacing of " "brushes, allowing dotted lines or smearing effects to be made. Many brushes " "have been given better default spacing values, as well." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:54 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54 msgid "" "Two new variations of the Zoom Magic Tool, Tile Zoom and Rush, have been " "added. When shrinking a drawing with Tile Zoom, it replicates the drawing " @@ -390,7 +390,7 @@ msgid "" "background color. The Rush tool blurs the results." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:55 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:55 msgid "" "Tux Paint's Shapes tool now offers hexagon (6-sided) and heptagon (7-sided) " "polygons. For shapes which can be stretched (rectangle, oval, etc.), the " @@ -399,7 +399,7 @@ msgid "" "has also been expanded." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:56 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:56 msgid "" "Keyboard shortcuts, such as [Control]+[S] to save a drawing, are now " "accessed with the more traditional [⌘ Command] key when using Tux Paint on " @@ -407,7 +407,7 @@ msgid "" "The look and feel of the user documentation has been improved." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:61 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:61 msgid "" "Tux Paint's Paint and Line tools now support brushes that rotate based on " "the angle of the stroke. This new rotation feature, as well as the older " @@ -416,7 +416,7 @@ msgid "" "painting mode for interactively coloring within a confined area." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:62 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:62 msgid "" "Six new Magic tools have been added to Tux Paint. Panels shrinks and " "duplicates the drawing into a 2-by-2 grid, which is useful for making four-" @@ -427,7 +427,7 @@ msgid "" "of Tux Paint's classic Rainbow tool." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:63 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:63 msgid "" "A number of existing Magic tools have been updated, as well. Improvements " "were made to Halftone, which simulates photographs on newsprint; Cartoon, " @@ -436,7 +436,7 @@ msgid "" "Chalk, and Emboss, now offer the ability to alter the entire image at once!" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:64 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:64 msgid "" "Finally, Magic tools are now grouped into collections of similar effects — " "painting, distorts, color filters, picture warps, pattern painting, " @@ -444,7 +444,7 @@ msgid "" "need." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:69 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:69 msgid "" "Tux Paint's Fill tool now offers options to fill an area with color " "gradients. The \"Radial\" fill creates a circular gradient centered around " @@ -452,7 +452,7 @@ msgid "" "of gradients at different angles and sizes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:70 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:70 msgid "" "New Magic tools have been added to Tux Paint: \"Pixels\" makes it easier to " "create retro-gaming style pixel art, \"Checkerboard\" fills the entire " @@ -460,14 +460,14 @@ msgid "" "picture via brush strokes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:71 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:71 msgid "" "Tux Paint's user documentation has been overhauled, making localization " "easier. Parties interested in helping with localization are encouraged to " "contact the Tux Paint team." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:72 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:72 msgid "" "Finally, a new pair of accessibility options have been added. The entire " "user interface can now be enlarged benefiting users with impaired vision, " @@ -477,34 +477,34 @@ msgid "" "systems." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:77 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:77 msgid "" "A major improvement has been made to the Shapes tool, which now provides " "options to choose whether shapes are drawn from the center or a corner, " "making it easier to use in any situation." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:78 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:78 msgid "" "The on-screen keyboard, an accessibility feature optionally available when " "using the Text and Label tools, now appears larger on bigger displays; " "helpful for users of coarser input devices, such as eye-tracking systems." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:79 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:79 msgid "" "The Eraser tool adds new, smaller eraser sizes, and applies smoother, " "contiguous strokes when the pointer is moved quickly." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:80 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:80 msgid "" "Finally, this newest version adds options to export individual drawings and " "GIF animations, making it easy to share pictures, cartoons, and slideshows " "with others." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:85 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:85 msgid "" "The latest version has promoted the \"Fill\" tool, previously found under " "the \"Magic\" section of Tux Paint, to the main toolbar, where it's easier " @@ -514,21 +514,21 @@ msgid "" "images." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:86 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:86 msgid "" "Tux Paint also now makes it possible to disable stereo sound, which can " "benefit users with a hearing impairment, or in situations where only one " "speaker is available." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:91 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:91 msgid "" "New in this version are a \"color picker\", which allows any color within a " "drawing to be chosen using the pointer, and a set of three-, four-, and five-" "pointed star shapes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:92 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:92 msgid "" "The latest version also incorporates a number of new translations, bringing " "the number of supported languages up to nearly 130: Bengali, Bodo, Dogri, " @@ -1291,18 +1291,18 @@ msgid "" msgstr "" #. Color mixer; e.g., "Your color is entirely grey." -#: ../tuxpaint.c:23727 ../tuxpaint.c:23734 +#: ../tuxpaint.c:23734 ../tuxpaint.c:23741 msgid "entirely" msgstr "" #. Add "Color Select" color: -#: ../tuxpaint.c:26644 +#: ../tuxpaint.c:26651 msgid "Select a color from your drawing." msgstr "" #. Add "Color Picker" color: #. (This is an attempt to describe an HSV color picker in extremely basic terms!) -#: ../tuxpaint.c:26653 +#: ../tuxpaint.c:26660 msgid "" "Pick a color. Hues go top to bottom. Saturation/intensity goes left (pale) " "to right (pure). Value (lightness/darkness): grey bar." @@ -1310,7 +1310,7 @@ msgstr "" #. Add "Color Mixer" color: #. (The terms 'tint', 'tone', and 'shade' relate to combining white, grey, or black paint (respectively) to another color) -#: ../tuxpaint.c:26665 +#: ../tuxpaint.c:26672 msgid "" "Click the primary colors (red, yellow, and blue), white (to tint), grey (to " "tone), and black (to shade), to mix together a new color." @@ -1498,10 +1498,16 @@ msgstr "Klick a beweeg D'Maus fir d'Bild ze verzerren." msgid "Emboss" msgstr "Prägen" -#: ../../magic/src/emboss.c:114 +#: ../../magic/src/emboss.c:115 msgid "Click and drag the mouse to emboss the picture." msgstr "Klick a beweeg d'Maus fir d'Bild ze verschmieren." +#: ../../magic/src/emboss.c:117 +#, fuzzy +#| msgid "Click to sharpen the entire picture." +msgid "Click to emboss the entire picture." +msgstr "Klick fir d'ganz Bild méi schaarf ze maachen." + #: ../../magic/src/fade_darken.c:115 msgid "Lighten" msgstr "Hellmaachen" diff --git a/src/po/lg.po b/src/po/lg.po index d9b8697d0..d452a9a7b 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: 2022-06-14 00:59-0700\n" +"POT-Creation-Date: 2022-07-03 16:31-0700\n" "PO-Revision-Date: 2010-09-21 09:37+0200\n" "Last-Translator: OLWENY San James \n" "Language-Team: LANGUAGE \n" @@ -312,15 +312,15 @@ msgstr "" msgid "Minimize" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:8 ../tuxpaint.desktop.in:3 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:8 ../tuxpaint.desktop.in:3 msgid "Tux Paint" msgstr "Tux Paint" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:9 ../tuxpaint.desktop.in:10 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:9 ../tuxpaint.desktop.in:10 msgid "A drawing program for children" msgstr "Enteekateeka y'abaana ey'okusiiga" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:11 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:11 msgid "" "Tux Paint is a free, award-winning drawing program for children ages 3 to " "12. Tux Paint is used in schools around the world as a computer literacy " @@ -329,30 +329,30 @@ msgid "" "program." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:19 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:19 msgid "" "Kids are presented with a blank canvas and a variety of drawing tools to " "help them be creative." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:24 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:24 msgid "New Breed Software et al." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:36 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:36 msgid "The Magic tool is a set of special effects" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:40 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:40 msgid "" "The Paint Brush tool lets you draw freehand, using various brushes and colors" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:44 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:44 msgid "The Stamp tool is like a set of rubber stamps or stickers" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:50 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:50 msgid "" "Tux Paint's Color palette includes a new Color Mixer option, which allows " "users to combine different proportions of primary colors (red, yellow, and " @@ -360,7 +360,7 @@ msgid "" "mixing paints." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:51 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:51 msgid "" "The Color Picker option, which previously offered a static palette of around " "sixty-five thousand color choices, now supports separate hue, saturation, " @@ -368,21 +368,21 @@ msgid "" "colors." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:52 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:52 msgid "" "Also, a keyboard shortcut is now available for quick access to the Color " "Selector — the \"pipette\" tool used for picking colors from the current " "drawing." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:53 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53 msgid "" "The Paint and Lines tools now provide a way to adjust the spacing of " "brushes, allowing dotted lines or smearing effects to be made. Many brushes " "have been given better default spacing values, as well." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:54 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54 msgid "" "Two new variations of the Zoom Magic Tool, Tile Zoom and Rush, have been " "added. When shrinking a drawing with Tile Zoom, it replicates the drawing " @@ -390,7 +390,7 @@ msgid "" "background color. The Rush tool blurs the results." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:55 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:55 msgid "" "Tux Paint's Shapes tool now offers hexagon (6-sided) and heptagon (7-sided) " "polygons. For shapes which can be stretched (rectangle, oval, etc.), the " @@ -399,7 +399,7 @@ msgid "" "has also been expanded." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:56 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:56 msgid "" "Keyboard shortcuts, such as [Control]+[S] to save a drawing, are now " "accessed with the more traditional [⌘ Command] key when using Tux Paint on " @@ -407,7 +407,7 @@ msgid "" "The look and feel of the user documentation has been improved." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:61 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:61 msgid "" "Tux Paint's Paint and Line tools now support brushes that rotate based on " "the angle of the stroke. This new rotation feature, as well as the older " @@ -416,7 +416,7 @@ msgid "" "painting mode for interactively coloring within a confined area." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:62 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:62 msgid "" "Six new Magic tools have been added to Tux Paint. Panels shrinks and " "duplicates the drawing into a 2-by-2 grid, which is useful for making four-" @@ -427,7 +427,7 @@ msgid "" "of Tux Paint's classic Rainbow tool." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:63 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:63 msgid "" "A number of existing Magic tools have been updated, as well. Improvements " "were made to Halftone, which simulates photographs on newsprint; Cartoon, " @@ -436,7 +436,7 @@ msgid "" "Chalk, and Emboss, now offer the ability to alter the entire image at once!" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:64 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:64 msgid "" "Finally, Magic tools are now grouped into collections of similar effects — " "painting, distorts, color filters, picture warps, pattern painting, " @@ -444,7 +444,7 @@ msgid "" "need." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:69 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:69 msgid "" "Tux Paint's Fill tool now offers options to fill an area with color " "gradients. The \"Radial\" fill creates a circular gradient centered around " @@ -452,7 +452,7 @@ msgid "" "of gradients at different angles and sizes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:70 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:70 msgid "" "New Magic tools have been added to Tux Paint: \"Pixels\" makes it easier to " "create retro-gaming style pixel art, \"Checkerboard\" fills the entire " @@ -460,14 +460,14 @@ msgid "" "picture via brush strokes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:71 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:71 msgid "" "Tux Paint's user documentation has been overhauled, making localization " "easier. Parties interested in helping with localization are encouraged to " "contact the Tux Paint team." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:72 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:72 msgid "" "Finally, a new pair of accessibility options have been added. The entire " "user interface can now be enlarged benefiting users with impaired vision, " @@ -477,34 +477,34 @@ msgid "" "systems." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:77 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:77 msgid "" "A major improvement has been made to the Shapes tool, which now provides " "options to choose whether shapes are drawn from the center or a corner, " "making it easier to use in any situation." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:78 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:78 msgid "" "The on-screen keyboard, an accessibility feature optionally available when " "using the Text and Label tools, now appears larger on bigger displays; " "helpful for users of coarser input devices, such as eye-tracking systems." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:79 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:79 msgid "" "The Eraser tool adds new, smaller eraser sizes, and applies smoother, " "contiguous strokes when the pointer is moved quickly." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:80 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:80 msgid "" "Finally, this newest version adds options to export individual drawings and " "GIF animations, making it easy to share pictures, cartoons, and slideshows " "with others." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:85 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:85 msgid "" "The latest version has promoted the \"Fill\" tool, previously found under " "the \"Magic\" section of Tux Paint, to the main toolbar, where it's easier " @@ -514,21 +514,21 @@ msgid "" "images." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:86 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:86 msgid "" "Tux Paint also now makes it possible to disable stereo sound, which can " "benefit users with a hearing impairment, or in situations where only one " "speaker is available." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:91 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:91 msgid "" "New in this version are a \"color picker\", which allows any color within a " "drawing to be chosen using the pointer, and a set of three-, four-, and five-" "pointed star shapes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:92 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:92 msgid "" "The latest version also incorporates a number of new translations, bringing " "the number of supported languages up to nearly 130: Bengali, Bodo, Dogri, " @@ -1309,18 +1309,18 @@ msgid "" msgstr "" #. Color mixer; e.g., "Your color is entirely grey." -#: ../tuxpaint.c:23727 ../tuxpaint.c:23734 +#: ../tuxpaint.c:23734 ../tuxpaint.c:23741 msgid "entirely" msgstr "" #. Add "Color Select" color: -#: ../tuxpaint.c:26644 +#: ../tuxpaint.c:26651 msgid "Select a color from your drawing." msgstr "" #. Add "Color Picker" color: #. (This is an attempt to describe an HSV color picker in extremely basic terms!) -#: ../tuxpaint.c:26653 +#: ../tuxpaint.c:26660 msgid "" "Pick a color. Hues go top to bottom. Saturation/intensity goes left (pale) " "to right (pure). Value (lightness/darkness): grey bar." @@ -1328,7 +1328,7 @@ msgstr "" #. Add "Color Mixer" color: #. (The terms 'tint', 'tone', and 'shade' relate to combining white, grey, or black paint (respectively) to another color) -#: ../tuxpaint.c:26665 +#: ../tuxpaint.c:26672 msgid "" "Click the primary colors (red, yellow, and blue), white (to tint), grey (to " "tone), and black (to shade), to mix together a new color." @@ -1515,10 +1515,16 @@ msgstr "Nyiga era walula okubaako kyoyonoona ku kifaananyi kyo" msgid "Emboss" msgstr "Zimbulukusa" -#: ../../magic/src/emboss.c:114 +#: ../../magic/src/emboss.c:115 msgid "Click and drag the mouse to emboss the picture." msgstr "Nyiga era walula okuzimbulukusa ekifaananyi" +#: ../../magic/src/emboss.c:117 +#, fuzzy +#| msgid "Click to sharpen the entire picture." +msgid "Click to emboss the entire picture." +msgstr "Nyiga okwogiya ekifaananyi kyonna" + #: ../../magic/src/fade_darken.c:115 msgid "Lighten" msgstr "Tangaza" diff --git a/src/po/lt.po b/src/po/lt.po index 8a64fd6bc..39f8da70b 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: 2022-06-14 00:59-0700\n" +"POT-Creation-Date: 2022-07-03 16:31-0700\n" "PO-Revision-Date: 2004-12-10 18:11+0200\n" "Last-Translator: Gintaras Goštautas \n" "Language-Team: Lithuanian \n" @@ -316,15 +316,15 @@ msgstr "" msgid "Minimize" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:8 ../tuxpaint.desktop.in:3 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:8 ../tuxpaint.desktop.in:3 msgid "Tux Paint" msgstr "Tux Paint" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:9 ../tuxpaint.desktop.in:10 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:9 ../tuxpaint.desktop.in:10 msgid "A drawing program for children" msgstr "Piešimo programa vaikams" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:11 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:11 msgid "" "Tux Paint is a free, award-winning drawing program for children ages 3 to " "12. Tux Paint is used in schools around the world as a computer literacy " @@ -333,30 +333,30 @@ msgid "" "program." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:19 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:19 msgid "" "Kids are presented with a blank canvas and a variety of drawing tools to " "help them be creative." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:24 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:24 msgid "New Breed Software et al." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:36 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:36 msgid "The Magic tool is a set of special effects" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:40 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:40 msgid "" "The Paint Brush tool lets you draw freehand, using various brushes and colors" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:44 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:44 msgid "The Stamp tool is like a set of rubber stamps or stickers" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:50 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:50 msgid "" "Tux Paint's Color palette includes a new Color Mixer option, which allows " "users to combine different proportions of primary colors (red, yellow, and " @@ -364,7 +364,7 @@ msgid "" "mixing paints." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:51 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:51 msgid "" "The Color Picker option, which previously offered a static palette of around " "sixty-five thousand color choices, now supports separate hue, saturation, " @@ -372,21 +372,21 @@ msgid "" "colors." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:52 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:52 msgid "" "Also, a keyboard shortcut is now available for quick access to the Color " "Selector — the \"pipette\" tool used for picking colors from the current " "drawing." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:53 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53 msgid "" "The Paint and Lines tools now provide a way to adjust the spacing of " "brushes, allowing dotted lines or smearing effects to be made. Many brushes " "have been given better default spacing values, as well." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:54 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54 msgid "" "Two new variations of the Zoom Magic Tool, Tile Zoom and Rush, have been " "added. When shrinking a drawing with Tile Zoom, it replicates the drawing " @@ -394,7 +394,7 @@ msgid "" "background color. The Rush tool blurs the results." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:55 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:55 msgid "" "Tux Paint's Shapes tool now offers hexagon (6-sided) and heptagon (7-sided) " "polygons. For shapes which can be stretched (rectangle, oval, etc.), the " @@ -403,7 +403,7 @@ msgid "" "has also been expanded." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:56 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:56 msgid "" "Keyboard shortcuts, such as [Control]+[S] to save a drawing, are now " "accessed with the more traditional [⌘ Command] key when using Tux Paint on " @@ -411,7 +411,7 @@ msgid "" "The look and feel of the user documentation has been improved." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:61 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:61 msgid "" "Tux Paint's Paint and Line tools now support brushes that rotate based on " "the angle of the stroke. This new rotation feature, as well as the older " @@ -420,7 +420,7 @@ msgid "" "painting mode for interactively coloring within a confined area." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:62 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:62 msgid "" "Six new Magic tools have been added to Tux Paint. Panels shrinks and " "duplicates the drawing into a 2-by-2 grid, which is useful for making four-" @@ -431,7 +431,7 @@ msgid "" "of Tux Paint's classic Rainbow tool." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:63 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:63 msgid "" "A number of existing Magic tools have been updated, as well. Improvements " "were made to Halftone, which simulates photographs on newsprint; Cartoon, " @@ -440,7 +440,7 @@ msgid "" "Chalk, and Emboss, now offer the ability to alter the entire image at once!" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:64 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:64 msgid "" "Finally, Magic tools are now grouped into collections of similar effects — " "painting, distorts, color filters, picture warps, pattern painting, " @@ -448,7 +448,7 @@ msgid "" "need." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:69 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:69 msgid "" "Tux Paint's Fill tool now offers options to fill an area with color " "gradients. The \"Radial\" fill creates a circular gradient centered around " @@ -456,7 +456,7 @@ msgid "" "of gradients at different angles and sizes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:70 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:70 msgid "" "New Magic tools have been added to Tux Paint: \"Pixels\" makes it easier to " "create retro-gaming style pixel art, \"Checkerboard\" fills the entire " @@ -464,14 +464,14 @@ msgid "" "picture via brush strokes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:71 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:71 msgid "" "Tux Paint's user documentation has been overhauled, making localization " "easier. Parties interested in helping with localization are encouraged to " "contact the Tux Paint team." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:72 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:72 msgid "" "Finally, a new pair of accessibility options have been added. The entire " "user interface can now be enlarged benefiting users with impaired vision, " @@ -481,34 +481,34 @@ msgid "" "systems." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:77 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:77 msgid "" "A major improvement has been made to the Shapes tool, which now provides " "options to choose whether shapes are drawn from the center or a corner, " "making it easier to use in any situation." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:78 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:78 msgid "" "The on-screen keyboard, an accessibility feature optionally available when " "using the Text and Label tools, now appears larger on bigger displays; " "helpful for users of coarser input devices, such as eye-tracking systems." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:79 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:79 msgid "" "The Eraser tool adds new, smaller eraser sizes, and applies smoother, " "contiguous strokes when the pointer is moved quickly." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:80 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:80 msgid "" "Finally, this newest version adds options to export individual drawings and " "GIF animations, making it easy to share pictures, cartoons, and slideshows " "with others." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:85 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:85 msgid "" "The latest version has promoted the \"Fill\" tool, previously found under " "the \"Magic\" section of Tux Paint, to the main toolbar, where it's easier " @@ -518,21 +518,21 @@ msgid "" "images." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:86 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:86 msgid "" "Tux Paint also now makes it possible to disable stereo sound, which can " "benefit users with a hearing impairment, or in situations where only one " "speaker is available." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:91 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:91 msgid "" "New in this version are a \"color picker\", which allows any color within a " "drawing to be chosen using the pointer, and a set of three-, four-, and five-" "pointed star shapes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:92 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:92 msgid "" "The latest version also incorporates a number of new translations, bringing " "the number of supported languages up to nearly 130: Bengali, Bodo, Dogri, " @@ -1315,18 +1315,18 @@ msgid "" msgstr "" #. Color mixer; e.g., "Your color is entirely grey." -#: ../tuxpaint.c:23727 ../tuxpaint.c:23734 +#: ../tuxpaint.c:23734 ../tuxpaint.c:23741 msgid "entirely" msgstr "" #. Add "Color Select" color: -#: ../tuxpaint.c:26644 +#: ../tuxpaint.c:26651 msgid "Select a color from your drawing." msgstr "" #. Add "Color Picker" color: #. (This is an attempt to describe an HSV color picker in extremely basic terms!) -#: ../tuxpaint.c:26653 +#: ../tuxpaint.c:26660 msgid "" "Pick a color. Hues go top to bottom. Saturation/intensity goes left (pale) " "to right (pure). Value (lightness/darkness): grey bar." @@ -1334,7 +1334,7 @@ msgstr "" #. Add "Color Mixer" color: #. (The terms 'tint', 'tone', and 'shade' relate to combining white, grey, or black paint (respectively) to another color) -#: ../tuxpaint.c:26665 +#: ../tuxpaint.c:26672 msgid "" "Click the primary colors (red, yellow, and blue), white (to tint), grey (to " "tone), and black (to shade), to mix together a new color." @@ -1518,11 +1518,16 @@ msgstr "Spustelėkite ir pele išsklaidykite piešinį." msgid "Emboss" msgstr "Reljefo efektas" -#: ../../magic/src/emboss.c:114 +#: ../../magic/src/emboss.c:115 #, fuzzy msgid "Click and drag the mouse to emboss the picture." msgstr "Spustelėkite ir pele pritaikykite reljefo efektą." +#: ../../magic/src/emboss.c:117 +#, fuzzy +msgid "Click to emboss the entire picture." +msgstr "Spustelėkite ir gausite veidrodinį atspindį." + #: ../../magic/src/fade_darken.c:115 msgid "Lighten" msgstr "Šviesinti" diff --git a/src/po/lv.po b/src/po/lv.po index 1d3941f6b..694aae663 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: 2022-06-14 00:59-0700\n" +"POT-Creation-Date: 2022-07-03 16:31-0700\n" "PO-Revision-Date: 2014-06-11 23:13-0000\n" "Last-Translator: Raivis Strogonovs \n" "Language-Team: Valoda \n" @@ -313,15 +313,15 @@ msgstr "" msgid "Minimize" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:8 ../tuxpaint.desktop.in:3 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:8 ../tuxpaint.desktop.in:3 msgid "Tux Paint" msgstr "Tux Zīmēšana" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:9 ../tuxpaint.desktop.in:10 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:9 ../tuxpaint.desktop.in:10 msgid "A drawing program for children" msgstr "Zīmēšanas programma bērniem" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:11 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:11 msgid "" "Tux Paint is a free, award-winning drawing program for children ages 3 to " "12. Tux Paint is used in schools around the world as a computer literacy " @@ -330,30 +330,30 @@ msgid "" "program." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:19 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:19 msgid "" "Kids are presented with a blank canvas and a variety of drawing tools to " "help them be creative." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:24 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:24 msgid "New Breed Software et al." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:36 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:36 msgid "The Magic tool is a set of special effects" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:40 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:40 msgid "" "The Paint Brush tool lets you draw freehand, using various brushes and colors" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:44 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:44 msgid "The Stamp tool is like a set of rubber stamps or stickers" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:50 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:50 msgid "" "Tux Paint's Color palette includes a new Color Mixer option, which allows " "users to combine different proportions of primary colors (red, yellow, and " @@ -361,7 +361,7 @@ msgid "" "mixing paints." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:51 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:51 msgid "" "The Color Picker option, which previously offered a static palette of around " "sixty-five thousand color choices, now supports separate hue, saturation, " @@ -369,21 +369,21 @@ msgid "" "colors." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:52 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:52 msgid "" "Also, a keyboard shortcut is now available for quick access to the Color " "Selector — the \"pipette\" tool used for picking colors from the current " "drawing." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:53 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53 msgid "" "The Paint and Lines tools now provide a way to adjust the spacing of " "brushes, allowing dotted lines or smearing effects to be made. Many brushes " "have been given better default spacing values, as well." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:54 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54 msgid "" "Two new variations of the Zoom Magic Tool, Tile Zoom and Rush, have been " "added. When shrinking a drawing with Tile Zoom, it replicates the drawing " @@ -391,7 +391,7 @@ msgid "" "background color. The Rush tool blurs the results." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:55 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:55 msgid "" "Tux Paint's Shapes tool now offers hexagon (6-sided) and heptagon (7-sided) " "polygons. For shapes which can be stretched (rectangle, oval, etc.), the " @@ -400,7 +400,7 @@ msgid "" "has also been expanded." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:56 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:56 msgid "" "Keyboard shortcuts, such as [Control]+[S] to save a drawing, are now " "accessed with the more traditional [⌘ Command] key when using Tux Paint on " @@ -408,7 +408,7 @@ msgid "" "The look and feel of the user documentation has been improved." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:61 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:61 msgid "" "Tux Paint's Paint and Line tools now support brushes that rotate based on " "the angle of the stroke. This new rotation feature, as well as the older " @@ -417,7 +417,7 @@ msgid "" "painting mode for interactively coloring within a confined area." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:62 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:62 msgid "" "Six new Magic tools have been added to Tux Paint. Panels shrinks and " "duplicates the drawing into a 2-by-2 grid, which is useful for making four-" @@ -428,7 +428,7 @@ msgid "" "of Tux Paint's classic Rainbow tool." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:63 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:63 msgid "" "A number of existing Magic tools have been updated, as well. Improvements " "were made to Halftone, which simulates photographs on newsprint; Cartoon, " @@ -437,7 +437,7 @@ msgid "" "Chalk, and Emboss, now offer the ability to alter the entire image at once!" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:64 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:64 msgid "" "Finally, Magic tools are now grouped into collections of similar effects — " "painting, distorts, color filters, picture warps, pattern painting, " @@ -445,7 +445,7 @@ msgid "" "need." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:69 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:69 msgid "" "Tux Paint's Fill tool now offers options to fill an area with color " "gradients. The \"Radial\" fill creates a circular gradient centered around " @@ -453,7 +453,7 @@ msgid "" "of gradients at different angles and sizes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:70 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:70 msgid "" "New Magic tools have been added to Tux Paint: \"Pixels\" makes it easier to " "create retro-gaming style pixel art, \"Checkerboard\" fills the entire " @@ -461,14 +461,14 @@ msgid "" "picture via brush strokes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:71 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:71 msgid "" "Tux Paint's user documentation has been overhauled, making localization " "easier. Parties interested in helping with localization are encouraged to " "contact the Tux Paint team." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:72 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:72 msgid "" "Finally, a new pair of accessibility options have been added. The entire " "user interface can now be enlarged benefiting users with impaired vision, " @@ -478,34 +478,34 @@ msgid "" "systems." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:77 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:77 msgid "" "A major improvement has been made to the Shapes tool, which now provides " "options to choose whether shapes are drawn from the center or a corner, " "making it easier to use in any situation." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:78 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:78 msgid "" "The on-screen keyboard, an accessibility feature optionally available when " "using the Text and Label tools, now appears larger on bigger displays; " "helpful for users of coarser input devices, such as eye-tracking systems." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:79 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:79 msgid "" "The Eraser tool adds new, smaller eraser sizes, and applies smoother, " "contiguous strokes when the pointer is moved quickly." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:80 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:80 msgid "" "Finally, this newest version adds options to export individual drawings and " "GIF animations, making it easy to share pictures, cartoons, and slideshows " "with others." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:85 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:85 msgid "" "The latest version has promoted the \"Fill\" tool, previously found under " "the \"Magic\" section of Tux Paint, to the main toolbar, where it's easier " @@ -515,21 +515,21 @@ msgid "" "images." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:86 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:86 msgid "" "Tux Paint also now makes it possible to disable stereo sound, which can " "benefit users with a hearing impairment, or in situations where only one " "speaker is available." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:91 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:91 msgid "" "New in this version are a \"color picker\", which allows any color within a " "drawing to be chosen using the pointer, and a set of three-, four-, and five-" "pointed star shapes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:92 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:92 msgid "" "The latest version also incorporates a number of new translations, bringing " "the number of supported languages up to nearly 130: Bengali, Bodo, Dogri, " @@ -1304,18 +1304,18 @@ msgid "" msgstr "" #. Color mixer; e.g., "Your color is entirely grey." -#: ../tuxpaint.c:23727 ../tuxpaint.c:23734 +#: ../tuxpaint.c:23734 ../tuxpaint.c:23741 msgid "entirely" msgstr "" #. Add "Color Select" color: -#: ../tuxpaint.c:26644 +#: ../tuxpaint.c:26651 msgid "Select a color from your drawing." msgstr "" #. Add "Color Picker" color: #. (This is an attempt to describe an HSV color picker in extremely basic terms!) -#: ../tuxpaint.c:26653 +#: ../tuxpaint.c:26660 msgid "" "Pick a color. Hues go top to bottom. Saturation/intensity goes left (pale) " "to right (pure). Value (lightness/darkness): grey bar." @@ -1323,7 +1323,7 @@ msgstr "" #. Add "Color Mixer" color: #. (The terms 'tint', 'tone', and 'shade' relate to combining white, grey, or black paint (respectively) to another color) -#: ../tuxpaint.c:26665 +#: ../tuxpaint.c:26672 msgid "" "Click the primary colors (red, yellow, and blue), white (to tint), grey (to " "tone), and black (to shade), to mix together a new color." @@ -1518,10 +1518,16 @@ msgstr "Nospied, pieturi peles pogu un velc peli lai izkropļotu bildi!" msgid "Emboss" msgstr "Izkalt" -#: ../../magic/src/emboss.c:114 +#: ../../magic/src/emboss.c:115 msgid "Click and drag the mouse to emboss the picture." msgstr "Nospied, pieturi peles pogu un velc peli lai gofrētu bildi." +#: ../../magic/src/emboss.c:117 +#, fuzzy +#| msgid "Click to sharpen the entire picture." +msgid "Click to emboss the entire picture." +msgstr "Noklikšķini, lai saasinātu visu bildi." + #: ../../magic/src/fade_darken.c:115 msgid "Lighten" msgstr "gaišāk" diff --git a/src/po/mai.po b/src/po/mai.po index 07ddc47cd..431e14834 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: 2022-06-14 00:59-0700\n" +"POT-Creation-Date: 2022-07-03 16:31-0700\n" "PO-Revision-Date: 2013-02-18 09:21+0530\n" "Last-Translator: sk \n" "Language-Team: American English \n" @@ -315,15 +315,15 @@ msgstr "" msgid "Minimize" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:8 ../tuxpaint.desktop.in:3 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:8 ../tuxpaint.desktop.in:3 msgid "Tux Paint" msgstr "टक्स पेंट" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:9 ../tuxpaint.desktop.in:10 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:9 ../tuxpaint.desktop.in:10 msgid "A drawing program for children" msgstr "बच्चा क' लेल एकगोट ड्राइंग कार्यक्रम" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:11 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:11 msgid "" "Tux Paint is a free, award-winning drawing program for children ages 3 to " "12. Tux Paint is used in schools around the world as a computer literacy " @@ -332,30 +332,30 @@ msgid "" "program." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:19 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:19 msgid "" "Kids are presented with a blank canvas and a variety of drawing tools to " "help them be creative." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:24 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:24 msgid "New Breed Software et al." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:36 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:36 msgid "The Magic tool is a set of special effects" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:40 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:40 msgid "" "The Paint Brush tool lets you draw freehand, using various brushes and colors" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:44 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:44 msgid "The Stamp tool is like a set of rubber stamps or stickers" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:50 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:50 msgid "" "Tux Paint's Color palette includes a new Color Mixer option, which allows " "users to combine different proportions of primary colors (red, yellow, and " @@ -363,7 +363,7 @@ msgid "" "mixing paints." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:51 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:51 msgid "" "The Color Picker option, which previously offered a static palette of around " "sixty-five thousand color choices, now supports separate hue, saturation, " @@ -371,21 +371,21 @@ msgid "" "colors." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:52 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:52 msgid "" "Also, a keyboard shortcut is now available for quick access to the Color " "Selector — the \"pipette\" tool used for picking colors from the current " "drawing." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:53 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53 msgid "" "The Paint and Lines tools now provide a way to adjust the spacing of " "brushes, allowing dotted lines or smearing effects to be made. Many brushes " "have been given better default spacing values, as well." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:54 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54 msgid "" "Two new variations of the Zoom Magic Tool, Tile Zoom and Rush, have been " "added. When shrinking a drawing with Tile Zoom, it replicates the drawing " @@ -393,7 +393,7 @@ msgid "" "background color. The Rush tool blurs the results." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:55 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:55 msgid "" "Tux Paint's Shapes tool now offers hexagon (6-sided) and heptagon (7-sided) " "polygons. For shapes which can be stretched (rectangle, oval, etc.), the " @@ -402,7 +402,7 @@ msgid "" "has also been expanded." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:56 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:56 msgid "" "Keyboard shortcuts, such as [Control]+[S] to save a drawing, are now " "accessed with the more traditional [⌘ Command] key when using Tux Paint on " @@ -410,7 +410,7 @@ msgid "" "The look and feel of the user documentation has been improved." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:61 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:61 msgid "" "Tux Paint's Paint and Line tools now support brushes that rotate based on " "the angle of the stroke. This new rotation feature, as well as the older " @@ -419,7 +419,7 @@ msgid "" "painting mode for interactively coloring within a confined area." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:62 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:62 msgid "" "Six new Magic tools have been added to Tux Paint. Panels shrinks and " "duplicates the drawing into a 2-by-2 grid, which is useful for making four-" @@ -430,7 +430,7 @@ msgid "" "of Tux Paint's classic Rainbow tool." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:63 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:63 msgid "" "A number of existing Magic tools have been updated, as well. Improvements " "were made to Halftone, which simulates photographs on newsprint; Cartoon, " @@ -439,7 +439,7 @@ msgid "" "Chalk, and Emboss, now offer the ability to alter the entire image at once!" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:64 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:64 msgid "" "Finally, Magic tools are now grouped into collections of similar effects — " "painting, distorts, color filters, picture warps, pattern painting, " @@ -447,7 +447,7 @@ msgid "" "need." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:69 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:69 msgid "" "Tux Paint's Fill tool now offers options to fill an area with color " "gradients. The \"Radial\" fill creates a circular gradient centered around " @@ -455,7 +455,7 @@ msgid "" "of gradients at different angles and sizes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:70 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:70 msgid "" "New Magic tools have been added to Tux Paint: \"Pixels\" makes it easier to " "create retro-gaming style pixel art, \"Checkerboard\" fills the entire " @@ -463,14 +463,14 @@ msgid "" "picture via brush strokes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:71 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:71 msgid "" "Tux Paint's user documentation has been overhauled, making localization " "easier. Parties interested in helping with localization are encouraged to " "contact the Tux Paint team." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:72 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:72 msgid "" "Finally, a new pair of accessibility options have been added. The entire " "user interface can now be enlarged benefiting users with impaired vision, " @@ -480,34 +480,34 @@ msgid "" "systems." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:77 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:77 msgid "" "A major improvement has been made to the Shapes tool, which now provides " "options to choose whether shapes are drawn from the center or a corner, " "making it easier to use in any situation." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:78 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:78 msgid "" "The on-screen keyboard, an accessibility feature optionally available when " "using the Text and Label tools, now appears larger on bigger displays; " "helpful for users of coarser input devices, such as eye-tracking systems." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:79 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:79 msgid "" "The Eraser tool adds new, smaller eraser sizes, and applies smoother, " "contiguous strokes when the pointer is moved quickly." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:80 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:80 msgid "" "Finally, this newest version adds options to export individual drawings and " "GIF animations, making it easy to share pictures, cartoons, and slideshows " "with others." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:85 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:85 msgid "" "The latest version has promoted the \"Fill\" tool, previously found under " "the \"Magic\" section of Tux Paint, to the main toolbar, where it's easier " @@ -517,21 +517,21 @@ msgid "" "images." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:86 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:86 msgid "" "Tux Paint also now makes it possible to disable stereo sound, which can " "benefit users with a hearing impairment, or in situations where only one " "speaker is available." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:91 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:91 msgid "" "New in this version are a \"color picker\", which allows any color within a " "drawing to be chosen using the pointer, and a set of three-, four-, and five-" "pointed star shapes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:92 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:92 msgid "" "The latest version also incorporates a number of new translations, bringing " "the number of supported languages up to nearly 130: Bengali, Bodo, Dogri, " @@ -1300,18 +1300,18 @@ msgid "" msgstr "" #. Color mixer; e.g., "Your color is entirely grey." -#: ../tuxpaint.c:23727 ../tuxpaint.c:23734 +#: ../tuxpaint.c:23734 ../tuxpaint.c:23741 msgid "entirely" msgstr "" #. Add "Color Select" color: -#: ../tuxpaint.c:26644 +#: ../tuxpaint.c:26651 msgid "Select a color from your drawing." msgstr "" #. Add "Color Picker" color: #. (This is an attempt to describe an HSV color picker in extremely basic terms!) -#: ../tuxpaint.c:26653 +#: ../tuxpaint.c:26660 msgid "" "Pick a color. Hues go top to bottom. Saturation/intensity goes left (pale) " "to right (pure). Value (lightness/darkness): grey bar." @@ -1319,7 +1319,7 @@ msgstr "" #. Add "Color Mixer" color: #. (The terms 'tint', 'tone', and 'shade' relate to combining white, grey, or black paint (respectively) to another color) -#: ../tuxpaint.c:26665 +#: ../tuxpaint.c:26672 msgid "" "Click the primary colors (red, yellow, and blue), white (to tint), grey (to " "tone), and black (to shade), to mix together a new color." @@ -1505,10 +1505,16 @@ msgstr "चित्र मे विकृति लाबै क' लेल msgid "Emboss" msgstr "ऊभारू" -#: ../../magic/src/emboss.c:114 +#: ../../magic/src/emboss.c:115 msgid "Click and drag the mouse to emboss the picture." msgstr "उभरल चित्र बनाबै क' लेल क्लिक करू आओर स्थानांतरित करू." +#: ../../magic/src/emboss.c:117 +#, fuzzy +#| msgid "Click to sharpen the entire picture." +msgid "Click to emboss the entire picture." +msgstr "पूरे चित्र मे पैनापन लाबै क' लेल क्लिक करू." + #: ../../magic/src/fade_darken.c:115 msgid "Lighten" msgstr "हल्का करू" diff --git a/src/po/mk.po b/src/po/mk.po index bcfa4f9bc..ac36572f3 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: 2022-06-14 00:59-0700\n" +"POT-Creation-Date: 2022-07-03 16:31-0700\n" "PO-Revision-Date: 2006-06-17 23:07+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Macedonian \n" @@ -314,15 +314,15 @@ msgstr "" msgid "Minimize" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:8 ../tuxpaint.desktop.in:3 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:8 ../tuxpaint.desktop.in:3 msgid "Tux Paint" msgstr "Tux Боенка" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:9 ../tuxpaint.desktop.in:10 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:9 ../tuxpaint.desktop.in:10 msgid "A drawing program for children" msgstr "Програм за цртање за деца" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:11 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:11 msgid "" "Tux Paint is a free, award-winning drawing program for children ages 3 to " "12. Tux Paint is used in schools around the world as a computer literacy " @@ -331,30 +331,30 @@ msgid "" "program." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:19 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:19 msgid "" "Kids are presented with a blank canvas and a variety of drawing tools to " "help them be creative." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:24 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:24 msgid "New Breed Software et al." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:36 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:36 msgid "The Magic tool is a set of special effects" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:40 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:40 msgid "" "The Paint Brush tool lets you draw freehand, using various brushes and colors" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:44 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:44 msgid "The Stamp tool is like a set of rubber stamps or stickers" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:50 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:50 msgid "" "Tux Paint's Color palette includes a new Color Mixer option, which allows " "users to combine different proportions of primary colors (red, yellow, and " @@ -362,7 +362,7 @@ msgid "" "mixing paints." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:51 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:51 msgid "" "The Color Picker option, which previously offered a static palette of around " "sixty-five thousand color choices, now supports separate hue, saturation, " @@ -370,21 +370,21 @@ msgid "" "colors." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:52 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:52 msgid "" "Also, a keyboard shortcut is now available for quick access to the Color " "Selector — the \"pipette\" tool used for picking colors from the current " "drawing." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:53 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53 msgid "" "The Paint and Lines tools now provide a way to adjust the spacing of " "brushes, allowing dotted lines or smearing effects to be made. Many brushes " "have been given better default spacing values, as well." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:54 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54 msgid "" "Two new variations of the Zoom Magic Tool, Tile Zoom and Rush, have been " "added. When shrinking a drawing with Tile Zoom, it replicates the drawing " @@ -392,7 +392,7 @@ msgid "" "background color. The Rush tool blurs the results." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:55 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:55 msgid "" "Tux Paint's Shapes tool now offers hexagon (6-sided) and heptagon (7-sided) " "polygons. For shapes which can be stretched (rectangle, oval, etc.), the " @@ -401,7 +401,7 @@ msgid "" "has also been expanded." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:56 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:56 msgid "" "Keyboard shortcuts, such as [Control]+[S] to save a drawing, are now " "accessed with the more traditional [⌘ Command] key when using Tux Paint on " @@ -409,7 +409,7 @@ msgid "" "The look and feel of the user documentation has been improved." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:61 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:61 msgid "" "Tux Paint's Paint and Line tools now support brushes that rotate based on " "the angle of the stroke. This new rotation feature, as well as the older " @@ -418,7 +418,7 @@ msgid "" "painting mode for interactively coloring within a confined area." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:62 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:62 msgid "" "Six new Magic tools have been added to Tux Paint. Panels shrinks and " "duplicates the drawing into a 2-by-2 grid, which is useful for making four-" @@ -429,7 +429,7 @@ msgid "" "of Tux Paint's classic Rainbow tool." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:63 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:63 msgid "" "A number of existing Magic tools have been updated, as well. Improvements " "were made to Halftone, which simulates photographs on newsprint; Cartoon, " @@ -438,7 +438,7 @@ msgid "" "Chalk, and Emboss, now offer the ability to alter the entire image at once!" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:64 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:64 msgid "" "Finally, Magic tools are now grouped into collections of similar effects — " "painting, distorts, color filters, picture warps, pattern painting, " @@ -446,7 +446,7 @@ msgid "" "need." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:69 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:69 msgid "" "Tux Paint's Fill tool now offers options to fill an area with color " "gradients. The \"Radial\" fill creates a circular gradient centered around " @@ -454,7 +454,7 @@ msgid "" "of gradients at different angles and sizes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:70 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:70 msgid "" "New Magic tools have been added to Tux Paint: \"Pixels\" makes it easier to " "create retro-gaming style pixel art, \"Checkerboard\" fills the entire " @@ -462,14 +462,14 @@ msgid "" "picture via brush strokes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:71 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:71 msgid "" "Tux Paint's user documentation has been overhauled, making localization " "easier. Parties interested in helping with localization are encouraged to " "contact the Tux Paint team." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:72 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:72 msgid "" "Finally, a new pair of accessibility options have been added. The entire " "user interface can now be enlarged benefiting users with impaired vision, " @@ -479,34 +479,34 @@ msgid "" "systems." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:77 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:77 msgid "" "A major improvement has been made to the Shapes tool, which now provides " "options to choose whether shapes are drawn from the center or a corner, " "making it easier to use in any situation." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:78 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:78 msgid "" "The on-screen keyboard, an accessibility feature optionally available when " "using the Text and Label tools, now appears larger on bigger displays; " "helpful for users of coarser input devices, such as eye-tracking systems." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:79 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:79 msgid "" "The Eraser tool adds new, smaller eraser sizes, and applies smoother, " "contiguous strokes when the pointer is moved quickly." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:80 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:80 msgid "" "Finally, this newest version adds options to export individual drawings and " "GIF animations, making it easy to share pictures, cartoons, and slideshows " "with others." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:85 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:85 msgid "" "The latest version has promoted the \"Fill\" tool, previously found under " "the \"Magic\" section of Tux Paint, to the main toolbar, where it's easier " @@ -516,21 +516,21 @@ msgid "" "images." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:86 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:86 msgid "" "Tux Paint also now makes it possible to disable stereo sound, which can " "benefit users with a hearing impairment, or in situations where only one " "speaker is available." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:91 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:91 msgid "" "New in this version are a \"color picker\", which allows any color within a " "drawing to be chosen using the pointer, and a set of three-, four-, and five-" "pointed star shapes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:92 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:92 msgid "" "The latest version also incorporates a number of new translations, bringing " "the number of supported languages up to nearly 130: Bengali, Bodo, Dogri, " @@ -1306,18 +1306,18 @@ msgid "" msgstr "" #. Color mixer; e.g., "Your color is entirely grey." -#: ../tuxpaint.c:23727 ../tuxpaint.c:23734 +#: ../tuxpaint.c:23734 ../tuxpaint.c:23741 msgid "entirely" msgstr "" #. Add "Color Select" color: -#: ../tuxpaint.c:26644 +#: ../tuxpaint.c:26651 msgid "Select a color from your drawing." msgstr "" #. Add "Color Picker" color: #. (This is an attempt to describe an HSV color picker in extremely basic terms!) -#: ../tuxpaint.c:26653 +#: ../tuxpaint.c:26660 msgid "" "Pick a color. Hues go top to bottom. Saturation/intensity goes left (pale) " "to right (pure). Value (lightness/darkness): grey bar." @@ -1325,7 +1325,7 @@ msgstr "" #. Add "Color Mixer" color: #. (The terms 'tint', 'tone', and 'shade' relate to combining white, grey, or black paint (respectively) to another color) -#: ../tuxpaint.c:26665 +#: ../tuxpaint.c:26672 msgid "" "Click the primary colors (red, yellow, and blue), white (to tint), grey (to " "tone), and black (to shade), to mix together a new color." @@ -1514,11 +1514,16 @@ msgstr "Кликнете и движете го глувчето наоколу msgid "Emboss" msgstr "" -#: ../../magic/src/emboss.c:114 +#: ../../magic/src/emboss.c:115 #, fuzzy msgid "Click and drag the mouse to emboss the picture." msgstr "Кликнете и движете го глувчето наоколу за да ја замаглите сликата." +#: ../../magic/src/emboss.c:117 +#, fuzzy +msgid "Click to emboss the entire picture." +msgstr "Кликнете за да направите огледална слика." + #: ../../magic/src/fade_darken.c:115 msgid "Lighten" msgstr "Осветлување" diff --git a/src/po/ml.po b/src/po/ml.po index 7eefe5bbf..efe743421 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: 2022-06-14 00:59-0700\n" +"POT-Creation-Date: 2022-07-03 16:31-0700\n" "PO-Revision-Date: 2014-08-03 16:29+0530\n" "Last-Translator: Akhil Krishnan S \n" "Language-Team: Malayalam\n" @@ -323,15 +323,15 @@ msgstr "" msgid "Minimize" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:8 ../tuxpaint.desktop.in:3 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:8 ../tuxpaint.desktop.in:3 msgid "Tux Paint" msgstr "ടക്സ് പെയിന്റ്" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:9 ../tuxpaint.desktop.in:10 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:9 ../tuxpaint.desktop.in:10 msgid "A drawing program for children" msgstr "കുട്ടികള്‍ക്കായുള്ള ഒരു ചിത്രരചനാ പരിപാടി" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:11 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:11 msgid "" "Tux Paint is a free, award-winning drawing program for children ages 3 to " "12. Tux Paint is used in schools around the world as a computer literacy " @@ -340,30 +340,30 @@ msgid "" "program." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:19 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:19 msgid "" "Kids are presented with a blank canvas and a variety of drawing tools to " "help them be creative." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:24 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:24 msgid "New Breed Software et al." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:36 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:36 msgid "The Magic tool is a set of special effects" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:40 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:40 msgid "" "The Paint Brush tool lets you draw freehand, using various brushes and colors" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:44 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:44 msgid "The Stamp tool is like a set of rubber stamps or stickers" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:50 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:50 msgid "" "Tux Paint's Color palette includes a new Color Mixer option, which allows " "users to combine different proportions of primary colors (red, yellow, and " @@ -371,7 +371,7 @@ msgid "" "mixing paints." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:51 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:51 msgid "" "The Color Picker option, which previously offered a static palette of around " "sixty-five thousand color choices, now supports separate hue, saturation, " @@ -379,21 +379,21 @@ msgid "" "colors." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:52 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:52 msgid "" "Also, a keyboard shortcut is now available for quick access to the Color " "Selector — the \"pipette\" tool used for picking colors from the current " "drawing." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:53 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53 msgid "" "The Paint and Lines tools now provide a way to adjust the spacing of " "brushes, allowing dotted lines or smearing effects to be made. Many brushes " "have been given better default spacing values, as well." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:54 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54 msgid "" "Two new variations of the Zoom Magic Tool, Tile Zoom and Rush, have been " "added. When shrinking a drawing with Tile Zoom, it replicates the drawing " @@ -401,7 +401,7 @@ msgid "" "background color. The Rush tool blurs the results." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:55 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:55 msgid "" "Tux Paint's Shapes tool now offers hexagon (6-sided) and heptagon (7-sided) " "polygons. For shapes which can be stretched (rectangle, oval, etc.), the " @@ -410,7 +410,7 @@ msgid "" "has also been expanded." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:56 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:56 msgid "" "Keyboard shortcuts, such as [Control]+[S] to save a drawing, are now " "accessed with the more traditional [⌘ Command] key when using Tux Paint on " @@ -418,7 +418,7 @@ msgid "" "The look and feel of the user documentation has been improved." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:61 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:61 msgid "" "Tux Paint's Paint and Line tools now support brushes that rotate based on " "the angle of the stroke. This new rotation feature, as well as the older " @@ -427,7 +427,7 @@ msgid "" "painting mode for interactively coloring within a confined area." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:62 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:62 msgid "" "Six new Magic tools have been added to Tux Paint. Panels shrinks and " "duplicates the drawing into a 2-by-2 grid, which is useful for making four-" @@ -438,7 +438,7 @@ msgid "" "of Tux Paint's classic Rainbow tool." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:63 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:63 msgid "" "A number of existing Magic tools have been updated, as well. Improvements " "were made to Halftone, which simulates photographs on newsprint; Cartoon, " @@ -447,7 +447,7 @@ msgid "" "Chalk, and Emboss, now offer the ability to alter the entire image at once!" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:64 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:64 msgid "" "Finally, Magic tools are now grouped into collections of similar effects — " "painting, distorts, color filters, picture warps, pattern painting, " @@ -455,7 +455,7 @@ msgid "" "need." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:69 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:69 msgid "" "Tux Paint's Fill tool now offers options to fill an area with color " "gradients. The \"Radial\" fill creates a circular gradient centered around " @@ -463,7 +463,7 @@ msgid "" "of gradients at different angles and sizes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:70 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:70 msgid "" "New Magic tools have been added to Tux Paint: \"Pixels\" makes it easier to " "create retro-gaming style pixel art, \"Checkerboard\" fills the entire " @@ -471,14 +471,14 @@ msgid "" "picture via brush strokes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:71 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:71 msgid "" "Tux Paint's user documentation has been overhauled, making localization " "easier. Parties interested in helping with localization are encouraged to " "contact the Tux Paint team." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:72 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:72 msgid "" "Finally, a new pair of accessibility options have been added. The entire " "user interface can now be enlarged benefiting users with impaired vision, " @@ -488,34 +488,34 @@ msgid "" "systems." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:77 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:77 msgid "" "A major improvement has been made to the Shapes tool, which now provides " "options to choose whether shapes are drawn from the center or a corner, " "making it easier to use in any situation." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:78 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:78 msgid "" "The on-screen keyboard, an accessibility feature optionally available when " "using the Text and Label tools, now appears larger on bigger displays; " "helpful for users of coarser input devices, such as eye-tracking systems." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:79 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:79 msgid "" "The Eraser tool adds new, smaller eraser sizes, and applies smoother, " "contiguous strokes when the pointer is moved quickly." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:80 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:80 msgid "" "Finally, this newest version adds options to export individual drawings and " "GIF animations, making it easy to share pictures, cartoons, and slideshows " "with others." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:85 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:85 msgid "" "The latest version has promoted the \"Fill\" tool, previously found under " "the \"Magic\" section of Tux Paint, to the main toolbar, where it's easier " @@ -525,21 +525,21 @@ msgid "" "images." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:86 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:86 msgid "" "Tux Paint also now makes it possible to disable stereo sound, which can " "benefit users with a hearing impairment, or in situations where only one " "speaker is available." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:91 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:91 msgid "" "New in this version are a \"color picker\", which allows any color within a " "drawing to be chosen using the pointer, and a set of three-, four-, and five-" "pointed star shapes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:92 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:92 msgid "" "The latest version also incorporates a number of new translations, bringing " "the number of supported languages up to nearly 130: Bengali, Bodo, Dogri, " @@ -1309,18 +1309,18 @@ msgid "" msgstr "" #. Color mixer; e.g., "Your color is entirely grey." -#: ../tuxpaint.c:23727 ../tuxpaint.c:23734 +#: ../tuxpaint.c:23734 ../tuxpaint.c:23741 msgid "entirely" msgstr "" #. Add "Color Select" color: -#: ../tuxpaint.c:26644 +#: ../tuxpaint.c:26651 msgid "Select a color from your drawing." msgstr "" #. Add "Color Picker" color: #. (This is an attempt to describe an HSV color picker in extremely basic terms!) -#: ../tuxpaint.c:26653 +#: ../tuxpaint.c:26660 msgid "" "Pick a color. Hues go top to bottom. Saturation/intensity goes left (pale) " "to right (pure). Value (lightness/darkness): grey bar." @@ -1328,7 +1328,7 @@ msgstr "" #. Add "Color Mixer" color: #. (The terms 'tint', 'tone', and 'shade' relate to combining white, grey, or black paint (respectively) to another color) -#: ../tuxpaint.c:26665 +#: ../tuxpaint.c:26672 msgid "" "Click the primary colors (red, yellow, and blue), white (to tint), grey (to " "tone), and black (to shade), to mix together a new color." @@ -1515,10 +1515,16 @@ msgstr "ചിത്രം വികൃതമാക്കുന്നതിന msgid "Emboss" msgstr "എംബോസ് " -#: ../../magic/src/emboss.c:114 +#: ../../magic/src/emboss.c:115 msgid "Click and drag the mouse to emboss the picture." msgstr "ചിത്രം എംബോസ് ചെയ്യുന്നതിനായി മൗസ് വലിച്ചമര്‍ത്തുക." +#: ../../magic/src/emboss.c:117 +#, fuzzy +#| msgid "Click to sharpen the entire picture." +msgid "Click to emboss the entire picture." +msgstr "ചിത്രം മുഴുവന്‍ കൃത്യതയുള്ളതാക്കാന്‍ അമര്‍ത്തുക" + #: ../../magic/src/fade_darken.c:115 msgid "Lighten" msgstr "ഇളം നിറം" diff --git a/src/po/mn.po b/src/po/mn.po index 355c15686..2f86747d2 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: 2022-06-14 00:59-0700\n" +"POT-Creation-Date: 2022-07-03 16:31-0700\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -297,15 +297,15 @@ msgstr "" msgid "Minimize" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:8 ../tuxpaint.desktop.in:3 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:8 ../tuxpaint.desktop.in:3 msgid "Tux Paint" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:9 ../tuxpaint.desktop.in:10 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:9 ../tuxpaint.desktop.in:10 msgid "A drawing program for children" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:11 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:11 msgid "" "Tux Paint is a free, award-winning drawing program for children ages 3 to " "12. Tux Paint is used in schools around the world as a computer literacy " @@ -314,30 +314,30 @@ msgid "" "program." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:19 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:19 msgid "" "Kids are presented with a blank canvas and a variety of drawing tools to " "help them be creative." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:24 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:24 msgid "New Breed Software et al." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:36 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:36 msgid "The Magic tool is a set of special effects" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:40 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:40 msgid "" "The Paint Brush tool lets you draw freehand, using various brushes and colors" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:44 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:44 msgid "The Stamp tool is like a set of rubber stamps or stickers" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:50 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:50 msgid "" "Tux Paint's Color palette includes a new Color Mixer option, which allows " "users to combine different proportions of primary colors (red, yellow, and " @@ -345,7 +345,7 @@ msgid "" "mixing paints." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:51 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:51 msgid "" "The Color Picker option, which previously offered a static palette of around " "sixty-five thousand color choices, now supports separate hue, saturation, " @@ -353,21 +353,21 @@ msgid "" "colors." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:52 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:52 msgid "" "Also, a keyboard shortcut is now available for quick access to the Color " "Selector — the \"pipette\" tool used for picking colors from the current " "drawing." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:53 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53 msgid "" "The Paint and Lines tools now provide a way to adjust the spacing of " "brushes, allowing dotted lines or smearing effects to be made. Many brushes " "have been given better default spacing values, as well." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:54 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54 msgid "" "Two new variations of the Zoom Magic Tool, Tile Zoom and Rush, have been " "added. When shrinking a drawing with Tile Zoom, it replicates the drawing " @@ -375,7 +375,7 @@ msgid "" "background color. The Rush tool blurs the results." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:55 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:55 msgid "" "Tux Paint's Shapes tool now offers hexagon (6-sided) and heptagon (7-sided) " "polygons. For shapes which can be stretched (rectangle, oval, etc.), the " @@ -384,7 +384,7 @@ msgid "" "has also been expanded." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:56 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:56 msgid "" "Keyboard shortcuts, such as [Control]+[S] to save a drawing, are now " "accessed with the more traditional [⌘ Command] key when using Tux Paint on " @@ -392,7 +392,7 @@ msgid "" "The look and feel of the user documentation has been improved." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:61 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:61 msgid "" "Tux Paint's Paint and Line tools now support brushes that rotate based on " "the angle of the stroke. This new rotation feature, as well as the older " @@ -401,7 +401,7 @@ msgid "" "painting mode for interactively coloring within a confined area." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:62 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:62 msgid "" "Six new Magic tools have been added to Tux Paint. Panels shrinks and " "duplicates the drawing into a 2-by-2 grid, which is useful for making four-" @@ -412,7 +412,7 @@ msgid "" "of Tux Paint's classic Rainbow tool." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:63 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:63 msgid "" "A number of existing Magic tools have been updated, as well. Improvements " "were made to Halftone, which simulates photographs on newsprint; Cartoon, " @@ -421,7 +421,7 @@ msgid "" "Chalk, and Emboss, now offer the ability to alter the entire image at once!" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:64 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:64 msgid "" "Finally, Magic tools are now grouped into collections of similar effects — " "painting, distorts, color filters, picture warps, pattern painting, " @@ -429,7 +429,7 @@ msgid "" "need." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:69 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:69 msgid "" "Tux Paint's Fill tool now offers options to fill an area with color " "gradients. The \"Radial\" fill creates a circular gradient centered around " @@ -437,7 +437,7 @@ msgid "" "of gradients at different angles and sizes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:70 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:70 msgid "" "New Magic tools have been added to Tux Paint: \"Pixels\" makes it easier to " "create retro-gaming style pixel art, \"Checkerboard\" fills the entire " @@ -445,14 +445,14 @@ msgid "" "picture via brush strokes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:71 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:71 msgid "" "Tux Paint's user documentation has been overhauled, making localization " "easier. Parties interested in helping with localization are encouraged to " "contact the Tux Paint team." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:72 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:72 msgid "" "Finally, a new pair of accessibility options have been added. The entire " "user interface can now be enlarged benefiting users with impaired vision, " @@ -462,34 +462,34 @@ msgid "" "systems." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:77 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:77 msgid "" "A major improvement has been made to the Shapes tool, which now provides " "options to choose whether shapes are drawn from the center or a corner, " "making it easier to use in any situation." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:78 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:78 msgid "" "The on-screen keyboard, an accessibility feature optionally available when " "using the Text and Label tools, now appears larger on bigger displays; " "helpful for users of coarser input devices, such as eye-tracking systems." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:79 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:79 msgid "" "The Eraser tool adds new, smaller eraser sizes, and applies smoother, " "contiguous strokes when the pointer is moved quickly." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:80 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:80 msgid "" "Finally, this newest version adds options to export individual drawings and " "GIF animations, making it easy to share pictures, cartoons, and slideshows " "with others." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:85 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:85 msgid "" "The latest version has promoted the \"Fill\" tool, previously found under " "the \"Magic\" section of Tux Paint, to the main toolbar, where it's easier " @@ -499,21 +499,21 @@ msgid "" "images." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:86 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:86 msgid "" "Tux Paint also now makes it possible to disable stereo sound, which can " "benefit users with a hearing impairment, or in situations where only one " "speaker is available." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:91 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:91 msgid "" "New in this version are a \"color picker\", which allows any color within a " "drawing to be chosen using the pointer, and a set of three-, four-, and five-" "pointed star shapes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:92 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:92 msgid "" "The latest version also incorporates a number of new translations, bringing " "the number of supported languages up to nearly 130: Bengali, Bodo, Dogri, " @@ -1232,18 +1232,18 @@ msgid "" msgstr "" #. Color mixer; e.g., "Your color is entirely grey." -#: ../tuxpaint.c:23727 ../tuxpaint.c:23734 +#: ../tuxpaint.c:23734 ../tuxpaint.c:23741 msgid "entirely" msgstr "" #. Add "Color Select" color: -#: ../tuxpaint.c:26644 +#: ../tuxpaint.c:26651 msgid "Select a color from your drawing." msgstr "" #. Add "Color Picker" color: #. (This is an attempt to describe an HSV color picker in extremely basic terms!) -#: ../tuxpaint.c:26653 +#: ../tuxpaint.c:26660 msgid "" "Pick a color. Hues go top to bottom. Saturation/intensity goes left (pale) " "to right (pure). Value (lightness/darkness): grey bar." @@ -1251,7 +1251,7 @@ msgstr "" #. Add "Color Mixer" color: #. (The terms 'tint', 'tone', and 'shade' relate to combining white, grey, or black paint (respectively) to another color) -#: ../tuxpaint.c:26665 +#: ../tuxpaint.c:26672 msgid "" "Click the primary colors (red, yellow, and blue), white (to tint), grey (to " "tone), and black (to shade), to mix together a new color." @@ -1403,10 +1403,14 @@ msgstr "" msgid "Emboss" msgstr "" -#: ../../magic/src/emboss.c:114 +#: ../../magic/src/emboss.c:115 msgid "Click and drag the mouse to emboss the picture." msgstr "" +#: ../../magic/src/emboss.c:117 +msgid "Click to emboss the entire picture." +msgstr "" + #: ../../magic/src/fade_darken.c:115 msgid "Lighten" msgstr "" diff --git a/src/po/mni.po b/src/po/mni.po index 872cbc061..3afa9019f 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: 2022-06-14 00:59-0700\n" +"POT-Creation-Date: 2022-07-03 16:31-0700\n" "PO-Revision-Date: 2011-10-07 15:05+0530\n" "Last-Translator: Hidam Dolen \n" "Language-Team: LANGUAGE \n" @@ -312,15 +312,15 @@ msgstr "" msgid "Minimize" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:8 ../tuxpaint.desktop.in:3 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:8 ../tuxpaint.desktop.in:3 msgid "Tux Paint" msgstr "তক্স পেইন্ত" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:9 ../tuxpaint.desktop.in:10 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:9 ../tuxpaint.desktop.in:10 msgid "A drawing program for children" msgstr "অঙাংগী দ্রোইং প্রোগ্রাম অমা" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:11 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:11 msgid "" "Tux Paint is a free, award-winning drawing program for children ages 3 to " "12. Tux Paint is used in schools around the world as a computer literacy " @@ -329,30 +329,30 @@ msgid "" "program." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:19 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:19 msgid "" "Kids are presented with a blank canvas and a variety of drawing tools to " "help them be creative." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:24 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:24 msgid "New Breed Software et al." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:36 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:36 msgid "The Magic tool is a set of special effects" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:40 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:40 msgid "" "The Paint Brush tool lets you draw freehand, using various brushes and colors" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:44 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:44 msgid "The Stamp tool is like a set of rubber stamps or stickers" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:50 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:50 msgid "" "Tux Paint's Color palette includes a new Color Mixer option, which allows " "users to combine different proportions of primary colors (red, yellow, and " @@ -360,7 +360,7 @@ msgid "" "mixing paints." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:51 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:51 msgid "" "The Color Picker option, which previously offered a static palette of around " "sixty-five thousand color choices, now supports separate hue, saturation, " @@ -368,21 +368,21 @@ msgid "" "colors." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:52 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:52 msgid "" "Also, a keyboard shortcut is now available for quick access to the Color " "Selector — the \"pipette\" tool used for picking colors from the current " "drawing." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:53 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53 msgid "" "The Paint and Lines tools now provide a way to adjust the spacing of " "brushes, allowing dotted lines or smearing effects to be made. Many brushes " "have been given better default spacing values, as well." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:54 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54 msgid "" "Two new variations of the Zoom Magic Tool, Tile Zoom and Rush, have been " "added. When shrinking a drawing with Tile Zoom, it replicates the drawing " @@ -390,7 +390,7 @@ msgid "" "background color. The Rush tool blurs the results." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:55 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:55 msgid "" "Tux Paint's Shapes tool now offers hexagon (6-sided) and heptagon (7-sided) " "polygons. For shapes which can be stretched (rectangle, oval, etc.), the " @@ -399,7 +399,7 @@ msgid "" "has also been expanded." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:56 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:56 msgid "" "Keyboard shortcuts, such as [Control]+[S] to save a drawing, are now " "accessed with the more traditional [⌘ Command] key when using Tux Paint on " @@ -407,7 +407,7 @@ msgid "" "The look and feel of the user documentation has been improved." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:61 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:61 msgid "" "Tux Paint's Paint and Line tools now support brushes that rotate based on " "the angle of the stroke. This new rotation feature, as well as the older " @@ -416,7 +416,7 @@ msgid "" "painting mode for interactively coloring within a confined area." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:62 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:62 msgid "" "Six new Magic tools have been added to Tux Paint. Panels shrinks and " "duplicates the drawing into a 2-by-2 grid, which is useful for making four-" @@ -427,7 +427,7 @@ msgid "" "of Tux Paint's classic Rainbow tool." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:63 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:63 msgid "" "A number of existing Magic tools have been updated, as well. Improvements " "were made to Halftone, which simulates photographs on newsprint; Cartoon, " @@ -436,7 +436,7 @@ msgid "" "Chalk, and Emboss, now offer the ability to alter the entire image at once!" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:64 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:64 msgid "" "Finally, Magic tools are now grouped into collections of similar effects — " "painting, distorts, color filters, picture warps, pattern painting, " @@ -444,7 +444,7 @@ msgid "" "need." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:69 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:69 msgid "" "Tux Paint's Fill tool now offers options to fill an area with color " "gradients. The \"Radial\" fill creates a circular gradient centered around " @@ -452,7 +452,7 @@ msgid "" "of gradients at different angles and sizes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:70 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:70 msgid "" "New Magic tools have been added to Tux Paint: \"Pixels\" makes it easier to " "create retro-gaming style pixel art, \"Checkerboard\" fills the entire " @@ -460,14 +460,14 @@ msgid "" "picture via brush strokes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:71 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:71 msgid "" "Tux Paint's user documentation has been overhauled, making localization " "easier. Parties interested in helping with localization are encouraged to " "contact the Tux Paint team." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:72 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:72 msgid "" "Finally, a new pair of accessibility options have been added. The entire " "user interface can now be enlarged benefiting users with impaired vision, " @@ -477,34 +477,34 @@ msgid "" "systems." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:77 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:77 msgid "" "A major improvement has been made to the Shapes tool, which now provides " "options to choose whether shapes are drawn from the center or a corner, " "making it easier to use in any situation." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:78 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:78 msgid "" "The on-screen keyboard, an accessibility feature optionally available when " "using the Text and Label tools, now appears larger on bigger displays; " "helpful for users of coarser input devices, such as eye-tracking systems." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:79 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:79 msgid "" "The Eraser tool adds new, smaller eraser sizes, and applies smoother, " "contiguous strokes when the pointer is moved quickly." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:80 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:80 msgid "" "Finally, this newest version adds options to export individual drawings and " "GIF animations, making it easy to share pictures, cartoons, and slideshows " "with others." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:85 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:85 msgid "" "The latest version has promoted the \"Fill\" tool, previously found under " "the \"Magic\" section of Tux Paint, to the main toolbar, where it's easier " @@ -514,21 +514,21 @@ msgid "" "images." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:86 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:86 msgid "" "Tux Paint also now makes it possible to disable stereo sound, which can " "benefit users with a hearing impairment, or in situations where only one " "speaker is available." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:91 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:91 msgid "" "New in this version are a \"color picker\", which allows any color within a " "drawing to be chosen using the pointer, and a set of three-, four-, and five-" "pointed star shapes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:92 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:92 msgid "" "The latest version also incorporates a number of new translations, bringing " "the number of supported languages up to nearly 130: Bengali, Bodo, Dogri, " @@ -1301,18 +1301,18 @@ msgid "" msgstr "" #. Color mixer; e.g., "Your color is entirely grey." -#: ../tuxpaint.c:23727 ../tuxpaint.c:23734 +#: ../tuxpaint.c:23734 ../tuxpaint.c:23741 msgid "entirely" msgstr "" #. Add "Color Select" color: -#: ../tuxpaint.c:26644 +#: ../tuxpaint.c:26651 msgid "Select a color from your drawing." msgstr "" #. Add "Color Picker" color: #. (This is an attempt to describe an HSV color picker in extremely basic terms!) -#: ../tuxpaint.c:26653 +#: ../tuxpaint.c:26660 msgid "" "Pick a color. Hues go top to bottom. Saturation/intensity goes left (pale) " "to right (pure). Value (lightness/darkness): grey bar." @@ -1320,7 +1320,7 @@ msgstr "" #. Add "Color Mixer" color: #. (The terms 'tint', 'tone', and 'shade' relate to combining white, grey, or black paint (respectively) to another color) -#: ../tuxpaint.c:26665 +#: ../tuxpaint.c:26672 msgid "" "Click the primary colors (red, yellow, and blue), white (to tint), grey (to " "tone), and black (to shade), to mix together a new color." @@ -1506,10 +1506,16 @@ msgstr "অদোমগী লাইদু ফিবম কায়বা ওই msgid "Emboss" msgstr "এম্বোস" -#: ../../magic/src/emboss.c:114 +#: ../../magic/src/emboss.c:115 msgid "Click and drag the mouse to emboss the picture." msgstr "লাই অদু এম্বোস তৌনবা মাউস ক্লিক তৌরো অদুগা চিংঙো." +#: ../../magic/src/emboss.c:117 +#, fuzzy +#| msgid "Click to sharpen the entire picture." +msgid "Click to emboss the entire picture." +msgstr "অদোমগী লাই অপুম্বদু হেন্না ময়েক শেংহন্নবা ক্লিক তৌরো." + #: ../../magic/src/fade_darken.c:115 msgid "Lighten" msgstr "ঙান্থোকহল্লো" diff --git a/src/po/mni@meiteimayek.po b/src/po/mni@meiteimayek.po index f247beb76..df94aa99a 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: 2022-06-14 00:59-0700\n" +"POT-Creation-Date: 2022-07-03 16:31-0700\n" "PO-Revision-Date: 2011-10-07 15:05+0530\n" "Last-Translator: Hidam Dolen \n" "Language-Team: LANGUAGE \n" @@ -312,15 +312,15 @@ msgstr "" msgid "Minimize" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:8 ../tuxpaint.desktop.in:3 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:8 ../tuxpaint.desktop.in:3 msgid "Tux Paint" msgstr "ꯇꯛꯁ ꯄꯦꯏꯟꯠ" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:9 ../tuxpaint.desktop.in:10 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:9 ../tuxpaint.desktop.in:10 msgid "A drawing program for children" msgstr "ꯑꯉꯥꯡꯒꯤ ꯗ꯭ꯔꯣꯏꯡ ꯄ꯭ꯔꯣꯒ꯭ꯔꯥꯝ ꯑꯃ" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:11 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:11 msgid "" "Tux Paint is a free, award-winning drawing program for children ages 3 to " "12. Tux Paint is used in schools around the world as a computer literacy " @@ -329,30 +329,30 @@ msgid "" "program." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:19 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:19 msgid "" "Kids are presented with a blank canvas and a variety of drawing tools to " "help them be creative." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:24 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:24 msgid "New Breed Software et al." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:36 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:36 msgid "The Magic tool is a set of special effects" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:40 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:40 msgid "" "The Paint Brush tool lets you draw freehand, using various brushes and colors" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:44 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:44 msgid "The Stamp tool is like a set of rubber stamps or stickers" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:50 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:50 msgid "" "Tux Paint's Color palette includes a new Color Mixer option, which allows " "users to combine different proportions of primary colors (red, yellow, and " @@ -360,7 +360,7 @@ msgid "" "mixing paints." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:51 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:51 msgid "" "The Color Picker option, which previously offered a static palette of around " "sixty-five thousand color choices, now supports separate hue, saturation, " @@ -368,21 +368,21 @@ msgid "" "colors." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:52 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:52 msgid "" "Also, a keyboard shortcut is now available for quick access to the Color " "Selector — the \"pipette\" tool used for picking colors from the current " "drawing." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:53 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53 msgid "" "The Paint and Lines tools now provide a way to adjust the spacing of " "brushes, allowing dotted lines or smearing effects to be made. Many brushes " "have been given better default spacing values, as well." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:54 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54 msgid "" "Two new variations of the Zoom Magic Tool, Tile Zoom and Rush, have been " "added. When shrinking a drawing with Tile Zoom, it replicates the drawing " @@ -390,7 +390,7 @@ msgid "" "background color. The Rush tool blurs the results." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:55 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:55 msgid "" "Tux Paint's Shapes tool now offers hexagon (6-sided) and heptagon (7-sided) " "polygons. For shapes which can be stretched (rectangle, oval, etc.), the " @@ -399,7 +399,7 @@ msgid "" "has also been expanded." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:56 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:56 msgid "" "Keyboard shortcuts, such as [Control]+[S] to save a drawing, are now " "accessed with the more traditional [⌘ Command] key when using Tux Paint on " @@ -407,7 +407,7 @@ msgid "" "The look and feel of the user documentation has been improved." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:61 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:61 msgid "" "Tux Paint's Paint and Line tools now support brushes that rotate based on " "the angle of the stroke. This new rotation feature, as well as the older " @@ -416,7 +416,7 @@ msgid "" "painting mode for interactively coloring within a confined area." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:62 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:62 msgid "" "Six new Magic tools have been added to Tux Paint. Panels shrinks and " "duplicates the drawing into a 2-by-2 grid, which is useful for making four-" @@ -427,7 +427,7 @@ msgid "" "of Tux Paint's classic Rainbow tool." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:63 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:63 msgid "" "A number of existing Magic tools have been updated, as well. Improvements " "were made to Halftone, which simulates photographs on newsprint; Cartoon, " @@ -436,7 +436,7 @@ msgid "" "Chalk, and Emboss, now offer the ability to alter the entire image at once!" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:64 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:64 msgid "" "Finally, Magic tools are now grouped into collections of similar effects — " "painting, distorts, color filters, picture warps, pattern painting, " @@ -444,7 +444,7 @@ msgid "" "need." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:69 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:69 msgid "" "Tux Paint's Fill tool now offers options to fill an area with color " "gradients. The \"Radial\" fill creates a circular gradient centered around " @@ -452,7 +452,7 @@ msgid "" "of gradients at different angles and sizes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:70 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:70 msgid "" "New Magic tools have been added to Tux Paint: \"Pixels\" makes it easier to " "create retro-gaming style pixel art, \"Checkerboard\" fills the entire " @@ -460,14 +460,14 @@ msgid "" "picture via brush strokes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:71 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:71 msgid "" "Tux Paint's user documentation has been overhauled, making localization " "easier. Parties interested in helping with localization are encouraged to " "contact the Tux Paint team." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:72 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:72 msgid "" "Finally, a new pair of accessibility options have been added. The entire " "user interface can now be enlarged benefiting users with impaired vision, " @@ -477,34 +477,34 @@ msgid "" "systems." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:77 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:77 msgid "" "A major improvement has been made to the Shapes tool, which now provides " "options to choose whether shapes are drawn from the center or a corner, " "making it easier to use in any situation." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:78 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:78 msgid "" "The on-screen keyboard, an accessibility feature optionally available when " "using the Text and Label tools, now appears larger on bigger displays; " "helpful for users of coarser input devices, such as eye-tracking systems." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:79 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:79 msgid "" "The Eraser tool adds new, smaller eraser sizes, and applies smoother, " "contiguous strokes when the pointer is moved quickly." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:80 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:80 msgid "" "Finally, this newest version adds options to export individual drawings and " "GIF animations, making it easy to share pictures, cartoons, and slideshows " "with others." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:85 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:85 msgid "" "The latest version has promoted the \"Fill\" tool, previously found under " "the \"Magic\" section of Tux Paint, to the main toolbar, where it's easier " @@ -514,21 +514,21 @@ msgid "" "images." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:86 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:86 msgid "" "Tux Paint also now makes it possible to disable stereo sound, which can " "benefit users with a hearing impairment, or in situations where only one " "speaker is available." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:91 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:91 msgid "" "New in this version are a \"color picker\", which allows any color within a " "drawing to be chosen using the pointer, and a set of three-, four-, and five-" "pointed star shapes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:92 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:92 msgid "" "The latest version also incorporates a number of new translations, bringing " "the number of supported languages up to nearly 130: Bengali, Bodo, Dogri, " @@ -1299,18 +1299,18 @@ msgid "" msgstr "" #. Color mixer; e.g., "Your color is entirely grey." -#: ../tuxpaint.c:23727 ../tuxpaint.c:23734 +#: ../tuxpaint.c:23734 ../tuxpaint.c:23741 msgid "entirely" msgstr "" #. Add "Color Select" color: -#: ../tuxpaint.c:26644 +#: ../tuxpaint.c:26651 msgid "Select a color from your drawing." msgstr "" #. Add "Color Picker" color: #. (This is an attempt to describe an HSV color picker in extremely basic terms!) -#: ../tuxpaint.c:26653 +#: ../tuxpaint.c:26660 msgid "" "Pick a color. Hues go top to bottom. Saturation/intensity goes left (pale) " "to right (pure). Value (lightness/darkness): grey bar." @@ -1318,7 +1318,7 @@ msgstr "" #. Add "Color Mixer" color: #. (The terms 'tint', 'tone', and 'shade' relate to combining white, grey, or black paint (respectively) to another color) -#: ../tuxpaint.c:26665 +#: ../tuxpaint.c:26672 msgid "" "Click the primary colors (red, yellow, and blue), white (to tint), grey (to " "tone), and black (to shade), to mix together a new color." @@ -1504,10 +1504,16 @@ msgstr "ꯑꯗꯣꯝꯒꯤ ꯂꯥꯏꯗꯨ ꯐꯤꯕꯝ ꯀꯥꯌꯕ ꯑꯣꯏ msgid "Emboss" msgstr "ꯑꯦꯝꯕꯣꯁ" -#: ../../magic/src/emboss.c:114 +#: ../../magic/src/emboss.c:115 msgid "Click and drag the mouse to emboss the picture." msgstr "ꯂꯥꯏ ꯑꯗꯨ ꯑꯦꯝꯕꯣꯁ ꯇꯧꯅꯕ ꯃꯥꯎꯁ ꯀ꯭ꯂꯤꯛ ꯇꯧꯔꯣ ꯑꯗꯨꯒ ꯆꯤꯡꯉꯣ." +#: ../../magic/src/emboss.c:117 +#, fuzzy +#| msgid "Click to sharpen the entire picture." +msgid "Click to emboss the entire picture." +msgstr "ꯑꯗꯣꯝꯒꯤ ꯂꯥꯏ ꯑꯄꯨꯝꯕꯗꯨ ꯍꯦꯟꯅ ꯃꯌꯦꯛ ꯁꯦꯡꯍꯟꯅꯕ ꯀ꯭ꯂꯤꯛ ꯇꯧꯔꯣ." + #: ../../magic/src/fade_darken.c:115 msgid "Lighten" msgstr "ꯉꯥꯟꯊꯣꯛꯍꯜꯂꯣ" diff --git a/src/po/mr.po b/src/po/mr.po index d67483bc3..dc7d68120 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: 2022-06-14 00:59-0700\n" +"POT-Creation-Date: 2022-07-03 16:31-0700\n" "PO-Revision-Date: 2013-03-28 12:11+0530\n" "Last-Translator: Santosh Jankiram Kshetre \n" "Language-Team: Marathi\n" @@ -313,15 +313,15 @@ msgstr "" msgid "Minimize" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:8 ../tuxpaint.desktop.in:3 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:8 ../tuxpaint.desktop.in:3 msgid "Tux Paint" msgstr "टुक्स हे चित्रकाराचे आधुनिक उपकरण " -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:9 ../tuxpaint.desktop.in:10 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:9 ../tuxpaint.desktop.in:10 msgid "A drawing program for children" msgstr "खास मुलांना चित्र काढण्यासाठी बनवलेल सॉफ्टवेअर " -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:11 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:11 msgid "" "Tux Paint is a free, award-winning drawing program for children ages 3 to " "12. Tux Paint is used in schools around the world as a computer literacy " @@ -330,30 +330,30 @@ msgid "" "program." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:19 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:19 msgid "" "Kids are presented with a blank canvas and a variety of drawing tools to " "help them be creative." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:24 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:24 msgid "New Breed Software et al." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:36 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:36 msgid "The Magic tool is a set of special effects" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:40 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:40 msgid "" "The Paint Brush tool lets you draw freehand, using various brushes and colors" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:44 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:44 msgid "The Stamp tool is like a set of rubber stamps or stickers" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:50 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:50 msgid "" "Tux Paint's Color palette includes a new Color Mixer option, which allows " "users to combine different proportions of primary colors (red, yellow, and " @@ -361,7 +361,7 @@ msgid "" "mixing paints." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:51 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:51 msgid "" "The Color Picker option, which previously offered a static palette of around " "sixty-five thousand color choices, now supports separate hue, saturation, " @@ -369,21 +369,21 @@ msgid "" "colors." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:52 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:52 msgid "" "Also, a keyboard shortcut is now available for quick access to the Color " "Selector — the \"pipette\" tool used for picking colors from the current " "drawing." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:53 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53 msgid "" "The Paint and Lines tools now provide a way to adjust the spacing of " "brushes, allowing dotted lines or smearing effects to be made. Many brushes " "have been given better default spacing values, as well." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:54 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54 msgid "" "Two new variations of the Zoom Magic Tool, Tile Zoom and Rush, have been " "added. When shrinking a drawing with Tile Zoom, it replicates the drawing " @@ -391,7 +391,7 @@ msgid "" "background color. The Rush tool blurs the results." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:55 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:55 msgid "" "Tux Paint's Shapes tool now offers hexagon (6-sided) and heptagon (7-sided) " "polygons. For shapes which can be stretched (rectangle, oval, etc.), the " @@ -400,7 +400,7 @@ msgid "" "has also been expanded." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:56 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:56 msgid "" "Keyboard shortcuts, such as [Control]+[S] to save a drawing, are now " "accessed with the more traditional [⌘ Command] key when using Tux Paint on " @@ -408,7 +408,7 @@ msgid "" "The look and feel of the user documentation has been improved." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:61 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:61 msgid "" "Tux Paint's Paint and Line tools now support brushes that rotate based on " "the angle of the stroke. This new rotation feature, as well as the older " @@ -417,7 +417,7 @@ msgid "" "painting mode for interactively coloring within a confined area." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:62 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:62 msgid "" "Six new Magic tools have been added to Tux Paint. Panels shrinks and " "duplicates the drawing into a 2-by-2 grid, which is useful for making four-" @@ -428,7 +428,7 @@ msgid "" "of Tux Paint's classic Rainbow tool." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:63 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:63 msgid "" "A number of existing Magic tools have been updated, as well. Improvements " "were made to Halftone, which simulates photographs on newsprint; Cartoon, " @@ -437,7 +437,7 @@ msgid "" "Chalk, and Emboss, now offer the ability to alter the entire image at once!" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:64 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:64 msgid "" "Finally, Magic tools are now grouped into collections of similar effects — " "painting, distorts, color filters, picture warps, pattern painting, " @@ -445,7 +445,7 @@ msgid "" "need." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:69 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:69 msgid "" "Tux Paint's Fill tool now offers options to fill an area with color " "gradients. The \"Radial\" fill creates a circular gradient centered around " @@ -453,7 +453,7 @@ msgid "" "of gradients at different angles and sizes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:70 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:70 msgid "" "New Magic tools have been added to Tux Paint: \"Pixels\" makes it easier to " "create retro-gaming style pixel art, \"Checkerboard\" fills the entire " @@ -461,14 +461,14 @@ msgid "" "picture via brush strokes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:71 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:71 msgid "" "Tux Paint's user documentation has been overhauled, making localization " "easier. Parties interested in helping with localization are encouraged to " "contact the Tux Paint team." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:72 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:72 msgid "" "Finally, a new pair of accessibility options have been added. The entire " "user interface can now be enlarged benefiting users with impaired vision, " @@ -478,34 +478,34 @@ msgid "" "systems." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:77 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:77 msgid "" "A major improvement has been made to the Shapes tool, which now provides " "options to choose whether shapes are drawn from the center or a corner, " "making it easier to use in any situation." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:78 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:78 msgid "" "The on-screen keyboard, an accessibility feature optionally available when " "using the Text and Label tools, now appears larger on bigger displays; " "helpful for users of coarser input devices, such as eye-tracking systems." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:79 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:79 msgid "" "The Eraser tool adds new, smaller eraser sizes, and applies smoother, " "contiguous strokes when the pointer is moved quickly." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:80 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:80 msgid "" "Finally, this newest version adds options to export individual drawings and " "GIF animations, making it easy to share pictures, cartoons, and slideshows " "with others." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:85 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:85 msgid "" "The latest version has promoted the \"Fill\" tool, previously found under " "the \"Magic\" section of Tux Paint, to the main toolbar, where it's easier " @@ -515,21 +515,21 @@ msgid "" "images." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:86 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:86 msgid "" "Tux Paint also now makes it possible to disable stereo sound, which can " "benefit users with a hearing impairment, or in situations where only one " "speaker is available." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:91 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:91 msgid "" "New in this version are a \"color picker\", which allows any color within a " "drawing to be chosen using the pointer, and a set of three-, four-, and five-" "pointed star shapes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:92 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:92 msgid "" "The latest version also incorporates a number of new translations, bringing " "the number of supported languages up to nearly 130: Bengali, Bodo, Dogri, " @@ -1309,18 +1309,18 @@ msgid "" msgstr "" #. Color mixer; e.g., "Your color is entirely grey." -#: ../tuxpaint.c:23727 ../tuxpaint.c:23734 +#: ../tuxpaint.c:23734 ../tuxpaint.c:23741 msgid "entirely" msgstr "" #. Add "Color Select" color: -#: ../tuxpaint.c:26644 +#: ../tuxpaint.c:26651 msgid "Select a color from your drawing." msgstr "" #. Add "Color Picker" color: #. (This is an attempt to describe an HSV color picker in extremely basic terms!) -#: ../tuxpaint.c:26653 +#: ../tuxpaint.c:26660 msgid "" "Pick a color. Hues go top to bottom. Saturation/intensity goes left (pale) " "to right (pure). Value (lightness/darkness): grey bar." @@ -1328,7 +1328,7 @@ msgstr "" #. Add "Color Mixer" color: #. (The terms 'tint', 'tone', and 'shade' relate to combining white, grey, or black paint (respectively) to another color) -#: ../tuxpaint.c:26665 +#: ../tuxpaint.c:26672 msgid "" "Click the primary colors (red, yellow, and blue), white (to tint), grey (to " "tone), and black (to shade), to mix together a new color." @@ -1522,10 +1522,16 @@ msgstr "चित्र में विकृति लाने के लि msgid "Emboss" msgstr "उभारदार नकक्षी " -#: ../../magic/src/emboss.c:114 +#: ../../magic/src/emboss.c:115 msgid "Click and drag the mouse to emboss the picture." msgstr "उभरे हुए चित्र बनाने के लिए क्लिक करें और स्थानांतरित करें" +#: ../../magic/src/emboss.c:117 +#, fuzzy +#| msgid "Click to sharpen the entire picture." +msgid "Click to emboss the entire picture." +msgstr "पूरे चित्र में पैनापन लाने के लिए क्लिक करें|" + #: ../../magic/src/fade_darken.c:115 msgid "Lighten" msgstr "फिकट करणे" diff --git a/src/po/ms.po b/src/po/ms.po index 4fd803dae..70d7d950b 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: 2022-06-14 00:59-0700\n" +"POT-Creation-Date: 2022-07-03 16:31-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/" @@ -321,15 +321,15 @@ msgstr "" msgid "Minimize" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:8 ../tuxpaint.desktop.in:3 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:8 ../tuxpaint.desktop.in:3 msgid "Tux Paint" msgstr "Tux Paint" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:9 ../tuxpaint.desktop.in:10 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:9 ../tuxpaint.desktop.in:10 msgid "A drawing program for children" msgstr "Program melukis untuk kanak-kanak" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:11 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:11 msgid "" "Tux Paint is a free, award-winning drawing program for children ages 3 to " "12. Tux Paint is used in schools around the world as a computer literacy " @@ -338,30 +338,30 @@ msgid "" "program." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:19 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:19 msgid "" "Kids are presented with a blank canvas and a variety of drawing tools to " "help them be creative." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:24 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:24 msgid "New Breed Software et al." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:36 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:36 msgid "The Magic tool is a set of special effects" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:40 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:40 msgid "" "The Paint Brush tool lets you draw freehand, using various brushes and colors" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:44 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:44 msgid "The Stamp tool is like a set of rubber stamps or stickers" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:50 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:50 msgid "" "Tux Paint's Color palette includes a new Color Mixer option, which allows " "users to combine different proportions of primary colors (red, yellow, and " @@ -369,7 +369,7 @@ msgid "" "mixing paints." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:51 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:51 msgid "" "The Color Picker option, which previously offered a static palette of around " "sixty-five thousand color choices, now supports separate hue, saturation, " @@ -377,21 +377,21 @@ msgid "" "colors." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:52 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:52 msgid "" "Also, a keyboard shortcut is now available for quick access to the Color " "Selector — the \"pipette\" tool used for picking colors from the current " "drawing." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:53 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53 msgid "" "The Paint and Lines tools now provide a way to adjust the spacing of " "brushes, allowing dotted lines or smearing effects to be made. Many brushes " "have been given better default spacing values, as well." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:54 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54 msgid "" "Two new variations of the Zoom Magic Tool, Tile Zoom and Rush, have been " "added. When shrinking a drawing with Tile Zoom, it replicates the drawing " @@ -399,7 +399,7 @@ msgid "" "background color. The Rush tool blurs the results." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:55 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:55 msgid "" "Tux Paint's Shapes tool now offers hexagon (6-sided) and heptagon (7-sided) " "polygons. For shapes which can be stretched (rectangle, oval, etc.), the " @@ -408,7 +408,7 @@ msgid "" "has also been expanded." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:56 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:56 msgid "" "Keyboard shortcuts, such as [Control]+[S] to save a drawing, are now " "accessed with the more traditional [⌘ Command] key when using Tux Paint on " @@ -416,7 +416,7 @@ msgid "" "The look and feel of the user documentation has been improved." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:61 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:61 msgid "" "Tux Paint's Paint and Line tools now support brushes that rotate based on " "the angle of the stroke. This new rotation feature, as well as the older " @@ -425,7 +425,7 @@ msgid "" "painting mode for interactively coloring within a confined area." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:62 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:62 msgid "" "Six new Magic tools have been added to Tux Paint. Panels shrinks and " "duplicates the drawing into a 2-by-2 grid, which is useful for making four-" @@ -436,7 +436,7 @@ msgid "" "of Tux Paint's classic Rainbow tool." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:63 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:63 msgid "" "A number of existing Magic tools have been updated, as well. Improvements " "were made to Halftone, which simulates photographs on newsprint; Cartoon, " @@ -445,7 +445,7 @@ msgid "" "Chalk, and Emboss, now offer the ability to alter the entire image at once!" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:64 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:64 msgid "" "Finally, Magic tools are now grouped into collections of similar effects — " "painting, distorts, color filters, picture warps, pattern painting, " @@ -453,7 +453,7 @@ msgid "" "need." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:69 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:69 msgid "" "Tux Paint's Fill tool now offers options to fill an area with color " "gradients. The \"Radial\" fill creates a circular gradient centered around " @@ -461,7 +461,7 @@ msgid "" "of gradients at different angles and sizes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:70 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:70 msgid "" "New Magic tools have been added to Tux Paint: \"Pixels\" makes it easier to " "create retro-gaming style pixel art, \"Checkerboard\" fills the entire " @@ -469,14 +469,14 @@ msgid "" "picture via brush strokes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:71 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:71 msgid "" "Tux Paint's user documentation has been overhauled, making localization " "easier. Parties interested in helping with localization are encouraged to " "contact the Tux Paint team." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:72 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:72 msgid "" "Finally, a new pair of accessibility options have been added. The entire " "user interface can now be enlarged benefiting users with impaired vision, " @@ -486,34 +486,34 @@ msgid "" "systems." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:77 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:77 msgid "" "A major improvement has been made to the Shapes tool, which now provides " "options to choose whether shapes are drawn from the center or a corner, " "making it easier to use in any situation." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:78 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:78 msgid "" "The on-screen keyboard, an accessibility feature optionally available when " "using the Text and Label tools, now appears larger on bigger displays; " "helpful for users of coarser input devices, such as eye-tracking systems." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:79 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:79 msgid "" "The Eraser tool adds new, smaller eraser sizes, and applies smoother, " "contiguous strokes when the pointer is moved quickly." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:80 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:80 msgid "" "Finally, this newest version adds options to export individual drawings and " "GIF animations, making it easy to share pictures, cartoons, and slideshows " "with others." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:85 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:85 msgid "" "The latest version has promoted the \"Fill\" tool, previously found under " "the \"Magic\" section of Tux Paint, to the main toolbar, where it's easier " @@ -523,21 +523,21 @@ msgid "" "images." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:86 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:86 msgid "" "Tux Paint also now makes it possible to disable stereo sound, which can " "benefit users with a hearing impairment, or in situations where only one " "speaker is available." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:91 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:91 msgid "" "New in this version are a \"color picker\", which allows any color within a " "drawing to be chosen using the pointer, and a set of three-, four-, and five-" "pointed star shapes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:92 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:92 msgid "" "The latest version also incorporates a number of new translations, bringing " "the number of supported languages up to nearly 130: Bengali, Bodo, Dogri, " @@ -1298,18 +1298,18 @@ msgid "" msgstr "" #. Color mixer; e.g., "Your color is entirely grey." -#: ../tuxpaint.c:23727 ../tuxpaint.c:23734 +#: ../tuxpaint.c:23734 ../tuxpaint.c:23741 msgid "entirely" msgstr "" #. Add "Color Select" color: -#: ../tuxpaint.c:26644 +#: ../tuxpaint.c:26651 msgid "Select a color from your drawing." msgstr "" #. Add "Color Picker" color: #. (This is an attempt to describe an HSV color picker in extremely basic terms!) -#: ../tuxpaint.c:26653 +#: ../tuxpaint.c:26660 msgid "" "Pick a color. Hues go top to bottom. Saturation/intensity goes left (pale) " "to right (pure). Value (lightness/darkness): grey bar." @@ -1317,7 +1317,7 @@ msgstr "" #. Add "Color Mixer" color: #. (The terms 'tint', 'tone', and 'shade' relate to combining white, grey, or black paint (respectively) to another color) -#: ../tuxpaint.c:26665 +#: ../tuxpaint.c:26672 msgid "" "Click the primary colors (red, yellow, and blue), white (to tint), grey (to " "tone), and black (to shade), to mix together a new color." @@ -1506,10 +1506,16 @@ msgstr "Klik dan seret tetikus untuk menjadikan gambar anda herot." msgid "Emboss" msgstr "Cetak Timbul" -#: ../../magic/src/emboss.c:114 +#: ../../magic/src/emboss.c:115 msgid "Click and drag the mouse to emboss the picture." msgstr "Klik dan gerakkan tetikus untuk cetak timbulkan gambar." +#: ../../magic/src/emboss.c:117 +#, fuzzy +#| msgid "Click to sharpen the entire picture." +msgid "Click to emboss the entire picture." +msgstr "Klik untuk jelaskan keseluruhan gambar anda." + #: ../../magic/src/fade_darken.c:115 msgid "Lighten" msgstr "Cerah" diff --git a/src/po/nb.po b/src/po/nb.po index 4793c12cf..b4fbde218 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: 2022-06-14 00:59-0700\n" +"POT-Creation-Date: 2022-07-03 16:31-0700\n" "PO-Revision-Date: 2021-06-28 19:40+0200\n" "Last-Translator: Karl Ove Hufthammer \n" "Language-Team: Norwegian Bokmål \n" @@ -313,15 +313,15 @@ msgstr "" msgid "Minimize" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:8 ../tuxpaint.desktop.in:3 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:8 ../tuxpaint.desktop.in:3 msgid "Tux Paint" msgstr "Tux Paint" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:9 ../tuxpaint.desktop.in:10 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:9 ../tuxpaint.desktop.in:10 msgid "A drawing program for children" msgstr "Et tegneprogram for de yngste" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:11 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:11 msgid "" "Tux Paint is a free, award-winning drawing program for children ages 3 to " "12. Tux Paint is used in schools around the world as a computer literacy " @@ -330,30 +330,30 @@ msgid "" "program." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:19 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:19 msgid "" "Kids are presented with a blank canvas and a variety of drawing tools to " "help them be creative." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:24 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:24 msgid "New Breed Software et al." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:36 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:36 msgid "The Magic tool is a set of special effects" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:40 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:40 msgid "" "The Paint Brush tool lets you draw freehand, using various brushes and colors" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:44 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:44 msgid "The Stamp tool is like a set of rubber stamps or stickers" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:50 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:50 msgid "" "Tux Paint's Color palette includes a new Color Mixer option, which allows " "users to combine different proportions of primary colors (red, yellow, and " @@ -361,7 +361,7 @@ msgid "" "mixing paints." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:51 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:51 msgid "" "The Color Picker option, which previously offered a static palette of around " "sixty-five thousand color choices, now supports separate hue, saturation, " @@ -369,21 +369,21 @@ msgid "" "colors." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:52 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:52 msgid "" "Also, a keyboard shortcut is now available for quick access to the Color " "Selector — the \"pipette\" tool used for picking colors from the current " "drawing." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:53 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53 msgid "" "The Paint and Lines tools now provide a way to adjust the spacing of " "brushes, allowing dotted lines or smearing effects to be made. Many brushes " "have been given better default spacing values, as well." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:54 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54 msgid "" "Two new variations of the Zoom Magic Tool, Tile Zoom and Rush, have been " "added. When shrinking a drawing with Tile Zoom, it replicates the drawing " @@ -391,7 +391,7 @@ msgid "" "background color. The Rush tool blurs the results." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:55 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:55 msgid "" "Tux Paint's Shapes tool now offers hexagon (6-sided) and heptagon (7-sided) " "polygons. For shapes which can be stretched (rectangle, oval, etc.), the " @@ -400,7 +400,7 @@ msgid "" "has also been expanded." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:56 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:56 msgid "" "Keyboard shortcuts, such as [Control]+[S] to save a drawing, are now " "accessed with the more traditional [⌘ Command] key when using Tux Paint on " @@ -408,7 +408,7 @@ msgid "" "The look and feel of the user documentation has been improved." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:61 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:61 msgid "" "Tux Paint's Paint and Line tools now support brushes that rotate based on " "the angle of the stroke. This new rotation feature, as well as the older " @@ -417,7 +417,7 @@ msgid "" "painting mode for interactively coloring within a confined area." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:62 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:62 msgid "" "Six new Magic tools have been added to Tux Paint. Panels shrinks and " "duplicates the drawing into a 2-by-2 grid, which is useful for making four-" @@ -428,7 +428,7 @@ msgid "" "of Tux Paint's classic Rainbow tool." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:63 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:63 msgid "" "A number of existing Magic tools have been updated, as well. Improvements " "were made to Halftone, which simulates photographs on newsprint; Cartoon, " @@ -437,7 +437,7 @@ msgid "" "Chalk, and Emboss, now offer the ability to alter the entire image at once!" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:64 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:64 msgid "" "Finally, Magic tools are now grouped into collections of similar effects — " "painting, distorts, color filters, picture warps, pattern painting, " @@ -445,7 +445,7 @@ msgid "" "need." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:69 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:69 msgid "" "Tux Paint's Fill tool now offers options to fill an area with color " "gradients. The \"Radial\" fill creates a circular gradient centered around " @@ -453,7 +453,7 @@ msgid "" "of gradients at different angles and sizes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:70 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:70 msgid "" "New Magic tools have been added to Tux Paint: \"Pixels\" makes it easier to " "create retro-gaming style pixel art, \"Checkerboard\" fills the entire " @@ -461,14 +461,14 @@ msgid "" "picture via brush strokes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:71 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:71 msgid "" "Tux Paint's user documentation has been overhauled, making localization " "easier. Parties interested in helping with localization are encouraged to " "contact the Tux Paint team." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:72 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:72 msgid "" "Finally, a new pair of accessibility options have been added. The entire " "user interface can now be enlarged benefiting users with impaired vision, " @@ -478,34 +478,34 @@ msgid "" "systems." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:77 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:77 msgid "" "A major improvement has been made to the Shapes tool, which now provides " "options to choose whether shapes are drawn from the center or a corner, " "making it easier to use in any situation." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:78 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:78 msgid "" "The on-screen keyboard, an accessibility feature optionally available when " "using the Text and Label tools, now appears larger on bigger displays; " "helpful for users of coarser input devices, such as eye-tracking systems." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:79 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:79 msgid "" "The Eraser tool adds new, smaller eraser sizes, and applies smoother, " "contiguous strokes when the pointer is moved quickly." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:80 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:80 msgid "" "Finally, this newest version adds options to export individual drawings and " "GIF animations, making it easy to share pictures, cartoons, and slideshows " "with others." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:85 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:85 msgid "" "The latest version has promoted the \"Fill\" tool, previously found under " "the \"Magic\" section of Tux Paint, to the main toolbar, where it's easier " @@ -515,21 +515,21 @@ msgid "" "images." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:86 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:86 msgid "" "Tux Paint also now makes it possible to disable stereo sound, which can " "benefit users with a hearing impairment, or in situations where only one " "speaker is available." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:91 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:91 msgid "" "New in this version are a \"color picker\", which allows any color within a " "drawing to be chosen using the pointer, and a set of three-, four-, and five-" "pointed star shapes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:92 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:92 msgid "" "The latest version also incorporates a number of new translations, bringing " "the number of supported languages up to nearly 130: Bengali, Bodo, Dogri, " @@ -1291,18 +1291,18 @@ msgid "" msgstr "" #. Color mixer; e.g., "Your color is entirely grey." -#: ../tuxpaint.c:23727 ../tuxpaint.c:23734 +#: ../tuxpaint.c:23734 ../tuxpaint.c:23741 msgid "entirely" msgstr "" #. Add "Color Select" color: -#: ../tuxpaint.c:26644 +#: ../tuxpaint.c:26651 msgid "Select a color from your drawing." msgstr "Velg en farge fra tegningen." #. Add "Color Picker" color: #. (This is an attempt to describe an HSV color picker in extremely basic terms!) -#: ../tuxpaint.c:26653 +#: ../tuxpaint.c:26660 msgid "" "Pick a color. Hues go top to bottom. Saturation/intensity goes left (pale) " "to right (pure). Value (lightness/darkness): grey bar." @@ -1310,7 +1310,7 @@ msgstr "" #. Add "Color Mixer" color: #. (The terms 'tint', 'tone', and 'shade' relate to combining white, grey, or black paint (respectively) to another color) -#: ../tuxpaint.c:26665 +#: ../tuxpaint.c:26672 msgid "" "Click the primary colors (red, yellow, and blue), white (to tint), grey (to " "tone), and black (to shade), to mix together a new color." @@ -1482,10 +1482,16 @@ msgstr "Hold inne knappen og flytt rundt for å forstyrre tegningen." msgid "Emboss" msgstr "Relieff" -#: ../../magic/src/emboss.c:114 +#: ../../magic/src/emboss.c:115 msgid "Click and drag the mouse to emboss the picture." msgstr "Hold inne knappen og flytt rundt for å gjøre tegningen om til relieff." +#: ../../magic/src/emboss.c:117 +#, fuzzy +#| msgid "Click to sharpen the entire picture." +msgid "Click to emboss the entire picture." +msgstr "Trykk for å gjøre hele tegningen skarpere." + #: ../../magic/src/fade_darken.c:115 msgid "Lighten" msgstr "Lysere" diff --git a/src/po/ne.po b/src/po/ne.po index 7ff4e1c3e..7fb847adf 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: 2022-06-14 00:59-0700\n" +"POT-Creation-Date: 2022-07-03 16:31-0700\n" "PO-Revision-Date: 2014-06-09 08:08+0530\n" "Last-Translator: Khagen Sarma \n" "Language-Team: none\n" @@ -313,15 +313,15 @@ msgstr "" msgid "Minimize" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:8 ../tuxpaint.desktop.in:3 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:8 ../tuxpaint.desktop.in:3 msgid "Tux Paint" msgstr "टक्स पेन्ट" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:9 ../tuxpaint.desktop.in:10 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:9 ../tuxpaint.desktop.in:10 msgid "A drawing program for children" msgstr "बालकहरूको लागि ड्रइङ प्रोग्राम" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:11 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:11 msgid "" "Tux Paint is a free, award-winning drawing program for children ages 3 to " "12. Tux Paint is used in schools around the world as a computer literacy " @@ -330,30 +330,30 @@ msgid "" "program." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:19 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:19 msgid "" "Kids are presented with a blank canvas and a variety of drawing tools to " "help them be creative." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:24 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:24 msgid "New Breed Software et al." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:36 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:36 msgid "The Magic tool is a set of special effects" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:40 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:40 msgid "" "The Paint Brush tool lets you draw freehand, using various brushes and colors" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:44 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:44 msgid "The Stamp tool is like a set of rubber stamps or stickers" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:50 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:50 msgid "" "Tux Paint's Color palette includes a new Color Mixer option, which allows " "users to combine different proportions of primary colors (red, yellow, and " @@ -361,7 +361,7 @@ msgid "" "mixing paints." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:51 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:51 msgid "" "The Color Picker option, which previously offered a static palette of around " "sixty-five thousand color choices, now supports separate hue, saturation, " @@ -369,21 +369,21 @@ msgid "" "colors." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:52 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:52 msgid "" "Also, a keyboard shortcut is now available for quick access to the Color " "Selector — the \"pipette\" tool used for picking colors from the current " "drawing." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:53 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53 msgid "" "The Paint and Lines tools now provide a way to adjust the spacing of " "brushes, allowing dotted lines or smearing effects to be made. Many brushes " "have been given better default spacing values, as well." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:54 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54 msgid "" "Two new variations of the Zoom Magic Tool, Tile Zoom and Rush, have been " "added. When shrinking a drawing with Tile Zoom, it replicates the drawing " @@ -391,7 +391,7 @@ msgid "" "background color. The Rush tool blurs the results." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:55 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:55 msgid "" "Tux Paint's Shapes tool now offers hexagon (6-sided) and heptagon (7-sided) " "polygons. For shapes which can be stretched (rectangle, oval, etc.), the " @@ -400,7 +400,7 @@ msgid "" "has also been expanded." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:56 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:56 msgid "" "Keyboard shortcuts, such as [Control]+[S] to save a drawing, are now " "accessed with the more traditional [⌘ Command] key when using Tux Paint on " @@ -408,7 +408,7 @@ msgid "" "The look and feel of the user documentation has been improved." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:61 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:61 msgid "" "Tux Paint's Paint and Line tools now support brushes that rotate based on " "the angle of the stroke. This new rotation feature, as well as the older " @@ -417,7 +417,7 @@ msgid "" "painting mode for interactively coloring within a confined area." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:62 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:62 msgid "" "Six new Magic tools have been added to Tux Paint. Panels shrinks and " "duplicates the drawing into a 2-by-2 grid, which is useful for making four-" @@ -428,7 +428,7 @@ msgid "" "of Tux Paint's classic Rainbow tool." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:63 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:63 msgid "" "A number of existing Magic tools have been updated, as well. Improvements " "were made to Halftone, which simulates photographs on newsprint; Cartoon, " @@ -437,7 +437,7 @@ msgid "" "Chalk, and Emboss, now offer the ability to alter the entire image at once!" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:64 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:64 msgid "" "Finally, Magic tools are now grouped into collections of similar effects — " "painting, distorts, color filters, picture warps, pattern painting, " @@ -445,7 +445,7 @@ msgid "" "need." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:69 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:69 msgid "" "Tux Paint's Fill tool now offers options to fill an area with color " "gradients. The \"Radial\" fill creates a circular gradient centered around " @@ -453,7 +453,7 @@ msgid "" "of gradients at different angles and sizes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:70 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:70 msgid "" "New Magic tools have been added to Tux Paint: \"Pixels\" makes it easier to " "create retro-gaming style pixel art, \"Checkerboard\" fills the entire " @@ -461,14 +461,14 @@ msgid "" "picture via brush strokes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:71 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:71 msgid "" "Tux Paint's user documentation has been overhauled, making localization " "easier. Parties interested in helping with localization are encouraged to " "contact the Tux Paint team." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:72 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:72 msgid "" "Finally, a new pair of accessibility options have been added. The entire " "user interface can now be enlarged benefiting users with impaired vision, " @@ -478,34 +478,34 @@ msgid "" "systems." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:77 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:77 msgid "" "A major improvement has been made to the Shapes tool, which now provides " "options to choose whether shapes are drawn from the center or a corner, " "making it easier to use in any situation." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:78 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:78 msgid "" "The on-screen keyboard, an accessibility feature optionally available when " "using the Text and Label tools, now appears larger on bigger displays; " "helpful for users of coarser input devices, such as eye-tracking systems." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:79 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:79 msgid "" "The Eraser tool adds new, smaller eraser sizes, and applies smoother, " "contiguous strokes when the pointer is moved quickly." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:80 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:80 msgid "" "Finally, this newest version adds options to export individual drawings and " "GIF animations, making it easy to share pictures, cartoons, and slideshows " "with others." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:85 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:85 msgid "" "The latest version has promoted the \"Fill\" tool, previously found under " "the \"Magic\" section of Tux Paint, to the main toolbar, where it's easier " @@ -515,21 +515,21 @@ msgid "" "images." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:86 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:86 msgid "" "Tux Paint also now makes it possible to disable stereo sound, which can " "benefit users with a hearing impairment, or in situations where only one " "speaker is available." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:91 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:91 msgid "" "New in this version are a \"color picker\", which allows any color within a " "drawing to be chosen using the pointer, and a set of three-, four-, and five-" "pointed star shapes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:92 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:92 msgid "" "The latest version also incorporates a number of new translations, bringing " "the number of supported languages up to nearly 130: Bengali, Bodo, Dogri, " @@ -1301,18 +1301,18 @@ msgid "" msgstr "" #. Color mixer; e.g., "Your color is entirely grey." -#: ../tuxpaint.c:23727 ../tuxpaint.c:23734 +#: ../tuxpaint.c:23734 ../tuxpaint.c:23741 msgid "entirely" msgstr "" #. Add "Color Select" color: -#: ../tuxpaint.c:26644 +#: ../tuxpaint.c:26651 msgid "Select a color from your drawing." msgstr "" #. Add "Color Picker" color: #. (This is an attempt to describe an HSV color picker in extremely basic terms!) -#: ../tuxpaint.c:26653 +#: ../tuxpaint.c:26660 msgid "" "Pick a color. Hues go top to bottom. Saturation/intensity goes left (pale) " "to right (pure). Value (lightness/darkness): grey bar." @@ -1320,7 +1320,7 @@ msgstr "" #. Add "Color Mixer" color: #. (The terms 'tint', 'tone', and 'shade' relate to combining white, grey, or black paint (respectively) to another color) -#: ../tuxpaint.c:26665 +#: ../tuxpaint.c:26672 msgid "" "Click the primary colors (red, yellow, and blue), white (to tint), grey (to " "tone), and black (to shade), to mix together a new color." @@ -1506,10 +1506,16 @@ msgstr "तपाईँको चित्र बंग्याउनका ल msgid "Emboss" msgstr "बुट्टा काट्नु" -#: ../../magic/src/emboss.c:114 +#: ../../magic/src/emboss.c:115 msgid "Click and drag the mouse to emboss the picture." msgstr "चित्रमा बुट्टा काट्नुको लागि क्लिक गर्नुहोस् अनि माउस ड्र्याग गर्नुहोस्" +#: ../../magic/src/emboss.c:117 +#, fuzzy +#| msgid "Click to sharpen the entire picture." +msgid "Click to emboss the entire picture." +msgstr "पाईँको पूरा चित्र तिख्याउनुको लागि क्लिक गर्नुहोस्" + #: ../../magic/src/fade_darken.c:115 msgid "Lighten" msgstr "उज्यालो पार्नु" diff --git a/src/po/nl.po b/src/po/nl.po index 582d4dc40..74bd26bf9 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: 2022-06-14 00:59-0700\n" +"POT-Creation-Date: 2022-07-03 16:31-0700\n" "PO-Revision-Date: 2017-10-15 11:04+0200\n" "Last-Translator: Willem Heppe \n" "Language-Team: Dutch \n" @@ -313,15 +313,15 @@ msgstr "" msgid "Minimize" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:8 ../tuxpaint.desktop.in:3 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:8 ../tuxpaint.desktop.in:3 msgid "Tux Paint" msgstr "Tux Paint" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:9 ../tuxpaint.desktop.in:10 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:9 ../tuxpaint.desktop.in:10 msgid "A drawing program for children" msgstr "Een tekenprogramma voor kinderen" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:11 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:11 msgid "" "Tux Paint is a free, award-winning drawing program for children ages 3 to " "12. Tux Paint is used in schools around the world as a computer literacy " @@ -330,30 +330,30 @@ msgid "" "program." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:19 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:19 msgid "" "Kids are presented with a blank canvas and a variety of drawing tools to " "help them be creative." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:24 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:24 msgid "New Breed Software et al." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:36 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:36 msgid "The Magic tool is a set of special effects" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:40 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:40 msgid "" "The Paint Brush tool lets you draw freehand, using various brushes and colors" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:44 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:44 msgid "The Stamp tool is like a set of rubber stamps or stickers" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:50 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:50 msgid "" "Tux Paint's Color palette includes a new Color Mixer option, which allows " "users to combine different proportions of primary colors (red, yellow, and " @@ -361,7 +361,7 @@ msgid "" "mixing paints." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:51 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:51 msgid "" "The Color Picker option, which previously offered a static palette of around " "sixty-five thousand color choices, now supports separate hue, saturation, " @@ -369,21 +369,21 @@ msgid "" "colors." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:52 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:52 msgid "" "Also, a keyboard shortcut is now available for quick access to the Color " "Selector — the \"pipette\" tool used for picking colors from the current " "drawing." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:53 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53 msgid "" "The Paint and Lines tools now provide a way to adjust the spacing of " "brushes, allowing dotted lines or smearing effects to be made. Many brushes " "have been given better default spacing values, as well." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:54 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54 msgid "" "Two new variations of the Zoom Magic Tool, Tile Zoom and Rush, have been " "added. When shrinking a drawing with Tile Zoom, it replicates the drawing " @@ -391,7 +391,7 @@ msgid "" "background color. The Rush tool blurs the results." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:55 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:55 msgid "" "Tux Paint's Shapes tool now offers hexagon (6-sided) and heptagon (7-sided) " "polygons. For shapes which can be stretched (rectangle, oval, etc.), the " @@ -400,7 +400,7 @@ msgid "" "has also been expanded." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:56 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:56 msgid "" "Keyboard shortcuts, such as [Control]+[S] to save a drawing, are now " "accessed with the more traditional [⌘ Command] key when using Tux Paint on " @@ -408,7 +408,7 @@ msgid "" "The look and feel of the user documentation has been improved." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:61 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:61 msgid "" "Tux Paint's Paint and Line tools now support brushes that rotate based on " "the angle of the stroke. This new rotation feature, as well as the older " @@ -417,7 +417,7 @@ msgid "" "painting mode for interactively coloring within a confined area." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:62 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:62 msgid "" "Six new Magic tools have been added to Tux Paint. Panels shrinks and " "duplicates the drawing into a 2-by-2 grid, which is useful for making four-" @@ -428,7 +428,7 @@ msgid "" "of Tux Paint's classic Rainbow tool." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:63 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:63 msgid "" "A number of existing Magic tools have been updated, as well. Improvements " "were made to Halftone, which simulates photographs on newsprint; Cartoon, " @@ -437,7 +437,7 @@ msgid "" "Chalk, and Emboss, now offer the ability to alter the entire image at once!" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:64 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:64 msgid "" "Finally, Magic tools are now grouped into collections of similar effects — " "painting, distorts, color filters, picture warps, pattern painting, " @@ -445,7 +445,7 @@ msgid "" "need." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:69 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:69 msgid "" "Tux Paint's Fill tool now offers options to fill an area with color " "gradients. The \"Radial\" fill creates a circular gradient centered around " @@ -453,7 +453,7 @@ msgid "" "of gradients at different angles and sizes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:70 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:70 msgid "" "New Magic tools have been added to Tux Paint: \"Pixels\" makes it easier to " "create retro-gaming style pixel art, \"Checkerboard\" fills the entire " @@ -461,14 +461,14 @@ msgid "" "picture via brush strokes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:71 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:71 msgid "" "Tux Paint's user documentation has been overhauled, making localization " "easier. Parties interested in helping with localization are encouraged to " "contact the Tux Paint team." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:72 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:72 msgid "" "Finally, a new pair of accessibility options have been added. The entire " "user interface can now be enlarged benefiting users with impaired vision, " @@ -478,34 +478,34 @@ msgid "" "systems." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:77 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:77 msgid "" "A major improvement has been made to the Shapes tool, which now provides " "options to choose whether shapes are drawn from the center or a corner, " "making it easier to use in any situation." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:78 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:78 msgid "" "The on-screen keyboard, an accessibility feature optionally available when " "using the Text and Label tools, now appears larger on bigger displays; " "helpful for users of coarser input devices, such as eye-tracking systems." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:79 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:79 msgid "" "The Eraser tool adds new, smaller eraser sizes, and applies smoother, " "contiguous strokes when the pointer is moved quickly." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:80 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:80 msgid "" "Finally, this newest version adds options to export individual drawings and " "GIF animations, making it easy to share pictures, cartoons, and slideshows " "with others." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:85 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:85 msgid "" "The latest version has promoted the \"Fill\" tool, previously found under " "the \"Magic\" section of Tux Paint, to the main toolbar, where it's easier " @@ -515,21 +515,21 @@ msgid "" "images." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:86 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:86 msgid "" "Tux Paint also now makes it possible to disable stereo sound, which can " "benefit users with a hearing impairment, or in situations where only one " "speaker is available." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:91 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:91 msgid "" "New in this version are a \"color picker\", which allows any color within a " "drawing to be chosen using the pointer, and a set of three-, four-, and five-" "pointed star shapes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:92 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:92 msgid "" "The latest version also incorporates a number of new translations, bringing " "the number of supported languages up to nearly 130: Bengali, Bodo, Dogri, " @@ -1308,18 +1308,18 @@ msgid "" msgstr "" #. Color mixer; e.g., "Your color is entirely grey." -#: ../tuxpaint.c:23727 ../tuxpaint.c:23734 +#: ../tuxpaint.c:23734 ../tuxpaint.c:23741 msgid "entirely" msgstr "" #. Add "Color Select" color: -#: ../tuxpaint.c:26644 +#: ../tuxpaint.c:26651 msgid "Select a color from your drawing." msgstr "Kies een kleur uit je tekening." #. Add "Color Picker" color: #. (This is an attempt to describe an HSV color picker in extremely basic terms!) -#: ../tuxpaint.c:26653 +#: ../tuxpaint.c:26660 msgid "" "Pick a color. Hues go top to bottom. Saturation/intensity goes left (pale) " "to right (pure). Value (lightness/darkness): grey bar." @@ -1327,7 +1327,7 @@ msgstr "" #. Add "Color Mixer" color: #. (The terms 'tint', 'tone', and 'shade' relate to combining white, grey, or black paint (respectively) to another color) -#: ../tuxpaint.c:26665 +#: ../tuxpaint.c:26672 msgid "" "Click the primary colors (red, yellow, and blue), white (to tint), grey (to " "tone), and black (to shade), to mix together a new color." @@ -1496,10 +1496,16 @@ msgstr "Klik en sleep de muis om vervormingen te maken in je tekening." msgid "Emboss" msgstr "Reliëf" -#: ../../magic/src/emboss.c:114 +#: ../../magic/src/emboss.c:115 msgid "Click and drag the mouse to emboss the picture." msgstr "Klik en sleep de muis om in de tekening een reliëf te maken." +#: ../../magic/src/emboss.c:117 +#, fuzzy +#| msgid "Click to sharpen the entire picture." +msgid "Click to emboss the entire picture." +msgstr "Klik om overgangen in je hele tekening te verscherpen." + #: ../../magic/src/fade_darken.c:115 msgid "Lighten" msgstr "Oplichten" diff --git a/src/po/nn.po b/src/po/nn.po index 75d8637df..1a79115f5 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: 2022-07-03 13:27+0200\n" +"POT-Creation-Date: 2022-07-03 16:31-0700\n" "PO-Revision-Date: 2022-07-03 13:23+0200\n" "Last-Translator: Karl Ove Hufthammer \n" "Language-Team: Norwegian Nynorsk \n" @@ -1392,6 +1392,10 @@ msgstr "" "grå (for å gjera bleikare) og svart (for å gjera mørkare) for å blanda saman " "ein ny farge." +#: ../tuxpaint.desktop.in:6 +msgid "tuxpaint" +msgstr "tuxpaint" + #: ../tuxpaint.desktop.in:9 msgid "Drawing program" msgstr "Teikneprogram" @@ -1544,10 +1548,16 @@ msgstr "Hald inne knappen og flytt rundt for å forstyrra teikninga." msgid "Emboss" msgstr "Relieff" -#: ../../magic/src/emboss.c:114 +#: ../../magic/src/emboss.c:115 msgid "Click and drag the mouse to emboss the picture." msgstr "Hald inne knappen og flytt rundt for å gjera teikninga om til relieff." +#: ../../magic/src/emboss.c:117 +#, fuzzy +#| msgid "Click to sharpen the entire picture." +msgid "Click to emboss the entire picture." +msgstr "Trykk for å gjera heile teikninga skarpare." + #: ../../magic/src/fade_darken.c:115 msgid "Lighten" msgstr "Lysare" @@ -2232,10 +2242,6 @@ msgstr "Hald inne knappen og flytt rundt for å teikna med ein XELLER-effekt." msgid "Click to draw a XOR effect on the whole picture" msgstr "Trykk for å leggja ein XELLER-effekt på heile teikninga." -#~| msgid "Tux Paint" -#~ msgid "tuxpaint" -#~ msgstr "tuxpaint" - #~ msgid "Pick a color." #~ msgstr "Vel ein farge." diff --git a/src/po/nr.po b/src/po/nr.po index b1c422257..2fc4bde53 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: 2022-06-14 00:59-0700\n" +"POT-Creation-Date: 2022-07-03 16:31-0700\n" "PO-Revision-Date: 2006-10-09 20:32+0200\n" "Last-Translator: Vincent Mahlangu \n" "Language-Team: LANGUAGE \n" @@ -313,15 +313,15 @@ msgstr "" msgid "Minimize" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:8 ../tuxpaint.desktop.in:3 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:8 ../tuxpaint.desktop.in:3 msgid "Tux Paint" msgstr "ITux Pende" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:9 ../tuxpaint.desktop.in:10 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:9 ../tuxpaint.desktop.in:10 msgid "A drawing program for children" msgstr "Iphrogremu yokudweba yabantwana" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:11 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:11 msgid "" "Tux Paint is a free, award-winning drawing program for children ages 3 to " "12. Tux Paint is used in schools around the world as a computer literacy " @@ -330,30 +330,30 @@ msgid "" "program." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:19 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:19 msgid "" "Kids are presented with a blank canvas and a variety of drawing tools to " "help them be creative." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:24 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:24 msgid "New Breed Software et al." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:36 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:36 msgid "The Magic tool is a set of special effects" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:40 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:40 msgid "" "The Paint Brush tool lets you draw freehand, using various brushes and colors" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:44 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:44 msgid "The Stamp tool is like a set of rubber stamps or stickers" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:50 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:50 msgid "" "Tux Paint's Color palette includes a new Color Mixer option, which allows " "users to combine different proportions of primary colors (red, yellow, and " @@ -361,7 +361,7 @@ msgid "" "mixing paints." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:51 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:51 msgid "" "The Color Picker option, which previously offered a static palette of around " "sixty-five thousand color choices, now supports separate hue, saturation, " @@ -369,21 +369,21 @@ msgid "" "colors." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:52 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:52 msgid "" "Also, a keyboard shortcut is now available for quick access to the Color " "Selector — the \"pipette\" tool used for picking colors from the current " "drawing." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:53 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53 msgid "" "The Paint and Lines tools now provide a way to adjust the spacing of " "brushes, allowing dotted lines or smearing effects to be made. Many brushes " "have been given better default spacing values, as well." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:54 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54 msgid "" "Two new variations of the Zoom Magic Tool, Tile Zoom and Rush, have been " "added. When shrinking a drawing with Tile Zoom, it replicates the drawing " @@ -391,7 +391,7 @@ msgid "" "background color. The Rush tool blurs the results." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:55 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:55 msgid "" "Tux Paint's Shapes tool now offers hexagon (6-sided) and heptagon (7-sided) " "polygons. For shapes which can be stretched (rectangle, oval, etc.), the " @@ -400,7 +400,7 @@ msgid "" "has also been expanded." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:56 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:56 msgid "" "Keyboard shortcuts, such as [Control]+[S] to save a drawing, are now " "accessed with the more traditional [⌘ Command] key when using Tux Paint on " @@ -408,7 +408,7 @@ msgid "" "The look and feel of the user documentation has been improved." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:61 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:61 msgid "" "Tux Paint's Paint and Line tools now support brushes that rotate based on " "the angle of the stroke. This new rotation feature, as well as the older " @@ -417,7 +417,7 @@ msgid "" "painting mode for interactively coloring within a confined area." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:62 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:62 msgid "" "Six new Magic tools have been added to Tux Paint. Panels shrinks and " "duplicates the drawing into a 2-by-2 grid, which is useful for making four-" @@ -428,7 +428,7 @@ msgid "" "of Tux Paint's classic Rainbow tool." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:63 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:63 msgid "" "A number of existing Magic tools have been updated, as well. Improvements " "were made to Halftone, which simulates photographs on newsprint; Cartoon, " @@ -437,7 +437,7 @@ msgid "" "Chalk, and Emboss, now offer the ability to alter the entire image at once!" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:64 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:64 msgid "" "Finally, Magic tools are now grouped into collections of similar effects — " "painting, distorts, color filters, picture warps, pattern painting, " @@ -445,7 +445,7 @@ msgid "" "need." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:69 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:69 msgid "" "Tux Paint's Fill tool now offers options to fill an area with color " "gradients. The \"Radial\" fill creates a circular gradient centered around " @@ -453,7 +453,7 @@ msgid "" "of gradients at different angles and sizes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:70 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:70 msgid "" "New Magic tools have been added to Tux Paint: \"Pixels\" makes it easier to " "create retro-gaming style pixel art, \"Checkerboard\" fills the entire " @@ -461,14 +461,14 @@ msgid "" "picture via brush strokes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:71 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:71 msgid "" "Tux Paint's user documentation has been overhauled, making localization " "easier. Parties interested in helping with localization are encouraged to " "contact the Tux Paint team." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:72 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:72 msgid "" "Finally, a new pair of accessibility options have been added. The entire " "user interface can now be enlarged benefiting users with impaired vision, " @@ -478,34 +478,34 @@ msgid "" "systems." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:77 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:77 msgid "" "A major improvement has been made to the Shapes tool, which now provides " "options to choose whether shapes are drawn from the center or a corner, " "making it easier to use in any situation." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:78 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:78 msgid "" "The on-screen keyboard, an accessibility feature optionally available when " "using the Text and Label tools, now appears larger on bigger displays; " "helpful for users of coarser input devices, such as eye-tracking systems." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:79 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:79 msgid "" "The Eraser tool adds new, smaller eraser sizes, and applies smoother, " "contiguous strokes when the pointer is moved quickly." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:80 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:80 msgid "" "Finally, this newest version adds options to export individual drawings and " "GIF animations, making it easy to share pictures, cartoons, and slideshows " "with others." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:85 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:85 msgid "" "The latest version has promoted the \"Fill\" tool, previously found under " "the \"Magic\" section of Tux Paint, to the main toolbar, where it's easier " @@ -515,21 +515,21 @@ msgid "" "images." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:86 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:86 msgid "" "Tux Paint also now makes it possible to disable stereo sound, which can " "benefit users with a hearing impairment, or in situations where only one " "speaker is available." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:91 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:91 msgid "" "New in this version are a \"color picker\", which allows any color within a " "drawing to be chosen using the pointer, and a set of three-, four-, and five-" "pointed star shapes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:92 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:92 msgid "" "The latest version also incorporates a number of new translations, bringing " "the number of supported languages up to nearly 130: Bengali, Bodo, Dogri, " @@ -1313,18 +1313,18 @@ msgid "" msgstr "" #. Color mixer; e.g., "Your color is entirely grey." -#: ../tuxpaint.c:23727 ../tuxpaint.c:23734 +#: ../tuxpaint.c:23734 ../tuxpaint.c:23741 msgid "entirely" msgstr "" #. Add "Color Select" color: -#: ../tuxpaint.c:26644 +#: ../tuxpaint.c:26651 msgid "Select a color from your drawing." msgstr "" #. Add "Color Picker" color: #. (This is an attempt to describe an HSV color picker in extremely basic terms!) -#: ../tuxpaint.c:26653 +#: ../tuxpaint.c:26660 msgid "" "Pick a color. Hues go top to bottom. Saturation/intensity goes left (pale) " "to right (pure). Value (lightness/darkness): grey bar." @@ -1332,7 +1332,7 @@ msgstr "" #. Add "Color Mixer" color: #. (The terms 'tint', 'tone', and 'shade' relate to combining white, grey, or black paint (respectively) to another color) -#: ../tuxpaint.c:26665 +#: ../tuxpaint.c:26672 msgid "" "Click the primary colors (red, yellow, and blue), white (to tint), grey (to " "tone), and black (to shade), to mix together a new color." @@ -1528,12 +1528,17 @@ msgstr "" msgid "Emboss" msgstr "" -#: ../../magic/src/emboss.c:114 +#: ../../magic/src/emboss.c:115 #, fuzzy msgid "Click and drag the mouse to emboss the picture." msgstr "" "Qhwarhaza bewudose njalo iKhondlwana ujikeleze ukuze ufiphaze isithombe." +#: ../../magic/src/emboss.c:117 +#, fuzzy +msgid "Click to emboss the entire picture." +msgstr "Qhwarhaza wenze umfanekiso osasiboniboni." + #: ../../magic/src/fade_darken.c:115 msgid "Lighten" msgstr "Yenza kukhanye" diff --git a/src/po/nso.po b/src/po/nso.po index 7a06b927d..2c44c805d 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: 2022-06-14 00:59-0700\n" +"POT-Creation-Date: 2022-07-03 16:31-0700\n" "PO-Revision-Date: 2010-10-04 17:44+0200\n" "Last-Translator: Pheledi \n" "Language-Team: LANGUAGE \n" @@ -313,15 +313,15 @@ msgstr "" msgid "Minimize" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:8 ../tuxpaint.desktop.in:3 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:8 ../tuxpaint.desktop.in:3 msgid "Tux Paint" msgstr "Tux Paint" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:9 ../tuxpaint.desktop.in:10 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:9 ../tuxpaint.desktop.in:10 msgid "A drawing program for children" msgstr "Lenaneo la go thala la bana" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:11 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:11 msgid "" "Tux Paint is a free, award-winning drawing program for children ages 3 to " "12. Tux Paint is used in schools around the world as a computer literacy " @@ -330,30 +330,30 @@ msgid "" "program." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:19 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:19 msgid "" "Kids are presented with a blank canvas and a variety of drawing tools to " "help them be creative." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:24 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:24 msgid "New Breed Software et al." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:36 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:36 msgid "The Magic tool is a set of special effects" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:40 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:40 msgid "" "The Paint Brush tool lets you draw freehand, using various brushes and colors" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:44 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:44 msgid "The Stamp tool is like a set of rubber stamps or stickers" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:50 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:50 msgid "" "Tux Paint's Color palette includes a new Color Mixer option, which allows " "users to combine different proportions of primary colors (red, yellow, and " @@ -361,7 +361,7 @@ msgid "" "mixing paints." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:51 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:51 msgid "" "The Color Picker option, which previously offered a static palette of around " "sixty-five thousand color choices, now supports separate hue, saturation, " @@ -369,21 +369,21 @@ msgid "" "colors." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:52 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:52 msgid "" "Also, a keyboard shortcut is now available for quick access to the Color " "Selector — the \"pipette\" tool used for picking colors from the current " "drawing." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:53 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53 msgid "" "The Paint and Lines tools now provide a way to adjust the spacing of " "brushes, allowing dotted lines or smearing effects to be made. Many brushes " "have been given better default spacing values, as well." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:54 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54 msgid "" "Two new variations of the Zoom Magic Tool, Tile Zoom and Rush, have been " "added. When shrinking a drawing with Tile Zoom, it replicates the drawing " @@ -391,7 +391,7 @@ msgid "" "background color. The Rush tool blurs the results." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:55 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:55 msgid "" "Tux Paint's Shapes tool now offers hexagon (6-sided) and heptagon (7-sided) " "polygons. For shapes which can be stretched (rectangle, oval, etc.), the " @@ -400,7 +400,7 @@ msgid "" "has also been expanded." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:56 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:56 msgid "" "Keyboard shortcuts, such as [Control]+[S] to save a drawing, are now " "accessed with the more traditional [⌘ Command] key when using Tux Paint on " @@ -408,7 +408,7 @@ msgid "" "The look and feel of the user documentation has been improved." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:61 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:61 msgid "" "Tux Paint's Paint and Line tools now support brushes that rotate based on " "the angle of the stroke. This new rotation feature, as well as the older " @@ -417,7 +417,7 @@ msgid "" "painting mode for interactively coloring within a confined area." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:62 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:62 msgid "" "Six new Magic tools have been added to Tux Paint. Panels shrinks and " "duplicates the drawing into a 2-by-2 grid, which is useful for making four-" @@ -428,7 +428,7 @@ msgid "" "of Tux Paint's classic Rainbow tool." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:63 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:63 msgid "" "A number of existing Magic tools have been updated, as well. Improvements " "were made to Halftone, which simulates photographs on newsprint; Cartoon, " @@ -437,7 +437,7 @@ msgid "" "Chalk, and Emboss, now offer the ability to alter the entire image at once!" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:64 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:64 msgid "" "Finally, Magic tools are now grouped into collections of similar effects — " "painting, distorts, color filters, picture warps, pattern painting, " @@ -445,7 +445,7 @@ msgid "" "need." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:69 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:69 msgid "" "Tux Paint's Fill tool now offers options to fill an area with color " "gradients. The \"Radial\" fill creates a circular gradient centered around " @@ -453,7 +453,7 @@ msgid "" "of gradients at different angles and sizes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:70 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:70 msgid "" "New Magic tools have been added to Tux Paint: \"Pixels\" makes it easier to " "create retro-gaming style pixel art, \"Checkerboard\" fills the entire " @@ -461,14 +461,14 @@ msgid "" "picture via brush strokes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:71 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:71 msgid "" "Tux Paint's user documentation has been overhauled, making localization " "easier. Parties interested in helping with localization are encouraged to " "contact the Tux Paint team." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:72 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:72 msgid "" "Finally, a new pair of accessibility options have been added. The entire " "user interface can now be enlarged benefiting users with impaired vision, " @@ -478,34 +478,34 @@ msgid "" "systems." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:77 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:77 msgid "" "A major improvement has been made to the Shapes tool, which now provides " "options to choose whether shapes are drawn from the center or a corner, " "making it easier to use in any situation." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:78 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:78 msgid "" "The on-screen keyboard, an accessibility feature optionally available when " "using the Text and Label tools, now appears larger on bigger displays; " "helpful for users of coarser input devices, such as eye-tracking systems." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:79 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:79 msgid "" "The Eraser tool adds new, smaller eraser sizes, and applies smoother, " "contiguous strokes when the pointer is moved quickly." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:80 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:80 msgid "" "Finally, this newest version adds options to export individual drawings and " "GIF animations, making it easy to share pictures, cartoons, and slideshows " "with others." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:85 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:85 msgid "" "The latest version has promoted the \"Fill\" tool, previously found under " "the \"Magic\" section of Tux Paint, to the main toolbar, where it's easier " @@ -515,21 +515,21 @@ msgid "" "images." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:86 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:86 msgid "" "Tux Paint also now makes it possible to disable stereo sound, which can " "benefit users with a hearing impairment, or in situations where only one " "speaker is available." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:91 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:91 msgid "" "New in this version are a \"color picker\", which allows any color within a " "drawing to be chosen using the pointer, and a set of three-, four-, and five-" "pointed star shapes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:92 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:92 msgid "" "The latest version also incorporates a number of new translations, bringing " "the number of supported languages up to nearly 130: Bengali, Bodo, Dogri, " @@ -1308,18 +1308,18 @@ msgid "" msgstr "" #. Color mixer; e.g., "Your color is entirely grey." -#: ../tuxpaint.c:23727 ../tuxpaint.c:23734 +#: ../tuxpaint.c:23734 ../tuxpaint.c:23741 msgid "entirely" msgstr "" #. Add "Color Select" color: -#: ../tuxpaint.c:26644 +#: ../tuxpaint.c:26651 msgid "Select a color from your drawing." msgstr "" #. Add "Color Picker" color: #. (This is an attempt to describe an HSV color picker in extremely basic terms!) -#: ../tuxpaint.c:26653 +#: ../tuxpaint.c:26660 msgid "" "Pick a color. Hues go top to bottom. Saturation/intensity goes left (pale) " "to right (pure). Value (lightness/darkness): grey bar." @@ -1327,7 +1327,7 @@ msgstr "" #. Add "Color Mixer" color: #. (The terms 'tint', 'tone', and 'shade' relate to combining white, grey, or black paint (respectively) to another color) -#: ../tuxpaint.c:26665 +#: ../tuxpaint.c:26672 msgid "" "Click the primary colors (red, yellow, and blue), white (to tint), grey (to " "tone), and black (to shade), to mix together a new color." @@ -1524,10 +1524,16 @@ msgstr "Kgotla gomme o goge mause gore o bake pherekano seswantšhong sa gago." msgid "Emboss" msgstr "Kokobatša" -#: ../../magic/src/emboss.c:114 +#: ../../magic/src/emboss.c:115 msgid "Click and drag the mouse to emboss the picture." msgstr "Kgotla gomme o goge mause gore o kokobatše seswantšho." +#: ../../magic/src/emboss.c:117 +#, fuzzy +#| msgid "Click to sharpen the entire picture." +msgid "Click to emboss the entire picture." +msgstr "Kgotla gore o loutše seswantšho ka moka." + #: ../../magic/src/fade_darken.c:115 msgid "Lighten" msgstr "Edifatša" diff --git a/src/po/oc.po b/src/po/oc.po index c6a4dbf4f..7593c4b5c 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: 2022-06-14 00:59-0700\n" +"POT-Creation-Date: 2022-07-03 16:31-0700\n" "PO-Revision-Date: 2021-06-06 18:54+0200\n" "Last-Translator: \n" "Language-Team: Occitan (post 1500) \n" @@ -306,15 +306,15 @@ msgstr "" msgid "Minimize" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:8 ../tuxpaint.desktop.in:3 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:8 ../tuxpaint.desktop.in:3 msgid "Tux Paint" msgstr "Tux Paint" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:9 ../tuxpaint.desktop.in:10 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:9 ../tuxpaint.desktop.in:10 msgid "A drawing program for children" msgstr "Un logicial de dessenh pels mainatges" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:11 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:11 msgid "" "Tux Paint is a free, award-winning drawing program for children ages 3 to " "12. Tux Paint is used in schools around the world as a computer literacy " @@ -323,30 +323,30 @@ msgid "" "program." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:19 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:19 msgid "" "Kids are presented with a blank canvas and a variety of drawing tools to " "help them be creative." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:24 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:24 msgid "New Breed Software et al." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:36 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:36 msgid "The Magic tool is a set of special effects" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:40 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:40 msgid "" "The Paint Brush tool lets you draw freehand, using various brushes and colors" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:44 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:44 msgid "The Stamp tool is like a set of rubber stamps or stickers" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:50 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:50 msgid "" "Tux Paint's Color palette includes a new Color Mixer option, which allows " "users to combine different proportions of primary colors (red, yellow, and " @@ -354,7 +354,7 @@ msgid "" "mixing paints." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:51 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:51 msgid "" "The Color Picker option, which previously offered a static palette of around " "sixty-five thousand color choices, now supports separate hue, saturation, " @@ -362,21 +362,21 @@ msgid "" "colors." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:52 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:52 msgid "" "Also, a keyboard shortcut is now available for quick access to the Color " "Selector — the \"pipette\" tool used for picking colors from the current " "drawing." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:53 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53 msgid "" "The Paint and Lines tools now provide a way to adjust the spacing of " "brushes, allowing dotted lines or smearing effects to be made. Many brushes " "have been given better default spacing values, as well." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:54 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54 msgid "" "Two new variations of the Zoom Magic Tool, Tile Zoom and Rush, have been " "added. When shrinking a drawing with Tile Zoom, it replicates the drawing " @@ -384,7 +384,7 @@ msgid "" "background color. The Rush tool blurs the results." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:55 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:55 msgid "" "Tux Paint's Shapes tool now offers hexagon (6-sided) and heptagon (7-sided) " "polygons. For shapes which can be stretched (rectangle, oval, etc.), the " @@ -393,7 +393,7 @@ msgid "" "has also been expanded." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:56 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:56 msgid "" "Keyboard shortcuts, such as [Control]+[S] to save a drawing, are now " "accessed with the more traditional [⌘ Command] key when using Tux Paint on " @@ -401,7 +401,7 @@ msgid "" "The look and feel of the user documentation has been improved." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:61 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:61 msgid "" "Tux Paint's Paint and Line tools now support brushes that rotate based on " "the angle of the stroke. This new rotation feature, as well as the older " @@ -410,7 +410,7 @@ msgid "" "painting mode for interactively coloring within a confined area." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:62 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:62 msgid "" "Six new Magic tools have been added to Tux Paint. Panels shrinks and " "duplicates the drawing into a 2-by-2 grid, which is useful for making four-" @@ -421,7 +421,7 @@ msgid "" "of Tux Paint's classic Rainbow tool." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:63 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:63 msgid "" "A number of existing Magic tools have been updated, as well. Improvements " "were made to Halftone, which simulates photographs on newsprint; Cartoon, " @@ -430,7 +430,7 @@ msgid "" "Chalk, and Emboss, now offer the ability to alter the entire image at once!" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:64 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:64 msgid "" "Finally, Magic tools are now grouped into collections of similar effects — " "painting, distorts, color filters, picture warps, pattern painting, " @@ -438,7 +438,7 @@ msgid "" "need." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:69 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:69 msgid "" "Tux Paint's Fill tool now offers options to fill an area with color " "gradients. The \"Radial\" fill creates a circular gradient centered around " @@ -446,7 +446,7 @@ msgid "" "of gradients at different angles and sizes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:70 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:70 msgid "" "New Magic tools have been added to Tux Paint: \"Pixels\" makes it easier to " "create retro-gaming style pixel art, \"Checkerboard\" fills the entire " @@ -454,14 +454,14 @@ msgid "" "picture via brush strokes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:71 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:71 msgid "" "Tux Paint's user documentation has been overhauled, making localization " "easier. Parties interested in helping with localization are encouraged to " "contact the Tux Paint team." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:72 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:72 msgid "" "Finally, a new pair of accessibility options have been added. The entire " "user interface can now be enlarged benefiting users with impaired vision, " @@ -471,34 +471,34 @@ msgid "" "systems." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:77 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:77 msgid "" "A major improvement has been made to the Shapes tool, which now provides " "options to choose whether shapes are drawn from the center or a corner, " "making it easier to use in any situation." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:78 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:78 msgid "" "The on-screen keyboard, an accessibility feature optionally available when " "using the Text and Label tools, now appears larger on bigger displays; " "helpful for users of coarser input devices, such as eye-tracking systems." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:79 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:79 msgid "" "The Eraser tool adds new, smaller eraser sizes, and applies smoother, " "contiguous strokes when the pointer is moved quickly." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:80 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:80 msgid "" "Finally, this newest version adds options to export individual drawings and " "GIF animations, making it easy to share pictures, cartoons, and slideshows " "with others." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:85 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:85 msgid "" "The latest version has promoted the \"Fill\" tool, previously found under " "the \"Magic\" section of Tux Paint, to the main toolbar, where it's easier " @@ -508,21 +508,21 @@ msgid "" "images." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:86 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:86 msgid "" "Tux Paint also now makes it possible to disable stereo sound, which can " "benefit users with a hearing impairment, or in situations where only one " "speaker is available." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:91 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:91 msgid "" "New in this version are a \"color picker\", which allows any color within a " "drawing to be chosen using the pointer, and a set of three-, four-, and five-" "pointed star shapes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:92 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:92 msgid "" "The latest version also incorporates a number of new translations, bringing " "the number of supported languages up to nearly 130: Bengali, Bodo, Dogri, " @@ -1257,18 +1257,18 @@ msgid "" msgstr "" #. Color mixer; e.g., "Your color is entirely grey." -#: ../tuxpaint.c:23727 ../tuxpaint.c:23734 +#: ../tuxpaint.c:23734 ../tuxpaint.c:23741 msgid "entirely" msgstr "" #. Add "Color Select" color: -#: ../tuxpaint.c:26644 +#: ../tuxpaint.c:26651 msgid "Select a color from your drawing." msgstr "" #. Add "Color Picker" color: #. (This is an attempt to describe an HSV color picker in extremely basic terms!) -#: ../tuxpaint.c:26653 +#: ../tuxpaint.c:26660 msgid "" "Pick a color. Hues go top to bottom. Saturation/intensity goes left (pale) " "to right (pure). Value (lightness/darkness): grey bar." @@ -1276,7 +1276,7 @@ msgstr "" #. Add "Color Mixer" color: #. (The terms 'tint', 'tone', and 'shade' relate to combining white, grey, or black paint (respectively) to another color) -#: ../tuxpaint.c:26665 +#: ../tuxpaint.c:26672 msgid "" "Click the primary colors (red, yellow, and blue), white (to tint), grey (to " "tone), and black (to shade), to mix together a new color." @@ -1430,10 +1430,14 @@ msgstr "" msgid "Emboss" msgstr "" -#: ../../magic/src/emboss.c:114 +#: ../../magic/src/emboss.c:115 msgid "Click and drag the mouse to emboss the picture." msgstr "" +#: ../../magic/src/emboss.c:117 +msgid "Click to emboss the entire picture." +msgstr "" + #: ../../magic/src/fade_darken.c:115 msgid "Lighten" msgstr "Esclarzir" diff --git a/src/po/oj.po b/src/po/oj.po index 5043b2f0d..bb8fcce73 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: 2022-06-14 00:59-0700\n" +"POT-Creation-Date: 2022-07-03 16:31-0700\n" "PO-Revision-Date: 2007-10-08 18:19-0500\n" "Last-Translator: Ed Montgomery \n" "Language-Team: Ed \n" @@ -303,15 +303,15 @@ msgstr "" msgid "Minimize" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:8 ../tuxpaint.desktop.in:3 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:8 ../tuxpaint.desktop.in:3 msgid "Tux Paint" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:9 ../tuxpaint.desktop.in:10 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:9 ../tuxpaint.desktop.in:10 msgid "A drawing program for children" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:11 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:11 msgid "" "Tux Paint is a free, award-winning drawing program for children ages 3 to " "12. Tux Paint is used in schools around the world as a computer literacy " @@ -320,30 +320,30 @@ msgid "" "program." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:19 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:19 msgid "" "Kids are presented with a blank canvas and a variety of drawing tools to " "help them be creative." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:24 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:24 msgid "New Breed Software et al." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:36 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:36 msgid "The Magic tool is a set of special effects" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:40 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:40 msgid "" "The Paint Brush tool lets you draw freehand, using various brushes and colors" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:44 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:44 msgid "The Stamp tool is like a set of rubber stamps or stickers" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:50 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:50 msgid "" "Tux Paint's Color palette includes a new Color Mixer option, which allows " "users to combine different proportions of primary colors (red, yellow, and " @@ -351,7 +351,7 @@ msgid "" "mixing paints." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:51 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:51 msgid "" "The Color Picker option, which previously offered a static palette of around " "sixty-five thousand color choices, now supports separate hue, saturation, " @@ -359,21 +359,21 @@ msgid "" "colors." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:52 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:52 msgid "" "Also, a keyboard shortcut is now available for quick access to the Color " "Selector — the \"pipette\" tool used for picking colors from the current " "drawing." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:53 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53 msgid "" "The Paint and Lines tools now provide a way to adjust the spacing of " "brushes, allowing dotted lines or smearing effects to be made. Many brushes " "have been given better default spacing values, as well." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:54 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54 msgid "" "Two new variations of the Zoom Magic Tool, Tile Zoom and Rush, have been " "added. When shrinking a drawing with Tile Zoom, it replicates the drawing " @@ -381,7 +381,7 @@ msgid "" "background color. The Rush tool blurs the results." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:55 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:55 msgid "" "Tux Paint's Shapes tool now offers hexagon (6-sided) and heptagon (7-sided) " "polygons. For shapes which can be stretched (rectangle, oval, etc.), the " @@ -390,7 +390,7 @@ msgid "" "has also been expanded." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:56 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:56 msgid "" "Keyboard shortcuts, such as [Control]+[S] to save a drawing, are now " "accessed with the more traditional [⌘ Command] key when using Tux Paint on " @@ -398,7 +398,7 @@ msgid "" "The look and feel of the user documentation has been improved." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:61 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:61 msgid "" "Tux Paint's Paint and Line tools now support brushes that rotate based on " "the angle of the stroke. This new rotation feature, as well as the older " @@ -407,7 +407,7 @@ msgid "" "painting mode for interactively coloring within a confined area." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:62 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:62 msgid "" "Six new Magic tools have been added to Tux Paint. Panels shrinks and " "duplicates the drawing into a 2-by-2 grid, which is useful for making four-" @@ -418,7 +418,7 @@ msgid "" "of Tux Paint's classic Rainbow tool." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:63 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:63 msgid "" "A number of existing Magic tools have been updated, as well. Improvements " "were made to Halftone, which simulates photographs on newsprint; Cartoon, " @@ -427,7 +427,7 @@ msgid "" "Chalk, and Emboss, now offer the ability to alter the entire image at once!" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:64 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:64 msgid "" "Finally, Magic tools are now grouped into collections of similar effects — " "painting, distorts, color filters, picture warps, pattern painting, " @@ -435,7 +435,7 @@ msgid "" "need." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:69 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:69 msgid "" "Tux Paint's Fill tool now offers options to fill an area with color " "gradients. The \"Radial\" fill creates a circular gradient centered around " @@ -443,7 +443,7 @@ msgid "" "of gradients at different angles and sizes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:70 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:70 msgid "" "New Magic tools have been added to Tux Paint: \"Pixels\" makes it easier to " "create retro-gaming style pixel art, \"Checkerboard\" fills the entire " @@ -451,14 +451,14 @@ msgid "" "picture via brush strokes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:71 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:71 msgid "" "Tux Paint's user documentation has been overhauled, making localization " "easier. Parties interested in helping with localization are encouraged to " "contact the Tux Paint team." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:72 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:72 msgid "" "Finally, a new pair of accessibility options have been added. The entire " "user interface can now be enlarged benefiting users with impaired vision, " @@ -468,34 +468,34 @@ msgid "" "systems." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:77 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:77 msgid "" "A major improvement has been made to the Shapes tool, which now provides " "options to choose whether shapes are drawn from the center or a corner, " "making it easier to use in any situation." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:78 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:78 msgid "" "The on-screen keyboard, an accessibility feature optionally available when " "using the Text and Label tools, now appears larger on bigger displays; " "helpful for users of coarser input devices, such as eye-tracking systems." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:79 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:79 msgid "" "The Eraser tool adds new, smaller eraser sizes, and applies smoother, " "contiguous strokes when the pointer is moved quickly." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:80 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:80 msgid "" "Finally, this newest version adds options to export individual drawings and " "GIF animations, making it easy to share pictures, cartoons, and slideshows " "with others." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:85 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:85 msgid "" "The latest version has promoted the \"Fill\" tool, previously found under " "the \"Magic\" section of Tux Paint, to the main toolbar, where it's easier " @@ -505,21 +505,21 @@ msgid "" "images." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:86 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:86 msgid "" "Tux Paint also now makes it possible to disable stereo sound, which can " "benefit users with a hearing impairment, or in situations where only one " "speaker is available." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:91 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:91 msgid "" "New in this version are a \"color picker\", which allows any color within a " "drawing to be chosen using the pointer, and a set of three-, four-, and five-" "pointed star shapes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:92 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:92 msgid "" "The latest version also incorporates a number of new translations, bringing " "the number of supported languages up to nearly 130: Bengali, Bodo, Dogri, " @@ -1266,18 +1266,18 @@ msgid "" msgstr "" #. Color mixer; e.g., "Your color is entirely grey." -#: ../tuxpaint.c:23727 ../tuxpaint.c:23734 +#: ../tuxpaint.c:23734 ../tuxpaint.c:23741 msgid "entirely" msgstr "" #. Add "Color Select" color: -#: ../tuxpaint.c:26644 +#: ../tuxpaint.c:26651 msgid "Select a color from your drawing." msgstr "" #. Add "Color Picker" color: #. (This is an attempt to describe an HSV color picker in extremely basic terms!) -#: ../tuxpaint.c:26653 +#: ../tuxpaint.c:26660 msgid "" "Pick a color. Hues go top to bottom. Saturation/intensity goes left (pale) " "to right (pure). Value (lightness/darkness): grey bar." @@ -1285,7 +1285,7 @@ msgstr "" #. Add "Color Mixer" color: #. (The terms 'tint', 'tone', and 'shade' relate to combining white, grey, or black paint (respectively) to another color) -#: ../tuxpaint.c:26665 +#: ../tuxpaint.c:26672 msgid "" "Click the primary colors (red, yellow, and blue), white (to tint), grey (to " "tone), and black (to shade), to mix together a new color." @@ -1457,10 +1457,15 @@ msgstr "Waabizo" msgid "Emboss" msgstr "Mazinikiwaga'igan" -#: ../../magic/src/emboss.c:114 +#: ../../magic/src/emboss.c:115 msgid "Click and drag the mouse to emboss the picture." msgstr "" +#: ../../magic/src/emboss.c:117 +#, fuzzy +msgid "Click to emboss the entire picture." +msgstr "Waabimoojichaagwaazo" + #: ../../magic/src/fade_darken.c:115 msgid "Lighten" msgstr "Naangitoon" diff --git a/src/po/or.po b/src/po/or.po index 36114b730..2037269d4 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: 2022-06-14 00:59-0700\n" +"POT-Creation-Date: 2022-07-03 16:31-0700\n" "PO-Revision-Date: 2012-04-05 20:08+0530\n" "Last-Translator: Ekanta \n" "Language-Team: LANGUAGE \n" @@ -313,15 +313,15 @@ msgstr "" msgid "Minimize" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:8 ../tuxpaint.desktop.in:3 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:8 ../tuxpaint.desktop.in:3 msgid "Tux Paint" msgstr "ଟକ୍ସ ପେଣ୍ଟ" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:9 ../tuxpaint.desktop.in:10 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:9 ../tuxpaint.desktop.in:10 msgid "A drawing program for children" msgstr "ପିଲାମାନଙ୍କ ପାଇଁ ଏକ ଡ୍ରଇଂ ପ୍ରୋଗ୍ରାମ ୤ " -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:11 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:11 msgid "" "Tux Paint is a free, award-winning drawing program for children ages 3 to " "12. Tux Paint is used in schools around the world as a computer literacy " @@ -330,30 +330,30 @@ msgid "" "program." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:19 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:19 msgid "" "Kids are presented with a blank canvas and a variety of drawing tools to " "help them be creative." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:24 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:24 msgid "New Breed Software et al." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:36 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:36 msgid "The Magic tool is a set of special effects" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:40 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:40 msgid "" "The Paint Brush tool lets you draw freehand, using various brushes and colors" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:44 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:44 msgid "The Stamp tool is like a set of rubber stamps or stickers" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:50 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:50 msgid "" "Tux Paint's Color palette includes a new Color Mixer option, which allows " "users to combine different proportions of primary colors (red, yellow, and " @@ -361,7 +361,7 @@ msgid "" "mixing paints." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:51 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:51 msgid "" "The Color Picker option, which previously offered a static palette of around " "sixty-five thousand color choices, now supports separate hue, saturation, " @@ -369,21 +369,21 @@ msgid "" "colors." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:52 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:52 msgid "" "Also, a keyboard shortcut is now available for quick access to the Color " "Selector — the \"pipette\" tool used for picking colors from the current " "drawing." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:53 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53 msgid "" "The Paint and Lines tools now provide a way to adjust the spacing of " "brushes, allowing dotted lines or smearing effects to be made. Many brushes " "have been given better default spacing values, as well." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:54 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54 msgid "" "Two new variations of the Zoom Magic Tool, Tile Zoom and Rush, have been " "added. When shrinking a drawing with Tile Zoom, it replicates the drawing " @@ -391,7 +391,7 @@ msgid "" "background color. The Rush tool blurs the results." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:55 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:55 msgid "" "Tux Paint's Shapes tool now offers hexagon (6-sided) and heptagon (7-sided) " "polygons. For shapes which can be stretched (rectangle, oval, etc.), the " @@ -400,7 +400,7 @@ msgid "" "has also been expanded." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:56 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:56 msgid "" "Keyboard shortcuts, such as [Control]+[S] to save a drawing, are now " "accessed with the more traditional [⌘ Command] key when using Tux Paint on " @@ -408,7 +408,7 @@ msgid "" "The look and feel of the user documentation has been improved." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:61 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:61 msgid "" "Tux Paint's Paint and Line tools now support brushes that rotate based on " "the angle of the stroke. This new rotation feature, as well as the older " @@ -417,7 +417,7 @@ msgid "" "painting mode for interactively coloring within a confined area." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:62 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:62 msgid "" "Six new Magic tools have been added to Tux Paint. Panels shrinks and " "duplicates the drawing into a 2-by-2 grid, which is useful for making four-" @@ -428,7 +428,7 @@ msgid "" "of Tux Paint's classic Rainbow tool." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:63 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:63 msgid "" "A number of existing Magic tools have been updated, as well. Improvements " "were made to Halftone, which simulates photographs on newsprint; Cartoon, " @@ -437,7 +437,7 @@ msgid "" "Chalk, and Emboss, now offer the ability to alter the entire image at once!" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:64 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:64 msgid "" "Finally, Magic tools are now grouped into collections of similar effects — " "painting, distorts, color filters, picture warps, pattern painting, " @@ -445,7 +445,7 @@ msgid "" "need." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:69 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:69 msgid "" "Tux Paint's Fill tool now offers options to fill an area with color " "gradients. The \"Radial\" fill creates a circular gradient centered around " @@ -453,7 +453,7 @@ msgid "" "of gradients at different angles and sizes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:70 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:70 msgid "" "New Magic tools have been added to Tux Paint: \"Pixels\" makes it easier to " "create retro-gaming style pixel art, \"Checkerboard\" fills the entire " @@ -461,14 +461,14 @@ msgid "" "picture via brush strokes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:71 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:71 msgid "" "Tux Paint's user documentation has been overhauled, making localization " "easier. Parties interested in helping with localization are encouraged to " "contact the Tux Paint team." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:72 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:72 msgid "" "Finally, a new pair of accessibility options have been added. The entire " "user interface can now be enlarged benefiting users with impaired vision, " @@ -478,34 +478,34 @@ msgid "" "systems." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:77 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:77 msgid "" "A major improvement has been made to the Shapes tool, which now provides " "options to choose whether shapes are drawn from the center or a corner, " "making it easier to use in any situation." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:78 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:78 msgid "" "The on-screen keyboard, an accessibility feature optionally available when " "using the Text and Label tools, now appears larger on bigger displays; " "helpful for users of coarser input devices, such as eye-tracking systems." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:79 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:79 msgid "" "The Eraser tool adds new, smaller eraser sizes, and applies smoother, " "contiguous strokes when the pointer is moved quickly." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:80 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:80 msgid "" "Finally, this newest version adds options to export individual drawings and " "GIF animations, making it easy to share pictures, cartoons, and slideshows " "with others." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:85 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:85 msgid "" "The latest version has promoted the \"Fill\" tool, previously found under " "the \"Magic\" section of Tux Paint, to the main toolbar, where it's easier " @@ -515,21 +515,21 @@ msgid "" "images." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:86 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:86 msgid "" "Tux Paint also now makes it possible to disable stereo sound, which can " "benefit users with a hearing impairment, or in situations where only one " "speaker is available." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:91 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:91 msgid "" "New in this version are a \"color picker\", which allows any color within a " "drawing to be chosen using the pointer, and a set of three-, four-, and five-" "pointed star shapes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:92 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:92 msgid "" "The latest version also incorporates a number of new translations, bringing " "the number of supported languages up to nearly 130: Bengali, Bodo, Dogri, " @@ -1302,18 +1302,18 @@ msgid "" msgstr "" #. Color mixer; e.g., "Your color is entirely grey." -#: ../tuxpaint.c:23727 ../tuxpaint.c:23734 +#: ../tuxpaint.c:23734 ../tuxpaint.c:23741 msgid "entirely" msgstr "" #. Add "Color Select" color: -#: ../tuxpaint.c:26644 +#: ../tuxpaint.c:26651 msgid "Select a color from your drawing." msgstr "" #. Add "Color Picker" color: #. (This is an attempt to describe an HSV color picker in extremely basic terms!) -#: ../tuxpaint.c:26653 +#: ../tuxpaint.c:26660 msgid "" "Pick a color. Hues go top to bottom. Saturation/intensity goes left (pale) " "to right (pure). Value (lightness/darkness): grey bar." @@ -1321,7 +1321,7 @@ msgstr "" #. Add "Color Mixer" color: #. (The terms 'tint', 'tone', and 'shade' relate to combining white, grey, or black paint (respectively) to another color) -#: ../tuxpaint.c:26665 +#: ../tuxpaint.c:26672 msgid "" "Click the primary colors (red, yellow, and blue), white (to tint), grey (to " "tone), and black (to shade), to mix together a new color." @@ -1507,10 +1507,16 @@ msgstr "ଆପଣଙ୍କ ଚିତ୍ରରେ ବିରୂପତା ଆଣି msgid "Emboss" msgstr "ଏମ୍ବସ" -#: ../../magic/src/emboss.c:114 +#: ../../magic/src/emboss.c:115 msgid "Click and drag the mouse to emboss the picture." msgstr "ଚିତ୍ରକୁ ଏମବସ କରିବା ପାଇଁ କ୍ଲିକ କରି ମାଉସକୁ ଡ୍ରାଗ କରନ୍ତୁ ୤ " +#: ../../magic/src/emboss.c:117 +#, fuzzy +#| msgid "Click to sharpen the entire picture." +msgid "Click to emboss the entire picture." +msgstr "ସମଗ୍ର ଚିତ୍ରକୁ ତୀକ୍ଷଣ କରିବା ପାଇଁ କ୍ଲିକ କରନ୍ତୁ ୤ " + #: ../../magic/src/fade_darken.c:115 msgid "Lighten" msgstr "ହାଲୁକା କରନ୍ତୁ" diff --git a/src/po/pa.po b/src/po/pa.po index f9bbdb44e..848fda676 100644 --- a/src/po/pa.po +++ b/src/po/pa.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: tuxpaint\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-06-14 00:59-0700\n" +"POT-Creation-Date: 2022-07-03 16:31-0700\n" "PO-Revision-Date: 2013-02-04 21:03+0200\n" "Last-Translator: Arshpreet singh \n" "Language-Team: none>\n" @@ -310,15 +310,15 @@ msgstr "" msgid "Minimize" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:8 ../tuxpaint.desktop.in:3 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:8 ../tuxpaint.desktop.in:3 msgid "Tux Paint" msgstr "ਟਕਸ ਪੇਂਟ " -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:9 ../tuxpaint.desktop.in:10 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:9 ../tuxpaint.desktop.in:10 msgid "A drawing program for children" msgstr "ਬਚਿਆਂ ਵਾਸਤੇ ਪੇਂਟਿੰਗ ਕਰਨ ਵਾਲਾ ਸੋਫਟਵੇਰ " -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:11 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:11 msgid "" "Tux Paint is a free, award-winning drawing program for children ages 3 to " "12. Tux Paint is used in schools around the world as a computer literacy " @@ -327,30 +327,30 @@ msgid "" "program." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:19 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:19 msgid "" "Kids are presented with a blank canvas and a variety of drawing tools to " "help them be creative." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:24 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:24 msgid "New Breed Software et al." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:36 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:36 msgid "The Magic tool is a set of special effects" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:40 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:40 msgid "" "The Paint Brush tool lets you draw freehand, using various brushes and colors" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:44 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:44 msgid "The Stamp tool is like a set of rubber stamps or stickers" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:50 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:50 msgid "" "Tux Paint's Color palette includes a new Color Mixer option, which allows " "users to combine different proportions of primary colors (red, yellow, and " @@ -358,7 +358,7 @@ msgid "" "mixing paints." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:51 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:51 msgid "" "The Color Picker option, which previously offered a static palette of around " "sixty-five thousand color choices, now supports separate hue, saturation, " @@ -366,21 +366,21 @@ msgid "" "colors." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:52 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:52 msgid "" "Also, a keyboard shortcut is now available for quick access to the Color " "Selector — the \"pipette\" tool used for picking colors from the current " "drawing." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:53 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53 msgid "" "The Paint and Lines tools now provide a way to adjust the spacing of " "brushes, allowing dotted lines or smearing effects to be made. Many brushes " "have been given better default spacing values, as well." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:54 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54 msgid "" "Two new variations of the Zoom Magic Tool, Tile Zoom and Rush, have been " "added. When shrinking a drawing with Tile Zoom, it replicates the drawing " @@ -388,7 +388,7 @@ msgid "" "background color. The Rush tool blurs the results." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:55 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:55 msgid "" "Tux Paint's Shapes tool now offers hexagon (6-sided) and heptagon (7-sided) " "polygons. For shapes which can be stretched (rectangle, oval, etc.), the " @@ -397,7 +397,7 @@ msgid "" "has also been expanded." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:56 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:56 msgid "" "Keyboard shortcuts, such as [Control]+[S] to save a drawing, are now " "accessed with the more traditional [⌘ Command] key when using Tux Paint on " @@ -405,7 +405,7 @@ msgid "" "The look and feel of the user documentation has been improved." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:61 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:61 msgid "" "Tux Paint's Paint and Line tools now support brushes that rotate based on " "the angle of the stroke. This new rotation feature, as well as the older " @@ -414,7 +414,7 @@ msgid "" "painting mode for interactively coloring within a confined area." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:62 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:62 msgid "" "Six new Magic tools have been added to Tux Paint. Panels shrinks and " "duplicates the drawing into a 2-by-2 grid, which is useful for making four-" @@ -425,7 +425,7 @@ msgid "" "of Tux Paint's classic Rainbow tool." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:63 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:63 msgid "" "A number of existing Magic tools have been updated, as well. Improvements " "were made to Halftone, which simulates photographs on newsprint; Cartoon, " @@ -434,7 +434,7 @@ msgid "" "Chalk, and Emboss, now offer the ability to alter the entire image at once!" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:64 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:64 msgid "" "Finally, Magic tools are now grouped into collections of similar effects — " "painting, distorts, color filters, picture warps, pattern painting, " @@ -442,7 +442,7 @@ msgid "" "need." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:69 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:69 msgid "" "Tux Paint's Fill tool now offers options to fill an area with color " "gradients. The \"Radial\" fill creates a circular gradient centered around " @@ -450,7 +450,7 @@ msgid "" "of gradients at different angles and sizes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:70 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:70 msgid "" "New Magic tools have been added to Tux Paint: \"Pixels\" makes it easier to " "create retro-gaming style pixel art, \"Checkerboard\" fills the entire " @@ -458,14 +458,14 @@ msgid "" "picture via brush strokes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:71 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:71 msgid "" "Tux Paint's user documentation has been overhauled, making localization " "easier. Parties interested in helping with localization are encouraged to " "contact the Tux Paint team." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:72 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:72 msgid "" "Finally, a new pair of accessibility options have been added. The entire " "user interface can now be enlarged benefiting users with impaired vision, " @@ -475,34 +475,34 @@ msgid "" "systems." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:77 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:77 msgid "" "A major improvement has been made to the Shapes tool, which now provides " "options to choose whether shapes are drawn from the center or a corner, " "making it easier to use in any situation." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:78 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:78 msgid "" "The on-screen keyboard, an accessibility feature optionally available when " "using the Text and Label tools, now appears larger on bigger displays; " "helpful for users of coarser input devices, such as eye-tracking systems." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:79 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:79 msgid "" "The Eraser tool adds new, smaller eraser sizes, and applies smoother, " "contiguous strokes when the pointer is moved quickly." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:80 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:80 msgid "" "Finally, this newest version adds options to export individual drawings and " "GIF animations, making it easy to share pictures, cartoons, and slideshows " "with others." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:85 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:85 msgid "" "The latest version has promoted the \"Fill\" tool, previously found under " "the \"Magic\" section of Tux Paint, to the main toolbar, where it's easier " @@ -512,21 +512,21 @@ msgid "" "images." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:86 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:86 msgid "" "Tux Paint also now makes it possible to disable stereo sound, which can " "benefit users with a hearing impairment, or in situations where only one " "speaker is available." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:91 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:91 msgid "" "New in this version are a \"color picker\", which allows any color within a " "drawing to be chosen using the pointer, and a set of three-, four-, and five-" "pointed star shapes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:92 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:92 msgid "" "The latest version also incorporates a number of new translations, bringing " "the number of supported languages up to nearly 130: Bengali, Bodo, Dogri, " @@ -1292,18 +1292,18 @@ msgid "" msgstr "" #. Color mixer; e.g., "Your color is entirely grey." -#: ../tuxpaint.c:23727 ../tuxpaint.c:23734 +#: ../tuxpaint.c:23734 ../tuxpaint.c:23741 msgid "entirely" msgstr "" #. Add "Color Select" color: -#: ../tuxpaint.c:26644 +#: ../tuxpaint.c:26651 msgid "Select a color from your drawing." msgstr "" #. Add "Color Picker" color: #. (This is an attempt to describe an HSV color picker in extremely basic terms!) -#: ../tuxpaint.c:26653 +#: ../tuxpaint.c:26660 msgid "" "Pick a color. Hues go top to bottom. Saturation/intensity goes left (pale) " "to right (pure). Value (lightness/darkness): grey bar." @@ -1311,7 +1311,7 @@ msgstr "" #. Add "Color Mixer" color: #. (The terms 'tint', 'tone', and 'shade' relate to combining white, grey, or black paint (respectively) to another color) -#: ../tuxpaint.c:26665 +#: ../tuxpaint.c:26672 msgid "" "Click the primary colors (red, yellow, and blue), white (to tint), grey (to " "tone), and black (to shade), to mix together a new color." @@ -1498,10 +1498,16 @@ msgstr "ਮਾਓਸ ਕਲਿਕ ਦੀ ਮਦਦ ਨਾਲ ਬਦਲੋ" msgid "Emboss" msgstr "ਏਮਬੋਸ" -#: ../../magic/src/emboss.c:114 +#: ../../magic/src/emboss.c:115 msgid "Click and drag the mouse to emboss the picture." msgstr "ਮਾਓਸ ਕਲਿਕ ਦੀ ਮਦਦ ਨਾਲ ਏਮਬੋਸ ਕਰੋ " +#: ../../magic/src/emboss.c:117 +#, fuzzy +#| msgid "Click to sharpen the entire picture." +msgid "Click to emboss the entire picture." +msgstr "ਮਾਓਸ ਕਲਿਕ ਦੀ ਮਦਦ ਨਾਲ ਪੂਰੀ ਤਸਵੀਰ ਨੂ ਤਿਖਾ ਕਰੋ " + #: ../../magic/src/fade_darken.c:115 msgid "Lighten" msgstr "ਫਿੱਕਾ " diff --git a/src/po/pl.po b/src/po/pl.po index dde293b25..abdecce12 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: 2022-06-14 00:59-0700\n" +"POT-Creation-Date: 2022-07-03 16:31-0700\n" "PO-Revision-Date: 2017-12-30 18:21+0000\n" "Last-Translator: Chris \n" "Language-Team: none\n" @@ -318,15 +318,15 @@ msgstr "" msgid "Minimize" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:8 ../tuxpaint.desktop.in:3 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:8 ../tuxpaint.desktop.in:3 msgid "Tux Paint" msgstr "Tux Paint" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:9 ../tuxpaint.desktop.in:10 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:9 ../tuxpaint.desktop.in:10 msgid "A drawing program for children" msgstr "Program do rysowania dla dzieci" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:11 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:11 msgid "" "Tux Paint is a free, award-winning drawing program for children ages 3 to " "12. Tux Paint is used in schools around the world as a computer literacy " @@ -335,30 +335,30 @@ msgid "" "program." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:19 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:19 msgid "" "Kids are presented with a blank canvas and a variety of drawing tools to " "help them be creative." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:24 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:24 msgid "New Breed Software et al." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:36 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:36 msgid "The Magic tool is a set of special effects" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:40 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:40 msgid "" "The Paint Brush tool lets you draw freehand, using various brushes and colors" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:44 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:44 msgid "The Stamp tool is like a set of rubber stamps or stickers" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:50 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:50 msgid "" "Tux Paint's Color palette includes a new Color Mixer option, which allows " "users to combine different proportions of primary colors (red, yellow, and " @@ -366,7 +366,7 @@ msgid "" "mixing paints." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:51 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:51 msgid "" "The Color Picker option, which previously offered a static palette of around " "sixty-five thousand color choices, now supports separate hue, saturation, " @@ -374,21 +374,21 @@ msgid "" "colors." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:52 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:52 msgid "" "Also, a keyboard shortcut is now available for quick access to the Color " "Selector — the \"pipette\" tool used for picking colors from the current " "drawing." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:53 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53 msgid "" "The Paint and Lines tools now provide a way to adjust the spacing of " "brushes, allowing dotted lines or smearing effects to be made. Many brushes " "have been given better default spacing values, as well." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:54 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54 msgid "" "Two new variations of the Zoom Magic Tool, Tile Zoom and Rush, have been " "added. When shrinking a drawing with Tile Zoom, it replicates the drawing " @@ -396,7 +396,7 @@ msgid "" "background color. The Rush tool blurs the results." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:55 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:55 msgid "" "Tux Paint's Shapes tool now offers hexagon (6-sided) and heptagon (7-sided) " "polygons. For shapes which can be stretched (rectangle, oval, etc.), the " @@ -405,7 +405,7 @@ msgid "" "has also been expanded." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:56 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:56 msgid "" "Keyboard shortcuts, such as [Control]+[S] to save a drawing, are now " "accessed with the more traditional [⌘ Command] key when using Tux Paint on " @@ -413,7 +413,7 @@ msgid "" "The look and feel of the user documentation has been improved." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:61 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:61 msgid "" "Tux Paint's Paint and Line tools now support brushes that rotate based on " "the angle of the stroke. This new rotation feature, as well as the older " @@ -422,7 +422,7 @@ msgid "" "painting mode for interactively coloring within a confined area." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:62 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:62 msgid "" "Six new Magic tools have been added to Tux Paint. Panels shrinks and " "duplicates the drawing into a 2-by-2 grid, which is useful for making four-" @@ -433,7 +433,7 @@ msgid "" "of Tux Paint's classic Rainbow tool." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:63 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:63 msgid "" "A number of existing Magic tools have been updated, as well. Improvements " "were made to Halftone, which simulates photographs on newsprint; Cartoon, " @@ -442,7 +442,7 @@ msgid "" "Chalk, and Emboss, now offer the ability to alter the entire image at once!" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:64 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:64 msgid "" "Finally, Magic tools are now grouped into collections of similar effects — " "painting, distorts, color filters, picture warps, pattern painting, " @@ -450,7 +450,7 @@ msgid "" "need." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:69 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:69 msgid "" "Tux Paint's Fill tool now offers options to fill an area with color " "gradients. The \"Radial\" fill creates a circular gradient centered around " @@ -458,7 +458,7 @@ msgid "" "of gradients at different angles and sizes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:70 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:70 msgid "" "New Magic tools have been added to Tux Paint: \"Pixels\" makes it easier to " "create retro-gaming style pixel art, \"Checkerboard\" fills the entire " @@ -466,14 +466,14 @@ msgid "" "picture via brush strokes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:71 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:71 msgid "" "Tux Paint's user documentation has been overhauled, making localization " "easier. Parties interested in helping with localization are encouraged to " "contact the Tux Paint team." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:72 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:72 msgid "" "Finally, a new pair of accessibility options have been added. The entire " "user interface can now be enlarged benefiting users with impaired vision, " @@ -483,34 +483,34 @@ msgid "" "systems." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:77 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:77 msgid "" "A major improvement has been made to the Shapes tool, which now provides " "options to choose whether shapes are drawn from the center or a corner, " "making it easier to use in any situation." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:78 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:78 msgid "" "The on-screen keyboard, an accessibility feature optionally available when " "using the Text and Label tools, now appears larger on bigger displays; " "helpful for users of coarser input devices, such as eye-tracking systems." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:79 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:79 msgid "" "The Eraser tool adds new, smaller eraser sizes, and applies smoother, " "contiguous strokes when the pointer is moved quickly." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:80 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:80 msgid "" "Finally, this newest version adds options to export individual drawings and " "GIF animations, making it easy to share pictures, cartoons, and slideshows " "with others." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:85 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:85 msgid "" "The latest version has promoted the \"Fill\" tool, previously found under " "the \"Magic\" section of Tux Paint, to the main toolbar, where it's easier " @@ -520,21 +520,21 @@ msgid "" "images." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:86 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:86 msgid "" "Tux Paint also now makes it possible to disable stereo sound, which can " "benefit users with a hearing impairment, or in situations where only one " "speaker is available." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:91 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:91 msgid "" "New in this version are a \"color picker\", which allows any color within a " "drawing to be chosen using the pointer, and a set of three-, four-, and five-" "pointed star shapes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:92 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:92 msgid "" "The latest version also incorporates a number of new translations, bringing " "the number of supported languages up to nearly 130: Bengali, Bodo, Dogri, " @@ -1307,18 +1307,18 @@ msgid "" msgstr "" #. Color mixer; e.g., "Your color is entirely grey." -#: ../tuxpaint.c:23727 ../tuxpaint.c:23734 +#: ../tuxpaint.c:23734 ../tuxpaint.c:23741 msgid "entirely" msgstr "" #. Add "Color Select" color: -#: ../tuxpaint.c:26644 +#: ../tuxpaint.c:26651 msgid "Select a color from your drawing." msgstr "Wybierz kolor z Twojego rysunku." #. Add "Color Picker" color: #. (This is an attempt to describe an HSV color picker in extremely basic terms!) -#: ../tuxpaint.c:26653 +#: ../tuxpaint.c:26660 msgid "" "Pick a color. Hues go top to bottom. Saturation/intensity goes left (pale) " "to right (pure). Value (lightness/darkness): grey bar." @@ -1326,7 +1326,7 @@ msgstr "" #. Add "Color Mixer" color: #. (The terms 'tint', 'tone', and 'shade' relate to combining white, grey, or black paint (respectively) to another color) -#: ../tuxpaint.c:26665 +#: ../tuxpaint.c:26672 msgid "" "Click the primary colors (red, yellow, and blue), white (to tint), grey (to " "tone), and black (to shade), to mix together a new color." @@ -1498,10 +1498,16 @@ msgstr "Kliknij i przeciągnij myszką by spowodować zniekształcenie rysunku." msgid "Emboss" msgstr "Wytłocz" -#: ../../magic/src/emboss.c:114 +#: ../../magic/src/emboss.c:115 msgid "Click and drag the mouse to emboss the picture." msgstr "Kliknij i przeciągnij myszką by wykonać wytłoczenie rysunku." +#: ../../magic/src/emboss.c:117 +#, fuzzy +#| msgid "Click to sharpen the entire picture." +msgid "Click to emboss the entire picture." +msgstr "Kliknij, aby wyostrzyć cały rysunek." + #: ../../magic/src/fade_darken.c:115 msgid "Lighten" msgstr "Rozjaśnij" diff --git a/src/po/pt.po b/src/po/pt.po index 38f5bfc7a..c6d175eca 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: 2022-06-14 00:59-0700\n" +"POT-Creation-Date: 2022-07-03 16:31-0700\n" "PO-Revision-Date: 2022-05-17 13:51+0100\n" "Last-Translator: Hugo Carvalho \n" "Language-Team: Portuguese \n" @@ -305,15 +305,15 @@ msgstr "Janela" msgid "Minimize" msgstr "Minimizar" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:8 ../tuxpaint.desktop.in:3 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:8 ../tuxpaint.desktop.in:3 msgid "Tux Paint" msgstr "Tux Paint" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:9 ../tuxpaint.desktop.in:10 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:9 ../tuxpaint.desktop.in:10 msgid "A drawing program for children" msgstr "Um programa de desenho para crianças" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:11 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:11 msgid "" "Tux Paint is a free, award-winning drawing program for children ages 3 to " "12. Tux Paint is used in schools around the world as a computer literacy " @@ -322,30 +322,30 @@ msgid "" "program." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:19 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:19 msgid "" "Kids are presented with a blank canvas and a variety of drawing tools to " "help them be creative." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:24 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:24 msgid "New Breed Software et al." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:36 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:36 msgid "The Magic tool is a set of special effects" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:40 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:40 msgid "" "The Paint Brush tool lets you draw freehand, using various brushes and colors" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:44 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:44 msgid "The Stamp tool is like a set of rubber stamps or stickers" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:50 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:50 msgid "" "Tux Paint's Color palette includes a new Color Mixer option, which allows " "users to combine different proportions of primary colors (red, yellow, and " @@ -353,7 +353,7 @@ msgid "" "mixing paints." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:51 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:51 msgid "" "The Color Picker option, which previously offered a static palette of around " "sixty-five thousand color choices, now supports separate hue, saturation, " @@ -361,21 +361,21 @@ msgid "" "colors." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:52 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:52 msgid "" "Also, a keyboard shortcut is now available for quick access to the Color " "Selector — the \"pipette\" tool used for picking colors from the current " "drawing." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:53 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53 msgid "" "The Paint and Lines tools now provide a way to adjust the spacing of " "brushes, allowing dotted lines or smearing effects to be made. Many brushes " "have been given better default spacing values, as well." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:54 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54 msgid "" "Two new variations of the Zoom Magic Tool, Tile Zoom and Rush, have been " "added. When shrinking a drawing with Tile Zoom, it replicates the drawing " @@ -383,7 +383,7 @@ msgid "" "background color. The Rush tool blurs the results." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:55 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:55 msgid "" "Tux Paint's Shapes tool now offers hexagon (6-sided) and heptagon (7-sided) " "polygons. For shapes which can be stretched (rectangle, oval, etc.), the " @@ -392,7 +392,7 @@ msgid "" "has also been expanded." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:56 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:56 msgid "" "Keyboard shortcuts, such as [Control]+[S] to save a drawing, are now " "accessed with the more traditional [⌘ Command] key when using Tux Paint on " @@ -400,7 +400,7 @@ msgid "" "The look and feel of the user documentation has been improved." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:61 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:61 msgid "" "Tux Paint's Paint and Line tools now support brushes that rotate based on " "the angle of the stroke. This new rotation feature, as well as the older " @@ -409,7 +409,7 @@ msgid "" "painting mode for interactively coloring within a confined area." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:62 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:62 msgid "" "Six new Magic tools have been added to Tux Paint. Panels shrinks and " "duplicates the drawing into a 2-by-2 grid, which is useful for making four-" @@ -420,7 +420,7 @@ msgid "" "of Tux Paint's classic Rainbow tool." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:63 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:63 msgid "" "A number of existing Magic tools have been updated, as well. Improvements " "were made to Halftone, which simulates photographs on newsprint; Cartoon, " @@ -429,7 +429,7 @@ msgid "" "Chalk, and Emboss, now offer the ability to alter the entire image at once!" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:64 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:64 msgid "" "Finally, Magic tools are now grouped into collections of similar effects — " "painting, distorts, color filters, picture warps, pattern painting, " @@ -437,7 +437,7 @@ msgid "" "need." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:69 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:69 msgid "" "Tux Paint's Fill tool now offers options to fill an area with color " "gradients. The \"Radial\" fill creates a circular gradient centered around " @@ -445,7 +445,7 @@ msgid "" "of gradients at different angles and sizes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:70 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:70 msgid "" "New Magic tools have been added to Tux Paint: \"Pixels\" makes it easier to " "create retro-gaming style pixel art, \"Checkerboard\" fills the entire " @@ -453,14 +453,14 @@ msgid "" "picture via brush strokes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:71 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:71 msgid "" "Tux Paint's user documentation has been overhauled, making localization " "easier. Parties interested in helping with localization are encouraged to " "contact the Tux Paint team." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:72 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:72 msgid "" "Finally, a new pair of accessibility options have been added. The entire " "user interface can now be enlarged benefiting users with impaired vision, " @@ -470,34 +470,34 @@ msgid "" "systems." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:77 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:77 msgid "" "A major improvement has been made to the Shapes tool, which now provides " "options to choose whether shapes are drawn from the center or a corner, " "making it easier to use in any situation." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:78 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:78 msgid "" "The on-screen keyboard, an accessibility feature optionally available when " "using the Text and Label tools, now appears larger on bigger displays; " "helpful for users of coarser input devices, such as eye-tracking systems." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:79 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:79 msgid "" "The Eraser tool adds new, smaller eraser sizes, and applies smoother, " "contiguous strokes when the pointer is moved quickly." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:80 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:80 msgid "" "Finally, this newest version adds options to export individual drawings and " "GIF animations, making it easy to share pictures, cartoons, and slideshows " "with others." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:85 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:85 msgid "" "The latest version has promoted the \"Fill\" tool, previously found under " "the \"Magic\" section of Tux Paint, to the main toolbar, where it's easier " @@ -507,21 +507,21 @@ msgid "" "images." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:86 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:86 msgid "" "Tux Paint also now makes it possible to disable stereo sound, which can " "benefit users with a hearing impairment, or in situations where only one " "speaker is available." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:91 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:91 msgid "" "New in this version are a \"color picker\", which allows any color within a " "drawing to be chosen using the pointer, and a set of three-, four-, and five-" "pointed star shapes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:92 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:92 msgid "" "The latest version also incorporates a number of new translations, bringing " "the number of supported languages up to nearly 130: Bengali, Bodo, Dogri, " @@ -1284,18 +1284,18 @@ msgstr "" "%12$s." #. Color mixer; e.g., "Your color is entirely grey." -#: ../tuxpaint.c:23727 ../tuxpaint.c:23734 +#: ../tuxpaint.c:23734 ../tuxpaint.c:23741 msgid "entirely" msgstr "inteiramente" #. Add "Color Select" color: -#: ../tuxpaint.c:26644 +#: ../tuxpaint.c:26651 msgid "Select a color from your drawing." msgstr "Seleciona uma cor do teu desenho." #. Add "Color Picker" color: #. (This is an attempt to describe an HSV color picker in extremely basic terms!) -#: ../tuxpaint.c:26653 +#: ../tuxpaint.c:26660 msgid "" "Pick a color. Hues go top to bottom. Saturation/intensity goes left (pale) " "to right (pure). Value (lightness/darkness): grey bar." @@ -1306,7 +1306,7 @@ msgstr "" #. Add "Color Mixer" color: #. (The terms 'tint', 'tone', and 'shade' relate to combining white, grey, or black paint (respectively) to another color) -#: ../tuxpaint.c:26665 +#: ../tuxpaint.c:26672 msgid "" "Click the primary colors (red, yellow, and blue), white (to tint), grey (to " "tone), and black (to shade), to mix together a new color." @@ -1469,10 +1469,16 @@ msgstr "Clica e arrasta o rato para distorcer o desenho." msgid "Emboss" msgstr "Relevo" -#: ../../magic/src/emboss.c:114 +#: ../../magic/src/emboss.c:115 msgid "Click and drag the mouse to emboss the picture." msgstr "Clica e arrasta o rato para realçar o desenho." +#: ../../magic/src/emboss.c:117 +#, fuzzy +#| msgid "Click to sharpen the entire picture." +msgid "Click to emboss the entire picture." +msgstr "Clica para melhorar o desenho." + #: ../../magic/src/fade_darken.c:115 msgid "Lighten" msgstr "Clarear" diff --git a/src/po/pt_BR.po b/src/po/pt_BR.po index 3737fa29c..c9e4d8036 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: 2022-06-14 00:59-0700\n" +"POT-Creation-Date: 2022-07-03 16:31-0700\n" "PO-Revision-Date: 2017-12-06 13:01-0300\n" "Last-Translator: Fred Ulisses Maranhão \n" "Language-Team: none\n" @@ -315,15 +315,15 @@ msgstr "" msgid "Minimize" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:8 ../tuxpaint.desktop.in:3 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:8 ../tuxpaint.desktop.in:3 msgid "Tux Paint" msgstr "Tux Paint" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:9 ../tuxpaint.desktop.in:10 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:9 ../tuxpaint.desktop.in:10 msgid "A drawing program for children" msgstr "Um programa de desenho para crianças" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:11 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:11 msgid "" "Tux Paint is a free, award-winning drawing program for children ages 3 to " "12. Tux Paint is used in schools around the world as a computer literacy " @@ -332,30 +332,30 @@ msgid "" "program." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:19 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:19 msgid "" "Kids are presented with a blank canvas and a variety of drawing tools to " "help them be creative." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:24 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:24 msgid "New Breed Software et al." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:36 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:36 msgid "The Magic tool is a set of special effects" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:40 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:40 msgid "" "The Paint Brush tool lets you draw freehand, using various brushes and colors" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:44 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:44 msgid "The Stamp tool is like a set of rubber stamps or stickers" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:50 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:50 msgid "" "Tux Paint's Color palette includes a new Color Mixer option, which allows " "users to combine different proportions of primary colors (red, yellow, and " @@ -363,7 +363,7 @@ msgid "" "mixing paints." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:51 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:51 msgid "" "The Color Picker option, which previously offered a static palette of around " "sixty-five thousand color choices, now supports separate hue, saturation, " @@ -371,21 +371,21 @@ msgid "" "colors." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:52 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:52 msgid "" "Also, a keyboard shortcut is now available for quick access to the Color " "Selector — the \"pipette\" tool used for picking colors from the current " "drawing." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:53 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53 msgid "" "The Paint and Lines tools now provide a way to adjust the spacing of " "brushes, allowing dotted lines or smearing effects to be made. Many brushes " "have been given better default spacing values, as well." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:54 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54 msgid "" "Two new variations of the Zoom Magic Tool, Tile Zoom and Rush, have been " "added. When shrinking a drawing with Tile Zoom, it replicates the drawing " @@ -393,7 +393,7 @@ msgid "" "background color. The Rush tool blurs the results." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:55 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:55 msgid "" "Tux Paint's Shapes tool now offers hexagon (6-sided) and heptagon (7-sided) " "polygons. For shapes which can be stretched (rectangle, oval, etc.), the " @@ -402,7 +402,7 @@ msgid "" "has also been expanded." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:56 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:56 msgid "" "Keyboard shortcuts, such as [Control]+[S] to save a drawing, are now " "accessed with the more traditional [⌘ Command] key when using Tux Paint on " @@ -410,7 +410,7 @@ msgid "" "The look and feel of the user documentation has been improved." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:61 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:61 msgid "" "Tux Paint's Paint and Line tools now support brushes that rotate based on " "the angle of the stroke. This new rotation feature, as well as the older " @@ -419,7 +419,7 @@ msgid "" "painting mode for interactively coloring within a confined area." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:62 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:62 msgid "" "Six new Magic tools have been added to Tux Paint. Panels shrinks and " "duplicates the drawing into a 2-by-2 grid, which is useful for making four-" @@ -430,7 +430,7 @@ msgid "" "of Tux Paint's classic Rainbow tool." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:63 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:63 msgid "" "A number of existing Magic tools have been updated, as well. Improvements " "were made to Halftone, which simulates photographs on newsprint; Cartoon, " @@ -439,7 +439,7 @@ msgid "" "Chalk, and Emboss, now offer the ability to alter the entire image at once!" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:64 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:64 msgid "" "Finally, Magic tools are now grouped into collections of similar effects — " "painting, distorts, color filters, picture warps, pattern painting, " @@ -447,7 +447,7 @@ msgid "" "need." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:69 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:69 msgid "" "Tux Paint's Fill tool now offers options to fill an area with color " "gradients. The \"Radial\" fill creates a circular gradient centered around " @@ -455,7 +455,7 @@ msgid "" "of gradients at different angles and sizes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:70 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:70 msgid "" "New Magic tools have been added to Tux Paint: \"Pixels\" makes it easier to " "create retro-gaming style pixel art, \"Checkerboard\" fills the entire " @@ -463,14 +463,14 @@ msgid "" "picture via brush strokes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:71 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:71 msgid "" "Tux Paint's user documentation has been overhauled, making localization " "easier. Parties interested in helping with localization are encouraged to " "contact the Tux Paint team." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:72 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:72 msgid "" "Finally, a new pair of accessibility options have been added. The entire " "user interface can now be enlarged benefiting users with impaired vision, " @@ -480,34 +480,34 @@ msgid "" "systems." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:77 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:77 msgid "" "A major improvement has been made to the Shapes tool, which now provides " "options to choose whether shapes are drawn from the center or a corner, " "making it easier to use in any situation." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:78 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:78 msgid "" "The on-screen keyboard, an accessibility feature optionally available when " "using the Text and Label tools, now appears larger on bigger displays; " "helpful for users of coarser input devices, such as eye-tracking systems." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:79 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:79 msgid "" "The Eraser tool adds new, smaller eraser sizes, and applies smoother, " "contiguous strokes when the pointer is moved quickly." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:80 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:80 msgid "" "Finally, this newest version adds options to export individual drawings and " "GIF animations, making it easy to share pictures, cartoons, and slideshows " "with others." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:85 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:85 msgid "" "The latest version has promoted the \"Fill\" tool, previously found under " "the \"Magic\" section of Tux Paint, to the main toolbar, where it's easier " @@ -517,21 +517,21 @@ msgid "" "images." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:86 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:86 msgid "" "Tux Paint also now makes it possible to disable stereo sound, which can " "benefit users with a hearing impairment, or in situations where only one " "speaker is available." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:91 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:91 msgid "" "New in this version are a \"color picker\", which allows any color within a " "drawing to be chosen using the pointer, and a set of three-, four-, and five-" "pointed star shapes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:92 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:92 msgid "" "The latest version also incorporates a number of new translations, bringing " "the number of supported languages up to nearly 130: Bengali, Bodo, Dogri, " @@ -1313,18 +1313,18 @@ msgid "" msgstr "" #. Color mixer; e.g., "Your color is entirely grey." -#: ../tuxpaint.c:23727 ../tuxpaint.c:23734 +#: ../tuxpaint.c:23734 ../tuxpaint.c:23741 msgid "entirely" msgstr "" #. Add "Color Select" color: -#: ../tuxpaint.c:26644 +#: ../tuxpaint.c:26651 msgid "Select a color from your drawing." msgstr "Selecione uma cor do seu desenho." #. Add "Color Picker" color: #. (This is an attempt to describe an HSV color picker in extremely basic terms!) -#: ../tuxpaint.c:26653 +#: ../tuxpaint.c:26660 msgid "" "Pick a color. Hues go top to bottom. Saturation/intensity goes left (pale) " "to right (pure). Value (lightness/darkness): grey bar." @@ -1332,7 +1332,7 @@ msgstr "" #. Add "Color Mixer" color: #. (The terms 'tint', 'tone', and 'shade' relate to combining white, grey, or black paint (respectively) to another color) -#: ../tuxpaint.c:26665 +#: ../tuxpaint.c:26672 msgid "" "Click the primary colors (red, yellow, and blue), white (to tint), grey (to " "tone), and black (to shade), to mix together a new color." @@ -1499,10 +1499,16 @@ msgstr "Clique e arraste para fazer uma distorção na sua figura." msgid "Emboss" msgstr "Relevo" -#: ../../magic/src/emboss.c:114 +#: ../../magic/src/emboss.c:115 msgid "Click and drag the mouse to emboss the picture." msgstr "Clique e arraste para aplicar relevo à figura." +#: ../../magic/src/emboss.c:117 +#, fuzzy +#| msgid "Click to sharpen the entire picture." +msgid "Click to emboss the entire picture." +msgstr "Clique para deixar toda a figura mais nítida." + #: ../../magic/src/fade_darken.c:115 msgid "Lighten" msgstr "Clarear" diff --git a/src/po/ro.po b/src/po/ro.po index debaf19f1..1c1c0900d 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: 2022-06-14 00:59-0700\n" +"POT-Creation-Date: 2022-07-03 16:31-0700\n" "PO-Revision-Date: 2003-01-03 21:32-0500\n" "Language-Team: Romanian \n" "Language: ro\n" @@ -319,15 +319,15 @@ msgstr "" msgid "Minimize" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:8 ../tuxpaint.desktop.in:3 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:8 ../tuxpaint.desktop.in:3 msgid "Tux Paint" msgstr "Pictează cu Tux" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:9 ../tuxpaint.desktop.in:10 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:9 ../tuxpaint.desktop.in:10 msgid "A drawing program for children" msgstr "Un program de desenat pentru copii" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:11 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:11 msgid "" "Tux Paint is a free, award-winning drawing program for children ages 3 to " "12. Tux Paint is used in schools around the world as a computer literacy " @@ -336,30 +336,30 @@ msgid "" "program." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:19 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:19 msgid "" "Kids are presented with a blank canvas and a variety of drawing tools to " "help them be creative." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:24 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:24 msgid "New Breed Software et al." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:36 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:36 msgid "The Magic tool is a set of special effects" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:40 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:40 msgid "" "The Paint Brush tool lets you draw freehand, using various brushes and colors" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:44 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:44 msgid "The Stamp tool is like a set of rubber stamps or stickers" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:50 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:50 msgid "" "Tux Paint's Color palette includes a new Color Mixer option, which allows " "users to combine different proportions of primary colors (red, yellow, and " @@ -367,7 +367,7 @@ msgid "" "mixing paints." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:51 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:51 msgid "" "The Color Picker option, which previously offered a static palette of around " "sixty-five thousand color choices, now supports separate hue, saturation, " @@ -375,21 +375,21 @@ msgid "" "colors." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:52 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:52 msgid "" "Also, a keyboard shortcut is now available for quick access to the Color " "Selector — the \"pipette\" tool used for picking colors from the current " "drawing." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:53 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53 msgid "" "The Paint and Lines tools now provide a way to adjust the spacing of " "brushes, allowing dotted lines or smearing effects to be made. Many brushes " "have been given better default spacing values, as well." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:54 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54 msgid "" "Two new variations of the Zoom Magic Tool, Tile Zoom and Rush, have been " "added. When shrinking a drawing with Tile Zoom, it replicates the drawing " @@ -397,7 +397,7 @@ msgid "" "background color. The Rush tool blurs the results." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:55 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:55 msgid "" "Tux Paint's Shapes tool now offers hexagon (6-sided) and heptagon (7-sided) " "polygons. For shapes which can be stretched (rectangle, oval, etc.), the " @@ -406,7 +406,7 @@ msgid "" "has also been expanded." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:56 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:56 msgid "" "Keyboard shortcuts, such as [Control]+[S] to save a drawing, are now " "accessed with the more traditional [⌘ Command] key when using Tux Paint on " @@ -414,7 +414,7 @@ msgid "" "The look and feel of the user documentation has been improved." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:61 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:61 msgid "" "Tux Paint's Paint and Line tools now support brushes that rotate based on " "the angle of the stroke. This new rotation feature, as well as the older " @@ -423,7 +423,7 @@ msgid "" "painting mode for interactively coloring within a confined area." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:62 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:62 msgid "" "Six new Magic tools have been added to Tux Paint. Panels shrinks and " "duplicates the drawing into a 2-by-2 grid, which is useful for making four-" @@ -434,7 +434,7 @@ msgid "" "of Tux Paint's classic Rainbow tool." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:63 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:63 msgid "" "A number of existing Magic tools have been updated, as well. Improvements " "were made to Halftone, which simulates photographs on newsprint; Cartoon, " @@ -443,7 +443,7 @@ msgid "" "Chalk, and Emboss, now offer the ability to alter the entire image at once!" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:64 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:64 msgid "" "Finally, Magic tools are now grouped into collections of similar effects — " "painting, distorts, color filters, picture warps, pattern painting, " @@ -451,7 +451,7 @@ msgid "" "need." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:69 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:69 msgid "" "Tux Paint's Fill tool now offers options to fill an area with color " "gradients. The \"Radial\" fill creates a circular gradient centered around " @@ -459,7 +459,7 @@ msgid "" "of gradients at different angles and sizes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:70 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:70 msgid "" "New Magic tools have been added to Tux Paint: \"Pixels\" makes it easier to " "create retro-gaming style pixel art, \"Checkerboard\" fills the entire " @@ -467,14 +467,14 @@ msgid "" "picture via brush strokes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:71 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:71 msgid "" "Tux Paint's user documentation has been overhauled, making localization " "easier. Parties interested in helping with localization are encouraged to " "contact the Tux Paint team." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:72 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:72 msgid "" "Finally, a new pair of accessibility options have been added. The entire " "user interface can now be enlarged benefiting users with impaired vision, " @@ -484,34 +484,34 @@ msgid "" "systems." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:77 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:77 msgid "" "A major improvement has been made to the Shapes tool, which now provides " "options to choose whether shapes are drawn from the center or a corner, " "making it easier to use in any situation." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:78 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:78 msgid "" "The on-screen keyboard, an accessibility feature optionally available when " "using the Text and Label tools, now appears larger on bigger displays; " "helpful for users of coarser input devices, such as eye-tracking systems." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:79 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:79 msgid "" "The Eraser tool adds new, smaller eraser sizes, and applies smoother, " "contiguous strokes when the pointer is moved quickly." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:80 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:80 msgid "" "Finally, this newest version adds options to export individual drawings and " "GIF animations, making it easy to share pictures, cartoons, and slideshows " "with others." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:85 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:85 msgid "" "The latest version has promoted the \"Fill\" tool, previously found under " "the \"Magic\" section of Tux Paint, to the main toolbar, where it's easier " @@ -521,21 +521,21 @@ msgid "" "images." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:86 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:86 msgid "" "Tux Paint also now makes it possible to disable stereo sound, which can " "benefit users with a hearing impairment, or in situations where only one " "speaker is available." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:91 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:91 msgid "" "New in this version are a \"color picker\", which allows any color within a " "drawing to be chosen using the pointer, and a set of three-, four-, and five-" "pointed star shapes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:92 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:92 msgid "" "The latest version also incorporates a number of new translations, bringing " "the number of supported languages up to nearly 130: Bengali, Bodo, Dogri, " @@ -1330,18 +1330,18 @@ msgid "" msgstr "" #. Color mixer; e.g., "Your color is entirely grey." -#: ../tuxpaint.c:23727 ../tuxpaint.c:23734 +#: ../tuxpaint.c:23734 ../tuxpaint.c:23741 msgid "entirely" msgstr "" #. Add "Color Select" color: -#: ../tuxpaint.c:26644 +#: ../tuxpaint.c:26651 msgid "Select a color from your drawing." msgstr "" #. Add "Color Picker" color: #. (This is an attempt to describe an HSV color picker in extremely basic terms!) -#: ../tuxpaint.c:26653 +#: ../tuxpaint.c:26660 msgid "" "Pick a color. Hues go top to bottom. Saturation/intensity goes left (pale) " "to right (pure). Value (lightness/darkness): grey bar." @@ -1349,7 +1349,7 @@ msgstr "" #. Add "Color Mixer" color: #. (The terms 'tint', 'tone', and 'shade' relate to combining white, grey, or black paint (respectively) to another color) -#: ../tuxpaint.c:26665 +#: ../tuxpaint.c:26672 msgid "" "Click the primary colors (red, yellow, and blue), white (to tint), grey (to " "tone), and black (to shade), to mix together a new color." @@ -1540,10 +1540,16 @@ msgstr "Click şi trage mouse-ul pentru a distorsiona pictura." msgid "Emboss" msgstr "Gravaj" -#: ../../magic/src/emboss.c:114 +#: ../../magic/src/emboss.c:115 msgid "Click and drag the mouse to emboss the picture." msgstr "Click şi trage mouse-ul pentru a grava pictura." +#: ../../magic/src/emboss.c:117 +#, fuzzy +#| msgid "Click to sharpen the entire picture." +msgid "Click to emboss the entire picture." +msgstr "Click pentru a ascuţi întreaga pictură." + #: ../../magic/src/fade_darken.c:115 msgid "Lighten" msgstr "Deschide culoarea" diff --git a/src/po/ru.po b/src/po/ru.po index b5f358ae7..7bd983aaa 100644 --- a/src/po/ru.po +++ b/src/po/ru.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: TuxPaint\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-06-14 00:59-0700\n" +"POT-Creation-Date: 2022-07-03 16:31-0700\n" "PO-Revision-Date: 2017-12-23 10:13+0300\n" "Last-Translator: Yuri Kozlov \n" "Language-Team: Russian \n" @@ -343,15 +343,15 @@ msgstr "" msgid "Minimize" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:8 ../tuxpaint.desktop.in:3 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:8 ../tuxpaint.desktop.in:3 msgid "Tux Paint" msgstr "Рисуй вместе с Tux!" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:9 ../tuxpaint.desktop.in:10 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:9 ../tuxpaint.desktop.in:10 msgid "A drawing program for children" msgstr "Детская программа для рисования" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:11 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:11 msgid "" "Tux Paint is a free, award-winning drawing program for children ages 3 to " "12. Tux Paint is used in schools around the world as a computer literacy " @@ -360,30 +360,30 @@ msgid "" "program." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:19 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:19 msgid "" "Kids are presented with a blank canvas and a variety of drawing tools to " "help them be creative." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:24 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:24 msgid "New Breed Software et al." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:36 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:36 msgid "The Magic tool is a set of special effects" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:40 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:40 msgid "" "The Paint Brush tool lets you draw freehand, using various brushes and colors" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:44 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:44 msgid "The Stamp tool is like a set of rubber stamps or stickers" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:50 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:50 msgid "" "Tux Paint's Color palette includes a new Color Mixer option, which allows " "users to combine different proportions of primary colors (red, yellow, and " @@ -391,7 +391,7 @@ msgid "" "mixing paints." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:51 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:51 msgid "" "The Color Picker option, which previously offered a static palette of around " "sixty-five thousand color choices, now supports separate hue, saturation, " @@ -399,21 +399,21 @@ msgid "" "colors." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:52 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:52 msgid "" "Also, a keyboard shortcut is now available for quick access to the Color " "Selector — the \"pipette\" tool used for picking colors from the current " "drawing." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:53 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53 msgid "" "The Paint and Lines tools now provide a way to adjust the spacing of " "brushes, allowing dotted lines or smearing effects to be made. Many brushes " "have been given better default spacing values, as well." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:54 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54 msgid "" "Two new variations of the Zoom Magic Tool, Tile Zoom and Rush, have been " "added. When shrinking a drawing with Tile Zoom, it replicates the drawing " @@ -421,7 +421,7 @@ msgid "" "background color. The Rush tool blurs the results." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:55 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:55 msgid "" "Tux Paint's Shapes tool now offers hexagon (6-sided) and heptagon (7-sided) " "polygons. For shapes which can be stretched (rectangle, oval, etc.), the " @@ -430,7 +430,7 @@ msgid "" "has also been expanded." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:56 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:56 msgid "" "Keyboard shortcuts, such as [Control]+[S] to save a drawing, are now " "accessed with the more traditional [⌘ Command] key when using Tux Paint on " @@ -438,7 +438,7 @@ msgid "" "The look and feel of the user documentation has been improved." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:61 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:61 msgid "" "Tux Paint's Paint and Line tools now support brushes that rotate based on " "the angle of the stroke. This new rotation feature, as well as the older " @@ -447,7 +447,7 @@ msgid "" "painting mode for interactively coloring within a confined area." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:62 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:62 msgid "" "Six new Magic tools have been added to Tux Paint. Panels shrinks and " "duplicates the drawing into a 2-by-2 grid, which is useful for making four-" @@ -458,7 +458,7 @@ msgid "" "of Tux Paint's classic Rainbow tool." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:63 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:63 msgid "" "A number of existing Magic tools have been updated, as well. Improvements " "were made to Halftone, which simulates photographs on newsprint; Cartoon, " @@ -467,7 +467,7 @@ msgid "" "Chalk, and Emboss, now offer the ability to alter the entire image at once!" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:64 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:64 msgid "" "Finally, Magic tools are now grouped into collections of similar effects — " "painting, distorts, color filters, picture warps, pattern painting, " @@ -475,7 +475,7 @@ msgid "" "need." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:69 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:69 msgid "" "Tux Paint's Fill tool now offers options to fill an area with color " "gradients. The \"Radial\" fill creates a circular gradient centered around " @@ -483,7 +483,7 @@ msgid "" "of gradients at different angles and sizes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:70 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:70 msgid "" "New Magic tools have been added to Tux Paint: \"Pixels\" makes it easier to " "create retro-gaming style pixel art, \"Checkerboard\" fills the entire " @@ -491,14 +491,14 @@ msgid "" "picture via brush strokes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:71 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:71 msgid "" "Tux Paint's user documentation has been overhauled, making localization " "easier. Parties interested in helping with localization are encouraged to " "contact the Tux Paint team." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:72 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:72 msgid "" "Finally, a new pair of accessibility options have been added. The entire " "user interface can now be enlarged benefiting users with impaired vision, " @@ -508,34 +508,34 @@ msgid "" "systems." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:77 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:77 msgid "" "A major improvement has been made to the Shapes tool, which now provides " "options to choose whether shapes are drawn from the center or a corner, " "making it easier to use in any situation." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:78 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:78 msgid "" "The on-screen keyboard, an accessibility feature optionally available when " "using the Text and Label tools, now appears larger on bigger displays; " "helpful for users of coarser input devices, such as eye-tracking systems." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:79 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:79 msgid "" "The Eraser tool adds new, smaller eraser sizes, and applies smoother, " "contiguous strokes when the pointer is moved quickly." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:80 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:80 msgid "" "Finally, this newest version adds options to export individual drawings and " "GIF animations, making it easy to share pictures, cartoons, and slideshows " "with others." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:85 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:85 msgid "" "The latest version has promoted the \"Fill\" tool, previously found under " "the \"Magic\" section of Tux Paint, to the main toolbar, where it's easier " @@ -545,21 +545,21 @@ msgid "" "images." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:86 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:86 msgid "" "Tux Paint also now makes it possible to disable stereo sound, which can " "benefit users with a hearing impairment, or in situations where only one " "speaker is available." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:91 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:91 msgid "" "New in this version are a \"color picker\", which allows any color within a " "drawing to be chosen using the pointer, and a set of three-, four-, and five-" "pointed star shapes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:92 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:92 msgid "" "The latest version also incorporates a number of new translations, bringing " "the number of supported languages up to nearly 130: Bengali, Bodo, Dogri, " @@ -1341,18 +1341,18 @@ msgid "" msgstr "" #. Color mixer; e.g., "Your color is entirely grey." -#: ../tuxpaint.c:23727 ../tuxpaint.c:23734 +#: ../tuxpaint.c:23734 ../tuxpaint.c:23741 msgid "entirely" msgstr "" #. Add "Color Select" color: -#: ../tuxpaint.c:26644 +#: ../tuxpaint.c:26651 msgid "Select a color from your drawing." msgstr "Выберите цвет для рисования." #. Add "Color Picker" color: #. (This is an attempt to describe an HSV color picker in extremely basic terms!) -#: ../tuxpaint.c:26653 +#: ../tuxpaint.c:26660 msgid "" "Pick a color. Hues go top to bottom. Saturation/intensity goes left (pale) " "to right (pure). Value (lightness/darkness): grey bar." @@ -1360,7 +1360,7 @@ msgstr "" #. Add "Color Mixer" color: #. (The terms 'tint', 'tone', and 'shade' relate to combining white, grey, or black paint (respectively) to another color) -#: ../tuxpaint.c:26665 +#: ../tuxpaint.c:26672 msgid "" "Click the primary colors (red, yellow, and blue), white (to tint), grey (to " "tone), and black (to shade), to mix together a new color." @@ -1537,10 +1537,16 @@ msgstr "" msgid "Emboss" msgstr "Рельеф" -#: ../../magic/src/emboss.c:114 +#: ../../magic/src/emboss.c:115 msgid "Click and drag the mouse to emboss the picture." msgstr "Щёлкните и ведите мышью по картинке, чтобы сделать рисунок рельефным." +#: ../../magic/src/emboss.c:117 +#, fuzzy +#| msgid "Click to sharpen the entire picture." +msgid "Click to emboss the entire picture." +msgstr "Щёлкните, чтобы увеличить резкость картинки." + #: ../../magic/src/fade_darken.c:115 msgid "Lighten" msgstr "Светлее" diff --git a/src/po/rw.po b/src/po/rw.po index 5c6274115..f4c2fd0cf 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: 2022-06-14 00:59-0700\n" +"POT-Creation-Date: 2022-07-03 16:31-0700\n" "PO-Revision-Date: 2005-04-04 10:55-0700\n" "Last-Translator: Steven Michael Murphy \n" "Language-Team: Kinyarwanda \n" @@ -326,15 +326,15 @@ msgstr "" msgid "Minimize" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:8 ../tuxpaint.desktop.in:3 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:8 ../tuxpaint.desktop.in:3 msgid "Tux Paint" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:9 ../tuxpaint.desktop.in:10 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:9 ../tuxpaint.desktop.in:10 msgid "A drawing program for children" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:11 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:11 msgid "" "Tux Paint is a free, award-winning drawing program for children ages 3 to " "12. Tux Paint is used in schools around the world as a computer literacy " @@ -343,30 +343,30 @@ msgid "" "program." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:19 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:19 msgid "" "Kids are presented with a blank canvas and a variety of drawing tools to " "help them be creative." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:24 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:24 msgid "New Breed Software et al." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:36 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:36 msgid "The Magic tool is a set of special effects" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:40 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:40 msgid "" "The Paint Brush tool lets you draw freehand, using various brushes and colors" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:44 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:44 msgid "The Stamp tool is like a set of rubber stamps or stickers" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:50 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:50 msgid "" "Tux Paint's Color palette includes a new Color Mixer option, which allows " "users to combine different proportions of primary colors (red, yellow, and " @@ -374,7 +374,7 @@ msgid "" "mixing paints." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:51 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:51 msgid "" "The Color Picker option, which previously offered a static palette of around " "sixty-five thousand color choices, now supports separate hue, saturation, " @@ -382,21 +382,21 @@ msgid "" "colors." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:52 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:52 msgid "" "Also, a keyboard shortcut is now available for quick access to the Color " "Selector — the \"pipette\" tool used for picking colors from the current " "drawing." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:53 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53 msgid "" "The Paint and Lines tools now provide a way to adjust the spacing of " "brushes, allowing dotted lines or smearing effects to be made. Many brushes " "have been given better default spacing values, as well." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:54 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54 msgid "" "Two new variations of the Zoom Magic Tool, Tile Zoom and Rush, have been " "added. When shrinking a drawing with Tile Zoom, it replicates the drawing " @@ -404,7 +404,7 @@ msgid "" "background color. The Rush tool blurs the results." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:55 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:55 msgid "" "Tux Paint's Shapes tool now offers hexagon (6-sided) and heptagon (7-sided) " "polygons. For shapes which can be stretched (rectangle, oval, etc.), the " @@ -413,7 +413,7 @@ msgid "" "has also been expanded." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:56 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:56 msgid "" "Keyboard shortcuts, such as [Control]+[S] to save a drawing, are now " "accessed with the more traditional [⌘ Command] key when using Tux Paint on " @@ -421,7 +421,7 @@ msgid "" "The look and feel of the user documentation has been improved." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:61 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:61 msgid "" "Tux Paint's Paint and Line tools now support brushes that rotate based on " "the angle of the stroke. This new rotation feature, as well as the older " @@ -430,7 +430,7 @@ msgid "" "painting mode for interactively coloring within a confined area." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:62 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:62 msgid "" "Six new Magic tools have been added to Tux Paint. Panels shrinks and " "duplicates the drawing into a 2-by-2 grid, which is useful for making four-" @@ -441,7 +441,7 @@ msgid "" "of Tux Paint's classic Rainbow tool." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:63 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:63 msgid "" "A number of existing Magic tools have been updated, as well. Improvements " "were made to Halftone, which simulates photographs on newsprint; Cartoon, " @@ -450,7 +450,7 @@ msgid "" "Chalk, and Emboss, now offer the ability to alter the entire image at once!" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:64 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:64 msgid "" "Finally, Magic tools are now grouped into collections of similar effects — " "painting, distorts, color filters, picture warps, pattern painting, " @@ -458,7 +458,7 @@ msgid "" "need." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:69 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:69 msgid "" "Tux Paint's Fill tool now offers options to fill an area with color " "gradients. The \"Radial\" fill creates a circular gradient centered around " @@ -466,7 +466,7 @@ msgid "" "of gradients at different angles and sizes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:70 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:70 msgid "" "New Magic tools have been added to Tux Paint: \"Pixels\" makes it easier to " "create retro-gaming style pixel art, \"Checkerboard\" fills the entire " @@ -474,14 +474,14 @@ msgid "" "picture via brush strokes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:71 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:71 msgid "" "Tux Paint's user documentation has been overhauled, making localization " "easier. Parties interested in helping with localization are encouraged to " "contact the Tux Paint team." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:72 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:72 msgid "" "Finally, a new pair of accessibility options have been added. The entire " "user interface can now be enlarged benefiting users with impaired vision, " @@ -491,34 +491,34 @@ msgid "" "systems." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:77 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:77 msgid "" "A major improvement has been made to the Shapes tool, which now provides " "options to choose whether shapes are drawn from the center or a corner, " "making it easier to use in any situation." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:78 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:78 msgid "" "The on-screen keyboard, an accessibility feature optionally available when " "using the Text and Label tools, now appears larger on bigger displays; " "helpful for users of coarser input devices, such as eye-tracking systems." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:79 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:79 msgid "" "The Eraser tool adds new, smaller eraser sizes, and applies smoother, " "contiguous strokes when the pointer is moved quickly." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:80 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:80 msgid "" "Finally, this newest version adds options to export individual drawings and " "GIF animations, making it easy to share pictures, cartoons, and slideshows " "with others." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:85 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:85 msgid "" "The latest version has promoted the \"Fill\" tool, previously found under " "the \"Magic\" section of Tux Paint, to the main toolbar, where it's easier " @@ -528,21 +528,21 @@ msgid "" "images." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:86 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:86 msgid "" "Tux Paint also now makes it possible to disable stereo sound, which can " "benefit users with a hearing impairment, or in situations where only one " "speaker is available." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:91 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:91 msgid "" "New in this version are a \"color picker\", which allows any color within a " "drawing to be chosen using the pointer, and a set of three-, four-, and five-" "pointed star shapes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:92 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:92 msgid "" "The latest version also incorporates a number of new translations, bringing " "the number of supported languages up to nearly 130: Bengali, Bodo, Dogri, " @@ -1317,18 +1317,18 @@ msgid "" msgstr "" #. Color mixer; e.g., "Your color is entirely grey." -#: ../tuxpaint.c:23727 ../tuxpaint.c:23734 +#: ../tuxpaint.c:23734 ../tuxpaint.c:23741 msgid "entirely" msgstr "" #. Add "Color Select" color: -#: ../tuxpaint.c:26644 +#: ../tuxpaint.c:26651 msgid "Select a color from your drawing." msgstr "" #. Add "Color Picker" color: #. (This is an attempt to describe an HSV color picker in extremely basic terms!) -#: ../tuxpaint.c:26653 +#: ../tuxpaint.c:26660 msgid "" "Pick a color. Hues go top to bottom. Saturation/intensity goes left (pale) " "to right (pure). Value (lightness/darkness): grey bar." @@ -1336,7 +1336,7 @@ msgstr "" #. Add "Color Mixer" color: #. (The terms 'tint', 'tone', and 'shade' relate to combining white, grey, or black paint (respectively) to another color) -#: ../tuxpaint.c:26665 +#: ../tuxpaint.c:26672 msgid "" "Click the primary colors (red, yellow, and blue), white (to tint), grey (to " "tone), and black (to shade), to mix together a new color." @@ -1505,11 +1505,16 @@ msgstr "Na Kwimura i Imbeba Kuri kinanutse i() y'Ishusho" msgid "Emboss" msgstr "" -#: ../../magic/src/emboss.c:114 +#: ../../magic/src/emboss.c:115 #, fuzzy msgid "Click and drag the mouse to emboss the picture." msgstr "Na Kwimura i Imbeba Kuri kinanutse i() y'Ishusho" +#: ../../magic/src/emboss.c:117 +#, fuzzy +msgid "Click to emboss the entire picture." +msgstr "Kuri Ubwoko a Ishusho" + #: ../../magic/src/fade_darken.c:115 msgid "Lighten" msgstr "" diff --git a/src/po/sa.po b/src/po/sa.po index d143e6a73..34699e0d9 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: 2022-06-14 00:59-0700\n" +"POT-Creation-Date: 2022-07-03 16:31-0700\n" "PO-Revision-Date: 2011-11-19 07:03+0530\n" "Last-Translator: Aarathi Bala\n" "Language-Team: \n" @@ -313,15 +313,15 @@ msgstr "" msgid "Minimize" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:8 ../tuxpaint.desktop.in:3 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:8 ../tuxpaint.desktop.in:3 msgid "Tux Paint" msgstr "टक्स् पेयिण्ट्" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:9 ../tuxpaint.desktop.in:10 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:9 ../tuxpaint.desktop.in:10 msgid "A drawing program for children" msgstr "बालेभ्यः एकम् आलेखप्रोग्राम्।" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:11 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:11 msgid "" "Tux Paint is a free, award-winning drawing program for children ages 3 to " "12. Tux Paint is used in schools around the world as a computer literacy " @@ -330,30 +330,30 @@ msgid "" "program." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:19 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:19 msgid "" "Kids are presented with a blank canvas and a variety of drawing tools to " "help them be creative." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:24 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:24 msgid "New Breed Software et al." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:36 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:36 msgid "The Magic tool is a set of special effects" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:40 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:40 msgid "" "The Paint Brush tool lets you draw freehand, using various brushes and colors" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:44 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:44 msgid "The Stamp tool is like a set of rubber stamps or stickers" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:50 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:50 msgid "" "Tux Paint's Color palette includes a new Color Mixer option, which allows " "users to combine different proportions of primary colors (red, yellow, and " @@ -361,7 +361,7 @@ msgid "" "mixing paints." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:51 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:51 msgid "" "The Color Picker option, which previously offered a static palette of around " "sixty-five thousand color choices, now supports separate hue, saturation, " @@ -369,21 +369,21 @@ msgid "" "colors." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:52 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:52 msgid "" "Also, a keyboard shortcut is now available for quick access to the Color " "Selector — the \"pipette\" tool used for picking colors from the current " "drawing." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:53 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53 msgid "" "The Paint and Lines tools now provide a way to adjust the spacing of " "brushes, allowing dotted lines or smearing effects to be made. Many brushes " "have been given better default spacing values, as well." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:54 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54 msgid "" "Two new variations of the Zoom Magic Tool, Tile Zoom and Rush, have been " "added. When shrinking a drawing with Tile Zoom, it replicates the drawing " @@ -391,7 +391,7 @@ msgid "" "background color. The Rush tool blurs the results." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:55 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:55 msgid "" "Tux Paint's Shapes tool now offers hexagon (6-sided) and heptagon (7-sided) " "polygons. For shapes which can be stretched (rectangle, oval, etc.), the " @@ -400,7 +400,7 @@ msgid "" "has also been expanded." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:56 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:56 msgid "" "Keyboard shortcuts, such as [Control]+[S] to save a drawing, are now " "accessed with the more traditional [⌘ Command] key when using Tux Paint on " @@ -408,7 +408,7 @@ msgid "" "The look and feel of the user documentation has been improved." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:61 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:61 msgid "" "Tux Paint's Paint and Line tools now support brushes that rotate based on " "the angle of the stroke. This new rotation feature, as well as the older " @@ -417,7 +417,7 @@ msgid "" "painting mode for interactively coloring within a confined area." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:62 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:62 msgid "" "Six new Magic tools have been added to Tux Paint. Panels shrinks and " "duplicates the drawing into a 2-by-2 grid, which is useful for making four-" @@ -428,7 +428,7 @@ msgid "" "of Tux Paint's classic Rainbow tool." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:63 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:63 msgid "" "A number of existing Magic tools have been updated, as well. Improvements " "were made to Halftone, which simulates photographs on newsprint; Cartoon, " @@ -437,7 +437,7 @@ msgid "" "Chalk, and Emboss, now offer the ability to alter the entire image at once!" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:64 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:64 msgid "" "Finally, Magic tools are now grouped into collections of similar effects — " "painting, distorts, color filters, picture warps, pattern painting, " @@ -445,7 +445,7 @@ msgid "" "need." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:69 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:69 msgid "" "Tux Paint's Fill tool now offers options to fill an area with color " "gradients. The \"Radial\" fill creates a circular gradient centered around " @@ -453,7 +453,7 @@ msgid "" "of gradients at different angles and sizes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:70 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:70 msgid "" "New Magic tools have been added to Tux Paint: \"Pixels\" makes it easier to " "create retro-gaming style pixel art, \"Checkerboard\" fills the entire " @@ -461,14 +461,14 @@ msgid "" "picture via brush strokes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:71 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:71 msgid "" "Tux Paint's user documentation has been overhauled, making localization " "easier. Parties interested in helping with localization are encouraged to " "contact the Tux Paint team." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:72 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:72 msgid "" "Finally, a new pair of accessibility options have been added. The entire " "user interface can now be enlarged benefiting users with impaired vision, " @@ -478,34 +478,34 @@ msgid "" "systems." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:77 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:77 msgid "" "A major improvement has been made to the Shapes tool, which now provides " "options to choose whether shapes are drawn from the center or a corner, " "making it easier to use in any situation." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:78 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:78 msgid "" "The on-screen keyboard, an accessibility feature optionally available when " "using the Text and Label tools, now appears larger on bigger displays; " "helpful for users of coarser input devices, such as eye-tracking systems." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:79 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:79 msgid "" "The Eraser tool adds new, smaller eraser sizes, and applies smoother, " "contiguous strokes when the pointer is moved quickly." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:80 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:80 msgid "" "Finally, this newest version adds options to export individual drawings and " "GIF animations, making it easy to share pictures, cartoons, and slideshows " "with others." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:85 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:85 msgid "" "The latest version has promoted the \"Fill\" tool, previously found under " "the \"Magic\" section of Tux Paint, to the main toolbar, where it's easier " @@ -515,21 +515,21 @@ msgid "" "images." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:86 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:86 msgid "" "Tux Paint also now makes it possible to disable stereo sound, which can " "benefit users with a hearing impairment, or in situations where only one " "speaker is available." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:91 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:91 msgid "" "New in this version are a \"color picker\", which allows any color within a " "drawing to be chosen using the pointer, and a set of three-, four-, and five-" "pointed star shapes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:92 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:92 msgid "" "The latest version also incorporates a number of new translations, bringing " "the number of supported languages up to nearly 130: Bengali, Bodo, Dogri, " @@ -1299,18 +1299,18 @@ msgid "" msgstr "" #. Color mixer; e.g., "Your color is entirely grey." -#: ../tuxpaint.c:23727 ../tuxpaint.c:23734 +#: ../tuxpaint.c:23734 ../tuxpaint.c:23741 msgid "entirely" msgstr "" #. Add "Color Select" color: -#: ../tuxpaint.c:26644 +#: ../tuxpaint.c:26651 msgid "Select a color from your drawing." msgstr "" #. Add "Color Picker" color: #. (This is an attempt to describe an HSV color picker in extremely basic terms!) -#: ../tuxpaint.c:26653 +#: ../tuxpaint.c:26660 msgid "" "Pick a color. Hues go top to bottom. Saturation/intensity goes left (pale) " "to right (pure). Value (lightness/darkness): grey bar." @@ -1318,7 +1318,7 @@ msgstr "" #. Add "Color Mixer" color: #. (The terms 'tint', 'tone', and 'shade' relate to combining white, grey, or black paint (respectively) to another color) -#: ../tuxpaint.c:26665 +#: ../tuxpaint.c:26672 msgid "" "Click the primary colors (red, yellow, and blue), white (to tint), grey (to " "tone), and black (to shade), to mix together a new color." @@ -1504,10 +1504,16 @@ msgstr "चित्रे विकारं कारयितुं मौस msgid "Emboss" msgstr "एम्बोस्" -#: ../../magic/src/emboss.c:114 +#: ../../magic/src/emboss.c:115 msgid "Click and drag the mouse to emboss the picture." msgstr "चित्रम् एम्बोस् कर्तुं मौस् क्लिक् कृत्वा कर्षय।" +#: ../../magic/src/emboss.c:117 +#, fuzzy +#| msgid "Click to sharpen the entire picture." +msgid "Click to emboss the entire picture." +msgstr "सम्पूर्मचित्रं तीव्रीकर्तुं क्लिक् कुरु।" + #: ../../magic/src/fade_darken.c:115 msgid "Lighten" msgstr "लघूकुरु" diff --git a/src/po/sat.po b/src/po/sat.po index c2f1e879a..649228b84 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: 2022-06-14 00:59-0700\n" +"POT-Creation-Date: 2022-07-03 16:31-0700\n" "PO-Revision-Date: 2014-06-16 16:55+0530\n" "Last-Translator: Ganesh Murmu \n" "Language-Team: none\n" @@ -313,15 +313,15 @@ msgstr "" msgid "Minimize" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:8 ../tuxpaint.desktop.in:3 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:8 ../tuxpaint.desktop.in:3 msgid "Tux Paint" msgstr "टक्स रोङ पेरेच्" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:9 ../tuxpaint.desktop.in:10 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:9 ../tuxpaint.desktop.in:10 msgid "A drawing program for children" msgstr "गिदरा़ को ला़गित् मित् गार चिता़र तेयार का़मी होरा" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:11 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:11 msgid "" "Tux Paint is a free, award-winning drawing program for children ages 3 to " "12. Tux Paint is used in schools around the world as a computer literacy " @@ -330,30 +330,30 @@ msgid "" "program." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:19 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:19 msgid "" "Kids are presented with a blank canvas and a variety of drawing tools to " "help them be creative." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:24 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:24 msgid "New Breed Software et al." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:36 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:36 msgid "The Magic tool is a set of special effects" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:40 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:40 msgid "" "The Paint Brush tool lets you draw freehand, using various brushes and colors" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:44 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:44 msgid "The Stamp tool is like a set of rubber stamps or stickers" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:50 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:50 msgid "" "Tux Paint's Color palette includes a new Color Mixer option, which allows " "users to combine different proportions of primary colors (red, yellow, and " @@ -361,7 +361,7 @@ msgid "" "mixing paints." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:51 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:51 msgid "" "The Color Picker option, which previously offered a static palette of around " "sixty-five thousand color choices, now supports separate hue, saturation, " @@ -369,21 +369,21 @@ msgid "" "colors." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:52 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:52 msgid "" "Also, a keyboard shortcut is now available for quick access to the Color " "Selector — the \"pipette\" tool used for picking colors from the current " "drawing." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:53 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53 msgid "" "The Paint and Lines tools now provide a way to adjust the spacing of " "brushes, allowing dotted lines or smearing effects to be made. Many brushes " "have been given better default spacing values, as well." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:54 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54 msgid "" "Two new variations of the Zoom Magic Tool, Tile Zoom and Rush, have been " "added. When shrinking a drawing with Tile Zoom, it replicates the drawing " @@ -391,7 +391,7 @@ msgid "" "background color. The Rush tool blurs the results." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:55 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:55 msgid "" "Tux Paint's Shapes tool now offers hexagon (6-sided) and heptagon (7-sided) " "polygons. For shapes which can be stretched (rectangle, oval, etc.), the " @@ -400,7 +400,7 @@ msgid "" "has also been expanded." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:56 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:56 msgid "" "Keyboard shortcuts, such as [Control]+[S] to save a drawing, are now " "accessed with the more traditional [⌘ Command] key when using Tux Paint on " @@ -408,7 +408,7 @@ msgid "" "The look and feel of the user documentation has been improved." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:61 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:61 msgid "" "Tux Paint's Paint and Line tools now support brushes that rotate based on " "the angle of the stroke. This new rotation feature, as well as the older " @@ -417,7 +417,7 @@ msgid "" "painting mode for interactively coloring within a confined area." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:62 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:62 msgid "" "Six new Magic tools have been added to Tux Paint. Panels shrinks and " "duplicates the drawing into a 2-by-2 grid, which is useful for making four-" @@ -428,7 +428,7 @@ msgid "" "of Tux Paint's classic Rainbow tool." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:63 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:63 msgid "" "A number of existing Magic tools have been updated, as well. Improvements " "were made to Halftone, which simulates photographs on newsprint; Cartoon, " @@ -437,7 +437,7 @@ msgid "" "Chalk, and Emboss, now offer the ability to alter the entire image at once!" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:64 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:64 msgid "" "Finally, Magic tools are now grouped into collections of similar effects — " "painting, distorts, color filters, picture warps, pattern painting, " @@ -445,7 +445,7 @@ msgid "" "need." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:69 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:69 msgid "" "Tux Paint's Fill tool now offers options to fill an area with color " "gradients. The \"Radial\" fill creates a circular gradient centered around " @@ -453,7 +453,7 @@ msgid "" "of gradients at different angles and sizes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:70 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:70 msgid "" "New Magic tools have been added to Tux Paint: \"Pixels\" makes it easier to " "create retro-gaming style pixel art, \"Checkerboard\" fills the entire " @@ -461,14 +461,14 @@ msgid "" "picture via brush strokes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:71 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:71 msgid "" "Tux Paint's user documentation has been overhauled, making localization " "easier. Parties interested in helping with localization are encouraged to " "contact the Tux Paint team." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:72 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:72 msgid "" "Finally, a new pair of accessibility options have been added. The entire " "user interface can now be enlarged benefiting users with impaired vision, " @@ -478,34 +478,34 @@ msgid "" "systems." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:77 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:77 msgid "" "A major improvement has been made to the Shapes tool, which now provides " "options to choose whether shapes are drawn from the center or a corner, " "making it easier to use in any situation." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:78 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:78 msgid "" "The on-screen keyboard, an accessibility feature optionally available when " "using the Text and Label tools, now appears larger on bigger displays; " "helpful for users of coarser input devices, such as eye-tracking systems." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:79 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:79 msgid "" "The Eraser tool adds new, smaller eraser sizes, and applies smoother, " "contiguous strokes when the pointer is moved quickly." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:80 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:80 msgid "" "Finally, this newest version adds options to export individual drawings and " "GIF animations, making it easy to share pictures, cartoons, and slideshows " "with others." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:85 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:85 msgid "" "The latest version has promoted the \"Fill\" tool, previously found under " "the \"Magic\" section of Tux Paint, to the main toolbar, where it's easier " @@ -515,21 +515,21 @@ msgid "" "images." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:86 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:86 msgid "" "Tux Paint also now makes it possible to disable stereo sound, which can " "benefit users with a hearing impairment, or in situations where only one " "speaker is available." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:91 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:91 msgid "" "New in this version are a \"color picker\", which allows any color within a " "drawing to be chosen using the pointer, and a set of three-, four-, and five-" "pointed star shapes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:92 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:92 msgid "" "The latest version also incorporates a number of new translations, bringing " "the number of supported languages up to nearly 130: Bengali, Bodo, Dogri, " @@ -1306,18 +1306,18 @@ msgid "" msgstr "" #. Color mixer; e.g., "Your color is entirely grey." -#: ../tuxpaint.c:23727 ../tuxpaint.c:23734 +#: ../tuxpaint.c:23734 ../tuxpaint.c:23741 msgid "entirely" msgstr "" #. Add "Color Select" color: -#: ../tuxpaint.c:26644 +#: ../tuxpaint.c:26651 msgid "Select a color from your drawing." msgstr "" #. Add "Color Picker" color: #. (This is an attempt to describe an HSV color picker in extremely basic terms!) -#: ../tuxpaint.c:26653 +#: ../tuxpaint.c:26660 msgid "" "Pick a color. Hues go top to bottom. Saturation/intensity goes left (pale) " "to right (pure). Value (lightness/darkness): grey bar." @@ -1325,7 +1325,7 @@ msgstr "" #. Add "Color Mixer" color: #. (The terms 'tint', 'tone', and 'shade' relate to combining white, grey, or black paint (respectively) to another color) -#: ../tuxpaint.c:26665 +#: ../tuxpaint.c:26672 msgid "" "Click the primary colors (red, yellow, and blue), white (to tint), grey (to " "tone), and black (to shade), to mix together a new color." @@ -1512,10 +1512,16 @@ msgstr "आमाक् चिता़र रे बा़ड़िच् त msgid "Emboss" msgstr "गाड़हाव" -#: ../../magic/src/emboss.c:114 +#: ../../magic/src/emboss.c:115 msgid "Click and drag the mouse to emboss the picture." msgstr "चिता़र गाड़हाव ला़गित् माउस ओर आर ओताय मे." +#: ../../magic/src/emboss.c:117 +#, fuzzy +#| msgid "Click to sharpen the entire picture." +msgid "Click to emboss the entire picture." +msgstr "गोटा चिता़र लासेर ला़गित् ओताय मे." + #: ../../magic/src/fade_darken.c:115 msgid "Lighten" msgstr "एताङ तेयार" diff --git a/src/po/sat@olchiki.po b/src/po/sat@olchiki.po index 42dfa4502..dfacde49c 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: 2022-06-14 00:59-0700\n" +"POT-Creation-Date: 2022-07-03 16:31-0700\n" "PO-Revision-Date: 2022-02-11 18:33+0530\n" "Last-Translator: Prasanta Hembram \n" "Language-Team: \n" @@ -310,15 +310,15 @@ msgstr "" msgid "Minimize" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:8 ../tuxpaint.desktop.in:3 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:8 ../tuxpaint.desktop.in:3 msgid "Tux Paint" msgstr "ᱴᱠᱥ ᱨᱚᱝ ᱯᱮᱨᱮᱪ" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:9 ../tuxpaint.desktop.in:10 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:9 ../tuxpaint.desktop.in:10 msgid "A drawing program for children" msgstr "ᱜᱤᱫᱨᱟᱹ ᱠᱚ ᱞᱟᱹᱜᱤᱫ ᱢᱤᱫ ᱜᱟᱨ ᱪᱤᱛᱟᱹᱨ ᱛᱮᱭᱟᱨ ᱠᱟᱹᱢᱤ ᱦᱚᱨᱟ ᱾" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:11 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:11 msgid "" "Tux Paint is a free, award-winning drawing program for children ages 3 to " "12. Tux Paint is used in schools around the world as a computer literacy " @@ -327,30 +327,30 @@ msgid "" "program." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:19 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:19 msgid "" "Kids are presented with a blank canvas and a variety of drawing tools to " "help them be creative." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:24 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:24 msgid "New Breed Software et al." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:36 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:36 msgid "The Magic tool is a set of special effects" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:40 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:40 msgid "" "The Paint Brush tool lets you draw freehand, using various brushes and colors" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:44 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:44 msgid "The Stamp tool is like a set of rubber stamps or stickers" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:50 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:50 msgid "" "Tux Paint's Color palette includes a new Color Mixer option, which allows " "users to combine different proportions of primary colors (red, yellow, and " @@ -358,7 +358,7 @@ msgid "" "mixing paints." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:51 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:51 msgid "" "The Color Picker option, which previously offered a static palette of around " "sixty-five thousand color choices, now supports separate hue, saturation, " @@ -366,21 +366,21 @@ msgid "" "colors." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:52 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:52 msgid "" "Also, a keyboard shortcut is now available for quick access to the Color " "Selector — the \"pipette\" tool used for picking colors from the current " "drawing." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:53 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53 msgid "" "The Paint and Lines tools now provide a way to adjust the spacing of " "brushes, allowing dotted lines or smearing effects to be made. Many brushes " "have been given better default spacing values, as well." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:54 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54 msgid "" "Two new variations of the Zoom Magic Tool, Tile Zoom and Rush, have been " "added. When shrinking a drawing with Tile Zoom, it replicates the drawing " @@ -388,7 +388,7 @@ msgid "" "background color. The Rush tool blurs the results." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:55 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:55 msgid "" "Tux Paint's Shapes tool now offers hexagon (6-sided) and heptagon (7-sided) " "polygons. For shapes which can be stretched (rectangle, oval, etc.), the " @@ -397,7 +397,7 @@ msgid "" "has also been expanded." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:56 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:56 msgid "" "Keyboard shortcuts, such as [Control]+[S] to save a drawing, are now " "accessed with the more traditional [⌘ Command] key when using Tux Paint on " @@ -405,7 +405,7 @@ msgid "" "The look and feel of the user documentation has been improved." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:61 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:61 msgid "" "Tux Paint's Paint and Line tools now support brushes that rotate based on " "the angle of the stroke. This new rotation feature, as well as the older " @@ -414,7 +414,7 @@ msgid "" "painting mode for interactively coloring within a confined area." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:62 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:62 msgid "" "Six new Magic tools have been added to Tux Paint. Panels shrinks and " "duplicates the drawing into a 2-by-2 grid, which is useful for making four-" @@ -425,7 +425,7 @@ msgid "" "of Tux Paint's classic Rainbow tool." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:63 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:63 msgid "" "A number of existing Magic tools have been updated, as well. Improvements " "were made to Halftone, which simulates photographs on newsprint; Cartoon, " @@ -434,7 +434,7 @@ msgid "" "Chalk, and Emboss, now offer the ability to alter the entire image at once!" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:64 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:64 msgid "" "Finally, Magic tools are now grouped into collections of similar effects — " "painting, distorts, color filters, picture warps, pattern painting, " @@ -442,7 +442,7 @@ msgid "" "need." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:69 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:69 msgid "" "Tux Paint's Fill tool now offers options to fill an area with color " "gradients. The \"Radial\" fill creates a circular gradient centered around " @@ -450,7 +450,7 @@ msgid "" "of gradients at different angles and sizes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:70 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:70 msgid "" "New Magic tools have been added to Tux Paint: \"Pixels\" makes it easier to " "create retro-gaming style pixel art, \"Checkerboard\" fills the entire " @@ -458,14 +458,14 @@ msgid "" "picture via brush strokes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:71 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:71 msgid "" "Tux Paint's user documentation has been overhauled, making localization " "easier. Parties interested in helping with localization are encouraged to " "contact the Tux Paint team." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:72 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:72 msgid "" "Finally, a new pair of accessibility options have been added. The entire " "user interface can now be enlarged benefiting users with impaired vision, " @@ -475,34 +475,34 @@ msgid "" "systems." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:77 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:77 msgid "" "A major improvement has been made to the Shapes tool, which now provides " "options to choose whether shapes are drawn from the center or a corner, " "making it easier to use in any situation." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:78 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:78 msgid "" "The on-screen keyboard, an accessibility feature optionally available when " "using the Text and Label tools, now appears larger on bigger displays; " "helpful for users of coarser input devices, such as eye-tracking systems." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:79 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:79 msgid "" "The Eraser tool adds new, smaller eraser sizes, and applies smoother, " "contiguous strokes when the pointer is moved quickly." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:80 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:80 msgid "" "Finally, this newest version adds options to export individual drawings and " "GIF animations, making it easy to share pictures, cartoons, and slideshows " "with others." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:85 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:85 msgid "" "The latest version has promoted the \"Fill\" tool, previously found under " "the \"Magic\" section of Tux Paint, to the main toolbar, where it's easier " @@ -512,21 +512,21 @@ msgid "" "images." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:86 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:86 msgid "" "Tux Paint also now makes it possible to disable stereo sound, which can " "benefit users with a hearing impairment, or in situations where only one " "speaker is available." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:91 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:91 msgid "" "New in this version are a \"color picker\", which allows any color within a " "drawing to be chosen using the pointer, and a set of three-, four-, and five-" "pointed star shapes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:92 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:92 msgid "" "The latest version also incorporates a number of new translations, bringing " "the number of supported languages up to nearly 130: Bengali, Bodo, Dogri, " @@ -1298,18 +1298,18 @@ msgid "" msgstr "" #. Color mixer; e.g., "Your color is entirely grey." -#: ../tuxpaint.c:23727 ../tuxpaint.c:23734 +#: ../tuxpaint.c:23734 ../tuxpaint.c:23741 msgid "entirely" msgstr "" #. Add "Color Select" color: -#: ../tuxpaint.c:26644 +#: ../tuxpaint.c:26651 msgid "Select a color from your drawing." msgstr "ᱟᱢᱟᱜ ᱜᱟᱨ ᱪᱤᱛᱟᱹᱨ ᱠᱷᱚᱱ ᱨᱚᱝ ᱪᱚᱭᱚᱱ ᱢᱮ ᱾" #. Add "Color Picker" color: #. (This is an attempt to describe an HSV color picker in extremely basic terms!) -#: ../tuxpaint.c:26653 +#: ../tuxpaint.c:26660 msgid "" "Pick a color. Hues go top to bottom. Saturation/intensity goes left (pale) " "to right (pure). Value (lightness/darkness): grey bar." @@ -1317,7 +1317,7 @@ msgstr "" #. Add "Color Mixer" color: #. (The terms 'tint', 'tone', and 'shade' relate to combining white, grey, or black paint (respectively) to another color) -#: ../tuxpaint.c:26665 +#: ../tuxpaint.c:26672 msgid "" "Click the primary colors (red, yellow, and blue), white (to tint), grey (to " "tone), and black (to shade), to mix together a new color." @@ -1487,10 +1487,16 @@ msgstr "ᱟᱢᱟᱜ ᱪᱤᱛᱟᱹᱨ ᱨᱮ ᱵᱟᱹᱲᱤᱪ ᱛᱮᱭᱟ msgid "Emboss" msgstr "ᱜᱟᱲᱦᱟᱣ" -#: ../../magic/src/emboss.c:114 +#: ../../magic/src/emboss.c:115 msgid "Click and drag the mouse to emboss the picture." msgstr "ᱪᱤᱛᱟᱹᱨ ᱜᱟᱲᱦᱟᱣ ᱞᱟᱹᱜᱤᱫ ᱢᱟᱩᱥ ᱚᱨ ᱟᱨ ᱚᱛᱟᱭ ᱢᱮ ᱾" +#: ../../magic/src/emboss.c:117 +#, fuzzy +#| msgid "Click to sharpen the entire picture." +msgid "Click to emboss the entire picture." +msgstr "ᱜᱚᱴᱟ ᱪᱤᱛᱟᱹᱨ ᱞᱟᱥᱮᱨ ᱞᱟᱹᱜᱤᱫ ᱚᱛᱟᱭ ᱢᱮ ᱾" + #: ../../magic/src/fade_darken.c:115 msgid "Lighten" msgstr "ᱮᱛᱟᱝ ᱛᱮᱭᱟᱨ" diff --git a/src/po/sc.po b/src/po/sc.po index 3911250d6..47152e56b 100644 --- a/src/po/sc.po +++ b/src/po/sc.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-06-14 00:59-0700\n" +"POT-Creation-Date: 2022-07-03 16:31-0700\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -310,15 +310,15 @@ msgstr "" msgid "Minimize" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:8 ../tuxpaint.desktop.in:3 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:8 ../tuxpaint.desktop.in:3 msgid "Tux Paint" msgstr "Tux Paint" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:9 ../tuxpaint.desktop.in:10 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:9 ../tuxpaint.desktop.in:10 msgid "A drawing program for children" msgstr "Programma de disinnu pro sa pitzocalla" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:11 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:11 msgid "" "Tux Paint is a free, award-winning drawing program for children ages 3 to " "12. Tux Paint is used in schools around the world as a computer literacy " @@ -327,30 +327,30 @@ msgid "" "program." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:19 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:19 msgid "" "Kids are presented with a blank canvas and a variety of drawing tools to " "help them be creative." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:24 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:24 msgid "New Breed Software et al." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:36 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:36 msgid "The Magic tool is a set of special effects" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:40 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:40 msgid "" "The Paint Brush tool lets you draw freehand, using various brushes and colors" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:44 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:44 msgid "The Stamp tool is like a set of rubber stamps or stickers" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:50 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:50 msgid "" "Tux Paint's Color palette includes a new Color Mixer option, which allows " "users to combine different proportions of primary colors (red, yellow, and " @@ -358,7 +358,7 @@ msgid "" "mixing paints." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:51 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:51 msgid "" "The Color Picker option, which previously offered a static palette of around " "sixty-five thousand color choices, now supports separate hue, saturation, " @@ -366,21 +366,21 @@ msgid "" "colors." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:52 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:52 msgid "" "Also, a keyboard shortcut is now available for quick access to the Color " "Selector — the \"pipette\" tool used for picking colors from the current " "drawing." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:53 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53 msgid "" "The Paint and Lines tools now provide a way to adjust the spacing of " "brushes, allowing dotted lines or smearing effects to be made. Many brushes " "have been given better default spacing values, as well." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:54 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54 msgid "" "Two new variations of the Zoom Magic Tool, Tile Zoom and Rush, have been " "added. When shrinking a drawing with Tile Zoom, it replicates the drawing " @@ -388,7 +388,7 @@ msgid "" "background color. The Rush tool blurs the results." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:55 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:55 msgid "" "Tux Paint's Shapes tool now offers hexagon (6-sided) and heptagon (7-sided) " "polygons. For shapes which can be stretched (rectangle, oval, etc.), the " @@ -397,7 +397,7 @@ msgid "" "has also been expanded." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:56 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:56 msgid "" "Keyboard shortcuts, such as [Control]+[S] to save a drawing, are now " "accessed with the more traditional [⌘ Command] key when using Tux Paint on " @@ -405,7 +405,7 @@ msgid "" "The look and feel of the user documentation has been improved." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:61 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:61 msgid "" "Tux Paint's Paint and Line tools now support brushes that rotate based on " "the angle of the stroke. This new rotation feature, as well as the older " @@ -414,7 +414,7 @@ msgid "" "painting mode for interactively coloring within a confined area." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:62 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:62 msgid "" "Six new Magic tools have been added to Tux Paint. Panels shrinks and " "duplicates the drawing into a 2-by-2 grid, which is useful for making four-" @@ -425,7 +425,7 @@ msgid "" "of Tux Paint's classic Rainbow tool." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:63 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:63 msgid "" "A number of existing Magic tools have been updated, as well. Improvements " "were made to Halftone, which simulates photographs on newsprint; Cartoon, " @@ -434,7 +434,7 @@ msgid "" "Chalk, and Emboss, now offer the ability to alter the entire image at once!" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:64 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:64 msgid "" "Finally, Magic tools are now grouped into collections of similar effects — " "painting, distorts, color filters, picture warps, pattern painting, " @@ -442,7 +442,7 @@ msgid "" "need." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:69 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:69 msgid "" "Tux Paint's Fill tool now offers options to fill an area with color " "gradients. The \"Radial\" fill creates a circular gradient centered around " @@ -450,7 +450,7 @@ msgid "" "of gradients at different angles and sizes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:70 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:70 msgid "" "New Magic tools have been added to Tux Paint: \"Pixels\" makes it easier to " "create retro-gaming style pixel art, \"Checkerboard\" fills the entire " @@ -458,14 +458,14 @@ msgid "" "picture via brush strokes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:71 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:71 msgid "" "Tux Paint's user documentation has been overhauled, making localization " "easier. Parties interested in helping with localization are encouraged to " "contact the Tux Paint team." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:72 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:72 msgid "" "Finally, a new pair of accessibility options have been added. The entire " "user interface can now be enlarged benefiting users with impaired vision, " @@ -475,34 +475,34 @@ msgid "" "systems." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:77 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:77 msgid "" "A major improvement has been made to the Shapes tool, which now provides " "options to choose whether shapes are drawn from the center or a corner, " "making it easier to use in any situation." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:78 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:78 msgid "" "The on-screen keyboard, an accessibility feature optionally available when " "using the Text and Label tools, now appears larger on bigger displays; " "helpful for users of coarser input devices, such as eye-tracking systems." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:79 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:79 msgid "" "The Eraser tool adds new, smaller eraser sizes, and applies smoother, " "contiguous strokes when the pointer is moved quickly." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:80 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:80 msgid "" "Finally, this newest version adds options to export individual drawings and " "GIF animations, making it easy to share pictures, cartoons, and slideshows " "with others." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:85 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:85 msgid "" "The latest version has promoted the \"Fill\" tool, previously found under " "the \"Magic\" section of Tux Paint, to the main toolbar, where it's easier " @@ -512,21 +512,21 @@ msgid "" "images." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:86 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:86 msgid "" "Tux Paint also now makes it possible to disable stereo sound, which can " "benefit users with a hearing impairment, or in situations where only one " "speaker is available." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:91 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:91 msgid "" "New in this version are a \"color picker\", which allows any color within a " "drawing to be chosen using the pointer, and a set of three-, four-, and five-" "pointed star shapes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:92 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:92 msgid "" "The latest version also incorporates a number of new translations, bringing " "the number of supported languages up to nearly 130: Bengali, Bodo, Dogri, " @@ -1298,18 +1298,18 @@ msgid "" msgstr "" #. Color mixer; e.g., "Your color is entirely grey." -#: ../tuxpaint.c:23727 ../tuxpaint.c:23734 +#: ../tuxpaint.c:23734 ../tuxpaint.c:23741 msgid "entirely" msgstr "" #. Add "Color Select" color: -#: ../tuxpaint.c:26644 +#: ../tuxpaint.c:26651 msgid "Select a color from your drawing." msgstr "Seletziona unu colore dae su disinnu." #. Add "Color Picker" color: #. (This is an attempt to describe an HSV color picker in extremely basic terms!) -#: ../tuxpaint.c:26653 +#: ../tuxpaint.c:26660 msgid "" "Pick a color. Hues go top to bottom. Saturation/intensity goes left (pale) " "to right (pure). Value (lightness/darkness): grey bar." @@ -1317,7 +1317,7 @@ msgstr "" #. Add "Color Mixer" color: #. (The terms 'tint', 'tone', and 'shade' relate to combining white, grey, or black paint (respectively) to another color) -#: ../tuxpaint.c:26665 +#: ../tuxpaint.c:26672 msgid "" "Click the primary colors (red, yellow, and blue), white (to tint), grey (to " "tone), and black (to shade), to mix together a new color." @@ -1487,10 +1487,16 @@ msgstr "Incarca e traga su cursore pro tòrchere in s'immàgine." msgid "Emboss" msgstr "Rilievu" -#: ../../magic/src/emboss.c:114 +#: ../../magic/src/emboss.c:115 msgid "Click and drag the mouse to emboss the picture." msgstr "Incarca e traga su cursore pro pònnere s'immàgine in rilievu." +#: ../../magic/src/emboss.c:117 +#, fuzzy +#| msgid "Click to sharpen the entire picture." +msgid "Click to emboss the entire picture." +msgstr "Incarca pro fàghere prus nìdida totu s'immàgine." + #: ../../magic/src/fade_darken.c:115 msgid "Lighten" msgstr "Lughe" diff --git a/src/po/sd.po b/src/po/sd.po index 17479c502..17044da85 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: 2022-06-14 00:59-0700\n" +"POT-Creation-Date: 2022-07-03 16:31-0700\n" "PO-Revision-Date: 2013-01-09 14:39+0530\n" "Last-Translator: Chandrakant Dhutadmal\n" "Language-Team: Sindhi-PA\n" @@ -313,15 +313,15 @@ msgstr "" msgid "Minimize" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:8 ../tuxpaint.desktop.in:3 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:8 ../tuxpaint.desktop.in:3 msgid "Tux Paint" msgstr "ٽڪس رنگ" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:9 ../tuxpaint.desktop.in:10 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:9 ../tuxpaint.desktop.in:10 msgid "A drawing program for children" msgstr "ٻارن لاءِ چترڪلا جو پروگرام " -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:11 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:11 msgid "" "Tux Paint is a free, award-winning drawing program for children ages 3 to " "12. Tux Paint is used in schools around the world as a computer literacy " @@ -330,30 +330,30 @@ msgid "" "program." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:19 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:19 msgid "" "Kids are presented with a blank canvas and a variety of drawing tools to " "help them be creative." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:24 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:24 msgid "New Breed Software et al." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:36 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:36 msgid "The Magic tool is a set of special effects" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:40 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:40 msgid "" "The Paint Brush tool lets you draw freehand, using various brushes and colors" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:44 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:44 msgid "The Stamp tool is like a set of rubber stamps or stickers" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:50 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:50 msgid "" "Tux Paint's Color palette includes a new Color Mixer option, which allows " "users to combine different proportions of primary colors (red, yellow, and " @@ -361,7 +361,7 @@ msgid "" "mixing paints." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:51 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:51 msgid "" "The Color Picker option, which previously offered a static palette of around " "sixty-five thousand color choices, now supports separate hue, saturation, " @@ -369,21 +369,21 @@ msgid "" "colors." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:52 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:52 msgid "" "Also, a keyboard shortcut is now available for quick access to the Color " "Selector — the \"pipette\" tool used for picking colors from the current " "drawing." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:53 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53 msgid "" "The Paint and Lines tools now provide a way to adjust the spacing of " "brushes, allowing dotted lines or smearing effects to be made. Many brushes " "have been given better default spacing values, as well." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:54 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54 msgid "" "Two new variations of the Zoom Magic Tool, Tile Zoom and Rush, have been " "added. When shrinking a drawing with Tile Zoom, it replicates the drawing " @@ -391,7 +391,7 @@ msgid "" "background color. The Rush tool blurs the results." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:55 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:55 msgid "" "Tux Paint's Shapes tool now offers hexagon (6-sided) and heptagon (7-sided) " "polygons. For shapes which can be stretched (rectangle, oval, etc.), the " @@ -400,7 +400,7 @@ msgid "" "has also been expanded." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:56 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:56 msgid "" "Keyboard shortcuts, such as [Control]+[S] to save a drawing, are now " "accessed with the more traditional [⌘ Command] key when using Tux Paint on " @@ -408,7 +408,7 @@ msgid "" "The look and feel of the user documentation has been improved." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:61 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:61 msgid "" "Tux Paint's Paint and Line tools now support brushes that rotate based on " "the angle of the stroke. This new rotation feature, as well as the older " @@ -417,7 +417,7 @@ msgid "" "painting mode for interactively coloring within a confined area." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:62 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:62 msgid "" "Six new Magic tools have been added to Tux Paint. Panels shrinks and " "duplicates the drawing into a 2-by-2 grid, which is useful for making four-" @@ -428,7 +428,7 @@ msgid "" "of Tux Paint's classic Rainbow tool." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:63 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:63 msgid "" "A number of existing Magic tools have been updated, as well. Improvements " "were made to Halftone, which simulates photographs on newsprint; Cartoon, " @@ -437,7 +437,7 @@ msgid "" "Chalk, and Emboss, now offer the ability to alter the entire image at once!" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:64 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:64 msgid "" "Finally, Magic tools are now grouped into collections of similar effects — " "painting, distorts, color filters, picture warps, pattern painting, " @@ -445,7 +445,7 @@ msgid "" "need." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:69 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:69 msgid "" "Tux Paint's Fill tool now offers options to fill an area with color " "gradients. The \"Radial\" fill creates a circular gradient centered around " @@ -453,7 +453,7 @@ msgid "" "of gradients at different angles and sizes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:70 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:70 msgid "" "New Magic tools have been added to Tux Paint: \"Pixels\" makes it easier to " "create retro-gaming style pixel art, \"Checkerboard\" fills the entire " @@ -461,14 +461,14 @@ msgid "" "picture via brush strokes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:71 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:71 msgid "" "Tux Paint's user documentation has been overhauled, making localization " "easier. Parties interested in helping with localization are encouraged to " "contact the Tux Paint team." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:72 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:72 msgid "" "Finally, a new pair of accessibility options have been added. The entire " "user interface can now be enlarged benefiting users with impaired vision, " @@ -478,34 +478,34 @@ msgid "" "systems." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:77 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:77 msgid "" "A major improvement has been made to the Shapes tool, which now provides " "options to choose whether shapes are drawn from the center or a corner, " "making it easier to use in any situation." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:78 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:78 msgid "" "The on-screen keyboard, an accessibility feature optionally available when " "using the Text and Label tools, now appears larger on bigger displays; " "helpful for users of coarser input devices, such as eye-tracking systems." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:79 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:79 msgid "" "The Eraser tool adds new, smaller eraser sizes, and applies smoother, " "contiguous strokes when the pointer is moved quickly." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:80 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:80 msgid "" "Finally, this newest version adds options to export individual drawings and " "GIF animations, making it easy to share pictures, cartoons, and slideshows " "with others." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:85 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:85 msgid "" "The latest version has promoted the \"Fill\" tool, previously found under " "the \"Magic\" section of Tux Paint, to the main toolbar, where it's easier " @@ -515,21 +515,21 @@ msgid "" "images." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:86 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:86 msgid "" "Tux Paint also now makes it possible to disable stereo sound, which can " "benefit users with a hearing impairment, or in situations where only one " "speaker is available." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:91 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:91 msgid "" "New in this version are a \"color picker\", which allows any color within a " "drawing to be chosen using the pointer, and a set of three-, four-, and five-" "pointed star shapes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:92 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:92 msgid "" "The latest version also incorporates a number of new translations, bringing " "the number of supported languages up to nearly 130: Bengali, Bodo, Dogri, " @@ -1303,18 +1303,18 @@ msgid "" msgstr "" #. Color mixer; e.g., "Your color is entirely grey." -#: ../tuxpaint.c:23727 ../tuxpaint.c:23734 +#: ../tuxpaint.c:23734 ../tuxpaint.c:23741 msgid "entirely" msgstr "" #. Add "Color Select" color: -#: ../tuxpaint.c:26644 +#: ../tuxpaint.c:26651 msgid "Select a color from your drawing." msgstr "" #. Add "Color Picker" color: #. (This is an attempt to describe an HSV color picker in extremely basic terms!) -#: ../tuxpaint.c:26653 +#: ../tuxpaint.c:26660 msgid "" "Pick a color. Hues go top to bottom. Saturation/intensity goes left (pale) " "to right (pure). Value (lightness/darkness): grey bar." @@ -1322,7 +1322,7 @@ msgstr "" #. Add "Color Mixer" color: #. (The terms 'tint', 'tone', and 'shade' relate to combining white, grey, or black paint (respectively) to another color) -#: ../tuxpaint.c:26665 +#: ../tuxpaint.c:26672 msgid "" "Click the primary colors (red, yellow, and blue), white (to tint), grey (to " "tone), and black (to shade), to mix together a new color." @@ -1508,10 +1508,16 @@ msgstr "پنهنجي تصوير ۾ ڦِڏائي آڻڻ لاءِ ڪلڪ ڪريو msgid "Emboss" msgstr "ايمبوس" -#: ../../magic/src/emboss.c:114 +#: ../../magic/src/emboss.c:115 msgid "Click and drag the mouse to emboss the picture." msgstr "تصوير ايمبوس ڪرڻ لاءِ ڪلڪ ڪريو ۽ ماءوس گهليو۔" +#: ../../magic/src/emboss.c:117 +#, fuzzy +#| msgid "Click to sharpen the entire picture." +msgid "Click to emboss the entire picture." +msgstr "پنهنجي سموري تصوير تکي ڪرڻ لاءِ ڪلڪ ڪريو۔" + #: ../../magic/src/fade_darken.c:115 msgid "Lighten" msgstr "روشن ڪيل" diff --git a/src/po/sd@devanagari.po b/src/po/sd@devanagari.po index 6919df044..7ad8daed6 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: 2022-06-14 00:59-0700\n" +"POT-Creation-Date: 2022-07-03 16:31-0700\n" "PO-Revision-Date: 2013-01-19 23:29+0530\n" "Last-Translator: \n" "Language-Team: Sindhi-DV\n" @@ -313,15 +313,15 @@ msgstr "" msgid "Minimize" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:8 ../tuxpaint.desktop.in:3 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:8 ../tuxpaint.desktop.in:3 msgid "Tux Paint" msgstr "टक्स रंगु" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:9 ../tuxpaint.desktop.in:10 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:9 ../tuxpaint.desktop.in:10 msgid "A drawing program for children" msgstr "ॿारनि लाइ चित्रकला जो प्रोग्रामु" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:11 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:11 msgid "" "Tux Paint is a free, award-winning drawing program for children ages 3 to " "12. Tux Paint is used in schools around the world as a computer literacy " @@ -330,30 +330,30 @@ msgid "" "program." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:19 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:19 msgid "" "Kids are presented with a blank canvas and a variety of drawing tools to " "help them be creative." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:24 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:24 msgid "New Breed Software et al." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:36 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:36 msgid "The Magic tool is a set of special effects" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:40 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:40 msgid "" "The Paint Brush tool lets you draw freehand, using various brushes and colors" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:44 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:44 msgid "The Stamp tool is like a set of rubber stamps or stickers" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:50 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:50 msgid "" "Tux Paint's Color palette includes a new Color Mixer option, which allows " "users to combine different proportions of primary colors (red, yellow, and " @@ -361,7 +361,7 @@ msgid "" "mixing paints." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:51 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:51 msgid "" "The Color Picker option, which previously offered a static palette of around " "sixty-five thousand color choices, now supports separate hue, saturation, " @@ -369,21 +369,21 @@ msgid "" "colors." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:52 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:52 msgid "" "Also, a keyboard shortcut is now available for quick access to the Color " "Selector — the \"pipette\" tool used for picking colors from the current " "drawing." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:53 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53 msgid "" "The Paint and Lines tools now provide a way to adjust the spacing of " "brushes, allowing dotted lines or smearing effects to be made. Many brushes " "have been given better default spacing values, as well." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:54 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54 msgid "" "Two new variations of the Zoom Magic Tool, Tile Zoom and Rush, have been " "added. When shrinking a drawing with Tile Zoom, it replicates the drawing " @@ -391,7 +391,7 @@ msgid "" "background color. The Rush tool blurs the results." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:55 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:55 msgid "" "Tux Paint's Shapes tool now offers hexagon (6-sided) and heptagon (7-sided) " "polygons. For shapes which can be stretched (rectangle, oval, etc.), the " @@ -400,7 +400,7 @@ msgid "" "has also been expanded." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:56 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:56 msgid "" "Keyboard shortcuts, such as [Control]+[S] to save a drawing, are now " "accessed with the more traditional [⌘ Command] key when using Tux Paint on " @@ -408,7 +408,7 @@ msgid "" "The look and feel of the user documentation has been improved." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:61 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:61 msgid "" "Tux Paint's Paint and Line tools now support brushes that rotate based on " "the angle of the stroke. This new rotation feature, as well as the older " @@ -417,7 +417,7 @@ msgid "" "painting mode for interactively coloring within a confined area." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:62 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:62 msgid "" "Six new Magic tools have been added to Tux Paint. Panels shrinks and " "duplicates the drawing into a 2-by-2 grid, which is useful for making four-" @@ -428,7 +428,7 @@ msgid "" "of Tux Paint's classic Rainbow tool." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:63 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:63 msgid "" "A number of existing Magic tools have been updated, as well. Improvements " "were made to Halftone, which simulates photographs on newsprint; Cartoon, " @@ -437,7 +437,7 @@ msgid "" "Chalk, and Emboss, now offer the ability to alter the entire image at once!" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:64 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:64 msgid "" "Finally, Magic tools are now grouped into collections of similar effects — " "painting, distorts, color filters, picture warps, pattern painting, " @@ -445,7 +445,7 @@ msgid "" "need." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:69 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:69 msgid "" "Tux Paint's Fill tool now offers options to fill an area with color " "gradients. The \"Radial\" fill creates a circular gradient centered around " @@ -453,7 +453,7 @@ msgid "" "of gradients at different angles and sizes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:70 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:70 msgid "" "New Magic tools have been added to Tux Paint: \"Pixels\" makes it easier to " "create retro-gaming style pixel art, \"Checkerboard\" fills the entire " @@ -461,14 +461,14 @@ msgid "" "picture via brush strokes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:71 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:71 msgid "" "Tux Paint's user documentation has been overhauled, making localization " "easier. Parties interested in helping with localization are encouraged to " "contact the Tux Paint team." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:72 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:72 msgid "" "Finally, a new pair of accessibility options have been added. The entire " "user interface can now be enlarged benefiting users with impaired vision, " @@ -478,34 +478,34 @@ msgid "" "systems." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:77 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:77 msgid "" "A major improvement has been made to the Shapes tool, which now provides " "options to choose whether shapes are drawn from the center or a corner, " "making it easier to use in any situation." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:78 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:78 msgid "" "The on-screen keyboard, an accessibility feature optionally available when " "using the Text and Label tools, now appears larger on bigger displays; " "helpful for users of coarser input devices, such as eye-tracking systems." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:79 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:79 msgid "" "The Eraser tool adds new, smaller eraser sizes, and applies smoother, " "contiguous strokes when the pointer is moved quickly." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:80 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:80 msgid "" "Finally, this newest version adds options to export individual drawings and " "GIF animations, making it easy to share pictures, cartoons, and slideshows " "with others." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:85 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:85 msgid "" "The latest version has promoted the \"Fill\" tool, previously found under " "the \"Magic\" section of Tux Paint, to the main toolbar, where it's easier " @@ -515,21 +515,21 @@ msgid "" "images." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:86 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:86 msgid "" "Tux Paint also now makes it possible to disable stereo sound, which can " "benefit users with a hearing impairment, or in situations where only one " "speaker is available." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:91 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:91 msgid "" "New in this version are a \"color picker\", which allows any color within a " "drawing to be chosen using the pointer, and a set of three-, four-, and five-" "pointed star shapes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:92 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:92 msgid "" "The latest version also incorporates a number of new translations, bringing " "the number of supported languages up to nearly 130: Bengali, Bodo, Dogri, " @@ -1302,18 +1302,18 @@ msgid "" msgstr "" #. Color mixer; e.g., "Your color is entirely grey." -#: ../tuxpaint.c:23727 ../tuxpaint.c:23734 +#: ../tuxpaint.c:23734 ../tuxpaint.c:23741 msgid "entirely" msgstr "" #. Add "Color Select" color: -#: ../tuxpaint.c:26644 +#: ../tuxpaint.c:26651 msgid "Select a color from your drawing." msgstr "" #. Add "Color Picker" color: #. (This is an attempt to describe an HSV color picker in extremely basic terms!) -#: ../tuxpaint.c:26653 +#: ../tuxpaint.c:26660 msgid "" "Pick a color. Hues go top to bottom. Saturation/intensity goes left (pale) " "to right (pure). Value (lightness/darkness): grey bar." @@ -1321,7 +1321,7 @@ msgstr "" #. Add "Color Mixer" color: #. (The terms 'tint', 'tone', and 'shade' relate to combining white, grey, or black paint (respectively) to another color) -#: ../tuxpaint.c:26665 +#: ../tuxpaint.c:26672 msgid "" "Click the primary colors (red, yellow, and blue), white (to tint), grey (to " "tone), and black (to shade), to mix together a new color." @@ -1507,10 +1507,16 @@ msgstr "पंहिंजे तस्वीर में फिॾाई आ msgid "Emboss" msgstr "एम्बोस" -#: ../../magic/src/emboss.c:114 +#: ../../magic/src/emboss.c:115 msgid "Click and drag the mouse to emboss the picture." msgstr "तस्वीर एम्बोस करण लाइ क्लिक करियो ऐं माऊसु गिहिलियो" +#: ../../magic/src/emboss.c:117 +#, fuzzy +#| msgid "Click to sharpen the entire picture." +msgid "Click to emboss the entire picture." +msgstr "पंहिंजी समूरी तस्वीर तिखी करण लाइ क्लिक करियो." + #: ../../magic/src/fade_darken.c:115 msgid "Lighten" msgstr "रोशनु कयलु" diff --git a/src/po/shs.po b/src/po/shs.po index f63bb2ca9..94eeb16b8 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: 2022-06-14 00:59-0700\n" +"POT-Creation-Date: 2022-07-03 16:31-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" @@ -317,15 +317,15 @@ msgstr "" msgid "Minimize" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:8 ../tuxpaint.desktop.in:3 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:8 ../tuxpaint.desktop.in:3 msgid "Tux Paint" msgstr "Tux Paint" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:9 ../tuxpaint.desktop.in:10 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:9 ../tuxpaint.desktop.in:10 msgid "A drawing program for children" msgstr "ළමයින් සඳහා ඇඳීමේ වැඩසටහන" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:11 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:11 msgid "" "Tux Paint is a free, award-winning drawing program for children ages 3 to " "12. Tux Paint is used in schools around the world as a computer literacy " @@ -334,30 +334,30 @@ msgid "" "program." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:19 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:19 msgid "" "Kids are presented with a blank canvas and a variety of drawing tools to " "help them be creative." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:24 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:24 msgid "New Breed Software et al." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:36 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:36 msgid "The Magic tool is a set of special effects" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:40 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:40 msgid "" "The Paint Brush tool lets you draw freehand, using various brushes and colors" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:44 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:44 msgid "The Stamp tool is like a set of rubber stamps or stickers" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:50 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:50 msgid "" "Tux Paint's Color palette includes a new Color Mixer option, which allows " "users to combine different proportions of primary colors (red, yellow, and " @@ -365,7 +365,7 @@ msgid "" "mixing paints." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:51 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:51 msgid "" "The Color Picker option, which previously offered a static palette of around " "sixty-five thousand color choices, now supports separate hue, saturation, " @@ -373,21 +373,21 @@ msgid "" "colors." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:52 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:52 msgid "" "Also, a keyboard shortcut is now available for quick access to the Color " "Selector — the \"pipette\" tool used for picking colors from the current " "drawing." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:53 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53 msgid "" "The Paint and Lines tools now provide a way to adjust the spacing of " "brushes, allowing dotted lines or smearing effects to be made. Many brushes " "have been given better default spacing values, as well." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:54 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54 msgid "" "Two new variations of the Zoom Magic Tool, Tile Zoom and Rush, have been " "added. When shrinking a drawing with Tile Zoom, it replicates the drawing " @@ -395,7 +395,7 @@ msgid "" "background color. The Rush tool blurs the results." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:55 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:55 msgid "" "Tux Paint's Shapes tool now offers hexagon (6-sided) and heptagon (7-sided) " "polygons. For shapes which can be stretched (rectangle, oval, etc.), the " @@ -404,7 +404,7 @@ msgid "" "has also been expanded." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:56 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:56 msgid "" "Keyboard shortcuts, such as [Control]+[S] to save a drawing, are now " "accessed with the more traditional [⌘ Command] key when using Tux Paint on " @@ -412,7 +412,7 @@ msgid "" "The look and feel of the user documentation has been improved." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:61 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:61 msgid "" "Tux Paint's Paint and Line tools now support brushes that rotate based on " "the angle of the stroke. This new rotation feature, as well as the older " @@ -421,7 +421,7 @@ msgid "" "painting mode for interactively coloring within a confined area." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:62 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:62 msgid "" "Six new Magic tools have been added to Tux Paint. Panels shrinks and " "duplicates the drawing into a 2-by-2 grid, which is useful for making four-" @@ -432,7 +432,7 @@ msgid "" "of Tux Paint's classic Rainbow tool." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:63 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:63 msgid "" "A number of existing Magic tools have been updated, as well. Improvements " "were made to Halftone, which simulates photographs on newsprint; Cartoon, " @@ -441,7 +441,7 @@ msgid "" "Chalk, and Emboss, now offer the ability to alter the entire image at once!" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:64 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:64 msgid "" "Finally, Magic tools are now grouped into collections of similar effects — " "painting, distorts, color filters, picture warps, pattern painting, " @@ -449,7 +449,7 @@ msgid "" "need." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:69 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:69 msgid "" "Tux Paint's Fill tool now offers options to fill an area with color " "gradients. The \"Radial\" fill creates a circular gradient centered around " @@ -457,7 +457,7 @@ msgid "" "of gradients at different angles and sizes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:70 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:70 msgid "" "New Magic tools have been added to Tux Paint: \"Pixels\" makes it easier to " "create retro-gaming style pixel art, \"Checkerboard\" fills the entire " @@ -465,14 +465,14 @@ msgid "" "picture via brush strokes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:71 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:71 msgid "" "Tux Paint's user documentation has been overhauled, making localization " "easier. Parties interested in helping with localization are encouraged to " "contact the Tux Paint team." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:72 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:72 msgid "" "Finally, a new pair of accessibility options have been added. The entire " "user interface can now be enlarged benefiting users with impaired vision, " @@ -482,34 +482,34 @@ msgid "" "systems." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:77 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:77 msgid "" "A major improvement has been made to the Shapes tool, which now provides " "options to choose whether shapes are drawn from the center or a corner, " "making it easier to use in any situation." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:78 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:78 msgid "" "The on-screen keyboard, an accessibility feature optionally available when " "using the Text and Label tools, now appears larger on bigger displays; " "helpful for users of coarser input devices, such as eye-tracking systems." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:79 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:79 msgid "" "The Eraser tool adds new, smaller eraser sizes, and applies smoother, " "contiguous strokes when the pointer is moved quickly." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:80 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:80 msgid "" "Finally, this newest version adds options to export individual drawings and " "GIF animations, making it easy to share pictures, cartoons, and slideshows " "with others." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:85 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:85 msgid "" "The latest version has promoted the \"Fill\" tool, previously found under " "the \"Magic\" section of Tux Paint, to the main toolbar, where it's easier " @@ -519,21 +519,21 @@ msgid "" "images." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:86 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:86 msgid "" "Tux Paint also now makes it possible to disable stereo sound, which can " "benefit users with a hearing impairment, or in situations where only one " "speaker is available." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:91 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:91 msgid "" "New in this version are a \"color picker\", which allows any color within a " "drawing to be chosen using the pointer, and a set of three-, four-, and five-" "pointed star shapes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:92 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:92 msgid "" "The latest version also incorporates a number of new translations, bringing " "the number of supported languages up to nearly 130: Bengali, Bodo, Dogri, " @@ -1328,18 +1328,18 @@ msgid "" msgstr "" #. Color mixer; e.g., "Your color is entirely grey." -#: ../tuxpaint.c:23727 ../tuxpaint.c:23734 +#: ../tuxpaint.c:23734 ../tuxpaint.c:23741 msgid "entirely" msgstr "" #. Add "Color Select" color: -#: ../tuxpaint.c:26644 +#: ../tuxpaint.c:26651 msgid "Select a color from your drawing." msgstr "" #. Add "Color Picker" color: #. (This is an attempt to describe an HSV color picker in extremely basic terms!) -#: ../tuxpaint.c:26653 +#: ../tuxpaint.c:26660 msgid "" "Pick a color. Hues go top to bottom. Saturation/intensity goes left (pale) " "to right (pure). Value (lightness/darkness): grey bar." @@ -1347,7 +1347,7 @@ msgstr "" #. Add "Color Mixer" color: #. (The terms 'tint', 'tone', and 'shade' relate to combining white, grey, or black paint (respectively) to another color) -#: ../tuxpaint.c:26665 +#: ../tuxpaint.c:26672 msgid "" "Click the primary colors (red, yellow, and blue), white (to tint), grey (to " "tone), and black (to shade), to mix together a new color." @@ -1533,10 +1533,16 @@ msgstr "ඔබේ පින්තූරයේ විකෘතියක් ඇත msgid "Emboss" msgstr "කැටයම් මතුකර පෙන්වීම" -#: ../../magic/src/emboss.c:114 +#: ../../magic/src/emboss.c:115 msgid "Click and drag the mouse to emboss the picture." msgstr "පින්තූරය කැටයම් ලෙස මතුකර පෙන්වීමට මූසික ක්ලිකය කර අදින්න." +#: ../../magic/src/emboss.c:117 +#, fuzzy +#| msgid "Click to sharpen the entire picture." +msgid "Click to emboss the entire picture." +msgstr "මුලු පින්තුරයම මුවහත් කිරීමට තද කරන්න." + #: ../../magic/src/fade_darken.c:115 msgid "Lighten" msgstr "එළිය කරන්න" diff --git a/src/po/sk.po b/src/po/sk.po index 9d268fb8c..c3dd25829 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: 2022-06-14 00:59-0700\n" +"POT-Creation-Date: 2022-07-03 16:31-0700\n" "PO-Revision-Date: 2021-11-30 10:29+0100\n" "Last-Translator: Jozef Říha \n" "Language-Team: Slovak \n" @@ -313,15 +313,15 @@ msgstr "" msgid "Minimize" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:8 ../tuxpaint.desktop.in:3 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:8 ../tuxpaint.desktop.in:3 msgid "Tux Paint" msgstr "Kreslenie s Tuxom" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:9 ../tuxpaint.desktop.in:10 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:9 ../tuxpaint.desktop.in:10 msgid "A drawing program for children" msgstr "Program na kreslenie pre deti" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:11 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:11 msgid "" "Tux Paint is a free, award-winning drawing program for children ages 3 to " "12. Tux Paint is used in schools around the world as a computer literacy " @@ -330,30 +330,30 @@ msgid "" "program." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:19 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:19 msgid "" "Kids are presented with a blank canvas and a variety of drawing tools to " "help them be creative." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:24 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:24 msgid "New Breed Software et al." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:36 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:36 msgid "The Magic tool is a set of special effects" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:40 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:40 msgid "" "The Paint Brush tool lets you draw freehand, using various brushes and colors" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:44 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:44 msgid "The Stamp tool is like a set of rubber stamps or stickers" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:50 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:50 msgid "" "Tux Paint's Color palette includes a new Color Mixer option, which allows " "users to combine different proportions of primary colors (red, yellow, and " @@ -361,7 +361,7 @@ msgid "" "mixing paints." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:51 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:51 msgid "" "The Color Picker option, which previously offered a static palette of around " "sixty-five thousand color choices, now supports separate hue, saturation, " @@ -369,21 +369,21 @@ msgid "" "colors." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:52 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:52 msgid "" "Also, a keyboard shortcut is now available for quick access to the Color " "Selector — the \"pipette\" tool used for picking colors from the current " "drawing." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:53 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53 msgid "" "The Paint and Lines tools now provide a way to adjust the spacing of " "brushes, allowing dotted lines or smearing effects to be made. Many brushes " "have been given better default spacing values, as well." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:54 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54 msgid "" "Two new variations of the Zoom Magic Tool, Tile Zoom and Rush, have been " "added. When shrinking a drawing with Tile Zoom, it replicates the drawing " @@ -391,7 +391,7 @@ msgid "" "background color. The Rush tool blurs the results." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:55 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:55 msgid "" "Tux Paint's Shapes tool now offers hexagon (6-sided) and heptagon (7-sided) " "polygons. For shapes which can be stretched (rectangle, oval, etc.), the " @@ -400,7 +400,7 @@ msgid "" "has also been expanded." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:56 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:56 msgid "" "Keyboard shortcuts, such as [Control]+[S] to save a drawing, are now " "accessed with the more traditional [⌘ Command] key when using Tux Paint on " @@ -408,7 +408,7 @@ msgid "" "The look and feel of the user documentation has been improved." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:61 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:61 msgid "" "Tux Paint's Paint and Line tools now support brushes that rotate based on " "the angle of the stroke. This new rotation feature, as well as the older " @@ -417,7 +417,7 @@ msgid "" "painting mode for interactively coloring within a confined area." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:62 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:62 msgid "" "Six new Magic tools have been added to Tux Paint. Panels shrinks and " "duplicates the drawing into a 2-by-2 grid, which is useful for making four-" @@ -428,7 +428,7 @@ msgid "" "of Tux Paint's classic Rainbow tool." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:63 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:63 msgid "" "A number of existing Magic tools have been updated, as well. Improvements " "were made to Halftone, which simulates photographs on newsprint; Cartoon, " @@ -437,7 +437,7 @@ msgid "" "Chalk, and Emboss, now offer the ability to alter the entire image at once!" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:64 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:64 msgid "" "Finally, Magic tools are now grouped into collections of similar effects — " "painting, distorts, color filters, picture warps, pattern painting, " @@ -445,7 +445,7 @@ msgid "" "need." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:69 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:69 msgid "" "Tux Paint's Fill tool now offers options to fill an area with color " "gradients. The \"Radial\" fill creates a circular gradient centered around " @@ -453,7 +453,7 @@ msgid "" "of gradients at different angles and sizes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:70 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:70 msgid "" "New Magic tools have been added to Tux Paint: \"Pixels\" makes it easier to " "create retro-gaming style pixel art, \"Checkerboard\" fills the entire " @@ -461,14 +461,14 @@ msgid "" "picture via brush strokes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:71 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:71 msgid "" "Tux Paint's user documentation has been overhauled, making localization " "easier. Parties interested in helping with localization are encouraged to " "contact the Tux Paint team." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:72 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:72 msgid "" "Finally, a new pair of accessibility options have been added. The entire " "user interface can now be enlarged benefiting users with impaired vision, " @@ -478,34 +478,34 @@ msgid "" "systems." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:77 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:77 msgid "" "A major improvement has been made to the Shapes tool, which now provides " "options to choose whether shapes are drawn from the center or a corner, " "making it easier to use in any situation." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:78 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:78 msgid "" "The on-screen keyboard, an accessibility feature optionally available when " "using the Text and Label tools, now appears larger on bigger displays; " "helpful for users of coarser input devices, such as eye-tracking systems." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:79 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:79 msgid "" "The Eraser tool adds new, smaller eraser sizes, and applies smoother, " "contiguous strokes when the pointer is moved quickly." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:80 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:80 msgid "" "Finally, this newest version adds options to export individual drawings and " "GIF animations, making it easy to share pictures, cartoons, and slideshows " "with others." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:85 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:85 msgid "" "The latest version has promoted the \"Fill\" tool, previously found under " "the \"Magic\" section of Tux Paint, to the main toolbar, where it's easier " @@ -515,21 +515,21 @@ msgid "" "images." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:86 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:86 msgid "" "Tux Paint also now makes it possible to disable stereo sound, which can " "benefit users with a hearing impairment, or in situations where only one " "speaker is available." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:91 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:91 msgid "" "New in this version are a \"color picker\", which allows any color within a " "drawing to be chosen using the pointer, and a set of three-, four-, and five-" "pointed star shapes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:92 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:92 msgid "" "The latest version also incorporates a number of new translations, bringing " "the number of supported languages up to nearly 130: Bengali, Bodo, Dogri, " @@ -1291,18 +1291,18 @@ msgid "" msgstr "" #. Color mixer; e.g., "Your color is entirely grey." -#: ../tuxpaint.c:23727 ../tuxpaint.c:23734 +#: ../tuxpaint.c:23734 ../tuxpaint.c:23741 msgid "entirely" msgstr "" #. Add "Color Select" color: -#: ../tuxpaint.c:26644 +#: ../tuxpaint.c:26651 msgid "Select a color from your drawing." msgstr "Vyber farbu z kresby." #. Add "Color Picker" color: #. (This is an attempt to describe an HSV color picker in extremely basic terms!) -#: ../tuxpaint.c:26653 +#: ../tuxpaint.c:26660 msgid "" "Pick a color. Hues go top to bottom. Saturation/intensity goes left (pale) " "to right (pure). Value (lightness/darkness): grey bar." @@ -1310,7 +1310,7 @@ msgstr "" #. Add "Color Mixer" color: #. (The terms 'tint', 'tone', and 'shade' relate to combining white, grey, or black paint (respectively) to another color) -#: ../tuxpaint.c:26665 +#: ../tuxpaint.c:26672 msgid "" "Click the primary colors (red, yellow, and blue), white (to tint), grey (to " "tone), and black (to shade), to mix together a new color." @@ -1472,10 +1472,16 @@ msgstr "Kliknutím a ťahaním myši svoj obrázok skreslíš." msgid "Emboss" msgstr "Rytina" -#: ../../magic/src/emboss.c:114 +#: ../../magic/src/emboss.c:115 msgid "Click and drag the mouse to emboss the picture." msgstr "Kliknutím a ťahaním myši urobíš z obrázka rytinu." +#: ../../magic/src/emboss.c:117 +#, fuzzy +#| msgid "Click to sharpen the entire picture." +msgid "Click to emboss the entire picture." +msgstr "Kliknutím zostríš celý obrázok." + #: ../../magic/src/fade_darken.c:115 msgid "Lighten" msgstr "Zosvetliť" diff --git a/src/po/sl.po b/src/po/sl.po index ae0df94ac..8d33f70c9 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: 2022-06-14 00:59-0700\n" +"POT-Creation-Date: 2022-07-03 16:31-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" @@ -314,15 +314,15 @@ msgstr "" msgid "Minimize" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:8 ../tuxpaint.desktop.in:3 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:8 ../tuxpaint.desktop.in:3 msgid "Tux Paint" msgstr "Slikar Tux" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:9 ../tuxpaint.desktop.in:10 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:9 ../tuxpaint.desktop.in:10 msgid "A drawing program for children" msgstr "Risarski program za otroke" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:11 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:11 msgid "" "Tux Paint is a free, award-winning drawing program for children ages 3 to " "12. Tux Paint is used in schools around the world as a computer literacy " @@ -331,30 +331,30 @@ msgid "" "program." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:19 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:19 msgid "" "Kids are presented with a blank canvas and a variety of drawing tools to " "help them be creative." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:24 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:24 msgid "New Breed Software et al." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:36 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:36 msgid "The Magic tool is a set of special effects" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:40 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:40 msgid "" "The Paint Brush tool lets you draw freehand, using various brushes and colors" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:44 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:44 msgid "The Stamp tool is like a set of rubber stamps or stickers" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:50 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:50 msgid "" "Tux Paint's Color palette includes a new Color Mixer option, which allows " "users to combine different proportions of primary colors (red, yellow, and " @@ -362,7 +362,7 @@ msgid "" "mixing paints." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:51 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:51 msgid "" "The Color Picker option, which previously offered a static palette of around " "sixty-five thousand color choices, now supports separate hue, saturation, " @@ -370,21 +370,21 @@ msgid "" "colors." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:52 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:52 msgid "" "Also, a keyboard shortcut is now available for quick access to the Color " "Selector — the \"pipette\" tool used for picking colors from the current " "drawing." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:53 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53 msgid "" "The Paint and Lines tools now provide a way to adjust the spacing of " "brushes, allowing dotted lines or smearing effects to be made. Many brushes " "have been given better default spacing values, as well." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:54 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54 msgid "" "Two new variations of the Zoom Magic Tool, Tile Zoom and Rush, have been " "added. When shrinking a drawing with Tile Zoom, it replicates the drawing " @@ -392,7 +392,7 @@ msgid "" "background color. The Rush tool blurs the results." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:55 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:55 msgid "" "Tux Paint's Shapes tool now offers hexagon (6-sided) and heptagon (7-sided) " "polygons. For shapes which can be stretched (rectangle, oval, etc.), the " @@ -401,7 +401,7 @@ msgid "" "has also been expanded." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:56 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:56 msgid "" "Keyboard shortcuts, such as [Control]+[S] to save a drawing, are now " "accessed with the more traditional [⌘ Command] key when using Tux Paint on " @@ -409,7 +409,7 @@ msgid "" "The look and feel of the user documentation has been improved." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:61 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:61 msgid "" "Tux Paint's Paint and Line tools now support brushes that rotate based on " "the angle of the stroke. This new rotation feature, as well as the older " @@ -418,7 +418,7 @@ msgid "" "painting mode for interactively coloring within a confined area." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:62 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:62 msgid "" "Six new Magic tools have been added to Tux Paint. Panels shrinks and " "duplicates the drawing into a 2-by-2 grid, which is useful for making four-" @@ -429,7 +429,7 @@ msgid "" "of Tux Paint's classic Rainbow tool." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:63 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:63 msgid "" "A number of existing Magic tools have been updated, as well. Improvements " "were made to Halftone, which simulates photographs on newsprint; Cartoon, " @@ -438,7 +438,7 @@ msgid "" "Chalk, and Emboss, now offer the ability to alter the entire image at once!" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:64 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:64 msgid "" "Finally, Magic tools are now grouped into collections of similar effects — " "painting, distorts, color filters, picture warps, pattern painting, " @@ -446,7 +446,7 @@ msgid "" "need." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:69 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:69 msgid "" "Tux Paint's Fill tool now offers options to fill an area with color " "gradients. The \"Radial\" fill creates a circular gradient centered around " @@ -454,7 +454,7 @@ msgid "" "of gradients at different angles and sizes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:70 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:70 msgid "" "New Magic tools have been added to Tux Paint: \"Pixels\" makes it easier to " "create retro-gaming style pixel art, \"Checkerboard\" fills the entire " @@ -462,14 +462,14 @@ msgid "" "picture via brush strokes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:71 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:71 msgid "" "Tux Paint's user documentation has been overhauled, making localization " "easier. Parties interested in helping with localization are encouraged to " "contact the Tux Paint team." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:72 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:72 msgid "" "Finally, a new pair of accessibility options have been added. The entire " "user interface can now be enlarged benefiting users with impaired vision, " @@ -479,34 +479,34 @@ msgid "" "systems." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:77 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:77 msgid "" "A major improvement has been made to the Shapes tool, which now provides " "options to choose whether shapes are drawn from the center or a corner, " "making it easier to use in any situation." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:78 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:78 msgid "" "The on-screen keyboard, an accessibility feature optionally available when " "using the Text and Label tools, now appears larger on bigger displays; " "helpful for users of coarser input devices, such as eye-tracking systems." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:79 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:79 msgid "" "The Eraser tool adds new, smaller eraser sizes, and applies smoother, " "contiguous strokes when the pointer is moved quickly." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:80 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:80 msgid "" "Finally, this newest version adds options to export individual drawings and " "GIF animations, making it easy to share pictures, cartoons, and slideshows " "with others." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:85 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:85 msgid "" "The latest version has promoted the \"Fill\" tool, previously found under " "the \"Magic\" section of Tux Paint, to the main toolbar, where it's easier " @@ -516,21 +516,21 @@ msgid "" "images." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:86 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:86 msgid "" "Tux Paint also now makes it possible to disable stereo sound, which can " "benefit users with a hearing impairment, or in situations where only one " "speaker is available." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:91 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:91 msgid "" "New in this version are a \"color picker\", which allows any color within a " "drawing to be chosen using the pointer, and a set of three-, four-, and five-" "pointed star shapes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:92 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:92 msgid "" "The latest version also incorporates a number of new translations, bringing " "the number of supported languages up to nearly 130: Bengali, Bodo, Dogri, " @@ -1307,18 +1307,18 @@ msgid "" msgstr "" #. Color mixer; e.g., "Your color is entirely grey." -#: ../tuxpaint.c:23727 ../tuxpaint.c:23734 +#: ../tuxpaint.c:23734 ../tuxpaint.c:23741 msgid "entirely" msgstr "" #. Add "Color Select" color: -#: ../tuxpaint.c:26644 +#: ../tuxpaint.c:26651 msgid "Select a color from your drawing." msgstr "Izbor barve na obstoječi sliki." #. Add "Color Picker" color: #. (This is an attempt to describe an HSV color picker in extremely basic terms!) -#: ../tuxpaint.c:26653 +#: ../tuxpaint.c:26660 msgid "" "Pick a color. Hues go top to bottom. Saturation/intensity goes left (pale) " "to right (pure). Value (lightness/darkness): grey bar." @@ -1326,7 +1326,7 @@ msgstr "" #. Add "Color Mixer" color: #. (The terms 'tint', 'tone', and 'shade' relate to combining white, grey, or black paint (respectively) to another color) -#: ../tuxpaint.c:26665 +#: ../tuxpaint.c:26672 msgid "" "Click the primary colors (red, yellow, and blue), white (to tint), grey (to " "tone), and black (to shade), to mix together a new color." @@ -1495,10 +1495,16 @@ msgstr "S klikom in premikanjem miške je mogoče zviti sliko." msgid "Emboss" msgstr "Izdolbljenje" -#: ../../magic/src/emboss.c:114 +#: ../../magic/src/emboss.c:115 msgid "Click and drag the mouse to emboss the picture." msgstr "S klikom in premikanjem miške je mogoče izdolbsti sliko." +#: ../../magic/src/emboss.c:117 +#, fuzzy +#| msgid "Click to sharpen the entire picture." +msgid "Click to emboss the entire picture." +msgstr "S klikom miške je mogoče izostriti celo sliko." + #: ../../magic/src/fade_darken.c:115 msgid "Lighten" msgstr "Posvetlitev" diff --git a/src/po/son.po b/src/po/son.po index 2f843c608..b3b036dd2 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: 2022-06-14 00:59-0700\n" +"POT-Creation-Date: 2022-07-03 16:31-0700\n" "PO-Revision-Date: 2017-12-30 18:17+0000\n" "Last-Translator: Chris \n" "Language-Team: Songhay Localization Team\n" @@ -314,15 +314,15 @@ msgstr "" msgid "Minimize" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:8 ../tuxpaint.desktop.in:3 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:8 ../tuxpaint.desktop.in:3 msgid "Tux Paint" msgstr "Tux Paint" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:9 ../tuxpaint.desktop.in:10 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:9 ../tuxpaint.desktop.in:10 msgid "A drawing program for children" msgstr "Biiteeyan porogaram zankey se" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:11 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:11 msgid "" "Tux Paint is a free, award-winning drawing program for children ages 3 to " "12. Tux Paint is used in schools around the world as a computer literacy " @@ -331,30 +331,30 @@ msgid "" "program." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:19 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:19 msgid "" "Kids are presented with a blank canvas and a variety of drawing tools to " "help them be creative." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:24 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:24 msgid "New Breed Software et al." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:36 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:36 msgid "The Magic tool is a set of special effects" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:40 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:40 msgid "" "The Paint Brush tool lets you draw freehand, using various brushes and colors" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:44 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:44 msgid "The Stamp tool is like a set of rubber stamps or stickers" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:50 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:50 msgid "" "Tux Paint's Color palette includes a new Color Mixer option, which allows " "users to combine different proportions of primary colors (red, yellow, and " @@ -362,7 +362,7 @@ msgid "" "mixing paints." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:51 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:51 msgid "" "The Color Picker option, which previously offered a static palette of around " "sixty-five thousand color choices, now supports separate hue, saturation, " @@ -370,21 +370,21 @@ msgid "" "colors." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:52 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:52 msgid "" "Also, a keyboard shortcut is now available for quick access to the Color " "Selector — the \"pipette\" tool used for picking colors from the current " "drawing." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:53 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53 msgid "" "The Paint and Lines tools now provide a way to adjust the spacing of " "brushes, allowing dotted lines or smearing effects to be made. Many brushes " "have been given better default spacing values, as well." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:54 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54 msgid "" "Two new variations of the Zoom Magic Tool, Tile Zoom and Rush, have been " "added. When shrinking a drawing with Tile Zoom, it replicates the drawing " @@ -392,7 +392,7 @@ msgid "" "background color. The Rush tool blurs the results." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:55 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:55 msgid "" "Tux Paint's Shapes tool now offers hexagon (6-sided) and heptagon (7-sided) " "polygons. For shapes which can be stretched (rectangle, oval, etc.), the " @@ -401,7 +401,7 @@ msgid "" "has also been expanded." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:56 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:56 msgid "" "Keyboard shortcuts, such as [Control]+[S] to save a drawing, are now " "accessed with the more traditional [⌘ Command] key when using Tux Paint on " @@ -409,7 +409,7 @@ msgid "" "The look and feel of the user documentation has been improved." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:61 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:61 msgid "" "Tux Paint's Paint and Line tools now support brushes that rotate based on " "the angle of the stroke. This new rotation feature, as well as the older " @@ -418,7 +418,7 @@ msgid "" "painting mode for interactively coloring within a confined area." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:62 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:62 msgid "" "Six new Magic tools have been added to Tux Paint. Panels shrinks and " "duplicates the drawing into a 2-by-2 grid, which is useful for making four-" @@ -429,7 +429,7 @@ msgid "" "of Tux Paint's classic Rainbow tool." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:63 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:63 msgid "" "A number of existing Magic tools have been updated, as well. Improvements " "were made to Halftone, which simulates photographs on newsprint; Cartoon, " @@ -438,7 +438,7 @@ msgid "" "Chalk, and Emboss, now offer the ability to alter the entire image at once!" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:64 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:64 msgid "" "Finally, Magic tools are now grouped into collections of similar effects — " "painting, distorts, color filters, picture warps, pattern painting, " @@ -446,7 +446,7 @@ msgid "" "need." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:69 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:69 msgid "" "Tux Paint's Fill tool now offers options to fill an area with color " "gradients. The \"Radial\" fill creates a circular gradient centered around " @@ -454,7 +454,7 @@ msgid "" "of gradients at different angles and sizes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:70 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:70 msgid "" "New Magic tools have been added to Tux Paint: \"Pixels\" makes it easier to " "create retro-gaming style pixel art, \"Checkerboard\" fills the entire " @@ -462,14 +462,14 @@ msgid "" "picture via brush strokes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:71 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:71 msgid "" "Tux Paint's user documentation has been overhauled, making localization " "easier. Parties interested in helping with localization are encouraged to " "contact the Tux Paint team." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:72 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:72 msgid "" "Finally, a new pair of accessibility options have been added. The entire " "user interface can now be enlarged benefiting users with impaired vision, " @@ -479,34 +479,34 @@ msgid "" "systems." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:77 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:77 msgid "" "A major improvement has been made to the Shapes tool, which now provides " "options to choose whether shapes are drawn from the center or a corner, " "making it easier to use in any situation." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:78 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:78 msgid "" "The on-screen keyboard, an accessibility feature optionally available when " "using the Text and Label tools, now appears larger on bigger displays; " "helpful for users of coarser input devices, such as eye-tracking systems." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:79 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:79 msgid "" "The Eraser tool adds new, smaller eraser sizes, and applies smoother, " "contiguous strokes when the pointer is moved quickly." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:80 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:80 msgid "" "Finally, this newest version adds options to export individual drawings and " "GIF animations, making it easy to share pictures, cartoons, and slideshows " "with others." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:85 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:85 msgid "" "The latest version has promoted the \"Fill\" tool, previously found under " "the \"Magic\" section of Tux Paint, to the main toolbar, where it's easier " @@ -516,21 +516,21 @@ msgid "" "images." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:86 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:86 msgid "" "Tux Paint also now makes it possible to disable stereo sound, which can " "benefit users with a hearing impairment, or in situations where only one " "speaker is available." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:91 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:91 msgid "" "New in this version are a \"color picker\", which allows any color within a " "drawing to be chosen using the pointer, and a set of three-, four-, and five-" "pointed star shapes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:92 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:92 msgid "" "The latest version also incorporates a number of new translations, bringing " "the number of supported languages up to nearly 130: Bengali, Bodo, Dogri, " @@ -1308,18 +1308,18 @@ msgid "" msgstr "" #. Color mixer; e.g., "Your color is entirely grey." -#: ../tuxpaint.c:23727 ../tuxpaint.c:23734 +#: ../tuxpaint.c:23734 ../tuxpaint.c:23741 msgid "entirely" msgstr "" #. Add "Color Select" color: -#: ../tuxpaint.c:26644 +#: ../tuxpaint.c:26651 msgid "Select a color from your drawing." msgstr "Noone foo suuba ni biiteeroo ga." #. Add "Color Picker" color: #. (This is an attempt to describe an HSV color picker in extremely basic terms!) -#: ../tuxpaint.c:26653 +#: ../tuxpaint.c:26660 msgid "" "Pick a color. Hues go top to bottom. Saturation/intensity goes left (pale) " "to right (pure). Value (lightness/darkness): grey bar." @@ -1327,7 +1327,7 @@ msgstr "" #. Add "Color Mixer" color: #. (The terms 'tint', 'tone', and 'shade' relate to combining white, grey, or black paint (respectively) to another color) -#: ../tuxpaint.c:26665 +#: ../tuxpaint.c:26672 msgid "" "Click the primary colors (red, yellow, and blue), white (to tint), grey (to " "tone), and black (to shade), to mix together a new color." @@ -1493,10 +1493,16 @@ msgstr "Naagu ka ncaŋoo nor ka ni biyoo golbandi." msgid "Emboss" msgstr "Wargandi" -#: ../../magic/src/emboss.c:114 +#: ../../magic/src/emboss.c:115 msgid "Click and drag the mouse to emboss the picture." msgstr "Naagu, ma ncaŋoo nor ka biyoo wargandi." +#: ../../magic/src/emboss.c:117 +#, fuzzy +#| msgid "Click to sharpen the entire picture." +msgid "Click to emboss the entire picture." +msgstr "Naagu ka biyoo kul yanta." + #: ../../magic/src/fade_darken.c:115 msgid "Lighten" msgstr "Henanandi" diff --git a/src/po/sq.po b/src/po/sq.po index ff8e4a1c4..9fde2db17 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: 2022-06-14 00:59-0700\n" +"POT-Creation-Date: 2022-07-03 16:31-0700\n" "PO-Revision-Date: 2021-11-26 13:47+0200\n" "Last-Translator: Besnik Bleta \n" "Language-Team: none\n" @@ -311,15 +311,15 @@ msgstr "" msgid "Minimize" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:8 ../tuxpaint.desktop.in:3 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:8 ../tuxpaint.desktop.in:3 msgid "Tux Paint" msgstr "Tux Paint" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:9 ../tuxpaint.desktop.in:10 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:9 ../tuxpaint.desktop.in:10 msgid "A drawing program for children" msgstr "Program vizatimi për fëmijë" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:11 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:11 msgid "" "Tux Paint is a free, award-winning drawing program for children ages 3 to " "12. Tux Paint is used in schools around the world as a computer literacy " @@ -328,30 +328,30 @@ msgid "" "program." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:19 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:19 msgid "" "Kids are presented with a blank canvas and a variety of drawing tools to " "help them be creative." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:24 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:24 msgid "New Breed Software et al." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:36 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:36 msgid "The Magic tool is a set of special effects" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:40 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:40 msgid "" "The Paint Brush tool lets you draw freehand, using various brushes and colors" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:44 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:44 msgid "The Stamp tool is like a set of rubber stamps or stickers" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:50 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:50 msgid "" "Tux Paint's Color palette includes a new Color Mixer option, which allows " "users to combine different proportions of primary colors (red, yellow, and " @@ -359,7 +359,7 @@ msgid "" "mixing paints." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:51 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:51 msgid "" "The Color Picker option, which previously offered a static palette of around " "sixty-five thousand color choices, now supports separate hue, saturation, " @@ -367,21 +367,21 @@ msgid "" "colors." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:52 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:52 msgid "" "Also, a keyboard shortcut is now available for quick access to the Color " "Selector — the \"pipette\" tool used for picking colors from the current " "drawing." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:53 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53 msgid "" "The Paint and Lines tools now provide a way to adjust the spacing of " "brushes, allowing dotted lines or smearing effects to be made. Many brushes " "have been given better default spacing values, as well." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:54 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54 msgid "" "Two new variations of the Zoom Magic Tool, Tile Zoom and Rush, have been " "added. When shrinking a drawing with Tile Zoom, it replicates the drawing " @@ -389,7 +389,7 @@ msgid "" "background color. The Rush tool blurs the results." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:55 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:55 msgid "" "Tux Paint's Shapes tool now offers hexagon (6-sided) and heptagon (7-sided) " "polygons. For shapes which can be stretched (rectangle, oval, etc.), the " @@ -398,7 +398,7 @@ msgid "" "has also been expanded." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:56 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:56 msgid "" "Keyboard shortcuts, such as [Control]+[S] to save a drawing, are now " "accessed with the more traditional [⌘ Command] key when using Tux Paint on " @@ -406,7 +406,7 @@ msgid "" "The look and feel of the user documentation has been improved." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:61 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:61 msgid "" "Tux Paint's Paint and Line tools now support brushes that rotate based on " "the angle of the stroke. This new rotation feature, as well as the older " @@ -415,7 +415,7 @@ msgid "" "painting mode for interactively coloring within a confined area." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:62 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:62 msgid "" "Six new Magic tools have been added to Tux Paint. Panels shrinks and " "duplicates the drawing into a 2-by-2 grid, which is useful for making four-" @@ -426,7 +426,7 @@ msgid "" "of Tux Paint's classic Rainbow tool." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:63 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:63 msgid "" "A number of existing Magic tools have been updated, as well. Improvements " "were made to Halftone, which simulates photographs on newsprint; Cartoon, " @@ -435,7 +435,7 @@ msgid "" "Chalk, and Emboss, now offer the ability to alter the entire image at once!" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:64 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:64 msgid "" "Finally, Magic tools are now grouped into collections of similar effects — " "painting, distorts, color filters, picture warps, pattern painting, " @@ -443,7 +443,7 @@ msgid "" "need." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:69 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:69 msgid "" "Tux Paint's Fill tool now offers options to fill an area with color " "gradients. The \"Radial\" fill creates a circular gradient centered around " @@ -451,7 +451,7 @@ msgid "" "of gradients at different angles and sizes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:70 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:70 msgid "" "New Magic tools have been added to Tux Paint: \"Pixels\" makes it easier to " "create retro-gaming style pixel art, \"Checkerboard\" fills the entire " @@ -459,14 +459,14 @@ msgid "" "picture via brush strokes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:71 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:71 msgid "" "Tux Paint's user documentation has been overhauled, making localization " "easier. Parties interested in helping with localization are encouraged to " "contact the Tux Paint team." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:72 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:72 msgid "" "Finally, a new pair of accessibility options have been added. The entire " "user interface can now be enlarged benefiting users with impaired vision, " @@ -476,34 +476,34 @@ msgid "" "systems." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:77 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:77 msgid "" "A major improvement has been made to the Shapes tool, which now provides " "options to choose whether shapes are drawn from the center or a corner, " "making it easier to use in any situation." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:78 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:78 msgid "" "The on-screen keyboard, an accessibility feature optionally available when " "using the Text and Label tools, now appears larger on bigger displays; " "helpful for users of coarser input devices, such as eye-tracking systems." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:79 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:79 msgid "" "The Eraser tool adds new, smaller eraser sizes, and applies smoother, " "contiguous strokes when the pointer is moved quickly." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:80 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:80 msgid "" "Finally, this newest version adds options to export individual drawings and " "GIF animations, making it easy to share pictures, cartoons, and slideshows " "with others." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:85 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:85 msgid "" "The latest version has promoted the \"Fill\" tool, previously found under " "the \"Magic\" section of Tux Paint, to the main toolbar, where it's easier " @@ -513,21 +513,21 @@ msgid "" "images." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:86 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:86 msgid "" "Tux Paint also now makes it possible to disable stereo sound, which can " "benefit users with a hearing impairment, or in situations where only one " "speaker is available." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:91 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:91 msgid "" "New in this version are a \"color picker\", which allows any color within a " "drawing to be chosen using the pointer, and a set of three-, four-, and five-" "pointed star shapes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:92 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:92 msgid "" "The latest version also incorporates a number of new translations, bringing " "the number of supported languages up to nearly 130: Bengali, Bodo, Dogri, " @@ -1295,18 +1295,18 @@ msgid "" msgstr "" #. Color mixer; e.g., "Your color is entirely grey." -#: ../tuxpaint.c:23727 ../tuxpaint.c:23734 +#: ../tuxpaint.c:23734 ../tuxpaint.c:23741 msgid "entirely" msgstr "" #. Add "Color Select" color: -#: ../tuxpaint.c:26644 +#: ../tuxpaint.c:26651 msgid "Select a color from your drawing." msgstr "Përzgjidhni një ngjyrë prej vizatimit tuaj." #. Add "Color Picker" color: #. (This is an attempt to describe an HSV color picker in extremely basic terms!) -#: ../tuxpaint.c:26653 +#: ../tuxpaint.c:26660 msgid "" "Pick a color. Hues go top to bottom. Saturation/intensity goes left (pale) " "to right (pure). Value (lightness/darkness): grey bar." @@ -1314,7 +1314,7 @@ msgstr "" #. Add "Color Mixer" color: #. (The terms 'tint', 'tone', and 'shade' relate to combining white, grey, or black paint (respectively) to another color) -#: ../tuxpaint.c:26665 +#: ../tuxpaint.c:26672 msgid "" "Click the primary colors (red, yellow, and blue), white (to tint), grey (to " "tone), and black (to shade), to mix together a new color." @@ -1480,12 +1480,18 @@ msgstr "" msgid "Emboss" msgstr "Me reliev" -#: ../../magic/src/emboss.c:114 +#: ../../magic/src/emboss.c:115 msgid "Click and drag the mouse to emboss the picture." msgstr "" "Klikoni dhe tërhiqeni miun përreth që të krijohet te vizatimi efekti i " "relievit." +#: ../../magic/src/emboss.c:117 +#, fuzzy +#| msgid "Click to sharpen the entire picture." +msgid "Click to emboss the entire picture." +msgstr "Klikoni që të bëhen më i mprehtë krejt vizatimi." + #: ../../magic/src/fade_darken.c:115 msgid "Lighten" msgstr "Ndriçoje" diff --git a/src/po/sr.po b/src/po/sr.po index b4512fbee..68524e5f6 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: 2022-06-14 00:59-0700\n" +"POT-Creation-Date: 2022-07-03 16:31-0700\n" "PO-Revision-Date: 2010-12-12 00:00+0100\n" "Last-Translator: Ivana \n" "Language-Team: Serbian \n" @@ -333,15 +333,15 @@ msgid "Minimize" msgstr "" # -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:8 ../tuxpaint.desktop.in:3 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:8 ../tuxpaint.desktop.in:3 msgid "Tux Paint" msgstr "Такс Цртање" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:9 ../tuxpaint.desktop.in:10 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:9 ../tuxpaint.desktop.in:10 msgid "A drawing program for children" msgstr "Дечји програм за цртање" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:11 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:11 msgid "" "Tux Paint is a free, award-winning drawing program for children ages 3 to " "12. Tux Paint is used in schools around the world as a computer literacy " @@ -350,30 +350,30 @@ msgid "" "program." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:19 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:19 msgid "" "Kids are presented with a blank canvas and a variety of drawing tools to " "help them be creative." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:24 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:24 msgid "New Breed Software et al." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:36 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:36 msgid "The Magic tool is a set of special effects" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:40 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:40 msgid "" "The Paint Brush tool lets you draw freehand, using various brushes and colors" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:44 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:44 msgid "The Stamp tool is like a set of rubber stamps or stickers" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:50 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:50 msgid "" "Tux Paint's Color palette includes a new Color Mixer option, which allows " "users to combine different proportions of primary colors (red, yellow, and " @@ -381,7 +381,7 @@ msgid "" "mixing paints." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:51 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:51 msgid "" "The Color Picker option, which previously offered a static palette of around " "sixty-five thousand color choices, now supports separate hue, saturation, " @@ -389,21 +389,21 @@ msgid "" "colors." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:52 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:52 msgid "" "Also, a keyboard shortcut is now available for quick access to the Color " "Selector — the \"pipette\" tool used for picking colors from the current " "drawing." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:53 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53 msgid "" "The Paint and Lines tools now provide a way to adjust the spacing of " "brushes, allowing dotted lines or smearing effects to be made. Many brushes " "have been given better default spacing values, as well." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:54 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54 msgid "" "Two new variations of the Zoom Magic Tool, Tile Zoom and Rush, have been " "added. When shrinking a drawing with Tile Zoom, it replicates the drawing " @@ -411,7 +411,7 @@ msgid "" "background color. The Rush tool blurs the results." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:55 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:55 msgid "" "Tux Paint's Shapes tool now offers hexagon (6-sided) and heptagon (7-sided) " "polygons. For shapes which can be stretched (rectangle, oval, etc.), the " @@ -420,7 +420,7 @@ msgid "" "has also been expanded." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:56 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:56 msgid "" "Keyboard shortcuts, such as [Control]+[S] to save a drawing, are now " "accessed with the more traditional [⌘ Command] key when using Tux Paint on " @@ -428,7 +428,7 @@ msgid "" "The look and feel of the user documentation has been improved." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:61 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:61 msgid "" "Tux Paint's Paint and Line tools now support brushes that rotate based on " "the angle of the stroke. This new rotation feature, as well as the older " @@ -437,7 +437,7 @@ msgid "" "painting mode for interactively coloring within a confined area." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:62 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:62 msgid "" "Six new Magic tools have been added to Tux Paint. Panels shrinks and " "duplicates the drawing into a 2-by-2 grid, which is useful for making four-" @@ -448,7 +448,7 @@ msgid "" "of Tux Paint's classic Rainbow tool." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:63 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:63 msgid "" "A number of existing Magic tools have been updated, as well. Improvements " "were made to Halftone, which simulates photographs on newsprint; Cartoon, " @@ -457,7 +457,7 @@ msgid "" "Chalk, and Emboss, now offer the ability to alter the entire image at once!" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:64 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:64 msgid "" "Finally, Magic tools are now grouped into collections of similar effects — " "painting, distorts, color filters, picture warps, pattern painting, " @@ -465,7 +465,7 @@ msgid "" "need." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:69 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:69 msgid "" "Tux Paint's Fill tool now offers options to fill an area with color " "gradients. The \"Radial\" fill creates a circular gradient centered around " @@ -473,7 +473,7 @@ msgid "" "of gradients at different angles and sizes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:70 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:70 msgid "" "New Magic tools have been added to Tux Paint: \"Pixels\" makes it easier to " "create retro-gaming style pixel art, \"Checkerboard\" fills the entire " @@ -481,14 +481,14 @@ msgid "" "picture via brush strokes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:71 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:71 msgid "" "Tux Paint's user documentation has been overhauled, making localization " "easier. Parties interested in helping with localization are encouraged to " "contact the Tux Paint team." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:72 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:72 msgid "" "Finally, a new pair of accessibility options have been added. The entire " "user interface can now be enlarged benefiting users with impaired vision, " @@ -498,34 +498,34 @@ msgid "" "systems." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:77 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:77 msgid "" "A major improvement has been made to the Shapes tool, which now provides " "options to choose whether shapes are drawn from the center or a corner, " "making it easier to use in any situation." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:78 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:78 msgid "" "The on-screen keyboard, an accessibility feature optionally available when " "using the Text and Label tools, now appears larger on bigger displays; " "helpful for users of coarser input devices, such as eye-tracking systems." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:79 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:79 msgid "" "The Eraser tool adds new, smaller eraser sizes, and applies smoother, " "contiguous strokes when the pointer is moved quickly." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:80 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:80 msgid "" "Finally, this newest version adds options to export individual drawings and " "GIF animations, making it easy to share pictures, cartoons, and slideshows " "with others." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:85 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:85 msgid "" "The latest version has promoted the \"Fill\" tool, previously found under " "the \"Magic\" section of Tux Paint, to the main toolbar, where it's easier " @@ -535,21 +535,21 @@ msgid "" "images." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:86 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:86 msgid "" "Tux Paint also now makes it possible to disable stereo sound, which can " "benefit users with a hearing impairment, or in situations where only one " "speaker is available." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:91 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:91 msgid "" "New in this version are a \"color picker\", which allows any color within a " "drawing to be chosen using the pointer, and a set of three-, four-, and five-" "pointed star shapes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:92 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:92 msgid "" "The latest version also incorporates a number of new translations, bringing " "the number of supported languages up to nearly 130: Bengali, Bodo, Dogri, " @@ -1406,18 +1406,18 @@ msgid "" msgstr "" #. Color mixer; e.g., "Your color is entirely grey." -#: ../tuxpaint.c:23727 ../tuxpaint.c:23734 +#: ../tuxpaint.c:23734 ../tuxpaint.c:23741 msgid "entirely" msgstr "" #. Add "Color Select" color: -#: ../tuxpaint.c:26644 +#: ../tuxpaint.c:26651 msgid "Select a color from your drawing." msgstr "" #. Add "Color Picker" color: #. (This is an attempt to describe an HSV color picker in extremely basic terms!) -#: ../tuxpaint.c:26653 +#: ../tuxpaint.c:26660 msgid "" "Pick a color. Hues go top to bottom. Saturation/intensity goes left (pale) " "to right (pure). Value (lightness/darkness): grey bar." @@ -1425,7 +1425,7 @@ msgstr "" #. Add "Color Mixer" color: #. (The terms 'tint', 'tone', and 'shade' relate to combining white, grey, or black paint (respectively) to another color) -#: ../tuxpaint.c:26665 +#: ../tuxpaint.c:26672 msgid "" "Click the primary colors (red, yellow, and blue), white (to tint), grey (to " "tone), and black (to shade), to mix together a new color." @@ -1633,10 +1633,17 @@ msgid "Emboss" msgstr "Рељефно" # -#: ../../magic/src/emboss.c:114 +#: ../../magic/src/emboss.c:115 msgid "Click and drag the mouse to emboss the picture." msgstr "Кликни и мрдај мишем да би слика постала рељефна." +# +#: ../../magic/src/emboss.c:117 +#, fuzzy +#| msgid "Click to sharpen the entire picture." +msgid "Click to emboss the entire picture." +msgstr "Кликни да би цела слика била изоштрена." + #: ../../magic/src/fade_darken.c:115 msgid "Lighten" msgstr "Посветли" diff --git a/src/po/sr@latin.po b/src/po/sr@latin.po index beb2f92ac..9e4881264 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: 2022-06-14 00:59-0700\n" +"POT-Creation-Date: 2022-07-03 16:31-0700\n" "PO-Revision-Date: 2010-12-12 00:00+0100\n" "Last-Translator: Ivana \n" "Language-Team: Serbian \n" @@ -333,15 +333,15 @@ msgid "Minimize" msgstr "" # -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:8 ../tuxpaint.desktop.in:3 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:8 ../tuxpaint.desktop.in:3 msgid "Tux Paint" msgstr "Taks Crtanje" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:9 ../tuxpaint.desktop.in:10 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:9 ../tuxpaint.desktop.in:10 msgid "A drawing program for children" msgstr "Dečji program za crtanje" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:11 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:11 msgid "" "Tux Paint is a free, award-winning drawing program for children ages 3 to " "12. Tux Paint is used in schools around the world as a computer literacy " @@ -350,30 +350,30 @@ msgid "" "program." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:19 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:19 msgid "" "Kids are presented with a blank canvas and a variety of drawing tools to " "help them be creative." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:24 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:24 msgid "New Breed Software et al." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:36 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:36 msgid "The Magic tool is a set of special effects" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:40 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:40 msgid "" "The Paint Brush tool lets you draw freehand, using various brushes and colors" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:44 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:44 msgid "The Stamp tool is like a set of rubber stamps or stickers" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:50 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:50 msgid "" "Tux Paint's Color palette includes a new Color Mixer option, which allows " "users to combine different proportions of primary colors (red, yellow, and " @@ -381,7 +381,7 @@ msgid "" "mixing paints." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:51 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:51 msgid "" "The Color Picker option, which previously offered a static palette of around " "sixty-five thousand color choices, now supports separate hue, saturation, " @@ -389,21 +389,21 @@ msgid "" "colors." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:52 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:52 msgid "" "Also, a keyboard shortcut is now available for quick access to the Color " "Selector — the \"pipette\" tool used for picking colors from the current " "drawing." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:53 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53 msgid "" "The Paint and Lines tools now provide a way to adjust the spacing of " "brushes, allowing dotted lines or smearing effects to be made. Many brushes " "have been given better default spacing values, as well." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:54 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54 msgid "" "Two new variations of the Zoom Magic Tool, Tile Zoom and Rush, have been " "added. When shrinking a drawing with Tile Zoom, it replicates the drawing " @@ -411,7 +411,7 @@ msgid "" "background color. The Rush tool blurs the results." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:55 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:55 msgid "" "Tux Paint's Shapes tool now offers hexagon (6-sided) and heptagon (7-sided) " "polygons. For shapes which can be stretched (rectangle, oval, etc.), the " @@ -420,7 +420,7 @@ msgid "" "has also been expanded." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:56 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:56 msgid "" "Keyboard shortcuts, such as [Control]+[S] to save a drawing, are now " "accessed with the more traditional [⌘ Command] key when using Tux Paint on " @@ -428,7 +428,7 @@ msgid "" "The look and feel of the user documentation has been improved." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:61 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:61 msgid "" "Tux Paint's Paint and Line tools now support brushes that rotate based on " "the angle of the stroke. This new rotation feature, as well as the older " @@ -437,7 +437,7 @@ msgid "" "painting mode for interactively coloring within a confined area." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:62 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:62 msgid "" "Six new Magic tools have been added to Tux Paint. Panels shrinks and " "duplicates the drawing into a 2-by-2 grid, which is useful for making four-" @@ -448,7 +448,7 @@ msgid "" "of Tux Paint's classic Rainbow tool." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:63 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:63 msgid "" "A number of existing Magic tools have been updated, as well. Improvements " "were made to Halftone, which simulates photographs on newsprint; Cartoon, " @@ -457,7 +457,7 @@ msgid "" "Chalk, and Emboss, now offer the ability to alter the entire image at once!" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:64 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:64 msgid "" "Finally, Magic tools are now grouped into collections of similar effects — " "painting, distorts, color filters, picture warps, pattern painting, " @@ -465,7 +465,7 @@ msgid "" "need." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:69 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:69 msgid "" "Tux Paint's Fill tool now offers options to fill an area with color " "gradients. The \"Radial\" fill creates a circular gradient centered around " @@ -473,7 +473,7 @@ msgid "" "of gradients at different angles and sizes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:70 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:70 msgid "" "New Magic tools have been added to Tux Paint: \"Pixels\" makes it easier to " "create retro-gaming style pixel art, \"Checkerboard\" fills the entire " @@ -481,14 +481,14 @@ msgid "" "picture via brush strokes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:71 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:71 msgid "" "Tux Paint's user documentation has been overhauled, making localization " "easier. Parties interested in helping with localization are encouraged to " "contact the Tux Paint team." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:72 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:72 msgid "" "Finally, a new pair of accessibility options have been added. The entire " "user interface can now be enlarged benefiting users with impaired vision, " @@ -498,34 +498,34 @@ msgid "" "systems." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:77 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:77 msgid "" "A major improvement has been made to the Shapes tool, which now provides " "options to choose whether shapes are drawn from the center or a corner, " "making it easier to use in any situation." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:78 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:78 msgid "" "The on-screen keyboard, an accessibility feature optionally available when " "using the Text and Label tools, now appears larger on bigger displays; " "helpful for users of coarser input devices, such as eye-tracking systems." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:79 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:79 msgid "" "The Eraser tool adds new, smaller eraser sizes, and applies smoother, " "contiguous strokes when the pointer is moved quickly." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:80 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:80 msgid "" "Finally, this newest version adds options to export individual drawings and " "GIF animations, making it easy to share pictures, cartoons, and slideshows " "with others." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:85 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:85 msgid "" "The latest version has promoted the \"Fill\" tool, previously found under " "the \"Magic\" section of Tux Paint, to the main toolbar, where it's easier " @@ -535,21 +535,21 @@ msgid "" "images." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:86 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:86 msgid "" "Tux Paint also now makes it possible to disable stereo sound, which can " "benefit users with a hearing impairment, or in situations where only one " "speaker is available." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:91 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:91 msgid "" "New in this version are a \"color picker\", which allows any color within a " "drawing to be chosen using the pointer, and a set of three-, four-, and five-" "pointed star shapes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:92 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:92 msgid "" "The latest version also incorporates a number of new translations, bringing " "the number of supported languages up to nearly 130: Bengali, Bodo, Dogri, " @@ -1406,18 +1406,18 @@ msgid "" msgstr "" #. Color mixer; e.g., "Your color is entirely grey." -#: ../tuxpaint.c:23727 ../tuxpaint.c:23734 +#: ../tuxpaint.c:23734 ../tuxpaint.c:23741 msgid "entirely" msgstr "" #. Add "Color Select" color: -#: ../tuxpaint.c:26644 +#: ../tuxpaint.c:26651 msgid "Select a color from your drawing." msgstr "" #. Add "Color Picker" color: #. (This is an attempt to describe an HSV color picker in extremely basic terms!) -#: ../tuxpaint.c:26653 +#: ../tuxpaint.c:26660 msgid "" "Pick a color. Hues go top to bottom. Saturation/intensity goes left (pale) " "to right (pure). Value (lightness/darkness): grey bar." @@ -1425,7 +1425,7 @@ msgstr "" #. Add "Color Mixer" color: #. (The terms 'tint', 'tone', and 'shade' relate to combining white, grey, or black paint (respectively) to another color) -#: ../tuxpaint.c:26665 +#: ../tuxpaint.c:26672 msgid "" "Click the primary colors (red, yellow, and blue), white (to tint), grey (to " "tone), and black (to shade), to mix together a new color." @@ -1633,10 +1633,17 @@ msgid "Emboss" msgstr "Reljefno" # -#: ../../magic/src/emboss.c:114 +#: ../../magic/src/emboss.c:115 msgid "Click and drag the mouse to emboss the picture." msgstr "Klikni i mrdaj mišem da bi slika postala reljefna." +# +#: ../../magic/src/emboss.c:117 +#, fuzzy +#| msgid "Click to sharpen the entire picture." +msgid "Click to emboss the entire picture." +msgstr "Klikni da bi cela slika bila izoštrena." + #: ../../magic/src/fade_darken.c:115 msgid "Lighten" msgstr "Posvetli" diff --git a/src/po/su.po b/src/po/su.po index bf5933a45..19a9e28e7 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: 2022-06-14 00:59-0700\n" +"POT-Creation-Date: 2022-07-03 16:31-0700\n" "PO-Revision-Date: 2011-05-27 06:24+0200\n" "Last-Translator: kumincir \n" "Language-Team: LANGUAGE \n" @@ -309,15 +309,15 @@ msgstr "" msgid "Minimize" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:8 ../tuxpaint.desktop.in:3 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:8 ../tuxpaint.desktop.in:3 msgid "Tux Paint" msgstr "Tux Paint" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:9 ../tuxpaint.desktop.in:10 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:9 ../tuxpaint.desktop.in:10 msgid "A drawing program for children" msgstr "Program ngagambar pikeun barudak" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:11 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:11 msgid "" "Tux Paint is a free, award-winning drawing program for children ages 3 to " "12. Tux Paint is used in schools around the world as a computer literacy " @@ -326,30 +326,30 @@ msgid "" "program." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:19 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:19 msgid "" "Kids are presented with a blank canvas and a variety of drawing tools to " "help them be creative." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:24 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:24 msgid "New Breed Software et al." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:36 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:36 msgid "The Magic tool is a set of special effects" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:40 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:40 msgid "" "The Paint Brush tool lets you draw freehand, using various brushes and colors" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:44 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:44 msgid "The Stamp tool is like a set of rubber stamps or stickers" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:50 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:50 msgid "" "Tux Paint's Color palette includes a new Color Mixer option, which allows " "users to combine different proportions of primary colors (red, yellow, and " @@ -357,7 +357,7 @@ msgid "" "mixing paints." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:51 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:51 msgid "" "The Color Picker option, which previously offered a static palette of around " "sixty-five thousand color choices, now supports separate hue, saturation, " @@ -365,21 +365,21 @@ msgid "" "colors." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:52 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:52 msgid "" "Also, a keyboard shortcut is now available for quick access to the Color " "Selector — the \"pipette\" tool used for picking colors from the current " "drawing." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:53 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53 msgid "" "The Paint and Lines tools now provide a way to adjust the spacing of " "brushes, allowing dotted lines or smearing effects to be made. Many brushes " "have been given better default spacing values, as well." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:54 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54 msgid "" "Two new variations of the Zoom Magic Tool, Tile Zoom and Rush, have been " "added. When shrinking a drawing with Tile Zoom, it replicates the drawing " @@ -387,7 +387,7 @@ msgid "" "background color. The Rush tool blurs the results." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:55 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:55 msgid "" "Tux Paint's Shapes tool now offers hexagon (6-sided) and heptagon (7-sided) " "polygons. For shapes which can be stretched (rectangle, oval, etc.), the " @@ -396,7 +396,7 @@ msgid "" "has also been expanded." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:56 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:56 msgid "" "Keyboard shortcuts, such as [Control]+[S] to save a drawing, are now " "accessed with the more traditional [⌘ Command] key when using Tux Paint on " @@ -404,7 +404,7 @@ msgid "" "The look and feel of the user documentation has been improved." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:61 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:61 msgid "" "Tux Paint's Paint and Line tools now support brushes that rotate based on " "the angle of the stroke. This new rotation feature, as well as the older " @@ -413,7 +413,7 @@ msgid "" "painting mode for interactively coloring within a confined area." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:62 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:62 msgid "" "Six new Magic tools have been added to Tux Paint. Panels shrinks and " "duplicates the drawing into a 2-by-2 grid, which is useful for making four-" @@ -424,7 +424,7 @@ msgid "" "of Tux Paint's classic Rainbow tool." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:63 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:63 msgid "" "A number of existing Magic tools have been updated, as well. Improvements " "were made to Halftone, which simulates photographs on newsprint; Cartoon, " @@ -433,7 +433,7 @@ msgid "" "Chalk, and Emboss, now offer the ability to alter the entire image at once!" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:64 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:64 msgid "" "Finally, Magic tools are now grouped into collections of similar effects — " "painting, distorts, color filters, picture warps, pattern painting, " @@ -441,7 +441,7 @@ msgid "" "need." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:69 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:69 msgid "" "Tux Paint's Fill tool now offers options to fill an area with color " "gradients. The \"Radial\" fill creates a circular gradient centered around " @@ -449,7 +449,7 @@ msgid "" "of gradients at different angles and sizes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:70 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:70 msgid "" "New Magic tools have been added to Tux Paint: \"Pixels\" makes it easier to " "create retro-gaming style pixel art, \"Checkerboard\" fills the entire " @@ -457,14 +457,14 @@ msgid "" "picture via brush strokes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:71 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:71 msgid "" "Tux Paint's user documentation has been overhauled, making localization " "easier. Parties interested in helping with localization are encouraged to " "contact the Tux Paint team." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:72 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:72 msgid "" "Finally, a new pair of accessibility options have been added. The entire " "user interface can now be enlarged benefiting users with impaired vision, " @@ -474,34 +474,34 @@ msgid "" "systems." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:77 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:77 msgid "" "A major improvement has been made to the Shapes tool, which now provides " "options to choose whether shapes are drawn from the center or a corner, " "making it easier to use in any situation." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:78 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:78 msgid "" "The on-screen keyboard, an accessibility feature optionally available when " "using the Text and Label tools, now appears larger on bigger displays; " "helpful for users of coarser input devices, such as eye-tracking systems." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:79 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:79 msgid "" "The Eraser tool adds new, smaller eraser sizes, and applies smoother, " "contiguous strokes when the pointer is moved quickly." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:80 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:80 msgid "" "Finally, this newest version adds options to export individual drawings and " "GIF animations, making it easy to share pictures, cartoons, and slideshows " "with others." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:85 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:85 msgid "" "The latest version has promoted the \"Fill\" tool, previously found under " "the \"Magic\" section of Tux Paint, to the main toolbar, where it's easier " @@ -511,21 +511,21 @@ msgid "" "images." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:86 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:86 msgid "" "Tux Paint also now makes it possible to disable stereo sound, which can " "benefit users with a hearing impairment, or in situations where only one " "speaker is available." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:91 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:91 msgid "" "New in this version are a \"color picker\", which allows any color within a " "drawing to be chosen using the pointer, and a set of three-, four-, and five-" "pointed star shapes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:92 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:92 msgid "" "The latest version also incorporates a number of new translations, bringing " "the number of supported languages up to nearly 130: Bengali, Bodo, Dogri, " @@ -1293,18 +1293,18 @@ msgid "" msgstr "" #. Color mixer; e.g., "Your color is entirely grey." -#: ../tuxpaint.c:23727 ../tuxpaint.c:23734 +#: ../tuxpaint.c:23734 ../tuxpaint.c:23741 msgid "entirely" msgstr "" #. Add "Color Select" color: -#: ../tuxpaint.c:26644 +#: ../tuxpaint.c:26651 msgid "Select a color from your drawing." msgstr "" #. Add "Color Picker" color: #. (This is an attempt to describe an HSV color picker in extremely basic terms!) -#: ../tuxpaint.c:26653 +#: ../tuxpaint.c:26660 msgid "" "Pick a color. Hues go top to bottom. Saturation/intensity goes left (pale) " "to right (pure). Value (lightness/darkness): grey bar." @@ -1312,7 +1312,7 @@ msgstr "" #. Add "Color Mixer" color: #. (The terms 'tint', 'tone', and 'shade' relate to combining white, grey, or black paint (respectively) to another color) -#: ../tuxpaint.c:26665 +#: ../tuxpaint.c:26672 msgid "" "Click the primary colors (red, yellow, and blue), white (to tint), grey (to " "tone), and black (to shade), to mix together a new color." @@ -1474,10 +1474,15 @@ msgstr "" msgid "Emboss" msgstr "" -#: ../../magic/src/emboss.c:114 +#: ../../magic/src/emboss.c:115 msgid "Click and drag the mouse to emboss the picture." msgstr "" +#: ../../magic/src/emboss.c:117 +#, fuzzy +msgid "Click to emboss the entire picture." +msgstr "Klik pikeun ngarobah warna dina sakabéh gambarna." + #: ../../magic/src/fade_darken.c:115 msgid "Lighten" msgstr "" diff --git a/src/po/sv.po b/src/po/sv.po index 49b22b370..bb740cbf3 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: 2022-06-14 00:59-0700\n" +"POT-Creation-Date: 2022-07-03 16:31-0700\n" "PO-Revision-Date: 2017-12-17 22:48+0100\n" "Last-Translator: Sebastian Rasmussen \n" "Language-Team: Svenska \n" @@ -315,15 +315,15 @@ msgstr "" msgid "Minimize" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:8 ../tuxpaint.desktop.in:3 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:8 ../tuxpaint.desktop.in:3 msgid "Tux Paint" msgstr "Rita med Tux" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:9 ../tuxpaint.desktop.in:10 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:9 ../tuxpaint.desktop.in:10 msgid "A drawing program for children" msgstr "Ett ritprogram för barn" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:11 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:11 msgid "" "Tux Paint is a free, award-winning drawing program for children ages 3 to " "12. Tux Paint is used in schools around the world as a computer literacy " @@ -332,30 +332,30 @@ msgid "" "program." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:19 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:19 msgid "" "Kids are presented with a blank canvas and a variety of drawing tools to " "help them be creative." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:24 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:24 msgid "New Breed Software et al." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:36 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:36 msgid "The Magic tool is a set of special effects" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:40 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:40 msgid "" "The Paint Brush tool lets you draw freehand, using various brushes and colors" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:44 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:44 msgid "The Stamp tool is like a set of rubber stamps or stickers" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:50 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:50 msgid "" "Tux Paint's Color palette includes a new Color Mixer option, which allows " "users to combine different proportions of primary colors (red, yellow, and " @@ -363,7 +363,7 @@ msgid "" "mixing paints." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:51 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:51 msgid "" "The Color Picker option, which previously offered a static palette of around " "sixty-five thousand color choices, now supports separate hue, saturation, " @@ -371,21 +371,21 @@ msgid "" "colors." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:52 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:52 msgid "" "Also, a keyboard shortcut is now available for quick access to the Color " "Selector — the \"pipette\" tool used for picking colors from the current " "drawing." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:53 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53 msgid "" "The Paint and Lines tools now provide a way to adjust the spacing of " "brushes, allowing dotted lines or smearing effects to be made. Many brushes " "have been given better default spacing values, as well." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:54 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54 msgid "" "Two new variations of the Zoom Magic Tool, Tile Zoom and Rush, have been " "added. When shrinking a drawing with Tile Zoom, it replicates the drawing " @@ -393,7 +393,7 @@ msgid "" "background color. The Rush tool blurs the results." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:55 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:55 msgid "" "Tux Paint's Shapes tool now offers hexagon (6-sided) and heptagon (7-sided) " "polygons. For shapes which can be stretched (rectangle, oval, etc.), the " @@ -402,7 +402,7 @@ msgid "" "has also been expanded." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:56 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:56 msgid "" "Keyboard shortcuts, such as [Control]+[S] to save a drawing, are now " "accessed with the more traditional [⌘ Command] key when using Tux Paint on " @@ -410,7 +410,7 @@ msgid "" "The look and feel of the user documentation has been improved." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:61 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:61 msgid "" "Tux Paint's Paint and Line tools now support brushes that rotate based on " "the angle of the stroke. This new rotation feature, as well as the older " @@ -419,7 +419,7 @@ msgid "" "painting mode for interactively coloring within a confined area." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:62 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:62 msgid "" "Six new Magic tools have been added to Tux Paint. Panels shrinks and " "duplicates the drawing into a 2-by-2 grid, which is useful for making four-" @@ -430,7 +430,7 @@ msgid "" "of Tux Paint's classic Rainbow tool." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:63 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:63 msgid "" "A number of existing Magic tools have been updated, as well. Improvements " "were made to Halftone, which simulates photographs on newsprint; Cartoon, " @@ -439,7 +439,7 @@ msgid "" "Chalk, and Emboss, now offer the ability to alter the entire image at once!" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:64 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:64 msgid "" "Finally, Magic tools are now grouped into collections of similar effects — " "painting, distorts, color filters, picture warps, pattern painting, " @@ -447,7 +447,7 @@ msgid "" "need." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:69 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:69 msgid "" "Tux Paint's Fill tool now offers options to fill an area with color " "gradients. The \"Radial\" fill creates a circular gradient centered around " @@ -455,7 +455,7 @@ msgid "" "of gradients at different angles and sizes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:70 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:70 msgid "" "New Magic tools have been added to Tux Paint: \"Pixels\" makes it easier to " "create retro-gaming style pixel art, \"Checkerboard\" fills the entire " @@ -463,14 +463,14 @@ msgid "" "picture via brush strokes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:71 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:71 msgid "" "Tux Paint's user documentation has been overhauled, making localization " "easier. Parties interested in helping with localization are encouraged to " "contact the Tux Paint team." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:72 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:72 msgid "" "Finally, a new pair of accessibility options have been added. The entire " "user interface can now be enlarged benefiting users with impaired vision, " @@ -480,34 +480,34 @@ msgid "" "systems." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:77 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:77 msgid "" "A major improvement has been made to the Shapes tool, which now provides " "options to choose whether shapes are drawn from the center or a corner, " "making it easier to use in any situation." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:78 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:78 msgid "" "The on-screen keyboard, an accessibility feature optionally available when " "using the Text and Label tools, now appears larger on bigger displays; " "helpful for users of coarser input devices, such as eye-tracking systems." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:79 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:79 msgid "" "The Eraser tool adds new, smaller eraser sizes, and applies smoother, " "contiguous strokes when the pointer is moved quickly." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:80 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:80 msgid "" "Finally, this newest version adds options to export individual drawings and " "GIF animations, making it easy to share pictures, cartoons, and slideshows " "with others." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:85 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:85 msgid "" "The latest version has promoted the \"Fill\" tool, previously found under " "the \"Magic\" section of Tux Paint, to the main toolbar, where it's easier " @@ -517,21 +517,21 @@ msgid "" "images." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:86 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:86 msgid "" "Tux Paint also now makes it possible to disable stereo sound, which can " "benefit users with a hearing impairment, or in situations where only one " "speaker is available." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:91 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:91 msgid "" "New in this version are a \"color picker\", which allows any color within a " "drawing to be chosen using the pointer, and a set of three-, four-, and five-" "pointed star shapes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:92 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:92 msgid "" "The latest version also incorporates a number of new translations, bringing " "the number of supported languages up to nearly 130: Bengali, Bodo, Dogri, " @@ -1307,18 +1307,18 @@ msgid "" msgstr "" #. Color mixer; e.g., "Your color is entirely grey." -#: ../tuxpaint.c:23727 ../tuxpaint.c:23734 +#: ../tuxpaint.c:23734 ../tuxpaint.c:23741 msgid "entirely" msgstr "" #. Add "Color Select" color: -#: ../tuxpaint.c:26644 +#: ../tuxpaint.c:26651 msgid "Select a color from your drawing." msgstr "Välj en färg från din ritning." #. Add "Color Picker" color: #. (This is an attempt to describe an HSV color picker in extremely basic terms!) -#: ../tuxpaint.c:26653 +#: ../tuxpaint.c:26660 msgid "" "Pick a color. Hues go top to bottom. Saturation/intensity goes left (pale) " "to right (pure). Value (lightness/darkness): grey bar." @@ -1326,7 +1326,7 @@ msgstr "" #. Add "Color Mixer" color: #. (The terms 'tint', 'tone', and 'shade' relate to combining white, grey, or black paint (respectively) to another color) -#: ../tuxpaint.c:26665 +#: ../tuxpaint.c:26672 msgid "" "Click the primary colors (red, yellow, and blue), white (to tint), grey (to " "tone), and black (to shade), to mix together a new color." @@ -1493,10 +1493,16 @@ msgstr "Klicka och dra med musen för att göra din bild rörig." msgid "Emboss" msgstr "Relief" -#: ../../magic/src/emboss.c:114 +#: ../../magic/src/emboss.c:115 msgid "Click and drag the mouse to emboss the picture." msgstr "Klicka och dra med musen för att göra bilden till en relief." +#: ../../magic/src/emboss.c:117 +#, fuzzy +#| msgid "Click to sharpen the entire picture." +msgid "Click to emboss the entire picture." +msgstr "Klicka för att göra hela bilden skarpare." + #: ../../magic/src/fade_darken.c:115 msgid "Lighten" msgstr "Ljusare" diff --git a/src/po/sw.po b/src/po/sw.po index a132ef76c..6ee59d3b6 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: 2022-06-14 00:59-0700\n" +"POT-Creation-Date: 2022-07-03 16:31-0700\n" "PO-Revision-Date: 2010-11-04 23:59+0200\n" "Last-Translator: Emanuel Feruzi \n" "Language-Team: LANGUAGE \n" @@ -313,15 +313,15 @@ msgstr "" msgid "Minimize" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:8 ../tuxpaint.desktop.in:3 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:8 ../tuxpaint.desktop.in:3 msgid "Tux Paint" msgstr "Koti ya Rangi" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:9 ../tuxpaint.desktop.in:10 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:9 ../tuxpaint.desktop.in:10 msgid "A drawing program for children" msgstr "Programu kwa watoto kuchora" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:11 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:11 msgid "" "Tux Paint is a free, award-winning drawing program for children ages 3 to " "12. Tux Paint is used in schools around the world as a computer literacy " @@ -330,30 +330,30 @@ msgid "" "program." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:19 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:19 msgid "" "Kids are presented with a blank canvas and a variety of drawing tools to " "help them be creative." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:24 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:24 msgid "New Breed Software et al." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:36 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:36 msgid "The Magic tool is a set of special effects" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:40 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:40 msgid "" "The Paint Brush tool lets you draw freehand, using various brushes and colors" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:44 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:44 msgid "The Stamp tool is like a set of rubber stamps or stickers" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:50 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:50 msgid "" "Tux Paint's Color palette includes a new Color Mixer option, which allows " "users to combine different proportions of primary colors (red, yellow, and " @@ -361,7 +361,7 @@ msgid "" "mixing paints." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:51 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:51 msgid "" "The Color Picker option, which previously offered a static palette of around " "sixty-five thousand color choices, now supports separate hue, saturation, " @@ -369,21 +369,21 @@ msgid "" "colors." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:52 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:52 msgid "" "Also, a keyboard shortcut is now available for quick access to the Color " "Selector — the \"pipette\" tool used for picking colors from the current " "drawing." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:53 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53 msgid "" "The Paint and Lines tools now provide a way to adjust the spacing of " "brushes, allowing dotted lines or smearing effects to be made. Many brushes " "have been given better default spacing values, as well." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:54 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54 msgid "" "Two new variations of the Zoom Magic Tool, Tile Zoom and Rush, have been " "added. When shrinking a drawing with Tile Zoom, it replicates the drawing " @@ -391,7 +391,7 @@ msgid "" "background color. The Rush tool blurs the results." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:55 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:55 msgid "" "Tux Paint's Shapes tool now offers hexagon (6-sided) and heptagon (7-sided) " "polygons. For shapes which can be stretched (rectangle, oval, etc.), the " @@ -400,7 +400,7 @@ msgid "" "has also been expanded." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:56 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:56 msgid "" "Keyboard shortcuts, such as [Control]+[S] to save a drawing, are now " "accessed with the more traditional [⌘ Command] key when using Tux Paint on " @@ -408,7 +408,7 @@ msgid "" "The look and feel of the user documentation has been improved." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:61 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:61 msgid "" "Tux Paint's Paint and Line tools now support brushes that rotate based on " "the angle of the stroke. This new rotation feature, as well as the older " @@ -417,7 +417,7 @@ msgid "" "painting mode for interactively coloring within a confined area." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:62 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:62 msgid "" "Six new Magic tools have been added to Tux Paint. Panels shrinks and " "duplicates the drawing into a 2-by-2 grid, which is useful for making four-" @@ -428,7 +428,7 @@ msgid "" "of Tux Paint's classic Rainbow tool." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:63 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:63 msgid "" "A number of existing Magic tools have been updated, as well. Improvements " "were made to Halftone, which simulates photographs on newsprint; Cartoon, " @@ -437,7 +437,7 @@ msgid "" "Chalk, and Emboss, now offer the ability to alter the entire image at once!" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:64 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:64 msgid "" "Finally, Magic tools are now grouped into collections of similar effects — " "painting, distorts, color filters, picture warps, pattern painting, " @@ -445,7 +445,7 @@ msgid "" "need." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:69 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:69 msgid "" "Tux Paint's Fill tool now offers options to fill an area with color " "gradients. The \"Radial\" fill creates a circular gradient centered around " @@ -453,7 +453,7 @@ msgid "" "of gradients at different angles and sizes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:70 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:70 msgid "" "New Magic tools have been added to Tux Paint: \"Pixels\" makes it easier to " "create retro-gaming style pixel art, \"Checkerboard\" fills the entire " @@ -461,14 +461,14 @@ msgid "" "picture via brush strokes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:71 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:71 msgid "" "Tux Paint's user documentation has been overhauled, making localization " "easier. Parties interested in helping with localization are encouraged to " "contact the Tux Paint team." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:72 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:72 msgid "" "Finally, a new pair of accessibility options have been added. The entire " "user interface can now be enlarged benefiting users with impaired vision, " @@ -478,34 +478,34 @@ msgid "" "systems." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:77 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:77 msgid "" "A major improvement has been made to the Shapes tool, which now provides " "options to choose whether shapes are drawn from the center or a corner, " "making it easier to use in any situation." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:78 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:78 msgid "" "The on-screen keyboard, an accessibility feature optionally available when " "using the Text and Label tools, now appears larger on bigger displays; " "helpful for users of coarser input devices, such as eye-tracking systems." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:79 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:79 msgid "" "The Eraser tool adds new, smaller eraser sizes, and applies smoother, " "contiguous strokes when the pointer is moved quickly." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:80 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:80 msgid "" "Finally, this newest version adds options to export individual drawings and " "GIF animations, making it easy to share pictures, cartoons, and slideshows " "with others." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:85 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:85 msgid "" "The latest version has promoted the \"Fill\" tool, previously found under " "the \"Magic\" section of Tux Paint, to the main toolbar, where it's easier " @@ -515,21 +515,21 @@ msgid "" "images." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:86 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:86 msgid "" "Tux Paint also now makes it possible to disable stereo sound, which can " "benefit users with a hearing impairment, or in situations where only one " "speaker is available." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:91 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:91 msgid "" "New in this version are a \"color picker\", which allows any color within a " "drawing to be chosen using the pointer, and a set of three-, four-, and five-" "pointed star shapes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:92 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:92 msgid "" "The latest version also incorporates a number of new translations, bringing " "the number of supported languages up to nearly 130: Bengali, Bodo, Dogri, " @@ -1301,18 +1301,18 @@ msgid "" msgstr "" #. Color mixer; e.g., "Your color is entirely grey." -#: ../tuxpaint.c:23727 ../tuxpaint.c:23734 +#: ../tuxpaint.c:23734 ../tuxpaint.c:23741 msgid "entirely" msgstr "" #. Add "Color Select" color: -#: ../tuxpaint.c:26644 +#: ../tuxpaint.c:26651 msgid "Select a color from your drawing." msgstr "Chagua rangi kutoka mchoro yako" #. Add "Color Picker" color: #. (This is an attempt to describe an HSV color picker in extremely basic terms!) -#: ../tuxpaint.c:26653 +#: ../tuxpaint.c:26660 msgid "" "Pick a color. Hues go top to bottom. Saturation/intensity goes left (pale) " "to right (pure). Value (lightness/darkness): grey bar." @@ -1320,7 +1320,7 @@ msgstr "" #. Add "Color Mixer" color: #. (The terms 'tint', 'tone', and 'shade' relate to combining white, grey, or black paint (respectively) to another color) -#: ../tuxpaint.c:26665 +#: ../tuxpaint.c:26672 msgid "" "Click the primary colors (red, yellow, and blue), white (to tint), grey (to " "tone), and black (to shade), to mix together a new color." @@ -1506,10 +1506,16 @@ msgstr "Bofya na kokota kipanya kubadili umbo kwenye picha yako." msgid "Emboss" msgstr "Tunisha" -#: ../../magic/src/emboss.c:114 +#: ../../magic/src/emboss.c:115 msgid "Click and drag the mouse to emboss the picture." msgstr "Bofya na kokota kipanya kutunisha picha." +#: ../../magic/src/emboss.c:117 +#, fuzzy +#| msgid "Click to sharpen the entire picture." +msgid "Click to emboss the entire picture." +msgstr "Bofya kuchonga picha yote." + #: ../../magic/src/fade_darken.c:115 msgid "Lighten" msgstr "Punguza" diff --git a/src/po/ta.po b/src/po/ta.po index 377c790a8..59a54748d 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: 2022-06-14 00:59-0700\n" +"POT-Creation-Date: 2022-07-03 16:31-0700\n" "PO-Revision-Date: 2009-01-18 00:06+0530\n" "Last-Translator: ravishankar \n" "Language-Team: A. Ravishankar \n" @@ -309,15 +309,15 @@ msgstr "" msgid "Minimize" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:8 ../tuxpaint.desktop.in:3 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:8 ../tuxpaint.desktop.in:3 msgid "Tux Paint" msgstr "டக்சு பெயின்ட்" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:9 ../tuxpaint.desktop.in:10 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:9 ../tuxpaint.desktop.in:10 msgid "A drawing program for children" msgstr "குழந்தைகள் வரைவதற்கான மென்பொருள்" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:11 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:11 msgid "" "Tux Paint is a free, award-winning drawing program for children ages 3 to " "12. Tux Paint is used in schools around the world as a computer literacy " @@ -326,30 +326,30 @@ msgid "" "program." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:19 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:19 msgid "" "Kids are presented with a blank canvas and a variety of drawing tools to " "help them be creative." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:24 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:24 msgid "New Breed Software et al." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:36 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:36 msgid "The Magic tool is a set of special effects" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:40 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:40 msgid "" "The Paint Brush tool lets you draw freehand, using various brushes and colors" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:44 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:44 msgid "The Stamp tool is like a set of rubber stamps or stickers" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:50 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:50 msgid "" "Tux Paint's Color palette includes a new Color Mixer option, which allows " "users to combine different proportions of primary colors (red, yellow, and " @@ -357,7 +357,7 @@ msgid "" "mixing paints." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:51 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:51 msgid "" "The Color Picker option, which previously offered a static palette of around " "sixty-five thousand color choices, now supports separate hue, saturation, " @@ -365,21 +365,21 @@ msgid "" "colors." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:52 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:52 msgid "" "Also, a keyboard shortcut is now available for quick access to the Color " "Selector — the \"pipette\" tool used for picking colors from the current " "drawing." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:53 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53 msgid "" "The Paint and Lines tools now provide a way to adjust the spacing of " "brushes, allowing dotted lines or smearing effects to be made. Many brushes " "have been given better default spacing values, as well." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:54 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54 msgid "" "Two new variations of the Zoom Magic Tool, Tile Zoom and Rush, have been " "added. When shrinking a drawing with Tile Zoom, it replicates the drawing " @@ -387,7 +387,7 @@ msgid "" "background color. The Rush tool blurs the results." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:55 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:55 msgid "" "Tux Paint's Shapes tool now offers hexagon (6-sided) and heptagon (7-sided) " "polygons. For shapes which can be stretched (rectangle, oval, etc.), the " @@ -396,7 +396,7 @@ msgid "" "has also been expanded." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:56 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:56 msgid "" "Keyboard shortcuts, such as [Control]+[S] to save a drawing, are now " "accessed with the more traditional [⌘ Command] key when using Tux Paint on " @@ -404,7 +404,7 @@ msgid "" "The look and feel of the user documentation has been improved." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:61 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:61 msgid "" "Tux Paint's Paint and Line tools now support brushes that rotate based on " "the angle of the stroke. This new rotation feature, as well as the older " @@ -413,7 +413,7 @@ msgid "" "painting mode for interactively coloring within a confined area." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:62 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:62 msgid "" "Six new Magic tools have been added to Tux Paint. Panels shrinks and " "duplicates the drawing into a 2-by-2 grid, which is useful for making four-" @@ -424,7 +424,7 @@ msgid "" "of Tux Paint's classic Rainbow tool." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:63 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:63 msgid "" "A number of existing Magic tools have been updated, as well. Improvements " "were made to Halftone, which simulates photographs on newsprint; Cartoon, " @@ -433,7 +433,7 @@ msgid "" "Chalk, and Emboss, now offer the ability to alter the entire image at once!" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:64 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:64 msgid "" "Finally, Magic tools are now grouped into collections of similar effects — " "painting, distorts, color filters, picture warps, pattern painting, " @@ -441,7 +441,7 @@ msgid "" "need." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:69 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:69 msgid "" "Tux Paint's Fill tool now offers options to fill an area with color " "gradients. The \"Radial\" fill creates a circular gradient centered around " @@ -449,7 +449,7 @@ msgid "" "of gradients at different angles and sizes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:70 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:70 msgid "" "New Magic tools have been added to Tux Paint: \"Pixels\" makes it easier to " "create retro-gaming style pixel art, \"Checkerboard\" fills the entire " @@ -457,14 +457,14 @@ msgid "" "picture via brush strokes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:71 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:71 msgid "" "Tux Paint's user documentation has been overhauled, making localization " "easier. Parties interested in helping with localization are encouraged to " "contact the Tux Paint team." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:72 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:72 msgid "" "Finally, a new pair of accessibility options have been added. The entire " "user interface can now be enlarged benefiting users with impaired vision, " @@ -474,34 +474,34 @@ msgid "" "systems." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:77 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:77 msgid "" "A major improvement has been made to the Shapes tool, which now provides " "options to choose whether shapes are drawn from the center or a corner, " "making it easier to use in any situation." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:78 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:78 msgid "" "The on-screen keyboard, an accessibility feature optionally available when " "using the Text and Label tools, now appears larger on bigger displays; " "helpful for users of coarser input devices, such as eye-tracking systems." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:79 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:79 msgid "" "The Eraser tool adds new, smaller eraser sizes, and applies smoother, " "contiguous strokes when the pointer is moved quickly." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:80 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:80 msgid "" "Finally, this newest version adds options to export individual drawings and " "GIF animations, making it easy to share pictures, cartoons, and slideshows " "with others." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:85 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:85 msgid "" "The latest version has promoted the \"Fill\" tool, previously found under " "the \"Magic\" section of Tux Paint, to the main toolbar, where it's easier " @@ -511,21 +511,21 @@ msgid "" "images." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:86 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:86 msgid "" "Tux Paint also now makes it possible to disable stereo sound, which can " "benefit users with a hearing impairment, or in situations where only one " "speaker is available." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:91 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:91 msgid "" "New in this version are a \"color picker\", which allows any color within a " "drawing to be chosen using the pointer, and a set of three-, four-, and five-" "pointed star shapes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:92 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:92 msgid "" "The latest version also incorporates a number of new translations, bringing " "the number of supported languages up to nearly 130: Bengali, Bodo, Dogri, " @@ -1306,18 +1306,18 @@ msgid "" msgstr "" #. Color mixer; e.g., "Your color is entirely grey." -#: ../tuxpaint.c:23727 ../tuxpaint.c:23734 +#: ../tuxpaint.c:23734 ../tuxpaint.c:23741 msgid "entirely" msgstr "" #. Add "Color Select" color: -#: ../tuxpaint.c:26644 +#: ../tuxpaint.c:26651 msgid "Select a color from your drawing." msgstr "" #. Add "Color Picker" color: #. (This is an attempt to describe an HSV color picker in extremely basic terms!) -#: ../tuxpaint.c:26653 +#: ../tuxpaint.c:26660 msgid "" "Pick a color. Hues go top to bottom. Saturation/intensity goes left (pale) " "to right (pure). Value (lightness/darkness): grey bar." @@ -1325,7 +1325,7 @@ msgstr "" #. Add "Color Mixer" color: #. (The terms 'tint', 'tone', and 'shade' relate to combining white, grey, or black paint (respectively) to another color) -#: ../tuxpaint.c:26665 +#: ../tuxpaint.c:26672 msgid "" "Click the primary colors (red, yellow, and blue), white (to tint), grey (to " "tone), and black (to shade), to mix together a new color." @@ -1515,10 +1515,16 @@ msgstr "சொடுக்கி இழுத்தால், படத்தை msgid "Emboss" msgstr "புடை" -#: ../../magic/src/emboss.c:114 +#: ../../magic/src/emboss.c:115 msgid "Click and drag the mouse to emboss the picture." msgstr "சொடுக்கி இழுத்தால், படத்தைப் புடைக்கச் செய்யலாம்." +#: ../../magic/src/emboss.c:117 +#, fuzzy +#| msgid "Click to sharpen the entire picture." +msgid "Click to emboss the entire picture." +msgstr "சொடுக்கினால், முழுப்படத்தையும் கூராக்கலாம்." + #: ../../magic/src/fade_darken.c:115 msgid "Lighten" msgstr "வெளிர்" diff --git a/src/po/te.po b/src/po/te.po index cda4e1af4..24c90042c 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: 2022-06-14 00:59-0700\n" +"POT-Creation-Date: 2022-07-03 16:31-0700\n" "PO-Revision-Date: 2011-01-07 15:08+0530\n" "Last-Translator: saikumar \n" "Language-Team: Telugu \n" @@ -311,15 +311,15 @@ msgstr "" msgid "Minimize" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:8 ../tuxpaint.desktop.in:3 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:8 ../tuxpaint.desktop.in:3 msgid "Tux Paint" msgstr "టక్స పెయింట్" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:9 ../tuxpaint.desktop.in:10 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:9 ../tuxpaint.desktop.in:10 msgid "A drawing program for children" msgstr "పిల్లల కి బొమ్మలు గీసె ప్రొగ్రామ్" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:11 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:11 msgid "" "Tux Paint is a free, award-winning drawing program for children ages 3 to " "12. Tux Paint is used in schools around the world as a computer literacy " @@ -328,30 +328,30 @@ msgid "" "program." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:19 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:19 msgid "" "Kids are presented with a blank canvas and a variety of drawing tools to " "help them be creative." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:24 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:24 msgid "New Breed Software et al." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:36 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:36 msgid "The Magic tool is a set of special effects" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:40 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:40 msgid "" "The Paint Brush tool lets you draw freehand, using various brushes and colors" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:44 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:44 msgid "The Stamp tool is like a set of rubber stamps or stickers" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:50 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:50 msgid "" "Tux Paint's Color palette includes a new Color Mixer option, which allows " "users to combine different proportions of primary colors (red, yellow, and " @@ -359,7 +359,7 @@ msgid "" "mixing paints." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:51 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:51 msgid "" "The Color Picker option, which previously offered a static palette of around " "sixty-five thousand color choices, now supports separate hue, saturation, " @@ -367,21 +367,21 @@ msgid "" "colors." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:52 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:52 msgid "" "Also, a keyboard shortcut is now available for quick access to the Color " "Selector — the \"pipette\" tool used for picking colors from the current " "drawing." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:53 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53 msgid "" "The Paint and Lines tools now provide a way to adjust the spacing of " "brushes, allowing dotted lines or smearing effects to be made. Many brushes " "have been given better default spacing values, as well." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:54 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54 msgid "" "Two new variations of the Zoom Magic Tool, Tile Zoom and Rush, have been " "added. When shrinking a drawing with Tile Zoom, it replicates the drawing " @@ -389,7 +389,7 @@ msgid "" "background color. The Rush tool blurs the results." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:55 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:55 msgid "" "Tux Paint's Shapes tool now offers hexagon (6-sided) and heptagon (7-sided) " "polygons. For shapes which can be stretched (rectangle, oval, etc.), the " @@ -398,7 +398,7 @@ msgid "" "has also been expanded." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:56 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:56 msgid "" "Keyboard shortcuts, such as [Control]+[S] to save a drawing, are now " "accessed with the more traditional [⌘ Command] key when using Tux Paint on " @@ -406,7 +406,7 @@ msgid "" "The look and feel of the user documentation has been improved." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:61 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:61 msgid "" "Tux Paint's Paint and Line tools now support brushes that rotate based on " "the angle of the stroke. This new rotation feature, as well as the older " @@ -415,7 +415,7 @@ msgid "" "painting mode for interactively coloring within a confined area." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:62 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:62 msgid "" "Six new Magic tools have been added to Tux Paint. Panels shrinks and " "duplicates the drawing into a 2-by-2 grid, which is useful for making four-" @@ -426,7 +426,7 @@ msgid "" "of Tux Paint's classic Rainbow tool." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:63 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:63 msgid "" "A number of existing Magic tools have been updated, as well. Improvements " "were made to Halftone, which simulates photographs on newsprint; Cartoon, " @@ -435,7 +435,7 @@ msgid "" "Chalk, and Emboss, now offer the ability to alter the entire image at once!" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:64 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:64 msgid "" "Finally, Magic tools are now grouped into collections of similar effects — " "painting, distorts, color filters, picture warps, pattern painting, " @@ -443,7 +443,7 @@ msgid "" "need." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:69 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:69 msgid "" "Tux Paint's Fill tool now offers options to fill an area with color " "gradients. The \"Radial\" fill creates a circular gradient centered around " @@ -451,7 +451,7 @@ msgid "" "of gradients at different angles and sizes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:70 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:70 msgid "" "New Magic tools have been added to Tux Paint: \"Pixels\" makes it easier to " "create retro-gaming style pixel art, \"Checkerboard\" fills the entire " @@ -459,14 +459,14 @@ msgid "" "picture via brush strokes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:71 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:71 msgid "" "Tux Paint's user documentation has been overhauled, making localization " "easier. Parties interested in helping with localization are encouraged to " "contact the Tux Paint team." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:72 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:72 msgid "" "Finally, a new pair of accessibility options have been added. The entire " "user interface can now be enlarged benefiting users with impaired vision, " @@ -476,34 +476,34 @@ msgid "" "systems." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:77 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:77 msgid "" "A major improvement has been made to the Shapes tool, which now provides " "options to choose whether shapes are drawn from the center or a corner, " "making it easier to use in any situation." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:78 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:78 msgid "" "The on-screen keyboard, an accessibility feature optionally available when " "using the Text and Label tools, now appears larger on bigger displays; " "helpful for users of coarser input devices, such as eye-tracking systems." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:79 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:79 msgid "" "The Eraser tool adds new, smaller eraser sizes, and applies smoother, " "contiguous strokes when the pointer is moved quickly." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:80 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:80 msgid "" "Finally, this newest version adds options to export individual drawings and " "GIF animations, making it easy to share pictures, cartoons, and slideshows " "with others." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:85 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:85 msgid "" "The latest version has promoted the \"Fill\" tool, previously found under " "the \"Magic\" section of Tux Paint, to the main toolbar, where it's easier " @@ -513,21 +513,21 @@ msgid "" "images." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:86 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:86 msgid "" "Tux Paint also now makes it possible to disable stereo sound, which can " "benefit users with a hearing impairment, or in situations where only one " "speaker is available." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:91 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:91 msgid "" "New in this version are a \"color picker\", which allows any color within a " "drawing to be chosen using the pointer, and a set of three-, four-, and five-" "pointed star shapes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:92 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:92 msgid "" "The latest version also incorporates a number of new translations, bringing " "the number of supported languages up to nearly 130: Bengali, Bodo, Dogri, " @@ -1298,18 +1298,18 @@ msgid "" msgstr "" #. Color mixer; e.g., "Your color is entirely grey." -#: ../tuxpaint.c:23727 ../tuxpaint.c:23734 +#: ../tuxpaint.c:23734 ../tuxpaint.c:23741 msgid "entirely" msgstr "" #. Add "Color Select" color: -#: ../tuxpaint.c:26644 +#: ../tuxpaint.c:26651 msgid "Select a color from your drawing." msgstr "" #. Add "Color Picker" color: #. (This is an attempt to describe an HSV color picker in extremely basic terms!) -#: ../tuxpaint.c:26653 +#: ../tuxpaint.c:26660 msgid "" "Pick a color. Hues go top to bottom. Saturation/intensity goes left (pale) " "to right (pure). Value (lightness/darkness): grey bar." @@ -1317,7 +1317,7 @@ msgstr "" #. Add "Color Mixer" color: #. (The terms 'tint', 'tone', and 'shade' relate to combining white, grey, or black paint (respectively) to another color) -#: ../tuxpaint.c:26665 +#: ../tuxpaint.c:26672 msgid "" "Click the primary colors (red, yellow, and blue), white (to tint), grey (to " "tone), and black (to shade), to mix together a new color." @@ -1502,10 +1502,16 @@ msgstr "చిత్రాని చదరగోట్టుటకు క్ల msgid "Emboss" msgstr "గుబకలుగల" -#: ../../magic/src/emboss.c:114 +#: ../../magic/src/emboss.c:115 msgid "Click and drag the mouse to emboss the picture." msgstr "చిత్రానికి వక్ర రేక కల్పన వేయడానికి క్లిక్ చేసి దాని చుట్టూ జరపండి" +#: ../../magic/src/emboss.c:117 +#, fuzzy +#| msgid "Click to sharpen the entire picture." +msgid "Click to emboss the entire picture." +msgstr "చిత్రం మొత్తాని పడునుపెట్టడానికి క్లిక్ చేయండి." + #: ../../magic/src/fade_darken.c:115 msgid "Lighten" msgstr "ప్రకాశింపజేయు" diff --git a/src/po/th.po b/src/po/th.po index 7a7bd5945..48cd9857b 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: 2022-06-14 00:59-0700\n" +"POT-Creation-Date: 2022-07-03 16:31-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/" @@ -319,15 +319,15 @@ msgstr "" msgid "Minimize" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:8 ../tuxpaint.desktop.in:3 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:8 ../tuxpaint.desktop.in:3 msgid "Tux Paint" msgstr "ทักซ์สอนวาดรูป" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:9 ../tuxpaint.desktop.in:10 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:9 ../tuxpaint.desktop.in:10 msgid "A drawing program for children" msgstr "โปรแกรมวาดรูปสำหรับเด็ก" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:11 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:11 msgid "" "Tux Paint is a free, award-winning drawing program for children ages 3 to " "12. Tux Paint is used in schools around the world as a computer literacy " @@ -336,30 +336,30 @@ msgid "" "program." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:19 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:19 msgid "" "Kids are presented with a blank canvas and a variety of drawing tools to " "help them be creative." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:24 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:24 msgid "New Breed Software et al." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:36 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:36 msgid "The Magic tool is a set of special effects" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:40 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:40 msgid "" "The Paint Brush tool lets you draw freehand, using various brushes and colors" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:44 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:44 msgid "The Stamp tool is like a set of rubber stamps or stickers" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:50 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:50 msgid "" "Tux Paint's Color palette includes a new Color Mixer option, which allows " "users to combine different proportions of primary colors (red, yellow, and " @@ -367,7 +367,7 @@ msgid "" "mixing paints." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:51 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:51 msgid "" "The Color Picker option, which previously offered a static palette of around " "sixty-five thousand color choices, now supports separate hue, saturation, " @@ -375,21 +375,21 @@ msgid "" "colors." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:52 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:52 msgid "" "Also, a keyboard shortcut is now available for quick access to the Color " "Selector — the \"pipette\" tool used for picking colors from the current " "drawing." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:53 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53 msgid "" "The Paint and Lines tools now provide a way to adjust the spacing of " "brushes, allowing dotted lines or smearing effects to be made. Many brushes " "have been given better default spacing values, as well." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:54 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54 msgid "" "Two new variations of the Zoom Magic Tool, Tile Zoom and Rush, have been " "added. When shrinking a drawing with Tile Zoom, it replicates the drawing " @@ -397,7 +397,7 @@ msgid "" "background color. The Rush tool blurs the results." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:55 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:55 msgid "" "Tux Paint's Shapes tool now offers hexagon (6-sided) and heptagon (7-sided) " "polygons. For shapes which can be stretched (rectangle, oval, etc.), the " @@ -406,7 +406,7 @@ msgid "" "has also been expanded." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:56 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:56 msgid "" "Keyboard shortcuts, such as [Control]+[S] to save a drawing, are now " "accessed with the more traditional [⌘ Command] key when using Tux Paint on " @@ -414,7 +414,7 @@ msgid "" "The look and feel of the user documentation has been improved." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:61 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:61 msgid "" "Tux Paint's Paint and Line tools now support brushes that rotate based on " "the angle of the stroke. This new rotation feature, as well as the older " @@ -423,7 +423,7 @@ msgid "" "painting mode for interactively coloring within a confined area." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:62 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:62 msgid "" "Six new Magic tools have been added to Tux Paint. Panels shrinks and " "duplicates the drawing into a 2-by-2 grid, which is useful for making four-" @@ -434,7 +434,7 @@ msgid "" "of Tux Paint's classic Rainbow tool." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:63 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:63 msgid "" "A number of existing Magic tools have been updated, as well. Improvements " "were made to Halftone, which simulates photographs on newsprint; Cartoon, " @@ -443,7 +443,7 @@ msgid "" "Chalk, and Emboss, now offer the ability to alter the entire image at once!" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:64 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:64 msgid "" "Finally, Magic tools are now grouped into collections of similar effects — " "painting, distorts, color filters, picture warps, pattern painting, " @@ -451,7 +451,7 @@ msgid "" "need." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:69 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:69 msgid "" "Tux Paint's Fill tool now offers options to fill an area with color " "gradients. The \"Radial\" fill creates a circular gradient centered around " @@ -459,7 +459,7 @@ msgid "" "of gradients at different angles and sizes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:70 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:70 msgid "" "New Magic tools have been added to Tux Paint: \"Pixels\" makes it easier to " "create retro-gaming style pixel art, \"Checkerboard\" fills the entire " @@ -467,14 +467,14 @@ msgid "" "picture via brush strokes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:71 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:71 msgid "" "Tux Paint's user documentation has been overhauled, making localization " "easier. Parties interested in helping with localization are encouraged to " "contact the Tux Paint team." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:72 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:72 msgid "" "Finally, a new pair of accessibility options have been added. The entire " "user interface can now be enlarged benefiting users with impaired vision, " @@ -484,34 +484,34 @@ msgid "" "systems." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:77 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:77 msgid "" "A major improvement has been made to the Shapes tool, which now provides " "options to choose whether shapes are drawn from the center or a corner, " "making it easier to use in any situation." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:78 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:78 msgid "" "The on-screen keyboard, an accessibility feature optionally available when " "using the Text and Label tools, now appears larger on bigger displays; " "helpful for users of coarser input devices, such as eye-tracking systems." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:79 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:79 msgid "" "The Eraser tool adds new, smaller eraser sizes, and applies smoother, " "contiguous strokes when the pointer is moved quickly." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:80 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:80 msgid "" "Finally, this newest version adds options to export individual drawings and " "GIF animations, making it easy to share pictures, cartoons, and slideshows " "with others." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:85 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:85 msgid "" "The latest version has promoted the \"Fill\" tool, previously found under " "the \"Magic\" section of Tux Paint, to the main toolbar, where it's easier " @@ -521,21 +521,21 @@ msgid "" "images." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:86 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:86 msgid "" "Tux Paint also now makes it possible to disable stereo sound, which can " "benefit users with a hearing impairment, or in situations where only one " "speaker is available." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:91 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:91 msgid "" "New in this version are a \"color picker\", which allows any color within a " "drawing to be chosen using the pointer, and a set of three-, four-, and five-" "pointed star shapes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:92 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:92 msgid "" "The latest version also incorporates a number of new translations, bringing " "the number of supported languages up to nearly 130: Bengali, Bodo, Dogri, " @@ -1297,18 +1297,18 @@ msgid "" msgstr "" #. Color mixer; e.g., "Your color is entirely grey." -#: ../tuxpaint.c:23727 ../tuxpaint.c:23734 +#: ../tuxpaint.c:23734 ../tuxpaint.c:23741 msgid "entirely" msgstr "" #. Add "Color Select" color: -#: ../tuxpaint.c:26644 +#: ../tuxpaint.c:26651 msgid "Select a color from your drawing." msgstr "" #. Add "Color Picker" color: #. (This is an attempt to describe an HSV color picker in extremely basic terms!) -#: ../tuxpaint.c:26653 +#: ../tuxpaint.c:26660 msgid "" "Pick a color. Hues go top to bottom. Saturation/intensity goes left (pale) " "to right (pure). Value (lightness/darkness): grey bar." @@ -1316,7 +1316,7 @@ msgstr "" #. Add "Color Mixer" color: #. (The terms 'tint', 'tone', and 'shade' relate to combining white, grey, or black paint (respectively) to another color) -#: ../tuxpaint.c:26665 +#: ../tuxpaint.c:26672 msgid "" "Click the primary colors (red, yellow, and blue), white (to tint), grey (to " "tone), and black (to shade), to mix together a new color." @@ -1499,10 +1499,16 @@ msgstr "คลิกและลากเมาส์เพื่อให้เ msgid "Emboss" msgstr "ทำให้เป็นภาพนูน" -#: ../../magic/src/emboss.c:114 +#: ../../magic/src/emboss.c:115 msgid "Click and drag the mouse to emboss the picture." msgstr "คลิกและลากเมาส์ไปที่ภาพนูน" +#: ../../magic/src/emboss.c:117 +#, fuzzy +#| msgid "Click to sharpen the entire picture." +msgid "Click to emboss the entire picture." +msgstr "คลิกเพื่อให้เกิดความคมชัดของภาพทั้งหมด." + #: ../../magic/src/fade_darken.c:115 msgid "Lighten" msgstr "สว่าง" diff --git a/src/po/tl.po b/src/po/tl.po index 487562f8c..b7a488007 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: 2022-06-14 00:59-0700\n" +"POT-Creation-Date: 2022-07-03 16:31-0700\n" "PO-Revision-Date: 2006-01-01 17:43+0900\n" "Last-Translator: none\n" "Language-Team: none\n" @@ -304,15 +304,15 @@ msgstr "" msgid "Minimize" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:8 ../tuxpaint.desktop.in:3 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:8 ../tuxpaint.desktop.in:3 msgid "Tux Paint" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:9 ../tuxpaint.desktop.in:10 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:9 ../tuxpaint.desktop.in:10 msgid "A drawing program for children" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:11 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:11 msgid "" "Tux Paint is a free, award-winning drawing program for children ages 3 to " "12. Tux Paint is used in schools around the world as a computer literacy " @@ -321,30 +321,30 @@ msgid "" "program." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:19 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:19 msgid "" "Kids are presented with a blank canvas and a variety of drawing tools to " "help them be creative." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:24 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:24 msgid "New Breed Software et al." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:36 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:36 msgid "The Magic tool is a set of special effects" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:40 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:40 msgid "" "The Paint Brush tool lets you draw freehand, using various brushes and colors" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:44 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:44 msgid "The Stamp tool is like a set of rubber stamps or stickers" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:50 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:50 msgid "" "Tux Paint's Color palette includes a new Color Mixer option, which allows " "users to combine different proportions of primary colors (red, yellow, and " @@ -352,7 +352,7 @@ msgid "" "mixing paints." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:51 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:51 msgid "" "The Color Picker option, which previously offered a static palette of around " "sixty-five thousand color choices, now supports separate hue, saturation, " @@ -360,21 +360,21 @@ msgid "" "colors." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:52 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:52 msgid "" "Also, a keyboard shortcut is now available for quick access to the Color " "Selector — the \"pipette\" tool used for picking colors from the current " "drawing." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:53 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53 msgid "" "The Paint and Lines tools now provide a way to adjust the spacing of " "brushes, allowing dotted lines or smearing effects to be made. Many brushes " "have been given better default spacing values, as well." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:54 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54 msgid "" "Two new variations of the Zoom Magic Tool, Tile Zoom and Rush, have been " "added. When shrinking a drawing with Tile Zoom, it replicates the drawing " @@ -382,7 +382,7 @@ msgid "" "background color. The Rush tool blurs the results." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:55 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:55 msgid "" "Tux Paint's Shapes tool now offers hexagon (6-sided) and heptagon (7-sided) " "polygons. For shapes which can be stretched (rectangle, oval, etc.), the " @@ -391,7 +391,7 @@ msgid "" "has also been expanded." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:56 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:56 msgid "" "Keyboard shortcuts, such as [Control]+[S] to save a drawing, are now " "accessed with the more traditional [⌘ Command] key when using Tux Paint on " @@ -399,7 +399,7 @@ msgid "" "The look and feel of the user documentation has been improved." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:61 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:61 msgid "" "Tux Paint's Paint and Line tools now support brushes that rotate based on " "the angle of the stroke. This new rotation feature, as well as the older " @@ -408,7 +408,7 @@ msgid "" "painting mode for interactively coloring within a confined area." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:62 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:62 msgid "" "Six new Magic tools have been added to Tux Paint. Panels shrinks and " "duplicates the drawing into a 2-by-2 grid, which is useful for making four-" @@ -419,7 +419,7 @@ msgid "" "of Tux Paint's classic Rainbow tool." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:63 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:63 msgid "" "A number of existing Magic tools have been updated, as well. Improvements " "were made to Halftone, which simulates photographs on newsprint; Cartoon, " @@ -428,7 +428,7 @@ msgid "" "Chalk, and Emboss, now offer the ability to alter the entire image at once!" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:64 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:64 msgid "" "Finally, Magic tools are now grouped into collections of similar effects — " "painting, distorts, color filters, picture warps, pattern painting, " @@ -436,7 +436,7 @@ msgid "" "need." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:69 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:69 msgid "" "Tux Paint's Fill tool now offers options to fill an area with color " "gradients. The \"Radial\" fill creates a circular gradient centered around " @@ -444,7 +444,7 @@ msgid "" "of gradients at different angles and sizes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:70 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:70 msgid "" "New Magic tools have been added to Tux Paint: \"Pixels\" makes it easier to " "create retro-gaming style pixel art, \"Checkerboard\" fills the entire " @@ -452,14 +452,14 @@ msgid "" "picture via brush strokes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:71 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:71 msgid "" "Tux Paint's user documentation has been overhauled, making localization " "easier. Parties interested in helping with localization are encouraged to " "contact the Tux Paint team." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:72 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:72 msgid "" "Finally, a new pair of accessibility options have been added. The entire " "user interface can now be enlarged benefiting users with impaired vision, " @@ -469,34 +469,34 @@ msgid "" "systems." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:77 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:77 msgid "" "A major improvement has been made to the Shapes tool, which now provides " "options to choose whether shapes are drawn from the center or a corner, " "making it easier to use in any situation." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:78 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:78 msgid "" "The on-screen keyboard, an accessibility feature optionally available when " "using the Text and Label tools, now appears larger on bigger displays; " "helpful for users of coarser input devices, such as eye-tracking systems." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:79 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:79 msgid "" "The Eraser tool adds new, smaller eraser sizes, and applies smoother, " "contiguous strokes when the pointer is moved quickly." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:80 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:80 msgid "" "Finally, this newest version adds options to export individual drawings and " "GIF animations, making it easy to share pictures, cartoons, and slideshows " "with others." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:85 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:85 msgid "" "The latest version has promoted the \"Fill\" tool, previously found under " "the \"Magic\" section of Tux Paint, to the main toolbar, where it's easier " @@ -506,21 +506,21 @@ msgid "" "images." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:86 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:86 msgid "" "Tux Paint also now makes it possible to disable stereo sound, which can " "benefit users with a hearing impairment, or in situations where only one " "speaker is available." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:91 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:91 msgid "" "New in this version are a \"color picker\", which allows any color within a " "drawing to be chosen using the pointer, and a set of three-, four-, and five-" "pointed star shapes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:92 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:92 msgid "" "The latest version also incorporates a number of new translations, bringing " "the number of supported languages up to nearly 130: Bengali, Bodo, Dogri, " @@ -1270,18 +1270,18 @@ msgid "" msgstr "" #. Color mixer; e.g., "Your color is entirely grey." -#: ../tuxpaint.c:23727 ../tuxpaint.c:23734 +#: ../tuxpaint.c:23734 ../tuxpaint.c:23741 msgid "entirely" msgstr "" #. Add "Color Select" color: -#: ../tuxpaint.c:26644 +#: ../tuxpaint.c:26651 msgid "Select a color from your drawing." msgstr "" #. Add "Color Picker" color: #. (This is an attempt to describe an HSV color picker in extremely basic terms!) -#: ../tuxpaint.c:26653 +#: ../tuxpaint.c:26660 msgid "" "Pick a color. Hues go top to bottom. Saturation/intensity goes left (pale) " "to right (pure). Value (lightness/darkness): grey bar." @@ -1289,7 +1289,7 @@ msgstr "" #. Add "Color Mixer" color: #. (The terms 'tint', 'tone', and 'shade' relate to combining white, grey, or black paint (respectively) to another color) -#: ../tuxpaint.c:26665 +#: ../tuxpaint.c:26672 msgid "" "Click the primary colors (red, yellow, and blue), white (to tint), grey (to " "tone), and black (to shade), to mix together a new color." @@ -1442,10 +1442,14 @@ msgstr "" msgid "Emboss" msgstr "" -#: ../../magic/src/emboss.c:114 +#: ../../magic/src/emboss.c:115 msgid "Click and drag the mouse to emboss the picture." msgstr "" +#: ../../magic/src/emboss.c:117 +msgid "Click to emboss the entire picture." +msgstr "" + #: ../../magic/src/fade_darken.c:115 msgid "Lighten" msgstr "Paliwanagin" diff --git a/src/po/tlh.po b/src/po/tlh.po index c976367ee..f7c28210e 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: 2022-06-14 00:59-0700\n" +"POT-Creation-Date: 2022-07-03 16:31-0700\n" "PO-Revision-Date: 2004-08-16 23:14-0800\n" "Last-Translator: Bill Kendrick \n" "Language-Team: Bill Kendrick \n" @@ -307,15 +307,15 @@ msgstr "" msgid "Minimize" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:8 ../tuxpaint.desktop.in:3 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:8 ../tuxpaint.desktop.in:3 msgid "Tux Paint" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:9 ../tuxpaint.desktop.in:10 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:9 ../tuxpaint.desktop.in:10 msgid "A drawing program for children" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:11 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:11 msgid "" "Tux Paint is a free, award-winning drawing program for children ages 3 to " "12. Tux Paint is used in schools around the world as a computer literacy " @@ -324,30 +324,30 @@ msgid "" "program." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:19 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:19 msgid "" "Kids are presented with a blank canvas and a variety of drawing tools to " "help them be creative." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:24 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:24 msgid "New Breed Software et al." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:36 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:36 msgid "The Magic tool is a set of special effects" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:40 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:40 msgid "" "The Paint Brush tool lets you draw freehand, using various brushes and colors" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:44 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:44 msgid "The Stamp tool is like a set of rubber stamps or stickers" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:50 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:50 msgid "" "Tux Paint's Color palette includes a new Color Mixer option, which allows " "users to combine different proportions of primary colors (red, yellow, and " @@ -355,7 +355,7 @@ msgid "" "mixing paints." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:51 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:51 msgid "" "The Color Picker option, which previously offered a static palette of around " "sixty-five thousand color choices, now supports separate hue, saturation, " @@ -363,21 +363,21 @@ msgid "" "colors." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:52 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:52 msgid "" "Also, a keyboard shortcut is now available for quick access to the Color " "Selector — the \"pipette\" tool used for picking colors from the current " "drawing." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:53 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53 msgid "" "The Paint and Lines tools now provide a way to adjust the spacing of " "brushes, allowing dotted lines or smearing effects to be made. Many brushes " "have been given better default spacing values, as well." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:54 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54 msgid "" "Two new variations of the Zoom Magic Tool, Tile Zoom and Rush, have been " "added. When shrinking a drawing with Tile Zoom, it replicates the drawing " @@ -385,7 +385,7 @@ msgid "" "background color. The Rush tool blurs the results." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:55 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:55 msgid "" "Tux Paint's Shapes tool now offers hexagon (6-sided) and heptagon (7-sided) " "polygons. For shapes which can be stretched (rectangle, oval, etc.), the " @@ -394,7 +394,7 @@ msgid "" "has also been expanded." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:56 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:56 msgid "" "Keyboard shortcuts, such as [Control]+[S] to save a drawing, are now " "accessed with the more traditional [⌘ Command] key when using Tux Paint on " @@ -402,7 +402,7 @@ msgid "" "The look and feel of the user documentation has been improved." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:61 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:61 msgid "" "Tux Paint's Paint and Line tools now support brushes that rotate based on " "the angle of the stroke. This new rotation feature, as well as the older " @@ -411,7 +411,7 @@ msgid "" "painting mode for interactively coloring within a confined area." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:62 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:62 msgid "" "Six new Magic tools have been added to Tux Paint. Panels shrinks and " "duplicates the drawing into a 2-by-2 grid, which is useful for making four-" @@ -422,7 +422,7 @@ msgid "" "of Tux Paint's classic Rainbow tool." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:63 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:63 msgid "" "A number of existing Magic tools have been updated, as well. Improvements " "were made to Halftone, which simulates photographs on newsprint; Cartoon, " @@ -431,7 +431,7 @@ msgid "" "Chalk, and Emboss, now offer the ability to alter the entire image at once!" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:64 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:64 msgid "" "Finally, Magic tools are now grouped into collections of similar effects — " "painting, distorts, color filters, picture warps, pattern painting, " @@ -439,7 +439,7 @@ msgid "" "need." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:69 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:69 msgid "" "Tux Paint's Fill tool now offers options to fill an area with color " "gradients. The \"Radial\" fill creates a circular gradient centered around " @@ -447,7 +447,7 @@ msgid "" "of gradients at different angles and sizes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:70 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:70 msgid "" "New Magic tools have been added to Tux Paint: \"Pixels\" makes it easier to " "create retro-gaming style pixel art, \"Checkerboard\" fills the entire " @@ -455,14 +455,14 @@ msgid "" "picture via brush strokes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:71 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:71 msgid "" "Tux Paint's user documentation has been overhauled, making localization " "easier. Parties interested in helping with localization are encouraged to " "contact the Tux Paint team." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:72 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:72 msgid "" "Finally, a new pair of accessibility options have been added. The entire " "user interface can now be enlarged benefiting users with impaired vision, " @@ -472,34 +472,34 @@ msgid "" "systems." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:77 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:77 msgid "" "A major improvement has been made to the Shapes tool, which now provides " "options to choose whether shapes are drawn from the center or a corner, " "making it easier to use in any situation." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:78 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:78 msgid "" "The on-screen keyboard, an accessibility feature optionally available when " "using the Text and Label tools, now appears larger on bigger displays; " "helpful for users of coarser input devices, such as eye-tracking systems." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:79 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:79 msgid "" "The Eraser tool adds new, smaller eraser sizes, and applies smoother, " "contiguous strokes when the pointer is moved quickly." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:80 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:80 msgid "" "Finally, this newest version adds options to export individual drawings and " "GIF animations, making it easy to share pictures, cartoons, and slideshows " "with others." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:85 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:85 msgid "" "The latest version has promoted the \"Fill\" tool, previously found under " "the \"Magic\" section of Tux Paint, to the main toolbar, where it's easier " @@ -509,21 +509,21 @@ msgid "" "images." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:86 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:86 msgid "" "Tux Paint also now makes it possible to disable stereo sound, which can " "benefit users with a hearing impairment, or in situations where only one " "speaker is available." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:91 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:91 msgid "" "New in this version are a \"color picker\", which allows any color within a " "drawing to be chosen using the pointer, and a set of three-, four-, and five-" "pointed star shapes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:92 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:92 msgid "" "The latest version also incorporates a number of new translations, bringing " "the number of supported languages up to nearly 130: Bengali, Bodo, Dogri, " @@ -1276,18 +1276,18 @@ msgid "" msgstr "" #. Color mixer; e.g., "Your color is entirely grey." -#: ../tuxpaint.c:23727 ../tuxpaint.c:23734 +#: ../tuxpaint.c:23734 ../tuxpaint.c:23741 msgid "entirely" msgstr "" #. Add "Color Select" color: -#: ../tuxpaint.c:26644 +#: ../tuxpaint.c:26651 msgid "Select a color from your drawing." msgstr "" #. Add "Color Picker" color: #. (This is an attempt to describe an HSV color picker in extremely basic terms!) -#: ../tuxpaint.c:26653 +#: ../tuxpaint.c:26660 msgid "" "Pick a color. Hues go top to bottom. Saturation/intensity goes left (pale) " "to right (pure). Value (lightness/darkness): grey bar." @@ -1295,7 +1295,7 @@ msgstr "" #. Add "Color Mixer" color: #. (The terms 'tint', 'tone', and 'shade' relate to combining white, grey, or black paint (respectively) to another color) -#: ../tuxpaint.c:26665 +#: ../tuxpaint.c:26672 msgid "" "Click the primary colors (red, yellow, and blue), white (to tint), grey (to " "tone), and black (to shade), to mix together a new color." @@ -1451,10 +1451,14 @@ msgstr "" msgid "Emboss" msgstr "" -#: ../../magic/src/emboss.c:114 +#: ../../magic/src/emboss.c:115 msgid "Click and drag the mouse to emboss the picture." msgstr "" +#: ../../magic/src/emboss.c:117 +msgid "Click to emboss the entire picture." +msgstr "" + #: ../../magic/src/fade_darken.c:115 msgid "Lighten" msgstr "" diff --git a/src/po/tr.po b/src/po/tr.po index 512be1482..772b4642c 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: 2022-06-14 00:59-0700\n" +"POT-Creation-Date: 2022-07-03 16:31-0700\n" "PO-Revision-Date: 2012-01-02 22:41+0200\n" "Last-Translator: gvhı \n" "Language-Team: Turkish \n" @@ -312,15 +312,15 @@ msgstr "" msgid "Minimize" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:8 ../tuxpaint.desktop.in:3 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:8 ../tuxpaint.desktop.in:3 msgid "Tux Paint" msgstr "Tux Boyama" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:9 ../tuxpaint.desktop.in:10 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:9 ../tuxpaint.desktop.in:10 msgid "A drawing program for children" msgstr "Çocuklar için bir çizim programı" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:11 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:11 msgid "" "Tux Paint is a free, award-winning drawing program for children ages 3 to " "12. Tux Paint is used in schools around the world as a computer literacy " @@ -329,30 +329,30 @@ msgid "" "program." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:19 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:19 msgid "" "Kids are presented with a blank canvas and a variety of drawing tools to " "help them be creative." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:24 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:24 msgid "New Breed Software et al." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:36 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:36 msgid "The Magic tool is a set of special effects" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:40 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:40 msgid "" "The Paint Brush tool lets you draw freehand, using various brushes and colors" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:44 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:44 msgid "The Stamp tool is like a set of rubber stamps or stickers" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:50 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:50 msgid "" "Tux Paint's Color palette includes a new Color Mixer option, which allows " "users to combine different proportions of primary colors (red, yellow, and " @@ -360,7 +360,7 @@ msgid "" "mixing paints." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:51 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:51 msgid "" "The Color Picker option, which previously offered a static palette of around " "sixty-five thousand color choices, now supports separate hue, saturation, " @@ -368,21 +368,21 @@ msgid "" "colors." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:52 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:52 msgid "" "Also, a keyboard shortcut is now available for quick access to the Color " "Selector — the \"pipette\" tool used for picking colors from the current " "drawing." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:53 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53 msgid "" "The Paint and Lines tools now provide a way to adjust the spacing of " "brushes, allowing dotted lines or smearing effects to be made. Many brushes " "have been given better default spacing values, as well." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:54 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54 msgid "" "Two new variations of the Zoom Magic Tool, Tile Zoom and Rush, have been " "added. When shrinking a drawing with Tile Zoom, it replicates the drawing " @@ -390,7 +390,7 @@ msgid "" "background color. The Rush tool blurs the results." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:55 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:55 msgid "" "Tux Paint's Shapes tool now offers hexagon (6-sided) and heptagon (7-sided) " "polygons. For shapes which can be stretched (rectangle, oval, etc.), the " @@ -399,7 +399,7 @@ msgid "" "has also been expanded." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:56 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:56 msgid "" "Keyboard shortcuts, such as [Control]+[S] to save a drawing, are now " "accessed with the more traditional [⌘ Command] key when using Tux Paint on " @@ -407,7 +407,7 @@ msgid "" "The look and feel of the user documentation has been improved." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:61 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:61 msgid "" "Tux Paint's Paint and Line tools now support brushes that rotate based on " "the angle of the stroke. This new rotation feature, as well as the older " @@ -416,7 +416,7 @@ msgid "" "painting mode for interactively coloring within a confined area." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:62 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:62 msgid "" "Six new Magic tools have been added to Tux Paint. Panels shrinks and " "duplicates the drawing into a 2-by-2 grid, which is useful for making four-" @@ -427,7 +427,7 @@ msgid "" "of Tux Paint's classic Rainbow tool." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:63 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:63 msgid "" "A number of existing Magic tools have been updated, as well. Improvements " "were made to Halftone, which simulates photographs on newsprint; Cartoon, " @@ -436,7 +436,7 @@ msgid "" "Chalk, and Emboss, now offer the ability to alter the entire image at once!" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:64 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:64 msgid "" "Finally, Magic tools are now grouped into collections of similar effects — " "painting, distorts, color filters, picture warps, pattern painting, " @@ -444,7 +444,7 @@ msgid "" "need." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:69 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:69 msgid "" "Tux Paint's Fill tool now offers options to fill an area with color " "gradients. The \"Radial\" fill creates a circular gradient centered around " @@ -452,7 +452,7 @@ msgid "" "of gradients at different angles and sizes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:70 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:70 msgid "" "New Magic tools have been added to Tux Paint: \"Pixels\" makes it easier to " "create retro-gaming style pixel art, \"Checkerboard\" fills the entire " @@ -460,14 +460,14 @@ msgid "" "picture via brush strokes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:71 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:71 msgid "" "Tux Paint's user documentation has been overhauled, making localization " "easier. Parties interested in helping with localization are encouraged to " "contact the Tux Paint team." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:72 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:72 msgid "" "Finally, a new pair of accessibility options have been added. The entire " "user interface can now be enlarged benefiting users with impaired vision, " @@ -477,34 +477,34 @@ msgid "" "systems." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:77 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:77 msgid "" "A major improvement has been made to the Shapes tool, which now provides " "options to choose whether shapes are drawn from the center or a corner, " "making it easier to use in any situation." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:78 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:78 msgid "" "The on-screen keyboard, an accessibility feature optionally available when " "using the Text and Label tools, now appears larger on bigger displays; " "helpful for users of coarser input devices, such as eye-tracking systems." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:79 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:79 msgid "" "The Eraser tool adds new, smaller eraser sizes, and applies smoother, " "contiguous strokes when the pointer is moved quickly." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:80 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:80 msgid "" "Finally, this newest version adds options to export individual drawings and " "GIF animations, making it easy to share pictures, cartoons, and slideshows " "with others." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:85 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:85 msgid "" "The latest version has promoted the \"Fill\" tool, previously found under " "the \"Magic\" section of Tux Paint, to the main toolbar, where it's easier " @@ -514,21 +514,21 @@ msgid "" "images." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:86 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:86 msgid "" "Tux Paint also now makes it possible to disable stereo sound, which can " "benefit users with a hearing impairment, or in situations where only one " "speaker is available." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:91 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:91 msgid "" "New in this version are a \"color picker\", which allows any color within a " "drawing to be chosen using the pointer, and a set of three-, four-, and five-" "pointed star shapes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:92 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:92 msgid "" "The latest version also incorporates a number of new translations, bringing " "the number of supported languages up to nearly 130: Bengali, Bodo, Dogri, " @@ -1305,18 +1305,18 @@ msgid "" msgstr "" #. Color mixer; e.g., "Your color is entirely grey." -#: ../tuxpaint.c:23727 ../tuxpaint.c:23734 +#: ../tuxpaint.c:23734 ../tuxpaint.c:23741 msgid "entirely" msgstr "" #. Add "Color Select" color: -#: ../tuxpaint.c:26644 +#: ../tuxpaint.c:26651 msgid "Select a color from your drawing." msgstr "" #. Add "Color Picker" color: #. (This is an attempt to describe an HSV color picker in extremely basic terms!) -#: ../tuxpaint.c:26653 +#: ../tuxpaint.c:26660 msgid "" "Pick a color. Hues go top to bottom. Saturation/intensity goes left (pale) " "to right (pure). Value (lightness/darkness): grey bar." @@ -1324,7 +1324,7 @@ msgstr "" #. Add "Color Mixer" color: #. (The terms 'tint', 'tone', and 'shade' relate to combining white, grey, or black paint (respectively) to another color) -#: ../tuxpaint.c:26665 +#: ../tuxpaint.c:26672 msgid "" "Click the primary colors (red, yellow, and blue), white (to tint), grey (to " "tone), and black (to shade), to mix together a new color." @@ -1515,10 +1515,16 @@ msgstr "Resminin bükülmesine sebep olmak istediğin yeri tıkla ve sürükle." msgid "Emboss" msgstr "kabarık" -#: ../../magic/src/emboss.c:114 +#: ../../magic/src/emboss.c:115 msgid "Click and drag the mouse to emboss the picture." msgstr "Resmi kabartmak için fareyi tıklatın ve sürükleyin." +#: ../../magic/src/emboss.c:117 +#, fuzzy +#| msgid "Click to sharpen the entire picture." +msgid "Click to emboss the entire picture." +msgstr "Bütün resmi keskinleştirmek için tıklayın." + #: ../../magic/src/fade_darken.c:115 msgid "Lighten" msgstr "Rengini aç" diff --git a/src/po/tuxpaint.pot b/src/po/tuxpaint.pot index 27d68797a..d6407da15 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: 2022-06-14 00:59-0700\n" +"POT-Creation-Date: 2022-07-03 16:31-0700\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -297,15 +297,15 @@ msgstr "" msgid "Minimize" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:8 ../tuxpaint.desktop.in:3 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:8 ../tuxpaint.desktop.in:3 msgid "Tux Paint" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:9 ../tuxpaint.desktop.in:10 -msgid "A drawing program for children." +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:9 ../tuxpaint.desktop.in:10 +msgid "A drawing program for children" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:11 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:11 msgid "" "Tux Paint is a free, award-winning drawing program for children ages 3 to " "12. Tux Paint is used in schools around the world as a computer literacy " @@ -314,30 +314,30 @@ msgid "" "program." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:19 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:19 msgid "" "Kids are presented with a blank canvas and a variety of drawing tools to " "help them be creative." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:24 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:24 msgid "New Breed Software et al." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:36 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:36 msgid "The Magic tool is a set of special effects" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:40 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:40 msgid "" "The Paint Brush tool lets you draw freehand, using various brushes and colors" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:44 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:44 msgid "The Stamp tool is like a set of rubber stamps or stickers" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:50 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:50 msgid "" "Tux Paint's Color palette includes a new Color Mixer option, which allows " "users to combine different proportions of primary colors (red, yellow, and " @@ -345,7 +345,7 @@ msgid "" "mixing paints." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:51 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:51 msgid "" "The Color Picker option, which previously offered a static palette of around " "sixty-five thousand color choices, now supports separate hue, saturation, " @@ -353,21 +353,21 @@ msgid "" "colors." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:52 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:52 msgid "" "Also, a keyboard shortcut is now available for quick access to the Color " "Selector — the \"pipette\" tool used for picking colors from the current " "drawing." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:53 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53 msgid "" "The Paint and Lines tools now provide a way to adjust the spacing of " "brushes, allowing dotted lines or smearing effects to be made. Many brushes " "have been given better default spacing values, as well." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:54 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54 msgid "" "Two new variations of the Zoom Magic Tool, Tile Zoom and Rush, have been " "added. When shrinking a drawing with Tile Zoom, it replicates the drawing " @@ -375,7 +375,7 @@ msgid "" "background color. The Rush tool blurs the results." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:55 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:55 msgid "" "Tux Paint's Shapes tool now offers hexagon (6-sided) and heptagon (7-sided) " "polygons. For shapes which can be stretched (rectangle, oval, etc.), the " @@ -384,7 +384,7 @@ msgid "" "has also been expanded." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:56 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:56 msgid "" "Keyboard shortcuts, such as [Control]+[S] to save a drawing, are now " "accessed with the more traditional [⌘ Command] key when using Tux Paint on " @@ -392,7 +392,7 @@ msgid "" "The look and feel of the user documentation has been improved." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:61 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:61 msgid "" "Tux Paint's Paint and Line tools now support brushes that rotate based on " "the angle of the stroke. This new rotation feature, as well as the older " @@ -401,7 +401,7 @@ msgid "" "painting mode for interactively coloring within a confined area." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:62 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:62 msgid "" "Six new Magic tools have been added to Tux Paint. Panels shrinks and " "duplicates the drawing into a 2-by-2 grid, which is useful for making four-" @@ -412,7 +412,7 @@ msgid "" "of Tux Paint's classic Rainbow tool." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:63 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:63 msgid "" "A number of existing Magic tools have been updated, as well. Improvements " "were made to Halftone, which simulates photographs on newsprint; Cartoon, " @@ -421,7 +421,7 @@ msgid "" "Chalk, and Emboss, now offer the ability to alter the entire image at once!" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:64 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:64 msgid "" "Finally, Magic tools are now grouped into collections of similar effects — " "painting, distorts, color filters, picture warps, pattern painting, " @@ -429,7 +429,7 @@ msgid "" "need." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:69 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:69 msgid "" "Tux Paint's Fill tool now offers options to fill an area with color " "gradients. The \"Radial\" fill creates a circular gradient centered around " @@ -437,7 +437,7 @@ msgid "" "of gradients at different angles and sizes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:70 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:70 msgid "" "New Magic tools have been added to Tux Paint: \"Pixels\" makes it easier to " "create retro-gaming style pixel art, \"Checkerboard\" fills the entire " @@ -445,14 +445,14 @@ msgid "" "picture via brush strokes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:71 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:71 msgid "" "Tux Paint's user documentation has been overhauled, making localization " "easier. Parties interested in helping with localization are encouraged to " "contact the Tux Paint team." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:72 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:72 msgid "" "Finally, a new pair of accessibility options have been added. The entire " "user interface can now be enlarged benefiting users with impaired vision, " @@ -462,34 +462,34 @@ msgid "" "systems." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:77 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:77 msgid "" "A major improvement has been made to the Shapes tool, which now provides " "options to choose whether shapes are drawn from the center or a corner, " "making it easier to use in any situation." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:78 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:78 msgid "" "The on-screen keyboard, an accessibility feature optionally available when " "using the Text and Label tools, now appears larger on bigger displays; " "helpful for users of coarser input devices, such as eye-tracking systems." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:79 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:79 msgid "" "The Eraser tool adds new, smaller eraser sizes, and applies smoother, " "contiguous strokes when the pointer is moved quickly." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:80 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:80 msgid "" "Finally, this newest version adds options to export individual drawings and " "GIF animations, making it easy to share pictures, cartoons, and slideshows " "with others." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:85 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:85 msgid "" "The latest version has promoted the \"Fill\" tool, previously found under " "the \"Magic\" section of Tux Paint, to the main toolbar, where it's easier " @@ -499,21 +499,21 @@ msgid "" "images." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:86 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:86 msgid "" "Tux Paint also now makes it possible to disable stereo sound, which can " "benefit users with a hearing impairment, or in situations where only one " "speaker is available." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:91 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:91 msgid "" "New in this version are a \"color picker\", which allows any color within a " "drawing to be chosen using the pointer, and a set of three-, four-, and five-" "pointed star shapes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:92 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:92 msgid "" "The latest version also incorporates a number of new translations, bringing " "the number of supported languages up to nearly 130: Bengali, Bodo, Dogri, " @@ -1232,18 +1232,18 @@ msgid "" msgstr "" #. Color mixer; e.g., "Your color is entirely grey." -#: ../tuxpaint.c:23727 ../tuxpaint.c:23734 +#: ../tuxpaint.c:23734 ../tuxpaint.c:23741 msgid "entirely" msgstr "" #. Add "Color Select" color: -#: ../tuxpaint.c:26644 +#: ../tuxpaint.c:26651 msgid "Select a color from your drawing." msgstr "" #. Add "Color Picker" color: #. (This is an attempt to describe an HSV color picker in extremely basic terms!) -#: ../tuxpaint.c:26653 +#: ../tuxpaint.c:26660 msgid "" "Pick a color. Hues go top to bottom. Saturation/intensity goes left (pale) " "to right (pure). Value (lightness/darkness): grey bar." @@ -1251,7 +1251,7 @@ msgstr "" #. Add "Color Mixer" color: #. (The terms 'tint', 'tone', and 'shade' relate to combining white, grey, or black paint (respectively) to another color) -#: ../tuxpaint.c:26665 +#: ../tuxpaint.c:26672 msgid "" "Click the primary colors (red, yellow, and blue), white (to tint), grey (to " "tone), and black (to shade), to mix together a new color." @@ -1403,10 +1403,14 @@ msgstr "" msgid "Emboss" msgstr "" -#: ../../magic/src/emboss.c:114 +#: ../../magic/src/emboss.c:115 msgid "Click and drag the mouse to emboss the picture." msgstr "" +#: ../../magic/src/emboss.c:117 +msgid "Click to emboss the entire picture." +msgstr "" + #: ../../magic/src/fade_darken.c:115 msgid "Lighten" msgstr "" diff --git a/src/po/tw.po b/src/po/tw.po index b909af66c..3df42285f 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: 2022-06-14 00:59-0700\n" +"POT-Creation-Date: 2022-07-03 16:31-0700\n" "PO-Revision-Date: 2007-04-26 15:45+0200\n" "Last-Translator: Joana Portia Antwi-Danso \n" "MIME-Version: 1.0\n" @@ -313,15 +313,15 @@ msgstr "" msgid "Minimize" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:8 ../tuxpaint.desktop.in:3 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:8 ../tuxpaint.desktop.in:3 msgid "Tux Paint" msgstr "Tux Paint" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:9 ../tuxpaint.desktop.in:10 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:9 ../tuxpaint.desktop.in:10 msgid "A drawing program for children" msgstr "Deɛ mmɔfra bɛtumi de adi agorɔ" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:11 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:11 msgid "" "Tux Paint is a free, award-winning drawing program for children ages 3 to " "12. Tux Paint is used in schools around the world as a computer literacy " @@ -330,30 +330,30 @@ msgid "" "program." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:19 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:19 msgid "" "Kids are presented with a blank canvas and a variety of drawing tools to " "help them be creative." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:24 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:24 msgid "New Breed Software et al." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:36 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:36 msgid "The Magic tool is a set of special effects" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:40 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:40 msgid "" "The Paint Brush tool lets you draw freehand, using various brushes and colors" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:44 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:44 msgid "The Stamp tool is like a set of rubber stamps or stickers" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:50 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:50 msgid "" "Tux Paint's Color palette includes a new Color Mixer option, which allows " "users to combine different proportions of primary colors (red, yellow, and " @@ -361,7 +361,7 @@ msgid "" "mixing paints." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:51 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:51 msgid "" "The Color Picker option, which previously offered a static palette of around " "sixty-five thousand color choices, now supports separate hue, saturation, " @@ -369,21 +369,21 @@ msgid "" "colors." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:52 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:52 msgid "" "Also, a keyboard shortcut is now available for quick access to the Color " "Selector — the \"pipette\" tool used for picking colors from the current " "drawing." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:53 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53 msgid "" "The Paint and Lines tools now provide a way to adjust the spacing of " "brushes, allowing dotted lines or smearing effects to be made. Many brushes " "have been given better default spacing values, as well." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:54 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54 msgid "" "Two new variations of the Zoom Magic Tool, Tile Zoom and Rush, have been " "added. When shrinking a drawing with Tile Zoom, it replicates the drawing " @@ -391,7 +391,7 @@ msgid "" "background color. The Rush tool blurs the results." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:55 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:55 msgid "" "Tux Paint's Shapes tool now offers hexagon (6-sided) and heptagon (7-sided) " "polygons. For shapes which can be stretched (rectangle, oval, etc.), the " @@ -400,7 +400,7 @@ msgid "" "has also been expanded." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:56 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:56 msgid "" "Keyboard shortcuts, such as [Control]+[S] to save a drawing, are now " "accessed with the more traditional [⌘ Command] key when using Tux Paint on " @@ -408,7 +408,7 @@ msgid "" "The look and feel of the user documentation has been improved." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:61 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:61 msgid "" "Tux Paint's Paint and Line tools now support brushes that rotate based on " "the angle of the stroke. This new rotation feature, as well as the older " @@ -417,7 +417,7 @@ msgid "" "painting mode for interactively coloring within a confined area." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:62 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:62 msgid "" "Six new Magic tools have been added to Tux Paint. Panels shrinks and " "duplicates the drawing into a 2-by-2 grid, which is useful for making four-" @@ -428,7 +428,7 @@ msgid "" "of Tux Paint's classic Rainbow tool." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:63 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:63 msgid "" "A number of existing Magic tools have been updated, as well. Improvements " "were made to Halftone, which simulates photographs on newsprint; Cartoon, " @@ -437,7 +437,7 @@ msgid "" "Chalk, and Emboss, now offer the ability to alter the entire image at once!" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:64 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:64 msgid "" "Finally, Magic tools are now grouped into collections of similar effects — " "painting, distorts, color filters, picture warps, pattern painting, " @@ -445,7 +445,7 @@ msgid "" "need." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:69 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:69 msgid "" "Tux Paint's Fill tool now offers options to fill an area with color " "gradients. The \"Radial\" fill creates a circular gradient centered around " @@ -453,7 +453,7 @@ msgid "" "of gradients at different angles and sizes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:70 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:70 msgid "" "New Magic tools have been added to Tux Paint: \"Pixels\" makes it easier to " "create retro-gaming style pixel art, \"Checkerboard\" fills the entire " @@ -461,14 +461,14 @@ msgid "" "picture via brush strokes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:71 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:71 msgid "" "Tux Paint's user documentation has been overhauled, making localization " "easier. Parties interested in helping with localization are encouraged to " "contact the Tux Paint team." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:72 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:72 msgid "" "Finally, a new pair of accessibility options have been added. The entire " "user interface can now be enlarged benefiting users with impaired vision, " @@ -478,34 +478,34 @@ msgid "" "systems." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:77 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:77 msgid "" "A major improvement has been made to the Shapes tool, which now provides " "options to choose whether shapes are drawn from the center or a corner, " "making it easier to use in any situation." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:78 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:78 msgid "" "The on-screen keyboard, an accessibility feature optionally available when " "using the Text and Label tools, now appears larger on bigger displays; " "helpful for users of coarser input devices, such as eye-tracking systems." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:79 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:79 msgid "" "The Eraser tool adds new, smaller eraser sizes, and applies smoother, " "contiguous strokes when the pointer is moved quickly." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:80 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:80 msgid "" "Finally, this newest version adds options to export individual drawings and " "GIF animations, making it easy to share pictures, cartoons, and slideshows " "with others." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:85 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:85 msgid "" "The latest version has promoted the \"Fill\" tool, previously found under " "the \"Magic\" section of Tux Paint, to the main toolbar, where it's easier " @@ -515,21 +515,21 @@ msgid "" "images." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:86 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:86 msgid "" "Tux Paint also now makes it possible to disable stereo sound, which can " "benefit users with a hearing impairment, or in situations where only one " "speaker is available." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:91 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:91 msgid "" "New in this version are a \"color picker\", which allows any color within a " "drawing to be chosen using the pointer, and a set of three-, four-, and five-" "pointed star shapes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:92 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:92 msgid "" "The latest version also incorporates a number of new translations, bringing " "the number of supported languages up to nearly 130: Bengali, Bodo, Dogri, " @@ -1308,18 +1308,18 @@ msgid "" msgstr "" #. Color mixer; e.g., "Your color is entirely grey." -#: ../tuxpaint.c:23727 ../tuxpaint.c:23734 +#: ../tuxpaint.c:23734 ../tuxpaint.c:23741 msgid "entirely" msgstr "" #. Add "Color Select" color: -#: ../tuxpaint.c:26644 +#: ../tuxpaint.c:26651 msgid "Select a color from your drawing." msgstr "" #. Add "Color Picker" color: #. (This is an attempt to describe an HSV color picker in extremely basic terms!) -#: ../tuxpaint.c:26653 +#: ../tuxpaint.c:26660 msgid "" "Pick a color. Hues go top to bottom. Saturation/intensity goes left (pale) " "to right (pure). Value (lightness/darkness): grey bar." @@ -1327,7 +1327,7 @@ msgstr "" #. Add "Color Mixer" color: #. (The terms 'tint', 'tone', and 'shade' relate to combining white, grey, or black paint (respectively) to another color) -#: ../tuxpaint.c:26665 +#: ../tuxpaint.c:26672 msgid "" "Click the primary colors (red, yellow, and blue), white (to tint), grey (to " "tone), and black (to shade), to mix together a new color." @@ -1508,11 +1508,16 @@ msgstr "Mia so na fa akura no to mfoni no so ma no nyɛ wisiwisi." msgid "Emboss" msgstr "" -#: ../../magic/src/emboss.c:114 +#: ../../magic/src/emboss.c:115 #, fuzzy msgid "Click and drag the mouse to emboss the picture." msgstr "Mia so na fa akura no to mfoni no so ma no nyɛ wisiwisi." +#: ../../magic/src/emboss.c:117 +#, fuzzy +msgid "Click to emboss the entire picture." +msgstr "Mia akura no so ma mfoni no baako mmɛka ho." + #: ../../magic/src/fade_darken.c:115 msgid "Lighten" msgstr "Ma ani nhoa" diff --git a/src/po/uk.po b/src/po/uk.po index 47a6524c3..5a54faa18 100644 --- a/src/po/uk.po +++ b/src/po/uk.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: TuxPaint 0.9.23 uk\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-06-14 00:59-0700\n" +"POT-Creation-Date: 2022-07-03 16:31-0700\n" "PO-Revision-Date: 2017-10-23 18:08+0000\n" "Last-Translator: Chris \n" "Language-Team: LANGUAGE \n" @@ -315,15 +315,15 @@ msgstr "" msgid "Minimize" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:8 ../tuxpaint.desktop.in:3 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:8 ../tuxpaint.desktop.in:3 msgid "Tux Paint" msgstr "Малюй разом з Tux!" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:9 ../tuxpaint.desktop.in:10 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:9 ../tuxpaint.desktop.in:10 msgid "A drawing program for children" msgstr "Дитяча програма для малювання" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:11 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:11 msgid "" "Tux Paint is a free, award-winning drawing program for children ages 3 to " "12. Tux Paint is used in schools around the world as a computer literacy " @@ -332,30 +332,30 @@ msgid "" "program." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:19 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:19 msgid "" "Kids are presented with a blank canvas and a variety of drawing tools to " "help them be creative." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:24 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:24 msgid "New Breed Software et al." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:36 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:36 msgid "The Magic tool is a set of special effects" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:40 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:40 msgid "" "The Paint Brush tool lets you draw freehand, using various brushes and colors" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:44 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:44 msgid "The Stamp tool is like a set of rubber stamps or stickers" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:50 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:50 msgid "" "Tux Paint's Color palette includes a new Color Mixer option, which allows " "users to combine different proportions of primary colors (red, yellow, and " @@ -363,7 +363,7 @@ msgid "" "mixing paints." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:51 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:51 msgid "" "The Color Picker option, which previously offered a static palette of around " "sixty-five thousand color choices, now supports separate hue, saturation, " @@ -371,21 +371,21 @@ msgid "" "colors." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:52 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:52 msgid "" "Also, a keyboard shortcut is now available for quick access to the Color " "Selector — the \"pipette\" tool used for picking colors from the current " "drawing." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:53 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53 msgid "" "The Paint and Lines tools now provide a way to adjust the spacing of " "brushes, allowing dotted lines or smearing effects to be made. Many brushes " "have been given better default spacing values, as well." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:54 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54 msgid "" "Two new variations of the Zoom Magic Tool, Tile Zoom and Rush, have been " "added. When shrinking a drawing with Tile Zoom, it replicates the drawing " @@ -393,7 +393,7 @@ msgid "" "background color. The Rush tool blurs the results." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:55 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:55 msgid "" "Tux Paint's Shapes tool now offers hexagon (6-sided) and heptagon (7-sided) " "polygons. For shapes which can be stretched (rectangle, oval, etc.), the " @@ -402,7 +402,7 @@ msgid "" "has also been expanded." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:56 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:56 msgid "" "Keyboard shortcuts, such as [Control]+[S] to save a drawing, are now " "accessed with the more traditional [⌘ Command] key when using Tux Paint on " @@ -410,7 +410,7 @@ msgid "" "The look and feel of the user documentation has been improved." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:61 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:61 msgid "" "Tux Paint's Paint and Line tools now support brushes that rotate based on " "the angle of the stroke. This new rotation feature, as well as the older " @@ -419,7 +419,7 @@ msgid "" "painting mode for interactively coloring within a confined area." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:62 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:62 msgid "" "Six new Magic tools have been added to Tux Paint. Panels shrinks and " "duplicates the drawing into a 2-by-2 grid, which is useful for making four-" @@ -430,7 +430,7 @@ msgid "" "of Tux Paint's classic Rainbow tool." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:63 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:63 msgid "" "A number of existing Magic tools have been updated, as well. Improvements " "were made to Halftone, which simulates photographs on newsprint; Cartoon, " @@ -439,7 +439,7 @@ msgid "" "Chalk, and Emboss, now offer the ability to alter the entire image at once!" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:64 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:64 msgid "" "Finally, Magic tools are now grouped into collections of similar effects — " "painting, distorts, color filters, picture warps, pattern painting, " @@ -447,7 +447,7 @@ msgid "" "need." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:69 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:69 msgid "" "Tux Paint's Fill tool now offers options to fill an area with color " "gradients. The \"Radial\" fill creates a circular gradient centered around " @@ -455,7 +455,7 @@ msgid "" "of gradients at different angles and sizes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:70 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:70 msgid "" "New Magic tools have been added to Tux Paint: \"Pixels\" makes it easier to " "create retro-gaming style pixel art, \"Checkerboard\" fills the entire " @@ -463,14 +463,14 @@ msgid "" "picture via brush strokes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:71 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:71 msgid "" "Tux Paint's user documentation has been overhauled, making localization " "easier. Parties interested in helping with localization are encouraged to " "contact the Tux Paint team." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:72 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:72 msgid "" "Finally, a new pair of accessibility options have been added. The entire " "user interface can now be enlarged benefiting users with impaired vision, " @@ -480,34 +480,34 @@ msgid "" "systems." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:77 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:77 msgid "" "A major improvement has been made to the Shapes tool, which now provides " "options to choose whether shapes are drawn from the center or a corner, " "making it easier to use in any situation." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:78 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:78 msgid "" "The on-screen keyboard, an accessibility feature optionally available when " "using the Text and Label tools, now appears larger on bigger displays; " "helpful for users of coarser input devices, such as eye-tracking systems." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:79 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:79 msgid "" "The Eraser tool adds new, smaller eraser sizes, and applies smoother, " "contiguous strokes when the pointer is moved quickly." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:80 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:80 msgid "" "Finally, this newest version adds options to export individual drawings and " "GIF animations, making it easy to share pictures, cartoons, and slideshows " "with others." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:85 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:85 msgid "" "The latest version has promoted the \"Fill\" tool, previously found under " "the \"Magic\" section of Tux Paint, to the main toolbar, where it's easier " @@ -517,21 +517,21 @@ msgid "" "images." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:86 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:86 msgid "" "Tux Paint also now makes it possible to disable stereo sound, which can " "benefit users with a hearing impairment, or in situations where only one " "speaker is available." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:91 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:91 msgid "" "New in this version are a \"color picker\", which allows any color within a " "drawing to be chosen using the pointer, and a set of three-, four-, and five-" "pointed star shapes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:92 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:92 msgid "" "The latest version also incorporates a number of new translations, bringing " "the number of supported languages up to nearly 130: Bengali, Bodo, Dogri, " @@ -1312,18 +1312,18 @@ msgid "" msgstr "" #. Color mixer; e.g., "Your color is entirely grey." -#: ../tuxpaint.c:23727 ../tuxpaint.c:23734 +#: ../tuxpaint.c:23734 ../tuxpaint.c:23741 msgid "entirely" msgstr "" #. Add "Color Select" color: -#: ../tuxpaint.c:26644 +#: ../tuxpaint.c:26651 msgid "Select a color from your drawing." msgstr "Вибрати колір з вашого малюнка." #. Add "Color Picker" color: #. (This is an attempt to describe an HSV color picker in extremely basic terms!) -#: ../tuxpaint.c:26653 +#: ../tuxpaint.c:26660 msgid "" "Pick a color. Hues go top to bottom. Saturation/intensity goes left (pale) " "to right (pure). Value (lightness/darkness): grey bar." @@ -1331,7 +1331,7 @@ msgstr "" #. Add "Color Mixer" color: #. (The terms 'tint', 'tone', and 'shade' relate to combining white, grey, or black paint (respectively) to another color) -#: ../tuxpaint.c:26665 +#: ../tuxpaint.c:26672 msgid "" "Click the primary colors (red, yellow, and blue), white (to tint), grey (to " "tone), and black (to shade), to mix together a new color." @@ -1517,12 +1517,18 @@ msgstr "" msgid "Emboss" msgstr "Рельєф" -#: ../../magic/src/emboss.c:114 +#: ../../magic/src/emboss.c:115 msgid "Click and drag the mouse to emboss the picture." msgstr "" "Натисніть кнопку миші і перетягніть вказівник, щоб зробити малюнок " "рельєфнішим." +#: ../../magic/src/emboss.c:117 +#, fuzzy +#| msgid "Click to sharpen the entire picture." +msgid "Click to emboss the entire picture." +msgstr "Клацніть, щоб зробити різкішим весь малюнок." + #: ../../magic/src/fade_darken.c:115 msgid "Lighten" msgstr "Світліше" diff --git a/src/po/ur.po b/src/po/ur.po index 8a22d8b95..f3727d9b3 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: 2022-06-14 00:59-0700\n" +"POT-Creation-Date: 2022-07-03 16:31-0700\n" "PO-Revision-Date: 2011-10-30 15:34+0530\n" "Last-Translator: Chandrakant Dhutadmal\n" "Language-Team: Urdu\n" @@ -312,15 +312,15 @@ msgstr "" msgid "Minimize" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:8 ../tuxpaint.desktop.in:3 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:8 ../tuxpaint.desktop.in:3 msgid "Tux Paint" msgstr "ٹكس پینٹ" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:9 ../tuxpaint.desktop.in:10 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:9 ../tuxpaint.desktop.in:10 msgid "A drawing program for children" msgstr "بچوں كے لئے ڈرائینگ پروگرام۔" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:11 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:11 msgid "" "Tux Paint is a free, award-winning drawing program for children ages 3 to " "12. Tux Paint is used in schools around the world as a computer literacy " @@ -329,30 +329,30 @@ msgid "" "program." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:19 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:19 msgid "" "Kids are presented with a blank canvas and a variety of drawing tools to " "help them be creative." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:24 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:24 msgid "New Breed Software et al." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:36 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:36 msgid "The Magic tool is a set of special effects" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:40 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:40 msgid "" "The Paint Brush tool lets you draw freehand, using various brushes and colors" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:44 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:44 msgid "The Stamp tool is like a set of rubber stamps or stickers" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:50 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:50 msgid "" "Tux Paint's Color palette includes a new Color Mixer option, which allows " "users to combine different proportions of primary colors (red, yellow, and " @@ -360,7 +360,7 @@ msgid "" "mixing paints." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:51 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:51 msgid "" "The Color Picker option, which previously offered a static palette of around " "sixty-five thousand color choices, now supports separate hue, saturation, " @@ -368,21 +368,21 @@ msgid "" "colors." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:52 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:52 msgid "" "Also, a keyboard shortcut is now available for quick access to the Color " "Selector — the \"pipette\" tool used for picking colors from the current " "drawing." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:53 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53 msgid "" "The Paint and Lines tools now provide a way to adjust the spacing of " "brushes, allowing dotted lines or smearing effects to be made. Many brushes " "have been given better default spacing values, as well." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:54 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54 msgid "" "Two new variations of the Zoom Magic Tool, Tile Zoom and Rush, have been " "added. When shrinking a drawing with Tile Zoom, it replicates the drawing " @@ -390,7 +390,7 @@ msgid "" "background color. The Rush tool blurs the results." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:55 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:55 msgid "" "Tux Paint's Shapes tool now offers hexagon (6-sided) and heptagon (7-sided) " "polygons. For shapes which can be stretched (rectangle, oval, etc.), the " @@ -399,7 +399,7 @@ msgid "" "has also been expanded." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:56 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:56 msgid "" "Keyboard shortcuts, such as [Control]+[S] to save a drawing, are now " "accessed with the more traditional [⌘ Command] key when using Tux Paint on " @@ -407,7 +407,7 @@ msgid "" "The look and feel of the user documentation has been improved." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:61 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:61 msgid "" "Tux Paint's Paint and Line tools now support brushes that rotate based on " "the angle of the stroke. This new rotation feature, as well as the older " @@ -416,7 +416,7 @@ msgid "" "painting mode for interactively coloring within a confined area." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:62 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:62 msgid "" "Six new Magic tools have been added to Tux Paint. Panels shrinks and " "duplicates the drawing into a 2-by-2 grid, which is useful for making four-" @@ -427,7 +427,7 @@ msgid "" "of Tux Paint's classic Rainbow tool." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:63 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:63 msgid "" "A number of existing Magic tools have been updated, as well. Improvements " "were made to Halftone, which simulates photographs on newsprint; Cartoon, " @@ -436,7 +436,7 @@ msgid "" "Chalk, and Emboss, now offer the ability to alter the entire image at once!" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:64 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:64 msgid "" "Finally, Magic tools are now grouped into collections of similar effects — " "painting, distorts, color filters, picture warps, pattern painting, " @@ -444,7 +444,7 @@ msgid "" "need." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:69 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:69 msgid "" "Tux Paint's Fill tool now offers options to fill an area with color " "gradients. The \"Radial\" fill creates a circular gradient centered around " @@ -452,7 +452,7 @@ msgid "" "of gradients at different angles and sizes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:70 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:70 msgid "" "New Magic tools have been added to Tux Paint: \"Pixels\" makes it easier to " "create retro-gaming style pixel art, \"Checkerboard\" fills the entire " @@ -460,14 +460,14 @@ msgid "" "picture via brush strokes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:71 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:71 msgid "" "Tux Paint's user documentation has been overhauled, making localization " "easier. Parties interested in helping with localization are encouraged to " "contact the Tux Paint team." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:72 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:72 msgid "" "Finally, a new pair of accessibility options have been added. The entire " "user interface can now be enlarged benefiting users with impaired vision, " @@ -477,34 +477,34 @@ msgid "" "systems." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:77 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:77 msgid "" "A major improvement has been made to the Shapes tool, which now provides " "options to choose whether shapes are drawn from the center or a corner, " "making it easier to use in any situation." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:78 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:78 msgid "" "The on-screen keyboard, an accessibility feature optionally available when " "using the Text and Label tools, now appears larger on bigger displays; " "helpful for users of coarser input devices, such as eye-tracking systems." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:79 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:79 msgid "" "The Eraser tool adds new, smaller eraser sizes, and applies smoother, " "contiguous strokes when the pointer is moved quickly." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:80 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:80 msgid "" "Finally, this newest version adds options to export individual drawings and " "GIF animations, making it easy to share pictures, cartoons, and slideshows " "with others." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:85 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:85 msgid "" "The latest version has promoted the \"Fill\" tool, previously found under " "the \"Magic\" section of Tux Paint, to the main toolbar, where it's easier " @@ -514,21 +514,21 @@ msgid "" "images." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:86 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:86 msgid "" "Tux Paint also now makes it possible to disable stereo sound, which can " "benefit users with a hearing impairment, or in situations where only one " "speaker is available." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:91 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:91 msgid "" "New in this version are a \"color picker\", which allows any color within a " "drawing to be chosen using the pointer, and a set of three-, four-, and five-" "pointed star shapes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:92 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:92 msgid "" "The latest version also incorporates a number of new translations, bringing " "the number of supported languages up to nearly 130: Bengali, Bodo, Dogri, " @@ -1303,18 +1303,18 @@ msgid "" msgstr "" #. Color mixer; e.g., "Your color is entirely grey." -#: ../tuxpaint.c:23727 ../tuxpaint.c:23734 +#: ../tuxpaint.c:23734 ../tuxpaint.c:23741 msgid "entirely" msgstr "" #. Add "Color Select" color: -#: ../tuxpaint.c:26644 +#: ../tuxpaint.c:26651 msgid "Select a color from your drawing." msgstr "" #. Add "Color Picker" color: #. (This is an attempt to describe an HSV color picker in extremely basic terms!) -#: ../tuxpaint.c:26653 +#: ../tuxpaint.c:26660 msgid "" "Pick a color. Hues go top to bottom. Saturation/intensity goes left (pale) " "to right (pure). Value (lightness/darkness): grey bar." @@ -1322,7 +1322,7 @@ msgstr "" #. Add "Color Mixer" color: #. (The terms 'tint', 'tone', and 'shade' relate to combining white, grey, or black paint (respectively) to another color) -#: ../tuxpaint.c:26665 +#: ../tuxpaint.c:26672 msgid "" "Click the primary colors (red, yellow, and blue), white (to tint), grey (to " "tone), and black (to shade), to mix together a new color." @@ -1518,10 +1518,16 @@ msgstr "" msgid "Emboss" msgstr "ایمبوس" -#: ../../magic/src/emboss.c:114 +#: ../../magic/src/emboss.c:115 msgid "Click and drag the mouse to emboss the picture." msgstr "تصویر كو ایمبوس كرنے كے لئے ماؤس كو اطراف میں كلك اور موو كریں۔" +#: ../../magic/src/emboss.c:117 +#, fuzzy +#| msgid "Click to sharpen the entire picture." +msgid "Click to emboss the entire picture." +msgstr "پوری تصویر كو شارپ كرنے كے لئے كلك كریں۔" + #: ../../magic/src/fade_darken.c:115 msgid "Lighten" msgstr "ہلكا كریں" diff --git a/src/po/ve.po b/src/po/ve.po index 8d1711d0b..da0881553 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: 2022-06-14 00:59-0700\n" +"POT-Creation-Date: 2022-07-03 16:31-0700\n" "PO-Revision-Date: 2006-09-21 20:04+0200\n" "Last-Translator: Shumani Mercy Ṋevhulaudzi \n" "Language-Team: LANGUAGE \n" @@ -313,15 +313,15 @@ msgstr "" msgid "Minimize" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:8 ../tuxpaint.desktop.in:3 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:8 ../tuxpaint.desktop.in:3 msgid "Tux Paint" msgstr "Tux Paint" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:9 ../tuxpaint.desktop.in:10 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:9 ../tuxpaint.desktop.in:10 msgid "A drawing program for children" msgstr "Mbekanyamushumo ya u ola ya vhana" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:11 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:11 msgid "" "Tux Paint is a free, award-winning drawing program for children ages 3 to " "12. Tux Paint is used in schools around the world as a computer literacy " @@ -330,30 +330,30 @@ msgid "" "program." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:19 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:19 msgid "" "Kids are presented with a blank canvas and a variety of drawing tools to " "help them be creative." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:24 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:24 msgid "New Breed Software et al." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:36 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:36 msgid "The Magic tool is a set of special effects" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:40 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:40 msgid "" "The Paint Brush tool lets you draw freehand, using various brushes and colors" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:44 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:44 msgid "The Stamp tool is like a set of rubber stamps or stickers" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:50 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:50 msgid "" "Tux Paint's Color palette includes a new Color Mixer option, which allows " "users to combine different proportions of primary colors (red, yellow, and " @@ -361,7 +361,7 @@ msgid "" "mixing paints." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:51 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:51 msgid "" "The Color Picker option, which previously offered a static palette of around " "sixty-five thousand color choices, now supports separate hue, saturation, " @@ -369,21 +369,21 @@ msgid "" "colors." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:52 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:52 msgid "" "Also, a keyboard shortcut is now available for quick access to the Color " "Selector — the \"pipette\" tool used for picking colors from the current " "drawing." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:53 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53 msgid "" "The Paint and Lines tools now provide a way to adjust the spacing of " "brushes, allowing dotted lines or smearing effects to be made. Many brushes " "have been given better default spacing values, as well." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:54 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54 msgid "" "Two new variations of the Zoom Magic Tool, Tile Zoom and Rush, have been " "added. When shrinking a drawing with Tile Zoom, it replicates the drawing " @@ -391,7 +391,7 @@ msgid "" "background color. The Rush tool blurs the results." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:55 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:55 msgid "" "Tux Paint's Shapes tool now offers hexagon (6-sided) and heptagon (7-sided) " "polygons. For shapes which can be stretched (rectangle, oval, etc.), the " @@ -400,7 +400,7 @@ msgid "" "has also been expanded." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:56 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:56 msgid "" "Keyboard shortcuts, such as [Control]+[S] to save a drawing, are now " "accessed with the more traditional [⌘ Command] key when using Tux Paint on " @@ -408,7 +408,7 @@ msgid "" "The look and feel of the user documentation has been improved." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:61 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:61 msgid "" "Tux Paint's Paint and Line tools now support brushes that rotate based on " "the angle of the stroke. This new rotation feature, as well as the older " @@ -417,7 +417,7 @@ msgid "" "painting mode for interactively coloring within a confined area." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:62 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:62 msgid "" "Six new Magic tools have been added to Tux Paint. Panels shrinks and " "duplicates the drawing into a 2-by-2 grid, which is useful for making four-" @@ -428,7 +428,7 @@ msgid "" "of Tux Paint's classic Rainbow tool." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:63 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:63 msgid "" "A number of existing Magic tools have been updated, as well. Improvements " "were made to Halftone, which simulates photographs on newsprint; Cartoon, " @@ -437,7 +437,7 @@ msgid "" "Chalk, and Emboss, now offer the ability to alter the entire image at once!" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:64 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:64 msgid "" "Finally, Magic tools are now grouped into collections of similar effects — " "painting, distorts, color filters, picture warps, pattern painting, " @@ -445,7 +445,7 @@ msgid "" "need." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:69 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:69 msgid "" "Tux Paint's Fill tool now offers options to fill an area with color " "gradients. The \"Radial\" fill creates a circular gradient centered around " @@ -453,7 +453,7 @@ msgid "" "of gradients at different angles and sizes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:70 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:70 msgid "" "New Magic tools have been added to Tux Paint: \"Pixels\" makes it easier to " "create retro-gaming style pixel art, \"Checkerboard\" fills the entire " @@ -461,14 +461,14 @@ msgid "" "picture via brush strokes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:71 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:71 msgid "" "Tux Paint's user documentation has been overhauled, making localization " "easier. Parties interested in helping with localization are encouraged to " "contact the Tux Paint team." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:72 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:72 msgid "" "Finally, a new pair of accessibility options have been added. The entire " "user interface can now be enlarged benefiting users with impaired vision, " @@ -478,34 +478,34 @@ msgid "" "systems." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:77 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:77 msgid "" "A major improvement has been made to the Shapes tool, which now provides " "options to choose whether shapes are drawn from the center or a corner, " "making it easier to use in any situation." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:78 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:78 msgid "" "The on-screen keyboard, an accessibility feature optionally available when " "using the Text and Label tools, now appears larger on bigger displays; " "helpful for users of coarser input devices, such as eye-tracking systems." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:79 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:79 msgid "" "The Eraser tool adds new, smaller eraser sizes, and applies smoother, " "contiguous strokes when the pointer is moved quickly." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:80 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:80 msgid "" "Finally, this newest version adds options to export individual drawings and " "GIF animations, making it easy to share pictures, cartoons, and slideshows " "with others." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:85 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:85 msgid "" "The latest version has promoted the \"Fill\" tool, previously found under " "the \"Magic\" section of Tux Paint, to the main toolbar, where it's easier " @@ -515,21 +515,21 @@ msgid "" "images." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:86 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:86 msgid "" "Tux Paint also now makes it possible to disable stereo sound, which can " "benefit users with a hearing impairment, or in situations where only one " "speaker is available." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:91 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:91 msgid "" "New in this version are a \"color picker\", which allows any color within a " "drawing to be chosen using the pointer, and a set of three-, four-, and five-" "pointed star shapes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:92 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:92 msgid "" "The latest version also incorporates a number of new translations, bringing " "the number of supported languages up to nearly 130: Bengali, Bodo, Dogri, " @@ -1316,18 +1316,18 @@ msgid "" msgstr "" #. Color mixer; e.g., "Your color is entirely grey." -#: ../tuxpaint.c:23727 ../tuxpaint.c:23734 +#: ../tuxpaint.c:23734 ../tuxpaint.c:23741 msgid "entirely" msgstr "" #. Add "Color Select" color: -#: ../tuxpaint.c:26644 +#: ../tuxpaint.c:26651 msgid "Select a color from your drawing." msgstr "" #. Add "Color Picker" color: #. (This is an attempt to describe an HSV color picker in extremely basic terms!) -#: ../tuxpaint.c:26653 +#: ../tuxpaint.c:26660 msgid "" "Pick a color. Hues go top to bottom. Saturation/intensity goes left (pale) " "to right (pure). Value (lightness/darkness): grey bar." @@ -1335,7 +1335,7 @@ msgstr "" #. Add "Color Mixer" color: #. (The terms 'tint', 'tone', and 'shade' relate to combining white, grey, or black paint (respectively) to another color) -#: ../tuxpaint.c:26665 +#: ../tuxpaint.c:26672 msgid "" "Click the primary colors (red, yellow, and blue), white (to tint), grey (to " "tone), and black (to shade), to mix together a new color." @@ -1531,12 +1531,17 @@ msgstr "" msgid "Emboss" msgstr "" -#: ../../magic/src/emboss.c:114 +#: ../../magic/src/emboss.c:115 #, fuzzy msgid "Click and drag the mouse to emboss the picture." msgstr "" "Kiḽikani ni sudzuluse mausu u mona u ita uri tshifanyiso tshi si vhonale." +#: ../../magic/src/emboss.c:117 +#, fuzzy +msgid "Click to emboss the entire picture." +msgstr "Kiḽikani u ita tshifanyiso." + #: ../../magic/src/fade_darken.c:115 msgid "Lighten" msgstr "Vhonadza" diff --git a/src/po/vec.po b/src/po/vec.po index 7d1fd1070..612ae3d6d 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: 2022-06-14 00:59-0700\n" +"POT-Creation-Date: 2022-07-03 16:31-0700\n" "PO-Revision-Date: 2014-06-18 07:59+0100\n" "Last-Translator: el Galepin \n" "Language-Team: none\n" @@ -313,15 +313,15 @@ msgstr "" msgid "Minimize" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:8 ../tuxpaint.desktop.in:3 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:8 ../tuxpaint.desktop.in:3 msgid "Tux Paint" msgstr "Tux Paint" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:9 ../tuxpaint.desktop.in:10 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:9 ../tuxpaint.desktop.in:10 msgid "A drawing program for children" msgstr "Un programa de dixegno par putèi" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:11 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:11 msgid "" "Tux Paint is a free, award-winning drawing program for children ages 3 to " "12. Tux Paint is used in schools around the world as a computer literacy " @@ -330,30 +330,30 @@ msgid "" "program." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:19 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:19 msgid "" "Kids are presented with a blank canvas and a variety of drawing tools to " "help them be creative." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:24 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:24 msgid "New Breed Software et al." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:36 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:36 msgid "The Magic tool is a set of special effects" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:40 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:40 msgid "" "The Paint Brush tool lets you draw freehand, using various brushes and colors" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:44 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:44 msgid "The Stamp tool is like a set of rubber stamps or stickers" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:50 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:50 msgid "" "Tux Paint's Color palette includes a new Color Mixer option, which allows " "users to combine different proportions of primary colors (red, yellow, and " @@ -361,7 +361,7 @@ msgid "" "mixing paints." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:51 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:51 msgid "" "The Color Picker option, which previously offered a static palette of around " "sixty-five thousand color choices, now supports separate hue, saturation, " @@ -369,21 +369,21 @@ msgid "" "colors." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:52 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:52 msgid "" "Also, a keyboard shortcut is now available for quick access to the Color " "Selector — the \"pipette\" tool used for picking colors from the current " "drawing." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:53 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53 msgid "" "The Paint and Lines tools now provide a way to adjust the spacing of " "brushes, allowing dotted lines or smearing effects to be made. Many brushes " "have been given better default spacing values, as well." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:54 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54 msgid "" "Two new variations of the Zoom Magic Tool, Tile Zoom and Rush, have been " "added. When shrinking a drawing with Tile Zoom, it replicates the drawing " @@ -391,7 +391,7 @@ msgid "" "background color. The Rush tool blurs the results." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:55 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:55 msgid "" "Tux Paint's Shapes tool now offers hexagon (6-sided) and heptagon (7-sided) " "polygons. For shapes which can be stretched (rectangle, oval, etc.), the " @@ -400,7 +400,7 @@ msgid "" "has also been expanded." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:56 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:56 msgid "" "Keyboard shortcuts, such as [Control]+[S] to save a drawing, are now " "accessed with the more traditional [⌘ Command] key when using Tux Paint on " @@ -408,7 +408,7 @@ msgid "" "The look and feel of the user documentation has been improved." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:61 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:61 msgid "" "Tux Paint's Paint and Line tools now support brushes that rotate based on " "the angle of the stroke. This new rotation feature, as well as the older " @@ -417,7 +417,7 @@ msgid "" "painting mode for interactively coloring within a confined area." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:62 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:62 msgid "" "Six new Magic tools have been added to Tux Paint. Panels shrinks and " "duplicates the drawing into a 2-by-2 grid, which is useful for making four-" @@ -428,7 +428,7 @@ msgid "" "of Tux Paint's classic Rainbow tool." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:63 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:63 msgid "" "A number of existing Magic tools have been updated, as well. Improvements " "were made to Halftone, which simulates photographs on newsprint; Cartoon, " @@ -437,7 +437,7 @@ msgid "" "Chalk, and Emboss, now offer the ability to alter the entire image at once!" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:64 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:64 msgid "" "Finally, Magic tools are now grouped into collections of similar effects — " "painting, distorts, color filters, picture warps, pattern painting, " @@ -445,7 +445,7 @@ msgid "" "need." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:69 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:69 msgid "" "Tux Paint's Fill tool now offers options to fill an area with color " "gradients. The \"Radial\" fill creates a circular gradient centered around " @@ -453,7 +453,7 @@ msgid "" "of gradients at different angles and sizes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:70 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:70 msgid "" "New Magic tools have been added to Tux Paint: \"Pixels\" makes it easier to " "create retro-gaming style pixel art, \"Checkerboard\" fills the entire " @@ -461,14 +461,14 @@ msgid "" "picture via brush strokes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:71 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:71 msgid "" "Tux Paint's user documentation has been overhauled, making localization " "easier. Parties interested in helping with localization are encouraged to " "contact the Tux Paint team." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:72 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:72 msgid "" "Finally, a new pair of accessibility options have been added. The entire " "user interface can now be enlarged benefiting users with impaired vision, " @@ -478,34 +478,34 @@ msgid "" "systems." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:77 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:77 msgid "" "A major improvement has been made to the Shapes tool, which now provides " "options to choose whether shapes are drawn from the center or a corner, " "making it easier to use in any situation." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:78 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:78 msgid "" "The on-screen keyboard, an accessibility feature optionally available when " "using the Text and Label tools, now appears larger on bigger displays; " "helpful for users of coarser input devices, such as eye-tracking systems." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:79 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:79 msgid "" "The Eraser tool adds new, smaller eraser sizes, and applies smoother, " "contiguous strokes when the pointer is moved quickly." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:80 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:80 msgid "" "Finally, this newest version adds options to export individual drawings and " "GIF animations, making it easy to share pictures, cartoons, and slideshows " "with others." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:85 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:85 msgid "" "The latest version has promoted the \"Fill\" tool, previously found under " "the \"Magic\" section of Tux Paint, to the main toolbar, where it's easier " @@ -515,21 +515,21 @@ msgid "" "images." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:86 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:86 msgid "" "Tux Paint also now makes it possible to disable stereo sound, which can " "benefit users with a hearing impairment, or in situations where only one " "speaker is available." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:91 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:91 msgid "" "New in this version are a \"color picker\", which allows any color within a " "drawing to be chosen using the pointer, and a set of three-, four-, and five-" "pointed star shapes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:92 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:92 msgid "" "The latest version also incorporates a number of new translations, bringing " "the number of supported languages up to nearly 130: Bengali, Bodo, Dogri, " @@ -1302,18 +1302,18 @@ msgid "" msgstr "" #. Color mixer; e.g., "Your color is entirely grey." -#: ../tuxpaint.c:23727 ../tuxpaint.c:23734 +#: ../tuxpaint.c:23734 ../tuxpaint.c:23741 msgid "entirely" msgstr "" #. Add "Color Select" color: -#: ../tuxpaint.c:26644 +#: ../tuxpaint.c:26651 msgid "Select a color from your drawing." msgstr "" #. Add "Color Picker" color: #. (This is an attempt to describe an HSV color picker in extremely basic terms!) -#: ../tuxpaint.c:26653 +#: ../tuxpaint.c:26660 msgid "" "Pick a color. Hues go top to bottom. Saturation/intensity goes left (pale) " "to right (pure). Value (lightness/darkness): grey bar." @@ -1321,7 +1321,7 @@ msgstr "" #. Add "Color Mixer" color: #. (The terms 'tint', 'tone', and 'shade' relate to combining white, grey, or black paint (respectively) to another color) -#: ../tuxpaint.c:26665 +#: ../tuxpaint.c:26672 msgid "" "Click the primary colors (red, yellow, and blue), white (to tint), grey (to " "tone), and black (to shade), to mix together a new color." @@ -1508,10 +1508,16 @@ msgstr "Clica e strasina par deformar el to dixegno" msgid "Emboss" msgstr "Sgionfa" -#: ../../magic/src/emboss.c:114 +#: ../../magic/src/emboss.c:115 msgid "Click and drag the mouse to emboss the picture." msgstr "Clica e strasina par sgionfar i segni" +#: ../../magic/src/emboss.c:117 +#, fuzzy +#| msgid "Click to sharpen the entire picture." +msgid "Click to emboss the entire picture." +msgstr "Clica par gusar tuto el to dixegno" + #: ../../magic/src/fade_darken.c:115 msgid "Lighten" msgstr "Sčiarisi" diff --git a/src/po/vi.po b/src/po/vi.po index 993eb02a9..f16089a83 100644 --- a/src/po/vi.po +++ b/src/po/vi.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: tuxpaint-0.9.21\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-06-14 00:59-0700\n" +"POT-Creation-Date: 2022-07-03 16:31-0700\n" "PO-Revision-Date: 2010-03-27 15:12+1030\n" "Last-Translator: Clytie Siddall \n" "Language-Team: Vietnamese \n" @@ -314,15 +314,15 @@ msgstr "" msgid "Minimize" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:8 ../tuxpaint.desktop.in:3 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:8 ../tuxpaint.desktop.in:3 msgid "Tux Paint" msgstr "Tux Sơn" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:9 ../tuxpaint.desktop.in:10 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:9 ../tuxpaint.desktop.in:10 msgid "A drawing program for children" msgstr "Một chương trình vẽ cho đứa bé" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:11 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:11 msgid "" "Tux Paint is a free, award-winning drawing program for children ages 3 to " "12. Tux Paint is used in schools around the world as a computer literacy " @@ -331,30 +331,30 @@ msgid "" "program." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:19 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:19 msgid "" "Kids are presented with a blank canvas and a variety of drawing tools to " "help them be creative." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:24 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:24 msgid "New Breed Software et al." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:36 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:36 msgid "The Magic tool is a set of special effects" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:40 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:40 msgid "" "The Paint Brush tool lets you draw freehand, using various brushes and colors" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:44 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:44 msgid "The Stamp tool is like a set of rubber stamps or stickers" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:50 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:50 msgid "" "Tux Paint's Color palette includes a new Color Mixer option, which allows " "users to combine different proportions of primary colors (red, yellow, and " @@ -362,7 +362,7 @@ msgid "" "mixing paints." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:51 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:51 msgid "" "The Color Picker option, which previously offered a static palette of around " "sixty-five thousand color choices, now supports separate hue, saturation, " @@ -370,21 +370,21 @@ msgid "" "colors." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:52 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:52 msgid "" "Also, a keyboard shortcut is now available for quick access to the Color " "Selector — the \"pipette\" tool used for picking colors from the current " "drawing." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:53 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53 msgid "" "The Paint and Lines tools now provide a way to adjust the spacing of " "brushes, allowing dotted lines or smearing effects to be made. Many brushes " "have been given better default spacing values, as well." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:54 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54 msgid "" "Two new variations of the Zoom Magic Tool, Tile Zoom and Rush, have been " "added. When shrinking a drawing with Tile Zoom, it replicates the drawing " @@ -392,7 +392,7 @@ msgid "" "background color. The Rush tool blurs the results." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:55 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:55 msgid "" "Tux Paint's Shapes tool now offers hexagon (6-sided) and heptagon (7-sided) " "polygons. For shapes which can be stretched (rectangle, oval, etc.), the " @@ -401,7 +401,7 @@ msgid "" "has also been expanded." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:56 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:56 msgid "" "Keyboard shortcuts, such as [Control]+[S] to save a drawing, are now " "accessed with the more traditional [⌘ Command] key when using Tux Paint on " @@ -409,7 +409,7 @@ msgid "" "The look and feel of the user documentation has been improved." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:61 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:61 msgid "" "Tux Paint's Paint and Line tools now support brushes that rotate based on " "the angle of the stroke. This new rotation feature, as well as the older " @@ -418,7 +418,7 @@ msgid "" "painting mode for interactively coloring within a confined area." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:62 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:62 msgid "" "Six new Magic tools have been added to Tux Paint. Panels shrinks and " "duplicates the drawing into a 2-by-2 grid, which is useful for making four-" @@ -429,7 +429,7 @@ msgid "" "of Tux Paint's classic Rainbow tool." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:63 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:63 msgid "" "A number of existing Magic tools have been updated, as well. Improvements " "were made to Halftone, which simulates photographs on newsprint; Cartoon, " @@ -438,7 +438,7 @@ msgid "" "Chalk, and Emboss, now offer the ability to alter the entire image at once!" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:64 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:64 msgid "" "Finally, Magic tools are now grouped into collections of similar effects — " "painting, distorts, color filters, picture warps, pattern painting, " @@ -446,7 +446,7 @@ msgid "" "need." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:69 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:69 msgid "" "Tux Paint's Fill tool now offers options to fill an area with color " "gradients. The \"Radial\" fill creates a circular gradient centered around " @@ -454,7 +454,7 @@ msgid "" "of gradients at different angles and sizes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:70 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:70 msgid "" "New Magic tools have been added to Tux Paint: \"Pixels\" makes it easier to " "create retro-gaming style pixel art, \"Checkerboard\" fills the entire " @@ -462,14 +462,14 @@ msgid "" "picture via brush strokes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:71 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:71 msgid "" "Tux Paint's user documentation has been overhauled, making localization " "easier. Parties interested in helping with localization are encouraged to " "contact the Tux Paint team." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:72 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:72 msgid "" "Finally, a new pair of accessibility options have been added. The entire " "user interface can now be enlarged benefiting users with impaired vision, " @@ -479,34 +479,34 @@ msgid "" "systems." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:77 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:77 msgid "" "A major improvement has been made to the Shapes tool, which now provides " "options to choose whether shapes are drawn from the center or a corner, " "making it easier to use in any situation." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:78 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:78 msgid "" "The on-screen keyboard, an accessibility feature optionally available when " "using the Text and Label tools, now appears larger on bigger displays; " "helpful for users of coarser input devices, such as eye-tracking systems." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:79 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:79 msgid "" "The Eraser tool adds new, smaller eraser sizes, and applies smoother, " "contiguous strokes when the pointer is moved quickly." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:80 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:80 msgid "" "Finally, this newest version adds options to export individual drawings and " "GIF animations, making it easy to share pictures, cartoons, and slideshows " "with others." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:85 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:85 msgid "" "The latest version has promoted the \"Fill\" tool, previously found under " "the \"Magic\" section of Tux Paint, to the main toolbar, where it's easier " @@ -516,21 +516,21 @@ msgid "" "images." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:86 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:86 msgid "" "Tux Paint also now makes it possible to disable stereo sound, which can " "benefit users with a hearing impairment, or in situations where only one " "speaker is available." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:91 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:91 msgid "" "New in this version are a \"color picker\", which allows any color within a " "drawing to be chosen using the pointer, and a set of three-, four-, and five-" "pointed star shapes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:92 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:92 msgid "" "The latest version also incorporates a number of new translations, bringing " "the number of supported languages up to nearly 130: Bengali, Bodo, Dogri, " @@ -1303,18 +1303,18 @@ msgid "" msgstr "" #. Color mixer; e.g., "Your color is entirely grey." -#: ../tuxpaint.c:23727 ../tuxpaint.c:23734 +#: ../tuxpaint.c:23734 ../tuxpaint.c:23741 msgid "entirely" msgstr "" #. Add "Color Select" color: -#: ../tuxpaint.c:26644 +#: ../tuxpaint.c:26651 msgid "Select a color from your drawing." msgstr "" #. Add "Color Picker" color: #. (This is an attempt to describe an HSV color picker in extremely basic terms!) -#: ../tuxpaint.c:26653 +#: ../tuxpaint.c:26660 msgid "" "Pick a color. Hues go top to bottom. Saturation/intensity goes left (pale) " "to right (pure). Value (lightness/darkness): grey bar." @@ -1322,7 +1322,7 @@ msgstr "" #. Add "Color Mixer" color: #. (The terms 'tint', 'tone', and 'shade' relate to combining white, grey, or black paint (respectively) to another color) -#: ../tuxpaint.c:26665 +#: ../tuxpaint.c:26672 msgid "" "Click the primary colors (red, yellow, and blue), white (to tint), grey (to " "tone), and black (to shade), to mix together a new color." @@ -1516,10 +1516,16 @@ msgstr "Ấn và kéo chuột để méo mó hình ảnh." msgid "Emboss" msgstr "Làm nổi" -#: ../../magic/src/emboss.c:114 +#: ../../magic/src/emboss.c:115 msgid "Click and drag the mouse to emboss the picture." msgstr "Ấn và kéo chuột để làm nổi hình ảnh." +#: ../../magic/src/emboss.c:117 +#, fuzzy +#| msgid "Click to sharpen the entire picture." +msgid "Click to emboss the entire picture." +msgstr "Nhấn vào để mài sắc toàn bộ hình ảnh." + #: ../../magic/src/fade_darken.c:115 msgid "Lighten" msgstr "Nhạt hơn" diff --git a/src/po/wa.po b/src/po/wa.po index 0cc083d46..b7999075d 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: 2022-06-14 00:59-0700\n" +"POT-Creation-Date: 2022-07-03 16:31-0700\n" "PO-Revision-Date: 2007-08-30 18:24+0200\n" "Last-Translator: Pablo Saratxaga \n" "Language-Team: Walloon \n" @@ -313,15 +313,15 @@ msgstr "" msgid "Minimize" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:8 ../tuxpaint.desktop.in:3 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:8 ../tuxpaint.desktop.in:3 msgid "Tux Paint" msgstr "Tux Paint" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:9 ../tuxpaint.desktop.in:10 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:9 ../tuxpaint.desktop.in:10 msgid "A drawing program for children" msgstr "On programe di dessinaedje po ls efants" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:11 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:11 msgid "" "Tux Paint is a free, award-winning drawing program for children ages 3 to " "12. Tux Paint is used in schools around the world as a computer literacy " @@ -330,30 +330,30 @@ msgid "" "program." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:19 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:19 msgid "" "Kids are presented with a blank canvas and a variety of drawing tools to " "help them be creative." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:24 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:24 msgid "New Breed Software et al." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:36 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:36 msgid "The Magic tool is a set of special effects" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:40 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:40 msgid "" "The Paint Brush tool lets you draw freehand, using various brushes and colors" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:44 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:44 msgid "The Stamp tool is like a set of rubber stamps or stickers" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:50 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:50 msgid "" "Tux Paint's Color palette includes a new Color Mixer option, which allows " "users to combine different proportions of primary colors (red, yellow, and " @@ -361,7 +361,7 @@ msgid "" "mixing paints." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:51 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:51 msgid "" "The Color Picker option, which previously offered a static palette of around " "sixty-five thousand color choices, now supports separate hue, saturation, " @@ -369,21 +369,21 @@ msgid "" "colors." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:52 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:52 msgid "" "Also, a keyboard shortcut is now available for quick access to the Color " "Selector — the \"pipette\" tool used for picking colors from the current " "drawing." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:53 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53 msgid "" "The Paint and Lines tools now provide a way to adjust the spacing of " "brushes, allowing dotted lines or smearing effects to be made. Many brushes " "have been given better default spacing values, as well." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:54 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54 msgid "" "Two new variations of the Zoom Magic Tool, Tile Zoom and Rush, have been " "added. When shrinking a drawing with Tile Zoom, it replicates the drawing " @@ -391,7 +391,7 @@ msgid "" "background color. The Rush tool blurs the results." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:55 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:55 msgid "" "Tux Paint's Shapes tool now offers hexagon (6-sided) and heptagon (7-sided) " "polygons. For shapes which can be stretched (rectangle, oval, etc.), the " @@ -400,7 +400,7 @@ msgid "" "has also been expanded." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:56 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:56 msgid "" "Keyboard shortcuts, such as [Control]+[S] to save a drawing, are now " "accessed with the more traditional [⌘ Command] key when using Tux Paint on " @@ -408,7 +408,7 @@ msgid "" "The look and feel of the user documentation has been improved." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:61 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:61 msgid "" "Tux Paint's Paint and Line tools now support brushes that rotate based on " "the angle of the stroke. This new rotation feature, as well as the older " @@ -417,7 +417,7 @@ msgid "" "painting mode for interactively coloring within a confined area." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:62 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:62 msgid "" "Six new Magic tools have been added to Tux Paint. Panels shrinks and " "duplicates the drawing into a 2-by-2 grid, which is useful for making four-" @@ -428,7 +428,7 @@ msgid "" "of Tux Paint's classic Rainbow tool." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:63 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:63 msgid "" "A number of existing Magic tools have been updated, as well. Improvements " "were made to Halftone, which simulates photographs on newsprint; Cartoon, " @@ -437,7 +437,7 @@ msgid "" "Chalk, and Emboss, now offer the ability to alter the entire image at once!" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:64 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:64 msgid "" "Finally, Magic tools are now grouped into collections of similar effects — " "painting, distorts, color filters, picture warps, pattern painting, " @@ -445,7 +445,7 @@ msgid "" "need." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:69 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:69 msgid "" "Tux Paint's Fill tool now offers options to fill an area with color " "gradients. The \"Radial\" fill creates a circular gradient centered around " @@ -453,7 +453,7 @@ msgid "" "of gradients at different angles and sizes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:70 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:70 msgid "" "New Magic tools have been added to Tux Paint: \"Pixels\" makes it easier to " "create retro-gaming style pixel art, \"Checkerboard\" fills the entire " @@ -461,14 +461,14 @@ msgid "" "picture via brush strokes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:71 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:71 msgid "" "Tux Paint's user documentation has been overhauled, making localization " "easier. Parties interested in helping with localization are encouraged to " "contact the Tux Paint team." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:72 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:72 msgid "" "Finally, a new pair of accessibility options have been added. The entire " "user interface can now be enlarged benefiting users with impaired vision, " @@ -478,34 +478,34 @@ msgid "" "systems." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:77 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:77 msgid "" "A major improvement has been made to the Shapes tool, which now provides " "options to choose whether shapes are drawn from the center or a corner, " "making it easier to use in any situation." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:78 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:78 msgid "" "The on-screen keyboard, an accessibility feature optionally available when " "using the Text and Label tools, now appears larger on bigger displays; " "helpful for users of coarser input devices, such as eye-tracking systems." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:79 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:79 msgid "" "The Eraser tool adds new, smaller eraser sizes, and applies smoother, " "contiguous strokes when the pointer is moved quickly." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:80 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:80 msgid "" "Finally, this newest version adds options to export individual drawings and " "GIF animations, making it easy to share pictures, cartoons, and slideshows " "with others." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:85 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:85 msgid "" "The latest version has promoted the \"Fill\" tool, previously found under " "the \"Magic\" section of Tux Paint, to the main toolbar, where it's easier " @@ -515,21 +515,21 @@ msgid "" "images." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:86 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:86 msgid "" "Tux Paint also now makes it possible to disable stereo sound, which can " "benefit users with a hearing impairment, or in situations where only one " "speaker is available." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:91 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:91 msgid "" "New in this version are a \"color picker\", which allows any color within a " "drawing to be chosen using the pointer, and a set of three-, four-, and five-" "pointed star shapes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:92 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:92 msgid "" "The latest version also incorporates a number of new translations, bringing " "the number of supported languages up to nearly 130: Bengali, Bodo, Dogri, " @@ -1319,18 +1319,18 @@ msgid "" msgstr "" #. Color mixer; e.g., "Your color is entirely grey." -#: ../tuxpaint.c:23727 ../tuxpaint.c:23734 +#: ../tuxpaint.c:23734 ../tuxpaint.c:23741 msgid "entirely" msgstr "" #. Add "Color Select" color: -#: ../tuxpaint.c:26644 +#: ../tuxpaint.c:26651 msgid "Select a color from your drawing." msgstr "" #. Add "Color Picker" color: #. (This is an attempt to describe an HSV color picker in extremely basic terms!) -#: ../tuxpaint.c:26653 +#: ../tuxpaint.c:26660 msgid "" "Pick a color. Hues go top to bottom. Saturation/intensity goes left (pale) " "to right (pure). Value (lightness/darkness): grey bar." @@ -1338,7 +1338,7 @@ msgstr "" #. Add "Color Mixer" color: #. (The terms 'tint', 'tone', and 'shade' relate to combining white, grey, or black paint (respectively) to another color) -#: ../tuxpaint.c:26665 +#: ../tuxpaint.c:26672 msgid "" "Click the primary colors (red, yellow, and blue), white (to tint), grey (to " "tone), and black (to shade), to mix together a new color." @@ -1533,12 +1533,17 @@ msgstr "" msgid "Emboss" msgstr "" -#: ../../magic/src/emboss.c:114 +#: ../../magic/src/emboss.c:115 #, fuzzy msgid "Click and drag the mouse to emboss the picture." msgstr "" "Clitchîz et s' bodjîz l' sori po mete des bokets d' l' imådje pus féns." +#: ../../magic/src/emboss.c:117 +#, fuzzy +msgid "Click to emboss the entire picture." +msgstr "Clitchîz po mete l' imådje come dins on muroe." + #: ../../magic/src/fade_darken.c:115 msgid "Lighten" msgstr "Aclairi" diff --git a/src/po/wo.po b/src/po/wo.po index 138e99d3c..6473b04c9 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: 2022-06-14 00:59-0700\n" +"POT-Creation-Date: 2022-07-03 16:31-0700\n" "PO-Revision-Date: 2014-08-09 13:24-0000\n" "Last-Translator: Haby Diallo \n" "Language-Team: \n" @@ -313,15 +313,15 @@ msgstr "" msgid "Minimize" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:8 ../tuxpaint.desktop.in:3 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:8 ../tuxpaint.desktop.in:3 msgid "Tux Paint" msgstr "Tux Paint" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:9 ../tuxpaint.desktop.in:10 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:9 ../tuxpaint.desktop.in:10 msgid "A drawing program for children" msgstr "Lël lu natal yu ñu jagglel guneyi" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:11 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:11 msgid "" "Tux Paint is a free, award-winning drawing program for children ages 3 to " "12. Tux Paint is used in schools around the world as a computer literacy " @@ -330,30 +330,30 @@ msgid "" "program." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:19 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:19 msgid "" "Kids are presented with a blank canvas and a variety of drawing tools to " "help them be creative." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:24 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:24 msgid "New Breed Software et al." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:36 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:36 msgid "The Magic tool is a set of special effects" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:40 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:40 msgid "" "The Paint Brush tool lets you draw freehand, using various brushes and colors" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:44 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:44 msgid "The Stamp tool is like a set of rubber stamps or stickers" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:50 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:50 msgid "" "Tux Paint's Color palette includes a new Color Mixer option, which allows " "users to combine different proportions of primary colors (red, yellow, and " @@ -361,7 +361,7 @@ msgid "" "mixing paints." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:51 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:51 msgid "" "The Color Picker option, which previously offered a static palette of around " "sixty-five thousand color choices, now supports separate hue, saturation, " @@ -369,21 +369,21 @@ msgid "" "colors." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:52 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:52 msgid "" "Also, a keyboard shortcut is now available for quick access to the Color " "Selector — the \"pipette\" tool used for picking colors from the current " "drawing." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:53 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53 msgid "" "The Paint and Lines tools now provide a way to adjust the spacing of " "brushes, allowing dotted lines or smearing effects to be made. Many brushes " "have been given better default spacing values, as well." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:54 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54 msgid "" "Two new variations of the Zoom Magic Tool, Tile Zoom and Rush, have been " "added. When shrinking a drawing with Tile Zoom, it replicates the drawing " @@ -391,7 +391,7 @@ msgid "" "background color. The Rush tool blurs the results." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:55 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:55 msgid "" "Tux Paint's Shapes tool now offers hexagon (6-sided) and heptagon (7-sided) " "polygons. For shapes which can be stretched (rectangle, oval, etc.), the " @@ -400,7 +400,7 @@ msgid "" "has also been expanded." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:56 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:56 msgid "" "Keyboard shortcuts, such as [Control]+[S] to save a drawing, are now " "accessed with the more traditional [⌘ Command] key when using Tux Paint on " @@ -408,7 +408,7 @@ msgid "" "The look and feel of the user documentation has been improved." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:61 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:61 msgid "" "Tux Paint's Paint and Line tools now support brushes that rotate based on " "the angle of the stroke. This new rotation feature, as well as the older " @@ -417,7 +417,7 @@ msgid "" "painting mode for interactively coloring within a confined area." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:62 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:62 msgid "" "Six new Magic tools have been added to Tux Paint. Panels shrinks and " "duplicates the drawing into a 2-by-2 grid, which is useful for making four-" @@ -428,7 +428,7 @@ msgid "" "of Tux Paint's classic Rainbow tool." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:63 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:63 msgid "" "A number of existing Magic tools have been updated, as well. Improvements " "were made to Halftone, which simulates photographs on newsprint; Cartoon, " @@ -437,7 +437,7 @@ msgid "" "Chalk, and Emboss, now offer the ability to alter the entire image at once!" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:64 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:64 msgid "" "Finally, Magic tools are now grouped into collections of similar effects — " "painting, distorts, color filters, picture warps, pattern painting, " @@ -445,7 +445,7 @@ msgid "" "need." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:69 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:69 msgid "" "Tux Paint's Fill tool now offers options to fill an area with color " "gradients. The \"Radial\" fill creates a circular gradient centered around " @@ -453,7 +453,7 @@ msgid "" "of gradients at different angles and sizes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:70 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:70 msgid "" "New Magic tools have been added to Tux Paint: \"Pixels\" makes it easier to " "create retro-gaming style pixel art, \"Checkerboard\" fills the entire " @@ -461,14 +461,14 @@ msgid "" "picture via brush strokes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:71 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:71 msgid "" "Tux Paint's user documentation has been overhauled, making localization " "easier. Parties interested in helping with localization are encouraged to " "contact the Tux Paint team." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:72 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:72 msgid "" "Finally, a new pair of accessibility options have been added. The entire " "user interface can now be enlarged benefiting users with impaired vision, " @@ -478,34 +478,34 @@ msgid "" "systems." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:77 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:77 msgid "" "A major improvement has been made to the Shapes tool, which now provides " "options to choose whether shapes are drawn from the center or a corner, " "making it easier to use in any situation." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:78 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:78 msgid "" "The on-screen keyboard, an accessibility feature optionally available when " "using the Text and Label tools, now appears larger on bigger displays; " "helpful for users of coarser input devices, such as eye-tracking systems." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:79 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:79 msgid "" "The Eraser tool adds new, smaller eraser sizes, and applies smoother, " "contiguous strokes when the pointer is moved quickly." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:80 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:80 msgid "" "Finally, this newest version adds options to export individual drawings and " "GIF animations, making it easy to share pictures, cartoons, and slideshows " "with others." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:85 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:85 msgid "" "The latest version has promoted the \"Fill\" tool, previously found under " "the \"Magic\" section of Tux Paint, to the main toolbar, where it's easier " @@ -515,21 +515,21 @@ msgid "" "images." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:86 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:86 msgid "" "Tux Paint also now makes it possible to disable stereo sound, which can " "benefit users with a hearing impairment, or in situations where only one " "speaker is available." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:91 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:91 msgid "" "New in this version are a \"color picker\", which allows any color within a " "drawing to be chosen using the pointer, and a set of three-, four-, and five-" "pointed star shapes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:92 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:92 msgid "" "The latest version also incorporates a number of new translations, bringing " "the number of supported languages up to nearly 130: Bengali, Bodo, Dogri, " @@ -1302,18 +1302,18 @@ msgid "" msgstr "" #. Color mixer; e.g., "Your color is entirely grey." -#: ../tuxpaint.c:23727 ../tuxpaint.c:23734 +#: ../tuxpaint.c:23734 ../tuxpaint.c:23741 msgid "entirely" msgstr "" #. Add "Color Select" color: -#: ../tuxpaint.c:26644 +#: ../tuxpaint.c:26651 msgid "Select a color from your drawing." msgstr "" #. Add "Color Picker" color: #. (This is an attempt to describe an HSV color picker in extremely basic terms!) -#: ../tuxpaint.c:26653 +#: ../tuxpaint.c:26660 msgid "" "Pick a color. Hues go top to bottom. Saturation/intensity goes left (pale) " "to right (pure). Value (lightness/darkness): grey bar." @@ -1321,7 +1321,7 @@ msgstr "" #. Add "Color Mixer" color: #. (The terms 'tint', 'tone', and 'shade' relate to combining white, grey, or black paint (respectively) to another color) -#: ../tuxpaint.c:26665 +#: ../tuxpaint.c:26672 msgid "" "Click the primary colors (red, yellow, and blue), white (to tint), grey (to " "tone), and black (to shade), to mix together a new color." @@ -1506,11 +1506,17 @@ msgstr "Bëssël te nga diri ak jinax bi ngir nga indi ap jaxas ci sa naatal bi. msgid "Emboss" msgstr "kote" -#: ../../magic/src/emboss.c:114 +#: ../../magic/src/emboss.c:115 msgid "Click and drag the mouse to emboss the picture." msgstr "" "Bëssël te nga diri ak jinax bi ngir nga def melo giriyas ci sa naatal bi." +#: ../../magic/src/emboss.c:117 +#, fuzzy +#| msgid "Click to sharpen the entire picture." +msgid "Click to emboss the entire picture." +msgstr "Bëssël ngir nga gena leral naatal bi." + #: ../../magic/src/fade_darken.c:115 msgid "Lighten" msgstr "Leral" diff --git a/src/po/xh.po b/src/po/xh.po index 9d1350805..58d8e5a43 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: 2022-06-14 00:59-0700\n" +"POT-Creation-Date: 2022-07-03 16:31-0700\n" "PO-Revision-Date: 2006-09-22 01:42+0200\n" "Last-Translator: Dwayne Bailey \n" "Language-Team: LANGUAGE \n" @@ -313,15 +313,15 @@ msgstr "" msgid "Minimize" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:8 ../tuxpaint.desktop.in:3 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:8 ../tuxpaint.desktop.in:3 msgid "Tux Paint" msgstr "Ipeyinti yeTux" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:9 ../tuxpaint.desktop.in:10 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:9 ../tuxpaint.desktop.in:10 msgid "A drawing program for children" msgstr "Inkqubo yokuzoba yabantwana" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:11 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:11 msgid "" "Tux Paint is a free, award-winning drawing program for children ages 3 to " "12. Tux Paint is used in schools around the world as a computer literacy " @@ -330,30 +330,30 @@ msgid "" "program." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:19 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:19 msgid "" "Kids are presented with a blank canvas and a variety of drawing tools to " "help them be creative." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:24 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:24 msgid "New Breed Software et al." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:36 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:36 msgid "The Magic tool is a set of special effects" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:40 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:40 msgid "" "The Paint Brush tool lets you draw freehand, using various brushes and colors" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:44 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:44 msgid "The Stamp tool is like a set of rubber stamps or stickers" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:50 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:50 msgid "" "Tux Paint's Color palette includes a new Color Mixer option, which allows " "users to combine different proportions of primary colors (red, yellow, and " @@ -361,7 +361,7 @@ msgid "" "mixing paints." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:51 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:51 msgid "" "The Color Picker option, which previously offered a static palette of around " "sixty-five thousand color choices, now supports separate hue, saturation, " @@ -369,21 +369,21 @@ msgid "" "colors." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:52 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:52 msgid "" "Also, a keyboard shortcut is now available for quick access to the Color " "Selector — the \"pipette\" tool used for picking colors from the current " "drawing." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:53 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53 msgid "" "The Paint and Lines tools now provide a way to adjust the spacing of " "brushes, allowing dotted lines or smearing effects to be made. Many brushes " "have been given better default spacing values, as well." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:54 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54 msgid "" "Two new variations of the Zoom Magic Tool, Tile Zoom and Rush, have been " "added. When shrinking a drawing with Tile Zoom, it replicates the drawing " @@ -391,7 +391,7 @@ msgid "" "background color. The Rush tool blurs the results." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:55 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:55 msgid "" "Tux Paint's Shapes tool now offers hexagon (6-sided) and heptagon (7-sided) " "polygons. For shapes which can be stretched (rectangle, oval, etc.), the " @@ -400,7 +400,7 @@ msgid "" "has also been expanded." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:56 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:56 msgid "" "Keyboard shortcuts, such as [Control]+[S] to save a drawing, are now " "accessed with the more traditional [⌘ Command] key when using Tux Paint on " @@ -408,7 +408,7 @@ msgid "" "The look and feel of the user documentation has been improved." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:61 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:61 msgid "" "Tux Paint's Paint and Line tools now support brushes that rotate based on " "the angle of the stroke. This new rotation feature, as well as the older " @@ -417,7 +417,7 @@ msgid "" "painting mode for interactively coloring within a confined area." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:62 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:62 msgid "" "Six new Magic tools have been added to Tux Paint. Panels shrinks and " "duplicates the drawing into a 2-by-2 grid, which is useful for making four-" @@ -428,7 +428,7 @@ msgid "" "of Tux Paint's classic Rainbow tool." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:63 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:63 msgid "" "A number of existing Magic tools have been updated, as well. Improvements " "were made to Halftone, which simulates photographs on newsprint; Cartoon, " @@ -437,7 +437,7 @@ msgid "" "Chalk, and Emboss, now offer the ability to alter the entire image at once!" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:64 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:64 msgid "" "Finally, Magic tools are now grouped into collections of similar effects — " "painting, distorts, color filters, picture warps, pattern painting, " @@ -445,7 +445,7 @@ msgid "" "need." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:69 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:69 msgid "" "Tux Paint's Fill tool now offers options to fill an area with color " "gradients. The \"Radial\" fill creates a circular gradient centered around " @@ -453,7 +453,7 @@ msgid "" "of gradients at different angles and sizes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:70 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:70 msgid "" "New Magic tools have been added to Tux Paint: \"Pixels\" makes it easier to " "create retro-gaming style pixel art, \"Checkerboard\" fills the entire " @@ -461,14 +461,14 @@ msgid "" "picture via brush strokes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:71 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:71 msgid "" "Tux Paint's user documentation has been overhauled, making localization " "easier. Parties interested in helping with localization are encouraged to " "contact the Tux Paint team." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:72 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:72 msgid "" "Finally, a new pair of accessibility options have been added. The entire " "user interface can now be enlarged benefiting users with impaired vision, " @@ -478,34 +478,34 @@ msgid "" "systems." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:77 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:77 msgid "" "A major improvement has been made to the Shapes tool, which now provides " "options to choose whether shapes are drawn from the center or a corner, " "making it easier to use in any situation." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:78 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:78 msgid "" "The on-screen keyboard, an accessibility feature optionally available when " "using the Text and Label tools, now appears larger on bigger displays; " "helpful for users of coarser input devices, such as eye-tracking systems." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:79 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:79 msgid "" "The Eraser tool adds new, smaller eraser sizes, and applies smoother, " "contiguous strokes when the pointer is moved quickly." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:80 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:80 msgid "" "Finally, this newest version adds options to export individual drawings and " "GIF animations, making it easy to share pictures, cartoons, and slideshows " "with others." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:85 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:85 msgid "" "The latest version has promoted the \"Fill\" tool, previously found under " "the \"Magic\" section of Tux Paint, to the main toolbar, where it's easier " @@ -515,21 +515,21 @@ msgid "" "images." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:86 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:86 msgid "" "Tux Paint also now makes it possible to disable stereo sound, which can " "benefit users with a hearing impairment, or in situations where only one " "speaker is available." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:91 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:91 msgid "" "New in this version are a \"color picker\", which allows any color within a " "drawing to be chosen using the pointer, and a set of three-, four-, and five-" "pointed star shapes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:92 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:92 msgid "" "The latest version also incorporates a number of new translations, bringing " "the number of supported languages up to nearly 130: Bengali, Bodo, Dogri, " @@ -1314,18 +1314,18 @@ msgid "" msgstr "" #. Color mixer; e.g., "Your color is entirely grey." -#: ../tuxpaint.c:23727 ../tuxpaint.c:23734 +#: ../tuxpaint.c:23734 ../tuxpaint.c:23741 msgid "entirely" msgstr "" #. Add "Color Select" color: -#: ../tuxpaint.c:26644 +#: ../tuxpaint.c:26651 msgid "Select a color from your drawing." msgstr "" #. Add "Color Picker" color: #. (This is an attempt to describe an HSV color picker in extremely basic terms!) -#: ../tuxpaint.c:26653 +#: ../tuxpaint.c:26660 msgid "" "Pick a color. Hues go top to bottom. Saturation/intensity goes left (pale) " "to right (pure). Value (lightness/darkness): grey bar." @@ -1333,7 +1333,7 @@ msgstr "" #. Add "Color Mixer" color: #. (The terms 'tint', 'tone', and 'shade' relate to combining white, grey, or black paint (respectively) to another color) -#: ../tuxpaint.c:26665 +#: ../tuxpaint.c:26672 msgid "" "Click the primary colors (red, yellow, and blue), white (to tint), grey (to " "tone), and black (to shade), to mix together a new color." @@ -1521,11 +1521,16 @@ msgstr "Nqomfa ushenxashenxise impuku ukuze udyobhe umfanekiso." msgid "Emboss" msgstr "" -#: ../../magic/src/emboss.c:114 +#: ../../magic/src/emboss.c:115 #, fuzzy msgid "Click and drag the mouse to emboss the picture." msgstr "Nqomfa ushenxashenxise impuku ukuze udyobhe umfanekiso." +#: ../../magic/src/emboss.c:117 +#, fuzzy +msgid "Click to emboss the entire picture." +msgstr "Nqomfa ukuze wenze umfuziselo wesipili." + #: ../../magic/src/fade_darken.c:115 msgid "Lighten" msgstr "Yenza kukhanye" diff --git a/src/po/zam.po b/src/po/zam.po index 08464ac51..98cb895af 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: 2022-06-14 00:59-0700\n" +"POT-Creation-Date: 2022-07-03 16:31-0700\n" "PO-Revision-Date: 2014-08-08 12:35+0200\n" "Last-Translator: Rodrigo Perez \n" "Language-Team: \n" @@ -313,15 +313,15 @@ msgstr "" msgid "Minimize" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:8 ../tuxpaint.desktop.in:3 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:8 ../tuxpaint.desktop.in:3 msgid "Tux Paint" msgstr "Tux Paint" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:9 ../tuxpaint.desktop.in:10 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:9 ../tuxpaint.desktop.in:10 msgid "A drawing program for children" msgstr "Diif program paar keé men Dibuj paar biét biss" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:11 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:11 msgid "" "Tux Paint is a free, award-winning drawing program for children ages 3 to " "12. Tux Paint is used in schools around the world as a computer literacy " @@ -330,30 +330,30 @@ msgid "" "program." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:19 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:19 msgid "" "Kids are presented with a blank canvas and a variety of drawing tools to " "help them be creative." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:24 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:24 msgid "New Breed Software et al." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:36 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:36 msgid "The Magic tool is a set of special effects" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:40 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:40 msgid "" "The Paint Brush tool lets you draw freehand, using various brushes and colors" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:44 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:44 msgid "The Stamp tool is like a set of rubber stamps or stickers" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:50 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:50 msgid "" "Tux Paint's Color palette includes a new Color Mixer option, which allows " "users to combine different proportions of primary colors (red, yellow, and " @@ -361,7 +361,7 @@ msgid "" "mixing paints." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:51 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:51 msgid "" "The Color Picker option, which previously offered a static palette of around " "sixty-five thousand color choices, now supports separate hue, saturation, " @@ -369,21 +369,21 @@ msgid "" "colors." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:52 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:52 msgid "" "Also, a keyboard shortcut is now available for quick access to the Color " "Selector — the \"pipette\" tool used for picking colors from the current " "drawing." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:53 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53 msgid "" "The Paint and Lines tools now provide a way to adjust the spacing of " "brushes, allowing dotted lines or smearing effects to be made. Many brushes " "have been given better default spacing values, as well." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:54 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54 msgid "" "Two new variations of the Zoom Magic Tool, Tile Zoom and Rush, have been " "added. When shrinking a drawing with Tile Zoom, it replicates the drawing " @@ -391,7 +391,7 @@ msgid "" "background color. The Rush tool blurs the results." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:55 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:55 msgid "" "Tux Paint's Shapes tool now offers hexagon (6-sided) and heptagon (7-sided) " "polygons. For shapes which can be stretched (rectangle, oval, etc.), the " @@ -400,7 +400,7 @@ msgid "" "has also been expanded." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:56 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:56 msgid "" "Keyboard shortcuts, such as [Control]+[S] to save a drawing, are now " "accessed with the more traditional [⌘ Command] key when using Tux Paint on " @@ -408,7 +408,7 @@ msgid "" "The look and feel of the user documentation has been improved." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:61 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:61 msgid "" "Tux Paint's Paint and Line tools now support brushes that rotate based on " "the angle of the stroke. This new rotation feature, as well as the older " @@ -417,7 +417,7 @@ msgid "" "painting mode for interactively coloring within a confined area." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:62 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:62 msgid "" "Six new Magic tools have been added to Tux Paint. Panels shrinks and " "duplicates the drawing into a 2-by-2 grid, which is useful for making four-" @@ -428,7 +428,7 @@ msgid "" "of Tux Paint's classic Rainbow tool." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:63 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:63 msgid "" "A number of existing Magic tools have been updated, as well. Improvements " "were made to Halftone, which simulates photographs on newsprint; Cartoon, " @@ -437,7 +437,7 @@ msgid "" "Chalk, and Emboss, now offer the ability to alter the entire image at once!" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:64 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:64 msgid "" "Finally, Magic tools are now grouped into collections of similar effects — " "painting, distorts, color filters, picture warps, pattern painting, " @@ -445,7 +445,7 @@ msgid "" "need." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:69 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:69 msgid "" "Tux Paint's Fill tool now offers options to fill an area with color " "gradients. The \"Radial\" fill creates a circular gradient centered around " @@ -453,7 +453,7 @@ msgid "" "of gradients at different angles and sizes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:70 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:70 msgid "" "New Magic tools have been added to Tux Paint: \"Pixels\" makes it easier to " "create retro-gaming style pixel art, \"Checkerboard\" fills the entire " @@ -461,14 +461,14 @@ msgid "" "picture via brush strokes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:71 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:71 msgid "" "Tux Paint's user documentation has been overhauled, making localization " "easier. Parties interested in helping with localization are encouraged to " "contact the Tux Paint team." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:72 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:72 msgid "" "Finally, a new pair of accessibility options have been added. The entire " "user interface can now be enlarged benefiting users with impaired vision, " @@ -478,34 +478,34 @@ msgid "" "systems." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:77 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:77 msgid "" "A major improvement has been made to the Shapes tool, which now provides " "options to choose whether shapes are drawn from the center or a corner, " "making it easier to use in any situation." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:78 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:78 msgid "" "The on-screen keyboard, an accessibility feature optionally available when " "using the Text and Label tools, now appears larger on bigger displays; " "helpful for users of coarser input devices, such as eye-tracking systems." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:79 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:79 msgid "" "The Eraser tool adds new, smaller eraser sizes, and applies smoother, " "contiguous strokes when the pointer is moved quickly." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:80 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:80 msgid "" "Finally, this newest version adds options to export individual drawings and " "GIF animations, making it easy to share pictures, cartoons, and slideshows " "with others." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:85 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:85 msgid "" "The latest version has promoted the \"Fill\" tool, previously found under " "the \"Magic\" section of Tux Paint, to the main toolbar, where it's easier " @@ -515,21 +515,21 @@ msgid "" "images." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:86 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:86 msgid "" "Tux Paint also now makes it possible to disable stereo sound, which can " "benefit users with a hearing impairment, or in situations where only one " "speaker is available." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:91 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:91 msgid "" "New in this version are a \"color picker\", which allows any color within a " "drawing to be chosen using the pointer, and a set of three-, four-, and five-" "pointed star shapes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:92 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:92 msgid "" "The latest version also incorporates a number of new translations, bringing " "the number of supported languages up to nearly 130: Bengali, Bodo, Dogri, " @@ -1297,18 +1297,18 @@ msgid "" msgstr "" #. Color mixer; e.g., "Your color is entirely grey." -#: ../tuxpaint.c:23727 ../tuxpaint.c:23734 +#: ../tuxpaint.c:23734 ../tuxpaint.c:23741 msgid "entirely" msgstr "" #. Add "Color Select" color: -#: ../tuxpaint.c:26644 +#: ../tuxpaint.c:26651 msgid "Select a color from your drawing." msgstr "" #. Add "Color Picker" color: #. (This is an attempt to describe an HSV color picker in extremely basic terms!) -#: ../tuxpaint.c:26653 +#: ../tuxpaint.c:26660 msgid "" "Pick a color. Hues go top to bottom. Saturation/intensity goes left (pale) " "to right (pure). Value (lightness/darkness): grey bar." @@ -1316,7 +1316,7 @@ msgstr "" #. Add "Color Mixer" color: #. (The terms 'tint', 'tone', and 'shade' relate to combining white, grey, or black paint (respectively) to another color) -#: ../tuxpaint.c:26665 +#: ../tuxpaint.c:26672 msgid "" "Click the primary colors (red, yellow, and blue), white (to tint), grey (to " "tone), and black (to shade), to mix together a new color." @@ -1504,10 +1504,16 @@ msgstr "Gaás ha ner te teé bdiín par toób luú azule sis mon." msgid "Emboss" msgstr "Bajorrelieve" -#: ../../magic/src/emboss.c:114 +#: ../../magic/src/emboss.c:115 msgid "Click and drag the mouse to emboss the picture." msgstr "Haz clic y arrastra el ratón para hacer un bajorrelieve con la imagen." +#: ../../magic/src/emboss.c:117 +#, fuzzy +#| msgid "Click to sharpen the entire picture." +msgid "Click to emboss the entire picture." +msgstr "Gash mdin xha tood lu nit lo mon." + #: ../../magic/src/fade_darken.c:115 msgid "Lighten" msgstr "Toób va lo güis " diff --git a/src/po/zh_CN.po b/src/po/zh_CN.po index c15d9b6e6..20ca69607 100644 --- a/src/po/zh_CN.po +++ b/src/po/zh_CN.po @@ -14,7 +14,7 @@ msgid "" msgstr "" "Project-Id-Version: tuxpaint\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-06-14 00:59-0700\n" +"POT-Creation-Date: 2022-07-03 16:31-0700\n" "PO-Revision-Date: 2017-12-27 16:57+0800\n" "Last-Translator: hackergene \n" "Language-Team: hackergene \n" @@ -320,15 +320,15 @@ msgstr "" msgid "Minimize" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:8 ../tuxpaint.desktop.in:3 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:8 ../tuxpaint.desktop.in:3 msgid "Tux Paint" msgstr "Tux Paint" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:9 ../tuxpaint.desktop.in:10 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:9 ../tuxpaint.desktop.in:10 msgid "A drawing program for children" msgstr "孩子的绘图程序。" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:11 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:11 msgid "" "Tux Paint is a free, award-winning drawing program for children ages 3 to " "12. Tux Paint is used in schools around the world as a computer literacy " @@ -337,30 +337,30 @@ msgid "" "program." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:19 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:19 msgid "" "Kids are presented with a blank canvas and a variety of drawing tools to " "help them be creative." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:24 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:24 msgid "New Breed Software et al." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:36 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:36 msgid "The Magic tool is a set of special effects" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:40 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:40 msgid "" "The Paint Brush tool lets you draw freehand, using various brushes and colors" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:44 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:44 msgid "The Stamp tool is like a set of rubber stamps or stickers" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:50 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:50 msgid "" "Tux Paint's Color palette includes a new Color Mixer option, which allows " "users to combine different proportions of primary colors (red, yellow, and " @@ -368,7 +368,7 @@ msgid "" "mixing paints." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:51 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:51 msgid "" "The Color Picker option, which previously offered a static palette of around " "sixty-five thousand color choices, now supports separate hue, saturation, " @@ -376,21 +376,21 @@ msgid "" "colors." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:52 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:52 msgid "" "Also, a keyboard shortcut is now available for quick access to the Color " "Selector — the \"pipette\" tool used for picking colors from the current " "drawing." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:53 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53 msgid "" "The Paint and Lines tools now provide a way to adjust the spacing of " "brushes, allowing dotted lines or smearing effects to be made. Many brushes " "have been given better default spacing values, as well." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:54 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54 msgid "" "Two new variations of the Zoom Magic Tool, Tile Zoom and Rush, have been " "added. When shrinking a drawing with Tile Zoom, it replicates the drawing " @@ -398,7 +398,7 @@ msgid "" "background color. The Rush tool blurs the results." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:55 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:55 msgid "" "Tux Paint's Shapes tool now offers hexagon (6-sided) and heptagon (7-sided) " "polygons. For shapes which can be stretched (rectangle, oval, etc.), the " @@ -407,7 +407,7 @@ msgid "" "has also been expanded." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:56 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:56 msgid "" "Keyboard shortcuts, such as [Control]+[S] to save a drawing, are now " "accessed with the more traditional [⌘ Command] key when using Tux Paint on " @@ -415,7 +415,7 @@ msgid "" "The look and feel of the user documentation has been improved." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:61 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:61 msgid "" "Tux Paint's Paint and Line tools now support brushes that rotate based on " "the angle of the stroke. This new rotation feature, as well as the older " @@ -424,7 +424,7 @@ msgid "" "painting mode for interactively coloring within a confined area." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:62 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:62 msgid "" "Six new Magic tools have been added to Tux Paint. Panels shrinks and " "duplicates the drawing into a 2-by-2 grid, which is useful for making four-" @@ -435,7 +435,7 @@ msgid "" "of Tux Paint's classic Rainbow tool." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:63 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:63 msgid "" "A number of existing Magic tools have been updated, as well. Improvements " "were made to Halftone, which simulates photographs on newsprint; Cartoon, " @@ -444,7 +444,7 @@ msgid "" "Chalk, and Emboss, now offer the ability to alter the entire image at once!" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:64 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:64 msgid "" "Finally, Magic tools are now grouped into collections of similar effects — " "painting, distorts, color filters, picture warps, pattern painting, " @@ -452,7 +452,7 @@ msgid "" "need." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:69 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:69 msgid "" "Tux Paint's Fill tool now offers options to fill an area with color " "gradients. The \"Radial\" fill creates a circular gradient centered around " @@ -460,7 +460,7 @@ msgid "" "of gradients at different angles and sizes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:70 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:70 msgid "" "New Magic tools have been added to Tux Paint: \"Pixels\" makes it easier to " "create retro-gaming style pixel art, \"Checkerboard\" fills the entire " @@ -468,14 +468,14 @@ msgid "" "picture via brush strokes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:71 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:71 msgid "" "Tux Paint's user documentation has been overhauled, making localization " "easier. Parties interested in helping with localization are encouraged to " "contact the Tux Paint team." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:72 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:72 msgid "" "Finally, a new pair of accessibility options have been added. The entire " "user interface can now be enlarged benefiting users with impaired vision, " @@ -485,34 +485,34 @@ msgid "" "systems." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:77 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:77 msgid "" "A major improvement has been made to the Shapes tool, which now provides " "options to choose whether shapes are drawn from the center or a corner, " "making it easier to use in any situation." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:78 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:78 msgid "" "The on-screen keyboard, an accessibility feature optionally available when " "using the Text and Label tools, now appears larger on bigger displays; " "helpful for users of coarser input devices, such as eye-tracking systems." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:79 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:79 msgid "" "The Eraser tool adds new, smaller eraser sizes, and applies smoother, " "contiguous strokes when the pointer is moved quickly." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:80 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:80 msgid "" "Finally, this newest version adds options to export individual drawings and " "GIF animations, making it easy to share pictures, cartoons, and slideshows " "with others." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:85 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:85 msgid "" "The latest version has promoted the \"Fill\" tool, previously found under " "the \"Magic\" section of Tux Paint, to the main toolbar, where it's easier " @@ -522,21 +522,21 @@ msgid "" "images." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:86 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:86 msgid "" "Tux Paint also now makes it possible to disable stereo sound, which can " "benefit users with a hearing impairment, or in situations where only one " "speaker is available." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:91 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:91 msgid "" "New in this version are a \"color picker\", which allows any color within a " "drawing to be chosen using the pointer, and a set of three-, four-, and five-" "pointed star shapes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:92 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:92 msgid "" "The latest version also incorporates a number of new translations, bringing " "the number of supported languages up to nearly 130: Bengali, Bodo, Dogri, " @@ -1302,18 +1302,18 @@ msgid "" msgstr "" #. Color mixer; e.g., "Your color is entirely grey." -#: ../tuxpaint.c:23727 ../tuxpaint.c:23734 +#: ../tuxpaint.c:23734 ../tuxpaint.c:23741 msgid "entirely" msgstr "" #. Add "Color Select" color: -#: ../tuxpaint.c:26644 +#: ../tuxpaint.c:26651 msgid "Select a color from your drawing." msgstr "从绘画中选择一种颜色。" #. Add "Color Picker" color: #. (This is an attempt to describe an HSV color picker in extremely basic terms!) -#: ../tuxpaint.c:26653 +#: ../tuxpaint.c:26660 msgid "" "Pick a color. Hues go top to bottom. Saturation/intensity goes left (pale) " "to right (pure). Value (lightness/darkness): grey bar." @@ -1321,7 +1321,7 @@ msgstr "" #. Add "Color Mixer" color: #. (The terms 'tint', 'tone', and 'shade' relate to combining white, grey, or black paint (respectively) to another color) -#: ../tuxpaint.c:26665 +#: ../tuxpaint.c:26672 msgid "" "Click the primary colors (red, yellow, and blue), white (to tint), grey (to " "tone), and black (to shade), to mix together a new color." @@ -1505,10 +1505,16 @@ msgstr "单击然后移动鼠标将图片变形。" msgid "Emboss" msgstr "凸起" -#: ../../magic/src/emboss.c:114 +#: ../../magic/src/emboss.c:115 msgid "Click and drag the mouse to emboss the picture." msgstr "单击然后移动鼠标将图片凸起。" +#: ../../magic/src/emboss.c:117 +#, fuzzy +#| msgid "Click to sharpen the entire picture." +msgid "Click to emboss the entire picture." +msgstr "单击锐化整个画面" + #: ../../magic/src/fade_darken.c:115 msgid "Lighten" msgstr "变亮" diff --git a/src/po/zh_TW.po b/src/po/zh_TW.po index 7dd672360..36d44282c 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: 2022-06-14 00:59-0700\n" +"POT-Creation-Date: 2022-07-03 16:31-0700\n" "PO-Revision-Date: 2014-06-24 14:46+0800\n" "Last-Translator: Song Huang \n" "Language-Team: Chinese (traditional) \n" @@ -374,15 +374,15 @@ msgstr "" msgid "Minimize" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:8 ../tuxpaint.desktop.in:3 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:8 ../tuxpaint.desktop.in:3 msgid "Tux Paint" msgstr "企鵝小畫家" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:9 ../tuxpaint.desktop.in:10 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:9 ../tuxpaint.desktop.in:10 msgid "A drawing program for children" msgstr "適合兒童的畫圖程式" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:11 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:11 msgid "" "Tux Paint is a free, award-winning drawing program for children ages 3 to " "12. Tux Paint is used in schools around the world as a computer literacy " @@ -391,30 +391,30 @@ msgid "" "program." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:19 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:19 msgid "" "Kids are presented with a blank canvas and a variety of drawing tools to " "help them be creative." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:24 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:24 msgid "New Breed Software et al." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:36 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:36 msgid "The Magic tool is a set of special effects" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:40 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:40 msgid "" "The Paint Brush tool lets you draw freehand, using various brushes and colors" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:44 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:44 msgid "The Stamp tool is like a set of rubber stamps or stickers" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:50 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:50 msgid "" "Tux Paint's Color palette includes a new Color Mixer option, which allows " "users to combine different proportions of primary colors (red, yellow, and " @@ -422,7 +422,7 @@ msgid "" "mixing paints." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:51 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:51 msgid "" "The Color Picker option, which previously offered a static palette of around " "sixty-five thousand color choices, now supports separate hue, saturation, " @@ -430,21 +430,21 @@ msgid "" "colors." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:52 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:52 msgid "" "Also, a keyboard shortcut is now available for quick access to the Color " "Selector — the \"pipette\" tool used for picking colors from the current " "drawing." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:53 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53 msgid "" "The Paint and Lines tools now provide a way to adjust the spacing of " "brushes, allowing dotted lines or smearing effects to be made. Many brushes " "have been given better default spacing values, as well." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:54 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54 msgid "" "Two new variations of the Zoom Magic Tool, Tile Zoom and Rush, have been " "added. When shrinking a drawing with Tile Zoom, it replicates the drawing " @@ -452,7 +452,7 @@ msgid "" "background color. The Rush tool blurs the results." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:55 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:55 msgid "" "Tux Paint's Shapes tool now offers hexagon (6-sided) and heptagon (7-sided) " "polygons. For shapes which can be stretched (rectangle, oval, etc.), the " @@ -461,7 +461,7 @@ msgid "" "has also been expanded." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:56 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:56 msgid "" "Keyboard shortcuts, such as [Control]+[S] to save a drawing, are now " "accessed with the more traditional [⌘ Command] key when using Tux Paint on " @@ -469,7 +469,7 @@ msgid "" "The look and feel of the user documentation has been improved." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:61 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:61 msgid "" "Tux Paint's Paint and Line tools now support brushes that rotate based on " "the angle of the stroke. This new rotation feature, as well as the older " @@ -478,7 +478,7 @@ msgid "" "painting mode for interactively coloring within a confined area." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:62 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:62 msgid "" "Six new Magic tools have been added to Tux Paint. Panels shrinks and " "duplicates the drawing into a 2-by-2 grid, which is useful for making four-" @@ -489,7 +489,7 @@ msgid "" "of Tux Paint's classic Rainbow tool." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:63 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:63 msgid "" "A number of existing Magic tools have been updated, as well. Improvements " "were made to Halftone, which simulates photographs on newsprint; Cartoon, " @@ -498,7 +498,7 @@ msgid "" "Chalk, and Emboss, now offer the ability to alter the entire image at once!" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:64 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:64 msgid "" "Finally, Magic tools are now grouped into collections of similar effects — " "painting, distorts, color filters, picture warps, pattern painting, " @@ -506,7 +506,7 @@ msgid "" "need." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:69 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:69 msgid "" "Tux Paint's Fill tool now offers options to fill an area with color " "gradients. The \"Radial\" fill creates a circular gradient centered around " @@ -514,7 +514,7 @@ msgid "" "of gradients at different angles and sizes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:70 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:70 msgid "" "New Magic tools have been added to Tux Paint: \"Pixels\" makes it easier to " "create retro-gaming style pixel art, \"Checkerboard\" fills the entire " @@ -522,14 +522,14 @@ msgid "" "picture via brush strokes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:71 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:71 msgid "" "Tux Paint's user documentation has been overhauled, making localization " "easier. Parties interested in helping with localization are encouraged to " "contact the Tux Paint team." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:72 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:72 msgid "" "Finally, a new pair of accessibility options have been added. The entire " "user interface can now be enlarged benefiting users with impaired vision, " @@ -539,34 +539,34 @@ msgid "" "systems." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:77 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:77 msgid "" "A major improvement has been made to the Shapes tool, which now provides " "options to choose whether shapes are drawn from the center or a corner, " "making it easier to use in any situation." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:78 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:78 msgid "" "The on-screen keyboard, an accessibility feature optionally available when " "using the Text and Label tools, now appears larger on bigger displays; " "helpful for users of coarser input devices, such as eye-tracking systems." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:79 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:79 msgid "" "The Eraser tool adds new, smaller eraser sizes, and applies smoother, " "contiguous strokes when the pointer is moved quickly." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:80 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:80 msgid "" "Finally, this newest version adds options to export individual drawings and " "GIF animations, making it easy to share pictures, cartoons, and slideshows " "with others." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:85 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:85 msgid "" "The latest version has promoted the \"Fill\" tool, previously found under " "the \"Magic\" section of Tux Paint, to the main toolbar, where it's easier " @@ -576,21 +576,21 @@ msgid "" "images." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:86 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:86 msgid "" "Tux Paint also now makes it possible to disable stereo sound, which can " "benefit users with a hearing impairment, or in situations where only one " "speaker is available." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:91 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:91 msgid "" "New in this version are a \"color picker\", which allows any color within a " "drawing to be chosen using the pointer, and a set of three-, four-, and five-" "pointed star shapes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:92 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:92 msgid "" "The latest version also incorporates a number of new translations, bringing " "the number of supported languages up to nearly 130: Bengali, Bodo, Dogri, " @@ -1485,18 +1485,18 @@ msgid "" msgstr "" #. Color mixer; e.g., "Your color is entirely grey." -#: ../tuxpaint.c:23727 ../tuxpaint.c:23734 +#: ../tuxpaint.c:23734 ../tuxpaint.c:23741 msgid "entirely" msgstr "" #. Add "Color Select" color: -#: ../tuxpaint.c:26644 +#: ../tuxpaint.c:26651 msgid "Select a color from your drawing." msgstr "" #. Add "Color Picker" color: #. (This is an attempt to describe an HSV color picker in extremely basic terms!) -#: ../tuxpaint.c:26653 +#: ../tuxpaint.c:26660 msgid "" "Pick a color. Hues go top to bottom. Saturation/intensity goes left (pale) " "to right (pure). Value (lightness/darkness): grey bar." @@ -1504,7 +1504,7 @@ msgstr "" #. Add "Color Mixer" color: #. (The terms 'tint', 'tone', and 'shade' relate to combining white, grey, or black paint (respectively) to another color) -#: ../tuxpaint.c:26665 +#: ../tuxpaint.c:26672 msgid "" "Click the primary colors (red, yellow, and blue), white (to tint), grey (to " "tone), and black (to shade), to mix together a new color." @@ -1690,10 +1690,16 @@ msgstr "按著並移動滑鼠來使圖畫扭曲。" msgid "Emboss" msgstr "浮雕" -#: ../../magic/src/emboss.c:114 +#: ../../magic/src/emboss.c:115 msgid "Click and drag the mouse to emboss the picture." msgstr "按著並移動滑鼠來彎折圖畫。" +#: ../../magic/src/emboss.c:117 +#, fuzzy +#| msgid "Click to sharpen the entire picture." +msgid "Click to emboss the entire picture." +msgstr "按一下來使整張圖畫變清晰。" + #: ../../magic/src/fade_darken.c:115 msgid "Lighten" msgstr "變淺" diff --git a/src/po/zu.po b/src/po/zu.po index b5e68c2ec..26caad2d8 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: 2022-06-14 00:59-0700\n" +"POT-Creation-Date: 2022-07-03 16:31-0700\n" "PO-Revision-Date: 2011-02-07 12:30+0200\n" "Last-Translator: sipho \n" "Language-Team: SIpho\n" @@ -313,15 +313,15 @@ msgstr "" msgid "Minimize" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:8 ../tuxpaint.desktop.in:3 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:8 ../tuxpaint.desktop.in:3 msgid "Tux Paint" msgstr "i-Tux Paint" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:9 ../tuxpaint.desktop.in:10 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:9 ../tuxpaint.desktop.in:10 msgid "A drawing program for children" msgstr "Iprogremu yokudweba yezingane" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:11 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:11 msgid "" "Tux Paint is a free, award-winning drawing program for children ages 3 to " "12. Tux Paint is used in schools around the world as a computer literacy " @@ -330,30 +330,30 @@ msgid "" "program." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:19 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:19 msgid "" "Kids are presented with a blank canvas and a variety of drawing tools to " "help them be creative." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:24 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:24 msgid "New Breed Software et al." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:36 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:36 msgid "The Magic tool is a set of special effects" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:40 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:40 msgid "" "The Paint Brush tool lets you draw freehand, using various brushes and colors" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:44 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:44 msgid "The Stamp tool is like a set of rubber stamps or stickers" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:50 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:50 msgid "" "Tux Paint's Color palette includes a new Color Mixer option, which allows " "users to combine different proportions of primary colors (red, yellow, and " @@ -361,7 +361,7 @@ msgid "" "mixing paints." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:51 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:51 msgid "" "The Color Picker option, which previously offered a static palette of around " "sixty-five thousand color choices, now supports separate hue, saturation, " @@ -369,21 +369,21 @@ msgid "" "colors." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:52 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:52 msgid "" "Also, a keyboard shortcut is now available for quick access to the Color " "Selector — the \"pipette\" tool used for picking colors from the current " "drawing." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:53 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53 msgid "" "The Paint and Lines tools now provide a way to adjust the spacing of " "brushes, allowing dotted lines or smearing effects to be made. Many brushes " "have been given better default spacing values, as well." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:54 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54 msgid "" "Two new variations of the Zoom Magic Tool, Tile Zoom and Rush, have been " "added. When shrinking a drawing with Tile Zoom, it replicates the drawing " @@ -391,7 +391,7 @@ msgid "" "background color. The Rush tool blurs the results." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:55 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:55 msgid "" "Tux Paint's Shapes tool now offers hexagon (6-sided) and heptagon (7-sided) " "polygons. For shapes which can be stretched (rectangle, oval, etc.), the " @@ -400,7 +400,7 @@ msgid "" "has also been expanded." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:56 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:56 msgid "" "Keyboard shortcuts, such as [Control]+[S] to save a drawing, are now " "accessed with the more traditional [⌘ Command] key when using Tux Paint on " @@ -408,7 +408,7 @@ msgid "" "The look and feel of the user documentation has been improved." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:61 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:61 msgid "" "Tux Paint's Paint and Line tools now support brushes that rotate based on " "the angle of the stroke. This new rotation feature, as well as the older " @@ -417,7 +417,7 @@ msgid "" "painting mode for interactively coloring within a confined area." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:62 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:62 msgid "" "Six new Magic tools have been added to Tux Paint. Panels shrinks and " "duplicates the drawing into a 2-by-2 grid, which is useful for making four-" @@ -428,7 +428,7 @@ msgid "" "of Tux Paint's classic Rainbow tool." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:63 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:63 msgid "" "A number of existing Magic tools have been updated, as well. Improvements " "were made to Halftone, which simulates photographs on newsprint; Cartoon, " @@ -437,7 +437,7 @@ msgid "" "Chalk, and Emboss, now offer the ability to alter the entire image at once!" msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:64 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:64 msgid "" "Finally, Magic tools are now grouped into collections of similar effects — " "painting, distorts, color filters, picture warps, pattern painting, " @@ -445,7 +445,7 @@ msgid "" "need." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:69 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:69 msgid "" "Tux Paint's Fill tool now offers options to fill an area with color " "gradients. The \"Radial\" fill creates a circular gradient centered around " @@ -453,7 +453,7 @@ msgid "" "of gradients at different angles and sizes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:70 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:70 msgid "" "New Magic tools have been added to Tux Paint: \"Pixels\" makes it easier to " "create retro-gaming style pixel art, \"Checkerboard\" fills the entire " @@ -461,14 +461,14 @@ msgid "" "picture via brush strokes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:71 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:71 msgid "" "Tux Paint's user documentation has been overhauled, making localization " "easier. Parties interested in helping with localization are encouraged to " "contact the Tux Paint team." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:72 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:72 msgid "" "Finally, a new pair of accessibility options have been added. The entire " "user interface can now be enlarged benefiting users with impaired vision, " @@ -478,34 +478,34 @@ msgid "" "systems." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:77 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:77 msgid "" "A major improvement has been made to the Shapes tool, which now provides " "options to choose whether shapes are drawn from the center or a corner, " "making it easier to use in any situation." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:78 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:78 msgid "" "The on-screen keyboard, an accessibility feature optionally available when " "using the Text and Label tools, now appears larger on bigger displays; " "helpful for users of coarser input devices, such as eye-tracking systems." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:79 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:79 msgid "" "The Eraser tool adds new, smaller eraser sizes, and applies smoother, " "contiguous strokes when the pointer is moved quickly." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:80 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:80 msgid "" "Finally, this newest version adds options to export individual drawings and " "GIF animations, making it easy to share pictures, cartoons, and slideshows " "with others." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:85 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:85 msgid "" "The latest version has promoted the \"Fill\" tool, previously found under " "the \"Magic\" section of Tux Paint, to the main toolbar, where it's easier " @@ -515,21 +515,21 @@ msgid "" "images." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:86 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:86 msgid "" "Tux Paint also now makes it possible to disable stereo sound, which can " "benefit users with a hearing impairment, or in situations where only one " "speaker is available." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:91 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:91 msgid "" "New in this version are a \"color picker\", which allows any color within a " "drawing to be chosen using the pointer, and a set of three-, four-, and five-" "pointed star shapes." msgstr "" -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:92 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:92 msgid "" "The latest version also incorporates a number of new translations, bringing " "the number of supported languages up to nearly 130: Bengali, Bodo, Dogri, " @@ -1310,18 +1310,18 @@ msgid "" msgstr "" #. Color mixer; e.g., "Your color is entirely grey." -#: ../tuxpaint.c:23727 ../tuxpaint.c:23734 +#: ../tuxpaint.c:23734 ../tuxpaint.c:23741 msgid "entirely" msgstr "" #. Add "Color Select" color: -#: ../tuxpaint.c:26644 +#: ../tuxpaint.c:26651 msgid "Select a color from your drawing." msgstr "" #. Add "Color Picker" color: #. (This is an attempt to describe an HSV color picker in extremely basic terms!) -#: ../tuxpaint.c:26653 +#: ../tuxpaint.c:26660 msgid "" "Pick a color. Hues go top to bottom. Saturation/intensity goes left (pale) " "to right (pure). Value (lightness/darkness): grey bar." @@ -1329,7 +1329,7 @@ msgstr "" #. Add "Color Mixer" color: #. (The terms 'tint', 'tone', and 'shade' relate to combining white, grey, or black paint (respectively) to another color) -#: ../tuxpaint.c:26665 +#: ../tuxpaint.c:26672 msgid "" "Click the primary colors (red, yellow, and blue), white (to tint), grey (to " "tone), and black (to shade), to mix together a new color." @@ -1531,10 +1531,16 @@ msgstr "" msgid "Emboss" msgstr "i-emboss" -#: ../../magic/src/emboss.c:114 +#: ../../magic/src/emboss.c:115 msgid "Click and drag the mouse to emboss the picture." msgstr "Chofoza bese udonsa igundane wenzi isithombe sibeyi-emboss." +#: ../../magic/src/emboss.c:117 +#, fuzzy +#| msgid "Click to sharpen the entire picture." +msgid "Click to emboss the entire picture." +msgstr "Chofoza ukucijisa sonke isithombe." + #: ../../magic/src/fade_darken.c:115 msgid "Lighten" msgstr "Khanyisa"