diff --git a/docs/CHANGES.txt b/docs/CHANGES.txt
index 8720e83bb..a2ebf5de5 100644
--- a/docs/CHANGES.txt
+++ b/docs/CHANGES.txt
@@ -29,8 +29,6 @@ https://tuxpaint.org/
Scanline polygon fill routine based on public-domain code
by Darel Rex Finley, 2007
- Last updated: April 8, 2024
+ Last updated: April 12, 2024
*/
@@ -29,11 +29,11 @@ char * polyfill_names[NUM_TOOLS] = {
};
char * polyfill_descr[NUM_TOOLS] = {
- gettext_noop("Click multiple times in your picture to create a filled polygon. Click your starting position to complete the shape."),
+ gettext_noop("Click multiple times in your picture to create a filled polygon. You may drag control points to alter the shape. Click the first point to complete the shape."),
};
char * polyfill_icon_filenames[NUM_TOOLS] = {
- "dither.png", // FIXME
+ "polyfill.png",
};
char * polyfill_snd_filenames[NUM_TOOLS] = {
diff --git a/src/po/ach.po b/src/po/ach.po
index 5bbbc12e4..04a19b810 100644
--- a/src/po/ach.po
+++ b/src/po/ach.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: tuxpaint\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2024-04-08 23:25-0700\n"
+"POT-Creation-Date: 2024-04-12 09:23-0700\n"
"PO-Revision-Date: 2010-12-09 09:00+0200\n"
"Last-Translator: \n"
"Language-Team: \n"
@@ -975,7 +975,7 @@ msgstr "Nyen"
#. Open a saved picture
#. Buttons for the file open dialog
#. Open dialog: 'Open' button, to load the selected picture
-#: ../tools.h:97 ../tuxpaint.c:9697
+#: ../tools.h:97 ../tuxpaint.c:9698
msgid "Open"
msgstr "Yabi"
@@ -1390,90 +1390,90 @@ msgid "Please wait…"
msgstr "Tim ber ikur..."
#. Open dialog: 'Erase' button, to erase/deleted the selected picture
-#: ../tuxpaint.c:9700
+#: ../tuxpaint.c:9701
msgid "Erase"
msgstr "Duny"
#. Open dialog: 'Slides' button, to switch to slide show mode
-#: ../tuxpaint.c:9703
+#: ../tuxpaint.c:9704
msgid "Slides"
msgstr "cale macer malube aluba "
#. Open dialog: 'Template' button, to make a template out of a drawing
-#: ../tuxpaint.c:9706
+#: ../tuxpaint.c:9707
msgid "Template"
msgstr ""
#. Open dialog: 'Export' button, to copy an image to an easily-accessible location
-#: ../tuxpaint.c:9709
+#: ../tuxpaint.c:9710
msgid "Export"
msgstr ""
#. Open dialog: 'Back' button, to dismiss Open dialog without opening a picture
-#: ../tuxpaint.c:9712
+#: ../tuxpaint.c:9713
msgid "Back"
msgstr "Cen"
#. Slideshow: 'Play' button, to begin a slideshow sequence
-#: ../tuxpaint.c:9715
+#: ../tuxpaint.c:9716
msgid "Play"
msgstr "Tuki"
#. Slideshow: 'GIF Export' button, to create an animated GIF
-#: ../tuxpaint.c:9718
+#: ../tuxpaint.c:9719
msgid "GIF Export"
msgstr ""
#. Slideshow: 'Next' button, to load next slide (image)
-#: ../tuxpaint.c:9721
+#: ../tuxpaint.c:9722
msgid "Next"
msgstr "Mede anyim"
#. Color mixer dialog: 'Clear' button, to reset the mixed color
-#: ../tuxpaint.c:9724
+#: ../tuxpaint.c:9725
msgid "Clear"
msgstr ""
#. Use the localized label string (e.g., "あぁ" in Japanese)
-#: ../tuxpaint.c:10659 ../tuxpaint.c:10662 ../tuxpaint.c:10663
+#: ../tuxpaint.c:10660 ../tuxpaint.c:10663 ../tuxpaint.c:10664
msgid "Aa"
msgstr "Aa"
#. Admittedly stupid way of determining which keys can be used for
#. positive and negative responses in dialogs (e.g., [Y] (for 'yes') in English)
-#: ../tuxpaint.c:14672
+#: ../tuxpaint.c:14673
msgid "Yes"
msgstr "Eyo"
-#: ../tuxpaint.c:14676
+#: ../tuxpaint.c:14677
msgid "No"
msgstr "Ku"
#. Prompt to ask whether user wishes to save over old version of their file
-#: ../tuxpaint.c:15948
+#: ../tuxpaint.c:15949
msgid "Replace the picture with your changes?"
msgstr "Kilok cal malube ki alokaloka itici manyeni?"
#. Positive response to saving over old version
#. (like a 'File:Save' action in other applications)
-#: ../tuxpaint.c:15952
+#: ../tuxpaint.c:15953
msgid "Yes, replace the old one!"
msgstr "Eyo,lok kun ileyo maconi oo!"
#. Negative response to saving over old version (saves a new image)
#. (like a 'File:Save As...' action in other applications)
-#: ../tuxpaint.c:15956
+#: ../tuxpaint.c:15957
msgid "No, save a new file!"
msgstr "Ku, gwok fayil manyen!"
-#: ../tuxpaint.c:17224
+#: ../tuxpaint.c:17225
msgid ""
"Choose a picture and then click “Open”, “Export”, “Template“, or “Erase”. "
"Click “Slides” to create a slideshow animation or “Back“ to return to your "
"current picture."
msgstr ""
-#: ../tuxpaint.c:17226
+#: ../tuxpaint.c:17227
msgid ""
"Choose a picture and then click “Open”, “Export”, or “Erase”. Click “Slides” "
"to create a slideshow animation or “Back“ to return to your current picture."
@@ -1482,71 +1482,71 @@ msgstr ""
#. None selected? Too dangerous to automatically select all (like we do for slideshow playback).
#. Only 1 selected? No point in saving as GIF.
#.
-#: ../tuxpaint.c:18895
+#: ../tuxpaint.c:18896
msgid "Select 2 or more drawings to turn into an animated GIF."
msgstr ""
#. Descriptions (names) of the color mixer tool's primary colors and shades
-#: ../tuxpaint.c:25112
+#: ../tuxpaint.c:25113
msgid "red"
msgstr ""
-#: ../tuxpaint.c:25113
+#: ../tuxpaint.c:25114
#, fuzzy
#| msgid "Yellow!"
msgid "yellow"
msgstr "Yelo!"
-#: ../tuxpaint.c:25114
+#: ../tuxpaint.c:25115
#, fuzzy
#| msgid "Sky blue!"
msgid "blue"
msgstr "Bululu calo pol!"
-#: ../tuxpaint.c:25115
+#: ../tuxpaint.c:25116
#, fuzzy
#| msgid "White!"
msgid "white"
msgstr "Tar!"
-#: ../tuxpaint.c:25116
+#: ../tuxpaint.c:25117
msgid "grey"
msgstr ""
-#: ../tuxpaint.c:25117
+#: ../tuxpaint.c:25118
#, fuzzy
#| msgid "Black!"
msgid "black"
msgstr "Col!"
#. 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:25122
+#: ../tuxpaint.c:25123
#, c-format
msgid "Your color is %1$s %2$s."
msgstr ""
-#: ../tuxpaint.c:25123
+#: ../tuxpaint.c:25124
#, c-format
msgid "Your color is %1$s %2$s and %3$s %4$s."
msgstr ""
-#: ../tuxpaint.c:25124
+#: ../tuxpaint.c:25125
#, c-format
msgid "Your color is %1$s %2$s, %3$s %4$s, and %5$s %6$s."
msgstr ""
-#: ../tuxpaint.c:25125
+#: ../tuxpaint.c:25126
#, c-format
msgid "Your color is %1$s %2$s, %3$s %4$s, %5$s %6$s, and %7$s %8$s."
msgstr ""
-#: ../tuxpaint.c:25126
+#: ../tuxpaint.c:25127
#, 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 ""
-#: ../tuxpaint.c:25127
+#: ../tuxpaint.c:25128
#, c-format
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 "
@@ -1554,22 +1554,22 @@ msgid ""
msgstr ""
#. Color mixer; e.g., "Your color is entirely grey."
-#: ../tuxpaint.c:25907 ../tuxpaint.c:25912
+#: ../tuxpaint.c:25908 ../tuxpaint.c:25913
msgid "entirely"
msgstr ""
#. Add "Color Select" color:
-#: ../tuxpaint.c:29087
+#: ../tuxpaint.c:29089
msgid "Select a color from your drawing."
msgstr ""
-#: ../tuxpaint.c:29098
+#: ../tuxpaint.c:29100
msgid ""
"Pick a color. Hues go top to bottom. Saturation/intensity goes left (pale) "
"to right (pure). Value (lightness/darkness): grey bar."
msgstr ""
-#: ../tuxpaint.c:29112
+#: ../tuxpaint.c:29114
msgid ""
"Click the primary colors (red, yellow, and blue), white (to tint), grey (to "
"tone), and black (to shade), to mix together a new color."
@@ -2617,8 +2617,9 @@ msgstr ""
#: ../../magic/src/polyfill.c:32
msgid ""
-"Click multiple times in your picture to create a filled polygon. Click your "
-"starting position to complete the shape."
+"Click multiple times in your picture to create a filled polygon. You may "
+"drag control points to alter the shape. Click the first point to complete "
+"the shape."
msgstr ""
#: ../../magic/src/puzzle.c:112
diff --git a/src/po/af.po b/src/po/af.po
index 041bcd0a6..a49090360 100644
--- a/src/po/af.po
+++ b/src/po/af.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: af\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2024-04-08 23:25-0700\n"
+"POT-Creation-Date: 2024-04-12 09:23-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"
@@ -978,7 +978,7 @@ msgstr "Nuwe"
#. Open a saved picture
#. Buttons for the file open dialog
#. Open dialog: 'Open' button, to load the selected picture
-#: ../tools.h:97 ../tuxpaint.c:9697
+#: ../tools.h:97 ../tuxpaint.c:9698
msgid "Open"
msgstr "Maak oop"
@@ -1392,90 +1392,90 @@ msgid "Please wait…"
msgstr "Wag asseblief…"
#. Open dialog: 'Erase' button, to erase/deleted the selected picture
-#: ../tuxpaint.c:9700
+#: ../tuxpaint.c:9701
msgid "Erase"
msgstr "Vee uit"
#. Open dialog: 'Slides' button, to switch to slide show mode
-#: ../tuxpaint.c:9703
+#: ../tuxpaint.c:9704
msgid "Slides"
msgstr "Skyfies"
#. Open dialog: 'Template' button, to make a template out of a drawing
-#: ../tuxpaint.c:9706
+#: ../tuxpaint.c:9707
msgid "Template"
msgstr ""
#. Open dialog: 'Export' button, to copy an image to an easily-accessible location
-#: ../tuxpaint.c:9709
+#: ../tuxpaint.c:9710
msgid "Export"
msgstr ""
#. Open dialog: 'Back' button, to dismiss Open dialog without opening a picture
-#: ../tuxpaint.c:9712
+#: ../tuxpaint.c:9713
msgid "Back"
msgstr "Terug"
#. Slideshow: 'Play' button, to begin a slideshow sequence
-#: ../tuxpaint.c:9715
+#: ../tuxpaint.c:9716
msgid "Play"
msgstr "Speel"
#. Slideshow: 'GIF Export' button, to create an animated GIF
-#: ../tuxpaint.c:9718
+#: ../tuxpaint.c:9719
msgid "GIF Export"
msgstr ""
#. Slideshow: 'Next' button, to load next slide (image)
-#: ../tuxpaint.c:9721
+#: ../tuxpaint.c:9722
msgid "Next"
msgstr "Volgende"
#. Color mixer dialog: 'Clear' button, to reset the mixed color
-#: ../tuxpaint.c:9724
+#: ../tuxpaint.c:9725
msgid "Clear"
msgstr ""
#. Use the localized label string (e.g., "あぁ" in Japanese)
-#: ../tuxpaint.c:10659 ../tuxpaint.c:10662 ../tuxpaint.c:10663
+#: ../tuxpaint.c:10660 ../tuxpaint.c:10663 ../tuxpaint.c:10664
msgid "Aa"
msgstr "Aa"
#. Admittedly stupid way of determining which keys can be used for
#. positive and negative responses in dialogs (e.g., [Y] (for 'yes') in English)
-#: ../tuxpaint.c:14672
+#: ../tuxpaint.c:14673
msgid "Yes"
msgstr "Ja"
-#: ../tuxpaint.c:14676
+#: ../tuxpaint.c:14677
msgid "No"
msgstr "Nee"
#. Prompt to ask whether user wishes to save over old version of their file
-#: ../tuxpaint.c:15948
+#: ../tuxpaint.c:15949
msgid "Replace the picture with your changes?"
msgstr "Vervang die prent met jou veranderinge?"
#. Positive response to saving over old version
#. (like a 'File:Save' action in other applications)
-#: ../tuxpaint.c:15952
+#: ../tuxpaint.c:15953
msgid "Yes, replace the old one!"
msgstr "Ja, vervang die ou een!"
#. Negative response to saving over old version (saves a new image)
#. (like a 'File:Save As...' action in other applications)
-#: ../tuxpaint.c:15956
+#: ../tuxpaint.c:15957
msgid "No, save a new file!"
msgstr "Nee, stoor 'n nuwe lêer!"
-#: ../tuxpaint.c:17224
+#: ../tuxpaint.c:17225
msgid ""
"Choose a picture and then click “Open”, “Export”, “Template“, or “Erase”. "
"Click “Slides” to create a slideshow animation or “Back“ to return to your "
"current picture."
msgstr ""
-#: ../tuxpaint.c:17226
+#: ../tuxpaint.c:17227
msgid ""
"Choose a picture and then click “Open”, “Export”, or “Erase”. Click “Slides” "
"to create a slideshow animation or “Back“ to return to your current picture."
@@ -1484,71 +1484,71 @@ msgstr ""
#. None selected? Too dangerous to automatically select all (like we do for slideshow playback).
#. Only 1 selected? No point in saving as GIF.
#.
-#: ../tuxpaint.c:18895
+#: ../tuxpaint.c:18896
msgid "Select 2 or more drawings to turn into an animated GIF."
msgstr ""
#. Descriptions (names) of the color mixer tool's primary colors and shades
-#: ../tuxpaint.c:25112
+#: ../tuxpaint.c:25113
msgid "red"
msgstr ""
-#: ../tuxpaint.c:25113
+#: ../tuxpaint.c:25114
#, fuzzy
#| msgid "Yellow!"
msgid "yellow"
msgstr "Geel!"
-#: ../tuxpaint.c:25114
+#: ../tuxpaint.c:25115
#, fuzzy
#| msgid "Sky blue!"
msgid "blue"
msgstr "Hemelblou!"
-#: ../tuxpaint.c:25115
+#: ../tuxpaint.c:25116
#, fuzzy
#| msgid "White!"
msgid "white"
msgstr "Wit!"
-#: ../tuxpaint.c:25116
+#: ../tuxpaint.c:25117
msgid "grey"
msgstr ""
-#: ../tuxpaint.c:25117
+#: ../tuxpaint.c:25118
#, fuzzy
#| msgid "Black!"
msgid "black"
msgstr "Swart!"
#. 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:25122
+#: ../tuxpaint.c:25123
#, c-format
msgid "Your color is %1$s %2$s."
msgstr ""
-#: ../tuxpaint.c:25123
+#: ../tuxpaint.c:25124
#, c-format
msgid "Your color is %1$s %2$s and %3$s %4$s."
msgstr ""
-#: ../tuxpaint.c:25124
+#: ../tuxpaint.c:25125
#, c-format
msgid "Your color is %1$s %2$s, %3$s %4$s, and %5$s %6$s."
msgstr ""
-#: ../tuxpaint.c:25125
+#: ../tuxpaint.c:25126
#, c-format
msgid "Your color is %1$s %2$s, %3$s %4$s, %5$s %6$s, and %7$s %8$s."
msgstr ""
-#: ../tuxpaint.c:25126
+#: ../tuxpaint.c:25127
#, 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 ""
-#: ../tuxpaint.c:25127
+#: ../tuxpaint.c:25128
#, c-format
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 "
@@ -1556,22 +1556,22 @@ msgid ""
msgstr ""
#. Color mixer; e.g., "Your color is entirely grey."
-#: ../tuxpaint.c:25907 ../tuxpaint.c:25912
+#: ../tuxpaint.c:25908 ../tuxpaint.c:25913
msgid "entirely"
msgstr ""
#. Add "Color Select" color:
-#: ../tuxpaint.c:29087
+#: ../tuxpaint.c:29089
msgid "Select a color from your drawing."
msgstr "Kies 'n kleur van jou prentjie af."
-#: ../tuxpaint.c:29098
+#: ../tuxpaint.c:29100
msgid ""
"Pick a color. Hues go top to bottom. Saturation/intensity goes left (pale) "
"to right (pure). Value (lightness/darkness): grey bar."
msgstr ""
-#: ../tuxpaint.c:29112
+#: ../tuxpaint.c:29114
msgid ""
"Click the primary colors (red, yellow, and blue), white (to tint), grey (to "
"tone), and black (to shade), to mix together a new color."
@@ -2571,8 +2571,9 @@ msgstr ""
#: ../../magic/src/polyfill.c:32
msgid ""
-"Click multiple times in your picture to create a filled polygon. Click your "
-"starting position to complete the shape."
+"Click multiple times in your picture to create a filled polygon. You may "
+"drag control points to alter the shape. Click the first point to complete "
+"the shape."
msgstr ""
#: ../../magic/src/puzzle.c:112
diff --git a/src/po/ak.po b/src/po/ak.po
index f3358e27d..2150fd900 100644
--- a/src/po/ak.po
+++ b/src/po/ak.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Tux Paint\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2024-04-08 23:25-0700\n"
+"POT-Creation-Date: 2024-04-12 09:23-0700\n"
"PO-Revision-Date: 2010-10-27 10:16-0000\n"
"Last-Translator: none\n"
"Language-Team: none\n"
@@ -975,7 +975,7 @@ msgstr "Foforo"
#. Open a saved picture
#. Buttons for the file open dialog
#. Open dialog: 'Open' button, to load the selected picture
-#: ../tools.h:97 ../tuxpaint.c:9697
+#: ../tools.h:97 ../tuxpaint.c:9698
msgid "Open"
msgstr "Bue"
@@ -1388,90 +1388,90 @@ msgid "Please wait…"
msgstr "Mesrɛwo twɛn..."
#. Open dialog: 'Erase' button, to erase/deleted the selected picture
-#: ../tuxpaint.c:9700
+#: ../tuxpaint.c:9701
msgid "Erase"
msgstr "Pepa"
#. Open dialog: 'Slides' button, to switch to slide show mode
-#: ../tuxpaint.c:9703
+#: ../tuxpaint.c:9704
msgid "Slides"
msgstr "Slides"
#. Open dialog: 'Template' button, to make a template out of a drawing
-#: ../tuxpaint.c:9706
+#: ../tuxpaint.c:9707
msgid "Template"
msgstr ""
#. Open dialog: 'Export' button, to copy an image to an easily-accessible location
-#: ../tuxpaint.c:9709
+#: ../tuxpaint.c:9710
msgid "Export"
msgstr ""
#. Open dialog: 'Back' button, to dismiss Open dialog without opening a picture
-#: ../tuxpaint.c:9712
+#: ../tuxpaint.c:9713
msgid "Back"
msgstr "Kane"
#. Slideshow: 'Play' button, to begin a slideshow sequence
-#: ../tuxpaint.c:9715
+#: ../tuxpaint.c:9716
msgid "Play"
msgstr "Agoro"
#. Slideshow: 'GIF Export' button, to create an animated GIF
-#: ../tuxpaint.c:9718
+#: ../tuxpaint.c:9719
msgid "GIF Export"
msgstr ""
#. Slideshow: 'Next' button, to load next slide (image)
-#: ../tuxpaint.c:9721
+#: ../tuxpaint.c:9722
msgid "Next"
msgstr "Dea ɛdi so"
#. Color mixer dialog: 'Clear' button, to reset the mixed color
-#: ../tuxpaint.c:9724
+#: ../tuxpaint.c:9725
msgid "Clear"
msgstr ""
#. Use the localized label string (e.g., "あぁ" in Japanese)
-#: ../tuxpaint.c:10659 ../tuxpaint.c:10662 ../tuxpaint.c:10663
+#: ../tuxpaint.c:10660 ../tuxpaint.c:10663 ../tuxpaint.c:10664
msgid "Aa"
msgstr "Aa"
#. Admittedly stupid way of determining which keys can be used for
#. positive and negative responses in dialogs (e.g., [Y] (for 'yes') in English)
-#: ../tuxpaint.c:14672
+#: ../tuxpaint.c:14673
msgid "Yes"
msgstr "Aane"
-#: ../tuxpaint.c:14676
+#: ../tuxpaint.c:14677
msgid "No"
msgstr "Daabi"
#. Prompt to ask whether user wishes to save over old version of their file
-#: ../tuxpaint.c:15948
+#: ../tuxpaint.c:15949
msgid "Replace the picture with your changes?"
msgstr "Sesa nfonyin no ne wodiɛ no?"
#. Positive response to saving over old version
#. (like a 'File:Save' action in other applications)
-#: ../tuxpaint.c:15952
+#: ../tuxpaint.c:15953
msgid "Yes, replace the old one!"
msgstr "Aane, sesa dada no!"
#. Negative response to saving over old version (saves a new image)
#. (like a 'File:Save As...' action in other applications)
-#: ../tuxpaint.c:15956
+#: ../tuxpaint.c:15957
msgid "No, save a new file!"
msgstr "Daabi, sie foforɔ no!"
-#: ../tuxpaint.c:17224
+#: ../tuxpaint.c:17225
msgid ""
"Choose a picture and then click “Open”, “Export”, “Template“, or “Erase”. "
"Click “Slides” to create a slideshow animation or “Back“ to return to your "
"current picture."
msgstr ""
-#: ../tuxpaint.c:17226
+#: ../tuxpaint.c:17227
msgid ""
"Choose a picture and then click “Open”, “Export”, or “Erase”. Click “Slides” "
"to create a slideshow animation or “Back“ to return to your current picture."
@@ -1480,71 +1480,71 @@ msgstr ""
#. None selected? Too dangerous to automatically select all (like we do for slideshow playback).
#. Only 1 selected? No point in saving as GIF.
#.
-#: ../tuxpaint.c:18895
+#: ../tuxpaint.c:18896
msgid "Select 2 or more drawings to turn into an animated GIF."
msgstr ""
#. Descriptions (names) of the color mixer tool's primary colors and shades
-#: ../tuxpaint.c:25112
+#: ../tuxpaint.c:25113
msgid "red"
msgstr ""
-#: ../tuxpaint.c:25113
+#: ../tuxpaint.c:25114
#, fuzzy
#| msgid "Yellow!"
msgid "yellow"
msgstr "Akoɔ srade!"
-#: ../tuxpaint.c:25114
+#: ../tuxpaint.c:25115
#, fuzzy
#| msgid "Sky blue!"
msgid "blue"
msgstr "Owim!"
-#: ../tuxpaint.c:25115
+#: ../tuxpaint.c:25116
#, fuzzy
#| msgid "White!"
msgid "white"
msgstr "Fitaa!"
-#: ../tuxpaint.c:25116
+#: ../tuxpaint.c:25117
msgid "grey"
msgstr ""
-#: ../tuxpaint.c:25117
+#: ../tuxpaint.c:25118
#, fuzzy
#| msgid "Black!"
msgid "black"
msgstr "Tuntum!"
#. 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:25122
+#: ../tuxpaint.c:25123
#, c-format
msgid "Your color is %1$s %2$s."
msgstr ""
-#: ../tuxpaint.c:25123
+#: ../tuxpaint.c:25124
#, c-format
msgid "Your color is %1$s %2$s and %3$s %4$s."
msgstr ""
-#: ../tuxpaint.c:25124
+#: ../tuxpaint.c:25125
#, c-format
msgid "Your color is %1$s %2$s, %3$s %4$s, and %5$s %6$s."
msgstr ""
-#: ../tuxpaint.c:25125
+#: ../tuxpaint.c:25126
#, c-format
msgid "Your color is %1$s %2$s, %3$s %4$s, %5$s %6$s, and %7$s %8$s."
msgstr ""
-#: ../tuxpaint.c:25126
+#: ../tuxpaint.c:25127
#, 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 ""
-#: ../tuxpaint.c:25127
+#: ../tuxpaint.c:25128
#, c-format
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 "
@@ -1552,22 +1552,22 @@ msgid ""
msgstr ""
#. Color mixer; e.g., "Your color is entirely grey."
-#: ../tuxpaint.c:25907 ../tuxpaint.c:25912
+#: ../tuxpaint.c:25908 ../tuxpaint.c:25913
msgid "entirely"
msgstr ""
#. Add "Color Select" color:
-#: ../tuxpaint.c:29087
+#: ../tuxpaint.c:29089
msgid "Select a color from your drawing."
msgstr ""
-#: ../tuxpaint.c:29098
+#: ../tuxpaint.c:29100
msgid ""
"Pick a color. Hues go top to bottom. Saturation/intensity goes left (pale) "
"to right (pure). Value (lightness/darkness): grey bar."
msgstr ""
-#: ../tuxpaint.c:29112
+#: ../tuxpaint.c:29114
msgid ""
"Click the primary colors (red, yellow, and blue), white (to tint), grey (to "
"tone), and black (to shade), to mix together a new color."
@@ -2587,8 +2587,9 @@ msgstr ""
#: ../../magic/src/polyfill.c:32
msgid ""
-"Click multiple times in your picture to create a filled polygon. Click your "
-"starting position to complete the shape."
+"Click multiple times in your picture to create a filled polygon. You may "
+"drag control points to alter the shape. Click the first point to complete "
+"the shape."
msgstr ""
#: ../../magic/src/puzzle.c:112
diff --git a/src/po/am.po b/src/po/am.po
index 8c77b347a..5e99fb07d 100644
--- a/src/po/am.po
+++ b/src/po/am.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: tuxpaint\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2024-04-08 23:25-0700\n"
+"POT-Creation-Date: 2024-04-12 09:23-0700\n"
"PO-Revision-Date: 2014-06-10 11:45+0100\n"
"Last-Translator: Solomon Gizaw \n"
"Language-Team: none\n"
@@ -975,7 +975,7 @@ msgstr "አዲስ "
#. Open a saved picture
#. Buttons for the file open dialog
#. Open dialog: 'Open' button, to load the selected picture
-#: ../tools.h:97 ../tuxpaint.c:9697
+#: ../tools.h:97 ../tuxpaint.c:9698
msgid "Open"
msgstr "ክፈት "
@@ -1388,90 +1388,90 @@ msgid "Please wait…"
msgstr "እባክዎ ይጠብቁ... "
#. Open dialog: 'Erase' button, to erase/deleted the selected picture
-#: ../tuxpaint.c:9700
+#: ../tuxpaint.c:9701
msgid "Erase"
msgstr "ማጥፉት "
#. Open dialog: 'Slides' button, to switch to slide show mode
-#: ../tuxpaint.c:9703
+#: ../tuxpaint.c:9704
msgid "Slides"
msgstr "ስላይዶች "
#. Open dialog: 'Template' button, to make a template out of a drawing
-#: ../tuxpaint.c:9706
+#: ../tuxpaint.c:9707
msgid "Template"
msgstr ""
#. Open dialog: 'Export' button, to copy an image to an easily-accessible location
-#: ../tuxpaint.c:9709
+#: ../tuxpaint.c:9710
msgid "Export"
msgstr ""
#. Open dialog: 'Back' button, to dismiss Open dialog without opening a picture
-#: ../tuxpaint.c:9712
+#: ../tuxpaint.c:9713
msgid "Back"
msgstr "ወደኋላ "
#. Slideshow: 'Play' button, to begin a slideshow sequence
-#: ../tuxpaint.c:9715
+#: ../tuxpaint.c:9716
msgid "Play"
msgstr "ማጫወት "
#. Slideshow: 'GIF Export' button, to create an animated GIF
-#: ../tuxpaint.c:9718
+#: ../tuxpaint.c:9719
msgid "GIF Export"
msgstr ""
#. Slideshow: 'Next' button, to load next slide (image)
-#: ../tuxpaint.c:9721
+#: ../tuxpaint.c:9722
msgid "Next"
msgstr "ቀጥል "
#. Color mixer dialog: 'Clear' button, to reset the mixed color
-#: ../tuxpaint.c:9724
+#: ../tuxpaint.c:9725
msgid "Clear"
msgstr ""
#. Use the localized label string (e.g., "あぁ" in Japanese)
-#: ../tuxpaint.c:10659 ../tuxpaint.c:10662 ../tuxpaint.c:10663
+#: ../tuxpaint.c:10660 ../tuxpaint.c:10663 ../tuxpaint.c:10664
msgid "Aa"
msgstr "Aa"
#. Admittedly stupid way of determining which keys can be used for
#. positive and negative responses in dialogs (e.g., [Y] (for 'yes') in English)
-#: ../tuxpaint.c:14672
+#: ../tuxpaint.c:14673
msgid "Yes"
msgstr "አዎ "
-#: ../tuxpaint.c:14676
+#: ../tuxpaint.c:14677
msgid "No"
msgstr "አይደለም "
#. Prompt to ask whether user wishes to save over old version of their file
-#: ../tuxpaint.c:15948
+#: ../tuxpaint.c:15949
msgid "Replace the picture with your changes?"
msgstr "ከለውጥህ ጋር ስዕሉ ይተካ? "
#. Positive response to saving over old version
#. (like a 'File:Save' action in other applications)
-#: ../tuxpaint.c:15952
+#: ../tuxpaint.c:15953
msgid "Yes, replace the old one!"
msgstr "አዎ የድሮውን ተካ!"
#. Negative response to saving over old version (saves a new image)
#. (like a 'File:Save As...' action in other applications)
-#: ../tuxpaint.c:15956
+#: ../tuxpaint.c:15957
msgid "No, save a new file!"
msgstr "አይ አዲስ ፋይል አስቀምጥ! "
-#: ../tuxpaint.c:17224
+#: ../tuxpaint.c:17225
msgid ""
"Choose a picture and then click “Open”, “Export”, “Template“, or “Erase”. "
"Click “Slides” to create a slideshow animation or “Back“ to return to your "
"current picture."
msgstr ""
-#: ../tuxpaint.c:17226
+#: ../tuxpaint.c:17227
msgid ""
"Choose a picture and then click “Open”, “Export”, or “Erase”. Click “Slides” "
"to create a slideshow animation or “Back“ to return to your current picture."
@@ -1480,71 +1480,71 @@ msgstr ""
#. None selected? Too dangerous to automatically select all (like we do for slideshow playback).
#. Only 1 selected? No point in saving as GIF.
#.
-#: ../tuxpaint.c:18895
+#: ../tuxpaint.c:18896
msgid "Select 2 or more drawings to turn into an animated GIF."
msgstr ""
#. Descriptions (names) of the color mixer tool's primary colors and shades
-#: ../tuxpaint.c:25112
+#: ../tuxpaint.c:25113
msgid "red"
msgstr ""
-#: ../tuxpaint.c:25113
+#: ../tuxpaint.c:25114
#, fuzzy
#| msgid "Yellow!"
msgid "yellow"
msgstr "ቢጫ!"
-#: ../tuxpaint.c:25114
+#: ../tuxpaint.c:25115
#, fuzzy
#| msgid "Sky blue!"
msgid "blue"
msgstr "ውሃ ሰማያዊ! "
-#: ../tuxpaint.c:25115
+#: ../tuxpaint.c:25116
#, fuzzy
#| msgid "White!"
msgid "white"
msgstr "ነጭ! "
-#: ../tuxpaint.c:25116
+#: ../tuxpaint.c:25117
msgid "grey"
msgstr ""
-#: ../tuxpaint.c:25117
+#: ../tuxpaint.c:25118
#, fuzzy
#| msgid "Black!"
msgid "black"
msgstr "ጥቁር!"
#. 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:25122
+#: ../tuxpaint.c:25123
#, c-format
msgid "Your color is %1$s %2$s."
msgstr ""
-#: ../tuxpaint.c:25123
+#: ../tuxpaint.c:25124
#, c-format
msgid "Your color is %1$s %2$s and %3$s %4$s."
msgstr ""
-#: ../tuxpaint.c:25124
+#: ../tuxpaint.c:25125
#, c-format
msgid "Your color is %1$s %2$s, %3$s %4$s, and %5$s %6$s."
msgstr ""
-#: ../tuxpaint.c:25125
+#: ../tuxpaint.c:25126
#, c-format
msgid "Your color is %1$s %2$s, %3$s %4$s, %5$s %6$s, and %7$s %8$s."
msgstr ""
-#: ../tuxpaint.c:25126
+#: ../tuxpaint.c:25127
#, 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 ""
-#: ../tuxpaint.c:25127
+#: ../tuxpaint.c:25128
#, c-format
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 "
@@ -1552,22 +1552,22 @@ msgid ""
msgstr ""
#. Color mixer; e.g., "Your color is entirely grey."
-#: ../tuxpaint.c:25907 ../tuxpaint.c:25912
+#: ../tuxpaint.c:25908 ../tuxpaint.c:25913
msgid "entirely"
msgstr ""
#. Add "Color Select" color:
-#: ../tuxpaint.c:29087
+#: ../tuxpaint.c:29089
msgid "Select a color from your drawing."
msgstr ""
-#: ../tuxpaint.c:29098
+#: ../tuxpaint.c:29100
msgid ""
"Pick a color. Hues go top to bottom. Saturation/intensity goes left (pale) "
"to right (pure). Value (lightness/darkness): grey bar."
msgstr ""
-#: ../tuxpaint.c:29112
+#: ../tuxpaint.c:29114
msgid ""
"Click the primary colors (red, yellow, and blue), white (to tint), grey (to "
"tone), and black (to shade), to mix together a new color."
@@ -2576,8 +2576,9 @@ msgstr ""
#: ../../magic/src/polyfill.c:32
msgid ""
-"Click multiple times in your picture to create a filled polygon. Click your "
-"starting position to complete the shape."
+"Click multiple times in your picture to create a filled polygon. You may "
+"drag control points to alter the shape. Click the first point to complete "
+"the shape."
msgstr ""
#: ../../magic/src/puzzle.c:112
diff --git a/src/po/an.po b/src/po/an.po
index d25a26b2b..17ab54b4e 100644
--- a/src/po/an.po
+++ b/src/po/an.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: tuxpaint\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2024-04-08 23:25-0700\n"
+"POT-Creation-Date: 2024-04-12 09:23-0700\n"
"PO-Revision-Date: 2017-12-29 10:04+0100\n"
"Last-Translator: juanpabl \n"
"Language-Team: softaragonés\n"
@@ -980,7 +980,7 @@ msgstr "Nuevo"
#. Open a saved picture
#. Buttons for the file open dialog
#. Open dialog: 'Open' button, to load the selected picture
-#: ../tools.h:97 ../tuxpaint.c:9697
+#: ../tools.h:97 ../tuxpaint.c:9698
msgid "Open"
msgstr "Ubrir"
@@ -1397,90 +1397,90 @@ msgid "Please wait…"
msgstr "Aguarda un poquet…"
#. Open dialog: 'Erase' button, to erase/deleted the selected picture
-#: ../tuxpaint.c:9700
+#: ../tuxpaint.c:9701
msgid "Erase"
msgstr "Borrar"
#. Open dialog: 'Slides' button, to switch to slide show mode
-#: ../tuxpaint.c:9703
+#: ../tuxpaint.c:9704
msgid "Slides"
msgstr "Diapositivas"
#. Open dialog: 'Template' button, to make a template out of a drawing
-#: ../tuxpaint.c:9706
+#: ../tuxpaint.c:9707
msgid "Template"
msgstr ""
#. Open dialog: 'Export' button, to copy an image to an easily-accessible location
-#: ../tuxpaint.c:9709
+#: ../tuxpaint.c:9710
msgid "Export"
msgstr ""
#. Open dialog: 'Back' button, to dismiss Open dialog without opening a picture
-#: ../tuxpaint.c:9712
+#: ../tuxpaint.c:9713
msgid "Back"
msgstr "Anterior"
#. Slideshow: 'Play' button, to begin a slideshow sequence
-#: ../tuxpaint.c:9715
+#: ../tuxpaint.c:9716
msgid "Play"
msgstr "Reproducir"
#. Slideshow: 'GIF Export' button, to create an animated GIF
-#: ../tuxpaint.c:9718
+#: ../tuxpaint.c:9719
msgid "GIF Export"
msgstr ""
#. Slideshow: 'Next' button, to load next slide (image)
-#: ../tuxpaint.c:9721
+#: ../tuxpaint.c:9722
msgid "Next"
msgstr "Siguient"
#. Color mixer dialog: 'Clear' button, to reset the mixed color
-#: ../tuxpaint.c:9724
+#: ../tuxpaint.c:9725
msgid "Clear"
msgstr ""
#. Use the localized label string (e.g., "あぁ" in Japanese)
-#: ../tuxpaint.c:10659 ../tuxpaint.c:10662 ../tuxpaint.c:10663
+#: ../tuxpaint.c:10660 ../tuxpaint.c:10663 ../tuxpaint.c:10664
msgid "Aa"
msgstr "Aa"
#. Admittedly stupid way of determining which keys can be used for
#. positive and negative responses in dialogs (e.g., [Y] (for 'yes') in English)
-#: ../tuxpaint.c:14672
+#: ../tuxpaint.c:14673
msgid "Yes"
msgstr "Sí"
-#: ../tuxpaint.c:14676
+#: ../tuxpaint.c:14677
msgid "No"
msgstr "No"
#. Prompt to ask whether user wishes to save over old version of their file
-#: ../tuxpaint.c:15948
+#: ../tuxpaint.c:15949
msgid "Replace the picture with your changes?"
msgstr "Quiers reemplazar o dibuixo con os tuyos cambios?"
#. Positive response to saving over old version
#. (like a 'File:Save' action in other applications)
-#: ../tuxpaint.c:15952
+#: ../tuxpaint.c:15953
msgid "Yes, replace the old one!"
msgstr "Sí, substituye-lo!"
#. Negative response to saving over old version (saves a new image)
#. (like a 'File:Save As...' action in other applications)
-#: ../tuxpaint.c:15956
+#: ../tuxpaint.c:15957
msgid "No, save a new file!"
msgstr "No, alza un documento nuevo!"
-#: ../tuxpaint.c:17224
+#: ../tuxpaint.c:17225
msgid ""
"Choose a picture and then click “Open”, “Export”, “Template“, or “Erase”. "
"Click “Slides” to create a slideshow animation or “Back“ to return to your "
"current picture."
msgstr ""
-#: ../tuxpaint.c:17226
+#: ../tuxpaint.c:17227
msgid ""
"Choose a picture and then click “Open”, “Export”, or “Erase”. Click “Slides” "
"to create a slideshow animation or “Back“ to return to your current picture."
@@ -1489,71 +1489,71 @@ msgstr ""
#. None selected? Too dangerous to automatically select all (like we do for slideshow playback).
#. Only 1 selected? No point in saving as GIF.
#.
-#: ../tuxpaint.c:18895
+#: ../tuxpaint.c:18896
msgid "Select 2 or more drawings to turn into an animated GIF."
msgstr ""
#. Descriptions (names) of the color mixer tool's primary colors and shades
-#: ../tuxpaint.c:25112
+#: ../tuxpaint.c:25113
msgid "red"
msgstr ""
-#: ../tuxpaint.c:25113
+#: ../tuxpaint.c:25114
#, fuzzy
#| msgid "Yellow!"
msgid "yellow"
msgstr "Amariello!"
-#: ../tuxpaint.c:25114
+#: ../tuxpaint.c:25115
#, fuzzy
#| msgid "Sky blue!"
msgid "blue"
msgstr "Azul ciel!"
-#: ../tuxpaint.c:25115
+#: ../tuxpaint.c:25116
#, fuzzy
#| msgid "White!"
msgid "white"
msgstr "Blanco!"
-#: ../tuxpaint.c:25116
+#: ../tuxpaint.c:25117
msgid "grey"
msgstr ""
-#: ../tuxpaint.c:25117
+#: ../tuxpaint.c:25118
#, fuzzy
#| msgid "Black!"
msgid "black"
msgstr "Negro!"
#. 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:25122
+#: ../tuxpaint.c:25123
#, c-format
msgid "Your color is %1$s %2$s."
msgstr ""
-#: ../tuxpaint.c:25123
+#: ../tuxpaint.c:25124
#, c-format
msgid "Your color is %1$s %2$s and %3$s %4$s."
msgstr ""
-#: ../tuxpaint.c:25124
+#: ../tuxpaint.c:25125
#, c-format
msgid "Your color is %1$s %2$s, %3$s %4$s, and %5$s %6$s."
msgstr ""
-#: ../tuxpaint.c:25125
+#: ../tuxpaint.c:25126
#, c-format
msgid "Your color is %1$s %2$s, %3$s %4$s, %5$s %6$s, and %7$s %8$s."
msgstr ""
-#: ../tuxpaint.c:25126
+#: ../tuxpaint.c:25127
#, 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 ""
-#: ../tuxpaint.c:25127
+#: ../tuxpaint.c:25128
#, c-format
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 "
@@ -1561,22 +1561,22 @@ msgid ""
msgstr ""
#. Color mixer; e.g., "Your color is entirely grey."
-#: ../tuxpaint.c:25907 ../tuxpaint.c:25912
+#: ../tuxpaint.c:25908 ../tuxpaint.c:25913
msgid "entirely"
msgstr ""
#. Add "Color Select" color:
-#: ../tuxpaint.c:29087
+#: ../tuxpaint.c:29089
msgid "Select a color from your drawing."
msgstr "Triga una color d'o tuyo dibuixo."
-#: ../tuxpaint.c:29098
+#: ../tuxpaint.c:29100
msgid ""
"Pick a color. Hues go top to bottom. Saturation/intensity goes left (pale) "
"to right (pure). Value (lightness/darkness): grey bar."
msgstr ""
-#: ../tuxpaint.c:29112
+#: ../tuxpaint.c:29114
msgid ""
"Click the primary colors (red, yellow, and blue), white (to tint), grey (to "
"tone), and black (to shade), to mix together a new color."
@@ -2593,8 +2593,9 @@ msgstr ""
#: ../../magic/src/polyfill.c:32
msgid ""
-"Click multiple times in your picture to create a filled polygon. Click your "
-"starting position to complete the shape."
+"Click multiple times in your picture to create a filled polygon. You may "
+"drag control points to alter the shape. Click the first point to complete "
+"the shape."
msgstr ""
#: ../../magic/src/puzzle.c:112
diff --git a/src/po/ar.po b/src/po/ar.po
index 324a472ba..4af66abba 100644
--- a/src/po/ar.po
+++ b/src/po/ar.po
@@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: tuxpaint\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2024-04-08 23:25-0700\n"
+"POT-Creation-Date: 2024-04-12 09:23-0700\n"
"PO-Revision-Date: 2008-10-07 14:54+0200\n"
"Last-Translator: none\n"
"Language-Team: none\n"
@@ -987,7 +987,7 @@ msgstr "جديد"
#. Open a saved picture
#. Buttons for the file open dialog
#. Open dialog: 'Open' button, to load the selected picture
-#: ../tools.h:97 ../tuxpaint.c:9697
+#: ../tools.h:97 ../tuxpaint.c:9698
msgid "Open"
msgstr "افتح"
@@ -1393,92 +1393,92 @@ msgid "Please wait…"
msgstr "من فضلك انتظر..."
#. Open dialog: 'Erase' button, to erase/deleted the selected picture
-#: ../tuxpaint.c:9700
+#: ../tuxpaint.c:9701
msgid "Erase"
msgstr "امسح"
#. Open dialog: 'Slides' button, to switch to slide show mode
-#: ../tuxpaint.c:9703
+#: ../tuxpaint.c:9704
msgid "Slides"
msgstr "شرائح"
#. Open dialog: 'Template' button, to make a template out of a drawing
-#: ../tuxpaint.c:9706
+#: ../tuxpaint.c:9707
msgid "Template"
msgstr ""
#. Open dialog: 'Export' button, to copy an image to an easily-accessible location
-#: ../tuxpaint.c:9709
+#: ../tuxpaint.c:9710
msgid "Export"
msgstr ""
#. Open dialog: 'Back' button, to dismiss Open dialog without opening a picture
-#: ../tuxpaint.c:9712
+#: ../tuxpaint.c:9713
msgid "Back"
msgstr "الخلف"
#. Slideshow: 'Play' button, to begin a slideshow sequence
-#: ../tuxpaint.c:9715
+#: ../tuxpaint.c:9716
msgid "Play"
msgstr "شغّل"
#. Slideshow: 'GIF Export' button, to create an animated GIF
-#: ../tuxpaint.c:9718
+#: ../tuxpaint.c:9719
msgid "GIF Export"
msgstr ""
#. Slideshow: 'Next' button, to load next slide (image)
-#: ../tuxpaint.c:9721
+#: ../tuxpaint.c:9722
msgid "Next"
msgstr "التالي"
#. Color mixer dialog: 'Clear' button, to reset the mixed color
-#: ../tuxpaint.c:9724
+#: ../tuxpaint.c:9725
msgid "Clear"
msgstr ""
#. Use the localized label string (e.g., "あぁ" in Japanese)
-#: ../tuxpaint.c:10659 ../tuxpaint.c:10662 ../tuxpaint.c:10663
+#: ../tuxpaint.c:10660 ../tuxpaint.c:10663 ../tuxpaint.c:10664
msgid "Aa"
msgstr "انتبه"
# FIXME: Move elsewhere! Or not?!
#. Admittedly stupid way of determining which keys can be used for
#. positive and negative responses in dialogs (e.g., [Y] (for 'yes') in English)
-#: ../tuxpaint.c:14672
+#: ../tuxpaint.c:14673
msgid "Yes"
msgstr "نعم"
-#: ../tuxpaint.c:14676
+#: ../tuxpaint.c:14677
msgid "No"
msgstr "لا"
# #define PROMPT_SAVE_OVER_TXT gettext_noop("Save over the older version of this picture?")
#. Prompt to ask whether user wishes to save over old version of their file
-#: ../tuxpaint.c:15948
+#: ../tuxpaint.c:15949
msgid "Replace the picture with your changes?"
msgstr "أأستبدل الصورة بتعديلاتك؟"
#. Positive response to saving over old version
#. (like a 'File:Save' action in other applications)
-#: ../tuxpaint.c:15952
+#: ../tuxpaint.c:15953
msgid "Yes, replace the old one!"
msgstr "نعم، استبدل الملف القديم"
#. Negative response to saving over old version (saves a new image)
#. (like a 'File:Save As...' action in other applications)
-#: ../tuxpaint.c:15956
+#: ../tuxpaint.c:15957
msgid "No, save a new file!"
msgstr "لا، احفظ باسم جديد"
-#: ../tuxpaint.c:17224
+#: ../tuxpaint.c:17225
msgid ""
"Choose a picture and then click “Open”, “Export”, “Template“, or “Erase”. "
"Click “Slides” to create a slideshow animation or “Back“ to return to your "
"current picture."
msgstr ""
-#: ../tuxpaint.c:17226
+#: ../tuxpaint.c:17227
msgid ""
"Choose a picture and then click “Open”, “Export”, or “Erase”. Click “Slides” "
"to create a slideshow animation or “Back“ to return to your current picture."
@@ -1487,71 +1487,71 @@ msgstr ""
#. None selected? Too dangerous to automatically select all (like we do for slideshow playback).
#. Only 1 selected? No point in saving as GIF.
#.
-#: ../tuxpaint.c:18895
+#: ../tuxpaint.c:18896
msgid "Select 2 or more drawings to turn into an animated GIF."
msgstr ""
#. Descriptions (names) of the color mixer tool's primary colors and shades
-#: ../tuxpaint.c:25112
+#: ../tuxpaint.c:25113
msgid "red"
msgstr ""
-#: ../tuxpaint.c:25113
+#: ../tuxpaint.c:25114
#, fuzzy
#| msgid "Yellow!"
msgid "yellow"
msgstr "أصفر"
-#: ../tuxpaint.c:25114
+#: ../tuxpaint.c:25115
#, fuzzy
#| msgid "Sky blue!"
msgid "blue"
msgstr "أزرق سماوي"
-#: ../tuxpaint.c:25115
+#: ../tuxpaint.c:25116
#, fuzzy
#| msgid "White!"
msgid "white"
msgstr "أبيض"
-#: ../tuxpaint.c:25116
+#: ../tuxpaint.c:25117
msgid "grey"
msgstr ""
-#: ../tuxpaint.c:25117
+#: ../tuxpaint.c:25118
#, fuzzy
#| msgid "Black!"
msgid "black"
msgstr "أسود"
#. 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:25122
+#: ../tuxpaint.c:25123
#, c-format
msgid "Your color is %1$s %2$s."
msgstr ""
-#: ../tuxpaint.c:25123
+#: ../tuxpaint.c:25124
#, c-format
msgid "Your color is %1$s %2$s and %3$s %4$s."
msgstr ""
-#: ../tuxpaint.c:25124
+#: ../tuxpaint.c:25125
#, c-format
msgid "Your color is %1$s %2$s, %3$s %4$s, and %5$s %6$s."
msgstr ""
-#: ../tuxpaint.c:25125
+#: ../tuxpaint.c:25126
#, c-format
msgid "Your color is %1$s %2$s, %3$s %4$s, %5$s %6$s, and %7$s %8$s."
msgstr ""
-#: ../tuxpaint.c:25126
+#: ../tuxpaint.c:25127
#, 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 ""
-#: ../tuxpaint.c:25127
+#: ../tuxpaint.c:25128
#, c-format
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 "
@@ -1559,22 +1559,22 @@ msgid ""
msgstr ""
#. Color mixer; e.g., "Your color is entirely grey."
-#: ../tuxpaint.c:25907 ../tuxpaint.c:25912
+#: ../tuxpaint.c:25908 ../tuxpaint.c:25913
msgid "entirely"
msgstr ""
#. Add "Color Select" color:
-#: ../tuxpaint.c:29087
+#: ../tuxpaint.c:29089
msgid "Select a color from your drawing."
msgstr ""
-#: ../tuxpaint.c:29098
+#: ../tuxpaint.c:29100
msgid ""
"Pick a color. Hues go top to bottom. Saturation/intensity goes left (pale) "
"to right (pure). Value (lightness/darkness): grey bar."
msgstr ""
-#: ../tuxpaint.c:29112
+#: ../tuxpaint.c:29114
msgid ""
"Click the primary colors (red, yellow, and blue), white (to tint), grey (to "
"tone), and black (to shade), to mix together a new color."
@@ -2612,8 +2612,9 @@ msgstr ""
#: ../../magic/src/polyfill.c:32
msgid ""
-"Click multiple times in your picture to create a filled polygon. Click your "
-"starting position to complete the shape."
+"Click multiple times in your picture to create a filled polygon. You may "
+"drag control points to alter the shape. Click the first point to complete "
+"the shape."
msgstr ""
#: ../../magic/src/puzzle.c:112
diff --git a/src/po/as.po b/src/po/as.po
index f7da23744..ed52e0f73 100644
--- a/src/po/as.po
+++ b/src/po/as.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: tuxpaint\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2024-04-08 23:25-0700\n"
+"POT-Creation-Date: 2024-04-12 09:23-0700\n"
"PO-Revision-Date: 2014-06-16 23:33-0800\n"
"Last-Translator: Anand Kulkarni \n"
"Language-Team: none\n"
@@ -976,7 +976,7 @@ msgstr "নতুন"
#. Open a saved picture
#. Buttons for the file open dialog
#. Open dialog: 'Open' button, to load the selected picture
-#: ../tools.h:97 ../tuxpaint.c:9697
+#: ../tools.h:97 ../tuxpaint.c:9698
msgid "Open"
msgstr "খোলক"
@@ -1391,90 +1391,90 @@ msgid "Please wait…"
msgstr "অনুগ্ৰহ কৰি অপেক্ষা কৰক…"
#. Open dialog: 'Erase' button, to erase/deleted the selected picture
-#: ../tuxpaint.c:9700
+#: ../tuxpaint.c:9701
msgid "Erase"
msgstr "মোচক"
#. Open dialog: 'Slides' button, to switch to slide show mode
-#: ../tuxpaint.c:9703
+#: ../tuxpaint.c:9704
msgid "Slides"
msgstr "পিছলাই নিয়ক"
#. Open dialog: 'Template' button, to make a template out of a drawing
-#: ../tuxpaint.c:9706
+#: ../tuxpaint.c:9707
msgid "Template"
msgstr ""
#. Open dialog: 'Export' button, to copy an image to an easily-accessible location
-#: ../tuxpaint.c:9709
+#: ../tuxpaint.c:9710
msgid "Export"
msgstr ""
#. Open dialog: 'Back' button, to dismiss Open dialog without opening a picture
-#: ../tuxpaint.c:9712
+#: ../tuxpaint.c:9713
msgid "Back"
msgstr "ঘূৰি যাওক"
#. Slideshow: 'Play' button, to begin a slideshow sequence
-#: ../tuxpaint.c:9715
+#: ../tuxpaint.c:9716
msgid "Play"
msgstr "খেলক"
#. Slideshow: 'GIF Export' button, to create an animated GIF
-#: ../tuxpaint.c:9718
+#: ../tuxpaint.c:9719
msgid "GIF Export"
msgstr ""
#. Slideshow: 'Next' button, to load next slide (image)
-#: ../tuxpaint.c:9721
+#: ../tuxpaint.c:9722
msgid "Next"
msgstr "পৰৱৰ্তী"
#. Color mixer dialog: 'Clear' button, to reset the mixed color
-#: ../tuxpaint.c:9724
+#: ../tuxpaint.c:9725
msgid "Clear"
msgstr ""
#. Use the localized label string (e.g., "あぁ" in Japanese)
-#: ../tuxpaint.c:10659 ../tuxpaint.c:10662 ../tuxpaint.c:10663
+#: ../tuxpaint.c:10660 ../tuxpaint.c:10663 ../tuxpaint.c:10664
msgid "Aa"
msgstr "Aa"
#. Admittedly stupid way of determining which keys can be used for
#. positive and negative responses in dialogs (e.g., [Y] (for 'yes') in English)
-#: ../tuxpaint.c:14672
+#: ../tuxpaint.c:14673
msgid "Yes"
msgstr "হয়"
-#: ../tuxpaint.c:14676
+#: ../tuxpaint.c:14677
msgid "No"
msgstr "নহয়"
#. Prompt to ask whether user wishes to save over old version of their file
-#: ../tuxpaint.c:15948
+#: ../tuxpaint.c:15949
msgid "Replace the picture with your changes?"
msgstr "আপোনাৰ সলনিবোৰৰ সৈতে ছবিটো প্ৰতিস্থাপিত কৰে নে?"
#. Positive response to saving over old version
#. (like a 'File:Save' action in other applications)
-#: ../tuxpaint.c:15952
+#: ../tuxpaint.c:15953
msgid "Yes, replace the old one!"
msgstr "হয়, পুৰণি এটা প্ৰতিস্থাপিত কৰক!"
#. Negative response to saving over old version (saves a new image)
#. (like a 'File:Save As...' action in other applications)
-#: ../tuxpaint.c:15956
+#: ../tuxpaint.c:15957
msgid "No, save a new file!"
msgstr "নহয়, এটা নতুন ছেভ কৰক!"
-#: ../tuxpaint.c:17224
+#: ../tuxpaint.c:17225
msgid ""
"Choose a picture and then click “Open”, “Export”, “Template“, or “Erase”. "
"Click “Slides” to create a slideshow animation or “Back“ to return to your "
"current picture."
msgstr ""
-#: ../tuxpaint.c:17226
+#: ../tuxpaint.c:17227
msgid ""
"Choose a picture and then click “Open”, “Export”, or “Erase”. Click “Slides” "
"to create a slideshow animation or “Back“ to return to your current picture."
@@ -1483,71 +1483,71 @@ msgstr ""
#. None selected? Too dangerous to automatically select all (like we do for slideshow playback).
#. Only 1 selected? No point in saving as GIF.
#.
-#: ../tuxpaint.c:18895
+#: ../tuxpaint.c:18896
msgid "Select 2 or more drawings to turn into an animated GIF."
msgstr ""
#. Descriptions (names) of the color mixer tool's primary colors and shades
-#: ../tuxpaint.c:25112
+#: ../tuxpaint.c:25113
msgid "red"
msgstr ""
-#: ../tuxpaint.c:25113
+#: ../tuxpaint.c:25114
#, fuzzy
#| msgid "Yellow!"
msgid "yellow"
msgstr "হালধীয়া!"
-#: ../tuxpaint.c:25114
+#: ../tuxpaint.c:25115
#, fuzzy
#| msgid "Sky blue!"
msgid "blue"
msgstr "আকাশী নীলা!"
-#: ../tuxpaint.c:25115
+#: ../tuxpaint.c:25116
#, fuzzy
#| msgid "White!"
msgid "white"
msgstr "বগা!"
-#: ../tuxpaint.c:25116
+#: ../tuxpaint.c:25117
msgid "grey"
msgstr ""
-#: ../tuxpaint.c:25117
+#: ../tuxpaint.c:25118
#, fuzzy
#| msgid "Black!"
msgid "black"
msgstr "কলা!"
#. 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:25122
+#: ../tuxpaint.c:25123
#, c-format
msgid "Your color is %1$s %2$s."
msgstr ""
-#: ../tuxpaint.c:25123
+#: ../tuxpaint.c:25124
#, c-format
msgid "Your color is %1$s %2$s and %3$s %4$s."
msgstr ""
-#: ../tuxpaint.c:25124
+#: ../tuxpaint.c:25125
#, c-format
msgid "Your color is %1$s %2$s, %3$s %4$s, and %5$s %6$s."
msgstr ""
-#: ../tuxpaint.c:25125
+#: ../tuxpaint.c:25126
#, c-format
msgid "Your color is %1$s %2$s, %3$s %4$s, %5$s %6$s, and %7$s %8$s."
msgstr ""
-#: ../tuxpaint.c:25126
+#: ../tuxpaint.c:25127
#, 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 ""
-#: ../tuxpaint.c:25127
+#: ../tuxpaint.c:25128
#, c-format
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 "
@@ -1555,22 +1555,22 @@ msgid ""
msgstr ""
#. Color mixer; e.g., "Your color is entirely grey."
-#: ../tuxpaint.c:25907 ../tuxpaint.c:25912
+#: ../tuxpaint.c:25908 ../tuxpaint.c:25913
msgid "entirely"
msgstr ""
#. Add "Color Select" color:
-#: ../tuxpaint.c:29087
+#: ../tuxpaint.c:29089
msgid "Select a color from your drawing."
msgstr ""
-#: ../tuxpaint.c:29098
+#: ../tuxpaint.c:29100
msgid ""
"Pick a color. Hues go top to bottom. Saturation/intensity goes left (pale) "
"to right (pure). Value (lightness/darkness): grey bar."
msgstr ""
-#: ../tuxpaint.c:29112
+#: ../tuxpaint.c:29114
msgid ""
"Click the primary colors (red, yellow, and blue), white (to tint), grey (to "
"tone), and black (to shade), to mix together a new color."
@@ -2623,8 +2623,9 @@ msgstr ""
#: ../../magic/src/polyfill.c:32
msgid ""
-"Click multiple times in your picture to create a filled polygon. Click your "
-"starting position to complete the shape."
+"Click multiple times in your picture to create a filled polygon. You may "
+"drag control points to alter the shape. Click the first point to complete "
+"the shape."
msgstr ""
#: ../../magic/src/puzzle.c:112
diff --git a/src/po/ast.po b/src/po/ast.po
index 01a6f277c..46ac67213 100644
--- a/src/po/ast.po
+++ b/src/po/ast.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: tuxpaint\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2024-04-08 23:25-0700\n"
+"POT-Creation-Date: 2024-04-12 09:23-0700\n"
"PO-Revision-Date: 2011-02-16 18:38+0200\n"
"Last-Translator: none\n"
"Language-Team: none\n"
@@ -977,7 +977,7 @@ msgstr "Nuevu"
#. Open a saved picture
#. Buttons for the file open dialog
#. Open dialog: 'Open' button, to load the selected picture
-#: ../tools.h:97 ../tuxpaint.c:9697
+#: ../tools.h:97 ../tuxpaint.c:9698
msgid "Open"
msgstr "Abrir"
@@ -1390,90 +1390,90 @@ msgid "Please wait…"
msgstr "Espera, por favor..."
#. Open dialog: 'Erase' button, to erase/deleted the selected picture
-#: ../tuxpaint.c:9700
+#: ../tuxpaint.c:9701
msgid "Erase"
msgstr "Borrar"
#. Open dialog: 'Slides' button, to switch to slide show mode
-#: ../tuxpaint.c:9703
+#: ../tuxpaint.c:9704
msgid "Slides"
msgstr "Diapositives"
#. Open dialog: 'Template' button, to make a template out of a drawing
-#: ../tuxpaint.c:9706
+#: ../tuxpaint.c:9707
msgid "Template"
msgstr ""
#. Open dialog: 'Export' button, to copy an image to an easily-accessible location
-#: ../tuxpaint.c:9709
+#: ../tuxpaint.c:9710
msgid "Export"
msgstr ""
#. Open dialog: 'Back' button, to dismiss Open dialog without opening a picture
-#: ../tuxpaint.c:9712
+#: ../tuxpaint.c:9713
msgid "Back"
msgstr "Tornar"
#. Slideshow: 'Play' button, to begin a slideshow sequence
-#: ../tuxpaint.c:9715
+#: ../tuxpaint.c:9716
msgid "Play"
msgstr "Reproducir"
#. Slideshow: 'GIF Export' button, to create an animated GIF
-#: ../tuxpaint.c:9718
+#: ../tuxpaint.c:9719
msgid "GIF Export"
msgstr ""
#. Slideshow: 'Next' button, to load next slide (image)
-#: ../tuxpaint.c:9721
+#: ../tuxpaint.c:9722
msgid "Next"
msgstr "Siguiente"
#. Color mixer dialog: 'Clear' button, to reset the mixed color
-#: ../tuxpaint.c:9724
+#: ../tuxpaint.c:9725
msgid "Clear"
msgstr ""
#. Use the localized label string (e.g., "あぁ" in Japanese)
-#: ../tuxpaint.c:10659 ../tuxpaint.c:10662 ../tuxpaint.c:10663
+#: ../tuxpaint.c:10660 ../tuxpaint.c:10663 ../tuxpaint.c:10664
msgid "Aa"
msgstr "Aa"
#. Admittedly stupid way of determining which keys can be used for
#. positive and negative responses in dialogs (e.g., [Y] (for 'yes') in English)
-#: ../tuxpaint.c:14672
+#: ../tuxpaint.c:14673
msgid "Yes"
msgstr "Sí"
-#: ../tuxpaint.c:14676
+#: ../tuxpaint.c:14677
msgid "No"
msgstr "Non"
#. Prompt to ask whether user wishes to save over old version of their file
-#: ../tuxpaint.c:15948
+#: ../tuxpaint.c:15949
msgid "Replace the picture with your changes?"
msgstr "¿Sobroescribir la imaxe pola nueva?"
#. Positive response to saving over old version
#. (like a 'File:Save' action in other applications)
-#: ../tuxpaint.c:15952
+#: ../tuxpaint.c:15953
msgid "Yes, replace the old one!"
msgstr "¡Sí, guárdala!"
#. Negative response to saving over old version (saves a new image)
#. (like a 'File:Save As...' action in other applications)
-#: ../tuxpaint.c:15956
+#: ../tuxpaint.c:15957
msgid "No, save a new file!"
msgstr "¡Non, guardar nun ficheru nuevu!"
-#: ../tuxpaint.c:17224
+#: ../tuxpaint.c:17225
msgid ""
"Choose a picture and then click “Open”, “Export”, “Template“, or “Erase”. "
"Click “Slides” to create a slideshow animation or “Back“ to return to your "
"current picture."
msgstr ""
-#: ../tuxpaint.c:17226
+#: ../tuxpaint.c:17227
msgid ""
"Choose a picture and then click “Open”, “Export”, or “Erase”. Click “Slides” "
"to create a slideshow animation or “Back“ to return to your current picture."
@@ -1482,71 +1482,71 @@ msgstr ""
#. None selected? Too dangerous to automatically select all (like we do for slideshow playback).
#. Only 1 selected? No point in saving as GIF.
#.
-#: ../tuxpaint.c:18895
+#: ../tuxpaint.c:18896
msgid "Select 2 or more drawings to turn into an animated GIF."
msgstr ""
#. Descriptions (names) of the color mixer tool's primary colors and shades
-#: ../tuxpaint.c:25112
+#: ../tuxpaint.c:25113
msgid "red"
msgstr ""
-#: ../tuxpaint.c:25113
+#: ../tuxpaint.c:25114
#, fuzzy
#| msgid "Yellow!"
msgid "yellow"
msgstr "¡Mariellu!"
-#: ../tuxpaint.c:25114
+#: ../tuxpaint.c:25115
#, fuzzy
#| msgid "Sky blue!"
msgid "blue"
msgstr "¡Celeste!"
-#: ../tuxpaint.c:25115
+#: ../tuxpaint.c:25116
#, fuzzy
#| msgid "White!"
msgid "white"
msgstr "¡Blancu!"
-#: ../tuxpaint.c:25116
+#: ../tuxpaint.c:25117
msgid "grey"
msgstr ""
-#: ../tuxpaint.c:25117
+#: ../tuxpaint.c:25118
#, fuzzy
#| msgid "Black!"
msgid "black"
msgstr "¡Prietu!"
#. 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:25122
+#: ../tuxpaint.c:25123
#, c-format
msgid "Your color is %1$s %2$s."
msgstr ""
-#: ../tuxpaint.c:25123
+#: ../tuxpaint.c:25124
#, c-format
msgid "Your color is %1$s %2$s and %3$s %4$s."
msgstr ""
-#: ../tuxpaint.c:25124
+#: ../tuxpaint.c:25125
#, c-format
msgid "Your color is %1$s %2$s, %3$s %4$s, and %5$s %6$s."
msgstr ""
-#: ../tuxpaint.c:25125
+#: ../tuxpaint.c:25126
#, c-format
msgid "Your color is %1$s %2$s, %3$s %4$s, %5$s %6$s, and %7$s %8$s."
msgstr ""
-#: ../tuxpaint.c:25126
+#: ../tuxpaint.c:25127
#, 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 ""
-#: ../tuxpaint.c:25127
+#: ../tuxpaint.c:25128
#, c-format
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 "
@@ -1554,22 +1554,22 @@ msgid ""
msgstr ""
#. Color mixer; e.g., "Your color is entirely grey."
-#: ../tuxpaint.c:25907 ../tuxpaint.c:25912
+#: ../tuxpaint.c:25908 ../tuxpaint.c:25913
msgid "entirely"
msgstr ""
#. Add "Color Select" color:
-#: ../tuxpaint.c:29087
+#: ../tuxpaint.c:29089
msgid "Select a color from your drawing."
msgstr ""
-#: ../tuxpaint.c:29098
+#: ../tuxpaint.c:29100
msgid ""
"Pick a color. Hues go top to bottom. Saturation/intensity goes left (pale) "
"to right (pure). Value (lightness/darkness): grey bar."
msgstr ""
-#: ../tuxpaint.c:29112
+#: ../tuxpaint.c:29114
msgid ""
"Click the primary colors (red, yellow, and blue), white (to tint), grey (to "
"tone), and black (to shade), to mix together a new color."
@@ -2610,8 +2610,9 @@ msgstr ""
#: ../../magic/src/polyfill.c:32
msgid ""
-"Click multiple times in your picture to create a filled polygon. Click your "
-"starting position to complete the shape."
+"Click multiple times in your picture to create a filled polygon. You may "
+"drag control points to alter the shape. Click the first point to complete "
+"the shape."
msgstr ""
#: ../../magic/src/puzzle.c:112
diff --git a/src/po/az.po b/src/po/az.po
index 6c806e222..e24ab7704 100644
--- a/src/po/az.po
+++ b/src/po/az.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: tuxpaint\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2024-04-08 23:25-0700\n"
+"POT-Creation-Date: 2024-04-12 09:23-0700\n"
"PO-Revision-Date: 2008-02-10 19:28+0400\n"
"Last-Translator: none\n"
"Language-Team: none\n"
@@ -971,7 +971,7 @@ msgstr "Yeni"
#. Open a saved picture
#. Buttons for the file open dialog
#. Open dialog: 'Open' button, to load the selected picture
-#: ../tools.h:97 ../tuxpaint.c:9697
+#: ../tools.h:97 ../tuxpaint.c:9698
msgid "Open"
msgstr "Açmaq"
@@ -1390,90 +1390,90 @@ msgid "Please wait…"
msgstr "Bir az gözlə..."
#. Open dialog: 'Erase' button, to erase/deleted the selected picture
-#: ../tuxpaint.c:9700
+#: ../tuxpaint.c:9701
msgid "Erase"
msgstr "Poz"
#. Open dialog: 'Slides' button, to switch to slide show mode
-#: ../tuxpaint.c:9703
+#: ../tuxpaint.c:9704
msgid "Slides"
msgstr "Cizgi filmi"
#. Open dialog: 'Template' button, to make a template out of a drawing
-#: ../tuxpaint.c:9706
+#: ../tuxpaint.c:9707
msgid "Template"
msgstr ""
#. Open dialog: 'Export' button, to copy an image to an easily-accessible location
-#: ../tuxpaint.c:9709
+#: ../tuxpaint.c:9710
msgid "Export"
msgstr ""
#. Open dialog: 'Back' button, to dismiss Open dialog without opening a picture
-#: ../tuxpaint.c:9712
+#: ../tuxpaint.c:9713
msgid "Back"
msgstr "Geri"
#. Slideshow: 'Play' button, to begin a slideshow sequence
-#: ../tuxpaint.c:9715
+#: ../tuxpaint.c:9716
msgid "Play"
msgstr "Oyna"
#. Slideshow: 'GIF Export' button, to create an animated GIF
-#: ../tuxpaint.c:9718
+#: ../tuxpaint.c:9719
msgid "GIF Export"
msgstr ""
#. Slideshow: 'Next' button, to load next slide (image)
-#: ../tuxpaint.c:9721
+#: ../tuxpaint.c:9722
msgid "Next"
msgstr "İrəli"
#. Color mixer dialog: 'Clear' button, to reset the mixed color
-#: ../tuxpaint.c:9724
+#: ../tuxpaint.c:9725
msgid "Clear"
msgstr ""
#. Use the localized label string (e.g., "あぁ" in Japanese)
-#: ../tuxpaint.c:10659 ../tuxpaint.c:10662 ../tuxpaint.c:10663
+#: ../tuxpaint.c:10660 ../tuxpaint.c:10663 ../tuxpaint.c:10664
msgid "Aa"
msgstr "Aa"
#. Admittedly stupid way of determining which keys can be used for
#. positive and negative responses in dialogs (e.g., [Y] (for 'yes') in English)
-#: ../tuxpaint.c:14672
+#: ../tuxpaint.c:14673
msgid "Yes"
msgstr "Bəli"
-#: ../tuxpaint.c:14676
+#: ../tuxpaint.c:14677
msgid "No"
msgstr "Yox"
#. Prompt to ask whether user wishes to save over old version of their file
-#: ../tuxpaint.c:15948
+#: ../tuxpaint.c:15949
msgid "Replace the picture with your changes?"
msgstr "Əvvəlki şəkili əvəz edim?"
#. Positive response to saving over old version
#. (like a 'File:Save' action in other applications)
-#: ../tuxpaint.c:15952
+#: ../tuxpaint.c:15953
msgid "Yes, replace the old one!"
msgstr "Bəli, əvəz et!"
#. Negative response to saving over old version (saves a new image)
#. (like a 'File:Save As...' action in other applications)
-#: ../tuxpaint.c:15956
+#: ../tuxpaint.c:15957
msgid "No, save a new file!"
msgstr "Yox, yeni şəkil kimi yaddaşa sal!"
-#: ../tuxpaint.c:17224
+#: ../tuxpaint.c:17225
msgid ""
"Choose a picture and then click “Open”, “Export”, “Template“, or “Erase”. "
"Click “Slides” to create a slideshow animation or “Back“ to return to your "
"current picture."
msgstr ""
-#: ../tuxpaint.c:17226
+#: ../tuxpaint.c:17227
msgid ""
"Choose a picture and then click “Open”, “Export”, or “Erase”. Click “Slides” "
"to create a slideshow animation or “Back“ to return to your current picture."
@@ -1482,71 +1482,71 @@ msgstr ""
#. None selected? Too dangerous to automatically select all (like we do for slideshow playback).
#. Only 1 selected? No point in saving as GIF.
#.
-#: ../tuxpaint.c:18895
+#: ../tuxpaint.c:18896
msgid "Select 2 or more drawings to turn into an animated GIF."
msgstr ""
#. Descriptions (names) of the color mixer tool's primary colors and shades
-#: ../tuxpaint.c:25112
+#: ../tuxpaint.c:25113
msgid "red"
msgstr ""
-#: ../tuxpaint.c:25113
+#: ../tuxpaint.c:25114
#, fuzzy
#| msgid "Yellow!"
msgid "yellow"
msgstr "Sarı!"
-#: ../tuxpaint.c:25114
+#: ../tuxpaint.c:25115
#, fuzzy
#| msgid "Sky blue!"
msgid "blue"
msgstr "Göy rəngində!"
-#: ../tuxpaint.c:25115
+#: ../tuxpaint.c:25116
#, fuzzy
#| msgid "White!"
msgid "white"
msgstr "Ağ!"
-#: ../tuxpaint.c:25116
+#: ../tuxpaint.c:25117
msgid "grey"
msgstr ""
-#: ../tuxpaint.c:25117
+#: ../tuxpaint.c:25118
#, fuzzy
#| msgid "Black!"
msgid "black"
msgstr "Qara!"
#. 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:25122
+#: ../tuxpaint.c:25123
#, c-format
msgid "Your color is %1$s %2$s."
msgstr ""
-#: ../tuxpaint.c:25123
+#: ../tuxpaint.c:25124
#, c-format
msgid "Your color is %1$s %2$s and %3$s %4$s."
msgstr ""
-#: ../tuxpaint.c:25124
+#: ../tuxpaint.c:25125
#, c-format
msgid "Your color is %1$s %2$s, %3$s %4$s, and %5$s %6$s."
msgstr ""
-#: ../tuxpaint.c:25125
+#: ../tuxpaint.c:25126
#, c-format
msgid "Your color is %1$s %2$s, %3$s %4$s, %5$s %6$s, and %7$s %8$s."
msgstr ""
-#: ../tuxpaint.c:25126
+#: ../tuxpaint.c:25127
#, 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 ""
-#: ../tuxpaint.c:25127
+#: ../tuxpaint.c:25128
#, c-format
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 "
@@ -1554,22 +1554,22 @@ msgid ""
msgstr ""
#. Color mixer; e.g., "Your color is entirely grey."
-#: ../tuxpaint.c:25907 ../tuxpaint.c:25912
+#: ../tuxpaint.c:25908 ../tuxpaint.c:25913
msgid "entirely"
msgstr ""
#. Add "Color Select" color:
-#: ../tuxpaint.c:29087
+#: ../tuxpaint.c:29089
msgid "Select a color from your drawing."
msgstr ""
-#: ../tuxpaint.c:29098
+#: ../tuxpaint.c:29100
msgid ""
"Pick a color. Hues go top to bottom. Saturation/intensity goes left (pale) "
"to right (pure). Value (lightness/darkness): grey bar."
msgstr ""
-#: ../tuxpaint.c:29112
+#: ../tuxpaint.c:29114
msgid ""
"Click the primary colors (red, yellow, and blue), white (to tint), grey (to "
"tone), and black (to shade), to mix together a new color."
@@ -2625,8 +2625,9 @@ msgstr ""
#: ../../magic/src/polyfill.c:32
msgid ""
-"Click multiple times in your picture to create a filled polygon. Click your "
-"starting position to complete the shape."
+"Click multiple times in your picture to create a filled polygon. You may "
+"drag control points to alter the shape. Click the first point to complete "
+"the shape."
msgstr ""
#: ../../magic/src/puzzle.c:112
diff --git a/src/po/be.po b/src/po/be.po
index ae017d6f4..09c3c62f0 100644
--- a/src/po/be.po
+++ b/src/po/be.po
@@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: tuxpaint\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2024-04-08 23:25-0700\n"
+"POT-Creation-Date: 2024-04-12 09:23-0700\n"
"PO-Revision-Date: 2014-06-10 23:09+0300\n"
"Last-Translator: Hleb Valoshka <375gnu@gmail.com>\n"
"Language-Team: none\n"
@@ -980,7 +980,7 @@ msgstr "Новы"
#. Open a saved picture
#. Buttons for the file open dialog
#. Open dialog: 'Open' button, to load the selected picture
-#: ../tools.h:97 ../tuxpaint.c:9697
+#: ../tools.h:97 ../tuxpaint.c:9698
msgid "Open"
msgstr "Адчыніць"
@@ -1395,90 +1395,90 @@ msgid "Please wait…"
msgstr "Калі ласка, пачакайце..."
#. Open dialog: 'Erase' button, to erase/deleted the selected picture
-#: ../tuxpaint.c:9700
+#: ../tuxpaint.c:9701
msgid "Erase"
msgstr "Выдаліць"
#. Open dialog: 'Slides' button, to switch to slide show mode
-#: ../tuxpaint.c:9703
+#: ../tuxpaint.c:9704
msgid "Slides"
msgstr "Слайды"
#. Open dialog: 'Template' button, to make a template out of a drawing
-#: ../tuxpaint.c:9706
+#: ../tuxpaint.c:9707
msgid "Template"
msgstr ""
#. Open dialog: 'Export' button, to copy an image to an easily-accessible location
-#: ../tuxpaint.c:9709
+#: ../tuxpaint.c:9710
msgid "Export"
msgstr ""
#. Open dialog: 'Back' button, to dismiss Open dialog without opening a picture
-#: ../tuxpaint.c:9712
+#: ../tuxpaint.c:9713
msgid "Back"
msgstr "Назад"
#. Slideshow: 'Play' button, to begin a slideshow sequence
-#: ../tuxpaint.c:9715
+#: ../tuxpaint.c:9716
msgid "Play"
msgstr "Запуск"
#. Slideshow: 'GIF Export' button, to create an animated GIF
-#: ../tuxpaint.c:9718
+#: ../tuxpaint.c:9719
msgid "GIF Export"
msgstr ""
#. Slideshow: 'Next' button, to load next slide (image)
-#: ../tuxpaint.c:9721
+#: ../tuxpaint.c:9722
msgid "Next"
msgstr "Далей"
#. Color mixer dialog: 'Clear' button, to reset the mixed color
-#: ../tuxpaint.c:9724
+#: ../tuxpaint.c:9725
msgid "Clear"
msgstr ""
#. Use the localized label string (e.g., "あぁ" in Japanese)
-#: ../tuxpaint.c:10659 ../tuxpaint.c:10662 ../tuxpaint.c:10663
+#: ../tuxpaint.c:10660 ../tuxpaint.c:10663 ../tuxpaint.c:10664
msgid "Aa"
msgstr "Аа"
#. Admittedly stupid way of determining which keys can be used for
#. positive and negative responses in dialogs (e.g., [Y] (for 'yes') in English)
-#: ../tuxpaint.c:14672
+#: ../tuxpaint.c:14673
msgid "Yes"
msgstr "Так"
-#: ../tuxpaint.c:14676
+#: ../tuxpaint.c:14677
msgid "No"
msgstr "Не"
#. Prompt to ask whether user wishes to save over old version of their file
-#: ../tuxpaint.c:15948
+#: ../tuxpaint.c:15949
msgid "Replace the picture with your changes?"
msgstr "Замяніць стары малюнак?"
#. Positive response to saving over old version
#. (like a 'File:Save' action in other applications)
-#: ../tuxpaint.c:15952
+#: ../tuxpaint.c:15953
msgid "Yes, replace the old one!"
msgstr "Так, замяніць стары малюнак!"
#. Negative response to saving over old version (saves a new image)
#. (like a 'File:Save As...' action in other applications)
-#: ../tuxpaint.c:15956
+#: ../tuxpaint.c:15957
msgid "No, save a new file!"
msgstr "Не, захаваць у новы файл!"
-#: ../tuxpaint.c:17224
+#: ../tuxpaint.c:17225
msgid ""
"Choose a picture and then click “Open”, “Export”, “Template“, or “Erase”. "
"Click “Slides” to create a slideshow animation or “Back“ to return to your "
"current picture."
msgstr ""
-#: ../tuxpaint.c:17226
+#: ../tuxpaint.c:17227
msgid ""
"Choose a picture and then click “Open”, “Export”, or “Erase”. Click “Slides” "
"to create a slideshow animation or “Back“ to return to your current picture."
@@ -1487,71 +1487,71 @@ msgstr ""
#. None selected? Too dangerous to automatically select all (like we do for slideshow playback).
#. Only 1 selected? No point in saving as GIF.
#.
-#: ../tuxpaint.c:18895
+#: ../tuxpaint.c:18896
msgid "Select 2 or more drawings to turn into an animated GIF."
msgstr ""
#. Descriptions (names) of the color mixer tool's primary colors and shades
-#: ../tuxpaint.c:25112
+#: ../tuxpaint.c:25113
msgid "red"
msgstr ""
-#: ../tuxpaint.c:25113
+#: ../tuxpaint.c:25114
#, fuzzy
#| msgid "Yellow!"
msgid "yellow"
msgstr "Жоўты!"
-#: ../tuxpaint.c:25114
+#: ../tuxpaint.c:25115
#, fuzzy
#| msgid "Sky blue!"
msgid "blue"
msgstr "Блакітны!"
-#: ../tuxpaint.c:25115
+#: ../tuxpaint.c:25116
#, fuzzy
#| msgid "White!"
msgid "white"
msgstr "Белы!"
-#: ../tuxpaint.c:25116
+#: ../tuxpaint.c:25117
msgid "grey"
msgstr ""
-#: ../tuxpaint.c:25117
+#: ../tuxpaint.c:25118
#, fuzzy
#| msgid "Black!"
msgid "black"
msgstr "Чорны!"
#. 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:25122
+#: ../tuxpaint.c:25123
#, c-format
msgid "Your color is %1$s %2$s."
msgstr ""
-#: ../tuxpaint.c:25123
+#: ../tuxpaint.c:25124
#, c-format
msgid "Your color is %1$s %2$s and %3$s %4$s."
msgstr ""
-#: ../tuxpaint.c:25124
+#: ../tuxpaint.c:25125
#, c-format
msgid "Your color is %1$s %2$s, %3$s %4$s, and %5$s %6$s."
msgstr ""
-#: ../tuxpaint.c:25125
+#: ../tuxpaint.c:25126
#, c-format
msgid "Your color is %1$s %2$s, %3$s %4$s, %5$s %6$s, and %7$s %8$s."
msgstr ""
-#: ../tuxpaint.c:25126
+#: ../tuxpaint.c:25127
#, 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 ""
-#: ../tuxpaint.c:25127
+#: ../tuxpaint.c:25128
#, c-format
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 "
@@ -1559,22 +1559,22 @@ msgid ""
msgstr ""
#. Color mixer; e.g., "Your color is entirely grey."
-#: ../tuxpaint.c:25907 ../tuxpaint.c:25912
+#: ../tuxpaint.c:25908 ../tuxpaint.c:25913
msgid "entirely"
msgstr ""
#. Add "Color Select" color:
-#: ../tuxpaint.c:29087
+#: ../tuxpaint.c:29089
msgid "Select a color from your drawing."
msgstr ""
-#: ../tuxpaint.c:29098
+#: ../tuxpaint.c:29100
msgid ""
"Pick a color. Hues go top to bottom. Saturation/intensity goes left (pale) "
"to right (pure). Value (lightness/darkness): grey bar."
msgstr ""
-#: ../tuxpaint.c:29112
+#: ../tuxpaint.c:29114
msgid ""
"Click the primary colors (red, yellow, and blue), white (to tint), grey (to "
"tone), and black (to shade), to mix together a new color."
@@ -2616,8 +2616,9 @@ msgstr ""
#: ../../magic/src/polyfill.c:32
msgid ""
-"Click multiple times in your picture to create a filled polygon. Click your "
-"starting position to complete the shape."
+"Click multiple times in your picture to create a filled polygon. You may "
+"drag control points to alter the shape. Click the first point to complete "
+"the shape."
msgstr ""
#: ../../magic/src/puzzle.c:112
diff --git a/src/po/bg.po b/src/po/bg.po
index 3c4863382..78633099f 100644
--- a/src/po/bg.po
+++ b/src/po/bg.po
@@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: tuxpaint\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2024-04-08 23:25-0700\n"
+"POT-Creation-Date: 2024-04-12 09:23-0700\n"
"PO-Revision-Date: 2024-02-28 21:39+0200\n"
"Last-Translator: Vankata453\n"
"Language-Team: \n"
@@ -1097,7 +1097,7 @@ msgstr "Нова"
#. Open a saved picture
#. Buttons for the file open dialog
#. Open dialog: 'Open' button, to load the selected picture
-#: ../tools.h:97 ../tuxpaint.c:9697
+#: ../tools.h:97 ../tuxpaint.c:9698
msgid "Open"
msgstr "Отваряне"
@@ -1508,83 +1508,83 @@ msgid "Please wait…"
msgstr "Моля, изчакай…"
#. Open dialog: 'Erase' button, to erase/deleted the selected picture
-#: ../tuxpaint.c:9700
+#: ../tuxpaint.c:9701
msgid "Erase"
msgstr "Изтриване"
#. Open dialog: 'Slides' button, to switch to slide show mode
-#: ../tuxpaint.c:9703
+#: ../tuxpaint.c:9704
msgid "Slides"
msgstr "Кадри"
#. Open dialog: 'Template' button, to make a template out of a drawing
-#: ../tuxpaint.c:9706
+#: ../tuxpaint.c:9707
msgid "Template"
msgstr "Шаблон"
#. Open dialog: 'Export' button, to copy an image to an easily-accessible location
-#: ../tuxpaint.c:9709
+#: ../tuxpaint.c:9710
msgid "Export"
msgstr "Експортиране"
#. Open dialog: 'Back' button, to dismiss Open dialog without opening a picture
-#: ../tuxpaint.c:9712
+#: ../tuxpaint.c:9713
msgid "Back"
msgstr "Назад"
#. Slideshow: 'Play' button, to begin a slideshow sequence
-#: ../tuxpaint.c:9715
+#: ../tuxpaint.c:9716
msgid "Play"
msgstr "Прожекция"
#. Slideshow: 'GIF Export' button, to create an animated GIF
-#: ../tuxpaint.c:9718
+#: ../tuxpaint.c:9719
msgid "GIF Export"
msgstr "Експортиране като GIF"
#. Slideshow: 'Next' button, to load next slide (image)
-#: ../tuxpaint.c:9721
+#: ../tuxpaint.c:9722
msgid "Next"
msgstr "Следваща"
#. Color mixer dialog: 'Clear' button, to reset the mixed color
-#: ../tuxpaint.c:9724
+#: ../tuxpaint.c:9725
msgid "Clear"
msgstr "Изчистване"
#. Use the localized label string (e.g., "あぁ" in Japanese)
-#: ../tuxpaint.c:10659 ../tuxpaint.c:10662 ../tuxpaint.c:10663
+#: ../tuxpaint.c:10660 ../tuxpaint.c:10663 ../tuxpaint.c:10664
msgid "Aa"
msgstr "Аа"
#. Admittedly stupid way of determining which keys can be used for
#. positive and negative responses in dialogs (e.g., [Y] (for 'yes') in English)
-#: ../tuxpaint.c:14672
+#: ../tuxpaint.c:14673
msgid "Yes"
msgstr "Да"
-#: ../tuxpaint.c:14676
+#: ../tuxpaint.c:14677
msgid "No"
msgstr "Не"
#. Prompt to ask whether user wishes to save over old version of their file
-#: ../tuxpaint.c:15948
+#: ../tuxpaint.c:15949
msgid "Replace the picture with your changes?"
msgstr "Замяна на рисунката с твоите промени?"
#. Positive response to saving over old version
#. (like a 'File:Save' action in other applications)
-#: ../tuxpaint.c:15952
+#: ../tuxpaint.c:15953
msgid "Yes, replace the old one!"
msgstr "Да, замени старата!"
#. Negative response to saving over old version (saves a new image)
#. (like a 'File:Save As...' action in other applications)
-#: ../tuxpaint.c:15956
+#: ../tuxpaint.c:15957
msgid "No, save a new file!"
msgstr "Не, да се запази като нов файл!"
-#: ../tuxpaint.c:17224
+#: ../tuxpaint.c:17225
msgid ""
"Choose a picture and then click “Open”, “Export”, “Template“, or “Erase”. "
"Click “Slides” to create a slideshow animation or “Back“ to return to your "
@@ -1594,7 +1594,7 @@ msgstr ""
"или \"Изтриване\". Натисни \"Кадри\", за да създадеш слайдшоу анимация, или "
"\"Назад\", за да се върнеш към текущата картина."
-#: ../tuxpaint.c:17226
+#: ../tuxpaint.c:17227
msgid ""
"Choose a picture and then click “Open”, “Export”, or “Erase”. Click “Slides” "
"to create a slideshow animation or “Back“ to return to your current picture."
@@ -1606,63 +1606,63 @@ msgstr ""
#. None selected? Too dangerous to automatically select all (like we do for slideshow playback).
#. Only 1 selected? No point in saving as GIF.
#.
-#: ../tuxpaint.c:18895
+#: ../tuxpaint.c:18896
msgid "Select 2 or more drawings to turn into an animated GIF."
msgstr "Избери 2 или повече рисунки за създаване на анимиран GIF."
#. Descriptions (names) of the color mixer tool's primary colors and shades
-#: ../tuxpaint.c:25112
+#: ../tuxpaint.c:25113
msgid "red"
msgstr "червено"
-#: ../tuxpaint.c:25113
+#: ../tuxpaint.c:25114
msgid "yellow"
msgstr "жълто"
-#: ../tuxpaint.c:25114
+#: ../tuxpaint.c:25115
msgid "blue"
msgstr "синьо"
-#: ../tuxpaint.c:25115
+#: ../tuxpaint.c:25116
msgid "white"
msgstr "бяло"
-#: ../tuxpaint.c:25116
+#: ../tuxpaint.c:25117
msgid "grey"
msgstr "сиво"
-#: ../tuxpaint.c:25117
+#: ../tuxpaint.c:25118
msgid "black"
msgstr "черно"
#. 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:25122
+#: ../tuxpaint.c:25123
#, c-format
msgid "Your color is %1$s %2$s."
msgstr "Цветът е %1$s %2$s."
-#: ../tuxpaint.c:25123
+#: ../tuxpaint.c:25124
#, c-format
msgid "Your color is %1$s %2$s and %3$s %4$s."
msgstr "Цветът е %1$s %2$s и %3$s %4$s."
-#: ../tuxpaint.c:25124
+#: ../tuxpaint.c:25125
#, c-format
msgid "Your color is %1$s %2$s, %3$s %4$s, and %5$s %6$s."
msgstr "Цветът е %1$s %2$s, %3$s %4$s и %5$s %6$s."
-#: ../tuxpaint.c:25125
+#: ../tuxpaint.c:25126
#, c-format
msgid "Your color is %1$s %2$s, %3$s %4$s, %5$s %6$s, and %7$s %8$s."
msgstr "Цветът е %1$s %2$s, %3$s %4$s, %5$s %6$s и %7$s %8$s."
-#: ../tuxpaint.c:25126
+#: ../tuxpaint.c:25127
#, 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 "Цветът е %1$s %2$s, %3$s %4$s, %5$s %6$s, %7$s %8$s и %9$s %10$s."
-#: ../tuxpaint.c:25127
+#: ../tuxpaint.c:25128
#, c-format
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 "
@@ -1672,16 +1672,16 @@ msgstr ""
"%12$s."
#. Color mixer; e.g., "Your color is entirely grey."
-#: ../tuxpaint.c:25907 ../tuxpaint.c:25912
+#: ../tuxpaint.c:25908 ../tuxpaint.c:25913
msgid "entirely"
msgstr "изцяло"
#. Add "Color Select" color:
-#: ../tuxpaint.c:29087
+#: ../tuxpaint.c:29089
msgid "Select a color from your drawing."
msgstr "Избери цвят от рисунката."
-#: ../tuxpaint.c:29098
+#: ../tuxpaint.c:29100
msgid ""
"Pick a color. Hues go top to bottom. Saturation/intensity goes left (pale) "
"to right (pure). Value (lightness/darkness): grey bar."
@@ -1690,7 +1690,7 @@ msgstr ""
"вървят от ляво (бледо) на дясно (чисто). Стойност (светлина/тъмнина): сива "
"лента."
-#: ../tuxpaint.c:29112
+#: ../tuxpaint.c:29114
msgid ""
"Click the primary colors (red, yellow, and blue), white (to tint), grey (to "
"tone), and black (to shade), to mix together a new color."
@@ -2626,8 +2626,9 @@ msgstr ""
#: ../../magic/src/polyfill.c:32
msgid ""
-"Click multiple times in your picture to create a filled polygon. Click your "
-"starting position to complete the shape."
+"Click multiple times in your picture to create a filled polygon. You may "
+"drag control points to alter the shape. Click the first point to complete "
+"the shape."
msgstr ""
#: ../../magic/src/puzzle.c:112
diff --git a/src/po/bm.po b/src/po/bm.po
index 521dad7ae..18fffa43c 100644
--- a/src/po/bm.po
+++ b/src/po/bm.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2024-04-08 23:25-0700\n"
+"POT-Creation-Date: 2024-04-12 09:23-0700\n"
"PO-Revision-Date: 2010-09-04 17:25+0200\n"
"Last-Translator: Fasokan \n"
"Language-Team: LANGUAGE \n"
@@ -975,7 +975,7 @@ msgstr "Kura"
#. Open a saved picture
#. Buttons for the file open dialog
#. Open dialog: 'Open' button, to load the selected picture
-#: ../tools.h:97 ../tuxpaint.c:9697
+#: ../tools.h:97 ../tuxpaint.c:9698
msgid "Open"
msgstr "A dayɛlɛ"
@@ -1390,90 +1390,90 @@ msgid "Please wait…"
msgstr "Hakɛto i k'a kɔnɔ..."
#. Open dialog: 'Erase' button, to erase/deleted the selected picture
-#: ../tuxpaint.c:9700
+#: ../tuxpaint.c:9701
msgid "Erase"
msgstr "A jɔsi"
#. Open dialog: 'Slides' button, to switch to slide show mode
-#: ../tuxpaint.c:9703
+#: ../tuxpaint.c:9704
msgid "Slides"
msgstr "Jaw tɛmɛ tɛmɛ ɲɔgɔn kɔ"
#. Open dialog: 'Template' button, to make a template out of a drawing
-#: ../tuxpaint.c:9706
+#: ../tuxpaint.c:9707
msgid "Template"
msgstr ""
#. Open dialog: 'Export' button, to copy an image to an easily-accessible location
-#: ../tuxpaint.c:9709
+#: ../tuxpaint.c:9710
msgid "Export"
msgstr ""
#. Open dialog: 'Back' button, to dismiss Open dialog without opening a picture
-#: ../tuxpaint.c:9712
+#: ../tuxpaint.c:9713
msgid "Back"
msgstr "Seginkɔ"
#. Slideshow: 'Play' button, to begin a slideshow sequence
-#: ../tuxpaint.c:9715
+#: ../tuxpaint.c:9716
msgid "Play"
msgstr "A bil'a la"
#. Slideshow: 'GIF Export' button, to create an animated GIF
-#: ../tuxpaint.c:9718
+#: ../tuxpaint.c:9719
msgid "GIF Export"
msgstr ""
#. Slideshow: 'Next' button, to load next slide (image)
-#: ../tuxpaint.c:9721
+#: ../tuxpaint.c:9722
msgid "Next"
msgstr "ɲɛfɛta"
#. Color mixer dialog: 'Clear' button, to reset the mixed color
-#: ../tuxpaint.c:9724
+#: ../tuxpaint.c:9725
msgid "Clear"
msgstr ""
#. Use the localized label string (e.g., "あぁ" in Japanese)
-#: ../tuxpaint.c:10659 ../tuxpaint.c:10662 ../tuxpaint.c:10663
+#: ../tuxpaint.c:10660 ../tuxpaint.c:10663 ../tuxpaint.c:10664
msgid "Aa"
msgstr "Aa"
#. Admittedly stupid way of determining which keys can be used for
#. positive and negative responses in dialogs (e.g., [Y] (for 'yes') in English)
-#: ../tuxpaint.c:14672
+#: ../tuxpaint.c:14673
msgid "Yes"
msgstr "Ɔwɔ"
-#: ../tuxpaint.c:14676
+#: ../tuxpaint.c:14677
msgid "No"
msgstr "Ayi"
#. Prompt to ask whether user wishes to save over old version of their file
-#: ../tuxpaint.c:15948
+#: ../tuxpaint.c:15949
msgid "Replace the picture with your changes?"
msgstr "Ka ja mara n'i ka yɛlɛmaw tali ye ba la wa?"
#. Positive response to saving over old version
#. (like a 'File:Save' action in other applications)
-#: ../tuxpaint.c:15952
+#: ../tuxpaint.c:15953
msgid "Yes, replace the old one!"
msgstr "Ɔwɔ, kɔrɔlen yɛlɛma!"
#. Negative response to saving over old version (saves a new image)
#. (like a 'File:Save As...' action in other applications)
-#: ../tuxpaint.c:15956
+#: ../tuxpaint.c:15957
msgid "No, save a new file!"
msgstr "Ayi, kura mara!"
-#: ../tuxpaint.c:17224
+#: ../tuxpaint.c:17225
msgid ""
"Choose a picture and then click “Open”, “Export”, “Template“, or “Erase”. "
"Click “Slides” to create a slideshow animation or “Back“ to return to your "
"current picture."
msgstr ""
-#: ../tuxpaint.c:17226
+#: ../tuxpaint.c:17227
msgid ""
"Choose a picture and then click “Open”, “Export”, or “Erase”. Click “Slides” "
"to create a slideshow animation or “Back“ to return to your current picture."
@@ -1482,71 +1482,71 @@ msgstr ""
#. None selected? Too dangerous to automatically select all (like we do for slideshow playback).
#. Only 1 selected? No point in saving as GIF.
#.
-#: ../tuxpaint.c:18895
+#: ../tuxpaint.c:18896
msgid "Select 2 or more drawings to turn into an animated GIF."
msgstr ""
#. Descriptions (names) of the color mixer tool's primary colors and shades
-#: ../tuxpaint.c:25112
+#: ../tuxpaint.c:25113
msgid "red"
msgstr ""
-#: ../tuxpaint.c:25113
+#: ../tuxpaint.c:25114
#, fuzzy
#| msgid "Yellow!"
msgid "yellow"
msgstr "Nɛrɛmugu!"
-#: ../tuxpaint.c:25114
+#: ../tuxpaint.c:25115
#, fuzzy
#| msgid "Sky blue!"
msgid "blue"
msgstr "Kabanɔgɔlaman!"
-#: ../tuxpaint.c:25115
+#: ../tuxpaint.c:25116
#, fuzzy
#| msgid "White!"
msgid "white"
msgstr "Jɛman!"
-#: ../tuxpaint.c:25116
+#: ../tuxpaint.c:25117
msgid "grey"
msgstr ""
-#: ../tuxpaint.c:25117
+#: ../tuxpaint.c:25118
#, fuzzy
#| msgid "Black!"
msgid "black"
msgstr "Finman!"
#. 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:25122
+#: ../tuxpaint.c:25123
#, c-format
msgid "Your color is %1$s %2$s."
msgstr ""
-#: ../tuxpaint.c:25123
+#: ../tuxpaint.c:25124
#, c-format
msgid "Your color is %1$s %2$s and %3$s %4$s."
msgstr ""
-#: ../tuxpaint.c:25124
+#: ../tuxpaint.c:25125
#, c-format
msgid "Your color is %1$s %2$s, %3$s %4$s, and %5$s %6$s."
msgstr ""
-#: ../tuxpaint.c:25125
+#: ../tuxpaint.c:25126
#, c-format
msgid "Your color is %1$s %2$s, %3$s %4$s, %5$s %6$s, and %7$s %8$s."
msgstr ""
-#: ../tuxpaint.c:25126
+#: ../tuxpaint.c:25127
#, 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 ""
-#: ../tuxpaint.c:25127
+#: ../tuxpaint.c:25128
#, c-format
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 "
@@ -1554,22 +1554,22 @@ msgid ""
msgstr ""
#. Color mixer; e.g., "Your color is entirely grey."
-#: ../tuxpaint.c:25907 ../tuxpaint.c:25912
+#: ../tuxpaint.c:25908 ../tuxpaint.c:25913
msgid "entirely"
msgstr ""
#. Add "Color Select" color:
-#: ../tuxpaint.c:29087
+#: ../tuxpaint.c:29089
msgid "Select a color from your drawing."
msgstr ""
-#: ../tuxpaint.c:29098
+#: ../tuxpaint.c:29100
msgid ""
"Pick a color. Hues go top to bottom. Saturation/intensity goes left (pale) "
"to right (pure). Value (lightness/darkness): grey bar."
msgstr ""
-#: ../tuxpaint.c:29112
+#: ../tuxpaint.c:29114
msgid ""
"Click the primary colors (red, yellow, and blue), white (to tint), grey (to "
"tone), and black (to shade), to mix together a new color."
@@ -2614,8 +2614,9 @@ msgstr ""
#: ../../magic/src/polyfill.c:32
msgid ""
-"Click multiple times in your picture to create a filled polygon. Click your "
-"starting position to complete the shape."
+"Click multiple times in your picture to create a filled polygon. You may "
+"drag control points to alter the shape. Click the first point to complete "
+"the shape."
msgstr ""
#: ../../magic/src/puzzle.c:112
diff --git a/src/po/bn.po b/src/po/bn.po
index ef968440b..827bd1daf 100644
--- a/src/po/bn.po
+++ b/src/po/bn.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2024-04-08 23:25-0700\n"
+"POT-Creation-Date: 2024-04-12 09:23-0700\n"
"PO-Revision-Date: 2017-12-30 18:24+0000\n"
"Last-Translator: Chris \n"
"Language-Team: Bengali\n"
@@ -974,7 +974,7 @@ msgstr "নতুন"
#. Open a saved picture
#. Buttons for the file open dialog
#. Open dialog: 'Open' button, to load the selected picture
-#: ../tools.h:97 ../tuxpaint.c:9697
+#: ../tools.h:97 ../tuxpaint.c:9698
msgid "Open"
msgstr "খুলুন"
@@ -1389,90 +1389,90 @@ msgid "Please wait…"
msgstr "অপেক্ষা করুন…"
#. Open dialog: 'Erase' button, to erase/deleted the selected picture
-#: ../tuxpaint.c:9700
+#: ../tuxpaint.c:9701
msgid "Erase"
msgstr "মুছুন"
#. Open dialog: 'Slides' button, to switch to slide show mode
-#: ../tuxpaint.c:9703
+#: ../tuxpaint.c:9704
msgid "Slides"
msgstr "স্লাইড"
#. Open dialog: 'Template' button, to make a template out of a drawing
-#: ../tuxpaint.c:9706
+#: ../tuxpaint.c:9707
msgid "Template"
msgstr ""
#. Open dialog: 'Export' button, to copy an image to an easily-accessible location
-#: ../tuxpaint.c:9709
+#: ../tuxpaint.c:9710
msgid "Export"
msgstr ""
#. Open dialog: 'Back' button, to dismiss Open dialog without opening a picture
-#: ../tuxpaint.c:9712
+#: ../tuxpaint.c:9713
msgid "Back"
msgstr "পিছনে"
#. Slideshow: 'Play' button, to begin a slideshow sequence
-#: ../tuxpaint.c:9715
+#: ../tuxpaint.c:9716
msgid "Play"
msgstr "চালান"
#. Slideshow: 'GIF Export' button, to create an animated GIF
-#: ../tuxpaint.c:9718
+#: ../tuxpaint.c:9719
msgid "GIF Export"
msgstr ""
#. Slideshow: 'Next' button, to load next slide (image)
-#: ../tuxpaint.c:9721
+#: ../tuxpaint.c:9722
msgid "Next"
msgstr "পরে"
#. Color mixer dialog: 'Clear' button, to reset the mixed color
-#: ../tuxpaint.c:9724
+#: ../tuxpaint.c:9725
msgid "Clear"
msgstr ""
#. Use the localized label string (e.g., "あぁ" in Japanese)
-#: ../tuxpaint.c:10659 ../tuxpaint.c:10662 ../tuxpaint.c:10663
+#: ../tuxpaint.c:10660 ../tuxpaint.c:10663 ../tuxpaint.c:10664
msgid "Aa"
msgstr "আ"
#. Admittedly stupid way of determining which keys can be used for
#. positive and negative responses in dialogs (e.g., [Y] (for 'yes') in English)
-#: ../tuxpaint.c:14672
+#: ../tuxpaint.c:14673
msgid "Yes"
msgstr "হ্যাঁ"
-#: ../tuxpaint.c:14676
+#: ../tuxpaint.c:14677
msgid "No"
msgstr "না"
#. Prompt to ask whether user wishes to save over old version of their file
-#: ../tuxpaint.c:15948
+#: ../tuxpaint.c:15949
msgid "Replace the picture with your changes?"
msgstr "আপনার বদলগুলির সঙ্গে ছবি প্রতিস্থাপন করুন?"
#. Positive response to saving over old version
#. (like a 'File:Save' action in other applications)
-#: ../tuxpaint.c:15952
+#: ../tuxpaint.c:15953
msgid "Yes, replace the old one!"
msgstr "হ্যাঁ, পুরোনোটি প্রতিস্থাপন করুন!"
#. Negative response to saving over old version (saves a new image)
#. (like a 'File:Save As...' action in other applications)
-#: ../tuxpaint.c:15956
+#: ../tuxpaint.c:15957
msgid "No, save a new file!"
msgstr "না, একটি নতুন ফাইল বাঁচান!"
-#: ../tuxpaint.c:17224
+#: ../tuxpaint.c:17225
msgid ""
"Choose a picture and then click “Open”, “Export”, “Template“, or “Erase”. "
"Click “Slides” to create a slideshow animation or “Back“ to return to your "
"current picture."
msgstr ""
-#: ../tuxpaint.c:17226
+#: ../tuxpaint.c:17227
msgid ""
"Choose a picture and then click “Open”, “Export”, or “Erase”. Click “Slides” "
"to create a slideshow animation or “Back“ to return to your current picture."
@@ -1481,71 +1481,71 @@ msgstr ""
#. None selected? Too dangerous to automatically select all (like we do for slideshow playback).
#. Only 1 selected? No point in saving as GIF.
#.
-#: ../tuxpaint.c:18895
+#: ../tuxpaint.c:18896
msgid "Select 2 or more drawings to turn into an animated GIF."
msgstr ""
#. Descriptions (names) of the color mixer tool's primary colors and shades
-#: ../tuxpaint.c:25112
+#: ../tuxpaint.c:25113
msgid "red"
msgstr ""
-#: ../tuxpaint.c:25113
+#: ../tuxpaint.c:25114
#, fuzzy
#| msgid "Yellow!"
msgid "yellow"
msgstr "হলুদ!"
-#: ../tuxpaint.c:25114
+#: ../tuxpaint.c:25115
#, fuzzy
#| msgid "Sky blue!"
msgid "blue"
msgstr "আকাশী নীল!"
-#: ../tuxpaint.c:25115
+#: ../tuxpaint.c:25116
#, fuzzy
#| msgid "White!"
msgid "white"
msgstr "সাদা!"
-#: ../tuxpaint.c:25116
+#: ../tuxpaint.c:25117
msgid "grey"
msgstr ""
-#: ../tuxpaint.c:25117
+#: ../tuxpaint.c:25118
#, fuzzy
#| msgid "Black!"
msgid "black"
msgstr "কালো!"
#. 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:25122
+#: ../tuxpaint.c:25123
#, c-format
msgid "Your color is %1$s %2$s."
msgstr ""
-#: ../tuxpaint.c:25123
+#: ../tuxpaint.c:25124
#, c-format
msgid "Your color is %1$s %2$s and %3$s %4$s."
msgstr ""
-#: ../tuxpaint.c:25124
+#: ../tuxpaint.c:25125
#, c-format
msgid "Your color is %1$s %2$s, %3$s %4$s, and %5$s %6$s."
msgstr ""
-#: ../tuxpaint.c:25125
+#: ../tuxpaint.c:25126
#, c-format
msgid "Your color is %1$s %2$s, %3$s %4$s, %5$s %6$s, and %7$s %8$s."
msgstr ""
-#: ../tuxpaint.c:25126
+#: ../tuxpaint.c:25127
#, 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 ""
-#: ../tuxpaint.c:25127
+#: ../tuxpaint.c:25128
#, c-format
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 "
@@ -1553,22 +1553,22 @@ msgid ""
msgstr ""
#. Color mixer; e.g., "Your color is entirely grey."
-#: ../tuxpaint.c:25907 ../tuxpaint.c:25912
+#: ../tuxpaint.c:25908 ../tuxpaint.c:25913
msgid "entirely"
msgstr ""
#. Add "Color Select" color:
-#: ../tuxpaint.c:29087
+#: ../tuxpaint.c:29089
msgid "Select a color from your drawing."
msgstr ""
-#: ../tuxpaint.c:29098
+#: ../tuxpaint.c:29100
msgid ""
"Pick a color. Hues go top to bottom. Saturation/intensity goes left (pale) "
"to right (pure). Value (lightness/darkness): grey bar."
msgstr ""
-#: ../tuxpaint.c:29112
+#: ../tuxpaint.c:29114
msgid ""
"Click the primary colors (red, yellow, and blue), white (to tint), grey (to "
"tone), and black (to shade), to mix together a new color."
@@ -2600,8 +2600,9 @@ msgstr ""
#: ../../magic/src/polyfill.c:32
msgid ""
-"Click multiple times in your picture to create a filled polygon. Click your "
-"starting position to complete the shape."
+"Click multiple times in your picture to create a filled polygon. You may "
+"drag control points to alter the shape. Click the first point to complete "
+"the shape."
msgstr ""
#: ../../magic/src/puzzle.c:112
diff --git a/src/po/bo.po b/src/po/bo.po
index 66af16f1c..561891623 100644
--- a/src/po/bo.po
+++ b/src/po/bo.po
@@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Tux Paint\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2024-04-08 23:25-0700\n"
+"POT-Creation-Date: 2024-04-12 09:23-0700\n"
"PO-Revision-Date: 2006-01-01 17:43+0900\n"
"Last-Translator: none\n"
"Language-Team: none\n"
@@ -945,7 +945,7 @@ msgstr "gsr.p."
#. Open a saved picture
#. Buttons for the file open dialog
#. Open dialog: 'Open' button, to load the selected picture
-#: ../tools.h:97 ../tuxpaint.c:9697
+#: ../tools.h:97 ../tuxpaint.c:9698
msgid "Open"
msgstr "q.\\Yed.p."
@@ -1320,91 +1320,91 @@ msgid "Please wait…"
msgstr ""
#. Open dialog: 'Erase' button, to erase/deleted the selected picture
-#: ../tuxpaint.c:9700
+#: ../tuxpaint.c:9701
msgid "Erase"
msgstr ""
#. Open dialog: 'Slides' button, to switch to slide show mode
-#: ../tuxpaint.c:9703
+#: ../tuxpaint.c:9704
msgid "Slides"
msgstr ""
#. Open dialog: 'Template' button, to make a template out of a drawing
-#: ../tuxpaint.c:9706
+#: ../tuxpaint.c:9707
msgid "Template"
msgstr ""
#. Open dialog: 'Export' button, to copy an image to an easily-accessible location
-#: ../tuxpaint.c:9709
+#: ../tuxpaint.c:9710
msgid "Export"
msgstr ""
#. Open dialog: 'Back' button, to dismiss Open dialog without opening a picture
-#: ../tuxpaint.c:9712
+#: ../tuxpaint.c:9713
msgid "Back"
msgstr ""
#. Slideshow: 'Play' button, to begin a slideshow sequence
-#: ../tuxpaint.c:9715
+#: ../tuxpaint.c:9716
msgid "Play"
msgstr ""
#. Slideshow: 'GIF Export' button, to create an animated GIF
-#: ../tuxpaint.c:9718
+#: ../tuxpaint.c:9719
msgid "GIF Export"
msgstr ""
#. Slideshow: 'Next' button, to load next slide (image)
-#: ../tuxpaint.c:9721
+#: ../tuxpaint.c:9722
#, fuzzy
msgid "Next"
msgstr "dpe.]."
#. Color mixer dialog: 'Clear' button, to reset the mixed color
-#: ../tuxpaint.c:9724
+#: ../tuxpaint.c:9725
msgid "Clear"
msgstr ""
#. Use the localized label string (e.g., "あぁ" in Japanese)
-#: ../tuxpaint.c:10659 ../tuxpaint.c:10662 ../tuxpaint.c:10663
+#: ../tuxpaint.c:10660 ../tuxpaint.c:10663 ../tuxpaint.c:10664
msgid "Aa"
msgstr ""
#. Admittedly stupid way of determining which keys can be used for
#. positive and negative responses in dialogs (e.g., [Y] (for 'yes') in English)
-#: ../tuxpaint.c:14672
+#: ../tuxpaint.c:14673
msgid "Yes"
msgstr ""
-#: ../tuxpaint.c:14676
+#: ../tuxpaint.c:14677
msgid "No"
msgstr ""
#. Prompt to ask whether user wishes to save over old version of their file
-#: ../tuxpaint.c:15948
+#: ../tuxpaint.c:15949
msgid "Replace the picture with your changes?"
msgstr ""
#. Positive response to saving over old version
#. (like a 'File:Save' action in other applications)
-#: ../tuxpaint.c:15952
+#: ../tuxpaint.c:15953
msgid "Yes, replace the old one!"
msgstr ""
#. Negative response to saving over old version (saves a new image)
#. (like a 'File:Save As...' action in other applications)
-#: ../tuxpaint.c:15956
+#: ../tuxpaint.c:15957
msgid "No, save a new file!"
msgstr ""
-#: ../tuxpaint.c:17224
+#: ../tuxpaint.c:17225
msgid ""
"Choose a picture and then click “Open”, “Export”, “Template“, or “Erase”. "
"Click “Slides” to create a slideshow animation or “Back“ to return to your "
"current picture."
msgstr ""
-#: ../tuxpaint.c:17226
+#: ../tuxpaint.c:17227
msgid ""
"Choose a picture and then click “Open”, “Export”, or “Erase”. Click “Slides” "
"to create a slideshow animation or “Back“ to return to your current picture."
@@ -1413,71 +1413,71 @@ msgstr ""
#. None selected? Too dangerous to automatically select all (like we do for slideshow playback).
#. Only 1 selected? No point in saving as GIF.
#.
-#: ../tuxpaint.c:18895
+#: ../tuxpaint.c:18896
msgid "Select 2 or more drawings to turn into an animated GIF."
msgstr ""
#. Descriptions (names) of the color mixer tool's primary colors and shades
-#: ../tuxpaint.c:25112
+#: ../tuxpaint.c:25113
msgid "red"
msgstr ""
-#: ../tuxpaint.c:25113
+#: ../tuxpaint.c:25114
#, fuzzy
#| msgid "Yellow!"
msgid "yellow"
msgstr "ser.po."
-#: ../tuxpaint.c:25114
+#: ../tuxpaint.c:25115
#, fuzzy
#| msgid "Sky blue!"
msgid "blue"
msgstr "gnm.sVon.po."
-#: ../tuxpaint.c:25115
+#: ../tuxpaint.c:25116
#, fuzzy
#| msgid "White!"
msgid "white"
msgstr "dkr.po."
-#: ../tuxpaint.c:25116
+#: ../tuxpaint.c:25117
msgid "grey"
msgstr ""
-#: ../tuxpaint.c:25117
+#: ../tuxpaint.c:25118
#, fuzzy
#| msgid "Black!"
msgid "black"
msgstr "ng.po."
#. 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:25122
+#: ../tuxpaint.c:25123
#, c-format
msgid "Your color is %1$s %2$s."
msgstr ""
-#: ../tuxpaint.c:25123
+#: ../tuxpaint.c:25124
#, c-format
msgid "Your color is %1$s %2$s and %3$s %4$s."
msgstr ""
-#: ../tuxpaint.c:25124
+#: ../tuxpaint.c:25125
#, c-format
msgid "Your color is %1$s %2$s, %3$s %4$s, and %5$s %6$s."
msgstr ""
-#: ../tuxpaint.c:25125
+#: ../tuxpaint.c:25126
#, c-format
msgid "Your color is %1$s %2$s, %3$s %4$s, %5$s %6$s, and %7$s %8$s."
msgstr ""
-#: ../tuxpaint.c:25126
+#: ../tuxpaint.c:25127
#, 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 ""
-#: ../tuxpaint.c:25127
+#: ../tuxpaint.c:25128
#, c-format
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 "
@@ -1485,22 +1485,22 @@ msgid ""
msgstr ""
#. Color mixer; e.g., "Your color is entirely grey."
-#: ../tuxpaint.c:25907 ../tuxpaint.c:25912
+#: ../tuxpaint.c:25908 ../tuxpaint.c:25913
msgid "entirely"
msgstr ""
#. Add "Color Select" color:
-#: ../tuxpaint.c:29087
+#: ../tuxpaint.c:29089
msgid "Select a color from your drawing."
msgstr ""
-#: ../tuxpaint.c:29098
+#: ../tuxpaint.c:29100
msgid ""
"Pick a color. Hues go top to bottom. Saturation/intensity goes left (pale) "
"to right (pure). Value (lightness/darkness): grey bar."
msgstr ""
-#: ../tuxpaint.c:29112
+#: ../tuxpaint.c:29114
msgid ""
"Click the primary colors (red, yellow, and blue), white (to tint), grey (to "
"tone), and black (to shade), to mix together a new color."
@@ -2350,8 +2350,9 @@ msgstr ""
#: ../../magic/src/polyfill.c:32
msgid ""
-"Click multiple times in your picture to create a filled polygon. Click your "
-"starting position to complete the shape."
+"Click multiple times in your picture to create a filled polygon. You may "
+"drag control points to alter the shape. Click the first point to complete "
+"the shape."
msgstr ""
#: ../../magic/src/puzzle.c:112
diff --git a/src/po/br.po b/src/po/br.po
index effadb8a5..16f2da2eb 100644
--- a/src/po/br.po
+++ b/src/po/br.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: tuxpaint\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2024-04-08 23:25-0700\n"
+"POT-Creation-Date: 2024-04-12 09:23-0700\n"
"PO-Revision-Date: 2005-01-09 14:49+0100\n"
"Last-Translator: \n"
"Language-Team: none\n"
@@ -976,7 +976,7 @@ msgstr "Nevez"
#. Open a saved picture
#. Buttons for the file open dialog
#. Open dialog: 'Open' button, to load the selected picture
-#: ../tools.h:97 ../tuxpaint.c:9697
+#: ../tools.h:97 ../tuxpaint.c:9698
msgid "Open"
msgstr "Digeriñ"
@@ -1386,92 +1386,92 @@ msgid "Please wait…"
msgstr ""
#. Open dialog: 'Erase' button, to erase/deleted the selected picture
-#: ../tuxpaint.c:9700
+#: ../tuxpaint.c:9701
msgid "Erase"
msgstr "Diverkañ"
#. Open dialog: 'Slides' button, to switch to slide show mode
-#: ../tuxpaint.c:9703
+#: ../tuxpaint.c:9704
msgid "Slides"
msgstr ""
#. Open dialog: 'Template' button, to make a template out of a drawing
-#: ../tuxpaint.c:9706
+#: ../tuxpaint.c:9707
msgid "Template"
msgstr ""
#. Open dialog: 'Export' button, to copy an image to an easily-accessible location
-#: ../tuxpaint.c:9709
+#: ../tuxpaint.c:9710
msgid "Export"
msgstr ""
#. Open dialog: 'Back' button, to dismiss Open dialog without opening a picture
-#: ../tuxpaint.c:9712
+#: ../tuxpaint.c:9713
msgid "Back"
msgstr "Distro"
#. Slideshow: 'Play' button, to begin a slideshow sequence
-#: ../tuxpaint.c:9715
+#: ../tuxpaint.c:9716
msgid "Play"
msgstr ""
#. Slideshow: 'GIF Export' button, to create an animated GIF
-#: ../tuxpaint.c:9718
+#: ../tuxpaint.c:9719
msgid "GIF Export"
msgstr ""
#. Slideshow: 'Next' button, to load next slide (image)
-#: ../tuxpaint.c:9721
+#: ../tuxpaint.c:9722
#, fuzzy
msgid "Next"
msgstr "Testenn"
#. Color mixer dialog: 'Clear' button, to reset the mixed color
-#: ../tuxpaint.c:9724
+#: ../tuxpaint.c:9725
msgid "Clear"
msgstr ""
#. Use the localized label string (e.g., "あぁ" in Japanese)
-#: ../tuxpaint.c:10659 ../tuxpaint.c:10662 ../tuxpaint.c:10663
+#: ../tuxpaint.c:10660 ../tuxpaint.c:10663 ../tuxpaint.c:10664
msgid "Aa"
msgstr "As"
#. Admittedly stupid way of determining which keys can be used for
#. positive and negative responses in dialogs (e.g., [Y] (for 'yes') in English)
-#: ../tuxpaint.c:14672
+#: ../tuxpaint.c:14673
msgid "Yes"
msgstr "Ya"
-#: ../tuxpaint.c:14676
+#: ../tuxpaint.c:14677
msgid "No"
msgstr "Ne ra ket"
#. Prompt to ask whether user wishes to save over old version of their file
-#: ../tuxpaint.c:15948
+#: ../tuxpaint.c:15949
msgid "Replace the picture with your changes?"
msgstr ""
#. Positive response to saving over old version
#. (like a 'File:Save' action in other applications)
-#: ../tuxpaint.c:15952
+#: ../tuxpaint.c:15953
msgid "Yes, replace the old one!"
msgstr ""
#. Negative response to saving over old version (saves a new image)
#. (like a 'File:Save As...' action in other applications)
-#: ../tuxpaint.c:15956
+#: ../tuxpaint.c:15957
#, fuzzy
msgid "No, save a new file!"
msgstr "Ket, gwarediñ dindan un anv nevez"
-#: ../tuxpaint.c:17224
+#: ../tuxpaint.c:17225
msgid ""
"Choose a picture and then click “Open”, “Export”, “Template“, or “Erase”. "
"Click “Slides” to create a slideshow animation or “Back“ to return to your "
"current picture."
msgstr ""
-#: ../tuxpaint.c:17226
+#: ../tuxpaint.c:17227
msgid ""
"Choose a picture and then click “Open”, “Export”, or “Erase”. Click “Slides” "
"to create a slideshow animation or “Back“ to return to your current picture."
@@ -1480,71 +1480,71 @@ msgstr ""
#. None selected? Too dangerous to automatically select all (like we do for slideshow playback).
#. Only 1 selected? No point in saving as GIF.
#.
-#: ../tuxpaint.c:18895
+#: ../tuxpaint.c:18896
msgid "Select 2 or more drawings to turn into an animated GIF."
msgstr ""
#. Descriptions (names) of the color mixer tool's primary colors and shades
-#: ../tuxpaint.c:25112
+#: ../tuxpaint.c:25113
msgid "red"
msgstr ""
-#: ../tuxpaint.c:25113
+#: ../tuxpaint.c:25114
#, fuzzy
#| msgid "Yellow!"
msgid "yellow"
msgstr "Melen !"
-#: ../tuxpaint.c:25114
+#: ../tuxpaint.c:25115
#, fuzzy
#| msgid "Sky blue!"
msgid "blue"
msgstr "Glas oabl !"
-#: ../tuxpaint.c:25115
+#: ../tuxpaint.c:25116
#, fuzzy
#| msgid "White!"
msgid "white"
msgstr "Gwenn !"
-#: ../tuxpaint.c:25116
+#: ../tuxpaint.c:25117
msgid "grey"
msgstr ""
-#: ../tuxpaint.c:25117
+#: ../tuxpaint.c:25118
#, fuzzy
#| msgid "Black!"
msgid "black"
msgstr "Du !"
#. 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:25122
+#: ../tuxpaint.c:25123
#, c-format
msgid "Your color is %1$s %2$s."
msgstr ""
-#: ../tuxpaint.c:25123
+#: ../tuxpaint.c:25124
#, c-format
msgid "Your color is %1$s %2$s and %3$s %4$s."
msgstr ""
-#: ../tuxpaint.c:25124
+#: ../tuxpaint.c:25125
#, c-format
msgid "Your color is %1$s %2$s, %3$s %4$s, and %5$s %6$s."
msgstr ""
-#: ../tuxpaint.c:25125
+#: ../tuxpaint.c:25126
#, c-format
msgid "Your color is %1$s %2$s, %3$s %4$s, %5$s %6$s, and %7$s %8$s."
msgstr ""
-#: ../tuxpaint.c:25126
+#: ../tuxpaint.c:25127
#, 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 ""
-#: ../tuxpaint.c:25127
+#: ../tuxpaint.c:25128
#, c-format
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 "
@@ -1552,22 +1552,22 @@ msgid ""
msgstr ""
#. Color mixer; e.g., "Your color is entirely grey."
-#: ../tuxpaint.c:25907 ../tuxpaint.c:25912
+#: ../tuxpaint.c:25908 ../tuxpaint.c:25913
msgid "entirely"
msgstr ""
#. Add "Color Select" color:
-#: ../tuxpaint.c:29087
+#: ../tuxpaint.c:29089
msgid "Select a color from your drawing."
msgstr ""
-#: ../tuxpaint.c:29098
+#: ../tuxpaint.c:29100
msgid ""
"Pick a color. Hues go top to bottom. Saturation/intensity goes left (pale) "
"to right (pure). Value (lightness/darkness): grey bar."
msgstr ""
-#: ../tuxpaint.c:29112
+#: ../tuxpaint.c:29114
msgid ""
"Click the primary colors (red, yellow, and blue), white (to tint), grey (to "
"tone), and black (to shade), to mix together a new color."
@@ -2525,8 +2525,9 @@ msgstr ""
#: ../../magic/src/polyfill.c:32
msgid ""
-"Click multiple times in your picture to create a filled polygon. Click your "
-"starting position to complete the shape."
+"Click multiple times in your picture to create a filled polygon. You may "
+"drag control points to alter the shape. Click the first point to complete "
+"the shape."
msgstr ""
#: ../../magic/src/puzzle.c:112
diff --git a/src/po/brx.po b/src/po/brx.po
index 6eb0c4045..27b7bbe44 100644
--- a/src/po/brx.po
+++ b/src/po/brx.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2024-04-08 23:25-0700\n"
+"POT-Creation-Date: 2024-04-12 09:23-0700\n"
"PO-Revision-Date: 2011-09-14 13:51+0530\n"
"Last-Translator: \n"
"Language-Team: Bodo\n"
@@ -975,7 +975,7 @@ msgstr "गोदान"
#. Open a saved picture
#. Buttons for the file open dialog
#. Open dialog: 'Open' button, to load the selected picture
-#: ../tools.h:97 ../tuxpaint.c:9697
+#: ../tools.h:97 ../tuxpaint.c:9698
msgid "Open"
msgstr "खेव"
@@ -1390,90 +1390,90 @@ msgid "Please wait…"
msgstr "अननानै नेथ'..."
#. Open dialog: 'Erase' button, to erase/deleted the selected picture
-#: ../tuxpaint.c:9700
+#: ../tuxpaint.c:9701
msgid "Erase"
msgstr "फुगार"
#. Open dialog: 'Slides' button, to switch to slide show mode
-#: ../tuxpaint.c:9703
+#: ../tuxpaint.c:9704
msgid "Slides"
msgstr "स्लाइडफोर"
#. Open dialog: 'Template' button, to make a template out of a drawing
-#: ../tuxpaint.c:9706
+#: ../tuxpaint.c:9707
msgid "Template"
msgstr ""
#. Open dialog: 'Export' button, to copy an image to an easily-accessible location
-#: ../tuxpaint.c:9709
+#: ../tuxpaint.c:9710
msgid "Export"
msgstr ""
#. Open dialog: 'Back' button, to dismiss Open dialog without opening a picture
-#: ../tuxpaint.c:9712
+#: ../tuxpaint.c:9713
msgid "Back"
msgstr "उनथिं"
#. Slideshow: 'Play' button, to begin a slideshow sequence
-#: ../tuxpaint.c:9715
+#: ../tuxpaint.c:9716
msgid "Play"
msgstr "दाम"
#. Slideshow: 'GIF Export' button, to create an animated GIF
-#: ../tuxpaint.c:9718
+#: ../tuxpaint.c:9719
msgid "GIF Export"
msgstr ""
#. Slideshow: 'Next' button, to load next slide (image)
-#: ../tuxpaint.c:9721
+#: ../tuxpaint.c:9722
msgid "Next"
msgstr "उननि"
#. Color mixer dialog: 'Clear' button, to reset the mixed color
-#: ../tuxpaint.c:9724
+#: ../tuxpaint.c:9725
msgid "Clear"
msgstr ""
#. Use the localized label string (e.g., "あぁ" in Japanese)
-#: ../tuxpaint.c:10659 ../tuxpaint.c:10662 ../tuxpaint.c:10663
+#: ../tuxpaint.c:10660 ../tuxpaint.c:10663 ../tuxpaint.c:10664
msgid "Aa"
msgstr "औ"
#. Admittedly stupid way of determining which keys can be used for
#. positive and negative responses in dialogs (e.g., [Y] (for 'yes') in English)
-#: ../tuxpaint.c:14672
+#: ../tuxpaint.c:14673
msgid "Yes"
msgstr "नंगौ"
-#: ../tuxpaint.c:14676
+#: ../tuxpaint.c:14677
msgid "No"
msgstr "नङा"
#. Prompt to ask whether user wishes to save over old version of their file
-#: ../tuxpaint.c:15948
+#: ../tuxpaint.c:15949
msgid "Replace the picture with your changes?"
msgstr "सावगारिखौ नोंथांनि सोलायनायफोरजों सोलायना फजफिन?"
#. Positive response to saving over old version
#. (like a 'File:Save' action in other applications)
-#: ../tuxpaint.c:15952
+#: ../tuxpaint.c:15953
msgid "Yes, replace the old one!"
msgstr "नगौ, गोजामखौ सोलायना फजफिन!"
#. Negative response to saving over old version (saves a new image)
#. (like a 'File:Save As...' action in other applications)
-#: ../tuxpaint.c:15956
+#: ../tuxpaint.c:15957
msgid "No, save a new file!"
msgstr "नङै, गोदान फाइलखौ थिना दोन!"
-#: ../tuxpaint.c:17224
+#: ../tuxpaint.c:17225
msgid ""
"Choose a picture and then click “Open”, “Export”, “Template“, or “Erase”. "
"Click “Slides” to create a slideshow animation or “Back“ to return to your "
"current picture."
msgstr ""
-#: ../tuxpaint.c:17226
+#: ../tuxpaint.c:17227
msgid ""
"Choose a picture and then click “Open”, “Export”, or “Erase”. Click “Slides” "
"to create a slideshow animation or “Back“ to return to your current picture."
@@ -1482,71 +1482,71 @@ msgstr ""
#. None selected? Too dangerous to automatically select all (like we do for slideshow playback).
#. Only 1 selected? No point in saving as GIF.
#.
-#: ../tuxpaint.c:18895
+#: ../tuxpaint.c:18896
msgid "Select 2 or more drawings to turn into an animated GIF."
msgstr ""
#. Descriptions (names) of the color mixer tool's primary colors and shades
-#: ../tuxpaint.c:25112
+#: ../tuxpaint.c:25113
msgid "red"
msgstr ""
-#: ../tuxpaint.c:25113
+#: ../tuxpaint.c:25114
#, fuzzy
#| msgid "Yellow!"
msgid "yellow"
msgstr "गोमो!"
-#: ../tuxpaint.c:25114
+#: ../tuxpaint.c:25115
#, fuzzy
#| msgid "Sky blue!"
msgid "blue"
msgstr "अख्रां निला!"
-#: ../tuxpaint.c:25115
+#: ../tuxpaint.c:25116
#, fuzzy
#| msgid "White!"
msgid "white"
msgstr "गुफुर!"
-#: ../tuxpaint.c:25116
+#: ../tuxpaint.c:25117
msgid "grey"
msgstr ""
-#: ../tuxpaint.c:25117
+#: ../tuxpaint.c:25118
#, fuzzy
#| msgid "Black!"
msgid "black"
msgstr "गोसोम!"
#. 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:25122
+#: ../tuxpaint.c:25123
#, c-format
msgid "Your color is %1$s %2$s."
msgstr ""
-#: ../tuxpaint.c:25123
+#: ../tuxpaint.c:25124
#, c-format
msgid "Your color is %1$s %2$s and %3$s %4$s."
msgstr ""
-#: ../tuxpaint.c:25124
+#: ../tuxpaint.c:25125
#, c-format
msgid "Your color is %1$s %2$s, %3$s %4$s, and %5$s %6$s."
msgstr ""
-#: ../tuxpaint.c:25125
+#: ../tuxpaint.c:25126
#, c-format
msgid "Your color is %1$s %2$s, %3$s %4$s, %5$s %6$s, and %7$s %8$s."
msgstr ""
-#: ../tuxpaint.c:25126
+#: ../tuxpaint.c:25127
#, 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 ""
-#: ../tuxpaint.c:25127
+#: ../tuxpaint.c:25128
#, c-format
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 "
@@ -1554,22 +1554,22 @@ msgid ""
msgstr ""
#. Color mixer; e.g., "Your color is entirely grey."
-#: ../tuxpaint.c:25907 ../tuxpaint.c:25912
+#: ../tuxpaint.c:25908 ../tuxpaint.c:25913
msgid "entirely"
msgstr ""
#. Add "Color Select" color:
-#: ../tuxpaint.c:29087
+#: ../tuxpaint.c:29089
msgid "Select a color from your drawing."
msgstr ""
-#: ../tuxpaint.c:29098
+#: ../tuxpaint.c:29100
msgid ""
"Pick a color. Hues go top to bottom. Saturation/intensity goes left (pale) "
"to right (pure). Value (lightness/darkness): grey bar."
msgstr ""
-#: ../tuxpaint.c:29112
+#: ../tuxpaint.c:29114
msgid ""
"Click the primary colors (red, yellow, and blue), white (to tint), grey (to "
"tone), and black (to shade), to mix together a new color."
@@ -2619,8 +2619,9 @@ msgstr ""
#: ../../magic/src/polyfill.c:32
msgid ""
-"Click multiple times in your picture to create a filled polygon. Click your "
-"starting position to complete the shape."
+"Click multiple times in your picture to create a filled polygon. You may "
+"drag control points to alter the shape. Click the first point to complete "
+"the shape."
msgstr ""
#: ../../magic/src/puzzle.c:112
diff --git a/src/po/bs.po b/src/po/bs.po
index 64dd2f3e3..33e50990a 100644
--- a/src/po/bs.po
+++ b/src/po/bs.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: tuxpaint\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2024-04-08 23:25-0700\n"
+"POT-Creation-Date: 2024-04-12 09:23-0700\n"
"PO-Revision-Date: 2010-11-05 04:24+0000\n"
"Last-Translator: Samir Ribić \n"
"Language-Team: Bosnian \n"
@@ -1032,7 +1032,7 @@ msgstr "Novi"
#. Open a saved picture
#. Buttons for the file open dialog
#. Open dialog: 'Open' button, to load the selected picture
-#: ../tools.h:97 ../tuxpaint.c:9697
+#: ../tools.h:97 ../tuxpaint.c:9698
msgid "Open"
msgstr "Otvori"
@@ -1472,95 +1472,95 @@ msgstr ""
#
#. Open dialog: 'Erase' button, to erase/deleted the selected picture
-#: ../tuxpaint.c:9700
+#: ../tuxpaint.c:9701
msgid "Erase"
msgstr "Briši"
#. Open dialog: 'Slides' button, to switch to slide show mode
-#: ../tuxpaint.c:9703
+#: ../tuxpaint.c:9704
msgid "Slides"
msgstr "Slajd"
#. Open dialog: 'Template' button, to make a template out of a drawing
-#: ../tuxpaint.c:9706
+#: ../tuxpaint.c:9707
msgid "Template"
msgstr ""
#. Open dialog: 'Export' button, to copy an image to an easily-accessible location
-#: ../tuxpaint.c:9709
+#: ../tuxpaint.c:9710
msgid "Export"
msgstr ""
#
#. Open dialog: 'Back' button, to dismiss Open dialog without opening a picture
-#: ../tuxpaint.c:9712
+#: ../tuxpaint.c:9713
msgid "Back"
msgstr "Nazad"
#. Slideshow: 'Play' button, to begin a slideshow sequence
-#: ../tuxpaint.c:9715
+#: ../tuxpaint.c:9716
msgid "Play"
msgstr "Igrati"
#. Slideshow: 'GIF Export' button, to create an animated GIF
-#: ../tuxpaint.c:9718
+#: ../tuxpaint.c:9719
msgid "GIF Export"
msgstr ""
#
#. Slideshow: 'Next' button, to load next slide (image)
-#: ../tuxpaint.c:9721
+#: ../tuxpaint.c:9722
msgid "Next"
msgstr "Slijedeći"
#. Color mixer dialog: 'Clear' button, to reset the mixed color
-#: ../tuxpaint.c:9724
+#: ../tuxpaint.c:9725
msgid "Clear"
msgstr ""
#. Use the localized label string (e.g., "あぁ" in Japanese)
-#: ../tuxpaint.c:10659 ../tuxpaint.c:10662 ../tuxpaint.c:10663
+#: ../tuxpaint.c:10660 ../tuxpaint.c:10663 ../tuxpaint.c:10664
msgid "Aa"
msgstr "Aa"
#
#. Admittedly stupid way of determining which keys can be used for
#. positive and negative responses in dialogs (e.g., [Y] (for 'yes') in English)
-#: ../tuxpaint.c:14672
+#: ../tuxpaint.c:14673
msgid "Yes"
msgstr "Da"
#
-#: ../tuxpaint.c:14676
+#: ../tuxpaint.c:14677
msgid "No"
msgstr "Ne"
#. Prompt to ask whether user wishes to save over old version of their file
-#: ../tuxpaint.c:15948
+#: ../tuxpaint.c:15949
msgid "Replace the picture with your changes?"
msgstr "Zamjeni sliku"
#. Positive response to saving over old version
#. (like a 'File:Save' action in other applications)
-#: ../tuxpaint.c:15952
+#: ../tuxpaint.c:15953
msgid "Yes, replace the old one!"
msgstr "Da, zamijeni staru"
#
#. Negative response to saving over old version (saves a new image)
#. (like a 'File:Save As...' action in other applications)
-#: ../tuxpaint.c:15956
+#: ../tuxpaint.c:15957
msgid "No, save a new file!"
msgstr "Ne, sačuvaj u novu datoteku!"
-#: ../tuxpaint.c:17224
+#: ../tuxpaint.c:17225
msgid ""
"Choose a picture and then click “Open”, “Export”, “Template“, or “Erase”. "
"Click “Slides” to create a slideshow animation or “Back“ to return to your "
"current picture."
msgstr ""
-#: ../tuxpaint.c:17226
+#: ../tuxpaint.c:17227
msgid ""
"Choose a picture and then click “Open”, “Export”, or “Erase”. Click “Slides” "
"to create a slideshow animation or “Back“ to return to your current picture."
@@ -1569,74 +1569,74 @@ msgstr ""
#. None selected? Too dangerous to automatically select all (like we do for slideshow playback).
#. Only 1 selected? No point in saving as GIF.
#.
-#: ../tuxpaint.c:18895
+#: ../tuxpaint.c:18896
msgid "Select 2 or more drawings to turn into an animated GIF."
msgstr ""
#. Descriptions (names) of the color mixer tool's primary colors and shades
-#: ../tuxpaint.c:25112
+#: ../tuxpaint.c:25113
msgid "red"
msgstr ""
#
-#: ../tuxpaint.c:25113
+#: ../tuxpaint.c:25114
#, fuzzy
#| msgid "Yellow!"
msgid "yellow"
msgstr "Žuta!"
-#: ../tuxpaint.c:25114
+#: ../tuxpaint.c:25115
#, fuzzy
#| msgid "Sky blue!"
msgid "blue"
msgstr "Nebesko plava!"
#
-#: ../tuxpaint.c:25115
+#: ../tuxpaint.c:25116
#, fuzzy
#| msgid "White!"
msgid "white"
msgstr "Bijela!"
-#: ../tuxpaint.c:25116
+#: ../tuxpaint.c:25117
msgid "grey"
msgstr ""
#
-#: ../tuxpaint.c:25117
+#: ../tuxpaint.c:25118
#, fuzzy
#| msgid "Black!"
msgid "black"
msgstr "Crna!"
#. 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:25122
+#: ../tuxpaint.c:25123
#, c-format
msgid "Your color is %1$s %2$s."
msgstr ""
-#: ../tuxpaint.c:25123
+#: ../tuxpaint.c:25124
#, c-format
msgid "Your color is %1$s %2$s and %3$s %4$s."
msgstr ""
-#: ../tuxpaint.c:25124
+#: ../tuxpaint.c:25125
#, c-format
msgid "Your color is %1$s %2$s, %3$s %4$s, and %5$s %6$s."
msgstr ""
-#: ../tuxpaint.c:25125
+#: ../tuxpaint.c:25126
#, c-format
msgid "Your color is %1$s %2$s, %3$s %4$s, %5$s %6$s, and %7$s %8$s."
msgstr ""
-#: ../tuxpaint.c:25126
+#: ../tuxpaint.c:25127
#, 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 ""
-#: ../tuxpaint.c:25127
+#: ../tuxpaint.c:25128
#, c-format
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 "
@@ -1644,22 +1644,22 @@ msgid ""
msgstr ""
#. Color mixer; e.g., "Your color is entirely grey."
-#: ../tuxpaint.c:25907 ../tuxpaint.c:25912
+#: ../tuxpaint.c:25908 ../tuxpaint.c:25913
msgid "entirely"
msgstr ""
#. Add "Color Select" color:
-#: ../tuxpaint.c:29087
+#: ../tuxpaint.c:29089
msgid "Select a color from your drawing."
msgstr ""
-#: ../tuxpaint.c:29098
+#: ../tuxpaint.c:29100
msgid ""
"Pick a color. Hues go top to bottom. Saturation/intensity goes left (pale) "
"to right (pure). Value (lightness/darkness): grey bar."
msgstr ""
-#: ../tuxpaint.c:29112
+#: ../tuxpaint.c:29114
msgid ""
"Click the primary colors (red, yellow, and blue), white (to tint), grey (to "
"tone), and black (to shade), to mix together a new color."
@@ -2723,8 +2723,9 @@ msgstr ""
#: ../../magic/src/polyfill.c:32
msgid ""
-"Click multiple times in your picture to create a filled polygon. Click your "
-"starting position to complete the shape."
+"Click multiple times in your picture to create a filled polygon. You may "
+"drag control points to alter the shape. Click the first point to complete "
+"the shape."
msgstr ""
#: ../../magic/src/puzzle.c:112
diff --git a/src/po/ca.po b/src/po/ca.po
index d28d344ac..feb96ecb0 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: 2024-04-08 23:25-0700\n"
+"POT-Creation-Date: 2024-04-12 09:23-0700\n"
"PO-Revision-Date: 2024-01-21 00:09+0100\n"
"Last-Translator: Pere Pujal i Carabantes \n"
"Language-Team: Català \n"
@@ -1109,7 +1109,7 @@ msgstr "Nou"
#. Open a saved picture
#. Buttons for the file open dialog
#. Open dialog: 'Open' button, to load the selected picture
-#: ../tools.h:97 ../tuxpaint.c:9697
+#: ../tools.h:97 ../tuxpaint.c:9698
msgid "Open"
msgstr "Obre"
@@ -1520,83 +1520,83 @@ msgid "Please wait…"
msgstr "Espereu, si us plau…"
#. Open dialog: 'Erase' button, to erase/deleted the selected picture
-#: ../tuxpaint.c:9700
+#: ../tuxpaint.c:9701
msgid "Erase"
msgstr "Esborra"
#. Open dialog: 'Slides' button, to switch to slide show mode
-#: ../tuxpaint.c:9703
+#: ../tuxpaint.c:9704
msgid "Slides"
msgstr "Diapositives"
#. Open dialog: 'Template' button, to make a template out of a drawing
-#: ../tuxpaint.c:9706
+#: ../tuxpaint.c:9707
msgid "Template"
msgstr "Plantilla de fons"
#. Open dialog: 'Export' button, to copy an image to an easily-accessible location
-#: ../tuxpaint.c:9709
+#: ../tuxpaint.c:9710
msgid "Export"
msgstr "Exporta"
#. Open dialog: 'Back' button, to dismiss Open dialog without opening a picture
-#: ../tuxpaint.c:9712
+#: ../tuxpaint.c:9713
msgid "Back"
msgstr "Endarrere"
#. Slideshow: 'Play' button, to begin a slideshow sequence
-#: ../tuxpaint.c:9715
+#: ../tuxpaint.c:9716
msgid "Play"
msgstr "Reprodueix"
#. Slideshow: 'GIF Export' button, to create an animated GIF
-#: ../tuxpaint.c:9718
+#: ../tuxpaint.c:9719
msgid "GIF Export"
msgstr "Exporta a GIF"
#. Slideshow: 'Next' button, to load next slide (image)
-#: ../tuxpaint.c:9721
+#: ../tuxpaint.c:9722
msgid "Next"
msgstr "Següent"
#. Color mixer dialog: 'Clear' button, to reset the mixed color
-#: ../tuxpaint.c:9724
+#: ../tuxpaint.c:9725
msgid "Clear"
msgstr "Re-comença"
#. Use the localized label string (e.g., "あぁ" in Japanese)
-#: ../tuxpaint.c:10659 ../tuxpaint.c:10662 ../tuxpaint.c:10663
+#: ../tuxpaint.c:10660 ../tuxpaint.c:10663 ../tuxpaint.c:10664
msgid "Aa"
msgstr "Aà"
#. Admittedly stupid way of determining which keys can be used for
#. positive and negative responses in dialogs (e.g., [Y] (for 'yes') in English)
-#: ../tuxpaint.c:14672
+#: ../tuxpaint.c:14673
msgid "Yes"
msgstr "Sí"
-#: ../tuxpaint.c:14676
+#: ../tuxpaint.c:14677
msgid "No"
msgstr "No"
#. Prompt to ask whether user wishes to save over old version of their file
-#: ../tuxpaint.c:15948
+#: ../tuxpaint.c:15949
msgid "Replace the picture with your changes?"
msgstr "Substitueixo el dibuix amb els vostres canvis?"
#. Positive response to saving over old version
#. (like a 'File:Save' action in other applications)
-#: ../tuxpaint.c:15952
+#: ../tuxpaint.c:15953
msgid "Yes, replace the old one!"
msgstr "Sí, substitueix l'antic!"
#. Negative response to saving over old version (saves a new image)
#. (like a 'File:Save As...' action in other applications)
-#: ../tuxpaint.c:15956
+#: ../tuxpaint.c:15957
msgid "No, save a new file!"
msgstr "No, desa en un fitxer nou!"
-#: ../tuxpaint.c:17224
+#: ../tuxpaint.c:17225
msgid ""
"Choose a picture and then click “Open”, “Export”, “Template“, or “Erase”. "
"Click “Slides” to create a slideshow animation or “Back“ to return to your "
@@ -1607,7 +1607,7 @@ msgstr ""
"Feu clic a «Diapositives» per crear una presentació o «Endarrere» per tornar "
"al dibuix actual."
-#: ../tuxpaint.c:17226
+#: ../tuxpaint.c:17227
msgid ""
"Choose a picture and then click “Open”, “Export”, or “Erase”. Click “Slides” "
"to create a slideshow animation or “Back“ to return to your current picture."
@@ -1619,64 +1619,64 @@ msgstr ""
#. None selected? Too dangerous to automatically select all (like we do for slideshow playback).
#. Only 1 selected? No point in saving as GIF.
#.
-#: ../tuxpaint.c:18895
+#: ../tuxpaint.c:18896
msgid "Select 2 or more drawings to turn into an animated GIF."
msgstr "Seleccioneu 2 o més dibuixos per exportar-los a GIF."
#. Descriptions (names) of the color mixer tool's primary colors and shades
-#: ../tuxpaint.c:25112
+#: ../tuxpaint.c:25113
msgid "red"
msgstr "magenta"
-#: ../tuxpaint.c:25113
+#: ../tuxpaint.c:25114
msgid "yellow"
msgstr "groc"
-#: ../tuxpaint.c:25114
+#: ../tuxpaint.c:25115
msgid "blue"
msgstr "cian"
-#: ../tuxpaint.c:25115
+#: ../tuxpaint.c:25116
msgid "white"
msgstr "blanc"
-#: ../tuxpaint.c:25116
+#: ../tuxpaint.c:25117
msgid "grey"
msgstr "gris"
-#: ../tuxpaint.c:25117
+#: ../tuxpaint.c:25118
msgid "black"
msgstr "negre"
#. 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:25122
+#: ../tuxpaint.c:25123
#, c-format
msgid "Your color is %1$s %2$s."
msgstr "El vostre color és %1$s %2$s."
-#: ../tuxpaint.c:25123
+#: ../tuxpaint.c:25124
#, c-format
msgid "Your color is %1$s %2$s and %3$s %4$s."
msgstr "El vostre color és %1$s %2$s i %3$s %4$s."
-#: ../tuxpaint.c:25124
+#: ../tuxpaint.c:25125
#, c-format
msgid "Your color is %1$s %2$s, %3$s %4$s, and %5$s %6$s."
msgstr "El vostre color és %1$s %2$s, %3$s %4$s i %5$s %6$s."
-#: ../tuxpaint.c:25125
+#: ../tuxpaint.c:25126
#, c-format
msgid "Your color is %1$s %2$s, %3$s %4$s, %5$s %6$s, and %7$s %8$s."
msgstr "El vostre color és %1$s %2$s, %3$s %4$s, %5$s %6$s i %7$s %8$s."
-#: ../tuxpaint.c:25126
+#: ../tuxpaint.c:25127
#, 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 ""
"El vostre color és %1$s %2$s, %3$s %4$s, %5$s %6$s, %7$s %8$s i %9$s %10$s."
-#: ../tuxpaint.c:25127
+#: ../tuxpaint.c:25128
#, c-format
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 "
@@ -1686,16 +1686,16 @@ msgstr ""
"%11$s %12$s."
#. Color mixer; e.g., "Your color is entirely grey."
-#: ../tuxpaint.c:25907 ../tuxpaint.c:25912
+#: ../tuxpaint.c:25908 ../tuxpaint.c:25913
msgid "entirely"
msgstr "totalment"
#. Add "Color Select" color:
-#: ../tuxpaint.c:29087
+#: ../tuxpaint.c:29089
msgid "Select a color from your drawing."
msgstr "Seleccioneu un color del vostre dibuix."
-#: ../tuxpaint.c:29098
+#: ../tuxpaint.c:29100
msgid ""
"Pick a color. Hues go top to bottom. Saturation/intensity goes left (pale) "
"to right (pure). Value (lightness/darkness): grey bar."
@@ -1704,7 +1704,7 @@ msgstr ""
"saturació o intensitat, d'esquerra(pàlid) a dreta(pur), trieu el valor "
"(lluminositat/foscor) a la barra de grisos."
-#: ../tuxpaint.c:29112
+#: ../tuxpaint.c:29114
msgid ""
"Click the primary colors (red, yellow, and blue), white (to tint), grey (to "
"tone), and black (to shade), to mix together a new color."
@@ -2629,8 +2629,9 @@ msgstr ""
#: ../../magic/src/polyfill.c:32
msgid ""
-"Click multiple times in your picture to create a filled polygon. Click your "
-"starting position to complete the shape."
+"Click multiple times in your picture to create a filled polygon. You may "
+"drag control points to alter the shape. Click the first point to complete "
+"the shape."
msgstr ""
#: ../../magic/src/puzzle.c:112
diff --git a/src/po/ca@valencia.po b/src/po/ca@valencia.po
index d93f3402f..9ca69f22a 100644
--- a/src/po/ca@valencia.po
+++ b/src/po/ca@valencia.po
@@ -4,7 +4,7 @@ msgid ""
msgstr ""
"Project-Id-Version: tuxpaint\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2024-04-08 23:25-0700\n"
+"POT-Creation-Date: 2024-04-12 09:23-0700\n"
"PO-Revision-Date: 2020-03-29 23:40+0200\n"
"Last-Translator: Pilar Embid Giner \n"
"Language-Team: LliureX\n"
@@ -976,7 +976,7 @@ msgstr "Nou"
#. Open a saved picture
#. Buttons for the file open dialog
#. Open dialog: 'Open' button, to load the selected picture
-#: ../tools.h:97 ../tuxpaint.c:9697
+#: ../tools.h:97 ../tuxpaint.c:9698
msgid "Open"
msgstr "Obri"
@@ -1393,90 +1393,90 @@ msgid "Please wait…"
msgstr "Espereu, per favor..."
#. Open dialog: 'Erase' button, to erase/deleted the selected picture
-#: ../tuxpaint.c:9700
+#: ../tuxpaint.c:9701
msgid "Erase"
msgstr "Esborra"
#. Open dialog: 'Slides' button, to switch to slide show mode
-#: ../tuxpaint.c:9703
+#: ../tuxpaint.c:9704
msgid "Slides"
msgstr "Diapositives"
#. Open dialog: 'Template' button, to make a template out of a drawing
-#: ../tuxpaint.c:9706
+#: ../tuxpaint.c:9707
msgid "Template"
msgstr ""
#. Open dialog: 'Export' button, to copy an image to an easily-accessible location
-#: ../tuxpaint.c:9709
+#: ../tuxpaint.c:9710
msgid "Export"
msgstr ""
#. Open dialog: 'Back' button, to dismiss Open dialog without opening a picture
-#: ../tuxpaint.c:9712
+#: ../tuxpaint.c:9713
msgid "Back"
msgstr "Arrere"
#. Slideshow: 'Play' button, to begin a slideshow sequence
-#: ../tuxpaint.c:9715
+#: ../tuxpaint.c:9716
msgid "Play"
msgstr "Reproduïx"
#. Slideshow: 'GIF Export' button, to create an animated GIF
-#: ../tuxpaint.c:9718
+#: ../tuxpaint.c:9719
msgid "GIF Export"
msgstr ""
#. Slideshow: 'Next' button, to load next slide (image)
-#: ../tuxpaint.c:9721
+#: ../tuxpaint.c:9722
msgid "Next"
msgstr "Següent"
#. Color mixer dialog: 'Clear' button, to reset the mixed color
-#: ../tuxpaint.c:9724
+#: ../tuxpaint.c:9725
msgid "Clear"
msgstr ""
#. Use the localized label string (e.g., "あぁ" in Japanese)
-#: ../tuxpaint.c:10659 ../tuxpaint.c:10662 ../tuxpaint.c:10663
+#: ../tuxpaint.c:10660 ../tuxpaint.c:10663 ../tuxpaint.c:10664
msgid "Aa"
msgstr "Aa"
#. Admittedly stupid way of determining which keys can be used for
#. positive and negative responses in dialogs (e.g., [Y] (for 'yes') in English)
-#: ../tuxpaint.c:14672
+#: ../tuxpaint.c:14673
msgid "Yes"
msgstr "Sí"
-#: ../tuxpaint.c:14676
+#: ../tuxpaint.c:14677
msgid "No"
msgstr "No"
#. Prompt to ask whether user wishes to save over old version of their file
-#: ../tuxpaint.c:15948
+#: ../tuxpaint.c:15949
msgid "Replace the picture with your changes?"
msgstr "Voleu reemplaçar el dibuix amb els vostres canvis?"
#. Positive response to saving over old version
#. (like a 'File:Save' action in other applications)
-#: ../tuxpaint.c:15952
+#: ../tuxpaint.c:15953
msgid "Yes, replace the old one!"
msgstr "Sí, reemplaça l'antic!"
#. Negative response to saving over old version (saves a new image)
#. (like a 'File:Save As...' action in other applications)
-#: ../tuxpaint.c:15956
+#: ../tuxpaint.c:15957
msgid "No, save a new file!"
msgstr "No, guarda un fitxer nou"
-#: ../tuxpaint.c:17224
+#: ../tuxpaint.c:17225
msgid ""
"Choose a picture and then click “Open”, “Export”, “Template“, or “Erase”. "
"Click “Slides” to create a slideshow animation or “Back“ to return to your "
"current picture."
msgstr ""
-#: ../tuxpaint.c:17226
+#: ../tuxpaint.c:17227
msgid ""
"Choose a picture and then click “Open”, “Export”, or “Erase”. Click “Slides” "
"to create a slideshow animation or “Back“ to return to your current picture."
@@ -1485,73 +1485,73 @@ msgstr ""
#. None selected? Too dangerous to automatically select all (like we do for slideshow playback).
#. Only 1 selected? No point in saving as GIF.
#.
-#: ../tuxpaint.c:18895
+#: ../tuxpaint.c:18896
msgid "Select 2 or more drawings to turn into an animated GIF."
msgstr ""
#. Descriptions (names) of the color mixer tool's primary colors and shades
-#: ../tuxpaint.c:25112
+#: ../tuxpaint.c:25113
#, fuzzy
#| msgid "Red"
msgid "red"
msgstr "Vermell"
-#: ../tuxpaint.c:25113
+#: ../tuxpaint.c:25114
#, fuzzy
#| msgid "Yellow!"
msgid "yellow"
msgstr "Groc!"
-#: ../tuxpaint.c:25114
+#: ../tuxpaint.c:25115
#, fuzzy
#| msgid "Sky blue!"
msgid "blue"
msgstr "Blau cel!"
-#: ../tuxpaint.c:25115
+#: ../tuxpaint.c:25116
#, fuzzy
#| msgid "White!"
msgid "white"
msgstr "Blanc!"
-#: ../tuxpaint.c:25116
+#: ../tuxpaint.c:25117
msgid "grey"
msgstr ""
-#: ../tuxpaint.c:25117
+#: ../tuxpaint.c:25118
#, fuzzy
#| msgid "Black!"
msgid "black"
msgstr "Negre!"
#. 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:25122
+#: ../tuxpaint.c:25123
#, c-format
msgid "Your color is %1$s %2$s."
msgstr ""
-#: ../tuxpaint.c:25123
+#: ../tuxpaint.c:25124
#, c-format
msgid "Your color is %1$s %2$s and %3$s %4$s."
msgstr ""
-#: ../tuxpaint.c:25124
+#: ../tuxpaint.c:25125
#, c-format
msgid "Your color is %1$s %2$s, %3$s %4$s, and %5$s %6$s."
msgstr ""
-#: ../tuxpaint.c:25125
+#: ../tuxpaint.c:25126
#, c-format
msgid "Your color is %1$s %2$s, %3$s %4$s, %5$s %6$s, and %7$s %8$s."
msgstr ""
-#: ../tuxpaint.c:25126
+#: ../tuxpaint.c:25127
#, 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 ""
-#: ../tuxpaint.c:25127
+#: ../tuxpaint.c:25128
#, c-format
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 "
@@ -1559,22 +1559,22 @@ msgid ""
msgstr ""
#. Color mixer; e.g., "Your color is entirely grey."
-#: ../tuxpaint.c:25907 ../tuxpaint.c:25912
+#: ../tuxpaint.c:25908 ../tuxpaint.c:25913
msgid "entirely"
msgstr ""
#. Add "Color Select" color:
-#: ../tuxpaint.c:29087
+#: ../tuxpaint.c:29089
msgid "Select a color from your drawing."
msgstr "Trieu un color del vostre dibuix."
-#: ../tuxpaint.c:29098
+#: ../tuxpaint.c:29100
msgid ""
"Pick a color. Hues go top to bottom. Saturation/intensity goes left (pale) "
"to right (pure). Value (lightness/darkness): grey bar."
msgstr ""
-#: ../tuxpaint.c:29112
+#: ../tuxpaint.c:29114
msgid ""
"Click the primary colors (red, yellow, and blue), white (to tint), grey (to "
"tone), and black (to shade), to mix together a new color."
@@ -2610,8 +2610,9 @@ msgstr ""
#: ../../magic/src/polyfill.c:32
msgid ""
-"Click multiple times in your picture to create a filled polygon. Click your "
-"starting position to complete the shape."
+"Click multiple times in your picture to create a filled polygon. You may "
+"drag control points to alter the shape. Click the first point to complete "
+"the shape."
msgstr ""
#: ../../magic/src/puzzle.c:112
diff --git a/src/po/cgg.po b/src/po/cgg.po
index 9de20cadb..05d20f46d 100644
--- a/src/po/cgg.po
+++ b/src/po/cgg.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: tuxpaint\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2024-04-08 23:25-0700\n"
+"POT-Creation-Date: 2024-04-12 09:23-0700\n"
"PO-Revision-Date: 2010-09-17 16:19+0200fu\n"
"Last-Translator: none\n"
"Language-Team: none\n"
@@ -978,7 +978,7 @@ msgstr "Ekisya"
#. Open a saved picture
#. Buttons for the file open dialog
#. Open dialog: 'Open' button, to load the selected picture
-#: ../tools.h:97 ../tuxpaint.c:9697
+#: ../tools.h:97 ../tuxpaint.c:9698
msgid "Open"
msgstr "Iguraho"
@@ -1389,90 +1389,90 @@ msgid "Please wait…"
msgstr "Orikazaara we, rindaho..."
#. Open dialog: 'Erase' button, to erase/deleted the selected picture
-#: ../tuxpaint.c:9700
+#: ../tuxpaint.c:9701
msgid "Erase"
msgstr "Sangura"
#. Open dialog: 'Slides' button, to switch to slide show mode
-#: ../tuxpaint.c:9703
+#: ../tuxpaint.c:9704
msgid "Slides"
msgstr "Filiimu"
#. Open dialog: 'Template' button, to make a template out of a drawing
-#: ../tuxpaint.c:9706
+#: ../tuxpaint.c:9707
msgid "Template"
msgstr ""
#. Open dialog: 'Export' button, to copy an image to an easily-accessible location
-#: ../tuxpaint.c:9709
+#: ../tuxpaint.c:9710
msgid "Export"
msgstr ""
#. Open dialog: 'Back' button, to dismiss Open dialog without opening a picture
-#: ../tuxpaint.c:9712
+#: ../tuxpaint.c:9713
msgid "Back"
msgstr "Enyima"
#. Slideshow: 'Play' button, to begin a slideshow sequence
-#: ../tuxpaint.c:9715
+#: ../tuxpaint.c:9716
msgid "Play"
msgstr "Zaana"
#. Slideshow: 'GIF Export' button, to create an animated GIF
-#: ../tuxpaint.c:9718
+#: ../tuxpaint.c:9719
msgid "GIF Export"
msgstr ""
#. Slideshow: 'Next' button, to load next slide (image)
-#: ../tuxpaint.c:9721
+#: ../tuxpaint.c:9722
msgid "Next"
msgstr "Ekindi"
#. Color mixer dialog: 'Clear' button, to reset the mixed color
-#: ../tuxpaint.c:9724
+#: ../tuxpaint.c:9725
msgid "Clear"
msgstr ""
#. Use the localized label string (e.g., "あぁ" in Japanese)
-#: ../tuxpaint.c:10659 ../tuxpaint.c:10662 ../tuxpaint.c:10663
+#: ../tuxpaint.c:10660 ../tuxpaint.c:10663 ../tuxpaint.c:10664
msgid "Aa"
msgstr "Aa"
#. Admittedly stupid way of determining which keys can be used for
#. positive and negative responses in dialogs (e.g., [Y] (for 'yes') in English)
-#: ../tuxpaint.c:14672
+#: ../tuxpaint.c:14673
msgid "Yes"
msgstr "Yeego"
-#: ../tuxpaint.c:14676
+#: ../tuxpaint.c:14677
msgid "No"
msgstr "Apana"
#. Prompt to ask whether user wishes to save over old version of their file
-#: ../tuxpaint.c:15948
+#: ../tuxpaint.c:15949
msgid "Replace the picture with your changes?"
msgstr "Omumwanya gwekishushani tamu ebiwahindura?"
#. Positive response to saving over old version
#. (like a 'File:Save' action in other applications)
-#: ../tuxpaint.c:15952
+#: ../tuxpaint.c:15953
msgid "Yes, replace the old one!"
msgstr "Yeego, chusa ekikuru!"
#. Negative response to saving over old version (saves a new image)
#. (like a 'File:Save As...' action in other applications)
-#: ../tuxpaint.c:15956
+#: ../tuxpaint.c:15957
msgid "No, save a new file!"
msgstr "Apaana, biika fayiro ensya!"
-#: ../tuxpaint.c:17224
+#: ../tuxpaint.c:17225
msgid ""
"Choose a picture and then click “Open”, “Export”, “Template“, or “Erase”. "
"Click “Slides” to create a slideshow animation or “Back“ to return to your "
"current picture."
msgstr ""
-#: ../tuxpaint.c:17226
+#: ../tuxpaint.c:17227
msgid ""
"Choose a picture and then click “Open”, “Export”, or “Erase”. Click “Slides” "
"to create a slideshow animation or “Back“ to return to your current picture."
@@ -1481,71 +1481,71 @@ msgstr ""
#. None selected? Too dangerous to automatically select all (like we do for slideshow playback).
#. Only 1 selected? No point in saving as GIF.
#.
-#: ../tuxpaint.c:18895
+#: ../tuxpaint.c:18896
msgid "Select 2 or more drawings to turn into an animated GIF."
msgstr ""
#. Descriptions (names) of the color mixer tool's primary colors and shades
-#: ../tuxpaint.c:25112
+#: ../tuxpaint.c:25113
msgid "red"
msgstr ""
-#: ../tuxpaint.c:25113
+#: ../tuxpaint.c:25114
#, fuzzy
#| msgid "Yellow!"
msgid "yellow"
msgstr "Kinekye"
-#: ../tuxpaint.c:25114
+#: ../tuxpaint.c:25115
#, fuzzy
#| msgid "Sky blue!"
msgid "blue"
msgstr "Bururu"
-#: ../tuxpaint.c:25115
+#: ../tuxpaint.c:25116
#, fuzzy
#| msgid "White!"
msgid "white"
msgstr "Mutare"
-#: ../tuxpaint.c:25116
+#: ../tuxpaint.c:25117
msgid "grey"
msgstr ""
-#: ../tuxpaint.c:25117
+#: ../tuxpaint.c:25118
#, fuzzy
#| msgid "Black!"
msgid "black"
msgstr "Nikiragura"
#. 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:25122
+#: ../tuxpaint.c:25123
#, c-format
msgid "Your color is %1$s %2$s."
msgstr ""
-#: ../tuxpaint.c:25123
+#: ../tuxpaint.c:25124
#, c-format
msgid "Your color is %1$s %2$s and %3$s %4$s."
msgstr ""
-#: ../tuxpaint.c:25124
+#: ../tuxpaint.c:25125
#, c-format
msgid "Your color is %1$s %2$s, %3$s %4$s, and %5$s %6$s."
msgstr ""
-#: ../tuxpaint.c:25125
+#: ../tuxpaint.c:25126
#, c-format
msgid "Your color is %1$s %2$s, %3$s %4$s, %5$s %6$s, and %7$s %8$s."
msgstr ""
-#: ../tuxpaint.c:25126
+#: ../tuxpaint.c:25127
#, 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 ""
-#: ../tuxpaint.c:25127
+#: ../tuxpaint.c:25128
#, c-format
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 "
@@ -1553,22 +1553,22 @@ msgid ""
msgstr ""
#. Color mixer; e.g., "Your color is entirely grey."
-#: ../tuxpaint.c:25907 ../tuxpaint.c:25912
+#: ../tuxpaint.c:25908 ../tuxpaint.c:25913
msgid "entirely"
msgstr ""
#. Add "Color Select" color:
-#: ../tuxpaint.c:29087
+#: ../tuxpaint.c:29089
msgid "Select a color from your drawing."
msgstr ""
-#: ../tuxpaint.c:29098
+#: ../tuxpaint.c:29100
msgid ""
"Pick a color. Hues go top to bottom. Saturation/intensity goes left (pale) "
"to right (pure). Value (lightness/darkness): grey bar."
msgstr ""
-#: ../tuxpaint.c:29112
+#: ../tuxpaint.c:29114
msgid ""
"Click the primary colors (red, yellow, and blue), white (to tint), grey (to "
"tone), and black (to shade), to mix together a new color."
@@ -2649,8 +2649,9 @@ msgstr ""
#: ../../magic/src/polyfill.c:32
msgid ""
-"Click multiple times in your picture to create a filled polygon. Click your "
-"starting position to complete the shape."
+"Click multiple times in your picture to create a filled polygon. You may "
+"drag control points to alter the shape. Click the first point to complete "
+"the shape."
msgstr ""
#: ../../magic/src/puzzle.c:112
diff --git a/src/po/cs.po b/src/po/cs.po
index 8f6c2eab1..99b37e92c 100644
--- a/src/po/cs.po
+++ b/src/po/cs.po
@@ -5,7 +5,7 @@ msgid ""
msgstr ""
"Project-Id-Version: tuxpaint\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2024-04-08 23:25-0700\n"
+"POT-Creation-Date: 2024-04-12 09:23-0700\n"
"PO-Revision-Date: 2010-07-08 13:33+0100\n"
"Last-Translator: Zdeněk Chalupský \n"
"Language-Team: Czech \n"
@@ -981,7 +981,7 @@ msgstr "Nový"
#. Open a saved picture
#. Buttons for the file open dialog
#. Open dialog: 'Open' button, to load the selected picture
-#: ../tools.h:97 ../tuxpaint.c:9697
+#: ../tools.h:97 ../tuxpaint.c:9698
msgid "Open"
msgstr "Otevřít"
@@ -1394,90 +1394,90 @@ msgid "Please wait…"
msgstr "Prosím počkej…"
#. Open dialog: 'Erase' button, to erase/deleted the selected picture
-#: ../tuxpaint.c:9700
+#: ../tuxpaint.c:9701
msgid "Erase"
msgstr "Smazat"
#. Open dialog: 'Slides' button, to switch to slide show mode
-#: ../tuxpaint.c:9703
+#: ../tuxpaint.c:9704
msgid "Slides"
msgstr "Prezentace"
#. Open dialog: 'Template' button, to make a template out of a drawing
-#: ../tuxpaint.c:9706
+#: ../tuxpaint.c:9707
msgid "Template"
msgstr ""
#. Open dialog: 'Export' button, to copy an image to an easily-accessible location
-#: ../tuxpaint.c:9709
+#: ../tuxpaint.c:9710
msgid "Export"
msgstr ""
#. Open dialog: 'Back' button, to dismiss Open dialog without opening a picture
-#: ../tuxpaint.c:9712
+#: ../tuxpaint.c:9713
msgid "Back"
msgstr "Zpět"
#. Slideshow: 'Play' button, to begin a slideshow sequence
-#: ../tuxpaint.c:9715
+#: ../tuxpaint.c:9716
msgid "Play"
msgstr "Přehrát"
#. Slideshow: 'GIF Export' button, to create an animated GIF
-#: ../tuxpaint.c:9718
+#: ../tuxpaint.c:9719
msgid "GIF Export"
msgstr ""
#. Slideshow: 'Next' button, to load next slide (image)
-#: ../tuxpaint.c:9721
+#: ../tuxpaint.c:9722
msgid "Next"
msgstr "Další"
#. Color mixer dialog: 'Clear' button, to reset the mixed color
-#: ../tuxpaint.c:9724
+#: ../tuxpaint.c:9725
msgid "Clear"
msgstr ""
#. Use the localized label string (e.g., "あぁ" in Japanese)
-#: ../tuxpaint.c:10659 ../tuxpaint.c:10662 ../tuxpaint.c:10663
+#: ../tuxpaint.c:10660 ../tuxpaint.c:10663 ../tuxpaint.c:10664
msgid "Aa"
msgstr "Aa"
#. Admittedly stupid way of determining which keys can be used for
#. positive and negative responses in dialogs (e.g., [Y] (for 'yes') in English)
-#: ../tuxpaint.c:14672
+#: ../tuxpaint.c:14673
msgid "Yes"
msgstr "Ano"
-#: ../tuxpaint.c:14676
+#: ../tuxpaint.c:14677
msgid "No"
msgstr "Ne"
#. Prompt to ask whether user wishes to save over old version of their file
-#: ../tuxpaint.c:15948
+#: ../tuxpaint.c:15949
msgid "Replace the picture with your changes?"
msgstr "Nahradit starý obrázek změněným obrázkem?"
#. Positive response to saving over old version
#. (like a 'File:Save' action in other applications)
-#: ../tuxpaint.c:15952
+#: ../tuxpaint.c:15953
msgid "Yes, replace the old one!"
msgstr "Ano, nahradit starý obrázek!"
#. Negative response to saving over old version (saves a new image)
#. (like a 'File:Save As...' action in other applications)
-#: ../tuxpaint.c:15956
+#: ../tuxpaint.c:15957
msgid "No, save a new file!"
msgstr "Ne, ulož jako nový obrázek!"
-#: ../tuxpaint.c:17224
+#: ../tuxpaint.c:17225
msgid ""
"Choose a picture and then click “Open”, “Export”, “Template“, or “Erase”. "
"Click “Slides” to create a slideshow animation or “Back“ to return to your "
"current picture."
msgstr ""
-#: ../tuxpaint.c:17226
+#: ../tuxpaint.c:17227
msgid ""
"Choose a picture and then click “Open”, “Export”, or “Erase”. Click “Slides” "
"to create a slideshow animation or “Back“ to return to your current picture."
@@ -1486,71 +1486,71 @@ msgstr ""
#. None selected? Too dangerous to automatically select all (like we do for slideshow playback).
#. Only 1 selected? No point in saving as GIF.
#.
-#: ../tuxpaint.c:18895
+#: ../tuxpaint.c:18896
msgid "Select 2 or more drawings to turn into an animated GIF."
msgstr ""
#. Descriptions (names) of the color mixer tool's primary colors and shades
-#: ../tuxpaint.c:25112
+#: ../tuxpaint.c:25113
msgid "red"
msgstr ""
-#: ../tuxpaint.c:25113
+#: ../tuxpaint.c:25114
#, fuzzy
#| msgid "Yellow!"
msgid "yellow"
msgstr "Žlutá!"
-#: ../tuxpaint.c:25114
+#: ../tuxpaint.c:25115
#, fuzzy
#| msgid "Sky blue!"
msgid "blue"
msgstr "Nebesky modrá!"
-#: ../tuxpaint.c:25115
+#: ../tuxpaint.c:25116
#, fuzzy
#| msgid "White!"
msgid "white"
msgstr "Bílá!"
-#: ../tuxpaint.c:25116
+#: ../tuxpaint.c:25117
msgid "grey"
msgstr ""
-#: ../tuxpaint.c:25117
+#: ../tuxpaint.c:25118
#, fuzzy
#| msgid "Black!"
msgid "black"
msgstr "Černá!"
#. 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:25122
+#: ../tuxpaint.c:25123
#, c-format
msgid "Your color is %1$s %2$s."
msgstr ""
-#: ../tuxpaint.c:25123
+#: ../tuxpaint.c:25124
#, c-format
msgid "Your color is %1$s %2$s and %3$s %4$s."
msgstr ""
-#: ../tuxpaint.c:25124
+#: ../tuxpaint.c:25125
#, c-format
msgid "Your color is %1$s %2$s, %3$s %4$s, and %5$s %6$s."
msgstr ""
-#: ../tuxpaint.c:25125
+#: ../tuxpaint.c:25126
#, c-format
msgid "Your color is %1$s %2$s, %3$s %4$s, %5$s %6$s, and %7$s %8$s."
msgstr ""
-#: ../tuxpaint.c:25126
+#: ../tuxpaint.c:25127
#, 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 ""
-#: ../tuxpaint.c:25127
+#: ../tuxpaint.c:25128
#, c-format
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 "
@@ -1558,22 +1558,22 @@ msgid ""
msgstr ""
#. Color mixer; e.g., "Your color is entirely grey."
-#: ../tuxpaint.c:25907 ../tuxpaint.c:25912
+#: ../tuxpaint.c:25908 ../tuxpaint.c:25913
msgid "entirely"
msgstr ""
#. Add "Color Select" color:
-#: ../tuxpaint.c:29087
+#: ../tuxpaint.c:29089
msgid "Select a color from your drawing."
msgstr ""
-#: ../tuxpaint.c:29098
+#: ../tuxpaint.c:29100
msgid ""
"Pick a color. Hues go top to bottom. Saturation/intensity goes left (pale) "
"to right (pure). Value (lightness/darkness): grey bar."
msgstr ""
-#: ../tuxpaint.c:29112
+#: ../tuxpaint.c:29114
msgid ""
"Click the primary colors (red, yellow, and blue), white (to tint), grey (to "
"tone), and black (to shade), to mix together a new color."
@@ -2615,8 +2615,9 @@ msgstr ""
#: ../../magic/src/polyfill.c:32
msgid ""
-"Click multiple times in your picture to create a filled polygon. Click your "
-"starting position to complete the shape."
+"Click multiple times in your picture to create a filled polygon. You may "
+"drag control points to alter the shape. Click the first point to complete "
+"the shape."
msgstr ""
#: ../../magic/src/puzzle.c:112
diff --git a/src/po/cy.po b/src/po/cy.po
index 530f0c646..ffb1360f1 100644
--- a/src/po/cy.po
+++ b/src/po/cy.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: cy\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2024-04-08 23:25-0700\n"
+"POT-Creation-Date: 2024-04-12 09:23-0700\n"
"PO-Revision-Date: 2004-09-21 14:29+0100\n"
"Last-Translator: none\n"
"Language-Team: none\n"
@@ -978,7 +978,7 @@ msgstr "Newydd"
#. Open a saved picture
#. Buttons for the file open dialog
#. Open dialog: 'Open' button, to load the selected picture
-#: ../tools.h:97 ../tuxpaint.c:9697
+#: ../tools.h:97 ../tuxpaint.c:9698
msgid "Open"
msgstr "Agor"
@@ -1381,92 +1381,92 @@ msgid "Please wait…"
msgstr ""
#. Open dialog: 'Erase' button, to erase/deleted the selected picture
-#: ../tuxpaint.c:9700
+#: ../tuxpaint.c:9701
msgid "Erase"
msgstr "Dileu"
#. Open dialog: 'Slides' button, to switch to slide show mode
-#: ../tuxpaint.c:9703
+#: ../tuxpaint.c:9704
msgid "Slides"
msgstr ""
#. Open dialog: 'Template' button, to make a template out of a drawing
-#: ../tuxpaint.c:9706
+#: ../tuxpaint.c:9707
msgid "Template"
msgstr ""
#. Open dialog: 'Export' button, to copy an image to an easily-accessible location
-#: ../tuxpaint.c:9709
+#: ../tuxpaint.c:9710
msgid "Export"
msgstr ""
#. Open dialog: 'Back' button, to dismiss Open dialog without opening a picture
-#: ../tuxpaint.c:9712
+#: ../tuxpaint.c:9713
msgid "Back"
msgstr "Yn ôl"
#. Slideshow: 'Play' button, to begin a slideshow sequence
-#: ../tuxpaint.c:9715
+#: ../tuxpaint.c:9716
msgid "Play"
msgstr ""
#. Slideshow: 'GIF Export' button, to create an animated GIF
-#: ../tuxpaint.c:9718
+#: ../tuxpaint.c:9719
msgid "GIF Export"
msgstr ""
#. Slideshow: 'Next' button, to load next slide (image)
-#: ../tuxpaint.c:9721
+#: ../tuxpaint.c:9722
#, fuzzy
msgid "Next"
msgstr "Testun"
#. Color mixer dialog: 'Clear' button, to reset the mixed color
-#: ../tuxpaint.c:9724
+#: ../tuxpaint.c:9725
msgid "Clear"
msgstr ""
#. Use the localized label string (e.g., "あぁ" in Japanese)
-#: ../tuxpaint.c:10659 ../tuxpaint.c:10662 ../tuxpaint.c:10663
+#: ../tuxpaint.c:10660 ../tuxpaint.c:10663 ../tuxpaint.c:10664
msgid "Aa"
msgstr ""
#. Admittedly stupid way of determining which keys can be used for
#. positive and negative responses in dialogs (e.g., [Y] (for 'yes') in English)
-#: ../tuxpaint.c:14672
+#: ../tuxpaint.c:14673
msgid "Yes"
msgstr "Ydw"
-#: ../tuxpaint.c:14676
+#: ../tuxpaint.c:14677
msgid "No"
msgstr "Nac ydw"
#. Prompt to ask whether user wishes to save over old version of their file
-#: ../tuxpaint.c:15948
+#: ../tuxpaint.c:15949
msgid "Replace the picture with your changes?"
msgstr ""
#. Positive response to saving over old version
#. (like a 'File:Save' action in other applications)
-#: ../tuxpaint.c:15952
+#: ../tuxpaint.c:15953
msgid "Yes, replace the old one!"
msgstr ""
#. Negative response to saving over old version (saves a new image)
#. (like a 'File:Save As...' action in other applications)
-#: ../tuxpaint.c:15956
+#: ../tuxpaint.c:15957
#, fuzzy
msgid "No, save a new file!"
msgstr "Nage, cadw ffeil newydd"
-#: ../tuxpaint.c:17224
+#: ../tuxpaint.c:17225
msgid ""
"Choose a picture and then click “Open”, “Export”, “Template“, or “Erase”. "
"Click “Slides” to create a slideshow animation or “Back“ to return to your "
"current picture."
msgstr ""
-#: ../tuxpaint.c:17226
+#: ../tuxpaint.c:17227
msgid ""
"Choose a picture and then click “Open”, “Export”, or “Erase”. Click “Slides” "
"to create a slideshow animation or “Back“ to return to your current picture."
@@ -1475,69 +1475,69 @@ msgstr ""
#. None selected? Too dangerous to automatically select all (like we do for slideshow playback).
#. Only 1 selected? No point in saving as GIF.
#.
-#: ../tuxpaint.c:18895
+#: ../tuxpaint.c:18896
msgid "Select 2 or more drawings to turn into an animated GIF."
msgstr ""
#. Descriptions (names) of the color mixer tool's primary colors and shades
-#: ../tuxpaint.c:25112
+#: ../tuxpaint.c:25113
msgid "red"
msgstr ""
-#: ../tuxpaint.c:25113
+#: ../tuxpaint.c:25114
#, fuzzy
#| msgid "Yellow!"
msgid "yellow"
msgstr "Melyn!"
-#: ../tuxpaint.c:25114
+#: ../tuxpaint.c:25115
msgid "blue"
msgstr ""
-#: ../tuxpaint.c:25115
+#: ../tuxpaint.c:25116
#, fuzzy
#| msgid "White!"
msgid "white"
msgstr "Gwyn!"
-#: ../tuxpaint.c:25116
+#: ../tuxpaint.c:25117
msgid "grey"
msgstr ""
-#: ../tuxpaint.c:25117
+#: ../tuxpaint.c:25118
#, fuzzy
#| msgid "Black!"
msgid "black"
msgstr "Du!"
#. 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:25122
+#: ../tuxpaint.c:25123
#, c-format
msgid "Your color is %1$s %2$s."
msgstr ""
-#: ../tuxpaint.c:25123
+#: ../tuxpaint.c:25124
#, c-format
msgid "Your color is %1$s %2$s and %3$s %4$s."
msgstr ""
-#: ../tuxpaint.c:25124
+#: ../tuxpaint.c:25125
#, c-format
msgid "Your color is %1$s %2$s, %3$s %4$s, and %5$s %6$s."
msgstr ""
-#: ../tuxpaint.c:25125
+#: ../tuxpaint.c:25126
#, c-format
msgid "Your color is %1$s %2$s, %3$s %4$s, %5$s %6$s, and %7$s %8$s."
msgstr ""
-#: ../tuxpaint.c:25126
+#: ../tuxpaint.c:25127
#, 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 ""
-#: ../tuxpaint.c:25127
+#: ../tuxpaint.c:25128
#, c-format
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 "
@@ -1545,22 +1545,22 @@ msgid ""
msgstr ""
#. Color mixer; e.g., "Your color is entirely grey."
-#: ../tuxpaint.c:25907 ../tuxpaint.c:25912
+#: ../tuxpaint.c:25908 ../tuxpaint.c:25913
msgid "entirely"
msgstr ""
#. Add "Color Select" color:
-#: ../tuxpaint.c:29087
+#: ../tuxpaint.c:29089
msgid "Select a color from your drawing."
msgstr ""
-#: ../tuxpaint.c:29098
+#: ../tuxpaint.c:29100
msgid ""
"Pick a color. Hues go top to bottom. Saturation/intensity goes left (pale) "
"to right (pure). Value (lightness/darkness): grey bar."
msgstr ""
-#: ../tuxpaint.c:29112
+#: ../tuxpaint.c:29114
msgid ""
"Click the primary colors (red, yellow, and blue), white (to tint), grey (to "
"tone), and black (to shade), to mix together a new color."
@@ -2516,8 +2516,9 @@ msgstr ""
#: ../../magic/src/polyfill.c:32
msgid ""
-"Click multiple times in your picture to create a filled polygon. Click your "
-"starting position to complete the shape."
+"Click multiple times in your picture to create a filled polygon. You may "
+"drag control points to alter the shape. Click the first point to complete "
+"the shape."
msgstr ""
#: ../../magic/src/puzzle.c:112
diff --git a/src/po/da.po b/src/po/da.po
index b7e399cf2..3b2421e06 100644
--- a/src/po/da.po
+++ b/src/po/da.po
@@ -13,7 +13,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Tux Paint\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2024-04-08 23:25-0700\n"
+"POT-Creation-Date: 2024-04-12 09:23-0700\n"
"PO-Revision-Date: 2017-12-05 12:38+0100\n"
"Last-Translator: Joe Hansen \n"
"Language-Team: Danish \n"
@@ -983,7 +983,7 @@ msgstr "Ny"
#. Open a saved picture
#. Buttons for the file open dialog
#. Open dialog: 'Open' button, to load the selected picture
-#: ../tools.h:97 ../tuxpaint.c:9697
+#: ../tools.h:97 ../tuxpaint.c:9698
msgid "Open"
msgstr "Åbn"
@@ -1401,90 +1401,90 @@ msgid "Please wait…"
msgstr "Vent venligst…"
#. Open dialog: 'Erase' button, to erase/deleted the selected picture
-#: ../tuxpaint.c:9700
+#: ../tuxpaint.c:9701
msgid "Erase"
msgstr "Slet"
#. Open dialog: 'Slides' button, to switch to slide show mode
-#: ../tuxpaint.c:9703
+#: ../tuxpaint.c:9704
msgid "Slides"
msgstr "Dias"
#. Open dialog: 'Template' button, to make a template out of a drawing
-#: ../tuxpaint.c:9706
+#: ../tuxpaint.c:9707
msgid "Template"
msgstr ""
#. Open dialog: 'Export' button, to copy an image to an easily-accessible location
-#: ../tuxpaint.c:9709
+#: ../tuxpaint.c:9710
msgid "Export"
msgstr ""
#. Open dialog: 'Back' button, to dismiss Open dialog without opening a picture
-#: ../tuxpaint.c:9712
+#: ../tuxpaint.c:9713
msgid "Back"
msgstr "Tilbage"
#. Slideshow: 'Play' button, to begin a slideshow sequence
-#: ../tuxpaint.c:9715
+#: ../tuxpaint.c:9716
msgid "Play"
msgstr "Afspil"
#. Slideshow: 'GIF Export' button, to create an animated GIF
-#: ../tuxpaint.c:9718
+#: ../tuxpaint.c:9719
msgid "GIF Export"
msgstr ""
#. Slideshow: 'Next' button, to load next slide (image)
-#: ../tuxpaint.c:9721
+#: ../tuxpaint.c:9722
msgid "Next"
msgstr "Næste"
#. Color mixer dialog: 'Clear' button, to reset the mixed color
-#: ../tuxpaint.c:9724
+#: ../tuxpaint.c:9725
msgid "Clear"
msgstr ""
#. Use the localized label string (e.g., "あぁ" in Japanese)
-#: ../tuxpaint.c:10659 ../tuxpaint.c:10662 ../tuxpaint.c:10663
+#: ../tuxpaint.c:10660 ../tuxpaint.c:10663 ../tuxpaint.c:10664
msgid "Aa"
msgstr "Aa"
#. Admittedly stupid way of determining which keys can be used for
#. positive and negative responses in dialogs (e.g., [Y] (for 'yes') in English)
-#: ../tuxpaint.c:14672
+#: ../tuxpaint.c:14673
msgid "Yes"
msgstr "Ja"
-#: ../tuxpaint.c:14676
+#: ../tuxpaint.c:14677
msgid "No"
msgstr "Nej"
#. Prompt to ask whether user wishes to save over old version of their file
-#: ../tuxpaint.c:15948
+#: ../tuxpaint.c:15949
msgid "Replace the picture with your changes?"
msgstr "Erstat billedet med dine ændringer?"
#. Positive response to saving over old version
#. (like a 'File:Save' action in other applications)
-#: ../tuxpaint.c:15952
+#: ../tuxpaint.c:15953
msgid "Yes, replace the old one!"
msgstr "Ja, erstat det eksisterende!"
#. Negative response to saving over old version (saves a new image)
#. (like a 'File:Save As...' action in other applications)
-#: ../tuxpaint.c:15956
+#: ../tuxpaint.c:15957
msgid "No, save a new file!"
msgstr "Nej, gem som et nyt billede!"
-#: ../tuxpaint.c:17224
+#: ../tuxpaint.c:17225
msgid ""
"Choose a picture and then click “Open”, “Export”, “Template“, or “Erase”. "
"Click “Slides” to create a slideshow animation or “Back“ to return to your "
"current picture."
msgstr ""
-#: ../tuxpaint.c:17226
+#: ../tuxpaint.c:17227
msgid ""
"Choose a picture and then click “Open”, “Export”, or “Erase”. Click “Slides” "
"to create a slideshow animation or “Back“ to return to your current picture."
@@ -1493,71 +1493,71 @@ msgstr ""
#. None selected? Too dangerous to automatically select all (like we do for slideshow playback).
#. Only 1 selected? No point in saving as GIF.
#.
-#: ../tuxpaint.c:18895
+#: ../tuxpaint.c:18896
msgid "Select 2 or more drawings to turn into an animated GIF."
msgstr ""
#. Descriptions (names) of the color mixer tool's primary colors and shades
-#: ../tuxpaint.c:25112
+#: ../tuxpaint.c:25113
msgid "red"
msgstr ""
-#: ../tuxpaint.c:25113
+#: ../tuxpaint.c:25114
#, fuzzy
#| msgid "Yellow!"
msgid "yellow"
msgstr "Gul!"
-#: ../tuxpaint.c:25114
+#: ../tuxpaint.c:25115
#, fuzzy
#| msgid "Sky blue!"
msgid "blue"
msgstr "Himmelblå!"
-#: ../tuxpaint.c:25115
+#: ../tuxpaint.c:25116
#, fuzzy
#| msgid "White!"
msgid "white"
msgstr "Hvid!"
-#: ../tuxpaint.c:25116
+#: ../tuxpaint.c:25117
msgid "grey"
msgstr ""
-#: ../tuxpaint.c:25117
+#: ../tuxpaint.c:25118
#, fuzzy
#| msgid "Black!"
msgid "black"
msgstr "Sort!"
#. 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:25122
+#: ../tuxpaint.c:25123
#, c-format
msgid "Your color is %1$s %2$s."
msgstr ""
-#: ../tuxpaint.c:25123
+#: ../tuxpaint.c:25124
#, c-format
msgid "Your color is %1$s %2$s and %3$s %4$s."
msgstr ""
-#: ../tuxpaint.c:25124
+#: ../tuxpaint.c:25125
#, c-format
msgid "Your color is %1$s %2$s, %3$s %4$s, and %5$s %6$s."
msgstr ""
-#: ../tuxpaint.c:25125
+#: ../tuxpaint.c:25126
#, c-format
msgid "Your color is %1$s %2$s, %3$s %4$s, %5$s %6$s, and %7$s %8$s."
msgstr ""
-#: ../tuxpaint.c:25126
+#: ../tuxpaint.c:25127
#, 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 ""
-#: ../tuxpaint.c:25127
+#: ../tuxpaint.c:25128
#, c-format
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 "
@@ -1565,22 +1565,22 @@ msgid ""
msgstr ""
#. Color mixer; e.g., "Your color is entirely grey."
-#: ../tuxpaint.c:25907 ../tuxpaint.c:25912
+#: ../tuxpaint.c:25908 ../tuxpaint.c:25913
msgid "entirely"
msgstr ""
#. Add "Color Select" color:
-#: ../tuxpaint.c:29087
+#: ../tuxpaint.c:29089
msgid "Select a color from your drawing."
msgstr "Vælg en farve fra din tegning·"
-#: ../tuxpaint.c:29098
+#: ../tuxpaint.c:29100
msgid ""
"Pick a color. Hues go top to bottom. Saturation/intensity goes left (pale) "
"to right (pure). Value (lightness/darkness): grey bar."
msgstr ""
-#: ../tuxpaint.c:29112
+#: ../tuxpaint.c:29114
msgid ""
"Click the primary colors (red, yellow, and blue), white (to tint), grey (to "
"tone), and black (to shade), to mix together a new color."
@@ -2596,8 +2596,9 @@ msgstr ""
#: ../../magic/src/polyfill.c:32
msgid ""
-"Click multiple times in your picture to create a filled polygon. Click your "
-"starting position to complete the shape."
+"Click multiple times in your picture to create a filled polygon. You may "
+"drag control points to alter the shape. Click the first point to complete "
+"the shape."
msgstr ""
#: ../../magic/src/puzzle.c:112
diff --git a/src/po/de.po b/src/po/de.po
index 661bc0576..bec2eea25 100644
--- a/src/po/de.po
+++ b/src/po/de.po
@@ -11,7 +11,7 @@ msgid ""
msgstr ""
"Project-Id-Version: de\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2024-04-08 23:25-0700\n"
+"POT-Creation-Date: 2024-04-12 09:23-0700\n"
"PO-Revision-Date: 2017-12-25 21:13+0200\n"
"Last-Translator: Holger Wansing \n"
"Language-Team: Debian German \n"
@@ -982,7 +982,7 @@ msgstr "Neu"
#. Open a saved picture
#. Buttons for the file open dialog
#. Open dialog: 'Open' button, to load the selected picture
-#: ../tools.h:97 ../tuxpaint.c:9697
+#: ../tools.h:97 ../tuxpaint.c:9698
msgid "Open"
msgstr "Öffnen"
@@ -1402,90 +1402,90 @@ msgid "Please wait…"
msgstr "Bitte warten …"
#. Open dialog: 'Erase' button, to erase/deleted the selected picture
-#: ../tuxpaint.c:9700
+#: ../tuxpaint.c:9701
msgid "Erase"
msgstr "Löschen"
#. Open dialog: 'Slides' button, to switch to slide show mode
-#: ../tuxpaint.c:9703
+#: ../tuxpaint.c:9704
msgid "Slides"
msgstr "Diashow"
#. Open dialog: 'Template' button, to make a template out of a drawing
-#: ../tuxpaint.c:9706
+#: ../tuxpaint.c:9707
msgid "Template"
msgstr ""
#. Open dialog: 'Export' button, to copy an image to an easily-accessible location
-#: ../tuxpaint.c:9709
+#: ../tuxpaint.c:9710
msgid "Export"
msgstr ""
#. Open dialog: 'Back' button, to dismiss Open dialog without opening a picture
-#: ../tuxpaint.c:9712
+#: ../tuxpaint.c:9713
msgid "Back"
msgstr "Zurück"
#. Slideshow: 'Play' button, to begin a slideshow sequence
-#: ../tuxpaint.c:9715
+#: ../tuxpaint.c:9716
msgid "Play"
msgstr "Öffnen"
#. Slideshow: 'GIF Export' button, to create an animated GIF
-#: ../tuxpaint.c:9718
+#: ../tuxpaint.c:9719
msgid "GIF Export"
msgstr ""
#. Slideshow: 'Next' button, to load next slide (image)
-#: ../tuxpaint.c:9721
+#: ../tuxpaint.c:9722
msgid "Next"
msgstr "Weiter"
#. Color mixer dialog: 'Clear' button, to reset the mixed color
-#: ../tuxpaint.c:9724
+#: ../tuxpaint.c:9725
msgid "Clear"
msgstr ""
#. Use the localized label string (e.g., "あぁ" in Japanese)
-#: ../tuxpaint.c:10659 ../tuxpaint.c:10662 ../tuxpaint.c:10663
+#: ../tuxpaint.c:10660 ../tuxpaint.c:10663 ../tuxpaint.c:10664
msgid "Aa"
msgstr "Aa"
#. Admittedly stupid way of determining which keys can be used for
#. positive and negative responses in dialogs (e.g., [Y] (for 'yes') in English)
-#: ../tuxpaint.c:14672
+#: ../tuxpaint.c:14673
msgid "Yes"
msgstr "Ja"
-#: ../tuxpaint.c:14676
+#: ../tuxpaint.c:14677
msgid "No"
msgstr "Nein"
#. Prompt to ask whether user wishes to save over old version of their file
-#: ../tuxpaint.c:15948
+#: ../tuxpaint.c:15949
msgid "Replace the picture with your changes?"
msgstr "Möchtest du das Bild mit deinen Änderungen überschreiben?"
#. Positive response to saving over old version
#. (like a 'File:Save' action in other applications)
-#: ../tuxpaint.c:15952
+#: ../tuxpaint.c:15953
msgid "Yes, replace the old one!"
msgstr "Ja, das alte Bild überschreiben!"
#. Negative response to saving over old version (saves a new image)
#. (like a 'File:Save As...' action in other applications)
-#: ../tuxpaint.c:15956
+#: ../tuxpaint.c:15957
msgid "No, save a new file!"
msgstr "Nein, in eine neue Datei speichern!"
-#: ../tuxpaint.c:17224
+#: ../tuxpaint.c:17225
msgid ""
"Choose a picture and then click “Open”, “Export”, “Template“, or “Erase”. "
"Click “Slides” to create a slideshow animation or “Back“ to return to your "
"current picture."
msgstr ""
-#: ../tuxpaint.c:17226
+#: ../tuxpaint.c:17227
msgid ""
"Choose a picture and then click “Open”, “Export”, or “Erase”. Click “Slides” "
"to create a slideshow animation or “Back“ to return to your current picture."
@@ -1494,71 +1494,71 @@ msgstr ""
#. None selected? Too dangerous to automatically select all (like we do for slideshow playback).
#. Only 1 selected? No point in saving as GIF.
#.
-#: ../tuxpaint.c:18895
+#: ../tuxpaint.c:18896
msgid "Select 2 or more drawings to turn into an animated GIF."
msgstr ""
#. Descriptions (names) of the color mixer tool's primary colors and shades
-#: ../tuxpaint.c:25112
+#: ../tuxpaint.c:25113
msgid "red"
msgstr ""
-#: ../tuxpaint.c:25113
+#: ../tuxpaint.c:25114
#, fuzzy
#| msgid "Yellow!"
msgid "yellow"
msgstr "Gelb!"
-#: ../tuxpaint.c:25114
+#: ../tuxpaint.c:25115
#, fuzzy
#| msgid "Sky blue!"
msgid "blue"
msgstr "Himmelblau!"
-#: ../tuxpaint.c:25115
+#: ../tuxpaint.c:25116
#, fuzzy
#| msgid "White!"
msgid "white"
msgstr "Weiß!"
-#: ../tuxpaint.c:25116
+#: ../tuxpaint.c:25117
msgid "grey"
msgstr ""
-#: ../tuxpaint.c:25117
+#: ../tuxpaint.c:25118
#, fuzzy
#| msgid "Black!"
msgid "black"
msgstr "Schwarz!"
#. 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:25122
+#: ../tuxpaint.c:25123
#, c-format
msgid "Your color is %1$s %2$s."
msgstr ""
-#: ../tuxpaint.c:25123
+#: ../tuxpaint.c:25124
#, c-format
msgid "Your color is %1$s %2$s and %3$s %4$s."
msgstr ""
-#: ../tuxpaint.c:25124
+#: ../tuxpaint.c:25125
#, c-format
msgid "Your color is %1$s %2$s, %3$s %4$s, and %5$s %6$s."
msgstr ""
-#: ../tuxpaint.c:25125
+#: ../tuxpaint.c:25126
#, c-format
msgid "Your color is %1$s %2$s, %3$s %4$s, %5$s %6$s, and %7$s %8$s."
msgstr ""
-#: ../tuxpaint.c:25126
+#: ../tuxpaint.c:25127
#, 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 ""
-#: ../tuxpaint.c:25127
+#: ../tuxpaint.c:25128
#, c-format
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 "
@@ -1566,22 +1566,22 @@ msgid ""
msgstr ""
#. Color mixer; e.g., "Your color is entirely grey."
-#: ../tuxpaint.c:25907 ../tuxpaint.c:25912
+#: ../tuxpaint.c:25908 ../tuxpaint.c:25913
msgid "entirely"
msgstr ""
#. Add "Color Select" color:
-#: ../tuxpaint.c:29087
+#: ../tuxpaint.c:29089
msgid "Select a color from your drawing."
msgstr "Wähle eine Farbe zum Zeichnen."
-#: ../tuxpaint.c:29098
+#: ../tuxpaint.c:29100
msgid ""
"Pick a color. Hues go top to bottom. Saturation/intensity goes left (pale) "
"to right (pure). Value (lightness/darkness): grey bar."
msgstr ""
-#: ../tuxpaint.c:29112
+#: ../tuxpaint.c:29114
msgid ""
"Click the primary colors (red, yellow, and blue), white (to tint), grey (to "
"tone), and black (to shade), to mix together a new color."
@@ -2604,8 +2604,9 @@ msgstr ""
#: ../../magic/src/polyfill.c:32
msgid ""
-"Click multiple times in your picture to create a filled polygon. Click your "
-"starting position to complete the shape."
+"Click multiple times in your picture to create a filled polygon. You may "
+"drag control points to alter the shape. Click the first point to complete "
+"the shape."
msgstr ""
#: ../../magic/src/puzzle.c:112
diff --git a/src/po/doi.po b/src/po/doi.po
index 73e4fb1a1..1ff3b754f 100644
--- a/src/po/doi.po
+++ b/src/po/doi.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2024-04-08 23:25-0700\n"
+"POT-Creation-Date: 2024-04-12 09:23-0700\n"
"PO-Revision-Date: 2013-09-04 10:23+0530\n"
"Last-Translator: \n"
"Language-Team: Dogri\n"
@@ -975,7 +975,7 @@ msgstr "नमां"
#. Open a saved picture
#. Buttons for the file open dialog
#. Open dialog: 'Open' button, to load the selected picture
-#: ../tools.h:97 ../tuxpaint.c:9697
+#: ../tools.h:97 ../tuxpaint.c:9698
msgid "Open"
msgstr "खोह्ल्लो"
@@ -1390,90 +1390,90 @@ msgid "Please wait…"
msgstr "कृपा करियै बलगो..."
#. Open dialog: 'Erase' button, to erase/deleted the selected picture
-#: ../tuxpaint.c:9700
+#: ../tuxpaint.c:9701
msgid "Erase"
msgstr "पूंझो"
#. Open dialog: 'Slides' button, to switch to slide show mode
-#: ../tuxpaint.c:9703
+#: ../tuxpaint.c:9704
msgid "Slides"
msgstr "स्लाइड़ां"
#. Open dialog: 'Template' button, to make a template out of a drawing
-#: ../tuxpaint.c:9706
+#: ../tuxpaint.c:9707
msgid "Template"
msgstr ""
#. Open dialog: 'Export' button, to copy an image to an easily-accessible location
-#: ../tuxpaint.c:9709
+#: ../tuxpaint.c:9710
msgid "Export"
msgstr ""
#. Open dialog: 'Back' button, to dismiss Open dialog without opening a picture
-#: ../tuxpaint.c:9712
+#: ../tuxpaint.c:9713
msgid "Back"
msgstr "पिच्छें"
#. Slideshow: 'Play' button, to begin a slideshow sequence
-#: ../tuxpaint.c:9715
+#: ../tuxpaint.c:9716
msgid "Play"
msgstr "चलाओ"
#. Slideshow: 'GIF Export' button, to create an animated GIF
-#: ../tuxpaint.c:9718
+#: ../tuxpaint.c:9719
msgid "GIF Export"
msgstr ""
#. Slideshow: 'Next' button, to load next slide (image)
-#: ../tuxpaint.c:9721
+#: ../tuxpaint.c:9722
msgid "Next"
msgstr "अगला"
#. Color mixer dialog: 'Clear' button, to reset the mixed color
-#: ../tuxpaint.c:9724
+#: ../tuxpaint.c:9725
msgid "Clear"
msgstr ""
#. Use the localized label string (e.g., "あぁ" in Japanese)
-#: ../tuxpaint.c:10659 ../tuxpaint.c:10662 ../tuxpaint.c:10663
+#: ../tuxpaint.c:10660 ../tuxpaint.c:10663 ../tuxpaint.c:10664
msgid "Aa"
msgstr "आऽ"
#. Admittedly stupid way of determining which keys can be used for
#. positive and negative responses in dialogs (e.g., [Y] (for 'yes') in English)
-#: ../tuxpaint.c:14672
+#: ../tuxpaint.c:14673
msgid "Yes"
msgstr "हां"
-#: ../tuxpaint.c:14676
+#: ../tuxpaint.c:14677
msgid "No"
msgstr "नेईं"
#. Prompt to ask whether user wishes to save over old version of their file
-#: ../tuxpaint.c:15948
+#: ../tuxpaint.c:15949
msgid "Replace the picture with your changes?"
msgstr "तुंʼदियें तब्दीलियें गी तस्वीर कन्नै प्रतिस्थापत कीता जाऽ ?"
#. Positive response to saving over old version
#. (like a 'File:Save' action in other applications)
-#: ../tuxpaint.c:15952
+#: ../tuxpaint.c:15953
msgid "Yes, replace the old one!"
msgstr "हां, परानी गी बदली ओड़ो!"
#. Negative response to saving over old version (saves a new image)
#. (like a 'File:Save As...' action in other applications)
-#: ../tuxpaint.c:15956
+#: ../tuxpaint.c:15957
msgid "No, save a new file!"
msgstr "नेईं इक नमीं फाइल बचाइयै रक्खो!"
-#: ../tuxpaint.c:17224
+#: ../tuxpaint.c:17225
msgid ""
"Choose a picture and then click “Open”, “Export”, “Template“, or “Erase”. "
"Click “Slides” to create a slideshow animation or “Back“ to return to your "
"current picture."
msgstr ""
-#: ../tuxpaint.c:17226
+#: ../tuxpaint.c:17227
msgid ""
"Choose a picture and then click “Open”, “Export”, or “Erase”. Click “Slides” "
"to create a slideshow animation or “Back“ to return to your current picture."
@@ -1482,71 +1482,71 @@ msgstr ""
#. None selected? Too dangerous to automatically select all (like we do for slideshow playback).
#. Only 1 selected? No point in saving as GIF.
#.
-#: ../tuxpaint.c:18895
+#: ../tuxpaint.c:18896
msgid "Select 2 or more drawings to turn into an animated GIF."
msgstr ""
#. Descriptions (names) of the color mixer tool's primary colors and shades
-#: ../tuxpaint.c:25112
+#: ../tuxpaint.c:25113
msgid "red"
msgstr ""
-#: ../tuxpaint.c:25113
+#: ../tuxpaint.c:25114
#, fuzzy
#| msgid "Yellow!"
msgid "yellow"
msgstr "पीला !"
-#: ../tuxpaint.c:25114
+#: ../tuxpaint.c:25115
#, fuzzy
#| msgid "Sky blue!"
msgid "blue"
msgstr "अस्मानी नीला !"
-#: ../tuxpaint.c:25115
+#: ../tuxpaint.c:25116
#, fuzzy
#| msgid "White!"
msgid "white"
msgstr "चिट्टा !"
-#: ../tuxpaint.c:25116
+#: ../tuxpaint.c:25117
msgid "grey"
msgstr ""
-#: ../tuxpaint.c:25117
+#: ../tuxpaint.c:25118
#, fuzzy
#| msgid "Black!"
msgid "black"
msgstr "काला!"
#. 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:25122
+#: ../tuxpaint.c:25123
#, c-format
msgid "Your color is %1$s %2$s."
msgstr ""
-#: ../tuxpaint.c:25123
+#: ../tuxpaint.c:25124
#, c-format
msgid "Your color is %1$s %2$s and %3$s %4$s."
msgstr ""
-#: ../tuxpaint.c:25124
+#: ../tuxpaint.c:25125
#, c-format
msgid "Your color is %1$s %2$s, %3$s %4$s, and %5$s %6$s."
msgstr ""
-#: ../tuxpaint.c:25125
+#: ../tuxpaint.c:25126
#, c-format
msgid "Your color is %1$s %2$s, %3$s %4$s, %5$s %6$s, and %7$s %8$s."
msgstr ""
-#: ../tuxpaint.c:25126
+#: ../tuxpaint.c:25127
#, 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 ""
-#: ../tuxpaint.c:25127
+#: ../tuxpaint.c:25128
#, c-format
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 "
@@ -1554,22 +1554,22 @@ msgid ""
msgstr ""
#. Color mixer; e.g., "Your color is entirely grey."
-#: ../tuxpaint.c:25907 ../tuxpaint.c:25912
+#: ../tuxpaint.c:25908 ../tuxpaint.c:25913
msgid "entirely"
msgstr ""
#. Add "Color Select" color:
-#: ../tuxpaint.c:29087
+#: ../tuxpaint.c:29089
msgid "Select a color from your drawing."
msgstr ""
-#: ../tuxpaint.c:29098
+#: ../tuxpaint.c:29100
msgid ""
"Pick a color. Hues go top to bottom. Saturation/intensity goes left (pale) "
"to right (pure). Value (lightness/darkness): grey bar."
msgstr ""
-#: ../tuxpaint.c:29112
+#: ../tuxpaint.c:29114
msgid ""
"Click the primary colors (red, yellow, and blue), white (to tint), grey (to "
"tone), and black (to shade), to mix together a new color."
@@ -2607,8 +2607,9 @@ msgstr ""
#: ../../magic/src/polyfill.c:32
msgid ""
-"Click multiple times in your picture to create a filled polygon. Click your "
-"starting position to complete the shape."
+"Click multiple times in your picture to create a filled polygon. You may "
+"drag control points to alter the shape. Click the first point to complete "
+"the shape."
msgstr ""
#: ../../magic/src/puzzle.c:112
diff --git a/src/po/el.po b/src/po/el.po
index 818e55246..d32b84aaa 100644
--- a/src/po/el.po
+++ b/src/po/el.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: tuxpaint\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2024-04-08 23:25-0700\n"
+"POT-Creation-Date: 2024-04-12 09:23-0700\n"
"PO-Revision-Date: 2021-09-02 07:45+0000\n"
"Last-Translator: kiolalis \n"
"Language-Team: \n"
@@ -985,7 +985,7 @@ msgstr "Νέο"
#. Open a saved picture
#. Buttons for the file open dialog
#. Open dialog: 'Open' button, to load the selected picture
-#: ../tools.h:97 ../tuxpaint.c:9697
+#: ../tools.h:97 ../tuxpaint.c:9698
msgid "Open"
msgstr "Άνοιγμα"
@@ -1406,90 +1406,90 @@ msgid "Please wait…"
msgstr "Παρακαλώ περιμένετε..."
#. Open dialog: 'Erase' button, to erase/deleted the selected picture
-#: ../tuxpaint.c:9700
+#: ../tuxpaint.c:9701
msgid "Erase"
msgstr "Διαγραφή"
#. Open dialog: 'Slides' button, to switch to slide show mode
-#: ../tuxpaint.c:9703
+#: ../tuxpaint.c:9704
msgid "Slides"
msgstr "Προβολή διαφανειών."
#. Open dialog: 'Template' button, to make a template out of a drawing
-#: ../tuxpaint.c:9706
+#: ../tuxpaint.c:9707
msgid "Template"
msgstr ""
#. Open dialog: 'Export' button, to copy an image to an easily-accessible location
-#: ../tuxpaint.c:9709
+#: ../tuxpaint.c:9710
msgid "Export"
msgstr ""
#. Open dialog: 'Back' button, to dismiss Open dialog without opening a picture
-#: ../tuxpaint.c:9712
+#: ../tuxpaint.c:9713
msgid "Back"
msgstr "Προηγούμενο"
#. Slideshow: 'Play' button, to begin a slideshow sequence
-#: ../tuxpaint.c:9715
+#: ../tuxpaint.c:9716
msgid "Play"
msgstr "Αναπαραγωγή"
#. Slideshow: 'GIF Export' button, to create an animated GIF
-#: ../tuxpaint.c:9718
+#: ../tuxpaint.c:9719
msgid "GIF Export"
msgstr ""
#. Slideshow: 'Next' button, to load next slide (image)
-#: ../tuxpaint.c:9721
+#: ../tuxpaint.c:9722
msgid "Next"
msgstr "Επόμενο"
#. Color mixer dialog: 'Clear' button, to reset the mixed color
-#: ../tuxpaint.c:9724
+#: ../tuxpaint.c:9725
msgid "Clear"
msgstr ""
#. Use the localized label string (e.g., "あぁ" in Japanese)
-#: ../tuxpaint.c:10659 ../tuxpaint.c:10662 ../tuxpaint.c:10663
+#: ../tuxpaint.c:10660 ../tuxpaint.c:10663 ../tuxpaint.c:10664
msgid "Aa"
msgstr "Αα"
#. Admittedly stupid way of determining which keys can be used for
#. positive and negative responses in dialogs (e.g., [Y] (for 'yes') in English)
-#: ../tuxpaint.c:14672
+#: ../tuxpaint.c:14673
msgid "Yes"
msgstr "Ναι"
-#: ../tuxpaint.c:14676
+#: ../tuxpaint.c:14677
msgid "No"
msgstr "Όχι"
#. Prompt to ask whether user wishes to save over old version of their file
-#: ../tuxpaint.c:15948
+#: ../tuxpaint.c:15949
msgid "Replace the picture with your changes?"
msgstr "Να αντικαταστήσω τη ζωγραφιά με τις αλλαγές που έκανες;"
#. Positive response to saving over old version
#. (like a 'File:Save' action in other applications)
-#: ../tuxpaint.c:15952
+#: ../tuxpaint.c:15953
msgid "Yes, replace the old one!"
msgstr "Ναι, αντικατάστησε την παλιά ζωγραφιά!"
#. Negative response to saving over old version (saves a new image)
#. (like a 'File:Save As...' action in other applications)
-#: ../tuxpaint.c:15956
+#: ../tuxpaint.c:15957
msgid "No, save a new file!"
msgstr "Όχι, κάνε αποθήκευση σε νέο αρχείο!"
-#: ../tuxpaint.c:17224
+#: ../tuxpaint.c:17225
msgid ""
"Choose a picture and then click “Open”, “Export”, “Template“, or “Erase”. "
"Click “Slides” to create a slideshow animation or “Back“ to return to your "
"current picture."
msgstr ""
-#: ../tuxpaint.c:17226
+#: ../tuxpaint.c:17227
msgid ""
"Choose a picture and then click “Open”, “Export”, or “Erase”. Click “Slides” "
"to create a slideshow animation or “Back“ to return to your current picture."
@@ -1498,71 +1498,71 @@ msgstr ""
#. None selected? Too dangerous to automatically select all (like we do for slideshow playback).
#. Only 1 selected? No point in saving as GIF.
#.
-#: ../tuxpaint.c:18895
+#: ../tuxpaint.c:18896
msgid "Select 2 or more drawings to turn into an animated GIF."
msgstr ""
#. Descriptions (names) of the color mixer tool's primary colors and shades
-#: ../tuxpaint.c:25112
+#: ../tuxpaint.c:25113
msgid "red"
msgstr ""
-#: ../tuxpaint.c:25113
+#: ../tuxpaint.c:25114
#, fuzzy
#| msgid "Yellow!"
msgid "yellow"
msgstr "Κίτρινο!"
-#: ../tuxpaint.c:25114
+#: ../tuxpaint.c:25115
#, fuzzy
#| msgid "Sky blue!"
msgid "blue"
msgstr "Μπλέ του ουρανού!"
-#: ../tuxpaint.c:25115
+#: ../tuxpaint.c:25116
#, fuzzy
#| msgid "White!"
msgid "white"
msgstr "Άσπρο!"
-#: ../tuxpaint.c:25116
+#: ../tuxpaint.c:25117
msgid "grey"
msgstr ""
-#: ../tuxpaint.c:25117
+#: ../tuxpaint.c:25118
#, fuzzy
#| msgid "Black!"
msgid "black"
msgstr "Μαύρο!"
#. 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:25122
+#: ../tuxpaint.c:25123
#, c-format
msgid "Your color is %1$s %2$s."
msgstr ""
-#: ../tuxpaint.c:25123
+#: ../tuxpaint.c:25124
#, c-format
msgid "Your color is %1$s %2$s and %3$s %4$s."
msgstr ""
-#: ../tuxpaint.c:25124
+#: ../tuxpaint.c:25125
#, c-format
msgid "Your color is %1$s %2$s, %3$s %4$s, and %5$s %6$s."
msgstr ""
-#: ../tuxpaint.c:25125
+#: ../tuxpaint.c:25126
#, c-format
msgid "Your color is %1$s %2$s, %3$s %4$s, %5$s %6$s, and %7$s %8$s."
msgstr ""
-#: ../tuxpaint.c:25126
+#: ../tuxpaint.c:25127
#, 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 ""
-#: ../tuxpaint.c:25127
+#: ../tuxpaint.c:25128
#, c-format
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 "
@@ -1570,22 +1570,22 @@ msgid ""
msgstr ""
#. Color mixer; e.g., "Your color is entirely grey."
-#: ../tuxpaint.c:25907 ../tuxpaint.c:25912
+#: ../tuxpaint.c:25908 ../tuxpaint.c:25913
msgid "entirely"
msgstr ""
#. Add "Color Select" color:
-#: ../tuxpaint.c:29087
+#: ../tuxpaint.c:29089
msgid "Select a color from your drawing."
msgstr "Επίλεξε ένα χρώμα από τη ζωγραφιά σου."
-#: ../tuxpaint.c:29098
+#: ../tuxpaint.c:29100
msgid ""
"Pick a color. Hues go top to bottom. Saturation/intensity goes left (pale) "
"to right (pure). Value (lightness/darkness): grey bar."
msgstr ""
-#: ../tuxpaint.c:29112
+#: ../tuxpaint.c:29114
msgid ""
"Click the primary colors (red, yellow, and blue), white (to tint), grey (to "
"tone), and black (to shade), to mix together a new color."
@@ -2640,8 +2640,9 @@ msgstr ""
#: ../../magic/src/polyfill.c:32
msgid ""
-"Click multiple times in your picture to create a filled polygon. Click your "
-"starting position to complete the shape."
+"Click multiple times in your picture to create a filled polygon. You may "
+"drag control points to alter the shape. Click the first point to complete "
+"the shape."
msgstr ""
#: ../../magic/src/puzzle.c:112
diff --git a/src/po/en_AU.po b/src/po/en_AU.po
index 40a7cdf2a..922cb8710 100644
--- a/src/po/en_AU.po
+++ b/src/po/en_AU.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: tuxpaint\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2024-04-08 23:25-0700\n"
+"POT-Creation-Date: 2024-04-12 09:23-0700\n"
"PO-Revision-Date: 2014-06-29 23:36+0930\n"
"Last-Translator: ilox \n"
"Language-Team: none\n"
@@ -976,7 +976,7 @@ msgstr "New"
#. Open a saved picture
#. Buttons for the file open dialog
#. Open dialog: 'Open' button, to load the selected picture
-#: ../tools.h:97 ../tuxpaint.c:9697
+#: ../tools.h:97 ../tuxpaint.c:9698
msgid "Open"
msgstr "Open"
@@ -1391,90 +1391,90 @@ msgid "Please wait…"
msgstr "Please wait…"
#. Open dialog: 'Erase' button, to erase/deleted the selected picture
-#: ../tuxpaint.c:9700
+#: ../tuxpaint.c:9701
msgid "Erase"
msgstr "Erase"
#. Open dialog: 'Slides' button, to switch to slide show mode
-#: ../tuxpaint.c:9703
+#: ../tuxpaint.c:9704
msgid "Slides"
msgstr "Slides"
#. Open dialog: 'Template' button, to make a template out of a drawing
-#: ../tuxpaint.c:9706
+#: ../tuxpaint.c:9707
msgid "Template"
msgstr ""
#. Open dialog: 'Export' button, to copy an image to an easily-accessible location
-#: ../tuxpaint.c:9709
+#: ../tuxpaint.c:9710
msgid "Export"
msgstr ""
#. Open dialog: 'Back' button, to dismiss Open dialog without opening a picture
-#: ../tuxpaint.c:9712
+#: ../tuxpaint.c:9713
msgid "Back"
msgstr "Back"
#. Slideshow: 'Play' button, to begin a slideshow sequence
-#: ../tuxpaint.c:9715
+#: ../tuxpaint.c:9716
msgid "Play"
msgstr "Play"
#. Slideshow: 'GIF Export' button, to create an animated GIF
-#: ../tuxpaint.c:9718
+#: ../tuxpaint.c:9719
msgid "GIF Export"
msgstr ""
#. Slideshow: 'Next' button, to load next slide (image)
-#: ../tuxpaint.c:9721
+#: ../tuxpaint.c:9722
msgid "Next"
msgstr "Next"
#. Color mixer dialog: 'Clear' button, to reset the mixed color
-#: ../tuxpaint.c:9724
+#: ../tuxpaint.c:9725
msgid "Clear"
msgstr ""
#. Use the localized label string (e.g., "あぁ" in Japanese)
-#: ../tuxpaint.c:10659 ../tuxpaint.c:10662 ../tuxpaint.c:10663
+#: ../tuxpaint.c:10660 ../tuxpaint.c:10663 ../tuxpaint.c:10664
msgid "Aa"
msgstr "Aa"
#. Admittedly stupid way of determining which keys can be used for
#. positive and negative responses in dialogs (e.g., [Y] (for 'yes') in English)
-#: ../tuxpaint.c:14672
+#: ../tuxpaint.c:14673
msgid "Yes"
msgstr "Yes"
-#: ../tuxpaint.c:14676
+#: ../tuxpaint.c:14677
msgid "No"
msgstr "No"
#. Prompt to ask whether user wishes to save over old version of their file
-#: ../tuxpaint.c:15948
+#: ../tuxpaint.c:15949
msgid "Replace the picture with your changes?"
msgstr "Replace the picture with your changes?"
#. Positive response to saving over old version
#. (like a 'File:Save' action in other applications)
-#: ../tuxpaint.c:15952
+#: ../tuxpaint.c:15953
msgid "Yes, replace the old one!"
msgstr "Yes, replace the old one!"
#. Negative response to saving over old version (saves a new image)
#. (like a 'File:Save As...' action in other applications)
-#: ../tuxpaint.c:15956
+#: ../tuxpaint.c:15957
msgid "No, save a new file!"
msgstr "No, save a new file!"
-#: ../tuxpaint.c:17224
+#: ../tuxpaint.c:17225
msgid ""
"Choose a picture and then click “Open”, “Export”, “Template“, or “Erase”. "
"Click “Slides” to create a slideshow animation or “Back“ to return to your "
"current picture."
msgstr ""
-#: ../tuxpaint.c:17226
+#: ../tuxpaint.c:17227
msgid ""
"Choose a picture and then click “Open”, “Export”, or “Erase”. Click “Slides” "
"to create a slideshow animation or “Back“ to return to your current picture."
@@ -1483,71 +1483,71 @@ msgstr ""
#. None selected? Too dangerous to automatically select all (like we do for slideshow playback).
#. Only 1 selected? No point in saving as GIF.
#.
-#: ../tuxpaint.c:18895
+#: ../tuxpaint.c:18896
msgid "Select 2 or more drawings to turn into an animated GIF."
msgstr ""
#. Descriptions (names) of the color mixer tool's primary colors and shades
-#: ../tuxpaint.c:25112
+#: ../tuxpaint.c:25113
msgid "red"
msgstr ""
-#: ../tuxpaint.c:25113
+#: ../tuxpaint.c:25114
#, fuzzy
#| msgid "Yellow!"
msgid "yellow"
msgstr "Yellow!"
-#: ../tuxpaint.c:25114
+#: ../tuxpaint.c:25115
#, fuzzy
#| msgid "Sky blue!"
msgid "blue"
msgstr "Sky blue!"
-#: ../tuxpaint.c:25115
+#: ../tuxpaint.c:25116
#, fuzzy
#| msgid "White!"
msgid "white"
msgstr "White!"
-#: ../tuxpaint.c:25116
+#: ../tuxpaint.c:25117
msgid "grey"
msgstr ""
-#: ../tuxpaint.c:25117
+#: ../tuxpaint.c:25118
#, fuzzy
#| msgid "Black!"
msgid "black"
msgstr "Black!"
#. 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:25122
+#: ../tuxpaint.c:25123
#, c-format
msgid "Your color is %1$s %2$s."
msgstr ""
-#: ../tuxpaint.c:25123
+#: ../tuxpaint.c:25124
#, c-format
msgid "Your color is %1$s %2$s and %3$s %4$s."
msgstr ""
-#: ../tuxpaint.c:25124
+#: ../tuxpaint.c:25125
#, c-format
msgid "Your color is %1$s %2$s, %3$s %4$s, and %5$s %6$s."
msgstr ""
-#: ../tuxpaint.c:25125
+#: ../tuxpaint.c:25126
#, c-format
msgid "Your color is %1$s %2$s, %3$s %4$s, %5$s %6$s, and %7$s %8$s."
msgstr ""
-#: ../tuxpaint.c:25126
+#: ../tuxpaint.c:25127
#, 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 ""
-#: ../tuxpaint.c:25127
+#: ../tuxpaint.c:25128
#, c-format
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 "
@@ -1555,22 +1555,22 @@ msgid ""
msgstr ""
#. Color mixer; e.g., "Your color is entirely grey."
-#: ../tuxpaint.c:25907 ../tuxpaint.c:25912
+#: ../tuxpaint.c:25908 ../tuxpaint.c:25913
msgid "entirely"
msgstr ""
#. Add "Color Select" color:
-#: ../tuxpaint.c:29087
+#: ../tuxpaint.c:29089
msgid "Select a color from your drawing."
msgstr ""
-#: ../tuxpaint.c:29098
+#: ../tuxpaint.c:29100
msgid ""
"Pick a color. Hues go top to bottom. Saturation/intensity goes left (pale) "
"to right (pure). Value (lightness/darkness): grey bar."
msgstr ""
-#: ../tuxpaint.c:29112
+#: ../tuxpaint.c:29114
msgid ""
"Click the primary colors (red, yellow, and blue), white (to tint), grey (to "
"tone), and black (to shade), to mix together a new color."
@@ -2612,8 +2612,9 @@ msgstr ""
#: ../../magic/src/polyfill.c:32
msgid ""
-"Click multiple times in your picture to create a filled polygon. Click your "
-"starting position to complete the shape."
+"Click multiple times in your picture to create a filled polygon. You may "
+"drag control points to alter the shape. Click the first point to complete "
+"the shape."
msgstr ""
#: ../../magic/src/puzzle.c:112
diff --git a/src/po/en_CA.po b/src/po/en_CA.po
index 00459f6ca..1e3a7f2f5 100644
--- a/src/po/en_CA.po
+++ b/src/po/en_CA.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: tuxpaint\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2024-04-08 23:25-0700\n"
+"POT-Creation-Date: 2024-04-12 09:23-0700\n"
"PO-Revision-Date: 2014-07-07 12:22+0100\n"
"Last-Translator: Caroline Ford \n"
"Language-Team: \n"
@@ -974,7 +974,7 @@ msgstr "New"
#. Open a saved picture
#. Buttons for the file open dialog
#. Open dialog: 'Open' button, to load the selected picture
-#: ../tools.h:97 ../tuxpaint.c:9697
+#: ../tools.h:97 ../tuxpaint.c:9698
msgid "Open"
msgstr "Open"
@@ -1389,90 +1389,90 @@ msgid "Please wait…"
msgstr "Please wait…"
#. Open dialog: 'Erase' button, to erase/deleted the selected picture
-#: ../tuxpaint.c:9700
+#: ../tuxpaint.c:9701
msgid "Erase"
msgstr "Erase"
#. Open dialog: 'Slides' button, to switch to slide show mode
-#: ../tuxpaint.c:9703
+#: ../tuxpaint.c:9704
msgid "Slides"
msgstr "Slides"
#. Open dialog: 'Template' button, to make a template out of a drawing
-#: ../tuxpaint.c:9706
+#: ../tuxpaint.c:9707
msgid "Template"
msgstr ""
#. Open dialog: 'Export' button, to copy an image to an easily-accessible location
-#: ../tuxpaint.c:9709
+#: ../tuxpaint.c:9710
msgid "Export"
msgstr ""
#. Open dialog: 'Back' button, to dismiss Open dialog without opening a picture
-#: ../tuxpaint.c:9712
+#: ../tuxpaint.c:9713
msgid "Back"
msgstr "Back"
#. Slideshow: 'Play' button, to begin a slideshow sequence
-#: ../tuxpaint.c:9715
+#: ../tuxpaint.c:9716
msgid "Play"
msgstr "Play"
#. Slideshow: 'GIF Export' button, to create an animated GIF
-#: ../tuxpaint.c:9718
+#: ../tuxpaint.c:9719
msgid "GIF Export"
msgstr ""
#. Slideshow: 'Next' button, to load next slide (image)
-#: ../tuxpaint.c:9721
+#: ../tuxpaint.c:9722
msgid "Next"
msgstr "Next"
#. Color mixer dialog: 'Clear' button, to reset the mixed color
-#: ../tuxpaint.c:9724
+#: ../tuxpaint.c:9725
msgid "Clear"
msgstr ""
#. Use the localized label string (e.g., "あぁ" in Japanese)
-#: ../tuxpaint.c:10659 ../tuxpaint.c:10662 ../tuxpaint.c:10663
+#: ../tuxpaint.c:10660 ../tuxpaint.c:10663 ../tuxpaint.c:10664
msgid "Aa"
msgstr "Aa"
#. Admittedly stupid way of determining which keys can be used for
#. positive and negative responses in dialogs (e.g., [Y] (for 'yes') in English)
-#: ../tuxpaint.c:14672
+#: ../tuxpaint.c:14673
msgid "Yes"
msgstr "Yes"
-#: ../tuxpaint.c:14676
+#: ../tuxpaint.c:14677
msgid "No"
msgstr "No"
#. Prompt to ask whether user wishes to save over old version of their file
-#: ../tuxpaint.c:15948
+#: ../tuxpaint.c:15949
msgid "Replace the picture with your changes?"
msgstr "Replace the picture with your changes?"
#. Positive response to saving over old version
#. (like a 'File:Save' action in other applications)
-#: ../tuxpaint.c:15952
+#: ../tuxpaint.c:15953
msgid "Yes, replace the old one!"
msgstr "Yes, replace the old one!"
#. Negative response to saving over old version (saves a new image)
#. (like a 'File:Save As...' action in other applications)
-#: ../tuxpaint.c:15956
+#: ../tuxpaint.c:15957
msgid "No, save a new file!"
msgstr "No, save a new file!"
-#: ../tuxpaint.c:17224
+#: ../tuxpaint.c:17225
msgid ""
"Choose a picture and then click “Open”, “Export”, “Template“, or “Erase”. "
"Click “Slides” to create a slideshow animation or “Back“ to return to your "
"current picture."
msgstr ""
-#: ../tuxpaint.c:17226
+#: ../tuxpaint.c:17227
msgid ""
"Choose a picture and then click “Open”, “Export”, or “Erase”. Click “Slides” "
"to create a slideshow animation or “Back“ to return to your current picture."
@@ -1481,71 +1481,71 @@ msgstr ""
#. None selected? Too dangerous to automatically select all (like we do for slideshow playback).
#. Only 1 selected? No point in saving as GIF.
#.
-#: ../tuxpaint.c:18895
+#: ../tuxpaint.c:18896
msgid "Select 2 or more drawings to turn into an animated GIF."
msgstr ""
#. Descriptions (names) of the color mixer tool's primary colors and shades
-#: ../tuxpaint.c:25112
+#: ../tuxpaint.c:25113
msgid "red"
msgstr ""
-#: ../tuxpaint.c:25113
+#: ../tuxpaint.c:25114
#, fuzzy
#| msgid "Yellow!"
msgid "yellow"
msgstr "Yellow!"
-#: ../tuxpaint.c:25114
+#: ../tuxpaint.c:25115
#, fuzzy
#| msgid "Sky blue!"
msgid "blue"
msgstr "Sky blue!"
-#: ../tuxpaint.c:25115
+#: ../tuxpaint.c:25116
#, fuzzy
#| msgid "White!"
msgid "white"
msgstr "White!"
-#: ../tuxpaint.c:25116
+#: ../tuxpaint.c:25117
msgid "grey"
msgstr ""
-#: ../tuxpaint.c:25117
+#: ../tuxpaint.c:25118
#, fuzzy
#| msgid "Black!"
msgid "black"
msgstr "Black!"
#. 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:25122
+#: ../tuxpaint.c:25123
#, c-format
msgid "Your color is %1$s %2$s."
msgstr ""
-#: ../tuxpaint.c:25123
+#: ../tuxpaint.c:25124
#, c-format
msgid "Your color is %1$s %2$s and %3$s %4$s."
msgstr ""
-#: ../tuxpaint.c:25124
+#: ../tuxpaint.c:25125
#, c-format
msgid "Your color is %1$s %2$s, %3$s %4$s, and %5$s %6$s."
msgstr ""
-#: ../tuxpaint.c:25125
+#: ../tuxpaint.c:25126
#, c-format
msgid "Your color is %1$s %2$s, %3$s %4$s, %5$s %6$s, and %7$s %8$s."
msgstr ""
-#: ../tuxpaint.c:25126
+#: ../tuxpaint.c:25127
#, 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 ""
-#: ../tuxpaint.c:25127
+#: ../tuxpaint.c:25128
#, c-format
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 "
@@ -1553,22 +1553,22 @@ msgid ""
msgstr ""
#. Color mixer; e.g., "Your color is entirely grey."
-#: ../tuxpaint.c:25907 ../tuxpaint.c:25912
+#: ../tuxpaint.c:25908 ../tuxpaint.c:25913
msgid "entirely"
msgstr ""
#. Add "Color Select" color:
-#: ../tuxpaint.c:29087
+#: ../tuxpaint.c:29089
msgid "Select a color from your drawing."
msgstr ""
-#: ../tuxpaint.c:29098
+#: ../tuxpaint.c:29100
msgid ""
"Pick a color. Hues go top to bottom. Saturation/intensity goes left (pale) "
"to right (pure). Value (lightness/darkness): grey bar."
msgstr ""
-#: ../tuxpaint.c:29112
+#: ../tuxpaint.c:29114
msgid ""
"Click the primary colors (red, yellow, and blue), white (to tint), grey (to "
"tone), and black (to shade), to mix together a new color."
@@ -2609,8 +2609,9 @@ msgstr ""
#: ../../magic/src/polyfill.c:32
msgid ""
-"Click multiple times in your picture to create a filled polygon. Click your "
-"starting position to complete the shape."
+"Click multiple times in your picture to create a filled polygon. You may "
+"drag control points to alter the shape. Click the first point to complete "
+"the shape."
msgstr ""
#: ../../magic/src/puzzle.c:112
diff --git a/src/po/en_GB.po b/src/po/en_GB.po
index 827a1bfa9..a8642331e 100644
--- a/src/po/en_GB.po
+++ b/src/po/en_GB.po
@@ -10,7 +10,7 @@ msgid ""
msgstr ""
"Project-Id-Version: tuxpaint\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2024-04-08 23:25-0700\n"
+"POT-Creation-Date: 2024-04-12 09:23-0700\n"
"PO-Revision-Date: 2017-12-30 21:17+0000\n"
"Last-Translator: Caroline Ford \n"
"Language-Team: none\n"
@@ -977,7 +977,7 @@ msgstr "New"
#. Open a saved picture
#. Buttons for the file open dialog
#. Open dialog: 'Open' button, to load the selected picture
-#: ../tools.h:97 ../tuxpaint.c:9697
+#: ../tools.h:97 ../tuxpaint.c:9698
msgid "Open"
msgstr "Open"
@@ -1392,90 +1392,90 @@ msgid "Please wait…"
msgstr "Please wait…"
#. Open dialog: 'Erase' button, to erase/deleted the selected picture
-#: ../tuxpaint.c:9700
+#: ../tuxpaint.c:9701
msgid "Erase"
msgstr "Erase"
#. Open dialog: 'Slides' button, to switch to slide show mode
-#: ../tuxpaint.c:9703
+#: ../tuxpaint.c:9704
msgid "Slides"
msgstr "Slides"
#. Open dialog: 'Template' button, to make a template out of a drawing
-#: ../tuxpaint.c:9706
+#: ../tuxpaint.c:9707
msgid "Template"
msgstr ""
#. Open dialog: 'Export' button, to copy an image to an easily-accessible location
-#: ../tuxpaint.c:9709
+#: ../tuxpaint.c:9710
msgid "Export"
msgstr ""
#. Open dialog: 'Back' button, to dismiss Open dialog without opening a picture
-#: ../tuxpaint.c:9712
+#: ../tuxpaint.c:9713
msgid "Back"
msgstr "Back"
#. Slideshow: 'Play' button, to begin a slideshow sequence
-#: ../tuxpaint.c:9715
+#: ../tuxpaint.c:9716
msgid "Play"
msgstr "Play"
#. Slideshow: 'GIF Export' button, to create an animated GIF
-#: ../tuxpaint.c:9718
+#: ../tuxpaint.c:9719
msgid "GIF Export"
msgstr ""
#. Slideshow: 'Next' button, to load next slide (image)
-#: ../tuxpaint.c:9721
+#: ../tuxpaint.c:9722
msgid "Next"
msgstr "Next"
#. Color mixer dialog: 'Clear' button, to reset the mixed color
-#: ../tuxpaint.c:9724
+#: ../tuxpaint.c:9725
msgid "Clear"
msgstr ""
#. Use the localized label string (e.g., "あぁ" in Japanese)
-#: ../tuxpaint.c:10659 ../tuxpaint.c:10662 ../tuxpaint.c:10663
+#: ../tuxpaint.c:10660 ../tuxpaint.c:10663 ../tuxpaint.c:10664
msgid "Aa"
msgstr "Aa"
#. Admittedly stupid way of determining which keys can be used for
#. positive and negative responses in dialogs (e.g., [Y] (for 'yes') in English)
-#: ../tuxpaint.c:14672
+#: ../tuxpaint.c:14673
msgid "Yes"
msgstr "Yes"
-#: ../tuxpaint.c:14676
+#: ../tuxpaint.c:14677
msgid "No"
msgstr "No"
#. Prompt to ask whether user wishes to save over old version of their file
-#: ../tuxpaint.c:15948
+#: ../tuxpaint.c:15949
msgid "Replace the picture with your changes?"
msgstr "Replace the picture with your changes?"
#. Positive response to saving over old version
#. (like a 'File:Save' action in other applications)
-#: ../tuxpaint.c:15952
+#: ../tuxpaint.c:15953
msgid "Yes, replace the old one!"
msgstr "Yes, replace the old one!"
#. Negative response to saving over old version (saves a new image)
#. (like a 'File:Save As...' action in other applications)
-#: ../tuxpaint.c:15956
+#: ../tuxpaint.c:15957
msgid "No, save a new file!"
msgstr "No, save a new file!"
-#: ../tuxpaint.c:17224
+#: ../tuxpaint.c:17225
msgid ""
"Choose a picture and then click “Open”, “Export”, “Template“, or “Erase”. "
"Click “Slides” to create a slideshow animation or “Back“ to return to your "
"current picture."
msgstr ""
-#: ../tuxpaint.c:17226
+#: ../tuxpaint.c:17227
msgid ""
"Choose a picture and then click “Open”, “Export”, or “Erase”. Click “Slides” "
"to create a slideshow animation or “Back“ to return to your current picture."
@@ -1484,71 +1484,71 @@ msgstr ""
#. None selected? Too dangerous to automatically select all (like we do for slideshow playback).
#. Only 1 selected? No point in saving as GIF.
#.
-#: ../tuxpaint.c:18895
+#: ../tuxpaint.c:18896
msgid "Select 2 or more drawings to turn into an animated GIF."
msgstr ""
#. Descriptions (names) of the color mixer tool's primary colors and shades
-#: ../tuxpaint.c:25112
+#: ../tuxpaint.c:25113
msgid "red"
msgstr ""
-#: ../tuxpaint.c:25113
+#: ../tuxpaint.c:25114
#, fuzzy
#| msgid "Yellow!"
msgid "yellow"
msgstr "Yellow!"
-#: ../tuxpaint.c:25114
+#: ../tuxpaint.c:25115
#, fuzzy
#| msgid "Sky blue!"
msgid "blue"
msgstr "Sky blue!"
-#: ../tuxpaint.c:25115
+#: ../tuxpaint.c:25116
#, fuzzy
#| msgid "White!"
msgid "white"
msgstr "White!"
-#: ../tuxpaint.c:25116
+#: ../tuxpaint.c:25117
msgid "grey"
msgstr ""
-#: ../tuxpaint.c:25117
+#: ../tuxpaint.c:25118
#, fuzzy
#| msgid "Black!"
msgid "black"
msgstr "Black!"
#. 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:25122
+#: ../tuxpaint.c:25123
#, c-format
msgid "Your color is %1$s %2$s."
msgstr ""
-#: ../tuxpaint.c:25123
+#: ../tuxpaint.c:25124
#, c-format
msgid "Your color is %1$s %2$s and %3$s %4$s."
msgstr ""
-#: ../tuxpaint.c:25124
+#: ../tuxpaint.c:25125
#, c-format
msgid "Your color is %1$s %2$s, %3$s %4$s, and %5$s %6$s."
msgstr ""
-#: ../tuxpaint.c:25125
+#: ../tuxpaint.c:25126
#, c-format
msgid "Your color is %1$s %2$s, %3$s %4$s, %5$s %6$s, and %7$s %8$s."
msgstr ""
-#: ../tuxpaint.c:25126
+#: ../tuxpaint.c:25127
#, 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 ""
-#: ../tuxpaint.c:25127
+#: ../tuxpaint.c:25128
#, c-format
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 "
@@ -1556,22 +1556,22 @@ msgid ""
msgstr ""
#. Color mixer; e.g., "Your color is entirely grey."
-#: ../tuxpaint.c:25907 ../tuxpaint.c:25912
+#: ../tuxpaint.c:25908 ../tuxpaint.c:25913
msgid "entirely"
msgstr ""
#. Add "Color Select" color:
-#: ../tuxpaint.c:29087
+#: ../tuxpaint.c:29089
msgid "Select a color from your drawing."
msgstr "Select a colour from your drawing."
-#: ../tuxpaint.c:29098
+#: ../tuxpaint.c:29100
msgid ""
"Pick a color. Hues go top to bottom. Saturation/intensity goes left (pale) "
"to right (pure). Value (lightness/darkness): grey bar."
msgstr ""
-#: ../tuxpaint.c:29112
+#: ../tuxpaint.c:29114
msgid ""
"Click the primary colors (red, yellow, and blue), white (to tint), grey (to "
"tone), and black (to shade), to mix together a new color."
@@ -2578,8 +2578,9 @@ msgstr ""
#: ../../magic/src/polyfill.c:32
msgid ""
-"Click multiple times in your picture to create a filled polygon. Click your "
-"starting position to complete the shape."
+"Click multiple times in your picture to create a filled polygon. You may "
+"drag control points to alter the shape. Click the first point to complete "
+"the shape."
msgstr ""
#: ../../magic/src/puzzle.c:112
diff --git a/src/po/en_ZA.po b/src/po/en_ZA.po
index 0d2580bfb..f3eb2bd66 100644
--- a/src/po/en_ZA.po
+++ b/src/po/en_ZA.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: 0.9.16\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2024-04-08 23:25-0700\n"
+"POT-Creation-Date: 2024-04-12 09:23-0700\n"
"PO-Revision-Date: 2009-09-06 15:46+0100\n"
"Last-Translator: Caroline Ford \n"
"Language-Team: English (South African) \n"
@@ -975,7 +975,7 @@ msgstr "New"
#. Open a saved picture
#. Buttons for the file open dialog
#. Open dialog: 'Open' button, to load the selected picture
-#: ../tools.h:97 ../tuxpaint.c:9697
+#: ../tools.h:97 ../tuxpaint.c:9698
msgid "Open"
msgstr "Open"
@@ -1387,90 +1387,90 @@ msgid "Please wait…"
msgstr "Please wait…"
#. Open dialog: 'Erase' button, to erase/deleted the selected picture
-#: ../tuxpaint.c:9700
+#: ../tuxpaint.c:9701
msgid "Erase"
msgstr "Erase"
#. Open dialog: 'Slides' button, to switch to slide show mode
-#: ../tuxpaint.c:9703
+#: ../tuxpaint.c:9704
msgid "Slides"
msgstr "Slides"
#. Open dialog: 'Template' button, to make a template out of a drawing
-#: ../tuxpaint.c:9706
+#: ../tuxpaint.c:9707
msgid "Template"
msgstr ""
#. Open dialog: 'Export' button, to copy an image to an easily-accessible location
-#: ../tuxpaint.c:9709
+#: ../tuxpaint.c:9710
msgid "Export"
msgstr ""
#. Open dialog: 'Back' button, to dismiss Open dialog without opening a picture
-#: ../tuxpaint.c:9712
+#: ../tuxpaint.c:9713
msgid "Back"
msgstr "Back"
#. Slideshow: 'Play' button, to begin a slideshow sequence
-#: ../tuxpaint.c:9715
+#: ../tuxpaint.c:9716
msgid "Play"
msgstr "Play"
#. Slideshow: 'GIF Export' button, to create an animated GIF
-#: ../tuxpaint.c:9718
+#: ../tuxpaint.c:9719
msgid "GIF Export"
msgstr ""
#. Slideshow: 'Next' button, to load next slide (image)
-#: ../tuxpaint.c:9721
+#: ../tuxpaint.c:9722
msgid "Next"
msgstr "Next"
#. Color mixer dialog: 'Clear' button, to reset the mixed color
-#: ../tuxpaint.c:9724
+#: ../tuxpaint.c:9725
msgid "Clear"
msgstr ""
#. Use the localized label string (e.g., "あぁ" in Japanese)
-#: ../tuxpaint.c:10659 ../tuxpaint.c:10662 ../tuxpaint.c:10663
+#: ../tuxpaint.c:10660 ../tuxpaint.c:10663 ../tuxpaint.c:10664
msgid "Aa"
msgstr "Aa"
#. Admittedly stupid way of determining which keys can be used for
#. positive and negative responses in dialogs (e.g., [Y] (for 'yes') in English)
-#: ../tuxpaint.c:14672
+#: ../tuxpaint.c:14673
msgid "Yes"
msgstr "Yes"
-#: ../tuxpaint.c:14676
+#: ../tuxpaint.c:14677
msgid "No"
msgstr "No"
#. Prompt to ask whether user wishes to save over old version of their file
-#: ../tuxpaint.c:15948
+#: ../tuxpaint.c:15949
msgid "Replace the picture with your changes?"
msgstr "Replace the picture with your changes?"
#. Positive response to saving over old version
#. (like a 'File:Save' action in other applications)
-#: ../tuxpaint.c:15952
+#: ../tuxpaint.c:15953
msgid "Yes, replace the old one!"
msgstr "Yes, replace the old one!"
#. Negative response to saving over old version (saves a new image)
#. (like a 'File:Save As...' action in other applications)
-#: ../tuxpaint.c:15956
+#: ../tuxpaint.c:15957
msgid "No, save a new file!"
msgstr "No, save a new file!"
-#: ../tuxpaint.c:17224
+#: ../tuxpaint.c:17225
msgid ""
"Choose a picture and then click “Open”, “Export”, “Template“, or “Erase”. "
"Click “Slides” to create a slideshow animation or “Back“ to return to your "
"current picture."
msgstr ""
-#: ../tuxpaint.c:17226
+#: ../tuxpaint.c:17227
msgid ""
"Choose a picture and then click “Open”, “Export”, or “Erase”. Click “Slides” "
"to create a slideshow animation or “Back“ to return to your current picture."
@@ -1479,71 +1479,71 @@ msgstr ""
#. None selected? Too dangerous to automatically select all (like we do for slideshow playback).
#. Only 1 selected? No point in saving as GIF.
#.
-#: ../tuxpaint.c:18895
+#: ../tuxpaint.c:18896
msgid "Select 2 or more drawings to turn into an animated GIF."
msgstr ""
#. Descriptions (names) of the color mixer tool's primary colors and shades
-#: ../tuxpaint.c:25112
+#: ../tuxpaint.c:25113
msgid "red"
msgstr ""
-#: ../tuxpaint.c:25113
+#: ../tuxpaint.c:25114
#, fuzzy
#| msgid "Yellow!"
msgid "yellow"
msgstr "Yellow!"
-#: ../tuxpaint.c:25114
+#: ../tuxpaint.c:25115
#, fuzzy
#| msgid "Sky blue!"
msgid "blue"
msgstr "Sky blue!"
-#: ../tuxpaint.c:25115
+#: ../tuxpaint.c:25116
#, fuzzy
#| msgid "White!"
msgid "white"
msgstr "White!"
-#: ../tuxpaint.c:25116
+#: ../tuxpaint.c:25117
msgid "grey"
msgstr ""
-#: ../tuxpaint.c:25117
+#: ../tuxpaint.c:25118
#, fuzzy
#| msgid "Black!"
msgid "black"
msgstr "Black!"
#. 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:25122
+#: ../tuxpaint.c:25123
#, c-format
msgid "Your color is %1$s %2$s."
msgstr ""
-#: ../tuxpaint.c:25123
+#: ../tuxpaint.c:25124
#, c-format
msgid "Your color is %1$s %2$s and %3$s %4$s."
msgstr ""
-#: ../tuxpaint.c:25124
+#: ../tuxpaint.c:25125
#, c-format
msgid "Your color is %1$s %2$s, %3$s %4$s, and %5$s %6$s."
msgstr ""
-#: ../tuxpaint.c:25125
+#: ../tuxpaint.c:25126
#, c-format
msgid "Your color is %1$s %2$s, %3$s %4$s, %5$s %6$s, and %7$s %8$s."
msgstr ""
-#: ../tuxpaint.c:25126
+#: ../tuxpaint.c:25127
#, 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 ""
-#: ../tuxpaint.c:25127
+#: ../tuxpaint.c:25128
#, c-format
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 "
@@ -1551,22 +1551,22 @@ msgid ""
msgstr ""
#. Color mixer; e.g., "Your color is entirely grey."
-#: ../tuxpaint.c:25907 ../tuxpaint.c:25912
+#: ../tuxpaint.c:25908 ../tuxpaint.c:25913
msgid "entirely"
msgstr ""
#. Add "Color Select" color:
-#: ../tuxpaint.c:29087
+#: ../tuxpaint.c:29089
msgid "Select a color from your drawing."
msgstr ""
-#: ../tuxpaint.c:29098
+#: ../tuxpaint.c:29100
msgid ""
"Pick a color. Hues go top to bottom. Saturation/intensity goes left (pale) "
"to right (pure). Value (lightness/darkness): grey bar."
msgstr ""
-#: ../tuxpaint.c:29112
+#: ../tuxpaint.c:29114
msgid ""
"Click the primary colors (red, yellow, and blue), white (to tint), grey (to "
"tone), and black (to shade), to mix together a new color."
@@ -2540,8 +2540,9 @@ msgstr ""
#: ../../magic/src/polyfill.c:32
msgid ""
-"Click multiple times in your picture to create a filled polygon. Click your "
-"starting position to complete the shape."
+"Click multiple times in your picture to create a filled polygon. You may "
+"drag control points to alter the shape. Click the first point to complete "
+"the shape."
msgstr ""
#: ../../magic/src/puzzle.c:112
diff --git a/src/po/eo.po b/src/po/eo.po
index f6cb01d23..34f8571fa 100644
--- a/src/po/eo.po
+++ b/src/po/eo.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: tuxpaint\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2024-04-08 23:25-0700\n"
+"POT-Creation-Date: 2024-04-12 09:23-0700\n"
"PO-Revision-Date: 2014-06-16 16:00+0000\n"
"Last-Translator: Nuno MAGALHÃES \n"
"Language-Team: Esperanto \n"
@@ -974,7 +974,7 @@ msgstr "Nova"
#. Open a saved picture
#. Buttons for the file open dialog
#. Open dialog: 'Open' button, to load the selected picture
-#: ../tools.h:97 ../tuxpaint.c:9697
+#: ../tools.h:97 ../tuxpaint.c:9698
msgid "Open"
msgstr "Malfermi"
@@ -1377,90 +1377,90 @@ msgid "Please wait…"
msgstr "Bonvolu atendi…"
#. Open dialog: 'Erase' button, to erase/deleted the selected picture
-#: ../tuxpaint.c:9700
+#: ../tuxpaint.c:9701
msgid "Erase"
msgstr "Forviŝi"
#. Open dialog: 'Slides' button, to switch to slide show mode
-#: ../tuxpaint.c:9703
+#: ../tuxpaint.c:9704
msgid "Slides"
msgstr "Lumbildoj"
#. Open dialog: 'Template' button, to make a template out of a drawing
-#: ../tuxpaint.c:9706
+#: ../tuxpaint.c:9707
msgid "Template"
msgstr ""
#. Open dialog: 'Export' button, to copy an image to an easily-accessible location
-#: ../tuxpaint.c:9709
+#: ../tuxpaint.c:9710
msgid "Export"
msgstr ""
#. Open dialog: 'Back' button, to dismiss Open dialog without opening a picture
-#: ../tuxpaint.c:9712
+#: ../tuxpaint.c:9713
msgid "Back"
msgstr "Reen"
#. Slideshow: 'Play' button, to begin a slideshow sequence
-#: ../tuxpaint.c:9715
+#: ../tuxpaint.c:9716
msgid "Play"
msgstr "Ludi"
#. Slideshow: 'GIF Export' button, to create an animated GIF
-#: ../tuxpaint.c:9718
+#: ../tuxpaint.c:9719
msgid "GIF Export"
msgstr ""
#. Slideshow: 'Next' button, to load next slide (image)
-#: ../tuxpaint.c:9721
+#: ../tuxpaint.c:9722
msgid "Next"
msgstr "Sekva"
#. Color mixer dialog: 'Clear' button, to reset the mixed color
-#: ../tuxpaint.c:9724
+#: ../tuxpaint.c:9725
msgid "Clear"
msgstr ""
#. Use the localized label string (e.g., "あぁ" in Japanese)
-#: ../tuxpaint.c:10659 ../tuxpaint.c:10662 ../tuxpaint.c:10663
+#: ../tuxpaint.c:10660 ../tuxpaint.c:10663 ../tuxpaint.c:10664
msgid "Aa"
msgstr "Aa"
#. Admittedly stupid way of determining which keys can be used for
#. positive and negative responses in dialogs (e.g., [Y] (for 'yes') in English)
-#: ../tuxpaint.c:14672
+#: ../tuxpaint.c:14673
msgid "Yes"
msgstr "Jes"
-#: ../tuxpaint.c:14676
+#: ../tuxpaint.c:14677
msgid "No"
msgstr "Ne"
#. Prompt to ask whether user wishes to save over old version of their file
-#: ../tuxpaint.c:15948
+#: ../tuxpaint.c:15949
msgid "Replace the picture with your changes?"
msgstr "Ĉu anstataŭigi la bildon per viaj ŝanĝoj?"
#. Positive response to saving over old version
#. (like a 'File:Save' action in other applications)
-#: ../tuxpaint.c:15952
+#: ../tuxpaint.c:15953
msgid "Yes, replace the old one!"
msgstr "Jes, anstataŭigu la malnovan!"
#. Negative response to saving over old version (saves a new image)
#. (like a 'File:Save As...' action in other applications)
-#: ../tuxpaint.c:15956
+#: ../tuxpaint.c:15957
msgid "No, save a new file!"
msgstr "Ne, konservu je nova dosiero!"
-#: ../tuxpaint.c:17224
+#: ../tuxpaint.c:17225
msgid ""
"Choose a picture and then click “Open”, “Export”, “Template“, or “Erase”. "
"Click “Slides” to create a slideshow animation or “Back“ to return to your "
"current picture."
msgstr ""
-#: ../tuxpaint.c:17226
+#: ../tuxpaint.c:17227
msgid ""
"Choose a picture and then click “Open”, “Export”, or “Erase”. Click “Slides” "
"to create a slideshow animation or “Back“ to return to your current picture."
@@ -1469,71 +1469,71 @@ msgstr ""
#. None selected? Too dangerous to automatically select all (like we do for slideshow playback).
#. Only 1 selected? No point in saving as GIF.
#.
-#: ../tuxpaint.c:18895
+#: ../tuxpaint.c:18896
msgid "Select 2 or more drawings to turn into an animated GIF."
msgstr ""
#. Descriptions (names) of the color mixer tool's primary colors and shades
-#: ../tuxpaint.c:25112
+#: ../tuxpaint.c:25113
msgid "red"
msgstr ""
-#: ../tuxpaint.c:25113
+#: ../tuxpaint.c:25114
#, fuzzy
#| msgid "Yellow!"
msgid "yellow"
msgstr "Flava!"
-#: ../tuxpaint.c:25114
+#: ../tuxpaint.c:25115
#, fuzzy
#| msgid "Sky blue!"
msgid "blue"
msgstr "Ĉielblua!"
-#: ../tuxpaint.c:25115
+#: ../tuxpaint.c:25116
#, fuzzy
#| msgid "White!"
msgid "white"
msgstr "Blanka!"
-#: ../tuxpaint.c:25116
+#: ../tuxpaint.c:25117
msgid "grey"
msgstr ""
-#: ../tuxpaint.c:25117
+#: ../tuxpaint.c:25118
#, fuzzy
#| msgid "Black!"
msgid "black"
msgstr "Nigra!"
#. 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:25122
+#: ../tuxpaint.c:25123
#, c-format
msgid "Your color is %1$s %2$s."
msgstr ""
-#: ../tuxpaint.c:25123
+#: ../tuxpaint.c:25124
#, c-format
msgid "Your color is %1$s %2$s and %3$s %4$s."
msgstr ""
-#: ../tuxpaint.c:25124
+#: ../tuxpaint.c:25125
#, c-format
msgid "Your color is %1$s %2$s, %3$s %4$s, and %5$s %6$s."
msgstr ""
-#: ../tuxpaint.c:25125
+#: ../tuxpaint.c:25126
#, c-format
msgid "Your color is %1$s %2$s, %3$s %4$s, %5$s %6$s, and %7$s %8$s."
msgstr ""
-#: ../tuxpaint.c:25126
+#: ../tuxpaint.c:25127
#, 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 ""
-#: ../tuxpaint.c:25127
+#: ../tuxpaint.c:25128
#, c-format
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 "
@@ -1541,22 +1541,22 @@ msgid ""
msgstr ""
#. Color mixer; e.g., "Your color is entirely grey."
-#: ../tuxpaint.c:25907 ../tuxpaint.c:25912
+#: ../tuxpaint.c:25908 ../tuxpaint.c:25913
msgid "entirely"
msgstr ""
#. Add "Color Select" color:
-#: ../tuxpaint.c:29087
+#: ../tuxpaint.c:29089
msgid "Select a color from your drawing."
msgstr ""
-#: ../tuxpaint.c:29098
+#: ../tuxpaint.c:29100
msgid ""
"Pick a color. Hues go top to bottom. Saturation/intensity goes left (pale) "
"to right (pure). Value (lightness/darkness): grey bar."
msgstr ""
-#: ../tuxpaint.c:29112
+#: ../tuxpaint.c:29114
msgid ""
"Click the primary colors (red, yellow, and blue), white (to tint), grey (to "
"tone), and black (to shade), to mix together a new color."
@@ -2588,8 +2588,9 @@ msgstr ""
#: ../../magic/src/polyfill.c:32
msgid ""
-"Click multiple times in your picture to create a filled polygon. Click your "
-"starting position to complete the shape."
+"Click multiple times in your picture to create a filled polygon. You may "
+"drag control points to alter the shape. Click the first point to complete "
+"the shape."
msgstr ""
#: ../../magic/src/puzzle.c:112
diff --git a/src/po/es.po b/src/po/es.po
index d2a1ada11..d9ea9a84d 100644
--- a/src/po/es.po
+++ b/src/po/es.po
@@ -29,7 +29,7 @@ msgid ""
msgstr ""
"Project-Id-Version: tuxpaint\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2024-04-08 23:25-0700\n"
+"POT-Creation-Date: 2024-04-12 09:23-0700\n"
"PO-Revision-Date: 2017-12-18 20:31-0300\n"
"Last-Translator: Matías Bellone \n"
"Language-Team: none\n"
@@ -998,7 +998,7 @@ msgstr "Nuevo"
#. Open a saved picture
#. Buttons for the file open dialog
#. Open dialog: 'Open' button, to load the selected picture
-#: ../tools.h:97 ../tuxpaint.c:9697
+#: ../tools.h:97 ../tuxpaint.c:9698
msgid "Open"
msgstr "Abrir"
@@ -1415,90 +1415,90 @@ msgid "Please wait…"
msgstr "Espera…"
#. Open dialog: 'Erase' button, to erase/deleted the selected picture
-#: ../tuxpaint.c:9700
+#: ../tuxpaint.c:9701
msgid "Erase"
msgstr "Borrar"
#. Open dialog: 'Slides' button, to switch to slide show mode
-#: ../tuxpaint.c:9703
+#: ../tuxpaint.c:9704
msgid "Slides"
msgstr "Diapositivas"
#. Open dialog: 'Template' button, to make a template out of a drawing
-#: ../tuxpaint.c:9706
+#: ../tuxpaint.c:9707
msgid "Template"
msgstr ""
#. Open dialog: 'Export' button, to copy an image to an easily-accessible location
-#: ../tuxpaint.c:9709
+#: ../tuxpaint.c:9710
msgid "Export"
msgstr ""
#. Open dialog: 'Back' button, to dismiss Open dialog without opening a picture
-#: ../tuxpaint.c:9712
+#: ../tuxpaint.c:9713
msgid "Back"
msgstr "Atrás"
#. Slideshow: 'Play' button, to begin a slideshow sequence
-#: ../tuxpaint.c:9715
+#: ../tuxpaint.c:9716
msgid "Play"
msgstr "Reproducir"
#. Slideshow: 'GIF Export' button, to create an animated GIF
-#: ../tuxpaint.c:9718
+#: ../tuxpaint.c:9719
msgid "GIF Export"
msgstr ""
#. Slideshow: 'Next' button, to load next slide (image)
-#: ../tuxpaint.c:9721
+#: ../tuxpaint.c:9722
msgid "Next"
msgstr "Siguiente"
#. Color mixer dialog: 'Clear' button, to reset the mixed color
-#: ../tuxpaint.c:9724
+#: ../tuxpaint.c:9725
msgid "Clear"
msgstr ""
#. Use the localized label string (e.g., "あぁ" in Japanese)
-#: ../tuxpaint.c:10659 ../tuxpaint.c:10662 ../tuxpaint.c:10663
+#: ../tuxpaint.c:10660 ../tuxpaint.c:10663 ../tuxpaint.c:10664
msgid "Aa"
msgstr "Aa"
#. Admittedly stupid way of determining which keys can be used for
#. positive and negative responses in dialogs (e.g., [Y] (for 'yes') in English)
-#: ../tuxpaint.c:14672
+#: ../tuxpaint.c:14673
msgid "Yes"
msgstr "Sí"
-#: ../tuxpaint.c:14676
+#: ../tuxpaint.c:14677
msgid "No"
msgstr "No"
#. Prompt to ask whether user wishes to save over old version of their file
-#: ../tuxpaint.c:15948
+#: ../tuxpaint.c:15949
msgid "Replace the picture with your changes?"
msgstr "¿Quieres reemplazar el dibujo con tus cambios?"
#. Positive response to saving over old version
#. (like a 'File:Save' action in other applications)
-#: ../tuxpaint.c:15952
+#: ../tuxpaint.c:15953
msgid "Yes, replace the old one!"
msgstr "¡Sí, reemplázalo!"
#. Negative response to saving over old version (saves a new image)
#. (like a 'File:Save As...' action in other applications)
-#: ../tuxpaint.c:15956
+#: ../tuxpaint.c:15957
msgid "No, save a new file!"
msgstr "¡No, guarda un documento nuevo!"
-#: ../tuxpaint.c:17224
+#: ../tuxpaint.c:17225
msgid ""
"Choose a picture and then click “Open”, “Export”, “Template“, or “Erase”. "
"Click “Slides” to create a slideshow animation or “Back“ to return to your "
"current picture."
msgstr ""
-#: ../tuxpaint.c:17226
+#: ../tuxpaint.c:17227
msgid ""
"Choose a picture and then click “Open”, “Export”, or “Erase”. Click “Slides” "
"to create a slideshow animation or “Back“ to return to your current picture."
@@ -1507,71 +1507,71 @@ msgstr ""
#. None selected? Too dangerous to automatically select all (like we do for slideshow playback).
#. Only 1 selected? No point in saving as GIF.
#.
-#: ../tuxpaint.c:18895
+#: ../tuxpaint.c:18896
msgid "Select 2 or more drawings to turn into an animated GIF."
msgstr ""
#. Descriptions (names) of the color mixer tool's primary colors and shades
-#: ../tuxpaint.c:25112
+#: ../tuxpaint.c:25113
msgid "red"
msgstr ""
-#: ../tuxpaint.c:25113
+#: ../tuxpaint.c:25114
#, fuzzy
#| msgid "Yellow!"
msgid "yellow"
msgstr "¡Amarillo!"
-#: ../tuxpaint.c:25114
+#: ../tuxpaint.c:25115
#, fuzzy
#| msgid "Sky blue!"
msgid "blue"
msgstr "¡Celeste!"
-#: ../tuxpaint.c:25115
+#: ../tuxpaint.c:25116
#, fuzzy
#| msgid "White!"
msgid "white"
msgstr "¡Blanco!"
-#: ../tuxpaint.c:25116
+#: ../tuxpaint.c:25117
msgid "grey"
msgstr ""
-#: ../tuxpaint.c:25117
+#: ../tuxpaint.c:25118
#, fuzzy
#| msgid "Black!"
msgid "black"
msgstr "¡Negro!"
#. 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:25122
+#: ../tuxpaint.c:25123
#, c-format
msgid "Your color is %1$s %2$s."
msgstr ""
-#: ../tuxpaint.c:25123
+#: ../tuxpaint.c:25124
#, c-format
msgid "Your color is %1$s %2$s and %3$s %4$s."
msgstr ""
-#: ../tuxpaint.c:25124
+#: ../tuxpaint.c:25125
#, c-format
msgid "Your color is %1$s %2$s, %3$s %4$s, and %5$s %6$s."
msgstr ""
-#: ../tuxpaint.c:25125
+#: ../tuxpaint.c:25126
#, c-format
msgid "Your color is %1$s %2$s, %3$s %4$s, %5$s %6$s, and %7$s %8$s."
msgstr ""
-#: ../tuxpaint.c:25126
+#: ../tuxpaint.c:25127
#, 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 ""
-#: ../tuxpaint.c:25127
+#: ../tuxpaint.c:25128
#, c-format
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 "
@@ -1579,22 +1579,22 @@ msgid ""
msgstr ""
#. Color mixer; e.g., "Your color is entirely grey."
-#: ../tuxpaint.c:25907 ../tuxpaint.c:25912
+#: ../tuxpaint.c:25908 ../tuxpaint.c:25913
msgid "entirely"
msgstr ""
#. Add "Color Select" color:
-#: ../tuxpaint.c:29087
+#: ../tuxpaint.c:29089
msgid "Select a color from your drawing."
msgstr "Elige un color de tu dibujo."
-#: ../tuxpaint.c:29098
+#: ../tuxpaint.c:29100
msgid ""
"Pick a color. Hues go top to bottom. Saturation/intensity goes left (pale) "
"to right (pure). Value (lightness/darkness): grey bar."
msgstr ""
-#: ../tuxpaint.c:29112
+#: ../tuxpaint.c:29114
msgid ""
"Click the primary colors (red, yellow, and blue), white (to tint), grey (to "
"tone), and black (to shade), to mix together a new color."
@@ -2611,8 +2611,9 @@ msgstr ""
#: ../../magic/src/polyfill.c:32
msgid ""
-"Click multiple times in your picture to create a filled polygon. Click your "
-"starting position to complete the shape."
+"Click multiple times in your picture to create a filled polygon. You may "
+"drag control points to alter the shape. Click the first point to complete "
+"the shape."
msgstr ""
#: ../../magic/src/puzzle.c:112
diff --git a/src/po/es_MX.po b/src/po/es_MX.po
index e07ff02d8..d1869baaf 100644
--- a/src/po/es_MX.po
+++ b/src/po/es_MX.po
@@ -2,7 +2,7 @@ msgid ""
msgstr ""
"Project-Id-Version: TuxPaint 0.9.2\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2024-04-08 23:25-0700\n"
+"POT-Creation-Date: 2024-04-12 09:23-0700\n"
"PO-Revision-Date: 2007-08-05 19:22-0400\n"
"Last-Translator: Ignacio Tike \n"
"Language-Team: Español \n"
@@ -972,7 +972,7 @@ msgstr "Nuevo"
#. Open a saved picture
#. Buttons for the file open dialog
#. Open dialog: 'Open' button, to load the selected picture
-#: ../tools.h:97 ../tuxpaint.c:9697
+#: ../tools.h:97 ../tuxpaint.c:9698
msgid "Open"
msgstr "Abrir"
@@ -1386,90 +1386,90 @@ msgid "Please wait…"
msgstr "Espera, por favor..."
#. Open dialog: 'Erase' button, to erase/deleted the selected picture
-#: ../tuxpaint.c:9700
+#: ../tuxpaint.c:9701
msgid "Erase"
msgstr "Borrar"
#. Open dialog: 'Slides' button, to switch to slide show mode
-#: ../tuxpaint.c:9703
+#: ../tuxpaint.c:9704
msgid "Slides"
msgstr "Diapositivas"
#. Open dialog: 'Template' button, to make a template out of a drawing
-#: ../tuxpaint.c:9706
+#: ../tuxpaint.c:9707
msgid "Template"
msgstr ""
#. Open dialog: 'Export' button, to copy an image to an easily-accessible location
-#: ../tuxpaint.c:9709
+#: ../tuxpaint.c:9710
msgid "Export"
msgstr ""
#. Open dialog: 'Back' button, to dismiss Open dialog without opening a picture
-#: ../tuxpaint.c:9712
+#: ../tuxpaint.c:9713
msgid "Back"
msgstr "Atrás"
#. Slideshow: 'Play' button, to begin a slideshow sequence
-#: ../tuxpaint.c:9715
+#: ../tuxpaint.c:9716
msgid "Play"
msgstr "Reproducir"
#. Slideshow: 'GIF Export' button, to create an animated GIF
-#: ../tuxpaint.c:9718
+#: ../tuxpaint.c:9719
msgid "GIF Export"
msgstr ""
#. Slideshow: 'Next' button, to load next slide (image)
-#: ../tuxpaint.c:9721
+#: ../tuxpaint.c:9722
msgid "Next"
msgstr "Siguiente"
#. Color mixer dialog: 'Clear' button, to reset the mixed color
-#: ../tuxpaint.c:9724
+#: ../tuxpaint.c:9725
msgid "Clear"
msgstr ""
#. Use the localized label string (e.g., "あぁ" in Japanese)
-#: ../tuxpaint.c:10659 ../tuxpaint.c:10662 ../tuxpaint.c:10663
+#: ../tuxpaint.c:10660 ../tuxpaint.c:10663 ../tuxpaint.c:10664
msgid "Aa"
msgstr "Aa"
#. Admittedly stupid way of determining which keys can be used for
#. positive and negative responses in dialogs (e.g., [Y] (for 'yes') in English)
-#: ../tuxpaint.c:14672
+#: ../tuxpaint.c:14673
msgid "Yes"
msgstr "Sí"
-#: ../tuxpaint.c:14676
+#: ../tuxpaint.c:14677
msgid "No"
msgstr "No"
#. Prompt to ask whether user wishes to save over old version of their file
-#: ../tuxpaint.c:15948
+#: ../tuxpaint.c:15949
msgid "Replace the picture with your changes?"
msgstr "¿Reemplazar la imagen con tus cambios?"
#. Positive response to saving over old version
#. (like a 'File:Save' action in other applications)
-#: ../tuxpaint.c:15952
+#: ../tuxpaint.c:15953
msgid "Yes, replace the old one!"
msgstr "¡Sí, reemplaza la anterior!"
#. Negative response to saving over old version (saves a new image)
#. (like a 'File:Save As...' action in other applications)
-#: ../tuxpaint.c:15956
+#: ../tuxpaint.c:15957
msgid "No, save a new file!"
msgstr "¡No, guardar en un nuevo archivo!"
-#: ../tuxpaint.c:17224
+#: ../tuxpaint.c:17225
msgid ""
"Choose a picture and then click “Open”, “Export”, “Template“, or “Erase”. "
"Click “Slides” to create a slideshow animation or “Back“ to return to your "
"current picture."
msgstr ""
-#: ../tuxpaint.c:17226
+#: ../tuxpaint.c:17227
msgid ""
"Choose a picture and then click “Open”, “Export”, or “Erase”. Click “Slides” "
"to create a slideshow animation or “Back“ to return to your current picture."
@@ -1478,71 +1478,71 @@ msgstr ""
#. None selected? Too dangerous to automatically select all (like we do for slideshow playback).
#. Only 1 selected? No point in saving as GIF.
#.
-#: ../tuxpaint.c:18895
+#: ../tuxpaint.c:18896
msgid "Select 2 or more drawings to turn into an animated GIF."
msgstr ""
#. Descriptions (names) of the color mixer tool's primary colors and shades
-#: ../tuxpaint.c:25112
+#: ../tuxpaint.c:25113
msgid "red"
msgstr ""
-#: ../tuxpaint.c:25113
+#: ../tuxpaint.c:25114
#, fuzzy
#| msgid "Yellow!"
msgid "yellow"
msgstr "¡Amarillo!"
-#: ../tuxpaint.c:25114
+#: ../tuxpaint.c:25115
#, fuzzy
#| msgid "Sky blue!"
msgid "blue"
msgstr "¡Azul Cielo!"
-#: ../tuxpaint.c:25115
+#: ../tuxpaint.c:25116
#, fuzzy
#| msgid "White!"
msgid "white"
msgstr "¡Blanco!"
-#: ../tuxpaint.c:25116
+#: ../tuxpaint.c:25117
msgid "grey"
msgstr ""
-#: ../tuxpaint.c:25117
+#: ../tuxpaint.c:25118
#, fuzzy
#| msgid "Black!"
msgid "black"
msgstr "¡Negro!"
#. 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:25122
+#: ../tuxpaint.c:25123
#, c-format
msgid "Your color is %1$s %2$s."
msgstr ""
-#: ../tuxpaint.c:25123
+#: ../tuxpaint.c:25124
#, c-format
msgid "Your color is %1$s %2$s and %3$s %4$s."
msgstr ""
-#: ../tuxpaint.c:25124
+#: ../tuxpaint.c:25125
#, c-format
msgid "Your color is %1$s %2$s, %3$s %4$s, and %5$s %6$s."
msgstr ""
-#: ../tuxpaint.c:25125
+#: ../tuxpaint.c:25126
#, c-format
msgid "Your color is %1$s %2$s, %3$s %4$s, %5$s %6$s, and %7$s %8$s."
msgstr ""
-#: ../tuxpaint.c:25126
+#: ../tuxpaint.c:25127
#, 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 ""
-#: ../tuxpaint.c:25127
+#: ../tuxpaint.c:25128
#, c-format
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 "
@@ -1550,22 +1550,22 @@ msgid ""
msgstr ""
#. Color mixer; e.g., "Your color is entirely grey."
-#: ../tuxpaint.c:25907 ../tuxpaint.c:25912
+#: ../tuxpaint.c:25908 ../tuxpaint.c:25913
msgid "entirely"
msgstr ""
#. Add "Color Select" color:
-#: ../tuxpaint.c:29087
+#: ../tuxpaint.c:29089
msgid "Select a color from your drawing."
msgstr ""
-#: ../tuxpaint.c:29098
+#: ../tuxpaint.c:29100
msgid ""
"Pick a color. Hues go top to bottom. Saturation/intensity goes left (pale) "
"to right (pure). Value (lightness/darkness): grey bar."
msgstr ""
-#: ../tuxpaint.c:29112
+#: ../tuxpaint.c:29114
msgid ""
"Click the primary colors (red, yellow, and blue), white (to tint), grey (to "
"tone), and black (to shade), to mix together a new color."
@@ -2585,8 +2585,9 @@ msgstr ""
#: ../../magic/src/polyfill.c:32
msgid ""
-"Click multiple times in your picture to create a filled polygon. Click your "
-"starting position to complete the shape."
+"Click multiple times in your picture to create a filled polygon. You may "
+"drag control points to alter the shape. Click the first point to complete "
+"the shape."
msgstr ""
#: ../../magic/src/puzzle.c:112
diff --git a/src/po/et.po b/src/po/et.po
index 65de69a70..7629bc7b1 100644
--- a/src/po/et.po
+++ b/src/po/et.po
@@ -11,7 +11,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Tux Paint\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2024-04-08 23:25-0700\n"
+"POT-Creation-Date: 2024-04-12 09:23-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/"
@@ -979,7 +979,7 @@ msgstr "Uus"
#. Open a saved picture
#. Buttons for the file open dialog
#. Open dialog: 'Open' button, to load the selected picture
-#: ../tools.h:97 ../tuxpaint.c:9697
+#: ../tools.h:97 ../tuxpaint.c:9698
msgid "Open"
msgstr "Ava"
@@ -1374,90 +1374,90 @@ msgid "Please wait…"
msgstr "Palun oota..."
#. Open dialog: 'Erase' button, to erase/deleted the selected picture
-#: ../tuxpaint.c:9700
+#: ../tuxpaint.c:9701
msgid "Erase"
msgstr "Kustuta"
#. Open dialog: 'Slides' button, to switch to slide show mode
-#: ../tuxpaint.c:9703
+#: ../tuxpaint.c:9704
msgid "Slides"
msgstr "Slaidid"
#. Open dialog: 'Template' button, to make a template out of a drawing
-#: ../tuxpaint.c:9706
+#: ../tuxpaint.c:9707
msgid "Template"
msgstr ""
#. Open dialog: 'Export' button, to copy an image to an easily-accessible location
-#: ../tuxpaint.c:9709
+#: ../tuxpaint.c:9710
msgid "Export"
msgstr ""
#. Open dialog: 'Back' button, to dismiss Open dialog without opening a picture
-#: ../tuxpaint.c:9712
+#: ../tuxpaint.c:9713
msgid "Back"
msgstr "Tagasi"
#. Slideshow: 'Play' button, to begin a slideshow sequence
-#: ../tuxpaint.c:9715
+#: ../tuxpaint.c:9716
msgid "Play"
msgstr "Esita"
#. Slideshow: 'GIF Export' button, to create an animated GIF
-#: ../tuxpaint.c:9718
+#: ../tuxpaint.c:9719
msgid "GIF Export"
msgstr ""
#. Slideshow: 'Next' button, to load next slide (image)
-#: ../tuxpaint.c:9721
+#: ../tuxpaint.c:9722
msgid "Next"
msgstr "Edasi"
#. Color mixer dialog: 'Clear' button, to reset the mixed color
-#: ../tuxpaint.c:9724
+#: ../tuxpaint.c:9725
msgid "Clear"
msgstr ""
#. Use the localized label string (e.g., "あぁ" in Japanese)
-#: ../tuxpaint.c:10659 ../tuxpaint.c:10662 ../tuxpaint.c:10663
+#: ../tuxpaint.c:10660 ../tuxpaint.c:10663 ../tuxpaint.c:10664
msgid "Aa"
msgstr "Aa"
#. Admittedly stupid way of determining which keys can be used for
#. positive and negative responses in dialogs (e.g., [Y] (for 'yes') in English)
-#: ../tuxpaint.c:14672
+#: ../tuxpaint.c:14673
msgid "Yes"
msgstr "Jah"
-#: ../tuxpaint.c:14676
+#: ../tuxpaint.c:14677
msgid "No"
msgstr "Ei"
#. Prompt to ask whether user wishes to save over old version of their file
-#: ../tuxpaint.c:15948
+#: ../tuxpaint.c:15949
msgid "Replace the picture with your changes?"
msgstr "Asenda pilt tehtud muudatustega?"
#. Positive response to saving over old version
#. (like a 'File:Save' action in other applications)
-#: ../tuxpaint.c:15952
+#: ../tuxpaint.c:15953
msgid "Yes, replace the old one!"
msgstr "Jah, vaheta vana pilt välja!"
#. Negative response to saving over old version (saves a new image)
#. (like a 'File:Save As...' action in other applications)
-#: ../tuxpaint.c:15956
+#: ../tuxpaint.c:15957
msgid "No, save a new file!"
msgstr "Ei, salvestame uude faili!"
-#: ../tuxpaint.c:17224
+#: ../tuxpaint.c:17225
msgid ""
"Choose a picture and then click “Open”, “Export”, “Template“, or “Erase”. "
"Click “Slides” to create a slideshow animation or “Back“ to return to your "
"current picture."
msgstr ""
-#: ../tuxpaint.c:17226
+#: ../tuxpaint.c:17227
msgid ""
"Choose a picture and then click “Open”, “Export”, or “Erase”. Click “Slides” "
"to create a slideshow animation or “Back“ to return to your current picture."
@@ -1466,71 +1466,71 @@ msgstr ""
#. None selected? Too dangerous to automatically select all (like we do for slideshow playback).
#. Only 1 selected? No point in saving as GIF.
#.
-#: ../tuxpaint.c:18895
+#: ../tuxpaint.c:18896
msgid "Select 2 or more drawings to turn into an animated GIF."
msgstr ""
#. Descriptions (names) of the color mixer tool's primary colors and shades
-#: ../tuxpaint.c:25112
+#: ../tuxpaint.c:25113
msgid "red"
msgstr ""
-#: ../tuxpaint.c:25113
+#: ../tuxpaint.c:25114
#, fuzzy
#| msgid "Yellow!"
msgid "yellow"
msgstr "Kollane!"
-#: ../tuxpaint.c:25114
+#: ../tuxpaint.c:25115
#, fuzzy
#| msgid "Sky blue!"
msgid "blue"
msgstr "Taevassinine!"
-#: ../tuxpaint.c:25115
+#: ../tuxpaint.c:25116
#, fuzzy
#| msgid "White!"
msgid "white"
msgstr "Valge!"
-#: ../tuxpaint.c:25116
+#: ../tuxpaint.c:25117
msgid "grey"
msgstr ""
-#: ../tuxpaint.c:25117
+#: ../tuxpaint.c:25118
#, fuzzy
#| msgid "Black!"
msgid "black"
msgstr "Must!"
#. 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:25122
+#: ../tuxpaint.c:25123
#, c-format
msgid "Your color is %1$s %2$s."
msgstr ""
-#: ../tuxpaint.c:25123
+#: ../tuxpaint.c:25124
#, c-format
msgid "Your color is %1$s %2$s and %3$s %4$s."
msgstr ""
-#: ../tuxpaint.c:25124
+#: ../tuxpaint.c:25125
#, c-format
msgid "Your color is %1$s %2$s, %3$s %4$s, and %5$s %6$s."
msgstr ""
-#: ../tuxpaint.c:25125
+#: ../tuxpaint.c:25126
#, c-format
msgid "Your color is %1$s %2$s, %3$s %4$s, %5$s %6$s, and %7$s %8$s."
msgstr ""
-#: ../tuxpaint.c:25126
+#: ../tuxpaint.c:25127
#, 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 ""
-#: ../tuxpaint.c:25127
+#: ../tuxpaint.c:25128
#, c-format
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 "
@@ -1538,22 +1538,22 @@ msgid ""
msgstr ""
#. Color mixer; e.g., "Your color is entirely grey."
-#: ../tuxpaint.c:25907 ../tuxpaint.c:25912
+#: ../tuxpaint.c:25908 ../tuxpaint.c:25913
msgid "entirely"
msgstr ""
#. Add "Color Select" color:
-#: ../tuxpaint.c:29087
+#: ../tuxpaint.c:29089
msgid "Select a color from your drawing."
msgstr ""
-#: ../tuxpaint.c:29098
+#: ../tuxpaint.c:29100
msgid ""
"Pick a color. Hues go top to bottom. Saturation/intensity goes left (pale) "
"to right (pure). Value (lightness/darkness): grey bar."
msgstr ""
-#: ../tuxpaint.c:29112
+#: ../tuxpaint.c:29114
msgid ""
"Click the primary colors (red, yellow, and blue), white (to tint), grey (to "
"tone), and black (to shade), to mix together a new color."
@@ -2571,8 +2571,9 @@ msgstr ""
#: ../../magic/src/polyfill.c:32
msgid ""
-"Click multiple times in your picture to create a filled polygon. Click your "
-"starting position to complete the shape."
+"Click multiple times in your picture to create a filled polygon. You may "
+"drag control points to alter the shape. Click the first point to complete "
+"the shape."
msgstr ""
#: ../../magic/src/puzzle.c:112
diff --git a/src/po/eu.po b/src/po/eu.po
index 765ddc74e..c7e307135 100644
--- a/src/po/eu.po
+++ b/src/po/eu.po
@@ -10,7 +10,7 @@ msgid ""
msgstr ""
"Project-Id-Version: eu\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2024-04-08 23:25-0700\n"
+"POT-Creation-Date: 2024-04-12 09:23-0700\n"
"PO-Revision-Date: 2020-07-30 16:43+0200\n"
"Last-Translator: Alexander Gabilondo \n"
"Language-Team: librezale@librezale.org\n"
@@ -978,7 +978,7 @@ msgstr "Berria"
#. Open a saved picture
#. Buttons for the file open dialog
#. Open dialog: 'Open' button, to load the selected picture
-#: ../tools.h:97 ../tuxpaint.c:9697
+#: ../tools.h:97 ../tuxpaint.c:9698
msgid "Open"
msgstr "Ireki"
@@ -1396,90 +1396,90 @@ msgid "Please wait…"
msgstr "Itxaron, mesedez…"
#. Open dialog: 'Erase' button, to erase/deleted the selected picture
-#: ../tuxpaint.c:9700
+#: ../tuxpaint.c:9701
msgid "Erase"
msgstr "Ezabatu"
#. Open dialog: 'Slides' button, to switch to slide show mode
-#: ../tuxpaint.c:9703
+#: ../tuxpaint.c:9704
msgid "Slides"
msgstr "Diapositibak"
#. Open dialog: 'Template' button, to make a template out of a drawing
-#: ../tuxpaint.c:9706
+#: ../tuxpaint.c:9707
msgid "Template"
msgstr ""
#. Open dialog: 'Export' button, to copy an image to an easily-accessible location
-#: ../tuxpaint.c:9709
+#: ../tuxpaint.c:9710
msgid "Export"
msgstr "Esportatu"
#. Open dialog: 'Back' button, to dismiss Open dialog without opening a picture
-#: ../tuxpaint.c:9712
+#: ../tuxpaint.c:9713
msgid "Back"
msgstr "Atzera"
#. Slideshow: 'Play' button, to begin a slideshow sequence
-#: ../tuxpaint.c:9715
+#: ../tuxpaint.c:9716
msgid "Play"
msgstr "Hasi"
#. Slideshow: 'GIF Export' button, to create an animated GIF
-#: ../tuxpaint.c:9718
+#: ../tuxpaint.c:9719
msgid "GIF Export"
msgstr "Esportatu GIF gisa"
#. Slideshow: 'Next' button, to load next slide (image)
-#: ../tuxpaint.c:9721
+#: ../tuxpaint.c:9722
msgid "Next"
msgstr "Hurrengoa"
#. Color mixer dialog: 'Clear' button, to reset the mixed color
-#: ../tuxpaint.c:9724
+#: ../tuxpaint.c:9725
msgid "Clear"
msgstr ""
#. Use the localized label string (e.g., "あぁ" in Japanese)
-#: ../tuxpaint.c:10659 ../tuxpaint.c:10662 ../tuxpaint.c:10663
+#: ../tuxpaint.c:10660 ../tuxpaint.c:10663 ../tuxpaint.c:10664
msgid "Aa"
msgstr "Aa"
#. Admittedly stupid way of determining which keys can be used for
#. positive and negative responses in dialogs (e.g., [Y] (for 'yes') in English)
-#: ../tuxpaint.c:14672
+#: ../tuxpaint.c:14673
msgid "Yes"
msgstr "Bai"
-#: ../tuxpaint.c:14676
+#: ../tuxpaint.c:14677
msgid "No"
msgstr "Ez"
#. Prompt to ask whether user wishes to save over old version of their file
-#: ../tuxpaint.c:15948
+#: ../tuxpaint.c:15949
msgid "Replace the picture with your changes?"
msgstr "Ordeztu irudia zure aldaketa berriekin?"
#. Positive response to saving over old version
#. (like a 'File:Save' action in other applications)
-#: ../tuxpaint.c:15952
+#: ../tuxpaint.c:15953
msgid "Yes, replace the old one!"
msgstr "Bai, zaharra ordeztu!"
#. Negative response to saving over old version (saves a new image)
#. (like a 'File:Save As...' action in other applications)
-#: ../tuxpaint.c:15956
+#: ../tuxpaint.c:15957
msgid "No, save a new file!"
msgstr "Ez, artxibo berria gorde!"
-#: ../tuxpaint.c:17224
+#: ../tuxpaint.c:17225
msgid ""
"Choose a picture and then click “Open”, “Export”, “Template“, or “Erase”. "
"Click “Slides” to create a slideshow animation or “Back“ to return to your "
"current picture."
msgstr ""
-#: ../tuxpaint.c:17226
+#: ../tuxpaint.c:17227
msgid ""
"Choose a picture and then click “Open”, “Export”, or “Erase”. Click “Slides” "
"to create a slideshow animation or “Back“ to return to your current picture."
@@ -1488,71 +1488,71 @@ msgstr ""
#. None selected? Too dangerous to automatically select all (like we do for slideshow playback).
#. Only 1 selected? No point in saving as GIF.
#.
-#: ../tuxpaint.c:18895
+#: ../tuxpaint.c:18896
msgid "Select 2 or more drawings to turn into an animated GIF."
msgstr "Hautatu 2 marrazki edo gehiago GIF animatua bihurtzeko."
#. Descriptions (names) of the color mixer tool's primary colors and shades
-#: ../tuxpaint.c:25112
+#: ../tuxpaint.c:25113
msgid "red"
msgstr ""
-#: ../tuxpaint.c:25113
+#: ../tuxpaint.c:25114
#, fuzzy
#| msgid "Yellow!"
msgid "yellow"
msgstr "Horia!"
-#: ../tuxpaint.c:25114
+#: ../tuxpaint.c:25115
#, fuzzy
#| msgid "Sky blue!"
msgid "blue"
msgstr "Urdin argia!"
-#: ../tuxpaint.c:25115
+#: ../tuxpaint.c:25116
#, fuzzy
#| msgid "White!"
msgid "white"
msgstr "Zuria!"
-#: ../tuxpaint.c:25116
+#: ../tuxpaint.c:25117
msgid "grey"
msgstr ""
-#: ../tuxpaint.c:25117
+#: ../tuxpaint.c:25118
#, fuzzy
#| msgid "Black!"
msgid "black"
msgstr "Beltza!"
#. 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:25122
+#: ../tuxpaint.c:25123
#, c-format
msgid "Your color is %1$s %2$s."
msgstr ""
-#: ../tuxpaint.c:25123
+#: ../tuxpaint.c:25124
#, c-format
msgid "Your color is %1$s %2$s and %3$s %4$s."
msgstr ""
-#: ../tuxpaint.c:25124
+#: ../tuxpaint.c:25125
#, c-format
msgid "Your color is %1$s %2$s, %3$s %4$s, and %5$s %6$s."
msgstr ""
-#: ../tuxpaint.c:25125
+#: ../tuxpaint.c:25126
#, c-format
msgid "Your color is %1$s %2$s, %3$s %4$s, %5$s %6$s, and %7$s %8$s."
msgstr ""
-#: ../tuxpaint.c:25126
+#: ../tuxpaint.c:25127
#, 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 ""
-#: ../tuxpaint.c:25127
+#: ../tuxpaint.c:25128
#, c-format
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 "
@@ -1560,22 +1560,22 @@ msgid ""
msgstr ""
#. Color mixer; e.g., "Your color is entirely grey."
-#: ../tuxpaint.c:25907 ../tuxpaint.c:25912
+#: ../tuxpaint.c:25908 ../tuxpaint.c:25913
msgid "entirely"
msgstr ""
#. Add "Color Select" color:
-#: ../tuxpaint.c:29087
+#: ../tuxpaint.c:29089
msgid "Select a color from your drawing."
msgstr "Hautatu zure marrazkiaren kolore bat."
-#: ../tuxpaint.c:29098
+#: ../tuxpaint.c:29100
msgid ""
"Pick a color. Hues go top to bottom. Saturation/intensity goes left (pale) "
"to right (pure). Value (lightness/darkness): grey bar."
msgstr ""
-#: ../tuxpaint.c:29112
+#: ../tuxpaint.c:29114
msgid ""
"Click the primary colors (red, yellow, and blue), white (to tint), grey (to "
"tone), and black (to shade), to mix together a new color."
@@ -2583,8 +2583,9 @@ msgstr ""
#: ../../magic/src/polyfill.c:32
msgid ""
-"Click multiple times in your picture to create a filled polygon. Click your "
-"starting position to complete the shape."
+"Click multiple times in your picture to create a filled polygon. You may "
+"drag control points to alter the shape. Click the first point to complete "
+"the shape."
msgstr ""
#: ../../magic/src/puzzle.c:112
diff --git a/src/po/fa.po b/src/po/fa.po
index 959c0e317..fe4410dc9 100644
--- a/src/po/fa.po
+++ b/src/po/fa.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: tuxpaint\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2024-04-08 23:25-0700\n"
+"POT-Creation-Date: 2024-04-12 09:23-0700\n"
"PO-Revision-Date: 2014-11-09 21:17+0330\n"
"Last-Translator: snima \n"
"Language-Team: farsi \n"
@@ -977,7 +977,7 @@ msgstr "جدید"
#. Open a saved picture
#. Buttons for the file open dialog
#. Open dialog: 'Open' button, to load the selected picture
-#: ../tools.h:97 ../tuxpaint.c:9697
+#: ../tools.h:97 ../tuxpaint.c:9698
msgid "Open"
msgstr "باز کردن"
@@ -1400,90 +1400,90 @@ msgid "Please wait…"
msgstr "لطفاً کمی صبر کن"
#. Open dialog: 'Erase' button, to erase/deleted the selected picture
-#: ../tuxpaint.c:9700
+#: ../tuxpaint.c:9701
msgid "Erase"
msgstr "پاك كردن"
#. Open dialog: 'Slides' button, to switch to slide show mode
-#: ../tuxpaint.c:9703
+#: ../tuxpaint.c:9704
msgid "Slides"
msgstr "اسلاید"
#. Open dialog: 'Template' button, to make a template out of a drawing
-#: ../tuxpaint.c:9706
+#: ../tuxpaint.c:9707
msgid "Template"
msgstr ""
#. Open dialog: 'Export' button, to copy an image to an easily-accessible location
-#: ../tuxpaint.c:9709
+#: ../tuxpaint.c:9710
msgid "Export"
msgstr ""
#. Open dialog: 'Back' button, to dismiss Open dialog without opening a picture
-#: ../tuxpaint.c:9712
+#: ../tuxpaint.c:9713
msgid "Back"
msgstr "بازگشت"
#. Slideshow: 'Play' button, to begin a slideshow sequence
-#: ../tuxpaint.c:9715
+#: ../tuxpaint.c:9716
msgid "Play"
msgstr "نمایش"
#. Slideshow: 'GIF Export' button, to create an animated GIF
-#: ../tuxpaint.c:9718
+#: ../tuxpaint.c:9719
msgid "GIF Export"
msgstr ""
#. Slideshow: 'Next' button, to load next slide (image)
-#: ../tuxpaint.c:9721
+#: ../tuxpaint.c:9722
msgid "Next"
msgstr "بعدی"
#. Color mixer dialog: 'Clear' button, to reset the mixed color
-#: ../tuxpaint.c:9724
+#: ../tuxpaint.c:9725
msgid "Clear"
msgstr ""
#. Use the localized label string (e.g., "あぁ" in Japanese)
-#: ../tuxpaint.c:10659 ../tuxpaint.c:10662 ../tuxpaint.c:10663
+#: ../tuxpaint.c:10660 ../tuxpaint.c:10663 ../tuxpaint.c:10664
msgid "Aa"
msgstr "آا"
#. Admittedly stupid way of determining which keys can be used for
#. positive and negative responses in dialogs (e.g., [Y] (for 'yes') in English)
-#: ../tuxpaint.c:14672
+#: ../tuxpaint.c:14673
msgid "Yes"
msgstr "بله"
-#: ../tuxpaint.c:14676
+#: ../tuxpaint.c:14677
msgid "No"
msgstr "خیر"
#. Prompt to ask whether user wishes to save over old version of their file
-#: ../tuxpaint.c:15948
+#: ../tuxpaint.c:15949
msgid "Replace the picture with your changes?"
msgstr "تصویر با تغییرات شما جایگزین شود؟"
#. Positive response to saving over old version
#. (like a 'File:Save' action in other applications)
-#: ../tuxpaint.c:15952
+#: ../tuxpaint.c:15953
msgid "Yes, replace the old one!"
msgstr "بله،جایگزین قبلی کن!"
#. Negative response to saving over old version (saves a new image)
#. (like a 'File:Save As...' action in other applications)
-#: ../tuxpaint.c:15956
+#: ../tuxpaint.c:15957
msgid "No, save a new file!"
msgstr "خیر،یک فایل جدید ذخیره کن!"
-#: ../tuxpaint.c:17224
+#: ../tuxpaint.c:17225
msgid ""
"Choose a picture and then click “Open”, “Export”, “Template“, or “Erase”. "
"Click “Slides” to create a slideshow animation or “Back“ to return to your "
"current picture."
msgstr ""
-#: ../tuxpaint.c:17226
+#: ../tuxpaint.c:17227
msgid ""
"Choose a picture and then click “Open”, “Export”, or “Erase”. Click “Slides” "
"to create a slideshow animation or “Back“ to return to your current picture."
@@ -1492,71 +1492,71 @@ msgstr ""
#. None selected? Too dangerous to automatically select all (like we do for slideshow playback).
#. Only 1 selected? No point in saving as GIF.
#.
-#: ../tuxpaint.c:18895
+#: ../tuxpaint.c:18896
msgid "Select 2 or more drawings to turn into an animated GIF."
msgstr ""
#. Descriptions (names) of the color mixer tool's primary colors and shades
-#: ../tuxpaint.c:25112
+#: ../tuxpaint.c:25113
msgid "red"
msgstr ""
-#: ../tuxpaint.c:25113
+#: ../tuxpaint.c:25114
#, fuzzy
#| msgid "Yellow!"
msgid "yellow"
msgstr "زرد"
-#: ../tuxpaint.c:25114
+#: ../tuxpaint.c:25115
#, fuzzy
#| msgid "Sky blue!"
msgid "blue"
msgstr "آبی آسمانی"
-#: ../tuxpaint.c:25115
+#: ../tuxpaint.c:25116
#, fuzzy
#| msgid "White!"
msgid "white"
msgstr "سفید"
-#: ../tuxpaint.c:25116
+#: ../tuxpaint.c:25117
msgid "grey"
msgstr ""
-#: ../tuxpaint.c:25117
+#: ../tuxpaint.c:25118
#, fuzzy
#| msgid "Black!"
msgid "black"
msgstr "سیاه"
#. 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:25122
+#: ../tuxpaint.c:25123
#, c-format
msgid "Your color is %1$s %2$s."
msgstr ""
-#: ../tuxpaint.c:25123
+#: ../tuxpaint.c:25124
#, c-format
msgid "Your color is %1$s %2$s and %3$s %4$s."
msgstr ""
-#: ../tuxpaint.c:25124
+#: ../tuxpaint.c:25125
#, c-format
msgid "Your color is %1$s %2$s, %3$s %4$s, and %5$s %6$s."
msgstr ""
-#: ../tuxpaint.c:25125
+#: ../tuxpaint.c:25126
#, c-format
msgid "Your color is %1$s %2$s, %3$s %4$s, %5$s %6$s, and %7$s %8$s."
msgstr ""
-#: ../tuxpaint.c:25126
+#: ../tuxpaint.c:25127
#, 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 ""
-#: ../tuxpaint.c:25127
+#: ../tuxpaint.c:25128
#, c-format
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 "
@@ -1564,22 +1564,22 @@ msgid ""
msgstr ""
#. Color mixer; e.g., "Your color is entirely grey."
-#: ../tuxpaint.c:25907 ../tuxpaint.c:25912
+#: ../tuxpaint.c:25908 ../tuxpaint.c:25913
msgid "entirely"
msgstr ""
#. Add "Color Select" color:
-#: ../tuxpaint.c:29087
+#: ../tuxpaint.c:29089
msgid "Select a color from your drawing."
msgstr ""
-#: ../tuxpaint.c:29098
+#: ../tuxpaint.c:29100
msgid ""
"Pick a color. Hues go top to bottom. Saturation/intensity goes left (pale) "
"to right (pure). Value (lightness/darkness): grey bar."
msgstr ""
-#: ../tuxpaint.c:29112
+#: ../tuxpaint.c:29114
msgid ""
"Click the primary colors (red, yellow, and blue), white (to tint), grey (to "
"tone), and black (to shade), to mix together a new color."
@@ -2608,8 +2608,9 @@ msgstr ""
#: ../../magic/src/polyfill.c:32
msgid ""
-"Click multiple times in your picture to create a filled polygon. Click your "
-"starting position to complete the shape."
+"Click multiple times in your picture to create a filled polygon. You may "
+"drag control points to alter the shape. Click the first point to complete "
+"the shape."
msgstr ""
#: ../../magic/src/puzzle.c:112
diff --git a/src/po/ff.po b/src/po/ff.po
index 2daaddebc..e98844ed9 100644
--- a/src/po/ff.po
+++ b/src/po/ff.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: tuxpaint\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2024-04-08 23:25-0700\n"
+"POT-Creation-Date: 2024-04-12 09:23-0700\n"
"PO-Revision-Date: 2017-12-03 10:35+0200\n"
"Last-Translator: Ibrahima SARR \n"
"Language-Team: FULAH LOCALIZATION\n"
@@ -972,7 +972,7 @@ msgstr "Fuɗɗo"
#. Open a saved picture
#. Buttons for the file open dialog
#. Open dialog: 'Open' button, to load the selected picture
-#: ../tools.h:97 ../tuxpaint.c:9697
+#: ../tools.h:97 ../tuxpaint.c:9698
msgid "Open"
msgstr "Uddit"
@@ -1387,90 +1387,90 @@ msgid "Please wait…"
msgstr "Tiiɗno abbo seeɗa…"
#. Open dialog: 'Erase' button, to erase/deleted the selected picture
-#: ../tuxpaint.c:9700
+#: ../tuxpaint.c:9701
msgid "Erase"
msgstr "Momtu"
#. Open dialog: 'Slides' button, to switch to slide show mode
-#: ../tuxpaint.c:9703
+#: ../tuxpaint.c:9704
msgid "Slides"
msgstr "Japooje"
#. Open dialog: 'Template' button, to make a template out of a drawing
-#: ../tuxpaint.c:9706
+#: ../tuxpaint.c:9707
msgid "Template"
msgstr ""
#. Open dialog: 'Export' button, to copy an image to an easily-accessible location
-#: ../tuxpaint.c:9709
+#: ../tuxpaint.c:9710
msgid "Export"
msgstr ""
#. Open dialog: 'Back' button, to dismiss Open dialog without opening a picture
-#: ../tuxpaint.c:9712
+#: ../tuxpaint.c:9713
msgid "Back"
msgstr "Rutto"
#. Slideshow: 'Play' button, to begin a slideshow sequence
-#: ../tuxpaint.c:9715
+#: ../tuxpaint.c:9716
msgid "Play"
msgstr "Dognu"
#. Slideshow: 'GIF Export' button, to create an animated GIF
-#: ../tuxpaint.c:9718
+#: ../tuxpaint.c:9719
msgid "GIF Export"
msgstr ""
#. Slideshow: 'Next' button, to load next slide (image)
-#: ../tuxpaint.c:9721
+#: ../tuxpaint.c:9722
msgid "Next"
msgstr "Dewwo"
#. Color mixer dialog: 'Clear' button, to reset the mixed color
-#: ../tuxpaint.c:9724
+#: ../tuxpaint.c:9725
msgid "Clear"
msgstr ""
#. Use the localized label string (e.g., "あぁ" in Japanese)
-#: ../tuxpaint.c:10659 ../tuxpaint.c:10662 ../tuxpaint.c:10663
+#: ../tuxpaint.c:10660 ../tuxpaint.c:10663 ../tuxpaint.c:10664
msgid "Aa"
msgstr "Aa"
#. Admittedly stupid way of determining which keys can be used for
#. positive and negative responses in dialogs (e.g., [Y] (for 'yes') in English)
-#: ../tuxpaint.c:14672
+#: ../tuxpaint.c:14673
msgid "Yes"
msgstr "Eey"
-#: ../tuxpaint.c:14676
+#: ../tuxpaint.c:14677
msgid "No"
msgstr "Alaa"
#. Prompt to ask whether user wishes to save over old version of their file
-#: ../tuxpaint.c:15948
+#: ../tuxpaint.c:15949
msgid "Replace the picture with your changes?"
msgstr "Lomtin natal ngal ko mbayluɗaa koo?"
#. Positive response to saving over old version
#. (like a 'File:Save' action in other applications)
-#: ../tuxpaint.c:15952
+#: ../tuxpaint.c:15953
msgid "Yes, replace the old one!"
msgstr "Eey, lomtin natal ɓooyngal ngal!"
#. Negative response to saving over old version (saves a new image)
#. (like a 'File:Save As...' action in other applications)
-#: ../tuxpaint.c:15956
+#: ../tuxpaint.c:15957
msgid "No, save a new file!"
msgstr "Alaa, danndu natal kesal!"
-#: ../tuxpaint.c:17224
+#: ../tuxpaint.c:17225
msgid ""
"Choose a picture and then click “Open”, “Export”, “Template“, or “Erase”. "
"Click “Slides” to create a slideshow animation or “Back“ to return to your "
"current picture."
msgstr ""
-#: ../tuxpaint.c:17226
+#: ../tuxpaint.c:17227
msgid ""
"Choose a picture and then click “Open”, “Export”, or “Erase”. Click “Slides” "
"to create a slideshow animation or “Back“ to return to your current picture."
@@ -1479,71 +1479,71 @@ msgstr ""
#. None selected? Too dangerous to automatically select all (like we do for slideshow playback).
#. Only 1 selected? No point in saving as GIF.
#.
-#: ../tuxpaint.c:18895
+#: ../tuxpaint.c:18896
msgid "Select 2 or more drawings to turn into an animated GIF."
msgstr ""
#. Descriptions (names) of the color mixer tool's primary colors and shades
-#: ../tuxpaint.c:25112
+#: ../tuxpaint.c:25113
msgid "red"
msgstr ""
-#: ../tuxpaint.c:25113
+#: ../tuxpaint.c:25114
#, fuzzy
#| msgid "Yellow!"
msgid "yellow"
msgstr "Oolo!"
-#: ../tuxpaint.c:25114
+#: ../tuxpaint.c:25115
#, fuzzy
#| msgid "Sky blue!"
msgid "blue"
msgstr "Bulo asamaan"
-#: ../tuxpaint.c:25115
+#: ../tuxpaint.c:25116
#, fuzzy
#| msgid "White!"
msgid "white"
msgstr "Daneejo!"
-#: ../tuxpaint.c:25116
+#: ../tuxpaint.c:25117
msgid "grey"
msgstr ""
-#: ../tuxpaint.c:25117
+#: ../tuxpaint.c:25118
#, fuzzy
#| msgid "Black!"
msgid "black"
msgstr "Ɓaleejo!"
#. 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:25122
+#: ../tuxpaint.c:25123
#, c-format
msgid "Your color is %1$s %2$s."
msgstr ""
-#: ../tuxpaint.c:25123
+#: ../tuxpaint.c:25124
#, c-format
msgid "Your color is %1$s %2$s and %3$s %4$s."
msgstr ""
-#: ../tuxpaint.c:25124
+#: ../tuxpaint.c:25125
#, c-format
msgid "Your color is %1$s %2$s, %3$s %4$s, and %5$s %6$s."
msgstr ""
-#: ../tuxpaint.c:25125
+#: ../tuxpaint.c:25126
#, c-format
msgid "Your color is %1$s %2$s, %3$s %4$s, %5$s %6$s, and %7$s %8$s."
msgstr ""
-#: ../tuxpaint.c:25126
+#: ../tuxpaint.c:25127
#, 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 ""
-#: ../tuxpaint.c:25127
+#: ../tuxpaint.c:25128
#, c-format
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 "
@@ -1551,22 +1551,22 @@ msgid ""
msgstr ""
#. Color mixer; e.g., "Your color is entirely grey."
-#: ../tuxpaint.c:25907 ../tuxpaint.c:25912
+#: ../tuxpaint.c:25908 ../tuxpaint.c:25913
msgid "entirely"
msgstr ""
#. Add "Color Select" color:
-#: ../tuxpaint.c:29087
+#: ../tuxpaint.c:29089
msgid "Select a color from your drawing."
msgstr "Labo goobol iwde e natol maa."
-#: ../tuxpaint.c:29098
+#: ../tuxpaint.c:29100
msgid ""
"Pick a color. Hues go top to bottom. Saturation/intensity goes left (pale) "
"to right (pure). Value (lightness/darkness): grey bar."
msgstr ""
-#: ../tuxpaint.c:29112
+#: ../tuxpaint.c:29114
msgid ""
"Click the primary colors (red, yellow, and blue), white (to tint), grey (to "
"tone), and black (to shade), to mix together a new color."
@@ -2550,8 +2550,9 @@ msgstr ""
#: ../../magic/src/polyfill.c:32
msgid ""
-"Click multiple times in your picture to create a filled polygon. Click your "
-"starting position to complete the shape."
+"Click multiple times in your picture to create a filled polygon. You may "
+"drag control points to alter the shape. Click the first point to complete "
+"the shape."
msgstr ""
#: ../../magic/src/puzzle.c:112
diff --git a/src/po/fi.po b/src/po/fi.po
index 54a4d3b71..c32f5d4cb 100644
--- a/src/po/fi.po
+++ b/src/po/fi.po
@@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: tuxpaint\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2024-04-08 23:25-0700\n"
+"POT-Creation-Date: 2024-04-12 09:23-0700\n"
"PO-Revision-Date: 2015-10-09 18:00+0200\n"
"Last-Translator: inactive\n"
"Language-Team: Finnish \n"
@@ -988,7 +988,7 @@ msgstr "Uusi"
#. Open a saved picture
#. Buttons for the file open dialog
#. Open dialog: 'Open' button, to load the selected picture
-#: ../tools.h:97 ../tuxpaint.c:9697
+#: ../tools.h:97 ../tuxpaint.c:9698
msgid "Open"
msgstr "Avaa"
@@ -1404,91 +1404,91 @@ msgid "Please wait…"
msgstr "Odota hetki…"
#. Open dialog: 'Erase' button, to erase/deleted the selected picture
-#: ../tuxpaint.c:9700
+#: ../tuxpaint.c:9701
msgid "Erase"
msgstr "Poista"
#. Open dialog: 'Slides' button, to switch to slide show mode
-#: ../tuxpaint.c:9703
+#: ../tuxpaint.c:9704
msgid "Slides"
msgstr "Diat"
#. Open dialog: 'Template' button, to make a template out of a drawing
-#: ../tuxpaint.c:9706
+#: ../tuxpaint.c:9707
msgid "Template"
msgstr ""
#. Open dialog: 'Export' button, to copy an image to an easily-accessible location
-#: ../tuxpaint.c:9709
+#: ../tuxpaint.c:9710
msgid "Export"
msgstr ""
#. Open dialog: 'Back' button, to dismiss Open dialog without opening a picture
-#: ../tuxpaint.c:9712
+#: ../tuxpaint.c:9713
msgid "Back"
msgstr "Takaisin"
# Dia-näytös alkaa
#. Slideshow: 'Play' button, to begin a slideshow sequence
-#: ../tuxpaint.c:9715
+#: ../tuxpaint.c:9716
msgid "Play"
msgstr "Näytä"
#. Slideshow: 'GIF Export' button, to create an animated GIF
-#: ../tuxpaint.c:9718
+#: ../tuxpaint.c:9719
msgid "GIF Export"
msgstr ""
#. Slideshow: 'Next' button, to load next slide (image)
-#: ../tuxpaint.c:9721
+#: ../tuxpaint.c:9722
msgid "Next"
msgstr "Seuraava"
#. Color mixer dialog: 'Clear' button, to reset the mixed color
-#: ../tuxpaint.c:9724
+#: ../tuxpaint.c:9725
msgid "Clear"
msgstr ""
#. Use the localized label string (e.g., "あぁ" in Japanese)
-#: ../tuxpaint.c:10659 ../tuxpaint.c:10662 ../tuxpaint.c:10663
+#: ../tuxpaint.c:10660 ../tuxpaint.c:10663 ../tuxpaint.c:10664
msgid "Aa"
msgstr "Aa"
#. Admittedly stupid way of determining which keys can be used for
#. positive and negative responses in dialogs (e.g., [Y] (for 'yes') in English)
-#: ../tuxpaint.c:14672
+#: ../tuxpaint.c:14673
msgid "Yes"
msgstr "Kyllä"
-#: ../tuxpaint.c:14676
+#: ../tuxpaint.c:14677
msgid "No"
msgstr "Ei"
#. Prompt to ask whether user wishes to save over old version of their file
-#: ../tuxpaint.c:15948
+#: ../tuxpaint.c:15949
msgid "Replace the picture with your changes?"
msgstr "Korvataanko maalaus sinun muutoksillasi?"
#. Positive response to saving over old version
#. (like a 'File:Save' action in other applications)
-#: ../tuxpaint.c:15952
+#: ../tuxpaint.c:15953
msgid "Yes, replace the old one!"
msgstr "Kyllä, korvaa vanha maalaus!"
#. Negative response to saving over old version (saves a new image)
#. (like a 'File:Save As...' action in other applications)
-#: ../tuxpaint.c:15956
+#: ../tuxpaint.c:15957
msgid "No, save a new file!"
msgstr "Ei, tallenna uusi maalaus!"
-#: ../tuxpaint.c:17224
+#: ../tuxpaint.c:17225
msgid ""
"Choose a picture and then click “Open”, “Export”, “Template“, or “Erase”. "
"Click “Slides” to create a slideshow animation or “Back“ to return to your "
"current picture."
msgstr ""
-#: ../tuxpaint.c:17226
+#: ../tuxpaint.c:17227
msgid ""
"Choose a picture and then click “Open”, “Export”, or “Erase”. Click “Slides” "
"to create a slideshow animation or “Back“ to return to your current picture."
@@ -1497,71 +1497,71 @@ msgstr ""
#. None selected? Too dangerous to automatically select all (like we do for slideshow playback).
#. Only 1 selected? No point in saving as GIF.
#.
-#: ../tuxpaint.c:18895
+#: ../tuxpaint.c:18896
msgid "Select 2 or more drawings to turn into an animated GIF."
msgstr ""
#. Descriptions (names) of the color mixer tool's primary colors and shades
-#: ../tuxpaint.c:25112
+#: ../tuxpaint.c:25113
msgid "red"
msgstr ""
-#: ../tuxpaint.c:25113
+#: ../tuxpaint.c:25114
#, fuzzy
#| msgid "Yellow!"
msgid "yellow"
msgstr "Keltainen!"
-#: ../tuxpaint.c:25114
+#: ../tuxpaint.c:25115
#, fuzzy
#| msgid "Sky blue!"
msgid "blue"
msgstr "Taivaansininen!"
-#: ../tuxpaint.c:25115
+#: ../tuxpaint.c:25116
#, fuzzy
#| msgid "White!"
msgid "white"
msgstr "Valkoinen!"
-#: ../tuxpaint.c:25116
+#: ../tuxpaint.c:25117
msgid "grey"
msgstr ""
-#: ../tuxpaint.c:25117
+#: ../tuxpaint.c:25118
#, fuzzy
#| msgid "Black!"
msgid "black"
msgstr "Musta!"
#. 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:25122
+#: ../tuxpaint.c:25123
#, c-format
msgid "Your color is %1$s %2$s."
msgstr ""
-#: ../tuxpaint.c:25123
+#: ../tuxpaint.c:25124
#, c-format
msgid "Your color is %1$s %2$s and %3$s %4$s."
msgstr ""
-#: ../tuxpaint.c:25124
+#: ../tuxpaint.c:25125
#, c-format
msgid "Your color is %1$s %2$s, %3$s %4$s, and %5$s %6$s."
msgstr ""
-#: ../tuxpaint.c:25125
+#: ../tuxpaint.c:25126
#, c-format
msgid "Your color is %1$s %2$s, %3$s %4$s, %5$s %6$s, and %7$s %8$s."
msgstr ""
-#: ../tuxpaint.c:25126
+#: ../tuxpaint.c:25127
#, 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 ""
-#: ../tuxpaint.c:25127
+#: ../tuxpaint.c:25128
#, c-format
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 "
@@ -1569,22 +1569,22 @@ msgid ""
msgstr ""
#. Color mixer; e.g., "Your color is entirely grey."
-#: ../tuxpaint.c:25907 ../tuxpaint.c:25912
+#: ../tuxpaint.c:25908 ../tuxpaint.c:25913
msgid "entirely"
msgstr ""
#. Add "Color Select" color:
-#: ../tuxpaint.c:29087
+#: ../tuxpaint.c:29089
msgid "Select a color from your drawing."
msgstr ""
-#: ../tuxpaint.c:29098
+#: ../tuxpaint.c:29100
msgid ""
"Pick a color. Hues go top to bottom. Saturation/intensity goes left (pale) "
"to right (pure). Value (lightness/darkness): grey bar."
msgstr ""
-#: ../tuxpaint.c:29112
+#: ../tuxpaint.c:29114
msgid ""
"Click the primary colors (red, yellow, and blue), white (to tint), grey (to "
"tone), and black (to shade), to mix together a new color."
@@ -2615,8 +2615,9 @@ msgstr ""
#: ../../magic/src/polyfill.c:32
msgid ""
-"Click multiple times in your picture to create a filled polygon. Click your "
-"starting position to complete the shape."
+"Click multiple times in your picture to create a filled polygon. You may "
+"drag control points to alter the shape. Click the first point to complete "
+"the shape."
msgstr ""
#: ../../magic/src/puzzle.c:112
diff --git a/src/po/fo.po b/src/po/fo.po
index fa36fa1bd..f350819ca 100644
--- a/src/po/fo.po
+++ b/src/po/fo.po
@@ -5,7 +5,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Tux Paint 0.9.18\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2024-04-08 23:25-0700\n"
+"POT-Creation-Date: 2024-04-12 09:23-0700\n"
"PO-Revision-Date: 2008-01-18 12:40-0000\n"
"Last-Translator: Lis Gøthe í Jákupsstovu \n"
"Language-Team: Faroese \n"
@@ -973,7 +973,7 @@ msgstr "Nýtt"
#. Open a saved picture
#. Buttons for the file open dialog
#. Open dialog: 'Open' button, to load the selected picture
-#: ../tools.h:97 ../tuxpaint.c:9697
+#: ../tools.h:97 ../tuxpaint.c:9698
msgid "Open"
msgstr "Opna"
@@ -1380,90 +1380,90 @@ msgid "Please wait…"
msgstr "Vinarliga bíða..."
#. Open dialog: 'Erase' button, to erase/deleted the selected picture
-#: ../tuxpaint.c:9700
+#: ../tuxpaint.c:9701
msgid "Erase"
msgstr "Viska"
#. Open dialog: 'Slides' button, to switch to slide show mode
-#: ../tuxpaint.c:9703
+#: ../tuxpaint.c:9704
msgid "Slides"
msgstr "Ljósmyndir"
#. Open dialog: 'Template' button, to make a template out of a drawing
-#: ../tuxpaint.c:9706
+#: ../tuxpaint.c:9707
msgid "Template"
msgstr ""
#. Open dialog: 'Export' button, to copy an image to an easily-accessible location
-#: ../tuxpaint.c:9709
+#: ../tuxpaint.c:9710
msgid "Export"
msgstr ""
#. Open dialog: 'Back' button, to dismiss Open dialog without opening a picture
-#: ../tuxpaint.c:9712
+#: ../tuxpaint.c:9713
msgid "Back"
msgstr "Aftur"
#. Slideshow: 'Play' button, to begin a slideshow sequence
-#: ../tuxpaint.c:9715
+#: ../tuxpaint.c:9716
msgid "Play"
msgstr "Spæl"
#. Slideshow: 'GIF Export' button, to create an animated GIF
-#: ../tuxpaint.c:9718
+#: ../tuxpaint.c:9719
msgid "GIF Export"
msgstr ""
#. Slideshow: 'Next' button, to load next slide (image)
-#: ../tuxpaint.c:9721
+#: ../tuxpaint.c:9722
msgid "Next"
msgstr "Næsta"
#. Color mixer dialog: 'Clear' button, to reset the mixed color
-#: ../tuxpaint.c:9724
+#: ../tuxpaint.c:9725
msgid "Clear"
msgstr ""
#. Use the localized label string (e.g., "あぁ" in Japanese)
-#: ../tuxpaint.c:10659 ../tuxpaint.c:10662 ../tuxpaint.c:10663
+#: ../tuxpaint.c:10660 ../tuxpaint.c:10663 ../tuxpaint.c:10664
msgid "Aa"
msgstr "Aa"
#. Admittedly stupid way of determining which keys can be used for
#. positive and negative responses in dialogs (e.g., [Y] (for 'yes') in English)
-#: ../tuxpaint.c:14672
+#: ../tuxpaint.c:14673
msgid "Yes"
msgstr "Ja"
-#: ../tuxpaint.c:14676
+#: ../tuxpaint.c:14677
msgid "No"
msgstr "Nei"
#. Prompt to ask whether user wishes to save over old version of their file
-#: ../tuxpaint.c:15948
+#: ../tuxpaint.c:15949
msgid "Replace the picture with your changes?"
msgstr "Skifta út myndina við tínar broytingar?"
#. Positive response to saving over old version
#. (like a 'File:Save' action in other applications)
-#: ../tuxpaint.c:15952
+#: ../tuxpaint.c:15953
msgid "Yes, replace the old one!"
msgstr "Ja, skift út gomlu!"
#. Negative response to saving over old version (saves a new image)
#. (like a 'File:Save As...' action in other applications)
-#: ../tuxpaint.c:15956
+#: ../tuxpaint.c:15957
msgid "No, save a new file!"
msgstr "Nei, goym eina nýggja fílu!"
-#: ../tuxpaint.c:17224
+#: ../tuxpaint.c:17225
msgid ""
"Choose a picture and then click “Open”, “Export”, “Template“, or “Erase”. "
"Click “Slides” to create a slideshow animation or “Back“ to return to your "
"current picture."
msgstr ""
-#: ../tuxpaint.c:17226
+#: ../tuxpaint.c:17227
msgid ""
"Choose a picture and then click “Open”, “Export”, or “Erase”. Click “Slides” "
"to create a slideshow animation or “Back“ to return to your current picture."
@@ -1472,71 +1472,71 @@ msgstr ""
#. None selected? Too dangerous to automatically select all (like we do for slideshow playback).
#. Only 1 selected? No point in saving as GIF.
#.
-#: ../tuxpaint.c:18895
+#: ../tuxpaint.c:18896
msgid "Select 2 or more drawings to turn into an animated GIF."
msgstr ""
#. Descriptions (names) of the color mixer tool's primary colors and shades
-#: ../tuxpaint.c:25112
+#: ../tuxpaint.c:25113
msgid "red"
msgstr ""
-#: ../tuxpaint.c:25113
+#: ../tuxpaint.c:25114
#, fuzzy
#| msgid "Yellow!"
msgid "yellow"
msgstr "Gult!"
-#: ../tuxpaint.c:25114
+#: ../tuxpaint.c:25115
#, fuzzy
#| msgid "Sky blue!"
msgid "blue"
msgstr "Himmalblátt!"
-#: ../tuxpaint.c:25115
+#: ../tuxpaint.c:25116
#, fuzzy
#| msgid "White!"
msgid "white"
msgstr "Hvítt!"
-#: ../tuxpaint.c:25116
+#: ../tuxpaint.c:25117
msgid "grey"
msgstr ""
-#: ../tuxpaint.c:25117
+#: ../tuxpaint.c:25118
#, fuzzy
#| msgid "Black!"
msgid "black"
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:25122
+#: ../tuxpaint.c:25123
#, c-format
msgid "Your color is %1$s %2$s."
msgstr ""
-#: ../tuxpaint.c:25123
+#: ../tuxpaint.c:25124
#, c-format
msgid "Your color is %1$s %2$s and %3$s %4$s."
msgstr ""
-#: ../tuxpaint.c:25124
+#: ../tuxpaint.c:25125
#, c-format
msgid "Your color is %1$s %2$s, %3$s %4$s, and %5$s %6$s."
msgstr ""
-#: ../tuxpaint.c:25125
+#: ../tuxpaint.c:25126
#, c-format
msgid "Your color is %1$s %2$s, %3$s %4$s, %5$s %6$s, and %7$s %8$s."
msgstr ""
-#: ../tuxpaint.c:25126
+#: ../tuxpaint.c:25127
#, 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 ""
-#: ../tuxpaint.c:25127
+#: ../tuxpaint.c:25128
#, c-format
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 "
@@ -1544,22 +1544,22 @@ msgid ""
msgstr ""
#. Color mixer; e.g., "Your color is entirely grey."
-#: ../tuxpaint.c:25907 ../tuxpaint.c:25912
+#: ../tuxpaint.c:25908 ../tuxpaint.c:25913
msgid "entirely"
msgstr ""
#. Add "Color Select" color:
-#: ../tuxpaint.c:29087
+#: ../tuxpaint.c:29089
msgid "Select a color from your drawing."
msgstr ""
-#: ../tuxpaint.c:29098
+#: ../tuxpaint.c:29100
msgid ""
"Pick a color. Hues go top to bottom. Saturation/intensity goes left (pale) "
"to right (pure). Value (lightness/darkness): grey bar."
msgstr ""
-#: ../tuxpaint.c:29112
+#: ../tuxpaint.c:29114
msgid ""
"Click the primary colors (red, yellow, and blue), white (to tint), grey (to "
"tone), and black (to shade), to mix together a new color."
@@ -2544,8 +2544,9 @@ msgstr ""
#: ../../magic/src/polyfill.c:32
msgid ""
-"Click multiple times in your picture to create a filled polygon. Click your "
-"starting position to complete the shape."
+"Click multiple times in your picture to create a filled polygon. You may "
+"drag control points to alter the shape. Click the first point to complete "
+"the shape."
msgstr ""
#: ../../magic/src/puzzle.c:112
diff --git a/src/po/fr.po b/src/po/fr.po
index 914edb287..562df8d14 100644
--- a/src/po/fr.po
+++ b/src/po/fr.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: fr\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2024-04-08 23:25-0700\n"
+"POT-Creation-Date: 2024-04-12 09:23-0700\n"
"PO-Revision-Date: 2023-12-23 15:43+0100\n"
"Last-Translator: Chion Jacques \n"
"Language-Team: \n"
@@ -1102,7 +1102,7 @@ msgstr "Nouveau"
#. Open a saved picture
#. Buttons for the file open dialog
#. Open dialog: 'Open' button, to load the selected picture
-#: ../tools.h:97 ../tuxpaint.c:9697
+#: ../tools.h:97 ../tuxpaint.c:9698
msgid "Open"
msgstr "Ouvrir"
@@ -1517,83 +1517,83 @@ msgid "Please wait…"
msgstr "Attends s'il te plaît ..."
#. Open dialog: 'Erase' button, to erase/deleted the selected picture
-#: ../tuxpaint.c:9700
+#: ../tuxpaint.c:9701
msgid "Erase"
msgstr "Effacer"
#. Open dialog: 'Slides' button, to switch to slide show mode
-#: ../tuxpaint.c:9703
+#: ../tuxpaint.c:9704
msgid "Slides"
msgstr "Diapos"
#. Open dialog: 'Template' button, to make a template out of a drawing
-#: ../tuxpaint.c:9706
+#: ../tuxpaint.c:9707
msgid "Template"
msgstr "Modèle"
#. Open dialog: 'Export' button, to copy an image to an easily-accessible location
-#: ../tuxpaint.c:9709
+#: ../tuxpaint.c:9710
msgid "Export"
msgstr "Exporter"
#. Open dialog: 'Back' button, to dismiss Open dialog without opening a picture
-#: ../tuxpaint.c:9712
+#: ../tuxpaint.c:9713
msgid "Back"
msgstr "Retour"
#. Slideshow: 'Play' button, to begin a slideshow sequence
-#: ../tuxpaint.c:9715
+#: ../tuxpaint.c:9716
msgid "Play"
msgstr "Départ"
#. Slideshow: 'GIF Export' button, to create an animated GIF
-#: ../tuxpaint.c:9718
+#: ../tuxpaint.c:9719
msgid "GIF Export"
msgstr "Exporter en GIF"
#. Slideshow: 'Next' button, to load next slide (image)
-#: ../tuxpaint.c:9721
+#: ../tuxpaint.c:9722
msgid "Next"
msgstr "Suite"
#. Color mixer dialog: 'Clear' button, to reset the mixed color
-#: ../tuxpaint.c:9724
+#: ../tuxpaint.c:9725
msgid "Clear"
msgstr "Effacer"
#. Use the localized label string (e.g., "あぁ" in Japanese)
-#: ../tuxpaint.c:10659 ../tuxpaint.c:10662 ../tuxpaint.c:10663
+#: ../tuxpaint.c:10660 ../tuxpaint.c:10663 ../tuxpaint.c:10664
msgid "Aa"
msgstr "Aa"
#. Admittedly stupid way of determining which keys can be used for
#. positive and negative responses in dialogs (e.g., [Y] (for 'yes') in English)
-#: ../tuxpaint.c:14672
+#: ../tuxpaint.c:14673
msgid "Yes"
msgstr "Oui"
-#: ../tuxpaint.c:14676
+#: ../tuxpaint.c:14677
msgid "No"
msgstr "Non"
#. Prompt to ask whether user wishes to save over old version of their file
-#: ../tuxpaint.c:15948
+#: ../tuxpaint.c:15949
msgid "Replace the picture with your changes?"
msgstr "Enregistrer l'image avec tes changements ?"
#. Positive response to saving over old version
#. (like a 'File:Save' action in other applications)
-#: ../tuxpaint.c:15952
+#: ../tuxpaint.c:15953
msgid "Yes, replace the old one!"
msgstr "Oui, remplace l'ancienne !"
#. Negative response to saving over old version (saves a new image)
#. (like a 'File:Save As...' action in other applications)
-#: ../tuxpaint.c:15956
+#: ../tuxpaint.c:15957
msgid "No, save a new file!"
msgstr "Non, c'est une nouvelle image !"
-#: ../tuxpaint.c:17224
+#: ../tuxpaint.c:17225
msgid ""
"Choose a picture and then click “Open”, “Export”, “Template“, or “Erase”. "
"Click “Slides” to create a slideshow animation or “Back“ to return to your "
@@ -1603,7 +1603,7 @@ msgstr ""
"ou \"Effacer\". Cliquez sur \"Diapos\" pour créer une animation diapo, ou "
"bien sur \"Retour\" pour revenir à l'image en cours."
-#: ../tuxpaint.c:17226
+#: ../tuxpaint.c:17227
msgid ""
"Choose a picture and then click “Open”, “Export”, or “Erase”. Click “Slides” "
"to create a slideshow animation or “Back“ to return to your current picture."
@@ -1615,64 +1615,64 @@ msgstr ""
#. None selected? Too dangerous to automatically select all (like we do for slideshow playback).
#. Only 1 selected? No point in saving as GIF.
#.
-#: ../tuxpaint.c:18895
+#: ../tuxpaint.c:18896
msgid "Select 2 or more drawings to turn into an animated GIF."
msgstr "Sélectionne deux ou plusieurs dessins pour créer une image animée GIF."
#. Descriptions (names) of the color mixer tool's primary colors and shades
-#: ../tuxpaint.c:25112
+#: ../tuxpaint.c:25113
msgid "red"
msgstr "rouge"
-#: ../tuxpaint.c:25113
+#: ../tuxpaint.c:25114
msgid "yellow"
msgstr "jaune"
-#: ../tuxpaint.c:25114
+#: ../tuxpaint.c:25115
msgid "blue"
msgstr "bleu"
-#: ../tuxpaint.c:25115
+#: ../tuxpaint.c:25116
msgid "white"
msgstr "blanc"
-#: ../tuxpaint.c:25116
+#: ../tuxpaint.c:25117
msgid "grey"
msgstr "gris"
-#: ../tuxpaint.c:25117
+#: ../tuxpaint.c:25118
msgid "black"
msgstr "noir"
#. 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:25122
+#: ../tuxpaint.c:25123
#, c-format
msgid "Your color is %1$s %2$s."
msgstr "Ta couleur est %1$s %2$s."
-#: ../tuxpaint.c:25123
+#: ../tuxpaint.c:25124
#, c-format
msgid "Your color is %1$s %2$s and %3$s %4$s."
msgstr "Ta couleur est %1$s %2$s et %3$s %4$s."
-#: ../tuxpaint.c:25124
+#: ../tuxpaint.c:25125
#, c-format
msgid "Your color is %1$s %2$s, %3$s %4$s, and %5$s %6$s."
msgstr "Ta couleur est %1$s %2$s, %3$s %4$s, et %5$s %6$s."
-#: ../tuxpaint.c:25125
+#: ../tuxpaint.c:25126
#, c-format
msgid "Your color is %1$s %2$s, %3$s %4$s, %5$s %6$s, and %7$s %8$s."
msgstr "Ta couleur est %1$s %2$s, %3$s %4$s, %5$s %6$s, et %7$s %8$s."
-#: ../tuxpaint.c:25126
+#: ../tuxpaint.c:25127
#, 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 ""
"Ta couleur est %1$s %2$s, %3$s %4$s, %5$s %6$s, %7$s %8$s, et %9$s %10$s."
-#: ../tuxpaint.c:25127
+#: ../tuxpaint.c:25128
#, c-format
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 "
@@ -1682,16 +1682,16 @@ msgstr ""
"%11$s %12$s."
#. Color mixer; e.g., "Your color is entirely grey."
-#: ../tuxpaint.c:25907 ../tuxpaint.c:25912
+#: ../tuxpaint.c:25908 ../tuxpaint.c:25913
msgid "entirely"
msgstr "totalement"
#. Add "Color Select" color:
-#: ../tuxpaint.c:29087
+#: ../tuxpaint.c:29089
msgid "Select a color from your drawing."
msgstr "Sélectionne une couleur à partir de ton dessin."
-#: ../tuxpaint.c:29098
+#: ../tuxpaint.c:29100
msgid ""
"Pick a color. Hues go top to bottom. Saturation/intensity goes left (pale) "
"to right (pure). Value (lightness/darkness): grey bar."
@@ -1700,7 +1700,7 @@ msgstr ""
"intensité va de la gauche (pâle) vers la droite (pur). La valeur brillant/"
"sombre : barre grise."
-#: ../tuxpaint.c:29112
+#: ../tuxpaint.c:29114
msgid ""
"Click the primary colors (red, yellow, and blue), white (to tint), grey (to "
"tone), and black (to shade), to mix together a new color."
@@ -2753,8 +2753,9 @@ msgstr ""
#: ../../magic/src/polyfill.c:32
msgid ""
-"Click multiple times in your picture to create a filled polygon. Click your "
-"starting position to complete the shape."
+"Click multiple times in your picture to create a filled polygon. You may "
+"drag control points to alter the shape. Click the first point to complete "
+"the shape."
msgstr ""
#: ../../magic/src/puzzle.c:112
diff --git a/src/po/ga.po b/src/po/ga.po
index ba4c31396..d98cf11d1 100644
--- a/src/po/ga.po
+++ b/src/po/ga.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: tuxpaint\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2024-04-08 23:25-0700\n"
+"POT-Creation-Date: 2024-04-12 09:23-0700\n"
"PO-Revision-Date: 2015-10-09 17:38+0500\n"
"Last-Translator: Kevin Scannell \n"
"Language-Team: Irish \n"
@@ -950,7 +950,7 @@ msgstr "Nua"
#. Open a saved picture
#. Buttons for the file open dialog
#. Open dialog: 'Open' button, to load the selected picture
-#: ../tools.h:97 ../tuxpaint.c:9697
+#: ../tools.h:97 ../tuxpaint.c:9698
msgid "Open"
msgstr "Oscail"
@@ -1368,90 +1368,90 @@ msgid "Please wait…"
msgstr "Fan go fóill…"
#. Open dialog: 'Erase' button, to erase/deleted the selected picture
-#: ../tuxpaint.c:9700
+#: ../tuxpaint.c:9701
msgid "Erase"
msgstr "Scrios"
#. Open dialog: 'Slides' button, to switch to slide show mode
-#: ../tuxpaint.c:9703
+#: ../tuxpaint.c:9704
msgid "Slides"
msgstr "Sleamhnáin"
#. Open dialog: 'Template' button, to make a template out of a drawing
-#: ../tuxpaint.c:9706
+#: ../tuxpaint.c:9707
msgid "Template"
msgstr ""
#. Open dialog: 'Export' button, to copy an image to an easily-accessible location
-#: ../tuxpaint.c:9709
+#: ../tuxpaint.c:9710
msgid "Export"
msgstr "Easpórtáil"
#. Open dialog: 'Back' button, to dismiss Open dialog without opening a picture
-#: ../tuxpaint.c:9712
+#: ../tuxpaint.c:9713
msgid "Back"
msgstr "Siar"
#. Slideshow: 'Play' button, to begin a slideshow sequence
-#: ../tuxpaint.c:9715
+#: ../tuxpaint.c:9716
msgid "Play"
msgstr "Seinn"
#. Slideshow: 'GIF Export' button, to create an animated GIF
-#: ../tuxpaint.c:9718
+#: ../tuxpaint.c:9719
msgid "GIF Export"
msgstr "Easpórtáil GIF"
#. Slideshow: 'Next' button, to load next slide (image)
-#: ../tuxpaint.c:9721
+#: ../tuxpaint.c:9722
msgid "Next"
msgstr "Ar Aghaidh"
#. Color mixer dialog: 'Clear' button, to reset the mixed color
-#: ../tuxpaint.c:9724
+#: ../tuxpaint.c:9725
msgid "Clear"
msgstr "Glan"
#. Use the localized label string (e.g., "あぁ" in Japanese)
-#: ../tuxpaint.c:10659 ../tuxpaint.c:10662 ../tuxpaint.c:10663
+#: ../tuxpaint.c:10660 ../tuxpaint.c:10663 ../tuxpaint.c:10664
msgid "Aa"
msgstr "Aa"
#. Admittedly stupid way of determining which keys can be used for
#. positive and negative responses in dialogs (e.g., [Y] (for 'yes') in English)
-#: ../tuxpaint.c:14672
+#: ../tuxpaint.c:14673
msgid "Yes"
msgstr "Tá"
-#: ../tuxpaint.c:14676
+#: ../tuxpaint.c:14677
msgid "No"
msgstr "Níl"
#. Prompt to ask whether user wishes to save over old version of their file
-#: ../tuxpaint.c:15948
+#: ../tuxpaint.c:15949
msgid "Replace the picture with your changes?"
msgstr "Forscríobh an pictiúr le do chuid athruithe?"
#. Positive response to saving over old version
#. (like a 'File:Save' action in other applications)
-#: ../tuxpaint.c:15952
+#: ../tuxpaint.c:15953
msgid "Yes, replace the old one!"
msgstr "Forscríobh é!"
#. Negative response to saving over old version (saves a new image)
#. (like a 'File:Save As...' action in other applications)
-#: ../tuxpaint.c:15956
+#: ../tuxpaint.c:15957
msgid "No, save a new file!"
msgstr "Ná forscríobh, sábháil i gcomhad nua!"
-#: ../tuxpaint.c:17224
+#: ../tuxpaint.c:17225
msgid ""
"Choose a picture and then click “Open”, “Export”, “Template“, or “Erase”. "
"Click “Slides” to create a slideshow animation or “Back“ to return to your "
"current picture."
msgstr ""
-#: ../tuxpaint.c:17226
+#: ../tuxpaint.c:17227
msgid ""
"Choose a picture and then click “Open”, “Export”, or “Erase”. Click “Slides” "
"to create a slideshow animation or “Back“ to return to your current picture."
@@ -1460,63 +1460,63 @@ msgstr ""
#. None selected? Too dangerous to automatically select all (like we do for slideshow playback).
#. Only 1 selected? No point in saving as GIF.
#.
-#: ../tuxpaint.c:18895
+#: ../tuxpaint.c:18896
msgid "Select 2 or more drawings to turn into an animated GIF."
msgstr "Roghnaigh dhá líníocht, nó níos mó, chun GIF beoite a dhéanamh díobh."
#. Descriptions (names) of the color mixer tool's primary colors and shades
-#: ../tuxpaint.c:25112
+#: ../tuxpaint.c:25113
msgid "red"
msgstr "dearg"
-#: ../tuxpaint.c:25113
+#: ../tuxpaint.c:25114
msgid "yellow"
msgstr "buí"
-#: ../tuxpaint.c:25114
+#: ../tuxpaint.c:25115
msgid "blue"
msgstr "gorm"
-#: ../tuxpaint.c:25115
+#: ../tuxpaint.c:25116
msgid "white"
msgstr "bán"
-#: ../tuxpaint.c:25116
+#: ../tuxpaint.c:25117
msgid "grey"
msgstr "liath"
-#: ../tuxpaint.c:25117
+#: ../tuxpaint.c:25118
msgid "black"
msgstr "dubh"
#. 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:25122
+#: ../tuxpaint.c:25123
#, c-format
msgid "Your color is %1$s %2$s."
msgstr "Dath: %1$s %2$s."
-#: ../tuxpaint.c:25123
+#: ../tuxpaint.c:25124
#, c-format
msgid "Your color is %1$s %2$s and %3$s %4$s."
msgstr "Dath: %1$s %2$s agus %3$s %4$s."
-#: ../tuxpaint.c:25124
+#: ../tuxpaint.c:25125
#, c-format
msgid "Your color is %1$s %2$s, %3$s %4$s, and %5$s %6$s."
msgstr "Dath: %1$s %2$s, %3$s %4$s, agus %5$s %6$s."
-#: ../tuxpaint.c:25125
+#: ../tuxpaint.c:25126
#, c-format
msgid "Your color is %1$s %2$s, %3$s %4$s, %5$s %6$s, and %7$s %8$s."
msgstr "Dath: %1$s %2$s, %3$s %4$s, %5$s %6$s, agus %7$s %8$s."
-#: ../tuxpaint.c:25126
+#: ../tuxpaint.c:25127
#, 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 "Dath: %1$s %2$s, %3$s %4$s, %5$s %6$s, %7$s %8$s, agus %9$s %10$s."
-#: ../tuxpaint.c:25127
+#: ../tuxpaint.c:25128
#, c-format
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 "
@@ -1526,16 +1526,16 @@ msgstr ""
"%12$s."
#. Color mixer; e.g., "Your color is entirely grey."
-#: ../tuxpaint.c:25907 ../tuxpaint.c:25912
+#: ../tuxpaint.c:25908 ../tuxpaint.c:25913
msgid "entirely"
msgstr "go hiomlán"
#. Add "Color Select" color:
-#: ../tuxpaint.c:29087
+#: ../tuxpaint.c:29089
msgid "Select a color from your drawing."
msgstr "Roghnaigh dath ón líníocht."
-#: ../tuxpaint.c:29098
+#: ../tuxpaint.c:29100
msgid ""
"Pick a color. Hues go top to bottom. Saturation/intensity goes left (pale) "
"to right (pure). Value (lightness/darkness): grey bar."
@@ -1543,7 +1543,7 @@ msgstr ""
"Roghnaigh dath. Téann na líocha ó bhun go barr. Téann an sáithiú ó chlé "
"(níos báine) go deas (lándaite). Gile/dorchadas: an barra liath."
-#: ../tuxpaint.c:29112
+#: ../tuxpaint.c:29114
msgid ""
"Click the primary colors (red, yellow, and blue), white (to tint), grey (to "
"tone), and black (to shade), to mix together a new color."
@@ -2485,8 +2485,9 @@ msgstr ""
#: ../../magic/src/polyfill.c:32
msgid ""
-"Click multiple times in your picture to create a filled polygon. Click your "
-"starting position to complete the shape."
+"Click multiple times in your picture to create a filled polygon. You may "
+"drag control points to alter the shape. Click the first point to complete "
+"the shape."
msgstr ""
#: ../../magic/src/puzzle.c:112
diff --git a/src/po/gd.po b/src/po/gd.po
index 65ffb0368..ff9b6233a 100644
--- a/src/po/gd.po
+++ b/src/po/gd.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: tuxpaint\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2024-04-08 23:25-0700\n"
+"POT-Creation-Date: 2024-04-12 09:23-0700\n"
"PO-Revision-Date: 2021-09-02 12:18-0700\n"
"Last-Translator: GunChleoc \n"
"Language-Team: Fòram na Gàidhlig\n"
@@ -986,7 +986,7 @@ msgstr "Ùr"
#. Open a saved picture
#. Buttons for the file open dialog
#. Open dialog: 'Open' button, to load the selected picture
-#: ../tools.h:97 ../tuxpaint.c:9697
+#: ../tools.h:97 ../tuxpaint.c:9698
msgid "Open"
msgstr "Fosgail"
@@ -1400,90 +1400,90 @@ msgid "Please wait…"
msgstr "Fuirich greiseag…"
#. Open dialog: 'Erase' button, to erase/deleted the selected picture
-#: ../tuxpaint.c:9700
+#: ../tuxpaint.c:9701
msgid "Erase"
msgstr "Sgudail"
#. Open dialog: 'Slides' button, to switch to slide show mode
-#: ../tuxpaint.c:9703
+#: ../tuxpaint.c:9704
msgid "Slides"
msgstr "Sleamhnagan"
#. Open dialog: 'Template' button, to make a template out of a drawing
-#: ../tuxpaint.c:9706
+#: ../tuxpaint.c:9707
msgid "Template"
msgstr ""
#. Open dialog: 'Export' button, to copy an image to an easily-accessible location
-#: ../tuxpaint.c:9709
+#: ../tuxpaint.c:9710
msgid "Export"
msgstr "Às-phortaich"
#. Open dialog: 'Back' button, to dismiss Open dialog without opening a picture
-#: ../tuxpaint.c:9712
+#: ../tuxpaint.c:9713
msgid "Back"
msgstr "Air ais"
#. Slideshow: 'Play' button, to begin a slideshow sequence
-#: ../tuxpaint.c:9715
+#: ../tuxpaint.c:9716
msgid "Play"
msgstr "Cluich"
#. Slideshow: 'GIF Export' button, to create an animated GIF
-#: ../tuxpaint.c:9718
+#: ../tuxpaint.c:9719
msgid "GIF Export"
msgstr "Às-phortaich GIF"
#. Slideshow: 'Next' button, to load next slide (image)
-#: ../tuxpaint.c:9721
+#: ../tuxpaint.c:9722
msgid "Next"
msgstr "Air adhart"
#. Color mixer dialog: 'Clear' button, to reset the mixed color
-#: ../tuxpaint.c:9724
+#: ../tuxpaint.c:9725
msgid "Clear"
msgstr ""
#. Use the localized label string (e.g., "あぁ" in Japanese)
-#: ../tuxpaint.c:10659 ../tuxpaint.c:10662 ../tuxpaint.c:10663
+#: ../tuxpaint.c:10660 ../tuxpaint.c:10663 ../tuxpaint.c:10664
msgid "Aa"
msgstr "Aa"
#. Admittedly stupid way of determining which keys can be used for
#. positive and negative responses in dialogs (e.g., [Y] (for 'yes') in English)
-#: ../tuxpaint.c:14672
+#: ../tuxpaint.c:14673
msgid "Yes"
msgstr "Tha"
-#: ../tuxpaint.c:14676
+#: ../tuxpaint.c:14677
msgid "No"
msgstr "Chan eil"
#. Prompt to ask whether user wishes to save over old version of their file
-#: ../tuxpaint.c:15948
+#: ../tuxpaint.c:15949
msgid "Replace the picture with your changes?"
msgstr "An cuir mi na h-atharraichean agad an àite an deilbh?"
#. Positive response to saving over old version
#. (like a 'File:Save' action in other applications)
-#: ../tuxpaint.c:15952
+#: ../tuxpaint.c:15953
msgid "Yes, replace the old one!"
msgstr "Cuiridh, cuir an àite an t-seann fhir e!"
#. Negative response to saving over old version (saves a new image)
#. (like a 'File:Save As...' action in other applications)
-#: ../tuxpaint.c:15956
+#: ../tuxpaint.c:15957
msgid "No, save a new file!"
msgstr "Cha chuir, sàbhail ann am faidhle ùr e!"
-#: ../tuxpaint.c:17224
+#: ../tuxpaint.c:17225
msgid ""
"Choose a picture and then click “Open”, “Export”, “Template“, or “Erase”. "
"Click “Slides” to create a slideshow animation or “Back“ to return to your "
"current picture."
msgstr ""
-#: ../tuxpaint.c:17226
+#: ../tuxpaint.c:17227
msgid ""
"Choose a picture and then click “Open”, “Export”, or “Erase”. Click “Slides” "
"to create a slideshow animation or “Back“ to return to your current picture."
@@ -1492,71 +1492,71 @@ msgstr ""
#. None selected? Too dangerous to automatically select all (like we do for slideshow playback).
#. Only 1 selected? No point in saving as GIF.
#.
-#: ../tuxpaint.c:18895
+#: ../tuxpaint.c:18896
msgid "Select 2 or more drawings to turn into an animated GIF."
msgstr "Tagh iomadh dealbh airson GIF beòthaichte a dhèanamh diubh."
#. Descriptions (names) of the color mixer tool's primary colors and shades
-#: ../tuxpaint.c:25112
+#: ../tuxpaint.c:25113
msgid "red"
msgstr ""
-#: ../tuxpaint.c:25113
+#: ../tuxpaint.c:25114
#, fuzzy
#| msgid "Yellow!"
msgid "yellow"
msgstr "Buidhe!"
-#: ../tuxpaint.c:25114
+#: ../tuxpaint.c:25115
#, fuzzy
#| msgid "Sky blue!"
msgid "blue"
msgstr "Speur-ghorm!"
-#: ../tuxpaint.c:25115
+#: ../tuxpaint.c:25116
#, fuzzy
#| msgid "White!"
msgid "white"
msgstr "Geal!"
-#: ../tuxpaint.c:25116
+#: ../tuxpaint.c:25117
msgid "grey"
msgstr ""
-#: ../tuxpaint.c:25117
+#: ../tuxpaint.c:25118
#, fuzzy
#| msgid "Black!"
msgid "black"
msgstr "Dubh!"
#. 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:25122
+#: ../tuxpaint.c:25123
#, c-format
msgid "Your color is %1$s %2$s."
msgstr ""
-#: ../tuxpaint.c:25123
+#: ../tuxpaint.c:25124
#, c-format
msgid "Your color is %1$s %2$s and %3$s %4$s."
msgstr ""
-#: ../tuxpaint.c:25124
+#: ../tuxpaint.c:25125
#, c-format
msgid "Your color is %1$s %2$s, %3$s %4$s, and %5$s %6$s."
msgstr ""
-#: ../tuxpaint.c:25125
+#: ../tuxpaint.c:25126
#, c-format
msgid "Your color is %1$s %2$s, %3$s %4$s, %5$s %6$s, and %7$s %8$s."
msgstr ""
-#: ../tuxpaint.c:25126
+#: ../tuxpaint.c:25127
#, 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 ""
-#: ../tuxpaint.c:25127
+#: ../tuxpaint.c:25128
#, c-format
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 "
@@ -1564,22 +1564,22 @@ msgid ""
msgstr ""
#. Color mixer; e.g., "Your color is entirely grey."
-#: ../tuxpaint.c:25907 ../tuxpaint.c:25912
+#: ../tuxpaint.c:25908 ../tuxpaint.c:25913
msgid "entirely"
msgstr ""
#. Add "Color Select" color:
-#: ../tuxpaint.c:29087
+#: ../tuxpaint.c:29089
msgid "Select a color from your drawing."
msgstr "Tagh dath on dealbh agad."
-#: ../tuxpaint.c:29098
+#: ../tuxpaint.c:29100
msgid ""
"Pick a color. Hues go top to bottom. Saturation/intensity goes left (pale) "
"to right (pure). Value (lightness/darkness): grey bar."
msgstr ""
-#: ../tuxpaint.c:29112
+#: ../tuxpaint.c:29114
msgid ""
"Click the primary colors (red, yellow, and blue), white (to tint), grey (to "
"tone), and black (to shade), to mix together a new color."
@@ -2636,8 +2636,9 @@ msgstr ""
#: ../../magic/src/polyfill.c:32
msgid ""
-"Click multiple times in your picture to create a filled polygon. Click your "
-"starting position to complete the shape."
+"Click multiple times in your picture to create a filled polygon. You may "
+"drag control points to alter the shape. Click the first point to complete "
+"the shape."
msgstr ""
#: ../../magic/src/puzzle.c:112
diff --git a/src/po/gl.po b/src/po/gl.po
index f523c2415..9110056d1 100644
--- a/src/po/gl.po
+++ b/src/po/gl.po
@@ -11,7 +11,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Tux Paint\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2024-04-08 23:25-0700\n"
+"POT-Creation-Date: 2024-04-12 09:23-0700\n"
"PO-Revision-Date: 2021-03-03 10:01+0100\n"
"Last-Translator: Miguel Anxo Bouzada \n"
"Language-Team: Proxecto Trasno \n"
@@ -984,7 +984,7 @@ msgstr "Novo"
#. Open a saved picture
#. Buttons for the file open dialog
#. Open dialog: 'Open' button, to load the selected picture
-#: ../tools.h:97 ../tuxpaint.c:9697
+#: ../tools.h:97 ../tuxpaint.c:9698
msgid "Open"
msgstr "Abrir"
@@ -1391,90 +1391,90 @@ msgid "Please wait…"
msgstr "Agarda un chisco…"
#. Open dialog: 'Erase' button, to erase/deleted the selected picture
-#: ../tuxpaint.c:9700
+#: ../tuxpaint.c:9701
msgid "Erase"
msgstr "Borrar"
#. Open dialog: 'Slides' button, to switch to slide show mode
-#: ../tuxpaint.c:9703
+#: ../tuxpaint.c:9704
msgid "Slides"
msgstr "Diapositivas"
#. Open dialog: 'Template' button, to make a template out of a drawing
-#: ../tuxpaint.c:9706
+#: ../tuxpaint.c:9707
msgid "Template"
msgstr ""
#. Open dialog: 'Export' button, to copy an image to an easily-accessible location
-#: ../tuxpaint.c:9709
+#: ../tuxpaint.c:9710
msgid "Export"
msgstr "Exportar"
#. Open dialog: 'Back' button, to dismiss Open dialog without opening a picture
-#: ../tuxpaint.c:9712
+#: ../tuxpaint.c:9713
msgid "Back"
msgstr "Atrás"
#. Slideshow: 'Play' button, to begin a slideshow sequence
-#: ../tuxpaint.c:9715
+#: ../tuxpaint.c:9716
msgid "Play"
msgstr "Reproducir"
#. Slideshow: 'GIF Export' button, to create an animated GIF
-#: ../tuxpaint.c:9718
+#: ../tuxpaint.c:9719
msgid "GIF Export"
msgstr "Exportar o GIF"
#. Slideshow: 'Next' button, to load next slide (image)
-#: ../tuxpaint.c:9721
+#: ../tuxpaint.c:9722
msgid "Next"
msgstr "Seguinte"
#. Color mixer dialog: 'Clear' button, to reset the mixed color
-#: ../tuxpaint.c:9724
+#: ../tuxpaint.c:9725
msgid "Clear"
msgstr ""
#. Use the localized label string (e.g., "あぁ" in Japanese)
-#: ../tuxpaint.c:10659 ../tuxpaint.c:10662 ../tuxpaint.c:10663
+#: ../tuxpaint.c:10660 ../tuxpaint.c:10663 ../tuxpaint.c:10664
msgid "Aa"
msgstr "Aa"
#. Admittedly stupid way of determining which keys can be used for
#. positive and negative responses in dialogs (e.g., [Y] (for 'yes') in English)
-#: ../tuxpaint.c:14672
+#: ../tuxpaint.c:14673
msgid "Yes"
msgstr "Si"
-#: ../tuxpaint.c:14676
+#: ../tuxpaint.c:14677
msgid "No"
msgstr "Non"
#. Prompt to ask whether user wishes to save over old version of their file
-#: ../tuxpaint.c:15948
+#: ../tuxpaint.c:15949
msgid "Replace the picture with your changes?"
msgstr "Queres substituír o debuxo cos teus cambios?"
#. Positive response to saving over old version
#. (like a 'File:Save' action in other applications)
-#: ../tuxpaint.c:15952
+#: ../tuxpaint.c:15953
msgid "Yes, replace the old one!"
msgstr "Si, substitúe o antigo!"
#. Negative response to saving over old version (saves a new image)
#. (like a 'File:Save As...' action in other applications)
-#: ../tuxpaint.c:15956
+#: ../tuxpaint.c:15957
msgid "No, save a new file!"
msgstr "Non, gárdao nun novo ficheiro!"
-#: ../tuxpaint.c:17224
+#: ../tuxpaint.c:17225
msgid ""
"Choose a picture and then click “Open”, “Export”, “Template“, or “Erase”. "
"Click “Slides” to create a slideshow animation or “Back“ to return to your "
"current picture."
msgstr ""
-#: ../tuxpaint.c:17226
+#: ../tuxpaint.c:17227
msgid ""
"Choose a picture and then click “Open”, “Export”, or “Erase”. Click “Slides” "
"to create a slideshow animation or “Back“ to return to your current picture."
@@ -1483,71 +1483,71 @@ msgstr ""
#. None selected? Too dangerous to automatically select all (like we do for slideshow playback).
#. Only 1 selected? No point in saving as GIF.
#.
-#: ../tuxpaint.c:18895
+#: ../tuxpaint.c:18896
msgid "Select 2 or more drawings to turn into an animated GIF."
msgstr "Selecciona 2 ou máis debuxos para convertelos nun GIF animado."
#. Descriptions (names) of the color mixer tool's primary colors and shades
-#: ../tuxpaint.c:25112
+#: ../tuxpaint.c:25113
msgid "red"
msgstr ""
-#: ../tuxpaint.c:25113
+#: ../tuxpaint.c:25114
#, fuzzy
#| msgid "Yellow!"
msgid "yellow"
msgstr "Amarelo!"
-#: ../tuxpaint.c:25114
+#: ../tuxpaint.c:25115
#, fuzzy
#| msgid "Sky blue!"
msgid "blue"
msgstr "Azul cesleste!"
-#: ../tuxpaint.c:25115
+#: ../tuxpaint.c:25116
#, fuzzy
#| msgid "White!"
msgid "white"
msgstr "Branco!"
-#: ../tuxpaint.c:25116
+#: ../tuxpaint.c:25117
msgid "grey"
msgstr ""
-#: ../tuxpaint.c:25117
+#: ../tuxpaint.c:25118
#, fuzzy
#| msgid "Black!"
msgid "black"
msgstr "Negro!"
#. 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:25122
+#: ../tuxpaint.c:25123
#, c-format
msgid "Your color is %1$s %2$s."
msgstr ""
-#: ../tuxpaint.c:25123
+#: ../tuxpaint.c:25124
#, c-format
msgid "Your color is %1$s %2$s and %3$s %4$s."
msgstr ""
-#: ../tuxpaint.c:25124
+#: ../tuxpaint.c:25125
#, c-format
msgid "Your color is %1$s %2$s, %3$s %4$s, and %5$s %6$s."
msgstr ""
-#: ../tuxpaint.c:25125
+#: ../tuxpaint.c:25126
#, c-format
msgid "Your color is %1$s %2$s, %3$s %4$s, %5$s %6$s, and %7$s %8$s."
msgstr ""
-#: ../tuxpaint.c:25126
+#: ../tuxpaint.c:25127
#, 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 ""
-#: ../tuxpaint.c:25127
+#: ../tuxpaint.c:25128
#, c-format
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 "
@@ -1555,22 +1555,22 @@ msgid ""
msgstr ""
#. Color mixer; e.g., "Your color is entirely grey."
-#: ../tuxpaint.c:25907 ../tuxpaint.c:25912
+#: ../tuxpaint.c:25908 ../tuxpaint.c:25913
msgid "entirely"
msgstr ""
#. Add "Color Select" color:
-#: ../tuxpaint.c:29087
+#: ../tuxpaint.c:29089
msgid "Select a color from your drawing."
msgstr "Selecciona unha cor do teu debuxo."
-#: ../tuxpaint.c:29098
+#: ../tuxpaint.c:29100
msgid ""
"Pick a color. Hues go top to bottom. Saturation/intensity goes left (pale) "
"to right (pure). Value (lightness/darkness): grey bar."
msgstr ""
-#: ../tuxpaint.c:29112
+#: ../tuxpaint.c:29114
msgid ""
"Click the primary colors (red, yellow, and blue), white (to tint), grey (to "
"tone), and black (to shade), to mix together a new color."
@@ -2579,8 +2579,9 @@ msgstr ""
#: ../../magic/src/polyfill.c:32
msgid ""
-"Click multiple times in your picture to create a filled polygon. Click your "
-"starting position to complete the shape."
+"Click multiple times in your picture to create a filled polygon. You may "
+"drag control points to alter the shape. Click the first point to complete "
+"the shape."
msgstr ""
#: ../../magic/src/puzzle.c:112
diff --git a/src/po/gos.po b/src/po/gos.po
index 24603450c..c270be633 100644
--- a/src/po/gos.po
+++ b/src/po/gos.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: tuxpaint 0.9.14\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2024-04-08 23:25-0700\n"
+"POT-Creation-Date: 2024-04-12 09:23-0700\n"
"PO-Revision-Date: 2005-07-26 01:30-0800\n"
"Last-Translator: Bill Kendrick \n"
"Language-Team: \n"
@@ -974,7 +974,7 @@ msgstr "Nij"
#. Open a saved picture
#. Buttons for the file open dialog
#. Open dialog: 'Open' button, to load the selected picture
-#: ../tools.h:97 ../tuxpaint.c:9697
+#: ../tools.h:97 ../tuxpaint.c:9698
msgid "Open"
msgstr "Lösdoun"
@@ -1379,92 +1379,92 @@ msgid "Please wait…"
msgstr ""
#. Open dialog: 'Erase' button, to erase/deleted the selected picture
-#: ../tuxpaint.c:9700
+#: ../tuxpaint.c:9701
msgid "Erase"
msgstr "Votsmieten"
#. Open dialog: 'Slides' button, to switch to slide show mode
-#: ../tuxpaint.c:9703
+#: ../tuxpaint.c:9704
msgid "Slides"
msgstr ""
#. Open dialog: 'Template' button, to make a template out of a drawing
-#: ../tuxpaint.c:9706
+#: ../tuxpaint.c:9707
msgid "Template"
msgstr ""
#. Open dialog: 'Export' button, to copy an image to an easily-accessible location
-#: ../tuxpaint.c:9709
+#: ../tuxpaint.c:9710
msgid "Export"
msgstr ""
#. Open dialog: 'Back' button, to dismiss Open dialog without opening a picture
-#: ../tuxpaint.c:9712
+#: ../tuxpaint.c:9713
msgid "Back"
msgstr "Weerumme"
#. Slideshow: 'Play' button, to begin a slideshow sequence
-#: ../tuxpaint.c:9715
+#: ../tuxpaint.c:9716
msgid "Play"
msgstr ""
#. Slideshow: 'GIF Export' button, to create an animated GIF
-#: ../tuxpaint.c:9718
+#: ../tuxpaint.c:9719
msgid "GIF Export"
msgstr ""
#. Slideshow: 'Next' button, to load next slide (image)
-#: ../tuxpaint.c:9721
+#: ../tuxpaint.c:9722
#, fuzzy
msgid "Next"
msgstr "Tekst"
#. Color mixer dialog: 'Clear' button, to reset the mixed color
-#: ../tuxpaint.c:9724
+#: ../tuxpaint.c:9725
msgid "Clear"
msgstr ""
#. Use the localized label string (e.g., "あぁ" in Japanese)
-#: ../tuxpaint.c:10659 ../tuxpaint.c:10662 ../tuxpaint.c:10663
+#: ../tuxpaint.c:10660 ../tuxpaint.c:10663 ../tuxpaint.c:10664
msgid "Aa"
msgstr ""
#. Admittedly stupid way of determining which keys can be used for
#. positive and negative responses in dialogs (e.g., [Y] (for 'yes') in English)
-#: ../tuxpaint.c:14672
+#: ../tuxpaint.c:14673
msgid "Yes"
msgstr "Ja"
-#: ../tuxpaint.c:14676
+#: ../tuxpaint.c:14677
msgid "No"
msgstr "Nee"
#. Prompt to ask whether user wishes to save over old version of their file
-#: ../tuxpaint.c:15948
+#: ../tuxpaint.c:15949
msgid "Replace the picture with your changes?"
msgstr ""
#. Positive response to saving over old version
#. (like a 'File:Save' action in other applications)
-#: ../tuxpaint.c:15952
+#: ../tuxpaint.c:15953
msgid "Yes, replace the old one!"
msgstr ""
#. Negative response to saving over old version (saves a new image)
#. (like a 'File:Save As...' action in other applications)
-#: ../tuxpaint.c:15956
+#: ../tuxpaint.c:15957
#, fuzzy
msgid "No, save a new file!"
msgstr "Nee, n nij bestaand bewoaren"
-#: ../tuxpaint.c:17224
+#: ../tuxpaint.c:17225
msgid ""
"Choose a picture and then click “Open”, “Export”, “Template“, or “Erase”. "
"Click “Slides” to create a slideshow animation or “Back“ to return to your "
"current picture."
msgstr ""
-#: ../tuxpaint.c:17226
+#: ../tuxpaint.c:17227
msgid ""
"Choose a picture and then click “Open”, “Export”, or “Erase”. Click “Slides” "
"to create a slideshow animation or “Back“ to return to your current picture."
@@ -1473,69 +1473,69 @@ msgstr ""
#. None selected? Too dangerous to automatically select all (like we do for slideshow playback).
#. Only 1 selected? No point in saving as GIF.
#.
-#: ../tuxpaint.c:18895
+#: ../tuxpaint.c:18896
msgid "Select 2 or more drawings to turn into an animated GIF."
msgstr ""
#. Descriptions (names) of the color mixer tool's primary colors and shades
-#: ../tuxpaint.c:25112
+#: ../tuxpaint.c:25113
msgid "red"
msgstr ""
-#: ../tuxpaint.c:25113
+#: ../tuxpaint.c:25114
#, fuzzy
#| msgid "Yellow!"
msgid "yellow"
msgstr "Geel!"
-#: ../tuxpaint.c:25114
+#: ../tuxpaint.c:25115
msgid "blue"
msgstr ""
-#: ../tuxpaint.c:25115
+#: ../tuxpaint.c:25116
#, fuzzy
#| msgid "White!"
msgid "white"
msgstr "Wit!"
-#: ../tuxpaint.c:25116
+#: ../tuxpaint.c:25117
msgid "grey"
msgstr ""
-#: ../tuxpaint.c:25117
+#: ../tuxpaint.c:25118
#, fuzzy
#| msgid "Black!"
msgid "black"
msgstr "Zwaart!"
#. 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:25122
+#: ../tuxpaint.c:25123
#, c-format
msgid "Your color is %1$s %2$s."
msgstr ""
-#: ../tuxpaint.c:25123
+#: ../tuxpaint.c:25124
#, c-format
msgid "Your color is %1$s %2$s and %3$s %4$s."
msgstr ""
-#: ../tuxpaint.c:25124
+#: ../tuxpaint.c:25125
#, c-format
msgid "Your color is %1$s %2$s, %3$s %4$s, and %5$s %6$s."
msgstr ""
-#: ../tuxpaint.c:25125
+#: ../tuxpaint.c:25126
#, c-format
msgid "Your color is %1$s %2$s, %3$s %4$s, %5$s %6$s, and %7$s %8$s."
msgstr ""
-#: ../tuxpaint.c:25126
+#: ../tuxpaint.c:25127
#, 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 ""
-#: ../tuxpaint.c:25127
+#: ../tuxpaint.c:25128
#, c-format
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 "
@@ -1543,22 +1543,22 @@ msgid ""
msgstr ""
#. Color mixer; e.g., "Your color is entirely grey."
-#: ../tuxpaint.c:25907 ../tuxpaint.c:25912
+#: ../tuxpaint.c:25908 ../tuxpaint.c:25913
msgid "entirely"
msgstr ""
#. Add "Color Select" color:
-#: ../tuxpaint.c:29087
+#: ../tuxpaint.c:29089
msgid "Select a color from your drawing."
msgstr ""
-#: ../tuxpaint.c:29098
+#: ../tuxpaint.c:29100
msgid ""
"Pick a color. Hues go top to bottom. Saturation/intensity goes left (pale) "
"to right (pure). Value (lightness/darkness): grey bar."
msgstr ""
-#: ../tuxpaint.c:29112
+#: ../tuxpaint.c:29114
msgid ""
"Click the primary colors (red, yellow, and blue), white (to tint), grey (to "
"tone), and black (to shade), to mix together a new color."
@@ -2514,8 +2514,9 @@ msgstr ""
#: ../../magic/src/polyfill.c:32
msgid ""
-"Click multiple times in your picture to create a filled polygon. Click your "
-"starting position to complete the shape."
+"Click multiple times in your picture to create a filled polygon. You may "
+"drag control points to alter the shape. Click the first point to complete "
+"the shape."
msgstr ""
#: ../../magic/src/puzzle.c:112
diff --git a/src/po/gu.po b/src/po/gu.po
index 89be1c677..26b2579f9 100644
--- a/src/po/gu.po
+++ b/src/po/gu.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: tuxpaint\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2024-04-08 23:25-0700\n"
+"POT-Creation-Date: 2024-04-12 09:23-0700\n"
"PO-Revision-Date: 2017-12-31 11:57+0530\n"
"Last-Translator: Kartik Mistry \n"
"Language-Team: Gujarati \n"
@@ -947,7 +947,7 @@ msgstr "નવું"
#. Open a saved picture
#. Buttons for the file open dialog
#. Open dialog: 'Open' button, to load the selected picture
-#: ../tools.h:97 ../tuxpaint.c:9697
+#: ../tools.h:97 ../tuxpaint.c:9698
msgid "Open"
msgstr "ખોલો"
@@ -1362,90 +1362,90 @@ msgid "Please wait…"
msgstr "મહેરબાની કરી રાહ જુઓ..."
#. Open dialog: 'Erase' button, to erase/deleted the selected picture
-#: ../tuxpaint.c:9700
+#: ../tuxpaint.c:9701
msgid "Erase"
msgstr "ભૂંસો"
#. Open dialog: 'Slides' button, to switch to slide show mode
-#: ../tuxpaint.c:9703
+#: ../tuxpaint.c:9704
msgid "Slides"
msgstr "સ્લાઇડો"
#. Open dialog: 'Template' button, to make a template out of a drawing
-#: ../tuxpaint.c:9706
+#: ../tuxpaint.c:9707
msgid "Template"
msgstr ""
#. Open dialog: 'Export' button, to copy an image to an easily-accessible location
-#: ../tuxpaint.c:9709
+#: ../tuxpaint.c:9710
msgid "Export"
msgstr "નિકાસ"
#. Open dialog: 'Back' button, to dismiss Open dialog without opening a picture
-#: ../tuxpaint.c:9712
+#: ../tuxpaint.c:9713
msgid "Back"
msgstr "પાછા"
#. Slideshow: 'Play' button, to begin a slideshow sequence
-#: ../tuxpaint.c:9715
+#: ../tuxpaint.c:9716
msgid "Play"
msgstr "ચાલુ"
#. Slideshow: 'GIF Export' button, to create an animated GIF
-#: ../tuxpaint.c:9718
+#: ../tuxpaint.c:9719
msgid "GIF Export"
msgstr "GIF નિકાસ"
#. Slideshow: 'Next' button, to load next slide (image)
-#: ../tuxpaint.c:9721
+#: ../tuxpaint.c:9722
msgid "Next"
msgstr "આગળ"
#. Color mixer dialog: 'Clear' button, to reset the mixed color
-#: ../tuxpaint.c:9724
+#: ../tuxpaint.c:9725
msgid "Clear"
msgstr "સાફ કરો"
#. Use the localized label string (e.g., "あぁ" in Japanese)
-#: ../tuxpaint.c:10659 ../tuxpaint.c:10662 ../tuxpaint.c:10663
+#: ../tuxpaint.c:10660 ../tuxpaint.c:10663 ../tuxpaint.c:10664
msgid "Aa"
msgstr "આ"
#. Admittedly stupid way of determining which keys can be used for
#. positive and negative responses in dialogs (e.g., [Y] (for 'yes') in English)
-#: ../tuxpaint.c:14672
+#: ../tuxpaint.c:14673
msgid "Yes"
msgstr "હા"
-#: ../tuxpaint.c:14676
+#: ../tuxpaint.c:14677
msgid "No"
msgstr "ના"
#. Prompt to ask whether user wishes to save over old version of their file
-#: ../tuxpaint.c:15948
+#: ../tuxpaint.c:15949
msgid "Replace the picture with your changes?"
msgstr "ચિત્રને તમે કરેલા ફેરફારો સાથે બદલશો?"
#. Positive response to saving over old version
#. (like a 'File:Save' action in other applications)
-#: ../tuxpaint.c:15952
+#: ../tuxpaint.c:15953
msgid "Yes, replace the old one!"
msgstr "હા, જુની ફાઇલને બદલો!"
#. Negative response to saving over old version (saves a new image)
#. (like a 'File:Save As...' action in other applications)
-#: ../tuxpaint.c:15956
+#: ../tuxpaint.c:15957
msgid "No, save a new file!"
msgstr "ના, નવી ફાઇલને સાચવો!"
-#: ../tuxpaint.c:17224
+#: ../tuxpaint.c:17225
msgid ""
"Choose a picture and then click “Open”, “Export”, “Template“, or “Erase”. "
"Click “Slides” to create a slideshow animation or “Back“ to return to your "
"current picture."
msgstr ""
-#: ../tuxpaint.c:17226
+#: ../tuxpaint.c:17227
msgid ""
"Choose a picture and then click “Open”, “Export”, or “Erase”. Click “Slides” "
"to create a slideshow animation or “Back“ to return to your current picture."
@@ -1454,63 +1454,63 @@ msgstr ""
#. None selected? Too dangerous to automatically select all (like we do for slideshow playback).
#. Only 1 selected? No point in saving as GIF.
#.
-#: ../tuxpaint.c:18895
+#: ../tuxpaint.c:18896
msgid "Select 2 or more drawings to turn into an animated GIF."
msgstr ""
#. Descriptions (names) of the color mixer tool's primary colors and shades
-#: ../tuxpaint.c:25112
+#: ../tuxpaint.c:25113
msgid "red"
msgstr "લાલ"
-#: ../tuxpaint.c:25113
+#: ../tuxpaint.c:25114
msgid "yellow"
msgstr "પીળો"
-#: ../tuxpaint.c:25114
+#: ../tuxpaint.c:25115
msgid "blue"
msgstr "વાદળી"
-#: ../tuxpaint.c:25115
+#: ../tuxpaint.c:25116
msgid "white"
msgstr "સફેદ"
-#: ../tuxpaint.c:25116
+#: ../tuxpaint.c:25117
msgid "grey"
msgstr "ભૂખરો"
-#: ../tuxpaint.c:25117
+#: ../tuxpaint.c:25118
msgid "black"
msgstr "કાળું"
#. 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:25122
+#: ../tuxpaint.c:25123
#, c-format
msgid "Your color is %1$s %2$s."
msgstr "તમારો રંગ %1$s %2$s છે."
-#: ../tuxpaint.c:25123
+#: ../tuxpaint.c:25124
#, c-format
msgid "Your color is %1$s %2$s and %3$s %4$s."
msgstr "તમારો રંગ %1$s %2$s અને %3$s %4$s છે."
-#: ../tuxpaint.c:25124
+#: ../tuxpaint.c:25125
#, c-format
msgid "Your color is %1$s %2$s, %3$s %4$s, and %5$s %6$s."
msgstr "તમારો રંગ %1$s %2$s, %3$s %4$s, અને %5$s %6$s છે."
-#: ../tuxpaint.c:25125
+#: ../tuxpaint.c:25126
#, c-format
msgid "Your color is %1$s %2$s, %3$s %4$s, %5$s %6$s, and %7$s %8$s."
msgstr "તમારો રંગ %1$s %2$s, %3$s %4$s, %5$s %6$s, અને %7$s %8$s છે."
-#: ../tuxpaint.c:25126
+#: ../tuxpaint.c:25127
#, 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 ""
-#: ../tuxpaint.c:25127
+#: ../tuxpaint.c:25128
#, c-format
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 "
@@ -1518,22 +1518,22 @@ msgid ""
msgstr ""
#. Color mixer; e.g., "Your color is entirely grey."
-#: ../tuxpaint.c:25907 ../tuxpaint.c:25912
+#: ../tuxpaint.c:25908 ../tuxpaint.c:25913
msgid "entirely"
msgstr "સંપૂર્ણ"
#. Add "Color Select" color:
-#: ../tuxpaint.c:29087
+#: ../tuxpaint.c:29089
msgid "Select a color from your drawing."
msgstr "તમારા ચિત્રમાંથી રંગ પસંદ કરો."
-#: ../tuxpaint.c:29098
+#: ../tuxpaint.c:29100
msgid ""
"Pick a color. Hues go top to bottom. Saturation/intensity goes left (pale) "
"to right (pure). Value (lightness/darkness): grey bar."
msgstr ""
-#: ../tuxpaint.c:29112
+#: ../tuxpaint.c:29114
msgid ""
"Click the primary colors (red, yellow, and blue), white (to tint), grey (to "
"tone), and black (to shade), to mix together a new color."
@@ -2478,8 +2478,9 @@ msgstr ""
#: ../../magic/src/polyfill.c:32
msgid ""
-"Click multiple times in your picture to create a filled polygon. Click your "
-"starting position to complete the shape."
+"Click multiple times in your picture to create a filled polygon. You may "
+"drag control points to alter the shape. Click the first point to complete "
+"the shape."
msgstr ""
#: ../../magic/src/puzzle.c:112
diff --git a/src/po/he.po b/src/po/he.po
index 30338dffb..67ba16a12 100644
--- a/src/po/he.po
+++ b/src/po/he.po
@@ -10,7 +10,7 @@ msgid ""
msgstr ""
"Project-Id-Version: he\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2024-04-08 23:25-0700\n"
+"POT-Creation-Date: 2024-04-12 09:23-0700\n"
"PO-Revision-Date: 2009-05-10 21:45+0200\n"
"Last-Translator: Jorge Mariano \n"
"Language-Team: Hebrew \n"
@@ -982,7 +982,7 @@ msgstr "חדש"
#. Open a saved picture
#. Buttons for the file open dialog
#. Open dialog: 'Open' button, to load the selected picture
-#: ../tools.h:97 ../tuxpaint.c:9697
+#: ../tools.h:97 ../tuxpaint.c:9698
msgid "Open"
msgstr "פתיחה"
@@ -1381,90 +1381,90 @@ msgid "Please wait…"
msgstr "אנא חכה..."
#. Open dialog: 'Erase' button, to erase/deleted the selected picture
-#: ../tuxpaint.c:9700
+#: ../tuxpaint.c:9701
msgid "Erase"
msgstr "מחק"
#. Open dialog: 'Slides' button, to switch to slide show mode
-#: ../tuxpaint.c:9703
+#: ../tuxpaint.c:9704
msgid "Slides"
msgstr "שקופיות"
#. Open dialog: 'Template' button, to make a template out of a drawing
-#: ../tuxpaint.c:9706
+#: ../tuxpaint.c:9707
msgid "Template"
msgstr ""
#. Open dialog: 'Export' button, to copy an image to an easily-accessible location
-#: ../tuxpaint.c:9709
+#: ../tuxpaint.c:9710
msgid "Export"
msgstr ""
#. Open dialog: 'Back' button, to dismiss Open dialog without opening a picture
-#: ../tuxpaint.c:9712
+#: ../tuxpaint.c:9713
msgid "Back"
msgstr "חזרה"
#. Slideshow: 'Play' button, to begin a slideshow sequence
-#: ../tuxpaint.c:9715
+#: ../tuxpaint.c:9716
msgid "Play"
msgstr "הצג"
#. Slideshow: 'GIF Export' button, to create an animated GIF
-#: ../tuxpaint.c:9718
+#: ../tuxpaint.c:9719
msgid "GIF Export"
msgstr ""
#. Slideshow: 'Next' button, to load next slide (image)
-#: ../tuxpaint.c:9721
+#: ../tuxpaint.c:9722
msgid "Next"
msgstr "הבא"
#. Color mixer dialog: 'Clear' button, to reset the mixed color
-#: ../tuxpaint.c:9724
+#: ../tuxpaint.c:9725
msgid "Clear"
msgstr ""
#. Use the localized label string (e.g., "あぁ" in Japanese)
-#: ../tuxpaint.c:10659 ../tuxpaint.c:10662 ../tuxpaint.c:10663
+#: ../tuxpaint.c:10660 ../tuxpaint.c:10663 ../tuxpaint.c:10664
msgid "Aa"
msgstr "Aa"
#. Admittedly stupid way of determining which keys can be used for
#. positive and negative responses in dialogs (e.g., [Y] (for 'yes') in English)
-#: ../tuxpaint.c:14672
+#: ../tuxpaint.c:14673
msgid "Yes"
msgstr "כן"
-#: ../tuxpaint.c:14676
+#: ../tuxpaint.c:14677
msgid "No"
msgstr "לא"
#. Prompt to ask whether user wishes to save over old version of their file
-#: ../tuxpaint.c:15948
+#: ../tuxpaint.c:15949
msgid "Replace the picture with your changes?"
msgstr "החלף תמונה עם השינויים שעשית?"
#. Positive response to saving over old version
#. (like a 'File:Save' action in other applications)
-#: ../tuxpaint.c:15952
+#: ../tuxpaint.c:15953
msgid "Yes, replace the old one!"
msgstr "כן, החלף את הישנה!"
#. Negative response to saving over old version (saves a new image)
#. (like a 'File:Save As...' action in other applications)
-#: ../tuxpaint.c:15956
+#: ../tuxpaint.c:15957
msgid "No, save a new file!"
msgstr "לא, שמור בקובץ חדש!"
-#: ../tuxpaint.c:17224
+#: ../tuxpaint.c:17225
msgid ""
"Choose a picture and then click “Open”, “Export”, “Template“, or “Erase”. "
"Click “Slides” to create a slideshow animation or “Back“ to return to your "
"current picture."
msgstr ""
-#: ../tuxpaint.c:17226
+#: ../tuxpaint.c:17227
msgid ""
"Choose a picture and then click “Open”, “Export”, or “Erase”. Click “Slides” "
"to create a slideshow animation or “Back“ to return to your current picture."
@@ -1473,72 +1473,72 @@ msgstr ""
#. None selected? Too dangerous to automatically select all (like we do for slideshow playback).
#. Only 1 selected? No point in saving as GIF.
#.
-#: ../tuxpaint.c:18895
+#: ../tuxpaint.c:18896
msgid "Select 2 or more drawings to turn into an animated GIF."
msgstr ""
#. Descriptions (names) of the color mixer tool's primary colors and shades
-#: ../tuxpaint.c:25112
+#: ../tuxpaint.c:25113
msgid "red"
msgstr ""
-#: ../tuxpaint.c:25113
+#: ../tuxpaint.c:25114
#, fuzzy
#| msgid "Yellow!"
msgid "yellow"
msgstr "צהוב!"
# This may sound a bit weird to some; it might need to be checked.
-#: ../tuxpaint.c:25114
+#: ../tuxpaint.c:25115
#, fuzzy
#| msgid "Sky blue!"
msgid "blue"
msgstr "כחול שמיים!"
-#: ../tuxpaint.c:25115
+#: ../tuxpaint.c:25116
#, fuzzy
#| msgid "White!"
msgid "white"
msgstr "לבן!"
-#: ../tuxpaint.c:25116
+#: ../tuxpaint.c:25117
msgid "grey"
msgstr ""
-#: ../tuxpaint.c:25117
+#: ../tuxpaint.c:25118
#, fuzzy
#| msgid "Black!"
msgid "black"
msgstr "שחור!"
#. 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:25122
+#: ../tuxpaint.c:25123
#, c-format
msgid "Your color is %1$s %2$s."
msgstr ""
-#: ../tuxpaint.c:25123
+#: ../tuxpaint.c:25124
#, c-format
msgid "Your color is %1$s %2$s and %3$s %4$s."
msgstr ""
-#: ../tuxpaint.c:25124
+#: ../tuxpaint.c:25125
#, c-format
msgid "Your color is %1$s %2$s, %3$s %4$s, and %5$s %6$s."
msgstr ""
-#: ../tuxpaint.c:25125
+#: ../tuxpaint.c:25126
#, c-format
msgid "Your color is %1$s %2$s, %3$s %4$s, %5$s %6$s, and %7$s %8$s."
msgstr ""
-#: ../tuxpaint.c:25126
+#: ../tuxpaint.c:25127
#, 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 ""
-#: ../tuxpaint.c:25127
+#: ../tuxpaint.c:25128
#, c-format
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 "
@@ -1546,22 +1546,22 @@ msgid ""
msgstr ""
#. Color mixer; e.g., "Your color is entirely grey."
-#: ../tuxpaint.c:25907 ../tuxpaint.c:25912
+#: ../tuxpaint.c:25908 ../tuxpaint.c:25913
msgid "entirely"
msgstr ""
#. Add "Color Select" color:
-#: ../tuxpaint.c:29087
+#: ../tuxpaint.c:29089
msgid "Select a color from your drawing."
msgstr ""
-#: ../tuxpaint.c:29098
+#: ../tuxpaint.c:29100
msgid ""
"Pick a color. Hues go top to bottom. Saturation/intensity goes left (pale) "
"to right (pure). Value (lightness/darkness): grey bar."
msgstr ""
-#: ../tuxpaint.c:29112
+#: ../tuxpaint.c:29114
msgid ""
"Click the primary colors (red, yellow, and blue), white (to tint), grey (to "
"tone), and black (to shade), to mix together a new color."
@@ -2587,8 +2587,9 @@ msgstr ""
#: ../../magic/src/polyfill.c:32
msgid ""
-"Click multiple times in your picture to create a filled polygon. Click your "
-"starting position to complete the shape."
+"Click multiple times in your picture to create a filled polygon. You may "
+"drag control points to alter the shape. Click the first point to complete "
+"the shape."
msgstr ""
#: ../../magic/src/puzzle.c:112
diff --git a/src/po/hi.po b/src/po/hi.po
index 549831e4a..9a00a5a9a 100644
--- a/src/po/hi.po
+++ b/src/po/hi.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: tuxpaint 0.9.14\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2024-04-08 23:25-0700\n"
+"POT-Creation-Date: 2024-04-12 09:23-0700\n"
"PO-Revision-Date: 2014-08-09 02:17+1000\n"
"Last-Translator: Ashish Arora \n"
"Language-Team: Hindi\n"
@@ -975,7 +975,7 @@ msgstr "नया काम"
#. Open a saved picture
#. Buttons for the file open dialog
#. Open dialog: 'Open' button, to load the selected picture
-#: ../tools.h:97 ../tuxpaint.c:9697
+#: ../tools.h:97 ../tuxpaint.c:9698
msgid "Open"
msgstr "खोलो"
@@ -1388,90 +1388,90 @@ msgid "Please wait…"
msgstr "कृपया प्रतीक्षा करें..."
#. Open dialog: 'Erase' button, to erase/deleted the selected picture
-#: ../tuxpaint.c:9700
+#: ../tuxpaint.c:9701
msgid "Erase"
msgstr "नष्ट कर"
#. Open dialog: 'Slides' button, to switch to slide show mode
-#: ../tuxpaint.c:9703
+#: ../tuxpaint.c:9704
msgid "Slides"
msgstr "स्लाइड"
#. Open dialog: 'Template' button, to make a template out of a drawing
-#: ../tuxpaint.c:9706
+#: ../tuxpaint.c:9707
msgid "Template"
msgstr ""
#. Open dialog: 'Export' button, to copy an image to an easily-accessible location
-#: ../tuxpaint.c:9709
+#: ../tuxpaint.c:9710
msgid "Export"
msgstr ""
#. Open dialog: 'Back' button, to dismiss Open dialog without opening a picture
-#: ../tuxpaint.c:9712
+#: ../tuxpaint.c:9713
msgid "Back"
msgstr "पीछे"
#. Slideshow: 'Play' button, to begin a slideshow sequence
-#: ../tuxpaint.c:9715
+#: ../tuxpaint.c:9716
msgid "Play"
msgstr "चलायें"
#. Slideshow: 'GIF Export' button, to create an animated GIF
-#: ../tuxpaint.c:9718
+#: ../tuxpaint.c:9719
msgid "GIF Export"
msgstr ""
#. Slideshow: 'Next' button, to load next slide (image)
-#: ../tuxpaint.c:9721
+#: ../tuxpaint.c:9722
msgid "Next"
msgstr "अगला"
#. Color mixer dialog: 'Clear' button, to reset the mixed color
-#: ../tuxpaint.c:9724
+#: ../tuxpaint.c:9725
msgid "Clear"
msgstr ""
#. Use the localized label string (e.g., "あぁ" in Japanese)
-#: ../tuxpaint.c:10659 ../tuxpaint.c:10662 ../tuxpaint.c:10663
+#: ../tuxpaint.c:10660 ../tuxpaint.c:10663 ../tuxpaint.c:10664
msgid "Aa"
msgstr "Aa"
#. Admittedly stupid way of determining which keys can be used for
#. positive and negative responses in dialogs (e.g., [Y] (for 'yes') in English)
-#: ../tuxpaint.c:14672
+#: ../tuxpaint.c:14673
msgid "Yes"
msgstr "हॉं"
-#: ../tuxpaint.c:14676
+#: ../tuxpaint.c:14677
msgid "No"
msgstr "नहीं"
#. Prompt to ask whether user wishes to save over old version of their file
-#: ../tuxpaint.c:15948
+#: ../tuxpaint.c:15949
msgid "Replace the picture with your changes?"
msgstr "आपके परिवर्तनों के साथ चित्र बदलें?"
#. Positive response to saving over old version
#. (like a 'File:Save' action in other applications)
-#: ../tuxpaint.c:15952
+#: ../tuxpaint.c:15953
msgid "Yes, replace the old one!"
msgstr "हाँ, पुराने को बदलें!"
#. Negative response to saving over old version (saves a new image)
#. (like a 'File:Save As...' action in other applications)
-#: ../tuxpaint.c:15956
+#: ../tuxpaint.c:15957
msgid "No, save a new file!"
msgstr "नहीं, नयी फाइल सुरक्षित करें|"
-#: ../tuxpaint.c:17224
+#: ../tuxpaint.c:17225
msgid ""
"Choose a picture and then click “Open”, “Export”, “Template“, or “Erase”. "
"Click “Slides” to create a slideshow animation or “Back“ to return to your "
"current picture."
msgstr ""
-#: ../tuxpaint.c:17226
+#: ../tuxpaint.c:17227
msgid ""
"Choose a picture and then click “Open”, “Export”, or “Erase”. Click “Slides” "
"to create a slideshow animation or “Back“ to return to your current picture."
@@ -1480,71 +1480,71 @@ msgstr ""
#. None selected? Too dangerous to automatically select all (like we do for slideshow playback).
#. Only 1 selected? No point in saving as GIF.
#.
-#: ../tuxpaint.c:18895
+#: ../tuxpaint.c:18896
msgid "Select 2 or more drawings to turn into an animated GIF."
msgstr ""
#. Descriptions (names) of the color mixer tool's primary colors and shades
-#: ../tuxpaint.c:25112
+#: ../tuxpaint.c:25113
msgid "red"
msgstr ""
-#: ../tuxpaint.c:25113
+#: ../tuxpaint.c:25114
#, fuzzy
#| msgid "Yellow!"
msgid "yellow"
msgstr "पीला"
-#: ../tuxpaint.c:25114
+#: ../tuxpaint.c:25115
#, fuzzy
#| msgid "Sky blue!"
msgid "blue"
msgstr "आसमानी नीला!"
-#: ../tuxpaint.c:25115
+#: ../tuxpaint.c:25116
#, fuzzy
#| msgid "White!"
msgid "white"
msgstr "सफ्ेद"
-#: ../tuxpaint.c:25116
+#: ../tuxpaint.c:25117
msgid "grey"
msgstr ""
-#: ../tuxpaint.c:25117
+#: ../tuxpaint.c:25118
#, fuzzy
#| msgid "Black!"
msgid "black"
msgstr "काला!"
#. 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:25122
+#: ../tuxpaint.c:25123
#, c-format
msgid "Your color is %1$s %2$s."
msgstr ""
-#: ../tuxpaint.c:25123
+#: ../tuxpaint.c:25124
#, c-format
msgid "Your color is %1$s %2$s and %3$s %4$s."
msgstr ""
-#: ../tuxpaint.c:25124
+#: ../tuxpaint.c:25125
#, c-format
msgid "Your color is %1$s %2$s, %3$s %4$s, and %5$s %6$s."
msgstr ""
-#: ../tuxpaint.c:25125
+#: ../tuxpaint.c:25126
#, c-format
msgid "Your color is %1$s %2$s, %3$s %4$s, %5$s %6$s, and %7$s %8$s."
msgstr ""
-#: ../tuxpaint.c:25126
+#: ../tuxpaint.c:25127
#, 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 ""
-#: ../tuxpaint.c:25127
+#: ../tuxpaint.c:25128
#, c-format
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 "
@@ -1552,22 +1552,22 @@ msgid ""
msgstr ""
#. Color mixer; e.g., "Your color is entirely grey."
-#: ../tuxpaint.c:25907 ../tuxpaint.c:25912
+#: ../tuxpaint.c:25908 ../tuxpaint.c:25913
msgid "entirely"
msgstr ""
#. Add "Color Select" color:
-#: ../tuxpaint.c:29087
+#: ../tuxpaint.c:29089
msgid "Select a color from your drawing."
msgstr ""
-#: ../tuxpaint.c:29098
+#: ../tuxpaint.c:29100
msgid ""
"Pick a color. Hues go top to bottom. Saturation/intensity goes left (pale) "
"to right (pure). Value (lightness/darkness): grey bar."
msgstr ""
-#: ../tuxpaint.c:29112
+#: ../tuxpaint.c:29114
msgid ""
"Click the primary colors (red, yellow, and blue), white (to tint), grey (to "
"tone), and black (to shade), to mix together a new color."
@@ -2601,8 +2601,9 @@ msgstr ""
#: ../../magic/src/polyfill.c:32
msgid ""
-"Click multiple times in your picture to create a filled polygon. Click your "
-"starting position to complete the shape."
+"Click multiple times in your picture to create a filled polygon. You may "
+"drag control points to alter the shape. Click the first point to complete "
+"the shape."
msgstr ""
#: ../../magic/src/puzzle.c:112
diff --git a/src/po/hr.po b/src/po/hr.po
index ba0ea83f3..73b7a3e27 100644
--- a/src/po/hr.po
+++ b/src/po/hr.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: tuxpaint\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2024-04-08 23:25-0700\n"
+"POT-Creation-Date: 2024-04-12 09:23-0700\n"
"PO-Revision-Date: 2017-12-26 10:53+0100\n"
"Last-Translator: Paulo Pavačić \n"
"Language-Team: none\n"
@@ -976,7 +976,7 @@ msgstr "Novi"
#. Open a saved picture
#. Buttons for the file open dialog
#. Open dialog: 'Open' button, to load the selected picture
-#: ../tools.h:97 ../tuxpaint.c:9697
+#: ../tools.h:97 ../tuxpaint.c:9698
msgid "Open"
msgstr "Otvori"
@@ -1389,90 +1389,90 @@ msgid "Please wait…"
msgstr "Molimo pričekajte..."
#. Open dialog: 'Erase' button, to erase/deleted the selected picture
-#: ../tuxpaint.c:9700
+#: ../tuxpaint.c:9701
msgid "Erase"
msgstr "Izbriši"
#. Open dialog: 'Slides' button, to switch to slide show mode
-#: ../tuxpaint.c:9703
+#: ../tuxpaint.c:9704
msgid "Slides"
msgstr "Slajdovi"
#. Open dialog: 'Template' button, to make a template out of a drawing
-#: ../tuxpaint.c:9706
+#: ../tuxpaint.c:9707
msgid "Template"
msgstr ""
#. Open dialog: 'Export' button, to copy an image to an easily-accessible location
-#: ../tuxpaint.c:9709
+#: ../tuxpaint.c:9710
msgid "Export"
msgstr ""
#. Open dialog: 'Back' button, to dismiss Open dialog without opening a picture
-#: ../tuxpaint.c:9712
+#: ../tuxpaint.c:9713
msgid "Back"
msgstr "Natrag"
#. Slideshow: 'Play' button, to begin a slideshow sequence
-#: ../tuxpaint.c:9715
+#: ../tuxpaint.c:9716
msgid "Play"
msgstr "Pokreni"
#. Slideshow: 'GIF Export' button, to create an animated GIF
-#: ../tuxpaint.c:9718
+#: ../tuxpaint.c:9719
msgid "GIF Export"
msgstr ""
#. Slideshow: 'Next' button, to load next slide (image)
-#: ../tuxpaint.c:9721
+#: ../tuxpaint.c:9722
msgid "Next"
msgstr "Idući"
#. Color mixer dialog: 'Clear' button, to reset the mixed color
-#: ../tuxpaint.c:9724
+#: ../tuxpaint.c:9725
msgid "Clear"
msgstr ""
#. Use the localized label string (e.g., "あぁ" in Japanese)
-#: ../tuxpaint.c:10659 ../tuxpaint.c:10662 ../tuxpaint.c:10663
+#: ../tuxpaint.c:10660 ../tuxpaint.c:10663 ../tuxpaint.c:10664
msgid "Aa"
msgstr "Aa"
#. Admittedly stupid way of determining which keys can be used for
#. positive and negative responses in dialogs (e.g., [Y] (for 'yes') in English)
-#: ../tuxpaint.c:14672
+#: ../tuxpaint.c:14673
msgid "Yes"
msgstr "Da"
-#: ../tuxpaint.c:14676
+#: ../tuxpaint.c:14677
msgid "No"
msgstr "Ne"
#. Prompt to ask whether user wishes to save over old version of their file
-#: ../tuxpaint.c:15948
+#: ../tuxpaint.c:15949
msgid "Replace the picture with your changes?"
msgstr "Zamjeniti crtež s vašim promjenama?"
#. Positive response to saving over old version
#. (like a 'File:Save' action in other applications)
-#: ../tuxpaint.c:15952
+#: ../tuxpaint.c:15953
msgid "Yes, replace the old one!"
msgstr "Da, zamjeni prethodnu!"
#. Negative response to saving over old version (saves a new image)
#. (like a 'File:Save As...' action in other applications)
-#: ../tuxpaint.c:15956
+#: ../tuxpaint.c:15957
msgid "No, save a new file!"
msgstr "Ne. Pohrani u novu datoteku!"
-#: ../tuxpaint.c:17224
+#: ../tuxpaint.c:17225
msgid ""
"Choose a picture and then click “Open”, “Export”, “Template“, or “Erase”. "
"Click “Slides” to create a slideshow animation or “Back“ to return to your "
"current picture."
msgstr ""
-#: ../tuxpaint.c:17226
+#: ../tuxpaint.c:17227
msgid ""
"Choose a picture and then click “Open”, “Export”, or “Erase”. Click “Slides” "
"to create a slideshow animation or “Back“ to return to your current picture."
@@ -1481,71 +1481,71 @@ msgstr ""
#. None selected? Too dangerous to automatically select all (like we do for slideshow playback).
#. Only 1 selected? No point in saving as GIF.
#.
-#: ../tuxpaint.c:18895
+#: ../tuxpaint.c:18896
msgid "Select 2 or more drawings to turn into an animated GIF."
msgstr ""
#. Descriptions (names) of the color mixer tool's primary colors and shades
-#: ../tuxpaint.c:25112
+#: ../tuxpaint.c:25113
msgid "red"
msgstr ""
-#: ../tuxpaint.c:25113
+#: ../tuxpaint.c:25114
#, fuzzy
#| msgid "Yellow!"
msgid "yellow"
msgstr "Žuta!"
-#: ../tuxpaint.c:25114
+#: ../tuxpaint.c:25115
#, fuzzy
#| msgid "Sky blue!"
msgid "blue"
msgstr "Nebesko plava!"
-#: ../tuxpaint.c:25115
+#: ../tuxpaint.c:25116
#, fuzzy
#| msgid "White!"
msgid "white"
msgstr "Bijela!"
-#: ../tuxpaint.c:25116
+#: ../tuxpaint.c:25117
msgid "grey"
msgstr ""
-#: ../tuxpaint.c:25117
+#: ../tuxpaint.c:25118
#, fuzzy
#| msgid "Black!"
msgid "black"
msgstr "Crna!"
#. 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:25122
+#: ../tuxpaint.c:25123
#, c-format
msgid "Your color is %1$s %2$s."
msgstr ""
-#: ../tuxpaint.c:25123
+#: ../tuxpaint.c:25124
#, c-format
msgid "Your color is %1$s %2$s and %3$s %4$s."
msgstr ""
-#: ../tuxpaint.c:25124
+#: ../tuxpaint.c:25125
#, c-format
msgid "Your color is %1$s %2$s, %3$s %4$s, and %5$s %6$s."
msgstr ""
-#: ../tuxpaint.c:25125
+#: ../tuxpaint.c:25126
#, c-format
msgid "Your color is %1$s %2$s, %3$s %4$s, %5$s %6$s, and %7$s %8$s."
msgstr ""
-#: ../tuxpaint.c:25126
+#: ../tuxpaint.c:25127
#, 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 ""
-#: ../tuxpaint.c:25127
+#: ../tuxpaint.c:25128
#, c-format
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 "
@@ -1553,22 +1553,22 @@ msgid ""
msgstr ""
#. Color mixer; e.g., "Your color is entirely grey."
-#: ../tuxpaint.c:25907 ../tuxpaint.c:25912
+#: ../tuxpaint.c:25908 ../tuxpaint.c:25913
msgid "entirely"
msgstr ""
#. Add "Color Select" color:
-#: ../tuxpaint.c:29087
+#: ../tuxpaint.c:29089
msgid "Select a color from your drawing."
msgstr "Odaberite boju s vašeg crteža."
-#: ../tuxpaint.c:29098
+#: ../tuxpaint.c:29100
msgid ""
"Pick a color. Hues go top to bottom. Saturation/intensity goes left (pale) "
"to right (pure). Value (lightness/darkness): grey bar."
msgstr ""
-#: ../tuxpaint.c:29112
+#: ../tuxpaint.c:29114
msgid ""
"Click the primary colors (red, yellow, and blue), white (to tint), grey (to "
"tone), and black (to shade), to mix together a new color."
@@ -2550,8 +2550,9 @@ msgstr ""
#: ../../magic/src/polyfill.c:32
msgid ""
-"Click multiple times in your picture to create a filled polygon. Click your "
-"starting position to complete the shape."
+"Click multiple times in your picture to create a filled polygon. You may "
+"drag control points to alter the shape. Click the first point to complete "
+"the shape."
msgstr ""
#: ../../magic/src/puzzle.c:112
diff --git a/src/po/hu.po b/src/po/hu.po
index 406156664..c3eef20ce 100644
--- a/src/po/hu.po
+++ b/src/po/hu.po
@@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: tuxpaint\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2024-04-08 23:25-0700\n"
+"POT-Creation-Date: 2024-04-12 09:23-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"
@@ -981,7 +981,7 @@ msgstr "Új"
#. Open a saved picture
#. Buttons for the file open dialog
#. Open dialog: 'Open' button, to load the selected picture
-#: ../tools.h:97 ../tuxpaint.c:9697
+#: ../tools.h:97 ../tuxpaint.c:9698
msgid "Open"
msgstr "Megnyitás"
@@ -1405,90 +1405,90 @@ msgid "Please wait…"
msgstr "Kis türelmet…"
#. Open dialog: 'Erase' button, to erase/deleted the selected picture
-#: ../tuxpaint.c:9700
+#: ../tuxpaint.c:9701
msgid "Erase"
msgstr "Törlés"
#. Open dialog: 'Slides' button, to switch to slide show mode
-#: ../tuxpaint.c:9703
+#: ../tuxpaint.c:9704
msgid "Slides"
msgstr "Fóliák"
#. Open dialog: 'Template' button, to make a template out of a drawing
-#: ../tuxpaint.c:9706
+#: ../tuxpaint.c:9707
msgid "Template"
msgstr ""
#. Open dialog: 'Export' button, to copy an image to an easily-accessible location
-#: ../tuxpaint.c:9709
+#: ../tuxpaint.c:9710
msgid "Export"
msgstr ""
#. Open dialog: 'Back' button, to dismiss Open dialog without opening a picture
-#: ../tuxpaint.c:9712
+#: ../tuxpaint.c:9713
msgid "Back"
msgstr "Vissza"
#. Slideshow: 'Play' button, to begin a slideshow sequence
-#: ../tuxpaint.c:9715
+#: ../tuxpaint.c:9716
msgid "Play"
msgstr "Lejátszás"
#. Slideshow: 'GIF Export' button, to create an animated GIF
-#: ../tuxpaint.c:9718
+#: ../tuxpaint.c:9719
msgid "GIF Export"
msgstr ""
#. Slideshow: 'Next' button, to load next slide (image)
-#: ../tuxpaint.c:9721
+#: ../tuxpaint.c:9722
msgid "Next"
msgstr "Következő"
#. Color mixer dialog: 'Clear' button, to reset the mixed color
-#: ../tuxpaint.c:9724
+#: ../tuxpaint.c:9725
msgid "Clear"
msgstr ""
#. Use the localized label string (e.g., "あぁ" in Japanese)
-#: ../tuxpaint.c:10659 ../tuxpaint.c:10662 ../tuxpaint.c:10663
+#: ../tuxpaint.c:10660 ../tuxpaint.c:10663 ../tuxpaint.c:10664
msgid "Aa"
msgstr "Aa"
#. Admittedly stupid way of determining which keys can be used for
#. positive and negative responses in dialogs (e.g., [Y] (for 'yes') in English)
-#: ../tuxpaint.c:14672
+#: ../tuxpaint.c:14673
msgid "Yes"
msgstr "Igen"
-#: ../tuxpaint.c:14676
+#: ../tuxpaint.c:14677
msgid "No"
msgstr "Nem"
#. Prompt to ask whether user wishes to save over old version of their file
-#: ../tuxpaint.c:15948
+#: ../tuxpaint.c:15949
msgid "Replace the picture with your changes?"
msgstr "Lecseréled a képet a módosítottra?"
#. Positive response to saving over old version
#. (like a 'File:Save' action in other applications)
-#: ../tuxpaint.c:15952
+#: ../tuxpaint.c:15953
msgid "Yes, replace the old one!"
msgstr "Igen, lecserélem a régit!"
#. Negative response to saving over old version (saves a new image)
#. (like a 'File:Save As...' action in other applications)
-#: ../tuxpaint.c:15956
+#: ../tuxpaint.c:15957
msgid "No, save a new file!"
msgstr "Nem, inkább mentsük el más néven!"
-#: ../tuxpaint.c:17224
+#: ../tuxpaint.c:17225
msgid ""
"Choose a picture and then click “Open”, “Export”, “Template“, or “Erase”. "
"Click “Slides” to create a slideshow animation or “Back“ to return to your "
"current picture."
msgstr ""
-#: ../tuxpaint.c:17226
+#: ../tuxpaint.c:17227
msgid ""
"Choose a picture and then click “Open”, “Export”, or “Erase”. Click “Slides” "
"to create a slideshow animation or “Back“ to return to your current picture."
@@ -1497,71 +1497,71 @@ msgstr ""
#. None selected? Too dangerous to automatically select all (like we do for slideshow playback).
#. Only 1 selected? No point in saving as GIF.
#.
-#: ../tuxpaint.c:18895
+#: ../tuxpaint.c:18896
msgid "Select 2 or more drawings to turn into an animated GIF."
msgstr ""
#. Descriptions (names) of the color mixer tool's primary colors and shades
-#: ../tuxpaint.c:25112
+#: ../tuxpaint.c:25113
msgid "red"
msgstr ""
-#: ../tuxpaint.c:25113
+#: ../tuxpaint.c:25114
#, fuzzy
#| msgid "Yellow!"
msgid "yellow"
msgstr "Sárga!"
-#: ../tuxpaint.c:25114
+#: ../tuxpaint.c:25115
#, fuzzy
#| msgid "Sky blue!"
msgid "blue"
msgstr "Égkék!"
-#: ../tuxpaint.c:25115
+#: ../tuxpaint.c:25116
#, fuzzy
#| msgid "White!"
msgid "white"
msgstr "Fehér!"
-#: ../tuxpaint.c:25116
+#: ../tuxpaint.c:25117
msgid "grey"
msgstr ""
-#: ../tuxpaint.c:25117
+#: ../tuxpaint.c:25118
#, fuzzy
#| msgid "Black!"
msgid "black"
msgstr "Fekete!"
#. 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:25122
+#: ../tuxpaint.c:25123
#, c-format
msgid "Your color is %1$s %2$s."
msgstr ""
-#: ../tuxpaint.c:25123
+#: ../tuxpaint.c:25124
#, c-format
msgid "Your color is %1$s %2$s and %3$s %4$s."
msgstr ""
-#: ../tuxpaint.c:25124
+#: ../tuxpaint.c:25125
#, c-format
msgid "Your color is %1$s %2$s, %3$s %4$s, and %5$s %6$s."
msgstr ""
-#: ../tuxpaint.c:25125
+#: ../tuxpaint.c:25126
#, c-format
msgid "Your color is %1$s %2$s, %3$s %4$s, %5$s %6$s, and %7$s %8$s."
msgstr ""
-#: ../tuxpaint.c:25126
+#: ../tuxpaint.c:25127
#, 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 ""
-#: ../tuxpaint.c:25127
+#: ../tuxpaint.c:25128
#, c-format
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 "
@@ -1569,22 +1569,22 @@ msgid ""
msgstr ""
#. Color mixer; e.g., "Your color is entirely grey."
-#: ../tuxpaint.c:25907 ../tuxpaint.c:25912
+#: ../tuxpaint.c:25908 ../tuxpaint.c:25913
msgid "entirely"
msgstr ""
#. Add "Color Select" color:
-#: ../tuxpaint.c:29087
+#: ../tuxpaint.c:29089
msgid "Select a color from your drawing."
msgstr ""
-#: ../tuxpaint.c:29098
+#: ../tuxpaint.c:29100
msgid ""
"Pick a color. Hues go top to bottom. Saturation/intensity goes left (pale) "
"to right (pure). Value (lightness/darkness): grey bar."
msgstr ""
-#: ../tuxpaint.c:29112
+#: ../tuxpaint.c:29114
msgid ""
"Click the primary colors (red, yellow, and blue), white (to tint), grey (to "
"tone), and black (to shade), to mix together a new color."
@@ -2620,8 +2620,9 @@ msgstr ""
#: ../../magic/src/polyfill.c:32
msgid ""
-"Click multiple times in your picture to create a filled polygon. Click your "
-"starting position to complete the shape."
+"Click multiple times in your picture to create a filled polygon. You may "
+"drag control points to alter the shape. Click the first point to complete "
+"the shape."
msgstr ""
#: ../../magic/src/puzzle.c:112
diff --git a/src/po/hy.po b/src/po/hy.po
index 7c915c801..fb5efe0f6 100644
--- a/src/po/hy.po
+++ b/src/po/hy.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: 1.8\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2024-04-08 23:25-0700\n"
+"POT-Creation-Date: 2024-04-12 09:23-0700\n"
"PO-Revision-Date: 2014-03-22 11:39+0400\n"
"Last-Translator: Aram Palyan \n"
"Language-Team: Armenian \n"
@@ -984,7 +984,7 @@ msgstr "Նորը"
#. Open a saved picture
#. Buttons for the file open dialog
#. Open dialog: 'Open' button, to load the selected picture
-#: ../tools.h:97 ../tuxpaint.c:9697
+#: ../tools.h:97 ../tuxpaint.c:9698
msgid "Open"
msgstr "Բացել"
@@ -1395,90 +1395,90 @@ msgid "Please wait…"
msgstr "Խնդրում եմ սպասիր..."
#. Open dialog: 'Erase' button, to erase/deleted the selected picture
-#: ../tuxpaint.c:9700
+#: ../tuxpaint.c:9701
msgid "Erase"
msgstr "Ջնջել"
#. Open dialog: 'Slides' button, to switch to slide show mode
-#: ../tuxpaint.c:9703
+#: ../tuxpaint.c:9704
msgid "Slides"
msgstr "Սլայդեր"
#. Open dialog: 'Template' button, to make a template out of a drawing
-#: ../tuxpaint.c:9706
+#: ../tuxpaint.c:9707
msgid "Template"
msgstr ""
#. Open dialog: 'Export' button, to copy an image to an easily-accessible location
-#: ../tuxpaint.c:9709
+#: ../tuxpaint.c:9710
msgid "Export"
msgstr ""
#. Open dialog: 'Back' button, to dismiss Open dialog without opening a picture
-#: ../tuxpaint.c:9712
+#: ../tuxpaint.c:9713
msgid "Back"
msgstr "Հետ"
#. Slideshow: 'Play' button, to begin a slideshow sequence
-#: ../tuxpaint.c:9715
+#: ../tuxpaint.c:9716
msgid "Play"
msgstr "Գործարկել"
#. Slideshow: 'GIF Export' button, to create an animated GIF
-#: ../tuxpaint.c:9718
+#: ../tuxpaint.c:9719
msgid "GIF Export"
msgstr ""
#. Slideshow: 'Next' button, to load next slide (image)
-#: ../tuxpaint.c:9721
+#: ../tuxpaint.c:9722
msgid "Next"
msgstr "Հաջորդ"
#. Color mixer dialog: 'Clear' button, to reset the mixed color
-#: ../tuxpaint.c:9724
+#: ../tuxpaint.c:9725
msgid "Clear"
msgstr ""
#. Use the localized label string (e.g., "あぁ" in Japanese)
-#: ../tuxpaint.c:10659 ../tuxpaint.c:10662 ../tuxpaint.c:10663
+#: ../tuxpaint.c:10660 ../tuxpaint.c:10663 ../tuxpaint.c:10664
msgid "Aa"
msgstr "Aa"
#. Admittedly stupid way of determining which keys can be used for
#. positive and negative responses in dialogs (e.g., [Y] (for 'yes') in English)
-#: ../tuxpaint.c:14672
+#: ../tuxpaint.c:14673
msgid "Yes"
msgstr "այո"
-#: ../tuxpaint.c:14676
+#: ../tuxpaint.c:14677
msgid "No"
msgstr "ոչ"
#. Prompt to ask whether user wishes to save over old version of their file
-#: ../tuxpaint.c:15948
+#: ../tuxpaint.c:15949
msgid "Replace the picture with your changes?"
msgstr "Փոխարինել նկարը քո կատարած փոփոխություններով?"
#. Positive response to saving over old version
#. (like a 'File:Save' action in other applications)
-#: ../tuxpaint.c:15952
+#: ../tuxpaint.c:15953
msgid "Yes, replace the old one!"
msgstr "Այո, փոխարինել հինը"
#. Negative response to saving over old version (saves a new image)
#. (like a 'File:Save As...' action in other applications)
-#: ../tuxpaint.c:15956
+#: ../tuxpaint.c:15957
msgid "No, save a new file!"
msgstr "Ոչ, պահպանել նոր ֆայլը"
-#: ../tuxpaint.c:17224
+#: ../tuxpaint.c:17225
msgid ""
"Choose a picture and then click “Open”, “Export”, “Template“, or “Erase”. "
"Click “Slides” to create a slideshow animation or “Back“ to return to your "
"current picture."
msgstr ""
-#: ../tuxpaint.c:17226
+#: ../tuxpaint.c:17227
msgid ""
"Choose a picture and then click “Open”, “Export”, or “Erase”. Click “Slides” "
"to create a slideshow animation or “Back“ to return to your current picture."
@@ -1487,71 +1487,71 @@ msgstr ""
#. None selected? Too dangerous to automatically select all (like we do for slideshow playback).
#. Only 1 selected? No point in saving as GIF.
#.
-#: ../tuxpaint.c:18895
+#: ../tuxpaint.c:18896
msgid "Select 2 or more drawings to turn into an animated GIF."
msgstr ""
#. Descriptions (names) of the color mixer tool's primary colors and shades
-#: ../tuxpaint.c:25112
+#: ../tuxpaint.c:25113
msgid "red"
msgstr ""
-#: ../tuxpaint.c:25113
+#: ../tuxpaint.c:25114
#, fuzzy
#| msgid "Yellow!"
msgid "yellow"
msgstr "Դեղին"
-#: ../tuxpaint.c:25114
+#: ../tuxpaint.c:25115
#, fuzzy
#| msgid "Sky blue!"
msgid "blue"
msgstr "Երկնագույն"
-#: ../tuxpaint.c:25115
+#: ../tuxpaint.c:25116
#, fuzzy
#| msgid "White!"
msgid "white"
msgstr "Սպիտակ"
-#: ../tuxpaint.c:25116
+#: ../tuxpaint.c:25117
msgid "grey"
msgstr ""
-#: ../tuxpaint.c:25117
+#: ../tuxpaint.c:25118
#, fuzzy
#| msgid "Black!"
msgid "black"
msgstr "Սև"
#. 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:25122
+#: ../tuxpaint.c:25123
#, c-format
msgid "Your color is %1$s %2$s."
msgstr ""
-#: ../tuxpaint.c:25123
+#: ../tuxpaint.c:25124
#, c-format
msgid "Your color is %1$s %2$s and %3$s %4$s."
msgstr ""
-#: ../tuxpaint.c:25124
+#: ../tuxpaint.c:25125
#, c-format
msgid "Your color is %1$s %2$s, %3$s %4$s, and %5$s %6$s."
msgstr ""
-#: ../tuxpaint.c:25125
+#: ../tuxpaint.c:25126
#, c-format
msgid "Your color is %1$s %2$s, %3$s %4$s, %5$s %6$s, and %7$s %8$s."
msgstr ""
-#: ../tuxpaint.c:25126
+#: ../tuxpaint.c:25127
#, 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 ""
-#: ../tuxpaint.c:25127
+#: ../tuxpaint.c:25128
#, c-format
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 "
@@ -1559,22 +1559,22 @@ msgid ""
msgstr ""
#. Color mixer; e.g., "Your color is entirely grey."
-#: ../tuxpaint.c:25907 ../tuxpaint.c:25912
+#: ../tuxpaint.c:25908 ../tuxpaint.c:25913
msgid "entirely"
msgstr ""
#. Add "Color Select" color:
-#: ../tuxpaint.c:29087
+#: ../tuxpaint.c:29089
msgid "Select a color from your drawing."
msgstr ""
-#: ../tuxpaint.c:29098
+#: ../tuxpaint.c:29100
msgid ""
"Pick a color. Hues go top to bottom. Saturation/intensity goes left (pale) "
"to right (pure). Value (lightness/darkness): grey bar."
msgstr ""
-#: ../tuxpaint.c:29112
+#: ../tuxpaint.c:29114
msgid ""
"Click the primary colors (red, yellow, and blue), white (to tint), grey (to "
"tone), and black (to shade), to mix together a new color."
@@ -2630,8 +2630,9 @@ msgstr ""
#: ../../magic/src/polyfill.c:32
msgid ""
-"Click multiple times in your picture to create a filled polygon. Click your "
-"starting position to complete the shape."
+"Click multiple times in your picture to create a filled polygon. You may "
+"drag control points to alter the shape. Click the first point to complete "
+"the shape."
msgstr ""
#: ../../magic/src/puzzle.c:112
diff --git a/src/po/id.po b/src/po/id.po
index bd3cb4453..563c1331d 100644
--- a/src/po/id.po
+++ b/src/po/id.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2024-04-08 23:25-0700\n"
+"POT-Creation-Date: 2024-04-12 09:23-0700\n"
"PO-Revision-Date: 2017-12-09 04:22+0000\n"
"Last-Translator: Teuku Surya \n"
"Language-Team: LANGUAGE \n"
@@ -979,7 +979,7 @@ msgstr "Baru"
#. Open a saved picture
#. Buttons for the file open dialog
#. Open dialog: 'Open' button, to load the selected picture
-#: ../tools.h:97 ../tuxpaint.c:9697
+#: ../tools.h:97 ../tuxpaint.c:9698
msgid "Open"
msgstr "Buka"
@@ -1406,90 +1406,90 @@ msgid "Please wait…"
msgstr "Tunggu Sesaat..."
#. Open dialog: 'Erase' button, to erase/deleted the selected picture
-#: ../tuxpaint.c:9700
+#: ../tuxpaint.c:9701
msgid "Erase"
msgstr "Hapus"
#. Open dialog: 'Slides' button, to switch to slide show mode
-#: ../tuxpaint.c:9703
+#: ../tuxpaint.c:9704
msgid "Slides"
msgstr "Slide"
#. Open dialog: 'Template' button, to make a template out of a drawing
-#: ../tuxpaint.c:9706
+#: ../tuxpaint.c:9707
msgid "Template"
msgstr ""
#. Open dialog: 'Export' button, to copy an image to an easily-accessible location
-#: ../tuxpaint.c:9709
+#: ../tuxpaint.c:9710
msgid "Export"
msgstr ""
#. Open dialog: 'Back' button, to dismiss Open dialog without opening a picture
-#: ../tuxpaint.c:9712
+#: ../tuxpaint.c:9713
msgid "Back"
msgstr "Kembali"
#. Slideshow: 'Play' button, to begin a slideshow sequence
-#: ../tuxpaint.c:9715
+#: ../tuxpaint.c:9716
msgid "Play"
msgstr "Play"
#. Slideshow: 'GIF Export' button, to create an animated GIF
-#: ../tuxpaint.c:9718
+#: ../tuxpaint.c:9719
msgid "GIF Export"
msgstr ""
#. Slideshow: 'Next' button, to load next slide (image)
-#: ../tuxpaint.c:9721
+#: ../tuxpaint.c:9722
msgid "Next"
msgstr "Selanjutnya"
#. Color mixer dialog: 'Clear' button, to reset the mixed color
-#: ../tuxpaint.c:9724
+#: ../tuxpaint.c:9725
msgid "Clear"
msgstr ""
#. Use the localized label string (e.g., "あぁ" in Japanese)
-#: ../tuxpaint.c:10659 ../tuxpaint.c:10662 ../tuxpaint.c:10663
+#: ../tuxpaint.c:10660 ../tuxpaint.c:10663 ../tuxpaint.c:10664
msgid "Aa"
msgstr "Aa"
#. Admittedly stupid way of determining which keys can be used for
#. positive and negative responses in dialogs (e.g., [Y] (for 'yes') in English)
-#: ../tuxpaint.c:14672
+#: ../tuxpaint.c:14673
msgid "Yes"
msgstr "Ya"
-#: ../tuxpaint.c:14676
+#: ../tuxpaint.c:14677
msgid "No"
msgstr "Tidak"
#. Prompt to ask whether user wishes to save over old version of their file
-#: ../tuxpaint.c:15948
+#: ../tuxpaint.c:15949
msgid "Replace the picture with your changes?"
msgstr "Ganti gambar dengan perubahan yang dilakukan?"
#. Positive response to saving over old version
#. (like a 'File:Save' action in other applications)
-#: ../tuxpaint.c:15952
+#: ../tuxpaint.c:15953
msgid "Yes, replace the old one!"
msgstr "Ya, gantikan yang lama!"
#. Negative response to saving over old version (saves a new image)
#. (like a 'File:Save As...' action in other applications)
-#: ../tuxpaint.c:15956
+#: ../tuxpaint.c:15957
msgid "No, save a new file!"
msgstr "Tidak, Simpan sebuah berkas baru!"
-#: ../tuxpaint.c:17224
+#: ../tuxpaint.c:17225
msgid ""
"Choose a picture and then click “Open”, “Export”, “Template“, or “Erase”. "
"Click “Slides” to create a slideshow animation or “Back“ to return to your "
"current picture."
msgstr ""
-#: ../tuxpaint.c:17226
+#: ../tuxpaint.c:17227
msgid ""
"Choose a picture and then click “Open”, “Export”, or “Erase”. Click “Slides” "
"to create a slideshow animation or “Back“ to return to your current picture."
@@ -1498,71 +1498,71 @@ msgstr ""
#. None selected? Too dangerous to automatically select all (like we do for slideshow playback).
#. Only 1 selected? No point in saving as GIF.
#.
-#: ../tuxpaint.c:18895
+#: ../tuxpaint.c:18896
msgid "Select 2 or more drawings to turn into an animated GIF."
msgstr ""
#. Descriptions (names) of the color mixer tool's primary colors and shades
-#: ../tuxpaint.c:25112
+#: ../tuxpaint.c:25113
msgid "red"
msgstr ""
-#: ../tuxpaint.c:25113
+#: ../tuxpaint.c:25114
#, fuzzy
#| msgid "Yellow!"
msgid "yellow"
msgstr "Kuning!"
-#: ../tuxpaint.c:25114
+#: ../tuxpaint.c:25115
#, fuzzy
#| msgid "Sky blue!"
msgid "blue"
msgstr "Biru langit!"
-#: ../tuxpaint.c:25115
+#: ../tuxpaint.c:25116
#, fuzzy
#| msgid "White!"
msgid "white"
msgstr "Putih!"
-#: ../tuxpaint.c:25116
+#: ../tuxpaint.c:25117
msgid "grey"
msgstr ""
-#: ../tuxpaint.c:25117
+#: ../tuxpaint.c:25118
#, fuzzy
#| msgid "Black!"
msgid "black"
msgstr "Hitam!"
#. 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:25122
+#: ../tuxpaint.c:25123
#, c-format
msgid "Your color is %1$s %2$s."
msgstr ""
-#: ../tuxpaint.c:25123
+#: ../tuxpaint.c:25124
#, c-format
msgid "Your color is %1$s %2$s and %3$s %4$s."
msgstr ""
-#: ../tuxpaint.c:25124
+#: ../tuxpaint.c:25125
#, c-format
msgid "Your color is %1$s %2$s, %3$s %4$s, and %5$s %6$s."
msgstr ""
-#: ../tuxpaint.c:25125
+#: ../tuxpaint.c:25126
#, c-format
msgid "Your color is %1$s %2$s, %3$s %4$s, %5$s %6$s, and %7$s %8$s."
msgstr ""
-#: ../tuxpaint.c:25126
+#: ../tuxpaint.c:25127
#, 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 ""
-#: ../tuxpaint.c:25127
+#: ../tuxpaint.c:25128
#, c-format
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 "
@@ -1570,22 +1570,22 @@ msgid ""
msgstr ""
#. Color mixer; e.g., "Your color is entirely grey."
-#: ../tuxpaint.c:25907 ../tuxpaint.c:25912
+#: ../tuxpaint.c:25908 ../tuxpaint.c:25913
msgid "entirely"
msgstr ""
#. Add "Color Select" color:
-#: ../tuxpaint.c:29087
+#: ../tuxpaint.c:29089
msgid "Select a color from your drawing."
msgstr "Pilih warna dari gambar anda."
-#: ../tuxpaint.c:29098
+#: ../tuxpaint.c:29100
msgid ""
"Pick a color. Hues go top to bottom. Saturation/intensity goes left (pale) "
"to right (pure). Value (lightness/darkness): grey bar."
msgstr ""
-#: ../tuxpaint.c:29112
+#: ../tuxpaint.c:29114
msgid ""
"Click the primary colors (red, yellow, and blue), white (to tint), grey (to "
"tone), and black (to shade), to mix together a new color."
@@ -2604,8 +2604,9 @@ msgstr ""
#: ../../magic/src/polyfill.c:32
msgid ""
-"Click multiple times in your picture to create a filled polygon. Click your "
-"starting position to complete the shape."
+"Click multiple times in your picture to create a filled polygon. You may "
+"drag control points to alter the shape. Click the first point to complete "
+"the shape."
msgstr ""
#: ../../magic/src/puzzle.c:112
diff --git a/src/po/is.po b/src/po/is.po
index 8bcb3de85..b568edffa 100644
--- a/src/po/is.po
+++ b/src/po/is.po
@@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: tuxpaint\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2024-04-08 23:25-0700\n"
+"POT-Creation-Date: 2024-04-12 09:23-0700\n"
"PO-Revision-Date: 2023-06-28 15:44+0000\n"
"Last-Translator: Sveinn í Felli \n"
"Language-Team: Icelandic\n"
@@ -965,7 +965,7 @@ msgstr "Nýtt"
#. Open a saved picture
#. Buttons for the file open dialog
#. Open dialog: 'Open' button, to load the selected picture
-#: ../tools.h:97 ../tuxpaint.c:9697
+#: ../tools.h:97 ../tuxpaint.c:9698
msgid "Open"
msgstr "Opna"
@@ -1376,90 +1376,90 @@ msgid "Please wait…"
msgstr "Bíddu aðeins..."
#. Open dialog: 'Erase' button, to erase/deleted the selected picture
-#: ../tuxpaint.c:9700
+#: ../tuxpaint.c:9701
msgid "Erase"
msgstr "Eyða"
#. Open dialog: 'Slides' button, to switch to slide show mode
-#: ../tuxpaint.c:9703
+#: ../tuxpaint.c:9704
msgid "Slides"
msgstr "Myndasýning"
#. Open dialog: 'Template' button, to make a template out of a drawing
-#: ../tuxpaint.c:9706
+#: ../tuxpaint.c:9707
msgid "Template"
msgstr "Sniðmát"
#. Open dialog: 'Export' button, to copy an image to an easily-accessible location
-#: ../tuxpaint.c:9709
+#: ../tuxpaint.c:9710
msgid "Export"
msgstr "Flytja út"
#. Open dialog: 'Back' button, to dismiss Open dialog without opening a picture
-#: ../tuxpaint.c:9712
+#: ../tuxpaint.c:9713
msgid "Back"
msgstr "Til baka"
#. Slideshow: 'Play' button, to begin a slideshow sequence
-#: ../tuxpaint.c:9715
+#: ../tuxpaint.c:9716
msgid "Play"
msgstr "Spila"
#. Slideshow: 'GIF Export' button, to create an animated GIF
-#: ../tuxpaint.c:9718
+#: ../tuxpaint.c:9719
msgid "GIF Export"
msgstr "GIF-útflutningur"
#. Slideshow: 'Next' button, to load next slide (image)
-#: ../tuxpaint.c:9721
+#: ../tuxpaint.c:9722
msgid "Next"
msgstr "Áfram"
#. Color mixer dialog: 'Clear' button, to reset the mixed color
-#: ../tuxpaint.c:9724
+#: ../tuxpaint.c:9725
msgid "Clear"
msgstr "Hreinsa"
#. Use the localized label string (e.g., "あぁ" in Japanese)
-#: ../tuxpaint.c:10659 ../tuxpaint.c:10662 ../tuxpaint.c:10663
+#: ../tuxpaint.c:10660 ../tuxpaint.c:10663 ../tuxpaint.c:10664
msgid "Aa"
msgstr "Aa"
#. Admittedly stupid way of determining which keys can be used for
#. positive and negative responses in dialogs (e.g., [Y] (for 'yes') in English)
-#: ../tuxpaint.c:14672
+#: ../tuxpaint.c:14673
msgid "Yes"
msgstr "Já"
-#: ../tuxpaint.c:14676
+#: ../tuxpaint.c:14677
msgid "No"
msgstr "Nei"
#. Prompt to ask whether user wishes to save over old version of their file
-#: ../tuxpaint.c:15948
+#: ../tuxpaint.c:15949
msgid "Replace the picture with your changes?"
msgstr "Skipta út eldri myndinni með þeirri nýju?"
#. Positive response to saving over old version
#. (like a 'File:Save' action in other applications)
-#: ../tuxpaint.c:15952
+#: ../tuxpaint.c:15953
msgid "Yes, replace the old one!"
msgstr "Já, skipta út þeirri gömlu!"
#. Negative response to saving over old version (saves a new image)
#. (like a 'File:Save As...' action in other applications)
-#: ../tuxpaint.c:15956
+#: ../tuxpaint.c:15957
msgid "No, save a new file!"
msgstr "Nei, geyma nýja mynd!"
-#: ../tuxpaint.c:17224
+#: ../tuxpaint.c:17225
msgid ""
"Choose a picture and then click “Open”, “Export”, “Template“, or “Erase”. "
"Click “Slides” to create a slideshow animation or “Back“ to return to your "
"current picture."
msgstr ""
-#: ../tuxpaint.c:17226
+#: ../tuxpaint.c:17227
msgid ""
"Choose a picture and then click “Open”, “Export”, or “Erase”. Click “Slides” "
"to create a slideshow animation or “Back“ to return to your current picture."
@@ -1468,64 +1468,64 @@ msgstr ""
#. None selected? Too dangerous to automatically select all (like we do for slideshow playback).
#. Only 1 selected? No point in saving as GIF.
#.
-#: ../tuxpaint.c:18895
+#: ../tuxpaint.c:18896
msgid "Select 2 or more drawings to turn into an animated GIF."
msgstr "Veldu 2 eða fleiri teikningar sem á að breyta í GIF-hreyfimynd."
#. Descriptions (names) of the color mixer tool's primary colors and shades
-#: ../tuxpaint.c:25112
+#: ../tuxpaint.c:25113
msgid "red"
msgstr "rautt"
-#: ../tuxpaint.c:25113
+#: ../tuxpaint.c:25114
msgid "yellow"
msgstr "gult"
-#: ../tuxpaint.c:25114
+#: ../tuxpaint.c:25115
msgid "blue"
msgstr "blátt"
-#: ../tuxpaint.c:25115
+#: ../tuxpaint.c:25116
msgid "white"
msgstr "hvítt"
-#: ../tuxpaint.c:25116
+#: ../tuxpaint.c:25117
msgid "grey"
msgstr "grátt"
-#: ../tuxpaint.c:25117
+#: ../tuxpaint.c:25118
msgid "black"
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:25122
+#: ../tuxpaint.c:25123
#, c-format
msgid "Your color is %1$s %2$s."
msgstr "Liturinn þinn er %1$s %2$s."
-#: ../tuxpaint.c:25123
+#: ../tuxpaint.c:25124
#, c-format
msgid "Your color is %1$s %2$s and %3$s %4$s."
msgstr "Liturinn þinn er %1$s %2$s og %3$s %4$s."
-#: ../tuxpaint.c:25124
+#: ../tuxpaint.c:25125
#, c-format
msgid "Your color is %1$s %2$s, %3$s %4$s, and %5$s %6$s."
msgstr "Liturinn þinn er %1$s %2$s, %3$s %4$s, og %5$s %6$s."
-#: ../tuxpaint.c:25125
+#: ../tuxpaint.c:25126
#, c-format
msgid "Your color is %1$s %2$s, %3$s %4$s, %5$s %6$s, and %7$s %8$s."
msgstr "Liturinn þinn er %1$s %2$s, %3$s %4$s, %5$s %6$s, og %7$s %8$s."
-#: ../tuxpaint.c:25126
+#: ../tuxpaint.c:25127
#, 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 ""
"Liturinn þinn er %1$s %2$s, %3$s %4$s, %5$s %6$s, %7$s %8$s, og %9$s %10$s."
-#: ../tuxpaint.c:25127
+#: ../tuxpaint.c:25128
#, c-format
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 "
@@ -1535,16 +1535,16 @@ msgstr ""
"%11$s %12$s."
#. Color mixer; e.g., "Your color is entirely grey."
-#: ../tuxpaint.c:25907 ../tuxpaint.c:25912
+#: ../tuxpaint.c:25908 ../tuxpaint.c:25913
msgid "entirely"
msgstr "algerlega"
#. Add "Color Select" color:
-#: ../tuxpaint.c:29087
+#: ../tuxpaint.c:29089
msgid "Select a color from your drawing."
msgstr "Veldu lit úr teikningunni þinni."
-#: ../tuxpaint.c:29098
+#: ../tuxpaint.c:29100
msgid ""
"Pick a color. Hues go top to bottom. Saturation/intensity goes left (pale) "
"to right (pure). Value (lightness/darkness): grey bar."
@@ -1552,7 +1552,7 @@ msgstr ""
"Veldu lit. Litblæir eru að ofan og niður. Litmettun/litstyrkur fer frá "
"vinstri (fölt) til hægri (hreint). Litgildi (ljóst/dökkt) eru á gráu stikuni."
-#: ../tuxpaint.c:29112
+#: ../tuxpaint.c:29114
msgid ""
"Click the primary colors (red, yellow, and blue), white (to tint), grey (to "
"tone), and black (to shade), to mix together a new color."
@@ -2469,8 +2469,9 @@ msgstr ""
#: ../../magic/src/polyfill.c:32
msgid ""
-"Click multiple times in your picture to create a filled polygon. Click your "
-"starting position to complete the shape."
+"Click multiple times in your picture to create a filled polygon. You may "
+"drag control points to alter the shape. Click the first point to complete "
+"the shape."
msgstr ""
#: ../../magic/src/puzzle.c:112
diff --git a/src/po/it.po b/src/po/it.po
index e3156e331..bdf48fbe6 100644
--- a/src/po/it.po
+++ b/src/po/it.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: TuxPaint 0.9.23\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2024-04-08 23:25-0700\n"
+"POT-Creation-Date: 2024-04-12 09:23-0700\n"
"PO-Revision-Date: 2017-12-18 09:15+0000\n"
"Last-Translator: Flavio Pastore \n"
"Language-Team: Italian\n"
@@ -1001,7 +1001,7 @@ msgstr "Nuovo"
#. Open a saved picture
#. Buttons for the file open dialog
#. Open dialog: 'Open' button, to load the selected picture
-#: ../tools.h:97 ../tuxpaint.c:9697
+#: ../tools.h:97 ../tuxpaint.c:9698
msgid "Open"
msgstr "Apri"
@@ -1434,52 +1434,52 @@ msgid "Please wait…"
msgstr "Attendi…"
#. Open dialog: 'Erase' button, to erase/deleted the selected picture
-#: ../tuxpaint.c:9700
+#: ../tuxpaint.c:9701
msgid "Erase"
msgstr "Cancella"
#. Open dialog: 'Slides' button, to switch to slide show mode
-#: ../tuxpaint.c:9703
+#: ../tuxpaint.c:9704
msgid "Slides"
msgstr "Diapositive"
#. Open dialog: 'Template' button, to make a template out of a drawing
-#: ../tuxpaint.c:9706
+#: ../tuxpaint.c:9707
msgid "Template"
msgstr ""
#. Open dialog: 'Export' button, to copy an image to an easily-accessible location
-#: ../tuxpaint.c:9709
+#: ../tuxpaint.c:9710
msgid "Export"
msgstr ""
#. Open dialog: 'Back' button, to dismiss Open dialog without opening a picture
-#: ../tuxpaint.c:9712
+#: ../tuxpaint.c:9713
msgid "Back"
msgstr "Indietro"
#. Slideshow: 'Play' button, to begin a slideshow sequence
-#: ../tuxpaint.c:9715
+#: ../tuxpaint.c:9716
msgid "Play"
msgstr "Mostra"
#. Slideshow: 'GIF Export' button, to create an animated GIF
-#: ../tuxpaint.c:9718
+#: ../tuxpaint.c:9719
msgid "GIF Export"
msgstr ""
#. Slideshow: 'Next' button, to load next slide (image)
-#: ../tuxpaint.c:9721
+#: ../tuxpaint.c:9722
msgid "Next"
msgstr "Avanti"
#. Color mixer dialog: 'Clear' button, to reset the mixed color
-#: ../tuxpaint.c:9724
+#: ../tuxpaint.c:9725
msgid "Clear"
msgstr ""
#. Use the localized label string (e.g., "あぁ" in Japanese)
-#: ../tuxpaint.c:10659 ../tuxpaint.c:10662 ../tuxpaint.c:10663
+#: ../tuxpaint.c:10660 ../tuxpaint.c:10663 ../tuxpaint.c:10664
msgid "Aa"
msgstr "Aa"
@@ -1487,41 +1487,41 @@ msgstr "Aa"
# FIXME: Move elsewhere! Or not?!
#. Admittedly stupid way of determining which keys can be used for
#. positive and negative responses in dialogs (e.g., [Y] (for 'yes') in English)
-#: ../tuxpaint.c:14672
+#: ../tuxpaint.c:14673
msgid "Yes"
msgstr "Sì"
-#: ../tuxpaint.c:14676
+#: ../tuxpaint.c:14677
msgid "No"
msgstr "No"
# FIXME: Move elsewhere!!!
# #define PROMPT_SAVE_OVER_TXT gettext_noop("Save over the older version of this picture?")
#. Prompt to ask whether user wishes to save over old version of their file
-#: ../tuxpaint.c:15948
+#: ../tuxpaint.c:15949
msgid "Replace the picture with your changes?"
msgstr "Vuoi sostituire il disegno precedente?"
#. Positive response to saving over old version
#. (like a 'File:Save' action in other applications)
-#: ../tuxpaint.c:15952
+#: ../tuxpaint.c:15953
msgid "Yes, replace the old one!"
msgstr "Sì, sostituisci il vecchio disegno!"
#. Negative response to saving over old version (saves a new image)
#. (like a 'File:Save As...' action in other applications)
-#: ../tuxpaint.c:15956
+#: ../tuxpaint.c:15957
msgid "No, save a new file!"
msgstr "No, crea un nuovo file!"
-#: ../tuxpaint.c:17224
+#: ../tuxpaint.c:17225
msgid ""
"Choose a picture and then click “Open”, “Export”, “Template“, or “Erase”. "
"Click “Slides” to create a slideshow animation or “Back“ to return to your "
"current picture."
msgstr ""
-#: ../tuxpaint.c:17226
+#: ../tuxpaint.c:17227
msgid ""
"Choose a picture and then click “Open”, “Export”, or “Erase”. Click “Slides” "
"to create a slideshow animation or “Back“ to return to your current picture."
@@ -1530,71 +1530,71 @@ msgstr ""
#. None selected? Too dangerous to automatically select all (like we do for slideshow playback).
#. Only 1 selected? No point in saving as GIF.
#.
-#: ../tuxpaint.c:18895
+#: ../tuxpaint.c:18896
msgid "Select 2 or more drawings to turn into an animated GIF."
msgstr ""
#. Descriptions (names) of the color mixer tool's primary colors and shades
-#: ../tuxpaint.c:25112
+#: ../tuxpaint.c:25113
msgid "red"
msgstr ""
-#: ../tuxpaint.c:25113
+#: ../tuxpaint.c:25114
#, fuzzy
#| msgid "Yellow!"
msgid "yellow"
msgstr "Giallo!"
-#: ../tuxpaint.c:25114
+#: ../tuxpaint.c:25115
#, fuzzy
#| msgid "Sky blue!"
msgid "blue"
msgstr "Azzurro!"
-#: ../tuxpaint.c:25115
+#: ../tuxpaint.c:25116
#, fuzzy
#| msgid "White!"
msgid "white"
msgstr "Bianco!"
-#: ../tuxpaint.c:25116
+#: ../tuxpaint.c:25117
msgid "grey"
msgstr ""
-#: ../tuxpaint.c:25117
+#: ../tuxpaint.c:25118
#, fuzzy
#| msgid "Black!"
msgid "black"
msgstr "Nero!"
#. 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:25122
+#: ../tuxpaint.c:25123
#, c-format
msgid "Your color is %1$s %2$s."
msgstr ""
-#: ../tuxpaint.c:25123
+#: ../tuxpaint.c:25124
#, c-format
msgid "Your color is %1$s %2$s and %3$s %4$s."
msgstr ""
-#: ../tuxpaint.c:25124
+#: ../tuxpaint.c:25125
#, c-format
msgid "Your color is %1$s %2$s, %3$s %4$s, and %5$s %6$s."
msgstr ""
-#: ../tuxpaint.c:25125
+#: ../tuxpaint.c:25126
#, c-format
msgid "Your color is %1$s %2$s, %3$s %4$s, %5$s %6$s, and %7$s %8$s."
msgstr ""
-#: ../tuxpaint.c:25126
+#: ../tuxpaint.c:25127
#, 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 ""
-#: ../tuxpaint.c:25127
+#: ../tuxpaint.c:25128
#, c-format
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 "
@@ -1602,22 +1602,22 @@ msgid ""
msgstr ""
#. Color mixer; e.g., "Your color is entirely grey."
-#: ../tuxpaint.c:25907 ../tuxpaint.c:25912
+#: ../tuxpaint.c:25908 ../tuxpaint.c:25913
msgid "entirely"
msgstr ""
#. Add "Color Select" color:
-#: ../tuxpaint.c:29087
+#: ../tuxpaint.c:29089
msgid "Select a color from your drawing."
msgstr "Seleziona un colore dal tuo disegno."
-#: ../tuxpaint.c:29098
+#: ../tuxpaint.c:29100
msgid ""
"Pick a color. Hues go top to bottom. Saturation/intensity goes left (pale) "
"to right (pure). Value (lightness/darkness): grey bar."
msgstr ""
-#: ../tuxpaint.c:29112
+#: ../tuxpaint.c:29114
msgid ""
"Click the primary colors (red, yellow, and blue), white (to tint), grey (to "
"tone), and black (to shade), to mix together a new color."
@@ -2638,8 +2638,9 @@ msgstr ""
#: ../../magic/src/polyfill.c:32
msgid ""
-"Click multiple times in your picture to create a filled polygon. Click your "
-"starting position to complete the shape."
+"Click multiple times in your picture to create a filled polygon. You may "
+"drag control points to alter the shape. Click the first point to complete "
+"the shape."
msgstr ""
#: ../../magic/src/puzzle.c:112
diff --git a/src/po/iu.po b/src/po/iu.po
index 725d51a9b..ce0f8277f 100644
--- a/src/po/iu.po
+++ b/src/po/iu.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Tuxpaint Inuktitut\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2024-04-08 23:25-0700\n"
+"POT-Creation-Date: 2024-04-12 09:23-0700\n"
"PO-Revision-Date: 2013-07-04 16:05-0500\n"
"Last-Translator: Harvey Ginter \n"
"Language-Team: LANGUAGE \n"
@@ -974,7 +974,7 @@ msgstr "ᓄᑖᖅ"
#. Open a saved picture
#. Buttons for the file open dialog
#. Open dialog: 'Open' button, to load the selected picture
-#: ../tools.h:97 ../tuxpaint.c:9697
+#: ../tools.h:97 ../tuxpaint.c:9698
msgid "Open"
msgstr "ᐅᒃᑯᐃᓗᒍ"
@@ -1387,90 +1387,90 @@ msgid "Please wait…"
msgstr "ᐅᑕᕐᕿᑫᓐᓇᕆᑦ..."
#. Open dialog: 'Erase' button, to erase/deleted the selected picture
-#: ../tuxpaint.c:9700
+#: ../tuxpaint.c:9701
msgid "Erase"
msgstr "ᐲᕐᓗᒍ"
#. Open dialog: 'Slides' button, to switch to slide show mode
-#: ../tuxpaint.c:9703
+#: ../tuxpaint.c:9704
msgid "Slides"
msgstr "ᓴᕐᕿᑎᑦᓯᓯᒪᒉᑦ"
#. Open dialog: 'Template' button, to make a template out of a drawing
-#: ../tuxpaint.c:9706
+#: ../tuxpaint.c:9707
msgid "Template"
msgstr ""
#. Open dialog: 'Export' button, to copy an image to an easily-accessible location
-#: ../tuxpaint.c:9709
+#: ../tuxpaint.c:9710
msgid "Export"
msgstr ""
#. Open dialog: 'Back' button, to dismiss Open dialog without opening a picture
-#: ../tuxpaint.c:9712
+#: ../tuxpaint.c:9713
msgid "Back"
msgstr "ᐅᑎᕆᐊᕐᓂᖅ"
#. Slideshow: 'Play' button, to begin a slideshow sequence
-#: ../tuxpaint.c:9715
+#: ../tuxpaint.c:9716
msgid "Play"
msgstr "ᐱᖕᖑᐊᓂᖅ"
#. Slideshow: 'GIF Export' button, to create an animated GIF
-#: ../tuxpaint.c:9718
+#: ../tuxpaint.c:9719
msgid "GIF Export"
msgstr ""
#. Slideshow: 'Next' button, to load next slide (image)
-#: ../tuxpaint.c:9721
+#: ../tuxpaint.c:9722
msgid "Next"
msgstr "ᑭᖑᓪᓕᖓ"
#. Color mixer dialog: 'Clear' button, to reset the mixed color
-#: ../tuxpaint.c:9724
+#: ../tuxpaint.c:9725
msgid "Clear"
msgstr ""
#. Use the localized label string (e.g., "あぁ" in Japanese)
-#: ../tuxpaint.c:10659 ../tuxpaint.c:10662 ../tuxpaint.c:10663
+#: ../tuxpaint.c:10660 ../tuxpaint.c:10663 ../tuxpaint.c:10664
msgid "Aa"
msgstr "aᐊ"
#. Admittedly stupid way of determining which keys can be used for
#. positive and negative responses in dialogs (e.g., [Y] (for 'yes') in English)
-#: ../tuxpaint.c:14672
+#: ../tuxpaint.c:14673
msgid "Yes"
msgstr "ᐋ"
-#: ../tuxpaint.c:14676
+#: ../tuxpaint.c:14677
msgid "No"
msgstr "ᐊᐅᑲ"
#. Prompt to ask whether user wishes to save over old version of their file
-#: ../tuxpaint.c:15948
+#: ../tuxpaint.c:15949
msgid "Replace the picture with your changes?"
msgstr "ᐊᓯᑦᔨᑐᕐᑕᑎᓐᓄᑦ ᐊᓯᑦᔨᓗᒍ ᐊᓪᓚᖑᐊᕐᓯᒪᔪᖅ?"
#. Positive response to saving over old version
#. (like a 'File:Save' action in other applications)
-#: ../tuxpaint.c:15952
+#: ../tuxpaint.c:15953
msgid "Yes, replace the old one!"
msgstr "ᐋ, ᐱᑐᖃᐅᓂᕐᓴᖅ ᐊᓯᑦᔨᓗᒍ!"
#. Negative response to saving over old version (saves a new image)
#. (like a 'File:Save As...' action in other applications)
-#: ../tuxpaint.c:15956
+#: ../tuxpaint.c:15957
msgid "No, save a new file!"
msgstr "ᐊᐅᑲ, ᓄᑖᒥᒃ ᓴᓂᕝᕓᓗᑎᑦ!"
-#: ../tuxpaint.c:17224
+#: ../tuxpaint.c:17225
msgid ""
"Choose a picture and then click “Open”, “Export”, “Template“, or “Erase”. "
"Click “Slides” to create a slideshow animation or “Back“ to return to your "
"current picture."
msgstr ""
-#: ../tuxpaint.c:17226
+#: ../tuxpaint.c:17227
msgid ""
"Choose a picture and then click “Open”, “Export”, or “Erase”. Click “Slides” "
"to create a slideshow animation or “Back“ to return to your current picture."
@@ -1479,71 +1479,71 @@ msgstr ""
#. None selected? Too dangerous to automatically select all (like we do for slideshow playback).
#. Only 1 selected? No point in saving as GIF.
#.
-#: ../tuxpaint.c:18895
+#: ../tuxpaint.c:18896
msgid "Select 2 or more drawings to turn into an animated GIF."
msgstr ""
#. Descriptions (names) of the color mixer tool's primary colors and shades
-#: ../tuxpaint.c:25112
+#: ../tuxpaint.c:25113
msgid "red"
msgstr ""
-#: ../tuxpaint.c:25113
+#: ../tuxpaint.c:25114
#, fuzzy
#| msgid "Yellow!"
msgid "yellow"
msgstr "ᖁᕐᓱᑕᖅ!"
-#: ../tuxpaint.c:25114
+#: ../tuxpaint.c:25115
#, fuzzy
#| msgid "Sky blue!"
msgid "blue"
msgstr "ᕿᓚᑦᑎᑐᑦ ᑐᖑᔪᕐᑕᖅ!"
-#: ../tuxpaint.c:25115
+#: ../tuxpaint.c:25116
#, fuzzy
#| msgid "White!"
msgid "white"
msgstr "ᖃᑯᕐᑕᖅ!"
-#: ../tuxpaint.c:25116
+#: ../tuxpaint.c:25117
msgid "grey"
msgstr ""
-#: ../tuxpaint.c:25117
+#: ../tuxpaint.c:25118
#, fuzzy
#| msgid "Black!"
msgid "black"
msgstr "ᕿᕐᓂᑕᖅ!"
#. 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:25122
+#: ../tuxpaint.c:25123
#, c-format
msgid "Your color is %1$s %2$s."
msgstr ""
-#: ../tuxpaint.c:25123
+#: ../tuxpaint.c:25124
#, c-format
msgid "Your color is %1$s %2$s and %3$s %4$s."
msgstr ""
-#: ../tuxpaint.c:25124
+#: ../tuxpaint.c:25125
#, c-format
msgid "Your color is %1$s %2$s, %3$s %4$s, and %5$s %6$s."
msgstr ""
-#: ../tuxpaint.c:25125
+#: ../tuxpaint.c:25126
#, c-format
msgid "Your color is %1$s %2$s, %3$s %4$s, %5$s %6$s, and %7$s %8$s."
msgstr ""
-#: ../tuxpaint.c:25126
+#: ../tuxpaint.c:25127
#, 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 ""
-#: ../tuxpaint.c:25127
+#: ../tuxpaint.c:25128
#, c-format
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 "
@@ -1551,22 +1551,22 @@ msgid ""
msgstr ""
#. Color mixer; e.g., "Your color is entirely grey."
-#: ../tuxpaint.c:25907 ../tuxpaint.c:25912
+#: ../tuxpaint.c:25908 ../tuxpaint.c:25913
msgid "entirely"
msgstr ""
#. Add "Color Select" color:
-#: ../tuxpaint.c:29087
+#: ../tuxpaint.c:29089
msgid "Select a color from your drawing."
msgstr ""
-#: ../tuxpaint.c:29098
+#: ../tuxpaint.c:29100
msgid ""
"Pick a color. Hues go top to bottom. Saturation/intensity goes left (pale) "
"to right (pure). Value (lightness/darkness): grey bar."
msgstr ""
-#: ../tuxpaint.c:29112
+#: ../tuxpaint.c:29114
msgid ""
"Click the primary colors (red, yellow, and blue), white (to tint), grey (to "
"tone), and black (to shade), to mix together a new color."
@@ -2583,8 +2583,9 @@ msgstr ""
#: ../../magic/src/polyfill.c:32
msgid ""
-"Click multiple times in your picture to create a filled polygon. Click your "
-"starting position to complete the shape."
+"Click multiple times in your picture to create a filled polygon. You may "
+"drag control points to alter the shape. Click the first point to complete "
+"the shape."
msgstr ""
#: ../../magic/src/puzzle.c:112
diff --git a/src/po/ja.po b/src/po/ja.po
index 453e014ce..73c21e4f9 100644
--- a/src/po/ja.po
+++ b/src/po/ja.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: tuxpaint 0.9.29\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2024-04-08 23:25-0700\n"
+"POT-Creation-Date: 2024-04-12 09:23-0700\n"
"PO-Revision-Date: 2024-01-27 10:46+0900\n"
"Last-Translator: Shin-ichi TOYAMA \n"
"Language-Team: japanese \n"
@@ -1073,7 +1073,7 @@ msgstr "さいしょから"
#. Open a saved picture
#. Buttons for the file open dialog
#. Open dialog: 'Open' button, to load the selected picture
-#: ../tools.h:97 ../tuxpaint.c:9697
+#: ../tools.h:97 ../tuxpaint.c:9698
msgid "Open"
msgstr "ひらく"
@@ -1484,84 +1484,84 @@ msgid "Please wait…"
msgstr "もうちょっと まってね…"
#. Open dialog: 'Erase' button, to erase/deleted the selected picture
-#: ../tuxpaint.c:9700
+#: ../tuxpaint.c:9701
msgid "Erase"
msgstr "けす"
#. Open dialog: 'Slides' button, to switch to slide show mode
-#: ../tuxpaint.c:9703
+#: ../tuxpaint.c:9704
msgid "Slides"
msgstr "スライド"
#. Open dialog: 'Template' button, to make a template out of a drawing
-#: ../tuxpaint.c:9706
+#: ../tuxpaint.c:9707
msgid "Template"
msgstr "テンプレート"
#. Open dialog: 'Export' button, to copy an image to an easily-accessible location
-#: ../tuxpaint.c:9709
+#: ../tuxpaint.c:9710
msgid "Export"
msgstr "かきだす"
#. Open dialog: 'Back' button, to dismiss Open dialog without opening a picture
-#: ../tuxpaint.c:9712
+#: ../tuxpaint.c:9713
msgid "Back"
msgstr "もどる"
#. Slideshow: 'Play' button, to begin a slideshow sequence
-#: ../tuxpaint.c:9715
+#: ../tuxpaint.c:9716
msgid "Play"
msgstr "かいし"
#. Slideshow: 'GIF Export' button, to create an animated GIF
-#: ../tuxpaint.c:9718
+#: ../tuxpaint.c:9719
msgid "GIF Export"
msgstr "かきだす"
#. Slideshow: 'Next' button, to load next slide (image)
-#: ../tuxpaint.c:9721
+#: ../tuxpaint.c:9722
msgid "Next"
msgstr "つぎ"
#. Color mixer dialog: 'Clear' button, to reset the mixed color
-#: ../tuxpaint.c:9724
+#: ../tuxpaint.c:9725
msgid "Clear"
msgstr "さいしょから"
#. Use the localized label string (e.g., "あぁ" in Japanese)
-#: ../tuxpaint.c:10659 ../tuxpaint.c:10662 ../tuxpaint.c:10663
+#: ../tuxpaint.c:10660 ../tuxpaint.c:10663 ../tuxpaint.c:10664
msgid "Aa"
msgstr "あア"
# FIXME: Move elsewhere! Or not?!
#. Admittedly stupid way of determining which keys can be used for
#. positive and negative responses in dialogs (e.g., [Y] (for 'yes') in English)
-#: ../tuxpaint.c:14672
+#: ../tuxpaint.c:14673
msgid "Yes"
msgstr "はい"
-#: ../tuxpaint.c:14676
+#: ../tuxpaint.c:14677
msgid "No"
msgstr "いいえ"
#. Prompt to ask whether user wishes to save over old version of their file
-#: ../tuxpaint.c:15948
+#: ../tuxpaint.c:15949
msgid "Replace the picture with your changes?"
msgstr "いまかいたえと まえのえを いれかえる?"
#. Positive response to saving over old version
#. (like a 'File:Save' action in other applications)
-#: ../tuxpaint.c:15952
+#: ../tuxpaint.c:15953
msgid "Yes, replace the old one!"
msgstr "はい、まえのえと いれかえます!"
#. Negative response to saving over old version (saves a new image)
#. (like a 'File:Save As...' action in other applications)
-#: ../tuxpaint.c:15956
+#: ../tuxpaint.c:15957
msgid "No, save a new file!"
msgstr "いいえ、あたらしく セーブします!"
-#: ../tuxpaint.c:17224
+#: ../tuxpaint.c:17225
msgid ""
"Choose a picture and then click “Open”, “Export”, “Template“, or “Erase”. "
"Click “Slides” to create a slideshow animation or “Back“ to return to your "
@@ -1571,7 +1571,7 @@ msgstr ""
"\" をクリックします。スライドショーやアニメーションをさくせいするには \"スラ"
"イド\" を、キャンバスにもどるには \"もどる\" をクリックしてください。"
-#: ../tuxpaint.c:17226
+#: ../tuxpaint.c:17227
msgid ""
"Choose a picture and then click “Open”, “Export”, or “Erase”. Click “Slides” "
"to create a slideshow animation or “Back“ to return to your current picture."
@@ -1583,63 +1583,63 @@ msgstr ""
#. None selected? Too dangerous to automatically select all (like we do for slideshow playback).
#. Only 1 selected? No point in saving as GIF.
#.
-#: ../tuxpaint.c:18895
+#: ../tuxpaint.c:18896
msgid "Select 2 or more drawings to turn into an animated GIF."
msgstr "2ついじょうのえをえらんで GIFアニメをかきだします。"
#. Descriptions (names) of the color mixer tool's primary colors and shades
-#: ../tuxpaint.c:25112
+#: ../tuxpaint.c:25113
msgid "red"
msgstr "あか"
-#: ../tuxpaint.c:25113
+#: ../tuxpaint.c:25114
msgid "yellow"
msgstr "きいろ"
-#: ../tuxpaint.c:25114
+#: ../tuxpaint.c:25115
msgid "blue"
msgstr "あお"
-#: ../tuxpaint.c:25115
+#: ../tuxpaint.c:25116
msgid "white"
msgstr "しろ"
-#: ../tuxpaint.c:25116
+#: ../tuxpaint.c:25117
msgid "grey"
msgstr "はいいろ"
-#: ../tuxpaint.c:25117
+#: ../tuxpaint.c:25118
msgid "black"
msgstr "くろ"
#. 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:25122
+#: ../tuxpaint.c:25123
#, c-format
msgid "Your color is %1$s %2$s."
msgstr "%1$s %2$s です"
-#: ../tuxpaint.c:25123
+#: ../tuxpaint.c:25124
#, c-format
msgid "Your color is %1$s %2$s and %3$s %4$s."
msgstr "%2$sが%1$sで %4$sが%3$sの いろ"
-#: ../tuxpaint.c:25124
+#: ../tuxpaint.c:25125
#, c-format
msgid "Your color is %1$s %2$s, %3$s %4$s, and %5$s %6$s."
msgstr "%2$sが%1$sで %4$sが%3$sで %6$sが%5$sの いろ"
-#: ../tuxpaint.c:25125
+#: ../tuxpaint.c:25126
#, c-format
msgid "Your color is %1$s %2$s, %3$s %4$s, %5$s %6$s, and %7$s %8$s."
msgstr "%2$sが%1$sで %4$sが%3$sで %6$sが%5$sで %8$sが%7$sの いろ"
-#: ../tuxpaint.c:25126
+#: ../tuxpaint.c:25127
#, 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 "%2$sが%1$sで %4$sが%3$sで %6$sが%5$sで %8$sが%7$sで %10$sが%9$sの いろ"
-#: ../tuxpaint.c:25127
+#: ../tuxpaint.c:25128
#, c-format
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 "
@@ -1649,16 +1649,16 @@ msgstr ""
"が%11$sの いろ"
#. Color mixer; e.g., "Your color is entirely grey."
-#: ../tuxpaint.c:25907 ../tuxpaint.c:25912
+#: ../tuxpaint.c:25908 ../tuxpaint.c:25913
msgid "entirely"
msgstr "かんぜんな"
#. Add "Color Select" color:
-#: ../tuxpaint.c:29087
+#: ../tuxpaint.c:29089
msgid "Select a color from your drawing."
msgstr "えの なかから いろを えらぼう。"
-#: ../tuxpaint.c:29098
+#: ../tuxpaint.c:29100
msgid ""
"Pick a color. Hues go top to bottom. Saturation/intensity goes left (pale) "
"to right (pure). Value (lightness/darkness): grey bar."
@@ -1666,7 +1666,7 @@ msgstr ""
"いろの えらびかた:いろあいは うえから したへ、あざやかさは ひだり(あわい い"
"ろ)から みぎ(あざやかな いろ)へ。みぎの バーで あかるさを えらびます。"
-#: ../tuxpaint.c:29112
+#: ../tuxpaint.c:29114
msgid ""
"Click the primary colors (red, yellow, and blue), white (to tint), grey (to "
"tone), and black (to shade), to mix together a new color."
@@ -2614,8 +2614,9 @@ msgstr ""
#: ../../magic/src/polyfill.c:32
msgid ""
-"Click multiple times in your picture to create a filled polygon. Click your "
-"starting position to complete the shape."
+"Click multiple times in your picture to create a filled polygon. You may "
+"drag control points to alter the shape. Click the first point to complete "
+"the shape."
msgstr ""
#: ../../magic/src/puzzle.c:112
diff --git a/src/po/ka.po b/src/po/ka.po
index 53f7d37a9..af29944fe 100644
--- a/src/po/ka.po
+++ b/src/po/ka.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: TuxPaint\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2024-04-08 23:25-0700\n"
+"POT-Creation-Date: 2024-04-12 09:23-0700\n"
"PO-Revision-Date: 2023-04-01 20:01+0400\n"
"Last-Translator: Giasher \n"
"Language-Team: Gia Shervashidze \n"
@@ -1042,7 +1042,7 @@ msgstr "ახალი"
#. Open a saved picture
#. Buttons for the file open dialog
#. Open dialog: 'Open' button, to load the selected picture
-#: ../tools.h:97 ../tuxpaint.c:9697
+#: ../tools.h:97 ../tuxpaint.c:9698
msgid "Open"
msgstr "გახსნა"
@@ -1451,90 +1451,90 @@ msgid "Please wait…"
msgstr "გთხოვთ დაიცადოთ…"
#. Open dialog: 'Erase' button, to erase/deleted the selected picture
-#: ../tuxpaint.c:9700
+#: ../tuxpaint.c:9701
msgid "Erase"
msgstr "წაშლა"
#. Open dialog: 'Slides' button, to switch to slide show mode
-#: ../tuxpaint.c:9703
+#: ../tuxpaint.c:9704
msgid "Slides"
msgstr "სლაიდები"
#. Open dialog: 'Template' button, to make a template out of a drawing
-#: ../tuxpaint.c:9706
+#: ../tuxpaint.c:9707
msgid "Template"
msgstr ""
#. Open dialog: 'Export' button, to copy an image to an easily-accessible location
-#: ../tuxpaint.c:9709
+#: ../tuxpaint.c:9710
msgid "Export"
msgstr "ექსპორტი"
#. Open dialog: 'Back' button, to dismiss Open dialog without opening a picture
-#: ../tuxpaint.c:9712
+#: ../tuxpaint.c:9713
msgid "Back"
msgstr "უკან"
#. Slideshow: 'Play' button, to begin a slideshow sequence
-#: ../tuxpaint.c:9715
+#: ../tuxpaint.c:9716
msgid "Play"
msgstr "ასახვა"
#. Slideshow: 'GIF Export' button, to create an animated GIF
-#: ../tuxpaint.c:9718
+#: ../tuxpaint.c:9719
msgid "GIF Export"
msgstr "GIF ექსპორტი"
#. Slideshow: 'Next' button, to load next slide (image)
-#: ../tuxpaint.c:9721
+#: ../tuxpaint.c:9722
msgid "Next"
msgstr "შემდეგ"
#. Color mixer dialog: 'Clear' button, to reset the mixed color
-#: ../tuxpaint.c:9724
+#: ../tuxpaint.c:9725
msgid "Clear"
msgstr "გასუფთავება"
#. Use the localized label string (e.g., "あぁ" in Japanese)
-#: ../tuxpaint.c:10659 ../tuxpaint.c:10662 ../tuxpaint.c:10663
+#: ../tuxpaint.c:10660 ../tuxpaint.c:10663 ../tuxpaint.c:10664
msgid "Aa"
msgstr "Aa"
#. Admittedly stupid way of determining which keys can be used for
#. positive and negative responses in dialogs (e.g., [Y] (for 'yes') in English)
-#: ../tuxpaint.c:14672
+#: ../tuxpaint.c:14673
msgid "Yes"
msgstr "დიახ"
-#: ../tuxpaint.c:14676
+#: ../tuxpaint.c:14677
msgid "No"
msgstr "არა"
#. Prompt to ask whether user wishes to save over old version of their file
-#: ../tuxpaint.c:15948
+#: ../tuxpaint.c:15949
msgid "Replace the picture with your changes?"
msgstr "ჩავანაცვლო ნახატი თქვენი ცვლილებებით?"
#. Positive response to saving over old version
#. (like a 'File:Save' action in other applications)
-#: ../tuxpaint.c:15952
+#: ../tuxpaint.c:15953
msgid "Yes, replace the old one!"
msgstr "დიახ, ჩაანაცვლე ძველი ახლით!"
#. Negative response to saving over old version (saves a new image)
#. (like a 'File:Save As...' action in other applications)
-#: ../tuxpaint.c:15956
+#: ../tuxpaint.c:15957
msgid "No, save a new file!"
msgstr "არა, შეინახე ახალ ფაილში!"
-#: ../tuxpaint.c:17224
+#: ../tuxpaint.c:17225
msgid ""
"Choose a picture and then click “Open”, “Export”, “Template“, or “Erase”. "
"Click “Slides” to create a slideshow animation or “Back“ to return to your "
"current picture."
msgstr ""
-#: ../tuxpaint.c:17226
+#: ../tuxpaint.c:17227
msgid ""
"Choose a picture and then click “Open”, “Export”, or “Erase”. Click “Slides” "
"to create a slideshow animation or “Back“ to return to your current picture."
@@ -1543,64 +1543,64 @@ msgstr ""
#. None selected? Too dangerous to automatically select all (like we do for slideshow playback).
#. Only 1 selected? No point in saving as GIF.
#.
-#: ../tuxpaint.c:18895
+#: ../tuxpaint.c:18896
msgid "Select 2 or more drawings to turn into an animated GIF."
msgstr "შეარჩიეთ 2 ან მეტი ნახატი GIF ანიმაციად გარდასაქმნელად."
#. Descriptions (names) of the color mixer tool's primary colors and shades
-#: ../tuxpaint.c:25112
+#: ../tuxpaint.c:25113
msgid "red"
msgstr "წითელი"
-#: ../tuxpaint.c:25113
+#: ../tuxpaint.c:25114
msgid "yellow"
msgstr "ყვითელი"
-#: ../tuxpaint.c:25114
+#: ../tuxpaint.c:25115
msgid "blue"
msgstr "ლურჯი"
-#: ../tuxpaint.c:25115
+#: ../tuxpaint.c:25116
msgid "white"
msgstr "თეთრი"
-#: ../tuxpaint.c:25116
+#: ../tuxpaint.c:25117
msgid "grey"
msgstr "ნაცრისფერი"
-#: ../tuxpaint.c:25117
+#: ../tuxpaint.c:25118
msgid "black"
msgstr "შავი"
#. 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:25122
+#: ../tuxpaint.c:25123
#, c-format
msgid "Your color is %1$s %2$s."
msgstr "თქვენი ფერია %1$s %2$s."
-#: ../tuxpaint.c:25123
+#: ../tuxpaint.c:25124
#, c-format
msgid "Your color is %1$s %2$s and %3$s %4$s."
msgstr "თქვენი ფერია %1$s %2$s და %3$s %4$s."
-#: ../tuxpaint.c:25124
+#: ../tuxpaint.c:25125
#, c-format
msgid "Your color is %1$s %2$s, %3$s %4$s, and %5$s %6$s."
msgstr "თქვენი ფერია %1$s %2$s, %3$s %4$s, და %5$s %6$s."
-#: ../tuxpaint.c:25125
+#: ../tuxpaint.c:25126
#, c-format
msgid "Your color is %1$s %2$s, %3$s %4$s, %5$s %6$s, and %7$s %8$s."
msgstr "თქვენი ფერია %1$s %2$s, %3$s %4$s, %5$s %6$s, და %7$s %8$s."
-#: ../tuxpaint.c:25126
+#: ../tuxpaint.c:25127
#, 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 ""
"თქვენი ფერია %1$s %2$s, %3$s %4$s, %5$s %6$s, %7$s %8$s, და %9$s %10$s."
-#: ../tuxpaint.c:25127
+#: ../tuxpaint.c:25128
#, c-format
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 "
@@ -1610,16 +1610,16 @@ msgstr ""
"%11$s %12$s."
#. Color mixer; e.g., "Your color is entirely grey."
-#: ../tuxpaint.c:25907 ../tuxpaint.c:25912
+#: ../tuxpaint.c:25908 ../tuxpaint.c:25913
msgid "entirely"
msgstr "სრულად"
#. Add "Color Select" color:
-#: ../tuxpaint.c:29087
+#: ../tuxpaint.c:29089
msgid "Select a color from your drawing."
msgstr "შეარჩიეთ ფერი თქვენი ნახატიდან."
-#: ../tuxpaint.c:29098
+#: ../tuxpaint.c:29100
msgid ""
"Pick a color. Hues go top to bottom. Saturation/intensity goes left (pale) "
"to right (pure). Value (lightness/darkness): grey bar."
@@ -1627,7 +1627,7 @@ msgstr ""
"შეარჩიეთ ფერი. ტონი ნაწილდება ზემოდან ქვემოთ. გაჯერება/ინტენსიობა მარცხნიდან "
"(მქრქალი) მარჯვნივ (სუფთა). მნიშვნელობა (ღია/მუქი): ნაცრისფერი ზოლი."
-#: ../tuxpaint.c:29112
+#: ../tuxpaint.c:29114
msgid ""
"Click the primary colors (red, yellow, and blue), white (to tint), grey (to "
"tone), and black (to shade), to mix together a new color."
@@ -2526,8 +2526,9 @@ msgstr ""
#: ../../magic/src/polyfill.c:32
msgid ""
-"Click multiple times in your picture to create a filled polygon. Click your "
-"starting position to complete the shape."
+"Click multiple times in your picture to create a filled polygon. You may "
+"drag control points to alter the shape. Click the first point to complete "
+"the shape."
msgstr ""
#: ../../magic/src/puzzle.c:112
diff --git a/src/po/kab.po b/src/po/kab.po
index bc5454e2b..ae2fa0f37 100644
--- a/src/po/kab.po
+++ b/src/po/kab.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: kab\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2024-04-08 23:25-0700\n"
+"POT-Creation-Date: 2024-04-12 09:23-0700\n"
"PO-Revision-Date: 2017-12-23 23:11+0100\n"
"Last-Translator: Yacine Bouklif \n"
"Language-Team: \n"
@@ -978,7 +978,7 @@ msgstr "Amaynut"
#. Open a saved picture
#. Buttons for the file open dialog
#. Open dialog: 'Open' button, to load the selected picture
-#: ../tools.h:97 ../tuxpaint.c:9697
+#: ../tools.h:97 ../tuxpaint.c:9698
msgid "Open"
msgstr "Ldi"
@@ -1397,90 +1397,90 @@ msgid "Please wait…"
msgstr "Ttxil-k arǧu…"
#. Open dialog: 'Erase' button, to erase/deleted the selected picture
-#: ../tuxpaint.c:9700
+#: ../tuxpaint.c:9701
msgid "Erase"
msgstr "Sfeḍ"
#. Open dialog: 'Slides' button, to switch to slide show mode
-#: ../tuxpaint.c:9703
+#: ../tuxpaint.c:9704
msgid "Slides"
msgstr "Timeccegin"
#. Open dialog: 'Template' button, to make a template out of a drawing
-#: ../tuxpaint.c:9706
+#: ../tuxpaint.c:9707
msgid "Template"
msgstr ""
#. Open dialog: 'Export' button, to copy an image to an easily-accessible location
-#: ../tuxpaint.c:9709
+#: ../tuxpaint.c:9710
msgid "Export"
msgstr ""
#. Open dialog: 'Back' button, to dismiss Open dialog without opening a picture
-#: ../tuxpaint.c:9712
+#: ../tuxpaint.c:9713
msgid "Back"
msgstr "Tuɣalin"
#. Slideshow: 'Play' button, to begin a slideshow sequence
-#: ../tuxpaint.c:9715
+#: ../tuxpaint.c:9716
msgid "Play"
msgstr "Urar"
#. Slideshow: 'GIF Export' button, to create an animated GIF
-#: ../tuxpaint.c:9718
+#: ../tuxpaint.c:9719
msgid "GIF Export"
msgstr ""
#. Slideshow: 'Next' button, to load next slide (image)
-#: ../tuxpaint.c:9721
+#: ../tuxpaint.c:9722
msgid "Next"
msgstr "Ɣer sdat"
#. Color mixer dialog: 'Clear' button, to reset the mixed color
-#: ../tuxpaint.c:9724
+#: ../tuxpaint.c:9725
msgid "Clear"
msgstr ""
#. Use the localized label string (e.g., "あぁ" in Japanese)
-#: ../tuxpaint.c:10659 ../tuxpaint.c:10662 ../tuxpaint.c:10663
+#: ../tuxpaint.c:10660 ../tuxpaint.c:10663 ../tuxpaint.c:10664
msgid "Aa"
msgstr "Aa"
#. Admittedly stupid way of determining which keys can be used for
#. positive and negative responses in dialogs (e.g., [Y] (for 'yes') in English)
-#: ../tuxpaint.c:14672
+#: ../tuxpaint.c:14673
msgid "Yes"
msgstr "Ih"
-#: ../tuxpaint.c:14676
+#: ../tuxpaint.c:14677
msgid "No"
msgstr "Ala"
#. Prompt to ask whether user wishes to save over old version of their file
-#: ../tuxpaint.c:15948
+#: ../tuxpaint.c:15949
msgid "Replace the picture with your changes?"
msgstr "Ad tsemselsiḍ tugna s ibeddilen-inek ?"
#. Positive response to saving over old version
#. (like a 'File:Save' action in other applications)
-#: ../tuxpaint.c:15952
+#: ../tuxpaint.c:15953
msgid "Yes, replace the old one!"
msgstr "Ih, semselsi taqburt !"
#. Negative response to saving over old version (saves a new image)
#. (like a 'File:Save As...' action in other applications)
-#: ../tuxpaint.c:15956
+#: ../tuxpaint.c:15957
msgid "No, save a new file!"
msgstr "Ala, sekles tugna tamaynutt !"
-#: ../tuxpaint.c:17224
+#: ../tuxpaint.c:17225
msgid ""
"Choose a picture and then click “Open”, “Export”, “Template“, or “Erase”. "
"Click “Slides” to create a slideshow animation or “Back“ to return to your "
"current picture."
msgstr ""
-#: ../tuxpaint.c:17226
+#: ../tuxpaint.c:17227
msgid ""
"Choose a picture and then click “Open”, “Export”, or “Erase”. Click “Slides” "
"to create a slideshow animation or “Back“ to return to your current picture."
@@ -1489,71 +1489,71 @@ msgstr ""
#. None selected? Too dangerous to automatically select all (like we do for slideshow playback).
#. Only 1 selected? No point in saving as GIF.
#.
-#: ../tuxpaint.c:18895
+#: ../tuxpaint.c:18896
msgid "Select 2 or more drawings to turn into an animated GIF."
msgstr ""
#. Descriptions (names) of the color mixer tool's primary colors and shades
-#: ../tuxpaint.c:25112
+#: ../tuxpaint.c:25113
msgid "red"
msgstr ""
-#: ../tuxpaint.c:25113
+#: ../tuxpaint.c:25114
#, fuzzy
#| msgid "Yellow!"
msgid "yellow"
msgstr "Awraɣ !"
-#: ../tuxpaint.c:25114
+#: ../tuxpaint.c:25115
#, fuzzy
#| msgid "Sky blue!"
msgid "blue"
msgstr "Anili n igni !"
-#: ../tuxpaint.c:25115
+#: ../tuxpaint.c:25116
#, fuzzy
#| msgid "White!"
msgid "white"
msgstr "Amlal !"
-#: ../tuxpaint.c:25116
+#: ../tuxpaint.c:25117
msgid "grey"
msgstr ""
-#: ../tuxpaint.c:25117
+#: ../tuxpaint.c:25118
#, fuzzy
#| msgid "Black!"
msgid "black"
msgstr "Aberkan !"
#. 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:25122
+#: ../tuxpaint.c:25123
#, c-format
msgid "Your color is %1$s %2$s."
msgstr ""
-#: ../tuxpaint.c:25123
+#: ../tuxpaint.c:25124
#, c-format
msgid "Your color is %1$s %2$s and %3$s %4$s."
msgstr ""
-#: ../tuxpaint.c:25124
+#: ../tuxpaint.c:25125
#, c-format
msgid "Your color is %1$s %2$s, %3$s %4$s, and %5$s %6$s."
msgstr ""
-#: ../tuxpaint.c:25125
+#: ../tuxpaint.c:25126
#, c-format
msgid "Your color is %1$s %2$s, %3$s %4$s, %5$s %6$s, and %7$s %8$s."
msgstr ""
-#: ../tuxpaint.c:25126
+#: ../tuxpaint.c:25127
#, 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 ""
-#: ../tuxpaint.c:25127
+#: ../tuxpaint.c:25128
#, c-format
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 "
@@ -1561,22 +1561,22 @@ msgid ""
msgstr ""
#. Color mixer; e.g., "Your color is entirely grey."
-#: ../tuxpaint.c:25907 ../tuxpaint.c:25912
+#: ../tuxpaint.c:25908 ../tuxpaint.c:25913
msgid "entirely"
msgstr ""
#. Add "Color Select" color:
-#: ../tuxpaint.c:29087
+#: ../tuxpaint.c:29089
msgid "Select a color from your drawing."
msgstr "Fren ini seg wunuɣ-inek."
-#: ../tuxpaint.c:29098
+#: ../tuxpaint.c:29100
msgid ""
"Pick a color. Hues go top to bottom. Saturation/intensity goes left (pale) "
"to right (pure). Value (lightness/darkness): grey bar."
msgstr ""
-#: ../tuxpaint.c:29112
+#: ../tuxpaint.c:29114
msgid ""
"Click the primary colors (red, yellow, and blue), white (to tint), grey (to "
"tone), and black (to shade), to mix together a new color."
@@ -2624,8 +2624,9 @@ msgstr ""
#: ../../magic/src/polyfill.c:32
msgid ""
-"Click multiple times in your picture to create a filled polygon. Click your "
-"starting position to complete the shape."
+"Click multiple times in your picture to create a filled polygon. You may "
+"drag control points to alter the shape. Click the first point to complete "
+"the shape."
msgstr ""
#: ../../magic/src/puzzle.c:112
diff --git a/src/po/km.po b/src/po/km.po
index 993ef6709..4f3d934e5 100644
--- a/src/po/km.po
+++ b/src/po/km.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: tuxpaint\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2024-04-08 23:25-0700\n"
+"POT-Creation-Date: 2024-04-12 09:23-0700\n"
"PO-Revision-Date: 2008-05-30 15:41+0700\n"
"Last-Translator: Khoem Sokhem \n"
"Language-Team: Khmer \n"
@@ -974,7 +974,7 @@ msgstr "ថ្មី"
#. Open a saved picture
#. Buttons for the file open dialog
#. Open dialog: 'Open' button, to load the selected picture
-#: ../tools.h:97 ../tuxpaint.c:9697
+#: ../tools.h:97 ../tuxpaint.c:9698
msgid "Open"
msgstr "បើក"
@@ -1381,90 +1381,90 @@ msgid "Please wait…"
msgstr "សូមរង់ចាំ..."
#. Open dialog: 'Erase' button, to erase/deleted the selected picture
-#: ../tuxpaint.c:9700
+#: ../tuxpaint.c:9701
msgid "Erase"
msgstr "លុប"
#. Open dialog: 'Slides' button, to switch to slide show mode
-#: ../tuxpaint.c:9703
+#: ../tuxpaint.c:9704
msgid "Slides"
msgstr "ស្លាយ"
#. Open dialog: 'Template' button, to make a template out of a drawing
-#: ../tuxpaint.c:9706
+#: ../tuxpaint.c:9707
msgid "Template"
msgstr ""
#. Open dialog: 'Export' button, to copy an image to an easily-accessible location
-#: ../tuxpaint.c:9709
+#: ../tuxpaint.c:9710
msgid "Export"
msgstr ""
#. Open dialog: 'Back' button, to dismiss Open dialog without opening a picture
-#: ../tuxpaint.c:9712
+#: ../tuxpaint.c:9713
msgid "Back"
msgstr "ថយក្រោយ"
#. Slideshow: 'Play' button, to begin a slideshow sequence
-#: ../tuxpaint.c:9715
+#: ../tuxpaint.c:9716
msgid "Play"
msgstr "ចាក់"
#. Slideshow: 'GIF Export' button, to create an animated GIF
-#: ../tuxpaint.c:9718
+#: ../tuxpaint.c:9719
msgid "GIF Export"
msgstr ""
#. Slideshow: 'Next' button, to load next slide (image)
-#: ../tuxpaint.c:9721
+#: ../tuxpaint.c:9722
msgid "Next"
msgstr "បន្ទាប់"
#. Color mixer dialog: 'Clear' button, to reset the mixed color
-#: ../tuxpaint.c:9724
+#: ../tuxpaint.c:9725
msgid "Clear"
msgstr ""
#. Use the localized label string (e.g., "あぁ" in Japanese)
-#: ../tuxpaint.c:10659 ../tuxpaint.c:10662 ../tuxpaint.c:10663
+#: ../tuxpaint.c:10660 ../tuxpaint.c:10663 ../tuxpaint.c:10664
msgid "Aa"
msgstr "កខគ"
#. Admittedly stupid way of determining which keys can be used for
#. positive and negative responses in dialogs (e.g., [Y] (for 'yes') in English)
-#: ../tuxpaint.c:14672
+#: ../tuxpaint.c:14673
msgid "Yes"
msgstr "បាទ/ចាស"
-#: ../tuxpaint.c:14676
+#: ../tuxpaint.c:14677
msgid "No"
msgstr "ទេ"
#. Prompt to ask whether user wishes to save over old version of their file
-#: ../tuxpaint.c:15948
+#: ../tuxpaint.c:15949
msgid "Replace the picture with your changes?"
msgstr "ជំនួសរូបភាព ដោយការផ្លាស់ប្ដូររបស់អ្នក ?"
#. Positive response to saving over old version
#. (like a 'File:Save' action in other applications)
-#: ../tuxpaint.c:15952
+#: ../tuxpaint.c:15953
msgid "Yes, replace the old one!"
msgstr "បាទ/ចាស ជំនួសលើឯកសារចាស់ !"
#. Negative response to saving over old version (saves a new image)
#. (like a 'File:Save As...' action in other applications)
-#: ../tuxpaint.c:15956
+#: ../tuxpaint.c:15957
msgid "No, save a new file!"
msgstr "ទេ រក្សាទុកជាឯកសារថ្មី !"
-#: ../tuxpaint.c:17224
+#: ../tuxpaint.c:17225
msgid ""
"Choose a picture and then click “Open”, “Export”, “Template“, or “Erase”. "
"Click “Slides” to create a slideshow animation or “Back“ to return to your "
"current picture."
msgstr ""
-#: ../tuxpaint.c:17226
+#: ../tuxpaint.c:17227
msgid ""
"Choose a picture and then click “Open”, “Export”, or “Erase”. Click “Slides” "
"to create a slideshow animation or “Back“ to return to your current picture."
@@ -1473,71 +1473,71 @@ msgstr ""
#. None selected? Too dangerous to automatically select all (like we do for slideshow playback).
#. Only 1 selected? No point in saving as GIF.
#.
-#: ../tuxpaint.c:18895
+#: ../tuxpaint.c:18896
msgid "Select 2 or more drawings to turn into an animated GIF."
msgstr ""
#. Descriptions (names) of the color mixer tool's primary colors and shades
-#: ../tuxpaint.c:25112
+#: ../tuxpaint.c:25113
msgid "red"
msgstr ""
-#: ../tuxpaint.c:25113
+#: ../tuxpaint.c:25114
#, fuzzy
#| msgid "Yellow!"
msgid "yellow"
msgstr "លឿង !"
-#: ../tuxpaint.c:25114
+#: ../tuxpaint.c:25115
#, fuzzy
#| msgid "Sky blue!"
msgid "blue"
msgstr "ខៀវផ្ទៃមេឃ !"
-#: ../tuxpaint.c:25115
+#: ../tuxpaint.c:25116
#, fuzzy
#| msgid "White!"
msgid "white"
msgstr "ស !"
-#: ../tuxpaint.c:25116
+#: ../tuxpaint.c:25117
msgid "grey"
msgstr ""
-#: ../tuxpaint.c:25117
+#: ../tuxpaint.c:25118
#, fuzzy
#| msgid "Black!"
msgid "black"
msgstr "ខ្មៅ !"
#. 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:25122
+#: ../tuxpaint.c:25123
#, c-format
msgid "Your color is %1$s %2$s."
msgstr ""
-#: ../tuxpaint.c:25123
+#: ../tuxpaint.c:25124
#, c-format
msgid "Your color is %1$s %2$s and %3$s %4$s."
msgstr ""
-#: ../tuxpaint.c:25124
+#: ../tuxpaint.c:25125
#, c-format
msgid "Your color is %1$s %2$s, %3$s %4$s, and %5$s %6$s."
msgstr ""
-#: ../tuxpaint.c:25125
+#: ../tuxpaint.c:25126
#, c-format
msgid "Your color is %1$s %2$s, %3$s %4$s, %5$s %6$s, and %7$s %8$s."
msgstr ""
-#: ../tuxpaint.c:25126
+#: ../tuxpaint.c:25127
#, 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 ""
-#: ../tuxpaint.c:25127
+#: ../tuxpaint.c:25128
#, c-format
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 "
@@ -1545,22 +1545,22 @@ msgid ""
msgstr ""
#. Color mixer; e.g., "Your color is entirely grey."
-#: ../tuxpaint.c:25907 ../tuxpaint.c:25912
+#: ../tuxpaint.c:25908 ../tuxpaint.c:25913
msgid "entirely"
msgstr ""
#. Add "Color Select" color:
-#: ../tuxpaint.c:29087
+#: ../tuxpaint.c:29089
msgid "Select a color from your drawing."
msgstr ""
-#: ../tuxpaint.c:29098
+#: ../tuxpaint.c:29100
msgid ""
"Pick a color. Hues go top to bottom. Saturation/intensity goes left (pale) "
"to right (pure). Value (lightness/darkness): grey bar."
msgstr ""
-#: ../tuxpaint.c:29112
+#: ../tuxpaint.c:29114
msgid ""
"Click the primary colors (red, yellow, and blue), white (to tint), grey (to "
"tone), and black (to shade), to mix together a new color."
@@ -2532,8 +2532,9 @@ msgstr ""
#: ../../magic/src/polyfill.c:32
msgid ""
-"Click multiple times in your picture to create a filled polygon. Click your "
-"starting position to complete the shape."
+"Click multiple times in your picture to create a filled polygon. You may "
+"drag control points to alter the shape. Click the first point to complete "
+"the shape."
msgstr ""
#: ../../magic/src/puzzle.c:112
diff --git a/src/po/kn.po b/src/po/kn.po
index 1303f2041..cd4d499c4 100644
--- a/src/po/kn.po
+++ b/src/po/kn.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: tuxpaint\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2024-04-08 23:25-0700\n"
+"POT-Creation-Date: 2024-04-12 09:23-0700\n"
"PO-Revision-Date: 2014-06-08 23:43+0630\n"
"Last-Translator: Savitha \n"
"Language-Team: Kannada \n"
@@ -980,7 +980,7 @@ msgstr "ಹೊಸ"
#. Open a saved picture
#. Buttons for the file open dialog
#. Open dialog: 'Open' button, to load the selected picture
-#: ../tools.h:97 ../tuxpaint.c:9697
+#: ../tools.h:97 ../tuxpaint.c:9698
msgid "Open"
msgstr "ತೆರೆ"
@@ -1399,90 +1399,90 @@ msgid "Please wait…"
msgstr "ದಯವಿಟ್ಟು ಕಾಯಿರಿ..."
#. Open dialog: 'Erase' button, to erase/deleted the selected picture
-#: ../tuxpaint.c:9700
+#: ../tuxpaint.c:9701
msgid "Erase"
msgstr "ಅಳಿಸಿ"
#. Open dialog: 'Slides' button, to switch to slide show mode
-#: ../tuxpaint.c:9703
+#: ../tuxpaint.c:9704
msgid "Slides"
msgstr "ಸ್ಲೈಡ್ಗಳು"
#. Open dialog: 'Template' button, to make a template out of a drawing
-#: ../tuxpaint.c:9706
+#: ../tuxpaint.c:9707
msgid "Template"
msgstr ""
#. Open dialog: 'Export' button, to copy an image to an easily-accessible location
-#: ../tuxpaint.c:9709
+#: ../tuxpaint.c:9710
msgid "Export"
msgstr ""
#. Open dialog: 'Back' button, to dismiss Open dialog without opening a picture
-#: ../tuxpaint.c:9712
+#: ../tuxpaint.c:9713
msgid "Back"
msgstr "ಹಿಂದಕ್ಕೆ"
#. Slideshow: 'Play' button, to begin a slideshow sequence
-#: ../tuxpaint.c:9715
+#: ../tuxpaint.c:9716
msgid "Play"
msgstr "ಪ್ಲೇ"
#. Slideshow: 'GIF Export' button, to create an animated GIF
-#: ../tuxpaint.c:9718
+#: ../tuxpaint.c:9719
msgid "GIF Export"
msgstr ""
#. Slideshow: 'Next' button, to load next slide (image)
-#: ../tuxpaint.c:9721
+#: ../tuxpaint.c:9722
msgid "Next"
msgstr "ಮುಂದಕ್ಕೆ"
#. Color mixer dialog: 'Clear' button, to reset the mixed color
-#: ../tuxpaint.c:9724
+#: ../tuxpaint.c:9725
msgid "Clear"
msgstr ""
#. Use the localized label string (e.g., "あぁ" in Japanese)
-#: ../tuxpaint.c:10659 ../tuxpaint.c:10662 ../tuxpaint.c:10663
+#: ../tuxpaint.c:10660 ../tuxpaint.c:10663 ../tuxpaint.c:10664
msgid "Aa"
msgstr "Aa"
#. Admittedly stupid way of determining which keys can be used for
#. positive and negative responses in dialogs (e.g., [Y] (for 'yes') in English)
-#: ../tuxpaint.c:14672
+#: ../tuxpaint.c:14673
msgid "Yes"
msgstr "ಹೌದು"
-#: ../tuxpaint.c:14676
+#: ../tuxpaint.c:14677
msgid "No"
msgstr "ಇಲ್ಲ"
#. Prompt to ask whether user wishes to save over old version of their file
-#: ../tuxpaint.c:15948
+#: ../tuxpaint.c:15949
msgid "Replace the picture with your changes?"
msgstr "ಚಿತ್ರವನ್ನು ನೀವು ಮಾಡಲಾದ ಬದಲಾವಣೆಗಳಿಂದ ಬದಲಾಯಿಸಬೇಕೆ?"
#. Positive response to saving over old version
#. (like a 'File:Save' action in other applications)
-#: ../tuxpaint.c:15952
+#: ../tuxpaint.c:15953
msgid "Yes, replace the old one!"
msgstr "ಹೌದು, ಹಳೆಯದನ್ನು ಬದಲಾಯಿಸು!"
#. Negative response to saving over old version (saves a new image)
#. (like a 'File:Save As...' action in other applications)
-#: ../tuxpaint.c:15956
+#: ../tuxpaint.c:15957
msgid "No, save a new file!"
msgstr "ಬೇಡ, ಒಂದು ಹೊಸ ಕಡತವಾಗಿ ಉಳಿಸು!"
-#: ../tuxpaint.c:17224
+#: ../tuxpaint.c:17225
msgid ""
"Choose a picture and then click “Open”, “Export”, “Template“, or “Erase”. "
"Click “Slides” to create a slideshow animation or “Back“ to return to your "
"current picture."
msgstr ""
-#: ../tuxpaint.c:17226
+#: ../tuxpaint.c:17227
msgid ""
"Choose a picture and then click “Open”, “Export”, or “Erase”. Click “Slides” "
"to create a slideshow animation or “Back“ to return to your current picture."
@@ -1491,71 +1491,71 @@ msgstr ""
#. None selected? Too dangerous to automatically select all (like we do for slideshow playback).
#. Only 1 selected? No point in saving as GIF.
#.
-#: ../tuxpaint.c:18895
+#: ../tuxpaint.c:18896
msgid "Select 2 or more drawings to turn into an animated GIF."
msgstr ""
#. Descriptions (names) of the color mixer tool's primary colors and shades
-#: ../tuxpaint.c:25112
+#: ../tuxpaint.c:25113
msgid "red"
msgstr ""
-#: ../tuxpaint.c:25113
+#: ../tuxpaint.c:25114
#, fuzzy
#| msgid "Yellow!"
msgid "yellow"
msgstr "ಹಳದಿ!"
-#: ../tuxpaint.c:25114
+#: ../tuxpaint.c:25115
#, fuzzy
#| msgid "Sky blue!"
msgid "blue"
msgstr "ಆಕಾಶ ನೀಲಿ!"
-#: ../tuxpaint.c:25115
+#: ../tuxpaint.c:25116
#, fuzzy
#| msgid "White!"
msgid "white"
msgstr "ಬಿಳಿ!"
-#: ../tuxpaint.c:25116
+#: ../tuxpaint.c:25117
msgid "grey"
msgstr ""
-#: ../tuxpaint.c:25117
+#: ../tuxpaint.c:25118
#, fuzzy
#| msgid "Black!"
msgid "black"
msgstr "ಕಪ್ಪು!"
#. 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:25122
+#: ../tuxpaint.c:25123
#, c-format
msgid "Your color is %1$s %2$s."
msgstr ""
-#: ../tuxpaint.c:25123
+#: ../tuxpaint.c:25124
#, c-format
msgid "Your color is %1$s %2$s and %3$s %4$s."
msgstr ""
-#: ../tuxpaint.c:25124
+#: ../tuxpaint.c:25125
#, c-format
msgid "Your color is %1$s %2$s, %3$s %4$s, and %5$s %6$s."
msgstr ""
-#: ../tuxpaint.c:25125
+#: ../tuxpaint.c:25126
#, c-format
msgid "Your color is %1$s %2$s, %3$s %4$s, %5$s %6$s, and %7$s %8$s."
msgstr ""
-#: ../tuxpaint.c:25126
+#: ../tuxpaint.c:25127
#, 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 ""
-#: ../tuxpaint.c:25127
+#: ../tuxpaint.c:25128
#, c-format
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 "
@@ -1563,22 +1563,22 @@ msgid ""
msgstr ""
#. Color mixer; e.g., "Your color is entirely grey."
-#: ../tuxpaint.c:25907 ../tuxpaint.c:25912
+#: ../tuxpaint.c:25908 ../tuxpaint.c:25913
msgid "entirely"
msgstr ""
#. Add "Color Select" color:
-#: ../tuxpaint.c:29087
+#: ../tuxpaint.c:29089
msgid "Select a color from your drawing."
msgstr ""
-#: ../tuxpaint.c:29098
+#: ../tuxpaint.c:29100
msgid ""
"Pick a color. Hues go top to bottom. Saturation/intensity goes left (pale) "
"to right (pure). Value (lightness/darkness): grey bar."
msgstr ""
-#: ../tuxpaint.c:29112
+#: ../tuxpaint.c:29114
msgid ""
"Click the primary colors (red, yellow, and blue), white (to tint), grey (to "
"tone), and black (to shade), to mix together a new color."
@@ -2640,8 +2640,9 @@ msgstr ""
#: ../../magic/src/polyfill.c:32
msgid ""
-"Click multiple times in your picture to create a filled polygon. Click your "
-"starting position to complete the shape."
+"Click multiple times in your picture to create a filled polygon. You may "
+"drag control points to alter the shape. Click the first point to complete "
+"the shape."
msgstr ""
#: ../../magic/src/puzzle.c:112
diff --git a/src/po/ko.po b/src/po/ko.po
index 104f54e22..6af77e5e1 100644
--- a/src/po/ko.po
+++ b/src/po/ko.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: tuxpaint\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2024-04-08 23:25-0700\n"
+"POT-Creation-Date: 2024-04-12 09:23-0700\n"
"PO-Revision-Date: 2022-09-10 06:06-0400\n"
"Last-Translator: Mark K. Kim \n"
"Language-Team: N/A\n"
@@ -943,7 +943,7 @@ msgstr "새 그림"
#. Open a saved picture
#. Buttons for the file open dialog
#. Open dialog: 'Open' button, to load the selected picture
-#: ../tools.h:97 ../tuxpaint.c:9697
+#: ../tools.h:97 ../tuxpaint.c:9698
msgid "Open"
msgstr "열기"
@@ -1347,90 +1347,90 @@ msgid "Please wait…"
msgstr "잠깐만 기다려 주세요..."
#. Open dialog: 'Erase' button, to erase/deleted the selected picture
-#: ../tuxpaint.c:9700
+#: ../tuxpaint.c:9701
msgid "Erase"
msgstr "지우기"
#. Open dialog: 'Slides' button, to switch to slide show mode
-#: ../tuxpaint.c:9703
+#: ../tuxpaint.c:9704
msgid "Slides"
msgstr "슬라이드"
#. Open dialog: 'Template' button, to make a template out of a drawing
-#: ../tuxpaint.c:9706
+#: ../tuxpaint.c:9707
msgid "Template"
msgstr ""
#. Open dialog: 'Export' button, to copy an image to an easily-accessible location
-#: ../tuxpaint.c:9709
+#: ../tuxpaint.c:9710
msgid "Export"
msgstr "수출"
#. Open dialog: 'Back' button, to dismiss Open dialog without opening a picture
-#: ../tuxpaint.c:9712
+#: ../tuxpaint.c:9713
msgid "Back"
msgstr "되 돌아가기"
#. Slideshow: 'Play' button, to begin a slideshow sequence
-#: ../tuxpaint.c:9715
+#: ../tuxpaint.c:9716
msgid "Play"
msgstr "시작"
#. Slideshow: 'GIF Export' button, to create an animated GIF
-#: ../tuxpaint.c:9718
+#: ../tuxpaint.c:9719
msgid "GIF Export"
msgstr "지프 수츨"
#. Slideshow: 'Next' button, to load next slide (image)
-#: ../tuxpaint.c:9721
+#: ../tuxpaint.c:9722
msgid "Next"
msgstr "다음"
#. Color mixer dialog: 'Clear' button, to reset the mixed color
-#: ../tuxpaint.c:9724
+#: ../tuxpaint.c:9725
msgid "Clear"
msgstr "해재"
#. Use the localized label string (e.g., "あぁ" in Japanese)
-#: ../tuxpaint.c:10659 ../tuxpaint.c:10662 ../tuxpaint.c:10663
+#: ../tuxpaint.c:10660 ../tuxpaint.c:10663 ../tuxpaint.c:10664
msgid "Aa"
msgstr "A가"
#. Admittedly stupid way of determining which keys can be used for
#. positive and negative responses in dialogs (e.g., [Y] (for 'yes') in English)
-#: ../tuxpaint.c:14672
+#: ../tuxpaint.c:14673
msgid "Yes"
msgstr "네"
-#: ../tuxpaint.c:14676
+#: ../tuxpaint.c:14677
msgid "No"
msgstr "아니요"
#. Prompt to ask whether user wishes to save over old version of their file
-#: ../tuxpaint.c:15948
+#: ../tuxpaint.c:15949
msgid "Replace the picture with your changes?"
msgstr "전그림에 덮어쓸까요? 전그림은 없어집니다."
#. Positive response to saving over old version
#. (like a 'File:Save' action in other applications)
-#: ../tuxpaint.c:15952
+#: ../tuxpaint.c:15953
msgid "Yes, replace the old one!"
msgstr "네, 전그림을 덮어쓰세요!"
#. Negative response to saving over old version (saves a new image)
#. (like a 'File:Save As...' action in other applications)
-#: ../tuxpaint.c:15956
+#: ../tuxpaint.c:15957
msgid "No, save a new file!"
msgstr "아니요, 새로운 파일로 저장하죠"
-#: ../tuxpaint.c:17224
+#: ../tuxpaint.c:17225
msgid ""
"Choose a picture and then click “Open”, “Export”, “Template“, or “Erase”. "
"Click “Slides” to create a slideshow animation or “Back“ to return to your "
"current picture."
msgstr ""
-#: ../tuxpaint.c:17226
+#: ../tuxpaint.c:17227
msgid ""
"Choose a picture and then click “Open”, “Export”, or “Erase”. Click “Slides” "
"to create a slideshow animation or “Back“ to return to your current picture."
@@ -1439,64 +1439,64 @@ msgstr ""
#. None selected? Too dangerous to automatically select all (like we do for slideshow playback).
#. Only 1 selected? No point in saving as GIF.
#.
-#: ../tuxpaint.c:18895
+#: ../tuxpaint.c:18896
msgid "Select 2 or more drawings to turn into an animated GIF."
msgstr "지프로 만들 두가지 이상의 그림을 고르세요."
#. Descriptions (names) of the color mixer tool's primary colors and shades
-#: ../tuxpaint.c:25112
+#: ../tuxpaint.c:25113
msgid "red"
msgstr "빨간색"
-#: ../tuxpaint.c:25113
+#: ../tuxpaint.c:25114
msgid "yellow"
msgstr "노란색"
-#: ../tuxpaint.c:25114
+#: ../tuxpaint.c:25115
msgid "blue"
msgstr "파란색"
-#: ../tuxpaint.c:25115
+#: ../tuxpaint.c:25116
msgid "white"
msgstr "흰색"
-#: ../tuxpaint.c:25116
+#: ../tuxpaint.c:25117
msgid "grey"
msgstr "회색"
-#: ../tuxpaint.c:25117
+#: ../tuxpaint.c:25118
msgid "black"
msgstr "검정색"
#. 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:25122
+#: ../tuxpaint.c:25123
#, c-format
msgid "Your color is %1$s %2$s."
msgstr "당신의 색갈은 %1$s %2$s."
-#: ../tuxpaint.c:25123
+#: ../tuxpaint.c:25124
#, c-format
msgid "Your color is %1$s %2$s and %3$s %4$s."
msgstr "당신의 색갈은 %1$s %2$s 와 %3$s %4$s."
-#: ../tuxpaint.c:25124
+#: ../tuxpaint.c:25125
#, c-format
msgid "Your color is %1$s %2$s, %3$s %4$s, and %5$s %6$s."
msgstr "당신의 색갈은 %1$s %2$s, %3$s %4$s, 그리고 %5$s %6$s."
-#: ../tuxpaint.c:25125
+#: ../tuxpaint.c:25126
#, c-format
msgid "Your color is %1$s %2$s, %3$s %4$s, %5$s %6$s, and %7$s %8$s."
msgstr "당신의 색갈은 %1$s %2$s, %3$s %4$s, %5$s %6$s, 그리고 %7$s %8$s."
-#: ../tuxpaint.c:25126
+#: ../tuxpaint.c:25127
#, 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 ""
"당신의 색갈은 %1$s %2$s, %3$s %4$s, %5$s %6$s, %7$s %8$s, 그리고%9$s %10$s."
-#: ../tuxpaint.c:25127
+#: ../tuxpaint.c:25128
#, c-format
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 "
@@ -1506,22 +1506,22 @@ msgstr ""
"%11$s %12$s."
#. Color mixer; e.g., "Your color is entirely grey."
-#: ../tuxpaint.c:25907 ../tuxpaint.c:25912
+#: ../tuxpaint.c:25908 ../tuxpaint.c:25913
msgid "entirely"
msgstr "전채"
#. Add "Color Select" color:
-#: ../tuxpaint.c:29087
+#: ../tuxpaint.c:29089
msgid "Select a color from your drawing."
msgstr "그림에서 색갈을 고르세요."
-#: ../tuxpaint.c:29098
+#: ../tuxpaint.c:29100
msgid ""
"Pick a color. Hues go top to bottom. Saturation/intensity goes left (pale) "
"to right (pure). Value (lightness/darkness): grey bar."
msgstr ""
-#: ../tuxpaint.c:29112
+#: ../tuxpaint.c:29114
msgid ""
"Click the primary colors (red, yellow, and blue), white (to tint), grey (to "
"tone), and black (to shade), to mix together a new color."
@@ -2449,8 +2449,9 @@ msgstr ""
#: ../../magic/src/polyfill.c:32
msgid ""
-"Click multiple times in your picture to create a filled polygon. Click your "
-"starting position to complete the shape."
+"Click multiple times in your picture to create a filled polygon. You may "
+"drag control points to alter the shape. Click the first point to complete "
+"the shape."
msgstr ""
#: ../../magic/src/puzzle.c:112
diff --git a/src/po/kok.po b/src/po/kok.po
index c070dcfd7..896affd14 100644
--- a/src/po/kok.po
+++ b/src/po/kok.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: en_gb\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2024-04-08 23:25-0700\n"
+"POT-Creation-Date: 2024-04-12 09:23-0700\n"
"PO-Revision-Date: 2014-05-19 23:18+0200\n"
"Last-Translator: \n"
"Language-Team: \n"
@@ -976,7 +976,7 @@ msgstr "नवें"
#. Open a saved picture
#. Buttons for the file open dialog
#. Open dialog: 'Open' button, to load the selected picture
-#: ../tools.h:97 ../tuxpaint.c:9697
+#: ../tools.h:97 ../tuxpaint.c:9698
msgid "Open"
msgstr "उगड"
@@ -1391,90 +1391,90 @@ msgid "Please wait…"
msgstr "मात्शें रावचें..."
#. Open dialog: 'Erase' button, to erase/deleted the selected picture
-#: ../tuxpaint.c:9700
+#: ../tuxpaint.c:9701
msgid "Erase"
msgstr "फासचें"
#. Open dialog: 'Slides' button, to switch to slide show mode
-#: ../tuxpaint.c:9703
+#: ../tuxpaint.c:9704
msgid "Slides"
msgstr "स्लायडी"
#. Open dialog: 'Template' button, to make a template out of a drawing
-#: ../tuxpaint.c:9706
+#: ../tuxpaint.c:9707
msgid "Template"
msgstr ""
#. Open dialog: 'Export' button, to copy an image to an easily-accessible location
-#: ../tuxpaint.c:9709
+#: ../tuxpaint.c:9710
msgid "Export"
msgstr ""
#. Open dialog: 'Back' button, to dismiss Open dialog without opening a picture
-#: ../tuxpaint.c:9712
+#: ../tuxpaint.c:9713
msgid "Back"
msgstr "फाटीं"
#. Slideshow: 'Play' button, to begin a slideshow sequence
-#: ../tuxpaint.c:9715
+#: ../tuxpaint.c:9716
msgid "Play"
msgstr "चालू करचें"
#. Slideshow: 'GIF Export' button, to create an animated GIF
-#: ../tuxpaint.c:9718
+#: ../tuxpaint.c:9719
msgid "GIF Export"
msgstr ""
#. Slideshow: 'Next' button, to load next slide (image)
-#: ../tuxpaint.c:9721
+#: ../tuxpaint.c:9722
msgid "Next"
msgstr "फुडें"
#. Color mixer dialog: 'Clear' button, to reset the mixed color
-#: ../tuxpaint.c:9724
+#: ../tuxpaint.c:9725
msgid "Clear"
msgstr ""
#. Use the localized label string (e.g., "あぁ" in Japanese)
-#: ../tuxpaint.c:10659 ../tuxpaint.c:10662 ../tuxpaint.c:10663
+#: ../tuxpaint.c:10660 ../tuxpaint.c:10663 ../tuxpaint.c:10664
msgid "Aa"
msgstr "आ"
#. Admittedly stupid way of determining which keys can be used for
#. positive and negative responses in dialogs (e.g., [Y] (for 'yes') in English)
-#: ../tuxpaint.c:14672
+#: ../tuxpaint.c:14673
msgid "Yes"
msgstr "हय"
-#: ../tuxpaint.c:14676
+#: ../tuxpaint.c:14677
msgid "No"
msgstr "ना"
#. Prompt to ask whether user wishes to save over old version of their file
-#: ../tuxpaint.c:15948
+#: ../tuxpaint.c:15949
msgid "Replace the picture with your changes?"
msgstr "तुमी केल्ल्या बदला वरवीं पिंतुराचो बदल करूं ?"
#. Positive response to saving over old version
#. (like a 'File:Save' action in other applications)
-#: ../tuxpaint.c:15952
+#: ../tuxpaint.c:15953
msgid "Yes, replace the old one!"
msgstr "हय, पोरणें बदलचें !"
#. Negative response to saving over old version (saves a new image)
#. (like a 'File:Save As...' action in other applications)
-#: ../tuxpaint.c:15956
+#: ../tuxpaint.c:15957
msgid "No, save a new file!"
msgstr "ना, एक नवी फायल सुरक्षित करची !"
-#: ../tuxpaint.c:17224
+#: ../tuxpaint.c:17225
msgid ""
"Choose a picture and then click “Open”, “Export”, “Template“, or “Erase”. "
"Click “Slides” to create a slideshow animation or “Back“ to return to your "
"current picture."
msgstr ""
-#: ../tuxpaint.c:17226
+#: ../tuxpaint.c:17227
msgid ""
"Choose a picture and then click “Open”, “Export”, or “Erase”. Click “Slides” "
"to create a slideshow animation or “Back“ to return to your current picture."
@@ -1483,71 +1483,71 @@ msgstr ""
#. None selected? Too dangerous to automatically select all (like we do for slideshow playback).
#. Only 1 selected? No point in saving as GIF.
#.
-#: ../tuxpaint.c:18895
+#: ../tuxpaint.c:18896
msgid "Select 2 or more drawings to turn into an animated GIF."
msgstr ""
#. Descriptions (names) of the color mixer tool's primary colors and shades
-#: ../tuxpaint.c:25112
+#: ../tuxpaint.c:25113
msgid "red"
msgstr ""
-#: ../tuxpaint.c:25113
+#: ../tuxpaint.c:25114
#, fuzzy
#| msgid "Yellow!"
msgid "yellow"
msgstr "हळदुवो !"
-#: ../tuxpaint.c:25114
+#: ../tuxpaint.c:25115
#, fuzzy
#| msgid "Sky blue!"
msgid "blue"
msgstr "मळबा निळो !"
-#: ../tuxpaint.c:25115
+#: ../tuxpaint.c:25116
#, fuzzy
#| msgid "White!"
msgid "white"
msgstr "धवो !"
-#: ../tuxpaint.c:25116
+#: ../tuxpaint.c:25117
msgid "grey"
msgstr ""
-#: ../tuxpaint.c:25117
+#: ../tuxpaint.c:25118
#, fuzzy
#| msgid "Black!"
msgid "black"
msgstr "काळो"
#. 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:25122
+#: ../tuxpaint.c:25123
#, c-format
msgid "Your color is %1$s %2$s."
msgstr ""
-#: ../tuxpaint.c:25123
+#: ../tuxpaint.c:25124
#, c-format
msgid "Your color is %1$s %2$s and %3$s %4$s."
msgstr ""
-#: ../tuxpaint.c:25124
+#: ../tuxpaint.c:25125
#, c-format
msgid "Your color is %1$s %2$s, %3$s %4$s, and %5$s %6$s."
msgstr ""
-#: ../tuxpaint.c:25125
+#: ../tuxpaint.c:25126
#, c-format
msgid "Your color is %1$s %2$s, %3$s %4$s, %5$s %6$s, and %7$s %8$s."
msgstr ""
-#: ../tuxpaint.c:25126
+#: ../tuxpaint.c:25127
#, 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 ""
-#: ../tuxpaint.c:25127
+#: ../tuxpaint.c:25128
#, c-format
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 "
@@ -1555,22 +1555,22 @@ msgid ""
msgstr ""
#. Color mixer; e.g., "Your color is entirely grey."
-#: ../tuxpaint.c:25907 ../tuxpaint.c:25912
+#: ../tuxpaint.c:25908 ../tuxpaint.c:25913
msgid "entirely"
msgstr ""
#. Add "Color Select" color:
-#: ../tuxpaint.c:29087
+#: ../tuxpaint.c:29089
msgid "Select a color from your drawing."
msgstr ""
-#: ../tuxpaint.c:29098
+#: ../tuxpaint.c:29100
msgid ""
"Pick a color. Hues go top to bottom. Saturation/intensity goes left (pale) "
"to right (pure). Value (lightness/darkness): grey bar."
msgstr ""
-#: ../tuxpaint.c:29112
+#: ../tuxpaint.c:29114
msgid ""
"Click the primary colors (red, yellow, and blue), white (to tint), grey (to "
"tone), and black (to shade), to mix together a new color."
@@ -2600,8 +2600,9 @@ msgstr ""
#: ../../magic/src/polyfill.c:32
msgid ""
-"Click multiple times in your picture to create a filled polygon. Click your "
-"starting position to complete the shape."
+"Click multiple times in your picture to create a filled polygon. You may "
+"drag control points to alter the shape. Click the first point to complete "
+"the shape."
msgstr ""
#: ../../magic/src/puzzle.c:112
diff --git a/src/po/kok@roman.po b/src/po/kok@roman.po
index 464e49621..35e376ea7 100644
--- a/src/po/kok@roman.po
+++ b/src/po/kok@roman.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2024-04-08 23:25-0700\n"
+"POT-Creation-Date: 2024-04-12 09:23-0700\n"
"PO-Revision-Date: 2012-05-11 18:00+0530\n"
"Last-Translator: \n"
"Language-Team: LANGUAGE \n"
@@ -976,7 +976,7 @@ msgstr "novem"
#. Open a saved picture
#. Buttons for the file open dialog
#. Open dialog: 'Open' button, to load the selected picture
-#: ../tools.h:97 ../tuxpaint.c:9697
+#: ../tools.h:97 ../tuxpaint.c:9698
msgid "Open"
msgstr "ugodd"
@@ -1392,90 +1392,90 @@ msgid "Please wait…"
msgstr " upkar korun rav…"
#. Open dialog: 'Erase' button, to erase/deleted the selected picture
-#: ../tuxpaint.c:9700
+#: ../tuxpaint.c:9701
msgid "Erase"
msgstr " pus "
#. Open dialog: 'Slides' button, to switch to slide show mode
-#: ../tuxpaint.c:9703
+#: ../tuxpaint.c:9704
msgid "Slides"
msgstr " Dorxika "
#. Open dialog: 'Template' button, to make a template out of a drawing
-#: ../tuxpaint.c:9706
+#: ../tuxpaint.c:9707
msgid "Template"
msgstr ""
#. Open dialog: 'Export' button, to copy an image to an easily-accessible location
-#: ../tuxpaint.c:9709
+#: ../tuxpaint.c:9710
msgid "Export"
msgstr ""
#. Open dialog: 'Back' button, to dismiss Open dialog without opening a picture
-#: ../tuxpaint.c:9712
+#: ../tuxpaint.c:9713
msgid "Back"
msgstr " pattim "
#. Slideshow: 'Play' button, to begin a slideshow sequence
-#: ../tuxpaint.c:9715
+#: ../tuxpaint.c:9716
msgid "Play"
msgstr "Vazoi"
#. Slideshow: 'GIF Export' button, to create an animated GIF
-#: ../tuxpaint.c:9718
+#: ../tuxpaint.c:9719
msgid "GIF Export"
msgstr ""
#. Slideshow: 'Next' button, to load next slide (image)
-#: ../tuxpaint.c:9721
+#: ../tuxpaint.c:9722
msgid "Next"
msgstr " fuddem "
#. Color mixer dialog: 'Clear' button, to reset the mixed color
-#: ../tuxpaint.c:9724
+#: ../tuxpaint.c:9725
msgid "Clear"
msgstr ""
#. Use the localized label string (e.g., "あぁ" in Japanese)
-#: ../tuxpaint.c:10659 ../tuxpaint.c:10662 ../tuxpaint.c:10663
+#: ../tuxpaint.c:10660 ../tuxpaint.c:10663 ../tuxpaint.c:10664
msgid "Aa"
msgstr " Aa "
#. Admittedly stupid way of determining which keys can be used for
#. positive and negative responses in dialogs (e.g., [Y] (for 'yes') in English)
-#: ../tuxpaint.c:14672
+#: ../tuxpaint.c:14673
msgid "Yes"
msgstr " Voi "
-#: ../tuxpaint.c:14676
+#: ../tuxpaint.c:14677
msgid "No"
msgstr " na "
#. Prompt to ask whether user wishes to save over old version of their file
-#: ../tuxpaint.c:15948
+#: ../tuxpaint.c:15949
msgid "Replace the picture with your changes?"
msgstr " Tujea bodlavnne sovem pintur bodol korum ?"
#. Positive response to saving over old version
#. (like a 'File:Save' action in other applications)
-#: ../tuxpaint.c:15952
+#: ../tuxpaint.c:15953
msgid "Yes, replace the old one!"
msgstr " voi, porne bodol "
#. Negative response to saving over old version (saves a new image)
#. (like a 'File:Save As...' action in other applications)
-#: ../tuxpaint.c:15956
+#: ../tuxpaint.c:15957
msgid "No, save a new file!"
msgstr " na, novem koddtor zogoi "
-#: ../tuxpaint.c:17224
+#: ../tuxpaint.c:17225
msgid ""
"Choose a picture and then click “Open”, “Export”, “Template“, or “Erase”. "
"Click “Slides” to create a slideshow animation or “Back“ to return to your "
"current picture."
msgstr ""
-#: ../tuxpaint.c:17226
+#: ../tuxpaint.c:17227
msgid ""
"Choose a picture and then click “Open”, “Export”, or “Erase”. Click “Slides” "
"to create a slideshow animation or “Back“ to return to your current picture."
@@ -1484,71 +1484,71 @@ msgstr ""
#. None selected? Too dangerous to automatically select all (like we do for slideshow playback).
#. Only 1 selected? No point in saving as GIF.
#.
-#: ../tuxpaint.c:18895
+#: ../tuxpaint.c:18896
msgid "Select 2 or more drawings to turn into an animated GIF."
msgstr ""
#. Descriptions (names) of the color mixer tool's primary colors and shades
-#: ../tuxpaint.c:25112
+#: ../tuxpaint.c:25113
msgid "red"
msgstr ""
-#: ../tuxpaint.c:25113
+#: ../tuxpaint.c:25114
#, fuzzy
#| msgid "Yellow!"
msgid "yellow"
msgstr "hollduvo !"
-#: ../tuxpaint.c:25114
+#: ../tuxpaint.c:25115
#, fuzzy
#| msgid "Sky blue!"
msgid "blue"
msgstr "mollba nillo !"
-#: ../tuxpaint.c:25115
+#: ../tuxpaint.c:25116
#, fuzzy
#| msgid "White!"
msgid "white"
msgstr "dhovo!"
-#: ../tuxpaint.c:25116
+#: ../tuxpaint.c:25117
msgid "grey"
msgstr ""
-#: ../tuxpaint.c:25117
+#: ../tuxpaint.c:25118
#, fuzzy
#| msgid "Black!"
msgid "black"
msgstr "Kallo!"
#. 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:25122
+#: ../tuxpaint.c:25123
#, c-format
msgid "Your color is %1$s %2$s."
msgstr ""
-#: ../tuxpaint.c:25123
+#: ../tuxpaint.c:25124
#, c-format
msgid "Your color is %1$s %2$s and %3$s %4$s."
msgstr ""
-#: ../tuxpaint.c:25124
+#: ../tuxpaint.c:25125
#, c-format
msgid "Your color is %1$s %2$s, %3$s %4$s, and %5$s %6$s."
msgstr ""
-#: ../tuxpaint.c:25125
+#: ../tuxpaint.c:25126
#, c-format
msgid "Your color is %1$s %2$s, %3$s %4$s, %5$s %6$s, and %7$s %8$s."
msgstr ""
-#: ../tuxpaint.c:25126
+#: ../tuxpaint.c:25127
#, 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 ""
-#: ../tuxpaint.c:25127
+#: ../tuxpaint.c:25128
#, c-format
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 "
@@ -1556,22 +1556,22 @@ msgid ""
msgstr ""
#. Color mixer; e.g., "Your color is entirely grey."
-#: ../tuxpaint.c:25907 ../tuxpaint.c:25912
+#: ../tuxpaint.c:25908 ../tuxpaint.c:25913
msgid "entirely"
msgstr ""
#. Add "Color Select" color:
-#: ../tuxpaint.c:29087
+#: ../tuxpaint.c:29089
msgid "Select a color from your drawing."
msgstr ""
-#: ../tuxpaint.c:29098
+#: ../tuxpaint.c:29100
msgid ""
"Pick a color. Hues go top to bottom. Saturation/intensity goes left (pale) "
"to right (pure). Value (lightness/darkness): grey bar."
msgstr ""
-#: ../tuxpaint.c:29112
+#: ../tuxpaint.c:29114
msgid ""
"Click the primary colors (red, yellow, and blue), white (to tint), grey (to "
"tone), and black (to shade), to mix together a new color."
@@ -2637,8 +2637,9 @@ msgstr ""
#: ../../magic/src/polyfill.c:32
msgid ""
-"Click multiple times in your picture to create a filled polygon. Click your "
-"starting position to complete the shape."
+"Click multiple times in your picture to create a filled polygon. You may "
+"drag control points to alter the shape. Click the first point to complete "
+"the shape."
msgstr ""
#: ../../magic/src/puzzle.c:112
diff --git a/src/po/ks.po b/src/po/ks.po
index 92212db3c..3d6830ee9 100644
--- a/src/po/ks.po
+++ b/src/po/ks.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2024-04-08 23:25-0700\n"
+"POT-Creation-Date: 2024-04-12 09:23-0700\n"
"PO-Revision-Date: 2012-01-02 11:36+0530\n"
"Last-Translator: \n"
"Language-Team: Kashmiri-PA\n"
@@ -976,7 +976,7 @@ msgstr "نو"
#. Open a saved picture
#. Buttons for the file open dialog
#. Open dialog: 'Open' button, to load the selected picture
-#: ../tools.h:97 ../tuxpaint.c:9697
+#: ../tools.h:97 ../tuxpaint.c:9698
msgid "Open"
msgstr "کھولِو"
@@ -1391,90 +1391,90 @@ msgid "Please wait…"
msgstr "ہَنا کٔریو سبر…"
#. Open dialog: 'Erase' button, to erase/deleted the selected picture
-#: ../tuxpaint.c:9700
+#: ../tuxpaint.c:9701
msgid "Erase"
msgstr "مِٹٲیو"
#. Open dialog: 'Slides' button, to switch to slide show mode
-#: ../tuxpaint.c:9703
+#: ../tuxpaint.c:9704
msgid "Slides"
msgstr "سلائڈ"
#. Open dialog: 'Template' button, to make a template out of a drawing
-#: ../tuxpaint.c:9706
+#: ../tuxpaint.c:9707
msgid "Template"
msgstr ""
#. Open dialog: 'Export' button, to copy an image to an easily-accessible location
-#: ../tuxpaint.c:9709
+#: ../tuxpaint.c:9710
msgid "Export"
msgstr ""
#. Open dialog: 'Back' button, to dismiss Open dialog without opening a picture
-#: ../tuxpaint.c:9712
+#: ../tuxpaint.c:9713
msgid "Back"
msgstr "پَتھ"
#. Slideshow: 'Play' button, to begin a slideshow sequence
-#: ../tuxpaint.c:9715
+#: ../tuxpaint.c:9716
msgid "Play"
msgstr "چَلٲیو"
#. Slideshow: 'GIF Export' button, to create an animated GIF
-#: ../tuxpaint.c:9718
+#: ../tuxpaint.c:9719
msgid "GIF Export"
msgstr ""
#. Slideshow: 'Next' button, to load next slide (image)
-#: ../tuxpaint.c:9721
+#: ../tuxpaint.c:9722
msgid "Next"
msgstr "بیاکھ"
#. Color mixer dialog: 'Clear' button, to reset the mixed color
-#: ../tuxpaint.c:9724
+#: ../tuxpaint.c:9725
msgid "Clear"
msgstr ""
#. Use the localized label string (e.g., "あぁ" in Japanese)
-#: ../tuxpaint.c:10659 ../tuxpaint.c:10662 ../tuxpaint.c:10663
+#: ../tuxpaint.c:10660 ../tuxpaint.c:10663 ../tuxpaint.c:10664
msgid "Aa"
msgstr "آ"
#. Admittedly stupid way of determining which keys can be used for
#. positive and negative responses in dialogs (e.g., [Y] (for 'yes') in English)
-#: ../tuxpaint.c:14672
+#: ../tuxpaint.c:14673
msgid "Yes"
msgstr "اوا"
-#: ../tuxpaint.c:14676
+#: ../tuxpaint.c:14677
msgid "No"
msgstr "نَہ"
#. Prompt to ask whether user wishes to save over old version of their file
-#: ../tuxpaint.c:15948
+#: ../tuxpaint.c:15949
msgid "Replace the picture with your changes?"
msgstr "شکل بدلاوا تُنٛہزو تبدیلِیو ست۪ی؟"
#. Positive response to saving over old version
#. (like a 'File:Save' action in other applications)
-#: ../tuxpaint.c:15952
+#: ../tuxpaint.c:15953
msgid "Yes, replace the old one!"
msgstr "اوا، بَدلٲیو پرٚین۪ی اَکھ!"
#. Negative response to saving over old version (saves a new image)
#. (like a 'File:Save As...' action in other applications)
-#: ../tuxpaint.c:15956
+#: ../tuxpaint.c:15957
msgid "No, save a new file!"
msgstr "نَہ نٔو فائل کٔریو محفوظ!"
-#: ../tuxpaint.c:17224
+#: ../tuxpaint.c:17225
msgid ""
"Choose a picture and then click “Open”, “Export”, “Template“, or “Erase”. "
"Click “Slides” to create a slideshow animation or “Back“ to return to your "
"current picture."
msgstr ""
-#: ../tuxpaint.c:17226
+#: ../tuxpaint.c:17227
msgid ""
"Choose a picture and then click “Open”, “Export”, or “Erase”. Click “Slides” "
"to create a slideshow animation or “Back“ to return to your current picture."
@@ -1483,71 +1483,71 @@ msgstr ""
#. None selected? Too dangerous to automatically select all (like we do for slideshow playback).
#. Only 1 selected? No point in saving as GIF.
#.
-#: ../tuxpaint.c:18895
+#: ../tuxpaint.c:18896
msgid "Select 2 or more drawings to turn into an animated GIF."
msgstr ""
#. Descriptions (names) of the color mixer tool's primary colors and shades
-#: ../tuxpaint.c:25112
+#: ../tuxpaint.c:25113
msgid "red"
msgstr ""
-#: ../tuxpaint.c:25113
+#: ../tuxpaint.c:25114
#, fuzzy
#| msgid "Yellow!"
msgid "yellow"
msgstr " لیوٚدُر"
-#: ../tuxpaint.c:25114
+#: ../tuxpaint.c:25115
#, fuzzy
#| msgid "Sky blue!"
msgid "blue"
msgstr " آسمٲن۪یرنگ!"
-#: ../tuxpaint.c:25115
+#: ../tuxpaint.c:25116
#, fuzzy
#| msgid "White!"
msgid "white"
msgstr "سفید!"
-#: ../tuxpaint.c:25116
+#: ../tuxpaint.c:25117
msgid "grey"
msgstr ""
-#: ../tuxpaint.c:25117
+#: ../tuxpaint.c:25118
#, fuzzy
#| msgid "Black!"
msgid "black"
msgstr " کرٚہُن!"
#. 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:25122
+#: ../tuxpaint.c:25123
#, c-format
msgid "Your color is %1$s %2$s."
msgstr ""
-#: ../tuxpaint.c:25123
+#: ../tuxpaint.c:25124
#, c-format
msgid "Your color is %1$s %2$s and %3$s %4$s."
msgstr ""
-#: ../tuxpaint.c:25124
+#: ../tuxpaint.c:25125
#, c-format
msgid "Your color is %1$s %2$s, %3$s %4$s, and %5$s %6$s."
msgstr ""
-#: ../tuxpaint.c:25125
+#: ../tuxpaint.c:25126
#, c-format
msgid "Your color is %1$s %2$s, %3$s %4$s, %5$s %6$s, and %7$s %8$s."
msgstr ""
-#: ../tuxpaint.c:25126
+#: ../tuxpaint.c:25127
#, 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 ""
-#: ../tuxpaint.c:25127
+#: ../tuxpaint.c:25128
#, c-format
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 "
@@ -1555,22 +1555,22 @@ msgid ""
msgstr ""
#. Color mixer; e.g., "Your color is entirely grey."
-#: ../tuxpaint.c:25907 ../tuxpaint.c:25912
+#: ../tuxpaint.c:25908 ../tuxpaint.c:25913
msgid "entirely"
msgstr ""
#. Add "Color Select" color:
-#: ../tuxpaint.c:29087
+#: ../tuxpaint.c:29089
msgid "Select a color from your drawing."
msgstr ""
-#: ../tuxpaint.c:29098
+#: ../tuxpaint.c:29100
msgid ""
"Pick a color. Hues go top to bottom. Saturation/intensity goes left (pale) "
"to right (pure). Value (lightness/darkness): grey bar."
msgstr ""
-#: ../tuxpaint.c:29112
+#: ../tuxpaint.c:29114
msgid ""
"Click the primary colors (red, yellow, and blue), white (to tint), grey (to "
"tone), and black (to shade), to mix together a new color."
@@ -2615,8 +2615,9 @@ msgstr ""
#: ../../magic/src/polyfill.c:32
msgid ""
-"Click multiple times in your picture to create a filled polygon. Click your "
-"starting position to complete the shape."
+"Click multiple times in your picture to create a filled polygon. You may "
+"drag control points to alter the shape. Click the first point to complete "
+"the shape."
msgstr ""
#: ../../magic/src/puzzle.c:112
diff --git a/src/po/ks@devanagari.po b/src/po/ks@devanagari.po
index d35cc510f..f8da398d1 100644
--- a/src/po/ks@devanagari.po
+++ b/src/po/ks@devanagari.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2024-04-08 23:25-0700\n"
+"POT-Creation-Date: 2024-04-12 09:23-0700\n"
"PO-Revision-Date: 2012-12-21 11:04+0530\n"
"Last-Translator: \n"
"Language-Team: Kashmiri-DV\n"
@@ -976,7 +976,7 @@ msgstr "नूव"
#. Open a saved picture
#. Buttons for the file open dialog
#. Open dialog: 'Open' button, to load the selected picture
-#: ../tools.h:97 ../tuxpaint.c:9697
+#: ../tools.h:97 ../tuxpaint.c:9698
msgid "Open"
msgstr "खूलीव"
@@ -1392,90 +1392,90 @@ msgid "Please wait…"
msgstr "मॊहरबिनी कॊरीथ पिरीव…"
#. Open dialog: 'Erase' button, to erase/deleted the selected picture
-#: ../tuxpaint.c:9700
+#: ../tuxpaint.c:9701
msgid "Erase"
msgstr "ईरिज़"
#. Open dialog: 'Slides' button, to switch to slide show mode
-#: ../tuxpaint.c:9703
+#: ../tuxpaint.c:9704
msgid "Slides"
msgstr "सोलायडे"
#. Open dialog: 'Template' button, to make a template out of a drawing
-#: ../tuxpaint.c:9706
+#: ../tuxpaint.c:9707
msgid "Template"
msgstr ""
#. Open dialog: 'Export' button, to copy an image to an easily-accessible location
-#: ../tuxpaint.c:9709
+#: ../tuxpaint.c:9710
msgid "Export"
msgstr ""
#. Open dialog: 'Back' button, to dismiss Open dialog without opening a picture
-#: ../tuxpaint.c:9712
+#: ../tuxpaint.c:9713
msgid "Back"
msgstr "वापस"
#. Slideshow: 'Play' button, to begin a slideshow sequence
-#: ../tuxpaint.c:9715
+#: ../tuxpaint.c:9716
msgid "Play"
msgstr "पेली"
#. Slideshow: 'GIF Export' button, to create an animated GIF
-#: ../tuxpaint.c:9718
+#: ../tuxpaint.c:9719
msgid "GIF Export"
msgstr ""
#. Slideshow: 'Next' button, to load next slide (image)
-#: ../tuxpaint.c:9721
+#: ../tuxpaint.c:9722
msgid "Next"
msgstr "बयाख"
#. Color mixer dialog: 'Clear' button, to reset the mixed color
-#: ../tuxpaint.c:9724
+#: ../tuxpaint.c:9725
msgid "Clear"
msgstr ""
#. Use the localized label string (e.g., "あぁ" in Japanese)
-#: ../tuxpaint.c:10659 ../tuxpaint.c:10662 ../tuxpaint.c:10663
+#: ../tuxpaint.c:10660 ../tuxpaint.c:10663 ../tuxpaint.c:10664
msgid "Aa"
msgstr "आ"
#. Admittedly stupid way of determining which keys can be used for
#. positive and negative responses in dialogs (e.g., [Y] (for 'yes') in English)
-#: ../tuxpaint.c:14672
+#: ../tuxpaint.c:14673
msgid "Yes"
msgstr "आ"
-#: ../tuxpaint.c:14676
+#: ../tuxpaint.c:14677
msgid "No"
msgstr "ना"
#. Prompt to ask whether user wishes to save over old version of their file
-#: ../tuxpaint.c:15948
+#: ../tuxpaint.c:15949
msgid "Replace the picture with your changes?"
msgstr "तुहॊंज़न तबदिलयन सान बदलाववाह तसविर ?"
#. Positive response to saving over old version
#. (like a 'File:Save' action in other applications)
-#: ../tuxpaint.c:15952
+#: ../tuxpaint.c:15953
msgid "Yes, replace the old one!"
msgstr "आ, परॊन अख बदलॊयोव!"
#. Negative response to saving over old version (saves a new image)
#. (like a 'File:Save As...' action in other applications)
-#: ../tuxpaint.c:15956
+#: ../tuxpaint.c:15957
msgid "No, save a new file!"
msgstr "ना, मोहफूज़ कॊरीव अख नॊव फायोल!"
-#: ../tuxpaint.c:17224
+#: ../tuxpaint.c:17225
msgid ""
"Choose a picture and then click “Open”, “Export”, “Template“, or “Erase”. "
"Click “Slides” to create a slideshow animation or “Back“ to return to your "
"current picture."
msgstr ""
-#: ../tuxpaint.c:17226
+#: ../tuxpaint.c:17227
msgid ""
"Choose a picture and then click “Open”, “Export”, or “Erase”. Click “Slides” "
"to create a slideshow animation or “Back“ to return to your current picture."
@@ -1484,71 +1484,71 @@ msgstr ""
#. None selected? Too dangerous to automatically select all (like we do for slideshow playback).
#. Only 1 selected? No point in saving as GIF.
#.
-#: ../tuxpaint.c:18895
+#: ../tuxpaint.c:18896
msgid "Select 2 or more drawings to turn into an animated GIF."
msgstr ""
#. Descriptions (names) of the color mixer tool's primary colors and shades
-#: ../tuxpaint.c:25112
+#: ../tuxpaint.c:25113
msgid "red"
msgstr ""
-#: ../tuxpaint.c:25113
+#: ../tuxpaint.c:25114
#, fuzzy
#| msgid "Yellow!"
msgid "yellow"
msgstr "ज़रेद!"
-#: ../tuxpaint.c:25114
+#: ../tuxpaint.c:25115
#, fuzzy
#| msgid "Sky blue!"
msgid "blue"
msgstr "आसमॊन !"
-#: ../tuxpaint.c:25115
+#: ../tuxpaint.c:25116
#, fuzzy
#| msgid "White!"
msgid "white"
msgstr "सफिद!"
-#: ../tuxpaint.c:25116
+#: ../tuxpaint.c:25117
msgid "grey"
msgstr ""
-#: ../tuxpaint.c:25117
+#: ../tuxpaint.c:25118
#, fuzzy
#| msgid "Black!"
msgid "black"
msgstr "करुहुन!"
#. 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:25122
+#: ../tuxpaint.c:25123
#, c-format
msgid "Your color is %1$s %2$s."
msgstr ""
-#: ../tuxpaint.c:25123
+#: ../tuxpaint.c:25124
#, c-format
msgid "Your color is %1$s %2$s and %3$s %4$s."
msgstr ""
-#: ../tuxpaint.c:25124
+#: ../tuxpaint.c:25125
#, c-format
msgid "Your color is %1$s %2$s, %3$s %4$s, and %5$s %6$s."
msgstr ""
-#: ../tuxpaint.c:25125
+#: ../tuxpaint.c:25126
#, c-format
msgid "Your color is %1$s %2$s, %3$s %4$s, %5$s %6$s, and %7$s %8$s."
msgstr ""
-#: ../tuxpaint.c:25126
+#: ../tuxpaint.c:25127
#, 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 ""
-#: ../tuxpaint.c:25127
+#: ../tuxpaint.c:25128
#, c-format
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 "
@@ -1556,22 +1556,22 @@ msgid ""
msgstr ""
#. Color mixer; e.g., "Your color is entirely grey."
-#: ../tuxpaint.c:25907 ../tuxpaint.c:25912
+#: ../tuxpaint.c:25908 ../tuxpaint.c:25913
msgid "entirely"
msgstr ""
#. Add "Color Select" color:
-#: ../tuxpaint.c:29087
+#: ../tuxpaint.c:29089
msgid "Select a color from your drawing."
msgstr ""
-#: ../tuxpaint.c:29098
+#: ../tuxpaint.c:29100
msgid ""
"Pick a color. Hues go top to bottom. Saturation/intensity goes left (pale) "
"to right (pure). Value (lightness/darkness): grey bar."
msgstr ""
-#: ../tuxpaint.c:29112
+#: ../tuxpaint.c:29114
msgid ""
"Click the primary colors (red, yellow, and blue), white (to tint), grey (to "
"tone), and black (to shade), to mix together a new color."
@@ -2627,8 +2627,9 @@ msgstr ""
#: ../../magic/src/polyfill.c:32
msgid ""
-"Click multiple times in your picture to create a filled polygon. Click your "
-"starting position to complete the shape."
+"Click multiple times in your picture to create a filled polygon. You may "
+"drag control points to alter the shape. Click the first point to complete "
+"the shape."
msgstr ""
#: ../../magic/src/puzzle.c:112
diff --git a/src/po/ku.po b/src/po/ku.po
index 05b8a269c..472ff93cf 100644
--- a/src/po/ku.po
+++ b/src/po/ku.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: ku\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2024-04-08 23:25-0700\n"
+"POT-Creation-Date: 2024-04-12 09:23-0700\n"
"PO-Revision-Date: 2009-05-25 12:52+0300\n"
"Last-Translator: \n"
"Language-Team: en_US \n"
@@ -977,7 +977,7 @@ msgstr "Nû"
#. Open a saved picture
#. Buttons for the file open dialog
#. Open dialog: 'Open' button, to load the selected picture
-#: ../tools.h:97 ../tuxpaint.c:9697
+#: ../tools.h:97 ../tuxpaint.c:9698
msgid "Open"
msgstr "Veke"
@@ -1391,91 +1391,91 @@ msgid "Please wait…"
msgstr "Ji kerema xwe re li bendê bimîne..."
#. Open dialog: 'Erase' button, to erase/deleted the selected picture
-#: ../tuxpaint.c:9700
+#: ../tuxpaint.c:9701
msgid "Erase"
msgstr "Jê bibe"
#. Open dialog: 'Slides' button, to switch to slide show mode
-#: ../tuxpaint.c:9703
+#: ../tuxpaint.c:9704
msgid "Slides"
msgstr "Slayd"
#. Open dialog: 'Template' button, to make a template out of a drawing
-#: ../tuxpaint.c:9706
+#: ../tuxpaint.c:9707
msgid "Template"
msgstr ""
#. Open dialog: 'Export' button, to copy an image to an easily-accessible location
-#: ../tuxpaint.c:9709
+#: ../tuxpaint.c:9710
msgid "Export"
msgstr ""
#. Open dialog: 'Back' button, to dismiss Open dialog without opening a picture
-#: ../tuxpaint.c:9712
+#: ../tuxpaint.c:9713
msgid "Back"
msgstr "Paş"
#. Slideshow: 'Play' button, to begin a slideshow sequence
-#: ../tuxpaint.c:9715
+#: ../tuxpaint.c:9716
msgid "Play"
msgstr "Bilîzîne"
#. Slideshow: 'GIF Export' button, to create an animated GIF
-#: ../tuxpaint.c:9718
+#: ../tuxpaint.c:9719
msgid "GIF Export"
msgstr ""
#. Slideshow: 'Next' button, to load next slide (image)
-#: ../tuxpaint.c:9721
+#: ../tuxpaint.c:9722
#, fuzzy
msgid "Next"
msgstr "Nivîs"
#. Color mixer dialog: 'Clear' button, to reset the mixed color
-#: ../tuxpaint.c:9724
+#: ../tuxpaint.c:9725
msgid "Clear"
msgstr ""
#. Use the localized label string (e.g., "あぁ" in Japanese)
-#: ../tuxpaint.c:10659 ../tuxpaint.c:10662 ../tuxpaint.c:10663
+#: ../tuxpaint.c:10660 ../tuxpaint.c:10663 ../tuxpaint.c:10664
msgid "Aa"
msgstr "Aa"
#. Admittedly stupid way of determining which keys can be used for
#. positive and negative responses in dialogs (e.g., [Y] (for 'yes') in English)
-#: ../tuxpaint.c:14672
+#: ../tuxpaint.c:14673
msgid "Yes"
msgstr "Erê"
-#: ../tuxpaint.c:14676
+#: ../tuxpaint.c:14677
msgid "No"
msgstr "Na"
#. Prompt to ask whether user wishes to save over old version of their file
-#: ../tuxpaint.c:15948
+#: ../tuxpaint.c:15949
msgid "Replace the picture with your changes?"
msgstr "Wêneyê bi guherandinên xwe biguherînî?"
#. Positive response to saving over old version
#. (like a 'File:Save' action in other applications)
-#: ../tuxpaint.c:15952
+#: ../tuxpaint.c:15953
msgid "Yes, replace the old one!"
msgstr "Erê, li ser ya kevin binivîse!"
#. Negative response to saving over old version (saves a new image)
#. (like a 'File:Save As...' action in other applications)
-#: ../tuxpaint.c:15956
+#: ../tuxpaint.c:15957
msgid "No, save a new file!"
msgstr "Na, dosyeyeke nû tomar bike!"
-#: ../tuxpaint.c:17224
+#: ../tuxpaint.c:17225
msgid ""
"Choose a picture and then click “Open”, “Export”, “Template“, or “Erase”. "
"Click “Slides” to create a slideshow animation or “Back“ to return to your "
"current picture."
msgstr ""
-#: ../tuxpaint.c:17226
+#: ../tuxpaint.c:17227
msgid ""
"Choose a picture and then click “Open”, “Export”, or “Erase”. Click “Slides” "
"to create a slideshow animation or “Back“ to return to your current picture."
@@ -1484,71 +1484,71 @@ msgstr ""
#. None selected? Too dangerous to automatically select all (like we do for slideshow playback).
#. Only 1 selected? No point in saving as GIF.
#.
-#: ../tuxpaint.c:18895
+#: ../tuxpaint.c:18896
msgid "Select 2 or more drawings to turn into an animated GIF."
msgstr ""
#. Descriptions (names) of the color mixer tool's primary colors and shades
-#: ../tuxpaint.c:25112
+#: ../tuxpaint.c:25113
msgid "red"
msgstr ""
-#: ../tuxpaint.c:25113
+#: ../tuxpaint.c:25114
#, fuzzy
#| msgid "Yellow!"
msgid "yellow"
msgstr "Zer"
-#: ../tuxpaint.c:25114
+#: ../tuxpaint.c:25115
#, fuzzy
#| msgid "Sky blue!"
msgid "blue"
msgstr "Şîna ezmên!"
-#: ../tuxpaint.c:25115
+#: ../tuxpaint.c:25116
#, fuzzy
#| msgid "White!"
msgid "white"
msgstr "Spî"
-#: ../tuxpaint.c:25116
+#: ../tuxpaint.c:25117
msgid "grey"
msgstr ""
-#: ../tuxpaint.c:25117
+#: ../tuxpaint.c:25118
#, fuzzy
#| msgid "Black!"
msgid "black"
msgstr "Reş"
#. 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:25122
+#: ../tuxpaint.c:25123
#, c-format
msgid "Your color is %1$s %2$s."
msgstr ""
-#: ../tuxpaint.c:25123
+#: ../tuxpaint.c:25124
#, c-format
msgid "Your color is %1$s %2$s and %3$s %4$s."
msgstr ""
-#: ../tuxpaint.c:25124
+#: ../tuxpaint.c:25125
#, c-format
msgid "Your color is %1$s %2$s, %3$s %4$s, and %5$s %6$s."
msgstr ""
-#: ../tuxpaint.c:25125
+#: ../tuxpaint.c:25126
#, c-format
msgid "Your color is %1$s %2$s, %3$s %4$s, %5$s %6$s, and %7$s %8$s."
msgstr ""
-#: ../tuxpaint.c:25126
+#: ../tuxpaint.c:25127
#, 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 ""
-#: ../tuxpaint.c:25127
+#: ../tuxpaint.c:25128
#, c-format
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 "
@@ -1556,22 +1556,22 @@ msgid ""
msgstr ""
#. Color mixer; e.g., "Your color is entirely grey."
-#: ../tuxpaint.c:25907 ../tuxpaint.c:25912
+#: ../tuxpaint.c:25908 ../tuxpaint.c:25913
msgid "entirely"
msgstr ""
#. Add "Color Select" color:
-#: ../tuxpaint.c:29087
+#: ../tuxpaint.c:29089
msgid "Select a color from your drawing."
msgstr ""
-#: ../tuxpaint.c:29098
+#: ../tuxpaint.c:29100
msgid ""
"Pick a color. Hues go top to bottom. Saturation/intensity goes left (pale) "
"to right (pure). Value (lightness/darkness): grey bar."
msgstr ""
-#: ../tuxpaint.c:29112
+#: ../tuxpaint.c:29114
msgid ""
"Click the primary colors (red, yellow, and blue), white (to tint), grey (to "
"tone), and black (to shade), to mix together a new color."
@@ -2545,8 +2545,9 @@ msgstr ""
#: ../../magic/src/polyfill.c:32
msgid ""
-"Click multiple times in your picture to create a filled polygon. Click your "
-"starting position to complete the shape."
+"Click multiple times in your picture to create a filled polygon. You may "
+"drag control points to alter the shape. Click the first point to complete "
+"the shape."
msgstr ""
#: ../../magic/src/puzzle.c:112
diff --git a/src/po/lb.po b/src/po/lb.po
index b54220896..7549c9dcb 100644
--- a/src/po/lb.po
+++ b/src/po/lb.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: lb\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2024-04-08 23:25-0700\n"
+"POT-Creation-Date: 2024-04-12 09:23-0700\n"
"PO-Revision-Date: 2010-02-16 21:10+0100\n"
"Last-Translator: René Brandenburger \n"
"Language-Team: LANGUAGE \n"
@@ -976,7 +976,7 @@ msgstr "Nei"
#. Open a saved picture
#. Buttons for the file open dialog
#. Open dialog: 'Open' button, to load the selected picture
-#: ../tools.h:97 ../tuxpaint.c:9697
+#: ../tools.h:97 ../tuxpaint.c:9698
msgid "Open"
msgstr "Opmaachen"
@@ -1365,90 +1365,90 @@ msgid "Please wait…"
msgstr "Waart wann ech gelift…"
#. Open dialog: 'Erase' button, to erase/deleted the selected picture
-#: ../tuxpaint.c:9700
+#: ../tuxpaint.c:9701
msgid "Erase"
msgstr "Läschen"
#. Open dialog: 'Slides' button, to switch to slide show mode
-#: ../tuxpaint.c:9703
+#: ../tuxpaint.c:9704
msgid "Slides"
msgstr "Diashow"
#. Open dialog: 'Template' button, to make a template out of a drawing
-#: ../tuxpaint.c:9706
+#: ../tuxpaint.c:9707
msgid "Template"
msgstr ""
#. Open dialog: 'Export' button, to copy an image to an easily-accessible location
-#: ../tuxpaint.c:9709
+#: ../tuxpaint.c:9710
msgid "Export"
msgstr ""
#. Open dialog: 'Back' button, to dismiss Open dialog without opening a picture
-#: ../tuxpaint.c:9712
+#: ../tuxpaint.c:9713
msgid "Back"
msgstr "Zeréck"
#. Slideshow: 'Play' button, to begin a slideshow sequence
-#: ../tuxpaint.c:9715
+#: ../tuxpaint.c:9716
msgid "Play"
msgstr "Ofspillen"
#. Slideshow: 'GIF Export' button, to create an animated GIF
-#: ../tuxpaint.c:9718
+#: ../tuxpaint.c:9719
msgid "GIF Export"
msgstr ""
#. Slideshow: 'Next' button, to load next slide (image)
-#: ../tuxpaint.c:9721
+#: ../tuxpaint.c:9722
msgid "Next"
msgstr "Weider"
#. Color mixer dialog: 'Clear' button, to reset the mixed color
-#: ../tuxpaint.c:9724
+#: ../tuxpaint.c:9725
msgid "Clear"
msgstr ""
#. Use the localized label string (e.g., "あぁ" in Japanese)
-#: ../tuxpaint.c:10659 ../tuxpaint.c:10662 ../tuxpaint.c:10663
+#: ../tuxpaint.c:10660 ../tuxpaint.c:10663 ../tuxpaint.c:10664
msgid "Aa"
msgstr "Aa"
#. Admittedly stupid way of determining which keys can be used for
#. positive and negative responses in dialogs (e.g., [Y] (for 'yes') in English)
-#: ../tuxpaint.c:14672
+#: ../tuxpaint.c:14673
msgid "Yes"
msgstr "Jo"
-#: ../tuxpaint.c:14676
+#: ../tuxpaint.c:14677
msgid "No"
msgstr "Nee"
#. Prompt to ask whether user wishes to save over old version of their file
-#: ../tuxpaint.c:15948
+#: ../tuxpaint.c:15949
msgid "Replace the picture with your changes?"
msgstr "D'Bild mat dénge Ännerungen iwwerschreiwen?"
#. Positive response to saving over old version
#. (like a 'File:Save' action in other applications)
-#: ../tuxpaint.c:15952
+#: ../tuxpaint.c:15953
msgid "Yes, replace the old one!"
msgstr "Jo, iwwerschreiw dat aalt Bild!"
#. Negative response to saving over old version (saves a new image)
#. (like a 'File:Save As...' action in other applications)
-#: ../tuxpaint.c:15956
+#: ../tuxpaint.c:15957
msgid "No, save a new file!"
msgstr "Nee, als neit Bild späicheren"
-#: ../tuxpaint.c:17224
+#: ../tuxpaint.c:17225
msgid ""
"Choose a picture and then click “Open”, “Export”, “Template“, or “Erase”. "
"Click “Slides” to create a slideshow animation or “Back“ to return to your "
"current picture."
msgstr ""
-#: ../tuxpaint.c:17226
+#: ../tuxpaint.c:17227
msgid ""
"Choose a picture and then click “Open”, “Export”, or “Erase”. Click “Slides” "
"to create a slideshow animation or “Back“ to return to your current picture."
@@ -1457,71 +1457,71 @@ msgstr ""
#. None selected? Too dangerous to automatically select all (like we do for slideshow playback).
#. Only 1 selected? No point in saving as GIF.
#.
-#: ../tuxpaint.c:18895
+#: ../tuxpaint.c:18896
msgid "Select 2 or more drawings to turn into an animated GIF."
msgstr ""
#. Descriptions (names) of the color mixer tool's primary colors and shades
-#: ../tuxpaint.c:25112
+#: ../tuxpaint.c:25113
msgid "red"
msgstr ""
-#: ../tuxpaint.c:25113
+#: ../tuxpaint.c:25114
#, fuzzy
#| msgid "Yellow!"
msgid "yellow"
msgstr "Giel!"
-#: ../tuxpaint.c:25114
+#: ../tuxpaint.c:25115
#, fuzzy
#| msgid "Sky blue!"
msgid "blue"
msgstr "Himmelblo!"
-#: ../tuxpaint.c:25115
+#: ../tuxpaint.c:25116
#, fuzzy
#| msgid "White!"
msgid "white"
msgstr "Wäiss!"
-#: ../tuxpaint.c:25116
+#: ../tuxpaint.c:25117
msgid "grey"
msgstr ""
-#: ../tuxpaint.c:25117
+#: ../tuxpaint.c:25118
#, fuzzy
#| msgid "Black!"
msgid "black"
msgstr "Schwaarz!"
#. 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:25122
+#: ../tuxpaint.c:25123
#, c-format
msgid "Your color is %1$s %2$s."
msgstr ""
-#: ../tuxpaint.c:25123
+#: ../tuxpaint.c:25124
#, c-format
msgid "Your color is %1$s %2$s and %3$s %4$s."
msgstr ""
-#: ../tuxpaint.c:25124
+#: ../tuxpaint.c:25125
#, c-format
msgid "Your color is %1$s %2$s, %3$s %4$s, and %5$s %6$s."
msgstr ""
-#: ../tuxpaint.c:25125
+#: ../tuxpaint.c:25126
#, c-format
msgid "Your color is %1$s %2$s, %3$s %4$s, %5$s %6$s, and %7$s %8$s."
msgstr ""
-#: ../tuxpaint.c:25126
+#: ../tuxpaint.c:25127
#, 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 ""
-#: ../tuxpaint.c:25127
+#: ../tuxpaint.c:25128
#, c-format
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 "
@@ -1529,22 +1529,22 @@ msgid ""
msgstr ""
#. Color mixer; e.g., "Your color is entirely grey."
-#: ../tuxpaint.c:25907 ../tuxpaint.c:25912
+#: ../tuxpaint.c:25908 ../tuxpaint.c:25913
msgid "entirely"
msgstr ""
#. Add "Color Select" color:
-#: ../tuxpaint.c:29087
+#: ../tuxpaint.c:29089
msgid "Select a color from your drawing."
msgstr ""
-#: ../tuxpaint.c:29098
+#: ../tuxpaint.c:29100
msgid ""
"Pick a color. Hues go top to bottom. Saturation/intensity goes left (pale) "
"to right (pure). Value (lightness/darkness): grey bar."
msgstr ""
-#: ../tuxpaint.c:29112
+#: ../tuxpaint.c:29114
msgid ""
"Click the primary colors (red, yellow, and blue), white (to tint), grey (to "
"tone), and black (to shade), to mix together a new color."
@@ -2598,8 +2598,9 @@ msgstr ""
#: ../../magic/src/polyfill.c:32
msgid ""
-"Click multiple times in your picture to create a filled polygon. Click your "
-"starting position to complete the shape."
+"Click multiple times in your picture to create a filled polygon. You may "
+"drag control points to alter the shape. Click the first point to complete "
+"the shape."
msgstr ""
#: ../../magic/src/puzzle.c:112
diff --git a/src/po/lg.po b/src/po/lg.po
index 4d0f40bff..7930965e3 100644
--- a/src/po/lg.po
+++ b/src/po/lg.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2024-04-08 23:25-0700\n"
+"POT-Creation-Date: 2024-04-12 09:23-0700\n"
"PO-Revision-Date: 2010-09-21 09:37+0200\n"
"Last-Translator: OLWENY San James \n"
"Language-Team: LANGUAGE \n"
@@ -982,7 +982,7 @@ msgstr "Kippya"
#. Open a saved picture
#. Buttons for the file open dialog
#. Open dialog: 'Open' button, to load the selected picture
-#: ../tools.h:97 ../tuxpaint.c:9697
+#: ../tools.h:97 ../tuxpaint.c:9698
msgid "Open"
msgstr "Ggulawo"
@@ -1397,90 +1397,90 @@ msgid "Please wait…"
msgstr "Bambi linda…"
#. Open dialog: 'Erase' button, to erase/deleted the selected picture
-#: ../tuxpaint.c:9700
+#: ../tuxpaint.c:9701
msgid "Erase"
msgstr "Ssiimuula"
#. Open dialog: 'Slides' button, to switch to slide show mode
-#: ../tuxpaint.c:9703
+#: ../tuxpaint.c:9704
msgid "Slides"
msgstr "Endaga"
#. Open dialog: 'Template' button, to make a template out of a drawing
-#: ../tuxpaint.c:9706
+#: ../tuxpaint.c:9707
msgid "Template"
msgstr ""
#. Open dialog: 'Export' button, to copy an image to an easily-accessible location
-#: ../tuxpaint.c:9709
+#: ../tuxpaint.c:9710
msgid "Export"
msgstr ""
#. Open dialog: 'Back' button, to dismiss Open dialog without opening a picture
-#: ../tuxpaint.c:9712
+#: ../tuxpaint.c:9713
msgid "Back"
msgstr "Mabega"
#. Slideshow: 'Play' button, to begin a slideshow sequence
-#: ../tuxpaint.c:9715
+#: ../tuxpaint.c:9716
msgid "Play"
msgstr "Zzannya"
#. Slideshow: 'GIF Export' button, to create an animated GIF
-#: ../tuxpaint.c:9718
+#: ../tuxpaint.c:9719
msgid "GIF Export"
msgstr ""
#. Slideshow: 'Next' button, to load next slide (image)
-#: ../tuxpaint.c:9721
+#: ../tuxpaint.c:9722
msgid "Next"
msgstr "Ekiddirira"
#. Color mixer dialog: 'Clear' button, to reset the mixed color
-#: ../tuxpaint.c:9724
+#: ../tuxpaint.c:9725
msgid "Clear"
msgstr ""
#. Use the localized label string (e.g., "あぁ" in Japanese)
-#: ../tuxpaint.c:10659 ../tuxpaint.c:10662 ../tuxpaint.c:10663
+#: ../tuxpaint.c:10660 ../tuxpaint.c:10663 ../tuxpaint.c:10664
msgid "Aa"
msgstr "Aa"
#. Admittedly stupid way of determining which keys can be used for
#. positive and negative responses in dialogs (e.g., [Y] (for 'yes') in English)
-#: ../tuxpaint.c:14672
+#: ../tuxpaint.c:14673
msgid "Yes"
msgstr "Yee"
-#: ../tuxpaint.c:14676
+#: ../tuxpaint.c:14677
msgid "No"
msgstr "Nedda"
#. Prompt to ask whether user wishes to save over old version of their file
-#: ../tuxpaint.c:15948
+#: ../tuxpaint.c:15949
msgid "Replace the picture with your changes?"
msgstr "Sikiza ekifaananyi n'enkyukakyukazo?"
#. Positive response to saving over old version
#. (like a 'File:Save' action in other applications)
-#: ../tuxpaint.c:15952
+#: ../tuxpaint.c:15953
msgid "Yes, replace the old one!"
msgstr "Yee, ggyawo enkadde!"
#. Negative response to saving over old version (saves a new image)
#. (like a 'File:Save As...' action in other applications)
-#: ../tuxpaint.c:15956
+#: ../tuxpaint.c:15957
msgid "No, save a new file!"
msgstr "Nedda, tereka fayiro empya!"
-#: ../tuxpaint.c:17224
+#: ../tuxpaint.c:17225
msgid ""
"Choose a picture and then click “Open”, “Export”, “Template“, or “Erase”. "
"Click “Slides” to create a slideshow animation or “Back“ to return to your "
"current picture."
msgstr ""
-#: ../tuxpaint.c:17226
+#: ../tuxpaint.c:17227
msgid ""
"Choose a picture and then click “Open”, “Export”, or “Erase”. Click “Slides” "
"to create a slideshow animation or “Back“ to return to your current picture."
@@ -1489,71 +1489,71 @@ msgstr ""
#. None selected? Too dangerous to automatically select all (like we do for slideshow playback).
#. Only 1 selected? No point in saving as GIF.
#.
-#: ../tuxpaint.c:18895
+#: ../tuxpaint.c:18896
msgid "Select 2 or more drawings to turn into an animated GIF."
msgstr ""
#. Descriptions (names) of the color mixer tool's primary colors and shades
-#: ../tuxpaint.c:25112
+#: ../tuxpaint.c:25113
msgid "red"
msgstr ""
-#: ../tuxpaint.c:25113
+#: ../tuxpaint.c:25114
#, fuzzy
#| msgid "Yellow!"
msgid "yellow"
msgstr "Kyenvu!"
-#: ../tuxpaint.c:25114
+#: ../tuxpaint.c:25115
#, fuzzy
#| msgid "Sky blue!"
msgid "blue"
msgstr "Bbulu w'eggulu!"
-#: ../tuxpaint.c:25115
+#: ../tuxpaint.c:25116
#, fuzzy
#| msgid "White!"
msgid "white"
msgstr "Njeru!"
-#: ../tuxpaint.c:25116
+#: ../tuxpaint.c:25117
msgid "grey"
msgstr ""
-#: ../tuxpaint.c:25117
+#: ../tuxpaint.c:25118
#, fuzzy
#| msgid "Black!"
msgid "black"
msgstr "Nzirugavu!"
#. 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:25122
+#: ../tuxpaint.c:25123
#, c-format
msgid "Your color is %1$s %2$s."
msgstr ""
-#: ../tuxpaint.c:25123
+#: ../tuxpaint.c:25124
#, c-format
msgid "Your color is %1$s %2$s and %3$s %4$s."
msgstr ""
-#: ../tuxpaint.c:25124
+#: ../tuxpaint.c:25125
#, c-format
msgid "Your color is %1$s %2$s, %3$s %4$s, and %5$s %6$s."
msgstr ""
-#: ../tuxpaint.c:25125
+#: ../tuxpaint.c:25126
#, c-format
msgid "Your color is %1$s %2$s, %3$s %4$s, %5$s %6$s, and %7$s %8$s."
msgstr ""
-#: ../tuxpaint.c:25126
+#: ../tuxpaint.c:25127
#, 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 ""
-#: ../tuxpaint.c:25127
+#: ../tuxpaint.c:25128
#, c-format
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 "
@@ -1561,22 +1561,22 @@ msgid ""
msgstr ""
#. Color mixer; e.g., "Your color is entirely grey."
-#: ../tuxpaint.c:25907 ../tuxpaint.c:25912
+#: ../tuxpaint.c:25908 ../tuxpaint.c:25913
msgid "entirely"
msgstr ""
#. Add "Color Select" color:
-#: ../tuxpaint.c:29087
+#: ../tuxpaint.c:29089
msgid "Select a color from your drawing."
msgstr ""
-#: ../tuxpaint.c:29098
+#: ../tuxpaint.c:29100
msgid ""
"Pick a color. Hues go top to bottom. Saturation/intensity goes left (pale) "
"to right (pure). Value (lightness/darkness): grey bar."
msgstr ""
-#: ../tuxpaint.c:29112
+#: ../tuxpaint.c:29114
msgid ""
"Click the primary colors (red, yellow, and blue), white (to tint), grey (to "
"tone), and black (to shade), to mix together a new color."
@@ -2621,8 +2621,9 @@ msgstr ""
#: ../../magic/src/polyfill.c:32
msgid ""
-"Click multiple times in your picture to create a filled polygon. Click your "
-"starting position to complete the shape."
+"Click multiple times in your picture to create a filled polygon. You may "
+"drag control points to alter the shape. Click the first point to complete "
+"the shape."
msgstr ""
#: ../../magic/src/puzzle.c:112
diff --git a/src/po/lt.po b/src/po/lt.po
index a8c996354..41e7dbcd5 100644
--- a/src/po/lt.po
+++ b/src/po/lt.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Tuxpaint 0.9.9\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2024-04-08 23:25-0700\n"
+"POT-Creation-Date: 2024-04-12 09:23-0700\n"
"PO-Revision-Date: 2004-12-10 18:11+0200\n"
"Last-Translator: Gintaras Goštautas \n"
"Language-Team: Lithuanian \n"
@@ -982,7 +982,7 @@ msgstr "Naujas"
#. Open a saved picture
#. Buttons for the file open dialog
#. Open dialog: 'Open' button, to load the selected picture
-#: ../tools.h:97 ../tuxpaint.c:9697
+#: ../tools.h:97 ../tuxpaint.c:9698
msgid "Open"
msgstr "Atidaryti"
@@ -1397,90 +1397,90 @@ msgid "Please wait…"
msgstr "Palaukite..."
#. Open dialog: 'Erase' button, to erase/deleted the selected picture
-#: ../tuxpaint.c:9700
+#: ../tuxpaint.c:9701
msgid "Erase"
msgstr "Ištrinti"
#. Open dialog: 'Slides' button, to switch to slide show mode
-#: ../tuxpaint.c:9703
+#: ../tuxpaint.c:9704
msgid "Slides"
msgstr "Skaidrės"
#. Open dialog: 'Template' button, to make a template out of a drawing
-#: ../tuxpaint.c:9706
+#: ../tuxpaint.c:9707
msgid "Template"
msgstr ""
#. Open dialog: 'Export' button, to copy an image to an easily-accessible location
-#: ../tuxpaint.c:9709
+#: ../tuxpaint.c:9710
msgid "Export"
msgstr ""
#. Open dialog: 'Back' button, to dismiss Open dialog without opening a picture
-#: ../tuxpaint.c:9712
+#: ../tuxpaint.c:9713
msgid "Back"
msgstr "Grįžti atgal"
#. Slideshow: 'Play' button, to begin a slideshow sequence
-#: ../tuxpaint.c:9715
+#: ../tuxpaint.c:9716
msgid "Play"
msgstr "Pradėti"
#. Slideshow: 'GIF Export' button, to create an animated GIF
-#: ../tuxpaint.c:9718
+#: ../tuxpaint.c:9719
msgid "GIF Export"
msgstr ""
#. Slideshow: 'Next' button, to load next slide (image)
-#: ../tuxpaint.c:9721
+#: ../tuxpaint.c:9722
msgid "Next"
msgstr "Toliau"
#. Color mixer dialog: 'Clear' button, to reset the mixed color
-#: ../tuxpaint.c:9724
+#: ../tuxpaint.c:9725
msgid "Clear"
msgstr ""
#. Use the localized label string (e.g., "あぁ" in Japanese)
-#: ../tuxpaint.c:10659 ../tuxpaint.c:10662 ../tuxpaint.c:10663
+#: ../tuxpaint.c:10660 ../tuxpaint.c:10663 ../tuxpaint.c:10664
msgid "Aa"
msgstr "Aa"
#. Admittedly stupid way of determining which keys can be used for
#. positive and negative responses in dialogs (e.g., [Y] (for 'yes') in English)
-#: ../tuxpaint.c:14672
+#: ../tuxpaint.c:14673
msgid "Yes"
msgstr "Taip"
-#: ../tuxpaint.c:14676
+#: ../tuxpaint.c:14677
msgid "No"
msgstr "Ne"
#. Prompt to ask whether user wishes to save over old version of their file
-#: ../tuxpaint.c:15948
+#: ../tuxpaint.c:15949
msgid "Replace the picture with your changes?"
msgstr "Ar perrašyti paveikslėlį su Jūsų pakeitimais?"
#. Positive response to saving over old version
#. (like a 'File:Save' action in other applications)
-#: ../tuxpaint.c:15952
+#: ../tuxpaint.c:15953
msgid "Yes, replace the old one!"
msgstr "Taip, perrašykim senąjį!"
#. Negative response to saving over old version (saves a new image)
#. (like a 'File:Save As...' action in other applications)
-#: ../tuxpaint.c:15956
+#: ../tuxpaint.c:15957
msgid "No, save a new file!"
msgstr "Ne, išsaugokim į naują bylą!"
-#: ../tuxpaint.c:17224
+#: ../tuxpaint.c:17225
msgid ""
"Choose a picture and then click “Open”, “Export”, “Template“, or “Erase”. "
"Click “Slides” to create a slideshow animation or “Back“ to return to your "
"current picture."
msgstr ""
-#: ../tuxpaint.c:17226
+#: ../tuxpaint.c:17227
msgid ""
"Choose a picture and then click “Open”, “Export”, or “Erase”. Click “Slides” "
"to create a slideshow animation or “Back“ to return to your current picture."
@@ -1489,71 +1489,71 @@ msgstr ""
#. None selected? Too dangerous to automatically select all (like we do for slideshow playback).
#. Only 1 selected? No point in saving as GIF.
#.
-#: ../tuxpaint.c:18895
+#: ../tuxpaint.c:18896
msgid "Select 2 or more drawings to turn into an animated GIF."
msgstr ""
#. Descriptions (names) of the color mixer tool's primary colors and shades
-#: ../tuxpaint.c:25112
+#: ../tuxpaint.c:25113
msgid "red"
msgstr ""
-#: ../tuxpaint.c:25113
+#: ../tuxpaint.c:25114
#, fuzzy
#| msgid "Yellow!"
msgid "yellow"
msgstr "Geltona!"
-#: ../tuxpaint.c:25114
+#: ../tuxpaint.c:25115
#, fuzzy
#| msgid "Sky blue!"
msgid "blue"
msgstr "Dangaus žydrumo!"
-#: ../tuxpaint.c:25115
+#: ../tuxpaint.c:25116
#, fuzzy
#| msgid "White!"
msgid "white"
msgstr "Balta!"
-#: ../tuxpaint.c:25116
+#: ../tuxpaint.c:25117
msgid "grey"
msgstr ""
-#: ../tuxpaint.c:25117
+#: ../tuxpaint.c:25118
#, fuzzy
#| msgid "Black!"
msgid "black"
msgstr "Juoda!"
#. 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:25122
+#: ../tuxpaint.c:25123
#, c-format
msgid "Your color is %1$s %2$s."
msgstr ""
-#: ../tuxpaint.c:25123
+#: ../tuxpaint.c:25124
#, c-format
msgid "Your color is %1$s %2$s and %3$s %4$s."
msgstr ""
-#: ../tuxpaint.c:25124
+#: ../tuxpaint.c:25125
#, c-format
msgid "Your color is %1$s %2$s, %3$s %4$s, and %5$s %6$s."
msgstr ""
-#: ../tuxpaint.c:25125
+#: ../tuxpaint.c:25126
#, c-format
msgid "Your color is %1$s %2$s, %3$s %4$s, %5$s %6$s, and %7$s %8$s."
msgstr ""
-#: ../tuxpaint.c:25126
+#: ../tuxpaint.c:25127
#, 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 ""
-#: ../tuxpaint.c:25127
+#: ../tuxpaint.c:25128
#, c-format
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 "
@@ -1561,22 +1561,22 @@ msgid ""
msgstr ""
#. Color mixer; e.g., "Your color is entirely grey."
-#: ../tuxpaint.c:25907 ../tuxpaint.c:25912
+#: ../tuxpaint.c:25908 ../tuxpaint.c:25913
msgid "entirely"
msgstr ""
#. Add "Color Select" color:
-#: ../tuxpaint.c:29087
+#: ../tuxpaint.c:29089
msgid "Select a color from your drawing."
msgstr ""
-#: ../tuxpaint.c:29098
+#: ../tuxpaint.c:29100
msgid ""
"Pick a color. Hues go top to bottom. Saturation/intensity goes left (pale) "
"to right (pure). Value (lightness/darkness): grey bar."
msgstr ""
-#: ../tuxpaint.c:29112
+#: ../tuxpaint.c:29114
msgid ""
"Click the primary colors (red, yellow, and blue), white (to tint), grey (to "
"tone), and black (to shade), to mix together a new color."
@@ -2544,8 +2544,9 @@ msgstr ""
#: ../../magic/src/polyfill.c:32
msgid ""
-"Click multiple times in your picture to create a filled polygon. Click your "
-"starting position to complete the shape."
+"Click multiple times in your picture to create a filled polygon. You may "
+"drag control points to alter the shape. Click the first point to complete "
+"the shape."
msgstr ""
#: ../../magic/src/puzzle.c:112
diff --git a/src/po/lv.po b/src/po/lv.po
index 306b602f5..b60b066e5 100644
--- a/src/po/lv.po
+++ b/src/po/lv.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: tuxpaint\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2024-04-08 23:25-0700\n"
+"POT-Creation-Date: 2024-04-12 09:23-0700\n"
"PO-Revision-Date: 2014-06-11 23:13-0000\n"
"Last-Translator: Raivis Strogonovs \n"
"Language-Team: Valoda \n"
@@ -976,7 +976,7 @@ msgstr "Jauns"
#. Open a saved picture
#. Buttons for the file open dialog
#. Open dialog: 'Open' button, to load the selected picture
-#: ../tools.h:97 ../tuxpaint.c:9697
+#: ../tools.h:97 ../tuxpaint.c:9698
msgid "Open"
msgstr "Atvērt"
@@ -1392,90 +1392,90 @@ msgid "Please wait…"
msgstr "Lūdzu uzgaidi..."
#. Open dialog: 'Erase' button, to erase/deleted the selected picture
-#: ../tuxpaint.c:9700
+#: ../tuxpaint.c:9701
msgid "Erase"
msgstr "Dzēst"
#. Open dialog: 'Slides' button, to switch to slide show mode
-#: ../tuxpaint.c:9703
+#: ../tuxpaint.c:9704
msgid "Slides"
msgstr "Slaids"
#. Open dialog: 'Template' button, to make a template out of a drawing
-#: ../tuxpaint.c:9706
+#: ../tuxpaint.c:9707
msgid "Template"
msgstr ""
#. Open dialog: 'Export' button, to copy an image to an easily-accessible location
-#: ../tuxpaint.c:9709
+#: ../tuxpaint.c:9710
msgid "Export"
msgstr ""
#. Open dialog: 'Back' button, to dismiss Open dialog without opening a picture
-#: ../tuxpaint.c:9712
+#: ../tuxpaint.c:9713
msgid "Back"
msgstr "Atpakaļ"
#. Slideshow: 'Play' button, to begin a slideshow sequence
-#: ../tuxpaint.c:9715
+#: ../tuxpaint.c:9716
msgid "Play"
msgstr "Spēlēt"
#. Slideshow: 'GIF Export' button, to create an animated GIF
-#: ../tuxpaint.c:9718
+#: ../tuxpaint.c:9719
msgid "GIF Export"
msgstr ""
#. Slideshow: 'Next' button, to load next slide (image)
-#: ../tuxpaint.c:9721
+#: ../tuxpaint.c:9722
msgid "Next"
msgstr "Tālāk"
#. Color mixer dialog: 'Clear' button, to reset the mixed color
-#: ../tuxpaint.c:9724
+#: ../tuxpaint.c:9725
msgid "Clear"
msgstr ""
#. Use the localized label string (e.g., "あぁ" in Japanese)
-#: ../tuxpaint.c:10659 ../tuxpaint.c:10662 ../tuxpaint.c:10663
+#: ../tuxpaint.c:10660 ../tuxpaint.c:10663 ../tuxpaint.c:10664
msgid "Aa"
msgstr "Aa"
#. Admittedly stupid way of determining which keys can be used for
#. positive and negative responses in dialogs (e.g., [Y] (for 'yes') in English)
-#: ../tuxpaint.c:14672
+#: ../tuxpaint.c:14673
msgid "Yes"
msgstr "Jā"
-#: ../tuxpaint.c:14676
+#: ../tuxpaint.c:14677
msgid "No"
msgstr "Nē"
#. Prompt to ask whether user wishes to save over old version of their file
-#: ../tuxpaint.c:15948
+#: ../tuxpaint.c:15949
msgid "Replace the picture with your changes?"
msgstr "Aizstāt zīmejumu ar tavām izmaiņām?"
#. Positive response to saving over old version
#. (like a 'File:Save' action in other applications)
-#: ../tuxpaint.c:15952
+#: ../tuxpaint.c:15953
msgid "Yes, replace the old one!"
msgstr "Jā, aizstāt veco zīmējumu!"
#. Negative response to saving over old version (saves a new image)
#. (like a 'File:Save As...' action in other applications)
-#: ../tuxpaint.c:15956
+#: ../tuxpaint.c:15957
msgid "No, save a new file!"
msgstr "Nē, glabāt jaunā failā!"
-#: ../tuxpaint.c:17224
+#: ../tuxpaint.c:17225
msgid ""
"Choose a picture and then click “Open”, “Export”, “Template“, or “Erase”. "
"Click “Slides” to create a slideshow animation or “Back“ to return to your "
"current picture."
msgstr ""
-#: ../tuxpaint.c:17226
+#: ../tuxpaint.c:17227
msgid ""
"Choose a picture and then click “Open”, “Export”, or “Erase”. Click “Slides” "
"to create a slideshow animation or “Back“ to return to your current picture."
@@ -1484,71 +1484,71 @@ msgstr ""
#. None selected? Too dangerous to automatically select all (like we do for slideshow playback).
#. Only 1 selected? No point in saving as GIF.
#.
-#: ../tuxpaint.c:18895
+#: ../tuxpaint.c:18896
msgid "Select 2 or more drawings to turn into an animated GIF."
msgstr ""
#. Descriptions (names) of the color mixer tool's primary colors and shades
-#: ../tuxpaint.c:25112
+#: ../tuxpaint.c:25113
msgid "red"
msgstr ""
-#: ../tuxpaint.c:25113
+#: ../tuxpaint.c:25114
#, fuzzy
#| msgid "Yellow!"
msgid "yellow"
msgstr "Dzeltens!"
-#: ../tuxpaint.c:25114
+#: ../tuxpaint.c:25115
#, fuzzy
#| msgid "Sky blue!"
msgid "blue"
msgstr "Debesu zils!"
-#: ../tuxpaint.c:25115
+#: ../tuxpaint.c:25116
#, fuzzy
#| msgid "White!"
msgid "white"
msgstr "Balts! "
-#: ../tuxpaint.c:25116
+#: ../tuxpaint.c:25117
msgid "grey"
msgstr ""
-#: ../tuxpaint.c:25117
+#: ../tuxpaint.c:25118
#, fuzzy
#| msgid "Black!"
msgid "black"
msgstr "Melns!"
#. 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:25122
+#: ../tuxpaint.c:25123
#, c-format
msgid "Your color is %1$s %2$s."
msgstr ""
-#: ../tuxpaint.c:25123
+#: ../tuxpaint.c:25124
#, c-format
msgid "Your color is %1$s %2$s and %3$s %4$s."
msgstr ""
-#: ../tuxpaint.c:25124
+#: ../tuxpaint.c:25125
#, c-format
msgid "Your color is %1$s %2$s, %3$s %4$s, and %5$s %6$s."
msgstr ""
-#: ../tuxpaint.c:25125
+#: ../tuxpaint.c:25126
#, c-format
msgid "Your color is %1$s %2$s, %3$s %4$s, %5$s %6$s, and %7$s %8$s."
msgstr ""
-#: ../tuxpaint.c:25126
+#: ../tuxpaint.c:25127
#, 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 ""
-#: ../tuxpaint.c:25127
+#: ../tuxpaint.c:25128
#, c-format
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 "
@@ -1556,22 +1556,22 @@ msgid ""
msgstr ""
#. Color mixer; e.g., "Your color is entirely grey."
-#: ../tuxpaint.c:25907 ../tuxpaint.c:25912
+#: ../tuxpaint.c:25908 ../tuxpaint.c:25913
msgid "entirely"
msgstr ""
#. Add "Color Select" color:
-#: ../tuxpaint.c:29087
+#: ../tuxpaint.c:29089
msgid "Select a color from your drawing."
msgstr ""
-#: ../tuxpaint.c:29098
+#: ../tuxpaint.c:29100
msgid ""
"Pick a color. Hues go top to bottom. Saturation/intensity goes left (pale) "
"to right (pure). Value (lightness/darkness): grey bar."
msgstr ""
-#: ../tuxpaint.c:29112
+#: ../tuxpaint.c:29114
msgid ""
"Click the primary colors (red, yellow, and blue), white (to tint), grey (to "
"tone), and black (to shade), to mix together a new color."
@@ -2637,8 +2637,9 @@ msgstr ""
#: ../../magic/src/polyfill.c:32
msgid ""
-"Click multiple times in your picture to create a filled polygon. Click your "
-"starting position to complete the shape."
+"Click multiple times in your picture to create a filled polygon. You may "
+"drag control points to alter the shape. Click the first point to complete "
+"the shape."
msgstr ""
#: ../../magic/src/puzzle.c:112
diff --git a/src/po/mai.po b/src/po/mai.po
index 1508028f2..e2a17f2a6 100644
--- a/src/po/mai.po
+++ b/src/po/mai.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: tuxpaint\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2024-04-08 23:25-0700\n"
+"POT-Creation-Date: 2024-04-12 09:23-0700\n"
"PO-Revision-Date: 2013-02-18 09:21+0530\n"
"Last-Translator: sk \n"
"Language-Team: American English \n"
@@ -976,7 +976,7 @@ msgstr "नव"
#. Open a saved picture
#. Buttons for the file open dialog
#. Open dialog: 'Open' button, to load the selected picture
-#: ../tools.h:97 ../tuxpaint.c:9697
+#: ../tools.h:97 ../tuxpaint.c:9698
msgid "Open"
msgstr "खोलू"
@@ -1385,90 +1385,90 @@ msgid "Please wait…"
msgstr "कृपया प्रतीक्षा करू..."
#. Open dialog: 'Erase' button, to erase/deleted the selected picture
-#: ../tuxpaint.c:9700
+#: ../tuxpaint.c:9701
msgid "Erase"
msgstr "मेटाउ"
#. Open dialog: 'Slides' button, to switch to slide show mode
-#: ../tuxpaint.c:9703
+#: ../tuxpaint.c:9704
msgid "Slides"
msgstr "स्लाइड"
#. Open dialog: 'Template' button, to make a template out of a drawing
-#: ../tuxpaint.c:9706
+#: ../tuxpaint.c:9707
msgid "Template"
msgstr ""
#. Open dialog: 'Export' button, to copy an image to an easily-accessible location
-#: ../tuxpaint.c:9709
+#: ../tuxpaint.c:9710
msgid "Export"
msgstr ""
#. Open dialog: 'Back' button, to dismiss Open dialog without opening a picture
-#: ../tuxpaint.c:9712
+#: ../tuxpaint.c:9713
msgid "Back"
msgstr "पाछाँ"
#. Slideshow: 'Play' button, to begin a slideshow sequence
-#: ../tuxpaint.c:9715
+#: ../tuxpaint.c:9716
msgid "Play"
msgstr "बजाउ"
#. Slideshow: 'GIF Export' button, to create an animated GIF
-#: ../tuxpaint.c:9718
+#: ../tuxpaint.c:9719
msgid "GIF Export"
msgstr ""
#. Slideshow: 'Next' button, to load next slide (image)
-#: ../tuxpaint.c:9721
+#: ../tuxpaint.c:9722
msgid "Next"
msgstr "अगिला"
#. Color mixer dialog: 'Clear' button, to reset the mixed color
-#: ../tuxpaint.c:9724
+#: ../tuxpaint.c:9725
msgid "Clear"
msgstr ""
#. Use the localized label string (e.g., "あぁ" in Japanese)
-#: ../tuxpaint.c:10659 ../tuxpaint.c:10662 ../tuxpaint.c:10663
+#: ../tuxpaint.c:10660 ../tuxpaint.c:10663 ../tuxpaint.c:10664
msgid "Aa"
msgstr "Aa"
#. Admittedly stupid way of determining which keys can be used for
#. positive and negative responses in dialogs (e.g., [Y] (for 'yes') in English)
-#: ../tuxpaint.c:14672
+#: ../tuxpaint.c:14673
msgid "Yes"
msgstr "हँ"
-#: ../tuxpaint.c:14676
+#: ../tuxpaint.c:14677
msgid "No"
msgstr "नहि"
#. Prompt to ask whether user wishes to save over old version of their file
-#: ../tuxpaint.c:15948
+#: ../tuxpaint.c:15949
msgid "Replace the picture with your changes?"
msgstr "अहाँक परिवर्तनक साथ चित्र बदलू?"
#. Positive response to saving over old version
#. (like a 'File:Save' action in other applications)
-#: ../tuxpaint.c:15952
+#: ../tuxpaint.c:15953
msgid "Yes, replace the old one!"
msgstr "हँ, पुरनका केँ बदलू!"
#. Negative response to saving over old version (saves a new image)
#. (like a 'File:Save As...' action in other applications)
-#: ../tuxpaint.c:15956
+#: ../tuxpaint.c:15957
msgid "No, save a new file!"
msgstr "नहि, नव फाइल सहेजू!"
-#: ../tuxpaint.c:17224
+#: ../tuxpaint.c:17225
msgid ""
"Choose a picture and then click “Open”, “Export”, “Template“, or “Erase”. "
"Click “Slides” to create a slideshow animation or “Back“ to return to your "
"current picture."
msgstr ""
-#: ../tuxpaint.c:17226
+#: ../tuxpaint.c:17227
msgid ""
"Choose a picture and then click “Open”, “Export”, or “Erase”. Click “Slides” "
"to create a slideshow animation or “Back“ to return to your current picture."
@@ -1477,71 +1477,71 @@ msgstr ""
#. None selected? Too dangerous to automatically select all (like we do for slideshow playback).
#. Only 1 selected? No point in saving as GIF.
#.
-#: ../tuxpaint.c:18895
+#: ../tuxpaint.c:18896
msgid "Select 2 or more drawings to turn into an animated GIF."
msgstr ""
#. Descriptions (names) of the color mixer tool's primary colors and shades
-#: ../tuxpaint.c:25112
+#: ../tuxpaint.c:25113
msgid "red"
msgstr ""
-#: ../tuxpaint.c:25113
+#: ../tuxpaint.c:25114
#, fuzzy
#| msgid "Yellow!"
msgid "yellow"
msgstr "पीअर!"
-#: ../tuxpaint.c:25114
+#: ../tuxpaint.c:25115
#, fuzzy
#| msgid "Sky blue!"
msgid "blue"
msgstr "आसमानी नीला!"
-#: ../tuxpaint.c:25115
+#: ../tuxpaint.c:25116
#, fuzzy
#| msgid "White!"
msgid "white"
msgstr "उज्जर!"
-#: ../tuxpaint.c:25116
+#: ../tuxpaint.c:25117
msgid "grey"
msgstr ""
-#: ../tuxpaint.c:25117
+#: ../tuxpaint.c:25118
#, fuzzy
#| msgid "Black!"
msgid "black"
msgstr "करिया!"
#. 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:25122
+#: ../tuxpaint.c:25123
#, c-format
msgid "Your color is %1$s %2$s."
msgstr ""
-#: ../tuxpaint.c:25123
+#: ../tuxpaint.c:25124
#, c-format
msgid "Your color is %1$s %2$s and %3$s %4$s."
msgstr ""
-#: ../tuxpaint.c:25124
+#: ../tuxpaint.c:25125
#, c-format
msgid "Your color is %1$s %2$s, %3$s %4$s, and %5$s %6$s."
msgstr ""
-#: ../tuxpaint.c:25125
+#: ../tuxpaint.c:25126
#, c-format
msgid "Your color is %1$s %2$s, %3$s %4$s, %5$s %6$s, and %7$s %8$s."
msgstr ""
-#: ../tuxpaint.c:25126
+#: ../tuxpaint.c:25127
#, 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 ""
-#: ../tuxpaint.c:25127
+#: ../tuxpaint.c:25128
#, c-format
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 "
@@ -1549,22 +1549,22 @@ msgid ""
msgstr ""
#. Color mixer; e.g., "Your color is entirely grey."
-#: ../tuxpaint.c:25907 ../tuxpaint.c:25912
+#: ../tuxpaint.c:25908 ../tuxpaint.c:25913
msgid "entirely"
msgstr ""
#. Add "Color Select" color:
-#: ../tuxpaint.c:29087
+#: ../tuxpaint.c:29089
msgid "Select a color from your drawing."
msgstr ""
-#: ../tuxpaint.c:29098
+#: ../tuxpaint.c:29100
msgid ""
"Pick a color. Hues go top to bottom. Saturation/intensity goes left (pale) "
"to right (pure). Value (lightness/darkness): grey bar."
msgstr ""
-#: ../tuxpaint.c:29112
+#: ../tuxpaint.c:29114
msgid ""
"Click the primary colors (red, yellow, and blue), white (to tint), grey (to "
"tone), and black (to shade), to mix together a new color."
@@ -2595,8 +2595,9 @@ msgstr ""
#: ../../magic/src/polyfill.c:32
msgid ""
-"Click multiple times in your picture to create a filled polygon. Click your "
-"starting position to complete the shape."
+"Click multiple times in your picture to create a filled polygon. You may "
+"drag control points to alter the shape. Click the first point to complete "
+"the shape."
msgstr ""
#: ../../magic/src/puzzle.c:112
diff --git a/src/po/mk.po b/src/po/mk.po
index 322131abb..ca71defa1 100644
--- a/src/po/mk.po
+++ b/src/po/mk.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: tuxpaint\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2024-04-08 23:25-0700\n"
+"POT-Creation-Date: 2024-04-12 09:23-0700\n"
"PO-Revision-Date: 2006-06-17 23:07+0000\n"
"Last-Translator: FULL NAME \n"
"Language-Team: Macedonian \n"
@@ -978,7 +978,7 @@ msgstr "Нов"
#. Open a saved picture
#. Buttons for the file open dialog
#. Open dialog: 'Open' button, to load the selected picture
-#: ../tools.h:97 ../tuxpaint.c:9697
+#: ../tools.h:97 ../tuxpaint.c:9698
msgid "Open"
msgstr "Отвори"
@@ -1386,90 +1386,90 @@ msgid "Please wait…"
msgstr ""
#. Open dialog: 'Erase' button, to erase/deleted the selected picture
-#: ../tuxpaint.c:9700
+#: ../tuxpaint.c:9701
msgid "Erase"
msgstr "Бришење"
#. Open dialog: 'Slides' button, to switch to slide show mode
-#: ../tuxpaint.c:9703
+#: ../tuxpaint.c:9704
msgid "Slides"
msgstr ""
#. Open dialog: 'Template' button, to make a template out of a drawing
-#: ../tuxpaint.c:9706
+#: ../tuxpaint.c:9707
msgid "Template"
msgstr ""
#. Open dialog: 'Export' button, to copy an image to an easily-accessible location
-#: ../tuxpaint.c:9709
+#: ../tuxpaint.c:9710
msgid "Export"
msgstr ""
#. Open dialog: 'Back' button, to dismiss Open dialog without opening a picture
-#: ../tuxpaint.c:9712
+#: ../tuxpaint.c:9713
msgid "Back"
msgstr "Назад"
#. Slideshow: 'Play' button, to begin a slideshow sequence
-#: ../tuxpaint.c:9715
+#: ../tuxpaint.c:9716
msgid "Play"
msgstr ""
#. Slideshow: 'GIF Export' button, to create an animated GIF
-#: ../tuxpaint.c:9718
+#: ../tuxpaint.c:9719
msgid "GIF Export"
msgstr ""
#. Slideshow: 'Next' button, to load next slide (image)
-#: ../tuxpaint.c:9721
+#: ../tuxpaint.c:9722
msgid "Next"
msgstr ""
#. Color mixer dialog: 'Clear' button, to reset the mixed color
-#: ../tuxpaint.c:9724
+#: ../tuxpaint.c:9725
msgid "Clear"
msgstr ""
#. Use the localized label string (e.g., "あぁ" in Japanese)
-#: ../tuxpaint.c:10659 ../tuxpaint.c:10662 ../tuxpaint.c:10663
+#: ../tuxpaint.c:10660 ../tuxpaint.c:10663 ../tuxpaint.c:10664
msgid "Aa"
msgstr "Aa"
#. Admittedly stupid way of determining which keys can be used for
#. positive and negative responses in dialogs (e.g., [Y] (for 'yes') in English)
-#: ../tuxpaint.c:14672
+#: ../tuxpaint.c:14673
msgid "Yes"
msgstr "Да"
-#: ../tuxpaint.c:14676
+#: ../tuxpaint.c:14677
msgid "No"
msgstr "Не"
#. Prompt to ask whether user wishes to save over old version of their file
-#: ../tuxpaint.c:15948
+#: ../tuxpaint.c:15949
msgid "Replace the picture with your changes?"
msgstr ""
#. Positive response to saving over old version
#. (like a 'File:Save' action in other applications)
-#: ../tuxpaint.c:15952
+#: ../tuxpaint.c:15953
msgid "Yes, replace the old one!"
msgstr ""
#. Negative response to saving over old version (saves a new image)
#. (like a 'File:Save As...' action in other applications)
-#: ../tuxpaint.c:15956
+#: ../tuxpaint.c:15957
msgid "No, save a new file!"
msgstr ""
-#: ../tuxpaint.c:17224
+#: ../tuxpaint.c:17225
msgid ""
"Choose a picture and then click “Open”, “Export”, “Template“, or “Erase”. "
"Click “Slides” to create a slideshow animation or “Back“ to return to your "
"current picture."
msgstr ""
-#: ../tuxpaint.c:17226
+#: ../tuxpaint.c:17227
msgid ""
"Choose a picture and then click “Open”, “Export”, or “Erase”. Click “Slides” "
"to create a slideshow animation or “Back“ to return to your current picture."
@@ -1478,71 +1478,71 @@ msgstr ""
#. None selected? Too dangerous to automatically select all (like we do for slideshow playback).
#. Only 1 selected? No point in saving as GIF.
#.
-#: ../tuxpaint.c:18895
+#: ../tuxpaint.c:18896
msgid "Select 2 or more drawings to turn into an animated GIF."
msgstr ""
#. Descriptions (names) of the color mixer tool's primary colors and shades
-#: ../tuxpaint.c:25112
+#: ../tuxpaint.c:25113
msgid "red"
msgstr ""
-#: ../tuxpaint.c:25113
+#: ../tuxpaint.c:25114
#, fuzzy
#| msgid "Yellow!"
msgid "yellow"
msgstr "Жолто!"
-#: ../tuxpaint.c:25114
+#: ../tuxpaint.c:25115
#, fuzzy
#| msgid "Sky blue!"
msgid "blue"
msgstr "Небесно плаво!"
-#: ../tuxpaint.c:25115
+#: ../tuxpaint.c:25116
#, fuzzy
#| msgid "White!"
msgid "white"
msgstr "Бело!"
-#: ../tuxpaint.c:25116
+#: ../tuxpaint.c:25117
msgid "grey"
msgstr ""
-#: ../tuxpaint.c:25117
+#: ../tuxpaint.c:25118
#, fuzzy
#| msgid "Black!"
msgid "black"
msgstr "Црно!"
#. 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:25122
+#: ../tuxpaint.c:25123
#, c-format
msgid "Your color is %1$s %2$s."
msgstr ""
-#: ../tuxpaint.c:25123
+#: ../tuxpaint.c:25124
#, c-format
msgid "Your color is %1$s %2$s and %3$s %4$s."
msgstr ""
-#: ../tuxpaint.c:25124
+#: ../tuxpaint.c:25125
#, c-format
msgid "Your color is %1$s %2$s, %3$s %4$s, and %5$s %6$s."
msgstr ""
-#: ../tuxpaint.c:25125
+#: ../tuxpaint.c:25126
#, c-format
msgid "Your color is %1$s %2$s, %3$s %4$s, %5$s %6$s, and %7$s %8$s."
msgstr ""
-#: ../tuxpaint.c:25126
+#: ../tuxpaint.c:25127
#, 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 ""
-#: ../tuxpaint.c:25127
+#: ../tuxpaint.c:25128
#, c-format
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 "
@@ -1550,22 +1550,22 @@ msgid ""
msgstr ""
#. Color mixer; e.g., "Your color is entirely grey."
-#: ../tuxpaint.c:25907 ../tuxpaint.c:25912
+#: ../tuxpaint.c:25908 ../tuxpaint.c:25913
msgid "entirely"
msgstr ""
#. Add "Color Select" color:
-#: ../tuxpaint.c:29087
+#: ../tuxpaint.c:29089
msgid "Select a color from your drawing."
msgstr ""
-#: ../tuxpaint.c:29098
+#: ../tuxpaint.c:29100
msgid ""
"Pick a color. Hues go top to bottom. Saturation/intensity goes left (pale) "
"to right (pure). Value (lightness/darkness): grey bar."
msgstr ""
-#: ../tuxpaint.c:29112
+#: ../tuxpaint.c:29114
msgid ""
"Click the primary colors (red, yellow, and blue), white (to tint), grey (to "
"tone), and black (to shade), to mix together a new color."
@@ -2552,8 +2552,9 @@ msgstr ""
#: ../../magic/src/polyfill.c:32
msgid ""
-"Click multiple times in your picture to create a filled polygon. Click your "
-"starting position to complete the shape."
+"Click multiple times in your picture to create a filled polygon. You may "
+"drag control points to alter the shape. Click the first point to complete "
+"the shape."
msgstr ""
#: ../../magic/src/puzzle.c:112
diff --git a/src/po/ml.po b/src/po/ml.po
index a753bc089..497a239b3 100644
--- a/src/po/ml.po
+++ b/src/po/ml.po
@@ -18,7 +18,7 @@ msgid ""
msgstr ""
"Project-Id-Version: tuxpaint\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2024-04-08 23:25-0700\n"
+"POT-Creation-Date: 2024-04-12 09:23-0700\n"
"PO-Revision-Date: 2014-08-03 16:29+0530\n"
"Last-Translator: Akhil Krishnan S \n"
"Language-Team: Malayalam\n"
@@ -984,7 +984,7 @@ msgstr "പുതിയ ചിത്രം"
#. Open a saved picture
#. Buttons for the file open dialog
#. Open dialog: 'Open' button, to load the selected picture
-#: ../tools.h:97 ../tuxpaint.c:9697
+#: ../tools.h:97 ../tuxpaint.c:9698
msgid "Open"
msgstr "തുറക്കുക"
@@ -1395,90 +1395,90 @@ msgid "Please wait…"
msgstr "അല്പനേരം ക്ഷമിക്കൂ. . ."
#. Open dialog: 'Erase' button, to erase/deleted the selected picture
-#: ../tuxpaint.c:9700
+#: ../tuxpaint.c:9701
msgid "Erase"
msgstr "മായ്ക്കാം"
#. Open dialog: 'Slides' button, to switch to slide show mode
-#: ../tuxpaint.c:9703
+#: ../tuxpaint.c:9704
msgid "Slides"
msgstr "സ്ലൈഡുകള്"
#. Open dialog: 'Template' button, to make a template out of a drawing
-#: ../tuxpaint.c:9706
+#: ../tuxpaint.c:9707
msgid "Template"
msgstr ""
#. Open dialog: 'Export' button, to copy an image to an easily-accessible location
-#: ../tuxpaint.c:9709
+#: ../tuxpaint.c:9710
msgid "Export"
msgstr ""
#. Open dialog: 'Back' button, to dismiss Open dialog without opening a picture
-#: ../tuxpaint.c:9712
+#: ../tuxpaint.c:9713
msgid "Back"
msgstr "തിരികെ"
#. Slideshow: 'Play' button, to begin a slideshow sequence
-#: ../tuxpaint.c:9715
+#: ../tuxpaint.c:9716
msgid "Play"
msgstr "പ്രദര്ശനം"
#. Slideshow: 'GIF Export' button, to create an animated GIF
-#: ../tuxpaint.c:9718
+#: ../tuxpaint.c:9719
msgid "GIF Export"
msgstr ""
#. Slideshow: 'Next' button, to load next slide (image)
-#: ../tuxpaint.c:9721
+#: ../tuxpaint.c:9722
msgid "Next"
msgstr "അടുത്തത്"
#. Color mixer dialog: 'Clear' button, to reset the mixed color
-#: ../tuxpaint.c:9724
+#: ../tuxpaint.c:9725
msgid "Clear"
msgstr ""
#. Use the localized label string (e.g., "あぁ" in Japanese)
-#: ../tuxpaint.c:10659 ../tuxpaint.c:10662 ../tuxpaint.c:10663
+#: ../tuxpaint.c:10660 ../tuxpaint.c:10663 ../tuxpaint.c:10664
msgid "Aa"
msgstr "അആ"
#. Admittedly stupid way of determining which keys can be used for
#. positive and negative responses in dialogs (e.g., [Y] (for 'yes') in English)
-#: ../tuxpaint.c:14672
+#: ../tuxpaint.c:14673
msgid "Yes"
msgstr "വേണം"
-#: ../tuxpaint.c:14676
+#: ../tuxpaint.c:14677
msgid "No"
msgstr "വേണ്ട"
#. Prompt to ask whether user wishes to save over old version of their file
-#: ../tuxpaint.c:15948
+#: ../tuxpaint.c:15949
msgid "Replace the picture with your changes?"
msgstr "നിങ്ങള് വരച്ച ഈ ചിത്രം മാറ്റങ്ങളോടെ പകരം വെക്കുന്നോ?"
#. Positive response to saving over old version
#. (like a 'File:Save' action in other applications)
-#: ../tuxpaint.c:15952
+#: ../tuxpaint.c:15953
msgid "Yes, replace the old one!"
msgstr "ശരി, പകരം വച്ചുകോള്ളു!"
#. Negative response to saving over old version (saves a new image)
#. (like a 'File:Save As...' action in other applications)
-#: ../tuxpaint.c:15956
+#: ../tuxpaint.c:15957
msgid "No, save a new file!"
msgstr "വേണ്ട, പുതിയ ഒരു ഫയലായി സൂക്ഷിച്ചുകൊള്ളൂ."
-#: ../tuxpaint.c:17224
+#: ../tuxpaint.c:17225
msgid ""
"Choose a picture and then click “Open”, “Export”, “Template“, or “Erase”. "
"Click “Slides” to create a slideshow animation or “Back“ to return to your "
"current picture."
msgstr ""
-#: ../tuxpaint.c:17226
+#: ../tuxpaint.c:17227
msgid ""
"Choose a picture and then click “Open”, “Export”, or “Erase”. Click “Slides” "
"to create a slideshow animation or “Back“ to return to your current picture."
@@ -1487,71 +1487,71 @@ msgstr ""
#. None selected? Too dangerous to automatically select all (like we do for slideshow playback).
#. Only 1 selected? No point in saving as GIF.
#.
-#: ../tuxpaint.c:18895
+#: ../tuxpaint.c:18896
msgid "Select 2 or more drawings to turn into an animated GIF."
msgstr ""
#. Descriptions (names) of the color mixer tool's primary colors and shades
-#: ../tuxpaint.c:25112
+#: ../tuxpaint.c:25113
msgid "red"
msgstr ""
-#: ../tuxpaint.c:25113
+#: ../tuxpaint.c:25114
#, fuzzy
#| msgid "Yellow!"
msgid "yellow"
msgstr "മഞ്ഞ!"
-#: ../tuxpaint.c:25114
+#: ../tuxpaint.c:25115
#, fuzzy
#| msgid "Sky blue!"
msgid "blue"
msgstr "ആകാശനീല!"
-#: ../tuxpaint.c:25115
+#: ../tuxpaint.c:25116
#, fuzzy
#| msgid "White!"
msgid "white"
msgstr "വെളള!"
-#: ../tuxpaint.c:25116
+#: ../tuxpaint.c:25117
msgid "grey"
msgstr ""
-#: ../tuxpaint.c:25117
+#: ../tuxpaint.c:25118
#, fuzzy
#| msgid "Black!"
msgid "black"
msgstr "കറുപ്പ്!"
#. 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:25122
+#: ../tuxpaint.c:25123
#, c-format
msgid "Your color is %1$s %2$s."
msgstr ""
-#: ../tuxpaint.c:25123
+#: ../tuxpaint.c:25124
#, c-format
msgid "Your color is %1$s %2$s and %3$s %4$s."
msgstr ""
-#: ../tuxpaint.c:25124
+#: ../tuxpaint.c:25125
#, c-format
msgid "Your color is %1$s %2$s, %3$s %4$s, and %5$s %6$s."
msgstr ""
-#: ../tuxpaint.c:25125
+#: ../tuxpaint.c:25126
#, c-format
msgid "Your color is %1$s %2$s, %3$s %4$s, %5$s %6$s, and %7$s %8$s."
msgstr ""
-#: ../tuxpaint.c:25126
+#: ../tuxpaint.c:25127
#, 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 ""
-#: ../tuxpaint.c:25127
+#: ../tuxpaint.c:25128
#, c-format
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 "
@@ -1559,22 +1559,22 @@ msgid ""
msgstr ""
#. Color mixer; e.g., "Your color is entirely grey."
-#: ../tuxpaint.c:25907 ../tuxpaint.c:25912
+#: ../tuxpaint.c:25908 ../tuxpaint.c:25913
msgid "entirely"
msgstr ""
#. Add "Color Select" color:
-#: ../tuxpaint.c:29087
+#: ../tuxpaint.c:29089
msgid "Select a color from your drawing."
msgstr ""
-#: ../tuxpaint.c:29098
+#: ../tuxpaint.c:29100
msgid ""
"Pick a color. Hues go top to bottom. Saturation/intensity goes left (pale) "
"to right (pure). Value (lightness/darkness): grey bar."
msgstr ""
-#: ../tuxpaint.c:29112
+#: ../tuxpaint.c:29114
msgid ""
"Click the primary colors (red, yellow, and blue), white (to tint), grey (to "
"tone), and black (to shade), to mix together a new color."
@@ -2602,8 +2602,9 @@ msgstr ""
#: ../../magic/src/polyfill.c:32
msgid ""
-"Click multiple times in your picture to create a filled polygon. Click your "
-"starting position to complete the shape."
+"Click multiple times in your picture to create a filled polygon. You may "
+"drag control points to alter the shape. Click the first point to complete "
+"the shape."
msgstr ""
#: ../../magic/src/puzzle.c:112
diff --git a/src/po/mn.po b/src/po/mn.po
index 54e6e1ef2..9af2d4067 100644
--- a/src/po/mn.po
+++ b/src/po/mn.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2024-04-08 23:25-0700\n"
+"POT-Creation-Date: 2024-04-12 09:23-0700\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
"Language-Team: LANGUAGE \n"
@@ -931,7 +931,7 @@ msgstr ""
#. Open a saved picture
#. Buttons for the file open dialog
#. Open dialog: 'Open' button, to load the selected picture
-#: ../tools.h:97 ../tuxpaint.c:9697
+#: ../tools.h:97 ../tuxpaint.c:9698
msgid "Open"
msgstr ""
@@ -1304,90 +1304,90 @@ msgid "Please wait…"
msgstr ""
#. Open dialog: 'Erase' button, to erase/deleted the selected picture
-#: ../tuxpaint.c:9700
+#: ../tuxpaint.c:9701
msgid "Erase"
msgstr ""
#. Open dialog: 'Slides' button, to switch to slide show mode
-#: ../tuxpaint.c:9703
+#: ../tuxpaint.c:9704
msgid "Slides"
msgstr ""
#. Open dialog: 'Template' button, to make a template out of a drawing
-#: ../tuxpaint.c:9706
+#: ../tuxpaint.c:9707
msgid "Template"
msgstr ""
#. Open dialog: 'Export' button, to copy an image to an easily-accessible location
-#: ../tuxpaint.c:9709
+#: ../tuxpaint.c:9710
msgid "Export"
msgstr ""
#. Open dialog: 'Back' button, to dismiss Open dialog without opening a picture
-#: ../tuxpaint.c:9712
+#: ../tuxpaint.c:9713
msgid "Back"
msgstr ""
#. Slideshow: 'Play' button, to begin a slideshow sequence
-#: ../tuxpaint.c:9715
+#: ../tuxpaint.c:9716
msgid "Play"
msgstr ""
#. Slideshow: 'GIF Export' button, to create an animated GIF
-#: ../tuxpaint.c:9718
+#: ../tuxpaint.c:9719
msgid "GIF Export"
msgstr ""
#. Slideshow: 'Next' button, to load next slide (image)
-#: ../tuxpaint.c:9721
+#: ../tuxpaint.c:9722
msgid "Next"
msgstr ""
#. Color mixer dialog: 'Clear' button, to reset the mixed color
-#: ../tuxpaint.c:9724
+#: ../tuxpaint.c:9725
msgid "Clear"
msgstr ""
#. Use the localized label string (e.g., "あぁ" in Japanese)
-#: ../tuxpaint.c:10659 ../tuxpaint.c:10662 ../tuxpaint.c:10663
+#: ../tuxpaint.c:10660 ../tuxpaint.c:10663 ../tuxpaint.c:10664
msgid "Aa"
msgstr ""
#. Admittedly stupid way of determining which keys can be used for
#. positive and negative responses in dialogs (e.g., [Y] (for 'yes') in English)
-#: ../tuxpaint.c:14672
+#: ../tuxpaint.c:14673
msgid "Yes"
msgstr ""
-#: ../tuxpaint.c:14676
+#: ../tuxpaint.c:14677
msgid "No"
msgstr ""
#. Prompt to ask whether user wishes to save over old version of their file
-#: ../tuxpaint.c:15948
+#: ../tuxpaint.c:15949
msgid "Replace the picture with your changes?"
msgstr ""
#. Positive response to saving over old version
#. (like a 'File:Save' action in other applications)
-#: ../tuxpaint.c:15952
+#: ../tuxpaint.c:15953
msgid "Yes, replace the old one!"
msgstr ""
#. Negative response to saving over old version (saves a new image)
#. (like a 'File:Save As...' action in other applications)
-#: ../tuxpaint.c:15956
+#: ../tuxpaint.c:15957
msgid "No, save a new file!"
msgstr ""
-#: ../tuxpaint.c:17224
+#: ../tuxpaint.c:17225
msgid ""
"Choose a picture and then click “Open”, “Export”, “Template“, or “Erase”. "
"Click “Slides” to create a slideshow animation or “Back“ to return to your "
"current picture."
msgstr ""
-#: ../tuxpaint.c:17226
+#: ../tuxpaint.c:17227
msgid ""
"Choose a picture and then click “Open”, “Export”, or “Erase”. Click “Slides” "
"to create a slideshow animation or “Back“ to return to your current picture."
@@ -1396,63 +1396,63 @@ msgstr ""
#. None selected? Too dangerous to automatically select all (like we do for slideshow playback).
#. Only 1 selected? No point in saving as GIF.
#.
-#: ../tuxpaint.c:18895
+#: ../tuxpaint.c:18896
msgid "Select 2 or more drawings to turn into an animated GIF."
msgstr ""
#. Descriptions (names) of the color mixer tool's primary colors and shades
-#: ../tuxpaint.c:25112
+#: ../tuxpaint.c:25113
msgid "red"
msgstr ""
-#: ../tuxpaint.c:25113
+#: ../tuxpaint.c:25114
msgid "yellow"
msgstr ""
-#: ../tuxpaint.c:25114
+#: ../tuxpaint.c:25115
msgid "blue"
msgstr ""
-#: ../tuxpaint.c:25115
+#: ../tuxpaint.c:25116
msgid "white"
msgstr ""
-#: ../tuxpaint.c:25116
+#: ../tuxpaint.c:25117
msgid "grey"
msgstr ""
-#: ../tuxpaint.c:25117
+#: ../tuxpaint.c:25118
msgid "black"
msgstr ""
#. 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:25122
+#: ../tuxpaint.c:25123
#, c-format
msgid "Your color is %1$s %2$s."
msgstr ""
-#: ../tuxpaint.c:25123
+#: ../tuxpaint.c:25124
#, c-format
msgid "Your color is %1$s %2$s and %3$s %4$s."
msgstr ""
-#: ../tuxpaint.c:25124
+#: ../tuxpaint.c:25125
#, c-format
msgid "Your color is %1$s %2$s, %3$s %4$s, and %5$s %6$s."
msgstr ""
-#: ../tuxpaint.c:25125
+#: ../tuxpaint.c:25126
#, c-format
msgid "Your color is %1$s %2$s, %3$s %4$s, %5$s %6$s, and %7$s %8$s."
msgstr ""
-#: ../tuxpaint.c:25126
+#: ../tuxpaint.c:25127
#, 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 ""
-#: ../tuxpaint.c:25127
+#: ../tuxpaint.c:25128
#, c-format
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 "
@@ -1460,22 +1460,22 @@ msgid ""
msgstr ""
#. Color mixer; e.g., "Your color is entirely grey."
-#: ../tuxpaint.c:25907 ../tuxpaint.c:25912
+#: ../tuxpaint.c:25908 ../tuxpaint.c:25913
msgid "entirely"
msgstr ""
#. Add "Color Select" color:
-#: ../tuxpaint.c:29087
+#: ../tuxpaint.c:29089
msgid "Select a color from your drawing."
msgstr ""
-#: ../tuxpaint.c:29098
+#: ../tuxpaint.c:29100
msgid ""
"Pick a color. Hues go top to bottom. Saturation/intensity goes left (pale) "
"to right (pure). Value (lightness/darkness): grey bar."
msgstr ""
-#: ../tuxpaint.c:29112
+#: ../tuxpaint.c:29114
msgid ""
"Click the primary colors (red, yellow, and blue), white (to tint), grey (to "
"tone), and black (to shade), to mix together a new color."
@@ -2309,8 +2309,9 @@ msgstr ""
#: ../../magic/src/polyfill.c:32
msgid ""
-"Click multiple times in your picture to create a filled polygon. Click your "
-"starting position to complete the shape."
+"Click multiple times in your picture to create a filled polygon. You may "
+"drag control points to alter the shape. Click the first point to complete "
+"the shape."
msgstr ""
#: ../../magic/src/puzzle.c:112
diff --git a/src/po/mni.po b/src/po/mni.po
index 705b0de7c..b9a3ffd2b 100644
--- a/src/po/mni.po
+++ b/src/po/mni.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2024-04-08 23:25-0700\n"
+"POT-Creation-Date: 2024-04-12 09:23-0700\n"
"PO-Revision-Date: 2011-10-07 15:05+0530\n"
"Last-Translator: Hidam Dolen \n"
"Language-Team: LANGUAGE \n"
@@ -974,7 +974,7 @@ msgstr "অনৌবা"
#. Open a saved picture
#. Buttons for the file open dialog
#. Open dialog: 'Open' button, to load the selected picture
-#: ../tools.h:97 ../tuxpaint.c:9697
+#: ../tools.h:97 ../tuxpaint.c:9698
msgid "Open"
msgstr "হাংদোকপা"
@@ -1389,90 +1389,90 @@ msgid "Please wait…"
msgstr "ঙাইহাক্তং ঙাইবিয়ু..."
#. Open dialog: 'Erase' button, to erase/deleted the selected picture
-#: ../tuxpaint.c:9700
+#: ../tuxpaint.c:9701
msgid "Erase"
msgstr "মুত্থৎলো"
#. Open dialog: 'Slides' button, to switch to slide show mode
-#: ../tuxpaint.c:9703
+#: ../tuxpaint.c:9704
msgid "Slides"
msgstr "স্লাইদশিং"
#. Open dialog: 'Template' button, to make a template out of a drawing
-#: ../tuxpaint.c:9706
+#: ../tuxpaint.c:9707
msgid "Template"
msgstr ""
#. Open dialog: 'Export' button, to copy an image to an easily-accessible location
-#: ../tuxpaint.c:9709
+#: ../tuxpaint.c:9710
msgid "Export"
msgstr ""
#. Open dialog: 'Back' button, to dismiss Open dialog without opening a picture
-#: ../tuxpaint.c:9712
+#: ../tuxpaint.c:9713
msgid "Back"
msgstr "মতুং"
#. Slideshow: 'Play' button, to begin a slideshow sequence
-#: ../tuxpaint.c:9715
+#: ../tuxpaint.c:9716
msgid "Play"
msgstr "প্লে"
#. Slideshow: 'GIF Export' button, to create an animated GIF
-#: ../tuxpaint.c:9718
+#: ../tuxpaint.c:9719
msgid "GIF Export"
msgstr ""
#. Slideshow: 'Next' button, to load next slide (image)
-#: ../tuxpaint.c:9721
+#: ../tuxpaint.c:9722
msgid "Next"
msgstr "মথং"
#. Color mixer dialog: 'Clear' button, to reset the mixed color
-#: ../tuxpaint.c:9724
+#: ../tuxpaint.c:9725
msgid "Clear"
msgstr ""
#. Use the localized label string (e.g., "あぁ" in Japanese)
-#: ../tuxpaint.c:10659 ../tuxpaint.c:10662 ../tuxpaint.c:10663
+#: ../tuxpaint.c:10660 ../tuxpaint.c:10663 ../tuxpaint.c:10664
msgid "Aa"
msgstr "Aa"
#. Admittedly stupid way of determining which keys can be used for
#. positive and negative responses in dialogs (e.g., [Y] (for 'yes') in English)
-#: ../tuxpaint.c:14672
+#: ../tuxpaint.c:14673
msgid "Yes"
msgstr "হোয়"
-#: ../tuxpaint.c:14676
+#: ../tuxpaint.c:14677
msgid "No"
msgstr "নত্তে"
#. Prompt to ask whether user wishes to save over old version of their file
-#: ../tuxpaint.c:15948
+#: ../tuxpaint.c:15949
msgid "Replace the picture with your changes?"
msgstr "লাই অদু অদোমগী অহোংবা অদুনা মহুৎ শিন্দোক্কদ্রা?"
#. Positive response to saving over old version
#. (like a 'File:Save' action in other applications)
-#: ../tuxpaint.c:15952
+#: ../tuxpaint.c:15953
msgid "Yes, replace the old one!"
msgstr "হোয়, অরিবা অদু মহুৎ শিন্দোকউ!"
#. Negative response to saving over old version (saves a new image)
#. (like a 'File:Save As...' action in other applications)
-#: ../tuxpaint.c:15956
+#: ../tuxpaint.c:15957
msgid "No, save a new file!"
msgstr "নত্তে, অনৌবা ফাইল অমা সেভ তৌরো!"
-#: ../tuxpaint.c:17224
+#: ../tuxpaint.c:17225
msgid ""
"Choose a picture and then click “Open”, “Export”, “Template“, or “Erase”. "
"Click “Slides” to create a slideshow animation or “Back“ to return to your "
"current picture."
msgstr ""
-#: ../tuxpaint.c:17226
+#: ../tuxpaint.c:17227
msgid ""
"Choose a picture and then click “Open”, “Export”, or “Erase”. Click “Slides” "
"to create a slideshow animation or “Back“ to return to your current picture."
@@ -1481,71 +1481,71 @@ msgstr ""
#. None selected? Too dangerous to automatically select all (like we do for slideshow playback).
#. Only 1 selected? No point in saving as GIF.
#.
-#: ../tuxpaint.c:18895
+#: ../tuxpaint.c:18896
msgid "Select 2 or more drawings to turn into an animated GIF."
msgstr ""
#. Descriptions (names) of the color mixer tool's primary colors and shades
-#: ../tuxpaint.c:25112
+#: ../tuxpaint.c:25113
msgid "red"
msgstr ""
-#: ../tuxpaint.c:25113
+#: ../tuxpaint.c:25114
#, fuzzy
#| msgid "Yellow!"
msgid "yellow"
msgstr "হঙ্গাম্পাল মচু!"
-#: ../tuxpaint.c:25114
+#: ../tuxpaint.c:25115
#, fuzzy
#| msgid "Sky blue!"
msgid "blue"
msgstr "অতিয়া মচু!"
-#: ../tuxpaint.c:25115
+#: ../tuxpaint.c:25116
#, fuzzy
#| msgid "White!"
msgid "white"
msgstr "অঙৌবা!"
-#: ../tuxpaint.c:25116
+#: ../tuxpaint.c:25117
msgid "grey"
msgstr ""
-#: ../tuxpaint.c:25117
+#: ../tuxpaint.c:25118
#, fuzzy
#| msgid "Black!"
msgid "black"
msgstr "অমুবা!"
#. 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:25122
+#: ../tuxpaint.c:25123
#, c-format
msgid "Your color is %1$s %2$s."
msgstr ""
-#: ../tuxpaint.c:25123
+#: ../tuxpaint.c:25124
#, c-format
msgid "Your color is %1$s %2$s and %3$s %4$s."
msgstr ""
-#: ../tuxpaint.c:25124
+#: ../tuxpaint.c:25125
#, c-format
msgid "Your color is %1$s %2$s, %3$s %4$s, and %5$s %6$s."
msgstr ""
-#: ../tuxpaint.c:25125
+#: ../tuxpaint.c:25126
#, c-format
msgid "Your color is %1$s %2$s, %3$s %4$s, %5$s %6$s, and %7$s %8$s."
msgstr ""
-#: ../tuxpaint.c:25126
+#: ../tuxpaint.c:25127
#, 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 ""
-#: ../tuxpaint.c:25127
+#: ../tuxpaint.c:25128
#, c-format
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 "
@@ -1553,22 +1553,22 @@ msgid ""
msgstr ""
#. Color mixer; e.g., "Your color is entirely grey."
-#: ../tuxpaint.c:25907 ../tuxpaint.c:25912
+#: ../tuxpaint.c:25908 ../tuxpaint.c:25913
msgid "entirely"
msgstr ""
#. Add "Color Select" color:
-#: ../tuxpaint.c:29087
+#: ../tuxpaint.c:29089
msgid "Select a color from your drawing."
msgstr ""
-#: ../tuxpaint.c:29098
+#: ../tuxpaint.c:29100
msgid ""
"Pick a color. Hues go top to bottom. Saturation/intensity goes left (pale) "
"to right (pure). Value (lightness/darkness): grey bar."
msgstr ""
-#: ../tuxpaint.c:29112
+#: ../tuxpaint.c:29114
msgid ""
"Click the primary colors (red, yellow, and blue), white (to tint), grey (to "
"tone), and black (to shade), to mix together a new color."
@@ -2599,8 +2599,9 @@ msgstr ""
#: ../../magic/src/polyfill.c:32
msgid ""
-"Click multiple times in your picture to create a filled polygon. Click your "
-"starting position to complete the shape."
+"Click multiple times in your picture to create a filled polygon. You may "
+"drag control points to alter the shape. Click the first point to complete "
+"the shape."
msgstr ""
#: ../../magic/src/puzzle.c:112
diff --git a/src/po/mni@meiteimayek.po b/src/po/mni@meiteimayek.po
index 984efe7e8..78be2e31a 100644
--- a/src/po/mni@meiteimayek.po
+++ b/src/po/mni@meiteimayek.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2024-04-08 23:25-0700\n"
+"POT-Creation-Date: 2024-04-12 09:23-0700\n"
"PO-Revision-Date: 2011-10-07 15:05+0530\n"
"Last-Translator: Hidam Dolen \n"
"Language-Team: LANGUAGE \n"
@@ -973,7 +973,7 @@ msgstr "ꯑꯅꯧꯕ"
#. Open a saved picture
#. Buttons for the file open dialog
#. Open dialog: 'Open' button, to load the selected picture
-#: ../tools.h:97 ../tuxpaint.c:9697
+#: ../tools.h:97 ../tuxpaint.c:9698
msgid "Open"
msgstr "ꯍꯥꯡꯗꯣꯛꯄ"
@@ -1386,90 +1386,90 @@ msgid "Please wait…"
msgstr "ꯉꯥꯏꯍꯥꯛꯇꯪ ꯉꯥꯏꯕꯤꯌꯨ…"
#. Open dialog: 'Erase' button, to erase/deleted the selected picture
-#: ../tuxpaint.c:9700
+#: ../tuxpaint.c:9701
msgid "Erase"
msgstr "ꯃꯨꯠꯊꯠꯂꯣ"
#. Open dialog: 'Slides' button, to switch to slide show mode
-#: ../tuxpaint.c:9703
+#: ../tuxpaint.c:9704
msgid "Slides"
msgstr "ꯁꯥꯏꯗꯁꯤꯡ"
#. Open dialog: 'Template' button, to make a template out of a drawing
-#: ../tuxpaint.c:9706
+#: ../tuxpaint.c:9707
msgid "Template"
msgstr ""
#. Open dialog: 'Export' button, to copy an image to an easily-accessible location
-#: ../tuxpaint.c:9709
+#: ../tuxpaint.c:9710
msgid "Export"
msgstr ""
#. Open dialog: 'Back' button, to dismiss Open dialog without opening a picture
-#: ../tuxpaint.c:9712
+#: ../tuxpaint.c:9713
msgid "Back"
msgstr "ꯃꯇꯨꯡ"
#. Slideshow: 'Play' button, to begin a slideshow sequence
-#: ../tuxpaint.c:9715
+#: ../tuxpaint.c:9716
msgid "Play"
msgstr "ꯄ꯭ꯂꯦ"
#. Slideshow: 'GIF Export' button, to create an animated GIF
-#: ../tuxpaint.c:9718
+#: ../tuxpaint.c:9719
msgid "GIF Export"
msgstr ""
#. Slideshow: 'Next' button, to load next slide (image)
-#: ../tuxpaint.c:9721
+#: ../tuxpaint.c:9722
msgid "Next"
msgstr "ꯃꯊꯪ"
#. Color mixer dialog: 'Clear' button, to reset the mixed color
-#: ../tuxpaint.c:9724
+#: ../tuxpaint.c:9725
msgid "Clear"
msgstr ""
#. Use the localized label string (e.g., "あぁ" in Japanese)
-#: ../tuxpaint.c:10659 ../tuxpaint.c:10662 ../tuxpaint.c:10663
+#: ../tuxpaint.c:10660 ../tuxpaint.c:10663 ../tuxpaint.c:10664
msgid "Aa"
msgstr "Aa"
#. Admittedly stupid way of determining which keys can be used for
#. positive and negative responses in dialogs (e.g., [Y] (for 'yes') in English)
-#: ../tuxpaint.c:14672
+#: ../tuxpaint.c:14673
msgid "Yes"
msgstr "ꯍꯣꯌ"
-#: ../tuxpaint.c:14676
+#: ../tuxpaint.c:14677
msgid "No"
msgstr "ꯅꯠꯇꯦ"
#. Prompt to ask whether user wishes to save over old version of their file
-#: ../tuxpaint.c:15948
+#: ../tuxpaint.c:15949
msgid "Replace the picture with your changes?"
msgstr "ꯂꯥꯏ ꯑꯗꯨ ꯑꯗꯣꯝꯒꯤ ꯑꯍꯣꯡꯕ ꯑꯗꯨꯅ ꯃꯍꯨꯠ ꯁꯤꯟꯗꯣꯛꯀꯗ꯭ꯔꯥ?"
#. Positive response to saving over old version
#. (like a 'File:Save' action in other applications)
-#: ../tuxpaint.c:15952
+#: ../tuxpaint.c:15953
msgid "Yes, replace the old one!"
msgstr "ꯍꯣꯌ, ꯑꯔꯤꯕ ꯑꯗꯨ ꯃꯍꯨꯠ ꯁꯤꯟꯗꯣꯛꯎ!"
#. Negative response to saving over old version (saves a new image)
#. (like a 'File:Save As...' action in other applications)
-#: ../tuxpaint.c:15956
+#: ../tuxpaint.c:15957
msgid "No, save a new file!"
msgstr "ꯅꯠꯇꯦ, ꯑꯅꯧꯕ ꯐꯥꯏꯜ ꯑꯃ ꯁꯦꯚ ꯇꯧꯔꯣ!"
-#: ../tuxpaint.c:17224
+#: ../tuxpaint.c:17225
msgid ""
"Choose a picture and then click “Open”, “Export”, “Template“, or “Erase”. "
"Click “Slides” to create a slideshow animation or “Back“ to return to your "
"current picture."
msgstr ""
-#: ../tuxpaint.c:17226
+#: ../tuxpaint.c:17227
msgid ""
"Choose a picture and then click “Open”, “Export”, or “Erase”. Click “Slides” "
"to create a slideshow animation or “Back“ to return to your current picture."
@@ -1478,71 +1478,71 @@ msgstr ""
#. None selected? Too dangerous to automatically select all (like we do for slideshow playback).
#. Only 1 selected? No point in saving as GIF.
#.
-#: ../tuxpaint.c:18895
+#: ../tuxpaint.c:18896
msgid "Select 2 or more drawings to turn into an animated GIF."
msgstr ""
#. Descriptions (names) of the color mixer tool's primary colors and shades
-#: ../tuxpaint.c:25112
+#: ../tuxpaint.c:25113
msgid "red"
msgstr ""
-#: ../tuxpaint.c:25113
+#: ../tuxpaint.c:25114
#, fuzzy
#| msgid "Yellow!"
msgid "yellow"
msgstr "ꯍꯪꯒꯥꯝꯄꯥꯜ ꯃꯆꯨ!"
-#: ../tuxpaint.c:25114
+#: ../tuxpaint.c:25115
#, fuzzy
#| msgid "Sky blue!"
msgid "blue"
msgstr "ꯑꯇꯤꯌꯥ ꯃꯆꯨ!"
-#: ../tuxpaint.c:25115
+#: ../tuxpaint.c:25116
#, fuzzy
#| msgid "White!"
msgid "white"
msgstr "ꯑꯉꯧꯕ!"
-#: ../tuxpaint.c:25116
+#: ../tuxpaint.c:25117
msgid "grey"
msgstr ""
-#: ../tuxpaint.c:25117
+#: ../tuxpaint.c:25118
#, fuzzy
#| msgid "Black!"
msgid "black"
msgstr "ꯑꯃꯨꯕ!"
#. 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:25122
+#: ../tuxpaint.c:25123
#, c-format
msgid "Your color is %1$s %2$s."
msgstr ""
-#: ../tuxpaint.c:25123
+#: ../tuxpaint.c:25124
#, c-format
msgid "Your color is %1$s %2$s and %3$s %4$s."
msgstr ""
-#: ../tuxpaint.c:25124
+#: ../tuxpaint.c:25125
#, c-format
msgid "Your color is %1$s %2$s, %3$s %4$s, and %5$s %6$s."
msgstr ""
-#: ../tuxpaint.c:25125
+#: ../tuxpaint.c:25126
#, c-format
msgid "Your color is %1$s %2$s, %3$s %4$s, %5$s %6$s, and %7$s %8$s."
msgstr ""
-#: ../tuxpaint.c:25126
+#: ../tuxpaint.c:25127
#, 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 ""
-#: ../tuxpaint.c:25127
+#: ../tuxpaint.c:25128
#, c-format
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 "
@@ -1550,22 +1550,22 @@ msgid ""
msgstr ""
#. Color mixer; e.g., "Your color is entirely grey."
-#: ../tuxpaint.c:25907 ../tuxpaint.c:25912
+#: ../tuxpaint.c:25908 ../tuxpaint.c:25913
msgid "entirely"
msgstr ""
#. Add "Color Select" color:
-#: ../tuxpaint.c:29087
+#: ../tuxpaint.c:29089
msgid "Select a color from your drawing."
msgstr ""
-#: ../tuxpaint.c:29098
+#: ../tuxpaint.c:29100
msgid ""
"Pick a color. Hues go top to bottom. Saturation/intensity goes left (pale) "
"to right (pure). Value (lightness/darkness): grey bar."
msgstr ""
-#: ../tuxpaint.c:29112
+#: ../tuxpaint.c:29114
msgid ""
"Click the primary colors (red, yellow, and blue), white (to tint), grey (to "
"tone), and black (to shade), to mix together a new color."
@@ -2590,8 +2590,9 @@ msgstr ""
#: ../../magic/src/polyfill.c:32
msgid ""
-"Click multiple times in your picture to create a filled polygon. Click your "
-"starting position to complete the shape."
+"Click multiple times in your picture to create a filled polygon. You may "
+"drag control points to alter the shape. Click the first point to complete "
+"the shape."
msgstr ""
#: ../../magic/src/puzzle.c:112
diff --git a/src/po/mr.po b/src/po/mr.po
index e42e4d85e..577ea6304 100644
--- a/src/po/mr.po
+++ b/src/po/mr.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: tuxpaint 0.9.21c\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2024-04-08 23:25-0700\n"
+"POT-Creation-Date: 2024-04-12 09:23-0700\n"
"PO-Revision-Date: 2013-03-28 12:11+0530\n"
"Last-Translator: Santosh Jankiram Kshetre \n"
"Language-Team: Marathi\n"
@@ -974,7 +974,7 @@ msgstr "नया कागद"
#. Open a saved picture
#. Buttons for the file open dialog
#. Open dialog: 'Open' button, to load the selected picture
-#: ../tools.h:97 ../tuxpaint.c:9697
+#: ../tools.h:97 ../tuxpaint.c:9698
msgid "Open"
msgstr "दाखव (जुने चित्र दाखव )"
@@ -1396,67 +1396,67 @@ msgid "Please wait…"
msgstr "कृपया प्रतीक्षा करा..."
#. Open dialog: 'Erase' button, to erase/deleted the selected picture
-#: ../tuxpaint.c:9700
+#: ../tuxpaint.c:9701
msgid "Erase"
msgstr "मिटवा किंवा पुसुन टाका."
#. Open dialog: 'Slides' button, to switch to slide show mode
-#: ../tuxpaint.c:9703
+#: ../tuxpaint.c:9704
msgid "Slides"
msgstr "स्लाइड"
#. Open dialog: 'Template' button, to make a template out of a drawing
-#: ../tuxpaint.c:9706
+#: ../tuxpaint.c:9707
msgid "Template"
msgstr ""
#. Open dialog: 'Export' button, to copy an image to an easily-accessible location
-#: ../tuxpaint.c:9709
+#: ../tuxpaint.c:9710
msgid "Export"
msgstr ""
#. Open dialog: 'Back' button, to dismiss Open dialog without opening a picture
-#: ../tuxpaint.c:9712
+#: ../tuxpaint.c:9713
msgid "Back"
msgstr "मागे जा."
#. Slideshow: 'Play' button, to begin a slideshow sequence
-#: ../tuxpaint.c:9715
+#: ../tuxpaint.c:9716
msgid "Play"
msgstr "्चालु करा."
#. Slideshow: 'GIF Export' button, to create an animated GIF
-#: ../tuxpaint.c:9718
+#: ../tuxpaint.c:9719
msgid "GIF Export"
msgstr ""
#. Slideshow: 'Next' button, to load next slide (image)
-#: ../tuxpaint.c:9721
+#: ../tuxpaint.c:9722
msgid "Next"
msgstr "पुढे जा."
#. Color mixer dialog: 'Clear' button, to reset the mixed color
-#: ../tuxpaint.c:9724
+#: ../tuxpaint.c:9725
msgid "Clear"
msgstr ""
#. Use the localized label string (e.g., "あぁ" in Japanese)
-#: ../tuxpaint.c:10659 ../tuxpaint.c:10662 ../tuxpaint.c:10663
+#: ../tuxpaint.c:10660 ../tuxpaint.c:10663 ../tuxpaint.c:10664
msgid "Aa"
msgstr "आ"
#. Admittedly stupid way of determining which keys can be used for
#. positive and negative responses in dialogs (e.g., [Y] (for 'yes') in English)
-#: ../tuxpaint.c:14672
+#: ../tuxpaint.c:14673
msgid "Yes"
msgstr "हो"
-#: ../tuxpaint.c:14676
+#: ../tuxpaint.c:14677
msgid "No"
msgstr "नाही"
#. Prompt to ask whether user wishes to save over old version of their file
-#: ../tuxpaint.c:15948
+#: ../tuxpaint.c:15949
msgid "Replace the picture with your changes?"
msgstr ""
"जुन्हा फाईलमध्ये नविन बद्द्ल केलेली फाईल टाकु का ? लक्षात ठेवा जुन्या फाईलची माहिती नष्ट "
@@ -1464,24 +1464,24 @@ msgstr ""
#. Positive response to saving over old version
#. (like a 'File:Save' action in other applications)
-#: ../tuxpaint.c:15952
+#: ../tuxpaint.c:15953
msgid "Yes, replace the old one!"
msgstr "हो, जुन्या फाईल मध्ये बद्द्ल करा ! "
#. Negative response to saving over old version (saves a new image)
#. (like a 'File:Save As...' action in other applications)
-#: ../tuxpaint.c:15956
+#: ../tuxpaint.c:15957
msgid "No, save a new file!"
msgstr "नाही, नवीन फाईल मध्ये चित्र साठ्वुन ठेवा. "
-#: ../tuxpaint.c:17224
+#: ../tuxpaint.c:17225
msgid ""
"Choose a picture and then click “Open”, “Export”, “Template“, or “Erase”. "
"Click “Slides” to create a slideshow animation or “Back“ to return to your "
"current picture."
msgstr ""
-#: ../tuxpaint.c:17226
+#: ../tuxpaint.c:17227
msgid ""
"Choose a picture and then click “Open”, “Export”, or “Erase”. Click “Slides” "
"to create a slideshow animation or “Back“ to return to your current picture."
@@ -1490,71 +1490,71 @@ msgstr ""
#. None selected? Too dangerous to automatically select all (like we do for slideshow playback).
#. Only 1 selected? No point in saving as GIF.
#.
-#: ../tuxpaint.c:18895
+#: ../tuxpaint.c:18896
msgid "Select 2 or more drawings to turn into an animated GIF."
msgstr ""
#. Descriptions (names) of the color mixer tool's primary colors and shades
-#: ../tuxpaint.c:25112
+#: ../tuxpaint.c:25113
msgid "red"
msgstr ""
-#: ../tuxpaint.c:25113
+#: ../tuxpaint.c:25114
#, fuzzy
#| msgid "Yellow!"
msgid "yellow"
msgstr "पीवळा"
-#: ../tuxpaint.c:25114
+#: ../tuxpaint.c:25115
#, fuzzy
#| msgid "Sky blue!"
msgid "blue"
msgstr "आकाशी किंवा निळसर रंगाची छटा "
-#: ../tuxpaint.c:25115
+#: ../tuxpaint.c:25116
#, fuzzy
#| msgid "White!"
msgid "white"
msgstr "पांढरा किंवा श्वेत "
-#: ../tuxpaint.c:25116
+#: ../tuxpaint.c:25117
msgid "grey"
msgstr ""
-#: ../tuxpaint.c:25117
+#: ../tuxpaint.c:25118
#, fuzzy
#| msgid "Black!"
msgid "black"
msgstr "काळा"
#. 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:25122
+#: ../tuxpaint.c:25123
#, c-format
msgid "Your color is %1$s %2$s."
msgstr ""
-#: ../tuxpaint.c:25123
+#: ../tuxpaint.c:25124
#, c-format
msgid "Your color is %1$s %2$s and %3$s %4$s."
msgstr ""
-#: ../tuxpaint.c:25124
+#: ../tuxpaint.c:25125
#, c-format
msgid "Your color is %1$s %2$s, %3$s %4$s, and %5$s %6$s."
msgstr ""
-#: ../tuxpaint.c:25125
+#: ../tuxpaint.c:25126
#, c-format
msgid "Your color is %1$s %2$s, %3$s %4$s, %5$s %6$s, and %7$s %8$s."
msgstr ""
-#: ../tuxpaint.c:25126
+#: ../tuxpaint.c:25127
#, 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 ""
-#: ../tuxpaint.c:25127
+#: ../tuxpaint.c:25128
#, c-format
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 "
@@ -1562,22 +1562,22 @@ msgid ""
msgstr ""
#. Color mixer; e.g., "Your color is entirely grey."
-#: ../tuxpaint.c:25907 ../tuxpaint.c:25912
+#: ../tuxpaint.c:25908 ../tuxpaint.c:25913
msgid "entirely"
msgstr ""
#. Add "Color Select" color:
-#: ../tuxpaint.c:29087
+#: ../tuxpaint.c:29089
msgid "Select a color from your drawing."
msgstr ""
-#: ../tuxpaint.c:29098
+#: ../tuxpaint.c:29100
msgid ""
"Pick a color. Hues go top to bottom. Saturation/intensity goes left (pale) "
"to right (pure). Value (lightness/darkness): grey bar."
msgstr ""
-#: ../tuxpaint.c:29112
+#: ../tuxpaint.c:29114
msgid ""
"Click the primary colors (red, yellow, and blue), white (to tint), grey (to "
"tone), and black (to shade), to mix together a new color."
@@ -2620,8 +2620,9 @@ msgstr ""
#: ../../magic/src/polyfill.c:32
msgid ""
-"Click multiple times in your picture to create a filled polygon. Click your "
-"starting position to complete the shape."
+"Click multiple times in your picture to create a filled polygon. You may "
+"drag control points to alter the shape. Click the first point to complete "
+"the shape."
msgstr ""
#: ../../magic/src/puzzle.c:112
diff --git a/src/po/ms.po b/src/po/ms.po
index a5ed62087..f504ff449 100644
--- a/src/po/ms.po
+++ b/src/po/ms.po
@@ -10,7 +10,7 @@ msgid ""
msgstr ""
"Project-Id-Version: tuxpaint\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2024-04-08 23:25-0700\n"
+"POT-Creation-Date: 2024-04-12 09:23-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/"
@@ -985,7 +985,7 @@ msgstr "Baru"
#. Open a saved picture
#. Buttons for the file open dialog
#. Open dialog: 'Open' button, to load the selected picture
-#: ../tools.h:97 ../tuxpaint.c:9697
+#: ../tools.h:97 ../tuxpaint.c:9698
msgid "Open"
msgstr "Buka"
@@ -1376,90 +1376,90 @@ msgid "Please wait…"
msgstr "Tunggu sebentar..."
#. Open dialog: 'Erase' button, to erase/deleted the selected picture
-#: ../tuxpaint.c:9700
+#: ../tuxpaint.c:9701
msgid "Erase"
msgstr "Padam"
#. Open dialog: 'Slides' button, to switch to slide show mode
-#: ../tuxpaint.c:9703
+#: ../tuxpaint.c:9704
msgid "Slides"
msgstr "Slaid"
#. Open dialog: 'Template' button, to make a template out of a drawing
-#: ../tuxpaint.c:9706
+#: ../tuxpaint.c:9707
msgid "Template"
msgstr ""
#. Open dialog: 'Export' button, to copy an image to an easily-accessible location
-#: ../tuxpaint.c:9709
+#: ../tuxpaint.c:9710
msgid "Export"
msgstr ""
#. Open dialog: 'Back' button, to dismiss Open dialog without opening a picture
-#: ../tuxpaint.c:9712
+#: ../tuxpaint.c:9713
msgid "Back"
msgstr "Undur"
#. Slideshow: 'Play' button, to begin a slideshow sequence
-#: ../tuxpaint.c:9715
+#: ../tuxpaint.c:9716
msgid "Play"
msgstr "Main"
#. Slideshow: 'GIF Export' button, to create an animated GIF
-#: ../tuxpaint.c:9718
+#: ../tuxpaint.c:9719
msgid "GIF Export"
msgstr ""
#. Slideshow: 'Next' button, to load next slide (image)
-#: ../tuxpaint.c:9721
+#: ../tuxpaint.c:9722
msgid "Next"
msgstr "Berikutnya"
#. Color mixer dialog: 'Clear' button, to reset the mixed color
-#: ../tuxpaint.c:9724
+#: ../tuxpaint.c:9725
msgid "Clear"
msgstr ""
#. Use the localized label string (e.g., "あぁ" in Japanese)
-#: ../tuxpaint.c:10659 ../tuxpaint.c:10662 ../tuxpaint.c:10663
+#: ../tuxpaint.c:10660 ../tuxpaint.c:10663 ../tuxpaint.c:10664
msgid "Aa"
msgstr "Aa"
#. Admittedly stupid way of determining which keys can be used for
#. positive and negative responses in dialogs (e.g., [Y] (for 'yes') in English)
-#: ../tuxpaint.c:14672
+#: ../tuxpaint.c:14673
msgid "Yes"
msgstr "Ya"
-#: ../tuxpaint.c:14676
+#: ../tuxpaint.c:14677
msgid "No"
msgstr "Tidak"
#. Prompt to ask whether user wishes to save over old version of their file
-#: ../tuxpaint.c:15948
+#: ../tuxpaint.c:15949
msgid "Replace the picture with your changes?"
msgstr "Ganti gambar dengan perubahan yang anda buat?"
#. Positive response to saving over old version
#. (like a 'File:Save' action in other applications)
-#: ../tuxpaint.c:15952
+#: ../tuxpaint.c:15953
msgid "Yes, replace the old one!"
msgstr "Ya, ganti dengan yang lama!"
#. Negative response to saving over old version (saves a new image)
#. (like a 'File:Save As...' action in other applications)
-#: ../tuxpaint.c:15956
+#: ../tuxpaint.c:15957
msgid "No, save a new file!"
msgstr "Tidak, simpan fail baharu!"
-#: ../tuxpaint.c:17224
+#: ../tuxpaint.c:17225
msgid ""
"Choose a picture and then click “Open”, “Export”, “Template“, or “Erase”. "
"Click “Slides” to create a slideshow animation or “Back“ to return to your "
"current picture."
msgstr ""
-#: ../tuxpaint.c:17226
+#: ../tuxpaint.c:17227
msgid ""
"Choose a picture and then click “Open”, “Export”, or “Erase”. Click “Slides” "
"to create a slideshow animation or “Back“ to return to your current picture."
@@ -1468,71 +1468,71 @@ msgstr ""
#. None selected? Too dangerous to automatically select all (like we do for slideshow playback).
#. Only 1 selected? No point in saving as GIF.
#.
-#: ../tuxpaint.c:18895
+#: ../tuxpaint.c:18896
msgid "Select 2 or more drawings to turn into an animated GIF."
msgstr ""
#. Descriptions (names) of the color mixer tool's primary colors and shades
-#: ../tuxpaint.c:25112
+#: ../tuxpaint.c:25113
msgid "red"
msgstr ""
-#: ../tuxpaint.c:25113
+#: ../tuxpaint.c:25114
#, fuzzy
#| msgid "Yellow!"
msgid "yellow"
msgstr "Kuning!"
-#: ../tuxpaint.c:25114
+#: ../tuxpaint.c:25115
#, fuzzy
#| msgid "Sky blue!"
msgid "blue"
msgstr "Biru langit!"
-#: ../tuxpaint.c:25115
+#: ../tuxpaint.c:25116
#, fuzzy
#| msgid "White!"
msgid "white"
msgstr "Putih!"
-#: ../tuxpaint.c:25116
+#: ../tuxpaint.c:25117
msgid "grey"
msgstr ""
-#: ../tuxpaint.c:25117
+#: ../tuxpaint.c:25118
#, fuzzy
#| msgid "Black!"
msgid "black"
msgstr "Hitam!"
#. 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:25122
+#: ../tuxpaint.c:25123
#, c-format
msgid "Your color is %1$s %2$s."
msgstr ""
-#: ../tuxpaint.c:25123
+#: ../tuxpaint.c:25124
#, c-format
msgid "Your color is %1$s %2$s and %3$s %4$s."
msgstr ""
-#: ../tuxpaint.c:25124
+#: ../tuxpaint.c:25125
#, c-format
msgid "Your color is %1$s %2$s, %3$s %4$s, and %5$s %6$s."
msgstr ""
-#: ../tuxpaint.c:25125
+#: ../tuxpaint.c:25126
#, c-format
msgid "Your color is %1$s %2$s, %3$s %4$s, %5$s %6$s, and %7$s %8$s."
msgstr ""
-#: ../tuxpaint.c:25126
+#: ../tuxpaint.c:25127
#, 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 ""
-#: ../tuxpaint.c:25127
+#: ../tuxpaint.c:25128
#, c-format
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 "
@@ -1540,22 +1540,22 @@ msgid ""
msgstr ""
#. Color mixer; e.g., "Your color is entirely grey."
-#: ../tuxpaint.c:25907 ../tuxpaint.c:25912
+#: ../tuxpaint.c:25908 ../tuxpaint.c:25913
msgid "entirely"
msgstr ""
#. Add "Color Select" color:
-#: ../tuxpaint.c:29087
+#: ../tuxpaint.c:29089
msgid "Select a color from your drawing."
msgstr ""
-#: ../tuxpaint.c:29098
+#: ../tuxpaint.c:29100
msgid ""
"Pick a color. Hues go top to bottom. Saturation/intensity goes left (pale) "
"to right (pure). Value (lightness/darkness): grey bar."
msgstr ""
-#: ../tuxpaint.c:29112
+#: ../tuxpaint.c:29114
msgid ""
"Click the primary colors (red, yellow, and blue), white (to tint), grey (to "
"tone), and black (to shade), to mix together a new color."
@@ -2591,8 +2591,9 @@ msgstr ""
#: ../../magic/src/polyfill.c:32
msgid ""
-"Click multiple times in your picture to create a filled polygon. Click your "
-"starting position to complete the shape."
+"Click multiple times in your picture to create a filled polygon. You may "
+"drag control points to alter the shape. Click the first point to complete "
+"the shape."
msgstr ""
#: ../../magic/src/puzzle.c:112
diff --git a/src/po/nb.po b/src/po/nb.po
index 8e2f3d2ec..c006a9164 100644
--- a/src/po/nb.po
+++ b/src/po/nb.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: nb\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2024-04-08 23:25-0700\n"
+"POT-Creation-Date: 2024-04-12 09:23-0700\n"
"PO-Revision-Date: 2021-06-28 19:40+0200\n"
"Last-Translator: Karl Ove Hufthammer \n"
"Language-Team: Norwegian Bokmål \n"
@@ -980,7 +980,7 @@ msgstr "Ny"
#. Open a saved picture
#. Buttons for the file open dialog
#. Open dialog: 'Open' button, to load the selected picture
-#: ../tools.h:97 ../tuxpaint.c:9697
+#: ../tools.h:97 ../tuxpaint.c:9698
msgid "Open"
msgstr "Åpne"
@@ -1385,90 +1385,90 @@ msgid "Please wait…"
msgstr "Vent litt …"
#. Open dialog: 'Erase' button, to erase/deleted the selected picture
-#: ../tuxpaint.c:9700
+#: ../tuxpaint.c:9701
msgid "Erase"
msgstr "Slett"
#. Open dialog: 'Slides' button, to switch to slide show mode
-#: ../tuxpaint.c:9703
+#: ../tuxpaint.c:9704
msgid "Slides"
msgstr "Lysbilder"
#. Open dialog: 'Template' button, to make a template out of a drawing
-#: ../tuxpaint.c:9706
+#: ../tuxpaint.c:9707
msgid "Template"
msgstr ""
#. Open dialog: 'Export' button, to copy an image to an easily-accessible location
-#: ../tuxpaint.c:9709
+#: ../tuxpaint.c:9710
msgid "Export"
msgstr "Eksporter"
#. Open dialog: 'Back' button, to dismiss Open dialog without opening a picture
-#: ../tuxpaint.c:9712
+#: ../tuxpaint.c:9713
msgid "Back"
msgstr "Tilbake"
#. Slideshow: 'Play' button, to begin a slideshow sequence
-#: ../tuxpaint.c:9715
+#: ../tuxpaint.c:9716
msgid "Play"
msgstr "Kjør"
#. Slideshow: 'GIF Export' button, to create an animated GIF
-#: ../tuxpaint.c:9718
+#: ../tuxpaint.c:9719
msgid "GIF Export"
msgstr "GIF-eksport"
#. Slideshow: 'Next' button, to load next slide (image)
-#: ../tuxpaint.c:9721
+#: ../tuxpaint.c:9722
msgid "Next"
msgstr "Neste"
#. Color mixer dialog: 'Clear' button, to reset the mixed color
-#: ../tuxpaint.c:9724
+#: ../tuxpaint.c:9725
msgid "Clear"
msgstr ""
#. Use the localized label string (e.g., "あぁ" in Japanese)
-#: ../tuxpaint.c:10659 ../tuxpaint.c:10662 ../tuxpaint.c:10663
+#: ../tuxpaint.c:10660 ../tuxpaint.c:10663 ../tuxpaint.c:10664
msgid "Aa"
msgstr "Aa"
#. Admittedly stupid way of determining which keys can be used for
#. positive and negative responses in dialogs (e.g., [Y] (for 'yes') in English)
-#: ../tuxpaint.c:14672
+#: ../tuxpaint.c:14673
msgid "Yes"
msgstr "Ja!"
-#: ../tuxpaint.c:14676
+#: ../tuxpaint.c:14677
msgid "No"
msgstr "Nei!"
#. Prompt to ask whether user wishes to save over old version of their file
-#: ../tuxpaint.c:15948
+#: ../tuxpaint.c:15949
msgid "Replace the picture with your changes?"
msgstr "Vil du bytte ut den gamle tegningen med den nye?"
#. Positive response to saving over old version
#. (like a 'File:Save' action in other applications)
-#: ../tuxpaint.c:15952
+#: ../tuxpaint.c:15953
msgid "Yes, replace the old one!"
msgstr "Ja, bytt ut den gamle!"
#. Negative response to saving over old version (saves a new image)
#. (like a 'File:Save As...' action in other applications)
-#: ../tuxpaint.c:15956
+#: ../tuxpaint.c:15957
msgid "No, save a new file!"
msgstr "Nei, lagre som en ny tegning!"
-#: ../tuxpaint.c:17224
+#: ../tuxpaint.c:17225
msgid ""
"Choose a picture and then click “Open”, “Export”, “Template“, or “Erase”. "
"Click “Slides” to create a slideshow animation or “Back“ to return to your "
"current picture."
msgstr ""
-#: ../tuxpaint.c:17226
+#: ../tuxpaint.c:17227
msgid ""
"Choose a picture and then click “Open”, “Export”, or “Erase”. Click “Slides” "
"to create a slideshow animation or “Back“ to return to your current picture."
@@ -1477,72 +1477,72 @@ msgstr ""
#. None selected? Too dangerous to automatically select all (like we do for slideshow playback).
#. Only 1 selected? No point in saving as GIF.
#.
-#: ../tuxpaint.c:18895
+#: ../tuxpaint.c:18896
msgid "Select 2 or more drawings to turn into an animated GIF."
msgstr ""
"Velg to eller flere tegninger for å gjøre de om til en animert GIF-bildefil."
#. Descriptions (names) of the color mixer tool's primary colors and shades
-#: ../tuxpaint.c:25112
+#: ../tuxpaint.c:25113
msgid "red"
msgstr ""
-#: ../tuxpaint.c:25113
+#: ../tuxpaint.c:25114
#, fuzzy
#| msgid "Yellow!"
msgid "yellow"
msgstr "Gul!"
-#: ../tuxpaint.c:25114
+#: ../tuxpaint.c:25115
#, fuzzy
#| msgid "Sky blue!"
msgid "blue"
msgstr "Lyseblå!"
-#: ../tuxpaint.c:25115
+#: ../tuxpaint.c:25116
#, fuzzy
#| msgid "White!"
msgid "white"
msgstr "Hvit!"
-#: ../tuxpaint.c:25116
+#: ../tuxpaint.c:25117
msgid "grey"
msgstr ""
-#: ../tuxpaint.c:25117
+#: ../tuxpaint.c:25118
#, fuzzy
#| msgid "Black!"
msgid "black"
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:25122
+#: ../tuxpaint.c:25123
#, c-format
msgid "Your color is %1$s %2$s."
msgstr ""
-#: ../tuxpaint.c:25123
+#: ../tuxpaint.c:25124
#, c-format
msgid "Your color is %1$s %2$s and %3$s %4$s."
msgstr ""
-#: ../tuxpaint.c:25124
+#: ../tuxpaint.c:25125
#, c-format
msgid "Your color is %1$s %2$s, %3$s %4$s, and %5$s %6$s."
msgstr ""
-#: ../tuxpaint.c:25125
+#: ../tuxpaint.c:25126
#, c-format
msgid "Your color is %1$s %2$s, %3$s %4$s, %5$s %6$s, and %7$s %8$s."
msgstr ""
-#: ../tuxpaint.c:25126
+#: ../tuxpaint.c:25127
#, 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 ""
-#: ../tuxpaint.c:25127
+#: ../tuxpaint.c:25128
#, c-format
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 "
@@ -1550,22 +1550,22 @@ msgid ""
msgstr ""
#. Color mixer; e.g., "Your color is entirely grey."
-#: ../tuxpaint.c:25907 ../tuxpaint.c:25912
+#: ../tuxpaint.c:25908 ../tuxpaint.c:25913
msgid "entirely"
msgstr ""
#. Add "Color Select" color:
-#: ../tuxpaint.c:29087
+#: ../tuxpaint.c:29089
msgid "Select a color from your drawing."
msgstr "Velg en farge fra tegningen."
-#: ../tuxpaint.c:29098
+#: ../tuxpaint.c:29100
msgid ""
"Pick a color. Hues go top to bottom. Saturation/intensity goes left (pale) "
"to right (pure). Value (lightness/darkness): grey bar."
msgstr ""
-#: ../tuxpaint.c:29112
+#: ../tuxpaint.c:29114
msgid ""
"Click the primary colors (red, yellow, and blue), white (to tint), grey (to "
"tone), and black (to shade), to mix together a new color."
@@ -2577,8 +2577,9 @@ msgstr ""
#: ../../magic/src/polyfill.c:32
msgid ""
-"Click multiple times in your picture to create a filled polygon. Click your "
-"starting position to complete the shape."
+"Click multiple times in your picture to create a filled polygon. You may "
+"drag control points to alter the shape. Click the first point to complete "
+"the shape."
msgstr ""
#: ../../magic/src/puzzle.c:112
diff --git a/src/po/ne.po b/src/po/ne.po
index 5e469346f..202a0aba8 100644
--- a/src/po/ne.po
+++ b/src/po/ne.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: tuxpaint\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2024-04-08 23:25-0700\n"
+"POT-Creation-Date: 2024-04-12 09:23-0700\n"
"PO-Revision-Date: 2014-06-09 08:08+0530\n"
"Last-Translator: Khagen Sarma \n"
"Language-Team: none\n"
@@ -974,7 +974,7 @@ msgstr "नयाँ"
#. Open a saved picture
#. Buttons for the file open dialog
#. Open dialog: 'Open' button, to load the selected picture
-#: ../tools.h:97 ../tuxpaint.c:9697
+#: ../tools.h:97 ../tuxpaint.c:9698
msgid "Open"
msgstr "खोल्नुहोस्"
@@ -1389,90 +1389,90 @@ msgid "Please wait…"
msgstr "कृपया पर्खनुहोस्......"
#. Open dialog: 'Erase' button, to erase/deleted the selected picture
-#: ../tuxpaint.c:9700
+#: ../tuxpaint.c:9701
msgid "Erase"
msgstr "मेटाउनुहोस्"
#. Open dialog: 'Slides' button, to switch to slide show mode
-#: ../tuxpaint.c:9703
+#: ../tuxpaint.c:9704
msgid "Slides"
msgstr "स्लाइडहरू"
#. Open dialog: 'Template' button, to make a template out of a drawing
-#: ../tuxpaint.c:9706
+#: ../tuxpaint.c:9707
msgid "Template"
msgstr ""
#. Open dialog: 'Export' button, to copy an image to an easily-accessible location
-#: ../tuxpaint.c:9709
+#: ../tuxpaint.c:9710
msgid "Export"
msgstr ""
#. Open dialog: 'Back' button, to dismiss Open dialog without opening a picture
-#: ../tuxpaint.c:9712
+#: ../tuxpaint.c:9713
msgid "Back"
msgstr "पछि"
#. Slideshow: 'Play' button, to begin a slideshow sequence
-#: ../tuxpaint.c:9715
+#: ../tuxpaint.c:9716
msgid "Play"
msgstr "प्ले गर्नुहोस्"
#. Slideshow: 'GIF Export' button, to create an animated GIF
-#: ../tuxpaint.c:9718
+#: ../tuxpaint.c:9719
msgid "GIF Export"
msgstr ""
#. Slideshow: 'Next' button, to load next slide (image)
-#: ../tuxpaint.c:9721
+#: ../tuxpaint.c:9722
msgid "Next"
msgstr "अघिल्लो"
#. Color mixer dialog: 'Clear' button, to reset the mixed color
-#: ../tuxpaint.c:9724
+#: ../tuxpaint.c:9725
msgid "Clear"
msgstr ""
#. Use the localized label string (e.g., "あぁ" in Japanese)
-#: ../tuxpaint.c:10659 ../tuxpaint.c:10662 ../tuxpaint.c:10663
+#: ../tuxpaint.c:10660 ../tuxpaint.c:10663 ../tuxpaint.c:10664
msgid "Aa"
msgstr "Aa"
#. Admittedly stupid way of determining which keys can be used for
#. positive and negative responses in dialogs (e.g., [Y] (for 'yes') in English)
-#: ../tuxpaint.c:14672
+#: ../tuxpaint.c:14673
msgid "Yes"
msgstr "ज्यू"
-#: ../tuxpaint.c:14676
+#: ../tuxpaint.c:14677
msgid "No"
msgstr "होइन"
#. Prompt to ask whether user wishes to save over old version of their file
-#: ../tuxpaint.c:15948
+#: ../tuxpaint.c:15949
msgid "Replace the picture with your changes?"
msgstr "तपाईँको प्रतिस्थापन चित्र परिवर्तन गर्नू?"
#. Positive response to saving over old version
#. (like a 'File:Save' action in other applications)
-#: ../tuxpaint.c:15952
+#: ../tuxpaint.c:15953
msgid "Yes, replace the old one!"
msgstr "ज्यू, पुरानोलाई प्रतिस्थापन गर्नुहोस्!"
#. Negative response to saving over old version (saves a new image)
#. (like a 'File:Save As...' action in other applications)
-#: ../tuxpaint.c:15956
+#: ../tuxpaint.c:15957
msgid "No, save a new file!"
msgstr "होइन, एउटा नयाँ फाइल संरक्षण गर्नुहोस्!"
-#: ../tuxpaint.c:17224
+#: ../tuxpaint.c:17225
msgid ""
"Choose a picture and then click “Open”, “Export”, “Template“, or “Erase”. "
"Click “Slides” to create a slideshow animation or “Back“ to return to your "
"current picture."
msgstr ""
-#: ../tuxpaint.c:17226
+#: ../tuxpaint.c:17227
msgid ""
"Choose a picture and then click “Open”, “Export”, or “Erase”. Click “Slides” "
"to create a slideshow animation or “Back“ to return to your current picture."
@@ -1481,71 +1481,71 @@ msgstr ""
#. None selected? Too dangerous to automatically select all (like we do for slideshow playback).
#. Only 1 selected? No point in saving as GIF.
#.
-#: ../tuxpaint.c:18895
+#: ../tuxpaint.c:18896
msgid "Select 2 or more drawings to turn into an animated GIF."
msgstr ""
#. Descriptions (names) of the color mixer tool's primary colors and shades
-#: ../tuxpaint.c:25112
+#: ../tuxpaint.c:25113
msgid "red"
msgstr ""
-#: ../tuxpaint.c:25113
+#: ../tuxpaint.c:25114
#, fuzzy
#| msgid "Yellow!"
msgid "yellow"
msgstr "पँहेलो!"
-#: ../tuxpaint.c:25114
+#: ../tuxpaint.c:25115
#, fuzzy
#| msgid "Sky blue!"
msgid "blue"
msgstr "आकासे निलो!"
-#: ../tuxpaint.c:25115
+#: ../tuxpaint.c:25116
#, fuzzy
#| msgid "White!"
msgid "white"
msgstr "सेतो!"
-#: ../tuxpaint.c:25116
+#: ../tuxpaint.c:25117
msgid "grey"
msgstr ""
-#: ../tuxpaint.c:25117
+#: ../tuxpaint.c:25118
#, fuzzy
#| msgid "Black!"
msgid "black"
msgstr "कालो!"
#. 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:25122
+#: ../tuxpaint.c:25123
#, c-format
msgid "Your color is %1$s %2$s."
msgstr ""
-#: ../tuxpaint.c:25123
+#: ../tuxpaint.c:25124
#, c-format
msgid "Your color is %1$s %2$s and %3$s %4$s."
msgstr ""
-#: ../tuxpaint.c:25124
+#: ../tuxpaint.c:25125
#, c-format
msgid "Your color is %1$s %2$s, %3$s %4$s, and %5$s %6$s."
msgstr ""
-#: ../tuxpaint.c:25125
+#: ../tuxpaint.c:25126
#, c-format
msgid "Your color is %1$s %2$s, %3$s %4$s, %5$s %6$s, and %7$s %8$s."
msgstr ""
-#: ../tuxpaint.c:25126
+#: ../tuxpaint.c:25127
#, 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 ""
-#: ../tuxpaint.c:25127
+#: ../tuxpaint.c:25128
#, c-format
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 "
@@ -1553,22 +1553,22 @@ msgid ""
msgstr ""
#. Color mixer; e.g., "Your color is entirely grey."
-#: ../tuxpaint.c:25907 ../tuxpaint.c:25912
+#: ../tuxpaint.c:25908 ../tuxpaint.c:25913
msgid "entirely"
msgstr ""
#. Add "Color Select" color:
-#: ../tuxpaint.c:29087
+#: ../tuxpaint.c:29089
msgid "Select a color from your drawing."
msgstr ""
-#: ../tuxpaint.c:29098
+#: ../tuxpaint.c:29100
msgid ""
"Pick a color. Hues go top to bottom. Saturation/intensity goes left (pale) "
"to right (pure). Value (lightness/darkness): grey bar."
msgstr ""
-#: ../tuxpaint.c:29112
+#: ../tuxpaint.c:29114
msgid ""
"Click the primary colors (red, yellow, and blue), white (to tint), grey (to "
"tone), and black (to shade), to mix together a new color."
@@ -2618,8 +2618,9 @@ msgstr ""
#: ../../magic/src/polyfill.c:32
msgid ""
-"Click multiple times in your picture to create a filled polygon. Click your "
-"starting position to complete the shape."
+"Click multiple times in your picture to create a filled polygon. You may "
+"drag control points to alter the shape. Click the first point to complete "
+"the shape."
msgstr ""
#: ../../magic/src/puzzle.c:112
diff --git a/src/po/nl.po b/src/po/nl.po
index 38e755869..be2963749 100644
--- a/src/po/nl.po
+++ b/src/po/nl.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: tuxpaint\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2024-04-08 23:25-0700\n"
+"POT-Creation-Date: 2024-04-12 09:23-0700\n"
"PO-Revision-Date: 2023-03-30 14:41+0200\n"
"Last-Translator: Willem Heppe \n"
"Language-Team: Dutch \n"
@@ -1066,7 +1066,7 @@ msgstr "Nieuw"
#. Open a saved picture
#. Buttons for the file open dialog
#. Open dialog: 'Open' button, to load the selected picture
-#: ../tools.h:97 ../tuxpaint.c:9697
+#: ../tools.h:97 ../tuxpaint.c:9698
msgid "Open"
msgstr "Openen"
@@ -1488,90 +1488,90 @@ msgid "Please wait…"
msgstr "Even geduld…"
#. Open dialog: 'Erase' button, to erase/deleted the selected picture
-#: ../tuxpaint.c:9700
+#: ../tuxpaint.c:9701
msgid "Erase"
msgstr "Uitgommen"
#. Open dialog: 'Slides' button, to switch to slide show mode
-#: ../tuxpaint.c:9703
+#: ../tuxpaint.c:9704
msgid "Slides"
msgstr "Dia's"
#. Open dialog: 'Template' button, to make a template out of a drawing
-#: ../tuxpaint.c:9706
+#: ../tuxpaint.c:9707
msgid "Template"
msgstr ""
#. Open dialog: 'Export' button, to copy an image to an easily-accessible location
-#: ../tuxpaint.c:9709
+#: ../tuxpaint.c:9710
msgid "Export"
msgstr "Export"
#. Open dialog: 'Back' button, to dismiss Open dialog without opening a picture
-#: ../tuxpaint.c:9712
+#: ../tuxpaint.c:9713
msgid "Back"
msgstr "Terug"
#. Slideshow: 'Play' button, to begin a slideshow sequence
-#: ../tuxpaint.c:9715
+#: ../tuxpaint.c:9716
msgid "Play"
msgstr "Afspelen"
#. Slideshow: 'GIF Export' button, to create an animated GIF
-#: ../tuxpaint.c:9718
+#: ../tuxpaint.c:9719
msgid "GIF Export"
msgstr "GIF Export"
#. Slideshow: 'Next' button, to load next slide (image)
-#: ../tuxpaint.c:9721
+#: ../tuxpaint.c:9722
msgid "Next"
msgstr "Volgende"
#. Color mixer dialog: 'Clear' button, to reset the mixed color
-#: ../tuxpaint.c:9724
+#: ../tuxpaint.c:9725
msgid "Clear"
msgstr "Wissen"
#. Use the localized label string (e.g., "あぁ" in Japanese)
-#: ../tuxpaint.c:10659 ../tuxpaint.c:10662 ../tuxpaint.c:10663
+#: ../tuxpaint.c:10660 ../tuxpaint.c:10663 ../tuxpaint.c:10664
msgid "Aa"
msgstr "Aa"
#. Admittedly stupid way of determining which keys can be used for
#. positive and negative responses in dialogs (e.g., [Y] (for 'yes') in English)
-#: ../tuxpaint.c:14672
+#: ../tuxpaint.c:14673
msgid "Yes"
msgstr "Ja"
-#: ../tuxpaint.c:14676
+#: ../tuxpaint.c:14677
msgid "No"
msgstr "Nee"
#. Prompt to ask whether user wishes to save over old version of their file
-#: ../tuxpaint.c:15948
+#: ../tuxpaint.c:15949
msgid "Replace the picture with your changes?"
msgstr "De tekening vervangen met de wijzigingen?"
#. Positive response to saving over old version
#. (like a 'File:Save' action in other applications)
-#: ../tuxpaint.c:15952
+#: ../tuxpaint.c:15953
msgid "Yes, replace the old one!"
msgstr "Ja, vervang de oude!"
#. Negative response to saving over old version (saves a new image)
#. (like a 'File:Save As...' action in other applications)
-#: ../tuxpaint.c:15956
+#: ../tuxpaint.c:15957
msgid "No, save a new file!"
msgstr "Nee, opslaan in een nieuw bestand!"
-#: ../tuxpaint.c:17224
+#: ../tuxpaint.c:17225
msgid ""
"Choose a picture and then click “Open”, “Export”, “Template“, or “Erase”. "
"Click “Slides” to create a slideshow animation or “Back“ to return to your "
"current picture."
msgstr ""
-#: ../tuxpaint.c:17226
+#: ../tuxpaint.c:17227
msgid ""
"Choose a picture and then click “Open”, “Export”, or “Erase”. Click “Slides” "
"to create a slideshow animation or “Back“ to return to your current picture."
@@ -1580,63 +1580,63 @@ msgstr ""
#. None selected? Too dangerous to automatically select all (like we do for slideshow playback).
#. Only 1 selected? No point in saving as GIF.
#.
-#: ../tuxpaint.c:18895
+#: ../tuxpaint.c:18896
msgid "Select 2 or more drawings to turn into an animated GIF."
msgstr "Kies 2 of meer tekeningen om in een geanimeerde GIF te veranderen."
#. Descriptions (names) of the color mixer tool's primary colors and shades
-#: ../tuxpaint.c:25112
+#: ../tuxpaint.c:25113
msgid "red"
msgstr "rood"
-#: ../tuxpaint.c:25113
+#: ../tuxpaint.c:25114
msgid "yellow"
msgstr "geel"
-#: ../tuxpaint.c:25114
+#: ../tuxpaint.c:25115
msgid "blue"
msgstr "blauw"
-#: ../tuxpaint.c:25115
+#: ../tuxpaint.c:25116
msgid "white"
msgstr "wit"
-#: ../tuxpaint.c:25116
+#: ../tuxpaint.c:25117
msgid "grey"
msgstr "grijs"
-#: ../tuxpaint.c:25117
+#: ../tuxpaint.c:25118
msgid "black"
msgstr "zwart"
#. 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:25122
+#: ../tuxpaint.c:25123
#, c-format
msgid "Your color is %1$s %2$s."
msgstr "Je kleur is %1$s %2$s."
-#: ../tuxpaint.c:25123
+#: ../tuxpaint.c:25124
#, c-format
msgid "Your color is %1$s %2$s and %3$s %4$s."
msgstr "Je kleur is %1$s %2$s en %3$s %4$s."
-#: ../tuxpaint.c:25124
+#: ../tuxpaint.c:25125
#, c-format
msgid "Your color is %1$s %2$s, %3$s %4$s, and %5$s %6$s."
msgstr "Je kleur is %1$s %2$s, %3$s %4$s en %5$s %6$s."
-#: ../tuxpaint.c:25125
+#: ../tuxpaint.c:25126
#, c-format
msgid "Your color is %1$s %2$s, %3$s %4$s, %5$s %6$s, and %7$s %8$s."
msgstr "Je kleur is %1$s %2$s, %3$s %4$s, %5$s %6$s en %7$s %8$s."
-#: ../tuxpaint.c:25126
+#: ../tuxpaint.c:25127
#, 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 "Je kleur is %1$s %2$s, %3$s %4$s, %5$s %6$s, %7$s %8$s en %9$s %10$s."
-#: ../tuxpaint.c:25127
+#: ../tuxpaint.c:25128
#, c-format
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 "
@@ -1646,16 +1646,16 @@ msgstr ""
"%12$s."
#. Color mixer; e.g., "Your color is entirely grey."
-#: ../tuxpaint.c:25907 ../tuxpaint.c:25912
+#: ../tuxpaint.c:25908 ../tuxpaint.c:25913
msgid "entirely"
msgstr "geheel"
#. Add "Color Select" color:
-#: ../tuxpaint.c:29087
+#: ../tuxpaint.c:29089
msgid "Select a color from your drawing."
msgstr "Kies een kleur uit je tekening."
-#: ../tuxpaint.c:29098
+#: ../tuxpaint.c:29100
msgid ""
"Pick a color. Hues go top to bottom. Saturation/intensity goes left (pale) "
"to right (pure). Value (lightness/darkness): grey bar."
@@ -1664,7 +1664,7 @@ msgstr ""
"gaat van links (bleek) naar rechts (puur). Waarde (helderheid/donkerte): "
"grijze balk."
-#: ../tuxpaint.c:29112
+#: ../tuxpaint.c:29114
msgid ""
"Click the primary colors (red, yellow, and blue), white (to tint), grey (to "
"tone), and black (to shade), to mix together a new color."
@@ -2588,8 +2588,9 @@ msgstr ""
#: ../../magic/src/polyfill.c:32
msgid ""
-"Click multiple times in your picture to create a filled polygon. Click your "
-"starting position to complete the shape."
+"Click multiple times in your picture to create a filled polygon. You may "
+"drag control points to alter the shape. Click the first point to complete "
+"the shape."
msgstr ""
#: ../../magic/src/puzzle.c:112
diff --git a/src/po/nn.po b/src/po/nn.po
index a520f10fb..309ea50c5 100644
--- a/src/po/nn.po
+++ b/src/po/nn.po
@@ -5,7 +5,7 @@ msgid ""
msgstr ""
"Project-Id-Version: nn\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2024-04-08 23:25-0700\n"
+"POT-Creation-Date: 2024-04-12 09:23-0700\n"
"PO-Revision-Date: 2023-06-29 21:03+0200\n"
"Last-Translator: Karl Ove Hufthammer \n"
"Language-Team: Norwegian Nynorsk \n"
@@ -1061,7 +1061,7 @@ msgstr "Ny"
#. Open a saved picture
#. Buttons for the file open dialog
#. Open dialog: 'Open' button, to load the selected picture
-#: ../tools.h:97 ../tuxpaint.c:9697
+#: ../tools.h:97 ../tuxpaint.c:9698
msgid "Open"
msgstr "Opna"
@@ -1482,83 +1482,83 @@ msgid "Please wait…"
msgstr "Vent litt …"
#. Open dialog: 'Erase' button, to erase/deleted the selected picture
-#: ../tuxpaint.c:9700
+#: ../tuxpaint.c:9701
msgid "Erase"
msgstr "Slett"
#. Open dialog: 'Slides' button, to switch to slide show mode
-#: ../tuxpaint.c:9703
+#: ../tuxpaint.c:9704
msgid "Slides"
msgstr "Lysbilete"
#. Open dialog: 'Template' button, to make a template out of a drawing
-#: ../tuxpaint.c:9706
+#: ../tuxpaint.c:9707
msgid "Template"
msgstr "Mal"
#. Open dialog: 'Export' button, to copy an image to an easily-accessible location
-#: ../tuxpaint.c:9709
+#: ../tuxpaint.c:9710
msgid "Export"
msgstr "Eksporter"
#. Open dialog: 'Back' button, to dismiss Open dialog without opening a picture
-#: ../tuxpaint.c:9712
+#: ../tuxpaint.c:9713
msgid "Back"
msgstr "Tilbake"
#. Slideshow: 'Play' button, to begin a slideshow sequence
-#: ../tuxpaint.c:9715
+#: ../tuxpaint.c:9716
msgid "Play"
msgstr "Køyr"
#. Slideshow: 'GIF Export' button, to create an animated GIF
-#: ../tuxpaint.c:9718
+#: ../tuxpaint.c:9719
msgid "GIF Export"
msgstr "GIF-eksport"
#. Slideshow: 'Next' button, to load next slide (image)
-#: ../tuxpaint.c:9721
+#: ../tuxpaint.c:9722
msgid "Next"
msgstr "Neste"
#. Color mixer dialog: 'Clear' button, to reset the mixed color
-#: ../tuxpaint.c:9724
+#: ../tuxpaint.c:9725
msgid "Clear"
msgstr "Tøm"
#. Use the localized label string (e.g., "あぁ" in Japanese)
-#: ../tuxpaint.c:10659 ../tuxpaint.c:10662 ../tuxpaint.c:10663
+#: ../tuxpaint.c:10660 ../tuxpaint.c:10663 ../tuxpaint.c:10664
msgid "Aa"
msgstr "Aa"
#. Admittedly stupid way of determining which keys can be used for
#. positive and negative responses in dialogs (e.g., [Y] (for 'yes') in English)
-#: ../tuxpaint.c:14672
+#: ../tuxpaint.c:14673
msgid "Yes"
msgstr "Ja!"
-#: ../tuxpaint.c:14676
+#: ../tuxpaint.c:14677
msgid "No"
msgstr "Nei!"
#. Prompt to ask whether user wishes to save over old version of their file
-#: ../tuxpaint.c:15948
+#: ../tuxpaint.c:15949
msgid "Replace the picture with your changes?"
msgstr "Vil du byta ut den gamle teikninga med den nye?"
#. Positive response to saving over old version
#. (like a 'File:Save' action in other applications)
-#: ../tuxpaint.c:15952
+#: ../tuxpaint.c:15953
msgid "Yes, replace the old one!"
msgstr "Ja, byt ut den gamle!"
#. Negative response to saving over old version (saves a new image)
#. (like a 'File:Save As...' action in other applications)
-#: ../tuxpaint.c:15956
+#: ../tuxpaint.c:15957
msgid "No, save a new file!"
msgstr "Nei, lagra som ei ny teikning!"
-#: ../tuxpaint.c:17224
+#: ../tuxpaint.c:17225
msgid ""
"Choose a picture and then click “Open”, “Export”, “Template“, or “Erase”. "
"Click “Slides” to create a slideshow animation or “Back“ to return to your "
@@ -1568,7 +1568,7 @@ msgstr ""
"Vel «Lysbilete» for å laga ein lysbiletepresentasjon» eller «Tilbake» for å "
"gå tilbake til teikninga."
-#: ../tuxpaint.c:17226
+#: ../tuxpaint.c:17227
msgid ""
"Choose a picture and then click “Open”, “Export”, or “Erase”. Click “Slides” "
"to create a slideshow animation or “Back“ to return to your current picture."
@@ -1580,65 +1580,65 @@ msgstr ""
#. None selected? Too dangerous to automatically select all (like we do for slideshow playback).
#. Only 1 selected? No point in saving as GIF.
#.
-#: ../tuxpaint.c:18895
+#: ../tuxpaint.c:18896
msgid "Select 2 or more drawings to turn into an animated GIF."
msgstr ""
"Vel to eller fleire teikningar for å gjera dei om til ei animert GIF-"
"biletfil."
#. Descriptions (names) of the color mixer tool's primary colors and shades
-#: ../tuxpaint.c:25112
+#: ../tuxpaint.c:25113
msgid "red"
msgstr "raud"
-#: ../tuxpaint.c:25113
+#: ../tuxpaint.c:25114
msgid "yellow"
msgstr "gul"
-#: ../tuxpaint.c:25114
+#: ../tuxpaint.c:25115
msgid "blue"
msgstr "blå"
-#: ../tuxpaint.c:25115
+#: ../tuxpaint.c:25116
msgid "white"
msgstr "kvit"
-#: ../tuxpaint.c:25116
+#: ../tuxpaint.c:25117
msgid "grey"
msgstr "grå"
-#: ../tuxpaint.c:25117
+#: ../tuxpaint.c:25118
msgid "black"
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:25122
+#: ../tuxpaint.c:25123
#, c-format
msgid "Your color is %1$s %2$s."
msgstr "Fargen er %1$s %2$s."
-#: ../tuxpaint.c:25123
+#: ../tuxpaint.c:25124
#, c-format
msgid "Your color is %1$s %2$s and %3$s %4$s."
msgstr "Fargen er %1$s %2$s og %3$s %4$s."
-#: ../tuxpaint.c:25124
+#: ../tuxpaint.c:25125
#, c-format
msgid "Your color is %1$s %2$s, %3$s %4$s, and %5$s %6$s."
msgstr "Fargen er %1$s %2$s, %3$s %4$s og %5$s %6$s."
-#: ../tuxpaint.c:25125
+#: ../tuxpaint.c:25126
#, c-format
msgid "Your color is %1$s %2$s, %3$s %4$s, %5$s %6$s, and %7$s %8$s."
msgstr "Fargen er %1$s %2$s, %3$s %4$s, %5$s %6$s og %7$s %8$s."
-#: ../tuxpaint.c:25126
+#: ../tuxpaint.c:25127
#, 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 "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:25127
+#: ../tuxpaint.c:25128
#, c-format
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 "
@@ -1648,16 +1648,16 @@ msgstr ""
"%12$s."
#. Color mixer; e.g., "Your color is entirely grey."
-#: ../tuxpaint.c:25907 ../tuxpaint.c:25912
+#: ../tuxpaint.c:25908 ../tuxpaint.c:25913
msgid "entirely"
msgstr "heilt"
#. Add "Color Select" color:
-#: ../tuxpaint.c:29087
+#: ../tuxpaint.c:29089
msgid "Select a color from your drawing."
msgstr "Vel ein farge frå teikninga."
-#: ../tuxpaint.c:29098
+#: ../tuxpaint.c:29100
msgid ""
"Pick a color. Hues go top to bottom. Saturation/intensity goes left (pale) "
"to right (pure). Value (lightness/darkness): grey bar."
@@ -1666,7 +1666,7 @@ msgstr ""
"endrar seg frå bleik (til venstre) til fargesterk (til høgre). Lysstyrke "
"(lys/mørk): grå stolpe."
-#: ../tuxpaint.c:29112
+#: ../tuxpaint.c:29114
msgid ""
"Click the primary colors (red, yellow, and blue), white (to tint), grey (to "
"tone), and black (to shade), to mix together a new color."
@@ -2609,8 +2609,9 @@ msgstr ""
#: ../../magic/src/polyfill.c:32
msgid ""
-"Click multiple times in your picture to create a filled polygon. Click your "
-"starting position to complete the shape."
+"Click multiple times in your picture to create a filled polygon. You may "
+"drag control points to alter the shape. Click the first point to complete "
+"the shape."
msgstr ""
#: ../../magic/src/puzzle.c:112
diff --git a/src/po/nr.po b/src/po/nr.po
index 2922d663d..b5eb9b960 100644
--- a/src/po/nr.po
+++ b/src/po/nr.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2024-04-08 23:25-0700\n"
+"POT-Creation-Date: 2024-04-12 09:23-0700\n"
"PO-Revision-Date: 2006-10-09 20:32+0200\n"
"Last-Translator: Vincent Mahlangu \n"
"Language-Team: LANGUAGE \n"
@@ -979,7 +979,7 @@ msgstr "Etjha"
#. Open a saved picture
#. Buttons for the file open dialog
#. Open dialog: 'Open' button, to load the selected picture
-#: ../tools.h:97 ../tuxpaint.c:9697
+#: ../tools.h:97 ../tuxpaint.c:9698
msgid "Open"
msgstr "Vula"
@@ -1395,90 +1395,90 @@ msgid "Please wait…"
msgstr "Ngibawa ujame..."
#. Open dialog: 'Erase' button, to erase/deleted the selected picture
-#: ../tuxpaint.c:9700
+#: ../tuxpaint.c:9701
msgid "Erase"
msgstr "Sula"
#. Open dialog: 'Slides' button, to switch to slide show mode
-#: ../tuxpaint.c:9703
+#: ../tuxpaint.c:9704
msgid "Slides"
msgstr "Amaslayidi"
#. Open dialog: 'Template' button, to make a template out of a drawing
-#: ../tuxpaint.c:9706
+#: ../tuxpaint.c:9707
msgid "Template"
msgstr ""
#. Open dialog: 'Export' button, to copy an image to an easily-accessible location
-#: ../tuxpaint.c:9709
+#: ../tuxpaint.c:9710
msgid "Export"
msgstr ""
#. Open dialog: 'Back' button, to dismiss Open dialog without opening a picture
-#: ../tuxpaint.c:9712
+#: ../tuxpaint.c:9713
msgid "Back"
msgstr "Emuva"
#. Slideshow: 'Play' button, to begin a slideshow sequence
-#: ../tuxpaint.c:9715
+#: ../tuxpaint.c:9716
msgid "Play"
msgstr "Dlala"
#. Slideshow: 'GIF Export' button, to create an animated GIF
-#: ../tuxpaint.c:9718
+#: ../tuxpaint.c:9719
msgid "GIF Export"
msgstr ""
#. Slideshow: 'Next' button, to load next slide (image)
-#: ../tuxpaint.c:9721
+#: ../tuxpaint.c:9722
msgid "Next"
msgstr "Okulandelako"
#. Color mixer dialog: 'Clear' button, to reset the mixed color
-#: ../tuxpaint.c:9724
+#: ../tuxpaint.c:9725
msgid "Clear"
msgstr ""
#. Use the localized label string (e.g., "あぁ" in Japanese)
-#: ../tuxpaint.c:10659 ../tuxpaint.c:10662 ../tuxpaint.c:10663
+#: ../tuxpaint.c:10660 ../tuxpaint.c:10663 ../tuxpaint.c:10664
msgid "Aa"
msgstr "Aa"
#. Admittedly stupid way of determining which keys can be used for
#. positive and negative responses in dialogs (e.g., [Y] (for 'yes') in English)
-#: ../tuxpaint.c:14672
+#: ../tuxpaint.c:14673
msgid "Yes"
msgstr "Iye"
-#: ../tuxpaint.c:14676
+#: ../tuxpaint.c:14677
msgid "No"
msgstr "Awa"
#. Prompt to ask whether user wishes to save over old version of their file
-#: ../tuxpaint.c:15948
+#: ../tuxpaint.c:15949
msgid "Replace the picture with your changes?"
msgstr "Ujamiselela isithombe sakho ngamatjhugululo owenzileko na?"
#. Positive response to saving over old version
#. (like a 'File:Save' action in other applications)
-#: ../tuxpaint.c:15952
+#: ../tuxpaint.c:15953
msgid "Yes, replace the old one!"
msgstr "Iye, jamiselela sakade!"
#. Negative response to saving over old version (saves a new image)
#. (like a 'File:Save As...' action in other applications)
-#: ../tuxpaint.c:15956
+#: ../tuxpaint.c:15957
msgid "No, save a new file!"
msgstr "Awa, bulunga ifayili etjha!"
-#: ../tuxpaint.c:17224
+#: ../tuxpaint.c:17225
msgid ""
"Choose a picture and then click “Open”, “Export”, “Template“, or “Erase”. "
"Click “Slides” to create a slideshow animation or “Back“ to return to your "
"current picture."
msgstr ""
-#: ../tuxpaint.c:17226
+#: ../tuxpaint.c:17227
msgid ""
"Choose a picture and then click “Open”, “Export”, or “Erase”. Click “Slides” "
"to create a slideshow animation or “Back“ to return to your current picture."
@@ -1487,71 +1487,71 @@ msgstr ""
#. None selected? Too dangerous to automatically select all (like we do for slideshow playback).
#. Only 1 selected? No point in saving as GIF.
#.
-#: ../tuxpaint.c:18895
+#: ../tuxpaint.c:18896
msgid "Select 2 or more drawings to turn into an animated GIF."
msgstr ""
#. Descriptions (names) of the color mixer tool's primary colors and shades
-#: ../tuxpaint.c:25112
+#: ../tuxpaint.c:25113
msgid "red"
msgstr ""
-#: ../tuxpaint.c:25113
+#: ../tuxpaint.c:25114
#, fuzzy
#| msgid "Yellow!"
msgid "yellow"
msgstr "Surulani!"
-#: ../tuxpaint.c:25114
+#: ../tuxpaint.c:25115
#, fuzzy
#| msgid "Sky blue!"
msgid "blue"
msgstr "Hlaza kwesibhakabhaka!"
-#: ../tuxpaint.c:25115
+#: ../tuxpaint.c:25116
#, fuzzy
#| msgid "White!"
msgid "white"
msgstr "Mhlophe!"
-#: ../tuxpaint.c:25116
+#: ../tuxpaint.c:25117
msgid "grey"
msgstr ""
-#: ../tuxpaint.c:25117
+#: ../tuxpaint.c:25118
#, fuzzy
#| msgid "Black!"
msgid "black"
msgstr "Nzima!"
#. 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:25122
+#: ../tuxpaint.c:25123
#, c-format
msgid "Your color is %1$s %2$s."
msgstr ""
-#: ../tuxpaint.c:25123
+#: ../tuxpaint.c:25124
#, c-format
msgid "Your color is %1$s %2$s and %3$s %4$s."
msgstr ""
-#: ../tuxpaint.c:25124
+#: ../tuxpaint.c:25125
#, c-format
msgid "Your color is %1$s %2$s, %3$s %4$s, and %5$s %6$s."
msgstr ""
-#: ../tuxpaint.c:25125
+#: ../tuxpaint.c:25126
#, c-format
msgid "Your color is %1$s %2$s, %3$s %4$s, %5$s %6$s, and %7$s %8$s."
msgstr ""
-#: ../tuxpaint.c:25126
+#: ../tuxpaint.c:25127
#, 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 ""
-#: ../tuxpaint.c:25127
+#: ../tuxpaint.c:25128
#, c-format
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 "
@@ -1559,22 +1559,22 @@ msgid ""
msgstr ""
#. Color mixer; e.g., "Your color is entirely grey."
-#: ../tuxpaint.c:25907 ../tuxpaint.c:25912
+#: ../tuxpaint.c:25908 ../tuxpaint.c:25913
msgid "entirely"
msgstr ""
#. Add "Color Select" color:
-#: ../tuxpaint.c:29087
+#: ../tuxpaint.c:29089
msgid "Select a color from your drawing."
msgstr ""
-#: ../tuxpaint.c:29098
+#: ../tuxpaint.c:29100
msgid ""
"Pick a color. Hues go top to bottom. Saturation/intensity goes left (pale) "
"to right (pure). Value (lightness/darkness): grey bar."
msgstr ""
-#: ../tuxpaint.c:29112
+#: ../tuxpaint.c:29114
msgid ""
"Click the primary colors (red, yellow, and blue), white (to tint), grey (to "
"tone), and black (to shade), to mix together a new color."
@@ -2600,8 +2600,9 @@ msgstr ""
#: ../../magic/src/polyfill.c:32
msgid ""
-"Click multiple times in your picture to create a filled polygon. Click your "
-"starting position to complete the shape."
+"Click multiple times in your picture to create a filled polygon. You may "
+"drag control points to alter the shape. Click the first point to complete "
+"the shape."
msgstr ""
#: ../../magic/src/puzzle.c:112
diff --git a/src/po/nso.po b/src/po/nso.po
index 82e7b205b..c4f519ddc 100644
--- a/src/po/nso.po
+++ b/src/po/nso.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2024-04-08 23:25-0700\n"
+"POT-Creation-Date: 2024-04-12 09:23-0700\n"
"PO-Revision-Date: 2010-10-04 17:44+0200\n"
"Last-Translator: Pheledi \n"
"Language-Team: LANGUAGE \n"
@@ -980,7 +980,7 @@ msgstr "Mpsha"
#. Open a saved picture
#. Buttons for the file open dialog
#. Open dialog: 'Open' button, to load the selected picture
-#: ../tools.h:97 ../tuxpaint.c:9697
+#: ../tools.h:97 ../tuxpaint.c:9698
msgid "Open"
msgstr "Bula"
@@ -1396,90 +1396,90 @@ msgid "Please wait…"
msgstr "Hle leta…"
#. Open dialog: 'Erase' button, to erase/deleted the selected picture
-#: ../tuxpaint.c:9700
+#: ../tuxpaint.c:9701
msgid "Erase"
msgstr "Phumola"
#. Open dialog: 'Slides' button, to switch to slide show mode
-#: ../tuxpaint.c:9703
+#: ../tuxpaint.c:9704
msgid "Slides"
msgstr "Diselaete"
#. Open dialog: 'Template' button, to make a template out of a drawing
-#: ../tuxpaint.c:9706
+#: ../tuxpaint.c:9707
msgid "Template"
msgstr ""
#. Open dialog: 'Export' button, to copy an image to an easily-accessible location
-#: ../tuxpaint.c:9709
+#: ../tuxpaint.c:9710
msgid "Export"
msgstr ""
#. Open dialog: 'Back' button, to dismiss Open dialog without opening a picture
-#: ../tuxpaint.c:9712
+#: ../tuxpaint.c:9713
msgid "Back"
msgstr "Morago"
#. Slideshow: 'Play' button, to begin a slideshow sequence
-#: ../tuxpaint.c:9715
+#: ../tuxpaint.c:9716
msgid "Play"
msgstr "Bapala"
#. Slideshow: 'GIF Export' button, to create an animated GIF
-#: ../tuxpaint.c:9718
+#: ../tuxpaint.c:9719
msgid "GIF Export"
msgstr ""
#. Slideshow: 'Next' button, to load next slide (image)
-#: ../tuxpaint.c:9721
+#: ../tuxpaint.c:9722
msgid "Next"
msgstr "Latelago"
#. Color mixer dialog: 'Clear' button, to reset the mixed color
-#: ../tuxpaint.c:9724
+#: ../tuxpaint.c:9725
msgid "Clear"
msgstr ""
#. Use the localized label string (e.g., "あぁ" in Japanese)
-#: ../tuxpaint.c:10659 ../tuxpaint.c:10662 ../tuxpaint.c:10663
+#: ../tuxpaint.c:10660 ../tuxpaint.c:10663 ../tuxpaint.c:10664
msgid "Aa"
msgstr "Aa"
#. Admittedly stupid way of determining which keys can be used for
#. positive and negative responses in dialogs (e.g., [Y] (for 'yes') in English)
-#: ../tuxpaint.c:14672
+#: ../tuxpaint.c:14673
msgid "Yes"
msgstr "Ee"
-#: ../tuxpaint.c:14676
+#: ../tuxpaint.c:14677
msgid "No"
msgstr "Aowa"
#. Prompt to ask whether user wishes to save over old version of their file
-#: ../tuxpaint.c:15948
+#: ../tuxpaint.c:15949
msgid "Replace the picture with your changes?"
msgstr "Tšeela seswantšho legato ka diphetošo tša gago?"
#. Positive response to saving over old version
#. (like a 'File:Save' action in other applications)
-#: ../tuxpaint.c:15952
+#: ../tuxpaint.c:15953
msgid "Yes, replace the old one!"
msgstr "Ee, tšeela sa kgale legato!"
#. Negative response to saving over old version (saves a new image)
#. (like a 'File:Save As...' action in other applications)
-#: ../tuxpaint.c:15956
+#: ../tuxpaint.c:15957
msgid "No, save a new file!"
msgstr "Aowa, boloka faele e mpsha!"
-#: ../tuxpaint.c:17224
+#: ../tuxpaint.c:17225
msgid ""
"Choose a picture and then click “Open”, “Export”, “Template“, or “Erase”. "
"Click “Slides” to create a slideshow animation or “Back“ to return to your "
"current picture."
msgstr ""
-#: ../tuxpaint.c:17226
+#: ../tuxpaint.c:17227
msgid ""
"Choose a picture and then click “Open”, “Export”, or “Erase”. Click “Slides” "
"to create a slideshow animation or “Back“ to return to your current picture."
@@ -1488,71 +1488,71 @@ msgstr ""
#. None selected? Too dangerous to automatically select all (like we do for slideshow playback).
#. Only 1 selected? No point in saving as GIF.
#.
-#: ../tuxpaint.c:18895
+#: ../tuxpaint.c:18896
msgid "Select 2 or more drawings to turn into an animated GIF."
msgstr ""
#. Descriptions (names) of the color mixer tool's primary colors and shades
-#: ../tuxpaint.c:25112
+#: ../tuxpaint.c:25113
msgid "red"
msgstr ""
-#: ../tuxpaint.c:25113
+#: ../tuxpaint.c:25114
#, fuzzy
#| msgid "Yellow!"
msgid "yellow"
msgstr "Serolwana!"
-#: ../tuxpaint.c:25114
+#: ../tuxpaint.c:25115
#, fuzzy
#| msgid "Sky blue!"
msgid "blue"
msgstr "Talalerata!"
-#: ../tuxpaint.c:25115
+#: ../tuxpaint.c:25116
#, fuzzy
#| msgid "White!"
msgid "white"
msgstr "Tšhweu!"
-#: ../tuxpaint.c:25116
+#: ../tuxpaint.c:25117
msgid "grey"
msgstr ""
-#: ../tuxpaint.c:25117
+#: ../tuxpaint.c:25118
#, fuzzy
#| msgid "Black!"
msgid "black"
msgstr "Ntsho!"
#. 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:25122
+#: ../tuxpaint.c:25123
#, c-format
msgid "Your color is %1$s %2$s."
msgstr ""
-#: ../tuxpaint.c:25123
+#: ../tuxpaint.c:25124
#, c-format
msgid "Your color is %1$s %2$s and %3$s %4$s."
msgstr ""
-#: ../tuxpaint.c:25124
+#: ../tuxpaint.c:25125
#, c-format
msgid "Your color is %1$s %2$s, %3$s %4$s, and %5$s %6$s."
msgstr ""
-#: ../tuxpaint.c:25125
+#: ../tuxpaint.c:25126
#, c-format
msgid "Your color is %1$s %2$s, %3$s %4$s, %5$s %6$s, and %7$s %8$s."
msgstr ""
-#: ../tuxpaint.c:25126
+#: ../tuxpaint.c:25127
#, 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 ""
-#: ../tuxpaint.c:25127
+#: ../tuxpaint.c:25128
#, c-format
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 "
@@ -1560,22 +1560,22 @@ msgid ""
msgstr ""
#. Color mixer; e.g., "Your color is entirely grey."
-#: ../tuxpaint.c:25907 ../tuxpaint.c:25912
+#: ../tuxpaint.c:25908 ../tuxpaint.c:25913
msgid "entirely"
msgstr ""
#. Add "Color Select" color:
-#: ../tuxpaint.c:29087
+#: ../tuxpaint.c:29089
msgid "Select a color from your drawing."
msgstr ""
-#: ../tuxpaint.c:29098
+#: ../tuxpaint.c:29100
msgid ""
"Pick a color. Hues go top to bottom. Saturation/intensity goes left (pale) "
"to right (pure). Value (lightness/darkness): grey bar."
msgstr ""
-#: ../tuxpaint.c:29112
+#: ../tuxpaint.c:29114
msgid ""
"Click the primary colors (red, yellow, and blue), white (to tint), grey (to "
"tone), and black (to shade), to mix together a new color."
@@ -2681,8 +2681,9 @@ msgstr ""
#: ../../magic/src/polyfill.c:32
msgid ""
-"Click multiple times in your picture to create a filled polygon. Click your "
-"starting position to complete the shape."
+"Click multiple times in your picture to create a filled polygon. You may "
+"drag control points to alter the shape. Click the first point to complete "
+"the shape."
msgstr ""
#: ../../magic/src/puzzle.c:112
diff --git a/src/po/oc.po b/src/po/oc.po
index 7c13b0eee..51790b7c7 100644
--- a/src/po/oc.po
+++ b/src/po/oc.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: tuxpaint\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2024-04-08 23:25-0700\n"
+"POT-Creation-Date: 2024-04-12 09:23-0700\n"
"PO-Revision-Date: 2021-06-06 18:54+0200\n"
"Last-Translator: \n"
"Language-Team: Occitan (post 1500) \n"
@@ -950,7 +950,7 @@ msgstr "Nòu"
#. Open a saved picture
#. Buttons for the file open dialog
#. Open dialog: 'Open' button, to load the selected picture
-#: ../tools.h:97 ../tuxpaint.c:9697
+#: ../tools.h:97 ../tuxpaint.c:9698
msgid "Open"
msgstr "Dubrir"
@@ -1325,90 +1325,90 @@ msgid "Please wait…"
msgstr "Esperatz…"
#. Open dialog: 'Erase' button, to erase/deleted the selected picture
-#: ../tuxpaint.c:9700
+#: ../tuxpaint.c:9701
msgid "Erase"
msgstr ""
#. Open dialog: 'Slides' button, to switch to slide show mode
-#: ../tuxpaint.c:9703
+#: ../tuxpaint.c:9704
msgid "Slides"
msgstr ""
#. Open dialog: 'Template' button, to make a template out of a drawing
-#: ../tuxpaint.c:9706
+#: ../tuxpaint.c:9707
msgid "Template"
msgstr ""
#. Open dialog: 'Export' button, to copy an image to an easily-accessible location
-#: ../tuxpaint.c:9709
+#: ../tuxpaint.c:9710
msgid "Export"
msgstr "Exportar"
#. Open dialog: 'Back' button, to dismiss Open dialog without opening a picture
-#: ../tuxpaint.c:9712
+#: ../tuxpaint.c:9713
msgid "Back"
msgstr "Tornar"
#. Slideshow: 'Play' button, to begin a slideshow sequence
-#: ../tuxpaint.c:9715
+#: ../tuxpaint.c:9716
msgid "Play"
msgstr "Lectura"
#. Slideshow: 'GIF Export' button, to create an animated GIF
-#: ../tuxpaint.c:9718
+#: ../tuxpaint.c:9719
msgid "GIF Export"
msgstr ""
#. Slideshow: 'Next' button, to load next slide (image)
-#: ../tuxpaint.c:9721
+#: ../tuxpaint.c:9722
msgid "Next"
msgstr "Seguent"
#. Color mixer dialog: 'Clear' button, to reset the mixed color
-#: ../tuxpaint.c:9724
+#: ../tuxpaint.c:9725
msgid "Clear"
msgstr ""
#. Use the localized label string (e.g., "あぁ" in Japanese)
-#: ../tuxpaint.c:10659 ../tuxpaint.c:10662 ../tuxpaint.c:10663
+#: ../tuxpaint.c:10660 ../tuxpaint.c:10663 ../tuxpaint.c:10664
msgid "Aa"
msgstr ""
#. Admittedly stupid way of determining which keys can be used for
#. positive and negative responses in dialogs (e.g., [Y] (for 'yes') in English)
-#: ../tuxpaint.c:14672
+#: ../tuxpaint.c:14673
msgid "Yes"
msgstr "Òc"
-#: ../tuxpaint.c:14676
+#: ../tuxpaint.c:14677
msgid "No"
msgstr "Non"
#. Prompt to ask whether user wishes to save over old version of their file
-#: ../tuxpaint.c:15948
+#: ../tuxpaint.c:15949
msgid "Replace the picture with your changes?"
msgstr ""
#. Positive response to saving over old version
#. (like a 'File:Save' action in other applications)
-#: ../tuxpaint.c:15952
+#: ../tuxpaint.c:15953
msgid "Yes, replace the old one!"
msgstr ""
#. Negative response to saving over old version (saves a new image)
#. (like a 'File:Save As...' action in other applications)
-#: ../tuxpaint.c:15956
+#: ../tuxpaint.c:15957
msgid "No, save a new file!"
msgstr ""
-#: ../tuxpaint.c:17224
+#: ../tuxpaint.c:17225
msgid ""
"Choose a picture and then click “Open”, “Export”, “Template“, or “Erase”. "
"Click “Slides” to create a slideshow animation or “Back“ to return to your "
"current picture."
msgstr ""
-#: ../tuxpaint.c:17226
+#: ../tuxpaint.c:17227
msgid ""
"Choose a picture and then click “Open”, “Export”, or “Erase”. Click “Slides” "
"to create a slideshow animation or “Back“ to return to your current picture."
@@ -1417,71 +1417,71 @@ msgstr ""
#. None selected? Too dangerous to automatically select all (like we do for slideshow playback).
#. Only 1 selected? No point in saving as GIF.
#.
-#: ../tuxpaint.c:18895
+#: ../tuxpaint.c:18896
msgid "Select 2 or more drawings to turn into an animated GIF."
msgstr ""
#. Descriptions (names) of the color mixer tool's primary colors and shades
-#: ../tuxpaint.c:25112
+#: ../tuxpaint.c:25113
msgid "red"
msgstr ""
-#: ../tuxpaint.c:25113
+#: ../tuxpaint.c:25114
#, fuzzy
#| msgid "Yellow!"
msgid "yellow"
msgstr "Jaune !"
-#: ../tuxpaint.c:25114
+#: ../tuxpaint.c:25115
#, fuzzy
#| msgid "Sky blue!"
msgid "blue"
msgstr "Blau cèl !"
-#: ../tuxpaint.c:25115
+#: ../tuxpaint.c:25116
#, fuzzy
#| msgid "White!"
msgid "white"
msgstr "Blanc !"
-#: ../tuxpaint.c:25116
+#: ../tuxpaint.c:25117
msgid "grey"
msgstr ""
-#: ../tuxpaint.c:25117
+#: ../tuxpaint.c:25118
#, fuzzy
#| msgid "Black!"
msgid "black"
msgstr "Negre !"
#. 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:25122
+#: ../tuxpaint.c:25123
#, c-format
msgid "Your color is %1$s %2$s."
msgstr ""
-#: ../tuxpaint.c:25123
+#: ../tuxpaint.c:25124
#, c-format
msgid "Your color is %1$s %2$s and %3$s %4$s."
msgstr ""
-#: ../tuxpaint.c:25124
+#: ../tuxpaint.c:25125
#, c-format
msgid "Your color is %1$s %2$s, %3$s %4$s, and %5$s %6$s."
msgstr ""
-#: ../tuxpaint.c:25125
+#: ../tuxpaint.c:25126
#, c-format
msgid "Your color is %1$s %2$s, %3$s %4$s, %5$s %6$s, and %7$s %8$s."
msgstr ""
-#: ../tuxpaint.c:25126
+#: ../tuxpaint.c:25127
#, 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 ""
-#: ../tuxpaint.c:25127
+#: ../tuxpaint.c:25128
#, c-format
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 "
@@ -1489,22 +1489,22 @@ msgid ""
msgstr ""
#. Color mixer; e.g., "Your color is entirely grey."
-#: ../tuxpaint.c:25907 ../tuxpaint.c:25912
+#: ../tuxpaint.c:25908 ../tuxpaint.c:25913
msgid "entirely"
msgstr ""
#. Add "Color Select" color:
-#: ../tuxpaint.c:29087
+#: ../tuxpaint.c:29089
msgid "Select a color from your drawing."
msgstr ""
-#: ../tuxpaint.c:29098
+#: ../tuxpaint.c:29100
msgid ""
"Pick a color. Hues go top to bottom. Saturation/intensity goes left (pale) "
"to right (pure). Value (lightness/darkness): grey bar."
msgstr ""
-#: ../tuxpaint.c:29112
+#: ../tuxpaint.c:29114
msgid ""
"Click the primary colors (red, yellow, and blue), white (to tint), grey (to "
"tone), and black (to shade), to mix together a new color."
@@ -2354,8 +2354,9 @@ msgstr ""
#: ../../magic/src/polyfill.c:32
msgid ""
-"Click multiple times in your picture to create a filled polygon. Click your "
-"starting position to complete the shape."
+"Click multiple times in your picture to create a filled polygon. You may "
+"drag control points to alter the shape. Click the first point to complete "
+"the shape."
msgstr ""
#: ../../magic/src/puzzle.c:112
diff --git a/src/po/oj.po b/src/po/oj.po
index 6e3c89ccf..196dd67cb 100644
--- a/src/po/oj.po
+++ b/src/po/oj.po
@@ -2,7 +2,7 @@ msgid ""
msgstr ""
"Project-Id-Version: ojibwaytuxpaint\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2024-04-08 23:25-0700\n"
+"POT-Creation-Date: 2024-04-12 09:23-0700\n"
"PO-Revision-Date: 2007-10-08 18:19-0500\n"
"Last-Translator: Ed Montgomery \n"
"Language-Team: Ed \n"
@@ -943,7 +943,7 @@ msgstr "Oshki"
#. Open a saved picture
#. Buttons for the file open dialog
#. Open dialog: 'Open' button, to load the selected picture
-#: ../tools.h:97 ../tuxpaint.c:9697
+#: ../tools.h:97 ../tuxpaint.c:9698
msgid "Open"
msgstr "Nasaakose"
@@ -1336,90 +1336,90 @@ msgid "Please wait…"
msgstr "Bekaa akawe"
#. Open dialog: 'Erase' button, to erase/deleted the selected picture
-#: ../tuxpaint.c:9700
+#: ../tuxpaint.c:9701
msgid "Erase"
msgstr "Gaasiibii'an"
#. Open dialog: 'Slides' button, to switch to slide show mode
-#: ../tuxpaint.c:9703
+#: ../tuxpaint.c:9704
msgid "Slides"
msgstr ""
#. Open dialog: 'Template' button, to make a template out of a drawing
-#: ../tuxpaint.c:9706
+#: ../tuxpaint.c:9707
msgid "Template"
msgstr ""
#. Open dialog: 'Export' button, to copy an image to an easily-accessible location
-#: ../tuxpaint.c:9709
+#: ../tuxpaint.c:9710
msgid "Export"
msgstr ""
#. Open dialog: 'Back' button, to dismiss Open dialog without opening a picture
-#: ../tuxpaint.c:9712
+#: ../tuxpaint.c:9713
msgid "Back"
msgstr "Neyaab"
#. Slideshow: 'Play' button, to begin a slideshow sequence
-#: ../tuxpaint.c:9715
+#: ../tuxpaint.c:9716
msgid "Play"
msgstr "Mamaanjinojin"
#. Slideshow: 'GIF Export' button, to create an animated GIF
-#: ../tuxpaint.c:9718
+#: ../tuxpaint.c:9719
msgid "GIF Export"
msgstr ""
#. Slideshow: 'Next' button, to load next slide (image)
-#: ../tuxpaint.c:9721
+#: ../tuxpaint.c:9722
msgid "Next"
msgstr "Mii dash"
#. Color mixer dialog: 'Clear' button, to reset the mixed color
-#: ../tuxpaint.c:9724
+#: ../tuxpaint.c:9725
msgid "Clear"
msgstr ""
#. Use the localized label string (e.g., "あぁ" in Japanese)
-#: ../tuxpaint.c:10659 ../tuxpaint.c:10662 ../tuxpaint.c:10663
+#: ../tuxpaint.c:10660 ../tuxpaint.c:10663 ../tuxpaint.c:10664
msgid "Aa"
msgstr ""
#. Admittedly stupid way of determining which keys can be used for
#. positive and negative responses in dialogs (e.g., [Y] (for 'yes') in English)
-#: ../tuxpaint.c:14672
+#: ../tuxpaint.c:14673
msgid "Yes"
msgstr "Haaw"
-#: ../tuxpaint.c:14676
+#: ../tuxpaint.c:14677
msgid "No"
msgstr "Gaawin"
#. Prompt to ask whether user wishes to save over old version of their file
-#: ../tuxpaint.c:15948
+#: ../tuxpaint.c:15949
msgid "Replace the picture with your changes?"
msgstr "Naabishkaw"
#. Positive response to saving over old version
#. (like a 'File:Save' action in other applications)
-#: ../tuxpaint.c:15952
+#: ../tuxpaint.c:15953
msgid "Yes, replace the old one!"
msgstr "Haaw, naabishkaw"
#. Negative response to saving over old version (saves a new image)
#. (like a 'File:Save As...' action in other applications)
-#: ../tuxpaint.c:15956
+#: ../tuxpaint.c:15957
msgid "No, save a new file!"
msgstr "Gaawin, oshki!"
-#: ../tuxpaint.c:17224
+#: ../tuxpaint.c:17225
msgid ""
"Choose a picture and then click “Open”, “Export”, “Template“, or “Erase”. "
"Click “Slides” to create a slideshow animation or “Back“ to return to your "
"current picture."
msgstr ""
-#: ../tuxpaint.c:17226
+#: ../tuxpaint.c:17227
msgid ""
"Choose a picture and then click “Open”, “Export”, or “Erase”. Click “Slides” "
"to create a slideshow animation or “Back“ to return to your current picture."
@@ -1428,71 +1428,71 @@ msgstr ""
#. None selected? Too dangerous to automatically select all (like we do for slideshow playback).
#. Only 1 selected? No point in saving as GIF.
#.
-#: ../tuxpaint.c:18895
+#: ../tuxpaint.c:18896
msgid "Select 2 or more drawings to turn into an animated GIF."
msgstr ""
#. Descriptions (names) of the color mixer tool's primary colors and shades
-#: ../tuxpaint.c:25112
+#: ../tuxpaint.c:25113
msgid "red"
msgstr ""
-#: ../tuxpaint.c:25113
+#: ../tuxpaint.c:25114
#, fuzzy
#| msgid "Yellow!"
msgid "yellow"
msgstr "Ozaawaadiso"
-#: ../tuxpaint.c:25114
+#: ../tuxpaint.c:25115
#, fuzzy
#| msgid "Sky blue!"
msgid "blue"
msgstr "Mizhakwadong inaanzo"
-#: ../tuxpaint.c:25115
+#: ../tuxpaint.c:25116
#, fuzzy
#| msgid "White!"
msgid "white"
msgstr "Waabishki"
-#: ../tuxpaint.c:25116
+#: ../tuxpaint.c:25117
msgid "grey"
msgstr ""
-#: ../tuxpaint.c:25117
+#: ../tuxpaint.c:25118
#, fuzzy
#| msgid "Black!"
msgid "black"
msgstr "Makadewaanzo"
#. 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:25122
+#: ../tuxpaint.c:25123
#, c-format
msgid "Your color is %1$s %2$s."
msgstr ""
-#: ../tuxpaint.c:25123
+#: ../tuxpaint.c:25124
#, c-format
msgid "Your color is %1$s %2$s and %3$s %4$s."
msgstr ""
-#: ../tuxpaint.c:25124
+#: ../tuxpaint.c:25125
#, c-format
msgid "Your color is %1$s %2$s, %3$s %4$s, and %5$s %6$s."
msgstr ""
-#: ../tuxpaint.c:25125
+#: ../tuxpaint.c:25126
#, c-format
msgid "Your color is %1$s %2$s, %3$s %4$s, %5$s %6$s, and %7$s %8$s."
msgstr ""
-#: ../tuxpaint.c:25126
+#: ../tuxpaint.c:25127
#, 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 ""
-#: ../tuxpaint.c:25127
+#: ../tuxpaint.c:25128
#, c-format
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 "
@@ -1500,22 +1500,22 @@ msgid ""
msgstr ""
#. Color mixer; e.g., "Your color is entirely grey."
-#: ../tuxpaint.c:25907 ../tuxpaint.c:25912
+#: ../tuxpaint.c:25908 ../tuxpaint.c:25913
msgid "entirely"
msgstr ""
#. Add "Color Select" color:
-#: ../tuxpaint.c:29087
+#: ../tuxpaint.c:29089
msgid "Select a color from your drawing."
msgstr ""
-#: ../tuxpaint.c:29098
+#: ../tuxpaint.c:29100
msgid ""
"Pick a color. Hues go top to bottom. Saturation/intensity goes left (pale) "
"to right (pure). Value (lightness/darkness): grey bar."
msgstr ""
-#: ../tuxpaint.c:29112
+#: ../tuxpaint.c:29114
msgid ""
"Click the primary colors (red, yellow, and blue), white (to tint), grey (to "
"tone), and black (to shade), to mix together a new color."
@@ -2446,8 +2446,9 @@ msgstr ""
#: ../../magic/src/polyfill.c:32
msgid ""
-"Click multiple times in your picture to create a filled polygon. Click your "
-"starting position to complete the shape."
+"Click multiple times in your picture to create a filled polygon. You may "
+"drag control points to alter the shape. Click the first point to complete "
+"the shape."
msgstr ""
#: ../../magic/src/puzzle.c:112
diff --git a/src/po/or.po b/src/po/or.po
index 33150796a..34c50ffd2 100644
--- a/src/po/or.po
+++ b/src/po/or.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2024-04-08 23:25-0700\n"
+"POT-Creation-Date: 2024-04-12 09:23-0700\n"
"PO-Revision-Date: 2012-04-05 20:08+0530\n"
"Last-Translator: Ekanta \n"
"Language-Team: LANGUAGE \n"
@@ -974,7 +974,7 @@ msgstr "ନୂତନ"
#. Open a saved picture
#. Buttons for the file open dialog
#. Open dialog: 'Open' button, to load the selected picture
-#: ../tools.h:97 ../tuxpaint.c:9697
+#: ../tools.h:97 ../tuxpaint.c:9698
msgid "Open"
msgstr "ଖୋଲିବା"
@@ -1390,90 +1390,90 @@ msgid "Please wait…"
msgstr "ଦୟାକରି ଅପେକ୍ଷା କରନ୍ତୁ..."
#. Open dialog: 'Erase' button, to erase/deleted the selected picture
-#: ../tuxpaint.c:9700
+#: ../tuxpaint.c:9701
msgid "Erase"
msgstr "ଲିଭାଅ"
#. Open dialog: 'Slides' button, to switch to slide show mode
-#: ../tuxpaint.c:9703
+#: ../tuxpaint.c:9704
msgid "Slides"
msgstr "ସ୍ଲାଇଡଗୁଡିକ"
#. Open dialog: 'Template' button, to make a template out of a drawing
-#: ../tuxpaint.c:9706
+#: ../tuxpaint.c:9707
msgid "Template"
msgstr ""
#. Open dialog: 'Export' button, to copy an image to an easily-accessible location
-#: ../tuxpaint.c:9709
+#: ../tuxpaint.c:9710
msgid "Export"
msgstr ""
#. Open dialog: 'Back' button, to dismiss Open dialog without opening a picture
-#: ../tuxpaint.c:9712
+#: ../tuxpaint.c:9713
msgid "Back"
msgstr "ପଛ"
#. Slideshow: 'Play' button, to begin a slideshow sequence
-#: ../tuxpaint.c:9715
+#: ../tuxpaint.c:9716
msgid "Play"
msgstr "ଚଳାନ୍ତୁ"
#. Slideshow: 'GIF Export' button, to create an animated GIF
-#: ../tuxpaint.c:9718
+#: ../tuxpaint.c:9719
msgid "GIF Export"
msgstr ""
#. Slideshow: 'Next' button, to load next slide (image)
-#: ../tuxpaint.c:9721
+#: ../tuxpaint.c:9722
msgid "Next"
msgstr "ପରବର୍ତ୍ତୀ"
#. Color mixer dialog: 'Clear' button, to reset the mixed color
-#: ../tuxpaint.c:9724
+#: ../tuxpaint.c:9725
msgid "Clear"
msgstr ""
#. Use the localized label string (e.g., "あぁ" in Japanese)
-#: ../tuxpaint.c:10659 ../tuxpaint.c:10662 ../tuxpaint.c:10663
+#: ../tuxpaint.c:10660 ../tuxpaint.c:10663 ../tuxpaint.c:10664
msgid "Aa"
msgstr "Aa"
#. Admittedly stupid way of determining which keys can be used for
#. positive and negative responses in dialogs (e.g., [Y] (for 'yes') in English)
-#: ../tuxpaint.c:14672
+#: ../tuxpaint.c:14673
msgid "Yes"
msgstr "ହଁ"
-#: ../tuxpaint.c:14676
+#: ../tuxpaint.c:14677
msgid "No"
msgstr "ନାହିଁ"
#. Prompt to ask whether user wishes to save over old version of their file
-#: ../tuxpaint.c:15948
+#: ../tuxpaint.c:15949
msgid "Replace the picture with your changes?"
msgstr "ଚିତ୍ର ସ୍ଥାନରେ ଆପଣଙ୍କ ପରିବର୍ତ୍ତନଗୁଡିକୁ ପ୍ରତିସ୍ଥାପିତ କରିବେ ?"
#. Positive response to saving over old version
#. (like a 'File:Save' action in other applications)
-#: ../tuxpaint.c:15952
+#: ../tuxpaint.c:15953
msgid "Yes, replace the old one!"
msgstr "ହଁ, ପୁରୁଣା ଚିତ୍ରଟି ବଦଳାନ୍ତୁ!"
#. Negative response to saving over old version (saves a new image)
#. (like a 'File:Save As...' action in other applications)
-#: ../tuxpaint.c:15956
+#: ../tuxpaint.c:15957
msgid "No, save a new file!"
msgstr "ନା, ଏକ ନୂତନ ଫାଇଲ ସଂଚୟ କରନ୍ତୁ!"
-#: ../tuxpaint.c:17224
+#: ../tuxpaint.c:17225
msgid ""
"Choose a picture and then click “Open”, “Export”, “Template“, or “Erase”. "
"Click “Slides” to create a slideshow animation or “Back“ to return to your "
"current picture."
msgstr ""
-#: ../tuxpaint.c:17226
+#: ../tuxpaint.c:17227
msgid ""
"Choose a picture and then click “Open”, “Export”, or “Erase”. Click “Slides” "
"to create a slideshow animation or “Back“ to return to your current picture."
@@ -1482,71 +1482,71 @@ msgstr ""
#. None selected? Too dangerous to automatically select all (like we do for slideshow playback).
#. Only 1 selected? No point in saving as GIF.
#.
-#: ../tuxpaint.c:18895
+#: ../tuxpaint.c:18896
msgid "Select 2 or more drawings to turn into an animated GIF."
msgstr ""
#. Descriptions (names) of the color mixer tool's primary colors and shades
-#: ../tuxpaint.c:25112
+#: ../tuxpaint.c:25113
msgid "red"
msgstr ""
-#: ../tuxpaint.c:25113
+#: ../tuxpaint.c:25114
#, fuzzy
#| msgid "Yellow!"
msgid "yellow"
msgstr "ହଳଦିଆ!"
-#: ../tuxpaint.c:25114
+#: ../tuxpaint.c:25115
#, fuzzy
#| msgid "Sky blue!"
msgid "blue"
msgstr "ଆକାଶ ନୀଳ!"
-#: ../tuxpaint.c:25115
+#: ../tuxpaint.c:25116
#, fuzzy
#| msgid "White!"
msgid "white"
msgstr "ଧଳା!"
-#: ../tuxpaint.c:25116
+#: ../tuxpaint.c:25117
msgid "grey"
msgstr ""
-#: ../tuxpaint.c:25117
+#: ../tuxpaint.c:25118
#, fuzzy
#| msgid "Black!"
msgid "black"
msgstr "କଳା!"
#. 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:25122
+#: ../tuxpaint.c:25123
#, c-format
msgid "Your color is %1$s %2$s."
msgstr ""
-#: ../tuxpaint.c:25123
+#: ../tuxpaint.c:25124
#, c-format
msgid "Your color is %1$s %2$s and %3$s %4$s."
msgstr ""
-#: ../tuxpaint.c:25124
+#: ../tuxpaint.c:25125
#, c-format
msgid "Your color is %1$s %2$s, %3$s %4$s, and %5$s %6$s."
msgstr ""
-#: ../tuxpaint.c:25125
+#: ../tuxpaint.c:25126
#, c-format
msgid "Your color is %1$s %2$s, %3$s %4$s, %5$s %6$s, and %7$s %8$s."
msgstr ""
-#: ../tuxpaint.c:25126
+#: ../tuxpaint.c:25127
#, 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 ""
-#: ../tuxpaint.c:25127
+#: ../tuxpaint.c:25128
#, c-format
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 "
@@ -1554,22 +1554,22 @@ msgid ""
msgstr ""
#. Color mixer; e.g., "Your color is entirely grey."
-#: ../tuxpaint.c:25907 ../tuxpaint.c:25912
+#: ../tuxpaint.c:25908 ../tuxpaint.c:25913
msgid "entirely"
msgstr ""
#. Add "Color Select" color:
-#: ../tuxpaint.c:29087
+#: ../tuxpaint.c:29089
msgid "Select a color from your drawing."
msgstr ""
-#: ../tuxpaint.c:29098
+#: ../tuxpaint.c:29100
msgid ""
"Pick a color. Hues go top to bottom. Saturation/intensity goes left (pale) "
"to right (pure). Value (lightness/darkness): grey bar."
msgstr ""
-#: ../tuxpaint.c:29112
+#: ../tuxpaint.c:29114
msgid ""
"Click the primary colors (red, yellow, and blue), white (to tint), grey (to "
"tone), and black (to shade), to mix together a new color."
@@ -2606,8 +2606,9 @@ msgstr ""
#: ../../magic/src/polyfill.c:32
msgid ""
-"Click multiple times in your picture to create a filled polygon. Click your "
-"starting position to complete the shape."
+"Click multiple times in your picture to create a filled polygon. You may "
+"drag control points to alter the shape. Click the first point to complete "
+"the shape."
msgstr ""
#: ../../magic/src/puzzle.c:112
diff --git a/src/po/pa.po b/src/po/pa.po
index ddd9b44f6..a9f320d7c 100644
--- a/src/po/pa.po
+++ b/src/po/pa.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: tuxpaint\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2024-04-08 23:25-0700\n"
+"POT-Creation-Date: 2024-04-12 09:23-0700\n"
"PO-Revision-Date: 2022-10-13 16:28-0700\n"
"Last-Translator: A S Alam \n"
"Language-Team: Punjabi \n"
@@ -957,7 +957,7 @@ msgstr "ਨਵਾਂ"
#. Open a saved picture
#. Buttons for the file open dialog
#. Open dialog: 'Open' button, to load the selected picture
-#: ../tools.h:97 ../tuxpaint.c:9697
+#: ../tools.h:97 ../tuxpaint.c:9698
msgid "Open"
msgstr "ਖੋਲ੍ਹੋ"
@@ -1363,90 +1363,90 @@ msgid "Please wait…"
msgstr "ਉਡੀਕੋ ਜੀ…"
#. Open dialog: 'Erase' button, to erase/deleted the selected picture
-#: ../tuxpaint.c:9700
+#: ../tuxpaint.c:9701
msgid "Erase"
msgstr "ਮਿਟਾਓ"
#. Open dialog: 'Slides' button, to switch to slide show mode
-#: ../tuxpaint.c:9703
+#: ../tuxpaint.c:9704
msgid "Slides"
msgstr "ਸਲਾਈਡਾਂ"
#. Open dialog: 'Template' button, to make a template out of a drawing
-#: ../tuxpaint.c:9706
+#: ../tuxpaint.c:9707
msgid "Template"
msgstr ""
#. Open dialog: 'Export' button, to copy an image to an easily-accessible location
-#: ../tuxpaint.c:9709
+#: ../tuxpaint.c:9710
msgid "Export"
msgstr "ਐਕਸਪੋਰਟ"
#. Open dialog: 'Back' button, to dismiss Open dialog without opening a picture
-#: ../tuxpaint.c:9712
+#: ../tuxpaint.c:9713
msgid "Back"
msgstr "ਪਿੱਛੇ"
#. Slideshow: 'Play' button, to begin a slideshow sequence
-#: ../tuxpaint.c:9715
+#: ../tuxpaint.c:9716
msgid "Play"
msgstr "ਚਲਾਓ"
#. Slideshow: 'GIF Export' button, to create an animated GIF
-#: ../tuxpaint.c:9718
+#: ../tuxpaint.c:9719
msgid "GIF Export"
msgstr "GIF ਐਕਸਪੋਰਟ"
#. Slideshow: 'Next' button, to load next slide (image)
-#: ../tuxpaint.c:9721
+#: ../tuxpaint.c:9722
msgid "Next"
msgstr "ਅੱਗੇ"
#. Color mixer dialog: 'Clear' button, to reset the mixed color
-#: ../tuxpaint.c:9724
+#: ../tuxpaint.c:9725
msgid "Clear"
msgstr "ਸਾਫ਼ ਕਰੋ"
#. Use the localized label string (e.g., "あぁ" in Japanese)
-#: ../tuxpaint.c:10659 ../tuxpaint.c:10662 ../tuxpaint.c:10663
+#: ../tuxpaint.c:10660 ../tuxpaint.c:10663 ../tuxpaint.c:10664
msgid "Aa"
msgstr "Aa"
#. Admittedly stupid way of determining which keys can be used for
#. positive and negative responses in dialogs (e.g., [Y] (for 'yes') in English)
-#: ../tuxpaint.c:14672
+#: ../tuxpaint.c:14673
msgid "Yes"
msgstr "ਹਾਂ"
-#: ../tuxpaint.c:14676
+#: ../tuxpaint.c:14677
msgid "No"
msgstr "ਨਹੀਂ"
#. Prompt to ask whether user wishes to save over old version of their file
-#: ../tuxpaint.c:15948
+#: ../tuxpaint.c:15949
msgid "Replace the picture with your changes?"
msgstr "ਤਸਵੀਰ ਨੂੰ ਤੁਹਾਡੀਆਂ ਤਬਦੀਲੀਆਂ ਨਾਲ ਬਦਲਣਾ ਹੈ?"
#. Positive response to saving over old version
#. (like a 'File:Save' action in other applications)
-#: ../tuxpaint.c:15952
+#: ../tuxpaint.c:15953
msgid "Yes, replace the old one!"
msgstr "ਹਾਂ, ਪੁਰਾਣੀ ਨੂੰ ਬਦਲ ਦਿਓ!"
#. Negative response to saving over old version (saves a new image)
#. (like a 'File:Save As...' action in other applications)
-#: ../tuxpaint.c:15956
+#: ../tuxpaint.c:15957
msgid "No, save a new file!"
msgstr "ਨਹੀਂ, ਨਵੀਂ ਫ਼ਾਈਲ ਸੰਭਾਲੋ!"
-#: ../tuxpaint.c:17224
+#: ../tuxpaint.c:17225
msgid ""
"Choose a picture and then click “Open”, “Export”, “Template“, or “Erase”. "
"Click “Slides” to create a slideshow animation or “Back“ to return to your "
"current picture."
msgstr ""
-#: ../tuxpaint.c:17226
+#: ../tuxpaint.c:17227
msgid ""
"Choose a picture and then click “Open”, “Export”, or “Erase”. Click “Slides” "
"to create a slideshow animation or “Back“ to return to your current picture."
@@ -1455,63 +1455,63 @@ msgstr ""
#. None selected? Too dangerous to automatically select all (like we do for slideshow playback).
#. Only 1 selected? No point in saving as GIF.
#.
-#: ../tuxpaint.c:18895
+#: ../tuxpaint.c:18896
msgid "Select 2 or more drawings to turn into an animated GIF."
msgstr "ਐਨੀਮੇਟ ਕੀਤੇ GIF ਵਿੱਚ ਬਦਲਣ ਲਈ 2 ਜਾਂ ਵੱਧ ਡਰਾਇੰਗਾਂ ਚੁਣੋ।"
#. Descriptions (names) of the color mixer tool's primary colors and shades
-#: ../tuxpaint.c:25112
+#: ../tuxpaint.c:25113
msgid "red"
msgstr "ਲਾਲ"
-#: ../tuxpaint.c:25113
+#: ../tuxpaint.c:25114
msgid "yellow"
msgstr "ਪੀਲਾ"
-#: ../tuxpaint.c:25114
+#: ../tuxpaint.c:25115
msgid "blue"
msgstr "ਨੀਲਾ"
-#: ../tuxpaint.c:25115
+#: ../tuxpaint.c:25116
msgid "white"
msgstr "ਚਿੱਟਾ"
-#: ../tuxpaint.c:25116
+#: ../tuxpaint.c:25117
msgid "grey"
msgstr "ਸਲੇਟੀ"
-#: ../tuxpaint.c:25117
+#: ../tuxpaint.c:25118
msgid "black"
msgstr "ਕਾਲਾ"
#. 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:25122
+#: ../tuxpaint.c:25123
#, c-format
msgid "Your color is %1$s %2$s."
msgstr "ਤੁਹਾਡਾ ਰੰਗ %1$s %2$s ਹੈ।"
-#: ../tuxpaint.c:25123
+#: ../tuxpaint.c:25124
#, c-format
msgid "Your color is %1$s %2$s and %3$s %4$s."
msgstr "ਤੁਹਾਡਾ ਰੰਗ %1$s %2$s ਅਤੇ %3$s %4$s ਹੈ।"
-#: ../tuxpaint.c:25124
+#: ../tuxpaint.c:25125
#, c-format
msgid "Your color is %1$s %2$s, %3$s %4$s, and %5$s %6$s."
msgstr "ਤੁਹਾਡਾ ਰੰਗ %1$s %2$s, %3$s %4$s, ਅਤੇ %5$s %6$s ਹੈ।"
-#: ../tuxpaint.c:25125
+#: ../tuxpaint.c:25126
#, c-format
msgid "Your color is %1$s %2$s, %3$s %4$s, %5$s %6$s, and %7$s %8$s."
msgstr "ਤੁਹਾਡਾ ਰੰਗ %1$s %2$s, %3$s %4$s, %5$s %6$s, ਅਤੇ %7$s %8$s ਹੈ।"
-#: ../tuxpaint.c:25126
+#: ../tuxpaint.c:25127
#, 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 "ਤੁਹਾਡਾ ਰੰਗ %1$s %2$s, %3$s %4$s, %5$s %6$s, %7$s %8$s, ਅਤੇ %9$s %10$s ਹੈ।"
-#: ../tuxpaint.c:25127
+#: ../tuxpaint.c:25128
#, c-format
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 "
@@ -1521,16 +1521,16 @@ msgstr ""
"%12$s।"
#. Color mixer; e.g., "Your color is entirely grey."
-#: ../tuxpaint.c:25907 ../tuxpaint.c:25912
+#: ../tuxpaint.c:25908 ../tuxpaint.c:25913
msgid "entirely"
msgstr "ਪੂਰਾ"
#. Add "Color Select" color:
-#: ../tuxpaint.c:29087
+#: ../tuxpaint.c:29089
msgid "Select a color from your drawing."
msgstr "ਆਪਣੀ ਡਰਾਇੰਗ ਵਿੱਚੋਂ ਰੰਗ ਚੁਣੋ।"
-#: ../tuxpaint.c:29098
+#: ../tuxpaint.c:29100
msgid ""
"Pick a color. Hues go top to bottom. Saturation/intensity goes left (pale) "
"to right (pure). Value (lightness/darkness): grey bar."
@@ -1538,7 +1538,7 @@ msgstr ""
"ਰੰਗ ਚੁਣੋ। ਰੰਗਤ ਉੱਤੇ ਤੋਂ ਹੇਠਾਂ ਵੱਲ ਹੈ। ਸੰਤ੍ਰਿਪਤਾ/ਤੀਬਰਤਾ ਖੱਬੇ (ਪੀਲੀ ਭਾਅ) ਤੋਂ ਸੱਜੇ (ਸ਼ੁੱਧ) ਵੱਲ ਹੈ। ਮੁੱਲ "
"(ਹਲਕਾ/ਗੂੜ੍ਹਾ): ਸਲੇਟੀ ਪੱਟੀ।"
-#: ../tuxpaint.c:29112
+#: ../tuxpaint.c:29114
msgid ""
"Click the primary colors (red, yellow, and blue), white (to tint), grey (to "
"tone), and black (to shade), to mix together a new color."
@@ -2488,8 +2488,9 @@ msgstr ""
#: ../../magic/src/polyfill.c:32
msgid ""
-"Click multiple times in your picture to create a filled polygon. Click your "
-"starting position to complete the shape."
+"Click multiple times in your picture to create a filled polygon. You may "
+"drag control points to alter the shape. Click the first point to complete "
+"the shape."
msgstr ""
#: ../../magic/src/puzzle.c:112
diff --git a/src/po/pl.po b/src/po/pl.po
index c9c15c83f..7af8a33df 100644
--- a/src/po/pl.po
+++ b/src/po/pl.po
@@ -11,7 +11,7 @@ msgid ""
msgstr ""
"Project-Id-Version: tuxpaint\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2024-04-08 23:25-0700\n"
+"POT-Creation-Date: 2024-04-12 09:23-0700\n"
"PO-Revision-Date: 2017-12-30 18:21+0000\n"
"Last-Translator: Chris \n"
"Language-Team: none\n"
@@ -981,7 +981,7 @@ msgstr "Nowy"
#. Open a saved picture
#. Buttons for the file open dialog
#. Open dialog: 'Open' button, to load the selected picture
-#: ../tools.h:97 ../tuxpaint.c:9697
+#: ../tools.h:97 ../tuxpaint.c:9698
msgid "Open"
msgstr "Otwórz"
@@ -1394,90 +1394,90 @@ msgid "Please wait…"
msgstr "Czekaj..."
#. Open dialog: 'Erase' button, to erase/deleted the selected picture
-#: ../tuxpaint.c:9700
+#: ../tuxpaint.c:9701
msgid "Erase"
msgstr "Usuń"
#. Open dialog: 'Slides' button, to switch to slide show mode
-#: ../tuxpaint.c:9703
+#: ../tuxpaint.c:9704
msgid "Slides"
msgstr "Slajdy"
#. Open dialog: 'Template' button, to make a template out of a drawing
-#: ../tuxpaint.c:9706
+#: ../tuxpaint.c:9707
msgid "Template"
msgstr ""
#. Open dialog: 'Export' button, to copy an image to an easily-accessible location
-#: ../tuxpaint.c:9709
+#: ../tuxpaint.c:9710
msgid "Export"
msgstr ""
#. Open dialog: 'Back' button, to dismiss Open dialog without opening a picture
-#: ../tuxpaint.c:9712
+#: ../tuxpaint.c:9713
msgid "Back"
msgstr "Wróć"
#. Slideshow: 'Play' button, to begin a slideshow sequence
-#: ../tuxpaint.c:9715
+#: ../tuxpaint.c:9716
msgid "Play"
msgstr "Pokaż"
#. Slideshow: 'GIF Export' button, to create an animated GIF
-#: ../tuxpaint.c:9718
+#: ../tuxpaint.c:9719
msgid "GIF Export"
msgstr ""
#. Slideshow: 'Next' button, to load next slide (image)
-#: ../tuxpaint.c:9721
+#: ../tuxpaint.c:9722
msgid "Next"
msgstr "Następny"
#. Color mixer dialog: 'Clear' button, to reset the mixed color
-#: ../tuxpaint.c:9724
+#: ../tuxpaint.c:9725
msgid "Clear"
msgstr ""
#. Use the localized label string (e.g., "あぁ" in Japanese)
-#: ../tuxpaint.c:10659 ../tuxpaint.c:10662 ../tuxpaint.c:10663
+#: ../tuxpaint.c:10660 ../tuxpaint.c:10663 ../tuxpaint.c:10664
msgid "Aa"
msgstr "Aa"
#. Admittedly stupid way of determining which keys can be used for
#. positive and negative responses in dialogs (e.g., [Y] (for 'yes') in English)
-#: ../tuxpaint.c:14672
+#: ../tuxpaint.c:14673
msgid "Yes"
msgstr "Tak"
-#: ../tuxpaint.c:14676
+#: ../tuxpaint.c:14677
msgid "No"
msgstr "Nie"
#. Prompt to ask whether user wishes to save over old version of their file
-#: ../tuxpaint.c:15948
+#: ../tuxpaint.c:15949
msgid "Replace the picture with your changes?"
msgstr "Czy zapisać zmiany w tym obrazku?"
#. Positive response to saving over old version
#. (like a 'File:Save' action in other applications)
-#: ../tuxpaint.c:15952
+#: ../tuxpaint.c:15953
msgid "Yes, replace the old one!"
msgstr "Tak, zastąp stary plik!"
#. Negative response to saving over old version (saves a new image)
#. (like a 'File:Save As...' action in other applications)
-#: ../tuxpaint.c:15956
+#: ../tuxpaint.c:15957
msgid "No, save a new file!"
msgstr "Nie, zapisz jako nowy plik!"
-#: ../tuxpaint.c:17224
+#: ../tuxpaint.c:17225
msgid ""
"Choose a picture and then click “Open”, “Export”, “Template“, or “Erase”. "
"Click “Slides” to create a slideshow animation or “Back“ to return to your "
"current picture."
msgstr ""
-#: ../tuxpaint.c:17226
+#: ../tuxpaint.c:17227
msgid ""
"Choose a picture and then click “Open”, “Export”, or “Erase”. Click “Slides” "
"to create a slideshow animation or “Back“ to return to your current picture."
@@ -1486,71 +1486,71 @@ msgstr ""
#. None selected? Too dangerous to automatically select all (like we do for slideshow playback).
#. Only 1 selected? No point in saving as GIF.
#.
-#: ../tuxpaint.c:18895
+#: ../tuxpaint.c:18896
msgid "Select 2 or more drawings to turn into an animated GIF."
msgstr ""
#. Descriptions (names) of the color mixer tool's primary colors and shades
-#: ../tuxpaint.c:25112
+#: ../tuxpaint.c:25113
msgid "red"
msgstr ""
-#: ../tuxpaint.c:25113
+#: ../tuxpaint.c:25114
#, fuzzy
#| msgid "Yellow!"
msgid "yellow"
msgstr "Żółty!"
-#: ../tuxpaint.c:25114
+#: ../tuxpaint.c:25115
#, fuzzy
#| msgid "Sky blue!"
msgid "blue"
msgstr "Jasnoniebieski!"
-#: ../tuxpaint.c:25115
+#: ../tuxpaint.c:25116
#, fuzzy
#| msgid "White!"
msgid "white"
msgstr "Biały!"
-#: ../tuxpaint.c:25116
+#: ../tuxpaint.c:25117
msgid "grey"
msgstr ""
-#: ../tuxpaint.c:25117
+#: ../tuxpaint.c:25118
#, fuzzy
#| msgid "Black!"
msgid "black"
msgstr "Czarny!"
#. 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:25122
+#: ../tuxpaint.c:25123
#, c-format
msgid "Your color is %1$s %2$s."
msgstr ""
-#: ../tuxpaint.c:25123
+#: ../tuxpaint.c:25124
#, c-format
msgid "Your color is %1$s %2$s and %3$s %4$s."
msgstr ""
-#: ../tuxpaint.c:25124
+#: ../tuxpaint.c:25125
#, c-format
msgid "Your color is %1$s %2$s, %3$s %4$s, and %5$s %6$s."
msgstr ""
-#: ../tuxpaint.c:25125
+#: ../tuxpaint.c:25126
#, c-format
msgid "Your color is %1$s %2$s, %3$s %4$s, %5$s %6$s, and %7$s %8$s."
msgstr ""
-#: ../tuxpaint.c:25126
+#: ../tuxpaint.c:25127
#, 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 ""
-#: ../tuxpaint.c:25127
+#: ../tuxpaint.c:25128
#, c-format
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 "
@@ -1558,22 +1558,22 @@ msgid ""
msgstr ""
#. Color mixer; e.g., "Your color is entirely grey."
-#: ../tuxpaint.c:25907 ../tuxpaint.c:25912
+#: ../tuxpaint.c:25908 ../tuxpaint.c:25913
msgid "entirely"
msgstr ""
#. Add "Color Select" color:
-#: ../tuxpaint.c:29087
+#: ../tuxpaint.c:29089
msgid "Select a color from your drawing."
msgstr "Wybierz kolor z Twojego rysunku."
-#: ../tuxpaint.c:29098
+#: ../tuxpaint.c:29100
msgid ""
"Pick a color. Hues go top to bottom. Saturation/intensity goes left (pale) "
"to right (pure). Value (lightness/darkness): grey bar."
msgstr ""
-#: ../tuxpaint.c:29112
+#: ../tuxpaint.c:29114
msgid ""
"Click the primary colors (red, yellow, and blue), white (to tint), grey (to "
"tone), and black (to shade), to mix together a new color."
@@ -2572,8 +2572,9 @@ msgstr ""
#: ../../magic/src/polyfill.c:32
msgid ""
-"Click multiple times in your picture to create a filled polygon. Click your "
-"starting position to complete the shape."
+"Click multiple times in your picture to create a filled polygon. You may "
+"drag control points to alter the shape. Click the first point to complete "
+"the shape."
msgstr ""
#: ../../magic/src/puzzle.c:112
diff --git a/src/po/pt.po b/src/po/pt.po
index efa6f57ff..26ffdc5ea 100644
--- a/src/po/pt.po
+++ b/src/po/pt.po
@@ -10,7 +10,7 @@ msgid ""
msgstr ""
"Project-Id-Version: tuxpaint\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2024-04-08 23:25-0700\n"
+"POT-Creation-Date: 2024-04-12 09:23-0700\n"
"PO-Revision-Date: 2024-02-18 17:11+0000\n"
"Last-Translator: Hugo Carvalho \n"
"Language-Team: Portuguese \n"
@@ -1107,7 +1107,7 @@ msgstr "Novo"
#. Open a saved picture
#. Buttons for the file open dialog
#. Open dialog: 'Open' button, to load the selected picture
-#: ../tools.h:97 ../tuxpaint.c:9697
+#: ../tools.h:97 ../tuxpaint.c:9698
msgid "Open"
msgstr "Abrir"
@@ -1521,83 +1521,83 @@ msgid "Please wait…"
msgstr "Aguarde…"
#. Open dialog: 'Erase' button, to erase/deleted the selected picture
-#: ../tuxpaint.c:9700
+#: ../tuxpaint.c:9701
msgid "Erase"
msgstr "Apagar"
#. Open dialog: 'Slides' button, to switch to slide show mode
-#: ../tuxpaint.c:9703
+#: ../tuxpaint.c:9704
msgid "Slides"
msgstr "Diapositivos"
#. Open dialog: 'Template' button, to make a template out of a drawing
-#: ../tuxpaint.c:9706
+#: ../tuxpaint.c:9707
msgid "Template"
msgstr "Modelo"
#. Open dialog: 'Export' button, to copy an image to an easily-accessible location
-#: ../tuxpaint.c:9709
+#: ../tuxpaint.c:9710
msgid "Export"
msgstr "Exportar"
#. Open dialog: 'Back' button, to dismiss Open dialog without opening a picture
-#: ../tuxpaint.c:9712
+#: ../tuxpaint.c:9713
msgid "Back"
msgstr "Recuar"
#. Slideshow: 'Play' button, to begin a slideshow sequence
-#: ../tuxpaint.c:9715
+#: ../tuxpaint.c:9716
msgid "Play"
msgstr "Mostrar"
#. Slideshow: 'GIF Export' button, to create an animated GIF
-#: ../tuxpaint.c:9718
+#: ../tuxpaint.c:9719
msgid "GIF Export"
msgstr "Exportar GIF"
#. Slideshow: 'Next' button, to load next slide (image)
-#: ../tuxpaint.c:9721
+#: ../tuxpaint.c:9722
msgid "Next"
msgstr "Avançar"
#. Color mixer dialog: 'Clear' button, to reset the mixed color
-#: ../tuxpaint.c:9724
+#: ../tuxpaint.c:9725
msgid "Clear"
msgstr "Limpar"
#. Use the localized label string (e.g., "あぁ" in Japanese)
-#: ../tuxpaint.c:10659 ../tuxpaint.c:10662 ../tuxpaint.c:10663
+#: ../tuxpaint.c:10660 ../tuxpaint.c:10663 ../tuxpaint.c:10664
msgid "Aa"
msgstr "Aa"
#. Admittedly stupid way of determining which keys can be used for
#. positive and negative responses in dialogs (e.g., [Y] (for 'yes') in English)
-#: ../tuxpaint.c:14672
+#: ../tuxpaint.c:14673
msgid "Yes"
msgstr "Sim"
-#: ../tuxpaint.c:14676
+#: ../tuxpaint.c:14677
msgid "No"
msgstr "Não"
#. Prompt to ask whether user wishes to save over old version of their file
-#: ../tuxpaint.c:15948
+#: ../tuxpaint.c:15949
msgid "Replace the picture with your changes?"
msgstr "Substituir o desenho original?"
#. Positive response to saving over old version
#. (like a 'File:Save' action in other applications)
-#: ../tuxpaint.c:15952
+#: ../tuxpaint.c:15953
msgid "Yes, replace the old one!"
msgstr "Sim, substituir!"
#. Negative response to saving over old version (saves a new image)
#. (like a 'File:Save As...' action in other applications)
-#: ../tuxpaint.c:15956
+#: ../tuxpaint.c:15957
msgid "No, save a new file!"
msgstr "Não, gravar como novo!"
-#: ../tuxpaint.c:17224
+#: ../tuxpaint.c:17225
msgid ""
"Choose a picture and then click “Open”, “Export”, “Template“, or “Erase”. "
"Click “Slides” to create a slideshow animation or “Back“ to return to your "
@@ -1607,7 +1607,7 @@ msgstr ""
"\"Apagar\". Clique em \"Diapositivos\" para criar uma animação de "
"apresentação de diapositivos ou em \"Recuar\" para voltar ao desenho atual."
-#: ../tuxpaint.c:17226
+#: ../tuxpaint.c:17227
msgid ""
"Choose a picture and then click “Open”, “Export”, or “Erase”. Click “Slides” "
"to create a slideshow animation or “Back“ to return to your current picture."
@@ -1619,63 +1619,63 @@ msgstr ""
#. None selected? Too dangerous to automatically select all (like we do for slideshow playback).
#. Only 1 selected? No point in saving as GIF.
#.
-#: ../tuxpaint.c:18895
+#: ../tuxpaint.c:18896
msgid "Select 2 or more drawings to turn into an animated GIF."
msgstr "Selecione 2 ou mais desenhos para se tornar num GIF animado."
#. Descriptions (names) of the color mixer tool's primary colors and shades
-#: ../tuxpaint.c:25112
+#: ../tuxpaint.c:25113
msgid "red"
msgstr "vermelho"
-#: ../tuxpaint.c:25113
+#: ../tuxpaint.c:25114
msgid "yellow"
msgstr "amarelo"
-#: ../tuxpaint.c:25114
+#: ../tuxpaint.c:25115
msgid "blue"
msgstr "azul"
-#: ../tuxpaint.c:25115
+#: ../tuxpaint.c:25116
msgid "white"
msgstr "branco"
-#: ../tuxpaint.c:25116
+#: ../tuxpaint.c:25117
msgid "grey"
msgstr "cinzento"
-#: ../tuxpaint.c:25117
+#: ../tuxpaint.c:25118
msgid "black"
msgstr "preto"
#. 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:25122
+#: ../tuxpaint.c:25123
#, c-format
msgid "Your color is %1$s %2$s."
msgstr "A tua cor é %1$s %2$s."
-#: ../tuxpaint.c:25123
+#: ../tuxpaint.c:25124
#, c-format
msgid "Your color is %1$s %2$s and %3$s %4$s."
msgstr "A tua cor é %1$s %2$s e %3$s %4$s."
-#: ../tuxpaint.c:25124
+#: ../tuxpaint.c:25125
#, c-format
msgid "Your color is %1$s %2$s, %3$s %4$s, and %5$s %6$s."
msgstr "A tua cor é %1$s %2$s, %3$s %4$s, e %5$s %6$s."
-#: ../tuxpaint.c:25125
+#: ../tuxpaint.c:25126
#, c-format
msgid "Your color is %1$s %2$s, %3$s %4$s, %5$s %6$s, and %7$s %8$s."
msgstr "A tua cor é %1$s %2$s, %3$s %4$s, %5$s %6$s, e %7$s %8$s."
-#: ../tuxpaint.c:25126
+#: ../tuxpaint.c:25127
#, 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 "A tua cor é %1$s %2$s, %3$s %4$s, %5$s %6$s, %7$s %8$s, e %9$s %10$s."
-#: ../tuxpaint.c:25127
+#: ../tuxpaint.c:25128
#, c-format
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 "
@@ -1685,16 +1685,16 @@ msgstr ""
"%12$s."
#. Color mixer; e.g., "Your color is entirely grey."
-#: ../tuxpaint.c:25907 ../tuxpaint.c:25912
+#: ../tuxpaint.c:25908 ../tuxpaint.c:25913
msgid "entirely"
msgstr "inteiramente"
#. Add "Color Select" color:
-#: ../tuxpaint.c:29087
+#: ../tuxpaint.c:29089
msgid "Select a color from your drawing."
msgstr "Seleciona uma cor do teu desenho."
-#: ../tuxpaint.c:29098
+#: ../tuxpaint.c:29100
msgid ""
"Pick a color. Hues go top to bottom. Saturation/intensity goes left (pale) "
"to right (pure). Value (lightness/darkness): grey bar."
@@ -1703,7 +1703,7 @@ msgstr ""
"da esquerda (pálida) para a direita (pura). Valor (leveza/escuridão): barra "
"cinzenta."
-#: ../tuxpaint.c:29112
+#: ../tuxpaint.c:29114
msgid ""
"Click the primary colors (red, yellow, and blue), white (to tint), grey (to "
"tone), and black (to shade), to mix together a new color."
@@ -2634,8 +2634,9 @@ msgstr ""
#: ../../magic/src/polyfill.c:32
msgid ""
-"Click multiple times in your picture to create a filled polygon. Click your "
-"starting position to complete the shape."
+"Click multiple times in your picture to create a filled polygon. You may "
+"drag control points to alter the shape. Click the first point to complete "
+"the shape."
msgstr ""
#: ../../magic/src/puzzle.c:112
diff --git a/src/po/pt_BR.po b/src/po/pt_BR.po
index ad250ef04..6bc7c1913 100644
--- a/src/po/pt_BR.po
+++ b/src/po/pt_BR.po
@@ -10,7 +10,7 @@ msgid ""
msgstr ""
"Project-Id-Version: tuxpaint\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2024-04-08 23:25-0700\n"
+"POT-Creation-Date: 2024-04-12 09:23-0700\n"
"PO-Revision-Date: 2017-12-06 13:01-0300\n"
"Last-Translator: Fred Ulisses Maranhão \n"
"Language-Team: none\n"
@@ -986,7 +986,7 @@ msgstr "Nova"
#. Open a saved picture
#. Buttons for the file open dialog
#. Open dialog: 'Open' button, to load the selected picture
-#: ../tools.h:97 ../tuxpaint.c:9697
+#: ../tools.h:97 ../tuxpaint.c:9698
msgid "Open"
msgstr "Abrir"
@@ -1401,90 +1401,90 @@ msgid "Please wait…"
msgstr "Espere, por favor…"
#. Open dialog: 'Erase' button, to erase/deleted the selected picture
-#: ../tuxpaint.c:9700
+#: ../tuxpaint.c:9701
msgid "Erase"
msgstr "Apagar"
#. Open dialog: 'Slides' button, to switch to slide show mode
-#: ../tuxpaint.c:9703
+#: ../tuxpaint.c:9704
msgid "Slides"
msgstr "Transparências"
#. Open dialog: 'Template' button, to make a template out of a drawing
-#: ../tuxpaint.c:9706
+#: ../tuxpaint.c:9707
msgid "Template"
msgstr ""
#. Open dialog: 'Export' button, to copy an image to an easily-accessible location
-#: ../tuxpaint.c:9709
+#: ../tuxpaint.c:9710
msgid "Export"
msgstr ""
#. Open dialog: 'Back' button, to dismiss Open dialog without opening a picture
-#: ../tuxpaint.c:9712
+#: ../tuxpaint.c:9713
msgid "Back"
msgstr "Voltar"
#. Slideshow: 'Play' button, to begin a slideshow sequence
-#: ../tuxpaint.c:9715
+#: ../tuxpaint.c:9716
msgid "Play"
msgstr "Começar"
#. Slideshow: 'GIF Export' button, to create an animated GIF
-#: ../tuxpaint.c:9718
+#: ../tuxpaint.c:9719
msgid "GIF Export"
msgstr ""
#. Slideshow: 'Next' button, to load next slide (image)
-#: ../tuxpaint.c:9721
+#: ../tuxpaint.c:9722
msgid "Next"
msgstr "Próximo"
#. Color mixer dialog: 'Clear' button, to reset the mixed color
-#: ../tuxpaint.c:9724
+#: ../tuxpaint.c:9725
msgid "Clear"
msgstr ""
#. Use the localized label string (e.g., "あぁ" in Japanese)
-#: ../tuxpaint.c:10659 ../tuxpaint.c:10662 ../tuxpaint.c:10663
+#: ../tuxpaint.c:10660 ../tuxpaint.c:10663 ../tuxpaint.c:10664
msgid "Aa"
msgstr "Aa"
#. Admittedly stupid way of determining which keys can be used for
#. positive and negative responses in dialogs (e.g., [Y] (for 'yes') in English)
-#: ../tuxpaint.c:14672
+#: ../tuxpaint.c:14673
msgid "Yes"
msgstr "Sim"
-#: ../tuxpaint.c:14676
+#: ../tuxpaint.c:14677
msgid "No"
msgstr "Não"
#. Prompt to ask whether user wishes to save over old version of their file
-#: ../tuxpaint.c:15948
+#: ../tuxpaint.c:15949
msgid "Replace the picture with your changes?"
msgstr "Trocar o desenho antigo por este?"
#. Positive response to saving over old version
#. (like a 'File:Save' action in other applications)
-#: ../tuxpaint.c:15952
+#: ../tuxpaint.c:15953
msgid "Yes, replace the old one!"
msgstr "Sim, troque o antigo!"
#. Negative response to saving over old version (saves a new image)
#. (like a 'File:Save As...' action in other applications)
-#: ../tuxpaint.c:15956
+#: ../tuxpaint.c:15957
msgid "No, save a new file!"
msgstr "Não, salve como um novo arquivo!"
-#: ../tuxpaint.c:17224
+#: ../tuxpaint.c:17225
msgid ""
"Choose a picture and then click “Open”, “Export”, “Template“, or “Erase”. "
"Click “Slides” to create a slideshow animation or “Back“ to return to your "
"current picture."
msgstr ""
-#: ../tuxpaint.c:17226
+#: ../tuxpaint.c:17227
msgid ""
"Choose a picture and then click “Open”, “Export”, or “Erase”. Click “Slides” "
"to create a slideshow animation or “Back“ to return to your current picture."
@@ -1493,71 +1493,71 @@ msgstr ""
#. None selected? Too dangerous to automatically select all (like we do for slideshow playback).
#. Only 1 selected? No point in saving as GIF.
#.
-#: ../tuxpaint.c:18895
+#: ../tuxpaint.c:18896
msgid "Select 2 or more drawings to turn into an animated GIF."
msgstr ""
#. Descriptions (names) of the color mixer tool's primary colors and shades
-#: ../tuxpaint.c:25112
+#: ../tuxpaint.c:25113
msgid "red"
msgstr ""
-#: ../tuxpaint.c:25113
+#: ../tuxpaint.c:25114
#, fuzzy
#| msgid "Yellow!"
msgid "yellow"
msgstr "Amarelo!"
-#: ../tuxpaint.c:25114
+#: ../tuxpaint.c:25115
#, fuzzy
#| msgid "Sky blue!"
msgid "blue"
msgstr "Azul celeste!"
-#: ../tuxpaint.c:25115
+#: ../tuxpaint.c:25116
#, fuzzy
#| msgid "White!"
msgid "white"
msgstr "Branco!"
-#: ../tuxpaint.c:25116
+#: ../tuxpaint.c:25117
msgid "grey"
msgstr ""
-#: ../tuxpaint.c:25117
+#: ../tuxpaint.c:25118
#, fuzzy
#| msgid "Black!"
msgid "black"
msgstr "Preto!"
#. 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:25122
+#: ../tuxpaint.c:25123
#, c-format
msgid "Your color is %1$s %2$s."
msgstr ""
-#: ../tuxpaint.c:25123
+#: ../tuxpaint.c:25124
#, c-format
msgid "Your color is %1$s %2$s and %3$s %4$s."
msgstr ""
-#: ../tuxpaint.c:25124
+#: ../tuxpaint.c:25125
#, c-format
msgid "Your color is %1$s %2$s, %3$s %4$s, and %5$s %6$s."
msgstr ""
-#: ../tuxpaint.c:25125
+#: ../tuxpaint.c:25126
#, c-format
msgid "Your color is %1$s %2$s, %3$s %4$s, %5$s %6$s, and %7$s %8$s."
msgstr ""
-#: ../tuxpaint.c:25126
+#: ../tuxpaint.c:25127
#, 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 ""
-#: ../tuxpaint.c:25127
+#: ../tuxpaint.c:25128
#, c-format
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 "
@@ -1565,22 +1565,22 @@ msgid ""
msgstr ""
#. Color mixer; e.g., "Your color is entirely grey."
-#: ../tuxpaint.c:25907 ../tuxpaint.c:25912
+#: ../tuxpaint.c:25908 ../tuxpaint.c:25913
msgid "entirely"
msgstr ""
#. Add "Color Select" color:
-#: ../tuxpaint.c:29087
+#: ../tuxpaint.c:29089
msgid "Select a color from your drawing."
msgstr "Selecione uma cor do seu desenho."
-#: ../tuxpaint.c:29098
+#: ../tuxpaint.c:29100
msgid ""
"Pick a color. Hues go top to bottom. Saturation/intensity goes left (pale) "
"to right (pure). Value (lightness/darkness): grey bar."
msgstr ""
-#: ../tuxpaint.c:29112
+#: ../tuxpaint.c:29114
msgid ""
"Click the primary colors (red, yellow, and blue), white (to tint), grey (to "
"tone), and black (to shade), to mix together a new color."
@@ -2577,8 +2577,9 @@ msgstr ""
#: ../../magic/src/polyfill.c:32
msgid ""
-"Click multiple times in your picture to create a filled polygon. Click your "
-"starting position to complete the shape."
+"Click multiple times in your picture to create a filled polygon. You may "
+"drag control points to alter the shape. Click the first point to complete "
+"the shape."
msgstr ""
#: ../../magic/src/puzzle.c:112
diff --git a/src/po/ro.po b/src/po/ro.po
index 91f0525e7..d57a3a4a4 100644
--- a/src/po/ro.po
+++ b/src/po/ro.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Tuxpaint 0.9.2pre\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2024-04-08 23:25-0700\n"
+"POT-Creation-Date: 2024-04-12 09:23-0700\n"
"PO-Revision-Date: 2003-01-03 21:32-0500\n"
"Language-Team: Romanian \n"
"Language: ro\n"
@@ -983,7 +983,7 @@ msgstr "Nou"
#. Open a saved picture
#. Buttons for the file open dialog
#. Open dialog: 'Open' button, to load the selected picture
-#: ../tools.h:97 ../tuxpaint.c:9697
+#: ../tools.h:97 ../tuxpaint.c:9698
msgid "Open"
msgstr "Deschide"
@@ -1414,90 +1414,90 @@ msgid "Please wait…"
msgstr "Aşteaptă, te rog…"
#. Open dialog: 'Erase' button, to erase/deleted the selected picture
-#: ../tuxpaint.c:9700
+#: ../tuxpaint.c:9701
msgid "Erase"
msgstr "Şterge"
#. Open dialog: 'Slides' button, to switch to slide show mode
-#: ../tuxpaint.c:9703
+#: ../tuxpaint.c:9704
msgid "Slides"
msgstr "Diapozitive"
#. Open dialog: 'Template' button, to make a template out of a drawing
-#: ../tuxpaint.c:9706
+#: ../tuxpaint.c:9707
msgid "Template"
msgstr ""
#. Open dialog: 'Export' button, to copy an image to an easily-accessible location
-#: ../tuxpaint.c:9709
+#: ../tuxpaint.c:9710
msgid "Export"
msgstr ""
#. Open dialog: 'Back' button, to dismiss Open dialog without opening a picture
-#: ../tuxpaint.c:9712
+#: ../tuxpaint.c:9713
msgid "Back"
msgstr "Înapoi"
#. Slideshow: 'Play' button, to begin a slideshow sequence
-#: ../tuxpaint.c:9715
+#: ../tuxpaint.c:9716
msgid "Play"
msgstr "Rulează"
#. Slideshow: 'GIF Export' button, to create an animated GIF
-#: ../tuxpaint.c:9718
+#: ../tuxpaint.c:9719
msgid "GIF Export"
msgstr ""
#. Slideshow: 'Next' button, to load next slide (image)
-#: ../tuxpaint.c:9721
+#: ../tuxpaint.c:9722
msgid "Next"
msgstr "Următoroul"
#. Color mixer dialog: 'Clear' button, to reset the mixed color
-#: ../tuxpaint.c:9724
+#: ../tuxpaint.c:9725
msgid "Clear"
msgstr ""
#. Use the localized label string (e.g., "あぁ" in Japanese)
-#: ../tuxpaint.c:10659 ../tuxpaint.c:10662 ../tuxpaint.c:10663
+#: ../tuxpaint.c:10660 ../tuxpaint.c:10663 ../tuxpaint.c:10664
msgid "Aa"
msgstr "Aa"
#. Admittedly stupid way of determining which keys can be used for
#. positive and negative responses in dialogs (e.g., [Y] (for 'yes') in English)
-#: ../tuxpaint.c:14672
+#: ../tuxpaint.c:14673
msgid "Yes"
msgstr "Da"
-#: ../tuxpaint.c:14676
+#: ../tuxpaint.c:14677
msgid "No"
msgstr "Nu"
#. Prompt to ask whether user wishes to save over old version of their file
-#: ../tuxpaint.c:15948
+#: ../tuxpaint.c:15949
msgid "Replace the picture with your changes?"
msgstr "Înlocuieşti pictura cu modificările tale?"
#. Positive response to saving over old version
#. (like a 'File:Save' action in other applications)
-#: ../tuxpaint.c:15952
+#: ../tuxpaint.c:15953
msgid "Yes, replace the old one!"
msgstr "Da, înlocuieşte-o pe cea veche!"
#. Negative response to saving over old version (saves a new image)
#. (like a 'File:Save As...' action in other applications)
-#: ../tuxpaint.c:15956
+#: ../tuxpaint.c:15957
msgid "No, save a new file!"
msgstr "Nu, salveaz-o ca fişier nou!"
-#: ../tuxpaint.c:17224
+#: ../tuxpaint.c:17225
msgid ""
"Choose a picture and then click “Open”, “Export”, “Template“, or “Erase”. "
"Click “Slides” to create a slideshow animation or “Back“ to return to your "
"current picture."
msgstr ""
-#: ../tuxpaint.c:17226
+#: ../tuxpaint.c:17227
msgid ""
"Choose a picture and then click “Open”, “Export”, or “Erase”. Click “Slides” "
"to create a slideshow animation or “Back“ to return to your current picture."
@@ -1506,73 +1506,73 @@ msgstr ""
#. None selected? Too dangerous to automatically select all (like we do for slideshow playback).
#. Only 1 selected? No point in saving as GIF.
#.
-#: ../tuxpaint.c:18895
+#: ../tuxpaint.c:18896
msgid "Select 2 or more drawings to turn into an animated GIF."
msgstr ""
#. Descriptions (names) of the color mixer tool's primary colors and shades
-#: ../tuxpaint.c:25112
+#: ../tuxpaint.c:25113
#, fuzzy
#| msgid "Red"
msgid "red"
msgstr "Roșu!"
-#: ../tuxpaint.c:25113
+#: ../tuxpaint.c:25114
#, fuzzy
#| msgid "Yellow!"
msgid "yellow"
msgstr "Galben!"
-#: ../tuxpaint.c:25114
+#: ../tuxpaint.c:25115
#, fuzzy
#| msgid "Sky blue!"
msgid "blue"
msgstr "Albastru ceruleum!"
-#: ../tuxpaint.c:25115
+#: ../tuxpaint.c:25116
#, fuzzy
#| msgid "White!"
msgid "white"
msgstr "Alb!"
-#: ../tuxpaint.c:25116
+#: ../tuxpaint.c:25117
msgid "grey"
msgstr ""
-#: ../tuxpaint.c:25117
+#: ../tuxpaint.c:25118
#, fuzzy
#| msgid "Black!"
msgid "black"
msgstr "Negru!"
#. 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:25122
+#: ../tuxpaint.c:25123
#, c-format
msgid "Your color is %1$s %2$s."
msgstr ""
-#: ../tuxpaint.c:25123
+#: ../tuxpaint.c:25124
#, c-format
msgid "Your color is %1$s %2$s and %3$s %4$s."
msgstr ""
-#: ../tuxpaint.c:25124
+#: ../tuxpaint.c:25125
#, c-format
msgid "Your color is %1$s %2$s, %3$s %4$s, and %5$s %6$s."
msgstr ""
-#: ../tuxpaint.c:25125
+#: ../tuxpaint.c:25126
#, c-format
msgid "Your color is %1$s %2$s, %3$s %4$s, %5$s %6$s, and %7$s %8$s."
msgstr ""
-#: ../tuxpaint.c:25126
+#: ../tuxpaint.c:25127
#, 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 ""
-#: ../tuxpaint.c:25127
+#: ../tuxpaint.c:25128
#, c-format
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 "
@@ -1580,22 +1580,22 @@ msgid ""
msgstr ""
#. Color mixer; e.g., "Your color is entirely grey."
-#: ../tuxpaint.c:25907 ../tuxpaint.c:25912
+#: ../tuxpaint.c:25908 ../tuxpaint.c:25913
msgid "entirely"
msgstr ""
#. Add "Color Select" color:
-#: ../tuxpaint.c:29087
+#: ../tuxpaint.c:29089
msgid "Select a color from your drawing."
msgstr ""
-#: ../tuxpaint.c:29098
+#: ../tuxpaint.c:29100
msgid ""
"Pick a color. Hues go top to bottom. Saturation/intensity goes left (pale) "
"to right (pure). Value (lightness/darkness): grey bar."
msgstr ""
-#: ../tuxpaint.c:29112
+#: ../tuxpaint.c:29114
msgid ""
"Click the primary colors (red, yellow, and blue), white (to tint), grey (to "
"tone), and black (to shade), to mix together a new color."
@@ -2663,8 +2663,9 @@ msgstr ""
#: ../../magic/src/polyfill.c:32
msgid ""
-"Click multiple times in your picture to create a filled polygon. Click your "
-"starting position to complete the shape."
+"Click multiple times in your picture to create a filled polygon. You may "
+"drag control points to alter the shape. Click the first point to complete "
+"the shape."
msgstr ""
#: ../../magic/src/puzzle.c:112
diff --git a/src/po/ru.po b/src/po/ru.po
index ff5b72fc6..9d426b6c5 100644
--- a/src/po/ru.po
+++ b/src/po/ru.po
@@ -10,7 +10,7 @@ msgid ""
msgstr ""
"Project-Id-Version: TuxPaint\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2024-04-08 23:25-0700\n"
+"POT-Creation-Date: 2024-04-12 09:23-0700\n"
"PO-Revision-Date: 2023-05-19 16:11+0300\n"
"Last-Translator: Olesya Gerasimenko \n"
"Language-Team: Basealt Translation Team\n"
@@ -1112,7 +1112,7 @@ msgstr "Создать"
#. Open a saved picture
#. Buttons for the file open dialog
#. Open dialog: 'Open' button, to load the selected picture
-#: ../tools.h:97 ../tuxpaint.c:9697
+#: ../tools.h:97 ../tuxpaint.c:9698
msgid "Open"
msgstr "Открыть"
@@ -1532,90 +1532,90 @@ msgid "Please wait…"
msgstr "Пожалуйста, подождите..."
#. Open dialog: 'Erase' button, to erase/deleted the selected picture
-#: ../tuxpaint.c:9700
+#: ../tuxpaint.c:9701
msgid "Erase"
msgstr "Удалить"
#. Open dialog: 'Slides' button, to switch to slide show mode
-#: ../tuxpaint.c:9703
+#: ../tuxpaint.c:9704
msgid "Slides"
msgstr "Слайды"
#. Open dialog: 'Template' button, to make a template out of a drawing
-#: ../tuxpaint.c:9706
+#: ../tuxpaint.c:9707
msgid "Template"
msgstr ""
#. Open dialog: 'Export' button, to copy an image to an easily-accessible location
-#: ../tuxpaint.c:9709
+#: ../tuxpaint.c:9710
msgid "Export"
msgstr "Экспорт"
#. Open dialog: 'Back' button, to dismiss Open dialog without opening a picture
-#: ../tuxpaint.c:9712
+#: ../tuxpaint.c:9713
msgid "Back"
msgstr "Назад"
#. Slideshow: 'Play' button, to begin a slideshow sequence
-#: ../tuxpaint.c:9715
+#: ../tuxpaint.c:9716
msgid "Play"
msgstr "Запуск"
#. Slideshow: 'GIF Export' button, to create an animated GIF
-#: ../tuxpaint.c:9718
+#: ../tuxpaint.c:9719
msgid "GIF Export"
msgstr "Экспорт GIF"
#. Slideshow: 'Next' button, to load next slide (image)
-#: ../tuxpaint.c:9721
+#: ../tuxpaint.c:9722
msgid "Next"
msgstr "Далее"
#. Color mixer dialog: 'Clear' button, to reset the mixed color
-#: ../tuxpaint.c:9724
+#: ../tuxpaint.c:9725
msgid "Clear"
msgstr "Очистить"
#. Use the localized label string (e.g., "あぁ" in Japanese)
-#: ../tuxpaint.c:10659 ../tuxpaint.c:10662 ../tuxpaint.c:10663
+#: ../tuxpaint.c:10660 ../tuxpaint.c:10663 ../tuxpaint.c:10664
msgid "Aa"
msgstr "Аа"
#. Admittedly stupid way of determining which keys can be used for
#. positive and negative responses in dialogs (e.g., [Y] (for 'yes') in English)
-#: ../tuxpaint.c:14672
+#: ../tuxpaint.c:14673
msgid "Yes"
msgstr "Да"
-#: ../tuxpaint.c:14676
+#: ../tuxpaint.c:14677
msgid "No"
msgstr "Нет"
#. Prompt to ask whether user wishes to save over old version of their file
-#: ../tuxpaint.c:15948
+#: ../tuxpaint.c:15949
msgid "Replace the picture with your changes?"
msgstr "Заменить старую картинку?"
#. Positive response to saving over old version
#. (like a 'File:Save' action in other applications)
-#: ../tuxpaint.c:15952
+#: ../tuxpaint.c:15953
msgid "Yes, replace the old one!"
msgstr "Да, заменить старую картинку!"
#. Negative response to saving over old version (saves a new image)
#. (like a 'File:Save As...' action in other applications)
-#: ../tuxpaint.c:15956
+#: ../tuxpaint.c:15957
msgid "No, save a new file!"
msgstr "Нет, сохранить в новый файл!"
-#: ../tuxpaint.c:17224
+#: ../tuxpaint.c:17225
msgid ""
"Choose a picture and then click “Open”, “Export”, “Template“, or “Erase”. "
"Click “Slides” to create a slideshow animation or “Back“ to return to your "
"current picture."
msgstr ""
-#: ../tuxpaint.c:17226
+#: ../tuxpaint.c:17227
msgid ""
"Choose a picture and then click “Open”, “Export”, or “Erase”. Click “Slides” "
"to create a slideshow animation or “Back“ to return to your current picture."
@@ -1624,68 +1624,68 @@ msgstr ""
#. None selected? Too dangerous to automatically select all (like we do for slideshow playback).
#. Only 1 selected? No point in saving as GIF.
#.
-#: ../tuxpaint.c:18895
+#: ../tuxpaint.c:18896
msgid "Select 2 or more drawings to turn into an animated GIF."
msgstr ""
"Выберите два или больше рисунков для преобразования в анимированный GIF."
#. Descriptions (names) of the color mixer tool's primary colors and shades
-#: ../tuxpaint.c:25112
+#: ../tuxpaint.c:25113
msgid "red"
msgstr "красный"
# При выборе жёлтого (255, 255, 0) цвета
-#: ../tuxpaint.c:25113
+#: ../tuxpaint.c:25114
msgid "yellow"
msgstr "жёлтый"
# При выборе голубого (138, 168, 205) цвета
-#: ../tuxpaint.c:25114
+#: ../tuxpaint.c:25115
msgid "blue"
msgstr "синий"
# При выборе белого (255, 255, 255) цвета
-#: ../tuxpaint.c:25115
+#: ../tuxpaint.c:25116
msgid "white"
msgstr "белый"
-#: ../tuxpaint.c:25116
+#: ../tuxpaint.c:25117
msgid "grey"
msgstr "серый"
# При выборе чёрного (0, 0, 0) цвета
-#: ../tuxpaint.c:25117
+#: ../tuxpaint.c:25118
msgid "black"
msgstr "чёрный"
#. 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:25122
+#: ../tuxpaint.c:25123
#, c-format
msgid "Your color is %1$s %2$s."
msgstr "Ваш цвет: %1$s %2$s."
-#: ../tuxpaint.c:25123
+#: ../tuxpaint.c:25124
#, c-format
msgid "Your color is %1$s %2$s and %3$s %4$s."
msgstr "Ваш цвет: %1$s %2$s и %3$s %4$s."
-#: ../tuxpaint.c:25124
+#: ../tuxpaint.c:25125
#, c-format
msgid "Your color is %1$s %2$s, %3$s %4$s, and %5$s %6$s."
msgstr "Ваш цвет: %1$s %2$s, %3$s %4$s и %5$s %6$s."
-#: ../tuxpaint.c:25125
+#: ../tuxpaint.c:25126
#, c-format
msgid "Your color is %1$s %2$s, %3$s %4$s, %5$s %6$s, and %7$s %8$s."
msgstr "Ваш цвет: %1$s %2$s, %3$s %4$s, %5$s %6$s и %7$s %8$s."
-#: ../tuxpaint.c:25126
+#: ../tuxpaint.c:25127
#, 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 "Ваш цвет: %1$s %2$s, %3$s %4$s, %5$s %6$s, %7$s %8$s и %9$s %10$s."
-#: ../tuxpaint.c:25127
+#: ../tuxpaint.c:25128
#, c-format
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 "
@@ -1695,16 +1695,16 @@ msgstr ""
"%12$s."
#. Color mixer; e.g., "Your color is entirely grey."
-#: ../tuxpaint.c:25907 ../tuxpaint.c:25912
+#: ../tuxpaint.c:25908 ../tuxpaint.c:25913
msgid "entirely"
msgstr "полностью"
#. Add "Color Select" color:
-#: ../tuxpaint.c:29087
+#: ../tuxpaint.c:29089
msgid "Select a color from your drawing."
msgstr "Выберите цвет для рисования."
-#: ../tuxpaint.c:29098
+#: ../tuxpaint.c:29100
msgid ""
"Pick a color. Hues go top to bottom. Saturation/intensity goes left (pale) "
"to right (pure). Value (lightness/darkness): grey bar."
@@ -1713,7 +1713,7 @@ msgstr ""
"слева (тускло) направо (ярко). Значение (освещённость или затенённость): "
"серая панель."
-#: ../tuxpaint.c:29112
+#: ../tuxpaint.c:29114
msgid ""
"Click the primary colors (red, yellow, and blue), white (to tint), grey (to "
"tone), and black (to shade), to mix together a new color."
@@ -2674,8 +2674,9 @@ msgstr ""
#: ../../magic/src/polyfill.c:32
msgid ""
-"Click multiple times in your picture to create a filled polygon. Click your "
-"starting position to complete the shape."
+"Click multiple times in your picture to create a filled polygon. You may "
+"drag control points to alter the shape. Click the first point to complete "
+"the shape."
msgstr ""
#: ../../magic/src/puzzle.c:112
diff --git a/src/po/rw.po b/src/po/rw.po
index 29249ea29..1eef6651a 100644
--- a/src/po/rw.po
+++ b/src/po/rw.po
@@ -16,7 +16,7 @@ msgid ""
msgstr ""
"Project-Id-Version: tuxpaint 0.9.14\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2024-04-08 23:25-0700\n"
+"POT-Creation-Date: 2024-04-12 09:23-0700\n"
"PO-Revision-Date: 2005-04-04 10:55-0700\n"
"Last-Translator: Steven Michael Murphy \n"
"Language-Team: Kinyarwanda \n"
@@ -983,7 +983,7 @@ msgstr "Gishya"
#. Open a saved picture
#. Buttons for the file open dialog
#. Open dialog: 'Open' button, to load the selected picture
-#: ../tools.h:97 ../tuxpaint.c:9697
+#: ../tools.h:97 ../tuxpaint.c:9698
msgid "Open"
msgstr "Gufungura"
@@ -1387,92 +1387,92 @@ msgid "Please wait…"
msgstr ""
#. Open dialog: 'Erase' button, to erase/deleted the selected picture
-#: ../tuxpaint.c:9700
+#: ../tuxpaint.c:9701
msgid "Erase"
msgstr ""
#. Open dialog: 'Slides' button, to switch to slide show mode
-#: ../tuxpaint.c:9703
+#: ../tuxpaint.c:9704
msgid "Slides"
msgstr ""
#. Open dialog: 'Template' button, to make a template out of a drawing
-#: ../tuxpaint.c:9706
+#: ../tuxpaint.c:9707
msgid "Template"
msgstr ""
#. Open dialog: 'Export' button, to copy an image to an easily-accessible location
-#: ../tuxpaint.c:9709
+#: ../tuxpaint.c:9710
msgid "Export"
msgstr ""
#. Open dialog: 'Back' button, to dismiss Open dialog without opening a picture
-#: ../tuxpaint.c:9712
+#: ../tuxpaint.c:9713
msgid "Back"
msgstr "Inyuma"
#. Slideshow: 'Play' button, to begin a slideshow sequence
-#: ../tuxpaint.c:9715
+#: ../tuxpaint.c:9716
msgid "Play"
msgstr ""
#. Slideshow: 'GIF Export' button, to create an animated GIF
-#: ../tuxpaint.c:9718
+#: ../tuxpaint.c:9719
msgid "GIF Export"
msgstr ""
#. Slideshow: 'Next' button, to load next slide (image)
-#: ../tuxpaint.c:9721
+#: ../tuxpaint.c:9722
#, fuzzy
msgid "Next"
msgstr "Umwandiko"
#. Color mixer dialog: 'Clear' button, to reset the mixed color
-#: ../tuxpaint.c:9724
+#: ../tuxpaint.c:9725
msgid "Clear"
msgstr ""
#. Use the localized label string (e.g., "あぁ" in Japanese)
-#: ../tuxpaint.c:10659 ../tuxpaint.c:10662 ../tuxpaint.c:10663
+#: ../tuxpaint.c:10660 ../tuxpaint.c:10663 ../tuxpaint.c:10664
msgid "Aa"
msgstr ""
#. Admittedly stupid way of determining which keys can be used for
#. positive and negative responses in dialogs (e.g., [Y] (for 'yes') in English)
-#: ../tuxpaint.c:14672
+#: ../tuxpaint.c:14673
msgid "Yes"
msgstr "Yego"
-#: ../tuxpaint.c:14676
+#: ../tuxpaint.c:14677
msgid "No"
msgstr "Oya"
#. Prompt to ask whether user wishes to save over old version of their file
-#: ../tuxpaint.c:15948
+#: ../tuxpaint.c:15949
msgid "Replace the picture with your changes?"
msgstr ""
#. Positive response to saving over old version
#. (like a 'File:Save' action in other applications)
-#: ../tuxpaint.c:15952
+#: ../tuxpaint.c:15953
msgid "Yes, replace the old one!"
msgstr ""
#. Negative response to saving over old version (saves a new image)
#. (like a 'File:Save As...' action in other applications)
-#: ../tuxpaint.c:15956
+#: ../tuxpaint.c:15957
#, fuzzy
msgid "No, save a new file!"
msgstr "Kubika a Gishya IDOSIYE"
-#: ../tuxpaint.c:17224
+#: ../tuxpaint.c:17225
msgid ""
"Choose a picture and then click “Open”, “Export”, “Template“, or “Erase”. "
"Click “Slides” to create a slideshow animation or “Back“ to return to your "
"current picture."
msgstr ""
-#: ../tuxpaint.c:17226
+#: ../tuxpaint.c:17227
msgid ""
"Choose a picture and then click “Open”, “Export”, or “Erase”. Click “Slides” "
"to create a slideshow animation or “Back“ to return to your current picture."
@@ -1481,67 +1481,67 @@ msgstr ""
#. None selected? Too dangerous to automatically select all (like we do for slideshow playback).
#. Only 1 selected? No point in saving as GIF.
#.
-#: ../tuxpaint.c:18895
+#: ../tuxpaint.c:18896
msgid "Select 2 or more drawings to turn into an animated GIF."
msgstr ""
#. Descriptions (names) of the color mixer tool's primary colors and shades
-#: ../tuxpaint.c:25112
+#: ../tuxpaint.c:25113
msgid "red"
msgstr ""
-#: ../tuxpaint.c:25113
+#: ../tuxpaint.c:25114
#, fuzzy
msgid "yellow"
msgstr "Umuhondo"
-#: ../tuxpaint.c:25114
+#: ../tuxpaint.c:25115
msgid "blue"
msgstr ""
-#: ../tuxpaint.c:25115
+#: ../tuxpaint.c:25116
#, fuzzy
msgid "white"
msgstr "Umweru"
-#: ../tuxpaint.c:25116
+#: ../tuxpaint.c:25117
msgid "grey"
msgstr ""
# officecfg/registry\schema\org\openoffice\Office\Math.xcs:....FontFormat.Weight..10.text
-#: ../tuxpaint.c:25117
+#: ../tuxpaint.c:25118
#, fuzzy
msgid "black"
msgstr "umukara"
#. 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:25122
+#: ../tuxpaint.c:25123
#, c-format
msgid "Your color is %1$s %2$s."
msgstr ""
-#: ../tuxpaint.c:25123
+#: ../tuxpaint.c:25124
#, c-format
msgid "Your color is %1$s %2$s and %3$s %4$s."
msgstr ""
-#: ../tuxpaint.c:25124
+#: ../tuxpaint.c:25125
#, c-format
msgid "Your color is %1$s %2$s, %3$s %4$s, and %5$s %6$s."
msgstr ""
-#: ../tuxpaint.c:25125
+#: ../tuxpaint.c:25126
#, c-format
msgid "Your color is %1$s %2$s, %3$s %4$s, %5$s %6$s, and %7$s %8$s."
msgstr ""
-#: ../tuxpaint.c:25126
+#: ../tuxpaint.c:25127
#, 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 ""
-#: ../tuxpaint.c:25127
+#: ../tuxpaint.c:25128
#, c-format
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 "
@@ -1549,22 +1549,22 @@ msgid ""
msgstr ""
#. Color mixer; e.g., "Your color is entirely grey."
-#: ../tuxpaint.c:25907 ../tuxpaint.c:25912
+#: ../tuxpaint.c:25908 ../tuxpaint.c:25913
msgid "entirely"
msgstr ""
#. Add "Color Select" color:
-#: ../tuxpaint.c:29087
+#: ../tuxpaint.c:29089
msgid "Select a color from your drawing."
msgstr ""
-#: ../tuxpaint.c:29098
+#: ../tuxpaint.c:29100
msgid ""
"Pick a color. Hues go top to bottom. Saturation/intensity goes left (pale) "
"to right (pure). Value (lightness/darkness): grey bar."
msgstr ""
-#: ../tuxpaint.c:29112
+#: ../tuxpaint.c:29114
msgid ""
"Click the primary colors (red, yellow, and blue), white (to tint), grey (to "
"tone), and black (to shade), to mix together a new color."
@@ -2500,8 +2500,9 @@ msgstr ""
#: ../../magic/src/polyfill.c:32
msgid ""
-"Click multiple times in your picture to create a filled polygon. Click your "
-"starting position to complete the shape."
+"Click multiple times in your picture to create a filled polygon. You may "
+"drag control points to alter the shape. Click the first point to complete "
+"the shape."
msgstr ""
#: ../../magic/src/puzzle.c:112
diff --git a/src/po/sa.po b/src/po/sa.po
index 784da60ea..cf4f96e33 100644
--- a/src/po/sa.po
+++ b/src/po/sa.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2024-04-08 23:25-0700\n"
+"POT-Creation-Date: 2024-04-12 09:23-0700\n"
"PO-Revision-Date: 2011-11-19 07:03+0530\n"
"Last-Translator: Aarathi Bala\n"
"Language-Team: \n"
@@ -974,7 +974,7 @@ msgstr "नूतनम्"
#. Open a saved picture
#. Buttons for the file open dialog
#. Open dialog: 'Open' button, to load the selected picture
-#: ../tools.h:97 ../tuxpaint.c:9697
+#: ../tools.h:97 ../tuxpaint.c:9698
msgid "Open"
msgstr "उद्घाटय"
@@ -1385,90 +1385,90 @@ msgid "Please wait…"
msgstr "कृपया प्रतीक्षस्व..."
#. Open dialog: 'Erase' button, to erase/deleted the selected picture
-#: ../tuxpaint.c:9700
+#: ../tuxpaint.c:9701
msgid "Erase"
msgstr "मार्जय"
#. Open dialog: 'Slides' button, to switch to slide show mode
-#: ../tuxpaint.c:9703
+#: ../tuxpaint.c:9704
msgid "Slides"
msgstr "स्लैड्स्"
#. Open dialog: 'Template' button, to make a template out of a drawing
-#: ../tuxpaint.c:9706
+#: ../tuxpaint.c:9707
msgid "Template"
msgstr ""
#. Open dialog: 'Export' button, to copy an image to an easily-accessible location
-#: ../tuxpaint.c:9709
+#: ../tuxpaint.c:9710
msgid "Export"
msgstr ""
#. Open dialog: 'Back' button, to dismiss Open dialog without opening a picture
-#: ../tuxpaint.c:9712
+#: ../tuxpaint.c:9713
msgid "Back"
msgstr "पृष्ठे"
#. Slideshow: 'Play' button, to begin a slideshow sequence
-#: ../tuxpaint.c:9715
+#: ../tuxpaint.c:9716
msgid "Play"
msgstr "वादय"
#. Slideshow: 'GIF Export' button, to create an animated GIF
-#: ../tuxpaint.c:9718
+#: ../tuxpaint.c:9719
msgid "GIF Export"
msgstr ""
#. Slideshow: 'Next' button, to load next slide (image)
-#: ../tuxpaint.c:9721
+#: ../tuxpaint.c:9722
msgid "Next"
msgstr "अग्रिमम्"
#. Color mixer dialog: 'Clear' button, to reset the mixed color
-#: ../tuxpaint.c:9724
+#: ../tuxpaint.c:9725
msgid "Clear"
msgstr ""
#. Use the localized label string (e.g., "あぁ" in Japanese)
-#: ../tuxpaint.c:10659 ../tuxpaint.c:10662 ../tuxpaint.c:10663
+#: ../tuxpaint.c:10660 ../tuxpaint.c:10663 ../tuxpaint.c:10664
msgid "Aa"
msgstr "Aa"
#. Admittedly stupid way of determining which keys can be used for
#. positive and negative responses in dialogs (e.g., [Y] (for 'yes') in English)
-#: ../tuxpaint.c:14672
+#: ../tuxpaint.c:14673
msgid "Yes"
msgstr "आम्"
-#: ../tuxpaint.c:14676
+#: ../tuxpaint.c:14677
msgid "No"
msgstr "न"
#. Prompt to ask whether user wishes to save over old version of their file
-#: ../tuxpaint.c:15948
+#: ../tuxpaint.c:15949
msgid "Replace the picture with your changes?"
msgstr "तव परिणामैः चित्रं प्रतिसमाधत्स्व किम्?"
#. Positive response to saving over old version
#. (like a 'File:Save' action in other applications)
-#: ../tuxpaint.c:15952
+#: ../tuxpaint.c:15953
msgid "Yes, replace the old one!"
msgstr "आम्, पुरातनं प्रतिसमाधत्स्व!"
#. Negative response to saving over old version (saves a new image)
#. (like a 'File:Save As...' action in other applications)
-#: ../tuxpaint.c:15956
+#: ../tuxpaint.c:15957
msgid "No, save a new file!"
msgstr "न, नूतनसञ्चिकां सञ्चय!"
-#: ../tuxpaint.c:17224
+#: ../tuxpaint.c:17225
msgid ""
"Choose a picture and then click “Open”, “Export”, “Template“, or “Erase”. "
"Click “Slides” to create a slideshow animation or “Back“ to return to your "
"current picture."
msgstr ""
-#: ../tuxpaint.c:17226
+#: ../tuxpaint.c:17227
msgid ""
"Choose a picture and then click “Open”, “Export”, or “Erase”. Click “Slides” "
"to create a slideshow animation or “Back“ to return to your current picture."
@@ -1477,71 +1477,71 @@ msgstr ""
#. None selected? Too dangerous to automatically select all (like we do for slideshow playback).
#. Only 1 selected? No point in saving as GIF.
#.
-#: ../tuxpaint.c:18895
+#: ../tuxpaint.c:18896
msgid "Select 2 or more drawings to turn into an animated GIF."
msgstr ""
#. Descriptions (names) of the color mixer tool's primary colors and shades
-#: ../tuxpaint.c:25112
+#: ../tuxpaint.c:25113
msgid "red"
msgstr ""
-#: ../tuxpaint.c:25113
+#: ../tuxpaint.c:25114
#, fuzzy
#| msgid "Yellow!"
msgid "yellow"
msgstr "पीतम्!"
-#: ../tuxpaint.c:25114
+#: ../tuxpaint.c:25115
#, fuzzy
#| msgid "Sky blue!"
msgid "blue"
msgstr "आकाशनीलम्!"
-#: ../tuxpaint.c:25115
+#: ../tuxpaint.c:25116
#, fuzzy
#| msgid "White!"
msgid "white"
msgstr "श्वेतः!"
-#: ../tuxpaint.c:25116
+#: ../tuxpaint.c:25117
msgid "grey"
msgstr ""
-#: ../tuxpaint.c:25117
+#: ../tuxpaint.c:25118
#, fuzzy
#| msgid "Black!"
msgid "black"
msgstr "कृष्णः!"
#. 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:25122
+#: ../tuxpaint.c:25123
#, c-format
msgid "Your color is %1$s %2$s."
msgstr ""
-#: ../tuxpaint.c:25123
+#: ../tuxpaint.c:25124
#, c-format
msgid "Your color is %1$s %2$s and %3$s %4$s."
msgstr ""
-#: ../tuxpaint.c:25124
+#: ../tuxpaint.c:25125
#, c-format
msgid "Your color is %1$s %2$s, %3$s %4$s, and %5$s %6$s."
msgstr ""
-#: ../tuxpaint.c:25125
+#: ../tuxpaint.c:25126
#, c-format
msgid "Your color is %1$s %2$s, %3$s %4$s, %5$s %6$s, and %7$s %8$s."
msgstr ""
-#: ../tuxpaint.c:25126
+#: ../tuxpaint.c:25127
#, 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 ""
-#: ../tuxpaint.c:25127
+#: ../tuxpaint.c:25128
#, c-format
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 "
@@ -1549,22 +1549,22 @@ msgid ""
msgstr ""
#. Color mixer; e.g., "Your color is entirely grey."
-#: ../tuxpaint.c:25907 ../tuxpaint.c:25912
+#: ../tuxpaint.c:25908 ../tuxpaint.c:25913
msgid "entirely"
msgstr ""
#. Add "Color Select" color:
-#: ../tuxpaint.c:29087
+#: ../tuxpaint.c:29089
msgid "Select a color from your drawing."
msgstr ""
-#: ../tuxpaint.c:29098
+#: ../tuxpaint.c:29100
msgid ""
"Pick a color. Hues go top to bottom. Saturation/intensity goes left (pale) "
"to right (pure). Value (lightness/darkness): grey bar."
msgstr ""
-#: ../tuxpaint.c:29112
+#: ../tuxpaint.c:29114
msgid ""
"Click the primary colors (red, yellow, and blue), white (to tint), grey (to "
"tone), and black (to shade), to mix together a new color."
@@ -2589,8 +2589,9 @@ msgstr ""
#: ../../magic/src/polyfill.c:32
msgid ""
-"Click multiple times in your picture to create a filled polygon. Click your "
-"starting position to complete the shape."
+"Click multiple times in your picture to create a filled polygon. You may "
+"drag control points to alter the shape. Click the first point to complete "
+"the shape."
msgstr ""
#: ../../magic/src/puzzle.c:112
diff --git a/src/po/sat.po b/src/po/sat.po
index 5292178d0..462f8ce48 100644
--- a/src/po/sat.po
+++ b/src/po/sat.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: tuxpaint\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2024-04-08 23:25-0700\n"
+"POT-Creation-Date: 2024-04-12 09:23-0700\n"
"PO-Revision-Date: 2014-06-16 16:55+0530\n"
"Last-Translator: Ganesh Murmu \n"
"Language-Team: none\n"
@@ -979,7 +979,7 @@ msgstr "नावानाक्"
#. Open a saved picture
#. Buttons for the file open dialog
#. Open dialog: 'Open' button, to load the selected picture
-#: ../tools.h:97 ../tuxpaint.c:9697
+#: ../tools.h:97 ../tuxpaint.c:9698
msgid "Open"
msgstr "झिच्"
@@ -1394,90 +1394,90 @@ msgid "Please wait…"
msgstr "तांगी मे…"
#. Open dialog: 'Erase' button, to erase/deleted the selected picture
-#: ../tuxpaint.c:9700
+#: ../tuxpaint.c:9701
msgid "Erase"
msgstr "बा़ड़िज"
#. Open dialog: 'Slides' button, to switch to slide show mode
-#: ../tuxpaint.c:9703
+#: ../tuxpaint.c:9704
msgid "Slides"
msgstr "सालाइड"
#. Open dialog: 'Template' button, to make a template out of a drawing
-#: ../tuxpaint.c:9706
+#: ../tuxpaint.c:9707
msgid "Template"
msgstr ""
#. Open dialog: 'Export' button, to copy an image to an easily-accessible location
-#: ../tuxpaint.c:9709
+#: ../tuxpaint.c:9710
msgid "Export"
msgstr ""
#. Open dialog: 'Back' button, to dismiss Open dialog without opening a picture
-#: ../tuxpaint.c:9712
+#: ../tuxpaint.c:9713
msgid "Back"
msgstr "तायनोम"
#. Slideshow: 'Play' button, to begin a slideshow sequence
-#: ../tuxpaint.c:9715
+#: ../tuxpaint.c:9716
msgid "Play"
msgstr "हा़लका़व"
#. Slideshow: 'GIF Export' button, to create an animated GIF
-#: ../tuxpaint.c:9718
+#: ../tuxpaint.c:9719
msgid "GIF Export"
msgstr ""
#. Slideshow: 'Next' button, to load next slide (image)
-#: ../tuxpaint.c:9721
+#: ../tuxpaint.c:9722
msgid "Next"
msgstr "इना़ तायोम"
#. Color mixer dialog: 'Clear' button, to reset the mixed color
-#: ../tuxpaint.c:9724
+#: ../tuxpaint.c:9725
msgid "Clear"
msgstr ""
#. Use the localized label string (e.g., "あぁ" in Japanese)
-#: ../tuxpaint.c:10659 ../tuxpaint.c:10662 ../tuxpaint.c:10663
+#: ../tuxpaint.c:10660 ../tuxpaint.c:10663 ../tuxpaint.c:10664
msgid "Aa"
msgstr "आखोर बाछावाक्"
#. Admittedly stupid way of determining which keys can be used for
#. positive and negative responses in dialogs (e.g., [Y] (for 'yes') in English)
-#: ../tuxpaint.c:14672
+#: ../tuxpaint.c:14673
msgid "Yes"
msgstr "होय"
-#: ../tuxpaint.c:14676
+#: ../tuxpaint.c:14677
msgid "No"
msgstr "बाङ"
#. Prompt to ask whether user wishes to save over old version of their file
-#: ../tuxpaint.c:15948
+#: ../tuxpaint.c:15949
msgid "Replace the picture with your changes?"
msgstr "आमाक् बोदोल को सांव चिता़र साहाय मे?"
#. Positive response to saving over old version
#. (like a 'File:Save' action in other applications)
-#: ../tuxpaint.c:15952
+#: ../tuxpaint.c:15953
msgid "Yes, replace the old one!"
msgstr "होय, मारेयाक् सहाय मे!"
#. Negative response to saving over old version (saves a new image)
#. (like a 'File:Save As...' action in other applications)
-#: ../tuxpaint.c:15956
+#: ../tuxpaint.c:15957
msgid "No, save a new file!"
msgstr "बाङा, मित् नावा रेत् सांचाव मे!"
-#: ../tuxpaint.c:17224
+#: ../tuxpaint.c:17225
msgid ""
"Choose a picture and then click “Open”, “Export”, “Template“, or “Erase”. "
"Click “Slides” to create a slideshow animation or “Back“ to return to your "
"current picture."
msgstr ""
-#: ../tuxpaint.c:17226
+#: ../tuxpaint.c:17227
msgid ""
"Choose a picture and then click “Open”, “Export”, or “Erase”. Click “Slides” "
"to create a slideshow animation or “Back“ to return to your current picture."
@@ -1486,71 +1486,71 @@ msgstr ""
#. None selected? Too dangerous to automatically select all (like we do for slideshow playback).
#. Only 1 selected? No point in saving as GIF.
#.
-#: ../tuxpaint.c:18895
+#: ../tuxpaint.c:18896
msgid "Select 2 or more drawings to turn into an animated GIF."
msgstr ""
#. Descriptions (names) of the color mixer tool's primary colors and shades
-#: ../tuxpaint.c:25112
+#: ../tuxpaint.c:25113
msgid "red"
msgstr ""
-#: ../tuxpaint.c:25113
+#: ../tuxpaint.c:25114
#, fuzzy
#| msgid "Yellow!"
msgid "yellow"
msgstr "सासाङ!"
-#: ../tuxpaint.c:25114
+#: ../tuxpaint.c:25115
#, fuzzy
#| msgid "Sky blue!"
msgid "blue"
msgstr "सेरमा लिल!"
-#: ../tuxpaint.c:25115
+#: ../tuxpaint.c:25116
#, fuzzy
#| msgid "White!"
msgid "white"
msgstr "पुंड!"
-#: ../tuxpaint.c:25116
+#: ../tuxpaint.c:25117
msgid "grey"
msgstr ""
-#: ../tuxpaint.c:25117
+#: ../tuxpaint.c:25118
#, fuzzy
#| msgid "Black!"
msgid "black"
msgstr "हेंदे!"
#. 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:25122
+#: ../tuxpaint.c:25123
#, c-format
msgid "Your color is %1$s %2$s."
msgstr ""
-#: ../tuxpaint.c:25123
+#: ../tuxpaint.c:25124
#, c-format
msgid "Your color is %1$s %2$s and %3$s %4$s."
msgstr ""
-#: ../tuxpaint.c:25124
+#: ../tuxpaint.c:25125
#, c-format
msgid "Your color is %1$s %2$s, %3$s %4$s, and %5$s %6$s."
msgstr ""
-#: ../tuxpaint.c:25125
+#: ../tuxpaint.c:25126
#, c-format
msgid "Your color is %1$s %2$s, %3$s %4$s, %5$s %6$s, and %7$s %8$s."
msgstr ""
-#: ../tuxpaint.c:25126
+#: ../tuxpaint.c:25127
#, 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 ""
-#: ../tuxpaint.c:25127
+#: ../tuxpaint.c:25128
#, c-format
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 "
@@ -1558,22 +1558,22 @@ msgid ""
msgstr ""
#. Color mixer; e.g., "Your color is entirely grey."
-#: ../tuxpaint.c:25907 ../tuxpaint.c:25912
+#: ../tuxpaint.c:25908 ../tuxpaint.c:25913
msgid "entirely"
msgstr ""
#. Add "Color Select" color:
-#: ../tuxpaint.c:29087
+#: ../tuxpaint.c:29089
msgid "Select a color from your drawing."
msgstr ""
-#: ../tuxpaint.c:29098
+#: ../tuxpaint.c:29100
msgid ""
"Pick a color. Hues go top to bottom. Saturation/intensity goes left (pale) "
"to right (pure). Value (lightness/darkness): grey bar."
msgstr ""
-#: ../tuxpaint.c:29112
+#: ../tuxpaint.c:29114
msgid ""
"Click the primary colors (red, yellow, and blue), white (to tint), grey (to "
"tone), and black (to shade), to mix together a new color."
@@ -2608,8 +2608,9 @@ msgstr ""
#: ../../magic/src/polyfill.c:32
msgid ""
-"Click multiple times in your picture to create a filled polygon. Click your "
-"starting position to complete the shape."
+"Click multiple times in your picture to create a filled polygon. You may "
+"drag control points to alter the shape. Click the first point to complete "
+"the shape."
msgstr ""
#: ../../magic/src/puzzle.c:112
diff --git a/src/po/sat@olchiki.po b/src/po/sat@olchiki.po
index e4add2559..6cf162a1a 100644
--- a/src/po/sat@olchiki.po
+++ b/src/po/sat@olchiki.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2024-04-08 23:25-0700\n"
+"POT-Creation-Date: 2024-04-12 09:23-0700\n"
"PO-Revision-Date: 2022-02-11 18:33+0530\n"
"Last-Translator: Prasanta Hembram \n"
"Language-Team: \n"
@@ -977,7 +977,7 @@ msgstr "ᱱᱟᱶᱟ"
#. Open a saved picture
#. Buttons for the file open dialog
#. Open dialog: 'Open' button, to load the selected picture
-#: ../tools.h:97 ../tuxpaint.c:9697
+#: ../tools.h:97 ../tuxpaint.c:9698
msgid "Open"
msgstr "ᱨᱟᱲᱟ"
@@ -1387,90 +1387,90 @@ msgid "Please wait…"
msgstr "ᱫᱟᱭᱟᱠᱟᱛᱮ ᱛᱟᱺᱜᱤᱢᱮ ..."
#. Open dialog: 'Erase' button, to erase/deleted the selected picture
-#: ../tuxpaint.c:9700
+#: ../tuxpaint.c:9701
msgid "Erase"
msgstr "ᱵᱟᱹᱲᱤᱡ"
#. Open dialog: 'Slides' button, to switch to slide show mode
-#: ../tuxpaint.c:9703
+#: ../tuxpaint.c:9704
msgid "Slides"
msgstr "ᱥᱟᱞᱟᱤᱰ"
#. Open dialog: 'Template' button, to make a template out of a drawing
-#: ../tuxpaint.c:9706
+#: ../tuxpaint.c:9707
msgid "Template"
msgstr ""
#. Open dialog: 'Export' button, to copy an image to an easily-accessible location
-#: ../tuxpaint.c:9709
+#: ../tuxpaint.c:9710
msgid "Export"
msgstr "ᱵᱷᱮᱡᱟ"
#. Open dialog: 'Back' button, to dismiss Open dialog without opening a picture
-#: ../tuxpaint.c:9712
+#: ../tuxpaint.c:9713
msgid "Back"
msgstr "ᱛᱟᱭᱚᱢ"
#. Slideshow: 'Play' button, to begin a slideshow sequence
-#: ../tuxpaint.c:9715
+#: ../tuxpaint.c:9716
msgid "Play"
msgstr "ᱮᱱᱮᱪ"
#. Slideshow: 'GIF Export' button, to create an animated GIF
-#: ../tuxpaint.c:9718
+#: ../tuxpaint.c:9719
msgid "GIF Export"
msgstr "GIF ᱵᱷᱮᱡᱟ"
#. Slideshow: 'Next' button, to load next slide (image)
-#: ../tuxpaint.c:9721
+#: ../tuxpaint.c:9722
msgid "Next"
msgstr "ᱤᱱᱟ ᱛᱟᱭᱚᱢ"
#. Color mixer dialog: 'Clear' button, to reset the mixed color
-#: ../tuxpaint.c:9724
+#: ../tuxpaint.c:9725
msgid "Clear"
msgstr ""
#. Use the localized label string (e.g., "あぁ" in Japanese)
-#: ../tuxpaint.c:10659 ../tuxpaint.c:10662 ../tuxpaint.c:10663
+#: ../tuxpaint.c:10660 ../tuxpaint.c:10663 ../tuxpaint.c:10664
msgid "Aa"
msgstr "ᱟᱠᱷᱚᱨ ᱵᱟᱪᱷᱟᱣᱟᱠ"
#. Admittedly stupid way of determining which keys can be used for
#. positive and negative responses in dialogs (e.g., [Y] (for 'yes') in English)
-#: ../tuxpaint.c:14672
+#: ../tuxpaint.c:14673
msgid "Yes"
msgstr "ᱦᱮᱸ"
-#: ../tuxpaint.c:14676
+#: ../tuxpaint.c:14677
msgid "No"
msgstr "ᱵᱟᱝ"
#. Prompt to ask whether user wishes to save over old version of their file
-#: ../tuxpaint.c:15948
+#: ../tuxpaint.c:15949
msgid "Replace the picture with your changes?"
msgstr "ᱟᱢᱟᱜ ᱵᱚᱫᱚᱞ ᱠᱚ ᱥᱟᱸᱣ ᱪᱤᱛᱟᱹᱨ ᱥᱟᱦᱟᱭ ᱢᱮ?"
#. Positive response to saving over old version
#. (like a 'File:Save' action in other applications)
-#: ../tuxpaint.c:15952
+#: ../tuxpaint.c:15953
msgid "Yes, replace the old one!"
msgstr "ᱦᱚᱭ, ᱢᱟᱨᱮᱭᱟᱜ ᱥᱦᱟᱭ ᱢᱮ!"
#. Negative response to saving over old version (saves a new image)
#. (like a 'File:Save As...' action in other applications)
-#: ../tuxpaint.c:15956
+#: ../tuxpaint.c:15957
msgid "No, save a new file!"
msgstr "ᱵᱟᱝᱟ, ᱢᱤᱫ ᱱᱟᱣᱟ ᱨᱮᱫ ᱥᱟᱸᱪᱟᱣ ᱢᱮ!"
-#: ../tuxpaint.c:17224
+#: ../tuxpaint.c:17225
msgid ""
"Choose a picture and then click “Open”, “Export”, “Template“, or “Erase”. "
"Click “Slides” to create a slideshow animation or “Back“ to return to your "
"current picture."
msgstr ""
-#: ../tuxpaint.c:17226
+#: ../tuxpaint.c:17227
msgid ""
"Choose a picture and then click “Open”, “Export”, or “Erase”. Click “Slides” "
"to create a slideshow animation or “Back“ to return to your current picture."
@@ -1479,71 +1479,71 @@ msgstr ""
#. None selected? Too dangerous to automatically select all (like we do for slideshow playback).
#. Only 1 selected? No point in saving as GIF.
#.
-#: ../tuxpaint.c:18895
+#: ../tuxpaint.c:18896
msgid "Select 2 or more drawings to turn into an animated GIF."
msgstr "ᱮᱱᱤᱢᱮᱴᱮᱰ GIF ᱞᱟᱹᱜᱤᱫ ᱵᱟᱨᱭᱟ ᱠᱷᱚᱱ ᱡᱟᱹᱥᱛᱤ ᱛᱮᱭᱟᱨ ᱠᱚ ᱪᱚᱭᱚᱱ ᱢᱮ"
#. Descriptions (names) of the color mixer tool's primary colors and shades
-#: ../tuxpaint.c:25112
+#: ../tuxpaint.c:25113
msgid "red"
msgstr ""
-#: ../tuxpaint.c:25113
+#: ../tuxpaint.c:25114
#, fuzzy
#| msgid "Yellow!"
msgid "yellow"
msgstr "ᱥᱟᱥᱟᱝ!"
-#: ../tuxpaint.c:25114
+#: ../tuxpaint.c:25115
#, fuzzy
#| msgid "Sky blue!"
msgid "blue"
msgstr "ᱥᱮᱨᱢᱟ ᱞᱤᱞ!"
-#: ../tuxpaint.c:25115
+#: ../tuxpaint.c:25116
#, fuzzy
#| msgid "White!"
msgid "white"
msgstr "ᱯᱩᱸᱰ!"
-#: ../tuxpaint.c:25116
+#: ../tuxpaint.c:25117
msgid "grey"
msgstr ""
-#: ../tuxpaint.c:25117
+#: ../tuxpaint.c:25118
#, fuzzy
#| msgid "Black!"
msgid "black"
msgstr "ᱦᱮᱸᱫᱮ!"
#. 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:25122
+#: ../tuxpaint.c:25123
#, c-format
msgid "Your color is %1$s %2$s."
msgstr ""
-#: ../tuxpaint.c:25123
+#: ../tuxpaint.c:25124
#, c-format
msgid "Your color is %1$s %2$s and %3$s %4$s."
msgstr ""
-#: ../tuxpaint.c:25124
+#: ../tuxpaint.c:25125
#, c-format
msgid "Your color is %1$s %2$s, %3$s %4$s, and %5$s %6$s."
msgstr ""
-#: ../tuxpaint.c:25125
+#: ../tuxpaint.c:25126
#, c-format
msgid "Your color is %1$s %2$s, %3$s %4$s, %5$s %6$s, and %7$s %8$s."
msgstr ""
-#: ../tuxpaint.c:25126
+#: ../tuxpaint.c:25127
#, 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 ""
-#: ../tuxpaint.c:25127
+#: ../tuxpaint.c:25128
#, c-format
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 "
@@ -1551,22 +1551,22 @@ msgid ""
msgstr ""
#. Color mixer; e.g., "Your color is entirely grey."
-#: ../tuxpaint.c:25907 ../tuxpaint.c:25912
+#: ../tuxpaint.c:25908 ../tuxpaint.c:25913
msgid "entirely"
msgstr ""
#. Add "Color Select" color:
-#: ../tuxpaint.c:29087
+#: ../tuxpaint.c:29089
msgid "Select a color from your drawing."
msgstr "ᱟᱢᱟᱜ ᱜᱟᱨ ᱪᱤᱛᱟᱹᱨ ᱠᱷᱚᱱ ᱨᱚᱝ ᱪᱚᱭᱚᱱ ᱢᱮ ᱾"
-#: ../tuxpaint.c:29098
+#: ../tuxpaint.c:29100
msgid ""
"Pick a color. Hues go top to bottom. Saturation/intensity goes left (pale) "
"to right (pure). Value (lightness/darkness): grey bar."
msgstr ""
-#: ../tuxpaint.c:29112
+#: ../tuxpaint.c:29114
msgid ""
"Click the primary colors (red, yellow, and blue), white (to tint), grey (to "
"tone), and black (to shade), to mix together a new color."
@@ -2580,8 +2580,9 @@ msgstr ""
#: ../../magic/src/polyfill.c:32
msgid ""
-"Click multiple times in your picture to create a filled polygon. Click your "
-"starting position to complete the shape."
+"Click multiple times in your picture to create a filled polygon. You may "
+"drag control points to alter the shape. Click the first point to complete "
+"the shape."
msgstr ""
#: ../../magic/src/puzzle.c:112
diff --git a/src/po/sc.po b/src/po/sc.po
index be994b0bf..99ec0220d 100644
--- a/src/po/sc.po
+++ b/src/po/sc.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: sc\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2024-04-08 23:25-0700\n"
+"POT-Creation-Date: 2024-04-12 09:23-0700\n"
"PO-Revision-Date: 2020-10-29 00:00+0000\n"
"Last-Translator: Flavia Floris \n"
"Language-Team: LANGUAGE \n"
@@ -975,7 +975,7 @@ msgstr "Nou"
#. Open a saved picture
#. Buttons for the file open dialog
#. Open dialog: 'Open' button, to load the selected picture
-#: ../tools.h:97 ../tuxpaint.c:9697
+#: ../tools.h:97 ../tuxpaint.c:9698
msgid "Open"
msgstr "Aberi"
@@ -1386,90 +1386,90 @@ msgid "Please wait…"
msgstr "Iseta…"
#. Open dialog: 'Erase' button, to erase/deleted the selected picture
-#: ../tuxpaint.c:9700
+#: ../tuxpaint.c:9701
msgid "Erase"
msgstr "Cantzella"
#. Open dialog: 'Slides' button, to switch to slide show mode
-#: ../tuxpaint.c:9703
+#: ../tuxpaint.c:9704
msgid "Slides"
msgstr "Diapositivas"
#. Open dialog: 'Template' button, to make a template out of a drawing
-#: ../tuxpaint.c:9706
+#: ../tuxpaint.c:9707
msgid "Template"
msgstr ""
#. Open dialog: 'Export' button, to copy an image to an easily-accessible location
-#: ../tuxpaint.c:9709
+#: ../tuxpaint.c:9710
msgid "Export"
msgstr "Esporta"
#. Open dialog: 'Back' button, to dismiss Open dialog without opening a picture
-#: ../tuxpaint.c:9712
+#: ../tuxpaint.c:9713
msgid "Back"
msgstr "In segus"
#. Slideshow: 'Play' button, to begin a slideshow sequence
-#: ../tuxpaint.c:9715
+#: ../tuxpaint.c:9716
msgid "Play"
msgstr "Reprodue"
#. Slideshow: 'GIF Export' button, to create an animated GIF
-#: ../tuxpaint.c:9718
+#: ../tuxpaint.c:9719
msgid "GIF Export"
msgstr "Esporta GIF"
#. Slideshow: 'Next' button, to load next slide (image)
-#: ../tuxpaint.c:9721
+#: ../tuxpaint.c:9722
msgid "Next"
msgstr "Sighi"
#. Color mixer dialog: 'Clear' button, to reset the mixed color
-#: ../tuxpaint.c:9724
+#: ../tuxpaint.c:9725
msgid "Clear"
msgstr ""
#. Use the localized label string (e.g., "あぁ" in Japanese)
-#: ../tuxpaint.c:10659 ../tuxpaint.c:10662 ../tuxpaint.c:10663
+#: ../tuxpaint.c:10660 ../tuxpaint.c:10663 ../tuxpaint.c:10664
msgid "Aa"
msgstr "Aa"
#. Admittedly stupid way of determining which keys can be used for
#. positive and negative responses in dialogs (e.g., [Y] (for 'yes') in English)
-#: ../tuxpaint.c:14672
+#: ../tuxpaint.c:14673
msgid "Yes"
msgstr "Eja"
-#: ../tuxpaint.c:14676
+#: ../tuxpaint.c:14677
msgid "No"
msgstr "Nono"
#. Prompt to ask whether user wishes to save over old version of their file
-#: ../tuxpaint.c:15948
+#: ../tuxpaint.c:15949
msgid "Replace the picture with your changes?"
msgstr "Boles cambiare s'immàgine cun is mudas noas?"
#. Positive response to saving over old version
#. (like a 'File:Save' action in other applications)
-#: ../tuxpaint.c:15952
+#: ../tuxpaint.c:15953
msgid "Yes, replace the old one!"
msgstr "Eja, càmbia dae sa de in antis!"
#. Negative response to saving over old version (saves a new image)
#. (like a 'File:Save As...' action in other applications)
-#: ../tuxpaint.c:15956
+#: ../tuxpaint.c:15957
msgid "No, save a new file!"
msgstr "No, sarva un'archìviu nou!"
-#: ../tuxpaint.c:17224
+#: ../tuxpaint.c:17225
msgid ""
"Choose a picture and then click “Open”, “Export”, “Template“, or “Erase”. "
"Click “Slides” to create a slideshow animation or “Back“ to return to your "
"current picture."
msgstr ""
-#: ../tuxpaint.c:17226
+#: ../tuxpaint.c:17227
msgid ""
"Choose a picture and then click “Open”, “Export”, or “Erase”. Click “Slides” "
"to create a slideshow animation or “Back“ to return to your current picture."
@@ -1478,71 +1478,71 @@ msgstr ""
#. None selected? Too dangerous to automatically select all (like we do for slideshow playback).
#. Only 1 selected? No point in saving as GIF.
#.
-#: ../tuxpaint.c:18895
+#: ../tuxpaint.c:18896
msgid "Select 2 or more drawings to turn into an animated GIF."
msgstr "Seletziona duos o prus disinnos pro nde fàghere una GIF."
#. Descriptions (names) of the color mixer tool's primary colors and shades
-#: ../tuxpaint.c:25112
+#: ../tuxpaint.c:25113
msgid "red"
msgstr ""
-#: ../tuxpaint.c:25113
+#: ../tuxpaint.c:25114
#, fuzzy
#| msgid "Yellow!"
msgid "yellow"
msgstr "Grogu!"
-#: ../tuxpaint.c:25114
+#: ../tuxpaint.c:25115
#, fuzzy
#| msgid "Sky blue!"
msgid "blue"
msgstr "Biaitu!"
-#: ../tuxpaint.c:25115
+#: ../tuxpaint.c:25116
#, fuzzy
#| msgid "White!"
msgid "white"
msgstr "Biancu!"
-#: ../tuxpaint.c:25116
+#: ../tuxpaint.c:25117
msgid "grey"
msgstr ""
-#: ../tuxpaint.c:25117
+#: ../tuxpaint.c:25118
#, fuzzy
#| msgid "Black!"
msgid "black"
msgstr "Nieddu!"
#. 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:25122
+#: ../tuxpaint.c:25123
#, c-format
msgid "Your color is %1$s %2$s."
msgstr ""
-#: ../tuxpaint.c:25123
+#: ../tuxpaint.c:25124
#, c-format
msgid "Your color is %1$s %2$s and %3$s %4$s."
msgstr ""
-#: ../tuxpaint.c:25124
+#: ../tuxpaint.c:25125
#, c-format
msgid "Your color is %1$s %2$s, %3$s %4$s, and %5$s %6$s."
msgstr ""
-#: ../tuxpaint.c:25125
+#: ../tuxpaint.c:25126
#, c-format
msgid "Your color is %1$s %2$s, %3$s %4$s, %5$s %6$s, and %7$s %8$s."
msgstr ""
-#: ../tuxpaint.c:25126
+#: ../tuxpaint.c:25127
#, 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 ""
-#: ../tuxpaint.c:25127
+#: ../tuxpaint.c:25128
#, c-format
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 "
@@ -1550,22 +1550,22 @@ msgid ""
msgstr ""
#. Color mixer; e.g., "Your color is entirely grey."
-#: ../tuxpaint.c:25907 ../tuxpaint.c:25912
+#: ../tuxpaint.c:25908 ../tuxpaint.c:25913
msgid "entirely"
msgstr ""
#. Add "Color Select" color:
-#: ../tuxpaint.c:29087
+#: ../tuxpaint.c:29089
msgid "Select a color from your drawing."
msgstr "Seletziona unu colore dae su disinnu."
-#: ../tuxpaint.c:29098
+#: ../tuxpaint.c:29100
msgid ""
"Pick a color. Hues go top to bottom. Saturation/intensity goes left (pale) "
"to right (pure). Value (lightness/darkness): grey bar."
msgstr ""
-#: ../tuxpaint.c:29112
+#: ../tuxpaint.c:29114
msgid ""
"Click the primary colors (red, yellow, and blue), white (to tint), grey (to "
"tone), and black (to shade), to mix together a new color."
@@ -2575,8 +2575,9 @@ msgstr ""
#: ../../magic/src/polyfill.c:32
msgid ""
-"Click multiple times in your picture to create a filled polygon. Click your "
-"starting position to complete the shape."
+"Click multiple times in your picture to create a filled polygon. You may "
+"drag control points to alter the shape. Click the first point to complete "
+"the shape."
msgstr ""
#: ../../magic/src/puzzle.c:112
diff --git a/src/po/sd.po b/src/po/sd.po
index 0071fee7e..1d3886aae 100644
--- a/src/po/sd.po
+++ b/src/po/sd.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2024-04-08 23:25-0700\n"
+"POT-Creation-Date: 2024-04-12 09:23-0700\n"
"PO-Revision-Date: 2013-01-09 14:39+0530\n"
"Last-Translator: Chandrakant Dhutadmal\n"
"Language-Team: Sindhi-PA\n"
@@ -976,7 +976,7 @@ msgstr "نئون "
#. Open a saved picture
#. Buttons for the file open dialog
#. Open dialog: 'Open' button, to load the selected picture
-#: ../tools.h:97 ../tuxpaint.c:9697
+#: ../tools.h:97 ../tuxpaint.c:9698
msgid "Open"
msgstr "کوليو"
@@ -1391,90 +1391,90 @@ msgid "Please wait…"
msgstr "مهرباني ڪري ترسو۔۔۔"
#. Open dialog: 'Erase' button, to erase/deleted the selected picture
-#: ../tuxpaint.c:9700
+#: ../tuxpaint.c:9701
msgid "Erase"
msgstr "ميساري ڇڏيو"
#. Open dialog: 'Slides' button, to switch to slide show mode
-#: ../tuxpaint.c:9703
+#: ../tuxpaint.c:9704
msgid "Slides"
msgstr "سلائڊ"
#. Open dialog: 'Template' button, to make a template out of a drawing
-#: ../tuxpaint.c:9706
+#: ../tuxpaint.c:9707
msgid "Template"
msgstr ""
#. Open dialog: 'Export' button, to copy an image to an easily-accessible location
-#: ../tuxpaint.c:9709
+#: ../tuxpaint.c:9710
msgid "Export"
msgstr ""
#. Open dialog: 'Back' button, to dismiss Open dialog without opening a picture
-#: ../tuxpaint.c:9712
+#: ../tuxpaint.c:9713
msgid "Back"
msgstr "پٺتي"
#. Slideshow: 'Play' button, to begin a slideshow sequence
-#: ../tuxpaint.c:9715
+#: ../tuxpaint.c:9716
msgid "Play"
msgstr "هلايو"
#. Slideshow: 'GIF Export' button, to create an animated GIF
-#: ../tuxpaint.c:9718
+#: ../tuxpaint.c:9719
msgid "GIF Export"
msgstr ""
#. Slideshow: 'Next' button, to load next slide (image)
-#: ../tuxpaint.c:9721
+#: ../tuxpaint.c:9722
msgid "Next"
msgstr "اڳتي"
#. Color mixer dialog: 'Clear' button, to reset the mixed color
-#: ../tuxpaint.c:9724
+#: ../tuxpaint.c:9725
msgid "Clear"
msgstr ""
#. Use the localized label string (e.g., "あぁ" in Japanese)
-#: ../tuxpaint.c:10659 ../tuxpaint.c:10662 ../tuxpaint.c:10663
+#: ../tuxpaint.c:10660 ../tuxpaint.c:10663 ../tuxpaint.c:10664
msgid "Aa"
msgstr "Aa"
#. Admittedly stupid way of determining which keys can be used for
#. positive and negative responses in dialogs (e.g., [Y] (for 'yes') in English)
-#: ../tuxpaint.c:14672
+#: ../tuxpaint.c:14673
msgid "Yes"
msgstr "ها"
-#: ../tuxpaint.c:14676
+#: ../tuxpaint.c:14677
msgid "No"
msgstr "نە"
#. Prompt to ask whether user wishes to save over old version of their file
-#: ../tuxpaint.c:15948
+#: ../tuxpaint.c:15949
msgid "Replace the picture with your changes?"
msgstr "پنهنجي تبديلين سان تصوير مٽائيندا؟"
#. Positive response to saving over old version
#. (like a 'File:Save' action in other applications)
-#: ../tuxpaint.c:15952
+#: ../tuxpaint.c:15953
msgid "Yes, replace the old one!"
msgstr "ها، پراڻي مٽايو!"
#. Negative response to saving over old version (saves a new image)
#. (like a 'File:Save As...' action in other applications)
-#: ../tuxpaint.c:15956
+#: ../tuxpaint.c:15957
msgid "No, save a new file!"
msgstr "نە، نئين فائيل سانڍيو!"
-#: ../tuxpaint.c:17224
+#: ../tuxpaint.c:17225
msgid ""
"Choose a picture and then click “Open”, “Export”, “Template“, or “Erase”. "
"Click “Slides” to create a slideshow animation or “Back“ to return to your "
"current picture."
msgstr ""
-#: ../tuxpaint.c:17226
+#: ../tuxpaint.c:17227
msgid ""
"Choose a picture and then click “Open”, “Export”, or “Erase”. Click “Slides” "
"to create a slideshow animation or “Back“ to return to your current picture."
@@ -1483,71 +1483,71 @@ msgstr ""
#. None selected? Too dangerous to automatically select all (like we do for slideshow playback).
#. Only 1 selected? No point in saving as GIF.
#.
-#: ../tuxpaint.c:18895
+#: ../tuxpaint.c:18896
msgid "Select 2 or more drawings to turn into an animated GIF."
msgstr ""
#. Descriptions (names) of the color mixer tool's primary colors and shades
-#: ../tuxpaint.c:25112
+#: ../tuxpaint.c:25113
msgid "red"
msgstr ""
-#: ../tuxpaint.c:25113
+#: ../tuxpaint.c:25114
#, fuzzy
#| msgid "Yellow!"
msgid "yellow"
msgstr "پيلو!"
-#: ../tuxpaint.c:25114
+#: ../tuxpaint.c:25115
#, fuzzy
#| msgid "Sky blue!"
msgid "blue"
msgstr "آسماني!"
-#: ../tuxpaint.c:25115
+#: ../tuxpaint.c:25116
#, fuzzy
#| msgid "White!"
msgid "white"
msgstr "اَڇو!"
-#: ../tuxpaint.c:25116
+#: ../tuxpaint.c:25117
msgid "grey"
msgstr ""
-#: ../tuxpaint.c:25117
+#: ../tuxpaint.c:25118
#, fuzzy
#| msgid "Black!"
msgid "black"
msgstr "ڪارو!"
#. 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:25122
+#: ../tuxpaint.c:25123
#, c-format
msgid "Your color is %1$s %2$s."
msgstr ""
-#: ../tuxpaint.c:25123
+#: ../tuxpaint.c:25124
#, c-format
msgid "Your color is %1$s %2$s and %3$s %4$s."
msgstr ""
-#: ../tuxpaint.c:25124
+#: ../tuxpaint.c:25125
#, c-format
msgid "Your color is %1$s %2$s, %3$s %4$s, and %5$s %6$s."
msgstr ""
-#: ../tuxpaint.c:25125
+#: ../tuxpaint.c:25126
#, c-format
msgid "Your color is %1$s %2$s, %3$s %4$s, %5$s %6$s, and %7$s %8$s."
msgstr ""
-#: ../tuxpaint.c:25126
+#: ../tuxpaint.c:25127
#, 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 ""
-#: ../tuxpaint.c:25127
+#: ../tuxpaint.c:25128
#, c-format
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 "
@@ -1555,22 +1555,22 @@ msgid ""
msgstr ""
#. Color mixer; e.g., "Your color is entirely grey."
-#: ../tuxpaint.c:25907 ../tuxpaint.c:25912
+#: ../tuxpaint.c:25908 ../tuxpaint.c:25913
msgid "entirely"
msgstr ""
#. Add "Color Select" color:
-#: ../tuxpaint.c:29087
+#: ../tuxpaint.c:29089
msgid "Select a color from your drawing."
msgstr ""
-#: ../tuxpaint.c:29098
+#: ../tuxpaint.c:29100
msgid ""
"Pick a color. Hues go top to bottom. Saturation/intensity goes left (pale) "
"to right (pure). Value (lightness/darkness): grey bar."
msgstr ""
-#: ../tuxpaint.c:29112
+#: ../tuxpaint.c:29114
msgid ""
"Click the primary colors (red, yellow, and blue), white (to tint), grey (to "
"tone), and black (to shade), to mix together a new color."
@@ -2606,8 +2606,9 @@ msgstr ""
#: ../../magic/src/polyfill.c:32
msgid ""
-"Click multiple times in your picture to create a filled polygon. Click your "
-"starting position to complete the shape."
+"Click multiple times in your picture to create a filled polygon. You may "
+"drag control points to alter the shape. Click the first point to complete "
+"the shape."
msgstr ""
#: ../../magic/src/puzzle.c:112
diff --git a/src/po/sd@devanagari.po b/src/po/sd@devanagari.po
index 6f04ffbef..00de8fef8 100644
--- a/src/po/sd@devanagari.po
+++ b/src/po/sd@devanagari.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2024-04-08 23:25-0700\n"
+"POT-Creation-Date: 2024-04-12 09:23-0700\n"
"PO-Revision-Date: 2013-01-19 23:29+0530\n"
"Last-Translator: \n"
"Language-Team: Sindhi-DV\n"
@@ -974,7 +974,7 @@ msgstr "नओं"
#. Open a saved picture
#. Buttons for the file open dialog
#. Open dialog: 'Open' button, to load the selected picture
-#: ../tools.h:97 ../tuxpaint.c:9697
+#: ../tools.h:97 ../tuxpaint.c:9698
msgid "Open"
msgstr "खोलियो"
@@ -1389,90 +1389,90 @@ msgid "Please wait…"
msgstr "महिरबानी करे तरिसो..."
#. Open dialog: 'Erase' button, to erase/deleted the selected picture
-#: ../tuxpaint.c:9700
+#: ../tuxpaint.c:9701
msgid "Erase"
msgstr "मेसारे छॾियो"
#. Open dialog: 'Slides' button, to switch to slide show mode
-#: ../tuxpaint.c:9703
+#: ../tuxpaint.c:9704
msgid "Slides"
msgstr "स्लाइड"
#. Open dialog: 'Template' button, to make a template out of a drawing
-#: ../tuxpaint.c:9706
+#: ../tuxpaint.c:9707
msgid "Template"
msgstr ""
#. Open dialog: 'Export' button, to copy an image to an easily-accessible location
-#: ../tuxpaint.c:9709
+#: ../tuxpaint.c:9710
msgid "Export"
msgstr ""
#. Open dialog: 'Back' button, to dismiss Open dialog without opening a picture
-#: ../tuxpaint.c:9712
+#: ../tuxpaint.c:9713
msgid "Back"
msgstr "पुठिते"
#. Slideshow: 'Play' button, to begin a slideshow sequence
-#: ../tuxpaint.c:9715
+#: ../tuxpaint.c:9716
msgid "Play"
msgstr "हलायो"
#. Slideshow: 'GIF Export' button, to create an animated GIF
-#: ../tuxpaint.c:9718
+#: ../tuxpaint.c:9719
msgid "GIF Export"
msgstr ""
#. Slideshow: 'Next' button, to load next slide (image)
-#: ../tuxpaint.c:9721
+#: ../tuxpaint.c:9722
msgid "Next"
msgstr "अॻिते"
#. Color mixer dialog: 'Clear' button, to reset the mixed color
-#: ../tuxpaint.c:9724
+#: ../tuxpaint.c:9725
msgid "Clear"
msgstr ""
#. Use the localized label string (e.g., "あぁ" in Japanese)
-#: ../tuxpaint.c:10659 ../tuxpaint.c:10662 ../tuxpaint.c:10663
+#: ../tuxpaint.c:10660 ../tuxpaint.c:10663 ../tuxpaint.c:10664
msgid "Aa"
msgstr "Aa"
#. Admittedly stupid way of determining which keys can be used for
#. positive and negative responses in dialogs (e.g., [Y] (for 'yes') in English)
-#: ../tuxpaint.c:14672
+#: ../tuxpaint.c:14673
msgid "Yes"
msgstr "हा"
-#: ../tuxpaint.c:14676
+#: ../tuxpaint.c:14677
msgid "No"
msgstr "न"
#. Prompt to ask whether user wishes to save over old version of their file
-#: ../tuxpaint.c:15948
+#: ../tuxpaint.c:15949
msgid "Replace the picture with your changes?"
msgstr "पंहिंजे तब्दीलियुनि सां तस्वीर मटाईंदा?"
#. Positive response to saving over old version
#. (like a 'File:Save' action in other applications)
-#: ../tuxpaint.c:15952
+#: ../tuxpaint.c:15953
msgid "Yes, replace the old one!"
msgstr "हा, पुराणी मटायो!"
#. Negative response to saving over old version (saves a new image)
#. (like a 'File:Save As...' action in other applications)
-#: ../tuxpaint.c:15956
+#: ../tuxpaint.c:15957
msgid "No, save a new file!"
msgstr "न, नईं फ़ाइल सांढियो!"
-#: ../tuxpaint.c:17224
+#: ../tuxpaint.c:17225
msgid ""
"Choose a picture and then click “Open”, “Export”, “Template“, or “Erase”. "
"Click “Slides” to create a slideshow animation or “Back“ to return to your "
"current picture."
msgstr ""
-#: ../tuxpaint.c:17226
+#: ../tuxpaint.c:17227
msgid ""
"Choose a picture and then click “Open”, “Export”, or “Erase”. Click “Slides” "
"to create a slideshow animation or “Back“ to return to your current picture."
@@ -1481,71 +1481,71 @@ msgstr ""
#. None selected? Too dangerous to automatically select all (like we do for slideshow playback).
#. Only 1 selected? No point in saving as GIF.
#.
-#: ../tuxpaint.c:18895
+#: ../tuxpaint.c:18896
msgid "Select 2 or more drawings to turn into an animated GIF."
msgstr ""
#. Descriptions (names) of the color mixer tool's primary colors and shades
-#: ../tuxpaint.c:25112
+#: ../tuxpaint.c:25113
msgid "red"
msgstr ""
-#: ../tuxpaint.c:25113
+#: ../tuxpaint.c:25114
#, fuzzy
#| msgid "Yellow!"
msgid "yellow"
msgstr "पीलो!"
-#: ../tuxpaint.c:25114
+#: ../tuxpaint.c:25115
#, fuzzy
#| msgid "Sky blue!"
msgid "blue"
msgstr "आसामानी!"
-#: ../tuxpaint.c:25115
+#: ../tuxpaint.c:25116
#, fuzzy
#| msgid "White!"
msgid "white"
msgstr "अछो!"
-#: ../tuxpaint.c:25116
+#: ../tuxpaint.c:25117
msgid "grey"
msgstr ""
-#: ../tuxpaint.c:25117
+#: ../tuxpaint.c:25118
#, fuzzy
#| msgid "Black!"
msgid "black"
msgstr "कारो!"
#. 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:25122
+#: ../tuxpaint.c:25123
#, c-format
msgid "Your color is %1$s %2$s."
msgstr ""
-#: ../tuxpaint.c:25123
+#: ../tuxpaint.c:25124
#, c-format
msgid "Your color is %1$s %2$s and %3$s %4$s."
msgstr ""
-#: ../tuxpaint.c:25124
+#: ../tuxpaint.c:25125
#, c-format
msgid "Your color is %1$s %2$s, %3$s %4$s, and %5$s %6$s."
msgstr ""
-#: ../tuxpaint.c:25125
+#: ../tuxpaint.c:25126
#, c-format
msgid "Your color is %1$s %2$s, %3$s %4$s, %5$s %6$s, and %7$s %8$s."
msgstr ""
-#: ../tuxpaint.c:25126
+#: ../tuxpaint.c:25127
#, 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 ""
-#: ../tuxpaint.c:25127
+#: ../tuxpaint.c:25128
#, c-format
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 "
@@ -1553,22 +1553,22 @@ msgid ""
msgstr ""
#. Color mixer; e.g., "Your color is entirely grey."
-#: ../tuxpaint.c:25907 ../tuxpaint.c:25912
+#: ../tuxpaint.c:25908 ../tuxpaint.c:25913
msgid "entirely"
msgstr ""
#. Add "Color Select" color:
-#: ../tuxpaint.c:29087
+#: ../tuxpaint.c:29089
msgid "Select a color from your drawing."
msgstr ""
-#: ../tuxpaint.c:29098
+#: ../tuxpaint.c:29100
msgid ""
"Pick a color. Hues go top to bottom. Saturation/intensity goes left (pale) "
"to right (pure). Value (lightness/darkness): grey bar."
msgstr ""
-#: ../tuxpaint.c:29112
+#: ../tuxpaint.c:29114
msgid ""
"Click the primary colors (red, yellow, and blue), white (to tint), grey (to "
"tone), and black (to shade), to mix together a new color."
@@ -2616,8 +2616,9 @@ msgstr ""
#: ../../magic/src/polyfill.c:32
msgid ""
-"Click multiple times in your picture to create a filled polygon. Click your "
-"starting position to complete the shape."
+"Click multiple times in your picture to create a filled polygon. You may "
+"drag control points to alter the shape. Click the first point to complete "
+"the shape."
msgstr ""
#: ../../magic/src/puzzle.c:112
diff --git a/src/po/shs.po b/src/po/shs.po
index f076c5ea1..d0c0d573f 100644
--- a/src/po/shs.po
+++ b/src/po/shs.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: tuxpaint 0.9.17\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2024-04-08 23:25-0700\n"
+"POT-Creation-Date: 2024-04-12 09:23-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"
@@ -978,7 +978,7 @@ msgstr "නව ඇරඹුමක්"
#. Open a saved picture
#. Buttons for the file open dialog
#. Open dialog: 'Open' button, to load the selected picture
-#: ../tools.h:97 ../tuxpaint.c:9697
+#: ../tools.h:97 ../tuxpaint.c:9698
msgid "Open"
msgstr "විවෘත කරන්න"
@@ -1413,90 +1413,90 @@ msgid "Please wait…"
msgstr "කරුණාකර රැඳී සිටින්න!"
#. Open dialog: 'Erase' button, to erase/deleted the selected picture
-#: ../tuxpaint.c:9700
+#: ../tuxpaint.c:9701
msgid "Erase"
msgstr "මකන්න"
#. Open dialog: 'Slides' button, to switch to slide show mode
-#: ../tuxpaint.c:9703
+#: ../tuxpaint.c:9704
msgid "Slides"
msgstr "ස්ලයිඩ"
#. Open dialog: 'Template' button, to make a template out of a drawing
-#: ../tuxpaint.c:9706
+#: ../tuxpaint.c:9707
msgid "Template"
msgstr ""
#. Open dialog: 'Export' button, to copy an image to an easily-accessible location
-#: ../tuxpaint.c:9709
+#: ../tuxpaint.c:9710
msgid "Export"
msgstr ""
#. Open dialog: 'Back' button, to dismiss Open dialog without opening a picture
-#: ../tuxpaint.c:9712
+#: ../tuxpaint.c:9713
msgid "Back"
msgstr "ආපසු"
#. Slideshow: 'Play' button, to begin a slideshow sequence
-#: ../tuxpaint.c:9715
+#: ../tuxpaint.c:9716
msgid "Play"
msgstr "ක්රියා කරවන්න"
#. Slideshow: 'GIF Export' button, to create an animated GIF
-#: ../tuxpaint.c:9718
+#: ../tuxpaint.c:9719
msgid "GIF Export"
msgstr ""
#. Slideshow: 'Next' button, to load next slide (image)
-#: ../tuxpaint.c:9721
+#: ../tuxpaint.c:9722
msgid "Next"
msgstr "ඉදිරියට"
#. Color mixer dialog: 'Clear' button, to reset the mixed color
-#: ../tuxpaint.c:9724
+#: ../tuxpaint.c:9725
msgid "Clear"
msgstr ""
#. Use the localized label string (e.g., "あぁ" in Japanese)
-#: ../tuxpaint.c:10659 ../tuxpaint.c:10662 ../tuxpaint.c:10663
+#: ../tuxpaint.c:10660 ../tuxpaint.c:10663 ../tuxpaint.c:10664
msgid "Aa"
msgstr "අකුරු"
#. Admittedly stupid way of determining which keys can be used for
#. positive and negative responses in dialogs (e.g., [Y] (for 'yes') in English)
-#: ../tuxpaint.c:14672
+#: ../tuxpaint.c:14673
msgid "Yes"
msgstr "ඔව් "
-#: ../tuxpaint.c:14676
+#: ../tuxpaint.c:14677
msgid "No"
msgstr "නැහැ"
#. Prompt to ask whether user wishes to save over old version of their file
-#: ../tuxpaint.c:15948
+#: ../tuxpaint.c:15949
msgid "Replace the picture with your changes?"
msgstr "ඔබගේ වෙනස් කිරීම් සමඟින් පින්තූරය ප්රතිස්ථාපනය කරන්නද?"
#. Positive response to saving over old version
#. (like a 'File:Save' action in other applications)
-#: ../tuxpaint.c:15952
+#: ../tuxpaint.c:15953
msgid "Yes, replace the old one!"
msgstr "ඔව්, පරණ පින්තූරය ප්රතිස්ථාපනය කරන්න!"
#. Negative response to saving over old version (saves a new image)
#. (like a 'File:Save As...' action in other applications)
-#: ../tuxpaint.c:15956
+#: ../tuxpaint.c:15957
msgid "No, save a new file!"
msgstr "නැහැ, අලුත් ගොනුවක් සුරකින්න!"
-#: ../tuxpaint.c:17224
+#: ../tuxpaint.c:17225
msgid ""
"Choose a picture and then click “Open”, “Export”, “Template“, or “Erase”. "
"Click “Slides” to create a slideshow animation or “Back“ to return to your "
"current picture."
msgstr ""
-#: ../tuxpaint.c:17226
+#: ../tuxpaint.c:17227
msgid ""
"Choose a picture and then click “Open”, “Export”, or “Erase”. Click “Slides” "
"to create a slideshow animation or “Back“ to return to your current picture."
@@ -1505,71 +1505,71 @@ msgstr ""
#. None selected? Too dangerous to automatically select all (like we do for slideshow playback).
#. Only 1 selected? No point in saving as GIF.
#.
-#: ../tuxpaint.c:18895
+#: ../tuxpaint.c:18896
msgid "Select 2 or more drawings to turn into an animated GIF."
msgstr ""
#. Descriptions (names) of the color mixer tool's primary colors and shades
-#: ../tuxpaint.c:25112
+#: ../tuxpaint.c:25113
msgid "red"
msgstr ""
-#: ../tuxpaint.c:25113
+#: ../tuxpaint.c:25114
#, fuzzy
#| msgid "Yellow!"
msgid "yellow"
msgstr "කහ පැහැය!"
-#: ../tuxpaint.c:25114
+#: ../tuxpaint.c:25115
#, fuzzy
#| msgid "Sky blue!"
msgid "blue"
msgstr "ළා නිල් පැහැය!"
-#: ../tuxpaint.c:25115
+#: ../tuxpaint.c:25116
#, fuzzy
#| msgid "White!"
msgid "white"
msgstr "සුදු පැහැය!"
-#: ../tuxpaint.c:25116
+#: ../tuxpaint.c:25117
msgid "grey"
msgstr ""
-#: ../tuxpaint.c:25117
+#: ../tuxpaint.c:25118
#, fuzzy
#| msgid "Black!"
msgid "black"
msgstr "කළු පැහැය!"
#. 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:25122
+#: ../tuxpaint.c:25123
#, c-format
msgid "Your color is %1$s %2$s."
msgstr ""
-#: ../tuxpaint.c:25123
+#: ../tuxpaint.c:25124
#, c-format
msgid "Your color is %1$s %2$s and %3$s %4$s."
msgstr ""
-#: ../tuxpaint.c:25124
+#: ../tuxpaint.c:25125
#, c-format
msgid "Your color is %1$s %2$s, %3$s %4$s, and %5$s %6$s."
msgstr ""
-#: ../tuxpaint.c:25125
+#: ../tuxpaint.c:25126
#, c-format
msgid "Your color is %1$s %2$s, %3$s %4$s, %5$s %6$s, and %7$s %8$s."
msgstr ""
-#: ../tuxpaint.c:25126
+#: ../tuxpaint.c:25127
#, 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 ""
-#: ../tuxpaint.c:25127
+#: ../tuxpaint.c:25128
#, c-format
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 "
@@ -1577,22 +1577,22 @@ msgid ""
msgstr ""
#. Color mixer; e.g., "Your color is entirely grey."
-#: ../tuxpaint.c:25907 ../tuxpaint.c:25912
+#: ../tuxpaint.c:25908 ../tuxpaint.c:25913
msgid "entirely"
msgstr ""
#. Add "Color Select" color:
-#: ../tuxpaint.c:29087
+#: ../tuxpaint.c:29089
msgid "Select a color from your drawing."
msgstr ""
-#: ../tuxpaint.c:29098
+#: ../tuxpaint.c:29100
msgid ""
"Pick a color. Hues go top to bottom. Saturation/intensity goes left (pale) "
"to right (pure). Value (lightness/darkness): grey bar."
msgstr ""
-#: ../tuxpaint.c:29112
+#: ../tuxpaint.c:29114
msgid ""
"Click the primary colors (red, yellow, and blue), white (to tint), grey (to "
"tone), and black (to shade), to mix together a new color."
@@ -2620,8 +2620,9 @@ msgstr ""
#: ../../magic/src/polyfill.c:32
msgid ""
-"Click multiple times in your picture to create a filled polygon. Click your "
-"starting position to complete the shape."
+"Click multiple times in your picture to create a filled polygon. You may "
+"drag control points to alter the shape. Click the first point to complete "
+"the shape."
msgstr ""
#: ../../magic/src/puzzle.c:112
diff --git a/src/po/sk.po b/src/po/sk.po
index 6f8e4314b..dee9a7d71 100644
--- a/src/po/sk.po
+++ b/src/po/sk.po
@@ -10,7 +10,7 @@ msgid ""
msgstr ""
"Project-Id-Version: tuxpaint 0.9.28\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2024-04-08 23:25-0700\n"
+"POT-Creation-Date: 2024-04-12 09:23-0700\n"
"PO-Revision-Date: 2023-04-10 13:48+0200\n"
"Last-Translator: Jose Riha \n"
"Language-Team: Slovak \n"
@@ -1065,7 +1065,7 @@ msgstr "Nový"
#. Open a saved picture
#. Buttons for the file open dialog
#. Open dialog: 'Open' button, to load the selected picture
-#: ../tools.h:97 ../tuxpaint.c:9697
+#: ../tools.h:97 ../tuxpaint.c:9698
msgid "Open"
msgstr "Otvoriť"
@@ -1490,90 +1490,90 @@ msgid "Please wait…"
msgstr "Počkaj, prosím…"
#. Open dialog: 'Erase' button, to erase/deleted the selected picture
-#: ../tuxpaint.c:9700
+#: ../tuxpaint.c:9701
msgid "Erase"
msgstr "Guma"
#. Open dialog: 'Slides' button, to switch to slide show mode
-#: ../tuxpaint.c:9703
+#: ../tuxpaint.c:9704
msgid "Slides"
msgstr "Výstava"
#. Open dialog: 'Template' button, to make a template out of a drawing
-#: ../tuxpaint.c:9706
+#: ../tuxpaint.c:9707
msgid "Template"
msgstr ""
#. Open dialog: 'Export' button, to copy an image to an easily-accessible location
-#: ../tuxpaint.c:9709
+#: ../tuxpaint.c:9710
msgid "Export"
msgstr "Export"
#. Open dialog: 'Back' button, to dismiss Open dialog without opening a picture
-#: ../tuxpaint.c:9712
+#: ../tuxpaint.c:9713
msgid "Back"
msgstr "Späť"
#. Slideshow: 'Play' button, to begin a slideshow sequence
-#: ../tuxpaint.c:9715
+#: ../tuxpaint.c:9716
msgid "Play"
msgstr "Prehrať"
#. Slideshow: 'GIF Export' button, to create an animated GIF
-#: ../tuxpaint.c:9718
+#: ../tuxpaint.c:9719
msgid "GIF Export"
msgstr "Export do GIF"
#. Slideshow: 'Next' button, to load next slide (image)
-#: ../tuxpaint.c:9721
+#: ../tuxpaint.c:9722
msgid "Next"
msgstr "Ďalej"
#. Color mixer dialog: 'Clear' button, to reset the mixed color
-#: ../tuxpaint.c:9724
+#: ../tuxpaint.c:9725
msgid "Clear"
msgstr "Vyčistiť"
#. Use the localized label string (e.g., "あぁ" in Japanese)
-#: ../tuxpaint.c:10659 ../tuxpaint.c:10662 ../tuxpaint.c:10663
+#: ../tuxpaint.c:10660 ../tuxpaint.c:10663 ../tuxpaint.c:10664
msgid "Aa"
msgstr "Aa"
#. Admittedly stupid way of determining which keys can be used for
#. positive and negative responses in dialogs (e.g., [Y] (for 'yes') in English)
-#: ../tuxpaint.c:14672
+#: ../tuxpaint.c:14673
msgid "Yes"
msgstr "Áno"
-#: ../tuxpaint.c:14676
+#: ../tuxpaint.c:14677
msgid "No"
msgstr "Nie"
#. Prompt to ask whether user wishes to save over old version of their file
-#: ../tuxpaint.c:15948
+#: ../tuxpaint.c:15949
msgid "Replace the picture with your changes?"
msgstr "Mám tieto zmeny uložiť do starého obrázka?"
#. Positive response to saving over old version
#. (like a 'File:Save' action in other applications)
-#: ../tuxpaint.c:15952
+#: ../tuxpaint.c:15953
msgid "Yes, replace the old one!"
msgstr "Áno, prepíš starý súbor!"
#. Negative response to saving over old version (saves a new image)
#. (like a 'File:Save As...' action in other applications)
-#: ../tuxpaint.c:15956
+#: ../tuxpaint.c:15957
msgid "No, save a new file!"
msgstr "Nie, ulož ich do nového súboru!"
-#: ../tuxpaint.c:17224
+#: ../tuxpaint.c:17225
msgid ""
"Choose a picture and then click “Open”, “Export”, “Template“, or “Erase”. "
"Click “Slides” to create a slideshow animation or “Back“ to return to your "
"current picture."
msgstr ""
-#: ../tuxpaint.c:17226
+#: ../tuxpaint.c:17227
msgid ""
"Choose a picture and then click “Open”, “Export”, or “Erase”. Click “Slides” "
"to create a slideshow animation or “Back“ to return to your current picture."
@@ -1582,64 +1582,64 @@ msgstr ""
#. None selected? Too dangerous to automatically select all (like we do for slideshow playback).
#. Only 1 selected? No point in saving as GIF.
#.
-#: ../tuxpaint.c:18895
+#: ../tuxpaint.c:18896
msgid "Select 2 or more drawings to turn into an animated GIF."
msgstr "Vyber aspoň 2 kresby a vytvor z nich animovaný GIF."
#. Descriptions (names) of the color mixer tool's primary colors and shades
-#: ../tuxpaint.c:25112
+#: ../tuxpaint.c:25113
msgid "red"
msgstr "červená"
-#: ../tuxpaint.c:25113
+#: ../tuxpaint.c:25114
msgid "yellow"
msgstr "žltá"
-#: ../tuxpaint.c:25114
+#: ../tuxpaint.c:25115
msgid "blue"
msgstr "modrá"
-#: ../tuxpaint.c:25115
+#: ../tuxpaint.c:25116
msgid "white"
msgstr "biela"
-#: ../tuxpaint.c:25116
+#: ../tuxpaint.c:25117
msgid "grey"
msgstr "sivá"
-#: ../tuxpaint.c:25117
+#: ../tuxpaint.c:25118
msgid "black"
msgstr "čierna"
#. 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:25122
+#: ../tuxpaint.c:25123
#, c-format
msgid "Your color is %1$s %2$s."
msgstr "Tvoja farba je %1$s %2$s."
-#: ../tuxpaint.c:25123
+#: ../tuxpaint.c:25124
#, c-format
msgid "Your color is %1$s %2$s and %3$s %4$s."
msgstr "Tvoja farba je %1$s %2$s a %3$s %4$s."
-#: ../tuxpaint.c:25124
+#: ../tuxpaint.c:25125
#, c-format
msgid "Your color is %1$s %2$s, %3$s %4$s, and %5$s %6$s."
msgstr "Tvoja farba je %1$s %2$s, %3$s %4$s a %5$s %6$s."
-#: ../tuxpaint.c:25125
+#: ../tuxpaint.c:25126
#, c-format
msgid "Your color is %1$s %2$s, %3$s %4$s, %5$s %6$s, and %7$s %8$s."
msgstr "Tvoja farba je %1$s %2$s, %3$s %4$s, %5$s %6$s a %7$s %8$s."
-#: ../tuxpaint.c:25126
+#: ../tuxpaint.c:25127
#, 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 ""
"Tvoja farba je %1$s %2$s, %3$s %4$s, %5$s %6$s, %7$s %8$s a %9$s %10$s."
-#: ../tuxpaint.c:25127
+#: ../tuxpaint.c:25128
#, c-format
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 "
@@ -1649,16 +1649,16 @@ msgstr ""
"%11$s %12$s."
#. Color mixer; e.g., "Your color is entirely grey."
-#: ../tuxpaint.c:25907 ../tuxpaint.c:25912
+#: ../tuxpaint.c:25908 ../tuxpaint.c:25913
msgid "entirely"
msgstr "úplne"
#. Add "Color Select" color:
-#: ../tuxpaint.c:29087
+#: ../tuxpaint.c:29089
msgid "Select a color from your drawing."
msgstr "Vyber farbu z kresby."
-#: ../tuxpaint.c:29098
+#: ../tuxpaint.c:29100
msgid ""
"Pick a color. Hues go top to bottom. Saturation/intensity goes left (pale) "
"to right (pure). Value (lightness/darkness): grey bar."
@@ -1667,7 +1667,7 @@ msgstr ""
"(vyblednutá) doprava (čistá). Hodnotu jasu (svetlosť/tmavosť) nastavuje šedý "
"pruh."
-#: ../tuxpaint.c:29112
+#: ../tuxpaint.c:29114
msgid ""
"Click the primary colors (red, yellow, and blue), white (to tint), grey (to "
"tone), and black (to shade), to mix together a new color."
@@ -2589,8 +2589,9 @@ msgstr ""
#: ../../magic/src/polyfill.c:32
msgid ""
-"Click multiple times in your picture to create a filled polygon. Click your "
-"starting position to complete the shape."
+"Click multiple times in your picture to create a filled polygon. You may "
+"drag control points to alter the shape. Click the first point to complete "
+"the shape."
msgstr ""
#: ../../magic/src/puzzle.c:112
diff --git a/src/po/sl.po b/src/po/sl.po
index 32a048273..fd356cd8e 100644
--- a/src/po/sl.po
+++ b/src/po/sl.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: tuxpaint\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2024-04-08 23:25-0700\n"
+"POT-Creation-Date: 2024-04-12 09:23-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"
@@ -977,7 +977,7 @@ msgstr "Novo"
#. Open a saved picture
#. Buttons for the file open dialog
#. Open dialog: 'Open' button, to load the selected picture
-#: ../tools.h:97 ../tuxpaint.c:9697
+#: ../tools.h:97 ../tuxpaint.c:9698
msgid "Open"
msgstr "Odpri"
@@ -1395,90 +1395,90 @@ msgid "Please wait…"
msgstr "Počakaj ..."
#. Open dialog: 'Erase' button, to erase/deleted the selected picture
-#: ../tuxpaint.c:9700
+#: ../tuxpaint.c:9701
msgid "Erase"
msgstr "Izbriši"
#. Open dialog: 'Slides' button, to switch to slide show mode
-#: ../tuxpaint.c:9703
+#: ../tuxpaint.c:9704
msgid "Slides"
msgstr "Diapozitivi"
#. Open dialog: 'Template' button, to make a template out of a drawing
-#: ../tuxpaint.c:9706
+#: ../tuxpaint.c:9707
msgid "Template"
msgstr ""
#. Open dialog: 'Export' button, to copy an image to an easily-accessible location
-#: ../tuxpaint.c:9709
+#: ../tuxpaint.c:9710
msgid "Export"
msgstr ""
#. Open dialog: 'Back' button, to dismiss Open dialog without opening a picture
-#: ../tuxpaint.c:9712
+#: ../tuxpaint.c:9713
msgid "Back"
msgstr "Nazaj"
#. Slideshow: 'Play' button, to begin a slideshow sequence
-#: ../tuxpaint.c:9715
+#: ../tuxpaint.c:9716
msgid "Play"
msgstr "Predvajanje"
#. Slideshow: 'GIF Export' button, to create an animated GIF
-#: ../tuxpaint.c:9718
+#: ../tuxpaint.c:9719
msgid "GIF Export"
msgstr ""
#. Slideshow: 'Next' button, to load next slide (image)
-#: ../tuxpaint.c:9721
+#: ../tuxpaint.c:9722
msgid "Next"
msgstr "Naslednja"
#. Color mixer dialog: 'Clear' button, to reset the mixed color
-#: ../tuxpaint.c:9724
+#: ../tuxpaint.c:9725
msgid "Clear"
msgstr ""
#. Use the localized label string (e.g., "あぁ" in Japanese)
-#: ../tuxpaint.c:10659 ../tuxpaint.c:10662 ../tuxpaint.c:10663
+#: ../tuxpaint.c:10660 ../tuxpaint.c:10663 ../tuxpaint.c:10664
msgid "Aa"
msgstr "Aa"
#. Admittedly stupid way of determining which keys can be used for
#. positive and negative responses in dialogs (e.g., [Y] (for 'yes') in English)
-#: ../tuxpaint.c:14672
+#: ../tuxpaint.c:14673
msgid "Yes"
msgstr "Da"
-#: ../tuxpaint.c:14676
+#: ../tuxpaint.c:14677
msgid "No"
msgstr "Ne"
#. Prompt to ask whether user wishes to save over old version of their file
-#: ../tuxpaint.c:15948
+#: ../tuxpaint.c:15949
msgid "Replace the picture with your changes?"
msgstr "Ali želiš vsebino slike zamenjati?"
#. Positive response to saving over old version
#. (like a 'File:Save' action in other applications)
-#: ../tuxpaint.c:15952
+#: ../tuxpaint.c:15953
msgid "Yes, replace the old one!"
msgstr "Da, zamenjati želim starejšo datoteko!"
#. Negative response to saving over old version (saves a new image)
#. (like a 'File:Save As...' action in other applications)
-#: ../tuxpaint.c:15956
+#: ../tuxpaint.c:15957
msgid "No, save a new file!"
msgstr "Ne, shrani naj se v novo datoteko!"
-#: ../tuxpaint.c:17224
+#: ../tuxpaint.c:17225
msgid ""
"Choose a picture and then click “Open”, “Export”, “Template“, or “Erase”. "
"Click “Slides” to create a slideshow animation or “Back“ to return to your "
"current picture."
msgstr ""
-#: ../tuxpaint.c:17226
+#: ../tuxpaint.c:17227
msgid ""
"Choose a picture and then click “Open”, “Export”, or “Erase”. Click “Slides” "
"to create a slideshow animation or “Back“ to return to your current picture."
@@ -1487,71 +1487,71 @@ msgstr ""
#. None selected? Too dangerous to automatically select all (like we do for slideshow playback).
#. Only 1 selected? No point in saving as GIF.
#.
-#: ../tuxpaint.c:18895
+#: ../tuxpaint.c:18896
msgid "Select 2 or more drawings to turn into an animated GIF."
msgstr ""
#. Descriptions (names) of the color mixer tool's primary colors and shades
-#: ../tuxpaint.c:25112
+#: ../tuxpaint.c:25113
msgid "red"
msgstr ""
-#: ../tuxpaint.c:25113
+#: ../tuxpaint.c:25114
#, fuzzy
#| msgid "Yellow!"
msgid "yellow"
msgstr "Rumena!"
-#: ../tuxpaint.c:25114
+#: ../tuxpaint.c:25115
#, fuzzy
#| msgid "Sky blue!"
msgid "blue"
msgstr "Nebeško modra!"
-#: ../tuxpaint.c:25115
+#: ../tuxpaint.c:25116
#, fuzzy
#| msgid "White!"
msgid "white"
msgstr "Bela!"
-#: ../tuxpaint.c:25116
+#: ../tuxpaint.c:25117
msgid "grey"
msgstr ""
-#: ../tuxpaint.c:25117
+#: ../tuxpaint.c:25118
#, fuzzy
#| msgid "Black!"
msgid "black"
msgstr "Črna!"
#. 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:25122
+#: ../tuxpaint.c:25123
#, c-format
msgid "Your color is %1$s %2$s."
msgstr ""
-#: ../tuxpaint.c:25123
+#: ../tuxpaint.c:25124
#, c-format
msgid "Your color is %1$s %2$s and %3$s %4$s."
msgstr ""
-#: ../tuxpaint.c:25124
+#: ../tuxpaint.c:25125
#, c-format
msgid "Your color is %1$s %2$s, %3$s %4$s, and %5$s %6$s."
msgstr ""
-#: ../tuxpaint.c:25125
+#: ../tuxpaint.c:25126
#, c-format
msgid "Your color is %1$s %2$s, %3$s %4$s, %5$s %6$s, and %7$s %8$s."
msgstr ""
-#: ../tuxpaint.c:25126
+#: ../tuxpaint.c:25127
#, 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 ""
-#: ../tuxpaint.c:25127
+#: ../tuxpaint.c:25128
#, c-format
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 "
@@ -1559,22 +1559,22 @@ msgid ""
msgstr ""
#. Color mixer; e.g., "Your color is entirely grey."
-#: ../tuxpaint.c:25907 ../tuxpaint.c:25912
+#: ../tuxpaint.c:25908 ../tuxpaint.c:25913
msgid "entirely"
msgstr ""
#. Add "Color Select" color:
-#: ../tuxpaint.c:29087
+#: ../tuxpaint.c:29089
msgid "Select a color from your drawing."
msgstr "Izbor barve na obstoječi sliki."
-#: ../tuxpaint.c:29098
+#: ../tuxpaint.c:29100
msgid ""
"Pick a color. Hues go top to bottom. Saturation/intensity goes left (pale) "
"to right (pure). Value (lightness/darkness): grey bar."
msgstr ""
-#: ../tuxpaint.c:29112
+#: ../tuxpaint.c:29114
msgid ""
"Click the primary colors (red, yellow, and blue), white (to tint), grey (to "
"tone), and black (to shade), to mix together a new color."
@@ -2566,8 +2566,9 @@ msgstr ""
#: ../../magic/src/polyfill.c:32
msgid ""
-"Click multiple times in your picture to create a filled polygon. Click your "
-"starting position to complete the shape."
+"Click multiple times in your picture to create a filled polygon. You may "
+"drag control points to alter the shape. Click the first point to complete "
+"the shape."
msgstr ""
#: ../../magic/src/puzzle.c:112
diff --git a/src/po/son.po b/src/po/son.po
index 6de133809..2404ec0ae 100644
--- a/src/po/son.po
+++ b/src/po/son.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Tuxpaint-Songhay\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2024-04-08 23:25-0700\n"
+"POT-Creation-Date: 2024-04-12 09:23-0700\n"
"PO-Revision-Date: 2023-04-20 15:29+0200\n"
"Last-Translator: Chris \n"
"Language-Team: Songhay Localization Team\n"
@@ -1052,7 +1052,7 @@ msgstr "Itaaga"
#. Open a saved picture
#. Buttons for the file open dialog
#. Open dialog: 'Open' button, to load the selected picture
-#: ../tools.h:97 ../tuxpaint.c:9697
+#: ../tools.h:97 ../tuxpaint.c:9698
msgid "Open"
msgstr "Feeri"
@@ -1460,90 +1460,90 @@ msgid "Please wait…"
msgstr "Batu taare…"
#. Open dialog: 'Erase' button, to erase/deleted the selected picture
-#: ../tuxpaint.c:9700
+#: ../tuxpaint.c:9701
msgid "Erase"
msgstr "Tuusu"
#. Open dialog: 'Slides' button, to switch to slide show mode
-#: ../tuxpaint.c:9703
+#: ../tuxpaint.c:9704
msgid "Slides"
msgstr "Cebebiyey"
#. Open dialog: 'Template' button, to make a template out of a drawing
-#: ../tuxpaint.c:9706
+#: ../tuxpaint.c:9707
msgid "Template"
msgstr ""
#. Open dialog: 'Export' button, to copy an image to an easily-accessible location
-#: ../tuxpaint.c:9709
+#: ../tuxpaint.c:9710
msgid "Export"
msgstr "Fattandi"
#. Open dialog: 'Back' button, to dismiss Open dialog without opening a picture
-#: ../tuxpaint.c:9712
+#: ../tuxpaint.c:9713
msgid "Back"
msgstr "Foobanda"
#. Slideshow: 'Play' button, to begin a slideshow sequence
-#: ../tuxpaint.c:9715
+#: ../tuxpaint.c:9716
msgid "Play"
msgstr "Sintin"
#. Slideshow: 'GIF Export' button, to create an animated GIF
-#: ../tuxpaint.c:9718
+#: ../tuxpaint.c:9719
msgid "GIF Export"
msgstr "GIF fattandi"
#. Slideshow: 'Next' button, to load next slide (image)
-#: ../tuxpaint.c:9721
+#: ../tuxpaint.c:9722
msgid "Next"
msgstr "Jine"
#. Color mixer dialog: 'Clear' button, to reset the mixed color
-#: ../tuxpaint.c:9724
+#: ../tuxpaint.c:9725
msgid "Clear"
msgstr "Tuusu"
#. Use the localized label string (e.g., "あぁ" in Japanese)
-#: ../tuxpaint.c:10659 ../tuxpaint.c:10662 ../tuxpaint.c:10663
+#: ../tuxpaint.c:10660 ../tuxpaint.c:10663 ../tuxpaint.c:10664
msgid "Aa"
msgstr "Aa"
#. Admittedly stupid way of determining which keys can be used for
#. positive and negative responses in dialogs (e.g., [Y] (for 'yes') in English)
-#: ../tuxpaint.c:14672
+#: ../tuxpaint.c:14673
msgid "Yes"
msgstr "Ayyo"
-#: ../tuxpaint.c:14676
+#: ../tuxpaint.c:14677
msgid "No"
msgstr "Kalaa"
#. Prompt to ask whether user wishes to save over old version of their file
-#: ../tuxpaint.c:15948
+#: ../tuxpaint.c:15949
msgid "Replace the picture with your changes?"
msgstr "Ka biyoo nda ni barmawey kaŋ n n'i tee zaa?"
#. Positive response to saving over old version
#. (like a 'File:Save' action in other applications)
-#: ../tuxpaint.c:15952
+#: ../tuxpaint.c:15953
msgid "Yes, replace the old one!"
msgstr "Ayyo, izeenaa barmay!"
#. Negative response to saving over old version (saves a new image)
#. (like a 'File:Save As...' action in other applications)
-#: ../tuxpaint.c:15956
+#: ../tuxpaint.c:15957
msgid "No, save a new file!"
msgstr "Kalaa, bii taaga no!"
-#: ../tuxpaint.c:17224
+#: ../tuxpaint.c:17225
msgid ""
"Choose a picture and then click “Open”, “Export”, “Template“, or “Erase”. "
"Click “Slides” to create a slideshow animation or “Back“ to return to your "
"current picture."
msgstr ""
-#: ../tuxpaint.c:17226
+#: ../tuxpaint.c:17227
msgid ""
"Choose a picture and then click “Open”, “Export”, or “Erase”. Click “Slides” "
"to create a slideshow animation or “Back“ to return to your current picture."
@@ -1552,64 +1552,64 @@ msgstr ""
#. None selected? Too dangerous to automatically select all (like we do for slideshow playback).
#. Only 1 selected? No point in saving as GIF.
#.
-#: ../tuxpaint.c:18895
+#: ../tuxpaint.c:18896
msgid "Select 2 or more drawings to turn into an animated GIF."
msgstr "Zeeri-bii hinka wala tana suuba k'i tee GIF hunante."
#. Descriptions (names) of the color mixer tool's primary colors and shades
-#: ../tuxpaint.c:25112
+#: ../tuxpaint.c:25113
msgid "red"
msgstr "ciray"
-#: ../tuxpaint.c:25113
+#: ../tuxpaint.c:25114
msgid "yellow"
msgstr "woldi"
-#: ../tuxpaint.c:25114
+#: ../tuxpaint.c:25115
msgid "blue"
msgstr "bula"
-#: ../tuxpaint.c:25115
+#: ../tuxpaint.c:25116
msgid "white"
msgstr "kaaray"
-#: ../tuxpaint.c:25116
+#: ../tuxpaint.c:25117
msgid "grey"
msgstr "boosu"
-#: ../tuxpaint.c:25117
+#: ../tuxpaint.c:25118
msgid "black"
msgstr "bibi"
#. 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:25122
+#: ../tuxpaint.c:25123
#, c-format
msgid "Your color is %1$s %2$s."
msgstr "Ni noonaa ti %1$s %2$s."
-#: ../tuxpaint.c:25123
+#: ../tuxpaint.c:25124
#, c-format
msgid "Your color is %1$s %2$s and %3$s %4$s."
msgstr "Ni noonaa ti %1$s %2$s nda %3$s %4$s."
-#: ../tuxpaint.c:25124
+#: ../tuxpaint.c:25125
#, c-format
msgid "Your color is %1$s %2$s, %3$s %4$s, and %5$s %6$s."
msgstr "Ni noonaa ti %1$s %2$s, %3$s %4$s, nda %5$s %6$s."
-#: ../tuxpaint.c:25125
+#: ../tuxpaint.c:25126
#, c-format
msgid "Your color is %1$s %2$s, %3$s %4$s, %5$s %6$s, and %7$s %8$s."
msgstr "Ni noonaa ti %1$s %2$s, %3$s %4$s, %5$s %6$s, nda %7$s %8$s."
-#: ../tuxpaint.c:25126
+#: ../tuxpaint.c:25127
#, 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 ""
"Ni noonaa ti %1$s %2$s, %3$s %4$s, %5$s %6$s, %7$s %8$s, nda %9$s %10$s."
-#: ../tuxpaint.c:25127
+#: ../tuxpaint.c:25128
#, c-format
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 "
@@ -1619,16 +1619,16 @@ msgstr ""
"%11$s %12$s."
#. Color mixer; e.g., "Your color is entirely grey."
-#: ../tuxpaint.c:25907 ../tuxpaint.c:25912
+#: ../tuxpaint.c:25908 ../tuxpaint.c:25913
msgid "entirely"
msgstr "ka timme"
#. Add "Color Select" color:
-#: ../tuxpaint.c:29087
+#: ../tuxpaint.c:29089
msgid "Select a color from your drawing."
msgstr "Noone foo suuba ni zeeri-biyoo ga."
-#: ../tuxpaint.c:29098
+#: ../tuxpaint.c:29100
msgid ""
"Pick a color. Hues go top to bottom. Saturation/intensity goes left (pale) "
"to right (pure). Value (lightness/darkness): grey bar."
@@ -1636,7 +1636,7 @@ msgstr ""
"Noone suuba. Noone-izey ga hun beene ka zunbu. Tiŋay/komyan ka hun kanbe wow "
"(buuna) ga ka koy iwow do (nina). Sahã (kaaray/bibiyan): zeeri boosu."
-#: ../tuxpaint.c:29112
+#: ../tuxpaint.c:29114
msgid ""
"Click the primary colors (red, yellow, and blue), white (to tint), grey (to "
"tone), and black (to shade), to mix together a new color."
@@ -2532,8 +2532,9 @@ msgstr ""
#: ../../magic/src/polyfill.c:32
msgid ""
-"Click multiple times in your picture to create a filled polygon. Click your "
-"starting position to complete the shape."
+"Click multiple times in your picture to create a filled polygon. You may "
+"drag control points to alter the shape. Click the first point to complete "
+"the shape."
msgstr ""
#: ../../magic/src/puzzle.c:112
diff --git a/src/po/sq.po b/src/po/sq.po
index 6d1b0405f..230e3ee59 100644
--- a/src/po/sq.po
+++ b/src/po/sq.po
@@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: tuxpaint\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2024-04-08 23:25-0700\n"
+"POT-Creation-Date: 2024-04-12 09:23-0700\n"
"PO-Revision-Date: 2024-01-26 19:44+0200\n"
"Last-Translator: Besnik Bleta \n"
"Language-Team: none\n"
@@ -1100,7 +1100,7 @@ msgstr "I ri"
#. Open a saved picture
#. Buttons for the file open dialog
#. Open dialog: 'Open' button, to load the selected picture
-#: ../tools.h:97 ../tuxpaint.c:9697
+#: ../tools.h:97 ../tuxpaint.c:9698
msgid "Open"
msgstr "Hap"
@@ -1518,83 +1518,83 @@ msgid "Please wait…"
msgstr "Ju lutemi, pritni…"
#. Open dialog: 'Erase' button, to erase/deleted the selected picture
-#: ../tuxpaint.c:9700
+#: ../tuxpaint.c:9701
msgid "Erase"
msgstr "Fshije"
#. Open dialog: 'Slides' button, to switch to slide show mode
-#: ../tuxpaint.c:9703
+#: ../tuxpaint.c:9704
msgid "Slides"
msgstr "Diapozitiva"
#. Open dialog: 'Template' button, to make a template out of a drawing
-#: ../tuxpaint.c:9706
+#: ../tuxpaint.c:9707
msgid "Template"
msgstr "Gjedhe"
#. Open dialog: 'Export' button, to copy an image to an easily-accessible location
-#: ../tuxpaint.c:9709
+#: ../tuxpaint.c:9710
msgid "Export"
msgstr "Eksportim"
#. Open dialog: 'Back' button, to dismiss Open dialog without opening a picture
-#: ../tuxpaint.c:9712
+#: ../tuxpaint.c:9713
msgid "Back"
msgstr "Mbrapsht"
#. Slideshow: 'Play' button, to begin a slideshow sequence
-#: ../tuxpaint.c:9715
+#: ../tuxpaint.c:9716
msgid "Play"
msgstr "Luaje"
#. Slideshow: 'GIF Export' button, to create an animated GIF
-#: ../tuxpaint.c:9718
+#: ../tuxpaint.c:9719
msgid "GIF Export"
msgstr "Eksportim si GIF"
#. Slideshow: 'Next' button, to load next slide (image)
-#: ../tuxpaint.c:9721
+#: ../tuxpaint.c:9722
msgid "Next"
msgstr "Pasuesi"
#. Color mixer dialog: 'Clear' button, to reset the mixed color
-#: ../tuxpaint.c:9724
+#: ../tuxpaint.c:9725
msgid "Clear"
msgstr "Spastroje"
#. Use the localized label string (e.g., "あぁ" in Japanese)
-#: ../tuxpaint.c:10659 ../tuxpaint.c:10662 ../tuxpaint.c:10663
+#: ../tuxpaint.c:10660 ../tuxpaint.c:10663 ../tuxpaint.c:10664
msgid "Aa"
msgstr "Aa"
#. Admittedly stupid way of determining which keys can be used for
#. positive and negative responses in dialogs (e.g., [Y] (for 'yes') in English)
-#: ../tuxpaint.c:14672
+#: ../tuxpaint.c:14673
msgid "Yes"
msgstr "Po"
-#: ../tuxpaint.c:14676
+#: ../tuxpaint.c:14677
msgid "No"
msgstr "Jo"
#. Prompt to ask whether user wishes to save over old version of their file
-#: ../tuxpaint.c:15948
+#: ../tuxpaint.c:15949
msgid "Replace the picture with your changes?"
msgstr "Të zëvendësohet vizatimi me ndryshimet tuaja?"
#. Positive response to saving over old version
#. (like a 'File:Save' action in other applications)
-#: ../tuxpaint.c:15952
+#: ../tuxpaint.c:15953
msgid "Yes, replace the old one!"
msgstr "Po, zëvendësoje të vjetrin!"
#. Negative response to saving over old version (saves a new image)
#. (like a 'File:Save As...' action in other applications)
-#: ../tuxpaint.c:15956
+#: ../tuxpaint.c:15957
msgid "No, save a new file!"
msgstr "Jo, ruaje në kartelë të re!"
-#: ../tuxpaint.c:17224
+#: ../tuxpaint.c:17225
msgid ""
"Choose a picture and then click “Open”, “Export”, “Template“, or “Erase”. "
"Click “Slides” to create a slideshow animation or “Back“ to return to your "
@@ -1604,7 +1604,7 @@ msgstr ""
"ose “Fshije”. Klikoni mbi “Diapozitiva” për të krijuar një animacion "
"diapozitivash, ose “Mbrapsht” për t’u kthyer te figura juaj aktuale."
-#: ../tuxpaint.c:17226
+#: ../tuxpaint.c:17227
msgid ""
"Choose a picture and then click “Open”, “Export”, or “Erase”. Click “Slides” "
"to create a slideshow animation or “Back“ to return to your current picture."
@@ -1616,66 +1616,66 @@ msgstr ""
#. None selected? Too dangerous to automatically select all (like we do for slideshow playback).
#. Only 1 selected? No point in saving as GIF.
#.
-#: ../tuxpaint.c:18895
+#: ../tuxpaint.c:18896
msgid "Select 2 or more drawings to turn into an animated GIF."
msgstr ""
"Përzgjidhni 2 ose më tepër vizatime, për t’i shndërruar në një GIF të "
"animuar."
#. Descriptions (names) of the color mixer tool's primary colors and shades
-#: ../tuxpaint.c:25112
+#: ../tuxpaint.c:25113
msgid "red"
msgstr "e kuqe"
-#: ../tuxpaint.c:25113
+#: ../tuxpaint.c:25114
msgid "yellow"
msgstr "e verdhë"
-#: ../tuxpaint.c:25114
+#: ../tuxpaint.c:25115
msgid "blue"
msgstr "blu"
-#: ../tuxpaint.c:25115
+#: ../tuxpaint.c:25116
msgid "white"
msgstr "e bardhë"
-#: ../tuxpaint.c:25116
+#: ../tuxpaint.c:25117
msgid "grey"
msgstr "gri"
-#: ../tuxpaint.c:25117
+#: ../tuxpaint.c:25118
msgid "black"
msgstr "e zezë"
#. 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:25122
+#: ../tuxpaint.c:25123
#, c-format
msgid "Your color is %1$s %2$s."
msgstr "Ngjyra juaj është %1$s %2$s."
-#: ../tuxpaint.c:25123
+#: ../tuxpaint.c:25124
#, c-format
msgid "Your color is %1$s %2$s and %3$s %4$s."
msgstr "Ngjyra juaj është %1$s %2$s dhe %3$s %4$s."
-#: ../tuxpaint.c:25124
+#: ../tuxpaint.c:25125
#, c-format
msgid "Your color is %1$s %2$s, %3$s %4$s, and %5$s %6$s."
msgstr "Ngjyra juaj është %1$s %2$s, %3$s %4$s dhe %5$s %6$s."
-#: ../tuxpaint.c:25125
+#: ../tuxpaint.c:25126
#, c-format
msgid "Your color is %1$s %2$s, %3$s %4$s, %5$s %6$s, and %7$s %8$s."
msgstr "Ngjyra juaj është %1$s %2$s, %3$s %4$s, %5$s %6$s dhe %7$s %8$s."
-#: ../tuxpaint.c:25126
+#: ../tuxpaint.c:25127
#, 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 ""
"Ngjyra juaj është %1$s %2$s, %3$s %4$s, %5$s %6$s, %7$s %8$s dhe %9$s %10$s."
-#: ../tuxpaint.c:25127
+#: ../tuxpaint.c:25128
#, c-format
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 "
@@ -1685,16 +1685,16 @@ msgstr ""
"%11$s %12$s."
#. Color mixer; e.g., "Your color is entirely grey."
-#: ../tuxpaint.c:25907 ../tuxpaint.c:25912
+#: ../tuxpaint.c:25908 ../tuxpaint.c:25913
msgid "entirely"
msgstr "tërësisht"
#. Add "Color Select" color:
-#: ../tuxpaint.c:29087
+#: ../tuxpaint.c:29089
msgid "Select a color from your drawing."
msgstr "Përzgjidhni një ngjyrë prej vizatimit tuaj."
-#: ../tuxpaint.c:29098
+#: ../tuxpaint.c:29100
msgid ""
"Pick a color. Hues go top to bottom. Saturation/intensity goes left (pale) "
"to right (pure). Value (lightness/darkness): grey bar."
@@ -1703,7 +1703,7 @@ msgstr ""
"intensiteti kalon nga majtas (e zbehtë) në të djathtë (e pastër). Vlera "
"(dritë/errësirë): shtylla gri."
-#: ../tuxpaint.c:29112
+#: ../tuxpaint.c:29114
msgid ""
"Click the primary colors (red, yellow, and blue), white (to tint), grey (to "
"tone), and black (to shade), to mix together a new color."
@@ -2657,8 +2657,9 @@ msgstr ""
#: ../../magic/src/polyfill.c:32
msgid ""
-"Click multiple times in your picture to create a filled polygon. Click your "
-"starting position to complete the shape."
+"Click multiple times in your picture to create a filled polygon. You may "
+"drag control points to alter the shape. Click the first point to complete "
+"the shape."
msgstr ""
#: ../../magic/src/puzzle.c:112
diff --git a/src/po/sr.po b/src/po/sr.po
index 7704397cf..34ea9fd85 100644
--- a/src/po/sr.po
+++ b/src/po/sr.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: tuxpaint 0.9.15rc1\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2024-04-08 23:25-0700\n"
+"POT-Creation-Date: 2024-04-12 09:23-0700\n"
"PO-Revision-Date: 2010-12-12 00:00+0100\n"
"Last-Translator: Ivana \n"
"Language-Team: Serbian \n"
@@ -1033,7 +1033,7 @@ msgstr "Нови"
#. Open a saved picture
#. Buttons for the file open dialog
#. Open dialog: 'Open' button, to load the selected picture
-#: ../tools.h:97 ../tuxpaint.c:9697
+#: ../tools.h:97 ../tuxpaint.c:9698
msgid "Open"
msgstr "Отвори"
@@ -1492,95 +1492,95 @@ msgstr "Молим те, сачекај..."
#
#. Open dialog: 'Erase' button, to erase/deleted the selected picture
-#: ../tuxpaint.c:9700
+#: ../tuxpaint.c:9701
msgid "Erase"
msgstr "Бриши"
#. Open dialog: 'Slides' button, to switch to slide show mode
-#: ../tuxpaint.c:9703
+#: ../tuxpaint.c:9704
msgid "Slides"
msgstr "Низ"
#. Open dialog: 'Template' button, to make a template out of a drawing
-#: ../tuxpaint.c:9706
+#: ../tuxpaint.c:9707
msgid "Template"
msgstr ""
#. Open dialog: 'Export' button, to copy an image to an easily-accessible location
-#: ../tuxpaint.c:9709
+#: ../tuxpaint.c:9710
msgid "Export"
msgstr ""
#
#. Open dialog: 'Back' button, to dismiss Open dialog without opening a picture
-#: ../tuxpaint.c:9712
+#: ../tuxpaint.c:9713
msgid "Back"
msgstr "Назад"
#. Slideshow: 'Play' button, to begin a slideshow sequence
-#: ../tuxpaint.c:9715
+#: ../tuxpaint.c:9716
msgid "Play"
msgstr "Играј"
#. Slideshow: 'GIF Export' button, to create an animated GIF
-#: ../tuxpaint.c:9718
+#: ../tuxpaint.c:9719
msgid "GIF Export"
msgstr ""
#
#. Slideshow: 'Next' button, to load next slide (image)
-#: ../tuxpaint.c:9721
+#: ../tuxpaint.c:9722
msgid "Next"
msgstr "Следеће"
#. Color mixer dialog: 'Clear' button, to reset the mixed color
-#: ../tuxpaint.c:9724
+#: ../tuxpaint.c:9725
msgid "Clear"
msgstr ""
#. Use the localized label string (e.g., "あぁ" in Japanese)
-#: ../tuxpaint.c:10659 ../tuxpaint.c:10662 ../tuxpaint.c:10663
+#: ../tuxpaint.c:10660 ../tuxpaint.c:10663 ../tuxpaint.c:10664
msgid "Aa"
msgstr "Аа"
#
#. Admittedly stupid way of determining which keys can be used for
#. positive and negative responses in dialogs (e.g., [Y] (for 'yes') in English)
-#: ../tuxpaint.c:14672
+#: ../tuxpaint.c:14673
msgid "Yes"
msgstr "Да"
#
-#: ../tuxpaint.c:14676
+#: ../tuxpaint.c:14677
msgid "No"
msgstr "Не"
#. Prompt to ask whether user wishes to save over old version of their file
-#: ../tuxpaint.c:15948
+#: ../tuxpaint.c:15949
msgid "Replace the picture with your changes?"
msgstr "Замени претходну слику измењеном?"
#. Positive response to saving over old version
#. (like a 'File:Save' action in other applications)
-#: ../tuxpaint.c:15952
+#: ../tuxpaint.c:15953
msgid "Yes, replace the old one!"
msgstr "Да, замени претходну!"
#
#. Negative response to saving over old version (saves a new image)
#. (like a 'File:Save As...' action in other applications)
-#: ../tuxpaint.c:15956
+#: ../tuxpaint.c:15957
msgid "No, save a new file!"
msgstr "Не, сачувај у нову датотеку!"
-#: ../tuxpaint.c:17224
+#: ../tuxpaint.c:17225
msgid ""
"Choose a picture and then click “Open”, “Export”, “Template“, or “Erase”. "
"Click “Slides” to create a slideshow animation or “Back“ to return to your "
"current picture."
msgstr ""
-#: ../tuxpaint.c:17226
+#: ../tuxpaint.c:17227
msgid ""
"Choose a picture and then click “Open”, “Export”, or “Erase”. Click “Slides” "
"to create a slideshow animation or “Back“ to return to your current picture."
@@ -1589,74 +1589,74 @@ msgstr ""
#. None selected? Too dangerous to automatically select all (like we do for slideshow playback).
#. Only 1 selected? No point in saving as GIF.
#.
-#: ../tuxpaint.c:18895
+#: ../tuxpaint.c:18896
msgid "Select 2 or more drawings to turn into an animated GIF."
msgstr ""
#. Descriptions (names) of the color mixer tool's primary colors and shades
-#: ../tuxpaint.c:25112
+#: ../tuxpaint.c:25113
msgid "red"
msgstr ""
#
-#: ../tuxpaint.c:25113
+#: ../tuxpaint.c:25114
#, fuzzy
#| msgid "Yellow!"
msgid "yellow"
msgstr "Жута!"
-#: ../tuxpaint.c:25114
+#: ../tuxpaint.c:25115
#, fuzzy
#| msgid "Sky blue!"
msgid "blue"
msgstr "Небоплава!"
#
-#: ../tuxpaint.c:25115
+#: ../tuxpaint.c:25116
#, fuzzy
#| msgid "White!"
msgid "white"
msgstr "Бела!"
-#: ../tuxpaint.c:25116
+#: ../tuxpaint.c:25117
msgid "grey"
msgstr ""
#
-#: ../tuxpaint.c:25117
+#: ../tuxpaint.c:25118
#, fuzzy
#| msgid "Black!"
msgid "black"
msgstr "Црна!"
#. 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:25122
+#: ../tuxpaint.c:25123
#, c-format
msgid "Your color is %1$s %2$s."
msgstr ""
-#: ../tuxpaint.c:25123
+#: ../tuxpaint.c:25124
#, c-format
msgid "Your color is %1$s %2$s and %3$s %4$s."
msgstr ""
-#: ../tuxpaint.c:25124
+#: ../tuxpaint.c:25125
#, c-format
msgid "Your color is %1$s %2$s, %3$s %4$s, and %5$s %6$s."
msgstr ""
-#: ../tuxpaint.c:25125
+#: ../tuxpaint.c:25126
#, c-format
msgid "Your color is %1$s %2$s, %3$s %4$s, %5$s %6$s, and %7$s %8$s."
msgstr ""
-#: ../tuxpaint.c:25126
+#: ../tuxpaint.c:25127
#, 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 ""
-#: ../tuxpaint.c:25127
+#: ../tuxpaint.c:25128
#, c-format
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 "
@@ -1664,22 +1664,22 @@ msgid ""
msgstr ""
#. Color mixer; e.g., "Your color is entirely grey."
-#: ../tuxpaint.c:25907 ../tuxpaint.c:25912
+#: ../tuxpaint.c:25908 ../tuxpaint.c:25913
msgid "entirely"
msgstr ""
#. Add "Color Select" color:
-#: ../tuxpaint.c:29087
+#: ../tuxpaint.c:29089
msgid "Select a color from your drawing."
msgstr ""
-#: ../tuxpaint.c:29098
+#: ../tuxpaint.c:29100
msgid ""
"Pick a color. Hues go top to bottom. Saturation/intensity goes left (pale) "
"to right (pure). Value (lightness/darkness): grey bar."
msgstr ""
-#: ../tuxpaint.c:29112
+#: ../tuxpaint.c:29114
msgid ""
"Click the primary colors (red, yellow, and blue), white (to tint), grey (to "
"tone), and black (to shade), to mix together a new color."
@@ -2803,8 +2803,9 @@ msgstr ""
#: ../../magic/src/polyfill.c:32
msgid ""
-"Click multiple times in your picture to create a filled polygon. Click your "
-"starting position to complete the shape."
+"Click multiple times in your picture to create a filled polygon. You may "
+"drag control points to alter the shape. Click the first point to complete "
+"the shape."
msgstr ""
#
diff --git a/src/po/sr@latin.po b/src/po/sr@latin.po
index f9dfb6819..fe7249aa4 100644
--- a/src/po/sr@latin.po
+++ b/src/po/sr@latin.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: tuxpaint 0.9.15rc1\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2024-04-08 23:25-0700\n"
+"POT-Creation-Date: 2024-04-12 09:23-0700\n"
"PO-Revision-Date: 2010-12-12 00:00+0100\n"
"Last-Translator: Ivana \n"
"Language-Team: Serbian \n"
@@ -1033,7 +1033,7 @@ msgstr "Novi"
#. Open a saved picture
#. Buttons for the file open dialog
#. Open dialog: 'Open' button, to load the selected picture
-#: ../tools.h:97 ../tuxpaint.c:9697
+#: ../tools.h:97 ../tuxpaint.c:9698
msgid "Open"
msgstr "Otvori"
@@ -1492,95 +1492,95 @@ msgstr "Molim te, sačekaj..."
#
#. Open dialog: 'Erase' button, to erase/deleted the selected picture
-#: ../tuxpaint.c:9700
+#: ../tuxpaint.c:9701
msgid "Erase"
msgstr "Briši"
#. Open dialog: 'Slides' button, to switch to slide show mode
-#: ../tuxpaint.c:9703
+#: ../tuxpaint.c:9704
msgid "Slides"
msgstr "Niz"
#. Open dialog: 'Template' button, to make a template out of a drawing
-#: ../tuxpaint.c:9706
+#: ../tuxpaint.c:9707
msgid "Template"
msgstr ""
#. Open dialog: 'Export' button, to copy an image to an easily-accessible location
-#: ../tuxpaint.c:9709
+#: ../tuxpaint.c:9710
msgid "Export"
msgstr ""
#
#. Open dialog: 'Back' button, to dismiss Open dialog without opening a picture
-#: ../tuxpaint.c:9712
+#: ../tuxpaint.c:9713
msgid "Back"
msgstr "Nazad"
#. Slideshow: 'Play' button, to begin a slideshow sequence
-#: ../tuxpaint.c:9715
+#: ../tuxpaint.c:9716
msgid "Play"
msgstr "Igraj"
#. Slideshow: 'GIF Export' button, to create an animated GIF
-#: ../tuxpaint.c:9718
+#: ../tuxpaint.c:9719
msgid "GIF Export"
msgstr ""
#
#. Slideshow: 'Next' button, to load next slide (image)
-#: ../tuxpaint.c:9721
+#: ../tuxpaint.c:9722
msgid "Next"
msgstr "Sledeće"
#. Color mixer dialog: 'Clear' button, to reset the mixed color
-#: ../tuxpaint.c:9724
+#: ../tuxpaint.c:9725
msgid "Clear"
msgstr ""
#. Use the localized label string (e.g., "あぁ" in Japanese)
-#: ../tuxpaint.c:10659 ../tuxpaint.c:10662 ../tuxpaint.c:10663
+#: ../tuxpaint.c:10660 ../tuxpaint.c:10663 ../tuxpaint.c:10664
msgid "Aa"
msgstr "Aa"
#
#. Admittedly stupid way of determining which keys can be used for
#. positive and negative responses in dialogs (e.g., [Y] (for 'yes') in English)
-#: ../tuxpaint.c:14672
+#: ../tuxpaint.c:14673
msgid "Yes"
msgstr "Da"
#
-#: ../tuxpaint.c:14676
+#: ../tuxpaint.c:14677
msgid "No"
msgstr "Ne"
#. Prompt to ask whether user wishes to save over old version of their file
-#: ../tuxpaint.c:15948
+#: ../tuxpaint.c:15949
msgid "Replace the picture with your changes?"
msgstr "Zameni prethodnu sliku izmenjenom?"
#. Positive response to saving over old version
#. (like a 'File:Save' action in other applications)
-#: ../tuxpaint.c:15952
+#: ../tuxpaint.c:15953
msgid "Yes, replace the old one!"
msgstr "Da, zameni prethodnu!"
#
#. Negative response to saving over old version (saves a new image)
#. (like a 'File:Save As...' action in other applications)
-#: ../tuxpaint.c:15956
+#: ../tuxpaint.c:15957
msgid "No, save a new file!"
msgstr "Ne, sačuvaj u novu datoteku!"
-#: ../tuxpaint.c:17224
+#: ../tuxpaint.c:17225
msgid ""
"Choose a picture and then click “Open”, “Export”, “Template“, or “Erase”. "
"Click “Slides” to create a slideshow animation or “Back“ to return to your "
"current picture."
msgstr ""
-#: ../tuxpaint.c:17226
+#: ../tuxpaint.c:17227
msgid ""
"Choose a picture and then click “Open”, “Export”, or “Erase”. Click “Slides” "
"to create a slideshow animation or “Back“ to return to your current picture."
@@ -1589,74 +1589,74 @@ msgstr ""
#. None selected? Too dangerous to automatically select all (like we do for slideshow playback).
#. Only 1 selected? No point in saving as GIF.
#.
-#: ../tuxpaint.c:18895
+#: ../tuxpaint.c:18896
msgid "Select 2 or more drawings to turn into an animated GIF."
msgstr ""
#. Descriptions (names) of the color mixer tool's primary colors and shades
-#: ../tuxpaint.c:25112
+#: ../tuxpaint.c:25113
msgid "red"
msgstr ""
#
-#: ../tuxpaint.c:25113
+#: ../tuxpaint.c:25114
#, fuzzy
#| msgid "Yellow!"
msgid "yellow"
msgstr "Žuta!"
-#: ../tuxpaint.c:25114
+#: ../tuxpaint.c:25115
#, fuzzy
#| msgid "Sky blue!"
msgid "blue"
msgstr "Neboplava!"
#
-#: ../tuxpaint.c:25115
+#: ../tuxpaint.c:25116
#, fuzzy
#| msgid "White!"
msgid "white"
msgstr "Bela!"
-#: ../tuxpaint.c:25116
+#: ../tuxpaint.c:25117
msgid "grey"
msgstr ""
#
-#: ../tuxpaint.c:25117
+#: ../tuxpaint.c:25118
#, fuzzy
#| msgid "Black!"
msgid "black"
msgstr "Crna!"
#. 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:25122
+#: ../tuxpaint.c:25123
#, c-format
msgid "Your color is %1$s %2$s."
msgstr ""
-#: ../tuxpaint.c:25123
+#: ../tuxpaint.c:25124
#, c-format
msgid "Your color is %1$s %2$s and %3$s %4$s."
msgstr ""
-#: ../tuxpaint.c:25124
+#: ../tuxpaint.c:25125
#, c-format
msgid "Your color is %1$s %2$s, %3$s %4$s, and %5$s %6$s."
msgstr ""
-#: ../tuxpaint.c:25125
+#: ../tuxpaint.c:25126
#, c-format
msgid "Your color is %1$s %2$s, %3$s %4$s, %5$s %6$s, and %7$s %8$s."
msgstr ""
-#: ../tuxpaint.c:25126
+#: ../tuxpaint.c:25127
#, 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 ""
-#: ../tuxpaint.c:25127
+#: ../tuxpaint.c:25128
#, c-format
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 "
@@ -1664,22 +1664,22 @@ msgid ""
msgstr ""
#. Color mixer; e.g., "Your color is entirely grey."
-#: ../tuxpaint.c:25907 ../tuxpaint.c:25912
+#: ../tuxpaint.c:25908 ../tuxpaint.c:25913
msgid "entirely"
msgstr ""
#. Add "Color Select" color:
-#: ../tuxpaint.c:29087
+#: ../tuxpaint.c:29089
msgid "Select a color from your drawing."
msgstr ""
-#: ../tuxpaint.c:29098
+#: ../tuxpaint.c:29100
msgid ""
"Pick a color. Hues go top to bottom. Saturation/intensity goes left (pale) "
"to right (pure). Value (lightness/darkness): grey bar."
msgstr ""
-#: ../tuxpaint.c:29112
+#: ../tuxpaint.c:29114
msgid ""
"Click the primary colors (red, yellow, and blue), white (to tint), grey (to "
"tone), and black (to shade), to mix together a new color."
@@ -2807,8 +2807,9 @@ msgstr ""
#: ../../magic/src/polyfill.c:32
msgid ""
-"Click multiple times in your picture to create a filled polygon. Click your "
-"starting position to complete the shape."
+"Click multiple times in your picture to create a filled polygon. You may "
+"drag control points to alter the shape. Click the first point to complete "
+"the shape."
msgstr ""
#
diff --git a/src/po/su.po b/src/po/su.po
index 83e891826..50e93e1b4 100644
--- a/src/po/su.po
+++ b/src/po/su.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2024-04-08 23:25-0700\n"
+"POT-Creation-Date: 2024-04-12 09:23-0700\n"
"PO-Revision-Date: 2011-05-27 06:24+0200\n"
"Last-Translator: kumincir \n"
"Language-Team: LANGUAGE \n"
@@ -965,7 +965,7 @@ msgstr "Anyar"
#. Open a saved picture
#. Buttons for the file open dialog
#. Open dialog: 'Open' button, to load the selected picture
-#: ../tools.h:97 ../tuxpaint.c:9697
+#: ../tools.h:97 ../tuxpaint.c:9698
msgid "Open"
msgstr "Buka"
@@ -1370,91 +1370,91 @@ msgid "Please wait…"
msgstr "Antosan sakedap..."
#. Open dialog: 'Erase' button, to erase/deleted the selected picture
-#: ../tuxpaint.c:9700
+#: ../tuxpaint.c:9701
msgid "Erase"
msgstr "Hapus"
#. Open dialog: 'Slides' button, to switch to slide show mode
-#: ../tuxpaint.c:9703
+#: ../tuxpaint.c:9704
msgid "Slides"
msgstr "Slide"
#. Open dialog: 'Template' button, to make a template out of a drawing
-#: ../tuxpaint.c:9706
+#: ../tuxpaint.c:9707
msgid "Template"
msgstr ""
#. Open dialog: 'Export' button, to copy an image to an easily-accessible location
-#: ../tuxpaint.c:9709
+#: ../tuxpaint.c:9710
msgid "Export"
msgstr ""
#. Open dialog: 'Back' button, to dismiss Open dialog without opening a picture
-#: ../tuxpaint.c:9712
+#: ../tuxpaint.c:9713
msgid "Back"
msgstr "Balik"
#. Slideshow: 'Play' button, to begin a slideshow sequence
-#: ../tuxpaint.c:9715
+#: ../tuxpaint.c:9716
msgid "Play"
msgstr ""
#. Slideshow: 'GIF Export' button, to create an animated GIF
-#: ../tuxpaint.c:9718
+#: ../tuxpaint.c:9719
msgid "GIF Export"
msgstr ""
#. Slideshow: 'Next' button, to load next slide (image)
-#: ../tuxpaint.c:9721
+#: ../tuxpaint.c:9722
#, fuzzy
msgid "Next"
msgstr "Tulisan"
#. Color mixer dialog: 'Clear' button, to reset the mixed color
-#: ../tuxpaint.c:9724
+#: ../tuxpaint.c:9725
msgid "Clear"
msgstr ""
#. Use the localized label string (e.g., "あぁ" in Japanese)
-#: ../tuxpaint.c:10659 ../tuxpaint.c:10662 ../tuxpaint.c:10663
+#: ../tuxpaint.c:10660 ../tuxpaint.c:10663 ../tuxpaint.c:10664
msgid "Aa"
msgstr ""
#. Admittedly stupid way of determining which keys can be used for
#. positive and negative responses in dialogs (e.g., [Y] (for 'yes') in English)
-#: ../tuxpaint.c:14672
+#: ../tuxpaint.c:14673
msgid "Yes"
msgstr "Enya"
-#: ../tuxpaint.c:14676
+#: ../tuxpaint.c:14677
msgid "No"
msgstr "Henteu"
#. Prompt to ask whether user wishes to save over old version of their file
-#: ../tuxpaint.c:15948
+#: ../tuxpaint.c:15949
msgid "Replace the picture with your changes?"
msgstr "Ganti gambarna ku hasil ngarobah?"
#. Positive response to saving over old version
#. (like a 'File:Save' action in other applications)
-#: ../tuxpaint.c:15952
+#: ../tuxpaint.c:15953
msgid "Yes, replace the old one!"
msgstr ""
#. Negative response to saving over old version (saves a new image)
#. (like a 'File:Save As...' action in other applications)
-#: ../tuxpaint.c:15956
+#: ../tuxpaint.c:15957
msgid "No, save a new file!"
msgstr "Ulah, simpen gambar anyar!"
-#: ../tuxpaint.c:17224
+#: ../tuxpaint.c:17225
msgid ""
"Choose a picture and then click “Open”, “Export”, “Template“, or “Erase”. "
"Click “Slides” to create a slideshow animation or “Back“ to return to your "
"current picture."
msgstr ""
-#: ../tuxpaint.c:17226
+#: ../tuxpaint.c:17227
msgid ""
"Choose a picture and then click “Open”, “Export”, or “Erase”. Click “Slides” "
"to create a slideshow animation or “Back“ to return to your current picture."
@@ -1463,71 +1463,71 @@ msgstr ""
#. None selected? Too dangerous to automatically select all (like we do for slideshow playback).
#. Only 1 selected? No point in saving as GIF.
#.
-#: ../tuxpaint.c:18895
+#: ../tuxpaint.c:18896
msgid "Select 2 or more drawings to turn into an animated GIF."
msgstr ""
#. Descriptions (names) of the color mixer tool's primary colors and shades
-#: ../tuxpaint.c:25112
+#: ../tuxpaint.c:25113
msgid "red"
msgstr ""
-#: ../tuxpaint.c:25113
+#: ../tuxpaint.c:25114
#, fuzzy
#| msgid "Yellow!"
msgid "yellow"
msgstr "Konéng!"
-#: ../tuxpaint.c:25114
+#: ../tuxpaint.c:25115
#, fuzzy
#| msgid "Sky blue!"
msgid "blue"
msgstr "Biru langit!"
-#: ../tuxpaint.c:25115
+#: ../tuxpaint.c:25116
#, fuzzy
#| msgid "White!"
msgid "white"
msgstr "Bodas!"
-#: ../tuxpaint.c:25116
+#: ../tuxpaint.c:25117
msgid "grey"
msgstr ""
-#: ../tuxpaint.c:25117
+#: ../tuxpaint.c:25118
#, fuzzy
#| msgid "Black!"
msgid "black"
msgstr "Hideung!"
#. 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:25122
+#: ../tuxpaint.c:25123
#, c-format
msgid "Your color is %1$s %2$s."
msgstr ""
-#: ../tuxpaint.c:25123
+#: ../tuxpaint.c:25124
#, c-format
msgid "Your color is %1$s %2$s and %3$s %4$s."
msgstr ""
-#: ../tuxpaint.c:25124
+#: ../tuxpaint.c:25125
#, c-format
msgid "Your color is %1$s %2$s, %3$s %4$s, and %5$s %6$s."
msgstr ""
-#: ../tuxpaint.c:25125
+#: ../tuxpaint.c:25126
#, c-format
msgid "Your color is %1$s %2$s, %3$s %4$s, %5$s %6$s, and %7$s %8$s."
msgstr ""
-#: ../tuxpaint.c:25126
+#: ../tuxpaint.c:25127
#, 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 ""
-#: ../tuxpaint.c:25127
+#: ../tuxpaint.c:25128
#, c-format
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 "
@@ -1535,22 +1535,22 @@ msgid ""
msgstr ""
#. Color mixer; e.g., "Your color is entirely grey."
-#: ../tuxpaint.c:25907 ../tuxpaint.c:25912
+#: ../tuxpaint.c:25908 ../tuxpaint.c:25913
msgid "entirely"
msgstr ""
#. Add "Color Select" color:
-#: ../tuxpaint.c:29087
+#: ../tuxpaint.c:29089
msgid "Select a color from your drawing."
msgstr ""
-#: ../tuxpaint.c:29098
+#: ../tuxpaint.c:29100
msgid ""
"Pick a color. Hues go top to bottom. Saturation/intensity goes left (pale) "
"to right (pure). Value (lightness/darkness): grey bar."
msgstr ""
-#: ../tuxpaint.c:29112
+#: ../tuxpaint.c:29114
msgid ""
"Click the primary colors (red, yellow, and blue), white (to tint), grey (to "
"tone), and black (to shade), to mix together a new color."
@@ -2442,8 +2442,9 @@ msgstr ""
#: ../../magic/src/polyfill.c:32
msgid ""
-"Click multiple times in your picture to create a filled polygon. Click your "
-"starting position to complete the shape."
+"Click multiple times in your picture to create a filled polygon. You may "
+"drag control points to alter the shape. Click the first point to complete "
+"the shape."
msgstr ""
#: ../../magic/src/puzzle.c:112
diff --git a/src/po/sv.po b/src/po/sv.po
index cd4591bf0..f7c3a3ad9 100644
--- a/src/po/sv.po
+++ b/src/po/sv.po
@@ -10,7 +10,7 @@ msgid ""
msgstr ""
"Project-Id-Version: tuxpaint\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2024-04-08 23:25-0700\n"
+"POT-Creation-Date: 2024-04-12 09:23-0700\n"
"PO-Revision-Date: 2017-12-17 22:48+0100\n"
"Last-Translator: Sebastian Rasmussen \n"
"Language-Team: Svenska \n"
@@ -978,7 +978,7 @@ msgstr "Ny"
#. Open a saved picture
#. Buttons for the file open dialog
#. Open dialog: 'Open' button, to load the selected picture
-#: ../tools.h:97 ../tuxpaint.c:9697
+#: ../tools.h:97 ../tuxpaint.c:9698
msgid "Open"
msgstr "Öppna"
@@ -1395,90 +1395,90 @@ msgid "Please wait…"
msgstr "Vänta…"
#. Open dialog: 'Erase' button, to erase/deleted the selected picture
-#: ../tuxpaint.c:9700
+#: ../tuxpaint.c:9701
msgid "Erase"
msgstr "Radera"
#. Open dialog: 'Slides' button, to switch to slide show mode
-#: ../tuxpaint.c:9703
+#: ../tuxpaint.c:9704
msgid "Slides"
msgstr "Bildspel"
#. Open dialog: 'Template' button, to make a template out of a drawing
-#: ../tuxpaint.c:9706
+#: ../tuxpaint.c:9707
msgid "Template"
msgstr ""
#. Open dialog: 'Export' button, to copy an image to an easily-accessible location
-#: ../tuxpaint.c:9709
+#: ../tuxpaint.c:9710
msgid "Export"
msgstr ""
#. Open dialog: 'Back' button, to dismiss Open dialog without opening a picture
-#: ../tuxpaint.c:9712
+#: ../tuxpaint.c:9713
msgid "Back"
msgstr "Bakåt"
#. Slideshow: 'Play' button, to begin a slideshow sequence
-#: ../tuxpaint.c:9715
+#: ../tuxpaint.c:9716
msgid "Play"
msgstr "Spela"
#. Slideshow: 'GIF Export' button, to create an animated GIF
-#: ../tuxpaint.c:9718
+#: ../tuxpaint.c:9719
msgid "GIF Export"
msgstr ""
#. Slideshow: 'Next' button, to load next slide (image)
-#: ../tuxpaint.c:9721
+#: ../tuxpaint.c:9722
msgid "Next"
msgstr "Nästa"
#. Color mixer dialog: 'Clear' button, to reset the mixed color
-#: ../tuxpaint.c:9724
+#: ../tuxpaint.c:9725
msgid "Clear"
msgstr ""
#. Use the localized label string (e.g., "あぁ" in Japanese)
-#: ../tuxpaint.c:10659 ../tuxpaint.c:10662 ../tuxpaint.c:10663
+#: ../tuxpaint.c:10660 ../tuxpaint.c:10663 ../tuxpaint.c:10664
msgid "Aa"
msgstr "Aa"
#. Admittedly stupid way of determining which keys can be used for
#. positive and negative responses in dialogs (e.g., [Y] (for 'yes') in English)
-#: ../tuxpaint.c:14672
+#: ../tuxpaint.c:14673
msgid "Yes"
msgstr "Ja"
-#: ../tuxpaint.c:14676
+#: ../tuxpaint.c:14677
msgid "No"
msgstr "Nej"
#. Prompt to ask whether user wishes to save over old version of their file
-#: ../tuxpaint.c:15948
+#: ../tuxpaint.c:15949
msgid "Replace the picture with your changes?"
msgstr "Ersätt bilden med dina ändringar?"
#. Positive response to saving over old version
#. (like a 'File:Save' action in other applications)
-#: ../tuxpaint.c:15952
+#: ../tuxpaint.c:15953
msgid "Yes, replace the old one!"
msgstr "Ja, skriv över den gamla!"
#. Negative response to saving over old version (saves a new image)
#. (like a 'File:Save As...' action in other applications)
-#: ../tuxpaint.c:15956
+#: ../tuxpaint.c:15957
msgid "No, save a new file!"
msgstr "Nej, spara en ny fil!"
-#: ../tuxpaint.c:17224
+#: ../tuxpaint.c:17225
msgid ""
"Choose a picture and then click “Open”, “Export”, “Template“, or “Erase”. "
"Click “Slides” to create a slideshow animation or “Back“ to return to your "
"current picture."
msgstr ""
-#: ../tuxpaint.c:17226
+#: ../tuxpaint.c:17227
msgid ""
"Choose a picture and then click “Open”, “Export”, or “Erase”. Click “Slides” "
"to create a slideshow animation or “Back“ to return to your current picture."
@@ -1487,71 +1487,71 @@ msgstr ""
#. None selected? Too dangerous to automatically select all (like we do for slideshow playback).
#. Only 1 selected? No point in saving as GIF.
#.
-#: ../tuxpaint.c:18895
+#: ../tuxpaint.c:18896
msgid "Select 2 or more drawings to turn into an animated GIF."
msgstr ""
#. Descriptions (names) of the color mixer tool's primary colors and shades
-#: ../tuxpaint.c:25112
+#: ../tuxpaint.c:25113
msgid "red"
msgstr ""
-#: ../tuxpaint.c:25113
+#: ../tuxpaint.c:25114
#, fuzzy
#| msgid "Yellow!"
msgid "yellow"
msgstr "Gul!"
-#: ../tuxpaint.c:25114
+#: ../tuxpaint.c:25115
#, fuzzy
#| msgid "Sky blue!"
msgid "blue"
msgstr "Himmelsblå!"
-#: ../tuxpaint.c:25115
+#: ../tuxpaint.c:25116
#, fuzzy
#| msgid "White!"
msgid "white"
msgstr "Vit!"
-#: ../tuxpaint.c:25116
+#: ../tuxpaint.c:25117
msgid "grey"
msgstr ""
-#: ../tuxpaint.c:25117
+#: ../tuxpaint.c:25118
#, fuzzy
#| msgid "Black!"
msgid "black"
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:25122
+#: ../tuxpaint.c:25123
#, c-format
msgid "Your color is %1$s %2$s."
msgstr ""
-#: ../tuxpaint.c:25123
+#: ../tuxpaint.c:25124
#, c-format
msgid "Your color is %1$s %2$s and %3$s %4$s."
msgstr ""
-#: ../tuxpaint.c:25124
+#: ../tuxpaint.c:25125
#, c-format
msgid "Your color is %1$s %2$s, %3$s %4$s, and %5$s %6$s."
msgstr ""
-#: ../tuxpaint.c:25125
+#: ../tuxpaint.c:25126
#, c-format
msgid "Your color is %1$s %2$s, %3$s %4$s, %5$s %6$s, and %7$s %8$s."
msgstr ""
-#: ../tuxpaint.c:25126
+#: ../tuxpaint.c:25127
#, 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 ""
-#: ../tuxpaint.c:25127
+#: ../tuxpaint.c:25128
#, c-format
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 "
@@ -1559,22 +1559,22 @@ msgid ""
msgstr ""
#. Color mixer; e.g., "Your color is entirely grey."
-#: ../tuxpaint.c:25907 ../tuxpaint.c:25912
+#: ../tuxpaint.c:25908 ../tuxpaint.c:25913
msgid "entirely"
msgstr ""
#. Add "Color Select" color:
-#: ../tuxpaint.c:29087
+#: ../tuxpaint.c:29089
msgid "Select a color from your drawing."
msgstr "Välj en färg från din ritning."
-#: ../tuxpaint.c:29098
+#: ../tuxpaint.c:29100
msgid ""
"Pick a color. Hues go top to bottom. Saturation/intensity goes left (pale) "
"to right (pure). Value (lightness/darkness): grey bar."
msgstr ""
-#: ../tuxpaint.c:29112
+#: ../tuxpaint.c:29114
msgid ""
"Click the primary colors (red, yellow, and blue), white (to tint), grey (to "
"tone), and black (to shade), to mix together a new color."
@@ -2572,8 +2572,9 @@ msgstr ""
#: ../../magic/src/polyfill.c:32
msgid ""
-"Click multiple times in your picture to create a filled polygon. Click your "
-"starting position to complete the shape."
+"Click multiple times in your picture to create a filled polygon. You may "
+"drag control points to alter the shape. Click the first point to complete "
+"the shape."
msgstr ""
#: ../../magic/src/puzzle.c:112
diff --git a/src/po/sw.po b/src/po/sw.po
index e3429329a..80551e82b 100644
--- a/src/po/sw.po
+++ b/src/po/sw.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2024-04-08 23:25-0700\n"
+"POT-Creation-Date: 2024-04-12 09:23-0700\n"
"PO-Revision-Date: 2010-11-04 23:59+0200\n"
"Last-Translator: Emanuel Feruzi \n"
"Language-Team: LANGUAGE \n"
@@ -976,7 +976,7 @@ msgstr "Mpya"
#. Open a saved picture
#. Buttons for the file open dialog
#. Open dialog: 'Open' button, to load the selected picture
-#: ../tools.h:97 ../tuxpaint.c:9697
+#: ../tools.h:97 ../tuxpaint.c:9698
msgid "Open"
msgstr "Fungua"
@@ -1387,90 +1387,90 @@ msgid "Please wait…"
msgstr "Tafadhali subiri…"
#. Open dialog: 'Erase' button, to erase/deleted the selected picture
-#: ../tuxpaint.c:9700
+#: ../tuxpaint.c:9701
msgid "Erase"
msgstr "Futa"
#. Open dialog: 'Slides' button, to switch to slide show mode
-#: ../tuxpaint.c:9703
+#: ../tuxpaint.c:9704
msgid "Slides"
msgstr "Slaidi"
#. Open dialog: 'Template' button, to make a template out of a drawing
-#: ../tuxpaint.c:9706
+#: ../tuxpaint.c:9707
msgid "Template"
msgstr ""
#. Open dialog: 'Export' button, to copy an image to an easily-accessible location
-#: ../tuxpaint.c:9709
+#: ../tuxpaint.c:9710
msgid "Export"
msgstr ""
#. Open dialog: 'Back' button, to dismiss Open dialog without opening a picture
-#: ../tuxpaint.c:9712
+#: ../tuxpaint.c:9713
msgid "Back"
msgstr "Nyuma"
#. Slideshow: 'Play' button, to begin a slideshow sequence
-#: ../tuxpaint.c:9715
+#: ../tuxpaint.c:9716
msgid "Play"
msgstr "Cheza"
#. Slideshow: 'GIF Export' button, to create an animated GIF
-#: ../tuxpaint.c:9718
+#: ../tuxpaint.c:9719
msgid "GIF Export"
msgstr ""
#. Slideshow: 'Next' button, to load next slide (image)
-#: ../tuxpaint.c:9721
+#: ../tuxpaint.c:9722
msgid "Next"
msgstr "Ifuatayo"
#. Color mixer dialog: 'Clear' button, to reset the mixed color
-#: ../tuxpaint.c:9724
+#: ../tuxpaint.c:9725
msgid "Clear"
msgstr ""
#. Use the localized label string (e.g., "あぁ" in Japanese)
-#: ../tuxpaint.c:10659 ../tuxpaint.c:10662 ../tuxpaint.c:10663
+#: ../tuxpaint.c:10660 ../tuxpaint.c:10663 ../tuxpaint.c:10664
msgid "Aa"
msgstr "Aa"
#. Admittedly stupid way of determining which keys can be used for
#. positive and negative responses in dialogs (e.g., [Y] (for 'yes') in English)
-#: ../tuxpaint.c:14672
+#: ../tuxpaint.c:14673
msgid "Yes"
msgstr "Ndiyo"
-#: ../tuxpaint.c:14676
+#: ../tuxpaint.c:14677
msgid "No"
msgstr "Hapana"
#. Prompt to ask whether user wishes to save over old version of their file
-#: ../tuxpaint.c:15948
+#: ../tuxpaint.c:15949
msgid "Replace the picture with your changes?"
msgstr "Weka picha na mabadiliko yako?"
#. Positive response to saving over old version
#. (like a 'File:Save' action in other applications)
-#: ../tuxpaint.c:15952
+#: ../tuxpaint.c:15953
msgid "Yes, replace the old one!"
msgstr "Ndiyo, badilisha na ya zamani!"
#. Negative response to saving over old version (saves a new image)
#. (like a 'File:Save As...' action in other applications)
-#: ../tuxpaint.c:15956
+#: ../tuxpaint.c:15957
msgid "No, save a new file!"
msgstr "Hapana, hifadhi kama faili jiya!"
-#: ../tuxpaint.c:17224
+#: ../tuxpaint.c:17225
msgid ""
"Choose a picture and then click “Open”, “Export”, “Template“, or “Erase”. "
"Click “Slides” to create a slideshow animation or “Back“ to return to your "
"current picture."
msgstr ""
-#: ../tuxpaint.c:17226
+#: ../tuxpaint.c:17227
msgid ""
"Choose a picture and then click “Open”, “Export”, or “Erase”. Click “Slides” "
"to create a slideshow animation or “Back“ to return to your current picture."
@@ -1479,71 +1479,71 @@ msgstr ""
#. None selected? Too dangerous to automatically select all (like we do for slideshow playback).
#. Only 1 selected? No point in saving as GIF.
#.
-#: ../tuxpaint.c:18895
+#: ../tuxpaint.c:18896
msgid "Select 2 or more drawings to turn into an animated GIF."
msgstr ""
#. Descriptions (names) of the color mixer tool's primary colors and shades
-#: ../tuxpaint.c:25112
+#: ../tuxpaint.c:25113
msgid "red"
msgstr ""
-#: ../tuxpaint.c:25113
+#: ../tuxpaint.c:25114
#, fuzzy
#| msgid "Yellow!"
msgid "yellow"
msgstr "Manjano!"
-#: ../tuxpaint.c:25114
+#: ../tuxpaint.c:25115
#, fuzzy
#| msgid "Sky blue!"
msgid "blue"
msgstr "Bluu ya anga!"
-#: ../tuxpaint.c:25115
+#: ../tuxpaint.c:25116
#, fuzzy
#| msgid "White!"
msgid "white"
msgstr "Nyeupe!"
-#: ../tuxpaint.c:25116
+#: ../tuxpaint.c:25117
msgid "grey"
msgstr ""
-#: ../tuxpaint.c:25117
+#: ../tuxpaint.c:25118
#, fuzzy
#| msgid "Black!"
msgid "black"
msgstr "Nyeusi!"
#. 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:25122
+#: ../tuxpaint.c:25123
#, c-format
msgid "Your color is %1$s %2$s."
msgstr ""
-#: ../tuxpaint.c:25123
+#: ../tuxpaint.c:25124
#, c-format
msgid "Your color is %1$s %2$s and %3$s %4$s."
msgstr ""
-#: ../tuxpaint.c:25124
+#: ../tuxpaint.c:25125
#, c-format
msgid "Your color is %1$s %2$s, %3$s %4$s, and %5$s %6$s."
msgstr ""
-#: ../tuxpaint.c:25125
+#: ../tuxpaint.c:25126
#, c-format
msgid "Your color is %1$s %2$s, %3$s %4$s, %5$s %6$s, and %7$s %8$s."
msgstr ""
-#: ../tuxpaint.c:25126
+#: ../tuxpaint.c:25127
#, 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 ""
-#: ../tuxpaint.c:25127
+#: ../tuxpaint.c:25128
#, c-format
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 "
@@ -1551,22 +1551,22 @@ msgid ""
msgstr ""
#. Color mixer; e.g., "Your color is entirely grey."
-#: ../tuxpaint.c:25907 ../tuxpaint.c:25912
+#: ../tuxpaint.c:25908 ../tuxpaint.c:25913
msgid "entirely"
msgstr ""
#. Add "Color Select" color:
-#: ../tuxpaint.c:29087
+#: ../tuxpaint.c:29089
msgid "Select a color from your drawing."
msgstr "Chagua rangi kutoka mchoro yako"
-#: ../tuxpaint.c:29098
+#: ../tuxpaint.c:29100
msgid ""
"Pick a color. Hues go top to bottom. Saturation/intensity goes left (pale) "
"to right (pure). Value (lightness/darkness): grey bar."
msgstr ""
-#: ../tuxpaint.c:29112
+#: ../tuxpaint.c:29114
msgid ""
"Click the primary colors (red, yellow, and blue), white (to tint), grey (to "
"tone), and black (to shade), to mix together a new color."
@@ -2599,8 +2599,9 @@ msgstr ""
#: ../../magic/src/polyfill.c:32
msgid ""
-"Click multiple times in your picture to create a filled polygon. Click your "
-"starting position to complete the shape."
+"Click multiple times in your picture to create a filled polygon. You may "
+"drag control points to alter the shape. Click the first point to complete "
+"the shape."
msgstr ""
#: ../../magic/src/puzzle.c:112
diff --git a/src/po/ta.po b/src/po/ta.po
index 60669f3ca..6ecb22f12 100644
--- a/src/po/ta.po
+++ b/src/po/ta.po
@@ -2,7 +2,7 @@ msgid ""
msgstr ""
"Project-Id-Version: TuxPaint 0.9.13\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2024-04-08 23:25-0700\n"
+"POT-Creation-Date: 2024-04-12 09:23-0700\n"
"PO-Revision-Date: 2009-01-18 00:06+0530\n"
"Last-Translator: ravishankar \n"
"Language-Team: A. Ravishankar \n"
@@ -974,7 +974,7 @@ msgstr "புதிது"
#. Open a saved picture
#. Buttons for the file open dialog
#. Open dialog: 'Open' button, to load the selected picture
-#: ../tools.h:97 ../tuxpaint.c:9697
+#: ../tools.h:97 ../tuxpaint.c:9698
msgid "Open"
msgstr "திற"
@@ -1385,91 +1385,91 @@ msgstr "கொஞ்சம் காத்திருங்க..."
# 'Erase' label:
#. Open dialog: 'Erase' button, to erase/deleted the selected picture
-#: ../tuxpaint.c:9700
+#: ../tuxpaint.c:9701
msgid "Erase"
msgstr "அழி"
#. Open dialog: 'Slides' button, to switch to slide show mode
-#: ../tuxpaint.c:9703
+#: ../tuxpaint.c:9704
msgid "Slides"
msgstr "வில்லைகள்"
#. Open dialog: 'Template' button, to make a template out of a drawing
-#: ../tuxpaint.c:9706
+#: ../tuxpaint.c:9707
msgid "Template"
msgstr ""
#. Open dialog: 'Export' button, to copy an image to an easily-accessible location
-#: ../tuxpaint.c:9709
+#: ../tuxpaint.c:9710
msgid "Export"
msgstr ""
# 'Back' label:
#. Open dialog: 'Back' button, to dismiss Open dialog without opening a picture
-#: ../tuxpaint.c:9712
+#: ../tuxpaint.c:9713
msgid "Back"
msgstr "திரும்பு"
#. Slideshow: 'Play' button, to begin a slideshow sequence
-#: ../tuxpaint.c:9715
+#: ../tuxpaint.c:9716
msgid "Play"
msgstr "காட்டு"
#. Slideshow: 'GIF Export' button, to create an animated GIF
-#: ../tuxpaint.c:9718
+#: ../tuxpaint.c:9719
msgid "GIF Export"
msgstr ""
#. Slideshow: 'Next' button, to load next slide (image)
-#: ../tuxpaint.c:9721
+#: ../tuxpaint.c:9722
msgid "Next"
msgstr "அடுத்து"
#. Color mixer dialog: 'Clear' button, to reset the mixed color
-#: ../tuxpaint.c:9724
+#: ../tuxpaint.c:9725
msgid "Clear"
msgstr ""
#. Use the localized label string (e.g., "あぁ" in Japanese)
-#: ../tuxpaint.c:10659 ../tuxpaint.c:10662 ../tuxpaint.c:10663
+#: ../tuxpaint.c:10660 ../tuxpaint.c:10663 ../tuxpaint.c:10664
msgid "Aa"
msgstr "Aa"
#. Admittedly stupid way of determining which keys can be used for
#. positive and negative responses in dialogs (e.g., [Y] (for 'yes') in English)
-#: ../tuxpaint.c:14672
+#: ../tuxpaint.c:14673
msgid "Yes"
msgstr "ஆம்"
-#: ../tuxpaint.c:14676
+#: ../tuxpaint.c:14677
msgid "No"
msgstr "இல்லை"
#. Prompt to ask whether user wishes to save over old version of their file
-#: ../tuxpaint.c:15948
+#: ../tuxpaint.c:15949
msgid "Replace the picture with your changes?"
msgstr "படத்தில் செய்த மாற்றங்களோடு சேமிக்கவா?"
#. Positive response to saving over old version
#. (like a 'File:Save' action in other applications)
-#: ../tuxpaint.c:15952
+#: ../tuxpaint.c:15953
msgid "Yes, replace the old one!"
msgstr "ஆம், ஏற்கனவே உள்ளதை மாற்று!"
#. Negative response to saving over old version (saves a new image)
#. (like a 'File:Save As...' action in other applications)
-#: ../tuxpaint.c:15956
+#: ../tuxpaint.c:15957
msgid "No, save a new file!"
msgstr "இல்லை, புதிய படம் ஒன்றைச் சேமி!"
-#: ../tuxpaint.c:17224
+#: ../tuxpaint.c:17225
msgid ""
"Choose a picture and then click “Open”, “Export”, “Template“, or “Erase”. "
"Click “Slides” to create a slideshow animation or “Back“ to return to your "
"current picture."
msgstr ""
-#: ../tuxpaint.c:17226
+#: ../tuxpaint.c:17227
msgid ""
"Choose a picture and then click “Open”, “Export”, or “Erase”. Click “Slides” "
"to create a slideshow animation or “Back“ to return to your current picture."
@@ -1478,71 +1478,71 @@ msgstr ""
#. None selected? Too dangerous to automatically select all (like we do for slideshow playback).
#. Only 1 selected? No point in saving as GIF.
#.
-#: ../tuxpaint.c:18895
+#: ../tuxpaint.c:18896
msgid "Select 2 or more drawings to turn into an animated GIF."
msgstr ""
#. Descriptions (names) of the color mixer tool's primary colors and shades
-#: ../tuxpaint.c:25112
+#: ../tuxpaint.c:25113
msgid "red"
msgstr ""
-#: ../tuxpaint.c:25113
+#: ../tuxpaint.c:25114
#, fuzzy
#| msgid "Yellow!"
msgid "yellow"
msgstr "மஞ்சள்!"
-#: ../tuxpaint.c:25114
+#: ../tuxpaint.c:25115
#, fuzzy
#| msgid "Sky blue!"
msgid "blue"
msgstr "வான் நீலம்!"
-#: ../tuxpaint.c:25115
+#: ../tuxpaint.c:25116
#, fuzzy
#| msgid "White!"
msgid "white"
msgstr "வெள்ளை!"
-#: ../tuxpaint.c:25116
+#: ../tuxpaint.c:25117
msgid "grey"
msgstr ""
-#: ../tuxpaint.c:25117
+#: ../tuxpaint.c:25118
#, fuzzy
#| msgid "Black!"
msgid "black"
msgstr "கருப்பு!"
#. 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:25122
+#: ../tuxpaint.c:25123
#, c-format
msgid "Your color is %1$s %2$s."
msgstr ""
-#: ../tuxpaint.c:25123
+#: ../tuxpaint.c:25124
#, c-format
msgid "Your color is %1$s %2$s and %3$s %4$s."
msgstr ""
-#: ../tuxpaint.c:25124
+#: ../tuxpaint.c:25125
#, c-format
msgid "Your color is %1$s %2$s, %3$s %4$s, and %5$s %6$s."
msgstr ""
-#: ../tuxpaint.c:25125
+#: ../tuxpaint.c:25126
#, c-format
msgid "Your color is %1$s %2$s, %3$s %4$s, %5$s %6$s, and %7$s %8$s."
msgstr ""
-#: ../tuxpaint.c:25126
+#: ../tuxpaint.c:25127
#, 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 ""
-#: ../tuxpaint.c:25127
+#: ../tuxpaint.c:25128
#, c-format
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 "
@@ -1550,22 +1550,22 @@ msgid ""
msgstr ""
#. Color mixer; e.g., "Your color is entirely grey."
-#: ../tuxpaint.c:25907 ../tuxpaint.c:25912
+#: ../tuxpaint.c:25908 ../tuxpaint.c:25913
msgid "entirely"
msgstr ""
#. Add "Color Select" color:
-#: ../tuxpaint.c:29087
+#: ../tuxpaint.c:29089
msgid "Select a color from your drawing."
msgstr ""
-#: ../tuxpaint.c:29098
+#: ../tuxpaint.c:29100
msgid ""
"Pick a color. Hues go top to bottom. Saturation/intensity goes left (pale) "
"to right (pure). Value (lightness/darkness): grey bar."
msgstr ""
-#: ../tuxpaint.c:29112
+#: ../tuxpaint.c:29114
msgid ""
"Click the primary colors (red, yellow, and blue), white (to tint), grey (to "
"tone), and black (to shade), to mix together a new color."
@@ -2596,8 +2596,9 @@ msgstr ""
#: ../../magic/src/polyfill.c:32
msgid ""
-"Click multiple times in your picture to create a filled polygon. Click your "
-"starting position to complete the shape."
+"Click multiple times in your picture to create a filled polygon. You may "
+"drag control points to alter the shape. Click the first point to complete "
+"the shape."
msgstr ""
#: ../../magic/src/puzzle.c:112
diff --git a/src/po/te.po b/src/po/te.po
index fb9d63498..d390143bf 100644
--- a/src/po/te.po
+++ b/src/po/te.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: tuxpaint\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2024-04-08 23:25-0700\n"
+"POT-Creation-Date: 2024-04-12 09:23-0700\n"
"PO-Revision-Date: 2011-01-07 15:08+0530\n"
"Last-Translator: saikumar \n"
"Language-Team: Telugu \n"
@@ -972,7 +972,7 @@ msgstr "కొత్త"
#. Open a saved picture
#. Buttons for the file open dialog
#. Open dialog: 'Open' button, to load the selected picture
-#: ../tools.h:97 ../tuxpaint.c:9697
+#: ../tools.h:97 ../tuxpaint.c:9698
msgid "Open"
msgstr "తెరువు"
@@ -1385,90 +1385,90 @@ msgid "Please wait…"
msgstr "దయచేసి ఆగండి"
#. Open dialog: 'Erase' button, to erase/deleted the selected picture
-#: ../tuxpaint.c:9700
+#: ../tuxpaint.c:9701
msgid "Erase"
msgstr "తోలిగించు"
#. Open dialog: 'Slides' button, to switch to slide show mode
-#: ../tuxpaint.c:9703
+#: ../tuxpaint.c:9704
msgid "Slides"
msgstr "దృశ్య పలకలు"
#. Open dialog: 'Template' button, to make a template out of a drawing
-#: ../tuxpaint.c:9706
+#: ../tuxpaint.c:9707
msgid "Template"
msgstr ""
#. Open dialog: 'Export' button, to copy an image to an easily-accessible location
-#: ../tuxpaint.c:9709
+#: ../tuxpaint.c:9710
msgid "Export"
msgstr ""
#. Open dialog: 'Back' button, to dismiss Open dialog without opening a picture
-#: ../tuxpaint.c:9712
+#: ../tuxpaint.c:9713
msgid "Back"
msgstr "వెనక్కి"
#. Slideshow: 'Play' button, to begin a slideshow sequence
-#: ../tuxpaint.c:9715
+#: ../tuxpaint.c:9716
msgid "Play"
msgstr "ఆడు"
#. Slideshow: 'GIF Export' button, to create an animated GIF
-#: ../tuxpaint.c:9718
+#: ../tuxpaint.c:9719
msgid "GIF Export"
msgstr ""
#. Slideshow: 'Next' button, to load next slide (image)
-#: ../tuxpaint.c:9721
+#: ../tuxpaint.c:9722
msgid "Next"
msgstr "తరువాత"
#. Color mixer dialog: 'Clear' button, to reset the mixed color
-#: ../tuxpaint.c:9724
+#: ../tuxpaint.c:9725
msgid "Clear"
msgstr ""
#. Use the localized label string (e.g., "あぁ" in Japanese)
-#: ../tuxpaint.c:10659 ../tuxpaint.c:10662 ../tuxpaint.c:10663
+#: ../tuxpaint.c:10660 ../tuxpaint.c:10663 ../tuxpaint.c:10664
msgid "Aa"
msgstr "ఆ"
#. Admittedly stupid way of determining which keys can be used for
#. positive and negative responses in dialogs (e.g., [Y] (for 'yes') in English)
-#: ../tuxpaint.c:14672
+#: ../tuxpaint.c:14673
msgid "Yes"
msgstr "అవును"
-#: ../tuxpaint.c:14676
+#: ../tuxpaint.c:14677
msgid "No"
msgstr "కాదు"
#. Prompt to ask whether user wishes to save over old version of their file
-#: ../tuxpaint.c:15948
+#: ../tuxpaint.c:15949
msgid "Replace the picture with your changes?"
msgstr "మీరు చేసిన మార్పులతో బార్తి చేయమంతటారా?"
#. Positive response to saving over old version
#. (like a 'File:Save' action in other applications)
-#: ../tuxpaint.c:15952
+#: ../tuxpaint.c:15953
msgid "Yes, replace the old one!"
msgstr "అవును పతదనిని బార్తి చేయుము"
#. Negative response to saving over old version (saves a new image)
#. (like a 'File:Save As...' action in other applications)
-#: ../tuxpaint.c:15956
+#: ../tuxpaint.c:15957
msgid "No, save a new file!"
msgstr "ఒద్దు కొత్త దస్త్రాన్ని దాయండి"
-#: ../tuxpaint.c:17224
+#: ../tuxpaint.c:17225
msgid ""
"Choose a picture and then click “Open”, “Export”, “Template“, or “Erase”. "
"Click “Slides” to create a slideshow animation or “Back“ to return to your "
"current picture."
msgstr ""
-#: ../tuxpaint.c:17226
+#: ../tuxpaint.c:17227
msgid ""
"Choose a picture and then click “Open”, “Export”, or “Erase”. Click “Slides” "
"to create a slideshow animation or “Back“ to return to your current picture."
@@ -1477,71 +1477,71 @@ msgstr ""
#. None selected? Too dangerous to automatically select all (like we do for slideshow playback).
#. Only 1 selected? No point in saving as GIF.
#.
-#: ../tuxpaint.c:18895
+#: ../tuxpaint.c:18896
msgid "Select 2 or more drawings to turn into an animated GIF."
msgstr ""
#. Descriptions (names) of the color mixer tool's primary colors and shades
-#: ../tuxpaint.c:25112
+#: ../tuxpaint.c:25113
msgid "red"
msgstr ""
-#: ../tuxpaint.c:25113
+#: ../tuxpaint.c:25114
#, fuzzy
#| msgid "Yellow!"
msgid "yellow"
msgstr "పచ్చ"
-#: ../tuxpaint.c:25114
+#: ../tuxpaint.c:25115
#, fuzzy
#| msgid "Sky blue!"
msgid "blue"
msgstr "ఆకాశ నీలము లేదా బులుగు!"
-#: ../tuxpaint.c:25115
+#: ../tuxpaint.c:25116
#, fuzzy
#| msgid "White!"
msgid "white"
msgstr "తెలుపు"
-#: ../tuxpaint.c:25116
+#: ../tuxpaint.c:25117
msgid "grey"
msgstr ""
-#: ../tuxpaint.c:25117
+#: ../tuxpaint.c:25118
#, fuzzy
#| msgid "Black!"
msgid "black"
msgstr "నలుపు!"
#. 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:25122
+#: ../tuxpaint.c:25123
#, c-format
msgid "Your color is %1$s %2$s."
msgstr ""
-#: ../tuxpaint.c:25123
+#: ../tuxpaint.c:25124
#, c-format
msgid "Your color is %1$s %2$s and %3$s %4$s."
msgstr ""
-#: ../tuxpaint.c:25124
+#: ../tuxpaint.c:25125
#, c-format
msgid "Your color is %1$s %2$s, %3$s %4$s, and %5$s %6$s."
msgstr ""
-#: ../tuxpaint.c:25125
+#: ../tuxpaint.c:25126
#, c-format
msgid "Your color is %1$s %2$s, %3$s %4$s, %5$s %6$s, and %7$s %8$s."
msgstr ""
-#: ../tuxpaint.c:25126
+#: ../tuxpaint.c:25127
#, 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 ""
-#: ../tuxpaint.c:25127
+#: ../tuxpaint.c:25128
#, c-format
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 "
@@ -1549,22 +1549,22 @@ msgid ""
msgstr ""
#. Color mixer; e.g., "Your color is entirely grey."
-#: ../tuxpaint.c:25907 ../tuxpaint.c:25912
+#: ../tuxpaint.c:25908 ../tuxpaint.c:25913
msgid "entirely"
msgstr ""
#. Add "Color Select" color:
-#: ../tuxpaint.c:29087
+#: ../tuxpaint.c:29089
msgid "Select a color from your drawing."
msgstr ""
-#: ../tuxpaint.c:29098
+#: ../tuxpaint.c:29100
msgid ""
"Pick a color. Hues go top to bottom. Saturation/intensity goes left (pale) "
"to right (pure). Value (lightness/darkness): grey bar."
msgstr ""
-#: ../tuxpaint.c:29112
+#: ../tuxpaint.c:29114
msgid ""
"Click the primary colors (red, yellow, and blue), white (to tint), grey (to "
"tone), and black (to shade), to mix together a new color."
@@ -2594,8 +2594,9 @@ msgstr ""
#: ../../magic/src/polyfill.c:32
msgid ""
-"Click multiple times in your picture to create a filled polygon. Click your "
-"starting position to complete the shape."
+"Click multiple times in your picture to create a filled polygon. You may "
+"drag control points to alter the shape. Click the first point to complete "
+"the shape."
msgstr ""
#: ../../magic/src/puzzle.c:112
diff --git a/src/po/th.po b/src/po/th.po
index 4af515335..4e609d724 100644
--- a/src/po/th.po
+++ b/src/po/th.po
@@ -12,7 +12,7 @@ msgid ""
msgstr ""
"Project-Id-Version: tuxpaint\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2024-04-08 23:25-0700\n"
+"POT-Creation-Date: 2024-04-12 09:23-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/"
@@ -978,7 +978,7 @@ msgstr "ใหม่"
#. Open a saved picture
#. Buttons for the file open dialog
#. Open dialog: 'Open' button, to load the selected picture
-#: ../tools.h:97 ../tuxpaint.c:9697
+#: ../tools.h:97 ../tuxpaint.c:9698
msgid "Open"
msgstr "เปิด"
@@ -1373,90 +1373,90 @@ msgid "Please wait…"
msgstr "โปรดรอ..."
#. Open dialog: 'Erase' button, to erase/deleted the selected picture
-#: ../tuxpaint.c:9700
+#: ../tuxpaint.c:9701
msgid "Erase"
msgstr "ลบ"
#. Open dialog: 'Slides' button, to switch to slide show mode
-#: ../tuxpaint.c:9703
+#: ../tuxpaint.c:9704
msgid "Slides"
msgstr "เลื่อน"
#. Open dialog: 'Template' button, to make a template out of a drawing
-#: ../tuxpaint.c:9706
+#: ../tuxpaint.c:9707
msgid "Template"
msgstr ""
#. Open dialog: 'Export' button, to copy an image to an easily-accessible location
-#: ../tuxpaint.c:9709
+#: ../tuxpaint.c:9710
msgid "Export"
msgstr ""
#. Open dialog: 'Back' button, to dismiss Open dialog without opening a picture
-#: ../tuxpaint.c:9712
+#: ../tuxpaint.c:9713
msgid "Back"
msgstr "ย้อนกลับ"
#. Slideshow: 'Play' button, to begin a slideshow sequence
-#: ../tuxpaint.c:9715
+#: ../tuxpaint.c:9716
msgid "Play"
msgstr "เล่น"
#. Slideshow: 'GIF Export' button, to create an animated GIF
-#: ../tuxpaint.c:9718
+#: ../tuxpaint.c:9719
msgid "GIF Export"
msgstr ""
#. Slideshow: 'Next' button, to load next slide (image)
-#: ../tuxpaint.c:9721
+#: ../tuxpaint.c:9722
msgid "Next"
msgstr "ถัดไป"
#. Color mixer dialog: 'Clear' button, to reset the mixed color
-#: ../tuxpaint.c:9724
+#: ../tuxpaint.c:9725
msgid "Clear"
msgstr ""
#. Use the localized label string (e.g., "あぁ" in Japanese)
-#: ../tuxpaint.c:10659 ../tuxpaint.c:10662 ../tuxpaint.c:10663
+#: ../tuxpaint.c:10660 ../tuxpaint.c:10663 ../tuxpaint.c:10664
msgid "Aa"
msgstr "Aa"
#. Admittedly stupid way of determining which keys can be used for
#. positive and negative responses in dialogs (e.g., [Y] (for 'yes') in English)
-#: ../tuxpaint.c:14672
+#: ../tuxpaint.c:14673
msgid "Yes"
msgstr "ใช่"
-#: ../tuxpaint.c:14676
+#: ../tuxpaint.c:14677
msgid "No"
msgstr "ไม่"
#. Prompt to ask whether user wishes to save over old version of their file
-#: ../tuxpaint.c:15948
+#: ../tuxpaint.c:15949
msgid "Replace the picture with your changes?"
msgstr "บันทึกรูปที่เธอแก้ใขหรือไม่?"
#. Positive response to saving over old version
#. (like a 'File:Save' action in other applications)
-#: ../tuxpaint.c:15952
+#: ../tuxpaint.c:15953
msgid "Yes, replace the old one!"
msgstr "ใช่, ทับอันเดิม"
#. Negative response to saving over old version (saves a new image)
#. (like a 'File:Save As...' action in other applications)
-#: ../tuxpaint.c:15956
+#: ../tuxpaint.c:15957
msgid "No, save a new file!"
msgstr "ไม่! บันทึกเป็นแฟ้มใหม่"
-#: ../tuxpaint.c:17224
+#: ../tuxpaint.c:17225
msgid ""
"Choose a picture and then click “Open”, “Export”, “Template“, or “Erase”. "
"Click “Slides” to create a slideshow animation or “Back“ to return to your "
"current picture."
msgstr ""
-#: ../tuxpaint.c:17226
+#: ../tuxpaint.c:17227
msgid ""
"Choose a picture and then click “Open”, “Export”, or “Erase”. Click “Slides” "
"to create a slideshow animation or “Back“ to return to your current picture."
@@ -1465,71 +1465,71 @@ msgstr ""
#. None selected? Too dangerous to automatically select all (like we do for slideshow playback).
#. Only 1 selected? No point in saving as GIF.
#.
-#: ../tuxpaint.c:18895
+#: ../tuxpaint.c:18896
msgid "Select 2 or more drawings to turn into an animated GIF."
msgstr ""
#. Descriptions (names) of the color mixer tool's primary colors and shades
-#: ../tuxpaint.c:25112
+#: ../tuxpaint.c:25113
msgid "red"
msgstr ""
-#: ../tuxpaint.c:25113
+#: ../tuxpaint.c:25114
#, fuzzy
#| msgid "Yellow!"
msgid "yellow"
msgstr "เหลือง"
-#: ../tuxpaint.c:25114
+#: ../tuxpaint.c:25115
#, fuzzy
#| msgid "Sky blue!"
msgid "blue"
msgstr "ฟ้า"
-#: ../tuxpaint.c:25115
+#: ../tuxpaint.c:25116
#, fuzzy
#| msgid "White!"
msgid "white"
msgstr "ขาว"
-#: ../tuxpaint.c:25116
+#: ../tuxpaint.c:25117
msgid "grey"
msgstr ""
-#: ../tuxpaint.c:25117
+#: ../tuxpaint.c:25118
#, fuzzy
#| msgid "Black!"
msgid "black"
msgstr "ดำ"
#. 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:25122
+#: ../tuxpaint.c:25123
#, c-format
msgid "Your color is %1$s %2$s."
msgstr ""
-#: ../tuxpaint.c:25123
+#: ../tuxpaint.c:25124
#, c-format
msgid "Your color is %1$s %2$s and %3$s %4$s."
msgstr ""
-#: ../tuxpaint.c:25124
+#: ../tuxpaint.c:25125
#, c-format
msgid "Your color is %1$s %2$s, %3$s %4$s, and %5$s %6$s."
msgstr ""
-#: ../tuxpaint.c:25125
+#: ../tuxpaint.c:25126
#, c-format
msgid "Your color is %1$s %2$s, %3$s %4$s, %5$s %6$s, and %7$s %8$s."
msgstr ""
-#: ../tuxpaint.c:25126
+#: ../tuxpaint.c:25127
#, 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 ""
-#: ../tuxpaint.c:25127
+#: ../tuxpaint.c:25128
#, c-format
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 "
@@ -1537,22 +1537,22 @@ msgid ""
msgstr ""
#. Color mixer; e.g., "Your color is entirely grey."
-#: ../tuxpaint.c:25907 ../tuxpaint.c:25912
+#: ../tuxpaint.c:25908 ../tuxpaint.c:25913
msgid "entirely"
msgstr ""
#. Add "Color Select" color:
-#: ../tuxpaint.c:29087
+#: ../tuxpaint.c:29089
msgid "Select a color from your drawing."
msgstr ""
-#: ../tuxpaint.c:29098
+#: ../tuxpaint.c:29100
msgid ""
"Pick a color. Hues go top to bottom. Saturation/intensity goes left (pale) "
"to right (pure). Value (lightness/darkness): grey bar."
msgstr ""
-#: ../tuxpaint.c:29112
+#: ../tuxpaint.c:29114
msgid ""
"Click the primary colors (red, yellow, and blue), white (to tint), grey (to "
"tone), and black (to shade), to mix together a new color."
@@ -2545,8 +2545,9 @@ msgstr ""
#: ../../magic/src/polyfill.c:32
msgid ""
-"Click multiple times in your picture to create a filled polygon. Click your "
-"starting position to complete the shape."
+"Click multiple times in your picture to create a filled polygon. You may "
+"drag control points to alter the shape. Click the first point to complete "
+"the shape."
msgstr ""
#: ../../magic/src/puzzle.c:112
diff --git a/src/po/tl.po b/src/po/tl.po
index 156bcfe19..850bf01d2 100644
--- a/src/po/tl.po
+++ b/src/po/tl.po
@@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Tux Paint\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2024-04-08 23:25-0700\n"
+"POT-Creation-Date: 2024-04-12 09:23-0700\n"
"PO-Revision-Date: 2006-01-01 17:43+0900\n"
"Last-Translator: none\n"
"Language-Team: none\n"
@@ -945,7 +945,7 @@ msgstr "Panibago"
#. Open a saved picture
#. Buttons for the file open dialog
#. Open dialog: 'Open' button, to load the selected picture
-#: ../tools.h:97 ../tuxpaint.c:9697
+#: ../tools.h:97 ../tuxpaint.c:9698
msgid "Open"
msgstr "Buksan"
@@ -1339,91 +1339,91 @@ msgid "Please wait…"
msgstr "Mahintay Sandali..."
#. Open dialog: 'Erase' button, to erase/deleted the selected picture
-#: ../tuxpaint.c:9700
+#: ../tuxpaint.c:9701
msgid "Erase"
msgstr "Burahin"
#. Open dialog: 'Slides' button, to switch to slide show mode
-#: ../tuxpaint.c:9703
+#: ../tuxpaint.c:9704
msgid "Slides"
msgstr ""
#. Open dialog: 'Template' button, to make a template out of a drawing
-#: ../tuxpaint.c:9706
+#: ../tuxpaint.c:9707
msgid "Template"
msgstr ""
#. Open dialog: 'Export' button, to copy an image to an easily-accessible location
-#: ../tuxpaint.c:9709
+#: ../tuxpaint.c:9710
msgid "Export"
msgstr ""
#. Open dialog: 'Back' button, to dismiss Open dialog without opening a picture
-#: ../tuxpaint.c:9712
+#: ../tuxpaint.c:9713
msgid "Back"
msgstr "Bumalik"
#. Slideshow: 'Play' button, to begin a slideshow sequence
-#: ../tuxpaint.c:9715
+#: ../tuxpaint.c:9716
msgid "Play"
msgstr ""
#. Slideshow: 'GIF Export' button, to create an animated GIF
-#: ../tuxpaint.c:9718
+#: ../tuxpaint.c:9719
msgid "GIF Export"
msgstr ""
#. Slideshow: 'Next' button, to load next slide (image)
-#: ../tuxpaint.c:9721
+#: ../tuxpaint.c:9722
#, fuzzy
msgid "Next"
msgstr "Letra"
#. Color mixer dialog: 'Clear' button, to reset the mixed color
-#: ../tuxpaint.c:9724
+#: ../tuxpaint.c:9725
msgid "Clear"
msgstr ""
#. Use the localized label string (e.g., "あぁ" in Japanese)
-#: ../tuxpaint.c:10659 ../tuxpaint.c:10662 ../tuxpaint.c:10663
+#: ../tuxpaint.c:10660 ../tuxpaint.c:10663 ../tuxpaint.c:10664
msgid "Aa"
msgstr ""
#. Admittedly stupid way of determining which keys can be used for
#. positive and negative responses in dialogs (e.g., [Y] (for 'yes') in English)
-#: ../tuxpaint.c:14672
+#: ../tuxpaint.c:14673
msgid "Yes"
msgstr "Oo"
-#: ../tuxpaint.c:14676
+#: ../tuxpaint.c:14677
msgid "No"
msgstr "Hindi"
#. Prompt to ask whether user wishes to save over old version of their file
-#: ../tuxpaint.c:15948
+#: ../tuxpaint.c:15949
msgid "Replace the picture with your changes?"
msgstr "Palitan ang larawan ng mga nagawang pagbabago?"
#. Positive response to saving over old version
#. (like a 'File:Save' action in other applications)
-#: ../tuxpaint.c:15952
+#: ../tuxpaint.c:15953
msgid "Yes, replace the old one!"
msgstr "Oo. Palitan ng bago!"
#. Negative response to saving over old version (saves a new image)
#. (like a 'File:Save As...' action in other applications)
-#: ../tuxpaint.c:15956
+#: ../tuxpaint.c:15957
msgid "No, save a new file!"
msgstr "Hindi. i-save ang dokumento!"
-#: ../tuxpaint.c:17224
+#: ../tuxpaint.c:17225
msgid ""
"Choose a picture and then click “Open”, “Export”, “Template“, or “Erase”. "
"Click “Slides” to create a slideshow animation or “Back“ to return to your "
"current picture."
msgstr ""
-#: ../tuxpaint.c:17226
+#: ../tuxpaint.c:17227
msgid ""
"Choose a picture and then click “Open”, “Export”, or “Erase”. Click “Slides” "
"to create a slideshow animation or “Back“ to return to your current picture."
@@ -1432,71 +1432,71 @@ msgstr ""
#. None selected? Too dangerous to automatically select all (like we do for slideshow playback).
#. Only 1 selected? No point in saving as GIF.
#.
-#: ../tuxpaint.c:18895
+#: ../tuxpaint.c:18896
msgid "Select 2 or more drawings to turn into an animated GIF."
msgstr ""
#. Descriptions (names) of the color mixer tool's primary colors and shades
-#: ../tuxpaint.c:25112
+#: ../tuxpaint.c:25113
msgid "red"
msgstr ""
-#: ../tuxpaint.c:25113
+#: ../tuxpaint.c:25114
#, fuzzy
#| msgid "Yellow!"
msgid "yellow"
msgstr "KUlay Dilaw!"
-#: ../tuxpaint.c:25114
+#: ../tuxpaint.c:25115
#, fuzzy
#| msgid "Sky blue!"
msgid "blue"
msgstr "Asul na Langit!"
-#: ../tuxpaint.c:25115
+#: ../tuxpaint.c:25116
#, fuzzy
#| msgid "White!"
msgid "white"
msgstr "Kulay Puti!"
-#: ../tuxpaint.c:25116
+#: ../tuxpaint.c:25117
msgid "grey"
msgstr ""
-#: ../tuxpaint.c:25117
+#: ../tuxpaint.c:25118
#, fuzzy
#| msgid "Black!"
msgid "black"
msgstr "Kulay Itim!"
#. 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:25122
+#: ../tuxpaint.c:25123
#, c-format
msgid "Your color is %1$s %2$s."
msgstr ""
-#: ../tuxpaint.c:25123
+#: ../tuxpaint.c:25124
#, c-format
msgid "Your color is %1$s %2$s and %3$s %4$s."
msgstr ""
-#: ../tuxpaint.c:25124
+#: ../tuxpaint.c:25125
#, c-format
msgid "Your color is %1$s %2$s, %3$s %4$s, and %5$s %6$s."
msgstr ""
-#: ../tuxpaint.c:25125
+#: ../tuxpaint.c:25126
#, c-format
msgid "Your color is %1$s %2$s, %3$s %4$s, %5$s %6$s, and %7$s %8$s."
msgstr ""
-#: ../tuxpaint.c:25126
+#: ../tuxpaint.c:25127
#, 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 ""
-#: ../tuxpaint.c:25127
+#: ../tuxpaint.c:25128
#, c-format
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 "
@@ -1504,22 +1504,22 @@ msgid ""
msgstr ""
#. Color mixer; e.g., "Your color is entirely grey."
-#: ../tuxpaint.c:25907 ../tuxpaint.c:25912
+#: ../tuxpaint.c:25908 ../tuxpaint.c:25913
msgid "entirely"
msgstr ""
#. Add "Color Select" color:
-#: ../tuxpaint.c:29087
+#: ../tuxpaint.c:29089
msgid "Select a color from your drawing."
msgstr ""
-#: ../tuxpaint.c:29098
+#: ../tuxpaint.c:29100
msgid ""
"Pick a color. Hues go top to bottom. Saturation/intensity goes left (pale) "
"to right (pure). Value (lightness/darkness): grey bar."
msgstr ""
-#: ../tuxpaint.c:29112
+#: ../tuxpaint.c:29114
msgid ""
"Click the primary colors (red, yellow, and blue), white (to tint), grey (to "
"tone), and black (to shade), to mix together a new color."
@@ -2369,8 +2369,9 @@ msgstr ""
#: ../../magic/src/polyfill.c:32
msgid ""
-"Click multiple times in your picture to create a filled polygon. Click your "
-"starting position to complete the shape."
+"Click multiple times in your picture to create a filled polygon. You may "
+"drag control points to alter the shape. Click the first point to complete "
+"the shape."
msgstr ""
#: ../../magic/src/puzzle.c:112
diff --git a/src/po/tlh.po b/src/po/tlh.po
index b8fc5f7d7..aa4c19381 100644
--- a/src/po/tlh.po
+++ b/src/po/tlh.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Tux Paint\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2024-04-08 23:25-0700\n"
+"POT-Creation-Date: 2024-04-12 09:23-0700\n"
"PO-Revision-Date: 2004-08-16 23:14-0800\n"
"Last-Translator: Bill Kendrick \n"
"Language-Team: Bill Kendrick \n"
@@ -956,7 +956,7 @@ msgstr "chu'"
#. Open a saved picture
#. Buttons for the file open dialog
#. Open dialog: 'Open' button, to load the selected picture
-#: ../tools.h:97 ../tuxpaint.c:9697
+#: ../tools.h:97 ../tuxpaint.c:9698
msgid "Open"
msgstr "poSmoH"
@@ -1334,95 +1334,95 @@ msgid "Please wait…"
msgstr ""
#. Open dialog: 'Erase' button, to erase/deleted the selected picture
-#: ../tuxpaint.c:9700
+#: ../tuxpaint.c:9701
msgid "Erase"
msgstr ""
#. Open dialog: 'Slides' button, to switch to slide show mode
-#: ../tuxpaint.c:9703
+#: ../tuxpaint.c:9704
msgid "Slides"
msgstr ""
#. Open dialog: 'Template' button, to make a template out of a drawing
-#: ../tuxpaint.c:9706
+#: ../tuxpaint.c:9707
msgid "Template"
msgstr ""
#. Open dialog: 'Export' button, to copy an image to an easily-accessible location
-#: ../tuxpaint.c:9709
+#: ../tuxpaint.c:9710
msgid "Export"
msgstr ""
# back away from
#. Open dialog: 'Back' button, to dismiss Open dialog without opening a picture
-#: ../tuxpaint.c:9712
+#: ../tuxpaint.c:9713
msgid "Back"
msgstr "DoH"
#. Slideshow: 'Play' button, to begin a slideshow sequence
-#: ../tuxpaint.c:9715
+#: ../tuxpaint.c:9716
msgid "Play"
msgstr ""
#. Slideshow: 'GIF Export' button, to create an animated GIF
-#: ../tuxpaint.c:9718
+#: ../tuxpaint.c:9719
msgid "GIF Export"
msgstr ""
# write
#. Slideshow: 'Next' button, to load next slide (image)
-#: ../tuxpaint.c:9721
+#: ../tuxpaint.c:9722
#, fuzzy
msgid "Next"
msgstr "ghItlh"
#. Color mixer dialog: 'Clear' button, to reset the mixed color
-#: ../tuxpaint.c:9724
+#: ../tuxpaint.c:9725
msgid "Clear"
msgstr ""
#. Use the localized label string (e.g., "あぁ" in Japanese)
-#: ../tuxpaint.c:10659 ../tuxpaint.c:10662 ../tuxpaint.c:10663
+#: ../tuxpaint.c:10660 ../tuxpaint.c:10663 ../tuxpaint.c:10664
msgid "Aa"
msgstr ""
# yes
#. Admittedly stupid way of determining which keys can be used for
#. positive and negative responses in dialogs (e.g., [Y] (for 'yes') in English)
-#: ../tuxpaint.c:14672
+#: ../tuxpaint.c:14673
msgid "Yes"
msgstr "HIja'"
# no
-#: ../tuxpaint.c:14676
+#: ../tuxpaint.c:14677
msgid "No"
msgstr "ghobe'"
#. Prompt to ask whether user wishes to save over old version of their file
-#: ../tuxpaint.c:15948
+#: ../tuxpaint.c:15949
msgid "Replace the picture with your changes?"
msgstr ""
#. Positive response to saving over old version
#. (like a 'File:Save' action in other applications)
-#: ../tuxpaint.c:15952
+#: ../tuxpaint.c:15953
msgid "Yes, replace the old one!"
msgstr ""
#. Negative response to saving over old version (saves a new image)
#. (like a 'File:Save As...' action in other applications)
-#: ../tuxpaint.c:15956
+#: ../tuxpaint.c:15957
msgid "No, save a new file!"
msgstr ""
-#: ../tuxpaint.c:17224
+#: ../tuxpaint.c:17225
msgid ""
"Choose a picture and then click “Open”, “Export”, “Template“, or “Erase”. "
"Click “Slides” to create a slideshow animation or “Back“ to return to your "
"current picture."
msgstr ""
-#: ../tuxpaint.c:17226
+#: ../tuxpaint.c:17227
msgid ""
"Choose a picture and then click “Open”, “Export”, or “Erase”. Click “Slides” "
"to create a slideshow animation or “Back“ to return to your current picture."
@@ -1431,72 +1431,72 @@ msgstr ""
#. None selected? Too dangerous to automatically select all (like we do for slideshow playback).
#. Only 1 selected? No point in saving as GIF.
#.
-#: ../tuxpaint.c:18895
+#: ../tuxpaint.c:18896
msgid "Select 2 or more drawings to turn into an animated GIF."
msgstr ""
#. Descriptions (names) of the color mixer tool's primary colors and shades
-#: ../tuxpaint.c:25112
+#: ../tuxpaint.c:25113
msgid "red"
msgstr ""
# Yellow, Green, Blue
-#: ../tuxpaint.c:25113
+#: ../tuxpaint.c:25114
#, fuzzy
#| msgid "Yellow!"
msgid "yellow"
msgstr "SuD!"
-#: ../tuxpaint.c:25114
+#: ../tuxpaint.c:25115
msgid "blue"
msgstr ""
# white
-#: ../tuxpaint.c:25115
+#: ../tuxpaint.c:25116
#, fuzzy
#| msgid "White!"
msgid "white"
msgstr "chIS!"
-#: ../tuxpaint.c:25116
+#: ../tuxpaint.c:25117
msgid "grey"
msgstr ""
# black
-#: ../tuxpaint.c:25117
+#: ../tuxpaint.c:25118
#, fuzzy
#| msgid "Black!"
msgid "black"
msgstr "qIj!"
#. 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:25122
+#: ../tuxpaint.c:25123
#, c-format
msgid "Your color is %1$s %2$s."
msgstr ""
-#: ../tuxpaint.c:25123
+#: ../tuxpaint.c:25124
#, c-format
msgid "Your color is %1$s %2$s and %3$s %4$s."
msgstr ""
-#: ../tuxpaint.c:25124
+#: ../tuxpaint.c:25125
#, c-format
msgid "Your color is %1$s %2$s, %3$s %4$s, and %5$s %6$s."
msgstr ""
-#: ../tuxpaint.c:25125
+#: ../tuxpaint.c:25126
#, c-format
msgid "Your color is %1$s %2$s, %3$s %4$s, %5$s %6$s, and %7$s %8$s."
msgstr ""
-#: ../tuxpaint.c:25126
+#: ../tuxpaint.c:25127
#, 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 ""
-#: ../tuxpaint.c:25127
+#: ../tuxpaint.c:25128
#, c-format
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 "
@@ -1504,22 +1504,22 @@ msgid ""
msgstr ""
#. Color mixer; e.g., "Your color is entirely grey."
-#: ../tuxpaint.c:25907 ../tuxpaint.c:25912
+#: ../tuxpaint.c:25908 ../tuxpaint.c:25913
msgid "entirely"
msgstr ""
#. Add "Color Select" color:
-#: ../tuxpaint.c:29087
+#: ../tuxpaint.c:29089
msgid "Select a color from your drawing."
msgstr ""
-#: ../tuxpaint.c:29098
+#: ../tuxpaint.c:29100
msgid ""
"Pick a color. Hues go top to bottom. Saturation/intensity goes left (pale) "
"to right (pure). Value (lightness/darkness): grey bar."
msgstr ""
-#: ../tuxpaint.c:29112
+#: ../tuxpaint.c:29114
msgid ""
"Click the primary colors (red, yellow, and blue), white (to tint), grey (to "
"tone), and black (to shade), to mix together a new color."
@@ -2357,8 +2357,9 @@ msgstr ""
#: ../../magic/src/polyfill.c:32
msgid ""
-"Click multiple times in your picture to create a filled polygon. Click your "
-"starting position to complete the shape."
+"Click multiple times in your picture to create a filled polygon. You may "
+"drag control points to alter the shape. Click the first point to complete "
+"the shape."
msgstr ""
#: ../../magic/src/puzzle.c:112
diff --git a/src/po/tr.po b/src/po/tr.po
index 3755079c5..350ffb6a6 100644
--- a/src/po/tr.po
+++ b/src/po/tr.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: tuxpaint\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2024-04-08 23:25-0700\n"
+"POT-Creation-Date: 2024-04-12 09:23-0700\n"
"PO-Revision-Date: 2012-01-02 22:41+0200\n"
"Last-Translator: gvhı \n"
"Language-Team: Turkish \n"
@@ -977,7 +977,7 @@ msgstr "Yeni"
#. Open a saved picture
#. Buttons for the file open dialog
#. Open dialog: 'Open' button, to load the selected picture
-#: ../tools.h:97 ../tuxpaint.c:9697
+#: ../tools.h:97 ../tuxpaint.c:9698
msgid "Open"
msgstr "Aç"
@@ -1393,90 +1393,90 @@ msgid "Please wait…"
msgstr "Lütfen bekleyin..."
#. Open dialog: 'Erase' button, to erase/deleted the selected picture
-#: ../tuxpaint.c:9700
+#: ../tuxpaint.c:9701
msgid "Erase"
msgstr "Sil"
#. Open dialog: 'Slides' button, to switch to slide show mode
-#: ../tuxpaint.c:9703
+#: ../tuxpaint.c:9704
msgid "Slides"
msgstr "Slaytlar"
#. Open dialog: 'Template' button, to make a template out of a drawing
-#: ../tuxpaint.c:9706
+#: ../tuxpaint.c:9707
msgid "Template"
msgstr ""
#. Open dialog: 'Export' button, to copy an image to an easily-accessible location
-#: ../tuxpaint.c:9709
+#: ../tuxpaint.c:9710
msgid "Export"
msgstr ""
#. Open dialog: 'Back' button, to dismiss Open dialog without opening a picture
-#: ../tuxpaint.c:9712
+#: ../tuxpaint.c:9713
msgid "Back"
msgstr "Geri"
#. Slideshow: 'Play' button, to begin a slideshow sequence
-#: ../tuxpaint.c:9715
+#: ../tuxpaint.c:9716
msgid "Play"
msgstr "Çal"
#. Slideshow: 'GIF Export' button, to create an animated GIF
-#: ../tuxpaint.c:9718
+#: ../tuxpaint.c:9719
msgid "GIF Export"
msgstr ""
#. Slideshow: 'Next' button, to load next slide (image)
-#: ../tuxpaint.c:9721
+#: ../tuxpaint.c:9722
msgid "Next"
msgstr "İleri"
#. Color mixer dialog: 'Clear' button, to reset the mixed color
-#: ../tuxpaint.c:9724
+#: ../tuxpaint.c:9725
msgid "Clear"
msgstr ""
#. Use the localized label string (e.g., "あぁ" in Japanese)
-#: ../tuxpaint.c:10659 ../tuxpaint.c:10662 ../tuxpaint.c:10663
+#: ../tuxpaint.c:10660 ../tuxpaint.c:10663 ../tuxpaint.c:10664
msgid "Aa"
msgstr "Aa"
#. Admittedly stupid way of determining which keys can be used for
#. positive and negative responses in dialogs (e.g., [Y] (for 'yes') in English)
-#: ../tuxpaint.c:14672
+#: ../tuxpaint.c:14673
msgid "Yes"
msgstr "Evet"
-#: ../tuxpaint.c:14676
+#: ../tuxpaint.c:14677
msgid "No"
msgstr "Hayır"
#. Prompt to ask whether user wishes to save over old version of their file
-#: ../tuxpaint.c:15948
+#: ../tuxpaint.c:15949
msgid "Replace the picture with your changes?"
msgstr "Resmi sizin değişikliklerinizle değiştirelim mi?"
#. Positive response to saving over old version
#. (like a 'File:Save' action in other applications)
-#: ../tuxpaint.c:15952
+#: ../tuxpaint.c:15953
msgid "Yes, replace the old one!"
msgstr "Evet, eskisini yenile!"
#. Negative response to saving over old version (saves a new image)
#. (like a 'File:Save As...' action in other applications)
-#: ../tuxpaint.c:15956
+#: ../tuxpaint.c:15957
msgid "No, save a new file!"
msgstr "Hayır, yeni bir dosyaya kaydet"
-#: ../tuxpaint.c:17224
+#: ../tuxpaint.c:17225
msgid ""
"Choose a picture and then click “Open”, “Export”, “Template“, or “Erase”. "
"Click “Slides” to create a slideshow animation or “Back“ to return to your "
"current picture."
msgstr ""
-#: ../tuxpaint.c:17226
+#: ../tuxpaint.c:17227
msgid ""
"Choose a picture and then click “Open”, “Export”, or “Erase”. Click “Slides” "
"to create a slideshow animation or “Back“ to return to your current picture."
@@ -1485,71 +1485,71 @@ msgstr ""
#. None selected? Too dangerous to automatically select all (like we do for slideshow playback).
#. Only 1 selected? No point in saving as GIF.
#.
-#: ../tuxpaint.c:18895
+#: ../tuxpaint.c:18896
msgid "Select 2 or more drawings to turn into an animated GIF."
msgstr ""
#. Descriptions (names) of the color mixer tool's primary colors and shades
-#: ../tuxpaint.c:25112
+#: ../tuxpaint.c:25113
msgid "red"
msgstr ""
-#: ../tuxpaint.c:25113
+#: ../tuxpaint.c:25114
#, fuzzy
#| msgid "Yellow!"
msgid "yellow"
msgstr "Sarı!"
-#: ../tuxpaint.c:25114
+#: ../tuxpaint.c:25115
#, fuzzy
#| msgid "Sky blue!"
msgid "blue"
msgstr "Gök mavisi!"
-#: ../tuxpaint.c:25115
+#: ../tuxpaint.c:25116
#, fuzzy
#| msgid "White!"
msgid "white"
msgstr "Beyaz!"
-#: ../tuxpaint.c:25116
+#: ../tuxpaint.c:25117
msgid "grey"
msgstr ""
-#: ../tuxpaint.c:25117
+#: ../tuxpaint.c:25118
#, fuzzy
#| msgid "Black!"
msgid "black"
msgstr "Siyah!"
#. 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:25122
+#: ../tuxpaint.c:25123
#, c-format
msgid "Your color is %1$s %2$s."
msgstr ""
-#: ../tuxpaint.c:25123
+#: ../tuxpaint.c:25124
#, c-format
msgid "Your color is %1$s %2$s and %3$s %4$s."
msgstr ""
-#: ../tuxpaint.c:25124
+#: ../tuxpaint.c:25125
#, c-format
msgid "Your color is %1$s %2$s, %3$s %4$s, and %5$s %6$s."
msgstr ""
-#: ../tuxpaint.c:25125
+#: ../tuxpaint.c:25126
#, c-format
msgid "Your color is %1$s %2$s, %3$s %4$s, %5$s %6$s, and %7$s %8$s."
msgstr ""
-#: ../tuxpaint.c:25126
+#: ../tuxpaint.c:25127
#, 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 ""
-#: ../tuxpaint.c:25127
+#: ../tuxpaint.c:25128
#, c-format
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 "
@@ -1557,22 +1557,22 @@ msgid ""
msgstr ""
#. Color mixer; e.g., "Your color is entirely grey."
-#: ../tuxpaint.c:25907 ../tuxpaint.c:25912
+#: ../tuxpaint.c:25908 ../tuxpaint.c:25913
msgid "entirely"
msgstr ""
#. Add "Color Select" color:
-#: ../tuxpaint.c:29087
+#: ../tuxpaint.c:29089
msgid "Select a color from your drawing."
msgstr ""
-#: ../tuxpaint.c:29098
+#: ../tuxpaint.c:29100
msgid ""
"Pick a color. Hues go top to bottom. Saturation/intensity goes left (pale) "
"to right (pure). Value (lightness/darkness): grey bar."
msgstr ""
-#: ../tuxpaint.c:29112
+#: ../tuxpaint.c:29114
msgid ""
"Click the primary colors (red, yellow, and blue), white (to tint), grey (to "
"tone), and black (to shade), to mix together a new color."
@@ -2638,8 +2638,9 @@ msgstr ""
#: ../../magic/src/polyfill.c:32
msgid ""
-"Click multiple times in your picture to create a filled polygon. Click your "
-"starting position to complete the shape."
+"Click multiple times in your picture to create a filled polygon. You may "
+"drag control points to alter the shape. Click the first point to complete "
+"the shape."
msgstr ""
#: ../../magic/src/puzzle.c:112
diff --git a/src/po/tuxpaint.pot b/src/po/tuxpaint.pot
index 1ed068267..4afc996d8 100644
--- a/src/po/tuxpaint.pot
+++ b/src/po/tuxpaint.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: tuxpaint\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2024-04-08 23:25-0700\n"
+"POT-Creation-Date: 2024-04-12 09:23-0700\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
"Language-Team: LANGUAGE \n"
@@ -931,7 +931,7 @@ msgstr ""
#. Open a saved picture
#. Buttons for the file open dialog
#. Open dialog: 'Open' button, to load the selected picture
-#: ../tools.h:97 ../tuxpaint.c:9697
+#: ../tools.h:97 ../tuxpaint.c:9698
msgid "Open"
msgstr ""
@@ -1304,90 +1304,90 @@ msgid "Please wait…"
msgstr ""
#. Open dialog: 'Erase' button, to erase/deleted the selected picture
-#: ../tuxpaint.c:9700
+#: ../tuxpaint.c:9701
msgid "Erase"
msgstr ""
#. Open dialog: 'Slides' button, to switch to slide show mode
-#: ../tuxpaint.c:9703
+#: ../tuxpaint.c:9704
msgid "Slides"
msgstr ""
#. Open dialog: 'Template' button, to make a template out of a drawing
-#: ../tuxpaint.c:9706
+#: ../tuxpaint.c:9707
msgid "Template"
msgstr ""
#. Open dialog: 'Export' button, to copy an image to an easily-accessible location
-#: ../tuxpaint.c:9709
+#: ../tuxpaint.c:9710
msgid "Export"
msgstr ""
#. Open dialog: 'Back' button, to dismiss Open dialog without opening a picture
-#: ../tuxpaint.c:9712
+#: ../tuxpaint.c:9713
msgid "Back"
msgstr ""
#. Slideshow: 'Play' button, to begin a slideshow sequence
-#: ../tuxpaint.c:9715
+#: ../tuxpaint.c:9716
msgid "Play"
msgstr ""
#. Slideshow: 'GIF Export' button, to create an animated GIF
-#: ../tuxpaint.c:9718
+#: ../tuxpaint.c:9719
msgid "GIF Export"
msgstr ""
#. Slideshow: 'Next' button, to load next slide (image)
-#: ../tuxpaint.c:9721
+#: ../tuxpaint.c:9722
msgid "Next"
msgstr ""
#. Color mixer dialog: 'Clear' button, to reset the mixed color
-#: ../tuxpaint.c:9724
+#: ../tuxpaint.c:9725
msgid "Clear"
msgstr ""
#. Use the localized label string (e.g., "あぁ" in Japanese)
-#: ../tuxpaint.c:10659 ../tuxpaint.c:10662 ../tuxpaint.c:10663
+#: ../tuxpaint.c:10660 ../tuxpaint.c:10663 ../tuxpaint.c:10664
msgid "Aa"
msgstr ""
#. Admittedly stupid way of determining which keys can be used for
#. positive and negative responses in dialogs (e.g., [Y] (for 'yes') in English)
-#: ../tuxpaint.c:14672
+#: ../tuxpaint.c:14673
msgid "Yes"
msgstr ""
-#: ../tuxpaint.c:14676
+#: ../tuxpaint.c:14677
msgid "No"
msgstr ""
#. Prompt to ask whether user wishes to save over old version of their file
-#: ../tuxpaint.c:15948
+#: ../tuxpaint.c:15949
msgid "Replace the picture with your changes?"
msgstr ""
#. Positive response to saving over old version
#. (like a 'File:Save' action in other applications)
-#: ../tuxpaint.c:15952
+#: ../tuxpaint.c:15953
msgid "Yes, replace the old one!"
msgstr ""
#. Negative response to saving over old version (saves a new image)
#. (like a 'File:Save As...' action in other applications)
-#: ../tuxpaint.c:15956
+#: ../tuxpaint.c:15957
msgid "No, save a new file!"
msgstr ""
-#: ../tuxpaint.c:17224
+#: ../tuxpaint.c:17225
msgid ""
"Choose a picture and then click “Open”, “Export”, “Template“, or “Erase”. "
"Click “Slides” to create a slideshow animation or “Back“ to return to your "
"current picture."
msgstr ""
-#: ../tuxpaint.c:17226
+#: ../tuxpaint.c:17227
msgid ""
"Choose a picture and then click “Open”, “Export”, or “Erase”. Click “Slides” "
"to create a slideshow animation or “Back“ to return to your current picture."
@@ -1396,63 +1396,63 @@ msgstr ""
#. None selected? Too dangerous to automatically select all (like we do for slideshow playback).
#. Only 1 selected? No point in saving as GIF.
#.
-#: ../tuxpaint.c:18895
+#: ../tuxpaint.c:18896
msgid "Select 2 or more drawings to turn into an animated GIF."
msgstr ""
#. Descriptions (names) of the color mixer tool's primary colors and shades
-#: ../tuxpaint.c:25112
+#: ../tuxpaint.c:25113
msgid "red"
msgstr ""
-#: ../tuxpaint.c:25113
+#: ../tuxpaint.c:25114
msgid "yellow"
msgstr ""
-#: ../tuxpaint.c:25114
+#: ../tuxpaint.c:25115
msgid "blue"
msgstr ""
-#: ../tuxpaint.c:25115
+#: ../tuxpaint.c:25116
msgid "white"
msgstr ""
-#: ../tuxpaint.c:25116
+#: ../tuxpaint.c:25117
msgid "grey"
msgstr ""
-#: ../tuxpaint.c:25117
+#: ../tuxpaint.c:25118
msgid "black"
msgstr ""
#. 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:25122
+#: ../tuxpaint.c:25123
#, c-format
msgid "Your color is %1$s %2$s."
msgstr ""
-#: ../tuxpaint.c:25123
+#: ../tuxpaint.c:25124
#, c-format
msgid "Your color is %1$s %2$s and %3$s %4$s."
msgstr ""
-#: ../tuxpaint.c:25124
+#: ../tuxpaint.c:25125
#, c-format
msgid "Your color is %1$s %2$s, %3$s %4$s, and %5$s %6$s."
msgstr ""
-#: ../tuxpaint.c:25125
+#: ../tuxpaint.c:25126
#, c-format
msgid "Your color is %1$s %2$s, %3$s %4$s, %5$s %6$s, and %7$s %8$s."
msgstr ""
-#: ../tuxpaint.c:25126
+#: ../tuxpaint.c:25127
#, 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 ""
-#: ../tuxpaint.c:25127
+#: ../tuxpaint.c:25128
#, c-format
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 "
@@ -1460,22 +1460,22 @@ msgid ""
msgstr ""
#. Color mixer; e.g., "Your color is entirely grey."
-#: ../tuxpaint.c:25907 ../tuxpaint.c:25912
+#: ../tuxpaint.c:25908 ../tuxpaint.c:25913
msgid "entirely"
msgstr ""
#. Add "Color Select" color:
-#: ../tuxpaint.c:29087
+#: ../tuxpaint.c:29089
msgid "Select a color from your drawing."
msgstr ""
-#: ../tuxpaint.c:29098
+#: ../tuxpaint.c:29100
msgid ""
"Pick a color. Hues go top to bottom. Saturation/intensity goes left (pale) "
"to right (pure). Value (lightness/darkness): grey bar."
msgstr ""
-#: ../tuxpaint.c:29112
+#: ../tuxpaint.c:29114
msgid ""
"Click the primary colors (red, yellow, and blue), white (to tint), grey (to "
"tone), and black (to shade), to mix together a new color."
@@ -2309,8 +2309,9 @@ msgstr ""
#: ../../magic/src/polyfill.c:32
msgid ""
-"Click multiple times in your picture to create a filled polygon. Click your "
-"starting position to complete the shape."
+"Click multiple times in your picture to create a filled polygon. You may "
+"drag control points to alter the shape. Click the first point to complete "
+"the shape."
msgstr ""
#: ../../magic/src/puzzle.c:112
diff --git a/src/po/tw.po b/src/po/tw.po
index 1c0d27685..4f15e5414 100644
--- a/src/po/tw.po
+++ b/src/po/tw.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2024-04-08 23:25-0700\n"
+"POT-Creation-Date: 2024-04-12 09:23-0700\n"
"PO-Revision-Date: 2007-04-26 15:45+0200\n"
"Last-Translator: Joana Portia Antwi-Danso \n"
"MIME-Version: 1.0\n"
@@ -975,7 +975,7 @@ msgstr "Foforo"
#. Open a saved picture
#. Buttons for the file open dialog
#. Open dialog: 'Open' button, to load the selected picture
-#: ../tools.h:97 ../tuxpaint.c:9697
+#: ../tools.h:97 ../tuxpaint.c:9698
msgid "Open"
msgstr "Bue"
@@ -1387,90 +1387,90 @@ msgid "Please wait…"
msgstr "Mepawokyɛw twɛn..."
#. Open dialog: 'Erase' button, to erase/deleted the selected picture
-#: ../tuxpaint.c:9700
+#: ../tuxpaint.c:9701
msgid "Erase"
msgstr "Pepa"
#. Open dialog: 'Slides' button, to switch to slide show mode
-#: ../tuxpaint.c:9703
+#: ../tuxpaint.c:9704
msgid "Slides"
msgstr "Mfoni a edi hɔ"
#. Open dialog: 'Template' button, to make a template out of a drawing
-#: ../tuxpaint.c:9706
+#: ../tuxpaint.c:9707
msgid "Template"
msgstr ""
#. Open dialog: 'Export' button, to copy an image to an easily-accessible location
-#: ../tuxpaint.c:9709
+#: ../tuxpaint.c:9710
msgid "Export"
msgstr ""
#. Open dialog: 'Back' button, to dismiss Open dialog without opening a picture
-#: ../tuxpaint.c:9712
+#: ../tuxpaint.c:9713
msgid "Back"
msgstr "Kɔ wakyi"
#. Slideshow: 'Play' button, to begin a slideshow sequence
-#: ../tuxpaint.c:9715
+#: ../tuxpaint.c:9716
msgid "Play"
msgstr "Di agorɔ"
#. Slideshow: 'GIF Export' button, to create an animated GIF
-#: ../tuxpaint.c:9718
+#: ../tuxpaint.c:9719
msgid "GIF Export"
msgstr ""
#. Slideshow: 'Next' button, to load next slide (image)
-#: ../tuxpaint.c:9721
+#: ../tuxpaint.c:9722
msgid "Next"
msgstr "Deɛ edi hɔ"
#. Color mixer dialog: 'Clear' button, to reset the mixed color
-#: ../tuxpaint.c:9724
+#: ../tuxpaint.c:9725
msgid "Clear"
msgstr ""
#. Use the localized label string (e.g., "あぁ" in Japanese)
-#: ../tuxpaint.c:10659 ../tuxpaint.c:10662 ../tuxpaint.c:10663
+#: ../tuxpaint.c:10660 ../tuxpaint.c:10663 ../tuxpaint.c:10664
msgid "Aa"
msgstr "Aa"
#. Admittedly stupid way of determining which keys can be used for
#. positive and negative responses in dialogs (e.g., [Y] (for 'yes') in English)
-#: ../tuxpaint.c:14672
+#: ../tuxpaint.c:14673
msgid "Yes"
msgstr "Aane"
-#: ../tuxpaint.c:14676
+#: ../tuxpaint.c:14677
msgid "No"
msgstr "Daabi"
#. Prompt to ask whether user wishes to save over old version of their file
-#: ../tuxpaint.c:15948
+#: ../tuxpaint.c:15949
msgid "Replace the picture with your changes?"
msgstr "Wopɛ sɛ wosesa mfoni no?"
#. Positive response to saving over old version
#. (like a 'File:Save' action in other applications)
-#: ../tuxpaint.c:15952
+#: ../tuxpaint.c:15953
msgid "Yes, replace the old one!"
msgstr "Aane, sesa dada no!"
#. Negative response to saving over old version (saves a new image)
#. (like a 'File:Save As...' action in other applications)
-#: ../tuxpaint.c:15956
+#: ../tuxpaint.c:15957
msgid "No, save a new file!"
msgstr "Daabi, fa foforɔ no sie!"
-#: ../tuxpaint.c:17224
+#: ../tuxpaint.c:17225
msgid ""
"Choose a picture and then click “Open”, “Export”, “Template“, or “Erase”. "
"Click “Slides” to create a slideshow animation or “Back“ to return to your "
"current picture."
msgstr ""
-#: ../tuxpaint.c:17226
+#: ../tuxpaint.c:17227
msgid ""
"Choose a picture and then click “Open”, “Export”, or “Erase”. Click “Slides” "
"to create a slideshow animation or “Back“ to return to your current picture."
@@ -1479,72 +1479,72 @@ msgstr ""
#. None selected? Too dangerous to automatically select all (like we do for slideshow playback).
#. Only 1 selected? No point in saving as GIF.
#.
-#: ../tuxpaint.c:18895
+#: ../tuxpaint.c:18896
msgid "Select 2 or more drawings to turn into an animated GIF."
msgstr ""
#. Descriptions (names) of the color mixer tool's primary colors and shades
-#: ../tuxpaint.c:25112
+#: ../tuxpaint.c:25113
msgid "red"
msgstr ""
-#: ../tuxpaint.c:25113
+#: ../tuxpaint.c:25114
#, fuzzy
#| msgid "Yellow!"
msgid "yellow"
msgstr "Akokɔ sradeɛ!"
-#: ../tuxpaint.c:25114
+#: ../tuxpaint.c:25115
#, fuzzy
#| msgid "Sky blue!"
msgid "blue"
msgstr "Ewiem!"
-#: ../tuxpaint.c:25115
+#: ../tuxpaint.c:25116
#, fuzzy
#| msgid "White!"
msgid "white"
msgstr "Fitaa!"
-#: ../tuxpaint.c:25116
+#: ../tuxpaint.c:25117
msgid "grey"
msgstr ""
# san fa bra
-#: ../tuxpaint.c:25117
+#: ../tuxpaint.c:25118
#, fuzzy
#| msgid "Black!"
msgid "black"
msgstr "Tuntum!"
#. 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:25122
+#: ../tuxpaint.c:25123
#, c-format
msgid "Your color is %1$s %2$s."
msgstr ""
-#: ../tuxpaint.c:25123
+#: ../tuxpaint.c:25124
#, c-format
msgid "Your color is %1$s %2$s and %3$s %4$s."
msgstr ""
-#: ../tuxpaint.c:25124
+#: ../tuxpaint.c:25125
#, c-format
msgid "Your color is %1$s %2$s, %3$s %4$s, and %5$s %6$s."
msgstr ""
-#: ../tuxpaint.c:25125
+#: ../tuxpaint.c:25126
#, c-format
msgid "Your color is %1$s %2$s, %3$s %4$s, %5$s %6$s, and %7$s %8$s."
msgstr ""
-#: ../tuxpaint.c:25126
+#: ../tuxpaint.c:25127
#, 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 ""
-#: ../tuxpaint.c:25127
+#: ../tuxpaint.c:25128
#, c-format
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 "
@@ -1552,22 +1552,22 @@ msgid ""
msgstr ""
#. Color mixer; e.g., "Your color is entirely grey."
-#: ../tuxpaint.c:25907 ../tuxpaint.c:25912
+#: ../tuxpaint.c:25908 ../tuxpaint.c:25913
msgid "entirely"
msgstr ""
#. Add "Color Select" color:
-#: ../tuxpaint.c:29087
+#: ../tuxpaint.c:29089
msgid "Select a color from your drawing."
msgstr ""
-#: ../tuxpaint.c:29098
+#: ../tuxpaint.c:29100
msgid ""
"Pick a color. Hues go top to bottom. Saturation/intensity goes left (pale) "
"to right (pure). Value (lightness/darkness): grey bar."
msgstr ""
-#: ../tuxpaint.c:29112
+#: ../tuxpaint.c:29114
msgid ""
"Click the primary colors (red, yellow, and blue), white (to tint), grey (to "
"tone), and black (to shade), to mix together a new color."
@@ -2523,8 +2523,9 @@ msgstr ""
#: ../../magic/src/polyfill.c:32
msgid ""
-"Click multiple times in your picture to create a filled polygon. Click your "
-"starting position to complete the shape."
+"Click multiple times in your picture to create a filled polygon. You may "
+"drag control points to alter the shape. Click the first point to complete "
+"the shape."
msgstr ""
#: ../../magic/src/puzzle.c:112
diff --git a/src/po/uk.po b/src/po/uk.po
index dd3df0ad7..007a77f48 100644
--- a/src/po/uk.po
+++ b/src/po/uk.po
@@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: TuxPaint 0.9.23 uk\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2024-04-08 23:25-0700\n"
+"POT-Creation-Date: 2024-04-12 09:23-0700\n"
"PO-Revision-Date: 2023-03-29 19:54+0300\n"
"Last-Translator: Yuri Chornoivan \n"
"Language-Team: Ukrainian \n"
@@ -1084,7 +1084,7 @@ msgstr "Новий"
#. Open a saved picture
#. Buttons for the file open dialog
#. Open dialog: 'Open' button, to load the selected picture
-#: ../tools.h:97 ../tuxpaint.c:9697
+#: ../tools.h:97 ../tuxpaint.c:9698
msgid "Open"
msgstr "Відкрий"
@@ -1511,90 +1511,90 @@ msgstr "Будь ласка, зачекайте..."
# 'Erase' label:
#. Open dialog: 'Erase' button, to erase/deleted the selected picture
-#: ../tuxpaint.c:9700
+#: ../tuxpaint.c:9701
msgid "Erase"
msgstr "Вилучити"
#. Open dialog: 'Slides' button, to switch to slide show mode
-#: ../tuxpaint.c:9703
+#: ../tuxpaint.c:9704
msgid "Slides"
msgstr "Слайди"
#. Open dialog: 'Template' button, to make a template out of a drawing
-#: ../tuxpaint.c:9706
+#: ../tuxpaint.c:9707
msgid "Template"
msgstr ""
#. Open dialog: 'Export' button, to copy an image to an easily-accessible location
-#: ../tuxpaint.c:9709
+#: ../tuxpaint.c:9710
msgid "Export"
msgstr "Експортувати"
#. Open dialog: 'Back' button, to dismiss Open dialog without opening a picture
-#: ../tuxpaint.c:9712
+#: ../tuxpaint.c:9713
msgid "Back"
msgstr "Назад"
#. Slideshow: 'Play' button, to begin a slideshow sequence
-#: ../tuxpaint.c:9715
+#: ../tuxpaint.c:9716
msgid "Play"
msgstr "Відтворити"
#. Slideshow: 'GIF Export' button, to create an animated GIF
-#: ../tuxpaint.c:9718
+#: ../tuxpaint.c:9719
msgid "GIF Export"
msgstr "Експорт до GIF"
#. Slideshow: 'Next' button, to load next slide (image)
-#: ../tuxpaint.c:9721
+#: ../tuxpaint.c:9722
msgid "Next"
msgstr "Далі"
#. Color mixer dialog: 'Clear' button, to reset the mixed color
-#: ../tuxpaint.c:9724
+#: ../tuxpaint.c:9725
msgid "Clear"
msgstr "Очистити"
#. Use the localized label string (e.g., "あぁ" in Japanese)
-#: ../tuxpaint.c:10659 ../tuxpaint.c:10662 ../tuxpaint.c:10663
+#: ../tuxpaint.c:10660 ../tuxpaint.c:10663 ../tuxpaint.c:10664
msgid "Aa"
msgstr "Aa"
#. Admittedly stupid way of determining which keys can be used for
#. positive and negative responses in dialogs (e.g., [Y] (for 'yes') in English)
-#: ../tuxpaint.c:14672
+#: ../tuxpaint.c:14673
msgid "Yes"
msgstr "Так"
-#: ../tuxpaint.c:14676
+#: ../tuxpaint.c:14677
msgid "No"
msgstr "Ні"
#. Prompt to ask whether user wishes to save over old version of their file
-#: ../tuxpaint.c:15948
+#: ../tuxpaint.c:15949
msgid "Replace the picture with your changes?"
msgstr "Замінити старий малюнок?"
#. Positive response to saving over old version
#. (like a 'File:Save' action in other applications)
-#: ../tuxpaint.c:15952
+#: ../tuxpaint.c:15953
msgid "Yes, replace the old one!"
msgstr "Так, замінити старий малюнок!"
#. Negative response to saving over old version (saves a new image)
#. (like a 'File:Save As...' action in other applications)
-#: ../tuxpaint.c:15956
+#: ../tuxpaint.c:15957
msgid "No, save a new file!"
msgstr "Ні, зберегти у новий файл!"
-#: ../tuxpaint.c:17224
+#: ../tuxpaint.c:17225
msgid ""
"Choose a picture and then click “Open”, “Export”, “Template“, or “Erase”. "
"Click “Slides” to create a slideshow animation or “Back“ to return to your "
"current picture."
msgstr ""
-#: ../tuxpaint.c:17226
+#: ../tuxpaint.c:17227
msgid ""
"Choose a picture and then click “Open”, “Export”, or “Erase”. Click “Slides” "
"to create a slideshow animation or “Back“ to return to your current picture."
@@ -1603,63 +1603,63 @@ msgstr ""
#. None selected? Too dangerous to automatically select all (like we do for slideshow playback).
#. Only 1 selected? No point in saving as GIF.
#.
-#: ../tuxpaint.c:18895
+#: ../tuxpaint.c:18896
msgid "Select 2 or more drawings to turn into an animated GIF."
msgstr "Виберіть 2 або декілька малюнків для перетворення на анімований GIF."
#. Descriptions (names) of the color mixer tool's primary colors and shades
-#: ../tuxpaint.c:25112
+#: ../tuxpaint.c:25113
msgid "red"
msgstr "червоний"
-#: ../tuxpaint.c:25113
+#: ../tuxpaint.c:25114
msgid "yellow"
msgstr "жовтий"
-#: ../tuxpaint.c:25114
+#: ../tuxpaint.c:25115
msgid "blue"
msgstr "синій"
-#: ../tuxpaint.c:25115
+#: ../tuxpaint.c:25116
msgid "white"
msgstr "білий"
-#: ../tuxpaint.c:25116
+#: ../tuxpaint.c:25117
msgid "grey"
msgstr "сірий"
-#: ../tuxpaint.c:25117
+#: ../tuxpaint.c:25118
msgid "black"
msgstr "чорний"
#. 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:25122
+#: ../tuxpaint.c:25123
#, c-format
msgid "Your color is %1$s %2$s."
msgstr "Ваш колір — %1$s %2$s."
-#: ../tuxpaint.c:25123
+#: ../tuxpaint.c:25124
#, c-format
msgid "Your color is %1$s %2$s and %3$s %4$s."
msgstr "Ваш колір — %1$s %2$s і %3$s %4$s."
-#: ../tuxpaint.c:25124
+#: ../tuxpaint.c:25125
#, c-format
msgid "Your color is %1$s %2$s, %3$s %4$s, and %5$s %6$s."
msgstr "Ваш колір — %1$s %2$s, %3$s %4$s і %5$s %6$s."
-#: ../tuxpaint.c:25125
+#: ../tuxpaint.c:25126
#, c-format
msgid "Your color is %1$s %2$s, %3$s %4$s, %5$s %6$s, and %7$s %8$s."
msgstr "Ваш колір — %1$s %2$s, %3$s %4$s, %5$s %6$s і %7$s %8$s."
-#: ../tuxpaint.c:25126
+#: ../tuxpaint.c:25127
#, 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 "Ваш колір — %1$s %2$s, %3$s %4$s, %5$s %6$s, %7$s %8$s і %9$s %10$s."
-#: ../tuxpaint.c:25127
+#: ../tuxpaint.c:25128
#, c-format
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 "
@@ -1669,16 +1669,16 @@ msgstr ""
"%12$s."
#. Color mixer; e.g., "Your color is entirely grey."
-#: ../tuxpaint.c:25907 ../tuxpaint.c:25912
+#: ../tuxpaint.c:25908 ../tuxpaint.c:25913
msgid "entirely"
msgstr "повністю"
#. Add "Color Select" color:
-#: ../tuxpaint.c:29087
+#: ../tuxpaint.c:29089
msgid "Select a color from your drawing."
msgstr "Вибрати колір з вашого малюнка."
-#: ../tuxpaint.c:29098
+#: ../tuxpaint.c:29100
msgid ""
"Pick a color. Hues go top to bottom. Saturation/intensity goes left (pale) "
"to right (pure). Value (lightness/darkness): grey bar."
@@ -1687,7 +1687,7 @@ msgstr ""
"інтенсивність — напрямок зліва (тьмяний) праворуч (яскравий). Значення "
"(освітленість або затіненість) — сіра панель."
-#: ../tuxpaint.c:29112
+#: ../tuxpaint.c:29114
msgid ""
"Click the primary colors (red, yellow, and blue), white (to tint), grey (to "
"tone), and black (to shade), to mix together a new color."
@@ -2679,8 +2679,9 @@ msgstr ""
#: ../../magic/src/polyfill.c:32
msgid ""
-"Click multiple times in your picture to create a filled polygon. Click your "
-"starting position to complete the shape."
+"Click multiple times in your picture to create a filled polygon. You may "
+"drag control points to alter the shape. Click the first point to complete "
+"the shape."
msgstr ""
#: ../../magic/src/puzzle.c:112
diff --git a/src/po/ur.po b/src/po/ur.po
index 73c2f646e..7fa3485f3 100644
--- a/src/po/ur.po
+++ b/src/po/ur.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2024-04-08 23:25-0700\n"
+"POT-Creation-Date: 2024-04-12 09:23-0700\n"
"PO-Revision-Date: 2011-10-30 15:34+0530\n"
"Last-Translator: Chandrakant Dhutadmal\n"
"Language-Team: Urdu\n"
@@ -976,7 +976,7 @@ msgstr "نیا"
#. Open a saved picture
#. Buttons for the file open dialog
#. Open dialog: 'Open' button, to load the selected picture
-#: ../tools.h:97 ../tuxpaint.c:9697
+#: ../tools.h:97 ../tuxpaint.c:9698
msgid "Open"
msgstr "كھولیں"
@@ -1391,90 +1391,90 @@ msgid "Please wait…"
msgstr "برائے كرم انتظار كریں…"
#. Open dialog: 'Erase' button, to erase/deleted the selected picture
-#: ../tuxpaint.c:9700
+#: ../tuxpaint.c:9701
msgid "Erase"
msgstr "مٹائیں"
#. Open dialog: 'Slides' button, to switch to slide show mode
-#: ../tuxpaint.c:9703
+#: ../tuxpaint.c:9704
msgid "Slides"
msgstr "سلائڈس"
#. Open dialog: 'Template' button, to make a template out of a drawing
-#: ../tuxpaint.c:9706
+#: ../tuxpaint.c:9707
msgid "Template"
msgstr ""
#. Open dialog: 'Export' button, to copy an image to an easily-accessible location
-#: ../tuxpaint.c:9709
+#: ../tuxpaint.c:9710
msgid "Export"
msgstr ""
#. Open dialog: 'Back' button, to dismiss Open dialog without opening a picture
-#: ../tuxpaint.c:9712
+#: ../tuxpaint.c:9713
msgid "Back"
msgstr "پیچھے"
#. Slideshow: 'Play' button, to begin a slideshow sequence
-#: ../tuxpaint.c:9715
+#: ../tuxpaint.c:9716
msgid "Play"
msgstr "پلے"
#. Slideshow: 'GIF Export' button, to create an animated GIF
-#: ../tuxpaint.c:9718
+#: ../tuxpaint.c:9719
msgid "GIF Export"
msgstr ""
#. Slideshow: 'Next' button, to load next slide (image)
-#: ../tuxpaint.c:9721
+#: ../tuxpaint.c:9722
msgid "Next"
msgstr "اگلا"
#. Color mixer dialog: 'Clear' button, to reset the mixed color
-#: ../tuxpaint.c:9724
+#: ../tuxpaint.c:9725
msgid "Clear"
msgstr ""
#. Use the localized label string (e.g., "あぁ" in Japanese)
-#: ../tuxpaint.c:10659 ../tuxpaint.c:10662 ../tuxpaint.c:10663
+#: ../tuxpaint.c:10660 ../tuxpaint.c:10663 ../tuxpaint.c:10664
msgid "Aa"
msgstr "Aa"
#. Admittedly stupid way of determining which keys can be used for
#. positive and negative responses in dialogs (e.g., [Y] (for 'yes') in English)
-#: ../tuxpaint.c:14672
+#: ../tuxpaint.c:14673
msgid "Yes"
msgstr "ہاں"
-#: ../tuxpaint.c:14676
+#: ../tuxpaint.c:14677
msgid "No"
msgstr "نہیں"
#. Prompt to ask whether user wishes to save over old version of their file
-#: ../tuxpaint.c:15948
+#: ../tuxpaint.c:15949
msgid "Replace the picture with your changes?"
msgstr "آپ كی تبدیلیوں كے ساتھ تصویر كو بدلیں؟"
#. Positive response to saving over old version
#. (like a 'File:Save' action in other applications)
-#: ../tuxpaint.c:15952
+#: ../tuxpaint.c:15953
msgid "Yes, replace the old one!"
msgstr "ہاں ، پرانے كو بدلیں!"
#. Negative response to saving over old version (saves a new image)
#. (like a 'File:Save As...' action in other applications)
-#: ../tuxpaint.c:15956
+#: ../tuxpaint.c:15957
msgid "No, save a new file!"
msgstr "نہیں ، نئی فائل محفوظ كریں!"
-#: ../tuxpaint.c:17224
+#: ../tuxpaint.c:17225
msgid ""
"Choose a picture and then click “Open”, “Export”, “Template“, or “Erase”. "
"Click “Slides” to create a slideshow animation or “Back“ to return to your "
"current picture."
msgstr ""
-#: ../tuxpaint.c:17226
+#: ../tuxpaint.c:17227
msgid ""
"Choose a picture and then click “Open”, “Export”, or “Erase”. Click “Slides” "
"to create a slideshow animation or “Back“ to return to your current picture."
@@ -1483,71 +1483,71 @@ msgstr ""
#. None selected? Too dangerous to automatically select all (like we do for slideshow playback).
#. Only 1 selected? No point in saving as GIF.
#.
-#: ../tuxpaint.c:18895
+#: ../tuxpaint.c:18896
msgid "Select 2 or more drawings to turn into an animated GIF."
msgstr ""
#. Descriptions (names) of the color mixer tool's primary colors and shades
-#: ../tuxpaint.c:25112
+#: ../tuxpaint.c:25113
msgid "red"
msgstr ""
-#: ../tuxpaint.c:25113
+#: ../tuxpaint.c:25114
#, fuzzy
#| msgid "Yellow!"
msgid "yellow"
msgstr "پیلا!"
-#: ../tuxpaint.c:25114
+#: ../tuxpaint.c:25115
#, fuzzy
#| msgid "Sky blue!"
msgid "blue"
msgstr "آسمانی نیلا"
-#: ../tuxpaint.c:25115
+#: ../tuxpaint.c:25116
#, fuzzy
#| msgid "White!"
msgid "white"
msgstr "سفید!"
-#: ../tuxpaint.c:25116
+#: ../tuxpaint.c:25117
msgid "grey"
msgstr ""
-#: ../tuxpaint.c:25117
+#: ../tuxpaint.c:25118
#, fuzzy
#| msgid "Black!"
msgid "black"
msgstr "سیاہ!"
#. 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:25122
+#: ../tuxpaint.c:25123
#, c-format
msgid "Your color is %1$s %2$s."
msgstr ""
-#: ../tuxpaint.c:25123
+#: ../tuxpaint.c:25124
#, c-format
msgid "Your color is %1$s %2$s and %3$s %4$s."
msgstr ""
-#: ../tuxpaint.c:25124
+#: ../tuxpaint.c:25125
#, c-format
msgid "Your color is %1$s %2$s, %3$s %4$s, and %5$s %6$s."
msgstr ""
-#: ../tuxpaint.c:25125
+#: ../tuxpaint.c:25126
#, c-format
msgid "Your color is %1$s %2$s, %3$s %4$s, %5$s %6$s, and %7$s %8$s."
msgstr ""
-#: ../tuxpaint.c:25126
+#: ../tuxpaint.c:25127
#, 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 ""
-#: ../tuxpaint.c:25127
+#: ../tuxpaint.c:25128
#, c-format
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 "
@@ -1555,22 +1555,22 @@ msgid ""
msgstr ""
#. Color mixer; e.g., "Your color is entirely grey."
-#: ../tuxpaint.c:25907 ../tuxpaint.c:25912
+#: ../tuxpaint.c:25908 ../tuxpaint.c:25913
msgid "entirely"
msgstr ""
#. Add "Color Select" color:
-#: ../tuxpaint.c:29087
+#: ../tuxpaint.c:29089
msgid "Select a color from your drawing."
msgstr ""
-#: ../tuxpaint.c:29098
+#: ../tuxpaint.c:29100
msgid ""
"Pick a color. Hues go top to bottom. Saturation/intensity goes left (pale) "
"to right (pure). Value (lightness/darkness): grey bar."
msgstr ""
-#: ../tuxpaint.c:29112
+#: ../tuxpaint.c:29114
msgid ""
"Click the primary colors (red, yellow, and blue), white (to tint), grey (to "
"tone), and black (to shade), to mix together a new color."
@@ -2640,8 +2640,9 @@ msgstr ""
#: ../../magic/src/polyfill.c:32
msgid ""
-"Click multiple times in your picture to create a filled polygon. Click your "
-"starting position to complete the shape."
+"Click multiple times in your picture to create a filled polygon. You may "
+"drag control points to alter the shape. Click the first point to complete "
+"the shape."
msgstr ""
#: ../../magic/src/puzzle.c:112
diff --git a/src/po/ve.po b/src/po/ve.po
index 082526155..77fdb0ddd 100644
--- a/src/po/ve.po
+++ b/src/po/ve.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: TuxPaint 0.9.16\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2024-04-08 23:25-0700\n"
+"POT-Creation-Date: 2024-04-12 09:23-0700\n"
"PO-Revision-Date: 2006-09-21 20:04+0200\n"
"Last-Translator: Shumani Mercy Ṋevhulaudzi \n"
"Language-Team: LANGUAGE \n"
@@ -980,7 +980,7 @@ msgstr "Ḽiswa"
#. Open a saved picture
#. Buttons for the file open dialog
#. Open dialog: 'Open' button, to load the selected picture
-#: ../tools.h:97 ../tuxpaint.c:9697
+#: ../tools.h:97 ../tuxpaint.c:9698
msgid "Open"
msgstr "Vula"
@@ -1398,90 +1398,90 @@ msgid "Please wait…"
msgstr "Ni humbelwa uri ni lindele.."
#. Open dialog: 'Erase' button, to erase/deleted the selected picture
-#: ../tuxpaint.c:9700
+#: ../tuxpaint.c:9701
msgid "Erase"
msgstr "Phumulani"
#. Open dialog: 'Slides' button, to switch to slide show mode
-#: ../tuxpaint.c:9703
+#: ../tuxpaint.c:9704
msgid "Slides"
msgstr "Zwiḽaidi"
#. Open dialog: 'Template' button, to make a template out of a drawing
-#: ../tuxpaint.c:9706
+#: ../tuxpaint.c:9707
msgid "Template"
msgstr ""
#. Open dialog: 'Export' button, to copy an image to an easily-accessible location
-#: ../tuxpaint.c:9709
+#: ../tuxpaint.c:9710
msgid "Export"
msgstr ""
#. Open dialog: 'Back' button, to dismiss Open dialog without opening a picture
-#: ../tuxpaint.c:9712
+#: ../tuxpaint.c:9713
msgid "Back"
msgstr "Murahu"
#. Slideshow: 'Play' button, to begin a slideshow sequence
-#: ../tuxpaint.c:9715
+#: ../tuxpaint.c:9716
msgid "Play"
msgstr "Tamba"
#. Slideshow: 'GIF Export' button, to create an animated GIF
-#: ../tuxpaint.c:9718
+#: ../tuxpaint.c:9719
msgid "GIF Export"
msgstr ""
#. Slideshow: 'Next' button, to load next slide (image)
-#: ../tuxpaint.c:9721
+#: ../tuxpaint.c:9722
msgid "Next"
msgstr "Zwitevhelaho"
#. Color mixer dialog: 'Clear' button, to reset the mixed color
-#: ../tuxpaint.c:9724
+#: ../tuxpaint.c:9725
msgid "Clear"
msgstr ""
#. Use the localized label string (e.g., "あぁ" in Japanese)
-#: ../tuxpaint.c:10659 ../tuxpaint.c:10662 ../tuxpaint.c:10663
+#: ../tuxpaint.c:10660 ../tuxpaint.c:10663 ../tuxpaint.c:10664
msgid "Aa"
msgstr "Aa"
#. Admittedly stupid way of determining which keys can be used for
#. positive and negative responses in dialogs (e.g., [Y] (for 'yes') in English)
-#: ../tuxpaint.c:14672
+#: ../tuxpaint.c:14673
msgid "Yes"
msgstr "Ee"
-#: ../tuxpaint.c:14676
+#: ../tuxpaint.c:14677
msgid "No"
msgstr "Hai"
#. Prompt to ask whether user wishes to save over old version of their file
-#: ../tuxpaint.c:15948
+#: ../tuxpaint.c:15949
msgid "Replace the picture with your changes?"
msgstr "Vhuedzedzani tshifanyiso no tshi shandukisa?"
#. Positive response to saving over old version
#. (like a 'File:Save' action in other applications)
-#: ../tuxpaint.c:15952
+#: ../tuxpaint.c:15953
msgid "Yes, replace the old one!"
msgstr "Ee, vhuedzedzani tsha kale!"
#. Negative response to saving over old version (saves a new image)
#. (like a 'File:Save As...' action in other applications)
-#: ../tuxpaint.c:15956
+#: ../tuxpaint.c:15957
msgid "No, save a new file!"
msgstr "Hai, vhulungani faela ntswa!"
-#: ../tuxpaint.c:17224
+#: ../tuxpaint.c:17225
msgid ""
"Choose a picture and then click “Open”, “Export”, “Template“, or “Erase”. "
"Click “Slides” to create a slideshow animation or “Back“ to return to your "
"current picture."
msgstr ""
-#: ../tuxpaint.c:17226
+#: ../tuxpaint.c:17227
msgid ""
"Choose a picture and then click “Open”, “Export”, or “Erase”. Click “Slides” "
"to create a slideshow animation or “Back“ to return to your current picture."
@@ -1490,71 +1490,71 @@ msgstr ""
#. None selected? Too dangerous to automatically select all (like we do for slideshow playback).
#. Only 1 selected? No point in saving as GIF.
#.
-#: ../tuxpaint.c:18895
+#: ../tuxpaint.c:18896
msgid "Select 2 or more drawings to turn into an animated GIF."
msgstr ""
#. Descriptions (names) of the color mixer tool's primary colors and shades
-#: ../tuxpaint.c:25112
+#: ../tuxpaint.c:25113
msgid "red"
msgstr ""
-#: ../tuxpaint.c:25113
+#: ../tuxpaint.c:25114
#, fuzzy
#| msgid "Yellow!"
msgid "yellow"
msgstr "Ṱaḓa!"
-#: ../tuxpaint.c:25114
+#: ../tuxpaint.c:25115
#, fuzzy
#| msgid "Sky blue!"
msgid "blue"
msgstr "Lutombo!"
-#: ../tuxpaint.c:25115
+#: ../tuxpaint.c:25116
#, fuzzy
#| msgid "White!"
msgid "white"
msgstr "Mutshena!"
-#: ../tuxpaint.c:25116
+#: ../tuxpaint.c:25117
msgid "grey"
msgstr ""
-#: ../tuxpaint.c:25117
+#: ../tuxpaint.c:25118
#, fuzzy
#| msgid "Black!"
msgid "black"
msgstr "Mutswu!"
#. 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:25122
+#: ../tuxpaint.c:25123
#, c-format
msgid "Your color is %1$s %2$s."
msgstr ""
-#: ../tuxpaint.c:25123
+#: ../tuxpaint.c:25124
#, c-format
msgid "Your color is %1$s %2$s and %3$s %4$s."
msgstr ""
-#: ../tuxpaint.c:25124
+#: ../tuxpaint.c:25125
#, c-format
msgid "Your color is %1$s %2$s, %3$s %4$s, and %5$s %6$s."
msgstr ""
-#: ../tuxpaint.c:25125
+#: ../tuxpaint.c:25126
#, c-format
msgid "Your color is %1$s %2$s, %3$s %4$s, %5$s %6$s, and %7$s %8$s."
msgstr ""
-#: ../tuxpaint.c:25126
+#: ../tuxpaint.c:25127
#, 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 ""
-#: ../tuxpaint.c:25127
+#: ../tuxpaint.c:25128
#, c-format
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 "
@@ -1562,22 +1562,22 @@ msgid ""
msgstr ""
#. Color mixer; e.g., "Your color is entirely grey."
-#: ../tuxpaint.c:25907 ../tuxpaint.c:25912
+#: ../tuxpaint.c:25908 ../tuxpaint.c:25913
msgid "entirely"
msgstr ""
#. Add "Color Select" color:
-#: ../tuxpaint.c:29087
+#: ../tuxpaint.c:29089
msgid "Select a color from your drawing."
msgstr ""
-#: ../tuxpaint.c:29098
+#: ../tuxpaint.c:29100
msgid ""
"Pick a color. Hues go top to bottom. Saturation/intensity goes left (pale) "
"to right (pure). Value (lightness/darkness): grey bar."
msgstr ""
-#: ../tuxpaint.c:29112
+#: ../tuxpaint.c:29114
msgid ""
"Click the primary colors (red, yellow, and blue), white (to tint), grey (to "
"tone), and black (to shade), to mix together a new color."
@@ -2594,8 +2594,9 @@ msgstr ""
#: ../../magic/src/polyfill.c:32
msgid ""
-"Click multiple times in your picture to create a filled polygon. Click your "
-"starting position to complete the shape."
+"Click multiple times in your picture to create a filled polygon. You may "
+"drag control points to alter the shape. Click the first point to complete "
+"the shape."
msgstr ""
#: ../../magic/src/puzzle.c:112
diff --git a/src/po/vec.po b/src/po/vec.po
index b65a6d8e3..12afadb3b 100644
--- a/src/po/vec.po
+++ b/src/po/vec.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: tuxpaint\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2024-04-08 23:25-0700\n"
+"POT-Creation-Date: 2024-04-12 09:23-0700\n"
"PO-Revision-Date: 2014-06-18 07:59+0100\n"
"Last-Translator: el Galepin \n"
"Language-Team: none\n"
@@ -976,7 +976,7 @@ msgstr "Novo"
#. Open a saved picture
#. Buttons for the file open dialog
#. Open dialog: 'Open' button, to load the selected picture
-#: ../tools.h:97 ../tuxpaint.c:9697
+#: ../tools.h:97 ../tuxpaint.c:9698
msgid "Open"
msgstr "Vèrxi"
@@ -1389,90 +1389,90 @@ msgid "Please wait…"
msgstr "Spèta 'n àtimo."
#. Open dialog: 'Erase' button, to erase/deleted the selected picture
-#: ../tuxpaint.c:9700
+#: ../tuxpaint.c:9701
msgid "Erase"
msgstr "Scansèƚa"
#. Open dialog: 'Slides' button, to switch to slide show mode
-#: ../tuxpaint.c:9703
+#: ../tuxpaint.c:9704
msgid "Slides"
msgstr "Sèrie"
#. Open dialog: 'Template' button, to make a template out of a drawing
-#: ../tuxpaint.c:9706
+#: ../tuxpaint.c:9707
msgid "Template"
msgstr ""
#. Open dialog: 'Export' button, to copy an image to an easily-accessible location
-#: ../tuxpaint.c:9709
+#: ../tuxpaint.c:9710
msgid "Export"
msgstr ""
#. Open dialog: 'Back' button, to dismiss Open dialog without opening a picture
-#: ../tuxpaint.c:9712
+#: ../tuxpaint.c:9713
msgid "Back"
msgstr "Indrìo"
#. Slideshow: 'Play' button, to begin a slideshow sequence
-#: ../tuxpaint.c:9715
+#: ../tuxpaint.c:9716
msgid "Play"
msgstr "Mostra"
#. Slideshow: 'GIF Export' button, to create an animated GIF
-#: ../tuxpaint.c:9718
+#: ../tuxpaint.c:9719
msgid "GIF Export"
msgstr ""
#. Slideshow: 'Next' button, to load next slide (image)
-#: ../tuxpaint.c:9721
+#: ../tuxpaint.c:9722
msgid "Next"
msgstr "Invanti"
#. Color mixer dialog: 'Clear' button, to reset the mixed color
-#: ../tuxpaint.c:9724
+#: ../tuxpaint.c:9725
msgid "Clear"
msgstr ""
#. Use the localized label string (e.g., "あぁ" in Japanese)
-#: ../tuxpaint.c:10659 ../tuxpaint.c:10662 ../tuxpaint.c:10663
+#: ../tuxpaint.c:10660 ../tuxpaint.c:10663 ../tuxpaint.c:10664
msgid "Aa"
msgstr "Aa"
#. Admittedly stupid way of determining which keys can be used for
#. positive and negative responses in dialogs (e.g., [Y] (for 'yes') in English)
-#: ../tuxpaint.c:14672
+#: ../tuxpaint.c:14673
msgid "Yes"
msgstr "Sì"
-#: ../tuxpaint.c:14676
+#: ../tuxpaint.c:14677
msgid "No"
msgstr "Nò"
#. Prompt to ask whether user wishes to save over old version of their file
-#: ../tuxpaint.c:15948
+#: ../tuxpaint.c:15949
msgid "Replace the picture with your changes?"
msgstr "Sostituir el dixegno co' sti canbiamenti?"
#. Positive response to saving over old version
#. (like a 'File:Save' action in other applications)
-#: ../tuxpaint.c:15952
+#: ../tuxpaint.c:15953
msgid "Yes, replace the old one!"
msgstr "Sì, sostituisi el dixegno vècio!"
#. Negative response to saving over old version (saves a new image)
#. (like a 'File:Save As...' action in other applications)
-#: ../tuxpaint.c:15956
+#: ../tuxpaint.c:15957
msgid "No, save a new file!"
msgstr "Nò, salva un file niovo!"
-#: ../tuxpaint.c:17224
+#: ../tuxpaint.c:17225
msgid ""
"Choose a picture and then click “Open”, “Export”, “Template“, or “Erase”. "
"Click “Slides” to create a slideshow animation or “Back“ to return to your "
"current picture."
msgstr ""
-#: ../tuxpaint.c:17226
+#: ../tuxpaint.c:17227
msgid ""
"Choose a picture and then click “Open”, “Export”, or “Erase”. Click “Slides” "
"to create a slideshow animation or “Back“ to return to your current picture."
@@ -1481,71 +1481,71 @@ msgstr ""
#. None selected? Too dangerous to automatically select all (like we do for slideshow playback).
#. Only 1 selected? No point in saving as GIF.
#.
-#: ../tuxpaint.c:18895
+#: ../tuxpaint.c:18896
msgid "Select 2 or more drawings to turn into an animated GIF."
msgstr ""
#. Descriptions (names) of the color mixer tool's primary colors and shades
-#: ../tuxpaint.c:25112
+#: ../tuxpaint.c:25113
msgid "red"
msgstr ""
-#: ../tuxpaint.c:25113
+#: ../tuxpaint.c:25114
#, fuzzy
#| msgid "Yellow!"
msgid "yellow"
msgstr "Xaƚo!"
-#: ../tuxpaint.c:25114
+#: ../tuxpaint.c:25115
#, fuzzy
#| msgid "Sky blue!"
msgid "blue"
msgstr "Axuro!"
-#: ../tuxpaint.c:25115
+#: ../tuxpaint.c:25116
#, fuzzy
#| msgid "White!"
msgid "white"
msgstr "Bianco!"
-#: ../tuxpaint.c:25116
+#: ../tuxpaint.c:25117
msgid "grey"
msgstr ""
-#: ../tuxpaint.c:25117
+#: ../tuxpaint.c:25118
#, fuzzy
#| msgid "Black!"
msgid "black"
msgstr "Nero!"
#. 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:25122
+#: ../tuxpaint.c:25123
#, c-format
msgid "Your color is %1$s %2$s."
msgstr ""
-#: ../tuxpaint.c:25123
+#: ../tuxpaint.c:25124
#, c-format
msgid "Your color is %1$s %2$s and %3$s %4$s."
msgstr ""
-#: ../tuxpaint.c:25124
+#: ../tuxpaint.c:25125
#, c-format
msgid "Your color is %1$s %2$s, %3$s %4$s, and %5$s %6$s."
msgstr ""
-#: ../tuxpaint.c:25125
+#: ../tuxpaint.c:25126
#, c-format
msgid "Your color is %1$s %2$s, %3$s %4$s, %5$s %6$s, and %7$s %8$s."
msgstr ""
-#: ../tuxpaint.c:25126
+#: ../tuxpaint.c:25127
#, 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 ""
-#: ../tuxpaint.c:25127
+#: ../tuxpaint.c:25128
#, c-format
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 "
@@ -1553,22 +1553,22 @@ msgid ""
msgstr ""
#. Color mixer; e.g., "Your color is entirely grey."
-#: ../tuxpaint.c:25907 ../tuxpaint.c:25912
+#: ../tuxpaint.c:25908 ../tuxpaint.c:25913
msgid "entirely"
msgstr ""
#. Add "Color Select" color:
-#: ../tuxpaint.c:29087
+#: ../tuxpaint.c:29089
msgid "Select a color from your drawing."
msgstr ""
-#: ../tuxpaint.c:29098
+#: ../tuxpaint.c:29100
msgid ""
"Pick a color. Hues go top to bottom. Saturation/intensity goes left (pale) "
"to right (pure). Value (lightness/darkness): grey bar."
msgstr ""
-#: ../tuxpaint.c:29112
+#: ../tuxpaint.c:29114
msgid ""
"Click the primary colors (red, yellow, and blue), white (to tint), grey (to "
"tone), and black (to shade), to mix together a new color."
@@ -2596,8 +2596,9 @@ msgstr ""
#: ../../magic/src/polyfill.c:32
msgid ""
-"Click multiple times in your picture to create a filled polygon. Click your "
-"starting position to complete the shape."
+"Click multiple times in your picture to create a filled polygon. You may "
+"drag control points to alter the shape. Click the first point to complete "
+"the shape."
msgstr ""
#: ../../magic/src/puzzle.c:112
diff --git a/src/po/vi.po b/src/po/vi.po
index c2651c004..fa62a1135 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: 2024-04-08 23:25-0700\n"
+"POT-Creation-Date: 2024-04-12 09:23-0700\n"
"PO-Revision-Date: 2010-03-27 15:12+1030\n"
"Last-Translator: Clytie Siddall \n"
"Language-Team: Vietnamese \n"
@@ -976,7 +976,7 @@ msgstr "Mới"
#. Open a saved picture
#. Buttons for the file open dialog
#. Open dialog: 'Open' button, to load the selected picture
-#: ../tools.h:97 ../tuxpaint.c:9697
+#: ../tools.h:97 ../tuxpaint.c:9698
msgid "Open"
msgstr "Mở"
@@ -1391,90 +1391,90 @@ msgid "Please wait…"
msgstr "Hãy đợi..."
#. Open dialog: 'Erase' button, to erase/deleted the selected picture
-#: ../tuxpaint.c:9700
+#: ../tuxpaint.c:9701
msgid "Erase"
msgstr "Xoá"
#. Open dialog: 'Slides' button, to switch to slide show mode
-#: ../tuxpaint.c:9703
+#: ../tuxpaint.c:9704
msgid "Slides"
msgstr "Ảnh chiếu"
#. Open dialog: 'Template' button, to make a template out of a drawing
-#: ../tuxpaint.c:9706
+#: ../tuxpaint.c:9707
msgid "Template"
msgstr ""
#. Open dialog: 'Export' button, to copy an image to an easily-accessible location
-#: ../tuxpaint.c:9709
+#: ../tuxpaint.c:9710
msgid "Export"
msgstr ""
#. Open dialog: 'Back' button, to dismiss Open dialog without opening a picture
-#: ../tuxpaint.c:9712
+#: ../tuxpaint.c:9713
msgid "Back"
msgstr "Lùi"
#. Slideshow: 'Play' button, to begin a slideshow sequence
-#: ../tuxpaint.c:9715
+#: ../tuxpaint.c:9716
msgid "Play"
msgstr "Chạy"
#. Slideshow: 'GIF Export' button, to create an animated GIF
-#: ../tuxpaint.c:9718
+#: ../tuxpaint.c:9719
msgid "GIF Export"
msgstr ""
#. Slideshow: 'Next' button, to load next slide (image)
-#: ../tuxpaint.c:9721
+#: ../tuxpaint.c:9722
msgid "Next"
msgstr "Tiếp"
#. Color mixer dialog: 'Clear' button, to reset the mixed color
-#: ../tuxpaint.c:9724
+#: ../tuxpaint.c:9725
msgid "Clear"
msgstr ""
#. Use the localized label string (e.g., "あぁ" in Japanese)
-#: ../tuxpaint.c:10659 ../tuxpaint.c:10662 ../tuxpaint.c:10663
+#: ../tuxpaint.c:10660 ../tuxpaint.c:10663 ../tuxpaint.c:10664
msgid "Aa"
msgstr "Aa"
#. Admittedly stupid way of determining which keys can be used for
#. positive and negative responses in dialogs (e.g., [Y] (for 'yes') in English)
-#: ../tuxpaint.c:14672
+#: ../tuxpaint.c:14673
msgid "Yes"
msgstr "Có"
-#: ../tuxpaint.c:14676
+#: ../tuxpaint.c:14677
msgid "No"
msgstr "Không"
#. Prompt to ask whether user wishes to save over old version of their file
-#: ../tuxpaint.c:15948
+#: ../tuxpaint.c:15949
msgid "Replace the picture with your changes?"
msgstr "Thay hình ảnh bằng các thay đổi của cháu không?"
#. Positive response to saving over old version
#. (like a 'File:Save' action in other applications)
-#: ../tuxpaint.c:15952
+#: ../tuxpaint.c:15953
msgid "Yes, replace the old one!"
msgstr "Thay thế cái cũ !"
#. Negative response to saving over old version (saves a new image)
#. (like a 'File:Save As...' action in other applications)
-#: ../tuxpaint.c:15956
+#: ../tuxpaint.c:15957
msgid "No, save a new file!"
msgstr "Không, lưu một tập tin mới."
-#: ../tuxpaint.c:17224
+#: ../tuxpaint.c:17225
msgid ""
"Choose a picture and then click “Open”, “Export”, “Template“, or “Erase”. "
"Click “Slides” to create a slideshow animation or “Back“ to return to your "
"current picture."
msgstr ""
-#: ../tuxpaint.c:17226
+#: ../tuxpaint.c:17227
msgid ""
"Choose a picture and then click “Open”, “Export”, or “Erase”. Click “Slides” "
"to create a slideshow animation or “Back“ to return to your current picture."
@@ -1483,71 +1483,71 @@ msgstr ""
#. None selected? Too dangerous to automatically select all (like we do for slideshow playback).
#. Only 1 selected? No point in saving as GIF.
#.
-#: ../tuxpaint.c:18895
+#: ../tuxpaint.c:18896
msgid "Select 2 or more drawings to turn into an animated GIF."
msgstr ""
#. Descriptions (names) of the color mixer tool's primary colors and shades
-#: ../tuxpaint.c:25112
+#: ../tuxpaint.c:25113
msgid "red"
msgstr ""
-#: ../tuxpaint.c:25113
+#: ../tuxpaint.c:25114
#, fuzzy
#| msgid "Yellow!"
msgid "yellow"
msgstr "Vàng !"
-#: ../tuxpaint.c:25114
+#: ../tuxpaint.c:25115
#, fuzzy
#| msgid "Sky blue!"
msgid "blue"
msgstr "Xanh da trời !"
-#: ../tuxpaint.c:25115
+#: ../tuxpaint.c:25116
#, fuzzy
#| msgid "White!"
msgid "white"
msgstr "Trắng !"
-#: ../tuxpaint.c:25116
+#: ../tuxpaint.c:25117
msgid "grey"
msgstr ""
-#: ../tuxpaint.c:25117
+#: ../tuxpaint.c:25118
#, fuzzy
#| msgid "Black!"
msgid "black"
msgstr "Đen !"
#. 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:25122
+#: ../tuxpaint.c:25123
#, c-format
msgid "Your color is %1$s %2$s."
msgstr ""
-#: ../tuxpaint.c:25123
+#: ../tuxpaint.c:25124
#, c-format
msgid "Your color is %1$s %2$s and %3$s %4$s."
msgstr ""
-#: ../tuxpaint.c:25124
+#: ../tuxpaint.c:25125
#, c-format
msgid "Your color is %1$s %2$s, %3$s %4$s, and %5$s %6$s."
msgstr ""
-#: ../tuxpaint.c:25125
+#: ../tuxpaint.c:25126
#, c-format
msgid "Your color is %1$s %2$s, %3$s %4$s, %5$s %6$s, and %7$s %8$s."
msgstr ""
-#: ../tuxpaint.c:25126
+#: ../tuxpaint.c:25127
#, 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 ""
-#: ../tuxpaint.c:25127
+#: ../tuxpaint.c:25128
#, c-format
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 "
@@ -1555,22 +1555,22 @@ msgid ""
msgstr ""
#. Color mixer; e.g., "Your color is entirely grey."
-#: ../tuxpaint.c:25907 ../tuxpaint.c:25912
+#: ../tuxpaint.c:25908 ../tuxpaint.c:25913
msgid "entirely"
msgstr ""
#. Add "Color Select" color:
-#: ../tuxpaint.c:29087
+#: ../tuxpaint.c:29089
msgid "Select a color from your drawing."
msgstr ""
-#: ../tuxpaint.c:29098
+#: ../tuxpaint.c:29100
msgid ""
"Pick a color. Hues go top to bottom. Saturation/intensity goes left (pale) "
"to right (pure). Value (lightness/darkness): grey bar."
msgstr ""
-#: ../tuxpaint.c:29112
+#: ../tuxpaint.c:29114
msgid ""
"Click the primary colors (red, yellow, and blue), white (to tint), grey (to "
"tone), and black (to shade), to mix together a new color."
@@ -2610,8 +2610,9 @@ msgstr ""
#: ../../magic/src/polyfill.c:32
msgid ""
-"Click multiple times in your picture to create a filled polygon. Click your "
-"starting position to complete the shape."
+"Click multiple times in your picture to create a filled polygon. You may "
+"drag control points to alter the shape. Click the first point to complete "
+"the shape."
msgstr ""
#: ../../magic/src/puzzle.c:112
diff --git a/src/po/wa.po b/src/po/wa.po
index f02ea4e40..04934ae89 100644
--- a/src/po/wa.po
+++ b/src/po/wa.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: tuxpaint 0.9.17\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2024-04-08 23:25-0700\n"
+"POT-Creation-Date: 2024-04-12 09:23-0700\n"
"PO-Revision-Date: 2007-08-30 18:24+0200\n"
"Last-Translator: Pablo Saratxaga \n"
"Language-Team: Walloon \n"
@@ -977,7 +977,7 @@ msgstr "Novea"
#. Open a saved picture
#. Buttons for the file open dialog
#. Open dialog: 'Open' button, to load the selected picture
-#: ../tools.h:97 ../tuxpaint.c:9697
+#: ../tools.h:97 ../tuxpaint.c:9698
msgid "Open"
msgstr "Drovi"
@@ -1402,90 +1402,90 @@ msgid "Please wait…"
msgstr "Tårdjîz ene miete s' i vs plait..."
#. Open dialog: 'Erase' button, to erase/deleted the selected picture
-#: ../tuxpaint.c:9700
+#: ../tuxpaint.c:9701
msgid "Erase"
msgstr "Disfacer"
#. Open dialog: 'Slides' button, to switch to slide show mode
-#: ../tuxpaint.c:9703
+#: ../tuxpaint.c:9704
msgid "Slides"
msgstr "Diyas"
#. Open dialog: 'Template' button, to make a template out of a drawing
-#: ../tuxpaint.c:9706
+#: ../tuxpaint.c:9707
msgid "Template"
msgstr ""
#. Open dialog: 'Export' button, to copy an image to an easily-accessible location
-#: ../tuxpaint.c:9709
+#: ../tuxpaint.c:9710
msgid "Export"
msgstr ""
#. Open dialog: 'Back' button, to dismiss Open dialog without opening a picture
-#: ../tuxpaint.c:9712
+#: ../tuxpaint.c:9713
msgid "Back"
msgstr "En erî"
#. Slideshow: 'Play' button, to begin a slideshow sequence
-#: ../tuxpaint.c:9715
+#: ../tuxpaint.c:9716
msgid "Play"
msgstr "Djouwer"
#. Slideshow: 'GIF Export' button, to create an animated GIF
-#: ../tuxpaint.c:9718
+#: ../tuxpaint.c:9719
msgid "GIF Export"
msgstr ""
#. Slideshow: 'Next' button, to load next slide (image)
-#: ../tuxpaint.c:9721
+#: ../tuxpaint.c:9722
msgid "Next"
msgstr "Shuvant"
#. Color mixer dialog: 'Clear' button, to reset the mixed color
-#: ../tuxpaint.c:9724
+#: ../tuxpaint.c:9725
msgid "Clear"
msgstr ""
#. Use the localized label string (e.g., "あぁ" in Japanese)
-#: ../tuxpaint.c:10659 ../tuxpaint.c:10662 ../tuxpaint.c:10663
+#: ../tuxpaint.c:10660 ../tuxpaint.c:10663 ../tuxpaint.c:10664
msgid "Aa"
msgstr "Aa"
#. Admittedly stupid way of determining which keys can be used for
#. positive and negative responses in dialogs (e.g., [Y] (for 'yes') in English)
-#: ../tuxpaint.c:14672
+#: ../tuxpaint.c:14673
msgid "Yes"
msgstr "Oyi"
-#: ../tuxpaint.c:14676
+#: ../tuxpaint.c:14677
msgid "No"
msgstr "Neni"
#. Prompt to ask whether user wishes to save over old version of their file
-#: ../tuxpaint.c:15948
+#: ../tuxpaint.c:15949
msgid "Replace the picture with your changes?"
msgstr "Replaecî l' imådje avou vos candjmints?"
#. Positive response to saving over old version
#. (like a 'File:Save' action in other applications)
-#: ../tuxpaint.c:15952
+#: ../tuxpaint.c:15953
msgid "Yes, replace the old one!"
msgstr "Oyi, replaecî l' vî!"
#. Negative response to saving over old version (saves a new image)
#. (like a 'File:Save As...' action in other applications)
-#: ../tuxpaint.c:15956
+#: ../tuxpaint.c:15957
msgid "No, save a new file!"
msgstr "Neni, schaper en on novea fitchî"
-#: ../tuxpaint.c:17224
+#: ../tuxpaint.c:17225
msgid ""
"Choose a picture and then click “Open”, “Export”, “Template“, or “Erase”. "
"Click “Slides” to create a slideshow animation or “Back“ to return to your "
"current picture."
msgstr ""
-#: ../tuxpaint.c:17226
+#: ../tuxpaint.c:17227
msgid ""
"Choose a picture and then click “Open”, “Export”, or “Erase”. Click “Slides” "
"to create a slideshow animation or “Back“ to return to your current picture."
@@ -1494,71 +1494,71 @@ msgstr ""
#. None selected? Too dangerous to automatically select all (like we do for slideshow playback).
#. Only 1 selected? No point in saving as GIF.
#.
-#: ../tuxpaint.c:18895
+#: ../tuxpaint.c:18896
msgid "Select 2 or more drawings to turn into an animated GIF."
msgstr ""
#. Descriptions (names) of the color mixer tool's primary colors and shades
-#: ../tuxpaint.c:25112
+#: ../tuxpaint.c:25113
msgid "red"
msgstr ""
-#: ../tuxpaint.c:25113
+#: ../tuxpaint.c:25114
#, fuzzy
#| msgid "Yellow!"
msgid "yellow"
msgstr "Djaene!"
-#: ../tuxpaint.c:25114
+#: ../tuxpaint.c:25115
#, fuzzy
#| msgid "Sky blue!"
msgid "blue"
msgstr "Bleu cir!"
-#: ../tuxpaint.c:25115
+#: ../tuxpaint.c:25116
#, fuzzy
#| msgid "White!"
msgid "white"
msgstr "Blanc!"
-#: ../tuxpaint.c:25116
+#: ../tuxpaint.c:25117
msgid "grey"
msgstr ""
-#: ../tuxpaint.c:25117
+#: ../tuxpaint.c:25118
#, fuzzy
#| msgid "Black!"
msgid "black"
msgstr "Noer!"
#. 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:25122
+#: ../tuxpaint.c:25123
#, c-format
msgid "Your color is %1$s %2$s."
msgstr ""
-#: ../tuxpaint.c:25123
+#: ../tuxpaint.c:25124
#, c-format
msgid "Your color is %1$s %2$s and %3$s %4$s."
msgstr ""
-#: ../tuxpaint.c:25124
+#: ../tuxpaint.c:25125
#, c-format
msgid "Your color is %1$s %2$s, %3$s %4$s, and %5$s %6$s."
msgstr ""
-#: ../tuxpaint.c:25125
+#: ../tuxpaint.c:25126
#, c-format
msgid "Your color is %1$s %2$s, %3$s %4$s, %5$s %6$s, and %7$s %8$s."
msgstr ""
-#: ../tuxpaint.c:25126
+#: ../tuxpaint.c:25127
#, 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 ""
-#: ../tuxpaint.c:25127
+#: ../tuxpaint.c:25128
#, c-format
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 "
@@ -1566,22 +1566,22 @@ msgid ""
msgstr ""
#. Color mixer; e.g., "Your color is entirely grey."
-#: ../tuxpaint.c:25907 ../tuxpaint.c:25912
+#: ../tuxpaint.c:25908 ../tuxpaint.c:25913
msgid "entirely"
msgstr ""
#. Add "Color Select" color:
-#: ../tuxpaint.c:29087
+#: ../tuxpaint.c:29089
msgid "Select a color from your drawing."
msgstr ""
-#: ../tuxpaint.c:29098
+#: ../tuxpaint.c:29100
msgid ""
"Pick a color. Hues go top to bottom. Saturation/intensity goes left (pale) "
"to right (pure). Value (lightness/darkness): grey bar."
msgstr ""
-#: ../tuxpaint.c:29112
+#: ../tuxpaint.c:29114
msgid ""
"Click the primary colors (red, yellow, and blue), white (to tint), grey (to "
"tone), and black (to shade), to mix together a new color."
@@ -2576,8 +2576,9 @@ msgstr ""
#: ../../magic/src/polyfill.c:32
msgid ""
-"Click multiple times in your picture to create a filled polygon. Click your "
-"starting position to complete the shape."
+"Click multiple times in your picture to create a filled polygon. You may "
+"drag control points to alter the shape. Click the first point to complete "
+"the shape."
msgstr ""
#: ../../magic/src/puzzle.c:112
diff --git a/src/po/wo.po b/src/po/wo.po
index d15837cbc..8218070ba 100644
--- a/src/po/wo.po
+++ b/src/po/wo.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: tuxpaint\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2024-04-08 23:25-0700\n"
+"POT-Creation-Date: 2024-04-12 09:23-0700\n"
"PO-Revision-Date: 2014-08-09 13:24-0000\n"
"Last-Translator: Haby Diallo \n"
"Language-Team: \n"
@@ -976,7 +976,7 @@ msgstr "Bees"
#. Open a saved picture
#. Buttons for the file open dialog
#. Open dialog: 'Open' button, to load the selected picture
-#: ../tools.h:97 ../tuxpaint.c:9697
+#: ../tools.h:97 ../tuxpaint.c:9698
msgid "Open"
msgstr "Ubbi"
@@ -1389,90 +1389,90 @@ msgid "Please wait…"
msgstr "Balma te xar..."
#. Open dialog: 'Erase' button, to erase/deleted the selected picture
-#: ../tuxpaint.c:9700
+#: ../tuxpaint.c:9701
msgid "Erase"
msgstr "Dindil"
#. Open dialog: 'Slides' button, to switch to slide show mode
-#: ../tuxpaint.c:9703
+#: ../tuxpaint.c:9704
msgid "Slides"
msgstr "Japo"
#. Open dialog: 'Template' button, to make a template out of a drawing
-#: ../tuxpaint.c:9706
+#: ../tuxpaint.c:9707
msgid "Template"
msgstr ""
#. Open dialog: 'Export' button, to copy an image to an easily-accessible location
-#: ../tuxpaint.c:9709
+#: ../tuxpaint.c:9710
msgid "Export"
msgstr ""
#. Open dialog: 'Back' button, to dismiss Open dialog without opening a picture
-#: ../tuxpaint.c:9712
+#: ../tuxpaint.c:9713
msgid "Back"
msgstr "Dellu"
#. Slideshow: 'Play' button, to begin a slideshow sequence
-#: ../tuxpaint.c:9715
+#: ../tuxpaint.c:9716
msgid "Play"
msgstr "Ñu dor"
#. Slideshow: 'GIF Export' button, to create an animated GIF
-#: ../tuxpaint.c:9718
+#: ../tuxpaint.c:9719
msgid "GIF Export"
msgstr ""
#. Slideshow: 'Next' button, to load next slide (image)
-#: ../tuxpaint.c:9721
+#: ../tuxpaint.c:9722
msgid "Next"
msgstr "Li ci topp"
#. Color mixer dialog: 'Clear' button, to reset the mixed color
-#: ../tuxpaint.c:9724
+#: ../tuxpaint.c:9725
msgid "Clear"
msgstr ""
#. Use the localized label string (e.g., "あぁ" in Japanese)
-#: ../tuxpaint.c:10659 ../tuxpaint.c:10662 ../tuxpaint.c:10663
+#: ../tuxpaint.c:10660 ../tuxpaint.c:10663 ../tuxpaint.c:10664
msgid "Aa"
msgstr "Aa"
#. Admittedly stupid way of determining which keys can be used for
#. positive and negative responses in dialogs (e.g., [Y] (for 'yes') in English)
-#: ../tuxpaint.c:14672
+#: ../tuxpaint.c:14673
msgid "Yes"
msgstr "Waaw"
-#: ../tuxpaint.c:14676
+#: ../tuxpaint.c:14677
msgid "No"
msgstr "Deedeet"
#. Prompt to ask whether user wishes to save over old version of their file
-#: ../tuxpaint.c:15948
+#: ../tuxpaint.c:15949
msgid "Replace the picture with your changes?"
msgstr "Ñu deñca tal natal bi ak sopitem yi ?"
#. Positive response to saving over old version
#. (like a 'File:Save' action in other applications)
-#: ../tuxpaint.c:15952
+#: ../tuxpaint.c:15953
msgid "Yes, replace the old one!"
msgstr "Waaw, ñu sopi bu magat bi !"
#. Negative response to saving over old version (saves a new image)
#. (like a 'File:Save As...' action in other applications)
-#: ../tuxpaint.c:15956
+#: ../tuxpaint.c:15957
msgid "No, save a new file!"
msgstr "Deedeet, natal bu bees la !"
-#: ../tuxpaint.c:17224
+#: ../tuxpaint.c:17225
msgid ""
"Choose a picture and then click “Open”, “Export”, “Template“, or “Erase”. "
"Click “Slides” to create a slideshow animation or “Back“ to return to your "
"current picture."
msgstr ""
-#: ../tuxpaint.c:17226
+#: ../tuxpaint.c:17227
msgid ""
"Choose a picture and then click “Open”, “Export”, or “Erase”. Click “Slides” "
"to create a slideshow animation or “Back“ to return to your current picture."
@@ -1481,71 +1481,71 @@ msgstr ""
#. None selected? Too dangerous to automatically select all (like we do for slideshow playback).
#. Only 1 selected? No point in saving as GIF.
#.
-#: ../tuxpaint.c:18895
+#: ../tuxpaint.c:18896
msgid "Select 2 or more drawings to turn into an animated GIF."
msgstr ""
#. Descriptions (names) of the color mixer tool's primary colors and shades
-#: ../tuxpaint.c:25112
+#: ../tuxpaint.c:25113
msgid "red"
msgstr ""
-#: ../tuxpaint.c:25113
+#: ../tuxpaint.c:25114
#, fuzzy
#| msgid "Yellow!"
msgid "yellow"
msgstr "Mboq!"
-#: ../tuxpaint.c:25114
+#: ../tuxpaint.c:25115
#, fuzzy
#| msgid "Sky blue!"
msgid "blue"
msgstr "Bulo baxa!"
-#: ../tuxpaint.c:25115
+#: ../tuxpaint.c:25116
#, fuzzy
#| msgid "White!"
msgid "white"
msgstr "Weex!"
-#: ../tuxpaint.c:25116
+#: ../tuxpaint.c:25117
msgid "grey"
msgstr ""
-#: ../tuxpaint.c:25117
+#: ../tuxpaint.c:25118
#, fuzzy
#| msgid "Black!"
msgid "black"
msgstr "Ñuul!"
#. 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:25122
+#: ../tuxpaint.c:25123
#, c-format
msgid "Your color is %1$s %2$s."
msgstr ""
-#: ../tuxpaint.c:25123
+#: ../tuxpaint.c:25124
#, c-format
msgid "Your color is %1$s %2$s and %3$s %4$s."
msgstr ""
-#: ../tuxpaint.c:25124
+#: ../tuxpaint.c:25125
#, c-format
msgid "Your color is %1$s %2$s, %3$s %4$s, and %5$s %6$s."
msgstr ""
-#: ../tuxpaint.c:25125
+#: ../tuxpaint.c:25126
#, c-format
msgid "Your color is %1$s %2$s, %3$s %4$s, %5$s %6$s, and %7$s %8$s."
msgstr ""
-#: ../tuxpaint.c:25126
+#: ../tuxpaint.c:25127
#, 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 ""
-#: ../tuxpaint.c:25127
+#: ../tuxpaint.c:25128
#, c-format
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 "
@@ -1553,22 +1553,22 @@ msgid ""
msgstr ""
#. Color mixer; e.g., "Your color is entirely grey."
-#: ../tuxpaint.c:25907 ../tuxpaint.c:25912
+#: ../tuxpaint.c:25908 ../tuxpaint.c:25913
msgid "entirely"
msgstr ""
#. Add "Color Select" color:
-#: ../tuxpaint.c:29087
+#: ../tuxpaint.c:29089
msgid "Select a color from your drawing."
msgstr ""
-#: ../tuxpaint.c:29098
+#: ../tuxpaint.c:29100
msgid ""
"Pick a color. Hues go top to bottom. Saturation/intensity goes left (pale) "
"to right (pure). Value (lightness/darkness): grey bar."
msgstr ""
-#: ../tuxpaint.c:29112
+#: ../tuxpaint.c:29114
msgid ""
"Click the primary colors (red, yellow, and blue), white (to tint), grey (to "
"tone), and black (to shade), to mix together a new color."
@@ -2594,8 +2594,9 @@ msgstr ""
#: ../../magic/src/polyfill.c:32
msgid ""
-"Click multiple times in your picture to create a filled polygon. Click your "
-"starting position to complete the shape."
+"Click multiple times in your picture to create a filled polygon. You may "
+"drag control points to alter the shape. Click the first point to complete "
+"the shape."
msgstr ""
#: ../../magic/src/puzzle.c:112
diff --git a/src/po/xh.po b/src/po/xh.po
index d153a3479..f584c0408 100644
--- a/src/po/xh.po
+++ b/src/po/xh.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: 0.9.16\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2024-04-08 23:25-0700\n"
+"POT-Creation-Date: 2024-04-12 09:23-0700\n"
"PO-Revision-Date: 2006-09-22 01:42+0200\n"
"Last-Translator: Dwayne Bailey \n"
"Language-Team: LANGUAGE \n"
@@ -978,7 +978,7 @@ msgstr "Okutsha"
#. Open a saved picture
#. Buttons for the file open dialog
#. Open dialog: 'Open' button, to load the selected picture
-#: ../tools.h:97 ../tuxpaint.c:9697
+#: ../tools.h:97 ../tuxpaint.c:9698
msgid "Open"
msgstr "Vula"
@@ -1395,91 +1395,91 @@ msgid "Please wait…"
msgstr "Nceda linda..."
#. Open dialog: 'Erase' button, to erase/deleted the selected picture
-#: ../tuxpaint.c:9700
+#: ../tuxpaint.c:9701
msgid "Erase"
msgstr "Sula"
#. Open dialog: 'Slides' button, to switch to slide show mode
-#: ../tuxpaint.c:9703
+#: ../tuxpaint.c:9704
msgid "Slides"
msgstr ""
#. Open dialog: 'Template' button, to make a template out of a drawing
-#: ../tuxpaint.c:9706
+#: ../tuxpaint.c:9707
msgid "Template"
msgstr ""
#. Open dialog: 'Export' button, to copy an image to an easily-accessible location
-#: ../tuxpaint.c:9709
+#: ../tuxpaint.c:9710
msgid "Export"
msgstr ""
#. Open dialog: 'Back' button, to dismiss Open dialog without opening a picture
-#: ../tuxpaint.c:9712
+#: ../tuxpaint.c:9713
msgid "Back"
msgstr "Emva"
#. Slideshow: 'Play' button, to begin a slideshow sequence
-#: ../tuxpaint.c:9715
+#: ../tuxpaint.c:9716
msgid "Play"
msgstr ""
#. Slideshow: 'GIF Export' button, to create an animated GIF
-#: ../tuxpaint.c:9718
+#: ../tuxpaint.c:9719
msgid "GIF Export"
msgstr ""
#. Slideshow: 'Next' button, to load next slide (image)
-#: ../tuxpaint.c:9721
+#: ../tuxpaint.c:9722
#, fuzzy
msgid "Next"
msgstr "Isiqendu"
#. Color mixer dialog: 'Clear' button, to reset the mixed color
-#: ../tuxpaint.c:9724
+#: ../tuxpaint.c:9725
msgid "Clear"
msgstr ""
#. Use the localized label string (e.g., "あぁ" in Japanese)
-#: ../tuxpaint.c:10659 ../tuxpaint.c:10662 ../tuxpaint.c:10663
+#: ../tuxpaint.c:10660 ../tuxpaint.c:10663 ../tuxpaint.c:10664
msgid "Aa"
msgstr "Aa"
#. Admittedly stupid way of determining which keys can be used for
#. positive and negative responses in dialogs (e.g., [Y] (for 'yes') in English)
-#: ../tuxpaint.c:14672
+#: ../tuxpaint.c:14673
msgid "Yes"
msgstr "Ewe"
-#: ../tuxpaint.c:14676
+#: ../tuxpaint.c:14677
msgid "No"
msgstr "Hayi"
#. Prompt to ask whether user wishes to save over old version of their file
-#: ../tuxpaint.c:15948
+#: ../tuxpaint.c:15949
msgid "Replace the picture with your changes?"
msgstr "Ususa umfanekiso ngeenguqulo zakho?"
#. Positive response to saving over old version
#. (like a 'File:Save' action in other applications)
-#: ../tuxpaint.c:15952
+#: ../tuxpaint.c:15953
msgid "Yes, replace the old one!"
msgstr "Ewe, susa omdala ngomnye!"
#. Negative response to saving over old version (saves a new image)
#. (like a 'File:Save As...' action in other applications)
-#: ../tuxpaint.c:15956
+#: ../tuxpaint.c:15957
msgid "No, save a new file!"
msgstr "Hayi, gcina ifayili entsha!"
-#: ../tuxpaint.c:17224
+#: ../tuxpaint.c:17225
msgid ""
"Choose a picture and then click “Open”, “Export”, “Template“, or “Erase”. "
"Click “Slides” to create a slideshow animation or “Back“ to return to your "
"current picture."
msgstr ""
-#: ../tuxpaint.c:17226
+#: ../tuxpaint.c:17227
msgid ""
"Choose a picture and then click “Open”, “Export”, or “Erase”. Click “Slides” "
"to create a slideshow animation or “Back“ to return to your current picture."
@@ -1488,71 +1488,71 @@ msgstr ""
#. None selected? Too dangerous to automatically select all (like we do for slideshow playback).
#. Only 1 selected? No point in saving as GIF.
#.
-#: ../tuxpaint.c:18895
+#: ../tuxpaint.c:18896
msgid "Select 2 or more drawings to turn into an animated GIF."
msgstr ""
#. Descriptions (names) of the color mixer tool's primary colors and shades
-#: ../tuxpaint.c:25112
+#: ../tuxpaint.c:25113
msgid "red"
msgstr ""
-#: ../tuxpaint.c:25113
+#: ../tuxpaint.c:25114
#, fuzzy
#| msgid "Yellow!"
msgid "yellow"
msgstr "Tyheli!"
-#: ../tuxpaint.c:25114
+#: ../tuxpaint.c:25115
#, fuzzy
#| msgid "Sky blue!"
msgid "blue"
msgstr "Bublowu besibhakabhaka!"
-#: ../tuxpaint.c:25115
+#: ../tuxpaint.c:25116
#, fuzzy
#| msgid "White!"
msgid "white"
msgstr "Mhlophe!"
-#: ../tuxpaint.c:25116
+#: ../tuxpaint.c:25117
msgid "grey"
msgstr ""
-#: ../tuxpaint.c:25117
+#: ../tuxpaint.c:25118
#, fuzzy
#| msgid "Black!"
msgid "black"
msgstr "Mnyama!"
#. 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:25122
+#: ../tuxpaint.c:25123
#, c-format
msgid "Your color is %1$s %2$s."
msgstr ""
-#: ../tuxpaint.c:25123
+#: ../tuxpaint.c:25124
#, c-format
msgid "Your color is %1$s %2$s and %3$s %4$s."
msgstr ""
-#: ../tuxpaint.c:25124
+#: ../tuxpaint.c:25125
#, c-format
msgid "Your color is %1$s %2$s, %3$s %4$s, and %5$s %6$s."
msgstr ""
-#: ../tuxpaint.c:25125
+#: ../tuxpaint.c:25126
#, c-format
msgid "Your color is %1$s %2$s, %3$s %4$s, %5$s %6$s, and %7$s %8$s."
msgstr ""
-#: ../tuxpaint.c:25126
+#: ../tuxpaint.c:25127
#, 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 ""
-#: ../tuxpaint.c:25127
+#: ../tuxpaint.c:25128
#, c-format
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 "
@@ -1560,22 +1560,22 @@ msgid ""
msgstr ""
#. Color mixer; e.g., "Your color is entirely grey."
-#: ../tuxpaint.c:25907 ../tuxpaint.c:25912
+#: ../tuxpaint.c:25908 ../tuxpaint.c:25913
msgid "entirely"
msgstr ""
#. Add "Color Select" color:
-#: ../tuxpaint.c:29087
+#: ../tuxpaint.c:29089
msgid "Select a color from your drawing."
msgstr ""
-#: ../tuxpaint.c:29098
+#: ../tuxpaint.c:29100
msgid ""
"Pick a color. Hues go top to bottom. Saturation/intensity goes left (pale) "
"to right (pure). Value (lightness/darkness): grey bar."
msgstr ""
-#: ../tuxpaint.c:29112
+#: ../tuxpaint.c:29114
msgid ""
"Click the primary colors (red, yellow, and blue), white (to tint), grey (to "
"tone), and black (to shade), to mix together a new color."
@@ -2543,8 +2543,9 @@ msgstr ""
#: ../../magic/src/polyfill.c:32
msgid ""
-"Click multiple times in your picture to create a filled polygon. Click your "
-"starting position to complete the shape."
+"Click multiple times in your picture to create a filled polygon. You may "
+"drag control points to alter the shape. Click the first point to complete "
+"the shape."
msgstr ""
#: ../../magic/src/puzzle.c:112
diff --git a/src/po/zam.po b/src/po/zam.po
index e2d911bd8..03ac27c70 100644
--- a/src/po/zam.po
+++ b/src/po/zam.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: TuxPaint\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2024-04-08 23:25-0700\n"
+"POT-Creation-Date: 2024-04-12 09:23-0700\n"
"PO-Revision-Date: 2014-08-08 12:35+0200\n"
"Last-Translator: Rodrigo Perez \n"
"Language-Team: \n"
@@ -976,7 +976,7 @@ msgstr "Ko kuúb"
#. Open a saved picture
#. Buttons for the file open dialog
#. Open dialog: 'Open' button, to load the selected picture
-#: ../tools.h:97 ../tuxpaint.c:9697
+#: ../tools.h:97 ../tuxpaint.c:9698
msgid "Open"
msgstr "Sha al men"
@@ -1379,90 +1379,90 @@ msgid "Please wait…"
msgstr "Leé luút..."
#. Open dialog: 'Erase' button, to erase/deleted the selected picture
-#: ../tuxpaint.c:9700
+#: ../tuxpaint.c:9701
msgid "Erase"
msgstr "Te doót naá"
#. Open dialog: 'Slides' button, to switch to slide show mode
-#: ../tuxpaint.c:9703
+#: ../tuxpaint.c:9704
msgid "Slides"
msgstr "Güi saá niey"
#. Open dialog: 'Template' button, to make a template out of a drawing
-#: ../tuxpaint.c:9706
+#: ../tuxpaint.c:9707
msgid "Template"
msgstr ""
#. Open dialog: 'Export' button, to copy an image to an easily-accessible location
-#: ../tuxpaint.c:9709
+#: ../tuxpaint.c:9710
msgid "Export"
msgstr ""
#. Open dialog: 'Back' button, to dismiss Open dialog without opening a picture
-#: ../tuxpaint.c:9712
+#: ../tuxpaint.c:9713
msgid "Back"
msgstr "Veré"
#. Slideshow: 'Play' button, to begin a slideshow sequence
-#: ../tuxpaint.c:9715
+#: ../tuxpaint.c:9716
msgid "Play"
msgstr "Mte tey"
#. Slideshow: 'GIF Export' button, to create an animated GIF
-#: ../tuxpaint.c:9718
+#: ../tuxpaint.c:9719
msgid "GIF Export"
msgstr ""
#. Slideshow: 'Next' button, to load next slide (image)
-#: ../tuxpaint.c:9721
+#: ../tuxpaint.c:9722
msgid "Next"
msgstr "Teneer ra"
#. Color mixer dialog: 'Clear' button, to reset the mixed color
-#: ../tuxpaint.c:9724
+#: ../tuxpaint.c:9725
msgid "Clear"
msgstr ""
#. Use the localized label string (e.g., "あぁ" in Japanese)
-#: ../tuxpaint.c:10659 ../tuxpaint.c:10662 ../tuxpaint.c:10663
+#: ../tuxpaint.c:10660 ../tuxpaint.c:10663 ../tuxpaint.c:10664
msgid "Aa"
msgstr "Aa"
#. Admittedly stupid way of determining which keys can be used for
#. positive and negative responses in dialogs (e.g., [Y] (for 'yes') in English)
-#: ../tuxpaint.c:14672
+#: ../tuxpaint.c:14673
msgid "Yes"
msgstr "Bliy"
-#: ../tuxpaint.c:14676
+#: ../tuxpaint.c:14677
msgid "No"
msgstr "Yee´nta"
#. Prompt to ask whether user wishes to save over old version of their file
-#: ../tuxpaint.c:15948
+#: ../tuxpaint.c:15949
msgid "Replace the picture with your changes?"
msgstr "¿Seé eh dibug naá antes kon koó kuub gaá?"
#. Positive response to saving over old version
#. (like a 'File:Save' action in other applications)
-#: ../tuxpaint.c:15952
+#: ../tuxpaint.c:15953
msgid "Yes, replace the old one!"
msgstr "¡ah, seéhell!"
#. Negative response to saving over old version (saves a new image)
#. (like a 'File:Save As...' action in other applications)
-#: ../tuxpaint.c:15956
+#: ../tuxpaint.c:15957
msgid "No, save a new file!"
msgstr "¡Yeént ta, loó soógga leét diíf archiv kuúb!"
-#: ../tuxpaint.c:17224
+#: ../tuxpaint.c:17225
msgid ""
"Choose a picture and then click “Open”, “Export”, “Template“, or “Erase”. "
"Click “Slides” to create a slideshow animation or “Back“ to return to your "
"current picture."
msgstr ""
-#: ../tuxpaint.c:17226
+#: ../tuxpaint.c:17227
msgid ""
"Choose a picture and then click “Open”, “Export”, or “Erase”. Click “Slides” "
"to create a slideshow animation or “Back“ to return to your current picture."
@@ -1471,71 +1471,71 @@ msgstr ""
#. None selected? Too dangerous to automatically select all (like we do for slideshow playback).
#. Only 1 selected? No point in saving as GIF.
#.
-#: ../tuxpaint.c:18895
+#: ../tuxpaint.c:18896
msgid "Select 2 or more drawings to turn into an animated GIF."
msgstr ""
#. Descriptions (names) of the color mixer tool's primary colors and shades
-#: ../tuxpaint.c:25112
+#: ../tuxpaint.c:25113
msgid "red"
msgstr ""
-#: ../tuxpaint.c:25113
+#: ../tuxpaint.c:25114
#, fuzzy
#| msgid "Yellow!"
msgid "yellow"
msgstr "¡Guúts!"
-#: ../tuxpaint.c:25114
+#: ../tuxpaint.c:25115
#, fuzzy
#| msgid "Sky blue!"
msgid "blue"
msgstr "¡Te sha nie loó beé!"
-#: ../tuxpaint.c:25115
+#: ../tuxpaint.c:25116
#, fuzzy
#| msgid "White!"
msgid "white"
msgstr "¡Na kiss!"
-#: ../tuxpaint.c:25116
+#: ../tuxpaint.c:25117
msgid "grey"
msgstr ""
-#: ../tuxpaint.c:25117
+#: ../tuxpaint.c:25118
#, fuzzy
#| msgid "Black!"
msgid "black"
msgstr "¡Nagaat!"
#. 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:25122
+#: ../tuxpaint.c:25123
#, c-format
msgid "Your color is %1$s %2$s."
msgstr ""
-#: ../tuxpaint.c:25123
+#: ../tuxpaint.c:25124
#, c-format
msgid "Your color is %1$s %2$s and %3$s %4$s."
msgstr ""
-#: ../tuxpaint.c:25124
+#: ../tuxpaint.c:25125
#, c-format
msgid "Your color is %1$s %2$s, %3$s %4$s, and %5$s %6$s."
msgstr ""
-#: ../tuxpaint.c:25125
+#: ../tuxpaint.c:25126
#, c-format
msgid "Your color is %1$s %2$s, %3$s %4$s, %5$s %6$s, and %7$s %8$s."
msgstr ""
-#: ../tuxpaint.c:25126
+#: ../tuxpaint.c:25127
#, 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 ""
-#: ../tuxpaint.c:25127
+#: ../tuxpaint.c:25128
#, c-format
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 "
@@ -1543,22 +1543,22 @@ msgid ""
msgstr ""
#. Color mixer; e.g., "Your color is entirely grey."
-#: ../tuxpaint.c:25907 ../tuxpaint.c:25912
+#: ../tuxpaint.c:25908 ../tuxpaint.c:25913
msgid "entirely"
msgstr ""
#. Add "Color Select" color:
-#: ../tuxpaint.c:29087
+#: ../tuxpaint.c:29089
msgid "Select a color from your drawing."
msgstr ""
-#: ../tuxpaint.c:29098
+#: ../tuxpaint.c:29100
msgid ""
"Pick a color. Hues go top to bottom. Saturation/intensity goes left (pale) "
"to right (pure). Value (lightness/darkness): grey bar."
msgstr ""
-#: ../tuxpaint.c:29112
+#: ../tuxpaint.c:29114
msgid ""
"Click the primary colors (red, yellow, and blue), white (to tint), grey (to "
"tone), and black (to shade), to mix together a new color."
@@ -2572,8 +2572,9 @@ msgstr ""
#: ../../magic/src/polyfill.c:32
msgid ""
-"Click multiple times in your picture to create a filled polygon. Click your "
-"starting position to complete the shape."
+"Click multiple times in your picture to create a filled polygon. You may "
+"drag control points to alter the shape. Click the first point to complete "
+"the shape."
msgstr ""
#: ../../magic/src/puzzle.c:112
diff --git a/src/po/zh_CN.po b/src/po/zh_CN.po
index c1c6eb507..c50b19dc4 100644
--- a/src/po/zh_CN.po
+++ b/src/po/zh_CN.po
@@ -15,7 +15,7 @@ msgid ""
msgstr ""
"Project-Id-Version: tuxpaint\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2024-04-08 23:25-0700\n"
+"POT-Creation-Date: 2024-04-12 09:23-0700\n"
"PO-Revision-Date: 2023-04-07 09:13+0800\n"
"Last-Translator: hackergene \n"
"Language-Team: hackergene \n"
@@ -1014,7 +1014,7 @@ msgstr "新建"
#. Open a saved picture
#. Buttons for the file open dialog
#. Open dialog: 'Open' button, to load the selected picture
-#: ../tools.h:97 ../tuxpaint.c:9697
+#: ../tools.h:97 ../tuxpaint.c:9698
msgid "Open"
msgstr "打开"
@@ -1415,90 +1415,90 @@ msgid "Please wait…"
msgstr "请等待…"
#. Open dialog: 'Erase' button, to erase/deleted the selected picture
-#: ../tuxpaint.c:9700
+#: ../tuxpaint.c:9701
msgid "Erase"
msgstr "擦出"
#. Open dialog: 'Slides' button, to switch to slide show mode
-#: ../tuxpaint.c:9703
+#: ../tuxpaint.c:9704
msgid "Slides"
msgstr "幻灯片"
#. Open dialog: 'Template' button, to make a template out of a drawing
-#: ../tuxpaint.c:9706
+#: ../tuxpaint.c:9707
msgid "Template"
msgstr ""
#. Open dialog: 'Export' button, to copy an image to an easily-accessible location
-#: ../tuxpaint.c:9709
+#: ../tuxpaint.c:9710
msgid "Export"
msgstr "导出"
#. Open dialog: 'Back' button, to dismiss Open dialog without opening a picture
-#: ../tuxpaint.c:9712
+#: ../tuxpaint.c:9713
msgid "Back"
msgstr "返回"
#. Slideshow: 'Play' button, to begin a slideshow sequence
-#: ../tuxpaint.c:9715
+#: ../tuxpaint.c:9716
msgid "Play"
msgstr "播放"
#. Slideshow: 'GIF Export' button, to create an animated GIF
-#: ../tuxpaint.c:9718
+#: ../tuxpaint.c:9719
msgid "GIF Export"
msgstr "GIF 导出"
#. Slideshow: 'Next' button, to load next slide (image)
-#: ../tuxpaint.c:9721
+#: ../tuxpaint.c:9722
msgid "Next"
msgstr "下一个"
#. Color mixer dialog: 'Clear' button, to reset the mixed color
-#: ../tuxpaint.c:9724
+#: ../tuxpaint.c:9725
msgid "Clear"
msgstr "清除"
#. Use the localized label string (e.g., "あぁ" in Japanese)
-#: ../tuxpaint.c:10659 ../tuxpaint.c:10662 ../tuxpaint.c:10663
+#: ../tuxpaint.c:10660 ../tuxpaint.c:10663 ../tuxpaint.c:10664
msgid "Aa"
msgstr "文字"
#. Admittedly stupid way of determining which keys can be used for
#. positive and negative responses in dialogs (e.g., [Y] (for 'yes') in English)
-#: ../tuxpaint.c:14672
+#: ../tuxpaint.c:14673
msgid "Yes"
msgstr "是的"
-#: ../tuxpaint.c:14676
+#: ../tuxpaint.c:14677
msgid "No"
msgstr "不要"
#. Prompt to ask whether user wishes to save over old version of their file
-#: ../tuxpaint.c:15948
+#: ../tuxpaint.c:15949
msgid "Replace the picture with your changes?"
msgstr "确定要替换图片?"
#. Positive response to saving over old version
#. (like a 'File:Save' action in other applications)
-#: ../tuxpaint.c:15952
+#: ../tuxpaint.c:15953
msgid "Yes, replace the old one!"
msgstr "是的,替换原来的图片!"
#. Negative response to saving over old version (saves a new image)
#. (like a 'File:Save As...' action in other applications)
-#: ../tuxpaint.c:15956
+#: ../tuxpaint.c:15957
msgid "No, save a new file!"
msgstr "不,保存到新文件!"
-#: ../tuxpaint.c:17224
+#: ../tuxpaint.c:17225
msgid ""
"Choose a picture and then click “Open”, “Export”, “Template“, or “Erase”. "
"Click “Slides” to create a slideshow animation or “Back“ to return to your "
"current picture."
msgstr ""
-#: ../tuxpaint.c:17226
+#: ../tuxpaint.c:17227
msgid ""
"Choose a picture and then click “Open”, “Export”, or “Erase”. Click “Slides” "
"to create a slideshow animation or “Back“ to return to your current picture."
@@ -1507,64 +1507,64 @@ msgstr ""
#. None selected? Too dangerous to automatically select all (like we do for slideshow playback).
#. Only 1 selected? No point in saving as GIF.
#.
-#: ../tuxpaint.c:18895
+#: ../tuxpaint.c:18896
msgid "Select 2 or more drawings to turn into an animated GIF."
msgstr "选择2个或多个图形以转换为动画GIF。"
#. Descriptions (names) of the color mixer tool's primary colors and shades
-#: ../tuxpaint.c:25112
+#: ../tuxpaint.c:25113
msgid "red"
msgstr "红色"
-#: ../tuxpaint.c:25113
+#: ../tuxpaint.c:25114
msgid "yellow"
msgstr "黄色"
-#: ../tuxpaint.c:25114
+#: ../tuxpaint.c:25115
msgid "blue"
msgstr "天蓝色"
-#: ../tuxpaint.c:25115
+#: ../tuxpaint.c:25116
msgid "white"
msgstr "白色"
-#: ../tuxpaint.c:25116
+#: ../tuxpaint.c:25117
msgid "grey"
msgstr "灰色"
-#: ../tuxpaint.c:25117
+#: ../tuxpaint.c:25118
msgid "black"
msgstr "黑色"
#. 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:25122
+#: ../tuxpaint.c:25123
#, c-format
msgid "Your color is %1$s %2$s."
msgstr "你的颜色是 %1$s %2$s 。"
-#: ../tuxpaint.c:25123
+#: ../tuxpaint.c:25124
#, c-format
msgid "Your color is %1$s %2$s and %3$s %4$s."
msgstr "你的颜色是 %1$s %2$s 和 %3$s %4$s。"
-#: ../tuxpaint.c:25124
+#: ../tuxpaint.c:25125
#, c-format
msgid "Your color is %1$s %2$s, %3$s %4$s, and %5$s %6$s."
msgstr "你的颜色是 %1$s %2$s, %3$s %4$s,和 %5$s %6$s。"
-#: ../tuxpaint.c:25125
+#: ../tuxpaint.c:25126
#, c-format
msgid "Your color is %1$s %2$s, %3$s %4$s, %5$s %6$s, and %7$s %8$s."
msgstr "你的颜色是 %1$s %2$s, %3$s %4$s, %5$s %6$s, 和 %7$s %8$s。"
-#: ../tuxpaint.c:25126
+#: ../tuxpaint.c:25127
#, 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 ""
"你的颜色是 %1$s %2$s, %3$s %4$s, %5$s %6$s, %7$s %8$s, 和 %9$s %10$s。"
-#: ../tuxpaint.c:25127
+#: ../tuxpaint.c:25128
#, c-format
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 "
@@ -1574,16 +1574,16 @@ msgstr ""
"%11$s %12$s。"
#. Color mixer; e.g., "Your color is entirely grey."
-#: ../tuxpaint.c:25907 ../tuxpaint.c:25912
+#: ../tuxpaint.c:25908 ../tuxpaint.c:25913
msgid "entirely"
msgstr "完全"
#. Add "Color Select" color:
-#: ../tuxpaint.c:29087
+#: ../tuxpaint.c:29089
msgid "Select a color from your drawing."
msgstr "从绘画中选择一种颜色。"
-#: ../tuxpaint.c:29098
+#: ../tuxpaint.c:29100
msgid ""
"Pick a color. Hues go top to bottom. Saturation/intensity goes left (pale) "
"to right (pure). Value (lightness/darkness): grey bar."
@@ -1591,7 +1591,7 @@ msgstr ""
"选择一种颜色。色调从上到下。饱和度/强度从左(淡)向右(纯)。值(亮度/暗"
"度):灰色条。"
-#: ../tuxpaint.c:29112
+#: ../tuxpaint.c:29114
msgid ""
"Click the primary colors (red, yellow, and blue), white (to tint), grey (to "
"tone), and black (to shade), to mix together a new color."
@@ -2465,8 +2465,9 @@ msgstr ""
#: ../../magic/src/polyfill.c:32
msgid ""
-"Click multiple times in your picture to create a filled polygon. Click your "
-"starting position to complete the shape."
+"Click multiple times in your picture to create a filled polygon. You may "
+"drag control points to alter the shape. Click the first point to complete "
+"the shape."
msgstr ""
#: ../../magic/src/puzzle.c:112
diff --git a/src/po/zh_TW.po b/src/po/zh_TW.po
index 31c917e50..4fc49653d 100644
--- a/src/po/zh_TW.po
+++ b/src/po/zh_TW.po
@@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: tuxpaint\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2024-04-08 23:25-0700\n"
+"POT-Creation-Date: 2024-04-12 09:23-0700\n"
"PO-Revision-Date: 2014-06-24 14:46+0800\n"
"Last-Translator: Song Huang \n"
"Language-Team: Chinese (traditional) \n"
@@ -1082,7 +1082,7 @@ msgstr "新圖"
#. Open a saved picture
#. Buttons for the file open dialog
#. Open dialog: 'Open' button, to load the selected picture
-#: ../tools.h:97 ../tuxpaint.c:9697
+#: ../tools.h:97 ../tuxpaint.c:9698
msgid "Open"
msgstr "打開"
@@ -1563,57 +1563,57 @@ msgstr "請等一下…"
# Open dialog: 'Erase' button, to erase/deleted the selected picture
#. Open dialog: 'Erase' button, to erase/deleted the selected picture
-#: ../tuxpaint.c:9700
+#: ../tuxpaint.c:9701
msgid "Erase"
msgstr "刪除"
# Open dialog: 'Slides' button, to switch to slide show mode
#. Open dialog: 'Slides' button, to switch to slide show mode
-#: ../tuxpaint.c:9703
+#: ../tuxpaint.c:9704
msgid "Slides"
msgstr "投影片"
#. Open dialog: 'Template' button, to make a template out of a drawing
-#: ../tuxpaint.c:9706
+#: ../tuxpaint.c:9707
msgid "Template"
msgstr ""
#. Open dialog: 'Export' button, to copy an image to an easily-accessible location
-#: ../tuxpaint.c:9709
+#: ../tuxpaint.c:9710
msgid "Export"
msgstr ""
# Open dialog: 'Back' button, to dismiss Open dialog without opening a picture
#. Open dialog: 'Back' button, to dismiss Open dialog without opening a picture
-#: ../tuxpaint.c:9712
+#: ../tuxpaint.c:9713
msgid "Back"
msgstr "上一個"
# Slideshow: 'Play' button, to begin a slideshow sequence
#. Slideshow: 'Play' button, to begin a slideshow sequence
-#: ../tuxpaint.c:9715
+#: ../tuxpaint.c:9716
msgid "Play"
msgstr "播放"
#. Slideshow: 'GIF Export' button, to create an animated GIF
-#: ../tuxpaint.c:9718
+#: ../tuxpaint.c:9719
msgid "GIF Export"
msgstr ""
# Slideshow: 'Next' button, to load next slide (image)
#. Slideshow: 'Next' button, to load next slide (image)
-#: ../tuxpaint.c:9721
+#: ../tuxpaint.c:9722
msgid "Next"
msgstr "下一個"
#. Color mixer dialog: 'Clear' button, to reset the mixed color
-#: ../tuxpaint.c:9724
+#: ../tuxpaint.c:9725
msgid "Clear"
msgstr ""
# Label for 'Letters' buttons (font selector, down the right when the Text tool is being used); used to show the difference between font faces
#. Use the localized label string (e.g., "あぁ" in Japanese)
-#: ../tuxpaint.c:10659 ../tuxpaint.c:10662 ../tuxpaint.c:10663
+#: ../tuxpaint.c:10660 ../tuxpaint.c:10663 ../tuxpaint.c:10664
msgid "Aa"
msgstr "A中"
@@ -1621,17 +1621,17 @@ msgstr "A中"
# positive and negative responses in dialogs (e.g., [Y] (for 'yes') in English)
#. Admittedly stupid way of determining which keys can be used for
#. positive and negative responses in dialogs (e.g., [Y] (for 'yes') in English)
-#: ../tuxpaint.c:14672
+#: ../tuxpaint.c:14673
msgid "Yes"
msgstr "好"
-#: ../tuxpaint.c:14676
+#: ../tuxpaint.c:14677
msgid "No"
msgstr "不"
# Prompt to ask whether user wishes to save over old version of their file
#. Prompt to ask whether user wishes to save over old version of their file
-#: ../tuxpaint.c:15948
+#: ../tuxpaint.c:15949
msgid "Replace the picture with your changes?"
msgstr "用你所做的改變來取代圖畫嗎?"
@@ -1639,7 +1639,7 @@ msgstr "用你所做的改變來取代圖畫嗎?"
# (like a 'File:Save' action in other applications)
#. Positive response to saving over old version
#. (like a 'File:Save' action in other applications)
-#: ../tuxpaint.c:15952
+#: ../tuxpaint.c:15953
msgid "Yes, replace the old one!"
msgstr "好,取代舊的!"
@@ -1647,18 +1647,18 @@ msgstr "好,取代舊的!"
# (like a 'File:Save As...' action in other applications)
#. Negative response to saving over old version (saves a new image)
#. (like a 'File:Save As...' action in other applications)
-#: ../tuxpaint.c:15956
+#: ../tuxpaint.c:15957
msgid "No, save a new file!"
msgstr "不,另外存一個新的檔案!"
-#: ../tuxpaint.c:17224
+#: ../tuxpaint.c:17225
msgid ""
"Choose a picture and then click “Open”, “Export”, “Template“, or “Erase”. "
"Click “Slides” to create a slideshow animation or “Back“ to return to your "
"current picture."
msgstr ""
-#: ../tuxpaint.c:17226
+#: ../tuxpaint.c:17227
msgid ""
"Choose a picture and then click “Open”, “Export”, or “Erase”. Click “Slides” "
"to create a slideshow animation or “Back“ to return to your current picture."
@@ -1667,24 +1667,24 @@ msgstr ""
#. None selected? Too dangerous to automatically select all (like we do for slideshow playback).
#. Only 1 selected? No point in saving as GIF.
#.
-#: ../tuxpaint.c:18895
+#: ../tuxpaint.c:18896
msgid "Select 2 or more drawings to turn into an animated GIF."
msgstr ""
#. Descriptions (names) of the color mixer tool's primary colors and shades
-#: ../tuxpaint.c:25112
+#: ../tuxpaint.c:25113
msgid "red"
msgstr ""
# Response to Yellow (255, 255, 0) color selected
-#: ../tuxpaint.c:25113
+#: ../tuxpaint.c:25114
#, fuzzy
#| msgid "Yellow!"
msgid "yellow"
msgstr "黃色!"
# Response to "Sky" blue (138, 168, 205) color selected
-#: ../tuxpaint.c:25114
+#: ../tuxpaint.c:25115
#, fuzzy
#| msgid "Sky blue!"
msgid "blue"
@@ -1692,51 +1692,51 @@ msgstr "天藍色!"
# Response to White (255, 255, 255) color selected
# Response to White (255, 255, 255) color selected
-#: ../tuxpaint.c:25115
+#: ../tuxpaint.c:25116
#, fuzzy
#| msgid "White!"
msgid "white"
msgstr "白色!"
-#: ../tuxpaint.c:25116
+#: ../tuxpaint.c:25117
msgid "grey"
msgstr ""
# Response to Black (0, 0, 0) color selected
-#: ../tuxpaint.c:25117
+#: ../tuxpaint.c:25118
#, fuzzy
#| msgid "Black!"
msgid "black"
msgstr "黑色!"
#. 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:25122
+#: ../tuxpaint.c:25123
#, c-format
msgid "Your color is %1$s %2$s."
msgstr ""
-#: ../tuxpaint.c:25123
+#: ../tuxpaint.c:25124
#, c-format
msgid "Your color is %1$s %2$s and %3$s %4$s."
msgstr ""
-#: ../tuxpaint.c:25124
+#: ../tuxpaint.c:25125
#, c-format
msgid "Your color is %1$s %2$s, %3$s %4$s, and %5$s %6$s."
msgstr ""
-#: ../tuxpaint.c:25125
+#: ../tuxpaint.c:25126
#, c-format
msgid "Your color is %1$s %2$s, %3$s %4$s, %5$s %6$s, and %7$s %8$s."
msgstr ""
-#: ../tuxpaint.c:25126
+#: ../tuxpaint.c:25127
#, 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 ""
-#: ../tuxpaint.c:25127
+#: ../tuxpaint.c:25128
#, c-format
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 "
@@ -1744,22 +1744,22 @@ msgid ""
msgstr ""
#. Color mixer; e.g., "Your color is entirely grey."
-#: ../tuxpaint.c:25907 ../tuxpaint.c:25912
+#: ../tuxpaint.c:25908 ../tuxpaint.c:25913
msgid "entirely"
msgstr ""
#. Add "Color Select" color:
-#: ../tuxpaint.c:29087
+#: ../tuxpaint.c:29089
msgid "Select a color from your drawing."
msgstr ""
-#: ../tuxpaint.c:29098
+#: ../tuxpaint.c:29100
msgid ""
"Pick a color. Hues go top to bottom. Saturation/intensity goes left (pale) "
"to right (pure). Value (lightness/darkness): grey bar."
msgstr ""
-#: ../tuxpaint.c:29112
+#: ../tuxpaint.c:29114
msgid ""
"Click the primary colors (red, yellow, and blue), white (to tint), grey (to "
"tone), and black (to shade), to mix together a new color."
@@ -2778,8 +2778,9 @@ msgstr ""
#: ../../magic/src/polyfill.c:32
msgid ""
-"Click multiple times in your picture to create a filled polygon. Click your "
-"starting position to complete the shape."
+"Click multiple times in your picture to create a filled polygon. You may "
+"drag control points to alter the shape. Click the first point to complete "
+"the shape."
msgstr ""
# Response to Purple (128, 0, 128) color selected
diff --git a/src/po/zu.po b/src/po/zu.po
index c95e112a3..231cbb1fb 100644
--- a/src/po/zu.po
+++ b/src/po/zu.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2024-04-08 23:25-0700\n"
+"POT-Creation-Date: 2024-04-12 09:23-0700\n"
"PO-Revision-Date: 2011-02-07 12:30+0200\n"
"Last-Translator: sipho \n"
"Language-Team: SIpho\n"
@@ -981,7 +981,7 @@ msgstr "Okusha"
#. Open a saved picture
#. Buttons for the file open dialog
#. Open dialog: 'Open' button, to load the selected picture
-#: ../tools.h:97 ../tuxpaint.c:9697
+#: ../tools.h:97 ../tuxpaint.c:9698
msgid "Open"
msgstr "Vula"
@@ -1399,90 +1399,90 @@ msgid "Please wait…"
msgstr "Ngicela ulinde…"
#. Open dialog: 'Erase' button, to erase/deleted the selected picture
-#: ../tuxpaint.c:9700
+#: ../tuxpaint.c:9701
msgid "Erase"
msgstr "Susa"
#. Open dialog: 'Slides' button, to switch to slide show mode
-#: ../tuxpaint.c:9703
+#: ../tuxpaint.c:9704
msgid "Slides"
msgstr "Izilayidi"
#. Open dialog: 'Template' button, to make a template out of a drawing
-#: ../tuxpaint.c:9706
+#: ../tuxpaint.c:9707
msgid "Template"
msgstr ""
#. Open dialog: 'Export' button, to copy an image to an easily-accessible location
-#: ../tuxpaint.c:9709
+#: ../tuxpaint.c:9710
msgid "Export"
msgstr ""
#. Open dialog: 'Back' button, to dismiss Open dialog without opening a picture
-#: ../tuxpaint.c:9712
+#: ../tuxpaint.c:9713
msgid "Back"
msgstr "Emuva"
#. Slideshow: 'Play' button, to begin a slideshow sequence
-#: ../tuxpaint.c:9715
+#: ../tuxpaint.c:9716
msgid "Play"
msgstr "Dlala"
#. Slideshow: 'GIF Export' button, to create an animated GIF
-#: ../tuxpaint.c:9718
+#: ../tuxpaint.c:9719
msgid "GIF Export"
msgstr ""
#. Slideshow: 'Next' button, to load next slide (image)
-#: ../tuxpaint.c:9721
+#: ../tuxpaint.c:9722
msgid "Next"
msgstr "Phambili"
#. Color mixer dialog: 'Clear' button, to reset the mixed color
-#: ../tuxpaint.c:9724
+#: ../tuxpaint.c:9725
msgid "Clear"
msgstr ""
#. Use the localized label string (e.g., "あぁ" in Japanese)
-#: ../tuxpaint.c:10659 ../tuxpaint.c:10662 ../tuxpaint.c:10663
+#: ../tuxpaint.c:10660 ../tuxpaint.c:10663 ../tuxpaint.c:10664
msgid "Aa"
msgstr "Aa"
#. Admittedly stupid way of determining which keys can be used for
#. positive and negative responses in dialogs (e.g., [Y] (for 'yes') in English)
-#: ../tuxpaint.c:14672
+#: ../tuxpaint.c:14673
msgid "Yes"
msgstr "Yebo"
-#: ../tuxpaint.c:14676
+#: ../tuxpaint.c:14677
msgid "No"
msgstr "Cha"
#. Prompt to ask whether user wishes to save over old version of their file
-#: ../tuxpaint.c:15948
+#: ../tuxpaint.c:15949
msgid "Replace the picture with your changes?"
msgstr "Shintshanisa isithombe ngoshintsho olwenzile?"
#. Positive response to saving over old version
#. (like a 'File:Save' action in other applications)
-#: ../tuxpaint.c:15952
+#: ../tuxpaint.c:15953
msgid "Yes, replace the old one!"
msgstr "Yebo, shintshanisa esidala!"
#. Negative response to saving over old version (saves a new image)
#. (like a 'File:Save As...' action in other applications)
-#: ../tuxpaint.c:15956
+#: ../tuxpaint.c:15957
msgid "No, save a new file!"
msgstr "Cha, gcina ifayela elisha!"
-#: ../tuxpaint.c:17224
+#: ../tuxpaint.c:17225
msgid ""
"Choose a picture and then click “Open”, “Export”, “Template“, or “Erase”. "
"Click “Slides” to create a slideshow animation or “Back“ to return to your "
"current picture."
msgstr ""
-#: ../tuxpaint.c:17226
+#: ../tuxpaint.c:17227
msgid ""
"Choose a picture and then click “Open”, “Export”, or “Erase”. Click “Slides” "
"to create a slideshow animation or “Back“ to return to your current picture."
@@ -1491,71 +1491,71 @@ msgstr ""
#. None selected? Too dangerous to automatically select all (like we do for slideshow playback).
#. Only 1 selected? No point in saving as GIF.
#.
-#: ../tuxpaint.c:18895
+#: ../tuxpaint.c:18896
msgid "Select 2 or more drawings to turn into an animated GIF."
msgstr ""
#. Descriptions (names) of the color mixer tool's primary colors and shades
-#: ../tuxpaint.c:25112
+#: ../tuxpaint.c:25113
msgid "red"
msgstr ""
-#: ../tuxpaint.c:25113
+#: ../tuxpaint.c:25114
#, fuzzy
#| msgid "Yellow!"
msgid "yellow"
msgstr "Okuphuzi!"
-#: ../tuxpaint.c:25114
+#: ../tuxpaint.c:25115
#, fuzzy
#| msgid "Sky blue!"
msgid "blue"
msgstr "Okuluhlaza okwesibhakabhaka!"
-#: ../tuxpaint.c:25115
+#: ../tuxpaint.c:25116
#, fuzzy
#| msgid "White!"
msgid "white"
msgstr "Mhlophe!"
-#: ../tuxpaint.c:25116
+#: ../tuxpaint.c:25117
msgid "grey"
msgstr ""
-#: ../tuxpaint.c:25117
+#: ../tuxpaint.c:25118
#, fuzzy
#| msgid "Black!"
msgid "black"
msgstr "Mnyama!"
#. 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:25122
+#: ../tuxpaint.c:25123
#, c-format
msgid "Your color is %1$s %2$s."
msgstr ""
-#: ../tuxpaint.c:25123
+#: ../tuxpaint.c:25124
#, c-format
msgid "Your color is %1$s %2$s and %3$s %4$s."
msgstr ""
-#: ../tuxpaint.c:25124
+#: ../tuxpaint.c:25125
#, c-format
msgid "Your color is %1$s %2$s, %3$s %4$s, and %5$s %6$s."
msgstr ""
-#: ../tuxpaint.c:25125
+#: ../tuxpaint.c:25126
#, c-format
msgid "Your color is %1$s %2$s, %3$s %4$s, %5$s %6$s, and %7$s %8$s."
msgstr ""
-#: ../tuxpaint.c:25126
+#: ../tuxpaint.c:25127
#, 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 ""
-#: ../tuxpaint.c:25127
+#: ../tuxpaint.c:25128
#, c-format
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 "
@@ -1563,22 +1563,22 @@ msgid ""
msgstr ""
#. Color mixer; e.g., "Your color is entirely grey."
-#: ../tuxpaint.c:25907 ../tuxpaint.c:25912
+#: ../tuxpaint.c:25908 ../tuxpaint.c:25913
msgid "entirely"
msgstr ""
#. Add "Color Select" color:
-#: ../tuxpaint.c:29087
+#: ../tuxpaint.c:29089
msgid "Select a color from your drawing."
msgstr ""
-#: ../tuxpaint.c:29098
+#: ../tuxpaint.c:29100
msgid ""
"Pick a color. Hues go top to bottom. Saturation/intensity goes left (pale) "
"to right (pure). Value (lightness/darkness): grey bar."
msgstr ""
-#: ../tuxpaint.c:29112
+#: ../tuxpaint.c:29114
msgid ""
"Click the primary colors (red, yellow, and blue), white (to tint), grey (to "
"tone), and black (to shade), to mix together a new color."
@@ -2686,8 +2686,9 @@ msgstr ""
#: ../../magic/src/polyfill.c:32
msgid ""
-"Click multiple times in your picture to create a filled polygon. Click your "
-"starting position to complete the shape."
+"Click multiple times in your picture to create a filled polygon. You may "
+"drag control points to alter the shape. Click the first point to complete "
+"the shape."
msgstr ""
#: ../../magic/src/puzzle.c:112