diff --git a/.gitignore b/.gitignore index 752245f53..0d3d7f9df 100644 --- a/.gitignore +++ b/.gitignore @@ -17,3 +17,4 @@ TuxPaint.dmg src/po/POTFILES.in src/tuxpaint.desktop src/org.tuxpaint.Tuxpaint.appdata.xml +test-png diff --git a/Makefile b/Makefile index 55748f5df..141d2c0d4 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ # Various contributors (see AUTHORS.txt) # http://www.tuxpaint.org/ -# June 14, 2002 - June 29, 2022 +# June 14, 2002 - July 3, 2022 # The version number, for release: @@ -316,6 +316,9 @@ NOSVGFLAG:=$(if $(SVG_LIB),,-DNOSVG$(warning No SVG for you!)) OLDSVGFLAG:=$(if $(filter -lsvg-cairo,$(SVG_LIB)),-DOLD_SVG,) +PNG_CFLAGS:=$(shell $(PKG_CONFIG) libpng --cflags) + + ifeq ($(hack),1) hack: @echo 'SDL2_PANGO_LIB is' $(SDL2_PANGO_LIB) @@ -717,6 +720,7 @@ clean: @-rm -f TuxPaint.dmg temp.dmg; rm -rf magic/*.dSYM Resources @-rm -f dlllist a.exe @-rm -f win32/Preprocessed.iss win32/tuxpaint-*.zip win32/tuxpaint-*.exe + @-rm -f test-png @echo # "make uninstall" should remove the various parts from their @@ -1402,3 +1406,7 @@ $(MAGIC_SO): magic/%.$(SO_TYPE): magic/src/%.c .PHONY: magic-plugins magic-plugins: src/tp_magic_api.h $(MAGIC_SO) + +test-png: src/test-png.c + $(CC) $(PNG_CFLAGS) src/test-png.c -o test-png $(PNG) + diff --git a/data/brushes/aa_round_03.png b/data/brushes/aa_round_03.png index f0ec505ba..e772bd28f 100644 Binary files a/data/brushes/aa_round_03.png and b/data/brushes/aa_round_03.png differ diff --git a/data/brushes/aa_round_06.png b/data/brushes/aa_round_06.png index 7acf1f05e..d59f40e8a 100644 Binary files a/data/brushes/aa_round_06.png and b/data/brushes/aa_round_06.png differ diff --git a/data/brushes/aa_round_seethru_05.png b/data/brushes/aa_round_seethru_05.png index 0584b4140..2a466a2e1 100644 Binary files a/data/brushes/aa_round_seethru_05.png and b/data/brushes/aa_round_seethru_05.png differ diff --git a/data/brushes/aa_round_seethru_10.png b/data/brushes/aa_round_seethru_10.png index 8d13a9aab..9ce90dc4e 100644 Binary files a/data/brushes/aa_round_seethru_10.png and b/data/brushes/aa_round_seethru_10.png differ diff --git a/data/brushes/arrow.png b/data/brushes/arrow.png index 93f75aaa0..6af281a41 100644 Binary files a/data/brushes/arrow.png and b/data/brushes/arrow.png differ diff --git a/data/brushes/dog.png b/data/brushes/dog.png index b5c7f1749..71fd636ac 100644 Binary files a/data/brushes/dog.png and b/data/brushes/dog.png differ diff --git a/data/brushes/footprints-human-shoes.png b/data/brushes/footprints-human-shoes.png index aca809bac..86b8e70d2 100644 Binary files a/data/brushes/footprints-human-shoes.png and b/data/brushes/footprints-human-shoes.png differ diff --git a/data/brushes/footprints-human.png b/data/brushes/footprints-human.png index 03730ea85..b2506e620 100644 Binary files a/data/brushes/footprints-human.png and b/data/brushes/footprints-human.png differ diff --git a/data/brushes/footprints-paws.png b/data/brushes/footprints-paws.png index b7e735248..366640302 100644 Binary files a/data/brushes/footprints-paws.png and b/data/brushes/footprints-paws.png differ diff --git a/data/brushes/heart.png b/data/brushes/heart.png index 1869c56c3..fceeb3ebe 100644 Binary files a/data/brushes/heart.png and b/data/brushes/heart.png differ diff --git a/data/brushes/inksplat.png b/data/brushes/inksplat.png index 205a492cc..932617114 100644 Binary files a/data/brushes/inksplat.png and b/data/brushes/inksplat.png differ diff --git a/data/brushes/kuroneko.png b/data/brushes/kuroneko.png index 6954ab310..a396dee57 100644 Binary files a/data/brushes/kuroneko.png and b/data/brushes/kuroneko.png differ diff --git a/data/brushes/lines-angled.png b/data/brushes/lines-angled.png index 7c222c48f..a6da0b2c5 100644 Binary files a/data/brushes/lines-angled.png and b/data/brushes/lines-angled.png differ diff --git a/data/brushes/oval.png b/data/brushes/oval.png index 17dce7f10..985dd4f83 100644 Binary files a/data/brushes/oval.png and b/data/brushes/oval.png differ diff --git a/data/brushes/rotating_dash.png b/data/brushes/rotating_dash.png index 9457fee79..a4d4c0c2e 100644 Binary files a/data/brushes/rotating_dash.png and b/data/brushes/rotating_dash.png differ diff --git a/data/brushes/square_06.png b/data/brushes/square_06.png index 2704d3795..e3fff5f55 100644 Binary files a/data/brushes/square_06.png and b/data/brushes/square_06.png differ diff --git a/data/brushes/square_12.png b/data/brushes/square_12.png index c2ec3eebc..8e082822d 100644 Binary files a/data/brushes/square_12.png and b/data/brushes/square_12.png differ diff --git a/data/brushes/square_24.png b/data/brushes/square_24.png index 3d4962e33..404238e9f 100644 Binary files a/data/brushes/square_24.png and b/data/brushes/square_24.png differ diff --git a/data/brushes/square_36.png b/data/brushes/square_36.png index 2bb85f66c..29ee6c23f 100644 Binary files a/data/brushes/square_36.png and b/data/brushes/square_36.png differ diff --git a/data/brushes/square_seethru.png b/data/brushes/square_seethru.png index 6fa8e6703..a6027b7c2 100644 Binary files a/data/brushes/square_seethru.png and b/data/brushes/square_seethru.png differ diff --git a/data/brushes/tiny.png b/data/brushes/tiny.png index 8fb814303..7b30f8fc4 100644 Binary files a/data/brushes/tiny.png and b/data/brushes/tiny.png differ diff --git a/data/images/fills/brush.png b/data/images/fills/brush.png index 6803497b4..f3e23d51a 100644 Binary files a/data/images/fills/brush.png and b/data/images/fills/brush.png differ diff --git a/data/images/fills/gradient_linear.png b/data/images/fills/gradient_linear.png index fbdf3cb21..95d0382f6 100644 Binary files a/data/images/fills/gradient_linear.png and b/data/images/fills/gradient_linear.png differ diff --git a/data/images/fills/gradient_radial.png b/data/images/fills/gradient_radial.png index 62dbaf645..fe7c73261 100644 Binary files a/data/images/fills/gradient_radial.png and b/data/images/fills/gradient_radial.png differ diff --git a/data/images/fills/solid.png b/data/images/fills/solid.png index 1d02c8720..68168408b 100644 Binary files a/data/images/fills/solid.png and b/data/images/fills/solid.png differ diff --git a/data/images/shapes/heptagon.png b/data/images/shapes/heptagon.png index 8720de47e..e7ee03a13 100644 Binary files a/data/images/shapes/heptagon.png and b/data/images/shapes/heptagon.png differ diff --git a/data/images/shapes/heptagon_f.png b/data/images/shapes/heptagon_f.png index cbd2563de..9960977fe 100644 Binary files a/data/images/shapes/heptagon_f.png and b/data/images/shapes/heptagon_f.png differ diff --git a/data/images/shapes/hexagon.png b/data/images/shapes/hexagon.png index 7c97b24a8..47e4604e8 100644 Binary files a/data/images/shapes/hexagon.png and b/data/images/shapes/hexagon.png differ diff --git a/data/images/shapes/hexagon_f.png b/data/images/shapes/hexagon_f.png index cc07b3faf..3e9ad249e 100644 Binary files a/data/images/shapes/hexagon_f.png and b/data/images/shapes/hexagon_f.png differ diff --git a/data/images/shapes/octagon_f.png b/data/images/shapes/octagon_f.png index f1739fb7b..e28707e01 100644 Binary files a/data/images/shapes/octagon_f.png and b/data/images/shapes/octagon_f.png differ diff --git a/data/images/shapes/rectangle.png b/data/images/shapes/rectangle.png index c023b7548..d15a370ef 100644 Binary files a/data/images/shapes/rectangle.png and b/data/images/shapes/rectangle.png differ diff --git a/data/images/shapes/rectangle_f.png b/data/images/shapes/rectangle_f.png index 566dc1868..3e91d9141 100644 Binary files a/data/images/shapes/rectangle_f.png and b/data/images/shapes/rectangle_f.png differ diff --git a/data/images/shapes/square.png b/data/images/shapes/square.png index ed62f994b..8bde4a29e 100644 Binary files a/data/images/shapes/square.png and b/data/images/shapes/square.png differ diff --git a/data/images/shapes/square_f.png b/data/images/shapes/square_f.png index f868aa9d4..145b0dfd4 100644 Binary files a/data/images/shapes/square_f.png and b/data/images/shapes/square_f.png differ diff --git a/data/images/shapes/star3p.png b/data/images/shapes/star3p.png index dbfc57401..050366cc8 100644 Binary files a/data/images/shapes/star3p.png and b/data/images/shapes/star3p.png differ diff --git a/data/images/shapes/star3p_f.png b/data/images/shapes/star3p_f.png index 92a159581..402650458 100644 Binary files a/data/images/shapes/star3p_f.png and b/data/images/shapes/star3p_f.png differ diff --git a/data/images/shapes/star4p.png b/data/images/shapes/star4p.png index bde4c1399..6b1562d56 100644 Binary files a/data/images/shapes/star4p.png and b/data/images/shapes/star4p.png differ diff --git a/data/images/shapes/star4p_f.png b/data/images/shapes/star4p_f.png index b38b6f03c..cb711f6f8 100644 Binary files a/data/images/shapes/star4p_f.png and b/data/images/shapes/star4p_f.png differ diff --git a/data/images/shapes/star5p.png b/data/images/shapes/star5p.png index b6d387897..5e69f5f7e 100644 Binary files a/data/images/shapes/star5p.png and b/data/images/shapes/star5p.png differ diff --git a/data/images/shapes/star5p_f.png b/data/images/shapes/star5p_f.png index c99345a22..2ffa4cc67 100644 Binary files a/data/images/shapes/star5p_f.png and b/data/images/shapes/star5p_f.png differ diff --git a/data/images/tools/label_apply.png b/data/images/tools/label_apply.png index e42c95115..8b826b2df 100644 Binary files a/data/images/tools/label_apply.png and b/data/images/tools/label_apply.png differ diff --git a/data/images/tools/text.png b/data/images/tools/text.png index 9b4174f22..108e714e5 100644 Binary files a/data/images/tools/text.png and b/data/images/tools/text.png differ diff --git a/data/images/tux/default.png b/data/images/tux/default.png index 0e302af61..a3165f633 100644 Binary files a/data/images/tux/default.png and b/data/images/tux/default.png differ diff --git a/data/images/tux/great.png b/data/images/tux/great.png index fb17ee718..32569e8c2 100644 Binary files a/data/images/tux/great.png and b/data/images/tux/great.png differ diff --git a/data/images/tux/oops.png b/data/images/tux/oops.png index ebec972f1..42cffa73d 100644 Binary files a/data/images/tux/oops.png and b/data/images/tux/oops.png differ diff --git a/data/images/tuxpaint-installer-icon-32x32.png b/data/images/tuxpaint-installer-icon-32x32.png index 225e47e70..2060978da 100644 Binary files a/data/images/tuxpaint-installer-icon-32x32.png and b/data/images/tuxpaint-installer-icon-32x32.png differ diff --git a/data/images/tuxpaint-installer-icon-48x48.png b/data/images/tuxpaint-installer-icon-48x48.png index 71b3ea956..f721ce868 100644 Binary files a/data/images/tuxpaint-installer-icon-48x48.png and b/data/images/tuxpaint-installer-icon-48x48.png differ diff --git a/data/images/ui/brush_anim.png b/data/images/ui/brush_anim.png index 1c7336087..be27719d6 100644 Binary files a/data/images/ui/brush_anim.png and b/data/images/ui/brush_anim.png differ diff --git a/data/images/ui/brush_dir.png b/data/images/ui/brush_dir.png index 04c445715..420df1c5c 100644 Binary files a/data/images/ui/brush_dir.png and b/data/images/ui/brush_dir.png differ diff --git a/data/images/ui/btn_hold.png b/data/images/ui/btn_hold.png index 4ccc0b9e0..12c3c9f6b 100644 Binary files a/data/images/ui/btn_hold.png and b/data/images/ui/btn_hold.png differ diff --git a/data/images/ui/cmix.png b/data/images/ui/cmix.png index c5089c1a1..12d76cf5b 100644 Binary files a/data/images/ui/cmix.png and b/data/images/ui/cmix.png differ diff --git a/data/images/ui/color_picker_val.png b/data/images/ui/color_picker_val.png index f075676f4..1d01dc87a 100644 Binary files a/data/images/ui/color_picker_val.png and b/data/images/ui/color_picker_val.png differ diff --git a/data/images/ui/csel.png b/data/images/ui/csel.png index 029e45401..35222e211 100644 Binary files a/data/images/ui/csel.png and b/data/images/ui/csel.png differ diff --git a/data/images/ui/erase.png b/data/images/ui/erase.png index 1c417d11d..cf9f5531e 100644 Binary files a/data/images/ui/erase.png and b/data/images/ui/erase.png differ diff --git a/data/images/ui/flip.png b/data/images/ui/flip.png index 247dea9ba..4fe8fd641 100644 Binary files a/data/images/ui/flip.png and b/data/images/ui/flip.png differ diff --git a/data/images/ui/gif_export.png b/data/images/ui/gif_export.png index 3a53800e7..33fee17d4 100644 Binary files a/data/images/ui/gif_export.png and b/data/images/ui/gif_export.png differ diff --git a/data/images/ui/magic_fullscreen.png b/data/images/ui/magic_fullscreen.png index 9bbb9a575..1ee4ae926 100644 Binary files a/data/images/ui/magic_fullscreen.png and b/data/images/ui/magic_fullscreen.png differ diff --git a/data/images/ui/paintcan.png b/data/images/ui/paintcan.png index 0e3be529a..ad0034f07 100644 Binary files a/data/images/ui/paintcan.png and b/data/images/ui/paintcan.png differ diff --git a/data/images/ui/pict_export.png b/data/images/ui/pict_export.png index 180fa7bcf..36fe6ddcb 100644 Binary files a/data/images/ui/pict_export.png and b/data/images/ui/pict_export.png differ diff --git a/data/images/ui/play.png b/data/images/ui/play.png index 66d35e3fd..c9e37aad2 100644 Binary files a/data/images/ui/play.png and b/data/images/ui/play.png differ diff --git a/data/images/ui/popup_arrow.png b/data/images/ui/popup_arrow.png index db83d1f95..c11bba050 100644 Binary files a/data/images/ui/popup_arrow.png and b/data/images/ui/popup_arrow.png differ diff --git a/data/images/ui/printer.png b/data/images/ui/printer.png index 06832fce2..a48724d0f 100644 Binary files a/data/images/ui/printer.png and b/data/images/ui/printer.png differ diff --git a/data/images/ui/progress.png b/data/images/ui/progress.png index 8d0371369..b0e23dad1 100644 Binary files a/data/images/ui/progress.png and b/data/images/ui/progress.png differ diff --git a/data/images/ui/scroll_down.png b/data/images/ui/scroll_down.png index d6753e046..56a7f0c05 100644 Binary files a/data/images/ui/scroll_down.png and b/data/images/ui/scroll_down.png differ diff --git a/data/images/ui/scroll_up.png b/data/images/ui/scroll_up.png index 8b215ad5d..c73ca676e 100644 Binary files a/data/images/ui/scroll_up.png and b/data/images/ui/scroll_up.png differ diff --git a/data/images/ui/select_digits.png b/data/images/ui/select_digits.png index 24756edff..be125df80 100644 Binary files a/data/images/ui/select_digits.png and b/data/images/ui/select_digits.png differ diff --git a/data/images/ui/shapes_center.png b/data/images/ui/shapes_center.png index 6ff8ac632..0aa0f700c 100644 Binary files a/data/images/ui/shapes_center.png and b/data/images/ui/shapes_center.png differ diff --git a/data/images/ui/shapes_corner.png b/data/images/ui/shapes_corner.png index a9d5e89ca..a58417f72 100644 Binary files a/data/images/ui/shapes_corner.png and b/data/images/ui/shapes_corner.png differ diff --git a/data/images/ui/trash.png b/data/images/ui/trash.png index 5e86a7c42..ccea932a2 100644 Binary files a/data/images/ui/trash.png and b/data/images/ui/trash.png differ diff --git a/docs/CHANGES.txt b/docs/CHANGES.txt index 0780ff213..46465e5e8 100644 --- a/docs/CHANGES.txt +++ b/docs/CHANGES.txt @@ -7,13 +7,33 @@ Various contributors (see below, and AUTHORS.txt) http://www.tuxpaint.org/ -2022.July.02 (0.9.29) +2022.July.3 (0.9.29) * Bug Fixes: ---------- * Opening and immediately dismissing Color Mixer could cause an unexpected color to be chosen. h/t @kentonyanamin on Twitter for reporting. Closes https://sourceforge.net/p/tuxpaint/bugs/251/ + Bill Kendrick + + * Line shape could report "360 degrees", which should be "0 degrees". + h/t Karl Ove Hufthammer for the report + Closes https://sourceforge.net/p/tuxpaint/bugs/255/ + Bill Kendrick + + * Some Magic tools did not change descriptions when switching + from paint to full-canvas mode. + + Emboss + + Drip + h/t Karl Ove Hufthammer for the reports + (https://sourceforge.net/p/tuxpaint/bugs/256/ + https://sourceforge.net/p/tuxpaint/bugs/257/) + Pere Pujal i Carabantes + & Bill Kendrick + + * Full-screen Drip magic effect didn't work well + Pere Pujal i Carabantes + Closes https://sourceforge.net/p/tuxpaint/bugs/256/ * Other Improvements: ------------------- @@ -31,6 +51,10 @@ http://www.tuxpaint.org/ the file permanently. Mark Kim + * Processed PNG images through `pngout` to increase some compression + (also corrects some warnings being reported by libpng (via SDL_image); + h/t Tim Dickson, closes https://sourceforge.net/p/tuxpaint/bugs/252/) + * Ports & Building: ----------------- * Change name of Tux Paint config. files from ".conf" to ".cfg" @@ -71,9 +95,15 @@ http://www.tuxpaint.org/ Terrence Sheflin Pere Pujal i Carabantes - * Compatibility with SDL2_Pango 0.1.3. + * SDL2.0 version: Compatibility with SDL2_Pango 0.1.3. Mark Kim + * New tool, "test-png", which exercises libpng library on + a set of PNG image files, allowing us to find those which + cause Tux Paint (via SDL_image, in turn via libpng) to + report back warnings to STDERR. + h/t Tim Dickson, per https://sourceforge.net/p/tuxpaint/bugs/252/ + * Documentation updates: --------------------- * Update macOS build instructions for SDL2.0. @@ -84,6 +114,9 @@ http://www.tuxpaint.org/ * Catalan translation Pere Pujal i Carabantes + * Norwegian Nynorsk translation + Karl Ove Hufthammer + 2022.June.4 (0.9.28) * Improvements to "Paint" and "Lines" tools: ------------------------------------------ diff --git a/docs/html/images/colors_mixer.png b/docs/html/images/colors_mixer.png index 271e330ab..47f87100d 100644 Binary files a/docs/html/images/colors_mixer.png and b/docs/html/images/colors_mixer.png differ diff --git a/docs/html/images/colors_special.png b/docs/html/images/colors_special.png index 552b96a55..60b3505e2 100644 Binary files a/docs/html/images/colors_special.png and b/docs/html/images/colors_special.png differ diff --git a/docs/html/images/ex_colorable.png b/docs/html/images/ex_colorable.png index 8eb3a42e2..817e54ea0 100644 Binary files a/docs/html/images/ex_colorable.png and b/docs/html/images/ex_colorable.png differ diff --git a/docs/html/images/open_open.png b/docs/html/images/open_open.png index 88a072287..f3a020c15 100644 Binary files a/docs/html/images/open_open.png and b/docs/html/images/open_open.png differ diff --git a/docs/html/images/tool_lines.png b/docs/html/images/tool_lines.png index b37b04bf3..8425c98bc 100644 Binary files a/docs/html/images/tool_lines.png and b/docs/html/images/tool_lines.png differ diff --git a/docs/html/images/tool_paint.png b/docs/html/images/tool_paint.png index a76ef82ea..4800421ce 100644 Binary files a/docs/html/images/tool_paint.png and b/docs/html/images/tool_paint.png differ diff --git a/docs/html/images/tool_print.png b/docs/html/images/tool_print.png index c17f006e2..973f01420 100644 Binary files a/docs/html/images/tool_print.png and b/docs/html/images/tool_print.png differ diff --git a/docs/html/images/tool_save.png b/docs/html/images/tool_save.png index 25f8e4780..41f3059ec 100644 Binary files a/docs/html/images/tool_save.png and b/docs/html/images/tool_save.png differ diff --git a/magic/icons/blocks.png b/magic/icons/blocks.png index d90f37ac8..36f0c7a8e 100644 Binary files a/magic/icons/blocks.png and b/magic/icons/blocks.png differ diff --git a/magic/icons/calligraphy_brush.png b/magic/icons/calligraphy_brush.png index 25127fd14..e398042b9 100644 Binary files a/magic/icons/calligraphy_brush.png and b/magic/icons/calligraphy_brush.png differ diff --git a/magic/icons/checkerboard.png b/magic/icons/checkerboard.png index 711588474..d7dcfa4a7 100644 Binary files a/magic/icons/checkerboard.png and b/magic/icons/checkerboard.png differ diff --git a/magic/icons/clone.png b/magic/icons/clone.png index 0d96d7716..aedfa9b81 100644 Binary files a/magic/icons/clone.png and b/magic/icons/clone.png differ diff --git a/magic/icons/colornwhite.png b/magic/icons/colornwhite.png index 802f3435d..d0af891b9 100644 Binary files a/magic/icons/colornwhite.png and b/magic/icons/colornwhite.png differ diff --git a/magic/icons/emboss.png b/magic/icons/emboss.png index 050967bf8..eb4d37e22 100644 Binary files a/magic/icons/emboss.png and b/magic/icons/emboss.png differ diff --git a/magic/icons/fisheye.png b/magic/icons/fisheye.png index 9e0363109..210f7b289 100644 Binary files a/magic/icons/fisheye.png and b/magic/icons/fisheye.png differ diff --git a/magic/icons/flip.png b/magic/icons/flip.png index 247dea9ba..4fe8fd641 100644 Binary files a/magic/icons/flip.png and b/magic/icons/flip.png differ diff --git a/magic/icons/flower_base.png b/magic/icons/flower_base.png index 5a9b58172..48b307ce3 100644 Binary files a/magic/icons/flower_base.png and b/magic/icons/flower_base.png differ diff --git a/magic/icons/fretwork.png b/magic/icons/fretwork.png index 2adb4f930..79b498af8 100644 Binary files a/magic/icons/fretwork.png and b/magic/icons/fretwork.png differ diff --git a/magic/icons/grass.png b/magic/icons/grass.png index 9309543b1..fbd4abf60 100644 Binary files a/magic/icons/grass.png and b/magic/icons/grass.png differ diff --git a/magic/icons/halftone.png b/magic/icons/halftone.png index 1fd8c591e..423dfc125 100644 Binary files a/magic/icons/halftone.png and b/magic/icons/halftone.png differ diff --git a/magic/icons/kal_pattern.png b/magic/icons/kal_pattern.png index d6193ec1d..86d25cbcb 100644 Binary files a/magic/icons/kal_pattern.png and b/magic/icons/kal_pattern.png differ diff --git a/magic/icons/lightning.png b/magic/icons/lightning.png index ce563675e..566b338a8 100644 Binary files a/magic/icons/lightning.png and b/magic/icons/lightning.png differ diff --git a/magic/icons/mosaic.png b/magic/icons/mosaic.png index c92290b2d..fe17aa4a7 100644 Binary files a/magic/icons/mosaic.png and b/magic/icons/mosaic.png differ diff --git a/magic/icons/mosaic_shaped_irregular.png b/magic/icons/mosaic_shaped_irregular.png index d6e4a9877..82306f899 100644 Binary files a/magic/icons/mosaic_shaped_irregular.png and b/magic/icons/mosaic_shaped_irregular.png differ diff --git a/magic/icons/mosaic_shaped_square.png b/magic/icons/mosaic_shaped_square.png index dbff89d4b..41d5901d2 100644 Binary files a/magic/icons/mosaic_shaped_square.png and b/magic/icons/mosaic_shaped_square.png differ diff --git a/magic/icons/opposite.png b/magic/icons/opposite.png index bbfca86c1..1d0b3d5b2 100644 Binary files a/magic/icons/opposite.png and b/magic/icons/opposite.png differ diff --git a/magic/icons/panels.png b/magic/icons/panels.png index 7da5adb71..f34c81e45 100644 Binary files a/magic/icons/panels.png and b/magic/icons/panels.png differ diff --git a/magic/icons/picasso.png b/magic/icons/picasso.png index 9f7b9ca1a..39945f687 100644 Binary files a/magic/icons/picasso.png and b/magic/icons/picasso.png differ diff --git a/magic/icons/pixels.png b/magic/icons/pixels.png index 7cba4f51b..dda3122ff 100644 Binary files a/magic/icons/pixels.png and b/magic/icons/pixels.png differ diff --git a/magic/icons/puzzle.png b/magic/icons/puzzle.png index 2cae6b944..e841bf8ab 100644 Binary files a/magic/icons/puzzle.png and b/magic/icons/puzzle.png differ diff --git a/magic/icons/rails.png b/magic/icons/rails.png index 51f7c17f5..af3300ca6 100644 Binary files a/magic/icons/rails.png and b/magic/icons/rails.png differ diff --git a/magic/icons/rails_one.png b/magic/icons/rails_one.png index 3ebdc7366..5285a6af9 100644 Binary files a/magic/icons/rails_one.png and b/magic/icons/rails_one.png differ diff --git a/magic/icons/realrainbow-roygbiv-colors.png b/magic/icons/realrainbow-roygbiv-colors.png index f7b49d611..d87310b61 100644 Binary files a/magic/icons/realrainbow-roygbiv-colors.png and b/magic/icons/realrainbow-roygbiv-colors.png differ diff --git a/magic/icons/realrainbow-roygbiv.png b/magic/icons/realrainbow-roygbiv.png index f0cb76a22..3b26e1570 100644 Binary files a/magic/icons/realrainbow-roygbiv.png and b/magic/icons/realrainbow-roygbiv.png differ diff --git a/magic/icons/reflection.png b/magic/icons/reflection.png index 06ab8348c..08b1d9d4e 100644 Binary files a/magic/icons/reflection.png and b/magic/icons/reflection.png differ diff --git a/magic/icons/ripples.png b/magic/icons/ripples.png index 9697d26ba..39a1329ee 100644 Binary files a/magic/icons/ripples.png and b/magic/icons/ripples.png differ diff --git a/magic/icons/rush.png b/magic/icons/rush.png index a8d941198..24d15421c 100644 Binary files a/magic/icons/rush.png and b/magic/icons/rush.png differ diff --git a/magic/icons/sharpen.png b/magic/icons/sharpen.png index 561f5cbac..25f89ce1a 100644 Binary files a/magic/icons/sharpen.png and b/magic/icons/sharpen.png differ diff --git a/magic/icons/silhouette.png b/magic/icons/silhouette.png index f66634a2c..a9a7199a4 100644 Binary files a/magic/icons/silhouette.png and b/magic/icons/silhouette.png differ diff --git a/magic/icons/stretch.png b/magic/icons/stretch.png index 870f08de1..87b5ab3fe 100644 Binary files a/magic/icons/stretch.png and b/magic/icons/stretch.png differ diff --git a/magic/icons/string_art_angles.png b/magic/icons/string_art_angles.png index 985fe63a6..2801fe8c9 100644 Binary files a/magic/icons/string_art_angles.png and b/magic/icons/string_art_angles.png differ diff --git a/magic/icons/string_art_full_by_offset.png b/magic/icons/string_art_full_by_offset.png index 7c0c73e4e..8e68f939d 100644 Binary files a/magic/icons/string_art_full_by_offset.png and b/magic/icons/string_art_full_by_offset.png differ diff --git a/magic/icons/tilezoom.png b/magic/icons/tilezoom.png index 930f67b91..f074a7f9d 100644 Binary files a/magic/icons/tilezoom.png and b/magic/icons/tilezoom.png differ diff --git a/magic/icons/toothpaste.png b/magic/icons/toothpaste.png index 9792b9fd0..66964e0e0 100644 Binary files a/magic/icons/toothpaste.png and b/magic/icons/toothpaste.png differ diff --git a/magic/icons/tornado.png b/magic/icons/tornado.png index cdfa119db..c3864efa1 100644 Binary files a/magic/icons/tornado.png and b/magic/icons/tornado.png differ diff --git a/magic/icons/tornado_cloud.png b/magic/icons/tornado_cloud.png index b632032a4..2ab9921d9 100644 Binary files a/magic/icons/tornado_cloud.png and b/magic/icons/tornado_cloud.png differ diff --git a/magic/icons/tv.png b/magic/icons/tv.png index 2a01c860d..75c9895fa 100644 Binary files a/magic/icons/tv.png and b/magic/icons/tv.png differ diff --git a/magic/icons/wavelet.png b/magic/icons/wavelet.png index 57bf67eba..286f6ad39 100644 Binary files a/magic/icons/wavelet.png and b/magic/icons/wavelet.png differ diff --git a/magic/icons/xor.png b/magic/icons/xor.png index a1d0ebcd0..c46938f3e 100644 Binary files a/magic/icons/xor.png and b/magic/icons/xor.png differ diff --git a/magic/icons/zoom.png b/magic/icons/zoom.png index 7dc5b5f31..9f0e3ed83 100644 Binary files a/magic/icons/zoom.png and b/magic/icons/zoom.png differ diff --git a/magic/src/blocks_chalk_drip.c b/magic/src/blocks_chalk_drip.c index 21662db41..2fed94b8c 100644 --- a/magic/src/blocks_chalk_drip.c +++ b/magic/src/blocks_chalk_drip.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$ */ @@ -171,7 +171,14 @@ char *blocks_chalk_drip_get_description(magic_api * api ATTRIBUTE_UNUSED, int wh } else if (which == TOOL_DRIP) { - return (strdup(gettext_noop("Click and drag the mouse around to make the picture drip."))); + if (mode == MODE_PAINT) + { + return (strdup(gettext_noop("Click and drag the mouse around to make the picture drip."))); + } + else + { + return (strdup(gettext_noop("Click to make the entire picture drip."))); + } } return (NULL); @@ -324,13 +331,25 @@ void blocks_chalk_drip_click(magic_api * api, int which, int mode, if (mode == MODE_PAINT) { blocks_chalk_drip_drag(api, which, canvas, last, x, y, x, y, update_rect); } else /* MODE_FULLSCREEN */ { - for (y = 0; y < canvas->h; y += EFFECT_REZ) { - if (y % 10 == 0) { - api->update_progress_bar(); + if (which != TOOL_DRIP) { + for (y = 0; y < canvas->h; y += EFFECT_REZ) { + if (y % 10 == 0) { + api->update_progress_bar(); + } + for (x = 0; x < canvas->w; x += EFFECT_REZ) { + blocks_chalk_drip_linecb(api, which, canvas, last, x, y); + } } - - for (x = 0; x < canvas->w; x += EFFECT_REZ) { - blocks_chalk_drip_linecb(api, which, canvas, last, x, y); + } else { + /* Drip (works from bottom-to-top) */ + int p = (canvas->h -1) % 10; + for (y = canvas->h -1; y >= 0; y -= EFFECT_REZ) { + if ((y + p) % 10 == 0) { + api->update_progress_bar(); + } + for (x = 0; x < canvas->w; x += EFFECT_REZ) { + blocks_chalk_drip_linecb(api, which, canvas, last, x, y); + } } } update_rect->x = 0; diff --git a/magic/src/emboss.c b/magic/src/emboss.c index 6cd6b3da7..b9792a0e6 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/org.tuxpaint.Tuxpaint.appdata.xml.in b/src/org.tuxpaint.Tuxpaint.appdata.xml.in index b0ba9a5bb..216eb1116 100644 --- a/src/org.tuxpaint.Tuxpaint.appdata.xml.in +++ b/src/org.tuxpaint.Tuxpaint.appdata.xml.in @@ -6,7 +6,7 @@ CC0-1.0 GPL-3.0+ Tux Paint - A drawing program for children. + A drawing program for children

Tux Paint is a free, award-winning drawing program for children ages 3 to diff --git a/src/po/ach.po b/src/po/ach.po index 7549b3869..d0f83a120 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:39-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 -msgid "A drawing program for children." -msgstr "Purugram me goyo cal pa lutino." +#: ../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." @@ -1403,12 +1403,18 @@ msgstr "Dii ci iywa ladic iyi akina ne wek ilok cal kun dwoko ne igoc ma coka." msgid "Click to turn the entire picture into a chalk drawing." msgstr "Dii ci iywa ladic iyi akina ne wek ilok cal kun dwoko ne igoc ma coka." -#: ../../magic/src/blocks_chalk_drip.c:174 +#: ../../magic/src/blocks_chalk_drip.c:176 #, fuzzy #| msgid "Click and move the mouse around to make the picture drip." msgid "Click and drag the mouse around to make the picture drip." msgstr "Dii ci iywa ladic iyi akina ne wek omi ton pa cal." +#: ../../magic/src/blocks_chalk_drip.c:180 +#, fuzzy +#| msgid "Click to sharpen the entire picture." +msgid "Click to make the entire picture drip." +msgstr "Dii wek ipak cal mamegi weng." + #: ../../magic/src/blur.c:81 msgid "Blur" msgstr "Ma laribiribi." @@ -1507,10 +1513,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 22240d3f2..2dd607f1d 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:39-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 -msgid "A drawing program for children." -msgstr "'n Tekenprogram vir kinders." +#: ../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." @@ -1402,10 +1402,16 @@ msgid "Click to turn the entire picture into a chalk drawing." msgstr "" "Klik en beweeg die muis om die prent na 'n bordkryt-tekening te verander." -#: ../../magic/src/blocks_chalk_drip.c:174 +#: ../../magic/src/blocks_chalk_drip.c:176 msgid "Click and drag the mouse around to make the picture drip." msgstr "Klik en beweeg die muis om die prent te laat afdrup." +#: ../../magic/src/blocks_chalk_drip.c:180 +#, fuzzy +#| msgid "Click to sharpen the entire picture." +msgid "Click to make the entire picture drip." +msgstr "Klik om die hele prent skerper te maak." + #: ../../magic/src/blur.c:81 msgid "Blur" msgstr "Verwaas" @@ -1495,10 +1501,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 ffddc6996..353723c7a 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:39-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 -msgid "A drawing program for children." -msgstr "Mmɔfra drɔɔye nhyehyɛye." +#: ../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." @@ -1400,12 +1400,18 @@ msgstr "Kleeke na twe mauso no dane nfonyin no ɛnyɛ sɛ kyɔɔkɔ drɔɔe." msgid "Click to turn the entire picture into a chalk drawing." msgstr "Kleeke na twe mauso no dane nfonyin no ɛnyɛ sɛ kyɔɔkɔ drɔɔe." -#: ../../magic/src/blocks_chalk_drip.c:174 +#: ../../magic/src/blocks_chalk_drip.c:176 #, fuzzy #| msgid "Click and move the mouse around to make the picture drip." msgid "Click and drag the mouse around to make the picture drip." msgstr "Kleeke na twe mauso no ma nfonyin no dreepe." +#: ../../magic/src/blocks_chalk_drip.c:180 +#, fuzzy +#| msgid "Click to sharpen the entire picture." +msgid "Click to make the entire picture drip." +msgstr "Cleeke na nfonyin no ani nnahɔ." + #: ../../magic/src/blur.c:81 msgid "Blur" msgstr "Wesee" @@ -1504,10 +1510,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 4b1259491..f0c37c139 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:39-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 -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 " @@ -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." @@ -1401,12 +1401,18 @@ msgstr " ስአሉን ወደ ጠመኔ አሳሳልነት ለመቀየር አ msgid "Click to turn the entire picture into a chalk drawing." msgstr " ስአሉን ወደ ጠመኔ አሳሳልነት ለመቀየር አዝራሩን ጠቅ አድርገውና በዙሪያው አንቀሳቅስ። " -#: ../../magic/src/blocks_chalk_drip.c:174 +#: ../../magic/src/blocks_chalk_drip.c:176 #, fuzzy #| msgid "Click and move the mouse around to make the picture drip." msgid "Click and drag the mouse around to make the picture drip." msgstr "የነጠብጣብ ስአል ለማድረግ አዝራሩን ጠቅ አድርገውና በዙሪያው አንቀሳቅስ። " +#: ../../magic/src/blocks_chalk_drip.c:180 +#, fuzzy +#| msgid "Click to sharpen the entire picture." +msgid "Click to make the entire picture drip." +msgstr "አጠቃላይ ስዕሉን ለመቅረጽ ጠቅ አድርግ። " + #: ../../magic/src/blur.c:81 msgid "Blur" msgstr " ደብዛዛ" @@ -1505,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/an.po b/src/po/an.po index 2b22a9dfd..ca30c90d2 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:39-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 -msgid "A drawing program for children." -msgstr "Un programa de dibuixo pa ninos." +#: ../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." @@ -1406,10 +1406,16 @@ msgid "Click to turn the entire picture into a chalk drawing." msgstr "" "Fe clic y arrociega lo ratet pa que lo dibuixo pareixca feito con clarión." -#: ../../magic/src/blocks_chalk_drip.c:174 +#: ../../magic/src/blocks_chalk_drip.c:176 msgid "Click and drag the mouse around to make the picture drip." msgstr "Fe clic y arrociega lo ratet pa fer gotiar lo dibuixo." +#: ../../magic/src/blocks_chalk_drip.c:180 +#, fuzzy +#| msgid "Click to sharpen the entire picture." +msgid "Click to make the entire picture drip." +msgstr "Fe clic pa enfocar tot lo dibuixo." + #: ../../magic/src/blur.c:81 msgid "Blur" msgstr "Difuminar" @@ -1499,10 +1505,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 f0bf443ab..30b82bfeb 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:39-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 -msgid "A drawing program for children." -msgstr "برنامج رسومات للأطفال." +#: ../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." @@ -1423,12 +1423,18 @@ msgstr "انقر وحرّكُ الفأرة على الصورة لتحويلها msgid "Click to turn the entire picture into a chalk drawing." msgstr "انقر وحرّكُ الفأرة على الصورة لتحويلها إلى رسمة طبشورية." -#: ../../magic/src/blocks_chalk_drip.c:174 +#: ../../magic/src/blocks_chalk_drip.c:176 #, fuzzy #| msgid "Click and move the mouse around to make the picture drip." msgid "Click and drag the mouse around to make the picture drip." msgstr "انقر وحرّكُ الفأرة على الصورة لتحويلها إلى قطرات." +#: ../../magic/src/blocks_chalk_drip.c:180 +#, fuzzy +#| msgid "Click to sharpen the entire picture." +msgid "Click to make the entire picture drip." +msgstr "انقر الفأره لجعل صورتك اكثر حده و وضوحا" + #: ../../magic/src/blur.c:81 msgid "Blur" msgstr "تمويه , شىء ضبابي" @@ -1527,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/as.po b/src/po/as.po index 12f6b79e7..5f69dbe2b 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:39-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 -msgid "A drawing program for children." -msgstr "শিশুবোৰৰ কাৰণে এটা ড্ৰয়িংৰ কাৰ্য্যসূচী." +#: ../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." @@ -1409,12 +1409,18 @@ msgstr "" "ছবিটো এটা চক-পেঞ্চিল ড্ৰয়িং লৈ পৰিৱৰ্তন কৰিবলৈ মাউছটোত ক্লিক কৰক আৰু চাৰিওফালে " "ঘূৰাওক. " -#: ../../magic/src/blocks_chalk_drip.c:174 +#: ../../magic/src/blocks_chalk_drip.c:176 #, fuzzy #| msgid "Click and move the mouse around to make the picture drip." msgid "Click and drag the mouse around to make the picture drip." msgstr "ছবিটো টোপালৰ দৰে সজাবলৈ মাউছটোত ক্লিক কৰক আৰু চাৰিওফালে ঘূৰাওক. " +#: ../../magic/src/blocks_chalk_drip.c:180 +#, fuzzy +#| msgid "Click to sharpen the entire picture." +msgid "Click to make the entire picture drip." +msgstr "আপোনাৰ সম্পূৰ্ণ ছবিটোত তীক্ষ্ণ কৰিবলৈ ক্লিক কৰক." + #: ../../magic/src/blur.c:81 msgid "Blur" msgstr "অস্পষ্টটো" @@ -1515,10 +1521,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 e391c9380..5ce6130a6 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:39-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 -msgid "A drawing program for children." -msgstr "Un programa de dibuxu pa neños y neñes." +#: ../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." @@ -1404,12 +1404,18 @@ msgstr "Calca y arrastra'l mur pa que la imaxe paeza fecha con tiza." msgid "Click to turn the entire picture into a chalk drawing." msgstr "Calca y arrastra'l mur pa que la imaxe paeza fecha con tiza." -#: ../../magic/src/blocks_chalk_drip.c:174 +#: ../../magic/src/blocks_chalk_drip.c:176 #, fuzzy #| msgid "Click and move the mouse around to make the picture drip." msgid "Click and drag the mouse around to make the picture drip." msgstr "Calca y arrastra'l mur pa que la imaxe gotee." +#: ../../magic/src/blocks_chalk_drip.c:180 +#, fuzzy +#| msgid "Click to sharpen the entire picture." +msgid "Click to make the entire picture drip." +msgstr "Calca p'afilar tola imaxe." + #: ../../magic/src/blur.c:81 msgid "Blur" msgstr "Desenfocar" @@ -1508,10 +1514,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 d5d854150..8b55450d9 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:39-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 -msgid "A drawing program for children." -msgstr "Uşaqlar üçün rəsm proqramı." +#: ../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." @@ -1413,12 +1413,17 @@ msgstr "" "Şəkili tabaşir ilə çəkmək üçün mausun sol düyməsini bas və mausu hərəkətə " "gətir." -#: ../../magic/src/blocks_chalk_drip.c:174 +#: ../../magic/src/blocks_chalk_drip.c:176 #, fuzzy #| msgid "Click and move the mouse around to make the picture drip." msgid "Click and drag the mouse around to make the picture drip." msgstr "Şəkili sızmaq üçün mausun sol düyməsini bas və mausu hərəkətə gətir." +#: ../../magic/src/blocks_chalk_drip.c:180 +#, fuzzy +msgid "Click to make the entire picture drip." +msgstr "Şəkili güzgüdəki kimi görmək üçün mausun sol düyməsini bas." + #: ../../magic/src/blur.c:81 msgid "Blur" msgstr "Ləkə" @@ -1528,11 +1533,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 f15f0357e..562e6bc18 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:39-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 -msgid "A drawing program for children." -msgstr "Дзіцячая праграма для малявання." +#: ../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." @@ -1408,12 +1408,18 @@ msgstr "Націсніце і павадзіце па малюнку, каб р msgid "Click to turn the entire picture into a chalk drawing." msgstr "Націсніце і павадзіце па малюнку, каб размаляваць яго мелам." -#: ../../magic/src/blocks_chalk_drip.c:174 +#: ../../magic/src/blocks_chalk_drip.c:176 #, fuzzy #| msgid "Click and move the mouse around to make the picture drip." msgid "Click and drag the mouse around to make the picture drip." msgstr "Націсніце і павадзіце па малюнку, каб накапаць на яго." +#: ../../magic/src/blocks_chalk_drip.c:180 +#, fuzzy +#| msgid "Click to sharpen the entire picture." +msgid "Click to make the entire picture drip." +msgstr "Націсніце, каб павялічыць рэзкасць малюнку." + #: ../../magic/src/blur.c:81 msgid "Blur" msgstr "Размыццё" @@ -1513,10 +1519,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 516f394c7..3922492eb 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:39-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 -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 " @@ -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." @@ -1411,12 +1411,18 @@ msgstr "Натиснете и движете мишката, за да прев msgid "Click to turn the entire picture into a chalk drawing." msgstr "Натиснете и движете мишката, за да превърнете рисунката в тебеширена." -#: ../../magic/src/blocks_chalk_drip.c:174 +#: ../../magic/src/blocks_chalk_drip.c:176 #, fuzzy #| msgid "Click and move the mouse around to make the picture drip." msgid "Click and drag the mouse around to make the picture drip." msgstr "Натиснете и движете мишката, за да направите рисунката да капе." +#: ../../magic/src/blocks_chalk_drip.c:180 +#, fuzzy +#| msgid "Click to sharpen the entire picture." +msgid "Click to make the entire picture drip." +msgstr "Натиснете, за да изострите цялата рисунка." + #: ../../magic/src/blur.c:81 msgid "Blur" msgstr "Размазване" @@ -1514,10 +1520,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 2fbfbdb89..c72215974 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:39-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 -msgid "A drawing program for children." -msgstr "Demisɛnw ka ɲɛgɛn taabolo dɔ." +#: ../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." @@ -1403,12 +1403,18 @@ msgid "Click to turn the entire picture into a chalk drawing." msgstr "" "Kilike, i ka ɲinɛnin cɛɛnɛ ka ja yɛlɛma k’a kɛ i ko a ɲɛgɛnna ni lakɛrɛ ye." -#: ../../magic/src/blocks_chalk_drip.c:174 +#: ../../magic/src/blocks_chalk_drip.c:176 #, fuzzy #| msgid "Click and move the mouse around to make the picture drip." msgid "Click and drag the mouse around to make the picture drip." msgstr "Kilike, i ka ja yɛlɛma k’a kɛ I ko nɔgɔlan bɔnnen b’a kan." +#: ../../magic/src/blocks_chalk_drip.c:180 +#, fuzzy +#| msgid "Click to sharpen the entire picture." +msgid "Click to make the entire picture drip." +msgstr "Kilike, i ka ɲinɛnin cɛɛnɛ ka ja fan bɛɛ misɛnya." + #: ../../magic/src/blur.c:81 msgid "Blur" msgstr "ɲɛ malasali" @@ -1509,10 +1515,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 b46f99141..61bbbe589 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:39-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 -msgid "A drawing program for children." -msgstr "বাচ্চাদের জন্য অঙ্কন প্রোগ্রাম." +#: ../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." @@ -1402,12 +1402,18 @@ msgstr "ছবিটি একটি চক অঙ্কনে পরিণত msgid "Click to turn the entire picture into a chalk drawing." msgstr "ছবিটি একটি চক অঙ্কনে পরিণত করতে মাউস ক্লিক করুন এবং ঘোরান." -#: ../../magic/src/blocks_chalk_drip.c:174 +#: ../../magic/src/blocks_chalk_drip.c:176 #, fuzzy #| msgid "Click and move the mouse around to make the picture drip." msgid "Click and drag the mouse around to make the picture drip." msgstr "ছবিটি ঝরানো করতে মাউস ক্লিক করুন ও চারপাশে ঘোরান." +#: ../../magic/src/blocks_chalk_drip.c:180 +#, fuzzy +#| msgid "Click to sharpen the entire picture." +msgid "Click to make the entire picture drip." +msgstr "সমগ্র ছবিটি ধারালো করতে ক্লিক করুন." + #: ../../magic/src/blur.c:81 msgid "Blur" msgstr "অস্পষ্ট" @@ -1506,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/bo.po b/src/po/bo.po index 8dfaed59f..897389f6f 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:39-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 -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 " @@ -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." @@ -1340,10 +1340,14 @@ msgstr "" msgid "Click to turn the entire picture into a chalk drawing." msgstr "" -#: ../../magic/src/blocks_chalk_drip.c:174 +#: ../../magic/src/blocks_chalk_drip.c:176 msgid "Click and drag the mouse around to make the picture drip." msgstr "" +#: ../../magic/src/blocks_chalk_drip.c:180 +msgid "Click to make the entire picture drip." +msgstr "" + #: ../../magic/src/blur.c:81 msgid "Blur" msgstr "gsl.l.m.gsl." @@ -1427,10 +1431,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 16c9642ba..32a1fdb33 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:39-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 -msgid "A drawing program for children." -msgstr "Ur meziant tresañ evit ar vugale." +#: ../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." @@ -1406,12 +1406,17 @@ msgid "Click to turn the entire picture into a chalk drawing." msgstr "" "Klik ha fiñv al logodenn evit cheñch ar skeudenn en un dresadenn gleiz." -#: ../../magic/src/blocks_chalk_drip.c:174 +#: ../../magic/src/blocks_chalk_drip.c:176 #, fuzzy #| msgid "Click and move the mouse around to make the picture drip." msgid "Click and drag the mouse around to make the picture drip." msgstr "Klik ha fiñv al logodenn evit lakaat ar skeudenn da c'hlebiañ." +#: ../../magic/src/blocks_chalk_drip.c:180 +#, fuzzy +msgid "Click to make the entire picture drip." +msgstr "Klik evit kaout ar skeudenn en ur melezour." + #: ../../magic/src/blur.c:81 msgid "Blur" msgstr "Luziañ" @@ -1510,11 +1515,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 e86a5431e..f478add09 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:39-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 -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 " @@ -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." @@ -1404,12 +1404,18 @@ msgstr "सावगारिखौ सक आखिनायाव सोला msgid "Click to turn the entire picture into a chalk drawing." msgstr "सावगारिखौ सक आखिनायाव सोलायहोनो माउसखौ क्लिक खालाम आरो लोरिहो।" -#: ../../magic/src/blocks_chalk_drip.c:174 +#: ../../magic/src/blocks_chalk_drip.c:176 #, fuzzy #| msgid "Click and move the mouse around to make the picture drip." msgid "Click and drag the mouse around to make the picture drip." msgstr "सावगारि ड्रिप बानायनो माउसखौ क्लिक खालाम आरो लोरिहो।" +#: ../../magic/src/blocks_chalk_drip.c:180 +#, fuzzy +#| msgid "Click to sharpen the entire picture." +msgid "Click to make the entire picture drip." +msgstr "आबुं सावगारिखौ गोफार खालामनो क्लिक खालाम।" + #: ../../magic/src/blur.c:81 msgid "Blur" msgstr "नुसारै" @@ -1508,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/bs.po b/src/po/bs.po index 628c29355..9b1e88ce5 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:39-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 -msgid "A drawing program for children." +#: ../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." @@ -1503,12 +1503,19 @@ msgid "Click to turn the entire picture into a chalk drawing." msgstr "Klikni i pomjeraj mišem da bi pretvorio sliku u crtež kredom." # -#: ../../magic/src/blocks_chalk_drip.c:174 +#: ../../magic/src/blocks_chalk_drip.c:176 #, fuzzy #| msgid "Click and move the mouse around to make the picture drip." msgid "Click and drag the mouse around to make the picture drip." msgstr "Klikni i pomjeraj miš da bi boje na slici procurile." +# +#: ../../magic/src/blocks_chalk_drip.c:180 +#, fuzzy +#| msgid "Click and move the mouse around to make the picture blocky." +msgid "Click to make the entire picture drip." +msgstr "Klikni i pomjeraj mišem da bi ogrubio sliku." + # #: ../../magic/src/blur.c:81 msgid "Blur" @@ -1616,10 +1623,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 21a73c82d..58abfb9fb 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:39-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 -msgid "A drawing program for children." -msgstr "Un programa de dibuix per a nens petits." +#: ../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." @@ -1408,10 +1408,16 @@ msgstr "" msgid "Click to turn the entire picture into a chalk drawing." msgstr "Feu clic per convertir la imatge en un dibuix fet amb guix." -#: ../../magic/src/blocks_chalk_drip.c:174 +#: ../../magic/src/blocks_chalk_drip.c:176 msgid "Click and drag the mouse around to make the picture drip." msgstr "Feu clic i arrossegueu el ratolí per fer gotejar la imatge." +#: ../../magic/src/blocks_chalk_drip.c:180 +#, fuzzy +#| msgid "Click to make the entire picture blocky." +msgid "Click to make the entire picture drip." +msgstr "Feu clic per fer-ne quadrets del dibuix." + #: ../../magic/src/blur.c:81 msgid "Blur" msgstr "Difumina" @@ -1499,10 +1505,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 008ea95cb..871d4f07e 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:39-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 -msgid "A drawing program for children." -msgstr "Un programa de dibuix per als menuts." +#: ../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." @@ -1408,11 +1408,17 @@ msgstr "" "Feu clic i arrossegueu el ratolí per la zona per a convertir la imatge en un " "dibuix fet amb guix." -#: ../../magic/src/blocks_chalk_drip.c:174 +#: ../../magic/src/blocks_chalk_drip.c:176 msgid "Click and drag the mouse around to make the picture drip." msgstr "" "Feu clic i arrossegueu el ratolí per la zona per a fer que la imatge gotege." +#: ../../magic/src/blocks_chalk_drip.c:180 +#, fuzzy +#| msgid "Click to sharpen the entire picture." +msgid "Click to make the entire picture drip." +msgstr "Feu clic per a afinar tota la imatge." + #: ../../magic/src/blur.c:81 msgid "Blur" msgstr "Difumina" @@ -1508,10 +1514,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 9dba3f340..6117950b4 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:39-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 -msgid "A drawing program for children." -msgstr "Akeire kabaana kuteera ebishushani." +#: ../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." @@ -1409,12 +1409,18 @@ msgid "Click to turn the entire picture into a chalk drawing." msgstr "" "Imata kandi oyetoroze mawusi okuhindura ekishushani kyawe okuba nkeinoni." -#: ../../magic/src/blocks_chalk_drip.c:174 +#: ../../magic/src/blocks_chalk_drip.c:176 #, fuzzy #| msgid "Click and move the mouse around to make the picture drip." msgid "Click and drag the mouse around to make the picture drip." msgstr "Imata kandi oyetoroze mawusi okuhindura ekishushani kyawe okutonyooka." +#: ../../magic/src/blocks_chalk_drip.c:180 +#, fuzzy +#| msgid "Click to sharpen the entire picture." +msgid "Click to make the entire picture drip." +msgstr "Imata kushongora ekishushani kyona." + #: ../../magic/src/blur.c:81 msgid "Blur" msgstr "Okutarebekagye" @@ -1515,10 +1521,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 287f49d26..210700b8f 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:39-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 -msgid "A drawing program for children." -msgstr "Kreslicí program pro děti." +#: ../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." @@ -1409,12 +1409,18 @@ msgstr "Pohybem myši po čáře získáš vzhled čáry od křídy." msgid "Click to turn the entire picture into a chalk drawing." msgstr "Pohybem myši po čáře získáš vzhled čáry od křídy." -#: ../../magic/src/blocks_chalk_drip.c:174 +#: ../../magic/src/blocks_chalk_drip.c:176 #, fuzzy #| msgid "Click and move the mouse around to make the picture drip." msgid "Click and drag the mouse around to make the picture drip." msgstr "Klepni nebo pohybuj myší a obrázek se rozteče." +#: ../../magic/src/blocks_chalk_drip.c:180 +#, fuzzy +#| msgid "Click to sharpen the entire picture." +msgid "Click to make the entire picture drip." +msgstr "Klikni pro zvýraznění (zaostření) okrajů celého obrázku." + #: ../../magic/src/blur.c:81 msgid "Blur" msgstr "Rozostřit" @@ -1514,10 +1520,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 b22768e01..c801bdcd1 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:39-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 -msgid "A drawing program for children." -msgstr "Rhaglen lunio ar gyfer plant." +#: ../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." @@ -1402,12 +1402,17 @@ msgid "Click to turn the entire picture into a chalk drawing." msgstr "" "Clicia a symuda'r llygoden o gwmpas i dro'i llun i mewn i ddarlun sialc." -#: ../../magic/src/blocks_chalk_drip.c:174 +#: ../../magic/src/blocks_chalk_drip.c:176 #, fuzzy #| msgid "Click and move the mouse around to make the picture drip." msgid "Click and drag the mouse around to make the picture drip." msgstr "Clicia a symuda'r llygoden o gwmpas i wneud i'r llun ddiferu." +#: ../../magic/src/blocks_chalk_drip.c:180 +#, fuzzy +msgid "Click to make the entire picture drip." +msgstr "Clicia i adlewyrchu'r llun." + #: ../../magic/src/blur.c:81 msgid "Blur" msgstr "Pylu" @@ -1505,11 +1510,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 8852c34e8..87d852d39 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:39-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 -msgid "A drawing program for children." -msgstr "Et tegneprogram for børn." +#: ../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." @@ -1409,10 +1409,16 @@ msgid "Click to turn the entire picture into a chalk drawing." msgstr "" "Klik og bevæg musen rundt for at få billedet til at ligne en kridt tegning." -#: ../../magic/src/blocks_chalk_drip.c:174 +#: ../../magic/src/blocks_chalk_drip.c:176 msgid "Click and drag the mouse around to make the picture drip." msgstr "Klik og bevæg musen rundt for at få farverne til at løbe/dryppe." +#: ../../magic/src/blocks_chalk_drip.c:180 +#, fuzzy +#| msgid "Click to sharpen the entire picture." +msgid "Click to make the entire picture drip." +msgstr "Klik for at skærpe hele billedet." + #: ../../magic/src/blur.c:81 msgid "Blur" msgstr "Sløre" @@ -1505,10 +1511,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 df7709b4b..cf6bdadc8 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:39-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 -msgid "A drawing program for children." -msgstr "Ein Malprogramm für Kinder." +#: ../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." @@ -1411,10 +1411,16 @@ msgid "Click to turn the entire picture into a chalk drawing." msgstr "" "Klicke und ziehe die Maus, um dein Bild in ein Kreidebild zu verwandeln." -#: ../../magic/src/blocks_chalk_drip.c:174 +#: ../../magic/src/blocks_chalk_drip.c:176 msgid "Click and drag the mouse around to make the picture drip." msgstr "Klicke und ziehe die Maus, um das Bild tröpfelig zu machen." +#: ../../magic/src/blocks_chalk_drip.c:180 +#, fuzzy +#| msgid "Click to sharpen the entire picture." +msgid "Click to make the entire picture drip." +msgstr "Klicke, um das gesamte Bild schärfer zu machen." + #: ../../magic/src/blur.c:81 msgid "Blur" msgstr "Unscharf" @@ -1504,12 +1510,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 023bf39c5..1d2990bb2 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:39-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 -msgid "A drawing program for children." -msgstr "बच्चें आस्तै इक्क चित्रकारी प्रोग्राम." +#: ../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." @@ -1403,12 +1403,18 @@ msgstr "तस्वीरा गी चाकी ड्राइङ बना msgid "Click to turn the entire picture into a chalk drawing." msgstr "तस्वीरा गी चाकी ड्राइङ बनाने आस्तै क्लिक करो ते माउस गी फेरो." -#: ../../magic/src/blocks_chalk_drip.c:174 +#: ../../magic/src/blocks_chalk_drip.c:176 #, fuzzy #| msgid "Click and move the mouse around to make the picture drip." msgid "Click and drag the mouse around to make the picture drip." msgstr "तस्वीरा गी टपकदी बनाने आस्तै क्लिक करियै माउस गी आलै-दोआलै फेरो." +#: ../../magic/src/blocks_chalk_drip.c:180 +#, fuzzy +#| msgid "Click to sharpen the entire picture." +msgid "Click to make the entire picture drip." +msgstr "सबूरी तस्वीरा गी त्रिक्खा करने आस्तै क्लिक करो." + #: ../../magic/src/blur.c:81 msgid "Blur" msgstr "ब्लर करो" @@ -1507,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/el.po b/src/po/el.po index a0e883bde..49483a896 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:39-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 -msgid "A drawing program for children." -msgstr "Ένα πρόγραμμα ζωγραφικής για παιδιά." +#: ../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." @@ -1416,11 +1416,17 @@ msgstr "" "Κάνε κλικ και κίνησε το ποντίκι για να μετατρέψεις τη ζωγραφιά σε σχέδιο με " "κιμωλία." -#: ../../magic/src/blocks_chalk_drip.c:174 +#: ../../magic/src/blocks_chalk_drip.c:176 msgid "Click and drag the mouse around to make the picture drip." msgstr "" "Κάνε κλικ και κίνησε το ποντίκι γύρω για να κάνεις τη ζωγραφιά να στάζει." +#: ../../magic/src/blocks_chalk_drip.c:180 +#, fuzzy +#| msgid "Click to sharpen the entire picture." +msgid "Click to make the entire picture drip." +msgstr "Κάνε κλικ για να οξύνεις ολόκληρη τη ζωγραφιά σου." + #: ../../magic/src/blur.c:81 msgid "Blur" msgstr "Θόλωμα" @@ -1515,10 +1521,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 4a20b321f..8dc30f2a5 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:39-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 -msgid "A drawing program for children." -msgstr "A drawing program for children." +#: ../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." @@ -1407,12 +1407,18 @@ msgid "Click to turn the entire picture into a chalk drawing." msgstr "" "Click and move the mouse around to turn the picture into a chalk drawing." -#: ../../magic/src/blocks_chalk_drip.c:174 +#: ../../magic/src/blocks_chalk_drip.c:176 #, fuzzy #| msgid "Click and move the mouse around to make the picture drip." msgid "Click and drag the mouse around to make the picture drip." msgstr "Click and move the mouse around to make the picture drip." +#: ../../magic/src/blocks_chalk_drip.c:180 +#, fuzzy +#| msgid "Click to sharpen the entire picture." +msgid "Click to make the entire picture drip." +msgstr "Click to sharpen the entire picture." + #: ../../magic/src/blur.c:81 msgid "Blur" msgstr "Blur" @@ -1512,10 +1518,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 8e7652b34..4bc270c51 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:39-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 -msgid "A drawing program for children." -msgstr "A drawing program for children." +#: ../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." @@ -1405,12 +1405,18 @@ msgid "Click to turn the entire picture into a chalk drawing." msgstr "" "Click and move the mouse around to turn the picture into a chalk drawing." -#: ../../magic/src/blocks_chalk_drip.c:174 +#: ../../magic/src/blocks_chalk_drip.c:176 #, fuzzy #| msgid "Click and move the mouse around to make the picture drip." msgid "Click and drag the mouse around to make the picture drip." msgstr "Click and move the mouse around to make the picture drip." +#: ../../magic/src/blocks_chalk_drip.c:180 +#, fuzzy +#| msgid "Click to sharpen the entire picture." +msgid "Click to make the entire picture drip." +msgstr "Click to sharpen the entire picture." + #: ../../magic/src/blur.c:81 msgid "Blur" msgstr "Blur" @@ -1510,10 +1516,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 890387e98..afd7efe30 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:39-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 -msgid "A drawing program for children." -msgstr "A drawing program for children." +#: ../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." @@ -1400,10 +1400,16 @@ msgid "Click to turn the entire picture into a chalk drawing." msgstr "" "Click and move the mouse around to turn the picture into a chalk drawing." -#: ../../magic/src/blocks_chalk_drip.c:174 +#: ../../magic/src/blocks_chalk_drip.c:176 msgid "Click and drag the mouse around to make the picture drip." msgstr "Click and move the mouse around to make the picture drip." +#: ../../magic/src/blocks_chalk_drip.c:180 +#, fuzzy +#| msgid "Click to sharpen the entire picture." +msgid "Click to make the entire picture drip." +msgstr "Click to sharpen the entire picture." + #: ../../magic/src/blur.c:81 msgid "Blur" msgstr "Blur" @@ -1493,10 +1499,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 1e1d61e81..327a05b60 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:39-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 -msgid "A drawing program for children." -msgstr "A drawing program for children." +#: ../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." @@ -1408,12 +1408,17 @@ msgid "Click to turn the entire picture into a chalk drawing." msgstr "" "Click and move the mouse around to turn the picture into a chalk drawing." -#: ../../magic/src/blocks_chalk_drip.c:174 +#: ../../magic/src/blocks_chalk_drip.c:176 #, fuzzy #| msgid "Click and move the mouse around to make the picture drip." msgid "Click and drag the mouse around to make the picture drip." msgstr "Click and move the mouse around to make the picture drip." +#: ../../magic/src/blocks_chalk_drip.c:180 +#, fuzzy +msgid "Click to make the entire picture drip." +msgstr "Click to make a mirror image." + #: ../../magic/src/blur.c:81 msgid "Blur" msgstr "Blur" @@ -1513,11 +1518,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 52c040ee0..5a12eb972 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:39-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 -msgid "A drawing program for children." -msgstr "Desegnoprogramo por infanoj." +#: ../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." @@ -1397,12 +1397,18 @@ msgstr "Alklaku kaj movu la muson por ŝanĝi la bildon en kretodesegnaĵon." msgid "Click to turn the entire picture into a chalk drawing." msgstr "Alklaku kaj movu la muson por ŝanĝi la bildon en kretodesegnaĵon." -#: ../../magic/src/blocks_chalk_drip.c:174 +#: ../../magic/src/blocks_chalk_drip.c:176 #, fuzzy #| msgid "Click and move the mouse around to make the picture drip." msgid "Click and drag the mouse around to make the picture drip." msgstr "Alklaku kaj movu la muson por gutigi la bildon." +#: ../../magic/src/blocks_chalk_drip.c:180 +#, fuzzy +#| msgid "Click to sharpen the entire picture." +msgid "Click to make the entire picture drip." +msgstr "Alklaku la muson por akrigi la tutan bildon." + #: ../../magic/src/blur.c:81 msgid "Blur" msgstr "Ŝmiri" @@ -1501,11 +1507,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 290e4fd0f..910b37ec8 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:39-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 -msgid "A drawing program for children." -msgstr "Un programa de dibujo para niños." +#: ../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." @@ -1424,10 +1424,16 @@ msgid "Click to turn the entire picture into a chalk drawing." msgstr "" "Haz click y arrastra el ratón para que el dibujo parezca hecho con tiza." -#: ../../magic/src/blocks_chalk_drip.c:174 +#: ../../magic/src/blocks_chalk_drip.c:176 msgid "Click and drag the mouse around to make the picture drip." msgstr "Haz click y arrastra el ratón para hacer gotear el dibujo." +#: ../../magic/src/blocks_chalk_drip.c:180 +#, fuzzy +#| msgid "Click to sharpen the entire picture." +msgid "Click to make the entire picture drip." +msgstr "Haz click para enfocar todo el dibujo." + #: ../../magic/src/blur.c:81 msgid "Blur" msgstr "Difuminar" @@ -1518,10 +1524,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 815badeb9..348353e20 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:39-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 -msgid "A drawing program for children." -msgstr "Un programa de dibujo para niños." +#: ../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." @@ -1407,12 +1407,17 @@ msgstr "" "Haz clic y mueve el ratón alrededor para convertir la pintura en un dibujo " "de tiza." -#: ../../magic/src/blocks_chalk_drip.c:174 +#: ../../magic/src/blocks_chalk_drip.c:176 #, fuzzy #| msgid "Click and move the mouse around to make the picture drip." msgid "Click and drag the mouse around to make the picture drip." msgstr "Haz clic y arrastra el ratón para hacer que la imagen gotee." +#: ../../magic/src/blocks_chalk_drip.c:180 +#, fuzzy +msgid "Click to make the entire picture drip." +msgstr "Haz clic para hacer una imagen espejo." + #: ../../magic/src/blur.c:81 msgid "Blur" msgstr "Desenfocar" @@ -1516,11 +1521,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 3b0bb42a4..da75dd455 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:39-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 -msgid "A drawing program for children." -msgstr "Joonistusprogramm lastele." +#: ../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." @@ -1397,12 +1397,18 @@ msgstr "Tee klõps ja liiguta hiirt, et muuta pilt kriidijoonistuse sarnaseks." msgid "Click to turn the entire picture into a chalk drawing." msgstr "Tee klõps ja liiguta hiirt, et muuta pilt kriidijoonistuse sarnaseks." -#: ../../magic/src/blocks_chalk_drip.c:174 +#: ../../magic/src/blocks_chalk_drip.c:176 #, fuzzy #| msgid "Click and move the mouse around to make the picture drip." msgid "Click and drag the mouse around to make the picture drip." msgstr "Tee klõps ja liiguta hiirt, et panna pilt tilkuma." +#: ../../magic/src/blocks_chalk_drip.c:180 +#, fuzzy +#| msgid "Click to sharpen the entire picture." +msgid "Click to make the entire picture drip." +msgstr "Tee klõps, et teha terve pilt teravamaks." + #: ../../magic/src/blur.c:81 msgid "Blur" msgstr "Hägu" @@ -1501,10 +1507,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 e059324c7..ec6befea8 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:39-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 -msgid "A drawing program for children." -msgstr "Umeentzako marrazketa programa." +#: ../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." @@ -1407,10 +1407,16 @@ msgstr "" "Klik egin eta mugi ezazu sagua irudia klarionez eginda balego bezala " "marrazteko." -#: ../../magic/src/blocks_chalk_drip.c:174 +#: ../../magic/src/blocks_chalk_drip.c:176 msgid "Click and drag the mouse around to make the picture drip." msgstr "Klik egin eta mugi ezazu sagua irudiari busti itxura emateko." +#: ../../magic/src/blocks_chalk_drip.c:180 +#, fuzzy +#| msgid "Click to sharpen the entire picture." +msgid "Click to make the entire picture drip." +msgstr "Egin klik irudi osoa zorrozteko." + #: ../../magic/src/blur.c:81 msgid "Blur" msgstr "Desenfokatu" @@ -1501,10 +1507,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 c92570edf..adf72b864 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:39-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 -msgid "A drawing program for children." -msgstr "یک برنامه نقاشی برای کودکان." +#: ../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." @@ -1415,12 +1415,18 @@ msgstr ".برای سفید کردن تصویر با گچ کلیک کن و موس msgid "Click to turn the entire picture into a chalk drawing." msgstr ".برای سفید کردن تصویر با گچ کلیک کن و موس را حرکت بده " -#: ../../magic/src/blocks_chalk_drip.c:174 +#: ../../magic/src/blocks_chalk_drip.c:176 #, fuzzy #| msgid "Click and move the mouse around to make the picture drip." msgid "Click and drag the mouse around to make the picture drip." msgstr "برای ایجاد چکه در عکس کلیک کن و موشی را به اطراف حرکت بده." +#: ../../magic/src/blocks_chalk_drip.c:180 +#, fuzzy +#| msgid "Click to make ripples appear over your picture." +msgid "Click to make the entire picture drip." +msgstr "کلیک کن تا روی تصویرت موج ایجاد شود." + #: ../../magic/src/blur.c:81 msgid "Blur" msgstr "محو کردن" @@ -1523,10 +1529,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 04b4170e0..4e0ea2aec 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:39-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 -msgid "A drawing program for children." -msgstr "Topirde natgol nde sukaaɓe mbaɗanaa." +#: ../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." @@ -1392,10 +1392,16 @@ msgstr "Dobo, ndaasaa doombel ngam waɗtude natal ngal natgno kereewo." msgid "Click to turn the entire picture into a chalk drawing." msgstr "Dobo, ndaasaa doombel ngam waɗtude natal ngal natgno kereewo." -#: ../../magic/src/blocks_chalk_drip.c:174 +#: ../../magic/src/blocks_chalk_drip.c:176 msgid "Click and drag the mouse around to make the picture drip." msgstr "Dobo, ndaasaa doombel ngam waɗtude natal ngal natgno baade." +#: ../../magic/src/blocks_chalk_drip.c:180 +#, fuzzy +#| msgid "Click to sharpen the entire picture." +msgid "Click to make the entire picture drip." +msgstr "Dobo ngam seeɓnude natal ngal fof." + #: ../../magic/src/blur.c:81 msgid "Blur" msgstr "Iirɗol" @@ -1484,10 +1490,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 f8b0a1654..4fa53a165 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:39-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 -msgid "A drawing program for children." -msgstr "Maalausohjelma lapsille." +#: ../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." @@ -1420,12 +1420,18 @@ msgstr "Muuta piirros liitupiirrokseksi painamalla hiiren painiketta." msgid "Click to turn the entire picture into a chalk drawing." msgstr "Muuta piirros liitupiirrokseksi painamalla hiiren painiketta." -#: ../../magic/src/blocks_chalk_drip.c:174 +#: ../../magic/src/blocks_chalk_drip.c:176 #, fuzzy #| msgid "Click and move the mouse around to make the picture drip." msgid "Click and drag the mouse around to make the picture drip." msgstr "Valuta värejä maalaukseen painamalla hiiren painiketta." +#: ../../magic/src/blocks_chalk_drip.c:180 +#, fuzzy +#| msgid "Click to sharpen the entire picture." +msgid "Click to make the entire picture drip." +msgstr "Terävöitä koko maalaus painamalla hiiren painiketta." + #: ../../magic/src/blur.c:81 msgid "Blur" msgstr "Sumenna" @@ -1526,10 +1532,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 a535171cf..808c04aa9 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:39-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 -msgid "A drawing program for children." -msgstr "Eitt tekniforrit til børn." +#: ../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." @@ -1401,12 +1401,17 @@ msgstr "Klikkja og drag músina til at umgera myndina til eina kritmynd." msgid "Click to turn the entire picture into a chalk drawing." msgstr "Klikkja og drag músina til at umgera myndina til eina kritmynd." -#: ../../magic/src/blocks_chalk_drip.c:174 +#: ../../magic/src/blocks_chalk_drip.c:176 #, fuzzy #| msgid "Click and move the mouse around to make the picture drip." msgid "Click and drag the mouse around to make the picture drip." msgstr "Klikkja og drag músina til at fáa myndina at dryppa." +#: ../../magic/src/blocks_chalk_drip.c:180 +#, fuzzy +msgid "Click to make the entire picture drip." +msgstr "Klikkja til at gera eina spegilsmynd." + #: ../../magic/src/blur.c:81 msgid "Blur" msgstr "Kámt" @@ -1505,11 +1510,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 d74ba5ccf..3cd846603 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:39-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 -msgid "A drawing program for children." -msgstr "Un programme de dessin pour les enfants." +#: ../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." @@ -1388,10 +1388,17 @@ msgid "Click to turn the entire picture into a chalk drawing." msgstr "" "Clique et déplace la souris pour transformer l'image en dessin à la craie." -#: ../../magic/src/blocks_chalk_drip.c:174 +#: ../../magic/src/blocks_chalk_drip.c:176 msgid "Click and drag the mouse around to make the picture drip." msgstr "Clique et déplace la souris pour rendre l'image dégoulinante." +# +#: ../../magic/src/blocks_chalk_drip.c:180 +#, fuzzy +#| msgid "Click to sharpen the entire picture." +msgid "Click to make the entire picture drip." +msgstr "Clique pour affiner tout le dessin." + #: ../../magic/src/blur.c:81 msgid "Blur" msgstr "Flou" @@ -1486,10 +1493,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 bdb8f11b9..f503d0ccd 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:39-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 -msgid "A drawing program for children." -msgstr "Clár líníochta le haghaidh páistí." +#: ../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." @@ -1403,10 +1403,16 @@ msgid "Click to turn the entire picture into a chalk drawing." msgstr "" "Cliceáil agus tarraing an luch chun líníocht chailce a dhéanamh ón phictiúr." -#: ../../magic/src/blocks_chalk_drip.c:174 +#: ../../magic/src/blocks_chalk_drip.c:176 msgid "Click and drag the mouse around to make the picture drip." msgstr "Cliceáil agus tarraing an luch le haghaidh maisíochta silte." +#: ../../magic/src/blocks_chalk_drip.c:180 +#, fuzzy +#| msgid "Click to sharpen the entire picture." +msgid "Click to make the entire picture drip." +msgstr "Cliceáil chun an pictiúr iomlán a ghéarú." + #: ../../magic/src/blur.c:81 msgid "Blur" msgstr "Geamhaigh" @@ -1498,10 +1504,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 4e84e2dc4..4577f9f31 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:39-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 -msgid "A drawing program for children." -msgstr "Prògram peantaidh don chloinn." +#: ../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." @@ -1403,11 +1403,17 @@ msgstr "" "Briog is slaod an luchag mu thimcheall gus an tèid an dealbh ’na dhealbh " "cailce." -#: ../../magic/src/blocks_chalk_drip.c:174 +#: ../../magic/src/blocks_chalk_drip.c:176 msgid "Click and drag the mouse around to make the picture drip." msgstr "" "Briog is slaod an luchag mu thimcheall gus sileadh a thoirt air an dealbh." +#: ../../magic/src/blocks_chalk_drip.c:180 +#, fuzzy +#| msgid "Click to sharpen the entire picture." +msgid "Click to make the entire picture drip." +msgstr "Briog is slaod gus an dealbh gu lèir a gheurachadh." + #: ../../magic/src/blur.c:81 msgid "Blur" msgstr "Sgleò" @@ -1505,10 +1511,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 0f8935f77..91f953ef1 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:39-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 -msgid "A drawing program for children." -msgstr "Un programa de debuxo para nenos." +#: ../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." @@ -1393,10 +1393,16 @@ msgstr "" "Preme e arrastra o rato arredor para para converter o debuxo nun debuxo " "feito con xiz." -#: ../../magic/src/blocks_chalk_drip.c:174 +#: ../../magic/src/blocks_chalk_drip.c:176 msgid "Click and drag the mouse around to make the picture drip." msgstr "Preme e arrastra o rato o rato arredor para facer que o debuxo pingue." +#: ../../magic/src/blocks_chalk_drip.c:180 +#, fuzzy +#| msgid "Click to sharpen the entire picture." +msgid "Click to make the entire picture drip." +msgstr "Preme para reforzar todo o debuxo." + #: ../../magic/src/blur.c:81 msgid "Blur" msgstr "Esvaer" @@ -1489,10 +1495,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 110fb24f5..cb9706337 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:39-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 -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 " @@ -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." @@ -1399,12 +1399,17 @@ msgid "Click to turn the entire picture into a chalk drawing." msgstr "" "Klik en beweeg de moes rond um dien tijken in n kriettijken umme te teuvern." -#: ../../magic/src/blocks_chalk_drip.c:174 +#: ../../magic/src/blocks_chalk_drip.c:176 #, fuzzy #| msgid "Click and move the mouse around to make the picture drip." msgid "Click and drag the mouse around to make the picture drip." msgstr "Klik en beweeg de moes rond um dien tijken druppen te loaten." +#: ../../magic/src/blocks_chalk_drip.c:180 +#, fuzzy +msgid "Click to make the entire picture drip." +msgstr "Klik um n spijgelbeeld te moaken." + #: ../../magic/src/blur.c:81 msgid "Blur" msgstr "Dook" @@ -1502,11 +1507,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 4551cfd13..5780765d9 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:39-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 -msgid "A drawing program for children." -msgstr "બાળકો માટે ચિત્ર કાર્યક્રમ." +#: ../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." @@ -1391,10 +1391,16 @@ msgstr "ચિત્રને ચોક ચિત્રમાં ફેરવવ msgid "Click to turn the entire picture into a chalk drawing." msgstr "ચિત્રને ચોક ચિત્રમાં ફેરવવા માઉસ ક્લિક કરો અને ખેંચો." -#: ../../magic/src/blocks_chalk_drip.c:174 +#: ../../magic/src/blocks_chalk_drip.c:176 msgid "Click and drag the mouse around to make the picture drip." msgstr "ચિત્રમાં ટીપાં બનાવવા માટે માઉસ ક્લિક કરો અને ખેંચો." +#: ../../magic/src/blocks_chalk_drip.c:180 +#, fuzzy +#| msgid "Click to sharpen the entire picture." +msgid "Click to make the entire picture drip." +msgstr "આખાં ચિત્રને તીક્ષ્ણ બનાવવા ક્લિક કરો." + #: ../../magic/src/blur.c:81 msgid "Blur" msgstr "ઝાંખુ" @@ -1483,10 +1489,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 10076cd59..070b8b1f7 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:39-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 -msgid "A drawing program for children." -msgstr "תוכנת ציור לילדים." +#: ../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." @@ -1406,12 +1406,18 @@ msgstr "לחצי והזיזי את העכבר להפיכת התמונה לציו msgid "Click to turn the entire picture into a chalk drawing." msgstr "לחצי והזיזי את העכבר להפיכת התמונה לציור גיר." -#: ../../magic/src/blocks_chalk_drip.c:174 +#: ../../magic/src/blocks_chalk_drip.c:176 #, fuzzy #| msgid "Click and move the mouse around to make the picture drip." msgid "Click and drag the mouse around to make the picture drip." msgstr "לחצי והזיזי את העכבר כדי לגרום לתמונה לטפטף." +#: ../../magic/src/blocks_chalk_drip.c:180 +#, fuzzy +#| msgid "Click to sharpen the entire picture." +msgid "Click to make the entire picture drip." +msgstr "לחצי לחידוד התמונה כולה." + #: ../../magic/src/blur.c:81 msgid "Blur" msgstr "טשטוש" @@ -1511,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/hi.po b/src/po/hi.po index 71de4d698..152d09281 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:39-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 -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 " @@ -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." @@ -1404,12 +1404,18 @@ msgid "Click to turn the entire picture into a chalk drawing." msgstr "" "चित्र को chalk drawing के रूप मे करने के लिए उसपर क्लिक करें और माउस को चारों ओर घुमाये" -#: ../../magic/src/blocks_chalk_drip.c:174 +#: ../../magic/src/blocks_chalk_drip.c:176 #, fuzzy #| msgid "Click and move the mouse around to make the picture drip." msgid "Click and drag the mouse around to make the picture drip." msgstr "चित्र को drip के रूप मे करने के लिए उसपर क्लिक करें और माउस को चारों ओर घुमाये" +#: ../../magic/src/blocks_chalk_drip.c:180 +#, fuzzy +#| msgid "Click to sharpen the entire picture." +msgid "Click to make the entire picture drip." +msgstr "पूरे चित्र में पैनापन लाने के लिए क्लिक करें|" + #: ../../magic/src/blur.c:81 msgid "Blur" msgstr "धुंध्ला" @@ -1509,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/hr.po b/src/po/hr.po index 5cba977db..7342a7ae1 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:39-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 -msgid "A drawing program for children." -msgstr "Program za crtanje za djecu." +#: ../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." @@ -1395,10 +1395,16 @@ msgstr "Klikni i pomakni miš. Na crtežu će se izmješati boje." msgid "Click to turn the entire picture into a chalk drawing." msgstr "Klikni i pomakni miš. Na crtežu će se izmješati boje." -#: ../../magic/src/blocks_chalk_drip.c:174 +#: ../../magic/src/blocks_chalk_drip.c:176 msgid "Click and drag the mouse around to make the picture drip." msgstr "Klikni i pomakni miš. Na crtežu će se razlijati boje." +#: ../../magic/src/blocks_chalk_drip.c:180 +#, fuzzy +#| msgid "Click to sharpen the entire picture." +msgid "Click to make the entire picture drip." +msgstr "Klikni da izoštriš cijelu sliku." + #: ../../magic/src/blur.c:81 msgid "Blur" msgstr "Zamućeno" @@ -1487,10 +1493,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 3ed53c522..31639b775 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:39-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 -msgid "A drawing program for children." +#: ../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." @@ -1414,12 +1414,18 @@ msgstr "Kattints oda a rajzodon, ahol krétával szeretnél rajzolni." msgid "Click to turn the entire picture into a chalk drawing." msgstr "Kattints oda a rajzodon, ahol krétával szeretnél rajzolni." -#: ../../magic/src/blocks_chalk_drip.c:174 +#: ../../magic/src/blocks_chalk_drip.c:176 #, fuzzy #| msgid "Click and move the mouse around to make the picture drip." msgid "Click and drag the mouse around to make the picture drip." msgstr "Kattints oda a rajzodon, ahova festéket szeretnél csepegtetni." +#: ../../magic/src/blocks_chalk_drip.c:180 +#, fuzzy +#| msgid "Click to sharpen the entire picture." +msgid "Click to make the entire picture drip." +msgstr "Kattints az egész kép élesítéséhez." + #: ../../magic/src/blur.c:81 msgid "Blur" msgstr "Maszat" @@ -1519,10 +1525,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 8d9ac7a5a..212e031d7 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:39-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 -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 " @@ -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." @@ -1411,13 +1411,19 @@ msgstr "Սեղմիր և շարժիր մկնիկը, պատկերը կավիճով msgid "Click to turn the entire picture into a chalk drawing." msgstr "Սեղմիր և շարժիր մկնիկը, պատկերը կավիճով նկարածի տեսք տալու համար:" -#: ../../magic/src/blocks_chalk_drip.c:174 +#: ../../magic/src/blocks_chalk_drip.c:176 #, fuzzy #| msgid "Click and move the mouse around to make the picture drip." msgid "Click and drag the mouse around to make the picture drip." msgstr "" "Սեղմիր և շարժիր մկնիկը շուրջ բոլորը նկարին թրջած տեսք հաղորդելու համար:" +#: ../../magic/src/blocks_chalk_drip.c:180 +#, fuzzy +#| msgid "Click to sharpen the entire picture." +msgid "Click to make the entire picture drip." +msgstr "Սեղմիր` ամբողջ նկարդ բարելավելու համար" + #: ../../magic/src/blur.c:81 msgid "Blur" msgstr "Մշուշ" @@ -1517,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 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 bcc33071b..2ee8afeea 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:39-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 -msgid "A drawing program for children." -msgstr "Adalah sebuah program gambar untuk anak-anak." +#: ../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." @@ -1410,10 +1410,16 @@ msgstr "" "Klik dan pindahkan mouse ke sekitar untuk merubah gambar menjadi gambar " "dengan kapur." -#: ../../magic/src/blocks_chalk_drip.c:174 +#: ../../magic/src/blocks_chalk_drip.c:176 msgid "Click and drag the mouse around to make the picture drip." msgstr "Klik dan pindahkan mouse ke sekitar untuk membuat gambar drip." +#: ../../magic/src/blocks_chalk_drip.c:180 +#, fuzzy +#| msgid "Click to sharpen the entire picture." +msgid "Click to make the entire picture drip." +msgstr "Klik untuk mempertajam seluruh gambar." + #: ../../magic/src/blur.c:81 msgid "Blur" msgstr "Blur" @@ -1505,10 +1511,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 19b796239..8d1e8700c 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:39-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 -msgid "A drawing program for children." -msgstr "Teikniforrit fyrir krakka." +#: ../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." @@ -1361,10 +1361,16 @@ msgstr "Smelltu og dragðu músina til að breyta myndinni í krítarmynd!" msgid "Click to turn the entire picture into a chalk drawing." msgstr "Smelltu til að breyta myndinni í krítarmynd." -#: ../../magic/src/blocks_chalk_drip.c:174 +#: ../../magic/src/blocks_chalk_drip.c:176 msgid "Click and drag the mouse around to make the picture drip." msgstr "Smelltu og dragðu músina til að láta myndina leka." +#: ../../magic/src/blocks_chalk_drip.c:180 +#, fuzzy +#| msgid "Click to make the entire picture blocky." +msgid "Click to make the entire picture drip." +msgstr "Smelltu til að gera myndina alla í blokkum." + #: ../../magic/src/blur.c:81 msgid "Blur" msgstr "Móða" @@ -1450,10 +1456,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 72b885515..909289bde 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:39-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 -msgid "A drawing program for children." -msgstr "Un programma di disegno per bambini." +#: ../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." @@ -1448,10 +1448,16 @@ msgstr "" "Fai clic e trascina il mouse per trasformare il disegno in uno fatto a " "gessetto." -#: ../../magic/src/blocks_chalk_drip.c:174 +#: ../../magic/src/blocks_chalk_drip.c:176 msgid "Click and drag the mouse around to make the picture drip." msgstr "Fai clic e trascina il mouse per far gocciolare il disegno." +#: ../../magic/src/blocks_chalk_drip.c:180 +#, fuzzy +#| msgid "Click to sharpen the entire picture." +msgid "Click to make the entire picture drip." +msgstr "Fai clic per far risaltare tutto il disegno." + #: ../../magic/src/blur.c:81 msgid "Blur" msgstr "Sfoca" @@ -1543,10 +1549,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 96473e891..f0cd34de0 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:39-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 -msgid "A drawing program for children." -msgstr "ᐊᓪᓚᖑᐊᕈᑎ ᐱᐊᕋᕐᓄᑦ." +#: ../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." @@ -1401,12 +1401,18 @@ msgstr "ᓇᕐᓂᓗᒍ ᐊᐅᓚᓗᒍᓗ ᐊᐅᓚᑦᓯᒍᑎᖓ ᐊᑦᔨᖑ msgid "Click to turn the entire picture into a chalk drawing." msgstr "ᓇᕐᓂᓗᒍ ᐊᐅᓚᓗᒍᓗ ᐊᐅᓚᑦᓯᒍᑎᖓ ᐊᑦᔨᖑᐊᖅ ᐊᓪᓚᖑᐊᕐᓯᒪᔪᖕᖑᑎᓗᒍ ᐊᓪᓚᕕᐊᓗᒻᒥ ᐊᓪᓚᐅᑎᒧᑦ." -#: ../../magic/src/blocks_chalk_drip.c:174 +#: ../../magic/src/blocks_chalk_drip.c:176 #, fuzzy #| msgid "Click and move the mouse around to make the picture drip." msgid "Click and drag the mouse around to make the picture drip." msgstr "ᓇᕐᓂᓗᒍ ᐊᐅᓚᓗᒍᓗ ᐊᐅᓚᑦᓯᒍᑎᖓ ᐊᑦᔨᖑᐊᕐᒥᒃ ᑯᓯᕐᑐᖑᐊᖑᑎᑦᓯᓂᕐᒧᑦ." +#: ../../magic/src/blocks_chalk_drip.c:180 +#, fuzzy +#| msgid "Click to sharpen the entire picture." +msgid "Click to make the entire picture drip." +msgstr "ᓇᕐᓂᓗᒍ ᐊᑦᔨᖑᐊᓕᒫᕐᒥᒃ ᑕᑉᐱᑐᖕᖑᑎᑦᓯᒋᐊᕐᓂᒧᑦ." + #: ../../magic/src/blur.c:81 msgid "Blur" msgstr "ᑕᑉᐲᑐᖅ" @@ -1505,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/ja.po b/src/po/ja.po index 2d3398477..b8da46176 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:39-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 -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 " @@ -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." @@ -1374,10 +1374,17 @@ msgstr "" "クリックしたままマウスをうごかして えの ぜんたいを チョークでかいたみたいに " "しよう。" -#: ../../magic/src/blocks_chalk_drip.c:174 +#: ../../magic/src/blocks_chalk_drip.c:176 msgid "Click and drag the mouse around to make the picture drip." msgstr "クリックしたまま マウスをうごかして えを ぬらしたように しよう。" +#: ../../magic/src/blocks_chalk_drip.c:180 +#, fuzzy +#| msgid "Click to make the entire picture blocky." +msgid "Click to make the entire picture drip." +msgstr "" +"クリックして えの ぜんたいを ちいさな しかくでできた ギザギザの えに しよう。" + #: ../../magic/src/blur.c:81 msgid "Blur" msgstr "ぼかす" @@ -1466,10 +1473,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 3b496b591..b3b7a1536 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:39-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 -msgid "A drawing program for children." -msgstr "სახატავი პროგრამა ბავშვებისთვის." +#: ../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." @@ -1394,10 +1394,16 @@ msgstr "დაწკაპეთ და გადაატარეთ ცარ msgid "Click to turn the entire picture into a chalk drawing." msgstr "დაწკაპეთ და გადაატარეთ ცარცით დახატვის ეფექტის მისაცემად." -#: ../../magic/src/blocks_chalk_drip.c:174 +#: ../../magic/src/blocks_chalk_drip.c:176 msgid "Click and drag the mouse around to make the picture drip." msgstr "დაწკაპეთ და გადაატარეთ ნახატის ჩამოსაღვენთად." +#: ../../magic/src/blocks_chalk_drip.c:180 +#, fuzzy +#| msgid "Click to sharpen the entire picture." +msgid "Click to make the entire picture drip." +msgstr "დაწკაპეთ თქვენი მთლიანი ნახატის გასამკვეთრებლად." + #: ../../magic/src/blur.c:81 msgid "Blur" msgstr "გადღაბნა" @@ -1486,10 +1492,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 aadae077f..b714713f1 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:39-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 -msgid "A drawing program for children." -msgstr "Ahil n usuneɣ i igerdan." +#: ../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." @@ -1405,10 +1405,17 @@ msgstr "Ssed u selḥu taɣerdayt iwakken ad terreḍ tugna d unuɣ s unegmirs." msgid "Click to turn the entire picture into a chalk drawing." msgstr "Ssed u selḥu taɣerdayt iwakken ad terreḍ tugna d unuɣ s unegmirs." -#: ../../magic/src/blocks_chalk_drip.c:174 +#: ../../magic/src/blocks_chalk_drip.c:176 msgid "Click and drag the mouse around to make the picture drip." msgstr "Ssed u selḥu taɣerdayt iwakken ad terreḍ tugna tettuddum." +# +#: ../../magic/src/blocks_chalk_drip.c:180 +#, fuzzy +#| msgid "Click to sharpen the entire picture." +msgid "Click to make the entire picture drip." +msgstr "Ssed iwakken ad d-tban tugna merra." + #: ../../magic/src/blur.c:81 msgid "Blur" msgstr "Sluɣ" @@ -1500,10 +1507,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 13d35ed08..25fd435c9 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:39-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 -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 " @@ -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." @@ -1402,12 +1402,17 @@ msgstr "ចុច ហើយ​ផ្លាស់ទី​កណ្ដុរ ដ msgid "Click to turn the entire picture into a chalk drawing." msgstr "ចុច ហើយ​ផ្លាស់ទី​កណ្ដុរ ដើម្បី​​ធ្វើ​រូបភាព​ឲ្យ​ទៅ​ជា​គំនូរ​ដីស ។" -#: ../../magic/src/blocks_chalk_drip.c:174 +#: ../../magic/src/blocks_chalk_drip.c:176 #, fuzzy #| msgid "Click and move the mouse around to make the picture drip." msgid "Click and drag the mouse around to make the picture drip." msgstr "ចុច ហើយ​ផ្លាស់ទី​កណ្ដុរ ដើម្បី​ធ្វើ​ឲ្យ​រូបភាព​ដូច​មាន​ដំណក់​ស្រក់ ។" +#: ../../magic/src/blocks_chalk_drip.c:180 +#, fuzzy +msgid "Click to make the entire picture drip." +msgstr "ចុច ដើម្បី​ចាំង​ឆ្លុះ​រូបភាព ។" + #: ../../magic/src/blur.c:81 msgid "Blur" msgstr "ព្រិល" @@ -1506,10 +1511,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 9c2fc26a7..b1205165a 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:39-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 -msgid "A drawing program for children." -msgstr "ಮಕ್ಕಳಿಗಾಗಿನ ಚಿತ್ರರಚನೆಯ ತಂತ್ರಾಂಶ." +#: ../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." @@ -1415,12 +1415,18 @@ msgstr "" "ನಿಮ್ಮ ಚಿತ್ರವನ್ನು ಸೀಮೆಸುಣ್ಣದಲ್ಲಿ ರಚಿಸಲಾಗಿರುವಂತೆ ಬದಲಾಯಿಸಲು ಮೌಸ್‌ ಅನ್ನು ಕ್ಲಿಕ್ ಮಾಡಿ ಹಾಗು " "ಸುತ್ತಲೂ ಜರುಗಿಸಿ." -#: ../../magic/src/blocks_chalk_drip.c:174 +#: ../../magic/src/blocks_chalk_drip.c:176 #, fuzzy #| msgid "Click and move the mouse around to make the picture drip." msgid "Click and drag the mouse around to make the picture drip." msgstr "ನಿಮ್ಮ ಚಿತ್ರವು ತೊಟ್ಟಿಕ್ಕುವಂತೆ ಮಾಡಲು ಮೌಸ್‌ ಅನ್ನು ಕ್ಲಿಕ್ ಮಾಡಿ ಹಾಗು ಸುತ್ತಲೂ ಜರುಗಿಸಿ." +#: ../../magic/src/blocks_chalk_drip.c:180 +#, fuzzy +#| msgid "Click to sharpen the entire picture." +msgid "Click to make the entire picture drip." +msgstr "ಸಂಪೂರ್ಣ ಚಿತ್ರವನ್ನು ಮೊನಚುಗೊಳಿಸಲು ಕ್ಲಿಕ್ ಮಾಡಿ." + #: ../../magic/src/blur.c:81 msgid "Blur" msgstr "ಮಬ್ಬು" @@ -1522,10 +1528,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 264945730..72260842e 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:39-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 -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 " @@ -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." @@ -1379,10 +1379,16 @@ msgstr "마우스를 누르고 끌면 그림이 분필로 만든 것 같이 되 msgid "Click to turn the entire picture into a chalk drawing." msgstr "마우스를 누르고 끌면 그림이 분필로 만든 것 같이 되어요." -#: ../../magic/src/blocks_chalk_drip.c:174 +#: ../../magic/src/blocks_chalk_drip.c:176 msgid "Click and drag the mouse around to make the picture drip." msgstr "마우스를 누르고 끌면 그림이 흐르는 것 같이 되어요." +#: ../../magic/src/blocks_chalk_drip.c:180 +#, fuzzy +#| msgid "Click to sharpen the entire picture." +msgid "Click to make the entire picture drip." +msgstr "마우스를 누르면 그림이 전채가 진해져요." + #: ../../magic/src/blur.c:81 msgid "Blur" msgstr "흐리게" @@ -1471,10 +1477,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 148c6351f..69cd1e353 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:39-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 -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 " @@ -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." @@ -1404,12 +1404,18 @@ msgstr "खडू पिंतरावणेंत पिंतुर बदल msgid "Click to turn the entire picture into a chalk drawing." msgstr "खडू पिंतरावणेंत पिंतुर बदलूंक, मावस क्लिक करून भोंवतणी व्हरचो." -#: ../../magic/src/blocks_chalk_drip.c:174 +#: ../../magic/src/blocks_chalk_drip.c:176 #, fuzzy #| msgid "Click and move the mouse around to make the picture drip." msgid "Click and drag the mouse around to make the picture drip." msgstr "पिंतुराची थेंबकणी करूंक मावस क्लिक करून भोंवतणी व्हरचो." +#: ../../magic/src/blocks_chalk_drip.c:180 +#, fuzzy +#| msgid "Click to sharpen the entire picture." +msgid "Click to make the entire picture drip." +msgstr "तुमच्या पुराय पिंतुराक धार काडूंक क्लिक करचें." + #: ../../magic/src/blur.c:81 msgid "Blur" msgstr "अस्पश्ट" @@ -1508,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/kok@roman.po b/src/po/kok@roman.po index 82371d6fd..945a7c069 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:39-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 -msgid "A drawing program for children." -msgstr " bhurgeank pintravnne kareavoll " +#: ../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." @@ -1408,12 +1408,18 @@ msgid "Click to turn the entire picture into a chalk drawing." msgstr "" " khaddu pintravnnent bodlunk, maus klik korun bhonvtonni zongeantor kor " -#: ../../magic/src/blocks_chalk_drip.c:174 +#: ../../magic/src/blocks_chalk_drip.c:176 #, fuzzy #| msgid "Click and move the mouse around to make the picture drip." msgid "Click and drag the mouse around to make the picture drip." msgstr " pinturachi gollovnni korunk maus clk korun zongeantor kor " +#: ../../magic/src/blocks_chalk_drip.c:180 +#, fuzzy +#| msgid "Click to sharpen the entire picture." +msgid "Click to make the entire picture drip." +msgstr " sogllea pinturachi dhar kaddunk klik kor " + #: ../../magic/src/blur.c:81 msgid "Blur" msgstr " ospoxtt " @@ -1513,10 +1519,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 4a82996a4..a0081d450 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:39-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 -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 " @@ -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." @@ -1406,12 +1406,18 @@ msgid "Click to turn the entire picture into a chalk drawing." msgstr "" "کلِک کٔریو تہٕ أند۪ی أند۪ی ڈٲلیو ماوس تصویر چاک ڈرائنگ منٛز تبدیل کرنہٕ خٲطرٕ۔" -#: ../../magic/src/blocks_chalk_drip.c:174 +#: ../../magic/src/blocks_chalk_drip.c:176 #, fuzzy #| msgid "Click and move the mouse around to make the picture drip." msgid "Click and drag the mouse around to make the picture drip." msgstr "کلِک کٔریو تہٕ أند۪ی أند۪ی ڈٲلیو ماوس ڈرِپ تصویر بناونہٕ خٲطرٕ۔" +#: ../../magic/src/blocks_chalk_drip.c:180 +#, fuzzy +#| msgid "Click to sharpen the entire picture." +msgid "Click to make the entire picture drip." +msgstr "کلِک کٔریو پَنٕنہِ سٲری تصویر تیز کرنہٕ خٲطرٕ۔" + #: ../../magic/src/blur.c:81 msgid "Blur" msgstr "بلر" @@ -1511,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/ks@devanagari.po b/src/po/ks@devanagari.po index 2473eca93..d6ec0605e 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:39-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 -msgid "A drawing program for children." -msgstr "अख डरायींग परुगराम बचन बापत." +#: ../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." @@ -1408,12 +1408,18 @@ msgid "Click to turn the entire picture into a chalk drawing." msgstr "" "तसविर एिकोस चाक डरायींग मंज़ तबदिल करनॊ बापत कॊरीव कोलोक तॊ पकनॊयीव मावुस ऊर यूर." -#: ../../magic/src/blocks_chalk_drip.c:174 +#: ../../magic/src/blocks_chalk_drip.c:176 #, fuzzy #| msgid "Click and move the mouse around to make the picture drip." msgid "Click and drag the mouse around to make the picture drip." msgstr "तसविर डरोप बनावनॊ बापत कॊरीव कोलोक तॊ पकनॊयीव मावुस ऊर यूर." +#: ../../magic/src/blocks_chalk_drip.c:180 +#, fuzzy +#| msgid "Click to sharpen the entire picture." +msgid "Click to make the entire picture drip." +msgstr "तमाम तसविर तिज़ बनावनो बापत कॊरोव कोलोक." + #: ../../magic/src/blur.c:81 msgid "Blur" msgstr "गॊट कॊरीव" @@ -1513,10 +1519,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 56e09636c..00e143aa6 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:39-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 -msgid "A drawing program for children." -msgstr "Bernameyeke xêzkirinê ji bo zarokan." +#: ../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." @@ -1412,12 +1412,17 @@ msgstr "" "Ji bo ku wêne wekî xêzkirineke bi tebeşîrê xuya bibe, bitikîne û mi,şkî li " "dorê bigerîne bigerîne." -#: ../../magic/src/blocks_chalk_drip.c:174 +#: ../../magic/src/blocks_chalk_drip.c:176 #, fuzzy #| msgid "Click and move the mouse around to make the picture drip." msgid "Click and drag the mouse around to make the picture drip." msgstr "Ji bo ku wêneyê bidilop bikî bi tikîne û mişkî li dorê bigerîne." +#: ../../magic/src/blocks_chalk_drip.c:180 +#, fuzzy +msgid "Click to make the entire picture drip." +msgstr "Ji bo çêkirina îmaja neynikê bitikîne." + #: ../../magic/src/blur.c:81 msgid "Blur" msgstr "ne zelal" @@ -1518,11 +1523,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 63c1fc7e0..b4b02af14 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:39-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 -msgid "A drawing program for children." +#: ../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." @@ -1394,12 +1394,18 @@ msgstr "Klick a beweeg d'Maus fir d'Bild an eng Kräidzeechnung ze verwandelen." msgid "Click to turn the entire picture into a chalk drawing." msgstr "Klick a beweeg d'Maus fir d'Bild an eng Kräidzeechnung ze verwandelen." -#: ../../magic/src/blocks_chalk_drip.c:174 +#: ../../magic/src/blocks_chalk_drip.c:176 #, fuzzy #| msgid "Click and move the mouse around to make the picture drip." msgid "Click and drag the mouse around to make the picture drip." msgstr "Klick a beweeg d'Maus fir Drëpsen op d'Bild ze maachen." +#: ../../magic/src/blocks_chalk_drip.c:180 +#, fuzzy +#| msgid "Click to sharpen the entire picture." +msgid "Click to make the entire picture drip." +msgstr "Klick fir d'ganz Bild méi schaarf ze maachen." + #: ../../magic/src/blur.c:81 msgid "Blur" msgstr "Onschaarf" @@ -1498,10 +1504,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 69d3f8723..cf3b974d7 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:39-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 -msgid "A drawing program for children." -msgstr "Enteekateeka y'abaana ey'okusiiga." +#: ../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." @@ -1411,12 +1411,18 @@ msgstr "Nyiga era tambuza mawusi okukyusa ekifaananyi ng'ekyennoni" msgid "Click to turn the entire picture into a chalk drawing." msgstr "Nyiga era tambuza mawusi okukyusa ekifaananyi ng'ekyennoni" -#: ../../magic/src/blocks_chalk_drip.c:174 +#: ../../magic/src/blocks_chalk_drip.c:176 #, fuzzy #| msgid "Click and move the mouse around to make the picture drip." msgid "Click and drag the mouse around to make the picture drip." msgstr "Nyiga era tambuza ekifaananyi okifuule ekitonnya" +#: ../../magic/src/blocks_chalk_drip.c:180 +#, fuzzy +#| msgid "Click to sharpen the entire picture." +msgid "Click to make the entire picture drip." +msgstr "Nyiga okwogiya ekifaananyi kyonna" + #: ../../magic/src/blur.c:81 msgid "Blur" msgstr "Buzaabuza" @@ -1515,10 +1521,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 326b93280..5844807c5 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:39-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 -msgid "A drawing program for children." -msgstr "Piešimo programa vaikams." +#: ../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." @@ -1414,12 +1414,17 @@ msgstr "Spustelėkite ir judinkite pelę ir piešinys taps panašus į kreida" msgid "Click to turn the entire picture into a chalk drawing." msgstr "Spustelėkite ir judinkite pelę ir piešinys taps panašus į kreida" -#: ../../magic/src/blocks_chalk_drip.c:174 +#: ../../magic/src/blocks_chalk_drip.c:176 #, fuzzy #| msgid "Click and move the mouse around to make the picture drip." msgid "Click and drag the mouse around to make the picture drip." msgstr "Spustelėkite ir pele žymėkite aplink, kad piešinys nuvarvėtų." +#: ../../magic/src/blocks_chalk_drip.c:180 +#, fuzzy +msgid "Click to make the entire picture drip." +msgstr "Spustelėkite ir gausite veidrodinį atspindį." + #: ../../magic/src/blur.c:81 msgid "Blur" msgstr "Sulieti" @@ -1518,11 +1523,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 c76889129..3cc98a734 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:39-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 -msgid "A drawing program for children." -msgstr "Zīmēšanas programma bērniem." +#: ../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." @@ -1409,12 +1409,18 @@ msgstr "" "Nospied, pieturi peles pogu un velc peli lai zīmējums izskatītos kā ar krītu " "zīmētu" -#: ../../magic/src/blocks_chalk_drip.c:174 +#: ../../magic/src/blocks_chalk_drip.c:176 #, fuzzy #| msgid "Click and move the mouse around to make the picture drip." msgid "Click and drag the mouse around to make the picture drip." msgstr "Nospied, pieturi peles pogu un velc peli lai zīmējums notecētu." +#: ../../magic/src/blocks_chalk_drip.c:180 +#, fuzzy +#| msgid "Click to sharpen the entire picture." +msgid "Click to make the entire picture drip." +msgstr "Noklikšķini, lai saasinātu visu bildi." + #: ../../magic/src/blur.c:81 msgid "Blur" msgstr "Migla" @@ -1518,10 +1524,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 aa10ef6f8..be1933457 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:39-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 -msgid "A drawing program for children." -msgstr "बच्चा क' लेल एकगोट ड्राइंग कार्यक्रम." +#: ../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." @@ -1401,12 +1401,18 @@ msgstr "चाक ड्राइंग केँ ब्लाक टाइप msgid "Click to turn the entire picture into a chalk drawing." msgstr "चाक ड्राइंग केँ ब्लाक टाइप बनाबै क' लेल माउसक गिर्द क्लिक करू आओर घसकाउ." -#: ../../magic/src/blocks_chalk_drip.c:174 +#: ../../magic/src/blocks_chalk_drip.c:176 #, fuzzy #| msgid "Click and move the mouse around to make the picture drip." msgid "Click and drag the mouse around to make the picture drip." msgstr "चित्र ड्रिप केँ ब्लाक टाइप बनाबै क' लेल माउसक गिर्द क्लिक करू आओर घसकाउ." +#: ../../magic/src/blocks_chalk_drip.c:180 +#, fuzzy +#| msgid "Click to sharpen the entire picture." +msgid "Click to make the entire picture drip." +msgstr "पूरे चित्र मे पैनापन लाबै क' लेल क्लिक करू." + #: ../../magic/src/blur.c:81 msgid "Blur" msgstr "धुंधला करू" @@ -1505,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/mk.po b/src/po/mk.po index 5c8342b25..7ab1fef85 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:39-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 -msgid "A drawing program for children." -msgstr "Програм за цртање за деца." +#: ../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." @@ -1407,12 +1407,17 @@ msgstr "" "Кликнете и движете го глувчето наоколу за да ја претворите сликата во цртеж " "со креда." -#: ../../magic/src/blocks_chalk_drip.c:174 +#: ../../magic/src/blocks_chalk_drip.c:176 #, fuzzy #| msgid "Click and move the mouse around to make the picture drip." msgid "Click and drag the mouse around to make the picture drip." msgstr "Кликнете на глувчето и влечете го наоколу за боите да протечат." +#: ../../magic/src/blocks_chalk_drip.c:180 +#, fuzzy +msgid "Click to make the entire picture drip." +msgstr "Кликнете за да направите огледална слика." + #: ../../magic/src/blur.c:81 msgid "Blur" msgstr "Замати" @@ -1514,11 +1519,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 5e7baef77..824c02c6f 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:39-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 -msgid "A drawing program for children." -msgstr "കുട്ടികള്‍ക്കായുള്ള ഒരു ചിത്രരചനാ പരിപാടി." +#: ../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." @@ -1410,13 +1410,19 @@ msgstr "ചിത്രത്തെ വെണ്മയുള്ളതാക് msgid "Click to turn the entire picture into a chalk drawing." msgstr "ചിത്രത്തെ വെണ്മയുള്ളതാക്കാന്‍ മൗസ് ബട്ടണ്‍ അമര്‍ത്തിപ്പിടിച്ച് കൊണ്ട് ചലിപ്പിച്ചാല്‍ മതി." -#: ../../magic/src/blocks_chalk_drip.c:174 +#: ../../magic/src/blocks_chalk_drip.c:176 #, fuzzy #| msgid "Click and move the mouse around to make the picture drip." msgid "Click and drag the mouse around to make the picture drip." msgstr "" "മൗസ് ബട്ടണ്‍ അമര്‍ത്തിപ്പിടിച്ച് കൊണ്ട് ചലിപ്പിച്ചാല്‍ ചിത്രത്തെ ഇറ്റിറ്റു വീഴുന്ന രീതിയിലാക്കാനാവും." +#: ../../magic/src/blocks_chalk_drip.c:180 +#, fuzzy +#| msgid "Click to sharpen the entire picture." +msgid "Click to make the entire picture drip." +msgstr "ചിത്രം മുഴുവന്‍ കൃത്യതയുള്ളതാക്കാന്‍ അമര്‍ത്തുക" + #: ../../magic/src/blur.c:81 msgid "Blur" msgstr "മങ്ങുക" @@ -1515,10 +1521,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 07c6a7063..72f023863 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:39-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." @@ -1316,10 +1316,14 @@ msgstr "" msgid "Click to turn the entire picture into a chalk drawing." msgstr "" -#: ../../magic/src/blocks_chalk_drip.c:174 +#: ../../magic/src/blocks_chalk_drip.c:176 msgid "Click and drag the mouse around to make the picture drip." msgstr "" +#: ../../magic/src/blocks_chalk_drip.c:180 +msgid "Click to make the entire picture drip." +msgstr "" + #: ../../magic/src/blur.c:81 msgid "Blur" msgstr "" @@ -1403,10 +1407,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 f850fa8b8..8ad2ef8d2 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:39-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 -msgid "A drawing program for children." -msgstr "অঙাংগী দ্রোইং প্রোগ্রাম অমা." +#: ../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." @@ -1402,12 +1402,18 @@ msgstr "লাই অদু চোক দ্রোইং অমদা ওন্ msgid "Click to turn the entire picture into a chalk drawing." msgstr "লাই অদু চোক দ্রোইং অমদা ওন্থোক্নবা মাউস ক্লিক তৌরো অদুগা কোয়না চৎলো." -#: ../../magic/src/blocks_chalk_drip.c:174 +#: ../../magic/src/blocks_chalk_drip.c:176 #, fuzzy #| msgid "Click and move the mouse around to make the picture drip." msgid "Click and drag the mouse around to make the picture drip." msgstr "পিকচর দ্রিপ ওইহন্নবা মাউস ক্লিক তৌরো অদুগা কোয়না চৎলো." +#: ../../magic/src/blocks_chalk_drip.c:180 +#, fuzzy +#| msgid "Click to sharpen the entire picture." +msgid "Click to make the entire picture drip." +msgstr "অদোমগী লাই অপুম্বদু হেন্না ময়েক শেংহন্নবা ক্লিক তৌরো." + #: ../../magic/src/blur.c:81 msgid "Blur" msgstr "ময়েক শেংদবা" @@ -1506,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/mni@meiteimayek.po b/src/po/mni@meiteimayek.po index dcdec35f8..f6f0a8e3c 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:39-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 -msgid "A drawing program for children." -msgstr "ꯑꯉꯥꯡꯒꯤ ꯗ꯭ꯔꯣꯏꯡ ꯄ꯭ꯔꯣꯒ꯭ꯔꯥꯝ ꯑꯃ." +#: ../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." @@ -1400,12 +1400,18 @@ msgstr "ꯂꯥꯏ ꯑꯗꯨ ꯆꯣꯛ ꯗ꯭ꯔꯣꯏꯡ ꯑꯃꯗ ꯑꯣꯟꯊ msgid "Click to turn the entire picture into a chalk drawing." msgstr "ꯂꯥꯏ ꯑꯗꯨ ꯆꯣꯛ ꯗ꯭ꯔꯣꯏꯡ ꯑꯃꯗ ꯑꯣꯟꯊꯣꯛꯅꯕ ꯃꯥꯎꯁ ꯀ꯭ꯂꯤꯛ ꯇꯧꯔꯣ ꯑꯗꯨꯒ ꯀꯣꯌꯅ ꯆꯠꯂꯣ." -#: ../../magic/src/blocks_chalk_drip.c:174 +#: ../../magic/src/blocks_chalk_drip.c:176 #, fuzzy #| msgid "Click and move the mouse around to make the picture drip." msgid "Click and drag the mouse around to make the picture drip." msgstr "ꯄꯤꯛꯆꯔ ꯗ꯭ꯔꯤꯞ ꯑꯣꯏꯍꯟꯅꯕ ꯃꯥꯎꯁ ꯀ꯭ꯂꯤꯛ ꯇꯧꯔꯣ ꯑꯗꯨꯒ ꯀꯣꯌꯅ ꯆꯠꯂꯣ." +#: ../../magic/src/blocks_chalk_drip.c:180 +#, fuzzy +#| msgid "Click to sharpen the entire picture." +msgid "Click to make the entire picture drip." +msgstr "ꯑꯗꯣꯝꯒꯤ ꯂꯥꯏ ꯑꯄꯨꯝꯕꯗꯨ ꯍꯦꯟꯅ ꯃꯌꯦꯛ ꯁꯦꯡꯍꯟꯅꯕ ꯀ꯭ꯂꯤꯛ ꯇꯧꯔꯣ." + #: ../../magic/src/blur.c:81 msgid "Blur" msgstr "ꯃꯌꯦꯛ ꯁꯦꯡꯗꯕ" @@ -1504,10 +1510,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 a17ae6591..6362f9ca2 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:39-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 -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 " @@ -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." @@ -1415,7 +1415,7 @@ msgstr "" "चित्राच्या ज्या भागावर खडुने काढले आहे असे दाखवचे असेल त्याचित्राच्या भागावर माऊस क्लिक " "करा." -#: ../../magic/src/blocks_chalk_drip.c:174 +#: ../../magic/src/blocks_chalk_drip.c:176 #, fuzzy #| msgid "Click and move the mouse around to make the picture drip." msgid "Click and drag the mouse around to make the picture drip." @@ -1423,6 +1423,12 @@ msgstr "" "चित्राच्या ज्या भागावर पाण्याचा थेंब पड्ला आहे असे दाखवचे त्या त्या भागावर माऊस क्लिक " "करा. " +#: ../../magic/src/blocks_chalk_drip.c:180 +#, fuzzy +#| msgid "Click to sharpen the entire picture." +msgid "Click to make the entire picture drip." +msgstr "पूरे चित्र में पैनापन लाने के लिए क्लिक करें|" + #: ../../magic/src/blur.c:81 msgid "Blur" msgstr "अधुक " @@ -1522,10 +1528,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 3c090cc82..32b7ccd90 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:39-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 -msgid "A drawing program for children." +#: ../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." @@ -1399,7 +1399,7 @@ msgstr "Klik dan alihkan tetikus di sekeliling untuk membuat lukisan kapur." msgid "Click to turn the entire picture into a chalk drawing." msgstr "Klik dan alihkan tetikus di sekeliling untuk membuat lukisan kapur." -#: ../../magic/src/blocks_chalk_drip.c:174 +#: ../../magic/src/blocks_chalk_drip.c:176 #, fuzzy #| msgid "Click and move the mouse around to make the picture drip." msgid "Click and drag the mouse around to make the picture drip." @@ -1407,6 +1407,12 @@ msgstr "" "Klik dan gerakkan tetikus di sekeliling untuk menjadikan gambar berbentuk " "titisan." +#: ../../magic/src/blocks_chalk_drip.c:180 +#, fuzzy +#| msgid "Click to sharpen the entire picture." +msgid "Click to make the entire picture drip." +msgstr "Klik untuk jelaskan keseluruhan gambar anda." + #: ../../magic/src/blur.c:81 msgid "Blur" msgstr "Kabur" @@ -1506,10 +1512,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 bfe9f8bc6..a43613182 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:39-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 -msgid "A drawing program for children." -msgstr "Et tegneprogram for de yngste." +#: ../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." @@ -1387,10 +1387,16 @@ msgid "Click to turn the entire picture into a chalk drawing." msgstr "" "Hold inne knappen og flytt rundt for å gjøre tegningen om til en krittegning." -#: ../../magic/src/blocks_chalk_drip.c:174 +#: ../../magic/src/blocks_chalk_drip.c:176 msgid "Click and drag the mouse around to make the picture drip." msgstr "Hold inne knappen og flytt rundt for å gjøre tegningen dryppende." +#: ../../magic/src/blocks_chalk_drip.c:180 +#, fuzzy +#| msgid "Click to sharpen the entire picture." +msgid "Click to make the entire picture drip." +msgstr "Trykk for å gjøre hele tegningen skarpere." + #: ../../magic/src/blur.c:81 msgid "Blur" msgstr "Uklar" @@ -1482,10 +1488,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 5f83bb356..93bcf2ad6 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:39-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 -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 " @@ -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." @@ -1402,12 +1402,18 @@ msgstr "चित्रलाई चक ड्रइङ बनाउनका msgid "Click to turn the entire picture into a chalk drawing." msgstr "चित्रलाई चक ड्रइङ बनाउनका लागि क्लिक गर्नुहोस् अनि माउस घुमाउनुहोस्।" -#: ../../magic/src/blocks_chalk_drip.c:174 +#: ../../magic/src/blocks_chalk_drip.c:176 #, fuzzy #| msgid "Click and move the mouse around to make the picture drip." msgid "Click and drag the mouse around to make the picture drip." msgstr "चित्र ड्रिप बनाउनका लागि क्लिक गर्नुहस् अनि माउस घुमाउनुहोस्" +#: ../../magic/src/blocks_chalk_drip.c:180 +#, fuzzy +#| msgid "Click to sharpen the entire picture." +msgid "Click to make the entire picture drip." +msgstr "पाईँको पूरा चित्र तिख्याउनुको लागि क्लिक गर्नुहोस्" + #: ../../magic/src/blur.c:81 msgid "Blur" msgstr "धमिलो पार्नु" @@ -1506,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/nl.po b/src/po/nl.po index f395b6ca0..72c16a9ad 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:39-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 -msgid "A drawing program for children." -msgstr "Een tekenprogramma voor kinderen." +#: ../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." @@ -1403,10 +1403,16 @@ msgid "Click to turn the entire picture into a chalk drawing." msgstr "" "Klik en sleep de muis om de tekening te veranderen in een krijttekening!" -#: ../../magic/src/blocks_chalk_drip.c:174 +#: ../../magic/src/blocks_chalk_drip.c:176 msgid "Click and drag the mouse around to make the picture drip." msgstr "Klik en sleep de muis om daar de tekening te laten druipen!" +#: ../../magic/src/blocks_chalk_drip.c:180 +#, fuzzy +#| msgid "Click to sharpen the entire picture." +msgid "Click to make the entire picture drip." +msgstr "Klik om overgangen in je hele tekening te verscherpen." + #: ../../magic/src/blur.c:81 msgid "Blur" msgstr "Vervagen" @@ -1496,10 +1502,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 6002430b5..be3707243 100644 --- a/src/po/nn.po +++ b/src/po/nn.po @@ -1,19 +1,19 @@ # Translation of Tux Paint to Norwegian Nynorsk # -# Karl Ove Hufthammer , 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2014, 2015, 2017, 2020, 2021. +# Karl Ove Hufthammer , 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2014, 2015, 2017, 2020, 2021, 2022. msgid "" msgstr "" "Project-Id-Version: nn\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-06-14 00:59-0700\n" -"PO-Revision-Date: 2021-06-28 19:38+0200\n" +"POT-Creation-Date: 2022-07-03 16:39-0700\n" +"PO-Revision-Date: 2022-07-03 13:23+0200\n" "Last-Translator: Karl Ove Hufthammer \n" "Language-Team: Norwegian Nynorsk \n" "Language: nn\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: Lokalize 21.04.2\n" +"X-Generator: Lokalize 22.04.2\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. Response to Black (0, 0, 0) color selected @@ -184,10 +184,8 @@ msgid "Solid" msgstr "Einsfarga" #: ../fill_tools.h:51 -#, fuzzy -#| msgid "Brushes" msgid "Brush" -msgstr "Penslar" +msgstr "Pensel" #: ../fill_tools.h:52 msgid "Linear" @@ -202,10 +200,9 @@ msgid "Click to fill an area with a solid color." msgstr "Trykk for å fylla heile området med fargen frå målingbøtta." #: ../fill_tools.h:58 -#, fuzzy -#| msgid "Click to fill an area with a solid color." msgid "Click and drag to fill an area by hand, using a brush." -msgstr "Trykk for å fylla heile området med fargen frå målingbøtta." +msgstr "" +"Hald inne knappen og flytt rundt for å fylla området for hand med ein pensel." #: ../fill_tools.h:59 msgid "" @@ -238,6 +235,7 @@ msgstr "Kult!" msgid "Keep it up!" msgstr "Hald fram slik!" +# skip-rule: unormert #. Congratulations #4 #: ../great.h:46 msgid "Good job!" @@ -275,50 +273,44 @@ msgstr "ZH_TW" #. Add menu items #: ../macos.m:56 -#, fuzzy -#| msgid "Tux Paint" msgid "About Tux Paint" -msgstr "Tux Paint" +msgstr "Om Tux Paint" #: ../macos.m:61 -#, fuzzy -#| msgid "Tux Paint" msgid "Hide Tux Paint" -msgstr "Tux Paint" +msgstr "Gøym Tux Paint" #: ../macos.m:64 msgid "Hide Others" -msgstr "" +msgstr "Gøym andre" #: ../macos.m:67 msgid "Show All" -msgstr "" +msgstr "Vis alle" #: ../macos.m:71 -#, fuzzy -#| msgid "Tux Paint" msgid "Quit Tux Paint" -msgstr "Tux Paint" +msgstr "Avslutt Tux Paint" #. Put menu into the menubar #: ../macos.m:101 ../macos.m:109 msgid "Window" -msgstr "" +msgstr "Vindauge" #. "Minimize" item #: ../macos.m:104 msgid "Minimize" -msgstr "" +msgstr "Minimer" -#: ../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 -msgid "A drawing program for children." -msgstr "Eit teikneprogram for dei yngste." +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:9 ../tuxpaint.desktop.in:10 +msgid "A drawing program for children" +msgstr "Eit teikneprogram for dei 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 " @@ -326,69 +318,91 @@ msgid "" "and an encouraging cartoon mascot who guides children as they use the " "program." msgstr "" +"Tux Paint er eit fritt og gratis pris­vinnande teikne­program for ungar frå 3 " +"til 12 år. Det vert brukt på barne­skular i heile verda som ein pedagogisk " +"teikne­aktivitet. Det er lett å bruka, med artige lyd­effektar og ein kjekk " +"pingvin­maskot som hjelper til." -#: ../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 "" +"Ungane vert presenterte for eit tomt lerret og mange teikne­verktøy, som lèt " +"dei vera kreative." -#: ../org.tuxpaint.Tuxpaint.metainfo.xml.in:24 +#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:24 msgid "New Breed Software et al." -msgstr "" +msgstr "New Breed Software et al." -#: ../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 "" +msgstr "Magiverktøyet er eit sett spesialeffektar." -#: ../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 "" +msgstr "Med penselverktøyet kan ein teikna med ulike penslar og fargar." -#: ../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 "" +msgstr "Stempelverktøyet fungerer som gummi­stempel eller klistremerke." -#: ../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 " "blue) and shades (white, grey, and black) to create new colors, similar to " "mixing paints." msgstr "" +"Fargepaletten har no ein ny farge­veljar, der du kan blanda primær­fargane " +"(magenta, gul og cyanblå) og skugge­fargar (kvit, grå og svart) for å laga ny " +"fargar." -#: ../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, " "and value settings, allowing users to choose from over sixteen million " "colors." msgstr "" +"I den tradisjonelle fargeveljaren, som før viste ein palett på rundt " +"sekstifem tusen fargar, kan du no velja fargenyanse, fargemetting og " +"lysstyrke direkte, noko som gjev tilgang til over seksten millionar fargar." -#: ../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 "" +"Det finst no ein snøggtast for tilgang til «pipetten» som lèt deg henta " +"fargar frå teikninga." -#: ../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 "" +"I målings- og linjeverktøya kan du no endra avstanden mellom penselstrøka, " +"for å laga prikka linjer eller utgniings­effektar. Mange av penslane har òg " +"fått betre standardavstand." -#: ../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 " "across the canvas in tiles, rather than filling the canvas with a solid " "background color. The Rush tool blurs the results." msgstr "" +"Det er lagt til to nye variantar av dei magiske forstørrings­verktøya – " +"flisforstørring og hastverk. Når du krympar ei teikning med flisforstørring, " +"vert det laga små kopiar av teikninga bortover og nedover, i staden for å " +"fylla den ledige plassen med ein farge. Hastverk-verktøyet gjer biletet " +"uklart (rørslesløring)." -#: ../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,16 +410,23 @@ msgid "" "adjustments. Instructional information shown while using some other tools " "has also been expanded." msgstr "" +"Figurverktøya har no òg sekskantar og sjukantar. Viss ein figur kan " +"strekkjast (gjeld blant anna rektangel og ellipsar), vert breidd/høgd-" +"forholdet vist i tekstfeltet. Tekst­informasjonen for nokre andre verktøy har " +"òg blitt utvida." -#: ../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 " "macOS. Sizing of Tux Paint's built-in on-screen keyboard has been improved. " "The look and feel of the user documentation has been improved." msgstr "" +"Snøggtastar, som «Ctrl + S» for lagring av teikninga, er no tilgjengeleg med " +"den meir tradisjonelle «⌘»-tasten (kommando­tasten) på macOS. Storleiken på " +"det innebygde skjerm­tastaturet er òg forbetra, og det same er hjelpefilene." -#: ../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,8 +434,12 @@ msgid "" "brush shape selector. Additionally, the Fill tool now offers a freehand " "painting mode for interactively coloring within a confined area." msgstr "" +"I målings- og linjeverktøya finst det no penslar som endrar vinkel basert på " +"retninga du teiknar i. Desse penslane og dei eldre animerte penslane vert no " +"markerte med eigne ikon i hjørnet. Bøtteverktøyet (fargefyll-verktøyet) har " +"no òg fått ein frihands­pensel, der du kan fylla delar av avgrensa område." -#: ../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,8 +449,14 @@ msgid "" "fun-house mirror. Lastly, Smooth Rainbow provides a more gradual variation " "of Tux Paint's classic Rainbow tool." msgstr "" +"Seks nye magiske verktøy er lagde til: «Panel» krympar og lagar kopiar i eit " +"2 × 2-rutenett, som er nyttig for å laga teikneserie­ruter. «Motsett» gjer " +"fargar om til komplementær­fargar. «Lyn» lèt deg teikna lyn. «Refleksjon» lèt " +"deg laga vasspegling av teikninga. «Strekk» strekkjer og krympar teikninga, " +"som i eit spegelhus på tivoli. «Jamn regnboge» er ein jamnare variant av det " +"klassiske regnboge­verktøyet." -#: ../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,39 +464,57 @@ msgid "" "television screen. Additionally, Cartoon and Halftone, along with Blocks, " "Chalk, and Emboss, now offer the ability to alter the entire image at once!" msgstr "" +"I tillegg er fleire eldre magiske verktøy oppdaterte. Forbetringar er gjorde " +"for «Raster», som simulerer fotografi i aviser, «Forsterk», som gjer at " +"teikningar ser ut som teikneseriar og «Fjernsyn», som simulerer ein (eldre) " +"fjernsyns­skjerm. Det er òg no mogleg å køyra «Forsterk», «Raster» og " +"«Blokk», «Krit» og «Relieff» på heile teikninga på ein gong." -#: ../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, " "artistic, and picture decorations — making it easier to find the tool you " "need." msgstr "" +"Og til slutt er magiverktøya no grupperte i samlingar av liknande effektar – " +"målingar, forvrenging, fargefilter, heilteikning-forvrenging, mønster­måling, " +"kunst og pynt – slik at det vert lettare å finna verktøyet du treng." -#: ../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 " "the mouse click, while the \"Linear\" fill allows the interactive creation " "of gradients at different angles and sizes." msgstr "" +"Med bøtteverktøyet er det no mogleg å fylla område med overgangar mellom to " +"fargar. Radiell­varianten lagar sirkelforma overgangar, mens den lineære " +"overgangen lèt deg sjølv velja storleik og retning på overgangen." -#: ../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 " "canvas with a check pattern, and \"Clone\" allows duplicating parts of the " "picture via brush strokes." msgstr "" +"Det er lagt til nokre nye magiske verktøy: «Pikslar» gjer det lettare å laga " +"piksel­kunst i retrostil, «Sjakkbrett» fyller heile teikninga med eit " +"sjakkbrett­mønster og «Klon» lèt deg kopiera delar av teikninga med ein " +"pensel." -#: ../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 "" +"Hjelpefilene har fått ei overhaling, som òg gjer det lettare å omsetja ho " +"til nye språk. Er du interessert i å hjelpa til, ta kontakt med Tux Paint-" +"utviklarane." -#: ../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,35 +523,52 @@ msgid "" "be helpful to users of coarse input devices, such as eye-gaze tracking " "systems." msgstr "" +"Og til slutt er det nokre forbetringar som gjeld universell utforming. Heile " +"brukar­grensesnittet kan no forstørrast, noko som gjer programmet lettare å " +"bruka for personar med synsvanskar eller på skjermar med høg oppløysing. " +"Denne funksjonen, saman med den nye mogleg­heita for å reorganisera farge­" +"paletten, kan òg vera nyttig for brukarar med unøyaktige styre­einingar, for " +"eksempel dei som brukar augestyring." -#: ../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 "" +"Det er gjort ei stor forbetring i figurverktøyet, der du no kan velja å " +"teikna figurane frå midten eller frå eit hjørne." -#: ../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 "" +"Skjermtastaturet, som er tilgjengeleg når du brukar tekst- og merkelapp­" +"verktøya, vert no vist større på nokre skjermar. Dette er nyttig for " +"brukarar med unøyaktige styre­einingar, for eksempel dei som brukar " +"augestyring." -#: ../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 "" +"Viskelêrverktøyet har no nokre nye og mindre storleikar, som gjev jamnare " +"strøk når du flyttar penselen raskt." -#: ../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 "" +"Og til slutt er det no mogleg å eksportera enkelt­teikningar og GIF-" +"animasjonar, slik at du lett kan dela både teikningar og lysbilete­" +"framvisingar med andre." -#: ../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,28 +577,42 @@ msgid "" "also be placed at the end of that dialog, allowing emphasis of template " "images." msgstr "" +"I denne nyaste versjonen er bøtteverktøyet (fargefyll-verktøyet) gjort om " +"frå eit magi­verktøy til eit eige hovudverktøy, slik at det er lettare å " +"finna. Det er òg nokre ytings­forbetringar ved oppstart og når du opna «ny " +"teikning»-vindauget. Dei einsfarga bakgrunnane kan òg plasserast på slutten " +"av dette vindauget, for å gje meir fokus til teikningsmalane." -#: ../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 "" +"Det er no mogleg å slå av stereolyd, noko som kan vera nyttig for enkelte " +"brukarar med høyrsle­hemmingar eller i situasjonar der berre éin høgtalar er " +"tilgjengeleg." -#: ../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 "" +"Nytt i denne versjonen er ein «fargeplukkar», som du kan bruka for å henta " +"fargar frå teikninga, og eit sett med tre-, fire- og femtagga stjernefigurar." -#: ../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, " "Kabyle, Urdu, and Devanagari and Perso-Arabic variations of Kashmiri and " "Sindhi. Thirty other translations have been updated, as well." msgstr "" +"Denne versjonen er òg omsett til fleire nye språk: bengali, bodo, dogri, " +"kabylsk, urdu og devanagari- og persiske variantar av kasjmiri og sindhi. " +"Talet på (delvis) støtta språk er no nesten 130. I tillegg er 30 gamle " +"omsetjingar oppdaterte." #. Square shape tool (4 equally-lengthed sides at right angles) #: ../shapes.h:266 ../shapes.h:267 @@ -566,17 +646,13 @@ msgstr "Femkant" #. Hexagon shape tool (6 sides) #: ../shapes.h:290 ../shapes.h:291 -#, fuzzy -#| msgid "Hexagon Mosaic" msgid "Hexagon" -msgstr "Sekskanta mosaikk" +msgstr "Sekskant" #. Heptagon (aka septagon) shape tool (7 sides) #: ../shapes.h:294 ../shapes.h:295 -#, fuzzy -#| msgid "Hexagon Mosaic" msgid "Heptagon" -msgstr "Sekskanta mosaikk" +msgstr "Sjukant" #. Octagon shape tool (8 sides) #: ../shapes.h:298 ../shapes.h:299 @@ -629,17 +705,13 @@ msgstr "Ein femkant har fem sider." #. Description of a hexagon #: ../shapes.h:353 ../shapes.h:354 -#, fuzzy -#| msgid "A pentagon has five sides." msgid "A hexagon has six sides." -msgstr "Ein femkant har fem sider." +msgstr "Ein sekskant har seks sider." #. Description of a heptagon #: ../shapes.h:357 ../shapes.h:358 -#, fuzzy -#| msgid "A pentagon has five sides." msgid "A heptagon has seven sides." -msgstr "Ein femkant har fem sider." +msgstr "Ein sjukant har sju sider." #. Description of an octagon #: ../shapes.h:361 ../shapes.h:362 @@ -649,7 +721,8 @@ msgstr "Ein åttekant har åtte sider." #. Description of a rhombus #: ../shapes.h:365 ../shapes.h:366 msgid "A rhombus has four equal sides, and opposite sides are parallel." -msgstr "Ein rombe har fire like lange sider og motståande sider er parallelle." +msgstr "" +"Ein rombe har fire like lange sider, og motståande sider er parallelle." #: ../shapes.h:368 ../shapes.h:369 msgid "A star with 3 points." @@ -664,28 +737,18 @@ msgid "A star with 5 points." msgstr "Ei stjerne med fem taggar." #: ../shapes.h:433 -#, fuzzy -#| msgid "" -#| "Pick a shape. Click to start drawing, drag, and let go when it is the " -#| "size you want. Move around to rotate it, and click to draw it." msgid "" "Pick a shape. Click to start drawing, drag, and let go when it is the size " "and shape you want. Move around to rotate it, and click again to draw it." msgstr "" -"Vel ein figur, og trykk og dra for å velja storleiken på han. Flytt rundt " -"for å dreia han, og trykk til slutt for å teikna han." +"Vel ein figur, og trykk og dra for å velja storleik og form på han. Flytt " +"rundt for å dreia han, og trykk til slutt for å teikna han." #: ../shapes.h:434 -#, fuzzy -#| msgid "" -#| "Pick a shape. Click to start drawing, drag, and let go when it is the " -#| "size you want. Move around to rotate it, and click to draw it." msgid "" "Pick a shape. Click to start drawing, drag, and let go when it is the size " "and shape you want." -msgstr "" -"Vel ein figur, og trykk og dra for å velja storleiken på han. Flytt rundt " -"for å dreia han, og trykk til slutt for å teikna han." +msgstr "Vel ein figur, og trykk og dra for å velja storleik og form på han." #: ../shapes.h:440 msgid "Draw shapes from the center." @@ -765,7 +828,7 @@ msgstr "Tekst" #. Label tool #: ../tools.h:77 msgid "Label" -msgstr "Merkelapp" +msgstr "Merke­lapp" #. Fill tool #: ../tools.h:80 @@ -835,15 +898,9 @@ msgid "" "Press [Enter] or [Tab] to complete the text." msgstr "" "Vel tekststil. Trykk så på teikninga og skriv i veg. Trykk «Enter» " -"eller «Tab» for å fullføra teksten." +"eller «Tab» for å festa teksten til teikninga." #: ../tools.h:132 -#, fuzzy -#| msgid "" -#| "Choose a style of text. Click on your drawing and you can start typing. " -#| "Press [Enter] or [Tab] to complete the text. By using the selector button " -#| "and clicking an existing label, you can move it, edit it and change its " -#| "text style." msgid "" "Choose a style of text. Click on your drawing and you can start typing. " "Press [Enter] or [Tab] to complete the text. By using the selector button " @@ -851,8 +908,9 @@ msgid "" "text style." msgstr "" "Vel tekststil. Trykk så på teikninga og skriv i veg. Trykk «Enter» " -"eller «Tab» for å fullføra teksten. Du kan bruka objektveljaren og trykkja " -"på ein merkelapp for å flytta eller redigera han, eller endra tekststilen." +"eller «Tab» for å festa teksten til teikninga. Du kan bruka objekt­veljaren " +"og trykkja på ein merkelapp for å flytta eller redigera han, eller endra " +"tekststilen." #. Magic tool instruction #: ../tools.h:138 @@ -882,7 +940,7 @@ msgstr "Vel fargen eller biletet du vil starta den nye teikninga med." #. Response to 'open' action (while file dialog is being constructed) #: ../tools.h:153 msgid "Open…" -msgstr "Opna …" +msgstr "Opna …" #. Response to 'save' action #: ../tools.h:156 @@ -892,7 +950,7 @@ msgstr "Teikninga er lagra." #. Response to 'print' action (while printing, or print dialog is being used) #: ../tools.h:159 msgid "Printing…" -msgstr "Skriv ut …" +msgstr "Skriv ut …" #. Response to 'quit' (exit) action #: ../tools.h:162 @@ -905,24 +963,25 @@ msgid "Let go of the button to complete the line." msgstr "Slepp knappen for å teikna linja." #: ../tools.h:167 -#, fuzzy, c-format -#| msgid "Let go of the button to complete the line." +#, c-format msgid "" "Let go of the button to complete the line. (Your line’s angle is %.0f " "degrees.)" -msgstr "Slepp knappen for å teikna linja." +msgstr "Slepp knappen for å teikna linja. (Vinkelen til linja er %.0f gradar.)" #. Instruction while using Shape tool (after first click, before release) #: ../tools.h:170 msgid "Hold the button to stretch the shape." msgstr "Hald inne museknappen for å strekkja figuren." +# Me brukar ikkje hermeteikn her på norsk. #: ../tools.h:171 -#, fuzzy, c-format -#| msgid "Hold the button to stretch the shape." +#, c-format msgid "" "Hold the button to stretch the shape. (It has an aspect ratio of \"%.2g:1\".)" -msgstr "Hald inne museknappen for å strekkja figuren." +msgstr "" +"Hald inne museknappen for å strekkja figuren. (Han har eit breidd/høgd-" +"forhold på %.2g:1.)" #. Instruction while finishing Shape tool (after release, during rotation step before second click) #: ../tools.h:174 @@ -930,12 +989,13 @@ msgid "Move the mouse to rotate the shape. Click to draw it." msgstr "Flytt på musa for å dreia figuren, og trykk så for å teikna han." #: ../tools.h:175 -#, fuzzy, c-format -#| msgid "Move the mouse to rotate the shape. Click to draw it." +#, c-format msgid "" "Move the mouse to rotate the shape. Click to draw it. (It is rotated %d " "degrees.)" -msgstr "Flytt på musa for å dreia figuren, og trykk så for å teikna han." +msgstr "" +"Flytt på musa for å dreia figuren, og trykk så for å teikna han. (Han er " +"dreia %d gradar.)" #. Notification that 'New' action was aborted (current image would have been lost) #: ../tools.h:178 @@ -948,6 +1008,9 @@ msgid "" "Clicking an existing label (or press [Tab] to cycle through them and [Enter] " "to choose). Then, you can move it, edit it, and change its text style." msgstr "" +"Trykk på ein merkelapp (eller bruk tabulator­tasten til å bla gjennom merke­" +"lappane og «Enter» for å velja ein). Du kan så flytta han, redigera han og " +"endra tekststilen." #. Instructions to show when a Label has been chosen with the selector #: ../tools.h:184 @@ -956,6 +1019,9 @@ msgid "" "the text, and use the options to change its text style. Press [Enter] or " "[Tab] when you're finished." msgstr "" +"Trykk på teikninga viss du vil flytta merkelappen, skriv for å endra teksten " +"eller bruk valknappane for å endra tekststilen. Trykk «Enter» eller tabulator­" +"tasten når du er ferdig." #. Instructions to show when the Label tool's apply mode is activated #: ../tools.h:187 @@ -963,40 +1029,50 @@ msgid "" "Clicking an existing label (or press [Tab] to cycle through them and [Enter] " "to choose) to permanently apply the text to the canvas." msgstr "" +"Trykk på ein merkelapp (eller bruk tabulator­tasten til å bla gjennom merke­" +"lappane og «Enter» for å velja ein) for å festa han til teikninga." #. Instructions to show when choosing brushes, depending on the brush's feature (if there are none, show_brush_tip() will show the current tool's tip) #: ../tools.h:190 msgid "This brush is animated; its shape changes as you draw!" msgstr "" +"Denne penselen er animert; han vekslar mellom ulike bilete mens du teiknar!" #: ../tools.h:191 msgid "This brush changes depending on the angle." -msgstr "" +msgstr "Denne penselen endrar seg etter kva retning du teiknar i." #: ../tools.h:192 msgid "" "This brush changes depending on the angle, and is animated; its shape " "changes as you draw!" msgstr "" +"Denne penselen endrar seg etter kva retning du teiknar i, og er animert; han " +"vekslar mellom ulike bilete mens du teiknar!" #: ../tools.h:194 msgid "This brush's spacing is now 1 pixel!" -msgstr "" +msgstr "Avstanden mellom penselstrøka er no 1 piksel!" #: ../tools.h:195 #, c-format msgid "" "This brush's spacing is now about %1$d/%2$d the size of the brush shape." msgstr "" +"Avstanden mellom penselstrøka er no om lag %1$d/%2$d gongar så stor som " +"sjølve penselen." #: ../tools.h:196 msgid "This brush's spacing is now about the size of the brush shape." msgstr "" +"Avstanden mellom penselstrøka er no om lag like stor som sjølve penselen." #: ../tools.h:197 #, c-format msgid "This brush's spacing is now about %d times as big as the brush shape." msgstr "" +"Avstanden mellom penselstrøka er no om lag %d gongar så stor som sjølve " +"penselen." #: ../tools.h:198 #, c-format @@ -1004,6 +1080,8 @@ msgid "" "This brush's spacing is now about %1$d %2$d/%3$d times as big as the brush " "shape." msgstr "" +"Avstanden mellom penselstrøka er no om lag %1$d og %2$d/%3$d gongar så stor " +"som sjølve penselen." #. Prompt to confirm user wishes to quit #: ../tuxpaint.c:2339 @@ -1132,7 +1210,7 @@ msgstr "Lyd slått på." #. Wait while Text tool finishes loading fonts #: ../tuxpaint.c:3416 msgid "Please wait…" -msgstr "Vent litt …" +msgstr "Vent litt …" #. Open dialog: 'Erase' button, to erase/deleted the selected picture #: ../tuxpaint.c:8862 @@ -1172,7 +1250,7 @@ msgstr "Neste" #. Color mixer dialog: 'Clear' button, to reset the mixed color #: ../tuxpaint.c:8883 msgid "Clear" -msgstr "" +msgstr "Tøm" #. Label for 'Letters' buttons (font selector, down the right when the Text tool is being used); used to show the difference between font faces #: ../tuxpaint.c:9742 @@ -1224,62 +1302,54 @@ msgstr "" #. Descriptions (names) of the color mixer tool's primary colors and shades #: ../tuxpaint.c:22950 msgid "red" -msgstr "" +msgstr "raud" #: ../tuxpaint.c:22951 -#, fuzzy -#| msgid "Yellow!" msgid "yellow" -msgstr "Gul!" +msgstr "gul" #: ../tuxpaint.c:22952 -#, fuzzy -#| msgid "Sky blue!" msgid "blue" -msgstr "Lyseblå!" +msgstr "blå" #: ../tuxpaint.c:22953 -#, fuzzy -#| msgid "White!" msgid "white" -msgstr "Kvit!" +msgstr "kvit" #: ../tuxpaint.c:22954 msgid "grey" -msgstr "" +msgstr "grå" #: ../tuxpaint.c:22955 -#, fuzzy -#| msgid "Black!" msgid "black" -msgstr "Svart!" +msgstr "svart" #. Tool tip text describing a mixed color (e.g., "1/3 red and 1/2 yellow", or "1/3 blue and 2/3 white", etc.) #: ../tuxpaint.c:22960 #, c-format msgid "Your color is %1$s %2$s." -msgstr "" +msgstr "Fargen er %1$s %2$s." #: ../tuxpaint.c:22961 #, c-format msgid "Your color is %1$s %2$s and %3$s %4$s." -msgstr "" +msgstr "Fargen er %1$s %2$s og %3$s %4$s." #: ../tuxpaint.c:22962 #, c-format msgid "Your color is %1$s %2$s, %3$s %4$s, and %5$s %6$s." -msgstr "" +msgstr "Fargen er %1$s %2$s, %3$s %4$s og %5$s %6$s." #: ../tuxpaint.c:22963 #, c-format msgid "Your color is %1$s %2$s, %3$s %4$s, %5$s %6$s, and %7$s %8$s." -msgstr "" +msgstr "Fargen er %1$s %2$s, %3$s %4$s, %5$s %6$s og %7$s %8$s." #: ../tuxpaint.c:22964 #, c-format msgid "" "Your color is %1$s %2$s, %3$s %4$s, %5$s %6$s, %7$s %8$s, and %9$s %10$s." -msgstr "" +msgstr "Fargen er %1$s %2$s, %3$s %4$s, %5$s %6$s, %7$s %8$s og %9$s %10$s." #: ../tuxpaint.c:22965 #, c-format @@ -1287,38 +1357,44 @@ msgid "" "Your color is %1$s %2$s, %3$s %4$s, %5$s %6$s, %7$s %8$s, %9$s %10$s, and " "%11$s %12$s." msgstr "" +"Fargen er %1$s %2$s, %3$s %4$s, %5$s %6$s, %7$s %8$s, %9$s %10$s og %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 "" +msgstr "heilt" #. Add "Color Select" color: -#: ../tuxpaint.c:26644 +#: ../tuxpaint.c:26651 msgid "Select a color from your drawing." msgstr "Vel ein farge frå teikninga." #. 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." msgstr "" +"Vel ein farge. Fargenyansane endrar seg nedover. Fargemettinga/-intensiteten " +"endrar seg frå bleik (til venstre) til fargesterk (til høgre). Lysstyrke " +"(lys/mørk): grå stolpe." #. 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." msgstr "" +"Trykk på primærfargane (magenta, gul og cyanblå), kvit (for å gjera lysare), " +"grå (for å gjera bleikare) og svart (for å gjera mørkare) for å blanda saman " +"ein ny farge." #: ../tuxpaint.desktop.in:6 -#, fuzzy -#| msgid "Tux Paint" msgid "tuxpaint" -msgstr "Tux Paint" +msgstr "tuxpaint" #: ../tuxpaint.desktop.in:9 msgid "Drawing program" @@ -1366,10 +1442,8 @@ msgid "Click and drag the mouse around to make the picture blocky." msgstr "Hald inne knappen og flytt rundt for å gjera teikninga «blokkete»." #: ../../magic/src/blocks_chalk_drip.c:158 -#, fuzzy -#| msgid "Click to sharpen the entire picture." msgid "Click to make the entire picture blocky." -msgstr "Trykk for å gjera heile teikninga skarpare." +msgstr "Trykk for å gjera heile teikninga «blokkete»." #: ../../magic/src/blocks_chalk_drip.c:165 msgid "" @@ -1379,18 +1453,19 @@ msgstr "" "kritteikning." #: ../../magic/src/blocks_chalk_drip.c:169 -#, fuzzy -#| msgid "" -#| "Click and drag the mouse around to turn the picture into a chalk drawing." msgid "Click to turn the entire picture into a chalk drawing." -msgstr "" -"Hald inne knappen og flytt rundt for å gjera teikninga om til ei " -"kritteikning." +msgstr "Trykk for å gjera heile teikninga om til ei kritteikning." -#: ../../magic/src/blocks_chalk_drip.c:174 +#: ../../magic/src/blocks_chalk_drip.c:176 msgid "Click and drag the mouse around to make the picture drip." msgstr "Hald inne knappen og flytt rundt for å gjera teikninga drypande." +#: ../../magic/src/blocks_chalk_drip.c:180 +#, fuzzy +#| msgid "Click to make the entire picture blocky." +msgid "Click to make the entire picture drip." +msgstr "Trykk for å gjera heile teikninga «blokkete»." + #: ../../magic/src/blur.c:81 msgid "Blur" msgstr "Uskarp" @@ -1435,13 +1510,9 @@ msgstr "" "tydelegare." #: ../../magic/src/cartoon.c:125 -#, fuzzy -#| msgid "" -#| "Click and drag the mouse around to turn the picture into a chalk drawing." msgid "Click to turn the entire picture into a cartoon." msgstr "" -"Hald inne knappen og flytt rundt for å gjera teikninga om til ei " -"kritteikning." +"Trykk for å gjera fargane klarare og strekane tydelegare på heile teikninga." #: ../../magic/src/checkerboard.c:100 msgid "Checkerboard" @@ -1483,10 +1554,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" @@ -1555,10 +1632,8 @@ msgid "Fretwork" msgstr "Pinneverk" #: ../../magic/src/fretwork.c:189 -#, fuzzy -#| msgid "Click and drag to draw repetitive patterns. " msgid "Click and drag to draw repetitive patterns." -msgstr "Hald inne knappen og flytt rundt for å teikna mønster. " +msgstr "Hald inne knappen og flytt rundt for å teikna mønster." #: ../../magic/src/fretwork.c:191 msgid "Click to surround your picture with repetitive patterns." @@ -1594,10 +1669,8 @@ msgid "Click and drag to turn your drawing into a newspaper." msgstr "Hald inne knappen og flytt rundt for å gjera teikninga om til ei avis." #: ../../magic/src/halftone.c:51 -#, fuzzy -#| msgid "Click and drag to turn your drawing into a newspaper." msgid "Click to turn your drawing into a newspaper." -msgstr "Hald inne knappen og flytt rundt for å gjera teikninga om til ei avis." +msgstr "Trykk for å gjera heile teikninga om til ei avis." #: ../../magic/src/kalidescope.c:120 msgid "Symmetric Left/Right" @@ -1666,16 +1739,14 @@ msgid "Click and drag to draw a beam of light on your picture." msgstr "Hald inne knappen og flytt rundt for å teikna lysstrålar." #: ../../magic/src/lightning.c:78 -#, fuzzy -#| msgid "Lighten" msgid "Lightning" -msgstr "Lysare" +msgstr "Lyn" #: ../../magic/src/lightning.c:88 -#, fuzzy -#| msgid "Click and drag to draw a beam of light on your picture." msgid "Click, drag, and release to draw a lightning bolt between two points." -msgstr "Hald inne knappen og flytt rundt for å teikna lysstrålar." +msgstr "" +"Hald inne knappen og flytt rundt for å velja kor du skal teikna lynet frå og " +"til." #: ../../magic/src/metalpaint.c:99 msgid "Metal Paint" @@ -1767,32 +1838,31 @@ msgstr "Negativ" #: ../../magic/src/negative.c:74 msgid "Opposite" -msgstr "" +msgstr "Motsett" #: ../../magic/src/negative.c:79 msgid "Click and drag the mouse around to make your painting negative." -msgstr "Hald inne knappen og flytt rundt for å byta om på fargane." +msgstr "" +"Hald inne knappen og flytt rundt for å endra fargane til negative fargar." #: ../../magic/src/negative.c:80 msgid "Click to turn your painting into its negative." -msgstr "Trykk for å snu fargane på teikninga." +msgstr "Trykk for å endra alle fargane til negative fargar på teikninga." #: ../../magic/src/negative.c:83 -#, fuzzy -#| msgid "" -#| "Click and drag the mouse around to change the color of parts of your " -#| "picture." msgid "" "Click and drag the mouse around to change colors to their opposites -- their " "complementary colors." msgstr "" -"Hald inne knappen og flytt rundt for å endra fargane på delar av teikninga." +"Hald inne knappen og flytt rundt for å endra fargane til motsette fargar – " +"komplementær­fargar." #: ../../magic/src/negative.c:84 msgid "" "Click to turn all colors in your painting into their opposites -- their " "complementary colors." msgstr "" +"Trykk for å endra alle fargane til motsette fargar – komplementær­fargar." #: ../../magic/src/noise.c:66 msgid "Noise" @@ -1812,13 +1882,11 @@ msgstr "Perspektiv" #: ../../magic/src/perspective.c:162 msgid "Panels" -msgstr "" +msgstr "Panel" #: ../../magic/src/perspective.c:163 -#, fuzzy -#| msgid "Zoom" msgid "Tile Zoom" -msgstr "Forstørr" +msgstr "Flis­forstørring" #: ../../magic/src/perspective.c:164 msgid "Zoom" @@ -1826,27 +1894,23 @@ msgstr "Forstørr" #: ../../magic/src/perspective.c:165 msgid "Rush" -msgstr "" +msgstr "Hastverk" #: ../../magic/src/perspective.c:169 msgid "Click on the corners and drag where you want to stretch the picture." msgstr "Trykk i hjørna og dra der du vil strekkja teikninga." #: ../../magic/src/perspective.c:171 -#, fuzzy -#| msgid "Click to turn your painting into its negative." msgid "Click to turn your picture into 2-by-2 panels." -msgstr "Trykk for å snu fargane på teikninga." +msgstr "Trykk for å gjera teikninga om til 2 × 2-panel." #: ../../magic/src/perspective.c:173 -#, fuzzy -#| msgid "Click and drag up to zoom in or drag down to zoom out the picture." msgid "" "Click and drag up to zoom in the picture. Drag down to zoom out and tile the " "picture." msgstr "" -"Hald inne knappen og flytt oppover for å forstørra teikninga, eller nedover " -"for å forminska ho." +"Hald inne knappen og dra opp for å forstørra teikninga. Dra nedover for å " +"forminska ho og laga fliser." #: ../../magic/src/perspective.c:175 msgid "Click and drag up to zoom in or drag down to zoom out the picture." @@ -1855,12 +1919,10 @@ msgstr "" "for å forminska ho." #: ../../magic/src/perspective.c:177 -#, fuzzy -#| msgid "Click and drag up to zoom in or drag down to zoom out the picture." msgid "Click and drag up to rush in or drag down to rush out the picture." msgstr "" -"Hald inne knappen og flytt oppover for å forstørra teikninga, eller nedover " -"for å forminska ho." +"Hald inne knappen og flytt oppover eller nedover for å få teikninga til å " +"sjå ut som om ho vart fotografert av eit kamera i rask rørsle." #: ../../magic/src/pixels.c:107 msgid "Pixels" @@ -1884,21 +1946,19 @@ msgstr "Trykk for å gjera heile teikninga om til eit puslespel." #: ../../magic/src/rails.c:132 msgid "Rails" -msgstr "Jarnbane" +msgstr "Jernbane" #: ../../magic/src/rails.c:142 msgid "Click and drag to draw train track rails on your picture." -msgstr "Hald inne knappen og flytt rundt for å teikna jarnbanelinjer." +msgstr "Hald inne knappen og flytt rundt for å teikna jernbanelinjer." #: ../../magic/src/rainbow.c:138 msgid "Rainbow" msgstr "Regnboge" #: ../../magic/src/rainbow.c:140 -#, fuzzy -#| msgid "Rainbow" msgid "Smooth Rainbow" -msgstr "Regnboge" +msgstr "Jamn regnboge" #: ../../magic/src/rainbow.c:153 msgid "You can draw in rainbow colors!" @@ -1932,18 +1992,15 @@ msgstr "" "Trykk der du vil starta regnbogen, flytt til der du vil han skal enda, og " "slepp så museknappen." +# «Spegelbilete» er oppteken av «spegel»-effekten, som fungerer litt annleis. Kallar derfor dette «refleksjon». #: ../../magic/src/reflection.c:110 msgid "Reflection" -msgstr "" +msgstr "Refleksjon" #: ../../magic/src/reflection.c:120 -#, fuzzy -#| msgid "" -#| "Click and drag the mouse to add a mosaic effect to parts of your picture." msgid "Click and drag the mouse around to add a reflection to your picture." msgstr "" -"Hald inne knappen og flytt rundt for å leggja ein mosaikk på delar av " -"teikninga." +"Hald inne knappen og flytt rundt for å leggja ein refleksjon på teikninga." #: ../../magic/src/ripples.c:103 msgid "Ripples" @@ -1952,7 +2009,7 @@ msgstr "Vassringar" #: ../../magic/src/ripples.c:115 msgid "Click to make ripples appear over your picture." msgstr "" -"Hald inne knappen og flytt rundt for å laga ringar av vatn over teikninga." +"Hald inne knappen og flytt rundt for å leggja ringar av vatn over teikninga." #: ../../magic/src/rosette.c:118 msgid "Rosette" @@ -2051,18 +2108,14 @@ msgstr "Trykk for å dryssa snøflak på teikninga." #: ../../magic/src/stretch.c:107 msgid "Stretch" -msgstr "" +msgstr "Strekk" #: ../../magic/src/stretch.c:119 -#, fuzzy -#| msgid "" -#| "Click and drag to make parts of your picture look like they are on " -#| "television." msgid "" "Click and drag to stretch part of your picture vertically or horizontally." msgstr "" -"Hald inne knappen og flytt rundt for å få teikninga til å sjå ut som ho vert " -"vist på TV." +"Hald inne knappen og flytt rundt å strekkja på delar av teikninga bortover " +"eller oppover." #: ../../magic/src/string.c:129 msgid "String edges" diff --git a/src/po/nr.po b/src/po/nr.po index 0b413a3df..99400635e 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:39-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 -msgid "A drawing program for children." -msgstr "Iphrogremu yokudweba yabantwana." +#: ../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." @@ -1417,13 +1417,18 @@ msgstr "" "Qhwarhaza udose njalo iKhondlwna uzungeleze ukuze uphendulele isithombe " "ukuba mudwebo wetjhogo." -#: ../../magic/src/blocks_chalk_drip.c:174 +#: ../../magic/src/blocks_chalk_drip.c:176 #, fuzzy #| msgid "Click and move the mouse around to make the picture drip." msgid "Click and drag the mouse around to make the picture drip." msgstr "" "Qhwarhaza udose njalo iKhondlwana uzungeleze ukuze uthontisele isithombe." +#: ../../magic/src/blocks_chalk_drip.c:180 +#, fuzzy +msgid "Click to make the entire picture drip." +msgstr "Qhwarhaza wenze umfanekiso osasiboniboni." + #: ../../magic/src/blur.c:81 msgid "Blur" msgstr "Fipheleko" @@ -1528,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 "" "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 33f7f4020..b98213256 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:39-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 -msgid "A drawing program for children." -msgstr "Lenaneo la go thala la bana." +#: ../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." @@ -1416,13 +1416,19 @@ msgstr "" "Kgotla gomme o sepediše mause go fetoša seswantšho gore se be sethalwa sa " "tšhoko." -#: ../../magic/src/blocks_chalk_drip.c:174 +#: ../../magic/src/blocks_chalk_drip.c:176 #, fuzzy #| msgid "Click and move the mouse around to make the picture drip." msgid "Click and drag the mouse around to make the picture drip." msgstr "" "Kgotla gomme o sepediše mause go dira gore seswantšho se be le go rotha." +#: ../../magic/src/blocks_chalk_drip.c:180 +#, fuzzy +#| msgid "Click to sharpen the entire picture." +msgid "Click to make the entire picture drip." +msgstr "Kgotla gore o loutše seswantšho ka moka." + #: ../../magic/src/blur.c:81 msgid "Blur" msgstr "Galoša" @@ -1524,10 +1530,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 52ba08db1..2695a2a8d 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:39-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 -msgid "A drawing program for children." -msgstr "Un logicial de dessenh pels mainatges." +#: ../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." @@ -1343,10 +1343,14 @@ msgstr "" msgid "Click to turn the entire picture into a chalk drawing." msgstr "" -#: ../../magic/src/blocks_chalk_drip.c:174 +#: ../../magic/src/blocks_chalk_drip.c:176 msgid "Click and drag the mouse around to make the picture drip." msgstr "" +#: ../../magic/src/blocks_chalk_drip.c:180 +msgid "Click to make the entire picture drip." +msgstr "" + #: ../../magic/src/blur.c:81 msgid "Blur" msgstr "" @@ -1430,10 +1434,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 f322383ea..a9a9cb6f1 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:39-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 -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 " @@ -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." @@ -1360,11 +1360,16 @@ msgstr "Waabizo" msgid "Click to turn the entire picture into a chalk drawing." msgstr "Waabizo" -#: ../../magic/src/blocks_chalk_drip.c:174 +#: ../../magic/src/blocks_chalk_drip.c:176 #, fuzzy msgid "Click and drag the mouse around to make the picture drip." msgstr "Waabizo" +#: ../../magic/src/blocks_chalk_drip.c:180 +#, fuzzy +msgid "Click to make the entire picture drip." +msgstr "Waabimoojichaagwaazo" + #: ../../magic/src/blur.c:81 msgid "Blur" msgstr "Biigizawinam" @@ -1457,10 +1462,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 b5c5d5a58..003e9ea55 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:39-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 -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 " @@ -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." @@ -1403,12 +1403,18 @@ msgstr "ଚିତ୍ରକୁ ଚକ ଡ୍ରଇଂରେ ପରିବର୍ତ msgid "Click to turn the entire picture into a chalk drawing." msgstr "ଚିତ୍ରକୁ ଚକ ଡ୍ରଇଂରେ ପରିବର୍ତ୍ତନ କରିବା ପାଇଁ କ୍ଲିକ କରି ମାଉସକୁ ଚାରିପଟେ ବୁଲାନ୍ତୁ ୤ " -#: ../../magic/src/blocks_chalk_drip.c:174 +#: ../../magic/src/blocks_chalk_drip.c:176 #, fuzzy #| msgid "Click and move the mouse around to make the picture drip." msgid "Click and drag the mouse around to make the picture drip." msgstr "ଚିତ୍ରକୁ ବୁନ୍ଦା ବୁନ୍ଦା କରିବା ପାଇଁ କ୍ଲିକ କରି ମାଉସକୁ ଚାରିପଟେ ବୁଲାନ୍ତୁ ୤ " +#: ../../magic/src/blocks_chalk_drip.c:180 +#, fuzzy +#| msgid "Click to sharpen the entire picture." +msgid "Click to make the entire picture drip." +msgstr "ସମଗ୍ର ଚିତ୍ରକୁ ତୀକ୍ଷଣ କରିବା ପାଇଁ କ୍ଲିକ କରନ୍ତୁ ୤ " + #: ../../magic/src/blur.c:81 msgid "Blur" msgstr "ଅସ୍ପଷ୍ଟ" @@ -1507,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/pa.po b/src/po/pa.po index 4cf913d23..9a9c6f21f 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:39-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 -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 " @@ -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." @@ -1393,12 +1393,18 @@ msgid "Click to turn the entire picture into a chalk drawing." msgstr "" " ਕਲਿਕ ਕਰੋ ਅਤੇ ਮਾਓਸ ਦੀ ਮਦਦ ਨਾਲ ਆਪਣੀ ਤਸਵੀਰ ਨੂੰ ਸਲੇਟੀ ਨਾਲ ਬਣਾਈ ਹੋਈ ਪੇਂਟਿੰਗ ਵਿਚ ਬਦਲੋ " -#: ../../magic/src/blocks_chalk_drip.c:174 +#: ../../magic/src/blocks_chalk_drip.c:176 #, fuzzy #| msgid "Click and move the mouse around to make the picture drip." msgid "Click and drag the mouse around to make the picture drip." msgstr "ਕਲਿਕ ਕਰੋ ਅਤੇ ਮਾਓਸ ਦੀ ਮਦਦ ਨਾਲ ਆਪਣੀ ਤਸਵੀਰ ਨੂੰ ਬੂੰਦਾਂ ਵਿਚ ਬਦਲੋ " +#: ../../magic/src/blocks_chalk_drip.c:180 +#, fuzzy +#| msgid "Click to sharpen the entire picture." +msgid "Click to make the entire picture drip." +msgstr "ਮਾਓਸ ਕਲਿਕ ਦੀ ਮਦਦ ਨਾਲ ਪੂਰੀ ਤਸਵੀਰ ਨੂ ਤਿਖਾ ਕਰੋ " + #: ../../magic/src/blur.c:81 msgid "Blur" msgstr "ਧੁੰਦਲੀ " @@ -1498,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/pl.po b/src/po/pl.po index 380a5276e..92f5556c9 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:39-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 -msgid "A drawing program for children." -msgstr "Program do rysowania dla dzieci." +#: ../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." @@ -1405,10 +1405,16 @@ msgid "Click to turn the entire picture into a chalk drawing." msgstr "" "Kliknij i przesuń myszką dookoła, aby zamienić obrazek w rysunek kredą." -#: ../../magic/src/blocks_chalk_drip.c:174 +#: ../../magic/src/blocks_chalk_drip.c:176 msgid "Click and drag the mouse around to make the picture drip." msgstr "Kliknij i przesuń myszką dookoła, aby obraz zaczął ociekać kroplami." +#: ../../magic/src/blocks_chalk_drip.c:180 +#, fuzzy +#| msgid "Click to sharpen the entire picture." +msgid "Click to make the entire picture drip." +msgstr "Kliknij, aby wyostrzyć cały rysunek." + #: ../../magic/src/blur.c:81 msgid "Blur" msgstr "Rozmaż" @@ -1498,10 +1504,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 e9d036920..2449280d2 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:39-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 -msgid "A drawing program for children." -msgstr "Um programa de desenho para crianças." +#: ../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." @@ -1379,10 +1379,16 @@ msgstr "Clica e arrasta o rato para converter em desenho de giz." msgid "Click to turn the entire picture into a chalk drawing." msgstr "Clica para transformar a imagem inteira num desenho a giz." -#: ../../magic/src/blocks_chalk_drip.c:174 +#: ../../magic/src/blocks_chalk_drip.c:176 msgid "Click and drag the mouse around to make the picture drip." msgstr "Clica e arrasta o rato para criar gotas no desenho." +#: ../../magic/src/blocks_chalk_drip.c:180 +#, fuzzy +#| msgid "Click to make the entire picture blocky." +msgid "Click to make the entire picture drip." +msgstr "Clica para tornar a imagem inteira em blocos." + #: ../../magic/src/blur.c:81 msgid "Blur" msgstr "Borrar" @@ -1469,10 +1475,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 31138ab8b..bc74c8b88 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:39-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 -msgid "A drawing program for children." -msgstr "Um programa de desenho para crianças." +#: ../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." @@ -1406,10 +1406,16 @@ msgstr "Clique e arraste para transformar a figura em um desenho de giz." msgid "Click to turn the entire picture into a chalk drawing." msgstr "Clique e arraste para transformar a figura em um desenho de giz." -#: ../../magic/src/blocks_chalk_drip.c:174 +#: ../../magic/src/blocks_chalk_drip.c:176 msgid "Click and drag the mouse around to make the picture drip." msgstr "Clique e arraste para a figura ficar escorrida." +#: ../../magic/src/blocks_chalk_drip.c:180 +#, fuzzy +#| msgid "Click to sharpen the entire picture." +msgid "Click to make the entire picture drip." +msgstr "Clique para deixar toda a figura mais nítida." + #: ../../magic/src/blur.c:81 msgid "Blur" msgstr "Borrão" @@ -1499,10 +1505,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 79424b209..a3766f3d9 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:39-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 -msgid "A drawing program for children." -msgstr "Un program de desenat pentru copii." +#: ../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." @@ -1433,12 +1433,18 @@ msgid "Click to turn the entire picture into a chalk drawing." msgstr "" "Click şi mişcă maus-ul pentru a schimba pictura într-un desen din cretă." -#: ../../magic/src/blocks_chalk_drip.c:174 +#: ../../magic/src/blocks_chalk_drip.c:176 #, fuzzy #| msgid "Click and move the mouse around to make the picture drip." msgid "Click and drag the mouse around to make the picture drip." msgstr "Click şi mişcă mouse-ul pentru a face desenul curgător." +#: ../../magic/src/blocks_chalk_drip.c:180 +#, fuzzy +#| msgid "Click to sharpen the entire picture." +msgid "Click to make the entire picture drip." +msgstr "Click pentru a ascuţi întreaga pictură." + #: ../../magic/src/blur.c:81 msgid "Blur" msgstr "Estompare" @@ -1540,10 +1546,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 02925c41d..a9c409475 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:39-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 -msgid "A drawing program for children." -msgstr "Детская программа для рисования." +#: ../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." @@ -1439,10 +1439,16 @@ msgstr "" "Щёлкните и ведите мышью по картинке, чтобы превратить её часть в рисунок " "мелом." -#: ../../magic/src/blocks_chalk_drip.c:174 +#: ../../magic/src/blocks_chalk_drip.c:176 msgid "Click and drag the mouse around to make the picture drip." msgstr "Щёлкните и ведите мышью по картинке, чтобы заставьте её капать." +#: ../../magic/src/blocks_chalk_drip.c:180 +#, fuzzy +#| msgid "Click to sharpen the entire picture." +msgid "Click to make the entire picture drip." +msgstr "Щёлкните, чтобы увеличить резкость картинки." + #: ../../magic/src/blur.c:81 msgid "Blur" msgstr "Размытие" @@ -1537,10 +1543,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 b8c56b7f8..0636cfe58 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:39-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 -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 " @@ -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." @@ -1407,11 +1407,16 @@ msgstr "Na Kwimura i Imbeba Kuri i() y'Ishusho a Igishushanyo" msgid "Click to turn the entire picture into a chalk drawing." msgstr "Na Kwimura i Imbeba Kuri i() y'Ishusho a Igishushanyo" -#: ../../magic/src/blocks_chalk_drip.c:174 +#: ../../magic/src/blocks_chalk_drip.c:176 #, fuzzy msgid "Click and drag the mouse around to make the picture drip." msgstr "Na Kwimura i Imbeba Kuri Ubwoko i() y'Ishusho" +#: ../../magic/src/blocks_chalk_drip.c:180 +#, fuzzy +msgid "Click to make the entire picture drip." +msgstr "Kuri Ubwoko a Ishusho" + #: ../../magic/src/blur.c:81 msgid "Blur" msgstr "" @@ -1505,11 +1510,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 3a3a8bb71..70fb4474a 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:39-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 -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 " @@ -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." @@ -1400,12 +1400,18 @@ msgstr "सुधाखण्डालेख इव चित्रं परि msgid "Click to turn the entire picture into a chalk drawing." msgstr "सुधाखण्डालेख इव चित्रं परिणमितुं मौस् क्लिक् कृत्वा परितः चेष्टय।" -#: ../../magic/src/blocks_chalk_drip.c:174 +#: ../../magic/src/blocks_chalk_drip.c:176 #, fuzzy #| msgid "Click and move the mouse around to make the picture drip." msgid "Click and drag the mouse around to make the picture drip." msgstr "चित्रं स्रावयितुं मौस् क्लिक् कृत्वा परितः चेष्टय।" +#: ../../magic/src/blocks_chalk_drip.c:180 +#, fuzzy +#| msgid "Click to sharpen the entire picture." +msgid "Click to make the entire picture drip." +msgstr "सम्पूर्मचित्रं तीव्रीकर्तुं क्लिक् कुरु।" + #: ../../magic/src/blur.c:81 msgid "Blur" msgstr "अस्पष्टता" @@ -1504,10 +1510,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 5c370187d..f9ca5d997 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:39-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 -msgid "A drawing program for children." -msgstr "गिदरा़ को ला़गित् मित् गार चिता़र तेयार का़मी होरा." +#: ../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." @@ -1407,12 +1407,18 @@ msgstr "चोक खुड़ी गार तेयार रे चिता msgid "Click to turn the entire picture into a chalk drawing." msgstr "चोक खुड़ी गार तेयार रे चितार आ़चुर ला़गित माउस गोटा सेत् लाड़ाव आर ओताय मे." -#: ../../magic/src/blocks_chalk_drip.c:174 +#: ../../magic/src/blocks_chalk_drip.c:176 #, fuzzy #| msgid "Click and move the mouse around to make the picture drip." msgid "Click and drag the mouse around to make the picture drip." msgstr "चिता़र टोपोक् तेयार ला़गित् माउस गोटा सेत् आ़चुर आर ओताय मे." +#: ../../magic/src/blocks_chalk_drip.c:180 +#, fuzzy +#| msgid "Click to sharpen the entire picture." +msgid "Click to make the entire picture drip." +msgstr "गोटा चिता़र लासेर ला़गित् ओताय मे." + #: ../../magic/src/blur.c:81 msgid "Blur" msgstr "धुंध" @@ -1512,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/sat@olchiki.po b/src/po/sat@olchiki.po index 0faff7e26..b794d6e06 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:39-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 -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 " @@ -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." @@ -1393,10 +1393,16 @@ msgid "Click to turn the entire picture into a chalk drawing." msgstr "" "ᱪᱚᱠ ᱠᱷᱩᱲᱤ ᱜᱟᱨ ᱛᱮᱭᱟᱨ ᱨᱮ ᱪᱤᱛᱟᱨ ᱟᱹᱪᱩᱨ ᱞᱟᱹᱜᱤᱫ ᱢᱟᱩᱥ ᱜᱚᱴᱟ ᱚᱨ ᱨᱟᱠᱟᱵᱽ ᱢᱮ ᱟᱨ ᱚᱛᱟᱭ ᱢᱮ ᱾" -#: ../../magic/src/blocks_chalk_drip.c:174 +#: ../../magic/src/blocks_chalk_drip.c:176 msgid "Click and drag the mouse around to make the picture drip." msgstr "ᱪᱤᱛᱟᱹᱨ ᱴᱚᱯᱚᱜ ᱛᱮᱭᱟᱨ ᱞᱟᱹᱜᱤᱫ ᱢᱟᱩᱥ ᱜᱚᱴᱟ ᱥᱮᱫ ᱚᱨ ᱨᱟᱠᱟᱵᱽ ᱟᱹᱪᱩᱨ ᱟᱨ ᱚᱛᱟᱭ ᱢᱮ ᱾" +#: ../../magic/src/blocks_chalk_drip.c:180 +#, fuzzy +#| msgid "Click to sharpen the entire picture." +msgid "Click to make the entire picture drip." +msgstr "ᱜᱚᱴᱟ ᱪᱤᱛᱟᱹᱨ ᱞᱟᱥᱮᱨ ᱞᱟᱹᱜᱤᱫ ᱚᱛᱟᱭ ᱢᱮ ᱾" + #: ../../magic/src/blur.c:81 msgid "Blur" msgstr "ᱫᱷᱩᱸᱫᱷ" @@ -1487,10 +1493,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 1f00a00e2..4be6e8d08 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:39-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 -msgid "A drawing program for children." -msgstr "Programma de disinnu pro sa pitzocalla." +#: ../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." @@ -1394,10 +1394,16 @@ msgid "Click to turn the entire picture into a chalk drawing." msgstr "" "Incarca e traga su cursore pro furriare s'immàgine in disinnu de ghisu." -#: ../../magic/src/blocks_chalk_drip.c:174 +#: ../../magic/src/blocks_chalk_drip.c:176 msgid "Click and drag the mouse around to make the picture drip." msgstr "Incarca e traga su cursore in tundu pro fàghere s'immàgine a gùtios." +#: ../../magic/src/blocks_chalk_drip.c:180 +#, fuzzy +#| msgid "Click to sharpen the entire picture." +msgid "Click to make the entire picture drip." +msgstr "Incarca pro fàghere prus nìdida totu s'immàgine." + #: ../../magic/src/blur.c:81 msgid "Blur" msgstr "Isfoca" @@ -1487,10 +1493,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 40e183ee8..fff0ababc 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:39-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 -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 " @@ -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." @@ -1404,12 +1404,18 @@ msgstr "ليڪن واري نقش ۾ تصوير بدلائڻ لاءِ ڪلڪ ڪر msgid "Click to turn the entire picture into a chalk drawing." msgstr "ليڪن واري نقش ۾ تصوير بدلائڻ لاءِ ڪلڪ ڪريو ۽ اين جي چوطرف مائوس هلايو " -#: ../../magic/src/blocks_chalk_drip.c:174 +#: ../../magic/src/blocks_chalk_drip.c:176 #, fuzzy #| msgid "Click and move the mouse around to make the picture drip." msgid "Click and drag the mouse around to make the picture drip." msgstr "تصوير بوند رچڻ لاءِ ڪلڪ ڪريو ۽ اُن جي چوطرف مائوس هلايو۔" +#: ../../magic/src/blocks_chalk_drip.c:180 +#, fuzzy +#| msgid "Click to sharpen the entire picture." +msgid "Click to make the entire picture drip." +msgstr "پنهنجي سموري تصوير تکي ڪرڻ لاءِ ڪلڪ ڪريو۔" + #: ../../magic/src/blur.c:81 msgid "Blur" msgstr "ڌنڌلو" @@ -1508,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/sd@devanagari.po b/src/po/sd@devanagari.po index 3b2219c9e..3e7ad4caf 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:39-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 -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 " @@ -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." @@ -1403,12 +1403,18 @@ msgstr "लीकुनिवारे नक़्श में तस्वीर msgid "Click to turn the entire picture into a chalk drawing." msgstr "लीकुनिवारे नक़्श में तस्वीर बदिलाइण लाइ क्लिक करियो ऐं उन जे चौतरफ़ि माऊसु हलायो." -#: ../../magic/src/blocks_chalk_drip.c:174 +#: ../../magic/src/blocks_chalk_drip.c:176 #, fuzzy #| msgid "Click and move the mouse around to make the picture drip." msgid "Click and drag the mouse around to make the picture drip." msgstr "तस्वीरी बूंद रचण लाइ क्लिक करियो ऐं उन जे चौतरफ़ि माऊसु हलायो." +#: ../../magic/src/blocks_chalk_drip.c:180 +#, fuzzy +#| msgid "Click to sharpen the entire picture." +msgid "Click to make the entire picture drip." +msgstr "पंहिंजी समूरी तस्वीर तिखी करण लाइ क्लिक करियो." + #: ../../magic/src/blur.c:81 msgid "Blur" msgstr "धुंधिलो" @@ -1507,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/shs.po b/src/po/shs.po index 4422c22ea..be274a2f6 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:39-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 -msgid "A drawing program for children." -msgstr "ළමයින් සඳහා ඇඳීමේ වැඩසටහන." +#: ../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." @@ -1429,12 +1429,18 @@ msgstr "පින්තූරය පාට කූරු මගින් ඇඳ msgid "Click to turn the entire picture into a chalk drawing." msgstr "පින්තූරය පාට කූරු මගින් ඇඳීම සඳහා මූසික ක්ලිකය කර එය චලනය කරන්න." -#: ../../magic/src/blocks_chalk_drip.c:174 +#: ../../magic/src/blocks_chalk_drip.c:176 #, fuzzy #| msgid "Click and move the mouse around to make the picture drip." msgid "Click and drag the mouse around to make the picture drip." msgstr "පින්තූරයේ බින්දු වශයෙන් වැටීම පෙන්වීමට මවුසය ක්ලික් කර එහා මෙහා ගෙන යන්න." +#: ../../magic/src/blocks_chalk_drip.c:180 +#, fuzzy +#| msgid "Click to sharpen the entire picture." +msgid "Click to make the entire picture drip." +msgstr "මුලු පින්තුරයම මුවහත් කිරීමට තද කරන්න." + #: ../../magic/src/blur.c:81 msgid "Blur" msgstr "බොඳ කරන්න" @@ -1533,10 +1539,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 c97caaa84..5df3c3b3a 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:39-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 -msgid "A drawing program for children." -msgstr "Program na kreslenie pre deti." +#: ../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." @@ -1382,10 +1382,16 @@ msgstr "Kliknutím a ťahaním myši zmeníš svoj obrázok na kriedokresbu." msgid "Click to turn the entire picture into a chalk drawing." msgstr "Kliknutím zmeníš svoj obrázok na kriedokresbu." -#: ../../magic/src/blocks_chalk_drip.c:174 +#: ../../magic/src/blocks_chalk_drip.c:176 msgid "Click and drag the mouse around to make the picture drip." msgstr "Kliknutím a ťahaním myši po obrázku sa roztečú farby." +#: ../../magic/src/blocks_chalk_drip.c:180 +#, fuzzy +#| msgid "Click to make the entire picture blocky." +msgid "Click to make the entire picture drip." +msgstr "Kliknutím rozštvorčekuješ celý obrázok." + #: ../../magic/src/blur.c:81 msgid "Blur" msgstr "Zahmliť" @@ -1472,10 +1478,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 8b78fa4e1..dc456044d 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:39-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 -msgid "A drawing program for children." +#: ../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." @@ -1402,10 +1402,16 @@ msgstr "S klikom in premikanjem miške je mogoče risati s kredo." msgid "Click to turn the entire picture into a chalk drawing." msgstr "S klikom in premikanjem miške je mogoče risati s kredo." -#: ../../magic/src/blocks_chalk_drip.c:174 +#: ../../magic/src/blocks_chalk_drip.c:176 msgid "Click and drag the mouse around to make the picture drip." msgstr "S klikom in premikanjem miške je mogoče kapljati po sliki." +#: ../../magic/src/blocks_chalk_drip.c:180 +#, fuzzy +#| msgid "Click to sharpen the entire picture." +msgid "Click to make the entire picture drip." +msgstr "S klikom miške je mogoče izostriti celo sliko." + #: ../../magic/src/blur.c:81 msgid "Blur" msgstr "Zamegljevanje" @@ -1495,10 +1501,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 bd47c8de4..4c530cae0 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:39-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 -msgid "A drawing program for children." -msgstr "Biiteeyan porogaram zankey se." +#: ../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." @@ -1401,10 +1401,16 @@ msgstr "Naagu, ma ncaŋoo nor ka biyoo wanga k'a bere k'a tee dooru-hantum-bii." msgid "Click to turn the entire picture into a chalk drawing." msgstr "Naagu, ma ncaŋoo nor ka biyoo wanga k'a bere k'a tee dooru-hantum-bii." -#: ../../magic/src/blocks_chalk_drip.c:174 +#: ../../magic/src/blocks_chalk_drip.c:176 msgid "Click and drag the mouse around to make the picture drip." msgstr "Naagu, ma ncaŋoo nor ka biyoo wanga k'a morro." +#: ../../magic/src/blocks_chalk_drip.c:180 +#, fuzzy +#| msgid "Click to sharpen the entire picture." +msgid "Click to make the entire picture drip." +msgstr "Naagu ka biyoo kul yanta." + #: ../../magic/src/blur.c:81 msgid "Blur" msgstr "Kokoorandi" @@ -1493,10 +1499,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 db17ac55b..f19b95ff5 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:39-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 -msgid "A drawing program for children." -msgstr "Program vizatimi për fëmijë." +#: ../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." @@ -1388,10 +1388,16 @@ msgstr "" msgid "Click to turn the entire picture into a chalk drawing." msgstr "Klikoni për ta kthyer vizatimin si të ishte bërë me shkumës." -#: ../../magic/src/blocks_chalk_drip.c:174 +#: ../../magic/src/blocks_chalk_drip.c:176 msgid "Click and drag the mouse around to make the picture drip." msgstr "Klikoni dhe tërhiqeni miun përreth që të prodhohet efekti i pikimit." +#: ../../magic/src/blocks_chalk_drip.c:180 +#, fuzzy +#| msgid "Click to make the entire picture blocky." +msgid "Click to make the entire picture drip." +msgstr "Klikoni për ta bërë krejt vizatimin me blloqe." + #: ../../magic/src/blur.c:81 msgid "Blur" msgstr "Turbulloje" @@ -1480,12 +1486,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 85b3a85a6..3093a90b4 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:39-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 -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 " @@ -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." @@ -1518,12 +1518,19 @@ msgid "Click to turn the entire picture into a chalk drawing." msgstr "Кликни и шетај миша да би претворио слику у цртеж кредом." # -#: ../../magic/src/blocks_chalk_drip.c:174 +#: ../../magic/src/blocks_chalk_drip.c:176 #, fuzzy #| msgid "Click and move the mouse around to make the picture drip." msgid "Click and drag the mouse around to make the picture drip." msgstr "Кликни и шетај миша да би боје на слици процуриле." +# +#: ../../magic/src/blocks_chalk_drip.c:180 +#, fuzzy +#| msgid "Click to sharpen the entire picture." +msgid "Click to make the entire picture drip." +msgstr "Кликни да би цела слика била изоштрена." + # #: ../../magic/src/blur.c:81 msgid "Blur" @@ -1633,10 +1640,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 cad4e7a4e..2a708a4b2 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:39-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 -msgid "A drawing program for children." +#: ../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." @@ -1518,12 +1518,19 @@ msgid "Click to turn the entire picture into a chalk drawing." msgstr "Klikni i šetaj miša da bi pretvorio sliku u crtež kredom." # -#: ../../magic/src/blocks_chalk_drip.c:174 +#: ../../magic/src/blocks_chalk_drip.c:176 #, fuzzy #| msgid "Click and move the mouse around to make the picture drip." msgid "Click and drag the mouse around to make the picture drip." msgstr "Klikni i šetaj miša da bi boje na slici procurile." +# +#: ../../magic/src/blocks_chalk_drip.c:180 +#, fuzzy +#| msgid "Click to sharpen the entire picture." +msgid "Click to make the entire picture drip." +msgstr "Klikni da bi cela slika bila izoštrena." + # #: ../../magic/src/blur.c:81 msgid "Blur" @@ -1633,10 +1640,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 5145603d6..a0377a680 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:39-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 -msgid "A drawing program for children." -msgstr "Program ngagambar pikeun barudak." +#: ../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." @@ -1384,12 +1384,17 @@ msgstr "" msgid "Click to turn the entire picture into a chalk drawing." msgstr "" -#: ../../magic/src/blocks_chalk_drip.c:174 +#: ../../magic/src/blocks_chalk_drip.c:176 #, fuzzy #| msgid "Click to change the colors in your entire picture." msgid "Click and drag the mouse around to make the picture drip." msgstr "Klik pikeun ngarobah warna dina sakabéh gambarna." +#: ../../magic/src/blocks_chalk_drip.c:180 +#, fuzzy +msgid "Click to make the entire picture drip." +msgstr "Klik pikeun ngarobah warna dina sakabéh gambarna." + #: ../../magic/src/blur.c:81 msgid "Blur" msgstr "" @@ -1474,10 +1479,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 738829e25..9de72191e 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:39-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 -msgid "A drawing program for children." -msgstr "Ett ritprogram för barn." +#: ../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." @@ -1400,10 +1400,16 @@ msgstr "Klicka och dra med musen för att omvandla bilden till kritteckning." msgid "Click to turn the entire picture into a chalk drawing." msgstr "Klicka och dra med musen för att omvandla bilden till kritteckning." -#: ../../magic/src/blocks_chalk_drip.c:174 +#: ../../magic/src/blocks_chalk_drip.c:176 msgid "Click and drag the mouse around to make the picture drip." msgstr "Klicka och dra med musen för att göra så att bilden \"droppar\"!" +#: ../../magic/src/blocks_chalk_drip.c:180 +#, fuzzy +#| msgid "Click to sharpen the entire picture." +msgid "Click to make the entire picture drip." +msgstr "Klicka för att göra hela bilden skarpare." + #: ../../magic/src/blur.c:81 msgid "Blur" msgstr "Suddig" @@ -1493,10 +1499,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 48ac768df..9a867b99c 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:39-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 -msgid "A drawing program for children." -msgstr "Programu kwa watoto kuchora." +#: ../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." @@ -1402,12 +1402,18 @@ msgstr "Bofya na sogea kipanya kuchua picha na chaki." msgid "Click to turn the entire picture into a chalk drawing." msgstr "Bofya na sogea kipanya kuchua picha na chaki." -#: ../../magic/src/blocks_chalk_drip.c:174 +#: ../../magic/src/blocks_chalk_drip.c:176 #, fuzzy #| msgid "Click and move the mouse around to make the picture drip." msgid "Click and drag the mouse around to make the picture drip." msgstr "Bofya na sogea kipanya kudondoshea picha." +#: ../../magic/src/blocks_chalk_drip.c:180 +#, fuzzy +#| msgid "Click to sharpen the entire picture." +msgid "Click to make the entire picture drip." +msgstr "Bofya kuchonga picha yote." + #: ../../magic/src/blur.c:81 msgid "Blur" msgstr "Ukungu" @@ -1506,10 +1512,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 f9e692fa7..3ac28a988 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:39-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 -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 " @@ -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." @@ -1409,12 +1409,18 @@ msgstr "" "ஏதேனும் ஒரு இடத்தில் சொடுக்கி இழுத்தால், படம் சுண்ணாம்புக் கட்டி கொண்டு வரைந்தது போல் " "மாறும்." -#: ../../magic/src/blocks_chalk_drip.c:174 +#: ../../magic/src/blocks_chalk_drip.c:176 #, fuzzy #| msgid "Click and move the mouse around to make the picture drip." msgid "Click and drag the mouse around to make the picture drip." msgstr "படத்தை ஒழுகச் செய்ய ஏதேனும் ஒரு இடத்தில் சொடுக்கி இழுங்க." +#: ../../magic/src/blocks_chalk_drip.c:180 +#, fuzzy +#| msgid "Click to sharpen the entire picture." +msgid "Click to make the entire picture drip." +msgstr "சொடுக்கினால், முழுப்படத்தையும் கூராக்கலாம்." + #: ../../magic/src/blur.c:81 msgid "Blur" msgstr "தெளிவைக் குறை" @@ -1515,10 +1521,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 3b8142b1a..d1ebfec8a 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:39-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 -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 " @@ -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." @@ -1399,12 +1399,18 @@ msgstr "చిత్రమును శీమ సున్నము తో గ msgid "Click to turn the entire picture into a chalk drawing." msgstr "చిత్రమును శీమ సున్నము తో గిసిన చిత్రముల మార్చుటకు, దాని చుట్టూ మౌస్ ని క్లిక్ చేసే తెప్పండి." -#: ../../magic/src/blocks_chalk_drip.c:174 +#: ../../magic/src/blocks_chalk_drip.c:176 #, fuzzy #| msgid "Click and move the mouse around to make the picture drip." msgid "Click and drag the mouse around to make the picture drip." msgstr "చిత్రమును బొట్లు బొట్లుగా పడేలా చేయుటకు దాని చుట్టూ మౌస్ ని క్లిక్ చేసే తెప్పండి." +#: ../../magic/src/blocks_chalk_drip.c:180 +#, fuzzy +#| msgid "Click to sharpen the entire picture." +msgid "Click to make the entire picture drip." +msgstr "చిత్రం మొత్తాని పడునుపెట్టడానికి క్లిక్ చేయండి." + #: ../../magic/src/blur.c:81 msgid "Blur" msgstr "మఱక" @@ -1502,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/th.po b/src/po/th.po index 2a1ec6f07..457265c92 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:39-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 -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 " @@ -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." @@ -1396,12 +1396,18 @@ msgstr "คลิกแล้วลากเมาส์ไปมาเพื่ msgid "Click to turn the entire picture into a chalk drawing." msgstr "คลิกแล้วลากเมาส์ไปมาเพื่อทำให้รูปเป็นรูปเขียนด้วยชอล์ก" -#: ../../magic/src/blocks_chalk_drip.c:174 +#: ../../magic/src/blocks_chalk_drip.c:176 #, fuzzy #| msgid "Click and move the mouse around to make the picture drip." msgid "Click and drag the mouse around to make the picture drip." msgstr "คลิกแล้วลากเมาส์ไปมา เพื่อทำให้ขอบรูปแตกเป็นฝอยๆ" +#: ../../magic/src/blocks_chalk_drip.c:180 +#, fuzzy +#| msgid "Click to sharpen the entire picture." +msgid "Click to make the entire picture drip." +msgstr "คลิกเพื่อให้เกิดความคมชัดของภาพทั้งหมด." + #: ../../magic/src/blur.c:81 msgid "Blur" msgstr "มัว" @@ -1499,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/tl.po b/src/po/tl.po index 2e8f27489..8a1484b01 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:39-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 -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 " @@ -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." @@ -1355,10 +1355,14 @@ msgstr "" msgid "Click to turn the entire picture into a chalk drawing." msgstr "" -#: ../../magic/src/blocks_chalk_drip.c:174 +#: ../../magic/src/blocks_chalk_drip.c:176 msgid "Click and drag the mouse around to make the picture drip." msgstr "" +#: ../../magic/src/blocks_chalk_drip.c:180 +msgid "Click to make the entire picture drip." +msgstr "" + #: ../../magic/src/blur.c:81 msgid "Blur" msgstr "Gawing malabo" @@ -1442,10 +1446,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 6efb9e0a2..d23f198a3 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:39-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 -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 " @@ -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." @@ -1362,10 +1362,14 @@ msgstr "" msgid "Click to turn the entire picture into a chalk drawing." msgstr "" -#: ../../magic/src/blocks_chalk_drip.c:174 +#: ../../magic/src/blocks_chalk_drip.c:176 msgid "Click and drag the mouse around to make the picture drip." msgstr "" +#: ../../magic/src/blocks_chalk_drip.c:180 +msgid "Click to make the entire picture drip." +msgstr "" + #: ../../magic/src/blur.c:81 msgid "Blur" msgstr "" @@ -1451,10 +1455,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 05536aef9..10d882a82 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:39-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 -msgid "A drawing program for children." +#: ../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." @@ -1410,12 +1410,18 @@ msgid "Click to turn the entire picture into a chalk drawing." msgstr "" "Resmi bir tebeşir çizimine çevirmek için tıkla ve fareyi etrafta gezdir." -#: ../../magic/src/blocks_chalk_drip.c:174 +#: ../../magic/src/blocks_chalk_drip.c:176 #, fuzzy #| msgid "Click and move the mouse around to make the picture drip." msgid "Click and drag the mouse around to make the picture drip." msgstr "Resmi damla damla akıtmak için tıkla ve fareyi etrafta gezdir." +#: ../../magic/src/blocks_chalk_drip.c:180 +#, fuzzy +#| msgid "Click to sharpen the entire picture." +msgid "Click to make the entire picture drip." +msgstr "Bütün resmi keskinleştirmek için tıklayın." + #: ../../magic/src/blur.c:81 msgid "Blur" msgstr "Bulanıklaştır" @@ -1515,10 +1521,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..25df1be1e 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:39-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." @@ -1316,10 +1316,14 @@ msgstr "" msgid "Click to turn the entire picture into a chalk drawing." msgstr "" -#: ../../magic/src/blocks_chalk_drip.c:174 +#: ../../magic/src/blocks_chalk_drip.c:176 msgid "Click and drag the mouse around to make the picture drip." msgstr "" +#: ../../magic/src/blocks_chalk_drip.c:180 +msgid "Click to make the entire picture drip." +msgstr "" + #: ../../magic/src/blur.c:81 msgid "Blur" msgstr "" @@ -1403,10 +1407,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 f5e89c05a..ce9bad33b 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:39-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 -msgid "A drawing program for children." -msgstr "Deɛ mmɔfra bɛtumi de adi agorɔ." +#: ../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." @@ -1405,12 +1405,17 @@ msgstr "Fa akura no fa mfoni no so ma no nyɛ sɛ hyirew." msgid "Click to turn the entire picture into a chalk drawing." msgstr "Fa akura no fa mfoni no so ma no nyɛ sɛ hyirew." -#: ../../magic/src/blocks_chalk_drip.c:174 +#: ../../magic/src/blocks_chalk_drip.c:176 #, fuzzy #| msgid "Click and move the mouse around to make the picture drip." msgid "Click and drag the mouse around to make the picture drip." msgstr "Fa akura no fa mfoni no so ma ahosuo no mpe mfa ho." +#: ../../magic/src/blocks_chalk_drip.c:180 +#, fuzzy +msgid "Click to make the entire picture drip." +msgstr "Mia akura no so ma mfoni no baako mmɛka ho." + #: ../../magic/src/blur.c:81 msgid "Blur" msgstr "Wisiwisi" @@ -1508,11 +1513,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 00a326f38..bdbbd243e 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:39-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 -msgid "A drawing program for children." -msgstr "Дитяча програма для малювання." +#: ../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." @@ -1414,11 +1414,17 @@ msgstr "" "Натисніть кнопку миші і перетягніть вказівник, щоб перетворити малюнок на " "малюнок крейдою." -#: ../../magic/src/blocks_chalk_drip.c:174 +#: ../../magic/src/blocks_chalk_drip.c:176 msgid "Click and drag the mouse around to make the picture drip." msgstr "" "Натисніть кнопку миші і перетягніть вказівник, щоб змусити малюнок потекти." +#: ../../magic/src/blocks_chalk_drip.c:180 +#, fuzzy +#| msgid "Click to sharpen the entire picture." +msgid "Click to make the entire picture drip." +msgstr "Клацніть, щоб зробити різкішим весь малюнок." + #: ../../magic/src/blur.c:81 msgid "Blur" msgstr "Розмити" @@ -1517,12 +1523,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 2b0e68efa..e38c99521 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:39-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 -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 " @@ -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." @@ -1409,13 +1409,19 @@ msgstr "" ".تصویر كو چاك ڈرائینگ میں بدلنے كے لئے ماؤس كو اطراف میں كلك كریں اور موو " "كریں۔" -#: ../../magic/src/blocks_chalk_drip.c:174 +#: ../../magic/src/blocks_chalk_drip.c:176 #, fuzzy #| msgid "Click and move the mouse around to make the picture drip." msgid "Click and drag the mouse around to make the picture drip." msgstr "" ".تصویر كو ڈریپ میں بنانے كے لئے ماؤس كو اطراف میں كلك كریں اور موو كریں۔" +#: ../../magic/src/blocks_chalk_drip.c:180 +#, fuzzy +#| msgid "Click to sharpen the entire picture." +msgid "Click to make the entire picture drip." +msgstr "پوری تصویر كو شارپ كرنے كے لئے كلك كریں۔" + #: ../../magic/src/blur.c:81 msgid "Blur" msgstr "دھندلا " @@ -1518,10 +1524,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 325cc28e0..0d59ab4f1 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:39-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 -msgid "A drawing program for children." -msgstr "Mbekanyamushumo ya u ola ya vhana." +#: ../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." @@ -1420,13 +1420,18 @@ msgstr "" "Kiḽikani ni sudzuluse mausu u mona u rembulusa tshifanyiso nga u tou ola nga " "tshoko." -#: ../../magic/src/blocks_chalk_drip.c:174 +#: ../../magic/src/blocks_chalk_drip.c:176 #, fuzzy #| msgid "Click and move the mouse around to make the picture drip." msgid "Click and drag the mouse around to make the picture drip." msgstr "" "Kiḽikani ni sudzuluse mausu u mona u ita uri tshifanyiso tshi vhe shotha." +#: ../../magic/src/blocks_chalk_drip.c:180 +#, fuzzy +msgid "Click to make the entire picture drip." +msgstr "Kiḽikani u ita tshifanyiso." + #: ../../magic/src/blur.c:81 msgid "Blur" msgstr "Tshi sa vhonali" @@ -1531,12 +1536,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 3f5bf295a..d1372b429 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:39-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 -msgid "A drawing program for children." -msgstr "Un programa de dixegno par putèi." +#: ../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." @@ -1404,12 +1404,18 @@ msgstr "Clica e strasina so 'l dixegno par farla cofà un dixegno a geseto." msgid "Click to turn the entire picture into a chalk drawing." msgstr "Clica e strasina so 'l dixegno par farla cofà un dixegno a geseto." -#: ../../magic/src/blocks_chalk_drip.c:174 +#: ../../magic/src/blocks_chalk_drip.c:176 #, fuzzy #| msgid "Click and move the mouse around to make the picture drip." msgid "Click and drag the mouse around to make the picture drip." msgstr "Clica e strasina so 'l dixegno par farlo sgiosar." +#: ../../magic/src/blocks_chalk_drip.c:180 +#, fuzzy +#| msgid "Click to sharpen the entire picture." +msgid "Click to make the entire picture drip." +msgstr "Clica par gusar tuto el to dixegno" + #: ../../magic/src/blur.c:81 msgid "Blur" msgstr "Desfanta" @@ -1508,10 +1514,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 8c4a18b4f..6e999de70 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:39-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 -msgid "A drawing program for children." -msgstr "Một chương trình vẽ cho đứa bé." +#: ../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." @@ -1407,13 +1407,19 @@ msgid "Click to turn the entire picture into a chalk drawing." msgstr "" "Ấn chuột và di chuyển nó chung quanh để làm cho hình ảnh là bản vẽ phấn." -#: ../../magic/src/blocks_chalk_drip.c:174 +#: ../../magic/src/blocks_chalk_drip.c:176 #, fuzzy #| msgid "Click and move the mouse around to make the picture drip." msgid "Click and drag the mouse around to make the picture drip." msgstr "" "Ấn chuột và di chuyển nó chung quanh để làm cho hình ảnh chạy nhỏ giọt." +#: ../../magic/src/blocks_chalk_drip.c:180 +#, fuzzy +#| msgid "Click to sharpen the entire picture." +msgid "Click to make the entire picture drip." +msgstr "Nhấn vào để mài sắc toàn bộ hình ảnh." + #: ../../magic/src/blur.c:81 msgid "Blur" msgstr "Mờ" @@ -1516,10 +1522,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 b4e6d0892..8a2b3fd06 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:39-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 -msgid "A drawing program for children." -msgstr "On programe di dessinaedje po ls efants." +#: ../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." @@ -1421,7 +1421,7 @@ msgstr "" "Clitchîz et s' bodjîz l' sori po mete des bokets d' l' imådje come dessinés " "al croye" -#: ../../magic/src/blocks_chalk_drip.c:174 +#: ../../magic/src/blocks_chalk_drip.c:176 #, fuzzy #| msgid "Click and move the mouse around to make the picture drip." msgid "Click and drag the mouse around to make the picture drip." @@ -1429,6 +1429,11 @@ msgstr "" "Clitchîz et s' bodjîz l' sori po mete des bokets d' l' imådje come moyîs " "avou des gotes d' aiwe." +#: ../../magic/src/blocks_chalk_drip.c:180 +#, fuzzy +msgid "Click to make the entire picture drip." +msgstr "Clitchîz po mete l' imådje come dins on muroe." + #: ../../magic/src/blur.c:81 msgid "Blur" msgstr "Adoûci" @@ -1533,12 +1538,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 1e7895927..76fadc707 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:39-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 -msgid "A drawing program for children." -msgstr "Lël lu natal yu ñu jagglel guneyi." +#: ../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." @@ -1402,12 +1402,18 @@ msgstr "Bëssël te jalale ak jinax bi ngir sopi natal bi ak kare." msgid "Click to turn the entire picture into a chalk drawing." msgstr "Bëssël te jalale ak jinax bi ngir sopi natal bi ak kare." -#: ../../magic/src/blocks_chalk_drip.c:174 +#: ../../magic/src/blocks_chalk_drip.c:176 #, fuzzy #| msgid "Click and move the mouse around to make the picture drip." msgid "Click and drag the mouse around to make the picture drip." msgstr "Bëssël te jalale jinax bi ngir rogat natal bi." +#: ../../magic/src/blocks_chalk_drip.c:180 +#, fuzzy +#| msgid "Click to sharpen the entire picture." +msgid "Click to make the entire picture drip." +msgstr "Bëssël ngir nga gena leral naatal bi." + #: ../../magic/src/blur.c:81 msgid "Blur" msgstr "Reral" @@ -1506,11 +1512,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 ccccba848..6f7dfb56a 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:39-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 -msgid "A drawing program for children." -msgstr "Inkqubo yokuzoba yabantwana." +#: ../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." @@ -1415,12 +1415,17 @@ msgstr "" "Nqomfa ushenxashenxise impuku ukuze uguqule umfanekiso ube ngumzobo " "onjengetshokhwe." -#: ../../magic/src/blocks_chalk_drip.c:174 +#: ../../magic/src/blocks_chalk_drip.c:176 #, fuzzy #| msgid "Click and move the mouse around to make the picture drip." msgid "Click and drag the mouse around to make the picture drip." msgstr "Nqomfa ushenxashenxise impuku ukuze wenze umfanekiso uvuzise." +#: ../../magic/src/blocks_chalk_drip.c:180 +#, fuzzy +msgid "Click to make the entire picture drip." +msgstr "Nqomfa ukuze wenze umfuziselo wesipili." + #: ../../magic/src/blur.c:81 msgid "Blur" msgstr "Mfiliba" @@ -1521,11 +1526,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 ab4f8440d..1614ed819 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:39-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 -msgid "A drawing program for children." +#: ../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." @@ -1398,12 +1398,18 @@ msgid "Click to turn the entire picture into a chalk drawing." msgstr "" "Haz clic y arrastra el ratón para que la imagen parezca hecha con tiza." -#: ../../magic/src/blocks_chalk_drip.c:174 +#: ../../magic/src/blocks_chalk_drip.c:176 #, fuzzy #| msgid "Click and move the mouse around to make the picture drip." msgid "Click and drag the mouse around to make the picture drip." msgstr "Haz clic y arrastra el ratón para que la imagen gotee." +#: ../../magic/src/blocks_chalk_drip.c:180 +#, fuzzy +#| msgid "Click to sharpen the entire picture." +msgid "Click to make the entire picture drip." +msgstr "Gash mdin xha tood lu nit lo mon." + #: ../../magic/src/blur.c:81 msgid "Blur" msgstr "Desenfocar" @@ -1504,10 +1510,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 a89d1402a..77a638717 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:39-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 -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 " @@ -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." @@ -1401,12 +1401,18 @@ msgstr "单击然后移动鼠标将图片变成粉笔画。" msgid "Click to turn the entire picture into a chalk drawing." msgstr "单击然后移动鼠标将图片变成粉笔画。" -#: ../../magic/src/blocks_chalk_drip.c:174 +#: ../../magic/src/blocks_chalk_drip.c:176 #, fuzzy #| msgid "Click and move the mouse around to make the picture drip." msgid "Click and drag the mouse around to make the picture drip." msgstr "单击然后移动鼠标将图片变成水滴图。" +#: ../../magic/src/blocks_chalk_drip.c:180 +#, fuzzy +#| msgid "Click to sharpen the entire picture." +msgid "Click to make the entire picture drip." +msgstr "单击锐化整个画面" + #: ../../magic/src/blur.c:81 msgid "Blur" msgstr "模糊" @@ -1505,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/zh_TW.po b/src/po/zh_TW.po index fd306081d..9e3ffa622 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:39-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 -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 " @@ -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." @@ -1585,12 +1585,18 @@ msgstr "按著並移動滑鼠來產生粉筆的痕跡。" msgid "Click to turn the entire picture into a chalk drawing." msgstr "按著並移動滑鼠來產生粉筆的痕跡。" -#: ../../magic/src/blocks_chalk_drip.c:174 +#: ../../magic/src/blocks_chalk_drip.c:176 #, fuzzy #| msgid "Click and move the mouse around to make the picture drip." msgid "Click and drag the mouse around to make the picture drip." msgstr "按著並移動滑鼠來產生水滴的效果。" +#: ../../magic/src/blocks_chalk_drip.c:180 +#, fuzzy +#| msgid "Click to sharpen the entire picture." +msgid "Click to make the entire picture drip." +msgstr "按一下來使整張圖畫變清晰。" + #: ../../magic/src/blur.c:81 msgid "Blur" msgstr "模糊" @@ -1690,10 +1696,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 d34ede9bd..6d7df32be 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:39-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 -msgid "A drawing program for children." -msgstr "Iprogremu yokudweba yezingane." +#: ../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." @@ -1418,13 +1418,19 @@ msgstr "" "Chofoza bese unyakazisa igundane kaningana ukujikisa isithombe sibe umdwebo " "kashoki." -#: ../../magic/src/blocks_chalk_drip.c:174 +#: ../../magic/src/blocks_chalk_drip.c:176 #, fuzzy #| msgid "Click and move the mouse around to make the picture drip." msgid "Click and drag the mouse around to make the picture drip." msgstr "" "Chofoza bese unyakazisa igundane kaningana ukwenza sibe ngathi siyaconsa." +#: ../../magic/src/blocks_chalk_drip.c:180 +#, fuzzy +#| msgid "Click to sharpen the entire picture." +msgid "Click to make the entire picture drip." +msgstr "Chofoza ukucijisa sonke isithombe." + #: ../../magic/src/blur.c:81 msgid "Blur" msgstr "Kumafifi" @@ -1531,10 +1537,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" diff --git a/src/test-png.c b/src/test-png.c new file mode 100644 index 000000000..03c89764c --- /dev/null +++ b/src/test-png.c @@ -0,0 +1,174 @@ +/* + test-png.c + + A tiny test program that opens a PNG file using libpng + library. If any warnings come back, this can help us tell + when any images include oddities that would cause Tux Paint + to echo warnings (via SDL_image->libpng) to stderr when it + goes to load them. + + See https://sourceforge.net/p/tuxpaint/bugs/252/ + + Example: + ./test-png data/images/icon.png + ./test-png `find . -name "*.png"` | grep -B 2 libpng + + Bill Kendrick + + (Based loosely on example code by Yoshimasa Niwa, https://gist.github.com/niw, + located at https://gist.github.com/niw/5963798, which itself was based on + code by Guillaume Cottenceau found at http://zarb.org/~gc/html/libpng.html) + + 2022-07-03 - 2022-07-03 +*/ + + +#include +#include +#include +#include +#include + +int main(int argc, char * argv[]) { + int i, w, h, y; + FILE * fi; + png_structp png; + png_infop info; + png_byte ctype, depth; + png_bytep * rows; + + + /* Usage output */ + if (argc == 1 || strcmp(argv[1], "--help") == 0) { + fprintf(stderr, "Usage: %s file.png [file.png ...]\n", argv[0]); + exit(1); + } + + + /* Redirect stderr to stdout, so libpng's warnings can + be in the same stream as our's (where we report each + file's filename); allows more easily dumping to a file, + piping through `| less`, etc. */ + dup2(STDOUT_FILENO, STDERR_FILENO); + + + /* Open each PNG image!... */ + for (i = 1; i < argc; i++) { + printf("%5d ------------------------------------------------------------------\n", i); + printf("%s\n", argv[i]); + fflush(stdout); + + /* Open the file */ + fi = fopen(argv[i], "rb"); + if (fi == NULL) { + printf("Cannot open\n"); + } else { + /* Prepare PNG library stuff... */ + png = png_create_read_struct(PNG_LIBPNG_VER_STRING, NULL, NULL, NULL); + if (!png) { + fprintf(stderr, "Cannot png_create_read_struct()!\n"); + exit(1); + } + + info = png_create_info_struct(png); + if (!info) { + fprintf(stderr, "Cannot png_create_info_struct()!\n"); + exit(1); + } + + if (setjmp(png_jmpbuf(png))) { + fprintf(stderr, "Cannot setjmp(png_jmpbuf(png)))!\n"); + exit(1); + } + + /* Read the PNG's info */ + png_init_io(png, fi); + png_read_info(png, info); + + /* *** At this point, libpng would have reported issues + about some chunks; e.g. "iCCP: too many profiles", + "sRGB: out of place", "bKGD: invalid gray level", etc. *** */ + + w = png_get_image_width(png, info); + h = png_get_image_height(png, info); + ctype = png_get_color_type(png, info); + depth = png_get_bit_depth(png, info); + + /* If 16-bit, strip to 8-bit */ + if (depth == 16) { + printf("test-png warning: 16-bit\n"); + png_set_strip_16(png); + } + + /* Switch palette to RGB */ + if (ctype == PNG_COLOR_TYPE_PALETTE) { + printf("test-png warning: paletted\n"); + png_set_palette_to_rgb(png); + } + + /* Expand low-depth greyscale up to 8-bit */ + if (ctype == PNG_COLOR_TYPE_GRAY && depth < 8) { + printf("test-png warning: greyscale with only %d-bit depth\n", depth); + png_set_expand_gray_1_2_4_to_8(png); + } + + /* Expand tRNS chunks into alpha */ + if (png_get_valid(png, info, PNG_INFO_tRNS)) { + printf("test-png warning: contains tRNS chunk\n"); + png_set_tRNS_to_alpha(png); + } + + /* Fill alpha channel if there is none */ + if (ctype == PNG_COLOR_TYPE_RGB || + ctype == PNG_COLOR_TYPE_GRAY || + ctype == PNG_COLOR_TYPE_PALETTE) { + png_set_filler(png, 0xFF, PNG_FILLER_AFTER); + } + + /* Expand grey to color */ + if (ctype == PNG_COLOR_TYPE_GRAY || + ctype == PNG_COLOR_TYPE_GRAY_ALPHA) { + printf("test-png warning: greyscale\n"); + png_set_gray_to_rgb(png); + } + + /* Update 'info' struct based on whatever was changed above */ + png_read_update_info(png, info); + + /* Allocate space */ + rows = (png_bytep *) malloc(sizeof(png_bytep) * h); + if (!rows) { + fprintf(stderr, "Failed to malloc() space for image data rows!\n"); + exit(1); + } + + for (y = 0; y < h; y++) { + rows[y] = (png_byte *) malloc(png_get_rowbytes(png, info)); + if (!rows[y]) { + fprintf(stderr, "Failed to malloc() space for image data row #%d!\n", y); + exit(1); + } + } + + png_read_image(png, rows); + + /* *** At this point, libpng would have reported issues while + loading the image, e.g. + "Interlace handling should be turned on when using png_read_image" */ + + + /* Clean up and move on to the next file */ + for (y = 0; y < h; y++) + free(rows[y]); + free(rows); + + png_destroy_read_struct(&png, &info, NULL); + fclose(fi); + } + + printf("\n"); + fflush(stdout); + } + + return(0); +} diff --git a/src/tuxpaint.c b/src/tuxpaint.c index 2b22a2d48..c038c05f9 100644 --- a/src/tuxpaint.c +++ b/src/tuxpaint.c @@ -22,7 +22,7 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA (See COPYING.txt) - June 14, 2002 - June 14, 2022 + June 14, 2002 - July 3, 2022 */ #include "platform.h" @@ -6207,7 +6207,7 @@ static void mainloop(void) SDL_UpdateRect(screen, 0, 0, WINDOW_WIDTH, WINDOW_HEIGHT); #endif - snprintf(angle_tool_text, sizeof(angle_tool_text), gettext(TIP_LINE_MOVING), angle); + snprintf(angle_tool_text, sizeof(angle_tool_text), gettext(TIP_LINE_MOVING), floor(angle)); draw_tux_text(TUX_BORED, angle_tool_text, 1); } else if (cur_tool == TOOL_SHAPES) diff --git a/src/tuxpaint.desktop.in b/src/tuxpaint.desktop.in index 5cf84ef6a..ef6fb91ea 100644 --- a/src/tuxpaint.desktop.in +++ b/src/tuxpaint.desktop.in @@ -6,4 +6,4 @@ Icon=tuxpaint Terminal=false Categories=Education;Art;Graphics;2DGraphics;Game;KidsGame; GenericName=Drawing program -Comment=A drawing program for children. +Comment=A drawing program for children diff --git a/stamps/cartoon/tux/tux-yay2.png b/stamps/cartoon/tux/tux-yay2.png index fb17ee718..32569e8c2 100644 Binary files a/stamps/cartoon/tux/tux-yay2.png and b/stamps/cartoon/tux/tux-yay2.png differ diff --git a/stamps/cartoon/tux/tux-yes1.png b/stamps/cartoon/tux/tux-yes1.png index 0e302af61..a3165f633 100644 Binary files a/stamps/cartoon/tux/tux-yes1.png and b/stamps/cartoon/tux/tux-yes1.png differ diff --git a/stamps/cartoon/tux/tux-yes2.png b/stamps/cartoon/tux/tux-yes2.png index afecc90ca..13455e3bd 100644 Binary files a/stamps/cartoon/tux/tux-yes2.png and b/stamps/cartoon/tux/tux-yes2.png differ diff --git a/starters/chessboard-back.png b/starters/chessboard-back.png index a9d56a500..00ce66a64 100644 Binary files a/starters/chessboard-back.png and b/starters/chessboard-back.png differ diff --git a/starters/chicken.png b/starters/chicken.png index bc90fe2d9..d83dde811 100644 Binary files a/starters/chicken.png and b/starters/chicken.png differ diff --git a/starters/frame_gold.png b/starters/frame_gold.png index e1f267103..fb18b8ddf 100644 Binary files a/starters/frame_gold.png and b/starters/frame_gold.png differ diff --git a/starters/frame_neon.png b/starters/frame_neon.png index f627ee9cf..46d9909a3 100644 Binary files a/starters/frame_neon.png and b/starters/frame_neon.png differ diff --git a/starters/frame_picture.png b/starters/frame_picture.png index 1bb262daf..a70fa7466 100644 Binary files a/starters/frame_picture.png and b/starters/frame_picture.png differ diff --git a/starters/frame_television.png b/starters/frame_television.png index e0d4bb1dd..cf29596c5 100644 Binary files a/starters/frame_television.png and b/starters/frame_television.png differ diff --git a/starters/frog.png b/starters/frog.png index b4b4c3ebd..60814c717 100644 Binary files a/starters/frog.png and b/starters/frog.png differ diff --git a/starters/grid_10x10.png b/starters/grid_10x10.png index de765279c..b6613f999 100644 Binary files a/starters/grid_10x10.png and b/starters/grid_10x10.png differ diff --git a/starters/grid_20x20.png b/starters/grid_20x20.png index e5013fd00..fd6ecc2e9 100644 Binary files a/starters/grid_20x20.png and b/starters/grid_20x20.png differ diff --git a/starters/jetplane.png b/starters/jetplane.png index 86f53d8b2..ca83f4b51 100644 Binary files a/starters/jetplane.png and b/starters/jetplane.png differ diff --git a/starters/jigsaw.png b/starters/jigsaw.png index 0d9cfa3eb..a68e2dc85 100644 Binary files a/starters/jigsaw.png and b/starters/jigsaw.png differ diff --git a/starters/jigsaw_3x3.png b/starters/jigsaw_3x3.png index 51b08da03..2c7c5c8a7 100644 Binary files a/starters/jigsaw_3x3.png and b/starters/jigsaw_3x3.png differ diff --git a/starters/jigsaw_5x5.png b/starters/jigsaw_5x5.png index 57a475f91..8c0dcbc53 100644 Binary files a/starters/jigsaw_5x5.png and b/starters/jigsaw_5x5.png differ diff --git a/starters/reef-back.png b/starters/reef-back.png index 0a11992b9..f4ca6a098 100644 Binary files a/starters/reef-back.png and b/starters/reef-back.png differ diff --git a/starters/rocket.png b/starters/rocket.png index b27726f3a..435c22675 100644 Binary files a/starters/rocket.png and b/starters/rocket.png differ diff --git a/starters/shipwreck.png b/starters/shipwreck.png index a4bfca695..38253178d 100644 Binary files a/starters/shipwreck.png and b/starters/shipwreck.png differ diff --git a/starters/street.png b/starters/street.png index dd69e0b67..da88e4f1b 100644 Binary files a/starters/street.png and b/starters/street.png differ diff --git a/starters/worldmap.png b/starters/worldmap.png index 846d9db1f..bb89c9dbc 100644 Binary files a/starters/worldmap.png and b/starters/worldmap.png differ diff --git a/starters/worldmap_america_south.png b/starters/worldmap_america_south.png index 5116af46a..b3dadb5ea 100644 Binary files a/starters/worldmap_america_south.png and b/starters/worldmap_america_south.png differ diff --git a/starters/worldmap_asia_north.png b/starters/worldmap_asia_north.png index a654aa898..c451cb206 100644 Binary files a/starters/worldmap_asia_north.png and b/starters/worldmap_asia_north.png differ diff --git a/starters/worldmap_asia_south.png b/starters/worldmap_asia_south.png index 2b1b4a39a..429cca8db 100644 Binary files a/starters/worldmap_asia_south.png and b/starters/worldmap_asia_south.png differ diff --git a/starters/worldmap_australasia.png b/starters/worldmap_australasia.png index a3717252a..04be48a51 100644 Binary files a/starters/worldmap_australasia.png and b/starters/worldmap_australasia.png differ diff --git a/starters/worldmap_europe.png b/starters/worldmap_europe.png index 1310bd06f..6d922f650 100644 Binary files a/starters/worldmap_europe.png and b/starters/worldmap_europe.png differ