diff --git a/ChangeLog b/ChangeLog index 55a99afd21..33b98847fe 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Thu Jun 22 15:53:52 PDT 2000 Manish Singh + + * Made 1.1.24 release (1.2pre) + Thu Jun 22 13:43:10 PDT 2000 Manish Singh * tools/pdbgen/lib.pl diff --git a/Makefile.am b/Makefile.am index a5cf301d8a..2557ad81a1 100644 --- a/Makefile.am +++ b/Makefile.am @@ -88,8 +88,8 @@ EXTRA_DIST = \ cursors/dropper_small_mask.xbm \ cursors/bucket_fill_small.xbm \ cursors/bucket_fill_small_mask.xbm \ - cursors/blend.xbm \ cursors/blend_small.xbm \ + cursors/blend_small_mask.xbm \ cursors/pencil_small.xbm \ cursors/pencil_small_mask.xbm \ cursors/paintbrush_small.xbm \ @@ -112,15 +112,13 @@ EXTRA_DIST = \ cursors/smudge_small_mask.xbm \ cursors/measure_small.xbm \ cursors/measure_small_mask.xbm \ - \ docs/Wilber.xcf.gz \ docs/Wilber.xcf.gz.README \ docs/cheat_sheet.txt \ docs/gimp.txt \ docs/keybindings.txt \ - docs/gimp_quick_reference.ps \ - docs/gimp_quick_reference.tar.gz \ - \ + docs/quick_reference.ps \ + docs/quick_reference.tar.gz \ pixmaps/anchor.xpm \ pixmaps/chain.xpm \ pixmaps/channel.xbm \ diff --git a/configure.in b/configure.in index 5aaf37e9f1..9bd2b02291 100644 --- a/configure.in +++ b/configure.in @@ -4,7 +4,7 @@ AC_INIT(gimprc.in) dnl Initialize automake stuff GIMP_MAJOR_VERSION=1 GIMP_MINOR_VERSION=1 -GIMP_MICRO_VERSION=23 +GIMP_MICRO_VERSION=24 GIMP_INTERFACE_AGE=0 GIMP_BINARY_AGE=0 GIMP_VERSION=$GIMP_MAJOR_VERSION.$GIMP_MINOR_VERSION.$GIMP_MICRO_VERSION diff --git a/po-libgimp/ca.po b/po-libgimp/ca.po index 1ebe57c092..c47059d697 100644 --- a/po-libgimp/ca.po +++ b/po-libgimp/ca.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2000-05-27 21:19-0700\n" +"POT-Creation-Date: 2000-06-06 12:41-0700\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -14,11 +14,11 @@ msgstr "" "Content-Type: text/plain; charset=CHARSET\n" "Content-Transfer-Encoding: ENCODING\n" -#: libgimp/gimpcolorbutton.c:116 +#: libgimp/gimpcolorbutton.c:118 msgid "/Use Foreground Color" msgstr "/Use Foreground Color" -#: libgimp/gimpcolorbutton.c:117 +#: libgimp/gimpcolorbutton.c:119 msgid "/Use Background Color" msgstr "" @@ -109,9 +109,9 @@ msgstr "" msgid "Ignore" msgstr "" -#: libgimp/gimpexport.c:331 libgimp/gimpquerybox.c:180 -#: libgimp/gimpquerybox.c:234 libgimp/gimpquerybox.c:290 -#: libgimp/gimpquerybox.c:353 libgimp/gimpunitmenu.c:497 +#: libgimp/gimpexport.c:331 libgimp/gimpquerybox.c:183 +#: libgimp/gimpquerybox.c:237 libgimp/gimpquerybox.c:293 +#: libgimp/gimpquerybox.c:356 libgimp/gimpunitmenu.c:501 msgid "Cancel" msgstr "" @@ -126,103 +126,103 @@ msgstr "" msgid "The export conversion won't modify your original image." msgstr "" -#: libgimp/gimpfileselection.c:388 +#: libgimp/gimpfileselection.c:391 msgid "Select File" msgstr "" -#: libgimp/gimpquerybox.c:180 libgimp/gimpquerybox.c:234 -#: libgimp/gimpquerybox.c:290 libgimp/gimpquerybox.c:353 -#: libgimp/gimpunitmenu.c:495 +#: libgimp/gimpquerybox.c:183 libgimp/gimpquerybox.c:237 +#: libgimp/gimpquerybox.c:293 libgimp/gimpquerybox.c:356 +#: libgimp/gimpunitmenu.c:499 msgid "OK" msgstr "" -#: libgimp/gimpunitmenu.c:234 +#: libgimp/gimpunitmenu.c:238 msgid "More..." msgstr "" -#: libgimp/gimpunitmenu.c:490 +#: libgimp/gimpunitmenu.c:494 msgid "Unit Selection" msgstr "" -#: libgimp/gimpunitmenu.c:527 +#: libgimp/gimpunitmenu.c:531 msgid "Unit" msgstr "" -#: libgimp/gimpunitmenu.c:528 +#: libgimp/gimpunitmenu.c:532 msgid "Factor" msgstr "" #. pseudo unit -#: libgimp/gimpunit_pdb.c:47 +#: libgimp/gimpunit.c:49 msgid "pixel" msgstr "" -#: libgimp/gimpunit_pdb.c:47 +#: libgimp/gimpunit.c:49 msgid "pixels" msgstr "" #. standard units -#: libgimp/gimpunit_pdb.c:50 +#: libgimp/gimpunit.c:52 msgid "inch" msgstr "" -#: libgimp/gimpunit_pdb.c:50 +#: libgimp/gimpunit.c:52 msgid "inches" msgstr "" -#: libgimp/gimpunit_pdb.c:51 +#: libgimp/gimpunit.c:53 msgid "millimeter" msgstr "" -#: libgimp/gimpunit_pdb.c:51 +#: libgimp/gimpunit.c:53 msgid "millimeters" msgstr "" #. professional units -#: libgimp/gimpunit_pdb.c:54 +#: libgimp/gimpunit.c:56 msgid "point" msgstr "" -#: libgimp/gimpunit_pdb.c:54 +#: libgimp/gimpunit.c:56 msgid "points" msgstr "" -#: libgimp/gimpunit_pdb.c:55 +#: libgimp/gimpunit.c:57 msgid "pica" msgstr "" -#: libgimp/gimpunit_pdb.c:55 +#: libgimp/gimpunit.c:57 msgid "picas" msgstr "" -#: libgimp/gimpunit_pdb.c:62 +#: libgimp/gimpunit.c:64 msgid "percent" msgstr "" -#: libgimp/gimpwidgets.c:706 +#: libgimp/gimpwidgets.c:709 msgid "" "If the \"Time\" button is not pressed, use this value for random number " "generator seed - this allows you to repeat a given \"random\" operation" msgstr "" -#: libgimp/gimpwidgets.c:711 +#: libgimp/gimpwidgets.c:714 msgid "Time" msgstr "" -#: libgimp/gimpwidgets.c:720 +#: libgimp/gimpwidgets.c:723 msgid "" "Seed random number generator from the current time - this guarantees a " "reasonable randomization" msgstr "" -#: libgimp/gimpwidgets.c:1032 +#: libgimp/gimpwidgets.c:1035 msgid "Bytes" msgstr "" -#: libgimp/gimpwidgets.c:1033 +#: libgimp/gimpwidgets.c:1036 msgid "KiloBytes" msgstr "" -#: libgimp/gimpwidgets.c:1034 +#: libgimp/gimpwidgets.c:1037 msgid "MegaBytes" msgstr "" diff --git a/po-libgimp/cs.po b/po-libgimp/cs.po index ce8d24e10e..9be5e7316f 100644 --- a/po-libgimp/cs.po +++ b/po-libgimp/cs.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: gimp-std-plugins 1.1.21\n" -"POT-Creation-Date: 2000-04-08 23:18+0200\n" +"POT-Creation-Date: 2000-06-06 12:41-0700\n" "PO-Revision-Date: 2000-05-09 00:07+02:00\n" "Last-Translator: Stanislav Brabec \n" "Language-Team: Czech \n" @@ -13,11 +13,11 @@ msgstr "" "Content-Type: text/plain; charset=ISO-8859-2\n" "Content-Transfer-Encoding: 8bit\n" -#: libgimp/gimpcolorbutton.c:116 +#: libgimp/gimpcolorbutton.c:118 msgid "/Use Foreground Color" msgstr "/Pou¾ít barvy popøedí" -#: libgimp/gimpcolorbutton.c:117 +#: libgimp/gimpcolorbutton.c:119 msgid "/Use Background Color" msgstr "/Pou¾ít barvy pozadí" @@ -37,18 +37,14 @@ msgstr "um msgid "Save as Animation" msgstr "Zapsat jako animaci" -#: libgimp/gimpexport.c:177 -msgid "Flatten" -msgstr "Slouèit" +#: libgimp/gimpexport.c:177 libgimp/gimpexport.c:186 +msgid "Flatten Image" +msgstr "Slouèit obraz" #: libgimp/gimpexport.c:185 msgid "can't Handle Transparency" msgstr "neumí zpracovat prùhlednost" -#: libgimp/gimpexport.c:186 -msgid "Flatten Image" -msgstr "Slouèit obraz" - #: libgimp/gimpexport.c:194 msgid "can only Handle RGB Images" msgstr "umí zpracovat pouze RGB obrázky" @@ -114,9 +110,9 @@ msgstr "Exportovat" msgid "Ignore" msgstr "Ignorovat" -#: libgimp/gimpexport.c:331 libgimp/gimpquerybox.c:180 -#: libgimp/gimpquerybox.c:234 libgimp/gimpquerybox.c:290 -#: libgimp/gimpquerybox.c:353 libgimp/gimpunitmenu.c:497 +#: libgimp/gimpexport.c:331 libgimp/gimpquerybox.c:183 +#: libgimp/gimpquerybox.c:237 libgimp/gimpquerybox.c:293 +#: libgimp/gimpquerybox.c:356 libgimp/gimpunitmenu.c:501 msgid "Cancel" msgstr "Zru¹it" @@ -131,80 +127,80 @@ msgstr "P msgid "The export conversion won't modify your original image." msgstr "Exportní konverze by nemìla zmìnit pùvodní obrázek." -#: libgimp/gimpfileselection.c:350 +#: libgimp/gimpfileselection.c:391 msgid "Select File" msgstr "Výbìr souboru" -#: libgimp/gimpquerybox.c:180 libgimp/gimpquerybox.c:234 -#: libgimp/gimpquerybox.c:290 libgimp/gimpquerybox.c:353 -#: libgimp/gimpunitmenu.c:495 +#: libgimp/gimpquerybox.c:183 libgimp/gimpquerybox.c:237 +#: libgimp/gimpquerybox.c:293 libgimp/gimpquerybox.c:356 +#: libgimp/gimpunitmenu.c:499 msgid "OK" msgstr "OK" +#: libgimp/gimpunitmenu.c:238 +msgid "More..." +msgstr "Více..." + +#: libgimp/gimpunitmenu.c:494 +msgid "Unit Selection" +msgstr "Výbìr jednotek" + +#: libgimp/gimpunitmenu.c:531 +msgid "Unit" +msgstr "Jednotka" + +#: libgimp/gimpunitmenu.c:532 +msgid "Factor" +msgstr "Faktor" + #. pseudo unit -#: libgimp/gimpunit.c:47 +#: libgimp/gimpunit.c:49 msgid "pixel" msgstr "pixel" -#: libgimp/gimpunit.c:47 +#: libgimp/gimpunit.c:49 msgid "pixels" msgstr "pixelù" #. standard units -#: libgimp/gimpunit.c:50 +#: libgimp/gimpunit.c:52 msgid "inch" msgstr "palec" -#: libgimp/gimpunit.c:50 +#: libgimp/gimpunit.c:52 msgid "inches" msgstr "palcù" -#: libgimp/gimpunit.c:51 +#: libgimp/gimpunit.c:53 msgid "millimeter" msgstr "milimetr" -#: libgimp/gimpunit.c:51 +#: libgimp/gimpunit.c:53 msgid "millimeters" msgstr "milimetrù" #. professional units -#: libgimp/gimpunit.c:54 +#: libgimp/gimpunit.c:56 msgid "point" msgstr "bod" -#: libgimp/gimpunit.c:54 +#: libgimp/gimpunit.c:56 msgid "points" msgstr "bodù" -#: libgimp/gimpunit.c:55 +#: libgimp/gimpunit.c:57 msgid "pica" msgstr "pika" -#: libgimp/gimpunit.c:55 +#: libgimp/gimpunit.c:57 msgid "picas" msgstr "pik" -#: libgimp/gimpunit.c:62 +#: libgimp/gimpunit.c:64 msgid "percent" msgstr "procenta" -#: libgimp/gimpunitmenu.c:234 -msgid "More..." -msgstr "Více..." - -#: libgimp/gimpunitmenu.c:490 -msgid "Unit Selection" -msgstr "Výbìr jednotek" - -#: libgimp/gimpunitmenu.c:527 -msgid "Unit" -msgstr "Jednotka" - -#: libgimp/gimpunitmenu.c:528 -msgid "Factor" -msgstr "Faktor" - -#: libgimp/gimpwidgets.c:706 +#: libgimp/gimpwidgets.c:709 msgid "" "If the \"Time\" button is not pressed, use this value for random number " "generator seed - this allows you to repeat a given \"random\" operation" @@ -212,25 +208,28 @@ msgstr "" "Pokud tlaèítko \"Èas\" není stisknuto, pou¾ije se této hodnoty pro hnízdo " "náhodného generátoru - umo¾òuje to zopakovat zadanou \"náhodnou\" operaci" -#: libgimp/gimpwidgets.c:711 +#: libgimp/gimpwidgets.c:714 msgid "Time" msgstr "Èas" -#: libgimp/gimpwidgets.c:720 +#: libgimp/gimpwidgets.c:723 msgid "" "Seed random number generator from the current time - this guarantees a " "reasonable randomization" msgstr "" "Hnízdo náhodného generátoru z aktuálního èasu - zaruèuje pøimìøenou náhodnost" -#: libgimp/gimpwidgets.c:1032 +#: libgimp/gimpwidgets.c:1035 msgid "Bytes" msgstr "bajtù" -#: libgimp/gimpwidgets.c:1033 +#: libgimp/gimpwidgets.c:1036 msgid "KiloBytes" msgstr "kilobajtù" -#: libgimp/gimpwidgets.c:1034 +#: libgimp/gimpwidgets.c:1037 msgid "MegaBytes" msgstr "megabajtù" + +#~ msgid "Flatten" +#~ msgstr "Slouèit" diff --git a/po-libgimp/da.po b/po-libgimp/da.po index 5a8962db8d..d6bef2fe79 100644 --- a/po-libgimp/da.po +++ b/po-libgimp/da.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: GIMP libgimp /gnome-cvs\n" -"POT-Creation-Date: 2000-05-27 21:19-0700\n" +"POT-Creation-Date: 2000-06-06 12:41-0700\n" "PO-Revision-Date: 2000-04-14 23:23+02:00\n" "Last-Translator: Keld Simonsen \n" "Language-Team: Danish/Dansk \n" @@ -15,11 +15,11 @@ msgstr "" "Content-Type: text/plain; charset=ISO-8859-1\n" "Content-Transfer-Encoding: 8-bit\n" -#: libgimp/gimpcolorbutton.c:116 +#: libgimp/gimpcolorbutton.c:118 msgid "/Use Foreground Color" msgstr "/Brug forgrundsfarve" -#: libgimp/gimpcolorbutton.c:117 +#: libgimp/gimpcolorbutton.c:119 msgid "/Use Background Color" msgstr "/Brug baggrundsfarve" @@ -112,9 +112,9 @@ msgstr "Eksport msgid "Ignore" msgstr "Ignorér" -#: libgimp/gimpexport.c:331 libgimp/gimpquerybox.c:180 -#: libgimp/gimpquerybox.c:234 libgimp/gimpquerybox.c:290 -#: libgimp/gimpquerybox.c:353 libgimp/gimpunitmenu.c:497 +#: libgimp/gimpexport.c:331 libgimp/gimpquerybox.c:183 +#: libgimp/gimpquerybox.c:237 libgimp/gimpquerybox.c:293 +#: libgimp/gimpquerybox.c:356 libgimp/gimpunitmenu.c:501 msgid "Cancel" msgstr "Annullér" @@ -129,80 +129,80 @@ msgstr "Af f msgid "The export conversion won't modify your original image." msgstr "Eksportkonverteringen vil ikke ændre det oprindelige billede." -#: libgimp/gimpfileselection.c:388 +#: libgimp/gimpfileselection.c:391 msgid "Select File" msgstr "Vælg fil" -#: libgimp/gimpquerybox.c:180 libgimp/gimpquerybox.c:234 -#: libgimp/gimpquerybox.c:290 libgimp/gimpquerybox.c:353 -#: libgimp/gimpunitmenu.c:495 +#: libgimp/gimpquerybox.c:183 libgimp/gimpquerybox.c:237 +#: libgimp/gimpquerybox.c:293 libgimp/gimpquerybox.c:356 +#: libgimp/gimpunitmenu.c:499 msgid "OK" msgstr "Ok" -#: libgimp/gimpunitmenu.c:234 +#: libgimp/gimpunitmenu.c:238 msgid "More..." msgstr "Flere..." -#: libgimp/gimpunitmenu.c:490 +#: libgimp/gimpunitmenu.c:494 msgid "Unit Selection" msgstr "Enhedsvalg" -#: libgimp/gimpunitmenu.c:527 +#: libgimp/gimpunitmenu.c:531 msgid "Unit" msgstr "Enhed" -#: libgimp/gimpunitmenu.c:528 +#: libgimp/gimpunitmenu.c:532 msgid "Factor" msgstr "Faktor" #. pseudo unit -#: libgimp/gimpunit_pdb.c:47 +#: libgimp/gimpunit.c:49 msgid "pixel" msgstr "pixel" -#: libgimp/gimpunit_pdb.c:47 +#: libgimp/gimpunit.c:49 msgid "pixels" msgstr "pixler" #. standard units -#: libgimp/gimpunit_pdb.c:50 +#: libgimp/gimpunit.c:52 msgid "inch" msgstr "tomme" -#: libgimp/gimpunit_pdb.c:50 +#: libgimp/gimpunit.c:52 msgid "inches" msgstr "tommer" -#: libgimp/gimpunit_pdb.c:51 +#: libgimp/gimpunit.c:53 msgid "millimeter" msgstr "millimeter" -#: libgimp/gimpunit_pdb.c:51 +#: libgimp/gimpunit.c:53 msgid "millimeters" msgstr "millimetre" #. professional units -#: libgimp/gimpunit_pdb.c:54 +#: libgimp/gimpunit.c:56 msgid "point" msgstr "punkt" -#: libgimp/gimpunit_pdb.c:54 +#: libgimp/gimpunit.c:56 msgid "points" msgstr "punkter" -#: libgimp/gimpunit_pdb.c:55 +#: libgimp/gimpunit.c:57 msgid "pica" msgstr "pica" -#: libgimp/gimpunit_pdb.c:55 +#: libgimp/gimpunit.c:57 msgid "picas" msgstr "picaer" -#: libgimp/gimpunit_pdb.c:62 +#: libgimp/gimpunit.c:64 msgid "percent" msgstr "procent" -#: libgimp/gimpwidgets.c:706 +#: libgimp/gimpwidgets.c:709 msgid "" "If the \"Time\" button is not pressed, use this value for random number " "generator seed - this allows you to repeat a given \"random\" operation" @@ -211,11 +211,11 @@ msgstr "" "tilfældighedstal generator startværdi - dette tillader dig at gentage en " "given \"tilfældig\" operation" -#: libgimp/gimpwidgets.c:711 +#: libgimp/gimpwidgets.c:714 msgid "Time" msgstr "Tid" -#: libgimp/gimpwidgets.c:720 +#: libgimp/gimpwidgets.c:723 msgid "" "Seed random number generator from the current time - this guarantees a " "reasonable randomization" @@ -223,15 +223,15 @@ msgstr "" "Start tilfældighedstalsgeneratoren fra den aktuelle tid - dette garanterer " "en rimelig tilfældighed" -#: libgimp/gimpwidgets.c:1032 +#: libgimp/gimpwidgets.c:1035 msgid "Bytes" msgstr "Byte" -#: libgimp/gimpwidgets.c:1033 +#: libgimp/gimpwidgets.c:1036 msgid "KiloBytes" msgstr "Kilobyte" -#: libgimp/gimpwidgets.c:1034 +#: libgimp/gimpwidgets.c:1037 msgid "MegaBytes" msgstr "Megabyte" diff --git a/po-libgimp/de.po b/po-libgimp/de.po index d9d531e70e..53e4d1f019 100644 --- a/po-libgimp/de.po +++ b/po-libgimp/de.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: GIMP 1.1.18\n" -"POT-Creation-Date: 2000-05-27 21:19-0700\n" +"POT-Creation-Date: 2000-06-06 12:41-0700\n" "PO-Revision-Date: 2000-03-15 16:50+0100\n" "Last-Translator: Sven Neumann \n" "Language-Team: German \n" @@ -15,11 +15,11 @@ msgstr "" "Content-Type: text/plain; charset=iso-8859-1\n" "Content-Transfer-Encoding: 8bit\n" -#: libgimp/gimpcolorbutton.c:116 +#: libgimp/gimpcolorbutton.c:118 msgid "/Use Foreground Color" msgstr "/Vordergrundfarbe verwenden" -#: libgimp/gimpcolorbutton.c:117 +#: libgimp/gimpcolorbutton.c:119 msgid "/Use Background Color" msgstr "/Hintergrundfarbe verwenden" @@ -112,9 +112,9 @@ msgstr "Exportieren" msgid "Ignore" msgstr "Ignorieren" -#: libgimp/gimpexport.c:331 libgimp/gimpquerybox.c:180 -#: libgimp/gimpquerybox.c:234 libgimp/gimpquerybox.c:290 -#: libgimp/gimpquerybox.c:353 libgimp/gimpunitmenu.c:497 +#: libgimp/gimpexport.c:331 libgimp/gimpquerybox.c:183 +#: libgimp/gimpquerybox.c:237 libgimp/gimpquerybox.c:293 +#: libgimp/gimpquerybox.c:356 libgimp/gimpunitmenu.c:501 msgid "Cancel" msgstr "Abbrechen" @@ -129,80 +129,80 @@ msgstr "Das Bild sollte vor dem Abspeichern exportiert werden, denn:" msgid "The export conversion won't modify your original image." msgstr "Dieser Vorgang wird das Originalbild nicht verändern." -#: libgimp/gimpfileselection.c:388 +#: libgimp/gimpfileselection.c:391 msgid "Select File" msgstr "Datei auswählen" -#: libgimp/gimpquerybox.c:180 libgimp/gimpquerybox.c:234 -#: libgimp/gimpquerybox.c:290 libgimp/gimpquerybox.c:353 -#: libgimp/gimpunitmenu.c:495 +#: libgimp/gimpquerybox.c:183 libgimp/gimpquerybox.c:237 +#: libgimp/gimpquerybox.c:293 libgimp/gimpquerybox.c:356 +#: libgimp/gimpunitmenu.c:499 msgid "OK" msgstr "OK" -#: libgimp/gimpunitmenu.c:234 +#: libgimp/gimpunitmenu.c:238 msgid "More..." msgstr "Mehr..." -#: libgimp/gimpunitmenu.c:490 +#: libgimp/gimpunitmenu.c:494 msgid "Unit Selection" msgstr "Einheit auswählen" -#: libgimp/gimpunitmenu.c:527 +#: libgimp/gimpunitmenu.c:531 msgid "Unit" msgstr "Einheit" -#: libgimp/gimpunitmenu.c:528 +#: libgimp/gimpunitmenu.c:532 msgid "Factor" msgstr "Faktor" #. pseudo unit -#: libgimp/gimpunit_pdb.c:47 +#: libgimp/gimpunit.c:49 msgid "pixel" msgstr "Pixel" -#: libgimp/gimpunit_pdb.c:47 +#: libgimp/gimpunit.c:49 msgid "pixels" msgstr "Pixel" #. standard units -#: libgimp/gimpunit_pdb.c:50 +#: libgimp/gimpunit.c:52 msgid "inch" msgstr "Inch" -#: libgimp/gimpunit_pdb.c:50 +#: libgimp/gimpunit.c:52 msgid "inches" msgstr "Inch" -#: libgimp/gimpunit_pdb.c:51 +#: libgimp/gimpunit.c:53 msgid "millimeter" msgstr "Millimeter" -#: libgimp/gimpunit_pdb.c:51 +#: libgimp/gimpunit.c:53 msgid "millimeters" msgstr "Millimeter" #. professional units -#: libgimp/gimpunit_pdb.c:54 +#: libgimp/gimpunit.c:56 msgid "point" msgstr "Punkt" -#: libgimp/gimpunit_pdb.c:54 +#: libgimp/gimpunit.c:56 msgid "points" msgstr "Punkt" -#: libgimp/gimpunit_pdb.c:55 +#: libgimp/gimpunit.c:57 msgid "pica" msgstr "Pica" -#: libgimp/gimpunit_pdb.c:55 +#: libgimp/gimpunit.c:57 msgid "picas" msgstr "Pica" -#: libgimp/gimpunit_pdb.c:62 +#: libgimp/gimpunit.c:64 msgid "percent" msgstr "Prozent" -#: libgimp/gimpwidgets.c:706 +#: libgimp/gimpwidgets.c:709 msgid "" "If the \"Time\" button is not pressed, use this value for random number " "generator seed - this allows you to repeat a given \"random\" operation" @@ -211,11 +211,11 @@ msgstr "" "Zufallsgenerator - dies ermgöglicht es \"zufällige\" Funktionen zu " "wiederholen" -#: libgimp/gimpwidgets.c:711 +#: libgimp/gimpwidgets.c:714 msgid "Time" msgstr "Zeit" -#: libgimp/gimpwidgets.c:720 +#: libgimp/gimpwidgets.c:723 msgid "" "Seed random number generator from the current time - this guarantees a " "reasonable randomization" @@ -223,14 +223,14 @@ msgstr "" "Speise Zufallsgenerator mit der aktuellen Zeit - dies garantiert eine " "vernünftige Wahrscheinlichkeit" -#: libgimp/gimpwidgets.c:1032 +#: libgimp/gimpwidgets.c:1035 msgid "Bytes" msgstr "Byte" -#: libgimp/gimpwidgets.c:1033 +#: libgimp/gimpwidgets.c:1036 msgid "KiloBytes" msgstr "KiloByte" -#: libgimp/gimpwidgets.c:1034 +#: libgimp/gimpwidgets.c:1037 msgid "MegaBytes" msgstr "MegaByte" diff --git a/po-libgimp/en_GB.po b/po-libgimp/en_GB.po index f344d24207..91b22a24a0 100644 --- a/po-libgimp/en_GB.po +++ b/po-libgimp/en_GB.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: gimp CVS\n" -"POT-Creation-Date: 2000-05-27 21:19-0700\n" +"POT-Creation-Date: 2000-06-06 12:41-0700\n" "PO-Revision-Date: 2000-02-02 14:02+0000\n" "Last-Translator: Robert Brady \n" "Language-Team: \n" @@ -13,11 +13,11 @@ msgstr "" "Content-Type: text/plain; charset=iso-8859-1\n" "Content-Transfer-Encoding: 8bit\n" -#: libgimp/gimpcolorbutton.c:116 +#: libgimp/gimpcolorbutton.c:118 msgid "/Use Foreground Color" msgstr "/Use Foreground Colour" -#: libgimp/gimpcolorbutton.c:117 +#: libgimp/gimpcolorbutton.c:119 msgid "/Use Background Color" msgstr "/Use Background Colour" @@ -108,9 +108,9 @@ msgstr "" msgid "Ignore" msgstr "" -#: libgimp/gimpexport.c:331 libgimp/gimpquerybox.c:180 -#: libgimp/gimpquerybox.c:234 libgimp/gimpquerybox.c:290 -#: libgimp/gimpquerybox.c:353 libgimp/gimpunitmenu.c:497 +#: libgimp/gimpexport.c:331 libgimp/gimpquerybox.c:183 +#: libgimp/gimpquerybox.c:237 libgimp/gimpquerybox.c:293 +#: libgimp/gimpquerybox.c:356 libgimp/gimpunitmenu.c:501 msgid "Cancel" msgstr "" @@ -125,103 +125,103 @@ msgstr "" msgid "The export conversion won't modify your original image." msgstr "" -#: libgimp/gimpfileselection.c:388 +#: libgimp/gimpfileselection.c:391 msgid "Select File" msgstr "" -#: libgimp/gimpquerybox.c:180 libgimp/gimpquerybox.c:234 -#: libgimp/gimpquerybox.c:290 libgimp/gimpquerybox.c:353 -#: libgimp/gimpunitmenu.c:495 +#: libgimp/gimpquerybox.c:183 libgimp/gimpquerybox.c:237 +#: libgimp/gimpquerybox.c:293 libgimp/gimpquerybox.c:356 +#: libgimp/gimpunitmenu.c:499 msgid "OK" msgstr "" -#: libgimp/gimpunitmenu.c:234 +#: libgimp/gimpunitmenu.c:238 msgid "More..." msgstr "" -#: libgimp/gimpunitmenu.c:490 +#: libgimp/gimpunitmenu.c:494 msgid "Unit Selection" msgstr "" -#: libgimp/gimpunitmenu.c:527 +#: libgimp/gimpunitmenu.c:531 msgid "Unit" msgstr "" -#: libgimp/gimpunitmenu.c:528 +#: libgimp/gimpunitmenu.c:532 msgid "Factor" msgstr "" #. pseudo unit -#: libgimp/gimpunit_pdb.c:47 +#: libgimp/gimpunit.c:49 msgid "pixel" msgstr "" -#: libgimp/gimpunit_pdb.c:47 +#: libgimp/gimpunit.c:49 msgid "pixels" msgstr "" #. standard units -#: libgimp/gimpunit_pdb.c:50 +#: libgimp/gimpunit.c:52 msgid "inch" msgstr "" -#: libgimp/gimpunit_pdb.c:50 +#: libgimp/gimpunit.c:52 msgid "inches" msgstr "" -#: libgimp/gimpunit_pdb.c:51 +#: libgimp/gimpunit.c:53 msgid "millimeter" msgstr "millimetre" -#: libgimp/gimpunit_pdb.c:51 +#: libgimp/gimpunit.c:53 msgid "millimeters" msgstr "millimetres" #. professional units -#: libgimp/gimpunit_pdb.c:54 +#: libgimp/gimpunit.c:56 msgid "point" msgstr "" -#: libgimp/gimpunit_pdb.c:54 +#: libgimp/gimpunit.c:56 msgid "points" msgstr "" -#: libgimp/gimpunit_pdb.c:55 +#: libgimp/gimpunit.c:57 msgid "pica" msgstr "" -#: libgimp/gimpunit_pdb.c:55 +#: libgimp/gimpunit.c:57 msgid "picas" msgstr "" -#: libgimp/gimpunit_pdb.c:62 +#: libgimp/gimpunit.c:64 msgid "percent" msgstr "" -#: libgimp/gimpwidgets.c:706 +#: libgimp/gimpwidgets.c:709 msgid "" "If the \"Time\" button is not pressed, use this value for random number " "generator seed - this allows you to repeat a given \"random\" operation" msgstr "" -#: libgimp/gimpwidgets.c:711 +#: libgimp/gimpwidgets.c:714 msgid "Time" msgstr "" -#: libgimp/gimpwidgets.c:720 +#: libgimp/gimpwidgets.c:723 msgid "" "Seed random number generator from the current time - this guarantees a " "reasonable randomization" msgstr "" -#: libgimp/gimpwidgets.c:1032 +#: libgimp/gimpwidgets.c:1035 msgid "Bytes" msgstr "" -#: libgimp/gimpwidgets.c:1033 +#: libgimp/gimpwidgets.c:1036 msgid "KiloBytes" msgstr "" -#: libgimp/gimpwidgets.c:1034 +#: libgimp/gimpwidgets.c:1037 msgid "MegaBytes" msgstr "" diff --git a/po-libgimp/es.po b/po-libgimp/es.po index d7a2396aef..cd9db680e2 100644 --- a/po-libgimp/es.po +++ b/po-libgimp/es.po @@ -19,7 +19,7 @@ msgid "" msgstr "" "Project-Id-Version: GIMP 1.1.20\n" -"POT-Creation-Date: 2000-05-27 21:19-0700\n" +"POT-Creation-Date: 2000-06-06 12:41-0700\n" "PO-Revision-Date: 2000-04-23 12:56+02:00\n" "Last-Translator: Rodrigo Sancho Senosiain \n" "Language-Team: Spanish \n" @@ -28,11 +28,11 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "\n" -#: libgimp/gimpcolorbutton.c:116 +#: libgimp/gimpcolorbutton.c:118 msgid "/Use Foreground Color" msgstr "/Usar color de Frente" -#: libgimp/gimpcolorbutton.c:117 +#: libgimp/gimpcolorbutton.c:119 msgid "/Use Background Color" msgstr "/Usar color de Fondo" @@ -125,9 +125,9 @@ msgstr "Exportar" msgid "Ignore" msgstr "Ignorar" -#: libgimp/gimpexport.c:331 libgimp/gimpquerybox.c:180 -#: libgimp/gimpquerybox.c:234 libgimp/gimpquerybox.c:290 -#: libgimp/gimpquerybox.c:353 libgimp/gimpunitmenu.c:497 +#: libgimp/gimpexport.c:331 libgimp/gimpquerybox.c:183 +#: libgimp/gimpquerybox.c:237 libgimp/gimpquerybox.c:293 +#: libgimp/gimpquerybox.c:356 libgimp/gimpunitmenu.c:501 msgid "Cancel" msgstr "Cancelar" @@ -144,80 +144,80 @@ msgstr "" msgid "The export conversion won't modify your original image." msgstr "La conversión de exportación no modificará su imagen original" -#: libgimp/gimpfileselection.c:388 +#: libgimp/gimpfileselection.c:391 msgid "Select File" msgstr "Seleccione fichero" -#: libgimp/gimpquerybox.c:180 libgimp/gimpquerybox.c:234 -#: libgimp/gimpquerybox.c:290 libgimp/gimpquerybox.c:353 -#: libgimp/gimpunitmenu.c:495 +#: libgimp/gimpquerybox.c:183 libgimp/gimpquerybox.c:237 +#: libgimp/gimpquerybox.c:293 libgimp/gimpquerybox.c:356 +#: libgimp/gimpunitmenu.c:499 msgid "OK" msgstr "Aceptar" -#: libgimp/gimpunitmenu.c:234 +#: libgimp/gimpunitmenu.c:238 msgid "More..." msgstr "Más..." -#: libgimp/gimpunitmenu.c:490 +#: libgimp/gimpunitmenu.c:494 msgid "Unit Selection" msgstr "Selección de Unidad" -#: libgimp/gimpunitmenu.c:527 +#: libgimp/gimpunitmenu.c:531 msgid "Unit" msgstr "Unidad" -#: libgimp/gimpunitmenu.c:528 +#: libgimp/gimpunitmenu.c:532 msgid "Factor" msgstr "Factor" #. pseudo unit -#: libgimp/gimpunit_pdb.c:47 +#: libgimp/gimpunit.c:49 msgid "pixel" msgstr "píxel" -#: libgimp/gimpunit_pdb.c:47 +#: libgimp/gimpunit.c:49 msgid "pixels" msgstr "píxeles" #. standard units -#: libgimp/gimpunit_pdb.c:50 +#: libgimp/gimpunit.c:52 msgid "inch" msgstr "pulgada" -#: libgimp/gimpunit_pdb.c:50 +#: libgimp/gimpunit.c:52 msgid "inches" msgstr "pulgadas" -#: libgimp/gimpunit_pdb.c:51 +#: libgimp/gimpunit.c:53 msgid "millimeter" msgstr "milímetro" -#: libgimp/gimpunit_pdb.c:51 +#: libgimp/gimpunit.c:53 msgid "millimeters" msgstr "milímetros" #. professional units -#: libgimp/gimpunit_pdb.c:54 +#: libgimp/gimpunit.c:56 msgid "point" msgstr "punto" -#: libgimp/gimpunit_pdb.c:54 +#: libgimp/gimpunit.c:56 msgid "points" msgstr "puntos" -#: libgimp/gimpunit_pdb.c:55 +#: libgimp/gimpunit.c:57 msgid "pica" msgstr "pica" -#: libgimp/gimpunit_pdb.c:55 +#: libgimp/gimpunit.c:57 msgid "picas" msgstr "picas" -#: libgimp/gimpunit_pdb.c:62 +#: libgimp/gimpunit.c:64 msgid "percent" msgstr "por ciento" -#: libgimp/gimpwidgets.c:706 +#: libgimp/gimpwidgets.c:709 msgid "" "If the \"Time\" button is not pressed, use this value for random number " "generator seed - this allows you to repeat a given \"random\" operation" @@ -226,11 +226,11 @@ msgstr "" "generador de números aleatorios - permite que repita cualquier operación " "\"aleatoria\"" -#: libgimp/gimpwidgets.c:711 +#: libgimp/gimpwidgets.c:714 msgid "Time" msgstr "Tiempo" -#: libgimp/gimpwidgets.c:720 +#: libgimp/gimpwidgets.c:723 msgid "" "Seed random number generator from the current time - this guarantees a " "reasonable randomization" @@ -238,14 +238,14 @@ msgstr "" "Tomar semilla para generador de números aleatorios del tiempo actual - " "garantiza una aleatoriedad razonable" -#: libgimp/gimpwidgets.c:1032 +#: libgimp/gimpwidgets.c:1035 msgid "Bytes" msgstr "Bytes" -#: libgimp/gimpwidgets.c:1033 +#: libgimp/gimpwidgets.c:1036 msgid "KiloBytes" msgstr "KiloBytes" -#: libgimp/gimpwidgets.c:1034 +#: libgimp/gimpwidgets.c:1037 msgid "MegaBytes" msgstr "MegaBytes" diff --git a/po-libgimp/fi.po b/po-libgimp/fi.po index c4cc6385eb..80f5558a0c 100644 --- a/po-libgimp/fi.po +++ b/po-libgimp/fi.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: GIMP 1.1\n" -"POT-Creation-Date: 2000-06-07 12:40+0300\n" +"POT-Creation-Date: 2000-06-06 12:41-0700\n" "PO-Revision-Date: 2000-04-08 00:26+0300\n" "Last-Translator: Tor Lillqvist \n" "Language-Team: Finnish \n" diff --git a/po-libgimp/fr.po b/po-libgimp/fr.po index a407c09fbd..21e674487b 100644 --- a/po-libgimp/fr.po +++ b/po-libgimp/fr.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: gimp 1.1.15\n" -"POT-Creation-Date: 2000-05-27 21:19-0700\n" +"POT-Creation-Date: 2000-06-06 12:41-0700\n" "PO-Revision-Date: 1999-11-05 15:37+0100\n" "Last-Translator: Joaquim Fellmann \n" "Language-Team: GNOME French Team \n" @@ -15,11 +15,11 @@ msgstr "" "Content-Type: text/plain; charset=iso-8859-1\n" "Content-Transfer-Encoding: 8bit\n" -#: libgimp/gimpcolorbutton.c:116 +#: libgimp/gimpcolorbutton.c:118 msgid "/Use Foreground Color" msgstr "/Utiliser la couleur d'avant plan" -#: libgimp/gimpcolorbutton.c:117 +#: libgimp/gimpcolorbutton.c:119 msgid "/Use Background Color" msgstr "/Utiliser la couleur d'arrière plan" @@ -113,9 +113,9 @@ msgstr "Exporter" msgid "Ignore" msgstr "Ignorer" -#: libgimp/gimpexport.c:331 libgimp/gimpquerybox.c:180 -#: libgimp/gimpquerybox.c:234 libgimp/gimpquerybox.c:290 -#: libgimp/gimpquerybox.c:353 libgimp/gimpunitmenu.c:497 +#: libgimp/gimpexport.c:331 libgimp/gimpquerybox.c:183 +#: libgimp/gimpquerybox.c:237 libgimp/gimpquerybox.c:293 +#: libgimp/gimpquerybox.c:356 libgimp/gimpunitmenu.c:501 msgid "Cancel" msgstr "Annuler" @@ -132,80 +132,80 @@ msgstr "" msgid "The export conversion won't modify your original image." msgstr "La conversion exporter ne modifier pas l'image d'origine." -#: libgimp/gimpfileselection.c:388 +#: libgimp/gimpfileselection.c:391 msgid "Select File" msgstr "Sélection du fichier" -#: libgimp/gimpquerybox.c:180 libgimp/gimpquerybox.c:234 -#: libgimp/gimpquerybox.c:290 libgimp/gimpquerybox.c:353 -#: libgimp/gimpunitmenu.c:495 +#: libgimp/gimpquerybox.c:183 libgimp/gimpquerybox.c:237 +#: libgimp/gimpquerybox.c:293 libgimp/gimpquerybox.c:356 +#: libgimp/gimpunitmenu.c:499 msgid "OK" msgstr "Confirmer" -#: libgimp/gimpunitmenu.c:234 +#: libgimp/gimpunitmenu.c:238 msgid "More..." msgstr "Suite..." -#: libgimp/gimpunitmenu.c:490 +#: libgimp/gimpunitmenu.c:494 msgid "Unit Selection" msgstr "Sélection des unités" -#: libgimp/gimpunitmenu.c:527 +#: libgimp/gimpunitmenu.c:531 msgid "Unit" msgstr "Unité" -#: libgimp/gimpunitmenu.c:528 +#: libgimp/gimpunitmenu.c:532 msgid "Factor" msgstr "Facteur" #. pseudo unit -#: libgimp/gimpunit_pdb.c:47 +#: libgimp/gimpunit.c:49 msgid "pixel" msgstr "pixel" -#: libgimp/gimpunit_pdb.c:47 +#: libgimp/gimpunit.c:49 msgid "pixels" msgstr "pixels" #. standard units -#: libgimp/gimpunit_pdb.c:50 +#: libgimp/gimpunit.c:52 msgid "inch" msgstr "pouce" -#: libgimp/gimpunit_pdb.c:50 +#: libgimp/gimpunit.c:52 msgid "inches" msgstr "pouces" -#: libgimp/gimpunit_pdb.c:51 +#: libgimp/gimpunit.c:53 msgid "millimeter" msgstr "millimètre" -#: libgimp/gimpunit_pdb.c:51 +#: libgimp/gimpunit.c:53 msgid "millimeters" msgstr "millimètres" #. professional units -#: libgimp/gimpunit_pdb.c:54 +#: libgimp/gimpunit.c:56 msgid "point" msgstr "point" -#: libgimp/gimpunit_pdb.c:54 +#: libgimp/gimpunit.c:56 msgid "points" msgstr "points" -#: libgimp/gimpunit_pdb.c:55 +#: libgimp/gimpunit.c:57 msgid "pica" msgstr "pica" -#: libgimp/gimpunit_pdb.c:55 +#: libgimp/gimpunit.c:57 msgid "picas" msgstr "picas" -#: libgimp/gimpunit_pdb.c:62 +#: libgimp/gimpunit.c:64 msgid "percent" msgstr "pourcent" -#: libgimp/gimpwidgets.c:706 +#: libgimp/gimpwidgets.c:709 msgid "" "If the \"Time\" button is not pressed, use this value for random number " "generator seed - this allows you to repeat a given \"random\" operation" @@ -214,11 +214,11 @@ msgstr "" "du générateur de nombres aléatoires. Cela vous permet d'avoir une séquence " "aléatoire reproductible en fournissant la même graine." -#: libgimp/gimpwidgets.c:711 +#: libgimp/gimpwidgets.c:714 msgid "Time" msgstr "Heure" -#: libgimp/gimpwidgets.c:720 +#: libgimp/gimpwidgets.c:723 msgid "" "Seed random number generator from the current time - this guarantees a " "reasonable randomization" @@ -226,15 +226,15 @@ msgstr "" "Prend l'heure actuelle comme graine du générateur de nombres aléatoires. " "Cela garanti un aléa raisonnable." -#: libgimp/gimpwidgets.c:1032 +#: libgimp/gimpwidgets.c:1035 msgid "Bytes" msgstr "Octets" -#: libgimp/gimpwidgets.c:1033 +#: libgimp/gimpwidgets.c:1036 msgid "KiloBytes" msgstr "KiloOctets" -#: libgimp/gimpwidgets.c:1034 +#: libgimp/gimpwidgets.c:1037 msgid "MegaBytes" msgstr "MégaOctets" diff --git a/po-libgimp/hu.po b/po-libgimp/hu.po index af074a19e9..76a2821c13 100644 --- a/po-libgimp/hu.po +++ b/po-libgimp/hu.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2000-05-27 21:19-0700\n" +"POT-Creation-Date: 2000-06-06 12:41-0700\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -13,11 +13,11 @@ msgstr "" "Content-Type: text/plain; charset=CHARSET\n" "Content-Transfer-Encoding: ENCODING\n" -#: libgimp/gimpcolorbutton.c:116 +#: libgimp/gimpcolorbutton.c:118 msgid "/Use Foreground Color" msgstr "" -#: libgimp/gimpcolorbutton.c:117 +#: libgimp/gimpcolorbutton.c:119 msgid "/Use Background Color" msgstr "" @@ -126,9 +126,9 @@ msgstr "Forr msgid "Ignore" msgstr "" -#: libgimp/gimpexport.c:331 libgimp/gimpquerybox.c:180 -#: libgimp/gimpquerybox.c:234 libgimp/gimpquerybox.c:290 -#: libgimp/gimpquerybox.c:353 libgimp/gimpunitmenu.c:497 +#: libgimp/gimpexport.c:331 libgimp/gimpquerybox.c:183 +#: libgimp/gimpquerybox.c:237 libgimp/gimpquerybox.c:293 +#: libgimp/gimpquerybox.c:356 libgimp/gimpunitmenu.c:501 msgid "Cancel" msgstr "Mégsem" @@ -143,111 +143,111 @@ msgstr "" msgid "The export conversion won't modify your original image." msgstr "" -#: libgimp/gimpfileselection.c:388 +#: libgimp/gimpfileselection.c:391 #, fuzzy msgid "Select File" msgstr "Kijelölés" -#: libgimp/gimpquerybox.c:180 libgimp/gimpquerybox.c:234 -#: libgimp/gimpquerybox.c:290 libgimp/gimpquerybox.c:353 -#: libgimp/gimpunitmenu.c:495 +#: libgimp/gimpquerybox.c:183 libgimp/gimpquerybox.c:237 +#: libgimp/gimpquerybox.c:293 libgimp/gimpquerybox.c:356 +#: libgimp/gimpunitmenu.c:499 msgid "OK" msgstr "" -#: libgimp/gimpunitmenu.c:234 +#: libgimp/gimpunitmenu.c:238 msgid "More..." msgstr "" -#: libgimp/gimpunitmenu.c:490 +#: libgimp/gimpunitmenu.c:494 #, fuzzy msgid "Unit Selection" msgstr "Kijelölés" -#: libgimp/gimpunitmenu.c:527 +#: libgimp/gimpunitmenu.c:531 #, fuzzy msgid "Unit" msgstr "Névtelen" -#: libgimp/gimpunitmenu.c:528 +#: libgimp/gimpunitmenu.c:532 msgid "Factor" msgstr "" #. pseudo unit -#: libgimp/gimpunit_pdb.c:47 +#: libgimp/gimpunit.c:49 #, fuzzy msgid "pixel" msgstr "Pixel" -#: libgimp/gimpunit_pdb.c:47 +#: libgimp/gimpunit.c:49 #, fuzzy msgid "pixels" msgstr "Pixel" #. standard units -#: libgimp/gimpunit_pdb.c:50 +#: libgimp/gimpunit.c:52 msgid "inch" msgstr "coll" -#: libgimp/gimpunit_pdb.c:50 +#: libgimp/gimpunit.c:52 msgid "inches" msgstr "coll" -#: libgimp/gimpunit_pdb.c:51 +#: libgimp/gimpunit.c:53 msgid "millimeter" msgstr "" -#: libgimp/gimpunit_pdb.c:51 +#: libgimp/gimpunit.c:53 #, fuzzy msgid "millimeters" msgstr "Kitöltés típusa" #. professional units -#: libgimp/gimpunit_pdb.c:54 +#: libgimp/gimpunit.c:56 msgid "point" msgstr "" -#: libgimp/gimpunit_pdb.c:54 +#: libgimp/gimpunit.c:56 msgid "points" msgstr "" -#: libgimp/gimpunit_pdb.c:55 +#: libgimp/gimpunit.c:57 msgid "pica" msgstr "" -#: libgimp/gimpunit_pdb.c:55 +#: libgimp/gimpunit.c:57 msgid "picas" msgstr "" -#: libgimp/gimpunit_pdb.c:62 +#: libgimp/gimpunit.c:64 #, fuzzy msgid "percent" msgstr "Perspektíva" -#: libgimp/gimpwidgets.c:706 +#: libgimp/gimpwidgets.c:709 msgid "" "If the \"Time\" button is not pressed, use this value for random number " "generator seed - this allows you to repeat a given \"random\" operation" msgstr "" -#: libgimp/gimpwidgets.c:711 +#: libgimp/gimpwidgets.c:714 msgid "Time" msgstr "" -#: libgimp/gimpwidgets.c:720 +#: libgimp/gimpwidgets.c:723 msgid "" "Seed random number generator from the current time - this guarantees a " "reasonable randomization" msgstr "" -#: libgimp/gimpwidgets.c:1032 +#: libgimp/gimpwidgets.c:1035 msgid "Bytes" msgstr "" -#: libgimp/gimpwidgets.c:1033 +#: libgimp/gimpwidgets.c:1036 msgid "KiloBytes" msgstr "" -#: libgimp/gimpwidgets.c:1034 +#: libgimp/gimpwidgets.c:1037 msgid "MegaBytes" msgstr "" diff --git a/po-libgimp/it.po b/po-libgimp/it.po index a286f1a23d..09ec8de456 100644 --- a/po-libgimp/it.po +++ b/po-libgimp/it.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: gimp 1.1.16\n" -"POT-Creation-Date: 2000-05-27 21:19-0700\n" +"POT-Creation-Date: 2000-06-06 12:41-0700\n" "PO-Revision-Date: dom feb 6 16:47:39 CET 2000\n" "Last-Translator: Daniele Medri \n" "Language-Team: gimp.linux.it\n" @@ -14,11 +14,11 @@ msgstr "" "--keyword=_ --keyword=N_ --files-from=./POTFILES.in\n" "Files: app/about_dialog.c app/main.c app/menus.c app/regex.c\n" -#: libgimp/gimpcolorbutton.c:116 +#: libgimp/gimpcolorbutton.c:118 msgid "/Use Foreground Color" msgstr "/Utilizza Colore Primo Piano" -#: libgimp/gimpcolorbutton.c:117 +#: libgimp/gimpcolorbutton.c:119 msgid "/Use Background Color" msgstr "/Utilizza Colore di Sfondo" @@ -112,9 +112,9 @@ msgstr "Esporta" msgid "Ignore" msgstr "Ignora" -#: libgimp/gimpexport.c:331 libgimp/gimpquerybox.c:180 -#: libgimp/gimpquerybox.c:234 libgimp/gimpquerybox.c:290 -#: libgimp/gimpquerybox.c:353 libgimp/gimpunitmenu.c:497 +#: libgimp/gimpexport.c:331 libgimp/gimpquerybox.c:183 +#: libgimp/gimpquerybox.c:237 libgimp/gimpquerybox.c:293 +#: libgimp/gimpquerybox.c:356 libgimp/gimpunitmenu.c:501 msgid "Cancel" msgstr "Cancella" @@ -131,80 +131,80 @@ msgstr "" msgid "The export conversion won't modify your original image." msgstr "L'esportazione non modificherà l'immagine originale." -#: libgimp/gimpfileselection.c:388 +#: libgimp/gimpfileselection.c:391 msgid "Select File" msgstr "Seleziona File" -#: libgimp/gimpquerybox.c:180 libgimp/gimpquerybox.c:234 -#: libgimp/gimpquerybox.c:290 libgimp/gimpquerybox.c:353 -#: libgimp/gimpunitmenu.c:495 +#: libgimp/gimpquerybox.c:183 libgimp/gimpquerybox.c:237 +#: libgimp/gimpquerybox.c:293 libgimp/gimpquerybox.c:356 +#: libgimp/gimpunitmenu.c:499 msgid "OK" msgstr "OK" -#: libgimp/gimpunitmenu.c:234 +#: libgimp/gimpunitmenu.c:238 msgid "More..." msgstr "Altri..." -#: libgimp/gimpunitmenu.c:490 +#: libgimp/gimpunitmenu.c:494 msgid "Unit Selection" msgstr "Selezione delle Unità" -#: libgimp/gimpunitmenu.c:527 +#: libgimp/gimpunitmenu.c:531 msgid "Unit" msgstr "Unità" -#: libgimp/gimpunitmenu.c:528 +#: libgimp/gimpunitmenu.c:532 msgid "Factor" msgstr "Fattore" #. pseudo unit -#: libgimp/gimpunit_pdb.c:47 +#: libgimp/gimpunit.c:49 msgid "pixel" msgstr "pixel" -#: libgimp/gimpunit_pdb.c:47 +#: libgimp/gimpunit.c:49 msgid "pixels" msgstr "pixel" #. standard units -#: libgimp/gimpunit_pdb.c:50 +#: libgimp/gimpunit.c:52 msgid "inch" msgstr "pollice" -#: libgimp/gimpunit_pdb.c:50 +#: libgimp/gimpunit.c:52 msgid "inches" msgstr "pollici" -#: libgimp/gimpunit_pdb.c:51 +#: libgimp/gimpunit.c:53 msgid "millimeter" msgstr "millimetri" -#: libgimp/gimpunit_pdb.c:51 +#: libgimp/gimpunit.c:53 msgid "millimeters" msgstr "millimetri" #. professional units -#: libgimp/gimpunit_pdb.c:54 +#: libgimp/gimpunit.c:56 msgid "point" msgstr "punto" -#: libgimp/gimpunit_pdb.c:54 +#: libgimp/gimpunit.c:56 msgid "points" msgstr "punti" -#: libgimp/gimpunit_pdb.c:55 +#: libgimp/gimpunit.c:57 msgid "pica" msgstr "pica" -#: libgimp/gimpunit_pdb.c:55 +#: libgimp/gimpunit.c:57 msgid "picas" msgstr "pica" -#: libgimp/gimpunit_pdb.c:62 +#: libgimp/gimpunit.c:64 msgid "percent" msgstr "percento" -#: libgimp/gimpwidgets.c:706 +#: libgimp/gimpwidgets.c:709 msgid "" "If the \"Time\" button is not pressed, use this value for random number " "generator seed - this allows you to repeat a given \"random\" operation" @@ -213,11 +213,11 @@ msgstr "" "generazione del seme di casualità - questo vi permette di ripetereuna data " "operazione in modalità \"casuale\"." -#: libgimp/gimpwidgets.c:711 +#: libgimp/gimpwidgets.c:714 msgid "Time" msgstr "Tempo" -#: libgimp/gimpwidgets.c:720 +#: libgimp/gimpwidgets.c:723 msgid "" "Seed random number generator from the current time - this guarantees a " "reasonable randomization" @@ -225,15 +225,15 @@ msgstr "" "Generazione del seme di casualità dall'ora corrente - questo garantisceuna " "casualità ragionevole" -#: libgimp/gimpwidgets.c:1032 +#: libgimp/gimpwidgets.c:1035 msgid "Bytes" msgstr "Byte" -#: libgimp/gimpwidgets.c:1033 +#: libgimp/gimpwidgets.c:1036 msgid "KiloBytes" msgstr "KByte" -#: libgimp/gimpwidgets.c:1034 +#: libgimp/gimpwidgets.c:1037 msgid "MegaBytes" msgstr "MByte" diff --git a/po-libgimp/ja.po b/po-libgimp/ja.po index 17bc522bc7..31a14d2ebc 100644 --- a/po-libgimp/ja.po +++ b/po-libgimp/ja.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: gimp 1.1.18\n" -"POT-Creation-Date: 2000-05-27 21:19-0700\n" +"POT-Creation-Date: 2000-06-06 12:41-0700\n" "PO-Revision-Date: 2000-03-16 16:24+09:00\n" "Last-Translator: Çòºê ÂÙ¹° \n" "Language-Team: Japanese \n" @@ -13,11 +13,11 @@ msgstr "" "Content-Type: text/plain; charset=EUC-JP\n" "Content-Transfer-Encoding: 8bit\n" -#: libgimp/gimpcolorbutton.c:116 +#: libgimp/gimpcolorbutton.c:118 msgid "/Use Foreground Color" msgstr "/Á°·Ê¿§¤ò»ÈÍÑ" -#: libgimp/gimpcolorbutton.c:117 +#: libgimp/gimpcolorbutton.c:119 msgid "/Use Background Color" msgstr "/ÇØ·Ê¿§¤ò»ÈÍÑ" @@ -110,9 +110,9 @@ msgstr " msgid "Ignore" msgstr "̵»ë" -#: libgimp/gimpexport.c:331 libgimp/gimpquerybox.c:180 -#: libgimp/gimpquerybox.c:234 libgimp/gimpquerybox.c:290 -#: libgimp/gimpquerybox.c:353 libgimp/gimpunitmenu.c:497 +#: libgimp/gimpexport.c:331 libgimp/gimpquerybox.c:183 +#: libgimp/gimpquerybox.c:237 libgimp/gimpquerybox.c:293 +#: libgimp/gimpquerybox.c:356 libgimp/gimpunitmenu.c:501 msgid "Cancel" msgstr "¼è¾Ã" @@ -127,80 +127,80 @@ msgstr " msgid "The export conversion won't modify your original image." msgstr "¥¨¥¯¥¹¥Ý¡¼¥ÈÊÑ´¹¤Ï¸µ²èÁü¤Ë¤Ï±Æ¶Á¤òÍ¿¤¨¤Þ¤»¤ó." -#: libgimp/gimpfileselection.c:388 +#: libgimp/gimpfileselection.c:391 msgid "Select File" msgstr "¥Õ¥¡¥¤¥ëÁªÂò" -#: libgimp/gimpquerybox.c:180 libgimp/gimpquerybox.c:234 -#: libgimp/gimpquerybox.c:290 libgimp/gimpquerybox.c:353 -#: libgimp/gimpunitmenu.c:495 +#: libgimp/gimpquerybox.c:183 libgimp/gimpquerybox.c:237 +#: libgimp/gimpquerybox.c:293 libgimp/gimpquerybox.c:356 +#: libgimp/gimpunitmenu.c:499 msgid "OK" msgstr "λ²ò" -#: libgimp/gimpunitmenu.c:234 +#: libgimp/gimpunitmenu.c:238 msgid "More..." msgstr "¾ÜºÙÀßÄê..." -#: libgimp/gimpunitmenu.c:490 +#: libgimp/gimpunitmenu.c:494 msgid "Unit Selection" msgstr "ñ°ÌÁªÂò" -#: libgimp/gimpunitmenu.c:527 +#: libgimp/gimpunitmenu.c:531 msgid "Unit" msgstr "ñ°Ì" -#: libgimp/gimpunitmenu.c:528 +#: libgimp/gimpunitmenu.c:532 msgid "Factor" msgstr "ÇÜΨ" #. pseudo unit -#: libgimp/gimpunit_pdb.c:47 +#: libgimp/gimpunit.c:49 msgid "pixel" msgstr "¥Ô¥¯¥»¥ë" -#: libgimp/gimpunit_pdb.c:47 +#: libgimp/gimpunit.c:49 msgid "pixels" msgstr "¥Ô¥¯¥»¥ë" #. standard units -#: libgimp/gimpunit_pdb.c:50 +#: libgimp/gimpunit.c:52 msgid "inch" msgstr "¥¤¥ó¥Á" -#: libgimp/gimpunit_pdb.c:50 +#: libgimp/gimpunit.c:52 msgid "inches" msgstr "¥¤¥ó¥Á" -#: libgimp/gimpunit_pdb.c:51 +#: libgimp/gimpunit.c:53 msgid "millimeter" msgstr "¥ß¥ê¥á¡¼¥È¥ë" -#: libgimp/gimpunit_pdb.c:51 +#: libgimp/gimpunit.c:53 msgid "millimeters" msgstr "¥ß¥ê¥á¡¼¥È¥ë" #. professional units -#: libgimp/gimpunit_pdb.c:54 +#: libgimp/gimpunit.c:56 msgid "point" msgstr "¥Ý¥¤¥ó¥È" -#: libgimp/gimpunit_pdb.c:54 +#: libgimp/gimpunit.c:56 msgid "points" msgstr "¥Ý¥¤¥ó¥È" -#: libgimp/gimpunit_pdb.c:55 +#: libgimp/gimpunit.c:57 msgid "pica" msgstr "¥Ñ¥¤¥«" -#: libgimp/gimpunit_pdb.c:55 +#: libgimp/gimpunit.c:57 msgid "picas" msgstr "¥Ñ¥¤¥«" -#: libgimp/gimpunit_pdb.c:62 +#: libgimp/gimpunit.c:64 msgid "percent" msgstr "¥Ñ¡¼¥»¥ó¥È" -#: libgimp/gimpwidgets.c:706 +#: libgimp/gimpwidgets.c:709 msgid "" "If the \"Time\" button is not pressed, use this value for random number " "generator seed - this allows you to repeat a given \"random\" operation" @@ -208,11 +208,11 @@ msgstr "" "\"»þ´Ö\" ¥Ü¥¿¥ó¤¬²¡¤µ¤ì¤Æ¤¤¤Ê¤¤¾ì¹ç¤Ë¤Ï, ¤³¤ÎÃͤòÍð¿ô¤Î¼ï¤È¤·¤ÆÍѤ¤¤Þ¤¹ - " "¤½¤¦¤¹¤ë¤³¤È¤Ç, ÆÃÄê¤Î \"Íð¿ô\" Áàºî¤ò¹Ô¤¦¤³¤È¤¬¤Ç¤­¤Þ¤¹" -#: libgimp/gimpwidgets.c:711 +#: libgimp/gimpwidgets.c:714 msgid "Time" msgstr "»þ´Ö" -#: libgimp/gimpwidgets.c:720 +#: libgimp/gimpwidgets.c:723 msgid "" "Seed random number generator from the current time - this guarantees a " "reasonable randomization" @@ -220,14 +220,14 @@ msgstr "" "¸½ºß»þ¹ï¤ò¤â¤È¤Ë¤·¤¿Íð¿ô¤òÀ¸À®¤·¤Þ¤¹ - " "½½Ê¬¤ÊÀºÅÙ¤ÎÍð¿ô¤òÆÀ¤ë¤³¤È¤¬¤Ç¤­¤ë¤Ç¤·¤ç¤¦" -#: libgimp/gimpwidgets.c:1032 +#: libgimp/gimpwidgets.c:1035 msgid "Bytes" msgstr "Bytes" -#: libgimp/gimpwidgets.c:1033 +#: libgimp/gimpwidgets.c:1036 msgid "KiloBytes" msgstr "KiloBytes" -#: libgimp/gimpwidgets.c:1034 +#: libgimp/gimpwidgets.c:1037 msgid "MegaBytes" msgstr "MegaBytes" diff --git a/po-libgimp/ko.po b/po-libgimp/ko.po index 08d867cc5e..aeb8e18425 100644 --- a/po-libgimp/ko.po +++ b/po-libgimp/ko.po @@ -4,7 +4,7 @@ msgid "" msgstr "" "Project-Id-Version: gimp-plug-ins 1.1.10\n" -"POT-Creation-Date: 2000-05-27 21:19-0700\n" +"POT-Creation-Date: 2000-06-06 12:41-0700\n" "PO-Revision-Date: 1999-10-13 05:33:05+0900\n" "Last-Translator: Young-Boo Park \n" "Language-Team: Korean \n" @@ -12,11 +12,11 @@ msgstr "" "Content-Type: text/plain; charset=euc-kr\n" "Content-Transfer-Encoding: 8bit\n" -#: libgimp/gimpcolorbutton.c:116 +#: libgimp/gimpcolorbutton.c:118 msgid "/Use Foreground Color" msgstr "" -#: libgimp/gimpcolorbutton.c:117 +#: libgimp/gimpcolorbutton.c:119 msgid "/Use Background Color" msgstr "" @@ -121,9 +121,9 @@ msgstr " msgid "Ignore" msgstr "¹«½Ã" -#: libgimp/gimpexport.c:331 libgimp/gimpquerybox.c:180 -#: libgimp/gimpquerybox.c:234 libgimp/gimpquerybox.c:290 -#: libgimp/gimpquerybox.c:353 libgimp/gimpunitmenu.c:497 +#: libgimp/gimpexport.c:331 libgimp/gimpquerybox.c:183 +#: libgimp/gimpquerybox.c:237 libgimp/gimpquerybox.c:293 +#: libgimp/gimpquerybox.c:356 libgimp/gimpunitmenu.c:501 msgid "Cancel" msgstr "Ãë¼Ò" @@ -139,105 +139,105 @@ msgstr "" msgid "The export conversion won't modify your original image." msgstr "ÀüÇϱâ(export) ÀüȯÀº ´ç½ÅÀÇ ¿ø·¡ À̹ÌÁö¸¦ ¹Ù²Ù±â ¾ÊÀ» °ÍÀÔ´Ï´Ù." -#: libgimp/gimpfileselection.c:388 +#: libgimp/gimpfileselection.c:391 msgid "Select File" msgstr "ÆÄÀÏ ¼±ÅÃ" -#: libgimp/gimpquerybox.c:180 libgimp/gimpquerybox.c:234 -#: libgimp/gimpquerybox.c:290 libgimp/gimpquerybox.c:353 -#: libgimp/gimpunitmenu.c:495 +#: libgimp/gimpquerybox.c:183 libgimp/gimpquerybox.c:237 +#: libgimp/gimpquerybox.c:293 libgimp/gimpquerybox.c:356 +#: libgimp/gimpunitmenu.c:499 msgid "OK" msgstr "" -#: libgimp/gimpunitmenu.c:234 +#: libgimp/gimpunitmenu.c:238 msgid "More..." msgstr "Á» ´õ..." -#: libgimp/gimpunitmenu.c:490 +#: libgimp/gimpunitmenu.c:494 msgid "Unit Selection" msgstr "´ÜÀ§ ¼¿·º¼Ç" -#: libgimp/gimpunitmenu.c:527 +#: libgimp/gimpunitmenu.c:531 #, fuzzy msgid "Unit" msgstr "´ÜÀ§ " -#: libgimp/gimpunitmenu.c:528 +#: libgimp/gimpunitmenu.c:532 msgid "Factor" msgstr "ÇÁ·¢Å»" #. pseudo unit -#: libgimp/gimpunit_pdb.c:47 +#: libgimp/gimpunit.c:49 msgid "pixel" msgstr "Çȼ¿" -#: libgimp/gimpunit_pdb.c:47 +#: libgimp/gimpunit.c:49 msgid "pixels" msgstr "Çȼ¿" #. standard units -#: libgimp/gimpunit_pdb.c:50 +#: libgimp/gimpunit.c:52 msgid "inch" msgstr "ÀÎÄ¡" -#: libgimp/gimpunit_pdb.c:50 +#: libgimp/gimpunit.c:52 msgid "inches" msgstr "ÀÎÄ¡" -#: libgimp/gimpunit_pdb.c:51 +#: libgimp/gimpunit.c:53 msgid "millimeter" msgstr "¹Ð¸®¹ÌÅÍ" -#: libgimp/gimpunit_pdb.c:51 +#: libgimp/gimpunit.c:53 msgid "millimeters" msgstr "¹Ð¸®¹ÌÅÍ" #. professional units -#: libgimp/gimpunit_pdb.c:54 +#: libgimp/gimpunit.c:56 msgid "point" msgstr "Æ÷ÀÎÆ®" -#: libgimp/gimpunit_pdb.c:54 +#: libgimp/gimpunit.c:56 msgid "points" msgstr "Æ÷ÀÎÆ®" -#: libgimp/gimpunit_pdb.c:55 +#: libgimp/gimpunit.c:57 msgid "pica" msgstr "ÆÄÀÌÄ«" -#: libgimp/gimpunit_pdb.c:55 +#: libgimp/gimpunit.c:57 msgid "picas" msgstr "ÆÄÀÌÄ«" -#: libgimp/gimpunit_pdb.c:62 +#: libgimp/gimpunit.c:64 msgid "percent" msgstr "ÆÛ¼¾Æ®" -#: libgimp/gimpwidgets.c:706 +#: libgimp/gimpwidgets.c:709 msgid "" "If the \"Time\" button is not pressed, use this value for random number " "generator seed - this allows you to repeat a given \"random\" operation" msgstr "" -#: libgimp/gimpwidgets.c:711 +#: libgimp/gimpwidgets.c:714 msgid "Time" msgstr "" -#: libgimp/gimpwidgets.c:720 +#: libgimp/gimpwidgets.c:723 msgid "" "Seed random number generator from the current time - this guarantees a " "reasonable randomization" msgstr "" -#: libgimp/gimpwidgets.c:1032 +#: libgimp/gimpwidgets.c:1035 msgid "Bytes" msgstr "" -#: libgimp/gimpwidgets.c:1033 +#: libgimp/gimpwidgets.c:1036 msgid "KiloBytes" msgstr "" -#: libgimp/gimpwidgets.c:1034 +#: libgimp/gimpwidgets.c:1037 msgid "MegaBytes" msgstr "" diff --git a/po-libgimp/nl.po b/po-libgimp/nl.po index 552e77cf00..afec88092f 100644 --- a/po-libgimp/nl.po +++ b/po-libgimp/nl.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: GIMP 1.1.19\n" -"POT-Creation-Date: 2000-05-27 21:19-0700\n" +"POT-Creation-Date: 2000-06-06 12:41-0700\n" "PO-Revision-Date: 2000-04-05 00:28+02:00\n" "Last-Translator: Gert Dewit \n" "Language-Team: Dutch \n" @@ -13,11 +13,11 @@ msgstr "" "Content-Type: text/plain; charset=iso-8859-1\n" "Content-Transfer-Encoding: 8bit\n" -#: libgimp/gimpcolorbutton.c:116 +#: libgimp/gimpcolorbutton.c:118 msgid "/Use Foreground Color" msgstr "/Voorgrondkleur gebruiken" -#: libgimp/gimpcolorbutton.c:117 +#: libgimp/gimpcolorbutton.c:119 msgid "/Use Background Color" msgstr "/Achtergrondkleur gebruiken" @@ -110,9 +110,9 @@ msgstr "Exporteer" msgid "Ignore" msgstr "Negeren" -#: libgimp/gimpexport.c:331 libgimp/gimpquerybox.c:180 -#: libgimp/gimpquerybox.c:234 libgimp/gimpquerybox.c:290 -#: libgimp/gimpquerybox.c:353 libgimp/gimpunitmenu.c:497 +#: libgimp/gimpexport.c:331 libgimp/gimpquerybox.c:183 +#: libgimp/gimpquerybox.c:237 libgimp/gimpquerybox.c:293 +#: libgimp/gimpquerybox.c:356 libgimp/gimpunitmenu.c:501 msgid "Cancel" msgstr "Annuleren" @@ -129,80 +129,80 @@ msgstr "" msgid "The export conversion won't modify your original image." msgstr "De export zal uw orgineel beeld niet wijzigen." -#: libgimp/gimpfileselection.c:388 +#: libgimp/gimpfileselection.c:391 msgid "Select File" msgstr "Selecteer Bestand" -#: libgimp/gimpquerybox.c:180 libgimp/gimpquerybox.c:234 -#: libgimp/gimpquerybox.c:290 libgimp/gimpquerybox.c:353 -#: libgimp/gimpunitmenu.c:495 +#: libgimp/gimpquerybox.c:183 libgimp/gimpquerybox.c:237 +#: libgimp/gimpquerybox.c:293 libgimp/gimpquerybox.c:356 +#: libgimp/gimpunitmenu.c:499 msgid "OK" msgstr "OK" -#: libgimp/gimpunitmenu.c:234 +#: libgimp/gimpunitmenu.c:238 msgid "More..." msgstr "Meer..." -#: libgimp/gimpunitmenu.c:490 +#: libgimp/gimpunitmenu.c:494 msgid "Unit Selection" msgstr "Selectie van de eenheden" -#: libgimp/gimpunitmenu.c:527 +#: libgimp/gimpunitmenu.c:531 msgid "Unit" msgstr "Eenheid" -#: libgimp/gimpunitmenu.c:528 +#: libgimp/gimpunitmenu.c:532 msgid "Factor" msgstr "Factor" #. pseudo unit -#: libgimp/gimpunit_pdb.c:47 +#: libgimp/gimpunit.c:49 msgid "pixel" msgstr "pixel" -#: libgimp/gimpunit_pdb.c:47 +#: libgimp/gimpunit.c:49 msgid "pixels" msgstr "pixels" #. standard units -#: libgimp/gimpunit_pdb.c:50 +#: libgimp/gimpunit.c:52 msgid "inch" msgstr "duim" -#: libgimp/gimpunit_pdb.c:50 +#: libgimp/gimpunit.c:52 msgid "inches" msgstr "duim" -#: libgimp/gimpunit_pdb.c:51 +#: libgimp/gimpunit.c:53 msgid "millimeter" msgstr "millimeter" -#: libgimp/gimpunit_pdb.c:51 +#: libgimp/gimpunit.c:53 msgid "millimeters" msgstr "millimeter" #. professional units -#: libgimp/gimpunit_pdb.c:54 +#: libgimp/gimpunit.c:56 msgid "point" msgstr "punt" -#: libgimp/gimpunit_pdb.c:54 +#: libgimp/gimpunit.c:56 msgid "points" msgstr "punt" -#: libgimp/gimpunit_pdb.c:55 +#: libgimp/gimpunit.c:57 msgid "pica" msgstr "pica" -#: libgimp/gimpunit_pdb.c:55 +#: libgimp/gimpunit.c:57 msgid "picas" msgstr "pica" -#: libgimp/gimpunit_pdb.c:62 +#: libgimp/gimpunit.c:64 msgid "percent" msgstr "percent" -#: libgimp/gimpwidgets.c:706 +#: libgimp/gimpwidgets.c:709 msgid "" "If the \"Time\" button is not pressed, use this value for random number " "generator seed - this allows you to repeat a given \"random\" operation" @@ -210,11 +210,11 @@ msgstr "" "Gebruik deze waarde om de willekeurige nummers te genereren als de " "\"Tijd\"-knop niet is ingedrukt " -#: libgimp/gimpwidgets.c:711 +#: libgimp/gimpwidgets.c:714 msgid "Time" msgstr "Tijd" -#: libgimp/gimpwidgets.c:720 +#: libgimp/gimpwidgets.c:723 msgid "" "Seed random number generator from the current time - this guarantees a " "reasonable randomization" @@ -222,15 +222,15 @@ msgstr "" "Gebruik de tijd om willekeurige waarden te genereren - dit garandeert een " "aanvaardbaar resultaat" -#: libgimp/gimpwidgets.c:1032 +#: libgimp/gimpwidgets.c:1035 msgid "Bytes" msgstr "Bytes" -#: libgimp/gimpwidgets.c:1033 +#: libgimp/gimpwidgets.c:1036 msgid "KiloBytes" msgstr "Kilobytes" -#: libgimp/gimpwidgets.c:1034 +#: libgimp/gimpwidgets.c:1037 msgid "MegaBytes" msgstr "Megabytes" diff --git a/po-libgimp/no.po b/po-libgimp/no.po index 9c6817dae1..e885d9f3dc 100644 --- a/po-libgimp/no.po +++ b/po-libgimp/no.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: GIMP 1.1.21\n" -"POT-Creation-Date: 2000-05-27 21:19-0700\n" +"POT-Creation-Date: 2000-06-06 12:41-0700\n" "PO-Revision-Date: 2000-03-30 01:12+02:00\n" "Last-Translator: Kjartan Maraas \n" "Language-Team: Norwegian \n" @@ -13,11 +13,11 @@ msgstr "" "Content-Type: text/plain; charset=iso-8859-1\n" "Content-Transfer-Encoding: 8-bit\n" -#: libgimp/gimpcolorbutton.c:116 +#: libgimp/gimpcolorbutton.c:118 msgid "/Use Foreground Color" msgstr "/Bruk forgrunnsfarge" -#: libgimp/gimpcolorbutton.c:117 +#: libgimp/gimpcolorbutton.c:119 msgid "/Use Background Color" msgstr "/Bruk bakgrunnsfarge" @@ -111,9 +111,9 @@ msgstr "Eksporter" msgid "Ignore" msgstr "Ignorer" -#: libgimp/gimpexport.c:331 libgimp/gimpquerybox.c:180 -#: libgimp/gimpquerybox.c:234 libgimp/gimpquerybox.c:290 -#: libgimp/gimpquerybox.c:353 libgimp/gimpunitmenu.c:497 +#: libgimp/gimpexport.c:331 libgimp/gimpquerybox.c:183 +#: libgimp/gimpquerybox.c:237 libgimp/gimpquerybox.c:293 +#: libgimp/gimpquerybox.c:356 libgimp/gimpunitmenu.c:501 msgid "Cancel" msgstr "Avbryt" @@ -128,80 +128,80 @@ msgstr "Du b msgid "The export conversion won't modify your original image." msgstr "Konverteringen under eksport vil ikke endre ditt originale bilde." -#: libgimp/gimpfileselection.c:388 +#: libgimp/gimpfileselection.c:391 msgid "Select File" msgstr "Velg fil" -#: libgimp/gimpquerybox.c:180 libgimp/gimpquerybox.c:234 -#: libgimp/gimpquerybox.c:290 libgimp/gimpquerybox.c:353 -#: libgimp/gimpunitmenu.c:495 +#: libgimp/gimpquerybox.c:183 libgimp/gimpquerybox.c:237 +#: libgimp/gimpquerybox.c:293 libgimp/gimpquerybox.c:356 +#: libgimp/gimpunitmenu.c:499 msgid "OK" msgstr "OK" -#: libgimp/gimpunitmenu.c:234 +#: libgimp/gimpunitmenu.c:238 msgid "More..." msgstr "Mer..." -#: libgimp/gimpunitmenu.c:490 +#: libgimp/gimpunitmenu.c:494 msgid "Unit Selection" msgstr "Utvalg for enhet" -#: libgimp/gimpunitmenu.c:527 +#: libgimp/gimpunitmenu.c:531 msgid "Unit" msgstr "Enhet" -#: libgimp/gimpunitmenu.c:528 +#: libgimp/gimpunitmenu.c:532 msgid "Factor" msgstr "Faktor" #. pseudo unit -#: libgimp/gimpunit_pdb.c:47 +#: libgimp/gimpunit.c:49 msgid "pixel" msgstr "piksel" -#: libgimp/gimpunit_pdb.c:47 +#: libgimp/gimpunit.c:49 msgid "pixels" msgstr "piksler" #. standard units -#: libgimp/gimpunit_pdb.c:50 +#: libgimp/gimpunit.c:52 msgid "inch" msgstr "tomme" -#: libgimp/gimpunit_pdb.c:50 +#: libgimp/gimpunit.c:52 msgid "inches" msgstr "tommer" -#: libgimp/gimpunit_pdb.c:51 +#: libgimp/gimpunit.c:53 msgid "millimeter" msgstr "millimeter" -#: libgimp/gimpunit_pdb.c:51 +#: libgimp/gimpunit.c:53 msgid "millimeters" msgstr "millimetre" #. professional units -#: libgimp/gimpunit_pdb.c:54 +#: libgimp/gimpunit.c:56 msgid "point" msgstr "punkt" -#: libgimp/gimpunit_pdb.c:54 +#: libgimp/gimpunit.c:56 msgid "points" msgstr "punkter" -#: libgimp/gimpunit_pdb.c:55 +#: libgimp/gimpunit.c:57 msgid "pica" msgstr "pica" -#: libgimp/gimpunit_pdb.c:55 +#: libgimp/gimpunit.c:57 msgid "picas" msgstr "picas" -#: libgimp/gimpunit_pdb.c:62 +#: libgimp/gimpunit.c:64 msgid "percent" msgstr "prosent" -#: libgimp/gimpwidgets.c:706 +#: libgimp/gimpwidgets.c:709 msgid "" "If the \"Time\" button is not pressed, use this value for random number " "generator seed - this allows you to repeat a given \"random\" operation" @@ -210,11 +210,11 @@ msgstr "" "startverdi for generering av tilfeldige tall - dette lar deg gjenta en gitt " "\"tilfeldig\" operasjon" -#: libgimp/gimpwidgets.c:711 +#: libgimp/gimpwidgets.c:714 msgid "Time" msgstr "Tid" -#: libgimp/gimpwidgets.c:720 +#: libgimp/gimpwidgets.c:723 msgid "" "Seed random number generator from the current time - this guarantees a " "reasonable randomization" @@ -222,14 +222,14 @@ msgstr "" "Startverdi til generator av tilfeldige tall fra tiden nå - dette garanterer " "en noen lunde tilfeldig verdi" -#: libgimp/gimpwidgets.c:1032 +#: libgimp/gimpwidgets.c:1035 msgid "Bytes" msgstr "Bytes" -#: libgimp/gimpwidgets.c:1033 +#: libgimp/gimpwidgets.c:1036 msgid "KiloBytes" msgstr "KiloBytes" -#: libgimp/gimpwidgets.c:1034 +#: libgimp/gimpwidgets.c:1037 msgid "MegaBytes" msgstr "MegaBytes" diff --git a/po-libgimp/pl.po b/po-libgimp/pl.po index 308a8b9537..bb103ac533 100644 --- a/po-libgimp/pl.po +++ b/po-libgimp/pl.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: gimp-libgimp\n" -"POT-Creation-Date: 2000-05-27 21:19-0700\n" +"POT-Creation-Date: 2000-06-06 12:41-0700\n" "PO-Revision-Date: 2000-04-08 13:25+0200\n" "Last-Translator: GNOME PL Team \n" "Language-Team: Polish \n" @@ -10,11 +10,11 @@ msgstr "" "Content-Type: text/plain; charset=iso-8859-2\n" "Content-Transfer-Encoding: 8bit\n" -#: libgimp/gimpcolorbutton.c:116 +#: libgimp/gimpcolorbutton.c:118 msgid "/Use Foreground Color" msgstr "/Wykorzystaj bie¿±cy kolor" -#: libgimp/gimpcolorbutton.c:117 +#: libgimp/gimpcolorbutton.c:119 msgid "/Use Background Color" msgstr "/Wykorzystaj kolor t³a" @@ -107,9 +107,9 @@ msgstr "Eksportuj" msgid "Ignore" msgstr "Ignoruj" -#: libgimp/gimpexport.c:331 libgimp/gimpquerybox.c:180 -#: libgimp/gimpquerybox.c:234 libgimp/gimpquerybox.c:290 -#: libgimp/gimpquerybox.c:353 libgimp/gimpunitmenu.c:497 +#: libgimp/gimpexport.c:331 libgimp/gimpquerybox.c:183 +#: libgimp/gimpquerybox.c:237 libgimp/gimpquerybox.c:293 +#: libgimp/gimpquerybox.c:356 libgimp/gimpunitmenu.c:501 msgid "Cancel" msgstr "Anuluj" @@ -126,80 +126,80 @@ msgstr "" msgid "The export conversion won't modify your original image." msgstr "Konwersja podczas eksportu nie zmodyfikuje oryginalnego obrazu." -#: libgimp/gimpfileselection.c:388 +#: libgimp/gimpfileselection.c:391 msgid "Select File" msgstr "Wybór pliku" -#: libgimp/gimpquerybox.c:180 libgimp/gimpquerybox.c:234 -#: libgimp/gimpquerybox.c:290 libgimp/gimpquerybox.c:353 -#: libgimp/gimpunitmenu.c:495 +#: libgimp/gimpquerybox.c:183 libgimp/gimpquerybox.c:237 +#: libgimp/gimpquerybox.c:293 libgimp/gimpquerybox.c:356 +#: libgimp/gimpunitmenu.c:499 msgid "OK" msgstr "OK" -#: libgimp/gimpunitmenu.c:234 +#: libgimp/gimpunitmenu.c:238 msgid "More..." msgstr "Wiêcej..." -#: libgimp/gimpunitmenu.c:490 +#: libgimp/gimpunitmenu.c:494 msgid "Unit Selection" msgstr "Wybór jednostki" -#: libgimp/gimpunitmenu.c:527 +#: libgimp/gimpunitmenu.c:531 msgid "Unit" msgstr "Jednostka" -#: libgimp/gimpunitmenu.c:528 +#: libgimp/gimpunitmenu.c:532 msgid "Factor" msgstr "Wspó³czynnik" #. pseudo unit -#: libgimp/gimpunit_pdb.c:47 +#: libgimp/gimpunit.c:49 msgid "pixel" msgstr "piksel" -#: libgimp/gimpunit_pdb.c:47 +#: libgimp/gimpunit.c:49 msgid "pixels" msgstr "piksele" #. standard units -#: libgimp/gimpunit_pdb.c:50 +#: libgimp/gimpunit.c:52 msgid "inch" msgstr "cal" -#: libgimp/gimpunit_pdb.c:50 +#: libgimp/gimpunit.c:52 msgid "inches" msgstr "cale" -#: libgimp/gimpunit_pdb.c:51 +#: libgimp/gimpunit.c:53 msgid "millimeter" msgstr "milimetr" -#: libgimp/gimpunit_pdb.c:51 +#: libgimp/gimpunit.c:53 msgid "millimeters" msgstr "militetry" #. professional units -#: libgimp/gimpunit_pdb.c:54 +#: libgimp/gimpunit.c:56 msgid "point" msgstr "punkt" -#: libgimp/gimpunit_pdb.c:54 +#: libgimp/gimpunit.c:56 msgid "points" msgstr "punkty" -#: libgimp/gimpunit_pdb.c:55 +#: libgimp/gimpunit.c:57 msgid "pica" msgstr "cycero" -#: libgimp/gimpunit_pdb.c:55 +#: libgimp/gimpunit.c:57 msgid "picas" msgstr "cycero" -#: libgimp/gimpunit_pdb.c:62 +#: libgimp/gimpunit.c:64 msgid "percent" msgstr "procent" -#: libgimp/gimpwidgets.c:706 +#: libgimp/gimpwidgets.c:709 msgid "" "If the \"Time\" button is not pressed, use this value for random number " "generator seed - this allows you to repeat a given \"random\" operation" @@ -208,11 +208,11 @@ msgstr "" "wykorzystana do zainicjowania generatora liczb losowych. Pozwoli to na " "powtórzenie okre¶lonej \"losowej\" operacji." -#: libgimp/gimpwidgets.c:711 +#: libgimp/gimpwidgets.c:714 msgid "Time" msgstr "Czas" -#: libgimp/gimpwidgets.c:720 +#: libgimp/gimpwidgets.c:723 msgid "" "Seed random number generator from the current time - this guarantees a " "reasonable randomization" @@ -220,15 +220,15 @@ msgstr "" "Inicjowanie generatora liczb losowych na podstawie bie¿±cego czasu. " "Gwarantuje to do¶æ dobr± losowo¶æ." -#: libgimp/gimpwidgets.c:1032 +#: libgimp/gimpwidgets.c:1035 msgid "Bytes" msgstr "Bajty" -#: libgimp/gimpwidgets.c:1033 +#: libgimp/gimpwidgets.c:1036 msgid "KiloBytes" msgstr "Kilobajty" -#: libgimp/gimpwidgets.c:1034 +#: libgimp/gimpwidgets.c:1037 msgid "MegaBytes" msgstr "Megabajty" diff --git a/po-libgimp/ru.po b/po-libgimp/ru.po index 248eca8ae3..0b30ce8b5f 100644 --- a/po-libgimp/ru.po +++ b/po-libgimp/ru.po @@ -4,7 +4,7 @@ msgid "" msgstr "" "Project-Id-Version: Gimp-plugin-1.1.14\n" -"POT-Creation-Date: 2000-05-27 21:19-0700\n" +"POT-Creation-Date: 2000-06-06 12:41-0700\n" "PO-Revision-Date: 2000-04-13 02:22+04:00\n" "Last-Translator: Valek Filippov \n" "Language-Team: Russian \n" @@ -12,11 +12,11 @@ msgstr "" "Content-Type: text/plain; charset=koi8-r\n" "Content-Transfer-Encoding: 8-bit\n" -#: libgimp/gimpcolorbutton.c:116 +#: libgimp/gimpcolorbutton.c:118 msgid "/Use Foreground Color" msgstr "/éÓÐÏÌØÚÏ×ÁÔØ Ã×ÅÔ ÐÅÒÅÄÎÅÇÏ ÐÌÁÎÁ" -#: libgimp/gimpcolorbutton.c:117 +#: libgimp/gimpcolorbutton.c:119 msgid "/Use Background Color" msgstr "/éÓÐÏÌØÚÏ×ÁÔØ Ã×ÅÔ ÆÏÎÁ" @@ -110,9 +110,9 @@ msgstr " msgid "Ignore" msgstr "éÇÎÏÒÉÒÏ×ÁÔØ" -#: libgimp/gimpexport.c:331 libgimp/gimpquerybox.c:180 -#: libgimp/gimpquerybox.c:234 libgimp/gimpquerybox.c:290 -#: libgimp/gimpquerybox.c:353 libgimp/gimpunitmenu.c:497 +#: libgimp/gimpexport.c:331 libgimp/gimpquerybox.c:183 +#: libgimp/gimpquerybox.c:237 libgimp/gimpquerybox.c:293 +#: libgimp/gimpquerybox.c:356 libgimp/gimpunitmenu.c:501 msgid "Cancel" msgstr "ïÔÍÅÎÁ" @@ -129,80 +129,80 @@ msgstr "" msgid "The export conversion won't modify your original image." msgstr "üËÓÐÏÒÔÎÏÅ ÐÒÅÏÂÒÁÚÏ×ÁÎÉÅ ÎÅ ÉÚÍÅÎÉÔ ×ÁÛÅ ÉÓÈÏÄÎÏÅ ÉÚÏÂÒÁÖÅÎÉÅ." -#: libgimp/gimpfileselection.c:388 +#: libgimp/gimpfileselection.c:391 msgid "Select File" msgstr "÷ÙÂÒÁÔØ ÆÁÊÌ" -#: libgimp/gimpquerybox.c:180 libgimp/gimpquerybox.c:234 -#: libgimp/gimpquerybox.c:290 libgimp/gimpquerybox.c:353 -#: libgimp/gimpunitmenu.c:495 +#: libgimp/gimpquerybox.c:183 libgimp/gimpquerybox.c:237 +#: libgimp/gimpquerybox.c:293 libgimp/gimpquerybox.c:356 +#: libgimp/gimpunitmenu.c:499 msgid "OK" msgstr "OK" -#: libgimp/gimpunitmenu.c:234 +#: libgimp/gimpunitmenu.c:238 msgid "More..." msgstr "äÏÐÏÌÎÉÔÅÌØÎÏ..." -#: libgimp/gimpunitmenu.c:490 +#: libgimp/gimpunitmenu.c:494 msgid "Unit Selection" msgstr "÷ÙÂÏÒ ÅÄÉÎÉÃ" -#: libgimp/gimpunitmenu.c:527 +#: libgimp/gimpunitmenu.c:531 msgid "Unit" msgstr "åÄÉÎÉÃÁ" -#: libgimp/gimpunitmenu.c:528 +#: libgimp/gimpunitmenu.c:532 msgid "Factor" msgstr "íÎÏÖÉÔÅÌØ" #. pseudo unit -#: libgimp/gimpunit_pdb.c:47 +#: libgimp/gimpunit.c:49 msgid "pixel" msgstr "ÔÏÞËÁ ÒÁÓÔÒÁ" -#: libgimp/gimpunit_pdb.c:47 +#: libgimp/gimpunit.c:49 msgid "pixels" msgstr "ÔÏÞËÉ ÒÁÓÔÒÁ" #. standard units -#: libgimp/gimpunit_pdb.c:50 +#: libgimp/gimpunit.c:52 msgid "inch" msgstr "ÄÀÊÍ" -#: libgimp/gimpunit_pdb.c:50 +#: libgimp/gimpunit.c:52 msgid "inches" msgstr "ÄÀÊÍÙ" -#: libgimp/gimpunit_pdb.c:51 +#: libgimp/gimpunit.c:53 msgid "millimeter" msgstr "ÍÉÌÌÉÍÅÔÒ" -#: libgimp/gimpunit_pdb.c:51 +#: libgimp/gimpunit.c:53 msgid "millimeters" msgstr "ÍÉÌÌÉÍÅÔÒÙ" #. professional units -#: libgimp/gimpunit_pdb.c:54 +#: libgimp/gimpunit.c:56 msgid "point" msgstr "ÐÕÎËÔ" -#: libgimp/gimpunit_pdb.c:54 +#: libgimp/gimpunit.c:56 msgid "points" msgstr "ÐÕÎËÔÙ" -#: libgimp/gimpunit_pdb.c:55 +#: libgimp/gimpunit.c:57 msgid "pica" msgstr "ÐÉËÁ" -#: libgimp/gimpunit_pdb.c:55 +#: libgimp/gimpunit.c:57 msgid "picas" msgstr "ÐÉËÉ" -#: libgimp/gimpunit_pdb.c:62 +#: libgimp/gimpunit.c:64 msgid "percent" msgstr "ÐÒÏÃÅÎÔ" -#: libgimp/gimpwidgets.c:706 +#: libgimp/gimpwidgets.c:709 msgid "" "If the \"Time\" button is not pressed, use this value for random number " "generator seed - this allows you to repeat a given \"random\" operation" @@ -211,11 +211,11 @@ msgstr "" "ÇÅÎÅÒÁÔÏÒÁ ÓÌÕÞÁÊÎÙÈ ÞÉÓÅÌ, ÞÔÏ ÐÏÚ×ÏÌÑÅÔ ×ÁÍ ÐÏ×ÔÏÒÉÔØ ÄÁÎÎÏÅ \"ÓÌÕÞÁÊÎÏÅ\" " "ÄÅÊÓÔ×ÉÅ " -#: libgimp/gimpwidgets.c:711 +#: libgimp/gimpwidgets.c:714 msgid "Time" msgstr "÷ÒÅÍÑ" -#: libgimp/gimpwidgets.c:720 +#: libgimp/gimpwidgets.c:723 msgid "" "Seed random number generator from the current time - this guarantees a " "reasonable randomization" @@ -223,14 +223,14 @@ msgstr "" "éÎÉÃÉÁÌÉÚÉÒÏ×ÁÔØ ÇÅÎÅÒÁÔÏÒ ÓÌÕÞÁÊÎÙÈ ÞÉÓÅÌ ÔÅËÕÝÉÍ ×ÒÅÍÅÎÅ - ÜÔÏ ÇÁÒÁÎÔÉÒÕÅÔ " "ÎÁÄÅÖÎÕÀ \"ÓÌÕÞÁÊÎÏÓÔØ\"" -#: libgimp/gimpwidgets.c:1032 +#: libgimp/gimpwidgets.c:1035 msgid "Bytes" msgstr "âÁÊÔÙ" -#: libgimp/gimpwidgets.c:1033 +#: libgimp/gimpwidgets.c:1036 msgid "KiloBytes" msgstr "ëÉÌÏÂÁÊÔÙ" -#: libgimp/gimpwidgets.c:1034 +#: libgimp/gimpwidgets.c:1037 msgid "MegaBytes" msgstr "íÅÇÁÂÁÊÔÙ" diff --git a/po-libgimp/sk.po b/po-libgimp/sk.po index 44fe8c7499..668bffcd35 100644 --- a/po-libgimp/sk.po +++ b/po-libgimp/sk.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2000-05-27 21:19-0700\n" +"POT-Creation-Date: 2000-06-06 12:41-0700\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -13,11 +13,11 @@ msgstr "" "Content-Type: text/plain; charset=CHARSET\n" "Content-Transfer-Encoding: ENCODING\n" -#: libgimp/gimpcolorbutton.c:116 +#: libgimp/gimpcolorbutton.c:118 msgid "/Use Foreground Color" msgstr "" -#: libgimp/gimpcolorbutton.c:117 +#: libgimp/gimpcolorbutton.c:119 msgid "/Use Background Color" msgstr "" @@ -124,9 +124,9 @@ msgstr "Export" msgid "Ignore" msgstr "Ignorova»" -#: libgimp/gimpexport.c:331 libgimp/gimpquerybox.c:180 -#: libgimp/gimpquerybox.c:234 libgimp/gimpquerybox.c:290 -#: libgimp/gimpquerybox.c:353 libgimp/gimpunitmenu.c:497 +#: libgimp/gimpexport.c:331 libgimp/gimpquerybox.c:183 +#: libgimp/gimpquerybox.c:237 libgimp/gimpquerybox.c:293 +#: libgimp/gimpquerybox.c:356 libgimp/gimpunitmenu.c:501 msgid "Cancel" msgstr "Zru¹i»" @@ -142,105 +142,105 @@ msgstr "" msgid "The export conversion won't modify your original image." msgstr "Konverzia pri exporte neovplyvní pôvodný obrázok." -#: libgimp/gimpfileselection.c:388 +#: libgimp/gimpfileselection.c:391 msgid "Select File" msgstr "Výber súboru" -#: libgimp/gimpquerybox.c:180 libgimp/gimpquerybox.c:234 -#: libgimp/gimpquerybox.c:290 libgimp/gimpquerybox.c:353 -#: libgimp/gimpunitmenu.c:495 +#: libgimp/gimpquerybox.c:183 libgimp/gimpquerybox.c:237 +#: libgimp/gimpquerybox.c:293 libgimp/gimpquerybox.c:356 +#: libgimp/gimpunitmenu.c:499 msgid "OK" msgstr "" -#: libgimp/gimpunitmenu.c:234 +#: libgimp/gimpunitmenu.c:238 msgid "More..." msgstr "Viac..." -#: libgimp/gimpunitmenu.c:490 +#: libgimp/gimpunitmenu.c:494 msgid "Unit Selection" msgstr "Výber jednotiek" -#: libgimp/gimpunitmenu.c:527 +#: libgimp/gimpunitmenu.c:531 #, fuzzy msgid "Unit" msgstr "Jednotka:" -#: libgimp/gimpunitmenu.c:528 +#: libgimp/gimpunitmenu.c:532 msgid "Factor" msgstr "Faktor" #. pseudo unit -#: libgimp/gimpunit_pdb.c:47 +#: libgimp/gimpunit.c:49 msgid "pixel" msgstr "pixlov" -#: libgimp/gimpunit_pdb.c:47 +#: libgimp/gimpunit.c:49 msgid "pixels" msgstr "pixlov" #. standard units -#: libgimp/gimpunit_pdb.c:50 +#: libgimp/gimpunit.c:52 msgid "inch" msgstr "palcov" -#: libgimp/gimpunit_pdb.c:50 +#: libgimp/gimpunit.c:52 msgid "inches" msgstr "palcov" -#: libgimp/gimpunit_pdb.c:51 +#: libgimp/gimpunit.c:53 msgid "millimeter" msgstr "milimeter" -#: libgimp/gimpunit_pdb.c:51 +#: libgimp/gimpunit.c:53 msgid "millimeters" msgstr "milimetre" #. professional units -#: libgimp/gimpunit_pdb.c:54 +#: libgimp/gimpunit.c:56 msgid "point" msgstr "bod" -#: libgimp/gimpunit_pdb.c:54 +#: libgimp/gimpunit.c:56 msgid "points" msgstr "body" -#: libgimp/gimpunit_pdb.c:55 +#: libgimp/gimpunit.c:57 msgid "pica" msgstr "" -#: libgimp/gimpunit_pdb.c:55 +#: libgimp/gimpunit.c:57 msgid "picas" msgstr "" -#: libgimp/gimpunit_pdb.c:62 +#: libgimp/gimpunit.c:64 msgid "percent" msgstr "percent" -#: libgimp/gimpwidgets.c:706 +#: libgimp/gimpwidgets.c:709 msgid "" "If the \"Time\" button is not pressed, use this value for random number " "generator seed - this allows you to repeat a given \"random\" operation" msgstr "" -#: libgimp/gimpwidgets.c:711 +#: libgimp/gimpwidgets.c:714 msgid "Time" msgstr "" -#: libgimp/gimpwidgets.c:720 +#: libgimp/gimpwidgets.c:723 msgid "" "Seed random number generator from the current time - this guarantees a " "reasonable randomization" msgstr "" -#: libgimp/gimpwidgets.c:1032 +#: libgimp/gimpwidgets.c:1035 msgid "Bytes" msgstr "" -#: libgimp/gimpwidgets.c:1033 +#: libgimp/gimpwidgets.c:1036 msgid "KiloBytes" msgstr "" -#: libgimp/gimpwidgets.c:1034 +#: libgimp/gimpwidgets.c:1037 msgid "MegaBytes" msgstr "" diff --git a/po-libgimp/sv.po b/po-libgimp/sv.po index 2cd69925b4..5c6e73617c 100644 --- a/po-libgimp/sv.po +++ b/po-libgimp/sv.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: gimp 1.1.10\n" -"POT-Creation-Date: 2000-05-27 21:19-0700\n" +"POT-Creation-Date: 2000-06-06 12:41-0700\n" "PO-Revision-Date: 1999-10-17 22:36+0100\n" "Last-Translator: Tomas Ögren \n" "Language-Team: Swedish \n" @@ -13,11 +13,11 @@ msgstr "" "Content-Type: text/plain; charset=iso8859-1\n" "Content-Transfer-Encoding: 8-bit\n" -#: libgimp/gimpcolorbutton.c:116 +#: libgimp/gimpcolorbutton.c:118 msgid "/Use Foreground Color" msgstr "" -#: libgimp/gimpcolorbutton.c:117 +#: libgimp/gimpcolorbutton.c:119 msgid "/Use Background Color" msgstr "" @@ -124,9 +124,9 @@ msgstr "Export" msgid "Ignore" msgstr "Ignorera" -#: libgimp/gimpexport.c:331 libgimp/gimpquerybox.c:180 -#: libgimp/gimpquerybox.c:234 libgimp/gimpquerybox.c:290 -#: libgimp/gimpquerybox.c:353 libgimp/gimpunitmenu.c:497 +#: libgimp/gimpexport.c:331 libgimp/gimpquerybox.c:183 +#: libgimp/gimpquerybox.c:237 libgimp/gimpquerybox.c:293 +#: libgimp/gimpquerybox.c:356 libgimp/gimpunitmenu.c:501 msgid "Cancel" msgstr "Avbryt" @@ -141,105 +141,105 @@ msgstr "Din bild borde exporteras f msgid "The export conversion won't modify your original image." msgstr "Konverteringen vid export modifierar inte originalbilden." -#: libgimp/gimpfileselection.c:388 +#: libgimp/gimpfileselection.c:391 msgid "Select File" msgstr "Välj fil" -#: libgimp/gimpquerybox.c:180 libgimp/gimpquerybox.c:234 -#: libgimp/gimpquerybox.c:290 libgimp/gimpquerybox.c:353 -#: libgimp/gimpunitmenu.c:495 +#: libgimp/gimpquerybox.c:183 libgimp/gimpquerybox.c:237 +#: libgimp/gimpquerybox.c:293 libgimp/gimpquerybox.c:356 +#: libgimp/gimpunitmenu.c:499 msgid "OK" msgstr "" -#: libgimp/gimpunitmenu.c:234 +#: libgimp/gimpunitmenu.c:238 msgid "More..." msgstr "Mer..." -#: libgimp/gimpunitmenu.c:490 +#: libgimp/gimpunitmenu.c:494 msgid "Unit Selection" msgstr "Enhetsval" -#: libgimp/gimpunitmenu.c:527 +#: libgimp/gimpunitmenu.c:531 #, fuzzy msgid "Unit" msgstr "Enhet " -#: libgimp/gimpunitmenu.c:528 +#: libgimp/gimpunitmenu.c:532 msgid "Factor" msgstr "Faktor" #. pseudo unit -#: libgimp/gimpunit_pdb.c:47 +#: libgimp/gimpunit.c:49 msgid "pixel" msgstr "pixel" -#: libgimp/gimpunit_pdb.c:47 +#: libgimp/gimpunit.c:49 msgid "pixels" msgstr "pixlar" #. standard units -#: libgimp/gimpunit_pdb.c:50 +#: libgimp/gimpunit.c:52 msgid "inch" msgstr "tum" -#: libgimp/gimpunit_pdb.c:50 +#: libgimp/gimpunit.c:52 msgid "inches" msgstr "tum" -#: libgimp/gimpunit_pdb.c:51 +#: libgimp/gimpunit.c:53 msgid "millimeter" msgstr "millimeter" -#: libgimp/gimpunit_pdb.c:51 +#: libgimp/gimpunit.c:53 msgid "millimeters" msgstr "millimeter" #. professional units -#: libgimp/gimpunit_pdb.c:54 +#: libgimp/gimpunit.c:56 msgid "point" msgstr "punkt" -#: libgimp/gimpunit_pdb.c:54 +#: libgimp/gimpunit.c:56 msgid "points" msgstr "punkter" -#: libgimp/gimpunit_pdb.c:55 +#: libgimp/gimpunit.c:57 msgid "pica" msgstr "pica" -#: libgimp/gimpunit_pdb.c:55 +#: libgimp/gimpunit.c:57 msgid "picas" msgstr "picas" -#: libgimp/gimpunit_pdb.c:62 +#: libgimp/gimpunit.c:64 msgid "percent" msgstr "procent:" -#: libgimp/gimpwidgets.c:706 +#: libgimp/gimpwidgets.c:709 msgid "" "If the \"Time\" button is not pressed, use this value for random number " "generator seed - this allows you to repeat a given \"random\" operation" msgstr "" -#: libgimp/gimpwidgets.c:711 +#: libgimp/gimpwidgets.c:714 msgid "Time" msgstr "" -#: libgimp/gimpwidgets.c:720 +#: libgimp/gimpwidgets.c:723 msgid "" "Seed random number generator from the current time - this guarantees a " "reasonable randomization" msgstr "" -#: libgimp/gimpwidgets.c:1032 +#: libgimp/gimpwidgets.c:1035 msgid "Bytes" msgstr "" -#: libgimp/gimpwidgets.c:1033 +#: libgimp/gimpwidgets.c:1036 msgid "KiloBytes" msgstr "" -#: libgimp/gimpwidgets.c:1034 +#: libgimp/gimpwidgets.c:1037 msgid "MegaBytes" msgstr "" diff --git a/po-libgimp/uk.po b/po-libgimp/uk.po index 0ca5f695c4..712498c37e 100644 --- a/po-libgimp/uk.po +++ b/po-libgimp/uk.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: GIMP 1.1.9\n" -"POT-Creation-Date: 2000-05-27 21:19-0700\n" +"POT-Creation-Date: 2000-06-06 12:41-0700\n" "PO-Revision-Date: 2000-02-08 15:45+0200\n" "Last-Translator: Yuri Syrota \n" "Language-Team: Ukrainian \n" @@ -13,11 +13,11 @@ msgstr "" "Content-Type: text/plain; charset=koi8-u\n" "Content-Transfer-Encoding: 8bit\n" -#: libgimp/gimpcolorbutton.c:116 +#: libgimp/gimpcolorbutton.c:118 msgid "/Use Foreground Color" msgstr "/÷ÉËÏÒÉÓÔÏ×Õ×ÁÔÉ ËÏÌ¦Ò ÐÅÒÅÄÎØÏÇÏ ÐÌÁÎÕ" -#: libgimp/gimpcolorbutton.c:117 +#: libgimp/gimpcolorbutton.c:119 msgid "/Use Background Color" msgstr "/÷ÉËÏÒÉÓÔÏ×Õ×ÁÔÉ ËÏÌ¦Ò ÔÌÁ" @@ -110,9 +110,9 @@ msgstr " msgid "Ignore" msgstr "¶ÇÎÏÒÕ×ÁÔÉ" -#: libgimp/gimpexport.c:331 libgimp/gimpquerybox.c:180 -#: libgimp/gimpquerybox.c:234 libgimp/gimpquerybox.c:290 -#: libgimp/gimpquerybox.c:353 libgimp/gimpunitmenu.c:497 +#: libgimp/gimpexport.c:331 libgimp/gimpquerybox.c:183 +#: libgimp/gimpquerybox.c:237 libgimp/gimpquerybox.c:293 +#: libgimp/gimpquerybox.c:356 libgimp/gimpunitmenu.c:501 msgid "Cancel" msgstr "÷¦ÄÍÏ×Á" @@ -129,80 +129,80 @@ msgstr "" msgid "The export conversion won't modify your original image." msgstr "åËÓÐÏÒÔÎÅ ÐÅÒÅÔ×ÏÒÅÎÎÑ ÎÅ ÚͦÎÉÔØ ×ÁÛÅ ÐÏÞÁÔËÏ×Å ÚÏÂÒÁÖÅÎÎÑ." -#: libgimp/gimpfileselection.c:388 +#: libgimp/gimpfileselection.c:391 msgid "Select File" msgstr "÷ÉÂ¦Ò ÆÁÊÌÕ" -#: libgimp/gimpquerybox.c:180 libgimp/gimpquerybox.c:234 -#: libgimp/gimpquerybox.c:290 libgimp/gimpquerybox.c:353 -#: libgimp/gimpunitmenu.c:495 +#: libgimp/gimpquerybox.c:183 libgimp/gimpquerybox.c:237 +#: libgimp/gimpquerybox.c:293 libgimp/gimpquerybox.c:356 +#: libgimp/gimpunitmenu.c:499 msgid "OK" msgstr "çÁÒÁÚÄ" -#: libgimp/gimpunitmenu.c:234 +#: libgimp/gimpunitmenu.c:238 msgid "More..." msgstr "ýÅ..." -#: libgimp/gimpunitmenu.c:490 +#: libgimp/gimpunitmenu.c:494 msgid "Unit Selection" msgstr "÷ÉÂ¦Ò ÏÄÉÎÉÃØ" -#: libgimp/gimpunitmenu.c:527 +#: libgimp/gimpunitmenu.c:531 msgid "Unit" msgstr "ïÄÉÎÉæ" -#: libgimp/gimpunitmenu.c:528 +#: libgimp/gimpunitmenu.c:532 msgid "Factor" msgstr "íÎÏÖÎÉË" #. pseudo unit -#: libgimp/gimpunit_pdb.c:47 +#: libgimp/gimpunit.c:49 msgid "pixel" msgstr "ЦËÓÅÌ" -#: libgimp/gimpunit_pdb.c:47 +#: libgimp/gimpunit.c:49 msgid "pixels" msgstr "ЦËÓÅ̦" #. standard units -#: libgimp/gimpunit_pdb.c:50 +#: libgimp/gimpunit.c:52 msgid "inch" msgstr "ÄÀÊÍ" -#: libgimp/gimpunit_pdb.c:50 +#: libgimp/gimpunit.c:52 msgid "inches" msgstr "ÄÀÊÍÉ" -#: libgimp/gimpunit_pdb.c:51 +#: libgimp/gimpunit.c:53 msgid "millimeter" msgstr "̦ͦÍÅÔÒ" -#: libgimp/gimpunit_pdb.c:51 +#: libgimp/gimpunit.c:53 msgid "millimeters" msgstr "̦ͦÍÅÔÒÉ" #. professional units -#: libgimp/gimpunit_pdb.c:54 +#: libgimp/gimpunit.c:56 msgid "point" msgstr "ÐÕÎËÔ" -#: libgimp/gimpunit_pdb.c:54 +#: libgimp/gimpunit.c:56 msgid "points" msgstr "ÐÕÎËÔÉ" -#: libgimp/gimpunit_pdb.c:55 +#: libgimp/gimpunit.c:57 msgid "pica" msgstr "ЦËÁ" -#: libgimp/gimpunit_pdb.c:55 +#: libgimp/gimpunit.c:57 msgid "picas" msgstr "ЦËÉ" -#: libgimp/gimpunit_pdb.c:62 +#: libgimp/gimpunit.c:64 msgid "percent" msgstr "צÄÓÔÏË" -#: libgimp/gimpwidgets.c:706 +#: libgimp/gimpwidgets.c:709 msgid "" "If the \"Time\" button is not pressed, use this value for random number " "generator seed - this allows you to repeat a given \"random\" operation" @@ -211,11 +211,11 @@ msgstr "" "¦Î¦Ã¦Á̦ÚÁæ§ ÇÅÎÅÒÁÔÏÒÁ ×ÉÐÁÄËÏ×ÉÈ ÞÉÓÅÌ, ÔÏ ÃÅ ÄÏÚ×ÏÌѤ ×ÁÍ ÐÏ×ÔÏÒÉÔÉ ÄÁÎÕ " "\"×ÉÐÁÄËÏ×Õ\" ÏÐÅÒÁæÀ" -#: libgimp/gimpwidgets.c:711 +#: libgimp/gimpwidgets.c:714 msgid "Time" msgstr "þÁÓ" -#: libgimp/gimpwidgets.c:720 +#: libgimp/gimpwidgets.c:723 msgid "" "Seed random number generator from the current time - this guarantees a " "reasonable randomization" @@ -223,14 +223,14 @@ msgstr "" "¶Î¦Ã¦Á̦ÚÕ×ÁÔÉ ÇÅÎÅÒÁÔÏÒ ×ÉÐÁÄËÏ×ÉÈ ÞÉÓÅÌ ÐÏÔÏÞÎÉÍ ÞÁÓÏÍ - ÃÅ ÇÁÒÁÎÔÕ¤ " "ÎÁĦÊÎÕ \"×ÉÐÁÄËÏצÓÔØ\"" -#: libgimp/gimpwidgets.c:1032 +#: libgimp/gimpwidgets.c:1035 msgid "Bytes" msgstr "ÂÁÊÔ¦×" -#: libgimp/gimpwidgets.c:1033 +#: libgimp/gimpwidgets.c:1036 msgid "KiloBytes" msgstr "˦ÌÏÂÁÊÔ¦×" -#: libgimp/gimpwidgets.c:1034 +#: libgimp/gimpwidgets.c:1037 msgid "MegaBytes" msgstr "ÍÁÇÁÂÁÊÔ¦×" diff --git a/po-plug-ins/ca.po b/po-plug-ins/ca.po index 250e1a65d3..61119b799e 100644 --- a/po-plug-ins/ca.po +++ b/po-plug-ins/ca.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2000-05-26 23:52-0700\n" +"POT-Creation-Date: 2000-06-18 19:40-0700\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -44,7 +44,7 @@ msgstr "" #: plug-ins/Lighting/lighting_ui.c:1076 plug-ins/MapObject/mapobject_ui.c:1383 #: plug-ins/bmp/bmpwrite.c:564 plug-ins/common/CML_explorer.c:1174 #: plug-ins/common/CML_explorer.c:1932 plug-ins/common/CML_explorer.c:2252 -#: plug-ins/common/aa.c:346 plug-ins/common/align_layers.c:425 +#: plug-ins/common/aa.c:344 plug-ins/common/align_layers.c:425 #: plug-ins/common/apply_lens.c:392 plug-ins/common/blinds.c:323 #: plug-ins/common/blur.c:613 plug-ins/common/borderaverage.c:393 #: plug-ins/common/bumpmap.c:848 plug-ins/common/checkerboard.c:349 @@ -61,8 +61,8 @@ msgstr "" #: plug-ins/common/fractaltrace.c:725 plug-ins/common/gauss_iir.c:365 #: plug-ins/common/gauss_iir.c:448 plug-ins/common/gauss_rle.c:360 #: plug-ins/common/gauss_rle.c:443 plug-ins/common/gbr.c:456 -#: plug-ins/common/gicon.c:441 plug-ins/common/gif.c:1141 -#: plug-ins/common/gif.c:1212 plug-ins/common/glasstile.c:259 +#: plug-ins/common/gicon.c:441 plug-ins/common/gif.c:1144 +#: plug-ins/common/gif.c:1215 plug-ins/common/glasstile.c:259 #: plug-ins/common/gpb.c:269 plug-ins/common/gqbist.c:640 #: plug-ins/common/grid.c:658 plug-ins/common/gtm.c:375 #: plug-ins/common/hot.c:589 plug-ins/common/illusion.c:560 @@ -85,18 +85,18 @@ msgstr "" #: plug-ins/common/sparkle.c:349 plug-ins/common/spheredesigner.c:2232 #: plug-ins/common/spread.c:382 plug-ins/common/sunras.c:1577 #: plug-ins/common/tga.c:1448 plug-ins/common/threshold_alpha.c:268 -#: plug-ins/common/tiff.c:1487 plug-ins/common/tile.c:398 +#: plug-ins/common/tiff.c:1530 plug-ins/common/tile.c:398 #: plug-ins/common/tileit.c:386 plug-ins/common/uniteditor.c:172 #: plug-ins/common/unsharp.c:786 plug-ins/common/video.c:2155 #: plug-ins/common/vpropagate.c:934 plug-ins/common/warp.c:437 #: plug-ins/common/waves.c:349 plug-ins/common/whirlpinch.c:808 #: plug-ins/common/wind.c:1007 plug-ins/common/wmf.c:931 -#: plug-ins/common/xbm.c:1128 plug-ins/common/xpm.c:800 -#: plug-ins/fits/fits.c:987 plug-ins/flame/flame.c:624 -#: plug-ins/flame/flame.c:913 plug-ins/fp/fp_gtk.c:895 +#: plug-ins/common/xbm.c:1151 plug-ins/common/xpm.c:800 +#: plug-ins/fits/fits.c:987 plug-ins/flame/flame.c:631 +#: plug-ins/flame/flame.c:920 plug-ins/fp/fp_gtk.c:895 #: plug-ins/gap/gap_arr_dialog.c:768 plug-ins/gap/gap_arr_dialog.c:1010 #: plug-ins/gap/gap_decode_xanim.c:177 plug-ins/gap/gap_lib.c:221 -#: plug-ins/gap/gap_mod_layer.c:145 plug-ins/gap/gap_mov_dialog.c:469 +#: plug-ins/gap/gap_mod_layer.c:145 plug-ins/gap/gap_mov_dialog.c:487 #: plug-ins/gap/gap_mpege.c:191 plug-ins/gap/gap_resi_dialog.c:149 #: plug-ins/gdyntext/gdyntext_ui.c:201 plug-ins/gdyntext/gdyntext_ui.c:621 #: plug-ins/gfig/gfig.c:4088 plug-ins/gfig/gfig.c:4433 @@ -108,10 +108,10 @@ msgstr "" #: plug-ins/gimpressionist/orientmap.c:626 #: plug-ins/gimpressionist/presets.c:392 plug-ins/gimpressionist/sizemap.c:485 #: plug-ins/ifscompose/ifscompose.c:781 -#: plug-ins/imagemap/imap_default_dialog.c:102 plug-ins/maze/maze_face.c:191 +#: plug-ins/imagemap/imap_default_dialog.c:114 plug-ins/maze/maze_face.c:191 #: plug-ins/mosaic/mosaic.c:531 plug-ins/pagecurl/pagecurl.c:518 #: plug-ins/print/gimp_main_window.c:597 plug-ins/rcm/rcm_dialog.c:727 -#: plug-ins/sel2path/sel2path.c:345 plug-ins/sgi/sgi.c:640 +#: plug-ins/sel2path/sel2path.c:338 plug-ins/sgi/sgi.c:640 #: plug-ins/sinus/sinus.c:746 plug-ins/struc/struc.c:255 #: plug-ins/webbrowser/webbrowser.c:281 plug-ins/xjt/xjt.c:793 msgid "OK" @@ -125,7 +125,7 @@ msgstr "" #: plug-ins/FractalExplorer/FractalExplorer.c:1478 #: plug-ins/Lighting/lighting_ui.c:1078 plug-ins/MapObject/mapobject_ui.c:1385 #: plug-ins/bmp/bmpwrite.c:566 plug-ins/common/CML_explorer.c:1176 -#: plug-ins/common/CML_explorer.c:2254 plug-ins/common/aa.c:348 +#: plug-ins/common/CML_explorer.c:2254 plug-ins/common/aa.c:346 #: plug-ins/common/align_layers.c:427 plug-ins/common/apply_lens.c:394 #: plug-ins/common/blinds.c:325 plug-ins/common/blur.c:615 #: plug-ins/common/borderaverage.c:395 plug-ins/common/bumpmap.c:850 @@ -143,7 +143,7 @@ msgstr "" #: plug-ins/common/gauss_iir.c:367 plug-ins/common/gauss_iir.c:450 #: plug-ins/common/gauss_rle.c:362 plug-ins/common/gauss_rle.c:445 #: plug-ins/common/gbr.c:458 plug-ins/common/gicon.c:443 -#: plug-ins/common/gif.c:1143 plug-ins/common/gif.c:1214 +#: plug-ins/common/gif.c:1146 plug-ins/common/gif.c:1217 #: plug-ins/common/glasstile.c:261 plug-ins/common/gpb.c:271 #: plug-ins/common/gqbist.c:642 plug-ins/common/grid.c:660 #: plug-ins/common/gtm.c:377 plug-ins/common/hot.c:591 @@ -167,22 +167,21 @@ msgstr "" #: plug-ins/common/sparkle.c:351 plug-ins/common/spheredesigner.c:2236 #: plug-ins/common/spread.c:384 plug-ins/common/sunras.c:1579 #: plug-ins/common/tga.c:1450 plug-ins/common/threshold_alpha.c:270 -#: plug-ins/common/tiff.c:1489 plug-ins/common/tile.c:400 +#: plug-ins/common/tiff.c:1532 plug-ins/common/tile.c:400 #: plug-ins/common/tileit.c:388 plug-ins/common/uniteditor.c:174 #: plug-ins/common/unsharp.c:788 plug-ins/common/video.c:2157 #: plug-ins/common/vpropagate.c:936 plug-ins/common/warp.c:439 #: plug-ins/common/waves.c:351 plug-ins/common/whirlpinch.c:810 #: plug-ins/common/wind.c:1009 plug-ins/common/wmf.c:933 -#: plug-ins/common/xbm.c:895 plug-ins/common/xbm.c:1130 -#: plug-ins/common/xpm.c:802 plug-ins/fits/fits.c:989 -#: plug-ins/flame/flame.c:626 plug-ins/flame/flame.c:915 -#: plug-ins/fp/fp_gtk.c:899 plug-ins/gap/gap_arr_dialog.c:1012 -#: plug-ins/gap/gap_dbbrowser_utils.c:211 +#: plug-ins/common/xbm.c:1153 plug-ins/common/xpm.c:802 +#: plug-ins/fits/fits.c:989 plug-ins/flame/flame.c:633 +#: plug-ins/flame/flame.c:922 plug-ins/fp/fp_gtk.c:899 +#: plug-ins/gap/gap_arr_dialog.c:1012 plug-ins/gap/gap_dbbrowser_utils.c:211 #: plug-ins/gap/gap_decode_mpeg_main.c:336 plug-ins/gap/gap_decode_xanim.c:175 #: plug-ins/gap/gap_decode_xanim.c:340 plug-ins/gap/gap_filter_foreach.c:132 #: plug-ins/gap/gap_lib.c:1018 plug-ins/gap/gap_mod_layer.c:147 -#: plug-ins/gap/gap_mod_layer.c:261 plug-ins/gap/gap_mov_dialog.c:500 -#: plug-ins/gap/gap_mov_dialog.c:2740 plug-ins/gap/gap_mpege.c:189 +#: plug-ins/gap/gap_mod_layer.c:261 plug-ins/gap/gap_mov_dialog.c:518 +#: plug-ins/gap/gap_mov_dialog.c:3019 plug-ins/gap/gap_mpege.c:189 #: plug-ins/gap/gap_mpege.c:240 plug-ins/gap/gap_range_ops.c:1204 #: plug-ins/gap/gap_resi_dialog.c:158 plug-ins/gfig/gfig.c:3941 #: plug-ins/gfig/gfig.c:4088 plug-ins/gfig/gfig.c:4435 @@ -193,13 +192,13 @@ msgstr "" #: plug-ins/gimpressionist/orientmap.c:640 #: plug-ins/gimpressionist/presets.c:400 plug-ins/gimpressionist/sizemap.c:499 #: plug-ins/ifscompose/ifscompose.c:789 -#: plug-ins/imagemap/imap_default_dialog.c:117 plug-ins/maze/maze_face.c:195 +#: plug-ins/imagemap/imap_default_dialog.c:129 plug-ins/maze/maze_face.c:195 #: plug-ins/mosaic/mosaic.c:533 plug-ins/pagecurl/pagecurl.c:520 #: plug-ins/print/gimp_main_window.c:212 plug-ins/print/gimp_main_window.c:599 -#: plug-ins/rcm/rcm_dialog.c:729 plug-ins/sel2path/sel2path.c:354 +#: plug-ins/rcm/rcm_dialog.c:729 plug-ins/sel2path/sel2path.c:344 #: plug-ins/sgi/sgi.c:642 plug-ins/sinus/sinus.c:748 #: plug-ins/struc/struc.c:257 plug-ins/webbrowser/webbrowser.c:283 -#: plug-ins/winsnap/winsnap.c:912 plug-ins/xjt/xjt.c:795 +#: plug-ins/winsnap/winsnap.c:913 plug-ins/xjt/xjt.c:795 msgid "Cancel" msgstr "" @@ -272,8 +271,8 @@ msgstr "" #: plug-ins/FractalExplorer/Dialogs.c:803 plug-ins/common/CML_explorer.c:167 #: plug-ins/common/align_layers.c:452 plug-ins/common/align_layers.c:485 #: plug-ins/common/ps.c:2640 plug-ins/common/ps.c:2653 -#: plug-ins/common/psp.c:445 plug-ins/common/tiff.c:1508 -#: plug-ins/fits/fits.c:1032 plug-ins/gap/gap_mov_dialog.c:284 +#: plug-ins/common/psp.c:445 plug-ins/common/tiff.c:1551 +#: plug-ins/fits/fits.c:1032 plug-ins/gap/gap_mov_dialog.c:301 msgid "None" msgstr "" @@ -451,7 +450,7 @@ msgstr "" #: plug-ins/common/sharpen.c:550 plug-ins/common/spheredesigner.c:2254 #: plug-ins/common/tileit.c:407 plug-ins/common/waves.c:576 #: plug-ins/common/whirlpinch.c:826 plug-ins/common/wind.c:1026 -#: plug-ins/flame/flame.c:933 plug-ins/gfig/gfig.c:3964 +#: plug-ins/flame/flame.c:940 plug-ins/gfig/gfig.c:3964 #: plug-ins/gflare/gflare.c:2492 plug-ins/gflare/gflare.c:3500 #: plug-ins/gimpressionist/orientmap.c:502 #: plug-ins/gimpressionist/preview.c:106 plug-ins/gimpressionist/sizemap.c:402 @@ -598,7 +597,7 @@ msgstr "" #: plug-ins/common/sample_colorize.c:1371 #: plug-ins/common/spheredesigner.c:2234 plug-ins/common/tileit.c:467 #: plug-ins/fp/fp_gtk.c:897 plug-ins/gimpressionist/preview.c:124 -#: plug-ins/ifscompose/ifscompose.c:787 +#: plug-ins/ifscompose/ifscompose.c:787 plug-ins/sel2path/sel2path.c:341 msgid "Reset" msgstr "" @@ -1068,8 +1067,8 @@ msgstr "" #: plug-ins/MapObject/mapobject_ui.c:1040 #: plug-ins/MapObject/mapobject_ui.c:1084 plug-ins/common/flarefx.c:785 #: plug-ins/common/nova.c:609 plug-ins/common/papertile.c:285 -#: plug-ins/flame/flame.c:1182 plug-ins/flame/flame.c:1195 -#: plug-ins/gap/gap_mov_dialog.c:1855 plug-ins/gflare/gflare.c:2874 +#: plug-ins/flame/flame.c:1189 plug-ins/flame/flame.c:1202 +#: plug-ins/gap/gap_mov_dialog.c:2100 plug-ins/gflare/gflare.c:2874 #: plug-ins/ifscompose/ifscompose.c:513 msgid "X:" msgstr "" @@ -1086,7 +1085,7 @@ msgstr "" #: plug-ins/MapObject/mapobject_ui.c:1093 #: plug-ins/MapObject/mapobject_ui.c:1189 plug-ins/common/flarefx.c:803 #: plug-ins/common/nova.c:627 plug-ins/common/papertile.c:294 -#: plug-ins/common/xbm.c:1221 plug-ins/gap/gap_mov_dialog.c:1873 +#: plug-ins/common/xbm.c:1244 plug-ins/gap/gap_mov_dialog.c:2118 #: plug-ins/gflare/gflare.c:2878 plug-ins/ifscompose/ifscompose.c:527 msgid "Y:" msgstr "" @@ -1179,7 +1178,7 @@ msgid "Bumpmap Image:" msgstr "" #: plug-ins/Lighting/lighting_ui.c:919 plug-ins/common/mblur.c:784 -#: plug-ins/flame/flame.c:714 plug-ins/sinus/sinus.c:1032 +#: plug-ins/flame/flame.c:721 plug-ins/sinus/sinus.c:1032 msgid "Linear" msgstr "" @@ -1187,11 +1186,11 @@ msgstr "" msgid "Logarithmic" msgstr "" -#: plug-ins/Lighting/lighting_ui.c:921 plug-ins/flame/flame.c:715 +#: plug-ins/Lighting/lighting_ui.c:921 plug-ins/flame/flame.c:722 msgid "Sinusoidal" msgstr "" -#: plug-ins/Lighting/lighting_ui.c:922 plug-ins/flame/flame.c:716 +#: plug-ins/Lighting/lighting_ui.c:922 plug-ins/flame/flame.c:723 msgid "Spherical" msgstr "" @@ -1222,7 +1221,7 @@ msgstr "" #. Options section #: plug-ins/Lighting/lighting_ui.c:1014 plug-ins/MapObject/mapobject_ui.c:1314 #: plug-ins/common/lic.c:1037 plug-ins/common/ripple.c:604 -#: plug-ins/gap/gap_mov_dialog.c:841 plug-ins/gfig/gfig.c:4018 +#: plug-ins/gap/gap_mov_dialog.c:859 plug-ins/gfig/gfig.c:4018 msgid "Options" msgstr "" @@ -1435,8 +1434,8 @@ msgstr "" #: plug-ins/common/pix.c:326 plug-ins/common/png.c:415 #: plug-ins/common/png.c:417 plug-ins/common/pnm.c:414 #: plug-ins/common/psd.c:1713 plug-ins/common/sunras.c:441 -#: plug-ins/common/tga.c:429 plug-ins/common/tiff.c:443 -#: plug-ins/common/xbm.c:674 plug-ins/common/xpm.c:334 +#: plug-ins/common/tga.c:429 plug-ins/common/tiff.c:450 +#: plug-ins/common/xbm.c:735 plug-ins/common/xpm.c:334 #: plug-ins/common/xwd.c:430 plug-ins/faxg3/faxg3.c:196 #: plug-ins/gfli/gfli.c:471 plug-ins/sgi/sgi.c:330 plug-ins/sgi/sgi.c:332 #: plug-ins/xjt/xjt.c:3246 @@ -1480,12 +1479,12 @@ msgstr "" #: plug-ins/common/png.c:576 plug-ins/common/pnm.c:502 #: plug-ins/common/psd.c:2094 plug-ins/common/smooth_palette.c:240 #: plug-ins/common/sunras.c:919 plug-ins/common/tga.c:1014 -#: plug-ins/common/tiff.c:654 plug-ins/common/tile.c:269 +#: plug-ins/common/tiff.c:676 plug-ins/common/tile.c:269 #: plug-ins/common/winclipboard.c:515 plug-ins/common/wmf.c:2350 -#: plug-ins/common/xbm.c:812 plug-ins/faxg3/faxg3.c:448 +#: plug-ins/common/xbm.c:873 plug-ins/faxg3/faxg3.c:448 #: plug-ins/fits/fits.c:521 plug-ins/gfig/gfig.c:2867 #: plug-ins/gfig/gfig.c:3195 plug-ins/sgi/sgi.c:378 plug-ins/twain/twain.c:722 -#: plug-ins/winsnap/winsnap.c:1234 +#: plug-ins/winsnap/winsnap.c:1235 msgid "Background" msgstr "" @@ -1500,7 +1499,7 @@ msgstr "" #. init the progress meter #: plug-ins/bmp/bmpwrite.c:179 plug-ins/common/CEL.c:510 -#: plug-ins/common/gbr.c:387 plug-ins/common/gif.c:937 +#: plug-ins/common/gbr.c:387 plug-ins/common/gif.c:940 #: plug-ins/common/gpb.c:768 plug-ins/common/gpb.c:808 #: plug-ins/common/gtm.c:247 plug-ins/common/hrz.c:476 #: plug-ins/common/jpeg.c:1196 plug-ins/common/pat.c:343 @@ -1508,7 +1507,7 @@ msgstr "" #: plug-ins/common/png.c:756 plug-ins/common/png.c:758 #: plug-ins/common/pnm.c:786 plug-ins/common/ps.c:999 #: plug-ins/common/sunras.c:524 plug-ins/common/tga.c:1196 -#: plug-ins/common/tiff.c:1260 plug-ins/common/xbm.c:960 +#: plug-ins/common/tiff.c:1282 plug-ins/common/xbm.c:983 #: plug-ins/common/xpm.c:653 plug-ins/common/xwd.c:534 #: plug-ins/fits/fits.c:472 plug-ins/gfli/gfli.c:691 plug-ins/sgi/sgi.c:548 #: plug-ins/sgi/sgi.c:550 plug-ins/xjt/xjt.c:1628 @@ -1753,7 +1752,7 @@ msgstr "" #: plug-ins/common/CML_explorer.c:299 plug-ins/common/CML_explorer.c:1280 #: plug-ins/common/decompose.c:122 plug-ins/common/lic.c:1058 #: plug-ins/fp/fp_gtk.c:281 plug-ins/fp/fp_gtk.c:413 -#: plug-ins/gap/gap_mov_dialog.c:257 plug-ins/gimpressionist/orientation.c:188 +#: plug-ins/gap/gap_mov_dialog.c:274 plug-ins/gimpressionist/orientation.c:188 #: plug-ins/gimpressionist/size.c:186 msgid "Hue" msgstr "" @@ -1761,13 +1760,13 @@ msgstr "" #: plug-ins/common/CML_explorer.c:300 plug-ins/common/CML_explorer.c:1285 #: plug-ins/common/decompose.c:123 plug-ins/common/lic.c:1059 #: plug-ins/fp/fp_gtk.c:285 plug-ins/fp/fp_gtk.c:417 plug-ins/fp/fp_gtk.c:481 -#: plug-ins/gap/gap_mov_dialog.c:258 plug-ins/rcm/rcm_dialog.c:509 +#: plug-ins/gap/gap_mov_dialog.c:275 plug-ins/rcm/rcm_dialog.c:509 msgid "Saturation" msgstr "" #: plug-ins/common/CML_explorer.c:301 plug-ins/common/CML_explorer.c:1290 #: plug-ins/common/decompose.c:124 plug-ins/fp/fp_gtk.c:289 -#: plug-ins/fp/fp_gtk.c:421 plug-ins/gap/gap_mov_dialog.c:260 +#: plug-ins/fp/fp_gtk.c:421 plug-ins/gap/gap_mov_dialog.c:277 #: plug-ins/gimpressionist/orientation.c:131 #: plug-ins/gimpressionist/size.c:130 msgid "Value" @@ -2025,12 +2024,12 @@ msgid "Error: failed to load parameters" msgstr "" #. Create the actual window. -#: plug-ins/common/aa.c:341 +#: plug-ins/common/aa.c:339 msgid "Save as Text" msgstr "" #. file save type -#: plug-ins/common/aa.c:358 plug-ins/common/pnm.c:945 +#: plug-ins/common/aa.c:356 plug-ins/common/pnm.c:945 #: plug-ins/common/sunras.c:1589 msgid "Data Formatting" msgstr "" @@ -2106,7 +2105,7 @@ msgid "Left Edge" msgstr "" #: plug-ins/common/align_layers.c:473 plug-ins/common/align_layers.c:506 -#: plug-ins/gap/gap_mov_dialog.c:271 plug-ins/gflare/gflare.c:2862 +#: plug-ins/gap/gap_mov_dialog.c:288 plug-ins/gflare/gflare.c:2862 msgid "Center" msgstr "" @@ -2150,16 +2149,16 @@ msgstr "" msgid "Grid Size:" msgstr "" -#: plug-ins/common/animationplay.c:266 +#: plug-ins/common/animationplay.c:270 msgid "/Filters/Animation/Animation Playback..." msgstr "" -#: plug-ins/common/animationplay.c:662 +#: plug-ins/common/animationplay.c:666 msgid "Animation Playback: " msgstr "" #. if no buttons are specified use one CLOSE button per default -#: plug-ins/common/animationplay.c:669 plug-ins/common/plugindetails.c:996 +#: plug-ins/common/animationplay.c:673 plug-ins/common/plugindetails.c:996 #: plug-ins/common/sample_colorize.c:1373 plug-ins/common/uniteditor.c:525 #: plug-ins/dbbrowser/dbbrowser_utils.c:158 #: plug-ins/dbbrowser/dbbrowser_utils.c:175 plug-ins/gap/gap_arr_dialog.c:783 @@ -2173,43 +2172,43 @@ msgid "Close" msgstr "" #. The 'playback' half of the dialog -#: plug-ins/common/animationplay.c:683 plug-ins/common/animationplay.c:686 +#: plug-ins/common/animationplay.c:687 plug-ins/common/animationplay.c:690 msgid "Playback: " msgstr "" -#: plug-ins/common/animationplay.c:716 +#: plug-ins/common/animationplay.c:720 msgid "Play/Stop" msgstr "" -#: plug-ins/common/animationplay.c:722 +#: plug-ins/common/animationplay.c:726 msgid "Rewind" msgstr "" -#: plug-ins/common/animationplay.c:728 +#: plug-ins/common/animationplay.c:732 msgid "Step" msgstr "" -#: plug-ins/common/animationplay.c:786 +#: plug-ins/common/animationplay.c:790 msgid "Frame %v of %u" msgstr "" -#: plug-ins/common/animoptimize.c:154 +#: plug-ins/common/animoptimize.c:158 msgid "/Filters/Animation/Animation Optimize" msgstr "" -#: plug-ins/common/animoptimize.c:170 +#: plug-ins/common/animoptimize.c:174 msgid "/Filters/Animation/Animation UnOptimize" msgstr "" -#: plug-ins/common/animoptimize.c:270 +#: plug-ins/common/animoptimize.c:274 msgid "Optimizing Animation..." msgstr "" -#: plug-ins/common/animoptimize.c:272 +#: plug-ins/common/animoptimize.c:276 msgid "UnOptimizing Animation..." msgstr "" -#: plug-ins/common/animoptimize.c:301 +#: plug-ins/common/animoptimize.c:305 msgid "Not enough memory to allocate buffers for optimization.\n" msgstr "" @@ -2480,7 +2479,7 @@ msgstr "" #: plug-ins/common/colorify.c:338 plug-ins/common/colortoalpha.c:414 #: plug-ins/common/ps.c:2625 plug-ins/common/xpm.c:439 -#: plug-ins/gap/gap_mov_dialog.c:259 plug-ins/gimpressionist/color.c:51 +#: plug-ins/gap/gap_mov_dialog.c:276 plug-ins/gimpressionist/color.c:51 #: plug-ins/gimpressionist/color.c:56 plug-ins/imagemap/imap_menu.c:325 #: plug-ins/print/gimp_main_window.c:425 msgid "Color" @@ -2721,7 +2720,7 @@ msgid "Prefixed Name:" msgstr "" #: plug-ins/common/csource.c:689 plug-ins/common/mail.c:556 -#: plug-ins/common/tiff.c:1523 plug-ins/common/xbm.c:1180 +#: plug-ins/common/tiff.c:1566 plug-ins/common/xbm.c:1203 msgid "Comment:" msgstr "" @@ -2758,7 +2757,7 @@ msgstr "" #. Opacity #. table col, row #: plug-ins/common/csource.c:757 plug-ins/common/sparkle.c:443 -#: plug-ins/common/tileit.c:587 plug-ins/gap/gap_mov_dialog.c:1925 +#: plug-ins/common/tileit.c:587 plug-ins/gap/gap_mov_dialog.c:2170 #: plug-ins/gflare/gflare.c:3602 plug-ins/gflare/gflare.c:3632 #: plug-ins/gflare/gflare.c:3662 msgid "Opacity:" @@ -3130,7 +3129,7 @@ msgstr "" #: plug-ins/common/destripe.c:670 plug-ins/common/gtm.c:551 #: plug-ins/common/ps.c:2582 plug-ins/common/ps.c:2757 #: plug-ins/common/smooth_palette.c:429 plug-ins/common/tile.c:421 -#: plug-ins/gap/gap_mov_dialog.c:1891 plug-ins/imagemap/imap_rectangle.c:387 +#: plug-ins/gap/gap_mov_dialog.c:2136 plug-ins/imagemap/imap_rectangle.c:387 msgid "Width:" msgstr "" @@ -3158,7 +3157,7 @@ msgstr "" msgid "Sharp edges" msgstr "" -#: plug-ins/common/diffraction.c:717 plug-ins/flame/flame.c:1004 +#: plug-ins/common/diffraction.c:717 plug-ins/flame/flame.c:1011 #: plug-ins/print/gimp_color_window.c:100 msgid "Brightness:" msgstr "" @@ -3217,7 +3216,7 @@ msgstr "" #: plug-ins/common/displace.c:426 plug-ins/common/edge.c:708 #: plug-ins/common/fractaltrace.c:774 plug-ins/common/newsprint.c:449 #: plug-ins/common/ripple.c:653 plug-ins/common/warp.c:534 -#: plug-ins/fits/fits.c:1008 plug-ins/flame/flame.c:1100 +#: plug-ins/fits/fits.c:1008 plug-ins/flame/flame.c:1107 #: plug-ins/gfig/gfig.c:3328 msgid "Black" msgstr "" @@ -3282,7 +3281,7 @@ msgstr "" #: plug-ins/common/engrave.c:256 plug-ins/common/film.c:1243 #: plug-ins/common/gtm.c:565 plug-ins/common/ps.c:2591 #: plug-ins/common/ps.c:2766 plug-ins/common/smooth_palette.c:438 -#: plug-ins/common/tile.c:425 plug-ins/gap/gap_mov_dialog.c:1908 +#: plug-ins/common/tile.c:425 plug-ins/gap/gap_mov_dialog.c:2153 #: plug-ins/imagemap/imap_rectangle.c:393 msgid "Height:" msgstr "" @@ -3595,28 +3594,28 @@ msgstr "" msgid "Icon Name:" msgstr "" -#: plug-ins/common/gif.c:672 +#: plug-ins/common/gif.c:674 msgid "" "GIF: Couldn't simply reduce colors further.\n" "Saving as opaque.\n" msgstr "" -#: plug-ins/common/gif.c:929 +#: plug-ins/common/gif.c:932 msgid "" "GIF: Sorry, can't save RGB images as GIFs - convert to INDEXED\n" "or GRAY first.\n" msgstr "" -#: plug-ins/common/gif.c:947 +#: plug-ins/common/gif.c:950 #, c-format msgid "GIF: can't open %s\n" msgstr "" -#: plug-ins/common/gif.c:1136 +#: plug-ins/common/gif.c:1139 msgid "GIF Warning" msgstr "" -#: plug-ins/common/gif.c:1162 +#: plug-ins/common/gif.c:1165 msgid "" "The image which you are trying to save as a GIF\n" "contains layers which extend beyond the actual\n" @@ -3627,61 +3626,61 @@ msgid "" "the image borders, or cancel this save." msgstr "" -#: plug-ins/common/gif.c:1207 +#: plug-ins/common/gif.c:1210 msgid "Save as GIF" msgstr "" #. regular gif parameter settings -#: plug-ins/common/gif.c:1229 +#: plug-ins/common/gif.c:1232 msgid "GIF Options" msgstr "" -#: plug-ins/common/gif.c:1237 +#: plug-ins/common/gif.c:1240 msgid "Interlace" msgstr "" -#: plug-ins/common/gif.c:1248 +#: plug-ins/common/gif.c:1251 msgid "GIF Comment:" msgstr "" #. additional animated gif parameter settings -#: plug-ins/common/gif.c:1307 +#: plug-ins/common/gif.c:1311 msgid "Animated GIF Options" msgstr "" -#: plug-ins/common/gif.c:1315 +#: plug-ins/common/gif.c:1319 msgid "Loop forever" msgstr "" -#: plug-ins/common/gif.c:1327 +#: plug-ins/common/gif.c:1331 msgid "Delay between Frames where Unspecified:" msgstr "" -#: plug-ins/common/gif.c:1339 +#: plug-ins/common/gif.c:1343 msgid "Milliseconds" msgstr "" -#: plug-ins/common/gif.c:1349 +#: plug-ins/common/gif.c:1353 msgid "Frame Disposal where Unspecified: " msgstr "" -#: plug-ins/common/gif.c:1358 +#: plug-ins/common/gif.c:1362 msgid "I don't Care" msgstr "" -#: plug-ins/common/gif.c:1360 +#: plug-ins/common/gif.c:1364 msgid "Cumulative Layers (Combine)" msgstr "" -#: plug-ins/common/gif.c:1362 +#: plug-ins/common/gif.c:1366 msgid "One Frame per Layer (Replace)" msgstr "" -#: plug-ins/common/gif.c:2346 +#: plug-ins/common/gif.c:2350 msgid "GIF: error writing output file\n" msgstr "" -#: plug-ins/common/gif.c:2437 +#: plug-ins/common/gif.c:2441 msgid "GIF save: Your comment string is too long.\n" msgstr "" @@ -3824,7 +3823,7 @@ msgstr "" msgid "Grid" msgstr "" -#: plug-ins/common/grid.c:708 plug-ins/gap/gap_mov_dialog.c:478 +#: plug-ins/common/grid.c:708 plug-ins/gap/gap_mov_dialog.c:496 msgid "Update Preview" msgstr "" @@ -4581,7 +4580,7 @@ msgid "Output LPI:" msgstr "" #. screen settings -#: plug-ins/common/newsprint.c:1287 plug-ins/gap/gap_mov_dialog.c:250 +#: plug-ins/common/newsprint.c:1287 plug-ins/gap/gap_mov_dialog.c:267 #: plug-ins/gflare/gflare.c:597 msgid "Screen" msgstr "" @@ -5112,7 +5111,7 @@ msgid "Load PostScript" msgstr "" #. Rendering -#: plug-ins/common/ps.c:2555 plug-ins/flame/flame.c:987 +#: plug-ins/common/ps.c:2555 plug-ins/flame/flame.c:994 msgid "Rendering" msgstr "" @@ -5296,43 +5295,43 @@ msgstr "" msgid "Amplitude:" msgstr "" -#: plug-ins/common/rotate.c:168 +#: plug-ins/common/rotate.c:160 msgid "/Layers/Rotate/90 degrees" msgstr "" -#: plug-ins/common/rotate.c:179 +#: plug-ins/common/rotate.c:171 msgid "/Layers/Rotate/180 degrees" msgstr "" -#: plug-ins/common/rotate.c:190 +#: plug-ins/common/rotate.c:182 msgid "/Layers/Rotate/270 degrees" msgstr "" -#: plug-ins/common/rotate.c:202 +#: plug-ins/common/rotate.c:194 msgid "/Image/Transforms/Rotate/90 degrees" msgstr "" -#: plug-ins/common/rotate.c:213 +#: plug-ins/common/rotate.c:205 msgid "/Image/Transforms/Rotate/180 degrees" msgstr "" -#: plug-ins/common/rotate.c:224 +#: plug-ins/common/rotate.c:216 msgid "/Image/Transforms/Rotate/270 degrees" msgstr "" -#: plug-ins/common/rotate.c:531 +#: plug-ins/common/rotate.c:525 msgid "You can not rotate the whole image if there's a selection." msgstr "" -#: plug-ins/common/rotate.c:537 +#: plug-ins/common/rotate.c:531 msgid "You can not rotate the whole image if there's a floating selection." msgstr "" -#: plug-ins/common/rotate.c:547 +#: plug-ins/common/rotate.c:541 msgid "Sorry, channels and masks can not be rotated." msgstr "" -#: plug-ins/common/rotate.c:553 +#: plug-ins/common/rotate.c:547 msgid "Rotating..." msgstr "" @@ -5349,7 +5348,7 @@ msgstr "" #: plug-ins/dbbrowser/dbbrowser_utils.c:156 #: plug-ins/gdyntext/gdyntext_ui.c:643 plug-ins/gimpressionist/orientmap.c:633 #: plug-ins/gimpressionist/presets.c:640 plug-ins/gimpressionist/sizemap.c:492 -#: plug-ins/imagemap/imap_default_dialog.c:110 +#: plug-ins/imagemap/imap_default_dialog.c:122 msgid "Apply" msgstr "" @@ -5445,7 +5444,7 @@ msgstr "" msgid "Holdness:" msgstr "" -#: plug-ins/common/screenshot.c:150 plug-ins/winsnap/winsnap.c:1075 +#: plug-ins/common/screenshot.c:150 plug-ins/winsnap/winsnap.c:1076 msgid "/File/Acquire/Screen Shot..." msgstr "" @@ -5455,7 +5454,7 @@ msgid "Screen Shot" msgstr "" #. Action area -#: plug-ins/common/screenshot.c:393 plug-ins/winsnap/winsnap.c:902 +#: plug-ins/common/screenshot.c:393 plug-ins/winsnap/winsnap.c:903 msgid "Grab" msgstr "" @@ -5471,11 +5470,11 @@ msgstr "" msgid "Grab the Whole Screen" msgstr "" -#: plug-ins/common/screenshot.c:469 plug-ins/winsnap/winsnap.c:1010 +#: plug-ins/common/screenshot.c:469 plug-ins/winsnap/winsnap.c:1011 msgid "after" msgstr "" -#: plug-ins/common/screenshot.c:478 plug-ins/winsnap/winsnap.c:1019 +#: plug-ins/common/screenshot.c:478 plug-ins/winsnap/winsnap.c:1020 msgid "Seconds Delay" msgstr "" @@ -5800,7 +5799,7 @@ msgid "Sphere Designer" msgstr "" #: plug-ins/common/spheredesigner.c:2268 plug-ins/gimpressionist/preview.c:117 -#: plug-ins/gimpressionist/repaint.c:873 plug-ins/gimpressionist/repaint.c:875 +#: plug-ins/gimpressionist/repaint.c:874 plug-ins/gimpressionist/repaint.c:876 #: plug-ins/imagemap/imap_polygon.c:446 msgid "Update" msgstr "" @@ -5999,31 +5998,31 @@ msgstr "" msgid "Threshold Alpha" msgstr "" -#: plug-ins/common/tiff.c:663 +#: plug-ins/common/tiff.c:685 msgid "TIFF Channel" msgstr "" -#: plug-ins/common/tiff.c:1482 +#: plug-ins/common/tiff.c:1525 msgid "Save as TIFF" msgstr "" -#: plug-ins/common/tiff.c:1504 +#: plug-ins/common/tiff.c:1547 msgid "Compression" msgstr "" -#: plug-ins/common/tiff.c:1509 +#: plug-ins/common/tiff.c:1552 msgid "LZW" msgstr "" -#: plug-ins/common/tiff.c:1510 +#: plug-ins/common/tiff.c:1553 msgid "Pack Bits" msgstr "" -#: plug-ins/common/tiff.c:1511 +#: plug-ins/common/tiff.c:1554 msgid "Deflate" msgstr "" -#: plug-ins/common/tiff.c:1512 +#: plug-ins/common/tiff.c:1555 msgid "JPEG" msgstr "" @@ -6728,37 +6727,34 @@ msgstr "" msgid "Transferring image" msgstr "" -#: plug-ins/common/xbm.c:237 +#: plug-ins/common/xbm.c:246 msgid "Created with The GIMP" msgstr "" -#: plug-ins/common/xbm.c:670 +#: plug-ins/common/xbm.c:731 #, c-format msgid "XBM: cannot open \"%s\"\n" msgstr "" -#: plug-ins/common/xbm.c:753 +#: plug-ins/common/xbm.c:814 #, c-format msgid "XBM: cannot read header (ftell == %ld)\n" msgstr "" -#: plug-ins/common/xbm.c:759 +#: plug-ins/common/xbm.c:820 msgid "XBM: no image width specified\n" msgstr "" -#: plug-ins/common/xbm.c:765 +#: plug-ins/common/xbm.c:826 msgid "XBM: no image height specified\n" msgstr "" -#: plug-ins/common/xbm.c:771 +#: plug-ins/common/xbm.c:832 msgid "XBM: no image data type specified\n" msgstr "" -#: plug-ins/common/xbm.c:890 -msgid "XBM Warning" -msgstr "" - -#: plug-ins/common/xbm.c:911 +#. The image is not black-and-white. +#: plug-ins/common/xbm.c:965 msgid "" "The image which you are trying to save as\n" "an XBM contains more than two colors.\n" @@ -6767,38 +6763,57 @@ msgid "" "(1-bit) indexed image and try again." msgstr "" -#: plug-ins/common/xbm.c:982 +#: plug-ins/common/xbm.c:976 +msgid "" +"You cannot save a cursor mask for an image\n" +"which has no alpha channel." +msgstr "" + +#: plug-ins/common/xbm.c:1005 #, c-format msgid "XBM: cannot create \"%s\"\n" msgstr "" -#: plug-ins/common/xbm.c:1123 +#: plug-ins/common/xbm.c:1146 msgid "Save as XBM" msgstr "" #. parameter settings -#: plug-ins/common/xbm.c:1140 +#: plug-ins/common/xbm.c:1163 msgid "XBM Options" msgstr "" #. X10 format -#: plug-ins/common/xbm.c:1151 +#: plug-ins/common/xbm.c:1174 msgid "X10 Format Bitmap" msgstr "" -#: plug-ins/common/xbm.c:1169 +#: plug-ins/common/xbm.c:1192 msgid "Identifier Prefix:" msgstr "" #. hotspot toggle -#: plug-ins/common/xbm.c:1187 +#: plug-ins/common/xbm.c:1210 msgid "Write Hot Spot Values" msgstr "" -#: plug-ins/common/xbm.c:1211 +#: plug-ins/common/xbm.c:1234 msgid "Hot Spot X:" msgstr "" +#. mask file +#: plug-ins/common/xbm.c:1248 +msgid "Mask File" +msgstr "" + +#: plug-ins/common/xbm.c:1259 +msgid "Write Extra Mask File" +msgstr "" + +#: plug-ins/common/xbm.c:1270 +msgid "Mask File Extension:" +msgstr "" + #: plug-ins/common/xpm.c:795 msgid "Save as XPM" msgstr "" @@ -6960,118 +6975,118 @@ msgstr "" msgid "Image Composing" msgstr "" -#: plug-ins/flame/flame.c:137 +#: plug-ins/flame/flame.c:144 msgid "/Filters/Render/Nature/Flame..." msgstr "" -#: plug-ins/flame/flame.c:218 +#: plug-ins/flame/flame.c:225 msgid "Drawing Flame..." msgstr "" -#: plug-ins/flame/flame.c:299 +#: plug-ins/flame/flame.c:306 msgid "Flame works only on RGB drawables." msgstr "" -#: plug-ins/flame/flame.c:415 +#: plug-ins/flame/flame.c:422 #, c-format msgid "%s: Is not a regular file" msgstr "" -#: plug-ins/flame/flame.c:619 plug-ins/flame/flame.c:965 +#: plug-ins/flame/flame.c:626 plug-ins/flame/flame.c:972 msgid "Edit Flame" msgstr "" -#: plug-ins/flame/flame.c:638 +#: plug-ins/flame/flame.c:645 msgid "Directions" msgstr "" -#: plug-ins/flame/flame.c:668 +#: plug-ins/flame/flame.c:675 msgid "Controls" msgstr "" -#: plug-ins/flame/flame.c:683 +#: plug-ins/flame/flame.c:690 msgid "Speed:" msgstr "" -#: plug-ins/flame/flame.c:699 +#: plug-ins/flame/flame.c:706 msgid "Randomize" msgstr "" -#: plug-ins/flame/flame.c:712 +#: plug-ins/flame/flame.c:719 msgid "Same" msgstr "" -#: plug-ins/flame/flame.c:713 plug-ins/gimpressionist/orientation.c:151 +#: plug-ins/flame/flame.c:720 plug-ins/gimpressionist/orientation.c:151 #: plug-ins/gimpressionist/size.c:150 msgid "Random" msgstr "" -#: plug-ins/flame/flame.c:717 +#: plug-ins/flame/flame.c:724 msgid "Swirl" msgstr "" -#: plug-ins/flame/flame.c:718 +#: plug-ins/flame/flame.c:725 msgid "Horseshoe" msgstr "" -#: plug-ins/flame/flame.c:719 plug-ins/gfig/gfig.c:3315 +#: plug-ins/flame/flame.c:726 plug-ins/gfig/gfig.c:3315 msgid "Polar" msgstr "" -#: plug-ins/flame/flame.c:720 +#: plug-ins/flame/flame.c:727 msgid "Bent" msgstr "" -#: plug-ins/flame/flame.c:726 +#: plug-ins/flame/flame.c:733 msgid "Variation:" msgstr "" -#: plug-ins/flame/flame.c:759 plug-ins/flame/flame.c:972 +#: plug-ins/flame/flame.c:766 plug-ins/flame/flame.c:979 msgid "Load Flame" msgstr "" -#: plug-ins/flame/flame.c:781 plug-ins/flame/flame.c:979 +#: plug-ins/flame/flame.c:788 plug-ins/flame/flame.c:986 msgid "Save Flame" msgstr "" -#: plug-ins/flame/flame.c:908 plug-ins/flame/flame.c:947 +#: plug-ins/flame/flame.c:915 plug-ins/flame/flame.c:954 msgid "Flame" msgstr "" -#: plug-ins/flame/flame.c:1017 plug-ins/print/gimp_color_window.c:114 +#: plug-ins/flame/flame.c:1024 plug-ins/print/gimp_color_window.c:114 msgid "Contrast:" msgstr "" -#: plug-ins/flame/flame.c:1030 plug-ins/gimpressionist/brush.c:401 +#: plug-ins/flame/flame.c:1037 plug-ins/gimpressionist/brush.c:401 #: plug-ins/print/gimp_color_window.c:198 msgid "Gamma:" msgstr "" -#: plug-ins/flame/flame.c:1043 +#: plug-ins/flame/flame.c:1050 msgid "Sample Density:" msgstr "" -#: plug-ins/flame/flame.c:1053 +#: plug-ins/flame/flame.c:1060 msgid "Spatial Oversample:" msgstr "" -#: plug-ins/flame/flame.c:1063 +#: plug-ins/flame/flame.c:1070 msgid "Spatial Filter Radius:" msgstr "" -#: plug-ins/flame/flame.c:1089 +#: plug-ins/flame/flame.c:1096 msgid "Colormap:" msgstr "" -#: plug-ins/flame/flame.c:1137 +#: plug-ins/flame/flame.c:1144 msgid "Custom Gradient" msgstr "" -#: plug-ins/flame/flame.c:1157 +#: plug-ins/flame/flame.c:1164 msgid "Camera" msgstr "" -#: plug-ins/flame/flame.c:1169 +#: plug-ins/flame/flame.c:1176 msgid "Zoom:" msgstr "" @@ -7974,7 +7989,7 @@ msgstr "" #. digits #. constrain #. lower, upper (unconstrained) -#: plug-ins/gap/gap_mod_layer.c:156 plug-ins/gap/gap_mov_dialog.c:550 +#: plug-ins/gap/gap_mod_layer.c:156 plug-ins/gap/gap_mov_dialog.c:568 #: plug-ins/gap/gap_mpege.c:259 plug-ins/gap/gap_range_ops.c:442 #: plug-ins/gap/gap_range_ops.c:601 msgid "first handled frame" @@ -7992,7 +8007,7 @@ msgstr "" #. digits #. constrain #. lower, upper (unconstrained) -#: plug-ins/gap/gap_mod_layer.c:164 plug-ins/gap/gap_mov_dialog.c:565 +#: plug-ins/gap/gap_mod_layer.c:164 plug-ins/gap/gap_mov_dialog.c:583 #: plug-ins/gap/gap_mpege.c:267 plug-ins/gap/gap_range_ops.c:450 #: plug-ins/gap/gap_range_ops.c:609 msgid "last handled frame" @@ -8080,120 +8095,120 @@ msgstr "" msgid "No selected Layer in start frame" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:247 plug-ins/gfig/gfig.c:3327 +#: plug-ins/gap/gap_mov_dialog.c:264 plug-ins/gfig/gfig.c:3327 #: plug-ins/gflare/gflare.c:594 plug-ins/gimpressionist/orientmap.c:590 msgid "Normal" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:248 +#: plug-ins/gap/gap_mov_dialog.c:265 msgid "Dissolve" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:249 +#: plug-ins/gap/gap_mov_dialog.c:266 msgid "Multiply" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:251 plug-ins/gflare/gflare.c:596 +#: plug-ins/gap/gap_mov_dialog.c:268 plug-ins/gflare/gflare.c:596 #: plug-ins/gimpressionist/paper.c:152 msgid "Overlay" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:252 +#: plug-ins/gap/gap_mov_dialog.c:269 msgid "Difference" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:253 plug-ins/gflare/gflare.c:595 +#: plug-ins/gap/gap_mov_dialog.c:270 plug-ins/gflare/gflare.c:595 msgid "Addition" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:254 plug-ins/gfig/gfig.c:3148 +#: plug-ins/gap/gap_mov_dialog.c:271 plug-ins/gfig/gfig.c:3148 msgid "Subtract" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:255 +#: plug-ins/gap/gap_mov_dialog.c:272 msgid "Darken Only" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:256 +#: plug-ins/gap/gap_mov_dialog.c:273 msgid "Lighten Only" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:267 +#: plug-ins/gap/gap_mov_dialog.c:284 msgid "Left Top" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:268 +#: plug-ins/gap/gap_mov_dialog.c:285 msgid "Left Bottom" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:269 +#: plug-ins/gap/gap_mov_dialog.c:286 msgid "Right Top" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:270 +#: plug-ins/gap/gap_mov_dialog.c:287 msgid "Right Bottom" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:279 +#: plug-ins/gap/gap_mov_dialog.c:296 msgid "Loop" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:280 +#: plug-ins/gap/gap_mov_dialog.c:297 msgid "Loop Reverse" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:281 +#: plug-ins/gap/gap_mov_dialog.c:298 msgid "Once" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:282 +#: plug-ins/gap/gap_mov_dialog.c:299 msgid "OnceReverse" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:283 +#: plug-ins/gap/gap_mov_dialog.c:300 msgid "PingPong" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:451 +#: plug-ins/gap/gap_mov_dialog.c:469 msgid "Move Path" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:485 +#: plug-ins/gap/gap_mov_dialog.c:503 msgid "" "Show PreviewFrame with Selected \n" "SrcLayer at current Controlpoint" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:489 +#: plug-ins/gap/gap_mov_dialog.c:507 msgid "Anim Preview" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:496 +#: plug-ins/gap/gap_mov_dialog.c:514 msgid "" "Generate Animated Preview\n" "as multilayer image" msgstr "" #. parameter settings -#: plug-ins/gap/gap_mov_dialog.c:509 +#: plug-ins/gap/gap_mov_dialog.c:527 msgid "Copy moving source-layer(s) into frames" msgstr "" #. the start frame scale_entry #. table col, row -#: plug-ins/gap/gap_mov_dialog.c:542 +#: plug-ins/gap/gap_mov_dialog.c:560 msgid "Start Frame:" msgstr "" #. the end frame scale_entry #. table col, row -#: plug-ins/gap/gap_mov_dialog.c:557 +#: plug-ins/gap/gap_mov_dialog.c:575 msgid "End Frame:" msgstr "" #. the Preview Frame scale_entry #. table col, row -#: plug-ins/gap/gap_mov_dialog.c:572 +#: plug-ins/gap/gap_mov_dialog.c:590 msgid "Preview Frame:" msgstr "" @@ -8205,7 +8220,7 @@ msgstr "" #. digits #. constrain #. lower, upper (unconstrained) -#: plug-ins/gap/gap_mov_dialog.c:580 +#: plug-ins/gap/gap_mov_dialog.c:598 msgid "" "frame to show when UpdPreview\n" "button is pressed" @@ -8213,7 +8228,7 @@ msgstr "" #. the Layerstack scale_entry #. table col, row -#: plug-ins/gap/gap_mov_dialog.c:588 plug-ins/gap/gap_range_ops.c:265 +#: plug-ins/gap/gap_mov_dialog.c:606 plug-ins/gap/gap_range_ops.c:265 msgid "Layerstack:" msgstr "" @@ -8225,7 +8240,7 @@ msgstr "" #. digits #. constrain #. lower, upper (unconstrained) -#: plug-ins/gap/gap_mov_dialog.c:596 +#: plug-ins/gap/gap_mov_dialog.c:614 msgid "" "How to insert SrcLayer into the\n" "Dst. Frame's Layerstack\n" @@ -8233,135 +8248,135 @@ msgid "" msgstr "" #. toggle force visibility -#: plug-ins/gap/gap_mov_dialog.c:608 +#: plug-ins/gap/gap_mov_dialog.c:626 msgid "Force visibility" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:614 +#: plug-ins/gap/gap_mov_dialog.c:632 msgid "Force visibility for all copied Src-Layers" msgstr "" #. toggle clip_to_image -#: plug-ins/gap/gap_mov_dialog.c:620 +#: plug-ins/gap/gap_mov_dialog.c:638 msgid "Clip To Frame" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:626 +#: plug-ins/gap/gap_mov_dialog.c:644 msgid "" "Clip all copied Src-Layers\n" "at Frame Boundaries" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:674 +#: plug-ins/gap/gap_mov_dialog.c:692 msgid "" "No Source Image was selected\n" "(Please open a 2nd Image of the same type before opening Move Path)" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:770 +#: plug-ins/gap/gap_mov_dialog.c:788 msgid "Object on empty frames" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:771 +#: plug-ins/gap/gap_mov_dialog.c:789 msgid "Object on one frame" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:772 +#: plug-ins/gap/gap_mov_dialog.c:790 msgid "Exact Object on frames" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:802 +#: plug-ins/gap/gap_mov_dialog.c:820 msgid "Anim Preview Mode" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:810 +#: plug-ins/gap/gap_mov_dialog.c:828 msgid "Scale Preview" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:811 +#: plug-ins/gap/gap_mov_dialog.c:829 msgid "Scale down size of the generated animated preview (in %)" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:819 +#: plug-ins/gap/gap_mov_dialog.c:837 msgid "Framerate" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:820 +#: plug-ins/gap/gap_mov_dialog.c:838 msgid "Framerate to use in the animated preview in frames/sec" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:834 +#: plug-ins/gap/gap_mov_dialog.c:852 msgid "Copy to Video Buffer" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:835 +#: plug-ins/gap/gap_mov_dialog.c:853 msgid "" "Save all single frames of animated preview to video buffer\n" "(configured in gimprc by video-paste-dir and video-paste-basename)" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:840 +#: plug-ins/gap/gap_mov_dialog.c:858 msgid "Move Path Animated Preview" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:886 +#: plug-ins/gap/gap_mov_dialog.c:904 msgid "Generate Animated Preview failed\n" msgstr "" #. filesel is already open -#: plug-ins/gap/gap_mov_dialog.c:1098 +#: plug-ins/gap/gap_mov_dialog.c:1343 msgid "Load Path Points from file" msgstr "" #. filesel is already open -#: plug-ins/gap/gap_mov_dialog.c:1134 +#: plug-ins/gap/gap_mov_dialog.c:1379 msgid "Save Path Points to file" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:1479 +#: plug-ins/gap/gap_mov_dialog.c:1724 #, c-format msgid "Current Point: [ %3d ] of [ %3d ]" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:1670 +#: plug-ins/gap/gap_mov_dialog.c:1915 msgid "Source Select" msgstr "" #. Source Layer menu -#: plug-ins/gap/gap_mov_dialog.c:1687 +#: plug-ins/gap/gap_mov_dialog.c:1932 msgid "Source Image/Layer:" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:1697 +#: plug-ins/gap/gap_mov_dialog.c:1942 msgid "Source Object to insert into Frame Range" msgstr "" #. Paintmode menu -#: plug-ins/gap/gap_mov_dialog.c:1712 +#: plug-ins/gap/gap_mov_dialog.c:1957 msgid "Mode:" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:1721 +#: plug-ins/gap/gap_mov_dialog.c:1966 msgid "Paintmode" msgstr "" #. Loop Stepmode menu -#: plug-ins/gap/gap_mov_dialog.c:1736 +#: plug-ins/gap/gap_mov_dialog.c:1981 msgid "Stepmode:" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:1754 +#: plug-ins/gap/gap_mov_dialog.c:1999 msgid "" "How to fetch the next SrcLayer \n" "at the next handled frame" msgstr "" #. Source Image Handle menu -#: plug-ins/gap/gap_mov_dialog.c:1760 +#: plug-ins/gap/gap_mov_dialog.c:2005 msgid "Handle:" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:1778 +#: plug-ins/gap/gap_mov_dialog.c:2023 msgid "" "How to place the SrcLayer at \n" "Controlpoint Coordinates" @@ -8369,17 +8384,17 @@ msgstr "" #. to avoid side effects while initialization #. the frame -#: plug-ins/gap/gap_mov_dialog.c:1832 +#: plug-ins/gap/gap_mov_dialog.c:2077 msgid "Move Path Preview" msgstr "" #. lower, upper (unconstrained) -#: plug-ins/gap/gap_mov_dialog.c:1864 +#: plug-ins/gap/gap_mov_dialog.c:2109 msgid "X Coordinate" msgstr "" #. lower, upper (unconstrained) -#: plug-ins/gap/gap_mov_dialog.c:1882 +#: plug-ins/gap/gap_mov_dialog.c:2127 msgid "Y Coordinate" msgstr "" @@ -8391,7 +8406,7 @@ msgstr "" #. digits #. constrain #. lower, upper (unconstrained) -#: plug-ins/gap/gap_mov_dialog.c:1899 +#: plug-ins/gap/gap_mov_dialog.c:2144 msgid "Scale Source Layer's Width in percent" msgstr "" @@ -8403,7 +8418,7 @@ msgstr "" #. digits #. constrain #. lower, upper (unconstrained) -#: plug-ins/gap/gap_mov_dialog.c:1916 +#: plug-ins/gap/gap_mov_dialog.c:2161 msgid "" "Scale SrcLayer's Height\n" "in percent" @@ -8417,7 +8432,7 @@ msgstr "" #. digits #. constrain #. lower, upper (unconstrained) -#: plug-ins/gap/gap_mov_dialog.c:1933 +#: plug-ins/gap/gap_mov_dialog.c:2178 msgid "" "SrcLayer's Opacity\n" "in percent" @@ -8425,7 +8440,7 @@ msgstr "" #. Rotation #. table col, row -#: plug-ins/gap/gap_mov_dialog.c:1942 +#: plug-ins/gap/gap_mov_dialog.c:2187 msgid "Rotate:" msgstr "" @@ -8437,13 +8452,13 @@ msgstr "" #. digits #. constrain #. lower, upper (unconstrained) -#: plug-ins/gap/gap_mov_dialog.c:1950 +#: plug-ins/gap/gap_mov_dialog.c:2195 msgid "Rotate SrcLayer (in degree)" msgstr "" #. Keyframe #. table col, row -#: plug-ins/gap/gap_mov_dialog.c:1961 +#: plug-ins/gap/gap_mov_dialog.c:2206 msgid "Keyframe:" msgstr "" @@ -8455,132 +8470,151 @@ msgstr "" #. digits #. constrain #. lower, upper (unconstrained) -#: plug-ins/gap/gap_mov_dialog.c:1969 +#: plug-ins/gap/gap_mov_dialog.c:2214 msgid "" "Fix Controlpoint to Keyframe number\n" "(0 == No Keyframe)" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:2044 +#: plug-ins/gap/gap_mov_dialog.c:2289 msgid "Add Point" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:2052 +#: plug-ins/gap/gap_mov_dialog.c:2297 msgid "" "Add Controlpoint at end \n" "(the last Point is duplicated)" msgstr "" #. toggle clip_to_image -#: plug-ins/gap/gap_mov_dialog.c:2057 +#: plug-ins/gap/gap_mov_dialog.c:2302 msgid "Show Path" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:2063 +#: plug-ins/gap/gap_mov_dialog.c:2308 msgid "" "Show Path Lines and enable\n" "pick/drag with left button\n" "or move with right button" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:2073 +#: plug-ins/gap/gap_mov_dialog.c:2318 #: plug-ins/imagemap/imap_cmd_insert_point.c:57 #: plug-ins/imagemap/imap_polygon.c:683 msgid "Insert Point" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:2081 +#: plug-ins/gap/gap_mov_dialog.c:2326 msgid "" "Insert Controlpoint \n" "(the current Point is duplicated)" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:2085 +#: plug-ins/gap/gap_mov_dialog.c:2330 #: plug-ins/imagemap/imap_cmd_delete_point.c:57 #: plug-ins/imagemap/imap_polygon.c:669 msgid "Delete Point" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:2093 +#: plug-ins/gap/gap_mov_dialog.c:2338 msgid "Delete current Controlpoint" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:2099 +#: plug-ins/gap/gap_mov_dialog.c:2344 msgid "Prev Point" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:2107 +#: plug-ins/gap/gap_mov_dialog.c:2352 msgid "Show Previous Controlpoint" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:2111 +#: plug-ins/gap/gap_mov_dialog.c:2356 msgid "Next Point" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:2119 +#: plug-ins/gap/gap_mov_dialog.c:2364 msgid "Show Next Controlpoint" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:2125 +#: plug-ins/gap/gap_mov_dialog.c:2370 msgid "First Point" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:2133 +#: plug-ins/gap/gap_mov_dialog.c:2378 msgid "Show First Controlpoint" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:2137 +#: plug-ins/gap/gap_mov_dialog.c:2382 msgid "Last Point" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:2145 +#: plug-ins/gap/gap_mov_dialog.c:2390 msgid "Show Last Controlpoint" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:2151 +#: plug-ins/gap/gap_mov_dialog.c:2396 msgid "Clear Point" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:2159 +#: plug-ins/gap/gap_mov_dialog.c:2404 msgid "" "Reset the current Controlpoint\n" "to default Values" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:2163 -msgid "Reset Points" +#: plug-ins/gap/gap_mov_dialog.c:2408 +msgid "Clear All Points" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:2171 +#: plug-ins/gap/gap_mov_dialog.c:2416 msgid "" -"Reset Controlpoints \n" -"to one Defaultpoint" +"Reset all Controlpoints to default Values\n" +"but dont change the path (X/Y Values)" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:2177 +#: plug-ins/gap/gap_mov_dialog.c:2423 +msgid "Rotate Follow" +msgstr "" + +#: plug-ins/gap/gap_mov_dialog.c:2434 +msgid "" +"Set Rotation for all Controlpoints\n" +"to follow the shape of the path.\n" +"(Shift: use Rotation of contolpoint 1 as offset)" +msgstr "" + +#: plug-ins/gap/gap_mov_dialog.c:2441 +msgid "Delete All Points" +msgstr "" + +#: plug-ins/gap/gap_mov_dialog.c:2449 +msgid "Delete all Controlpoints" +msgstr "" + +#: plug-ins/gap/gap_mov_dialog.c:2456 msgid "Load Points" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:2185 +#: plug-ins/gap/gap_mov_dialog.c:2464 msgid "Load Controlpoints from file" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:2189 +#: plug-ins/gap/gap_mov_dialog.c:2468 msgid "Save Points" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:2197 +#: plug-ins/gap/gap_mov_dialog.c:2476 msgid "Save Controlpoints to file" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:2668 +#: plug-ins/gap/gap_mov_dialog.c:2947 #, c-format msgid "" "\n" "Error: Keyframe %d at point [%d] higher or equal than last handled frame" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:2676 +#: plug-ins/gap/gap_mov_dialog.c:2955 #, c-format msgid "" "\n" @@ -8588,21 +8622,21 @@ msgid "" "for the previous controlpoints" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:2686 +#: plug-ins/gap/gap_mov_dialog.c:2965 #, c-format msgid "" "\n" "Error: Keyframe %d is not in sequence at point [%d]" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:2704 +#: plug-ins/gap/gap_mov_dialog.c:2983 #, c-format msgid "" "\n" "Error: controlpoint [%d] is out of handled framerange" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:2718 +#: plug-ins/gap/gap_mov_dialog.c:2997 #, c-format msgid "" "\n" @@ -8610,35 +8644,35 @@ msgid "" "please reduce controlpoints or select more frames" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:2731 +#: plug-ins/gap/gap_mov_dialog.c:3010 msgid "" "Cant operate with current Controlpoint\n" "or Keyframe settings" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:2738 +#: plug-ins/gap/gap_mov_dialog.c:3017 msgid "Reset Keyframes" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:2743 +#: plug-ins/gap/gap_mov_dialog.c:3022 msgid "Move Path Controlpointcheck" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:2744 +#: plug-ins/gap/gap_mov_dialog.c:3023 msgid "Errors:" msgstr "" -#: plug-ins/gap/gap_mov_exec.c:337 +#: plug-ins/gap/gap_mov_exec.c:339 msgid "" "No Source Image was selected.\n" "Please open a 2nd Image of the same type before opening Move Path." msgstr "" -#: plug-ins/gap/gap_mov_exec.c:348 +#: plug-ins/gap/gap_mov_exec.c:350 msgid "Copying Layers into Frames..." msgstr "" -#: plug-ins/gap/gap_mov_exec.c:352 +#: plug-ins/gap/gap_mov_exec.c:354 msgid "Generating Animated Preview..." msgstr "" @@ -9499,18 +9533,12 @@ msgstr "" msgid "/Filters/Render/Dynamic Text..." msgstr "" -#: plug-ins/gdyntext/gdyntext.c:307 -msgid "" -"Current layer isn't a GDynText layer or it has no alpha channel.\n" -" Forcing new layer creation.\n" -msgstr "" - -#: plug-ins/gdyntext/gdyntext.c:354 +#: plug-ins/gdyntext/gdyntext.c:351 #, c-format msgid "Upgrading old GDynText layer to %s\n" msgstr "" -#: plug-ins/gdyntext/gdyntext.c:358 +#: plug-ins/gdyntext/gdyntext.c:355 #, c-format msgid "" "WARNING: GDynText is too old!\n" @@ -9520,15 +9548,15 @@ msgid "" msgstr "" #. remove old layer name -#: plug-ins/gdyntext/gdyntext.c:397 +#: plug-ins/gdyntext/gdyntext.c:394 msgid "GDynText Layer " msgstr "" -#: plug-ins/gdyntext/gdyntext.c:434 +#: plug-ins/gdyntext/gdyntext.c:431 msgid "GIMP Dynamic Text" msgstr "" -#: plug-ins/gdyntext/gdyntext.c:536 +#: plug-ins/gdyntext/gdyntext.c:533 msgid "GDynText Layer" msgstr "" @@ -11367,7 +11395,7 @@ msgstr "" msgid "Unselect All" msgstr "" -#: plug-ins/imagemap/imap_default_dialog.c:124 +#: plug-ins/imagemap/imap_default_dialog.c:136 msgid "Help..." msgstr "" @@ -11446,11 +11474,11 @@ msgstr "" msgid "JavaScript" msgstr "" -#: plug-ins/imagemap/imap_edit_area_info.c:416 +#: plug-ins/imagemap/imap_edit_area_info.c:425 msgid "Area Settings" msgstr "" -#: plug-ins/imagemap/imap_edit_area_info.c:459 +#: plug-ins/imagemap/imap_edit_area_info.c:469 #, c-format msgid "Area #%d Settings" msgstr "" @@ -11894,12 +11922,12 @@ msgid "" msgstr "" #. open URL for help -#: plug-ins/maze/maze_face.c:588 +#: plug-ins/maze/maze_face.c:596 #, c-format msgid "Opening %s" msgstr "" -#: plug-ins/maze/maze_face.c:599 +#: plug-ins/maze/maze_face.c:607 #, c-format msgid "See %s" msgstr "" @@ -12393,32 +12421,32 @@ msgstr "" msgid "Misc" msgstr "" -#: plug-ins/sel2path/sel2path.c:160 +#: plug-ins/sel2path/sel2path.c:162 msgid "/Select/To Path" msgstr "" -#: plug-ins/sel2path/sel2path.c:205 +#: plug-ins/sel2path/sel2path.c:209 msgid "No selection to convert" msgstr "" -#: plug-ins/sel2path/sel2path.c:362 -msgid "Default Values" +#: plug-ins/sel2path/sel2path.c:333 +msgid "Sel2Path Advanced Settings" msgstr "" -#: plug-ins/sel2path/sel2path.c:551 +#: plug-ins/sel2path/sel2path.c:542 #, c-format msgid "print_spline: strange degree (%d)" msgstr "" -#: plug-ins/sel2path/sel2path.c:559 +#: plug-ins/sel2path/sel2path.c:551 msgid "selection_to_path" msgstr "" -#: plug-ins/sel2path/sel2path.c:585 +#: plug-ins/sel2path/sel2path.c:579 msgid "gimp_image_get_selection failed" msgstr "" -#: plug-ins/sel2path/sel2path.c:593 +#: plug-ins/sel2path/sel2path.c:587 msgid "Internal error. Selection bpp > 1" msgstr "" @@ -12600,19 +12628,19 @@ msgstr "" msgid "Current" msgstr "" -#: plug-ins/winsnap/winsnap.c:945 +#: plug-ins/winsnap/winsnap.c:946 msgid "Grab a single window" msgstr "" -#: plug-ins/winsnap/winsnap.c:956 +#: plug-ins/winsnap/winsnap.c:957 msgid "Include decorations" msgstr "" -#: plug-ins/winsnap/winsnap.c:992 +#: plug-ins/winsnap/winsnap.c:993 msgid "Grab the whole screen" msgstr "" -#: plug-ins/winsnap/winsnap.c:1221 +#: plug-ins/winsnap/winsnap.c:1222 msgid "No data captured" msgstr "" diff --git a/po-plug-ins/cs.po b/po-plug-ins/cs.po index 3a55639dcb..2658f401e5 100644 --- a/po-plug-ins/cs.po +++ b/po-plug-ins/cs.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: gimp-std-plugins 1.1.23\n" -"POT-Creation-Date: 2000-06-09 11:03+0200\n" +"POT-Creation-Date: 2000-06-18 19:40-0700\n" "PO-Revision-Date: 2000-06-09 11:17+02:00\n" "Last-Translator: Stanislav Brabec \n" "Language-Team: Czech \n" @@ -84,15 +84,15 @@ msgstr "O programu" #: plug-ins/common/sparkle.c:349 plug-ins/common/spheredesigner.c:2232 #: plug-ins/common/spread.c:382 plug-ins/common/sunras.c:1577 #: plug-ins/common/tga.c:1448 plug-ins/common/threshold_alpha.c:268 -#: plug-ins/common/tiff.c:1487 plug-ins/common/tile.c:398 +#: plug-ins/common/tiff.c:1530 plug-ins/common/tile.c:398 #: plug-ins/common/tileit.c:386 plug-ins/common/uniteditor.c:172 #: plug-ins/common/unsharp.c:786 plug-ins/common/video.c:2155 #: plug-ins/common/vpropagate.c:934 plug-ins/common/warp.c:437 #: plug-ins/common/waves.c:349 plug-ins/common/whirlpinch.c:808 #: plug-ins/common/wind.c:1007 plug-ins/common/wmf.c:931 #: plug-ins/common/xbm.c:1151 plug-ins/common/xpm.c:800 -#: plug-ins/fits/fits.c:987 plug-ins/flame/flame.c:638 -#: plug-ins/flame/flame.c:927 plug-ins/fp/fp_gtk.c:895 +#: plug-ins/fits/fits.c:987 plug-ins/flame/flame.c:631 +#: plug-ins/flame/flame.c:920 plug-ins/fp/fp_gtk.c:895 #: plug-ins/gap/gap_arr_dialog.c:768 plug-ins/gap/gap_arr_dialog.c:1010 #: plug-ins/gap/gap_decode_xanim.c:177 plug-ins/gap/gap_lib.c:221 #: plug-ins/gap/gap_mod_layer.c:145 plug-ins/gap/gap_mov_dialog.c:487 @@ -166,15 +166,15 @@ msgstr "OK" #: plug-ins/common/sparkle.c:351 plug-ins/common/spheredesigner.c:2236 #: plug-ins/common/spread.c:384 plug-ins/common/sunras.c:1579 #: plug-ins/common/tga.c:1450 plug-ins/common/threshold_alpha.c:270 -#: plug-ins/common/tiff.c:1489 plug-ins/common/tile.c:400 +#: plug-ins/common/tiff.c:1532 plug-ins/common/tile.c:400 #: plug-ins/common/tileit.c:388 plug-ins/common/uniteditor.c:174 #: plug-ins/common/unsharp.c:788 plug-ins/common/video.c:2157 #: plug-ins/common/vpropagate.c:936 plug-ins/common/warp.c:439 #: plug-ins/common/waves.c:351 plug-ins/common/whirlpinch.c:810 #: plug-ins/common/wind.c:1009 plug-ins/common/wmf.c:933 #: plug-ins/common/xbm.c:1153 plug-ins/common/xpm.c:802 -#: plug-ins/fits/fits.c:989 plug-ins/flame/flame.c:640 -#: plug-ins/flame/flame.c:929 plug-ins/fp/fp_gtk.c:899 +#: plug-ins/fits/fits.c:989 plug-ins/flame/flame.c:633 +#: plug-ins/flame/flame.c:922 plug-ins/fp/fp_gtk.c:899 #: plug-ins/gap/gap_arr_dialog.c:1012 plug-ins/gap/gap_dbbrowser_utils.c:211 #: plug-ins/gap/gap_decode_mpeg_main.c:336 plug-ins/gap/gap_decode_xanim.c:175 #: plug-ins/gap/gap_decode_xanim.c:340 plug-ins/gap/gap_filter_foreach.c:132 @@ -270,7 +270,7 @@ msgstr "Kosinus" #: plug-ins/FractalExplorer/Dialogs.c:803 plug-ins/common/CML_explorer.c:167 #: plug-ins/common/align_layers.c:452 plug-ins/common/align_layers.c:485 #: plug-ins/common/ps.c:2640 plug-ins/common/ps.c:2653 -#: plug-ins/common/psp.c:445 plug-ins/common/tiff.c:1508 +#: plug-ins/common/psp.c:445 plug-ins/common/tiff.c:1551 #: plug-ins/fits/fits.c:1032 plug-ins/gap/gap_mov_dialog.c:301 msgid "None" msgstr "Nic" @@ -452,7 +452,7 @@ msgstr "O ciz #: plug-ins/common/sharpen.c:550 plug-ins/common/spheredesigner.c:2254 #: plug-ins/common/tileit.c:407 plug-ins/common/waves.c:576 #: plug-ins/common/whirlpinch.c:826 plug-ins/common/wind.c:1026 -#: plug-ins/flame/flame.c:947 plug-ins/gfig/gfig.c:3964 +#: plug-ins/flame/flame.c:940 plug-ins/gfig/gfig.c:3964 #: plug-ins/gflare/gflare.c:2492 plug-ins/gflare/gflare.c:3500 #: plug-ins/gimpressionist/orientmap.c:502 #: plug-ins/gimpressionist/preview.c:106 plug-ins/gimpressionist/sizemap.c:402 @@ -1090,7 +1090,7 @@ msgstr "Poloha" #: plug-ins/MapObject/mapobject_ui.c:1040 #: plug-ins/MapObject/mapobject_ui.c:1084 plug-ins/common/flarefx.c:785 #: plug-ins/common/nova.c:609 plug-ins/common/papertile.c:285 -#: plug-ins/flame/flame.c:1196 plug-ins/flame/flame.c:1209 +#: plug-ins/flame/flame.c:1189 plug-ins/flame/flame.c:1202 #: plug-ins/gap/gap_mov_dialog.c:2100 plug-ins/gflare/gflare.c:2874 #: plug-ins/ifscompose/ifscompose.c:513 msgid "X:" @@ -1201,7 +1201,7 @@ msgid "Bumpmap Image:" msgstr "Obrázek vyvý¹ení:" #: plug-ins/Lighting/lighting_ui.c:919 plug-ins/common/mblur.c:784 -#: plug-ins/flame/flame.c:728 plug-ins/sinus/sinus.c:1032 +#: plug-ins/flame/flame.c:721 plug-ins/sinus/sinus.c:1032 msgid "Linear" msgstr "Lineární" @@ -1209,11 +1209,11 @@ msgstr "Line msgid "Logarithmic" msgstr "Logaritmický" -#: plug-ins/Lighting/lighting_ui.c:921 plug-ins/flame/flame.c:729 +#: plug-ins/Lighting/lighting_ui.c:921 plug-ins/flame/flame.c:722 msgid "Sinusoidal" msgstr "Sinusoidní" -#: plug-ins/Lighting/lighting_ui.c:922 plug-ins/flame/flame.c:730 +#: plug-ins/Lighting/lighting_ui.c:922 plug-ins/flame/flame.c:723 msgid "Spherical" msgstr "Kulový" @@ -1457,7 +1457,7 @@ msgstr "Uk #: plug-ins/common/pix.c:326 plug-ins/common/png.c:415 #: plug-ins/common/png.c:417 plug-ins/common/pnm.c:414 #: plug-ins/common/psd.c:1713 plug-ins/common/sunras.c:441 -#: plug-ins/common/tga.c:429 plug-ins/common/tiff.c:443 +#: plug-ins/common/tga.c:429 plug-ins/common/tiff.c:450 #: plug-ins/common/xbm.c:735 plug-ins/common/xpm.c:334 #: plug-ins/common/xwd.c:430 plug-ins/faxg3/faxg3.c:196 #: plug-ins/gfli/gfli.c:471 plug-ins/sgi/sgi.c:330 plug-ins/sgi/sgi.c:332 @@ -1502,11 +1502,11 @@ msgstr "%s: #: plug-ins/common/png.c:576 plug-ins/common/pnm.c:502 #: plug-ins/common/psd.c:2094 plug-ins/common/smooth_palette.c:240 #: plug-ins/common/sunras.c:919 plug-ins/common/tga.c:1014 -#: plug-ins/common/tiff.c:654 plug-ins/common/tile.c:269 +#: plug-ins/common/tiff.c:676 plug-ins/common/tile.c:269 #: plug-ins/common/winclipboard.c:515 plug-ins/common/wmf.c:2350 #: plug-ins/common/xbm.c:873 plug-ins/faxg3/faxg3.c:448 #: plug-ins/fits/fits.c:521 plug-ins/gfig/gfig.c:2867 -#: plug-ins/gfig/gfig.c:3195 plug-ins/sgi/sgi.c:378 plug-ins/twain/twain.c:745 +#: plug-ins/gfig/gfig.c:3195 plug-ins/sgi/sgi.c:378 plug-ins/twain/twain.c:722 #: plug-ins/winsnap/winsnap.c:1235 msgid "Background" msgstr "Pozadí" @@ -1530,7 +1530,7 @@ msgstr "Nelze otev #: plug-ins/common/png.c:756 plug-ins/common/png.c:758 #: plug-ins/common/pnm.c:786 plug-ins/common/ps.c:999 #: plug-ins/common/sunras.c:524 plug-ins/common/tga.c:1196 -#: plug-ins/common/tiff.c:1260 plug-ins/common/xbm.c:983 +#: plug-ins/common/tiff.c:1282 plug-ins/common/xbm.c:983 #: plug-ins/common/xpm.c:653 plug-ins/common/xwd.c:534 #: plug-ins/fits/fits.c:472 plug-ins/gfli/gfli.c:691 plug-ins/sgi/sgi.c:548 #: plug-ins/sgi/sgi.c:550 plug-ins/xjt/xjt.c:1628 @@ -2756,7 +2756,7 @@ msgid "Prefixed Name:" msgstr "Jméno s pøedponou:" #: plug-ins/common/csource.c:689 plug-ins/common/mail.c:556 -#: plug-ins/common/tiff.c:1523 plug-ins/common/xbm.c:1203 +#: plug-ins/common/tiff.c:1566 plug-ins/common/xbm.c:1203 msgid "Comment:" msgstr "Komentáø:" @@ -3194,7 +3194,7 @@ msgstr "Obrysy" msgid "Sharp edges" msgstr "Ostré hrany" -#: plug-ins/common/diffraction.c:717 plug-ins/flame/flame.c:1018 +#: plug-ins/common/diffraction.c:717 plug-ins/flame/flame.c:1011 #: plug-ins/print/gimp_color_window.c:100 msgid "Brightness:" msgstr "Jas:" @@ -3253,7 +3253,7 @@ msgstr " #: plug-ins/common/displace.c:426 plug-ins/common/edge.c:708 #: plug-ins/common/fractaltrace.c:774 plug-ins/common/newsprint.c:449 #: plug-ins/common/ripple.c:653 plug-ins/common/warp.c:534 -#: plug-ins/fits/fits.c:1008 plug-ins/flame/flame.c:1114 +#: plug-ins/fits/fits.c:1008 plug-ins/flame/flame.c:1107 #: plug-ins/gfig/gfig.c:3328 msgid "Black" msgstr "Èerná" @@ -5188,7 +5188,7 @@ msgid "Load PostScript" msgstr "Èíst PostScript" #. Rendering -#: plug-ins/common/ps.c:2555 plug-ins/flame/flame.c:1001 +#: plug-ins/common/ps.c:2555 plug-ins/flame/flame.c:994 msgid "Rendering" msgstr "Vyobrazení" @@ -5372,43 +5372,43 @@ msgstr "Perioda:" msgid "Amplitude:" msgstr "Amplituda:" -#: plug-ins/common/rotate.c:168 +#: plug-ins/common/rotate.c:160 msgid "/Layers/Rotate/90 degrees" msgstr "/Vrstvy/Rotace/90 stupòù" -#: plug-ins/common/rotate.c:179 +#: plug-ins/common/rotate.c:171 msgid "/Layers/Rotate/180 degrees" msgstr "/Vrstvy/Rotace/180 stupòù" -#: plug-ins/common/rotate.c:190 +#: plug-ins/common/rotate.c:182 msgid "/Layers/Rotate/270 degrees" msgstr "/Vrstvy/Rotace/270 stupòù" -#: plug-ins/common/rotate.c:202 +#: plug-ins/common/rotate.c:194 msgid "/Image/Transforms/Rotate/90 degrees" msgstr "/Obrázek/Transformace/Rotace/90 stupòù" -#: plug-ins/common/rotate.c:213 +#: plug-ins/common/rotate.c:205 msgid "/Image/Transforms/Rotate/180 degrees" msgstr "/Obrázek/Transformace/Rotace/180 stupòù" -#: plug-ins/common/rotate.c:224 +#: plug-ins/common/rotate.c:216 msgid "/Image/Transforms/Rotate/270 degrees" msgstr "/Obrázek/Transformace/Rotace/270 stupòù" -#: plug-ins/common/rotate.c:531 +#: plug-ins/common/rotate.c:525 msgid "You can not rotate the whole image if there's a selection." msgstr "Nelze rotovat celý obrázek, existuje-li výbìr." -#: plug-ins/common/rotate.c:537 +#: plug-ins/common/rotate.c:531 msgid "You can not rotate the whole image if there's a floating selection." msgstr "Nelze rotovat celý obrázek, existuje-li plovoucí výbìr." -#: plug-ins/common/rotate.c:547 +#: plug-ins/common/rotate.c:541 msgid "Sorry, channels and masks can not be rotated." msgstr "Bohu¾el, kanály a masky nelze rotovat." -#: plug-ins/common/rotate.c:553 +#: plug-ins/common/rotate.c:547 msgid "Rotating..." msgstr "Rotuje se..." @@ -5876,7 +5876,7 @@ msgid "Sphere Designer" msgstr "Tvorba koulí" #: plug-ins/common/spheredesigner.c:2268 plug-ins/gimpressionist/preview.c:117 -#: plug-ins/gimpressionist/repaint.c:873 plug-ins/gimpressionist/repaint.c:875 +#: plug-ins/gimpressionist/repaint.c:874 plug-ins/gimpressionist/repaint.c:876 #: plug-ins/imagemap/imap_polygon.c:446 msgid "Update" msgstr "Zaktualizovat" @@ -6077,31 +6077,31 @@ msgstr "Pr msgid "Threshold Alpha" msgstr "Práh alfy" -#: plug-ins/common/tiff.c:663 +#: plug-ins/common/tiff.c:685 msgid "TIFF Channel" msgstr "TIFF kanál" -#: plug-ins/common/tiff.c:1482 +#: plug-ins/common/tiff.c:1525 msgid "Save as TIFF" msgstr "Zapsat jako TIFF" -#: plug-ins/common/tiff.c:1504 +#: plug-ins/common/tiff.c:1547 msgid "Compression" msgstr "Komprese" -#: plug-ins/common/tiff.c:1509 +#: plug-ins/common/tiff.c:1552 msgid "LZW" msgstr "LZW" -#: plug-ins/common/tiff.c:1510 +#: plug-ins/common/tiff.c:1553 msgid "Pack Bits" msgstr "Pakování bitù" -#: plug-ins/common/tiff.c:1511 +#: plug-ins/common/tiff.c:1554 msgid "Deflate" msgstr "Deflaèní" -#: plug-ins/common/tiff.c:1512 +#: plug-ins/common/tiff.c:1555 msgid "JPEG" msgstr "JPEG" @@ -7075,118 +7075,118 @@ msgstr "Z DATAMIN/DATAMAX" msgid "Image Composing" msgstr "Kompozice obrázku" -#: plug-ins/flame/flame.c:151 +#: plug-ins/flame/flame.c:144 msgid "/Filters/Render/Nature/Flame..." msgstr "/Filtry/Vyobrazení/Pøíroda/Plamen..." -#: plug-ins/flame/flame.c:232 +#: plug-ins/flame/flame.c:225 msgid "Drawing Flame..." msgstr "Kreslí se plamen..." -#: plug-ins/flame/flame.c:313 +#: plug-ins/flame/flame.c:306 msgid "Flame works only on RGB drawables." msgstr "Plamen pracuje pouze s RGB obrazovkami." -#: plug-ins/flame/flame.c:429 +#: plug-ins/flame/flame.c:422 #, c-format msgid "%s: Is not a regular file" msgstr "%s: Není bì¾ný soubor" -#: plug-ins/flame/flame.c:633 plug-ins/flame/flame.c:979 +#: plug-ins/flame/flame.c:626 plug-ins/flame/flame.c:972 msgid "Edit Flame" msgstr "Úprava plamenu" -#: plug-ins/flame/flame.c:652 +#: plug-ins/flame/flame.c:645 msgid "Directions" msgstr "Smìry" -#: plug-ins/flame/flame.c:682 +#: plug-ins/flame/flame.c:675 msgid "Controls" msgstr "Øízení" -#: plug-ins/flame/flame.c:697 +#: plug-ins/flame/flame.c:690 msgid "Speed:" msgstr "Rychlost:" -#: plug-ins/flame/flame.c:713 +#: plug-ins/flame/flame.c:706 msgid "Randomize" msgstr "Náhodnost" -#: plug-ins/flame/flame.c:726 +#: plug-ins/flame/flame.c:719 msgid "Same" msgstr "Toté¾" -#: plug-ins/flame/flame.c:727 plug-ins/gimpressionist/orientation.c:151 +#: plug-ins/flame/flame.c:720 plug-ins/gimpressionist/orientation.c:151 #: plug-ins/gimpressionist/size.c:150 msgid "Random" msgstr "Náhodný" -#: plug-ins/flame/flame.c:731 +#: plug-ins/flame/flame.c:724 msgid "Swirl" msgstr "Vír" -#: plug-ins/flame/flame.c:732 +#: plug-ins/flame/flame.c:725 msgid "Horseshoe" msgstr "Koòská kopyta" -#: plug-ins/flame/flame.c:733 plug-ins/gfig/gfig.c:3315 +#: plug-ins/flame/flame.c:726 plug-ins/gfig/gfig.c:3315 msgid "Polar" msgstr "Polární zá¾e" -#: plug-ins/flame/flame.c:734 +#: plug-ins/flame/flame.c:727 msgid "Bent" msgstr "Louka" -#: plug-ins/flame/flame.c:740 +#: plug-ins/flame/flame.c:733 msgid "Variation:" msgstr "Variace:" -#: plug-ins/flame/flame.c:773 plug-ins/flame/flame.c:986 +#: plug-ins/flame/flame.c:766 plug-ins/flame/flame.c:979 msgid "Load Flame" msgstr "Naèíst plamen" -#: plug-ins/flame/flame.c:795 plug-ins/flame/flame.c:993 +#: plug-ins/flame/flame.c:788 plug-ins/flame/flame.c:986 msgid "Save Flame" msgstr "Zapsat plamen" -#: plug-ins/flame/flame.c:922 plug-ins/flame/flame.c:961 +#: plug-ins/flame/flame.c:915 plug-ins/flame/flame.c:954 msgid "Flame" msgstr "Plamen" -#: plug-ins/flame/flame.c:1031 plug-ins/print/gimp_color_window.c:114 +#: plug-ins/flame/flame.c:1024 plug-ins/print/gimp_color_window.c:114 msgid "Contrast:" msgstr "Kontrast:" -#: plug-ins/flame/flame.c:1044 plug-ins/gimpressionist/brush.c:401 +#: plug-ins/flame/flame.c:1037 plug-ins/gimpressionist/brush.c:401 #: plug-ins/print/gimp_color_window.c:198 msgid "Gamma:" msgstr "Gama:" -#: plug-ins/flame/flame.c:1057 +#: plug-ins/flame/flame.c:1050 msgid "Sample Density:" msgstr "Hustota vzorku:" -#: plug-ins/flame/flame.c:1067 +#: plug-ins/flame/flame.c:1060 msgid "Spatial Oversample:" msgstr "Prostorové pøevzorkování:" -#: plug-ins/flame/flame.c:1077 +#: plug-ins/flame/flame.c:1070 msgid "Spatial Filter Radius:" msgstr "Polomìr prostorového filtru:" -#: plug-ins/flame/flame.c:1103 +#: plug-ins/flame/flame.c:1096 msgid "Colormap:" msgstr "Barevná mapa:" -#: plug-ins/flame/flame.c:1151 +#: plug-ins/flame/flame.c:1144 msgid "Custom Gradient" msgstr "Vlastní pøechod" -#: plug-ins/flame/flame.c:1171 +#: plug-ins/flame/flame.c:1164 msgid "Camera" msgstr "Kamera" -#: plug-ins/flame/flame.c:1183 +#: plug-ins/flame/flame.c:1176 msgid "Zoom:" msgstr "Pøiblí¾ení:" @@ -12317,12 +12317,12 @@ msgstr "" "Dla¾dicovatelné bludi¹tì nebude dokonalé." #. open URL for help -#: plug-ins/maze/maze_face.c:588 +#: plug-ins/maze/maze_face.c:596 #, c-format msgid "Opening %s" msgstr "Otvírá se %s" -#: plug-ins/maze/maze_face.c:599 +#: plug-ins/maze/maze_face.c:607 #, c-format msgid "See %s" msgstr "Viz %s" @@ -13002,12 +13002,12 @@ msgstr "Dol msgid "Bottom-Right" msgstr "Dolù doprava" -#: plug-ins/twain/twain.c:536 +#: plug-ins/twain/twain.c:513 msgid "/File/Acquire/TWAIN..." msgstr "/Soubor/Získat/TWAIN..." #. Initialize our progress dialog -#: plug-ins/twain/twain.c:668 +#: plug-ins/twain/twain.c:645 msgid "Transferring TWAIN data" msgstr "Pøená¹ejí se TWAIN data" diff --git a/po-plug-ins/da.po b/po-plug-ins/da.po index 28f0e48127..b2071e7d7d 100644 --- a/po-plug-ins/da.po +++ b/po-plug-ins/da.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: GIMP plug-ins /gnome-cvs\n" -"POT-Creation-Date: 2000-05-26 23:52-0700\n" +"POT-Creation-Date: 2000-06-18 19:40-0700\n" "PO-Revision-Date: 2000-06-10 10:34+01:00\n" "Last-Translator: Keld Simonsen \n" "Language-Team: Danish/Dansk \n" @@ -89,7 +89,7 @@ msgstr "Om" #: plug-ins/common/sparkle.c:349 plug-ins/common/spheredesigner.c:2232 #: plug-ins/common/spread.c:382 plug-ins/common/sunras.c:1577 #: plug-ins/common/tga.c:1448 plug-ins/common/threshold_alpha.c:268 -#: plug-ins/common/tiff.c:1487 plug-ins/common/tile.c:398 +#: plug-ins/common/tiff.c:1530 plug-ins/common/tile.c:398 #: plug-ins/common/tileit.c:386 plug-ins/common/uniteditor.c:172 #: plug-ins/common/unsharp.c:786 plug-ins/common/video.c:2155 #: plug-ins/common/vpropagate.c:934 plug-ins/common/warp.c:437 @@ -171,7 +171,7 @@ msgstr "Ok" #: plug-ins/common/sparkle.c:351 plug-ins/common/spheredesigner.c:2236 #: plug-ins/common/spread.c:384 plug-ins/common/sunras.c:1579 #: plug-ins/common/tga.c:1450 plug-ins/common/threshold_alpha.c:270 -#: plug-ins/common/tiff.c:1489 plug-ins/common/tile.c:400 +#: plug-ins/common/tiff.c:1532 plug-ins/common/tile.c:400 #: plug-ins/common/tileit.c:388 plug-ins/common/uniteditor.c:174 #: plug-ins/common/unsharp.c:788 plug-ins/common/video.c:2157 #: plug-ins/common/vpropagate.c:936 plug-ins/common/warp.c:439 @@ -275,7 +275,7 @@ msgstr "Kosinus" #: plug-ins/FractalExplorer/Dialogs.c:803 plug-ins/common/CML_explorer.c:167 #: plug-ins/common/align_layers.c:452 plug-ins/common/align_layers.c:485 #: plug-ins/common/ps.c:2640 plug-ins/common/ps.c:2653 -#: plug-ins/common/psp.c:445 plug-ins/common/tiff.c:1508 +#: plug-ins/common/psp.c:445 plug-ins/common/tiff.c:1551 #: plug-ins/fits/fits.c:1032 plug-ins/gap/gap_mov_dialog.c:301 msgid "None" msgstr "Ingen" @@ -1465,7 +1465,7 @@ msgstr "Vis/skjul gitter for forh #: plug-ins/common/pix.c:326 plug-ins/common/png.c:415 #: plug-ins/common/png.c:417 plug-ins/common/pnm.c:414 #: plug-ins/common/psd.c:1713 plug-ins/common/sunras.c:441 -#: plug-ins/common/tga.c:429 plug-ins/common/tiff.c:443 +#: plug-ins/common/tga.c:429 plug-ins/common/tiff.c:450 #: plug-ins/common/xbm.c:735 plug-ins/common/xpm.c:334 #: plug-ins/common/xwd.c:430 plug-ins/faxg3/faxg3.c:196 #: plug-ins/gfli/gfli.c:471 plug-ins/sgi/sgi.c:330 plug-ins/sgi/sgi.c:332 @@ -1510,7 +1510,7 @@ msgstr "%s: forkert farvekort" #: plug-ins/common/png.c:576 plug-ins/common/pnm.c:502 #: plug-ins/common/psd.c:2094 plug-ins/common/smooth_palette.c:240 #: plug-ins/common/sunras.c:919 plug-ins/common/tga.c:1014 -#: plug-ins/common/tiff.c:654 plug-ins/common/tile.c:269 +#: plug-ins/common/tiff.c:676 plug-ins/common/tile.c:269 #: plug-ins/common/winclipboard.c:515 plug-ins/common/wmf.c:2350 #: plug-ins/common/xbm.c:873 plug-ins/faxg3/faxg3.c:448 #: plug-ins/fits/fits.c:521 plug-ins/gfig/gfig.c:2867 @@ -1538,7 +1538,7 @@ msgstr "Kan ikke #: plug-ins/common/png.c:756 plug-ins/common/png.c:758 #: plug-ins/common/pnm.c:786 plug-ins/common/ps.c:999 #: plug-ins/common/sunras.c:524 plug-ins/common/tga.c:1196 -#: plug-ins/common/tiff.c:1260 plug-ins/common/xbm.c:983 +#: plug-ins/common/tiff.c:1282 plug-ins/common/xbm.c:983 #: plug-ins/common/xpm.c:653 plug-ins/common/xwd.c:534 #: plug-ins/fits/fits.c:472 plug-ins/gfli/gfli.c:691 plug-ins/sgi/sgi.c:548 #: plug-ins/sgi/sgi.c:550 plug-ins/xjt/xjt.c:1628 @@ -2764,7 +2764,7 @@ msgid "Prefixed Name:" msgstr "Prefiksnavn:" #: plug-ins/common/csource.c:689 plug-ins/common/mail.c:556 -#: plug-ins/common/tiff.c:1523 plug-ins/common/xbm.c:1203 +#: plug-ins/common/tiff.c:1566 plug-ins/common/xbm.c:1203 msgid "Comment:" msgstr "Kommentar:" @@ -5380,43 +5380,43 @@ msgstr "Periode:" msgid "Amplitude:" msgstr "Amplitude:" -#: plug-ins/common/rotate.c:168 +#: plug-ins/common/rotate.c:160 msgid "/Layers/Rotate/90 degrees" msgstr "/Lag/Rotér/90 grader" -#: plug-ins/common/rotate.c:179 +#: plug-ins/common/rotate.c:171 msgid "/Layers/Rotate/180 degrees" msgstr "/Lag/Rotér/180 grader" -#: plug-ins/common/rotate.c:190 +#: plug-ins/common/rotate.c:182 msgid "/Layers/Rotate/270 degrees" msgstr "/Lag/Rotér/270 grader" -#: plug-ins/common/rotate.c:202 +#: plug-ins/common/rotate.c:194 msgid "/Image/Transforms/Rotate/90 degrees" msgstr "/Billede/Transformering/Rotér/90 grader" -#: plug-ins/common/rotate.c:213 +#: plug-ins/common/rotate.c:205 msgid "/Image/Transforms/Rotate/180 degrees" msgstr "/Billede/Transformering/Rotér/180 grader" -#: plug-ins/common/rotate.c:224 +#: plug-ins/common/rotate.c:216 msgid "/Image/Transforms/Rotate/270 degrees" msgstr "/Billede/Transformering/Rotér/270 grader" -#: plug-ins/common/rotate.c:531 +#: plug-ins/common/rotate.c:525 msgid "You can not rotate the whole image if there's a selection." msgstr "Du kan ikke rotere hele billedet hvis der er et udvalg." -#: plug-ins/common/rotate.c:537 +#: plug-ins/common/rotate.c:531 msgid "You can not rotate the whole image if there's a floating selection." msgstr "Du kan ikke rotere hele billedet hvis der er et flydende udvalg." -#: plug-ins/common/rotate.c:547 +#: plug-ins/common/rotate.c:541 msgid "Sorry, channels and masks can not be rotated." msgstr "Desværre, kanaler og masker kan ikke roteres." -#: plug-ins/common/rotate.c:553 +#: plug-ins/common/rotate.c:547 msgid "Rotating..." msgstr "Roterer..." @@ -5885,7 +5885,7 @@ msgid "Sphere Designer" msgstr "Sfæredesigner" #: plug-ins/common/spheredesigner.c:2268 plug-ins/gimpressionist/preview.c:117 -#: plug-ins/gimpressionist/repaint.c:873 plug-ins/gimpressionist/repaint.c:875 +#: plug-ins/gimpressionist/repaint.c:874 plug-ins/gimpressionist/repaint.c:876 #: plug-ins/imagemap/imap_polygon.c:446 msgid "Update" msgstr "Opdatér" @@ -6086,31 +6086,31 @@ msgstr "Alfa-t msgid "Threshold Alpha" msgstr "Alfatærskel" -#: plug-ins/common/tiff.c:663 +#: plug-ins/common/tiff.c:685 msgid "TIFF Channel" msgstr "TIFF-kanal" -#: plug-ins/common/tiff.c:1482 +#: plug-ins/common/tiff.c:1525 msgid "Save as TIFF" msgstr "Gem som TIFF" -#: plug-ins/common/tiff.c:1504 +#: plug-ins/common/tiff.c:1547 msgid "Compression" msgstr "Kompression" -#: plug-ins/common/tiff.c:1509 +#: plug-ins/common/tiff.c:1552 msgid "LZW" msgstr "LZW" -#: plug-ins/common/tiff.c:1510 +#: plug-ins/common/tiff.c:1553 msgid "Pack Bits" msgstr "Pak bit" -#: plug-ins/common/tiff.c:1511 +#: plug-ins/common/tiff.c:1554 msgid "Deflate" msgstr "Udpak" -#: plug-ins/common/tiff.c:1512 +#: plug-ins/common/tiff.c:1555 msgid "JPEG" msgstr "JPEG" @@ -12329,12 +12329,12 @@ msgstr "" "Flisérbar labyrint vil ikke virke korrekt." #. open URL for help -#: plug-ins/maze/maze_face.c:588 +#: plug-ins/maze/maze_face.c:596 #, c-format msgid "Opening %s" msgstr "Åbner %s" -#: plug-ins/maze/maze_face.c:599 +#: plug-ins/maze/maze_face.c:607 #, c-format msgid "See %s" msgstr "Se %s" diff --git a/po-plug-ins/de.po b/po-plug-ins/de.po index 2950b0c4c6..b23ed8a54b 100644 --- a/po-plug-ins/de.po +++ b/po-plug-ins/de.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: GIMP 1.1.22\n" -"POT-Creation-Date: 2000-05-26 23:52-0700\n" +"POT-Creation-Date: 2000-06-18 19:40-0700\n" "PO-Revision-Date: 2000-05-23 21:19+02:00\n" "Last-Translator: Felix Natter \n" "Language-Team: German \n" @@ -46,7 +46,7 @@ msgstr " #: plug-ins/Lighting/lighting_ui.c:1076 plug-ins/MapObject/mapobject_ui.c:1383 #: plug-ins/bmp/bmpwrite.c:564 plug-ins/common/CML_explorer.c:1174 #: plug-ins/common/CML_explorer.c:1932 plug-ins/common/CML_explorer.c:2252 -#: plug-ins/common/aa.c:346 plug-ins/common/align_layers.c:425 +#: plug-ins/common/aa.c:344 plug-ins/common/align_layers.c:425 #: plug-ins/common/apply_lens.c:392 plug-ins/common/blinds.c:323 #: plug-ins/common/blur.c:613 plug-ins/common/borderaverage.c:393 #: plug-ins/common/bumpmap.c:848 plug-ins/common/checkerboard.c:349 @@ -63,8 +63,8 @@ msgstr " #: plug-ins/common/fractaltrace.c:725 plug-ins/common/gauss_iir.c:365 #: plug-ins/common/gauss_iir.c:448 plug-ins/common/gauss_rle.c:360 #: plug-ins/common/gauss_rle.c:443 plug-ins/common/gbr.c:456 -#: plug-ins/common/gicon.c:441 plug-ins/common/gif.c:1141 -#: plug-ins/common/gif.c:1212 plug-ins/common/glasstile.c:259 +#: plug-ins/common/gicon.c:441 plug-ins/common/gif.c:1144 +#: plug-ins/common/gif.c:1215 plug-ins/common/glasstile.c:259 #: plug-ins/common/gpb.c:269 plug-ins/common/gqbist.c:640 #: plug-ins/common/grid.c:658 plug-ins/common/gtm.c:375 #: plug-ins/common/hot.c:589 plug-ins/common/illusion.c:560 @@ -87,18 +87,18 @@ msgstr " #: plug-ins/common/sparkle.c:349 plug-ins/common/spheredesigner.c:2232 #: plug-ins/common/spread.c:382 plug-ins/common/sunras.c:1577 #: plug-ins/common/tga.c:1448 plug-ins/common/threshold_alpha.c:268 -#: plug-ins/common/tiff.c:1487 plug-ins/common/tile.c:398 +#: plug-ins/common/tiff.c:1530 plug-ins/common/tile.c:398 #: plug-ins/common/tileit.c:386 plug-ins/common/uniteditor.c:172 #: plug-ins/common/unsharp.c:786 plug-ins/common/video.c:2155 #: plug-ins/common/vpropagate.c:934 plug-ins/common/warp.c:437 #: plug-ins/common/waves.c:349 plug-ins/common/whirlpinch.c:808 #: plug-ins/common/wind.c:1007 plug-ins/common/wmf.c:931 -#: plug-ins/common/xbm.c:1128 plug-ins/common/xpm.c:800 -#: plug-ins/fits/fits.c:987 plug-ins/flame/flame.c:624 -#: plug-ins/flame/flame.c:913 plug-ins/fp/fp_gtk.c:895 +#: plug-ins/common/xbm.c:1151 plug-ins/common/xpm.c:800 +#: plug-ins/fits/fits.c:987 plug-ins/flame/flame.c:631 +#: plug-ins/flame/flame.c:920 plug-ins/fp/fp_gtk.c:895 #: plug-ins/gap/gap_arr_dialog.c:768 plug-ins/gap/gap_arr_dialog.c:1010 #: plug-ins/gap/gap_decode_xanim.c:177 plug-ins/gap/gap_lib.c:221 -#: plug-ins/gap/gap_mod_layer.c:145 plug-ins/gap/gap_mov_dialog.c:469 +#: plug-ins/gap/gap_mod_layer.c:145 plug-ins/gap/gap_mov_dialog.c:487 #: plug-ins/gap/gap_mpege.c:191 plug-ins/gap/gap_resi_dialog.c:149 #: plug-ins/gdyntext/gdyntext_ui.c:201 plug-ins/gdyntext/gdyntext_ui.c:621 #: plug-ins/gfig/gfig.c:4088 plug-ins/gfig/gfig.c:4433 @@ -110,10 +110,10 @@ msgstr " #: plug-ins/gimpressionist/orientmap.c:626 #: plug-ins/gimpressionist/presets.c:392 plug-ins/gimpressionist/sizemap.c:485 #: plug-ins/ifscompose/ifscompose.c:781 -#: plug-ins/imagemap/imap_default_dialog.c:102 plug-ins/maze/maze_face.c:191 +#: plug-ins/imagemap/imap_default_dialog.c:114 plug-ins/maze/maze_face.c:191 #: plug-ins/mosaic/mosaic.c:531 plug-ins/pagecurl/pagecurl.c:518 #: plug-ins/print/gimp_main_window.c:597 plug-ins/rcm/rcm_dialog.c:727 -#: plug-ins/sel2path/sel2path.c:345 plug-ins/sgi/sgi.c:640 +#: plug-ins/sel2path/sel2path.c:338 plug-ins/sgi/sgi.c:640 #: plug-ins/sinus/sinus.c:746 plug-ins/struc/struc.c:255 #: plug-ins/webbrowser/webbrowser.c:281 plug-ins/xjt/xjt.c:793 msgid "OK" @@ -127,7 +127,7 @@ msgstr "OK" #: plug-ins/FractalExplorer/FractalExplorer.c:1478 #: plug-ins/Lighting/lighting_ui.c:1078 plug-ins/MapObject/mapobject_ui.c:1385 #: plug-ins/bmp/bmpwrite.c:566 plug-ins/common/CML_explorer.c:1176 -#: plug-ins/common/CML_explorer.c:2254 plug-ins/common/aa.c:348 +#: plug-ins/common/CML_explorer.c:2254 plug-ins/common/aa.c:346 #: plug-ins/common/align_layers.c:427 plug-ins/common/apply_lens.c:394 #: plug-ins/common/blinds.c:325 plug-ins/common/blur.c:615 #: plug-ins/common/borderaverage.c:395 plug-ins/common/bumpmap.c:850 @@ -145,7 +145,7 @@ msgstr "OK" #: plug-ins/common/gauss_iir.c:367 plug-ins/common/gauss_iir.c:450 #: plug-ins/common/gauss_rle.c:362 plug-ins/common/gauss_rle.c:445 #: plug-ins/common/gbr.c:458 plug-ins/common/gicon.c:443 -#: plug-ins/common/gif.c:1143 plug-ins/common/gif.c:1214 +#: plug-ins/common/gif.c:1146 plug-ins/common/gif.c:1217 #: plug-ins/common/glasstile.c:261 plug-ins/common/gpb.c:271 #: plug-ins/common/gqbist.c:642 plug-ins/common/grid.c:660 #: plug-ins/common/gtm.c:377 plug-ins/common/hot.c:591 @@ -169,22 +169,21 @@ msgstr "OK" #: plug-ins/common/sparkle.c:351 plug-ins/common/spheredesigner.c:2236 #: plug-ins/common/spread.c:384 plug-ins/common/sunras.c:1579 #: plug-ins/common/tga.c:1450 plug-ins/common/threshold_alpha.c:270 -#: plug-ins/common/tiff.c:1489 plug-ins/common/tile.c:400 +#: plug-ins/common/tiff.c:1532 plug-ins/common/tile.c:400 #: plug-ins/common/tileit.c:388 plug-ins/common/uniteditor.c:174 #: plug-ins/common/unsharp.c:788 plug-ins/common/video.c:2157 #: plug-ins/common/vpropagate.c:936 plug-ins/common/warp.c:439 #: plug-ins/common/waves.c:351 plug-ins/common/whirlpinch.c:810 #: plug-ins/common/wind.c:1009 plug-ins/common/wmf.c:933 -#: plug-ins/common/xbm.c:895 plug-ins/common/xbm.c:1130 -#: plug-ins/common/xpm.c:802 plug-ins/fits/fits.c:989 -#: plug-ins/flame/flame.c:626 plug-ins/flame/flame.c:915 -#: plug-ins/fp/fp_gtk.c:899 plug-ins/gap/gap_arr_dialog.c:1012 -#: plug-ins/gap/gap_dbbrowser_utils.c:211 +#: plug-ins/common/xbm.c:1153 plug-ins/common/xpm.c:802 +#: plug-ins/fits/fits.c:989 plug-ins/flame/flame.c:633 +#: plug-ins/flame/flame.c:922 plug-ins/fp/fp_gtk.c:899 +#: plug-ins/gap/gap_arr_dialog.c:1012 plug-ins/gap/gap_dbbrowser_utils.c:211 #: plug-ins/gap/gap_decode_mpeg_main.c:336 plug-ins/gap/gap_decode_xanim.c:175 #: plug-ins/gap/gap_decode_xanim.c:340 plug-ins/gap/gap_filter_foreach.c:132 #: plug-ins/gap/gap_lib.c:1018 plug-ins/gap/gap_mod_layer.c:147 -#: plug-ins/gap/gap_mod_layer.c:261 plug-ins/gap/gap_mov_dialog.c:500 -#: plug-ins/gap/gap_mov_dialog.c:2740 plug-ins/gap/gap_mpege.c:189 +#: plug-ins/gap/gap_mod_layer.c:261 plug-ins/gap/gap_mov_dialog.c:518 +#: plug-ins/gap/gap_mov_dialog.c:3019 plug-ins/gap/gap_mpege.c:189 #: plug-ins/gap/gap_mpege.c:240 plug-ins/gap/gap_range_ops.c:1204 #: plug-ins/gap/gap_resi_dialog.c:158 plug-ins/gfig/gfig.c:3941 #: plug-ins/gfig/gfig.c:4088 plug-ins/gfig/gfig.c:4435 @@ -195,13 +194,13 @@ msgstr "OK" #: plug-ins/gimpressionist/orientmap.c:640 #: plug-ins/gimpressionist/presets.c:400 plug-ins/gimpressionist/sizemap.c:499 #: plug-ins/ifscompose/ifscompose.c:789 -#: plug-ins/imagemap/imap_default_dialog.c:117 plug-ins/maze/maze_face.c:195 +#: plug-ins/imagemap/imap_default_dialog.c:129 plug-ins/maze/maze_face.c:195 #: plug-ins/mosaic/mosaic.c:533 plug-ins/pagecurl/pagecurl.c:520 #: plug-ins/print/gimp_main_window.c:212 plug-ins/print/gimp_main_window.c:599 -#: plug-ins/rcm/rcm_dialog.c:729 plug-ins/sel2path/sel2path.c:354 +#: plug-ins/rcm/rcm_dialog.c:729 plug-ins/sel2path/sel2path.c:344 #: plug-ins/sgi/sgi.c:642 plug-ins/sinus/sinus.c:748 #: plug-ins/struc/struc.c:257 plug-ins/webbrowser/webbrowser.c:283 -#: plug-ins/winsnap/winsnap.c:912 plug-ins/xjt/xjt.c:795 +#: plug-ins/winsnap/winsnap.c:913 plug-ins/xjt/xjt.c:795 msgid "Cancel" msgstr "Abbrechen" @@ -274,8 +273,8 @@ msgstr "Kosinus" #: plug-ins/FractalExplorer/Dialogs.c:803 plug-ins/common/CML_explorer.c:167 #: plug-ins/common/align_layers.c:452 plug-ins/common/align_layers.c:485 #: plug-ins/common/ps.c:2640 plug-ins/common/ps.c:2653 -#: plug-ins/common/psp.c:445 plug-ins/common/tiff.c:1508 -#: plug-ins/fits/fits.c:1032 plug-ins/gap/gap_mov_dialog.c:284 +#: plug-ins/common/psp.c:445 plug-ins/common/tiff.c:1551 +#: plug-ins/fits/fits.c:1032 plug-ins/gap/gap_mov_dialog.c:301 msgid "None" msgstr "Kein" @@ -456,7 +455,7 @@ msgstr " #: plug-ins/common/sharpen.c:550 plug-ins/common/spheredesigner.c:2254 #: plug-ins/common/tileit.c:407 plug-ins/common/waves.c:576 #: plug-ins/common/whirlpinch.c:826 plug-ins/common/wind.c:1026 -#: plug-ins/flame/flame.c:933 plug-ins/gfig/gfig.c:3964 +#: plug-ins/flame/flame.c:940 plug-ins/gfig/gfig.c:3964 #: plug-ins/gflare/gflare.c:2492 plug-ins/gflare/gflare.c:3500 #: plug-ins/gimpressionist/orientmap.c:502 #: plug-ins/gimpressionist/preview.c:106 plug-ins/gimpressionist/sizemap.c:402 @@ -610,7 +609,7 @@ msgstr "Fraktal aus Datei laden" #: plug-ins/common/sample_colorize.c:1371 #: plug-ins/common/spheredesigner.c:2234 plug-ins/common/tileit.c:467 #: plug-ins/fp/fp_gtk.c:897 plug-ins/gimpressionist/preview.c:124 -#: plug-ins/ifscompose/ifscompose.c:787 +#: plug-ins/ifscompose/ifscompose.c:787 plug-ins/sel2path/sel2path.c:341 msgid "Reset" msgstr "Zurücksetzen" @@ -1100,8 +1099,8 @@ msgstr "Position" #: plug-ins/MapObject/mapobject_ui.c:1040 #: plug-ins/MapObject/mapobject_ui.c:1084 plug-ins/common/flarefx.c:785 #: plug-ins/common/nova.c:609 plug-ins/common/papertile.c:285 -#: plug-ins/flame/flame.c:1182 plug-ins/flame/flame.c:1195 -#: plug-ins/gap/gap_mov_dialog.c:1855 plug-ins/gflare/gflare.c:2874 +#: plug-ins/flame/flame.c:1189 plug-ins/flame/flame.c:1202 +#: plug-ins/gap/gap_mov_dialog.c:2100 plug-ins/gflare/gflare.c:2874 #: plug-ins/ifscompose/ifscompose.c:513 msgid "X:" msgstr "X:" @@ -1118,7 +1117,7 @@ msgstr "X-Koordinate der Lichtquelle im XYZ-Raum" #: plug-ins/MapObject/mapobject_ui.c:1093 #: plug-ins/MapObject/mapobject_ui.c:1189 plug-ins/common/flarefx.c:803 #: plug-ins/common/nova.c:627 plug-ins/common/papertile.c:294 -#: plug-ins/common/xbm.c:1221 plug-ins/gap/gap_mov_dialog.c:1873 +#: plug-ins/common/xbm.c:1244 plug-ins/gap/gap_mov_dialog.c:2118 #: plug-ins/gflare/gflare.c:2878 plug-ins/ifscompose/ifscompose.c:527 msgid "Y:" msgstr "Y:" @@ -1214,7 +1213,7 @@ msgid "Bumpmap Image:" msgstr "Bumpmap Bild:" #: plug-ins/Lighting/lighting_ui.c:919 plug-ins/common/mblur.c:784 -#: plug-ins/flame/flame.c:714 plug-ins/sinus/sinus.c:1032 +#: plug-ins/flame/flame.c:721 plug-ins/sinus/sinus.c:1032 msgid "Linear" msgstr "Linear" @@ -1222,11 +1221,11 @@ msgstr "Linear" msgid "Logarithmic" msgstr "Logarithmisch" -#: plug-ins/Lighting/lighting_ui.c:921 plug-ins/flame/flame.c:715 +#: plug-ins/Lighting/lighting_ui.c:921 plug-ins/flame/flame.c:722 msgid "Sinusoidal" msgstr "Sinusförmig" -#: plug-ins/Lighting/lighting_ui.c:922 plug-ins/flame/flame.c:716 +#: plug-ins/Lighting/lighting_ui.c:922 plug-ins/flame/flame.c:723 msgid "Spherical" msgstr "Kreisförmig" @@ -1257,7 +1256,7 @@ msgstr "Umgebungs-Bild:" #. Options section #: plug-ins/Lighting/lighting_ui.c:1014 plug-ins/MapObject/mapobject_ui.c:1314 #: plug-ins/common/lic.c:1037 plug-ins/common/ripple.c:604 -#: plug-ins/gap/gap_mov_dialog.c:841 plug-ins/gfig/gfig.c:4018 +#: plug-ins/gap/gap_mov_dialog.c:859 plug-ins/gfig/gfig.c:4018 msgid "Options" msgstr "Einstellungen" @@ -1470,8 +1469,8 @@ msgstr "Zeige/Verberge Vorschau-Drahtgitter" #: plug-ins/common/pix.c:326 plug-ins/common/png.c:415 #: plug-ins/common/png.c:417 plug-ins/common/pnm.c:414 #: plug-ins/common/psd.c:1713 plug-ins/common/sunras.c:441 -#: plug-ins/common/tga.c:429 plug-ins/common/tiff.c:443 -#: plug-ins/common/xbm.c:674 plug-ins/common/xpm.c:334 +#: plug-ins/common/tga.c:429 plug-ins/common/tiff.c:450 +#: plug-ins/common/xbm.c:735 plug-ins/common/xpm.c:334 #: plug-ins/common/xwd.c:430 plug-ins/faxg3/faxg3.c:196 #: plug-ins/gfli/gfli.c:471 plug-ins/sgi/sgi.c:330 plug-ins/sgi/sgi.c:332 #: plug-ins/xjt/xjt.c:3246 @@ -1515,12 +1514,12 @@ msgstr "%s: fehlerhafte Palette" #: plug-ins/common/png.c:576 plug-ins/common/pnm.c:502 #: plug-ins/common/psd.c:2094 plug-ins/common/smooth_palette.c:240 #: plug-ins/common/sunras.c:919 plug-ins/common/tga.c:1014 -#: plug-ins/common/tiff.c:654 plug-ins/common/tile.c:269 +#: plug-ins/common/tiff.c:676 plug-ins/common/tile.c:269 #: plug-ins/common/winclipboard.c:515 plug-ins/common/wmf.c:2350 -#: plug-ins/common/xbm.c:812 plug-ins/faxg3/faxg3.c:448 +#: plug-ins/common/xbm.c:873 plug-ins/faxg3/faxg3.c:448 #: plug-ins/fits/fits.c:521 plug-ins/gfig/gfig.c:2867 #: plug-ins/gfig/gfig.c:3195 plug-ins/sgi/sgi.c:378 plug-ins/twain/twain.c:722 -#: plug-ins/winsnap/winsnap.c:1234 +#: plug-ins/winsnap/winsnap.c:1235 msgid "Background" msgstr "Hintergrund" @@ -1535,7 +1534,7 @@ msgstr "Kann %s nicht #. init the progress meter #: plug-ins/bmp/bmpwrite.c:179 plug-ins/common/CEL.c:510 -#: plug-ins/common/gbr.c:387 plug-ins/common/gif.c:937 +#: plug-ins/common/gbr.c:387 plug-ins/common/gif.c:940 #: plug-ins/common/gpb.c:768 plug-ins/common/gpb.c:808 #: plug-ins/common/gtm.c:247 plug-ins/common/hrz.c:476 #: plug-ins/common/jpeg.c:1196 plug-ins/common/pat.c:343 @@ -1543,7 +1542,7 @@ msgstr "Kann %s nicht #: plug-ins/common/png.c:756 plug-ins/common/png.c:758 #: plug-ins/common/pnm.c:786 plug-ins/common/ps.c:999 #: plug-ins/common/sunras.c:524 plug-ins/common/tga.c:1196 -#: plug-ins/common/tiff.c:1260 plug-ins/common/xbm.c:960 +#: plug-ins/common/tiff.c:1282 plug-ins/common/xbm.c:983 #: plug-ins/common/xpm.c:653 plug-ins/common/xwd.c:534 #: plug-ins/fits/fits.c:472 plug-ins/gfli/gfli.c:691 plug-ins/sgi/sgi.c:548 #: plug-ins/sgi/sgi.c:550 plug-ins/xjt/xjt.c:1628 @@ -1794,7 +1793,7 @@ msgstr "Zufallszahlen von init-Zahl, gemeinsam" #: plug-ins/common/CML_explorer.c:299 plug-ins/common/CML_explorer.c:1280 #: plug-ins/common/decompose.c:122 plug-ins/common/lic.c:1058 #: plug-ins/fp/fp_gtk.c:281 plug-ins/fp/fp_gtk.c:413 -#: plug-ins/gap/gap_mov_dialog.c:257 plug-ins/gimpressionist/orientation.c:188 +#: plug-ins/gap/gap_mov_dialog.c:274 plug-ins/gimpressionist/orientation.c:188 #: plug-ins/gimpressionist/size.c:186 msgid "Hue" msgstr "Farbton" @@ -1802,13 +1801,13 @@ msgstr "Farbton" #: plug-ins/common/CML_explorer.c:300 plug-ins/common/CML_explorer.c:1285 #: plug-ins/common/decompose.c:123 plug-ins/common/lic.c:1059 #: plug-ins/fp/fp_gtk.c:285 plug-ins/fp/fp_gtk.c:417 plug-ins/fp/fp_gtk.c:481 -#: plug-ins/gap/gap_mov_dialog.c:258 plug-ins/rcm/rcm_dialog.c:509 +#: plug-ins/gap/gap_mov_dialog.c:275 plug-ins/rcm/rcm_dialog.c:509 msgid "Saturation" msgstr "Sättigung" #: plug-ins/common/CML_explorer.c:301 plug-ins/common/CML_explorer.c:1290 #: plug-ins/common/decompose.c:124 plug-ins/fp/fp_gtk.c:289 -#: plug-ins/fp/fp_gtk.c:421 plug-ins/gap/gap_mov_dialog.c:260 +#: plug-ins/fp/fp_gtk.c:421 plug-ins/gap/gap_mov_dialog.c:277 #: plug-ins/gimpressionist/orientation.c:131 #: plug-ins/gimpressionist/size.c:130 msgid "Value" @@ -2074,12 +2073,12 @@ msgid "Error: failed to load parameters" msgstr "Fehler: Konnte Parameter nicht laden" #. Create the actual window. -#: plug-ins/common/aa.c:341 +#: plug-ins/common/aa.c:339 msgid "Save as Text" msgstr "Speichere als Text" #. file save type -#: plug-ins/common/aa.c:358 plug-ins/common/pnm.c:945 +#: plug-ins/common/aa.c:356 plug-ins/common/pnm.c:945 #: plug-ins/common/sunras.c:1589 msgid "Data Formatting" msgstr "Daten Formatierung" @@ -2155,7 +2154,7 @@ msgid "Left Edge" msgstr "Linker Rand" #: plug-ins/common/align_layers.c:473 plug-ins/common/align_layers.c:506 -#: plug-ins/gap/gap_mov_dialog.c:271 plug-ins/gflare/gflare.c:2862 +#: plug-ins/gap/gap_mov_dialog.c:288 plug-ins/gflare/gflare.c:2862 msgid "Center" msgstr "Mitte" @@ -2199,16 +2198,16 @@ msgstr "Benutze die unterste (unsichtbare) Ebene als Basis" msgid "Grid Size:" msgstr "Gitter-Abstand:" -#: plug-ins/common/animationplay.c:266 +#: plug-ins/common/animationplay.c:270 msgid "/Filters/Animation/Animation Playback..." msgstr "/Filter/Animation/Animation abspielen..." -#: plug-ins/common/animationplay.c:662 +#: plug-ins/common/animationplay.c:666 msgid "Animation Playback: " msgstr "Animation abspielen: " #. if no buttons are specified use one CLOSE button per default -#: plug-ins/common/animationplay.c:669 plug-ins/common/plugindetails.c:996 +#: plug-ins/common/animationplay.c:673 plug-ins/common/plugindetails.c:996 #: plug-ins/common/sample_colorize.c:1373 plug-ins/common/uniteditor.c:525 #: plug-ins/dbbrowser/dbbrowser_utils.c:158 #: plug-ins/dbbrowser/dbbrowser_utils.c:175 plug-ins/gap/gap_arr_dialog.c:783 @@ -2222,43 +2221,43 @@ msgid "Close" msgstr "Schließen" #. The 'playback' half of the dialog -#: plug-ins/common/animationplay.c:683 plug-ins/common/animationplay.c:686 +#: plug-ins/common/animationplay.c:687 plug-ins/common/animationplay.c:690 msgid "Playback: " msgstr "Abspielen: " -#: plug-ins/common/animationplay.c:716 +#: plug-ins/common/animationplay.c:720 msgid "Play/Stop" msgstr "Abspielen/Anhalten" -#: plug-ins/common/animationplay.c:722 +#: plug-ins/common/animationplay.c:726 msgid "Rewind" msgstr "Zurückspulen" -#: plug-ins/common/animationplay.c:728 +#: plug-ins/common/animationplay.c:732 msgid "Step" msgstr "Schrittweise" -#: plug-ins/common/animationplay.c:786 +#: plug-ins/common/animationplay.c:790 msgid "Frame %v of %u" msgstr "Frame %v von %u" -#: plug-ins/common/animoptimize.c:154 +#: plug-ins/common/animoptimize.c:158 msgid "/Filters/Animation/Animation Optimize" msgstr "/Filter/Animation/Animation optimieren" -#: plug-ins/common/animoptimize.c:170 +#: plug-ins/common/animoptimize.c:174 msgid "/Filters/Animation/Animation UnOptimize" msgstr "/Filter/Animation/Animation deoptimieren" -#: plug-ins/common/animoptimize.c:270 +#: plug-ins/common/animoptimize.c:274 msgid "Optimizing Animation..." msgstr "Optimiere Animation..." -#: plug-ins/common/animoptimize.c:272 +#: plug-ins/common/animoptimize.c:276 msgid "UnOptimizing Animation..." msgstr "Deoptimiere Animation..." -#: plug-ins/common/animoptimize.c:301 +#: plug-ins/common/animoptimize.c:305 msgid "Not enough memory to allocate buffers for optimization.\n" msgstr "Nicht genug Speicher, um Optimierung auszuführen.\n" @@ -2532,7 +2531,7 @@ msgstr "Einf #: plug-ins/common/colorify.c:338 plug-ins/common/colortoalpha.c:414 #: plug-ins/common/ps.c:2625 plug-ins/common/xpm.c:439 -#: plug-ins/gap/gap_mov_dialog.c:259 plug-ins/gimpressionist/color.c:51 +#: plug-ins/gap/gap_mov_dialog.c:276 plug-ins/gimpressionist/color.c:51 #: plug-ins/gimpressionist/color.c:56 plug-ins/imagemap/imap_menu.c:325 #: plug-ins/print/gimp_main_window.c:425 msgid "Color" @@ -2773,7 +2772,7 @@ msgid "Prefixed Name:" msgstr "Name mit Prefix:" #: plug-ins/common/csource.c:689 plug-ins/common/mail.c:556 -#: plug-ins/common/tiff.c:1523 plug-ins/common/xbm.c:1180 +#: plug-ins/common/tiff.c:1566 plug-ins/common/xbm.c:1203 msgid "Comment:" msgstr "Kommentar:" @@ -2810,7 +2809,7 @@ msgstr "Speichere Alphakanal (RGBA/RGB)" #. Opacity #. table col, row #: plug-ins/common/csource.c:757 plug-ins/common/sparkle.c:443 -#: plug-ins/common/tileit.c:587 plug-ins/gap/gap_mov_dialog.c:1925 +#: plug-ins/common/tileit.c:587 plug-ins/gap/gap_mov_dialog.c:2170 #: plug-ins/gflare/gflare.c:3602 plug-ins/gflare/gflare.c:3632 #: plug-ins/gflare/gflare.c:3662 msgid "Opacity:" @@ -3184,7 +3183,7 @@ msgstr "Histogramm erstellen" #: plug-ins/common/destripe.c:670 plug-ins/common/gtm.c:551 #: plug-ins/common/ps.c:2582 plug-ins/common/ps.c:2757 #: plug-ins/common/smooth_palette.c:429 plug-ins/common/tile.c:421 -#: plug-ins/gap/gap_mov_dialog.c:1891 plug-ins/imagemap/imap_rectangle.c:387 +#: plug-ins/gap/gap_mov_dialog.c:2136 plug-ins/imagemap/imap_rectangle.c:387 msgid "Width:" msgstr "Breite:" @@ -3212,7 +3211,7 @@ msgstr "R msgid "Sharp edges" msgstr "Scharfe Kanten" -#: plug-ins/common/diffraction.c:717 plug-ins/flame/flame.c:1004 +#: plug-ins/common/diffraction.c:717 plug-ins/flame/flame.c:1011 #: plug-ins/print/gimp_color_window.c:100 msgid "Brightness:" msgstr "Helligkeit:" @@ -3271,7 +3270,7 @@ msgstr "Verwischen" #: plug-ins/common/displace.c:426 plug-ins/common/edge.c:708 #: plug-ins/common/fractaltrace.c:774 plug-ins/common/newsprint.c:449 #: plug-ins/common/ripple.c:653 plug-ins/common/warp.c:534 -#: plug-ins/fits/fits.c:1008 plug-ins/flame/flame.c:1100 +#: plug-ins/fits/fits.c:1008 plug-ins/flame/flame.c:1107 #: plug-ins/gfig/gfig.c:3328 msgid "Black" msgstr "Schwarz" @@ -3336,7 +3335,7 @@ msgstr "Beschr #: plug-ins/common/engrave.c:256 plug-ins/common/film.c:1243 #: plug-ins/common/gtm.c:565 plug-ins/common/ps.c:2591 #: plug-ins/common/ps.c:2766 plug-ins/common/smooth_palette.c:438 -#: plug-ins/common/tile.c:425 plug-ins/gap/gap_mov_dialog.c:1908 +#: plug-ins/common/tile.c:425 plug-ins/gap/gap_mov_dialog.c:2153 #: plug-ins/imagemap/imap_rectangle.c:393 msgid "Height:" msgstr "Höhe:" @@ -3655,7 +3654,7 @@ msgstr "Als GIcon speichern" msgid "Icon Name:" msgstr "Icon Name:" -#: plug-ins/common/gif.c:672 +#: plug-ins/common/gif.c:674 msgid "" "GIF: Couldn't simply reduce colors further.\n" "Saving as opaque.\n" @@ -3663,7 +3662,7 @@ msgstr "" "GIF: Konnte nicht mehr Farben reduzieren.\n" "Speichere als Opaque.\n" -#: plug-ins/common/gif.c:929 +#: plug-ins/common/gif.c:932 msgid "" "GIF: Sorry, can't save RGB images as GIFs - convert to INDEXED\n" "or GRAY first.\n" @@ -3671,16 +3670,16 @@ msgstr "" "GIF: Sorry, kann keine RGB-Bilder als GIF's speichern - konvertieren sie\n" "zu indiziert.\n" -#: plug-ins/common/gif.c:947 +#: plug-ins/common/gif.c:950 #, c-format msgid "GIF: can't open %s\n" msgstr "kann %s nicht öffnen\n" -#: plug-ins/common/gif.c:1136 +#: plug-ins/common/gif.c:1139 msgid "GIF Warning" msgstr "GIF Warnung" -#: plug-ins/common/gif.c:1162 +#: plug-ins/common/gif.c:1165 msgid "" "The image which you are trying to save as a GIF\n" "contains layers which extend beyond the actual\n" @@ -3697,61 +3696,61 @@ msgstr "" "Sie können jetzt diese Ebenen entweder auf den Rand\n" "zuschneiden, oder das Speichern abbrechen." -#: plug-ins/common/gif.c:1207 +#: plug-ins/common/gif.c:1210 msgid "Save as GIF" msgstr "Als GIF speichern" #. regular gif parameter settings -#: plug-ins/common/gif.c:1229 +#: plug-ins/common/gif.c:1232 msgid "GIF Options" msgstr "GIF Einstellungen" -#: plug-ins/common/gif.c:1237 +#: plug-ins/common/gif.c:1240 msgid "Interlace" msgstr "Interlace" -#: plug-ins/common/gif.c:1248 +#: plug-ins/common/gif.c:1251 msgid "GIF Comment:" msgstr "GIF Kommentar:" #. additional animated gif parameter settings -#: plug-ins/common/gif.c:1307 +#: plug-ins/common/gif.c:1311 msgid "Animated GIF Options" msgstr "Einstellungen für Animations-GIF's" -#: plug-ins/common/gif.c:1315 +#: plug-ins/common/gif.c:1319 msgid "Loop forever" msgstr "Unendliche Schleife" -#: plug-ins/common/gif.c:1327 +#: plug-ins/common/gif.c:1331 msgid "Delay between Frames where Unspecified:" msgstr "Pause zw. Frames wenn nicht angegeben:" -#: plug-ins/common/gif.c:1339 +#: plug-ins/common/gif.c:1343 msgid "Milliseconds" msgstr "Millisekunden" -#: plug-ins/common/gif.c:1349 +#: plug-ins/common/gif.c:1353 msgid "Frame Disposal where Unspecified: " msgstr "Übergang zw. Frames wenn nicht angegeben:" -#: plug-ins/common/gif.c:1358 +#: plug-ins/common/gif.c:1362 msgid "I don't Care" msgstr "Ist mir egal" -#: plug-ins/common/gif.c:1360 +#: plug-ins/common/gif.c:1364 msgid "Cumulative Layers (Combine)" msgstr "Kumulative Ebenen (Kombinieren)" -#: plug-ins/common/gif.c:1362 +#: plug-ins/common/gif.c:1366 msgid "One Frame per Layer (Replace)" msgstr "Ein Frame pro Ebene (Ersetzen)" -#: plug-ins/common/gif.c:2346 +#: plug-ins/common/gif.c:2350 msgid "GIF: error writing output file\n" msgstr "GIF: Fehler beim schreiben der Ziel Datei\n" -#: plug-ins/common/gif.c:2437 +#: plug-ins/common/gif.c:2441 msgid "GIF save: Your comment string is too long.\n" msgstr "GIF speichern: Der Kommentar ist zu lang\n" @@ -3894,7 +3893,7 @@ msgstr "Zeichne Gitter..." msgid "Grid" msgstr "Gitter" -#: plug-ins/common/grid.c:708 plug-ins/gap/gap_mov_dialog.c:478 +#: plug-ins/common/grid.c:708 plug-ins/gap/gap_mov_dialog.c:496 msgid "Update Preview" msgstr "Vorschau erneuern" @@ -4679,7 +4678,7 @@ msgid "Output LPI:" msgstr "Ausgabe LPI:" #. screen settings -#: plug-ins/common/newsprint.c:1287 plug-ins/gap/gap_mov_dialog.c:250 +#: plug-ins/common/newsprint.c:1287 plug-ins/gap/gap_mov_dialog.c:267 #: plug-ins/gflare/gflare.c:597 msgid "Screen" msgstr "Schirm" @@ -5227,7 +5226,7 @@ msgid "Load PostScript" msgstr "Lade Postscript" #. Rendering -#: plug-ins/common/ps.c:2555 plug-ins/flame/flame.c:987 +#: plug-ins/common/ps.c:2555 plug-ins/flame/flame.c:994 msgid "Rendering" msgstr "Rendere" @@ -5413,45 +5412,45 @@ msgstr "Periode:" msgid "Amplitude:" msgstr "Amplitude:" -#: plug-ins/common/rotate.c:168 +#: plug-ins/common/rotate.c:160 msgid "/Layers/Rotate/90 degrees" msgstr "/Ebenen/Rotieren/90 Grad" -#: plug-ins/common/rotate.c:179 +#: plug-ins/common/rotate.c:171 msgid "/Layers/Rotate/180 degrees" msgstr "/Ebenen/Rotieren/180 Grad" -#: plug-ins/common/rotate.c:190 +#: plug-ins/common/rotate.c:182 msgid "/Layers/Rotate/270 degrees" msgstr "/Ebenen/Rotieren/270 Grad" -#: plug-ins/common/rotate.c:202 +#: plug-ins/common/rotate.c:194 msgid "/Image/Transforms/Rotate/90 degrees" msgstr "/Bild/Transformationen/Rotieren/90 Grad" -#: plug-ins/common/rotate.c:213 +#: plug-ins/common/rotate.c:205 msgid "/Image/Transforms/Rotate/180 degrees" msgstr "/Bild/Transformationen/Rotieren/180 Grad" -#: plug-ins/common/rotate.c:224 +#: plug-ins/common/rotate.c:216 msgid "/Image/Transforms/Rotate/270 degrees" msgstr "/Bild/Transformationen/Rotieren/270 Grad" -#: plug-ins/common/rotate.c:531 +#: plug-ins/common/rotate.c:525 msgid "You can not rotate the whole image if there's a selection." msgstr "Sie können das ganze Bild nicht rotieren, solange da eine Auswahl ist." -#: plug-ins/common/rotate.c:537 +#: plug-ins/common/rotate.c:531 msgid "You can not rotate the whole image if there's a floating selection." msgstr "" "Sie können nicht das ganze Bild rotieren, wenn eine schwebende Auswahl " "vorhanden ist." -#: plug-ins/common/rotate.c:547 +#: plug-ins/common/rotate.c:541 msgid "Sorry, channels and masks can not be rotated." msgstr "Kanäle und Masken können nicht rotiert werden." -#: plug-ins/common/rotate.c:553 +#: plug-ins/common/rotate.c:547 msgid "Rotating..." msgstr "Rotiere..." @@ -5468,7 +5467,7 @@ msgstr " #: plug-ins/dbbrowser/dbbrowser_utils.c:156 #: plug-ins/gdyntext/gdyntext_ui.c:643 plug-ins/gimpressionist/orientmap.c:633 #: plug-ins/gimpressionist/presets.c:640 plug-ins/gimpressionist/sizemap.c:492 -#: plug-ins/imagemap/imap_default_dialog.c:110 +#: plug-ins/imagemap/imap_default_dialog.c:122 msgid "Apply" msgstr "Anwenden" @@ -5564,7 +5563,7 @@ msgstr "Vorschau (1:4) - Rechts klicken um zu springen" msgid "Holdness:" msgstr "Festhalten:" -#: plug-ins/common/screenshot.c:150 plug-ins/winsnap/winsnap.c:1075 +#: plug-ins/common/screenshot.c:150 plug-ins/winsnap/winsnap.c:1076 msgid "/File/Acquire/Screen Shot..." msgstr "/Datei/Holen/Screen Shot..." @@ -5574,7 +5573,7 @@ msgid "Screen Shot" msgstr "Screen Shot" #. Action area -#: plug-ins/common/screenshot.c:393 plug-ins/winsnap/winsnap.c:902 +#: plug-ins/common/screenshot.c:393 plug-ins/winsnap/winsnap.c:903 msgid "Grab" msgstr "Aufnehmen" @@ -5590,11 +5589,11 @@ msgstr "Dekorationen einbeziehen" msgid "Grab the Whole Screen" msgstr "Den ganzen Bildschirm aufnehmen" -#: plug-ins/common/screenshot.c:469 plug-ins/winsnap/winsnap.c:1010 +#: plug-ins/common/screenshot.c:469 plug-ins/winsnap/winsnap.c:1011 msgid "after" msgstr "nach" -#: plug-ins/common/screenshot.c:478 plug-ins/winsnap/winsnap.c:1019 +#: plug-ins/common/screenshot.c:478 plug-ins/winsnap/winsnap.c:1020 msgid "Seconds Delay" msgstr "Sekunden Pause" @@ -5922,7 +5921,7 @@ msgid "Sphere Designer" msgstr "Kugel-Designer" #: plug-ins/common/spheredesigner.c:2268 plug-ins/gimpressionist/preview.c:117 -#: plug-ins/gimpressionist/repaint.c:873 plug-ins/gimpressionist/repaint.c:875 +#: plug-ins/gimpressionist/repaint.c:874 plug-ins/gimpressionist/repaint.c:876 #: plug-ins/imagemap/imap_polygon.c:446 msgid "Update" msgstr "Neu zeichnen" @@ -6123,31 +6122,31 @@ msgstr "Alpha-Schwellwert: F msgid "Threshold Alpha" msgstr "Alpha-Schwellwert" -#: plug-ins/common/tiff.c:663 +#: plug-ins/common/tiff.c:685 msgid "TIFF Channel" msgstr "TIFF Kanäle" -#: plug-ins/common/tiff.c:1482 +#: plug-ins/common/tiff.c:1525 msgid "Save as TIFF" msgstr "Als TIFF speichern" -#: plug-ins/common/tiff.c:1504 +#: plug-ins/common/tiff.c:1547 msgid "Compression" msgstr "Kompression" -#: plug-ins/common/tiff.c:1509 +#: plug-ins/common/tiff.c:1552 msgid "LZW" msgstr "LZW" -#: plug-ins/common/tiff.c:1510 +#: plug-ins/common/tiff.c:1553 msgid "Pack Bits" msgstr "Bits packen" -#: plug-ins/common/tiff.c:1511 +#: plug-ins/common/tiff.c:1554 msgid "Deflate" msgstr "Entpacken" -#: plug-ins/common/tiff.c:1512 +#: plug-ins/common/tiff.c:1555 msgid "JPEG" msgstr "JPEG" @@ -6865,37 +6864,34 @@ msgstr "Interpretiere %s:" msgid "Transferring image" msgstr "Übertrage Bild" -#: plug-ins/common/xbm.c:237 +#: plug-ins/common/xbm.c:246 msgid "Created with The GIMP" msgstr "Erzeugt mit Gimp" -#: plug-ins/common/xbm.c:670 +#: plug-ins/common/xbm.c:731 #, c-format msgid "XBM: cannot open \"%s\"\n" msgstr "XBM: kann \"%s\" nicht öffnen\n" -#: plug-ins/common/xbm.c:753 +#: plug-ins/common/xbm.c:814 #, c-format msgid "XBM: cannot read header (ftell == %ld)\n" msgstr "XBM: Kann Header nicht lesen (ftell == %ld)\n" -#: plug-ins/common/xbm.c:759 +#: plug-ins/common/xbm.c:820 msgid "XBM: no image width specified\n" msgstr "XBM: Keine Bild-Breite angegeben\n" -#: plug-ins/common/xbm.c:765 +#: plug-ins/common/xbm.c:826 msgid "XBM: no image height specified\n" msgstr "XBM: Keine Bild-Höhe angegeben\n" -#: plug-ins/common/xbm.c:771 +#: plug-ins/common/xbm.c:832 msgid "XBM: no image data type specified\n" msgstr "XBM: Kein Bild-Datentyp angegeben.\n" -#: plug-ins/common/xbm.c:890 -msgid "XBM Warning" -msgstr "XBM Warnung" - -#: plug-ins/common/xbm.c:911 +#. The image is not black-and-white. +#: plug-ins/common/xbm.c:965 msgid "" "The image which you are trying to save as\n" "an XBM contains more than two colors.\n" @@ -6909,38 +6905,60 @@ msgstr "" "Schwarz-Weiss (1bit) indiziertes\n" "Bild und versuchen Sie es nochmal." -#: plug-ins/common/xbm.c:982 +#: plug-ins/common/xbm.c:976 +#, fuzzy +msgid "" +"You cannot save a cursor mask for an image\n" +"which has no alpha channel." +msgstr "Bildern mit Alpha-Kanal können nicht in Postscript gespeichert werden" + +#: plug-ins/common/xbm.c:1005 #, c-format msgid "XBM: cannot create \"%s\"\n" msgstr "XBM: Kann \"%s\" nicht erstellen\n" -#: plug-ins/common/xbm.c:1123 +#: plug-ins/common/xbm.c:1146 msgid "Save as XBM" msgstr "Als XBM speichern" #. parameter settings -#: plug-ins/common/xbm.c:1140 +#: plug-ins/common/xbm.c:1163 msgid "XBM Options" msgstr "XBM Einstellungen" #. X10 format -#: plug-ins/common/xbm.c:1151 +#: plug-ins/common/xbm.c:1174 msgid "X10 Format Bitmap" msgstr "X10-Format Bitmap" -#: plug-ins/common/xbm.c:1169 +#: plug-ins/common/xbm.c:1192 msgid "Identifier Prefix:" msgstr "Variable ohne Erweiterung:" #. hotspot toggle -#: plug-ins/common/xbm.c:1187 +#: plug-ins/common/xbm.c:1210 msgid "Write Hot Spot Values" msgstr "Hot Spot Koordinaten schreiben" -#: plug-ins/common/xbm.c:1211 +#: plug-ins/common/xbm.c:1234 msgid "Hot Spot X:" msgstr "Hot Spot X:" +#. mask file +#: plug-ins/common/xbm.c:1248 +#, fuzzy +msgid "Mask File" +msgstr "Maskengrösse:" + +#: plug-ins/common/xbm.c:1259 +msgid "Write Extra Mask File" +msgstr "" + +#: plug-ins/common/xbm.c:1270 +#, fuzzy +msgid "Mask File Extension:" +msgstr "Erweiterung:" + #: plug-ins/common/xpm.c:795 msgid "Save as XPM" msgstr "Als XPM sichern" @@ -7107,121 +7125,121 @@ msgstr "nach DATAMIN/DATAMAX" msgid "Image Composing" msgstr "Bild Zusammensetzung" -#: plug-ins/flame/flame.c:137 +#: plug-ins/flame/flame.c:144 msgid "/Filters/Render/Nature/Flame..." msgstr "/Filter/Render/Natur/Flammen..." -#: plug-ins/flame/flame.c:218 +#: plug-ins/flame/flame.c:225 msgid "Drawing Flame..." msgstr "Zeichne Flammen..." -#: plug-ins/flame/flame.c:299 +#: plug-ins/flame/flame.c:306 msgid "Flame works only on RGB drawables." msgstr "Flammen kann nur mit RGB Bildern arbeiten" -#: plug-ins/flame/flame.c:415 +#: plug-ins/flame/flame.c:422 #, c-format msgid "%s: Is not a regular file" msgstr "%s: Ist keine gültige Datei" -#: plug-ins/flame/flame.c:619 plug-ins/flame/flame.c:965 +#: plug-ins/flame/flame.c:626 plug-ins/flame/flame.c:972 msgid "Edit Flame" msgstr "Flamme bearbeiten" -#: plug-ins/flame/flame.c:638 +#: plug-ins/flame/flame.c:645 msgid "Directions" msgstr "Richtungen" -#: plug-ins/flame/flame.c:668 +#: plug-ins/flame/flame.c:675 msgid "Controls" msgstr "Kontrollen" -#: plug-ins/flame/flame.c:683 +#: plug-ins/flame/flame.c:690 msgid "Speed:" msgstr "Geschwindigkeit:" -#: plug-ins/flame/flame.c:699 +#: plug-ins/flame/flame.c:706 msgid "Randomize" msgstr "Zufall" -#: plug-ins/flame/flame.c:712 +#: plug-ins/flame/flame.c:719 msgid "Same" msgstr "Genauso" -#: plug-ins/flame/flame.c:713 plug-ins/gimpressionist/orientation.c:151 +#: plug-ins/flame/flame.c:720 plug-ins/gimpressionist/orientation.c:151 #: plug-ins/gimpressionist/size.c:150 msgid "Random" msgstr "Zufällig" -#: plug-ins/flame/flame.c:717 +#: plug-ins/flame/flame.c:724 msgid "Swirl" msgstr "Wirbel" -#: plug-ins/flame/flame.c:718 +#: plug-ins/flame/flame.c:725 msgid "Horseshoe" msgstr "Hufeisen" -#: plug-ins/flame/flame.c:719 plug-ins/gfig/gfig.c:3315 +#: plug-ins/flame/flame.c:726 plug-ins/gfig/gfig.c:3315 msgid "Polar" msgstr "Polar" # TODO: context -#: plug-ins/flame/flame.c:720 +#: plug-ins/flame/flame.c:727 msgid "Bent" msgstr "Gebogen" -#: plug-ins/flame/flame.c:726 +#: plug-ins/flame/flame.c:733 msgid "Variation:" msgstr "Variation:" -#: plug-ins/flame/flame.c:759 plug-ins/flame/flame.c:972 +#: plug-ins/flame/flame.c:766 plug-ins/flame/flame.c:979 msgid "Load Flame" msgstr "Flamme laden" -#: plug-ins/flame/flame.c:781 plug-ins/flame/flame.c:979 +#: plug-ins/flame/flame.c:788 plug-ins/flame/flame.c:986 msgid "Save Flame" msgstr "Flamme sichern" -#: plug-ins/flame/flame.c:908 plug-ins/flame/flame.c:947 +#: plug-ins/flame/flame.c:915 plug-ins/flame/flame.c:954 msgid "Flame" msgstr "Flamme" -#: plug-ins/flame/flame.c:1017 plug-ins/print/gimp_color_window.c:114 +#: plug-ins/flame/flame.c:1024 plug-ins/print/gimp_color_window.c:114 msgid "Contrast:" msgstr "Kontrast:" -#: plug-ins/flame/flame.c:1030 plug-ins/gimpressionist/brush.c:401 +#: plug-ins/flame/flame.c:1037 plug-ins/gimpressionist/brush.c:401 #: plug-ins/print/gimp_color_window.c:198 msgid "Gamma:" msgstr "Gamma:" -#: plug-ins/flame/flame.c:1043 +#: plug-ins/flame/flame.c:1050 msgid "Sample Density:" msgstr "Stichprobendichte:" # TODO ! -#: plug-ins/flame/flame.c:1053 +#: plug-ins/flame/flame.c:1060 msgid "Spatial Oversample:" msgstr "Räumliche Hochrechnung:" # TODO ! -#: plug-ins/flame/flame.c:1063 +#: plug-ins/flame/flame.c:1070 msgid "Spatial Filter Radius:" msgstr "Räumlicher Filterradius:" -#: plug-ins/flame/flame.c:1089 +#: plug-ins/flame/flame.c:1096 msgid "Colormap:" msgstr "Farbpalette:" -#: plug-ins/flame/flame.c:1137 +#: plug-ins/flame/flame.c:1144 msgid "Custom Gradient" msgstr "Eigener Farbverlauf" -#: plug-ins/flame/flame.c:1157 +#: plug-ins/flame/flame.c:1164 msgid "Camera" msgstr "Kamera" -#: plug-ins/flame/flame.c:1169 +#: plug-ins/flame/flame.c:1176 msgid "Zoom:" msgstr "Zoom:" @@ -8204,7 +8222,7 @@ msgstr "Von Frame:" #. digits #. constrain #. lower, upper (unconstrained) -#: plug-ins/gap/gap_mod_layer.c:156 plug-ins/gap/gap_mov_dialog.c:550 +#: plug-ins/gap/gap_mod_layer.c:156 plug-ins/gap/gap_mov_dialog.c:568 #: plug-ins/gap/gap_mpege.c:259 plug-ins/gap/gap_range_ops.c:442 #: plug-ins/gap/gap_range_ops.c:601 msgid "first handled frame" @@ -8222,7 +8240,7 @@ msgstr "Bis Frame:" #. digits #. constrain #. lower, upper (unconstrained) -#: plug-ins/gap/gap_mod_layer.c:164 plug-ins/gap/gap_mov_dialog.c:565 +#: plug-ins/gap/gap_mod_layer.c:164 plug-ins/gap/gap_mov_dialog.c:583 #: plug-ins/gap/gap_mpege.c:267 plug-ins/gap/gap_range_ops.c:450 #: plug-ins/gap/gap_range_ops.c:609 msgid "last handled frame" @@ -8321,87 +8339,87 @@ msgstr "Modifiziere Frames/Ebene(n)..." msgid "No selected Layer in start frame" msgstr "Keine Ebene ausgewählt im ersten Frame" -#: plug-ins/gap/gap_mov_dialog.c:247 plug-ins/gfig/gfig.c:3327 +#: plug-ins/gap/gap_mov_dialog.c:264 plug-ins/gfig/gfig.c:3327 #: plug-ins/gflare/gflare.c:594 plug-ins/gimpressionist/orientmap.c:590 msgid "Normal" msgstr "Normal" -#: plug-ins/gap/gap_mov_dialog.c:248 +#: plug-ins/gap/gap_mov_dialog.c:265 msgid "Dissolve" msgstr "Vernichten" -#: plug-ins/gap/gap_mov_dialog.c:249 +#: plug-ins/gap/gap_mov_dialog.c:266 msgid "Multiply" msgstr "Multiplizieren" -#: plug-ins/gap/gap_mov_dialog.c:251 plug-ins/gflare/gflare.c:596 +#: plug-ins/gap/gap_mov_dialog.c:268 plug-ins/gflare/gflare.c:596 #: plug-ins/gimpressionist/paper.c:152 msgid "Overlay" msgstr "Überlagern" -#: plug-ins/gap/gap_mov_dialog.c:252 +#: plug-ins/gap/gap_mov_dialog.c:269 msgid "Difference" msgstr "Unterschied" -#: plug-ins/gap/gap_mov_dialog.c:253 plug-ins/gflare/gflare.c:595 +#: plug-ins/gap/gap_mov_dialog.c:270 plug-ins/gflare/gflare.c:595 msgid "Addition" msgstr "Addieren" -#: plug-ins/gap/gap_mov_dialog.c:254 plug-ins/gfig/gfig.c:3148 +#: plug-ins/gap/gap_mov_dialog.c:271 plug-ins/gfig/gfig.c:3148 msgid "Subtract" msgstr "Subtrahieren" -#: plug-ins/gap/gap_mov_dialog.c:255 +#: plug-ins/gap/gap_mov_dialog.c:272 msgid "Darken Only" msgstr "Nur Abdunkeln" -#: plug-ins/gap/gap_mov_dialog.c:256 +#: plug-ins/gap/gap_mov_dialog.c:273 msgid "Lighten Only" msgstr "Nur Aufhellen" -#: plug-ins/gap/gap_mov_dialog.c:267 +#: plug-ins/gap/gap_mov_dialog.c:284 msgid "Left Top" msgstr "Links Oben" -#: plug-ins/gap/gap_mov_dialog.c:268 +#: plug-ins/gap/gap_mov_dialog.c:285 msgid "Left Bottom" msgstr "Links Unten" -#: plug-ins/gap/gap_mov_dialog.c:269 +#: plug-ins/gap/gap_mov_dialog.c:286 msgid "Right Top" msgstr "Rechts Oben" -#: plug-ins/gap/gap_mov_dialog.c:270 +#: plug-ins/gap/gap_mov_dialog.c:287 msgid "Right Bottom" msgstr "Rechts Unten" # TODO besserer Ausdruck? -#: plug-ins/gap/gap_mov_dialog.c:279 +#: plug-ins/gap/gap_mov_dialog.c:296 msgid "Loop" msgstr "Schleife" -#: plug-ins/gap/gap_mov_dialog.c:280 +#: plug-ins/gap/gap_mov_dialog.c:297 msgid "Loop Reverse" msgstr "Umgekehrte Schleife" -#: plug-ins/gap/gap_mov_dialog.c:281 +#: plug-ins/gap/gap_mov_dialog.c:298 msgid "Once" msgstr "Einmal" -#: plug-ins/gap/gap_mov_dialog.c:282 +#: plug-ins/gap/gap_mov_dialog.c:299 msgid "OnceReverse" msgstr "Einmal umgekehrt" -#: plug-ins/gap/gap_mov_dialog.c:283 +#: plug-ins/gap/gap_mov_dialog.c:300 msgid "PingPong" msgstr "Ping-Pong" # TODO context ? -#: plug-ins/gap/gap_mov_dialog.c:451 +#: plug-ins/gap/gap_mov_dialog.c:469 msgid "Move Path" msgstr "Bewegungs-Pfad" -#: plug-ins/gap/gap_mov_dialog.c:485 +#: plug-ins/gap/gap_mov_dialog.c:503 msgid "" "Show PreviewFrame with Selected \n" "SrcLayer at current Controlpoint" @@ -8409,11 +8427,11 @@ msgstr "" "Vorschau-Frame mit ausgewählter Quellebene\n" "am momentanen Kontrollpunkt anzeigen" -#: plug-ins/gap/gap_mov_dialog.c:489 +#: plug-ins/gap/gap_mov_dialog.c:507 msgid "Anim Preview" msgstr "Anim.-Vorschau" -#: plug-ins/gap/gap_mov_dialog.c:496 +#: plug-ins/gap/gap_mov_dialog.c:514 msgid "" "Generate Animated Preview\n" "as multilayer image" @@ -8422,26 +8440,26 @@ msgstr "" "als Multi-Ebenen-Bild" #. parameter settings -#: plug-ins/gap/gap_mov_dialog.c:509 +#: plug-ins/gap/gap_mov_dialog.c:527 msgid "Copy moving source-layer(s) into frames" msgstr "Kopiere bewegte(n) Quellebene(n) in Frames" #. the start frame scale_entry #. table col, row -#: plug-ins/gap/gap_mov_dialog.c:542 +#: plug-ins/gap/gap_mov_dialog.c:560 msgid "Start Frame:" msgstr "Erster Frame:" # TODO ACHTUNG! was wenn Ende exklusiv ist ([Start;End[) ??? #. the end frame scale_entry #. table col, row -#: plug-ins/gap/gap_mov_dialog.c:557 +#: plug-ins/gap/gap_mov_dialog.c:575 msgid "End Frame:" msgstr "Letzter Frame:" #. the Preview Frame scale_entry #. table col, row -#: plug-ins/gap/gap_mov_dialog.c:572 +#: plug-ins/gap/gap_mov_dialog.c:590 msgid "Preview Frame:" msgstr "Vorschau-Frame:" @@ -8453,7 +8471,7 @@ msgstr "Vorschau-Frame:" #. digits #. constrain #. lower, upper (unconstrained) -#: plug-ins/gap/gap_mov_dialog.c:580 +#: plug-ins/gap/gap_mov_dialog.c:598 msgid "" "frame to show when UpdPreview\n" "button is pressed" @@ -8463,7 +8481,7 @@ msgstr "" #. the Layerstack scale_entry #. table col, row -#: plug-ins/gap/gap_mov_dialog.c:588 plug-ins/gap/gap_range_ops.c:265 +#: plug-ins/gap/gap_mov_dialog.c:606 plug-ins/gap/gap_range_ops.c:265 msgid "Layerstack:" msgstr "Ebenenstapel:" @@ -8475,7 +8493,7 @@ msgstr "Ebenenstapel:" #. digits #. constrain #. lower, upper (unconstrained) -#: plug-ins/gap/gap_mov_dialog.c:596 +#: plug-ins/gap/gap_mov_dialog.c:614 msgid "" "How to insert SrcLayer into the\n" "Dst. Frame's Layerstack\n" @@ -8486,26 +8504,26 @@ msgstr "" "wird (0 ist ganz oben)" #. toggle force visibility -#: plug-ins/gap/gap_mov_dialog.c:608 +#: plug-ins/gap/gap_mov_dialog.c:626 msgid "Force visibility" msgstr "Erzwinge Sichtbarkeit" -#: plug-ins/gap/gap_mov_dialog.c:614 +#: plug-ins/gap/gap_mov_dialog.c:632 msgid "Force visibility for all copied Src-Layers" msgstr "Erzwinge Sichtbarkeit für alle kopierten Quellebenen" #. toggle clip_to_image -#: plug-ins/gap/gap_mov_dialog.c:620 +#: plug-ins/gap/gap_mov_dialog.c:638 msgid "Clip To Frame" msgstr "Am Frame kappen" -#: plug-ins/gap/gap_mov_dialog.c:626 +#: plug-ins/gap/gap_mov_dialog.c:644 msgid "" "Clip all copied Src-Layers\n" "at Frame Boundaries" msgstr "Alle Quellebenen an Frame-Rand kappen" -#: plug-ins/gap/gap_mov_dialog.c:674 +#: plug-ins/gap/gap_mov_dialog.c:692 msgid "" "No Source Image was selected\n" "(Please open a 2nd Image of the same type before opening Move Path)" @@ -8514,43 +8532,43 @@ msgstr "" "(Bitte öffnen Sie eine 2. Bild vom gleichen Typ bevor Sie 'Bewegungs-Pfad' " "aufrufen)" -#: plug-ins/gap/gap_mov_dialog.c:770 +#: plug-ins/gap/gap_mov_dialog.c:788 msgid "Object on empty frames" msgstr "Objekt auf leere Frames" -#: plug-ins/gap/gap_mov_dialog.c:771 +#: plug-ins/gap/gap_mov_dialog.c:789 msgid "Object on one frame" msgstr "Objekt auf einem Frame" -#: plug-ins/gap/gap_mov_dialog.c:772 +#: plug-ins/gap/gap_mov_dialog.c:790 msgid "Exact Object on frames" msgstr "Genaues Objekt auf Frames" -#: plug-ins/gap/gap_mov_dialog.c:802 +#: plug-ins/gap/gap_mov_dialog.c:820 msgid "Anim Preview Mode" msgstr "Grösse der animierten Vorschau" -#: plug-ins/gap/gap_mov_dialog.c:810 +#: plug-ins/gap/gap_mov_dialog.c:828 msgid "Scale Preview" msgstr "Vorschau skalieren" -#: plug-ins/gap/gap_mov_dialog.c:811 +#: plug-ins/gap/gap_mov_dialog.c:829 msgid "Scale down size of the generated animated preview (in %)" msgstr "Größe der generierten animierten Vorschau skalieren (in %)" -#: plug-ins/gap/gap_mov_dialog.c:819 +#: plug-ins/gap/gap_mov_dialog.c:837 msgid "Framerate" msgstr "Frame-Rate" -#: plug-ins/gap/gap_mov_dialog.c:820 +#: plug-ins/gap/gap_mov_dialog.c:838 msgid "Framerate to use in the animated preview in frames/sec" msgstr "Frame-Rate der animierten Vorschau in Frames/s" -#: plug-ins/gap/gap_mov_dialog.c:834 +#: plug-ins/gap/gap_mov_dialog.c:852 msgid "Copy to Video Buffer" msgstr "In Video-Buffer kopieren" -#: plug-ins/gap/gap_mov_dialog.c:835 +#: plug-ins/gap/gap_mov_dialog.c:853 msgid "" "Save all single frames of animated preview to video buffer\n" "(configured in gimprc by video-paste-dir and video-paste-basename)" @@ -8558,60 +8576,60 @@ msgstr "" "Sichere alle Frames der animierten Vorschau in der Video-Ablage\n" "(wird aus gimprc durch video-paste-dir und video-paste-basename bestimmt)" -#: plug-ins/gap/gap_mov_dialog.c:840 +#: plug-ins/gap/gap_mov_dialog.c:858 msgid "Move Path Animated Preview" msgstr "Bewegungs-Pfad animierte Vorschau" -#: plug-ins/gap/gap_mov_dialog.c:886 +#: plug-ins/gap/gap_mov_dialog.c:904 msgid "Generate Animated Preview failed\n" msgstr "Erzeugung der animierten Vorschau fehlgeschlagen\n" #. filesel is already open -#: plug-ins/gap/gap_mov_dialog.c:1098 +#: plug-ins/gap/gap_mov_dialog.c:1343 msgid "Load Path Points from file" msgstr "Pfad-Kontrollpunkte aus Datei laden" #. filesel is already open -#: plug-ins/gap/gap_mov_dialog.c:1134 +#: plug-ins/gap/gap_mov_dialog.c:1379 msgid "Save Path Points to file" msgstr "Pfad-Kontrollpunkte in Datei speichern" -#: plug-ins/gap/gap_mov_dialog.c:1479 +#: plug-ins/gap/gap_mov_dialog.c:1724 #, c-format msgid "Current Point: [ %3d ] of [ %3d ]" msgstr "Aktueller Punkt: [ %3d ] von [ %3d ]" -#: plug-ins/gap/gap_mov_dialog.c:1670 +#: plug-ins/gap/gap_mov_dialog.c:1915 msgid "Source Select" msgstr "Quelle auswählen" #. Source Layer menu -#: plug-ins/gap/gap_mov_dialog.c:1687 +#: plug-ins/gap/gap_mov_dialog.c:1932 msgid "Source Image/Layer:" msgstr "Quell-Bild/Ebene:" -#: plug-ins/gap/gap_mov_dialog.c:1697 +#: plug-ins/gap/gap_mov_dialog.c:1942 msgid "Source Object to insert into Frame Range" msgstr "Quellobjekt, welches in die Frames eingefügt wird" #. Paintmode menu -#: plug-ins/gap/gap_mov_dialog.c:1712 +#: plug-ins/gap/gap_mov_dialog.c:1957 msgid "Mode:" msgstr "Modus:" # TODO ?? -#: plug-ins/gap/gap_mov_dialog.c:1721 +#: plug-ins/gap/gap_mov_dialog.c:1966 msgid "Paintmode" msgstr "Zeichenmodus" # TODO ??? #. Loop Stepmode menu -#: plug-ins/gap/gap_mov_dialog.c:1736 +#: plug-ins/gap/gap_mov_dialog.c:1981 msgid "Stepmode:" msgstr "Schrittmodus:" # TODO ??? -#: plug-ins/gap/gap_mov_dialog.c:1754 +#: plug-ins/gap/gap_mov_dialog.c:1999 msgid "" "How to fetch the next SrcLayer \n" "at the next handled frame" @@ -8620,11 +8638,11 @@ msgstr "" "ausgewählt wird." #. Source Image Handle menu -#: plug-ins/gap/gap_mov_dialog.c:1760 +#: plug-ins/gap/gap_mov_dialog.c:2005 msgid "Handle:" msgstr "Anker:" -#: plug-ins/gap/gap_mov_dialog.c:1778 +#: plug-ins/gap/gap_mov_dialog.c:2023 msgid "" "How to place the SrcLayer at \n" "Controlpoint Coordinates" @@ -8634,17 +8652,17 @@ msgstr "" #. to avoid side effects while initialization #. the frame -#: plug-ins/gap/gap_mov_dialog.c:1832 +#: plug-ins/gap/gap_mov_dialog.c:2077 msgid "Move Path Preview" msgstr "Bewegungs-Pfad Vorschau" #. lower, upper (unconstrained) -#: plug-ins/gap/gap_mov_dialog.c:1864 +#: plug-ins/gap/gap_mov_dialog.c:2109 msgid "X Coordinate" msgstr "X Koordinate" #. lower, upper (unconstrained) -#: plug-ins/gap/gap_mov_dialog.c:1882 +#: plug-ins/gap/gap_mov_dialog.c:2127 msgid "Y Coordinate" msgstr "Y Koordinate" @@ -8656,7 +8674,7 @@ msgstr "Y Koordinate" #. digits #. constrain #. lower, upper (unconstrained) -#: plug-ins/gap/gap_mov_dialog.c:1899 +#: plug-ins/gap/gap_mov_dialog.c:2144 msgid "Scale Source Layer's Width in percent" msgstr "Skaliere die Quellebene horizontal (in %)" @@ -8668,7 +8686,7 @@ msgstr "Skaliere die Quellebene horizontal (in %)" #. digits #. constrain #. lower, upper (unconstrained) -#: plug-ins/gap/gap_mov_dialog.c:1916 +#: plug-ins/gap/gap_mov_dialog.c:2161 msgid "" "Scale SrcLayer's Height\n" "in percent" @@ -8682,7 +8700,7 @@ msgstr "Skaliere die Quellebene vertikal (in %)" #. digits #. constrain #. lower, upper (unconstrained) -#: plug-ins/gap/gap_mov_dialog.c:1933 +#: plug-ins/gap/gap_mov_dialog.c:2178 msgid "" "SrcLayer's Opacity\n" "in percent" @@ -8690,7 +8708,7 @@ msgstr "Deckkraft der Quellebene (in %)" #. Rotation #. table col, row -#: plug-ins/gap/gap_mov_dialog.c:1942 +#: plug-ins/gap/gap_mov_dialog.c:2187 msgid "Rotate:" msgstr "Drehen:" @@ -8702,13 +8720,13 @@ msgstr "Drehen:" #. digits #. constrain #. lower, upper (unconstrained) -#: plug-ins/gap/gap_mov_dialog.c:1950 +#: plug-ins/gap/gap_mov_dialog.c:2195 msgid "Rotate SrcLayer (in degree)" msgstr "Rotiere Quellebene (in Grad)" #. Keyframe #. table col, row -#: plug-ins/gap/gap_mov_dialog.c:1961 +#: plug-ins/gap/gap_mov_dialog.c:2206 msgid "Keyframe:" msgstr "Keyframe:" @@ -8720,7 +8738,7 @@ msgstr "Keyframe:" #. digits #. constrain #. lower, upper (unconstrained) -#: plug-ins/gap/gap_mov_dialog.c:1969 +#: plug-ins/gap/gap_mov_dialog.c:2214 msgid "" "Fix Controlpoint to Keyframe number\n" "(0 == No Keyframe)" @@ -8728,11 +8746,11 @@ msgstr "" "Kontrollpunkt auf Keyframe festlegen\n" "(0 == kein Keyframe)" -#: plug-ins/gap/gap_mov_dialog.c:2044 +#: plug-ins/gap/gap_mov_dialog.c:2289 msgid "Add Point" msgstr "Punkt hinzufügen" -#: plug-ins/gap/gap_mov_dialog.c:2052 +#: plug-ins/gap/gap_mov_dialog.c:2297 msgid "" "Add Controlpoint at end \n" "(the last Point is duplicated)" @@ -8742,11 +8760,11 @@ msgstr "" # TODO context ? #. toggle clip_to_image -#: plug-ins/gap/gap_mov_dialog.c:2057 +#: plug-ins/gap/gap_mov_dialog.c:2302 msgid "Show Path" msgstr "Zeige Pfad" -#: plug-ins/gap/gap_mov_dialog.c:2063 +#: plug-ins/gap/gap_mov_dialog.c:2308 msgid "" "Show Path Lines and enable\n" "pick/drag with left button\n" @@ -8756,13 +8774,13 @@ msgstr "" "mit dem linken Button auswählen/ziehen,\n" "und mit dem rechten Button bewegen." -#: plug-ins/gap/gap_mov_dialog.c:2073 +#: plug-ins/gap/gap_mov_dialog.c:2318 #: plug-ins/imagemap/imap_cmd_insert_point.c:57 #: plug-ins/imagemap/imap_polygon.c:683 msgid "Insert Point" msgstr "Punkt hinzufügen" -#: plug-ins/gap/gap_mov_dialog.c:2081 +#: plug-ins/gap/gap_mov_dialog.c:2326 msgid "" "Insert Controlpoint \n" "(the current Point is duplicated)" @@ -8770,53 +8788,53 @@ msgstr "" "Kontrollpunkt einfügen \n" "(der aktuelle Punkt wird dupliziert)" -#: plug-ins/gap/gap_mov_dialog.c:2085 +#: plug-ins/gap/gap_mov_dialog.c:2330 #: plug-ins/imagemap/imap_cmd_delete_point.c:57 #: plug-ins/imagemap/imap_polygon.c:669 msgid "Delete Point" msgstr "Punkt löschen" -#: plug-ins/gap/gap_mov_dialog.c:2093 +#: plug-ins/gap/gap_mov_dialog.c:2338 msgid "Delete current Controlpoint" msgstr "Aktuellen Kontrollpunkt löschen" -#: plug-ins/gap/gap_mov_dialog.c:2099 +#: plug-ins/gap/gap_mov_dialog.c:2344 msgid "Prev Point" msgstr "Vorheriger Punkt" -#: plug-ins/gap/gap_mov_dialog.c:2107 +#: plug-ins/gap/gap_mov_dialog.c:2352 msgid "Show Previous Controlpoint" msgstr "Vorherigen Kontrollpunkt anzeigen" -#: plug-ins/gap/gap_mov_dialog.c:2111 +#: plug-ins/gap/gap_mov_dialog.c:2356 msgid "Next Point" msgstr "Nächster Punkt" -#: plug-ins/gap/gap_mov_dialog.c:2119 +#: plug-ins/gap/gap_mov_dialog.c:2364 msgid "Show Next Controlpoint" msgstr "Nächsten Kontrollpunkt anzeigen" -#: plug-ins/gap/gap_mov_dialog.c:2125 +#: plug-ins/gap/gap_mov_dialog.c:2370 msgid "First Point" msgstr "Erster Punkt" -#: plug-ins/gap/gap_mov_dialog.c:2133 +#: plug-ins/gap/gap_mov_dialog.c:2378 msgid "Show First Controlpoint" msgstr "Ersten Kontrollpunkt anzeigen" -#: plug-ins/gap/gap_mov_dialog.c:2137 +#: plug-ins/gap/gap_mov_dialog.c:2382 msgid "Last Point" msgstr "Letzter Punkt" -#: plug-ins/gap/gap_mov_dialog.c:2145 +#: plug-ins/gap/gap_mov_dialog.c:2390 msgid "Show Last Controlpoint" msgstr "Letzten Kontrollpunkt anzeigen" -#: plug-ins/gap/gap_mov_dialog.c:2151 +#: plug-ins/gap/gap_mov_dialog.c:2396 msgid "Clear Point" msgstr "Punkt zurücksetzen" -#: plug-ins/gap/gap_mov_dialog.c:2159 +#: plug-ins/gap/gap_mov_dialog.c:2404 msgid "" "Reset the current Controlpoint\n" "to default Values" @@ -8824,35 +8842,56 @@ msgstr "" "Den aktuellen Kontrollpunkt auf\n" "Standardwerte zurücksetzen" -#: plug-ins/gap/gap_mov_dialog.c:2163 -msgid "Reset Points" -msgstr "Punkte zurücksetzen" +#: plug-ins/gap/gap_mov_dialog.c:2408 +#, fuzzy +msgid "Clear All Points" +msgstr "Punkt zurücksetzen" -#: plug-ins/gap/gap_mov_dialog.c:2171 +#: plug-ins/gap/gap_mov_dialog.c:2416 msgid "" -"Reset Controlpoints \n" -"to one Defaultpoint" +"Reset all Controlpoints to default Values\n" +"but dont change the path (X/Y Values)" msgstr "" -"Punkte werden auf einen \n" -"Standardwert zurückgesetzt" -#: plug-ins/gap/gap_mov_dialog.c:2177 +#: plug-ins/gap/gap_mov_dialog.c:2423 +#, fuzzy +msgid "Rotate Follow" +msgstr "Drehen: " + +#: plug-ins/gap/gap_mov_dialog.c:2434 +msgid "" +"Set Rotation for all Controlpoints\n" +"to follow the shape of the path.\n" +"(Shift: use Rotation of contolpoint 1 as offset)" +msgstr "" + +#: plug-ins/gap/gap_mov_dialog.c:2441 +#, fuzzy +msgid "Delete All Points" +msgstr "Punkt löschen" + +#: plug-ins/gap/gap_mov_dialog.c:2449 +#, fuzzy +msgid "Delete all Controlpoints" +msgstr "Aktuellen Kontrollpunkt löschen" + +#: plug-ins/gap/gap_mov_dialog.c:2456 msgid "Load Points" msgstr "Lade Punkte" -#: plug-ins/gap/gap_mov_dialog.c:2185 +#: plug-ins/gap/gap_mov_dialog.c:2464 msgid "Load Controlpoints from file" msgstr "Lade Kontrollpunkte aus Datei" -#: plug-ins/gap/gap_mov_dialog.c:2189 +#: plug-ins/gap/gap_mov_dialog.c:2468 msgid "Save Points" msgstr "Speichere Punkte" -#: plug-ins/gap/gap_mov_dialog.c:2197 +#: plug-ins/gap/gap_mov_dialog.c:2476 msgid "Save Controlpoints to file" msgstr "Kontrollpunkte in Datei speichern" -#: plug-ins/gap/gap_mov_dialog.c:2668 +#: plug-ins/gap/gap_mov_dialog.c:2947 #, c-format msgid "" "\n" @@ -8862,7 +8901,7 @@ msgstr "" "Fehler: Nummer des Keyframes %d an Punkt [%d] ist\n" "größer oder gleich als der des letzten Frames" -#: plug-ins/gap/gap_mov_dialog.c:2676 +#: plug-ins/gap/gap_mov_dialog.c:2955 #, c-format msgid "" "\n" @@ -8873,7 +8912,7 @@ msgstr "" "Fehler: Nummer des Keyframes %d an Punkt [%d] ist\n" "größer oder gleich der des letzten Frames" -#: plug-ins/gap/gap_mov_dialog.c:2686 +#: plug-ins/gap/gap_mov_dialog.c:2965 #, c-format msgid "" "\n" @@ -8882,7 +8921,7 @@ msgstr "" "\n" "Fehler: Keyframe %d ist nicht in Sequenz an Punkt [%d]" -#: plug-ins/gap/gap_mov_dialog.c:2704 +#: plug-ins/gap/gap_mov_dialog.c:2983 #, c-format msgid "" "\n" @@ -8891,7 +8930,7 @@ msgstr "" "\n" "Fehler: Kontrollpunkt [%d] ist ausserhalb des aktiven Intervalls" -#: plug-ins/gap/gap_mov_dialog.c:2718 +#: plug-ins/gap/gap_mov_dialog.c:2997 #, c-format msgid "" "\n" @@ -8902,7 +8941,7 @@ msgstr "" "Fehler: Mehr Kontrollpunkte (%d) als aktive Frames (%d).\n" "Bitte benutzen Sie weniger Kontrollpunkte oder mehr Frames." -#: plug-ins/gap/gap_mov_dialog.c:2731 +#: plug-ins/gap/gap_mov_dialog.c:3010 msgid "" "Cant operate with current Controlpoint\n" "or Keyframe settings" @@ -8910,19 +8949,19 @@ msgstr "" "Kann nicht mit momentanen Kontrollpunkt-\n" "bzw. Keyframe-Einstellungen umgehen." -#: plug-ins/gap/gap_mov_dialog.c:2738 +#: plug-ins/gap/gap_mov_dialog.c:3017 msgid "Reset Keyframes" msgstr "Keyframes zurücksetzen" -#: plug-ins/gap/gap_mov_dialog.c:2743 +#: plug-ins/gap/gap_mov_dialog.c:3022 msgid "Move Path Controlpointcheck" msgstr "Bewegungs-Pfad Kontrollpunkt-Check" -#: plug-ins/gap/gap_mov_dialog.c:2744 +#: plug-ins/gap/gap_mov_dialog.c:3023 msgid "Errors:" msgstr "Fehler:" -#: plug-ins/gap/gap_mov_exec.c:337 +#: plug-ins/gap/gap_mov_exec.c:339 msgid "" "No Source Image was selected.\n" "Please open a 2nd Image of the same type before opening Move Path." @@ -8931,11 +8970,11 @@ msgstr "" "Bitte öffnen Sie ein 2. Bild vom gleichen Typ bevor Sie 'Bewegungs-Pfad' " "aufrufen." -#: plug-ins/gap/gap_mov_exec.c:348 +#: plug-ins/gap/gap_mov_exec.c:350 msgid "Copying Layers into Frames..." msgstr "Kopiere Ebenen in Frames..." -#: plug-ins/gap/gap_mov_exec.c:352 +#: plug-ins/gap/gap_mov_exec.c:354 msgid "Generating Animated Preview..." msgstr "Erstelle animierte Vorschau..." @@ -9884,20 +9923,12 @@ msgstr "Unbekannte Schriftstil (\"%s\") f msgid "/Filters/Render/Dynamic Text..." msgstr "/Filter/Render/Dynamischer Text..." -#: plug-ins/gdyntext/gdyntext.c:307 -msgid "" -"Current layer isn't a GDynText layer or it has no alpha channel.\n" -" Forcing new layer creation.\n" -msgstr "" -"Aktive Ebene ist keine GDynText-Ebene oder hat keinen Alpha-Kanal.\n" -"Erzwinge die Erstellung einer neuen Ebene.\n" - -#: plug-ins/gdyntext/gdyntext.c:354 +#: plug-ins/gdyntext/gdyntext.c:351 #, c-format msgid "Upgrading old GDynText layer to %s\n" msgstr "Konvertiere alte GDynText-Ebene zu %s\n" -#: plug-ins/gdyntext/gdyntext.c:358 +#: plug-ins/gdyntext/gdyntext.c:355 #, c-format msgid "" "WARNING: GDynText is too old!\n" @@ -9911,15 +9942,15 @@ msgstr "" " Sie bekommen sie hier: %s\n" #. remove old layer name -#: plug-ins/gdyntext/gdyntext.c:397 +#: plug-ins/gdyntext/gdyntext.c:394 msgid "GDynText Layer " msgstr "GDynText-Ebene " -#: plug-ins/gdyntext/gdyntext.c:434 +#: plug-ins/gdyntext/gdyntext.c:431 msgid "GIMP Dynamic Text" msgstr "GIMP Dynamischer Text" -#: plug-ins/gdyntext/gdyntext.c:536 +#: plug-ins/gdyntext/gdyntext.c:533 msgid "GDynText Layer" msgstr "GDynText Ebene" @@ -11890,7 +11921,7 @@ msgstr "Keine Auswahl" msgid "Unselect All" msgstr "Alle Auswahlen aufheben" -#: plug-ins/imagemap/imap_default_dialog.c:124 +#: plug-ins/imagemap/imap_default_dialog.c:136 msgid "Help..." msgstr "Hilfe..." @@ -11970,11 +12001,11 @@ msgstr "Abmessungen:" msgid "JavaScript" msgstr "JavaScript" -#: plug-ins/imagemap/imap_edit_area_info.c:416 +#: plug-ins/imagemap/imap_edit_area_info.c:425 msgid "Area Settings" msgstr "Bereich Einstellungen" -#: plug-ins/imagemap/imap_edit_area_info.c:459 +#: plug-ins/imagemap/imap_edit_area_info.c:469 #, c-format msgid "Area #%d Settings" msgstr "Bereich #%d Einstellungen" @@ -12426,12 +12457,12 @@ msgstr "" "Nahtloses Labyrinth wird kein perfektes Ergebnis liefern." #. open URL for help -#: plug-ins/maze/maze_face.c:588 +#: plug-ins/maze/maze_face.c:596 #, c-format msgid "Opening %s" msgstr "Öffne %s" -#: plug-ins/maze/maze_face.c:599 +#: plug-ins/maze/maze_face.c:607 #, c-format msgid "See %s" msgstr "Siehe %s" @@ -12937,32 +12968,33 @@ msgstr "Haupteinstellungen" msgid "Misc" msgstr "Verschiedenes" -#: plug-ins/sel2path/sel2path.c:160 +#: plug-ins/sel2path/sel2path.c:162 msgid "/Select/To Path" msgstr "/Auswahl/In Pfad umwandeln" -#: plug-ins/sel2path/sel2path.c:205 +#: plug-ins/sel2path/sel2path.c:209 msgid "No selection to convert" msgstr "Keine Auswahl vorhanden" -#: plug-ins/sel2path/sel2path.c:362 -msgid "Default Values" -msgstr "Standardwerte" +#: plug-ins/sel2path/sel2path.c:333 +#, fuzzy +msgid "Sel2Path Advanced Settings" +msgstr "Erweiterte Einstellungen" -#: plug-ins/sel2path/sel2path.c:551 +#: plug-ins/sel2path/sel2path.c:542 #, c-format msgid "print_spline: strange degree (%d)" msgstr "print_spline: strange degree (%d)" -#: plug-ins/sel2path/sel2path.c:559 +#: plug-ins/sel2path/sel2path.c:551 msgid "selection_to_path" msgstr "Auswahl zu Pfad" -#: plug-ins/sel2path/sel2path.c:585 +#: plug-ins/sel2path/sel2path.c:579 msgid "gimp_image_get_selection failed" msgstr "gimp_image_get_selection schlug fehl" -#: plug-ins/sel2path/sel2path.c:593 +#: plug-ins/sel2path/sel2path.c:587 msgid "Internal error. Selection bpp > 1" msgstr "Interner Fehler. Auswahl bpp > 1" @@ -13146,19 +13178,19 @@ msgstr "Fenster:" msgid "Current" msgstr "Aktuell" -#: plug-ins/winsnap/winsnap.c:945 +#: plug-ins/winsnap/winsnap.c:946 msgid "Grab a single window" msgstr "Greife einzelnes Fenster" -#: plug-ins/winsnap/winsnap.c:956 +#: plug-ins/winsnap/winsnap.c:957 msgid "Include decorations" msgstr "Mit Fensterrahmen" -#: plug-ins/winsnap/winsnap.c:992 +#: plug-ins/winsnap/winsnap.c:993 msgid "Grab the whole screen" msgstr "Greife ganzen Bildschirm" -#: plug-ins/winsnap/winsnap.c:1221 +#: plug-ins/winsnap/winsnap.c:1222 msgid "No data captured" msgstr "Keine Daten" @@ -13239,6 +13271,29 @@ msgstr "Fehler: Kann XJT Eigenschaften-Datei %s nicht lesen" msgid "Error: XJT propertyfile %s is empty" msgstr "Fehler: XJT Eigenschaften-Datei %s ist leer" +#~ msgid "XBM Warning" +#~ msgstr "XBM Warnung" + +#~ msgid "Reset Points" +#~ msgstr "Punkte zurücksetzen" + +#~ msgid "" +#~ "Reset Controlpoints \n" +#~ "to one Defaultpoint" +#~ msgstr "" +#~ "Punkte werden auf einen \n" +#~ "Standardwert zurückgesetzt" + +#~ msgid "" +#~ "Current layer isn't a GDynText layer or it has no alpha channel.\n" +#~ " Forcing new layer creation.\n" +#~ msgstr "" +#~ "Aktive Ebene ist keine GDynText-Ebene oder hat keinen Alpha-Kanal.\n" +#~ "Erzwinge die Erstellung einer neuen Ebene.\n" + +#~ msgid "Default Values" +#~ msgstr "Standardwerte" + #~ msgid "" #~ "Sorry, no preview\n" #~ "for indexed images." diff --git a/po-plug-ins/en_GB.po b/po-plug-ins/en_GB.po index 0325765361..81632e94bc 100644 --- a/po-plug-ins/en_GB.po +++ b/po-plug-ins/en_GB.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: gimp CVS\n" -"POT-Creation-Date: 2000-05-26 23:52-0700\n" +"POT-Creation-Date: 2000-06-18 19:40-0700\n" "PO-Revision-Date: 2000-02-02 14:07+0000\n" "Last-Translator: Robert Brady \n" "Language-Team: \n" @@ -43,7 +43,7 @@ msgstr "" #: plug-ins/Lighting/lighting_ui.c:1076 plug-ins/MapObject/mapobject_ui.c:1383 #: plug-ins/bmp/bmpwrite.c:564 plug-ins/common/CML_explorer.c:1174 #: plug-ins/common/CML_explorer.c:1932 plug-ins/common/CML_explorer.c:2252 -#: plug-ins/common/aa.c:346 plug-ins/common/align_layers.c:425 +#: plug-ins/common/aa.c:344 plug-ins/common/align_layers.c:425 #: plug-ins/common/apply_lens.c:392 plug-ins/common/blinds.c:323 #: plug-ins/common/blur.c:613 plug-ins/common/borderaverage.c:393 #: plug-ins/common/bumpmap.c:848 plug-ins/common/checkerboard.c:349 @@ -60,8 +60,8 @@ msgstr "" #: plug-ins/common/fractaltrace.c:725 plug-ins/common/gauss_iir.c:365 #: plug-ins/common/gauss_iir.c:448 plug-ins/common/gauss_rle.c:360 #: plug-ins/common/gauss_rle.c:443 plug-ins/common/gbr.c:456 -#: plug-ins/common/gicon.c:441 plug-ins/common/gif.c:1141 -#: plug-ins/common/gif.c:1212 plug-ins/common/glasstile.c:259 +#: plug-ins/common/gicon.c:441 plug-ins/common/gif.c:1144 +#: plug-ins/common/gif.c:1215 plug-ins/common/glasstile.c:259 #: plug-ins/common/gpb.c:269 plug-ins/common/gqbist.c:640 #: plug-ins/common/grid.c:658 plug-ins/common/gtm.c:375 #: plug-ins/common/hot.c:589 plug-ins/common/illusion.c:560 @@ -84,18 +84,18 @@ msgstr "" #: plug-ins/common/sparkle.c:349 plug-ins/common/spheredesigner.c:2232 #: plug-ins/common/spread.c:382 plug-ins/common/sunras.c:1577 #: plug-ins/common/tga.c:1448 plug-ins/common/threshold_alpha.c:268 -#: plug-ins/common/tiff.c:1487 plug-ins/common/tile.c:398 +#: plug-ins/common/tiff.c:1530 plug-ins/common/tile.c:398 #: plug-ins/common/tileit.c:386 plug-ins/common/uniteditor.c:172 #: plug-ins/common/unsharp.c:786 plug-ins/common/video.c:2155 #: plug-ins/common/vpropagate.c:934 plug-ins/common/warp.c:437 #: plug-ins/common/waves.c:349 plug-ins/common/whirlpinch.c:808 #: plug-ins/common/wind.c:1007 plug-ins/common/wmf.c:931 -#: plug-ins/common/xbm.c:1128 plug-ins/common/xpm.c:800 -#: plug-ins/fits/fits.c:987 plug-ins/flame/flame.c:624 -#: plug-ins/flame/flame.c:913 plug-ins/fp/fp_gtk.c:895 +#: plug-ins/common/xbm.c:1151 plug-ins/common/xpm.c:800 +#: plug-ins/fits/fits.c:987 plug-ins/flame/flame.c:631 +#: plug-ins/flame/flame.c:920 plug-ins/fp/fp_gtk.c:895 #: plug-ins/gap/gap_arr_dialog.c:768 plug-ins/gap/gap_arr_dialog.c:1010 #: plug-ins/gap/gap_decode_xanim.c:177 plug-ins/gap/gap_lib.c:221 -#: plug-ins/gap/gap_mod_layer.c:145 plug-ins/gap/gap_mov_dialog.c:469 +#: plug-ins/gap/gap_mod_layer.c:145 plug-ins/gap/gap_mov_dialog.c:487 #: plug-ins/gap/gap_mpege.c:191 plug-ins/gap/gap_resi_dialog.c:149 #: plug-ins/gdyntext/gdyntext_ui.c:201 plug-ins/gdyntext/gdyntext_ui.c:621 #: plug-ins/gfig/gfig.c:4088 plug-ins/gfig/gfig.c:4433 @@ -107,10 +107,10 @@ msgstr "" #: plug-ins/gimpressionist/orientmap.c:626 #: plug-ins/gimpressionist/presets.c:392 plug-ins/gimpressionist/sizemap.c:485 #: plug-ins/ifscompose/ifscompose.c:781 -#: plug-ins/imagemap/imap_default_dialog.c:102 plug-ins/maze/maze_face.c:191 +#: plug-ins/imagemap/imap_default_dialog.c:114 plug-ins/maze/maze_face.c:191 #: plug-ins/mosaic/mosaic.c:531 plug-ins/pagecurl/pagecurl.c:518 #: plug-ins/print/gimp_main_window.c:597 plug-ins/rcm/rcm_dialog.c:727 -#: plug-ins/sel2path/sel2path.c:345 plug-ins/sgi/sgi.c:640 +#: plug-ins/sel2path/sel2path.c:338 plug-ins/sgi/sgi.c:640 #: plug-ins/sinus/sinus.c:746 plug-ins/struc/struc.c:255 #: plug-ins/webbrowser/webbrowser.c:281 plug-ins/xjt/xjt.c:793 msgid "OK" @@ -124,7 +124,7 @@ msgstr "" #: plug-ins/FractalExplorer/FractalExplorer.c:1478 #: plug-ins/Lighting/lighting_ui.c:1078 plug-ins/MapObject/mapobject_ui.c:1385 #: plug-ins/bmp/bmpwrite.c:566 plug-ins/common/CML_explorer.c:1176 -#: plug-ins/common/CML_explorer.c:2254 plug-ins/common/aa.c:348 +#: plug-ins/common/CML_explorer.c:2254 plug-ins/common/aa.c:346 #: plug-ins/common/align_layers.c:427 plug-ins/common/apply_lens.c:394 #: plug-ins/common/blinds.c:325 plug-ins/common/blur.c:615 #: plug-ins/common/borderaverage.c:395 plug-ins/common/bumpmap.c:850 @@ -142,7 +142,7 @@ msgstr "" #: plug-ins/common/gauss_iir.c:367 plug-ins/common/gauss_iir.c:450 #: plug-ins/common/gauss_rle.c:362 plug-ins/common/gauss_rle.c:445 #: plug-ins/common/gbr.c:458 plug-ins/common/gicon.c:443 -#: plug-ins/common/gif.c:1143 plug-ins/common/gif.c:1214 +#: plug-ins/common/gif.c:1146 plug-ins/common/gif.c:1217 #: plug-ins/common/glasstile.c:261 plug-ins/common/gpb.c:271 #: plug-ins/common/gqbist.c:642 plug-ins/common/grid.c:660 #: plug-ins/common/gtm.c:377 plug-ins/common/hot.c:591 @@ -166,22 +166,21 @@ msgstr "" #: plug-ins/common/sparkle.c:351 plug-ins/common/spheredesigner.c:2236 #: plug-ins/common/spread.c:384 plug-ins/common/sunras.c:1579 #: plug-ins/common/tga.c:1450 plug-ins/common/threshold_alpha.c:270 -#: plug-ins/common/tiff.c:1489 plug-ins/common/tile.c:400 +#: plug-ins/common/tiff.c:1532 plug-ins/common/tile.c:400 #: plug-ins/common/tileit.c:388 plug-ins/common/uniteditor.c:174 #: plug-ins/common/unsharp.c:788 plug-ins/common/video.c:2157 #: plug-ins/common/vpropagate.c:936 plug-ins/common/warp.c:439 #: plug-ins/common/waves.c:351 plug-ins/common/whirlpinch.c:810 #: plug-ins/common/wind.c:1009 plug-ins/common/wmf.c:933 -#: plug-ins/common/xbm.c:895 plug-ins/common/xbm.c:1130 -#: plug-ins/common/xpm.c:802 plug-ins/fits/fits.c:989 -#: plug-ins/flame/flame.c:626 plug-ins/flame/flame.c:915 -#: plug-ins/fp/fp_gtk.c:899 plug-ins/gap/gap_arr_dialog.c:1012 -#: plug-ins/gap/gap_dbbrowser_utils.c:211 +#: plug-ins/common/xbm.c:1153 plug-ins/common/xpm.c:802 +#: plug-ins/fits/fits.c:989 plug-ins/flame/flame.c:633 +#: plug-ins/flame/flame.c:922 plug-ins/fp/fp_gtk.c:899 +#: plug-ins/gap/gap_arr_dialog.c:1012 plug-ins/gap/gap_dbbrowser_utils.c:211 #: plug-ins/gap/gap_decode_mpeg_main.c:336 plug-ins/gap/gap_decode_xanim.c:175 #: plug-ins/gap/gap_decode_xanim.c:340 plug-ins/gap/gap_filter_foreach.c:132 #: plug-ins/gap/gap_lib.c:1018 plug-ins/gap/gap_mod_layer.c:147 -#: plug-ins/gap/gap_mod_layer.c:261 plug-ins/gap/gap_mov_dialog.c:500 -#: plug-ins/gap/gap_mov_dialog.c:2740 plug-ins/gap/gap_mpege.c:189 +#: plug-ins/gap/gap_mod_layer.c:261 plug-ins/gap/gap_mov_dialog.c:518 +#: plug-ins/gap/gap_mov_dialog.c:3019 plug-ins/gap/gap_mpege.c:189 #: plug-ins/gap/gap_mpege.c:240 plug-ins/gap/gap_range_ops.c:1204 #: plug-ins/gap/gap_resi_dialog.c:158 plug-ins/gfig/gfig.c:3941 #: plug-ins/gfig/gfig.c:4088 plug-ins/gfig/gfig.c:4435 @@ -192,13 +191,13 @@ msgstr "" #: plug-ins/gimpressionist/orientmap.c:640 #: plug-ins/gimpressionist/presets.c:400 plug-ins/gimpressionist/sizemap.c:499 #: plug-ins/ifscompose/ifscompose.c:789 -#: plug-ins/imagemap/imap_default_dialog.c:117 plug-ins/maze/maze_face.c:195 +#: plug-ins/imagemap/imap_default_dialog.c:129 plug-ins/maze/maze_face.c:195 #: plug-ins/mosaic/mosaic.c:533 plug-ins/pagecurl/pagecurl.c:520 #: plug-ins/print/gimp_main_window.c:212 plug-ins/print/gimp_main_window.c:599 -#: plug-ins/rcm/rcm_dialog.c:729 plug-ins/sel2path/sel2path.c:354 +#: plug-ins/rcm/rcm_dialog.c:729 plug-ins/sel2path/sel2path.c:344 #: plug-ins/sgi/sgi.c:642 plug-ins/sinus/sinus.c:748 #: plug-ins/struc/struc.c:257 plug-ins/webbrowser/webbrowser.c:283 -#: plug-ins/winsnap/winsnap.c:912 plug-ins/xjt/xjt.c:795 +#: plug-ins/winsnap/winsnap.c:913 plug-ins/xjt/xjt.c:795 msgid "Cancel" msgstr "" @@ -271,8 +270,8 @@ msgstr "" #: plug-ins/FractalExplorer/Dialogs.c:803 plug-ins/common/CML_explorer.c:167 #: plug-ins/common/align_layers.c:452 plug-ins/common/align_layers.c:485 #: plug-ins/common/ps.c:2640 plug-ins/common/ps.c:2653 -#: plug-ins/common/psp.c:445 plug-ins/common/tiff.c:1508 -#: plug-ins/fits/fits.c:1032 plug-ins/gap/gap_mov_dialog.c:284 +#: plug-ins/common/psp.c:445 plug-ins/common/tiff.c:1551 +#: plug-ins/fits/fits.c:1032 plug-ins/gap/gap_mov_dialog.c:301 msgid "None" msgstr "" @@ -450,7 +449,7 @@ msgstr "" #: plug-ins/common/sharpen.c:550 plug-ins/common/spheredesigner.c:2254 #: plug-ins/common/tileit.c:407 plug-ins/common/waves.c:576 #: plug-ins/common/whirlpinch.c:826 plug-ins/common/wind.c:1026 -#: plug-ins/flame/flame.c:933 plug-ins/gfig/gfig.c:3964 +#: plug-ins/flame/flame.c:940 plug-ins/gfig/gfig.c:3964 #: plug-ins/gflare/gflare.c:2492 plug-ins/gflare/gflare.c:3500 #: plug-ins/gimpressionist/orientmap.c:502 #: plug-ins/gimpressionist/preview.c:106 plug-ins/gimpressionist/sizemap.c:402 @@ -597,7 +596,7 @@ msgstr "" #: plug-ins/common/sample_colorize.c:1371 #: plug-ins/common/spheredesigner.c:2234 plug-ins/common/tileit.c:467 #: plug-ins/fp/fp_gtk.c:897 plug-ins/gimpressionist/preview.c:124 -#: plug-ins/ifscompose/ifscompose.c:787 +#: plug-ins/ifscompose/ifscompose.c:787 plug-ins/sel2path/sel2path.c:341 msgid "Reset" msgstr "" @@ -1078,8 +1077,8 @@ msgstr "" #: plug-ins/MapObject/mapobject_ui.c:1040 #: plug-ins/MapObject/mapobject_ui.c:1084 plug-ins/common/flarefx.c:785 #: plug-ins/common/nova.c:609 plug-ins/common/papertile.c:285 -#: plug-ins/flame/flame.c:1182 plug-ins/flame/flame.c:1195 -#: plug-ins/gap/gap_mov_dialog.c:1855 plug-ins/gflare/gflare.c:2874 +#: plug-ins/flame/flame.c:1189 plug-ins/flame/flame.c:1202 +#: plug-ins/gap/gap_mov_dialog.c:2100 plug-ins/gflare/gflare.c:2874 #: plug-ins/ifscompose/ifscompose.c:513 msgid "X:" msgstr "" @@ -1096,7 +1095,7 @@ msgstr "" #: plug-ins/MapObject/mapobject_ui.c:1093 #: plug-ins/MapObject/mapobject_ui.c:1189 plug-ins/common/flarefx.c:803 #: plug-ins/common/nova.c:627 plug-ins/common/papertile.c:294 -#: plug-ins/common/xbm.c:1221 plug-ins/gap/gap_mov_dialog.c:1873 +#: plug-ins/common/xbm.c:1244 plug-ins/gap/gap_mov_dialog.c:2118 #: plug-ins/gflare/gflare.c:2878 plug-ins/ifscompose/ifscompose.c:527 msgid "Y:" msgstr "" @@ -1189,7 +1188,7 @@ msgid "Bumpmap Image:" msgstr "" #: plug-ins/Lighting/lighting_ui.c:919 plug-ins/common/mblur.c:784 -#: plug-ins/flame/flame.c:714 plug-ins/sinus/sinus.c:1032 +#: plug-ins/flame/flame.c:721 plug-ins/sinus/sinus.c:1032 msgid "Linear" msgstr "" @@ -1197,11 +1196,11 @@ msgstr "" msgid "Logarithmic" msgstr "" -#: plug-ins/Lighting/lighting_ui.c:921 plug-ins/flame/flame.c:715 +#: plug-ins/Lighting/lighting_ui.c:921 plug-ins/flame/flame.c:722 msgid "Sinusoidal" msgstr "" -#: plug-ins/Lighting/lighting_ui.c:922 plug-ins/flame/flame.c:716 +#: plug-ins/Lighting/lighting_ui.c:922 plug-ins/flame/flame.c:723 msgid "Spherical" msgstr "" @@ -1232,7 +1231,7 @@ msgstr "" #. Options section #: plug-ins/Lighting/lighting_ui.c:1014 plug-ins/MapObject/mapobject_ui.c:1314 #: plug-ins/common/lic.c:1037 plug-ins/common/ripple.c:604 -#: plug-ins/gap/gap_mov_dialog.c:841 plug-ins/gfig/gfig.c:4018 +#: plug-ins/gap/gap_mov_dialog.c:859 plug-ins/gfig/gfig.c:4018 msgid "Options" msgstr "" @@ -1446,8 +1445,8 @@ msgstr "" #: plug-ins/common/pix.c:326 plug-ins/common/png.c:415 #: plug-ins/common/png.c:417 plug-ins/common/pnm.c:414 #: plug-ins/common/psd.c:1713 plug-ins/common/sunras.c:441 -#: plug-ins/common/tga.c:429 plug-ins/common/tiff.c:443 -#: plug-ins/common/xbm.c:674 plug-ins/common/xpm.c:334 +#: plug-ins/common/tga.c:429 plug-ins/common/tiff.c:450 +#: plug-ins/common/xbm.c:735 plug-ins/common/xpm.c:334 #: plug-ins/common/xwd.c:430 plug-ins/faxg3/faxg3.c:196 #: plug-ins/gfli/gfli.c:471 plug-ins/sgi/sgi.c:330 plug-ins/sgi/sgi.c:332 #: plug-ins/xjt/xjt.c:3246 @@ -1491,12 +1490,12 @@ msgstr "%s: bad colourmap\n" #: plug-ins/common/png.c:576 plug-ins/common/pnm.c:502 #: plug-ins/common/psd.c:2094 plug-ins/common/smooth_palette.c:240 #: plug-ins/common/sunras.c:919 plug-ins/common/tga.c:1014 -#: plug-ins/common/tiff.c:654 plug-ins/common/tile.c:269 +#: plug-ins/common/tiff.c:676 plug-ins/common/tile.c:269 #: plug-ins/common/winclipboard.c:515 plug-ins/common/wmf.c:2350 -#: plug-ins/common/xbm.c:812 plug-ins/faxg3/faxg3.c:448 +#: plug-ins/common/xbm.c:873 plug-ins/faxg3/faxg3.c:448 #: plug-ins/fits/fits.c:521 plug-ins/gfig/gfig.c:2867 #: plug-ins/gfig/gfig.c:3195 plug-ins/sgi/sgi.c:378 plug-ins/twain/twain.c:722 -#: plug-ins/winsnap/winsnap.c:1234 +#: plug-ins/winsnap/winsnap.c:1235 msgid "Background" msgstr "" @@ -1512,7 +1511,7 @@ msgstr "" #. init the progress meter #: plug-ins/bmp/bmpwrite.c:179 plug-ins/common/CEL.c:510 -#: plug-ins/common/gbr.c:387 plug-ins/common/gif.c:937 +#: plug-ins/common/gbr.c:387 plug-ins/common/gif.c:940 #: plug-ins/common/gpb.c:768 plug-ins/common/gpb.c:808 #: plug-ins/common/gtm.c:247 plug-ins/common/hrz.c:476 #: plug-ins/common/jpeg.c:1196 plug-ins/common/pat.c:343 @@ -1520,7 +1519,7 @@ msgstr "" #: plug-ins/common/png.c:756 plug-ins/common/png.c:758 #: plug-ins/common/pnm.c:786 plug-ins/common/ps.c:999 #: plug-ins/common/sunras.c:524 plug-ins/common/tga.c:1196 -#: plug-ins/common/tiff.c:1260 plug-ins/common/xbm.c:960 +#: plug-ins/common/tiff.c:1282 plug-ins/common/xbm.c:983 #: plug-ins/common/xpm.c:653 plug-ins/common/xwd.c:534 #: plug-ins/fits/fits.c:472 plug-ins/gfli/gfli.c:691 plug-ins/sgi/sgi.c:548 #: plug-ins/sgi/sgi.c:550 plug-ins/xjt/xjt.c:1628 @@ -1765,7 +1764,7 @@ msgstr "" #: plug-ins/common/CML_explorer.c:299 plug-ins/common/CML_explorer.c:1280 #: plug-ins/common/decompose.c:122 plug-ins/common/lic.c:1058 #: plug-ins/fp/fp_gtk.c:281 plug-ins/fp/fp_gtk.c:413 -#: plug-ins/gap/gap_mov_dialog.c:257 plug-ins/gimpressionist/orientation.c:188 +#: plug-ins/gap/gap_mov_dialog.c:274 plug-ins/gimpressionist/orientation.c:188 #: plug-ins/gimpressionist/size.c:186 msgid "Hue" msgstr "" @@ -1773,13 +1772,13 @@ msgstr "" #: plug-ins/common/CML_explorer.c:300 plug-ins/common/CML_explorer.c:1285 #: plug-ins/common/decompose.c:123 plug-ins/common/lic.c:1059 #: plug-ins/fp/fp_gtk.c:285 plug-ins/fp/fp_gtk.c:417 plug-ins/fp/fp_gtk.c:481 -#: plug-ins/gap/gap_mov_dialog.c:258 plug-ins/rcm/rcm_dialog.c:509 +#: plug-ins/gap/gap_mov_dialog.c:275 plug-ins/rcm/rcm_dialog.c:509 msgid "Saturation" msgstr "" #: plug-ins/common/CML_explorer.c:301 plug-ins/common/CML_explorer.c:1290 #: plug-ins/common/decompose.c:124 plug-ins/fp/fp_gtk.c:289 -#: plug-ins/fp/fp_gtk.c:421 plug-ins/gap/gap_mov_dialog.c:260 +#: plug-ins/fp/fp_gtk.c:421 plug-ins/gap/gap_mov_dialog.c:277 #: plug-ins/gimpressionist/orientation.c:131 #: plug-ins/gimpressionist/size.c:130 msgid "Value" @@ -2037,12 +2036,12 @@ msgid "Error: failed to load parameters" msgstr "" #. Create the actual window. -#: plug-ins/common/aa.c:341 +#: plug-ins/common/aa.c:339 msgid "Save as Text" msgstr "" #. file save type -#: plug-ins/common/aa.c:358 plug-ins/common/pnm.c:945 +#: plug-ins/common/aa.c:356 plug-ins/common/pnm.c:945 #: plug-ins/common/sunras.c:1589 msgid "Data Formatting" msgstr "" @@ -2118,7 +2117,7 @@ msgid "Left Edge" msgstr "" #: plug-ins/common/align_layers.c:473 plug-ins/common/align_layers.c:506 -#: plug-ins/gap/gap_mov_dialog.c:271 plug-ins/gflare/gflare.c:2862 +#: plug-ins/gap/gap_mov_dialog.c:288 plug-ins/gflare/gflare.c:2862 msgid "Center" msgstr "Centre" @@ -2162,16 +2161,16 @@ msgstr "" msgid "Grid Size:" msgstr "" -#: plug-ins/common/animationplay.c:266 +#: plug-ins/common/animationplay.c:270 msgid "/Filters/Animation/Animation Playback..." msgstr "" -#: plug-ins/common/animationplay.c:662 +#: plug-ins/common/animationplay.c:666 msgid "Animation Playback: " msgstr "" #. if no buttons are specified use one CLOSE button per default -#: plug-ins/common/animationplay.c:669 plug-ins/common/plugindetails.c:996 +#: plug-ins/common/animationplay.c:673 plug-ins/common/plugindetails.c:996 #: plug-ins/common/sample_colorize.c:1373 plug-ins/common/uniteditor.c:525 #: plug-ins/dbbrowser/dbbrowser_utils.c:158 #: plug-ins/dbbrowser/dbbrowser_utils.c:175 plug-ins/gap/gap_arr_dialog.c:783 @@ -2185,43 +2184,43 @@ msgid "Close" msgstr "" #. The 'playback' half of the dialog -#: plug-ins/common/animationplay.c:683 plug-ins/common/animationplay.c:686 +#: plug-ins/common/animationplay.c:687 plug-ins/common/animationplay.c:690 msgid "Playback: " msgstr "" -#: plug-ins/common/animationplay.c:716 +#: plug-ins/common/animationplay.c:720 msgid "Play/Stop" msgstr "" -#: plug-ins/common/animationplay.c:722 +#: plug-ins/common/animationplay.c:726 msgid "Rewind" msgstr "" -#: plug-ins/common/animationplay.c:728 +#: plug-ins/common/animationplay.c:732 msgid "Step" msgstr "" -#: plug-ins/common/animationplay.c:786 +#: plug-ins/common/animationplay.c:790 msgid "Frame %v of %u" msgstr "" -#: plug-ins/common/animoptimize.c:154 +#: plug-ins/common/animoptimize.c:158 msgid "/Filters/Animation/Animation Optimize" msgstr "" -#: plug-ins/common/animoptimize.c:170 +#: plug-ins/common/animoptimize.c:174 msgid "/Filters/Animation/Animation UnOptimize" msgstr "" -#: plug-ins/common/animoptimize.c:270 +#: plug-ins/common/animoptimize.c:274 msgid "Optimizing Animation..." msgstr "" -#: plug-ins/common/animoptimize.c:272 +#: plug-ins/common/animoptimize.c:276 msgid "UnOptimizing Animation..." msgstr "" -#: plug-ins/common/animoptimize.c:301 +#: plug-ins/common/animoptimize.c:305 msgid "Not enough memory to allocate buffers for optimization.\n" msgstr "" @@ -2493,7 +2492,7 @@ msgstr "Colourify" #: plug-ins/common/colorify.c:338 plug-ins/common/colortoalpha.c:414 #: plug-ins/common/ps.c:2625 plug-ins/common/xpm.c:439 -#: plug-ins/gap/gap_mov_dialog.c:259 plug-ins/gimpressionist/color.c:51 +#: plug-ins/gap/gap_mov_dialog.c:276 plug-ins/gimpressionist/color.c:51 #: plug-ins/gimpressionist/color.c:56 plug-ins/imagemap/imap_menu.c:325 #: plug-ins/print/gimp_main_window.c:425 msgid "Color" @@ -2734,7 +2733,7 @@ msgid "Prefixed Name:" msgstr "" #: plug-ins/common/csource.c:689 plug-ins/common/mail.c:556 -#: plug-ins/common/tiff.c:1523 plug-ins/common/xbm.c:1180 +#: plug-ins/common/tiff.c:1566 plug-ins/common/xbm.c:1203 msgid "Comment:" msgstr "" @@ -2771,7 +2770,7 @@ msgstr "" #. Opacity #. table col, row #: plug-ins/common/csource.c:757 plug-ins/common/sparkle.c:443 -#: plug-ins/common/tileit.c:587 plug-ins/gap/gap_mov_dialog.c:1925 +#: plug-ins/common/tileit.c:587 plug-ins/gap/gap_mov_dialog.c:2170 #: plug-ins/gflare/gflare.c:3602 plug-ins/gflare/gflare.c:3632 #: plug-ins/gflare/gflare.c:3662 msgid "Opacity:" @@ -3143,7 +3142,7 @@ msgstr "" #: plug-ins/common/destripe.c:670 plug-ins/common/gtm.c:551 #: plug-ins/common/ps.c:2582 plug-ins/common/ps.c:2757 #: plug-ins/common/smooth_palette.c:429 plug-ins/common/tile.c:421 -#: plug-ins/gap/gap_mov_dialog.c:1891 plug-ins/imagemap/imap_rectangle.c:387 +#: plug-ins/gap/gap_mov_dialog.c:2136 plug-ins/imagemap/imap_rectangle.c:387 msgid "Width:" msgstr "" @@ -3171,7 +3170,7 @@ msgstr "" msgid "Sharp edges" msgstr "" -#: plug-ins/common/diffraction.c:717 plug-ins/flame/flame.c:1004 +#: plug-ins/common/diffraction.c:717 plug-ins/flame/flame.c:1011 #: plug-ins/print/gimp_color_window.c:100 msgid "Brightness:" msgstr "" @@ -3230,7 +3229,7 @@ msgstr "" #: plug-ins/common/displace.c:426 plug-ins/common/edge.c:708 #: plug-ins/common/fractaltrace.c:774 plug-ins/common/newsprint.c:449 #: plug-ins/common/ripple.c:653 plug-ins/common/warp.c:534 -#: plug-ins/fits/fits.c:1008 plug-ins/flame/flame.c:1100 +#: plug-ins/fits/fits.c:1008 plug-ins/flame/flame.c:1107 #: plug-ins/gfig/gfig.c:3328 msgid "Black" msgstr "" @@ -3295,7 +3294,7 @@ msgstr "" #: plug-ins/common/engrave.c:256 plug-ins/common/film.c:1243 #: plug-ins/common/gtm.c:565 plug-ins/common/ps.c:2591 #: plug-ins/common/ps.c:2766 plug-ins/common/smooth_palette.c:438 -#: plug-ins/common/tile.c:425 plug-ins/gap/gap_mov_dialog.c:1908 +#: plug-ins/common/tile.c:425 plug-ins/gap/gap_mov_dialog.c:2153 #: plug-ins/imagemap/imap_rectangle.c:393 msgid "Height:" msgstr "" @@ -3612,7 +3611,7 @@ msgstr "" msgid "Icon Name:" msgstr "" -#: plug-ins/common/gif.c:672 +#: plug-ins/common/gif.c:674 msgid "" "GIF: Couldn't simply reduce colors further.\n" "Saving as opaque.\n" @@ -3620,7 +3619,7 @@ msgstr "" "GIF: Couldn't simply reduce colours further.\n" "Saving as opaque.\n" -#: plug-ins/common/gif.c:929 +#: plug-ins/common/gif.c:932 msgid "" "GIF: Sorry, can't save RGB images as GIFs - convert to INDEXED\n" "or GRAY first.\n" @@ -3628,16 +3627,16 @@ msgstr "" "GIF: Sorry, can't save RGB images as GIFs - convert to INDEXED\n" "or GREY first.\n" -#: plug-ins/common/gif.c:947 +#: plug-ins/common/gif.c:950 #, c-format msgid "GIF: can't open %s\n" msgstr "" -#: plug-ins/common/gif.c:1136 +#: plug-ins/common/gif.c:1139 msgid "GIF Warning" msgstr "" -#: plug-ins/common/gif.c:1162 +#: plug-ins/common/gif.c:1165 msgid "" "The image which you are trying to save as a GIF\n" "contains layers which extend beyond the actual\n" @@ -3648,61 +3647,61 @@ msgid "" "the image borders, or cancel this save." msgstr "" -#: plug-ins/common/gif.c:1207 +#: plug-ins/common/gif.c:1210 msgid "Save as GIF" msgstr "" #. regular gif parameter settings -#: plug-ins/common/gif.c:1229 +#: plug-ins/common/gif.c:1232 msgid "GIF Options" msgstr "" -#: plug-ins/common/gif.c:1237 +#: plug-ins/common/gif.c:1240 msgid "Interlace" msgstr "" -#: plug-ins/common/gif.c:1248 +#: plug-ins/common/gif.c:1251 msgid "GIF Comment:" msgstr "" #. additional animated gif parameter settings -#: plug-ins/common/gif.c:1307 +#: plug-ins/common/gif.c:1311 msgid "Animated GIF Options" msgstr "" -#: plug-ins/common/gif.c:1315 +#: plug-ins/common/gif.c:1319 msgid "Loop forever" msgstr "" -#: plug-ins/common/gif.c:1327 +#: plug-ins/common/gif.c:1331 msgid "Delay between Frames where Unspecified:" msgstr "" -#: plug-ins/common/gif.c:1339 +#: plug-ins/common/gif.c:1343 msgid "Milliseconds" msgstr "" -#: plug-ins/common/gif.c:1349 +#: plug-ins/common/gif.c:1353 msgid "Frame Disposal where Unspecified: " msgstr "" -#: plug-ins/common/gif.c:1358 +#: plug-ins/common/gif.c:1362 msgid "I don't Care" msgstr "" -#: plug-ins/common/gif.c:1360 +#: plug-ins/common/gif.c:1364 msgid "Cumulative Layers (Combine)" msgstr "" -#: plug-ins/common/gif.c:1362 +#: plug-ins/common/gif.c:1366 msgid "One Frame per Layer (Replace)" msgstr "" -#: plug-ins/common/gif.c:2346 +#: plug-ins/common/gif.c:2350 msgid "GIF: error writing output file\n" msgstr "" -#: plug-ins/common/gif.c:2437 +#: plug-ins/common/gif.c:2441 msgid "GIF save: Your comment string is too long.\n" msgstr "" @@ -3845,7 +3844,7 @@ msgstr "" msgid "Grid" msgstr "" -#: plug-ins/common/grid.c:708 plug-ins/gap/gap_mov_dialog.c:478 +#: plug-ins/common/grid.c:708 plug-ins/gap/gap_mov_dialog.c:496 msgid "Update Preview" msgstr "" @@ -4619,7 +4618,7 @@ msgid "Output LPI:" msgstr "" #. screen settings -#: plug-ins/common/newsprint.c:1287 plug-ins/gap/gap_mov_dialog.c:250 +#: plug-ins/common/newsprint.c:1287 plug-ins/gap/gap_mov_dialog.c:267 #: plug-ins/gflare/gflare.c:597 msgid "Screen" msgstr "" @@ -5150,7 +5149,7 @@ msgid "Load PostScript" msgstr "" #. Rendering -#: plug-ins/common/ps.c:2555 plug-ins/flame/flame.c:987 +#: plug-ins/common/ps.c:2555 plug-ins/flame/flame.c:994 msgid "Rendering" msgstr "" @@ -5334,43 +5333,43 @@ msgstr "" msgid "Amplitude:" msgstr "" -#: plug-ins/common/rotate.c:168 +#: plug-ins/common/rotate.c:160 msgid "/Layers/Rotate/90 degrees" msgstr "" -#: plug-ins/common/rotate.c:179 +#: plug-ins/common/rotate.c:171 msgid "/Layers/Rotate/180 degrees" msgstr "" -#: plug-ins/common/rotate.c:190 +#: plug-ins/common/rotate.c:182 msgid "/Layers/Rotate/270 degrees" msgstr "" -#: plug-ins/common/rotate.c:202 +#: plug-ins/common/rotate.c:194 msgid "/Image/Transforms/Rotate/90 degrees" msgstr "" -#: plug-ins/common/rotate.c:213 +#: plug-ins/common/rotate.c:205 msgid "/Image/Transforms/Rotate/180 degrees" msgstr "" -#: plug-ins/common/rotate.c:224 +#: plug-ins/common/rotate.c:216 msgid "/Image/Transforms/Rotate/270 degrees" msgstr "" -#: plug-ins/common/rotate.c:531 +#: plug-ins/common/rotate.c:525 msgid "You can not rotate the whole image if there's a selection." msgstr "" -#: plug-ins/common/rotate.c:537 +#: plug-ins/common/rotate.c:531 msgid "You can not rotate the whole image if there's a floating selection." msgstr "" -#: plug-ins/common/rotate.c:547 +#: plug-ins/common/rotate.c:541 msgid "Sorry, channels and masks can not be rotated." msgstr "" -#: plug-ins/common/rotate.c:553 +#: plug-ins/common/rotate.c:547 msgid "Rotating..." msgstr "" @@ -5387,7 +5386,7 @@ msgstr "Sample Colourise" #: plug-ins/dbbrowser/dbbrowser_utils.c:156 #: plug-ins/gdyntext/gdyntext_ui.c:643 plug-ins/gimpressionist/orientmap.c:633 #: plug-ins/gimpressionist/presets.c:640 plug-ins/gimpressionist/sizemap.c:492 -#: plug-ins/imagemap/imap_default_dialog.c:110 +#: plug-ins/imagemap/imap_default_dialog.c:122 msgid "Apply" msgstr "" @@ -5483,7 +5482,7 @@ msgstr "" msgid "Holdness:" msgstr "" -#: plug-ins/common/screenshot.c:150 plug-ins/winsnap/winsnap.c:1075 +#: plug-ins/common/screenshot.c:150 plug-ins/winsnap/winsnap.c:1076 msgid "/File/Acquire/Screen Shot..." msgstr "" @@ -5493,7 +5492,7 @@ msgid "Screen Shot" msgstr "" #. Action area -#: plug-ins/common/screenshot.c:393 plug-ins/winsnap/winsnap.c:902 +#: plug-ins/common/screenshot.c:393 plug-ins/winsnap/winsnap.c:903 msgid "Grab" msgstr "" @@ -5509,11 +5508,11 @@ msgstr "" msgid "Grab the Whole Screen" msgstr "" -#: plug-ins/common/screenshot.c:469 plug-ins/winsnap/winsnap.c:1010 +#: plug-ins/common/screenshot.c:469 plug-ins/winsnap/winsnap.c:1011 msgid "after" msgstr "" -#: plug-ins/common/screenshot.c:478 plug-ins/winsnap/winsnap.c:1019 +#: plug-ins/common/screenshot.c:478 plug-ins/winsnap/winsnap.c:1020 msgid "Seconds Delay" msgstr "" @@ -5838,7 +5837,7 @@ msgid "Sphere Designer" msgstr "" #: plug-ins/common/spheredesigner.c:2268 plug-ins/gimpressionist/preview.c:117 -#: plug-ins/gimpressionist/repaint.c:873 plug-ins/gimpressionist/repaint.c:875 +#: plug-ins/gimpressionist/repaint.c:874 plug-ins/gimpressionist/repaint.c:876 #: plug-ins/imagemap/imap_polygon.c:446 msgid "Update" msgstr "" @@ -6037,31 +6036,31 @@ msgstr "Threshold Alpha: Colouring Transparency..." msgid "Threshold Alpha" msgstr "" -#: plug-ins/common/tiff.c:663 +#: plug-ins/common/tiff.c:685 msgid "TIFF Channel" msgstr "" -#: plug-ins/common/tiff.c:1482 +#: plug-ins/common/tiff.c:1525 msgid "Save as TIFF" msgstr "" -#: plug-ins/common/tiff.c:1504 +#: plug-ins/common/tiff.c:1547 msgid "Compression" msgstr "" -#: plug-ins/common/tiff.c:1509 +#: plug-ins/common/tiff.c:1552 msgid "LZW" msgstr "" -#: plug-ins/common/tiff.c:1510 +#: plug-ins/common/tiff.c:1553 msgid "Pack Bits" msgstr "" -#: plug-ins/common/tiff.c:1511 +#: plug-ins/common/tiff.c:1554 msgid "Deflate" msgstr "" -#: plug-ins/common/tiff.c:1512 +#: plug-ins/common/tiff.c:1555 msgid "JPEG" msgstr "" @@ -6767,37 +6766,34 @@ msgstr "" msgid "Transferring image" msgstr "" -#: plug-ins/common/xbm.c:237 +#: plug-ins/common/xbm.c:246 msgid "Created with The GIMP" msgstr "" -#: plug-ins/common/xbm.c:670 +#: plug-ins/common/xbm.c:731 #, c-format msgid "XBM: cannot open \"%s\"\n" msgstr "" -#: plug-ins/common/xbm.c:753 +#: plug-ins/common/xbm.c:814 #, c-format msgid "XBM: cannot read header (ftell == %ld)\n" msgstr "" -#: plug-ins/common/xbm.c:759 +#: plug-ins/common/xbm.c:820 msgid "XBM: no image width specified\n" msgstr "" -#: plug-ins/common/xbm.c:765 +#: plug-ins/common/xbm.c:826 msgid "XBM: no image height specified\n" msgstr "" -#: plug-ins/common/xbm.c:771 +#: plug-ins/common/xbm.c:832 msgid "XBM: no image data type specified\n" msgstr "" -#: plug-ins/common/xbm.c:890 -msgid "XBM Warning" -msgstr "" - -#: plug-ins/common/xbm.c:911 +#. The image is not black-and-white. +#: plug-ins/common/xbm.c:965 msgid "" "The image which you are trying to save as\n" "an XBM contains more than two colors.\n" @@ -6811,38 +6807,57 @@ msgstr "" "Please convert it to a black and white\n" "(1-bit) indexed image and try again." -#: plug-ins/common/xbm.c:982 +#: plug-ins/common/xbm.c:976 +msgid "" +"You cannot save a cursor mask for an image\n" +"which has no alpha channel." +msgstr "" + +#: plug-ins/common/xbm.c:1005 #, c-format msgid "XBM: cannot create \"%s\"\n" msgstr "" -#: plug-ins/common/xbm.c:1123 +#: plug-ins/common/xbm.c:1146 msgid "Save as XBM" msgstr "" #. parameter settings -#: plug-ins/common/xbm.c:1140 +#: plug-ins/common/xbm.c:1163 msgid "XBM Options" msgstr "" #. X10 format -#: plug-ins/common/xbm.c:1151 +#: plug-ins/common/xbm.c:1174 msgid "X10 Format Bitmap" msgstr "" -#: plug-ins/common/xbm.c:1169 +#: plug-ins/common/xbm.c:1192 msgid "Identifier Prefix:" msgstr "" #. hotspot toggle -#: plug-ins/common/xbm.c:1187 +#: plug-ins/common/xbm.c:1210 msgid "Write Hot Spot Values" msgstr "" -#: plug-ins/common/xbm.c:1211 +#: plug-ins/common/xbm.c:1234 msgid "Hot Spot X:" msgstr "" +#. mask file +#: plug-ins/common/xbm.c:1248 +msgid "Mask File" +msgstr "" + +#: plug-ins/common/xbm.c:1259 +msgid "Write Extra Mask File" +msgstr "" + +#: plug-ins/common/xbm.c:1270 +msgid "Mask File Extension:" +msgstr "" + #: plug-ins/common/xpm.c:795 msgid "Save as XPM" msgstr "" @@ -7004,120 +7019,120 @@ msgstr "" msgid "Image Composing" msgstr "" -#: plug-ins/flame/flame.c:137 +#: plug-ins/flame/flame.c:144 msgid "/Filters/Render/Nature/Flame..." msgstr "" -#: plug-ins/flame/flame.c:218 +#: plug-ins/flame/flame.c:225 msgid "Drawing Flame..." msgstr "" -#: plug-ins/flame/flame.c:299 +#: plug-ins/flame/flame.c:306 msgid "Flame works only on RGB drawables." msgstr "" -#: plug-ins/flame/flame.c:415 +#: plug-ins/flame/flame.c:422 #, c-format msgid "%s: Is not a regular file" msgstr "" -#: plug-ins/flame/flame.c:619 plug-ins/flame/flame.c:965 +#: plug-ins/flame/flame.c:626 plug-ins/flame/flame.c:972 msgid "Edit Flame" msgstr "" -#: plug-ins/flame/flame.c:638 +#: plug-ins/flame/flame.c:645 msgid "Directions" msgstr "" -#: plug-ins/flame/flame.c:668 +#: plug-ins/flame/flame.c:675 msgid "Controls" msgstr "" -#: plug-ins/flame/flame.c:683 +#: plug-ins/flame/flame.c:690 msgid "Speed:" msgstr "" -#: plug-ins/flame/flame.c:699 +#: plug-ins/flame/flame.c:706 msgid "Randomize" msgstr "" -#: plug-ins/flame/flame.c:712 +#: plug-ins/flame/flame.c:719 msgid "Same" msgstr "" -#: plug-ins/flame/flame.c:713 plug-ins/gimpressionist/orientation.c:151 +#: plug-ins/flame/flame.c:720 plug-ins/gimpressionist/orientation.c:151 #: plug-ins/gimpressionist/size.c:150 msgid "Random" msgstr "" -#: plug-ins/flame/flame.c:717 +#: plug-ins/flame/flame.c:724 msgid "Swirl" msgstr "" -#: plug-ins/flame/flame.c:718 +#: plug-ins/flame/flame.c:725 msgid "Horseshoe" msgstr "" -#: plug-ins/flame/flame.c:719 plug-ins/gfig/gfig.c:3315 +#: plug-ins/flame/flame.c:726 plug-ins/gfig/gfig.c:3315 msgid "Polar" msgstr "" -#: plug-ins/flame/flame.c:720 +#: plug-ins/flame/flame.c:727 msgid "Bent" msgstr "" -#: plug-ins/flame/flame.c:726 +#: plug-ins/flame/flame.c:733 msgid "Variation:" msgstr "" -#: plug-ins/flame/flame.c:759 plug-ins/flame/flame.c:972 +#: plug-ins/flame/flame.c:766 plug-ins/flame/flame.c:979 msgid "Load Flame" msgstr "" -#: plug-ins/flame/flame.c:781 plug-ins/flame/flame.c:979 +#: plug-ins/flame/flame.c:788 plug-ins/flame/flame.c:986 msgid "Save Flame" msgstr "" -#: plug-ins/flame/flame.c:908 plug-ins/flame/flame.c:947 +#: plug-ins/flame/flame.c:915 plug-ins/flame/flame.c:954 msgid "Flame" msgstr "" -#: plug-ins/flame/flame.c:1017 plug-ins/print/gimp_color_window.c:114 +#: plug-ins/flame/flame.c:1024 plug-ins/print/gimp_color_window.c:114 msgid "Contrast:" msgstr "" -#: plug-ins/flame/flame.c:1030 plug-ins/gimpressionist/brush.c:401 +#: plug-ins/flame/flame.c:1037 plug-ins/gimpressionist/brush.c:401 #: plug-ins/print/gimp_color_window.c:198 msgid "Gamma:" msgstr "" -#: plug-ins/flame/flame.c:1043 +#: plug-ins/flame/flame.c:1050 #, fuzzy msgid "Sample Density:" msgstr "Colour Density" -#: plug-ins/flame/flame.c:1053 +#: plug-ins/flame/flame.c:1060 msgid "Spatial Oversample:" msgstr "" -#: plug-ins/flame/flame.c:1063 +#: plug-ins/flame/flame.c:1070 msgid "Spatial Filter Radius:" msgstr "" -#: plug-ins/flame/flame.c:1089 +#: plug-ins/flame/flame.c:1096 #, fuzzy msgid "Colormap:" msgstr "Colourmap" -#: plug-ins/flame/flame.c:1137 +#: plug-ins/flame/flame.c:1144 msgid "Custom Gradient" msgstr "" -#: plug-ins/flame/flame.c:1157 +#: plug-ins/flame/flame.c:1164 msgid "Camera" msgstr "" -#: plug-ins/flame/flame.c:1169 +#: plug-ins/flame/flame.c:1176 msgid "Zoom:" msgstr "" @@ -8021,7 +8036,7 @@ msgstr "" #. digits #. constrain #. lower, upper (unconstrained) -#: plug-ins/gap/gap_mod_layer.c:156 plug-ins/gap/gap_mov_dialog.c:550 +#: plug-ins/gap/gap_mod_layer.c:156 plug-ins/gap/gap_mov_dialog.c:568 #: plug-ins/gap/gap_mpege.c:259 plug-ins/gap/gap_range_ops.c:442 #: plug-ins/gap/gap_range_ops.c:601 msgid "first handled frame" @@ -8039,7 +8054,7 @@ msgstr "" #. digits #. constrain #. lower, upper (unconstrained) -#: plug-ins/gap/gap_mod_layer.c:164 plug-ins/gap/gap_mov_dialog.c:565 +#: plug-ins/gap/gap_mod_layer.c:164 plug-ins/gap/gap_mov_dialog.c:583 #: plug-ins/gap/gap_mpege.c:267 plug-ins/gap/gap_range_ops.c:450 #: plug-ins/gap/gap_range_ops.c:609 msgid "last handled frame" @@ -8128,120 +8143,120 @@ msgstr "" msgid "No selected Layer in start frame" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:247 plug-ins/gfig/gfig.c:3327 +#: plug-ins/gap/gap_mov_dialog.c:264 plug-ins/gfig/gfig.c:3327 #: plug-ins/gflare/gflare.c:594 plug-ins/gimpressionist/orientmap.c:590 msgid "Normal" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:248 +#: plug-ins/gap/gap_mov_dialog.c:265 msgid "Dissolve" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:249 +#: plug-ins/gap/gap_mov_dialog.c:266 msgid "Multiply" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:251 plug-ins/gflare/gflare.c:596 +#: plug-ins/gap/gap_mov_dialog.c:268 plug-ins/gflare/gflare.c:596 #: plug-ins/gimpressionist/paper.c:152 msgid "Overlay" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:252 +#: plug-ins/gap/gap_mov_dialog.c:269 msgid "Difference" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:253 plug-ins/gflare/gflare.c:595 +#: plug-ins/gap/gap_mov_dialog.c:270 plug-ins/gflare/gflare.c:595 msgid "Addition" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:254 plug-ins/gfig/gfig.c:3148 +#: plug-ins/gap/gap_mov_dialog.c:271 plug-ins/gfig/gfig.c:3148 msgid "Subtract" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:255 +#: plug-ins/gap/gap_mov_dialog.c:272 msgid "Darken Only" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:256 +#: plug-ins/gap/gap_mov_dialog.c:273 msgid "Lighten Only" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:267 +#: plug-ins/gap/gap_mov_dialog.c:284 msgid "Left Top" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:268 +#: plug-ins/gap/gap_mov_dialog.c:285 msgid "Left Bottom" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:269 +#: plug-ins/gap/gap_mov_dialog.c:286 msgid "Right Top" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:270 +#: plug-ins/gap/gap_mov_dialog.c:287 msgid "Right Bottom" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:279 +#: plug-ins/gap/gap_mov_dialog.c:296 msgid "Loop" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:280 +#: plug-ins/gap/gap_mov_dialog.c:297 msgid "Loop Reverse" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:281 +#: plug-ins/gap/gap_mov_dialog.c:298 msgid "Once" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:282 +#: plug-ins/gap/gap_mov_dialog.c:299 msgid "OnceReverse" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:283 +#: plug-ins/gap/gap_mov_dialog.c:300 msgid "PingPong" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:451 +#: plug-ins/gap/gap_mov_dialog.c:469 msgid "Move Path" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:485 +#: plug-ins/gap/gap_mov_dialog.c:503 msgid "" "Show PreviewFrame with Selected \n" "SrcLayer at current Controlpoint" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:489 +#: plug-ins/gap/gap_mov_dialog.c:507 msgid "Anim Preview" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:496 +#: plug-ins/gap/gap_mov_dialog.c:514 msgid "" "Generate Animated Preview\n" "as multilayer image" msgstr "" #. parameter settings -#: plug-ins/gap/gap_mov_dialog.c:509 +#: plug-ins/gap/gap_mov_dialog.c:527 msgid "Copy moving source-layer(s) into frames" msgstr "" #. the start frame scale_entry #. table col, row -#: plug-ins/gap/gap_mov_dialog.c:542 +#: plug-ins/gap/gap_mov_dialog.c:560 msgid "Start Frame:" msgstr "" #. the end frame scale_entry #. table col, row -#: plug-ins/gap/gap_mov_dialog.c:557 +#: plug-ins/gap/gap_mov_dialog.c:575 msgid "End Frame:" msgstr "" #. the Preview Frame scale_entry #. table col, row -#: plug-ins/gap/gap_mov_dialog.c:572 +#: plug-ins/gap/gap_mov_dialog.c:590 msgid "Preview Frame:" msgstr "" @@ -8253,7 +8268,7 @@ msgstr "" #. digits #. constrain #. lower, upper (unconstrained) -#: plug-ins/gap/gap_mov_dialog.c:580 +#: plug-ins/gap/gap_mov_dialog.c:598 msgid "" "frame to show when UpdPreview\n" "button is pressed" @@ -8261,7 +8276,7 @@ msgstr "" #. the Layerstack scale_entry #. table col, row -#: plug-ins/gap/gap_mov_dialog.c:588 plug-ins/gap/gap_range_ops.c:265 +#: plug-ins/gap/gap_mov_dialog.c:606 plug-ins/gap/gap_range_ops.c:265 msgid "Layerstack:" msgstr "" @@ -8273,7 +8288,7 @@ msgstr "" #. digits #. constrain #. lower, upper (unconstrained) -#: plug-ins/gap/gap_mov_dialog.c:596 +#: plug-ins/gap/gap_mov_dialog.c:614 msgid "" "How to insert SrcLayer into the\n" "Dst. Frame's Layerstack\n" @@ -8281,137 +8296,137 @@ msgid "" msgstr "" #. toggle force visibility -#: plug-ins/gap/gap_mov_dialog.c:608 +#: plug-ins/gap/gap_mov_dialog.c:626 msgid "Force visibility" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:614 +#: plug-ins/gap/gap_mov_dialog.c:632 msgid "Force visibility for all copied Src-Layers" msgstr "" #. toggle clip_to_image -#: plug-ins/gap/gap_mov_dialog.c:620 +#: plug-ins/gap/gap_mov_dialog.c:638 msgid "Clip To Frame" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:626 +#: plug-ins/gap/gap_mov_dialog.c:644 msgid "" "Clip all copied Src-Layers\n" "at Frame Boundaries" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:674 +#: plug-ins/gap/gap_mov_dialog.c:692 msgid "" "No Source Image was selected\n" "(Please open a 2nd Image of the same type before opening Move Path)" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:770 +#: plug-ins/gap/gap_mov_dialog.c:788 #, fuzzy msgid "Object on empty frames" msgstr "Colour Selection Dialog" -#: plug-ins/gap/gap_mov_dialog.c:771 +#: plug-ins/gap/gap_mov_dialog.c:789 msgid "Object on one frame" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:772 +#: plug-ins/gap/gap_mov_dialog.c:790 msgid "Exact Object on frames" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:802 +#: plug-ins/gap/gap_mov_dialog.c:820 msgid "Anim Preview Mode" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:810 +#: plug-ins/gap/gap_mov_dialog.c:828 msgid "Scale Preview" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:811 +#: plug-ins/gap/gap_mov_dialog.c:829 msgid "Scale down size of the generated animated preview (in %)" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:819 +#: plug-ins/gap/gap_mov_dialog.c:837 #, fuzzy msgid "Framerate" msgstr "Centre" -#: plug-ins/gap/gap_mov_dialog.c:820 +#: plug-ins/gap/gap_mov_dialog.c:838 msgid "Framerate to use in the animated preview in frames/sec" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:834 +#: plug-ins/gap/gap_mov_dialog.c:852 msgid "Copy to Video Buffer" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:835 +#: plug-ins/gap/gap_mov_dialog.c:853 msgid "" "Save all single frames of animated preview to video buffer\n" "(configured in gimprc by video-paste-dir and video-paste-basename)" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:840 +#: plug-ins/gap/gap_mov_dialog.c:858 msgid "Move Path Animated Preview" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:886 +#: plug-ins/gap/gap_mov_dialog.c:904 msgid "Generate Animated Preview failed\n" msgstr "" #. filesel is already open -#: plug-ins/gap/gap_mov_dialog.c:1098 +#: plug-ins/gap/gap_mov_dialog.c:1343 msgid "Load Path Points from file" msgstr "" #. filesel is already open -#: plug-ins/gap/gap_mov_dialog.c:1134 +#: plug-ins/gap/gap_mov_dialog.c:1379 msgid "Save Path Points to file" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:1479 +#: plug-ins/gap/gap_mov_dialog.c:1724 #, c-format msgid "Current Point: [ %3d ] of [ %3d ]" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:1670 +#: plug-ins/gap/gap_mov_dialog.c:1915 msgid "Source Select" msgstr "" #. Source Layer menu -#: plug-ins/gap/gap_mov_dialog.c:1687 +#: plug-ins/gap/gap_mov_dialog.c:1932 msgid "Source Image/Layer:" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:1697 +#: plug-ins/gap/gap_mov_dialog.c:1942 msgid "Source Object to insert into Frame Range" msgstr "" #. Paintmode menu -#: plug-ins/gap/gap_mov_dialog.c:1712 +#: plug-ins/gap/gap_mov_dialog.c:1957 msgid "Mode:" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:1721 +#: plug-ins/gap/gap_mov_dialog.c:1966 msgid "Paintmode" msgstr "" #. Loop Stepmode menu -#: plug-ins/gap/gap_mov_dialog.c:1736 +#: plug-ins/gap/gap_mov_dialog.c:1981 msgid "Stepmode:" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:1754 +#: plug-ins/gap/gap_mov_dialog.c:1999 msgid "" "How to fetch the next SrcLayer \n" "at the next handled frame" msgstr "" #. Source Image Handle menu -#: plug-ins/gap/gap_mov_dialog.c:1760 +#: plug-ins/gap/gap_mov_dialog.c:2005 msgid "Handle:" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:1778 +#: plug-ins/gap/gap_mov_dialog.c:2023 msgid "" "How to place the SrcLayer at \n" "Controlpoint Coordinates" @@ -8419,18 +8434,18 @@ msgstr "" #. to avoid side effects while initialization #. the frame -#: plug-ins/gap/gap_mov_dialog.c:1832 +#: plug-ins/gap/gap_mov_dialog.c:2077 msgid "Move Path Preview" msgstr "" #. lower, upper (unconstrained) -#: plug-ins/gap/gap_mov_dialog.c:1864 +#: plug-ins/gap/gap_mov_dialog.c:2109 #, fuzzy msgid "X Coordinate" msgstr "Colouring" #. lower, upper (unconstrained) -#: plug-ins/gap/gap_mov_dialog.c:1882 +#: plug-ins/gap/gap_mov_dialog.c:2127 #, fuzzy msgid "Y Coordinate" msgstr "Colouring" @@ -8443,7 +8458,7 @@ msgstr "Colouring" #. digits #. constrain #. lower, upper (unconstrained) -#: plug-ins/gap/gap_mov_dialog.c:1899 +#: plug-ins/gap/gap_mov_dialog.c:2144 msgid "Scale Source Layer's Width in percent" msgstr "" @@ -8455,7 +8470,7 @@ msgstr "" #. digits #. constrain #. lower, upper (unconstrained) -#: plug-ins/gap/gap_mov_dialog.c:1916 +#: plug-ins/gap/gap_mov_dialog.c:2161 msgid "" "Scale SrcLayer's Height\n" "in percent" @@ -8469,7 +8484,7 @@ msgstr "" #. digits #. constrain #. lower, upper (unconstrained) -#: plug-ins/gap/gap_mov_dialog.c:1933 +#: plug-ins/gap/gap_mov_dialog.c:2178 msgid "" "SrcLayer's Opacity\n" "in percent" @@ -8477,7 +8492,7 @@ msgstr "" #. Rotation #. table col, row -#: plug-ins/gap/gap_mov_dialog.c:1942 +#: plug-ins/gap/gap_mov_dialog.c:2187 msgid "Rotate:" msgstr "" @@ -8489,13 +8504,13 @@ msgstr "" #. digits #. constrain #. lower, upper (unconstrained) -#: plug-ins/gap/gap_mov_dialog.c:1950 +#: plug-ins/gap/gap_mov_dialog.c:2195 msgid "Rotate SrcLayer (in degree)" msgstr "" #. Keyframe #. table col, row -#: plug-ins/gap/gap_mov_dialog.c:1961 +#: plug-ins/gap/gap_mov_dialog.c:2206 msgid "Keyframe:" msgstr "" @@ -8507,133 +8522,152 @@ msgstr "" #. digits #. constrain #. lower, upper (unconstrained) -#: plug-ins/gap/gap_mov_dialog.c:1969 +#: plug-ins/gap/gap_mov_dialog.c:2214 msgid "" "Fix Controlpoint to Keyframe number\n" "(0 == No Keyframe)" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:2044 +#: plug-ins/gap/gap_mov_dialog.c:2289 msgid "Add Point" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:2052 +#: plug-ins/gap/gap_mov_dialog.c:2297 msgid "" "Add Controlpoint at end \n" "(the last Point is duplicated)" msgstr "" #. toggle clip_to_image -#: plug-ins/gap/gap_mov_dialog.c:2057 +#: plug-ins/gap/gap_mov_dialog.c:2302 msgid "Show Path" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:2063 +#: plug-ins/gap/gap_mov_dialog.c:2308 msgid "" "Show Path Lines and enable\n" "pick/drag with left button\n" "or move with right button" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:2073 +#: plug-ins/gap/gap_mov_dialog.c:2318 #: plug-ins/imagemap/imap_cmd_insert_point.c:57 #: plug-ins/imagemap/imap_polygon.c:683 msgid "Insert Point" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:2081 +#: plug-ins/gap/gap_mov_dialog.c:2326 msgid "" "Insert Controlpoint \n" "(the current Point is duplicated)" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:2085 +#: plug-ins/gap/gap_mov_dialog.c:2330 #: plug-ins/imagemap/imap_cmd_delete_point.c:57 #: plug-ins/imagemap/imap_polygon.c:669 msgid "Delete Point" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:2093 +#: plug-ins/gap/gap_mov_dialog.c:2338 msgid "Delete current Controlpoint" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:2099 +#: plug-ins/gap/gap_mov_dialog.c:2344 msgid "Prev Point" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:2107 +#: plug-ins/gap/gap_mov_dialog.c:2352 msgid "Show Previous Controlpoint" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:2111 +#: plug-ins/gap/gap_mov_dialog.c:2356 msgid "Next Point" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:2119 +#: plug-ins/gap/gap_mov_dialog.c:2364 msgid "Show Next Controlpoint" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:2125 +#: plug-ins/gap/gap_mov_dialog.c:2370 #, fuzzy msgid "First Point" msgstr "First Colour" -#: plug-ins/gap/gap_mov_dialog.c:2133 +#: plug-ins/gap/gap_mov_dialog.c:2378 msgid "Show First Controlpoint" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:2137 +#: plug-ins/gap/gap_mov_dialog.c:2382 msgid "Last Point" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:2145 +#: plug-ins/gap/gap_mov_dialog.c:2390 msgid "Show Last Controlpoint" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:2151 +#: plug-ins/gap/gap_mov_dialog.c:2396 msgid "Clear Point" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:2159 +#: plug-ins/gap/gap_mov_dialog.c:2404 msgid "" "Reset the current Controlpoint\n" "to default Values" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:2163 -msgid "Reset Points" +#: plug-ins/gap/gap_mov_dialog.c:2408 +msgid "Clear All Points" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:2171 +#: plug-ins/gap/gap_mov_dialog.c:2416 msgid "" -"Reset Controlpoints \n" -"to one Defaultpoint" +"Reset all Controlpoints to default Values\n" +"but dont change the path (X/Y Values)" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:2177 +#: plug-ins/gap/gap_mov_dialog.c:2423 +msgid "Rotate Follow" +msgstr "" + +#: plug-ins/gap/gap_mov_dialog.c:2434 +msgid "" +"Set Rotation for all Controlpoints\n" +"to follow the shape of the path.\n" +"(Shift: use Rotation of contolpoint 1 as offset)" +msgstr "" + +#: plug-ins/gap/gap_mov_dialog.c:2441 +msgid "Delete All Points" +msgstr "" + +#: plug-ins/gap/gap_mov_dialog.c:2449 +msgid "Delete all Controlpoints" +msgstr "" + +#: plug-ins/gap/gap_mov_dialog.c:2456 msgid "Load Points" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:2185 +#: plug-ins/gap/gap_mov_dialog.c:2464 msgid "Load Controlpoints from file" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:2189 +#: plug-ins/gap/gap_mov_dialog.c:2468 msgid "Save Points" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:2197 +#: plug-ins/gap/gap_mov_dialog.c:2476 msgid "Save Controlpoints to file" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:2668 +#: plug-ins/gap/gap_mov_dialog.c:2947 #, c-format msgid "" "\n" "Error: Keyframe %d at point [%d] higher or equal than last handled frame" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:2676 +#: plug-ins/gap/gap_mov_dialog.c:2955 #, c-format msgid "" "\n" @@ -8641,21 +8675,21 @@ msgid "" "for the previous controlpoints" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:2686 +#: plug-ins/gap/gap_mov_dialog.c:2965 #, c-format msgid "" "\n" "Error: Keyframe %d is not in sequence at point [%d]" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:2704 +#: plug-ins/gap/gap_mov_dialog.c:2983 #, c-format msgid "" "\n" "Error: controlpoint [%d] is out of handled framerange" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:2718 +#: plug-ins/gap/gap_mov_dialog.c:2997 #, c-format msgid "" "\n" @@ -8663,35 +8697,35 @@ msgid "" "please reduce controlpoints or select more frames" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:2731 +#: plug-ins/gap/gap_mov_dialog.c:3010 msgid "" "Cant operate with current Controlpoint\n" "or Keyframe settings" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:2738 +#: plug-ins/gap/gap_mov_dialog.c:3017 msgid "Reset Keyframes" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:2743 +#: plug-ins/gap/gap_mov_dialog.c:3022 msgid "Move Path Controlpointcheck" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:2744 +#: plug-ins/gap/gap_mov_dialog.c:3023 msgid "Errors:" msgstr "" -#: plug-ins/gap/gap_mov_exec.c:337 +#: plug-ins/gap/gap_mov_exec.c:339 msgid "" "No Source Image was selected.\n" "Please open a 2nd Image of the same type before opening Move Path." msgstr "" -#: plug-ins/gap/gap_mov_exec.c:348 +#: plug-ins/gap/gap_mov_exec.c:350 msgid "Copying Layers into Frames..." msgstr "" -#: plug-ins/gap/gap_mov_exec.c:352 +#: plug-ins/gap/gap_mov_exec.c:354 msgid "Generating Animated Preview..." msgstr "" @@ -9567,18 +9601,12 @@ msgstr "" msgid "/Filters/Render/Dynamic Text..." msgstr "" -#: plug-ins/gdyntext/gdyntext.c:307 -msgid "" -"Current layer isn't a GDynText layer or it has no alpha channel.\n" -" Forcing new layer creation.\n" -msgstr "" - -#: plug-ins/gdyntext/gdyntext.c:354 +#: plug-ins/gdyntext/gdyntext.c:351 #, c-format msgid "Upgrading old GDynText layer to %s\n" msgstr "" -#: plug-ins/gdyntext/gdyntext.c:358 +#: plug-ins/gdyntext/gdyntext.c:355 #, c-format msgid "" "WARNING: GDynText is too old!\n" @@ -9588,15 +9616,15 @@ msgid "" msgstr "" #. remove old layer name -#: plug-ins/gdyntext/gdyntext.c:397 +#: plug-ins/gdyntext/gdyntext.c:394 msgid "GDynText Layer " msgstr "" -#: plug-ins/gdyntext/gdyntext.c:434 +#: plug-ins/gdyntext/gdyntext.c:431 msgid "GIMP Dynamic Text" msgstr "" -#: plug-ins/gdyntext/gdyntext.c:536 +#: plug-ins/gdyntext/gdyntext.c:533 msgid "GDynText Layer" msgstr "" @@ -11464,7 +11492,7 @@ msgstr "" msgid "Unselect All" msgstr "" -#: plug-ins/imagemap/imap_default_dialog.c:124 +#: plug-ins/imagemap/imap_default_dialog.c:136 msgid "Help..." msgstr "" @@ -11543,11 +11571,11 @@ msgstr "" msgid "JavaScript" msgstr "" -#: plug-ins/imagemap/imap_edit_area_info.c:416 +#: plug-ins/imagemap/imap_edit_area_info.c:425 msgid "Area Settings" msgstr "" -#: plug-ins/imagemap/imap_edit_area_info.c:459 +#: plug-ins/imagemap/imap_edit_area_info.c:469 #, c-format msgid "Area #%d Settings" msgstr "" @@ -11992,12 +12020,12 @@ msgid "" msgstr "" #. open URL for help -#: plug-ins/maze/maze_face.c:588 +#: plug-ins/maze/maze_face.c:596 #, c-format msgid "Opening %s" msgstr "" -#: plug-ins/maze/maze_face.c:599 +#: plug-ins/maze/maze_face.c:607 #, c-format msgid "See %s" msgstr "" @@ -12498,32 +12526,33 @@ msgstr "" msgid "Misc" msgstr "" -#: plug-ins/sel2path/sel2path.c:160 +#: plug-ins/sel2path/sel2path.c:162 msgid "/Select/To Path" msgstr "" -#: plug-ins/sel2path/sel2path.c:205 +#: plug-ins/sel2path/sel2path.c:209 msgid "No selection to convert" msgstr "" -#: plug-ins/sel2path/sel2path.c:362 -msgid "Default Values" -msgstr "" +#: plug-ins/sel2path/sel2path.c:333 +#, fuzzy +msgid "Sel2Path Advanced Settings" +msgstr "can't read colour entries" -#: plug-ins/sel2path/sel2path.c:551 +#: plug-ins/sel2path/sel2path.c:542 #, c-format msgid "print_spline: strange degree (%d)" msgstr "" -#: plug-ins/sel2path/sel2path.c:559 +#: plug-ins/sel2path/sel2path.c:551 msgid "selection_to_path" msgstr "" -#: plug-ins/sel2path/sel2path.c:585 +#: plug-ins/sel2path/sel2path.c:579 msgid "gimp_image_get_selection failed" msgstr "" -#: plug-ins/sel2path/sel2path.c:593 +#: plug-ins/sel2path/sel2path.c:587 msgid "Internal error. Selection bpp > 1" msgstr "" @@ -12705,19 +12734,19 @@ msgstr "" msgid "Current" msgstr "" -#: plug-ins/winsnap/winsnap.c:945 +#: plug-ins/winsnap/winsnap.c:946 msgid "Grab a single window" msgstr "" -#: plug-ins/winsnap/winsnap.c:956 +#: plug-ins/winsnap/winsnap.c:957 msgid "Include decorations" msgstr "" -#: plug-ins/winsnap/winsnap.c:992 +#: plug-ins/winsnap/winsnap.c:993 msgid "Grab the whole screen" msgstr "" -#: plug-ins/winsnap/winsnap.c:1221 +#: plug-ins/winsnap/winsnap.c:1222 msgid "No data captured" msgstr "" diff --git a/po-plug-ins/es.po b/po-plug-ins/es.po index e1892250cc..5a2c9983a5 100644 --- a/po-plug-ins/es.po +++ b/po-plug-ins/es.po @@ -19,7 +19,7 @@ msgid "" msgstr "" "Project-Id-Version: GIMP 1.1.20\n" -"POT-Creation-Date: 2000-05-26 23:52-0700\n" +"POT-Creation-Date: 2000-06-18 19:40-0700\n" "PO-Revision-Date: 2000-04-23 13:01+02:00\n" "Last-Translator: Rodrigo Sancho Senosiain \n" "Language-Team: Spanish \n" @@ -59,7 +59,7 @@ msgstr "Acerca" #: plug-ins/Lighting/lighting_ui.c:1076 plug-ins/MapObject/mapobject_ui.c:1383 #: plug-ins/bmp/bmpwrite.c:564 plug-ins/common/CML_explorer.c:1174 #: plug-ins/common/CML_explorer.c:1932 plug-ins/common/CML_explorer.c:2252 -#: plug-ins/common/aa.c:346 plug-ins/common/align_layers.c:425 +#: plug-ins/common/aa.c:344 plug-ins/common/align_layers.c:425 #: plug-ins/common/apply_lens.c:392 plug-ins/common/blinds.c:323 #: plug-ins/common/blur.c:613 plug-ins/common/borderaverage.c:393 #: plug-ins/common/bumpmap.c:848 plug-ins/common/checkerboard.c:349 @@ -76,8 +76,8 @@ msgstr "Acerca" #: plug-ins/common/fractaltrace.c:725 plug-ins/common/gauss_iir.c:365 #: plug-ins/common/gauss_iir.c:448 plug-ins/common/gauss_rle.c:360 #: plug-ins/common/gauss_rle.c:443 plug-ins/common/gbr.c:456 -#: plug-ins/common/gicon.c:441 plug-ins/common/gif.c:1141 -#: plug-ins/common/gif.c:1212 plug-ins/common/glasstile.c:259 +#: plug-ins/common/gicon.c:441 plug-ins/common/gif.c:1144 +#: plug-ins/common/gif.c:1215 plug-ins/common/glasstile.c:259 #: plug-ins/common/gpb.c:269 plug-ins/common/gqbist.c:640 #: plug-ins/common/grid.c:658 plug-ins/common/gtm.c:375 #: plug-ins/common/hot.c:589 plug-ins/common/illusion.c:560 @@ -100,18 +100,18 @@ msgstr "Acerca" #: plug-ins/common/sparkle.c:349 plug-ins/common/spheredesigner.c:2232 #: plug-ins/common/spread.c:382 plug-ins/common/sunras.c:1577 #: plug-ins/common/tga.c:1448 plug-ins/common/threshold_alpha.c:268 -#: plug-ins/common/tiff.c:1487 plug-ins/common/tile.c:398 +#: plug-ins/common/tiff.c:1530 plug-ins/common/tile.c:398 #: plug-ins/common/tileit.c:386 plug-ins/common/uniteditor.c:172 #: plug-ins/common/unsharp.c:786 plug-ins/common/video.c:2155 #: plug-ins/common/vpropagate.c:934 plug-ins/common/warp.c:437 #: plug-ins/common/waves.c:349 plug-ins/common/whirlpinch.c:808 #: plug-ins/common/wind.c:1007 plug-ins/common/wmf.c:931 -#: plug-ins/common/xbm.c:1128 plug-ins/common/xpm.c:800 -#: plug-ins/fits/fits.c:987 plug-ins/flame/flame.c:624 -#: plug-ins/flame/flame.c:913 plug-ins/fp/fp_gtk.c:895 +#: plug-ins/common/xbm.c:1151 plug-ins/common/xpm.c:800 +#: plug-ins/fits/fits.c:987 plug-ins/flame/flame.c:631 +#: plug-ins/flame/flame.c:920 plug-ins/fp/fp_gtk.c:895 #: plug-ins/gap/gap_arr_dialog.c:768 plug-ins/gap/gap_arr_dialog.c:1010 #: plug-ins/gap/gap_decode_xanim.c:177 plug-ins/gap/gap_lib.c:221 -#: plug-ins/gap/gap_mod_layer.c:145 plug-ins/gap/gap_mov_dialog.c:469 +#: plug-ins/gap/gap_mod_layer.c:145 plug-ins/gap/gap_mov_dialog.c:487 #: plug-ins/gap/gap_mpege.c:191 plug-ins/gap/gap_resi_dialog.c:149 #: plug-ins/gdyntext/gdyntext_ui.c:201 plug-ins/gdyntext/gdyntext_ui.c:621 #: plug-ins/gfig/gfig.c:4088 plug-ins/gfig/gfig.c:4433 @@ -123,10 +123,10 @@ msgstr "Acerca" #: plug-ins/gimpressionist/orientmap.c:626 #: plug-ins/gimpressionist/presets.c:392 plug-ins/gimpressionist/sizemap.c:485 #: plug-ins/ifscompose/ifscompose.c:781 -#: plug-ins/imagemap/imap_default_dialog.c:102 plug-ins/maze/maze_face.c:191 +#: plug-ins/imagemap/imap_default_dialog.c:114 plug-ins/maze/maze_face.c:191 #: plug-ins/mosaic/mosaic.c:531 plug-ins/pagecurl/pagecurl.c:518 #: plug-ins/print/gimp_main_window.c:597 plug-ins/rcm/rcm_dialog.c:727 -#: plug-ins/sel2path/sel2path.c:345 plug-ins/sgi/sgi.c:640 +#: plug-ins/sel2path/sel2path.c:338 plug-ins/sgi/sgi.c:640 #: plug-ins/sinus/sinus.c:746 plug-ins/struc/struc.c:255 #: plug-ins/webbrowser/webbrowser.c:281 plug-ins/xjt/xjt.c:793 msgid "OK" @@ -140,7 +140,7 @@ msgstr "Aceptar" #: plug-ins/FractalExplorer/FractalExplorer.c:1478 #: plug-ins/Lighting/lighting_ui.c:1078 plug-ins/MapObject/mapobject_ui.c:1385 #: plug-ins/bmp/bmpwrite.c:566 plug-ins/common/CML_explorer.c:1176 -#: plug-ins/common/CML_explorer.c:2254 plug-ins/common/aa.c:348 +#: plug-ins/common/CML_explorer.c:2254 plug-ins/common/aa.c:346 #: plug-ins/common/align_layers.c:427 plug-ins/common/apply_lens.c:394 #: plug-ins/common/blinds.c:325 plug-ins/common/blur.c:615 #: plug-ins/common/borderaverage.c:395 plug-ins/common/bumpmap.c:850 @@ -158,7 +158,7 @@ msgstr "Aceptar" #: plug-ins/common/gauss_iir.c:367 plug-ins/common/gauss_iir.c:450 #: plug-ins/common/gauss_rle.c:362 plug-ins/common/gauss_rle.c:445 #: plug-ins/common/gbr.c:458 plug-ins/common/gicon.c:443 -#: plug-ins/common/gif.c:1143 plug-ins/common/gif.c:1214 +#: plug-ins/common/gif.c:1146 plug-ins/common/gif.c:1217 #: plug-ins/common/glasstile.c:261 plug-ins/common/gpb.c:271 #: plug-ins/common/gqbist.c:642 plug-ins/common/grid.c:660 #: plug-ins/common/gtm.c:377 plug-ins/common/hot.c:591 @@ -182,22 +182,21 @@ msgstr "Aceptar" #: plug-ins/common/sparkle.c:351 plug-ins/common/spheredesigner.c:2236 #: plug-ins/common/spread.c:384 plug-ins/common/sunras.c:1579 #: plug-ins/common/tga.c:1450 plug-ins/common/threshold_alpha.c:270 -#: plug-ins/common/tiff.c:1489 plug-ins/common/tile.c:400 +#: plug-ins/common/tiff.c:1532 plug-ins/common/tile.c:400 #: plug-ins/common/tileit.c:388 plug-ins/common/uniteditor.c:174 #: plug-ins/common/unsharp.c:788 plug-ins/common/video.c:2157 #: plug-ins/common/vpropagate.c:936 plug-ins/common/warp.c:439 #: plug-ins/common/waves.c:351 plug-ins/common/whirlpinch.c:810 #: plug-ins/common/wind.c:1009 plug-ins/common/wmf.c:933 -#: plug-ins/common/xbm.c:895 plug-ins/common/xbm.c:1130 -#: plug-ins/common/xpm.c:802 plug-ins/fits/fits.c:989 -#: plug-ins/flame/flame.c:626 plug-ins/flame/flame.c:915 -#: plug-ins/fp/fp_gtk.c:899 plug-ins/gap/gap_arr_dialog.c:1012 -#: plug-ins/gap/gap_dbbrowser_utils.c:211 +#: plug-ins/common/xbm.c:1153 plug-ins/common/xpm.c:802 +#: plug-ins/fits/fits.c:989 plug-ins/flame/flame.c:633 +#: plug-ins/flame/flame.c:922 plug-ins/fp/fp_gtk.c:899 +#: plug-ins/gap/gap_arr_dialog.c:1012 plug-ins/gap/gap_dbbrowser_utils.c:211 #: plug-ins/gap/gap_decode_mpeg_main.c:336 plug-ins/gap/gap_decode_xanim.c:175 #: plug-ins/gap/gap_decode_xanim.c:340 plug-ins/gap/gap_filter_foreach.c:132 #: plug-ins/gap/gap_lib.c:1018 plug-ins/gap/gap_mod_layer.c:147 -#: plug-ins/gap/gap_mod_layer.c:261 plug-ins/gap/gap_mov_dialog.c:500 -#: plug-ins/gap/gap_mov_dialog.c:2740 plug-ins/gap/gap_mpege.c:189 +#: plug-ins/gap/gap_mod_layer.c:261 plug-ins/gap/gap_mov_dialog.c:518 +#: plug-ins/gap/gap_mov_dialog.c:3019 plug-ins/gap/gap_mpege.c:189 #: plug-ins/gap/gap_mpege.c:240 plug-ins/gap/gap_range_ops.c:1204 #: plug-ins/gap/gap_resi_dialog.c:158 plug-ins/gfig/gfig.c:3941 #: plug-ins/gfig/gfig.c:4088 plug-ins/gfig/gfig.c:4435 @@ -208,13 +207,13 @@ msgstr "Aceptar" #: plug-ins/gimpressionist/orientmap.c:640 #: plug-ins/gimpressionist/presets.c:400 plug-ins/gimpressionist/sizemap.c:499 #: plug-ins/ifscompose/ifscompose.c:789 -#: plug-ins/imagemap/imap_default_dialog.c:117 plug-ins/maze/maze_face.c:195 +#: plug-ins/imagemap/imap_default_dialog.c:129 plug-ins/maze/maze_face.c:195 #: plug-ins/mosaic/mosaic.c:533 plug-ins/pagecurl/pagecurl.c:520 #: plug-ins/print/gimp_main_window.c:212 plug-ins/print/gimp_main_window.c:599 -#: plug-ins/rcm/rcm_dialog.c:729 plug-ins/sel2path/sel2path.c:354 +#: plug-ins/rcm/rcm_dialog.c:729 plug-ins/sel2path/sel2path.c:344 #: plug-ins/sgi/sgi.c:642 plug-ins/sinus/sinus.c:748 #: plug-ins/struc/struc.c:257 plug-ins/webbrowser/webbrowser.c:283 -#: plug-ins/winsnap/winsnap.c:912 plug-ins/xjt/xjt.c:795 +#: plug-ins/winsnap/winsnap.c:913 plug-ins/xjt/xjt.c:795 msgid "Cancel" msgstr "Cancelar" @@ -287,8 +286,8 @@ msgstr "Coseno" #: plug-ins/FractalExplorer/Dialogs.c:803 plug-ins/common/CML_explorer.c:167 #: plug-ins/common/align_layers.c:452 plug-ins/common/align_layers.c:485 #: plug-ins/common/ps.c:2640 plug-ins/common/ps.c:2653 -#: plug-ins/common/psp.c:445 plug-ins/common/tiff.c:1508 -#: plug-ins/fits/fits.c:1032 plug-ins/gap/gap_mov_dialog.c:284 +#: plug-ins/common/psp.c:445 plug-ins/common/tiff.c:1551 +#: plug-ins/fits/fits.c:1032 plug-ins/gap/gap_mov_dialog.c:301 msgid "None" msgstr "Ninguno" @@ -468,7 +467,7 @@ msgstr "" #: plug-ins/common/sharpen.c:550 plug-ins/common/spheredesigner.c:2254 #: plug-ins/common/tileit.c:407 plug-ins/common/waves.c:576 #: plug-ins/common/whirlpinch.c:826 plug-ins/common/wind.c:1026 -#: plug-ins/flame/flame.c:933 plug-ins/gfig/gfig.c:3964 +#: plug-ins/flame/flame.c:940 plug-ins/gfig/gfig.c:3964 #: plug-ins/gflare/gflare.c:2492 plug-ins/gflare/gflare.c:3500 #: plug-ins/gimpressionist/orientmap.c:502 #: plug-ins/gimpressionist/preview.c:106 plug-ins/gimpressionist/sizemap.c:402 @@ -615,7 +614,7 @@ msgstr "" #: plug-ins/common/sample_colorize.c:1371 #: plug-ins/common/spheredesigner.c:2234 plug-ins/common/tileit.c:467 #: plug-ins/fp/fp_gtk.c:897 plug-ins/gimpressionist/preview.c:124 -#: plug-ins/ifscompose/ifscompose.c:787 +#: plug-ins/ifscompose/ifscompose.c:787 plug-ins/sel2path/sel2path.c:341 msgid "Reset" msgstr "Reset" @@ -1088,8 +1087,8 @@ msgstr "" #: plug-ins/MapObject/mapobject_ui.c:1040 #: plug-ins/MapObject/mapobject_ui.c:1084 plug-ins/common/flarefx.c:785 #: plug-ins/common/nova.c:609 plug-ins/common/papertile.c:285 -#: plug-ins/flame/flame.c:1182 plug-ins/flame/flame.c:1195 -#: plug-ins/gap/gap_mov_dialog.c:1855 plug-ins/gflare/gflare.c:2874 +#: plug-ins/flame/flame.c:1189 plug-ins/flame/flame.c:1202 +#: plug-ins/gap/gap_mov_dialog.c:2100 plug-ins/gflare/gflare.c:2874 #: plug-ins/ifscompose/ifscompose.c:513 msgid "X:" msgstr "X:" @@ -1106,7 +1105,7 @@ msgstr "" #: plug-ins/MapObject/mapobject_ui.c:1093 #: plug-ins/MapObject/mapobject_ui.c:1189 plug-ins/common/flarefx.c:803 #: plug-ins/common/nova.c:627 plug-ins/common/papertile.c:294 -#: plug-ins/common/xbm.c:1221 plug-ins/gap/gap_mov_dialog.c:1873 +#: plug-ins/common/xbm.c:1244 plug-ins/gap/gap_mov_dialog.c:2118 #: plug-ins/gflare/gflare.c:2878 plug-ins/ifscompose/ifscompose.c:527 msgid "Y:" msgstr "Y:" @@ -1199,7 +1198,7 @@ msgid "Bumpmap Image:" msgstr "" #: plug-ins/Lighting/lighting_ui.c:919 plug-ins/common/mblur.c:784 -#: plug-ins/flame/flame.c:714 plug-ins/sinus/sinus.c:1032 +#: plug-ins/flame/flame.c:721 plug-ins/sinus/sinus.c:1032 msgid "Linear" msgstr "Lineal" @@ -1207,11 +1206,11 @@ msgstr "Lineal" msgid "Logarithmic" msgstr "" -#: plug-ins/Lighting/lighting_ui.c:921 plug-ins/flame/flame.c:715 +#: plug-ins/Lighting/lighting_ui.c:921 plug-ins/flame/flame.c:722 msgid "Sinusoidal" msgstr "Senoidal" -#: plug-ins/Lighting/lighting_ui.c:922 plug-ins/flame/flame.c:716 +#: plug-ins/Lighting/lighting_ui.c:922 plug-ins/flame/flame.c:723 msgid "Spherical" msgstr "" @@ -1242,7 +1241,7 @@ msgstr "" #. Options section #: plug-ins/Lighting/lighting_ui.c:1014 plug-ins/MapObject/mapobject_ui.c:1314 #: plug-ins/common/lic.c:1037 plug-ins/common/ripple.c:604 -#: plug-ins/gap/gap_mov_dialog.c:841 plug-ins/gfig/gfig.c:4018 +#: plug-ins/gap/gap_mov_dialog.c:859 plug-ins/gfig/gfig.c:4018 msgid "Options" msgstr "" @@ -1455,8 +1454,8 @@ msgstr "" #: plug-ins/common/pix.c:326 plug-ins/common/png.c:415 #: plug-ins/common/png.c:417 plug-ins/common/pnm.c:414 #: plug-ins/common/psd.c:1713 plug-ins/common/sunras.c:441 -#: plug-ins/common/tga.c:429 plug-ins/common/tiff.c:443 -#: plug-ins/common/xbm.c:674 plug-ins/common/xpm.c:334 +#: plug-ins/common/tga.c:429 plug-ins/common/tiff.c:450 +#: plug-ins/common/xbm.c:735 plug-ins/common/xpm.c:334 #: plug-ins/common/xwd.c:430 plug-ins/faxg3/faxg3.c:196 #: plug-ins/gfli/gfli.c:471 plug-ins/sgi/sgi.c:330 plug-ins/sgi/sgi.c:332 #: plug-ins/xjt/xjt.c:3246 @@ -1500,12 +1499,12 @@ msgstr "" #: plug-ins/common/png.c:576 plug-ins/common/pnm.c:502 #: plug-ins/common/psd.c:2094 plug-ins/common/smooth_palette.c:240 #: plug-ins/common/sunras.c:919 plug-ins/common/tga.c:1014 -#: plug-ins/common/tiff.c:654 plug-ins/common/tile.c:269 +#: plug-ins/common/tiff.c:676 plug-ins/common/tile.c:269 #: plug-ins/common/winclipboard.c:515 plug-ins/common/wmf.c:2350 -#: plug-ins/common/xbm.c:812 plug-ins/faxg3/faxg3.c:448 +#: plug-ins/common/xbm.c:873 plug-ins/faxg3/faxg3.c:448 #: plug-ins/fits/fits.c:521 plug-ins/gfig/gfig.c:2867 #: plug-ins/gfig/gfig.c:3195 plug-ins/sgi/sgi.c:378 plug-ins/twain/twain.c:722 -#: plug-ins/winsnap/winsnap.c:1234 +#: plug-ins/winsnap/winsnap.c:1235 msgid "Background" msgstr "Fondo" @@ -1520,7 +1519,7 @@ msgstr "" #. init the progress meter #: plug-ins/bmp/bmpwrite.c:179 plug-ins/common/CEL.c:510 -#: plug-ins/common/gbr.c:387 plug-ins/common/gif.c:937 +#: plug-ins/common/gbr.c:387 plug-ins/common/gif.c:940 #: plug-ins/common/gpb.c:768 plug-ins/common/gpb.c:808 #: plug-ins/common/gtm.c:247 plug-ins/common/hrz.c:476 #: plug-ins/common/jpeg.c:1196 plug-ins/common/pat.c:343 @@ -1528,7 +1527,7 @@ msgstr "" #: plug-ins/common/png.c:756 plug-ins/common/png.c:758 #: plug-ins/common/pnm.c:786 plug-ins/common/ps.c:999 #: plug-ins/common/sunras.c:524 plug-ins/common/tga.c:1196 -#: plug-ins/common/tiff.c:1260 plug-ins/common/xbm.c:960 +#: plug-ins/common/tiff.c:1282 plug-ins/common/xbm.c:983 #: plug-ins/common/xpm.c:653 plug-ins/common/xwd.c:534 #: plug-ins/fits/fits.c:472 plug-ins/gfli/gfli.c:691 plug-ins/sgi/sgi.c:548 #: plug-ins/sgi/sgi.c:550 plug-ins/xjt/xjt.c:1628 @@ -1773,7 +1772,7 @@ msgstr "" #: plug-ins/common/CML_explorer.c:299 plug-ins/common/CML_explorer.c:1280 #: plug-ins/common/decompose.c:122 plug-ins/common/lic.c:1058 #: plug-ins/fp/fp_gtk.c:281 plug-ins/fp/fp_gtk.c:413 -#: plug-ins/gap/gap_mov_dialog.c:257 plug-ins/gimpressionist/orientation.c:188 +#: plug-ins/gap/gap_mov_dialog.c:274 plug-ins/gimpressionist/orientation.c:188 #: plug-ins/gimpressionist/size.c:186 msgid "Hue" msgstr "Tono" @@ -1781,13 +1780,13 @@ msgstr "Tono" #: plug-ins/common/CML_explorer.c:300 plug-ins/common/CML_explorer.c:1285 #: plug-ins/common/decompose.c:123 plug-ins/common/lic.c:1059 #: plug-ins/fp/fp_gtk.c:285 plug-ins/fp/fp_gtk.c:417 plug-ins/fp/fp_gtk.c:481 -#: plug-ins/gap/gap_mov_dialog.c:258 plug-ins/rcm/rcm_dialog.c:509 +#: plug-ins/gap/gap_mov_dialog.c:275 plug-ins/rcm/rcm_dialog.c:509 msgid "Saturation" msgstr "Saturación" #: plug-ins/common/CML_explorer.c:301 plug-ins/common/CML_explorer.c:1290 #: plug-ins/common/decompose.c:124 plug-ins/fp/fp_gtk.c:289 -#: plug-ins/fp/fp_gtk.c:421 plug-ins/gap/gap_mov_dialog.c:260 +#: plug-ins/fp/fp_gtk.c:421 plug-ins/gap/gap_mov_dialog.c:277 #: plug-ins/gimpressionist/orientation.c:131 #: plug-ins/gimpressionist/size.c:130 msgid "Value" @@ -2045,12 +2044,12 @@ msgid "Error: failed to load parameters" msgstr "" #. Create the actual window. -#: plug-ins/common/aa.c:341 +#: plug-ins/common/aa.c:339 msgid "Save as Text" msgstr "" #. file save type -#: plug-ins/common/aa.c:358 plug-ins/common/pnm.c:945 +#: plug-ins/common/aa.c:356 plug-ins/common/pnm.c:945 #: plug-ins/common/sunras.c:1589 msgid "Data Formatting" msgstr "" @@ -2126,7 +2125,7 @@ msgid "Left Edge" msgstr "" #: plug-ins/common/align_layers.c:473 plug-ins/common/align_layers.c:506 -#: plug-ins/gap/gap_mov_dialog.c:271 plug-ins/gflare/gflare.c:2862 +#: plug-ins/gap/gap_mov_dialog.c:288 plug-ins/gflare/gflare.c:2862 msgid "Center" msgstr "" @@ -2170,16 +2169,16 @@ msgstr "" msgid "Grid Size:" msgstr "" -#: plug-ins/common/animationplay.c:266 +#: plug-ins/common/animationplay.c:270 msgid "/Filters/Animation/Animation Playback..." msgstr "" -#: plug-ins/common/animationplay.c:662 +#: plug-ins/common/animationplay.c:666 msgid "Animation Playback: " msgstr "" #. if no buttons are specified use one CLOSE button per default -#: plug-ins/common/animationplay.c:669 plug-ins/common/plugindetails.c:996 +#: plug-ins/common/animationplay.c:673 plug-ins/common/plugindetails.c:996 #: plug-ins/common/sample_colorize.c:1373 plug-ins/common/uniteditor.c:525 #: plug-ins/dbbrowser/dbbrowser_utils.c:158 #: plug-ins/dbbrowser/dbbrowser_utils.c:175 plug-ins/gap/gap_arr_dialog.c:783 @@ -2193,43 +2192,43 @@ msgid "Close" msgstr "Cerrar" #. The 'playback' half of the dialog -#: plug-ins/common/animationplay.c:683 plug-ins/common/animationplay.c:686 +#: plug-ins/common/animationplay.c:687 plug-ins/common/animationplay.c:690 msgid "Playback: " msgstr "" -#: plug-ins/common/animationplay.c:716 +#: plug-ins/common/animationplay.c:720 msgid "Play/Stop" msgstr "" -#: plug-ins/common/animationplay.c:722 +#: plug-ins/common/animationplay.c:726 msgid "Rewind" msgstr "" -#: plug-ins/common/animationplay.c:728 +#: plug-ins/common/animationplay.c:732 msgid "Step" msgstr "" -#: plug-ins/common/animationplay.c:786 +#: plug-ins/common/animationplay.c:790 msgid "Frame %v of %u" msgstr "" -#: plug-ins/common/animoptimize.c:154 +#: plug-ins/common/animoptimize.c:158 msgid "/Filters/Animation/Animation Optimize" msgstr "" -#: plug-ins/common/animoptimize.c:170 +#: plug-ins/common/animoptimize.c:174 msgid "/Filters/Animation/Animation UnOptimize" msgstr "" -#: plug-ins/common/animoptimize.c:270 +#: plug-ins/common/animoptimize.c:274 msgid "Optimizing Animation..." msgstr "" -#: plug-ins/common/animoptimize.c:272 +#: plug-ins/common/animoptimize.c:276 msgid "UnOptimizing Animation..." msgstr "" -#: plug-ins/common/animoptimize.c:301 +#: plug-ins/common/animoptimize.c:305 msgid "Not enough memory to allocate buffers for optimization.\n" msgstr "" @@ -2500,7 +2499,7 @@ msgstr "" #: plug-ins/common/colorify.c:338 plug-ins/common/colortoalpha.c:414 #: plug-ins/common/ps.c:2625 plug-ins/common/xpm.c:439 -#: plug-ins/gap/gap_mov_dialog.c:259 plug-ins/gimpressionist/color.c:51 +#: plug-ins/gap/gap_mov_dialog.c:276 plug-ins/gimpressionist/color.c:51 #: plug-ins/gimpressionist/color.c:56 plug-ins/imagemap/imap_menu.c:325 #: plug-ins/print/gimp_main_window.c:425 msgid "Color" @@ -2741,7 +2740,7 @@ msgid "Prefixed Name:" msgstr "" #: plug-ins/common/csource.c:689 plug-ins/common/mail.c:556 -#: plug-ins/common/tiff.c:1523 plug-ins/common/xbm.c:1180 +#: plug-ins/common/tiff.c:1566 plug-ins/common/xbm.c:1203 msgid "Comment:" msgstr "" @@ -2778,7 +2777,7 @@ msgstr "" #. Opacity #. table col, row #: plug-ins/common/csource.c:757 plug-ins/common/sparkle.c:443 -#: plug-ins/common/tileit.c:587 plug-ins/gap/gap_mov_dialog.c:1925 +#: plug-ins/common/tileit.c:587 plug-ins/gap/gap_mov_dialog.c:2170 #: plug-ins/gflare/gflare.c:3602 plug-ins/gflare/gflare.c:3632 #: plug-ins/gflare/gflare.c:3662 msgid "Opacity:" @@ -3154,7 +3153,7 @@ msgstr "" #: plug-ins/common/destripe.c:670 plug-ins/common/gtm.c:551 #: plug-ins/common/ps.c:2582 plug-ins/common/ps.c:2757 #: plug-ins/common/smooth_palette.c:429 plug-ins/common/tile.c:421 -#: plug-ins/gap/gap_mov_dialog.c:1891 plug-ins/imagemap/imap_rectangle.c:387 +#: plug-ins/gap/gap_mov_dialog.c:2136 plug-ins/imagemap/imap_rectangle.c:387 msgid "Width:" msgstr "Anchura:" @@ -3182,7 +3181,7 @@ msgstr "" msgid "Sharp edges" msgstr "" -#: plug-ins/common/diffraction.c:717 plug-ins/flame/flame.c:1004 +#: plug-ins/common/diffraction.c:717 plug-ins/flame/flame.c:1011 #: plug-ins/print/gimp_color_window.c:100 msgid "Brightness:" msgstr "" @@ -3241,7 +3240,7 @@ msgstr "" #: plug-ins/common/displace.c:426 plug-ins/common/edge.c:708 #: plug-ins/common/fractaltrace.c:774 plug-ins/common/newsprint.c:449 #: plug-ins/common/ripple.c:653 plug-ins/common/warp.c:534 -#: plug-ins/fits/fits.c:1008 plug-ins/flame/flame.c:1100 +#: plug-ins/fits/fits.c:1008 plug-ins/flame/flame.c:1107 #: plug-ins/gfig/gfig.c:3328 msgid "Black" msgstr "Negro" @@ -3306,7 +3305,7 @@ msgstr "" #: plug-ins/common/engrave.c:256 plug-ins/common/film.c:1243 #: plug-ins/common/gtm.c:565 plug-ins/common/ps.c:2591 #: plug-ins/common/ps.c:2766 plug-ins/common/smooth_palette.c:438 -#: plug-ins/common/tile.c:425 plug-ins/gap/gap_mov_dialog.c:1908 +#: plug-ins/common/tile.c:425 plug-ins/gap/gap_mov_dialog.c:2153 #: plug-ins/imagemap/imap_rectangle.c:393 msgid "Height:" msgstr "Altura:" @@ -3619,28 +3618,28 @@ msgstr "" msgid "Icon Name:" msgstr "" -#: plug-ins/common/gif.c:672 +#: plug-ins/common/gif.c:674 msgid "" "GIF: Couldn't simply reduce colors further.\n" "Saving as opaque.\n" msgstr "" -#: plug-ins/common/gif.c:929 +#: plug-ins/common/gif.c:932 msgid "" "GIF: Sorry, can't save RGB images as GIFs - convert to INDEXED\n" "or GRAY first.\n" msgstr "" -#: plug-ins/common/gif.c:947 +#: plug-ins/common/gif.c:950 #, c-format msgid "GIF: can't open %s\n" msgstr "" -#: plug-ins/common/gif.c:1136 +#: plug-ins/common/gif.c:1139 msgid "GIF Warning" msgstr "" -#: plug-ins/common/gif.c:1162 +#: plug-ins/common/gif.c:1165 msgid "" "The image which you are trying to save as a GIF\n" "contains layers which extend beyond the actual\n" @@ -3651,61 +3650,61 @@ msgid "" "the image borders, or cancel this save." msgstr "" -#: plug-ins/common/gif.c:1207 +#: plug-ins/common/gif.c:1210 msgid "Save as GIF" msgstr "" #. regular gif parameter settings -#: plug-ins/common/gif.c:1229 +#: plug-ins/common/gif.c:1232 msgid "GIF Options" msgstr "" -#: plug-ins/common/gif.c:1237 +#: plug-ins/common/gif.c:1240 msgid "Interlace" msgstr "" -#: plug-ins/common/gif.c:1248 +#: plug-ins/common/gif.c:1251 msgid "GIF Comment:" msgstr "" #. additional animated gif parameter settings -#: plug-ins/common/gif.c:1307 +#: plug-ins/common/gif.c:1311 msgid "Animated GIF Options" msgstr "" -#: plug-ins/common/gif.c:1315 +#: plug-ins/common/gif.c:1319 msgid "Loop forever" msgstr "" -#: plug-ins/common/gif.c:1327 +#: plug-ins/common/gif.c:1331 msgid "Delay between Frames where Unspecified:" msgstr "" -#: plug-ins/common/gif.c:1339 +#: plug-ins/common/gif.c:1343 msgid "Milliseconds" msgstr "" -#: plug-ins/common/gif.c:1349 +#: plug-ins/common/gif.c:1353 msgid "Frame Disposal where Unspecified: " msgstr "" -#: plug-ins/common/gif.c:1358 +#: plug-ins/common/gif.c:1362 msgid "I don't Care" msgstr "" -#: plug-ins/common/gif.c:1360 +#: plug-ins/common/gif.c:1364 msgid "Cumulative Layers (Combine)" msgstr "" -#: plug-ins/common/gif.c:1362 +#: plug-ins/common/gif.c:1366 msgid "One Frame per Layer (Replace)" msgstr "" -#: plug-ins/common/gif.c:2346 +#: plug-ins/common/gif.c:2350 msgid "GIF: error writing output file\n" msgstr "" -#: plug-ins/common/gif.c:2437 +#: plug-ins/common/gif.c:2441 msgid "GIF save: Your comment string is too long.\n" msgstr "" @@ -3848,7 +3847,7 @@ msgstr "" msgid "Grid" msgstr "" -#: plug-ins/common/grid.c:708 plug-ins/gap/gap_mov_dialog.c:478 +#: plug-ins/common/grid.c:708 plug-ins/gap/gap_mov_dialog.c:496 #, fuzzy msgid "Update Preview" msgstr "Vista previa" @@ -4614,7 +4613,7 @@ msgid "Output LPI:" msgstr "" #. screen settings -#: plug-ins/common/newsprint.c:1287 plug-ins/gap/gap_mov_dialog.c:250 +#: plug-ins/common/newsprint.c:1287 plug-ins/gap/gap_mov_dialog.c:267 #: plug-ins/gflare/gflare.c:597 msgid "Screen" msgstr "Pantalla" @@ -5152,7 +5151,7 @@ msgid "Load PostScript" msgstr "" #. Rendering -#: plug-ins/common/ps.c:2555 plug-ins/flame/flame.c:987 +#: plug-ins/common/ps.c:2555 plug-ins/flame/flame.c:994 msgid "Rendering" msgstr "" @@ -5336,43 +5335,43 @@ msgstr "" msgid "Amplitude:" msgstr "" -#: plug-ins/common/rotate.c:168 +#: plug-ins/common/rotate.c:160 msgid "/Layers/Rotate/90 degrees" msgstr "" -#: plug-ins/common/rotate.c:179 +#: plug-ins/common/rotate.c:171 msgid "/Layers/Rotate/180 degrees" msgstr "" -#: plug-ins/common/rotate.c:190 +#: plug-ins/common/rotate.c:182 msgid "/Layers/Rotate/270 degrees" msgstr "" -#: plug-ins/common/rotate.c:202 +#: plug-ins/common/rotate.c:194 msgid "/Image/Transforms/Rotate/90 degrees" msgstr "" -#: plug-ins/common/rotate.c:213 +#: plug-ins/common/rotate.c:205 msgid "/Image/Transforms/Rotate/180 degrees" msgstr "" -#: plug-ins/common/rotate.c:224 +#: plug-ins/common/rotate.c:216 msgid "/Image/Transforms/Rotate/270 degrees" msgstr "" -#: plug-ins/common/rotate.c:531 +#: plug-ins/common/rotate.c:525 msgid "You can not rotate the whole image if there's a selection." msgstr "" -#: plug-ins/common/rotate.c:537 +#: plug-ins/common/rotate.c:531 msgid "You can not rotate the whole image if there's a floating selection." msgstr "" -#: plug-ins/common/rotate.c:547 +#: plug-ins/common/rotate.c:541 msgid "Sorry, channels and masks can not be rotated." msgstr "" -#: plug-ins/common/rotate.c:553 +#: plug-ins/common/rotate.c:547 msgid "Rotating..." msgstr "Rotando..." @@ -5389,7 +5388,7 @@ msgstr "" #: plug-ins/dbbrowser/dbbrowser_utils.c:156 #: plug-ins/gdyntext/gdyntext_ui.c:643 plug-ins/gimpressionist/orientmap.c:633 #: plug-ins/gimpressionist/presets.c:640 plug-ins/gimpressionist/sizemap.c:492 -#: plug-ins/imagemap/imap_default_dialog.c:110 +#: plug-ins/imagemap/imap_default_dialog.c:122 msgid "Apply" msgstr "Aplicar" @@ -5485,7 +5484,7 @@ msgstr "" msgid "Holdness:" msgstr "" -#: plug-ins/common/screenshot.c:150 plug-ins/winsnap/winsnap.c:1075 +#: plug-ins/common/screenshot.c:150 plug-ins/winsnap/winsnap.c:1076 msgid "/File/Acquire/Screen Shot..." msgstr "" @@ -5495,7 +5494,7 @@ msgid "Screen Shot" msgstr "" #. Action area -#: plug-ins/common/screenshot.c:393 plug-ins/winsnap/winsnap.c:902 +#: plug-ins/common/screenshot.c:393 plug-ins/winsnap/winsnap.c:903 msgid "Grab" msgstr "" @@ -5511,11 +5510,11 @@ msgstr "" msgid "Grab the Whole Screen" msgstr "" -#: plug-ins/common/screenshot.c:469 plug-ins/winsnap/winsnap.c:1010 +#: plug-ins/common/screenshot.c:469 plug-ins/winsnap/winsnap.c:1011 msgid "after" msgstr "" -#: plug-ins/common/screenshot.c:478 plug-ins/winsnap/winsnap.c:1019 +#: plug-ins/common/screenshot.c:478 plug-ins/winsnap/winsnap.c:1020 msgid "Seconds Delay" msgstr "" @@ -5840,7 +5839,7 @@ msgid "Sphere Designer" msgstr "" #: plug-ins/common/spheredesigner.c:2268 plug-ins/gimpressionist/preview.c:117 -#: plug-ins/gimpressionist/repaint.c:873 plug-ins/gimpressionist/repaint.c:875 +#: plug-ins/gimpressionist/repaint.c:874 plug-ins/gimpressionist/repaint.c:876 #: plug-ins/imagemap/imap_polygon.c:446 msgid "Update" msgstr "" @@ -6039,32 +6038,32 @@ msgstr "" msgid "Threshold Alpha" msgstr "" -#: plug-ins/common/tiff.c:663 +#: plug-ins/common/tiff.c:685 msgid "TIFF Channel" msgstr "" -#: plug-ins/common/tiff.c:1482 +#: plug-ins/common/tiff.c:1525 msgid "Save as TIFF" msgstr "" -#: plug-ins/common/tiff.c:1504 +#: plug-ins/common/tiff.c:1547 msgid "Compression" msgstr "" -#: plug-ins/common/tiff.c:1509 +#: plug-ins/common/tiff.c:1552 msgid "LZW" msgstr "" -#: plug-ins/common/tiff.c:1510 +#: plug-ins/common/tiff.c:1553 msgid "Pack Bits" msgstr "" -#: plug-ins/common/tiff.c:1511 +#: plug-ins/common/tiff.c:1554 #, fuzzy msgid "Deflate" msgstr "Borrar" -#: plug-ins/common/tiff.c:1512 +#: plug-ins/common/tiff.c:1555 msgid "JPEG" msgstr "" @@ -6782,37 +6781,34 @@ msgstr "" msgid "Transferring image" msgstr "" -#: plug-ins/common/xbm.c:237 +#: plug-ins/common/xbm.c:246 msgid "Created with The GIMP" msgstr "" -#: plug-ins/common/xbm.c:670 +#: plug-ins/common/xbm.c:731 #, c-format msgid "XBM: cannot open \"%s\"\n" msgstr "" -#: plug-ins/common/xbm.c:753 +#: plug-ins/common/xbm.c:814 #, c-format msgid "XBM: cannot read header (ftell == %ld)\n" msgstr "" -#: plug-ins/common/xbm.c:759 +#: plug-ins/common/xbm.c:820 msgid "XBM: no image width specified\n" msgstr "" -#: plug-ins/common/xbm.c:765 +#: plug-ins/common/xbm.c:826 msgid "XBM: no image height specified\n" msgstr "" -#: plug-ins/common/xbm.c:771 +#: plug-ins/common/xbm.c:832 msgid "XBM: no image data type specified\n" msgstr "" -#: plug-ins/common/xbm.c:890 -msgid "XBM Warning" -msgstr "" - -#: plug-ins/common/xbm.c:911 +#. The image is not black-and-white. +#: plug-ins/common/xbm.c:965 msgid "" "The image which you are trying to save as\n" "an XBM contains more than two colors.\n" @@ -6821,38 +6817,58 @@ msgid "" "(1-bit) indexed image and try again." msgstr "" -#: plug-ins/common/xbm.c:982 +#: plug-ins/common/xbm.c:976 +msgid "" +"You cannot save a cursor mask for an image\n" +"which has no alpha channel." +msgstr "" + +#: plug-ins/common/xbm.c:1005 #, c-format msgid "XBM: cannot create \"%s\"\n" msgstr "" -#: plug-ins/common/xbm.c:1123 +#: plug-ins/common/xbm.c:1146 msgid "Save as XBM" msgstr "" #. parameter settings -#: plug-ins/common/xbm.c:1140 +#: plug-ins/common/xbm.c:1163 msgid "XBM Options" msgstr "" #. X10 format -#: plug-ins/common/xbm.c:1151 +#: plug-ins/common/xbm.c:1174 msgid "X10 Format Bitmap" msgstr "" -#: plug-ins/common/xbm.c:1169 +#: plug-ins/common/xbm.c:1192 msgid "Identifier Prefix:" msgstr "" #. hotspot toggle -#: plug-ins/common/xbm.c:1187 +#: plug-ins/common/xbm.c:1210 msgid "Write Hot Spot Values" msgstr "" -#: plug-ins/common/xbm.c:1211 +#: plug-ins/common/xbm.c:1234 msgid "Hot Spot X:" msgstr "" +#. mask file +#: plug-ins/common/xbm.c:1248 +msgid "Mask File" +msgstr "" + +#: plug-ins/common/xbm.c:1259 +msgid "Write Extra Mask File" +msgstr "" + +#: plug-ins/common/xbm.c:1270 +#, fuzzy +msgid "Mask File Extension:" +msgstr "Extensión GIMP" + #: plug-ins/common/xpm.c:795 msgid "Save as XPM" msgstr "" @@ -7016,123 +7032,123 @@ msgstr "" msgid "Image Composing" msgstr "" -#: plug-ins/flame/flame.c:137 +#: plug-ins/flame/flame.c:144 msgid "/Filters/Render/Nature/Flame..." msgstr "" -#: plug-ins/flame/flame.c:218 +#: plug-ins/flame/flame.c:225 msgid "Drawing Flame..." msgstr "" -#: plug-ins/flame/flame.c:299 +#: plug-ins/flame/flame.c:306 #, fuzzy msgid "Flame works only on RGB drawables." msgstr "Desaturación sólo funciona en imágenes de color RGB" -#: plug-ins/flame/flame.c:415 +#: plug-ins/flame/flame.c:422 #, fuzzy, c-format msgid "%s: Is not a regular file" msgstr "%s no es un fichero normal (%s)" -#: plug-ins/flame/flame.c:619 plug-ins/flame/flame.c:965 +#: plug-ins/flame/flame.c:626 plug-ins/flame/flame.c:972 msgid "Edit Flame" msgstr "" -#: plug-ins/flame/flame.c:638 +#: plug-ins/flame/flame.c:645 msgid "Directions" msgstr "" -#: plug-ins/flame/flame.c:668 +#: plug-ins/flame/flame.c:675 msgid "Controls" msgstr "" -#: plug-ins/flame/flame.c:683 +#: plug-ins/flame/flame.c:690 #, fuzzy msgid "Speed:" msgstr "Velocidad" -#: plug-ins/flame/flame.c:699 +#: plug-ins/flame/flame.c:706 msgid "Randomize" msgstr "" -#: plug-ins/flame/flame.c:712 +#: plug-ins/flame/flame.c:719 msgid "Same" msgstr "" -#: plug-ins/flame/flame.c:713 plug-ins/gimpressionist/orientation.c:151 +#: plug-ins/flame/flame.c:720 plug-ins/gimpressionist/orientation.c:151 #: plug-ins/gimpressionist/size.c:150 msgid "Random" msgstr "" -#: plug-ins/flame/flame.c:717 +#: plug-ins/flame/flame.c:724 msgid "Swirl" msgstr "" -#: plug-ins/flame/flame.c:718 +#: plug-ins/flame/flame.c:725 msgid "Horseshoe" msgstr "" -#: plug-ins/flame/flame.c:719 plug-ins/gfig/gfig.c:3315 +#: plug-ins/flame/flame.c:726 plug-ins/gfig/gfig.c:3315 msgid "Polar" msgstr "" -#: plug-ins/flame/flame.c:720 +#: plug-ins/flame/flame.c:727 msgid "Bent" msgstr "" -#: plug-ins/flame/flame.c:726 +#: plug-ins/flame/flame.c:733 msgid "Variation:" msgstr "" -#: plug-ins/flame/flame.c:759 plug-ins/flame/flame.c:972 +#: plug-ins/flame/flame.c:766 plug-ins/flame/flame.c:979 msgid "Load Flame" msgstr "" -#: plug-ins/flame/flame.c:781 plug-ins/flame/flame.c:979 +#: plug-ins/flame/flame.c:788 plug-ins/flame/flame.c:986 msgid "Save Flame" msgstr "" -#: plug-ins/flame/flame.c:908 plug-ins/flame/flame.c:947 +#: plug-ins/flame/flame.c:915 plug-ins/flame/flame.c:954 msgid "Flame" msgstr "" -#: plug-ins/flame/flame.c:1017 plug-ins/print/gimp_color_window.c:114 +#: plug-ins/flame/flame.c:1024 plug-ins/print/gimp_color_window.c:114 msgid "Contrast:" msgstr "" -#: plug-ins/flame/flame.c:1030 plug-ins/gimpressionist/brush.c:401 +#: plug-ins/flame/flame.c:1037 plug-ins/gimpressionist/brush.c:401 #: plug-ins/print/gimp_color_window.c:198 msgid "Gamma:" msgstr "Gamma:" -#: plug-ins/flame/flame.c:1043 +#: plug-ins/flame/flame.c:1050 #, fuzzy msgid "Sample Density:" msgstr "Densidad" -#: plug-ins/flame/flame.c:1053 +#: plug-ins/flame/flame.c:1060 msgid "Spatial Oversample:" msgstr "" -#: plug-ins/flame/flame.c:1063 +#: plug-ins/flame/flame.c:1070 #, fuzzy msgid "Spatial Filter Radius:" msgstr "Filtros disponibles" -#: plug-ins/flame/flame.c:1089 +#: plug-ins/flame/flame.c:1096 #, fuzzy msgid "Colormap:" msgstr "Color" -#: plug-ins/flame/flame.c:1137 +#: plug-ins/flame/flame.c:1144 msgid "Custom Gradient" msgstr "" -#: plug-ins/flame/flame.c:1157 +#: plug-ins/flame/flame.c:1164 msgid "Camera" msgstr "" -#: plug-ins/flame/flame.c:1169 +#: plug-ins/flame/flame.c:1176 #, fuzzy msgid "Zoom:" msgstr "Zoom global" @@ -8053,7 +8069,7 @@ msgstr "" #. digits #. constrain #. lower, upper (unconstrained) -#: plug-ins/gap/gap_mod_layer.c:156 plug-ins/gap/gap_mov_dialog.c:550 +#: plug-ins/gap/gap_mod_layer.c:156 plug-ins/gap/gap_mov_dialog.c:568 #: plug-ins/gap/gap_mpege.c:259 plug-ins/gap/gap_range_ops.c:442 #: plug-ins/gap/gap_range_ops.c:601 msgid "first handled frame" @@ -8071,7 +8087,7 @@ msgstr "" #. digits #. constrain #. lower, upper (unconstrained) -#: plug-ins/gap/gap_mod_layer.c:164 plug-ins/gap/gap_mov_dialog.c:565 +#: plug-ins/gap/gap_mod_layer.c:164 plug-ins/gap/gap_mov_dialog.c:583 #: plug-ins/gap/gap_mpege.c:267 plug-ins/gap/gap_range_ops.c:450 #: plug-ins/gap/gap_range_ops.c:609 msgid "last handled frame" @@ -8160,121 +8176,121 @@ msgstr "" msgid "No selected Layer in start frame" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:247 plug-ins/gfig/gfig.c:3327 +#: plug-ins/gap/gap_mov_dialog.c:264 plug-ins/gfig/gfig.c:3327 #: plug-ins/gflare/gflare.c:594 plug-ins/gimpressionist/orientmap.c:590 msgid "Normal" msgstr "Normal" -#: plug-ins/gap/gap_mov_dialog.c:248 +#: plug-ins/gap/gap_mov_dialog.c:265 msgid "Dissolve" msgstr "Disolver" -#: plug-ins/gap/gap_mov_dialog.c:249 +#: plug-ins/gap/gap_mov_dialog.c:266 msgid "Multiply" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:251 plug-ins/gflare/gflare.c:596 +#: plug-ins/gap/gap_mov_dialog.c:268 plug-ins/gflare/gflare.c:596 #: plug-ins/gimpressionist/paper.c:152 msgid "Overlay" msgstr "Solapar" -#: plug-ins/gap/gap_mov_dialog.c:252 +#: plug-ins/gap/gap_mov_dialog.c:269 msgid "Difference" msgstr "Diferencia" -#: plug-ins/gap/gap_mov_dialog.c:253 plug-ins/gflare/gflare.c:595 +#: plug-ins/gap/gap_mov_dialog.c:270 plug-ins/gflare/gflare.c:595 msgid "Addition" msgstr "Suma" -#: plug-ins/gap/gap_mov_dialog.c:254 plug-ins/gfig/gfig.c:3148 +#: plug-ins/gap/gap_mov_dialog.c:271 plug-ins/gfig/gfig.c:3148 msgid "Subtract" msgstr "Sustraer" -#: plug-ins/gap/gap_mov_dialog.c:255 +#: plug-ins/gap/gap_mov_dialog.c:272 msgid "Darken Only" msgstr "Oscurecer sólo" -#: plug-ins/gap/gap_mov_dialog.c:256 +#: plug-ins/gap/gap_mov_dialog.c:273 msgid "Lighten Only" msgstr "Clarear sólo" -#: plug-ins/gap/gap_mov_dialog.c:267 +#: plug-ins/gap/gap_mov_dialog.c:284 msgid "Left Top" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:268 +#: plug-ins/gap/gap_mov_dialog.c:285 msgid "Left Bottom" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:269 +#: plug-ins/gap/gap_mov_dialog.c:286 msgid "Right Top" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:270 +#: plug-ins/gap/gap_mov_dialog.c:287 msgid "Right Bottom" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:279 +#: plug-ins/gap/gap_mov_dialog.c:296 msgid "Loop" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:280 +#: plug-ins/gap/gap_mov_dialog.c:297 msgid "Loop Reverse" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:281 +#: plug-ins/gap/gap_mov_dialog.c:298 msgid "Once" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:282 +#: plug-ins/gap/gap_mov_dialog.c:299 msgid "OnceReverse" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:283 +#: plug-ins/gap/gap_mov_dialog.c:300 msgid "PingPong" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:451 +#: plug-ins/gap/gap_mov_dialog.c:469 msgid "Move Path" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:485 +#: plug-ins/gap/gap_mov_dialog.c:503 msgid "" "Show PreviewFrame with Selected \n" "SrcLayer at current Controlpoint" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:489 +#: plug-ins/gap/gap_mov_dialog.c:507 #, fuzzy msgid "Anim Preview" msgstr "Vista previa" -#: plug-ins/gap/gap_mov_dialog.c:496 +#: plug-ins/gap/gap_mov_dialog.c:514 msgid "" "Generate Animated Preview\n" "as multilayer image" msgstr "" #. parameter settings -#: plug-ins/gap/gap_mov_dialog.c:509 +#: plug-ins/gap/gap_mov_dialog.c:527 msgid "Copy moving source-layer(s) into frames" msgstr "" #. the start frame scale_entry #. table col, row -#: plug-ins/gap/gap_mov_dialog.c:542 +#: plug-ins/gap/gap_mov_dialog.c:560 msgid "Start Frame:" msgstr "" #. the end frame scale_entry #. table col, row -#: plug-ins/gap/gap_mov_dialog.c:557 +#: plug-ins/gap/gap_mov_dialog.c:575 msgid "End Frame:" msgstr "" #. the Preview Frame scale_entry #. table col, row -#: plug-ins/gap/gap_mov_dialog.c:572 +#: plug-ins/gap/gap_mov_dialog.c:590 msgid "Preview Frame:" msgstr "" @@ -8286,7 +8302,7 @@ msgstr "" #. digits #. constrain #. lower, upper (unconstrained) -#: plug-ins/gap/gap_mov_dialog.c:580 +#: plug-ins/gap/gap_mov_dialog.c:598 msgid "" "frame to show when UpdPreview\n" "button is pressed" @@ -8294,7 +8310,7 @@ msgstr "" #. the Layerstack scale_entry #. table col, row -#: plug-ins/gap/gap_mov_dialog.c:588 plug-ins/gap/gap_range_ops.c:265 +#: plug-ins/gap/gap_mov_dialog.c:606 plug-ins/gap/gap_range_ops.c:265 msgid "Layerstack:" msgstr "" @@ -8306,7 +8322,7 @@ msgstr "" #. digits #. constrain #. lower, upper (unconstrained) -#: plug-ins/gap/gap_mov_dialog.c:596 +#: plug-ins/gap/gap_mov_dialog.c:614 msgid "" "How to insert SrcLayer into the\n" "Dst. Frame's Layerstack\n" @@ -8314,139 +8330,139 @@ msgid "" msgstr "" #. toggle force visibility -#: plug-ins/gap/gap_mov_dialog.c:608 +#: plug-ins/gap/gap_mov_dialog.c:626 msgid "Force visibility" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:614 +#: plug-ins/gap/gap_mov_dialog.c:632 msgid "Force visibility for all copied Src-Layers" msgstr "" #. toggle clip_to_image -#: plug-ins/gap/gap_mov_dialog.c:620 +#: plug-ins/gap/gap_mov_dialog.c:638 msgid "Clip To Frame" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:626 +#: plug-ins/gap/gap_mov_dialog.c:644 msgid "" "Clip all copied Src-Layers\n" "at Frame Boundaries" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:674 +#: plug-ins/gap/gap_mov_dialog.c:692 msgid "" "No Source Image was selected\n" "(Please open a 2nd Image of the same type before opening Move Path)" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:770 +#: plug-ins/gap/gap_mov_dialog.c:788 msgid "Object on empty frames" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:771 +#: plug-ins/gap/gap_mov_dialog.c:789 msgid "Object on one frame" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:772 +#: plug-ins/gap/gap_mov_dialog.c:790 msgid "Exact Object on frames" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:802 +#: plug-ins/gap/gap_mov_dialog.c:820 #, fuzzy msgid "Anim Preview Mode" msgstr "Tamaño de Vistas previas:" -#: plug-ins/gap/gap_mov_dialog.c:810 +#: plug-ins/gap/gap_mov_dialog.c:828 #, fuzzy msgid "Scale Preview" msgstr "Vista previa" -#: plug-ins/gap/gap_mov_dialog.c:811 +#: plug-ins/gap/gap_mov_dialog.c:829 msgid "Scale down size of the generated animated preview (in %)" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:819 +#: plug-ins/gap/gap_mov_dialog.c:837 #, fuzzy msgid "Framerate" msgstr "Difuminar" -#: plug-ins/gap/gap_mov_dialog.c:820 +#: plug-ins/gap/gap_mov_dialog.c:838 msgid "Framerate to use in the animated preview in frames/sec" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:834 +#: plug-ins/gap/gap_mov_dialog.c:852 msgid "Copy to Video Buffer" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:835 +#: plug-ins/gap/gap_mov_dialog.c:853 msgid "" "Save all single frames of animated preview to video buffer\n" "(configured in gimprc by video-paste-dir and video-paste-basename)" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:840 +#: plug-ins/gap/gap_mov_dialog.c:858 msgid "Move Path Animated Preview" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:886 +#: plug-ins/gap/gap_mov_dialog.c:904 msgid "Generate Animated Preview failed\n" msgstr "" #. filesel is already open -#: plug-ins/gap/gap_mov_dialog.c:1098 +#: plug-ins/gap/gap_mov_dialog.c:1343 msgid "Load Path Points from file" msgstr "" #. filesel is already open -#: plug-ins/gap/gap_mov_dialog.c:1134 +#: plug-ins/gap/gap_mov_dialog.c:1379 msgid "Save Path Points to file" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:1479 +#: plug-ins/gap/gap_mov_dialog.c:1724 #, c-format msgid "Current Point: [ %3d ] of [ %3d ]" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:1670 +#: plug-ins/gap/gap_mov_dialog.c:1915 msgid "Source Select" msgstr "" #. Source Layer menu -#: plug-ins/gap/gap_mov_dialog.c:1687 +#: plug-ins/gap/gap_mov_dialog.c:1932 #, fuzzy msgid "Source Image/Layer:" msgstr "Escalar Capa" -#: plug-ins/gap/gap_mov_dialog.c:1697 +#: plug-ins/gap/gap_mov_dialog.c:1942 msgid "Source Object to insert into Frame Range" msgstr "" #. Paintmode menu -#: plug-ins/gap/gap_mov_dialog.c:1712 +#: plug-ins/gap/gap_mov_dialog.c:1957 msgid "Mode:" msgstr "Modo:" -#: plug-ins/gap/gap_mov_dialog.c:1721 +#: plug-ins/gap/gap_mov_dialog.c:1966 msgid "Paintmode" msgstr "" #. Loop Stepmode menu -#: plug-ins/gap/gap_mov_dialog.c:1736 +#: plug-ins/gap/gap_mov_dialog.c:1981 msgid "Stepmode:" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:1754 +#: plug-ins/gap/gap_mov_dialog.c:1999 msgid "" "How to fetch the next SrcLayer \n" "at the next handled frame" msgstr "" #. Source Image Handle menu -#: plug-ins/gap/gap_mov_dialog.c:1760 +#: plug-ins/gap/gap_mov_dialog.c:2005 msgid "Handle:" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:1778 +#: plug-ins/gap/gap_mov_dialog.c:2023 msgid "" "How to place the SrcLayer at \n" "Controlpoint Coordinates" @@ -8454,17 +8470,17 @@ msgstr "" #. to avoid side effects while initialization #. the frame -#: plug-ins/gap/gap_mov_dialog.c:1832 +#: plug-ins/gap/gap_mov_dialog.c:2077 msgid "Move Path Preview" msgstr "" #. lower, upper (unconstrained) -#: plug-ins/gap/gap_mov_dialog.c:1864 +#: plug-ins/gap/gap_mov_dialog.c:2109 msgid "X Coordinate" msgstr "" #. lower, upper (unconstrained) -#: plug-ins/gap/gap_mov_dialog.c:1882 +#: plug-ins/gap/gap_mov_dialog.c:2127 msgid "Y Coordinate" msgstr "" @@ -8476,7 +8492,7 @@ msgstr "" #. digits #. constrain #. lower, upper (unconstrained) -#: plug-ins/gap/gap_mov_dialog.c:1899 +#: plug-ins/gap/gap_mov_dialog.c:2144 msgid "Scale Source Layer's Width in percent" msgstr "" @@ -8488,7 +8504,7 @@ msgstr "" #. digits #. constrain #. lower, upper (unconstrained) -#: plug-ins/gap/gap_mov_dialog.c:1916 +#: plug-ins/gap/gap_mov_dialog.c:2161 msgid "" "Scale SrcLayer's Height\n" "in percent" @@ -8502,7 +8518,7 @@ msgstr "" #. digits #. constrain #. lower, upper (unconstrained) -#: plug-ins/gap/gap_mov_dialog.c:1933 +#: plug-ins/gap/gap_mov_dialog.c:2178 msgid "" "SrcLayer's Opacity\n" "in percent" @@ -8510,7 +8526,7 @@ msgstr "" #. Rotation #. table col, row -#: plug-ins/gap/gap_mov_dialog.c:1942 +#: plug-ins/gap/gap_mov_dialog.c:2187 msgid "Rotate:" msgstr "" @@ -8522,13 +8538,13 @@ msgstr "" #. digits #. constrain #. lower, upper (unconstrained) -#: plug-ins/gap/gap_mov_dialog.c:1950 +#: plug-ins/gap/gap_mov_dialog.c:2195 msgid "Rotate SrcLayer (in degree)" msgstr "" #. Keyframe #. table col, row -#: plug-ins/gap/gap_mov_dialog.c:1961 +#: plug-ins/gap/gap_mov_dialog.c:2206 msgid "Keyframe:" msgstr "" @@ -8540,132 +8556,153 @@ msgstr "" #. digits #. constrain #. lower, upper (unconstrained) -#: plug-ins/gap/gap_mov_dialog.c:1969 +#: plug-ins/gap/gap_mov_dialog.c:2214 msgid "" "Fix Controlpoint to Keyframe number\n" "(0 == No Keyframe)" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:2044 +#: plug-ins/gap/gap_mov_dialog.c:2289 msgid "Add Point" msgstr "Añadir Punto" -#: plug-ins/gap/gap_mov_dialog.c:2052 +#: plug-ins/gap/gap_mov_dialog.c:2297 msgid "" "Add Controlpoint at end \n" "(the last Point is duplicated)" msgstr "" #. toggle clip_to_image -#: plug-ins/gap/gap_mov_dialog.c:2057 +#: plug-ins/gap/gap_mov_dialog.c:2302 msgid "Show Path" msgstr "Mostrar Camino" -#: plug-ins/gap/gap_mov_dialog.c:2063 +#: plug-ins/gap/gap_mov_dialog.c:2308 msgid "" "Show Path Lines and enable\n" "pick/drag with left button\n" "or move with right button" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:2073 +#: plug-ins/gap/gap_mov_dialog.c:2318 #: plug-ins/imagemap/imap_cmd_insert_point.c:57 #: plug-ins/imagemap/imap_polygon.c:683 msgid "Insert Point" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:2081 +#: plug-ins/gap/gap_mov_dialog.c:2326 msgid "" "Insert Controlpoint \n" "(the current Point is duplicated)" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:2085 +#: plug-ins/gap/gap_mov_dialog.c:2330 #: plug-ins/imagemap/imap_cmd_delete_point.c:57 #: plug-ins/imagemap/imap_polygon.c:669 msgid "Delete Point" msgstr "Borrar Punto" -#: plug-ins/gap/gap_mov_dialog.c:2093 +#: plug-ins/gap/gap_mov_dialog.c:2338 msgid "Delete current Controlpoint" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:2099 +#: plug-ins/gap/gap_mov_dialog.c:2344 msgid "Prev Point" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:2107 +#: plug-ins/gap/gap_mov_dialog.c:2352 msgid "Show Previous Controlpoint" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:2111 +#: plug-ins/gap/gap_mov_dialog.c:2356 msgid "Next Point" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:2119 +#: plug-ins/gap/gap_mov_dialog.c:2364 msgid "Show Next Controlpoint" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:2125 +#: plug-ins/gap/gap_mov_dialog.c:2370 msgid "First Point" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:2133 +#: plug-ins/gap/gap_mov_dialog.c:2378 msgid "Show First Controlpoint" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:2137 +#: plug-ins/gap/gap_mov_dialog.c:2382 msgid "Last Point" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:2145 +#: plug-ins/gap/gap_mov_dialog.c:2390 msgid "Show Last Controlpoint" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:2151 +#: plug-ins/gap/gap_mov_dialog.c:2396 msgid "Clear Point" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:2159 +#: plug-ins/gap/gap_mov_dialog.c:2404 msgid "" "Reset the current Controlpoint\n" "to default Values" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:2163 -msgid "Reset Points" +#: plug-ins/gap/gap_mov_dialog.c:2408 +msgid "Clear All Points" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:2171 +#: plug-ins/gap/gap_mov_dialog.c:2416 msgid "" -"Reset Controlpoints \n" -"to one Defaultpoint" +"Reset all Controlpoints to default Values\n" +"but dont change the path (X/Y Values)" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:2177 +#: plug-ins/gap/gap_mov_dialog.c:2423 +msgid "Rotate Follow" +msgstr "" + +#: plug-ins/gap/gap_mov_dialog.c:2434 +msgid "" +"Set Rotation for all Controlpoints\n" +"to follow the shape of the path.\n" +"(Shift: use Rotation of contolpoint 1 as offset)" +msgstr "" + +#: plug-ins/gap/gap_mov_dialog.c:2441 +#, fuzzy +msgid "Delete All Points" +msgstr "Borrar Punto" + +#: plug-ins/gap/gap_mov_dialog.c:2449 +#, fuzzy +msgid "Delete all Controlpoints" +msgstr "Borrar Punto" + +#: plug-ins/gap/gap_mov_dialog.c:2456 msgid "Load Points" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:2185 +#: plug-ins/gap/gap_mov_dialog.c:2464 msgid "Load Controlpoints from file" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:2189 +#: plug-ins/gap/gap_mov_dialog.c:2468 msgid "Save Points" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:2197 +#: plug-ins/gap/gap_mov_dialog.c:2476 msgid "Save Controlpoints to file" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:2668 +#: plug-ins/gap/gap_mov_dialog.c:2947 #, c-format msgid "" "\n" "Error: Keyframe %d at point [%d] higher or equal than last handled frame" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:2676 +#: plug-ins/gap/gap_mov_dialog.c:2955 #, c-format msgid "" "\n" @@ -8673,21 +8710,21 @@ msgid "" "for the previous controlpoints" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:2686 +#: plug-ins/gap/gap_mov_dialog.c:2965 #, c-format msgid "" "\n" "Error: Keyframe %d is not in sequence at point [%d]" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:2704 +#: plug-ins/gap/gap_mov_dialog.c:2983 #, c-format msgid "" "\n" "Error: controlpoint [%d] is out of handled framerange" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:2718 +#: plug-ins/gap/gap_mov_dialog.c:2997 #, c-format msgid "" "\n" @@ -8695,35 +8732,35 @@ msgid "" "please reduce controlpoints or select more frames" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:2731 +#: plug-ins/gap/gap_mov_dialog.c:3010 msgid "" "Cant operate with current Controlpoint\n" "or Keyframe settings" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:2738 +#: plug-ins/gap/gap_mov_dialog.c:3017 msgid "Reset Keyframes" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:2743 +#: plug-ins/gap/gap_mov_dialog.c:3022 msgid "Move Path Controlpointcheck" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:2744 +#: plug-ins/gap/gap_mov_dialog.c:3023 msgid "Errors:" msgstr "" -#: plug-ins/gap/gap_mov_exec.c:337 +#: plug-ins/gap/gap_mov_exec.c:339 msgid "" "No Source Image was selected.\n" "Please open a 2nd Image of the same type before opening Move Path." msgstr "" -#: plug-ins/gap/gap_mov_exec.c:348 +#: plug-ins/gap/gap_mov_exec.c:350 msgid "Copying Layers into Frames..." msgstr "" -#: plug-ins/gap/gap_mov_exec.c:352 +#: plug-ins/gap/gap_mov_exec.c:354 msgid "Generating Animated Preview..." msgstr "" @@ -9598,18 +9635,12 @@ msgstr "" msgid "/Filters/Render/Dynamic Text..." msgstr "" -#: plug-ins/gdyntext/gdyntext.c:307 -msgid "" -"Current layer isn't a GDynText layer or it has no alpha channel.\n" -" Forcing new layer creation.\n" -msgstr "" - -#: plug-ins/gdyntext/gdyntext.c:354 +#: plug-ins/gdyntext/gdyntext.c:351 #, c-format msgid "Upgrading old GDynText layer to %s\n" msgstr "" -#: plug-ins/gdyntext/gdyntext.c:358 +#: plug-ins/gdyntext/gdyntext.c:355 #, c-format msgid "" "WARNING: GDynText is too old!\n" @@ -9619,15 +9650,15 @@ msgid "" msgstr "" #. remove old layer name -#: plug-ins/gdyntext/gdyntext.c:397 +#: plug-ins/gdyntext/gdyntext.c:394 msgid "GDynText Layer " msgstr "" -#: plug-ins/gdyntext/gdyntext.c:434 +#: plug-ins/gdyntext/gdyntext.c:431 msgid "GIMP Dynamic Text" msgstr "" -#: plug-ins/gdyntext/gdyntext.c:536 +#: plug-ins/gdyntext/gdyntext.c:533 #, fuzzy msgid "GDynText Layer" msgstr "Capa de Texto" @@ -11471,7 +11502,7 @@ msgstr "" msgid "Unselect All" msgstr "" -#: plug-ins/imagemap/imap_default_dialog.c:124 +#: plug-ins/imagemap/imap_default_dialog.c:136 msgid "Help..." msgstr "" @@ -11550,11 +11581,11 @@ msgstr "" msgid "JavaScript" msgstr "" -#: plug-ins/imagemap/imap_edit_area_info.c:416 +#: plug-ins/imagemap/imap_edit_area_info.c:425 msgid "Area Settings" msgstr "" -#: plug-ins/imagemap/imap_edit_area_info.c:459 +#: plug-ins/imagemap/imap_edit_area_info.c:469 #, c-format msgid "Area #%d Settings" msgstr "" @@ -11998,12 +12029,12 @@ msgid "" msgstr "" #. open URL for help -#: plug-ins/maze/maze_face.c:588 +#: plug-ins/maze/maze_face.c:596 #, c-format msgid "Opening %s" msgstr "" -#: plug-ins/maze/maze_face.c:599 +#: plug-ins/maze/maze_face.c:607 #, c-format msgid "See %s" msgstr "" @@ -12500,32 +12531,33 @@ msgstr "" msgid "Misc" msgstr "" -#: plug-ins/sel2path/sel2path.c:160 +#: plug-ins/sel2path/sel2path.c:162 msgid "/Select/To Path" msgstr "" -#: plug-ins/sel2path/sel2path.c:205 +#: plug-ins/sel2path/sel2path.c:209 msgid "No selection to convert" msgstr "" -#: plug-ins/sel2path/sel2path.c:362 -msgid "Default Values" -msgstr "" +#: plug-ins/sel2path/sel2path.c:333 +#, fuzzy +msgid "Sel2Path Advanced Settings" +msgstr "Directorios de Paletas" -#: plug-ins/sel2path/sel2path.c:551 +#: plug-ins/sel2path/sel2path.c:542 #, c-format msgid "print_spline: strange degree (%d)" msgstr "" -#: plug-ins/sel2path/sel2path.c:559 +#: plug-ins/sel2path/sel2path.c:551 msgid "selection_to_path" msgstr "" -#: plug-ins/sel2path/sel2path.c:585 +#: plug-ins/sel2path/sel2path.c:579 msgid "gimp_image_get_selection failed" msgstr "" -#: plug-ins/sel2path/sel2path.c:593 +#: plug-ins/sel2path/sel2path.c:587 msgid "Internal error. Selection bpp > 1" msgstr "" @@ -12707,19 +12739,19 @@ msgstr "" msgid "Current" msgstr "" -#: plug-ins/winsnap/winsnap.c:945 +#: plug-ins/winsnap/winsnap.c:946 msgid "Grab a single window" msgstr "" -#: plug-ins/winsnap/winsnap.c:956 +#: plug-ins/winsnap/winsnap.c:957 msgid "Include decorations" msgstr "" -#: plug-ins/winsnap/winsnap.c:992 +#: plug-ins/winsnap/winsnap.c:993 msgid "Grab the whole screen" msgstr "" -#: plug-ins/winsnap/winsnap.c:1221 +#: plug-ins/winsnap/winsnap.c:1222 msgid "No data captured" msgstr "" diff --git a/po-plug-ins/fi.po b/po-plug-ins/fi.po index 4bbede3e38..5ab5c62e4a 100644 --- a/po-plug-ins/fi.po +++ b/po-plug-ins/fi.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: GIMP 1.1\n" -"POT-Creation-Date: 2000-06-07 12:43+0300\n" +"POT-Creation-Date: 2000-06-18 19:40-0700\n" "PO-Revision-Date: 2000-02-12 05:50+0200\n" "Last-Translator: Tor Lillqvist tml@iki.fi>\n" "Language-Team: Finnish \n" @@ -61,8 +61,8 @@ msgstr "Tietoja" #: plug-ins/common/fractaltrace.c:725 plug-ins/common/gauss_iir.c:365 #: plug-ins/common/gauss_iir.c:448 plug-ins/common/gauss_rle.c:360 #: plug-ins/common/gauss_rle.c:443 plug-ins/common/gbr.c:456 -#: plug-ins/common/gicon.c:441 plug-ins/common/gif.c:1141 -#: plug-ins/common/gif.c:1212 plug-ins/common/glasstile.c:259 +#: plug-ins/common/gicon.c:441 plug-ins/common/gif.c:1144 +#: plug-ins/common/gif.c:1215 plug-ins/common/glasstile.c:259 #: plug-ins/common/gpb.c:269 plug-ins/common/gqbist.c:640 #: plug-ins/common/grid.c:658 plug-ins/common/gtm.c:375 #: plug-ins/common/hot.c:589 plug-ins/common/illusion.c:560 @@ -85,7 +85,7 @@ msgstr "Tietoja" #: plug-ins/common/sparkle.c:349 plug-ins/common/spheredesigner.c:2232 #: plug-ins/common/spread.c:382 plug-ins/common/sunras.c:1577 #: plug-ins/common/tga.c:1448 plug-ins/common/threshold_alpha.c:268 -#: plug-ins/common/tiff.c:1487 plug-ins/common/tile.c:398 +#: plug-ins/common/tiff.c:1530 plug-ins/common/tile.c:398 #: plug-ins/common/tileit.c:386 plug-ins/common/uniteditor.c:172 #: plug-ins/common/unsharp.c:786 plug-ins/common/video.c:2155 #: plug-ins/common/vpropagate.c:934 plug-ins/common/warp.c:437 @@ -111,7 +111,7 @@ msgstr "Tietoja" #: plug-ins/imagemap/imap_default_dialog.c:114 plug-ins/maze/maze_face.c:191 #: plug-ins/mosaic/mosaic.c:531 plug-ins/pagecurl/pagecurl.c:518 #: plug-ins/print/gimp_main_window.c:597 plug-ins/rcm/rcm_dialog.c:727 -#: plug-ins/sel2path/sel2path.c:345 plug-ins/sgi/sgi.c:640 +#: plug-ins/sel2path/sel2path.c:338 plug-ins/sgi/sgi.c:640 #: plug-ins/sinus/sinus.c:746 plug-ins/struc/struc.c:255 #: plug-ins/webbrowser/webbrowser.c:281 plug-ins/xjt/xjt.c:793 msgid "OK" @@ -143,7 +143,7 @@ msgstr "OK" #: plug-ins/common/gauss_iir.c:367 plug-ins/common/gauss_iir.c:450 #: plug-ins/common/gauss_rle.c:362 plug-ins/common/gauss_rle.c:445 #: plug-ins/common/gbr.c:458 plug-ins/common/gicon.c:443 -#: plug-ins/common/gif.c:1143 plug-ins/common/gif.c:1214 +#: plug-ins/common/gif.c:1146 plug-ins/common/gif.c:1217 #: plug-ins/common/glasstile.c:261 plug-ins/common/gpb.c:271 #: plug-ins/common/gqbist.c:642 plug-ins/common/grid.c:660 #: plug-ins/common/gtm.c:377 plug-ins/common/hot.c:591 @@ -167,7 +167,7 @@ msgstr "OK" #: plug-ins/common/sparkle.c:351 plug-ins/common/spheredesigner.c:2236 #: plug-ins/common/spread.c:384 plug-ins/common/sunras.c:1579 #: plug-ins/common/tga.c:1450 plug-ins/common/threshold_alpha.c:270 -#: plug-ins/common/tiff.c:1489 plug-ins/common/tile.c:400 +#: plug-ins/common/tiff.c:1532 plug-ins/common/tile.c:400 #: plug-ins/common/tileit.c:388 plug-ins/common/uniteditor.c:174 #: plug-ins/common/unsharp.c:788 plug-ins/common/video.c:2157 #: plug-ins/common/vpropagate.c:936 plug-ins/common/warp.c:439 @@ -195,7 +195,7 @@ msgstr "OK" #: plug-ins/imagemap/imap_default_dialog.c:129 plug-ins/maze/maze_face.c:195 #: plug-ins/mosaic/mosaic.c:533 plug-ins/pagecurl/pagecurl.c:520 #: plug-ins/print/gimp_main_window.c:212 plug-ins/print/gimp_main_window.c:599 -#: plug-ins/rcm/rcm_dialog.c:729 plug-ins/sel2path/sel2path.c:354 +#: plug-ins/rcm/rcm_dialog.c:729 plug-ins/sel2path/sel2path.c:344 #: plug-ins/sgi/sgi.c:642 plug-ins/sinus/sinus.c:748 #: plug-ins/struc/struc.c:257 plug-ins/webbrowser/webbrowser.c:283 #: plug-ins/winsnap/winsnap.c:913 plug-ins/xjt/xjt.c:795 @@ -271,7 +271,7 @@ msgstr "kosini" #: plug-ins/FractalExplorer/Dialogs.c:803 plug-ins/common/CML_explorer.c:167 #: plug-ins/common/align_layers.c:452 plug-ins/common/align_layers.c:485 #: plug-ins/common/ps.c:2640 plug-ins/common/ps.c:2653 -#: plug-ins/common/psp.c:445 plug-ins/common/tiff.c:1508 +#: plug-ins/common/psp.c:445 plug-ins/common/tiff.c:1551 #: plug-ins/fits/fits.c:1032 plug-ins/gap/gap_mov_dialog.c:301 msgid "None" msgstr "ei mikään" @@ -603,7 +603,7 @@ msgstr "Lataa fraktaali tiedostosta" #: plug-ins/common/sample_colorize.c:1371 #: plug-ins/common/spheredesigner.c:2234 plug-ins/common/tileit.c:467 #: plug-ins/fp/fp_gtk.c:897 plug-ins/gimpressionist/preview.c:124 -#: plug-ins/ifscompose/ifscompose.c:787 +#: plug-ins/ifscompose/ifscompose.c:787 plug-ins/sel2path/sel2path.c:341 msgid "Reset" msgstr "Palauta" @@ -1443,7 +1443,7 @@ msgstr "N #: plug-ins/common/pix.c:326 plug-ins/common/png.c:415 #: plug-ins/common/png.c:417 plug-ins/common/pnm.c:414 #: plug-ins/common/psd.c:1713 plug-ins/common/sunras.c:441 -#: plug-ins/common/tga.c:429 plug-ins/common/tiff.c:443 +#: plug-ins/common/tga.c:429 plug-ins/common/tiff.c:450 #: plug-ins/common/xbm.c:735 plug-ins/common/xpm.c:334 #: plug-ins/common/xwd.c:430 plug-ins/faxg3/faxg3.c:196 #: plug-ins/gfli/gfli.c:471 plug-ins/sgi/sgi.c:330 plug-ins/sgi/sgi.c:332 @@ -1488,7 +1488,7 @@ msgstr "%s: virheellinen v #: plug-ins/common/png.c:576 plug-ins/common/pnm.c:502 #: plug-ins/common/psd.c:2094 plug-ins/common/smooth_palette.c:240 #: plug-ins/common/sunras.c:919 plug-ins/common/tga.c:1014 -#: plug-ins/common/tiff.c:654 plug-ins/common/tile.c:269 +#: plug-ins/common/tiff.c:676 plug-ins/common/tile.c:269 #: plug-ins/common/winclipboard.c:515 plug-ins/common/wmf.c:2350 #: plug-ins/common/xbm.c:873 plug-ins/faxg3/faxg3.c:448 #: plug-ins/fits/fits.c:521 plug-ins/gfig/gfig.c:2867 @@ -1508,7 +1508,7 @@ msgstr "Ei voi avata %s" #. init the progress meter #: plug-ins/bmp/bmpwrite.c:179 plug-ins/common/CEL.c:510 -#: plug-ins/common/gbr.c:387 plug-ins/common/gif.c:937 +#: plug-ins/common/gbr.c:387 plug-ins/common/gif.c:940 #: plug-ins/common/gpb.c:768 plug-ins/common/gpb.c:808 #: plug-ins/common/gtm.c:247 plug-ins/common/hrz.c:476 #: plug-ins/common/jpeg.c:1196 plug-ins/common/pat.c:343 @@ -1516,7 +1516,7 @@ msgstr "Ei voi avata %s" #: plug-ins/common/png.c:756 plug-ins/common/png.c:758 #: plug-ins/common/pnm.c:786 plug-ins/common/ps.c:999 #: plug-ins/common/sunras.c:524 plug-ins/common/tga.c:1196 -#: plug-ins/common/tiff.c:1260 plug-ins/common/xbm.c:983 +#: plug-ins/common/tiff.c:1282 plug-ins/common/xbm.c:983 #: plug-ins/common/xpm.c:653 plug-ins/common/xwd.c:534 #: plug-ins/fits/fits.c:472 plug-ins/gfli/gfli.c:691 plug-ins/sgi/sgi.c:548 #: plug-ins/sgi/sgi.c:550 plug-ins/xjt/xjt.c:1628 @@ -2733,7 +2733,7 @@ msgid "Prefixed Name:" msgstr "" #: plug-ins/common/csource.c:689 plug-ins/common/mail.c:556 -#: plug-ins/common/tiff.c:1523 plug-ins/common/xbm.c:1203 +#: plug-ins/common/tiff.c:1566 plug-ins/common/xbm.c:1203 msgid "Comment:" msgstr "" @@ -3607,28 +3607,28 @@ msgstr "" msgid "Icon Name:" msgstr "" -#: plug-ins/common/gif.c:672 +#: plug-ins/common/gif.c:674 msgid "" "GIF: Couldn't simply reduce colors further.\n" "Saving as opaque.\n" msgstr "" -#: plug-ins/common/gif.c:929 +#: plug-ins/common/gif.c:932 msgid "" "GIF: Sorry, can't save RGB images as GIFs - convert to INDEXED\n" "or GRAY first.\n" msgstr "" -#: plug-ins/common/gif.c:947 +#: plug-ins/common/gif.c:950 #, c-format msgid "GIF: can't open %s\n" msgstr "" -#: plug-ins/common/gif.c:1136 +#: plug-ins/common/gif.c:1139 msgid "GIF Warning" msgstr "" -#: plug-ins/common/gif.c:1162 +#: plug-ins/common/gif.c:1165 msgid "" "The image which you are trying to save as a GIF\n" "contains layers which extend beyond the actual\n" @@ -3639,61 +3639,61 @@ msgid "" "the image borders, or cancel this save." msgstr "" -#: plug-ins/common/gif.c:1207 +#: plug-ins/common/gif.c:1210 msgid "Save as GIF" msgstr "" #. regular gif parameter settings -#: plug-ins/common/gif.c:1229 +#: plug-ins/common/gif.c:1232 msgid "GIF Options" msgstr "" -#: plug-ins/common/gif.c:1237 +#: plug-ins/common/gif.c:1240 msgid "Interlace" msgstr "" -#: plug-ins/common/gif.c:1248 +#: plug-ins/common/gif.c:1251 msgid "GIF Comment:" msgstr "" #. additional animated gif parameter settings -#: plug-ins/common/gif.c:1307 +#: plug-ins/common/gif.c:1311 msgid "Animated GIF Options" msgstr "" -#: plug-ins/common/gif.c:1315 +#: plug-ins/common/gif.c:1319 msgid "Loop forever" msgstr "" -#: plug-ins/common/gif.c:1327 +#: plug-ins/common/gif.c:1331 msgid "Delay between Frames where Unspecified:" msgstr "" -#: plug-ins/common/gif.c:1339 +#: plug-ins/common/gif.c:1343 msgid "Milliseconds" msgstr "" -#: plug-ins/common/gif.c:1349 +#: plug-ins/common/gif.c:1353 msgid "Frame Disposal where Unspecified: " msgstr "" -#: plug-ins/common/gif.c:1358 +#: plug-ins/common/gif.c:1362 msgid "I don't Care" msgstr "" -#: plug-ins/common/gif.c:1360 +#: plug-ins/common/gif.c:1364 msgid "Cumulative Layers (Combine)" msgstr "" -#: plug-ins/common/gif.c:1362 +#: plug-ins/common/gif.c:1366 msgid "One Frame per Layer (Replace)" msgstr "" -#: plug-ins/common/gif.c:2346 +#: plug-ins/common/gif.c:2350 msgid "GIF: error writing output file\n" msgstr "" -#: plug-ins/common/gif.c:2437 +#: plug-ins/common/gif.c:2441 msgid "GIF save: Your comment string is too long.\n" msgstr "" @@ -5308,43 +5308,43 @@ msgstr "" msgid "Amplitude:" msgstr "" -#: plug-ins/common/rotate.c:168 +#: plug-ins/common/rotate.c:160 msgid "/Layers/Rotate/90 degrees" msgstr "" -#: plug-ins/common/rotate.c:179 +#: plug-ins/common/rotate.c:171 msgid "/Layers/Rotate/180 degrees" msgstr "" -#: plug-ins/common/rotate.c:190 +#: plug-ins/common/rotate.c:182 msgid "/Layers/Rotate/270 degrees" msgstr "" -#: plug-ins/common/rotate.c:202 +#: plug-ins/common/rotate.c:194 msgid "/Image/Transforms/Rotate/90 degrees" msgstr "" -#: plug-ins/common/rotate.c:213 +#: plug-ins/common/rotate.c:205 msgid "/Image/Transforms/Rotate/180 degrees" msgstr "" -#: plug-ins/common/rotate.c:224 +#: plug-ins/common/rotate.c:216 msgid "/Image/Transforms/Rotate/270 degrees" msgstr "" -#: plug-ins/common/rotate.c:531 +#: plug-ins/common/rotate.c:525 msgid "You can not rotate the whole image if there's a selection." msgstr "" -#: plug-ins/common/rotate.c:537 +#: plug-ins/common/rotate.c:531 msgid "You can not rotate the whole image if there's a floating selection." msgstr "" -#: plug-ins/common/rotate.c:547 +#: plug-ins/common/rotate.c:541 msgid "Sorry, channels and masks can not be rotated." msgstr "" -#: plug-ins/common/rotate.c:553 +#: plug-ins/common/rotate.c:547 msgid "Rotating..." msgstr "" @@ -5812,7 +5812,7 @@ msgid "Sphere Designer" msgstr "" #: plug-ins/common/spheredesigner.c:2268 plug-ins/gimpressionist/preview.c:117 -#: plug-ins/gimpressionist/repaint.c:873 plug-ins/gimpressionist/repaint.c:875 +#: plug-ins/gimpressionist/repaint.c:874 plug-ins/gimpressionist/repaint.c:876 #: plug-ins/imagemap/imap_polygon.c:446 msgid "Update" msgstr "" @@ -6011,31 +6011,31 @@ msgstr "" msgid "Threshold Alpha" msgstr "" -#: plug-ins/common/tiff.c:663 +#: plug-ins/common/tiff.c:685 msgid "TIFF Channel" msgstr "" -#: plug-ins/common/tiff.c:1482 +#: plug-ins/common/tiff.c:1525 msgid "Save as TIFF" msgstr "" -#: plug-ins/common/tiff.c:1504 +#: plug-ins/common/tiff.c:1547 msgid "Compression" msgstr "" -#: plug-ins/common/tiff.c:1509 +#: plug-ins/common/tiff.c:1552 msgid "LZW" msgstr "" -#: plug-ins/common/tiff.c:1510 +#: plug-ins/common/tiff.c:1553 msgid "Pack Bits" msgstr "" -#: plug-ins/common/tiff.c:1511 +#: plug-ins/common/tiff.c:1554 msgid "Deflate" msgstr "" -#: plug-ins/common/tiff.c:1512 +#: plug-ins/common/tiff.c:1555 msgid "JPEG" msgstr "" @@ -11935,12 +11935,12 @@ msgid "" msgstr "" #. open URL for help -#: plug-ins/maze/maze_face.c:588 +#: plug-ins/maze/maze_face.c:596 #, c-format msgid "Opening %s" msgstr "" -#: plug-ins/maze/maze_face.c:599 +#: plug-ins/maze/maze_face.c:607 #, c-format msgid "See %s" msgstr "" @@ -12434,32 +12434,33 @@ msgstr "" msgid "Misc" msgstr "" -#: plug-ins/sel2path/sel2path.c:160 +#: plug-ins/sel2path/sel2path.c:162 msgid "/Select/To Path" msgstr "" -#: plug-ins/sel2path/sel2path.c:205 +#: plug-ins/sel2path/sel2path.c:209 msgid "No selection to convert" msgstr "" -#: plug-ins/sel2path/sel2path.c:362 -msgid "Default Values" -msgstr "" +#: plug-ins/sel2path/sel2path.c:333 +#, fuzzy +msgid "Sel2Path Advanced Settings" +msgstr "Saturaatio asetukset" -#: plug-ins/sel2path/sel2path.c:551 +#: plug-ins/sel2path/sel2path.c:542 #, c-format msgid "print_spline: strange degree (%d)" msgstr "" -#: plug-ins/sel2path/sel2path.c:559 +#: plug-ins/sel2path/sel2path.c:551 msgid "selection_to_path" msgstr "" -#: plug-ins/sel2path/sel2path.c:585 +#: plug-ins/sel2path/sel2path.c:579 msgid "gimp_image_get_selection failed" msgstr "" -#: plug-ins/sel2path/sel2path.c:593 +#: plug-ins/sel2path/sel2path.c:587 msgid "Internal error. Selection bpp > 1" msgstr "" diff --git a/po-plug-ins/fr.po b/po-plug-ins/fr.po index 1004ab095d..4fbd748f1e 100644 --- a/po-plug-ins/fr.po +++ b/po-plug-ins/fr.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: gimp 1.1.15\n" -"POT-Creation-Date: 2000-05-26 23:52-0700\n" +"POT-Creation-Date: 2000-06-18 19:40-0700\n" "PO-Revision-Date: 2000-03-01 11:43+0100\n" "Last-Translator: Joaquim Fellmann \n" "Language-Team: GNOME French Team \n" @@ -46,7 +46,7 @@ msgstr " #: plug-ins/Lighting/lighting_ui.c:1076 plug-ins/MapObject/mapobject_ui.c:1383 #: plug-ins/bmp/bmpwrite.c:564 plug-ins/common/CML_explorer.c:1174 #: plug-ins/common/CML_explorer.c:1932 plug-ins/common/CML_explorer.c:2252 -#: plug-ins/common/aa.c:346 plug-ins/common/align_layers.c:425 +#: plug-ins/common/aa.c:344 plug-ins/common/align_layers.c:425 #: plug-ins/common/apply_lens.c:392 plug-ins/common/blinds.c:323 #: plug-ins/common/blur.c:613 plug-ins/common/borderaverage.c:393 #: plug-ins/common/bumpmap.c:848 plug-ins/common/checkerboard.c:349 @@ -63,8 +63,8 @@ msgstr " #: plug-ins/common/fractaltrace.c:725 plug-ins/common/gauss_iir.c:365 #: plug-ins/common/gauss_iir.c:448 plug-ins/common/gauss_rle.c:360 #: plug-ins/common/gauss_rle.c:443 plug-ins/common/gbr.c:456 -#: plug-ins/common/gicon.c:441 plug-ins/common/gif.c:1141 -#: plug-ins/common/gif.c:1212 plug-ins/common/glasstile.c:259 +#: plug-ins/common/gicon.c:441 plug-ins/common/gif.c:1144 +#: plug-ins/common/gif.c:1215 plug-ins/common/glasstile.c:259 #: plug-ins/common/gpb.c:269 plug-ins/common/gqbist.c:640 #: plug-ins/common/grid.c:658 plug-ins/common/gtm.c:375 #: plug-ins/common/hot.c:589 plug-ins/common/illusion.c:560 @@ -87,18 +87,18 @@ msgstr " #: plug-ins/common/sparkle.c:349 plug-ins/common/spheredesigner.c:2232 #: plug-ins/common/spread.c:382 plug-ins/common/sunras.c:1577 #: plug-ins/common/tga.c:1448 plug-ins/common/threshold_alpha.c:268 -#: plug-ins/common/tiff.c:1487 plug-ins/common/tile.c:398 +#: plug-ins/common/tiff.c:1530 plug-ins/common/tile.c:398 #: plug-ins/common/tileit.c:386 plug-ins/common/uniteditor.c:172 #: plug-ins/common/unsharp.c:786 plug-ins/common/video.c:2155 #: plug-ins/common/vpropagate.c:934 plug-ins/common/warp.c:437 #: plug-ins/common/waves.c:349 plug-ins/common/whirlpinch.c:808 #: plug-ins/common/wind.c:1007 plug-ins/common/wmf.c:931 -#: plug-ins/common/xbm.c:1128 plug-ins/common/xpm.c:800 -#: plug-ins/fits/fits.c:987 plug-ins/flame/flame.c:624 -#: plug-ins/flame/flame.c:913 plug-ins/fp/fp_gtk.c:895 +#: plug-ins/common/xbm.c:1151 plug-ins/common/xpm.c:800 +#: plug-ins/fits/fits.c:987 plug-ins/flame/flame.c:631 +#: plug-ins/flame/flame.c:920 plug-ins/fp/fp_gtk.c:895 #: plug-ins/gap/gap_arr_dialog.c:768 plug-ins/gap/gap_arr_dialog.c:1010 #: plug-ins/gap/gap_decode_xanim.c:177 plug-ins/gap/gap_lib.c:221 -#: plug-ins/gap/gap_mod_layer.c:145 plug-ins/gap/gap_mov_dialog.c:469 +#: plug-ins/gap/gap_mod_layer.c:145 plug-ins/gap/gap_mov_dialog.c:487 #: plug-ins/gap/gap_mpege.c:191 plug-ins/gap/gap_resi_dialog.c:149 #: plug-ins/gdyntext/gdyntext_ui.c:201 plug-ins/gdyntext/gdyntext_ui.c:621 #: plug-ins/gfig/gfig.c:4088 plug-ins/gfig/gfig.c:4433 @@ -110,10 +110,10 @@ msgstr " #: plug-ins/gimpressionist/orientmap.c:626 #: plug-ins/gimpressionist/presets.c:392 plug-ins/gimpressionist/sizemap.c:485 #: plug-ins/ifscompose/ifscompose.c:781 -#: plug-ins/imagemap/imap_default_dialog.c:102 plug-ins/maze/maze_face.c:191 +#: plug-ins/imagemap/imap_default_dialog.c:114 plug-ins/maze/maze_face.c:191 #: plug-ins/mosaic/mosaic.c:531 plug-ins/pagecurl/pagecurl.c:518 #: plug-ins/print/gimp_main_window.c:597 plug-ins/rcm/rcm_dialog.c:727 -#: plug-ins/sel2path/sel2path.c:345 plug-ins/sgi/sgi.c:640 +#: plug-ins/sel2path/sel2path.c:338 plug-ins/sgi/sgi.c:640 #: plug-ins/sinus/sinus.c:746 plug-ins/struc/struc.c:255 #: plug-ins/webbrowser/webbrowser.c:281 plug-ins/xjt/xjt.c:793 msgid "OK" @@ -127,7 +127,7 @@ msgstr "OK" #: plug-ins/FractalExplorer/FractalExplorer.c:1478 #: plug-ins/Lighting/lighting_ui.c:1078 plug-ins/MapObject/mapobject_ui.c:1385 #: plug-ins/bmp/bmpwrite.c:566 plug-ins/common/CML_explorer.c:1176 -#: plug-ins/common/CML_explorer.c:2254 plug-ins/common/aa.c:348 +#: plug-ins/common/CML_explorer.c:2254 plug-ins/common/aa.c:346 #: plug-ins/common/align_layers.c:427 plug-ins/common/apply_lens.c:394 #: plug-ins/common/blinds.c:325 plug-ins/common/blur.c:615 #: plug-ins/common/borderaverage.c:395 plug-ins/common/bumpmap.c:850 @@ -145,7 +145,7 @@ msgstr "OK" #: plug-ins/common/gauss_iir.c:367 plug-ins/common/gauss_iir.c:450 #: plug-ins/common/gauss_rle.c:362 plug-ins/common/gauss_rle.c:445 #: plug-ins/common/gbr.c:458 plug-ins/common/gicon.c:443 -#: plug-ins/common/gif.c:1143 plug-ins/common/gif.c:1214 +#: plug-ins/common/gif.c:1146 plug-ins/common/gif.c:1217 #: plug-ins/common/glasstile.c:261 plug-ins/common/gpb.c:271 #: plug-ins/common/gqbist.c:642 plug-ins/common/grid.c:660 #: plug-ins/common/gtm.c:377 plug-ins/common/hot.c:591 @@ -169,22 +169,21 @@ msgstr "OK" #: plug-ins/common/sparkle.c:351 plug-ins/common/spheredesigner.c:2236 #: plug-ins/common/spread.c:384 plug-ins/common/sunras.c:1579 #: plug-ins/common/tga.c:1450 plug-ins/common/threshold_alpha.c:270 -#: plug-ins/common/tiff.c:1489 plug-ins/common/tile.c:400 +#: plug-ins/common/tiff.c:1532 plug-ins/common/tile.c:400 #: plug-ins/common/tileit.c:388 plug-ins/common/uniteditor.c:174 #: plug-ins/common/unsharp.c:788 plug-ins/common/video.c:2157 #: plug-ins/common/vpropagate.c:936 plug-ins/common/warp.c:439 #: plug-ins/common/waves.c:351 plug-ins/common/whirlpinch.c:810 #: plug-ins/common/wind.c:1009 plug-ins/common/wmf.c:933 -#: plug-ins/common/xbm.c:895 plug-ins/common/xbm.c:1130 -#: plug-ins/common/xpm.c:802 plug-ins/fits/fits.c:989 -#: plug-ins/flame/flame.c:626 plug-ins/flame/flame.c:915 -#: plug-ins/fp/fp_gtk.c:899 plug-ins/gap/gap_arr_dialog.c:1012 -#: plug-ins/gap/gap_dbbrowser_utils.c:211 +#: plug-ins/common/xbm.c:1153 plug-ins/common/xpm.c:802 +#: plug-ins/fits/fits.c:989 plug-ins/flame/flame.c:633 +#: plug-ins/flame/flame.c:922 plug-ins/fp/fp_gtk.c:899 +#: plug-ins/gap/gap_arr_dialog.c:1012 plug-ins/gap/gap_dbbrowser_utils.c:211 #: plug-ins/gap/gap_decode_mpeg_main.c:336 plug-ins/gap/gap_decode_xanim.c:175 #: plug-ins/gap/gap_decode_xanim.c:340 plug-ins/gap/gap_filter_foreach.c:132 #: plug-ins/gap/gap_lib.c:1018 plug-ins/gap/gap_mod_layer.c:147 -#: plug-ins/gap/gap_mod_layer.c:261 plug-ins/gap/gap_mov_dialog.c:500 -#: plug-ins/gap/gap_mov_dialog.c:2740 plug-ins/gap/gap_mpege.c:189 +#: plug-ins/gap/gap_mod_layer.c:261 plug-ins/gap/gap_mov_dialog.c:518 +#: plug-ins/gap/gap_mov_dialog.c:3019 plug-ins/gap/gap_mpege.c:189 #: plug-ins/gap/gap_mpege.c:240 plug-ins/gap/gap_range_ops.c:1204 #: plug-ins/gap/gap_resi_dialog.c:158 plug-ins/gfig/gfig.c:3941 #: plug-ins/gfig/gfig.c:4088 plug-ins/gfig/gfig.c:4435 @@ -195,13 +194,13 @@ msgstr "OK" #: plug-ins/gimpressionist/orientmap.c:640 #: plug-ins/gimpressionist/presets.c:400 plug-ins/gimpressionist/sizemap.c:499 #: plug-ins/ifscompose/ifscompose.c:789 -#: plug-ins/imagemap/imap_default_dialog.c:117 plug-ins/maze/maze_face.c:195 +#: plug-ins/imagemap/imap_default_dialog.c:129 plug-ins/maze/maze_face.c:195 #: plug-ins/mosaic/mosaic.c:533 plug-ins/pagecurl/pagecurl.c:520 #: plug-ins/print/gimp_main_window.c:212 plug-ins/print/gimp_main_window.c:599 -#: plug-ins/rcm/rcm_dialog.c:729 plug-ins/sel2path/sel2path.c:354 +#: plug-ins/rcm/rcm_dialog.c:729 plug-ins/sel2path/sel2path.c:344 #: plug-ins/sgi/sgi.c:642 plug-ins/sinus/sinus.c:748 #: plug-ins/struc/struc.c:257 plug-ins/webbrowser/webbrowser.c:283 -#: plug-ins/winsnap/winsnap.c:912 plug-ins/xjt/xjt.c:795 +#: plug-ins/winsnap/winsnap.c:913 plug-ins/xjt/xjt.c:795 msgid "Cancel" msgstr "Annuler" @@ -274,8 +273,8 @@ msgstr "Cosinus" #: plug-ins/FractalExplorer/Dialogs.c:803 plug-ins/common/CML_explorer.c:167 #: plug-ins/common/align_layers.c:452 plug-ins/common/align_layers.c:485 #: plug-ins/common/ps.c:2640 plug-ins/common/ps.c:2653 -#: plug-ins/common/psp.c:445 plug-ins/common/tiff.c:1508 -#: plug-ins/fits/fits.c:1032 plug-ins/gap/gap_mov_dialog.c:284 +#: plug-ins/common/psp.c:445 plug-ins/common/tiff.c:1551 +#: plug-ins/fits/fits.c:1032 plug-ins/gap/gap_mov_dialog.c:301 msgid "None" msgstr "Aucun" @@ -454,7 +453,7 @@ msgstr " #: plug-ins/common/sharpen.c:550 plug-ins/common/spheredesigner.c:2254 #: plug-ins/common/tileit.c:407 plug-ins/common/waves.c:576 #: plug-ins/common/whirlpinch.c:826 plug-ins/common/wind.c:1026 -#: plug-ins/flame/flame.c:933 plug-ins/gfig/gfig.c:3964 +#: plug-ins/flame/flame.c:940 plug-ins/gfig/gfig.c:3964 #: plug-ins/gflare/gflare.c:2492 plug-ins/gflare/gflare.c:3500 #: plug-ins/gimpressionist/orientmap.c:502 #: plug-ins/gimpressionist/preview.c:106 plug-ins/gimpressionist/sizemap.c:402 @@ -607,7 +606,7 @@ msgstr "Charger les param #: plug-ins/common/sample_colorize.c:1371 #: plug-ins/common/spheredesigner.c:2234 plug-ins/common/tileit.c:467 #: plug-ins/fp/fp_gtk.c:897 plug-ins/gimpressionist/preview.c:124 -#: plug-ins/ifscompose/ifscompose.c:787 +#: plug-ins/ifscompose/ifscompose.c:787 plug-ins/sel2path/sel2path.c:341 msgid "Reset" msgstr "R. à z." @@ -1106,8 +1105,8 @@ msgstr "Position" #: plug-ins/MapObject/mapobject_ui.c:1040 #: plug-ins/MapObject/mapobject_ui.c:1084 plug-ins/common/flarefx.c:785 #: plug-ins/common/nova.c:609 plug-ins/common/papertile.c:285 -#: plug-ins/flame/flame.c:1182 plug-ins/flame/flame.c:1195 -#: plug-ins/gap/gap_mov_dialog.c:1855 plug-ins/gflare/gflare.c:2874 +#: plug-ins/flame/flame.c:1189 plug-ins/flame/flame.c:1202 +#: plug-ins/gap/gap_mov_dialog.c:2100 plug-ins/gflare/gflare.c:2874 #: plug-ins/ifscompose/ifscompose.c:513 msgid "X:" msgstr "X:" @@ -1124,7 +1123,7 @@ msgstr "Position X de la source en espace XYZ" #: plug-ins/MapObject/mapobject_ui.c:1093 #: plug-ins/MapObject/mapobject_ui.c:1189 plug-ins/common/flarefx.c:803 #: plug-ins/common/nova.c:627 plug-ins/common/papertile.c:294 -#: plug-ins/common/xbm.c:1221 plug-ins/gap/gap_mov_dialog.c:1873 +#: plug-ins/common/xbm.c:1244 plug-ins/gap/gap_mov_dialog.c:2118 #: plug-ins/gflare/gflare.c:2878 plug-ins/ifscompose/ifscompose.c:527 msgid "Y:" msgstr "Y:" @@ -1221,7 +1220,7 @@ msgid "Bumpmap Image:" msgstr "Image portant la carte du relief :" #: plug-ins/Lighting/lighting_ui.c:919 plug-ins/common/mblur.c:784 -#: plug-ins/flame/flame.c:714 plug-ins/sinus/sinus.c:1032 +#: plug-ins/flame/flame.c:721 plug-ins/sinus/sinus.c:1032 msgid "Linear" msgstr "Linéaire" @@ -1229,11 +1228,11 @@ msgstr "Lin msgid "Logarithmic" msgstr "Logarithmique" -#: plug-ins/Lighting/lighting_ui.c:921 plug-ins/flame/flame.c:715 +#: plug-ins/Lighting/lighting_ui.c:921 plug-ins/flame/flame.c:722 msgid "Sinusoidal" msgstr "Sinusoïdal" -#: plug-ins/Lighting/lighting_ui.c:922 plug-ins/flame/flame.c:716 +#: plug-ins/Lighting/lighting_ui.c:922 plug-ins/flame/flame.c:723 msgid "Spherical" msgstr "Sphérique" @@ -1265,7 +1264,7 @@ msgstr "Image pour l'environnement:" #. Options section #: plug-ins/Lighting/lighting_ui.c:1014 plug-ins/MapObject/mapobject_ui.c:1314 #: plug-ins/common/lic.c:1037 plug-ins/common/ripple.c:604 -#: plug-ins/gap/gap_mov_dialog.c:841 plug-ins/gfig/gfig.c:4018 +#: plug-ins/gap/gap_mov_dialog.c:859 plug-ins/gfig/gfig.c:4018 msgid "Options" msgstr "Options" @@ -1480,8 +1479,8 @@ msgstr "Tracer les ar #: plug-ins/common/pix.c:326 plug-ins/common/png.c:415 #: plug-ins/common/png.c:417 plug-ins/common/pnm.c:414 #: plug-ins/common/psd.c:1713 plug-ins/common/sunras.c:441 -#: plug-ins/common/tga.c:429 plug-ins/common/tiff.c:443 -#: plug-ins/common/xbm.c:674 plug-ins/common/xpm.c:334 +#: plug-ins/common/tga.c:429 plug-ins/common/tiff.c:450 +#: plug-ins/common/xbm.c:735 plug-ins/common/xpm.c:334 #: plug-ins/common/xwd.c:430 plug-ins/faxg3/faxg3.c:196 #: plug-ins/gfli/gfli.c:471 plug-ins/sgi/sgi.c:330 plug-ins/sgi/sgi.c:332 #: plug-ins/xjt/xjt.c:3246 @@ -1525,12 +1524,12 @@ msgstr "%s: mauvaise palette de couleurs\n" #: plug-ins/common/png.c:576 plug-ins/common/pnm.c:502 #: plug-ins/common/psd.c:2094 plug-ins/common/smooth_palette.c:240 #: plug-ins/common/sunras.c:919 plug-ins/common/tga.c:1014 -#: plug-ins/common/tiff.c:654 plug-ins/common/tile.c:269 +#: plug-ins/common/tiff.c:676 plug-ins/common/tile.c:269 #: plug-ins/common/winclipboard.c:515 plug-ins/common/wmf.c:2350 -#: plug-ins/common/xbm.c:812 plug-ins/faxg3/faxg3.c:448 +#: plug-ins/common/xbm.c:873 plug-ins/faxg3/faxg3.c:448 #: plug-ins/fits/fits.c:521 plug-ins/gfig/gfig.c:2867 #: plug-ins/gfig/gfig.c:3195 plug-ins/sgi/sgi.c:378 plug-ins/twain/twain.c:722 -#: plug-ins/winsnap/winsnap.c:1234 +#: plug-ins/winsnap/winsnap.c:1235 msgid "Background" msgstr "Fond" @@ -1547,7 +1546,7 @@ msgstr "Impossible d'ouvrir %s" #. init the progress meter #: plug-ins/bmp/bmpwrite.c:179 plug-ins/common/CEL.c:510 -#: plug-ins/common/gbr.c:387 plug-ins/common/gif.c:937 +#: plug-ins/common/gbr.c:387 plug-ins/common/gif.c:940 #: plug-ins/common/gpb.c:768 plug-ins/common/gpb.c:808 #: plug-ins/common/gtm.c:247 plug-ins/common/hrz.c:476 #: plug-ins/common/jpeg.c:1196 plug-ins/common/pat.c:343 @@ -1555,7 +1554,7 @@ msgstr "Impossible d'ouvrir %s" #: plug-ins/common/png.c:756 plug-ins/common/png.c:758 #: plug-ins/common/pnm.c:786 plug-ins/common/ps.c:999 #: plug-ins/common/sunras.c:524 plug-ins/common/tga.c:1196 -#: plug-ins/common/tiff.c:1260 plug-ins/common/xbm.c:960 +#: plug-ins/common/tiff.c:1282 plug-ins/common/xbm.c:983 #: plug-ins/common/xpm.c:653 plug-ins/common/xwd.c:534 #: plug-ins/fits/fits.c:472 plug-ins/gfli/gfli.c:691 plug-ins/sgi/sgi.c:548 #: plug-ins/sgi/sgi.c:550 plug-ins/xjt/xjt.c:1628 @@ -1804,7 +1803,7 @@ msgstr "Al #: plug-ins/common/CML_explorer.c:299 plug-ins/common/CML_explorer.c:1280 #: plug-ins/common/decompose.c:122 plug-ins/common/lic.c:1058 #: plug-ins/fp/fp_gtk.c:281 plug-ins/fp/fp_gtk.c:413 -#: plug-ins/gap/gap_mov_dialog.c:257 plug-ins/gimpressionist/orientation.c:188 +#: plug-ins/gap/gap_mov_dialog.c:274 plug-ins/gimpressionist/orientation.c:188 #: plug-ins/gimpressionist/size.c:186 msgid "Hue" msgstr "Teinte" @@ -1812,13 +1811,13 @@ msgstr "Teinte" #: plug-ins/common/CML_explorer.c:300 plug-ins/common/CML_explorer.c:1285 #: plug-ins/common/decompose.c:123 plug-ins/common/lic.c:1059 #: plug-ins/fp/fp_gtk.c:285 plug-ins/fp/fp_gtk.c:417 plug-ins/fp/fp_gtk.c:481 -#: plug-ins/gap/gap_mov_dialog.c:258 plug-ins/rcm/rcm_dialog.c:509 +#: plug-ins/gap/gap_mov_dialog.c:275 plug-ins/rcm/rcm_dialog.c:509 msgid "Saturation" msgstr "Saturation" #: plug-ins/common/CML_explorer.c:301 plug-ins/common/CML_explorer.c:1290 #: plug-ins/common/decompose.c:124 plug-ins/fp/fp_gtk.c:289 -#: plug-ins/fp/fp_gtk.c:421 plug-ins/gap/gap_mov_dialog.c:260 +#: plug-ins/fp/fp_gtk.c:421 plug-ins/gap/gap_mov_dialog.c:277 #: plug-ins/gimpressionist/orientation.c:131 #: plug-ins/gimpressionist/size.c:130 msgid "Value" @@ -2086,12 +2085,12 @@ msgid "Error: failed to load parameters" msgstr "Erreur : je n'ai pu charger les paramètres." #. Create the actual window. -#: plug-ins/common/aa.c:341 +#: plug-ins/common/aa.c:339 msgid "Save as Text" msgstr "Sauver en tant que texte" #. file save type -#: plug-ins/common/aa.c:358 plug-ins/common/pnm.c:945 +#: plug-ins/common/aa.c:356 plug-ins/common/pnm.c:945 #: plug-ins/common/sunras.c:1589 msgid "Data Formatting" msgstr "Formatage des données" @@ -2167,7 +2166,7 @@ msgid "Left Edge" msgstr "Bordure Gauche" #: plug-ins/common/align_layers.c:473 plug-ins/common/align_layers.c:506 -#: plug-ins/gap/gap_mov_dialog.c:271 plug-ins/gflare/gflare.c:2862 +#: plug-ins/gap/gap_mov_dialog.c:288 plug-ins/gflare/gflare.c:2862 msgid "Center" msgstr "Centrer" @@ -2211,16 +2210,16 @@ msgstr "Utiliser le calque le plus bas (invisible) comme base" msgid "Grid Size:" msgstr "Taille de grille :" -#: plug-ins/common/animationplay.c:266 +#: plug-ins/common/animationplay.c:270 msgid "/Filters/Animation/Animation Playback..." msgstr "/Filtres/Animation/Rejouer l'animation..." -#: plug-ins/common/animationplay.c:662 +#: plug-ins/common/animationplay.c:666 msgid "Animation Playback: " msgstr "Jouer une animation: " #. if no buttons are specified use one CLOSE button per default -#: plug-ins/common/animationplay.c:669 plug-ins/common/plugindetails.c:996 +#: plug-ins/common/animationplay.c:673 plug-ins/common/plugindetails.c:996 #: plug-ins/common/sample_colorize.c:1373 plug-ins/common/uniteditor.c:525 #: plug-ins/dbbrowser/dbbrowser_utils.c:158 #: plug-ins/dbbrowser/dbbrowser_utils.c:175 plug-ins/gap/gap_arr_dialog.c:783 @@ -2234,43 +2233,43 @@ msgid "Close" msgstr "Fermer" #. The 'playback' half of the dialog -#: plug-ins/common/animationplay.c:683 plug-ins/common/animationplay.c:686 +#: plug-ins/common/animationplay.c:687 plug-ins/common/animationplay.c:690 msgid "Playback: " msgstr "Jouer: " -#: plug-ins/common/animationplay.c:716 +#: plug-ins/common/animationplay.c:720 msgid "Play/Stop" msgstr "Jouer/Stop" -#: plug-ins/common/animationplay.c:722 +#: plug-ins/common/animationplay.c:726 msgid "Rewind" msgstr "Rembobiner" -#: plug-ins/common/animationplay.c:728 +#: plug-ins/common/animationplay.c:732 msgid "Step" msgstr "Pas" -#: plug-ins/common/animationplay.c:786 +#: plug-ins/common/animationplay.c:790 msgid "Frame %v of %u" msgstr "Image %v sur %u" -#: plug-ins/common/animoptimize.c:154 +#: plug-ins/common/animoptimize.c:158 msgid "/Filters/Animation/Animation Optimize" msgstr "/Filtres/Animation/Optimiser l'animation" -#: plug-ins/common/animoptimize.c:170 +#: plug-ins/common/animoptimize.c:174 msgid "/Filters/Animation/Animation UnOptimize" msgstr "/Filtres/Animation/Désoptimiser" -#: plug-ins/common/animoptimize.c:270 +#: plug-ins/common/animoptimize.c:274 msgid "Optimizing Animation..." msgstr "Optimisation de l'animation..." -#: plug-ins/common/animoptimize.c:272 +#: plug-ins/common/animoptimize.c:276 msgid "UnOptimizing Animation..." msgstr "Désoptimisation de l'animation..." -#: plug-ins/common/animoptimize.c:301 +#: plug-ins/common/animoptimize.c:305 msgid "Not enough memory to allocate buffers for optimization.\n" msgstr "Pas assez de mémoire pour allouer des tempons pour l'optimisation.\n" @@ -2547,7 +2546,7 @@ msgstr "Coloriser" #: plug-ins/common/colorify.c:338 plug-ins/common/colortoalpha.c:414 #: plug-ins/common/ps.c:2625 plug-ins/common/xpm.c:439 -#: plug-ins/gap/gap_mov_dialog.c:259 plug-ins/gimpressionist/color.c:51 +#: plug-ins/gap/gap_mov_dialog.c:276 plug-ins/gimpressionist/color.c:51 #: plug-ins/gimpressionist/color.c:56 plug-ins/imagemap/imap_menu.c:325 #: plug-ins/print/gimp_main_window.c:425 msgid "Color" @@ -2788,7 +2787,7 @@ msgid "Prefixed Name:" msgstr "Nom prefixé :" #: plug-ins/common/csource.c:689 plug-ins/common/mail.c:556 -#: plug-ins/common/tiff.c:1523 plug-ins/common/xbm.c:1180 +#: plug-ins/common/tiff.c:1566 plug-ins/common/xbm.c:1203 msgid "Comment:" msgstr "Commentaire :" @@ -2825,7 +2824,7 @@ msgstr "Sauvegarder le Canal Alpha (RGBA/RGB)" #. Opacity #. table col, row #: plug-ins/common/csource.c:757 plug-ins/common/sparkle.c:443 -#: plug-ins/common/tileit.c:587 plug-ins/gap/gap_mov_dialog.c:1925 +#: plug-ins/common/tileit.c:587 plug-ins/gap/gap_mov_dialog.c:2170 #: plug-ins/gflare/gflare.c:3602 plug-ins/gflare/gflare.c:3632 #: plug-ins/gflare/gflare.c:3662 msgid "Opacity:" @@ -3201,7 +3200,7 @@ msgstr "Cr #: plug-ins/common/destripe.c:670 plug-ins/common/gtm.c:551 #: plug-ins/common/ps.c:2582 plug-ins/common/ps.c:2757 #: plug-ins/common/smooth_palette.c:429 plug-ins/common/tile.c:421 -#: plug-ins/gap/gap_mov_dialog.c:1891 plug-ins/imagemap/imap_rectangle.c:387 +#: plug-ins/gap/gap_mov_dialog.c:2136 plug-ins/imagemap/imap_rectangle.c:387 msgid "Width:" msgstr "Largeur:" @@ -3229,7 +3228,7 @@ msgstr "Contours" msgid "Sharp edges" msgstr "Bords nets" -#: plug-ins/common/diffraction.c:717 plug-ins/flame/flame.c:1004 +#: plug-ins/common/diffraction.c:717 plug-ins/flame/flame.c:1011 #: plug-ins/print/gimp_color_window.c:100 msgid "Brightness:" msgstr "Luminosité:" @@ -3289,7 +3288,7 @@ msgstr " #: plug-ins/common/displace.c:426 plug-ins/common/edge.c:708 #: plug-ins/common/fractaltrace.c:774 plug-ins/common/newsprint.c:449 #: plug-ins/common/ripple.c:653 plug-ins/common/warp.c:534 -#: plug-ins/fits/fits.c:1008 plug-ins/flame/flame.c:1100 +#: plug-ins/fits/fits.c:1008 plug-ins/flame/flame.c:1107 #: plug-ins/gfig/gfig.c:3328 msgid "Black" msgstr "Noir" @@ -3355,7 +3354,7 @@ msgstr "Limiter la largeur de ligne" #: plug-ins/common/engrave.c:256 plug-ins/common/film.c:1243 #: plug-ins/common/gtm.c:565 plug-ins/common/ps.c:2591 #: plug-ins/common/ps.c:2766 plug-ins/common/smooth_palette.c:438 -#: plug-ins/common/tile.c:425 plug-ins/gap/gap_mov_dialog.c:1908 +#: plug-ins/common/tile.c:425 plug-ins/gap/gap_mov_dialog.c:2153 #: plug-ins/imagemap/imap_rectangle.c:393 msgid "Height:" msgstr "Hauteur :" @@ -3673,7 +3672,7 @@ msgstr "Enregistrer au format GIcon" msgid "Icon Name:" msgstr "Nom de l'icône :" -#: plug-ins/common/gif.c:672 +#: plug-ins/common/gif.c:674 msgid "" "GIF: Couldn't simply reduce colors further.\n" "Saving as opaque.\n" @@ -3681,7 +3680,7 @@ msgstr "" "GIF: Impossible de réduire les couleurs de manière plus poussée.\n" "J'enregistre en tant qu'image opaque.\n" -#: plug-ins/common/gif.c:929 +#: plug-ins/common/gif.c:932 msgid "" "GIF: Sorry, can't save RGB images as GIFs - convert to INDEXED\n" "or GRAY first.\n" @@ -3689,16 +3688,16 @@ msgstr "" "GIF: Désolé, il est impossible de sauver des images RVB au format GIF.\n" "Veuillez d'abord convertir en couleurs indexées ou tons de gris.\n" -#: plug-ins/common/gif.c:947 +#: plug-ins/common/gif.c:950 #, c-format msgid "GIF: can't open %s\n" msgstr "GIF: impossible d'ouvrir %s\n" -#: plug-ins/common/gif.c:1136 +#: plug-ins/common/gif.c:1139 msgid "GIF Warning" msgstr "Avertissement GIF" -#: plug-ins/common/gif.c:1162 +#: plug-ins/common/gif.c:1165 msgid "" "The image which you are trying to save as a GIF\n" "contains layers which extend beyond the actual\n" @@ -3717,61 +3716,61 @@ msgstr "" "calques aux dimensions de l'image, soit d'annuler\n" "cette sauvegarde." -#: plug-ins/common/gif.c:1207 +#: plug-ins/common/gif.c:1210 msgid "Save as GIF" msgstr "Enregistrer en GIF" #. regular gif parameter settings -#: plug-ins/common/gif.c:1229 +#: plug-ins/common/gif.c:1232 msgid "GIF Options" msgstr "Options GIF" -#: plug-ins/common/gif.c:1237 +#: plug-ins/common/gif.c:1240 msgid "Interlace" msgstr "Entrelacement" -#: plug-ins/common/gif.c:1248 +#: plug-ins/common/gif.c:1251 msgid "GIF Comment:" msgstr "Commentaire GIF :" #. additional animated gif parameter settings -#: plug-ins/common/gif.c:1307 +#: plug-ins/common/gif.c:1311 msgid "Animated GIF Options" msgstr "Options d'animation GIF" -#: plug-ins/common/gif.c:1315 +#: plug-ins/common/gif.c:1319 msgid "Loop forever" msgstr "Boucle infinie" -#: plug-ins/common/gif.c:1327 +#: plug-ins/common/gif.c:1331 msgid "Delay between Frames where Unspecified:" msgstr "Délai entre les images lorsque non spécifié :" -#: plug-ins/common/gif.c:1339 +#: plug-ins/common/gif.c:1343 msgid "Milliseconds" msgstr "Millisecondes" -#: plug-ins/common/gif.c:1349 +#: plug-ins/common/gif.c:1353 msgid "Frame Disposal where Unspecified: " msgstr "Disposition des images lorsque non spécifié :" -#: plug-ins/common/gif.c:1358 +#: plug-ins/common/gif.c:1362 msgid "I don't Care" msgstr "Peu importe" -#: plug-ins/common/gif.c:1360 +#: plug-ins/common/gif.c:1364 msgid "Cumulative Layers (Combine)" msgstr "Calques cumulatifs (Combiner)" -#: plug-ins/common/gif.c:1362 +#: plug-ins/common/gif.c:1366 msgid "One Frame per Layer (Replace)" msgstr "Une image par calque (Remplacer)" -#: plug-ins/common/gif.c:2346 +#: plug-ins/common/gif.c:2350 msgid "GIF: error writing output file\n" msgstr "GIF: erreur lors de l'écriture du fichier de sortie\n" -#: plug-ins/common/gif.c:2437 +#: plug-ins/common/gif.c:2441 msgid "GIF save: Your comment string is too long.\n" msgstr "Enregistrer au format GIF : votre commentaire est trop long.\n" @@ -3915,7 +3914,7 @@ msgstr "Trac msgid "Grid" msgstr "Grille" -#: plug-ins/common/grid.c:708 plug-ins/gap/gap_mov_dialog.c:478 +#: plug-ins/common/grid.c:708 plug-ins/gap/gap_mov_dialog.c:496 msgid "Update Preview" msgstr "Mise à Jour de l'Aperçu" @@ -4709,7 +4708,7 @@ msgid "Output LPI:" msgstr "Sortie LPI :" #. screen settings -#: plug-ins/common/newsprint.c:1287 plug-ins/gap/gap_mov_dialog.c:250 +#: plug-ins/common/newsprint.c:1287 plug-ins/gap/gap_mov_dialog.c:267 #: plug-ins/gflare/gflare.c:597 msgid "Screen" msgstr "Écran" @@ -5247,7 +5246,7 @@ msgid "Load PostScript" msgstr "Charger PostScript" #. Rendering -#: plug-ins/common/ps.c:2555 plug-ins/flame/flame.c:987 +#: plug-ins/common/ps.c:2555 plug-ins/flame/flame.c:994 msgid "Rendering" msgstr "Interprétation" @@ -5431,45 +5430,45 @@ msgstr "P msgid "Amplitude:" msgstr "Amplitude :" -#: plug-ins/common/rotate.c:168 +#: plug-ins/common/rotate.c:160 msgid "/Layers/Rotate/90 degrees" msgstr "/Calques/Rotation/90 degrés" -#: plug-ins/common/rotate.c:179 +#: plug-ins/common/rotate.c:171 msgid "/Layers/Rotate/180 degrees" msgstr "/Calques/Rotation/180 degrés" -#: plug-ins/common/rotate.c:190 +#: plug-ins/common/rotate.c:182 msgid "/Layers/Rotate/270 degrees" msgstr "/Calques/Rotation/270 degrés" -#: plug-ins/common/rotate.c:202 +#: plug-ins/common/rotate.c:194 msgid "/Image/Transforms/Rotate/90 degrees" msgstr "/Image/Transformations/Rotation/90 degrés" -#: plug-ins/common/rotate.c:213 +#: plug-ins/common/rotate.c:205 msgid "/Image/Transforms/Rotate/180 degrees" msgstr "/Image/Transformations/Rotation/180 degrés" -#: plug-ins/common/rotate.c:224 +#: plug-ins/common/rotate.c:216 msgid "/Image/Transforms/Rotate/270 degrees" msgstr "/Image/Transformations/Rotation/270 degrés" -#: plug-ins/common/rotate.c:531 +#: plug-ins/common/rotate.c:525 msgid "You can not rotate the whole image if there's a selection." msgstr "Vous ne pouvez pas faire tourner toute l'image s'il y a une sélection." -#: plug-ins/common/rotate.c:537 +#: plug-ins/common/rotate.c:531 msgid "You can not rotate the whole image if there's a floating selection." msgstr "" "Vous ne pouvez pas faire tourner toute l'image s'il y a une sélection " "flottante." -#: plug-ins/common/rotate.c:547 +#: plug-ins/common/rotate.c:541 msgid "Sorry, channels and masks can not be rotated." msgstr "Désolé, les canaux et les masques ne peuvent être tournés" -#: plug-ins/common/rotate.c:553 +#: plug-ins/common/rotate.c:547 msgid "Rotating..." msgstr "Rotation en cours..." @@ -5488,7 +5487,7 @@ msgstr "Colorier #: plug-ins/dbbrowser/dbbrowser_utils.c:156 #: plug-ins/gdyntext/gdyntext_ui.c:643 plug-ins/gimpressionist/orientmap.c:633 #: plug-ins/gimpressionist/presets.c:640 plug-ins/gimpressionist/sizemap.c:492 -#: plug-ins/imagemap/imap_default_dialog.c:110 +#: plug-ins/imagemap/imap_default_dialog.c:122 msgid "Apply" msgstr "Appliquer" @@ -5584,7 +5583,7 @@ msgstr "Aper msgid "Holdness:" msgstr "Conservation :" -#: plug-ins/common/screenshot.c:150 plug-ins/winsnap/winsnap.c:1075 +#: plug-ins/common/screenshot.c:150 plug-ins/winsnap/winsnap.c:1076 msgid "/File/Acquire/Screen Shot..." msgstr "/Fichier/Acquisition/Screen Shot..." @@ -5594,7 +5593,7 @@ msgid "Screen Shot" msgstr "Screen Shot" #. Action area -#: plug-ins/common/screenshot.c:393 plug-ins/winsnap/winsnap.c:902 +#: plug-ins/common/screenshot.c:393 plug-ins/winsnap/winsnap.c:903 msgid "Grab" msgstr "Capturer" @@ -5610,11 +5609,11 @@ msgstr "Inlure les D msgid "Grab the Whole Screen" msgstr "Capturer l'Écran en Entier" -#: plug-ins/common/screenshot.c:469 plug-ins/winsnap/winsnap.c:1010 +#: plug-ins/common/screenshot.c:469 plug-ins/winsnap/winsnap.c:1011 msgid "after" msgstr "après" -#: plug-ins/common/screenshot.c:478 plug-ins/winsnap/winsnap.c:1019 +#: plug-ins/common/screenshot.c:478 plug-ins/winsnap/winsnap.c:1020 msgid "Seconds Delay" msgstr "Secondes de délai" @@ -5945,7 +5944,7 @@ msgid "Sphere Designer" msgstr "Traceur de sphère" #: plug-ins/common/spheredesigner.c:2268 plug-ins/gimpressionist/preview.c:117 -#: plug-ins/gimpressionist/repaint.c:873 plug-ins/gimpressionist/repaint.c:875 +#: plug-ins/gimpressionist/repaint.c:874 plug-ins/gimpressionist/repaint.c:876 #: plug-ins/imagemap/imap_polygon.c:446 msgid "Update" msgstr "Mise à Jour" @@ -6147,32 +6146,32 @@ msgstr "Seuil alpha : coloration de la transparence..." msgid "Threshold Alpha" msgstr "Seuil slpha" -#: plug-ins/common/tiff.c:663 +#: plug-ins/common/tiff.c:685 msgid "TIFF Channel" msgstr "Canaux TIFF" -#: plug-ins/common/tiff.c:1482 +#: plug-ins/common/tiff.c:1525 msgid "Save as TIFF" msgstr "Enregistrer en TIFF" -#: plug-ins/common/tiff.c:1504 +#: plug-ins/common/tiff.c:1547 msgid "Compression" msgstr "Compression" -#: plug-ins/common/tiff.c:1509 +#: plug-ins/common/tiff.c:1552 msgid "LZW" msgstr "LZW" -#: plug-ins/common/tiff.c:1510 +#: plug-ins/common/tiff.c:1553 msgid "Pack Bits" msgstr "Pack Bits" -#: plug-ins/common/tiff.c:1511 +#: plug-ins/common/tiff.c:1554 #, fuzzy msgid "Deflate" msgstr "Effacer" -#: plug-ins/common/tiff.c:1512 +#: plug-ins/common/tiff.c:1555 msgid "JPEG" msgstr "JPEG" @@ -6884,37 +6883,34 @@ msgstr "Interpr msgid "Transferring image" msgstr "Transfert de l'image" -#: plug-ins/common/xbm.c:237 +#: plug-ins/common/xbm.c:246 msgid "Created with The GIMP" msgstr "Créé avec Gimp" -#: plug-ins/common/xbm.c:670 +#: plug-ins/common/xbm.c:731 #, c-format msgid "XBM: cannot open \"%s\"\n" msgstr "XBM: je ne peux ouvrir \"%s\"\n" -#: plug-ins/common/xbm.c:753 +#: plug-ins/common/xbm.c:814 #, c-format msgid "XBM: cannot read header (ftell == %ld)\n" msgstr "XBM: je ne peux lire l'en-tête (ftell == %ld)\n" -#: plug-ins/common/xbm.c:759 +#: plug-ins/common/xbm.c:820 msgid "XBM: no image width specified\n" msgstr "XBM: largeur d'image non spécifiée\n" -#: plug-ins/common/xbm.c:765 +#: plug-ins/common/xbm.c:826 msgid "XBM: no image height specified\n" msgstr "XBM: hauteur d'image non spécifiée\n" -#: plug-ins/common/xbm.c:771 +#: plug-ins/common/xbm.c:832 msgid "XBM: no image data type specified\n" msgstr "XBM: type d'image non spécifié\n" -#: plug-ins/common/xbm.c:890 -msgid "XBM Warning" -msgstr "Avertissement XBM" - -#: plug-ins/common/xbm.c:911 +#. The image is not black-and-white. +#: plug-ins/common/xbm.c:965 msgid "" "The image which you are trying to save as\n" "an XBM contains more than two colors.\n" @@ -6928,40 +6924,62 @@ msgstr "" "Veuillez la convertir en noir & blanc\n" "(1-bit, indexé) et essayer de nouveau." -#: plug-ins/common/xbm.c:982 +#: plug-ins/common/xbm.c:976 +#, fuzzy +msgid "" +"You cannot save a cursor mask for an image\n" +"which has no alpha channel." +msgstr "PostScript ne peux pas gérer les images avec canaux alpha" + +#: plug-ins/common/xbm.c:1005 #, c-format msgid "XBM: cannot create \"%s\"\n" msgstr "XBM: impossible de créer \"%s\"\n" -#: plug-ins/common/xbm.c:1123 +#: plug-ins/common/xbm.c:1146 msgid "Save as XBM" msgstr "Enregistrer en XBM" #. parameter settings -#: plug-ins/common/xbm.c:1140 +#: plug-ins/common/xbm.c:1163 msgid "XBM Options" msgstr "Options XBM" #. X10 format -#: plug-ins/common/xbm.c:1151 +#: plug-ins/common/xbm.c:1174 msgid "X10 Format Bitmap" msgstr "Format Bitmap X10" -#: plug-ins/common/xbm.c:1169 +#: plug-ins/common/xbm.c:1192 msgid "Identifier Prefix:" msgstr "Préfixe d'identification :" #. hotspot toggle -#: plug-ins/common/xbm.c:1187 +#: plug-ins/common/xbm.c:1210 #, fuzzy msgid "Write Hot Spot Values" msgstr "Écrire les Valeurs du Point Chaud" -#: plug-ins/common/xbm.c:1211 +#: plug-ins/common/xbm.c:1234 #, fuzzy msgid "Hot Spot X:" msgstr "Point Chaud X :" +#. mask file +#: plug-ins/common/xbm.c:1248 +#, fuzzy +msgid "Mask File" +msgstr "Taille du masque :" + +#: plug-ins/common/xbm.c:1259 +msgid "Write Extra Mask File" +msgstr "" + +#: plug-ins/common/xbm.c:1270 +#, fuzzy +msgid "Mask File Extension:" +msgstr "Extension :" + #: plug-ins/common/xpm.c:795 msgid "Save as XPM" msgstr "Enregistrer en XPM" @@ -7128,124 +7146,124 @@ msgstr "Par DATAMIN/DATAMAX" msgid "Image Composing" msgstr "Composition de l'image..." -#: plug-ins/flame/flame.c:137 +#: plug-ins/flame/flame.c:144 msgid "/Filters/Render/Nature/Flame..." msgstr "/Filtres/Synthèse/Nature/Flammes..." -#: plug-ins/flame/flame.c:218 +#: plug-ins/flame/flame.c:225 msgid "Drawing Flame..." msgstr "Dessin des flammes..." -#: plug-ins/flame/flame.c:299 +#: plug-ins/flame/flame.c:306 #, fuzzy msgid "Flame works only on RGB drawables." msgstr "Max RVB : n'opère que sur des images RVB." -#: plug-ins/flame/flame.c:415 +#: plug-ins/flame/flame.c:422 #, fuzzy, c-format msgid "%s: Is not a regular file" msgstr "PNM : le fichier %s est invalide." -#: plug-ins/flame/flame.c:619 plug-ins/flame/flame.c:965 +#: plug-ins/flame/flame.c:626 plug-ins/flame/flame.c:972 msgid "Edit Flame" msgstr "Éditer flamme" -#: plug-ins/flame/flame.c:638 +#: plug-ins/flame/flame.c:645 msgid "Directions" msgstr "Directions" -#: plug-ins/flame/flame.c:668 +#: plug-ins/flame/flame.c:675 msgid "Controls" msgstr "Contrôles" -#: plug-ins/flame/flame.c:683 +#: plug-ins/flame/flame.c:690 #, fuzzy msgid "Speed:" msgstr "Germe :" -#: plug-ins/flame/flame.c:699 +#: plug-ins/flame/flame.c:706 msgid "Randomize" msgstr "Aléa" -#: plug-ins/flame/flame.c:712 +#: plug-ins/flame/flame.c:719 msgid "Same" msgstr "Constant" -#: plug-ins/flame/flame.c:713 plug-ins/gimpressionist/orientation.c:151 +#: plug-ins/flame/flame.c:720 plug-ins/gimpressionist/orientation.c:151 #: plug-ins/gimpressionist/size.c:150 msgid "Random" msgstr "Aléatoire" -#: plug-ins/flame/flame.c:717 +#: plug-ins/flame/flame.c:724 msgid "Swirl" msgstr "Remous" -#: plug-ins/flame/flame.c:718 +#: plug-ins/flame/flame.c:725 msgid "Horseshoe" msgstr "Fer à cheval" -#: plug-ins/flame/flame.c:719 plug-ins/gfig/gfig.c:3315 +#: plug-ins/flame/flame.c:726 plug-ins/gfig/gfig.c:3315 msgid "Polar" msgstr "Polaire" -#: plug-ins/flame/flame.c:720 +#: plug-ins/flame/flame.c:727 msgid "Bent" msgstr "Courbé" -#: plug-ins/flame/flame.c:726 +#: plug-ins/flame/flame.c:733 msgid "Variation:" msgstr "Variation :" -#: plug-ins/flame/flame.c:759 plug-ins/flame/flame.c:972 +#: plug-ins/flame/flame.c:766 plug-ins/flame/flame.c:979 msgid "Load Flame" msgstr "Charger flamme" -#: plug-ins/flame/flame.c:781 plug-ins/flame/flame.c:979 +#: plug-ins/flame/flame.c:788 plug-ins/flame/flame.c:986 msgid "Save Flame" msgstr "Enregistrer flamme" -#: plug-ins/flame/flame.c:908 plug-ins/flame/flame.c:947 +#: plug-ins/flame/flame.c:915 plug-ins/flame/flame.c:954 msgid "Flame" msgstr "Flamme" -#: plug-ins/flame/flame.c:1017 plug-ins/print/gimp_color_window.c:114 +#: plug-ins/flame/flame.c:1024 plug-ins/print/gimp_color_window.c:114 msgid "Contrast:" msgstr "Contraste :" -#: plug-ins/flame/flame.c:1030 plug-ins/gimpressionist/brush.c:401 +#: plug-ins/flame/flame.c:1037 plug-ins/gimpressionist/brush.c:401 #: plug-ins/print/gimp_color_window.c:198 msgid "Gamma:" msgstr "Gamma :" -#: plug-ins/flame/flame.c:1043 +#: plug-ins/flame/flame.c:1050 #, fuzzy msgid "Sample Density:" msgstr "Densité d'échantillonnage" -#: plug-ins/flame/flame.c:1053 +#: plug-ins/flame/flame.c:1060 #, fuzzy msgid "Spatial Oversample:" msgstr "Suréchantillonnage spatial" -#: plug-ins/flame/flame.c:1063 +#: plug-ins/flame/flame.c:1070 #, fuzzy msgid "Spatial Filter Radius:" msgstr "Rayon du filtre spatial" -#: plug-ins/flame/flame.c:1089 +#: plug-ins/flame/flame.c:1096 #, fuzzy msgid "Colormap:" msgstr "Palette de couleurs" -#: plug-ins/flame/flame.c:1137 +#: plug-ins/flame/flame.c:1144 msgid "Custom Gradient" msgstr "Dégradé personnalisé" -#: plug-ins/flame/flame.c:1157 +#: plug-ins/flame/flame.c:1164 msgid "Camera" msgstr "Caméra" -#: plug-ins/flame/flame.c:1169 +#: plug-ins/flame/flame.c:1176 #, fuzzy msgid "Zoom:" msgstr "Zoom" @@ -8235,7 +8253,7 @@ msgstr "Depuis la trame :" #. digits #. constrain #. lower, upper (unconstrained) -#: plug-ins/gap/gap_mod_layer.c:156 plug-ins/gap/gap_mov_dialog.c:550 +#: plug-ins/gap/gap_mod_layer.c:156 plug-ins/gap/gap_mov_dialog.c:568 #: plug-ins/gap/gap_mpege.c:259 plug-ins/gap/gap_range_ops.c:442 #: plug-ins/gap/gap_range_ops.c:601 msgid "first handled frame" @@ -8253,7 +8271,7 @@ msgstr " #. digits #. constrain #. lower, upper (unconstrained) -#: plug-ins/gap/gap_mod_layer.c:164 plug-ins/gap/gap_mov_dialog.c:565 +#: plug-ins/gap/gap_mod_layer.c:164 plug-ins/gap/gap_mov_dialog.c:583 #: plug-ins/gap/gap_mpege.c:267 plug-ins/gap/gap_range_ops.c:450 #: plug-ins/gap/gap_range_ops.c:609 msgid "last handled frame" @@ -8354,85 +8372,85 @@ msgstr "Modification des trames & calques..." msgid "No selected Layer in start frame" msgstr "Pas de calque sélectionné dans la trame de départ" -#: plug-ins/gap/gap_mov_dialog.c:247 plug-ins/gfig/gfig.c:3327 +#: plug-ins/gap/gap_mov_dialog.c:264 plug-ins/gfig/gfig.c:3327 #: plug-ins/gflare/gflare.c:594 plug-ins/gimpressionist/orientmap.c:590 msgid "Normal" msgstr "Normal" -#: plug-ins/gap/gap_mov_dialog.c:248 +#: plug-ins/gap/gap_mov_dialog.c:265 msgid "Dissolve" msgstr "Dissoudre" -#: plug-ins/gap/gap_mov_dialog.c:249 +#: plug-ins/gap/gap_mov_dialog.c:266 msgid "Multiply" msgstr "Multiplier" -#: plug-ins/gap/gap_mov_dialog.c:251 plug-ins/gflare/gflare.c:596 +#: plug-ins/gap/gap_mov_dialog.c:268 plug-ins/gflare/gflare.c:596 #: plug-ins/gimpressionist/paper.c:152 msgid "Overlay" msgstr "Superposition" -#: plug-ins/gap/gap_mov_dialog.c:252 +#: plug-ins/gap/gap_mov_dialog.c:269 msgid "Difference" msgstr "Différence" -#: plug-ins/gap/gap_mov_dialog.c:253 plug-ins/gflare/gflare.c:595 +#: plug-ins/gap/gap_mov_dialog.c:270 plug-ins/gflare/gflare.c:595 msgid "Addition" msgstr "Addition" -#: plug-ins/gap/gap_mov_dialog.c:254 plug-ins/gfig/gfig.c:3148 +#: plug-ins/gap/gap_mov_dialog.c:271 plug-ins/gfig/gfig.c:3148 msgid "Subtract" msgstr "Soustraction" -#: plug-ins/gap/gap_mov_dialog.c:255 +#: plug-ins/gap/gap_mov_dialog.c:272 msgid "Darken Only" msgstr "Assombrir seulement" -#: plug-ins/gap/gap_mov_dialog.c:256 +#: plug-ins/gap/gap_mov_dialog.c:273 msgid "Lighten Only" msgstr "Éclaircir seulement" -#: plug-ins/gap/gap_mov_dialog.c:267 +#: plug-ins/gap/gap_mov_dialog.c:284 msgid "Left Top" msgstr "Haut / Gauche" -#: plug-ins/gap/gap_mov_dialog.c:268 +#: plug-ins/gap/gap_mov_dialog.c:285 msgid "Left Bottom" msgstr "Bas / Gauche" -#: plug-ins/gap/gap_mov_dialog.c:269 +#: plug-ins/gap/gap_mov_dialog.c:286 msgid "Right Top" msgstr "Haut / Droite" -#: plug-ins/gap/gap_mov_dialog.c:270 +#: plug-ins/gap/gap_mov_dialog.c:287 msgid "Right Bottom" msgstr "Bas / Droite" -#: plug-ins/gap/gap_mov_dialog.c:279 +#: plug-ins/gap/gap_mov_dialog.c:296 msgid "Loop" msgstr "Boucler" -#: plug-ins/gap/gap_mov_dialog.c:280 +#: plug-ins/gap/gap_mov_dialog.c:297 msgid "Loop Reverse" msgstr "Boucler à l'envers" -#: plug-ins/gap/gap_mov_dialog.c:281 +#: plug-ins/gap/gap_mov_dialog.c:298 msgid "Once" msgstr "Une seule fois" -#: plug-ins/gap/gap_mov_dialog.c:282 +#: plug-ins/gap/gap_mov_dialog.c:299 msgid "OnceReverse" msgstr "Une seule fois à l'envers" -#: plug-ins/gap/gap_mov_dialog.c:283 +#: plug-ins/gap/gap_mov_dialog.c:300 msgid "PingPong" msgstr "Aller / retour" -#: plug-ins/gap/gap_mov_dialog.c:451 +#: plug-ins/gap/gap_mov_dialog.c:469 msgid "Move Path" msgstr "Déplacer selon chemin" -#: plug-ins/gap/gap_mov_dialog.c:485 +#: plug-ins/gap/gap_mov_dialog.c:503 msgid "" "Show PreviewFrame with Selected \n" "SrcLayer at current Controlpoint" @@ -8440,37 +8458,37 @@ msgstr "" "Montre l'aperçu avec le calque source\n" "sélectionné placé au point de contrôle courant." -#: plug-ins/gap/gap_mov_dialog.c:489 +#: plug-ins/gap/gap_mov_dialog.c:507 #, fuzzy msgid "Anim Preview" msgstr "Aperçu" -#: plug-ins/gap/gap_mov_dialog.c:496 +#: plug-ins/gap/gap_mov_dialog.c:514 msgid "" "Generate Animated Preview\n" "as multilayer image" msgstr "" #. parameter settings -#: plug-ins/gap/gap_mov_dialog.c:509 +#: plug-ins/gap/gap_mov_dialog.c:527 msgid "Copy moving source-layer(s) into frames" msgstr "Copier le(s) calque(s) sources dans les trames" #. the start frame scale_entry #. table col, row -#: plug-ins/gap/gap_mov_dialog.c:542 +#: plug-ins/gap/gap_mov_dialog.c:560 msgid "Start Frame:" msgstr "Première trame :" #. the end frame scale_entry #. table col, row -#: plug-ins/gap/gap_mov_dialog.c:557 +#: plug-ins/gap/gap_mov_dialog.c:575 msgid "End Frame:" msgstr "Dernière trame :" #. the Preview Frame scale_entry #. table col, row -#: plug-ins/gap/gap_mov_dialog.c:572 +#: plug-ins/gap/gap_mov_dialog.c:590 msgid "Preview Frame:" msgstr "Aperçu de la trame :" @@ -8482,7 +8500,7 @@ msgstr "Aper #. digits #. constrain #. lower, upper (unconstrained) -#: plug-ins/gap/gap_mov_dialog.c:580 +#: plug-ins/gap/gap_mov_dialog.c:598 msgid "" "frame to show when UpdPreview\n" "button is pressed" @@ -8492,7 +8510,7 @@ msgstr "" #. the Layerstack scale_entry #. table col, row -#: plug-ins/gap/gap_mov_dialog.c:588 plug-ins/gap/gap_range_ops.c:265 +#: plug-ins/gap/gap_mov_dialog.c:606 plug-ins/gap/gap_range_ops.c:265 msgid "Layerstack:" msgstr "Pile de calques :" @@ -8504,7 +8522,7 @@ msgstr "Pile de calques :" #. digits #. constrain #. lower, upper (unconstrained) -#: plug-ins/gap/gap_mov_dialog.c:596 +#: plug-ins/gap/gap_mov_dialog.c:614 #, fuzzy msgid "" "How to insert SrcLayer into the\n" @@ -8516,21 +8534,21 @@ msgstr "" "0 désigne la trame du dessus." #. toggle force visibility -#: plug-ins/gap/gap_mov_dialog.c:608 +#: plug-ins/gap/gap_mov_dialog.c:626 #, fuzzy msgid "Force visibility" msgstr "Forcer le Morcellement ?" -#: plug-ins/gap/gap_mov_dialog.c:614 +#: plug-ins/gap/gap_mov_dialog.c:632 msgid "Force visibility for all copied Src-Layers" msgstr "" #. toggle clip_to_image -#: plug-ins/gap/gap_mov_dialog.c:620 +#: plug-ins/gap/gap_mov_dialog.c:638 msgid "Clip To Frame" msgstr "Rogner selon la trame" -#: plug-ins/gap/gap_mov_dialog.c:626 +#: plug-ins/gap/gap_mov_dialog.c:644 msgid "" "Clip all copied Src-Layers\n" "at Frame Boundaries" @@ -8538,7 +8556,7 @@ msgstr "" "Rogner tous les calques sources copiés\n" "aux dimensions de la trame destination" -#: plug-ins/gap/gap_mov_dialog.c:674 +#: plug-ins/gap/gap_mov_dialog.c:692 msgid "" "No Source Image was selected\n" "(Please open a 2nd Image of the same type before opening Move Path)" @@ -8547,106 +8565,106 @@ msgstr "" "Veuillez ouvrir une deuxième image du même type\n" "avant d'utiliser « Déplacer selon chemin »." -#: plug-ins/gap/gap_mov_dialog.c:770 +#: plug-ins/gap/gap_mov_dialog.c:788 #, fuzzy msgid "Object on empty frames" msgstr "Détails objet" -#: plug-ins/gap/gap_mov_dialog.c:771 +#: plug-ins/gap/gap_mov_dialog.c:789 msgid "Object on one frame" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:772 +#: plug-ins/gap/gap_mov_dialog.c:790 #, fuzzy msgid "Exact Object on frames" msgstr "Activer l'extraction de trames" -#: plug-ins/gap/gap_mov_dialog.c:802 +#: plug-ins/gap/gap_mov_dialog.c:820 #, fuzzy msgid "Anim Preview Mode" msgstr "Taille de l'aperçu" -#: plug-ins/gap/gap_mov_dialog.c:810 +#: plug-ins/gap/gap_mov_dialog.c:828 #, fuzzy msgid "Scale Preview" msgstr "Aperçu de l'image" -#: plug-ins/gap/gap_mov_dialog.c:811 +#: plug-ins/gap/gap_mov_dialog.c:829 msgid "Scale down size of the generated animated preview (in %)" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:819 +#: plug-ins/gap/gap_mov_dialog.c:837 #, fuzzy msgid "Framerate" msgstr "Trames (images) / s :" -#: plug-ins/gap/gap_mov_dialog.c:820 +#: plug-ins/gap/gap_mov_dialog.c:838 msgid "Framerate to use in the animated preview in frames/sec" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:834 +#: plug-ins/gap/gap_mov_dialog.c:852 msgid "Copy to Video Buffer" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:835 +#: plug-ins/gap/gap_mov_dialog.c:853 msgid "" "Save all single frames of animated preview to video buffer\n" "(configured in gimprc by video-paste-dir and video-paste-basename)" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:840 +#: plug-ins/gap/gap_mov_dialog.c:858 #, fuzzy msgid "Move Path Animated Preview" msgstr "Aperçu du déplacement" -#: plug-ins/gap/gap_mov_dialog.c:886 +#: plug-ins/gap/gap_mov_dialog.c:904 #, fuzzy msgid "Generate Animated Preview failed\n" msgstr "Générer une Palette Optimale" #. filesel is already open -#: plug-ins/gap/gap_mov_dialog.c:1098 +#: plug-ins/gap/gap_mov_dialog.c:1343 msgid "Load Path Points from file" msgstr "Charger des points de chemin depuis un fichier" #. filesel is already open -#: plug-ins/gap/gap_mov_dialog.c:1134 +#: plug-ins/gap/gap_mov_dialog.c:1379 msgid "Save Path Points to file" msgstr "Sauver des points de chemin depuis un fichier" -#: plug-ins/gap/gap_mov_dialog.c:1479 +#: plug-ins/gap/gap_mov_dialog.c:1724 #, c-format msgid "Current Point: [ %3d ] of [ %3d ]" msgstr "Point courant : [ %3d ] parmi [ %3d ]" -#: plug-ins/gap/gap_mov_dialog.c:1670 +#: plug-ins/gap/gap_mov_dialog.c:1915 msgid "Source Select" msgstr "Sélection de la source" #. Source Layer menu -#: plug-ins/gap/gap_mov_dialog.c:1687 +#: plug-ins/gap/gap_mov_dialog.c:1932 msgid "Source Image/Layer:" msgstr "Image / calque source :" -#: plug-ins/gap/gap_mov_dialog.c:1697 +#: plug-ins/gap/gap_mov_dialog.c:1942 msgid "Source Object to insert into Frame Range" msgstr "Objet Source à insérer dans l'Intervalle de Trames" #. Paintmode menu -#: plug-ins/gap/gap_mov_dialog.c:1712 +#: plug-ins/gap/gap_mov_dialog.c:1957 msgid "Mode:" msgstr "Mode :" -#: plug-ins/gap/gap_mov_dialog.c:1721 +#: plug-ins/gap/gap_mov_dialog.c:1966 msgid "Paintmode" msgstr "Mode de dessin" #. Loop Stepmode menu -#: plug-ins/gap/gap_mov_dialog.c:1736 +#: plug-ins/gap/gap_mov_dialog.c:1981 msgid "Stepmode:" msgstr "Mode Pas : " -#: plug-ins/gap/gap_mov_dialog.c:1754 +#: plug-ins/gap/gap_mov_dialog.c:1999 msgid "" "How to fetch the next SrcLayer \n" "at the next handled frame" @@ -8655,11 +8673,11 @@ msgstr "" "pour la prochaine trame à manipuler." #. Source Image Handle menu -#: plug-ins/gap/gap_mov_dialog.c:1760 +#: plug-ins/gap/gap_mov_dialog.c:2005 msgid "Handle:" msgstr "Placement :" -#: plug-ins/gap/gap_mov_dialog.c:1778 +#: plug-ins/gap/gap_mov_dialog.c:2023 msgid "" "How to place the SrcLayer at \n" "Controlpoint Coordinates" @@ -8669,17 +8687,17 @@ msgstr "" #. to avoid side effects while initialization #. the frame -#: plug-ins/gap/gap_mov_dialog.c:1832 +#: plug-ins/gap/gap_mov_dialog.c:2077 msgid "Move Path Preview" msgstr "Aperçu du déplacement" #. lower, upper (unconstrained) -#: plug-ins/gap/gap_mov_dialog.c:1864 +#: plug-ins/gap/gap_mov_dialog.c:2109 msgid "X Coordinate" msgstr "abscisse" #. lower, upper (unconstrained) -#: plug-ins/gap/gap_mov_dialog.c:1882 +#: plug-ins/gap/gap_mov_dialog.c:2127 msgid "Y Coordinate" msgstr "ordonnée" @@ -8691,7 +8709,7 @@ msgstr "ordonn #. digits #. constrain #. lower, upper (unconstrained) -#: plug-ins/gap/gap_mov_dialog.c:1899 +#: plug-ins/gap/gap_mov_dialog.c:2144 msgid "Scale Source Layer's Width in percent" msgstr "" "Rapport d'agrandissement (%)\n" @@ -8705,7 +8723,7 @@ msgstr "" #. digits #. constrain #. lower, upper (unconstrained) -#: plug-ins/gap/gap_mov_dialog.c:1916 +#: plug-ins/gap/gap_mov_dialog.c:2161 msgid "" "Scale SrcLayer's Height\n" "in percent" @@ -8721,7 +8739,7 @@ msgstr "" #. digits #. constrain #. lower, upper (unconstrained) -#: plug-ins/gap/gap_mov_dialog.c:1933 +#: plug-ins/gap/gap_mov_dialog.c:2178 msgid "" "SrcLayer's Opacity\n" "in percent" @@ -8729,7 +8747,7 @@ msgstr "Opacit #. Rotation #. table col, row -#: plug-ins/gap/gap_mov_dialog.c:1942 +#: plug-ins/gap/gap_mov_dialog.c:2187 msgid "Rotate:" msgstr "Rotation :" @@ -8741,7 +8759,7 @@ msgstr "Rotation :" #. digits #. constrain #. lower, upper (unconstrained) -#: plug-ins/gap/gap_mov_dialog.c:1950 +#: plug-ins/gap/gap_mov_dialog.c:2195 msgid "Rotate SrcLayer (in degree)" msgstr "" "Tourner le calque source\n" @@ -8749,7 +8767,7 @@ msgstr "" #. Keyframe #. table col, row -#: plug-ins/gap/gap_mov_dialog.c:1961 +#: plug-ins/gap/gap_mov_dialog.c:2206 #, fuzzy msgid "Keyframe:" msgstr "Trames vidéo :" @@ -8762,17 +8780,17 @@ msgstr "Trames vid #. digits #. constrain #. lower, upper (unconstrained) -#: plug-ins/gap/gap_mov_dialog.c:1969 +#: plug-ins/gap/gap_mov_dialog.c:2214 msgid "" "Fix Controlpoint to Keyframe number\n" "(0 == No Keyframe)" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:2044 +#: plug-ins/gap/gap_mov_dialog.c:2289 msgid "Add Point" msgstr "Ajouter point" -#: plug-ins/gap/gap_mov_dialog.c:2052 +#: plug-ins/gap/gap_mov_dialog.c:2297 msgid "" "Add Controlpoint at end \n" "(the last Point is duplicated)" @@ -8781,11 +8799,11 @@ msgstr "" "(le dernier point est dupliqué)." #. toggle clip_to_image -#: plug-ins/gap/gap_mov_dialog.c:2057 +#: plug-ins/gap/gap_mov_dialog.c:2302 msgid "Show Path" msgstr "Montrer chemin" -#: plug-ins/gap/gap_mov_dialog.c:2063 +#: plug-ins/gap/gap_mov_dialog.c:2308 msgid "" "Show Path Lines and enable\n" "pick/drag with left button\n" @@ -8795,13 +8813,13 @@ msgstr "" "* ramasser/tirer avec le bouton de gauche\n" "* déplacer avec le bouton de droite" -#: plug-ins/gap/gap_mov_dialog.c:2073 +#: plug-ins/gap/gap_mov_dialog.c:2318 #: plug-ins/imagemap/imap_cmd_insert_point.c:57 #: plug-ins/imagemap/imap_polygon.c:683 msgid "Insert Point" msgstr "Insérer un Point" -#: plug-ins/gap/gap_mov_dialog.c:2081 +#: plug-ins/gap/gap_mov_dialog.c:2326 msgid "" "Insert Controlpoint \n" "(the current Point is duplicated)" @@ -8809,53 +8827,53 @@ msgstr "" "Ajout un point de contrôle à la fin\n" "(le dernier point est dupliqué)." -#: plug-ins/gap/gap_mov_dialog.c:2085 +#: plug-ins/gap/gap_mov_dialog.c:2330 #: plug-ins/imagemap/imap_cmd_delete_point.c:57 #: plug-ins/imagemap/imap_polygon.c:669 msgid "Delete Point" msgstr "Effacer le Point" -#: plug-ins/gap/gap_mov_dialog.c:2093 +#: plug-ins/gap/gap_mov_dialog.c:2338 msgid "Delete current Controlpoint" msgstr "Effacer le point de contrôle courant" -#: plug-ins/gap/gap_mov_dialog.c:2099 +#: plug-ins/gap/gap_mov_dialog.c:2344 msgid "Prev Point" msgstr "Point précédent" -#: plug-ins/gap/gap_mov_dialog.c:2107 +#: plug-ins/gap/gap_mov_dialog.c:2352 msgid "Show Previous Controlpoint" msgstr "Montrer le point de contrôle précédent" -#: plug-ins/gap/gap_mov_dialog.c:2111 +#: plug-ins/gap/gap_mov_dialog.c:2356 msgid "Next Point" msgstr "Point suivant" -#: plug-ins/gap/gap_mov_dialog.c:2119 +#: plug-ins/gap/gap_mov_dialog.c:2364 msgid "Show Next Controlpoint" msgstr "Montrer le point de contrôle suivant" -#: plug-ins/gap/gap_mov_dialog.c:2125 +#: plug-ins/gap/gap_mov_dialog.c:2370 msgid "First Point" msgstr "Premier point" -#: plug-ins/gap/gap_mov_dialog.c:2133 +#: plug-ins/gap/gap_mov_dialog.c:2378 msgid "Show First Controlpoint" msgstr "Montrer le premier point de contrôle" -#: plug-ins/gap/gap_mov_dialog.c:2137 +#: plug-ins/gap/gap_mov_dialog.c:2382 msgid "Last Point" msgstr "Dernier point" -#: plug-ins/gap/gap_mov_dialog.c:2145 +#: plug-ins/gap/gap_mov_dialog.c:2390 msgid "Show Last Controlpoint" msgstr "Montrer le dernier point de contrôle" -#: plug-ins/gap/gap_mov_dialog.c:2151 +#: plug-ins/gap/gap_mov_dialog.c:2396 msgid "Clear Point" msgstr "Effacer le Point" -#: plug-ins/gap/gap_mov_dialog.c:2159 +#: plug-ins/gap/gap_mov_dialog.c:2404 msgid "" "Reset the current Controlpoint\n" "to default Values" @@ -8863,42 +8881,63 @@ msgstr "" "Remettre les paramètres du point de contrôle\n" "courant à à leur valeurs par défaut." -#: plug-ins/gap/gap_mov_dialog.c:2163 -msgid "Reset Points" -msgstr "R.-à-z. points" +#: plug-ins/gap/gap_mov_dialog.c:2408 +#, fuzzy +msgid "Clear All Points" +msgstr "Effacer le Point" -#: plug-ins/gap/gap_mov_dialog.c:2171 +#: plug-ins/gap/gap_mov_dialog.c:2416 msgid "" -"Reset Controlpoints \n" -"to one Defaultpoint" +"Reset all Controlpoints to default Values\n" +"but dont change the path (X/Y Values)" msgstr "" -"Remet à zéro les points de contrôle :\n" -"met un unique point de contrôle." -#: plug-ins/gap/gap_mov_dialog.c:2177 +#: plug-ins/gap/gap_mov_dialog.c:2423 +#, fuzzy +msgid "Rotate Follow" +msgstr "Rotation :" + +#: plug-ins/gap/gap_mov_dialog.c:2434 +msgid "" +"Set Rotation for all Controlpoints\n" +"to follow the shape of the path.\n" +"(Shift: use Rotation of contolpoint 1 as offset)" +msgstr "" + +#: plug-ins/gap/gap_mov_dialog.c:2441 +#, fuzzy +msgid "Delete All Points" +msgstr "Effacer le Point" + +#: plug-ins/gap/gap_mov_dialog.c:2449 +#, fuzzy +msgid "Delete all Controlpoints" +msgstr "Effacer le point de contrôle courant" + +#: plug-ins/gap/gap_mov_dialog.c:2456 msgid "Load Points" msgstr "Charger points" -#: plug-ins/gap/gap_mov_dialog.c:2185 +#: plug-ins/gap/gap_mov_dialog.c:2464 msgid "Load Controlpoints from file" msgstr "Charger des points de contrôle depuis un fichier" -#: plug-ins/gap/gap_mov_dialog.c:2189 +#: plug-ins/gap/gap_mov_dialog.c:2468 msgid "Save Points" msgstr "Enregistrer points" -#: plug-ins/gap/gap_mov_dialog.c:2197 +#: plug-ins/gap/gap_mov_dialog.c:2476 msgid "Save Controlpoints to file" msgstr "Enregistrer des points de contrôles dans un fichier" -#: plug-ins/gap/gap_mov_dialog.c:2668 +#: plug-ins/gap/gap_mov_dialog.c:2947 #, c-format msgid "" "\n" "Error: Keyframe %d at point [%d] higher or equal than last handled frame" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:2676 +#: plug-ins/gap/gap_mov_dialog.c:2955 #, c-format msgid "" "\n" @@ -8906,21 +8945,21 @@ msgid "" "for the previous controlpoints" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:2686 +#: plug-ins/gap/gap_mov_dialog.c:2965 #, c-format msgid "" "\n" "Error: Keyframe %d is not in sequence at point [%d]" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:2704 +#: plug-ins/gap/gap_mov_dialog.c:2983 #, c-format msgid "" "\n" "Error: controlpoint [%d] is out of handled framerange" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:2718 +#: plug-ins/gap/gap_mov_dialog.c:2997 #, c-format msgid "" "\n" @@ -8928,7 +8967,7 @@ msgid "" "please reduce controlpoints or select more frames" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:2731 +#: plug-ins/gap/gap_mov_dialog.c:3010 #, fuzzy msgid "" "Cant operate with current Controlpoint\n" @@ -8937,22 +8976,22 @@ msgstr "" "Remettre les paramètres du point de contrôle\n" "courant à à leur valeurs par défaut." -#: plug-ins/gap/gap_mov_dialog.c:2738 +#: plug-ins/gap/gap_mov_dialog.c:3017 #, fuzzy msgid "Reset Keyframes" msgstr "Valeurs par défaut" -#: plug-ins/gap/gap_mov_dialog.c:2743 +#: plug-ins/gap/gap_mov_dialog.c:3022 #, fuzzy msgid "Move Path Controlpointcheck" msgstr "Montrer le dernier point de contrôle" -#: plug-ins/gap/gap_mov_dialog.c:2744 +#: plug-ins/gap/gap_mov_dialog.c:3023 #, fuzzy msgid "Errors:" msgstr "Erreur" -#: plug-ins/gap/gap_mov_exec.c:337 +#: plug-ins/gap/gap_mov_exec.c:339 msgid "" "No Source Image was selected.\n" "Please open a 2nd Image of the same type before opening Move Path." @@ -8961,11 +9000,11 @@ msgstr "" "Veuillez ouvrir une deuxième image du même type\n" "avant d'utiliser « Déplacer selon chemin »." -#: plug-ins/gap/gap_mov_exec.c:348 +#: plug-ins/gap/gap_mov_exec.c:350 msgid "Copying Layers into Frames..." msgstr "Copier calques dans trames..." -#: plug-ins/gap/gap_mov_exec.c:352 +#: plug-ins/gap/gap_mov_exec.c:354 #, fuzzy msgid "Generating Animated Preview..." msgstr "Création d'une Image de Calque Animés..." @@ -9924,20 +9963,12 @@ msgstr "Type de police inconnu \"%s\" pour la famille \"%s\".\n" msgid "/Filters/Render/Dynamic Text..." msgstr "/Filtres/Rendu/Texte Dynamique..." -#: plug-ins/gdyntext/gdyntext.c:307 -msgid "" -"Current layer isn't a GDynText layer or it has no alpha channel.\n" -" Forcing new layer creation.\n" -msgstr "" -"Le calque courrant n'est pas un calque TxtDynGimp ou ne possède pas\n" -"de canal alpha. Obligation de créer un nouveau calque.\n" - -#: plug-ins/gdyntext/gdyntext.c:354 +#: plug-ins/gdyntext/gdyntext.c:351 #, fuzzy, c-format msgid "Upgrading old GDynText layer to %s\n" msgstr "Mise à jour du vieux calque TxtDynGimp vers " -#: plug-ins/gdyntext/gdyntext.c:358 +#: plug-ins/gdyntext/gdyntext.c:355 #, fuzzy, c-format msgid "" "WARNING: GDynText is too old!\n" @@ -9951,15 +9982,15 @@ msgstr "" " manipuler ce calque. Cherchez la à " #. remove old layer name -#: plug-ins/gdyntext/gdyntext.c:397 +#: plug-ins/gdyntext/gdyntext.c:394 msgid "GDynText Layer " msgstr "Calque TxtDynGimp" -#: plug-ins/gdyntext/gdyntext.c:434 +#: plug-ins/gdyntext/gdyntext.c:431 msgid "GIMP Dynamic Text" msgstr "Texte Dynamique GIMP" -#: plug-ins/gdyntext/gdyntext.c:536 +#: plug-ins/gdyntext/gdyntext.c:533 #, fuzzy msgid "GDynText Layer" msgstr "Calque TxtDynGimp" @@ -11923,7 +11954,7 @@ msgstr "D msgid "Unselect All" msgstr "Tout Désélectionner" -#: plug-ins/imagemap/imap_default_dialog.c:124 +#: plug-ins/imagemap/imap_default_dialog.c:136 msgid "Help..." msgstr "Aide..." @@ -12004,11 +12035,11 @@ msgstr "Dimensions" msgid "JavaScript" msgstr "JavaScript" -#: plug-ins/imagemap/imap_edit_area_info.c:416 +#: plug-ins/imagemap/imap_edit_area_info.c:425 msgid "Area Settings" msgstr "Paramètres de la Zone" -#: plug-ins/imagemap/imap_edit_area_info.c:459 +#: plug-ins/imagemap/imap_edit_area_info.c:469 #, c-format msgid "Area #%d Settings" msgstr "Paramètres de la Zone #%d" @@ -12462,12 +12493,12 @@ msgstr "" "pas optimalement." #. open URL for help -#: plug-ins/maze/maze_face.c:588 +#: plug-ins/maze/maze_face.c:596 #, c-format msgid "Opening %s" msgstr "Ouverture de %s" -#: plug-ins/maze/maze_face.c:599 +#: plug-ins/maze/maze_face.c:607 #, c-format msgid "See %s" msgstr "Voir %s" @@ -12972,32 +13003,33 @@ msgstr "Principale" msgid "Misc" msgstr "Diverses" -#: plug-ins/sel2path/sel2path.c:160 +#: plug-ins/sel2path/sel2path.c:162 msgid "/Select/To Path" msgstr "/Sélection/Vers chemin" -#: plug-ins/sel2path/sel2path.c:205 +#: plug-ins/sel2path/sel2path.c:209 msgid "No selection to convert" msgstr "Pas de sélection à convertir" -#: plug-ins/sel2path/sel2path.c:362 -msgid "Default Values" -msgstr "Valeurs par défaut" +#: plug-ins/sel2path/sel2path.c:333 +#, fuzzy +msgid "Sel2Path Advanced Settings" +msgstr "Paramètres avancés" -#: plug-ins/sel2path/sel2path.c:551 +#: plug-ins/sel2path/sel2path.c:542 #, c-format msgid "print_spline: strange degree (%d)" msgstr "print_spline: angle étrange (%d)" -#: plug-ins/sel2path/sel2path.c:559 +#: plug-ins/sel2path/sel2path.c:551 msgid "selection_to_path" msgstr "selection_to_path" -#: plug-ins/sel2path/sel2path.c:585 +#: plug-ins/sel2path/sel2path.c:579 msgid "gimp_image_get_selection failed" msgstr "échec de gimp_image_get_selection" -#: plug-ins/sel2path/sel2path.c:593 +#: plug-ins/sel2path/sel2path.c:587 msgid "Internal error. Selection bpp > 1" msgstr "Erreur interne. Sélection bpp > 1" @@ -13181,19 +13213,19 @@ msgstr "Fen msgid "Current" msgstr "Courrante" -#: plug-ins/winsnap/winsnap.c:945 +#: plug-ins/winsnap/winsnap.c:946 msgid "Grab a single window" msgstr "Capture une fenêtre seule" -#: plug-ins/winsnap/winsnap.c:956 +#: plug-ins/winsnap/winsnap.c:957 msgid "Include decorations" msgstr "Inclure les décorations" -#: plug-ins/winsnap/winsnap.c:992 +#: plug-ins/winsnap/winsnap.c:993 msgid "Grab the whole screen" msgstr "Capturer l'écran entièrement" -#: plug-ins/winsnap/winsnap.c:1221 +#: plug-ins/winsnap/winsnap.c:1222 msgid "No data captured" msgstr "Aucune donnée capturée" @@ -13281,6 +13313,29 @@ msgstr "Erreur : Impossible de lire le fichier de propri msgid "Error: XJT propertyfile %s is empty" msgstr "Erreur, le fichier de propriétés XJT %s est vide" +#~ msgid "XBM Warning" +#~ msgstr "Avertissement XBM" + +#~ msgid "Reset Points" +#~ msgstr "R.-à-z. points" + +#~ msgid "" +#~ "Reset Controlpoints \n" +#~ "to one Defaultpoint" +#~ msgstr "" +#~ "Remet à zéro les points de contrôle :\n" +#~ "met un unique point de contrôle." + +#~ msgid "" +#~ "Current layer isn't a GDynText layer or it has no alpha channel.\n" +#~ " Forcing new layer creation.\n" +#~ msgstr "" +#~ "Le calque courrant n'est pas un calque TxtDynGimp ou ne possède pas\n" +#~ "de canal alpha. Obligation de créer un nouveau calque.\n" + +#~ msgid "Default Values" +#~ msgstr "Valeurs par défaut" + #~ msgid "%s: too many colors: %u\n" #~ msgstr "%s: trop de couleurs: %u\n" diff --git a/po-plug-ins/hu.po b/po-plug-ins/hu.po index 9336179ab7..373a46dfe4 100644 --- a/po-plug-ins/hu.po +++ b/po-plug-ins/hu.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2000-05-26 23:52-0700\n" +"POT-Creation-Date: 2000-06-18 19:40-0700\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -44,7 +44,7 @@ msgstr "" #: plug-ins/Lighting/lighting_ui.c:1076 plug-ins/MapObject/mapobject_ui.c:1383 #: plug-ins/bmp/bmpwrite.c:564 plug-ins/common/CML_explorer.c:1174 #: plug-ins/common/CML_explorer.c:1932 plug-ins/common/CML_explorer.c:2252 -#: plug-ins/common/aa.c:346 plug-ins/common/align_layers.c:425 +#: plug-ins/common/aa.c:344 plug-ins/common/align_layers.c:425 #: plug-ins/common/apply_lens.c:392 plug-ins/common/blinds.c:323 #: plug-ins/common/blur.c:613 plug-ins/common/borderaverage.c:393 #: plug-ins/common/bumpmap.c:848 plug-ins/common/checkerboard.c:349 @@ -61,8 +61,8 @@ msgstr "" #: plug-ins/common/fractaltrace.c:725 plug-ins/common/gauss_iir.c:365 #: plug-ins/common/gauss_iir.c:448 plug-ins/common/gauss_rle.c:360 #: plug-ins/common/gauss_rle.c:443 plug-ins/common/gbr.c:456 -#: plug-ins/common/gicon.c:441 plug-ins/common/gif.c:1141 -#: plug-ins/common/gif.c:1212 plug-ins/common/glasstile.c:259 +#: plug-ins/common/gicon.c:441 plug-ins/common/gif.c:1144 +#: plug-ins/common/gif.c:1215 plug-ins/common/glasstile.c:259 #: plug-ins/common/gpb.c:269 plug-ins/common/gqbist.c:640 #: plug-ins/common/grid.c:658 plug-ins/common/gtm.c:375 #: plug-ins/common/hot.c:589 plug-ins/common/illusion.c:560 @@ -85,18 +85,18 @@ msgstr "" #: plug-ins/common/sparkle.c:349 plug-ins/common/spheredesigner.c:2232 #: plug-ins/common/spread.c:382 plug-ins/common/sunras.c:1577 #: plug-ins/common/tga.c:1448 plug-ins/common/threshold_alpha.c:268 -#: plug-ins/common/tiff.c:1487 plug-ins/common/tile.c:398 +#: plug-ins/common/tiff.c:1530 plug-ins/common/tile.c:398 #: plug-ins/common/tileit.c:386 plug-ins/common/uniteditor.c:172 #: plug-ins/common/unsharp.c:786 plug-ins/common/video.c:2155 #: plug-ins/common/vpropagate.c:934 plug-ins/common/warp.c:437 #: plug-ins/common/waves.c:349 plug-ins/common/whirlpinch.c:808 #: plug-ins/common/wind.c:1007 plug-ins/common/wmf.c:931 -#: plug-ins/common/xbm.c:1128 plug-ins/common/xpm.c:800 -#: plug-ins/fits/fits.c:987 plug-ins/flame/flame.c:624 -#: plug-ins/flame/flame.c:913 plug-ins/fp/fp_gtk.c:895 +#: plug-ins/common/xbm.c:1151 plug-ins/common/xpm.c:800 +#: plug-ins/fits/fits.c:987 plug-ins/flame/flame.c:631 +#: plug-ins/flame/flame.c:920 plug-ins/fp/fp_gtk.c:895 #: plug-ins/gap/gap_arr_dialog.c:768 plug-ins/gap/gap_arr_dialog.c:1010 #: plug-ins/gap/gap_decode_xanim.c:177 plug-ins/gap/gap_lib.c:221 -#: plug-ins/gap/gap_mod_layer.c:145 plug-ins/gap/gap_mov_dialog.c:469 +#: plug-ins/gap/gap_mod_layer.c:145 plug-ins/gap/gap_mov_dialog.c:487 #: plug-ins/gap/gap_mpege.c:191 plug-ins/gap/gap_resi_dialog.c:149 #: plug-ins/gdyntext/gdyntext_ui.c:201 plug-ins/gdyntext/gdyntext_ui.c:621 #: plug-ins/gfig/gfig.c:4088 plug-ins/gfig/gfig.c:4433 @@ -108,10 +108,10 @@ msgstr "" #: plug-ins/gimpressionist/orientmap.c:626 #: plug-ins/gimpressionist/presets.c:392 plug-ins/gimpressionist/sizemap.c:485 #: plug-ins/ifscompose/ifscompose.c:781 -#: plug-ins/imagemap/imap_default_dialog.c:102 plug-ins/maze/maze_face.c:191 +#: plug-ins/imagemap/imap_default_dialog.c:114 plug-ins/maze/maze_face.c:191 #: plug-ins/mosaic/mosaic.c:531 plug-ins/pagecurl/pagecurl.c:518 #: plug-ins/print/gimp_main_window.c:597 plug-ins/rcm/rcm_dialog.c:727 -#: plug-ins/sel2path/sel2path.c:345 plug-ins/sgi/sgi.c:640 +#: plug-ins/sel2path/sel2path.c:338 plug-ins/sgi/sgi.c:640 #: plug-ins/sinus/sinus.c:746 plug-ins/struc/struc.c:255 #: plug-ins/webbrowser/webbrowser.c:281 plug-ins/xjt/xjt.c:793 msgid "OK" @@ -125,7 +125,7 @@ msgstr "" #: plug-ins/FractalExplorer/FractalExplorer.c:1478 #: plug-ins/Lighting/lighting_ui.c:1078 plug-ins/MapObject/mapobject_ui.c:1385 #: plug-ins/bmp/bmpwrite.c:566 plug-ins/common/CML_explorer.c:1176 -#: plug-ins/common/CML_explorer.c:2254 plug-ins/common/aa.c:348 +#: plug-ins/common/CML_explorer.c:2254 plug-ins/common/aa.c:346 #: plug-ins/common/align_layers.c:427 plug-ins/common/apply_lens.c:394 #: plug-ins/common/blinds.c:325 plug-ins/common/blur.c:615 #: plug-ins/common/borderaverage.c:395 plug-ins/common/bumpmap.c:850 @@ -143,7 +143,7 @@ msgstr "" #: plug-ins/common/gauss_iir.c:367 plug-ins/common/gauss_iir.c:450 #: plug-ins/common/gauss_rle.c:362 plug-ins/common/gauss_rle.c:445 #: plug-ins/common/gbr.c:458 plug-ins/common/gicon.c:443 -#: plug-ins/common/gif.c:1143 plug-ins/common/gif.c:1214 +#: plug-ins/common/gif.c:1146 plug-ins/common/gif.c:1217 #: plug-ins/common/glasstile.c:261 plug-ins/common/gpb.c:271 #: plug-ins/common/gqbist.c:642 plug-ins/common/grid.c:660 #: plug-ins/common/gtm.c:377 plug-ins/common/hot.c:591 @@ -167,22 +167,21 @@ msgstr "" #: plug-ins/common/sparkle.c:351 plug-ins/common/spheredesigner.c:2236 #: plug-ins/common/spread.c:384 plug-ins/common/sunras.c:1579 #: plug-ins/common/tga.c:1450 plug-ins/common/threshold_alpha.c:270 -#: plug-ins/common/tiff.c:1489 plug-ins/common/tile.c:400 +#: plug-ins/common/tiff.c:1532 plug-ins/common/tile.c:400 #: plug-ins/common/tileit.c:388 plug-ins/common/uniteditor.c:174 #: plug-ins/common/unsharp.c:788 plug-ins/common/video.c:2157 #: plug-ins/common/vpropagate.c:936 plug-ins/common/warp.c:439 #: plug-ins/common/waves.c:351 plug-ins/common/whirlpinch.c:810 #: plug-ins/common/wind.c:1009 plug-ins/common/wmf.c:933 -#: plug-ins/common/xbm.c:895 plug-ins/common/xbm.c:1130 -#: plug-ins/common/xpm.c:802 plug-ins/fits/fits.c:989 -#: plug-ins/flame/flame.c:626 plug-ins/flame/flame.c:915 -#: plug-ins/fp/fp_gtk.c:899 plug-ins/gap/gap_arr_dialog.c:1012 -#: plug-ins/gap/gap_dbbrowser_utils.c:211 +#: plug-ins/common/xbm.c:1153 plug-ins/common/xpm.c:802 +#: plug-ins/fits/fits.c:989 plug-ins/flame/flame.c:633 +#: plug-ins/flame/flame.c:922 plug-ins/fp/fp_gtk.c:899 +#: plug-ins/gap/gap_arr_dialog.c:1012 plug-ins/gap/gap_dbbrowser_utils.c:211 #: plug-ins/gap/gap_decode_mpeg_main.c:336 plug-ins/gap/gap_decode_xanim.c:175 #: plug-ins/gap/gap_decode_xanim.c:340 plug-ins/gap/gap_filter_foreach.c:132 #: plug-ins/gap/gap_lib.c:1018 plug-ins/gap/gap_mod_layer.c:147 -#: plug-ins/gap/gap_mod_layer.c:261 plug-ins/gap/gap_mov_dialog.c:500 -#: plug-ins/gap/gap_mov_dialog.c:2740 plug-ins/gap/gap_mpege.c:189 +#: plug-ins/gap/gap_mod_layer.c:261 plug-ins/gap/gap_mov_dialog.c:518 +#: plug-ins/gap/gap_mov_dialog.c:3019 plug-ins/gap/gap_mpege.c:189 #: plug-ins/gap/gap_mpege.c:240 plug-ins/gap/gap_range_ops.c:1204 #: plug-ins/gap/gap_resi_dialog.c:158 plug-ins/gfig/gfig.c:3941 #: plug-ins/gfig/gfig.c:4088 plug-ins/gfig/gfig.c:4435 @@ -193,13 +192,13 @@ msgstr "" #: plug-ins/gimpressionist/orientmap.c:640 #: plug-ins/gimpressionist/presets.c:400 plug-ins/gimpressionist/sizemap.c:499 #: plug-ins/ifscompose/ifscompose.c:789 -#: plug-ins/imagemap/imap_default_dialog.c:117 plug-ins/maze/maze_face.c:195 +#: plug-ins/imagemap/imap_default_dialog.c:129 plug-ins/maze/maze_face.c:195 #: plug-ins/mosaic/mosaic.c:533 plug-ins/pagecurl/pagecurl.c:520 #: plug-ins/print/gimp_main_window.c:212 plug-ins/print/gimp_main_window.c:599 -#: plug-ins/rcm/rcm_dialog.c:729 plug-ins/sel2path/sel2path.c:354 +#: plug-ins/rcm/rcm_dialog.c:729 plug-ins/sel2path/sel2path.c:344 #: plug-ins/sgi/sgi.c:642 plug-ins/sinus/sinus.c:748 #: plug-ins/struc/struc.c:257 plug-ins/webbrowser/webbrowser.c:283 -#: plug-ins/winsnap/winsnap.c:912 plug-ins/xjt/xjt.c:795 +#: plug-ins/winsnap/winsnap.c:913 plug-ins/xjt/xjt.c:795 msgid "Cancel" msgstr "" @@ -272,8 +271,8 @@ msgstr "" #: plug-ins/FractalExplorer/Dialogs.c:803 plug-ins/common/CML_explorer.c:167 #: plug-ins/common/align_layers.c:452 plug-ins/common/align_layers.c:485 #: plug-ins/common/ps.c:2640 plug-ins/common/ps.c:2653 -#: plug-ins/common/psp.c:445 plug-ins/common/tiff.c:1508 -#: plug-ins/fits/fits.c:1032 plug-ins/gap/gap_mov_dialog.c:284 +#: plug-ins/common/psp.c:445 plug-ins/common/tiff.c:1551 +#: plug-ins/fits/fits.c:1032 plug-ins/gap/gap_mov_dialog.c:301 msgid "None" msgstr "" @@ -451,7 +450,7 @@ msgstr "" #: plug-ins/common/sharpen.c:550 plug-ins/common/spheredesigner.c:2254 #: plug-ins/common/tileit.c:407 plug-ins/common/waves.c:576 #: plug-ins/common/whirlpinch.c:826 plug-ins/common/wind.c:1026 -#: plug-ins/flame/flame.c:933 plug-ins/gfig/gfig.c:3964 +#: plug-ins/flame/flame.c:940 plug-ins/gfig/gfig.c:3964 #: plug-ins/gflare/gflare.c:2492 plug-ins/gflare/gflare.c:3500 #: plug-ins/gimpressionist/orientmap.c:502 #: plug-ins/gimpressionist/preview.c:106 plug-ins/gimpressionist/sizemap.c:402 @@ -598,7 +597,7 @@ msgstr "" #: plug-ins/common/sample_colorize.c:1371 #: plug-ins/common/spheredesigner.c:2234 plug-ins/common/tileit.c:467 #: plug-ins/fp/fp_gtk.c:897 plug-ins/gimpressionist/preview.c:124 -#: plug-ins/ifscompose/ifscompose.c:787 +#: plug-ins/ifscompose/ifscompose.c:787 plug-ins/sel2path/sel2path.c:341 msgid "Reset" msgstr "" @@ -1068,8 +1067,8 @@ msgstr "" #: plug-ins/MapObject/mapobject_ui.c:1040 #: plug-ins/MapObject/mapobject_ui.c:1084 plug-ins/common/flarefx.c:785 #: plug-ins/common/nova.c:609 plug-ins/common/papertile.c:285 -#: plug-ins/flame/flame.c:1182 plug-ins/flame/flame.c:1195 -#: plug-ins/gap/gap_mov_dialog.c:1855 plug-ins/gflare/gflare.c:2874 +#: plug-ins/flame/flame.c:1189 plug-ins/flame/flame.c:1202 +#: plug-ins/gap/gap_mov_dialog.c:2100 plug-ins/gflare/gflare.c:2874 #: plug-ins/ifscompose/ifscompose.c:513 msgid "X:" msgstr "" @@ -1086,7 +1085,7 @@ msgstr "" #: plug-ins/MapObject/mapobject_ui.c:1093 #: plug-ins/MapObject/mapobject_ui.c:1189 plug-ins/common/flarefx.c:803 #: plug-ins/common/nova.c:627 plug-ins/common/papertile.c:294 -#: plug-ins/common/xbm.c:1221 plug-ins/gap/gap_mov_dialog.c:1873 +#: plug-ins/common/xbm.c:1244 plug-ins/gap/gap_mov_dialog.c:2118 #: plug-ins/gflare/gflare.c:2878 plug-ins/ifscompose/ifscompose.c:527 msgid "Y:" msgstr "" @@ -1179,7 +1178,7 @@ msgid "Bumpmap Image:" msgstr "" #: plug-ins/Lighting/lighting_ui.c:919 plug-ins/common/mblur.c:784 -#: plug-ins/flame/flame.c:714 plug-ins/sinus/sinus.c:1032 +#: plug-ins/flame/flame.c:721 plug-ins/sinus/sinus.c:1032 msgid "Linear" msgstr "" @@ -1187,11 +1186,11 @@ msgstr "" msgid "Logarithmic" msgstr "" -#: plug-ins/Lighting/lighting_ui.c:921 plug-ins/flame/flame.c:715 +#: plug-ins/Lighting/lighting_ui.c:921 plug-ins/flame/flame.c:722 msgid "Sinusoidal" msgstr "" -#: plug-ins/Lighting/lighting_ui.c:922 plug-ins/flame/flame.c:716 +#: plug-ins/Lighting/lighting_ui.c:922 plug-ins/flame/flame.c:723 msgid "Spherical" msgstr "" @@ -1222,7 +1221,7 @@ msgstr "" #. Options section #: plug-ins/Lighting/lighting_ui.c:1014 plug-ins/MapObject/mapobject_ui.c:1314 #: plug-ins/common/lic.c:1037 plug-ins/common/ripple.c:604 -#: plug-ins/gap/gap_mov_dialog.c:841 plug-ins/gfig/gfig.c:4018 +#: plug-ins/gap/gap_mov_dialog.c:859 plug-ins/gfig/gfig.c:4018 msgid "Options" msgstr "" @@ -1435,8 +1434,8 @@ msgstr "" #: plug-ins/common/pix.c:326 plug-ins/common/png.c:415 #: plug-ins/common/png.c:417 plug-ins/common/pnm.c:414 #: plug-ins/common/psd.c:1713 plug-ins/common/sunras.c:441 -#: plug-ins/common/tga.c:429 plug-ins/common/tiff.c:443 -#: plug-ins/common/xbm.c:674 plug-ins/common/xpm.c:334 +#: plug-ins/common/tga.c:429 plug-ins/common/tiff.c:450 +#: plug-ins/common/xbm.c:735 plug-ins/common/xpm.c:334 #: plug-ins/common/xwd.c:430 plug-ins/faxg3/faxg3.c:196 #: plug-ins/gfli/gfli.c:471 plug-ins/sgi/sgi.c:330 plug-ins/sgi/sgi.c:332 #: plug-ins/xjt/xjt.c:3246 @@ -1480,12 +1479,12 @@ msgstr "" #: plug-ins/common/png.c:576 plug-ins/common/pnm.c:502 #: plug-ins/common/psd.c:2094 plug-ins/common/smooth_palette.c:240 #: plug-ins/common/sunras.c:919 plug-ins/common/tga.c:1014 -#: plug-ins/common/tiff.c:654 plug-ins/common/tile.c:269 +#: plug-ins/common/tiff.c:676 plug-ins/common/tile.c:269 #: plug-ins/common/winclipboard.c:515 plug-ins/common/wmf.c:2350 -#: plug-ins/common/xbm.c:812 plug-ins/faxg3/faxg3.c:448 +#: plug-ins/common/xbm.c:873 plug-ins/faxg3/faxg3.c:448 #: plug-ins/fits/fits.c:521 plug-ins/gfig/gfig.c:2867 #: plug-ins/gfig/gfig.c:3195 plug-ins/sgi/sgi.c:378 plug-ins/twain/twain.c:722 -#: plug-ins/winsnap/winsnap.c:1234 +#: plug-ins/winsnap/winsnap.c:1235 msgid "Background" msgstr "" @@ -1500,7 +1499,7 @@ msgstr "" #. init the progress meter #: plug-ins/bmp/bmpwrite.c:179 plug-ins/common/CEL.c:510 -#: plug-ins/common/gbr.c:387 plug-ins/common/gif.c:937 +#: plug-ins/common/gbr.c:387 plug-ins/common/gif.c:940 #: plug-ins/common/gpb.c:768 plug-ins/common/gpb.c:808 #: plug-ins/common/gtm.c:247 plug-ins/common/hrz.c:476 #: plug-ins/common/jpeg.c:1196 plug-ins/common/pat.c:343 @@ -1508,7 +1507,7 @@ msgstr "" #: plug-ins/common/png.c:756 plug-ins/common/png.c:758 #: plug-ins/common/pnm.c:786 plug-ins/common/ps.c:999 #: plug-ins/common/sunras.c:524 plug-ins/common/tga.c:1196 -#: plug-ins/common/tiff.c:1260 plug-ins/common/xbm.c:960 +#: plug-ins/common/tiff.c:1282 plug-ins/common/xbm.c:983 #: plug-ins/common/xpm.c:653 plug-ins/common/xwd.c:534 #: plug-ins/fits/fits.c:472 plug-ins/gfli/gfli.c:691 plug-ins/sgi/sgi.c:548 #: plug-ins/sgi/sgi.c:550 plug-ins/xjt/xjt.c:1628 @@ -1753,7 +1752,7 @@ msgstr "" #: plug-ins/common/CML_explorer.c:299 plug-ins/common/CML_explorer.c:1280 #: plug-ins/common/decompose.c:122 plug-ins/common/lic.c:1058 #: plug-ins/fp/fp_gtk.c:281 plug-ins/fp/fp_gtk.c:413 -#: plug-ins/gap/gap_mov_dialog.c:257 plug-ins/gimpressionist/orientation.c:188 +#: plug-ins/gap/gap_mov_dialog.c:274 plug-ins/gimpressionist/orientation.c:188 #: plug-ins/gimpressionist/size.c:186 msgid "Hue" msgstr "" @@ -1761,13 +1760,13 @@ msgstr "" #: plug-ins/common/CML_explorer.c:300 plug-ins/common/CML_explorer.c:1285 #: plug-ins/common/decompose.c:123 plug-ins/common/lic.c:1059 #: plug-ins/fp/fp_gtk.c:285 plug-ins/fp/fp_gtk.c:417 plug-ins/fp/fp_gtk.c:481 -#: plug-ins/gap/gap_mov_dialog.c:258 plug-ins/rcm/rcm_dialog.c:509 +#: plug-ins/gap/gap_mov_dialog.c:275 plug-ins/rcm/rcm_dialog.c:509 msgid "Saturation" msgstr "" #: plug-ins/common/CML_explorer.c:301 plug-ins/common/CML_explorer.c:1290 #: plug-ins/common/decompose.c:124 plug-ins/fp/fp_gtk.c:289 -#: plug-ins/fp/fp_gtk.c:421 plug-ins/gap/gap_mov_dialog.c:260 +#: plug-ins/fp/fp_gtk.c:421 plug-ins/gap/gap_mov_dialog.c:277 #: plug-ins/gimpressionist/orientation.c:131 #: plug-ins/gimpressionist/size.c:130 msgid "Value" @@ -2025,12 +2024,12 @@ msgid "Error: failed to load parameters" msgstr "" #. Create the actual window. -#: plug-ins/common/aa.c:341 +#: plug-ins/common/aa.c:339 msgid "Save as Text" msgstr "" #. file save type -#: plug-ins/common/aa.c:358 plug-ins/common/pnm.c:945 +#: plug-ins/common/aa.c:356 plug-ins/common/pnm.c:945 #: plug-ins/common/sunras.c:1589 msgid "Data Formatting" msgstr "" @@ -2106,7 +2105,7 @@ msgid "Left Edge" msgstr "" #: plug-ins/common/align_layers.c:473 plug-ins/common/align_layers.c:506 -#: plug-ins/gap/gap_mov_dialog.c:271 plug-ins/gflare/gflare.c:2862 +#: plug-ins/gap/gap_mov_dialog.c:288 plug-ins/gflare/gflare.c:2862 msgid "Center" msgstr "" @@ -2150,16 +2149,16 @@ msgstr "" msgid "Grid Size:" msgstr "" -#: plug-ins/common/animationplay.c:266 +#: plug-ins/common/animationplay.c:270 msgid "/Filters/Animation/Animation Playback..." msgstr "" -#: plug-ins/common/animationplay.c:662 +#: plug-ins/common/animationplay.c:666 msgid "Animation Playback: " msgstr "" #. if no buttons are specified use one CLOSE button per default -#: plug-ins/common/animationplay.c:669 plug-ins/common/plugindetails.c:996 +#: plug-ins/common/animationplay.c:673 plug-ins/common/plugindetails.c:996 #: plug-ins/common/sample_colorize.c:1373 plug-ins/common/uniteditor.c:525 #: plug-ins/dbbrowser/dbbrowser_utils.c:158 #: plug-ins/dbbrowser/dbbrowser_utils.c:175 plug-ins/gap/gap_arr_dialog.c:783 @@ -2173,43 +2172,43 @@ msgid "Close" msgstr "" #. The 'playback' half of the dialog -#: plug-ins/common/animationplay.c:683 plug-ins/common/animationplay.c:686 +#: plug-ins/common/animationplay.c:687 plug-ins/common/animationplay.c:690 msgid "Playback: " msgstr "" -#: plug-ins/common/animationplay.c:716 +#: plug-ins/common/animationplay.c:720 msgid "Play/Stop" msgstr "" -#: plug-ins/common/animationplay.c:722 +#: plug-ins/common/animationplay.c:726 msgid "Rewind" msgstr "" -#: plug-ins/common/animationplay.c:728 +#: plug-ins/common/animationplay.c:732 msgid "Step" msgstr "" -#: plug-ins/common/animationplay.c:786 +#: plug-ins/common/animationplay.c:790 msgid "Frame %v of %u" msgstr "" -#: plug-ins/common/animoptimize.c:154 +#: plug-ins/common/animoptimize.c:158 msgid "/Filters/Animation/Animation Optimize" msgstr "" -#: plug-ins/common/animoptimize.c:170 +#: plug-ins/common/animoptimize.c:174 msgid "/Filters/Animation/Animation UnOptimize" msgstr "" -#: plug-ins/common/animoptimize.c:270 +#: plug-ins/common/animoptimize.c:274 msgid "Optimizing Animation..." msgstr "" -#: plug-ins/common/animoptimize.c:272 +#: plug-ins/common/animoptimize.c:276 msgid "UnOptimizing Animation..." msgstr "" -#: plug-ins/common/animoptimize.c:301 +#: plug-ins/common/animoptimize.c:305 msgid "Not enough memory to allocate buffers for optimization.\n" msgstr "" @@ -2480,7 +2479,7 @@ msgstr "" #: plug-ins/common/colorify.c:338 plug-ins/common/colortoalpha.c:414 #: plug-ins/common/ps.c:2625 plug-ins/common/xpm.c:439 -#: plug-ins/gap/gap_mov_dialog.c:259 plug-ins/gimpressionist/color.c:51 +#: plug-ins/gap/gap_mov_dialog.c:276 plug-ins/gimpressionist/color.c:51 #: plug-ins/gimpressionist/color.c:56 plug-ins/imagemap/imap_menu.c:325 #: plug-ins/print/gimp_main_window.c:425 msgid "Color" @@ -2721,7 +2720,7 @@ msgid "Prefixed Name:" msgstr "" #: plug-ins/common/csource.c:689 plug-ins/common/mail.c:556 -#: plug-ins/common/tiff.c:1523 plug-ins/common/xbm.c:1180 +#: plug-ins/common/tiff.c:1566 plug-ins/common/xbm.c:1203 msgid "Comment:" msgstr "" @@ -2758,7 +2757,7 @@ msgstr "" #. Opacity #. table col, row #: plug-ins/common/csource.c:757 plug-ins/common/sparkle.c:443 -#: plug-ins/common/tileit.c:587 plug-ins/gap/gap_mov_dialog.c:1925 +#: plug-ins/common/tileit.c:587 plug-ins/gap/gap_mov_dialog.c:2170 #: plug-ins/gflare/gflare.c:3602 plug-ins/gflare/gflare.c:3632 #: plug-ins/gflare/gflare.c:3662 msgid "Opacity:" @@ -3130,7 +3129,7 @@ msgstr "" #: plug-ins/common/destripe.c:670 plug-ins/common/gtm.c:551 #: plug-ins/common/ps.c:2582 plug-ins/common/ps.c:2757 #: plug-ins/common/smooth_palette.c:429 plug-ins/common/tile.c:421 -#: plug-ins/gap/gap_mov_dialog.c:1891 plug-ins/imagemap/imap_rectangle.c:387 +#: plug-ins/gap/gap_mov_dialog.c:2136 plug-ins/imagemap/imap_rectangle.c:387 msgid "Width:" msgstr "" @@ -3158,7 +3157,7 @@ msgstr "" msgid "Sharp edges" msgstr "" -#: plug-ins/common/diffraction.c:717 plug-ins/flame/flame.c:1004 +#: plug-ins/common/diffraction.c:717 plug-ins/flame/flame.c:1011 #: plug-ins/print/gimp_color_window.c:100 msgid "Brightness:" msgstr "" @@ -3217,7 +3216,7 @@ msgstr "" #: plug-ins/common/displace.c:426 plug-ins/common/edge.c:708 #: plug-ins/common/fractaltrace.c:774 plug-ins/common/newsprint.c:449 #: plug-ins/common/ripple.c:653 plug-ins/common/warp.c:534 -#: plug-ins/fits/fits.c:1008 plug-ins/flame/flame.c:1100 +#: plug-ins/fits/fits.c:1008 plug-ins/flame/flame.c:1107 #: plug-ins/gfig/gfig.c:3328 msgid "Black" msgstr "" @@ -3282,7 +3281,7 @@ msgstr "" #: plug-ins/common/engrave.c:256 plug-ins/common/film.c:1243 #: plug-ins/common/gtm.c:565 plug-ins/common/ps.c:2591 #: plug-ins/common/ps.c:2766 plug-ins/common/smooth_palette.c:438 -#: plug-ins/common/tile.c:425 plug-ins/gap/gap_mov_dialog.c:1908 +#: plug-ins/common/tile.c:425 plug-ins/gap/gap_mov_dialog.c:2153 #: plug-ins/imagemap/imap_rectangle.c:393 msgid "Height:" msgstr "" @@ -3595,28 +3594,28 @@ msgstr "" msgid "Icon Name:" msgstr "" -#: plug-ins/common/gif.c:672 +#: plug-ins/common/gif.c:674 msgid "" "GIF: Couldn't simply reduce colors further.\n" "Saving as opaque.\n" msgstr "" -#: plug-ins/common/gif.c:929 +#: plug-ins/common/gif.c:932 msgid "" "GIF: Sorry, can't save RGB images as GIFs - convert to INDEXED\n" "or GRAY first.\n" msgstr "" -#: plug-ins/common/gif.c:947 +#: plug-ins/common/gif.c:950 #, c-format msgid "GIF: can't open %s\n" msgstr "" -#: plug-ins/common/gif.c:1136 +#: plug-ins/common/gif.c:1139 msgid "GIF Warning" msgstr "" -#: plug-ins/common/gif.c:1162 +#: plug-ins/common/gif.c:1165 msgid "" "The image which you are trying to save as a GIF\n" "contains layers which extend beyond the actual\n" @@ -3627,61 +3626,61 @@ msgid "" "the image borders, or cancel this save." msgstr "" -#: plug-ins/common/gif.c:1207 +#: plug-ins/common/gif.c:1210 msgid "Save as GIF" msgstr "" #. regular gif parameter settings -#: plug-ins/common/gif.c:1229 +#: plug-ins/common/gif.c:1232 msgid "GIF Options" msgstr "" -#: plug-ins/common/gif.c:1237 +#: plug-ins/common/gif.c:1240 msgid "Interlace" msgstr "" -#: plug-ins/common/gif.c:1248 +#: plug-ins/common/gif.c:1251 msgid "GIF Comment:" msgstr "" #. additional animated gif parameter settings -#: plug-ins/common/gif.c:1307 +#: plug-ins/common/gif.c:1311 msgid "Animated GIF Options" msgstr "" -#: plug-ins/common/gif.c:1315 +#: plug-ins/common/gif.c:1319 msgid "Loop forever" msgstr "" -#: plug-ins/common/gif.c:1327 +#: plug-ins/common/gif.c:1331 msgid "Delay between Frames where Unspecified:" msgstr "" -#: plug-ins/common/gif.c:1339 +#: plug-ins/common/gif.c:1343 msgid "Milliseconds" msgstr "" -#: plug-ins/common/gif.c:1349 +#: plug-ins/common/gif.c:1353 msgid "Frame Disposal where Unspecified: " msgstr "" -#: plug-ins/common/gif.c:1358 +#: plug-ins/common/gif.c:1362 msgid "I don't Care" msgstr "" -#: plug-ins/common/gif.c:1360 +#: plug-ins/common/gif.c:1364 msgid "Cumulative Layers (Combine)" msgstr "" -#: plug-ins/common/gif.c:1362 +#: plug-ins/common/gif.c:1366 msgid "One Frame per Layer (Replace)" msgstr "" -#: plug-ins/common/gif.c:2346 +#: plug-ins/common/gif.c:2350 msgid "GIF: error writing output file\n" msgstr "" -#: plug-ins/common/gif.c:2437 +#: plug-ins/common/gif.c:2441 msgid "GIF save: Your comment string is too long.\n" msgstr "" @@ -3824,7 +3823,7 @@ msgstr "" msgid "Grid" msgstr "" -#: plug-ins/common/grid.c:708 plug-ins/gap/gap_mov_dialog.c:478 +#: plug-ins/common/grid.c:708 plug-ins/gap/gap_mov_dialog.c:496 msgid "Update Preview" msgstr "" @@ -4581,7 +4580,7 @@ msgid "Output LPI:" msgstr "" #. screen settings -#: plug-ins/common/newsprint.c:1287 plug-ins/gap/gap_mov_dialog.c:250 +#: plug-ins/common/newsprint.c:1287 plug-ins/gap/gap_mov_dialog.c:267 #: plug-ins/gflare/gflare.c:597 msgid "Screen" msgstr "" @@ -5112,7 +5111,7 @@ msgid "Load PostScript" msgstr "" #. Rendering -#: plug-ins/common/ps.c:2555 plug-ins/flame/flame.c:987 +#: plug-ins/common/ps.c:2555 plug-ins/flame/flame.c:994 msgid "Rendering" msgstr "" @@ -5296,43 +5295,43 @@ msgstr "" msgid "Amplitude:" msgstr "" -#: plug-ins/common/rotate.c:168 +#: plug-ins/common/rotate.c:160 msgid "/Layers/Rotate/90 degrees" msgstr "" -#: plug-ins/common/rotate.c:179 +#: plug-ins/common/rotate.c:171 msgid "/Layers/Rotate/180 degrees" msgstr "" -#: plug-ins/common/rotate.c:190 +#: plug-ins/common/rotate.c:182 msgid "/Layers/Rotate/270 degrees" msgstr "" -#: plug-ins/common/rotate.c:202 +#: plug-ins/common/rotate.c:194 msgid "/Image/Transforms/Rotate/90 degrees" msgstr "" -#: plug-ins/common/rotate.c:213 +#: plug-ins/common/rotate.c:205 msgid "/Image/Transforms/Rotate/180 degrees" msgstr "" -#: plug-ins/common/rotate.c:224 +#: plug-ins/common/rotate.c:216 msgid "/Image/Transforms/Rotate/270 degrees" msgstr "" -#: plug-ins/common/rotate.c:531 +#: plug-ins/common/rotate.c:525 msgid "You can not rotate the whole image if there's a selection." msgstr "" -#: plug-ins/common/rotate.c:537 +#: plug-ins/common/rotate.c:531 msgid "You can not rotate the whole image if there's a floating selection." msgstr "" -#: plug-ins/common/rotate.c:547 +#: plug-ins/common/rotate.c:541 msgid "Sorry, channels and masks can not be rotated." msgstr "" -#: plug-ins/common/rotate.c:553 +#: plug-ins/common/rotate.c:547 msgid "Rotating..." msgstr "" @@ -5349,7 +5348,7 @@ msgstr "" #: plug-ins/dbbrowser/dbbrowser_utils.c:156 #: plug-ins/gdyntext/gdyntext_ui.c:643 plug-ins/gimpressionist/orientmap.c:633 #: plug-ins/gimpressionist/presets.c:640 plug-ins/gimpressionist/sizemap.c:492 -#: plug-ins/imagemap/imap_default_dialog.c:110 +#: plug-ins/imagemap/imap_default_dialog.c:122 msgid "Apply" msgstr "" @@ -5445,7 +5444,7 @@ msgstr "" msgid "Holdness:" msgstr "" -#: plug-ins/common/screenshot.c:150 plug-ins/winsnap/winsnap.c:1075 +#: plug-ins/common/screenshot.c:150 plug-ins/winsnap/winsnap.c:1076 msgid "/File/Acquire/Screen Shot..." msgstr "" @@ -5455,7 +5454,7 @@ msgid "Screen Shot" msgstr "" #. Action area -#: plug-ins/common/screenshot.c:393 plug-ins/winsnap/winsnap.c:902 +#: plug-ins/common/screenshot.c:393 plug-ins/winsnap/winsnap.c:903 msgid "Grab" msgstr "" @@ -5471,11 +5470,11 @@ msgstr "" msgid "Grab the Whole Screen" msgstr "" -#: plug-ins/common/screenshot.c:469 plug-ins/winsnap/winsnap.c:1010 +#: plug-ins/common/screenshot.c:469 plug-ins/winsnap/winsnap.c:1011 msgid "after" msgstr "" -#: plug-ins/common/screenshot.c:478 plug-ins/winsnap/winsnap.c:1019 +#: plug-ins/common/screenshot.c:478 plug-ins/winsnap/winsnap.c:1020 msgid "Seconds Delay" msgstr "" @@ -5800,7 +5799,7 @@ msgid "Sphere Designer" msgstr "" #: plug-ins/common/spheredesigner.c:2268 plug-ins/gimpressionist/preview.c:117 -#: plug-ins/gimpressionist/repaint.c:873 plug-ins/gimpressionist/repaint.c:875 +#: plug-ins/gimpressionist/repaint.c:874 plug-ins/gimpressionist/repaint.c:876 #: plug-ins/imagemap/imap_polygon.c:446 msgid "Update" msgstr "" @@ -5999,31 +5998,31 @@ msgstr "" msgid "Threshold Alpha" msgstr "" -#: plug-ins/common/tiff.c:663 +#: plug-ins/common/tiff.c:685 msgid "TIFF Channel" msgstr "" -#: plug-ins/common/tiff.c:1482 +#: plug-ins/common/tiff.c:1525 msgid "Save as TIFF" msgstr "" -#: plug-ins/common/tiff.c:1504 +#: plug-ins/common/tiff.c:1547 msgid "Compression" msgstr "" -#: plug-ins/common/tiff.c:1509 +#: plug-ins/common/tiff.c:1552 msgid "LZW" msgstr "" -#: plug-ins/common/tiff.c:1510 +#: plug-ins/common/tiff.c:1553 msgid "Pack Bits" msgstr "" -#: plug-ins/common/tiff.c:1511 +#: plug-ins/common/tiff.c:1554 msgid "Deflate" msgstr "" -#: plug-ins/common/tiff.c:1512 +#: plug-ins/common/tiff.c:1555 msgid "JPEG" msgstr "" @@ -6728,37 +6727,34 @@ msgstr "" msgid "Transferring image" msgstr "" -#: plug-ins/common/xbm.c:237 +#: plug-ins/common/xbm.c:246 msgid "Created with The GIMP" msgstr "" -#: plug-ins/common/xbm.c:670 +#: plug-ins/common/xbm.c:731 #, c-format msgid "XBM: cannot open \"%s\"\n" msgstr "" -#: plug-ins/common/xbm.c:753 +#: plug-ins/common/xbm.c:814 #, c-format msgid "XBM: cannot read header (ftell == %ld)\n" msgstr "" -#: plug-ins/common/xbm.c:759 +#: plug-ins/common/xbm.c:820 msgid "XBM: no image width specified\n" msgstr "" -#: plug-ins/common/xbm.c:765 +#: plug-ins/common/xbm.c:826 msgid "XBM: no image height specified\n" msgstr "" -#: plug-ins/common/xbm.c:771 +#: plug-ins/common/xbm.c:832 msgid "XBM: no image data type specified\n" msgstr "" -#: plug-ins/common/xbm.c:890 -msgid "XBM Warning" -msgstr "" - -#: plug-ins/common/xbm.c:911 +#. The image is not black-and-white. +#: plug-ins/common/xbm.c:965 msgid "" "The image which you are trying to save as\n" "an XBM contains more than two colors.\n" @@ -6767,38 +6763,57 @@ msgid "" "(1-bit) indexed image and try again." msgstr "" -#: plug-ins/common/xbm.c:982 +#: plug-ins/common/xbm.c:976 +msgid "" +"You cannot save a cursor mask for an image\n" +"which has no alpha channel." +msgstr "" + +#: plug-ins/common/xbm.c:1005 #, c-format msgid "XBM: cannot create \"%s\"\n" msgstr "" -#: plug-ins/common/xbm.c:1123 +#: plug-ins/common/xbm.c:1146 msgid "Save as XBM" msgstr "" #. parameter settings -#: plug-ins/common/xbm.c:1140 +#: plug-ins/common/xbm.c:1163 msgid "XBM Options" msgstr "" #. X10 format -#: plug-ins/common/xbm.c:1151 +#: plug-ins/common/xbm.c:1174 msgid "X10 Format Bitmap" msgstr "" -#: plug-ins/common/xbm.c:1169 +#: plug-ins/common/xbm.c:1192 msgid "Identifier Prefix:" msgstr "" #. hotspot toggle -#: plug-ins/common/xbm.c:1187 +#: plug-ins/common/xbm.c:1210 msgid "Write Hot Spot Values" msgstr "" -#: plug-ins/common/xbm.c:1211 +#: plug-ins/common/xbm.c:1234 msgid "Hot Spot X:" msgstr "" +#. mask file +#: plug-ins/common/xbm.c:1248 +msgid "Mask File" +msgstr "" + +#: plug-ins/common/xbm.c:1259 +msgid "Write Extra Mask File" +msgstr "" + +#: plug-ins/common/xbm.c:1270 +msgid "Mask File Extension:" +msgstr "" + #: plug-ins/common/xpm.c:795 msgid "Save as XPM" msgstr "" @@ -6960,118 +6975,118 @@ msgstr "" msgid "Image Composing" msgstr "" -#: plug-ins/flame/flame.c:137 +#: plug-ins/flame/flame.c:144 msgid "/Filters/Render/Nature/Flame..." msgstr "" -#: plug-ins/flame/flame.c:218 +#: plug-ins/flame/flame.c:225 msgid "Drawing Flame..." msgstr "" -#: plug-ins/flame/flame.c:299 +#: plug-ins/flame/flame.c:306 msgid "Flame works only on RGB drawables." msgstr "" -#: plug-ins/flame/flame.c:415 +#: plug-ins/flame/flame.c:422 #, c-format msgid "%s: Is not a regular file" msgstr "" -#: plug-ins/flame/flame.c:619 plug-ins/flame/flame.c:965 +#: plug-ins/flame/flame.c:626 plug-ins/flame/flame.c:972 msgid "Edit Flame" msgstr "" -#: plug-ins/flame/flame.c:638 +#: plug-ins/flame/flame.c:645 msgid "Directions" msgstr "" -#: plug-ins/flame/flame.c:668 +#: plug-ins/flame/flame.c:675 msgid "Controls" msgstr "" -#: plug-ins/flame/flame.c:683 +#: plug-ins/flame/flame.c:690 msgid "Speed:" msgstr "" -#: plug-ins/flame/flame.c:699 +#: plug-ins/flame/flame.c:706 msgid "Randomize" msgstr "" -#: plug-ins/flame/flame.c:712 +#: plug-ins/flame/flame.c:719 msgid "Same" msgstr "" -#: plug-ins/flame/flame.c:713 plug-ins/gimpressionist/orientation.c:151 +#: plug-ins/flame/flame.c:720 plug-ins/gimpressionist/orientation.c:151 #: plug-ins/gimpressionist/size.c:150 msgid "Random" msgstr "" -#: plug-ins/flame/flame.c:717 +#: plug-ins/flame/flame.c:724 msgid "Swirl" msgstr "" -#: plug-ins/flame/flame.c:718 +#: plug-ins/flame/flame.c:725 msgid "Horseshoe" msgstr "" -#: plug-ins/flame/flame.c:719 plug-ins/gfig/gfig.c:3315 +#: plug-ins/flame/flame.c:726 plug-ins/gfig/gfig.c:3315 msgid "Polar" msgstr "" -#: plug-ins/flame/flame.c:720 +#: plug-ins/flame/flame.c:727 msgid "Bent" msgstr "" -#: plug-ins/flame/flame.c:726 +#: plug-ins/flame/flame.c:733 msgid "Variation:" msgstr "" -#: plug-ins/flame/flame.c:759 plug-ins/flame/flame.c:972 +#: plug-ins/flame/flame.c:766 plug-ins/flame/flame.c:979 msgid "Load Flame" msgstr "" -#: plug-ins/flame/flame.c:781 plug-ins/flame/flame.c:979 +#: plug-ins/flame/flame.c:788 plug-ins/flame/flame.c:986 msgid "Save Flame" msgstr "" -#: plug-ins/flame/flame.c:908 plug-ins/flame/flame.c:947 +#: plug-ins/flame/flame.c:915 plug-ins/flame/flame.c:954 msgid "Flame" msgstr "" -#: plug-ins/flame/flame.c:1017 plug-ins/print/gimp_color_window.c:114 +#: plug-ins/flame/flame.c:1024 plug-ins/print/gimp_color_window.c:114 msgid "Contrast:" msgstr "" -#: plug-ins/flame/flame.c:1030 plug-ins/gimpressionist/brush.c:401 +#: plug-ins/flame/flame.c:1037 plug-ins/gimpressionist/brush.c:401 #: plug-ins/print/gimp_color_window.c:198 msgid "Gamma:" msgstr "" -#: plug-ins/flame/flame.c:1043 +#: plug-ins/flame/flame.c:1050 msgid "Sample Density:" msgstr "" -#: plug-ins/flame/flame.c:1053 +#: plug-ins/flame/flame.c:1060 msgid "Spatial Oversample:" msgstr "" -#: plug-ins/flame/flame.c:1063 +#: plug-ins/flame/flame.c:1070 msgid "Spatial Filter Radius:" msgstr "" -#: plug-ins/flame/flame.c:1089 +#: plug-ins/flame/flame.c:1096 msgid "Colormap:" msgstr "" -#: plug-ins/flame/flame.c:1137 +#: plug-ins/flame/flame.c:1144 msgid "Custom Gradient" msgstr "" -#: plug-ins/flame/flame.c:1157 +#: plug-ins/flame/flame.c:1164 msgid "Camera" msgstr "" -#: plug-ins/flame/flame.c:1169 +#: plug-ins/flame/flame.c:1176 msgid "Zoom:" msgstr "" @@ -7974,7 +7989,7 @@ msgstr "" #. digits #. constrain #. lower, upper (unconstrained) -#: plug-ins/gap/gap_mod_layer.c:156 plug-ins/gap/gap_mov_dialog.c:550 +#: plug-ins/gap/gap_mod_layer.c:156 plug-ins/gap/gap_mov_dialog.c:568 #: plug-ins/gap/gap_mpege.c:259 plug-ins/gap/gap_range_ops.c:442 #: plug-ins/gap/gap_range_ops.c:601 msgid "first handled frame" @@ -7992,7 +8007,7 @@ msgstr "" #. digits #. constrain #. lower, upper (unconstrained) -#: plug-ins/gap/gap_mod_layer.c:164 plug-ins/gap/gap_mov_dialog.c:565 +#: plug-ins/gap/gap_mod_layer.c:164 plug-ins/gap/gap_mov_dialog.c:583 #: plug-ins/gap/gap_mpege.c:267 plug-ins/gap/gap_range_ops.c:450 #: plug-ins/gap/gap_range_ops.c:609 msgid "last handled frame" @@ -8080,120 +8095,120 @@ msgstr "" msgid "No selected Layer in start frame" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:247 plug-ins/gfig/gfig.c:3327 +#: plug-ins/gap/gap_mov_dialog.c:264 plug-ins/gfig/gfig.c:3327 #: plug-ins/gflare/gflare.c:594 plug-ins/gimpressionist/orientmap.c:590 msgid "Normal" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:248 +#: plug-ins/gap/gap_mov_dialog.c:265 msgid "Dissolve" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:249 +#: plug-ins/gap/gap_mov_dialog.c:266 msgid "Multiply" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:251 plug-ins/gflare/gflare.c:596 +#: plug-ins/gap/gap_mov_dialog.c:268 plug-ins/gflare/gflare.c:596 #: plug-ins/gimpressionist/paper.c:152 msgid "Overlay" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:252 +#: plug-ins/gap/gap_mov_dialog.c:269 msgid "Difference" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:253 plug-ins/gflare/gflare.c:595 +#: plug-ins/gap/gap_mov_dialog.c:270 plug-ins/gflare/gflare.c:595 msgid "Addition" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:254 plug-ins/gfig/gfig.c:3148 +#: plug-ins/gap/gap_mov_dialog.c:271 plug-ins/gfig/gfig.c:3148 msgid "Subtract" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:255 +#: plug-ins/gap/gap_mov_dialog.c:272 msgid "Darken Only" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:256 +#: plug-ins/gap/gap_mov_dialog.c:273 msgid "Lighten Only" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:267 +#: plug-ins/gap/gap_mov_dialog.c:284 msgid "Left Top" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:268 +#: plug-ins/gap/gap_mov_dialog.c:285 msgid "Left Bottom" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:269 +#: plug-ins/gap/gap_mov_dialog.c:286 msgid "Right Top" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:270 +#: plug-ins/gap/gap_mov_dialog.c:287 msgid "Right Bottom" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:279 +#: plug-ins/gap/gap_mov_dialog.c:296 msgid "Loop" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:280 +#: plug-ins/gap/gap_mov_dialog.c:297 msgid "Loop Reverse" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:281 +#: plug-ins/gap/gap_mov_dialog.c:298 msgid "Once" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:282 +#: plug-ins/gap/gap_mov_dialog.c:299 msgid "OnceReverse" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:283 +#: plug-ins/gap/gap_mov_dialog.c:300 msgid "PingPong" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:451 +#: plug-ins/gap/gap_mov_dialog.c:469 msgid "Move Path" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:485 +#: plug-ins/gap/gap_mov_dialog.c:503 msgid "" "Show PreviewFrame with Selected \n" "SrcLayer at current Controlpoint" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:489 +#: plug-ins/gap/gap_mov_dialog.c:507 msgid "Anim Preview" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:496 +#: plug-ins/gap/gap_mov_dialog.c:514 msgid "" "Generate Animated Preview\n" "as multilayer image" msgstr "" #. parameter settings -#: plug-ins/gap/gap_mov_dialog.c:509 +#: plug-ins/gap/gap_mov_dialog.c:527 msgid "Copy moving source-layer(s) into frames" msgstr "" #. the start frame scale_entry #. table col, row -#: plug-ins/gap/gap_mov_dialog.c:542 +#: plug-ins/gap/gap_mov_dialog.c:560 msgid "Start Frame:" msgstr "" #. the end frame scale_entry #. table col, row -#: plug-ins/gap/gap_mov_dialog.c:557 +#: plug-ins/gap/gap_mov_dialog.c:575 msgid "End Frame:" msgstr "" #. the Preview Frame scale_entry #. table col, row -#: plug-ins/gap/gap_mov_dialog.c:572 +#: plug-ins/gap/gap_mov_dialog.c:590 msgid "Preview Frame:" msgstr "" @@ -8205,7 +8220,7 @@ msgstr "" #. digits #. constrain #. lower, upper (unconstrained) -#: plug-ins/gap/gap_mov_dialog.c:580 +#: plug-ins/gap/gap_mov_dialog.c:598 msgid "" "frame to show when UpdPreview\n" "button is pressed" @@ -8213,7 +8228,7 @@ msgstr "" #. the Layerstack scale_entry #. table col, row -#: plug-ins/gap/gap_mov_dialog.c:588 plug-ins/gap/gap_range_ops.c:265 +#: plug-ins/gap/gap_mov_dialog.c:606 plug-ins/gap/gap_range_ops.c:265 msgid "Layerstack:" msgstr "" @@ -8225,7 +8240,7 @@ msgstr "" #. digits #. constrain #. lower, upper (unconstrained) -#: plug-ins/gap/gap_mov_dialog.c:596 +#: plug-ins/gap/gap_mov_dialog.c:614 msgid "" "How to insert SrcLayer into the\n" "Dst. Frame's Layerstack\n" @@ -8233,135 +8248,135 @@ msgid "" msgstr "" #. toggle force visibility -#: plug-ins/gap/gap_mov_dialog.c:608 +#: plug-ins/gap/gap_mov_dialog.c:626 msgid "Force visibility" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:614 +#: plug-ins/gap/gap_mov_dialog.c:632 msgid "Force visibility for all copied Src-Layers" msgstr "" #. toggle clip_to_image -#: plug-ins/gap/gap_mov_dialog.c:620 +#: plug-ins/gap/gap_mov_dialog.c:638 msgid "Clip To Frame" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:626 +#: plug-ins/gap/gap_mov_dialog.c:644 msgid "" "Clip all copied Src-Layers\n" "at Frame Boundaries" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:674 +#: plug-ins/gap/gap_mov_dialog.c:692 msgid "" "No Source Image was selected\n" "(Please open a 2nd Image of the same type before opening Move Path)" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:770 +#: plug-ins/gap/gap_mov_dialog.c:788 msgid "Object on empty frames" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:771 +#: plug-ins/gap/gap_mov_dialog.c:789 msgid "Object on one frame" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:772 +#: plug-ins/gap/gap_mov_dialog.c:790 msgid "Exact Object on frames" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:802 +#: plug-ins/gap/gap_mov_dialog.c:820 msgid "Anim Preview Mode" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:810 +#: plug-ins/gap/gap_mov_dialog.c:828 msgid "Scale Preview" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:811 +#: plug-ins/gap/gap_mov_dialog.c:829 msgid "Scale down size of the generated animated preview (in %)" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:819 +#: plug-ins/gap/gap_mov_dialog.c:837 msgid "Framerate" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:820 +#: plug-ins/gap/gap_mov_dialog.c:838 msgid "Framerate to use in the animated preview in frames/sec" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:834 +#: plug-ins/gap/gap_mov_dialog.c:852 msgid "Copy to Video Buffer" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:835 +#: plug-ins/gap/gap_mov_dialog.c:853 msgid "" "Save all single frames of animated preview to video buffer\n" "(configured in gimprc by video-paste-dir and video-paste-basename)" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:840 +#: plug-ins/gap/gap_mov_dialog.c:858 msgid "Move Path Animated Preview" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:886 +#: plug-ins/gap/gap_mov_dialog.c:904 msgid "Generate Animated Preview failed\n" msgstr "" #. filesel is already open -#: plug-ins/gap/gap_mov_dialog.c:1098 +#: plug-ins/gap/gap_mov_dialog.c:1343 msgid "Load Path Points from file" msgstr "" #. filesel is already open -#: plug-ins/gap/gap_mov_dialog.c:1134 +#: plug-ins/gap/gap_mov_dialog.c:1379 msgid "Save Path Points to file" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:1479 +#: plug-ins/gap/gap_mov_dialog.c:1724 #, c-format msgid "Current Point: [ %3d ] of [ %3d ]" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:1670 +#: plug-ins/gap/gap_mov_dialog.c:1915 msgid "Source Select" msgstr "" #. Source Layer menu -#: plug-ins/gap/gap_mov_dialog.c:1687 +#: plug-ins/gap/gap_mov_dialog.c:1932 msgid "Source Image/Layer:" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:1697 +#: plug-ins/gap/gap_mov_dialog.c:1942 msgid "Source Object to insert into Frame Range" msgstr "" #. Paintmode menu -#: plug-ins/gap/gap_mov_dialog.c:1712 +#: plug-ins/gap/gap_mov_dialog.c:1957 msgid "Mode:" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:1721 +#: plug-ins/gap/gap_mov_dialog.c:1966 msgid "Paintmode" msgstr "" #. Loop Stepmode menu -#: plug-ins/gap/gap_mov_dialog.c:1736 +#: plug-ins/gap/gap_mov_dialog.c:1981 msgid "Stepmode:" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:1754 +#: plug-ins/gap/gap_mov_dialog.c:1999 msgid "" "How to fetch the next SrcLayer \n" "at the next handled frame" msgstr "" #. Source Image Handle menu -#: plug-ins/gap/gap_mov_dialog.c:1760 +#: plug-ins/gap/gap_mov_dialog.c:2005 msgid "Handle:" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:1778 +#: plug-ins/gap/gap_mov_dialog.c:2023 msgid "" "How to place the SrcLayer at \n" "Controlpoint Coordinates" @@ -8369,17 +8384,17 @@ msgstr "" #. to avoid side effects while initialization #. the frame -#: plug-ins/gap/gap_mov_dialog.c:1832 +#: plug-ins/gap/gap_mov_dialog.c:2077 msgid "Move Path Preview" msgstr "" #. lower, upper (unconstrained) -#: plug-ins/gap/gap_mov_dialog.c:1864 +#: plug-ins/gap/gap_mov_dialog.c:2109 msgid "X Coordinate" msgstr "" #. lower, upper (unconstrained) -#: plug-ins/gap/gap_mov_dialog.c:1882 +#: plug-ins/gap/gap_mov_dialog.c:2127 msgid "Y Coordinate" msgstr "" @@ -8391,7 +8406,7 @@ msgstr "" #. digits #. constrain #. lower, upper (unconstrained) -#: plug-ins/gap/gap_mov_dialog.c:1899 +#: plug-ins/gap/gap_mov_dialog.c:2144 msgid "Scale Source Layer's Width in percent" msgstr "" @@ -8403,7 +8418,7 @@ msgstr "" #. digits #. constrain #. lower, upper (unconstrained) -#: plug-ins/gap/gap_mov_dialog.c:1916 +#: plug-ins/gap/gap_mov_dialog.c:2161 msgid "" "Scale SrcLayer's Height\n" "in percent" @@ -8417,7 +8432,7 @@ msgstr "" #. digits #. constrain #. lower, upper (unconstrained) -#: plug-ins/gap/gap_mov_dialog.c:1933 +#: plug-ins/gap/gap_mov_dialog.c:2178 msgid "" "SrcLayer's Opacity\n" "in percent" @@ -8425,7 +8440,7 @@ msgstr "" #. Rotation #. table col, row -#: plug-ins/gap/gap_mov_dialog.c:1942 +#: plug-ins/gap/gap_mov_dialog.c:2187 msgid "Rotate:" msgstr "" @@ -8437,13 +8452,13 @@ msgstr "" #. digits #. constrain #. lower, upper (unconstrained) -#: plug-ins/gap/gap_mov_dialog.c:1950 +#: plug-ins/gap/gap_mov_dialog.c:2195 msgid "Rotate SrcLayer (in degree)" msgstr "" #. Keyframe #. table col, row -#: plug-ins/gap/gap_mov_dialog.c:1961 +#: plug-ins/gap/gap_mov_dialog.c:2206 msgid "Keyframe:" msgstr "" @@ -8455,132 +8470,151 @@ msgstr "" #. digits #. constrain #. lower, upper (unconstrained) -#: plug-ins/gap/gap_mov_dialog.c:1969 +#: plug-ins/gap/gap_mov_dialog.c:2214 msgid "" "Fix Controlpoint to Keyframe number\n" "(0 == No Keyframe)" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:2044 +#: plug-ins/gap/gap_mov_dialog.c:2289 msgid "Add Point" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:2052 +#: plug-ins/gap/gap_mov_dialog.c:2297 msgid "" "Add Controlpoint at end \n" "(the last Point is duplicated)" msgstr "" #. toggle clip_to_image -#: plug-ins/gap/gap_mov_dialog.c:2057 +#: plug-ins/gap/gap_mov_dialog.c:2302 msgid "Show Path" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:2063 +#: plug-ins/gap/gap_mov_dialog.c:2308 msgid "" "Show Path Lines and enable\n" "pick/drag with left button\n" "or move with right button" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:2073 +#: plug-ins/gap/gap_mov_dialog.c:2318 #: plug-ins/imagemap/imap_cmd_insert_point.c:57 #: plug-ins/imagemap/imap_polygon.c:683 msgid "Insert Point" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:2081 +#: plug-ins/gap/gap_mov_dialog.c:2326 msgid "" "Insert Controlpoint \n" "(the current Point is duplicated)" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:2085 +#: plug-ins/gap/gap_mov_dialog.c:2330 #: plug-ins/imagemap/imap_cmd_delete_point.c:57 #: plug-ins/imagemap/imap_polygon.c:669 msgid "Delete Point" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:2093 +#: plug-ins/gap/gap_mov_dialog.c:2338 msgid "Delete current Controlpoint" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:2099 +#: plug-ins/gap/gap_mov_dialog.c:2344 msgid "Prev Point" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:2107 +#: plug-ins/gap/gap_mov_dialog.c:2352 msgid "Show Previous Controlpoint" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:2111 +#: plug-ins/gap/gap_mov_dialog.c:2356 msgid "Next Point" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:2119 +#: plug-ins/gap/gap_mov_dialog.c:2364 msgid "Show Next Controlpoint" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:2125 +#: plug-ins/gap/gap_mov_dialog.c:2370 msgid "First Point" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:2133 +#: plug-ins/gap/gap_mov_dialog.c:2378 msgid "Show First Controlpoint" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:2137 +#: plug-ins/gap/gap_mov_dialog.c:2382 msgid "Last Point" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:2145 +#: plug-ins/gap/gap_mov_dialog.c:2390 msgid "Show Last Controlpoint" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:2151 +#: plug-ins/gap/gap_mov_dialog.c:2396 msgid "Clear Point" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:2159 +#: plug-ins/gap/gap_mov_dialog.c:2404 msgid "" "Reset the current Controlpoint\n" "to default Values" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:2163 -msgid "Reset Points" +#: plug-ins/gap/gap_mov_dialog.c:2408 +msgid "Clear All Points" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:2171 +#: plug-ins/gap/gap_mov_dialog.c:2416 msgid "" -"Reset Controlpoints \n" -"to one Defaultpoint" +"Reset all Controlpoints to default Values\n" +"but dont change the path (X/Y Values)" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:2177 +#: plug-ins/gap/gap_mov_dialog.c:2423 +msgid "Rotate Follow" +msgstr "" + +#: plug-ins/gap/gap_mov_dialog.c:2434 +msgid "" +"Set Rotation for all Controlpoints\n" +"to follow the shape of the path.\n" +"(Shift: use Rotation of contolpoint 1 as offset)" +msgstr "" + +#: plug-ins/gap/gap_mov_dialog.c:2441 +msgid "Delete All Points" +msgstr "" + +#: plug-ins/gap/gap_mov_dialog.c:2449 +msgid "Delete all Controlpoints" +msgstr "" + +#: plug-ins/gap/gap_mov_dialog.c:2456 msgid "Load Points" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:2185 +#: plug-ins/gap/gap_mov_dialog.c:2464 msgid "Load Controlpoints from file" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:2189 +#: plug-ins/gap/gap_mov_dialog.c:2468 msgid "Save Points" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:2197 +#: plug-ins/gap/gap_mov_dialog.c:2476 msgid "Save Controlpoints to file" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:2668 +#: plug-ins/gap/gap_mov_dialog.c:2947 #, c-format msgid "" "\n" "Error: Keyframe %d at point [%d] higher or equal than last handled frame" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:2676 +#: plug-ins/gap/gap_mov_dialog.c:2955 #, c-format msgid "" "\n" @@ -8588,21 +8622,21 @@ msgid "" "for the previous controlpoints" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:2686 +#: plug-ins/gap/gap_mov_dialog.c:2965 #, c-format msgid "" "\n" "Error: Keyframe %d is not in sequence at point [%d]" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:2704 +#: plug-ins/gap/gap_mov_dialog.c:2983 #, c-format msgid "" "\n" "Error: controlpoint [%d] is out of handled framerange" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:2718 +#: plug-ins/gap/gap_mov_dialog.c:2997 #, c-format msgid "" "\n" @@ -8610,35 +8644,35 @@ msgid "" "please reduce controlpoints or select more frames" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:2731 +#: plug-ins/gap/gap_mov_dialog.c:3010 msgid "" "Cant operate with current Controlpoint\n" "or Keyframe settings" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:2738 +#: plug-ins/gap/gap_mov_dialog.c:3017 msgid "Reset Keyframes" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:2743 +#: plug-ins/gap/gap_mov_dialog.c:3022 msgid "Move Path Controlpointcheck" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:2744 +#: plug-ins/gap/gap_mov_dialog.c:3023 msgid "Errors:" msgstr "" -#: plug-ins/gap/gap_mov_exec.c:337 +#: plug-ins/gap/gap_mov_exec.c:339 msgid "" "No Source Image was selected.\n" "Please open a 2nd Image of the same type before opening Move Path." msgstr "" -#: plug-ins/gap/gap_mov_exec.c:348 +#: plug-ins/gap/gap_mov_exec.c:350 msgid "Copying Layers into Frames..." msgstr "" -#: plug-ins/gap/gap_mov_exec.c:352 +#: plug-ins/gap/gap_mov_exec.c:354 msgid "Generating Animated Preview..." msgstr "" @@ -9499,18 +9533,12 @@ msgstr "" msgid "/Filters/Render/Dynamic Text..." msgstr "" -#: plug-ins/gdyntext/gdyntext.c:307 -msgid "" -"Current layer isn't a GDynText layer or it has no alpha channel.\n" -" Forcing new layer creation.\n" -msgstr "" - -#: plug-ins/gdyntext/gdyntext.c:354 +#: plug-ins/gdyntext/gdyntext.c:351 #, c-format msgid "Upgrading old GDynText layer to %s\n" msgstr "" -#: plug-ins/gdyntext/gdyntext.c:358 +#: plug-ins/gdyntext/gdyntext.c:355 #, c-format msgid "" "WARNING: GDynText is too old!\n" @@ -9520,15 +9548,15 @@ msgid "" msgstr "" #. remove old layer name -#: plug-ins/gdyntext/gdyntext.c:397 +#: plug-ins/gdyntext/gdyntext.c:394 msgid "GDynText Layer " msgstr "" -#: plug-ins/gdyntext/gdyntext.c:434 +#: plug-ins/gdyntext/gdyntext.c:431 msgid "GIMP Dynamic Text" msgstr "" -#: plug-ins/gdyntext/gdyntext.c:536 +#: plug-ins/gdyntext/gdyntext.c:533 msgid "GDynText Layer" msgstr "" @@ -11367,7 +11395,7 @@ msgstr "" msgid "Unselect All" msgstr "" -#: plug-ins/imagemap/imap_default_dialog.c:124 +#: plug-ins/imagemap/imap_default_dialog.c:136 msgid "Help..." msgstr "" @@ -11446,11 +11474,11 @@ msgstr "" msgid "JavaScript" msgstr "" -#: plug-ins/imagemap/imap_edit_area_info.c:416 +#: plug-ins/imagemap/imap_edit_area_info.c:425 msgid "Area Settings" msgstr "" -#: plug-ins/imagemap/imap_edit_area_info.c:459 +#: plug-ins/imagemap/imap_edit_area_info.c:469 #, c-format msgid "Area #%d Settings" msgstr "" @@ -11894,12 +11922,12 @@ msgid "" msgstr "" #. open URL for help -#: plug-ins/maze/maze_face.c:588 +#: plug-ins/maze/maze_face.c:596 #, c-format msgid "Opening %s" msgstr "" -#: plug-ins/maze/maze_face.c:599 +#: plug-ins/maze/maze_face.c:607 #, c-format msgid "See %s" msgstr "" @@ -12393,32 +12421,32 @@ msgstr "" msgid "Misc" msgstr "" -#: plug-ins/sel2path/sel2path.c:160 +#: plug-ins/sel2path/sel2path.c:162 msgid "/Select/To Path" msgstr "" -#: plug-ins/sel2path/sel2path.c:205 +#: plug-ins/sel2path/sel2path.c:209 msgid "No selection to convert" msgstr "" -#: plug-ins/sel2path/sel2path.c:362 -msgid "Default Values" +#: plug-ins/sel2path/sel2path.c:333 +msgid "Sel2Path Advanced Settings" msgstr "" -#: plug-ins/sel2path/sel2path.c:551 +#: plug-ins/sel2path/sel2path.c:542 #, c-format msgid "print_spline: strange degree (%d)" msgstr "" -#: plug-ins/sel2path/sel2path.c:559 +#: plug-ins/sel2path/sel2path.c:551 msgid "selection_to_path" msgstr "" -#: plug-ins/sel2path/sel2path.c:585 +#: plug-ins/sel2path/sel2path.c:579 msgid "gimp_image_get_selection failed" msgstr "" -#: plug-ins/sel2path/sel2path.c:593 +#: plug-ins/sel2path/sel2path.c:587 msgid "Internal error. Selection bpp > 1" msgstr "" @@ -12600,19 +12628,19 @@ msgstr "" msgid "Current" msgstr "" -#: plug-ins/winsnap/winsnap.c:945 +#: plug-ins/winsnap/winsnap.c:946 msgid "Grab a single window" msgstr "" -#: plug-ins/winsnap/winsnap.c:956 +#: plug-ins/winsnap/winsnap.c:957 msgid "Include decorations" msgstr "" -#: plug-ins/winsnap/winsnap.c:992 +#: plug-ins/winsnap/winsnap.c:993 msgid "Grab the whole screen" msgstr "" -#: plug-ins/winsnap/winsnap.c:1221 +#: plug-ins/winsnap/winsnap.c:1222 msgid "No data captured" msgstr "" diff --git a/po-plug-ins/it.po b/po-plug-ins/it.po index 9ca3851410..75d7a4c359 100644 --- a/po-plug-ins/it.po +++ b/po-plug-ins/it.po @@ -4,7 +4,7 @@ msgid "" msgstr "" "Project-Id-Version: gimp 1.1.18\n" -"POT-Creation-Date: 2000-06-10 18:11+0200\n" +"POT-Creation-Date: 2000-06-18 19:40-0700\n" "PO-Revision-Date: mar 7 22:00:33 CET 2000\n" "Last-Translator: Daniele Medri \n" "Language-Team: gimp.linux.it\n" @@ -88,7 +88,7 @@ msgstr "Informazioni" #: plug-ins/common/sparkle.c:349 plug-ins/common/spheredesigner.c:2232 #: plug-ins/common/spread.c:382 plug-ins/common/sunras.c:1577 #: plug-ins/common/tga.c:1448 plug-ins/common/threshold_alpha.c:268 -#: plug-ins/common/tiff.c:1487 plug-ins/common/tile.c:398 +#: plug-ins/common/tiff.c:1530 plug-ins/common/tile.c:398 #: plug-ins/common/tileit.c:386 plug-ins/common/uniteditor.c:172 #: plug-ins/common/unsharp.c:786 plug-ins/common/video.c:2155 #: plug-ins/common/vpropagate.c:934 plug-ins/common/warp.c:437 @@ -170,7 +170,7 @@ msgstr "OK" #: plug-ins/common/sparkle.c:351 plug-ins/common/spheredesigner.c:2236 #: plug-ins/common/spread.c:384 plug-ins/common/sunras.c:1579 #: plug-ins/common/tga.c:1450 plug-ins/common/threshold_alpha.c:270 -#: plug-ins/common/tiff.c:1489 plug-ins/common/tile.c:400 +#: plug-ins/common/tiff.c:1532 plug-ins/common/tile.c:400 #: plug-ins/common/tileit.c:388 plug-ins/common/uniteditor.c:174 #: plug-ins/common/unsharp.c:788 plug-ins/common/video.c:2157 #: plug-ins/common/vpropagate.c:936 plug-ins/common/warp.c:439 @@ -274,7 +274,7 @@ msgstr "Coseno" #: plug-ins/FractalExplorer/Dialogs.c:803 plug-ins/common/CML_explorer.c:167 #: plug-ins/common/align_layers.c:452 plug-ins/common/align_layers.c:485 #: plug-ins/common/ps.c:2640 plug-ins/common/ps.c:2653 -#: plug-ins/common/psp.c:445 plug-ins/common/tiff.c:1508 +#: plug-ins/common/psp.c:445 plug-ins/common/tiff.c:1551 #: plug-ins/fits/fits.c:1032 plug-ins/gap/gap_mov_dialog.c:301 msgid "None" msgstr "Nessuna" @@ -1468,7 +1468,7 @@ msgstr "Mostra/nascondi anteprima wireframe" #: plug-ins/common/pix.c:326 plug-ins/common/png.c:415 #: plug-ins/common/png.c:417 plug-ins/common/pnm.c:414 #: plug-ins/common/psd.c:1713 plug-ins/common/sunras.c:441 -#: plug-ins/common/tga.c:429 plug-ins/common/tiff.c:443 +#: plug-ins/common/tga.c:429 plug-ins/common/tiff.c:450 #: plug-ins/common/xbm.c:735 plug-ins/common/xpm.c:334 #: plug-ins/common/xwd.c:430 plug-ins/faxg3/faxg3.c:196 #: plug-ins/gfli/gfli.c:471 plug-ins/sgi/sgi.c:330 plug-ins/sgi/sgi.c:332 @@ -1513,7 +1513,7 @@ msgstr "%s: mappa colore non valida" #: plug-ins/common/png.c:576 plug-ins/common/pnm.c:502 #: plug-ins/common/psd.c:2094 plug-ins/common/smooth_palette.c:240 #: plug-ins/common/sunras.c:919 plug-ins/common/tga.c:1014 -#: plug-ins/common/tiff.c:654 plug-ins/common/tile.c:269 +#: plug-ins/common/tiff.c:676 plug-ins/common/tile.c:269 #: plug-ins/common/winclipboard.c:515 plug-ins/common/wmf.c:2350 #: plug-ins/common/xbm.c:873 plug-ins/faxg3/faxg3.c:448 #: plug-ins/fits/fits.c:521 plug-ins/gfig/gfig.c:2867 @@ -1542,7 +1542,7 @@ msgstr "Impossibile aprire %s" #: plug-ins/common/png.c:756 plug-ins/common/png.c:758 #: plug-ins/common/pnm.c:786 plug-ins/common/ps.c:999 #: plug-ins/common/sunras.c:524 plug-ins/common/tga.c:1196 -#: plug-ins/common/tiff.c:1260 plug-ins/common/xbm.c:983 +#: plug-ins/common/tiff.c:1282 plug-ins/common/xbm.c:983 #: plug-ins/common/xpm.c:653 plug-ins/common/xwd.c:534 #: plug-ins/fits/fits.c:472 plug-ins/gfli/gfli.c:691 plug-ins/sgi/sgi.c:548 #: plug-ins/sgi/sgi.c:550 plug-ins/xjt/xjt.c:1628 @@ -2768,7 +2768,7 @@ msgid "Prefixed Name:" msgstr "Nome Prefissato:" #: plug-ins/common/csource.c:689 plug-ins/common/mail.c:556 -#: plug-ins/common/tiff.c:1523 plug-ins/common/xbm.c:1203 +#: plug-ins/common/tiff.c:1566 plug-ins/common/xbm.c:1203 msgid "Comment:" msgstr "Commento:" @@ -5373,44 +5373,44 @@ msgstr "Periodo:" msgid "Amplitude:" msgstr "Ampiezza:" -#: plug-ins/common/rotate.c:168 +#: plug-ins/common/rotate.c:160 msgid "/Layers/Rotate/90 degrees" msgstr "/Livelli/Rotazioni/90°" -#: plug-ins/common/rotate.c:179 +#: plug-ins/common/rotate.c:171 msgid "/Layers/Rotate/180 degrees" msgstr "/Livelli/Rotazioni/180°" -#: plug-ins/common/rotate.c:190 +#: plug-ins/common/rotate.c:182 msgid "/Layers/Rotate/270 degrees" msgstr "/Livelli/Rotazioni/270°" -#: plug-ins/common/rotate.c:202 +#: plug-ins/common/rotate.c:194 msgid "/Image/Transforms/Rotate/90 degrees" msgstr "/Immagine/Trasformazioni/Rotazioni/90°" -#: plug-ins/common/rotate.c:213 +#: plug-ins/common/rotate.c:205 msgid "/Image/Transforms/Rotate/180 degrees" msgstr "/Immagine/Trasformazioni/Rotazioni/180°" -#: plug-ins/common/rotate.c:224 +#: plug-ins/common/rotate.c:216 msgid "/Image/Transforms/Rotate/270 degrees" msgstr "/Immagine/Trasformazioni/Rotazioni/270°" -#: plug-ins/common/rotate.c:531 +#: plug-ins/common/rotate.c:525 msgid "You can not rotate the whole image if there's a selection." msgstr "Non è possibile ruotare l'intera immagine se vi è una selezione." -#: plug-ins/common/rotate.c:537 +#: plug-ins/common/rotate.c:531 msgid "You can not rotate the whole image if there's a floating selection." msgstr "" "Non è possibile ruotare l'intera immagine se vi è una selezione fluttuante." -#: plug-ins/common/rotate.c:547 +#: plug-ins/common/rotate.c:541 msgid "Sorry, channels and masks can not be rotated." msgstr "I canali e le maschere non possono essere rotate." -#: plug-ins/common/rotate.c:553 +#: plug-ins/common/rotate.c:547 msgid "Rotating..." msgstr "Rotazione..." @@ -6079,31 +6079,31 @@ msgstr "threshold_alpha: colorazione trasparente..." msgid "Threshold Alpha" msgstr "Soglia alpha" -#: plug-ins/common/tiff.c:663 +#: plug-ins/common/tiff.c:685 msgid "TIFF Channel" msgstr "Canali TIFF" -#: plug-ins/common/tiff.c:1482 +#: plug-ins/common/tiff.c:1525 msgid "Save as TIFF" msgstr "Salva come TIFF" -#: plug-ins/common/tiff.c:1504 +#: plug-ins/common/tiff.c:1547 msgid "Compression" msgstr "Compressione" -#: plug-ins/common/tiff.c:1509 +#: plug-ins/common/tiff.c:1552 msgid "LZW" msgstr "LZW" -#: plug-ins/common/tiff.c:1510 +#: plug-ins/common/tiff.c:1553 msgid "Pack Bits" msgstr "" -#: plug-ins/common/tiff.c:1511 +#: plug-ins/common/tiff.c:1554 msgid "Deflate" msgstr "" -#: plug-ins/common/tiff.c:1512 +#: plug-ins/common/tiff.c:1555 msgid "JPEG" msgstr "JPEG" @@ -12605,12 +12605,12 @@ msgid "" msgstr "" #. open URL for help -#: plug-ins/maze/maze_face.c:588 +#: plug-ins/maze/maze_face.c:596 #, fuzzy, c-format msgid "Opening %s" msgstr "Salvamento di %s:" -#: plug-ins/maze/maze_face.c:599 +#: plug-ins/maze/maze_face.c:607 #, fuzzy, c-format msgid "See %s" msgstr "Seme" diff --git a/po-plug-ins/ja.po b/po-plug-ins/ja.po index 0a4e3704fb..4b5838e988 100644 --- a/po-plug-ins/ja.po +++ b/po-plug-ins/ja.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: gimp 1.1.24\n" -"POT-Creation-Date: 2000-06-17 19:06+0900\n" +"POT-Creation-Date: 2000-06-18 19:40-0700\n" "PO-Revision-Date: 2000-06-17 19:11+09:00\n" "Last-Translator: Çòºê ÂÙ¹° \n" "Language-Team: Japanese \n" @@ -84,7 +84,7 @@ msgstr " #: plug-ins/common/sparkle.c:349 plug-ins/common/spheredesigner.c:2232 #: plug-ins/common/spread.c:382 plug-ins/common/sunras.c:1577 #: plug-ins/common/tga.c:1448 plug-ins/common/threshold_alpha.c:268 -#: plug-ins/common/tiff.c:1487 plug-ins/common/tile.c:398 +#: plug-ins/common/tiff.c:1530 plug-ins/common/tile.c:398 #: plug-ins/common/tileit.c:386 plug-ins/common/uniteditor.c:172 #: plug-ins/common/unsharp.c:786 plug-ins/common/video.c:2155 #: plug-ins/common/vpropagate.c:934 plug-ins/common/warp.c:437 @@ -166,7 +166,7 @@ msgstr "λ #: plug-ins/common/sparkle.c:351 plug-ins/common/spheredesigner.c:2236 #: plug-ins/common/spread.c:384 plug-ins/common/sunras.c:1579 #: plug-ins/common/tga.c:1450 plug-ins/common/threshold_alpha.c:270 -#: plug-ins/common/tiff.c:1489 plug-ins/common/tile.c:400 +#: plug-ins/common/tiff.c:1532 plug-ins/common/tile.c:400 #: plug-ins/common/tileit.c:388 plug-ins/common/uniteditor.c:174 #: plug-ins/common/unsharp.c:788 plug-ins/common/video.c:2157 #: plug-ins/common/vpropagate.c:936 plug-ins/common/warp.c:439 @@ -270,7 +270,7 @@ msgstr "Cos" #: plug-ins/FractalExplorer/Dialogs.c:803 plug-ins/common/CML_explorer.c:167 #: plug-ins/common/align_layers.c:452 plug-ins/common/align_layers.c:485 #: plug-ins/common/ps.c:2640 plug-ins/common/ps.c:2653 -#: plug-ins/common/psp.c:445 plug-ins/common/tiff.c:1508 +#: plug-ins/common/psp.c:445 plug-ins/common/tiff.c:1551 #: plug-ins/fits/fits.c:1032 plug-ins/gap/gap_mov_dialog.c:301 msgid "None" msgstr "¤Ê¤·" @@ -1447,7 +1447,7 @@ msgstr " #: plug-ins/common/pix.c:326 plug-ins/common/png.c:415 #: plug-ins/common/png.c:417 plug-ins/common/pnm.c:414 #: plug-ins/common/psd.c:1713 plug-ins/common/sunras.c:441 -#: plug-ins/common/tga.c:429 plug-ins/common/tiff.c:443 +#: plug-ins/common/tga.c:429 plug-ins/common/tiff.c:450 #: plug-ins/common/xbm.c:735 plug-ins/common/xpm.c:334 #: plug-ins/common/xwd.c:430 plug-ins/faxg3/faxg3.c:196 #: plug-ins/gfli/gfli.c:471 plug-ins/sgi/sgi.c:330 plug-ins/sgi/sgi.c:332 @@ -1492,7 +1492,7 @@ msgstr "%s: #: plug-ins/common/png.c:576 plug-ins/common/pnm.c:502 #: plug-ins/common/psd.c:2094 plug-ins/common/smooth_palette.c:240 #: plug-ins/common/sunras.c:919 plug-ins/common/tga.c:1014 -#: plug-ins/common/tiff.c:654 plug-ins/common/tile.c:269 +#: plug-ins/common/tiff.c:676 plug-ins/common/tile.c:269 #: plug-ins/common/winclipboard.c:515 plug-ins/common/wmf.c:2350 #: plug-ins/common/xbm.c:873 plug-ins/faxg3/faxg3.c:448 #: plug-ins/fits/fits.c:521 plug-ins/gfig/gfig.c:2867 @@ -1520,7 +1520,7 @@ msgstr "%s #: plug-ins/common/png.c:756 plug-ins/common/png.c:758 #: plug-ins/common/pnm.c:786 plug-ins/common/ps.c:999 #: plug-ins/common/sunras.c:524 plug-ins/common/tga.c:1196 -#: plug-ins/common/tiff.c:1260 plug-ins/common/xbm.c:983 +#: plug-ins/common/tiff.c:1282 plug-ins/common/xbm.c:983 #: plug-ins/common/xpm.c:653 plug-ins/common/xwd.c:534 #: plug-ins/fits/fits.c:472 plug-ins/gfli/gfli.c:691 plug-ins/sgi/sgi.c:548 #: plug-ins/sgi/sgi.c:550 plug-ins/xjt/xjt.c:1628 @@ -2745,7 +2745,7 @@ msgid "Prefixed Name:" msgstr "Á°ÃÖ̾:" #: plug-ins/common/csource.c:689 plug-ins/common/mail.c:556 -#: plug-ins/common/tiff.c:1523 plug-ins/common/xbm.c:1203 +#: plug-ins/common/tiff.c:1566 plug-ins/common/xbm.c:1203 msgid "Comment:" msgstr "¥³¥á¥ó¥È:" @@ -5357,43 +5357,43 @@ msgstr " msgid "Amplitude:" msgstr "¿¶Éý:" -#: plug-ins/common/rotate.c:168 +#: plug-ins/common/rotate.c:160 msgid "/Layers/Rotate/90 degrees" msgstr "/¥ì¥¤¥ä¡¼/²óž/90ÅÙ²óž" -#: plug-ins/common/rotate.c:179 +#: plug-ins/common/rotate.c:171 msgid "/Layers/Rotate/180 degrees" msgstr "/¥ì¥¤¥ä¡¼/²óž/180 ÅÙ²óž" -#: plug-ins/common/rotate.c:190 +#: plug-ins/common/rotate.c:182 msgid "/Layers/Rotate/270 degrees" msgstr "/¥ì¥¤¥ä¡¼/²óž/270ÅÙ²óž" -#: plug-ins/common/rotate.c:202 +#: plug-ins/common/rotate.c:194 msgid "/Image/Transforms/Rotate/90 degrees" msgstr "/²èÁü/ÊÑ·Á/²óž/90ÅÙ²óž" -#: plug-ins/common/rotate.c:213 +#: plug-ins/common/rotate.c:205 msgid "/Image/Transforms/Rotate/180 degrees" msgstr "/²èÁü/ÊÑ·Á/²óž/180ÅÙ²óž" -#: plug-ins/common/rotate.c:224 +#: plug-ins/common/rotate.c:216 msgid "/Image/Transforms/Rotate/270 degrees" msgstr "/²èÁü/ÊÑ·Á/²óž/270ÅÙ²óž" -#: plug-ins/common/rotate.c:531 +#: plug-ins/common/rotate.c:525 msgid "You can not rotate the whole image if there's a selection." msgstr "ÁªÂòÎΰ褬¤¢¤ë¾ì¹ç¤Ë¤Ï²èÁüÁ´ÂΤò²óž¤µ¤»¤ë¤³¤È¤¬¤Ç¤­¤Þ¤»¤ó." -#: plug-ins/common/rotate.c:537 +#: plug-ins/common/rotate.c:531 msgid "You can not rotate the whole image if there's a floating selection." msgstr "¥Õ¥í¡¼¥ÈÁªÂò¤¬¤¢¤ë¾ì¹ç¤Ë¤Ï²èÁüÁ´ÂΤò²óž¤µ¤»¤ë¤³¤È¤¬¤Ç¤­¤Þ¤»¤ó." -#: plug-ins/common/rotate.c:547 +#: plug-ins/common/rotate.c:541 msgid "Sorry, channels and masks can not be rotated." msgstr "»ÄÇ°¤Ç¤¹¤¬¥Á¥ã¥ó¥Í¥ë¤ä¥Þ¥¹¥¯¤ò²óž¤µ¤»¤ë¤³¤È¤Ï¤Ç¤­¤Þ¤»¤ó." -#: plug-ins/common/rotate.c:553 +#: plug-ins/common/rotate.c:547 msgid "Rotating..." msgstr "²óž¤·¤Æ¤¤¤Þ¤¹..." @@ -6062,31 +6062,31 @@ msgstr " msgid "Threshold Alpha" msgstr "¥¢¥ë¥Õ¥¡¥Á¥ã¥ó¥Í¥ëïçÃÍ" -#: plug-ins/common/tiff.c:663 +#: plug-ins/common/tiff.c:685 msgid "TIFF Channel" msgstr "TIFF ¥Á¥ã¥ó¥Í¥ë" -#: plug-ins/common/tiff.c:1482 +#: plug-ins/common/tiff.c:1525 msgid "Save as TIFF" msgstr "TIFF ·Á¼°¤ÇÊݸ" -#: plug-ins/common/tiff.c:1504 +#: plug-ins/common/tiff.c:1547 msgid "Compression" msgstr "°µ½Ì" -#: plug-ins/common/tiff.c:1509 +#: plug-ins/common/tiff.c:1552 msgid "LZW" msgstr "LZW" -#: plug-ins/common/tiff.c:1510 +#: plug-ins/common/tiff.c:1553 msgid "Pack Bits" msgstr "¥Ñ¥Ã¥¯¥Ó¥Ã¥È" -#: plug-ins/common/tiff.c:1511 +#: plug-ins/common/tiff.c:1554 msgid "Deflate" msgstr "°µ½Ì" -#: plug-ins/common/tiff.c:1512 +#: plug-ins/common/tiff.c:1555 msgid "JPEG" msgstr "JPEG" diff --git a/po-plug-ins/ko.po b/po-plug-ins/ko.po index ac79624609..af04a36e7d 100644 --- a/po-plug-ins/ko.po +++ b/po-plug-ins/ko.po @@ -4,7 +4,7 @@ msgid "" msgstr "" "Project-Id-Version: gimp-plug-ins 1.1.10\n" -"POT-Creation-Date: 2000-05-26 23:52-0700\n" +"POT-Creation-Date: 2000-06-18 19:40-0700\n" "PO-Revision-Date: 1999-10-13 05:33:05+0900\n" "Last-Translator: Young-Boo Park \n" "Language-Team: Korean \n" @@ -43,7 +43,7 @@ msgstr " #: plug-ins/Lighting/lighting_ui.c:1076 plug-ins/MapObject/mapobject_ui.c:1383 #: plug-ins/bmp/bmpwrite.c:564 plug-ins/common/CML_explorer.c:1174 #: plug-ins/common/CML_explorer.c:1932 plug-ins/common/CML_explorer.c:2252 -#: plug-ins/common/aa.c:346 plug-ins/common/align_layers.c:425 +#: plug-ins/common/aa.c:344 plug-ins/common/align_layers.c:425 #: plug-ins/common/apply_lens.c:392 plug-ins/common/blinds.c:323 #: plug-ins/common/blur.c:613 plug-ins/common/borderaverage.c:393 #: plug-ins/common/bumpmap.c:848 plug-ins/common/checkerboard.c:349 @@ -60,8 +60,8 @@ msgstr " #: plug-ins/common/fractaltrace.c:725 plug-ins/common/gauss_iir.c:365 #: plug-ins/common/gauss_iir.c:448 plug-ins/common/gauss_rle.c:360 #: plug-ins/common/gauss_rle.c:443 plug-ins/common/gbr.c:456 -#: plug-ins/common/gicon.c:441 plug-ins/common/gif.c:1141 -#: plug-ins/common/gif.c:1212 plug-ins/common/glasstile.c:259 +#: plug-ins/common/gicon.c:441 plug-ins/common/gif.c:1144 +#: plug-ins/common/gif.c:1215 plug-ins/common/glasstile.c:259 #: plug-ins/common/gpb.c:269 plug-ins/common/gqbist.c:640 #: plug-ins/common/grid.c:658 plug-ins/common/gtm.c:375 #: plug-ins/common/hot.c:589 plug-ins/common/illusion.c:560 @@ -84,18 +84,18 @@ msgstr " #: plug-ins/common/sparkle.c:349 plug-ins/common/spheredesigner.c:2232 #: plug-ins/common/spread.c:382 plug-ins/common/sunras.c:1577 #: plug-ins/common/tga.c:1448 plug-ins/common/threshold_alpha.c:268 -#: plug-ins/common/tiff.c:1487 plug-ins/common/tile.c:398 +#: plug-ins/common/tiff.c:1530 plug-ins/common/tile.c:398 #: plug-ins/common/tileit.c:386 plug-ins/common/uniteditor.c:172 #: plug-ins/common/unsharp.c:786 plug-ins/common/video.c:2155 #: plug-ins/common/vpropagate.c:934 plug-ins/common/warp.c:437 #: plug-ins/common/waves.c:349 plug-ins/common/whirlpinch.c:808 #: plug-ins/common/wind.c:1007 plug-ins/common/wmf.c:931 -#: plug-ins/common/xbm.c:1128 plug-ins/common/xpm.c:800 -#: plug-ins/fits/fits.c:987 plug-ins/flame/flame.c:624 -#: plug-ins/flame/flame.c:913 plug-ins/fp/fp_gtk.c:895 +#: plug-ins/common/xbm.c:1151 plug-ins/common/xpm.c:800 +#: plug-ins/fits/fits.c:987 plug-ins/flame/flame.c:631 +#: plug-ins/flame/flame.c:920 plug-ins/fp/fp_gtk.c:895 #: plug-ins/gap/gap_arr_dialog.c:768 plug-ins/gap/gap_arr_dialog.c:1010 #: plug-ins/gap/gap_decode_xanim.c:177 plug-ins/gap/gap_lib.c:221 -#: plug-ins/gap/gap_mod_layer.c:145 plug-ins/gap/gap_mov_dialog.c:469 +#: plug-ins/gap/gap_mod_layer.c:145 plug-ins/gap/gap_mov_dialog.c:487 #: plug-ins/gap/gap_mpege.c:191 plug-ins/gap/gap_resi_dialog.c:149 #: plug-ins/gdyntext/gdyntext_ui.c:201 plug-ins/gdyntext/gdyntext_ui.c:621 #: plug-ins/gfig/gfig.c:4088 plug-ins/gfig/gfig.c:4433 @@ -107,10 +107,10 @@ msgstr " #: plug-ins/gimpressionist/orientmap.c:626 #: plug-ins/gimpressionist/presets.c:392 plug-ins/gimpressionist/sizemap.c:485 #: plug-ins/ifscompose/ifscompose.c:781 -#: plug-ins/imagemap/imap_default_dialog.c:102 plug-ins/maze/maze_face.c:191 +#: plug-ins/imagemap/imap_default_dialog.c:114 plug-ins/maze/maze_face.c:191 #: plug-ins/mosaic/mosaic.c:531 plug-ins/pagecurl/pagecurl.c:518 #: plug-ins/print/gimp_main_window.c:597 plug-ins/rcm/rcm_dialog.c:727 -#: plug-ins/sel2path/sel2path.c:345 plug-ins/sgi/sgi.c:640 +#: plug-ins/sel2path/sel2path.c:338 plug-ins/sgi/sgi.c:640 #: plug-ins/sinus/sinus.c:746 plug-ins/struc/struc.c:255 #: plug-ins/webbrowser/webbrowser.c:281 plug-ins/xjt/xjt.c:793 msgid "OK" @@ -124,7 +124,7 @@ msgstr "È® #: plug-ins/FractalExplorer/FractalExplorer.c:1478 #: plug-ins/Lighting/lighting_ui.c:1078 plug-ins/MapObject/mapobject_ui.c:1385 #: plug-ins/bmp/bmpwrite.c:566 plug-ins/common/CML_explorer.c:1176 -#: plug-ins/common/CML_explorer.c:2254 plug-ins/common/aa.c:348 +#: plug-ins/common/CML_explorer.c:2254 plug-ins/common/aa.c:346 #: plug-ins/common/align_layers.c:427 plug-ins/common/apply_lens.c:394 #: plug-ins/common/blinds.c:325 plug-ins/common/blur.c:615 #: plug-ins/common/borderaverage.c:395 plug-ins/common/bumpmap.c:850 @@ -142,7 +142,7 @@ msgstr "È® #: plug-ins/common/gauss_iir.c:367 plug-ins/common/gauss_iir.c:450 #: plug-ins/common/gauss_rle.c:362 plug-ins/common/gauss_rle.c:445 #: plug-ins/common/gbr.c:458 plug-ins/common/gicon.c:443 -#: plug-ins/common/gif.c:1143 plug-ins/common/gif.c:1214 +#: plug-ins/common/gif.c:1146 plug-ins/common/gif.c:1217 #: plug-ins/common/glasstile.c:261 plug-ins/common/gpb.c:271 #: plug-ins/common/gqbist.c:642 plug-ins/common/grid.c:660 #: plug-ins/common/gtm.c:377 plug-ins/common/hot.c:591 @@ -166,22 +166,21 @@ msgstr "È® #: plug-ins/common/sparkle.c:351 plug-ins/common/spheredesigner.c:2236 #: plug-ins/common/spread.c:384 plug-ins/common/sunras.c:1579 #: plug-ins/common/tga.c:1450 plug-ins/common/threshold_alpha.c:270 -#: plug-ins/common/tiff.c:1489 plug-ins/common/tile.c:400 +#: plug-ins/common/tiff.c:1532 plug-ins/common/tile.c:400 #: plug-ins/common/tileit.c:388 plug-ins/common/uniteditor.c:174 #: plug-ins/common/unsharp.c:788 plug-ins/common/video.c:2157 #: plug-ins/common/vpropagate.c:936 plug-ins/common/warp.c:439 #: plug-ins/common/waves.c:351 plug-ins/common/whirlpinch.c:810 #: plug-ins/common/wind.c:1009 plug-ins/common/wmf.c:933 -#: plug-ins/common/xbm.c:895 plug-ins/common/xbm.c:1130 -#: plug-ins/common/xpm.c:802 plug-ins/fits/fits.c:989 -#: plug-ins/flame/flame.c:626 plug-ins/flame/flame.c:915 -#: plug-ins/fp/fp_gtk.c:899 plug-ins/gap/gap_arr_dialog.c:1012 -#: plug-ins/gap/gap_dbbrowser_utils.c:211 +#: plug-ins/common/xbm.c:1153 plug-ins/common/xpm.c:802 +#: plug-ins/fits/fits.c:989 plug-ins/flame/flame.c:633 +#: plug-ins/flame/flame.c:922 plug-ins/fp/fp_gtk.c:899 +#: plug-ins/gap/gap_arr_dialog.c:1012 plug-ins/gap/gap_dbbrowser_utils.c:211 #: plug-ins/gap/gap_decode_mpeg_main.c:336 plug-ins/gap/gap_decode_xanim.c:175 #: plug-ins/gap/gap_decode_xanim.c:340 plug-ins/gap/gap_filter_foreach.c:132 #: plug-ins/gap/gap_lib.c:1018 plug-ins/gap/gap_mod_layer.c:147 -#: plug-ins/gap/gap_mod_layer.c:261 plug-ins/gap/gap_mov_dialog.c:500 -#: plug-ins/gap/gap_mov_dialog.c:2740 plug-ins/gap/gap_mpege.c:189 +#: plug-ins/gap/gap_mod_layer.c:261 plug-ins/gap/gap_mov_dialog.c:518 +#: plug-ins/gap/gap_mov_dialog.c:3019 plug-ins/gap/gap_mpege.c:189 #: plug-ins/gap/gap_mpege.c:240 plug-ins/gap/gap_range_ops.c:1204 #: plug-ins/gap/gap_resi_dialog.c:158 plug-ins/gfig/gfig.c:3941 #: plug-ins/gfig/gfig.c:4088 plug-ins/gfig/gfig.c:4435 @@ -192,13 +191,13 @@ msgstr "È® #: plug-ins/gimpressionist/orientmap.c:640 #: plug-ins/gimpressionist/presets.c:400 plug-ins/gimpressionist/sizemap.c:499 #: plug-ins/ifscompose/ifscompose.c:789 -#: plug-ins/imagemap/imap_default_dialog.c:117 plug-ins/maze/maze_face.c:195 +#: plug-ins/imagemap/imap_default_dialog.c:129 plug-ins/maze/maze_face.c:195 #: plug-ins/mosaic/mosaic.c:533 plug-ins/pagecurl/pagecurl.c:520 #: plug-ins/print/gimp_main_window.c:212 plug-ins/print/gimp_main_window.c:599 -#: plug-ins/rcm/rcm_dialog.c:729 plug-ins/sel2path/sel2path.c:354 +#: plug-ins/rcm/rcm_dialog.c:729 plug-ins/sel2path/sel2path.c:344 #: plug-ins/sgi/sgi.c:642 plug-ins/sinus/sinus.c:748 #: plug-ins/struc/struc.c:257 plug-ins/webbrowser/webbrowser.c:283 -#: plug-ins/winsnap/winsnap.c:912 plug-ins/xjt/xjt.c:795 +#: plug-ins/winsnap/winsnap.c:913 plug-ins/xjt/xjt.c:795 msgid "Cancel" msgstr "Ãë¼Ò" @@ -276,8 +275,8 @@ msgstr " #: plug-ins/FractalExplorer/Dialogs.c:803 plug-ins/common/CML_explorer.c:167 #: plug-ins/common/align_layers.c:452 plug-ins/common/align_layers.c:485 #: plug-ins/common/ps.c:2640 plug-ins/common/ps.c:2653 -#: plug-ins/common/psp.c:445 plug-ins/common/tiff.c:1508 -#: plug-ins/fits/fits.c:1032 plug-ins/gap/gap_mov_dialog.c:284 +#: plug-ins/common/psp.c:445 plug-ins/common/tiff.c:1551 +#: plug-ins/fits/fits.c:1032 plug-ins/gap/gap_mov_dialog.c:301 msgid "None" msgstr "¾øÀ½" @@ -461,7 +460,7 @@ msgstr "" #: plug-ins/common/sharpen.c:550 plug-ins/common/spheredesigner.c:2254 #: plug-ins/common/tileit.c:407 plug-ins/common/waves.c:576 #: plug-ins/common/whirlpinch.c:826 plug-ins/common/wind.c:1026 -#: plug-ins/flame/flame.c:933 plug-ins/gfig/gfig.c:3964 +#: plug-ins/flame/flame.c:940 plug-ins/gfig/gfig.c:3964 #: plug-ins/gflare/gflare.c:2492 plug-ins/gflare/gflare.c:3500 #: plug-ins/gimpressionist/orientmap.c:502 #: plug-ins/gimpressionist/preview.c:106 plug-ins/gimpressionist/sizemap.c:402 @@ -618,7 +617,7 @@ msgstr " #: plug-ins/common/sample_colorize.c:1371 #: plug-ins/common/spheredesigner.c:2234 plug-ins/common/tileit.c:467 #: plug-ins/fp/fp_gtk.c:897 plug-ins/gimpressionist/preview.c:124 -#: plug-ins/ifscompose/ifscompose.c:787 +#: plug-ins/ifscompose/ifscompose.c:787 plug-ins/sel2path/sel2path.c:341 #, fuzzy msgid "Reset" msgstr " Àç¼³Á¤ " @@ -1134,8 +1133,8 @@ msgstr " #: plug-ins/MapObject/mapobject_ui.c:1040 #: plug-ins/MapObject/mapobject_ui.c:1084 plug-ins/common/flarefx.c:785 #: plug-ins/common/nova.c:609 plug-ins/common/papertile.c:285 -#: plug-ins/flame/flame.c:1182 plug-ins/flame/flame.c:1195 -#: plug-ins/gap/gap_mov_dialog.c:1855 plug-ins/gflare/gflare.c:2874 +#: plug-ins/flame/flame.c:1189 plug-ins/flame/flame.c:1202 +#: plug-ins/gap/gap_mov_dialog.c:2100 plug-ins/gflare/gflare.c:2874 #: plug-ins/ifscompose/ifscompose.c:513 msgid "X:" msgstr "X:" @@ -1152,7 +1151,7 @@ msgstr " XYZ #: plug-ins/MapObject/mapobject_ui.c:1093 #: plug-ins/MapObject/mapobject_ui.c:1189 plug-ins/common/flarefx.c:803 #: plug-ins/common/nova.c:627 plug-ins/common/papertile.c:294 -#: plug-ins/common/xbm.c:1221 plug-ins/gap/gap_mov_dialog.c:1873 +#: plug-ins/common/xbm.c:1244 plug-ins/gap/gap_mov_dialog.c:2118 #: plug-ins/gflare/gflare.c:2878 plug-ins/ifscompose/ifscompose.c:527 msgid "Y:" msgstr "Y:" @@ -1250,7 +1249,7 @@ msgid "Bumpmap Image:" msgstr "Ãæµ¹(Bump) ¸Ê À̹ÌÁö:" #: plug-ins/Lighting/lighting_ui.c:919 plug-ins/common/mblur.c:784 -#: plug-ins/flame/flame.c:714 plug-ins/sinus/sinus.c:1032 +#: plug-ins/flame/flame.c:721 plug-ins/sinus/sinus.c:1032 msgid "Linear" msgstr "¼±Çü" @@ -1258,11 +1257,11 @@ msgstr " msgid "Logarithmic" msgstr "´ë¼ö" -#: plug-ins/Lighting/lighting_ui.c:921 plug-ins/flame/flame.c:715 +#: plug-ins/Lighting/lighting_ui.c:921 plug-ins/flame/flame.c:722 msgid "Sinusoidal" msgstr "»çÀΰ" -#: plug-ins/Lighting/lighting_ui.c:922 plug-ins/flame/flame.c:716 +#: plug-ins/Lighting/lighting_ui.c:922 plug-ins/flame/flame.c:723 msgid "Spherical" msgstr "±¸" @@ -1299,7 +1298,7 @@ msgstr " #. Options section #: plug-ins/Lighting/lighting_ui.c:1014 plug-ins/MapObject/mapobject_ui.c:1314 #: plug-ins/common/lic.c:1037 plug-ins/common/ripple.c:604 -#: plug-ins/gap/gap_mov_dialog.c:841 plug-ins/gfig/gfig.c:4018 +#: plug-ins/gap/gap_mov_dialog.c:859 plug-ins/gfig/gfig.c:4018 msgid "Options" msgstr "¿É¼Ç" @@ -1539,8 +1538,8 @@ msgstr "" #: plug-ins/common/pix.c:326 plug-ins/common/png.c:415 #: plug-ins/common/png.c:417 plug-ins/common/pnm.c:414 #: plug-ins/common/psd.c:1713 plug-ins/common/sunras.c:441 -#: plug-ins/common/tga.c:429 plug-ins/common/tiff.c:443 -#: plug-ins/common/xbm.c:674 plug-ins/common/xpm.c:334 +#: plug-ins/common/tga.c:429 plug-ins/common/tiff.c:450 +#: plug-ins/common/xbm.c:735 plug-ins/common/xpm.c:334 #: plug-ins/common/xwd.c:430 plug-ins/faxg3/faxg3.c:196 #: plug-ins/gfli/gfli.c:471 plug-ins/sgi/sgi.c:330 plug-ins/sgi/sgi.c:332 #: plug-ins/xjt/xjt.c:3246 @@ -1584,12 +1583,12 @@ msgstr "%s: #: plug-ins/common/png.c:576 plug-ins/common/pnm.c:502 #: plug-ins/common/psd.c:2094 plug-ins/common/smooth_palette.c:240 #: plug-ins/common/sunras.c:919 plug-ins/common/tga.c:1014 -#: plug-ins/common/tiff.c:654 plug-ins/common/tile.c:269 +#: plug-ins/common/tiff.c:676 plug-ins/common/tile.c:269 #: plug-ins/common/winclipboard.c:515 plug-ins/common/wmf.c:2350 -#: plug-ins/common/xbm.c:812 plug-ins/faxg3/faxg3.c:448 +#: plug-ins/common/xbm.c:873 plug-ins/faxg3/faxg3.c:448 #: plug-ins/fits/fits.c:521 plug-ins/gfig/gfig.c:2867 #: plug-ins/gfig/gfig.c:3195 plug-ins/sgi/sgi.c:378 plug-ins/twain/twain.c:722 -#: plug-ins/winsnap/winsnap.c:1234 +#: plug-ins/winsnap/winsnap.c:1235 msgid "Background" msgstr "¹è°æ" @@ -1605,7 +1604,7 @@ msgstr "%s #. init the progress meter #: plug-ins/bmp/bmpwrite.c:179 plug-ins/common/CEL.c:510 -#: plug-ins/common/gbr.c:387 plug-ins/common/gif.c:937 +#: plug-ins/common/gbr.c:387 plug-ins/common/gif.c:940 #: plug-ins/common/gpb.c:768 plug-ins/common/gpb.c:808 #: plug-ins/common/gtm.c:247 plug-ins/common/hrz.c:476 #: plug-ins/common/jpeg.c:1196 plug-ins/common/pat.c:343 @@ -1613,7 +1612,7 @@ msgstr "%s #: plug-ins/common/png.c:756 plug-ins/common/png.c:758 #: plug-ins/common/pnm.c:786 plug-ins/common/ps.c:999 #: plug-ins/common/sunras.c:524 plug-ins/common/tga.c:1196 -#: plug-ins/common/tiff.c:1260 plug-ins/common/xbm.c:960 +#: plug-ins/common/tiff.c:1282 plug-ins/common/xbm.c:983 #: plug-ins/common/xpm.c:653 plug-ins/common/xwd.c:534 #: plug-ins/fits/fits.c:472 plug-ins/gfli/gfli.c:691 plug-ins/sgi/sgi.c:548 #: plug-ins/sgi/sgi.c:550 plug-ins/xjt/xjt.c:1628 @@ -1861,7 +1860,7 @@ msgstr " #: plug-ins/common/CML_explorer.c:299 plug-ins/common/CML_explorer.c:1280 #: plug-ins/common/decompose.c:122 plug-ins/common/lic.c:1058 #: plug-ins/fp/fp_gtk.c:281 plug-ins/fp/fp_gtk.c:413 -#: plug-ins/gap/gap_mov_dialog.c:257 plug-ins/gimpressionist/orientation.c:188 +#: plug-ins/gap/gap_mov_dialog.c:274 plug-ins/gimpressionist/orientation.c:188 #: plug-ins/gimpressionist/size.c:186 msgid "Hue" msgstr "»öµµ" @@ -1869,13 +1868,13 @@ msgstr " #: plug-ins/common/CML_explorer.c:300 plug-ins/common/CML_explorer.c:1285 #: plug-ins/common/decompose.c:123 plug-ins/common/lic.c:1059 #: plug-ins/fp/fp_gtk.c:285 plug-ins/fp/fp_gtk.c:417 plug-ins/fp/fp_gtk.c:481 -#: plug-ins/gap/gap_mov_dialog.c:258 plug-ins/rcm/rcm_dialog.c:509 +#: plug-ins/gap/gap_mov_dialog.c:275 plug-ins/rcm/rcm_dialog.c:509 msgid "Saturation" msgstr "äµµ" #: plug-ins/common/CML_explorer.c:301 plug-ins/common/CML_explorer.c:1290 #: plug-ins/common/decompose.c:124 plug-ins/fp/fp_gtk.c:289 -#: plug-ins/fp/fp_gtk.c:421 plug-ins/gap/gap_mov_dialog.c:260 +#: plug-ins/fp/fp_gtk.c:421 plug-ins/gap/gap_mov_dialog.c:277 #: plug-ins/gimpressionist/orientation.c:131 #: plug-ins/gimpressionist/size.c:130 msgid "Value" @@ -2183,13 +2182,13 @@ msgid "Error: failed to load parameters" msgstr "¾Ö·¯: CMLÆз¯¹ÌÅÍ ÆÄÀÏÀÌ ¾Æ´Õ´Ï´Ù." #. Create the actual window. -#: plug-ins/common/aa.c:341 +#: plug-ins/common/aa.c:339 #, fuzzy msgid "Save as Text" msgstr "Jpeg À¸·Î ÀúÀå" #. file save type -#: plug-ins/common/aa.c:358 plug-ins/common/pnm.c:945 +#: plug-ins/common/aa.c:356 plug-ins/common/pnm.c:945 #: plug-ins/common/sunras.c:1589 msgid "Data Formatting" msgstr "" @@ -2268,7 +2267,7 @@ msgid "Left Edge" msgstr "" #: plug-ins/common/align_layers.c:473 plug-ins/common/align_layers.c:506 -#: plug-ins/gap/gap_mov_dialog.c:271 plug-ins/gflare/gflare.c:2862 +#: plug-ins/gap/gap_mov_dialog.c:288 plug-ins/gflare/gflare.c:2862 msgid "Center" msgstr "Áß°£" @@ -2315,17 +2314,17 @@ msgstr "" msgid "Grid Size:" msgstr "Å׵θ® Å©±â" -#: plug-ins/common/animationplay.c:266 +#: plug-ins/common/animationplay.c:270 #, fuzzy msgid "/Filters/Animation/Animation Playback..." msgstr "/ÇÊÅÍ/¿¡´Ï¸ÞÀ̼Ç/¿¡´Ï¸ÞÀÌ¼Ç µÇµ¹¸®±â" -#: plug-ins/common/animationplay.c:662 +#: plug-ins/common/animationplay.c:666 msgid "Animation Playback: " msgstr "¿¡´Ï¸ÞÀÌ¼Ç µÇµ¹¸®±â: " #. if no buttons are specified use one CLOSE button per default -#: plug-ins/common/animationplay.c:669 plug-ins/common/plugindetails.c:996 +#: plug-ins/common/animationplay.c:673 plug-ins/common/plugindetails.c:996 #: plug-ins/common/sample_colorize.c:1373 plug-ins/common/uniteditor.c:525 #: plug-ins/dbbrowser/dbbrowser_utils.c:158 #: plug-ins/dbbrowser/dbbrowser_utils.c:175 plug-ins/gap/gap_arr_dialog.c:783 @@ -2339,43 +2338,43 @@ msgid "Close" msgstr "´Ý±â" #. The 'playback' half of the dialog -#: plug-ins/common/animationplay.c:683 plug-ins/common/animationplay.c:686 +#: plug-ins/common/animationplay.c:687 plug-ins/common/animationplay.c:690 msgid "Playback: " msgstr "µÇµ¹¸®±â: " -#: plug-ins/common/animationplay.c:716 +#: plug-ins/common/animationplay.c:720 msgid "Play/Stop" msgstr "Àç»ý/Á¤Áö" -#: plug-ins/common/animationplay.c:722 +#: plug-ins/common/animationplay.c:726 msgid "Rewind" msgstr "µÇ°¨±â" -#: plug-ins/common/animationplay.c:728 +#: plug-ins/common/animationplay.c:732 msgid "Step" msgstr "ÁøÇà" -#: plug-ins/common/animationplay.c:786 +#: plug-ins/common/animationplay.c:790 msgid "Frame %v of %u" msgstr "ÇÁ·¹ÀÓ %v of %u" -#: plug-ins/common/animoptimize.c:154 +#: plug-ins/common/animoptimize.c:158 msgid "/Filters/Animation/Animation Optimize" msgstr "/ÇÊÅÍ/¿¡´Ï¸ÞÀ̼Ç/¿¡´Ï¸ÞÀÌ¼Ç ÃÖÀûÈ­" -#: plug-ins/common/animoptimize.c:170 +#: plug-ins/common/animoptimize.c:174 msgid "/Filters/Animation/Animation UnOptimize" msgstr "/ÇÊÅÍ/¿¡´Ï¸ÞÀ̼Ç/¿¡´Ï¸ÞÀÌ¼Ç ¿ª ÃÖÀûÈ­" -#: plug-ins/common/animoptimize.c:270 +#: plug-ins/common/animoptimize.c:274 msgid "Optimizing Animation..." msgstr "¿¡´Ï¸ÞÀÌ¼Ç ÃÖÀûÈ­..." -#: plug-ins/common/animoptimize.c:272 +#: plug-ins/common/animoptimize.c:276 msgid "UnOptimizing Animation..." msgstr "¿¡´Ï¸ÞÀÌ¼Ç ¿ª ÃÖÀûÈ­..." -#: plug-ins/common/animoptimize.c:301 +#: plug-ins/common/animoptimize.c:305 msgid "Not enough memory to allocate buffers for optimization.\n" msgstr "ÃÖÀûÈ­¸¦ À§ÇÑ ¹öÆÛ ÇÒ´çÀ» À§ÇÑ ¸Þ¸ð¸®°¡ ºÎÁ·ÇÕ´Ï´Ù.\n" @@ -2681,7 +2680,7 @@ msgstr " #: plug-ins/common/colorify.c:338 plug-ins/common/colortoalpha.c:414 #: plug-ins/common/ps.c:2625 plug-ins/common/xpm.c:439 -#: plug-ins/gap/gap_mov_dialog.c:259 plug-ins/gimpressionist/color.c:51 +#: plug-ins/gap/gap_mov_dialog.c:276 plug-ins/gimpressionist/color.c:51 #: plug-ins/gimpressionist/color.c:56 plug-ins/imagemap/imap_menu.c:325 #: plug-ins/print/gimp_main_window.c:425 msgid "Color" @@ -2940,7 +2939,7 @@ msgid "Prefixed Name:" msgstr "ÇÁ·¹ÀÓ ¹Ì¸®º¸±â:" #: plug-ins/common/csource.c:689 plug-ins/common/mail.c:556 -#: plug-ins/common/tiff.c:1523 plug-ins/common/xbm.c:1180 +#: plug-ins/common/tiff.c:1566 plug-ins/common/xbm.c:1203 #, fuzzy msgid "Comment:" msgstr "GIF ¼³¸í: " @@ -2979,7 +2978,7 @@ msgstr "" #. Opacity #. table col, row #: plug-ins/common/csource.c:757 plug-ins/common/sparkle.c:443 -#: plug-ins/common/tileit.c:587 plug-ins/gap/gap_mov_dialog.c:1925 +#: plug-ins/common/tileit.c:587 plug-ins/gap/gap_mov_dialog.c:2170 #: plug-ins/gflare/gflare.c:3602 plug-ins/gflare/gflare.c:3632 #: plug-ins/gflare/gflare.c:3662 #, fuzzy @@ -3389,7 +3388,7 @@ msgstr " #: plug-ins/common/destripe.c:670 plug-ins/common/gtm.c:551 #: plug-ins/common/ps.c:2582 plug-ins/common/ps.c:2757 #: plug-ins/common/smooth_palette.c:429 plug-ins/common/tile.c:421 -#: plug-ins/gap/gap_mov_dialog.c:1891 plug-ins/imagemap/imap_rectangle.c:387 +#: plug-ins/gap/gap_mov_dialog.c:2136 plug-ins/imagemap/imap_rectangle.c:387 msgid "Width:" msgstr "³ÐÀÌ:" @@ -3422,7 +3421,7 @@ msgstr " msgid "Sharp edges" msgstr "°¡ÀåÀÚ¸® ÆäÀÎÆ®" -#: plug-ins/common/diffraction.c:717 plug-ins/flame/flame.c:1004 +#: plug-ins/common/diffraction.c:717 plug-ins/flame/flame.c:1011 #: plug-ins/print/gimp_color_window.c:100 msgid "Brightness:" msgstr "¹à±â:" @@ -3491,7 +3490,7 @@ msgstr " #: plug-ins/common/displace.c:426 plug-ins/common/edge.c:708 #: plug-ins/common/fractaltrace.c:774 plug-ins/common/newsprint.c:449 #: plug-ins/common/ripple.c:653 plug-ins/common/warp.c:534 -#: plug-ins/fits/fits.c:1008 plug-ins/flame/flame.c:1100 +#: plug-ins/fits/fits.c:1008 plug-ins/flame/flame.c:1107 #: plug-ins/gfig/gfig.c:3328 msgid "Black" msgstr "°ËÀº»ö" @@ -3566,7 +3565,7 @@ msgstr "" #: plug-ins/common/engrave.c:256 plug-ins/common/film.c:1243 #: plug-ins/common/gtm.c:565 plug-ins/common/ps.c:2591 #: plug-ins/common/ps.c:2766 plug-ins/common/smooth_palette.c:438 -#: plug-ins/common/tile.c:425 plug-ins/gap/gap_mov_dialog.c:1908 +#: plug-ins/common/tile.c:425 plug-ins/gap/gap_mov_dialog.c:2153 #: plug-ins/imagemap/imap_rectangle.c:393 msgid "Height:" msgstr "³ôÀÌ:" @@ -3928,14 +3927,14 @@ msgstr "GIF msgid "Icon Name:" msgstr "À̸§ :" -#: plug-ins/common/gif.c:672 +#: plug-ins/common/gif.c:674 #, fuzzy msgid "" "GIF: Couldn't simply reduce colors further.\n" "Saving as opaque.\n" msgstr "GIF: »ö»ó ±× ÀÌ»óÀ» °£´ÜÈ÷ ÁÙÀϼö ¾ø½À´Ï´Ù. ºÒÅõ¸íÇÏ°Ô ÀúÀå.\n" -#: plug-ins/common/gif.c:929 +#: plug-ins/common/gif.c:932 msgid "" "GIF: Sorry, can't save RGB images as GIFs - convert to INDEXED\n" "or GRAY first.\n" @@ -3943,17 +3942,17 @@ msgstr "" "GIF: Á˼ÛÇÕ´Ï´Ù, RGB À̹ÌÁöµéÀº GIF·Î ÀúÀåÇÒ ¼ö ¾ø½À´Ï´Ù. - ¿£µ¦½ºµÈ\n" "À̹ÌÁö³ª ±×·¹ÀÌ À̹ÌÁö·Î ¸ÕÀú ¹Ù²Ù¼¼¿ä.\n" -#: plug-ins/common/gif.c:947 +#: plug-ins/common/gif.c:950 #, c-format msgid "GIF: can't open %s\n" msgstr "GIF: %s¸¦ ¿­¼ö ¾ø½À´Ï´Ù.\n" -#: plug-ins/common/gif.c:1136 +#: plug-ins/common/gif.c:1139 #, fuzzy msgid "GIF Warning" msgstr "XBM °æ°í" -#: plug-ins/common/gif.c:1162 +#: plug-ins/common/gif.c:1165 msgid "" "The image which you are trying to save as a GIF\n" "contains layers which extend beyond the actual\n" @@ -3970,69 +3969,69 @@ msgstr "" "´ç½ÅÀº ¾Æ¸¶ À̹ÌÁö Å׵θ®¿¡ ¸ðµç °èÃþµéÀ» À߶󳻵çÁö\n" "ÀúÀåÀ» Ãë¼Ò ÇÏ´øÁö ÇØ¾ß ÇÕ´Ï´Ù." -#: plug-ins/common/gif.c:1207 +#: plug-ins/common/gif.c:1210 msgid "Save as GIF" msgstr "GIF ·Î ÀúÀå" #. regular gif parameter settings -#: plug-ins/common/gif.c:1229 +#: plug-ins/common/gif.c:1232 msgid "GIF Options" msgstr "GIF ¿É¼Ç" -#: plug-ins/common/gif.c:1237 +#: plug-ins/common/gif.c:1240 msgid "Interlace" msgstr "ÀÎÅÍ·¹À̽º" -#: plug-ins/common/gif.c:1248 +#: plug-ins/common/gif.c:1251 #, fuzzy msgid "GIF Comment:" msgstr "GIF ¼³¸í: " #. additional animated gif parameter settings -#: plug-ins/common/gif.c:1307 +#: plug-ins/common/gif.c:1311 msgid "Animated GIF Options" msgstr "¿òÁ÷ÀÌ´Â GIF ¿É¼Ç" -#: plug-ins/common/gif.c:1315 +#: plug-ins/common/gif.c:1319 msgid "Loop forever" msgstr "¹«ÇÑ ·çÇÁ" -#: plug-ins/common/gif.c:1327 +#: plug-ins/common/gif.c:1331 #, fuzzy msgid "Delay between Frames where Unspecified:" msgstr "ÁöÁ¤µÇÁö ¾ÊÀº ÇÁ·¹ÀÓµé »çÀÌ Áö¿¬: " -#: plug-ins/common/gif.c:1339 +#: plug-ins/common/gif.c:1343 #, fuzzy msgid "Milliseconds" msgstr " ¹Ð¸®¼¼ÄÁµå" -#: plug-ins/common/gif.c:1349 +#: plug-ins/common/gif.c:1353 #, fuzzy msgid "Frame Disposal where Unspecified: " msgstr "ÁöÁ¤µÇÁö ¾ÊÀº ÇÁ·¹ÀÓ ¹èÄ¡: " -#: plug-ins/common/gif.c:1358 +#: plug-ins/common/gif.c:1362 #, fuzzy msgid "I don't Care" msgstr "º¸È£ÇÏÁö ¾Ê½À´Ï´Ù." -#: plug-ins/common/gif.c:1360 +#: plug-ins/common/gif.c:1364 #, fuzzy msgid "Cumulative Layers (Combine)" msgstr "´©Àû °èÃþ (°áÇÕ)" -#: plug-ins/common/gif.c:1362 +#: plug-ins/common/gif.c:1366 #, fuzzy msgid "One Frame per Layer (Replace)" msgstr "°èÃþ ´ç ÇϳªÀÇ ÇÁ·¹ÀÓ (°íÄ¡±â)" -#: plug-ins/common/gif.c:2346 +#: plug-ins/common/gif.c:2350 #, fuzzy msgid "GIF: error writing output file\n" msgstr "GIF: µ¥ÀÌÅÍºí·° Å©±â Àб⠾ַ¯\n" -#: plug-ins/common/gif.c:2437 +#: plug-ins/common/gif.c:2441 msgid "GIF save: Your comment string is too long.\n" msgstr "" @@ -4189,7 +4188,7 @@ msgstr "" msgid "Grid" msgstr "" -#: plug-ins/common/grid.c:708 plug-ins/gap/gap_mov_dialog.c:478 +#: plug-ins/common/grid.c:708 plug-ins/gap/gap_mov_dialog.c:496 #, fuzzy msgid "Update Preview" msgstr "°æ·Î À̵¿ ¹Ì¸®º¸±â" @@ -5038,7 +5037,7 @@ msgid "Output LPI:" msgstr "Ãâ·Â" #. screen settings -#: plug-ins/common/newsprint.c:1287 plug-ins/gap/gap_mov_dialog.c:250 +#: plug-ins/common/newsprint.c:1287 plug-ins/gap/gap_mov_dialog.c:267 #: plug-ins/gflare/gflare.c:597 msgid "Screen" msgstr "½ºÅ©¸°" @@ -5634,7 +5633,7 @@ msgid "Load PostScript" msgstr "PostScript Àбâ" #. Rendering -#: plug-ins/common/ps.c:2555 plug-ins/flame/flame.c:987 +#: plug-ins/common/ps.c:2555 plug-ins/flame/flame.c:994 msgid "Rendering" msgstr "·£´õ¸µ" @@ -5845,48 +5844,48 @@ msgstr "" msgid "Amplitude:" msgstr "" -#: plug-ins/common/rotate.c:168 +#: plug-ins/common/rotate.c:160 #, fuzzy msgid "/Layers/Rotate/90 degrees" msgstr "/À̹ÌÁö/º¯È¯/°èÃþ/90µµ ȸÀü" -#: plug-ins/common/rotate.c:179 +#: plug-ins/common/rotate.c:171 msgid "/Layers/Rotate/180 degrees" msgstr "" -#: plug-ins/common/rotate.c:190 +#: plug-ins/common/rotate.c:182 #, fuzzy msgid "/Layers/Rotate/270 degrees" msgstr "/À̹ÌÁö/º¯È¯/°èÃþ/270µµ ȸÀü" -#: plug-ins/common/rotate.c:202 +#: plug-ins/common/rotate.c:194 #, fuzzy msgid "/Image/Transforms/Rotate/90 degrees" msgstr "/À̹ÌÁö/º¯È¯/ȸÀüÇϱâ" -#: plug-ins/common/rotate.c:213 +#: plug-ins/common/rotate.c:205 #, fuzzy msgid "/Image/Transforms/Rotate/180 degrees" msgstr "/À̹ÌÁö/º¯È¯/ȸÀüÇϱâ" -#: plug-ins/common/rotate.c:224 +#: plug-ins/common/rotate.c:216 #, fuzzy msgid "/Image/Transforms/Rotate/270 degrees" msgstr "/À̹ÌÁö/º¯È¯/ȸÀüÇϱâ" -#: plug-ins/common/rotate.c:531 +#: plug-ins/common/rotate.c:525 msgid "You can not rotate the whole image if there's a selection." msgstr "¸¸¾à ¼¿·Â¼ÇÀÌ ÀÖ´Ù¸é Àüü À̹ÌÁö¸¦ ȸÀüÇÒ¼ö ¾ø½À´Ï´Ù." -#: plug-ins/common/rotate.c:537 +#: plug-ins/common/rotate.c:531 msgid "You can not rotate the whole image if there's a floating selection." msgstr "¸¸¾à À¯µ¿ÀûÀÎ ¼¿·º¼ÇÀÌ ÀÖ´Ù¸é Àüü À̹ÌÁö¸¦ ȸÀüÇÒ¼ö ¾ø½À´Ï´Ù." -#: plug-ins/common/rotate.c:547 +#: plug-ins/common/rotate.c:541 msgid "Sorry, channels and masks can not be rotated." msgstr "" -#: plug-ins/common/rotate.c:553 +#: plug-ins/common/rotate.c:547 msgid "Rotating..." msgstr "ȸÀüÁß..." @@ -5904,7 +5903,7 @@ msgstr "" #: plug-ins/dbbrowser/dbbrowser_utils.c:156 #: plug-ins/gdyntext/gdyntext_ui.c:643 plug-ins/gimpressionist/orientmap.c:633 #: plug-ins/gimpressionist/presets.c:640 plug-ins/gimpressionist/sizemap.c:492 -#: plug-ins/imagemap/imap_default_dialog.c:110 +#: plug-ins/imagemap/imap_default_dialog.c:122 msgid "Apply" msgstr "Àû¿ë" @@ -6008,7 +6007,7 @@ msgstr "" msgid "Holdness:" msgstr "" -#: plug-ins/common/screenshot.c:150 plug-ins/winsnap/winsnap.c:1075 +#: plug-ins/common/screenshot.c:150 plug-ins/winsnap/winsnap.c:1076 msgid "/File/Acquire/Screen Shot..." msgstr "" @@ -6019,7 +6018,7 @@ msgid "Screen Shot" msgstr "½ºÅ©¸°" #. Action area -#: plug-ins/common/screenshot.c:393 plug-ins/winsnap/winsnap.c:902 +#: plug-ins/common/screenshot.c:393 plug-ins/winsnap/winsnap.c:903 msgid "Grab" msgstr "" @@ -6036,12 +6035,12 @@ msgstr " msgid "Grab the Whole Screen" msgstr "" -#: plug-ins/common/screenshot.c:469 plug-ins/winsnap/winsnap.c:1010 +#: plug-ins/common/screenshot.c:469 plug-ins/winsnap/winsnap.c:1011 #, fuzzy msgid "after" msgstr "µµ±¸" -#: plug-ins/common/screenshot.c:478 plug-ins/winsnap/winsnap.c:1019 +#: plug-ins/common/screenshot.c:478 plug-ins/winsnap/winsnap.c:1020 msgid "Seconds Delay" msgstr "" @@ -6412,7 +6411,7 @@ msgid "Sphere Designer" msgstr "" #: plug-ins/common/spheredesigner.c:2268 plug-ins/gimpressionist/preview.c:117 -#: plug-ins/gimpressionist/repaint.c:873 plug-ins/gimpressionist/repaint.c:875 +#: plug-ins/gimpressionist/repaint.c:874 plug-ins/gimpressionist/repaint.c:876 #: plug-ins/imagemap/imap_polygon.c:446 #, fuzzy msgid "Update" @@ -6643,35 +6642,35 @@ msgstr " msgid "Threshold Alpha" msgstr "¹ß´Ü±Ô¸ð(Threshold)" -#: plug-ins/common/tiff.c:663 +#: plug-ins/common/tiff.c:685 #, fuzzy msgid "TIFF Channel" msgstr "ä³Î" -#: plug-ins/common/tiff.c:1482 +#: plug-ins/common/tiff.c:1525 #, fuzzy msgid "Save as TIFF" msgstr "GIF ·Î ÀúÀå" -#: plug-ins/common/tiff.c:1504 +#: plug-ins/common/tiff.c:1547 #, fuzzy msgid "Compression" msgstr "¾ÐÃà ·¹º§" -#: plug-ins/common/tiff.c:1509 +#: plug-ins/common/tiff.c:1552 msgid "LZW" msgstr "" -#: plug-ins/common/tiff.c:1510 +#: plug-ins/common/tiff.c:1553 msgid "Pack Bits" msgstr "" -#: plug-ins/common/tiff.c:1511 +#: plug-ins/common/tiff.c:1554 #, fuzzy msgid "Deflate" msgstr " »èÁ¦ " -#: plug-ins/common/tiff.c:1512 +#: plug-ins/common/tiff.c:1555 msgid "JPEG" msgstr "" @@ -7459,37 +7458,34 @@ msgstr "%s msgid "Transferring image" msgstr "" -#: plug-ins/common/xbm.c:237 +#: plug-ins/common/xbm.c:246 msgid "Created with The GIMP" msgstr "" -#: plug-ins/common/xbm.c:670 +#: plug-ins/common/xbm.c:731 #, c-format msgid "XBM: cannot open \"%s\"\n" msgstr "XBM: \"%s\"¸¦ ¿­¼ö ¾ø½À´Ï´Ù.\n" -#: plug-ins/common/xbm.c:753 +#: plug-ins/common/xbm.c:814 #, c-format msgid "XBM: cannot read header (ftell == %ld)\n" msgstr "XBM: ÇØ´õ¸¦ ÀÐÀ» ¼ö ¾ø½À´Ï´Ù. (ftell == %ld)\n" -#: plug-ins/common/xbm.c:759 +#: plug-ins/common/xbm.c:820 msgid "XBM: no image width specified\n" msgstr "XBM: ÁöÁ¤µÈ À̹ÌÁö Æø ¾øÀ½\n" -#: plug-ins/common/xbm.c:765 +#: plug-ins/common/xbm.c:826 msgid "XBM: no image height specified\n" msgstr "XBM: ÁöÁ¤µÈ À̹ÌÁö ³ôÀÌ ¾øÀ½\n" -#: plug-ins/common/xbm.c:771 +#: plug-ins/common/xbm.c:832 msgid "XBM: no image data type specified\n" msgstr "XBM: ÁöÁ¤µÈ À̹ÌÁö µ¥ÀÌÅÍ À¯Çü ¾øÀ½\n" -#: plug-ins/common/xbm.c:890 -msgid "XBM Warning" -msgstr "XBM °æ°í" - -#: plug-ins/common/xbm.c:911 +#. The image is not black-and-white. +#: plug-ins/common/xbm.c:965 msgid "" "The image which you are trying to save as\n" "an XBM contains more than two colors.\n" @@ -7503,41 +7499,63 @@ msgstr "" "±×°ÍÀ» ºí·¢-¿£-È­ÀÌÆ®(1-bit) À妽º À̹ÌÁö·Î\n" "º¯È¯ÇÏ°í ´Ù½Ã ½ÃµµÇØ ÁÖ¼¼¿ä." -#: plug-ins/common/xbm.c:982 +#: plug-ins/common/xbm.c:976 +#, fuzzy +msgid "" +"You cannot save a cursor mask for an image\n" +"which has no alpha channel." +msgstr "PostScript ÀúÀåÀº ¾ËÆÄ Ã¤³ÎµéÀ» °¡Áö°í À̹ÌÁö¸¦ Á¶Á¤ÇÒ ¼ö ¾ø½À´Ï´Ù." + +#: plug-ins/common/xbm.c:1005 #, c-format msgid "XBM: cannot create \"%s\"\n" msgstr "XBM: \"%s\"À» »ý¼ºÇÒ ¼ö ¾ø½À´Ï´Ù\n" -#: plug-ins/common/xbm.c:1123 +#: plug-ins/common/xbm.c:1146 msgid "Save as XBM" msgstr "XBMÀ¸·Î ÀúÀå" #. parameter settings -#: plug-ins/common/xbm.c:1140 +#: plug-ins/common/xbm.c:1163 msgid "XBM Options" msgstr "XBM ¿É¼Ç" #. X10 format -#: plug-ins/common/xbm.c:1151 +#: plug-ins/common/xbm.c:1174 #, fuzzy msgid "X10 Format Bitmap" msgstr "X10 Çü½Ä ºñÆ®¸Ê" -#: plug-ins/common/xbm.c:1169 +#: plug-ins/common/xbm.c:1192 #, fuzzy msgid "Identifier Prefix:" msgstr "½Äº° Á¢µÎ»ç: " #. hotspot toggle -#: plug-ins/common/xbm.c:1187 +#: plug-ins/common/xbm.c:1210 msgid "Write Hot Spot Values" msgstr "" -#: plug-ins/common/xbm.c:1211 +#: plug-ins/common/xbm.c:1234 #, fuzzy msgid "Hot Spot X:" msgstr "ȸÀüÇϱâ" +#. mask file +#: plug-ins/common/xbm.c:1248 +#, fuzzy +msgid "Mask File" +msgstr "¸¶½ºÅ© Å©±â" + +#: plug-ins/common/xbm.c:1259 +msgid "Write Extra Mask File" +msgstr "" + +#: plug-ins/common/xbm.c:1270 +#, fuzzy +msgid "Mask File Extension:" +msgstr "È®Àå:" + #: plug-ins/common/xpm.c:795 #, fuzzy msgid "Save as XPM" @@ -7718,137 +7736,137 @@ msgstr "" msgid "Image Composing" msgstr "À̹ÌÁö ¼³¸í" -#: plug-ins/flame/flame.c:137 +#: plug-ins/flame/flame.c:144 #, fuzzy msgid "/Filters/Render/Nature/Flame..." msgstr "/ÇÊÅÍ/·£´õ/äĿº¸µå" -#: plug-ins/flame/flame.c:218 +#: plug-ins/flame/flame.c:225 #, fuzzy msgid "Drawing Flame..." msgstr "ÇÁ·¹ÀÓ Ç÷¡Æ° Áß .." -#: plug-ins/flame/flame.c:299 +#: plug-ins/flame/flame.c:306 msgid "Flame works only on RGB drawables." msgstr "" -#: plug-ins/flame/flame.c:415 +#: plug-ins/flame/flame.c:422 #, fuzzy, c-format msgid "%s: Is not a regular file" msgstr "%s: BMPÆÄÀÏ %s°¡ Á¤È®Ä¡ ¾Ê½À´Ï´Ù.\n" -#: plug-ins/flame/flame.c:619 plug-ins/flame/flame.c:965 +#: plug-ins/flame/flame.c:626 plug-ins/flame/flame.c:972 #, fuzzy msgid "Edit Flame" msgstr "¸¶Áö¸· ÇÁ·¹ÀÓ:" -#: plug-ins/flame/flame.c:638 +#: plug-ins/flame/flame.c:645 #, fuzzy msgid "Directions" msgstr "¹æÇâ:" -#: plug-ins/flame/flame.c:668 +#: plug-ins/flame/flame.c:675 #, fuzzy msgid "Controls" msgstr "¾ô±â" -#: plug-ins/flame/flame.c:683 +#: plug-ins/flame/flame.c:690 #, fuzzy msgid "Speed:" msgstr "¾¾¾Ñ(seed)" -#: plug-ins/flame/flame.c:699 +#: plug-ins/flame/flame.c:706 #, fuzzy msgid "Randomize" msgstr "·£´ý" -#: plug-ins/flame/flame.c:712 +#: plug-ins/flame/flame.c:719 #, fuzzy msgid "Same" msgstr "ÀúÀå" -#: plug-ins/flame/flame.c:713 plug-ins/gimpressionist/orientation.c:151 +#: plug-ins/flame/flame.c:720 plug-ins/gimpressionist/orientation.c:151 #: plug-ins/gimpressionist/size.c:150 msgid "Random" msgstr "·£´ý" -#: plug-ins/flame/flame.c:717 +#: plug-ins/flame/flame.c:724 msgid "Swirl" msgstr "" -#: plug-ins/flame/flame.c:718 +#: plug-ins/flame/flame.c:725 msgid "Horseshoe" msgstr "" -#: plug-ins/flame/flame.c:719 plug-ins/gfig/gfig.c:3315 +#: plug-ins/flame/flame.c:726 plug-ins/gfig/gfig.c:3315 #, fuzzy msgid "Polar" msgstr "»ö»ó" -#: plug-ins/flame/flame.c:720 +#: plug-ins/flame/flame.c:727 #, fuzzy msgid "Bent" msgstr "Áß°£" -#: plug-ins/flame/flame.c:726 +#: plug-ins/flame/flame.c:733 #, fuzzy msgid "Variation:" msgstr "äµµ:" -#: plug-ins/flame/flame.c:759 plug-ins/flame/flame.c:972 +#: plug-ins/flame/flame.c:766 plug-ins/flame/flame.c:979 #, fuzzy msgid "Load Flame" msgstr "¸¶Áö¸· ÇÁ·¹ÀÓ:" -#: plug-ins/flame/flame.c:781 plug-ins/flame/flame.c:979 +#: plug-ins/flame/flame.c:788 plug-ins/flame/flame.c:986 #, fuzzy msgid "Save Flame" msgstr "XpmÀ¸·Î ÀúÀå" -#: plug-ins/flame/flame.c:908 plug-ins/flame/flame.c:947 +#: plug-ins/flame/flame.c:915 plug-ins/flame/flame.c:954 #, fuzzy msgid "Flame" msgstr "ÆÄÀÏÀ̸§:" -#: plug-ins/flame/flame.c:1017 plug-ins/print/gimp_color_window.c:114 +#: plug-ins/flame/flame.c:1024 plug-ins/print/gimp_color_window.c:114 msgid "Contrast:" msgstr "" -#: plug-ins/flame/flame.c:1030 plug-ins/gimpressionist/brush.c:401 +#: plug-ins/flame/flame.c:1037 plug-ins/gimpressionist/brush.c:401 #: plug-ins/print/gimp_color_window.c:198 msgid "Gamma:" msgstr "°¨¸¶:" -#: plug-ins/flame/flame.c:1043 +#: plug-ins/flame/flame.c:1050 #, fuzzy msgid "Sample Density:" msgstr "Çѹø±ß±â ³óµµ:" -#: plug-ins/flame/flame.c:1053 +#: plug-ins/flame/flame.c:1060 #, fuzzy msgid "Spatial Oversample:" msgstr "°ãÄ¡±â" -#: plug-ins/flame/flame.c:1063 +#: plug-ins/flame/flame.c:1070 #, fuzzy msgid "Spatial Filter Radius:" msgstr "¹Ý°æ" -#: plug-ins/flame/flame.c:1089 +#: plug-ins/flame/flame.c:1096 #, fuzzy msgid "Colormap:" msgstr "»ö»ó" -#: plug-ins/flame/flame.c:1137 +#: plug-ins/flame/flame.c:1144 #, fuzzy msgid "Custom Gradient" msgstr "»ö°¨º¯È­µµ" -#: plug-ins/flame/flame.c:1157 +#: plug-ins/flame/flame.c:1164 msgid "Camera" msgstr "" -#: plug-ins/flame/flame.c:1169 +#: plug-ins/flame/flame.c:1176 #, fuzzy msgid "Zoom:" msgstr "¿ÞÂÊ ¾Æ·¡" @@ -8864,7 +8882,7 @@ msgstr " #. digits #. constrain #. lower, upper (unconstrained) -#: plug-ins/gap/gap_mod_layer.c:156 plug-ins/gap/gap_mov_dialog.c:550 +#: plug-ins/gap/gap_mod_layer.c:156 plug-ins/gap/gap_mov_dialog.c:568 #: plug-ins/gap/gap_mpege.c:259 plug-ins/gap/gap_range_ops.c:442 #: plug-ins/gap/gap_range_ops.c:601 msgid "first handled frame" @@ -8883,7 +8901,7 @@ msgstr " #. digits #. constrain #. lower, upper (unconstrained) -#: plug-ins/gap/gap_mod_layer.c:164 plug-ins/gap/gap_mov_dialog.c:565 +#: plug-ins/gap/gap_mod_layer.c:164 plug-ins/gap/gap_mov_dialog.c:583 #: plug-ins/gap/gap_mpege.c:267 plug-ins/gap/gap_range_ops.c:450 #: plug-ins/gap/gap_range_ops.c:609 msgid "last handled frame" @@ -8983,85 +9001,85 @@ msgstr " msgid "No selected Layer in start frame" msgstr "½ÃÀÛ ÇÁ·¹ÀÓ¿¡¼­ ¼±ÅÃµÈ °èÃþÀÌ ¾ø½À´Ï´Ù.\n" -#: plug-ins/gap/gap_mov_dialog.c:247 plug-ins/gfig/gfig.c:3327 +#: plug-ins/gap/gap_mov_dialog.c:264 plug-ins/gfig/gfig.c:3327 #: plug-ins/gflare/gflare.c:594 plug-ins/gimpressionist/orientmap.c:590 msgid "Normal" msgstr "º¸Åë" -#: plug-ins/gap/gap_mov_dialog.c:248 +#: plug-ins/gap/gap_mov_dialog.c:265 msgid "Dissolve" msgstr "ºÐÇØ" -#: plug-ins/gap/gap_mov_dialog.c:249 +#: plug-ins/gap/gap_mov_dialog.c:266 msgid "Multiply" msgstr "¹è·Î Áõ°¡" -#: plug-ins/gap/gap_mov_dialog.c:251 plug-ins/gflare/gflare.c:596 +#: plug-ins/gap/gap_mov_dialog.c:268 plug-ins/gflare/gflare.c:596 #: plug-ins/gimpressionist/paper.c:152 msgid "Overlay" msgstr "°ãÄ¡±â" -#: plug-ins/gap/gap_mov_dialog.c:252 +#: plug-ins/gap/gap_mov_dialog.c:269 msgid "Difference" msgstr "Â÷ÀÌÁ¡" -#: plug-ins/gap/gap_mov_dialog.c:253 plug-ins/gflare/gflare.c:595 +#: plug-ins/gap/gap_mov_dialog.c:270 plug-ins/gflare/gflare.c:595 msgid "Addition" msgstr "Ãß°¡" -#: plug-ins/gap/gap_mov_dialog.c:254 plug-ins/gfig/gfig.c:3148 +#: plug-ins/gap/gap_mov_dialog.c:271 plug-ins/gfig/gfig.c:3148 msgid "Subtract" msgstr "»©±â" -#: plug-ins/gap/gap_mov_dialog.c:255 +#: plug-ins/gap/gap_mov_dialog.c:272 msgid "Darken Only" msgstr "¿ÀÁ÷ ¾îµÓ°Ô" -#: plug-ins/gap/gap_mov_dialog.c:256 +#: plug-ins/gap/gap_mov_dialog.c:273 msgid "Lighten Only" msgstr "¿ÀÁ÷ ¶óÀÌÆ®¸¸" -#: plug-ins/gap/gap_mov_dialog.c:267 +#: plug-ins/gap/gap_mov_dialog.c:284 msgid "Left Top" msgstr "¿ÞÂÊ À§" -#: plug-ins/gap/gap_mov_dialog.c:268 +#: plug-ins/gap/gap_mov_dialog.c:285 msgid "Left Bottom" msgstr "¿ÞÂÊ ¾Æ·¡" -#: plug-ins/gap/gap_mov_dialog.c:269 +#: plug-ins/gap/gap_mov_dialog.c:286 msgid "Right Top" msgstr "¿À¸¥ÂÊ À§" -#: plug-ins/gap/gap_mov_dialog.c:270 +#: plug-ins/gap/gap_mov_dialog.c:287 msgid "Right Bottom" msgstr "¿À¸¥ÂÊ ¾Æ·¡" -#: plug-ins/gap/gap_mov_dialog.c:279 +#: plug-ins/gap/gap_mov_dialog.c:296 msgid "Loop" msgstr "·çÇÁ" -#: plug-ins/gap/gap_mov_dialog.c:280 +#: plug-ins/gap/gap_mov_dialog.c:297 msgid "Loop Reverse" msgstr "¿ª ·çÇÁ" -#: plug-ins/gap/gap_mov_dialog.c:281 +#: plug-ins/gap/gap_mov_dialog.c:298 msgid "Once" msgstr "ÇÑ ¹ø" -#: plug-ins/gap/gap_mov_dialog.c:282 +#: plug-ins/gap/gap_mov_dialog.c:299 msgid "OnceReverse" msgstr "°Å²Ù·Î Çѹø" -#: plug-ins/gap/gap_mov_dialog.c:283 +#: plug-ins/gap/gap_mov_dialog.c:300 msgid "PingPong" msgstr "ÇÎÆþ" -#: plug-ins/gap/gap_mov_dialog.c:451 +#: plug-ins/gap/gap_mov_dialog.c:469 msgid "Move Path" msgstr "°æ·Î À̵¿" -#: plug-ins/gap/gap_mov_dialog.c:485 +#: plug-ins/gap/gap_mov_dialog.c:503 #, fuzzy msgid "" "Show PreviewFrame with Selected \n" @@ -9070,37 +9088,37 @@ msgstr "" "ÇöÀç ÄÁÆ®·Ñ Æ÷ÀÎÆ®¿¡¼­ ¼±ÅÃµÈ \n" "¿ø·¡ °èÃþÀ» °¡Áö°í ¹Ì¸®º¸±â º¸¿©ÁÖ±â" -#: plug-ins/gap/gap_mov_dialog.c:489 +#: plug-ins/gap/gap_mov_dialog.c:507 #, fuzzy msgid "Anim Preview" msgstr "¹Ì¸®º¸±â" -#: plug-ins/gap/gap_mov_dialog.c:496 +#: plug-ins/gap/gap_mov_dialog.c:514 msgid "" "Generate Animated Preview\n" "as multilayer image" msgstr "" #. parameter settings -#: plug-ins/gap/gap_mov_dialog.c:509 +#: plug-ins/gap/gap_mov_dialog.c:527 msgid "Copy moving source-layer(s) into frames" msgstr "ÇÁ·¹ÀÓ¿¡¼­ À̵¿ÁßÀÎ ¿ø·¡ °èÃþ º¹»ç" #. the start frame scale_entry #. table col, row -#: plug-ins/gap/gap_mov_dialog.c:542 +#: plug-ins/gap/gap_mov_dialog.c:560 msgid "Start Frame:" msgstr "½ÃÀÛ ÇÁ·¹ÀÓ:" #. the end frame scale_entry #. table col, row -#: plug-ins/gap/gap_mov_dialog.c:557 +#: plug-ins/gap/gap_mov_dialog.c:575 msgid "End Frame:" msgstr "¸¶Áö¸· ÇÁ·¹ÀÓ:" #. the Preview Frame scale_entry #. table col, row -#: plug-ins/gap/gap_mov_dialog.c:572 +#: plug-ins/gap/gap_mov_dialog.c:590 msgid "Preview Frame:" msgstr "ÇÁ·¹ÀÓ ¹Ì¸®º¸±â:" @@ -9112,7 +9130,7 @@ msgstr " #. digits #. constrain #. lower, upper (unconstrained) -#: plug-ins/gap/gap_mov_dialog.c:580 +#: plug-ins/gap/gap_mov_dialog.c:598 msgid "" "frame to show when UpdPreview\n" "button is pressed" @@ -9122,7 +9140,7 @@ msgstr "" #. the Layerstack scale_entry #. table col, row -#: plug-ins/gap/gap_mov_dialog.c:588 plug-ins/gap/gap_range_ops.c:265 +#: plug-ins/gap/gap_mov_dialog.c:606 plug-ins/gap/gap_range_ops.c:265 msgid "Layerstack:" msgstr "°èÃþ½ºÅÃ:" @@ -9134,7 +9152,7 @@ msgstr " #. digits #. constrain #. lower, upper (unconstrained) -#: plug-ins/gap/gap_mov_dialog.c:596 +#: plug-ins/gap/gap_mov_dialog.c:614 #, fuzzy msgid "" "How to insert SrcLayer into the\n" @@ -9146,20 +9164,20 @@ msgstr "" "¹æ¹ý" #. toggle force visibility -#: plug-ins/gap/gap_mov_dialog.c:608 +#: plug-ins/gap/gap_mov_dialog.c:626 msgid "Force visibility" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:614 +#: plug-ins/gap/gap_mov_dialog.c:632 msgid "Force visibility for all copied Src-Layers" msgstr "" #. toggle clip_to_image -#: plug-ins/gap/gap_mov_dialog.c:620 +#: plug-ins/gap/gap_mov_dialog.c:638 msgid "Clip To Frame" msgstr "ÇÁ·¹ÀÓ À߶󳻱â" -#: plug-ins/gap/gap_mov_dialog.c:626 +#: plug-ins/gap/gap_mov_dialog.c:644 msgid "" "Clip all copied Src-Layers\n" "at Frame Boundaries" @@ -9167,7 +9185,7 @@ msgstr "" "ÇÁ·¹ÀÓ °æ°è¼±¿¡ ¸ðµç º¹»çµÈ\n" "¿ø·¡°èÃþÀ» À߶󳻱â" -#: plug-ins/gap/gap_mov_dialog.c:674 +#: plug-ins/gap/gap_mov_dialog.c:692 msgid "" "No Source Image was selected\n" "(Please open a 2nd Image of the same type before opening Move Path)" @@ -9175,108 +9193,108 @@ msgstr "" "¼±ÅõǾîÁø ¿øº» À̹ÌÁö ¾øÀ½\n" "(°æ·Î À̵¿À» Çϱâ Àü¿¡ °°Àº À¯ÇüÀÇ µÎ¹ø° À̹ÌÁö¸¦ ¿­¾îÁÖ¼¼¿ä)" -#: plug-ins/gap/gap_mov_dialog.c:770 +#: plug-ins/gap/gap_mov_dialog.c:788 #, fuzzy msgid "Object on empty frames" msgstr "±íÀÌ(depth):" -#: plug-ins/gap/gap_mov_dialog.c:771 +#: plug-ins/gap/gap_mov_dialog.c:789 msgid "Object on one frame" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:772 +#: plug-ins/gap/gap_mov_dialog.c:790 #, fuzzy msgid "Exact Object on frames" msgstr "ä³Î ÃßÃâ" -#: plug-ins/gap/gap_mov_dialog.c:802 +#: plug-ins/gap/gap_mov_dialog.c:820 #, fuzzy msgid "Anim Preview Mode" msgstr "¹Ì¸®º¸±â Å©±â" -#: plug-ins/gap/gap_mov_dialog.c:810 +#: plug-ins/gap/gap_mov_dialog.c:828 #, fuzzy msgid "Scale Preview" msgstr "À̹ÌÁö ¹Ì¸®º¸±â" -#: plug-ins/gap/gap_mov_dialog.c:811 +#: plug-ins/gap/gap_mov_dialog.c:829 msgid "Scale down size of the generated animated preview (in %)" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:819 +#: plug-ins/gap/gap_mov_dialog.c:837 #, fuzzy msgid "Framerate" msgstr "ÇÁ·¹ÀÓ À² :" -#: plug-ins/gap/gap_mov_dialog.c:820 +#: plug-ins/gap/gap_mov_dialog.c:838 msgid "Framerate to use in the animated preview in frames/sec" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:834 +#: plug-ins/gap/gap_mov_dialog.c:852 msgid "Copy to Video Buffer" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:835 +#: plug-ins/gap/gap_mov_dialog.c:853 msgid "" "Save all single frames of animated preview to video buffer\n" "(configured in gimprc by video-paste-dir and video-paste-basename)" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:840 +#: plug-ins/gap/gap_mov_dialog.c:858 #, fuzzy msgid "Move Path Animated Preview" msgstr "°æ·Î À̵¿ ¹Ì¸®º¸±â" -#: plug-ins/gap/gap_mov_dialog.c:886 +#: plug-ins/gap/gap_mov_dialog.c:904 #, fuzzy msgid "Generate Animated Preview failed\n" msgstr "°èÃþ-¿òÁ÷ÀÓ(animate) À̹ÌÁö »ý¼º Áß .." #. filesel is already open -#: plug-ins/gap/gap_mov_dialog.c:1098 +#: plug-ins/gap/gap_mov_dialog.c:1343 msgid "Load Path Points from file" msgstr "ÆÄÀÏ¿¡¼­ Æ÷ÀÎÆ® °æ·Î Àбâ" #. filesel is already open -#: plug-ins/gap/gap_mov_dialog.c:1134 +#: plug-ins/gap/gap_mov_dialog.c:1379 msgid "Save Path Points to file" msgstr "ÆÄÀÏ¿¡¼­ Æ÷ÀÎÆ® °æ·Î ÀúÀå" -#: plug-ins/gap/gap_mov_dialog.c:1479 +#: plug-ins/gap/gap_mov_dialog.c:1724 #, c-format msgid "Current Point: [ %3d ] of [ %3d ]" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:1670 +#: plug-ins/gap/gap_mov_dialog.c:1915 msgid "Source Select" msgstr "¼Ò½º ¼±ÅÃ" #. Source Layer menu -#: plug-ins/gap/gap_mov_dialog.c:1687 +#: plug-ins/gap/gap_mov_dialog.c:1932 #, fuzzy msgid "Source Image/Layer:" msgstr "¼Ò½ºÀ̹ÌÁö/°èÃþ:" -#: plug-ins/gap/gap_mov_dialog.c:1697 +#: plug-ins/gap/gap_mov_dialog.c:1942 #, fuzzy msgid "Source Object to insert into Frame Range" msgstr "ÇÁ·¹ÀÓ¹üÀ§¾È¿¡ »ðÀÔÇϱâ À§ÇÑ ¿øº» °³Ã¼" #. Paintmode menu -#: plug-ins/gap/gap_mov_dialog.c:1712 +#: plug-ins/gap/gap_mov_dialog.c:1957 msgid "Mode:" msgstr "¸ðµå:" -#: plug-ins/gap/gap_mov_dialog.c:1721 +#: plug-ins/gap/gap_mov_dialog.c:1966 msgid "Paintmode" msgstr "ÆäÀÎÆ®¸ðµå" #. Loop Stepmode menu -#: plug-ins/gap/gap_mov_dialog.c:1736 +#: plug-ins/gap/gap_mov_dialog.c:1981 msgid "Stepmode:" msgstr "´Ü°è¸ðµå:" -#: plug-ins/gap/gap_mov_dialog.c:1754 +#: plug-ins/gap/gap_mov_dialog.c:1999 #, fuzzy msgid "" "How to fetch the next SrcLayer \n" @@ -9286,11 +9304,11 @@ msgstr "" "¿øº» °èÃþÀ» ºÎ¸£´Â ¹æ¹ý" #. Source Image Handle menu -#: plug-ins/gap/gap_mov_dialog.c:1760 +#: plug-ins/gap/gap_mov_dialog.c:2005 msgid "Handle:" msgstr "Á¶Àý:" -#: plug-ins/gap/gap_mov_dialog.c:1778 +#: plug-ins/gap/gap_mov_dialog.c:2023 #, fuzzy msgid "" "How to place the SrcLayer at \n" @@ -9301,18 +9319,18 @@ msgstr "" #. to avoid side effects while initialization #. the frame -#: plug-ins/gap/gap_mov_dialog.c:1832 +#: plug-ins/gap/gap_mov_dialog.c:2077 msgid "Move Path Preview" msgstr "°æ·Î À̵¿ ¹Ì¸®º¸±â" #. lower, upper (unconstrained) -#: plug-ins/gap/gap_mov_dialog.c:1864 +#: plug-ins/gap/gap_mov_dialog.c:2109 #, fuzzy msgid "X Coordinate" msgstr "Ä÷¯¸µ" #. lower, upper (unconstrained) -#: plug-ins/gap/gap_mov_dialog.c:1882 +#: plug-ins/gap/gap_mov_dialog.c:2127 #, fuzzy msgid "Y Coordinate" msgstr "Ä÷¯¸µ" @@ -9325,7 +9343,7 @@ msgstr " #. digits #. constrain #. lower, upper (unconstrained) -#: plug-ins/gap/gap_mov_dialog.c:1899 +#: plug-ins/gap/gap_mov_dialog.c:2144 #, fuzzy msgid "Scale Source Layer's Width in percent" msgstr "" @@ -9340,7 +9358,7 @@ msgstr "" #. digits #. constrain #. lower, upper (unconstrained) -#: plug-ins/gap/gap_mov_dialog.c:1916 +#: plug-ins/gap/gap_mov_dialog.c:2161 msgid "" "Scale SrcLayer's Height\n" "in percent" @@ -9356,7 +9374,7 @@ msgstr "" #. digits #. constrain #. lower, upper (unconstrained) -#: plug-ins/gap/gap_mov_dialog.c:1933 +#: plug-ins/gap/gap_mov_dialog.c:2178 msgid "" "SrcLayer's Opacity\n" "in percent" @@ -9366,7 +9384,7 @@ msgstr "" #. Rotation #. table col, row -#: plug-ins/gap/gap_mov_dialog.c:1942 +#: plug-ins/gap/gap_mov_dialog.c:2187 #, fuzzy msgid "Rotate:" msgstr "ȸÀüÇϱâ" @@ -9379,13 +9397,13 @@ msgstr "ȸ #. digits #. constrain #. lower, upper (unconstrained) -#: plug-ins/gap/gap_mov_dialog.c:1950 +#: plug-ins/gap/gap_mov_dialog.c:2195 msgid "Rotate SrcLayer (in degree)" msgstr "¿øº»°èÃþ ȸÀü (°¢µµ·Î)" #. Keyframe #. table col, row -#: plug-ins/gap/gap_mov_dialog.c:1961 +#: plug-ins/gap/gap_mov_dialog.c:2206 #, fuzzy msgid "Keyframe:" msgstr "ºñµð¿ÀÇü½Ä :" @@ -9398,17 +9416,17 @@ msgstr " #. digits #. constrain #. lower, upper (unconstrained) -#: plug-ins/gap/gap_mov_dialog.c:1969 +#: plug-ins/gap/gap_mov_dialog.c:2214 msgid "" "Fix Controlpoint to Keyframe number\n" "(0 == No Keyframe)" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:2044 +#: plug-ins/gap/gap_mov_dialog.c:2289 msgid "Add Point" msgstr "Æ÷ÀÎÆ® Ãß°¡" -#: plug-ins/gap/gap_mov_dialog.c:2052 +#: plug-ins/gap/gap_mov_dialog.c:2297 msgid "" "Add Controlpoint at end \n" "(the last Point is duplicated)" @@ -9417,26 +9435,26 @@ msgstr "" "(¸¶Áö¸· Æ÷ÀÎÆ®°¡ º¹»çµÇ¾îÁü)" #. toggle clip_to_image -#: plug-ins/gap/gap_mov_dialog.c:2057 +#: plug-ins/gap/gap_mov_dialog.c:2302 #, fuzzy msgid "Show Path" msgstr "°æ·Î À̵¿" -#: plug-ins/gap/gap_mov_dialog.c:2063 +#: plug-ins/gap/gap_mov_dialog.c:2308 msgid "" "Show Path Lines and enable\n" "pick/drag with left button\n" "or move with right button" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:2073 +#: plug-ins/gap/gap_mov_dialog.c:2318 #: plug-ins/imagemap/imap_cmd_insert_point.c:57 #: plug-ins/imagemap/imap_polygon.c:683 #, fuzzy msgid "Insert Point" msgstr "Æ÷ÀÎÆ® Àç¼³Á¤" -#: plug-ins/gap/gap_mov_dialog.c:2081 +#: plug-ins/gap/gap_mov_dialog.c:2326 #, fuzzy msgid "" "Insert Controlpoint \n" @@ -9445,102 +9463,123 @@ msgstr "" "³¡¿¡ ÄÁÆ®·ÑÆ÷ÀÎÆ® Ãß°¡ \n" "(¸¶Áö¸· Æ÷ÀÎÆ®°¡ º¹»çµÇ¾îÁü)" -#: plug-ins/gap/gap_mov_dialog.c:2085 +#: plug-ins/gap/gap_mov_dialog.c:2330 #: plug-ins/imagemap/imap_cmd_delete_point.c:57 #: plug-ins/imagemap/imap_polygon.c:669 #, fuzzy msgid "Delete Point" msgstr "Æ÷ÀÎÆ® Àç¼³Á¤" -#: plug-ins/gap/gap_mov_dialog.c:2093 +#: plug-ins/gap/gap_mov_dialog.c:2338 #, fuzzy msgid "Delete current Controlpoint" msgstr "´ÙÀ½ ÄÁÆ®·ÑÆ÷ÀÎÆ® º¸¿©ÁÖ±â" -#: plug-ins/gap/gap_mov_dialog.c:2099 +#: plug-ins/gap/gap_mov_dialog.c:2344 msgid "Prev Point" msgstr "¾Õ Æ÷ÀÎÆ®" -#: plug-ins/gap/gap_mov_dialog.c:2107 +#: plug-ins/gap/gap_mov_dialog.c:2352 msgid "Show Previous Controlpoint" msgstr "¾Õ ÄÁÆ®·ÑÆ÷ÀÎÆ® º¸¿©ÁÖ±â" -#: plug-ins/gap/gap_mov_dialog.c:2111 +#: plug-ins/gap/gap_mov_dialog.c:2356 msgid "Next Point" msgstr "´ÙÀ½ Æ÷ÀÎÆ®" -#: plug-ins/gap/gap_mov_dialog.c:2119 +#: plug-ins/gap/gap_mov_dialog.c:2364 msgid "Show Next Controlpoint" msgstr "´ÙÀ½ ÄÁÆ®·ÑÆ÷ÀÎÆ® º¸¿©ÁÖ±â" -#: plug-ins/gap/gap_mov_dialog.c:2125 +#: plug-ins/gap/gap_mov_dialog.c:2370 #, fuzzy msgid "First Point" msgstr "Æ÷ÀÎÆ® Àç¼³Á¤" -#: plug-ins/gap/gap_mov_dialog.c:2133 +#: plug-ins/gap/gap_mov_dialog.c:2378 #, fuzzy msgid "Show First Controlpoint" msgstr "´ÙÀ½ ÄÁÆ®·ÑÆ÷ÀÎÆ® º¸¿©ÁÖ±â" -#: plug-ins/gap/gap_mov_dialog.c:2137 +#: plug-ins/gap/gap_mov_dialog.c:2382 #, fuzzy msgid "Last Point" msgstr "Æ÷ÀÎÆ® Àбâ" -#: plug-ins/gap/gap_mov_dialog.c:2145 +#: plug-ins/gap/gap_mov_dialog.c:2390 #, fuzzy msgid "Show Last Controlpoint" msgstr "´ÙÀ½ ÄÁÆ®·ÑÆ÷ÀÎÆ® º¸¿©ÁÖ±â" -#: plug-ins/gap/gap_mov_dialog.c:2151 +#: plug-ins/gap/gap_mov_dialog.c:2396 #, fuzzy msgid "Clear Point" msgstr "Æ÷ÀÎÆ® Àç¼³Á¤" -#: plug-ins/gap/gap_mov_dialog.c:2159 +#: plug-ins/gap/gap_mov_dialog.c:2404 #, fuzzy msgid "" "Reset the current Controlpoint\n" "to default Values" msgstr " ÃʱⰪÀ¸·Î Àç¼³Á¤" -#: plug-ins/gap/gap_mov_dialog.c:2163 -msgid "Reset Points" +#: plug-ins/gap/gap_mov_dialog.c:2408 +#, fuzzy +msgid "Clear All Points" msgstr "Æ÷ÀÎÆ® Àç¼³Á¤" -#: plug-ins/gap/gap_mov_dialog.c:2171 +#: plug-ins/gap/gap_mov_dialog.c:2416 msgid "" -"Reset Controlpoints \n" -"to one Defaultpoint" +"Reset all Controlpoints to default Values\n" +"but dont change the path (X/Y Values)" msgstr "" -"ÇϳªÀÇ ÃʱâÆ÷ÀÎÆ®¿¡ \n" -"ÄÁÆ®·ÑÆ÷ÀÎÆ® Àç¼³Á¤" -#: plug-ins/gap/gap_mov_dialog.c:2177 +#: plug-ins/gap/gap_mov_dialog.c:2423 +#, fuzzy +msgid "Rotate Follow" +msgstr "ȸÀüÇϱâ" + +#: plug-ins/gap/gap_mov_dialog.c:2434 +msgid "" +"Set Rotation for all Controlpoints\n" +"to follow the shape of the path.\n" +"(Shift: use Rotation of contolpoint 1 as offset)" +msgstr "" + +#: plug-ins/gap/gap_mov_dialog.c:2441 +#, fuzzy +msgid "Delete All Points" +msgstr "Æ÷ÀÎÆ® Àç¼³Á¤" + +#: plug-ins/gap/gap_mov_dialog.c:2449 +#, fuzzy +msgid "Delete all Controlpoints" +msgstr "´ÙÀ½ ÄÁÆ®·ÑÆ÷ÀÎÆ® º¸¿©ÁÖ±â" + +#: plug-ins/gap/gap_mov_dialog.c:2456 msgid "Load Points" msgstr "Æ÷ÀÎÆ® Àбâ" -#: plug-ins/gap/gap_mov_dialog.c:2185 +#: plug-ins/gap/gap_mov_dialog.c:2464 msgid "Load Controlpoints from file" msgstr "ÆÄÀÏ¿¡¼­ ÄÁÆ®·Ñ Æ÷ÀÎÆ® Àбâ" -#: plug-ins/gap/gap_mov_dialog.c:2189 +#: plug-ins/gap/gap_mov_dialog.c:2468 msgid "Save Points" msgstr "Æ÷ÀÎÆ® ÀúÀå" -#: plug-ins/gap/gap_mov_dialog.c:2197 +#: plug-ins/gap/gap_mov_dialog.c:2476 msgid "Save Controlpoints to file" msgstr "ÆÄÀÏ¿¡ ÄÁÆ®·ÑÆ÷ÀÎÆ® ÀúÀå" -#: plug-ins/gap/gap_mov_dialog.c:2668 +#: plug-ins/gap/gap_mov_dialog.c:2947 #, c-format msgid "" "\n" "Error: Keyframe %d at point [%d] higher or equal than last handled frame" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:2676 +#: plug-ins/gap/gap_mov_dialog.c:2955 #, c-format msgid "" "\n" @@ -9548,21 +9587,21 @@ msgid "" "for the previous controlpoints" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:2686 +#: plug-ins/gap/gap_mov_dialog.c:2965 #, c-format msgid "" "\n" "Error: Keyframe %d is not in sequence at point [%d]" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:2704 +#: plug-ins/gap/gap_mov_dialog.c:2983 #, c-format msgid "" "\n" "Error: controlpoint [%d] is out of handled framerange" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:2718 +#: plug-ins/gap/gap_mov_dialog.c:2997 #, c-format msgid "" "\n" @@ -9570,28 +9609,28 @@ msgid "" "please reduce controlpoints or select more frames" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:2731 +#: plug-ins/gap/gap_mov_dialog.c:3010 #, fuzzy msgid "" "Cant operate with current Controlpoint\n" "or Keyframe settings" msgstr " ÃʱⰪÀ¸·Î Àç¼³Á¤" -#: plug-ins/gap/gap_mov_dialog.c:2738 +#: plug-ins/gap/gap_mov_dialog.c:3017 #, fuzzy msgid "Reset Keyframes" msgstr " ÃʱⰪÀ¸·Î Àç¼³Á¤" -#: plug-ins/gap/gap_mov_dialog.c:2743 +#: plug-ins/gap/gap_mov_dialog.c:3022 #, fuzzy msgid "Move Path Controlpointcheck" msgstr "´ÙÀ½ ÄÁÆ®·ÑÆ÷ÀÎÆ® º¸¿©ÁÖ±â" -#: plug-ins/gap/gap_mov_dialog.c:2744 +#: plug-ins/gap/gap_mov_dialog.c:3023 msgid "Errors:" msgstr "" -#: plug-ins/gap/gap_mov_exec.c:337 +#: plug-ins/gap/gap_mov_exec.c:339 #, fuzzy msgid "" "No Source Image was selected.\n" @@ -9600,12 +9639,12 @@ msgstr "" "¼±ÅõǾîÁø ¿øº» À̹ÌÁö ¾øÀ½\n" "(°æ·Î À̵¿À» Çϱâ Àü¿¡ °°Àº À¯ÇüÀÇ µÎ¹ø° À̹ÌÁö¸¦ ¿­¾îÁÖ¼¼¿ä)" -#: plug-ins/gap/gap_mov_exec.c:348 +#: plug-ins/gap/gap_mov_exec.c:350 #, fuzzy msgid "Copying Layers into Frames..." msgstr "ÇÁ·¹ÀӾȿ¡¼­ °èÃþ º¹»çÁß .." -#: plug-ins/gap/gap_mov_exec.c:352 +#: plug-ins/gap/gap_mov_exec.c:354 #, fuzzy msgid "Generating Animated Preview..." msgstr "°èÃþ-¿òÁ÷ÀÓ(animate) À̹ÌÁö »ý¼º Áß .." @@ -10586,18 +10625,12 @@ msgstr "" msgid "/Filters/Render/Dynamic Text..." msgstr "/ÇÊÅÍ/·£´õ/äĿº¸µå" -#: plug-ins/gdyntext/gdyntext.c:307 -msgid "" -"Current layer isn't a GDynText layer or it has no alpha channel.\n" -" Forcing new layer creation.\n" -msgstr "" - -#: plug-ins/gdyntext/gdyntext.c:354 +#: plug-ins/gdyntext/gdyntext.c:351 #, c-format msgid "Upgrading old GDynText layer to %s\n" msgstr "" -#: plug-ins/gdyntext/gdyntext.c:358 +#: plug-ins/gdyntext/gdyntext.c:355 #, c-format msgid "" "WARNING: GDynText is too old!\n" @@ -10607,15 +10640,15 @@ msgid "" msgstr "" #. remove old layer name -#: plug-ins/gdyntext/gdyntext.c:397 +#: plug-ins/gdyntext/gdyntext.c:394 msgid "GDynText Layer " msgstr "" -#: plug-ins/gdyntext/gdyntext.c:434 +#: plug-ins/gdyntext/gdyntext.c:431 msgid "GIMP Dynamic Text" msgstr "" -#: plug-ins/gdyntext/gdyntext.c:536 +#: plug-ins/gdyntext/gdyntext.c:533 #, fuzzy msgid "GDynText Layer" msgstr "°èÃþ »èÁ¦" @@ -12617,7 +12650,7 @@ msgstr " msgid "Unselect All" msgstr "" -#: plug-ins/imagemap/imap_default_dialog.c:124 +#: plug-ins/imagemap/imap_default_dialog.c:136 #, fuzzy msgid "Help..." msgstr "µµ¿ò¸»" @@ -12705,12 +12738,12 @@ msgstr " msgid "JavaScript" msgstr "Æ÷½ºÆ®½ºÅ©¸³Æ® ÀúÀå" -#: plug-ins/imagemap/imap_edit_area_info.c:416 +#: plug-ins/imagemap/imap_edit_area_info.c:425 #, fuzzy msgid "Area Settings" msgstr "¼³Á¤" -#: plug-ins/imagemap/imap_edit_area_info.c:459 +#: plug-ins/imagemap/imap_edit_area_info.c:469 #, fuzzy, c-format msgid "Area #%d Settings" msgstr "Áøº¸µÈ ¼³Á¤" @@ -13198,12 +13231,12 @@ msgid "" msgstr "" #. open URL for help -#: plug-ins/maze/maze_face.c:588 +#: plug-ins/maze/maze_face.c:596 #, fuzzy, c-format msgid "Opening %s" msgstr "%s ÀúÀåÁß:" -#: plug-ins/maze/maze_face.c:599 +#: plug-ins/maze/maze_face.c:607 #, fuzzy, c-format msgid "See %s" msgstr "¾¾¾Ñ(seed)" @@ -13739,32 +13772,33 @@ msgstr " msgid "Misc" msgstr "±âŸ µ¿ÀÛ" -#: plug-ins/sel2path/sel2path.c:160 +#: plug-ins/sel2path/sel2path.c:162 msgid "/Select/To Path" msgstr "/¼±ÅÃ/°æ·Î·Î" -#: plug-ins/sel2path/sel2path.c:205 +#: plug-ins/sel2path/sel2path.c:209 msgid "No selection to convert" msgstr "º¯È¯ÇÒ ¼¿·º¼ÇÀÌ ¾ø½À´Ï´Ù." -#: plug-ins/sel2path/sel2path.c:362 -msgid "Default Values" -msgstr "Ãʱ⠰ª" +#: plug-ins/sel2path/sel2path.c:333 +#, fuzzy +msgid "Sel2Path Advanced Settings" +msgstr "Áøº¸µÈ ¼³Á¤" -#: plug-ins/sel2path/sel2path.c:551 +#: plug-ins/sel2path/sel2path.c:542 #, c-format msgid "print_spline: strange degree (%d)" msgstr "print_spline: °¢µµ°¡ ¹þ¾î³² (%d)" -#: plug-ins/sel2path/sel2path.c:559 +#: plug-ins/sel2path/sel2path.c:551 msgid "selection_to_path" msgstr "" -#: plug-ins/sel2path/sel2path.c:585 +#: plug-ins/sel2path/sel2path.c:579 msgid "gimp_image_get_selection failed" msgstr "gimp_image_get_selection ½ÇÆÐ" -#: plug-ins/sel2path/sel2path.c:593 +#: plug-ins/sel2path/sel2path.c:587 msgid "Internal error. Selection bpp > 1" msgstr "³»ºÎ ¾Ö·¯. ¼¿·º¼Ç bpp > 1" @@ -13978,21 +14012,21 @@ msgstr " msgid "Current" msgstr "ÇöÀç ½Ã°£" -#: plug-ins/winsnap/winsnap.c:945 +#: plug-ins/winsnap/winsnap.c:946 msgid "Grab a single window" msgstr "" -#: plug-ins/winsnap/winsnap.c:956 +#: plug-ins/winsnap/winsnap.c:957 #, fuzzy msgid "Include decorations" msgstr "¹Ýº¹" -#: plug-ins/winsnap/winsnap.c:992 +#: plug-ins/winsnap/winsnap.c:993 #, fuzzy msgid "Grab the whole screen" msgstr "Àüü À̹ÌÁö ȸÀüÇϱâ" -#: plug-ins/winsnap/winsnap.c:1221 +#: plug-ins/winsnap/winsnap.c:1222 msgid "No data captured" msgstr "" @@ -14077,6 +14111,22 @@ msgstr "" msgid "Error: XJT propertyfile %s is empty" msgstr "" +#~ msgid "XBM Warning" +#~ msgstr "XBM °æ°í" + +#~ msgid "Reset Points" +#~ msgstr "Æ÷ÀÎÆ® Àç¼³Á¤" + +#~ msgid "" +#~ "Reset Controlpoints \n" +#~ "to one Defaultpoint" +#~ msgstr "" +#~ "ÇϳªÀÇ ÃʱâÆ÷ÀÎÆ®¿¡ \n" +#~ "ÄÁÆ®·ÑÆ÷ÀÎÆ® Àç¼³Á¤" + +#~ msgid "Default Values" +#~ msgstr "Ãʱ⠰ª" + #~ msgid "%s: too many colors: %u\n" #~ msgstr "%s: ³Ê¹« ¸¹Àº »ö»ó: %u\n" diff --git a/po-plug-ins/nl.po b/po-plug-ins/nl.po index 9336179ab7..373a46dfe4 100644 --- a/po-plug-ins/nl.po +++ b/po-plug-ins/nl.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2000-05-26 23:52-0700\n" +"POT-Creation-Date: 2000-06-18 19:40-0700\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -44,7 +44,7 @@ msgstr "" #: plug-ins/Lighting/lighting_ui.c:1076 plug-ins/MapObject/mapobject_ui.c:1383 #: plug-ins/bmp/bmpwrite.c:564 plug-ins/common/CML_explorer.c:1174 #: plug-ins/common/CML_explorer.c:1932 plug-ins/common/CML_explorer.c:2252 -#: plug-ins/common/aa.c:346 plug-ins/common/align_layers.c:425 +#: plug-ins/common/aa.c:344 plug-ins/common/align_layers.c:425 #: plug-ins/common/apply_lens.c:392 plug-ins/common/blinds.c:323 #: plug-ins/common/blur.c:613 plug-ins/common/borderaverage.c:393 #: plug-ins/common/bumpmap.c:848 plug-ins/common/checkerboard.c:349 @@ -61,8 +61,8 @@ msgstr "" #: plug-ins/common/fractaltrace.c:725 plug-ins/common/gauss_iir.c:365 #: plug-ins/common/gauss_iir.c:448 plug-ins/common/gauss_rle.c:360 #: plug-ins/common/gauss_rle.c:443 plug-ins/common/gbr.c:456 -#: plug-ins/common/gicon.c:441 plug-ins/common/gif.c:1141 -#: plug-ins/common/gif.c:1212 plug-ins/common/glasstile.c:259 +#: plug-ins/common/gicon.c:441 plug-ins/common/gif.c:1144 +#: plug-ins/common/gif.c:1215 plug-ins/common/glasstile.c:259 #: plug-ins/common/gpb.c:269 plug-ins/common/gqbist.c:640 #: plug-ins/common/grid.c:658 plug-ins/common/gtm.c:375 #: plug-ins/common/hot.c:589 plug-ins/common/illusion.c:560 @@ -85,18 +85,18 @@ msgstr "" #: plug-ins/common/sparkle.c:349 plug-ins/common/spheredesigner.c:2232 #: plug-ins/common/spread.c:382 plug-ins/common/sunras.c:1577 #: plug-ins/common/tga.c:1448 plug-ins/common/threshold_alpha.c:268 -#: plug-ins/common/tiff.c:1487 plug-ins/common/tile.c:398 +#: plug-ins/common/tiff.c:1530 plug-ins/common/tile.c:398 #: plug-ins/common/tileit.c:386 plug-ins/common/uniteditor.c:172 #: plug-ins/common/unsharp.c:786 plug-ins/common/video.c:2155 #: plug-ins/common/vpropagate.c:934 plug-ins/common/warp.c:437 #: plug-ins/common/waves.c:349 plug-ins/common/whirlpinch.c:808 #: plug-ins/common/wind.c:1007 plug-ins/common/wmf.c:931 -#: plug-ins/common/xbm.c:1128 plug-ins/common/xpm.c:800 -#: plug-ins/fits/fits.c:987 plug-ins/flame/flame.c:624 -#: plug-ins/flame/flame.c:913 plug-ins/fp/fp_gtk.c:895 +#: plug-ins/common/xbm.c:1151 plug-ins/common/xpm.c:800 +#: plug-ins/fits/fits.c:987 plug-ins/flame/flame.c:631 +#: plug-ins/flame/flame.c:920 plug-ins/fp/fp_gtk.c:895 #: plug-ins/gap/gap_arr_dialog.c:768 plug-ins/gap/gap_arr_dialog.c:1010 #: plug-ins/gap/gap_decode_xanim.c:177 plug-ins/gap/gap_lib.c:221 -#: plug-ins/gap/gap_mod_layer.c:145 plug-ins/gap/gap_mov_dialog.c:469 +#: plug-ins/gap/gap_mod_layer.c:145 plug-ins/gap/gap_mov_dialog.c:487 #: plug-ins/gap/gap_mpege.c:191 plug-ins/gap/gap_resi_dialog.c:149 #: plug-ins/gdyntext/gdyntext_ui.c:201 plug-ins/gdyntext/gdyntext_ui.c:621 #: plug-ins/gfig/gfig.c:4088 plug-ins/gfig/gfig.c:4433 @@ -108,10 +108,10 @@ msgstr "" #: plug-ins/gimpressionist/orientmap.c:626 #: plug-ins/gimpressionist/presets.c:392 plug-ins/gimpressionist/sizemap.c:485 #: plug-ins/ifscompose/ifscompose.c:781 -#: plug-ins/imagemap/imap_default_dialog.c:102 plug-ins/maze/maze_face.c:191 +#: plug-ins/imagemap/imap_default_dialog.c:114 plug-ins/maze/maze_face.c:191 #: plug-ins/mosaic/mosaic.c:531 plug-ins/pagecurl/pagecurl.c:518 #: plug-ins/print/gimp_main_window.c:597 plug-ins/rcm/rcm_dialog.c:727 -#: plug-ins/sel2path/sel2path.c:345 plug-ins/sgi/sgi.c:640 +#: plug-ins/sel2path/sel2path.c:338 plug-ins/sgi/sgi.c:640 #: plug-ins/sinus/sinus.c:746 plug-ins/struc/struc.c:255 #: plug-ins/webbrowser/webbrowser.c:281 plug-ins/xjt/xjt.c:793 msgid "OK" @@ -125,7 +125,7 @@ msgstr "" #: plug-ins/FractalExplorer/FractalExplorer.c:1478 #: plug-ins/Lighting/lighting_ui.c:1078 plug-ins/MapObject/mapobject_ui.c:1385 #: plug-ins/bmp/bmpwrite.c:566 plug-ins/common/CML_explorer.c:1176 -#: plug-ins/common/CML_explorer.c:2254 plug-ins/common/aa.c:348 +#: plug-ins/common/CML_explorer.c:2254 plug-ins/common/aa.c:346 #: plug-ins/common/align_layers.c:427 plug-ins/common/apply_lens.c:394 #: plug-ins/common/blinds.c:325 plug-ins/common/blur.c:615 #: plug-ins/common/borderaverage.c:395 plug-ins/common/bumpmap.c:850 @@ -143,7 +143,7 @@ msgstr "" #: plug-ins/common/gauss_iir.c:367 plug-ins/common/gauss_iir.c:450 #: plug-ins/common/gauss_rle.c:362 plug-ins/common/gauss_rle.c:445 #: plug-ins/common/gbr.c:458 plug-ins/common/gicon.c:443 -#: plug-ins/common/gif.c:1143 plug-ins/common/gif.c:1214 +#: plug-ins/common/gif.c:1146 plug-ins/common/gif.c:1217 #: plug-ins/common/glasstile.c:261 plug-ins/common/gpb.c:271 #: plug-ins/common/gqbist.c:642 plug-ins/common/grid.c:660 #: plug-ins/common/gtm.c:377 plug-ins/common/hot.c:591 @@ -167,22 +167,21 @@ msgstr "" #: plug-ins/common/sparkle.c:351 plug-ins/common/spheredesigner.c:2236 #: plug-ins/common/spread.c:384 plug-ins/common/sunras.c:1579 #: plug-ins/common/tga.c:1450 plug-ins/common/threshold_alpha.c:270 -#: plug-ins/common/tiff.c:1489 plug-ins/common/tile.c:400 +#: plug-ins/common/tiff.c:1532 plug-ins/common/tile.c:400 #: plug-ins/common/tileit.c:388 plug-ins/common/uniteditor.c:174 #: plug-ins/common/unsharp.c:788 plug-ins/common/video.c:2157 #: plug-ins/common/vpropagate.c:936 plug-ins/common/warp.c:439 #: plug-ins/common/waves.c:351 plug-ins/common/whirlpinch.c:810 #: plug-ins/common/wind.c:1009 plug-ins/common/wmf.c:933 -#: plug-ins/common/xbm.c:895 plug-ins/common/xbm.c:1130 -#: plug-ins/common/xpm.c:802 plug-ins/fits/fits.c:989 -#: plug-ins/flame/flame.c:626 plug-ins/flame/flame.c:915 -#: plug-ins/fp/fp_gtk.c:899 plug-ins/gap/gap_arr_dialog.c:1012 -#: plug-ins/gap/gap_dbbrowser_utils.c:211 +#: plug-ins/common/xbm.c:1153 plug-ins/common/xpm.c:802 +#: plug-ins/fits/fits.c:989 plug-ins/flame/flame.c:633 +#: plug-ins/flame/flame.c:922 plug-ins/fp/fp_gtk.c:899 +#: plug-ins/gap/gap_arr_dialog.c:1012 plug-ins/gap/gap_dbbrowser_utils.c:211 #: plug-ins/gap/gap_decode_mpeg_main.c:336 plug-ins/gap/gap_decode_xanim.c:175 #: plug-ins/gap/gap_decode_xanim.c:340 plug-ins/gap/gap_filter_foreach.c:132 #: plug-ins/gap/gap_lib.c:1018 plug-ins/gap/gap_mod_layer.c:147 -#: plug-ins/gap/gap_mod_layer.c:261 plug-ins/gap/gap_mov_dialog.c:500 -#: plug-ins/gap/gap_mov_dialog.c:2740 plug-ins/gap/gap_mpege.c:189 +#: plug-ins/gap/gap_mod_layer.c:261 plug-ins/gap/gap_mov_dialog.c:518 +#: plug-ins/gap/gap_mov_dialog.c:3019 plug-ins/gap/gap_mpege.c:189 #: plug-ins/gap/gap_mpege.c:240 plug-ins/gap/gap_range_ops.c:1204 #: plug-ins/gap/gap_resi_dialog.c:158 plug-ins/gfig/gfig.c:3941 #: plug-ins/gfig/gfig.c:4088 plug-ins/gfig/gfig.c:4435 @@ -193,13 +192,13 @@ msgstr "" #: plug-ins/gimpressionist/orientmap.c:640 #: plug-ins/gimpressionist/presets.c:400 plug-ins/gimpressionist/sizemap.c:499 #: plug-ins/ifscompose/ifscompose.c:789 -#: plug-ins/imagemap/imap_default_dialog.c:117 plug-ins/maze/maze_face.c:195 +#: plug-ins/imagemap/imap_default_dialog.c:129 plug-ins/maze/maze_face.c:195 #: plug-ins/mosaic/mosaic.c:533 plug-ins/pagecurl/pagecurl.c:520 #: plug-ins/print/gimp_main_window.c:212 plug-ins/print/gimp_main_window.c:599 -#: plug-ins/rcm/rcm_dialog.c:729 plug-ins/sel2path/sel2path.c:354 +#: plug-ins/rcm/rcm_dialog.c:729 plug-ins/sel2path/sel2path.c:344 #: plug-ins/sgi/sgi.c:642 plug-ins/sinus/sinus.c:748 #: plug-ins/struc/struc.c:257 plug-ins/webbrowser/webbrowser.c:283 -#: plug-ins/winsnap/winsnap.c:912 plug-ins/xjt/xjt.c:795 +#: plug-ins/winsnap/winsnap.c:913 plug-ins/xjt/xjt.c:795 msgid "Cancel" msgstr "" @@ -272,8 +271,8 @@ msgstr "" #: plug-ins/FractalExplorer/Dialogs.c:803 plug-ins/common/CML_explorer.c:167 #: plug-ins/common/align_layers.c:452 plug-ins/common/align_layers.c:485 #: plug-ins/common/ps.c:2640 plug-ins/common/ps.c:2653 -#: plug-ins/common/psp.c:445 plug-ins/common/tiff.c:1508 -#: plug-ins/fits/fits.c:1032 plug-ins/gap/gap_mov_dialog.c:284 +#: plug-ins/common/psp.c:445 plug-ins/common/tiff.c:1551 +#: plug-ins/fits/fits.c:1032 plug-ins/gap/gap_mov_dialog.c:301 msgid "None" msgstr "" @@ -451,7 +450,7 @@ msgstr "" #: plug-ins/common/sharpen.c:550 plug-ins/common/spheredesigner.c:2254 #: plug-ins/common/tileit.c:407 plug-ins/common/waves.c:576 #: plug-ins/common/whirlpinch.c:826 plug-ins/common/wind.c:1026 -#: plug-ins/flame/flame.c:933 plug-ins/gfig/gfig.c:3964 +#: plug-ins/flame/flame.c:940 plug-ins/gfig/gfig.c:3964 #: plug-ins/gflare/gflare.c:2492 plug-ins/gflare/gflare.c:3500 #: plug-ins/gimpressionist/orientmap.c:502 #: plug-ins/gimpressionist/preview.c:106 plug-ins/gimpressionist/sizemap.c:402 @@ -598,7 +597,7 @@ msgstr "" #: plug-ins/common/sample_colorize.c:1371 #: plug-ins/common/spheredesigner.c:2234 plug-ins/common/tileit.c:467 #: plug-ins/fp/fp_gtk.c:897 plug-ins/gimpressionist/preview.c:124 -#: plug-ins/ifscompose/ifscompose.c:787 +#: plug-ins/ifscompose/ifscompose.c:787 plug-ins/sel2path/sel2path.c:341 msgid "Reset" msgstr "" @@ -1068,8 +1067,8 @@ msgstr "" #: plug-ins/MapObject/mapobject_ui.c:1040 #: plug-ins/MapObject/mapobject_ui.c:1084 plug-ins/common/flarefx.c:785 #: plug-ins/common/nova.c:609 plug-ins/common/papertile.c:285 -#: plug-ins/flame/flame.c:1182 plug-ins/flame/flame.c:1195 -#: plug-ins/gap/gap_mov_dialog.c:1855 plug-ins/gflare/gflare.c:2874 +#: plug-ins/flame/flame.c:1189 plug-ins/flame/flame.c:1202 +#: plug-ins/gap/gap_mov_dialog.c:2100 plug-ins/gflare/gflare.c:2874 #: plug-ins/ifscompose/ifscompose.c:513 msgid "X:" msgstr "" @@ -1086,7 +1085,7 @@ msgstr "" #: plug-ins/MapObject/mapobject_ui.c:1093 #: plug-ins/MapObject/mapobject_ui.c:1189 plug-ins/common/flarefx.c:803 #: plug-ins/common/nova.c:627 plug-ins/common/papertile.c:294 -#: plug-ins/common/xbm.c:1221 plug-ins/gap/gap_mov_dialog.c:1873 +#: plug-ins/common/xbm.c:1244 plug-ins/gap/gap_mov_dialog.c:2118 #: plug-ins/gflare/gflare.c:2878 plug-ins/ifscompose/ifscompose.c:527 msgid "Y:" msgstr "" @@ -1179,7 +1178,7 @@ msgid "Bumpmap Image:" msgstr "" #: plug-ins/Lighting/lighting_ui.c:919 plug-ins/common/mblur.c:784 -#: plug-ins/flame/flame.c:714 plug-ins/sinus/sinus.c:1032 +#: plug-ins/flame/flame.c:721 plug-ins/sinus/sinus.c:1032 msgid "Linear" msgstr "" @@ -1187,11 +1186,11 @@ msgstr "" msgid "Logarithmic" msgstr "" -#: plug-ins/Lighting/lighting_ui.c:921 plug-ins/flame/flame.c:715 +#: plug-ins/Lighting/lighting_ui.c:921 plug-ins/flame/flame.c:722 msgid "Sinusoidal" msgstr "" -#: plug-ins/Lighting/lighting_ui.c:922 plug-ins/flame/flame.c:716 +#: plug-ins/Lighting/lighting_ui.c:922 plug-ins/flame/flame.c:723 msgid "Spherical" msgstr "" @@ -1222,7 +1221,7 @@ msgstr "" #. Options section #: plug-ins/Lighting/lighting_ui.c:1014 plug-ins/MapObject/mapobject_ui.c:1314 #: plug-ins/common/lic.c:1037 plug-ins/common/ripple.c:604 -#: plug-ins/gap/gap_mov_dialog.c:841 plug-ins/gfig/gfig.c:4018 +#: plug-ins/gap/gap_mov_dialog.c:859 plug-ins/gfig/gfig.c:4018 msgid "Options" msgstr "" @@ -1435,8 +1434,8 @@ msgstr "" #: plug-ins/common/pix.c:326 plug-ins/common/png.c:415 #: plug-ins/common/png.c:417 plug-ins/common/pnm.c:414 #: plug-ins/common/psd.c:1713 plug-ins/common/sunras.c:441 -#: plug-ins/common/tga.c:429 plug-ins/common/tiff.c:443 -#: plug-ins/common/xbm.c:674 plug-ins/common/xpm.c:334 +#: plug-ins/common/tga.c:429 plug-ins/common/tiff.c:450 +#: plug-ins/common/xbm.c:735 plug-ins/common/xpm.c:334 #: plug-ins/common/xwd.c:430 plug-ins/faxg3/faxg3.c:196 #: plug-ins/gfli/gfli.c:471 plug-ins/sgi/sgi.c:330 plug-ins/sgi/sgi.c:332 #: plug-ins/xjt/xjt.c:3246 @@ -1480,12 +1479,12 @@ msgstr "" #: plug-ins/common/png.c:576 plug-ins/common/pnm.c:502 #: plug-ins/common/psd.c:2094 plug-ins/common/smooth_palette.c:240 #: plug-ins/common/sunras.c:919 plug-ins/common/tga.c:1014 -#: plug-ins/common/tiff.c:654 plug-ins/common/tile.c:269 +#: plug-ins/common/tiff.c:676 plug-ins/common/tile.c:269 #: plug-ins/common/winclipboard.c:515 plug-ins/common/wmf.c:2350 -#: plug-ins/common/xbm.c:812 plug-ins/faxg3/faxg3.c:448 +#: plug-ins/common/xbm.c:873 plug-ins/faxg3/faxg3.c:448 #: plug-ins/fits/fits.c:521 plug-ins/gfig/gfig.c:2867 #: plug-ins/gfig/gfig.c:3195 plug-ins/sgi/sgi.c:378 plug-ins/twain/twain.c:722 -#: plug-ins/winsnap/winsnap.c:1234 +#: plug-ins/winsnap/winsnap.c:1235 msgid "Background" msgstr "" @@ -1500,7 +1499,7 @@ msgstr "" #. init the progress meter #: plug-ins/bmp/bmpwrite.c:179 plug-ins/common/CEL.c:510 -#: plug-ins/common/gbr.c:387 plug-ins/common/gif.c:937 +#: plug-ins/common/gbr.c:387 plug-ins/common/gif.c:940 #: plug-ins/common/gpb.c:768 plug-ins/common/gpb.c:808 #: plug-ins/common/gtm.c:247 plug-ins/common/hrz.c:476 #: plug-ins/common/jpeg.c:1196 plug-ins/common/pat.c:343 @@ -1508,7 +1507,7 @@ msgstr "" #: plug-ins/common/png.c:756 plug-ins/common/png.c:758 #: plug-ins/common/pnm.c:786 plug-ins/common/ps.c:999 #: plug-ins/common/sunras.c:524 plug-ins/common/tga.c:1196 -#: plug-ins/common/tiff.c:1260 plug-ins/common/xbm.c:960 +#: plug-ins/common/tiff.c:1282 plug-ins/common/xbm.c:983 #: plug-ins/common/xpm.c:653 plug-ins/common/xwd.c:534 #: plug-ins/fits/fits.c:472 plug-ins/gfli/gfli.c:691 plug-ins/sgi/sgi.c:548 #: plug-ins/sgi/sgi.c:550 plug-ins/xjt/xjt.c:1628 @@ -1753,7 +1752,7 @@ msgstr "" #: plug-ins/common/CML_explorer.c:299 plug-ins/common/CML_explorer.c:1280 #: plug-ins/common/decompose.c:122 plug-ins/common/lic.c:1058 #: plug-ins/fp/fp_gtk.c:281 plug-ins/fp/fp_gtk.c:413 -#: plug-ins/gap/gap_mov_dialog.c:257 plug-ins/gimpressionist/orientation.c:188 +#: plug-ins/gap/gap_mov_dialog.c:274 plug-ins/gimpressionist/orientation.c:188 #: plug-ins/gimpressionist/size.c:186 msgid "Hue" msgstr "" @@ -1761,13 +1760,13 @@ msgstr "" #: plug-ins/common/CML_explorer.c:300 plug-ins/common/CML_explorer.c:1285 #: plug-ins/common/decompose.c:123 plug-ins/common/lic.c:1059 #: plug-ins/fp/fp_gtk.c:285 plug-ins/fp/fp_gtk.c:417 plug-ins/fp/fp_gtk.c:481 -#: plug-ins/gap/gap_mov_dialog.c:258 plug-ins/rcm/rcm_dialog.c:509 +#: plug-ins/gap/gap_mov_dialog.c:275 plug-ins/rcm/rcm_dialog.c:509 msgid "Saturation" msgstr "" #: plug-ins/common/CML_explorer.c:301 plug-ins/common/CML_explorer.c:1290 #: plug-ins/common/decompose.c:124 plug-ins/fp/fp_gtk.c:289 -#: plug-ins/fp/fp_gtk.c:421 plug-ins/gap/gap_mov_dialog.c:260 +#: plug-ins/fp/fp_gtk.c:421 plug-ins/gap/gap_mov_dialog.c:277 #: plug-ins/gimpressionist/orientation.c:131 #: plug-ins/gimpressionist/size.c:130 msgid "Value" @@ -2025,12 +2024,12 @@ msgid "Error: failed to load parameters" msgstr "" #. Create the actual window. -#: plug-ins/common/aa.c:341 +#: plug-ins/common/aa.c:339 msgid "Save as Text" msgstr "" #. file save type -#: plug-ins/common/aa.c:358 plug-ins/common/pnm.c:945 +#: plug-ins/common/aa.c:356 plug-ins/common/pnm.c:945 #: plug-ins/common/sunras.c:1589 msgid "Data Formatting" msgstr "" @@ -2106,7 +2105,7 @@ msgid "Left Edge" msgstr "" #: plug-ins/common/align_layers.c:473 plug-ins/common/align_layers.c:506 -#: plug-ins/gap/gap_mov_dialog.c:271 plug-ins/gflare/gflare.c:2862 +#: plug-ins/gap/gap_mov_dialog.c:288 plug-ins/gflare/gflare.c:2862 msgid "Center" msgstr "" @@ -2150,16 +2149,16 @@ msgstr "" msgid "Grid Size:" msgstr "" -#: plug-ins/common/animationplay.c:266 +#: plug-ins/common/animationplay.c:270 msgid "/Filters/Animation/Animation Playback..." msgstr "" -#: plug-ins/common/animationplay.c:662 +#: plug-ins/common/animationplay.c:666 msgid "Animation Playback: " msgstr "" #. if no buttons are specified use one CLOSE button per default -#: plug-ins/common/animationplay.c:669 plug-ins/common/plugindetails.c:996 +#: plug-ins/common/animationplay.c:673 plug-ins/common/plugindetails.c:996 #: plug-ins/common/sample_colorize.c:1373 plug-ins/common/uniteditor.c:525 #: plug-ins/dbbrowser/dbbrowser_utils.c:158 #: plug-ins/dbbrowser/dbbrowser_utils.c:175 plug-ins/gap/gap_arr_dialog.c:783 @@ -2173,43 +2172,43 @@ msgid "Close" msgstr "" #. The 'playback' half of the dialog -#: plug-ins/common/animationplay.c:683 plug-ins/common/animationplay.c:686 +#: plug-ins/common/animationplay.c:687 plug-ins/common/animationplay.c:690 msgid "Playback: " msgstr "" -#: plug-ins/common/animationplay.c:716 +#: plug-ins/common/animationplay.c:720 msgid "Play/Stop" msgstr "" -#: plug-ins/common/animationplay.c:722 +#: plug-ins/common/animationplay.c:726 msgid "Rewind" msgstr "" -#: plug-ins/common/animationplay.c:728 +#: plug-ins/common/animationplay.c:732 msgid "Step" msgstr "" -#: plug-ins/common/animationplay.c:786 +#: plug-ins/common/animationplay.c:790 msgid "Frame %v of %u" msgstr "" -#: plug-ins/common/animoptimize.c:154 +#: plug-ins/common/animoptimize.c:158 msgid "/Filters/Animation/Animation Optimize" msgstr "" -#: plug-ins/common/animoptimize.c:170 +#: plug-ins/common/animoptimize.c:174 msgid "/Filters/Animation/Animation UnOptimize" msgstr "" -#: plug-ins/common/animoptimize.c:270 +#: plug-ins/common/animoptimize.c:274 msgid "Optimizing Animation..." msgstr "" -#: plug-ins/common/animoptimize.c:272 +#: plug-ins/common/animoptimize.c:276 msgid "UnOptimizing Animation..." msgstr "" -#: plug-ins/common/animoptimize.c:301 +#: plug-ins/common/animoptimize.c:305 msgid "Not enough memory to allocate buffers for optimization.\n" msgstr "" @@ -2480,7 +2479,7 @@ msgstr "" #: plug-ins/common/colorify.c:338 plug-ins/common/colortoalpha.c:414 #: plug-ins/common/ps.c:2625 plug-ins/common/xpm.c:439 -#: plug-ins/gap/gap_mov_dialog.c:259 plug-ins/gimpressionist/color.c:51 +#: plug-ins/gap/gap_mov_dialog.c:276 plug-ins/gimpressionist/color.c:51 #: plug-ins/gimpressionist/color.c:56 plug-ins/imagemap/imap_menu.c:325 #: plug-ins/print/gimp_main_window.c:425 msgid "Color" @@ -2721,7 +2720,7 @@ msgid "Prefixed Name:" msgstr "" #: plug-ins/common/csource.c:689 plug-ins/common/mail.c:556 -#: plug-ins/common/tiff.c:1523 plug-ins/common/xbm.c:1180 +#: plug-ins/common/tiff.c:1566 plug-ins/common/xbm.c:1203 msgid "Comment:" msgstr "" @@ -2758,7 +2757,7 @@ msgstr "" #. Opacity #. table col, row #: plug-ins/common/csource.c:757 plug-ins/common/sparkle.c:443 -#: plug-ins/common/tileit.c:587 plug-ins/gap/gap_mov_dialog.c:1925 +#: plug-ins/common/tileit.c:587 plug-ins/gap/gap_mov_dialog.c:2170 #: plug-ins/gflare/gflare.c:3602 plug-ins/gflare/gflare.c:3632 #: plug-ins/gflare/gflare.c:3662 msgid "Opacity:" @@ -3130,7 +3129,7 @@ msgstr "" #: plug-ins/common/destripe.c:670 plug-ins/common/gtm.c:551 #: plug-ins/common/ps.c:2582 plug-ins/common/ps.c:2757 #: plug-ins/common/smooth_palette.c:429 plug-ins/common/tile.c:421 -#: plug-ins/gap/gap_mov_dialog.c:1891 plug-ins/imagemap/imap_rectangle.c:387 +#: plug-ins/gap/gap_mov_dialog.c:2136 plug-ins/imagemap/imap_rectangle.c:387 msgid "Width:" msgstr "" @@ -3158,7 +3157,7 @@ msgstr "" msgid "Sharp edges" msgstr "" -#: plug-ins/common/diffraction.c:717 plug-ins/flame/flame.c:1004 +#: plug-ins/common/diffraction.c:717 plug-ins/flame/flame.c:1011 #: plug-ins/print/gimp_color_window.c:100 msgid "Brightness:" msgstr "" @@ -3217,7 +3216,7 @@ msgstr "" #: plug-ins/common/displace.c:426 plug-ins/common/edge.c:708 #: plug-ins/common/fractaltrace.c:774 plug-ins/common/newsprint.c:449 #: plug-ins/common/ripple.c:653 plug-ins/common/warp.c:534 -#: plug-ins/fits/fits.c:1008 plug-ins/flame/flame.c:1100 +#: plug-ins/fits/fits.c:1008 plug-ins/flame/flame.c:1107 #: plug-ins/gfig/gfig.c:3328 msgid "Black" msgstr "" @@ -3282,7 +3281,7 @@ msgstr "" #: plug-ins/common/engrave.c:256 plug-ins/common/film.c:1243 #: plug-ins/common/gtm.c:565 plug-ins/common/ps.c:2591 #: plug-ins/common/ps.c:2766 plug-ins/common/smooth_palette.c:438 -#: plug-ins/common/tile.c:425 plug-ins/gap/gap_mov_dialog.c:1908 +#: plug-ins/common/tile.c:425 plug-ins/gap/gap_mov_dialog.c:2153 #: plug-ins/imagemap/imap_rectangle.c:393 msgid "Height:" msgstr "" @@ -3595,28 +3594,28 @@ msgstr "" msgid "Icon Name:" msgstr "" -#: plug-ins/common/gif.c:672 +#: plug-ins/common/gif.c:674 msgid "" "GIF: Couldn't simply reduce colors further.\n" "Saving as opaque.\n" msgstr "" -#: plug-ins/common/gif.c:929 +#: plug-ins/common/gif.c:932 msgid "" "GIF: Sorry, can't save RGB images as GIFs - convert to INDEXED\n" "or GRAY first.\n" msgstr "" -#: plug-ins/common/gif.c:947 +#: plug-ins/common/gif.c:950 #, c-format msgid "GIF: can't open %s\n" msgstr "" -#: plug-ins/common/gif.c:1136 +#: plug-ins/common/gif.c:1139 msgid "GIF Warning" msgstr "" -#: plug-ins/common/gif.c:1162 +#: plug-ins/common/gif.c:1165 msgid "" "The image which you are trying to save as a GIF\n" "contains layers which extend beyond the actual\n" @@ -3627,61 +3626,61 @@ msgid "" "the image borders, or cancel this save." msgstr "" -#: plug-ins/common/gif.c:1207 +#: plug-ins/common/gif.c:1210 msgid "Save as GIF" msgstr "" #. regular gif parameter settings -#: plug-ins/common/gif.c:1229 +#: plug-ins/common/gif.c:1232 msgid "GIF Options" msgstr "" -#: plug-ins/common/gif.c:1237 +#: plug-ins/common/gif.c:1240 msgid "Interlace" msgstr "" -#: plug-ins/common/gif.c:1248 +#: plug-ins/common/gif.c:1251 msgid "GIF Comment:" msgstr "" #. additional animated gif parameter settings -#: plug-ins/common/gif.c:1307 +#: plug-ins/common/gif.c:1311 msgid "Animated GIF Options" msgstr "" -#: plug-ins/common/gif.c:1315 +#: plug-ins/common/gif.c:1319 msgid "Loop forever" msgstr "" -#: plug-ins/common/gif.c:1327 +#: plug-ins/common/gif.c:1331 msgid "Delay between Frames where Unspecified:" msgstr "" -#: plug-ins/common/gif.c:1339 +#: plug-ins/common/gif.c:1343 msgid "Milliseconds" msgstr "" -#: plug-ins/common/gif.c:1349 +#: plug-ins/common/gif.c:1353 msgid "Frame Disposal where Unspecified: " msgstr "" -#: plug-ins/common/gif.c:1358 +#: plug-ins/common/gif.c:1362 msgid "I don't Care" msgstr "" -#: plug-ins/common/gif.c:1360 +#: plug-ins/common/gif.c:1364 msgid "Cumulative Layers (Combine)" msgstr "" -#: plug-ins/common/gif.c:1362 +#: plug-ins/common/gif.c:1366 msgid "One Frame per Layer (Replace)" msgstr "" -#: plug-ins/common/gif.c:2346 +#: plug-ins/common/gif.c:2350 msgid "GIF: error writing output file\n" msgstr "" -#: plug-ins/common/gif.c:2437 +#: plug-ins/common/gif.c:2441 msgid "GIF save: Your comment string is too long.\n" msgstr "" @@ -3824,7 +3823,7 @@ msgstr "" msgid "Grid" msgstr "" -#: plug-ins/common/grid.c:708 plug-ins/gap/gap_mov_dialog.c:478 +#: plug-ins/common/grid.c:708 plug-ins/gap/gap_mov_dialog.c:496 msgid "Update Preview" msgstr "" @@ -4581,7 +4580,7 @@ msgid "Output LPI:" msgstr "" #. screen settings -#: plug-ins/common/newsprint.c:1287 plug-ins/gap/gap_mov_dialog.c:250 +#: plug-ins/common/newsprint.c:1287 plug-ins/gap/gap_mov_dialog.c:267 #: plug-ins/gflare/gflare.c:597 msgid "Screen" msgstr "" @@ -5112,7 +5111,7 @@ msgid "Load PostScript" msgstr "" #. Rendering -#: plug-ins/common/ps.c:2555 plug-ins/flame/flame.c:987 +#: plug-ins/common/ps.c:2555 plug-ins/flame/flame.c:994 msgid "Rendering" msgstr "" @@ -5296,43 +5295,43 @@ msgstr "" msgid "Amplitude:" msgstr "" -#: plug-ins/common/rotate.c:168 +#: plug-ins/common/rotate.c:160 msgid "/Layers/Rotate/90 degrees" msgstr "" -#: plug-ins/common/rotate.c:179 +#: plug-ins/common/rotate.c:171 msgid "/Layers/Rotate/180 degrees" msgstr "" -#: plug-ins/common/rotate.c:190 +#: plug-ins/common/rotate.c:182 msgid "/Layers/Rotate/270 degrees" msgstr "" -#: plug-ins/common/rotate.c:202 +#: plug-ins/common/rotate.c:194 msgid "/Image/Transforms/Rotate/90 degrees" msgstr "" -#: plug-ins/common/rotate.c:213 +#: plug-ins/common/rotate.c:205 msgid "/Image/Transforms/Rotate/180 degrees" msgstr "" -#: plug-ins/common/rotate.c:224 +#: plug-ins/common/rotate.c:216 msgid "/Image/Transforms/Rotate/270 degrees" msgstr "" -#: plug-ins/common/rotate.c:531 +#: plug-ins/common/rotate.c:525 msgid "You can not rotate the whole image if there's a selection." msgstr "" -#: plug-ins/common/rotate.c:537 +#: plug-ins/common/rotate.c:531 msgid "You can not rotate the whole image if there's a floating selection." msgstr "" -#: plug-ins/common/rotate.c:547 +#: plug-ins/common/rotate.c:541 msgid "Sorry, channels and masks can not be rotated." msgstr "" -#: plug-ins/common/rotate.c:553 +#: plug-ins/common/rotate.c:547 msgid "Rotating..." msgstr "" @@ -5349,7 +5348,7 @@ msgstr "" #: plug-ins/dbbrowser/dbbrowser_utils.c:156 #: plug-ins/gdyntext/gdyntext_ui.c:643 plug-ins/gimpressionist/orientmap.c:633 #: plug-ins/gimpressionist/presets.c:640 plug-ins/gimpressionist/sizemap.c:492 -#: plug-ins/imagemap/imap_default_dialog.c:110 +#: plug-ins/imagemap/imap_default_dialog.c:122 msgid "Apply" msgstr "" @@ -5445,7 +5444,7 @@ msgstr "" msgid "Holdness:" msgstr "" -#: plug-ins/common/screenshot.c:150 plug-ins/winsnap/winsnap.c:1075 +#: plug-ins/common/screenshot.c:150 plug-ins/winsnap/winsnap.c:1076 msgid "/File/Acquire/Screen Shot..." msgstr "" @@ -5455,7 +5454,7 @@ msgid "Screen Shot" msgstr "" #. Action area -#: plug-ins/common/screenshot.c:393 plug-ins/winsnap/winsnap.c:902 +#: plug-ins/common/screenshot.c:393 plug-ins/winsnap/winsnap.c:903 msgid "Grab" msgstr "" @@ -5471,11 +5470,11 @@ msgstr "" msgid "Grab the Whole Screen" msgstr "" -#: plug-ins/common/screenshot.c:469 plug-ins/winsnap/winsnap.c:1010 +#: plug-ins/common/screenshot.c:469 plug-ins/winsnap/winsnap.c:1011 msgid "after" msgstr "" -#: plug-ins/common/screenshot.c:478 plug-ins/winsnap/winsnap.c:1019 +#: plug-ins/common/screenshot.c:478 plug-ins/winsnap/winsnap.c:1020 msgid "Seconds Delay" msgstr "" @@ -5800,7 +5799,7 @@ msgid "Sphere Designer" msgstr "" #: plug-ins/common/spheredesigner.c:2268 plug-ins/gimpressionist/preview.c:117 -#: plug-ins/gimpressionist/repaint.c:873 plug-ins/gimpressionist/repaint.c:875 +#: plug-ins/gimpressionist/repaint.c:874 plug-ins/gimpressionist/repaint.c:876 #: plug-ins/imagemap/imap_polygon.c:446 msgid "Update" msgstr "" @@ -5999,31 +5998,31 @@ msgstr "" msgid "Threshold Alpha" msgstr "" -#: plug-ins/common/tiff.c:663 +#: plug-ins/common/tiff.c:685 msgid "TIFF Channel" msgstr "" -#: plug-ins/common/tiff.c:1482 +#: plug-ins/common/tiff.c:1525 msgid "Save as TIFF" msgstr "" -#: plug-ins/common/tiff.c:1504 +#: plug-ins/common/tiff.c:1547 msgid "Compression" msgstr "" -#: plug-ins/common/tiff.c:1509 +#: plug-ins/common/tiff.c:1552 msgid "LZW" msgstr "" -#: plug-ins/common/tiff.c:1510 +#: plug-ins/common/tiff.c:1553 msgid "Pack Bits" msgstr "" -#: plug-ins/common/tiff.c:1511 +#: plug-ins/common/tiff.c:1554 msgid "Deflate" msgstr "" -#: plug-ins/common/tiff.c:1512 +#: plug-ins/common/tiff.c:1555 msgid "JPEG" msgstr "" @@ -6728,37 +6727,34 @@ msgstr "" msgid "Transferring image" msgstr "" -#: plug-ins/common/xbm.c:237 +#: plug-ins/common/xbm.c:246 msgid "Created with The GIMP" msgstr "" -#: plug-ins/common/xbm.c:670 +#: plug-ins/common/xbm.c:731 #, c-format msgid "XBM: cannot open \"%s\"\n" msgstr "" -#: plug-ins/common/xbm.c:753 +#: plug-ins/common/xbm.c:814 #, c-format msgid "XBM: cannot read header (ftell == %ld)\n" msgstr "" -#: plug-ins/common/xbm.c:759 +#: plug-ins/common/xbm.c:820 msgid "XBM: no image width specified\n" msgstr "" -#: plug-ins/common/xbm.c:765 +#: plug-ins/common/xbm.c:826 msgid "XBM: no image height specified\n" msgstr "" -#: plug-ins/common/xbm.c:771 +#: plug-ins/common/xbm.c:832 msgid "XBM: no image data type specified\n" msgstr "" -#: plug-ins/common/xbm.c:890 -msgid "XBM Warning" -msgstr "" - -#: plug-ins/common/xbm.c:911 +#. The image is not black-and-white. +#: plug-ins/common/xbm.c:965 msgid "" "The image which you are trying to save as\n" "an XBM contains more than two colors.\n" @@ -6767,38 +6763,57 @@ msgid "" "(1-bit) indexed image and try again." msgstr "" -#: plug-ins/common/xbm.c:982 +#: plug-ins/common/xbm.c:976 +msgid "" +"You cannot save a cursor mask for an image\n" +"which has no alpha channel." +msgstr "" + +#: plug-ins/common/xbm.c:1005 #, c-format msgid "XBM: cannot create \"%s\"\n" msgstr "" -#: plug-ins/common/xbm.c:1123 +#: plug-ins/common/xbm.c:1146 msgid "Save as XBM" msgstr "" #. parameter settings -#: plug-ins/common/xbm.c:1140 +#: plug-ins/common/xbm.c:1163 msgid "XBM Options" msgstr "" #. X10 format -#: plug-ins/common/xbm.c:1151 +#: plug-ins/common/xbm.c:1174 msgid "X10 Format Bitmap" msgstr "" -#: plug-ins/common/xbm.c:1169 +#: plug-ins/common/xbm.c:1192 msgid "Identifier Prefix:" msgstr "" #. hotspot toggle -#: plug-ins/common/xbm.c:1187 +#: plug-ins/common/xbm.c:1210 msgid "Write Hot Spot Values" msgstr "" -#: plug-ins/common/xbm.c:1211 +#: plug-ins/common/xbm.c:1234 msgid "Hot Spot X:" msgstr "" +#. mask file +#: plug-ins/common/xbm.c:1248 +msgid "Mask File" +msgstr "" + +#: plug-ins/common/xbm.c:1259 +msgid "Write Extra Mask File" +msgstr "" + +#: plug-ins/common/xbm.c:1270 +msgid "Mask File Extension:" +msgstr "" + #: plug-ins/common/xpm.c:795 msgid "Save as XPM" msgstr "" @@ -6960,118 +6975,118 @@ msgstr "" msgid "Image Composing" msgstr "" -#: plug-ins/flame/flame.c:137 +#: plug-ins/flame/flame.c:144 msgid "/Filters/Render/Nature/Flame..." msgstr "" -#: plug-ins/flame/flame.c:218 +#: plug-ins/flame/flame.c:225 msgid "Drawing Flame..." msgstr "" -#: plug-ins/flame/flame.c:299 +#: plug-ins/flame/flame.c:306 msgid "Flame works only on RGB drawables." msgstr "" -#: plug-ins/flame/flame.c:415 +#: plug-ins/flame/flame.c:422 #, c-format msgid "%s: Is not a regular file" msgstr "" -#: plug-ins/flame/flame.c:619 plug-ins/flame/flame.c:965 +#: plug-ins/flame/flame.c:626 plug-ins/flame/flame.c:972 msgid "Edit Flame" msgstr "" -#: plug-ins/flame/flame.c:638 +#: plug-ins/flame/flame.c:645 msgid "Directions" msgstr "" -#: plug-ins/flame/flame.c:668 +#: plug-ins/flame/flame.c:675 msgid "Controls" msgstr "" -#: plug-ins/flame/flame.c:683 +#: plug-ins/flame/flame.c:690 msgid "Speed:" msgstr "" -#: plug-ins/flame/flame.c:699 +#: plug-ins/flame/flame.c:706 msgid "Randomize" msgstr "" -#: plug-ins/flame/flame.c:712 +#: plug-ins/flame/flame.c:719 msgid "Same" msgstr "" -#: plug-ins/flame/flame.c:713 plug-ins/gimpressionist/orientation.c:151 +#: plug-ins/flame/flame.c:720 plug-ins/gimpressionist/orientation.c:151 #: plug-ins/gimpressionist/size.c:150 msgid "Random" msgstr "" -#: plug-ins/flame/flame.c:717 +#: plug-ins/flame/flame.c:724 msgid "Swirl" msgstr "" -#: plug-ins/flame/flame.c:718 +#: plug-ins/flame/flame.c:725 msgid "Horseshoe" msgstr "" -#: plug-ins/flame/flame.c:719 plug-ins/gfig/gfig.c:3315 +#: plug-ins/flame/flame.c:726 plug-ins/gfig/gfig.c:3315 msgid "Polar" msgstr "" -#: plug-ins/flame/flame.c:720 +#: plug-ins/flame/flame.c:727 msgid "Bent" msgstr "" -#: plug-ins/flame/flame.c:726 +#: plug-ins/flame/flame.c:733 msgid "Variation:" msgstr "" -#: plug-ins/flame/flame.c:759 plug-ins/flame/flame.c:972 +#: plug-ins/flame/flame.c:766 plug-ins/flame/flame.c:979 msgid "Load Flame" msgstr "" -#: plug-ins/flame/flame.c:781 plug-ins/flame/flame.c:979 +#: plug-ins/flame/flame.c:788 plug-ins/flame/flame.c:986 msgid "Save Flame" msgstr "" -#: plug-ins/flame/flame.c:908 plug-ins/flame/flame.c:947 +#: plug-ins/flame/flame.c:915 plug-ins/flame/flame.c:954 msgid "Flame" msgstr "" -#: plug-ins/flame/flame.c:1017 plug-ins/print/gimp_color_window.c:114 +#: plug-ins/flame/flame.c:1024 plug-ins/print/gimp_color_window.c:114 msgid "Contrast:" msgstr "" -#: plug-ins/flame/flame.c:1030 plug-ins/gimpressionist/brush.c:401 +#: plug-ins/flame/flame.c:1037 plug-ins/gimpressionist/brush.c:401 #: plug-ins/print/gimp_color_window.c:198 msgid "Gamma:" msgstr "" -#: plug-ins/flame/flame.c:1043 +#: plug-ins/flame/flame.c:1050 msgid "Sample Density:" msgstr "" -#: plug-ins/flame/flame.c:1053 +#: plug-ins/flame/flame.c:1060 msgid "Spatial Oversample:" msgstr "" -#: plug-ins/flame/flame.c:1063 +#: plug-ins/flame/flame.c:1070 msgid "Spatial Filter Radius:" msgstr "" -#: plug-ins/flame/flame.c:1089 +#: plug-ins/flame/flame.c:1096 msgid "Colormap:" msgstr "" -#: plug-ins/flame/flame.c:1137 +#: plug-ins/flame/flame.c:1144 msgid "Custom Gradient" msgstr "" -#: plug-ins/flame/flame.c:1157 +#: plug-ins/flame/flame.c:1164 msgid "Camera" msgstr "" -#: plug-ins/flame/flame.c:1169 +#: plug-ins/flame/flame.c:1176 msgid "Zoom:" msgstr "" @@ -7974,7 +7989,7 @@ msgstr "" #. digits #. constrain #. lower, upper (unconstrained) -#: plug-ins/gap/gap_mod_layer.c:156 plug-ins/gap/gap_mov_dialog.c:550 +#: plug-ins/gap/gap_mod_layer.c:156 plug-ins/gap/gap_mov_dialog.c:568 #: plug-ins/gap/gap_mpege.c:259 plug-ins/gap/gap_range_ops.c:442 #: plug-ins/gap/gap_range_ops.c:601 msgid "first handled frame" @@ -7992,7 +8007,7 @@ msgstr "" #. digits #. constrain #. lower, upper (unconstrained) -#: plug-ins/gap/gap_mod_layer.c:164 plug-ins/gap/gap_mov_dialog.c:565 +#: plug-ins/gap/gap_mod_layer.c:164 plug-ins/gap/gap_mov_dialog.c:583 #: plug-ins/gap/gap_mpege.c:267 plug-ins/gap/gap_range_ops.c:450 #: plug-ins/gap/gap_range_ops.c:609 msgid "last handled frame" @@ -8080,120 +8095,120 @@ msgstr "" msgid "No selected Layer in start frame" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:247 plug-ins/gfig/gfig.c:3327 +#: plug-ins/gap/gap_mov_dialog.c:264 plug-ins/gfig/gfig.c:3327 #: plug-ins/gflare/gflare.c:594 plug-ins/gimpressionist/orientmap.c:590 msgid "Normal" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:248 +#: plug-ins/gap/gap_mov_dialog.c:265 msgid "Dissolve" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:249 +#: plug-ins/gap/gap_mov_dialog.c:266 msgid "Multiply" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:251 plug-ins/gflare/gflare.c:596 +#: plug-ins/gap/gap_mov_dialog.c:268 plug-ins/gflare/gflare.c:596 #: plug-ins/gimpressionist/paper.c:152 msgid "Overlay" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:252 +#: plug-ins/gap/gap_mov_dialog.c:269 msgid "Difference" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:253 plug-ins/gflare/gflare.c:595 +#: plug-ins/gap/gap_mov_dialog.c:270 plug-ins/gflare/gflare.c:595 msgid "Addition" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:254 plug-ins/gfig/gfig.c:3148 +#: plug-ins/gap/gap_mov_dialog.c:271 plug-ins/gfig/gfig.c:3148 msgid "Subtract" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:255 +#: plug-ins/gap/gap_mov_dialog.c:272 msgid "Darken Only" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:256 +#: plug-ins/gap/gap_mov_dialog.c:273 msgid "Lighten Only" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:267 +#: plug-ins/gap/gap_mov_dialog.c:284 msgid "Left Top" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:268 +#: plug-ins/gap/gap_mov_dialog.c:285 msgid "Left Bottom" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:269 +#: plug-ins/gap/gap_mov_dialog.c:286 msgid "Right Top" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:270 +#: plug-ins/gap/gap_mov_dialog.c:287 msgid "Right Bottom" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:279 +#: plug-ins/gap/gap_mov_dialog.c:296 msgid "Loop" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:280 +#: plug-ins/gap/gap_mov_dialog.c:297 msgid "Loop Reverse" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:281 +#: plug-ins/gap/gap_mov_dialog.c:298 msgid "Once" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:282 +#: plug-ins/gap/gap_mov_dialog.c:299 msgid "OnceReverse" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:283 +#: plug-ins/gap/gap_mov_dialog.c:300 msgid "PingPong" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:451 +#: plug-ins/gap/gap_mov_dialog.c:469 msgid "Move Path" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:485 +#: plug-ins/gap/gap_mov_dialog.c:503 msgid "" "Show PreviewFrame with Selected \n" "SrcLayer at current Controlpoint" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:489 +#: plug-ins/gap/gap_mov_dialog.c:507 msgid "Anim Preview" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:496 +#: plug-ins/gap/gap_mov_dialog.c:514 msgid "" "Generate Animated Preview\n" "as multilayer image" msgstr "" #. parameter settings -#: plug-ins/gap/gap_mov_dialog.c:509 +#: plug-ins/gap/gap_mov_dialog.c:527 msgid "Copy moving source-layer(s) into frames" msgstr "" #. the start frame scale_entry #. table col, row -#: plug-ins/gap/gap_mov_dialog.c:542 +#: plug-ins/gap/gap_mov_dialog.c:560 msgid "Start Frame:" msgstr "" #. the end frame scale_entry #. table col, row -#: plug-ins/gap/gap_mov_dialog.c:557 +#: plug-ins/gap/gap_mov_dialog.c:575 msgid "End Frame:" msgstr "" #. the Preview Frame scale_entry #. table col, row -#: plug-ins/gap/gap_mov_dialog.c:572 +#: plug-ins/gap/gap_mov_dialog.c:590 msgid "Preview Frame:" msgstr "" @@ -8205,7 +8220,7 @@ msgstr "" #. digits #. constrain #. lower, upper (unconstrained) -#: plug-ins/gap/gap_mov_dialog.c:580 +#: plug-ins/gap/gap_mov_dialog.c:598 msgid "" "frame to show when UpdPreview\n" "button is pressed" @@ -8213,7 +8228,7 @@ msgstr "" #. the Layerstack scale_entry #. table col, row -#: plug-ins/gap/gap_mov_dialog.c:588 plug-ins/gap/gap_range_ops.c:265 +#: plug-ins/gap/gap_mov_dialog.c:606 plug-ins/gap/gap_range_ops.c:265 msgid "Layerstack:" msgstr "" @@ -8225,7 +8240,7 @@ msgstr "" #. digits #. constrain #. lower, upper (unconstrained) -#: plug-ins/gap/gap_mov_dialog.c:596 +#: plug-ins/gap/gap_mov_dialog.c:614 msgid "" "How to insert SrcLayer into the\n" "Dst. Frame's Layerstack\n" @@ -8233,135 +8248,135 @@ msgid "" msgstr "" #. toggle force visibility -#: plug-ins/gap/gap_mov_dialog.c:608 +#: plug-ins/gap/gap_mov_dialog.c:626 msgid "Force visibility" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:614 +#: plug-ins/gap/gap_mov_dialog.c:632 msgid "Force visibility for all copied Src-Layers" msgstr "" #. toggle clip_to_image -#: plug-ins/gap/gap_mov_dialog.c:620 +#: plug-ins/gap/gap_mov_dialog.c:638 msgid "Clip To Frame" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:626 +#: plug-ins/gap/gap_mov_dialog.c:644 msgid "" "Clip all copied Src-Layers\n" "at Frame Boundaries" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:674 +#: plug-ins/gap/gap_mov_dialog.c:692 msgid "" "No Source Image was selected\n" "(Please open a 2nd Image of the same type before opening Move Path)" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:770 +#: plug-ins/gap/gap_mov_dialog.c:788 msgid "Object on empty frames" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:771 +#: plug-ins/gap/gap_mov_dialog.c:789 msgid "Object on one frame" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:772 +#: plug-ins/gap/gap_mov_dialog.c:790 msgid "Exact Object on frames" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:802 +#: plug-ins/gap/gap_mov_dialog.c:820 msgid "Anim Preview Mode" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:810 +#: plug-ins/gap/gap_mov_dialog.c:828 msgid "Scale Preview" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:811 +#: plug-ins/gap/gap_mov_dialog.c:829 msgid "Scale down size of the generated animated preview (in %)" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:819 +#: plug-ins/gap/gap_mov_dialog.c:837 msgid "Framerate" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:820 +#: plug-ins/gap/gap_mov_dialog.c:838 msgid "Framerate to use in the animated preview in frames/sec" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:834 +#: plug-ins/gap/gap_mov_dialog.c:852 msgid "Copy to Video Buffer" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:835 +#: plug-ins/gap/gap_mov_dialog.c:853 msgid "" "Save all single frames of animated preview to video buffer\n" "(configured in gimprc by video-paste-dir and video-paste-basename)" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:840 +#: plug-ins/gap/gap_mov_dialog.c:858 msgid "Move Path Animated Preview" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:886 +#: plug-ins/gap/gap_mov_dialog.c:904 msgid "Generate Animated Preview failed\n" msgstr "" #. filesel is already open -#: plug-ins/gap/gap_mov_dialog.c:1098 +#: plug-ins/gap/gap_mov_dialog.c:1343 msgid "Load Path Points from file" msgstr "" #. filesel is already open -#: plug-ins/gap/gap_mov_dialog.c:1134 +#: plug-ins/gap/gap_mov_dialog.c:1379 msgid "Save Path Points to file" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:1479 +#: plug-ins/gap/gap_mov_dialog.c:1724 #, c-format msgid "Current Point: [ %3d ] of [ %3d ]" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:1670 +#: plug-ins/gap/gap_mov_dialog.c:1915 msgid "Source Select" msgstr "" #. Source Layer menu -#: plug-ins/gap/gap_mov_dialog.c:1687 +#: plug-ins/gap/gap_mov_dialog.c:1932 msgid "Source Image/Layer:" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:1697 +#: plug-ins/gap/gap_mov_dialog.c:1942 msgid "Source Object to insert into Frame Range" msgstr "" #. Paintmode menu -#: plug-ins/gap/gap_mov_dialog.c:1712 +#: plug-ins/gap/gap_mov_dialog.c:1957 msgid "Mode:" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:1721 +#: plug-ins/gap/gap_mov_dialog.c:1966 msgid "Paintmode" msgstr "" #. Loop Stepmode menu -#: plug-ins/gap/gap_mov_dialog.c:1736 +#: plug-ins/gap/gap_mov_dialog.c:1981 msgid "Stepmode:" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:1754 +#: plug-ins/gap/gap_mov_dialog.c:1999 msgid "" "How to fetch the next SrcLayer \n" "at the next handled frame" msgstr "" #. Source Image Handle menu -#: plug-ins/gap/gap_mov_dialog.c:1760 +#: plug-ins/gap/gap_mov_dialog.c:2005 msgid "Handle:" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:1778 +#: plug-ins/gap/gap_mov_dialog.c:2023 msgid "" "How to place the SrcLayer at \n" "Controlpoint Coordinates" @@ -8369,17 +8384,17 @@ msgstr "" #. to avoid side effects while initialization #. the frame -#: plug-ins/gap/gap_mov_dialog.c:1832 +#: plug-ins/gap/gap_mov_dialog.c:2077 msgid "Move Path Preview" msgstr "" #. lower, upper (unconstrained) -#: plug-ins/gap/gap_mov_dialog.c:1864 +#: plug-ins/gap/gap_mov_dialog.c:2109 msgid "X Coordinate" msgstr "" #. lower, upper (unconstrained) -#: plug-ins/gap/gap_mov_dialog.c:1882 +#: plug-ins/gap/gap_mov_dialog.c:2127 msgid "Y Coordinate" msgstr "" @@ -8391,7 +8406,7 @@ msgstr "" #. digits #. constrain #. lower, upper (unconstrained) -#: plug-ins/gap/gap_mov_dialog.c:1899 +#: plug-ins/gap/gap_mov_dialog.c:2144 msgid "Scale Source Layer's Width in percent" msgstr "" @@ -8403,7 +8418,7 @@ msgstr "" #. digits #. constrain #. lower, upper (unconstrained) -#: plug-ins/gap/gap_mov_dialog.c:1916 +#: plug-ins/gap/gap_mov_dialog.c:2161 msgid "" "Scale SrcLayer's Height\n" "in percent" @@ -8417,7 +8432,7 @@ msgstr "" #. digits #. constrain #. lower, upper (unconstrained) -#: plug-ins/gap/gap_mov_dialog.c:1933 +#: plug-ins/gap/gap_mov_dialog.c:2178 msgid "" "SrcLayer's Opacity\n" "in percent" @@ -8425,7 +8440,7 @@ msgstr "" #. Rotation #. table col, row -#: plug-ins/gap/gap_mov_dialog.c:1942 +#: plug-ins/gap/gap_mov_dialog.c:2187 msgid "Rotate:" msgstr "" @@ -8437,13 +8452,13 @@ msgstr "" #. digits #. constrain #. lower, upper (unconstrained) -#: plug-ins/gap/gap_mov_dialog.c:1950 +#: plug-ins/gap/gap_mov_dialog.c:2195 msgid "Rotate SrcLayer (in degree)" msgstr "" #. Keyframe #. table col, row -#: plug-ins/gap/gap_mov_dialog.c:1961 +#: plug-ins/gap/gap_mov_dialog.c:2206 msgid "Keyframe:" msgstr "" @@ -8455,132 +8470,151 @@ msgstr "" #. digits #. constrain #. lower, upper (unconstrained) -#: plug-ins/gap/gap_mov_dialog.c:1969 +#: plug-ins/gap/gap_mov_dialog.c:2214 msgid "" "Fix Controlpoint to Keyframe number\n" "(0 == No Keyframe)" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:2044 +#: plug-ins/gap/gap_mov_dialog.c:2289 msgid "Add Point" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:2052 +#: plug-ins/gap/gap_mov_dialog.c:2297 msgid "" "Add Controlpoint at end \n" "(the last Point is duplicated)" msgstr "" #. toggle clip_to_image -#: plug-ins/gap/gap_mov_dialog.c:2057 +#: plug-ins/gap/gap_mov_dialog.c:2302 msgid "Show Path" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:2063 +#: plug-ins/gap/gap_mov_dialog.c:2308 msgid "" "Show Path Lines and enable\n" "pick/drag with left button\n" "or move with right button" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:2073 +#: plug-ins/gap/gap_mov_dialog.c:2318 #: plug-ins/imagemap/imap_cmd_insert_point.c:57 #: plug-ins/imagemap/imap_polygon.c:683 msgid "Insert Point" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:2081 +#: plug-ins/gap/gap_mov_dialog.c:2326 msgid "" "Insert Controlpoint \n" "(the current Point is duplicated)" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:2085 +#: plug-ins/gap/gap_mov_dialog.c:2330 #: plug-ins/imagemap/imap_cmd_delete_point.c:57 #: plug-ins/imagemap/imap_polygon.c:669 msgid "Delete Point" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:2093 +#: plug-ins/gap/gap_mov_dialog.c:2338 msgid "Delete current Controlpoint" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:2099 +#: plug-ins/gap/gap_mov_dialog.c:2344 msgid "Prev Point" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:2107 +#: plug-ins/gap/gap_mov_dialog.c:2352 msgid "Show Previous Controlpoint" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:2111 +#: plug-ins/gap/gap_mov_dialog.c:2356 msgid "Next Point" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:2119 +#: plug-ins/gap/gap_mov_dialog.c:2364 msgid "Show Next Controlpoint" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:2125 +#: plug-ins/gap/gap_mov_dialog.c:2370 msgid "First Point" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:2133 +#: plug-ins/gap/gap_mov_dialog.c:2378 msgid "Show First Controlpoint" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:2137 +#: plug-ins/gap/gap_mov_dialog.c:2382 msgid "Last Point" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:2145 +#: plug-ins/gap/gap_mov_dialog.c:2390 msgid "Show Last Controlpoint" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:2151 +#: plug-ins/gap/gap_mov_dialog.c:2396 msgid "Clear Point" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:2159 +#: plug-ins/gap/gap_mov_dialog.c:2404 msgid "" "Reset the current Controlpoint\n" "to default Values" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:2163 -msgid "Reset Points" +#: plug-ins/gap/gap_mov_dialog.c:2408 +msgid "Clear All Points" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:2171 +#: plug-ins/gap/gap_mov_dialog.c:2416 msgid "" -"Reset Controlpoints \n" -"to one Defaultpoint" +"Reset all Controlpoints to default Values\n" +"but dont change the path (X/Y Values)" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:2177 +#: plug-ins/gap/gap_mov_dialog.c:2423 +msgid "Rotate Follow" +msgstr "" + +#: plug-ins/gap/gap_mov_dialog.c:2434 +msgid "" +"Set Rotation for all Controlpoints\n" +"to follow the shape of the path.\n" +"(Shift: use Rotation of contolpoint 1 as offset)" +msgstr "" + +#: plug-ins/gap/gap_mov_dialog.c:2441 +msgid "Delete All Points" +msgstr "" + +#: plug-ins/gap/gap_mov_dialog.c:2449 +msgid "Delete all Controlpoints" +msgstr "" + +#: plug-ins/gap/gap_mov_dialog.c:2456 msgid "Load Points" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:2185 +#: plug-ins/gap/gap_mov_dialog.c:2464 msgid "Load Controlpoints from file" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:2189 +#: plug-ins/gap/gap_mov_dialog.c:2468 msgid "Save Points" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:2197 +#: plug-ins/gap/gap_mov_dialog.c:2476 msgid "Save Controlpoints to file" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:2668 +#: plug-ins/gap/gap_mov_dialog.c:2947 #, c-format msgid "" "\n" "Error: Keyframe %d at point [%d] higher or equal than last handled frame" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:2676 +#: plug-ins/gap/gap_mov_dialog.c:2955 #, c-format msgid "" "\n" @@ -8588,21 +8622,21 @@ msgid "" "for the previous controlpoints" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:2686 +#: plug-ins/gap/gap_mov_dialog.c:2965 #, c-format msgid "" "\n" "Error: Keyframe %d is not in sequence at point [%d]" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:2704 +#: plug-ins/gap/gap_mov_dialog.c:2983 #, c-format msgid "" "\n" "Error: controlpoint [%d] is out of handled framerange" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:2718 +#: plug-ins/gap/gap_mov_dialog.c:2997 #, c-format msgid "" "\n" @@ -8610,35 +8644,35 @@ msgid "" "please reduce controlpoints or select more frames" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:2731 +#: plug-ins/gap/gap_mov_dialog.c:3010 msgid "" "Cant operate with current Controlpoint\n" "or Keyframe settings" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:2738 +#: plug-ins/gap/gap_mov_dialog.c:3017 msgid "Reset Keyframes" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:2743 +#: plug-ins/gap/gap_mov_dialog.c:3022 msgid "Move Path Controlpointcheck" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:2744 +#: plug-ins/gap/gap_mov_dialog.c:3023 msgid "Errors:" msgstr "" -#: plug-ins/gap/gap_mov_exec.c:337 +#: plug-ins/gap/gap_mov_exec.c:339 msgid "" "No Source Image was selected.\n" "Please open a 2nd Image of the same type before opening Move Path." msgstr "" -#: plug-ins/gap/gap_mov_exec.c:348 +#: plug-ins/gap/gap_mov_exec.c:350 msgid "Copying Layers into Frames..." msgstr "" -#: plug-ins/gap/gap_mov_exec.c:352 +#: plug-ins/gap/gap_mov_exec.c:354 msgid "Generating Animated Preview..." msgstr "" @@ -9499,18 +9533,12 @@ msgstr "" msgid "/Filters/Render/Dynamic Text..." msgstr "" -#: plug-ins/gdyntext/gdyntext.c:307 -msgid "" -"Current layer isn't a GDynText layer or it has no alpha channel.\n" -" Forcing new layer creation.\n" -msgstr "" - -#: plug-ins/gdyntext/gdyntext.c:354 +#: plug-ins/gdyntext/gdyntext.c:351 #, c-format msgid "Upgrading old GDynText layer to %s\n" msgstr "" -#: plug-ins/gdyntext/gdyntext.c:358 +#: plug-ins/gdyntext/gdyntext.c:355 #, c-format msgid "" "WARNING: GDynText is too old!\n" @@ -9520,15 +9548,15 @@ msgid "" msgstr "" #. remove old layer name -#: plug-ins/gdyntext/gdyntext.c:397 +#: plug-ins/gdyntext/gdyntext.c:394 msgid "GDynText Layer " msgstr "" -#: plug-ins/gdyntext/gdyntext.c:434 +#: plug-ins/gdyntext/gdyntext.c:431 msgid "GIMP Dynamic Text" msgstr "" -#: plug-ins/gdyntext/gdyntext.c:536 +#: plug-ins/gdyntext/gdyntext.c:533 msgid "GDynText Layer" msgstr "" @@ -11367,7 +11395,7 @@ msgstr "" msgid "Unselect All" msgstr "" -#: plug-ins/imagemap/imap_default_dialog.c:124 +#: plug-ins/imagemap/imap_default_dialog.c:136 msgid "Help..." msgstr "" @@ -11446,11 +11474,11 @@ msgstr "" msgid "JavaScript" msgstr "" -#: plug-ins/imagemap/imap_edit_area_info.c:416 +#: plug-ins/imagemap/imap_edit_area_info.c:425 msgid "Area Settings" msgstr "" -#: plug-ins/imagemap/imap_edit_area_info.c:459 +#: plug-ins/imagemap/imap_edit_area_info.c:469 #, c-format msgid "Area #%d Settings" msgstr "" @@ -11894,12 +11922,12 @@ msgid "" msgstr "" #. open URL for help -#: plug-ins/maze/maze_face.c:588 +#: plug-ins/maze/maze_face.c:596 #, c-format msgid "Opening %s" msgstr "" -#: plug-ins/maze/maze_face.c:599 +#: plug-ins/maze/maze_face.c:607 #, c-format msgid "See %s" msgstr "" @@ -12393,32 +12421,32 @@ msgstr "" msgid "Misc" msgstr "" -#: plug-ins/sel2path/sel2path.c:160 +#: plug-ins/sel2path/sel2path.c:162 msgid "/Select/To Path" msgstr "" -#: plug-ins/sel2path/sel2path.c:205 +#: plug-ins/sel2path/sel2path.c:209 msgid "No selection to convert" msgstr "" -#: plug-ins/sel2path/sel2path.c:362 -msgid "Default Values" +#: plug-ins/sel2path/sel2path.c:333 +msgid "Sel2Path Advanced Settings" msgstr "" -#: plug-ins/sel2path/sel2path.c:551 +#: plug-ins/sel2path/sel2path.c:542 #, c-format msgid "print_spline: strange degree (%d)" msgstr "" -#: plug-ins/sel2path/sel2path.c:559 +#: plug-ins/sel2path/sel2path.c:551 msgid "selection_to_path" msgstr "" -#: plug-ins/sel2path/sel2path.c:585 +#: plug-ins/sel2path/sel2path.c:579 msgid "gimp_image_get_selection failed" msgstr "" -#: plug-ins/sel2path/sel2path.c:593 +#: plug-ins/sel2path/sel2path.c:587 msgid "Internal error. Selection bpp > 1" msgstr "" @@ -12600,19 +12628,19 @@ msgstr "" msgid "Current" msgstr "" -#: plug-ins/winsnap/winsnap.c:945 +#: plug-ins/winsnap/winsnap.c:946 msgid "Grab a single window" msgstr "" -#: plug-ins/winsnap/winsnap.c:956 +#: plug-ins/winsnap/winsnap.c:957 msgid "Include decorations" msgstr "" -#: plug-ins/winsnap/winsnap.c:992 +#: plug-ins/winsnap/winsnap.c:993 msgid "Grab the whole screen" msgstr "" -#: plug-ins/winsnap/winsnap.c:1221 +#: plug-ins/winsnap/winsnap.c:1222 msgid "No data captured" msgstr "" diff --git a/po-plug-ins/no.po b/po-plug-ins/no.po index 316e79e713..ceb0402ff6 100644 --- a/po-plug-ins/no.po +++ b/po-plug-ins/no.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: GIMP 1.1.9\n" -"POT-Creation-Date: 2000-06-20 15:42+0200\n" +"POT-Creation-Date: 2000-06-18 19:40-0700\n" "PO-Revision-Date: 2000-06-20 20:39+02:00\n" "Last-Translator: Kjartan Maraas \n" "Language-Team: Norwegian \n" diff --git a/po-plug-ins/pl.po b/po-plug-ins/pl.po index c24ef18dfc..72032c92b0 100644 --- a/po-plug-ins/pl.po +++ b/po-plug-ins/pl.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: gimp-plug-ins 1.1.23\n" -"POT-Creation-Date: 2000-05-26 23:52-0700\n" +"POT-Creation-Date: 2000-06-18 19:40-0700\n" "PO-Revision-Date: 2000-06-06 13:36+02:00\n" "Last-Translator: Artur Polaczyñski \n" "Language-Team: Polish \n" @@ -43,7 +43,7 @@ msgstr "O wtyczce" #: plug-ins/Lighting/lighting_ui.c:1076 plug-ins/MapObject/mapobject_ui.c:1383 #: plug-ins/bmp/bmpwrite.c:564 plug-ins/common/CML_explorer.c:1174 #: plug-ins/common/CML_explorer.c:1932 plug-ins/common/CML_explorer.c:2252 -#: plug-ins/common/aa.c:346 plug-ins/common/align_layers.c:425 +#: plug-ins/common/aa.c:344 plug-ins/common/align_layers.c:425 #: plug-ins/common/apply_lens.c:392 plug-ins/common/blinds.c:323 #: plug-ins/common/blur.c:613 plug-ins/common/borderaverage.c:393 #: plug-ins/common/bumpmap.c:848 plug-ins/common/checkerboard.c:349 @@ -60,8 +60,8 @@ msgstr "O wtyczce" #: plug-ins/common/fractaltrace.c:725 plug-ins/common/gauss_iir.c:365 #: plug-ins/common/gauss_iir.c:448 plug-ins/common/gauss_rle.c:360 #: plug-ins/common/gauss_rle.c:443 plug-ins/common/gbr.c:456 -#: plug-ins/common/gicon.c:441 plug-ins/common/gif.c:1141 -#: plug-ins/common/gif.c:1212 plug-ins/common/glasstile.c:259 +#: plug-ins/common/gicon.c:441 plug-ins/common/gif.c:1144 +#: plug-ins/common/gif.c:1215 plug-ins/common/glasstile.c:259 #: plug-ins/common/gpb.c:269 plug-ins/common/gqbist.c:640 #: plug-ins/common/grid.c:658 plug-ins/common/gtm.c:375 #: plug-ins/common/hot.c:589 plug-ins/common/illusion.c:560 @@ -84,18 +84,18 @@ msgstr "O wtyczce" #: plug-ins/common/sparkle.c:349 plug-ins/common/spheredesigner.c:2232 #: plug-ins/common/spread.c:382 plug-ins/common/sunras.c:1577 #: plug-ins/common/tga.c:1448 plug-ins/common/threshold_alpha.c:268 -#: plug-ins/common/tiff.c:1487 plug-ins/common/tile.c:398 +#: plug-ins/common/tiff.c:1530 plug-ins/common/tile.c:398 #: plug-ins/common/tileit.c:386 plug-ins/common/uniteditor.c:172 #: plug-ins/common/unsharp.c:786 plug-ins/common/video.c:2155 #: plug-ins/common/vpropagate.c:934 plug-ins/common/warp.c:437 #: plug-ins/common/waves.c:349 plug-ins/common/whirlpinch.c:808 #: plug-ins/common/wind.c:1007 plug-ins/common/wmf.c:931 -#: plug-ins/common/xbm.c:1128 plug-ins/common/xpm.c:800 -#: plug-ins/fits/fits.c:987 plug-ins/flame/flame.c:624 -#: plug-ins/flame/flame.c:913 plug-ins/fp/fp_gtk.c:895 +#: plug-ins/common/xbm.c:1151 plug-ins/common/xpm.c:800 +#: plug-ins/fits/fits.c:987 plug-ins/flame/flame.c:631 +#: plug-ins/flame/flame.c:920 plug-ins/fp/fp_gtk.c:895 #: plug-ins/gap/gap_arr_dialog.c:768 plug-ins/gap/gap_arr_dialog.c:1010 #: plug-ins/gap/gap_decode_xanim.c:177 plug-ins/gap/gap_lib.c:221 -#: plug-ins/gap/gap_mod_layer.c:145 plug-ins/gap/gap_mov_dialog.c:469 +#: plug-ins/gap/gap_mod_layer.c:145 plug-ins/gap/gap_mov_dialog.c:487 #: plug-ins/gap/gap_mpege.c:191 plug-ins/gap/gap_resi_dialog.c:149 #: plug-ins/gdyntext/gdyntext_ui.c:201 plug-ins/gdyntext/gdyntext_ui.c:621 #: plug-ins/gfig/gfig.c:4088 plug-ins/gfig/gfig.c:4433 @@ -107,10 +107,10 @@ msgstr "O wtyczce" #: plug-ins/gimpressionist/orientmap.c:626 #: plug-ins/gimpressionist/presets.c:392 plug-ins/gimpressionist/sizemap.c:485 #: plug-ins/ifscompose/ifscompose.c:781 -#: plug-ins/imagemap/imap_default_dialog.c:102 plug-ins/maze/maze_face.c:191 +#: plug-ins/imagemap/imap_default_dialog.c:114 plug-ins/maze/maze_face.c:191 #: plug-ins/mosaic/mosaic.c:531 plug-ins/pagecurl/pagecurl.c:518 #: plug-ins/print/gimp_main_window.c:597 plug-ins/rcm/rcm_dialog.c:727 -#: plug-ins/sel2path/sel2path.c:345 plug-ins/sgi/sgi.c:640 +#: plug-ins/sel2path/sel2path.c:338 plug-ins/sgi/sgi.c:640 #: plug-ins/sinus/sinus.c:746 plug-ins/struc/struc.c:255 #: plug-ins/webbrowser/webbrowser.c:281 plug-ins/xjt/xjt.c:793 msgid "OK" @@ -124,7 +124,7 @@ msgstr "OK" #: plug-ins/FractalExplorer/FractalExplorer.c:1478 #: plug-ins/Lighting/lighting_ui.c:1078 plug-ins/MapObject/mapobject_ui.c:1385 #: plug-ins/bmp/bmpwrite.c:566 plug-ins/common/CML_explorer.c:1176 -#: plug-ins/common/CML_explorer.c:2254 plug-ins/common/aa.c:348 +#: plug-ins/common/CML_explorer.c:2254 plug-ins/common/aa.c:346 #: plug-ins/common/align_layers.c:427 plug-ins/common/apply_lens.c:394 #: plug-ins/common/blinds.c:325 plug-ins/common/blur.c:615 #: plug-ins/common/borderaverage.c:395 plug-ins/common/bumpmap.c:850 @@ -142,7 +142,7 @@ msgstr "OK" #: plug-ins/common/gauss_iir.c:367 plug-ins/common/gauss_iir.c:450 #: plug-ins/common/gauss_rle.c:362 plug-ins/common/gauss_rle.c:445 #: plug-ins/common/gbr.c:458 plug-ins/common/gicon.c:443 -#: plug-ins/common/gif.c:1143 plug-ins/common/gif.c:1214 +#: plug-ins/common/gif.c:1146 plug-ins/common/gif.c:1217 #: plug-ins/common/glasstile.c:261 plug-ins/common/gpb.c:271 #: plug-ins/common/gqbist.c:642 plug-ins/common/grid.c:660 #: plug-ins/common/gtm.c:377 plug-ins/common/hot.c:591 @@ -166,22 +166,21 @@ msgstr "OK" #: plug-ins/common/sparkle.c:351 plug-ins/common/spheredesigner.c:2236 #: plug-ins/common/spread.c:384 plug-ins/common/sunras.c:1579 #: plug-ins/common/tga.c:1450 plug-ins/common/threshold_alpha.c:270 -#: plug-ins/common/tiff.c:1489 plug-ins/common/tile.c:400 +#: plug-ins/common/tiff.c:1532 plug-ins/common/tile.c:400 #: plug-ins/common/tileit.c:388 plug-ins/common/uniteditor.c:174 #: plug-ins/common/unsharp.c:788 plug-ins/common/video.c:2157 #: plug-ins/common/vpropagate.c:936 plug-ins/common/warp.c:439 #: plug-ins/common/waves.c:351 plug-ins/common/whirlpinch.c:810 #: plug-ins/common/wind.c:1009 plug-ins/common/wmf.c:933 -#: plug-ins/common/xbm.c:895 plug-ins/common/xbm.c:1130 -#: plug-ins/common/xpm.c:802 plug-ins/fits/fits.c:989 -#: plug-ins/flame/flame.c:626 plug-ins/flame/flame.c:915 -#: plug-ins/fp/fp_gtk.c:899 plug-ins/gap/gap_arr_dialog.c:1012 -#: plug-ins/gap/gap_dbbrowser_utils.c:211 +#: plug-ins/common/xbm.c:1153 plug-ins/common/xpm.c:802 +#: plug-ins/fits/fits.c:989 plug-ins/flame/flame.c:633 +#: plug-ins/flame/flame.c:922 plug-ins/fp/fp_gtk.c:899 +#: plug-ins/gap/gap_arr_dialog.c:1012 plug-ins/gap/gap_dbbrowser_utils.c:211 #: plug-ins/gap/gap_decode_mpeg_main.c:336 plug-ins/gap/gap_decode_xanim.c:175 #: plug-ins/gap/gap_decode_xanim.c:340 plug-ins/gap/gap_filter_foreach.c:132 #: plug-ins/gap/gap_lib.c:1018 plug-ins/gap/gap_mod_layer.c:147 -#: plug-ins/gap/gap_mod_layer.c:261 plug-ins/gap/gap_mov_dialog.c:500 -#: plug-ins/gap/gap_mov_dialog.c:2740 plug-ins/gap/gap_mpege.c:189 +#: plug-ins/gap/gap_mod_layer.c:261 plug-ins/gap/gap_mov_dialog.c:518 +#: plug-ins/gap/gap_mov_dialog.c:3019 plug-ins/gap/gap_mpege.c:189 #: plug-ins/gap/gap_mpege.c:240 plug-ins/gap/gap_range_ops.c:1204 #: plug-ins/gap/gap_resi_dialog.c:158 plug-ins/gfig/gfig.c:3941 #: plug-ins/gfig/gfig.c:4088 plug-ins/gfig/gfig.c:4435 @@ -192,13 +191,13 @@ msgstr "OK" #: plug-ins/gimpressionist/orientmap.c:640 #: plug-ins/gimpressionist/presets.c:400 plug-ins/gimpressionist/sizemap.c:499 #: plug-ins/ifscompose/ifscompose.c:789 -#: plug-ins/imagemap/imap_default_dialog.c:117 plug-ins/maze/maze_face.c:195 +#: plug-ins/imagemap/imap_default_dialog.c:129 plug-ins/maze/maze_face.c:195 #: plug-ins/mosaic/mosaic.c:533 plug-ins/pagecurl/pagecurl.c:520 #: plug-ins/print/gimp_main_window.c:212 plug-ins/print/gimp_main_window.c:599 -#: plug-ins/rcm/rcm_dialog.c:729 plug-ins/sel2path/sel2path.c:354 +#: plug-ins/rcm/rcm_dialog.c:729 plug-ins/sel2path/sel2path.c:344 #: plug-ins/sgi/sgi.c:642 plug-ins/sinus/sinus.c:748 #: plug-ins/struc/struc.c:257 plug-ins/webbrowser/webbrowser.c:283 -#: plug-ins/winsnap/winsnap.c:912 plug-ins/xjt/xjt.c:795 +#: plug-ins/winsnap/winsnap.c:913 plug-ins/xjt/xjt.c:795 msgid "Cancel" msgstr "Anuluj" @@ -271,8 +270,8 @@ msgstr "Cosinus" #: plug-ins/FractalExplorer/Dialogs.c:803 plug-ins/common/CML_explorer.c:167 #: plug-ins/common/align_layers.c:452 plug-ins/common/align_layers.c:485 #: plug-ins/common/ps.c:2640 plug-ins/common/ps.c:2653 -#: plug-ins/common/psp.c:445 plug-ins/common/tiff.c:1508 -#: plug-ins/fits/fits.c:1032 plug-ins/gap/gap_mov_dialog.c:284 +#: plug-ins/common/psp.c:445 plug-ins/common/tiff.c:1551 +#: plug-ins/fits/fits.c:1032 plug-ins/gap/gap_mov_dialog.c:301 msgid "None" msgstr "Brak" @@ -453,7 +452,7 @@ msgstr "O Alien Map2" #: plug-ins/common/sharpen.c:550 plug-ins/common/spheredesigner.c:2254 #: plug-ins/common/tileit.c:407 plug-ins/common/waves.c:576 #: plug-ins/common/whirlpinch.c:826 plug-ins/common/wind.c:1026 -#: plug-ins/flame/flame.c:933 plug-ins/gfig/gfig.c:3964 +#: plug-ins/flame/flame.c:940 plug-ins/gfig/gfig.c:3964 #: plug-ins/gflare/gflare.c:2492 plug-ins/gflare/gflare.c:3500 #: plug-ins/gimpressionist/orientmap.c:502 #: plug-ins/gimpressionist/preview.c:106 plug-ins/gimpressionist/sizemap.c:402 @@ -600,7 +599,7 @@ msgstr "Wczytaj fraktal z pliku" #: plug-ins/common/sample_colorize.c:1371 #: plug-ins/common/spheredesigner.c:2234 plug-ins/common/tileit.c:467 #: plug-ins/fp/fp_gtk.c:897 plug-ins/gimpressionist/preview.c:124 -#: plug-ins/ifscompose/ifscompose.c:787 +#: plug-ins/ifscompose/ifscompose.c:787 plug-ins/sel2path/sel2path.c:341 msgid "Reset" msgstr "Zresetuj" @@ -1086,8 +1085,8 @@ msgstr "Pozycja" #: plug-ins/MapObject/mapobject_ui.c:1040 #: plug-ins/MapObject/mapobject_ui.c:1084 plug-ins/common/flarefx.c:785 #: plug-ins/common/nova.c:609 plug-ins/common/papertile.c:285 -#: plug-ins/flame/flame.c:1182 plug-ins/flame/flame.c:1195 -#: plug-ins/gap/gap_mov_dialog.c:1855 plug-ins/gflare/gflare.c:2874 +#: plug-ins/flame/flame.c:1189 plug-ins/flame/flame.c:1202 +#: plug-ins/gap/gap_mov_dialog.c:2100 plug-ins/gflare/gflare.c:2874 #: plug-ins/ifscompose/ifscompose.c:513 msgid "X:" msgstr "X:" @@ -1104,7 +1103,7 @@ msgstr "Pozycja X #: plug-ins/MapObject/mapobject_ui.c:1093 #: plug-ins/MapObject/mapobject_ui.c:1189 plug-ins/common/flarefx.c:803 #: plug-ins/common/nova.c:627 plug-ins/common/papertile.c:294 -#: plug-ins/common/xbm.c:1221 plug-ins/gap/gap_mov_dialog.c:1873 +#: plug-ins/common/xbm.c:1244 plug-ins/gap/gap_mov_dialog.c:2118 #: plug-ins/gflare/gflare.c:2878 plug-ins/ifscompose/ifscompose.c:527 msgid "Y:" msgstr "Y:" @@ -1201,7 +1200,7 @@ msgid "Bumpmap Image:" msgstr "Obraz bumpmap:" #: plug-ins/Lighting/lighting_ui.c:919 plug-ins/common/mblur.c:784 -#: plug-ins/flame/flame.c:714 plug-ins/sinus/sinus.c:1032 +#: plug-ins/flame/flame.c:721 plug-ins/sinus/sinus.c:1032 msgid "Linear" msgstr "Liniowy" @@ -1209,11 +1208,11 @@ msgstr "Liniowy" msgid "Logarithmic" msgstr "Logarytmiczny" -#: plug-ins/Lighting/lighting_ui.c:921 plug-ins/flame/flame.c:715 +#: plug-ins/Lighting/lighting_ui.c:921 plug-ins/flame/flame.c:722 msgid "Sinusoidal" msgstr "Sinusoidalny" -#: plug-ins/Lighting/lighting_ui.c:922 plug-ins/flame/flame.c:716 +#: plug-ins/Lighting/lighting_ui.c:922 plug-ins/flame/flame.c:723 msgid "Spherical" msgstr "Sferyczny" @@ -1244,7 +1243,7 @@ msgstr "Obraz #. Options section #: plug-ins/Lighting/lighting_ui.c:1014 plug-ins/MapObject/mapobject_ui.c:1314 #: plug-ins/common/lic.c:1037 plug-ins/common/ripple.c:604 -#: plug-ins/gap/gap_mov_dialog.c:841 plug-ins/gfig/gfig.c:4018 +#: plug-ins/gap/gap_mov_dialog.c:859 plug-ins/gfig/gfig.c:4018 msgid "Options" msgstr "Opcje" @@ -1458,8 +1457,8 @@ msgstr "Poka #: plug-ins/common/pix.c:326 plug-ins/common/png.c:415 #: plug-ins/common/png.c:417 plug-ins/common/pnm.c:414 #: plug-ins/common/psd.c:1713 plug-ins/common/sunras.c:441 -#: plug-ins/common/tga.c:429 plug-ins/common/tiff.c:443 -#: plug-ins/common/xbm.c:674 plug-ins/common/xpm.c:334 +#: plug-ins/common/tga.c:429 plug-ins/common/tiff.c:450 +#: plug-ins/common/xbm.c:735 plug-ins/common/xpm.c:334 #: plug-ins/common/xwd.c:430 plug-ins/faxg3/faxg3.c:196 #: plug-ins/gfli/gfli.c:471 plug-ins/sgi/sgi.c:330 plug-ins/sgi/sgi.c:332 #: plug-ins/xjt/xjt.c:3246 @@ -1503,12 +1502,12 @@ msgstr "%s: z #: plug-ins/common/png.c:576 plug-ins/common/pnm.c:502 #: plug-ins/common/psd.c:2094 plug-ins/common/smooth_palette.c:240 #: plug-ins/common/sunras.c:919 plug-ins/common/tga.c:1014 -#: plug-ins/common/tiff.c:654 plug-ins/common/tile.c:269 +#: plug-ins/common/tiff.c:676 plug-ins/common/tile.c:269 #: plug-ins/common/winclipboard.c:515 plug-ins/common/wmf.c:2350 -#: plug-ins/common/xbm.c:812 plug-ins/faxg3/faxg3.c:448 +#: plug-ins/common/xbm.c:873 plug-ins/faxg3/faxg3.c:448 #: plug-ins/fits/fits.c:521 plug-ins/gfig/gfig.c:2867 #: plug-ins/gfig/gfig.c:3195 plug-ins/sgi/sgi.c:378 plug-ins/twain/twain.c:722 -#: plug-ins/winsnap/winsnap.c:1234 +#: plug-ins/winsnap/winsnap.c:1235 msgid "Background" msgstr "T³o" @@ -1523,7 +1522,7 @@ msgstr "Nie mog #. init the progress meter #: plug-ins/bmp/bmpwrite.c:179 plug-ins/common/CEL.c:510 -#: plug-ins/common/gbr.c:387 plug-ins/common/gif.c:937 +#: plug-ins/common/gbr.c:387 plug-ins/common/gif.c:940 #: plug-ins/common/gpb.c:768 plug-ins/common/gpb.c:808 #: plug-ins/common/gtm.c:247 plug-ins/common/hrz.c:476 #: plug-ins/common/jpeg.c:1196 plug-ins/common/pat.c:343 @@ -1531,7 +1530,7 @@ msgstr "Nie mog #: plug-ins/common/png.c:756 plug-ins/common/png.c:758 #: plug-ins/common/pnm.c:786 plug-ins/common/ps.c:999 #: plug-ins/common/sunras.c:524 plug-ins/common/tga.c:1196 -#: plug-ins/common/tiff.c:1260 plug-ins/common/xbm.c:960 +#: plug-ins/common/tiff.c:1282 plug-ins/common/xbm.c:983 #: plug-ins/common/xpm.c:653 plug-ins/common/xwd.c:534 #: plug-ins/fits/fits.c:472 plug-ins/gfli/gfli.c:691 plug-ins/sgi/sgi.c:548 #: plug-ins/sgi/sgi.c:550 plug-ins/xjt/xjt.c:1628 @@ -1784,7 +1783,7 @@ msgstr "Losowo kana #: plug-ins/common/CML_explorer.c:299 plug-ins/common/CML_explorer.c:1280 #: plug-ins/common/decompose.c:122 plug-ins/common/lic.c:1058 #: plug-ins/fp/fp_gtk.c:281 plug-ins/fp/fp_gtk.c:413 -#: plug-ins/gap/gap_mov_dialog.c:257 plug-ins/gimpressionist/orientation.c:188 +#: plug-ins/gap/gap_mov_dialog.c:274 plug-ins/gimpressionist/orientation.c:188 #: plug-ins/gimpressionist/size.c:186 msgid "Hue" msgstr "Odcieñ" @@ -1792,13 +1791,13 @@ msgstr "Odcie #: plug-ins/common/CML_explorer.c:300 plug-ins/common/CML_explorer.c:1285 #: plug-ins/common/decompose.c:123 plug-ins/common/lic.c:1059 #: plug-ins/fp/fp_gtk.c:285 plug-ins/fp/fp_gtk.c:417 plug-ins/fp/fp_gtk.c:481 -#: plug-ins/gap/gap_mov_dialog.c:258 plug-ins/rcm/rcm_dialog.c:509 +#: plug-ins/gap/gap_mov_dialog.c:275 plug-ins/rcm/rcm_dialog.c:509 msgid "Saturation" msgstr "Nasycenie" #: plug-ins/common/CML_explorer.c:301 plug-ins/common/CML_explorer.c:1290 #: plug-ins/common/decompose.c:124 plug-ins/fp/fp_gtk.c:289 -#: plug-ins/fp/fp_gtk.c:421 plug-ins/gap/gap_mov_dialog.c:260 +#: plug-ins/fp/fp_gtk.c:421 plug-ins/gap/gap_mov_dialog.c:277 #: plug-ins/gimpressionist/orientation.c:131 #: plug-ins/gimpressionist/size.c:130 msgid "Value" @@ -2068,12 +2067,12 @@ msgid "Error: failed to load parameters" msgstr "B³±d: nieudane wczytanie parametrów" #. Create the actual window. -#: plug-ins/common/aa.c:341 +#: plug-ins/common/aa.c:339 msgid "Save as Text" msgstr "Zapisz jako tekst" #. file save type -#: plug-ins/common/aa.c:358 plug-ins/common/pnm.c:945 +#: plug-ins/common/aa.c:356 plug-ins/common/pnm.c:945 #: plug-ins/common/sunras.c:1589 msgid "Data Formatting" msgstr "Formatowanie danych" @@ -2149,7 +2148,7 @@ msgid "Left Edge" msgstr "Lewa krawêd¼" #: plug-ins/common/align_layers.c:473 plug-ins/common/align_layers.c:506 -#: plug-ins/gap/gap_mov_dialog.c:271 plug-ins/gflare/gflare.c:2862 +#: plug-ins/gap/gap_mov_dialog.c:288 plug-ins/gflare/gflare.c:2862 msgid "Center" msgstr "Centruj" @@ -2194,16 +2193,16 @@ msgstr "U msgid "Grid Size:" msgstr "Rozmiar Siatki:" -#: plug-ins/common/animationplay.c:266 +#: plug-ins/common/animationplay.c:270 msgid "/Filters/Animation/Animation Playback..." msgstr "/Filtry/Animacja/Odtwarzaj..." -#: plug-ins/common/animationplay.c:662 +#: plug-ins/common/animationplay.c:666 msgid "Animation Playback: " msgstr "Odtwarzanie animacji: " #. if no buttons are specified use one CLOSE button per default -#: plug-ins/common/animationplay.c:669 plug-ins/common/plugindetails.c:996 +#: plug-ins/common/animationplay.c:673 plug-ins/common/plugindetails.c:996 #: plug-ins/common/sample_colorize.c:1373 plug-ins/common/uniteditor.c:525 #: plug-ins/dbbrowser/dbbrowser_utils.c:158 #: plug-ins/dbbrowser/dbbrowser_utils.c:175 plug-ins/gap/gap_arr_dialog.c:783 @@ -2217,43 +2216,43 @@ msgid "Close" msgstr "Zamknij" #. The 'playback' half of the dialog -#: plug-ins/common/animationplay.c:683 plug-ins/common/animationplay.c:686 +#: plug-ins/common/animationplay.c:687 plug-ins/common/animationplay.c:690 msgid "Playback: " msgstr "Odtwarzanie: " -#: plug-ins/common/animationplay.c:716 +#: plug-ins/common/animationplay.c:720 msgid "Play/Stop" msgstr "Odtwórz/Zatrzymaj" -#: plug-ins/common/animationplay.c:722 +#: plug-ins/common/animationplay.c:726 msgid "Rewind" msgstr "Wstecz" -#: plug-ins/common/animationplay.c:728 +#: plug-ins/common/animationplay.c:732 msgid "Step" msgstr "Krok" -#: plug-ins/common/animationplay.c:786 +#: plug-ins/common/animationplay.c:790 msgid "Frame %v of %u" msgstr "Klatka %v z %u" -#: plug-ins/common/animoptimize.c:154 +#: plug-ins/common/animoptimize.c:158 msgid "/Filters/Animation/Animation Optimize" msgstr "/Filtry/Animacja/Optymizuj" -#: plug-ins/common/animoptimize.c:170 +#: plug-ins/common/animoptimize.c:174 msgid "/Filters/Animation/Animation UnOptimize" msgstr "/Filtry/Animacja/DeOptymizuj" -#: plug-ins/common/animoptimize.c:270 +#: plug-ins/common/animoptimize.c:274 msgid "Optimizing Animation..." msgstr "Optymalizujê Animacjê..." -#: plug-ins/common/animoptimize.c:272 +#: plug-ins/common/animoptimize.c:276 msgid "UnOptimizing Animation..." msgstr "DeOptymalizujê Animacjê..." -#: plug-ins/common/animoptimize.c:301 +#: plug-ins/common/animoptimize.c:305 msgid "Not enough memory to allocate buffers for optimization.\n" msgstr "Brak pamiêci na bufory optymalizacji.\n" @@ -2532,7 +2531,7 @@ msgstr "Kolor" #: plug-ins/common/colorify.c:338 plug-ins/common/colortoalpha.c:414 #: plug-ins/common/ps.c:2625 plug-ins/common/xpm.c:439 -#: plug-ins/gap/gap_mov_dialog.c:259 plug-ins/gimpressionist/color.c:51 +#: plug-ins/gap/gap_mov_dialog.c:276 plug-ins/gimpressionist/color.c:51 #: plug-ins/gimpressionist/color.c:56 plug-ins/imagemap/imap_menu.c:325 #: plug-ins/print/gimp_main_window.c:425 msgid "Color" @@ -2779,7 +2778,7 @@ msgid "Prefixed Name:" msgstr "Podgl±du kadru:" #: plug-ins/common/csource.c:689 plug-ins/common/mail.c:556 -#: plug-ins/common/tiff.c:1523 plug-ins/common/xbm.c:1180 +#: plug-ins/common/tiff.c:1566 plug-ins/common/xbm.c:1203 msgid "Comment:" msgstr "Komentarz:" @@ -2816,7 +2815,7 @@ msgstr "Zapisz kana #. Opacity #. table col, row #: plug-ins/common/csource.c:757 plug-ins/common/sparkle.c:443 -#: plug-ins/common/tileit.c:587 plug-ins/gap/gap_mov_dialog.c:1925 +#: plug-ins/common/tileit.c:587 plug-ins/gap/gap_mov_dialog.c:2170 #: plug-ins/gflare/gflare.c:3602 plug-ins/gflare/gflare.c:3632 #: plug-ins/gflare/gflare.c:3662 msgid "Opacity:" @@ -3197,7 +3196,7 @@ msgstr "Utw #: plug-ins/common/destripe.c:670 plug-ins/common/gtm.c:551 #: plug-ins/common/ps.c:2582 plug-ins/common/ps.c:2757 #: plug-ins/common/smooth_palette.c:429 plug-ins/common/tile.c:421 -#: plug-ins/gap/gap_mov_dialog.c:1891 plug-ins/imagemap/imap_rectangle.c:387 +#: plug-ins/gap/gap_mov_dialog.c:2136 plug-ins/imagemap/imap_rectangle.c:387 msgid "Width:" msgstr "Szeroko¶æ:" @@ -3225,7 +3224,7 @@ msgstr "Kontury" msgid "Sharp edges" msgstr "Ostre krawêdzie" -#: plug-ins/common/diffraction.c:717 plug-ins/flame/flame.c:1004 +#: plug-ins/common/diffraction.c:717 plug-ins/flame/flame.c:1011 #: plug-ins/print/gimp_color_window.c:100 msgid "Brightness:" msgstr "Jasno¶æ:" @@ -3285,7 +3284,7 @@ msgstr "Rozmarz" #: plug-ins/common/displace.c:426 plug-ins/common/edge.c:708 #: plug-ins/common/fractaltrace.c:774 plug-ins/common/newsprint.c:449 #: plug-ins/common/ripple.c:653 plug-ins/common/warp.c:534 -#: plug-ins/fits/fits.c:1008 plug-ins/flame/flame.c:1100 +#: plug-ins/fits/fits.c:1008 plug-ins/flame/flame.c:1107 #: plug-ins/gfig/gfig.c:3328 msgid "Black" msgstr "Czarny" @@ -3351,7 +3350,7 @@ msgstr "Ogranicz szeroko #: plug-ins/common/engrave.c:256 plug-ins/common/film.c:1243 #: plug-ins/common/gtm.c:565 plug-ins/common/ps.c:2591 #: plug-ins/common/ps.c:2766 plug-ins/common/smooth_palette.c:438 -#: plug-ins/common/tile.c:425 plug-ins/gap/gap_mov_dialog.c:1908 +#: plug-ins/common/tile.c:425 plug-ins/gap/gap_mov_dialog.c:2153 #: plug-ins/imagemap/imap_rectangle.c:393 msgid "Height:" msgstr "Wysoko¶æ:" @@ -3672,7 +3671,7 @@ msgstr "Zapisz jako GIcon" msgid "Icon Name:" msgstr "Nazwa gIcony:" -#: plug-ins/common/gif.c:672 +#: plug-ins/common/gif.c:674 msgid "" "GIF: Couldn't simply reduce colors further.\n" "Saving as opaque.\n" @@ -3680,7 +3679,7 @@ msgstr "" "Po prostu nie mog³em wiêcej zredukowaæ kolorów.\n" "Zapisujê jako nieprzezroczysty.\n" -#: plug-ins/common/gif.c:929 +#: plug-ins/common/gif.c:932 msgid "" "GIF: Sorry, can't save RGB images as GIFs - convert to INDEXED\n" "or GRAY first.\n" @@ -3688,16 +3687,16 @@ msgstr "" "GIF: nie mogê zapisaæ obrazków RGB - Najpierw zkonwertuj go do INDEXED\n" "lub GRAY.\n" -#: plug-ins/common/gif.c:947 +#: plug-ins/common/gif.c:950 #, c-format msgid "GIF: can't open %s\n" msgstr "GIF: nie mogê otworzyæ %s\n" -#: plug-ins/common/gif.c:1136 +#: plug-ins/common/gif.c:1139 msgid "GIF Warning" msgstr "GIF: Ostrze¿enie" -#: plug-ins/common/gif.c:1162 +#: plug-ins/common/gif.c:1165 msgid "" "The image which you are trying to save as a GIF\n" "contains layers which extend beyond the actual\n" @@ -3708,61 +3707,61 @@ msgid "" "the image borders, or cancel this save." msgstr "" -#: plug-ins/common/gif.c:1207 +#: plug-ins/common/gif.c:1210 msgid "Save as GIF" msgstr "Zapisz jako GIF" #. regular gif parameter settings -#: plug-ins/common/gif.c:1229 +#: plug-ins/common/gif.c:1232 msgid "GIF Options" msgstr "Opcje GIF" -#: plug-ins/common/gif.c:1237 +#: plug-ins/common/gif.c:1240 msgid "Interlace" msgstr "Przeplot" -#: plug-ins/common/gif.c:1248 +#: plug-ins/common/gif.c:1251 msgid "GIF Comment:" msgstr "Komentarz:" #. additional animated gif parameter settings -#: plug-ins/common/gif.c:1307 +#: plug-ins/common/gif.c:1311 msgid "Animated GIF Options" msgstr "Opcje animacji GIF" -#: plug-ins/common/gif.c:1315 +#: plug-ins/common/gif.c:1319 msgid "Loop forever" msgstr "Zapêtl na zawsze" -#: plug-ins/common/gif.c:1327 +#: plug-ins/common/gif.c:1331 msgid "Delay between Frames where Unspecified:" msgstr "Opó¼nienie dla klatek animacji, je¶li nie podane:" -#: plug-ins/common/gif.c:1339 +#: plug-ins/common/gif.c:1343 msgid "Milliseconds" msgstr "Milisekundy" -#: plug-ins/common/gif.c:1349 +#: plug-ins/common/gif.c:1353 msgid "Frame Disposal where Unspecified: " msgstr "Rodzaj klatek animacji, je¶li nie podane:" -#: plug-ins/common/gif.c:1358 +#: plug-ins/common/gif.c:1362 msgid "I don't Care" msgstr "Mam to gdzie¶" -#: plug-ins/common/gif.c:1360 +#: plug-ins/common/gif.c:1364 msgid "Cumulative Layers (Combine)" msgstr "" -#: plug-ins/common/gif.c:1362 +#: plug-ins/common/gif.c:1366 msgid "One Frame per Layer (Replace)" msgstr "Jedna ramka na warstwê (zast±p)" -#: plug-ins/common/gif.c:2346 +#: plug-ins/common/gif.c:2350 msgid "GIF: error writing output file\n" msgstr "GIF: b³±d podczas zapisu do pliku\n" -#: plug-ins/common/gif.c:2437 +#: plug-ins/common/gif.c:2441 msgid "GIF save: Your comment string is too long.\n" msgstr "Zapis Gif: Komentarz jest zbyt d³ugi.\n" @@ -3907,7 +3906,7 @@ msgstr "Rysuj msgid "Grid" msgstr "Siatka" -#: plug-ins/common/grid.c:708 plug-ins/gap/gap_mov_dialog.c:478 +#: plug-ins/common/grid.c:708 plug-ins/gap/gap_mov_dialog.c:496 msgid "Update Preview" msgstr "Od¶wie¿ podgl±d" @@ -4683,7 +4682,7 @@ msgid "Output LPI:" msgstr "Poziomy wyj¶ciowe:" #. screen settings -#: plug-ins/common/newsprint.c:1287 plug-ins/gap/gap_mov_dialog.c:250 +#: plug-ins/common/newsprint.c:1287 plug-ins/gap/gap_mov_dialog.c:267 #: plug-ins/gflare/gflare.c:597 msgid "Screen" msgstr "Ekran" @@ -5233,7 +5232,7 @@ msgid "Load PostScript" msgstr "Wczytaj PostScript" #. Rendering -#: plug-ins/common/ps.c:2555 plug-ins/flame/flame.c:987 +#: plug-ins/common/ps.c:2555 plug-ins/flame/flame.c:994 msgid "Rendering" msgstr "Render" @@ -5423,43 +5422,43 @@ msgstr "Czestotliwo msgid "Amplitude:" msgstr "Amplituda:" -#: plug-ins/common/rotate.c:168 +#: plug-ins/common/rotate.c:160 msgid "/Layers/Rotate/90 degrees" msgstr "/Warstwy/Obróæ/90 stopni" -#: plug-ins/common/rotate.c:179 +#: plug-ins/common/rotate.c:171 msgid "/Layers/Rotate/180 degrees" msgstr "/Warstwy/Obróæ/180 stopni" -#: plug-ins/common/rotate.c:190 +#: plug-ins/common/rotate.c:182 msgid "/Layers/Rotate/270 degrees" msgstr "/Warstwy/Obróæ/270 stopni" -#: plug-ins/common/rotate.c:202 +#: plug-ins/common/rotate.c:194 msgid "/Image/Transforms/Rotate/90 degrees" msgstr "/Warstwy/Transformacjê/Obróæ/90 stopni" -#: plug-ins/common/rotate.c:213 +#: plug-ins/common/rotate.c:205 msgid "/Image/Transforms/Rotate/180 degrees" msgstr "/Warstwy/Transformacjê/Obróæ/180 stopni" -#: plug-ins/common/rotate.c:224 +#: plug-ins/common/rotate.c:216 msgid "/Image/Transforms/Rotate/270 degrees" msgstr "/Warstwy/Transformacjê/Obróæ/270 stopni" -#: plug-ins/common/rotate.c:531 +#: plug-ins/common/rotate.c:525 msgid "You can not rotate the whole image if there's a selection." msgstr "Nie mo¿esz obróciæ ca³ego obrazka, je¶li co¶ zaznaczy³e¶." -#: plug-ins/common/rotate.c:537 +#: plug-ins/common/rotate.c:531 msgid "You can not rotate the whole image if there's a floating selection." msgstr "Nie mo¿esz obróciæ ca³ego obrazka, je¶li jest zaznaczenie p³ywaj±ce." -#: plug-ins/common/rotate.c:547 +#: plug-ins/common/rotate.c:541 msgid "Sorry, channels and masks can not be rotated." msgstr "Niestety kana³y i maski nie mog± byæ obracane." -#: plug-ins/common/rotate.c:553 +#: plug-ins/common/rotate.c:547 msgid "Rotating..." msgstr "Obracanie..." @@ -5477,7 +5476,7 @@ msgstr "Wyb #: plug-ins/dbbrowser/dbbrowser_utils.c:156 #: plug-ins/gdyntext/gdyntext_ui.c:643 plug-ins/gimpressionist/orientmap.c:633 #: plug-ins/gimpressionist/presets.c:640 plug-ins/gimpressionist/sizemap.c:492 -#: plug-ins/imagemap/imap_default_dialog.c:110 +#: plug-ins/imagemap/imap_default_dialog.c:122 msgid "Apply" msgstr "Zastosuj" @@ -5576,7 +5575,7 @@ msgstr "Podgl msgid "Holdness:" msgstr "Twardo¶æ:" -#: plug-ins/common/screenshot.c:150 plug-ins/winsnap/winsnap.c:1075 +#: plug-ins/common/screenshot.c:150 plug-ins/winsnap/winsnap.c:1076 msgid "/File/Acquire/Screen Shot..." msgstr "/Plik/Pobierz/Zrzut ekranu..." @@ -5586,7 +5585,7 @@ msgid "Screen Shot" msgstr "Zrzut ekranu" #. Action area -#: plug-ins/common/screenshot.c:393 plug-ins/winsnap/winsnap.c:902 +#: plug-ins/common/screenshot.c:393 plug-ins/winsnap/winsnap.c:903 msgid "Grab" msgstr "Pobierz" @@ -5602,11 +5601,11 @@ msgstr "Zawieraj msgid "Grab the Whole Screen" msgstr "Pobierz ca³y ekran" -#: plug-ins/common/screenshot.c:469 plug-ins/winsnap/winsnap.c:1010 +#: plug-ins/common/screenshot.c:469 plug-ins/winsnap/winsnap.c:1011 msgid "after" msgstr "Po" -#: plug-ins/common/screenshot.c:478 plug-ins/winsnap/winsnap.c:1019 +#: plug-ins/common/screenshot.c:478 plug-ins/winsnap/winsnap.c:1020 msgid "Seconds Delay" msgstr "sekundach opó¼nienia" @@ -5949,7 +5948,7 @@ msgid "Sphere Designer" msgstr "Projektant sfer" #: plug-ins/common/spheredesigner.c:2268 plug-ins/gimpressionist/preview.c:117 -#: plug-ins/gimpressionist/repaint.c:873 plug-ins/gimpressionist/repaint.c:875 +#: plug-ins/gimpressionist/repaint.c:874 plug-ins/gimpressionist/repaint.c:876 #: plug-ins/imagemap/imap_polygon.c:446 msgid "Update" msgstr "Aktualizuj" @@ -6151,31 +6150,31 @@ msgstr "" msgid "Threshold Alpha" msgstr "Próg alfa" -#: plug-ins/common/tiff.c:663 +#: plug-ins/common/tiff.c:685 msgid "TIFF Channel" msgstr "Kana³y TIFF" -#: plug-ins/common/tiff.c:1482 +#: plug-ins/common/tiff.c:1525 msgid "Save as TIFF" msgstr "Zapisz jako TIFF" -#: plug-ins/common/tiff.c:1504 +#: plug-ins/common/tiff.c:1547 msgid "Compression" msgstr "Kompresja danych" -#: plug-ins/common/tiff.c:1509 +#: plug-ins/common/tiff.c:1552 msgid "LZW" msgstr "LZW" -#: plug-ins/common/tiff.c:1510 +#: plug-ins/common/tiff.c:1553 msgid "Pack Bits" msgstr "Pack Bits" -#: plug-ins/common/tiff.c:1511 +#: plug-ins/common/tiff.c:1554 msgid "Deflate" msgstr "Deflate" -#: plug-ins/common/tiff.c:1512 +#: plug-ins/common/tiff.c:1555 msgid "JPEG" msgstr "JPEG" @@ -6915,37 +6914,34 @@ msgstr "Interpretuj msgid "Transferring image" msgstr "" -#: plug-ins/common/xbm.c:237 +#: plug-ins/common/xbm.c:246 msgid "Created with The GIMP" msgstr "Utworzone w GIMPie" -#: plug-ins/common/xbm.c:670 +#: plug-ins/common/xbm.c:731 #, c-format msgid "XBM: cannot open \"%s\"\n" msgstr "XBM: nie mogê otworzyæ \"%s\"\n" -#: plug-ins/common/xbm.c:753 +#: plug-ins/common/xbm.c:814 #, fuzzy, c-format msgid "XBM: cannot read header (ftell == %ld)\n" msgstr "XBM: nie mogê stworzyæ \"%s\"\n" -#: plug-ins/common/xbm.c:759 +#: plug-ins/common/xbm.c:820 msgid "XBM: no image width specified\n" msgstr "XBM: nie podano szeroko¶ci obrazka\n" -#: plug-ins/common/xbm.c:765 +#: plug-ins/common/xbm.c:826 msgid "XBM: no image height specified\n" msgstr "XBM: nie podano wysoko¶ci obrazka\n" -#: plug-ins/common/xbm.c:771 +#: plug-ins/common/xbm.c:832 msgid "XBM: no image data type specified\n" msgstr "XBM: nie podano typu danych obrazka\n" -#: plug-ins/common/xbm.c:890 -msgid "XBM Warning" -msgstr "XBM Ostrze¿enie" - -#: plug-ins/common/xbm.c:911 +#. The image is not black-and-white. +#: plug-ins/common/xbm.c:965 msgid "" "The image which you are trying to save as\n" "an XBM contains more than two colors.\n" @@ -6959,39 +6955,61 @@ msgstr "" "Skonwertuj obrazek na czarno-bia³y\n" "(1-bit) indeksowany i spróbuj ponownie." -#: plug-ins/common/xbm.c:982 +#: plug-ins/common/xbm.c:976 +#, fuzzy +msgid "" +"You cannot save a cursor mask for an image\n" +"which has no alpha channel." +msgstr "Zapis PostScript nie obs³ugujo obrazów z kana³ami alfa" + +#: plug-ins/common/xbm.c:1005 #, c-format msgid "XBM: cannot create \"%s\"\n" msgstr "XBM: nie mogê stworzyæ \"%s\"\n" -#: plug-ins/common/xbm.c:1123 +#: plug-ins/common/xbm.c:1146 msgid "Save as XBM" msgstr "Zapisz jako XBM" #. parameter settings -#: plug-ins/common/xbm.c:1140 +#: plug-ins/common/xbm.c:1163 msgid "XBM Options" msgstr "Opcje XBM" #. X10 format -#: plug-ins/common/xbm.c:1151 +#: plug-ins/common/xbm.c:1174 msgid "X10 Format Bitmap" msgstr "Bitmapa w formacie X10" -#: plug-ins/common/xbm.c:1169 +#: plug-ins/common/xbm.c:1192 msgid "Identifier Prefix:" msgstr "Przedrostek identyfikatora:" #. hotspot toggle -#: plug-ins/common/xbm.c:1187 +#: plug-ins/common/xbm.c:1210 msgid "Write Hot Spot Values" msgstr "" -#: plug-ins/common/xbm.c:1211 +#: plug-ins/common/xbm.c:1234 #, fuzzy msgid "Hot Spot X:" msgstr "Obróæ X:" +#. mask file +#: plug-ins/common/xbm.c:1248 +#, fuzzy +msgid "Mask File" +msgstr "Rozmiar maski:" + +#: plug-ins/common/xbm.c:1259 +msgid "Write Extra Mask File" +msgstr "" + +#: plug-ins/common/xbm.c:1270 +#, fuzzy +msgid "Mask File Extension:" +msgstr "Rozsze¿enie:" + #: plug-ins/common/xpm.c:795 msgid "Save as XPM" msgstr "Zapisz jako XPM" @@ -7157,123 +7175,123 @@ msgstr "" msgid "Image Composing" msgstr "Komponowanie obrazka" -#: plug-ins/flame/flame.c:137 +#: plug-ins/flame/flame.c:144 msgid "/Filters/Render/Nature/Flame..." msgstr "/Filtry/Renderuj/Natura/Flame..." -#: plug-ins/flame/flame.c:218 +#: plug-ins/flame/flame.c:225 msgid "Drawing Flame..." msgstr "Rysujê flame..." -#: plug-ins/flame/flame.c:299 +#: plug-ins/flame/flame.c:306 #, fuzzy msgid "Flame works only on RGB drawables." msgstr "Balans koloru mo¿e byæ wykorzystywany tylko w trybie RGB." -#: plug-ins/flame/flame.c:415 +#: plug-ins/flame/flame.c:422 #, c-format msgid "%s: Is not a regular file" msgstr "%s: nie jest normalnym plikiem" -#: plug-ins/flame/flame.c:619 plug-ins/flame/flame.c:965 +#: plug-ins/flame/flame.c:626 plug-ins/flame/flame.c:972 msgid "Edit Flame" msgstr "Edytuj flame" -#: plug-ins/flame/flame.c:638 +#: plug-ins/flame/flame.c:645 msgid "Directions" msgstr "Kierunki" -#: plug-ins/flame/flame.c:668 +#: plug-ins/flame/flame.c:675 msgid "Controls" msgstr "Kontrolki" -#: plug-ins/flame/flame.c:683 +#: plug-ins/flame/flame.c:690 msgid "Speed:" msgstr "Szybko¶æ:" -#: plug-ins/flame/flame.c:699 +#: plug-ins/flame/flame.c:706 msgid "Randomize" msgstr "Losowe" -#: plug-ins/flame/flame.c:712 +#: plug-ins/flame/flame.c:719 msgid "Same" msgstr "Identyczne" -#: plug-ins/flame/flame.c:713 plug-ins/gimpressionist/orientation.c:151 +#: plug-ins/flame/flame.c:720 plug-ins/gimpressionist/orientation.c:151 #: plug-ins/gimpressionist/size.c:150 msgid "Random" msgstr "Losowo" -#: plug-ins/flame/flame.c:717 +#: plug-ins/flame/flame.c:724 msgid "Swirl" msgstr "Wir" -#: plug-ins/flame/flame.c:718 +#: plug-ins/flame/flame.c:725 msgid "Horseshoe" msgstr "Podkowa" -#: plug-ins/flame/flame.c:719 plug-ins/gfig/gfig.c:3315 +#: plug-ins/flame/flame.c:726 plug-ins/gfig/gfig.c:3315 msgid "Polar" msgstr "Biegunowe" -#: plug-ins/flame/flame.c:720 +#: plug-ins/flame/flame.c:727 #, fuzzy msgid "Bent" msgstr "Zlewanie" -#: plug-ins/flame/flame.c:726 +#: plug-ins/flame/flame.c:733 msgid "Variation:" msgstr "Wariacje:" -#: plug-ins/flame/flame.c:759 plug-ins/flame/flame.c:972 +#: plug-ins/flame/flame.c:766 plug-ins/flame/flame.c:979 msgid "Load Flame" msgstr "Wczytaj flame" -#: plug-ins/flame/flame.c:781 plug-ins/flame/flame.c:979 +#: plug-ins/flame/flame.c:788 plug-ins/flame/flame.c:986 msgid "Save Flame" msgstr "Zapisz flame" -#: plug-ins/flame/flame.c:908 plug-ins/flame/flame.c:947 +#: plug-ins/flame/flame.c:915 plug-ins/flame/flame.c:954 msgid "Flame" msgstr "Flame" -#: plug-ins/flame/flame.c:1017 plug-ins/print/gimp_color_window.c:114 +#: plug-ins/flame/flame.c:1024 plug-ins/print/gimp_color_window.c:114 msgid "Contrast:" msgstr "Kontrast:" -#: plug-ins/flame/flame.c:1030 plug-ins/gimpressionist/brush.c:401 +#: plug-ins/flame/flame.c:1037 plug-ins/gimpressionist/brush.c:401 #: plug-ins/print/gimp_color_window.c:198 msgid "Gamma:" msgstr "Gamma:" -#: plug-ins/flame/flame.c:1043 +#: plug-ins/flame/flame.c:1050 msgid "Sample Density:" msgstr "Gêsto¶æ próbkowania:" -#: plug-ins/flame/flame.c:1053 +#: plug-ins/flame/flame.c:1060 #, fuzzy msgid "Spatial Oversample:" msgstr "Nadpróbkuj:" -#: plug-ins/flame/flame.c:1063 +#: plug-ins/flame/flame.c:1070 #, fuzzy msgid "Spatial Filter Radius:" msgstr "Dostêpne filtry" -#: plug-ins/flame/flame.c:1089 +#: plug-ins/flame/flame.c:1096 #, fuzzy msgid "Colormap:" msgstr "Kolor:" -#: plug-ins/flame/flame.c:1137 +#: plug-ins/flame/flame.c:1144 msgid "Custom Gradient" msgstr "Gradient u¿ytkownika" -#: plug-ins/flame/flame.c:1157 +#: plug-ins/flame/flame.c:1164 msgid "Camera" msgstr "Kamera" -#: plug-ins/flame/flame.c:1169 +#: plug-ins/flame/flame.c:1176 msgid "Zoom:" msgstr "Powiêkszenie:" @@ -8206,7 +8224,7 @@ msgstr "Z kadru:" #. digits #. constrain #. lower, upper (unconstrained) -#: plug-ins/gap/gap_mod_layer.c:156 plug-ins/gap/gap_mov_dialog.c:550 +#: plug-ins/gap/gap_mod_layer.c:156 plug-ins/gap/gap_mov_dialog.c:568 #: plug-ins/gap/gap_mpege.c:259 plug-ins/gap/gap_range_ops.c:442 #: plug-ins/gap/gap_range_ops.c:601 msgid "first handled frame" @@ -8224,7 +8242,7 @@ msgstr "Do kadru:" #. digits #. constrain #. lower, upper (unconstrained) -#: plug-ins/gap/gap_mod_layer.c:164 plug-ins/gap/gap_mov_dialog.c:565 +#: plug-ins/gap/gap_mod_layer.c:164 plug-ins/gap/gap_mov_dialog.c:583 #: plug-ins/gap/gap_mpege.c:267 plug-ins/gap/gap_range_ops.c:450 #: plug-ins/gap/gap_range_ops.c:609 msgid "last handled frame" @@ -8319,125 +8337,125 @@ msgstr "Modyfikuj msgid "No selected Layer in start frame" msgstr "Kasuj warstwy w kadrach" -#: plug-ins/gap/gap_mov_dialog.c:247 plug-ins/gfig/gfig.c:3327 +#: plug-ins/gap/gap_mov_dialog.c:264 plug-ins/gfig/gfig.c:3327 #: plug-ins/gflare/gflare.c:594 plug-ins/gimpressionist/orientmap.c:590 #, fuzzy msgid "Normal" msgstr "Format" -#: plug-ins/gap/gap_mov_dialog.c:248 +#: plug-ins/gap/gap_mov_dialog.c:265 #, fuzzy msgid "Dissolve" msgstr "Przesuniêcie" -#: plug-ins/gap/gap_mov_dialog.c:249 +#: plug-ins/gap/gap_mov_dialog.c:266 msgid "Multiply" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:251 plug-ins/gflare/gflare.c:596 +#: plug-ins/gap/gap_mov_dialog.c:268 plug-ins/gflare/gflare.c:596 #: plug-ins/gimpressionist/paper.c:152 msgid "Overlay" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:252 +#: plug-ins/gap/gap_mov_dialog.c:269 msgid "Difference" msgstr "Ró¿nica" -#: plug-ins/gap/gap_mov_dialog.c:253 plug-ins/gflare/gflare.c:595 +#: plug-ins/gap/gap_mov_dialog.c:270 plug-ins/gflare/gflare.c:595 msgid "Addition" msgstr "Suma" -#: plug-ins/gap/gap_mov_dialog.c:254 plug-ins/gfig/gfig.c:3148 +#: plug-ins/gap/gap_mov_dialog.c:271 plug-ins/gfig/gfig.c:3148 msgid "Subtract" msgstr "Odejmij" -#: plug-ins/gap/gap_mov_dialog.c:255 +#: plug-ins/gap/gap_mov_dialog.c:272 msgid "Darken Only" msgstr "Tylko ciemniejsze" -#: plug-ins/gap/gap_mov_dialog.c:256 +#: plug-ins/gap/gap_mov_dialog.c:273 msgid "Lighten Only" msgstr "Tylko ja¶niejsze" -#: plug-ins/gap/gap_mov_dialog.c:267 +#: plug-ins/gap/gap_mov_dialog.c:284 msgid "Left Top" msgstr "Lewy górny" -#: plug-ins/gap/gap_mov_dialog.c:268 +#: plug-ins/gap/gap_mov_dialog.c:285 msgid "Left Bottom" msgstr "Lewy dolny" -#: plug-ins/gap/gap_mov_dialog.c:269 +#: plug-ins/gap/gap_mov_dialog.c:286 msgid "Right Top" msgstr "Prawy górny" -#: plug-ins/gap/gap_mov_dialog.c:270 +#: plug-ins/gap/gap_mov_dialog.c:287 msgid "Right Bottom" msgstr "Prawy dolny" -#: plug-ins/gap/gap_mov_dialog.c:279 +#: plug-ins/gap/gap_mov_dialog.c:296 msgid "Loop" msgstr "Pêtla" -#: plug-ins/gap/gap_mov_dialog.c:280 +#: plug-ins/gap/gap_mov_dialog.c:297 msgid "Loop Reverse" msgstr "Odwrócona pêtla" -#: plug-ins/gap/gap_mov_dialog.c:281 +#: plug-ins/gap/gap_mov_dialog.c:298 msgid "Once" msgstr "Jeden Raz" -#: plug-ins/gap/gap_mov_dialog.c:282 +#: plug-ins/gap/gap_mov_dialog.c:299 msgid "OnceReverse" msgstr "Odwrócony 1 raz" -#: plug-ins/gap/gap_mov_dialog.c:283 +#: plug-ins/gap/gap_mov_dialog.c:300 msgid "PingPong" msgstr "Ping Pong" -#: plug-ins/gap/gap_mov_dialog.c:451 +#: plug-ins/gap/gap_mov_dialog.c:469 #, fuzzy msgid "Move Path" msgstr "¦cie¿ka menu" -#: plug-ins/gap/gap_mov_dialog.c:485 +#: plug-ins/gap/gap_mov_dialog.c:503 msgid "" "Show PreviewFrame with Selected \n" "SrcLayer at current Controlpoint" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:489 +#: plug-ins/gap/gap_mov_dialog.c:507 #, fuzzy msgid "Anim Preview" msgstr "Podgl±d" -#: plug-ins/gap/gap_mov_dialog.c:496 +#: plug-ins/gap/gap_mov_dialog.c:514 msgid "" "Generate Animated Preview\n" "as multilayer image" msgstr "" #. parameter settings -#: plug-ins/gap/gap_mov_dialog.c:509 +#: plug-ins/gap/gap_mov_dialog.c:527 #, fuzzy msgid "Copy moving source-layer(s) into frames" msgstr "Kopiuj kadry w kadrach..." #. the start frame scale_entry #. table col, row -#: plug-ins/gap/gap_mov_dialog.c:542 +#: plug-ins/gap/gap_mov_dialog.c:560 msgid "Start Frame:" msgstr "Z kadru:" #. the end frame scale_entry #. table col, row -#: plug-ins/gap/gap_mov_dialog.c:557 +#: plug-ins/gap/gap_mov_dialog.c:575 msgid "End Frame:" msgstr "Do kadru:" #. the Preview Frame scale_entry #. table col, row -#: plug-ins/gap/gap_mov_dialog.c:572 +#: plug-ins/gap/gap_mov_dialog.c:590 msgid "Preview Frame:" msgstr "Podgl±du kadru:" @@ -8449,7 +8467,7 @@ msgstr "Podgl #. digits #. constrain #. lower, upper (unconstrained) -#: plug-ins/gap/gap_mov_dialog.c:580 +#: plug-ins/gap/gap_mov_dialog.c:598 msgid "" "frame to show when UpdPreview\n" "button is pressed" @@ -8457,7 +8475,7 @@ msgstr "" #. the Layerstack scale_entry #. table col, row -#: plug-ins/gap/gap_mov_dialog.c:588 plug-ins/gap/gap_range_ops.c:265 +#: plug-ins/gap/gap_mov_dialog.c:606 plug-ins/gap/gap_range_ops.c:265 #, fuzzy msgid "Layerstack:" msgstr "Warstwy" @@ -8470,7 +8488,7 @@ msgstr "Warstwy" #. digits #. constrain #. lower, upper (unconstrained) -#: plug-ins/gap/gap_mov_dialog.c:596 +#: plug-ins/gap/gap_mov_dialog.c:614 msgid "" "How to insert SrcLayer into the\n" "Dst. Frame's Layerstack\n" @@ -8478,142 +8496,142 @@ msgid "" msgstr "" #. toggle force visibility -#: plug-ins/gap/gap_mov_dialog.c:608 +#: plug-ins/gap/gap_mov_dialog.c:626 msgid "Force visibility" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:614 +#: plug-ins/gap/gap_mov_dialog.c:632 msgid "Force visibility for all copied Src-Layers" msgstr "" #. toggle clip_to_image -#: plug-ins/gap/gap_mov_dialog.c:620 +#: plug-ins/gap/gap_mov_dialog.c:638 msgid "Clip To Frame" msgstr "Przytnij do kadru" -#: plug-ins/gap/gap_mov_dialog.c:626 +#: plug-ins/gap/gap_mov_dialog.c:644 msgid "" "Clip all copied Src-Layers\n" "at Frame Boundaries" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:674 +#: plug-ins/gap/gap_mov_dialog.c:692 msgid "" "No Source Image was selected\n" "(Please open a 2nd Image of the same type before opening Move Path)" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:770 +#: plug-ins/gap/gap_mov_dialog.c:788 #, fuzzy msgid "Object on empty frames" msgstr "Szczegó³y obiektu" -#: plug-ins/gap/gap_mov_dialog.c:771 +#: plug-ins/gap/gap_mov_dialog.c:789 msgid "Object on one frame" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:772 +#: plug-ins/gap/gap_mov_dialog.c:790 #, fuzzy msgid "Exact Object on frames" msgstr "Wyci±gnij klatki:" -#: plug-ins/gap/gap_mov_dialog.c:802 +#: plug-ins/gap/gap_mov_dialog.c:820 #, fuzzy msgid "Anim Preview Mode" msgstr "Wielko¶æ podgl±du" -#: plug-ins/gap/gap_mov_dialog.c:810 +#: plug-ins/gap/gap_mov_dialog.c:828 #, fuzzy msgid "Scale Preview" msgstr "Podgl±d obrazu" -#: plug-ins/gap/gap_mov_dialog.c:811 +#: plug-ins/gap/gap_mov_dialog.c:829 msgid "Scale down size of the generated animated preview (in %)" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:819 +#: plug-ins/gap/gap_mov_dialog.c:837 #, fuzzy msgid "Framerate" msgstr "Nazwy klatek:" -#: plug-ins/gap/gap_mov_dialog.c:820 +#: plug-ins/gap/gap_mov_dialog.c:838 msgid "Framerate to use in the animated preview in frames/sec" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:834 +#: plug-ins/gap/gap_mov_dialog.c:852 msgid "Copy to Video Buffer" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:835 +#: plug-ins/gap/gap_mov_dialog.c:853 msgid "" "Save all single frames of animated preview to video buffer\n" "(configured in gimprc by video-paste-dir and video-paste-basename)" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:840 +#: plug-ins/gap/gap_mov_dialog.c:858 #, fuzzy msgid "Move Path Animated Preview" msgstr "Automatyczne od¶wie¿anie podgl±du" -#: plug-ins/gap/gap_mov_dialog.c:886 +#: plug-ins/gap/gap_mov_dialog.c:904 #, fuzzy msgid "Generate Animated Preview failed\n" msgstr "Generuj optymalna paletê" #. filesel is already open -#: plug-ins/gap/gap_mov_dialog.c:1098 +#: plug-ins/gap/gap_mov_dialog.c:1343 msgid "Load Path Points from file" msgstr "Wczytaj punkty ¶ciezki z pliku" #. filesel is already open -#: plug-ins/gap/gap_mov_dialog.c:1134 +#: plug-ins/gap/gap_mov_dialog.c:1379 msgid "Save Path Points to file" msgstr "Zapisz punkty ¶ciezki do pliku" -#: plug-ins/gap/gap_mov_dialog.c:1479 +#: plug-ins/gap/gap_mov_dialog.c:1724 #, c-format msgid "Current Point: [ %3d ] of [ %3d ]" msgstr "Aktualny punkt: [ %3d ] z [ %3d ]" -#: plug-ins/gap/gap_mov_dialog.c:1670 +#: plug-ins/gap/gap_mov_dialog.c:1915 msgid "Source Select" msgstr "Wybie¿ ¼ród³o" #. Source Layer menu -#: plug-ins/gap/gap_mov_dialog.c:1687 +#: plug-ins/gap/gap_mov_dialog.c:1932 msgid "Source Image/Layer:" msgstr "Obraz ¼ród³owy:" -#: plug-ins/gap/gap_mov_dialog.c:1697 +#: plug-ins/gap/gap_mov_dialog.c:1942 msgid "Source Object to insert into Frame Range" msgstr "" #. Paintmode menu -#: plug-ins/gap/gap_mov_dialog.c:1712 +#: plug-ins/gap/gap_mov_dialog.c:1957 msgid "Mode:" msgstr "Tryb:" -#: plug-ins/gap/gap_mov_dialog.c:1721 +#: plug-ins/gap/gap_mov_dialog.c:1966 msgid "Paintmode" msgstr "Tryb malowania" #. Loop Stepmode menu -#: plug-ins/gap/gap_mov_dialog.c:1736 +#: plug-ins/gap/gap_mov_dialog.c:1981 msgid "Stepmode:" msgstr "Tryb kroku:" -#: plug-ins/gap/gap_mov_dialog.c:1754 +#: plug-ins/gap/gap_mov_dialog.c:1999 msgid "" "How to fetch the next SrcLayer \n" "at the next handled frame" msgstr "" #. Source Image Handle menu -#: plug-ins/gap/gap_mov_dialog.c:1760 +#: plug-ins/gap/gap_mov_dialog.c:2005 msgid "Handle:" msgstr "Uchwyt:" -#: plug-ins/gap/gap_mov_dialog.c:1778 +#: plug-ins/gap/gap_mov_dialog.c:2023 msgid "" "How to place the SrcLayer at \n" "Controlpoint Coordinates" @@ -8621,18 +8639,18 @@ msgstr "" #. to avoid side effects while initialization #. the frame -#: plug-ins/gap/gap_mov_dialog.c:1832 +#: plug-ins/gap/gap_mov_dialog.c:2077 #, fuzzy msgid "Move Path Preview" msgstr "Automatyczne od¶wie¿anie podgl±du" #. lower, upper (unconstrained) -#: plug-ins/gap/gap_mov_dialog.c:1864 +#: plug-ins/gap/gap_mov_dialog.c:2109 msgid "X Coordinate" msgstr "Pozycja X" #. lower, upper (unconstrained) -#: plug-ins/gap/gap_mov_dialog.c:1882 +#: plug-ins/gap/gap_mov_dialog.c:2127 msgid "Y Coordinate" msgstr "Pozycja X" @@ -8644,7 +8662,7 @@ msgstr "Pozycja X" #. digits #. constrain #. lower, upper (unconstrained) -#: plug-ins/gap/gap_mov_dialog.c:1899 +#: plug-ins/gap/gap_mov_dialog.c:2144 msgid "Scale Source Layer's Width in percent" msgstr "" @@ -8656,7 +8674,7 @@ msgstr "" #. digits #. constrain #. lower, upper (unconstrained) -#: plug-ins/gap/gap_mov_dialog.c:1916 +#: plug-ins/gap/gap_mov_dialog.c:2161 msgid "" "Scale SrcLayer's Height\n" "in percent" @@ -8670,7 +8688,7 @@ msgstr "" #. digits #. constrain #. lower, upper (unconstrained) -#: plug-ins/gap/gap_mov_dialog.c:1933 +#: plug-ins/gap/gap_mov_dialog.c:2178 msgid "" "SrcLayer's Opacity\n" "in percent" @@ -8678,7 +8696,7 @@ msgstr "" #. Rotation #. table col, row -#: plug-ins/gap/gap_mov_dialog.c:1942 +#: plug-ins/gap/gap_mov_dialog.c:2187 #, fuzzy msgid "Rotate:" msgstr "Obróæ: " @@ -8691,13 +8709,13 @@ msgstr "Obr #. digits #. constrain #. lower, upper (unconstrained) -#: plug-ins/gap/gap_mov_dialog.c:1950 +#: plug-ins/gap/gap_mov_dialog.c:2195 msgid "Rotate SrcLayer (in degree)" msgstr "" #. Keyframe #. table col, row -#: plug-ins/gap/gap_mov_dialog.c:1961 +#: plug-ins/gap/gap_mov_dialog.c:2206 #, fuzzy msgid "Keyframe:" msgstr "Klip:" @@ -8710,134 +8728,156 @@ msgstr "Klip:" #. digits #. constrain #. lower, upper (unconstrained) -#: plug-ins/gap/gap_mov_dialog.c:1969 +#: plug-ins/gap/gap_mov_dialog.c:2214 msgid "" "Fix Controlpoint to Keyframe number\n" "(0 == No Keyframe)" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:2044 +#: plug-ins/gap/gap_mov_dialog.c:2289 msgid "Add Point" msgstr "Dodaj punkt" -#: plug-ins/gap/gap_mov_dialog.c:2052 +#: plug-ins/gap/gap_mov_dialog.c:2297 msgid "" "Add Controlpoint at end \n" "(the last Point is duplicated)" msgstr "" #. toggle clip_to_image -#: plug-ins/gap/gap_mov_dialog.c:2057 +#: plug-ins/gap/gap_mov_dialog.c:2302 msgid "Show Path" msgstr "Poka¿ ¶cie¿kê" -#: plug-ins/gap/gap_mov_dialog.c:2063 +#: plug-ins/gap/gap_mov_dialog.c:2308 msgid "" "Show Path Lines and enable\n" "pick/drag with left button\n" "or move with right button" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:2073 +#: plug-ins/gap/gap_mov_dialog.c:2318 #: plug-ins/imagemap/imap_cmd_insert_point.c:57 #: plug-ins/imagemap/imap_polygon.c:683 msgid "Insert Point" msgstr "Wstaw punkt" -#: plug-ins/gap/gap_mov_dialog.c:2081 +#: plug-ins/gap/gap_mov_dialog.c:2326 msgid "" "Insert Controlpoint \n" "(the current Point is duplicated)" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:2085 +#: plug-ins/gap/gap_mov_dialog.c:2330 #: plug-ins/imagemap/imap_cmd_delete_point.c:57 #: plug-ins/imagemap/imap_polygon.c:669 msgid "Delete Point" msgstr "Usuñ punkt" -#: plug-ins/gap/gap_mov_dialog.c:2093 +#: plug-ins/gap/gap_mov_dialog.c:2338 msgid "Delete current Controlpoint" msgstr "Kasuj aktualny punkt kontrolny" -#: plug-ins/gap/gap_mov_dialog.c:2099 +#: plug-ins/gap/gap_mov_dialog.c:2344 msgid "Prev Point" msgstr "Poprzedni punkt" -#: plug-ins/gap/gap_mov_dialog.c:2107 +#: plug-ins/gap/gap_mov_dialog.c:2352 msgid "Show Previous Controlpoint" msgstr "Poka¿ poporzedni punkt kontrolny" -#: plug-ins/gap/gap_mov_dialog.c:2111 +#: plug-ins/gap/gap_mov_dialog.c:2356 msgid "Next Point" msgstr "Nastêpny punkt" -#: plug-ins/gap/gap_mov_dialog.c:2119 +#: plug-ins/gap/gap_mov_dialog.c:2364 msgid "Show Next Controlpoint" msgstr "Poka¿ nastêpny punkt kontrolny" -#: plug-ins/gap/gap_mov_dialog.c:2125 +#: plug-ins/gap/gap_mov_dialog.c:2370 msgid "First Point" msgstr "Pierwszy punkt" -#: plug-ins/gap/gap_mov_dialog.c:2133 +#: plug-ins/gap/gap_mov_dialog.c:2378 msgid "Show First Controlpoint" msgstr "Poka¿ pierwszy punkt kontrolny" -#: plug-ins/gap/gap_mov_dialog.c:2137 +#: plug-ins/gap/gap_mov_dialog.c:2382 msgid "Last Point" msgstr "Ostatni punkt" -#: plug-ins/gap/gap_mov_dialog.c:2145 +#: plug-ins/gap/gap_mov_dialog.c:2390 msgid "Show Last Controlpoint" msgstr "Poka¿ ostatni punkt kontrolny" -#: plug-ins/gap/gap_mov_dialog.c:2151 +#: plug-ins/gap/gap_mov_dialog.c:2396 msgid "Clear Point" msgstr "Wyczy¶æ punkty" -#: plug-ins/gap/gap_mov_dialog.c:2159 +#: plug-ins/gap/gap_mov_dialog.c:2404 #, fuzzy msgid "" "Reset the current Controlpoint\n" "to default Values" msgstr "Kasuj aktualny punkt kontrolny" -#: plug-ins/gap/gap_mov_dialog.c:2163 -msgid "Reset Points" -msgstr "Resetuj punkty" - -#: plug-ins/gap/gap_mov_dialog.c:2171 +#: plug-ins/gap/gap_mov_dialog.c:2408 #, fuzzy -msgid "" -"Reset Controlpoints \n" -"to one Defaultpoint" -msgstr "Zapisz punkty kontrolne do pliku" +msgid "Clear All Points" +msgstr "Wyczy¶æ punkty" -#: plug-ins/gap/gap_mov_dialog.c:2177 +#: plug-ins/gap/gap_mov_dialog.c:2416 +msgid "" +"Reset all Controlpoints to default Values\n" +"but dont change the path (X/Y Values)" +msgstr "" + +#: plug-ins/gap/gap_mov_dialog.c:2423 +#, fuzzy +msgid "Rotate Follow" +msgstr "Obróæ: " + +#: plug-ins/gap/gap_mov_dialog.c:2434 +msgid "" +"Set Rotation for all Controlpoints\n" +"to follow the shape of the path.\n" +"(Shift: use Rotation of contolpoint 1 as offset)" +msgstr "" + +#: plug-ins/gap/gap_mov_dialog.c:2441 +#, fuzzy +msgid "Delete All Points" +msgstr "Usuñ punkt" + +#: plug-ins/gap/gap_mov_dialog.c:2449 +#, fuzzy +msgid "Delete all Controlpoints" +msgstr "Kasuj aktualny punkt kontrolny" + +#: plug-ins/gap/gap_mov_dialog.c:2456 msgid "Load Points" msgstr "Wczytaj punkty" -#: plug-ins/gap/gap_mov_dialog.c:2185 +#: plug-ins/gap/gap_mov_dialog.c:2464 msgid "Load Controlpoints from file" msgstr "Wczytaj punkty kontrolne z pliku" -#: plug-ins/gap/gap_mov_dialog.c:2189 +#: plug-ins/gap/gap_mov_dialog.c:2468 msgid "Save Points" msgstr "Zapisz punkty" -#: plug-ins/gap/gap_mov_dialog.c:2197 +#: plug-ins/gap/gap_mov_dialog.c:2476 msgid "Save Controlpoints to file" msgstr "Zapisz punkty kontrolne do pliku" -#: plug-ins/gap/gap_mov_dialog.c:2668 +#: plug-ins/gap/gap_mov_dialog.c:2947 #, c-format msgid "" "\n" "Error: Keyframe %d at point [%d] higher or equal than last handled frame" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:2676 +#: plug-ins/gap/gap_mov_dialog.c:2955 #, c-format msgid "" "\n" @@ -8845,21 +8885,21 @@ msgid "" "for the previous controlpoints" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:2686 +#: plug-ins/gap/gap_mov_dialog.c:2965 #, c-format msgid "" "\n" "Error: Keyframe %d is not in sequence at point [%d]" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:2704 +#: plug-ins/gap/gap_mov_dialog.c:2983 #, c-format msgid "" "\n" "Error: controlpoint [%d] is out of handled framerange" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:2718 +#: plug-ins/gap/gap_mov_dialog.c:2997 #, c-format msgid "" "\n" @@ -8867,38 +8907,38 @@ msgid "" "please reduce controlpoints or select more frames" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:2731 +#: plug-ins/gap/gap_mov_dialog.c:3010 #, fuzzy msgid "" "Cant operate with current Controlpoint\n" "or Keyframe settings" msgstr "Kasuj aktualny punkt kontrolny" -#: plug-ins/gap/gap_mov_dialog.c:2738 +#: plug-ins/gap/gap_mov_dialog.c:3017 #, fuzzy msgid "Reset Keyframes" msgstr "Zresetuj do domy¶lnych" -#: plug-ins/gap/gap_mov_dialog.c:2743 +#: plug-ins/gap/gap_mov_dialog.c:3022 #, fuzzy msgid "Move Path Controlpointcheck" msgstr "Poka¿ ostatni punkt kontrolny" -#: plug-ins/gap/gap_mov_dialog.c:2744 +#: plug-ins/gap/gap_mov_dialog.c:3023 msgid "Errors:" msgstr "" -#: plug-ins/gap/gap_mov_exec.c:337 +#: plug-ins/gap/gap_mov_exec.c:339 msgid "" "No Source Image was selected.\n" "Please open a 2nd Image of the same type before opening Move Path." msgstr "" -#: plug-ins/gap/gap_mov_exec.c:348 +#: plug-ins/gap/gap_mov_exec.c:350 msgid "Copying Layers into Frames..." msgstr "Kopiuj kadry w kadrach..." -#: plug-ins/gap/gap_mov_exec.c:352 +#: plug-ins/gap/gap_mov_exec.c:354 #, fuzzy msgid "Generating Animated Preview..." msgstr "Podgl±d obrazu" @@ -9803,18 +9843,12 @@ msgstr "" msgid "/Filters/Render/Dynamic Text..." msgstr "/Filtry/Renderuj/Tekst Dynamiczny..." -#: plug-ins/gdyntext/gdyntext.c:307 -msgid "" -"Current layer isn't a GDynText layer or it has no alpha channel.\n" -" Forcing new layer creation.\n" -msgstr "" - -#: plug-ins/gdyntext/gdyntext.c:354 +#: plug-ins/gdyntext/gdyntext.c:351 #, c-format msgid "Upgrading old GDynText layer to %s\n" msgstr "" -#: plug-ins/gdyntext/gdyntext.c:358 +#: plug-ins/gdyntext/gdyntext.c:355 #, c-format msgid "" "WARNING: GDynText is too old!\n" @@ -9824,17 +9858,17 @@ msgid "" msgstr "" #. remove old layer name -#: plug-ins/gdyntext/gdyntext.c:397 +#: plug-ins/gdyntext/gdyntext.c:394 #, fuzzy msgid "GDynText Layer " msgstr "Warstwa tekstowa" -#: plug-ins/gdyntext/gdyntext.c:434 +#: plug-ins/gdyntext/gdyntext.c:431 #, fuzzy msgid "GIMP Dynamic Text" msgstr "Dynamiczny tekst" -#: plug-ins/gdyntext/gdyntext.c:536 +#: plug-ins/gdyntext/gdyntext.c:533 #, fuzzy msgid "GDynText Layer" msgstr "Warstwa tekstowa" @@ -11835,7 +11869,7 @@ msgstr "Odznacz" msgid "Unselect All" msgstr "Odznacz wszystko" -#: plug-ins/imagemap/imap_default_dialog.c:124 +#: plug-ins/imagemap/imap_default_dialog.c:136 msgid "Help..." msgstr "Pomoc..." @@ -11921,12 +11955,12 @@ msgstr "Wymiar:" msgid "JavaScript" msgstr "JavaScript" -#: plug-ins/imagemap/imap_edit_area_info.c:416 +#: plug-ins/imagemap/imap_edit_area_info.c:425 #, fuzzy msgid "Area Settings" msgstr "Ustawienia odcieni" -#: plug-ins/imagemap/imap_edit_area_info.c:459 +#: plug-ins/imagemap/imap_edit_area_info.c:469 #, fuzzy, c-format msgid "Area #%d Settings" msgstr "Ustawienia zaawansowane" @@ -12407,12 +12441,12 @@ msgid "" msgstr "" #. open URL for help -#: plug-ins/maze/maze_face.c:588 +#: plug-ins/maze/maze_face.c:596 #, c-format msgid "Opening %s" msgstr "Otwieram %s" -#: plug-ins/maze/maze_face.c:599 +#: plug-ins/maze/maze_face.c:607 #, fuzzy, c-format msgid "See %s" msgstr "Ponów %s" @@ -12949,33 +12983,34 @@ msgstr "Maluj" msgid "Misc" msgstr "Ró¿ne" -#: plug-ins/sel2path/sel2path.c:160 +#: plug-ins/sel2path/sel2path.c:162 msgid "/Select/To Path" msgstr "/Zaznacz/To Path" -#: plug-ins/sel2path/sel2path.c:205 +#: plug-ins/sel2path/sel2path.c:209 msgid "No selection to convert" msgstr "Brak selekcji do konwersji" -#: plug-ins/sel2path/sel2path.c:362 -msgid "Default Values" -msgstr "Warto¶ci domy¶lne" +#: plug-ins/sel2path/sel2path.c:333 +#, fuzzy +msgid "Sel2Path Advanced Settings" +msgstr "Ustawienia zaawansowane" -#: plug-ins/sel2path/sel2path.c:551 +#: plug-ins/sel2path/sel2path.c:542 #, c-format msgid "print_spline: strange degree (%d)" msgstr "" -#: plug-ins/sel2path/sel2path.c:559 +#: plug-ins/sel2path/sel2path.c:551 #, fuzzy msgid "selection_to_path" msgstr "¦cie¿ka z zaznaczenia" -#: plug-ins/sel2path/sel2path.c:585 +#: plug-ins/sel2path/sel2path.c:579 msgid "gimp_image_get_selection failed" msgstr "" -#: plug-ins/sel2path/sel2path.c:593 +#: plug-ins/sel2path/sel2path.c:587 msgid "Internal error. Selection bpp > 1" msgstr "" @@ -13168,19 +13203,19 @@ msgstr "Okno:" msgid "Current" msgstr "Bie¿±cy" -#: plug-ins/winsnap/winsnap.c:945 +#: plug-ins/winsnap/winsnap.c:946 msgid "Grab a single window" msgstr "Pobierz jedno okno" -#: plug-ins/winsnap/winsnap.c:956 +#: plug-ins/winsnap/winsnap.c:957 msgid "Include decorations" msgstr "Zawieraj±c dekoracje" -#: plug-ins/winsnap/winsnap.c:992 +#: plug-ins/winsnap/winsnap.c:993 msgid "Grab the whole screen" msgstr "Pobierz ca³y ekran" -#: plug-ins/winsnap/winsnap.c:1221 +#: plug-ins/winsnap/winsnap.c:1222 msgid "No data captured" msgstr "Nie pobrano danych" @@ -13261,6 +13296,21 @@ msgstr "" msgid "Error: XJT propertyfile %s is empty" msgstr "B³±d przy otwieraniu pliku %s: %s" +#~ msgid "XBM Warning" +#~ msgstr "XBM Ostrze¿enie" + +#~ msgid "Reset Points" +#~ msgstr "Resetuj punkty" + +#, fuzzy +#~ msgid "" +#~ "Reset Controlpoints \n" +#~ "to one Defaultpoint" +#~ msgstr "Zapisz punkty kontrolne do pliku" + +#~ msgid "Default Values" +#~ msgstr "Warto¶ci domy¶lne" + #~ msgid "%s: too many colors: %u\n" #~ msgstr "%s: zbyt du¿o kolorów: %u\n" diff --git a/po-plug-ins/ru.po b/po-plug-ins/ru.po index 36f984e165..cdf76e5823 100644 --- a/po-plug-ins/ru.po +++ b/po-plug-ins/ru.po @@ -4,7 +4,7 @@ msgid "" msgstr "" "Project-Id-Version: Gimp-plugin-1.1.21+\n" -"POT-Creation-Date: 2000-06-08 23:39+0000\n" +"POT-Creation-Date: 2000-06-18 19:40-0700\n" "PO-Revision-Date: 2000-06-08 23:43+00:00\n" "Last-Translator: Valek Filippov \n" "Language-Team: Russian \n" @@ -83,7 +83,7 @@ msgstr " #: plug-ins/common/sparkle.c:349 plug-ins/common/spheredesigner.c:2232 #: plug-ins/common/spread.c:382 plug-ins/common/sunras.c:1577 #: plug-ins/common/tga.c:1448 plug-ins/common/threshold_alpha.c:268 -#: plug-ins/common/tiff.c:1487 plug-ins/common/tile.c:398 +#: plug-ins/common/tiff.c:1530 plug-ins/common/tile.c:398 #: plug-ins/common/tileit.c:386 plug-ins/common/uniteditor.c:172 #: plug-ins/common/unsharp.c:786 plug-ins/common/video.c:2155 #: plug-ins/common/vpropagate.c:934 plug-ins/common/warp.c:437 @@ -109,7 +109,7 @@ msgstr " #: plug-ins/imagemap/imap_default_dialog.c:114 plug-ins/maze/maze_face.c:191 #: plug-ins/mosaic/mosaic.c:531 plug-ins/pagecurl/pagecurl.c:518 #: plug-ins/print/gimp_main_window.c:597 plug-ins/rcm/rcm_dialog.c:727 -#: plug-ins/sel2path/sel2path.c:345 plug-ins/sgi/sgi.c:640 +#: plug-ins/sel2path/sel2path.c:338 plug-ins/sgi/sgi.c:640 #: plug-ins/sinus/sinus.c:746 plug-ins/struc/struc.c:255 #: plug-ins/webbrowser/webbrowser.c:281 plug-ins/xjt/xjt.c:793 msgid "OK" @@ -165,7 +165,7 @@ msgstr " #: plug-ins/common/sparkle.c:351 plug-ins/common/spheredesigner.c:2236 #: plug-ins/common/spread.c:384 plug-ins/common/sunras.c:1579 #: plug-ins/common/tga.c:1450 plug-ins/common/threshold_alpha.c:270 -#: plug-ins/common/tiff.c:1489 plug-ins/common/tile.c:400 +#: plug-ins/common/tiff.c:1532 plug-ins/common/tile.c:400 #: plug-ins/common/tileit.c:388 plug-ins/common/uniteditor.c:174 #: plug-ins/common/unsharp.c:788 plug-ins/common/video.c:2157 #: plug-ins/common/vpropagate.c:936 plug-ins/common/warp.c:439 @@ -193,7 +193,7 @@ msgstr " #: plug-ins/imagemap/imap_default_dialog.c:129 plug-ins/maze/maze_face.c:195 #: plug-ins/mosaic/mosaic.c:533 plug-ins/pagecurl/pagecurl.c:520 #: plug-ins/print/gimp_main_window.c:212 plug-ins/print/gimp_main_window.c:599 -#: plug-ins/rcm/rcm_dialog.c:729 plug-ins/sel2path/sel2path.c:354 +#: plug-ins/rcm/rcm_dialog.c:729 plug-ins/sel2path/sel2path.c:344 #: plug-ins/sgi/sgi.c:642 plug-ins/sinus/sinus.c:748 #: plug-ins/struc/struc.c:257 plug-ins/webbrowser/webbrowser.c:283 #: plug-ins/winsnap/winsnap.c:913 plug-ins/xjt/xjt.c:795 @@ -269,7 +269,7 @@ msgstr " #: plug-ins/FractalExplorer/Dialogs.c:803 plug-ins/common/CML_explorer.c:167 #: plug-ins/common/align_layers.c:452 plug-ins/common/align_layers.c:485 #: plug-ins/common/ps.c:2640 plug-ins/common/ps.c:2653 -#: plug-ins/common/psp.c:445 plug-ins/common/tiff.c:1508 +#: plug-ins/common/psp.c:445 plug-ins/common/tiff.c:1551 #: plug-ins/fits/fits.c:1032 plug-ins/gap/gap_mov_dialog.c:301 msgid "None" msgstr "îÉËÁËÏÊ" @@ -608,7 +608,7 @@ msgstr " #: plug-ins/common/sample_colorize.c:1371 #: plug-ins/common/spheredesigner.c:2234 plug-ins/common/tileit.c:467 #: plug-ins/fp/fp_gtk.c:897 plug-ins/gimpressionist/preview.c:124 -#: plug-ins/ifscompose/ifscompose.c:787 +#: plug-ins/ifscompose/ifscompose.c:787 plug-ins/sel2path/sel2path.c:341 msgid "Reset" msgstr "óÂÒÏÓÉÔØ" @@ -1464,7 +1464,7 @@ msgstr " #: plug-ins/common/pix.c:326 plug-ins/common/png.c:415 #: plug-ins/common/png.c:417 plug-ins/common/pnm.c:414 #: plug-ins/common/psd.c:1713 plug-ins/common/sunras.c:441 -#: plug-ins/common/tga.c:429 plug-ins/common/tiff.c:443 +#: plug-ins/common/tga.c:429 plug-ins/common/tiff.c:450 #: plug-ins/common/xbm.c:735 plug-ins/common/xpm.c:334 #: plug-ins/common/xwd.c:430 plug-ins/faxg3/faxg3.c:196 #: plug-ins/gfli/gfli.c:471 plug-ins/sgi/sgi.c:330 plug-ins/sgi/sgi.c:332 @@ -1509,7 +1509,7 @@ msgstr "%s: #: plug-ins/common/png.c:576 plug-ins/common/pnm.c:502 #: plug-ins/common/psd.c:2094 plug-ins/common/smooth_palette.c:240 #: plug-ins/common/sunras.c:919 plug-ins/common/tga.c:1014 -#: plug-ins/common/tiff.c:654 plug-ins/common/tile.c:269 +#: plug-ins/common/tiff.c:676 plug-ins/common/tile.c:269 #: plug-ins/common/winclipboard.c:515 plug-ins/common/wmf.c:2350 #: plug-ins/common/xbm.c:873 plug-ins/faxg3/faxg3.c:448 #: plug-ins/fits/fits.c:521 plug-ins/gfig/gfig.c:2867 @@ -1539,7 +1539,7 @@ msgstr " #: plug-ins/common/png.c:756 plug-ins/common/png.c:758 #: plug-ins/common/pnm.c:786 plug-ins/common/ps.c:999 #: plug-ins/common/sunras.c:524 plug-ins/common/tga.c:1196 -#: plug-ins/common/tiff.c:1260 plug-ins/common/xbm.c:983 +#: plug-ins/common/tiff.c:1282 plug-ins/common/xbm.c:983 #: plug-ins/common/xpm.c:653 plug-ins/common/xwd.c:534 #: plug-ins/fits/fits.c:472 plug-ins/gfli/gfli.c:691 plug-ins/sgi/sgi.c:548 #: plug-ins/sgi/sgi.c:550 plug-ins/xjt/xjt.c:1628 @@ -2767,7 +2767,7 @@ msgid "Prefixed Name:" msgstr "ðÒÅÆÉËÓÎÏÅ ÉÍÑ:" #: plug-ins/common/csource.c:689 plug-ins/common/mail.c:556 -#: plug-ins/common/tiff.c:1523 plug-ins/common/xbm.c:1203 +#: plug-ins/common/tiff.c:1566 plug-ins/common/xbm.c:1203 msgid "Comment:" msgstr "ëÏÍÍÅÎÔÁÒÉÊ:" @@ -3705,43 +3705,43 @@ msgid "GIF Comment:" msgstr "ëÏÍÍÅÎÔÁÒÉÊ GIF:" #. additional animated gif parameter settings -#: plug-ins/common/gif.c:1310 +#: plug-ins/common/gif.c:1311 msgid "Animated GIF Options" msgstr "ðÁÒÁÍÅÔÒÙ ÁÎÉÍÉÒÏ×ÁÎÎÏÇÏ GIF" -#: plug-ins/common/gif.c:1318 +#: plug-ins/common/gif.c:1319 msgid "Loop forever" msgstr "âÅÓËÏÎÅÞÎÙÊ ÃÉËÌ" -#: plug-ins/common/gif.c:1330 +#: plug-ins/common/gif.c:1331 msgid "Delay between Frames where Unspecified:" msgstr "úÁÄÅÒÖËÁ ÍÅÖÄÕ ËÁÄÒÁÍÉ ÇÄÅ ÎÅ ÕËÁÚÁÎÁ:" -#: plug-ins/common/gif.c:1342 +#: plug-ins/common/gif.c:1343 msgid "Milliseconds" msgstr "íÉÌÌÉÓÅËÕÎÄ" -#: plug-ins/common/gif.c:1352 +#: plug-ins/common/gif.c:1353 msgid "Frame Disposal where Unspecified: " msgstr "òÁÓÐÏÌÏÖÅÎÉÅ ËÁÄÒÁ ÅÓÌÉ ÎÅ ÕËÁÚÁÎÏ: " -#: plug-ins/common/gif.c:1361 +#: plug-ins/common/gif.c:1362 msgid "I don't Care" msgstr "" -#: plug-ins/common/gif.c:1363 +#: plug-ins/common/gif.c:1364 msgid "Cumulative Layers (Combine)" msgstr "îÁÌÏÖÅÎÉÅ ÓÌÏÅ× (ÏÂ'ÅÄÉÎÅÎÉÅ)" -#: plug-ins/common/gif.c:1365 +#: plug-ins/common/gif.c:1366 msgid "One Frame per Layer (Replace)" msgstr "ïÄÉÎ ËÁÄÒ ÎÁ ÓÌÏÊ (ÚÁÍÅÎÁ)" -#: plug-ins/common/gif.c:2349 +#: plug-ins/common/gif.c:2350 msgid "GIF: error writing output file\n" msgstr "GIF: ×ÏÚÎÉËÌÁ ÏÛÉÂËÁ ÐÒÉ ÚÁÐÉÓÉ × ÆÁÊÌ ×Ù×ÏÄÁ\n" -#: plug-ins/common/gif.c:2440 +#: plug-ins/common/gif.c:2441 msgid "GIF save: Your comment string is too long.\n" msgstr "GIF: ÓÔÒÏËÁ ×ÁÛÅÇÏ ËÏÍÍÅÎÔÁÒÉÑ ÓÌÉÛËÏÍ ÄÌÉÎÎÁÑ.\n" @@ -5383,45 +5383,45 @@ msgstr " msgid "Amplitude:" msgstr "áÍÐÌÉÔÕÄÁ:" -#: plug-ins/common/rotate.c:168 +#: plug-ins/common/rotate.c:160 msgid "/Layers/Rotate/90 degrees" msgstr "/éÚÏÂÒÁÖÅÎÉÅ/óÌÏÊ/÷ÒÁÝÅÎÉÅ/90 ÇÒÁÄÕÓÏ×" -#: plug-ins/common/rotate.c:179 +#: plug-ins/common/rotate.c:171 msgid "/Layers/Rotate/180 degrees" msgstr "/óÌÏÉ/÷ÒÁÝÅÎÉÅ/180 ÇÒÁÄÕÓÏ×" -#: plug-ins/common/rotate.c:190 +#: plug-ins/common/rotate.c:182 msgid "/Layers/Rotate/270 degrees" msgstr "/óÌÏÉ/÷ÒÁÝÅÎÉÅ/270 ÇÒÁÄÕÓÏ×" -#: plug-ins/common/rotate.c:202 +#: plug-ins/common/rotate.c:194 msgid "/Image/Transforms/Rotate/90 degrees" msgstr "/éÚÏÂÒÁÖÅÎÉÅ/ðÒÅÏÂÒÁÚÏ×ÁÎÉÅ/÷ÒÁÝÅÎÉÅ/90 ÇÒÁÄÕÓÏ×" -#: plug-ins/common/rotate.c:213 +#: plug-ins/common/rotate.c:205 msgid "/Image/Transforms/Rotate/180 degrees" msgstr "/éÚÏÂÒÁÖÅÎÉÅ/ðÒÅÏÂÒÁÚÏ×ÁÎÉÅ/÷ÒÁÝÅÎÉÅ/180 ÇÒÁÄÕÓÏ×" -#: plug-ins/common/rotate.c:224 +#: plug-ins/common/rotate.c:216 msgid "/Image/Transforms/Rotate/270 degrees" msgstr "/éÚÏÂÒÁÖÅÎÉÅ/ðÒÅÏÂÒÁÚÏ×ÁÎÉÅ/÷ÒÁÝÅÎÉÅ/270 ÇÒÁÄÕÓÏ×" -#: plug-ins/common/rotate.c:531 +#: plug-ins/common/rotate.c:525 msgid "You can not rotate the whole image if there's a selection." msgstr "" "÷Ù ÎÅ ÍÏÖÅÔ ÐÏ×ÅÒÎÕÔØ ×ÓÅ ÉÚÏÂÒÁÖÅÎÉÅ, ÅÓÌÉ × ÎÅÍ ÅÓÔØ ×ÙÄÅÌÅÎÎÁÑ ÏÂÌÁÓÔØ." -#: plug-ins/common/rotate.c:537 +#: plug-ins/common/rotate.c:531 msgid "You can not rotate the whole image if there's a floating selection." msgstr "" "÷Ù ÎÅ ÍÏÖÅÔÅ ÐÏ×ÅÒÎÕÔØ ×ÓÅ ÉÚÏÂÒÁÖÅÎÉÅ, ÅÓÌÉ × ÎÅÍ ÅÓÔØ ÐÌÁ×ÁÀÝÅÅ ×ÙÄÅÌÅÎÉÅ." -#: plug-ins/common/rotate.c:547 +#: plug-ins/common/rotate.c:541 msgid "Sorry, channels and masks can not be rotated." msgstr "éÚ×ÉÎÉÔÅ, ËÁÎÁÌÙ É ÍÁÓËÉ ÎÅ ÍÏÇÕÔ ÂÙÔØ ÐÏ×ÅÒÎÕÔÙ." -#: plug-ins/common/rotate.c:553 +#: plug-ins/common/rotate.c:547 msgid "Rotating..." msgstr "÷ÒÁÝÅÎÉÅ..." @@ -5889,7 +5889,7 @@ msgid "Sphere Designer" msgstr "óÏÚÄÁÔÅÌØ óÆÅÒ" #: plug-ins/common/spheredesigner.c:2268 plug-ins/gimpressionist/preview.c:117 -#: plug-ins/gimpressionist/repaint.c:873 plug-ins/gimpressionist/repaint.c:875 +#: plug-ins/gimpressionist/repaint.c:874 plug-ins/gimpressionist/repaint.c:876 #: plug-ins/imagemap/imap_polygon.c:446 msgid "Update" msgstr "ïÂÎÏ×ÉÔØ" @@ -6090,31 +6090,31 @@ msgstr " msgid "Threshold Alpha" msgstr "ðÏÒÏÇ ÁÌØÆÁ-ËÁÎÁÌÁ" -#: plug-ins/common/tiff.c:663 +#: plug-ins/common/tiff.c:685 msgid "TIFF Channel" msgstr "ëÁÎÁÌÙ TIFF" -#: plug-ins/common/tiff.c:1482 +#: plug-ins/common/tiff.c:1525 msgid "Save as TIFF" msgstr "óÏÈÒÁÎÉÔØ ËÁË TIFF" -#: plug-ins/common/tiff.c:1504 +#: plug-ins/common/tiff.c:1547 msgid "Compression" msgstr "CÖÁÔÉÅ" -#: plug-ins/common/tiff.c:1509 +#: plug-ins/common/tiff.c:1552 msgid "LZW" msgstr "LZW" -#: plug-ins/common/tiff.c:1510 +#: plug-ins/common/tiff.c:1553 msgid "Pack Bits" msgstr "õÐÁËÏ×ÁÎÎÙÅ ÂÉÔÙ" -#: plug-ins/common/tiff.c:1511 +#: plug-ins/common/tiff.c:1554 msgid "Deflate" msgstr "óÄÕÔØ" -#: plug-ins/common/tiff.c:1512 +#: plug-ins/common/tiff.c:1555 msgid "JPEG" msgstr "JPEG" @@ -12318,12 +12318,12 @@ msgstr "" "ìÁÂÉÒÉÎÔ ÎÅ ÂÕÄÅÔ ÒÁÂÏÔÁÔØ ÐÒÁ×ÉÌØÎÏ." #. open URL for help -#: plug-ins/maze/maze_face.c:588 +#: plug-ins/maze/maze_face.c:596 #, c-format msgid "Opening %s" msgstr "ïÔËÒÙ×ÁÅÔÓÑ %s" -#: plug-ins/maze/maze_face.c:599 +#: plug-ins/maze/maze_face.c:607 #, c-format msgid "See %s" msgstr "óÍÏÔÒÉÔÅ %s" @@ -12823,32 +12823,33 @@ msgstr " msgid "Misc" msgstr "òÁÚÎ." -#: plug-ins/sel2path/sel2path.c:160 +#: plug-ins/sel2path/sel2path.c:162 msgid "/Select/To Path" msgstr "/÷ÙÄÅÌÅÎÉÅ/÷ ËÏÎÔÕÒ" -#: plug-ins/sel2path/sel2path.c:205 +#: plug-ins/sel2path/sel2path.c:209 msgid "No selection to convert" msgstr "îÅÔ ×ÙÄÅÌÅÎÉÑ ÄÌÑ ÐÒÅÏÂÒÁÚÏ×ÁÎÉÑ" -#: plug-ins/sel2path/sel2path.c:362 -msgid "Default Values" -msgstr "úÎÁÞÅÎÉÑ ÐÏ ÕÍÏÌÞÁÎÉÀ" +#: plug-ins/sel2path/sel2path.c:333 +#, fuzzy +msgid "Sel2Path Advanced Settings" +msgstr "äÏÐÏÌÎÉÔÅÌØÎÙÅ ÎÁÓÔÒÏÊËÉ" -#: plug-ins/sel2path/sel2path.c:551 +#: plug-ins/sel2path/sel2path.c:542 #, c-format msgid "print_spline: strange degree (%d)" msgstr "print_spline: ÓÔÒÁÎÎÙÊ ÇÒÁÄÕÓ (%d)" -#: plug-ins/sel2path/sel2path.c:559 +#: plug-ins/sel2path/sel2path.c:551 msgid "selection_to_path" msgstr "×ÙÄÅÌÅÎÉÅ_×_ËÏÎÔÕÒ" -#: plug-ins/sel2path/sel2path.c:585 +#: plug-ins/sel2path/sel2path.c:579 msgid "gimp_image_get_selection failed" msgstr "ÎÅ ÕÄÁÌÏÓØ ×ÙÐÏÌÎÅÎÉÅ gimp_image_get_selection" -#: plug-ins/sel2path/sel2path.c:593 +#: plug-ins/sel2path/sel2path.c:587 msgid "Internal error. Selection bpp > 1" msgstr "÷ÎÕÔÒÅÎÎÑÑ ÏÛÉÂËÁ. bpp > 1 × ×ÙÄÅÌÅÎÉÉ" @@ -13124,3 +13125,6 @@ msgstr " #, c-format msgid "Error: XJT propertyfile %s is empty" msgstr "ïÛÉÂËÁ: ÆÁÊÌ Ó×ÏÊÓÔ× XJT %s ÐÕÓÔ" + +#~ msgid "Default Values" +#~ msgstr "úÎÁÞÅÎÉÑ ÐÏ ÕÍÏÌÞÁÎÉÀ" diff --git a/po-plug-ins/sk.po b/po-plug-ins/sk.po index 9336179ab7..373a46dfe4 100644 --- a/po-plug-ins/sk.po +++ b/po-plug-ins/sk.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2000-05-26 23:52-0700\n" +"POT-Creation-Date: 2000-06-18 19:40-0700\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -44,7 +44,7 @@ msgstr "" #: plug-ins/Lighting/lighting_ui.c:1076 plug-ins/MapObject/mapobject_ui.c:1383 #: plug-ins/bmp/bmpwrite.c:564 plug-ins/common/CML_explorer.c:1174 #: plug-ins/common/CML_explorer.c:1932 plug-ins/common/CML_explorer.c:2252 -#: plug-ins/common/aa.c:346 plug-ins/common/align_layers.c:425 +#: plug-ins/common/aa.c:344 plug-ins/common/align_layers.c:425 #: plug-ins/common/apply_lens.c:392 plug-ins/common/blinds.c:323 #: plug-ins/common/blur.c:613 plug-ins/common/borderaverage.c:393 #: plug-ins/common/bumpmap.c:848 plug-ins/common/checkerboard.c:349 @@ -61,8 +61,8 @@ msgstr "" #: plug-ins/common/fractaltrace.c:725 plug-ins/common/gauss_iir.c:365 #: plug-ins/common/gauss_iir.c:448 plug-ins/common/gauss_rle.c:360 #: plug-ins/common/gauss_rle.c:443 plug-ins/common/gbr.c:456 -#: plug-ins/common/gicon.c:441 plug-ins/common/gif.c:1141 -#: plug-ins/common/gif.c:1212 plug-ins/common/glasstile.c:259 +#: plug-ins/common/gicon.c:441 plug-ins/common/gif.c:1144 +#: plug-ins/common/gif.c:1215 plug-ins/common/glasstile.c:259 #: plug-ins/common/gpb.c:269 plug-ins/common/gqbist.c:640 #: plug-ins/common/grid.c:658 plug-ins/common/gtm.c:375 #: plug-ins/common/hot.c:589 plug-ins/common/illusion.c:560 @@ -85,18 +85,18 @@ msgstr "" #: plug-ins/common/sparkle.c:349 plug-ins/common/spheredesigner.c:2232 #: plug-ins/common/spread.c:382 plug-ins/common/sunras.c:1577 #: plug-ins/common/tga.c:1448 plug-ins/common/threshold_alpha.c:268 -#: plug-ins/common/tiff.c:1487 plug-ins/common/tile.c:398 +#: plug-ins/common/tiff.c:1530 plug-ins/common/tile.c:398 #: plug-ins/common/tileit.c:386 plug-ins/common/uniteditor.c:172 #: plug-ins/common/unsharp.c:786 plug-ins/common/video.c:2155 #: plug-ins/common/vpropagate.c:934 plug-ins/common/warp.c:437 #: plug-ins/common/waves.c:349 plug-ins/common/whirlpinch.c:808 #: plug-ins/common/wind.c:1007 plug-ins/common/wmf.c:931 -#: plug-ins/common/xbm.c:1128 plug-ins/common/xpm.c:800 -#: plug-ins/fits/fits.c:987 plug-ins/flame/flame.c:624 -#: plug-ins/flame/flame.c:913 plug-ins/fp/fp_gtk.c:895 +#: plug-ins/common/xbm.c:1151 plug-ins/common/xpm.c:800 +#: plug-ins/fits/fits.c:987 plug-ins/flame/flame.c:631 +#: plug-ins/flame/flame.c:920 plug-ins/fp/fp_gtk.c:895 #: plug-ins/gap/gap_arr_dialog.c:768 plug-ins/gap/gap_arr_dialog.c:1010 #: plug-ins/gap/gap_decode_xanim.c:177 plug-ins/gap/gap_lib.c:221 -#: plug-ins/gap/gap_mod_layer.c:145 plug-ins/gap/gap_mov_dialog.c:469 +#: plug-ins/gap/gap_mod_layer.c:145 plug-ins/gap/gap_mov_dialog.c:487 #: plug-ins/gap/gap_mpege.c:191 plug-ins/gap/gap_resi_dialog.c:149 #: plug-ins/gdyntext/gdyntext_ui.c:201 plug-ins/gdyntext/gdyntext_ui.c:621 #: plug-ins/gfig/gfig.c:4088 plug-ins/gfig/gfig.c:4433 @@ -108,10 +108,10 @@ msgstr "" #: plug-ins/gimpressionist/orientmap.c:626 #: plug-ins/gimpressionist/presets.c:392 plug-ins/gimpressionist/sizemap.c:485 #: plug-ins/ifscompose/ifscompose.c:781 -#: plug-ins/imagemap/imap_default_dialog.c:102 plug-ins/maze/maze_face.c:191 +#: plug-ins/imagemap/imap_default_dialog.c:114 plug-ins/maze/maze_face.c:191 #: plug-ins/mosaic/mosaic.c:531 plug-ins/pagecurl/pagecurl.c:518 #: plug-ins/print/gimp_main_window.c:597 plug-ins/rcm/rcm_dialog.c:727 -#: plug-ins/sel2path/sel2path.c:345 plug-ins/sgi/sgi.c:640 +#: plug-ins/sel2path/sel2path.c:338 plug-ins/sgi/sgi.c:640 #: plug-ins/sinus/sinus.c:746 plug-ins/struc/struc.c:255 #: plug-ins/webbrowser/webbrowser.c:281 plug-ins/xjt/xjt.c:793 msgid "OK" @@ -125,7 +125,7 @@ msgstr "" #: plug-ins/FractalExplorer/FractalExplorer.c:1478 #: plug-ins/Lighting/lighting_ui.c:1078 plug-ins/MapObject/mapobject_ui.c:1385 #: plug-ins/bmp/bmpwrite.c:566 plug-ins/common/CML_explorer.c:1176 -#: plug-ins/common/CML_explorer.c:2254 plug-ins/common/aa.c:348 +#: plug-ins/common/CML_explorer.c:2254 plug-ins/common/aa.c:346 #: plug-ins/common/align_layers.c:427 plug-ins/common/apply_lens.c:394 #: plug-ins/common/blinds.c:325 plug-ins/common/blur.c:615 #: plug-ins/common/borderaverage.c:395 plug-ins/common/bumpmap.c:850 @@ -143,7 +143,7 @@ msgstr "" #: plug-ins/common/gauss_iir.c:367 plug-ins/common/gauss_iir.c:450 #: plug-ins/common/gauss_rle.c:362 plug-ins/common/gauss_rle.c:445 #: plug-ins/common/gbr.c:458 plug-ins/common/gicon.c:443 -#: plug-ins/common/gif.c:1143 plug-ins/common/gif.c:1214 +#: plug-ins/common/gif.c:1146 plug-ins/common/gif.c:1217 #: plug-ins/common/glasstile.c:261 plug-ins/common/gpb.c:271 #: plug-ins/common/gqbist.c:642 plug-ins/common/grid.c:660 #: plug-ins/common/gtm.c:377 plug-ins/common/hot.c:591 @@ -167,22 +167,21 @@ msgstr "" #: plug-ins/common/sparkle.c:351 plug-ins/common/spheredesigner.c:2236 #: plug-ins/common/spread.c:384 plug-ins/common/sunras.c:1579 #: plug-ins/common/tga.c:1450 plug-ins/common/threshold_alpha.c:270 -#: plug-ins/common/tiff.c:1489 plug-ins/common/tile.c:400 +#: plug-ins/common/tiff.c:1532 plug-ins/common/tile.c:400 #: plug-ins/common/tileit.c:388 plug-ins/common/uniteditor.c:174 #: plug-ins/common/unsharp.c:788 plug-ins/common/video.c:2157 #: plug-ins/common/vpropagate.c:936 plug-ins/common/warp.c:439 #: plug-ins/common/waves.c:351 plug-ins/common/whirlpinch.c:810 #: plug-ins/common/wind.c:1009 plug-ins/common/wmf.c:933 -#: plug-ins/common/xbm.c:895 plug-ins/common/xbm.c:1130 -#: plug-ins/common/xpm.c:802 plug-ins/fits/fits.c:989 -#: plug-ins/flame/flame.c:626 plug-ins/flame/flame.c:915 -#: plug-ins/fp/fp_gtk.c:899 plug-ins/gap/gap_arr_dialog.c:1012 -#: plug-ins/gap/gap_dbbrowser_utils.c:211 +#: plug-ins/common/xbm.c:1153 plug-ins/common/xpm.c:802 +#: plug-ins/fits/fits.c:989 plug-ins/flame/flame.c:633 +#: plug-ins/flame/flame.c:922 plug-ins/fp/fp_gtk.c:899 +#: plug-ins/gap/gap_arr_dialog.c:1012 plug-ins/gap/gap_dbbrowser_utils.c:211 #: plug-ins/gap/gap_decode_mpeg_main.c:336 plug-ins/gap/gap_decode_xanim.c:175 #: plug-ins/gap/gap_decode_xanim.c:340 plug-ins/gap/gap_filter_foreach.c:132 #: plug-ins/gap/gap_lib.c:1018 plug-ins/gap/gap_mod_layer.c:147 -#: plug-ins/gap/gap_mod_layer.c:261 plug-ins/gap/gap_mov_dialog.c:500 -#: plug-ins/gap/gap_mov_dialog.c:2740 plug-ins/gap/gap_mpege.c:189 +#: plug-ins/gap/gap_mod_layer.c:261 plug-ins/gap/gap_mov_dialog.c:518 +#: plug-ins/gap/gap_mov_dialog.c:3019 plug-ins/gap/gap_mpege.c:189 #: plug-ins/gap/gap_mpege.c:240 plug-ins/gap/gap_range_ops.c:1204 #: plug-ins/gap/gap_resi_dialog.c:158 plug-ins/gfig/gfig.c:3941 #: plug-ins/gfig/gfig.c:4088 plug-ins/gfig/gfig.c:4435 @@ -193,13 +192,13 @@ msgstr "" #: plug-ins/gimpressionist/orientmap.c:640 #: plug-ins/gimpressionist/presets.c:400 plug-ins/gimpressionist/sizemap.c:499 #: plug-ins/ifscompose/ifscompose.c:789 -#: plug-ins/imagemap/imap_default_dialog.c:117 plug-ins/maze/maze_face.c:195 +#: plug-ins/imagemap/imap_default_dialog.c:129 plug-ins/maze/maze_face.c:195 #: plug-ins/mosaic/mosaic.c:533 plug-ins/pagecurl/pagecurl.c:520 #: plug-ins/print/gimp_main_window.c:212 plug-ins/print/gimp_main_window.c:599 -#: plug-ins/rcm/rcm_dialog.c:729 plug-ins/sel2path/sel2path.c:354 +#: plug-ins/rcm/rcm_dialog.c:729 plug-ins/sel2path/sel2path.c:344 #: plug-ins/sgi/sgi.c:642 plug-ins/sinus/sinus.c:748 #: plug-ins/struc/struc.c:257 plug-ins/webbrowser/webbrowser.c:283 -#: plug-ins/winsnap/winsnap.c:912 plug-ins/xjt/xjt.c:795 +#: plug-ins/winsnap/winsnap.c:913 plug-ins/xjt/xjt.c:795 msgid "Cancel" msgstr "" @@ -272,8 +271,8 @@ msgstr "" #: plug-ins/FractalExplorer/Dialogs.c:803 plug-ins/common/CML_explorer.c:167 #: plug-ins/common/align_layers.c:452 plug-ins/common/align_layers.c:485 #: plug-ins/common/ps.c:2640 plug-ins/common/ps.c:2653 -#: plug-ins/common/psp.c:445 plug-ins/common/tiff.c:1508 -#: plug-ins/fits/fits.c:1032 plug-ins/gap/gap_mov_dialog.c:284 +#: plug-ins/common/psp.c:445 plug-ins/common/tiff.c:1551 +#: plug-ins/fits/fits.c:1032 plug-ins/gap/gap_mov_dialog.c:301 msgid "None" msgstr "" @@ -451,7 +450,7 @@ msgstr "" #: plug-ins/common/sharpen.c:550 plug-ins/common/spheredesigner.c:2254 #: plug-ins/common/tileit.c:407 plug-ins/common/waves.c:576 #: plug-ins/common/whirlpinch.c:826 plug-ins/common/wind.c:1026 -#: plug-ins/flame/flame.c:933 plug-ins/gfig/gfig.c:3964 +#: plug-ins/flame/flame.c:940 plug-ins/gfig/gfig.c:3964 #: plug-ins/gflare/gflare.c:2492 plug-ins/gflare/gflare.c:3500 #: plug-ins/gimpressionist/orientmap.c:502 #: plug-ins/gimpressionist/preview.c:106 plug-ins/gimpressionist/sizemap.c:402 @@ -598,7 +597,7 @@ msgstr "" #: plug-ins/common/sample_colorize.c:1371 #: plug-ins/common/spheredesigner.c:2234 plug-ins/common/tileit.c:467 #: plug-ins/fp/fp_gtk.c:897 plug-ins/gimpressionist/preview.c:124 -#: plug-ins/ifscompose/ifscompose.c:787 +#: plug-ins/ifscompose/ifscompose.c:787 plug-ins/sel2path/sel2path.c:341 msgid "Reset" msgstr "" @@ -1068,8 +1067,8 @@ msgstr "" #: plug-ins/MapObject/mapobject_ui.c:1040 #: plug-ins/MapObject/mapobject_ui.c:1084 plug-ins/common/flarefx.c:785 #: plug-ins/common/nova.c:609 plug-ins/common/papertile.c:285 -#: plug-ins/flame/flame.c:1182 plug-ins/flame/flame.c:1195 -#: plug-ins/gap/gap_mov_dialog.c:1855 plug-ins/gflare/gflare.c:2874 +#: plug-ins/flame/flame.c:1189 plug-ins/flame/flame.c:1202 +#: plug-ins/gap/gap_mov_dialog.c:2100 plug-ins/gflare/gflare.c:2874 #: plug-ins/ifscompose/ifscompose.c:513 msgid "X:" msgstr "" @@ -1086,7 +1085,7 @@ msgstr "" #: plug-ins/MapObject/mapobject_ui.c:1093 #: plug-ins/MapObject/mapobject_ui.c:1189 plug-ins/common/flarefx.c:803 #: plug-ins/common/nova.c:627 plug-ins/common/papertile.c:294 -#: plug-ins/common/xbm.c:1221 plug-ins/gap/gap_mov_dialog.c:1873 +#: plug-ins/common/xbm.c:1244 plug-ins/gap/gap_mov_dialog.c:2118 #: plug-ins/gflare/gflare.c:2878 plug-ins/ifscompose/ifscompose.c:527 msgid "Y:" msgstr "" @@ -1179,7 +1178,7 @@ msgid "Bumpmap Image:" msgstr "" #: plug-ins/Lighting/lighting_ui.c:919 plug-ins/common/mblur.c:784 -#: plug-ins/flame/flame.c:714 plug-ins/sinus/sinus.c:1032 +#: plug-ins/flame/flame.c:721 plug-ins/sinus/sinus.c:1032 msgid "Linear" msgstr "" @@ -1187,11 +1186,11 @@ msgstr "" msgid "Logarithmic" msgstr "" -#: plug-ins/Lighting/lighting_ui.c:921 plug-ins/flame/flame.c:715 +#: plug-ins/Lighting/lighting_ui.c:921 plug-ins/flame/flame.c:722 msgid "Sinusoidal" msgstr "" -#: plug-ins/Lighting/lighting_ui.c:922 plug-ins/flame/flame.c:716 +#: plug-ins/Lighting/lighting_ui.c:922 plug-ins/flame/flame.c:723 msgid "Spherical" msgstr "" @@ -1222,7 +1221,7 @@ msgstr "" #. Options section #: plug-ins/Lighting/lighting_ui.c:1014 plug-ins/MapObject/mapobject_ui.c:1314 #: plug-ins/common/lic.c:1037 plug-ins/common/ripple.c:604 -#: plug-ins/gap/gap_mov_dialog.c:841 plug-ins/gfig/gfig.c:4018 +#: plug-ins/gap/gap_mov_dialog.c:859 plug-ins/gfig/gfig.c:4018 msgid "Options" msgstr "" @@ -1435,8 +1434,8 @@ msgstr "" #: plug-ins/common/pix.c:326 plug-ins/common/png.c:415 #: plug-ins/common/png.c:417 plug-ins/common/pnm.c:414 #: plug-ins/common/psd.c:1713 plug-ins/common/sunras.c:441 -#: plug-ins/common/tga.c:429 plug-ins/common/tiff.c:443 -#: plug-ins/common/xbm.c:674 plug-ins/common/xpm.c:334 +#: plug-ins/common/tga.c:429 plug-ins/common/tiff.c:450 +#: plug-ins/common/xbm.c:735 plug-ins/common/xpm.c:334 #: plug-ins/common/xwd.c:430 plug-ins/faxg3/faxg3.c:196 #: plug-ins/gfli/gfli.c:471 plug-ins/sgi/sgi.c:330 plug-ins/sgi/sgi.c:332 #: plug-ins/xjt/xjt.c:3246 @@ -1480,12 +1479,12 @@ msgstr "" #: plug-ins/common/png.c:576 plug-ins/common/pnm.c:502 #: plug-ins/common/psd.c:2094 plug-ins/common/smooth_palette.c:240 #: plug-ins/common/sunras.c:919 plug-ins/common/tga.c:1014 -#: plug-ins/common/tiff.c:654 plug-ins/common/tile.c:269 +#: plug-ins/common/tiff.c:676 plug-ins/common/tile.c:269 #: plug-ins/common/winclipboard.c:515 plug-ins/common/wmf.c:2350 -#: plug-ins/common/xbm.c:812 plug-ins/faxg3/faxg3.c:448 +#: plug-ins/common/xbm.c:873 plug-ins/faxg3/faxg3.c:448 #: plug-ins/fits/fits.c:521 plug-ins/gfig/gfig.c:2867 #: plug-ins/gfig/gfig.c:3195 plug-ins/sgi/sgi.c:378 plug-ins/twain/twain.c:722 -#: plug-ins/winsnap/winsnap.c:1234 +#: plug-ins/winsnap/winsnap.c:1235 msgid "Background" msgstr "" @@ -1500,7 +1499,7 @@ msgstr "" #. init the progress meter #: plug-ins/bmp/bmpwrite.c:179 plug-ins/common/CEL.c:510 -#: plug-ins/common/gbr.c:387 plug-ins/common/gif.c:937 +#: plug-ins/common/gbr.c:387 plug-ins/common/gif.c:940 #: plug-ins/common/gpb.c:768 plug-ins/common/gpb.c:808 #: plug-ins/common/gtm.c:247 plug-ins/common/hrz.c:476 #: plug-ins/common/jpeg.c:1196 plug-ins/common/pat.c:343 @@ -1508,7 +1507,7 @@ msgstr "" #: plug-ins/common/png.c:756 plug-ins/common/png.c:758 #: plug-ins/common/pnm.c:786 plug-ins/common/ps.c:999 #: plug-ins/common/sunras.c:524 plug-ins/common/tga.c:1196 -#: plug-ins/common/tiff.c:1260 plug-ins/common/xbm.c:960 +#: plug-ins/common/tiff.c:1282 plug-ins/common/xbm.c:983 #: plug-ins/common/xpm.c:653 plug-ins/common/xwd.c:534 #: plug-ins/fits/fits.c:472 plug-ins/gfli/gfli.c:691 plug-ins/sgi/sgi.c:548 #: plug-ins/sgi/sgi.c:550 plug-ins/xjt/xjt.c:1628 @@ -1753,7 +1752,7 @@ msgstr "" #: plug-ins/common/CML_explorer.c:299 plug-ins/common/CML_explorer.c:1280 #: plug-ins/common/decompose.c:122 plug-ins/common/lic.c:1058 #: plug-ins/fp/fp_gtk.c:281 plug-ins/fp/fp_gtk.c:413 -#: plug-ins/gap/gap_mov_dialog.c:257 plug-ins/gimpressionist/orientation.c:188 +#: plug-ins/gap/gap_mov_dialog.c:274 plug-ins/gimpressionist/orientation.c:188 #: plug-ins/gimpressionist/size.c:186 msgid "Hue" msgstr "" @@ -1761,13 +1760,13 @@ msgstr "" #: plug-ins/common/CML_explorer.c:300 plug-ins/common/CML_explorer.c:1285 #: plug-ins/common/decompose.c:123 plug-ins/common/lic.c:1059 #: plug-ins/fp/fp_gtk.c:285 plug-ins/fp/fp_gtk.c:417 plug-ins/fp/fp_gtk.c:481 -#: plug-ins/gap/gap_mov_dialog.c:258 plug-ins/rcm/rcm_dialog.c:509 +#: plug-ins/gap/gap_mov_dialog.c:275 plug-ins/rcm/rcm_dialog.c:509 msgid "Saturation" msgstr "" #: plug-ins/common/CML_explorer.c:301 plug-ins/common/CML_explorer.c:1290 #: plug-ins/common/decompose.c:124 plug-ins/fp/fp_gtk.c:289 -#: plug-ins/fp/fp_gtk.c:421 plug-ins/gap/gap_mov_dialog.c:260 +#: plug-ins/fp/fp_gtk.c:421 plug-ins/gap/gap_mov_dialog.c:277 #: plug-ins/gimpressionist/orientation.c:131 #: plug-ins/gimpressionist/size.c:130 msgid "Value" @@ -2025,12 +2024,12 @@ msgid "Error: failed to load parameters" msgstr "" #. Create the actual window. -#: plug-ins/common/aa.c:341 +#: plug-ins/common/aa.c:339 msgid "Save as Text" msgstr "" #. file save type -#: plug-ins/common/aa.c:358 plug-ins/common/pnm.c:945 +#: plug-ins/common/aa.c:356 plug-ins/common/pnm.c:945 #: plug-ins/common/sunras.c:1589 msgid "Data Formatting" msgstr "" @@ -2106,7 +2105,7 @@ msgid "Left Edge" msgstr "" #: plug-ins/common/align_layers.c:473 plug-ins/common/align_layers.c:506 -#: plug-ins/gap/gap_mov_dialog.c:271 plug-ins/gflare/gflare.c:2862 +#: plug-ins/gap/gap_mov_dialog.c:288 plug-ins/gflare/gflare.c:2862 msgid "Center" msgstr "" @@ -2150,16 +2149,16 @@ msgstr "" msgid "Grid Size:" msgstr "" -#: plug-ins/common/animationplay.c:266 +#: plug-ins/common/animationplay.c:270 msgid "/Filters/Animation/Animation Playback..." msgstr "" -#: plug-ins/common/animationplay.c:662 +#: plug-ins/common/animationplay.c:666 msgid "Animation Playback: " msgstr "" #. if no buttons are specified use one CLOSE button per default -#: plug-ins/common/animationplay.c:669 plug-ins/common/plugindetails.c:996 +#: plug-ins/common/animationplay.c:673 plug-ins/common/plugindetails.c:996 #: plug-ins/common/sample_colorize.c:1373 plug-ins/common/uniteditor.c:525 #: plug-ins/dbbrowser/dbbrowser_utils.c:158 #: plug-ins/dbbrowser/dbbrowser_utils.c:175 plug-ins/gap/gap_arr_dialog.c:783 @@ -2173,43 +2172,43 @@ msgid "Close" msgstr "" #. The 'playback' half of the dialog -#: plug-ins/common/animationplay.c:683 plug-ins/common/animationplay.c:686 +#: plug-ins/common/animationplay.c:687 plug-ins/common/animationplay.c:690 msgid "Playback: " msgstr "" -#: plug-ins/common/animationplay.c:716 +#: plug-ins/common/animationplay.c:720 msgid "Play/Stop" msgstr "" -#: plug-ins/common/animationplay.c:722 +#: plug-ins/common/animationplay.c:726 msgid "Rewind" msgstr "" -#: plug-ins/common/animationplay.c:728 +#: plug-ins/common/animationplay.c:732 msgid "Step" msgstr "" -#: plug-ins/common/animationplay.c:786 +#: plug-ins/common/animationplay.c:790 msgid "Frame %v of %u" msgstr "" -#: plug-ins/common/animoptimize.c:154 +#: plug-ins/common/animoptimize.c:158 msgid "/Filters/Animation/Animation Optimize" msgstr "" -#: plug-ins/common/animoptimize.c:170 +#: plug-ins/common/animoptimize.c:174 msgid "/Filters/Animation/Animation UnOptimize" msgstr "" -#: plug-ins/common/animoptimize.c:270 +#: plug-ins/common/animoptimize.c:274 msgid "Optimizing Animation..." msgstr "" -#: plug-ins/common/animoptimize.c:272 +#: plug-ins/common/animoptimize.c:276 msgid "UnOptimizing Animation..." msgstr "" -#: plug-ins/common/animoptimize.c:301 +#: plug-ins/common/animoptimize.c:305 msgid "Not enough memory to allocate buffers for optimization.\n" msgstr "" @@ -2480,7 +2479,7 @@ msgstr "" #: plug-ins/common/colorify.c:338 plug-ins/common/colortoalpha.c:414 #: plug-ins/common/ps.c:2625 plug-ins/common/xpm.c:439 -#: plug-ins/gap/gap_mov_dialog.c:259 plug-ins/gimpressionist/color.c:51 +#: plug-ins/gap/gap_mov_dialog.c:276 plug-ins/gimpressionist/color.c:51 #: plug-ins/gimpressionist/color.c:56 plug-ins/imagemap/imap_menu.c:325 #: plug-ins/print/gimp_main_window.c:425 msgid "Color" @@ -2721,7 +2720,7 @@ msgid "Prefixed Name:" msgstr "" #: plug-ins/common/csource.c:689 plug-ins/common/mail.c:556 -#: plug-ins/common/tiff.c:1523 plug-ins/common/xbm.c:1180 +#: plug-ins/common/tiff.c:1566 plug-ins/common/xbm.c:1203 msgid "Comment:" msgstr "" @@ -2758,7 +2757,7 @@ msgstr "" #. Opacity #. table col, row #: plug-ins/common/csource.c:757 plug-ins/common/sparkle.c:443 -#: plug-ins/common/tileit.c:587 plug-ins/gap/gap_mov_dialog.c:1925 +#: plug-ins/common/tileit.c:587 plug-ins/gap/gap_mov_dialog.c:2170 #: plug-ins/gflare/gflare.c:3602 plug-ins/gflare/gflare.c:3632 #: plug-ins/gflare/gflare.c:3662 msgid "Opacity:" @@ -3130,7 +3129,7 @@ msgstr "" #: plug-ins/common/destripe.c:670 plug-ins/common/gtm.c:551 #: plug-ins/common/ps.c:2582 plug-ins/common/ps.c:2757 #: plug-ins/common/smooth_palette.c:429 plug-ins/common/tile.c:421 -#: plug-ins/gap/gap_mov_dialog.c:1891 plug-ins/imagemap/imap_rectangle.c:387 +#: plug-ins/gap/gap_mov_dialog.c:2136 plug-ins/imagemap/imap_rectangle.c:387 msgid "Width:" msgstr "" @@ -3158,7 +3157,7 @@ msgstr "" msgid "Sharp edges" msgstr "" -#: plug-ins/common/diffraction.c:717 plug-ins/flame/flame.c:1004 +#: plug-ins/common/diffraction.c:717 plug-ins/flame/flame.c:1011 #: plug-ins/print/gimp_color_window.c:100 msgid "Brightness:" msgstr "" @@ -3217,7 +3216,7 @@ msgstr "" #: plug-ins/common/displace.c:426 plug-ins/common/edge.c:708 #: plug-ins/common/fractaltrace.c:774 plug-ins/common/newsprint.c:449 #: plug-ins/common/ripple.c:653 plug-ins/common/warp.c:534 -#: plug-ins/fits/fits.c:1008 plug-ins/flame/flame.c:1100 +#: plug-ins/fits/fits.c:1008 plug-ins/flame/flame.c:1107 #: plug-ins/gfig/gfig.c:3328 msgid "Black" msgstr "" @@ -3282,7 +3281,7 @@ msgstr "" #: plug-ins/common/engrave.c:256 plug-ins/common/film.c:1243 #: plug-ins/common/gtm.c:565 plug-ins/common/ps.c:2591 #: plug-ins/common/ps.c:2766 plug-ins/common/smooth_palette.c:438 -#: plug-ins/common/tile.c:425 plug-ins/gap/gap_mov_dialog.c:1908 +#: plug-ins/common/tile.c:425 plug-ins/gap/gap_mov_dialog.c:2153 #: plug-ins/imagemap/imap_rectangle.c:393 msgid "Height:" msgstr "" @@ -3595,28 +3594,28 @@ msgstr "" msgid "Icon Name:" msgstr "" -#: plug-ins/common/gif.c:672 +#: plug-ins/common/gif.c:674 msgid "" "GIF: Couldn't simply reduce colors further.\n" "Saving as opaque.\n" msgstr "" -#: plug-ins/common/gif.c:929 +#: plug-ins/common/gif.c:932 msgid "" "GIF: Sorry, can't save RGB images as GIFs - convert to INDEXED\n" "or GRAY first.\n" msgstr "" -#: plug-ins/common/gif.c:947 +#: plug-ins/common/gif.c:950 #, c-format msgid "GIF: can't open %s\n" msgstr "" -#: plug-ins/common/gif.c:1136 +#: plug-ins/common/gif.c:1139 msgid "GIF Warning" msgstr "" -#: plug-ins/common/gif.c:1162 +#: plug-ins/common/gif.c:1165 msgid "" "The image which you are trying to save as a GIF\n" "contains layers which extend beyond the actual\n" @@ -3627,61 +3626,61 @@ msgid "" "the image borders, or cancel this save." msgstr "" -#: plug-ins/common/gif.c:1207 +#: plug-ins/common/gif.c:1210 msgid "Save as GIF" msgstr "" #. regular gif parameter settings -#: plug-ins/common/gif.c:1229 +#: plug-ins/common/gif.c:1232 msgid "GIF Options" msgstr "" -#: plug-ins/common/gif.c:1237 +#: plug-ins/common/gif.c:1240 msgid "Interlace" msgstr "" -#: plug-ins/common/gif.c:1248 +#: plug-ins/common/gif.c:1251 msgid "GIF Comment:" msgstr "" #. additional animated gif parameter settings -#: plug-ins/common/gif.c:1307 +#: plug-ins/common/gif.c:1311 msgid "Animated GIF Options" msgstr "" -#: plug-ins/common/gif.c:1315 +#: plug-ins/common/gif.c:1319 msgid "Loop forever" msgstr "" -#: plug-ins/common/gif.c:1327 +#: plug-ins/common/gif.c:1331 msgid "Delay between Frames where Unspecified:" msgstr "" -#: plug-ins/common/gif.c:1339 +#: plug-ins/common/gif.c:1343 msgid "Milliseconds" msgstr "" -#: plug-ins/common/gif.c:1349 +#: plug-ins/common/gif.c:1353 msgid "Frame Disposal where Unspecified: " msgstr "" -#: plug-ins/common/gif.c:1358 +#: plug-ins/common/gif.c:1362 msgid "I don't Care" msgstr "" -#: plug-ins/common/gif.c:1360 +#: plug-ins/common/gif.c:1364 msgid "Cumulative Layers (Combine)" msgstr "" -#: plug-ins/common/gif.c:1362 +#: plug-ins/common/gif.c:1366 msgid "One Frame per Layer (Replace)" msgstr "" -#: plug-ins/common/gif.c:2346 +#: plug-ins/common/gif.c:2350 msgid "GIF: error writing output file\n" msgstr "" -#: plug-ins/common/gif.c:2437 +#: plug-ins/common/gif.c:2441 msgid "GIF save: Your comment string is too long.\n" msgstr "" @@ -3824,7 +3823,7 @@ msgstr "" msgid "Grid" msgstr "" -#: plug-ins/common/grid.c:708 plug-ins/gap/gap_mov_dialog.c:478 +#: plug-ins/common/grid.c:708 plug-ins/gap/gap_mov_dialog.c:496 msgid "Update Preview" msgstr "" @@ -4581,7 +4580,7 @@ msgid "Output LPI:" msgstr "" #. screen settings -#: plug-ins/common/newsprint.c:1287 plug-ins/gap/gap_mov_dialog.c:250 +#: plug-ins/common/newsprint.c:1287 plug-ins/gap/gap_mov_dialog.c:267 #: plug-ins/gflare/gflare.c:597 msgid "Screen" msgstr "" @@ -5112,7 +5111,7 @@ msgid "Load PostScript" msgstr "" #. Rendering -#: plug-ins/common/ps.c:2555 plug-ins/flame/flame.c:987 +#: plug-ins/common/ps.c:2555 plug-ins/flame/flame.c:994 msgid "Rendering" msgstr "" @@ -5296,43 +5295,43 @@ msgstr "" msgid "Amplitude:" msgstr "" -#: plug-ins/common/rotate.c:168 +#: plug-ins/common/rotate.c:160 msgid "/Layers/Rotate/90 degrees" msgstr "" -#: plug-ins/common/rotate.c:179 +#: plug-ins/common/rotate.c:171 msgid "/Layers/Rotate/180 degrees" msgstr "" -#: plug-ins/common/rotate.c:190 +#: plug-ins/common/rotate.c:182 msgid "/Layers/Rotate/270 degrees" msgstr "" -#: plug-ins/common/rotate.c:202 +#: plug-ins/common/rotate.c:194 msgid "/Image/Transforms/Rotate/90 degrees" msgstr "" -#: plug-ins/common/rotate.c:213 +#: plug-ins/common/rotate.c:205 msgid "/Image/Transforms/Rotate/180 degrees" msgstr "" -#: plug-ins/common/rotate.c:224 +#: plug-ins/common/rotate.c:216 msgid "/Image/Transforms/Rotate/270 degrees" msgstr "" -#: plug-ins/common/rotate.c:531 +#: plug-ins/common/rotate.c:525 msgid "You can not rotate the whole image if there's a selection." msgstr "" -#: plug-ins/common/rotate.c:537 +#: plug-ins/common/rotate.c:531 msgid "You can not rotate the whole image if there's a floating selection." msgstr "" -#: plug-ins/common/rotate.c:547 +#: plug-ins/common/rotate.c:541 msgid "Sorry, channels and masks can not be rotated." msgstr "" -#: plug-ins/common/rotate.c:553 +#: plug-ins/common/rotate.c:547 msgid "Rotating..." msgstr "" @@ -5349,7 +5348,7 @@ msgstr "" #: plug-ins/dbbrowser/dbbrowser_utils.c:156 #: plug-ins/gdyntext/gdyntext_ui.c:643 plug-ins/gimpressionist/orientmap.c:633 #: plug-ins/gimpressionist/presets.c:640 plug-ins/gimpressionist/sizemap.c:492 -#: plug-ins/imagemap/imap_default_dialog.c:110 +#: plug-ins/imagemap/imap_default_dialog.c:122 msgid "Apply" msgstr "" @@ -5445,7 +5444,7 @@ msgstr "" msgid "Holdness:" msgstr "" -#: plug-ins/common/screenshot.c:150 plug-ins/winsnap/winsnap.c:1075 +#: plug-ins/common/screenshot.c:150 plug-ins/winsnap/winsnap.c:1076 msgid "/File/Acquire/Screen Shot..." msgstr "" @@ -5455,7 +5454,7 @@ msgid "Screen Shot" msgstr "" #. Action area -#: plug-ins/common/screenshot.c:393 plug-ins/winsnap/winsnap.c:902 +#: plug-ins/common/screenshot.c:393 plug-ins/winsnap/winsnap.c:903 msgid "Grab" msgstr "" @@ -5471,11 +5470,11 @@ msgstr "" msgid "Grab the Whole Screen" msgstr "" -#: plug-ins/common/screenshot.c:469 plug-ins/winsnap/winsnap.c:1010 +#: plug-ins/common/screenshot.c:469 plug-ins/winsnap/winsnap.c:1011 msgid "after" msgstr "" -#: plug-ins/common/screenshot.c:478 plug-ins/winsnap/winsnap.c:1019 +#: plug-ins/common/screenshot.c:478 plug-ins/winsnap/winsnap.c:1020 msgid "Seconds Delay" msgstr "" @@ -5800,7 +5799,7 @@ msgid "Sphere Designer" msgstr "" #: plug-ins/common/spheredesigner.c:2268 plug-ins/gimpressionist/preview.c:117 -#: plug-ins/gimpressionist/repaint.c:873 plug-ins/gimpressionist/repaint.c:875 +#: plug-ins/gimpressionist/repaint.c:874 plug-ins/gimpressionist/repaint.c:876 #: plug-ins/imagemap/imap_polygon.c:446 msgid "Update" msgstr "" @@ -5999,31 +5998,31 @@ msgstr "" msgid "Threshold Alpha" msgstr "" -#: plug-ins/common/tiff.c:663 +#: plug-ins/common/tiff.c:685 msgid "TIFF Channel" msgstr "" -#: plug-ins/common/tiff.c:1482 +#: plug-ins/common/tiff.c:1525 msgid "Save as TIFF" msgstr "" -#: plug-ins/common/tiff.c:1504 +#: plug-ins/common/tiff.c:1547 msgid "Compression" msgstr "" -#: plug-ins/common/tiff.c:1509 +#: plug-ins/common/tiff.c:1552 msgid "LZW" msgstr "" -#: plug-ins/common/tiff.c:1510 +#: plug-ins/common/tiff.c:1553 msgid "Pack Bits" msgstr "" -#: plug-ins/common/tiff.c:1511 +#: plug-ins/common/tiff.c:1554 msgid "Deflate" msgstr "" -#: plug-ins/common/tiff.c:1512 +#: plug-ins/common/tiff.c:1555 msgid "JPEG" msgstr "" @@ -6728,37 +6727,34 @@ msgstr "" msgid "Transferring image" msgstr "" -#: plug-ins/common/xbm.c:237 +#: plug-ins/common/xbm.c:246 msgid "Created with The GIMP" msgstr "" -#: plug-ins/common/xbm.c:670 +#: plug-ins/common/xbm.c:731 #, c-format msgid "XBM: cannot open \"%s\"\n" msgstr "" -#: plug-ins/common/xbm.c:753 +#: plug-ins/common/xbm.c:814 #, c-format msgid "XBM: cannot read header (ftell == %ld)\n" msgstr "" -#: plug-ins/common/xbm.c:759 +#: plug-ins/common/xbm.c:820 msgid "XBM: no image width specified\n" msgstr "" -#: plug-ins/common/xbm.c:765 +#: plug-ins/common/xbm.c:826 msgid "XBM: no image height specified\n" msgstr "" -#: plug-ins/common/xbm.c:771 +#: plug-ins/common/xbm.c:832 msgid "XBM: no image data type specified\n" msgstr "" -#: plug-ins/common/xbm.c:890 -msgid "XBM Warning" -msgstr "" - -#: plug-ins/common/xbm.c:911 +#. The image is not black-and-white. +#: plug-ins/common/xbm.c:965 msgid "" "The image which you are trying to save as\n" "an XBM contains more than two colors.\n" @@ -6767,38 +6763,57 @@ msgid "" "(1-bit) indexed image and try again." msgstr "" -#: plug-ins/common/xbm.c:982 +#: plug-ins/common/xbm.c:976 +msgid "" +"You cannot save a cursor mask for an image\n" +"which has no alpha channel." +msgstr "" + +#: plug-ins/common/xbm.c:1005 #, c-format msgid "XBM: cannot create \"%s\"\n" msgstr "" -#: plug-ins/common/xbm.c:1123 +#: plug-ins/common/xbm.c:1146 msgid "Save as XBM" msgstr "" #. parameter settings -#: plug-ins/common/xbm.c:1140 +#: plug-ins/common/xbm.c:1163 msgid "XBM Options" msgstr "" #. X10 format -#: plug-ins/common/xbm.c:1151 +#: plug-ins/common/xbm.c:1174 msgid "X10 Format Bitmap" msgstr "" -#: plug-ins/common/xbm.c:1169 +#: plug-ins/common/xbm.c:1192 msgid "Identifier Prefix:" msgstr "" #. hotspot toggle -#: plug-ins/common/xbm.c:1187 +#: plug-ins/common/xbm.c:1210 msgid "Write Hot Spot Values" msgstr "" -#: plug-ins/common/xbm.c:1211 +#: plug-ins/common/xbm.c:1234 msgid "Hot Spot X:" msgstr "" +#. mask file +#: plug-ins/common/xbm.c:1248 +msgid "Mask File" +msgstr "" + +#: plug-ins/common/xbm.c:1259 +msgid "Write Extra Mask File" +msgstr "" + +#: plug-ins/common/xbm.c:1270 +msgid "Mask File Extension:" +msgstr "" + #: plug-ins/common/xpm.c:795 msgid "Save as XPM" msgstr "" @@ -6960,118 +6975,118 @@ msgstr "" msgid "Image Composing" msgstr "" -#: plug-ins/flame/flame.c:137 +#: plug-ins/flame/flame.c:144 msgid "/Filters/Render/Nature/Flame..." msgstr "" -#: plug-ins/flame/flame.c:218 +#: plug-ins/flame/flame.c:225 msgid "Drawing Flame..." msgstr "" -#: plug-ins/flame/flame.c:299 +#: plug-ins/flame/flame.c:306 msgid "Flame works only on RGB drawables." msgstr "" -#: plug-ins/flame/flame.c:415 +#: plug-ins/flame/flame.c:422 #, c-format msgid "%s: Is not a regular file" msgstr "" -#: plug-ins/flame/flame.c:619 plug-ins/flame/flame.c:965 +#: plug-ins/flame/flame.c:626 plug-ins/flame/flame.c:972 msgid "Edit Flame" msgstr "" -#: plug-ins/flame/flame.c:638 +#: plug-ins/flame/flame.c:645 msgid "Directions" msgstr "" -#: plug-ins/flame/flame.c:668 +#: plug-ins/flame/flame.c:675 msgid "Controls" msgstr "" -#: plug-ins/flame/flame.c:683 +#: plug-ins/flame/flame.c:690 msgid "Speed:" msgstr "" -#: plug-ins/flame/flame.c:699 +#: plug-ins/flame/flame.c:706 msgid "Randomize" msgstr "" -#: plug-ins/flame/flame.c:712 +#: plug-ins/flame/flame.c:719 msgid "Same" msgstr "" -#: plug-ins/flame/flame.c:713 plug-ins/gimpressionist/orientation.c:151 +#: plug-ins/flame/flame.c:720 plug-ins/gimpressionist/orientation.c:151 #: plug-ins/gimpressionist/size.c:150 msgid "Random" msgstr "" -#: plug-ins/flame/flame.c:717 +#: plug-ins/flame/flame.c:724 msgid "Swirl" msgstr "" -#: plug-ins/flame/flame.c:718 +#: plug-ins/flame/flame.c:725 msgid "Horseshoe" msgstr "" -#: plug-ins/flame/flame.c:719 plug-ins/gfig/gfig.c:3315 +#: plug-ins/flame/flame.c:726 plug-ins/gfig/gfig.c:3315 msgid "Polar" msgstr "" -#: plug-ins/flame/flame.c:720 +#: plug-ins/flame/flame.c:727 msgid "Bent" msgstr "" -#: plug-ins/flame/flame.c:726 +#: plug-ins/flame/flame.c:733 msgid "Variation:" msgstr "" -#: plug-ins/flame/flame.c:759 plug-ins/flame/flame.c:972 +#: plug-ins/flame/flame.c:766 plug-ins/flame/flame.c:979 msgid "Load Flame" msgstr "" -#: plug-ins/flame/flame.c:781 plug-ins/flame/flame.c:979 +#: plug-ins/flame/flame.c:788 plug-ins/flame/flame.c:986 msgid "Save Flame" msgstr "" -#: plug-ins/flame/flame.c:908 plug-ins/flame/flame.c:947 +#: plug-ins/flame/flame.c:915 plug-ins/flame/flame.c:954 msgid "Flame" msgstr "" -#: plug-ins/flame/flame.c:1017 plug-ins/print/gimp_color_window.c:114 +#: plug-ins/flame/flame.c:1024 plug-ins/print/gimp_color_window.c:114 msgid "Contrast:" msgstr "" -#: plug-ins/flame/flame.c:1030 plug-ins/gimpressionist/brush.c:401 +#: plug-ins/flame/flame.c:1037 plug-ins/gimpressionist/brush.c:401 #: plug-ins/print/gimp_color_window.c:198 msgid "Gamma:" msgstr "" -#: plug-ins/flame/flame.c:1043 +#: plug-ins/flame/flame.c:1050 msgid "Sample Density:" msgstr "" -#: plug-ins/flame/flame.c:1053 +#: plug-ins/flame/flame.c:1060 msgid "Spatial Oversample:" msgstr "" -#: plug-ins/flame/flame.c:1063 +#: plug-ins/flame/flame.c:1070 msgid "Spatial Filter Radius:" msgstr "" -#: plug-ins/flame/flame.c:1089 +#: plug-ins/flame/flame.c:1096 msgid "Colormap:" msgstr "" -#: plug-ins/flame/flame.c:1137 +#: plug-ins/flame/flame.c:1144 msgid "Custom Gradient" msgstr "" -#: plug-ins/flame/flame.c:1157 +#: plug-ins/flame/flame.c:1164 msgid "Camera" msgstr "" -#: plug-ins/flame/flame.c:1169 +#: plug-ins/flame/flame.c:1176 msgid "Zoom:" msgstr "" @@ -7974,7 +7989,7 @@ msgstr "" #. digits #. constrain #. lower, upper (unconstrained) -#: plug-ins/gap/gap_mod_layer.c:156 plug-ins/gap/gap_mov_dialog.c:550 +#: plug-ins/gap/gap_mod_layer.c:156 plug-ins/gap/gap_mov_dialog.c:568 #: plug-ins/gap/gap_mpege.c:259 plug-ins/gap/gap_range_ops.c:442 #: plug-ins/gap/gap_range_ops.c:601 msgid "first handled frame" @@ -7992,7 +8007,7 @@ msgstr "" #. digits #. constrain #. lower, upper (unconstrained) -#: plug-ins/gap/gap_mod_layer.c:164 plug-ins/gap/gap_mov_dialog.c:565 +#: plug-ins/gap/gap_mod_layer.c:164 plug-ins/gap/gap_mov_dialog.c:583 #: plug-ins/gap/gap_mpege.c:267 plug-ins/gap/gap_range_ops.c:450 #: plug-ins/gap/gap_range_ops.c:609 msgid "last handled frame" @@ -8080,120 +8095,120 @@ msgstr "" msgid "No selected Layer in start frame" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:247 plug-ins/gfig/gfig.c:3327 +#: plug-ins/gap/gap_mov_dialog.c:264 plug-ins/gfig/gfig.c:3327 #: plug-ins/gflare/gflare.c:594 plug-ins/gimpressionist/orientmap.c:590 msgid "Normal" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:248 +#: plug-ins/gap/gap_mov_dialog.c:265 msgid "Dissolve" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:249 +#: plug-ins/gap/gap_mov_dialog.c:266 msgid "Multiply" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:251 plug-ins/gflare/gflare.c:596 +#: plug-ins/gap/gap_mov_dialog.c:268 plug-ins/gflare/gflare.c:596 #: plug-ins/gimpressionist/paper.c:152 msgid "Overlay" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:252 +#: plug-ins/gap/gap_mov_dialog.c:269 msgid "Difference" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:253 plug-ins/gflare/gflare.c:595 +#: plug-ins/gap/gap_mov_dialog.c:270 plug-ins/gflare/gflare.c:595 msgid "Addition" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:254 plug-ins/gfig/gfig.c:3148 +#: plug-ins/gap/gap_mov_dialog.c:271 plug-ins/gfig/gfig.c:3148 msgid "Subtract" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:255 +#: plug-ins/gap/gap_mov_dialog.c:272 msgid "Darken Only" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:256 +#: plug-ins/gap/gap_mov_dialog.c:273 msgid "Lighten Only" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:267 +#: plug-ins/gap/gap_mov_dialog.c:284 msgid "Left Top" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:268 +#: plug-ins/gap/gap_mov_dialog.c:285 msgid "Left Bottom" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:269 +#: plug-ins/gap/gap_mov_dialog.c:286 msgid "Right Top" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:270 +#: plug-ins/gap/gap_mov_dialog.c:287 msgid "Right Bottom" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:279 +#: plug-ins/gap/gap_mov_dialog.c:296 msgid "Loop" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:280 +#: plug-ins/gap/gap_mov_dialog.c:297 msgid "Loop Reverse" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:281 +#: plug-ins/gap/gap_mov_dialog.c:298 msgid "Once" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:282 +#: plug-ins/gap/gap_mov_dialog.c:299 msgid "OnceReverse" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:283 +#: plug-ins/gap/gap_mov_dialog.c:300 msgid "PingPong" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:451 +#: plug-ins/gap/gap_mov_dialog.c:469 msgid "Move Path" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:485 +#: plug-ins/gap/gap_mov_dialog.c:503 msgid "" "Show PreviewFrame with Selected \n" "SrcLayer at current Controlpoint" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:489 +#: plug-ins/gap/gap_mov_dialog.c:507 msgid "Anim Preview" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:496 +#: plug-ins/gap/gap_mov_dialog.c:514 msgid "" "Generate Animated Preview\n" "as multilayer image" msgstr "" #. parameter settings -#: plug-ins/gap/gap_mov_dialog.c:509 +#: plug-ins/gap/gap_mov_dialog.c:527 msgid "Copy moving source-layer(s) into frames" msgstr "" #. the start frame scale_entry #. table col, row -#: plug-ins/gap/gap_mov_dialog.c:542 +#: plug-ins/gap/gap_mov_dialog.c:560 msgid "Start Frame:" msgstr "" #. the end frame scale_entry #. table col, row -#: plug-ins/gap/gap_mov_dialog.c:557 +#: plug-ins/gap/gap_mov_dialog.c:575 msgid "End Frame:" msgstr "" #. the Preview Frame scale_entry #. table col, row -#: plug-ins/gap/gap_mov_dialog.c:572 +#: plug-ins/gap/gap_mov_dialog.c:590 msgid "Preview Frame:" msgstr "" @@ -8205,7 +8220,7 @@ msgstr "" #. digits #. constrain #. lower, upper (unconstrained) -#: plug-ins/gap/gap_mov_dialog.c:580 +#: plug-ins/gap/gap_mov_dialog.c:598 msgid "" "frame to show when UpdPreview\n" "button is pressed" @@ -8213,7 +8228,7 @@ msgstr "" #. the Layerstack scale_entry #. table col, row -#: plug-ins/gap/gap_mov_dialog.c:588 plug-ins/gap/gap_range_ops.c:265 +#: plug-ins/gap/gap_mov_dialog.c:606 plug-ins/gap/gap_range_ops.c:265 msgid "Layerstack:" msgstr "" @@ -8225,7 +8240,7 @@ msgstr "" #. digits #. constrain #. lower, upper (unconstrained) -#: plug-ins/gap/gap_mov_dialog.c:596 +#: plug-ins/gap/gap_mov_dialog.c:614 msgid "" "How to insert SrcLayer into the\n" "Dst. Frame's Layerstack\n" @@ -8233,135 +8248,135 @@ msgid "" msgstr "" #. toggle force visibility -#: plug-ins/gap/gap_mov_dialog.c:608 +#: plug-ins/gap/gap_mov_dialog.c:626 msgid "Force visibility" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:614 +#: plug-ins/gap/gap_mov_dialog.c:632 msgid "Force visibility for all copied Src-Layers" msgstr "" #. toggle clip_to_image -#: plug-ins/gap/gap_mov_dialog.c:620 +#: plug-ins/gap/gap_mov_dialog.c:638 msgid "Clip To Frame" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:626 +#: plug-ins/gap/gap_mov_dialog.c:644 msgid "" "Clip all copied Src-Layers\n" "at Frame Boundaries" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:674 +#: plug-ins/gap/gap_mov_dialog.c:692 msgid "" "No Source Image was selected\n" "(Please open a 2nd Image of the same type before opening Move Path)" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:770 +#: plug-ins/gap/gap_mov_dialog.c:788 msgid "Object on empty frames" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:771 +#: plug-ins/gap/gap_mov_dialog.c:789 msgid "Object on one frame" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:772 +#: plug-ins/gap/gap_mov_dialog.c:790 msgid "Exact Object on frames" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:802 +#: plug-ins/gap/gap_mov_dialog.c:820 msgid "Anim Preview Mode" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:810 +#: plug-ins/gap/gap_mov_dialog.c:828 msgid "Scale Preview" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:811 +#: plug-ins/gap/gap_mov_dialog.c:829 msgid "Scale down size of the generated animated preview (in %)" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:819 +#: plug-ins/gap/gap_mov_dialog.c:837 msgid "Framerate" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:820 +#: plug-ins/gap/gap_mov_dialog.c:838 msgid "Framerate to use in the animated preview in frames/sec" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:834 +#: plug-ins/gap/gap_mov_dialog.c:852 msgid "Copy to Video Buffer" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:835 +#: plug-ins/gap/gap_mov_dialog.c:853 msgid "" "Save all single frames of animated preview to video buffer\n" "(configured in gimprc by video-paste-dir and video-paste-basename)" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:840 +#: plug-ins/gap/gap_mov_dialog.c:858 msgid "Move Path Animated Preview" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:886 +#: plug-ins/gap/gap_mov_dialog.c:904 msgid "Generate Animated Preview failed\n" msgstr "" #. filesel is already open -#: plug-ins/gap/gap_mov_dialog.c:1098 +#: plug-ins/gap/gap_mov_dialog.c:1343 msgid "Load Path Points from file" msgstr "" #. filesel is already open -#: plug-ins/gap/gap_mov_dialog.c:1134 +#: plug-ins/gap/gap_mov_dialog.c:1379 msgid "Save Path Points to file" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:1479 +#: plug-ins/gap/gap_mov_dialog.c:1724 #, c-format msgid "Current Point: [ %3d ] of [ %3d ]" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:1670 +#: plug-ins/gap/gap_mov_dialog.c:1915 msgid "Source Select" msgstr "" #. Source Layer menu -#: plug-ins/gap/gap_mov_dialog.c:1687 +#: plug-ins/gap/gap_mov_dialog.c:1932 msgid "Source Image/Layer:" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:1697 +#: plug-ins/gap/gap_mov_dialog.c:1942 msgid "Source Object to insert into Frame Range" msgstr "" #. Paintmode menu -#: plug-ins/gap/gap_mov_dialog.c:1712 +#: plug-ins/gap/gap_mov_dialog.c:1957 msgid "Mode:" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:1721 +#: plug-ins/gap/gap_mov_dialog.c:1966 msgid "Paintmode" msgstr "" #. Loop Stepmode menu -#: plug-ins/gap/gap_mov_dialog.c:1736 +#: plug-ins/gap/gap_mov_dialog.c:1981 msgid "Stepmode:" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:1754 +#: plug-ins/gap/gap_mov_dialog.c:1999 msgid "" "How to fetch the next SrcLayer \n" "at the next handled frame" msgstr "" #. Source Image Handle menu -#: plug-ins/gap/gap_mov_dialog.c:1760 +#: plug-ins/gap/gap_mov_dialog.c:2005 msgid "Handle:" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:1778 +#: plug-ins/gap/gap_mov_dialog.c:2023 msgid "" "How to place the SrcLayer at \n" "Controlpoint Coordinates" @@ -8369,17 +8384,17 @@ msgstr "" #. to avoid side effects while initialization #. the frame -#: plug-ins/gap/gap_mov_dialog.c:1832 +#: plug-ins/gap/gap_mov_dialog.c:2077 msgid "Move Path Preview" msgstr "" #. lower, upper (unconstrained) -#: plug-ins/gap/gap_mov_dialog.c:1864 +#: plug-ins/gap/gap_mov_dialog.c:2109 msgid "X Coordinate" msgstr "" #. lower, upper (unconstrained) -#: plug-ins/gap/gap_mov_dialog.c:1882 +#: plug-ins/gap/gap_mov_dialog.c:2127 msgid "Y Coordinate" msgstr "" @@ -8391,7 +8406,7 @@ msgstr "" #. digits #. constrain #. lower, upper (unconstrained) -#: plug-ins/gap/gap_mov_dialog.c:1899 +#: plug-ins/gap/gap_mov_dialog.c:2144 msgid "Scale Source Layer's Width in percent" msgstr "" @@ -8403,7 +8418,7 @@ msgstr "" #. digits #. constrain #. lower, upper (unconstrained) -#: plug-ins/gap/gap_mov_dialog.c:1916 +#: plug-ins/gap/gap_mov_dialog.c:2161 msgid "" "Scale SrcLayer's Height\n" "in percent" @@ -8417,7 +8432,7 @@ msgstr "" #. digits #. constrain #. lower, upper (unconstrained) -#: plug-ins/gap/gap_mov_dialog.c:1933 +#: plug-ins/gap/gap_mov_dialog.c:2178 msgid "" "SrcLayer's Opacity\n" "in percent" @@ -8425,7 +8440,7 @@ msgstr "" #. Rotation #. table col, row -#: plug-ins/gap/gap_mov_dialog.c:1942 +#: plug-ins/gap/gap_mov_dialog.c:2187 msgid "Rotate:" msgstr "" @@ -8437,13 +8452,13 @@ msgstr "" #. digits #. constrain #. lower, upper (unconstrained) -#: plug-ins/gap/gap_mov_dialog.c:1950 +#: plug-ins/gap/gap_mov_dialog.c:2195 msgid "Rotate SrcLayer (in degree)" msgstr "" #. Keyframe #. table col, row -#: plug-ins/gap/gap_mov_dialog.c:1961 +#: plug-ins/gap/gap_mov_dialog.c:2206 msgid "Keyframe:" msgstr "" @@ -8455,132 +8470,151 @@ msgstr "" #. digits #. constrain #. lower, upper (unconstrained) -#: plug-ins/gap/gap_mov_dialog.c:1969 +#: plug-ins/gap/gap_mov_dialog.c:2214 msgid "" "Fix Controlpoint to Keyframe number\n" "(0 == No Keyframe)" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:2044 +#: plug-ins/gap/gap_mov_dialog.c:2289 msgid "Add Point" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:2052 +#: plug-ins/gap/gap_mov_dialog.c:2297 msgid "" "Add Controlpoint at end \n" "(the last Point is duplicated)" msgstr "" #. toggle clip_to_image -#: plug-ins/gap/gap_mov_dialog.c:2057 +#: plug-ins/gap/gap_mov_dialog.c:2302 msgid "Show Path" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:2063 +#: plug-ins/gap/gap_mov_dialog.c:2308 msgid "" "Show Path Lines and enable\n" "pick/drag with left button\n" "or move with right button" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:2073 +#: plug-ins/gap/gap_mov_dialog.c:2318 #: plug-ins/imagemap/imap_cmd_insert_point.c:57 #: plug-ins/imagemap/imap_polygon.c:683 msgid "Insert Point" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:2081 +#: plug-ins/gap/gap_mov_dialog.c:2326 msgid "" "Insert Controlpoint \n" "(the current Point is duplicated)" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:2085 +#: plug-ins/gap/gap_mov_dialog.c:2330 #: plug-ins/imagemap/imap_cmd_delete_point.c:57 #: plug-ins/imagemap/imap_polygon.c:669 msgid "Delete Point" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:2093 +#: plug-ins/gap/gap_mov_dialog.c:2338 msgid "Delete current Controlpoint" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:2099 +#: plug-ins/gap/gap_mov_dialog.c:2344 msgid "Prev Point" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:2107 +#: plug-ins/gap/gap_mov_dialog.c:2352 msgid "Show Previous Controlpoint" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:2111 +#: plug-ins/gap/gap_mov_dialog.c:2356 msgid "Next Point" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:2119 +#: plug-ins/gap/gap_mov_dialog.c:2364 msgid "Show Next Controlpoint" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:2125 +#: plug-ins/gap/gap_mov_dialog.c:2370 msgid "First Point" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:2133 +#: plug-ins/gap/gap_mov_dialog.c:2378 msgid "Show First Controlpoint" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:2137 +#: plug-ins/gap/gap_mov_dialog.c:2382 msgid "Last Point" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:2145 +#: plug-ins/gap/gap_mov_dialog.c:2390 msgid "Show Last Controlpoint" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:2151 +#: plug-ins/gap/gap_mov_dialog.c:2396 msgid "Clear Point" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:2159 +#: plug-ins/gap/gap_mov_dialog.c:2404 msgid "" "Reset the current Controlpoint\n" "to default Values" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:2163 -msgid "Reset Points" +#: plug-ins/gap/gap_mov_dialog.c:2408 +msgid "Clear All Points" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:2171 +#: plug-ins/gap/gap_mov_dialog.c:2416 msgid "" -"Reset Controlpoints \n" -"to one Defaultpoint" +"Reset all Controlpoints to default Values\n" +"but dont change the path (X/Y Values)" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:2177 +#: plug-ins/gap/gap_mov_dialog.c:2423 +msgid "Rotate Follow" +msgstr "" + +#: plug-ins/gap/gap_mov_dialog.c:2434 +msgid "" +"Set Rotation for all Controlpoints\n" +"to follow the shape of the path.\n" +"(Shift: use Rotation of contolpoint 1 as offset)" +msgstr "" + +#: plug-ins/gap/gap_mov_dialog.c:2441 +msgid "Delete All Points" +msgstr "" + +#: plug-ins/gap/gap_mov_dialog.c:2449 +msgid "Delete all Controlpoints" +msgstr "" + +#: plug-ins/gap/gap_mov_dialog.c:2456 msgid "Load Points" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:2185 +#: plug-ins/gap/gap_mov_dialog.c:2464 msgid "Load Controlpoints from file" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:2189 +#: plug-ins/gap/gap_mov_dialog.c:2468 msgid "Save Points" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:2197 +#: plug-ins/gap/gap_mov_dialog.c:2476 msgid "Save Controlpoints to file" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:2668 +#: plug-ins/gap/gap_mov_dialog.c:2947 #, c-format msgid "" "\n" "Error: Keyframe %d at point [%d] higher or equal than last handled frame" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:2676 +#: plug-ins/gap/gap_mov_dialog.c:2955 #, c-format msgid "" "\n" @@ -8588,21 +8622,21 @@ msgid "" "for the previous controlpoints" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:2686 +#: plug-ins/gap/gap_mov_dialog.c:2965 #, c-format msgid "" "\n" "Error: Keyframe %d is not in sequence at point [%d]" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:2704 +#: plug-ins/gap/gap_mov_dialog.c:2983 #, c-format msgid "" "\n" "Error: controlpoint [%d] is out of handled framerange" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:2718 +#: plug-ins/gap/gap_mov_dialog.c:2997 #, c-format msgid "" "\n" @@ -8610,35 +8644,35 @@ msgid "" "please reduce controlpoints or select more frames" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:2731 +#: plug-ins/gap/gap_mov_dialog.c:3010 msgid "" "Cant operate with current Controlpoint\n" "or Keyframe settings" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:2738 +#: plug-ins/gap/gap_mov_dialog.c:3017 msgid "Reset Keyframes" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:2743 +#: plug-ins/gap/gap_mov_dialog.c:3022 msgid "Move Path Controlpointcheck" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:2744 +#: plug-ins/gap/gap_mov_dialog.c:3023 msgid "Errors:" msgstr "" -#: plug-ins/gap/gap_mov_exec.c:337 +#: plug-ins/gap/gap_mov_exec.c:339 msgid "" "No Source Image was selected.\n" "Please open a 2nd Image of the same type before opening Move Path." msgstr "" -#: plug-ins/gap/gap_mov_exec.c:348 +#: plug-ins/gap/gap_mov_exec.c:350 msgid "Copying Layers into Frames..." msgstr "" -#: plug-ins/gap/gap_mov_exec.c:352 +#: plug-ins/gap/gap_mov_exec.c:354 msgid "Generating Animated Preview..." msgstr "" @@ -9499,18 +9533,12 @@ msgstr "" msgid "/Filters/Render/Dynamic Text..." msgstr "" -#: plug-ins/gdyntext/gdyntext.c:307 -msgid "" -"Current layer isn't a GDynText layer or it has no alpha channel.\n" -" Forcing new layer creation.\n" -msgstr "" - -#: plug-ins/gdyntext/gdyntext.c:354 +#: plug-ins/gdyntext/gdyntext.c:351 #, c-format msgid "Upgrading old GDynText layer to %s\n" msgstr "" -#: plug-ins/gdyntext/gdyntext.c:358 +#: plug-ins/gdyntext/gdyntext.c:355 #, c-format msgid "" "WARNING: GDynText is too old!\n" @@ -9520,15 +9548,15 @@ msgid "" msgstr "" #. remove old layer name -#: plug-ins/gdyntext/gdyntext.c:397 +#: plug-ins/gdyntext/gdyntext.c:394 msgid "GDynText Layer " msgstr "" -#: plug-ins/gdyntext/gdyntext.c:434 +#: plug-ins/gdyntext/gdyntext.c:431 msgid "GIMP Dynamic Text" msgstr "" -#: plug-ins/gdyntext/gdyntext.c:536 +#: plug-ins/gdyntext/gdyntext.c:533 msgid "GDynText Layer" msgstr "" @@ -11367,7 +11395,7 @@ msgstr "" msgid "Unselect All" msgstr "" -#: plug-ins/imagemap/imap_default_dialog.c:124 +#: plug-ins/imagemap/imap_default_dialog.c:136 msgid "Help..." msgstr "" @@ -11446,11 +11474,11 @@ msgstr "" msgid "JavaScript" msgstr "" -#: plug-ins/imagemap/imap_edit_area_info.c:416 +#: plug-ins/imagemap/imap_edit_area_info.c:425 msgid "Area Settings" msgstr "" -#: plug-ins/imagemap/imap_edit_area_info.c:459 +#: plug-ins/imagemap/imap_edit_area_info.c:469 #, c-format msgid "Area #%d Settings" msgstr "" @@ -11894,12 +11922,12 @@ msgid "" msgstr "" #. open URL for help -#: plug-ins/maze/maze_face.c:588 +#: plug-ins/maze/maze_face.c:596 #, c-format msgid "Opening %s" msgstr "" -#: plug-ins/maze/maze_face.c:599 +#: plug-ins/maze/maze_face.c:607 #, c-format msgid "See %s" msgstr "" @@ -12393,32 +12421,32 @@ msgstr "" msgid "Misc" msgstr "" -#: plug-ins/sel2path/sel2path.c:160 +#: plug-ins/sel2path/sel2path.c:162 msgid "/Select/To Path" msgstr "" -#: plug-ins/sel2path/sel2path.c:205 +#: plug-ins/sel2path/sel2path.c:209 msgid "No selection to convert" msgstr "" -#: plug-ins/sel2path/sel2path.c:362 -msgid "Default Values" +#: plug-ins/sel2path/sel2path.c:333 +msgid "Sel2Path Advanced Settings" msgstr "" -#: plug-ins/sel2path/sel2path.c:551 +#: plug-ins/sel2path/sel2path.c:542 #, c-format msgid "print_spline: strange degree (%d)" msgstr "" -#: plug-ins/sel2path/sel2path.c:559 +#: plug-ins/sel2path/sel2path.c:551 msgid "selection_to_path" msgstr "" -#: plug-ins/sel2path/sel2path.c:585 +#: plug-ins/sel2path/sel2path.c:579 msgid "gimp_image_get_selection failed" msgstr "" -#: plug-ins/sel2path/sel2path.c:593 +#: plug-ins/sel2path/sel2path.c:587 msgid "Internal error. Selection bpp > 1" msgstr "" @@ -12600,19 +12628,19 @@ msgstr "" msgid "Current" msgstr "" -#: plug-ins/winsnap/winsnap.c:945 +#: plug-ins/winsnap/winsnap.c:946 msgid "Grab a single window" msgstr "" -#: plug-ins/winsnap/winsnap.c:956 +#: plug-ins/winsnap/winsnap.c:957 msgid "Include decorations" msgstr "" -#: plug-ins/winsnap/winsnap.c:992 +#: plug-ins/winsnap/winsnap.c:993 msgid "Grab the whole screen" msgstr "" -#: plug-ins/winsnap/winsnap.c:1221 +#: plug-ins/winsnap/winsnap.c:1222 msgid "No data captured" msgstr "" diff --git a/po-plug-ins/sv.po b/po-plug-ins/sv.po index 6b52823376..8d7fbea9f7 100644 --- a/po-plug-ins/sv.po +++ b/po-plug-ins/sv.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: gimp 1.1.10\n" -"POT-Creation-Date: 2000-05-26 23:52-0700\n" +"POT-Creation-Date: 2000-06-18 19:40-0700\n" "PO-Revision-Date: 1999-10-17 22:36+0100\n" "Last-Translator: Tomas Ögren \n" "Language-Team: Swedish \n" @@ -43,7 +43,7 @@ msgstr "Om" #: plug-ins/Lighting/lighting_ui.c:1076 plug-ins/MapObject/mapobject_ui.c:1383 #: plug-ins/bmp/bmpwrite.c:564 plug-ins/common/CML_explorer.c:1174 #: plug-ins/common/CML_explorer.c:1932 plug-ins/common/CML_explorer.c:2252 -#: plug-ins/common/aa.c:346 plug-ins/common/align_layers.c:425 +#: plug-ins/common/aa.c:344 plug-ins/common/align_layers.c:425 #: plug-ins/common/apply_lens.c:392 plug-ins/common/blinds.c:323 #: plug-ins/common/blur.c:613 plug-ins/common/borderaverage.c:393 #: plug-ins/common/bumpmap.c:848 plug-ins/common/checkerboard.c:349 @@ -60,8 +60,8 @@ msgstr "Om" #: plug-ins/common/fractaltrace.c:725 plug-ins/common/gauss_iir.c:365 #: plug-ins/common/gauss_iir.c:448 plug-ins/common/gauss_rle.c:360 #: plug-ins/common/gauss_rle.c:443 plug-ins/common/gbr.c:456 -#: plug-ins/common/gicon.c:441 plug-ins/common/gif.c:1141 -#: plug-ins/common/gif.c:1212 plug-ins/common/glasstile.c:259 +#: plug-ins/common/gicon.c:441 plug-ins/common/gif.c:1144 +#: plug-ins/common/gif.c:1215 plug-ins/common/glasstile.c:259 #: plug-ins/common/gpb.c:269 plug-ins/common/gqbist.c:640 #: plug-ins/common/grid.c:658 plug-ins/common/gtm.c:375 #: plug-ins/common/hot.c:589 plug-ins/common/illusion.c:560 @@ -84,18 +84,18 @@ msgstr "Om" #: plug-ins/common/sparkle.c:349 plug-ins/common/spheredesigner.c:2232 #: plug-ins/common/spread.c:382 plug-ins/common/sunras.c:1577 #: plug-ins/common/tga.c:1448 plug-ins/common/threshold_alpha.c:268 -#: plug-ins/common/tiff.c:1487 plug-ins/common/tile.c:398 +#: plug-ins/common/tiff.c:1530 plug-ins/common/tile.c:398 #: plug-ins/common/tileit.c:386 plug-ins/common/uniteditor.c:172 #: plug-ins/common/unsharp.c:786 plug-ins/common/video.c:2155 #: plug-ins/common/vpropagate.c:934 plug-ins/common/warp.c:437 #: plug-ins/common/waves.c:349 plug-ins/common/whirlpinch.c:808 #: plug-ins/common/wind.c:1007 plug-ins/common/wmf.c:931 -#: plug-ins/common/xbm.c:1128 plug-ins/common/xpm.c:800 -#: plug-ins/fits/fits.c:987 plug-ins/flame/flame.c:624 -#: plug-ins/flame/flame.c:913 plug-ins/fp/fp_gtk.c:895 +#: plug-ins/common/xbm.c:1151 plug-ins/common/xpm.c:800 +#: plug-ins/fits/fits.c:987 plug-ins/flame/flame.c:631 +#: plug-ins/flame/flame.c:920 plug-ins/fp/fp_gtk.c:895 #: plug-ins/gap/gap_arr_dialog.c:768 plug-ins/gap/gap_arr_dialog.c:1010 #: plug-ins/gap/gap_decode_xanim.c:177 plug-ins/gap/gap_lib.c:221 -#: plug-ins/gap/gap_mod_layer.c:145 plug-ins/gap/gap_mov_dialog.c:469 +#: plug-ins/gap/gap_mod_layer.c:145 plug-ins/gap/gap_mov_dialog.c:487 #: plug-ins/gap/gap_mpege.c:191 plug-ins/gap/gap_resi_dialog.c:149 #: plug-ins/gdyntext/gdyntext_ui.c:201 plug-ins/gdyntext/gdyntext_ui.c:621 #: plug-ins/gfig/gfig.c:4088 plug-ins/gfig/gfig.c:4433 @@ -107,10 +107,10 @@ msgstr "Om" #: plug-ins/gimpressionist/orientmap.c:626 #: plug-ins/gimpressionist/presets.c:392 plug-ins/gimpressionist/sizemap.c:485 #: plug-ins/ifscompose/ifscompose.c:781 -#: plug-ins/imagemap/imap_default_dialog.c:102 plug-ins/maze/maze_face.c:191 +#: plug-ins/imagemap/imap_default_dialog.c:114 plug-ins/maze/maze_face.c:191 #: plug-ins/mosaic/mosaic.c:531 plug-ins/pagecurl/pagecurl.c:518 #: plug-ins/print/gimp_main_window.c:597 plug-ins/rcm/rcm_dialog.c:727 -#: plug-ins/sel2path/sel2path.c:345 plug-ins/sgi/sgi.c:640 +#: plug-ins/sel2path/sel2path.c:338 plug-ins/sgi/sgi.c:640 #: plug-ins/sinus/sinus.c:746 plug-ins/struc/struc.c:255 #: plug-ins/webbrowser/webbrowser.c:281 plug-ins/xjt/xjt.c:793 msgid "OK" @@ -124,7 +124,7 @@ msgstr "OK" #: plug-ins/FractalExplorer/FractalExplorer.c:1478 #: plug-ins/Lighting/lighting_ui.c:1078 plug-ins/MapObject/mapobject_ui.c:1385 #: plug-ins/bmp/bmpwrite.c:566 plug-ins/common/CML_explorer.c:1176 -#: plug-ins/common/CML_explorer.c:2254 plug-ins/common/aa.c:348 +#: plug-ins/common/CML_explorer.c:2254 plug-ins/common/aa.c:346 #: plug-ins/common/align_layers.c:427 plug-ins/common/apply_lens.c:394 #: plug-ins/common/blinds.c:325 plug-ins/common/blur.c:615 #: plug-ins/common/borderaverage.c:395 plug-ins/common/bumpmap.c:850 @@ -142,7 +142,7 @@ msgstr "OK" #: plug-ins/common/gauss_iir.c:367 plug-ins/common/gauss_iir.c:450 #: plug-ins/common/gauss_rle.c:362 plug-ins/common/gauss_rle.c:445 #: plug-ins/common/gbr.c:458 plug-ins/common/gicon.c:443 -#: plug-ins/common/gif.c:1143 plug-ins/common/gif.c:1214 +#: plug-ins/common/gif.c:1146 plug-ins/common/gif.c:1217 #: plug-ins/common/glasstile.c:261 plug-ins/common/gpb.c:271 #: plug-ins/common/gqbist.c:642 plug-ins/common/grid.c:660 #: plug-ins/common/gtm.c:377 plug-ins/common/hot.c:591 @@ -166,22 +166,21 @@ msgstr "OK" #: plug-ins/common/sparkle.c:351 plug-ins/common/spheredesigner.c:2236 #: plug-ins/common/spread.c:384 plug-ins/common/sunras.c:1579 #: plug-ins/common/tga.c:1450 plug-ins/common/threshold_alpha.c:270 -#: plug-ins/common/tiff.c:1489 plug-ins/common/tile.c:400 +#: plug-ins/common/tiff.c:1532 plug-ins/common/tile.c:400 #: plug-ins/common/tileit.c:388 plug-ins/common/uniteditor.c:174 #: plug-ins/common/unsharp.c:788 plug-ins/common/video.c:2157 #: plug-ins/common/vpropagate.c:936 plug-ins/common/warp.c:439 #: plug-ins/common/waves.c:351 plug-ins/common/whirlpinch.c:810 #: plug-ins/common/wind.c:1009 plug-ins/common/wmf.c:933 -#: plug-ins/common/xbm.c:895 plug-ins/common/xbm.c:1130 -#: plug-ins/common/xpm.c:802 plug-ins/fits/fits.c:989 -#: plug-ins/flame/flame.c:626 plug-ins/flame/flame.c:915 -#: plug-ins/fp/fp_gtk.c:899 plug-ins/gap/gap_arr_dialog.c:1012 -#: plug-ins/gap/gap_dbbrowser_utils.c:211 +#: plug-ins/common/xbm.c:1153 plug-ins/common/xpm.c:802 +#: plug-ins/fits/fits.c:989 plug-ins/flame/flame.c:633 +#: plug-ins/flame/flame.c:922 plug-ins/fp/fp_gtk.c:899 +#: plug-ins/gap/gap_arr_dialog.c:1012 plug-ins/gap/gap_dbbrowser_utils.c:211 #: plug-ins/gap/gap_decode_mpeg_main.c:336 plug-ins/gap/gap_decode_xanim.c:175 #: plug-ins/gap/gap_decode_xanim.c:340 plug-ins/gap/gap_filter_foreach.c:132 #: plug-ins/gap/gap_lib.c:1018 plug-ins/gap/gap_mod_layer.c:147 -#: plug-ins/gap/gap_mod_layer.c:261 plug-ins/gap/gap_mov_dialog.c:500 -#: plug-ins/gap/gap_mov_dialog.c:2740 plug-ins/gap/gap_mpege.c:189 +#: plug-ins/gap/gap_mod_layer.c:261 plug-ins/gap/gap_mov_dialog.c:518 +#: plug-ins/gap/gap_mov_dialog.c:3019 plug-ins/gap/gap_mpege.c:189 #: plug-ins/gap/gap_mpege.c:240 plug-ins/gap/gap_range_ops.c:1204 #: plug-ins/gap/gap_resi_dialog.c:158 plug-ins/gfig/gfig.c:3941 #: plug-ins/gfig/gfig.c:4088 plug-ins/gfig/gfig.c:4435 @@ -192,13 +191,13 @@ msgstr "OK" #: plug-ins/gimpressionist/orientmap.c:640 #: plug-ins/gimpressionist/presets.c:400 plug-ins/gimpressionist/sizemap.c:499 #: plug-ins/ifscompose/ifscompose.c:789 -#: plug-ins/imagemap/imap_default_dialog.c:117 plug-ins/maze/maze_face.c:195 +#: plug-ins/imagemap/imap_default_dialog.c:129 plug-ins/maze/maze_face.c:195 #: plug-ins/mosaic/mosaic.c:533 plug-ins/pagecurl/pagecurl.c:520 #: plug-ins/print/gimp_main_window.c:212 plug-ins/print/gimp_main_window.c:599 -#: plug-ins/rcm/rcm_dialog.c:729 plug-ins/sel2path/sel2path.c:354 +#: plug-ins/rcm/rcm_dialog.c:729 plug-ins/sel2path/sel2path.c:344 #: plug-ins/sgi/sgi.c:642 plug-ins/sinus/sinus.c:748 #: plug-ins/struc/struc.c:257 plug-ins/webbrowser/webbrowser.c:283 -#: plug-ins/winsnap/winsnap.c:912 plug-ins/xjt/xjt.c:795 +#: plug-ins/winsnap/winsnap.c:913 plug-ins/xjt/xjt.c:795 msgid "Cancel" msgstr "Avbryt" @@ -271,8 +270,8 @@ msgstr "" #: plug-ins/FractalExplorer/Dialogs.c:803 plug-ins/common/CML_explorer.c:167 #: plug-ins/common/align_layers.c:452 plug-ins/common/align_layers.c:485 #: plug-ins/common/ps.c:2640 plug-ins/common/ps.c:2653 -#: plug-ins/common/psp.c:445 plug-ins/common/tiff.c:1508 -#: plug-ins/fits/fits.c:1032 plug-ins/gap/gap_mov_dialog.c:284 +#: plug-ins/common/psp.c:445 plug-ins/common/tiff.c:1551 +#: plug-ins/fits/fits.c:1032 plug-ins/gap/gap_mov_dialog.c:301 msgid "None" msgstr "" @@ -450,7 +449,7 @@ msgstr "" #: plug-ins/common/sharpen.c:550 plug-ins/common/spheredesigner.c:2254 #: plug-ins/common/tileit.c:407 plug-ins/common/waves.c:576 #: plug-ins/common/whirlpinch.c:826 plug-ins/common/wind.c:1026 -#: plug-ins/flame/flame.c:933 plug-ins/gfig/gfig.c:3964 +#: plug-ins/flame/flame.c:940 plug-ins/gfig/gfig.c:3964 #: plug-ins/gflare/gflare.c:2492 plug-ins/gflare/gflare.c:3500 #: plug-ins/gimpressionist/orientmap.c:502 #: plug-ins/gimpressionist/preview.c:106 plug-ins/gimpressionist/sizemap.c:402 @@ -601,7 +600,7 @@ msgstr "" #: plug-ins/common/sample_colorize.c:1371 #: plug-ins/common/spheredesigner.c:2234 plug-ins/common/tileit.c:467 #: plug-ins/fp/fp_gtk.c:897 plug-ins/gimpressionist/preview.c:124 -#: plug-ins/ifscompose/ifscompose.c:787 +#: plug-ins/ifscompose/ifscompose.c:787 plug-ins/sel2path/sel2path.c:341 msgid "Reset" msgstr "" @@ -1077,8 +1076,8 @@ msgstr "" #: plug-ins/MapObject/mapobject_ui.c:1040 #: plug-ins/MapObject/mapobject_ui.c:1084 plug-ins/common/flarefx.c:785 #: plug-ins/common/nova.c:609 plug-ins/common/papertile.c:285 -#: plug-ins/flame/flame.c:1182 plug-ins/flame/flame.c:1195 -#: plug-ins/gap/gap_mov_dialog.c:1855 plug-ins/gflare/gflare.c:2874 +#: plug-ins/flame/flame.c:1189 plug-ins/flame/flame.c:1202 +#: plug-ins/gap/gap_mov_dialog.c:2100 plug-ins/gflare/gflare.c:2874 #: plug-ins/ifscompose/ifscompose.c:513 msgid "X:" msgstr "X:" @@ -1095,7 +1094,7 @@ msgstr "" #: plug-ins/MapObject/mapobject_ui.c:1093 #: plug-ins/MapObject/mapobject_ui.c:1189 plug-ins/common/flarefx.c:803 #: plug-ins/common/nova.c:627 plug-ins/common/papertile.c:294 -#: plug-ins/common/xbm.c:1221 plug-ins/gap/gap_mov_dialog.c:1873 +#: plug-ins/common/xbm.c:1244 plug-ins/gap/gap_mov_dialog.c:2118 #: plug-ins/gflare/gflare.c:2878 plug-ins/ifscompose/ifscompose.c:527 msgid "Y:" msgstr "Y:" @@ -1190,7 +1189,7 @@ msgid "Bumpmap Image:" msgstr "" #: plug-ins/Lighting/lighting_ui.c:919 plug-ins/common/mblur.c:784 -#: plug-ins/flame/flame.c:714 plug-ins/sinus/sinus.c:1032 +#: plug-ins/flame/flame.c:721 plug-ins/sinus/sinus.c:1032 msgid "Linear" msgstr "" @@ -1198,11 +1197,11 @@ msgstr "" msgid "Logarithmic" msgstr "" -#: plug-ins/Lighting/lighting_ui.c:921 plug-ins/flame/flame.c:715 +#: plug-ins/Lighting/lighting_ui.c:921 plug-ins/flame/flame.c:722 msgid "Sinusoidal" msgstr "" -#: plug-ins/Lighting/lighting_ui.c:922 plug-ins/flame/flame.c:716 +#: plug-ins/Lighting/lighting_ui.c:922 plug-ins/flame/flame.c:723 msgid "Spherical" msgstr "" @@ -1237,7 +1236,7 @@ msgstr "" #. Options section #: plug-ins/Lighting/lighting_ui.c:1014 plug-ins/MapObject/mapobject_ui.c:1314 #: plug-ins/common/lic.c:1037 plug-ins/common/ripple.c:604 -#: plug-ins/gap/gap_mov_dialog.c:841 plug-ins/gfig/gfig.c:4018 +#: plug-ins/gap/gap_mov_dialog.c:859 plug-ins/gfig/gfig.c:4018 msgid "Options" msgstr "" @@ -1455,8 +1454,8 @@ msgstr "" #: plug-ins/common/pix.c:326 plug-ins/common/png.c:415 #: plug-ins/common/png.c:417 plug-ins/common/pnm.c:414 #: plug-ins/common/psd.c:1713 plug-ins/common/sunras.c:441 -#: plug-ins/common/tga.c:429 plug-ins/common/tiff.c:443 -#: plug-ins/common/xbm.c:674 plug-ins/common/xpm.c:334 +#: plug-ins/common/tga.c:429 plug-ins/common/tiff.c:450 +#: plug-ins/common/xbm.c:735 plug-ins/common/xpm.c:334 #: plug-ins/common/xwd.c:430 plug-ins/faxg3/faxg3.c:196 #: plug-ins/gfli/gfli.c:471 plug-ins/sgi/sgi.c:330 plug-ins/sgi/sgi.c:332 #: plug-ins/xjt/xjt.c:3246 @@ -1500,12 +1499,12 @@ msgstr "GIF: trasig f #: plug-ins/common/png.c:576 plug-ins/common/pnm.c:502 #: plug-ins/common/psd.c:2094 plug-ins/common/smooth_palette.c:240 #: plug-ins/common/sunras.c:919 plug-ins/common/tga.c:1014 -#: plug-ins/common/tiff.c:654 plug-ins/common/tile.c:269 +#: plug-ins/common/tiff.c:676 plug-ins/common/tile.c:269 #: plug-ins/common/winclipboard.c:515 plug-ins/common/wmf.c:2350 -#: plug-ins/common/xbm.c:812 plug-ins/faxg3/faxg3.c:448 +#: plug-ins/common/xbm.c:873 plug-ins/faxg3/faxg3.c:448 #: plug-ins/fits/fits.c:521 plug-ins/gfig/gfig.c:2867 #: plug-ins/gfig/gfig.c:3195 plug-ins/sgi/sgi.c:378 plug-ins/twain/twain.c:722 -#: plug-ins/winsnap/winsnap.c:1234 +#: plug-ins/winsnap/winsnap.c:1235 msgid "Background" msgstr "Bakgrund" @@ -1520,7 +1519,7 @@ msgstr "GIF: kan ej #. init the progress meter #: plug-ins/bmp/bmpwrite.c:179 plug-ins/common/CEL.c:510 -#: plug-ins/common/gbr.c:387 plug-ins/common/gif.c:937 +#: plug-ins/common/gbr.c:387 plug-ins/common/gif.c:940 #: plug-ins/common/gpb.c:768 plug-ins/common/gpb.c:808 #: plug-ins/common/gtm.c:247 plug-ins/common/hrz.c:476 #: plug-ins/common/jpeg.c:1196 plug-ins/common/pat.c:343 @@ -1528,7 +1527,7 @@ msgstr "GIF: kan ej #: plug-ins/common/png.c:756 plug-ins/common/png.c:758 #: plug-ins/common/pnm.c:786 plug-ins/common/ps.c:999 #: plug-ins/common/sunras.c:524 plug-ins/common/tga.c:1196 -#: plug-ins/common/tiff.c:1260 plug-ins/common/xbm.c:960 +#: plug-ins/common/tiff.c:1282 plug-ins/common/xbm.c:983 #: plug-ins/common/xpm.c:653 plug-ins/common/xwd.c:534 #: plug-ins/fits/fits.c:472 plug-ins/gfli/gfli.c:691 plug-ins/sgi/sgi.c:548 #: plug-ins/sgi/sgi.c:550 plug-ins/xjt/xjt.c:1628 @@ -1773,7 +1772,7 @@ msgstr "" #: plug-ins/common/CML_explorer.c:299 plug-ins/common/CML_explorer.c:1280 #: plug-ins/common/decompose.c:122 plug-ins/common/lic.c:1058 #: plug-ins/fp/fp_gtk.c:281 plug-ins/fp/fp_gtk.c:413 -#: plug-ins/gap/gap_mov_dialog.c:257 plug-ins/gimpressionist/orientation.c:188 +#: plug-ins/gap/gap_mov_dialog.c:274 plug-ins/gimpressionist/orientation.c:188 #: plug-ins/gimpressionist/size.c:186 msgid "Hue" msgstr "Nyans" @@ -1781,13 +1780,13 @@ msgstr "Nyans" #: plug-ins/common/CML_explorer.c:300 plug-ins/common/CML_explorer.c:1285 #: plug-ins/common/decompose.c:123 plug-ins/common/lic.c:1059 #: plug-ins/fp/fp_gtk.c:285 plug-ins/fp/fp_gtk.c:417 plug-ins/fp/fp_gtk.c:481 -#: plug-ins/gap/gap_mov_dialog.c:258 plug-ins/rcm/rcm_dialog.c:509 +#: plug-ins/gap/gap_mov_dialog.c:275 plug-ins/rcm/rcm_dialog.c:509 msgid "Saturation" msgstr "Mättnad" #: plug-ins/common/CML_explorer.c:301 plug-ins/common/CML_explorer.c:1290 #: plug-ins/common/decompose.c:124 plug-ins/fp/fp_gtk.c:289 -#: plug-ins/fp/fp_gtk.c:421 plug-ins/gap/gap_mov_dialog.c:260 +#: plug-ins/fp/fp_gtk.c:421 plug-ins/gap/gap_mov_dialog.c:277 #: plug-ins/gimpressionist/orientation.c:131 #: plug-ins/gimpressionist/size.c:130 msgid "Value" @@ -2058,13 +2057,13 @@ msgid "Error: failed to load parameters" msgstr "" #. Create the actual window. -#: plug-ins/common/aa.c:341 +#: plug-ins/common/aa.c:339 #, fuzzy msgid "Save as Text" msgstr "Spara som GIF" #. file save type -#: plug-ins/common/aa.c:358 plug-ins/common/pnm.c:945 +#: plug-ins/common/aa.c:356 plug-ins/common/pnm.c:945 #: plug-ins/common/sunras.c:1589 msgid "Data Formatting" msgstr "" @@ -2140,7 +2139,7 @@ msgid "Left Edge" msgstr "" #: plug-ins/common/align_layers.c:473 plug-ins/common/align_layers.c:506 -#: plug-ins/gap/gap_mov_dialog.c:271 plug-ins/gflare/gflare.c:2862 +#: plug-ins/gap/gap_mov_dialog.c:288 plug-ins/gflare/gflare.c:2862 msgid "Center" msgstr "" @@ -2185,16 +2184,16 @@ msgstr "" msgid "Grid Size:" msgstr "Inställningar" -#: plug-ins/common/animationplay.c:266 +#: plug-ins/common/animationplay.c:270 msgid "/Filters/Animation/Animation Playback..." msgstr "" -#: plug-ins/common/animationplay.c:662 +#: plug-ins/common/animationplay.c:666 msgid "Animation Playback: " msgstr "" #. if no buttons are specified use one CLOSE button per default -#: plug-ins/common/animationplay.c:669 plug-ins/common/plugindetails.c:996 +#: plug-ins/common/animationplay.c:673 plug-ins/common/plugindetails.c:996 #: plug-ins/common/sample_colorize.c:1373 plug-ins/common/uniteditor.c:525 #: plug-ins/dbbrowser/dbbrowser_utils.c:158 #: plug-ins/dbbrowser/dbbrowser_utils.c:175 plug-ins/gap/gap_arr_dialog.c:783 @@ -2208,43 +2207,43 @@ msgid "Close" msgstr "" #. The 'playback' half of the dialog -#: plug-ins/common/animationplay.c:683 plug-ins/common/animationplay.c:686 +#: plug-ins/common/animationplay.c:687 plug-ins/common/animationplay.c:690 msgid "Playback: " msgstr "" -#: plug-ins/common/animationplay.c:716 +#: plug-ins/common/animationplay.c:720 msgid "Play/Stop" msgstr "" -#: plug-ins/common/animationplay.c:722 +#: plug-ins/common/animationplay.c:726 msgid "Rewind" msgstr "" -#: plug-ins/common/animationplay.c:728 +#: plug-ins/common/animationplay.c:732 msgid "Step" msgstr "" -#: plug-ins/common/animationplay.c:786 +#: plug-ins/common/animationplay.c:790 msgid "Frame %v of %u" msgstr "Bildruta %v av %u" -#: plug-ins/common/animoptimize.c:154 +#: plug-ins/common/animoptimize.c:158 msgid "/Filters/Animation/Animation Optimize" msgstr "" -#: plug-ins/common/animoptimize.c:170 +#: plug-ins/common/animoptimize.c:174 msgid "/Filters/Animation/Animation UnOptimize" msgstr "" -#: plug-ins/common/animoptimize.c:270 +#: plug-ins/common/animoptimize.c:274 msgid "Optimizing Animation..." msgstr "" -#: plug-ins/common/animoptimize.c:272 +#: plug-ins/common/animoptimize.c:276 msgid "UnOptimizing Animation..." msgstr "" -#: plug-ins/common/animoptimize.c:301 +#: plug-ins/common/animoptimize.c:305 msgid "Not enough memory to allocate buffers for optimization.\n" msgstr "" @@ -2515,7 +2514,7 @@ msgstr "" #: plug-ins/common/colorify.c:338 plug-ins/common/colortoalpha.c:414 #: plug-ins/common/ps.c:2625 plug-ins/common/xpm.c:439 -#: plug-ins/gap/gap_mov_dialog.c:259 plug-ins/gimpressionist/color.c:51 +#: plug-ins/gap/gap_mov_dialog.c:276 plug-ins/gimpressionist/color.c:51 #: plug-ins/gimpressionist/color.c:56 plug-ins/imagemap/imap_menu.c:325 #: plug-ins/print/gimp_main_window.c:425 msgid "Color" @@ -2757,7 +2756,7 @@ msgid "Prefixed Name:" msgstr "" #: plug-ins/common/csource.c:689 plug-ins/common/mail.c:556 -#: plug-ins/common/tiff.c:1523 plug-ins/common/xbm.c:1180 +#: plug-ins/common/tiff.c:1566 plug-ins/common/xbm.c:1203 #, fuzzy msgid "Comment:" msgstr "GIF-kommentar: " @@ -2795,7 +2794,7 @@ msgstr "" #. Opacity #. table col, row #: plug-ins/common/csource.c:757 plug-ins/common/sparkle.c:443 -#: plug-ins/common/tileit.c:587 plug-ins/gap/gap_mov_dialog.c:1925 +#: plug-ins/common/tileit.c:587 plug-ins/gap/gap_mov_dialog.c:2170 #: plug-ins/gflare/gflare.c:3602 plug-ins/gflare/gflare.c:3632 #: plug-ins/gflare/gflare.c:3662 msgid "Opacity:" @@ -3175,7 +3174,7 @@ msgstr "" #: plug-ins/common/destripe.c:670 plug-ins/common/gtm.c:551 #: plug-ins/common/ps.c:2582 plug-ins/common/ps.c:2757 #: plug-ins/common/smooth_palette.c:429 plug-ins/common/tile.c:421 -#: plug-ins/gap/gap_mov_dialog.c:1891 plug-ins/imagemap/imap_rectangle.c:387 +#: plug-ins/gap/gap_mov_dialog.c:2136 plug-ins/imagemap/imap_rectangle.c:387 msgid "Width:" msgstr "" @@ -3203,7 +3202,7 @@ msgstr "" msgid "Sharp edges" msgstr "" -#: plug-ins/common/diffraction.c:717 plug-ins/flame/flame.c:1004 +#: plug-ins/common/diffraction.c:717 plug-ins/flame/flame.c:1011 #: plug-ins/print/gimp_color_window.c:100 msgid "Brightness:" msgstr "" @@ -3266,7 +3265,7 @@ msgstr "" #: plug-ins/common/displace.c:426 plug-ins/common/edge.c:708 #: plug-ins/common/fractaltrace.c:774 plug-ins/common/newsprint.c:449 #: plug-ins/common/ripple.c:653 plug-ins/common/warp.c:534 -#: plug-ins/fits/fits.c:1008 plug-ins/flame/flame.c:1100 +#: plug-ins/fits/fits.c:1008 plug-ins/flame/flame.c:1107 #: plug-ins/gfig/gfig.c:3328 msgid "Black" msgstr "" @@ -3332,7 +3331,7 @@ msgstr "" #: plug-ins/common/engrave.c:256 plug-ins/common/film.c:1243 #: plug-ins/common/gtm.c:565 plug-ins/common/ps.c:2591 #: plug-ins/common/ps.c:2766 plug-ins/common/smooth_palette.c:438 -#: plug-ins/common/tile.c:425 plug-ins/gap/gap_mov_dialog.c:1908 +#: plug-ins/common/tile.c:425 plug-ins/gap/gap_mov_dialog.c:2153 #: plug-ins/imagemap/imap_rectangle.c:393 msgid "Height:" msgstr "" @@ -3652,14 +3651,14 @@ msgstr "Spara som GIF" msgid "Icon Name:" msgstr "" -#: plug-ins/common/gif.c:672 +#: plug-ins/common/gif.c:674 #, fuzzy msgid "" "GIF: Couldn't simply reduce colors further.\n" "Saving as opaque.\n" msgstr "GIF: Kunde ej enkelt minska antalet färger mer. Sparar som opak.\n" -#: plug-ins/common/gif.c:929 +#: plug-ins/common/gif.c:932 msgid "" "GIF: Sorry, can't save RGB images as GIFs - convert to INDEXED\n" "or GRAY first.\n" @@ -3667,16 +3666,16 @@ msgstr "" "GIF: Tyvärr, kan ej spara RGB-bilder som GIF - konvertera till INDEXERAD\n" "eller GRÅ först.\n" -#: plug-ins/common/gif.c:947 +#: plug-ins/common/gif.c:950 #, c-format msgid "GIF: can't open %s\n" msgstr "GIF: kan ej öppna %s\n" -#: plug-ins/common/gif.c:1136 +#: plug-ins/common/gif.c:1139 msgid "GIF Warning" msgstr "" -#: plug-ins/common/gif.c:1162 +#: plug-ins/common/gif.c:1165 msgid "" "The image which you are trying to save as a GIF\n" "contains layers which extend beyond the actual\n" @@ -3693,69 +3692,69 @@ msgstr "" "Du kan välja att antingen beskära alla lager till\n" "bildkanterna eller abryta sparningen." -#: plug-ins/common/gif.c:1207 +#: plug-ins/common/gif.c:1210 msgid "Save as GIF" msgstr "Spara som GIF" #. regular gif parameter settings -#: plug-ins/common/gif.c:1229 +#: plug-ins/common/gif.c:1232 msgid "GIF Options" msgstr "GIF-inställningar" -#: plug-ins/common/gif.c:1237 +#: plug-ins/common/gif.c:1240 msgid "Interlace" msgstr "Interlace" -#: plug-ins/common/gif.c:1248 +#: plug-ins/common/gif.c:1251 #, fuzzy msgid "GIF Comment:" msgstr "GIF-kommentar: " #. additional animated gif parameter settings -#: plug-ins/common/gif.c:1307 +#: plug-ins/common/gif.c:1311 msgid "Animated GIF Options" msgstr "Animerad GIF - inställningar" -#: plug-ins/common/gif.c:1315 +#: plug-ins/common/gif.c:1319 msgid "Loop forever" msgstr "Loopa för evigt" -#: plug-ins/common/gif.c:1327 +#: plug-ins/common/gif.c:1331 #, fuzzy msgid "Delay between Frames where Unspecified:" msgstr "Tidsmellanrum mellan bildrutor när ej specifierat: " -#: plug-ins/common/gif.c:1339 +#: plug-ins/common/gif.c:1343 #, fuzzy msgid "Milliseconds" msgstr " millisekunder" -#: plug-ins/common/gif.c:1349 +#: plug-ins/common/gif.c:1353 #, fuzzy msgid "Frame Disposal where Unspecified: " msgstr "Bildrutehantering där ej specifierat: " -#: plug-ins/common/gif.c:1358 +#: plug-ins/common/gif.c:1362 #, fuzzy msgid "I don't Care" msgstr "Jag bryr mig inte" -#: plug-ins/common/gif.c:1360 +#: plug-ins/common/gif.c:1364 #, fuzzy msgid "Cumulative Layers (Combine)" msgstr "Kumulativa lager (combine)" -#: plug-ins/common/gif.c:1362 +#: plug-ins/common/gif.c:1366 #, fuzzy msgid "One Frame per Layer (Replace)" msgstr "En bildruta per lager (replace)" -#: plug-ins/common/gif.c:2346 +#: plug-ins/common/gif.c:2350 #, fuzzy msgid "GIF: error writing output file\n" msgstr "GIF: fel vid hämtning av DataBlock storlek\n" -#: plug-ins/common/gif.c:2437 +#: plug-ins/common/gif.c:2441 msgid "GIF save: Your comment string is too long.\n" msgstr "" @@ -3899,7 +3898,7 @@ msgstr "" msgid "Grid" msgstr "" -#: plug-ins/common/grid.c:708 plug-ins/gap/gap_mov_dialog.c:478 +#: plug-ins/common/grid.c:708 plug-ins/gap/gap_mov_dialog.c:496 msgid "Update Preview" msgstr "" @@ -4680,7 +4679,7 @@ msgid "Output LPI:" msgstr "" #. screen settings -#: plug-ins/common/newsprint.c:1287 plug-ins/gap/gap_mov_dialog.c:250 +#: plug-ins/common/newsprint.c:1287 plug-ins/gap/gap_mov_dialog.c:267 #: plug-ins/gflare/gflare.c:597 msgid "Screen" msgstr "" @@ -5224,7 +5223,7 @@ msgid "Load PostScript" msgstr "" #. Rendering -#: plug-ins/common/ps.c:2555 plug-ins/flame/flame.c:987 +#: plug-ins/common/ps.c:2555 plug-ins/flame/flame.c:994 msgid "Rendering" msgstr "" @@ -5412,43 +5411,43 @@ msgstr "" msgid "Amplitude:" msgstr "" -#: plug-ins/common/rotate.c:168 +#: plug-ins/common/rotate.c:160 msgid "/Layers/Rotate/90 degrees" msgstr "" -#: plug-ins/common/rotate.c:179 +#: plug-ins/common/rotate.c:171 msgid "/Layers/Rotate/180 degrees" msgstr "" -#: plug-ins/common/rotate.c:190 +#: plug-ins/common/rotate.c:182 msgid "/Layers/Rotate/270 degrees" msgstr "" -#: plug-ins/common/rotate.c:202 +#: plug-ins/common/rotate.c:194 msgid "/Image/Transforms/Rotate/90 degrees" msgstr "" -#: plug-ins/common/rotate.c:213 +#: plug-ins/common/rotate.c:205 msgid "/Image/Transforms/Rotate/180 degrees" msgstr "" -#: plug-ins/common/rotate.c:224 +#: plug-ins/common/rotate.c:216 msgid "/Image/Transforms/Rotate/270 degrees" msgstr "" -#: plug-ins/common/rotate.c:531 +#: plug-ins/common/rotate.c:525 msgid "You can not rotate the whole image if there's a selection." msgstr "" -#: plug-ins/common/rotate.c:537 +#: plug-ins/common/rotate.c:531 msgid "You can not rotate the whole image if there's a floating selection." msgstr "" -#: plug-ins/common/rotate.c:547 +#: plug-ins/common/rotate.c:541 msgid "Sorry, channels and masks can not be rotated." msgstr "" -#: plug-ins/common/rotate.c:553 +#: plug-ins/common/rotate.c:547 msgid "Rotating..." msgstr "" @@ -5465,7 +5464,7 @@ msgstr "" #: plug-ins/dbbrowser/dbbrowser_utils.c:156 #: plug-ins/gdyntext/gdyntext_ui.c:643 plug-ins/gimpressionist/orientmap.c:633 #: plug-ins/gimpressionist/presets.c:640 plug-ins/gimpressionist/sizemap.c:492 -#: plug-ins/imagemap/imap_default_dialog.c:110 +#: plug-ins/imagemap/imap_default_dialog.c:122 msgid "Apply" msgstr "Verkställ" @@ -5563,7 +5562,7 @@ msgstr "" msgid "Holdness:" msgstr "" -#: plug-ins/common/screenshot.c:150 plug-ins/winsnap/winsnap.c:1075 +#: plug-ins/common/screenshot.c:150 plug-ins/winsnap/winsnap.c:1076 msgid "/File/Acquire/Screen Shot..." msgstr "" @@ -5573,7 +5572,7 @@ msgid "Screen Shot" msgstr "" #. Action area -#: plug-ins/common/screenshot.c:393 plug-ins/winsnap/winsnap.c:902 +#: plug-ins/common/screenshot.c:393 plug-ins/winsnap/winsnap.c:903 msgid "Grab" msgstr "" @@ -5589,11 +5588,11 @@ msgstr "" msgid "Grab the Whole Screen" msgstr "" -#: plug-ins/common/screenshot.c:469 plug-ins/winsnap/winsnap.c:1010 +#: plug-ins/common/screenshot.c:469 plug-ins/winsnap/winsnap.c:1011 msgid "after" msgstr "" -#: plug-ins/common/screenshot.c:478 plug-ins/winsnap/winsnap.c:1019 +#: plug-ins/common/screenshot.c:478 plug-ins/winsnap/winsnap.c:1020 msgid "Seconds Delay" msgstr "" @@ -5923,7 +5922,7 @@ msgid "Sphere Designer" msgstr "" #: plug-ins/common/spheredesigner.c:2268 plug-ins/gimpressionist/preview.c:117 -#: plug-ins/gimpressionist/repaint.c:873 plug-ins/gimpressionist/repaint.c:875 +#: plug-ins/gimpressionist/repaint.c:874 plug-ins/gimpressionist/repaint.c:876 #: plug-ins/imagemap/imap_polygon.c:446 msgid "Update" msgstr "" @@ -6127,33 +6126,33 @@ msgstr "" msgid "Threshold Alpha" msgstr "" -#: plug-ins/common/tiff.c:663 +#: plug-ins/common/tiff.c:685 msgid "TIFF Channel" msgstr "" -#: plug-ins/common/tiff.c:1482 +#: plug-ins/common/tiff.c:1525 #, fuzzy msgid "Save as TIFF" msgstr "Spara som GIF" -#: plug-ins/common/tiff.c:1504 +#: plug-ins/common/tiff.c:1547 #, fuzzy msgid "Compression" msgstr "Kompressionsnivå" -#: plug-ins/common/tiff.c:1509 +#: plug-ins/common/tiff.c:1552 msgid "LZW" msgstr "" -#: plug-ins/common/tiff.c:1510 +#: plug-ins/common/tiff.c:1553 msgid "Pack Bits" msgstr "" -#: plug-ins/common/tiff.c:1511 +#: plug-ins/common/tiff.c:1554 msgid "Deflate" msgstr "" -#: plug-ins/common/tiff.c:1512 +#: plug-ins/common/tiff.c:1555 msgid "JPEG" msgstr "" @@ -6870,37 +6869,34 @@ msgstr "" msgid "Transferring image" msgstr "" -#: plug-ins/common/xbm.c:237 +#: plug-ins/common/xbm.c:246 msgid "Created with The GIMP" msgstr "" -#: plug-ins/common/xbm.c:670 +#: plug-ins/common/xbm.c:731 #, c-format msgid "XBM: cannot open \"%s\"\n" msgstr "" -#: plug-ins/common/xbm.c:753 +#: plug-ins/common/xbm.c:814 #, c-format msgid "XBM: cannot read header (ftell == %ld)\n" msgstr "" -#: plug-ins/common/xbm.c:759 +#: plug-ins/common/xbm.c:820 msgid "XBM: no image width specified\n" msgstr "" -#: plug-ins/common/xbm.c:765 +#: plug-ins/common/xbm.c:826 msgid "XBM: no image height specified\n" msgstr "" -#: plug-ins/common/xbm.c:771 +#: plug-ins/common/xbm.c:832 msgid "XBM: no image data type specified\n" msgstr "" -#: plug-ins/common/xbm.c:890 -msgid "XBM Warning" -msgstr "" - -#: plug-ins/common/xbm.c:911 +#. The image is not black-and-white. +#: plug-ins/common/xbm.c:965 msgid "" "The image which you are trying to save as\n" "an XBM contains more than two colors.\n" @@ -6909,38 +6905,57 @@ msgid "" "(1-bit) indexed image and try again." msgstr "" -#: plug-ins/common/xbm.c:982 +#: plug-ins/common/xbm.c:976 +msgid "" +"You cannot save a cursor mask for an image\n" +"which has no alpha channel." +msgstr "" + +#: plug-ins/common/xbm.c:1005 #, c-format msgid "XBM: cannot create \"%s\"\n" msgstr "" -#: plug-ins/common/xbm.c:1123 +#: plug-ins/common/xbm.c:1146 msgid "Save as XBM" msgstr "" #. parameter settings -#: plug-ins/common/xbm.c:1140 +#: plug-ins/common/xbm.c:1163 msgid "XBM Options" msgstr "" #. X10 format -#: plug-ins/common/xbm.c:1151 +#: plug-ins/common/xbm.c:1174 msgid "X10 Format Bitmap" msgstr "" -#: plug-ins/common/xbm.c:1169 +#: plug-ins/common/xbm.c:1192 msgid "Identifier Prefix:" msgstr "" #. hotspot toggle -#: plug-ins/common/xbm.c:1187 +#: plug-ins/common/xbm.c:1210 msgid "Write Hot Spot Values" msgstr "" -#: plug-ins/common/xbm.c:1211 +#: plug-ins/common/xbm.c:1234 msgid "Hot Spot X:" msgstr "" +#. mask file +#: plug-ins/common/xbm.c:1248 +msgid "Mask File" +msgstr "" + +#: plug-ins/common/xbm.c:1259 +msgid "Write Extra Mask File" +msgstr "" + +#: plug-ins/common/xbm.c:1270 +msgid "Mask File Extension:" +msgstr "" + #: plug-ins/common/xpm.c:795 #, fuzzy msgid "Save as XPM" @@ -7103,123 +7118,123 @@ msgstr "" msgid "Image Composing" msgstr "" -#: plug-ins/flame/flame.c:137 +#: plug-ins/flame/flame.c:144 msgid "/Filters/Render/Nature/Flame..." msgstr "" -#: plug-ins/flame/flame.c:218 +#: plug-ins/flame/flame.c:225 msgid "Drawing Flame..." msgstr "" -#: plug-ins/flame/flame.c:299 +#: plug-ins/flame/flame.c:306 msgid "Flame works only on RGB drawables." msgstr "" -#: plug-ins/flame/flame.c:415 +#: plug-ins/flame/flame.c:422 #, c-format msgid "%s: Is not a regular file" msgstr "" -#: plug-ins/flame/flame.c:619 plug-ins/flame/flame.c:965 +#: plug-ins/flame/flame.c:626 plug-ins/flame/flame.c:972 msgid "Edit Flame" msgstr "" -#: plug-ins/flame/flame.c:638 +#: plug-ins/flame/flame.c:645 #, fuzzy msgid "Directions" msgstr "Animerad GIF - inställningar" -#: plug-ins/flame/flame.c:668 +#: plug-ins/flame/flame.c:675 msgid "Controls" msgstr "" -#: plug-ins/flame/flame.c:683 +#: plug-ins/flame/flame.c:690 #, fuzzy msgid "Speed:" msgstr "röd" -#: plug-ins/flame/flame.c:699 +#: plug-ins/flame/flame.c:706 msgid "Randomize" msgstr "" -#: plug-ins/flame/flame.c:712 +#: plug-ins/flame/flame.c:719 msgid "Same" msgstr "" -#: plug-ins/flame/flame.c:713 plug-ins/gimpressionist/orientation.c:151 +#: plug-ins/flame/flame.c:720 plug-ins/gimpressionist/orientation.c:151 #: plug-ins/gimpressionist/size.c:150 msgid "Random" msgstr "" -#: plug-ins/flame/flame.c:717 +#: plug-ins/flame/flame.c:724 msgid "Swirl" msgstr "" -#: plug-ins/flame/flame.c:718 +#: plug-ins/flame/flame.c:725 msgid "Horseshoe" msgstr "" -#: plug-ins/flame/flame.c:719 plug-ins/gfig/gfig.c:3315 +#: plug-ins/flame/flame.c:726 plug-ins/gfig/gfig.c:3315 msgid "Polar" msgstr "" -#: plug-ins/flame/flame.c:720 +#: plug-ins/flame/flame.c:727 msgid "Bent" msgstr "" -#: plug-ins/flame/flame.c:726 +#: plug-ins/flame/flame.c:733 #, fuzzy msgid "Variation:" msgstr "Mättnad" -#: plug-ins/flame/flame.c:759 plug-ins/flame/flame.c:972 +#: plug-ins/flame/flame.c:766 plug-ins/flame/flame.c:979 msgid "Load Flame" msgstr "" -#: plug-ins/flame/flame.c:781 plug-ins/flame/flame.c:979 +#: plug-ins/flame/flame.c:788 plug-ins/flame/flame.c:986 msgid "Save Flame" msgstr "" -#: plug-ins/flame/flame.c:908 plug-ins/flame/flame.c:947 +#: plug-ins/flame/flame.c:915 plug-ins/flame/flame.c:954 #, fuzzy msgid "Flame" msgstr "Bildruta %d" -#: plug-ins/flame/flame.c:1017 plug-ins/print/gimp_color_window.c:114 +#: plug-ins/flame/flame.c:1024 plug-ins/print/gimp_color_window.c:114 msgid "Contrast:" msgstr "" -#: plug-ins/flame/flame.c:1030 plug-ins/gimpressionist/brush.c:401 +#: plug-ins/flame/flame.c:1037 plug-ins/gimpressionist/brush.c:401 #: plug-ins/print/gimp_color_window.c:198 msgid "Gamma:" msgstr "" -#: plug-ins/flame/flame.c:1043 +#: plug-ins/flame/flame.c:1050 #, fuzzy msgid "Sample Density:" msgstr "Värde:" -#: plug-ins/flame/flame.c:1053 +#: plug-ins/flame/flame.c:1060 msgid "Spatial Oversample:" msgstr "" -#: plug-ins/flame/flame.c:1063 +#: plug-ins/flame/flame.c:1070 msgid "Spatial Filter Radius:" msgstr "" -#: plug-ins/flame/flame.c:1089 +#: plug-ins/flame/flame.c:1096 msgid "Colormap:" msgstr "" -#: plug-ins/flame/flame.c:1137 +#: plug-ins/flame/flame.c:1144 msgid "Custom Gradient" msgstr "" -#: plug-ins/flame/flame.c:1157 +#: plug-ins/flame/flame.c:1164 msgid "Camera" msgstr "" -#: plug-ins/flame/flame.c:1169 +#: plug-ins/flame/flame.c:1176 #, fuzzy msgid "Zoom:" msgstr "Mättnad" @@ -8130,7 +8145,7 @@ msgstr "" #. digits #. constrain #. lower, upper (unconstrained) -#: plug-ins/gap/gap_mod_layer.c:156 plug-ins/gap/gap_mov_dialog.c:550 +#: plug-ins/gap/gap_mod_layer.c:156 plug-ins/gap/gap_mov_dialog.c:568 #: plug-ins/gap/gap_mpege.c:259 plug-ins/gap/gap_range_ops.c:442 #: plug-ins/gap/gap_range_ops.c:601 msgid "first handled frame" @@ -8149,7 +8164,7 @@ msgstr "magenta" #. digits #. constrain #. lower, upper (unconstrained) -#: plug-ins/gap/gap_mod_layer.c:164 plug-ins/gap/gap_mov_dialog.c:565 +#: plug-ins/gap/gap_mod_layer.c:164 plug-ins/gap/gap_mov_dialog.c:583 #: plug-ins/gap/gap_mpege.c:267 plug-ins/gap/gap_range_ops.c:450 #: plug-ins/gap/gap_range_ops.c:609 msgid "last handled frame" @@ -8238,120 +8253,120 @@ msgstr "" msgid "No selected Layer in start frame" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:247 plug-ins/gfig/gfig.c:3327 +#: plug-ins/gap/gap_mov_dialog.c:264 plug-ins/gfig/gfig.c:3327 #: plug-ins/gflare/gflare.c:594 plug-ins/gimpressionist/orientmap.c:590 msgid "Normal" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:248 +#: plug-ins/gap/gap_mov_dialog.c:265 msgid "Dissolve" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:249 +#: plug-ins/gap/gap_mov_dialog.c:266 msgid "Multiply" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:251 plug-ins/gflare/gflare.c:596 +#: plug-ins/gap/gap_mov_dialog.c:268 plug-ins/gflare/gflare.c:596 #: plug-ins/gimpressionist/paper.c:152 msgid "Overlay" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:252 +#: plug-ins/gap/gap_mov_dialog.c:269 msgid "Difference" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:253 plug-ins/gflare/gflare.c:595 +#: plug-ins/gap/gap_mov_dialog.c:270 plug-ins/gflare/gflare.c:595 msgid "Addition" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:254 plug-ins/gfig/gfig.c:3148 +#: plug-ins/gap/gap_mov_dialog.c:271 plug-ins/gfig/gfig.c:3148 msgid "Subtract" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:255 +#: plug-ins/gap/gap_mov_dialog.c:272 msgid "Darken Only" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:256 +#: plug-ins/gap/gap_mov_dialog.c:273 msgid "Lighten Only" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:267 +#: plug-ins/gap/gap_mov_dialog.c:284 msgid "Left Top" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:268 +#: plug-ins/gap/gap_mov_dialog.c:285 msgid "Left Bottom" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:269 +#: plug-ins/gap/gap_mov_dialog.c:286 msgid "Right Top" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:270 +#: plug-ins/gap/gap_mov_dialog.c:287 msgid "Right Bottom" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:279 +#: plug-ins/gap/gap_mov_dialog.c:296 msgid "Loop" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:280 +#: plug-ins/gap/gap_mov_dialog.c:297 msgid "Loop Reverse" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:281 +#: plug-ins/gap/gap_mov_dialog.c:298 msgid "Once" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:282 +#: plug-ins/gap/gap_mov_dialog.c:299 msgid "OnceReverse" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:283 +#: plug-ins/gap/gap_mov_dialog.c:300 msgid "PingPong" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:451 +#: plug-ins/gap/gap_mov_dialog.c:469 msgid "Move Path" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:485 +#: plug-ins/gap/gap_mov_dialog.c:503 msgid "" "Show PreviewFrame with Selected \n" "SrcLayer at current Controlpoint" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:489 +#: plug-ins/gap/gap_mov_dialog.c:507 msgid "Anim Preview" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:496 +#: plug-ins/gap/gap_mov_dialog.c:514 msgid "" "Generate Animated Preview\n" "as multilayer image" msgstr "" #. parameter settings -#: plug-ins/gap/gap_mov_dialog.c:509 +#: plug-ins/gap/gap_mov_dialog.c:527 msgid "Copy moving source-layer(s) into frames" msgstr "" #. the start frame scale_entry #. table col, row -#: plug-ins/gap/gap_mov_dialog.c:542 +#: plug-ins/gap/gap_mov_dialog.c:560 msgid "Start Frame:" msgstr "" #. the end frame scale_entry #. table col, row -#: plug-ins/gap/gap_mov_dialog.c:557 +#: plug-ins/gap/gap_mov_dialog.c:575 msgid "End Frame:" msgstr "" #. the Preview Frame scale_entry #. table col, row -#: plug-ins/gap/gap_mov_dialog.c:572 +#: plug-ins/gap/gap_mov_dialog.c:590 msgid "Preview Frame:" msgstr "" @@ -8363,7 +8378,7 @@ msgstr "" #. digits #. constrain #. lower, upper (unconstrained) -#: plug-ins/gap/gap_mov_dialog.c:580 +#: plug-ins/gap/gap_mov_dialog.c:598 msgid "" "frame to show when UpdPreview\n" "button is pressed" @@ -8371,7 +8386,7 @@ msgstr "" #. the Layerstack scale_entry #. table col, row -#: plug-ins/gap/gap_mov_dialog.c:588 plug-ins/gap/gap_range_ops.c:265 +#: plug-ins/gap/gap_mov_dialog.c:606 plug-ins/gap/gap_range_ops.c:265 msgid "Layerstack:" msgstr "" @@ -8383,7 +8398,7 @@ msgstr "" #. digits #. constrain #. lower, upper (unconstrained) -#: plug-ins/gap/gap_mov_dialog.c:596 +#: plug-ins/gap/gap_mov_dialog.c:614 msgid "" "How to insert SrcLayer into the\n" "Dst. Frame's Layerstack\n" @@ -8391,137 +8406,137 @@ msgid "" msgstr "" #. toggle force visibility -#: plug-ins/gap/gap_mov_dialog.c:608 +#: plug-ins/gap/gap_mov_dialog.c:626 msgid "Force visibility" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:614 +#: plug-ins/gap/gap_mov_dialog.c:632 msgid "Force visibility for all copied Src-Layers" msgstr "" #. toggle clip_to_image -#: plug-ins/gap/gap_mov_dialog.c:620 +#: plug-ins/gap/gap_mov_dialog.c:638 msgid "Clip To Frame" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:626 +#: plug-ins/gap/gap_mov_dialog.c:644 msgid "" "Clip all copied Src-Layers\n" "at Frame Boundaries" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:674 +#: plug-ins/gap/gap_mov_dialog.c:692 msgid "" "No Source Image was selected\n" "(Please open a 2nd Image of the same type before opening Move Path)" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:770 +#: plug-ins/gap/gap_mov_dialog.c:788 #, fuzzy msgid "Object on empty frames" msgstr "Parameterinställningar" -#: plug-ins/gap/gap_mov_dialog.c:771 +#: plug-ins/gap/gap_mov_dialog.c:789 msgid "Object on one frame" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:772 +#: plug-ins/gap/gap_mov_dialog.c:790 msgid "Exact Object on frames" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:802 +#: plug-ins/gap/gap_mov_dialog.c:820 msgid "Anim Preview Mode" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:810 +#: plug-ins/gap/gap_mov_dialog.c:828 msgid "Scale Preview" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:811 +#: plug-ins/gap/gap_mov_dialog.c:829 msgid "Scale down size of the generated animated preview (in %)" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:819 +#: plug-ins/gap/gap_mov_dialog.c:837 #, fuzzy msgid "Framerate" msgstr "magenta" -#: plug-ins/gap/gap_mov_dialog.c:820 +#: plug-ins/gap/gap_mov_dialog.c:838 msgid "Framerate to use in the animated preview in frames/sec" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:834 +#: plug-ins/gap/gap_mov_dialog.c:852 msgid "Copy to Video Buffer" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:835 +#: plug-ins/gap/gap_mov_dialog.c:853 msgid "" "Save all single frames of animated preview to video buffer\n" "(configured in gimprc by video-paste-dir and video-paste-basename)" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:840 +#: plug-ins/gap/gap_mov_dialog.c:858 msgid "Move Path Animated Preview" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:886 +#: plug-ins/gap/gap_mov_dialog.c:904 msgid "Generate Animated Preview failed\n" msgstr "" #. filesel is already open -#: plug-ins/gap/gap_mov_dialog.c:1098 +#: plug-ins/gap/gap_mov_dialog.c:1343 msgid "Load Path Points from file" msgstr "" #. filesel is already open -#: plug-ins/gap/gap_mov_dialog.c:1134 +#: plug-ins/gap/gap_mov_dialog.c:1379 msgid "Save Path Points to file" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:1479 +#: plug-ins/gap/gap_mov_dialog.c:1724 #, c-format msgid "Current Point: [ %3d ] of [ %3d ]" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:1670 +#: plug-ins/gap/gap_mov_dialog.c:1915 msgid "Source Select" msgstr "" #. Source Layer menu -#: plug-ins/gap/gap_mov_dialog.c:1687 +#: plug-ins/gap/gap_mov_dialog.c:1932 msgid "Source Image/Layer:" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:1697 +#: plug-ins/gap/gap_mov_dialog.c:1942 msgid "Source Object to insert into Frame Range" msgstr "" #. Paintmode menu -#: plug-ins/gap/gap_mov_dialog.c:1712 +#: plug-ins/gap/gap_mov_dialog.c:1957 msgid "Mode:" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:1721 +#: plug-ins/gap/gap_mov_dialog.c:1966 msgid "Paintmode" msgstr "" #. Loop Stepmode menu -#: plug-ins/gap/gap_mov_dialog.c:1736 +#: plug-ins/gap/gap_mov_dialog.c:1981 msgid "Stepmode:" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:1754 +#: plug-ins/gap/gap_mov_dialog.c:1999 msgid "" "How to fetch the next SrcLayer \n" "at the next handled frame" msgstr "" #. Source Image Handle menu -#: plug-ins/gap/gap_mov_dialog.c:1760 +#: plug-ins/gap/gap_mov_dialog.c:2005 msgid "Handle:" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:1778 +#: plug-ins/gap/gap_mov_dialog.c:2023 msgid "" "How to place the SrcLayer at \n" "Controlpoint Coordinates" @@ -8529,17 +8544,17 @@ msgstr "" #. to avoid side effects while initialization #. the frame -#: plug-ins/gap/gap_mov_dialog.c:1832 +#: plug-ins/gap/gap_mov_dialog.c:2077 msgid "Move Path Preview" msgstr "" #. lower, upper (unconstrained) -#: plug-ins/gap/gap_mov_dialog.c:1864 +#: plug-ins/gap/gap_mov_dialog.c:2109 msgid "X Coordinate" msgstr "" #. lower, upper (unconstrained) -#: plug-ins/gap/gap_mov_dialog.c:1882 +#: plug-ins/gap/gap_mov_dialog.c:2127 msgid "Y Coordinate" msgstr "" @@ -8551,7 +8566,7 @@ msgstr "" #. digits #. constrain #. lower, upper (unconstrained) -#: plug-ins/gap/gap_mov_dialog.c:1899 +#: plug-ins/gap/gap_mov_dialog.c:2144 msgid "Scale Source Layer's Width in percent" msgstr "" @@ -8563,7 +8578,7 @@ msgstr "" #. digits #. constrain #. lower, upper (unconstrained) -#: plug-ins/gap/gap_mov_dialog.c:1916 +#: plug-ins/gap/gap_mov_dialog.c:2161 msgid "" "Scale SrcLayer's Height\n" "in percent" @@ -8577,7 +8592,7 @@ msgstr "" #. digits #. constrain #. lower, upper (unconstrained) -#: plug-ins/gap/gap_mov_dialog.c:1933 +#: plug-ins/gap/gap_mov_dialog.c:2178 msgid "" "SrcLayer's Opacity\n" "in percent" @@ -8585,7 +8600,7 @@ msgstr "" #. Rotation #. table col, row -#: plug-ins/gap/gap_mov_dialog.c:1942 +#: plug-ins/gap/gap_mov_dialog.c:2187 #, fuzzy msgid "Rotate:" msgstr "Mättnad" @@ -8598,13 +8613,13 @@ msgstr "M #. digits #. constrain #. lower, upper (unconstrained) -#: plug-ins/gap/gap_mov_dialog.c:1950 +#: plug-ins/gap/gap_mov_dialog.c:2195 msgid "Rotate SrcLayer (in degree)" msgstr "" #. Keyframe #. table col, row -#: plug-ins/gap/gap_mov_dialog.c:1961 +#: plug-ins/gap/gap_mov_dialog.c:2206 msgid "Keyframe:" msgstr "" @@ -8616,134 +8631,154 @@ msgstr "" #. digits #. constrain #. lower, upper (unconstrained) -#: plug-ins/gap/gap_mov_dialog.c:1969 +#: plug-ins/gap/gap_mov_dialog.c:2214 msgid "" "Fix Controlpoint to Keyframe number\n" "(0 == No Keyframe)" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:2044 +#: plug-ins/gap/gap_mov_dialog.c:2289 msgid "Add Point" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:2052 +#: plug-ins/gap/gap_mov_dialog.c:2297 msgid "" "Add Controlpoint at end \n" "(the last Point is duplicated)" msgstr "" #. toggle clip_to_image -#: plug-ins/gap/gap_mov_dialog.c:2057 +#: plug-ins/gap/gap_mov_dialog.c:2302 msgid "Show Path" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:2063 +#: plug-ins/gap/gap_mov_dialog.c:2308 msgid "" "Show Path Lines and enable\n" "pick/drag with left button\n" "or move with right button" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:2073 +#: plug-ins/gap/gap_mov_dialog.c:2318 #: plug-ins/imagemap/imap_cmd_insert_point.c:57 #: plug-ins/imagemap/imap_polygon.c:683 msgid "Insert Point" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:2081 +#: plug-ins/gap/gap_mov_dialog.c:2326 msgid "" "Insert Controlpoint \n" "(the current Point is duplicated)" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:2085 +#: plug-ins/gap/gap_mov_dialog.c:2330 #: plug-ins/imagemap/imap_cmd_delete_point.c:57 #: plug-ins/imagemap/imap_polygon.c:669 msgid "Delete Point" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:2093 +#: plug-ins/gap/gap_mov_dialog.c:2338 msgid "Delete current Controlpoint" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:2099 +#: plug-ins/gap/gap_mov_dialog.c:2344 msgid "Prev Point" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:2107 +#: plug-ins/gap/gap_mov_dialog.c:2352 msgid "Show Previous Controlpoint" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:2111 +#: plug-ins/gap/gap_mov_dialog.c:2356 msgid "Next Point" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:2119 +#: plug-ins/gap/gap_mov_dialog.c:2364 msgid "Show Next Controlpoint" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:2125 +#: plug-ins/gap/gap_mov_dialog.c:2370 #, fuzzy msgid "First Point" msgstr "Snabba heltal" -#: plug-ins/gap/gap_mov_dialog.c:2133 +#: plug-ins/gap/gap_mov_dialog.c:2378 msgid "Show First Controlpoint" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:2137 +#: plug-ins/gap/gap_mov_dialog.c:2382 #, fuzzy msgid "Last Point" msgstr "Snabba heltal" -#: plug-ins/gap/gap_mov_dialog.c:2145 +#: plug-ins/gap/gap_mov_dialog.c:2390 msgid "Show Last Controlpoint" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:2151 +#: plug-ins/gap/gap_mov_dialog.c:2396 msgid "Clear Point" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:2159 +#: plug-ins/gap/gap_mov_dialog.c:2404 msgid "" "Reset the current Controlpoint\n" "to default Values" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:2163 -msgid "Reset Points" +#: plug-ins/gap/gap_mov_dialog.c:2408 +msgid "Clear All Points" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:2171 +#: plug-ins/gap/gap_mov_dialog.c:2416 msgid "" -"Reset Controlpoints \n" -"to one Defaultpoint" +"Reset all Controlpoints to default Values\n" +"but dont change the path (X/Y Values)" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:2177 +#: plug-ins/gap/gap_mov_dialog.c:2423 +#, fuzzy +msgid "Rotate Follow" +msgstr "Mättnad" + +#: plug-ins/gap/gap_mov_dialog.c:2434 +msgid "" +"Set Rotation for all Controlpoints\n" +"to follow the shape of the path.\n" +"(Shift: use Rotation of contolpoint 1 as offset)" +msgstr "" + +#: plug-ins/gap/gap_mov_dialog.c:2441 +msgid "Delete All Points" +msgstr "" + +#: plug-ins/gap/gap_mov_dialog.c:2449 +msgid "Delete all Controlpoints" +msgstr "" + +#: plug-ins/gap/gap_mov_dialog.c:2456 msgid "Load Points" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:2185 +#: plug-ins/gap/gap_mov_dialog.c:2464 msgid "Load Controlpoints from file" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:2189 +#: plug-ins/gap/gap_mov_dialog.c:2468 msgid "Save Points" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:2197 +#: plug-ins/gap/gap_mov_dialog.c:2476 msgid "Save Controlpoints to file" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:2668 +#: plug-ins/gap/gap_mov_dialog.c:2947 #, c-format msgid "" "\n" "Error: Keyframe %d at point [%d] higher or equal than last handled frame" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:2676 +#: plug-ins/gap/gap_mov_dialog.c:2955 #, c-format msgid "" "\n" @@ -8751,21 +8786,21 @@ msgid "" "for the previous controlpoints" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:2686 +#: plug-ins/gap/gap_mov_dialog.c:2965 #, c-format msgid "" "\n" "Error: Keyframe %d is not in sequence at point [%d]" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:2704 +#: plug-ins/gap/gap_mov_dialog.c:2983 #, c-format msgid "" "\n" "Error: controlpoint [%d] is out of handled framerange" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:2718 +#: plug-ins/gap/gap_mov_dialog.c:2997 #, c-format msgid "" "\n" @@ -8773,35 +8808,35 @@ msgid "" "please reduce controlpoints or select more frames" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:2731 +#: plug-ins/gap/gap_mov_dialog.c:3010 msgid "" "Cant operate with current Controlpoint\n" "or Keyframe settings" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:2738 +#: plug-ins/gap/gap_mov_dialog.c:3017 msgid "Reset Keyframes" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:2743 +#: plug-ins/gap/gap_mov_dialog.c:3022 msgid "Move Path Controlpointcheck" msgstr "" -#: plug-ins/gap/gap_mov_dialog.c:2744 +#: plug-ins/gap/gap_mov_dialog.c:3023 msgid "Errors:" msgstr "" -#: plug-ins/gap/gap_mov_exec.c:337 +#: plug-ins/gap/gap_mov_exec.c:339 msgid "" "No Source Image was selected.\n" "Please open a 2nd Image of the same type before opening Move Path." msgstr "" -#: plug-ins/gap/gap_mov_exec.c:348 +#: plug-ins/gap/gap_mov_exec.c:350 msgid "Copying Layers into Frames..." msgstr "" -#: plug-ins/gap/gap_mov_exec.c:352 +#: plug-ins/gap/gap_mov_exec.c:354 msgid "Generating Animated Preview..." msgstr "" @@ -9675,18 +9710,12 @@ msgstr "" msgid "/Filters/Render/Dynamic Text..." msgstr "" -#: plug-ins/gdyntext/gdyntext.c:307 -msgid "" -"Current layer isn't a GDynText layer or it has no alpha channel.\n" -" Forcing new layer creation.\n" -msgstr "" - -#: plug-ins/gdyntext/gdyntext.c:354 +#: plug-ins/gdyntext/gdyntext.c:351 #, c-format msgid "Upgrading old GDynText layer to %s\n" msgstr "" -#: plug-ins/gdyntext/gdyntext.c:358 +#: plug-ins/gdyntext/gdyntext.c:355 #, c-format msgid "" "WARNING: GDynText is too old!\n" @@ -9696,15 +9725,15 @@ msgid "" msgstr "" #. remove old layer name -#: plug-ins/gdyntext/gdyntext.c:397 +#: plug-ins/gdyntext/gdyntext.c:394 msgid "GDynText Layer " msgstr "" -#: plug-ins/gdyntext/gdyntext.c:434 +#: plug-ins/gdyntext/gdyntext.c:431 msgid "GIMP Dynamic Text" msgstr "" -#: plug-ins/gdyntext/gdyntext.c:536 +#: plug-ins/gdyntext/gdyntext.c:533 msgid "GDynText Layer" msgstr "" @@ -11571,7 +11600,7 @@ msgstr "" msgid "Unselect All" msgstr "" -#: plug-ins/imagemap/imap_default_dialog.c:124 +#: plug-ins/imagemap/imap_default_dialog.c:136 #, fuzzy msgid "Help..." msgstr "Hjälp" @@ -11652,12 +11681,12 @@ msgstr "" msgid "JavaScript" msgstr "" -#: plug-ins/imagemap/imap_edit_area_info.c:416 +#: plug-ins/imagemap/imap_edit_area_info.c:425 #, fuzzy msgid "Area Settings" msgstr "Inställningar" -#: plug-ins/imagemap/imap_edit_area_info.c:459 +#: plug-ins/imagemap/imap_edit_area_info.c:469 #, fuzzy, c-format msgid "Area #%d Settings" msgstr "Inställningar" @@ -12108,12 +12137,12 @@ msgid "" msgstr "" #. open URL for help -#: plug-ins/maze/maze_face.c:588 +#: plug-ins/maze/maze_face.c:596 #, fuzzy, c-format msgid "Opening %s" msgstr "Sparar %s:" -#: plug-ins/maze/maze_face.c:599 +#: plug-ins/maze/maze_face.c:607 #, c-format msgid "See %s" msgstr "" @@ -12617,32 +12646,33 @@ msgstr "" msgid "Misc" msgstr "" -#: plug-ins/sel2path/sel2path.c:160 +#: plug-ins/sel2path/sel2path.c:162 msgid "/Select/To Path" msgstr "" -#: plug-ins/sel2path/sel2path.c:205 +#: plug-ins/sel2path/sel2path.c:209 msgid "No selection to convert" msgstr "" -#: plug-ins/sel2path/sel2path.c:362 -msgid "Default Values" -msgstr "" +#: plug-ins/sel2path/sel2path.c:333 +#, fuzzy +msgid "Sel2Path Advanced Settings" +msgstr "Inställningar" -#: plug-ins/sel2path/sel2path.c:551 +#: plug-ins/sel2path/sel2path.c:542 #, c-format msgid "print_spline: strange degree (%d)" msgstr "" -#: plug-ins/sel2path/sel2path.c:559 +#: plug-ins/sel2path/sel2path.c:551 msgid "selection_to_path" msgstr "" -#: plug-ins/sel2path/sel2path.c:585 +#: plug-ins/sel2path/sel2path.c:579 msgid "gimp_image_get_selection failed" msgstr "" -#: plug-ins/sel2path/sel2path.c:593 +#: plug-ins/sel2path/sel2path.c:587 msgid "Internal error. Selection bpp > 1" msgstr "" @@ -12833,19 +12863,19 @@ msgstr "" msgid "Current" msgstr "" -#: plug-ins/winsnap/winsnap.c:945 +#: plug-ins/winsnap/winsnap.c:946 msgid "Grab a single window" msgstr "" -#: plug-ins/winsnap/winsnap.c:956 +#: plug-ins/winsnap/winsnap.c:957 msgid "Include decorations" msgstr "" -#: plug-ins/winsnap/winsnap.c:992 +#: plug-ins/winsnap/winsnap.c:993 msgid "Grab the whole screen" msgstr "" -#: plug-ins/winsnap/winsnap.c:1221 +#: plug-ins/winsnap/winsnap.c:1222 msgid "No data captured" msgstr "" diff --git a/po-plug-ins/uk.po b/po-plug-ins/uk.po index db68ed0ca3..dd5dc4c885 100644 --- a/po-plug-ins/uk.po +++ b/po-plug-ins/uk.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: GIMP 1.1.9\n" -"POT-Creation-Date: 2000-06-20 17:43+0300\n" +"POT-Creation-Date: 2000-06-18 19:40-0700\n" "PO-Revision-Date: 2000-02-08 16:11+0200\n" "Last-Translator: Yuri Syrota \n" "Language-Team: Ukrainian \n" @@ -1495,7 +1495,9 @@ msgstr " #: plug-ins/bmp/bmpwrite.c:104 msgid "BMP: cannot operate on unknown image types or alpha images" -msgstr "BMP: ÎÅÍÏÖÌÉ×Ï ×ÉËÏÒÉÓÔÏ×Õ×ÁÔÉ ÎÁ ÚÏÂÒÁÖÅÎÎÑÈ ÎÅצÄÏÍÏÇÏ ÔÉÐÕ ÞÉ ÁÌØÆÁ-ÚÏÂÒÁÖÅÎÎÑÈ" +msgstr "" +"BMP: ÎÅÍÏÖÌÉ×Ï ×ÉËÏÒÉÓÔÏ×Õ×ÁÔÉ ÎÁ ÚÏÂÒÁÖÅÎÎÑÈ ÎÅצÄÏÍÏÇÏ ÔÉÐÕ ÞÉ " +"ÁÌØÆÁ-ÚÏÂÒÁÖÅÎÎÑÈ" #: plug-ins/bmp/bmpwrite.c:167 #, c-format diff --git a/po-script-fu/ca.po b/po-script-fu/ca.po index c03a5446f9..e6c8ae2477 100644 --- a/po-script-fu/ca.po +++ b/po-script-fu/ca.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2000-05-22 11:33-0700\n" +"POT-Creation-Date: 2000-06-06 12:41-0700\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -208,6 +208,90 @@ msgstr "" msgid "/Script-Fu/Alchemy/Weave..." msgstr "" +#: plug-ins/script-fu/scripts/3d-outline.scm:0 +msgid "/Script-Fu/Alpha to Logo/3D Outline..." +msgstr "" + +#: plug-ins/script-fu/scripts/alien-glow-logo.scm:0 +msgid "/Script-Fu/Alpha to Logo/Alien Glow..." +msgstr "" + +#: plug-ins/script-fu/scripts/alien-neon-logo.scm:0 +msgid "/Script-Fu/Alpha to Logo/Alien Neon..." +msgstr "" + +#: plug-ins/script-fu/scripts/basic1-logo.scm:0 +msgid "/Script-Fu/Alpha to Logo/Basic I..." +msgstr "" + +#: plug-ins/script-fu/scripts/basic2-logo.scm:0 +msgid "/Script-Fu/Alpha to Logo/Basic II..." +msgstr "" + +#: plug-ins/script-fu/scripts/blended-logo.scm:0 +msgid "/Script-Fu/Alpha to Logo/Blended..." +msgstr "" + +#: plug-ins/script-fu/scripts/bovinated-logo.scm:0 +msgid "/Script-Fu/Alpha to Logo/Bovination..." +msgstr "" + +#: plug-ins/script-fu/scripts/chalk.scm:0 +msgid "/Script-Fu/Alpha to Logo/Chalk..." +msgstr "" + +#: plug-ins/script-fu/scripts/chip-away.scm:0 +msgid "/Script-Fu/Alpha to Logo/Chip Away..." +msgstr "" + +#: plug-ins/script-fu/scripts/chrome-logo.scm:0 +msgid "/Script-Fu/Alpha to Logo/Chrome..." +msgstr "" + +#: plug-ins/script-fu/scripts/comic-logo.scm:0 +msgid "/Script-Fu/Alpha to Logo/Comic Book..." +msgstr "" + +#: plug-ins/script-fu/scripts/coolmetal-logo.scm:0 +msgid "/Script-Fu/Alpha to Logo/Cool Metal..." +msgstr "" + +#: plug-ins/script-fu/scripts/frosty-logo.scm:0 +msgid "/Script-Fu/Alpha to Logo/Frosty..." +msgstr "" + +#: plug-ins/script-fu/scripts/glossy.scm:0 +msgid "/Script-Fu/Alpha to Logo/Glossy..." +msgstr "" + +#: plug-ins/script-fu/scripts/glowing-logo.scm:0 +msgid "/Script-Fu/Alpha to Logo/Glowing Hot..." +msgstr "" + +#: plug-ins/script-fu/scripts/gradient-bevel-logo.scm:0 +msgid "/Script-Fu/Alpha to Logo/Gradient Bevel..." +msgstr "" + +#: plug-ins/script-fu/scripts/neon-logo.scm:0 +msgid "/Script-Fu/Alpha to Logo/Neon..." +msgstr "" + +#: plug-ins/script-fu/scripts/t-o-p-logo.scm:0 +msgid "/Script-Fu/Alpha to Logo/Particle Trace..." +msgstr "" + +#: plug-ins/script-fu/scripts/starburst-logo.scm:0 +msgid "/Script-Fu/Alpha to Logo/Starburst..." +msgstr "" + +#: plug-ins/script-fu/scripts/starscape-logo.scm:0 +msgid "/Script-Fu/Alpha to Logo/Starscape..." +msgstr "" + +#: plug-ins/script-fu/scripts/textured-logo.scm:0 +msgid "/Script-Fu/Alpha to Logo/Textured..." +msgstr "" + #: plug-ins/script-fu/scripts/blend-anim.scm:0 msgid "/Script-Fu/Animators/Blend..." msgstr "" @@ -735,10 +819,6 @@ msgstr "" msgid "Background Color" msgstr "" -#: plug-ins/script-fu/scripts/blended-logo.scm:0 -msgid "Background Gradient" -msgstr "" - #: plug-ins/script-fu/scripts/carved-logo.scm:0 #: plug-ins/script-fu/scripts/crystal-logo.scm:0 msgid "Background Image" @@ -831,6 +911,12 @@ msgstr "" msgid "Border Color" msgstr "" +#: plug-ins/script-fu/scripts/gradient-bevel-logo.scm:0 +#: plug-ins/script-fu/scripts/t-o-p-logo.scm:0 +#: plug-ins/script-fu/scripts/textured-logo.scm:0 +msgid "Border Size (pixels)" +msgstr "" + #: plug-ins/script-fu/scripts/fade-outline.scm:0 #: plug-ins/script-fu/scripts/fuzzyborder.scm:0 msgid "Border Size" @@ -944,6 +1030,10 @@ msgstr "" msgid "Create Shadow" msgstr "" +#: plug-ins/script-fu/scripts/blended-logo.scm:0 +msgid "Custom Gradient" +msgstr "" + #: plug-ins/script-fu/scripts/gimp-headers.scm:0 msgid "Dark Color" msgstr "" @@ -1040,6 +1130,27 @@ msgstr "" msgid "Edge Width" msgstr "" +#: plug-ins/script-fu/scripts/glowing-logo.scm:0 +msgid "Effect Size (pixels * 3)" +msgstr "" + +#: plug-ins/script-fu/scripts/starburst-logo.scm:0 +msgid "Effect Size (pixels * 30)" +msgstr "" + +#: plug-ins/script-fu/scripts/starscape-logo.scm:0 +msgid "Effect Size (pixels * 4)" +msgstr "" + +#: plug-ins/script-fu/scripts/neon-logo.scm:0 +msgid "Effect Size (pixels * 5)" +msgstr "" + +#: plug-ins/script-fu/scripts/coolmetal-logo.scm:0 +#: plug-ins/script-fu/scripts/frosty-logo.scm:0 +msgid "Effect Size (pixels)" +msgstr "" + #: plug-ins/script-fu/scripts/clothify.scm:0 #: plug-ins/script-fu/scripts/swirltile.scm:0 msgid "Elevation" @@ -1080,6 +1191,18 @@ msgstr "" msgid "Even/Odd" msgstr "" +#: plug-ins/script-fu/scripts/blended-logo.scm:0 +msgid "FG-BG-HSV" +msgstr "" + +#: plug-ins/script-fu/scripts/blended-logo.scm:0 +msgid "FG-BG-RGB" +msgstr "" + +#: plug-ins/script-fu/scripts/blended-logo.scm:0 +msgid "FG-Transparent" +msgstr "" + #: plug-ins/script-fu/scripts/alien-neon-logo.scm:0 msgid "Fade Away" msgstr "" @@ -1119,7 +1242,6 @@ msgstr "" #: plug-ins/script-fu/scripts/alien-glow-button.scm:0 #: plug-ins/script-fu/scripts/camo.scm:0 #: plug-ins/script-fu/scripts/fuzzyborder.scm:0 -#: plug-ins/script-fu/scripts/glossy.scm:0 msgid "Flatten Image" msgstr "" @@ -1248,6 +1370,11 @@ msgstr "" msgid "Glow Radius" msgstr "" +#: plug-ins/script-fu/scripts/alien-glow-logo.scm:0 +msgid "Glow Size (pixels * 4)" +msgstr "" + +#: plug-ins/script-fu/scripts/blended-logo.scm:0 #: plug-ins/script-fu/scripts/comic-logo.scm:0 #: plug-ins/script-fu/scripts/coolmetal-logo.scm:0 #: plug-ins/script-fu/scripts/land.scm:0 plug-ins/script-fu/scripts/lava.scm:0 @@ -1492,6 +1619,10 @@ msgstr "" msgid "Odd" msgstr "" +#: plug-ins/script-fu/scripts/blended-logo.scm:0 +msgid "Offset (pixels)" +msgstr "" + #: plug-ins/script-fu/scripts/line-nova.scm:0 msgid "Offset Radius" msgstr "" @@ -1506,6 +1637,10 @@ msgstr "" msgid "Offset Y" msgstr "" +#: plug-ins/script-fu/scripts/chrome-logo.scm:0 +msgid "Offsets (pixels * 2)" +msgstr "" + #: plug-ins/script-fu/scripts/circuit.scm:0 msgid "Oilify Mask Size" msgstr "" @@ -1585,6 +1720,7 @@ msgstr "" #: plug-ins/script-fu/scripts/beveled-pattern-heading.scm:0 #: plug-ins/script-fu/scripts/beveled-pattern-hrule.scm:0 #: plug-ins/script-fu/scripts/chip-away.scm:0 +#: plug-ins/script-fu/scripts/textured-logo.scm:0 msgid "Pattern" msgstr "" @@ -1791,6 +1927,14 @@ msgstr "" msgid "Sphere Color" msgstr "" +#: plug-ins/script-fu/scripts/bovinated-logo.scm:0 +msgid "Spots density X" +msgstr "" + +#: plug-ins/script-fu/scripts/bovinated-logo.scm:0 +msgid "Spots density Y" +msgstr "" + #: plug-ins/script-fu/scripts/distress_selection.scm:0 msgid "Spread" msgstr "" diff --git a/po-script-fu/cs.po b/po-script-fu/cs.po index 787d4d9781..5c83f16c20 100644 --- a/po-script-fu/cs.po +++ b/po-script-fu/cs.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: gimp-script-fu 1.1.23\n" -"POT-Creation-Date: 2000-06-09 11:03+0200\n" +"POT-Creation-Date: 2000-06-06 12:41-0700\n" "PO-Revision-Date: 2000-06-09 11:35+02:00\n" "Last-Translator: Stanislav Brabec \n" "Language-Team: Czech \n" diff --git a/po-script-fu/da.po b/po-script-fu/da.po index 3ebd7bd1fc..1eac2f75ae 100644 --- a/po-script-fu/da.po +++ b/po-script-fu/da.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: GIMP script-fu/gnome-cvs\n" -"POT-Creation-Date: 2000-05-22 11:33-0700\n" +"POT-Creation-Date: 2000-06-06 12:41-0700\n" "PO-Revision-Date: 2000-06-10 23:41+01:00\n" "Last-Translator: Keld Simonsen \n" "Language-Team: Danish \n" diff --git a/po-script-fu/de.po b/po-script-fu/de.po index 06090cddd9..7f0c0743be 100644 --- a/po-script-fu/de.po +++ b/po-script-fu/de.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: GIMP 1.1.23\n" -"POT-Creation-Date: 2000-06-07 09:53+0200\n" +"POT-Creation-Date: 2000-06-06 12:41-0700\n" "PO-Revision-Date: 2000-06-08 15:18+02:00\n" "Last-Translator: Sven Neumann \n" "Language-Team: German \n" diff --git a/po-script-fu/en_GB.po b/po-script-fu/en_GB.po index 29a4a9d6c3..70c3ce21a7 100644 --- a/po-script-fu/en_GB.po +++ b/po-script-fu/en_GB.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: GIMP 1.1.23\n" -"POT-Creation-Date: 2000-05-22 11:33-0700\n" +"POT-Creation-Date: 2000-06-06 12:41-0700\n" "PO-Revision-Date: 2000-06-20 15:39+0000\n" "Last-Translator: Piers Cornwell \n" "Language-Team: English, British\n" @@ -207,6 +207,90 @@ msgstr "" msgid "/Script-Fu/Alchemy/Weave..." msgstr "" +#: plug-ins/script-fu/scripts/3d-outline.scm:0 +msgid "/Script-Fu/Alpha to Logo/3D Outline..." +msgstr "" + +#: plug-ins/script-fu/scripts/alien-glow-logo.scm:0 +msgid "/Script-Fu/Alpha to Logo/Alien Glow..." +msgstr "" + +#: plug-ins/script-fu/scripts/alien-neon-logo.scm:0 +msgid "/Script-Fu/Alpha to Logo/Alien Neon..." +msgstr "" + +#: plug-ins/script-fu/scripts/basic1-logo.scm:0 +msgid "/Script-Fu/Alpha to Logo/Basic I..." +msgstr "" + +#: plug-ins/script-fu/scripts/basic2-logo.scm:0 +msgid "/Script-Fu/Alpha to Logo/Basic II..." +msgstr "" + +#: plug-ins/script-fu/scripts/blended-logo.scm:0 +msgid "/Script-Fu/Alpha to Logo/Blended..." +msgstr "" + +#: plug-ins/script-fu/scripts/bovinated-logo.scm:0 +msgid "/Script-Fu/Alpha to Logo/Bovination..." +msgstr "" + +#: plug-ins/script-fu/scripts/chalk.scm:0 +msgid "/Script-Fu/Alpha to Logo/Chalk..." +msgstr "" + +#: plug-ins/script-fu/scripts/chip-away.scm:0 +msgid "/Script-Fu/Alpha to Logo/Chip Away..." +msgstr "" + +#: plug-ins/script-fu/scripts/chrome-logo.scm:0 +msgid "/Script-Fu/Alpha to Logo/Chrome..." +msgstr "" + +#: plug-ins/script-fu/scripts/comic-logo.scm:0 +msgid "/Script-Fu/Alpha to Logo/Comic Book..." +msgstr "" + +#: plug-ins/script-fu/scripts/coolmetal-logo.scm:0 +msgid "/Script-Fu/Alpha to Logo/Cool Metal..." +msgstr "" + +#: plug-ins/script-fu/scripts/frosty-logo.scm:0 +msgid "/Script-Fu/Alpha to Logo/Frosty..." +msgstr "" + +#: plug-ins/script-fu/scripts/glossy.scm:0 +msgid "/Script-Fu/Alpha to Logo/Glossy..." +msgstr "" + +#: plug-ins/script-fu/scripts/glowing-logo.scm:0 +msgid "/Script-Fu/Alpha to Logo/Glowing Hot..." +msgstr "" + +#: plug-ins/script-fu/scripts/gradient-bevel-logo.scm:0 +msgid "/Script-Fu/Alpha to Logo/Gradient Bevel..." +msgstr "" + +#: plug-ins/script-fu/scripts/neon-logo.scm:0 +msgid "/Script-Fu/Alpha to Logo/Neon..." +msgstr "" + +#: plug-ins/script-fu/scripts/t-o-p-logo.scm:0 +msgid "/Script-Fu/Alpha to Logo/Particle Trace..." +msgstr "" + +#: plug-ins/script-fu/scripts/starburst-logo.scm:0 +msgid "/Script-Fu/Alpha to Logo/Starburst..." +msgstr "" + +#: plug-ins/script-fu/scripts/starscape-logo.scm:0 +msgid "/Script-Fu/Alpha to Logo/Starscape..." +msgstr "" + +#: plug-ins/script-fu/scripts/textured-logo.scm:0 +msgid "/Script-Fu/Alpha to Logo/Textured..." +msgstr "" + #: plug-ins/script-fu/scripts/blend-anim.scm:0 msgid "/Script-Fu/Animators/Blend..." msgstr "" @@ -734,10 +818,6 @@ msgstr "" msgid "Background Color" msgstr "Background Colour" -#: plug-ins/script-fu/scripts/blended-logo.scm:0 -msgid "Background Gradient" -msgstr "" - #: plug-ins/script-fu/scripts/carved-logo.scm:0 #: plug-ins/script-fu/scripts/crystal-logo.scm:0 msgid "Background Image" @@ -830,6 +910,12 @@ msgstr "" msgid "Border Color" msgstr "Border Colour" +#: plug-ins/script-fu/scripts/gradient-bevel-logo.scm:0 +#: plug-ins/script-fu/scripts/t-o-p-logo.scm:0 +#: plug-ins/script-fu/scripts/textured-logo.scm:0 +msgid "Border Size (pixels)" +msgstr "" + #: plug-ins/script-fu/scripts/fade-outline.scm:0 #: plug-ins/script-fu/scripts/fuzzyborder.scm:0 msgid "Border Size" @@ -943,6 +1029,10 @@ msgstr "" msgid "Create Shadow" msgstr "" +#: plug-ins/script-fu/scripts/blended-logo.scm:0 +msgid "Custom Gradient" +msgstr "" + #: plug-ins/script-fu/scripts/gimp-headers.scm:0 msgid "Dark Color" msgstr "Dark Colour" @@ -1039,6 +1129,27 @@ msgstr "" msgid "Edge Width" msgstr "" +#: plug-ins/script-fu/scripts/glowing-logo.scm:0 +msgid "Effect Size (pixels * 3)" +msgstr "" + +#: plug-ins/script-fu/scripts/starburst-logo.scm:0 +msgid "Effect Size (pixels * 30)" +msgstr "" + +#: plug-ins/script-fu/scripts/starscape-logo.scm:0 +msgid "Effect Size (pixels * 4)" +msgstr "" + +#: plug-ins/script-fu/scripts/neon-logo.scm:0 +msgid "Effect Size (pixels * 5)" +msgstr "" + +#: plug-ins/script-fu/scripts/coolmetal-logo.scm:0 +#: plug-ins/script-fu/scripts/frosty-logo.scm:0 +msgid "Effect Size (pixels)" +msgstr "" + #: plug-ins/script-fu/scripts/clothify.scm:0 #: plug-ins/script-fu/scripts/swirltile.scm:0 msgid "Elevation" @@ -1079,6 +1190,18 @@ msgstr "" msgid "Even/Odd" msgstr "" +#: plug-ins/script-fu/scripts/blended-logo.scm:0 +msgid "FG-BG-HSV" +msgstr "" + +#: plug-ins/script-fu/scripts/blended-logo.scm:0 +msgid "FG-BG-RGB" +msgstr "" + +#: plug-ins/script-fu/scripts/blended-logo.scm:0 +msgid "FG-Transparent" +msgstr "" + #: plug-ins/script-fu/scripts/alien-neon-logo.scm:0 msgid "Fade Away" msgstr "" @@ -1118,7 +1241,6 @@ msgstr "Fill with BG Colour" #: plug-ins/script-fu/scripts/alien-glow-button.scm:0 #: plug-ins/script-fu/scripts/camo.scm:0 #: plug-ins/script-fu/scripts/fuzzyborder.scm:0 -#: plug-ins/script-fu/scripts/glossy.scm:0 msgid "Flatten Image" msgstr "" @@ -1247,6 +1369,11 @@ msgstr "Glow Colour" msgid "Glow Radius" msgstr "" +#: plug-ins/script-fu/scripts/alien-glow-logo.scm:0 +msgid "Glow Size (pixels * 4)" +msgstr "" + +#: plug-ins/script-fu/scripts/blended-logo.scm:0 #: plug-ins/script-fu/scripts/comic-logo.scm:0 #: plug-ins/script-fu/scripts/coolmetal-logo.scm:0 #: plug-ins/script-fu/scripts/land.scm:0 plug-ins/script-fu/scripts/lava.scm:0 @@ -1491,6 +1618,10 @@ msgstr "" msgid "Odd" msgstr "" +#: plug-ins/script-fu/scripts/blended-logo.scm:0 +msgid "Offset (pixels)" +msgstr "" + #: plug-ins/script-fu/scripts/line-nova.scm:0 msgid "Offset Radius" msgstr "" @@ -1505,6 +1636,10 @@ msgstr "" msgid "Offset Y" msgstr "" +#: plug-ins/script-fu/scripts/chrome-logo.scm:0 +msgid "Offsets (pixels * 2)" +msgstr "" + #: plug-ins/script-fu/scripts/circuit.scm:0 msgid "Oilify Mask Size" msgstr "" @@ -1584,6 +1719,7 @@ msgstr "" #: plug-ins/script-fu/scripts/beveled-pattern-heading.scm:0 #: plug-ins/script-fu/scripts/beveled-pattern-hrule.scm:0 #: plug-ins/script-fu/scripts/chip-away.scm:0 +#: plug-ins/script-fu/scripts/textured-logo.scm:0 msgid "Pattern" msgstr "" @@ -1790,6 +1926,14 @@ msgstr "" msgid "Sphere Color" msgstr "Sphere Colour" +#: plug-ins/script-fu/scripts/bovinated-logo.scm:0 +msgid "Spots density X" +msgstr "" + +#: plug-ins/script-fu/scripts/bovinated-logo.scm:0 +msgid "Spots density Y" +msgstr "" + #: plug-ins/script-fu/scripts/distress_selection.scm:0 msgid "Spread" msgstr "" diff --git a/po-script-fu/es.po b/po-script-fu/es.po index 81108ecfb5..f38d7f960c 100644 --- a/po-script-fu/es.po +++ b/po-script-fu/es.po @@ -19,7 +19,7 @@ msgid "" msgstr "" "Project-Id-Version: GIMP 1.1.20\n" -"POT-Creation-Date: 2000-05-22 11:33-0700\n" +"POT-Creation-Date: 2000-06-06 12:41-0700\n" "PO-Revision-Date: 2000-04-23 13:05+02:00\n" "Last-Translator: Rodrigo Sancho Senosiain \n" "Language-Team: Spanish \n" @@ -225,6 +225,90 @@ msgstr "" msgid "/Script-Fu/Alchemy/Weave..." msgstr "" +#: plug-ins/script-fu/scripts/3d-outline.scm:0 +msgid "/Script-Fu/Alpha to Logo/3D Outline..." +msgstr "" + +#: plug-ins/script-fu/scripts/alien-glow-logo.scm:0 +msgid "/Script-Fu/Alpha to Logo/Alien Glow..." +msgstr "" + +#: plug-ins/script-fu/scripts/alien-neon-logo.scm:0 +msgid "/Script-Fu/Alpha to Logo/Alien Neon..." +msgstr "" + +#: plug-ins/script-fu/scripts/basic1-logo.scm:0 +msgid "/Script-Fu/Alpha to Logo/Basic I..." +msgstr "" + +#: plug-ins/script-fu/scripts/basic2-logo.scm:0 +msgid "/Script-Fu/Alpha to Logo/Basic II..." +msgstr "" + +#: plug-ins/script-fu/scripts/blended-logo.scm:0 +msgid "/Script-Fu/Alpha to Logo/Blended..." +msgstr "" + +#: plug-ins/script-fu/scripts/bovinated-logo.scm:0 +msgid "/Script-Fu/Alpha to Logo/Bovination..." +msgstr "" + +#: plug-ins/script-fu/scripts/chalk.scm:0 +msgid "/Script-Fu/Alpha to Logo/Chalk..." +msgstr "" + +#: plug-ins/script-fu/scripts/chip-away.scm:0 +msgid "/Script-Fu/Alpha to Logo/Chip Away..." +msgstr "" + +#: plug-ins/script-fu/scripts/chrome-logo.scm:0 +msgid "/Script-Fu/Alpha to Logo/Chrome..." +msgstr "" + +#: plug-ins/script-fu/scripts/comic-logo.scm:0 +msgid "/Script-Fu/Alpha to Logo/Comic Book..." +msgstr "" + +#: plug-ins/script-fu/scripts/coolmetal-logo.scm:0 +msgid "/Script-Fu/Alpha to Logo/Cool Metal..." +msgstr "" + +#: plug-ins/script-fu/scripts/frosty-logo.scm:0 +msgid "/Script-Fu/Alpha to Logo/Frosty..." +msgstr "" + +#: plug-ins/script-fu/scripts/glossy.scm:0 +msgid "/Script-Fu/Alpha to Logo/Glossy..." +msgstr "" + +#: plug-ins/script-fu/scripts/glowing-logo.scm:0 +msgid "/Script-Fu/Alpha to Logo/Glowing Hot..." +msgstr "" + +#: plug-ins/script-fu/scripts/gradient-bevel-logo.scm:0 +msgid "/Script-Fu/Alpha to Logo/Gradient Bevel..." +msgstr "" + +#: plug-ins/script-fu/scripts/neon-logo.scm:0 +msgid "/Script-Fu/Alpha to Logo/Neon..." +msgstr "" + +#: plug-ins/script-fu/scripts/t-o-p-logo.scm:0 +msgid "/Script-Fu/Alpha to Logo/Particle Trace..." +msgstr "" + +#: plug-ins/script-fu/scripts/starburst-logo.scm:0 +msgid "/Script-Fu/Alpha to Logo/Starburst..." +msgstr "" + +#: plug-ins/script-fu/scripts/starscape-logo.scm:0 +msgid "/Script-Fu/Alpha to Logo/Starscape..." +msgstr "" + +#: plug-ins/script-fu/scripts/textured-logo.scm:0 +msgid "/Script-Fu/Alpha to Logo/Textured..." +msgstr "" + #: plug-ins/script-fu/scripts/blend-anim.scm:0 msgid "/Script-Fu/Animators/Blend..." msgstr "" @@ -761,11 +845,6 @@ msgstr "Opacidad" msgid "Background Color" msgstr "" -#: plug-ins/script-fu/scripts/blended-logo.scm:0 -#, fuzzy -msgid "Background Gradient" -msgstr "Fondo" - #: plug-ins/script-fu/scripts/carved-logo.scm:0 #: plug-ins/script-fu/scripts/crystal-logo.scm:0 #, fuzzy @@ -870,6 +949,13 @@ msgstr "Emborronar" msgid "Border Color" msgstr "Color Verdadero" +#: plug-ins/script-fu/scripts/gradient-bevel-logo.scm:0 +#: plug-ins/script-fu/scripts/t-o-p-logo.scm:0 +#: plug-ins/script-fu/scripts/textured-logo.scm:0 +#, fuzzy +msgid "Border Size (pixels)" +msgstr "Selección de borde" + #: plug-ins/script-fu/scripts/fade-outline.scm:0 #: plug-ins/script-fu/scripts/fuzzyborder.scm:0 msgid "Border Size" @@ -995,6 +1081,11 @@ msgstr "" msgid "Create Shadow" msgstr "Sombras" +#: plug-ins/script-fu/scripts/blended-logo.scm:0 +#, fuzzy +msgid "Custom Gradient" +msgstr "Gradiente" + #: plug-ins/script-fu/scripts/gimp-headers.scm:0 #, fuzzy msgid "Dark Color" @@ -1100,6 +1191,27 @@ msgstr "Radio:" msgid "Edge Width" msgstr "Nueva anchura:" +#: plug-ins/script-fu/scripts/glowing-logo.scm:0 +msgid "Effect Size (pixels * 3)" +msgstr "" + +#: plug-ins/script-fu/scripts/starburst-logo.scm:0 +msgid "Effect Size (pixels * 30)" +msgstr "" + +#: plug-ins/script-fu/scripts/starscape-logo.scm:0 +msgid "Effect Size (pixels * 4)" +msgstr "" + +#: plug-ins/script-fu/scripts/neon-logo.scm:0 +msgid "Effect Size (pixels * 5)" +msgstr "" + +#: plug-ins/script-fu/scripts/coolmetal-logo.scm:0 +#: plug-ins/script-fu/scripts/frosty-logo.scm:0 +msgid "Effect Size (pixels)" +msgstr "" + #: plug-ins/script-fu/scripts/clothify.scm:0 #: plug-ins/script-fu/scripts/swirltile.scm:0 #, fuzzy @@ -1145,6 +1257,18 @@ msgstr "Extendido" msgid "Even/Odd" msgstr "Extendido" +#: plug-ins/script-fu/scripts/blended-logo.scm:0 +msgid "FG-BG-HSV" +msgstr "" + +#: plug-ins/script-fu/scripts/blended-logo.scm:0 +msgid "FG-BG-RGB" +msgstr "" + +#: plug-ins/script-fu/scripts/blended-logo.scm:0 +msgid "FG-Transparent" +msgstr "" + #: plug-ins/script-fu/scripts/alien-neon-logo.scm:0 msgid "Fade Away" msgstr "" @@ -1190,7 +1314,6 @@ msgstr "Rellenar con un gradiente de colores" #: plug-ins/script-fu/scripts/alien-glow-button.scm:0 #: plug-ins/script-fu/scripts/camo.scm:0 #: plug-ins/script-fu/scripts/fuzzyborder.scm:0 -#: plug-ins/script-fu/scripts/glossy.scm:0 msgid "Flatten Image" msgstr "Aplanar Imagen" @@ -1327,6 +1450,11 @@ msgstr "Color RGB" msgid "Glow Radius" msgstr "Radio:" +#: plug-ins/script-fu/scripts/alien-glow-logo.scm:0 +msgid "Glow Size (pixels * 4)" +msgstr "" + +#: plug-ins/script-fu/scripts/blended-logo.scm:0 #: plug-ins/script-fu/scripts/comic-logo.scm:0 #: plug-ins/script-fu/scripts/coolmetal-logo.scm:0 #: plug-ins/script-fu/scripts/land.scm:0 plug-ins/script-fu/scripts/lava.scm:0 @@ -1599,6 +1727,11 @@ msgstr "Nombre" msgid "Odd" msgstr "" +#: plug-ins/script-fu/scripts/blended-logo.scm:0 +#, fuzzy +msgid "Offset (pixels)" +msgstr "Desplazamiento X" + #: plug-ins/script-fu/scripts/line-nova.scm:0 #, fuzzy msgid "Offset Radius" @@ -1616,6 +1749,10 @@ msgstr "Desplazamiento X" msgid "Offset Y" msgstr "Desplazamiento" +#: plug-ins/script-fu/scripts/chrome-logo.scm:0 +msgid "Offsets (pixels * 2)" +msgstr "" + #: plug-ins/script-fu/scripts/circuit.scm:0 msgid "Oilify Mask Size" msgstr "" @@ -1702,6 +1839,7 @@ msgstr "Interfaz de Patrones" #: plug-ins/script-fu/scripts/beveled-pattern-heading.scm:0 #: plug-ins/script-fu/scripts/beveled-pattern-hrule.scm:0 #: plug-ins/script-fu/scripts/chip-away.scm:0 +#: plug-ins/script-fu/scripts/textured-logo.scm:0 msgid "Pattern" msgstr "" @@ -1931,6 +2069,14 @@ msgstr "Espaciado:" msgid "Sphere Color" msgstr "Color Verdadero" +#: plug-ins/script-fu/scripts/bovinated-logo.scm:0 +msgid "Spots density X" +msgstr "" + +#: plug-ins/script-fu/scripts/bovinated-logo.scm:0 +msgid "Spots density Y" +msgstr "" + #: plug-ins/script-fu/scripts/distress_selection.scm:0 msgid "Spread" msgstr "" @@ -2173,6 +2319,10 @@ msgstr "Anchura" msgid "Work on Copy" msgstr "" +#, fuzzy +#~ msgid "Background Gradient" +#~ msgstr "Fondo" + #, fuzzy #~ msgid "Pad Opacity [0:100]" #~ msgstr "Opacidad de Máscara:" diff --git a/po-script-fu/fi.po b/po-script-fu/fi.po index f57f9e4234..0fca698721 100644 --- a/po-script-fu/fi.po +++ b/po-script-fu/fi.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: script-fu \n" -"POT-Creation-Date: 2000-06-16 19:40+0300\n" +"POT-Creation-Date: 2000-06-06 12:41-0700\n" "PO-Revision-Date: 2000-06-16 19:40+0300\n" "Last-Translator: Ville Hautamäki \n" "Language-Team: Finnish \n" diff --git a/po-script-fu/fr.po b/po-script-fu/fr.po index 0290ef72a6..0a2415cefb 100644 --- a/po-script-fu/fr.po +++ b/po-script-fu/fr.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: Gimp 1.1.20 (script-fu)\n" -"POT-Creation-Date: 2000-05-22 11:33-0700\n" +"POT-Creation-Date: 2000-06-06 12:41-0700\n" "PO-Revision-Date: 2000-03-06 17:39+0100\n" "Last-Translator: Joaquim Fellmann \n" "Language-Team: Gnome French Team \n" @@ -210,6 +210,111 @@ msgstr "" msgid "/Script-Fu/Alchemy/Weave..." msgstr "" +#: plug-ins/script-fu/scripts/3d-outline.scm:0 +#, fuzzy +msgid "/Script-Fu/Alpha to Logo/3D Outline..." +msgstr "/Extensions/Script-Fu/Console..." + +#: plug-ins/script-fu/scripts/alien-glow-logo.scm:0 +#, fuzzy +msgid "/Script-Fu/Alpha to Logo/Alien Glow..." +msgstr "/Extensions/Script-Fu/Console..." + +#: plug-ins/script-fu/scripts/alien-neon-logo.scm:0 +#, fuzzy +msgid "/Script-Fu/Alpha to Logo/Alien Neon..." +msgstr "/Extensions/Script-Fu/Console..." + +#: plug-ins/script-fu/scripts/basic1-logo.scm:0 +#, fuzzy +msgid "/Script-Fu/Alpha to Logo/Basic I..." +msgstr "/Extensions/Script-Fu/Console..." + +#: plug-ins/script-fu/scripts/basic2-logo.scm:0 +#, fuzzy +msgid "/Script-Fu/Alpha to Logo/Basic II..." +msgstr "/Extensions/Script-Fu/Console..." + +#: plug-ins/script-fu/scripts/blended-logo.scm:0 +#, fuzzy +msgid "/Script-Fu/Alpha to Logo/Blended..." +msgstr "Sélection du fichier (Script-Fu)" + +#: plug-ins/script-fu/scripts/bovinated-logo.scm:0 +#, fuzzy +msgid "/Script-Fu/Alpha to Logo/Bovination..." +msgstr "/Extensions/Script-Fu/Console..." + +#: plug-ins/script-fu/scripts/chalk.scm:0 +#, fuzzy +msgid "/Script-Fu/Alpha to Logo/Chalk..." +msgstr "/Extensions/Script-Fu/Console..." + +#: plug-ins/script-fu/scripts/chip-away.scm:0 +#, fuzzy +msgid "/Script-Fu/Alpha to Logo/Chip Away..." +msgstr "/Extensions/Script-Fu/Console..." + +#: plug-ins/script-fu/scripts/chrome-logo.scm:0 +#, fuzzy +msgid "/Script-Fu/Alpha to Logo/Chrome..." +msgstr "Sélection du fichier (Script-Fu)" + +#: plug-ins/script-fu/scripts/comic-logo.scm:0 +#, fuzzy +msgid "/Script-Fu/Alpha to Logo/Comic Book..." +msgstr "/Extensions/Script-Fu/Console..." + +#: plug-ins/script-fu/scripts/coolmetal-logo.scm:0 +#, fuzzy +msgid "/Script-Fu/Alpha to Logo/Cool Metal..." +msgstr "/Extensions/Script-Fu/Console..." + +#: plug-ins/script-fu/scripts/frosty-logo.scm:0 +#, fuzzy +msgid "/Script-Fu/Alpha to Logo/Frosty..." +msgstr "Sélection du fichier (Script-Fu)" + +#: plug-ins/script-fu/scripts/glossy.scm:0 +#, fuzzy +msgid "/Script-Fu/Alpha to Logo/Glossy..." +msgstr "Sélection du fichier (Script-Fu)" + +#: plug-ins/script-fu/scripts/glowing-logo.scm:0 +#, fuzzy +msgid "/Script-Fu/Alpha to Logo/Glowing Hot..." +msgstr "/Extensions/Script-Fu/Console..." + +#: plug-ins/script-fu/scripts/gradient-bevel-logo.scm:0 +#, fuzzy +msgid "/Script-Fu/Alpha to Logo/Gradient Bevel..." +msgstr "/Extensions/Script-Fu/Serveur..." + +#: plug-ins/script-fu/scripts/neon-logo.scm:0 +#, fuzzy +msgid "/Script-Fu/Alpha to Logo/Neon..." +msgstr "Sélection du fichier (Script-Fu)" + +#: plug-ins/script-fu/scripts/t-o-p-logo.scm:0 +#, fuzzy +msgid "/Script-Fu/Alpha to Logo/Particle Trace..." +msgstr "/Extensions/Script-Fu/Console..." + +#: plug-ins/script-fu/scripts/starburst-logo.scm:0 +#, fuzzy +msgid "/Script-Fu/Alpha to Logo/Starburst..." +msgstr "/Extensions/Script-Fu/Serveur..." + +#: plug-ins/script-fu/scripts/starscape-logo.scm:0 +#, fuzzy +msgid "/Script-Fu/Alpha to Logo/Starscape..." +msgstr "/Extensions/Script-Fu/Serveur..." + +#: plug-ins/script-fu/scripts/textured-logo.scm:0 +#, fuzzy +msgid "/Script-Fu/Alpha to Logo/Textured..." +msgstr "Sélection du fichier (Script-Fu)" + #: plug-ins/script-fu/scripts/blend-anim.scm:0 msgid "/Script-Fu/Animators/Blend..." msgstr "" @@ -801,10 +906,6 @@ msgstr "" msgid "Background Color" msgstr "" -#: plug-ins/script-fu/scripts/blended-logo.scm:0 -msgid "Background Gradient" -msgstr "" - #: plug-ins/script-fu/scripts/carved-logo.scm:0 #: plug-ins/script-fu/scripts/crystal-logo.scm:0 msgid "Background Image" @@ -898,6 +999,12 @@ msgstr "" msgid "Border Color" msgstr "" +#: plug-ins/script-fu/scripts/gradient-bevel-logo.scm:0 +#: plug-ins/script-fu/scripts/t-o-p-logo.scm:0 +#: plug-ins/script-fu/scripts/textured-logo.scm:0 +msgid "Border Size (pixels)" +msgstr "" + #: plug-ins/script-fu/scripts/fade-outline.scm:0 #: plug-ins/script-fu/scripts/fuzzyborder.scm:0 msgid "Border Size" @@ -1017,6 +1124,10 @@ msgstr "" msgid "Create Shadow" msgstr "" +#: plug-ins/script-fu/scripts/blended-logo.scm:0 +msgid "Custom Gradient" +msgstr "" + #: plug-ins/script-fu/scripts/gimp-headers.scm:0 #, fuzzy msgid "Dark Color" @@ -1115,6 +1226,27 @@ msgstr "" msgid "Edge Width" msgstr "" +#: plug-ins/script-fu/scripts/glowing-logo.scm:0 +msgid "Effect Size (pixels * 3)" +msgstr "" + +#: plug-ins/script-fu/scripts/starburst-logo.scm:0 +msgid "Effect Size (pixels * 30)" +msgstr "" + +#: plug-ins/script-fu/scripts/starscape-logo.scm:0 +msgid "Effect Size (pixels * 4)" +msgstr "" + +#: plug-ins/script-fu/scripts/neon-logo.scm:0 +msgid "Effect Size (pixels * 5)" +msgstr "" + +#: plug-ins/script-fu/scripts/coolmetal-logo.scm:0 +#: plug-ins/script-fu/scripts/frosty-logo.scm:0 +msgid "Effect Size (pixels)" +msgstr "" + #: plug-ins/script-fu/scripts/clothify.scm:0 #: plug-ins/script-fu/scripts/swirltile.scm:0 msgid "Elevation" @@ -1155,6 +1287,18 @@ msgstr "" msgid "Even/Odd" msgstr "" +#: plug-ins/script-fu/scripts/blended-logo.scm:0 +msgid "FG-BG-HSV" +msgstr "" + +#: plug-ins/script-fu/scripts/blended-logo.scm:0 +msgid "FG-BG-RGB" +msgstr "" + +#: plug-ins/script-fu/scripts/blended-logo.scm:0 +msgid "FG-Transparent" +msgstr "" + #: plug-ins/script-fu/scripts/alien-neon-logo.scm:0 msgid "Fade Away" msgstr "" @@ -1194,7 +1338,6 @@ msgstr "" #: plug-ins/script-fu/scripts/alien-glow-button.scm:0 #: plug-ins/script-fu/scripts/camo.scm:0 #: plug-ins/script-fu/scripts/fuzzyborder.scm:0 -#: plug-ins/script-fu/scripts/glossy.scm:0 msgid "Flatten Image" msgstr "" @@ -1327,6 +1470,11 @@ msgstr "Fermer" msgid "Glow Radius" msgstr "" +#: plug-ins/script-fu/scripts/alien-glow-logo.scm:0 +msgid "Glow Size (pixels * 4)" +msgstr "" + +#: plug-ins/script-fu/scripts/blended-logo.scm:0 #: plug-ins/script-fu/scripts/comic-logo.scm:0 #: plug-ins/script-fu/scripts/coolmetal-logo.scm:0 #: plug-ins/script-fu/scripts/land.scm:0 plug-ins/script-fu/scripts/lava.scm:0 @@ -1577,6 +1725,10 @@ msgstr "" msgid "Odd" msgstr "" +#: plug-ins/script-fu/scripts/blended-logo.scm:0 +msgid "Offset (pixels)" +msgstr "" + #: plug-ins/script-fu/scripts/line-nova.scm:0 msgid "Offset Radius" msgstr "" @@ -1591,6 +1743,10 @@ msgstr "" msgid "Offset Y" msgstr "" +#: plug-ins/script-fu/scripts/chrome-logo.scm:0 +msgid "Offsets (pixels * 2)" +msgstr "" + #: plug-ins/script-fu/scripts/circuit.scm:0 msgid "Oilify Mask Size" msgstr "" @@ -1671,6 +1827,7 @@ msgstr "" #: plug-ins/script-fu/scripts/beveled-pattern-heading.scm:0 #: plug-ins/script-fu/scripts/beveled-pattern-hrule.scm:0 #: plug-ins/script-fu/scripts/chip-away.scm:0 +#: plug-ins/script-fu/scripts/textured-logo.scm:0 msgid "Pattern" msgstr "" @@ -1878,6 +2035,14 @@ msgstr "" msgid "Sphere Color" msgstr "" +#: plug-ins/script-fu/scripts/bovinated-logo.scm:0 +msgid "Spots density X" +msgstr "" + +#: plug-ins/script-fu/scripts/bovinated-logo.scm:0 +msgid "Spots density Y" +msgstr "" + #: plug-ins/script-fu/scripts/distress_selection.scm:0 msgid "Spread" msgstr "" diff --git a/po-script-fu/hu.po b/po-script-fu/hu.po index ee81b88f43..4af0f1dd0e 100644 --- a/po-script-fu/hu.po +++ b/po-script-fu/hu.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2000-05-22 11:33-0700\n" +"POT-Creation-Date: 2000-06-06 12:41-0700\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -207,6 +207,90 @@ msgstr "" msgid "/Script-Fu/Alchemy/Weave..." msgstr "" +#: plug-ins/script-fu/scripts/3d-outline.scm:0 +msgid "/Script-Fu/Alpha to Logo/3D Outline..." +msgstr "" + +#: plug-ins/script-fu/scripts/alien-glow-logo.scm:0 +msgid "/Script-Fu/Alpha to Logo/Alien Glow..." +msgstr "" + +#: plug-ins/script-fu/scripts/alien-neon-logo.scm:0 +msgid "/Script-Fu/Alpha to Logo/Alien Neon..." +msgstr "" + +#: plug-ins/script-fu/scripts/basic1-logo.scm:0 +msgid "/Script-Fu/Alpha to Logo/Basic I..." +msgstr "" + +#: plug-ins/script-fu/scripts/basic2-logo.scm:0 +msgid "/Script-Fu/Alpha to Logo/Basic II..." +msgstr "" + +#: plug-ins/script-fu/scripts/blended-logo.scm:0 +msgid "/Script-Fu/Alpha to Logo/Blended..." +msgstr "" + +#: plug-ins/script-fu/scripts/bovinated-logo.scm:0 +msgid "/Script-Fu/Alpha to Logo/Bovination..." +msgstr "" + +#: plug-ins/script-fu/scripts/chalk.scm:0 +msgid "/Script-Fu/Alpha to Logo/Chalk..." +msgstr "" + +#: plug-ins/script-fu/scripts/chip-away.scm:0 +msgid "/Script-Fu/Alpha to Logo/Chip Away..." +msgstr "" + +#: plug-ins/script-fu/scripts/chrome-logo.scm:0 +msgid "/Script-Fu/Alpha to Logo/Chrome..." +msgstr "" + +#: plug-ins/script-fu/scripts/comic-logo.scm:0 +msgid "/Script-Fu/Alpha to Logo/Comic Book..." +msgstr "" + +#: plug-ins/script-fu/scripts/coolmetal-logo.scm:0 +msgid "/Script-Fu/Alpha to Logo/Cool Metal..." +msgstr "" + +#: plug-ins/script-fu/scripts/frosty-logo.scm:0 +msgid "/Script-Fu/Alpha to Logo/Frosty..." +msgstr "" + +#: plug-ins/script-fu/scripts/glossy.scm:0 +msgid "/Script-Fu/Alpha to Logo/Glossy..." +msgstr "" + +#: plug-ins/script-fu/scripts/glowing-logo.scm:0 +msgid "/Script-Fu/Alpha to Logo/Glowing Hot..." +msgstr "" + +#: plug-ins/script-fu/scripts/gradient-bevel-logo.scm:0 +msgid "/Script-Fu/Alpha to Logo/Gradient Bevel..." +msgstr "" + +#: plug-ins/script-fu/scripts/neon-logo.scm:0 +msgid "/Script-Fu/Alpha to Logo/Neon..." +msgstr "" + +#: plug-ins/script-fu/scripts/t-o-p-logo.scm:0 +msgid "/Script-Fu/Alpha to Logo/Particle Trace..." +msgstr "" + +#: plug-ins/script-fu/scripts/starburst-logo.scm:0 +msgid "/Script-Fu/Alpha to Logo/Starburst..." +msgstr "" + +#: plug-ins/script-fu/scripts/starscape-logo.scm:0 +msgid "/Script-Fu/Alpha to Logo/Starscape..." +msgstr "" + +#: plug-ins/script-fu/scripts/textured-logo.scm:0 +msgid "/Script-Fu/Alpha to Logo/Textured..." +msgstr "" + #: plug-ins/script-fu/scripts/blend-anim.scm:0 msgid "/Script-Fu/Animators/Blend..." msgstr "" @@ -734,10 +818,6 @@ msgstr "" msgid "Background Color" msgstr "" -#: plug-ins/script-fu/scripts/blended-logo.scm:0 -msgid "Background Gradient" -msgstr "" - #: plug-ins/script-fu/scripts/carved-logo.scm:0 #: plug-ins/script-fu/scripts/crystal-logo.scm:0 msgid "Background Image" @@ -830,6 +910,12 @@ msgstr "" msgid "Border Color" msgstr "" +#: plug-ins/script-fu/scripts/gradient-bevel-logo.scm:0 +#: plug-ins/script-fu/scripts/t-o-p-logo.scm:0 +#: plug-ins/script-fu/scripts/textured-logo.scm:0 +msgid "Border Size (pixels)" +msgstr "" + #: plug-ins/script-fu/scripts/fade-outline.scm:0 #: plug-ins/script-fu/scripts/fuzzyborder.scm:0 msgid "Border Size" @@ -943,6 +1029,10 @@ msgstr "" msgid "Create Shadow" msgstr "" +#: plug-ins/script-fu/scripts/blended-logo.scm:0 +msgid "Custom Gradient" +msgstr "" + #: plug-ins/script-fu/scripts/gimp-headers.scm:0 msgid "Dark Color" msgstr "" @@ -1039,6 +1129,27 @@ msgstr "" msgid "Edge Width" msgstr "" +#: plug-ins/script-fu/scripts/glowing-logo.scm:0 +msgid "Effect Size (pixels * 3)" +msgstr "" + +#: plug-ins/script-fu/scripts/starburst-logo.scm:0 +msgid "Effect Size (pixels * 30)" +msgstr "" + +#: plug-ins/script-fu/scripts/starscape-logo.scm:0 +msgid "Effect Size (pixels * 4)" +msgstr "" + +#: plug-ins/script-fu/scripts/neon-logo.scm:0 +msgid "Effect Size (pixels * 5)" +msgstr "" + +#: plug-ins/script-fu/scripts/coolmetal-logo.scm:0 +#: plug-ins/script-fu/scripts/frosty-logo.scm:0 +msgid "Effect Size (pixels)" +msgstr "" + #: plug-ins/script-fu/scripts/clothify.scm:0 #: plug-ins/script-fu/scripts/swirltile.scm:0 msgid "Elevation" @@ -1079,6 +1190,18 @@ msgstr "" msgid "Even/Odd" msgstr "" +#: plug-ins/script-fu/scripts/blended-logo.scm:0 +msgid "FG-BG-HSV" +msgstr "" + +#: plug-ins/script-fu/scripts/blended-logo.scm:0 +msgid "FG-BG-RGB" +msgstr "" + +#: plug-ins/script-fu/scripts/blended-logo.scm:0 +msgid "FG-Transparent" +msgstr "" + #: plug-ins/script-fu/scripts/alien-neon-logo.scm:0 msgid "Fade Away" msgstr "" @@ -1118,7 +1241,6 @@ msgstr "" #: plug-ins/script-fu/scripts/alien-glow-button.scm:0 #: plug-ins/script-fu/scripts/camo.scm:0 #: plug-ins/script-fu/scripts/fuzzyborder.scm:0 -#: plug-ins/script-fu/scripts/glossy.scm:0 msgid "Flatten Image" msgstr "" @@ -1247,6 +1369,11 @@ msgstr "" msgid "Glow Radius" msgstr "" +#: plug-ins/script-fu/scripts/alien-glow-logo.scm:0 +msgid "Glow Size (pixels * 4)" +msgstr "" + +#: plug-ins/script-fu/scripts/blended-logo.scm:0 #: plug-ins/script-fu/scripts/comic-logo.scm:0 #: plug-ins/script-fu/scripts/coolmetal-logo.scm:0 #: plug-ins/script-fu/scripts/land.scm:0 plug-ins/script-fu/scripts/lava.scm:0 @@ -1491,6 +1618,10 @@ msgstr "" msgid "Odd" msgstr "" +#: plug-ins/script-fu/scripts/blended-logo.scm:0 +msgid "Offset (pixels)" +msgstr "" + #: plug-ins/script-fu/scripts/line-nova.scm:0 msgid "Offset Radius" msgstr "" @@ -1505,6 +1636,10 @@ msgstr "" msgid "Offset Y" msgstr "" +#: plug-ins/script-fu/scripts/chrome-logo.scm:0 +msgid "Offsets (pixels * 2)" +msgstr "" + #: plug-ins/script-fu/scripts/circuit.scm:0 msgid "Oilify Mask Size" msgstr "" @@ -1584,6 +1719,7 @@ msgstr "" #: plug-ins/script-fu/scripts/beveled-pattern-heading.scm:0 #: plug-ins/script-fu/scripts/beveled-pattern-hrule.scm:0 #: plug-ins/script-fu/scripts/chip-away.scm:0 +#: plug-ins/script-fu/scripts/textured-logo.scm:0 msgid "Pattern" msgstr "" @@ -1790,6 +1926,14 @@ msgstr "" msgid "Sphere Color" msgstr "" +#: plug-ins/script-fu/scripts/bovinated-logo.scm:0 +msgid "Spots density X" +msgstr "" + +#: plug-ins/script-fu/scripts/bovinated-logo.scm:0 +msgid "Spots density Y" +msgstr "" + #: plug-ins/script-fu/scripts/distress_selection.scm:0 msgid "Spread" msgstr "" diff --git a/po-script-fu/it.po b/po-script-fu/it.po index b1bb60d58c..e99ff4f56c 100644 --- a/po-script-fu/it.po +++ b/po-script-fu/it.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: gimp 1.1.18\n" -"POT-Creation-Date: 2000-06-07 09:53+0200\n" +"POT-Creation-Date: 2000-06-06 12:41-0700\n" "PO-Revision-Date: sab giu 10 03:02:00 EDT 2000\n" "Last-Translator: Daniele Medri \n" "Language-Team: gimp.linux.it\n" diff --git a/po-script-fu/ja.po b/po-script-fu/ja.po index 67b105365f..1aa54f410f 100644 --- a/po-script-fu/ja.po +++ b/po-script-fu/ja.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: gimp 1.1.24\n" -"POT-Creation-Date: 2000-06-17 19:06+0900\n" +"POT-Creation-Date: 2000-06-06 12:41-0700\n" "PO-Revision-Date: 2000-06-17 19:23+09:00\n" "Last-Translator: Çòºê ÂÙ¹° \n" "Language-Team: Japanese \n" diff --git a/po-script-fu/ko.po b/po-script-fu/ko.po index 7416cdbaf8..d4cc77a85d 100644 --- a/po-script-fu/ko.po +++ b/po-script-fu/ko.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2000-05-22 11:33-0700\n" +"POT-Creation-Date: 2000-06-06 12:41-0700\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -220,6 +220,111 @@ msgstr "" msgid "/Script-Fu/Alchemy/Weave..." msgstr "" +#: plug-ins/script-fu/scripts/3d-outline.scm:0 +#, fuzzy +msgid "/Script-Fu/Alpha to Logo/3D Outline..." +msgstr "Script-Fu ÄܼÖ" + +#: plug-ins/script-fu/scripts/alien-glow-logo.scm:0 +#, fuzzy +msgid "/Script-Fu/Alpha to Logo/Alien Glow..." +msgstr "Script-Fu ÄܼÖ" + +#: plug-ins/script-fu/scripts/alien-neon-logo.scm:0 +#, fuzzy +msgid "/Script-Fu/Alpha to Logo/Alien Neon..." +msgstr "Script-Fu ÄܼÖ" + +#: plug-ins/script-fu/scripts/basic1-logo.scm:0 +#, fuzzy +msgid "/Script-Fu/Alpha to Logo/Basic I..." +msgstr "Script-Fu ÄܼÖ" + +#: plug-ins/script-fu/scripts/basic2-logo.scm:0 +#, fuzzy +msgid "/Script-Fu/Alpha to Logo/Basic II..." +msgstr "Script-Fu ÄܼÖ" + +#: plug-ins/script-fu/scripts/blended-logo.scm:0 +#, fuzzy +msgid "/Script-Fu/Alpha to Logo/Blended..." +msgstr "Script-Fu ÆÄÀÏ ¼¿·º¼Ç" + +#: plug-ins/script-fu/scripts/bovinated-logo.scm:0 +#, fuzzy +msgid "/Script-Fu/Alpha to Logo/Bovination..." +msgstr "Script-Fu ÄܼÖ" + +#: plug-ins/script-fu/scripts/chalk.scm:0 +#, fuzzy +msgid "/Script-Fu/Alpha to Logo/Chalk..." +msgstr "Script-Fu ÄܼÖ" + +#: plug-ins/script-fu/scripts/chip-away.scm:0 +#, fuzzy +msgid "/Script-Fu/Alpha to Logo/Chip Away..." +msgstr "Script-Fu ÄܼÖ" + +#: plug-ins/script-fu/scripts/chrome-logo.scm:0 +#, fuzzy +msgid "/Script-Fu/Alpha to Logo/Chrome..." +msgstr "Script-Fu ÆÄÀÏ ¼¿·º¼Ç" + +#: plug-ins/script-fu/scripts/comic-logo.scm:0 +#, fuzzy +msgid "/Script-Fu/Alpha to Logo/Comic Book..." +msgstr "Script-Fu ÄܼÖ" + +#: plug-ins/script-fu/scripts/coolmetal-logo.scm:0 +#, fuzzy +msgid "/Script-Fu/Alpha to Logo/Cool Metal..." +msgstr "Script-Fu ÄܼÖ" + +#: plug-ins/script-fu/scripts/frosty-logo.scm:0 +#, fuzzy +msgid "/Script-Fu/Alpha to Logo/Frosty..." +msgstr "Script-Fu ÆÄÀÏ ¼¿·º¼Ç" + +#: plug-ins/script-fu/scripts/glossy.scm:0 +#, fuzzy +msgid "/Script-Fu/Alpha to Logo/Glossy..." +msgstr "Script-Fu ÆÄÀÏ ¼¿·º¼Ç" + +#: plug-ins/script-fu/scripts/glowing-logo.scm:0 +#, fuzzy +msgid "/Script-Fu/Alpha to Logo/Glowing Hot..." +msgstr "Script-Fu ÄܼÖ" + +#: plug-ins/script-fu/scripts/gradient-bevel-logo.scm:0 +#, fuzzy +msgid "/Script-Fu/Alpha to Logo/Gradient Bevel..." +msgstr "Script-Fu ÄܼÖ" + +#: plug-ins/script-fu/scripts/neon-logo.scm:0 +#, fuzzy +msgid "/Script-Fu/Alpha to Logo/Neon..." +msgstr "Script-Fu ÆÄÀÏ ¼¿·º¼Ç" + +#: plug-ins/script-fu/scripts/t-o-p-logo.scm:0 +#, fuzzy +msgid "/Script-Fu/Alpha to Logo/Particle Trace..." +msgstr "Script-Fu ÄܼÖ" + +#: plug-ins/script-fu/scripts/starburst-logo.scm:0 +#, fuzzy +msgid "/Script-Fu/Alpha to Logo/Starburst..." +msgstr "Script-Fu ÄܼÖ" + +#: plug-ins/script-fu/scripts/starscape-logo.scm:0 +#, fuzzy +msgid "/Script-Fu/Alpha to Logo/Starscape..." +msgstr "Script-Fu ÄܼÖ" + +#: plug-ins/script-fu/scripts/textured-logo.scm:0 +#, fuzzy +msgid "/Script-Fu/Alpha to Logo/Textured..." +msgstr "Script-Fu ÆÄÀÏ ¼¿·º¼Ç" + #: plug-ins/script-fu/scripts/blend-anim.scm:0 msgid "/Script-Fu/Animators/Blend..." msgstr "" @@ -810,10 +915,6 @@ msgstr "" msgid "Background Color" msgstr "" -#: plug-ins/script-fu/scripts/blended-logo.scm:0 -msgid "Background Gradient" -msgstr "" - #: plug-ins/script-fu/scripts/carved-logo.scm:0 #: plug-ins/script-fu/scripts/crystal-logo.scm:0 msgid "Background Image" @@ -907,6 +1008,12 @@ msgstr "" msgid "Border Color" msgstr "" +#: plug-ins/script-fu/scripts/gradient-bevel-logo.scm:0 +#: plug-ins/script-fu/scripts/t-o-p-logo.scm:0 +#: plug-ins/script-fu/scripts/textured-logo.scm:0 +msgid "Border Size (pixels)" +msgstr "" + #: plug-ins/script-fu/scripts/fade-outline.scm:0 #: plug-ins/script-fu/scripts/fuzzyborder.scm:0 msgid "Border Size" @@ -1026,6 +1133,10 @@ msgstr "" msgid "Create Shadow" msgstr "" +#: plug-ins/script-fu/scripts/blended-logo.scm:0 +msgid "Custom Gradient" +msgstr "" + #: plug-ins/script-fu/scripts/gimp-headers.scm:0 #, fuzzy msgid "Dark Color" @@ -1124,6 +1235,27 @@ msgstr "" msgid "Edge Width" msgstr "" +#: plug-ins/script-fu/scripts/glowing-logo.scm:0 +msgid "Effect Size (pixels * 3)" +msgstr "" + +#: plug-ins/script-fu/scripts/starburst-logo.scm:0 +msgid "Effect Size (pixels * 30)" +msgstr "" + +#: plug-ins/script-fu/scripts/starscape-logo.scm:0 +msgid "Effect Size (pixels * 4)" +msgstr "" + +#: plug-ins/script-fu/scripts/neon-logo.scm:0 +msgid "Effect Size (pixels * 5)" +msgstr "" + +#: plug-ins/script-fu/scripts/coolmetal-logo.scm:0 +#: plug-ins/script-fu/scripts/frosty-logo.scm:0 +msgid "Effect Size (pixels)" +msgstr "" + #: plug-ins/script-fu/scripts/clothify.scm:0 #: plug-ins/script-fu/scripts/swirltile.scm:0 msgid "Elevation" @@ -1164,6 +1296,18 @@ msgstr "" msgid "Even/Odd" msgstr "" +#: plug-ins/script-fu/scripts/blended-logo.scm:0 +msgid "FG-BG-HSV" +msgstr "" + +#: plug-ins/script-fu/scripts/blended-logo.scm:0 +msgid "FG-BG-RGB" +msgstr "" + +#: plug-ins/script-fu/scripts/blended-logo.scm:0 +msgid "FG-Transparent" +msgstr "" + #: plug-ins/script-fu/scripts/alien-neon-logo.scm:0 msgid "Fade Away" msgstr "" @@ -1203,7 +1347,6 @@ msgstr "" #: plug-ins/script-fu/scripts/alien-glow-button.scm:0 #: plug-ins/script-fu/scripts/camo.scm:0 #: plug-ins/script-fu/scripts/fuzzyborder.scm:0 -#: plug-ins/script-fu/scripts/glossy.scm:0 msgid "Flatten Image" msgstr "" @@ -1336,6 +1479,11 @@ msgstr " msgid "Glow Radius" msgstr "" +#: plug-ins/script-fu/scripts/alien-glow-logo.scm:0 +msgid "Glow Size (pixels * 4)" +msgstr "" + +#: plug-ins/script-fu/scripts/blended-logo.scm:0 #: plug-ins/script-fu/scripts/comic-logo.scm:0 #: plug-ins/script-fu/scripts/coolmetal-logo.scm:0 #: plug-ins/script-fu/scripts/land.scm:0 plug-ins/script-fu/scripts/lava.scm:0 @@ -1586,6 +1734,10 @@ msgstr "" msgid "Odd" msgstr "" +#: plug-ins/script-fu/scripts/blended-logo.scm:0 +msgid "Offset (pixels)" +msgstr "" + #: plug-ins/script-fu/scripts/line-nova.scm:0 msgid "Offset Radius" msgstr "" @@ -1600,6 +1752,10 @@ msgstr "" msgid "Offset Y" msgstr "" +#: plug-ins/script-fu/scripts/chrome-logo.scm:0 +msgid "Offsets (pixels * 2)" +msgstr "" + #: plug-ins/script-fu/scripts/circuit.scm:0 msgid "Oilify Mask Size" msgstr "" @@ -1680,6 +1836,7 @@ msgstr "" #: plug-ins/script-fu/scripts/beveled-pattern-heading.scm:0 #: plug-ins/script-fu/scripts/beveled-pattern-hrule.scm:0 #: plug-ins/script-fu/scripts/chip-away.scm:0 +#: plug-ins/script-fu/scripts/textured-logo.scm:0 msgid "Pattern" msgstr "" @@ -1887,6 +2044,14 @@ msgstr "" msgid "Sphere Color" msgstr "" +#: plug-ins/script-fu/scripts/bovinated-logo.scm:0 +msgid "Spots density X" +msgstr "" + +#: plug-ins/script-fu/scripts/bovinated-logo.scm:0 +msgid "Spots density Y" +msgstr "" + #: plug-ins/script-fu/scripts/distress_selection.scm:0 msgid "Spread" msgstr "" diff --git a/po-script-fu/nl.po b/po-script-fu/nl.po index ee81b88f43..4af0f1dd0e 100644 --- a/po-script-fu/nl.po +++ b/po-script-fu/nl.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2000-05-22 11:33-0700\n" +"POT-Creation-Date: 2000-06-06 12:41-0700\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -207,6 +207,90 @@ msgstr "" msgid "/Script-Fu/Alchemy/Weave..." msgstr "" +#: plug-ins/script-fu/scripts/3d-outline.scm:0 +msgid "/Script-Fu/Alpha to Logo/3D Outline..." +msgstr "" + +#: plug-ins/script-fu/scripts/alien-glow-logo.scm:0 +msgid "/Script-Fu/Alpha to Logo/Alien Glow..." +msgstr "" + +#: plug-ins/script-fu/scripts/alien-neon-logo.scm:0 +msgid "/Script-Fu/Alpha to Logo/Alien Neon..." +msgstr "" + +#: plug-ins/script-fu/scripts/basic1-logo.scm:0 +msgid "/Script-Fu/Alpha to Logo/Basic I..." +msgstr "" + +#: plug-ins/script-fu/scripts/basic2-logo.scm:0 +msgid "/Script-Fu/Alpha to Logo/Basic II..." +msgstr "" + +#: plug-ins/script-fu/scripts/blended-logo.scm:0 +msgid "/Script-Fu/Alpha to Logo/Blended..." +msgstr "" + +#: plug-ins/script-fu/scripts/bovinated-logo.scm:0 +msgid "/Script-Fu/Alpha to Logo/Bovination..." +msgstr "" + +#: plug-ins/script-fu/scripts/chalk.scm:0 +msgid "/Script-Fu/Alpha to Logo/Chalk..." +msgstr "" + +#: plug-ins/script-fu/scripts/chip-away.scm:0 +msgid "/Script-Fu/Alpha to Logo/Chip Away..." +msgstr "" + +#: plug-ins/script-fu/scripts/chrome-logo.scm:0 +msgid "/Script-Fu/Alpha to Logo/Chrome..." +msgstr "" + +#: plug-ins/script-fu/scripts/comic-logo.scm:0 +msgid "/Script-Fu/Alpha to Logo/Comic Book..." +msgstr "" + +#: plug-ins/script-fu/scripts/coolmetal-logo.scm:0 +msgid "/Script-Fu/Alpha to Logo/Cool Metal..." +msgstr "" + +#: plug-ins/script-fu/scripts/frosty-logo.scm:0 +msgid "/Script-Fu/Alpha to Logo/Frosty..." +msgstr "" + +#: plug-ins/script-fu/scripts/glossy.scm:0 +msgid "/Script-Fu/Alpha to Logo/Glossy..." +msgstr "" + +#: plug-ins/script-fu/scripts/glowing-logo.scm:0 +msgid "/Script-Fu/Alpha to Logo/Glowing Hot..." +msgstr "" + +#: plug-ins/script-fu/scripts/gradient-bevel-logo.scm:0 +msgid "/Script-Fu/Alpha to Logo/Gradient Bevel..." +msgstr "" + +#: plug-ins/script-fu/scripts/neon-logo.scm:0 +msgid "/Script-Fu/Alpha to Logo/Neon..." +msgstr "" + +#: plug-ins/script-fu/scripts/t-o-p-logo.scm:0 +msgid "/Script-Fu/Alpha to Logo/Particle Trace..." +msgstr "" + +#: plug-ins/script-fu/scripts/starburst-logo.scm:0 +msgid "/Script-Fu/Alpha to Logo/Starburst..." +msgstr "" + +#: plug-ins/script-fu/scripts/starscape-logo.scm:0 +msgid "/Script-Fu/Alpha to Logo/Starscape..." +msgstr "" + +#: plug-ins/script-fu/scripts/textured-logo.scm:0 +msgid "/Script-Fu/Alpha to Logo/Textured..." +msgstr "" + #: plug-ins/script-fu/scripts/blend-anim.scm:0 msgid "/Script-Fu/Animators/Blend..." msgstr "" @@ -734,10 +818,6 @@ msgstr "" msgid "Background Color" msgstr "" -#: plug-ins/script-fu/scripts/blended-logo.scm:0 -msgid "Background Gradient" -msgstr "" - #: plug-ins/script-fu/scripts/carved-logo.scm:0 #: plug-ins/script-fu/scripts/crystal-logo.scm:0 msgid "Background Image" @@ -830,6 +910,12 @@ msgstr "" msgid "Border Color" msgstr "" +#: plug-ins/script-fu/scripts/gradient-bevel-logo.scm:0 +#: plug-ins/script-fu/scripts/t-o-p-logo.scm:0 +#: plug-ins/script-fu/scripts/textured-logo.scm:0 +msgid "Border Size (pixels)" +msgstr "" + #: plug-ins/script-fu/scripts/fade-outline.scm:0 #: plug-ins/script-fu/scripts/fuzzyborder.scm:0 msgid "Border Size" @@ -943,6 +1029,10 @@ msgstr "" msgid "Create Shadow" msgstr "" +#: plug-ins/script-fu/scripts/blended-logo.scm:0 +msgid "Custom Gradient" +msgstr "" + #: plug-ins/script-fu/scripts/gimp-headers.scm:0 msgid "Dark Color" msgstr "" @@ -1039,6 +1129,27 @@ msgstr "" msgid "Edge Width" msgstr "" +#: plug-ins/script-fu/scripts/glowing-logo.scm:0 +msgid "Effect Size (pixels * 3)" +msgstr "" + +#: plug-ins/script-fu/scripts/starburst-logo.scm:0 +msgid "Effect Size (pixels * 30)" +msgstr "" + +#: plug-ins/script-fu/scripts/starscape-logo.scm:0 +msgid "Effect Size (pixels * 4)" +msgstr "" + +#: plug-ins/script-fu/scripts/neon-logo.scm:0 +msgid "Effect Size (pixels * 5)" +msgstr "" + +#: plug-ins/script-fu/scripts/coolmetal-logo.scm:0 +#: plug-ins/script-fu/scripts/frosty-logo.scm:0 +msgid "Effect Size (pixels)" +msgstr "" + #: plug-ins/script-fu/scripts/clothify.scm:0 #: plug-ins/script-fu/scripts/swirltile.scm:0 msgid "Elevation" @@ -1079,6 +1190,18 @@ msgstr "" msgid "Even/Odd" msgstr "" +#: plug-ins/script-fu/scripts/blended-logo.scm:0 +msgid "FG-BG-HSV" +msgstr "" + +#: plug-ins/script-fu/scripts/blended-logo.scm:0 +msgid "FG-BG-RGB" +msgstr "" + +#: plug-ins/script-fu/scripts/blended-logo.scm:0 +msgid "FG-Transparent" +msgstr "" + #: plug-ins/script-fu/scripts/alien-neon-logo.scm:0 msgid "Fade Away" msgstr "" @@ -1118,7 +1241,6 @@ msgstr "" #: plug-ins/script-fu/scripts/alien-glow-button.scm:0 #: plug-ins/script-fu/scripts/camo.scm:0 #: plug-ins/script-fu/scripts/fuzzyborder.scm:0 -#: plug-ins/script-fu/scripts/glossy.scm:0 msgid "Flatten Image" msgstr "" @@ -1247,6 +1369,11 @@ msgstr "" msgid "Glow Radius" msgstr "" +#: plug-ins/script-fu/scripts/alien-glow-logo.scm:0 +msgid "Glow Size (pixels * 4)" +msgstr "" + +#: plug-ins/script-fu/scripts/blended-logo.scm:0 #: plug-ins/script-fu/scripts/comic-logo.scm:0 #: plug-ins/script-fu/scripts/coolmetal-logo.scm:0 #: plug-ins/script-fu/scripts/land.scm:0 plug-ins/script-fu/scripts/lava.scm:0 @@ -1491,6 +1618,10 @@ msgstr "" msgid "Odd" msgstr "" +#: plug-ins/script-fu/scripts/blended-logo.scm:0 +msgid "Offset (pixels)" +msgstr "" + #: plug-ins/script-fu/scripts/line-nova.scm:0 msgid "Offset Radius" msgstr "" @@ -1505,6 +1636,10 @@ msgstr "" msgid "Offset Y" msgstr "" +#: plug-ins/script-fu/scripts/chrome-logo.scm:0 +msgid "Offsets (pixels * 2)" +msgstr "" + #: plug-ins/script-fu/scripts/circuit.scm:0 msgid "Oilify Mask Size" msgstr "" @@ -1584,6 +1719,7 @@ msgstr "" #: plug-ins/script-fu/scripts/beveled-pattern-heading.scm:0 #: plug-ins/script-fu/scripts/beveled-pattern-hrule.scm:0 #: plug-ins/script-fu/scripts/chip-away.scm:0 +#: plug-ins/script-fu/scripts/textured-logo.scm:0 msgid "Pattern" msgstr "" @@ -1790,6 +1926,14 @@ msgstr "" msgid "Sphere Color" msgstr "" +#: plug-ins/script-fu/scripts/bovinated-logo.scm:0 +msgid "Spots density X" +msgstr "" + +#: plug-ins/script-fu/scripts/bovinated-logo.scm:0 +msgid "Spots density Y" +msgstr "" + #: plug-ins/script-fu/scripts/distress_selection.scm:0 msgid "Spread" msgstr "" diff --git a/po-script-fu/no.po b/po-script-fu/no.po index 71d812daf1..a38d03cd70 100644 --- a/po-script-fu/no.po +++ b/po-script-fu/no.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: script-fu \n" -"POT-Creation-Date: 2000-05-22 11:33-0700\n" +"POT-Creation-Date: 2000-06-06 12:41-0700\n" "PO-Revision-Date: 2000-05-13 01:47+02:00\n" "Last-Translator: Kjartan Maraas \n" "Language-Team: Norwegian \n" @@ -211,6 +211,111 @@ msgstr "" msgid "/Script-Fu/Alchemy/Weave..." msgstr "" +#: plug-ins/script-fu/scripts/3d-outline.scm:0 +#, fuzzy +msgid "/Script-Fu/Alpha to Logo/3D Outline..." +msgstr "/Utvidelser/Script-Fu/Konsoll..." + +#: plug-ins/script-fu/scripts/alien-glow-logo.scm:0 +#, fuzzy +msgid "/Script-Fu/Alpha to Logo/Alien Glow..." +msgstr "/Utvidelser/Script-Fu/Konsoll..." + +#: plug-ins/script-fu/scripts/alien-neon-logo.scm:0 +#, fuzzy +msgid "/Script-Fu/Alpha to Logo/Alien Neon..." +msgstr "/Utvidelser/Script-Fu/Konsoll..." + +#: plug-ins/script-fu/scripts/basic1-logo.scm:0 +#, fuzzy +msgid "/Script-Fu/Alpha to Logo/Basic I..." +msgstr "/Utvidelser/Script-Fu/Konsoll..." + +#: plug-ins/script-fu/scripts/basic2-logo.scm:0 +#, fuzzy +msgid "/Script-Fu/Alpha to Logo/Basic II..." +msgstr "/Utvidelser/Script-Fu/Konsoll..." + +#: plug-ins/script-fu/scripts/blended-logo.scm:0 +#, fuzzy +msgid "/Script-Fu/Alpha to Logo/Blended..." +msgstr "Script-Fu filvalg" + +#: plug-ins/script-fu/scripts/bovinated-logo.scm:0 +#, fuzzy +msgid "/Script-Fu/Alpha to Logo/Bovination..." +msgstr "/Utvidelser/Script-Fu/Konsoll..." + +#: plug-ins/script-fu/scripts/chalk.scm:0 +#, fuzzy +msgid "/Script-Fu/Alpha to Logo/Chalk..." +msgstr "/Utvidelser/Script-Fu/Konsoll..." + +#: plug-ins/script-fu/scripts/chip-away.scm:0 +#, fuzzy +msgid "/Script-Fu/Alpha to Logo/Chip Away..." +msgstr "/Utvidelser/Script-Fu/Konsoll..." + +#: plug-ins/script-fu/scripts/chrome-logo.scm:0 +#, fuzzy +msgid "/Script-Fu/Alpha to Logo/Chrome..." +msgstr "Script-Fu filvalg" + +#: plug-ins/script-fu/scripts/comic-logo.scm:0 +#, fuzzy +msgid "/Script-Fu/Alpha to Logo/Comic Book..." +msgstr "/Utvidelser/Script-Fu/Konsoll..." + +#: plug-ins/script-fu/scripts/coolmetal-logo.scm:0 +#, fuzzy +msgid "/Script-Fu/Alpha to Logo/Cool Metal..." +msgstr "/Utvidelser/Script-Fu/Konsoll..." + +#: plug-ins/script-fu/scripts/frosty-logo.scm:0 +#, fuzzy +msgid "/Script-Fu/Alpha to Logo/Frosty..." +msgstr "Script-Fu filvalg" + +#: plug-ins/script-fu/scripts/glossy.scm:0 +#, fuzzy +msgid "/Script-Fu/Alpha to Logo/Glossy..." +msgstr "Script-Fu filvalg" + +#: plug-ins/script-fu/scripts/glowing-logo.scm:0 +#, fuzzy +msgid "/Script-Fu/Alpha to Logo/Glowing Hot..." +msgstr "/Utvidelser/Script-Fu/Konsoll..." + +#: plug-ins/script-fu/scripts/gradient-bevel-logo.scm:0 +#, fuzzy +msgid "/Script-Fu/Alpha to Logo/Gradient Bevel..." +msgstr "/Utvidelser/Script-Fu/Tjener..." + +#: plug-ins/script-fu/scripts/neon-logo.scm:0 +#, fuzzy +msgid "/Script-Fu/Alpha to Logo/Neon..." +msgstr "Script-Fu filvalg" + +#: plug-ins/script-fu/scripts/t-o-p-logo.scm:0 +#, fuzzy +msgid "/Script-Fu/Alpha to Logo/Particle Trace..." +msgstr "/Utvidelser/Script-Fu/Konsoll..." + +#: plug-ins/script-fu/scripts/starburst-logo.scm:0 +#, fuzzy +msgid "/Script-Fu/Alpha to Logo/Starburst..." +msgstr "/Utvidelser/Script-Fu/Tjener..." + +#: plug-ins/script-fu/scripts/starscape-logo.scm:0 +#, fuzzy +msgid "/Script-Fu/Alpha to Logo/Starscape..." +msgstr "/Utvidelser/Script-Fu/Tjener..." + +#: plug-ins/script-fu/scripts/textured-logo.scm:0 +#, fuzzy +msgid "/Script-Fu/Alpha to Logo/Textured..." +msgstr "Script-Fu filvalg" + #: plug-ins/script-fu/scripts/blend-anim.scm:0 msgid "/Script-Fu/Animators/Blend..." msgstr "" @@ -803,11 +908,6 @@ msgstr "" msgid "Background Color" msgstr "Bakgrunnsfarge" -#: plug-ins/script-fu/scripts/blended-logo.scm:0 -#, fuzzy -msgid "Background Gradient" -msgstr "Bakgrunnsbilde" - #: plug-ins/script-fu/scripts/carved-logo.scm:0 #: plug-ins/script-fu/scripts/crystal-logo.scm:0 msgid "Background Image" @@ -903,6 +1003,13 @@ msgstr "Blur Y" msgid "Border Color" msgstr "Kantfarge" +#: plug-ins/script-fu/scripts/gradient-bevel-logo.scm:0 +#: plug-ins/script-fu/scripts/t-o-p-logo.scm:0 +#: plug-ins/script-fu/scripts/textured-logo.scm:0 +#, fuzzy +msgid "Border Size (pixels)" +msgstr "Cellestørrelse (piksler)" + #: plug-ins/script-fu/scripts/fade-outline.scm:0 #: plug-ins/script-fu/scripts/fuzzyborder.scm:0 msgid "Border Size" @@ -1017,6 +1124,11 @@ msgstr "Opprett nytt bilde" msgid "Create Shadow" msgstr "Lag skygge" +#: plug-ins/script-fu/scripts/blended-logo.scm:0 +#, fuzzy +msgid "Custom Gradient" +msgstr "Gradient" + #: plug-ins/script-fu/scripts/gimp-headers.scm:0 msgid "Dark Color" msgstr "Mørk farge" @@ -1119,6 +1231,32 @@ msgstr "Kantradius" msgid "Edge Width" msgstr "Kantbredde" +#: plug-ins/script-fu/scripts/glowing-logo.scm:0 +#, fuzzy +msgid "Effect Size (pixels * 3)" +msgstr "Cellestørrelse (piksler)" + +#: plug-ins/script-fu/scripts/starburst-logo.scm:0 +#, fuzzy +msgid "Effect Size (pixels * 30)" +msgstr "Cellestørrelse (piksler)" + +#: plug-ins/script-fu/scripts/starscape-logo.scm:0 +#, fuzzy +msgid "Effect Size (pixels * 4)" +msgstr "Cellestørrelse (piksler)" + +#: plug-ins/script-fu/scripts/neon-logo.scm:0 +#, fuzzy +msgid "Effect Size (pixels * 5)" +msgstr "Cellestørrelse (piksler)" + +#: plug-ins/script-fu/scripts/coolmetal-logo.scm:0 +#: plug-ins/script-fu/scripts/frosty-logo.scm:0 +#, fuzzy +msgid "Effect Size (pixels)" +msgstr "Cellestørrelse (piksler)" + #: plug-ins/script-fu/scripts/clothify.scm:0 #: plug-ins/script-fu/scripts/swirltile.scm:0 msgid "Elevation" @@ -1170,6 +1308,19 @@ msgstr "" msgid "Even/Odd" msgstr "" +#: plug-ins/script-fu/scripts/blended-logo.scm:0 +msgid "FG-BG-HSV" +msgstr "" + +#: plug-ins/script-fu/scripts/blended-logo.scm:0 +msgid "FG-BG-RGB" +msgstr "" + +#: plug-ins/script-fu/scripts/blended-logo.scm:0 +#, fuzzy +msgid "FG-Transparent" +msgstr "Behold bakgrunn" + #: plug-ins/script-fu/scripts/alien-neon-logo.scm:0 msgid "Fade Away" msgstr "" @@ -1210,7 +1361,6 @@ msgstr "" #: plug-ins/script-fu/scripts/alien-glow-button.scm:0 #: plug-ins/script-fu/scripts/camo.scm:0 #: plug-ins/script-fu/scripts/fuzzyborder.scm:0 -#: plug-ins/script-fu/scripts/glossy.scm:0 #, fuzzy msgid "Flatten Image" msgstr "Opprett nytt bilde" @@ -1341,6 +1491,12 @@ msgstr "Farge for gl msgid "Glow Radius" msgstr "Radius" +#: plug-ins/script-fu/scripts/alien-glow-logo.scm:0 +#, fuzzy +msgid "Glow Size (pixels * 4)" +msgstr "Cellestørrelse (piksler)" + +#: plug-ins/script-fu/scripts/blended-logo.scm:0 #: plug-ins/script-fu/scripts/comic-logo.scm:0 #: plug-ins/script-fu/scripts/coolmetal-logo.scm:0 #: plug-ins/script-fu/scripts/land.scm:0 plug-ins/script-fu/scripts/lava.scm:0 @@ -1596,6 +1752,11 @@ msgstr "" msgid "Odd" msgstr "" +#: plug-ins/script-fu/scripts/blended-logo.scm:0 +#, fuzzy +msgid "Offset (pixels)" +msgstr "Radius (piksler)" + #: plug-ins/script-fu/scripts/line-nova.scm:0 #, fuzzy msgid "Offset Radius" @@ -1613,6 +1774,10 @@ msgstr "Radius" msgid "Offset Y" msgstr "Radius" +#: plug-ins/script-fu/scripts/chrome-logo.scm:0 +msgid "Offsets (pixels * 2)" +msgstr "" + #: plug-ins/script-fu/scripts/circuit.scm:0 #, fuzzy msgid "Oilify Mask Size" @@ -1702,6 +1867,7 @@ msgstr "M #: plug-ins/script-fu/scripts/beveled-pattern-heading.scm:0 #: plug-ins/script-fu/scripts/beveled-pattern-hrule.scm:0 #: plug-ins/script-fu/scripts/chip-away.scm:0 +#: plug-ins/script-fu/scripts/textured-logo.scm:0 msgid "Pattern" msgstr "Mønster" @@ -1923,6 +2089,14 @@ msgstr "Mellomrom" msgid "Sphere Color" msgstr "Farge på sfære" +#: plug-ins/script-fu/scripts/bovinated-logo.scm:0 +msgid "Spots density X" +msgstr "" + +#: plug-ins/script-fu/scripts/bovinated-logo.scm:0 +msgid "Spots density Y" +msgstr "" + #: plug-ins/script-fu/scripts/distress_selection.scm:0 msgid "Spread" msgstr "Spreding" @@ -2159,3 +2333,7 @@ msgstr "Bredde" #: plug-ins/script-fu/scripts/spinning_globe.scm:0 msgid "Work on Copy" msgstr "Jobb med kopi" + +#, fuzzy +#~ msgid "Background Gradient" +#~ msgstr "Bakgrunnsbilde" diff --git a/po-script-fu/pl.po b/po-script-fu/pl.po index 6b42158830..21d842c5f8 100644 --- a/po-script-fu/pl.po +++ b/po-script-fu/pl.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: gimp-script-fu 1.1.23\n" -"POT-Creation-Date: 2000-05-22 11:33-0700\n" +"POT-Creation-Date: 2000-06-06 12:41-0700\n" "PO-Revision-Date: 1999-11-06 19:21+0200\n" "Last-Translator: Artur Polaczyñski \n" "Language-Team: Polish \n" @@ -209,6 +209,111 @@ msgstr "" msgid "/Script-Fu/Alchemy/Weave..." msgstr "" +#: plug-ins/script-fu/scripts/3d-outline.scm:0 +#, fuzzy +msgid "/Script-Fu/Alpha to Logo/3D Outline..." +msgstr "/Zaznacz/Zaokr±gl..." + +#: plug-ins/script-fu/scripts/alien-glow-logo.scm:0 +#, fuzzy +msgid "/Script-Fu/Alpha to Logo/Alien Glow..." +msgstr "/Xtns/Script-Fu/Konsola..." + +#: plug-ins/script-fu/scripts/alien-neon-logo.scm:0 +#, fuzzy +msgid "/Script-Fu/Alpha to Logo/Alien Neon..." +msgstr "/Xtns/Script-Fu/Konsola..." + +#: plug-ins/script-fu/scripts/basic1-logo.scm:0 +#, fuzzy +msgid "/Script-Fu/Alpha to Logo/Basic I..." +msgstr "/Script-Fu/Animacja/Fale..." + +#: plug-ins/script-fu/scripts/basic2-logo.scm:0 +#, fuzzy +msgid "/Script-Fu/Alpha to Logo/Basic II..." +msgstr "/Script-Fu/Animacja/Fale..." + +#: plug-ins/script-fu/scripts/blended-logo.scm:0 +#, fuzzy +msgid "/Script-Fu/Alpha to Logo/Blended..." +msgstr "/Filtry/Zniekszta³cenia/Slajd..." + +#: plug-ins/script-fu/scripts/bovinated-logo.scm:0 +#, fuzzy +msgid "/Script-Fu/Alpha to Logo/Bovination..." +msgstr "/Xtns/Script-Fu/Konsola..." + +#: plug-ins/script-fu/scripts/chalk.scm:0 +#, fuzzy +msgid "/Script-Fu/Alpha to Logo/Chalk..." +msgstr "/Script-Fu/Animacja/Fale..." + +#: plug-ins/script-fu/scripts/chip-away.scm:0 +#, fuzzy +msgid "/Script-Fu/Alpha to Logo/Chip Away..." +msgstr "/Xtns/Script-Fu/Konsola..." + +#: plug-ins/script-fu/scripts/chrome-logo.scm:0 +#, fuzzy +msgid "/Script-Fu/Alpha to Logo/Chrome..." +msgstr "/Script-Fu/Alchemy/Predator..." + +#: plug-ins/script-fu/scripts/comic-logo.scm:0 +#, fuzzy +msgid "/Script-Fu/Alpha to Logo/Comic Book..." +msgstr "/Xtns/Script-Fu/Konsola..." + +#: plug-ins/script-fu/scripts/coolmetal-logo.scm:0 +#, fuzzy +msgid "/Script-Fu/Alpha to Logo/Cool Metal..." +msgstr "/Xtns/Script-Fu/Konsola..." + +#: plug-ins/script-fu/scripts/frosty-logo.scm:0 +#, fuzzy +msgid "/Script-Fu/Alpha to Logo/Frosty..." +msgstr "/Script-Fu/Alchemy/Predator..." + +#: plug-ins/script-fu/scripts/glossy.scm:0 +#, fuzzy +msgid "/Script-Fu/Alpha to Logo/Glossy..." +msgstr "/Script-Fu/Animacja/Fale..." + +#: plug-ins/script-fu/scripts/glowing-logo.scm:0 +#, fuzzy +msgid "/Script-Fu/Alpha to Logo/Glowing Hot..." +msgstr "/Xtns/Script-Fu/Konsola..." + +#: plug-ins/script-fu/scripts/gradient-bevel-logo.scm:0 +#, fuzzy +msgid "/Script-Fu/Alpha to Logo/Gradient Bevel..." +msgstr "/Xtns/Script-Fu/Serwer..." + +#: plug-ins/script-fu/scripts/neon-logo.scm:0 +#, fuzzy +msgid "/Script-Fu/Alpha to Logo/Neon..." +msgstr "/Script-Fu/Animacja/Fale..." + +#: plug-ins/script-fu/scripts/t-o-p-logo.scm:0 +#, fuzzy +msgid "/Script-Fu/Alpha to Logo/Particle Trace..." +msgstr "/Xtns/Script-Fu/Konsola..." + +#: plug-ins/script-fu/scripts/starburst-logo.scm:0 +#, fuzzy +msgid "/Script-Fu/Alpha to Logo/Starburst..." +msgstr "/Script-Fu/Animacja/Fale..." + +#: plug-ins/script-fu/scripts/starscape-logo.scm:0 +#, fuzzy +msgid "/Script-Fu/Alpha to Logo/Starscape..." +msgstr "/Script-Fu/Animacja/Fale..." + +#: plug-ins/script-fu/scripts/textured-logo.scm:0 +#, fuzzy +msgid "/Script-Fu/Alpha to Logo/Textured..." +msgstr "/Script-Fu/Alchemy/Predator..." + #: plug-ins/script-fu/scripts/blend-anim.scm:0 msgid "/Script-Fu/Animators/Blend..." msgstr "" @@ -803,10 +908,6 @@ msgstr "Nieprzepuszczalno msgid "Background Color" msgstr "Kolor t³a" -#: plug-ins/script-fu/scripts/blended-logo.scm:0 -msgid "Background Gradient" -msgstr "Gradient t³a" - #: plug-ins/script-fu/scripts/carved-logo.scm:0 #: plug-ins/script-fu/scripts/crystal-logo.scm:0 msgid "Background Image" @@ -909,6 +1010,13 @@ msgstr "Rozmycie Y" msgid "Border Color" msgstr "Kolor" +#: plug-ins/script-fu/scripts/gradient-bevel-logo.scm:0 +#: plug-ins/script-fu/scripts/t-o-p-logo.scm:0 +#: plug-ins/script-fu/scripts/textured-logo.scm:0 +#, fuzzy +msgid "Border Size (pixels)" +msgstr "Rozmiar oczka(piksele)" + #: plug-ins/script-fu/scripts/fade-outline.scm:0 #: plug-ins/script-fu/scripts/fuzzyborder.scm:0 msgid "Border Size" @@ -1034,6 +1142,11 @@ msgstr "Utw msgid "Create Shadow" msgstr "Utwórz cieñ" +#: plug-ins/script-fu/scripts/blended-logo.scm:0 +#, fuzzy +msgid "Custom Gradient" +msgstr "Gradient" + #: plug-ins/script-fu/scripts/gimp-headers.scm:0 #, fuzzy msgid "Dark Color" @@ -1147,6 +1260,32 @@ msgstr "Promie msgid "Edge Width" msgstr "Nowa szeroko¶æ:" +#: plug-ins/script-fu/scripts/glowing-logo.scm:0 +#, fuzzy +msgid "Effect Size (pixels * 3)" +msgstr "Rozmiar oczka(piksele)" + +#: plug-ins/script-fu/scripts/starburst-logo.scm:0 +#, fuzzy +msgid "Effect Size (pixels * 30)" +msgstr "Rozmiar oczka(piksele)" + +#: plug-ins/script-fu/scripts/starscape-logo.scm:0 +#, fuzzy +msgid "Effect Size (pixels * 4)" +msgstr "Rozmiar oczka(piksele)" + +#: plug-ins/script-fu/scripts/neon-logo.scm:0 +#, fuzzy +msgid "Effect Size (pixels * 5)" +msgstr "Rozmiar oczka(piksele)" + +#: plug-ins/script-fu/scripts/coolmetal-logo.scm:0 +#: plug-ins/script-fu/scripts/frosty-logo.scm:0 +#, fuzzy +msgid "Effect Size (pixels)" +msgstr "Rozmiar oczka(piksele)" + #: plug-ins/script-fu/scripts/clothify.scm:0 #: plug-ins/script-fu/scripts/swirltile.scm:0 #, fuzzy @@ -1192,6 +1331,19 @@ msgstr "Rozszerzone" msgid "Even/Odd" msgstr "Rozszerzone" +#: plug-ins/script-fu/scripts/blended-logo.scm:0 +msgid "FG-BG-HSV" +msgstr "" + +#: plug-ins/script-fu/scripts/blended-logo.scm:0 +msgid "FG-BG-RGB" +msgstr "" + +#: plug-ins/script-fu/scripts/blended-logo.scm:0 +#, fuzzy +msgid "FG-Transparent" +msgstr "Prze¼roczyste t³o" + #: plug-ins/script-fu/scripts/alien-neon-logo.scm:0 msgid "Fade Away" msgstr "" @@ -1235,7 +1387,6 @@ msgstr " #: plug-ins/script-fu/scripts/alien-glow-button.scm:0 #: plug-ins/script-fu/scripts/camo.scm:0 #: plug-ins/script-fu/scripts/fuzzyborder.scm:0 -#: plug-ins/script-fu/scripts/glossy.scm:0 msgid "Flatten Image" msgstr "Sp³aszcz obraz" @@ -1372,6 +1523,12 @@ msgstr "Poka msgid "Glow Radius" msgstr "Promieñ rozmycia" +#: plug-ins/script-fu/scripts/alien-glow-logo.scm:0 +#, fuzzy +msgid "Glow Size (pixels * 4)" +msgstr "Rozmiar oczka(piksele)" + +#: plug-ins/script-fu/scripts/blended-logo.scm:0 #: plug-ins/script-fu/scripts/comic-logo.scm:0 #: plug-ins/script-fu/scripts/coolmetal-logo.scm:0 #: plug-ins/script-fu/scripts/land.scm:0 plug-ins/script-fu/scripts/lava.scm:0 @@ -1653,6 +1810,11 @@ msgstr "Numer" msgid "Odd" msgstr "" +#: plug-ins/script-fu/scripts/blended-logo.scm:0 +#, fuzzy +msgid "Offset (pixels)" +msgstr "piksele" + #: plug-ins/script-fu/scripts/line-nova.scm:0 #, fuzzy msgid "Offset Radius" @@ -1668,6 +1830,10 @@ msgstr "Przesuni msgid "Offset Y" msgstr "Przesuniêcie Y" +#: plug-ins/script-fu/scripts/chrome-logo.scm:0 +msgid "Offsets (pixels * 2)" +msgstr "" + #: plug-ins/script-fu/scripts/circuit.scm:0 #, fuzzy msgid "Oilify Mask Size" @@ -1760,6 +1926,7 @@ msgstr "Typ palety" #: plug-ins/script-fu/scripts/beveled-pattern-heading.scm:0 #: plug-ins/script-fu/scripts/beveled-pattern-hrule.scm:0 #: plug-ins/script-fu/scripts/chip-away.scm:0 +#: plug-ins/script-fu/scripts/textured-logo.scm:0 msgid "Pattern" msgstr "Wzór" @@ -1996,6 +2163,14 @@ msgstr "Odst msgid "Sphere Color" msgstr "Wybór koloru filmu" +#: plug-ins/script-fu/scripts/bovinated-logo.scm:0 +msgid "Spots density X" +msgstr "" + +#: plug-ins/script-fu/scripts/bovinated-logo.scm:0 +msgid "Spots density Y" +msgstr "" + #: plug-ins/script-fu/scripts/distress_selection.scm:0 #, fuzzy msgid "Spread" @@ -2241,6 +2416,9 @@ msgstr "Szeroko msgid "Work on Copy" msgstr "Pracuj na kopii" +#~ msgid "Background Gradient" +#~ msgstr "Gradient t³a" + #, fuzzy #~ msgid "Granularity (0 - 15)" #~ msgstr "Tylko szary" diff --git a/po-script-fu/ru.po b/po-script-fu/ru.po index 506d2c7643..1f6fac9d41 100644 --- a/po-script-fu/ru.po +++ b/po-script-fu/ru.po @@ -4,7 +4,7 @@ msgid "" msgstr "" "Project-Id-Version: 1.1.18\n" -"POT-Creation-Date: 2000-06-11 00:23+0000\n" +"POT-Creation-Date: 2000-06-06 12:41-0700\n" "PO-Revision-Date: 2000-06-11 01:35+00:00\n" "Last-Translator: Valek Filippov \n" "Language-Team: Russian \n" diff --git a/po-script-fu/sk.po b/po-script-fu/sk.po index ee81b88f43..4af0f1dd0e 100644 --- a/po-script-fu/sk.po +++ b/po-script-fu/sk.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2000-05-22 11:33-0700\n" +"POT-Creation-Date: 2000-06-06 12:41-0700\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -207,6 +207,90 @@ msgstr "" msgid "/Script-Fu/Alchemy/Weave..." msgstr "" +#: plug-ins/script-fu/scripts/3d-outline.scm:0 +msgid "/Script-Fu/Alpha to Logo/3D Outline..." +msgstr "" + +#: plug-ins/script-fu/scripts/alien-glow-logo.scm:0 +msgid "/Script-Fu/Alpha to Logo/Alien Glow..." +msgstr "" + +#: plug-ins/script-fu/scripts/alien-neon-logo.scm:0 +msgid "/Script-Fu/Alpha to Logo/Alien Neon..." +msgstr "" + +#: plug-ins/script-fu/scripts/basic1-logo.scm:0 +msgid "/Script-Fu/Alpha to Logo/Basic I..." +msgstr "" + +#: plug-ins/script-fu/scripts/basic2-logo.scm:0 +msgid "/Script-Fu/Alpha to Logo/Basic II..." +msgstr "" + +#: plug-ins/script-fu/scripts/blended-logo.scm:0 +msgid "/Script-Fu/Alpha to Logo/Blended..." +msgstr "" + +#: plug-ins/script-fu/scripts/bovinated-logo.scm:0 +msgid "/Script-Fu/Alpha to Logo/Bovination..." +msgstr "" + +#: plug-ins/script-fu/scripts/chalk.scm:0 +msgid "/Script-Fu/Alpha to Logo/Chalk..." +msgstr "" + +#: plug-ins/script-fu/scripts/chip-away.scm:0 +msgid "/Script-Fu/Alpha to Logo/Chip Away..." +msgstr "" + +#: plug-ins/script-fu/scripts/chrome-logo.scm:0 +msgid "/Script-Fu/Alpha to Logo/Chrome..." +msgstr "" + +#: plug-ins/script-fu/scripts/comic-logo.scm:0 +msgid "/Script-Fu/Alpha to Logo/Comic Book..." +msgstr "" + +#: plug-ins/script-fu/scripts/coolmetal-logo.scm:0 +msgid "/Script-Fu/Alpha to Logo/Cool Metal..." +msgstr "" + +#: plug-ins/script-fu/scripts/frosty-logo.scm:0 +msgid "/Script-Fu/Alpha to Logo/Frosty..." +msgstr "" + +#: plug-ins/script-fu/scripts/glossy.scm:0 +msgid "/Script-Fu/Alpha to Logo/Glossy..." +msgstr "" + +#: plug-ins/script-fu/scripts/glowing-logo.scm:0 +msgid "/Script-Fu/Alpha to Logo/Glowing Hot..." +msgstr "" + +#: plug-ins/script-fu/scripts/gradient-bevel-logo.scm:0 +msgid "/Script-Fu/Alpha to Logo/Gradient Bevel..." +msgstr "" + +#: plug-ins/script-fu/scripts/neon-logo.scm:0 +msgid "/Script-Fu/Alpha to Logo/Neon..." +msgstr "" + +#: plug-ins/script-fu/scripts/t-o-p-logo.scm:0 +msgid "/Script-Fu/Alpha to Logo/Particle Trace..." +msgstr "" + +#: plug-ins/script-fu/scripts/starburst-logo.scm:0 +msgid "/Script-Fu/Alpha to Logo/Starburst..." +msgstr "" + +#: plug-ins/script-fu/scripts/starscape-logo.scm:0 +msgid "/Script-Fu/Alpha to Logo/Starscape..." +msgstr "" + +#: plug-ins/script-fu/scripts/textured-logo.scm:0 +msgid "/Script-Fu/Alpha to Logo/Textured..." +msgstr "" + #: plug-ins/script-fu/scripts/blend-anim.scm:0 msgid "/Script-Fu/Animators/Blend..." msgstr "" @@ -734,10 +818,6 @@ msgstr "" msgid "Background Color" msgstr "" -#: plug-ins/script-fu/scripts/blended-logo.scm:0 -msgid "Background Gradient" -msgstr "" - #: plug-ins/script-fu/scripts/carved-logo.scm:0 #: plug-ins/script-fu/scripts/crystal-logo.scm:0 msgid "Background Image" @@ -830,6 +910,12 @@ msgstr "" msgid "Border Color" msgstr "" +#: plug-ins/script-fu/scripts/gradient-bevel-logo.scm:0 +#: plug-ins/script-fu/scripts/t-o-p-logo.scm:0 +#: plug-ins/script-fu/scripts/textured-logo.scm:0 +msgid "Border Size (pixels)" +msgstr "" + #: plug-ins/script-fu/scripts/fade-outline.scm:0 #: plug-ins/script-fu/scripts/fuzzyborder.scm:0 msgid "Border Size" @@ -943,6 +1029,10 @@ msgstr "" msgid "Create Shadow" msgstr "" +#: plug-ins/script-fu/scripts/blended-logo.scm:0 +msgid "Custom Gradient" +msgstr "" + #: plug-ins/script-fu/scripts/gimp-headers.scm:0 msgid "Dark Color" msgstr "" @@ -1039,6 +1129,27 @@ msgstr "" msgid "Edge Width" msgstr "" +#: plug-ins/script-fu/scripts/glowing-logo.scm:0 +msgid "Effect Size (pixels * 3)" +msgstr "" + +#: plug-ins/script-fu/scripts/starburst-logo.scm:0 +msgid "Effect Size (pixels * 30)" +msgstr "" + +#: plug-ins/script-fu/scripts/starscape-logo.scm:0 +msgid "Effect Size (pixels * 4)" +msgstr "" + +#: plug-ins/script-fu/scripts/neon-logo.scm:0 +msgid "Effect Size (pixels * 5)" +msgstr "" + +#: plug-ins/script-fu/scripts/coolmetal-logo.scm:0 +#: plug-ins/script-fu/scripts/frosty-logo.scm:0 +msgid "Effect Size (pixels)" +msgstr "" + #: plug-ins/script-fu/scripts/clothify.scm:0 #: plug-ins/script-fu/scripts/swirltile.scm:0 msgid "Elevation" @@ -1079,6 +1190,18 @@ msgstr "" msgid "Even/Odd" msgstr "" +#: plug-ins/script-fu/scripts/blended-logo.scm:0 +msgid "FG-BG-HSV" +msgstr "" + +#: plug-ins/script-fu/scripts/blended-logo.scm:0 +msgid "FG-BG-RGB" +msgstr "" + +#: plug-ins/script-fu/scripts/blended-logo.scm:0 +msgid "FG-Transparent" +msgstr "" + #: plug-ins/script-fu/scripts/alien-neon-logo.scm:0 msgid "Fade Away" msgstr "" @@ -1118,7 +1241,6 @@ msgstr "" #: plug-ins/script-fu/scripts/alien-glow-button.scm:0 #: plug-ins/script-fu/scripts/camo.scm:0 #: plug-ins/script-fu/scripts/fuzzyborder.scm:0 -#: plug-ins/script-fu/scripts/glossy.scm:0 msgid "Flatten Image" msgstr "" @@ -1247,6 +1369,11 @@ msgstr "" msgid "Glow Radius" msgstr "" +#: plug-ins/script-fu/scripts/alien-glow-logo.scm:0 +msgid "Glow Size (pixels * 4)" +msgstr "" + +#: plug-ins/script-fu/scripts/blended-logo.scm:0 #: plug-ins/script-fu/scripts/comic-logo.scm:0 #: plug-ins/script-fu/scripts/coolmetal-logo.scm:0 #: plug-ins/script-fu/scripts/land.scm:0 plug-ins/script-fu/scripts/lava.scm:0 @@ -1491,6 +1618,10 @@ msgstr "" msgid "Odd" msgstr "" +#: plug-ins/script-fu/scripts/blended-logo.scm:0 +msgid "Offset (pixels)" +msgstr "" + #: plug-ins/script-fu/scripts/line-nova.scm:0 msgid "Offset Radius" msgstr "" @@ -1505,6 +1636,10 @@ msgstr "" msgid "Offset Y" msgstr "" +#: plug-ins/script-fu/scripts/chrome-logo.scm:0 +msgid "Offsets (pixels * 2)" +msgstr "" + #: plug-ins/script-fu/scripts/circuit.scm:0 msgid "Oilify Mask Size" msgstr "" @@ -1584,6 +1719,7 @@ msgstr "" #: plug-ins/script-fu/scripts/beveled-pattern-heading.scm:0 #: plug-ins/script-fu/scripts/beveled-pattern-hrule.scm:0 #: plug-ins/script-fu/scripts/chip-away.scm:0 +#: plug-ins/script-fu/scripts/textured-logo.scm:0 msgid "Pattern" msgstr "" @@ -1790,6 +1926,14 @@ msgstr "" msgid "Sphere Color" msgstr "" +#: plug-ins/script-fu/scripts/bovinated-logo.scm:0 +msgid "Spots density X" +msgstr "" + +#: plug-ins/script-fu/scripts/bovinated-logo.scm:0 +msgid "Spots density Y" +msgstr "" + #: plug-ins/script-fu/scripts/distress_selection.scm:0 msgid "Spread" msgstr "" diff --git a/po-script-fu/sv.po b/po-script-fu/sv.po index 286bca6783..46be79ecb8 100644 --- a/po-script-fu/sv.po +++ b/po-script-fu/sv.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2000-05-22 11:33-0700\n" +"POT-Creation-Date: 2000-06-06 12:41-0700\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -209,6 +209,90 @@ msgstr "" msgid "/Script-Fu/Alchemy/Weave..." msgstr "" +#: plug-ins/script-fu/scripts/3d-outline.scm:0 +msgid "/Script-Fu/Alpha to Logo/3D Outline..." +msgstr "" + +#: plug-ins/script-fu/scripts/alien-glow-logo.scm:0 +msgid "/Script-Fu/Alpha to Logo/Alien Glow..." +msgstr "" + +#: plug-ins/script-fu/scripts/alien-neon-logo.scm:0 +msgid "/Script-Fu/Alpha to Logo/Alien Neon..." +msgstr "" + +#: plug-ins/script-fu/scripts/basic1-logo.scm:0 +msgid "/Script-Fu/Alpha to Logo/Basic I..." +msgstr "" + +#: plug-ins/script-fu/scripts/basic2-logo.scm:0 +msgid "/Script-Fu/Alpha to Logo/Basic II..." +msgstr "" + +#: plug-ins/script-fu/scripts/blended-logo.scm:0 +msgid "/Script-Fu/Alpha to Logo/Blended..." +msgstr "" + +#: plug-ins/script-fu/scripts/bovinated-logo.scm:0 +msgid "/Script-Fu/Alpha to Logo/Bovination..." +msgstr "" + +#: plug-ins/script-fu/scripts/chalk.scm:0 +msgid "/Script-Fu/Alpha to Logo/Chalk..." +msgstr "" + +#: plug-ins/script-fu/scripts/chip-away.scm:0 +msgid "/Script-Fu/Alpha to Logo/Chip Away..." +msgstr "" + +#: plug-ins/script-fu/scripts/chrome-logo.scm:0 +msgid "/Script-Fu/Alpha to Logo/Chrome..." +msgstr "" + +#: plug-ins/script-fu/scripts/comic-logo.scm:0 +msgid "/Script-Fu/Alpha to Logo/Comic Book..." +msgstr "" + +#: plug-ins/script-fu/scripts/coolmetal-logo.scm:0 +msgid "/Script-Fu/Alpha to Logo/Cool Metal..." +msgstr "" + +#: plug-ins/script-fu/scripts/frosty-logo.scm:0 +msgid "/Script-Fu/Alpha to Logo/Frosty..." +msgstr "" + +#: plug-ins/script-fu/scripts/glossy.scm:0 +msgid "/Script-Fu/Alpha to Logo/Glossy..." +msgstr "" + +#: plug-ins/script-fu/scripts/glowing-logo.scm:0 +msgid "/Script-Fu/Alpha to Logo/Glowing Hot..." +msgstr "" + +#: plug-ins/script-fu/scripts/gradient-bevel-logo.scm:0 +msgid "/Script-Fu/Alpha to Logo/Gradient Bevel..." +msgstr "" + +#: plug-ins/script-fu/scripts/neon-logo.scm:0 +msgid "/Script-Fu/Alpha to Logo/Neon..." +msgstr "" + +#: plug-ins/script-fu/scripts/t-o-p-logo.scm:0 +msgid "/Script-Fu/Alpha to Logo/Particle Trace..." +msgstr "" + +#: plug-ins/script-fu/scripts/starburst-logo.scm:0 +msgid "/Script-Fu/Alpha to Logo/Starburst..." +msgstr "" + +#: plug-ins/script-fu/scripts/starscape-logo.scm:0 +msgid "/Script-Fu/Alpha to Logo/Starscape..." +msgstr "" + +#: plug-ins/script-fu/scripts/textured-logo.scm:0 +msgid "/Script-Fu/Alpha to Logo/Textured..." +msgstr "" + #: plug-ins/script-fu/scripts/blend-anim.scm:0 msgid "/Script-Fu/Animators/Blend..." msgstr "" @@ -736,10 +820,6 @@ msgstr "" msgid "Background Color" msgstr "" -#: plug-ins/script-fu/scripts/blended-logo.scm:0 -msgid "Background Gradient" -msgstr "" - #: plug-ins/script-fu/scripts/carved-logo.scm:0 #: plug-ins/script-fu/scripts/crystal-logo.scm:0 msgid "Background Image" @@ -832,6 +912,12 @@ msgstr "" msgid "Border Color" msgstr "" +#: plug-ins/script-fu/scripts/gradient-bevel-logo.scm:0 +#: plug-ins/script-fu/scripts/t-o-p-logo.scm:0 +#: plug-ins/script-fu/scripts/textured-logo.scm:0 +msgid "Border Size (pixels)" +msgstr "" + #: plug-ins/script-fu/scripts/fade-outline.scm:0 #: plug-ins/script-fu/scripts/fuzzyborder.scm:0 msgid "Border Size" @@ -945,6 +1031,10 @@ msgstr "" msgid "Create Shadow" msgstr "" +#: plug-ins/script-fu/scripts/blended-logo.scm:0 +msgid "Custom Gradient" +msgstr "" + #: plug-ins/script-fu/scripts/gimp-headers.scm:0 msgid "Dark Color" msgstr "" @@ -1041,6 +1131,27 @@ msgstr "" msgid "Edge Width" msgstr "" +#: plug-ins/script-fu/scripts/glowing-logo.scm:0 +msgid "Effect Size (pixels * 3)" +msgstr "" + +#: plug-ins/script-fu/scripts/starburst-logo.scm:0 +msgid "Effect Size (pixels * 30)" +msgstr "" + +#: plug-ins/script-fu/scripts/starscape-logo.scm:0 +msgid "Effect Size (pixels * 4)" +msgstr "" + +#: plug-ins/script-fu/scripts/neon-logo.scm:0 +msgid "Effect Size (pixels * 5)" +msgstr "" + +#: plug-ins/script-fu/scripts/coolmetal-logo.scm:0 +#: plug-ins/script-fu/scripts/frosty-logo.scm:0 +msgid "Effect Size (pixels)" +msgstr "" + #: plug-ins/script-fu/scripts/clothify.scm:0 #: plug-ins/script-fu/scripts/swirltile.scm:0 msgid "Elevation" @@ -1081,6 +1192,18 @@ msgstr "" msgid "Even/Odd" msgstr "" +#: plug-ins/script-fu/scripts/blended-logo.scm:0 +msgid "FG-BG-HSV" +msgstr "" + +#: plug-ins/script-fu/scripts/blended-logo.scm:0 +msgid "FG-BG-RGB" +msgstr "" + +#: plug-ins/script-fu/scripts/blended-logo.scm:0 +msgid "FG-Transparent" +msgstr "" + #: plug-ins/script-fu/scripts/alien-neon-logo.scm:0 msgid "Fade Away" msgstr "" @@ -1120,7 +1243,6 @@ msgstr "" #: plug-ins/script-fu/scripts/alien-glow-button.scm:0 #: plug-ins/script-fu/scripts/camo.scm:0 #: plug-ins/script-fu/scripts/fuzzyborder.scm:0 -#: plug-ins/script-fu/scripts/glossy.scm:0 msgid "Flatten Image" msgstr "" @@ -1250,6 +1372,11 @@ msgstr "" msgid "Glow Radius" msgstr "" +#: plug-ins/script-fu/scripts/alien-glow-logo.scm:0 +msgid "Glow Size (pixels * 4)" +msgstr "" + +#: plug-ins/script-fu/scripts/blended-logo.scm:0 #: plug-ins/script-fu/scripts/comic-logo.scm:0 #: plug-ins/script-fu/scripts/coolmetal-logo.scm:0 #: plug-ins/script-fu/scripts/land.scm:0 plug-ins/script-fu/scripts/lava.scm:0 @@ -1498,6 +1625,10 @@ msgstr "" msgid "Odd" msgstr "" +#: plug-ins/script-fu/scripts/blended-logo.scm:0 +msgid "Offset (pixels)" +msgstr "" + #: plug-ins/script-fu/scripts/line-nova.scm:0 msgid "Offset Radius" msgstr "" @@ -1512,6 +1643,10 @@ msgstr "" msgid "Offset Y" msgstr "" +#: plug-ins/script-fu/scripts/chrome-logo.scm:0 +msgid "Offsets (pixels * 2)" +msgstr "" + #: plug-ins/script-fu/scripts/circuit.scm:0 msgid "Oilify Mask Size" msgstr "" @@ -1591,6 +1726,7 @@ msgstr "" #: plug-ins/script-fu/scripts/beveled-pattern-heading.scm:0 #: plug-ins/script-fu/scripts/beveled-pattern-hrule.scm:0 #: plug-ins/script-fu/scripts/chip-away.scm:0 +#: plug-ins/script-fu/scripts/textured-logo.scm:0 msgid "Pattern" msgstr "" @@ -1798,6 +1934,14 @@ msgstr "" msgid "Sphere Color" msgstr "" +#: plug-ins/script-fu/scripts/bovinated-logo.scm:0 +msgid "Spots density X" +msgstr "" + +#: plug-ins/script-fu/scripts/bovinated-logo.scm:0 +msgid "Spots density Y" +msgstr "" + #: plug-ins/script-fu/scripts/distress_selection.scm:0 msgid "Spread" msgstr "" diff --git a/po-script-fu/uk.po b/po-script-fu/uk.po index f5793b3aad..2b6b66668f 100644 --- a/po-script-fu/uk.po +++ b/po-script-fu/uk.po @@ -4,7 +4,7 @@ msgid "" msgstr "" "Project-Id-Version: gimp-std-plugins-1.1.19\n" -"POT-Creation-Date: 2000-06-20 18:48+0300\n" +"POT-Creation-Date: 2000-06-06 12:41-0700\n" "PO-Revision-Date: 2000-03-10 11:26+0200\n" "Last-Translator: Yuri Syrota \n" "Language-Team: Ukrainian \n" diff --git a/po/ca.po b/po/ca.po index a973e94aff..d3bf8270c7 100644 --- a/po/ca.po +++ b/po/ca.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: gimp 1.1.21\n" -"POT-Creation-Date: 2000-05-27 21:18-0700\n" +"POT-Creation-Date: 2000-06-18 19:40-0700\n" "PO-Revision-Date: 1999-10-26 14:55+0200\n" "Last-Translator: Softcatala \n" "Language-Team: Catalan\n" @@ -13,21 +13,21 @@ msgstr "" "Content-Type: text/plain; charset=iso-8859-1\n" "Content-Transfer-Encoding: 8bit\n" -#: app/about_dialog.c:192 +#: app/about_dialog.c:256 msgid "About the GIMP" msgstr "Quant al GIMP" #. this is a font, provide only one single font definition -#: app/about_dialog.c:243 +#: app/about_dialog.c:307 msgid "-*-helvetica-medium-r-normal--*-140-*-*-*-*-*-*" msgstr "" -#: app/about_dialog.c:253 +#: app/about_dialog.c:317 #, fuzzy, c-format msgid "Version %s brought to you by" msgstr " que us porta" -#: app/about_dialog.c:293 +#: app/about_dialog.c:357 msgid "Please visit http://www.gimp.org/ for more info" msgstr "Si us plau, visiteu http://www.gimp.org/ per més informació" @@ -44,7 +44,7 @@ msgstr "Pressi msgid "-*-helvetica-bold-r-normal--*-140-*-*-*-*-*-*" msgstr "" -#: app/app_procs.c:278 app/app_procs.c:280 app/interface.c:560 +#: app/app_procs.c:278 app/app_procs.c:280 app/interface.c:558 msgid "The GIMP" msgstr "El GIMP" @@ -62,7 +62,7 @@ msgstr " que us porta" msgid "GIMP Startup" msgstr "Inici del GIMP" -#: app/app_procs.c:492 app/gimprc.c:446 +#: app/app_procs.c:492 app/gimprc.c:452 #, c-format msgid "parsing \"%s\"\n" msgstr "anàlisi \"%s\"\n" @@ -77,22 +77,22 @@ msgid "Parasites" msgstr "Paràsits" #. initialize the global parasite table -#: app/app_procs.c:556 app/internal_procs.c:71 app/preferences_dialog.c:2461 +#: app/app_procs.c:556 app/internal_procs.c:71 app/preferences_dialog.c:2493 msgid "Brushes" msgstr "Pinzells" #. initialize the list of gimp brushes -#: app/app_procs.c:558 app/internal_procs.c:143 app/preferences_dialog.c:2469 +#: app/app_procs.c:558 app/internal_procs.c:140 app/preferences_dialog.c:2501 msgid "Patterns" msgstr "Patrons" #. initialize the list of gimp patterns -#: app/app_procs.c:560 app/preferences_dialog.c:2473 +#: app/app_procs.c:560 app/preferences_dialog.c:2505 msgid "Palettes" msgstr "Paletes" #. initialize the list of gimp palettes -#: app/app_procs.c:562 app/internal_procs.c:113 app/preferences_dialog.c:2477 +#: app/app_procs.c:562 app/internal_procs.c:104 app/preferences_dialog.c:2509 msgid "Gradients" msgstr "Gradients" @@ -121,12 +121,12 @@ msgstr "Surt" #: app/curves.c:562 app/file_new_dialog.c:207 app/file_new_dialog.c:357 #: app/gdisplay_color_ui.c:135 app/gdisplay_ops.c:305 app/gimpprogress.c:112 #: app/global_edit.c:772 app/gradient.c:1768 app/gradient.c:4840 -#: app/gradient.c:5401 app/hue_saturation.c:374 app/interface.c:1027 -#: app/layers_dialog.c:3478 app/layers_dialog.c:3660 app/layers_dialog.c:3752 -#: app/layers_dialog.c:4012 app/levels.c:340 app/palette.c:1826 -#: app/posterize.c:202 app/preferences_dialog.c:1455 app/qmask.c:281 +#: app/gradient.c:5401 app/hue_saturation.c:374 app/interface.c:1039 +#: app/layers_dialog.c:3484 app/layers_dialog.c:3666 app/layers_dialog.c:3761 +#: app/layers_dialog.c:4021 app/levels.c:341 app/palette.c:1826 +#: app/posterize.c:202 app/preferences_dialog.c:1465 app/qmask.c:278 #: app/resize.c:194 app/resize.c:1326 app/threshold.c:275 -#: app/user_install.c:548 app/user_install.c:1190 modules/cdisplay_gamma.c:332 +#: app/user_install.c:548 app/user_install.c:1191 modules/cdisplay_gamma.c:332 #: modules/cdisplay_highcontrast.c:325 msgid "Cancel" msgstr "Cancel·la" @@ -139,11 +139,11 @@ msgstr "El cam msgid "Corrupt curve" msgstr "Corba corrupta" -#: app/bezier_select.c:2941 +#: app/bezier_select.c:2995 msgid "Curve not closed!" msgstr "Corba no tancada!" -#: app/bezier_select.c:3228 app/gimage_mask.c:618 +#: app/bezier_select.c:3282 app/gimage_mask.c:620 msgid "Paintbrush operation failed." msgstr "Ha fallit l'operació del pinzell" @@ -172,7 +172,7 @@ msgstr "Copia el degradat" msgid "Blend:" msgstr "Mescla:" -#: app/blend.c:320 app/gradient.c:532 app/preferences_dialog.c:2201 +#: app/blend.c:320 app/gradient.c:532 app/preferences_dialog.c:2233 msgid "Linear" msgstr "Linial" @@ -220,7 +220,7 @@ msgstr "Espiral (en sentit invers al de les agulles del rellotge)" msgid "Gradient:" msgstr "Gradient" -#: app/blend.c:342 app/by_color_select.c:817 app/preferences_dialog.c:1810 +#: app/blend.c:342 app/by_color_select.c:838 app/preferences_dialog.c:1820 msgid "None" msgstr "Cap" @@ -272,7 +272,8 @@ msgstr "S'estan mesclant..." msgid "Blend: " msgstr "Mescla: " -#: app/brightness_contrast.c:127 app/brightness_contrast.c:209 app/tools.c:668 +#: app/brightness_contrast.c:127 app/brightness_contrast.c:209 +#: app/tools.c:1049 msgid "Brightness-Contrast" msgstr "Brillantor-Contrast" @@ -285,19 +286,19 @@ msgstr "L'opci #: app/color_balance.c:271 app/color_notebook.c:123 app/convert.c:504 #: app/curves.c:558 app/file_new_dialog.c:207 app/file_new_dialog.c:353 #: app/gdisplay_color_ui.c:133 app/gimpui.c:122 app/hue_saturation.c:370 -#: app/layers_dialog.c:3476 app/layers_dialog.c:3658 app/layers_dialog.c:3750 -#: app/layers_dialog.c:4010 app/levels.c:336 app/module_db.c:314 -#: app/posterize.c:198 app/preferences_dialog.c:1451 app/qmask.c:279 +#: app/layers_dialog.c:3482 app/layers_dialog.c:3664 app/layers_dialog.c:3759 +#: app/layers_dialog.c:4019 app/levels.c:337 app/module_db.c:314 +#: app/posterize.c:198 app/preferences_dialog.c:1461 app/qmask.c:276 #: app/resize.c:192 app/resize.c:1326 app/threshold.c:271 -#: app/user_install.c:1188 modules/cdisplay_gamma.c:330 +#: app/user_install.c:1189 modules/cdisplay_gamma.c:330 #: modules/cdisplay_highcontrast.c:323 msgid "OK" msgstr "D'acord" -#: app/brightness_contrast.c:216 app/by_color_select.c:694 +#: app/brightness_contrast.c:216 app/by_color_select.c:715 #: app/color_balance.c:273 app/curves.c:560 app/file_new_dialog.c:355 -#: app/hue_saturation.c:372 app/levels.c:338 app/posterize.c:200 -#: app/threshold.c:273 app/tools.c:1085 app/transform_core.c:406 +#: app/hue_saturation.c:372 app/levels.c:339 app/posterize.c:200 +#: app/threshold.c:273 app/tools.c:1542 app/transform_core.c:406 #: modules/colorsel_water.c:634 msgid "Reset" msgstr "Reinicialitza" @@ -316,7 +317,7 @@ msgstr "Contrast" #. The preview toggle #: app/brightness_contrast.c:300 app/color_balance.c:441 app/curves.c:682 -#: app/fileops.c:401 app/hue_saturation.c:562 app/levels.c:569 +#: app/fileops.c:401 app/hue_saturation.c:562 app/levels.c:570 #: app/palette.c:3236 app/posterize.c:239 app/threshold.c:348 msgid "Preview" msgstr "Vista prèvia" @@ -326,15 +327,15 @@ msgid "Brush Editor" msgstr "Editor del pinzell" #. The close button -#: app/brush_edit.c:216 app/brush_select.c:281 app/by_color_select.c:696 +#: app/brush_edit.c:216 app/brush_select.c:281 app/by_color_select.c:717 #: app/color_notebook.c:123 app/color_picker.c:297 app/colormap_dialog.i.c:173 -#: app/crop.c:1054 app/devices.c:755 app/docindex.c:773 app/errorconsole.c:281 +#: app/crop.c:1068 app/devices.c:755 app/docindex.c:773 app/errorconsole.c:281 #: app/gdisplay_ops.c:305 app/gradient.c:800 app/gradient_select.c:153 -#: app/histogram_tool.c:276 app/info_window.c:255 app/lc_dialog.c:195 +#: app/histogram_tool.c:275 app/info_window.c:255 app/lc_dialog.c:195 #: app/measure.c:321 app/nav_window.c:1344 app/palette.c:2072 #: app/palette.c:2088 app/palette.c:3118 app/palette_select.c:66 -#: app/pattern_select.c:172 app/preferences_dialog.c:364 app/tips_dialog.c:160 -#: app/tools.c:1087 app/undo_history.c:752 +#: app/pattern_select.c:172 app/preferences_dialog.c:367 app/tips_dialog.c:160 +#: app/tools.c:1544 app/undo_history.c:752 msgid "Close" msgstr "Tanca" @@ -370,7 +371,7 @@ msgstr "Refresca" msgid "No Brushes available" msgstr "no està disponible la previsualització" -#: app/brush_select.c:448 app/layers_dialog.c:412 app/tool_options.c:526 +#: app/brush_select.c:448 app/layers_dialog.c:413 app/tool_options.c:526 msgid "Opacity:" msgstr "Opacitat" @@ -433,55 +434,55 @@ msgstr "Omplint amb el Patr msgid "Bucket Fill operation failed." msgstr "Ha fallit l'operació d'omplerta amb el cubell" -#: app/bucket_fill.c:347 +#: app/bucket_fill.c:351 msgid "No available patterns for this operation." msgstr "No hi han patrons per aquesta operació" #. The shell and main vbox -#: app/by_color_select.c:689 +#: app/by_color_select.c:710 msgid "By Color Selection" msgstr "Amb la selecció de color" -#: app/by_color_select.c:745 +#: app/by_color_select.c:766 msgid "Inactive" msgstr "Inactiu" -#: app/by_color_select.c:753 +#: app/by_color_select.c:774 msgid "Selection Mode" msgstr "Mode de selecció" -#: app/by_color_select.c:758 app/paint_funcs.c:100 +#: app/by_color_select.c:779 app/paint_funcs.c:101 msgid "Replace" msgstr "Substitueix" -#: app/by_color_select.c:760 app/colormap_dialog.i.c:130 +#: app/by_color_select.c:781 app/colormap_dialog.i.c:130 #: app/gdisplay_color_ui.c:120 msgid "Add" msgstr "Afegeix" -#: app/by_color_select.c:761 app/layers_dialog.c:380 app/tool_options.c:926 +#: app/by_color_select.c:782 app/layers_dialog.c:380 app/tool_options.c:926 msgid "Subtract" msgstr "Resta" -#: app/by_color_select.c:762 +#: app/by_color_select.c:783 msgid "Intersect" msgstr "Encreua" -#: app/by_color_select.c:773 +#: app/by_color_select.c:794 msgid "Fuzziness Threshold" msgstr "Llindar del difuminat" -#: app/by_color_select.c:792 +#: app/by_color_select.c:813 #, fuzzy msgid "Selection" msgstr "Selecció: " -#: app/by_color_select.c:803 +#: app/by_color_select.c:824 #, fuzzy msgid "Invert" msgstr "Converteix" -#: app/by_color_select.c:810 +#: app/by_color_select.c:831 msgid "All" msgstr "" @@ -490,7 +491,7 @@ msgid "copy" msgstr "copia" #. formulate the new layer_mask name -#: app/channel.c:196 app/gradient.c:1599 app/layer.c:329 app/layer.c:1745 +#: app/channel.c:196 app/gradient.c:1599 app/layer.c:329 app/layer.c:1746 #, c-format msgid "%s copy" msgstr "%s còpia" @@ -508,9 +509,9 @@ msgstr "Compensaci msgid "Offset X:" msgstr "Compensa X:" -#: app/channel_ops.c:115 app/crop.c:1063 app/file_new_dialog.c:530 +#: app/channel_ops.c:115 app/crop.c:1077 app/file_new_dialog.c:530 #: app/resize.c:343 app/resize.c:435 app/resize.c:572 app/rotate_tool.c:106 -#: app/scale_tool.c:100 app/shear_tool.c:82 app/user_install.c:1391 +#: app/scale_tool.c:100 app/shear_tool.c:82 app/user_install.c:1392 msgid "Y:" msgstr "Y:" @@ -520,12 +521,12 @@ msgstr "Y:" msgid "Wrap Around" msgstr "Wrap-Around" -#: app/channel_ops.c:174 app/image_new.c:76 app/image_new.c:291 -#: app/layers_dialog.c:3578 +#: app/channel_ops.c:174 app/image_new.c:76 app/image_new.c:290 +#: app/layers_dialog.c:3584 msgid "Background" msgstr "Fons" -#: app/channel_ops.c:175 app/image_new.c:86 app/layers_dialog.c:3580 +#: app/channel_ops.c:175 app/image_new.c:86 app/layers_dialog.c:3586 msgid "Transparent" msgstr "Transparent" @@ -567,17 +568,17 @@ msgid "Empty Channel Copy" msgstr "Buida el canal còpia" #: app/channels_dialog.c:1433 app/color_balance.c:343 app/color_select.c:250 -#: app/curves.c:583 app/histogram_tool.c:304 app/levels.c:369 +#: app/curves.c:583 app/histogram_tool.c:303 app/levels.c:370 msgid "Red" msgstr "Vermell" #: app/channels_dialog.c:1437 app/color_balance.c:368 app/color_select.c:251 -#: app/curves.c:584 app/histogram_tool.c:305 app/levels.c:370 +#: app/curves.c:584 app/histogram_tool.c:304 app/levels.c:371 msgid "Green" msgstr "Verd" #: app/channels_dialog.c:1441 app/color_balance.c:393 app/color_select.c:252 -#: app/curves.c:585 app/histogram_tool.c:306 app/levels.c:371 +#: app/curves.c:585 app/histogram_tool.c:305 app/levels.c:372 msgid "Blue" msgstr "Blau" @@ -640,7 +641,7 @@ msgid "No patterns available for this operation." msgstr "No hi ha patrons disponibles per a aquesta operació." #. The shell and main vbox -#: app/color_balance.c:168 app/color_balance.c:266 app/tools.c:650 +#: app/color_balance.c:168 app/color_balance.c:266 app/tools.c:1021 msgid "Color Balance" msgstr "Balanç de color" @@ -693,7 +694,7 @@ msgstr "Selecci msgid "Revert to Old Color" msgstr "Tornar al color vell" -#: app/color_picker.c:144 app/color_picker.c:248 app/tools.c:357 +#: app/color_picker.c:144 app/color_picker.c:248 app/tools.c:568 msgid "Color Picker" msgstr "Capturador de color" @@ -734,14 +735,14 @@ msgstr " msgid "Hex Triplet" msgstr "Trio hexadecimal" -#: app/color_picker.c:272 app/histogram_tool.c:260 +#: app/color_picker.c:272 app/histogram_tool.c:259 msgid "Intensity:" msgstr "Intensitat:" -#: app/color_picker.c:626 app/color_picker.c:627 app/color_picker.c:628 -#: app/color_picker.c:629 app/color_picker.c:630 app/color_picker.c:631 -#: app/color_picker.c:632 app/color_picker.c:644 app/color_picker.c:651 -#: app/color_picker.c:669 app/color_picker.c:684 app/info_window.c:185 +#: app/color_picker.c:632 app/color_picker.c:633 app/color_picker.c:634 +#: app/color_picker.c:635 app/color_picker.c:636 app/color_picker.c:637 +#: app/color_picker.c:638 app/color_picker.c:650 app/color_picker.c:657 +#: app/color_picker.c:675 app/color_picker.c:690 app/info_window.c:185 #: app/info_window.c:191 app/info_window.c:197 app/info_window.c:203 #: app/info_window.c:422 app/info_window.c:423 app/info_window.c:424 #: app/info_window.c:425 app/info_window.c:447 @@ -772,18 +773,18 @@ msgstr "G" msgid "B" msgstr "B" -#: app/color_select.c:247 app/layers_dialog.c:383 app/paint_funcs.c:94 +#: app/color_select.c:247 app/layers_dialog.c:383 app/paint_funcs.c:95 #: app/tool_options.c:929 msgid "Hue" msgstr "Color" -#: app/color_select.c:248 app/layers_dialog.c:384 app/paint_funcs.c:95 +#: app/color_select.c:248 app/layers_dialog.c:384 app/paint_funcs.c:96 #: app/tool_options.c:930 msgid "Saturation" msgstr "Saturació" -#: app/color_select.c:249 app/curves.c:582 app/histogram_tool.c:303 -#: app/layers_dialog.c:386 app/levels.c:368 app/paint_funcs.c:97 +#: app/color_select.c:249 app/curves.c:582 app/histogram_tool.c:302 +#: app/layers_dialog.c:386 app/levels.c:369 app/paint_funcs.c:98 #: app/tool_options.c:932 msgid "Value" msgstr "Valor" @@ -952,7 +953,7 @@ msgstr "Desenfocar" msgid "Sharpen" msgstr "Afinar" -#: app/crop.c:178 app/tools.c:231 +#: app/crop.c:178 app/tools.c:372 msgid "Crop & Resize" msgstr "Escapça i canvia la mida" @@ -971,11 +972,11 @@ msgstr "Permet les ampliacions" msgid "Tool Toggle" msgstr "Commutador d'eines" -#: app/crop.c:215 app/crop.c:1050 +#: app/crop.c:215 app/crop.c:1064 msgid "Crop" msgstr "Escapçar" -#: app/crop.c:217 app/crop.c:1052 +#: app/crop.c:217 app/crop.c:1066 msgid "Resize" msgstr "Canvi de mida" @@ -983,42 +984,42 @@ msgstr "Canvi de mida" msgid "Crop: " msgstr "Escapça: " -#: app/crop.c:1023 +#: app/crop.c:1037 msgid "Crop: 0 x 0" msgstr "Escapçar: 0 x 0" #. create the info dialog -#: app/crop.c:1044 +#: app/crop.c:1058 msgid "Crop & Resize Information" msgstr "Informació d'escapçat i canvi de mida" #. add the information fields -#: app/crop.c:1060 +#: app/crop.c:1074 msgid "Origin X:" msgstr "Origen X:" #. the pixel size labels -#: app/crop.c:1076 app/file_new_dialog.c:389 app/file_new_dialog.c:407 +#: app/crop.c:1090 app/file_new_dialog.c:389 app/file_new_dialog.c:407 #: app/tool_options.c:348 msgid "Width:" msgstr "Amplada:" -#: app/crop.c:1079 app/file_new_dialog.c:395 app/file_new_dialog.c:413 -#: app/layers_dialog.c:3519 app/resize.c:253 app/resize.c:278 app/resize.c:509 +#: app/crop.c:1093 app/file_new_dialog.c:395 app/file_new_dialog.c:413 +#: app/layers_dialog.c:3525 app/resize.c:253 app/resize.c:278 app/resize.c:509 #: app/scale_tool.c:79 app/scale_tool.c:86 app/tool_options.c:364 msgid "Height:" msgstr "Alçada:" -#: app/crop.c:1101 +#: app/crop.c:1115 msgid "From Selection" msgstr "De la selecció" -#: app/crop.c:1107 +#: app/crop.c:1121 msgid "Auto Shrink" msgstr "Autoencongiment" #. The shell and main vbox -#: app/curves.c:393 app/curves.c:553 app/tools.c:740 +#: app/curves.c:393 app/curves.c:553 app/tools.c:1161 msgid "Curves" msgstr "Corbes" @@ -1031,7 +1032,7 @@ msgstr "Les corbes dels dibuixables indexats no es poden ajustar." msgid "Modify Curves for Channel:" msgstr "Modifica les corbes per al canal: " -#: app/curves.c:586 app/levels.c:372 +#: app/curves.c:586 app/levels.c:373 msgid "Alpha" msgstr "Alfa" @@ -1049,12 +1050,12 @@ msgstr "Suau" msgid "Free" msgstr "Lliure" -#: app/curves.c:699 app/levels.c:597 app/module_db.c:864 +#: app/curves.c:699 app/levels.c:598 app/module_db.c:864 msgid "Load" msgstr "Carrega" -#: app/curves.c:707 app/devices.c:753 app/levels.c:607 app/palette.c:2068 -#: app/preferences_dialog.c:362 app/preferences_dialog.c:1453 +#: app/curves.c:707 app/devices.c:753 app/levels.c:608 app/palette.c:2068 +#: app/preferences_dialog.c:365 app/preferences_dialog.c:1463 msgid "Save" msgstr "Desa" @@ -1068,13 +1069,13 @@ msgstr "Carrega nivells" msgid "Save Curves" msgstr "Desa nivells" -#: app/curves.c:1578 +#: app/curves.c:1579 #, fuzzy msgid "Load/Save Curves" msgstr "Carrega/desa nivells" -#: app/curves.c:1623 app/curves.c:1641 app/levels.c:1429 app/levels.c:1447 -#: app/paths_dialog.c:1902 +#: app/curves.c:1624 app/curves.c:1642 app/levels.c:1441 app/levels.c:1459 +#: app/paths_dialog.c:1905 #, c-format msgid "Unable to open file %s" msgstr "No es pot obrir el fitxer %s" @@ -1087,7 +1088,7 @@ msgstr "La desaturaci msgid "Device Status" msgstr "Estat del dispositiu" -#: app/disp_callbacks.c:813 app/global_edit.c:297 app/global_edit.c:303 +#: app/disp_callbacks.c:816 app/global_edit.c:297 app/global_edit.c:303 #: app/global_edit.c:375 msgid "Pasted Layer" msgstr "Capa enganxada" @@ -1142,11 +1143,11 @@ msgstr "Cremar" msgid "Mode" msgstr "Mode" -#: app/edit_selection.c:181 +#: app/edit_selection.c:190 msgid "Move: 0, 0" msgstr "Moviment: 0, 0" -#: app/edit_selection.c:427 app/edit_selection.c:437 +#: app/edit_selection.c:436 app/edit_selection.c:446 msgid "Move: " msgstr "Moure: " @@ -1161,7 +1162,7 @@ msgid "Hard Edge" msgstr "Contorn dur" #. the anti_erase toggle -#: app/eraser.c:118 app/paint_funcs.c:101 +#: app/eraser.c:118 app/paint_funcs.c:102 msgid "Anti Erase" msgstr "Antiesborra" @@ -1234,8 +1235,8 @@ msgstr "Mida de la imatge: %s" msgid "New Image" msgstr "Imatge nova" -#: app/file_new_dialog.c:453 app/preferences_dialog.c:1526 -#: app/preferences_dialog.c:1563 app/user_install.c:1378 +#: app/file_new_dialog.c:453 app/preferences_dialog.c:1536 +#: app/preferences_dialog.c:1573 app/user_install.c:1379 msgid "Pixels" msgstr "Píxels" @@ -1426,13 +1427,13 @@ msgstr "No" msgid "Flip Tool" msgstr "Opcions de les eines de canvi de pàgina" -#: app/flip_tool.c:92 app/preferences_dialog.c:1577 -#: app/preferences_dialog.c:2348 +#: app/flip_tool.c:92 app/preferences_dialog.c:1587 +#: app/preferences_dialog.c:2380 msgid "Horizontal" msgstr "Horitzontal" -#: app/flip_tool.c:94 app/preferences_dialog.c:1579 -#: app/preferences_dialog.c:2350 +#: app/flip_tool.c:94 app/preferences_dialog.c:1589 +#: app/preferences_dialog.c:2382 msgid "Vertical" msgstr "Vertical" @@ -1454,27 +1455,27 @@ msgstr "" "flotant perquè pertany a una\n" "màscara de capa o canal." -#: app/gdisplay.c:220 +#: app/gdisplay.c:227 msgid "RGB-empty" msgstr "RGB-buit" -#: app/gdisplay.c:220 app/image_new.c:60 app/preferences_dialog.c:1623 +#: app/gdisplay.c:227 app/image_new.c:60 app/preferences_dialog.c:1633 msgid "RGB" msgstr "RGB" -#: app/gdisplay.c:223 +#: app/gdisplay.c:230 msgid "grayscale-empty" msgstr "escala de grisos-buida" -#: app/gdisplay.c:223 +#: app/gdisplay.c:230 msgid "grayscale" msgstr "escala de grisos" -#: app/gdisplay.c:226 +#: app/gdisplay.c:233 msgid "indexed-empty" msgstr "indexat-buit" -#: app/gdisplay.c:226 +#: app/gdisplay.c:233 msgid "indexed" msgstr "indexat" @@ -1515,12 +1516,6 @@ msgstr "" "S'han efectuat canvis a %s.\n" "Voleu tancar de totes maneres?" -#: app/gimage_cmds.c:3463 -msgid "" -"Image resolution is out of bounds,\n" -"using the default resolution instead." -msgstr "" - #: app/gimage_mask.c:208 msgid "" "Unable to cut/copy because the selected\n" @@ -1614,19 +1609,19 @@ msgstr "Impossible de llegir el cam msgid "Can't fill unknown image type." msgstr "No es pot omplir el tipus d'imatge desconegut." -#: app/gimpdrawable.c:501 +#: app/gimpdrawable.c:505 msgid "parasite attach to drawable" msgstr "adjunció paràsita al dibuix" -#: app/gimpdrawable.c:536 +#: app/gimpdrawable.c:540 msgid "detach parasite from drawable" msgstr "extreure paràsit del dibuix" -#: app/gimpdrawable.c:743 +#: app/gimpdrawable.c:747 msgid "unnamed" msgstr "sense nom" -#: app/gimpdrawable.c:760 +#: app/gimpdrawable.c:764 #, c-format msgid "Layer type %d not supported." msgstr "Tipus de capa %d no suportat." @@ -1690,7 +1685,7 @@ msgstr "" "No s'ha pogut afegir una capa de\n" "màscara perquè la capa ja en té una." -#: app/gimpimage.c:3031 +#: app/gimpimage.c:3033 msgid "" "Unable to add a layer mask to a\n" "layer in an indexed image." @@ -1698,7 +1693,7 @@ msgstr "" "No es pot afegir una capa de màscara a\n" "una capa en una imatge indexada." -#: app/gimpimage.c:3035 +#: app/gimpimage.c:3039 msgid "" "Cannot add layer mask to a layer\n" "with no alpha channel." @@ -1706,21 +1701,21 @@ msgstr "" "No es pot afegir una capa de màscara\n" "a una capa sense canal alfa." -#: app/gimpimage.c:3042 +#: app/gimpimage.c:3048 msgid "Cannot add layer mask of different dimensions than specified layer." msgstr "" "No es pot afegir una capa de màscara de dimensions diferents de lacapa " "especificada" -#: app/gimpimage.c:3149 +#: app/gimpimage.c:3155 msgid "Channel cannot be raised any further" msgstr "El canal no es pot aixecar més" -#: app/gimpimage.c:3200 +#: app/gimpimage.c:3206 msgid "Channel cannot be lowered any further" msgstr "El canal no es pot abaixar més" -#: app/gimpimage.c:3420 app/palette.c:364 app/palette.c:941 app/palette.c:1077 +#: app/gimpimage.c:3426 app/palette.c:364 app/palette.c:941 app/palette.c:1077 #: app/palette.c:2022 app/palette.c:2749 app/palette.c:2881 msgid "Untitled" msgstr "Sense títol" @@ -1733,43 +1728,43 @@ msgstr "En proc msgid "Please wait..." msgstr "" -#: app/gimprc.c:465 +#: app/gimprc.c:471 #, c-format msgid "error parsing: \"%s\"\n" msgstr "anàlisi d'errors: \"%s\"\n" -#: app/gimprc.c:466 +#: app/gimprc.c:472 #, c-format msgid " at line %d column %d\n" msgstr " a la línia %d columna %d\n" -#: app/gimprc.c:467 +#: app/gimprc.c:473 #, c-format msgid " unexpected token: %s\n" msgstr " testimoni inesperat: %s\n" -#: app/gimprc.c:1434 +#: app/gimprc.c:1442 msgid "error parsing pluginrc" msgstr "error analitzant el pluginrc" -#: app/gimprc.c:2869 +#: app/gimprc.c:2917 #, c-format msgid "Can't open %s; %s" msgstr "No es pot obrir %s; %s" -#: app/gimprc.c:2888 +#: app/gimprc.c:2936 #, c-format msgid "Can't rename %s to %s.old; %s" msgstr "No es pot canviar el nom %s per %s.old; %s" -#: app/gimprc.c:2894 +#: app/gimprc.c:2942 #, c-format msgid "Couldn't reopen %s\n" msgstr "" "No es pot tornar a\n" "obrir %s\n" -#: app/gimprc.c:2906 +#: app/gimprc.c:2954 #, c-format msgid "Can't write to %s; %s" msgstr "No es pot escriure a %s; %s" @@ -1795,49 +1790,49 @@ msgid "GIMP Message" msgstr "" #. pseudo unit -#: app/gimpunit.c:58 +#: app/gimpunit.c:63 msgid "pixel" msgstr "píxel" -#: app/gimpunit.c:58 app/measure.c:504 app/measure.c:508 app/paint_core.c:511 +#: app/gimpunit.c:63 app/measure.c:507 app/measure.c:511 app/paint_core.c:530 msgid "pixels" msgstr "píxels" #. standard units -#: app/gimpunit.c:61 +#: app/gimpunit.c:66 msgid "inch" msgstr "polzada" -#: app/gimpunit.c:61 +#: app/gimpunit.c:66 msgid "inches" msgstr "polzades" -#: app/gimpunit.c:62 +#: app/gimpunit.c:67 msgid "millimeter" msgstr "mil·límetre" -#: app/gimpunit.c:62 +#: app/gimpunit.c:67 msgid "millimeters" msgstr "mil·límetres" #. professional units -#: app/gimpunit.c:65 +#: app/gimpunit.c:70 msgid "point" msgstr "punt" -#: app/gimpunit.c:65 +#: app/gimpunit.c:70 msgid "points" msgstr "punts" -#: app/gimpunit.c:66 +#: app/gimpunit.c:71 msgid "pica" msgstr "pica" -#: app/gimpunit.c:66 +#: app/gimpunit.c:71 msgid "picas" msgstr "piques" -#: app/gimpunit.c:73 +#: app/gimpunit.c:78 msgid "percent" msgstr "percentatge" @@ -2216,44 +2211,44 @@ msgid "Gradient Selection" msgstr "Selecció de degradat" #. The shell and main vbox -#: app/histogram_tool.c:166 app/histogram_tool.c:270 app/tools.c:776 +#: app/histogram_tool.c:165 app/histogram_tool.c:269 app/tools.c:1217 msgid "Histogram" msgstr "Histograma" -#: app/histogram_tool.c:204 +#: app/histogram_tool.c:203 msgid "Histogram does not operate on indexed drawables." msgstr "L'histograma no pot funcionar amb indexats desplaçables" -#: app/histogram_tool.c:256 +#: app/histogram_tool.c:255 msgid "Mean:" msgstr "Mitjana:" -#: app/histogram_tool.c:257 +#: app/histogram_tool.c:256 msgid "Std Dev:" msgstr "Std Dev:" -#: app/histogram_tool.c:258 +#: app/histogram_tool.c:257 msgid "Median:" msgstr "Mediana:" -#: app/histogram_tool.c:259 +#: app/histogram_tool.c:258 msgid "Pixels:" msgstr "Píxels:" -#: app/histogram_tool.c:261 +#: app/histogram_tool.c:260 msgid "Count:" msgstr "Recompte:" -#: app/histogram_tool.c:262 +#: app/histogram_tool.c:261 msgid "Percentile:" msgstr "Percentil:" -#: app/histogram_tool.c:295 +#: app/histogram_tool.c:294 msgid "Information on Channel:" msgstr "Informació al canal:" #. The shell and main vbox -#: app/hue_saturation.c:245 app/hue_saturation.c:365 app/tools.c:686 +#: app/hue_saturation.c:245 app/hue_saturation.c:365 app/tools.c:1077 msgid "Hue-Saturation" msgstr "Saturació del color" @@ -2299,45 +2294,51 @@ msgstr "Lluminositat" msgid "Saturation:" msgstr "Saturació" +#: app/image_cmds.c:3463 +msgid "" +"Image resolution is out of bounds,\n" +"using the default resolution instead." +msgstr "" + #: app/image_new.c:65 app/info_window.c:65 app/info_window.c:534 -#: app/preferences_dialog.c:1624 +#: app/preferences_dialog.c:1634 msgid "Grayscale" msgstr "Escala de grisos" -#: app/image_new.c:71 app/layers_dialog.c:3577 +#: app/image_new.c:71 app/layers_dialog.c:3583 msgid "Foreground" msgstr "Primer terme" -#: app/image_new.c:81 app/layers_dialog.c:3579 +#: app/image_new.c:81 app/layers_dialog.c:3585 msgid "White" msgstr "Blanc" -#: app/image_new.c:335 +#: app/image_new.c:336 #, c-format msgid "%d Bytes" msgstr "%d Octets" -#: app/image_new.c:337 +#: app/image_new.c:338 #, c-format msgid "%.2f KB" msgstr "%.2f KB" -#: app/image_new.c:339 +#: app/image_new.c:340 #, c-format msgid "%.1f KB" msgstr "%.1f KB" -#: app/image_new.c:341 +#: app/image_new.c:342 #, c-format msgid "%d KB" msgstr "%d KB" -#: app/image_new.c:343 +#: app/image_new.c:344 #, c-format msgid "%.2f MB" msgstr "%.2f MB" -#: app/image_new.c:345 +#: app/image_new.c:346 #, c-format msgid "%.1f MB" msgstr "%.1f MB" @@ -2366,8 +2367,8 @@ msgstr "" "El gradient actiu.\n" "Feu clic per obrir el diàleg de gradients." -#: app/info_dialog.c:185 app/preferences_dialog.c:1784 -#: app/preferences_dialog.c:1890 +#: app/info_dialog.c:185 app/preferences_dialog.c:1794 +#: app/preferences_dialog.c:1900 msgid "General" msgstr "General" @@ -2500,7 +2501,7 @@ msgstr "Velocitat" msgid "Shape" msgstr "Ombra" -#: app/interface.c:305 +#: app/interface.c:308 msgid "" "Foreground & background colors. The black and white squares reset colors. " "The arrows swap colors. Double click to select a color from a colorrequester." @@ -2525,7 +2526,7 @@ msgstr "Canal" msgid "Channel Ops" msgstr "Opcions de Canal" -#: app/internal_procs.c:80 app/layers_dialog.c:385 app/paint_funcs.c:96 +#: app/internal_procs.c:80 app/layers_dialog.c:385 app/paint_funcs.c:97 #: app/tool_options.c:816 app/tool_options.c:931 msgid "Color" msgstr "Color" @@ -2535,89 +2536,89 @@ msgid "Convert" msgstr "Converteix" #: app/internal_procs.c:86 -msgid "Drawable procedures" -msgstr "Procediments de dibuixos" - -#: app/internal_procs.c:89 -msgid "Edit procedures" -msgstr "Procediments d'edició" - -#: app/internal_procs.c:92 -msgid "File Operations" -msgstr "Operacions amb fitxers" - -#: app/internal_procs.c:95 -msgid "Floating selections" -msgstr "Seleccions movibles" - -#: app/internal_procs.c:98 msgid "GDisplay procedures" msgstr "Procediments de GDisplay" -#: app/internal_procs.c:101 app/palette.c:3182 -msgid "Image" -msgstr "Imatge" +#: app/internal_procs.c:89 +msgid "Drawable procedures" +msgstr "Procediments de dibuixos" -#: app/internal_procs.c:104 -msgid "Image mask" -msgstr "Màscara d'imatge" +#: app/internal_procs.c:92 +msgid "Edit procedures" +msgstr "Procediments d'edició" -#: app/internal_procs.c:107 +#: app/internal_procs.c:95 +msgid "File Operations" +msgstr "Operacions amb fitxers" + +#: app/internal_procs.c:98 +msgid "Floating selections" +msgstr "Seleccions movibles" + +#: app/internal_procs.c:101 msgid "Gimprc procedures" msgstr "Procediments de Gimprc" +#: app/internal_procs.c:107 +msgid "Gradient UI" +msgstr "IU de gradació" + #: app/internal_procs.c:110 +msgid "Guide procedures" +msgstr "Procediments de guia" + +#: app/internal_procs.c:113 #, fuzzy msgid "Help procedures" msgstr "Procediments de text" -#: app/internal_procs.c:116 -msgid "Gradient UI" -msgstr "IU de gradació" - -#: app/internal_procs.c:119 -msgid "Guide procedures" -msgstr "Procediments de guia" - -#: app/internal_procs.c:122 app/preferences_dialog.c:1774 -#: app/preferences_dialog.c:1776 -msgid "Interface" -msgstr "Interfície" +#: app/internal_procs.c:116 app/palette.c:3182 +msgid "Image" +msgstr "Imatge" #. the layer name label -#: app/internal_procs.c:125 app/layer_select.c:137 +#: app/internal_procs.c:119 app/layer_select.c:137 msgid "Layer" msgstr "Capa" -#: app/internal_procs.c:128 +#: app/internal_procs.c:122 app/preferences_dialog.c:1784 +#: app/preferences_dialog.c:1786 +msgid "Interface" +msgstr "Interfície" + +#: app/internal_procs.c:125 msgid "Miscellaneous" msgstr "Miscel·lània" -#: app/internal_procs.c:131 app/palette.c:2197 app/palette.c:2209 +#: app/internal_procs.c:128 app/palette.c:2197 app/palette.c:2209 #: app/palette_select.c:87 msgid "Palette" msgstr "Paleta" -#: app/internal_procs.c:134 +#: app/internal_procs.c:131 msgid "Parasite procedures" msgstr "Procediments paràsits" -#: app/internal_procs.c:137 app/lc_dialog.c:179 +#: app/internal_procs.c:134 app/lc_dialog.c:179 msgid "Paths" msgstr "Camins" -#: app/internal_procs.c:140 +#: app/internal_procs.c:137 msgid "Pattern UI" msgstr "IU de trames" -#: app/internal_procs.c:146 +#: app/internal_procs.c:143 msgid "Plug-in" msgstr "Extensió" -#: app/internal_procs.c:149 +#: app/internal_procs.c:146 msgid "Procedural database" msgstr "Base de dades processal" +#: app/internal_procs.c:149 +msgid "Image mask" +msgstr "Màscara d'imatge" + #: app/internal_procs.c:152 msgid "Text procedures" msgstr "Procediments de text" @@ -2655,7 +2656,7 @@ msgstr "m msgid "Layer Select" msgstr "Selecció de capa" -#: app/layers_dialog.c:264 app/layers_dialog.c:3509 +#: app/layers_dialog.c:264 app/layers_dialog.c:3515 msgid "New Layer" msgstr "Capa nova" @@ -2688,43 +2689,43 @@ msgstr "Fixa la capa" msgid "Delete Layer" msgstr "Suprimeix la capa" -#: app/layers_dialog.c:372 app/paint_funcs.c:83 app/tool_options.c:917 +#: app/layers_dialog.c:372 app/paint_funcs.c:84 app/tool_options.c:917 msgid "Normal" msgstr "Normal" -#: app/layers_dialog.c:373 app/paint_funcs.c:84 app/tool_options.c:918 +#: app/layers_dialog.c:373 app/paint_funcs.c:85 app/tool_options.c:918 msgid "Dissolve" msgstr "Fondre" -#: app/layers_dialog.c:374 app/paint_funcs.c:86 app/tool_options.c:920 +#: app/layers_dialog.c:374 app/paint_funcs.c:87 app/tool_options.c:920 msgid "Multiply (Burn)" msgstr "Multiplicar (Cremar)" -#: app/layers_dialog.c:375 app/paint_funcs.c:98 app/tool_options.c:921 +#: app/layers_dialog.c:375 app/paint_funcs.c:99 app/tool_options.c:921 msgid "Divide (Dodge)" msgstr "Dividir (Evitar)" -#: app/layers_dialog.c:376 app/paint_funcs.c:87 app/tool_options.c:922 +#: app/layers_dialog.c:376 app/paint_funcs.c:88 app/tool_options.c:922 msgid "Screen" msgstr "Pantalla" -#: app/layers_dialog.c:377 app/paint_funcs.c:88 app/tool_options.c:923 +#: app/layers_dialog.c:377 app/paint_funcs.c:89 app/tool_options.c:923 msgid "Overlay" msgstr "Sobreposar" -#: app/layers_dialog.c:378 app/paint_funcs.c:89 app/tool_options.c:924 +#: app/layers_dialog.c:378 app/paint_funcs.c:90 app/tool_options.c:924 msgid "Difference" msgstr "Diferència" -#: app/layers_dialog.c:379 app/paint_funcs.c:90 app/tool_options.c:925 +#: app/layers_dialog.c:379 app/paint_funcs.c:91 app/tool_options.c:925 msgid "Addition" msgstr "Addició" -#: app/layers_dialog.c:381 app/paint_funcs.c:92 app/tool_options.c:927 +#: app/layers_dialog.c:381 app/paint_funcs.c:93 app/tool_options.c:927 msgid "Darken Only" msgstr "Només enfosquir" -#: app/layers_dialog.c:382 app/paint_funcs.c:93 app/tool_options.c:928 +#: app/layers_dialog.c:382 app/paint_funcs.c:94 app/tool_options.c:928 msgid "Lighten Only" msgstr "Només aclarir" @@ -2732,62 +2733,67 @@ msgstr "Nom msgid "Keep Trans." msgstr "Deixa Trans." -#: app/layers_dialog.c:1901 +#: app/layers_dialog.c:405 +#, fuzzy +msgid "Keep Transparency" +msgstr "Transparència" + +#: app/layers_dialog.c:1907 msgid "Empty Layer Copy" msgstr "Buida la còpia de la capa" -#: app/layers_dialog.c:2163 app/layers_dialog.c:3320 app/layers_dialog.c:3687 +#: app/layers_dialog.c:2169 app/layers_dialog.c:3326 app/layers_dialog.c:3693 msgid "Floating Selection" msgstr "Selecció movible" -#: app/layers_dialog.c:3470 +#: app/layers_dialog.c:3476 msgid "New Layer Options" msgstr "Opcions per a una nova capa" #. The name label and entry -#: app/layers_dialog.c:3499 +#: app/layers_dialog.c:3505 msgid "Layer Name:" msgstr "Nom de la capa:" #. The size labels -#: app/layers_dialog.c:3513 +#: app/layers_dialog.c:3519 msgid "Layer Width:" msgstr "Amplada de la capa:" -#: app/layers_dialog.c:3573 +#: app/layers_dialog.c:3579 msgid "Layer Fill Type" msgstr "Tipus de pintat" -#: app/layers_dialog.c:3652 +#: app/layers_dialog.c:3658 msgid "Edit Layer Attributes" msgstr "Edició dels atributs de la capa" -#: app/layers_dialog.c:3679 +#: app/layers_dialog.c:3685 msgid "Layer name:" msgstr "Nom de la capa:" -#: app/layers_dialog.c:3744 +#: app/layers_dialog.c:3753 msgid "Add Mask Options" msgstr "Afegeix opcions de màscara" #. The radio frame and box -#: app/layers_dialog.c:3762 +#: app/layers_dialog.c:3771 msgid "Initialize Layer Mask to:" msgstr "Inicialitza la màscara de capa a:" -#: app/layers_dialog.c:3767 +#: app/layers_dialog.c:3776 msgid "White (Full Opacity)" msgstr "Blanc (opac del tot)" -#: app/layers_dialog.c:3769 +#: app/layers_dialog.c:3778 msgid "Black (Full Transparency)" msgstr "Negre (transparent del tot)" -#: app/layers_dialog.c:3771 +#: app/layers_dialog.c:3780 msgid "Layer's Alpha Channel" msgstr "Canal alfa de la capa" -#: app/layers_dialog.c:3832 app/layers_dialog.c:3918 +#: app/layers_dialog.c:3841 app/layers_dialog.c:3927 msgid "" "Invalid width or height.\n" "Both must be positive." @@ -2795,27 +2801,27 @@ msgstr "" "L'amplada o l'alçària no són vàlides. \n" "Ambdues han de ser positives." -#: app/layers_dialog.c:4004 +#: app/layers_dialog.c:4013 msgid "Layer Merge Options" msgstr "Opcions de combinació de capes" -#: app/layers_dialog.c:4029 +#: app/layers_dialog.c:4038 msgid "Final, Merged Layer should be:" msgstr "La capa combinada resultant ha de ser:" -#: app/layers_dialog.c:4030 +#: app/layers_dialog.c:4039 msgid "Final, Anchored Layer should be:" msgstr "La capa fixada resultant ha de ser:" -#: app/layers_dialog.c:4035 +#: app/layers_dialog.c:4044 msgid "Expanded as necessary" msgstr "Ampliat tant com calgui" -#: app/layers_dialog.c:4037 +#: app/layers_dialog.c:4046 msgid "Clipped to image" msgstr "Tallat a mida de la imatge" -#: app/layers_dialog.c:4039 +#: app/layers_dialog.c:4048 msgid "Clipped to bottom layer" msgstr "Tallat a la mida de la capa de darrere" @@ -2825,7 +2831,7 @@ msgid "Layers, Channels & Paths" msgstr "Capes i canals" #. The Auto-button -#: app/lc_dialog.c:147 app/levels.c:587 +#: app/lc_dialog.c:147 app/levels.c:588 msgid "Auto" msgstr "Automàtic" @@ -2838,38 +2844,38 @@ msgid "Channels" msgstr "Canals" #. The shell and main vbox -#: app/levels.c:196 app/levels.c:331 app/tools.c:758 +#: app/levels.c:197 app/levels.c:332 app/tools.c:1189 msgid "Levels" msgstr "Nivells" -#: app/levels.c:234 +#: app/levels.c:235 msgid "Levels for indexed drawables cannot be adjusted." msgstr "Els nivells dels dibuixos indexats no es poden ajustar." -#: app/levels.c:360 +#: app/levels.c:361 #, fuzzy msgid "Modify Levels for Channel:" msgstr "Modifica els nivells pel canal: " -#: app/levels.c:384 +#: app/levels.c:385 #, fuzzy msgid "Input Levels:" msgstr "Nivells d'entrada: " -#: app/levels.c:493 +#: app/levels.c:494 #, fuzzy msgid "Output Levels:" msgstr "Nivells de sortida: " -#: app/levels.c:1050 +#: app/levels.c:1052 msgid "Load Levels" msgstr "Carrega nivells" -#: app/levels.c:1065 +#: app/levels.c:1067 msgid "Save Levels" msgstr "Desa nivells" -#: app/levels.c:1384 +#: app/levels.c:1396 msgid "Load/Save Levels" msgstr "Carrega/desa nivells" @@ -3004,7 +3010,7 @@ msgstr "Utilitza la finestra d'informaci msgid "Distance:" msgstr "Distància:" -#: app/measure.c:504 app/measure.c:509 app/measure.c:517 app/measure.c:545 +#: app/measure.c:507 app/measure.c:512 app/measure.c:520 app/measure.c:548 msgid "degrees" msgstr "graus" @@ -3932,7 +3938,7 @@ msgstr "Estat: " msgid "Autoload during startup" msgstr "Autocarrega a l'inici" -#: app/move.c:473 +#: app/move.c:494 #, fuzzy msgid "Move Tool" msgstr "Mou les opcions d'eina" @@ -3947,19 +3953,19 @@ msgstr "" msgid "Navigation: No Image" msgstr "" -#: app/paint_core.c:745 +#: app/paint_core.c:791 msgid "No brushes available for use with this tool." msgstr "No es disposa de cap pinzell per utilitzar amb aquesta eina." -#: app/paint_funcs.c:85 app/tool_options.c:919 +#: app/paint_funcs.c:86 app/tool_options.c:919 msgid "Behind" msgstr "Darrera" -#: app/paint_funcs.c:91 +#: app/paint_funcs.c:92 msgid "Subtraction" msgstr "Resta" -#: app/paint_funcs.c:99 +#: app/paint_funcs.c:100 msgid "Erase" msgstr "Esborra" @@ -4211,40 +4217,40 @@ msgstr "Edici msgid "Enter a new name for the path" msgstr "Introdueix un nom nou per al camí" -#: app/paths_dialog.c:1916 +#: app/paths_dialog.c:1919 #, c-format msgid "Failed to read from %s" msgstr "Impossible de llegir des de %s" -#: app/paths_dialog.c:1931 +#: app/paths_dialog.c:1934 #, c-format msgid "Failed to read path from %s" msgstr "Impossible de llegir el camí des de %s" -#: app/paths_dialog.c:1938 +#: app/paths_dialog.c:1941 #, c-format msgid "No points specified in path file %s" msgstr "No s'han especificat punts al fitxer de camí %s" -#: app/paths_dialog.c:1949 +#: app/paths_dialog.c:1952 #, c-format msgid "Failed to read path points from %s" msgstr "Impossible de llegir punts de camí des de %s" -#: app/paths_dialog.c:2022 app/xcf.c:436 +#: app/paths_dialog.c:2025 app/xcf.c:436 #, c-format msgid "open failed on %s: %s\n" msgstr "Impossible d'obrir a %s: %s\n" -#: app/paths_dialog.c:2044 +#: app/paths_dialog.c:2047 msgid "Load/Store Bezier Curves" msgstr "Carregar/Desar corbes de Bezier" -#: app/paths_dialog.c:2084 +#: app/paths_dialog.c:2087 msgid "Load Path" msgstr "Carregar el camí" -#: app/paths_dialog.c:2106 +#: app/paths_dialog.c:2109 msgid "Store Path" msgstr "Desar el camí" @@ -4334,7 +4340,7 @@ msgstr "" msgid "Posterize does not operate on indexed drawables." msgstr "La 'posterització' no funciona amb els 'drawables' indexats" -#: app/posterize.c:193 app/tools.c:704 +#: app/posterize.c:193 app/tools.c:1105 msgid "Posterize" msgstr "Posteritza" @@ -4343,55 +4349,55 @@ msgstr "Posteritza" msgid "Posterize Levels:" msgstr "Nivells de 'posterització'" -#: app/preferences_dialog.c:244 +#: app/preferences_dialog.c:247 msgid "Error: Levels of undo must be zero or greater." msgstr "Error: els nivells de desfer han de ser zero o més." -#: app/preferences_dialog.c:250 +#: app/preferences_dialog.c:253 msgid "Error: Marching speed must be 50 or greater." msgstr "Error: la velocitat de funcionament ha de ser 50 o més." -#: app/preferences_dialog.c:256 +#: app/preferences_dialog.c:259 msgid "Error: Default width must be one or greater." msgstr "Error: l'amplada per defecte ha de ser 1 o més." -#: app/preferences_dialog.c:262 +#: app/preferences_dialog.c:265 msgid "Error: Default height must be one or greater." msgstr "Error: l'alçada per defecte ha de ser 1 o més." -#: app/preferences_dialog.c:269 +#: app/preferences_dialog.c:272 msgid "Error: Default unit must be within unit range." msgstr "Error: la unitat per defecte ha d'estar dins del límit d'unitat" -#: app/preferences_dialog.c:276 +#: app/preferences_dialog.c:279 #, fuzzy msgid "Error: Default resolution must not be zero." msgstr "Error: la resolució per defecte no ha de ser zero." -#: app/preferences_dialog.c:284 +#: app/preferences_dialog.c:287 msgid "Error: Default resolution unit must be within unit range." msgstr "" "Error: la unitat de la resolució per defecte ha d'estar dins del límit " "d'unitat." -#: app/preferences_dialog.c:291 +#: app/preferences_dialog.c:294 msgid "Error: Monitor resolution must not be zero." msgstr "Error: la resolució del monitor no pot ser zero." -#: app/preferences_dialog.c:298 +#: app/preferences_dialog.c:301 msgid "Error: Image title format must not be NULL." msgstr "El format del títol d'imatge no ha de ser NUL." -#: app/preferences_dialog.c:305 +#: app/preferences_dialog.c:308 msgid "Error: Number of processors must be between 1 and 30." msgstr "Error: el nombre de processadors ha d'estar entre 1 i 30." -#: app/preferences_dialog.c:356 +#: app/preferences_dialog.c:359 #, fuzzy msgid "Save Preferences ?" msgstr "Preferències" -#: app/preferences_dialog.c:377 +#: app/preferences_dialog.c:380 msgid "" "At least one of the changes you made will only\n" "take effect after you restart the GIMP.\n" @@ -4402,506 +4408,523 @@ msgid "" "be applied." msgstr "" -#: app/preferences_dialog.c:471 +#: app/preferences_dialog.c:474 msgid "You will need to restart GIMP for these changes to take effect." msgstr "Cal que reinicialitzeu el GIMP perquè els canvis tinguin efecte." -#: app/preferences_dialog.c:1020 +#: app/preferences_dialog.c:1029 #, c-format msgid "The default comment is limited to %d characters." msgstr "" -#: app/preferences_dialog.c:1445 +#: app/preferences_dialog.c:1455 msgid "Preferences" msgstr "Preferències" #. The categories tree -#: app/preferences_dialog.c:1467 +#: app/preferences_dialog.c:1477 msgid "Categories" msgstr "Categories" -#: app/preferences_dialog.c:1495 app/preferences_dialog.c:1497 +#: app/preferences_dialog.c:1505 app/preferences_dialog.c:1507 msgid "New File" msgstr "Nou fitxer" -#: app/preferences_dialog.c:1508 +#: app/preferences_dialog.c:1518 msgid "Default Image Size and Unit" msgstr "Mida d'imatge i unitat per defecte" -#: app/preferences_dialog.c:1522 +#: app/preferences_dialog.c:1532 msgid "Width" msgstr "Amplada" -#: app/preferences_dialog.c:1524 +#: app/preferences_dialog.c:1534 msgid "Height" msgstr "Alçada" -#: app/preferences_dialog.c:1554 +#: app/preferences_dialog.c:1564 msgid "Default Image Resolution and Resolution Unit" msgstr "Resolució d'imatge per defecte i unitat de resolució" -#: app/preferences_dialog.c:1581 app/preferences_dialog.c:2352 +#: app/preferences_dialog.c:1591 app/preferences_dialog.c:2384 msgid "dpi" msgstr "Punts per polzada" -#: app/preferences_dialog.c:1628 +#: app/preferences_dialog.c:1638 msgid "Default Image Type:" msgstr "Tipus d'imatge per defecte" -#: app/preferences_dialog.c:1640 +#: app/preferences_dialog.c:1650 msgid "Maximum Image Size:" msgstr "Mida màxima d'imatge" -#: app/preferences_dialog.c:1645 app/preferences_dialog.c:1647 +#: app/preferences_dialog.c:1655 app/preferences_dialog.c:1657 #, fuzzy msgid "Default Comment" msgstr "Per defecte" -#: app/preferences_dialog.c:1655 +#: app/preferences_dialog.c:1665 msgid "Comment Used for New Images" msgstr "" -#: app/preferences_dialog.c:1675 app/preferences_dialog.c:1677 +#: app/preferences_dialog.c:1685 app/preferences_dialog.c:1687 msgid "Display" msgstr "Pantalla" -#: app/preferences_dialog.c:1685 +#: app/preferences_dialog.c:1695 msgid "Transparency" msgstr "Transparència" -#: app/preferences_dialog.c:1704 +#: app/preferences_dialog.c:1714 msgid "Light Checks" msgstr "Comprovacions de llum" -#: app/preferences_dialog.c:1705 +#: app/preferences_dialog.c:1715 msgid "Mid-Tone Checks" msgstr "Comprovacions de tons mitjans" -#: app/preferences_dialog.c:1706 +#: app/preferences_dialog.c:1716 msgid "Dark Checks" msgstr "Comprovacions de foscor" -#: app/preferences_dialog.c:1707 +#: app/preferences_dialog.c:1717 msgid "White Only" msgstr "Només blanc" -#: app/preferences_dialog.c:1708 +#: app/preferences_dialog.c:1718 msgid "Gray Only" msgstr "Només gris" -#: app/preferences_dialog.c:1709 +#: app/preferences_dialog.c:1719 msgid "Black Only" msgstr "Només negre" -#: app/preferences_dialog.c:1713 +#: app/preferences_dialog.c:1723 msgid "Transparency Type:" msgstr "Tipus de transparència:" -#: app/preferences_dialog.c:1720 app/preferences_dialog.c:1812 -#: app/preferences_dialog.c:1826 +#: app/preferences_dialog.c:1730 app/preferences_dialog.c:1822 +#: app/preferences_dialog.c:1836 msgid "Small" msgstr "Petit" -#: app/preferences_dialog.c:1721 app/preferences_dialog.c:1813 -#: app/preferences_dialog.c:1827 +#: app/preferences_dialog.c:1731 app/preferences_dialog.c:1823 +#: app/preferences_dialog.c:1837 msgid "Medium" msgstr "Mitjà" -#: app/preferences_dialog.c:1722 app/preferences_dialog.c:1814 -#: app/preferences_dialog.c:1828 +#: app/preferences_dialog.c:1732 app/preferences_dialog.c:1824 +#: app/preferences_dialog.c:1838 msgid "Large" msgstr "Gran" -#: app/preferences_dialog.c:1726 +#: app/preferences_dialog.c:1736 msgid "Check Size:" msgstr "Comprovar la mida" -#: app/preferences_dialog.c:1729 +#: app/preferences_dialog.c:1739 msgid "8-Bit Displays" msgstr "Pantalla de 8-bits" -#: app/preferences_dialog.c:1750 +#: app/preferences_dialog.c:1760 msgid "Minimum Number of Colors:" msgstr "" -#: app/preferences_dialog.c:1753 +#: app/preferences_dialog.c:1763 msgid "Install Colormap" msgstr "Instal·la el mapa de colors" -#: app/preferences_dialog.c:1762 +#: app/preferences_dialog.c:1772 msgid "Colormap Cycling" msgstr "El mapa de color està activat" -#: app/preferences_dialog.c:1811 +#: app/preferences_dialog.c:1821 msgid "Tiny" msgstr "Diminut" -#: app/preferences_dialog.c:1815 +#: app/preferences_dialog.c:1825 msgid "Huge" msgstr "Enorme" -#: app/preferences_dialog.c:1819 +#: app/preferences_dialog.c:1829 msgid "Preview Size:" msgstr "Mida de previsualització" -#: app/preferences_dialog.c:1832 +#: app/preferences_dialog.c:1842 msgid "Nav Preview Size:" msgstr "Mida de previsualització Nav" -#: app/preferences_dialog.c:1842 +#: app/preferences_dialog.c:1852 msgid "Recent Documents List Size:" msgstr "Mida de la llista de documents recents" #. Indicators -#: app/preferences_dialog.c:1846 +#: app/preferences_dialog.c:1856 #, fuzzy msgid "Toolbox" msgstr "/Eines/Caixa d'eines" -#: app/preferences_dialog.c:1849 +#: app/preferences_dialog.c:1859 #, fuzzy msgid "Display Brush, Pattern and Gradient Indicators" msgstr "Mostra els indicadors de brotxa i de patró a la barra d'eines" -#: app/preferences_dialog.c:1858 +#: app/preferences_dialog.c:1868 msgid "Dialog Behaviour" msgstr "" -#: app/preferences_dialog.c:1860 +#: app/preferences_dialog.c:1870 msgid "Navigation Window per Display" msgstr "" -#: app/preferences_dialog.c:1869 +#: app/preferences_dialog.c:1879 msgid "Info Window Follows Mouse" msgstr "" -#: app/preferences_dialog.c:1880 app/preferences_dialog.c:1882 +#: app/preferences_dialog.c:1890 app/preferences_dialog.c:1892 msgid "Help System" msgstr "Sistema d'ajuda" -#: app/preferences_dialog.c:1892 +#: app/preferences_dialog.c:1902 msgid "Show Tool Tips" msgstr "Mostrar els consells de les eines" -#: app/preferences_dialog.c:1902 +#: app/preferences_dialog.c:1912 msgid "Context Sensitive Help with \"F1\"" msgstr "Ajuda sensitiva al context amb \"F1\"" -#: app/preferences_dialog.c:1911 +#: app/preferences_dialog.c:1921 #, fuzzy msgid "Help Browser" msgstr "Sistema d'ajuda" -#: app/preferences_dialog.c:1923 +#: app/preferences_dialog.c:1933 #, fuzzy msgid "Internal" msgstr "Intèrval" -#: app/preferences_dialog.c:1924 +#: app/preferences_dialog.c:1934 msgid "Netscape" msgstr "" -#: app/preferences_dialog.c:1928 +#: app/preferences_dialog.c:1938 msgid "Help Browser to Use:" msgstr "" -#: app/preferences_dialog.c:1933 app/preferences_dialog.c:1935 +#: app/preferences_dialog.c:1943 app/preferences_dialog.c:1945 msgid "Image Windows" msgstr "Finestres d'imatges" -#: app/preferences_dialog.c:1943 +#: app/preferences_dialog.c:1953 msgid "Appearance" msgstr "Aparença" -#: app/preferences_dialog.c:1945 +#: app/preferences_dialog.c:1955 msgid "Use \"Dot for Dot\" by default" msgstr "" -#: app/preferences_dialog.c:1954 +#: app/preferences_dialog.c:1964 msgid "Resize Window on Zoom" msgstr "Redimensionar la finestra amb el zoom" -#: app/preferences_dialog.c:1963 +#: app/preferences_dialog.c:1973 msgid "Show Rulers" msgstr "Mostrar els regles" -#: app/preferences_dialog.c:1972 +#: app/preferences_dialog.c:1982 msgid "Show Statusbar" msgstr "Mostrar la barra d'estat" -#: app/preferences_dialog.c:1996 +#: app/preferences_dialog.c:2006 msgid "Marching Ants Speed:" msgstr "Velocitat de formiga" #. Set the currently used string as "Custom" -#: app/preferences_dialog.c:2004 +#: app/preferences_dialog.c:2014 msgid "Custom" msgstr "Personalitzar" #. set some commonly used format strings -#: app/preferences_dialog.c:2010 +#: app/preferences_dialog.c:2020 msgid "Standard" msgstr "Estàndard" -#: app/preferences_dialog.c:2015 +#: app/preferences_dialog.c:2025 msgid "Show zoom percentage" msgstr "Mostrar el percentatge del zoom" -#: app/preferences_dialog.c:2020 +#: app/preferences_dialog.c:2030 msgid "Show zoom ratio" msgstr "Mostrar la proporció del zoom" -#: app/preferences_dialog.c:2025 +#: app/preferences_dialog.c:2035 msgid "Show reversed zoom ratio" msgstr "Mostrar la proporció inversa del zoom" -#: app/preferences_dialog.c:2036 +#: app/preferences_dialog.c:2046 msgid "Image Title Format:" msgstr "Format de títol d'imatge:" #. End of the title format string -#: app/preferences_dialog.c:2040 +#: app/preferences_dialog.c:2050 msgid "Pointer Movement Feedback" msgstr "Traça del moviment del punter" -#: app/preferences_dialog.c:2043 +#: app/preferences_dialog.c:2053 #, fuzzy msgid "Perfect-but-Slow Pointer Tracking" msgstr "Seguiment perfecte però lent del punter" -#: app/preferences_dialog.c:2052 +#: app/preferences_dialog.c:2062 msgid "Disable Cursor Updating" msgstr "Desactivar l'actualització del cursor" -#: app/preferences_dialog.c:2064 app/preferences_dialog.c:2066 -#: app/tools.c:1079 +#: app/preferences_dialog.c:2081 +#, fuzzy +msgid "Tool Icon" +msgstr "Opcions d'eina" + +#: app/preferences_dialog.c:2083 +msgid "Tool Icon with Crosshair" +msgstr "" + +#: app/preferences_dialog.c:2085 +msgid "Crosshair only" +msgstr "" + +#: app/preferences_dialog.c:2090 +msgid "Cursor Mode:" +msgstr "" + +#: app/preferences_dialog.c:2096 app/preferences_dialog.c:2098 +#: app/tools.c:1536 msgid "Tool Options" msgstr "Opcions d'eina" -#: app/preferences_dialog.c:2074 +#: app/preferences_dialog.c:2106 msgid "Paint Options" msgstr "Opcions de pintar" -#: app/preferences_dialog.c:2077 +#: app/preferences_dialog.c:2109 msgid "Use Global Paint Options" msgstr "Usa les opcions globals de pintat" -#: app/preferences_dialog.c:2086 +#: app/preferences_dialog.c:2118 #, fuzzy msgid "Finding Contiguous Regions" msgstr "Selecciona les regions contínues" -#: app/preferences_dialog.c:2105 +#: app/preferences_dialog.c:2137 #, fuzzy msgid "Default Threshold:" msgstr "Llindar:" -#: app/preferences_dialog.c:2114 app/preferences_dialog.c:2116 +#: app/preferences_dialog.c:2146 app/preferences_dialog.c:2148 msgid "Environment" msgstr "Entorn" -#: app/preferences_dialog.c:2124 +#: app/preferences_dialog.c:2156 msgid "Resource Consumption" msgstr "Consum dels recursos" -#: app/preferences_dialog.c:2126 +#: app/preferences_dialog.c:2158 msgid "Conservative Memory Usage" msgstr "Utilització conservadora de la memòria" -#: app/preferences_dialog.c:2154 +#: app/preferences_dialog.c:2186 msgid "Levels of Undo:" msgstr "Nivells de desfer" -#: app/preferences_dialog.c:2166 app/user_install.c:1104 +#: app/preferences_dialog.c:2198 app/user_install.c:1105 msgid "Tile Cache Size:" msgstr "Mida de la memòria cau en mosaic" -#: app/preferences_dialog.c:2177 +#: app/preferences_dialog.c:2209 msgid "Number of Processors to Use:" msgstr "Nombre de processadors que cal usar:" -#: app/preferences_dialog.c:2181 app/transform_tool.c:215 +#: app/preferences_dialog.c:2213 app/transform_tool.c:215 msgid "Scaling" msgstr "Escalat" -#: app/preferences_dialog.c:2199 +#: app/preferences_dialog.c:2231 #, fuzzy msgid "Nearest Neighbor (Fast)" msgstr "Veí mes proper" -#: app/preferences_dialog.c:2203 +#: app/preferences_dialog.c:2235 msgid "Cubic (Slow)" msgstr "" -#: app/preferences_dialog.c:2208 +#: app/preferences_dialog.c:2240 msgid "Interpolation Type:" msgstr "" -#: app/preferences_dialog.c:2211 +#: app/preferences_dialog.c:2243 msgid "File Saving" msgstr "S'està desant el fitxer" -#: app/preferences_dialog.c:2228 app/preferences_dialog.c:2241 +#: app/preferences_dialog.c:2260 app/preferences_dialog.c:2273 msgid "Always" msgstr "Sempre" -#: app/preferences_dialog.c:2229 +#: app/preferences_dialog.c:2261 msgid "Never" msgstr "Mai" -#: app/preferences_dialog.c:2233 +#: app/preferences_dialog.c:2265 msgid "Try to Write a Thumbnail File:" msgstr "Proveu d'escriure un arxiu amb miniatura:" -#: app/preferences_dialog.c:2240 +#: app/preferences_dialog.c:2272 #, fuzzy msgid "Only when Modified" msgstr "Només quan sigui modificat" -#: app/preferences_dialog.c:2245 +#: app/preferences_dialog.c:2277 #, fuzzy msgid "\"File > Save\" Saves the Image:" msgstr "'Arxiu > Desa' desa la imatge:" -#: app/preferences_dialog.c:2251 +#: app/preferences_dialog.c:2283 msgid "Session Management" msgstr "Gestió de la sessió" -#: app/preferences_dialog.c:2253 +#: app/preferences_dialog.c:2285 msgid "Session" msgstr "Sessió" -#: app/preferences_dialog.c:2261 +#: app/preferences_dialog.c:2293 msgid "Window Positions" msgstr "Posicions de la finestra" -#: app/preferences_dialog.c:2263 +#: app/preferences_dialog.c:2295 msgid "Save Window Positions on Exit" msgstr "Desa les posicions de les finestres en sortir" -#: app/preferences_dialog.c:2277 +#: app/preferences_dialog.c:2309 #, fuzzy msgid "Clear Saved Window Positions Now" msgstr "Esborra les posicions de finestra desades" -#: app/preferences_dialog.c:2285 +#: app/preferences_dialog.c:2317 msgid "Always Try to Restore Session" msgstr "Intenta sempre restaurar la sessió" -#: app/preferences_dialog.c:2294 +#: app/preferences_dialog.c:2326 msgid "Devices" msgstr "Dispositius" -#: app/preferences_dialog.c:2296 +#: app/preferences_dialog.c:2328 msgid "Save Device Status on Exit" msgstr "Desa l'estat dels dispositius en sortir" -#: app/preferences_dialog.c:2307 app/preferences_dialog.c:2309 +#: app/preferences_dialog.c:2339 app/preferences_dialog.c:2341 msgid "Monitor" msgstr "Monitor" -#: app/preferences_dialog.c:2317 +#: app/preferences_dialog.c:2349 msgid "Get Monitor Resolution" msgstr "Recupera la resolució del monitor" -#: app/preferences_dialog.c:2325 +#: app/preferences_dialog.c:2357 #, c-format msgid "(Currently %d x %d dpi)" msgstr "(Actualment %d x %d ppp)" -#: app/preferences_dialog.c:2377 -msgid "From X Server" -msgstr "Des del servidor X" +#: app/preferences_dialog.c:2409 +msgid "From windowing system" +msgstr "" -#: app/preferences_dialog.c:2392 +#: app/preferences_dialog.c:2424 msgid "Manually:" msgstr "Manualment:" -#: app/preferences_dialog.c:2405 app/preferences_dialog.c:2407 +#: app/preferences_dialog.c:2437 app/preferences_dialog.c:2439 msgid "Directories" msgstr "Directoris" -#: app/preferences_dialog.c:2424 +#: app/preferences_dialog.c:2456 msgid "Temp Dir:" msgstr "Directori temporal:" -#: app/preferences_dialog.c:2424 +#: app/preferences_dialog.c:2456 msgid "Select Temp Dir" msgstr "Selecciona el directori temporal" -#: app/preferences_dialog.c:2425 +#: app/preferences_dialog.c:2457 msgid "Swap Dir:" msgstr "Directori d'intercanvi:" -#: app/preferences_dialog.c:2425 app/user_install.c:1124 +#: app/preferences_dialog.c:2457 app/user_install.c:1125 msgid "Select Swap Dir" msgstr "Selecciona el directori d'intercanvi" -#: app/preferences_dialog.c:2461 +#: app/preferences_dialog.c:2493 msgid "Brushes Directories" msgstr "Directoris dels pinzells" -#: app/preferences_dialog.c:2463 +#: app/preferences_dialog.c:2495 msgid "Select Brushes Dir" msgstr "Selecciona el directori dels pinzells" -#: app/preferences_dialog.c:2465 +#: app/preferences_dialog.c:2497 msgid "Generated Brushes" msgstr "Pinzells creats" -#: app/preferences_dialog.c:2465 +#: app/preferences_dialog.c:2497 msgid "Generated Brushes Directories" msgstr "Directoris dels pinzells creats" -#: app/preferences_dialog.c:2467 +#: app/preferences_dialog.c:2499 msgid "Select Generated Brushes Dir" msgstr "Selecciona el directori dels pinzells creats" -#: app/preferences_dialog.c:2469 +#: app/preferences_dialog.c:2501 msgid "Patterns Directories" msgstr "Directoris dels patrons" -#: app/preferences_dialog.c:2471 +#: app/preferences_dialog.c:2503 msgid "Select Patterns Dir" msgstr "Selecciona el directori dels patrons" -#: app/preferences_dialog.c:2473 +#: app/preferences_dialog.c:2505 msgid "Palettes Directories" msgstr "Directoris de les paletes" -#: app/preferences_dialog.c:2475 +#: app/preferences_dialog.c:2507 msgid "Select Palettes Dir" msgstr "Selecciona el directori de les paletes" -#: app/preferences_dialog.c:2477 +#: app/preferences_dialog.c:2509 msgid "Gradients Directories" msgstr "Directoris dels gradients" -#: app/preferences_dialog.c:2479 +#: app/preferences_dialog.c:2511 msgid "Select Gradients Dir" msgstr "Selecciona el directori dels gradients" -#: app/preferences_dialog.c:2481 +#: app/preferences_dialog.c:2513 msgid "Plug-Ins" msgstr "Extensions" -#: app/preferences_dialog.c:2481 +#: app/preferences_dialog.c:2513 msgid "Plug-Ins Directories" msgstr "Directoris de les extensions" -#: app/preferences_dialog.c:2483 +#: app/preferences_dialog.c:2515 msgid "Select Plug-Ins Dir" msgstr "Selecciona el directori de les extensions" -#: app/preferences_dialog.c:2485 +#: app/preferences_dialog.c:2517 msgid "Modules" msgstr "Mòduls" -#: app/preferences_dialog.c:2485 +#: app/preferences_dialog.c:2517 msgid "Modules Directories" msgstr "Directoris dels mòduls" -#: app/preferences_dialog.c:2487 +#: app/preferences_dialog.c:2519 msgid "Select Modules Dir" msgstr "Selecciona el directori del mòduls" @@ -4944,12 +4967,12 @@ msgstr "Extensi msgid "Temporary Procedure" msgstr "Procediment temporal" -#: app/qmask.c:273 +#: app/qmask.c:270 msgid "Edit Qmask Attributes" msgstr "Edita els atributs del Qmask" #. The opacity scale -#: app/qmask.c:301 +#: app/qmask.c:298 msgid "Mask Opacity:" msgstr "Opacitat de la màscara" @@ -5078,7 +5101,7 @@ msgid "Shearing..." msgstr "Retallant..." #. Create the shell -#: app/text_tool.c:151 app/text_tool.c:393 +#: app/text_tool.c:151 app/text_tool.c:400 msgid "Text Tool" msgstr "Eina de text" @@ -5094,17 +5117,17 @@ msgstr "Contorn:" msgid "Use Dynamic Text" msgstr "Utilitza text dinàmic" -#: app/text_tool.c:602 +#: app/text_tool.c:609 #, fuzzy, c-format msgid "Font '%s' not found." msgstr "No es troba el tipus de lletra '%s'. %s" -#: app/text_tool.c:621 +#: app/text_tool.c:628 #, c-format msgid "Font '%s' not found.%s" msgstr "No es troba el tipus de lletra '%s'. %s" -#: app/text_tool.c:624 +#: app/text_tool.c:631 msgid "" "\n" "If you don't have scalable fonts, try turning off antialiasing in the tool " @@ -5114,11 +5137,11 @@ msgstr "" "Si no teniu tipus de lletra escalables, proveu de desactivar l'antialiasing " "en l'eina d'opcions." -#: app/text_tool.c:735 +#: app/text_tool.c:742 msgid "Text Layer" msgstr "Capa de text" -#: app/threshold.c:171 app/threshold.c:266 app/tools.c:722 +#: app/threshold.c:171 app/threshold.c:266 app/tools.c:1133 msgid "Threshold" msgstr "Llindar" @@ -5192,7 +5215,7 @@ msgstr "Selecci msgid "Bezier Selection" msgstr "Selecció Bezier" -#: app/tool_options.c:155 app/tools.c:177 +#: app/tool_options.c:155 app/tools.c:288 msgid "Intelligent Scissors" msgstr "Tisores intel·ligents" @@ -5214,7 +5237,7 @@ msgstr "Mida fixada / r msgid "Unit:" msgstr "Unitat:" -#: app/tool_options.c:469 app/tools.c:375 +#: app/tool_options.c:469 app/tools.c:596 msgid "Bucket Fill" msgstr "Omple amb el cubell" @@ -5223,19 +5246,19 @@ msgstr "Omple amb el cubell" msgid "Blend Tool" msgstr "Mescla: " -#: app/tool_options.c:473 app/tools.c:411 +#: app/tool_options.c:473 app/tools.c:652 msgid "Pencil" msgstr "Llapis" -#: app/tool_options.c:475 app/tools.c:429 +#: app/tool_options.c:475 app/tools.c:680 msgid "Paintbrush" msgstr "Pincell" -#: app/tool_options.c:477 app/tools.c:447 +#: app/tool_options.c:477 app/tools.c:708 msgid "Eraser" msgstr "Goma d'esborrar" -#: app/tool_options.c:479 app/tools.c:465 +#: app/tool_options.c:479 app/tools.c:736 msgid "Airbrush" msgstr "Esprai" @@ -5253,7 +5276,7 @@ msgstr "Convolve" msgid "Ink Tool" msgstr "" -#: app/tool_options.c:487 app/tools.c:537 app/tools.c:543 +#: app/tool_options.c:487 app/tools.c:848 app/tools.c:854 msgid "Dodge or Burn" msgstr "Esvaeix o crema" @@ -5285,371 +5308,371 @@ msgstr "Duresa:" msgid "Rate" msgstr "Velocitat:" -#: app/tools.c:87 +#: app/tools.c:148 msgid "Rect Select" msgstr "Selecciona rectangle" -#: app/tools.c:88 +#: app/tools.c:149 #, fuzzy msgid "/Tools/Select Tools/Rect Select" msgstr "/Eines/Selecciona rectangle" -#: app/tools.c:93 +#: app/tools.c:154 msgid "Select rectangular regions" msgstr "Selecciona regions rectangulars" -#: app/tools.c:105 +#: app/tools.c:176 msgid "Ellipse Select" msgstr "Selecciona el·lipsi" -#: app/tools.c:106 +#: app/tools.c:177 #, fuzzy msgid "/Tools/Select Tools/Ellipse Select" msgstr "/Eines/Selecciona el·lipsi" -#: app/tools.c:111 +#: app/tools.c:182 msgid "Select elliptical regions" msgstr "Selecciona les regions el·líptiques" -#: app/tools.c:123 +#: app/tools.c:204 msgid "Free Select" msgstr "Selecció lliure" -#: app/tools.c:124 +#: app/tools.c:205 #, fuzzy msgid "/Tools/Select Tools/Free Select" msgstr "/Eines/Selecció lliure" -#: app/tools.c:129 +#: app/tools.c:210 msgid "Select hand-drawn regions" msgstr "Selecciona les regions dibuixades a mà" -#: app/tools.c:141 +#: app/tools.c:232 msgid "Fuzzy Select" msgstr "Selecció difusa" -#: app/tools.c:142 +#: app/tools.c:233 #, fuzzy msgid "/Tools/Select Tools/Fuzzy Select" msgstr "/Eines/Selecció difusa" -#: app/tools.c:147 +#: app/tools.c:238 msgid "Select contiguous regions" msgstr "Selecciona les regions contínues" -#: app/tools.c:159 +#: app/tools.c:260 msgid "Bezier Select" msgstr "Selecció Bezier" -#: app/tools.c:160 +#: app/tools.c:261 #, fuzzy msgid "/Tools/Select Tools/Bezier Select" msgstr "/Eines/Selecció Bezier" -#: app/tools.c:165 +#: app/tools.c:266 msgid "Select regions using Bezier curves" msgstr "Selecciona les regions utilitzant corbes Bezier" -#: app/tools.c:178 +#: app/tools.c:289 #, fuzzy msgid "/Tools/Select Tools/Intelligent Scissors" msgstr "/Eines/Tisores intel·ligents" -#: app/tools.c:183 +#: app/tools.c:294 msgid "Select shapes from image" msgstr "Selecciona les formes de la imatge" -#: app/tools.c:195 +#: app/tools.c:316 msgid "Move" msgstr "Mou" -#: app/tools.c:196 +#: app/tools.c:317 #, fuzzy msgid "/Tools/Transform Tools/Move" msgstr "/Eines/Transforma" -#: app/tools.c:201 +#: app/tools.c:322 msgid "Move layers & selections" msgstr "Mou les capes i les seleccions" -#: app/tools.c:213 +#: app/tools.c:344 msgid "Magnify" msgstr "Augmenta" -#: app/tools.c:214 +#: app/tools.c:345 #, fuzzy msgid "/Tools/Transform Tools/Magnify" msgstr "/Eines/Transforma" -#: app/tools.c:219 +#: app/tools.c:350 msgid "Zoom in & out" msgstr "Amplia i redueix el zoom" -#: app/tools.c:232 +#: app/tools.c:373 #, fuzzy msgid "/Tools/Transform Tools/Crop & Resize" msgstr "/Eines/Escapça i canvia la mida" -#: app/tools.c:237 +#: app/tools.c:378 msgid "Crop or resize the image" msgstr "Escapça o canvia la mida de la imatge" #. the transform type radio buttons -#: app/tools.c:249 app/tools.c:267 app/tools.c:285 app/tools.c:303 +#: app/tools.c:400 app/tools.c:428 app/tools.c:456 app/tools.c:484 #: app/transform_core.c:252 app/transform_tool.c:211 msgid "Transform" msgstr "transforma" -#: app/tools.c:250 +#: app/tools.c:401 #, fuzzy msgid "/Tools/Transform Tools/Transform" msgstr "/Eines/Transforma" -#: app/tools.c:255 app/tools.c:273 app/tools.c:291 app/tools.c:309 +#: app/tools.c:406 app/tools.c:434 app/tools.c:462 app/tools.c:490 msgid "Rotation, scaling, shearing, perspective." msgstr "" -#: app/tools.c:321 +#: app/tools.c:512 msgid "Flip" msgstr "Volteja" -#: app/tools.c:322 +#: app/tools.c:513 #, fuzzy msgid "/Tools/Transform Tools/Flip" msgstr "/Eines/Transforma" -#: app/tools.c:327 +#: app/tools.c:518 msgid "Flip the layer or selection" msgstr "Volteja la capa o la selecció" -#: app/tools.c:339 +#: app/tools.c:540 msgid "Text" msgstr "Text" -#: app/tools.c:340 +#: app/tools.c:541 msgid "/Tools/Text" msgstr "/Eines/Text" -#: app/tools.c:345 +#: app/tools.c:546 msgid "Add text to the image" msgstr "Afegeix el text a la imatge" -#: app/tools.c:358 +#: app/tools.c:569 msgid "/Tools/Color Picker" msgstr "/Eines/Capturador de color" -#: app/tools.c:363 +#: app/tools.c:574 msgid "Pick colors from the image" msgstr "Tria els colors de la imatge" -#: app/tools.c:376 +#: app/tools.c:597 #, fuzzy msgid "/Tools/Paint Tools/Bucket Fill" msgstr "/Eines/Omple amb el cubell" -#: app/tools.c:381 +#: app/tools.c:602 msgid "Fill with a color or pattern" msgstr "Omple amb un color o un patró" -#: app/tools.c:393 +#: app/tools.c:624 msgid "Blend" msgstr "Mescla" -#: app/tools.c:394 +#: app/tools.c:625 #, fuzzy msgid "/Tools/Paint Tools/Blend" msgstr "/Eines/Mescla" -#: app/tools.c:399 +#: app/tools.c:630 msgid "Fill with a color gradient" msgstr "Omple amb un gradient de color" -#: app/tools.c:412 +#: app/tools.c:653 #, fuzzy msgid "/Tools/Paint Tools/Pencil" msgstr "/Eines/Llapis" -#: app/tools.c:417 +#: app/tools.c:658 msgid "Draw sharp pencil strokes" msgstr "Dibuixa amb pinzells de traç afinat" -#: app/tools.c:430 +#: app/tools.c:681 #, fuzzy msgid "/Tools/Paint Tools/Paintbrush" msgstr "/Eines/Pincell" -#: app/tools.c:435 +#: app/tools.c:686 msgid "Paint fuzzy brush strokes" msgstr "Pinta amb pinzells de traç borrós" -#: app/tools.c:448 +#: app/tools.c:709 #, fuzzy msgid "/Tools/Paint Tools/Eraser" msgstr "/Eines/Goma d'esborrar" -#: app/tools.c:453 +#: app/tools.c:714 msgid "Erase to background or transparency" msgstr "Esborra fins el fons o la transparència" -#: app/tools.c:466 +#: app/tools.c:737 #, fuzzy msgid "/Tools/Paint Tools/Airbrush" msgstr "/Eines/Pincell" -#: app/tools.c:471 +#: app/tools.c:742 msgid "Airbrush with variable pressure" msgstr "Esprai amb pressió variable" -#: app/tools.c:483 +#: app/tools.c:764 msgid "Clone" msgstr "Clona" -#: app/tools.c:484 +#: app/tools.c:765 #, fuzzy msgid "/Tools/Paint Tools/Clone" msgstr "/Eines/Clona" -#: app/tools.c:489 +#: app/tools.c:770 msgid "Paint using patterns or image regions" msgstr "Pinta utilitzant patrons o regions d'imatge" -#: app/tools.c:501 +#: app/tools.c:792 msgid "Convolve" msgstr "Convolve" -#: app/tools.c:502 +#: app/tools.c:793 #, fuzzy msgid "/Tools/Paint Tools/Convolve" msgstr "/Eines/Convolve" -#: app/tools.c:507 +#: app/tools.c:798 msgid "Blur or sharpen" msgstr "Desenfoca o afina" -#: app/tools.c:519 +#: app/tools.c:820 msgid "Ink" msgstr "Tinta" -#: app/tools.c:520 +#: app/tools.c:821 #, fuzzy msgid "/Tools/Paint Tools/Ink" msgstr "/Eines/Pincell" -#: app/tools.c:525 +#: app/tools.c:826 msgid "Draw in ink" msgstr "Dibuixa amb tinta" -#: app/tools.c:538 +#: app/tools.c:849 #, fuzzy msgid "/Tools/Paint Tools/DodgeBurn" msgstr "/Eines/EsvairCremar" -#: app/tools.c:555 app/tools.c:561 +#: app/tools.c:876 app/tools.c:882 msgid "Smudge" msgstr "Taca" -#: app/tools.c:556 +#: app/tools.c:877 #, fuzzy msgid "/Tools/Paint Tools/Smudge" msgstr "/Eines/Taca" -#: app/tools.c:593 +#: app/tools.c:934 msgid "Measure" msgstr "Mesura" -#: app/tools.c:594 +#: app/tools.c:935 msgid "/Tools/Measure" msgstr "/Eines/Mesura" -#: app/tools.c:599 +#: app/tools.c:940 msgid "Measure distances and angles" msgstr "Mesura les distàncies i els angles" -#: app/tools.c:632 +#: app/tools.c:993 msgid "By Color Select" msgstr "Selecció per color" -#: app/tools.c:633 +#: app/tools.c:994 msgid "/Select/By Color..." msgstr "/Selecciona/Per color" -#: app/tools.c:638 +#: app/tools.c:999 #, fuzzy msgid "Select regions by color" msgstr "Selecciona les regions utilitzant corbes Bezier" -#: app/tools.c:651 +#: app/tools.c:1022 #, fuzzy msgid "/Image/Colors/Color Balance..." msgstr "/Imatge/Colors/Equilibri de Colors" -#: app/tools.c:656 +#: app/tools.c:1027 #, fuzzy msgid "Adjust color balance" msgstr "Balanç de color" -#: app/tools.c:669 +#: app/tools.c:1050 #, fuzzy msgid "/Image/Colors/Brightness-Contrast..." msgstr "/Imatge/Colors/Lluminositat-Contrast" -#: app/tools.c:674 +#: app/tools.c:1055 #, fuzzy msgid "Adjust brightness and contrast" msgstr "Brillantor-Contrast" -#: app/tools.c:687 +#: app/tools.c:1078 #, fuzzy msgid "/Image/Colors/Hue-Saturation..." msgstr "/Imatge/Colors/Saturació Hue" -#: app/tools.c:692 +#: app/tools.c:1083 msgid "Adjust hue and saturation" msgstr "" -#: app/tools.c:705 +#: app/tools.c:1106 #, fuzzy msgid "/Image/Colors/Posterize..." msgstr "/Imatge/Colors/Convertir a cartell" -#: app/tools.c:710 +#: app/tools.c:1111 msgid "Reduce image to a fixed numer of colors" msgstr "" -#: app/tools.c:723 +#: app/tools.c:1134 #, fuzzy msgid "/Image/Colors/Threshold..." msgstr "/Imatge/Colors/Llindar" -#: app/tools.c:728 +#: app/tools.c:1139 msgid "Reduce image to two colors using a threshold" msgstr "" -#: app/tools.c:741 +#: app/tools.c:1162 #, fuzzy msgid "/Image/Colors/Curves..." msgstr "/Imatge/Colors/Corbes" -#: app/tools.c:746 +#: app/tools.c:1167 msgid "Adjust color curves" msgstr "" -#: app/tools.c:759 +#: app/tools.c:1190 #, fuzzy msgid "/Image/Colors/Levels..." msgstr "/Imatge/Colors/Nivells" -#: app/tools.c:764 +#: app/tools.c:1195 #, fuzzy msgid "Adjust color levels" msgstr "Nivells automàtics" -#: app/tools.c:777 +#: app/tools.c:1218 #, fuzzy msgid "/Image/Histogram..." msgstr "/Imatge/Histograma" -#: app/tools.c:782 +#: app/tools.c:1223 #, fuzzy msgid "View image histogram" msgstr "/Imatge/Histograma" @@ -5674,7 +5697,7 @@ msgstr "" "Les transformacions no funcionen en\n" "capes que continguin màscares de capa." -#: app/transform_core.c:1616 +#: app/transform_core.c:1604 msgid "Transformation" msgstr "Transformació" @@ -5737,225 +5760,225 @@ msgstr "Mostra el cam msgid "Clip Result" msgstr "Clip resultant" -#: app/undo.c:2889 +#: app/undo.c:2871 #, fuzzy, c-format msgid "Can't undo %s" msgstr "No es pot obrir %s; %s" -#: app/undo.c:2920 +#: app/undo.c:2902 msgid "<>" msgstr "" -#: app/undo.c:2921 +#: app/undo.c:2903 #, fuzzy msgid "image" msgstr "Imatge" -#: app/undo.c:2922 +#: app/undo.c:2904 #, fuzzy msgid "image mod" msgstr "Màscara d'imatge" -#: app/undo.c:2923 +#: app/undo.c:2905 #, fuzzy msgid "mask" msgstr "màscara %s" -#: app/undo.c:2924 +#: app/undo.c:2906 #, fuzzy msgid "layer move" msgstr "Nom de la capa:" #. ok -#: app/undo.c:2925 +#: app/undo.c:2907 #, fuzzy msgid "transform" msgstr "transforma" -#: app/undo.c:2926 +#: app/undo.c:2908 #, fuzzy msgid "paint" msgstr "punt" -#: app/undo.c:2927 +#: app/undo.c:2909 #, fuzzy msgid "new layer" msgstr "Capa nova" -#: app/undo.c:2928 +#: app/undo.c:2910 #, fuzzy msgid "delete layer" msgstr "Suprimeix la capa" -#: app/undo.c:2929 +#: app/undo.c:2911 #, fuzzy msgid "layer mod" msgstr "Nom de la capa:" -#: app/undo.c:2930 +#: app/undo.c:2912 #, fuzzy msgid "add layer mask" msgstr "/Afegeix una màscara de capa" #. ok -#: app/undo.c:2931 +#: app/undo.c:2913 #, fuzzy msgid "delete layer mask" msgstr "Aplico la màscara de capa?" #. ok -#: app/undo.c:2932 +#: app/undo.c:2914 #, fuzzy msgid "rename layer" msgstr "Canvia el nom del camí" -#: app/undo.c:2933 +#: app/undo.c:2915 #, fuzzy msgid "layer reposition" msgstr "Opcions de combinació de capes" #. ok -#: app/undo.c:2934 +#: app/undo.c:2916 #, fuzzy msgid "new channel" msgstr "Nou canal" -#: app/undo.c:2935 +#: app/undo.c:2917 #, fuzzy msgid "delete channel" msgstr "Suprimeix el canal" -#: app/undo.c:2936 +#: app/undo.c:2918 #, fuzzy msgid "channel mod" msgstr "Nom del canal:" -#: app/undo.c:2937 +#: app/undo.c:2919 msgid "FS to layer" msgstr "" #. ok -#: app/undo.c:2938 +#: app/undo.c:2920 #, fuzzy msgid "gimage" msgstr "Imatge" -#: app/undo.c:2939 +#: app/undo.c:2921 msgid "FS rigor" msgstr "" -#: app/undo.c:2940 +#: app/undo.c:2922 msgid "FS relax" msgstr "" -#: app/undo.c:2941 +#: app/undo.c:2923 msgid "guide" msgstr "" -#: app/undo.c:2942 +#: app/undo.c:2924 #, fuzzy msgid "text" msgstr "Text" -#: app/undo.c:2943 +#: app/undo.c:2925 #, fuzzy msgid "float selection" msgstr "Seleccions movibles" -#: app/undo.c:2944 +#: app/undo.c:2926 #, fuzzy msgid "paste" msgstr "Enganxar" -#: app/undo.c:2945 +#: app/undo.c:2927 msgid "cut" msgstr "" -#: app/undo.c:2946 +#: app/undo.c:2928 #, fuzzy msgid "transform core" msgstr "transforma" -#: app/undo.c:2947 +#: app/undo.c:2929 msgid "paint core" msgstr "" -#: app/undo.c:2948 +#: app/undo.c:2930 #, fuzzy msgid "floating layer" msgstr "Capa flotant" #. unused! -#: app/undo.c:2949 +#: app/undo.c:2931 #, fuzzy msgid "linked layer" msgstr "Capa flotant" -#: app/undo.c:2950 +#: app/undo.c:2932 #, fuzzy msgid "apply layer mask" msgstr "Aplico la màscara de capa?" #. ok -#: app/undo.c:2951 +#: app/undo.c:2933 #, fuzzy msgid "layer merge" msgstr "Nom de la capa:" -#: app/undo.c:2952 +#: app/undo.c:2934 #, fuzzy msgid "FS anchor" msgstr "Factor" -#: app/undo.c:2953 +#: app/undo.c:2935 #, fuzzy msgid "gimage mod" msgstr "Màscara d'imatge" -#: app/undo.c:2954 +#: app/undo.c:2936 #, fuzzy msgid "crop" msgstr "copia" -#: app/undo.c:2955 +#: app/undo.c:2937 #, fuzzy msgid "layer scale" msgstr "escala de grisos" -#: app/undo.c:2956 +#: app/undo.c:2938 #, fuzzy msgid "layer resize" msgstr "Canvia la mida de la imatge" -#: app/undo.c:2957 +#: app/undo.c:2939 msgid "quickmask" msgstr "" -#: app/undo.c:2958 +#: app/undo.c:2940 #, fuzzy msgid "attach parasite" msgstr "adjuntar paràsit a la imatge" -#: app/undo.c:2959 +#: app/undo.c:2941 msgid "remove parasite" msgstr "" -#: app/undo.c:2960 +#: app/undo.c:2942 #, fuzzy msgid "resolution change" msgstr "Resolució X:" -#: app/undo.c:2961 +#: app/undo.c:2943 #, fuzzy msgid "image scale" msgstr "Escala de la imatge" -#: app/undo.c:2962 +#: app/undo.c:2944 #, fuzzy msgid "image resize" msgstr "Canvia la mida de la imatge" -#: app/undo.c:2963 +#: app/undo.c:2945 msgid "misc" msgstr "" @@ -6356,72 +6379,72 @@ msgstr "" msgid "Click \"Continue\" to create your personal GIMP directory." msgstr "" -#: app/user_install.c:754 +#: app/user_install.c:755 #, fuzzy, c-format msgid "" "For a proper GIMP installation, a subdirectory named\n" "%s needs to be created." msgstr "Per a una instal·lació correcta del GIMP, un subdirectori anomenat\n" -#: app/user_install.c:760 +#: app/user_install.c:761 msgid "" "This subdirectory will contain a number of important files.\n" "Click on one of the files or subdirectories in the tree\n" "to get more information about the selected item." msgstr "" -#: app/user_install.c:844 +#: app/user_install.c:845 #, fuzzy msgid "User Installation Log" msgstr "" "Registre d'instal·lació de l'usuari\n" "\n" -#: app/user_install.c:850 +#: app/user_install.c:851 msgid "GIMP Performance Tuning" msgstr "" -#: app/user_install.c:851 +#: app/user_install.c:852 msgid "Click \"Continue\" to accept the settings above." msgstr "" -#: app/user_install.c:854 +#: app/user_install.c:855 msgid "For optimal GIMP performance, some settings may have to be adjusted." msgstr "" -#: app/user_install.c:863 +#: app/user_install.c:864 #, fuzzy msgid "Monitor Resolution" msgstr "Recupera la resolució del monitor" -#: app/user_install.c:864 +#: app/user_install.c:865 msgid "Click \"Continue\" to start The GIMP." msgstr "" -#: app/user_install.c:867 +#: app/user_install.c:868 msgid "" "To display images in their natural size, GIMP needs to know your monitor " "resolution." msgstr "" -#: app/user_install.c:876 +#: app/user_install.c:877 #, fuzzy msgid "Aborting Installation..." msgstr "Instal·lació del GIMP" -#: app/user_install.c:946 +#: app/user_install.c:947 #, fuzzy msgid "does not exist. Cannot install." msgstr " no existeix. No es pot completar la instal·lació.\n" -#: app/user_install.c:958 +#: app/user_install.c:959 #, fuzzy msgid "has invalid permissions. Cannot install." msgstr "" " té permisos que no són vàlids.\n" "No es pot completar la instal·lació." -#: app/user_install.c:996 +#: app/user_install.c:997 #, fuzzy msgid "" "Did you notice any error messages in the console window?\n" @@ -6433,7 +6456,7 @@ msgstr "" "s'ha completat correctament! Si no és així, abandoneu i investigueu\n" "les possibles raons...\n" -#: app/user_install.c:1052 +#: app/user_install.c:1053 #, fuzzy msgid "" "Did you notice any error messages in the lines above?\n" @@ -6445,11 +6468,11 @@ msgstr "" "s'ha completat correctament! Si no és així, abandoneu i investigueu\n" "les possibles raons...\n" -#: app/user_install.c:1064 +#: app/user_install.c:1065 msgid "Click \"Continue\" to complete GIMP installation." msgstr "" -#: app/user_install.c:1069 +#: app/user_install.c:1070 #, fuzzy msgid "Installation failed. Contact system administrator." msgstr "" @@ -6457,14 +6480,14 @@ msgstr "" "La instal·lació no s'ha completat. Poseu-vos en contacte amb\n" "l'administrador del sistema.\n" -#: app/user_install.c:1090 +#: app/user_install.c:1091 msgid "" "GIMP uses a limited amount of memory to store image data, the so-called\n" "\"Tile Cache\". You should adjust it's size to fit into memory. Consider\n" "the amount of memory used by other running processes." msgstr "" -#: app/user_install.c:1115 +#: app/user_install.c:1116 msgid "" "All image and undo data which doesn't fit into the Tile Cache will be\n" "written to a swap file. This file should be located on a local filesystem\n" @@ -6472,57 +6495,57 @@ msgid "" "may want to use the system-wide temp-dir (\"/tmp\" or \"/var/tmp\")." msgstr "" -#: app/user_install.c:1129 +#: app/user_install.c:1130 #, fuzzy msgid "Swap Directory:" msgstr "Directori d'intercanvi:" -#: app/user_install.c:1182 +#: app/user_install.c:1183 #, fuzzy msgid "Calibrate Monitor Resolution" msgstr "Recupera la resolució del monitor" -#: app/user_install.c:1290 +#: app/user_install.c:1291 msgid "Measure the rulers and enter their lengths below." msgstr "" -#: app/user_install.c:1305 +#: app/user_install.c:1306 #, fuzzy msgid "Horizontal:" msgstr "Horitzontal" -#: app/user_install.c:1310 +#: app/user_install.c:1311 #, fuzzy msgid "Vertical:" msgstr "Vertical" -#: app/user_install.c:1351 +#: app/user_install.c:1352 msgid "" "GIMP can obtain this information from your X-server.\n" "However, most X-servers do not return useful values." msgstr "" -#: app/user_install.c:1358 +#: app/user_install.c:1359 #, fuzzy, c-format msgid "Get Resolution from X-server (Currently %d x %d dpi)" msgstr "(Actualment %d x %d ppp)" -#: app/user_install.c:1372 +#: app/user_install.c:1373 msgid "Alternatively, you can set the monitor resolution manually." msgstr "" -#: app/user_install.c:1385 +#: app/user_install.c:1386 #, fuzzy msgid "Monitor Resolution X:" msgstr "Recupera la resolució del monitor" -#: app/user_install.c:1421 +#: app/user_install.c:1422 msgid "" "You can also press the \"Calibrate\" button to open a window\n" "which lets you determine your monitor resolution interactively." msgstr "" -#: app/user_install.c:1428 +#: app/user_install.c:1429 msgid "Calibrate" msgstr "" @@ -6596,6 +6619,9 @@ msgstr "Color est msgid "Color History" msgstr "Capturador de color" +#~ msgid "From X Server" +#~ msgstr "Des del servidor X" + #~ msgid "/Tools/Magnify" #~ msgstr "/Eines/Augmenta" diff --git a/po/cs.po b/po/cs.po index 8d01fcfcd1..1b7289b44d 100644 --- a/po/cs.po +++ b/po/cs.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: GIMP 1.1.23\n" -"POT-Creation-Date: 2000-06-19 01:04+0200\n" +"POT-Creation-Date: 2000-06-18 19:40-0700\n" "PO-Revision-Date: 2000-06-19 01:11+02:00\n" "Last-Translator: Stanislav Brabec \n" "Language-Team: Czech \n" @@ -121,8 +121,8 @@ msgstr "Konec" #: app/gdisplay_color_ui.c:135 app/gdisplay_ops.c:305 app/gimpprogress.c:112 #: app/global_edit.c:772 app/gradient.c:1768 app/gradient.c:4840 #: app/gradient.c:5401 app/hue_saturation.c:374 app/interface.c:1039 -#: app/layers_dialog.c:3484 app/layers_dialog.c:3666 app/layers_dialog.c:3758 -#: app/layers_dialog.c:4018 app/levels.c:341 app/palette.c:1826 +#: app/layers_dialog.c:3484 app/layers_dialog.c:3666 app/layers_dialog.c:3761 +#: app/layers_dialog.c:4021 app/levels.c:341 app/palette.c:1826 #: app/posterize.c:202 app/preferences_dialog.c:1465 app/qmask.c:278 #: app/resize.c:194 app/resize.c:1326 app/threshold.c:275 #: app/user_install.c:548 app/user_install.c:1191 modules/cdisplay_gamma.c:332 @@ -280,8 +280,8 @@ msgstr "Jas-kontrast nefunguje na indexovan #: app/color_balance.c:271 app/color_notebook.c:123 app/convert.c:504 #: app/curves.c:558 app/file_new_dialog.c:207 app/file_new_dialog.c:353 #: app/gdisplay_color_ui.c:133 app/gimpui.c:122 app/hue_saturation.c:370 -#: app/layers_dialog.c:3482 app/layers_dialog.c:3664 app/layers_dialog.c:3756 -#: app/layers_dialog.c:4016 app/levels.c:337 app/module_db.c:314 +#: app/layers_dialog.c:3482 app/layers_dialog.c:3664 app/layers_dialog.c:3759 +#: app/layers_dialog.c:4019 app/levels.c:337 app/module_db.c:314 #: app/posterize.c:198 app/preferences_dialog.c:1461 app/qmask.c:276 #: app/resize.c:192 app/resize.c:1326 app/threshold.c:271 #: app/user_install.c:1189 modules/cdisplay_gamma.c:330 @@ -2738,28 +2738,28 @@ msgstr " msgid "Layer name:" msgstr "Jméno vrstvy:" -#: app/layers_dialog.c:3750 +#: app/layers_dialog.c:3753 msgid "Add Mask Options" msgstr "Volby pøidání masky" #. The radio frame and box -#: app/layers_dialog.c:3768 +#: app/layers_dialog.c:3771 msgid "Initialize Layer Mask to:" msgstr "Výchozí stav masky vrstvy:" -#: app/layers_dialog.c:3773 +#: app/layers_dialog.c:3776 msgid "White (Full Opacity)" msgstr "Bílá (úplné krytí)" -#: app/layers_dialog.c:3775 +#: app/layers_dialog.c:3778 msgid "Black (Full Transparency)" msgstr "Èerná (úplná prùhlednost)" -#: app/layers_dialog.c:3777 +#: app/layers_dialog.c:3780 msgid "Layer's Alpha Channel" msgstr "Alfa kanál vrstvy" -#: app/layers_dialog.c:3838 app/layers_dialog.c:3924 +#: app/layers_dialog.c:3841 app/layers_dialog.c:3927 msgid "" "Invalid width or height.\n" "Both must be positive." @@ -2767,27 +2767,27 @@ msgstr "" "Neplatný ¹íøka nebo vý¹ka.\n" "Obì musí být kladné." -#: app/layers_dialog.c:4010 +#: app/layers_dialog.c:4013 msgid "Layer Merge Options" msgstr "Volby slouèení vrstvy" -#: app/layers_dialog.c:4035 +#: app/layers_dialog.c:4038 msgid "Final, Merged Layer should be:" msgstr "Koneèná, slouèená vrstva:" -#: app/layers_dialog.c:4036 +#: app/layers_dialog.c:4039 msgid "Final, Anchored Layer should be:" msgstr "Koneèná, pohlcená vrstva:" -#: app/layers_dialog.c:4041 +#: app/layers_dialog.c:4044 msgid "Expanded as necessary" msgstr "Zvìt¹it dle potøeby" -#: app/layers_dialog.c:4043 +#: app/layers_dialog.c:4046 msgid "Clipped to image" msgstr "Oøíznout dle obrázku" -#: app/layers_dialog.c:4045 +#: app/layers_dialog.c:4048 msgid "Clipped to bottom layer" msgstr "Oøíznout dle spodní vrstvy" diff --git a/po/da.po b/po/da.po index efcbac4094..626a9c615e 100644 --- a/po/da.po +++ b/po/da.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: GIMP /gnome-cvs\n" -"POT-Creation-Date: 2000-05-27 21:18-0700\n" +"POT-Creation-Date: 2000-06-18 19:40-0700\n" "PO-Revision-Date: 2000-06-08 23:31+02:00\n" "Last-Translator: Keld Simonsen \n" "Language-Team: Danish \n" @@ -14,21 +14,21 @@ msgstr "" "Content-Type: text/plain; charset=ISO-8859-1\n" "Content-Transfer-Encoding: 8-bit\n" -#: app/about_dialog.c:193 +#: app/about_dialog.c:256 msgid "About the GIMP" msgstr "Om GIMP" #. this is a font, provide only one single font definition -#: app/about_dialog.c:244 +#: app/about_dialog.c:307 msgid "-*-helvetica-medium-r-normal--*-140-*-*-*-*-*-*" msgstr "-*-helvetica-medium-r-normal--*-140-*-*-*-*-*-*" -#: app/about_dialog.c:254 +#: app/about_dialog.c:317 #, c-format msgid "Version %s brought to you by" msgstr "Version %s bragt til dig af" -#: app/about_dialog.c:294 +#: app/about_dialog.c:357 msgid "Please visit http://www.gimp.org/ for more info" msgstr "Se venligst http://www.gimp.org/ for mere information" @@ -122,11 +122,11 @@ msgstr "Afslut" #: app/gdisplay_color_ui.c:135 app/gdisplay_ops.c:305 app/gimpprogress.c:112 #: app/global_edit.c:772 app/gradient.c:1768 app/gradient.c:4840 #: app/gradient.c:5401 app/hue_saturation.c:374 app/interface.c:1039 -#: app/layers_dialog.c:3483 app/layers_dialog.c:3665 app/layers_dialog.c:3757 -#: app/layers_dialog.c:4017 app/levels.c:340 app/palette.c:1826 +#: app/layers_dialog.c:3484 app/layers_dialog.c:3666 app/layers_dialog.c:3761 +#: app/layers_dialog.c:4021 app/levels.c:341 app/palette.c:1826 #: app/posterize.c:202 app/preferences_dialog.c:1465 app/qmask.c:278 #: app/resize.c:194 app/resize.c:1326 app/threshold.c:275 -#: app/user_install.c:548 app/user_install.c:1190 modules/cdisplay_gamma.c:332 +#: app/user_install.c:548 app/user_install.c:1191 modules/cdisplay_gamma.c:332 #: modules/cdisplay_highcontrast.c:325 msgid "Cancel" msgstr "Annullér" @@ -139,11 +139,11 @@ msgstr "Bezier-sti allerede lukket." msgid "Corrupt curve" msgstr "Ødelagt kurve" -#: app/bezier_select.c:2941 +#: app/bezier_select.c:2995 msgid "Curve not closed!" msgstr "Kurve ikke lukket!" -#: app/bezier_select.c:3228 app/gimage_mask.c:620 +#: app/bezier_select.c:3282 app/gimage_mask.c:620 msgid "Paintbrush operation failed." msgstr "Malepensel-operation fejlede." @@ -219,7 +219,7 @@ msgstr "Spiral (mod uret)" msgid "Gradient:" msgstr "Overgang:" -#: app/blend.c:342 app/by_color_select.c:817 app/preferences_dialog.c:1820 +#: app/blend.c:342 app/by_color_select.c:838 app/preferences_dialog.c:1820 msgid "None" msgstr "Ingen" @@ -267,7 +267,8 @@ msgstr "Blander..." msgid "Blend: " msgstr "Bland: " -#: app/brightness_contrast.c:127 app/brightness_contrast.c:209 app/tools.c:668 +#: app/brightness_contrast.c:127 app/brightness_contrast.c:209 +#: app/tools.c:1049 msgid "Brightness-Contrast" msgstr "Lysstyrke-Kontrast" @@ -280,19 +281,19 @@ msgstr "Lysstyrke-kontrast virker ikke p #: app/color_balance.c:271 app/color_notebook.c:123 app/convert.c:504 #: app/curves.c:558 app/file_new_dialog.c:207 app/file_new_dialog.c:353 #: app/gdisplay_color_ui.c:133 app/gimpui.c:122 app/hue_saturation.c:370 -#: app/layers_dialog.c:3481 app/layers_dialog.c:3663 app/layers_dialog.c:3755 -#: app/layers_dialog.c:4015 app/levels.c:336 app/module_db.c:314 +#: app/layers_dialog.c:3482 app/layers_dialog.c:3664 app/layers_dialog.c:3759 +#: app/layers_dialog.c:4019 app/levels.c:337 app/module_db.c:314 #: app/posterize.c:198 app/preferences_dialog.c:1461 app/qmask.c:276 #: app/resize.c:192 app/resize.c:1326 app/threshold.c:271 -#: app/user_install.c:1188 modules/cdisplay_gamma.c:330 +#: app/user_install.c:1189 modules/cdisplay_gamma.c:330 #: modules/cdisplay_highcontrast.c:323 msgid "OK" msgstr "Ok" -#: app/brightness_contrast.c:216 app/by_color_select.c:694 +#: app/brightness_contrast.c:216 app/by_color_select.c:715 #: app/color_balance.c:273 app/curves.c:560 app/file_new_dialog.c:355 -#: app/hue_saturation.c:372 app/levels.c:338 app/posterize.c:200 -#: app/threshold.c:273 app/tools.c:1085 app/transform_core.c:406 +#: app/hue_saturation.c:372 app/levels.c:339 app/posterize.c:200 +#: app/threshold.c:273 app/tools.c:1542 app/transform_core.c:406 #: modules/colorsel_water.c:634 msgid "Reset" msgstr "Nulstil" @@ -309,7 +310,7 @@ msgstr "Kontrast:" #. The preview toggle #: app/brightness_contrast.c:300 app/color_balance.c:441 app/curves.c:682 -#: app/fileops.c:401 app/hue_saturation.c:562 app/levels.c:569 +#: app/fileops.c:401 app/hue_saturation.c:562 app/levels.c:570 #: app/palette.c:3236 app/posterize.c:239 app/threshold.c:348 msgid "Preview" msgstr "Miniature" @@ -319,15 +320,15 @@ msgid "Brush Editor" msgstr "Penselredigering" #. The close button -#: app/brush_edit.c:216 app/brush_select.c:281 app/by_color_select.c:696 +#: app/brush_edit.c:216 app/brush_select.c:281 app/by_color_select.c:717 #: app/color_notebook.c:123 app/color_picker.c:297 app/colormap_dialog.i.c:173 -#: app/crop.c:1054 app/devices.c:755 app/docindex.c:773 app/errorconsole.c:281 +#: app/crop.c:1068 app/devices.c:755 app/docindex.c:773 app/errorconsole.c:281 #: app/gdisplay_ops.c:305 app/gradient.c:800 app/gradient_select.c:153 -#: app/histogram_tool.c:276 app/info_window.c:255 app/lc_dialog.c:195 +#: app/histogram_tool.c:275 app/info_window.c:255 app/lc_dialog.c:195 #: app/measure.c:321 app/nav_window.c:1344 app/palette.c:2072 #: app/palette.c:2088 app/palette.c:3118 app/palette_select.c:66 #: app/pattern_select.c:172 app/preferences_dialog.c:367 app/tips_dialog.c:160 -#: app/tools.c:1087 app/undo_history.c:752 +#: app/tools.c:1544 app/undo_history.c:752 msgid "Close" msgstr "Luk" @@ -362,7 +363,7 @@ msgstr "Opdat msgid "No Brushes available" msgstr "Ingen disponible pensler" -#: app/brush_select.c:448 app/layers_dialog.c:412 app/tool_options.c:526 +#: app/brush_select.c:448 app/layers_dialog.c:413 app/tool_options.c:526 msgid "Opacity:" msgstr "Ugennemsigtighed:" @@ -425,53 +426,53 @@ msgstr "M msgid "Bucket Fill operation failed." msgstr "Udfyldsoperation fejlede." -#: app/bucket_fill.c:347 +#: app/bucket_fill.c:351 msgid "No available patterns for this operation." msgstr "Ingen tilgængelige mønstre for denne operation." #. The shell and main vbox -#: app/by_color_select.c:689 +#: app/by_color_select.c:710 msgid "By Color Selection" msgstr "Ved farvevalg" -#: app/by_color_select.c:745 +#: app/by_color_select.c:766 msgid "Inactive" msgstr "Inaktiv" -#: app/by_color_select.c:753 +#: app/by_color_select.c:774 msgid "Selection Mode" msgstr "Markeringsmetode" -#: app/by_color_select.c:758 app/paint_funcs.c:100 +#: app/by_color_select.c:779 app/paint_funcs.c:101 msgid "Replace" msgstr "Erstat" -#: app/by_color_select.c:760 app/colormap_dialog.i.c:130 +#: app/by_color_select.c:781 app/colormap_dialog.i.c:130 #: app/gdisplay_color_ui.c:120 msgid "Add" msgstr "Læg til" -#: app/by_color_select.c:761 app/layers_dialog.c:380 app/tool_options.c:926 +#: app/by_color_select.c:782 app/layers_dialog.c:380 app/tool_options.c:926 msgid "Subtract" msgstr "Træk fra" -#: app/by_color_select.c:762 +#: app/by_color_select.c:783 msgid "Intersect" msgstr "Kryds med" -#: app/by_color_select.c:773 +#: app/by_color_select.c:794 msgid "Fuzziness Threshold" msgstr "Udviskningstærskel" -#: app/by_color_select.c:792 +#: app/by_color_select.c:813 msgid "Selection" msgstr "Markering" -#: app/by_color_select.c:803 +#: app/by_color_select.c:824 msgid "Invert" msgstr "Invertér" -#: app/by_color_select.c:810 +#: app/by_color_select.c:831 msgid "All" msgstr "Alt" @@ -498,9 +499,9 @@ msgstr "Forskydning" msgid "Offset X:" msgstr "Forskydning X:" -#: app/channel_ops.c:115 app/crop.c:1063 app/file_new_dialog.c:530 +#: app/channel_ops.c:115 app/crop.c:1077 app/file_new_dialog.c:530 #: app/resize.c:343 app/resize.c:435 app/resize.c:572 app/rotate_tool.c:106 -#: app/scale_tool.c:100 app/shear_tool.c:82 app/user_install.c:1391 +#: app/scale_tool.c:100 app/shear_tool.c:82 app/user_install.c:1392 msgid "Y:" msgstr "Y:" @@ -510,11 +511,11 @@ msgid "Wrap Around" msgstr "Flyd udenom" #: app/channel_ops.c:174 app/image_new.c:76 app/image_new.c:290 -#: app/layers_dialog.c:3583 +#: app/layers_dialog.c:3584 msgid "Background" msgstr "Baggrund" -#: app/channel_ops.c:175 app/image_new.c:86 app/layers_dialog.c:3585 +#: app/channel_ops.c:175 app/image_new.c:86 app/layers_dialog.c:3586 msgid "Transparent" msgstr "Gennemsigtig" @@ -556,17 +557,17 @@ msgid "Empty Channel Copy" msgstr "Tøm kanelkopi" #: app/channels_dialog.c:1433 app/color_balance.c:343 app/color_select.c:250 -#: app/curves.c:583 app/histogram_tool.c:304 app/levels.c:369 +#: app/curves.c:583 app/histogram_tool.c:303 app/levels.c:370 msgid "Red" msgstr "Rød" #: app/channels_dialog.c:1437 app/color_balance.c:368 app/color_select.c:251 -#: app/curves.c:584 app/histogram_tool.c:305 app/levels.c:370 +#: app/curves.c:584 app/histogram_tool.c:304 app/levels.c:371 msgid "Green" msgstr "Grøn" #: app/channels_dialog.c:1441 app/color_balance.c:393 app/color_select.c:252 -#: app/curves.c:585 app/histogram_tool.c:306 app/levels.c:371 +#: app/curves.c:585 app/histogram_tool.c:305 app/levels.c:372 msgid "Blue" msgstr "Blå" @@ -629,7 +630,7 @@ msgid "No patterns available for this operation." msgstr "Ingen mønstre tilgængelig for denne operation." #. The shell and main vbox -#: app/color_balance.c:168 app/color_balance.c:266 app/tools.c:650 +#: app/color_balance.c:168 app/color_balance.c:266 app/tools.c:1021 msgid "Color Balance" msgstr "Farvebalance" @@ -681,7 +682,7 @@ msgstr "Farvevalg" msgid "Revert to Old Color" msgstr "Gå tilbage til gammel farve" -#: app/color_picker.c:144 app/color_picker.c:248 app/tools.c:357 +#: app/color_picker.c:144 app/color_picker.c:248 app/tools.c:568 msgid "Color Picker" msgstr "Farvevælger" @@ -722,14 +723,14 @@ msgstr "Indeks:" msgid "Hex Triplet" msgstr "Hex triplet" -#: app/color_picker.c:272 app/histogram_tool.c:260 +#: app/color_picker.c:272 app/histogram_tool.c:259 msgid "Intensity:" msgstr "Intensitet:" -#: app/color_picker.c:626 app/color_picker.c:627 app/color_picker.c:628 -#: app/color_picker.c:629 app/color_picker.c:630 app/color_picker.c:631 -#: app/color_picker.c:632 app/color_picker.c:644 app/color_picker.c:651 -#: app/color_picker.c:669 app/color_picker.c:684 app/info_window.c:185 +#: app/color_picker.c:632 app/color_picker.c:633 app/color_picker.c:634 +#: app/color_picker.c:635 app/color_picker.c:636 app/color_picker.c:637 +#: app/color_picker.c:638 app/color_picker.c:650 app/color_picker.c:657 +#: app/color_picker.c:675 app/color_picker.c:690 app/info_window.c:185 #: app/info_window.c:191 app/info_window.c:197 app/info_window.c:203 #: app/info_window.c:422 app/info_window.c:423 app/info_window.c:424 #: app/info_window.c:425 app/info_window.c:447 @@ -760,18 +761,18 @@ msgstr "G" msgid "B" msgstr "B" -#: app/color_select.c:247 app/layers_dialog.c:383 app/paint_funcs.c:94 +#: app/color_select.c:247 app/layers_dialog.c:383 app/paint_funcs.c:95 #: app/tool_options.c:929 msgid "Hue" msgstr "Glød" -#: app/color_select.c:248 app/layers_dialog.c:384 app/paint_funcs.c:95 +#: app/color_select.c:248 app/layers_dialog.c:384 app/paint_funcs.c:96 #: app/tool_options.c:930 msgid "Saturation" msgstr "Mætning" -#: app/color_select.c:249 app/curves.c:582 app/histogram_tool.c:303 -#: app/layers_dialog.c:386 app/levels.c:368 app/paint_funcs.c:97 +#: app/color_select.c:249 app/curves.c:582 app/histogram_tool.c:302 +#: app/layers_dialog.c:386 app/levels.c:369 app/paint_funcs.c:98 #: app/tool_options.c:932 msgid "Value" msgstr "Værdi" @@ -922,7 +923,7 @@ msgstr "Sl msgid "Sharpen" msgstr "Gør skarpere" -#: app/crop.c:178 app/tools.c:231 +#: app/crop.c:178 app/tools.c:372 msgid "Crop & Resize" msgstr "Beskær og ændr størrelse" @@ -940,11 +941,11 @@ msgstr "Tillad forst msgid "Tool Toggle" msgstr "Værktøj til/fra" -#: app/crop.c:215 app/crop.c:1050 +#: app/crop.c:215 app/crop.c:1064 msgid "Crop" msgstr "Beskær" -#: app/crop.c:217 app/crop.c:1052 +#: app/crop.c:217 app/crop.c:1066 msgid "Resize" msgstr "Ændr størrelse" @@ -952,42 +953,42 @@ msgstr " msgid "Crop: " msgstr "Beskær: " -#: app/crop.c:1023 +#: app/crop.c:1037 msgid "Crop: 0 x 0" msgstr "Beskær: 0 x 0" #. create the info dialog -#: app/crop.c:1044 +#: app/crop.c:1058 msgid "Crop & Resize Information" msgstr "Beskær og ændr størrelse-information" #. add the information fields -#: app/crop.c:1060 +#: app/crop.c:1074 msgid "Origin X:" msgstr "X oprindelse:" #. the pixel size labels -#: app/crop.c:1076 app/file_new_dialog.c:389 app/file_new_dialog.c:407 +#: app/crop.c:1090 app/file_new_dialog.c:389 app/file_new_dialog.c:407 #: app/tool_options.c:348 msgid "Width:" msgstr "Bredde:" -#: app/crop.c:1079 app/file_new_dialog.c:395 app/file_new_dialog.c:413 -#: app/layers_dialog.c:3524 app/resize.c:253 app/resize.c:278 app/resize.c:509 +#: app/crop.c:1093 app/file_new_dialog.c:395 app/file_new_dialog.c:413 +#: app/layers_dialog.c:3525 app/resize.c:253 app/resize.c:278 app/resize.c:509 #: app/scale_tool.c:79 app/scale_tool.c:86 app/tool_options.c:364 msgid "Height:" msgstr "Højde:" -#: app/crop.c:1101 +#: app/crop.c:1115 msgid "From Selection" msgstr "Fra udvalg" -#: app/crop.c:1107 +#: app/crop.c:1121 msgid "Auto Shrink" msgstr "Autokrymp" #. The shell and main vbox -#: app/curves.c:393 app/curves.c:553 app/tools.c:740 +#: app/curves.c:393 app/curves.c:553 app/tools.c:1161 msgid "Curves" msgstr "Kurver" @@ -999,7 +1000,7 @@ msgstr "Kurver for indekserede tegneobjekter kan ikke justeres." msgid "Modify Curves for Channel:" msgstr "Ændr kurver for kanal:" -#: app/curves.c:586 app/levels.c:372 +#: app/curves.c:586 app/levels.c:373 msgid "Alpha" msgstr "Alfa" @@ -1016,11 +1017,11 @@ msgstr "Udtv msgid "Free" msgstr "Fri" -#: app/curves.c:699 app/levels.c:597 app/module_db.c:864 +#: app/curves.c:699 app/levels.c:598 app/module_db.c:864 msgid "Load" msgstr "Indlæs" -#: app/curves.c:707 app/devices.c:753 app/levels.c:607 app/palette.c:2068 +#: app/curves.c:707 app/devices.c:753 app/levels.c:608 app/palette.c:2068 #: app/preferences_dialog.c:365 app/preferences_dialog.c:1463 msgid "Save" msgstr "Gem" @@ -1033,11 +1034,11 @@ msgstr "Indl msgid "Save Curves" msgstr "Gem kurver" -#: app/curves.c:1578 +#: app/curves.c:1579 msgid "Load/Save Curves" msgstr "Indlæs/Gem kurver" -#: app/curves.c:1623 app/curves.c:1641 app/levels.c:1429 app/levels.c:1447 +#: app/curves.c:1624 app/curves.c:1642 app/levels.c:1441 app/levels.c:1459 #: app/paths_dialog.c:1905 #, c-format msgid "Unable to open file %s" @@ -1051,7 +1052,7 @@ msgstr "Desaturering opererer kun p msgid "Device Status" msgstr "Enhedsstatus" -#: app/disp_callbacks.c:813 app/global_edit.c:297 app/global_edit.c:303 +#: app/disp_callbacks.c:816 app/global_edit.c:297 app/global_edit.c:303 #: app/global_edit.c:375 msgid "Pasted Layer" msgstr "Indsat lag" @@ -1107,11 +1108,11 @@ msgstr "Br msgid "Mode" msgstr "Tilstand" -#: app/edit_selection.c:181 +#: app/edit_selection.c:190 msgid "Move: 0, 0" msgstr "Flyt: 0, 0" -#: app/edit_selection.c:427 app/edit_selection.c:437 +#: app/edit_selection.c:436 app/edit_selection.c:446 msgid "Move: " msgstr "Flyt: " @@ -1125,7 +1126,7 @@ msgid "Hard Edge" msgstr "Hård kant" #. the anti_erase toggle -#: app/eraser.c:118 app/paint_funcs.c:101 +#: app/eraser.c:118 app/paint_funcs.c:102 msgid "Anti Erase" msgstr "Antislet" @@ -1198,7 +1199,7 @@ msgid "New Image" msgstr "Nyt billede" #: app/file_new_dialog.c:453 app/preferences_dialog.c:1536 -#: app/preferences_dialog.c:1573 app/user_install.c:1378 +#: app/preferences_dialog.c:1573 app/user_install.c:1379 msgid "Pixels" msgstr "Pixler" @@ -1423,27 +1424,27 @@ msgstr "" "udvalg fordi det tilhører en lagmaske\n" "eller kanal." -#: app/gdisplay.c:220 +#: app/gdisplay.c:227 msgid "RGB-empty" msgstr "RGB-tom" -#: app/gdisplay.c:220 app/image_new.c:60 app/preferences_dialog.c:1633 +#: app/gdisplay.c:227 app/image_new.c:60 app/preferences_dialog.c:1633 msgid "RGB" msgstr "RGB" -#: app/gdisplay.c:223 +#: app/gdisplay.c:230 msgid "grayscale-empty" msgstr "gråtone-tom" -#: app/gdisplay.c:223 +#: app/gdisplay.c:230 msgid "grayscale" msgstr "gråtoner" -#: app/gdisplay.c:226 +#: app/gdisplay.c:233 msgid "indexed-empty" msgstr "indekseret-tom" -#: app/gdisplay.c:226 +#: app/gdisplay.c:233 msgid "indexed" msgstr "indekseret" @@ -1772,7 +1773,7 @@ msgstr "GIMP meddelelse" msgid "pixel" msgstr "pixel" -#: app/gimpunit.c:63 app/measure.c:504 app/measure.c:508 app/paint_core.c:527 +#: app/gimpunit.c:63 app/measure.c:507 app/measure.c:511 app/paint_core.c:530 msgid "pixels" msgstr "pixler" @@ -2187,44 +2188,44 @@ msgid "Gradient Selection" msgstr "Overgangsvælger" #. The shell and main vbox -#: app/histogram_tool.c:166 app/histogram_tool.c:270 app/tools.c:776 +#: app/histogram_tool.c:165 app/histogram_tool.c:269 app/tools.c:1217 msgid "Histogram" msgstr "Histogram" -#: app/histogram_tool.c:204 +#: app/histogram_tool.c:203 msgid "Histogram does not operate on indexed drawables." msgstr "Histogram virker ikke på indekserede tegnobjekter." -#: app/histogram_tool.c:256 +#: app/histogram_tool.c:255 msgid "Mean:" msgstr "Middelværdi:" -#: app/histogram_tool.c:257 +#: app/histogram_tool.c:256 msgid "Std Dev:" msgstr "Stand.afvig:" -#: app/histogram_tool.c:258 +#: app/histogram_tool.c:257 msgid "Median:" msgstr "Median:" -#: app/histogram_tool.c:259 +#: app/histogram_tool.c:258 msgid "Pixels:" msgstr "Pixler:" -#: app/histogram_tool.c:261 +#: app/histogram_tool.c:260 msgid "Count:" msgstr "Antal:" -#: app/histogram_tool.c:262 +#: app/histogram_tool.c:261 msgid "Percentile:" msgstr "Procentdel:" -#: app/histogram_tool.c:295 +#: app/histogram_tool.c:294 msgid "Information on Channel:" msgstr "Information om kanal:" #. The shell and main vbox -#: app/hue_saturation.c:245 app/hue_saturation.c:365 app/tools.c:686 +#: app/hue_saturation.c:245 app/hue_saturation.c:365 app/tools.c:1077 msgid "Hue-Saturation" msgstr "Glød-Mætning" @@ -2280,11 +2281,11 @@ msgstr "" msgid "Grayscale" msgstr "Gråtoner" -#: app/image_new.c:71 app/layers_dialog.c:3582 +#: app/image_new.c:71 app/layers_dialog.c:3583 msgid "Foreground" msgstr "Forgrund" -#: app/image_new.c:81 app/layers_dialog.c:3584 +#: app/image_new.c:81 app/layers_dialog.c:3585 msgid "White" msgstr "Hvid" @@ -2493,7 +2494,7 @@ msgstr "Kanal" msgid "Channel Ops" msgstr "Kanaloperationer" -#: app/internal_procs.c:80 app/layers_dialog.c:385 app/paint_funcs.c:96 +#: app/internal_procs.c:80 app/layers_dialog.c:385 app/paint_funcs.c:97 #: app/tool_options.c:816 app/tool_options.c:931 msgid "Color" msgstr "Farve" @@ -2622,7 +2623,7 @@ msgstr "%s maske" msgid "Layer Select" msgstr "Vælg lag" -#: app/layers_dialog.c:264 app/layers_dialog.c:3514 +#: app/layers_dialog.c:264 app/layers_dialog.c:3515 msgid "New Layer" msgstr "Nyt lag" @@ -2654,43 +2655,43 @@ msgstr "Forankre lag" msgid "Delete Layer" msgstr "Slet lag" -#: app/layers_dialog.c:372 app/paint_funcs.c:83 app/tool_options.c:917 +#: app/layers_dialog.c:372 app/paint_funcs.c:84 app/tool_options.c:917 msgid "Normal" msgstr "Normal" -#: app/layers_dialog.c:373 app/paint_funcs.c:84 app/tool_options.c:918 +#: app/layers_dialog.c:373 app/paint_funcs.c:85 app/tool_options.c:918 msgid "Dissolve" msgstr "Opløs" -#: app/layers_dialog.c:374 app/paint_funcs.c:86 app/tool_options.c:920 +#: app/layers_dialog.c:374 app/paint_funcs.c:87 app/tool_options.c:920 msgid "Multiply (Burn)" msgstr "Multiplicér (Brænd)" -#: app/layers_dialog.c:375 app/paint_funcs.c:98 app/tool_options.c:921 +#: app/layers_dialog.c:375 app/paint_funcs.c:99 app/tool_options.c:921 msgid "Divide (Dodge)" msgstr "Dividér (Dodge)" -#: app/layers_dialog.c:376 app/paint_funcs.c:87 app/tool_options.c:922 +#: app/layers_dialog.c:376 app/paint_funcs.c:88 app/tool_options.c:922 msgid "Screen" msgstr "Skærm" -#: app/layers_dialog.c:377 app/paint_funcs.c:88 app/tool_options.c:923 +#: app/layers_dialog.c:377 app/paint_funcs.c:89 app/tool_options.c:923 msgid "Overlay" msgstr "Læg over" -#: app/layers_dialog.c:378 app/paint_funcs.c:89 app/tool_options.c:924 +#: app/layers_dialog.c:378 app/paint_funcs.c:90 app/tool_options.c:924 msgid "Difference" msgstr "Differens" -#: app/layers_dialog.c:379 app/paint_funcs.c:90 app/tool_options.c:925 +#: app/layers_dialog.c:379 app/paint_funcs.c:91 app/tool_options.c:925 msgid "Addition" msgstr "Addition" -#: app/layers_dialog.c:381 app/paint_funcs.c:92 app/tool_options.c:927 +#: app/layers_dialog.c:381 app/paint_funcs.c:93 app/tool_options.c:927 msgid "Darken Only" msgstr "Gør kun mørkere" -#: app/layers_dialog.c:382 app/paint_funcs.c:93 app/tool_options.c:928 +#: app/layers_dialog.c:382 app/paint_funcs.c:94 app/tool_options.c:928 msgid "Lighten Only" msgstr "Gør kun lysere" @@ -2698,62 +2699,67 @@ msgstr "G msgid "Keep Trans." msgstr "Behold gennemsigtighed" -#: app/layers_dialog.c:1906 +#: app/layers_dialog.c:405 +#, fuzzy +msgid "Keep Transparency" +msgstr "Gennemsigtighed" + +#: app/layers_dialog.c:1907 msgid "Empty Layer Copy" msgstr "Kopiering af lag uden indhold" -#: app/layers_dialog.c:2168 app/layers_dialog.c:3325 app/layers_dialog.c:3692 +#: app/layers_dialog.c:2169 app/layers_dialog.c:3326 app/layers_dialog.c:3693 msgid "Floating Selection" msgstr "Flydende udvalg" -#: app/layers_dialog.c:3475 +#: app/layers_dialog.c:3476 msgid "New Layer Options" msgstr "Alternativer for nyt lag" #. The name label and entry -#: app/layers_dialog.c:3504 +#: app/layers_dialog.c:3505 msgid "Layer Name:" msgstr "Navn på lag:" #. The size labels -#: app/layers_dialog.c:3518 +#: app/layers_dialog.c:3519 msgid "Layer Width:" msgstr "Bredde på lag:" -#: app/layers_dialog.c:3578 +#: app/layers_dialog.c:3579 msgid "Layer Fill Type" msgstr "Fyldtype for lag" -#: app/layers_dialog.c:3657 +#: app/layers_dialog.c:3658 msgid "Edit Layer Attributes" msgstr "Rediger lagets attributter" -#: app/layers_dialog.c:3684 +#: app/layers_dialog.c:3685 msgid "Layer name:" msgstr "Navn på lag:" -#: app/layers_dialog.c:3749 +#: app/layers_dialog.c:3753 msgid "Add Mask Options" msgstr "Tilføj alternativer for maske" #. The radio frame and box -#: app/layers_dialog.c:3767 +#: app/layers_dialog.c:3771 msgid "Initialize Layer Mask to:" msgstr "Initialiser lagets maske til:" -#: app/layers_dialog.c:3772 +#: app/layers_dialog.c:3776 msgid "White (Full Opacity)" msgstr "Hvidt (Helt uigennemsigtig)" -#: app/layers_dialog.c:3774 +#: app/layers_dialog.c:3778 msgid "Black (Full Transparency)" msgstr "Sort (Helt gennemsigtig)" -#: app/layers_dialog.c:3776 +#: app/layers_dialog.c:3780 msgid "Layer's Alpha Channel" msgstr "Lagets alfakanal" -#: app/layers_dialog.c:3837 app/layers_dialog.c:3923 +#: app/layers_dialog.c:3841 app/layers_dialog.c:3927 msgid "" "Invalid width or height.\n" "Both must be positive." @@ -2761,27 +2767,27 @@ msgstr "" "Ugyldig bredde eller højde.\n" "Begge skal være positive." -#: app/layers_dialog.c:4009 +#: app/layers_dialog.c:4013 msgid "Layer Merge Options" msgstr "Alternativer for fletning af lag" -#: app/layers_dialog.c:4034 +#: app/layers_dialog.c:4038 msgid "Final, Merged Layer should be:" msgstr "Endelig, flettet lag skal være:" -#: app/layers_dialog.c:4035 +#: app/layers_dialog.c:4039 msgid "Final, Anchored Layer should be:" msgstr "Endelig, forankret lag skal være:" -#: app/layers_dialog.c:4040 +#: app/layers_dialog.c:4044 msgid "Expanded as necessary" msgstr "Udvides efter behov" -#: app/layers_dialog.c:4042 +#: app/layers_dialog.c:4046 msgid "Clipped to image" msgstr "Klippet til billede" -#: app/layers_dialog.c:4044 +#: app/layers_dialog.c:4048 msgid "Clipped to bottom layer" msgstr "Klippes til bundlag" @@ -2790,7 +2796,7 @@ msgid "Layers, Channels & Paths" msgstr "Lag, kanaler og stier" #. The Auto-button -#: app/lc_dialog.c:147 app/levels.c:587 +#: app/lc_dialog.c:147 app/levels.c:588 msgid "Auto" msgstr "Auto" @@ -2803,35 +2809,35 @@ msgid "Channels" msgstr "Kanaler" #. The shell and main vbox -#: app/levels.c:196 app/levels.c:331 app/tools.c:758 +#: app/levels.c:197 app/levels.c:332 app/tools.c:1189 msgid "Levels" msgstr "Niveauer" -#: app/levels.c:234 +#: app/levels.c:235 msgid "Levels for indexed drawables cannot be adjusted." msgstr "Niveauer for indekserede tegneobjekter kan ikke justeres." -#: app/levels.c:360 +#: app/levels.c:361 msgid "Modify Levels for Channel:" msgstr "Ændr niveauer for kanal:" -#: app/levels.c:384 +#: app/levels.c:385 msgid "Input Levels:" msgstr "Inddata-niveauer:" -#: app/levels.c:493 +#: app/levels.c:494 msgid "Output Levels:" msgstr "Uddata-niveauer:" -#: app/levels.c:1050 +#: app/levels.c:1052 msgid "Load Levels" msgstr "Indlæs niveauer" -#: app/levels.c:1065 +#: app/levels.c:1067 msgid "Save Levels" msgstr "Gem niveauer" -#: app/levels.c:1384 +#: app/levels.c:1396 msgid "Load/Save Levels" msgstr "Indlæs/gem niveauer" @@ -2957,7 +2963,7 @@ msgstr "Brug infovindue" msgid "Distance:" msgstr "Afstand:" -#: app/measure.c:504 app/measure.c:509 app/measure.c:517 app/measure.c:545 +#: app/measure.c:507 app/measure.c:512 app/measure.c:520 app/measure.c:548 msgid "degrees" msgstr "grader" @@ -3801,7 +3807,7 @@ msgstr "Tilstand:" msgid "Autoload during startup" msgstr "Autolæsning under opstart" -#: app/move.c:473 +#: app/move.c:494 msgid "Move Tool" msgstr "Flytteværktøj" @@ -3815,19 +3821,19 @@ msgstr "Navigation: %s-%d.%d" msgid "Navigation: No Image" msgstr "Navigation: Intet billede" -#: app/paint_core.c:760 +#: app/paint_core.c:791 msgid "No brushes available for use with this tool." msgstr "Ingen pensler tilgængelig for brug med dette værktøj." -#: app/paint_funcs.c:85 app/tool_options.c:919 +#: app/paint_funcs.c:86 app/tool_options.c:919 msgid "Behind" msgstr "Bag" -#: app/paint_funcs.c:91 +#: app/paint_funcs.c:92 msgid "Subtraction" msgstr "Fratræk" -#: app/paint_funcs.c:99 +#: app/paint_funcs.c:100 msgid "Erase" msgstr "Slet" @@ -4203,7 +4209,7 @@ msgstr "" msgid "Posterize does not operate on indexed drawables." msgstr "Posterisering virker ikke på indekserede tegneobjekter." -#: app/posterize.c:193 app/tools.c:704 +#: app/posterize.c:193 app/tools.c:1105 msgid "Posterize" msgstr "Posterisering" @@ -4555,7 +4561,7 @@ msgid "Cursor Mode:" msgstr "Markør modus:" #: app/preferences_dialog.c:2096 app/preferences_dialog.c:2098 -#: app/tools.c:1079 +#: app/tools.c:1536 msgid "Tool Options" msgstr "Værktøjsindstillinger" @@ -4591,7 +4597,7 @@ msgstr "Konservativ hukommelsesbrug" msgid "Levels of Undo:" msgstr "Angreniveauer:" -#: app/preferences_dialog.c:2198 app/user_install.c:1104 +#: app/preferences_dialog.c:2198 app/user_install.c:1105 msgid "Tile Cache Size:" msgstr "Flisebufferstørrelse:" @@ -4708,7 +4714,7 @@ msgstr "V msgid "Swap Dir:" msgstr "Swap-mappe:" -#: app/preferences_dialog.c:2457 app/user_install.c:1124 +#: app/preferences_dialog.c:2457 app/user_install.c:1125 msgid "Select Swap Dir" msgstr "Vælg swap-mappe" @@ -4954,7 +4960,7 @@ msgid "Shearing..." msgstr "Forskydning..." #. Create the shell -#: app/text_tool.c:151 app/text_tool.c:393 +#: app/text_tool.c:151 app/text_tool.c:400 msgid "Text Tool" msgstr "Tekstværktøj" @@ -4970,17 +4976,17 @@ msgstr "Kant:" msgid "Use Dynamic Text" msgstr "Brug dynamisk tekst" -#: app/text_tool.c:602 +#: app/text_tool.c:609 #, c-format msgid "Font '%s' not found." msgstr "Fandt ikke skrifttypen '%s'." -#: app/text_tool.c:621 +#: app/text_tool.c:628 #, c-format msgid "Font '%s' not found.%s" msgstr "Fandt ikke skrifttypen '%s'.%s" -#: app/text_tool.c:624 +#: app/text_tool.c:631 msgid "" "\n" "If you don't have scalable fonts, try turning off antialiasing in the tool " @@ -4990,11 +4996,11 @@ msgstr "" "Hvis du ikke har skalerbare skrifttyper, prøv at slå antialiasering fra i " "værktøjsindstillingerne." -#: app/text_tool.c:735 +#: app/text_tool.c:742 msgid "Text Layer" msgstr "Tekstlag" -#: app/threshold.c:171 app/threshold.c:266 app/tools.c:722 +#: app/threshold.c:171 app/threshold.c:266 app/tools.c:1133 msgid "Threshold" msgstr "Tærskel" @@ -5060,7 +5066,7 @@ msgstr "Udvisket markering" msgid "Bezier Selection" msgstr "Bezier-markering" -#: app/tool_options.c:155 app/tools.c:177 +#: app/tool_options.c:155 app/tools.c:288 msgid "Intelligent Scissors" msgstr "Intelligent saks" @@ -5080,7 +5086,7 @@ msgstr "Fast st msgid "Unit:" msgstr "Enhed:" -#: app/tool_options.c:469 app/tools.c:375 +#: app/tool_options.c:469 app/tools.c:596 msgid "Bucket Fill" msgstr "Udfyldning" @@ -5088,19 +5094,19 @@ msgstr "Udfyldning" msgid "Blend Tool" msgstr "Blandeværktøj" -#: app/tool_options.c:473 app/tools.c:411 +#: app/tool_options.c:473 app/tools.c:652 msgid "Pencil" msgstr "Blyant" -#: app/tool_options.c:475 app/tools.c:429 +#: app/tool_options.c:475 app/tools.c:680 msgid "Paintbrush" msgstr "Malerpensel" -#: app/tool_options.c:477 app/tools.c:447 +#: app/tool_options.c:477 app/tools.c:708 msgid "Eraser" msgstr "Viskelæder" -#: app/tool_options.c:479 app/tools.c:465 +#: app/tool_options.c:479 app/tools.c:736 msgid "Airbrush" msgstr "Luftpensel" @@ -5116,7 +5122,7 @@ msgstr "Sammenruller" msgid "Ink Tool" msgstr "Blækværktøj" -#: app/tool_options.c:487 app/tools.c:537 app/tools.c:543 +#: app/tool_options.c:487 app/tools.c:848 app/tools.c:854 msgid "Dodge or Burn" msgstr "Bleg eller brænd" @@ -5144,337 +5150,337 @@ msgstr "H msgid "Rate" msgstr "Rate" -#: app/tools.c:87 +#: app/tools.c:148 msgid "Rect Select" msgstr "Firk. markering" -#: app/tools.c:88 +#: app/tools.c:149 msgid "/Tools/Select Tools/Rect Select" msgstr "/Værktøj/Udvalgsværktøj/Rektangeludvalg" -#: app/tools.c:93 +#: app/tools.c:154 msgid "Select rectangular regions" msgstr "Vælg rektangulære områder" -#: app/tools.c:105 +#: app/tools.c:176 msgid "Ellipse Select" msgstr "Ellipseudvalg" -#: app/tools.c:106 +#: app/tools.c:177 msgid "/Tools/Select Tools/Ellipse Select" msgstr "/Værktøj/Udvalgsværktøj/Elipseudvalg" -#: app/tools.c:111 +#: app/tools.c:182 msgid "Select elliptical regions" msgstr "Vælg elliptiske områder" -#: app/tools.c:123 +#: app/tools.c:204 msgid "Free Select" msgstr "Frit udvalg" -#: app/tools.c:124 +#: app/tools.c:205 msgid "/Tools/Select Tools/Free Select" msgstr "/Værktøj/Udvalgsværktøj/Frit udvalg" -#: app/tools.c:129 +#: app/tools.c:210 msgid "Select hand-drawn regions" msgstr "Vælg områder efter frihånd" -#: app/tools.c:141 +#: app/tools.c:232 msgid "Fuzzy Select" msgstr "Udvisket markering" -#: app/tools.c:142 +#: app/tools.c:233 msgid "/Tools/Select Tools/Fuzzy Select" msgstr "/Værktøj/Udvalgsværktøj/Fuzzy udvalg" -#: app/tools.c:147 +#: app/tools.c:238 msgid "Select contiguous regions" msgstr "Vælg sammenhængende områder" -#: app/tools.c:159 +#: app/tools.c:260 msgid "Bezier Select" msgstr "Bezier-markering" -#: app/tools.c:160 +#: app/tools.c:261 msgid "/Tools/Select Tools/Bezier Select" msgstr "/Værktøj/Udvalgsværktøj/Bezierudvalg" -#: app/tools.c:165 +#: app/tools.c:266 msgid "Select regions using Bezier curves" msgstr "Vælg områder ved brug af Bezier kurver" -#: app/tools.c:178 +#: app/tools.c:289 msgid "/Tools/Select Tools/Intelligent Scissors" msgstr "/Værktøj/Udvalgsværktøj/Intelligent saks" -#: app/tools.c:183 +#: app/tools.c:294 msgid "Select shapes from image" msgstr "Vælg former fra billedet" -#: app/tools.c:195 +#: app/tools.c:316 msgid "Move" msgstr "Flyt" -#: app/tools.c:196 +#: app/tools.c:317 msgid "/Tools/Transform Tools/Move" msgstr "/Værktøj/Transformation/Flyt" -#: app/tools.c:201 +#: app/tools.c:322 msgid "Move layers & selections" msgstr "Flyt lag & markeringer" -#: app/tools.c:213 +#: app/tools.c:344 msgid "Magnify" msgstr "Forstør" -#: app/tools.c:214 +#: app/tools.c:345 msgid "/Tools/Transform Tools/Magnify" msgstr "/Værktøj/Transformation/Forstør" -#: app/tools.c:219 +#: app/tools.c:350 msgid "Zoom in & out" msgstr "Zoom ind & ud" -#: app/tools.c:232 +#: app/tools.c:373 msgid "/Tools/Transform Tools/Crop & Resize" msgstr "/Værktøj/Transformation/Beskær & ændr stør." -#: app/tools.c:237 +#: app/tools.c:378 msgid "Crop or resize the image" msgstr "Beskær eller ændr billedstørrelse" #. the transform type radio buttons -#: app/tools.c:249 app/tools.c:267 app/tools.c:285 app/tools.c:303 +#: app/tools.c:400 app/tools.c:428 app/tools.c:456 app/tools.c:484 #: app/transform_core.c:252 app/transform_tool.c:211 msgid "Transform" msgstr "Transformér" -#: app/tools.c:250 +#: app/tools.c:401 msgid "/Tools/Transform Tools/Transform" msgstr "/Værktøj/Transformation/Transformér" -#: app/tools.c:255 app/tools.c:273 app/tools.c:291 app/tools.c:309 +#: app/tools.c:406 app/tools.c:434 app/tools.c:462 app/tools.c:490 msgid "Rotation, scaling, shearing, perspective." msgstr "Rotering, skalering, forskydning, perspektiv." -#: app/tools.c:321 +#: app/tools.c:512 msgid "Flip" msgstr "Vend" -#: app/tools.c:322 +#: app/tools.c:513 msgid "/Tools/Transform Tools/Flip" msgstr "/Værktøj/Transformation/Vend" -#: app/tools.c:327 +#: app/tools.c:518 msgid "Flip the layer or selection" msgstr "Vend laget eller markeringen om" -#: app/tools.c:339 +#: app/tools.c:540 msgid "Text" msgstr "Tekst" -#: app/tools.c:340 +#: app/tools.c:541 msgid "/Tools/Text" msgstr "/Værktøj/Tekst" -#: app/tools.c:345 +#: app/tools.c:546 msgid "Add text to the image" msgstr "Tilføj tekst til billedet" -#: app/tools.c:358 +#: app/tools.c:569 msgid "/Tools/Color Picker" msgstr "/Værktøj/Farveopsnapper" -#: app/tools.c:363 +#: app/tools.c:574 msgid "Pick colors from the image" msgstr "Tag farver fra billedet" -#: app/tools.c:376 +#: app/tools.c:597 msgid "/Tools/Paint Tools/Bucket Fill" msgstr "/Værktøj/Maleværktøj/Udfyldning" -#: app/tools.c:381 +#: app/tools.c:602 msgid "Fill with a color or pattern" msgstr "Udfyld med en farve eller et mønster" -#: app/tools.c:393 +#: app/tools.c:624 msgid "Blend" msgstr "Bland" -#: app/tools.c:394 +#: app/tools.c:625 msgid "/Tools/Paint Tools/Blend" msgstr "/Værktøj/Maleværktøj/Bland" -#: app/tools.c:399 +#: app/tools.c:630 msgid "Fill with a color gradient" msgstr "Udfyld med en farveovergang" -#: app/tools.c:412 +#: app/tools.c:653 msgid "/Tools/Paint Tools/Pencil" msgstr "/Værktøj/Maleværktøj/Blyant" -#: app/tools.c:417 +#: app/tools.c:658 msgid "Draw sharp pencil strokes" msgstr "Tegn tynde blyantstreger" -#: app/tools.c:430 +#: app/tools.c:681 msgid "/Tools/Paint Tools/Paintbrush" msgstr "/Værktøj/Maleværktøj/Malepensel" -#: app/tools.c:435 +#: app/tools.c:686 msgid "Paint fuzzy brush strokes" msgstr "Mal udviskede penselstrøg" -#: app/tools.c:448 +#: app/tools.c:709 msgid "/Tools/Paint Tools/Eraser" msgstr "/Værktøj/Maleværktøj/Viskelæder" -#: app/tools.c:453 +#: app/tools.c:714 msgid "Erase to background or transparency" msgstr "Slet til baggrund eller gennemsigtig" -#: app/tools.c:466 +#: app/tools.c:737 msgid "/Tools/Paint Tools/Airbrush" msgstr "/Værktøj/Maleværktøj/Spraydåse" -#: app/tools.c:471 +#: app/tools.c:742 msgid "Airbrush with variable pressure" msgstr "Spraydåse med varierende tryk" -#: app/tools.c:483 +#: app/tools.c:764 msgid "Clone" msgstr "Klon" -#: app/tools.c:484 +#: app/tools.c:765 msgid "/Tools/Paint Tools/Clone" msgstr "/Værktøj/Maleværktøj/Klon" -#: app/tools.c:489 +#: app/tools.c:770 msgid "Paint using patterns or image regions" msgstr "Tegn ved brug af mønstre eller billedområder" -#: app/tools.c:501 +#: app/tools.c:792 msgid "Convolve" msgstr "Sammenrul" -#: app/tools.c:502 +#: app/tools.c:793 msgid "/Tools/Paint Tools/Convolve" msgstr "/Værktøj/Maleværktøj/Sammenrul" -#: app/tools.c:507 +#: app/tools.c:798 msgid "Blur or sharpen" msgstr "Slør eller gør skarp" -#: app/tools.c:519 +#: app/tools.c:820 msgid "Ink" msgstr "Blæk" -#: app/tools.c:520 +#: app/tools.c:821 msgid "/Tools/Paint Tools/Ink" msgstr "/Værktøj/Maleværktøj/Blæk" -#: app/tools.c:525 +#: app/tools.c:826 msgid "Draw in ink" msgstr "Tegn med blæk" -#: app/tools.c:538 +#: app/tools.c:849 msgid "/Tools/Paint Tools/DodgeBurn" msgstr "/Værktøj/Tegneværktøj/BlegBrænd" -#: app/tools.c:555 app/tools.c:561 +#: app/tools.c:876 app/tools.c:882 msgid "Smudge" msgstr "Udtvær" -#: app/tools.c:556 +#: app/tools.c:877 msgid "/Tools/Paint Tools/Smudge" msgstr "/Værktøj/Maleværktøj/Udtvær" -#: app/tools.c:593 +#: app/tools.c:934 msgid "Measure" msgstr "Mål" -#: app/tools.c:594 +#: app/tools.c:935 msgid "/Tools/Measure" msgstr "/Værktøj/Måler" -#: app/tools.c:599 +#: app/tools.c:940 msgid "Measure distances and angles" msgstr "Mål afstande og vinkler" -#: app/tools.c:632 +#: app/tools.c:993 msgid "By Color Select" msgstr "Vælg efter farve" -#: app/tools.c:633 +#: app/tools.c:994 msgid "/Select/By Color..." msgstr "/Vælg/Efter farve..." -#: app/tools.c:638 +#: app/tools.c:999 msgid "Select regions by color" msgstr "Vælg regioner efter farver" -#: app/tools.c:651 +#: app/tools.c:1022 msgid "/Image/Colors/Color Balance..." msgstr "/Billede/Farver/Farvebalance..." -#: app/tools.c:656 +#: app/tools.c:1027 msgid "Adjust color balance" msgstr "Justér farvebalance" -#: app/tools.c:669 +#: app/tools.c:1050 msgid "/Image/Colors/Brightness-Contrast..." msgstr "/Billede/Farver/Lysstyrke-kontrast..." -#: app/tools.c:674 +#: app/tools.c:1055 msgid "Adjust brightness and contrast" msgstr "Justér lysstyrke og kontrast" -#: app/tools.c:687 +#: app/tools.c:1078 msgid "/Image/Colors/Hue-Saturation..." msgstr "/Billede/Farver/Glød-mætning..." -#: app/tools.c:692 +#: app/tools.c:1083 msgid "Adjust hue and saturation" msgstr "Justér glød og mætning" -#: app/tools.c:705 +#: app/tools.c:1106 msgid "/Image/Colors/Posterize..." msgstr "/Billede/Farver/Mindre mætning..." -#: app/tools.c:710 +#: app/tools.c:1111 msgid "Reduce image to a fixed numer of colors" msgstr "Reducér billedet til et valgt antal farver" -#: app/tools.c:723 +#: app/tools.c:1134 msgid "/Image/Colors/Threshold..." msgstr "/Billede/Farver/Tærskel..." -#: app/tools.c:728 +#: app/tools.c:1139 msgid "Reduce image to two colors using a threshold" msgstr "Reducér billedet til to farver vha. en tærskel" -#: app/tools.c:741 +#: app/tools.c:1162 msgid "/Image/Colors/Curves..." msgstr "/Billede/Farver/Kurver..." -#: app/tools.c:746 +#: app/tools.c:1167 msgid "Adjust color curves" msgstr "Justér farvekurver" -#: app/tools.c:759 +#: app/tools.c:1190 msgid "/Image/Colors/Levels..." msgstr "/Billede/Farver/Niveauer..." -#: app/tools.c:764 +#: app/tools.c:1195 msgid "Adjust color levels" msgstr "Justér farveniveauer" -#: app/tools.c:777 +#: app/tools.c:1218 msgid "/Image/Histogram..." msgstr "/Billede/Histogram..." -#: app/tools.c:782 +#: app/tools.c:1223 msgid "View image histogram" msgstr "Vis billedhistogram" @@ -5498,7 +5504,7 @@ msgstr "" "Transformation virker ikke på\n" "lag der indeholder lagmasker." -#: app/transform_core.c:1616 +#: app/transform_core.c:1604 msgid "Transformation" msgstr "Transformation" @@ -6134,7 +6140,7 @@ msgstr "Personlig GIMP mappe" msgid "Click \"Continue\" to create your personal GIMP directory." msgstr "Klik på \"Fortsæt\" for at oprette din personlige GIMP mappe." -#: app/user_install.c:754 +#: app/user_install.c:755 #, c-format msgid "" "For a proper GIMP installation, a subdirectory named\n" @@ -6143,7 +6149,7 @@ msgstr "" "I en ordentlig GIMP installation skal et underkatalog kaldet\n" "%s være oprettet." -#: app/user_install.c:760 +#: app/user_install.c:761 msgid "" "This subdirectory will contain a number of important files.\n" "Click on one of the files or subdirectories in the tree\n" @@ -6153,33 +6159,33 @@ msgstr "" "Klik på en af filerne eller underkatalogerne i træet\n" "for at få mere information om det valgte objekt." -#: app/user_install.c:844 +#: app/user_install.c:845 msgid "User Installation Log" msgstr "Brugerinstallationslog" -#: app/user_install.c:850 +#: app/user_install.c:851 msgid "GIMP Performance Tuning" msgstr "GIMP ydelsesjustering" -#: app/user_install.c:851 +#: app/user_install.c:852 msgid "Click \"Continue\" to accept the settings above." msgstr "Klik på \"Fortsæt\" for at acceptere ovenstående indstillinger." -#: app/user_install.c:854 +#: app/user_install.c:855 msgid "For optimal GIMP performance, some settings may have to be adjusted." msgstr "" "For optimal ydelse i GIMP er det nødvendigt med justering af nogen " "indstillinger." -#: app/user_install.c:863 +#: app/user_install.c:864 msgid "Monitor Resolution" msgstr "Skærmopløsning" -#: app/user_install.c:864 +#: app/user_install.c:865 msgid "Click \"Continue\" to start The GIMP." msgstr "klik på \"Fortsæt\" for at starte GIMP." -#: app/user_install.c:867 +#: app/user_install.c:868 msgid "" "To display images in their natural size, GIMP needs to know your monitor " "resolution." @@ -6187,19 +6193,19 @@ msgstr "" "For at vise billeder i sin naturlige størrelse skal GIMP vide opløsningen " "for din skærm." -#: app/user_install.c:876 +#: app/user_install.c:877 msgid "Aborting Installation..." msgstr "Afbryder installation..." -#: app/user_install.c:946 +#: app/user_install.c:947 msgid "does not exist. Cannot install." msgstr "eksisterer ikke. Kan ikke installere." -#: app/user_install.c:958 +#: app/user_install.c:959 msgid "has invalid permissions. Cannot install." msgstr "har ugyldige rettigheder. Kan ikke installere." -#: app/user_install.c:996 +#: app/user_install.c:997 msgid "" "Did you notice any error messages in the console window?\n" "If not, installation was successful!\n" @@ -6209,7 +6215,7 @@ msgstr "" "Hvis ikke var installationen vellykket! \n" "Ellers, afslut og prøv at finde den mulige grund..." -#: app/user_install.c:1052 +#: app/user_install.c:1053 msgid "" "Did you notice any error messages in the lines above?\n" "If not, installation was successful!\n" @@ -6219,15 +6225,15 @@ msgstr "" "Hvis ikke var installationen vellykket! \n" "Ellers, afslut og prøv at finde den mulige grund..." -#: app/user_install.c:1064 +#: app/user_install.c:1065 msgid "Click \"Continue\" to complete GIMP installation." msgstr "Klik \"Fortsæt\" for at fuldføre GIMP installationen." -#: app/user_install.c:1069 +#: app/user_install.c:1070 msgid "Installation failed. Contact system administrator." msgstr "Installation mislykkedes. Kontakt din systemadministrator." -#: app/user_install.c:1090 +#: app/user_install.c:1091 msgid "" "GIMP uses a limited amount of memory to store image data, the so-called\n" "\"Tile Cache\". You should adjust it's size to fit into memory. Consider\n" @@ -6237,7 +6243,7 @@ msgstr "" "\"Tile cachen\". Du bør justere størrelsen på denne så den passer i lagret.\n" "Tag den mængde lager i betragtning som bruges af andre processer." -#: app/user_install.c:1115 +#: app/user_install.c:1116 msgid "" "All image and undo data which doesn't fit into the Tile Cache will be\n" "written to a swap file. This file should be located on a local filesystem\n" @@ -6250,27 +6256,27 @@ msgstr "" "tilstrækkelig plads (flere hundrede Mb). På et UNIX system vil du \n" "måske bruge systemets temp katalog. (\"/tmp\" eller \"/var/tmp\")." -#: app/user_install.c:1129 +#: app/user_install.c:1130 msgid "Swap Directory:" msgstr "Swap-mappe:" -#: app/user_install.c:1182 +#: app/user_install.c:1183 msgid "Calibrate Monitor Resolution" msgstr "Kalibrér skærmopløsning" -#: app/user_install.c:1290 +#: app/user_install.c:1291 msgid "Measure the rulers and enter their lengths below." msgstr "Mål linealerne og indtast deres længder herunder." -#: app/user_install.c:1305 +#: app/user_install.c:1306 msgid "Horizontal:" msgstr "Vandret:" -#: app/user_install.c:1310 +#: app/user_install.c:1311 msgid "Vertical:" msgstr "Lodret:" -#: app/user_install.c:1351 +#: app/user_install.c:1352 msgid "" "GIMP can obtain this information from your X-server.\n" "However, most X-servers do not return useful values." @@ -6278,20 +6284,20 @@ msgstr "" "GIMP kan hente denne information fra din X-tjener.\n" "Desværre returnerer de fleste X-tjenere ikke nyttige værdier." -#: app/user_install.c:1358 +#: app/user_install.c:1359 #, c-format msgid "Get Resolution from X-server (Currently %d x %d dpi)" msgstr "Hent opløsning fra X-tjener (Den er nu %d x %d dpi)" -#: app/user_install.c:1372 +#: app/user_install.c:1373 msgid "Alternatively, you can set the monitor resolution manually." msgstr "Alternativt kan du vælge skærmopløsningen manuelt." -#: app/user_install.c:1385 +#: app/user_install.c:1386 msgid "Monitor Resolution X:" msgstr "Skærmopløsning X:" -#: app/user_install.c:1421 +#: app/user_install.c:1422 msgid "" "You can also press the \"Calibrate\" button to open a window\n" "which lets you determine your monitor resolution interactively." @@ -6299,7 +6305,7 @@ msgstr "" "Du kan også trykke på \"Kalibrér\" knappen for at åbne et vindue\n" "som lader dig bestemme din skærmopløsning interaktivt." -#: app/user_install.c:1428 +#: app/user_install.c:1429 msgid "Calibrate" msgstr "Kalibrér" diff --git a/po/de.po b/po/de.po index f2a2fb9f98..5bd2e5b5dd 100644 --- a/po/de.po +++ b/po/de.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: GIMP 1.1.22\n" -"POT-Creation-Date: 2000-06-07 21:33+0200\n" +"POT-Creation-Date: 2000-06-18 19:40-0700\n" "PO-Revision-Date: 2000-06-08 14:59+02:00\n" "Last-Translator: Sven Neumann \n" "Language-Team: German \n" @@ -15,21 +15,21 @@ msgstr "" "Content-Type: text/plain; charset=iso-8859-1\n" "Content-Transfer-Encoding: 8bit\n" -#: app/about_dialog.c:193 +#: app/about_dialog.c:256 msgid "About the GIMP" msgstr "Über GIMP" #. this is a font, provide only one single font definition -#: app/about_dialog.c:244 +#: app/about_dialog.c:307 msgid "-*-helvetica-medium-r-normal--*-140-*-*-*-*-*-*" msgstr "-*-helvetica-medium-r-normal--*-140-*-*-*-*-*-*" -#: app/about_dialog.c:254 +#: app/about_dialog.c:317 #, c-format msgid "Version %s brought to you by" msgstr "Version %s wurde Euch gebracht von" -#: app/about_dialog.c:294 +#: app/about_dialog.c:357 msgid "Please visit http://www.gimp.org/ for more info" msgstr "Mehr Informationen finden Sie auf http://www.gimp.org/" @@ -123,11 +123,11 @@ msgstr "Beenden" #: app/gdisplay_color_ui.c:135 app/gdisplay_ops.c:305 app/gimpprogress.c:112 #: app/global_edit.c:772 app/gradient.c:1768 app/gradient.c:4840 #: app/gradient.c:5401 app/hue_saturation.c:374 app/interface.c:1039 -#: app/layers_dialog.c:3478 app/layers_dialog.c:3660 app/layers_dialog.c:3752 -#: app/layers_dialog.c:4012 app/levels.c:340 app/palette.c:1826 -#: app/posterize.c:202 app/preferences_dialog.c:1465 app/qmask.c:281 +#: app/layers_dialog.c:3484 app/layers_dialog.c:3666 app/layers_dialog.c:3761 +#: app/layers_dialog.c:4021 app/levels.c:341 app/palette.c:1826 +#: app/posterize.c:202 app/preferences_dialog.c:1465 app/qmask.c:278 #: app/resize.c:194 app/resize.c:1326 app/threshold.c:275 -#: app/user_install.c:548 app/user_install.c:1190 modules/cdisplay_gamma.c:332 +#: app/user_install.c:548 app/user_install.c:1191 modules/cdisplay_gamma.c:332 #: modules/cdisplay_highcontrast.c:325 msgid "Cancel" msgstr "Abbrechen" @@ -140,11 +140,11 @@ msgstr "Bezier Pfad ist bereits geschlossen." msgid "Corrupt curve" msgstr "Kurve beschädigt" -#: app/bezier_select.c:2941 +#: app/bezier_select.c:2995 msgid "Curve not closed!" msgstr "Kurve ist nicht geschlossen!" -#: app/bezier_select.c:3228 app/gimage_mask.c:620 +#: app/bezier_select.c:3282 app/gimage_mask.c:620 msgid "Paintbrush operation failed." msgstr "Pinseloperation schlug fehl." @@ -220,7 +220,7 @@ msgstr "Spirale (linksdrehend)" msgid "Gradient:" msgstr "Farbverlauf:" -#: app/blend.c:342 app/by_color_select.c:817 app/preferences_dialog.c:1820 +#: app/blend.c:342 app/by_color_select.c:838 app/preferences_dialog.c:1820 msgid "None" msgstr "Keine" @@ -268,7 +268,8 @@ msgstr " msgid "Blend: " msgstr "Übergang: " -#: app/brightness_contrast.c:127 app/brightness_contrast.c:209 app/tools.c:668 +#: app/brightness_contrast.c:127 app/brightness_contrast.c:209 +#: app/tools.c:1049 msgid "Brightness-Contrast" msgstr "Helligkeit-Kontrast" @@ -281,19 +282,19 @@ msgstr "Helligkeit-Kontrast funktioniert nicht bei indizierten Bildern." #: app/color_balance.c:271 app/color_notebook.c:123 app/convert.c:504 #: app/curves.c:558 app/file_new_dialog.c:207 app/file_new_dialog.c:353 #: app/gdisplay_color_ui.c:133 app/gimpui.c:122 app/hue_saturation.c:370 -#: app/layers_dialog.c:3476 app/layers_dialog.c:3658 app/layers_dialog.c:3750 -#: app/layers_dialog.c:4010 app/levels.c:336 app/module_db.c:314 -#: app/posterize.c:198 app/preferences_dialog.c:1461 app/qmask.c:279 +#: app/layers_dialog.c:3482 app/layers_dialog.c:3664 app/layers_dialog.c:3759 +#: app/layers_dialog.c:4019 app/levels.c:337 app/module_db.c:314 +#: app/posterize.c:198 app/preferences_dialog.c:1461 app/qmask.c:276 #: app/resize.c:192 app/resize.c:1326 app/threshold.c:271 -#: app/user_install.c:1188 modules/cdisplay_gamma.c:330 +#: app/user_install.c:1189 modules/cdisplay_gamma.c:330 #: modules/cdisplay_highcontrast.c:323 msgid "OK" msgstr "OK" -#: app/brightness_contrast.c:216 app/by_color_select.c:694 +#: app/brightness_contrast.c:216 app/by_color_select.c:715 #: app/color_balance.c:273 app/curves.c:560 app/file_new_dialog.c:355 -#: app/hue_saturation.c:372 app/levels.c:338 app/posterize.c:200 -#: app/threshold.c:273 app/tools.c:1085 app/transform_core.c:406 +#: app/hue_saturation.c:372 app/levels.c:339 app/posterize.c:200 +#: app/threshold.c:273 app/tools.c:1542 app/transform_core.c:406 #: modules/colorsel_water.c:634 msgid "Reset" msgstr "Standard" @@ -310,7 +311,7 @@ msgstr "Kontrast:" #. The preview toggle #: app/brightness_contrast.c:300 app/color_balance.c:441 app/curves.c:682 -#: app/fileops.c:401 app/hue_saturation.c:562 app/levels.c:569 +#: app/fileops.c:401 app/hue_saturation.c:562 app/levels.c:570 #: app/palette.c:3236 app/posterize.c:239 app/threshold.c:348 msgid "Preview" msgstr "Vorschau" @@ -320,15 +321,15 @@ msgid "Brush Editor" msgstr "Pinseleditor" #. The close button -#: app/brush_edit.c:216 app/brush_select.c:281 app/by_color_select.c:696 +#: app/brush_edit.c:216 app/brush_select.c:281 app/by_color_select.c:717 #: app/color_notebook.c:123 app/color_picker.c:297 app/colormap_dialog.i.c:173 -#: app/crop.c:1054 app/devices.c:755 app/docindex.c:773 app/errorconsole.c:281 +#: app/crop.c:1068 app/devices.c:755 app/docindex.c:773 app/errorconsole.c:281 #: app/gdisplay_ops.c:305 app/gradient.c:800 app/gradient_select.c:153 -#: app/histogram_tool.c:276 app/info_window.c:255 app/lc_dialog.c:195 +#: app/histogram_tool.c:275 app/info_window.c:255 app/lc_dialog.c:195 #: app/measure.c:321 app/nav_window.c:1344 app/palette.c:2072 #: app/palette.c:2088 app/palette.c:3118 app/palette_select.c:66 #: app/pattern_select.c:172 app/preferences_dialog.c:367 app/tips_dialog.c:160 -#: app/tools.c:1087 app/undo_history.c:752 +#: app/tools.c:1544 app/undo_history.c:752 msgid "Close" msgstr "Schließen" @@ -363,7 +364,7 @@ msgstr "Auffrischen" msgid "No Brushes available" msgstr "Keine Pinsel verfügbar" -#: app/brush_select.c:448 app/layers_dialog.c:412 app/tool_options.c:526 +#: app/brush_select.c:448 app/layers_dialog.c:413 app/tool_options.c:526 msgid "Opacity:" msgstr "Deckkraft:" @@ -426,53 +427,53 @@ msgstr "Muster" msgid "Bucket Fill operation failed." msgstr "Füllen schlug fehl." -#: app/bucket_fill.c:347 +#: app/bucket_fill.c:351 msgid "No available patterns for this operation." msgstr "Keine Muster verfügbar für diese Operation." #. The shell and main vbox -#: app/by_color_select.c:689 +#: app/by_color_select.c:710 msgid "By Color Selection" msgstr "Auswahl nach Farbe" -#: app/by_color_select.c:745 +#: app/by_color_select.c:766 msgid "Inactive" msgstr "Inaktiv" -#: app/by_color_select.c:753 +#: app/by_color_select.c:774 msgid "Selection Mode" msgstr "Auswahlmodus" -#: app/by_color_select.c:758 app/paint_funcs.c:100 +#: app/by_color_select.c:779 app/paint_funcs.c:101 msgid "Replace" msgstr "Ersetzen" -#: app/by_color_select.c:760 app/colormap_dialog.i.c:130 +#: app/by_color_select.c:781 app/colormap_dialog.i.c:130 #: app/gdisplay_color_ui.c:120 msgid "Add" msgstr "Hinzufügen" -#: app/by_color_select.c:761 app/layers_dialog.c:380 app/tool_options.c:926 +#: app/by_color_select.c:782 app/layers_dialog.c:380 app/tool_options.c:926 msgid "Subtract" msgstr "Subtraktion" -#: app/by_color_select.c:762 +#: app/by_color_select.c:783 msgid "Intersect" msgstr "Schnitt" -#: app/by_color_select.c:773 +#: app/by_color_select.c:794 msgid "Fuzziness Threshold" msgstr "Ungenauigkeits-Schwellwert" -#: app/by_color_select.c:792 +#: app/by_color_select.c:813 msgid "Selection" msgstr "Auswahl" -#: app/by_color_select.c:803 +#: app/by_color_select.c:824 msgid "Invert" msgstr "Invertieren" -#: app/by_color_select.c:810 +#: app/by_color_select.c:831 msgid "All" msgstr "Alles" @@ -499,9 +500,9 @@ msgstr "Versatz" msgid "Offset X:" msgstr "Versatz X:" -#: app/channel_ops.c:115 app/crop.c:1063 app/file_new_dialog.c:530 +#: app/channel_ops.c:115 app/crop.c:1077 app/file_new_dialog.c:530 #: app/resize.c:343 app/resize.c:435 app/resize.c:572 app/rotate_tool.c:106 -#: app/scale_tool.c:100 app/shear_tool.c:82 app/user_install.c:1391 +#: app/scale_tool.c:100 app/shear_tool.c:82 app/user_install.c:1392 msgid "Y:" msgstr "Y:" @@ -511,11 +512,11 @@ msgid "Wrap Around" msgstr "Herumwickeln" #: app/channel_ops.c:174 app/image_new.c:76 app/image_new.c:290 -#: app/layers_dialog.c:3578 +#: app/layers_dialog.c:3584 msgid "Background" msgstr "Hintergrund" -#: app/channel_ops.c:175 app/image_new.c:86 app/layers_dialog.c:3580 +#: app/channel_ops.c:175 app/image_new.c:86 app/layers_dialog.c:3586 msgid "Transparent" msgstr "Transparent" @@ -557,17 +558,17 @@ msgid "Empty Channel Copy" msgstr "Leerer Kanal Kopie" #: app/channels_dialog.c:1433 app/color_balance.c:343 app/color_select.c:250 -#: app/curves.c:583 app/histogram_tool.c:304 app/levels.c:369 +#: app/curves.c:583 app/histogram_tool.c:303 app/levels.c:370 msgid "Red" msgstr "Rot" #: app/channels_dialog.c:1437 app/color_balance.c:368 app/color_select.c:251 -#: app/curves.c:584 app/histogram_tool.c:305 app/levels.c:370 +#: app/curves.c:584 app/histogram_tool.c:304 app/levels.c:371 msgid "Green" msgstr "Grün" #: app/channels_dialog.c:1441 app/color_balance.c:393 app/color_select.c:252 -#: app/curves.c:585 app/histogram_tool.c:306 app/levels.c:371 +#: app/curves.c:585 app/histogram_tool.c:305 app/levels.c:372 msgid "Blue" msgstr "Blau" @@ -630,7 +631,7 @@ msgid "No patterns available for this operation." msgstr "Für diese Funktion sind keine Muster vorhanden." #. The shell and main vbox -#: app/color_balance.c:168 app/color_balance.c:266 app/tools.c:650 +#: app/color_balance.c:168 app/color_balance.c:266 app/tools.c:1021 msgid "Color Balance" msgstr "Farbausgleich" @@ -682,7 +683,7 @@ msgstr "Farbauswahl" msgid "Revert to Old Color" msgstr "Zurück zur alten Farbe" -#: app/color_picker.c:144 app/color_picker.c:248 app/tools.c:357 +#: app/color_picker.c:144 app/color_picker.c:248 app/tools.c:568 msgid "Color Picker" msgstr "Farbpipette" @@ -723,14 +724,14 @@ msgstr "Index:" msgid "Hex Triplet" msgstr "Hex Triplet" -#: app/color_picker.c:272 app/histogram_tool.c:260 +#: app/color_picker.c:272 app/histogram_tool.c:259 msgid "Intensity:" msgstr "Intensität:" -#: app/color_picker.c:626 app/color_picker.c:627 app/color_picker.c:628 -#: app/color_picker.c:629 app/color_picker.c:630 app/color_picker.c:631 -#: app/color_picker.c:632 app/color_picker.c:644 app/color_picker.c:651 -#: app/color_picker.c:669 app/color_picker.c:684 app/info_window.c:185 +#: app/color_picker.c:632 app/color_picker.c:633 app/color_picker.c:634 +#: app/color_picker.c:635 app/color_picker.c:636 app/color_picker.c:637 +#: app/color_picker.c:638 app/color_picker.c:650 app/color_picker.c:657 +#: app/color_picker.c:675 app/color_picker.c:690 app/info_window.c:185 #: app/info_window.c:191 app/info_window.c:197 app/info_window.c:203 #: app/info_window.c:422 app/info_window.c:423 app/info_window.c:424 #: app/info_window.c:425 app/info_window.c:447 @@ -761,18 +762,18 @@ msgstr "G" msgid "B" msgstr "B" -#: app/color_select.c:247 app/layers_dialog.c:383 app/paint_funcs.c:94 +#: app/color_select.c:247 app/layers_dialog.c:383 app/paint_funcs.c:95 #: app/tool_options.c:929 msgid "Hue" msgstr "Farbton" -#: app/color_select.c:248 app/layers_dialog.c:384 app/paint_funcs.c:95 +#: app/color_select.c:248 app/layers_dialog.c:384 app/paint_funcs.c:96 #: app/tool_options.c:930 msgid "Saturation" msgstr "Sättigung" -#: app/color_select.c:249 app/curves.c:582 app/histogram_tool.c:303 -#: app/layers_dialog.c:386 app/levels.c:368 app/paint_funcs.c:97 +#: app/color_select.c:249 app/curves.c:582 app/histogram_tool.c:302 +#: app/layers_dialog.c:386 app/levels.c:369 app/paint_funcs.c:98 #: app/tool_options.c:932 msgid "Value" msgstr "Wert" @@ -926,7 +927,7 @@ msgstr "Weichzeichnen" msgid "Sharpen" msgstr "Schärfen" -#: app/crop.c:178 app/tools.c:231 +#: app/crop.c:178 app/tools.c:372 msgid "Crop & Resize" msgstr "Zuschneiden und Größe verändern" @@ -944,11 +945,11 @@ msgstr "Vergr msgid "Tool Toggle" msgstr "Werkzeug-Modus" -#: app/crop.c:215 app/crop.c:1050 +#: app/crop.c:215 app/crop.c:1064 msgid "Crop" msgstr "Zuschneiden" -#: app/crop.c:217 app/crop.c:1052 +#: app/crop.c:217 app/crop.c:1066 msgid "Resize" msgstr "Größe verändern" @@ -956,42 +957,42 @@ msgstr "Gr msgid "Crop: " msgstr "Zuschneiden: " -#: app/crop.c:1023 +#: app/crop.c:1037 msgid "Crop: 0 x 0" msgstr "Zuschneiden: 0 x 0" #. create the info dialog -#: app/crop.c:1044 +#: app/crop.c:1058 msgid "Crop & Resize Information" msgstr "Zuschneideinformationen" #. add the information fields -#: app/crop.c:1060 +#: app/crop.c:1074 msgid "Origin X:" msgstr "Ursprung X:" #. the pixel size labels -#: app/crop.c:1076 app/file_new_dialog.c:389 app/file_new_dialog.c:407 +#: app/crop.c:1090 app/file_new_dialog.c:389 app/file_new_dialog.c:407 #: app/tool_options.c:348 msgid "Width:" msgstr "Breite:" -#: app/crop.c:1079 app/file_new_dialog.c:395 app/file_new_dialog.c:413 -#: app/layers_dialog.c:3519 app/resize.c:253 app/resize.c:278 app/resize.c:509 +#: app/crop.c:1093 app/file_new_dialog.c:395 app/file_new_dialog.c:413 +#: app/layers_dialog.c:3525 app/resize.c:253 app/resize.c:278 app/resize.c:509 #: app/scale_tool.c:79 app/scale_tool.c:86 app/tool_options.c:364 msgid "Height:" msgstr "Höhe:" -#: app/crop.c:1101 +#: app/crop.c:1115 msgid "From Selection" msgstr "Aus Auswahl" -#: app/crop.c:1107 +#: app/crop.c:1121 msgid "Auto Shrink" msgstr "Automatisch schrumpfen" #. The shell and main vbox -#: app/curves.c:393 app/curves.c:553 app/tools.c:740 +#: app/curves.c:393 app/curves.c:553 app/tools.c:1161 msgid "Curves" msgstr "Kurven" @@ -1003,7 +1004,7 @@ msgstr "Kurven k msgid "Modify Curves for Channel:" msgstr "Verändere Kurven für Kanal:" -#: app/curves.c:586 app/levels.c:372 +#: app/curves.c:586 app/levels.c:373 msgid "Alpha" msgstr "Alpha" @@ -1020,11 +1021,11 @@ msgstr "Weich" msgid "Free" msgstr "Frei" -#: app/curves.c:699 app/levels.c:597 app/module_db.c:864 +#: app/curves.c:699 app/levels.c:598 app/module_db.c:864 msgid "Load" msgstr "Öffnen" -#: app/curves.c:707 app/devices.c:753 app/levels.c:607 app/palette.c:2068 +#: app/curves.c:707 app/devices.c:753 app/levels.c:608 app/palette.c:2068 #: app/preferences_dialog.c:365 app/preferences_dialog.c:1463 msgid "Save" msgstr "Sichern" @@ -1037,11 +1038,11 @@ msgstr "Kurven msgid "Save Curves" msgstr "Kurven sichern" -#: app/curves.c:1578 +#: app/curves.c:1579 msgid "Load/Save Curves" msgstr "Öffne/Sichere Kurven" -#: app/curves.c:1623 app/curves.c:1641 app/levels.c:1429 app/levels.c:1447 +#: app/curves.c:1624 app/curves.c:1642 app/levels.c:1441 app/levels.c:1459 #: app/paths_dialog.c:1905 #, c-format msgid "Unable to open file %s" @@ -1055,7 +1056,7 @@ msgstr "S msgid "Device Status" msgstr "Gerätestatus" -#: app/disp_callbacks.c:813 app/global_edit.c:297 app/global_edit.c:303 +#: app/disp_callbacks.c:816 app/global_edit.c:297 app/global_edit.c:303 #: app/global_edit.c:375 msgid "Pasted Layer" msgstr "Eingefügte Ebene" @@ -1115,11 +1116,11 @@ msgstr "Nachbelichten" msgid "Mode" msgstr "Modus" -#: app/edit_selection.c:181 +#: app/edit_selection.c:190 msgid "Move: 0, 0" msgstr "Verschieben: 0, 0" -#: app/edit_selection.c:427 app/edit_selection.c:437 +#: app/edit_selection.c:436 app/edit_selection.c:446 msgid "Move: " msgstr "Verschieben: " @@ -1133,7 +1134,7 @@ msgid "Hard Edge" msgstr "Harte Kanten" #. the anti_erase toggle -#: app/eraser.c:118 app/paint_funcs.c:101 +#: app/eraser.c:118 app/paint_funcs.c:102 msgid "Anti Erase" msgstr "Un-Radieren" @@ -1206,7 +1207,7 @@ msgid "New Image" msgstr "Neues Bild" #: app/file_new_dialog.c:453 app/preferences_dialog.c:1536 -#: app/preferences_dialog.c:1573 app/user_install.c:1378 +#: app/preferences_dialog.c:1573 app/user_install.c:1379 msgid "Pixels" msgstr "Pixel" @@ -1431,27 +1432,27 @@ msgstr "" "schwebenden Auswahl erzeugen, da sie zu einer\n" "Ebenenmaske oder einer einem Kanal gehört." -#: app/gdisplay.c:220 +#: app/gdisplay.c:227 msgid "RGB-empty" msgstr "RGB leer" -#: app/gdisplay.c:220 app/image_new.c:60 app/preferences_dialog.c:1633 +#: app/gdisplay.c:227 app/image_new.c:60 app/preferences_dialog.c:1633 msgid "RGB" msgstr "RGB" -#: app/gdisplay.c:223 +#: app/gdisplay.c:230 msgid "grayscale-empty" msgstr "Graustufen leer" -#: app/gdisplay.c:223 +#: app/gdisplay.c:230 msgid "grayscale" msgstr "Graustufen" -#: app/gdisplay.c:226 +#: app/gdisplay.c:233 msgid "indexed-empty" msgstr "Indiziert leer" -#: app/gdisplay.c:226 +#: app/gdisplay.c:233 msgid "indexed" msgstr "Indiziert" @@ -1674,7 +1675,7 @@ msgstr "" "Kann keine Ebenenenmaske hinzufügen, da\n" "diese Ebene bereits eine Maske hat." -#: app/gimpimage.c:3031 +#: app/gimpimage.c:3033 msgid "" "Unable to add a layer mask to a\n" "layer in an indexed image." @@ -1682,7 +1683,7 @@ msgstr "" "Kann keine Maske zu einer Ebene in\n" "einem indizierten Bild hinzufügen." -#: app/gimpimage.c:3035 +#: app/gimpimage.c:3039 msgid "" "Cannot add layer mask to a layer\n" "with no alpha channel." @@ -1690,20 +1691,20 @@ msgstr "" "Kann keine Maske zu einer Ebene\n" "ohne Alphakanal hinzufügen." -#: app/gimpimage.c:3042 +#: app/gimpimage.c:3048 msgid "Cannot add layer mask of different dimensions than specified layer." msgstr "" "Kann keine Ebenenmaske mit anderen Abmessungen als die Ebene hinzufügen." -#: app/gimpimage.c:3149 +#: app/gimpimage.c:3155 msgid "Channel cannot be raised any further" msgstr "Kanal kann nicht weiter angehoben werden" -#: app/gimpimage.c:3200 +#: app/gimpimage.c:3206 msgid "Channel cannot be lowered any further" msgstr "Kanal kann nicht weiter abgesenkt werden" -#: app/gimpimage.c:3420 app/palette.c:364 app/palette.c:941 app/palette.c:1077 +#: app/gimpimage.c:3426 app/palette.c:364 app/palette.c:941 app/palette.c:1077 #: app/palette.c:2022 app/palette.c:2749 app/palette.c:2881 msgid "Untitled" msgstr "Unbenannt" @@ -1783,7 +1784,7 @@ msgstr "GIMP Meldung" msgid "pixel" msgstr "Pixel" -#: app/gimpunit.c:63 app/measure.c:504 app/measure.c:508 app/paint_core.c:527 +#: app/gimpunit.c:63 app/measure.c:507 app/measure.c:511 app/paint_core.c:530 msgid "pixels" msgstr "Pixel" @@ -2198,44 +2199,44 @@ msgid "Gradient Selection" msgstr "Farbverlaufsauswahl" #. The shell and main vbox -#: app/histogram_tool.c:166 app/histogram_tool.c:270 app/tools.c:776 +#: app/histogram_tool.c:165 app/histogram_tool.c:269 app/tools.c:1217 msgid "Histogram" msgstr "Histogramm" -#: app/histogram_tool.c:204 +#: app/histogram_tool.c:203 msgid "Histogram does not operate on indexed drawables." msgstr "Histogramm funktioniert nicht mit indizierten Bildern." -#: app/histogram_tool.c:256 +#: app/histogram_tool.c:255 msgid "Mean:" msgstr "Mittelwert:" -#: app/histogram_tool.c:257 +#: app/histogram_tool.c:256 msgid "Std Dev:" msgstr "Std.-Abweichung:" -#: app/histogram_tool.c:258 +#: app/histogram_tool.c:257 msgid "Median:" msgstr "Median:" -#: app/histogram_tool.c:259 +#: app/histogram_tool.c:258 msgid "Pixels:" msgstr "Pixel:" -#: app/histogram_tool.c:261 +#: app/histogram_tool.c:260 msgid "Count:" msgstr "Anzahl:" -#: app/histogram_tool.c:262 +#: app/histogram_tool.c:261 msgid "Percentile:" msgstr "Protentsatz:" -#: app/histogram_tool.c:295 +#: app/histogram_tool.c:294 msgid "Information on Channel:" msgstr "Informationen über Kanal:" #. The shell and main vbox -#: app/hue_saturation.c:245 app/hue_saturation.c:365 app/tools.c:686 +#: app/hue_saturation.c:245 app/hue_saturation.c:365 app/tools.c:1077 msgid "Hue-Saturation" msgstr "Farbton-Sättigung" @@ -2291,11 +2292,11 @@ msgstr "" msgid "Grayscale" msgstr "Graustufen" -#: app/image_new.c:71 app/layers_dialog.c:3577 +#: app/image_new.c:71 app/layers_dialog.c:3583 msgid "Foreground" msgstr "Vordergrund" -#: app/image_new.c:81 app/layers_dialog.c:3579 +#: app/image_new.c:81 app/layers_dialog.c:3585 msgid "White" msgstr "Weiß" @@ -2504,7 +2505,7 @@ msgstr "Kan msgid "Channel Ops" msgstr "Kanal" -#: app/internal_procs.c:80 app/layers_dialog.c:385 app/paint_funcs.c:96 +#: app/internal_procs.c:80 app/layers_dialog.c:385 app/paint_funcs.c:97 #: app/tool_options.c:816 app/tool_options.c:931 msgid "Color" msgstr "Farbe" @@ -2633,7 +2634,7 @@ msgstr "%s Maske" msgid "Layer Select" msgstr "Ebenenauswahl" -#: app/layers_dialog.c:264 app/layers_dialog.c:3509 +#: app/layers_dialog.c:264 app/layers_dialog.c:3515 msgid "New Layer" msgstr "Neue Ebene" @@ -2667,43 +2668,43 @@ msgstr "Ebene verankern" msgid "Delete Layer" msgstr "Ebene löschen" -#: app/layers_dialog.c:372 app/paint_funcs.c:83 app/tool_options.c:917 +#: app/layers_dialog.c:372 app/paint_funcs.c:84 app/tool_options.c:917 msgid "Normal" msgstr "Normal" -#: app/layers_dialog.c:373 app/paint_funcs.c:84 app/tool_options.c:918 +#: app/layers_dialog.c:373 app/paint_funcs.c:85 app/tool_options.c:918 msgid "Dissolve" msgstr "Vernichtend" -#: app/layers_dialog.c:374 app/paint_funcs.c:86 app/tool_options.c:920 +#: app/layers_dialog.c:374 app/paint_funcs.c:87 app/tool_options.c:920 msgid "Multiply (Burn)" msgstr "Nachbelichten" -#: app/layers_dialog.c:375 app/paint_funcs.c:98 app/tool_options.c:921 +#: app/layers_dialog.c:375 app/paint_funcs.c:99 app/tool_options.c:921 msgid "Divide (Dodge)" msgstr "Abwedeln" -#: app/layers_dialog.c:376 app/paint_funcs.c:87 app/tool_options.c:922 +#: app/layers_dialog.c:376 app/paint_funcs.c:88 app/tool_options.c:922 msgid "Screen" msgstr "Schirm" -#: app/layers_dialog.c:377 app/paint_funcs.c:88 app/tool_options.c:923 +#: app/layers_dialog.c:377 app/paint_funcs.c:89 app/tool_options.c:923 msgid "Overlay" msgstr "Überlagern" -#: app/layers_dialog.c:378 app/paint_funcs.c:89 app/tool_options.c:924 +#: app/layers_dialog.c:378 app/paint_funcs.c:90 app/tool_options.c:924 msgid "Difference" msgstr "Unterschied" -#: app/layers_dialog.c:379 app/paint_funcs.c:90 app/tool_options.c:925 +#: app/layers_dialog.c:379 app/paint_funcs.c:91 app/tool_options.c:925 msgid "Addition" msgstr "Addition" -#: app/layers_dialog.c:381 app/paint_funcs.c:92 app/tool_options.c:927 +#: app/layers_dialog.c:381 app/paint_funcs.c:93 app/tool_options.c:927 msgid "Darken Only" msgstr "Nur Abdunkeln" -#: app/layers_dialog.c:382 app/paint_funcs.c:93 app/tool_options.c:928 +#: app/layers_dialog.c:382 app/paint_funcs.c:94 app/tool_options.c:928 msgid "Lighten Only" msgstr "Nur Aufhellen" @@ -2711,62 +2712,67 @@ msgstr "Nur Aufhellen" msgid "Keep Trans." msgstr "Erhalte Transp." -#: app/layers_dialog.c:1901 +#: app/layers_dialog.c:405 +#, fuzzy +msgid "Keep Transparency" +msgstr "Transparenz" + +#: app/layers_dialog.c:1907 msgid "Empty Layer Copy" msgstr "Leere Ebene Kopie" -#: app/layers_dialog.c:2163 app/layers_dialog.c:3320 app/layers_dialog.c:3687 +#: app/layers_dialog.c:2169 app/layers_dialog.c:3326 app/layers_dialog.c:3693 msgid "Floating Selection" msgstr "Schwebende Auswahl" -#: app/layers_dialog.c:3470 +#: app/layers_dialog.c:3476 msgid "New Layer Options" msgstr "Einstellungen für neue Ebene" #. The name label and entry -#: app/layers_dialog.c:3499 +#: app/layers_dialog.c:3505 msgid "Layer Name:" msgstr "Ebenenname:" #. The size labels -#: app/layers_dialog.c:3513 +#: app/layers_dialog.c:3519 msgid "Layer Width:" msgstr "Ebenenbreite:" -#: app/layers_dialog.c:3573 +#: app/layers_dialog.c:3579 msgid "Layer Fill Type" msgstr "Ebenenfüllung" -#: app/layers_dialog.c:3652 +#: app/layers_dialog.c:3658 msgid "Edit Layer Attributes" msgstr "Ebenenmerkmale verändern" -#: app/layers_dialog.c:3679 +#: app/layers_dialog.c:3685 msgid "Layer name:" msgstr "Ebenenname:" -#: app/layers_dialog.c:3744 +#: app/layers_dialog.c:3753 msgid "Add Mask Options" msgstr "Einstellungen für neue Maske" #. The radio frame and box -#: app/layers_dialog.c:3762 +#: app/layers_dialog.c:3771 msgid "Initialize Layer Mask to:" msgstr "Initialisierung Ebenenmaske nach:" -#: app/layers_dialog.c:3767 +#: app/layers_dialog.c:3776 msgid "White (Full Opacity)" msgstr "Weiß (volle Deckkraft)" -#: app/layers_dialog.c:3769 +#: app/layers_dialog.c:3778 msgid "Black (Full Transparency)" msgstr "Schwarz (volle Transparenz)" -#: app/layers_dialog.c:3771 +#: app/layers_dialog.c:3780 msgid "Layer's Alpha Channel" msgstr "Alphakanal der Ebene" -#: app/layers_dialog.c:3832 app/layers_dialog.c:3918 +#: app/layers_dialog.c:3841 app/layers_dialog.c:3927 msgid "" "Invalid width or height.\n" "Both must be positive." @@ -2774,27 +2780,27 @@ msgstr "" "Ungültige Breite oder Höhe.\n" "Beide müssen positiv sein." -#: app/layers_dialog.c:4004 +#: app/layers_dialog.c:4013 msgid "Layer Merge Options" msgstr "Ebenen vereinen" -#: app/layers_dialog.c:4029 +#: app/layers_dialog.c:4038 msgid "Final, Merged Layer should be:" msgstr "Die fertige, vereinte Ebene soll sein:" -#: app/layers_dialog.c:4030 +#: app/layers_dialog.c:4039 msgid "Final, Anchored Layer should be:" msgstr "Die fertige, verankerte Ebene soll sein:" -#: app/layers_dialog.c:4035 +#: app/layers_dialog.c:4044 msgid "Expanded as necessary" msgstr "Nach Bedarf erweitern" -#: app/layers_dialog.c:4037 +#: app/layers_dialog.c:4046 msgid "Clipped to image" msgstr "Auf Bild beschnitten" -#: app/layers_dialog.c:4039 +#: app/layers_dialog.c:4048 msgid "Clipped to bottom layer" msgstr "Auf oberste Ebene beschnitten" @@ -2803,7 +2809,7 @@ msgid "Layers, Channels & Paths" msgstr "Ebenen, Kanäle und Pfade" #. The Auto-button -#: app/lc_dialog.c:147 app/levels.c:587 +#: app/lc_dialog.c:147 app/levels.c:588 msgid "Auto" msgstr "Auto" @@ -2816,35 +2822,35 @@ msgid "Channels" msgstr "Kanäle" #. The shell and main vbox -#: app/levels.c:196 app/levels.c:331 app/tools.c:758 +#: app/levels.c:197 app/levels.c:332 app/tools.c:1189 msgid "Levels" msgstr "Werte" -#: app/levels.c:234 +#: app/levels.c:235 msgid "Levels for indexed drawables cannot be adjusted." msgstr "Werte für indizierte Bilder können nicht verändert werden. " -#: app/levels.c:360 +#: app/levels.c:361 msgid "Modify Levels for Channel:" msgstr "Verändere Werte für Kanal:" -#: app/levels.c:384 +#: app/levels.c:385 msgid "Input Levels:" msgstr "Quellwerte:" -#: app/levels.c:493 +#: app/levels.c:494 msgid "Output Levels:" msgstr "Zielwerte:" -#: app/levels.c:1050 +#: app/levels.c:1052 msgid "Load Levels" msgstr "Werte öffnen" -#: app/levels.c:1065 +#: app/levels.c:1067 msgid "Save Levels" msgstr "Werte sichern" -#: app/levels.c:1384 +#: app/levels.c:1396 msgid "Load/Save Levels" msgstr "Werte Öffne/Sichere" @@ -2971,7 +2977,7 @@ msgstr "Benutze Info-Fenster" msgid "Distance:" msgstr "Abstand:" -#: app/measure.c:504 app/measure.c:509 app/measure.c:517 app/measure.c:545 +#: app/measure.c:507 app/measure.c:512 app/measure.c:520 app/measure.c:548 msgid "degrees" msgstr "Grad" @@ -3815,7 +3821,7 @@ msgstr "Status:" msgid "Autoload during startup" msgstr "Automatisch beim Start laden" -#: app/move.c:473 +#: app/move.c:494 msgid "Move Tool" msgstr "Verschieben" @@ -3829,19 +3835,19 @@ msgstr "Navigation: %s-%d.%d" msgid "Navigation: No Image" msgstr "Navigation: Kein Bild" -#: app/paint_core.c:760 +#: app/paint_core.c:791 msgid "No brushes available for use with this tool." msgstr "Keine Pinsel für dieses Werkzeug vorhanden." -#: app/paint_funcs.c:85 app/tool_options.c:919 +#: app/paint_funcs.c:86 app/tool_options.c:919 msgid "Behind" msgstr "Hinter" -#: app/paint_funcs.c:91 +#: app/paint_funcs.c:92 msgid "Subtraction" msgstr "Subtraktion" -#: app/paint_funcs.c:99 +#: app/paint_funcs.c:100 msgid "Erase" msgstr "Radieren" @@ -4217,7 +4223,7 @@ msgstr "" msgid "Posterize does not operate on indexed drawables." msgstr "Posterisieren funktioniert nicht mit indizierten Bildern." -#: app/posterize.c:193 app/tools.c:704 +#: app/posterize.c:193 app/tools.c:1105 msgid "Posterize" msgstr "Posterisieren" @@ -4573,7 +4579,7 @@ msgid "Cursor Mode:" msgstr "Cursor-Modus:" #: app/preferences_dialog.c:2096 app/preferences_dialog.c:2098 -#: app/tools.c:1079 +#: app/tools.c:1536 msgid "Tool Options" msgstr "Werkzeugeinstellungen" @@ -4609,7 +4615,7 @@ msgstr "Zur msgid "Levels of Undo:" msgstr "Stufen der Rückgängigmachung:" -#: app/preferences_dialog.c:2198 app/user_install.c:1104 +#: app/preferences_dialog.c:2198 app/user_install.c:1105 msgid "Tile Cache Size:" msgstr "Größe des Datenspeichers:" @@ -4726,7 +4732,7 @@ msgstr "Tempor msgid "Swap Dir:" msgstr "Auslagerungsverzeichnis:" -#: app/preferences_dialog.c:2457 app/user_install.c:1124 +#: app/preferences_dialog.c:2457 app/user_install.c:1125 msgid "Select Swap Dir" msgstr "Auslagerverzeichnis auswählen" @@ -4837,12 +4843,12 @@ msgstr "GIMP Erweiterung" msgid "Temporary Procedure" msgstr "Vorläufige Prozedur" -#: app/qmask.c:273 +#: app/qmask.c:270 msgid "Edit Qmask Attributes" msgstr "QMask Attribute verändern" #. The opacity scale -#: app/qmask.c:301 +#: app/qmask.c:298 msgid "Mask Opacity:" msgstr "Maskendeckkraft:" @@ -4974,7 +4980,7 @@ msgid "Shearing..." msgstr "Scherung..." #. Create the shell -#: app/text_tool.c:151 app/text_tool.c:393 +#: app/text_tool.c:151 app/text_tool.c:400 msgid "Text Tool" msgstr "Textwerkzeug" @@ -4990,17 +4996,17 @@ msgstr "Rand:" msgid "Use Dynamic Text" msgstr "Dynamischen Text benutzen" -#: app/text_tool.c:602 +#: app/text_tool.c:609 #, c-format msgid "Font '%s' not found." msgstr "Schrift '%s' nicht gefunden." -#: app/text_tool.c:621 +#: app/text_tool.c:628 #, c-format msgid "Font '%s' not found.%s" msgstr "Schrift '%s' nicht gefunden.%s" -#: app/text_tool.c:624 +#: app/text_tool.c:631 msgid "" "\n" "If you don't have scalable fonts, try turning off antialiasing in the tool " @@ -5010,11 +5016,11 @@ msgstr "" "Wenn Sie keine skalierbaren Schriften haben, versuchen Sie die Option " "Kantenglättung des Textwerkzeugs auszuschalten." -#: app/text_tool.c:735 +#: app/text_tool.c:742 msgid "Text Layer" msgstr "Textebene" -#: app/threshold.c:171 app/threshold.c:266 app/tools.c:722 +#: app/threshold.c:171 app/threshold.c:266 app/tools.c:1133 msgid "Threshold" msgstr "Schwellwert" @@ -5083,7 +5089,7 @@ msgstr "Unscharfe Auswahl" msgid "Bezier Selection" msgstr "Bezierauswahl" -#: app/tool_options.c:155 app/tools.c:177 +#: app/tool_options.c:155 app/tools.c:288 msgid "Intelligent Scissors" msgstr "Intelligente Schere" @@ -5103,7 +5109,7 @@ msgstr "Feste Gr msgid "Unit:" msgstr "Einheit:" -#: app/tool_options.c:469 app/tools.c:375 +#: app/tool_options.c:469 app/tools.c:596 msgid "Bucket Fill" msgstr "Füllen" @@ -5111,19 +5117,19 @@ msgstr "F msgid "Blend Tool" msgstr "Farbverlauf" -#: app/tool_options.c:473 app/tools.c:411 +#: app/tool_options.c:473 app/tools.c:652 msgid "Pencil" msgstr "Stift" -#: app/tool_options.c:475 app/tools.c:429 +#: app/tool_options.c:475 app/tools.c:680 msgid "Paintbrush" msgstr "Pinsel" -#: app/tool_options.c:477 app/tools.c:447 +#: app/tool_options.c:477 app/tools.c:708 msgid "Eraser" msgstr "Radierer" -#: app/tool_options.c:479 app/tools.c:465 +#: app/tool_options.c:479 app/tools.c:736 msgid "Airbrush" msgstr "Airbrush" @@ -5139,7 +5145,7 @@ msgstr "Verkn msgid "Ink Tool" msgstr "Tinte" -#: app/tool_options.c:487 app/tools.c:537 app/tools.c:543 +#: app/tool_options.c:487 app/tools.c:848 app/tools.c:854 msgid "Dodge or Burn" msgstr "Abwedeln oder Nachbelichten" @@ -5167,337 +5173,337 @@ msgstr "H msgid "Rate" msgstr "Rate" -#: app/tools.c:87 +#: app/tools.c:148 msgid "Rect Select" msgstr "Rechteckige Auswahl" -#: app/tools.c:88 +#: app/tools.c:149 msgid "/Tools/Select Tools/Rect Select" msgstr "/Werkzeuge/Auswahlwerkzeuge/Rechteckige Auswahl" -#: app/tools.c:93 +#: app/tools.c:154 msgid "Select rectangular regions" msgstr "Wählt rechteckigen Bereich" -#: app/tools.c:105 +#: app/tools.c:176 msgid "Ellipse Select" msgstr "Elliptische Auswahl" -#: app/tools.c:106 +#: app/tools.c:177 msgid "/Tools/Select Tools/Ellipse Select" msgstr "/Werkzeuge/Auswahlwerkzeuge/Elliptische Auswahl" -#: app/tools.c:111 +#: app/tools.c:182 msgid "Select elliptical regions" msgstr "Wählt elliptischen Bereich" -#: app/tools.c:123 +#: app/tools.c:204 msgid "Free Select" msgstr "Freie Auswahl" -#: app/tools.c:124 +#: app/tools.c:205 msgid "/Tools/Select Tools/Free Select" msgstr "/Werkzeuge/Auswahlwerkzeuge/Freie Auswahl" -#: app/tools.c:129 +#: app/tools.c:210 msgid "Select hand-drawn regions" msgstr "Wählt Bereich frei Hand" -#: app/tools.c:141 +#: app/tools.c:232 msgid "Fuzzy Select" msgstr "Unscharfe Auswahl" -#: app/tools.c:142 +#: app/tools.c:233 msgid "/Tools/Select Tools/Fuzzy Select" msgstr "/Werkzeuge/Auswahlwerkzeuge/Unscharfe Auswahl" -#: app/tools.c:147 +#: app/tools.c:238 msgid "Select contiguous regions" msgstr "Wählt zusammenhängenden Bereich" -#: app/tools.c:159 +#: app/tools.c:260 msgid "Bezier Select" msgstr "Bezierauswahl" -#: app/tools.c:160 +#: app/tools.c:261 msgid "/Tools/Select Tools/Bezier Select" msgstr "/Werkzeuge/Auswahlwerkzeuge/Bezierauswahl" -#: app/tools.c:165 +#: app/tools.c:266 msgid "Select regions using Bezier curves" msgstr "Wählt Bereich mittels Bezierkurven" -#: app/tools.c:178 +#: app/tools.c:289 msgid "/Tools/Select Tools/Intelligent Scissors" msgstr "/Werkzeuge/Auswahlwerkzeuge/Intelligente Schere" -#: app/tools.c:183 +#: app/tools.c:294 msgid "Select shapes from image" msgstr "Umrisse aus Bild auswählen" -#: app/tools.c:195 +#: app/tools.c:316 msgid "Move" msgstr "Verschieben" -#: app/tools.c:196 +#: app/tools.c:317 msgid "/Tools/Transform Tools/Move" msgstr "/Werkzeuge/Transformationen/Verschieben" -#: app/tools.c:201 +#: app/tools.c:322 msgid "Move layers & selections" msgstr "Ebenen und Auswahlen verschieben" -#: app/tools.c:213 +#: app/tools.c:344 msgid "Magnify" msgstr "Vergrößern" -#: app/tools.c:214 +#: app/tools.c:345 msgid "/Tools/Transform Tools/Magnify" msgstr "/Werkzeuge/Transformationen/Vergrößern" -#: app/tools.c:219 +#: app/tools.c:350 msgid "Zoom in & out" msgstr "Hinein- und herauszoomen" -#: app/tools.c:232 +#: app/tools.c:373 msgid "/Tools/Transform Tools/Crop & Resize" msgstr "/Werkzeuge/Transformationen/Zuschneiden und Größe verändern" -#: app/tools.c:237 +#: app/tools.c:378 msgid "Crop or resize the image" msgstr "Verändert die Bildgöße" #. the transform type radio buttons -#: app/tools.c:249 app/tools.c:267 app/tools.c:285 app/tools.c:303 +#: app/tools.c:400 app/tools.c:428 app/tools.c:456 app/tools.c:484 #: app/transform_core.c:252 app/transform_tool.c:211 msgid "Transform" msgstr "Transformation" -#: app/tools.c:250 +#: app/tools.c:401 msgid "/Tools/Transform Tools/Transform" msgstr "/Werkzeuge/Transformationen/Transformation" -#: app/tools.c:255 app/tools.c:273 app/tools.c:291 app/tools.c:309 +#: app/tools.c:406 app/tools.c:434 app/tools.c:462 app/tools.c:490 msgid "Rotation, scaling, shearing, perspective." msgstr "Drehen, Skalieren, Scheren, perspektivisch Verzerren." -#: app/tools.c:321 +#: app/tools.c:512 msgid "Flip" msgstr "Spiegeln" -#: app/tools.c:322 +#: app/tools.c:513 msgid "/Tools/Transform Tools/Flip" msgstr "/Werkzeuge/Transformationen/Spiegeln" -#: app/tools.c:327 +#: app/tools.c:518 msgid "Flip the layer or selection" msgstr "Ebene oder Auswahl spiegeln" -#: app/tools.c:339 +#: app/tools.c:540 msgid "Text" msgstr "Text" -#: app/tools.c:340 +#: app/tools.c:541 msgid "/Tools/Text" msgstr "/Werkzeuge/Text" -#: app/tools.c:345 +#: app/tools.c:546 msgid "Add text to the image" msgstr "Text zum Bild hinzufügen" -#: app/tools.c:358 +#: app/tools.c:569 msgid "/Tools/Color Picker" msgstr "/Werkzeuge/Farbpipette" -#: app/tools.c:363 +#: app/tools.c:574 msgid "Pick colors from the image" msgstr "Farben aus dem Bild auswählen" -#: app/tools.c:376 +#: app/tools.c:597 msgid "/Tools/Paint Tools/Bucket Fill" msgstr "/Werkzeuge/Malwerkzeuge/Füllen" -#: app/tools.c:381 +#: app/tools.c:602 msgid "Fill with a color or pattern" msgstr "Mit Farbe oder Muster füllen" -#: app/tools.c:393 +#: app/tools.c:624 msgid "Blend" msgstr "Übergang" -#: app/tools.c:394 +#: app/tools.c:625 msgid "/Tools/Paint Tools/Blend" msgstr "/Werkzeuge/Malwerkzeuge/Farbverlauf" -#: app/tools.c:399 +#: app/tools.c:630 msgid "Fill with a color gradient" msgstr "Mit einem Farbverlauf füllen" -#: app/tools.c:412 +#: app/tools.c:653 msgid "/Tools/Paint Tools/Pencil" msgstr "/Werkzeuge/Malwerkzeuge/Stift" -#: app/tools.c:417 +#: app/tools.c:658 msgid "Draw sharp pencil strokes" msgstr "Harte Pinselstriche zeichnen" -#: app/tools.c:430 +#: app/tools.c:681 msgid "/Tools/Paint Tools/Paintbrush" msgstr "/Werkzeuge/Malwerkzeuge/Pinsel" -#: app/tools.c:435 +#: app/tools.c:686 msgid "Paint fuzzy brush strokes" msgstr "Weiche Pinselstriche zeichnen" -#: app/tools.c:448 +#: app/tools.c:709 msgid "/Tools/Paint Tools/Eraser" msgstr "/Werkzeuge/Malwerkzeuge/Radierer" -#: app/tools.c:453 +#: app/tools.c:714 msgid "Erase to background or transparency" msgstr "Löscht bis zum Hintergrund oder Transparenz" -#: app/tools.c:466 +#: app/tools.c:737 msgid "/Tools/Paint Tools/Airbrush" msgstr "/Werkzeuge/Malwerkzeuge/Airbrush" -#: app/tools.c:471 +#: app/tools.c:742 msgid "Airbrush with variable pressure" msgstr "Airbrush mit variablem Druck" -#: app/tools.c:483 +#: app/tools.c:764 msgid "Clone" msgstr "Klonen" -#: app/tools.c:484 +#: app/tools.c:765 msgid "/Tools/Paint Tools/Clone" msgstr "/Werkzeuge/Malwerkzeuge/Klonen" -#: app/tools.c:489 +#: app/tools.c:770 msgid "Paint using patterns or image regions" msgstr "Mit Mustern oder Bildteilen zeichnen" -#: app/tools.c:501 +#: app/tools.c:792 msgid "Convolve" msgstr "Verknüpfen" -#: app/tools.c:502 +#: app/tools.c:793 msgid "/Tools/Paint Tools/Convolve" msgstr "/Werkzeuge/Malwerkzeuge/Verknüpfen" -#: app/tools.c:507 +#: app/tools.c:798 msgid "Blur or sharpen" msgstr "Weichzeichnen oder Schärfen" -#: app/tools.c:519 +#: app/tools.c:820 msgid "Ink" msgstr "Tinte" -#: app/tools.c:520 +#: app/tools.c:821 msgid "/Tools/Paint Tools/Ink" msgstr "/Werkzeuge/Malwerkzeuge/Tinte" -#: app/tools.c:525 +#: app/tools.c:826 msgid "Draw in ink" msgstr "Zeichne in Tinte" -#: app/tools.c:538 +#: app/tools.c:849 msgid "/Tools/Paint Tools/DodgeBurn" msgstr "/Werkzeuge/Malwerkzeuge/Abwedeln-Nachbelichten" -#: app/tools.c:555 app/tools.c:561 +#: app/tools.c:876 app/tools.c:882 msgid "Smudge" msgstr "Verschmieren" -#: app/tools.c:556 +#: app/tools.c:877 msgid "/Tools/Paint Tools/Smudge" msgstr "/Werkzeuge/Malwerkzeuge/Verschmieren" -#: app/tools.c:593 +#: app/tools.c:934 msgid "Measure" msgstr "Messen" -#: app/tools.c:594 +#: app/tools.c:935 msgid "/Tools/Measure" msgstr "/Werkzeuge/Messen" -#: app/tools.c:599 +#: app/tools.c:940 msgid "Measure distances and angles" msgstr "Distanzen und Winkel messen" -#: app/tools.c:632 +#: app/tools.c:993 msgid "By Color Select" msgstr "Nach Farbe auswählen" -#: app/tools.c:633 +#: app/tools.c:994 msgid "/Select/By Color..." msgstr "/Auswahl/Nach Farbe..." -#: app/tools.c:638 +#: app/tools.c:999 msgid "Select regions by color" msgstr "Bereiche nach Farbe auswählen" -#: app/tools.c:651 +#: app/tools.c:1022 msgid "/Image/Colors/Color Balance..." msgstr "/Bild/Farben/Ausgleichen..." -#: app/tools.c:656 +#: app/tools.c:1027 msgid "Adjust color balance" msgstr "Farbausgleich einstellen" -#: app/tools.c:669 +#: app/tools.c:1050 msgid "/Image/Colors/Brightness-Contrast..." msgstr "/Bild/Farben/Helligkeit-Kontrast..." -#: app/tools.c:674 +#: app/tools.c:1055 msgid "Adjust brightness and contrast" msgstr "Helligkeit und Kontrast einstellen" -#: app/tools.c:687 +#: app/tools.c:1078 msgid "/Image/Colors/Hue-Saturation..." msgstr "/Bild/Farben/Farbton-Sättigung..." -#: app/tools.c:692 +#: app/tools.c:1083 msgid "Adjust hue and saturation" msgstr "Farbton und Sättigung einstellen" -#: app/tools.c:705 +#: app/tools.c:1106 msgid "/Image/Colors/Posterize..." msgstr "/Bild/Farben/Posterisieren..." -#: app/tools.c:710 +#: app/tools.c:1111 msgid "Reduce image to a fixed numer of colors" msgstr "Bild auf eine bestimmte Zahl von Farben reduzieren" -#: app/tools.c:723 +#: app/tools.c:1134 msgid "/Image/Colors/Threshold..." msgstr "/Bild/Farben/Schwellwert..." -#: app/tools.c:728 +#: app/tools.c:1139 msgid "Reduce image to two colors using a threshold" msgstr "Bild mittels Schwellwert auf zwei Farben reduzieren" -#: app/tools.c:741 +#: app/tools.c:1162 msgid "/Image/Colors/Curves..." msgstr "/Bild/Farben/Kurven..." -#: app/tools.c:746 +#: app/tools.c:1167 msgid "Adjust color curves" msgstr "Farbkurven einstellen" -#: app/tools.c:759 +#: app/tools.c:1190 msgid "/Image/Colors/Levels..." msgstr "/Bild/Farben/Werte..." -#: app/tools.c:764 +#: app/tools.c:1195 msgid "Adjust color levels" msgstr "Farbwerte einstellen" -#: app/tools.c:777 +#: app/tools.c:1218 msgid "/Image/Histogram..." msgstr "/Bild/Histogramm..." -#: app/tools.c:782 +#: app/tools.c:1223 msgid "View image histogram" msgstr "Histogramm anzeigen" @@ -5521,7 +5527,7 @@ msgstr "" "Transformationen funktionieren nicht\n" "auf Ebenen, die Masken enthalten." -#: app/transform_core.c:1616 +#: app/transform_core.c:1604 msgid "Transformation" msgstr "Transformation" @@ -5578,191 +5584,191 @@ msgstr "Pfad zeigen" msgid "Clip Result" msgstr "Ergebnis beschneiden" -#: app/undo.c:2889 +#: app/undo.c:2871 #, c-format msgid "Can't undo %s" msgstr "Kann %s nicht rückgängig machen" -#: app/undo.c:2920 +#: app/undo.c:2902 msgid "<>" msgstr "<>" -#: app/undo.c:2921 +#: app/undo.c:2903 msgid "image" msgstr "Bild" -#: app/undo.c:2922 +#: app/undo.c:2904 msgid "image mod" msgstr "Bildveränderung" -#: app/undo.c:2923 +#: app/undo.c:2905 msgid "mask" msgstr "Maske" -#: app/undo.c:2924 +#: app/undo.c:2906 msgid "layer move" msgstr "Ebene verschieben" #. ok -#: app/undo.c:2925 +#: app/undo.c:2907 msgid "transform" msgstr "Transformation" -#: app/undo.c:2926 +#: app/undo.c:2908 msgid "paint" msgstr "Zeichnen" -#: app/undo.c:2927 +#: app/undo.c:2909 msgid "new layer" msgstr "Ebene anlegen" -#: app/undo.c:2928 +#: app/undo.c:2910 msgid "delete layer" msgstr "Ebene löschen" -#: app/undo.c:2929 +#: app/undo.c:2911 msgid "layer mod" msgstr "Ebenenveränderung" -#: app/undo.c:2930 +#: app/undo.c:2912 msgid "add layer mask" msgstr "Ebenenmaske hinzufügen" #. ok -#: app/undo.c:2931 +#: app/undo.c:2913 msgid "delete layer mask" msgstr "Ebenenmaske löschen" #. ok -#: app/undo.c:2932 +#: app/undo.c:2914 msgid "rename layer" msgstr "Ebene umbenennen" -#: app/undo.c:2933 +#: app/undo.c:2915 msgid "layer reposition" msgstr "Ebene repositionieren" #. ok -#: app/undo.c:2934 +#: app/undo.c:2916 msgid "new channel" msgstr "Neuer Kanal" -#: app/undo.c:2935 +#: app/undo.c:2917 msgid "delete channel" msgstr "Kanal löschen" -#: app/undo.c:2936 +#: app/undo.c:2918 msgid "channel mod" msgstr "Kanalveränderung" -#: app/undo.c:2937 +#: app/undo.c:2919 msgid "FS to layer" msgstr "Schwebende Auswahl -> Ebene" #. ok -#: app/undo.c:2938 +#: app/undo.c:2920 msgid "gimage" msgstr "Bild" -#: app/undo.c:2939 +#: app/undo.c:2921 msgid "FS rigor" msgstr "Schwebende Auswahl zeigen" -#: app/undo.c:2940 +#: app/undo.c:2922 msgid "FS relax" msgstr "Schwebende Auswahl verstecken" -#: app/undo.c:2941 +#: app/undo.c:2923 msgid "guide" msgstr "Hilfslinie" -#: app/undo.c:2942 +#: app/undo.c:2924 msgid "text" msgstr "Text" -#: app/undo.c:2943 +#: app/undo.c:2925 msgid "float selection" msgstr "Auswahl -> schwebend" -#: app/undo.c:2944 +#: app/undo.c:2926 msgid "paste" msgstr "Einfügen" -#: app/undo.c:2945 +#: app/undo.c:2927 msgid "cut" msgstr "Ausschneiden" -#: app/undo.c:2946 +#: app/undo.c:2928 msgid "transform core" msgstr "Transformation" -#: app/undo.c:2947 +#: app/undo.c:2929 msgid "paint core" msgstr "Zeichenwerkzeug" -#: app/undo.c:2948 +#: app/undo.c:2930 msgid "floating layer" msgstr "Schwebende Ebene" #. unused! -#: app/undo.c:2949 +#: app/undo.c:2931 msgid "linked layer" msgstr "Ebene verbinden" -#: app/undo.c:2950 +#: app/undo.c:2932 msgid "apply layer mask" msgstr "Ebenenmaske anwenden" #. ok -#: app/undo.c:2951 +#: app/undo.c:2933 msgid "layer merge" msgstr "Ebenen vereinen" -#: app/undo.c:2952 +#: app/undo.c:2934 msgid "FS anchor" msgstr "Schwebende Auswahl verankern" -#: app/undo.c:2953 +#: app/undo.c:2935 msgid "gimage mod" msgstr "Bildveränderung" -#: app/undo.c:2954 +#: app/undo.c:2936 msgid "crop" msgstr "Zuschneiden" -#: app/undo.c:2955 +#: app/undo.c:2937 msgid "layer scale" msgstr "Ebene skalieren" -#: app/undo.c:2956 +#: app/undo.c:2938 msgid "layer resize" msgstr "Ebenengröße verändern" -#: app/undo.c:2957 +#: app/undo.c:2939 msgid "quickmask" msgstr "QMask" -#: app/undo.c:2958 +#: app/undo.c:2940 msgid "attach parasite" msgstr "Parasit zuweisen" -#: app/undo.c:2959 +#: app/undo.c:2941 msgid "remove parasite" msgstr "Parasit entfernen" -#: app/undo.c:2960 +#: app/undo.c:2942 msgid "resolution change" msgstr "Auflösung verändern" -#: app/undo.c:2961 +#: app/undo.c:2943 msgid "image scale" msgstr "Bild skalieren" -#: app/undo.c:2962 +#: app/undo.c:2944 msgid "image resize" msgstr "Bildgröße verändern" -#: app/undo.c:2963 +#: app/undo.c:2945 msgid "misc" msgstr "Verschiedenes" @@ -6177,7 +6183,7 @@ msgstr "" "Drücken Sie \"Weiter\" um Ihr\n" "persönliches GIMP-Verzeichnis anzulegen." -#: app/user_install.c:754 +#: app/user_install.c:755 #, c-format msgid "" "For a proper GIMP installation, a subdirectory named\n" @@ -6186,7 +6192,7 @@ msgstr "" "Für die GIMP Benutzerinstallation muß ein Verzeichnis\n" "namens %s erstellt werden." -#: app/user_install.c:760 +#: app/user_install.c:761 msgid "" "This subdirectory will contain a number of important files.\n" "Click on one of the files or subdirectories in the tree\n" @@ -6196,33 +6202,33 @@ msgstr "" "enthalten. Wählen Sie eine der Dateien oder Verzeichnisse aus\n" "der Liste aus, um mehr Informationen zu erhalten." -#: app/user_install.c:844 +#: app/user_install.c:845 msgid "User Installation Log" msgstr "Benutzerinstallation Logbuch" -#: app/user_install.c:850 +#: app/user_install.c:851 msgid "GIMP Performance Tuning" msgstr "Spoiler und Zierleisten" -#: app/user_install.c:851 +#: app/user_install.c:852 msgid "Click \"Continue\" to accept the settings above." msgstr "Drücken Sie \"Weiter\" um die Einstellungen zu übernehmen." -#: app/user_install.c:854 +#: app/user_install.c:855 msgid "For optimal GIMP performance, some settings may have to be adjusted." msgstr "" "Für optimale Arbeitleistung könnte es erforderlich sein, einige\n" "Einstellungen vorzunehmen." -#: app/user_install.c:863 +#: app/user_install.c:864 msgid "Monitor Resolution" msgstr "Bildschirmauflösung" -#: app/user_install.c:864 +#: app/user_install.c:865 msgid "Click \"Continue\" to start The GIMP." msgstr "Drücken Sie \"Weiter\" um GIMP zu starten." -#: app/user_install.c:867 +#: app/user_install.c:868 msgid "" "To display images in their natural size, GIMP needs to know your monitor " "resolution." @@ -6230,21 +6236,21 @@ msgstr "" "Um Bilder in ihrer natürlichen Größe darzustellen, muß GIMP\n" "die Auflösung Ihres Bildschirms kennen." -#: app/user_install.c:876 +#: app/user_install.c:877 msgid "Aborting Installation..." msgstr "" "Die Existenz wie Sie sie kennen\n" "ist beendet!" -#: app/user_install.c:946 +#: app/user_install.c:947 msgid "does not exist. Cannot install." msgstr "existiert nicht. Kann nicht installieren." -#: app/user_install.c:958 +#: app/user_install.c:959 msgid "has invalid permissions. Cannot install." msgstr "hat falsche Zugriffsrechte. Kann nicht installieren." -#: app/user_install.c:996 +#: app/user_install.c:997 msgid "" "Did you notice any error messages in the console window?\n" "If not, installation was successful!\n" @@ -6255,7 +6261,7 @@ msgstr "" "Ansonsten beenden Sie die Installation und suchen Sie nach der möglichen " "Fehlerursache..." -#: app/user_install.c:1052 +#: app/user_install.c:1053 msgid "" "Did you notice any error messages in the lines above?\n" "If not, installation was successful!\n" @@ -6266,15 +6272,15 @@ msgstr "" "Ansonsten beenden Sie die Installation und suchen Sie nach der möglichen " "Fehlerursache..." -#: app/user_install.c:1064 +#: app/user_install.c:1065 msgid "Click \"Continue\" to complete GIMP installation." msgstr "Drücken Sie \"Weiter\" um die GIMP-Installation abzuschliessen." -#: app/user_install.c:1069 +#: app/user_install.c:1070 msgid "Installation failed. Contact system administrator." msgstr "Installation fehlgeschlagen. Wenden Sie sich an den Systemverwalter." -#: app/user_install.c:1090 +#: app/user_install.c:1091 msgid "" "GIMP uses a limited amount of memory to store image data, the so-called\n" "\"Tile Cache\". You should adjust it's size to fit into memory. Consider\n" @@ -6285,7 +6291,7 @@ msgstr "" "in den Arbeitsspeicher passt. Bedenken Sie dabei die Menge an\n" "Arbeitsspeicher, die bereits von anderen Programmen benutzt wird." -#: app/user_install.c:1115 +#: app/user_install.c:1116 msgid "" "All image and undo data which doesn't fit into the Tile Cache will be\n" "written to a swap file. This file should be located on a local filesystem\n" @@ -6298,27 +6304,27 @@ msgstr "" "Unter UNIX ist das systemweite temporäre Verzeichnis eine gute Wahl\n" "(meist \"/tmp\" oder \"/var/tmp\")." -#: app/user_install.c:1129 +#: app/user_install.c:1130 msgid "Swap Directory:" msgstr "Auslagerungsverzeichnis:" -#: app/user_install.c:1182 +#: app/user_install.c:1183 msgid "Calibrate Monitor Resolution" msgstr "Bildschirmauflösung kalibrieren" -#: app/user_install.c:1290 +#: app/user_install.c:1291 msgid "Measure the rulers and enter their lengths below." msgstr "Messen Sie die Lineale aus und tragen Sie die Längen unten ein." -#: app/user_install.c:1305 +#: app/user_install.c:1306 msgid "Horizontal:" msgstr "Horizontal:" -#: app/user_install.c:1310 +#: app/user_install.c:1311 msgid "Vertical:" msgstr "Vertikal:" -#: app/user_install.c:1351 +#: app/user_install.c:1352 msgid "" "GIMP can obtain this information from your X-server.\n" "However, most X-servers do not return useful values." @@ -6326,20 +6332,20 @@ msgstr "" "GIMP kann diese Information vom X-Server erfragen.\n" "Allerdings liefern die wenigsten X-Server vernünftige Werte." -#: app/user_install.c:1358 +#: app/user_install.c:1359 #, c-format msgid "Get Resolution from X-server (Currently %d x %d dpi)" msgstr "Auflösung vom X-Server beziehen (zur Zeit %d x %d dpi)" -#: app/user_install.c:1372 +#: app/user_install.c:1373 msgid "Alternatively, you can set the monitor resolution manually." msgstr "Alternativ können Sie die Bildschirmauflösung von Hand einstellen." -#: app/user_install.c:1385 +#: app/user_install.c:1386 msgid "Monitor Resolution X:" msgstr "Bildschirmauflösung X:" -#: app/user_install.c:1421 +#: app/user_install.c:1422 msgid "" "You can also press the \"Calibrate\" button to open a window\n" "which lets you determine your monitor resolution interactively." @@ -6348,7 +6354,7 @@ msgstr "" "Fenster zu öffnen, in dem Sie Bildschirmauflösung interaktiv\n" "bestimmt werden kann." -#: app/user_install.c:1428 +#: app/user_install.c:1429 msgid "Calibrate" msgstr "Kalibrieren" diff --git a/po/en_GB.po b/po/en_GB.po index 54edc3aae3..53b8259df9 100644 --- a/po/en_GB.po +++ b/po/en_GB.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: gimp CVS\n" -"POT-Creation-Date: 2000-05-27 21:18-0700\n" +"POT-Creation-Date: 2000-06-18 19:40-0700\n" "PO-Revision-Date: 2000-02-02 13:36+0000\n" "Last-Translator: Robert Brady \n" "Language-Team: \n" @@ -13,21 +13,21 @@ msgstr "" "Content-Type: text/plain; charset=iso-8859-1\n" "Content-Transfer-Encoding: 8bit\n" -#: app/about_dialog.c:192 +#: app/about_dialog.c:256 msgid "About the GIMP" msgstr "" #. this is a font, provide only one single font definition -#: app/about_dialog.c:243 +#: app/about_dialog.c:307 msgid "-*-helvetica-medium-r-normal--*-140-*-*-*-*-*-*" msgstr "" -#: app/about_dialog.c:253 +#: app/about_dialog.c:317 #, c-format msgid "Version %s brought to you by" msgstr "" -#: app/about_dialog.c:293 +#: app/about_dialog.c:357 msgid "Please visit http://www.gimp.org/ for more info" msgstr "" @@ -44,7 +44,7 @@ msgstr "" msgid "-*-helvetica-bold-r-normal--*-140-*-*-*-*-*-*" msgstr "" -#: app/app_procs.c:278 app/app_procs.c:280 app/interface.c:560 +#: app/app_procs.c:278 app/app_procs.c:280 app/interface.c:558 msgid "The GIMP" msgstr "" @@ -61,7 +61,7 @@ msgstr "" msgid "GIMP Startup" msgstr "" -#: app/app_procs.c:492 app/gimprc.c:446 +#: app/app_procs.c:492 app/gimprc.c:452 #, c-format msgid "parsing \"%s\"\n" msgstr "" @@ -76,22 +76,22 @@ msgid "Parasites" msgstr "" #. initialize the global parasite table -#: app/app_procs.c:556 app/internal_procs.c:71 app/preferences_dialog.c:2461 +#: app/app_procs.c:556 app/internal_procs.c:71 app/preferences_dialog.c:2493 msgid "Brushes" msgstr "" #. initialize the list of gimp brushes -#: app/app_procs.c:558 app/internal_procs.c:143 app/preferences_dialog.c:2469 +#: app/app_procs.c:558 app/internal_procs.c:140 app/preferences_dialog.c:2501 msgid "Patterns" msgstr "" #. initialize the list of gimp patterns -#: app/app_procs.c:560 app/preferences_dialog.c:2473 +#: app/app_procs.c:560 app/preferences_dialog.c:2505 msgid "Palettes" msgstr "" #. initialize the list of gimp palettes -#: app/app_procs.c:562 app/internal_procs.c:113 app/preferences_dialog.c:2477 +#: app/app_procs.c:562 app/internal_procs.c:104 app/preferences_dialog.c:2509 msgid "Gradients" msgstr "" @@ -117,12 +117,12 @@ msgstr "" #: app/curves.c:562 app/file_new_dialog.c:207 app/file_new_dialog.c:357 #: app/gdisplay_color_ui.c:135 app/gdisplay_ops.c:305 app/gimpprogress.c:112 #: app/global_edit.c:772 app/gradient.c:1768 app/gradient.c:4840 -#: app/gradient.c:5401 app/hue_saturation.c:374 app/interface.c:1027 -#: app/layers_dialog.c:3478 app/layers_dialog.c:3660 app/layers_dialog.c:3752 -#: app/layers_dialog.c:4012 app/levels.c:340 app/palette.c:1826 -#: app/posterize.c:202 app/preferences_dialog.c:1455 app/qmask.c:281 +#: app/gradient.c:5401 app/hue_saturation.c:374 app/interface.c:1039 +#: app/layers_dialog.c:3484 app/layers_dialog.c:3666 app/layers_dialog.c:3761 +#: app/layers_dialog.c:4021 app/levels.c:341 app/palette.c:1826 +#: app/posterize.c:202 app/preferences_dialog.c:1465 app/qmask.c:278 #: app/resize.c:194 app/resize.c:1326 app/threshold.c:275 -#: app/user_install.c:548 app/user_install.c:1190 modules/cdisplay_gamma.c:332 +#: app/user_install.c:548 app/user_install.c:1191 modules/cdisplay_gamma.c:332 #: modules/cdisplay_highcontrast.c:325 msgid "Cancel" msgstr "" @@ -135,11 +135,11 @@ msgstr "" msgid "Corrupt curve" msgstr "" -#: app/bezier_select.c:2941 +#: app/bezier_select.c:2995 msgid "Curve not closed!" msgstr "" -#: app/bezier_select.c:3228 app/gimage_mask.c:618 +#: app/bezier_select.c:3282 app/gimage_mask.c:620 msgid "Paintbrush operation failed." msgstr "" @@ -167,7 +167,7 @@ msgstr "" msgid "Blend:" msgstr "" -#: app/blend.c:320 app/gradient.c:532 app/preferences_dialog.c:2201 +#: app/blend.c:320 app/gradient.c:532 app/preferences_dialog.c:2233 msgid "Linear" msgstr "" @@ -215,7 +215,7 @@ msgstr "" msgid "Gradient:" msgstr "" -#: app/blend.c:342 app/by_color_select.c:817 app/preferences_dialog.c:1810 +#: app/blend.c:342 app/by_color_select.c:838 app/preferences_dialog.c:1820 msgid "None" msgstr "" @@ -263,7 +263,8 @@ msgstr "" msgid "Blend: " msgstr "" -#: app/brightness_contrast.c:127 app/brightness_contrast.c:209 app/tools.c:668 +#: app/brightness_contrast.c:127 app/brightness_contrast.c:209 +#: app/tools.c:1049 msgid "Brightness-Contrast" msgstr "" @@ -276,19 +277,19 @@ msgstr "" #: app/color_balance.c:271 app/color_notebook.c:123 app/convert.c:504 #: app/curves.c:558 app/file_new_dialog.c:207 app/file_new_dialog.c:353 #: app/gdisplay_color_ui.c:133 app/gimpui.c:122 app/hue_saturation.c:370 -#: app/layers_dialog.c:3476 app/layers_dialog.c:3658 app/layers_dialog.c:3750 -#: app/layers_dialog.c:4010 app/levels.c:336 app/module_db.c:314 -#: app/posterize.c:198 app/preferences_dialog.c:1451 app/qmask.c:279 +#: app/layers_dialog.c:3482 app/layers_dialog.c:3664 app/layers_dialog.c:3759 +#: app/layers_dialog.c:4019 app/levels.c:337 app/module_db.c:314 +#: app/posterize.c:198 app/preferences_dialog.c:1461 app/qmask.c:276 #: app/resize.c:192 app/resize.c:1326 app/threshold.c:271 -#: app/user_install.c:1188 modules/cdisplay_gamma.c:330 +#: app/user_install.c:1189 modules/cdisplay_gamma.c:330 #: modules/cdisplay_highcontrast.c:323 msgid "OK" msgstr "" -#: app/brightness_contrast.c:216 app/by_color_select.c:694 +#: app/brightness_contrast.c:216 app/by_color_select.c:715 #: app/color_balance.c:273 app/curves.c:560 app/file_new_dialog.c:355 -#: app/hue_saturation.c:372 app/levels.c:338 app/posterize.c:200 -#: app/threshold.c:273 app/tools.c:1085 app/transform_core.c:406 +#: app/hue_saturation.c:372 app/levels.c:339 app/posterize.c:200 +#: app/threshold.c:273 app/tools.c:1542 app/transform_core.c:406 #: modules/colorsel_water.c:634 msgid "Reset" msgstr "" @@ -305,7 +306,7 @@ msgstr "" #. The preview toggle #: app/brightness_contrast.c:300 app/color_balance.c:441 app/curves.c:682 -#: app/fileops.c:401 app/hue_saturation.c:562 app/levels.c:569 +#: app/fileops.c:401 app/hue_saturation.c:562 app/levels.c:570 #: app/palette.c:3236 app/posterize.c:239 app/threshold.c:348 msgid "Preview" msgstr "" @@ -315,15 +316,15 @@ msgid "Brush Editor" msgstr "" #. The close button -#: app/brush_edit.c:216 app/brush_select.c:281 app/by_color_select.c:696 +#: app/brush_edit.c:216 app/brush_select.c:281 app/by_color_select.c:717 #: app/color_notebook.c:123 app/color_picker.c:297 app/colormap_dialog.i.c:173 -#: app/crop.c:1054 app/devices.c:755 app/docindex.c:773 app/errorconsole.c:281 +#: app/crop.c:1068 app/devices.c:755 app/docindex.c:773 app/errorconsole.c:281 #: app/gdisplay_ops.c:305 app/gradient.c:800 app/gradient_select.c:153 -#: app/histogram_tool.c:276 app/info_window.c:255 app/lc_dialog.c:195 +#: app/histogram_tool.c:275 app/info_window.c:255 app/lc_dialog.c:195 #: app/measure.c:321 app/nav_window.c:1344 app/palette.c:2072 #: app/palette.c:2088 app/palette.c:3118 app/palette_select.c:66 -#: app/pattern_select.c:172 app/preferences_dialog.c:364 app/tips_dialog.c:160 -#: app/tools.c:1087 app/undo_history.c:752 +#: app/pattern_select.c:172 app/preferences_dialog.c:367 app/tips_dialog.c:160 +#: app/tools.c:1544 app/undo_history.c:752 msgid "Close" msgstr "" @@ -358,7 +359,7 @@ msgstr "" msgid "No Brushes available" msgstr "" -#: app/brush_select.c:448 app/layers_dialog.c:412 app/tool_options.c:526 +#: app/brush_select.c:448 app/layers_dialog.c:413 app/tool_options.c:526 msgid "Opacity:" msgstr "" @@ -421,54 +422,54 @@ msgstr "" msgid "Bucket Fill operation failed." msgstr "" -#: app/bucket_fill.c:347 +#: app/bucket_fill.c:351 msgid "No available patterns for this operation." msgstr "" #. The shell and main vbox -#: app/by_color_select.c:689 +#: app/by_color_select.c:710 msgid "By Color Selection" msgstr "By Colour Selection" -#: app/by_color_select.c:745 +#: app/by_color_select.c:766 msgid "Inactive" msgstr "" -#: app/by_color_select.c:753 +#: app/by_color_select.c:774 msgid "Selection Mode" msgstr "" -#: app/by_color_select.c:758 app/paint_funcs.c:100 +#: app/by_color_select.c:779 app/paint_funcs.c:101 msgid "Replace" msgstr "" -#: app/by_color_select.c:760 app/colormap_dialog.i.c:130 +#: app/by_color_select.c:781 app/colormap_dialog.i.c:130 #: app/gdisplay_color_ui.c:120 msgid "Add" msgstr "" -#: app/by_color_select.c:761 app/layers_dialog.c:380 app/tool_options.c:926 +#: app/by_color_select.c:782 app/layers_dialog.c:380 app/tool_options.c:926 msgid "Subtract" msgstr "" -#: app/by_color_select.c:762 +#: app/by_color_select.c:783 msgid "Intersect" msgstr "" -#: app/by_color_select.c:773 +#: app/by_color_select.c:794 msgid "Fuzziness Threshold" msgstr "" -#: app/by_color_select.c:792 +#: app/by_color_select.c:813 #, fuzzy msgid "Selection" msgstr "Colour Selection" -#: app/by_color_select.c:803 +#: app/by_color_select.c:824 msgid "Invert" msgstr "" -#: app/by_color_select.c:810 +#: app/by_color_select.c:831 msgid "All" msgstr "" @@ -477,7 +478,7 @@ msgid "copy" msgstr "" #. formulate the new layer_mask name -#: app/channel.c:196 app/gradient.c:1599 app/layer.c:329 app/layer.c:1745 +#: app/channel.c:196 app/gradient.c:1599 app/layer.c:329 app/layer.c:1746 #, c-format msgid "%s copy" msgstr "" @@ -495,9 +496,9 @@ msgstr "" msgid "Offset X:" msgstr "" -#: app/channel_ops.c:115 app/crop.c:1063 app/file_new_dialog.c:530 +#: app/channel_ops.c:115 app/crop.c:1077 app/file_new_dialog.c:530 #: app/resize.c:343 app/resize.c:435 app/resize.c:572 app/rotate_tool.c:106 -#: app/scale_tool.c:100 app/shear_tool.c:82 app/user_install.c:1391 +#: app/scale_tool.c:100 app/shear_tool.c:82 app/user_install.c:1392 msgid "Y:" msgstr "" @@ -506,12 +507,12 @@ msgstr "" msgid "Wrap Around" msgstr "" -#: app/channel_ops.c:174 app/image_new.c:76 app/image_new.c:291 -#: app/layers_dialog.c:3578 +#: app/channel_ops.c:174 app/image_new.c:76 app/image_new.c:290 +#: app/layers_dialog.c:3584 msgid "Background" msgstr "" -#: app/channel_ops.c:175 app/image_new.c:86 app/layers_dialog.c:3580 +#: app/channel_ops.c:175 app/image_new.c:86 app/layers_dialog.c:3586 msgid "Transparent" msgstr "" @@ -551,17 +552,17 @@ msgid "Empty Channel Copy" msgstr "" #: app/channels_dialog.c:1433 app/color_balance.c:343 app/color_select.c:250 -#: app/curves.c:583 app/histogram_tool.c:304 app/levels.c:369 +#: app/curves.c:583 app/histogram_tool.c:303 app/levels.c:370 msgid "Red" msgstr "" #: app/channels_dialog.c:1437 app/color_balance.c:368 app/color_select.c:251 -#: app/curves.c:584 app/histogram_tool.c:305 app/levels.c:370 +#: app/curves.c:584 app/histogram_tool.c:304 app/levels.c:371 msgid "Green" msgstr "" #: app/channels_dialog.c:1441 app/color_balance.c:393 app/color_select.c:252 -#: app/curves.c:585 app/histogram_tool.c:306 app/levels.c:371 +#: app/curves.c:585 app/histogram_tool.c:305 app/levels.c:372 msgid "Blue" msgstr "" @@ -624,7 +625,7 @@ msgid "No patterns available for this operation." msgstr "" #. The shell and main vbox -#: app/color_balance.c:168 app/color_balance.c:266 app/tools.c:650 +#: app/color_balance.c:168 app/color_balance.c:266 app/tools.c:1021 msgid "Color Balance" msgstr "Colour Balance" @@ -676,7 +677,7 @@ msgstr "Colour Selection" msgid "Revert to Old Color" msgstr "Revert to Old Colour" -#: app/color_picker.c:144 app/color_picker.c:248 app/tools.c:357 +#: app/color_picker.c:144 app/color_picker.c:248 app/tools.c:568 msgid "Color Picker" msgstr "Colour Picker" @@ -717,14 +718,14 @@ msgstr "" msgid "Hex Triplet" msgstr "" -#: app/color_picker.c:272 app/histogram_tool.c:260 +#: app/color_picker.c:272 app/histogram_tool.c:259 msgid "Intensity:" msgstr "" -#: app/color_picker.c:626 app/color_picker.c:627 app/color_picker.c:628 -#: app/color_picker.c:629 app/color_picker.c:630 app/color_picker.c:631 -#: app/color_picker.c:632 app/color_picker.c:644 app/color_picker.c:651 -#: app/color_picker.c:669 app/color_picker.c:684 app/info_window.c:185 +#: app/color_picker.c:632 app/color_picker.c:633 app/color_picker.c:634 +#: app/color_picker.c:635 app/color_picker.c:636 app/color_picker.c:637 +#: app/color_picker.c:638 app/color_picker.c:650 app/color_picker.c:657 +#: app/color_picker.c:675 app/color_picker.c:690 app/info_window.c:185 #: app/info_window.c:191 app/info_window.c:197 app/info_window.c:203 #: app/info_window.c:422 app/info_window.c:423 app/info_window.c:424 #: app/info_window.c:425 app/info_window.c:447 @@ -755,18 +756,18 @@ msgstr "" msgid "B" msgstr "" -#: app/color_select.c:247 app/layers_dialog.c:383 app/paint_funcs.c:94 +#: app/color_select.c:247 app/layers_dialog.c:383 app/paint_funcs.c:95 #: app/tool_options.c:929 msgid "Hue" msgstr "" -#: app/color_select.c:248 app/layers_dialog.c:384 app/paint_funcs.c:95 +#: app/color_select.c:248 app/layers_dialog.c:384 app/paint_funcs.c:96 #: app/tool_options.c:930 msgid "Saturation" msgstr "" -#: app/color_select.c:249 app/curves.c:582 app/histogram_tool.c:303 -#: app/layers_dialog.c:386 app/levels.c:368 app/paint_funcs.c:97 +#: app/color_select.c:249 app/curves.c:582 app/histogram_tool.c:302 +#: app/layers_dialog.c:386 app/levels.c:369 app/paint_funcs.c:98 #: app/tool_options.c:932 msgid "Value" msgstr "" @@ -921,7 +922,7 @@ msgstr "" msgid "Sharpen" msgstr "" -#: app/crop.c:178 app/tools.c:231 +#: app/crop.c:178 app/tools.c:372 msgid "Crop & Resize" msgstr "" @@ -939,11 +940,11 @@ msgstr "" msgid "Tool Toggle" msgstr "" -#: app/crop.c:215 app/crop.c:1050 +#: app/crop.c:215 app/crop.c:1064 msgid "Crop" msgstr "" -#: app/crop.c:217 app/crop.c:1052 +#: app/crop.c:217 app/crop.c:1066 msgid "Resize" msgstr "" @@ -951,42 +952,42 @@ msgstr "" msgid "Crop: " msgstr "" -#: app/crop.c:1023 +#: app/crop.c:1037 msgid "Crop: 0 x 0" msgstr "" #. create the info dialog -#: app/crop.c:1044 +#: app/crop.c:1058 msgid "Crop & Resize Information" msgstr "" #. add the information fields -#: app/crop.c:1060 +#: app/crop.c:1074 msgid "Origin X:" msgstr "" #. the pixel size labels -#: app/crop.c:1076 app/file_new_dialog.c:389 app/file_new_dialog.c:407 +#: app/crop.c:1090 app/file_new_dialog.c:389 app/file_new_dialog.c:407 #: app/tool_options.c:348 msgid "Width:" msgstr "" -#: app/crop.c:1079 app/file_new_dialog.c:395 app/file_new_dialog.c:413 -#: app/layers_dialog.c:3519 app/resize.c:253 app/resize.c:278 app/resize.c:509 +#: app/crop.c:1093 app/file_new_dialog.c:395 app/file_new_dialog.c:413 +#: app/layers_dialog.c:3525 app/resize.c:253 app/resize.c:278 app/resize.c:509 #: app/scale_tool.c:79 app/scale_tool.c:86 app/tool_options.c:364 msgid "Height:" msgstr "" -#: app/crop.c:1101 +#: app/crop.c:1115 msgid "From Selection" msgstr "" -#: app/crop.c:1107 +#: app/crop.c:1121 msgid "Auto Shrink" msgstr "" #. The shell and main vbox -#: app/curves.c:393 app/curves.c:553 app/tools.c:740 +#: app/curves.c:393 app/curves.c:553 app/tools.c:1161 msgid "Curves" msgstr "" @@ -998,7 +999,7 @@ msgstr "" msgid "Modify Curves for Channel:" msgstr "" -#: app/curves.c:586 app/levels.c:372 +#: app/curves.c:586 app/levels.c:373 msgid "Alpha" msgstr "" @@ -1015,12 +1016,12 @@ msgstr "" msgid "Free" msgstr "" -#: app/curves.c:699 app/levels.c:597 app/module_db.c:864 +#: app/curves.c:699 app/levels.c:598 app/module_db.c:864 msgid "Load" msgstr "" -#: app/curves.c:707 app/devices.c:753 app/levels.c:607 app/palette.c:2068 -#: app/preferences_dialog.c:362 app/preferences_dialog.c:1453 +#: app/curves.c:707 app/devices.c:753 app/levels.c:608 app/palette.c:2068 +#: app/preferences_dialog.c:365 app/preferences_dialog.c:1463 msgid "Save" msgstr "" @@ -1032,12 +1033,12 @@ msgstr "" msgid "Save Curves" msgstr "" -#: app/curves.c:1578 +#: app/curves.c:1579 msgid "Load/Save Curves" msgstr "" -#: app/curves.c:1623 app/curves.c:1641 app/levels.c:1429 app/levels.c:1447 -#: app/paths_dialog.c:1902 +#: app/curves.c:1624 app/curves.c:1642 app/levels.c:1441 app/levels.c:1459 +#: app/paths_dialog.c:1905 #, c-format msgid "Unable to open file %s" msgstr "" @@ -1050,7 +1051,7 @@ msgstr "Desaturate operates only on RGB colour drawables." msgid "Device Status" msgstr "" -#: app/disp_callbacks.c:813 app/global_edit.c:297 app/global_edit.c:303 +#: app/disp_callbacks.c:816 app/global_edit.c:297 app/global_edit.c:303 #: app/global_edit.c:375 msgid "Pasted Layer" msgstr "" @@ -1103,11 +1104,11 @@ msgstr "" msgid "Mode" msgstr "" -#: app/edit_selection.c:181 +#: app/edit_selection.c:190 msgid "Move: 0, 0" msgstr "" -#: app/edit_selection.c:427 app/edit_selection.c:437 +#: app/edit_selection.c:436 app/edit_selection.c:446 msgid "Move: " msgstr "" @@ -1121,7 +1122,7 @@ msgid "Hard Edge" msgstr "" #. the anti_erase toggle -#: app/eraser.c:118 app/paint_funcs.c:101 +#: app/eraser.c:118 app/paint_funcs.c:102 msgid "Anti Erase" msgstr "" @@ -1183,8 +1184,8 @@ msgstr "" msgid "New Image" msgstr "" -#: app/file_new_dialog.c:453 app/preferences_dialog.c:1526 -#: app/preferences_dialog.c:1563 app/user_install.c:1378 +#: app/file_new_dialog.c:453 app/preferences_dialog.c:1536 +#: app/preferences_dialog.c:1573 app/user_install.c:1379 msgid "Pixels" msgstr "" @@ -1359,13 +1360,13 @@ msgstr "" msgid "Flip Tool" msgstr "" -#: app/flip_tool.c:92 app/preferences_dialog.c:1577 -#: app/preferences_dialog.c:2348 +#: app/flip_tool.c:92 app/preferences_dialog.c:1587 +#: app/preferences_dialog.c:2380 msgid "Horizontal" msgstr "" -#: app/flip_tool.c:94 app/preferences_dialog.c:1579 -#: app/preferences_dialog.c:2350 +#: app/flip_tool.c:94 app/preferences_dialog.c:1589 +#: app/preferences_dialog.c:2382 msgid "Vertical" msgstr "" @@ -1382,27 +1383,27 @@ msgid "" "layer mask or channel." msgstr "" -#: app/gdisplay.c:220 +#: app/gdisplay.c:227 msgid "RGB-empty" msgstr "" -#: app/gdisplay.c:220 app/image_new.c:60 app/preferences_dialog.c:1623 +#: app/gdisplay.c:227 app/image_new.c:60 app/preferences_dialog.c:1633 msgid "RGB" msgstr "" -#: app/gdisplay.c:223 +#: app/gdisplay.c:230 msgid "grayscale-empty" msgstr "greyscale-empty" -#: app/gdisplay.c:223 +#: app/gdisplay.c:230 msgid "grayscale" msgstr "greyscale" -#: app/gdisplay.c:226 +#: app/gdisplay.c:233 msgid "indexed-empty" msgstr "" -#: app/gdisplay.c:226 +#: app/gdisplay.c:233 msgid "indexed" msgstr "" @@ -1441,12 +1442,6 @@ msgid "" "Close anyway?" msgstr "" -#: app/gimage_cmds.c:3463 -msgid "" -"Image resolution is out of bounds,\n" -"using the default resolution instead." -msgstr "" - #: app/gimage_mask.c:208 msgid "" "Unable to cut/copy because the selected\n" @@ -1533,19 +1528,19 @@ msgstr "" msgid "Can't fill unknown image type." msgstr "" -#: app/gimpdrawable.c:501 +#: app/gimpdrawable.c:505 msgid "parasite attach to drawable" msgstr "" -#: app/gimpdrawable.c:536 +#: app/gimpdrawable.c:540 msgid "detach parasite from drawable" msgstr "" -#: app/gimpdrawable.c:743 +#: app/gimpdrawable.c:747 msgid "unnamed" msgstr "" -#: app/gimpdrawable.c:760 +#: app/gimpdrawable.c:764 #, c-format msgid "Layer type %d not supported." msgstr "" @@ -1605,31 +1600,31 @@ msgid "" "the layer already has one." msgstr "" -#: app/gimpimage.c:3031 +#: app/gimpimage.c:3033 msgid "" "Unable to add a layer mask to a\n" "layer in an indexed image." msgstr "" -#: app/gimpimage.c:3035 +#: app/gimpimage.c:3039 msgid "" "Cannot add layer mask to a layer\n" "with no alpha channel." msgstr "" -#: app/gimpimage.c:3042 +#: app/gimpimage.c:3048 msgid "Cannot add layer mask of different dimensions than specified layer." msgstr "" -#: app/gimpimage.c:3149 +#: app/gimpimage.c:3155 msgid "Channel cannot be raised any further" msgstr "" -#: app/gimpimage.c:3200 +#: app/gimpimage.c:3206 msgid "Channel cannot be lowered any further" msgstr "" -#: app/gimpimage.c:3420 app/palette.c:364 app/palette.c:941 app/palette.c:1077 +#: app/gimpimage.c:3426 app/palette.c:364 app/palette.c:941 app/palette.c:1077 #: app/palette.c:2022 app/palette.c:2749 app/palette.c:2881 msgid "Untitled" msgstr "" @@ -1642,41 +1637,41 @@ msgstr "" msgid "Please wait..." msgstr "" -#: app/gimprc.c:465 +#: app/gimprc.c:471 #, c-format msgid "error parsing: \"%s\"\n" msgstr "" -#: app/gimprc.c:466 +#: app/gimprc.c:472 #, c-format msgid " at line %d column %d\n" msgstr "" -#: app/gimprc.c:467 +#: app/gimprc.c:473 #, c-format msgid " unexpected token: %s\n" msgstr "" -#: app/gimprc.c:1434 +#: app/gimprc.c:1442 msgid "error parsing pluginrc" msgstr "" -#: app/gimprc.c:2869 +#: app/gimprc.c:2917 #, c-format msgid "Can't open %s; %s" msgstr "" -#: app/gimprc.c:2888 +#: app/gimprc.c:2936 #, c-format msgid "Can't rename %s to %s.old; %s" msgstr "" -#: app/gimprc.c:2894 +#: app/gimprc.c:2942 #, c-format msgid "Couldn't reopen %s\n" msgstr "" -#: app/gimprc.c:2906 +#: app/gimprc.c:2954 #, c-format msgid "Can't write to %s; %s" msgstr "" @@ -1702,49 +1697,49 @@ msgid "GIMP Message" msgstr "" #. pseudo unit -#: app/gimpunit.c:58 +#: app/gimpunit.c:63 msgid "pixel" msgstr "" -#: app/gimpunit.c:58 app/measure.c:504 app/measure.c:508 app/paint_core.c:511 +#: app/gimpunit.c:63 app/measure.c:507 app/measure.c:511 app/paint_core.c:530 msgid "pixels" msgstr "" #. standard units -#: app/gimpunit.c:61 +#: app/gimpunit.c:66 msgid "inch" msgstr "" -#: app/gimpunit.c:61 +#: app/gimpunit.c:66 msgid "inches" msgstr "" -#: app/gimpunit.c:62 +#: app/gimpunit.c:67 msgid "millimeter" msgstr "millimetre" -#: app/gimpunit.c:62 +#: app/gimpunit.c:67 msgid "millimeters" msgstr "millimetres" #. professional units -#: app/gimpunit.c:65 +#: app/gimpunit.c:70 msgid "point" msgstr "" -#: app/gimpunit.c:65 +#: app/gimpunit.c:70 msgid "points" msgstr "" -#: app/gimpunit.c:66 +#: app/gimpunit.c:71 msgid "pica" msgstr "" -#: app/gimpunit.c:66 +#: app/gimpunit.c:71 msgid "picas" msgstr "" -#: app/gimpunit.c:73 +#: app/gimpunit.c:78 msgid "percent" msgstr "" @@ -2115,44 +2110,44 @@ msgid "Gradient Selection" msgstr "" #. The shell and main vbox -#: app/histogram_tool.c:166 app/histogram_tool.c:270 app/tools.c:776 +#: app/histogram_tool.c:165 app/histogram_tool.c:269 app/tools.c:1217 msgid "Histogram" msgstr "" -#: app/histogram_tool.c:204 +#: app/histogram_tool.c:203 msgid "Histogram does not operate on indexed drawables." msgstr "" -#: app/histogram_tool.c:256 +#: app/histogram_tool.c:255 msgid "Mean:" msgstr "" -#: app/histogram_tool.c:257 +#: app/histogram_tool.c:256 msgid "Std Dev:" msgstr "" -#: app/histogram_tool.c:258 +#: app/histogram_tool.c:257 msgid "Median:" msgstr "" -#: app/histogram_tool.c:259 +#: app/histogram_tool.c:258 msgid "Pixels:" msgstr "" -#: app/histogram_tool.c:261 +#: app/histogram_tool.c:260 msgid "Count:" msgstr "" -#: app/histogram_tool.c:262 +#: app/histogram_tool.c:261 msgid "Percentile:" msgstr "" -#: app/histogram_tool.c:295 +#: app/histogram_tool.c:294 msgid "Information on Channel:" msgstr "" #. The shell and main vbox -#: app/hue_saturation.c:245 app/hue_saturation.c:365 app/tools.c:686 +#: app/hue_saturation.c:245 app/hue_saturation.c:365 app/tools.c:1077 msgid "Hue-Saturation" msgstr "" @@ -2195,45 +2190,51 @@ msgstr "" msgid "Saturation:" msgstr "" +#: app/image_cmds.c:3463 +msgid "" +"Image resolution is out of bounds,\n" +"using the default resolution instead." +msgstr "" + #: app/image_new.c:65 app/info_window.c:65 app/info_window.c:534 -#: app/preferences_dialog.c:1624 +#: app/preferences_dialog.c:1634 msgid "Grayscale" msgstr "Greyscale" -#: app/image_new.c:71 app/layers_dialog.c:3577 +#: app/image_new.c:71 app/layers_dialog.c:3583 msgid "Foreground" msgstr "" -#: app/image_new.c:81 app/layers_dialog.c:3579 +#: app/image_new.c:81 app/layers_dialog.c:3585 msgid "White" msgstr "" -#: app/image_new.c:335 +#: app/image_new.c:336 #, c-format msgid "%d Bytes" msgstr "" -#: app/image_new.c:337 +#: app/image_new.c:338 #, c-format msgid "%.2f KB" msgstr "" -#: app/image_new.c:339 +#: app/image_new.c:340 #, c-format msgid "%.1f KB" msgstr "" -#: app/image_new.c:341 +#: app/image_new.c:342 #, c-format msgid "%d KB" msgstr "" -#: app/image_new.c:343 +#: app/image_new.c:344 #, c-format msgid "%.2f MB" msgstr "" -#: app/image_new.c:345 +#: app/image_new.c:346 #, c-format msgid "%.1f MB" msgstr "" @@ -2256,8 +2257,8 @@ msgid "" "Click to open the Gradients Dialog." msgstr "" -#: app/info_dialog.c:185 app/preferences_dialog.c:1784 -#: app/preferences_dialog.c:1890 +#: app/info_dialog.c:185 app/preferences_dialog.c:1794 +#: app/preferences_dialog.c:1900 msgid "General" msgstr "" @@ -2383,7 +2384,7 @@ msgstr "" msgid "Shape" msgstr "" -#: app/interface.c:305 +#: app/interface.c:308 msgid "" "Foreground & background colors. The black and white squares reset colors. " "The arrows swap colors. Double click to select a color from a colorrequester." @@ -2408,7 +2409,7 @@ msgstr "" msgid "Channel Ops" msgstr "" -#: app/internal_procs.c:80 app/layers_dialog.c:385 app/paint_funcs.c:96 +#: app/internal_procs.c:80 app/layers_dialog.c:385 app/paint_funcs.c:97 #: app/tool_options.c:816 app/tool_options.c:931 msgid "Color" msgstr "Colour" @@ -2418,88 +2419,88 @@ msgid "Convert" msgstr "" #: app/internal_procs.c:86 -msgid "Drawable procedures" -msgstr "" - -#: app/internal_procs.c:89 -msgid "Edit procedures" -msgstr "" - -#: app/internal_procs.c:92 -msgid "File Operations" -msgstr "" - -#: app/internal_procs.c:95 -msgid "Floating selections" -msgstr "" - -#: app/internal_procs.c:98 msgid "GDisplay procedures" msgstr "" -#: app/internal_procs.c:101 app/palette.c:3182 -msgid "Image" +#: app/internal_procs.c:89 +msgid "Drawable procedures" msgstr "" -#: app/internal_procs.c:104 -msgid "Image mask" +#: app/internal_procs.c:92 +msgid "Edit procedures" msgstr "" -#: app/internal_procs.c:107 +#: app/internal_procs.c:95 +msgid "File Operations" +msgstr "" + +#: app/internal_procs.c:98 +msgid "Floating selections" +msgstr "" + +#: app/internal_procs.c:101 msgid "Gimprc procedures" msgstr "" -#: app/internal_procs.c:110 -msgid "Help procedures" -msgstr "" - -#: app/internal_procs.c:116 +#: app/internal_procs.c:107 msgid "Gradient UI" msgstr "" -#: app/internal_procs.c:119 +#: app/internal_procs.c:110 msgid "Guide procedures" msgstr "" -#: app/internal_procs.c:122 app/preferences_dialog.c:1774 -#: app/preferences_dialog.c:1776 -msgid "Interface" +#: app/internal_procs.c:113 +msgid "Help procedures" +msgstr "" + +#: app/internal_procs.c:116 app/palette.c:3182 +msgid "Image" msgstr "" #. the layer name label -#: app/internal_procs.c:125 app/layer_select.c:137 +#: app/internal_procs.c:119 app/layer_select.c:137 msgid "Layer" msgstr "" -#: app/internal_procs.c:128 +#: app/internal_procs.c:122 app/preferences_dialog.c:1784 +#: app/preferences_dialog.c:1786 +msgid "Interface" +msgstr "" + +#: app/internal_procs.c:125 msgid "Miscellaneous" msgstr "" -#: app/internal_procs.c:131 app/palette.c:2197 app/palette.c:2209 +#: app/internal_procs.c:128 app/palette.c:2197 app/palette.c:2209 #: app/palette_select.c:87 msgid "Palette" msgstr "" -#: app/internal_procs.c:134 +#: app/internal_procs.c:131 msgid "Parasite procedures" msgstr "" -#: app/internal_procs.c:137 app/lc_dialog.c:179 +#: app/internal_procs.c:134 app/lc_dialog.c:179 msgid "Paths" msgstr "" -#: app/internal_procs.c:140 +#: app/internal_procs.c:137 msgid "Pattern UI" msgstr "" -#: app/internal_procs.c:146 +#: app/internal_procs.c:143 msgid "Plug-in" msgstr "" -#: app/internal_procs.c:149 +#: app/internal_procs.c:146 msgid "Procedural database" msgstr "" +#: app/internal_procs.c:149 +msgid "Image mask" +msgstr "" + #: app/internal_procs.c:152 msgid "Text procedures" msgstr "" @@ -2537,7 +2538,7 @@ msgstr "" msgid "Layer Select" msgstr "" -#: app/layers_dialog.c:264 app/layers_dialog.c:3509 +#: app/layers_dialog.c:264 app/layers_dialog.c:3515 msgid "New Layer" msgstr "" @@ -2565,43 +2566,43 @@ msgstr "" msgid "Delete Layer" msgstr "" -#: app/layers_dialog.c:372 app/paint_funcs.c:83 app/tool_options.c:917 +#: app/layers_dialog.c:372 app/paint_funcs.c:84 app/tool_options.c:917 msgid "Normal" msgstr "" -#: app/layers_dialog.c:373 app/paint_funcs.c:84 app/tool_options.c:918 +#: app/layers_dialog.c:373 app/paint_funcs.c:85 app/tool_options.c:918 msgid "Dissolve" msgstr "" -#: app/layers_dialog.c:374 app/paint_funcs.c:86 app/tool_options.c:920 +#: app/layers_dialog.c:374 app/paint_funcs.c:87 app/tool_options.c:920 msgid "Multiply (Burn)" msgstr "" -#: app/layers_dialog.c:375 app/paint_funcs.c:98 app/tool_options.c:921 +#: app/layers_dialog.c:375 app/paint_funcs.c:99 app/tool_options.c:921 msgid "Divide (Dodge)" msgstr "" -#: app/layers_dialog.c:376 app/paint_funcs.c:87 app/tool_options.c:922 +#: app/layers_dialog.c:376 app/paint_funcs.c:88 app/tool_options.c:922 msgid "Screen" msgstr "" -#: app/layers_dialog.c:377 app/paint_funcs.c:88 app/tool_options.c:923 +#: app/layers_dialog.c:377 app/paint_funcs.c:89 app/tool_options.c:923 msgid "Overlay" msgstr "" -#: app/layers_dialog.c:378 app/paint_funcs.c:89 app/tool_options.c:924 +#: app/layers_dialog.c:378 app/paint_funcs.c:90 app/tool_options.c:924 msgid "Difference" msgstr "" -#: app/layers_dialog.c:379 app/paint_funcs.c:90 app/tool_options.c:925 +#: app/layers_dialog.c:379 app/paint_funcs.c:91 app/tool_options.c:925 msgid "Addition" msgstr "" -#: app/layers_dialog.c:381 app/paint_funcs.c:92 app/tool_options.c:927 +#: app/layers_dialog.c:381 app/paint_funcs.c:93 app/tool_options.c:927 msgid "Darken Only" msgstr "" -#: app/layers_dialog.c:382 app/paint_funcs.c:93 app/tool_options.c:928 +#: app/layers_dialog.c:382 app/paint_funcs.c:94 app/tool_options.c:928 msgid "Lighten Only" msgstr "" @@ -2609,88 +2610,92 @@ msgstr "" msgid "Keep Trans." msgstr "" -#: app/layers_dialog.c:1901 +#: app/layers_dialog.c:405 +msgid "Keep Transparency" +msgstr "" + +#: app/layers_dialog.c:1907 msgid "Empty Layer Copy" msgstr "" -#: app/layers_dialog.c:2163 app/layers_dialog.c:3320 app/layers_dialog.c:3687 +#: app/layers_dialog.c:2169 app/layers_dialog.c:3326 app/layers_dialog.c:3693 msgid "Floating Selection" msgstr "" -#: app/layers_dialog.c:3470 +#: app/layers_dialog.c:3476 msgid "New Layer Options" msgstr "" #. The name label and entry -#: app/layers_dialog.c:3499 +#: app/layers_dialog.c:3505 msgid "Layer Name:" msgstr "" #. The size labels -#: app/layers_dialog.c:3513 +#: app/layers_dialog.c:3519 msgid "Layer Width:" msgstr "" -#: app/layers_dialog.c:3573 +#: app/layers_dialog.c:3579 msgid "Layer Fill Type" msgstr "" -#: app/layers_dialog.c:3652 +#: app/layers_dialog.c:3658 msgid "Edit Layer Attributes" msgstr "" -#: app/layers_dialog.c:3679 +#: app/layers_dialog.c:3685 msgid "Layer name:" msgstr "" -#: app/layers_dialog.c:3744 +#: app/layers_dialog.c:3753 msgid "Add Mask Options" msgstr "" #. The radio frame and box -#: app/layers_dialog.c:3762 +#: app/layers_dialog.c:3771 msgid "Initialize Layer Mask to:" msgstr "" -#: app/layers_dialog.c:3767 +#: app/layers_dialog.c:3776 msgid "White (Full Opacity)" msgstr "" -#: app/layers_dialog.c:3769 +#: app/layers_dialog.c:3778 msgid "Black (Full Transparency)" msgstr "" -#: app/layers_dialog.c:3771 +#: app/layers_dialog.c:3780 msgid "Layer's Alpha Channel" msgstr "" -#: app/layers_dialog.c:3832 app/layers_dialog.c:3918 +#: app/layers_dialog.c:3841 app/layers_dialog.c:3927 msgid "" "Invalid width or height.\n" "Both must be positive." msgstr "" -#: app/layers_dialog.c:4004 +#: app/layers_dialog.c:4013 msgid "Layer Merge Options" msgstr "" -#: app/layers_dialog.c:4029 +#: app/layers_dialog.c:4038 msgid "Final, Merged Layer should be:" msgstr "" -#: app/layers_dialog.c:4030 +#: app/layers_dialog.c:4039 msgid "Final, Anchored Layer should be:" msgstr "" -#: app/layers_dialog.c:4035 +#: app/layers_dialog.c:4044 msgid "Expanded as necessary" msgstr "" -#: app/layers_dialog.c:4037 +#: app/layers_dialog.c:4046 msgid "Clipped to image" msgstr "" -#: app/layers_dialog.c:4039 +#: app/layers_dialog.c:4048 msgid "Clipped to bottom layer" msgstr "" @@ -2699,7 +2704,7 @@ msgid "Layers, Channels & Paths" msgstr "" #. The Auto-button -#: app/lc_dialog.c:147 app/levels.c:587 +#: app/lc_dialog.c:147 app/levels.c:588 msgid "Auto" msgstr "" @@ -2712,35 +2717,35 @@ msgid "Channels" msgstr "" #. The shell and main vbox -#: app/levels.c:196 app/levels.c:331 app/tools.c:758 +#: app/levels.c:197 app/levels.c:332 app/tools.c:1189 msgid "Levels" msgstr "" -#: app/levels.c:234 +#: app/levels.c:235 msgid "Levels for indexed drawables cannot be adjusted." msgstr "" -#: app/levels.c:360 +#: app/levels.c:361 msgid "Modify Levels for Channel:" msgstr "" -#: app/levels.c:384 +#: app/levels.c:385 msgid "Input Levels:" msgstr "" -#: app/levels.c:493 +#: app/levels.c:494 msgid "Output Levels:" msgstr "" -#: app/levels.c:1050 +#: app/levels.c:1052 msgid "Load Levels" msgstr "" -#: app/levels.c:1065 +#: app/levels.c:1067 msgid "Save Levels" msgstr "" -#: app/levels.c:1384 +#: app/levels.c:1396 msgid "Load/Save Levels" msgstr "" @@ -2859,7 +2864,7 @@ msgstr "" msgid "Distance:" msgstr "" -#: app/measure.c:504 app/measure.c:509 app/measure.c:517 app/measure.c:545 +#: app/measure.c:507 app/measure.c:512 app/measure.c:520 app/measure.c:548 msgid "degrees" msgstr "" @@ -3705,7 +3710,7 @@ msgstr "" msgid "Autoload during startup" msgstr "" -#: app/move.c:473 +#: app/move.c:494 msgid "Move Tool" msgstr "" @@ -3719,19 +3724,19 @@ msgstr "" msgid "Navigation: No Image" msgstr "" -#: app/paint_core.c:745 +#: app/paint_core.c:791 msgid "No brushes available for use with this tool." msgstr "" -#: app/paint_funcs.c:85 app/tool_options.c:919 +#: app/paint_funcs.c:86 app/tool_options.c:919 msgid "Behind" msgstr "" -#: app/paint_funcs.c:91 +#: app/paint_funcs.c:92 msgid "Subtraction" msgstr "" -#: app/paint_funcs.c:99 +#: app/paint_funcs.c:100 msgid "Erase" msgstr "" @@ -3964,40 +3969,40 @@ msgstr "" msgid "Enter a new name for the path" msgstr "" -#: app/paths_dialog.c:1916 +#: app/paths_dialog.c:1919 #, c-format msgid "Failed to read from %s" msgstr "" -#: app/paths_dialog.c:1931 +#: app/paths_dialog.c:1934 #, c-format msgid "Failed to read path from %s" msgstr "" -#: app/paths_dialog.c:1938 +#: app/paths_dialog.c:1941 #, c-format msgid "No points specified in path file %s" msgstr "" -#: app/paths_dialog.c:1949 +#: app/paths_dialog.c:1952 #, c-format msgid "Failed to read path points from %s" msgstr "" -#: app/paths_dialog.c:2022 app/xcf.c:436 +#: app/paths_dialog.c:2025 app/xcf.c:436 #, c-format msgid "open failed on %s: %s\n" msgstr "" -#: app/paths_dialog.c:2044 +#: app/paths_dialog.c:2047 msgid "Load/Store Bezier Curves" msgstr "" -#: app/paths_dialog.c:2084 +#: app/paths_dialog.c:2087 msgid "Load Path" msgstr "" -#: app/paths_dialog.c:2106 +#: app/paths_dialog.c:2109 msgid "Store Path" msgstr "" @@ -4085,7 +4090,7 @@ msgstr "" msgid "Posterize does not operate on indexed drawables." msgstr "Posterise does not operate on indexed drawables." -#: app/posterize.c:193 app/tools.c:704 +#: app/posterize.c:193 app/tools.c:1105 msgid "Posterize" msgstr "Posterise" @@ -4093,51 +4098,51 @@ msgstr "Posterise" msgid "Posterize Levels:" msgstr "Posterise Levels:" -#: app/preferences_dialog.c:244 +#: app/preferences_dialog.c:247 msgid "Error: Levels of undo must be zero or greater." msgstr "" -#: app/preferences_dialog.c:250 +#: app/preferences_dialog.c:253 msgid "Error: Marching speed must be 50 or greater." msgstr "" -#: app/preferences_dialog.c:256 +#: app/preferences_dialog.c:259 msgid "Error: Default width must be one or greater." msgstr "" -#: app/preferences_dialog.c:262 +#: app/preferences_dialog.c:265 msgid "Error: Default height must be one or greater." msgstr "" -#: app/preferences_dialog.c:269 +#: app/preferences_dialog.c:272 msgid "Error: Default unit must be within unit range." msgstr "" -#: app/preferences_dialog.c:276 +#: app/preferences_dialog.c:279 msgid "Error: Default resolution must not be zero." msgstr "" -#: app/preferences_dialog.c:284 +#: app/preferences_dialog.c:287 msgid "Error: Default resolution unit must be within unit range." msgstr "" -#: app/preferences_dialog.c:291 +#: app/preferences_dialog.c:294 msgid "Error: Monitor resolution must not be zero." msgstr "" -#: app/preferences_dialog.c:298 +#: app/preferences_dialog.c:301 msgid "Error: Image title format must not be NULL." msgstr "" -#: app/preferences_dialog.c:305 +#: app/preferences_dialog.c:308 msgid "Error: Number of processors must be between 1 and 30." msgstr "" -#: app/preferences_dialog.c:356 +#: app/preferences_dialog.c:359 msgid "Save Preferences ?" msgstr "" -#: app/preferences_dialog.c:377 +#: app/preferences_dialog.c:380 msgid "" "At least one of the changes you made will only\n" "take effect after you restart the GIMP.\n" @@ -4148,494 +4153,510 @@ msgid "" "be applied." msgstr "" -#: app/preferences_dialog.c:471 +#: app/preferences_dialog.c:474 msgid "You will need to restart GIMP for these changes to take effect." msgstr "" -#: app/preferences_dialog.c:1020 +#: app/preferences_dialog.c:1029 #, c-format msgid "The default comment is limited to %d characters." msgstr "" -#: app/preferences_dialog.c:1445 +#: app/preferences_dialog.c:1455 msgid "Preferences" msgstr "" #. The categories tree -#: app/preferences_dialog.c:1467 +#: app/preferences_dialog.c:1477 msgid "Categories" msgstr "" -#: app/preferences_dialog.c:1495 app/preferences_dialog.c:1497 +#: app/preferences_dialog.c:1505 app/preferences_dialog.c:1507 msgid "New File" msgstr "" -#: app/preferences_dialog.c:1508 +#: app/preferences_dialog.c:1518 msgid "Default Image Size and Unit" msgstr "" -#: app/preferences_dialog.c:1522 +#: app/preferences_dialog.c:1532 msgid "Width" msgstr "" -#: app/preferences_dialog.c:1524 +#: app/preferences_dialog.c:1534 msgid "Height" msgstr "" -#: app/preferences_dialog.c:1554 +#: app/preferences_dialog.c:1564 msgid "Default Image Resolution and Resolution Unit" msgstr "" -#: app/preferences_dialog.c:1581 app/preferences_dialog.c:2352 +#: app/preferences_dialog.c:1591 app/preferences_dialog.c:2384 msgid "dpi" msgstr "" -#: app/preferences_dialog.c:1628 +#: app/preferences_dialog.c:1638 msgid "Default Image Type:" msgstr "" -#: app/preferences_dialog.c:1640 +#: app/preferences_dialog.c:1650 msgid "Maximum Image Size:" msgstr "" -#: app/preferences_dialog.c:1645 app/preferences_dialog.c:1647 +#: app/preferences_dialog.c:1655 app/preferences_dialog.c:1657 msgid "Default Comment" msgstr "" -#: app/preferences_dialog.c:1655 +#: app/preferences_dialog.c:1665 msgid "Comment Used for New Images" msgstr "" -#: app/preferences_dialog.c:1675 app/preferences_dialog.c:1677 +#: app/preferences_dialog.c:1685 app/preferences_dialog.c:1687 msgid "Display" msgstr "" -#: app/preferences_dialog.c:1685 +#: app/preferences_dialog.c:1695 msgid "Transparency" msgstr "" -#: app/preferences_dialog.c:1704 +#: app/preferences_dialog.c:1714 msgid "Light Checks" msgstr "" -#: app/preferences_dialog.c:1705 +#: app/preferences_dialog.c:1715 msgid "Mid-Tone Checks" msgstr "" -#: app/preferences_dialog.c:1706 +#: app/preferences_dialog.c:1716 msgid "Dark Checks" msgstr "" -#: app/preferences_dialog.c:1707 +#: app/preferences_dialog.c:1717 msgid "White Only" msgstr "" -#: app/preferences_dialog.c:1708 +#: app/preferences_dialog.c:1718 msgid "Gray Only" msgstr "Grey Only" -#: app/preferences_dialog.c:1709 +#: app/preferences_dialog.c:1719 msgid "Black Only" msgstr "" -#: app/preferences_dialog.c:1713 +#: app/preferences_dialog.c:1723 msgid "Transparency Type:" msgstr "" -#: app/preferences_dialog.c:1720 app/preferences_dialog.c:1812 -#: app/preferences_dialog.c:1826 +#: app/preferences_dialog.c:1730 app/preferences_dialog.c:1822 +#: app/preferences_dialog.c:1836 msgid "Small" msgstr "" -#: app/preferences_dialog.c:1721 app/preferences_dialog.c:1813 -#: app/preferences_dialog.c:1827 +#: app/preferences_dialog.c:1731 app/preferences_dialog.c:1823 +#: app/preferences_dialog.c:1837 msgid "Medium" msgstr "" -#: app/preferences_dialog.c:1722 app/preferences_dialog.c:1814 -#: app/preferences_dialog.c:1828 +#: app/preferences_dialog.c:1732 app/preferences_dialog.c:1824 +#: app/preferences_dialog.c:1838 msgid "Large" msgstr "" -#: app/preferences_dialog.c:1726 +#: app/preferences_dialog.c:1736 msgid "Check Size:" msgstr "" -#: app/preferences_dialog.c:1729 +#: app/preferences_dialog.c:1739 msgid "8-Bit Displays" msgstr "" -#: app/preferences_dialog.c:1750 +#: app/preferences_dialog.c:1760 msgid "Minimum Number of Colors:" msgstr "" -#: app/preferences_dialog.c:1753 +#: app/preferences_dialog.c:1763 msgid "Install Colormap" msgstr "Install Colourmap" -#: app/preferences_dialog.c:1762 +#: app/preferences_dialog.c:1772 msgid "Colormap Cycling" msgstr "Colourmap Cycling" -#: app/preferences_dialog.c:1811 +#: app/preferences_dialog.c:1821 msgid "Tiny" msgstr "" -#: app/preferences_dialog.c:1815 +#: app/preferences_dialog.c:1825 msgid "Huge" msgstr "" -#: app/preferences_dialog.c:1819 +#: app/preferences_dialog.c:1829 msgid "Preview Size:" msgstr "" -#: app/preferences_dialog.c:1832 +#: app/preferences_dialog.c:1842 msgid "Nav Preview Size:" msgstr "" -#: app/preferences_dialog.c:1842 +#: app/preferences_dialog.c:1852 msgid "Recent Documents List Size:" msgstr "" #. Indicators -#: app/preferences_dialog.c:1846 +#: app/preferences_dialog.c:1856 msgid "Toolbox" msgstr "" -#: app/preferences_dialog.c:1849 +#: app/preferences_dialog.c:1859 msgid "Display Brush, Pattern and Gradient Indicators" msgstr "" -#: app/preferences_dialog.c:1858 +#: app/preferences_dialog.c:1868 msgid "Dialog Behaviour" msgstr "" -#: app/preferences_dialog.c:1860 +#: app/preferences_dialog.c:1870 msgid "Navigation Window per Display" msgstr "" -#: app/preferences_dialog.c:1869 +#: app/preferences_dialog.c:1879 msgid "Info Window Follows Mouse" msgstr "" -#: app/preferences_dialog.c:1880 app/preferences_dialog.c:1882 +#: app/preferences_dialog.c:1890 app/preferences_dialog.c:1892 msgid "Help System" msgstr "" -#: app/preferences_dialog.c:1892 +#: app/preferences_dialog.c:1902 msgid "Show Tool Tips" msgstr "" -#: app/preferences_dialog.c:1902 +#: app/preferences_dialog.c:1912 msgid "Context Sensitive Help with \"F1\"" msgstr "" -#: app/preferences_dialog.c:1911 +#: app/preferences_dialog.c:1921 msgid "Help Browser" msgstr "" -#: app/preferences_dialog.c:1923 +#: app/preferences_dialog.c:1933 msgid "Internal" msgstr "" -#: app/preferences_dialog.c:1924 +#: app/preferences_dialog.c:1934 msgid "Netscape" msgstr "" -#: app/preferences_dialog.c:1928 +#: app/preferences_dialog.c:1938 msgid "Help Browser to Use:" msgstr "" -#: app/preferences_dialog.c:1933 app/preferences_dialog.c:1935 +#: app/preferences_dialog.c:1943 app/preferences_dialog.c:1945 msgid "Image Windows" msgstr "" -#: app/preferences_dialog.c:1943 +#: app/preferences_dialog.c:1953 msgid "Appearance" msgstr "" -#: app/preferences_dialog.c:1945 +#: app/preferences_dialog.c:1955 msgid "Use \"Dot for Dot\" by default" msgstr "" -#: app/preferences_dialog.c:1954 +#: app/preferences_dialog.c:1964 msgid "Resize Window on Zoom" msgstr "" -#: app/preferences_dialog.c:1963 +#: app/preferences_dialog.c:1973 msgid "Show Rulers" msgstr "" -#: app/preferences_dialog.c:1972 +#: app/preferences_dialog.c:1982 msgid "Show Statusbar" msgstr "" -#: app/preferences_dialog.c:1996 +#: app/preferences_dialog.c:2006 msgid "Marching Ants Speed:" msgstr "" #. Set the currently used string as "Custom" -#: app/preferences_dialog.c:2004 +#: app/preferences_dialog.c:2014 msgid "Custom" msgstr "" #. set some commonly used format strings -#: app/preferences_dialog.c:2010 +#: app/preferences_dialog.c:2020 msgid "Standard" msgstr "" -#: app/preferences_dialog.c:2015 +#: app/preferences_dialog.c:2025 msgid "Show zoom percentage" msgstr "" -#: app/preferences_dialog.c:2020 +#: app/preferences_dialog.c:2030 msgid "Show zoom ratio" msgstr "" -#: app/preferences_dialog.c:2025 +#: app/preferences_dialog.c:2035 msgid "Show reversed zoom ratio" msgstr "" -#: app/preferences_dialog.c:2036 +#: app/preferences_dialog.c:2046 msgid "Image Title Format:" msgstr "" #. End of the title format string -#: app/preferences_dialog.c:2040 +#: app/preferences_dialog.c:2050 msgid "Pointer Movement Feedback" msgstr "" -#: app/preferences_dialog.c:2043 +#: app/preferences_dialog.c:2053 msgid "Perfect-but-Slow Pointer Tracking" msgstr "" -#: app/preferences_dialog.c:2052 +#: app/preferences_dialog.c:2062 msgid "Disable Cursor Updating" msgstr "" -#: app/preferences_dialog.c:2064 app/preferences_dialog.c:2066 -#: app/tools.c:1079 +#: app/preferences_dialog.c:2081 +msgid "Tool Icon" +msgstr "" + +#: app/preferences_dialog.c:2083 +msgid "Tool Icon with Crosshair" +msgstr "" + +#: app/preferences_dialog.c:2085 +msgid "Crosshair only" +msgstr "" + +#: app/preferences_dialog.c:2090 +msgid "Cursor Mode:" +msgstr "" + +#: app/preferences_dialog.c:2096 app/preferences_dialog.c:2098 +#: app/tools.c:1536 msgid "Tool Options" msgstr "" -#: app/preferences_dialog.c:2074 +#: app/preferences_dialog.c:2106 msgid "Paint Options" msgstr "" -#: app/preferences_dialog.c:2077 +#: app/preferences_dialog.c:2109 msgid "Use Global Paint Options" msgstr "" -#: app/preferences_dialog.c:2086 +#: app/preferences_dialog.c:2118 msgid "Finding Contiguous Regions" msgstr "" -#: app/preferences_dialog.c:2105 +#: app/preferences_dialog.c:2137 msgid "Default Threshold:" msgstr "" -#: app/preferences_dialog.c:2114 app/preferences_dialog.c:2116 +#: app/preferences_dialog.c:2146 app/preferences_dialog.c:2148 msgid "Environment" msgstr "" -#: app/preferences_dialog.c:2124 +#: app/preferences_dialog.c:2156 msgid "Resource Consumption" msgstr "" -#: app/preferences_dialog.c:2126 +#: app/preferences_dialog.c:2158 msgid "Conservative Memory Usage" msgstr "" -#: app/preferences_dialog.c:2154 +#: app/preferences_dialog.c:2186 msgid "Levels of Undo:" msgstr "" -#: app/preferences_dialog.c:2166 app/user_install.c:1104 +#: app/preferences_dialog.c:2198 app/user_install.c:1105 msgid "Tile Cache Size:" msgstr "" -#: app/preferences_dialog.c:2177 +#: app/preferences_dialog.c:2209 msgid "Number of Processors to Use:" msgstr "" -#: app/preferences_dialog.c:2181 app/transform_tool.c:215 +#: app/preferences_dialog.c:2213 app/transform_tool.c:215 msgid "Scaling" msgstr "" -#: app/preferences_dialog.c:2199 +#: app/preferences_dialog.c:2231 msgid "Nearest Neighbor (Fast)" msgstr "" -#: app/preferences_dialog.c:2203 +#: app/preferences_dialog.c:2235 msgid "Cubic (Slow)" msgstr "" -#: app/preferences_dialog.c:2208 +#: app/preferences_dialog.c:2240 msgid "Interpolation Type:" msgstr "" -#: app/preferences_dialog.c:2211 +#: app/preferences_dialog.c:2243 msgid "File Saving" msgstr "" -#: app/preferences_dialog.c:2228 app/preferences_dialog.c:2241 +#: app/preferences_dialog.c:2260 app/preferences_dialog.c:2273 msgid "Always" msgstr "" -#: app/preferences_dialog.c:2229 +#: app/preferences_dialog.c:2261 msgid "Never" msgstr "" -#: app/preferences_dialog.c:2233 +#: app/preferences_dialog.c:2265 msgid "Try to Write a Thumbnail File:" msgstr "" -#: app/preferences_dialog.c:2240 +#: app/preferences_dialog.c:2272 msgid "Only when Modified" msgstr "" -#: app/preferences_dialog.c:2245 +#: app/preferences_dialog.c:2277 msgid "\"File > Save\" Saves the Image:" msgstr "" -#: app/preferences_dialog.c:2251 +#: app/preferences_dialog.c:2283 msgid "Session Management" msgstr "" -#: app/preferences_dialog.c:2253 +#: app/preferences_dialog.c:2285 msgid "Session" msgstr "" -#: app/preferences_dialog.c:2261 +#: app/preferences_dialog.c:2293 msgid "Window Positions" msgstr "" -#: app/preferences_dialog.c:2263 +#: app/preferences_dialog.c:2295 msgid "Save Window Positions on Exit" msgstr "" -#: app/preferences_dialog.c:2277 +#: app/preferences_dialog.c:2309 msgid "Clear Saved Window Positions Now" msgstr "" -#: app/preferences_dialog.c:2285 +#: app/preferences_dialog.c:2317 msgid "Always Try to Restore Session" msgstr "" -#: app/preferences_dialog.c:2294 +#: app/preferences_dialog.c:2326 msgid "Devices" msgstr "" -#: app/preferences_dialog.c:2296 +#: app/preferences_dialog.c:2328 msgid "Save Device Status on Exit" msgstr "" -#: app/preferences_dialog.c:2307 app/preferences_dialog.c:2309 +#: app/preferences_dialog.c:2339 app/preferences_dialog.c:2341 msgid "Monitor" msgstr "" -#: app/preferences_dialog.c:2317 +#: app/preferences_dialog.c:2349 msgid "Get Monitor Resolution" msgstr "" -#: app/preferences_dialog.c:2325 +#: app/preferences_dialog.c:2357 #, c-format msgid "(Currently %d x %d dpi)" msgstr "" -#: app/preferences_dialog.c:2377 -msgid "From X Server" +#: app/preferences_dialog.c:2409 +msgid "From windowing system" msgstr "" -#: app/preferences_dialog.c:2392 +#: app/preferences_dialog.c:2424 msgid "Manually:" msgstr "" -#: app/preferences_dialog.c:2405 app/preferences_dialog.c:2407 +#: app/preferences_dialog.c:2437 app/preferences_dialog.c:2439 msgid "Directories" msgstr "" -#: app/preferences_dialog.c:2424 +#: app/preferences_dialog.c:2456 msgid "Temp Dir:" msgstr "" -#: app/preferences_dialog.c:2424 +#: app/preferences_dialog.c:2456 msgid "Select Temp Dir" msgstr "" -#: app/preferences_dialog.c:2425 +#: app/preferences_dialog.c:2457 msgid "Swap Dir:" msgstr "" -#: app/preferences_dialog.c:2425 app/user_install.c:1124 +#: app/preferences_dialog.c:2457 app/user_install.c:1125 msgid "Select Swap Dir" msgstr "" -#: app/preferences_dialog.c:2461 +#: app/preferences_dialog.c:2493 msgid "Brushes Directories" msgstr "" -#: app/preferences_dialog.c:2463 +#: app/preferences_dialog.c:2495 msgid "Select Brushes Dir" msgstr "" -#: app/preferences_dialog.c:2465 +#: app/preferences_dialog.c:2497 msgid "Generated Brushes" msgstr "" -#: app/preferences_dialog.c:2465 +#: app/preferences_dialog.c:2497 msgid "Generated Brushes Directories" msgstr "" -#: app/preferences_dialog.c:2467 +#: app/preferences_dialog.c:2499 msgid "Select Generated Brushes Dir" msgstr "" -#: app/preferences_dialog.c:2469 +#: app/preferences_dialog.c:2501 msgid "Patterns Directories" msgstr "" -#: app/preferences_dialog.c:2471 +#: app/preferences_dialog.c:2503 msgid "Select Patterns Dir" msgstr "" -#: app/preferences_dialog.c:2473 +#: app/preferences_dialog.c:2505 msgid "Palettes Directories" msgstr "" -#: app/preferences_dialog.c:2475 +#: app/preferences_dialog.c:2507 msgid "Select Palettes Dir" msgstr "" -#: app/preferences_dialog.c:2477 +#: app/preferences_dialog.c:2509 msgid "Gradients Directories" msgstr "" -#: app/preferences_dialog.c:2479 +#: app/preferences_dialog.c:2511 msgid "Select Gradients Dir" msgstr "" -#: app/preferences_dialog.c:2481 +#: app/preferences_dialog.c:2513 msgid "Plug-Ins" msgstr "" -#: app/preferences_dialog.c:2481 +#: app/preferences_dialog.c:2513 msgid "Plug-Ins Directories" msgstr "" -#: app/preferences_dialog.c:2483 +#: app/preferences_dialog.c:2515 msgid "Select Plug-Ins Dir" msgstr "" -#: app/preferences_dialog.c:2485 +#: app/preferences_dialog.c:2517 msgid "Modules" msgstr "" -#: app/preferences_dialog.c:2485 +#: app/preferences_dialog.c:2517 msgid "Modules Directories" msgstr "" -#: app/preferences_dialog.c:2487 +#: app/preferences_dialog.c:2519 msgid "Select Modules Dir" msgstr "" @@ -4676,12 +4697,12 @@ msgstr "" msgid "Temporary Procedure" msgstr "" -#: app/qmask.c:273 +#: app/qmask.c:270 msgid "Edit Qmask Attributes" msgstr "" #. The opacity scale -#: app/qmask.c:301 +#: app/qmask.c:298 msgid "Mask Opacity:" msgstr "" @@ -4808,7 +4829,7 @@ msgid "Shearing..." msgstr "" #. Create the shell -#: app/text_tool.c:151 app/text_tool.c:393 +#: app/text_tool.c:151 app/text_tool.c:400 msgid "Text Tool" msgstr "" @@ -4824,28 +4845,28 @@ msgstr "" msgid "Use Dynamic Text" msgstr "" -#: app/text_tool.c:602 +#: app/text_tool.c:609 #, c-format msgid "Font '%s' not found." msgstr "" -#: app/text_tool.c:621 +#: app/text_tool.c:628 #, c-format msgid "Font '%s' not found.%s" msgstr "" -#: app/text_tool.c:624 +#: app/text_tool.c:631 msgid "" "\n" "If you don't have scalable fonts, try turning off antialiasing in the tool " "options." msgstr "" -#: app/text_tool.c:735 +#: app/text_tool.c:742 msgid "Text Layer" msgstr "" -#: app/threshold.c:171 app/threshold.c:266 app/tools.c:722 +#: app/threshold.c:171 app/threshold.c:266 app/tools.c:1133 msgid "Threshold" msgstr "" @@ -4908,7 +4929,7 @@ msgstr "" msgid "Bezier Selection" msgstr "" -#: app/tool_options.c:155 app/tools.c:177 +#: app/tool_options.c:155 app/tools.c:288 msgid "Intelligent Scissors" msgstr "" @@ -4928,7 +4949,7 @@ msgstr "" msgid "Unit:" msgstr "" -#: app/tool_options.c:469 app/tools.c:375 +#: app/tool_options.c:469 app/tools.c:596 msgid "Bucket Fill" msgstr "" @@ -4936,19 +4957,19 @@ msgstr "" msgid "Blend Tool" msgstr "" -#: app/tool_options.c:473 app/tools.c:411 +#: app/tool_options.c:473 app/tools.c:652 msgid "Pencil" msgstr "" -#: app/tool_options.c:475 app/tools.c:429 +#: app/tool_options.c:475 app/tools.c:680 msgid "Paintbrush" msgstr "" -#: app/tool_options.c:477 app/tools.c:447 +#: app/tool_options.c:477 app/tools.c:708 msgid "Eraser" msgstr "" -#: app/tool_options.c:479 app/tools.c:465 +#: app/tool_options.c:479 app/tools.c:736 msgid "Airbrush" msgstr "" @@ -4964,7 +4985,7 @@ msgstr "" msgid "Ink Tool" msgstr "" -#: app/tool_options.c:487 app/tools.c:537 app/tools.c:543 +#: app/tool_options.c:487 app/tools.c:848 app/tools.c:854 msgid "Dodge or Burn" msgstr "" @@ -4992,337 +5013,337 @@ msgstr "" msgid "Rate" msgstr "" -#: app/tools.c:87 +#: app/tools.c:148 msgid "Rect Select" msgstr "" -#: app/tools.c:88 +#: app/tools.c:149 msgid "/Tools/Select Tools/Rect Select" msgstr "" -#: app/tools.c:93 +#: app/tools.c:154 msgid "Select rectangular regions" msgstr "" -#: app/tools.c:105 +#: app/tools.c:176 msgid "Ellipse Select" msgstr "" -#: app/tools.c:106 +#: app/tools.c:177 msgid "/Tools/Select Tools/Ellipse Select" msgstr "" -#: app/tools.c:111 +#: app/tools.c:182 msgid "Select elliptical regions" msgstr "" -#: app/tools.c:123 +#: app/tools.c:204 msgid "Free Select" msgstr "" -#: app/tools.c:124 +#: app/tools.c:205 msgid "/Tools/Select Tools/Free Select" msgstr "" -#: app/tools.c:129 +#: app/tools.c:210 msgid "Select hand-drawn regions" msgstr "" -#: app/tools.c:141 +#: app/tools.c:232 msgid "Fuzzy Select" msgstr "" -#: app/tools.c:142 +#: app/tools.c:233 msgid "/Tools/Select Tools/Fuzzy Select" msgstr "" -#: app/tools.c:147 +#: app/tools.c:238 msgid "Select contiguous regions" msgstr "" -#: app/tools.c:159 +#: app/tools.c:260 msgid "Bezier Select" msgstr "" -#: app/tools.c:160 +#: app/tools.c:261 msgid "/Tools/Select Tools/Bezier Select" msgstr "" -#: app/tools.c:165 +#: app/tools.c:266 msgid "Select regions using Bezier curves" msgstr "" -#: app/tools.c:178 +#: app/tools.c:289 msgid "/Tools/Select Tools/Intelligent Scissors" msgstr "" -#: app/tools.c:183 +#: app/tools.c:294 msgid "Select shapes from image" msgstr "" -#: app/tools.c:195 +#: app/tools.c:316 msgid "Move" msgstr "" -#: app/tools.c:196 +#: app/tools.c:317 msgid "/Tools/Transform Tools/Move" msgstr "" -#: app/tools.c:201 +#: app/tools.c:322 msgid "Move layers & selections" msgstr "" -#: app/tools.c:213 +#: app/tools.c:344 msgid "Magnify" msgstr "" -#: app/tools.c:214 +#: app/tools.c:345 msgid "/Tools/Transform Tools/Magnify" msgstr "" -#: app/tools.c:219 +#: app/tools.c:350 msgid "Zoom in & out" msgstr "" -#: app/tools.c:232 +#: app/tools.c:373 msgid "/Tools/Transform Tools/Crop & Resize" msgstr "" -#: app/tools.c:237 +#: app/tools.c:378 msgid "Crop or resize the image" msgstr "" #. the transform type radio buttons -#: app/tools.c:249 app/tools.c:267 app/tools.c:285 app/tools.c:303 +#: app/tools.c:400 app/tools.c:428 app/tools.c:456 app/tools.c:484 #: app/transform_core.c:252 app/transform_tool.c:211 msgid "Transform" msgstr "" -#: app/tools.c:250 +#: app/tools.c:401 msgid "/Tools/Transform Tools/Transform" msgstr "" -#: app/tools.c:255 app/tools.c:273 app/tools.c:291 app/tools.c:309 +#: app/tools.c:406 app/tools.c:434 app/tools.c:462 app/tools.c:490 msgid "Rotation, scaling, shearing, perspective." msgstr "" -#: app/tools.c:321 +#: app/tools.c:512 msgid "Flip" msgstr "" -#: app/tools.c:322 +#: app/tools.c:513 msgid "/Tools/Transform Tools/Flip" msgstr "" -#: app/tools.c:327 +#: app/tools.c:518 msgid "Flip the layer or selection" msgstr "" -#: app/tools.c:339 +#: app/tools.c:540 msgid "Text" msgstr "" -#: app/tools.c:340 +#: app/tools.c:541 msgid "/Tools/Text" msgstr "" -#: app/tools.c:345 +#: app/tools.c:546 msgid "Add text to the image" msgstr "" -#: app/tools.c:358 +#: app/tools.c:569 msgid "/Tools/Color Picker" msgstr "/Tools/Colour Picker" -#: app/tools.c:363 +#: app/tools.c:574 msgid "Pick colors from the image" msgstr "Pick colours from the image" -#: app/tools.c:376 +#: app/tools.c:597 msgid "/Tools/Paint Tools/Bucket Fill" msgstr "" -#: app/tools.c:381 +#: app/tools.c:602 msgid "Fill with a color or pattern" msgstr "Fill with a colour or pattern" -#: app/tools.c:393 +#: app/tools.c:624 msgid "Blend" msgstr "" -#: app/tools.c:394 +#: app/tools.c:625 msgid "/Tools/Paint Tools/Blend" msgstr "" -#: app/tools.c:399 +#: app/tools.c:630 msgid "Fill with a color gradient" msgstr "Fill with a colour gradient" -#: app/tools.c:412 +#: app/tools.c:653 msgid "/Tools/Paint Tools/Pencil" msgstr "" -#: app/tools.c:417 +#: app/tools.c:658 msgid "Draw sharp pencil strokes" msgstr "" -#: app/tools.c:430 +#: app/tools.c:681 msgid "/Tools/Paint Tools/Paintbrush" msgstr "" -#: app/tools.c:435 +#: app/tools.c:686 msgid "Paint fuzzy brush strokes" msgstr "" -#: app/tools.c:448 +#: app/tools.c:709 msgid "/Tools/Paint Tools/Eraser" msgstr "" -#: app/tools.c:453 +#: app/tools.c:714 msgid "Erase to background or transparency" msgstr "" -#: app/tools.c:466 +#: app/tools.c:737 msgid "/Tools/Paint Tools/Airbrush" msgstr "" -#: app/tools.c:471 +#: app/tools.c:742 msgid "Airbrush with variable pressure" msgstr "" -#: app/tools.c:483 +#: app/tools.c:764 msgid "Clone" msgstr "" -#: app/tools.c:484 +#: app/tools.c:765 msgid "/Tools/Paint Tools/Clone" msgstr "" -#: app/tools.c:489 +#: app/tools.c:770 msgid "Paint using patterns or image regions" msgstr "" -#: app/tools.c:501 +#: app/tools.c:792 msgid "Convolve" msgstr "" -#: app/tools.c:502 +#: app/tools.c:793 msgid "/Tools/Paint Tools/Convolve" msgstr "" -#: app/tools.c:507 +#: app/tools.c:798 msgid "Blur or sharpen" msgstr "" -#: app/tools.c:519 +#: app/tools.c:820 msgid "Ink" msgstr "" -#: app/tools.c:520 +#: app/tools.c:821 msgid "/Tools/Paint Tools/Ink" msgstr "" -#: app/tools.c:525 +#: app/tools.c:826 msgid "Draw in ink" msgstr "" -#: app/tools.c:538 +#: app/tools.c:849 msgid "/Tools/Paint Tools/DodgeBurn" msgstr "" -#: app/tools.c:555 app/tools.c:561 +#: app/tools.c:876 app/tools.c:882 msgid "Smudge" msgstr "" -#: app/tools.c:556 +#: app/tools.c:877 msgid "/Tools/Paint Tools/Smudge" msgstr "" -#: app/tools.c:593 +#: app/tools.c:934 msgid "Measure" msgstr "" -#: app/tools.c:594 +#: app/tools.c:935 msgid "/Tools/Measure" msgstr "" -#: app/tools.c:599 +#: app/tools.c:940 msgid "Measure distances and angles" msgstr "" -#: app/tools.c:632 +#: app/tools.c:993 msgid "By Color Select" msgstr "By Colour Select" -#: app/tools.c:633 +#: app/tools.c:994 msgid "/Select/By Color..." msgstr "/Select/By Colour..." -#: app/tools.c:638 +#: app/tools.c:999 msgid "Select regions by color" msgstr "Select regions by colour" -#: app/tools.c:651 +#: app/tools.c:1022 msgid "/Image/Colors/Color Balance..." msgstr "/Image/Colours/Colour Balance..." -#: app/tools.c:656 +#: app/tools.c:1027 msgid "Adjust color balance" msgstr "Adjust colour balance" -#: app/tools.c:669 +#: app/tools.c:1050 msgid "/Image/Colors/Brightness-Contrast..." msgstr "/Image/Colours/Brightness-Contrast..." -#: app/tools.c:674 +#: app/tools.c:1055 msgid "Adjust brightness and contrast" msgstr "" -#: app/tools.c:687 +#: app/tools.c:1078 msgid "/Image/Colors/Hue-Saturation..." msgstr "/Image/Colours/Hue-Saturation..." -#: app/tools.c:692 +#: app/tools.c:1083 msgid "Adjust hue and saturation" msgstr "" -#: app/tools.c:705 +#: app/tools.c:1106 msgid "/Image/Colors/Posterize..." msgstr "/Image/Colours/Posterise..." -#: app/tools.c:710 +#: app/tools.c:1111 msgid "Reduce image to a fixed numer of colors" msgstr "Reduce image to a fixed numer of colours" -#: app/tools.c:723 +#: app/tools.c:1134 msgid "/Image/Colors/Threshold..." msgstr "/Image/Colours/Threshold..." -#: app/tools.c:728 +#: app/tools.c:1139 msgid "Reduce image to two colors using a threshold" msgstr "Reduce image to two colours using a threshold" -#: app/tools.c:741 +#: app/tools.c:1162 msgid "/Image/Colors/Curves..." msgstr "/Image/Colours/Curves..." -#: app/tools.c:746 +#: app/tools.c:1167 msgid "Adjust color curves" msgstr "Adjust colour curves" -#: app/tools.c:759 +#: app/tools.c:1190 msgid "/Image/Colors/Levels..." msgstr "/Image/Colours/Levels..." -#: app/tools.c:764 +#: app/tools.c:1195 msgid "Adjust color levels" msgstr "Adjust colour levels" -#: app/tools.c:777 +#: app/tools.c:1218 msgid "/Image/Histogram..." msgstr "" -#: app/tools.c:782 +#: app/tools.c:1223 msgid "View image histogram" msgstr "" @@ -5344,7 +5365,7 @@ msgid "" "layers that contain layer masks." msgstr "" -#: app/transform_core.c:1616 +#: app/transform_core.c:1604 msgid "Transformation" msgstr "" @@ -5401,191 +5422,191 @@ msgstr "" msgid "Clip Result" msgstr "" -#: app/undo.c:2889 +#: app/undo.c:2871 #, c-format msgid "Can't undo %s" msgstr "" -#: app/undo.c:2920 +#: app/undo.c:2902 msgid "<>" msgstr "" -#: app/undo.c:2921 +#: app/undo.c:2903 msgid "image" msgstr "" -#: app/undo.c:2922 +#: app/undo.c:2904 msgid "image mod" msgstr "" -#: app/undo.c:2923 +#: app/undo.c:2905 msgid "mask" msgstr "" -#: app/undo.c:2924 +#: app/undo.c:2906 msgid "layer move" msgstr "" #. ok -#: app/undo.c:2925 +#: app/undo.c:2907 msgid "transform" msgstr "" -#: app/undo.c:2926 +#: app/undo.c:2908 msgid "paint" msgstr "" -#: app/undo.c:2927 +#: app/undo.c:2909 msgid "new layer" msgstr "" -#: app/undo.c:2928 +#: app/undo.c:2910 msgid "delete layer" msgstr "" -#: app/undo.c:2929 +#: app/undo.c:2911 msgid "layer mod" msgstr "" -#: app/undo.c:2930 +#: app/undo.c:2912 msgid "add layer mask" msgstr "" #. ok -#: app/undo.c:2931 +#: app/undo.c:2913 msgid "delete layer mask" msgstr "" #. ok -#: app/undo.c:2932 +#: app/undo.c:2914 msgid "rename layer" msgstr "" -#: app/undo.c:2933 +#: app/undo.c:2915 msgid "layer reposition" msgstr "" #. ok -#: app/undo.c:2934 +#: app/undo.c:2916 msgid "new channel" msgstr "" -#: app/undo.c:2935 +#: app/undo.c:2917 msgid "delete channel" msgstr "" -#: app/undo.c:2936 +#: app/undo.c:2918 msgid "channel mod" msgstr "" -#: app/undo.c:2937 +#: app/undo.c:2919 msgid "FS to layer" msgstr "" #. ok -#: app/undo.c:2938 +#: app/undo.c:2920 msgid "gimage" msgstr "" -#: app/undo.c:2939 +#: app/undo.c:2921 msgid "FS rigor" msgstr "" -#: app/undo.c:2940 +#: app/undo.c:2922 msgid "FS relax" msgstr "" -#: app/undo.c:2941 +#: app/undo.c:2923 msgid "guide" msgstr "" -#: app/undo.c:2942 +#: app/undo.c:2924 msgid "text" msgstr "" -#: app/undo.c:2943 +#: app/undo.c:2925 msgid "float selection" msgstr "" -#: app/undo.c:2944 +#: app/undo.c:2926 msgid "paste" msgstr "" -#: app/undo.c:2945 +#: app/undo.c:2927 msgid "cut" msgstr "" -#: app/undo.c:2946 +#: app/undo.c:2928 msgid "transform core" msgstr "" -#: app/undo.c:2947 +#: app/undo.c:2929 msgid "paint core" msgstr "" -#: app/undo.c:2948 +#: app/undo.c:2930 msgid "floating layer" msgstr "" #. unused! -#: app/undo.c:2949 +#: app/undo.c:2931 msgid "linked layer" msgstr "" -#: app/undo.c:2950 +#: app/undo.c:2932 msgid "apply layer mask" msgstr "" #. ok -#: app/undo.c:2951 +#: app/undo.c:2933 msgid "layer merge" msgstr "" -#: app/undo.c:2952 +#: app/undo.c:2934 msgid "FS anchor" msgstr "" -#: app/undo.c:2953 +#: app/undo.c:2935 msgid "gimage mod" msgstr "" -#: app/undo.c:2954 +#: app/undo.c:2936 msgid "crop" msgstr "" -#: app/undo.c:2955 +#: app/undo.c:2937 msgid "layer scale" msgstr "" -#: app/undo.c:2956 +#: app/undo.c:2938 msgid "layer resize" msgstr "" -#: app/undo.c:2957 +#: app/undo.c:2939 msgid "quickmask" msgstr "" -#: app/undo.c:2958 +#: app/undo.c:2940 msgid "attach parasite" msgstr "" -#: app/undo.c:2959 +#: app/undo.c:2941 msgid "remove parasite" msgstr "" -#: app/undo.c:2960 +#: app/undo.c:2942 msgid "resolution change" msgstr "" -#: app/undo.c:2961 +#: app/undo.c:2943 msgid "image scale" msgstr "" -#: app/undo.c:2962 +#: app/undo.c:2944 msgid "image resize" msgstr "" -#: app/undo.c:2963 +#: app/undo.c:2945 msgid "misc" msgstr "" @@ -5887,93 +5908,93 @@ msgstr "" msgid "Click \"Continue\" to create your personal GIMP directory." msgstr "" -#: app/user_install.c:754 +#: app/user_install.c:755 #, c-format msgid "" "For a proper GIMP installation, a subdirectory named\n" "%s needs to be created." msgstr "" -#: app/user_install.c:760 +#: app/user_install.c:761 msgid "" "This subdirectory will contain a number of important files.\n" "Click on one of the files or subdirectories in the tree\n" "to get more information about the selected item." msgstr "" -#: app/user_install.c:844 +#: app/user_install.c:845 msgid "User Installation Log" msgstr "" -#: app/user_install.c:850 +#: app/user_install.c:851 msgid "GIMP Performance Tuning" msgstr "" -#: app/user_install.c:851 +#: app/user_install.c:852 msgid "Click \"Continue\" to accept the settings above." msgstr "" -#: app/user_install.c:854 +#: app/user_install.c:855 msgid "For optimal GIMP performance, some settings may have to be adjusted." msgstr "" -#: app/user_install.c:863 +#: app/user_install.c:864 #, fuzzy msgid "Monitor Resolution" msgstr "Colour Selection" -#: app/user_install.c:864 +#: app/user_install.c:865 msgid "Click \"Continue\" to start The GIMP." msgstr "" -#: app/user_install.c:867 +#: app/user_install.c:868 msgid "" "To display images in their natural size, GIMP needs to know your monitor " "resolution." msgstr "" -#: app/user_install.c:876 +#: app/user_install.c:877 msgid "Aborting Installation..." msgstr "" -#: app/user_install.c:946 +#: app/user_install.c:947 msgid "does not exist. Cannot install." msgstr "" -#: app/user_install.c:958 +#: app/user_install.c:959 msgid "has invalid permissions. Cannot install." msgstr "" -#: app/user_install.c:996 +#: app/user_install.c:997 msgid "" "Did you notice any error messages in the console window?\n" "If not, installation was successful!\n" "Otherwise, quit and investigate the possible reason..." msgstr "" -#: app/user_install.c:1052 +#: app/user_install.c:1053 msgid "" "Did you notice any error messages in the lines above?\n" "If not, installation was successful!\n" "Otherwise, quit and investigate the possible reason..." msgstr "" -#: app/user_install.c:1064 +#: app/user_install.c:1065 msgid "Click \"Continue\" to complete GIMP installation." msgstr "" -#: app/user_install.c:1069 +#: app/user_install.c:1070 msgid "Installation failed. Contact system administrator." msgstr "" -#: app/user_install.c:1090 +#: app/user_install.c:1091 msgid "" "GIMP uses a limited amount of memory to store image data, the so-called\n" "\"Tile Cache\". You should adjust it's size to fit into memory. Consider\n" "the amount of memory used by other running processes." msgstr "" -#: app/user_install.c:1115 +#: app/user_install.c:1116 msgid "" "All image and undo data which doesn't fit into the Tile Cache will be\n" "written to a swap file. This file should be located on a local filesystem\n" @@ -5981,53 +6002,53 @@ msgid "" "may want to use the system-wide temp-dir (\"/tmp\" or \"/var/tmp\")." msgstr "" -#: app/user_install.c:1129 +#: app/user_install.c:1130 msgid "Swap Directory:" msgstr "" -#: app/user_install.c:1182 +#: app/user_install.c:1183 #, fuzzy msgid "Calibrate Monitor Resolution" msgstr "Colour Selection" -#: app/user_install.c:1290 +#: app/user_install.c:1291 msgid "Measure the rulers and enter their lengths below." msgstr "" -#: app/user_install.c:1305 +#: app/user_install.c:1306 msgid "Horizontal:" msgstr "" -#: app/user_install.c:1310 +#: app/user_install.c:1311 msgid "Vertical:" msgstr "" -#: app/user_install.c:1351 +#: app/user_install.c:1352 msgid "" "GIMP can obtain this information from your X-server.\n" "However, most X-servers do not return useful values." msgstr "" -#: app/user_install.c:1358 +#: app/user_install.c:1359 #, c-format msgid "Get Resolution from X-server (Currently %d x %d dpi)" msgstr "" -#: app/user_install.c:1372 +#: app/user_install.c:1373 msgid "Alternatively, you can set the monitor resolution manually." msgstr "" -#: app/user_install.c:1385 +#: app/user_install.c:1386 msgid "Monitor Resolution X:" msgstr "" -#: app/user_install.c:1421 +#: app/user_install.c:1422 msgid "" "You can also press the \"Calibrate\" button to open a window\n" "which lets you determine your monitor resolution interactively." msgstr "" -#: app/user_install.c:1428 +#: app/user_install.c:1429 msgid "Calibrate" msgstr "" diff --git a/po/es.po b/po/es.po index 783c244074..4afaffb59f 100644 --- a/po/es.po +++ b/po/es.po @@ -19,7 +19,7 @@ msgid "" msgstr "" "Project-Id-Version: GIMP 1.1.20\n" -"POT-Creation-Date: 2000-05-27 21:18-0700\n" +"POT-Creation-Date: 2000-06-18 19:40-0700\n" "PO-Revision-Date: 2000-04-23 12:53+02:00\n" "Last-Translator: Rodrigo Sancho Senosiain \n" "Language-Team: Spanish \n" @@ -28,21 +28,21 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "\n" -#: app/about_dialog.c:192 +#: app/about_dialog.c:256 msgid "About the GIMP" msgstr "Acerca de GIMP" #. this is a font, provide only one single font definition -#: app/about_dialog.c:243 +#: app/about_dialog.c:307 msgid "-*-helvetica-medium-r-normal--*-140-*-*-*-*-*-*" msgstr "-*-helvetica-medium-r-normal--*-140-*-*-*-*-*-*" -#: app/about_dialog.c:253 +#: app/about_dialog.c:317 #, c-format msgid "Version %s brought to you by" msgstr "Versión %s realizada por" -#: app/about_dialog.c:293 +#: app/about_dialog.c:357 msgid "Please visit http://www.gimp.org/ for more info" msgstr "Por favor, visite http://www.gimp.org para más información" @@ -60,7 +60,7 @@ msgstr "Presi msgid "-*-helvetica-bold-r-normal--*-140-*-*-*-*-*-*" msgstr "-*-helvetica-bold-r-normal--*-140-*-*-*-*-*-*" -#: app/app_procs.c:278 app/app_procs.c:280 app/interface.c:560 +#: app/app_procs.c:278 app/app_procs.c:280 app/interface.c:558 msgid "The GIMP" msgstr "Gimp" @@ -77,7 +77,7 @@ msgstr "realizado por" msgid "GIMP Startup" msgstr "Inicio de GIMP" -#: app/app_procs.c:492 app/gimprc.c:446 +#: app/app_procs.c:492 app/gimprc.c:452 #, c-format msgid "parsing \"%s\"\n" msgstr "analizando \"%s\"\n" @@ -92,22 +92,22 @@ msgid "Parasites" msgstr "Paritos" #. initialize the global parasite table -#: app/app_procs.c:556 app/internal_procs.c:71 app/preferences_dialog.c:2461 +#: app/app_procs.c:556 app/internal_procs.c:71 app/preferences_dialog.c:2493 msgid "Brushes" msgstr "Brochas" #. initialize the list of gimp brushes -#: app/app_procs.c:558 app/internal_procs.c:143 app/preferences_dialog.c:2469 +#: app/app_procs.c:558 app/internal_procs.c:140 app/preferences_dialog.c:2501 msgid "Patterns" msgstr "Patrones" #. initialize the list of gimp patterns -#: app/app_procs.c:560 app/preferences_dialog.c:2473 +#: app/app_procs.c:560 app/preferences_dialog.c:2505 msgid "Palettes" msgstr "Paletas" #. initialize the list of gimp palettes -#: app/app_procs.c:562 app/internal_procs.c:113 app/preferences_dialog.c:2477 +#: app/app_procs.c:562 app/internal_procs.c:104 app/preferences_dialog.c:2509 msgid "Gradients" msgstr "Gradientes" @@ -136,12 +136,12 @@ msgstr "Salir" #: app/curves.c:562 app/file_new_dialog.c:207 app/file_new_dialog.c:357 #: app/gdisplay_color_ui.c:135 app/gdisplay_ops.c:305 app/gimpprogress.c:112 #: app/global_edit.c:772 app/gradient.c:1768 app/gradient.c:4840 -#: app/gradient.c:5401 app/hue_saturation.c:374 app/interface.c:1027 -#: app/layers_dialog.c:3478 app/layers_dialog.c:3660 app/layers_dialog.c:3752 -#: app/layers_dialog.c:4012 app/levels.c:340 app/palette.c:1826 -#: app/posterize.c:202 app/preferences_dialog.c:1455 app/qmask.c:281 +#: app/gradient.c:5401 app/hue_saturation.c:374 app/interface.c:1039 +#: app/layers_dialog.c:3484 app/layers_dialog.c:3666 app/layers_dialog.c:3761 +#: app/layers_dialog.c:4021 app/levels.c:341 app/palette.c:1826 +#: app/posterize.c:202 app/preferences_dialog.c:1465 app/qmask.c:278 #: app/resize.c:194 app/resize.c:1326 app/threshold.c:275 -#: app/user_install.c:548 app/user_install.c:1190 modules/cdisplay_gamma.c:332 +#: app/user_install.c:548 app/user_install.c:1191 modules/cdisplay_gamma.c:332 #: modules/cdisplay_highcontrast.c:325 msgid "Cancel" msgstr "Cancelar" @@ -154,11 +154,11 @@ msgstr "El camino B msgid "Corrupt curve" msgstr "Curva dañada" -#: app/bezier_select.c:2941 +#: app/bezier_select.c:2995 msgid "Curve not closed!" msgstr "¡Curva no cerrada!" -#: app/bezier_select.c:3228 app/gimage_mask.c:618 +#: app/bezier_select.c:3282 app/gimage_mask.c:620 msgid "Paintbrush operation failed." msgstr "Falló la operación de Pincel " @@ -186,7 +186,7 @@ msgstr "" msgid "Blend:" msgstr "Gradiente:" -#: app/blend.c:320 app/gradient.c:532 app/preferences_dialog.c:2201 +#: app/blend.c:320 app/gradient.c:532 app/preferences_dialog.c:2233 msgid "Linear" msgstr "Lineal" @@ -235,7 +235,7 @@ msgstr "Espiral (sentido opuesto al del reloj)" msgid "Gradient:" msgstr "Gradiente:" -#: app/blend.c:342 app/by_color_select.c:817 app/preferences_dialog.c:1810 +#: app/blend.c:342 app/by_color_select.c:838 app/preferences_dialog.c:1820 msgid "None" msgstr "Ninguno" @@ -283,7 +283,8 @@ msgstr "Haciendo Gradiente..." msgid "Blend: " msgstr "Gradiente: " -#: app/brightness_contrast.c:127 app/brightness_contrast.c:209 app/tools.c:668 +#: app/brightness_contrast.c:127 app/brightness_contrast.c:209 +#: app/tools.c:1049 msgid "Brightness-Contrast" msgstr "Brillo-Contraste" @@ -296,19 +297,19 @@ msgstr "Brillo-Contraste no funciona con im #: app/color_balance.c:271 app/color_notebook.c:123 app/convert.c:504 #: app/curves.c:558 app/file_new_dialog.c:207 app/file_new_dialog.c:353 #: app/gdisplay_color_ui.c:133 app/gimpui.c:122 app/hue_saturation.c:370 -#: app/layers_dialog.c:3476 app/layers_dialog.c:3658 app/layers_dialog.c:3750 -#: app/layers_dialog.c:4010 app/levels.c:336 app/module_db.c:314 -#: app/posterize.c:198 app/preferences_dialog.c:1451 app/qmask.c:279 +#: app/layers_dialog.c:3482 app/layers_dialog.c:3664 app/layers_dialog.c:3759 +#: app/layers_dialog.c:4019 app/levels.c:337 app/module_db.c:314 +#: app/posterize.c:198 app/preferences_dialog.c:1461 app/qmask.c:276 #: app/resize.c:192 app/resize.c:1326 app/threshold.c:271 -#: app/user_install.c:1188 modules/cdisplay_gamma.c:330 +#: app/user_install.c:1189 modules/cdisplay_gamma.c:330 #: modules/cdisplay_highcontrast.c:323 msgid "OK" msgstr "Aceptar" -#: app/brightness_contrast.c:216 app/by_color_select.c:694 +#: app/brightness_contrast.c:216 app/by_color_select.c:715 #: app/color_balance.c:273 app/curves.c:560 app/file_new_dialog.c:355 -#: app/hue_saturation.c:372 app/levels.c:338 app/posterize.c:200 -#: app/threshold.c:273 app/tools.c:1085 app/transform_core.c:406 +#: app/hue_saturation.c:372 app/levels.c:339 app/posterize.c:200 +#: app/threshold.c:273 app/tools.c:1542 app/transform_core.c:406 #: modules/colorsel_water.c:634 msgid "Reset" msgstr "Reset" @@ -327,7 +328,7 @@ msgstr "Contraste" #. The preview toggle #: app/brightness_contrast.c:300 app/color_balance.c:441 app/curves.c:682 -#: app/fileops.c:401 app/hue_saturation.c:562 app/levels.c:569 +#: app/fileops.c:401 app/hue_saturation.c:562 app/levels.c:570 #: app/palette.c:3236 app/posterize.c:239 app/threshold.c:348 msgid "Preview" msgstr "Vista previa" @@ -337,15 +338,15 @@ msgid "Brush Editor" msgstr "Editor de Brochas" #. The close button -#: app/brush_edit.c:216 app/brush_select.c:281 app/by_color_select.c:696 +#: app/brush_edit.c:216 app/brush_select.c:281 app/by_color_select.c:717 #: app/color_notebook.c:123 app/color_picker.c:297 app/colormap_dialog.i.c:173 -#: app/crop.c:1054 app/devices.c:755 app/docindex.c:773 app/errorconsole.c:281 +#: app/crop.c:1068 app/devices.c:755 app/docindex.c:773 app/errorconsole.c:281 #: app/gdisplay_ops.c:305 app/gradient.c:800 app/gradient_select.c:153 -#: app/histogram_tool.c:276 app/info_window.c:255 app/lc_dialog.c:195 +#: app/histogram_tool.c:275 app/info_window.c:255 app/lc_dialog.c:195 #: app/measure.c:321 app/nav_window.c:1344 app/palette.c:2072 #: app/palette.c:2088 app/palette.c:3118 app/palette_select.c:66 -#: app/pattern_select.c:172 app/preferences_dialog.c:364 app/tips_dialog.c:160 -#: app/tools.c:1087 app/undo_history.c:752 +#: app/pattern_select.c:172 app/preferences_dialog.c:367 app/tips_dialog.c:160 +#: app/tools.c:1544 app/undo_history.c:752 msgid "Close" msgstr "Cerrar" @@ -380,7 +381,7 @@ msgstr "Refrescar" msgid "No Brushes available" msgstr "No hay Brochas disponibles" -#: app/brush_select.c:448 app/layers_dialog.c:412 app/tool_options.c:526 +#: app/brush_select.c:448 app/layers_dialog.c:413 app/tool_options.c:526 msgid "Opacity:" msgstr "Opacidad:" @@ -443,53 +444,53 @@ msgstr "Relleno con Patr msgid "Bucket Fill operation failed." msgstr "Falló la operación de Cubo de Relleno" -#: app/bucket_fill.c:347 +#: app/bucket_fill.c:351 msgid "No available patterns for this operation." msgstr "No hay patrones disponibles para esta operación" #. The shell and main vbox -#: app/by_color_select.c:689 +#: app/by_color_select.c:710 msgid "By Color Selection" msgstr "Por selección de color" -#: app/by_color_select.c:745 +#: app/by_color_select.c:766 msgid "Inactive" msgstr "Inactivo" -#: app/by_color_select.c:753 +#: app/by_color_select.c:774 msgid "Selection Mode" msgstr "Modo de selección" -#: app/by_color_select.c:758 app/paint_funcs.c:100 +#: app/by_color_select.c:779 app/paint_funcs.c:101 msgid "Replace" msgstr "Reemplazar" -#: app/by_color_select.c:760 app/colormap_dialog.i.c:130 +#: app/by_color_select.c:781 app/colormap_dialog.i.c:130 #: app/gdisplay_color_ui.c:120 msgid "Add" msgstr "Añadir" -#: app/by_color_select.c:761 app/layers_dialog.c:380 app/tool_options.c:926 +#: app/by_color_select.c:782 app/layers_dialog.c:380 app/tool_options.c:926 msgid "Subtract" msgstr "Sustraer" -#: app/by_color_select.c:762 +#: app/by_color_select.c:783 msgid "Intersect" msgstr "Interseccionar" -#: app/by_color_select.c:773 +#: app/by_color_select.c:794 msgid "Fuzziness Threshold" msgstr "Umbral de borrosidad" -#: app/by_color_select.c:792 +#: app/by_color_select.c:813 msgid "Selection" msgstr "" -#: app/by_color_select.c:803 +#: app/by_color_select.c:824 msgid "Invert" msgstr "" -#: app/by_color_select.c:810 +#: app/by_color_select.c:831 msgid "All" msgstr "" @@ -498,7 +499,7 @@ msgid "copy" msgstr "copiar" #. formulate the new layer_mask name -#: app/channel.c:196 app/gradient.c:1599 app/layer.c:329 app/layer.c:1745 +#: app/channel.c:196 app/gradient.c:1599 app/layer.c:329 app/layer.c:1746 #, c-format msgid "%s copy" msgstr "%s Copia" @@ -516,9 +517,9 @@ msgstr "Desplazamiento" msgid "Offset X:" msgstr "Desplazamiento X" -#: app/channel_ops.c:115 app/crop.c:1063 app/file_new_dialog.c:530 +#: app/channel_ops.c:115 app/crop.c:1077 app/file_new_dialog.c:530 #: app/resize.c:343 app/resize.c:435 app/resize.c:572 app/rotate_tool.c:106 -#: app/scale_tool.c:100 app/shear_tool.c:82 app/user_install.c:1391 +#: app/scale_tool.c:100 app/shear_tool.c:82 app/user_install.c:1392 msgid "Y:" msgstr "Y:" @@ -528,12 +529,12 @@ msgstr "Y:" msgid "Wrap Around" msgstr "Encaje circular" -#: app/channel_ops.c:174 app/image_new.c:76 app/image_new.c:291 -#: app/layers_dialog.c:3578 +#: app/channel_ops.c:174 app/image_new.c:76 app/image_new.c:290 +#: app/layers_dialog.c:3584 msgid "Background" msgstr "Fondo" -#: app/channel_ops.c:175 app/image_new.c:86 app/layers_dialog.c:3580 +#: app/channel_ops.c:175 app/image_new.c:86 app/layers_dialog.c:3586 msgid "Transparent" msgstr "Transparente" @@ -575,17 +576,17 @@ msgid "Empty Channel Copy" msgstr "Vaciar copia del Canal" #: app/channels_dialog.c:1433 app/color_balance.c:343 app/color_select.c:250 -#: app/curves.c:583 app/histogram_tool.c:304 app/levels.c:369 +#: app/curves.c:583 app/histogram_tool.c:303 app/levels.c:370 msgid "Red" msgstr "Rojo" #: app/channels_dialog.c:1437 app/color_balance.c:368 app/color_select.c:251 -#: app/curves.c:584 app/histogram_tool.c:305 app/levels.c:370 +#: app/curves.c:584 app/histogram_tool.c:304 app/levels.c:371 msgid "Green" msgstr "Verde" #: app/channels_dialog.c:1441 app/color_balance.c:393 app/color_select.c:252 -#: app/curves.c:585 app/histogram_tool.c:306 app/levels.c:371 +#: app/curves.c:585 app/histogram_tool.c:305 app/levels.c:372 msgid "Blue" msgstr "Azul" @@ -648,7 +649,7 @@ msgid "No patterns available for this operation." msgstr "No hay patrones disponibles para esta operación" #. The shell and main vbox -#: app/color_balance.c:168 app/color_balance.c:266 app/tools.c:650 +#: app/color_balance.c:168 app/color_balance.c:266 app/tools.c:1021 msgid "Color Balance" msgstr "Balance de color" @@ -700,7 +701,7 @@ msgstr "Selecci msgid "Revert to Old Color" msgstr "Volver al color viejo" -#: app/color_picker.c:144 app/color_picker.c:248 app/tools.c:357 +#: app/color_picker.c:144 app/color_picker.c:248 app/tools.c:568 msgid "Color Picker" msgstr "Recoge-color" @@ -741,14 +742,14 @@ msgstr " msgid "Hex Triplet" msgstr "Terna hexadecimal" -#: app/color_picker.c:272 app/histogram_tool.c:260 +#: app/color_picker.c:272 app/histogram_tool.c:259 msgid "Intensity:" msgstr "Intensidad:" -#: app/color_picker.c:626 app/color_picker.c:627 app/color_picker.c:628 -#: app/color_picker.c:629 app/color_picker.c:630 app/color_picker.c:631 -#: app/color_picker.c:632 app/color_picker.c:644 app/color_picker.c:651 -#: app/color_picker.c:669 app/color_picker.c:684 app/info_window.c:185 +#: app/color_picker.c:632 app/color_picker.c:633 app/color_picker.c:634 +#: app/color_picker.c:635 app/color_picker.c:636 app/color_picker.c:637 +#: app/color_picker.c:638 app/color_picker.c:650 app/color_picker.c:657 +#: app/color_picker.c:675 app/color_picker.c:690 app/info_window.c:185 #: app/info_window.c:191 app/info_window.c:197 app/info_window.c:203 #: app/info_window.c:422 app/info_window.c:423 app/info_window.c:424 #: app/info_window.c:425 app/info_window.c:447 @@ -779,18 +780,18 @@ msgstr "Ve" msgid "B" msgstr "Az" -#: app/color_select.c:247 app/layers_dialog.c:383 app/paint_funcs.c:94 +#: app/color_select.c:247 app/layers_dialog.c:383 app/paint_funcs.c:95 #: app/tool_options.c:929 msgid "Hue" msgstr "Tono" -#: app/color_select.c:248 app/layers_dialog.c:384 app/paint_funcs.c:95 +#: app/color_select.c:248 app/layers_dialog.c:384 app/paint_funcs.c:96 #: app/tool_options.c:930 msgid "Saturation" msgstr "Saturación" -#: app/color_select.c:249 app/curves.c:582 app/histogram_tool.c:303 -#: app/layers_dialog.c:386 app/levels.c:368 app/paint_funcs.c:97 +#: app/color_select.c:249 app/curves.c:582 app/histogram_tool.c:302 +#: app/layers_dialog.c:386 app/levels.c:369 app/paint_funcs.c:98 #: app/tool_options.c:932 msgid "Value" msgstr "Valor" @@ -943,7 +944,7 @@ msgstr "Emborronar" msgid "Sharpen" msgstr "Resalta-bordes" -#: app/crop.c:178 app/tools.c:231 +#: app/crop.c:178 app/tools.c:372 msgid "Crop & Resize" msgstr "Recortar y cambiar tamaño" @@ -962,11 +963,11 @@ msgstr "Permitir agrandar" msgid "Tool Toggle" msgstr "Conmutar herramienta" -#: app/crop.c:215 app/crop.c:1050 +#: app/crop.c:215 app/crop.c:1064 msgid "Crop" msgstr "Recortar" -#: app/crop.c:217 app/crop.c:1052 +#: app/crop.c:217 app/crop.c:1066 msgid "Resize" msgstr "Cambiar tamaño" @@ -974,42 +975,42 @@ msgstr "Cambiar tama msgid "Crop: " msgstr "Recortar: " -#: app/crop.c:1023 +#: app/crop.c:1037 msgid "Crop: 0 x 0" msgstr "Recortar: 0 x 0" #. create the info dialog -#: app/crop.c:1044 +#: app/crop.c:1058 msgid "Crop & Resize Information" msgstr "Información de Recorte y Cambio de tamaño" #. add the information fields -#: app/crop.c:1060 +#: app/crop.c:1074 msgid "Origin X:" msgstr "Origen X:" #. the pixel size labels -#: app/crop.c:1076 app/file_new_dialog.c:389 app/file_new_dialog.c:407 +#: app/crop.c:1090 app/file_new_dialog.c:389 app/file_new_dialog.c:407 #: app/tool_options.c:348 msgid "Width:" msgstr "Anchura:" -#: app/crop.c:1079 app/file_new_dialog.c:395 app/file_new_dialog.c:413 -#: app/layers_dialog.c:3519 app/resize.c:253 app/resize.c:278 app/resize.c:509 +#: app/crop.c:1093 app/file_new_dialog.c:395 app/file_new_dialog.c:413 +#: app/layers_dialog.c:3525 app/resize.c:253 app/resize.c:278 app/resize.c:509 #: app/scale_tool.c:79 app/scale_tool.c:86 app/tool_options.c:364 msgid "Height:" msgstr "Altura:" -#: app/crop.c:1101 +#: app/crop.c:1115 msgid "From Selection" msgstr "Desde seleccion" -#: app/crop.c:1107 +#: app/crop.c:1121 msgid "Auto Shrink" msgstr "Auto encoger" #. The shell and main vbox -#: app/curves.c:393 app/curves.c:553 app/tools.c:740 +#: app/curves.c:393 app/curves.c:553 app/tools.c:1161 msgid "Curves" msgstr "Curvas" @@ -1021,7 +1022,7 @@ msgstr "Curvas para im msgid "Modify Curves for Channel:" msgstr "Modificar curvar para canal:" -#: app/curves.c:586 app/levels.c:372 +#: app/curves.c:586 app/levels.c:373 msgid "Alpha" msgstr "Alfa" @@ -1038,12 +1039,12 @@ msgstr "Suave" msgid "Free" msgstr "Libre" -#: app/curves.c:699 app/levels.c:597 app/module_db.c:864 +#: app/curves.c:699 app/levels.c:598 app/module_db.c:864 msgid "Load" msgstr "Cargar" -#: app/curves.c:707 app/devices.c:753 app/levels.c:607 app/palette.c:2068 -#: app/preferences_dialog.c:362 app/preferences_dialog.c:1453 +#: app/curves.c:707 app/devices.c:753 app/levels.c:608 app/palette.c:2068 +#: app/preferences_dialog.c:365 app/preferences_dialog.c:1463 msgid "Save" msgstr "Guardar" @@ -1055,12 +1056,12 @@ msgstr "Cargar curvas" msgid "Save Curves" msgstr "Guardar curvas" -#: app/curves.c:1578 +#: app/curves.c:1579 msgid "Load/Save Curves" msgstr "Cargar/Guardar curvas" -#: app/curves.c:1623 app/curves.c:1641 app/levels.c:1429 app/levels.c:1447 -#: app/paths_dialog.c:1902 +#: app/curves.c:1624 app/curves.c:1642 app/levels.c:1441 app/levels.c:1459 +#: app/paths_dialog.c:1905 #, c-format msgid "Unable to open file %s" msgstr "No puedo abrir fichero %s" @@ -1073,7 +1074,7 @@ msgstr "Desaturaci msgid "Device Status" msgstr "Estado del dispositivo" -#: app/disp_callbacks.c:813 app/global_edit.c:297 app/global_edit.c:303 +#: app/disp_callbacks.c:816 app/global_edit.c:297 app/global_edit.c:303 #: app/global_edit.c:375 msgid "Pasted Layer" msgstr "Capa pegada" @@ -1128,11 +1129,11 @@ msgstr "Ennegrecer" msgid "Mode" msgstr "Modo" -#: app/edit_selection.c:181 +#: app/edit_selection.c:190 msgid "Move: 0, 0" msgstr "Mover: 0, 0" -#: app/edit_selection.c:427 app/edit_selection.c:437 +#: app/edit_selection.c:436 app/edit_selection.c:446 msgid "Move: " msgstr "Mover: " @@ -1146,7 +1147,7 @@ msgid "Hard Edge" msgstr "Bordes duros" #. the anti_erase toggle -#: app/eraser.c:118 app/paint_funcs.c:101 +#: app/eraser.c:118 app/paint_funcs.c:102 #, fuzzy msgid "Anti Erase" msgstr "Goma" @@ -1220,8 +1221,8 @@ msgstr "Tama msgid "New Image" msgstr "Nueva imagen" -#: app/file_new_dialog.c:453 app/preferences_dialog.c:1526 -#: app/preferences_dialog.c:1563 app/user_install.c:1378 +#: app/file_new_dialog.c:453 app/preferences_dialog.c:1536 +#: app/preferences_dialog.c:1573 app/user_install.c:1379 msgid "Pixels" msgstr "Píxeles" @@ -1402,13 +1403,13 @@ msgstr "No" msgid "Flip Tool" msgstr "Herramienta Simétrico" -#: app/flip_tool.c:92 app/preferences_dialog.c:1577 -#: app/preferences_dialog.c:2348 +#: app/flip_tool.c:92 app/preferences_dialog.c:1587 +#: app/preferences_dialog.c:2380 msgid "Horizontal" msgstr "Horizontal" -#: app/flip_tool.c:94 app/preferences_dialog.c:1579 -#: app/preferences_dialog.c:2350 +#: app/flip_tool.c:94 app/preferences_dialog.c:1589 +#: app/preferences_dialog.c:2382 msgid "Vertical" msgstr "Vertical" @@ -1430,27 +1431,27 @@ msgstr "" "flotante porque ésta pertenece a una máscara de capa\n" "o canal" -#: app/gdisplay.c:220 +#: app/gdisplay.c:227 msgid "RGB-empty" msgstr "RGB-vacío" -#: app/gdisplay.c:220 app/image_new.c:60 app/preferences_dialog.c:1623 +#: app/gdisplay.c:227 app/image_new.c:60 app/preferences_dialog.c:1633 msgid "RGB" msgstr "RGB" -#: app/gdisplay.c:223 +#: app/gdisplay.c:230 msgid "grayscale-empty" msgstr "Tonos de grises-vacío" -#: app/gdisplay.c:223 +#: app/gdisplay.c:230 msgid "grayscale" msgstr "Tonos de grises" -#: app/gdisplay.c:226 +#: app/gdisplay.c:233 msgid "indexed-empty" msgstr "Indexado-vacío" -#: app/gdisplay.c:226 +#: app/gdisplay.c:233 msgid "indexed" msgstr "Indexado" @@ -1491,12 +1492,6 @@ msgstr "" "%s fue cambiado.\n" "¿Cerrar de todas maneras?" -#: app/gimage_cmds.c:3463 -msgid "" -"Image resolution is out of bounds,\n" -"using the default resolution instead." -msgstr "" - #: app/gimage_mask.c:208 msgid "" "Unable to cut/copy because the selected\n" @@ -1594,19 +1589,19 @@ msgstr "Fallo al cargar brocha p msgid "Can't fill unknown image type." msgstr "No puedo rellenar imagen de tipo desconocido." -#: app/gimpdrawable.c:501 +#: app/gimpdrawable.c:505 msgid "parasite attach to drawable" msgstr "" -#: app/gimpdrawable.c:536 +#: app/gimpdrawable.c:540 msgid "detach parasite from drawable" msgstr "" -#: app/gimpdrawable.c:743 +#: app/gimpdrawable.c:747 msgid "unnamed" msgstr "sinnombre" -#: app/gimpdrawable.c:760 +#: app/gimpdrawable.c:764 #, c-format msgid "Layer type %d not supported." msgstr "El tipo de capa %d no está soportado." @@ -1673,7 +1668,7 @@ msgstr "" "No puede añadir una máscara de capa\n" "debido a que la Capa ya tiene una." -#: app/gimpimage.c:3031 +#: app/gimpimage.c:3033 msgid "" "Unable to add a layer mask to a\n" "layer in an indexed image." @@ -1681,7 +1676,7 @@ msgstr "" "No puede añadir una máscara de capa\n" "a una capa en una imagen indexada." -#: app/gimpimage.c:3035 +#: app/gimpimage.c:3039 msgid "" "Cannot add layer mask to a layer\n" "with no alpha channel." @@ -1689,21 +1684,21 @@ msgstr "" "No puede añadir una máscara de capa a \n" "una capa sin canal alfa." -#: app/gimpimage.c:3042 +#: app/gimpimage.c:3048 msgid "Cannot add layer mask of different dimensions than specified layer." msgstr "" "No puede añadir una máscara de capa con dimensiones diferentes a las de la " "capa especificada." -#: app/gimpimage.c:3149 +#: app/gimpimage.c:3155 msgid "Channel cannot be raised any further" msgstr "No se puede elevar más el Canal." -#: app/gimpimage.c:3200 +#: app/gimpimage.c:3206 msgid "Channel cannot be lowered any further" msgstr "No se puede hundir más el Canal." -#: app/gimpimage.c:3420 app/palette.c:364 app/palette.c:941 app/palette.c:1077 +#: app/gimpimage.c:3426 app/palette.c:364 app/palette.c:941 app/palette.c:1077 #: app/palette.c:2022 app/palette.c:2749 app/palette.c:2881 msgid "Untitled" msgstr "Sin_nombre" @@ -1716,41 +1711,41 @@ msgstr "Progreso" msgid "Please wait..." msgstr "Por favor, espere..." -#: app/gimprc.c:465 +#: app/gimprc.c:471 #, c-format msgid "error parsing: \"%s\"\n" msgstr "error al analizar: \"%s\"\n" -#: app/gimprc.c:466 +#: app/gimprc.c:472 #, c-format msgid " at line %d column %d\n" msgstr " en la línea %d columna %d\n" -#: app/gimprc.c:467 +#: app/gimprc.c:473 #, c-format msgid " unexpected token: %s\n" msgstr " token no esperado: %s\n" -#: app/gimprc.c:1434 +#: app/gimprc.c:1442 msgid "error parsing pluginrc" msgstr "error al analizar pluginrc" -#: app/gimprc.c:2869 +#: app/gimprc.c:2917 #, c-format msgid "Can't open %s; %s" msgstr "No puedo abrir %s; %s" -#: app/gimprc.c:2888 +#: app/gimprc.c:2936 #, c-format msgid "Can't rename %s to %s.old; %s" msgstr "No puedo renombrar %s a %s.old; %s" -#: app/gimprc.c:2894 +#: app/gimprc.c:2942 #, c-format msgid "Couldn't reopen %s\n" msgstr "No puedo reabrir %s\n" -#: app/gimprc.c:2906 +#: app/gimprc.c:2954 #, c-format msgid "Can't write to %s; %s" msgstr "No puedo escribir en %s; %s" @@ -1779,49 +1774,49 @@ msgid "GIMP Message" msgstr "Mensaje de GIMP" #. pseudo unit -#: app/gimpunit.c:58 +#: app/gimpunit.c:63 msgid "pixel" msgstr "píxel" -#: app/gimpunit.c:58 app/measure.c:504 app/measure.c:508 app/paint_core.c:511 +#: app/gimpunit.c:63 app/measure.c:507 app/measure.c:511 app/paint_core.c:530 msgid "pixels" msgstr "píxeles" #. standard units -#: app/gimpunit.c:61 +#: app/gimpunit.c:66 msgid "inch" msgstr "pulgada" -#: app/gimpunit.c:61 +#: app/gimpunit.c:66 msgid "inches" msgstr "pulgadas" -#: app/gimpunit.c:62 +#: app/gimpunit.c:67 msgid "millimeter" msgstr "milímetro" -#: app/gimpunit.c:62 +#: app/gimpunit.c:67 msgid "millimeters" msgstr "milímetros" #. professional units -#: app/gimpunit.c:65 +#: app/gimpunit.c:70 msgid "point" msgstr "punto" -#: app/gimpunit.c:65 +#: app/gimpunit.c:70 msgid "points" msgstr "puntos" -#: app/gimpunit.c:66 +#: app/gimpunit.c:71 msgid "pica" msgstr "pica" -#: app/gimpunit.c:66 +#: app/gimpunit.c:71 msgid "picas" msgstr "picas" -#: app/gimpunit.c:73 +#: app/gimpunit.c:78 msgid "percent" msgstr "por ciento" @@ -2199,44 +2194,44 @@ msgid "Gradient Selection" msgstr "Selección de gradientes" #. The shell and main vbox -#: app/histogram_tool.c:166 app/histogram_tool.c:270 app/tools.c:776 +#: app/histogram_tool.c:165 app/histogram_tool.c:269 app/tools.c:1217 msgid "Histogram" msgstr "Histograma" -#: app/histogram_tool.c:204 +#: app/histogram_tool.c:203 msgid "Histogram does not operate on indexed drawables." msgstr "Histograma no funciona en imágenes indexadas." -#: app/histogram_tool.c:256 +#: app/histogram_tool.c:255 msgid "Mean:" msgstr "Media:" -#: app/histogram_tool.c:257 +#: app/histogram_tool.c:256 msgid "Std Dev:" msgstr "Desviac. est.:" -#: app/histogram_tool.c:258 +#: app/histogram_tool.c:257 msgid "Median:" msgstr "Mediana:" -#: app/histogram_tool.c:259 +#: app/histogram_tool.c:258 msgid "Pixels:" msgstr "Píxeles:" -#: app/histogram_tool.c:261 +#: app/histogram_tool.c:260 msgid "Count:" msgstr "Cuenta:" -#: app/histogram_tool.c:262 +#: app/histogram_tool.c:261 msgid "Percentile:" msgstr "Porcentaje: " -#: app/histogram_tool.c:295 +#: app/histogram_tool.c:294 msgid "Information on Channel:" msgstr "Información sobre el Canal:" #. The shell and main vbox -#: app/hue_saturation.c:245 app/hue_saturation.c:365 app/tools.c:686 +#: app/hue_saturation.c:245 app/hue_saturation.c:365 app/tools.c:1077 msgid "Hue-Saturation" msgstr "Tono-Saturación" @@ -2282,45 +2277,51 @@ msgstr "Luminosidad" msgid "Saturation:" msgstr "Saturación" +#: app/image_cmds.c:3463 +msgid "" +"Image resolution is out of bounds,\n" +"using the default resolution instead." +msgstr "" + #: app/image_new.c:65 app/info_window.c:65 app/info_window.c:534 -#: app/preferences_dialog.c:1624 +#: app/preferences_dialog.c:1634 msgid "Grayscale" msgstr "Escala de grises" -#: app/image_new.c:71 app/layers_dialog.c:3577 +#: app/image_new.c:71 app/layers_dialog.c:3583 msgid "Foreground" msgstr "Frente" -#: app/image_new.c:81 app/layers_dialog.c:3579 +#: app/image_new.c:81 app/layers_dialog.c:3585 msgid "White" msgstr "Blanco" -#: app/image_new.c:335 +#: app/image_new.c:336 #, c-format msgid "%d Bytes" msgstr "%d bytes" -#: app/image_new.c:337 +#: app/image_new.c:338 #, c-format msgid "%.2f KB" msgstr "%.2f KB" -#: app/image_new.c:339 +#: app/image_new.c:340 #, c-format msgid "%.1f KB" msgstr "%.1f KB" -#: app/image_new.c:341 +#: app/image_new.c:342 #, c-format msgid "%d KB" msgstr "%d KB" -#: app/image_new.c:343 +#: app/image_new.c:344 #, c-format msgid "%.2f MB" msgstr "%.2f MB" -#: app/image_new.c:345 +#: app/image_new.c:346 #, c-format msgid "%.1f MB" msgstr "%.1f MB" @@ -2349,8 +2350,8 @@ msgstr "" "El Gradiente activo.\n" "Pulse para abrir el Diálogo de Gradientes" -#: app/info_dialog.c:185 app/preferences_dialog.c:1784 -#: app/preferences_dialog.c:1890 +#: app/info_dialog.c:185 app/preferences_dialog.c:1794 +#: app/preferences_dialog.c:1900 msgid "General" msgstr "General" @@ -2481,7 +2482,7 @@ msgstr "Velocidad" msgid "Shape" msgstr "Forma" -#: app/interface.c:305 +#: app/interface.c:308 msgid "" "Foreground & background colors. The black and white squares reset colors. " "The arrows swap colors. Double click to select a color from a colorrequester." @@ -2506,7 +2507,7 @@ msgstr "Canal" msgid "Channel Ops" msgstr "Oper. de canal" -#: app/internal_procs.c:80 app/layers_dialog.c:385 app/paint_funcs.c:96 +#: app/internal_procs.c:80 app/layers_dialog.c:385 app/paint_funcs.c:97 #: app/tool_options.c:816 app/tool_options.c:931 msgid "Color" msgstr "Color" @@ -2516,88 +2517,88 @@ msgid "Convert" msgstr "Convertir" #: app/internal_procs.c:86 -msgid "Drawable procedures" -msgstr "Procedimientos de dibujables" - -#: app/internal_procs.c:89 -msgid "Edit procedures" -msgstr "Editar procedimientos" - -#: app/internal_procs.c:92 -msgid "File Operations" -msgstr "Operaciones de fichero" - -#: app/internal_procs.c:95 -msgid "Floating selections" -msgstr "Selecciones flotantes" - -#: app/internal_procs.c:98 msgid "GDisplay procedures" msgstr "Procedimientos GDisplay" -#: app/internal_procs.c:101 app/palette.c:3182 -msgid "Image" -msgstr "Imagen" +#: app/internal_procs.c:89 +msgid "Drawable procedures" +msgstr "Procedimientos de dibujables" -#: app/internal_procs.c:104 -msgid "Image mask" -msgstr "Máscara de imagen" +#: app/internal_procs.c:92 +msgid "Edit procedures" +msgstr "Editar procedimientos" -#: app/internal_procs.c:107 +#: app/internal_procs.c:95 +msgid "File Operations" +msgstr "Operaciones de fichero" + +#: app/internal_procs.c:98 +msgid "Floating selections" +msgstr "Selecciones flotantes" + +#: app/internal_procs.c:101 msgid "Gimprc procedures" msgstr "Procedimientos gimprc" -#: app/internal_procs.c:110 -msgid "Help procedures" -msgstr "Procedimientos de ayuda" - -#: app/internal_procs.c:116 +#: app/internal_procs.c:107 msgid "Gradient UI" msgstr "Interfaz de Gradientes" -#: app/internal_procs.c:119 +#: app/internal_procs.c:110 msgid "Guide procedures" msgstr "Procedimientos de Guías" -#: app/internal_procs.c:122 app/preferences_dialog.c:1774 -#: app/preferences_dialog.c:1776 -msgid "Interface" -msgstr "Interfaz" +#: app/internal_procs.c:113 +msgid "Help procedures" +msgstr "Procedimientos de ayuda" + +#: app/internal_procs.c:116 app/palette.c:3182 +msgid "Image" +msgstr "Imagen" #. the layer name label -#: app/internal_procs.c:125 app/layer_select.c:137 +#: app/internal_procs.c:119 app/layer_select.c:137 msgid "Layer" msgstr "Capa" -#: app/internal_procs.c:128 +#: app/internal_procs.c:122 app/preferences_dialog.c:1784 +#: app/preferences_dialog.c:1786 +msgid "Interface" +msgstr "Interfaz" + +#: app/internal_procs.c:125 msgid "Miscellaneous" msgstr "Miscelánea" -#: app/internal_procs.c:131 app/palette.c:2197 app/palette.c:2209 +#: app/internal_procs.c:128 app/palette.c:2197 app/palette.c:2209 #: app/palette_select.c:87 msgid "Palette" msgstr "Paleta" -#: app/internal_procs.c:134 +#: app/internal_procs.c:131 msgid "Parasite procedures" msgstr "Procedimientos parásitos" -#: app/internal_procs.c:137 app/lc_dialog.c:179 +#: app/internal_procs.c:134 app/lc_dialog.c:179 msgid "Paths" msgstr "Caminos" -#: app/internal_procs.c:140 +#: app/internal_procs.c:137 msgid "Pattern UI" msgstr "Interfaz de Patrones" -#: app/internal_procs.c:146 +#: app/internal_procs.c:143 msgid "Plug-in" msgstr "Añadidos" -#: app/internal_procs.c:149 +#: app/internal_procs.c:146 msgid "Procedural database" msgstr "Base de datos de procedimientos" +#: app/internal_procs.c:149 +msgid "Image mask" +msgstr "Máscara de imagen" + #: app/internal_procs.c:152 msgid "Text procedures" msgstr "Procedimientos de texto" @@ -2635,7 +2636,7 @@ msgstr "m msgid "Layer Select" msgstr "Selección de Capas" -#: app/layers_dialog.c:264 app/layers_dialog.c:3509 +#: app/layers_dialog.c:264 app/layers_dialog.c:3515 msgid "New Layer" msgstr "Nueva capa" @@ -2667,43 +2668,43 @@ msgstr "Fijar capa" msgid "Delete Layer" msgstr "Borrar capa" -#: app/layers_dialog.c:372 app/paint_funcs.c:83 app/tool_options.c:917 +#: app/layers_dialog.c:372 app/paint_funcs.c:84 app/tool_options.c:917 msgid "Normal" msgstr "Normal" -#: app/layers_dialog.c:373 app/paint_funcs.c:84 app/tool_options.c:918 +#: app/layers_dialog.c:373 app/paint_funcs.c:85 app/tool_options.c:918 msgid "Dissolve" msgstr "Disolver" -#: app/layers_dialog.c:374 app/paint_funcs.c:86 app/tool_options.c:920 +#: app/layers_dialog.c:374 app/paint_funcs.c:87 app/tool_options.c:920 msgid "Multiply (Burn)" msgstr "Multiplicar (quemar)" -#: app/layers_dialog.c:375 app/paint_funcs.c:98 app/tool_options.c:921 +#: app/layers_dialog.c:375 app/paint_funcs.c:99 app/tool_options.c:921 msgid "Divide (Dodge)" msgstr "Dividir (\"dodge\")" -#: app/layers_dialog.c:376 app/paint_funcs.c:87 app/tool_options.c:922 +#: app/layers_dialog.c:376 app/paint_funcs.c:88 app/tool_options.c:922 msgid "Screen" msgstr "Pantalla" -#: app/layers_dialog.c:377 app/paint_funcs.c:88 app/tool_options.c:923 +#: app/layers_dialog.c:377 app/paint_funcs.c:89 app/tool_options.c:923 msgid "Overlay" msgstr "Solapar" -#: app/layers_dialog.c:378 app/paint_funcs.c:89 app/tool_options.c:924 +#: app/layers_dialog.c:378 app/paint_funcs.c:90 app/tool_options.c:924 msgid "Difference" msgstr "Diferencia" -#: app/layers_dialog.c:379 app/paint_funcs.c:90 app/tool_options.c:925 +#: app/layers_dialog.c:379 app/paint_funcs.c:91 app/tool_options.c:925 msgid "Addition" msgstr "Suma" -#: app/layers_dialog.c:381 app/paint_funcs.c:92 app/tool_options.c:927 +#: app/layers_dialog.c:381 app/paint_funcs.c:93 app/tool_options.c:927 msgid "Darken Only" msgstr "Oscurecer sólo" -#: app/layers_dialog.c:382 app/paint_funcs.c:93 app/tool_options.c:928 +#: app/layers_dialog.c:382 app/paint_funcs.c:94 app/tool_options.c:928 msgid "Lighten Only" msgstr "Clarear sólo" @@ -2711,62 +2712,67 @@ msgstr "Clarear s msgid "Keep Trans." msgstr "Mantener transp." -#: app/layers_dialog.c:1901 +#: app/layers_dialog.c:405 +#, fuzzy +msgid "Keep Transparency" +msgstr "Transparencia" + +#: app/layers_dialog.c:1907 msgid "Empty Layer Copy" msgstr "Copia de Capa vacía" -#: app/layers_dialog.c:2163 app/layers_dialog.c:3320 app/layers_dialog.c:3687 +#: app/layers_dialog.c:2169 app/layers_dialog.c:3326 app/layers_dialog.c:3693 msgid "Floating Selection" msgstr "Selección flotante" -#: app/layers_dialog.c:3470 +#: app/layers_dialog.c:3476 msgid "New Layer Options" msgstr "Opciones de Nueva Capa" #. The name label and entry -#: app/layers_dialog.c:3499 +#: app/layers_dialog.c:3505 msgid "Layer Name:" msgstr "Nombre de la Capa:" #. The size labels -#: app/layers_dialog.c:3513 +#: app/layers_dialog.c:3519 msgid "Layer Width:" msgstr "Anchura de la Capa:" -#: app/layers_dialog.c:3573 +#: app/layers_dialog.c:3579 msgid "Layer Fill Type" msgstr "Tipo de relleno de la Capa" -#: app/layers_dialog.c:3652 +#: app/layers_dialog.c:3658 msgid "Edit Layer Attributes" msgstr "Editar atributos de Capa" -#: app/layers_dialog.c:3679 +#: app/layers_dialog.c:3685 msgid "Layer name:" msgstr "Nombre de capa:" -#: app/layers_dialog.c:3744 +#: app/layers_dialog.c:3753 msgid "Add Mask Options" msgstr "Opciones de Añadir máscara" #. The radio frame and box -#: app/layers_dialog.c:3762 +#: app/layers_dialog.c:3771 msgid "Initialize Layer Mask to:" msgstr "Iniciar Máscara de capa a:" -#: app/layers_dialog.c:3767 +#: app/layers_dialog.c:3776 msgid "White (Full Opacity)" msgstr "Blanco (Opacidad total)" -#: app/layers_dialog.c:3769 +#: app/layers_dialog.c:3778 msgid "Black (Full Transparency)" msgstr "Negro (Transparencia total)" -#: app/layers_dialog.c:3771 +#: app/layers_dialog.c:3780 msgid "Layer's Alpha Channel" msgstr "Canal alfa de la capa" -#: app/layers_dialog.c:3832 app/layers_dialog.c:3918 +#: app/layers_dialog.c:3841 app/layers_dialog.c:3927 msgid "" "Invalid width or height.\n" "Both must be positive." @@ -2774,27 +2780,27 @@ msgstr "" "Anchura o altura no válidas.\n" "Ambas deben ser positivas." -#: app/layers_dialog.c:4004 +#: app/layers_dialog.c:4013 msgid "Layer Merge Options" msgstr "Opciones de Mezcla de capas" -#: app/layers_dialog.c:4029 +#: app/layers_dialog.c:4038 msgid "Final, Merged Layer should be:" msgstr "La máscara final mezclada debería ser:" -#: app/layers_dialog.c:4030 +#: app/layers_dialog.c:4039 msgid "Final, Anchored Layer should be:" msgstr "La máscara final fijada debería ser:" -#: app/layers_dialog.c:4035 +#: app/layers_dialog.c:4044 msgid "Expanded as necessary" msgstr "Expandida lo necesario" -#: app/layers_dialog.c:4037 +#: app/layers_dialog.c:4046 msgid "Clipped to image" msgstr "Recortada según la imagen" -#: app/layers_dialog.c:4039 +#: app/layers_dialog.c:4048 msgid "Clipped to bottom layer" msgstr "Recortada según la capa del fondo" @@ -2803,7 +2809,7 @@ msgid "Layers, Channels & Paths" msgstr "Capas, Canales y Caminos" #. The Auto-button -#: app/lc_dialog.c:147 app/levels.c:587 +#: app/lc_dialog.c:147 app/levels.c:588 msgid "Auto" msgstr "Auto" @@ -2816,35 +2822,35 @@ msgid "Channels" msgstr "Canales" #. The shell and main vbox -#: app/levels.c:196 app/levels.c:331 app/tools.c:758 +#: app/levels.c:197 app/levels.c:332 app/tools.c:1189 msgid "Levels" msgstr "Niveles" -#: app/levels.c:234 +#: app/levels.c:235 msgid "Levels for indexed drawables cannot be adjusted." msgstr "Los niveles de imágenes indexadas no pueden ajustarse." -#: app/levels.c:360 +#: app/levels.c:361 msgid "Modify Levels for Channel:" msgstr "Modificar niveles para Canal:" -#: app/levels.c:384 +#: app/levels.c:385 msgid "Input Levels:" msgstr "Niveles de entrada:" -#: app/levels.c:493 +#: app/levels.c:494 msgid "Output Levels:" msgstr "Niveles de salida:" -#: app/levels.c:1050 +#: app/levels.c:1052 msgid "Load Levels" msgstr "Cargar niveles" -#: app/levels.c:1065 +#: app/levels.c:1067 msgid "Save Levels" msgstr "Guardar niveles" -#: app/levels.c:1384 +#: app/levels.c:1396 msgid "Load/Save Levels" msgstr "Cargar/guardar niveles" @@ -2976,7 +2982,7 @@ msgstr "Usar Ventana de Informaci msgid "Distance:" msgstr "Distancia:" -#: app/measure.c:504 app/measure.c:509 app/measure.c:517 app/measure.c:545 +#: app/measure.c:507 app/measure.c:512 app/measure.c:520 app/measure.c:548 msgid "degrees" msgstr "grados" @@ -3832,7 +3838,7 @@ msgstr "Estado: " msgid "Autoload during startup" msgstr "Autocarga durante inicio" -#: app/move.c:473 +#: app/move.c:494 msgid "Move Tool" msgstr "Herramienta Mover" @@ -3846,19 +3852,19 @@ msgstr "Navegaci msgid "Navigation: No Image" msgstr "Navegación: Sin Imagen" -#: app/paint_core.c:745 +#: app/paint_core.c:791 msgid "No brushes available for use with this tool." msgstr "No hay brochas disponibles para usar con esta herramienta." -#: app/paint_funcs.c:85 app/tool_options.c:919 +#: app/paint_funcs.c:86 app/tool_options.c:919 msgid "Behind" msgstr "Detrás" -#: app/paint_funcs.c:91 +#: app/paint_funcs.c:92 msgid "Subtraction" msgstr "Resta" -#: app/paint_funcs.c:99 +#: app/paint_funcs.c:100 msgid "Erase" msgstr "Goma" @@ -4109,41 +4115,41 @@ msgstr "Editar atributos de Camino" msgid "Enter a new name for the path" msgstr "Ponga un nuevo nombre al Camino" -#: app/paths_dialog.c:1916 +#: app/paths_dialog.c:1919 #, c-format msgid "Failed to read from %s" msgstr "Falló la lectura desde %s" # //R ¿camino de fichero, o de dibujo? -#: app/paths_dialog.c:1931 +#: app/paths_dialog.c:1934 #, c-format msgid "Failed to read path from %s" msgstr "Falló la lectura de Camino desde %s" -#: app/paths_dialog.c:1938 +#: app/paths_dialog.c:1941 #, c-format msgid "No points specified in path file %s" msgstr "No hay puntos especificados en el fichero de camino %s" -#: app/paths_dialog.c:1949 +#: app/paths_dialog.c:1952 #, c-format msgid "Failed to read path points from %s" msgstr "Falló al leer puntos de camino desde %s" -#: app/paths_dialog.c:2022 app/xcf.c:436 +#: app/paths_dialog.c:2025 app/xcf.c:436 #, c-format msgid "open failed on %s: %s\n" msgstr "falló la apertura en %s: %s\n" -#: app/paths_dialog.c:2044 +#: app/paths_dialog.c:2047 msgid "Load/Store Bezier Curves" msgstr "Cargar/Almacenar curvás de Bèzier" -#: app/paths_dialog.c:2084 +#: app/paths_dialog.c:2087 msgid "Load Path" msgstr "Cargar Camino" -#: app/paths_dialog.c:2106 +#: app/paths_dialog.c:2109 msgid "Store Path" msgstr "Almacenar Camino" @@ -4231,7 +4237,7 @@ msgstr "" msgid "Posterize does not operate on indexed drawables." msgstr "Cuantizar no funciona en imágenes indexadas." -#: app/posterize.c:193 app/tools.c:704 +#: app/posterize.c:193 app/tools.c:1105 msgid "Posterize" msgstr "Cuantizar" @@ -4239,55 +4245,55 @@ msgstr "Cuantizar" msgid "Posterize Levels:" msgstr "Niveles de cuantización:" -#: app/preferences_dialog.c:244 +#: app/preferences_dialog.c:247 msgid "Error: Levels of undo must be zero or greater." msgstr "Error: Los niveles de Deshacer deben ser cero o más. " # //R Se refiere a que las selecciones se representan con un tipo de linea # a puntos que se mueven -#: app/preferences_dialog.c:250 +#: app/preferences_dialog.c:253 msgid "Error: Marching speed must be 50 or greater." msgstr "Error: La velocidad de \"hormigas marchantes\" debe ser 50 o superior." -#: app/preferences_dialog.c:256 +#: app/preferences_dialog.c:259 msgid "Error: Default width must be one or greater." msgstr "Error: Anchura por defecto debe ser uno o superior." -#: app/preferences_dialog.c:262 +#: app/preferences_dialog.c:265 msgid "Error: Default height must be one or greater." msgstr "Error: Altura por defecto debe ser uno o superior." -#: app/preferences_dialog.c:269 +#: app/preferences_dialog.c:272 msgid "Error: Default unit must be within unit range." msgstr "Error: La unidad por defecto debe estar en el rango de unidades." -#: app/preferences_dialog.c:276 +#: app/preferences_dialog.c:279 msgid "Error: Default resolution must not be zero." msgstr "Error: La resolución por defecto no debe ser cero." -#: app/preferences_dialog.c:284 +#: app/preferences_dialog.c:287 msgid "Error: Default resolution unit must be within unit range." msgstr "" "Error: La unidad de resolución por defecto debe estar en el rango de " "unidades." -#: app/preferences_dialog.c:291 +#: app/preferences_dialog.c:294 msgid "Error: Monitor resolution must not be zero." msgstr "Error: La resolución del monitor no debe ser cero." -#: app/preferences_dialog.c:298 +#: app/preferences_dialog.c:301 msgid "Error: Image title format must not be NULL." msgstr "Error: El formato del título de imagen no debe ser NULL" -#: app/preferences_dialog.c:305 +#: app/preferences_dialog.c:308 msgid "Error: Number of processors must be between 1 and 30." msgstr "Error: El número de procesadores debe estar entre 1 y 30." -#: app/preferences_dialog.c:356 +#: app/preferences_dialog.c:359 msgid "Save Preferences ?" msgstr "¿Guardar Preferencias?" -#: app/preferences_dialog.c:377 +#: app/preferences_dialog.c:380 msgid "" "At least one of the changes you made will only\n" "take effect after you restart the GIMP.\n" @@ -4305,500 +4311,517 @@ msgstr "" "pulsar \"Cerrar\" y los cambios críticos no serán \n" "aplicados." -#: app/preferences_dialog.c:471 +#: app/preferences_dialog.c:474 msgid "You will need to restart GIMP for these changes to take effect." msgstr "Necesitará reiniciar GIMP para que estos cambios tengan efecto." -#: app/preferences_dialog.c:1020 +#: app/preferences_dialog.c:1029 #, c-format msgid "The default comment is limited to %d characters." msgstr "" -#: app/preferences_dialog.c:1445 +#: app/preferences_dialog.c:1455 msgid "Preferences" msgstr "Preferencias" #. The categories tree -#: app/preferences_dialog.c:1467 +#: app/preferences_dialog.c:1477 msgid "Categories" msgstr "Categorías" -#: app/preferences_dialog.c:1495 app/preferences_dialog.c:1497 +#: app/preferences_dialog.c:1505 app/preferences_dialog.c:1507 msgid "New File" msgstr "Nuevo Fichero" # //R Posiblemente se puede mejorar esto -#: app/preferences_dialog.c:1508 +#: app/preferences_dialog.c:1518 msgid "Default Image Size and Unit" msgstr "Tamaño y unidad de imagen por defecto" -#: app/preferences_dialog.c:1522 +#: app/preferences_dialog.c:1532 msgid "Width" msgstr "Anchura" -#: app/preferences_dialog.c:1524 +#: app/preferences_dialog.c:1534 msgid "Height" msgstr "Altura" -#: app/preferences_dialog.c:1554 +#: app/preferences_dialog.c:1564 msgid "Default Image Resolution and Resolution Unit" msgstr "Resolución de imagen y unidad de resolución por defecto" -#: app/preferences_dialog.c:1581 app/preferences_dialog.c:2352 +#: app/preferences_dialog.c:1591 app/preferences_dialog.c:2384 msgid "dpi" msgstr "dpi (puntos por pulgada)" -#: app/preferences_dialog.c:1628 +#: app/preferences_dialog.c:1638 msgid "Default Image Type:" msgstr "Tipo de imagen por defecto:" -#: app/preferences_dialog.c:1640 +#: app/preferences_dialog.c:1650 msgid "Maximum Image Size:" msgstr "Tamaño máximo de imagen:" -#: app/preferences_dialog.c:1645 app/preferences_dialog.c:1647 +#: app/preferences_dialog.c:1655 app/preferences_dialog.c:1657 #, fuzzy msgid "Default Comment" msgstr "Por defecto" -#: app/preferences_dialog.c:1655 +#: app/preferences_dialog.c:1665 msgid "Comment Used for New Images" msgstr "" -#: app/preferences_dialog.c:1675 app/preferences_dialog.c:1677 +#: app/preferences_dialog.c:1685 app/preferences_dialog.c:1687 msgid "Display" msgstr "Pantalla" -#: app/preferences_dialog.c:1685 +#: app/preferences_dialog.c:1695 msgid "Transparency" msgstr "Transparencia" -#: app/preferences_dialog.c:1704 +#: app/preferences_dialog.c:1714 msgid "Light Checks" msgstr "Ajedrez claro" -#: app/preferences_dialog.c:1705 +#: app/preferences_dialog.c:1715 msgid "Mid-Tone Checks" msgstr "Ajedrez de tonos medios" -#: app/preferences_dialog.c:1706 +#: app/preferences_dialog.c:1716 msgid "Dark Checks" msgstr "Ajedrez oscuro" -#: app/preferences_dialog.c:1707 +#: app/preferences_dialog.c:1717 msgid "White Only" msgstr "Blanco sólo" -#: app/preferences_dialog.c:1708 +#: app/preferences_dialog.c:1718 msgid "Gray Only" msgstr "Gris sólo" -#: app/preferences_dialog.c:1709 +#: app/preferences_dialog.c:1719 msgid "Black Only" msgstr "Negro sólo" -#: app/preferences_dialog.c:1713 +#: app/preferences_dialog.c:1723 msgid "Transparency Type:" msgstr "Tipo de transparencia:" -#: app/preferences_dialog.c:1720 app/preferences_dialog.c:1812 -#: app/preferences_dialog.c:1826 +#: app/preferences_dialog.c:1730 app/preferences_dialog.c:1822 +#: app/preferences_dialog.c:1836 msgid "Small" msgstr "Pequeño" -#: app/preferences_dialog.c:1721 app/preferences_dialog.c:1813 -#: app/preferences_dialog.c:1827 +#: app/preferences_dialog.c:1731 app/preferences_dialog.c:1823 +#: app/preferences_dialog.c:1837 msgid "Medium" msgstr "Mediano" -#: app/preferences_dialog.c:1722 app/preferences_dialog.c:1814 -#: app/preferences_dialog.c:1828 +#: app/preferences_dialog.c:1732 app/preferences_dialog.c:1824 +#: app/preferences_dialog.c:1838 msgid "Large" msgstr "Grande" -#: app/preferences_dialog.c:1726 +#: app/preferences_dialog.c:1736 msgid "Check Size:" msgstr "Tamaño de ajedrez:" -#: app/preferences_dialog.c:1729 +#: app/preferences_dialog.c:1739 msgid "8-Bit Displays" msgstr "Pantallas 8-bits" -#: app/preferences_dialog.c:1750 +#: app/preferences_dialog.c:1760 msgid "Minimum Number of Colors:" msgstr "" -#: app/preferences_dialog.c:1753 +#: app/preferences_dialog.c:1763 msgid "Install Colormap" msgstr "Instalar mapa de colores" -#: app/preferences_dialog.c:1762 +#: app/preferences_dialog.c:1772 msgid "Colormap Cycling" msgstr "Rotar mapa de colores" -#: app/preferences_dialog.c:1811 +#: app/preferences_dialog.c:1821 msgid "Tiny" msgstr "Pequeñísimo" -#: app/preferences_dialog.c:1815 +#: app/preferences_dialog.c:1825 msgid "Huge" msgstr "Enorme" -#: app/preferences_dialog.c:1819 +#: app/preferences_dialog.c:1829 msgid "Preview Size:" msgstr "Tamaño de Vistas previas:" -#: app/preferences_dialog.c:1832 +#: app/preferences_dialog.c:1842 msgid "Nav Preview Size:" msgstr "Tamaño de Vistas previas de navegación:" -#: app/preferences_dialog.c:1842 +#: app/preferences_dialog.c:1852 msgid "Recent Documents List Size:" msgstr "Tamaño de lista de documentos recientes:" #. Indicators -#: app/preferences_dialog.c:1846 +#: app/preferences_dialog.c:1856 msgid "Toolbox" msgstr "Caja de herramientas" -#: app/preferences_dialog.c:1849 +#: app/preferences_dialog.c:1859 msgid "Display Brush, Pattern and Gradient Indicators" msgstr "Mostrar indicadores de Brocha, Patrón y Gradiente" -#: app/preferences_dialog.c:1858 +#: app/preferences_dialog.c:1868 msgid "Dialog Behaviour" msgstr "Comportamiento de diálogos" # //R Parece que el comportamiento original está al revés (o la ayuda está mal) -#: app/preferences_dialog.c:1860 +#: app/preferences_dialog.c:1870 msgid "Navigation Window per Display" msgstr "Una ventana de navegación para cada imagen" # //R Esto no lo entiendo -#: app/preferences_dialog.c:1869 +#: app/preferences_dialog.c:1879 msgid "Info Window Follows Mouse" msgstr "La ventana de información sigue al ratón" -#: app/preferences_dialog.c:1880 app/preferences_dialog.c:1882 +#: app/preferences_dialog.c:1890 app/preferences_dialog.c:1892 msgid "Help System" msgstr "Sistema de ayuda" -#: app/preferences_dialog.c:1892 +#: app/preferences_dialog.c:1902 msgid "Show Tool Tips" msgstr "Mostrar consejos de herramienta" -#: app/preferences_dialog.c:1902 +#: app/preferences_dialog.c:1912 msgid "Context Sensitive Help with \"F1\"" msgstr "Ayuda contextual con \"F1\"" -#: app/preferences_dialog.c:1911 +#: app/preferences_dialog.c:1921 msgid "Help Browser" msgstr "Navegador de ayuda" -#: app/preferences_dialog.c:1923 +#: app/preferences_dialog.c:1933 msgid "Internal" msgstr "Interno" -#: app/preferences_dialog.c:1924 +#: app/preferences_dialog.c:1934 msgid "Netscape" msgstr "Netscape" -#: app/preferences_dialog.c:1928 +#: app/preferences_dialog.c:1938 msgid "Help Browser to Use:" msgstr "Navegador de ayuda a usar:" -#: app/preferences_dialog.c:1933 app/preferences_dialog.c:1935 +#: app/preferences_dialog.c:1943 app/preferences_dialog.c:1945 msgid "Image Windows" msgstr "Ventanas de imagen" -#: app/preferences_dialog.c:1943 +#: app/preferences_dialog.c:1953 msgid "Appearance" msgstr "Apariencia" -#: app/preferences_dialog.c:1945 +#: app/preferences_dialog.c:1955 msgid "Use \"Dot for Dot\" by default" msgstr "Usar \"punto a punto\" por defecto" -#: app/preferences_dialog.c:1954 +#: app/preferences_dialog.c:1964 msgid "Resize Window on Zoom" msgstr "Cambiar tamaño de ventana al hacer Zoom" -#: app/preferences_dialog.c:1963 +#: app/preferences_dialog.c:1973 msgid "Show Rulers" msgstr "Mostrar Reglas" -#: app/preferences_dialog.c:1972 +#: app/preferences_dialog.c:1982 msgid "Show Statusbar" msgstr "Mostrar Barra de estado" -#: app/preferences_dialog.c:1996 +#: app/preferences_dialog.c:2006 msgid "Marching Ants Speed:" msgstr "Velocidad de \"Hormigas marchantes\"" #. Set the currently used string as "Custom" -#: app/preferences_dialog.c:2004 +#: app/preferences_dialog.c:2014 msgid "Custom" msgstr "Personalizada" #. set some commonly used format strings -#: app/preferences_dialog.c:2010 +#: app/preferences_dialog.c:2020 msgid "Standard" msgstr "Estándar" -#: app/preferences_dialog.c:2015 +#: app/preferences_dialog.c:2025 msgid "Show zoom percentage" msgstr "Mostrar porcentaje de Zoom" -#: app/preferences_dialog.c:2020 +#: app/preferences_dialog.c:2030 msgid "Show zoom ratio" msgstr "Mostrar razón de aspecto" -#: app/preferences_dialog.c:2025 +#: app/preferences_dialog.c:2035 msgid "Show reversed zoom ratio" msgstr "Mostrar razón de zoom invertida" -#: app/preferences_dialog.c:2036 +#: app/preferences_dialog.c:2046 msgid "Image Title Format:" msgstr "Formato de título de imágen:" #. End of the title format string -#: app/preferences_dialog.c:2040 +#: app/preferences_dialog.c:2050 msgid "Pointer Movement Feedback" msgstr "Retroalimentación de movimiento del puntero" -#: app/preferences_dialog.c:2043 +#: app/preferences_dialog.c:2053 msgid "Perfect-but-Slow Pointer Tracking" msgstr "Seguimiento de puntero Perfecto-pero-lento" -#: app/preferences_dialog.c:2052 +#: app/preferences_dialog.c:2062 msgid "Disable Cursor Updating" msgstr "Desactivar actualizado del cursor" -#: app/preferences_dialog.c:2064 app/preferences_dialog.c:2066 -#: app/tools.c:1079 +#: app/preferences_dialog.c:2081 +#, fuzzy +msgid "Tool Icon" +msgstr "Opc. de herramienta" + +#: app/preferences_dialog.c:2083 +msgid "Tool Icon with Crosshair" +msgstr "" + +#: app/preferences_dialog.c:2085 +msgid "Crosshair only" +msgstr "" + +#: app/preferences_dialog.c:2090 +msgid "Cursor Mode:" +msgstr "" + +#: app/preferences_dialog.c:2096 app/preferences_dialog.c:2098 +#: app/tools.c:1536 msgid "Tool Options" msgstr "Opc. de herramienta" -#: app/preferences_dialog.c:2074 +#: app/preferences_dialog.c:2106 msgid "Paint Options" msgstr "Opciones de pintura" -#: app/preferences_dialog.c:2077 +#: app/preferences_dialog.c:2109 msgid "Use Global Paint Options" msgstr "Usar Opciones de pintura globales" -#: app/preferences_dialog.c:2086 +#: app/preferences_dialog.c:2118 #, fuzzy msgid "Finding Contiguous Regions" msgstr "Seleccionar regiones contínuas" -#: app/preferences_dialog.c:2105 +#: app/preferences_dialog.c:2137 #, fuzzy msgid "Default Threshold:" msgstr "Umbral:" -#: app/preferences_dialog.c:2114 app/preferences_dialog.c:2116 +#: app/preferences_dialog.c:2146 app/preferences_dialog.c:2148 msgid "Environment" msgstr "Entorno" -#: app/preferences_dialog.c:2124 +#: app/preferences_dialog.c:2156 msgid "Resource Consumption" msgstr "Consumo de recursos" -#: app/preferences_dialog.c:2126 +#: app/preferences_dialog.c:2158 msgid "Conservative Memory Usage" msgstr "Uso de memoria conservativo" -#: app/preferences_dialog.c:2154 +#: app/preferences_dialog.c:2186 msgid "Levels of Undo:" msgstr "Niveles de Deshacer:" -#: app/preferences_dialog.c:2166 app/user_install.c:1104 +#: app/preferences_dialog.c:2198 app/user_install.c:1105 msgid "Tile Cache Size:" msgstr "Tamaño de caché de títulos" -#: app/preferences_dialog.c:2177 +#: app/preferences_dialog.c:2209 msgid "Number of Processors to Use:" msgstr "Número de procesadores a usar:" -#: app/preferences_dialog.c:2181 app/transform_tool.c:215 +#: app/preferences_dialog.c:2213 app/transform_tool.c:215 msgid "Scaling" msgstr "Escalado" -#: app/preferences_dialog.c:2199 +#: app/preferences_dialog.c:2231 msgid "Nearest Neighbor (Fast)" msgstr "Vecino más próximo (Rápido)" -#: app/preferences_dialog.c:2203 +#: app/preferences_dialog.c:2235 msgid "Cubic (Slow)" msgstr "Cúbico (Lento)" -#: app/preferences_dialog.c:2208 +#: app/preferences_dialog.c:2240 msgid "Interpolation Type:" msgstr "Tipo de interpolación:" -#: app/preferences_dialog.c:2211 +#: app/preferences_dialog.c:2243 msgid "File Saving" msgstr "Guardado de ficheros" -#: app/preferences_dialog.c:2228 app/preferences_dialog.c:2241 +#: app/preferences_dialog.c:2260 app/preferences_dialog.c:2273 msgid "Always" msgstr "Siempre" -#: app/preferences_dialog.c:2229 +#: app/preferences_dialog.c:2261 msgid "Never" msgstr "Nunca" -#: app/preferences_dialog.c:2233 +#: app/preferences_dialog.c:2265 msgid "Try to Write a Thumbnail File:" msgstr "Intentar escribir un fichero de mini-imágenes" -#: app/preferences_dialog.c:2240 +#: app/preferences_dialog.c:2272 msgid "Only when Modified" msgstr "Sólo cuando se modifica" -#: app/preferences_dialog.c:2245 +#: app/preferences_dialog.c:2277 msgid "\"File > Save\" Saves the Image:" msgstr "\"Fichero > Guardar\" guarda la imagen:" -#: app/preferences_dialog.c:2251 +#: app/preferences_dialog.c:2283 msgid "Session Management" msgstr "Administración de sesiones" -#: app/preferences_dialog.c:2253 +#: app/preferences_dialog.c:2285 msgid "Session" msgstr "Sesión" -#: app/preferences_dialog.c:2261 +#: app/preferences_dialog.c:2293 msgid "Window Positions" msgstr "Posiciones de ventanas" -#: app/preferences_dialog.c:2263 +#: app/preferences_dialog.c:2295 msgid "Save Window Positions on Exit" msgstr "Guardar posiciones de ventanas al salir" -#: app/preferences_dialog.c:2277 +#: app/preferences_dialog.c:2309 msgid "Clear Saved Window Positions Now" msgstr "Limpiar posiciones de ventanas guardadas AHORA" -#: app/preferences_dialog.c:2285 +#: app/preferences_dialog.c:2317 msgid "Always Try to Restore Session" msgstr "Siempre intentar restaurar la sesión" -#: app/preferences_dialog.c:2294 +#: app/preferences_dialog.c:2326 msgid "Devices" msgstr "Dispositivos" -#: app/preferences_dialog.c:2296 +#: app/preferences_dialog.c:2328 msgid "Save Device Status on Exit" msgstr "Guardar estado de dispositivo al salir" -#: app/preferences_dialog.c:2307 app/preferences_dialog.c:2309 +#: app/preferences_dialog.c:2339 app/preferences_dialog.c:2341 msgid "Monitor" msgstr "Monitor" -#: app/preferences_dialog.c:2317 +#: app/preferences_dialog.c:2349 msgid "Get Monitor Resolution" msgstr "Obtener resolución de monitor" -#: app/preferences_dialog.c:2325 +#: app/preferences_dialog.c:2357 #, c-format msgid "(Currently %d x %d dpi)" msgstr "(Actualmente %d x %d dpi)" -#: app/preferences_dialog.c:2377 -msgid "From X Server" -msgstr "Del Servidor X" +#: app/preferences_dialog.c:2409 +msgid "From windowing system" +msgstr "" -#: app/preferences_dialog.c:2392 +#: app/preferences_dialog.c:2424 msgid "Manually:" msgstr "Manualmente:" -#: app/preferences_dialog.c:2405 app/preferences_dialog.c:2407 +#: app/preferences_dialog.c:2437 app/preferences_dialog.c:2439 msgid "Directories" msgstr "Directorios" -#: app/preferences_dialog.c:2424 +#: app/preferences_dialog.c:2456 msgid "Temp Dir:" msgstr "Dir. Temporal:" -#: app/preferences_dialog.c:2424 +#: app/preferences_dialog.c:2456 msgid "Select Temp Dir" msgstr "Seleccione dir. Temporal" -#: app/preferences_dialog.c:2425 +#: app/preferences_dialog.c:2457 msgid "Swap Dir:" msgstr "Dir. de Intercambio:" -#: app/preferences_dialog.c:2425 app/user_install.c:1124 +#: app/preferences_dialog.c:2457 app/user_install.c:1125 msgid "Select Swap Dir" msgstr "Seleccione dir. de Intercambio" -#: app/preferences_dialog.c:2461 +#: app/preferences_dialog.c:2493 msgid "Brushes Directories" msgstr "Directorios de brochas" -#: app/preferences_dialog.c:2463 +#: app/preferences_dialog.c:2495 msgid "Select Brushes Dir" msgstr "Seleccione dirs. de brochas" -#: app/preferences_dialog.c:2465 +#: app/preferences_dialog.c:2497 msgid "Generated Brushes" msgstr "Brochas generadas" -#: app/preferences_dialog.c:2465 +#: app/preferences_dialog.c:2497 msgid "Generated Brushes Directories" msgstr "Directorios de Brochas generadas" -#: app/preferences_dialog.c:2467 +#: app/preferences_dialog.c:2499 msgid "Select Generated Brushes Dir" msgstr "Seleccione dir. de Brochas generadas" -#: app/preferences_dialog.c:2469 +#: app/preferences_dialog.c:2501 msgid "Patterns Directories" msgstr "Directorios de Patrones" -#: app/preferences_dialog.c:2471 +#: app/preferences_dialog.c:2503 msgid "Select Patterns Dir" msgstr "Seleccione dir. de Patrones" -#: app/preferences_dialog.c:2473 +#: app/preferences_dialog.c:2505 msgid "Palettes Directories" msgstr "Directorios de Paletas" -#: app/preferences_dialog.c:2475 +#: app/preferences_dialog.c:2507 msgid "Select Palettes Dir" msgstr "Selccione dir. de Paletas" -#: app/preferences_dialog.c:2477 +#: app/preferences_dialog.c:2509 msgid "Gradients Directories" msgstr "Directorios de Gradientes" -#: app/preferences_dialog.c:2479 +#: app/preferences_dialog.c:2511 msgid "Select Gradients Dir" msgstr "Seleccione dir. de Gradientes" -#: app/preferences_dialog.c:2481 +#: app/preferences_dialog.c:2513 msgid "Plug-Ins" msgstr "Añadidos (Plug-ins)" -#: app/preferences_dialog.c:2481 +#: app/preferences_dialog.c:2513 msgid "Plug-Ins Directories" msgstr "Directorios de Añadidos" -#: app/preferences_dialog.c:2483 +#: app/preferences_dialog.c:2515 msgid "Select Plug-Ins Dir" msgstr "Seleccione dir. de Añadidos" -#: app/preferences_dialog.c:2485 +#: app/preferences_dialog.c:2517 msgid "Modules" msgstr "Módulos" -#: app/preferences_dialog.c:2485 +#: app/preferences_dialog.c:2517 msgid "Modules Directories" msgstr "Directorios de Módulos" -#: app/preferences_dialog.c:2487 +#: app/preferences_dialog.c:2519 msgid "Select Modules Dir" msgstr "Seleccione dir. de Módulos" @@ -4842,12 +4865,12 @@ msgstr "Extensi msgid "Temporary Procedure" msgstr "Procedimiento temporal" -#: app/qmask.c:273 +#: app/qmask.c:270 msgid "Edit Qmask Attributes" msgstr "Editar atributos de Máscara Rápida" #. The opacity scale -#: app/qmask.c:301 +#: app/qmask.c:298 msgid "Mask Opacity:" msgstr "Opacidad de Máscara:" @@ -4980,7 +5003,7 @@ msgid "Shearing..." msgstr "Cizallando.." #. Create the shell -#: app/text_tool.c:151 app/text_tool.c:393 +#: app/text_tool.c:151 app/text_tool.c:400 msgid "Text Tool" msgstr "Herramienta Texto" @@ -4997,17 +5020,17 @@ msgstr "Borde:" msgid "Use Dynamic Text" msgstr "Usar \"Texto Dinámico\"" -#: app/text_tool.c:602 +#: app/text_tool.c:609 #, c-format msgid "Font '%s' not found." msgstr "Fuente '%s' no encontrada." -#: app/text_tool.c:621 +#: app/text_tool.c:628 #, c-format msgid "Font '%s' not found.%s" msgstr "Fuente '%s' no encontrada.%s" -#: app/text_tool.c:624 +#: app/text_tool.c:631 msgid "" "\n" "If you don't have scalable fonts, try turning off antialiasing in the tool " @@ -5017,11 +5040,11 @@ msgstr "" "Si no tiene fuentes escalables, pruebe a apagar el Anti-escalera en las " "opciones de herramienta." -#: app/text_tool.c:735 +#: app/text_tool.c:742 msgid "Text Layer" msgstr "Capa de Texto" -#: app/threshold.c:171 app/threshold.c:266 app/tools.c:722 +#: app/threshold.c:171 app/threshold.c:266 app/tools.c:1133 msgid "Threshold" msgstr "Umbral B/N" @@ -5089,7 +5112,7 @@ msgstr "Selecci msgid "Bezier Selection" msgstr "Selección Bèzier" -#: app/tool_options.c:155 app/tools.c:177 +#: app/tool_options.c:155 app/tools.c:288 msgid "Intelligent Scissors" msgstr "Tijeras inteligentes" @@ -5109,7 +5132,7 @@ msgstr "Tama msgid "Unit:" msgstr "Unidad:" -#: app/tool_options.c:469 app/tools.c:375 +#: app/tool_options.c:469 app/tools.c:596 msgid "Bucket Fill" msgstr "Cubo de Relleno" @@ -5117,20 +5140,20 @@ msgstr "Cubo de Relleno" msgid "Blend Tool" msgstr "Herramienta Gradiente" -#: app/tool_options.c:473 app/tools.c:411 +#: app/tool_options.c:473 app/tools.c:652 msgid "Pencil" msgstr "Lápiz" -#: app/tool_options.c:475 app/tools.c:429 +#: app/tool_options.c:475 app/tools.c:680 msgid "Paintbrush" msgstr "Pincel" -#: app/tool_options.c:477 app/tools.c:447 +#: app/tool_options.c:477 app/tools.c:708 msgid "Eraser" msgstr "Goma" # //R Esto de spray es patético -#: app/tool_options.c:479 app/tools.c:465 +#: app/tool_options.c:479 app/tools.c:736 msgid "Airbrush" msgstr "Aerógrafo" @@ -5147,7 +5170,7 @@ msgid "Ink Tool" msgstr "Herramienta Tinta" # //R ???? -#: app/tool_options.c:487 app/tools.c:537 app/tools.c:543 +#: app/tool_options.c:487 app/tools.c:848 app/tools.c:854 msgid "Dodge or Burn" msgstr "Blanquear o Ennegrecer" @@ -5176,341 +5199,341 @@ msgstr "Dureza:" msgid "Rate" msgstr "Tasa" -#: app/tools.c:87 +#: app/tools.c:148 msgid "Rect Select" msgstr "Selec. Rectangular" -#: app/tools.c:88 +#: app/tools.c:149 msgid "/Tools/Select Tools/Rect Select" msgstr "/Herramientas/Herramientas de selección/S. Rectangular" -#: app/tools.c:93 +#: app/tools.c:154 msgid "Select rectangular regions" msgstr "Seleccionar regiones rectangulares" -#: app/tools.c:105 +#: app/tools.c:176 msgid "Ellipse Select" msgstr "Selec. Elíptica" -#: app/tools.c:106 +#: app/tools.c:177 msgid "/Tools/Select Tools/Ellipse Select" msgstr "/Herramientas/Herramientas de selección/S. Elíptica" -#: app/tools.c:111 +#: app/tools.c:182 msgid "Select elliptical regions" msgstr "Seleccionar regiones elípticas" -#: app/tools.c:123 +#: app/tools.c:204 msgid "Free Select" msgstr "Selec. Libre" -#: app/tools.c:124 +#: app/tools.c:205 msgid "/Tools/Select Tools/Free Select" msgstr "/Herramientas/Herramientas de selección/S. Libre" -#: app/tools.c:129 +#: app/tools.c:210 msgid "Select hand-drawn regions" msgstr "Seleccionar regiones dibujadas a mano" -#: app/tools.c:141 +#: app/tools.c:232 msgid "Fuzzy Select" msgstr "Selec. Borrosa" -#: app/tools.c:142 +#: app/tools.c:233 msgid "/Tools/Select Tools/Fuzzy Select" msgstr "/Herramientas/Herramientas de selección/S. Borrosa" -#: app/tools.c:147 +#: app/tools.c:238 msgid "Select contiguous regions" msgstr "Seleccionar regiones contínuas" -#: app/tools.c:159 +#: app/tools.c:260 msgid "Bezier Select" msgstr "Selec. Bèzier" -#: app/tools.c:160 +#: app/tools.c:261 msgid "/Tools/Select Tools/Bezier Select" msgstr "/Herramientas/Herramientas de selección/S. Bèzier" -#: app/tools.c:165 +#: app/tools.c:266 msgid "Select regions using Bezier curves" msgstr "Seleccionar regiones utilizando curvas de Bèzier" -#: app/tools.c:178 +#: app/tools.c:289 msgid "/Tools/Select Tools/Intelligent Scissors" msgstr "/Herramientas/Herramientas de selección/Tijeras intelig." -#: app/tools.c:183 +#: app/tools.c:294 msgid "Select shapes from image" msgstr "Seleccionar formas de la imagen" -#: app/tools.c:195 +#: app/tools.c:316 msgid "Move" msgstr "Mover" -#: app/tools.c:196 +#: app/tools.c:317 msgid "/Tools/Transform Tools/Move" msgstr "/Herramientas/Herramientas de transformación/Mover" -#: app/tools.c:201 +#: app/tools.c:322 msgid "Move layers & selections" msgstr "Mover capas y selecciones" -#: app/tools.c:213 +#: app/tools.c:344 msgid "Magnify" msgstr "Lupa" -#: app/tools.c:214 +#: app/tools.c:345 #, fuzzy msgid "/Tools/Transform Tools/Magnify" msgstr "/Herramientas/Herramientas de transformación/Mover" -#: app/tools.c:219 +#: app/tools.c:350 msgid "Zoom in & out" msgstr "Zoom dentro y fuera" -#: app/tools.c:232 +#: app/tools.c:373 msgid "/Tools/Transform Tools/Crop & Resize" msgstr "/Herramientas/Herramientas de transformación/Recortar y cambiar tamaño" -#: app/tools.c:237 +#: app/tools.c:378 msgid "Crop or resize the image" msgstr "Recortar o cambiar de tamaño la imagen" #. the transform type radio buttons -#: app/tools.c:249 app/tools.c:267 app/tools.c:285 app/tools.c:303 +#: app/tools.c:400 app/tools.c:428 app/tools.c:456 app/tools.c:484 #: app/transform_core.c:252 app/transform_tool.c:211 msgid "Transform" msgstr "Transformar" -#: app/tools.c:250 +#: app/tools.c:401 msgid "/Tools/Transform Tools/Transform" msgstr "/Herramientas/Herramientas de transformación/Tranformar" -#: app/tools.c:255 app/tools.c:273 app/tools.c:291 app/tools.c:309 +#: app/tools.c:406 app/tools.c:434 app/tools.c:462 app/tools.c:490 msgid "Rotation, scaling, shearing, perspective." msgstr "Rotación, escalado, cizalladura, perspectiva" -#: app/tools.c:321 +#: app/tools.c:512 msgid "Flip" msgstr "Simétrico" -#: app/tools.c:322 +#: app/tools.c:513 msgid "/Tools/Transform Tools/Flip" msgstr "/Herramientas/Herramientas de transformación/Simétrico" -#: app/tools.c:327 +#: app/tools.c:518 msgid "Flip the layer or selection" msgstr "Figura simétrica de la imagen o selección" -#: app/tools.c:339 +#: app/tools.c:540 msgid "Text" msgstr "Texto" -#: app/tools.c:340 +#: app/tools.c:541 msgid "/Tools/Text" msgstr "/Herramientas/Texto" -#: app/tools.c:345 +#: app/tools.c:546 msgid "Add text to the image" msgstr "Añadir texto a la imagen" -#: app/tools.c:358 +#: app/tools.c:569 msgid "/Tools/Color Picker" msgstr "/Herramientas/Recoge-color" -#: app/tools.c:363 +#: app/tools.c:574 msgid "Pick colors from the image" msgstr "Recoger colores de la imagen" -#: app/tools.c:376 +#: app/tools.c:597 msgid "/Tools/Paint Tools/Bucket Fill" msgstr "/Herramientas/Herramientas de pintura/Cubo de relleno" -#: app/tools.c:381 +#: app/tools.c:602 msgid "Fill with a color or pattern" msgstr "Rellenar con un color o patrón" -#: app/tools.c:393 +#: app/tools.c:624 msgid "Blend" msgstr "Gradiente" -#: app/tools.c:394 +#: app/tools.c:625 msgid "/Tools/Paint Tools/Blend" msgstr "/Herramientas/Herramientas de pintura/Gradiente" -#: app/tools.c:399 +#: app/tools.c:630 msgid "Fill with a color gradient" msgstr "Rellenar con un gradiente de colores" -#: app/tools.c:412 +#: app/tools.c:653 msgid "/Tools/Paint Tools/Pencil" msgstr "/Herramientas/Herramientas de pintura/Lápiz" -#: app/tools.c:417 +#: app/tools.c:658 msgid "Draw sharp pencil strokes" msgstr "Dibujar trazos afilados de lápiz" -#: app/tools.c:430 +#: app/tools.c:681 msgid "/Tools/Paint Tools/Paintbrush" msgstr "/Herramientas/Herramientas de pintura/Pincel" -#: app/tools.c:435 +#: app/tools.c:686 msgid "Paint fuzzy brush strokes" msgstr "Pintar trazos borrosos de brocha" -#: app/tools.c:448 +#: app/tools.c:709 msgid "/Tools/Paint Tools/Eraser" msgstr "/Herramientas/Herramientas de pintura/Goma" -#: app/tools.c:453 +#: app/tools.c:714 msgid "Erase to background or transparency" msgstr "Borrar al color de Fondo o Transparente" -#: app/tools.c:466 +#: app/tools.c:737 msgid "/Tools/Paint Tools/Airbrush" msgstr "/Herramientas/Herramientas de pintura/Aerógrafo" -#: app/tools.c:471 +#: app/tools.c:742 msgid "Airbrush with variable pressure" msgstr "Aeroógrafo de presión variable" -#: app/tools.c:483 +#: app/tools.c:764 msgid "Clone" msgstr "Clonar" -#: app/tools.c:484 +#: app/tools.c:765 msgid "/Tools/Paint Tools/Clone" msgstr "/Herramientas/Herramientas de pintura/Clonar" -#: app/tools.c:489 +#: app/tools.c:770 msgid "Paint using patterns or image regions" msgstr "Pintar usando patrones o regiones de la imagen" -#: app/tools.c:501 +#: app/tools.c:792 msgid "Convolve" msgstr "Convolución" -#: app/tools.c:502 +#: app/tools.c:793 msgid "/Tools/Paint Tools/Convolve" msgstr "/Herramientas/Herramientas de pintura/Convolución" # //R Ambas necesitan trabajo -#: app/tools.c:507 +#: app/tools.c:798 msgid "Blur or sharpen" msgstr "Emborrona o resalta bordes" -#: app/tools.c:519 +#: app/tools.c:820 msgid "Ink" msgstr "Tinta" -#: app/tools.c:520 +#: app/tools.c:821 msgid "/Tools/Paint Tools/Ink" msgstr "/Herramientas/Herramientas de pintura/Tinta" -#: app/tools.c:525 +#: app/tools.c:826 msgid "Draw in ink" msgstr "Dibujar con tinta" # //R ??? -#: app/tools.c:538 +#: app/tools.c:849 msgid "/Tools/Paint Tools/DodgeBurn" msgstr "/Herramientas/Herramientas de pintura/BlanquearEnnegrecer" -#: app/tools.c:555 app/tools.c:561 +#: app/tools.c:876 app/tools.c:882 msgid "Smudge" msgstr "Tiznar" -#: app/tools.c:556 +#: app/tools.c:877 msgid "/Tools/Paint Tools/Smudge" msgstr "/Herramientas/Herramientas de pintura/Tiznar" -#: app/tools.c:593 +#: app/tools.c:934 msgid "Measure" msgstr "Medir" -#: app/tools.c:594 +#: app/tools.c:935 msgid "/Tools/Measure" msgstr "/Herramientas/Medir" -#: app/tools.c:599 +#: app/tools.c:940 msgid "Measure distances and angles" msgstr "Medir distancias y ángulos" # //R No estoy seguro -#: app/tools.c:632 +#: app/tools.c:993 msgid "By Color Select" msgstr "Mediante Recoge-color" -#: app/tools.c:633 +#: app/tools.c:994 msgid "/Select/By Color..." msgstr "/Seleccionar/Mediante Recoge-color..." -#: app/tools.c:638 +#: app/tools.c:999 msgid "Select regions by color" msgstr "Selecciona regiones por colores" -#: app/tools.c:651 +#: app/tools.c:1022 msgid "/Image/Colors/Color Balance..." msgstr "/Imagen/Colores/Balance de colores..." -#: app/tools.c:656 +#: app/tools.c:1027 msgid "Adjust color balance" msgstr "Ajusta balance de colores" -#: app/tools.c:669 +#: app/tools.c:1050 msgid "/Image/Colors/Brightness-Contrast..." msgstr "/Imagen/Colores/Brillo-Contraste..." -#: app/tools.c:674 +#: app/tools.c:1055 msgid "Adjust brightness and contrast" msgstr "Ajusta brillo y contraste" -#: app/tools.c:687 +#: app/tools.c:1078 msgid "/Image/Colors/Hue-Saturation..." msgstr "/Imagen/Colores/Tono-Saturación..." -#: app/tools.c:692 +#: app/tools.c:1083 msgid "Adjust hue and saturation" msgstr "Ajusta tono y saturación" -#: app/tools.c:705 +#: app/tools.c:1106 msgid "/Image/Colors/Posterize..." msgstr "/Imagen/Colores/Cuantizar..." -#: app/tools.c:710 +#: app/tools.c:1111 msgid "Reduce image to a fixed numer of colors" msgstr "Reduce la imgen a un número fijo de colores" -#: app/tools.c:723 +#: app/tools.c:1134 msgid "/Image/Colors/Threshold..." msgstr "/Imagen/Colores/Umbral B/N..." -#: app/tools.c:728 +#: app/tools.c:1139 msgid "Reduce image to two colors using a threshold" msgstr "Reduce la imagen a dos colores usando un umbral" -#: app/tools.c:741 +#: app/tools.c:1162 msgid "/Image/Colors/Curves..." msgstr "/Imagen/Colores/Curvas..." -#: app/tools.c:746 +#: app/tools.c:1167 msgid "Adjust color curves" msgstr "Ajusta curvas de color" -#: app/tools.c:759 +#: app/tools.c:1190 msgid "/Image/Colors/Levels..." msgstr "/Imagen/Colores/Niveles..." -#: app/tools.c:764 +#: app/tools.c:1195 msgid "Adjust color levels" msgstr "Ajusta niveles de color" -#: app/tools.c:777 +#: app/tools.c:1218 msgid "/Image/Histogram..." msgstr "/Imagen/Histograma.." -#: app/tools.c:782 +#: app/tools.c:1223 msgid "View image histogram" msgstr "Ver histograma de la imagen" @@ -5534,7 +5557,7 @@ msgstr "" "Las transformaciones no funcionan\n" "en capas que contienen máscaras de capa." -#: app/transform_core.c:1616 +#: app/transform_core.c:1604 msgid "Transformation" msgstr "Transformación" @@ -5593,191 +5616,191 @@ msgstr "Mostrar Camino" msgid "Clip Result" msgstr "Resultado de Recorte" -#: app/undo.c:2889 +#: app/undo.c:2871 #, c-format msgid "Can't undo %s" msgstr "No puedo deshacer %s" -#: app/undo.c:2920 +#: app/undo.c:2902 msgid "<>" msgstr "<>" -#: app/undo.c:2921 +#: app/undo.c:2903 msgid "image" msgstr "imagen" -#: app/undo.c:2922 +#: app/undo.c:2904 msgid "image mod" msgstr "módulo de imagen" -#: app/undo.c:2923 +#: app/undo.c:2905 msgid "mask" msgstr "máscara" -#: app/undo.c:2924 +#: app/undo.c:2906 msgid "layer move" msgstr "movimiento de capa" #. ok -#: app/undo.c:2925 +#: app/undo.c:2907 msgid "transform" msgstr "transformar" -#: app/undo.c:2926 +#: app/undo.c:2908 msgid "paint" msgstr "pintar" -#: app/undo.c:2927 +#: app/undo.c:2909 msgid "new layer" msgstr "nueva capa" -#: app/undo.c:2928 +#: app/undo.c:2910 msgid "delete layer" msgstr "borrar capa" -#: app/undo.c:2929 +#: app/undo.c:2911 msgid "layer mod" msgstr "módulo de capa" -#: app/undo.c:2930 +#: app/undo.c:2912 msgid "add layer mask" msgstr "añadir máscara de capa" #. ok -#: app/undo.c:2931 +#: app/undo.c:2913 msgid "delete layer mask" msgstr "borrar máscara de capa" #. ok -#: app/undo.c:2932 +#: app/undo.c:2914 msgid "rename layer" msgstr "renombrar capa" -#: app/undo.c:2933 +#: app/undo.c:2915 msgid "layer reposition" msgstr "reposición de capa" #. ok -#: app/undo.c:2934 +#: app/undo.c:2916 msgid "new channel" msgstr "nuevo canal" -#: app/undo.c:2935 +#: app/undo.c:2917 msgid "delete channel" msgstr "borrar canal" -#: app/undo.c:2936 +#: app/undo.c:2918 msgid "channel mod" msgstr "módulo de canal" -#: app/undo.c:2937 +#: app/undo.c:2919 msgid "FS to layer" msgstr "Frente a Capa" #. ok -#: app/undo.c:2938 +#: app/undo.c:2920 msgid "gimage" msgstr "gimage" -#: app/undo.c:2939 +#: app/undo.c:2921 msgid "FS rigor" msgstr "FS riguroso" -#: app/undo.c:2940 +#: app/undo.c:2922 msgid "FS relax" msgstr "FS relajado" -#: app/undo.c:2941 +#: app/undo.c:2923 msgid "guide" msgstr "guía" -#: app/undo.c:2942 +#: app/undo.c:2924 msgid "text" msgstr "texto" -#: app/undo.c:2943 +#: app/undo.c:2925 msgid "float selection" msgstr "selección flotante" -#: app/undo.c:2944 +#: app/undo.c:2926 msgid "paste" msgstr "pegar" -#: app/undo.c:2945 +#: app/undo.c:2927 msgid "cut" msgstr "cortar" -#: app/undo.c:2946 +#: app/undo.c:2928 msgid "transform core" msgstr "núcleo de transformación" -#: app/undo.c:2947 +#: app/undo.c:2929 msgid "paint core" msgstr "núcleo de pintura" -#: app/undo.c:2948 +#: app/undo.c:2930 msgid "floating layer" msgstr "capa flotante" #. unused! -#: app/undo.c:2949 +#: app/undo.c:2931 msgid "linked layer" msgstr "capa enlazada" -#: app/undo.c:2950 +#: app/undo.c:2932 msgid "apply layer mask" msgstr "aplicar máscara de capa" #. ok -#: app/undo.c:2951 +#: app/undo.c:2933 msgid "layer merge" msgstr "mezcla de capa" -#: app/undo.c:2952 +#: app/undo.c:2934 msgid "FS anchor" msgstr "fijar Frente" -#: app/undo.c:2953 +#: app/undo.c:2935 msgid "gimage mod" msgstr "módulo gimage" -#: app/undo.c:2954 +#: app/undo.c:2936 msgid "crop" msgstr "recortar" -#: app/undo.c:2955 +#: app/undo.c:2937 msgid "layer scale" msgstr "escalar capa" -#: app/undo.c:2956 +#: app/undo.c:2938 msgid "layer resize" msgstr "cambiar tamaño capa" -#: app/undo.c:2957 +#: app/undo.c:2939 msgid "quickmask" msgstr "máscara rápida" -#: app/undo.c:2958 +#: app/undo.c:2940 msgid "attach parasite" msgstr "adjuntar parásito" -#: app/undo.c:2959 +#: app/undo.c:2941 msgid "remove parasite" msgstr "quitar parásito" -#: app/undo.c:2960 +#: app/undo.c:2942 msgid "resolution change" msgstr "cambio de resolución" -#: app/undo.c:2961 +#: app/undo.c:2943 msgid "image scale" msgstr "escalado de imagen" -#: app/undo.c:2962 +#: app/undo.c:2944 msgid "image resize" msgstr "cambio de tamaño de imagen" -#: app/undo.c:2963 +#: app/undo.c:2945 msgid "misc" msgstr "misc" @@ -6190,72 +6213,72 @@ msgstr "" msgid "Click \"Continue\" to create your personal GIMP directory." msgstr "" -#: app/user_install.c:754 +#: app/user_install.c:755 #, fuzzy, c-format msgid "" "For a proper GIMP installation, a subdirectory named\n" "%s needs to be created." msgstr "Para una instalación correcta de GIMP, un subdirectorio llamado\n" -#: app/user_install.c:760 +#: app/user_install.c:761 msgid "" "This subdirectory will contain a number of important files.\n" "Click on one of the files or subdirectories in the tree\n" "to get more information about the selected item." msgstr "" -#: app/user_install.c:844 +#: app/user_install.c:845 #, fuzzy msgid "User Installation Log" msgstr "" "La bitácora de instalación de usuario\n" "\n" -#: app/user_install.c:850 +#: app/user_install.c:851 msgid "GIMP Performance Tuning" msgstr "" -#: app/user_install.c:851 +#: app/user_install.c:852 msgid "Click \"Continue\" to accept the settings above." msgstr "" -#: app/user_install.c:854 +#: app/user_install.c:855 msgid "For optimal GIMP performance, some settings may have to be adjusted." msgstr "" -#: app/user_install.c:863 +#: app/user_install.c:864 #, fuzzy msgid "Monitor Resolution" msgstr "Obtener resolución de monitor" -#: app/user_install.c:864 +#: app/user_install.c:865 msgid "Click \"Continue\" to start The GIMP." msgstr "" -#: app/user_install.c:867 +#: app/user_install.c:868 msgid "" "To display images in their natural size, GIMP needs to know your monitor " "resolution." msgstr "" -#: app/user_install.c:876 +#: app/user_install.c:877 #, fuzzy msgid "Aborting Installation..." msgstr "Instalación de GIMP" -#: app/user_install.c:946 +#: app/user_install.c:947 #, fuzzy msgid "does not exist. Cannot install." msgstr " no existe. No puedo instalar.\n" -#: app/user_install.c:958 +#: app/user_install.c:959 #, fuzzy msgid "has invalid permissions. Cannot install." msgstr "" "tiene permisos no válidos.\n" "No puedo intalar." -#: app/user_install.c:996 +#: app/user_install.c:997 #, fuzzy msgid "" "Did you notice any error messages in the console window?\n" @@ -6267,7 +6290,7 @@ msgstr "" "tuvo éxito! De lo contrario, salga e investigue\n" "la posible razón....\n" -#: app/user_install.c:1052 +#: app/user_install.c:1053 #, fuzzy msgid "" "Did you notice any error messages in the lines above?\n" @@ -6279,11 +6302,11 @@ msgstr "" "tuvo éxito! De lo contrario, salga e investigue\n" "la posible razón....\n" -#: app/user_install.c:1064 +#: app/user_install.c:1065 msgid "Click \"Continue\" to complete GIMP installation." msgstr "" -#: app/user_install.c:1069 +#: app/user_install.c:1070 #, fuzzy msgid "Installation failed. Contact system administrator." msgstr "" @@ -6291,14 +6314,14 @@ msgstr "" "La instalación falló. Contacte con el administrador\n" "del sistema.\n" -#: app/user_install.c:1090 +#: app/user_install.c:1091 msgid "" "GIMP uses a limited amount of memory to store image data, the so-called\n" "\"Tile Cache\". You should adjust it's size to fit into memory. Consider\n" "the amount of memory used by other running processes." msgstr "" -#: app/user_install.c:1115 +#: app/user_install.c:1116 msgid "" "All image and undo data which doesn't fit into the Tile Cache will be\n" "written to a swap file. This file should be located on a local filesystem\n" @@ -6306,55 +6329,55 @@ msgid "" "may want to use the system-wide temp-dir (\"/tmp\" or \"/var/tmp\")." msgstr "" -#: app/user_install.c:1129 +#: app/user_install.c:1130 #, fuzzy msgid "Swap Directory:" msgstr "Dir. de Intercambio:" -#: app/user_install.c:1182 +#: app/user_install.c:1183 #, fuzzy msgid "Calibrate Monitor Resolution" msgstr "Obtener resolución de monitor" -#: app/user_install.c:1290 +#: app/user_install.c:1291 msgid "Measure the rulers and enter their lengths below." msgstr "" -#: app/user_install.c:1305 +#: app/user_install.c:1306 msgid "Horizontal:" msgstr "" -#: app/user_install.c:1310 +#: app/user_install.c:1311 msgid "Vertical:" msgstr "" -#: app/user_install.c:1351 +#: app/user_install.c:1352 msgid "" "GIMP can obtain this information from your X-server.\n" "However, most X-servers do not return useful values." msgstr "" -#: app/user_install.c:1358 +#: app/user_install.c:1359 #, fuzzy, c-format msgid "Get Resolution from X-server (Currently %d x %d dpi)" msgstr "(Actualmente %d x %d dpi)" -#: app/user_install.c:1372 +#: app/user_install.c:1373 msgid "Alternatively, you can set the monitor resolution manually." msgstr "" -#: app/user_install.c:1385 +#: app/user_install.c:1386 #, fuzzy msgid "Monitor Resolution X:" msgstr "Obtener resolución de monitor" -#: app/user_install.c:1421 +#: app/user_install.c:1422 msgid "" "You can also press the \"Calibrate\" button to open a window\n" "which lets you determine your monitor resolution interactively." msgstr "" -#: app/user_install.c:1428 +#: app/user_install.c:1429 msgid "Calibrate" msgstr "" @@ -6424,6 +6447,9 @@ msgstr "Acuarela" msgid "Color History" msgstr "Histórico de color" +#~ msgid "From X Server" +#~ msgstr "Del Servidor X" + #, fuzzy #~ msgid "/Tools/Magnify" #~ msgstr "Lupa" diff --git a/po/fi.po b/po/fi.po index 6d01f3c7aa..453ec2e342 100644 --- a/po/fi.po +++ b/po/fi.po @@ -15,7 +15,7 @@ msgid "" msgstr "" "Project-Id-Version: GIMP 1.1\n" -"POT-Creation-Date: 2000-06-16 19:36+0300\n" +"POT-Creation-Date: 2000-06-18 19:40-0700\n" "PO-Revision-Date: 2000-06-08 20:47+02:00\n" "Last-Translator: Ville Hautamäki \n" "Language-Team: fi \n" @@ -23,21 +23,21 @@ msgstr "" "Content-Type: text/plain; charset=iso-8859-1\n" "Content-Transfer-Encoding: 8bit\n" -#: app/about_dialog.c:193 +#: app/about_dialog.c:256 msgid "About the GIMP" msgstr "Tietoja GIMPistä" #. this is a font, provide only one single font definition -#: app/about_dialog.c:244 +#: app/about_dialog.c:307 msgid "-*-helvetica-medium-r-normal--*-140-*-*-*-*-*-*" msgstr "-*-helvetica-medium-r-normal--*-140-*-*-*-*-*-*" -#: app/about_dialog.c:254 +#: app/about_dialog.c:317 #, c-format msgid "Version %s brought to you by" msgstr "Version %s tekijät:" -#: app/about_dialog.c:294 +#: app/about_dialog.c:357 msgid "Please visit http://www.gimp.org/ for more info" msgstr "Käy hakemassa http://www.gimp.org/ :sta lisää tietoa" @@ -131,8 +131,8 @@ msgstr "Poistu" #: app/gdisplay_color_ui.c:135 app/gdisplay_ops.c:305 app/gimpprogress.c:112 #: app/global_edit.c:772 app/gradient.c:1768 app/gradient.c:4840 #: app/gradient.c:5401 app/hue_saturation.c:374 app/interface.c:1039 -#: app/layers_dialog.c:3484 app/layers_dialog.c:3666 app/layers_dialog.c:3758 -#: app/layers_dialog.c:4018 app/levels.c:341 app/palette.c:1826 +#: app/layers_dialog.c:3484 app/layers_dialog.c:3666 app/layers_dialog.c:3761 +#: app/layers_dialog.c:4021 app/levels.c:341 app/palette.c:1826 #: app/posterize.c:202 app/preferences_dialog.c:1465 app/qmask.c:278 #: app/resize.c:194 app/resize.c:1326 app/threshold.c:275 #: app/user_install.c:548 app/user_install.c:1191 modules/cdisplay_gamma.c:332 @@ -290,8 +290,8 @@ msgstr "Kirkkaus- ja kontrastis #: app/color_balance.c:271 app/color_notebook.c:123 app/convert.c:504 #: app/curves.c:558 app/file_new_dialog.c:207 app/file_new_dialog.c:353 #: app/gdisplay_color_ui.c:133 app/gimpui.c:122 app/hue_saturation.c:370 -#: app/layers_dialog.c:3482 app/layers_dialog.c:3664 app/layers_dialog.c:3756 -#: app/layers_dialog.c:4016 app/levels.c:337 app/module_db.c:314 +#: app/layers_dialog.c:3482 app/layers_dialog.c:3664 app/layers_dialog.c:3759 +#: app/layers_dialog.c:4019 app/levels.c:337 app/module_db.c:314 #: app/posterize.c:198 app/preferences_dialog.c:1461 app/qmask.c:276 #: app/resize.c:192 app/resize.c:1326 app/threshold.c:271 #: app/user_install.c:1189 modules/cdisplay_gamma.c:330 @@ -452,7 +452,7 @@ msgstr "Ei k msgid "Selection Mode" msgstr "Valintatapa" -#: app/by_color_select.c:779 app/paint_funcs.c:100 +#: app/by_color_select.c:779 app/paint_funcs.c:101 msgid "Replace" msgstr "Korvaa" @@ -770,18 +770,18 @@ msgstr "G" msgid "B" msgstr "B" -#: app/color_select.c:247 app/layers_dialog.c:383 app/paint_funcs.c:94 +#: app/color_select.c:247 app/layers_dialog.c:383 app/paint_funcs.c:95 #: app/tool_options.c:929 msgid "Hue" msgstr "Sävy (H)" -#: app/color_select.c:248 app/layers_dialog.c:384 app/paint_funcs.c:95 +#: app/color_select.c:248 app/layers_dialog.c:384 app/paint_funcs.c:96 #: app/tool_options.c:930 msgid "Saturation" msgstr "Värikylläisyys (S)" #: app/color_select.c:249 app/curves.c:582 app/histogram_tool.c:302 -#: app/layers_dialog.c:386 app/levels.c:369 app/paint_funcs.c:97 +#: app/layers_dialog.c:386 app/levels.c:369 app/paint_funcs.c:98 #: app/tool_options.c:932 msgid "Value" msgstr "Arvo" @@ -1122,11 +1122,11 @@ msgstr "Polta" msgid "Mode" msgstr "Moodi" -#: app/edit_selection.c:185 +#: app/edit_selection.c:190 msgid "Move: 0, 0" msgstr "Siirrä: 0, 0" -#: app/edit_selection.c:431 app/edit_selection.c:441 +#: app/edit_selection.c:436 app/edit_selection.c:446 msgid "Move: " msgstr "Siirrä: " @@ -1140,7 +1140,7 @@ msgid "Hard Edge" msgstr "Kova reuna" #. the anti_erase toggle -#: app/eraser.c:118 app/paint_funcs.c:101 +#: app/eraser.c:118 app/paint_funcs.c:102 msgid "Anti Erase" msgstr "Käänteinen pyyhkiminen" @@ -2504,7 +2504,7 @@ msgstr "Kanava" msgid "Channel Ops" msgstr "Kanavatoiminnot" -#: app/internal_procs.c:80 app/layers_dialog.c:385 app/paint_funcs.c:96 +#: app/internal_procs.c:80 app/layers_dialog.c:385 app/paint_funcs.c:97 #: app/tool_options.c:816 app/tool_options.c:931 msgid "Color" msgstr "Värit" @@ -2665,43 +2665,43 @@ msgstr "Ankkuroi taso" msgid "Delete Layer" msgstr "Poista taso" -#: app/layers_dialog.c:372 app/paint_funcs.c:83 app/tool_options.c:917 +#: app/layers_dialog.c:372 app/paint_funcs.c:84 app/tool_options.c:917 msgid "Normal" msgstr "Normaali" -#: app/layers_dialog.c:373 app/paint_funcs.c:84 app/tool_options.c:918 +#: app/layers_dialog.c:373 app/paint_funcs.c:85 app/tool_options.c:918 msgid "Dissolve" msgstr "Liukeneminen" -#: app/layers_dialog.c:374 app/paint_funcs.c:86 app/tool_options.c:920 +#: app/layers_dialog.c:374 app/paint_funcs.c:87 app/tool_options.c:920 msgid "Multiply (Burn)" msgstr "Kertautuminen (Burn)" -#: app/layers_dialog.c:375 app/paint_funcs.c:98 app/tool_options.c:921 +#: app/layers_dialog.c:375 app/paint_funcs.c:99 app/tool_options.c:921 msgid "Divide (Dodge)" msgstr "Jakautuminen (Dodge)" -#: app/layers_dialog.c:376 app/paint_funcs.c:87 app/tool_options.c:922 +#: app/layers_dialog.c:376 app/paint_funcs.c:88 app/tool_options.c:922 msgid "Screen" msgstr "Kuva" -#: app/layers_dialog.c:377 app/paint_funcs.c:88 app/tool_options.c:923 +#: app/layers_dialog.c:377 app/paint_funcs.c:89 app/tool_options.c:923 msgid "Overlay" msgstr "Peitto" -#: app/layers_dialog.c:378 app/paint_funcs.c:89 app/tool_options.c:924 +#: app/layers_dialog.c:378 app/paint_funcs.c:90 app/tool_options.c:924 msgid "Difference" msgstr "Erotus" -#: app/layers_dialog.c:379 app/paint_funcs.c:90 app/tool_options.c:925 +#: app/layers_dialog.c:379 app/paint_funcs.c:91 app/tool_options.c:925 msgid "Addition" msgstr "Yhteenlasku" -#: app/layers_dialog.c:381 app/paint_funcs.c:92 app/tool_options.c:927 +#: app/layers_dialog.c:381 app/paint_funcs.c:93 app/tool_options.c:927 msgid "Darken Only" msgstr "Vain tummennus" -#: app/layers_dialog.c:382 app/paint_funcs.c:93 app/tool_options.c:928 +#: app/layers_dialog.c:382 app/paint_funcs.c:94 app/tool_options.c:928 msgid "Lighten Only" msgstr "Vain vaalennus" @@ -2747,28 +2747,28 @@ msgstr "Muokkaa tason ominaisuuksia" msgid "Layer name:" msgstr "Tason nimi:" -#: app/layers_dialog.c:3750 +#: app/layers_dialog.c:3753 msgid "Add Mask Options" msgstr "Maskin lisäyksen asetukset" #. The radio frame and box -#: app/layers_dialog.c:3768 +#: app/layers_dialog.c:3771 msgid "Initialize Layer Mask to:" msgstr "Alusta tason maski:" -#: app/layers_dialog.c:3773 +#: app/layers_dialog.c:3776 msgid "White (Full Opacity)" msgstr "Valkoinen (täysin peittävä)" -#: app/layers_dialog.c:3775 +#: app/layers_dialog.c:3778 msgid "Black (Full Transparency)" msgstr "Musta (täysin läpinäkyvä)" -#: app/layers_dialog.c:3777 +#: app/layers_dialog.c:3780 msgid "Layer's Alpha Channel" msgstr "Tason alfakanava" -#: app/layers_dialog.c:3838 app/layers_dialog.c:3924 +#: app/layers_dialog.c:3841 app/layers_dialog.c:3927 msgid "" "Invalid width or height.\n" "Both must be positive." @@ -2776,27 +2776,27 @@ msgstr "" "Epäkelpo leveys tai korkeus.\n" "Molempien täytyy olla suurempi kuin nolla." -#: app/layers_dialog.c:4010 +#: app/layers_dialog.c:4013 msgid "Layer Merge Options" msgstr "Tasojen yhdistelyn asetukset" -#: app/layers_dialog.c:4035 +#: app/layers_dialog.c:4038 msgid "Final, Merged Layer should be:" msgstr "Lopullista, yhdistettyä tasoa:" -#: app/layers_dialog.c:4036 +#: app/layers_dialog.c:4039 msgid "Final, Anchored Layer should be:" msgstr "Lopullista, ankkuroitua tasoa:" -#: app/layers_dialog.c:4041 +#: app/layers_dialog.c:4044 msgid "Expanded as necessary" msgstr "laajennetaan tarvittaessa" -#: app/layers_dialog.c:4043 +#: app/layers_dialog.c:4046 msgid "Clipped to image" msgstr "rajataan kuvan koon mukaan" -#: app/layers_dialog.c:4045 +#: app/layers_dialog.c:4048 msgid "Clipped to bottom layer" msgstr "rajataan pohjimmaisen tason koon mukaan" @@ -3834,15 +3834,15 @@ msgstr "Navigointi: ei kuvaa" msgid "No brushes available for use with this tool." msgstr "Ei siveltimiä käytettävissä tälle työkalulle." -#: app/paint_funcs.c:85 app/tool_options.c:919 +#: app/paint_funcs.c:86 app/tool_options.c:919 msgid "Behind" msgstr "Takana" -#: app/paint_funcs.c:91 +#: app/paint_funcs.c:92 msgid "Subtraction" msgstr "Vähennys" -#: app/paint_funcs.c:99 +#: app/paint_funcs.c:100 msgid "Erase" msgstr "Pyyhi" diff --git a/po/fr.po b/po/fr.po index 3e6524e657..21ac770ae9 100644 --- a/po/fr.po +++ b/po/fr.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: gimp 1.1.20\n" -"POT-Creation-Date: 2000-05-27 21:18-0700\n" +"POT-Creation-Date: 2000-06-18 19:40-0700\n" "PO-Revision-Date: 1999-11-05 15:37+0100\n" "Last-Translator: Joaquim Fellmann \n" "Language-Team: GNOME French Team \n" @@ -18,21 +18,21 @@ msgstr "" "Content-Type: text/plain; charset=iso-8859-1\n" "Content-Transfer-Encoding: 8bit\n" -#: app/about_dialog.c:192 +#: app/about_dialog.c:256 msgid "About the GIMP" msgstr "À Propos de GIMP" #. this is a font, provide only one single font definition -#: app/about_dialog.c:243 +#: app/about_dialog.c:307 msgid "-*-helvetica-medium-r-normal--*-140-*-*-*-*-*-*" msgstr "-*-helvetica-medium-r-normal-*-*-100-*-*-*-*-iso8859-1,*" -#: app/about_dialog.c:253 +#: app/about_dialog.c:317 #, c-format msgid "Version %s brought to you by" msgstr "Version %s présentée par" -#: app/about_dialog.c:293 +#: app/about_dialog.c:357 msgid "Please visit http://www.gimp.org/ for more info" msgstr "Visitez http://www.gimp.org/ pour plus d'informations" @@ -49,7 +49,7 @@ msgstr "Pression :" msgid "-*-helvetica-bold-r-normal--*-140-*-*-*-*-*-*" msgstr "-*-helvetica-bold-r-normal-*-*-120-*-*-*-*-iso8859-1,*" -#: app/app_procs.c:278 app/app_procs.c:280 app/interface.c:560 +#: app/app_procs.c:278 app/app_procs.c:280 app/interface.c:558 msgid "The GIMP" msgstr "The GIMP" @@ -66,7 +66,7 @@ msgstr "pr msgid "GIMP Startup" msgstr "Lancement de GIMP" -#: app/app_procs.c:492 app/gimprc.c:446 +#: app/app_procs.c:492 app/gimprc.c:452 #, c-format msgid "parsing \"%s\"\n" msgstr "lecture de \"%s\"\n" @@ -81,22 +81,22 @@ msgid "Parasites" msgstr "Parasites" #. initialize the global parasite table -#: app/app_procs.c:556 app/internal_procs.c:71 app/preferences_dialog.c:2461 +#: app/app_procs.c:556 app/internal_procs.c:71 app/preferences_dialog.c:2493 msgid "Brushes" msgstr "Pinceaux" #. initialize the list of gimp brushes -#: app/app_procs.c:558 app/internal_procs.c:143 app/preferences_dialog.c:2469 +#: app/app_procs.c:558 app/internal_procs.c:140 app/preferences_dialog.c:2501 msgid "Patterns" msgstr "Motifs" #. initialize the list of gimp patterns -#: app/app_procs.c:560 app/preferences_dialog.c:2473 +#: app/app_procs.c:560 app/preferences_dialog.c:2505 msgid "Palettes" msgstr "Palettes" #. initialize the list of gimp palettes -#: app/app_procs.c:562 app/internal_procs.c:113 app/preferences_dialog.c:2477 +#: app/app_procs.c:562 app/internal_procs.c:104 app/preferences_dialog.c:2509 msgid "Gradients" msgstr "Dégradés" @@ -125,12 +125,12 @@ msgstr "Quitter" #: app/curves.c:562 app/file_new_dialog.c:207 app/file_new_dialog.c:357 #: app/gdisplay_color_ui.c:135 app/gdisplay_ops.c:305 app/gimpprogress.c:112 #: app/global_edit.c:772 app/gradient.c:1768 app/gradient.c:4840 -#: app/gradient.c:5401 app/hue_saturation.c:374 app/interface.c:1027 -#: app/layers_dialog.c:3478 app/layers_dialog.c:3660 app/layers_dialog.c:3752 -#: app/layers_dialog.c:4012 app/levels.c:340 app/palette.c:1826 -#: app/posterize.c:202 app/preferences_dialog.c:1455 app/qmask.c:281 +#: app/gradient.c:5401 app/hue_saturation.c:374 app/interface.c:1039 +#: app/layers_dialog.c:3484 app/layers_dialog.c:3666 app/layers_dialog.c:3761 +#: app/layers_dialog.c:4021 app/levels.c:341 app/palette.c:1826 +#: app/posterize.c:202 app/preferences_dialog.c:1465 app/qmask.c:278 #: app/resize.c:194 app/resize.c:1326 app/threshold.c:275 -#: app/user_install.c:548 app/user_install.c:1190 modules/cdisplay_gamma.c:332 +#: app/user_install.c:548 app/user_install.c:1191 modules/cdisplay_gamma.c:332 #: modules/cdisplay_highcontrast.c:325 msgid "Cancel" msgstr "Annuler" @@ -143,11 +143,11 @@ msgstr "Chemin B msgid "Corrupt curve" msgstr "Courbe endommagée" -#: app/bezier_select.c:2941 +#: app/bezier_select.c:2995 msgid "Curve not closed!" msgstr "Courbe non fermée!" -#: app/bezier_select.c:3228 app/gimage_mask.c:618 +#: app/bezier_select.c:3282 app/gimage_mask.c:620 msgid "Paintbrush operation failed." msgstr "Échec de l'opération pinceau." @@ -175,7 +175,7 @@ msgstr "Personnaliser le D msgid "Blend:" msgstr "Mélange :" -#: app/blend.c:320 app/gradient.c:532 app/preferences_dialog.c:2201 +#: app/blend.c:320 app/gradient.c:532 app/preferences_dialog.c:2233 msgid "Linear" msgstr "Linéaire" @@ -223,7 +223,7 @@ msgstr "Spiral (sens inverse des aiguilles d'une montre)" msgid "Gradient:" msgstr "Dégradé :" -#: app/blend.c:342 app/by_color_select.c:817 app/preferences_dialog.c:1810 +#: app/blend.c:342 app/by_color_select.c:838 app/preferences_dialog.c:1820 msgid "None" msgstr "Aucun" @@ -271,7 +271,8 @@ msgstr "M msgid "Blend: " msgstr "Mélange : " -#: app/brightness_contrast.c:127 app/brightness_contrast.c:209 app/tools.c:668 +#: app/brightness_contrast.c:127 app/brightness_contrast.c:209 +#: app/tools.c:1049 msgid "Brightness-Contrast" msgstr "Luminosité-Contraste" @@ -284,19 +285,19 @@ msgstr "Luminosit #: app/color_balance.c:271 app/color_notebook.c:123 app/convert.c:504 #: app/curves.c:558 app/file_new_dialog.c:207 app/file_new_dialog.c:353 #: app/gdisplay_color_ui.c:133 app/gimpui.c:122 app/hue_saturation.c:370 -#: app/layers_dialog.c:3476 app/layers_dialog.c:3658 app/layers_dialog.c:3750 -#: app/layers_dialog.c:4010 app/levels.c:336 app/module_db.c:314 -#: app/posterize.c:198 app/preferences_dialog.c:1451 app/qmask.c:279 +#: app/layers_dialog.c:3482 app/layers_dialog.c:3664 app/layers_dialog.c:3759 +#: app/layers_dialog.c:4019 app/levels.c:337 app/module_db.c:314 +#: app/posterize.c:198 app/preferences_dialog.c:1461 app/qmask.c:276 #: app/resize.c:192 app/resize.c:1326 app/threshold.c:271 -#: app/user_install.c:1188 modules/cdisplay_gamma.c:330 +#: app/user_install.c:1189 modules/cdisplay_gamma.c:330 #: modules/cdisplay_highcontrast.c:323 msgid "OK" msgstr "OK" -#: app/brightness_contrast.c:216 app/by_color_select.c:694 +#: app/brightness_contrast.c:216 app/by_color_select.c:715 #: app/color_balance.c:273 app/curves.c:560 app/file_new_dialog.c:355 -#: app/hue_saturation.c:372 app/levels.c:338 app/posterize.c:200 -#: app/threshold.c:273 app/tools.c:1085 app/transform_core.c:406 +#: app/hue_saturation.c:372 app/levels.c:339 app/posterize.c:200 +#: app/threshold.c:273 app/tools.c:1542 app/transform_core.c:406 #: modules/colorsel_water.c:634 msgid "Reset" msgstr "R.à.Z." @@ -315,7 +316,7 @@ msgstr "Contraste" #. The preview toggle #: app/brightness_contrast.c:300 app/color_balance.c:441 app/curves.c:682 -#: app/fileops.c:401 app/hue_saturation.c:562 app/levels.c:569 +#: app/fileops.c:401 app/hue_saturation.c:562 app/levels.c:570 #: app/palette.c:3236 app/posterize.c:239 app/threshold.c:348 msgid "Preview" msgstr "Aperçu" @@ -325,15 +326,15 @@ msgid "Brush Editor" msgstr "Éditeur de pinceau" #. The close button -#: app/brush_edit.c:216 app/brush_select.c:281 app/by_color_select.c:696 +#: app/brush_edit.c:216 app/brush_select.c:281 app/by_color_select.c:717 #: app/color_notebook.c:123 app/color_picker.c:297 app/colormap_dialog.i.c:173 -#: app/crop.c:1054 app/devices.c:755 app/docindex.c:773 app/errorconsole.c:281 +#: app/crop.c:1068 app/devices.c:755 app/docindex.c:773 app/errorconsole.c:281 #: app/gdisplay_ops.c:305 app/gradient.c:800 app/gradient_select.c:153 -#: app/histogram_tool.c:276 app/info_window.c:255 app/lc_dialog.c:195 +#: app/histogram_tool.c:275 app/info_window.c:255 app/lc_dialog.c:195 #: app/measure.c:321 app/nav_window.c:1344 app/palette.c:2072 #: app/palette.c:2088 app/palette.c:3118 app/palette_select.c:66 -#: app/pattern_select.c:172 app/preferences_dialog.c:364 app/tips_dialog.c:160 -#: app/tools.c:1087 app/undo_history.c:752 +#: app/pattern_select.c:172 app/preferences_dialog.c:367 app/tips_dialog.c:160 +#: app/tools.c:1544 app/undo_history.c:752 msgid "Close" msgstr "Fermer" @@ -368,7 +369,7 @@ msgstr "Rafra msgid "No Brushes available" msgstr "Aucun pinceau disponible." -#: app/brush_select.c:448 app/layers_dialog.c:412 app/tool_options.c:526 +#: app/brush_select.c:448 app/layers_dialog.c:413 app/tool_options.c:526 msgid "Opacity:" msgstr "Opacité :" @@ -431,55 +432,55 @@ msgstr "Remplissage par motif" msgid "Bucket Fill operation failed." msgstr "L'opération de remplissage a échoué" -#: app/bucket_fill.c:347 +#: app/bucket_fill.c:351 msgid "No available patterns for this operation." msgstr "Aucun motif disponible pour cette opération." #. The shell and main vbox -#: app/by_color_select.c:689 +#: app/by_color_select.c:710 msgid "By Color Selection" msgstr "Sélection par Couleur" -#: app/by_color_select.c:745 +#: app/by_color_select.c:766 msgid "Inactive" msgstr "Inactif" -#: app/by_color_select.c:753 +#: app/by_color_select.c:774 msgid "Selection Mode" msgstr "Mode de sélection" -#: app/by_color_select.c:758 app/paint_funcs.c:100 +#: app/by_color_select.c:779 app/paint_funcs.c:101 msgid "Replace" msgstr "Remplacer" -#: app/by_color_select.c:760 app/colormap_dialog.i.c:130 +#: app/by_color_select.c:781 app/colormap_dialog.i.c:130 #: app/gdisplay_color_ui.c:120 msgid "Add" msgstr "Ajouter" -#: app/by_color_select.c:761 app/layers_dialog.c:380 app/tool_options.c:926 +#: app/by_color_select.c:782 app/layers_dialog.c:380 app/tool_options.c:926 msgid "Subtract" msgstr "Soustraction" -#: app/by_color_select.c:762 +#: app/by_color_select.c:783 msgid "Intersect" msgstr "Intersection" -#: app/by_color_select.c:773 +#: app/by_color_select.c:794 msgid "Fuzziness Threshold" msgstr "Seuil de Flou" -#: app/by_color_select.c:792 +#: app/by_color_select.c:813 #, fuzzy msgid "Selection" msgstr "Sélection : " -#: app/by_color_select.c:803 +#: app/by_color_select.c:824 #, fuzzy msgid "Invert" msgstr "Convertir" -#: app/by_color_select.c:810 +#: app/by_color_select.c:831 msgid "All" msgstr "" @@ -488,7 +489,7 @@ msgid "copy" msgstr "copier" #. formulate the new layer_mask name -#: app/channel.c:196 app/gradient.c:1599 app/layer.c:329 app/layer.c:1745 +#: app/channel.c:196 app/gradient.c:1599 app/layer.c:329 app/layer.c:1746 #, c-format msgid "%s copy" msgstr "Copie de %s" @@ -506,9 +507,9 @@ msgstr "D msgid "Offset X:" msgstr "Décalage X :" -#: app/channel_ops.c:115 app/crop.c:1063 app/file_new_dialog.c:530 +#: app/channel_ops.c:115 app/crop.c:1077 app/file_new_dialog.c:530 #: app/resize.c:343 app/resize.c:435 app/resize.c:572 app/rotate_tool.c:106 -#: app/scale_tool.c:100 app/shear_tool.c:82 app/user_install.c:1391 +#: app/scale_tool.c:100 app/shear_tool.c:82 app/user_install.c:1392 msgid "Y:" msgstr "Y :" @@ -517,12 +518,12 @@ msgstr "Y :" msgid "Wrap Around" msgstr "Espace enroulé" -#: app/channel_ops.c:174 app/image_new.c:76 app/image_new.c:291 -#: app/layers_dialog.c:3578 +#: app/channel_ops.c:174 app/image_new.c:76 app/image_new.c:290 +#: app/layers_dialog.c:3584 msgid "Background" msgstr "Fond" -#: app/channel_ops.c:175 app/image_new.c:86 app/layers_dialog.c:3580 +#: app/channel_ops.c:175 app/image_new.c:86 app/layers_dialog.c:3586 msgid "Transparent" msgstr "Transparent" @@ -564,17 +565,17 @@ msgid "Empty Channel Copy" msgstr "Copie de canal vide" #: app/channels_dialog.c:1433 app/color_balance.c:343 app/color_select.c:250 -#: app/curves.c:583 app/histogram_tool.c:304 app/levels.c:369 +#: app/curves.c:583 app/histogram_tool.c:303 app/levels.c:370 msgid "Red" msgstr "Rouge" #: app/channels_dialog.c:1437 app/color_balance.c:368 app/color_select.c:251 -#: app/curves.c:584 app/histogram_tool.c:305 app/levels.c:370 +#: app/curves.c:584 app/histogram_tool.c:304 app/levels.c:371 msgid "Green" msgstr "Vert" #: app/channels_dialog.c:1441 app/color_balance.c:393 app/color_select.c:252 -#: app/curves.c:585 app/histogram_tool.c:306 app/levels.c:371 +#: app/curves.c:585 app/histogram_tool.c:305 app/levels.c:372 msgid "Blue" msgstr "Bleu" @@ -637,7 +638,7 @@ msgid "No patterns available for this operation." msgstr "Pas de motif disponible pour cette opération." #. The shell and main vbox -#: app/color_balance.c:168 app/color_balance.c:266 app/tools.c:650 +#: app/color_balance.c:168 app/color_balance.c:266 app/tools.c:1021 msgid "Color Balance" msgstr "Balance de couleurs" @@ -689,7 +690,7 @@ msgstr "S msgid "Revert to Old Color" msgstr "Revenir à l'ancienne couleur" -#: app/color_picker.c:144 app/color_picker.c:248 app/tools.c:357 +#: app/color_picker.c:144 app/color_picker.c:248 app/tools.c:568 msgid "Color Picker" msgstr "Pipette à Couleurs" @@ -730,14 +731,14 @@ msgstr "Index :" msgid "Hex Triplet" msgstr "Triplet Héxa" -#: app/color_picker.c:272 app/histogram_tool.c:260 +#: app/color_picker.c:272 app/histogram_tool.c:259 msgid "Intensity:" msgstr "Intensité :" -#: app/color_picker.c:626 app/color_picker.c:627 app/color_picker.c:628 -#: app/color_picker.c:629 app/color_picker.c:630 app/color_picker.c:631 -#: app/color_picker.c:632 app/color_picker.c:644 app/color_picker.c:651 -#: app/color_picker.c:669 app/color_picker.c:684 app/info_window.c:185 +#: app/color_picker.c:632 app/color_picker.c:633 app/color_picker.c:634 +#: app/color_picker.c:635 app/color_picker.c:636 app/color_picker.c:637 +#: app/color_picker.c:638 app/color_picker.c:650 app/color_picker.c:657 +#: app/color_picker.c:675 app/color_picker.c:690 app/info_window.c:185 #: app/info_window.c:191 app/info_window.c:197 app/info_window.c:203 #: app/info_window.c:422 app/info_window.c:423 app/info_window.c:424 #: app/info_window.c:425 app/info_window.c:447 @@ -768,18 +769,18 @@ msgstr "V" msgid "B" msgstr "B" -#: app/color_select.c:247 app/layers_dialog.c:383 app/paint_funcs.c:94 +#: app/color_select.c:247 app/layers_dialog.c:383 app/paint_funcs.c:95 #: app/tool_options.c:929 msgid "Hue" msgstr "Teinte" -#: app/color_select.c:248 app/layers_dialog.c:384 app/paint_funcs.c:95 +#: app/color_select.c:248 app/layers_dialog.c:384 app/paint_funcs.c:96 #: app/tool_options.c:930 msgid "Saturation" msgstr "Saturation" -#: app/color_select.c:249 app/curves.c:582 app/histogram_tool.c:303 -#: app/layers_dialog.c:386 app/levels.c:368 app/paint_funcs.c:97 +#: app/color_select.c:249 app/curves.c:582 app/histogram_tool.c:302 +#: app/layers_dialog.c:386 app/levels.c:369 app/paint_funcs.c:98 #: app/tool_options.c:932 msgid "Value" msgstr "Valeur" @@ -932,7 +933,7 @@ msgstr "Flou" msgid "Sharpen" msgstr "Faire ressortir les formes" -#: app/crop.c:178 app/tools.c:231 +#: app/crop.c:178 app/tools.c:372 msgid "Crop & Resize" msgstr "Rogner & Redimensionner" @@ -950,11 +951,11 @@ msgstr "Permettre d' msgid "Tool Toggle" msgstr "Fonctionnement de l'outil" -#: app/crop.c:215 app/crop.c:1050 +#: app/crop.c:215 app/crop.c:1064 msgid "Crop" msgstr "Rogner" -#: app/crop.c:217 app/crop.c:1052 +#: app/crop.c:217 app/crop.c:1066 msgid "Resize" msgstr "Redimensionner" @@ -962,42 +963,42 @@ msgstr "Redimensionner" msgid "Crop: " msgstr "Rogner: " -#: app/crop.c:1023 +#: app/crop.c:1037 msgid "Crop: 0 x 0" msgstr "Rogner: 0 x 0" #. create the info dialog -#: app/crop.c:1044 +#: app/crop.c:1058 msgid "Crop & Resize Information" msgstr "Rognage & Redimensionnement, information" #. add the information fields -#: app/crop.c:1060 +#: app/crop.c:1074 msgid "Origin X:" msgstr "Origine X:" #. the pixel size labels -#: app/crop.c:1076 app/file_new_dialog.c:389 app/file_new_dialog.c:407 +#: app/crop.c:1090 app/file_new_dialog.c:389 app/file_new_dialog.c:407 #: app/tool_options.c:348 msgid "Width:" msgstr "Largeur:" -#: app/crop.c:1079 app/file_new_dialog.c:395 app/file_new_dialog.c:413 -#: app/layers_dialog.c:3519 app/resize.c:253 app/resize.c:278 app/resize.c:509 +#: app/crop.c:1093 app/file_new_dialog.c:395 app/file_new_dialog.c:413 +#: app/layers_dialog.c:3525 app/resize.c:253 app/resize.c:278 app/resize.c:509 #: app/scale_tool.c:79 app/scale_tool.c:86 app/tool_options.c:364 msgid "Height:" msgstr "Hauteur:" -#: app/crop.c:1101 +#: app/crop.c:1115 msgid "From Selection" msgstr "D'après la sélection" -#: app/crop.c:1107 +#: app/crop.c:1121 msgid "Auto Shrink" msgstr "Réduction automatique" #. The shell and main vbox -#: app/curves.c:393 app/curves.c:553 app/tools.c:740 +#: app/curves.c:393 app/curves.c:553 app/tools.c:1161 msgid "Curves" msgstr "Courbes" @@ -1009,7 +1010,7 @@ msgstr "Les courbes des images index msgid "Modify Curves for Channel:" msgstr "Modifier les courbes pour le canal :" -#: app/curves.c:586 app/levels.c:372 +#: app/curves.c:586 app/levels.c:373 msgid "Alpha" msgstr "Alpha" @@ -1026,12 +1027,12 @@ msgstr "R msgid "Free" msgstr "Libre" -#: app/curves.c:699 app/levels.c:597 app/module_db.c:864 +#: app/curves.c:699 app/levels.c:598 app/module_db.c:864 msgid "Load" msgstr "Charger" -#: app/curves.c:707 app/devices.c:753 app/levels.c:607 app/palette.c:2068 -#: app/preferences_dialog.c:362 app/preferences_dialog.c:1453 +#: app/curves.c:707 app/devices.c:753 app/levels.c:608 app/palette.c:2068 +#: app/preferences_dialog.c:365 app/preferences_dialog.c:1463 msgid "Save" msgstr "Enregistrer" @@ -1043,12 +1044,12 @@ msgstr "Charger courbes" msgid "Save Curves" msgstr "Enregistrer courbes" -#: app/curves.c:1578 +#: app/curves.c:1579 msgid "Load/Save Curves" msgstr "Charger/Enregistrer courbes" -#: app/curves.c:1623 app/curves.c:1641 app/levels.c:1429 app/levels.c:1447 -#: app/paths_dialog.c:1902 +#: app/curves.c:1624 app/curves.c:1642 app/levels.c:1441 app/levels.c:1459 +#: app/paths_dialog.c:1905 #, c-format msgid "Unable to open file %s" msgstr "Impossible d'ouvrir le fichier %s" @@ -1061,7 +1062,7 @@ msgstr "La d msgid "Device Status" msgstr "État du périphérique" -#: app/disp_callbacks.c:813 app/global_edit.c:297 app/global_edit.c:303 +#: app/disp_callbacks.c:816 app/global_edit.c:297 app/global_edit.c:303 #: app/global_edit.c:375 msgid "Pasted Layer" msgstr "Calque Copié" @@ -1116,11 +1117,11 @@ msgstr "Br msgid "Mode" msgstr "Mode" -#: app/edit_selection.c:181 +#: app/edit_selection.c:190 msgid "Move: 0, 0" msgstr "Déplacer : 0, 0" -#: app/edit_selection.c:427 app/edit_selection.c:437 +#: app/edit_selection.c:436 app/edit_selection.c:446 msgid "Move: " msgstr "Déplacement :" @@ -1134,7 +1135,7 @@ msgid "Hard Edge" msgstr "Contour dur" #. the anti_erase toggle -#: app/eraser.c:118 app/paint_funcs.c:101 +#: app/eraser.c:118 app/paint_funcs.c:102 msgid "Anti Erase" msgstr "Anti-Effacement" @@ -1208,8 +1209,8 @@ msgstr "Taille d'image : %s" msgid "New Image" msgstr "Nouvelle Image" -#: app/file_new_dialog.c:453 app/preferences_dialog.c:1526 -#: app/preferences_dialog.c:1563 app/user_install.c:1378 +#: app/file_new_dialog.c:453 app/preferences_dialog.c:1536 +#: app/preferences_dialog.c:1573 app/user_install.c:1379 msgid "Pixels" msgstr "Pixels" @@ -1390,13 +1391,13 @@ msgstr "Non" msgid "Flip Tool" msgstr "Outil Symétrie" -#: app/flip_tool.c:92 app/preferences_dialog.c:1577 -#: app/preferences_dialog.c:2348 +#: app/flip_tool.c:92 app/preferences_dialog.c:1587 +#: app/preferences_dialog.c:2380 msgid "Horizontal" msgstr "Horizontal" -#: app/flip_tool.c:94 app/preferences_dialog.c:1579 -#: app/preferences_dialog.c:2350 +#: app/flip_tool.c:94 app/preferences_dialog.c:1589 +#: app/preferences_dialog.c:2382 msgid "Vertical" msgstr "Vertical" @@ -1418,27 +1419,27 @@ msgstr "" "de la sélection flottante car elle appartient à\n" "un canal ou masque de calque." -#: app/gdisplay.c:220 +#: app/gdisplay.c:227 msgid "RGB-empty" msgstr "RVB-vide" -#: app/gdisplay.c:220 app/image_new.c:60 app/preferences_dialog.c:1623 +#: app/gdisplay.c:227 app/image_new.c:60 app/preferences_dialog.c:1633 msgid "RGB" msgstr "RVB" -#: app/gdisplay.c:223 +#: app/gdisplay.c:230 msgid "grayscale-empty" msgstr "niveau-de-gris-vide" -#: app/gdisplay.c:223 +#: app/gdisplay.c:230 msgid "grayscale" msgstr "niveaux de gris" -#: app/gdisplay.c:226 +#: app/gdisplay.c:233 msgid "indexed-empty" msgstr "indexé-vide" -#: app/gdisplay.c:226 +#: app/gdisplay.c:233 msgid "indexed" msgstr "indexé" @@ -1479,12 +1480,6 @@ msgstr "" "Changements effectués sur %s.\n" " Fermer quand même?" -#: app/gimage_cmds.c:3463 -msgid "" -"Image resolution is out of bounds,\n" -"using the default resolution instead." -msgstr "" - #: app/gimage_mask.c:208 msgid "" "Unable to cut/copy because the selected\n" @@ -1583,19 +1578,19 @@ msgstr " msgid "Can't fill unknown image type." msgstr "Impossible de remplir un type d'image inconnu." -#: app/gimpdrawable.c:501 +#: app/gimpdrawable.c:505 msgid "parasite attach to drawable" msgstr "attacher un parasite à la feuille" -#: app/gimpdrawable.c:536 +#: app/gimpdrawable.c:540 msgid "detach parasite from drawable" msgstr "détacher parasite de la feuille" -#: app/gimpdrawable.c:743 +#: app/gimpdrawable.c:747 msgid "unnamed" msgstr "sansnom" -#: app/gimpdrawable.c:760 +#: app/gimpdrawable.c:764 #, c-format msgid "Layer type %d not supported." msgstr "Type de calque %d non supporté." @@ -1669,7 +1664,7 @@ msgstr "" "Impossible d'ajouter un masque au\n" "calque car il en a déjà un." -#: app/gimpimage.c:3031 +#: app/gimpimage.c:3033 msgid "" "Unable to add a layer mask to a\n" "layer in an indexed image." @@ -1677,7 +1672,7 @@ msgstr "" "Impossible d'ajouter un masque\n" "au calque dans une image indexée." -#: app/gimpimage.c:3035 +#: app/gimpimage.c:3039 msgid "" "Cannot add layer mask to a layer\n" "with no alpha channel." @@ -1685,21 +1680,21 @@ msgstr "" "Impossible d'ajouter un masque\n" "dans un calque sans canal alpha." -#: app/gimpimage.c:3042 +#: app/gimpimage.c:3048 msgid "Cannot add layer mask of different dimensions than specified layer." msgstr "" "Impossible d'ajouter un masque de calque de dimensions différente que le " "calque spécifié." -#: app/gimpimage.c:3149 +#: app/gimpimage.c:3155 msgid "Channel cannot be raised any further" msgstr "Le canal ne peux pas être plus remonté" -#: app/gimpimage.c:3200 +#: app/gimpimage.c:3206 msgid "Channel cannot be lowered any further" msgstr "Le canal ne peux pas être abaissé plus" -#: app/gimpimage.c:3420 app/palette.c:364 app/palette.c:941 app/palette.c:1077 +#: app/gimpimage.c:3426 app/palette.c:364 app/palette.c:941 app/palette.c:1077 #: app/palette.c:2022 app/palette.c:2749 app/palette.c:2881 msgid "Untitled" msgstr "SansTitre" @@ -1712,41 +1707,41 @@ msgstr "Avancement" msgid "Please wait..." msgstr "Veuillez patienter..." -#: app/gimprc.c:465 +#: app/gimprc.c:471 #, c-format msgid "error parsing: \"%s\"\n" msgstr "erreur de lecture: \"%s\"\n" -#: app/gimprc.c:466 +#: app/gimprc.c:472 #, c-format msgid " at line %d column %d\n" msgstr " à la ligne %d, colonne %d\n" -#: app/gimprc.c:467 +#: app/gimprc.c:473 #, c-format msgid " unexpected token: %s\n" msgstr " mot inattendu : %s\n" -#: app/gimprc.c:1434 +#: app/gimprc.c:1442 msgid "error parsing pluginrc" msgstr "erreur d'analyse dans pluginrc" -#: app/gimprc.c:2869 +#: app/gimprc.c:2917 #, c-format msgid "Can't open %s; %s" msgstr "Je ne puis ouvrir %s; %s" -#: app/gimprc.c:2888 +#: app/gimprc.c:2936 #, c-format msgid "Can't rename %s to %s.old; %s" msgstr "Je ne puis renommer %s en %s.old; %s" -#: app/gimprc.c:2894 +#: app/gimprc.c:2942 #, c-format msgid "Couldn't reopen %s\n" msgstr "Je ne peux réouvrir %s\n" -#: app/gimprc.c:2906 +#: app/gimprc.c:2954 #, c-format msgid "Can't write to %s; %s" msgstr "Je ne puis écrire dans %s; %s" @@ -1775,49 +1770,49 @@ msgid "GIMP Message" msgstr "Message de Gimp" #. pseudo unit -#: app/gimpunit.c:58 +#: app/gimpunit.c:63 msgid "pixel" msgstr "pixel" -#: app/gimpunit.c:58 app/measure.c:504 app/measure.c:508 app/paint_core.c:511 +#: app/gimpunit.c:63 app/measure.c:507 app/measure.c:511 app/paint_core.c:530 msgid "pixels" msgstr "pixels" #. standard units -#: app/gimpunit.c:61 +#: app/gimpunit.c:66 msgid "inch" msgstr "pouce" -#: app/gimpunit.c:61 +#: app/gimpunit.c:66 msgid "inches" msgstr "pouces" -#: app/gimpunit.c:62 +#: app/gimpunit.c:67 msgid "millimeter" msgstr "millimètre" -#: app/gimpunit.c:62 +#: app/gimpunit.c:67 msgid "millimeters" msgstr "millimètres" #. professional units -#: app/gimpunit.c:65 +#: app/gimpunit.c:70 msgid "point" msgstr "point" -#: app/gimpunit.c:65 +#: app/gimpunit.c:70 msgid "points" msgstr "points" -#: app/gimpunit.c:66 +#: app/gimpunit.c:71 msgid "pica" msgstr "pica" -#: app/gimpunit.c:66 +#: app/gimpunit.c:71 msgid "picas" msgstr "picas" -#: app/gimpunit.c:73 +#: app/gimpunit.c:78 msgid "percent" msgstr "pourcent" @@ -2194,44 +2189,44 @@ msgid "Gradient Selection" msgstr "Sélection de Dégradé" #. The shell and main vbox -#: app/histogram_tool.c:166 app/histogram_tool.c:270 app/tools.c:776 +#: app/histogram_tool.c:165 app/histogram_tool.c:269 app/tools.c:1217 msgid "Histogram" msgstr "Histogramme" -#: app/histogram_tool.c:204 +#: app/histogram_tool.c:203 msgid "Histogram does not operate on indexed drawables." msgstr "L'histogramme n'opère pas sur les images indexées." -#: app/histogram_tool.c:256 +#: app/histogram_tool.c:255 msgid "Mean:" msgstr "Moyenne :" -#: app/histogram_tool.c:257 +#: app/histogram_tool.c:256 msgid "Std Dev:" msgstr "Dev Std :" -#: app/histogram_tool.c:258 +#: app/histogram_tool.c:257 msgid "Median:" msgstr "Médiane :" -#: app/histogram_tool.c:259 +#: app/histogram_tool.c:258 msgid "Pixels:" msgstr "Pixels :" -#: app/histogram_tool.c:261 +#: app/histogram_tool.c:260 msgid "Count:" msgstr "Compte :" -#: app/histogram_tool.c:262 +#: app/histogram_tool.c:261 msgid "Percentile:" msgstr "%-ile :" -#: app/histogram_tool.c:295 +#: app/histogram_tool.c:294 msgid "Information on Channel:" msgstr "Informations sur le canal :" #. The shell and main vbox -#: app/hue_saturation.c:245 app/hue_saturation.c:365 app/tools.c:686 +#: app/hue_saturation.c:245 app/hue_saturation.c:365 app/tools.c:1077 msgid "Hue-Saturation" msgstr "Teinte-Saturation" @@ -2277,45 +2272,51 @@ msgstr "Luminosit msgid "Saturation:" msgstr "Saturation" +#: app/image_cmds.c:3463 +msgid "" +"Image resolution is out of bounds,\n" +"using the default resolution instead." +msgstr "" + #: app/image_new.c:65 app/info_window.c:65 app/info_window.c:534 -#: app/preferences_dialog.c:1624 +#: app/preferences_dialog.c:1634 msgid "Grayscale" msgstr "Niveaux de gris" -#: app/image_new.c:71 app/layers_dialog.c:3577 +#: app/image_new.c:71 app/layers_dialog.c:3583 msgid "Foreground" msgstr "Avant-Plan" -#: app/image_new.c:81 app/layers_dialog.c:3579 +#: app/image_new.c:81 app/layers_dialog.c:3585 msgid "White" msgstr "Blanc" -#: app/image_new.c:335 +#: app/image_new.c:336 #, c-format msgid "%d Bytes" msgstr "%d Octets" -#: app/image_new.c:337 +#: app/image_new.c:338 #, c-format msgid "%.2f KB" msgstr "%.2f ko" -#: app/image_new.c:339 +#: app/image_new.c:340 #, c-format msgid "%.1f KB" msgstr "%.1f ko" -#: app/image_new.c:341 +#: app/image_new.c:342 #, c-format msgid "%d KB" msgstr "%d ko" -#: app/image_new.c:343 +#: app/image_new.c:344 #, c-format msgid "%.2f MB" msgstr "%.2f Mo" -#: app/image_new.c:345 +#: app/image_new.c:346 #, c-format msgid "%.1f MB" msgstr "%.1f Mo" @@ -2344,8 +2345,8 @@ msgstr "" "Le dégradé actif.\n" "Cliquez pour ouvrir le dialogue de dégradés." -#: app/info_dialog.c:185 app/preferences_dialog.c:1784 -#: app/preferences_dialog.c:1890 +#: app/info_dialog.c:185 app/preferences_dialog.c:1794 +#: app/preferences_dialog.c:1900 msgid "General" msgstr "Général" @@ -2474,7 +2475,7 @@ msgstr "Vitesse" msgid "Shape" msgstr "Forme" -#: app/interface.c:305 +#: app/interface.c:308 msgid "" "Foreground & background colors. The black and white squares reset colors. " "The arrows swap colors. Double click to select a color from a colorrequester." @@ -2500,7 +2501,7 @@ msgstr "Canal" msgid "Channel Ops" msgstr "Opérations de canaux" -#: app/internal_procs.c:80 app/layers_dialog.c:385 app/paint_funcs.c:96 +#: app/internal_procs.c:80 app/layers_dialog.c:385 app/paint_funcs.c:97 #: app/tool_options.c:816 app/tool_options.c:931 msgid "Color" msgstr "Couleur" @@ -2510,88 +2511,88 @@ msgid "Convert" msgstr "Convertir" #: app/internal_procs.c:86 -msgid "Drawable procedures" -msgstr "Procédures Drawable" - -#: app/internal_procs.c:89 -msgid "Edit procedures" -msgstr "Procédures d'édition" - -#: app/internal_procs.c:92 -msgid "File Operations" -msgstr "Opérations de fichiers" - -#: app/internal_procs.c:95 -msgid "Floating selections" -msgstr "Sélections flottantes" - -#: app/internal_procs.c:98 msgid "GDisplay procedures" msgstr "Procédures GDisplay" -#: app/internal_procs.c:101 app/palette.c:3182 -msgid "Image" -msgstr "Image" +#: app/internal_procs.c:89 +msgid "Drawable procedures" +msgstr "Procédures Drawable" -#: app/internal_procs.c:104 -msgid "Image mask" -msgstr "Masque d'image" +#: app/internal_procs.c:92 +msgid "Edit procedures" +msgstr "Procédures d'édition" -#: app/internal_procs.c:107 +#: app/internal_procs.c:95 +msgid "File Operations" +msgstr "Opérations de fichiers" + +#: app/internal_procs.c:98 +msgid "Floating selections" +msgstr "Sélections flottantes" + +#: app/internal_procs.c:101 msgid "Gimprc procedures" msgstr "Procédures Gimprc" -#: app/internal_procs.c:110 -msgid "Help procedures" -msgstr "Procédures d'aide" - -#: app/internal_procs.c:116 +#: app/internal_procs.c:107 msgid "Gradient UI" msgstr "Dégradé (interface utilisateur)" -#: app/internal_procs.c:119 +#: app/internal_procs.c:110 msgid "Guide procedures" msgstr "Procédures sur les guides" -#: app/internal_procs.c:122 app/preferences_dialog.c:1774 -#: app/preferences_dialog.c:1776 -msgid "Interface" -msgstr "Interface" +#: app/internal_procs.c:113 +msgid "Help procedures" +msgstr "Procédures d'aide" + +#: app/internal_procs.c:116 app/palette.c:3182 +msgid "Image" +msgstr "Image" #. the layer name label -#: app/internal_procs.c:125 app/layer_select.c:137 +#: app/internal_procs.c:119 app/layer_select.c:137 msgid "Layer" msgstr "Calque" -#: app/internal_procs.c:128 +#: app/internal_procs.c:122 app/preferences_dialog.c:1784 +#: app/preferences_dialog.c:1786 +msgid "Interface" +msgstr "Interface" + +#: app/internal_procs.c:125 msgid "Miscellaneous" msgstr "Divers" -#: app/internal_procs.c:131 app/palette.c:2197 app/palette.c:2209 +#: app/internal_procs.c:128 app/palette.c:2197 app/palette.c:2209 #: app/palette_select.c:87 msgid "Palette" msgstr "Palette" -#: app/internal_procs.c:134 +#: app/internal_procs.c:131 msgid "Parasite procedures" msgstr "Procédures sur les parasites" -#: app/internal_procs.c:137 app/lc_dialog.c:179 +#: app/internal_procs.c:134 app/lc_dialog.c:179 msgid "Paths" msgstr "Chemins" -#: app/internal_procs.c:140 +#: app/internal_procs.c:137 msgid "Pattern UI" msgstr "Motifs (interface utilisateur)" -#: app/internal_procs.c:146 +#: app/internal_procs.c:143 msgid "Plug-in" msgstr "Module" -#: app/internal_procs.c:149 +#: app/internal_procs.c:146 msgid "Procedural database" msgstr "Base de données procédurales" +#: app/internal_procs.c:149 +msgid "Image mask" +msgstr "Masque d'image" + #: app/internal_procs.c:152 msgid "Text procedures" msgstr "Procédures Texte" @@ -2629,7 +2630,7 @@ msgstr "masque %s" msgid "Layer Select" msgstr "Sélection de Calque" -#: app/layers_dialog.c:264 app/layers_dialog.c:3509 +#: app/layers_dialog.c:264 app/layers_dialog.c:3515 msgid "New Layer" msgstr "Nouveau Calque" @@ -2661,43 +2662,43 @@ msgstr "Ancrer calque" msgid "Delete Layer" msgstr "Effacer Calque" -#: app/layers_dialog.c:372 app/paint_funcs.c:83 app/tool_options.c:917 +#: app/layers_dialog.c:372 app/paint_funcs.c:84 app/tool_options.c:917 msgid "Normal" msgstr "Normal" -#: app/layers_dialog.c:373 app/paint_funcs.c:84 app/tool_options.c:918 +#: app/layers_dialog.c:373 app/paint_funcs.c:85 app/tool_options.c:918 msgid "Dissolve" msgstr "Dissoudre" -#: app/layers_dialog.c:374 app/paint_funcs.c:86 app/tool_options.c:920 +#: app/layers_dialog.c:374 app/paint_funcs.c:87 app/tool_options.c:920 msgid "Multiply (Burn)" msgstr "Multiplier (Brûler)" -#: app/layers_dialog.c:375 app/paint_funcs.c:98 app/tool_options.c:921 +#: app/layers_dialog.c:375 app/paint_funcs.c:99 app/tool_options.c:921 msgid "Divide (Dodge)" msgstr "Diviser" -#: app/layers_dialog.c:376 app/paint_funcs.c:87 app/tool_options.c:922 +#: app/layers_dialog.c:376 app/paint_funcs.c:88 app/tool_options.c:922 msgid "Screen" msgstr "Écran" -#: app/layers_dialog.c:377 app/paint_funcs.c:88 app/tool_options.c:923 +#: app/layers_dialog.c:377 app/paint_funcs.c:89 app/tool_options.c:923 msgid "Overlay" msgstr "Superposer" -#: app/layers_dialog.c:378 app/paint_funcs.c:89 app/tool_options.c:924 +#: app/layers_dialog.c:378 app/paint_funcs.c:90 app/tool_options.c:924 msgid "Difference" msgstr "Différence" -#: app/layers_dialog.c:379 app/paint_funcs.c:90 app/tool_options.c:925 +#: app/layers_dialog.c:379 app/paint_funcs.c:91 app/tool_options.c:925 msgid "Addition" msgstr "Addition" -#: app/layers_dialog.c:381 app/paint_funcs.c:92 app/tool_options.c:927 +#: app/layers_dialog.c:381 app/paint_funcs.c:93 app/tool_options.c:927 msgid "Darken Only" msgstr "Noircir seulement" -#: app/layers_dialog.c:382 app/paint_funcs.c:93 app/tool_options.c:928 +#: app/layers_dialog.c:382 app/paint_funcs.c:94 app/tool_options.c:928 msgid "Lighten Only" msgstr "Éclaircir seulement" @@ -2705,62 +2706,67 @@ msgstr " msgid "Keep Trans." msgstr "Garder trans." -#: app/layers_dialog.c:1901 +#: app/layers_dialog.c:405 +#, fuzzy +msgid "Keep Transparency" +msgstr "Transparence" + +#: app/layers_dialog.c:1907 msgid "Empty Layer Copy" msgstr "Copie de calque vide" -#: app/layers_dialog.c:2163 app/layers_dialog.c:3320 app/layers_dialog.c:3687 +#: app/layers_dialog.c:2169 app/layers_dialog.c:3326 app/layers_dialog.c:3693 msgid "Floating Selection" msgstr "Sélection Flottante" -#: app/layers_dialog.c:3470 +#: app/layers_dialog.c:3476 msgid "New Layer Options" msgstr "Options de Nouveau Calque" #. The name label and entry -#: app/layers_dialog.c:3499 +#: app/layers_dialog.c:3505 msgid "Layer Name:" msgstr "Nom du calque :" #. The size labels -#: app/layers_dialog.c:3513 +#: app/layers_dialog.c:3519 msgid "Layer Width:" msgstr "Largeur du Calque :" -#: app/layers_dialog.c:3573 +#: app/layers_dialog.c:3579 msgid "Layer Fill Type" msgstr "Type de Remplissage de Calque" -#: app/layers_dialog.c:3652 +#: app/layers_dialog.c:3658 msgid "Edit Layer Attributes" msgstr "Éditer les Attributs du Calque" -#: app/layers_dialog.c:3679 +#: app/layers_dialog.c:3685 msgid "Layer name:" msgstr "Nom du calque :" -#: app/layers_dialog.c:3744 +#: app/layers_dialog.c:3753 msgid "Add Mask Options" msgstr "Options d'Ajout de masque" #. The radio frame and box -#: app/layers_dialog.c:3762 +#: app/layers_dialog.c:3771 msgid "Initialize Layer Mask to:" msgstr "Initialiser le masque de calque à :" -#: app/layers_dialog.c:3767 +#: app/layers_dialog.c:3776 msgid "White (Full Opacity)" msgstr "Blanc (Opacité Complète)" -#: app/layers_dialog.c:3769 +#: app/layers_dialog.c:3778 msgid "Black (Full Transparency)" msgstr "Noir (Transparence Totale)" -#: app/layers_dialog.c:3771 +#: app/layers_dialog.c:3780 msgid "Layer's Alpha Channel" msgstr "Canal Alpha du Calque" -#: app/layers_dialog.c:3832 app/layers_dialog.c:3918 +#: app/layers_dialog.c:3841 app/layers_dialog.c:3927 msgid "" "Invalid width or height.\n" "Both must be positive." @@ -2768,27 +2774,27 @@ msgstr "" "Hauteur ou largeur non valide.\n" "Les deux doivent être positives." -#: app/layers_dialog.c:4004 +#: app/layers_dialog.c:4013 msgid "Layer Merge Options" msgstr "Options de Fusion de Calques" -#: app/layers_dialog.c:4029 +#: app/layers_dialog.c:4038 msgid "Final, Merged Layer should be:" msgstr "Le calque final, fusionné, devra être :" -#: app/layers_dialog.c:4030 +#: app/layers_dialog.c:4039 msgid "Final, Anchored Layer should be:" msgstr "Le calque final, ancré, devra être :" -#: app/layers_dialog.c:4035 +#: app/layers_dialog.c:4044 msgid "Expanded as necessary" msgstr "Étendu autant que nécessaire" -#: app/layers_dialog.c:4037 +#: app/layers_dialog.c:4046 msgid "Clipped to image" msgstr "Rogné à la taille de l'image" -#: app/layers_dialog.c:4039 +#: app/layers_dialog.c:4048 msgid "Clipped to bottom layer" msgstr "Rogné à la taille du calque le plus bas" @@ -2797,7 +2803,7 @@ msgid "Layers, Channels & Paths" msgstr "Calques, canaux & chemins" #. The Auto-button -#: app/lc_dialog.c:147 app/levels.c:587 +#: app/lc_dialog.c:147 app/levels.c:588 msgid "Auto" msgstr "Auto" @@ -2810,35 +2816,35 @@ msgid "Channels" msgstr "Canaux" #. The shell and main vbox -#: app/levels.c:196 app/levels.c:331 app/tools.c:758 +#: app/levels.c:197 app/levels.c:332 app/tools.c:1189 msgid "Levels" msgstr "Niveaux" -#: app/levels.c:234 +#: app/levels.c:235 msgid "Levels for indexed drawables cannot be adjusted." msgstr "les niveaux d'un dessin indexé ne peuvent être ajustés." -#: app/levels.c:360 +#: app/levels.c:361 msgid "Modify Levels for Channel:" msgstr "Modifier les niveaux pour le canal : " -#: app/levels.c:384 +#: app/levels.c:385 msgid "Input Levels:" msgstr "Niveaux d'entrée :" -#: app/levels.c:493 +#: app/levels.c:494 msgid "Output Levels:" msgstr "Niveaux de sortie :" -#: app/levels.c:1050 +#: app/levels.c:1052 msgid "Load Levels" msgstr "Charger niveaux" -#: app/levels.c:1065 +#: app/levels.c:1067 msgid "Save Levels" msgstr "Enregistrer niveaux" -#: app/levels.c:1384 +#: app/levels.c:1396 msgid "Load/Save Levels" msgstr "Charger/Enregistrer niveaux" @@ -2969,7 +2975,7 @@ msgstr "Utiliser la fen msgid "Distance:" msgstr "Distance :" -#: app/measure.c:504 app/measure.c:509 app/measure.c:517 app/measure.c:545 +#: app/measure.c:507 app/measure.c:512 app/measure.c:520 app/measure.c:548 msgid "degrees" msgstr "degrés" @@ -3820,7 +3826,7 @@ msgstr " msgid "Autoload during startup" msgstr "Charger automatiquement durant le démarrage" -#: app/move.c:473 +#: app/move.c:494 msgid "Move Tool" msgstr "Outil déplacement" @@ -3834,19 +3840,19 @@ msgstr "Navigation : %s-%d.%d" msgid "Navigation: No Image" msgstr "Navigation : pas d'image" -#: app/paint_core.c:745 +#: app/paint_core.c:791 msgid "No brushes available for use with this tool." msgstr "Pas de brosse disponible pour être utilisée avec cet outil." -#: app/paint_funcs.c:85 app/tool_options.c:919 +#: app/paint_funcs.c:86 app/tool_options.c:919 msgid "Behind" msgstr "Derrière" -#: app/paint_funcs.c:91 +#: app/paint_funcs.c:92 msgid "Subtraction" msgstr "Soustraction" -#: app/paint_funcs.c:99 +#: app/paint_funcs.c:100 msgid "Erase" msgstr "Effacer" @@ -4094,40 +4100,40 @@ msgstr " msgid "Enter a new name for the path" msgstr "Entrez un nouveau nom pour le chemin" -#: app/paths_dialog.c:1916 +#: app/paths_dialog.c:1919 #, c-format msgid "Failed to read from %s" msgstr "Échec de la lecture à partir de %s" -#: app/paths_dialog.c:1931 +#: app/paths_dialog.c:1934 #, c-format msgid "Failed to read path from %s" msgstr "Échec de la lecture du chemin à partir de %s" -#: app/paths_dialog.c:1938 +#: app/paths_dialog.c:1941 #, c-format msgid "No points specified in path file %s" msgstr "Aucun point spécifié dans le fichier de chemin %s" -#: app/paths_dialog.c:1949 +#: app/paths_dialog.c:1952 #, c-format msgid "Failed to read path points from %s" msgstr "Échec de la lecture des points à partir de %s" -#: app/paths_dialog.c:2022 app/xcf.c:436 +#: app/paths_dialog.c:2025 app/xcf.c:436 #, c-format msgid "open failed on %s: %s\n" msgstr "échec de l'ouverture de %s: %s\n" -#: app/paths_dialog.c:2044 +#: app/paths_dialog.c:2047 msgid "Load/Store Bezier Curves" msgstr "Charger/Stocker des courbes de Bézier" -#: app/paths_dialog.c:2084 +#: app/paths_dialog.c:2087 msgid "Load Path" msgstr "Charger chemin" -#: app/paths_dialog.c:2106 +#: app/paths_dialog.c:2109 msgid "Store Path" msgstr "Stocker chemin" @@ -4215,7 +4221,7 @@ msgstr "" msgid "Posterize does not operate on indexed drawables." msgstr "La postérisation n'opère pas sur les images indexées." -#: app/posterize.c:193 app/tools.c:704 +#: app/posterize.c:193 app/tools.c:1105 msgid "Posterize" msgstr "Postériser" @@ -4223,51 +4229,51 @@ msgstr "Post msgid "Posterize Levels:" msgstr "Niveaux de Postérisation :" -#: app/preferences_dialog.c:244 +#: app/preferences_dialog.c:247 msgid "Error: Levels of undo must be zero or greater." msgstr "Erreur : le nombre de niveaux d'annulation doit être positif ou nul." -#: app/preferences_dialog.c:250 +#: app/preferences_dialog.c:253 msgid "Error: Marching speed must be 50 or greater." msgstr "Erreur : La vitesse des « marchings ants » doit être de 50 au minimum." -#: app/preferences_dialog.c:256 +#: app/preferences_dialog.c:259 msgid "Error: Default width must be one or greater." msgstr "Erreur : La largeur par défaut doit être au moins un." -#: app/preferences_dialog.c:262 +#: app/preferences_dialog.c:265 msgid "Error: Default height must be one or greater." msgstr "Erreur : La hauteur par défaut doit être au moins un." -#: app/preferences_dialog.c:269 +#: app/preferences_dialog.c:272 msgid "Error: Default unit must be within unit range." msgstr "Erreur : L'unité par défaut doit être au moins un." -#: app/preferences_dialog.c:276 +#: app/preferences_dialog.c:279 msgid "Error: Default resolution must not be zero." msgstr "Erreur : la résolution par défaut ne peux pas être zéro." -#: app/preferences_dialog.c:284 +#: app/preferences_dialog.c:287 msgid "Error: Default resolution unit must be within unit range." msgstr "Erreur : L'unité de résolution par défaut doit être au moins un." -#: app/preferences_dialog.c:291 +#: app/preferences_dialog.c:294 msgid "Error: Monitor resolution must not be zero." msgstr "Erreur : la résolution du moniteur ne peux pas être zéro." -#: app/preferences_dialog.c:298 +#: app/preferences_dialog.c:301 msgid "Error: Image title format must not be NULL." msgstr "Erreur : le format du titre d'image ne peut pas être NULL." -#: app/preferences_dialog.c:305 +#: app/preferences_dialog.c:308 msgid "Error: Number of processors must be between 1 and 30." msgstr "Erreur : le nombre de processeurs doit être entre 1 et 30." -#: app/preferences_dialog.c:356 +#: app/preferences_dialog.c:359 msgid "Save Preferences ?" msgstr "Enregistrer les préférences ?" -#: app/preferences_dialog.c:377 +#: app/preferences_dialog.c:380 msgid "" "At least one of the changes you made will only\n" "take effect after you restart the GIMP.\n" @@ -4286,497 +4292,514 @@ msgstr "" "« Fermer » et les parties critiques de vos changements\n" "ne seront pas appliquées." -#: app/preferences_dialog.c:471 +#: app/preferences_dialog.c:474 msgid "You will need to restart GIMP for these changes to take effect." msgstr "Vous devez relancer GIMP pour que ces changements prennent effet." -#: app/preferences_dialog.c:1020 +#: app/preferences_dialog.c:1029 #, c-format msgid "The default comment is limited to %d characters." msgstr "" -#: app/preferences_dialog.c:1445 +#: app/preferences_dialog.c:1455 msgid "Preferences" msgstr "Préférences" #. The categories tree -#: app/preferences_dialog.c:1467 +#: app/preferences_dialog.c:1477 msgid "Categories" msgstr "Catégories" -#: app/preferences_dialog.c:1495 app/preferences_dialog.c:1497 +#: app/preferences_dialog.c:1505 app/preferences_dialog.c:1507 msgid "New File" msgstr "Nouveau Fichier" -#: app/preferences_dialog.c:1508 +#: app/preferences_dialog.c:1518 msgid "Default Image Size and Unit" msgstr "Taille et unité par défaut de l'image" -#: app/preferences_dialog.c:1522 +#: app/preferences_dialog.c:1532 msgid "Width" msgstr "Largeur" -#: app/preferences_dialog.c:1524 +#: app/preferences_dialog.c:1534 msgid "Height" msgstr "Hauteur" -#: app/preferences_dialog.c:1554 +#: app/preferences_dialog.c:1564 msgid "Default Image Resolution and Resolution Unit" msgstr "Résolution et unités par défaut de l'image" -#: app/preferences_dialog.c:1581 app/preferences_dialog.c:2352 +#: app/preferences_dialog.c:1591 app/preferences_dialog.c:2384 msgid "dpi" msgstr "pts par pouce" -#: app/preferences_dialog.c:1628 +#: app/preferences_dialog.c:1638 msgid "Default Image Type:" msgstr "Type d'image par défaut" -#: app/preferences_dialog.c:1640 +#: app/preferences_dialog.c:1650 msgid "Maximum Image Size:" msgstr "Taille maximal de l'image:" -#: app/preferences_dialog.c:1645 app/preferences_dialog.c:1647 +#: app/preferences_dialog.c:1655 app/preferences_dialog.c:1657 msgid "Default Comment" msgstr "Commentaire par Défaut" -#: app/preferences_dialog.c:1655 +#: app/preferences_dialog.c:1665 msgid "Comment Used for New Images" msgstr "Commentaire Utilisé pour les Nouvelles Images" -#: app/preferences_dialog.c:1675 app/preferences_dialog.c:1677 +#: app/preferences_dialog.c:1685 app/preferences_dialog.c:1687 msgid "Display" msgstr "Affichage" -#: app/preferences_dialog.c:1685 +#: app/preferences_dialog.c:1695 msgid "Transparency" msgstr "Transparence" -#: app/preferences_dialog.c:1704 +#: app/preferences_dialog.c:1714 msgid "Light Checks" msgstr "Damier clair" -#: app/preferences_dialog.c:1705 +#: app/preferences_dialog.c:1715 msgid "Mid-Tone Checks" msgstr "Damier gris moyen" -#: app/preferences_dialog.c:1706 +#: app/preferences_dialog.c:1716 msgid "Dark Checks" msgstr "Damier sombre" -#: app/preferences_dialog.c:1707 +#: app/preferences_dialog.c:1717 msgid "White Only" msgstr "Blanc Seulement" -#: app/preferences_dialog.c:1708 +#: app/preferences_dialog.c:1718 msgid "Gray Only" msgstr "Gris Seulement" -#: app/preferences_dialog.c:1709 +#: app/preferences_dialog.c:1719 msgid "Black Only" msgstr "Noir Seulement" -#: app/preferences_dialog.c:1713 +#: app/preferences_dialog.c:1723 msgid "Transparency Type:" msgstr "Type de Transparence:" -#: app/preferences_dialog.c:1720 app/preferences_dialog.c:1812 -#: app/preferences_dialog.c:1826 +#: app/preferences_dialog.c:1730 app/preferences_dialog.c:1822 +#: app/preferences_dialog.c:1836 msgid "Small" msgstr "Petit" -#: app/preferences_dialog.c:1721 app/preferences_dialog.c:1813 -#: app/preferences_dialog.c:1827 +#: app/preferences_dialog.c:1731 app/preferences_dialog.c:1823 +#: app/preferences_dialog.c:1837 msgid "Medium" msgstr "Moyen" -#: app/preferences_dialog.c:1722 app/preferences_dialog.c:1814 -#: app/preferences_dialog.c:1828 +#: app/preferences_dialog.c:1732 app/preferences_dialog.c:1824 +#: app/preferences_dialog.c:1838 msgid "Large" msgstr "Large" -#: app/preferences_dialog.c:1726 +#: app/preferences_dialog.c:1736 msgid "Check Size:" msgstr "Taille des Cases :" -#: app/preferences_dialog.c:1729 +#: app/preferences_dialog.c:1739 msgid "8-Bit Displays" msgstr "Affichages 8-bits" -#: app/preferences_dialog.c:1750 +#: app/preferences_dialog.c:1760 msgid "Minimum Number of Colors:" msgstr "" -#: app/preferences_dialog.c:1753 +#: app/preferences_dialog.c:1763 msgid "Install Colormap" msgstr "Installer la palette de couleurs (8-bits uniquement)" -#: app/preferences_dialog.c:1762 +#: app/preferences_dialog.c:1772 msgid "Colormap Cycling" msgstr "Cyclage de la palette de couleurs (8-bits uniquement)" -#: app/preferences_dialog.c:1811 +#: app/preferences_dialog.c:1821 msgid "Tiny" msgstr "Petit" -#: app/preferences_dialog.c:1815 +#: app/preferences_dialog.c:1825 msgid "Huge" msgstr "Énorme" -#: app/preferences_dialog.c:1819 +#: app/preferences_dialog.c:1829 msgid "Preview Size:" msgstr "Taille de l'aperçu :" -#: app/preferences_dialog.c:1832 +#: app/preferences_dialog.c:1842 msgid "Nav Preview Size:" msgstr "Taille de l'aperçu de navigation :" -#: app/preferences_dialog.c:1842 +#: app/preferences_dialog.c:1852 msgid "Recent Documents List Size:" msgstr "Taille de la liste des documents récents :" #. Indicators -#: app/preferences_dialog.c:1846 +#: app/preferences_dialog.c:1856 msgid "Toolbox" msgstr "Boîte à outils" -#: app/preferences_dialog.c:1849 +#: app/preferences_dialog.c:1859 msgid "Display Brush, Pattern and Gradient Indicators" msgstr "" "Afficher les indicateurs de brosse, motif et dégradé sur la barre d'outils" -#: app/preferences_dialog.c:1858 +#: app/preferences_dialog.c:1868 msgid "Dialog Behaviour" msgstr "Comportement du dialogue" -#: app/preferences_dialog.c:1860 +#: app/preferences_dialog.c:1870 msgid "Navigation Window per Display" msgstr "Fenêtre de navigation par Affichage" -#: app/preferences_dialog.c:1869 +#: app/preferences_dialog.c:1879 msgid "Info Window Follows Mouse" msgstr "la fenêtre d'information suit la souris" -#: app/preferences_dialog.c:1880 app/preferences_dialog.c:1882 +#: app/preferences_dialog.c:1890 app/preferences_dialog.c:1892 msgid "Help System" msgstr "Système d'aide" -#: app/preferences_dialog.c:1892 +#: app/preferences_dialog.c:1902 msgid "Show Tool Tips" msgstr "Afficher les bulles d'aide" -#: app/preferences_dialog.c:1902 +#: app/preferences_dialog.c:1912 msgid "Context Sensitive Help with \"F1\"" msgstr "Aide contextuelle avec \"F1\"" -#: app/preferences_dialog.c:1911 +#: app/preferences_dialog.c:1921 msgid "Help Browser" msgstr "Navigateur d'aide" -#: app/preferences_dialog.c:1923 +#: app/preferences_dialog.c:1933 msgid "Internal" msgstr "Interne" -#: app/preferences_dialog.c:1924 +#: app/preferences_dialog.c:1934 msgid "Netscape" msgstr "Netscape" -#: app/preferences_dialog.c:1928 +#: app/preferences_dialog.c:1938 msgid "Help Browser to Use:" msgstr "Navigateur d'aide à utiliser" -#: app/preferences_dialog.c:1933 app/preferences_dialog.c:1935 +#: app/preferences_dialog.c:1943 app/preferences_dialog.c:1945 msgid "Image Windows" msgstr "Fenêtres d'images" -#: app/preferences_dialog.c:1943 +#: app/preferences_dialog.c:1953 msgid "Appearance" msgstr "Apparence" -#: app/preferences_dialog.c:1945 +#: app/preferences_dialog.c:1955 msgid "Use \"Dot for Dot\" by default" msgstr "Utiliser « Point pour point » par défaut" -#: app/preferences_dialog.c:1954 +#: app/preferences_dialog.c:1964 msgid "Resize Window on Zoom" msgstr "Redimensionner la fenêtre après un zoom" -#: app/preferences_dialog.c:1963 +#: app/preferences_dialog.c:1973 msgid "Show Rulers" msgstr "Afficher les règles" -#: app/preferences_dialog.c:1972 +#: app/preferences_dialog.c:1982 msgid "Show Statusbar" msgstr "Afficher la barre d'état" -#: app/preferences_dialog.c:1996 +#: app/preferences_dialog.c:2006 msgid "Marching Ants Speed:" msgstr "Vitesse des « marching ants »:" #. Set the currently used string as "Custom" -#: app/preferences_dialog.c:2004 +#: app/preferences_dialog.c:2014 msgid "Custom" msgstr "Personnalisé" #. set some commonly used format strings -#: app/preferences_dialog.c:2010 +#: app/preferences_dialog.c:2020 msgid "Standard" msgstr "Standard" -#: app/preferences_dialog.c:2015 +#: app/preferences_dialog.c:2025 msgid "Show zoom percentage" msgstr "Afficher le pourcentage de zoom" -#: app/preferences_dialog.c:2020 +#: app/preferences_dialog.c:2030 msgid "Show zoom ratio" msgstr "Afficher le ratio de zoom" -#: app/preferences_dialog.c:2025 +#: app/preferences_dialog.c:2035 msgid "Show reversed zoom ratio" msgstr "Afficher le facteur inverse de zoom" -#: app/preferences_dialog.c:2036 +#: app/preferences_dialog.c:2046 msgid "Image Title Format:" msgstr "Format de titre d'image:" #. End of the title format string -#: app/preferences_dialog.c:2040 +#: app/preferences_dialog.c:2050 msgid "Pointer Movement Feedback" msgstr "Suivi du mouvement du pointeur" -#: app/preferences_dialog.c:2043 +#: app/preferences_dialog.c:2053 msgid "Perfect-but-Slow Pointer Tracking" msgstr "Suivi du pointeur parfait mais lent" -#: app/preferences_dialog.c:2052 +#: app/preferences_dialog.c:2062 msgid "Disable Cursor Updating" msgstr "Désactive la mise à jour du curseur" -#: app/preferences_dialog.c:2064 app/preferences_dialog.c:2066 -#: app/tools.c:1079 +#: app/preferences_dialog.c:2081 +#, fuzzy +msgid "Tool Icon" +msgstr "Options des outils" + +#: app/preferences_dialog.c:2083 +msgid "Tool Icon with Crosshair" +msgstr "" + +#: app/preferences_dialog.c:2085 +msgid "Crosshair only" +msgstr "" + +#: app/preferences_dialog.c:2090 +msgid "Cursor Mode:" +msgstr "" + +#: app/preferences_dialog.c:2096 app/preferences_dialog.c:2098 +#: app/tools.c:1536 msgid "Tool Options" msgstr "Options des outils" -#: app/preferences_dialog.c:2074 +#: app/preferences_dialog.c:2106 msgid "Paint Options" msgstr "Options de dessin" -#: app/preferences_dialog.c:2077 +#: app/preferences_dialog.c:2109 msgid "Use Global Paint Options" msgstr "Appliquer les options de dessin globales" -#: app/preferences_dialog.c:2086 +#: app/preferences_dialog.c:2118 #, fuzzy msgid "Finding Contiguous Regions" msgstr "Sélectionne des régions continues." -#: app/preferences_dialog.c:2105 +#: app/preferences_dialog.c:2137 #, fuzzy msgid "Default Threshold:" msgstr "Seuil :" -#: app/preferences_dialog.c:2114 app/preferences_dialog.c:2116 +#: app/preferences_dialog.c:2146 app/preferences_dialog.c:2148 msgid "Environment" msgstr "Environnement" -#: app/preferences_dialog.c:2124 +#: app/preferences_dialog.c:2156 msgid "Resource Consumption" msgstr "Configuration des Ressources" -#: app/preferences_dialog.c:2126 +#: app/preferences_dialog.c:2158 msgid "Conservative Memory Usage" msgstr "Utilisation parcimonieuse de la mémoire" -#: app/preferences_dialog.c:2154 +#: app/preferences_dialog.c:2186 msgid "Levels of Undo:" msgstr "Niveaux d'annulation :" -#: app/preferences_dialog.c:2166 app/user_install.c:1104 +#: app/preferences_dialog.c:2198 app/user_install.c:1105 msgid "Tile Cache Size:" msgstr "Taille du Cache Image :" -#: app/preferences_dialog.c:2177 +#: app/preferences_dialog.c:2209 msgid "Number of Processors to Use:" msgstr "Nombre de processeurs à utiliser:" -#: app/preferences_dialog.c:2181 app/transform_tool.c:215 +#: app/preferences_dialog.c:2213 app/transform_tool.c:215 msgid "Scaling" msgstr "Mis à l'échelle" -#: app/preferences_dialog.c:2199 +#: app/preferences_dialog.c:2231 msgid "Nearest Neighbor (Fast)" msgstr "Plus proche voisin (Rapide)" -#: app/preferences_dialog.c:2203 +#: app/preferences_dialog.c:2235 msgid "Cubic (Slow)" msgstr "Cubique (Lente)" -#: app/preferences_dialog.c:2208 +#: app/preferences_dialog.c:2240 msgid "Interpolation Type:" msgstr "Type d'interpolation :" -#: app/preferences_dialog.c:2211 +#: app/preferences_dialog.c:2243 msgid "File Saving" msgstr "Enregistrer de fichier" -#: app/preferences_dialog.c:2228 app/preferences_dialog.c:2241 +#: app/preferences_dialog.c:2260 app/preferences_dialog.c:2273 msgid "Always" msgstr "Toujours" -#: app/preferences_dialog.c:2229 +#: app/preferences_dialog.c:2261 msgid "Never" msgstr "Jamais" -#: app/preferences_dialog.c:2233 +#: app/preferences_dialog.c:2265 msgid "Try to Write a Thumbnail File:" msgstr "Tentative d'écriture un fichier icône:" -#: app/preferences_dialog.c:2240 +#: app/preferences_dialog.c:2272 msgid "Only when Modified" msgstr "Seulement quand modifié" -#: app/preferences_dialog.c:2245 +#: app/preferences_dialog.c:2277 msgid "\"File > Save\" Saves the Image:" msgstr "'Fichier > Sauver' sauve l'image :" -#: app/preferences_dialog.c:2251 +#: app/preferences_dialog.c:2283 msgid "Session Management" msgstr "Gestion de session" -#: app/preferences_dialog.c:2253 +#: app/preferences_dialog.c:2285 msgid "Session" msgstr "Session" -#: app/preferences_dialog.c:2261 +#: app/preferences_dialog.c:2293 msgid "Window Positions" msgstr "Effacer les positions de fenêtres sauvées" -#: app/preferences_dialog.c:2263 +#: app/preferences_dialog.c:2295 msgid "Save Window Positions on Exit" msgstr "Enregistrer la position des fenêtres en quittant" -#: app/preferences_dialog.c:2277 +#: app/preferences_dialog.c:2309 msgid "Clear Saved Window Positions Now" msgstr "Effacer maintenant les positions de fenêtres sauvées" -#: app/preferences_dialog.c:2285 +#: app/preferences_dialog.c:2317 msgid "Always Try to Restore Session" msgstr "Toujours essayer de restaurer la session" -#: app/preferences_dialog.c:2294 +#: app/preferences_dialog.c:2326 msgid "Devices" msgstr "Périphériques" -#: app/preferences_dialog.c:2296 +#: app/preferences_dialog.c:2328 msgid "Save Device Status on Exit" msgstr "Enregistrer l'état des périphériques en quittant" -#: app/preferences_dialog.c:2307 app/preferences_dialog.c:2309 +#: app/preferences_dialog.c:2339 app/preferences_dialog.c:2341 msgid "Monitor" msgstr "Moniteur" -#: app/preferences_dialog.c:2317 +#: app/preferences_dialog.c:2349 msgid "Get Monitor Resolution" msgstr "Obtenir la résolution du moniteur" -#: app/preferences_dialog.c:2325 +#: app/preferences_dialog.c:2357 #, c-format msgid "(Currently %d x %d dpi)" msgstr "(actuellement %d x %d ppp)" -#: app/preferences_dialog.c:2377 -msgid "From X Server" -msgstr "à partir du serveur X" +#: app/preferences_dialog.c:2409 +msgid "From windowing system" +msgstr "" -#: app/preferences_dialog.c:2392 +#: app/preferences_dialog.c:2424 msgid "Manually:" msgstr "Manuellement :" -#: app/preferences_dialog.c:2405 app/preferences_dialog.c:2407 +#: app/preferences_dialog.c:2437 app/preferences_dialog.c:2439 msgid "Directories" msgstr "Répertoires" -#: app/preferences_dialog.c:2424 +#: app/preferences_dialog.c:2456 msgid "Temp Dir:" msgstr "Répertoire temporaire :" -#: app/preferences_dialog.c:2424 +#: app/preferences_dialog.c:2456 msgid "Select Temp Dir" msgstr "Choisir répertoire temporaire" -#: app/preferences_dialog.c:2425 +#: app/preferences_dialog.c:2457 msgid "Swap Dir:" msgstr "Répertoire d'échange :" -#: app/preferences_dialog.c:2425 app/user_install.c:1124 +#: app/preferences_dialog.c:2457 app/user_install.c:1125 msgid "Select Swap Dir" msgstr "Choisir Répertoire d'Échange" -#: app/preferences_dialog.c:2461 +#: app/preferences_dialog.c:2493 msgid "Brushes Directories" msgstr "Répertoires des Pinceaux" -#: app/preferences_dialog.c:2463 +#: app/preferences_dialog.c:2495 msgid "Select Brushes Dir" msgstr "Choisir répertoire des brosses" -#: app/preferences_dialog.c:2465 +#: app/preferences_dialog.c:2497 msgid "Generated Brushes" msgstr "Pinceaux générés" -#: app/preferences_dialog.c:2465 +#: app/preferences_dialog.c:2497 msgid "Generated Brushes Directories" msgstr "Répertoires des pinceaux générés" -#: app/preferences_dialog.c:2467 +#: app/preferences_dialog.c:2499 msgid "Select Generated Brushes Dir" msgstr "Choisir répertoire des pinceaux" -#: app/preferences_dialog.c:2469 +#: app/preferences_dialog.c:2501 msgid "Patterns Directories" msgstr "Répertoires de Motifs" -#: app/preferences_dialog.c:2471 +#: app/preferences_dialog.c:2503 msgid "Select Patterns Dir" msgstr "Choisir répertoire de motifs" -#: app/preferences_dialog.c:2473 +#: app/preferences_dialog.c:2505 msgid "Palettes Directories" msgstr "Répertoires de Palettes" -#: app/preferences_dialog.c:2475 +#: app/preferences_dialog.c:2507 msgid "Select Palettes Dir" msgstr "Choisir répertoires de Palettes" -#: app/preferences_dialog.c:2477 +#: app/preferences_dialog.c:2509 msgid "Gradients Directories" msgstr "Répertoires de Dégradés" -#: app/preferences_dialog.c:2479 +#: app/preferences_dialog.c:2511 msgid "Select Gradients Dir" msgstr "Choisir répertoire de Dégradés" -#: app/preferences_dialog.c:2481 +#: app/preferences_dialog.c:2513 msgid "Plug-Ins" msgstr "Modules" -#: app/preferences_dialog.c:2481 +#: app/preferences_dialog.c:2513 msgid "Plug-Ins Directories" msgstr "Répertoires d'extensions (plug-ins)" -#: app/preferences_dialog.c:2483 +#: app/preferences_dialog.c:2515 msgid "Select Plug-Ins Dir" msgstr "Sélectionner répertoire d'extensions (plug-ins)" -#: app/preferences_dialog.c:2485 +#: app/preferences_dialog.c:2517 msgid "Modules" msgstr "Modules" -#: app/preferences_dialog.c:2485 +#: app/preferences_dialog.c:2517 msgid "Modules Directories" msgstr "Répertoires de modules" -#: app/preferences_dialog.c:2487 +#: app/preferences_dialog.c:2519 msgid "Select Modules Dir" msgstr "Choisir répertoire de modules" @@ -4819,12 +4842,12 @@ msgstr "Extension GIMP" msgid "Temporary Procedure" msgstr "Procédure temporaire" -#: app/qmask.c:273 +#: app/qmask.c:270 msgid "Edit Qmask Attributes" msgstr "Éditer les attributs du masque rapide" #. The opacity scale -#: app/qmask.c:301 +#: app/qmask.c:298 msgid "Mask Opacity:" msgstr "Opacité du masque :" @@ -4956,7 +4979,7 @@ msgid "Shearing..." msgstr "Cisaillement..." #. Create the shell -#: app/text_tool.c:151 app/text_tool.c:393 +#: app/text_tool.c:151 app/text_tool.c:400 msgid "Text Tool" msgstr "Outil Texte" @@ -4972,17 +4995,17 @@ msgstr "Bordure :" msgid "Use Dynamic Text" msgstr "Texte dynamique" -#: app/text_tool.c:602 +#: app/text_tool.c:609 #, c-format msgid "Font '%s' not found." msgstr "Police \"%s\" non trouvée." -#: app/text_tool.c:621 +#: app/text_tool.c:628 #, c-format msgid "Font '%s' not found.%s" msgstr "Police \"%s\" non trouvée. %s" -#: app/text_tool.c:624 +#: app/text_tool.c:631 msgid "" "\n" "If you don't have scalable fonts, try turning off antialiasing in the tool " @@ -4992,11 +5015,11 @@ msgstr "" "Si vous n'avez pas de polices vectorielles, essayez de couper le lissage " "dans les options de l'outil." -#: app/text_tool.c:735 +#: app/text_tool.c:742 msgid "Text Layer" msgstr "Calque Texte" -#: app/threshold.c:171 app/threshold.c:266 app/tools.c:722 +#: app/threshold.c:171 app/threshold.c:266 app/tools.c:1133 msgid "Threshold" msgstr "Seuil" @@ -5064,7 +5087,7 @@ msgstr "S msgid "Bezier Selection" msgstr "Sélection par courbes de Bézier" -#: app/tool_options.c:155 app/tools.c:177 +#: app/tool_options.c:155 app/tools.c:288 msgid "Intelligent Scissors" msgstr "Ciseaux Intelligents" @@ -5084,7 +5107,7 @@ msgstr "Taille fixed / Ratio aspect" msgid "Unit:" msgstr "Unité:" -#: app/tool_options.c:469 app/tools.c:375 +#: app/tool_options.c:469 app/tools.c:596 msgid "Bucket Fill" msgstr "Remplissage" @@ -5092,19 +5115,19 @@ msgstr "Remplissage" msgid "Blend Tool" msgstr "Outil dégradé" -#: app/tool_options.c:473 app/tools.c:411 +#: app/tool_options.c:473 app/tools.c:652 msgid "Pencil" msgstr "Crayon" -#: app/tool_options.c:475 app/tools.c:429 +#: app/tool_options.c:475 app/tools.c:680 msgid "Paintbrush" msgstr "Pinceau" -#: app/tool_options.c:477 app/tools.c:447 +#: app/tool_options.c:477 app/tools.c:708 msgid "Eraser" msgstr "Gomme" -#: app/tool_options.c:479 app/tools.c:465 +#: app/tool_options.c:479 app/tools.c:736 msgid "Airbrush" msgstr "Aérographe" @@ -5120,7 +5143,7 @@ msgstr "Convolution" msgid "Ink Tool" msgstr "Dessin à l'encre" -#: app/tool_options.c:487 app/tools.c:537 app/tools.c:543 +#: app/tool_options.c:487 app/tools.c:848 app/tools.c:854 msgid "Dodge or Burn" msgstr "Multiplier ou diviser" @@ -5149,337 +5172,337 @@ msgstr "Duret msgid "Rate" msgstr "Taux" -#: app/tools.c:87 +#: app/tools.c:148 msgid "Rect Select" msgstr "Sélection Rectangulaire" -#: app/tools.c:88 +#: app/tools.c:149 msgid "/Tools/Select Tools/Rect Select" msgstr "/Outils/Sélectionner/Rectangle" -#: app/tools.c:93 +#: app/tools.c:154 msgid "Select rectangular regions" msgstr "Sélectionne des régions rectangulaires" -#: app/tools.c:105 +#: app/tools.c:176 msgid "Ellipse Select" msgstr "Sélection elliptique" -#: app/tools.c:106 +#: app/tools.c:177 msgid "/Tools/Select Tools/Ellipse Select" msgstr "/Outils/Sélectionner/Ellipse & cercle" -#: app/tools.c:111 +#: app/tools.c:182 msgid "Select elliptical regions" msgstr "Sélection de régions elliptique ou circulaire" -#: app/tools.c:123 +#: app/tools.c:204 msgid "Free Select" msgstr "Sélection à main levée" -#: app/tools.c:124 +#: app/tools.c:205 msgid "/Tools/Select Tools/Free Select" msgstr "/Outils/Sélectionner/À main levée" -#: app/tools.c:129 +#: app/tools.c:210 msgid "Select hand-drawn regions" msgstr "Sélectionne des régions à main levée" -#: app/tools.c:141 +#: app/tools.c:232 msgid "Fuzzy Select" msgstr "Sélection floue" -#: app/tools.c:142 +#: app/tools.c:233 msgid "/Tools/Select Tools/Fuzzy Select" msgstr "/Outils/Sélectionner/Floue" -#: app/tools.c:147 +#: app/tools.c:238 msgid "Select contiguous regions" msgstr "Sélectionne des régions continues." -#: app/tools.c:159 +#: app/tools.c:260 msgid "Bezier Select" msgstr "Sélection Bézier" -#: app/tools.c:160 +#: app/tools.c:261 msgid "/Tools/Select Tools/Bezier Select" msgstr "/Outils/Sélectionner/Courbe de Bézier" -#: app/tools.c:165 +#: app/tools.c:266 msgid "Select regions using Bezier curves" msgstr "Sélectionne des régions par des courbes de Bézier" -#: app/tools.c:178 +#: app/tools.c:289 msgid "/Tools/Select Tools/Intelligent Scissors" msgstr "/Outils/Sélectionner/Ciseaux Intelligents" -#: app/tools.c:183 +#: app/tools.c:294 msgid "Select shapes from image" msgstr "Sélectionne des formes dans l'image" -#: app/tools.c:195 +#: app/tools.c:316 msgid "Move" msgstr "Déplacer" -#: app/tools.c:196 +#: app/tools.c:317 msgid "/Tools/Transform Tools/Move" msgstr "/Outils/Transformer/Déplacer" -#: app/tools.c:201 +#: app/tools.c:322 msgid "Move layers & selections" msgstr "Déplacer calques & sélections" -#: app/tools.c:213 +#: app/tools.c:344 msgid "Magnify" msgstr "Agrandir" -#: app/tools.c:214 +#: app/tools.c:345 msgid "/Tools/Transform Tools/Magnify" msgstr "/Outils/Transformer/Agrandir" -#: app/tools.c:219 +#: app/tools.c:350 msgid "Zoom in & out" msgstr "Zoom avant & arrière" -#: app/tools.c:232 +#: app/tools.c:373 msgid "/Tools/Transform Tools/Crop & Resize" msgstr "/Outils/Transformer/Rogner & redimensionner" -#: app/tools.c:237 +#: app/tools.c:378 msgid "Crop or resize the image" msgstr "Rogne ou redimensionne l'image" #. the transform type radio buttons -#: app/tools.c:249 app/tools.c:267 app/tools.c:285 app/tools.c:303 +#: app/tools.c:400 app/tools.c:428 app/tools.c:456 app/tools.c:484 #: app/transform_core.c:252 app/transform_tool.c:211 msgid "Transform" msgstr "Transformer" -#: app/tools.c:250 +#: app/tools.c:401 msgid "/Tools/Transform Tools/Transform" msgstr "/Outils/Transformer/Transformations" -#: app/tools.c:255 app/tools.c:273 app/tools.c:291 app/tools.c:309 +#: app/tools.c:406 app/tools.c:434 app/tools.c:462 app/tools.c:490 msgid "Rotation, scaling, shearing, perspective." msgstr "Rotation, changement de taille, cisaillement, perspective." -#: app/tools.c:321 +#: app/tools.c:512 msgid "Flip" msgstr "Retourner" -#: app/tools.c:322 +#: app/tools.c:513 msgid "/Tools/Transform Tools/Flip" msgstr "/Outils/Transformer/Retourner" -#: app/tools.c:327 +#: app/tools.c:518 msgid "Flip the layer or selection" msgstr "Retourner le calque ou la sélection" -#: app/tools.c:339 +#: app/tools.c:540 msgid "Text" msgstr "Texte" -#: app/tools.c:340 +#: app/tools.c:541 msgid "/Tools/Text" msgstr "/Outils/Texte" -#: app/tools.c:345 +#: app/tools.c:546 msgid "Add text to the image" msgstr "Ajouter du texte à l'image" -#: app/tools.c:358 +#: app/tools.c:569 msgid "/Tools/Color Picker" msgstr "/Outils/Pipette à couleurs" -#: app/tools.c:363 +#: app/tools.c:574 msgid "Pick colors from the image" msgstr "Récupère des couleurs dans l'image" -#: app/tools.c:376 +#: app/tools.c:597 msgid "/Tools/Paint Tools/Bucket Fill" msgstr "/Outils/Dessin/Remplissage" -#: app/tools.c:381 +#: app/tools.c:602 msgid "Fill with a color or pattern" msgstr "Remplit avec une couleur ou un motif" -#: app/tools.c:393 +#: app/tools.c:624 msgid "Blend" msgstr "Mélange" -#: app/tools.c:394 +#: app/tools.c:625 msgid "/Tools/Paint Tools/Blend" msgstr "/Outils/Dessin/Dégradé" -#: app/tools.c:399 +#: app/tools.c:630 msgid "Fill with a color gradient" msgstr "Remplir avec un dégradé de couleur" -#: app/tools.c:412 +#: app/tools.c:653 msgid "/Tools/Paint Tools/Pencil" msgstr "/Outils/Dessin/Crayon" -#: app/tools.c:417 +#: app/tools.c:658 msgid "Draw sharp pencil strokes" msgstr "Trace des traits de crayon précis" -#: app/tools.c:430 +#: app/tools.c:681 msgid "/Tools/Paint Tools/Paintbrush" msgstr "/Outils/Dessin/Pinceau" -#: app/tools.c:435 +#: app/tools.c:686 msgid "Paint fuzzy brush strokes" msgstr "Peint au pinceau, d'une façon un peu floue" -#: app/tools.c:448 +#: app/tools.c:709 msgid "/Tools/Paint Tools/Eraser" msgstr "/Outils/Dessin/Gomme" -#: app/tools.c:453 +#: app/tools.c:714 msgid "Erase to background or transparency" msgstr "Gomme (met la couleur de fond ou rend transparent)" -#: app/tools.c:466 +#: app/tools.c:737 msgid "/Tools/Paint Tools/Airbrush" msgstr "/Outils/Dessin/Aérographe" -#: app/tools.c:471 +#: app/tools.c:742 msgid "Airbrush with variable pressure" msgstr "Aérographe à pression variable" -#: app/tools.c:483 +#: app/tools.c:764 msgid "Clone" msgstr "Dupliquer" -#: app/tools.c:484 +#: app/tools.c:765 msgid "/Tools/Paint Tools/Clone" msgstr "/Outils/Dessin/Duplicateur" -#: app/tools.c:489 +#: app/tools.c:770 msgid "Paint using patterns or image regions" msgstr "Peint avec des motifs ou des portions d'image" -#: app/tools.c:501 +#: app/tools.c:792 msgid "Convolve" msgstr "Convolution" -#: app/tools.c:502 +#: app/tools.c:793 msgid "/Tools/Paint Tools/Convolve" msgstr "/Outils/Dessin/Convolution" -#: app/tools.c:507 +#: app/tools.c:798 msgid "Blur or sharpen" msgstr "Rend flou ou fait ressortir les contours" -#: app/tools.c:519 +#: app/tools.c:820 msgid "Ink" msgstr "Encre" -#: app/tools.c:520 +#: app/tools.c:821 msgid "/Tools/Paint Tools/Ink" msgstr "/Outils/Dessin/Encre" -#: app/tools.c:525 +#: app/tools.c:826 msgid "Draw in ink" msgstr "Dessine à l'encre" -#: app/tools.c:538 +#: app/tools.c:849 msgid "/Tools/Paint Tools/DodgeBurn" msgstr "/Outils/Dessin/Multiplier ou diviser" -#: app/tools.c:555 app/tools.c:561 +#: app/tools.c:876 app/tools.c:882 msgid "Smudge" msgstr "Barbouiller" -#: app/tools.c:556 +#: app/tools.c:877 msgid "/Tools/Paint Tools/Smudge" msgstr "/Outils/Dessin/Barbouiller" -#: app/tools.c:593 +#: app/tools.c:934 msgid "Measure" msgstr "Mesure" -#: app/tools.c:594 +#: app/tools.c:935 msgid "/Tools/Measure" msgstr "/Outils/Mesure" -#: app/tools.c:599 +#: app/tools.c:940 msgid "Measure distances and angles" msgstr "Mesurer les distances et les angles" -#: app/tools.c:632 +#: app/tools.c:993 msgid "By Color Select" msgstr "Sélection par Couleur" -#: app/tools.c:633 +#: app/tools.c:994 msgid "/Select/By Color..." msgstr "/Sélection/Par Couleur..." -#: app/tools.c:638 +#: app/tools.c:999 msgid "Select regions by color" msgstr "Sélectionne des régions par couleur" -#: app/tools.c:651 +#: app/tools.c:1022 msgid "/Image/Colors/Color Balance..." msgstr "/Image/Couleurs/Balance des couleurs..." -#: app/tools.c:656 +#: app/tools.c:1027 msgid "Adjust color balance" msgstr "Ajuster la balance de couleurs" -#: app/tools.c:669 +#: app/tools.c:1050 msgid "/Image/Colors/Brightness-Contrast..." msgstr "/Image/Couleurs/Luminosité-Contraste..." -#: app/tools.c:674 +#: app/tools.c:1055 msgid "Adjust brightness and contrast" msgstr "Ajuster luminosité-contraste" -#: app/tools.c:687 +#: app/tools.c:1078 msgid "/Image/Colors/Hue-Saturation..." msgstr "/Image/Couleurs/Teinte-Saturation..." -#: app/tools.c:692 +#: app/tools.c:1083 msgid "Adjust hue and saturation" msgstr "Ajuster teinte et saturation" -#: app/tools.c:705 +#: app/tools.c:1106 msgid "/Image/Colors/Posterize..." msgstr "/Image/Couleurs/Postériser..." -#: app/tools.c:710 +#: app/tools.c:1111 msgid "Reduce image to a fixed numer of colors" msgstr "Réduire l'image à un nombre fixé de couleurs" -#: app/tools.c:723 +#: app/tools.c:1134 msgid "/Image/Colors/Threshold..." msgstr "/Image/Couleurs/Seuil..." -#: app/tools.c:728 +#: app/tools.c:1139 msgid "Reduce image to two colors using a threshold" msgstr "Réduire l'image à 2 couleurs en utilisant un seuil" -#: app/tools.c:741 +#: app/tools.c:1162 msgid "/Image/Colors/Curves..." msgstr "/Image/Couleurs/Courbes..." -#: app/tools.c:746 +#: app/tools.c:1167 msgid "Adjust color curves" msgstr "Ajuster les courbes de couleur" -#: app/tools.c:759 +#: app/tools.c:1190 msgid "/Image/Colors/Levels..." msgstr "/Image/Couleurs/Niveaux..." -#: app/tools.c:764 +#: app/tools.c:1195 msgid "Adjust color levels" msgstr "Ajuster les niveaux de couleur" -#: app/tools.c:777 +#: app/tools.c:1218 msgid "/Image/Histogram..." msgstr "/Image/Histogramme..." -#: app/tools.c:782 +#: app/tools.c:1223 msgid "View image histogram" msgstr "Voir l'histogramme de l'image" @@ -5503,7 +5526,7 @@ msgstr "" "Les transformations ne marchent pas\n" "sur les calques qui contiennent des masques." -#: app/transform_core.c:1616 +#: app/transform_core.c:1604 msgid "Transformation" msgstr "Transformation" @@ -5562,191 +5585,191 @@ msgstr "Afficher le chemin" msgid "Clip Result" msgstr "Rogner le résultat" -#: app/undo.c:2889 +#: app/undo.c:2871 #, c-format msgid "Can't undo %s" msgstr "Impossible d'annuler %s" -#: app/undo.c:2920 +#: app/undo.c:2902 msgid "<>" msgstr "<>" -#: app/undo.c:2921 +#: app/undo.c:2903 msgid "image" msgstr "image" -#: app/undo.c:2922 +#: app/undo.c:2904 msgid "image mod" msgstr "mod image" -#: app/undo.c:2923 +#: app/undo.c:2905 msgid "mask" msgstr "masque" -#: app/undo.c:2924 +#: app/undo.c:2906 msgid "layer move" msgstr "déplacement du calque" #. ok -#: app/undo.c:2925 +#: app/undo.c:2907 msgid "transform" msgstr "transformation" -#: app/undo.c:2926 +#: app/undo.c:2908 msgid "paint" msgstr "peindre" -#: app/undo.c:2927 +#: app/undo.c:2909 msgid "new layer" msgstr "nouveau calque" -#: app/undo.c:2928 +#: app/undo.c:2910 msgid "delete layer" msgstr "effacer calque" -#: app/undo.c:2929 +#: app/undo.c:2911 msgid "layer mod" msgstr "mod calque" -#: app/undo.c:2930 +#: app/undo.c:2912 msgid "add layer mask" msgstr "ajouter un masque de calque" #. ok -#: app/undo.c:2931 +#: app/undo.c:2913 msgid "delete layer mask" msgstr "effacer un masque de calque" #. ok -#: app/undo.c:2932 +#: app/undo.c:2914 msgid "rename layer" msgstr "Renommer calque" -#: app/undo.c:2933 +#: app/undo.c:2915 msgid "layer reposition" msgstr "repositionnement de calque" #. ok -#: app/undo.c:2934 +#: app/undo.c:2916 msgid "new channel" msgstr "nouveau canal" -#: app/undo.c:2935 +#: app/undo.c:2917 msgid "delete channel" msgstr "effacer canal" -#: app/undo.c:2936 +#: app/undo.c:2918 msgid "channel mod" msgstr "mod canal" -#: app/undo.c:2937 +#: app/undo.c:2919 msgid "FS to layer" msgstr "FS vers calque" #. ok -#: app/undo.c:2938 +#: app/undo.c:2920 msgid "gimage" msgstr "gimage" -#: app/undo.c:2939 +#: app/undo.c:2921 msgid "FS rigor" msgstr "Sélection flottante rigoureuse" -#: app/undo.c:2940 +#: app/undo.c:2922 msgid "FS relax" msgstr "Sélection flottante relâchée" -#: app/undo.c:2941 +#: app/undo.c:2923 msgid "guide" msgstr "guide" -#: app/undo.c:2942 +#: app/undo.c:2924 msgid "text" msgstr "texte" -#: app/undo.c:2943 +#: app/undo.c:2925 msgid "float selection" msgstr "sélection flottante" -#: app/undo.c:2944 +#: app/undo.c:2926 msgid "paste" msgstr "coller" -#: app/undo.c:2945 +#: app/undo.c:2927 msgid "cut" msgstr "couper" -#: app/undo.c:2946 +#: app/undo.c:2928 msgid "transform core" msgstr "transformations - coeur" -#: app/undo.c:2947 +#: app/undo.c:2929 msgid "paint core" msgstr "dessin - coeur" -#: app/undo.c:2948 +#: app/undo.c:2930 msgid "floating layer" msgstr "calque flottant" #. unused! -#: app/undo.c:2949 +#: app/undo.c:2931 msgid "linked layer" msgstr "calque chaîné" -#: app/undo.c:2950 +#: app/undo.c:2932 msgid "apply layer mask" msgstr "appliquer un masque de calque" #. ok -#: app/undo.c:2951 +#: app/undo.c:2933 msgid "layer merge" msgstr "fusionner calques" -#: app/undo.c:2952 +#: app/undo.c:2934 msgid "FS anchor" msgstr "sélection flottante ancrée" -#: app/undo.c:2953 +#: app/undo.c:2935 msgid "gimage mod" msgstr "mod gimage" -#: app/undo.c:2954 +#: app/undo.c:2936 msgid "crop" msgstr "découper" -#: app/undo.c:2955 +#: app/undo.c:2937 msgid "layer scale" msgstr "mise à l'échelle du calque" -#: app/undo.c:2956 +#: app/undo.c:2938 msgid "layer resize" msgstr "redimensionnement du calque" -#: app/undo.c:2957 +#: app/undo.c:2939 msgid "quickmask" msgstr "masque rapide" -#: app/undo.c:2958 +#: app/undo.c:2940 msgid "attach parasite" msgstr "attacher un parasite" -#: app/undo.c:2959 +#: app/undo.c:2941 msgid "remove parasite" msgstr "enlever un parasite" -#: app/undo.c:2960 +#: app/undo.c:2942 msgid "resolution change" msgstr "changement de résolution" -#: app/undo.c:2961 +#: app/undo.c:2943 msgid "image scale" msgstr "échelle de l'image" -#: app/undo.c:2962 +#: app/undo.c:2944 msgid "image resize" msgstr "redimensionnement de l'image" -#: app/undo.c:2963 +#: app/undo.c:2945 msgid "misc" msgstr "divers" @@ -6164,7 +6187,7 @@ msgstr "" "Cliquez \"Continuer\" pour créer votre répertoire GIMP\n" "personnel." -#: app/user_install.c:754 +#: app/user_install.c:755 #, c-format msgid "" "For a proper GIMP installation, a subdirectory named\n" @@ -6173,7 +6196,7 @@ msgstr "" "Pour une installation correcte de GIMP, un sous-répertoire\n" "nommé %s doit être créé." -#: app/user_install.c:760 +#: app/user_install.c:761 msgid "" "This subdirectory will contain a number of important files.\n" "Click on one of the files or subdirectories in the tree\n" @@ -6184,35 +6207,35 @@ msgstr "" "de l'arborescence pour obtenir plus d'information sur l'objet\n" "sélectionné." -#: app/user_install.c:844 +#: app/user_install.c:845 msgid "User Installation Log" msgstr "Historique de l'Installation" -#: app/user_install.c:850 +#: app/user_install.c:851 msgid "GIMP Performance Tuning" msgstr "Affinage des Performances de GIMP" -#: app/user_install.c:851 +#: app/user_install.c:852 msgid "Click \"Continue\" to accept the settings above." msgstr "" "Cliquez sur \"Continuer\" pour accepter les\n" " paramètres ci-dessus." -#: app/user_install.c:854 +#: app/user_install.c:855 msgid "For optimal GIMP performance, some settings may have to be adjusted." msgstr "" "Pour des performances optimales de GIMP, certains paramètres devront\n" "être ajustés." -#: app/user_install.c:863 +#: app/user_install.c:864 msgid "Monitor Resolution" msgstr "Résolution du Moniteur" -#: app/user_install.c:864 +#: app/user_install.c:865 msgid "Click \"Continue\" to start The GIMP." msgstr "Cliquez \"Continuer pour démarrer GIMP." -#: app/user_install.c:867 +#: app/user_install.c:868 msgid "" "To display images in their natural size, GIMP needs to know your monitor " "resolution." @@ -6220,19 +6243,19 @@ msgstr "" "Pour afficher les images dans leur taille naturelle, GIMP a besoin de\n" "de connaître la résolution de votre moniteur." -#: app/user_install.c:876 +#: app/user_install.c:877 msgid "Aborting Installation..." msgstr "Annulation de l'Installation en cours..." -#: app/user_install.c:946 +#: app/user_install.c:947 msgid "does not exist. Cannot install." msgstr " n'existe pas. Impossible d'installer." -#: app/user_install.c:958 +#: app/user_install.c:959 msgid "has invalid permissions. Cannot install." msgstr "a des permissions invalides. Impossible d'installer." -#: app/user_install.c:996 +#: app/user_install.c:997 msgid "" "Did you notice any error messages in the console window?\n" "If not, installation was successful!\n" @@ -6243,7 +6266,7 @@ msgstr "" "que l'installation a réussi ! Sinon, quittez\n" "et recherchez les causes du problème..." -#: app/user_install.c:1052 +#: app/user_install.c:1053 msgid "" "Did you notice any error messages in the lines above?\n" "If not, installation was successful!\n" @@ -6254,15 +6277,15 @@ msgstr "" "S'il n'y en a pas, c'est que l'installation a réussi !\n" "Sinon, quittez et recherchez les causes du problème..." -#: app/user_install.c:1064 +#: app/user_install.c:1065 msgid "Click \"Continue\" to complete GIMP installation." msgstr "Cliquez sur \"Continuer\" pour compléter l'installation de GIMP." -#: app/user_install.c:1069 +#: app/user_install.c:1070 msgid "Installation failed. Contact system administrator." msgstr "Échec de l'installation. Contactez votre administrateur système." -#: app/user_install.c:1090 +#: app/user_install.c:1091 msgid "" "GIMP uses a limited amount of memory to store image data, the so-called\n" "\"Tile Cache\". You should adjust it's size to fit into memory. Consider\n" @@ -6274,7 +6297,7 @@ msgstr "" "Considérez la quantité de mémoire utilisée par les autres processus\n" "en cours." -#: app/user_install.c:1115 +#: app/user_install.c:1116 msgid "" "All image and undo data which doesn't fit into the Tile Cache will be\n" "written to a swap file. This file should be located on a local filesystem\n" @@ -6288,27 +6311,27 @@ msgstr "" "UNIX, vous pourrez par exemple utiliser le répertoire temporaire\n" "commun (\"/tmp\" ou \"/var/tmp\")." -#: app/user_install.c:1129 +#: app/user_install.c:1130 msgid "Swap Directory:" msgstr "Répertoire d'Échange :" -#: app/user_install.c:1182 +#: app/user_install.c:1183 msgid "Calibrate Monitor Resolution" msgstr "Calibrer la Résolution du Moniteur" -#: app/user_install.c:1290 +#: app/user_install.c:1291 msgid "Measure the rulers and enter their lengths below." msgstr "" -#: app/user_install.c:1305 +#: app/user_install.c:1306 msgid "Horizontal:" msgstr "Horizontale :" -#: app/user_install.c:1310 +#: app/user_install.c:1311 msgid "Vertical:" msgstr "Verticale :" -#: app/user_install.c:1351 +#: app/user_install.c:1352 msgid "" "GIMP can obtain this information from your X-server.\n" "However, most X-servers do not return useful values." @@ -6317,22 +6340,22 @@ msgstr "" "serveur X. Toutefois, la plupart des serveurs retournent\n" "une valeur inutilisable." -#: app/user_install.c:1358 +#: app/user_install.c:1359 #, c-format msgid "Get Resolution from X-server (Currently %d x %d dpi)" msgstr "Obtenir la Résolution auprès du serveur X (actuellement %d x %d dpi)" -#: app/user_install.c:1372 +#: app/user_install.c:1373 msgid "Alternatively, you can set the monitor resolution manually." msgstr "" "Autrement vous pouvez définir la résolution de votre moniteur\n" "manuellement." -#: app/user_install.c:1385 +#: app/user_install.c:1386 msgid "Monitor Resolution X:" msgstr "Résolution du moniteur X :" -#: app/user_install.c:1421 +#: app/user_install.c:1422 msgid "" "You can also press the \"Calibrate\" button to open a window\n" "which lets you determine your monitor resolution interactively." @@ -6341,7 +6364,7 @@ msgstr "" "une fenêtre qui vous laissera déterminer la résolution de votre\n" "moniteur interactivement." -#: app/user_install.c:1428 +#: app/user_install.c:1429 msgid "Calibrate" msgstr "Calibrer" @@ -6411,6 +6434,9 @@ msgstr "Aquarelle" msgid "Color History" msgstr "Historique des couleurs" +#~ msgid "From X Server" +#~ msgstr "à partir du serveur X" + #~ msgid "/Tools/Magnify" #~ msgstr "/Outils/Agrandir" diff --git a/po/hu.po b/po/hu.po index b288ab3cbf..42616c5199 100644 --- a/po/hu.po +++ b/po/hu.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: GIMP 1.1\n" -"POT-Creation-Date: 2000-05-27 21:18-0700\n" +"POT-Creation-Date: 2000-06-18 19:40-0700\n" "PO-Revision-Date: 1998 11:32+CET\n" "Last-Translator: Balazs Nagy \n" "Language-Team: Hungarian Gimp List \n" @@ -13,21 +13,21 @@ msgstr "" "Content-Type: text/plain; charset=iso8859-2\n" "Content-Transfer-Encoding: 8-bit\n" -#: app/about_dialog.c:192 +#: app/about_dialog.c:256 msgid "About the GIMP" msgstr "A GIMP névjegye" #. this is a font, provide only one single font definition -#: app/about_dialog.c:243 +#: app/about_dialog.c:307 msgid "-*-helvetica-medium-r-normal--*-140-*-*-*-*-*-*" msgstr "" -#: app/about_dialog.c:253 +#: app/about_dialog.c:317 #, fuzzy, c-format msgid "Version %s brought to you by" msgstr ", Írták:" -#: app/about_dialog.c:293 +#: app/about_dialog.c:357 msgid "Please visit http://www.gimp.org/ for more info" msgstr "További információkat a http://www.gimp.org URL-en találsz" @@ -46,7 +46,7 @@ msgstr "Er msgid "-*-helvetica-bold-r-normal--*-140-*-*-*-*-*-*" msgstr "" -#: app/app_procs.c:278 app/app_procs.c:280 app/interface.c:560 +#: app/app_procs.c:278 app/app_procs.c:280 app/interface.c:558 #, fuzzy msgid "The GIMP" msgstr "A GIMP névjegye" @@ -65,7 +65,7 @@ msgstr ", msgid "GIMP Startup" msgstr "A GIMP indítása" -#: app/app_procs.c:492 app/gimprc.c:446 +#: app/app_procs.c:492 app/gimprc.c:452 #, c-format msgid "parsing \"%s\"\n" msgstr "\"%s\" értelmezése\n" @@ -81,22 +81,22 @@ msgid "Parasites" msgstr "Beilleszt" #. initialize the global parasite table -#: app/app_procs.c:556 app/internal_procs.c:71 app/preferences_dialog.c:2461 +#: app/app_procs.c:556 app/internal_procs.c:71 app/preferences_dialog.c:2493 msgid "Brushes" msgstr "Ecsetek" #. initialize the list of gimp brushes -#: app/app_procs.c:558 app/internal_procs.c:143 app/preferences_dialog.c:2469 +#: app/app_procs.c:558 app/internal_procs.c:140 app/preferences_dialog.c:2501 msgid "Patterns" msgstr "Minták" #. initialize the list of gimp patterns -#: app/app_procs.c:560 app/preferences_dialog.c:2473 +#: app/app_procs.c:560 app/preferences_dialog.c:2505 msgid "Palettes" msgstr "Paletták" #. initialize the list of gimp palettes -#: app/app_procs.c:562 app/internal_procs.c:113 app/preferences_dialog.c:2477 +#: app/app_procs.c:562 app/internal_procs.c:104 app/preferences_dialog.c:2509 msgid "Gradients" msgstr "Színátmenetek" @@ -123,12 +123,12 @@ msgstr "" #: app/curves.c:562 app/file_new_dialog.c:207 app/file_new_dialog.c:357 #: app/gdisplay_color_ui.c:135 app/gdisplay_ops.c:305 app/gimpprogress.c:112 #: app/global_edit.c:772 app/gradient.c:1768 app/gradient.c:4840 -#: app/gradient.c:5401 app/hue_saturation.c:374 app/interface.c:1027 -#: app/layers_dialog.c:3478 app/layers_dialog.c:3660 app/layers_dialog.c:3752 -#: app/layers_dialog.c:4012 app/levels.c:340 app/palette.c:1826 -#: app/posterize.c:202 app/preferences_dialog.c:1455 app/qmask.c:281 +#: app/gradient.c:5401 app/hue_saturation.c:374 app/interface.c:1039 +#: app/layers_dialog.c:3484 app/layers_dialog.c:3666 app/layers_dialog.c:3761 +#: app/layers_dialog.c:4021 app/levels.c:341 app/palette.c:1826 +#: app/posterize.c:202 app/preferences_dialog.c:1465 app/qmask.c:278 #: app/resize.c:194 app/resize.c:1326 app/threshold.c:275 -#: app/user_install.c:548 app/user_install.c:1190 modules/cdisplay_gamma.c:332 +#: app/user_install.c:548 app/user_install.c:1191 modules/cdisplay_gamma.c:332 #: modules/cdisplay_highcontrast.c:325 msgid "Cancel" msgstr "Mégsem" @@ -142,11 +142,11 @@ msgstr "" msgid "Corrupt curve" msgstr "Korrektív" -#: app/bezier_select.c:2941 +#: app/bezier_select.c:2995 msgid "Curve not closed!" msgstr "" -#: app/bezier_select.c:3228 app/gimage_mask.c:618 +#: app/bezier_select.c:3282 app/gimage_mask.c:620 #, fuzzy msgid "Paintbrush operation failed." msgstr "Színátmenet végrehajtása sikertelen." @@ -178,7 +178,7 @@ msgstr "Sz msgid "Blend:" msgstr "Színátmenet:" -#: app/blend.c:320 app/gradient.c:532 app/preferences_dialog.c:2201 +#: app/blend.c:320 app/gradient.c:532 app/preferences_dialog.c:2233 msgid "Linear" msgstr "lineáris" @@ -228,7 +228,7 @@ msgstr "HSV ( msgid "Gradient:" msgstr "Átmenet:" -#: app/blend.c:342 app/by_color_select.c:817 app/preferences_dialog.c:1810 +#: app/blend.c:342 app/by_color_select.c:838 app/preferences_dialog.c:1820 msgid "None" msgstr "Nincs" @@ -282,7 +282,8 @@ msgstr "Sz msgid "Blend: " msgstr "Színátmenet:" -#: app/brightness_contrast.c:127 app/brightness_contrast.c:209 app/tools.c:668 +#: app/brightness_contrast.c:127 app/brightness_contrast.c:209 +#: app/tools.c:1049 msgid "Brightness-Contrast" msgstr "Fényerõ-kontraszt" @@ -295,19 +296,19 @@ msgstr "A F #: app/color_balance.c:271 app/color_notebook.c:123 app/convert.c:504 #: app/curves.c:558 app/file_new_dialog.c:207 app/file_new_dialog.c:353 #: app/gdisplay_color_ui.c:133 app/gimpui.c:122 app/hue_saturation.c:370 -#: app/layers_dialog.c:3476 app/layers_dialog.c:3658 app/layers_dialog.c:3750 -#: app/layers_dialog.c:4010 app/levels.c:336 app/module_db.c:314 -#: app/posterize.c:198 app/preferences_dialog.c:1451 app/qmask.c:279 +#: app/layers_dialog.c:3482 app/layers_dialog.c:3664 app/layers_dialog.c:3759 +#: app/layers_dialog.c:4019 app/levels.c:337 app/module_db.c:314 +#: app/posterize.c:198 app/preferences_dialog.c:1461 app/qmask.c:276 #: app/resize.c:192 app/resize.c:1326 app/threshold.c:271 -#: app/user_install.c:1188 modules/cdisplay_gamma.c:330 +#: app/user_install.c:1189 modules/cdisplay_gamma.c:330 #: modules/cdisplay_highcontrast.c:323 msgid "OK" msgstr "" -#: app/brightness_contrast.c:216 app/by_color_select.c:694 +#: app/brightness_contrast.c:216 app/by_color_select.c:715 #: app/color_balance.c:273 app/curves.c:560 app/file_new_dialog.c:355 -#: app/hue_saturation.c:372 app/levels.c:338 app/posterize.c:200 -#: app/threshold.c:273 app/tools.c:1085 app/transform_core.c:406 +#: app/hue_saturation.c:372 app/levels.c:339 app/posterize.c:200 +#: app/threshold.c:273 app/tools.c:1542 app/transform_core.c:406 #: modules/colorsel_water.c:634 msgid "Reset" msgstr "Újra" @@ -326,7 +327,7 @@ msgstr "Kontraszt" #. The preview toggle #: app/brightness_contrast.c:300 app/color_balance.c:441 app/curves.c:682 -#: app/fileops.c:401 app/hue_saturation.c:562 app/levels.c:569 +#: app/fileops.c:401 app/hue_saturation.c:562 app/levels.c:570 #: app/palette.c:3236 app/posterize.c:239 app/threshold.c:348 msgid "Preview" msgstr "Bemutatókép" @@ -336,15 +337,15 @@ msgid "Brush Editor" msgstr "Ecset szerkesztõ" #. The close button -#: app/brush_edit.c:216 app/brush_select.c:281 app/by_color_select.c:696 +#: app/brush_edit.c:216 app/brush_select.c:281 app/by_color_select.c:717 #: app/color_notebook.c:123 app/color_picker.c:297 app/colormap_dialog.i.c:173 -#: app/crop.c:1054 app/devices.c:755 app/docindex.c:773 app/errorconsole.c:281 +#: app/crop.c:1068 app/devices.c:755 app/docindex.c:773 app/errorconsole.c:281 #: app/gdisplay_ops.c:305 app/gradient.c:800 app/gradient_select.c:153 -#: app/histogram_tool.c:276 app/info_window.c:255 app/lc_dialog.c:195 +#: app/histogram_tool.c:275 app/info_window.c:255 app/lc_dialog.c:195 #: app/measure.c:321 app/nav_window.c:1344 app/palette.c:2072 #: app/palette.c:2088 app/palette.c:3118 app/palette_select.c:66 -#: app/pattern_select.c:172 app/preferences_dialog.c:364 app/tips_dialog.c:160 -#: app/tools.c:1087 app/undo_history.c:752 +#: app/pattern_select.c:172 app/preferences_dialog.c:367 app/tips_dialog.c:160 +#: app/tools.c:1544 app/undo_history.c:752 msgid "Close" msgstr "Bezár" @@ -379,7 +380,7 @@ msgstr "Friss msgid "No Brushes available" msgstr "" -#: app/brush_select.c:448 app/layers_dialog.c:412 app/tool_options.c:526 +#: app/brush_select.c:448 app/layers_dialog.c:413 app/tool_options.c:526 msgid "Opacity:" msgstr "Láthatóság:" @@ -444,55 +445,55 @@ msgstr "Kit msgid "Bucket Fill operation failed." msgstr "A kitöltés mûvelet nem sikerült." -#: app/bucket_fill.c:347 +#: app/bucket_fill.c:351 msgid "No available patterns for this operation." msgstr "Nincs elérhetõ minta a mûvelethez." #. The shell and main vbox -#: app/by_color_select.c:689 +#: app/by_color_select.c:710 msgid "By Color Selection" msgstr "Szín szerinti kijelölés" -#: app/by_color_select.c:745 +#: app/by_color_select.c:766 msgid "Inactive" msgstr "Inaktív" -#: app/by_color_select.c:753 +#: app/by_color_select.c:774 msgid "Selection Mode" msgstr "Kiválasztás módja" -#: app/by_color_select.c:758 app/paint_funcs.c:100 +#: app/by_color_select.c:779 app/paint_funcs.c:101 msgid "Replace" msgstr "Cserél" -#: app/by_color_select.c:760 app/colormap_dialog.i.c:130 +#: app/by_color_select.c:781 app/colormap_dialog.i.c:130 #: app/gdisplay_color_ui.c:120 msgid "Add" msgstr "Hozzáad" -#: app/by_color_select.c:761 app/layers_dialog.c:380 app/tool_options.c:926 +#: app/by_color_select.c:782 app/layers_dialog.c:380 app/tool_options.c:926 msgid "Subtract" msgstr "Kivonás" -#: app/by_color_select.c:762 +#: app/by_color_select.c:783 msgid "Intersect" msgstr "Metszés" -#: app/by_color_select.c:773 +#: app/by_color_select.c:794 msgid "Fuzziness Threshold" msgstr "Eltérési küszöbszint" -#: app/by_color_select.c:792 +#: app/by_color_select.c:813 #, fuzzy msgid "Selection" msgstr "Kijelölés" -#: app/by_color_select.c:803 +#: app/by_color_select.c:824 #, fuzzy msgid "Invert" msgstr "Kontraszt" -#: app/by_color_select.c:810 +#: app/by_color_select.c:831 msgid "All" msgstr "" @@ -501,7 +502,7 @@ msgid "copy" msgstr "másol" #. formulate the new layer_mask name -#: app/channel.c:196 app/gradient.c:1599 app/layer.c:329 app/layer.c:1745 +#: app/channel.c:196 app/gradient.c:1599 app/layer.c:329 app/layer.c:1746 #, c-format msgid "%s copy" msgstr "%s másolás" @@ -520,9 +521,9 @@ msgstr "Eltol msgid "Offset X:" msgstr "X eltolás:" -#: app/channel_ops.c:115 app/crop.c:1063 app/file_new_dialog.c:530 +#: app/channel_ops.c:115 app/crop.c:1077 app/file_new_dialog.c:530 #: app/resize.c:343 app/resize.c:435 app/resize.c:572 app/rotate_tool.c:106 -#: app/scale_tool.c:100 app/shear_tool.c:82 app/user_install.c:1391 +#: app/scale_tool.c:100 app/shear_tool.c:82 app/user_install.c:1392 msgid "Y:" msgstr "" @@ -531,12 +532,12 @@ msgstr "" msgid "Wrap Around" msgstr "" -#: app/channel_ops.c:174 app/image_new.c:76 app/image_new.c:291 -#: app/layers_dialog.c:3578 +#: app/channel_ops.c:174 app/image_new.c:76 app/image_new.c:290 +#: app/layers_dialog.c:3584 msgid "Background" msgstr "Háttér" -#: app/channel_ops.c:175 app/image_new.c:86 app/layers_dialog.c:3580 +#: app/channel_ops.c:175 app/image_new.c:86 app/layers_dialog.c:3586 msgid "Transparent" msgstr "Átlátszó" @@ -577,17 +578,17 @@ msgid "Empty Channel Copy" msgstr "a másolandó csatorna" #: app/channels_dialog.c:1433 app/color_balance.c:343 app/color_select.c:250 -#: app/curves.c:583 app/histogram_tool.c:304 app/levels.c:369 +#: app/curves.c:583 app/histogram_tool.c:303 app/levels.c:370 msgid "Red" msgstr "Vörös" #: app/channels_dialog.c:1437 app/color_balance.c:368 app/color_select.c:251 -#: app/curves.c:584 app/histogram_tool.c:305 app/levels.c:370 +#: app/curves.c:584 app/histogram_tool.c:304 app/levels.c:371 msgid "Green" msgstr "Zöld" #: app/channels_dialog.c:1441 app/color_balance.c:393 app/color_select.c:252 -#: app/curves.c:585 app/histogram_tool.c:306 app/levels.c:371 +#: app/curves.c:585 app/histogram_tool.c:305 app/levels.c:372 msgid "Blue" msgstr "Kék" @@ -653,7 +654,7 @@ msgid "No patterns available for this operation." msgstr "Nincs felhasználható minta a mûvelethez." #. The shell and main vbox -#: app/color_balance.c:168 app/color_balance.c:266 app/tools.c:650 +#: app/color_balance.c:168 app/color_balance.c:266 app/tools.c:1021 msgid "Color Balance" msgstr "Színegyensúly" @@ -706,7 +707,7 @@ msgstr "Sz msgid "Revert to Old Color" msgstr "Vissza a régi színhez" -#: app/color_picker.c:144 app/color_picker.c:248 app/tools.c:357 +#: app/color_picker.c:144 app/color_picker.c:248 app/tools.c:568 msgid "Color Picker" msgstr "Színpipetta" @@ -753,15 +754,15 @@ msgstr "Indexelt" msgid "Hex Triplet" msgstr "Hexa hármas" -#: app/color_picker.c:272 app/histogram_tool.c:260 +#: app/color_picker.c:272 app/histogram_tool.c:259 #, fuzzy msgid "Intensity:" msgstr "Intenzitás" -#: app/color_picker.c:626 app/color_picker.c:627 app/color_picker.c:628 -#: app/color_picker.c:629 app/color_picker.c:630 app/color_picker.c:631 -#: app/color_picker.c:632 app/color_picker.c:644 app/color_picker.c:651 -#: app/color_picker.c:669 app/color_picker.c:684 app/info_window.c:185 +#: app/color_picker.c:632 app/color_picker.c:633 app/color_picker.c:634 +#: app/color_picker.c:635 app/color_picker.c:636 app/color_picker.c:637 +#: app/color_picker.c:638 app/color_picker.c:650 app/color_picker.c:657 +#: app/color_picker.c:675 app/color_picker.c:690 app/info_window.c:185 #: app/info_window.c:191 app/info_window.c:197 app/info_window.c:203 #: app/info_window.c:422 app/info_window.c:423 app/info_window.c:424 #: app/info_window.c:425 app/info_window.c:447 @@ -792,18 +793,18 @@ msgstr "" msgid "B" msgstr "" -#: app/color_select.c:247 app/layers_dialog.c:383 app/paint_funcs.c:94 +#: app/color_select.c:247 app/layers_dialog.c:383 app/paint_funcs.c:95 #: app/tool_options.c:929 msgid "Hue" msgstr "Színesség" -#: app/color_select.c:248 app/layers_dialog.c:384 app/paint_funcs.c:95 +#: app/color_select.c:248 app/layers_dialog.c:384 app/paint_funcs.c:96 #: app/tool_options.c:930 msgid "Saturation" msgstr "Telítettség" -#: app/color_select.c:249 app/curves.c:582 app/histogram_tool.c:303 -#: app/layers_dialog.c:386 app/levels.c:368 app/paint_funcs.c:97 +#: app/color_select.c:249 app/curves.c:582 app/histogram_tool.c:302 +#: app/layers_dialog.c:386 app/levels.c:369 app/paint_funcs.c:98 #: app/tool_options.c:932 msgid "Value" msgstr "Érték" @@ -966,7 +967,7 @@ msgstr "Elmos msgid "Sharpen" msgstr "Élesítés" -#: app/crop.c:178 app/tools.c:231 +#: app/crop.c:178 app/tools.c:372 #, fuzzy msgid "Crop & Resize" msgstr "Átméretezés" @@ -986,11 +987,11 @@ msgstr "" msgid "Tool Toggle" msgstr "" -#: app/crop.c:215 app/crop.c:1050 +#: app/crop.c:215 app/crop.c:1064 msgid "Crop" msgstr "Kivágás" -#: app/crop.c:217 app/crop.c:1052 +#: app/crop.c:217 app/crop.c:1066 msgid "Resize" msgstr "Átméretezés" @@ -999,47 +1000,47 @@ msgstr " msgid "Crop: " msgstr "Kivágás" -#: app/crop.c:1023 +#: app/crop.c:1037 msgid "Crop: 0 x 0" msgstr "Kivágás: 0 x 0" #. create the info dialog -#: app/crop.c:1044 +#: app/crop.c:1058 #, fuzzy msgid "Crop & Resize Information" msgstr "Kivágás információ" #. add the information fields -#: app/crop.c:1060 +#: app/crop.c:1074 #, fuzzy msgid "Origin X:" msgstr "Kezdõ X: " #. the pixel size labels -#: app/crop.c:1076 app/file_new_dialog.c:389 app/file_new_dialog.c:407 +#: app/crop.c:1090 app/file_new_dialog.c:389 app/file_new_dialog.c:407 #: app/tool_options.c:348 #, fuzzy msgid "Width:" msgstr "Szélesség: " -#: app/crop.c:1079 app/file_new_dialog.c:395 app/file_new_dialog.c:413 -#: app/layers_dialog.c:3519 app/resize.c:253 app/resize.c:278 app/resize.c:509 +#: app/crop.c:1093 app/file_new_dialog.c:395 app/file_new_dialog.c:413 +#: app/layers_dialog.c:3525 app/resize.c:253 app/resize.c:278 app/resize.c:509 #: app/scale_tool.c:79 app/scale_tool.c:86 app/tool_options.c:364 #, fuzzy msgid "Height:" msgstr "Magasság: " -#: app/crop.c:1101 +#: app/crop.c:1115 #, fuzzy msgid "From Selection" msgstr "Kijelölés növelése" -#: app/crop.c:1107 +#: app/crop.c:1121 msgid "Auto Shrink" msgstr "" #. The shell and main vbox -#: app/curves.c:393 app/curves.c:553 app/tools.c:740 +#: app/curves.c:393 app/curves.c:553 app/tools.c:1161 msgid "Curves" msgstr "" @@ -1051,7 +1052,7 @@ msgstr "" msgid "Modify Curves for Channel:" msgstr "" -#: app/curves.c:586 app/levels.c:372 +#: app/curves.c:586 app/levels.c:373 msgid "Alpha" msgstr "Alfa" @@ -1069,12 +1070,12 @@ msgstr "S msgid "Free" msgstr "Szabadkézi" -#: app/curves.c:699 app/levels.c:597 app/module_db.c:864 +#: app/curves.c:699 app/levels.c:598 app/module_db.c:864 msgid "Load" msgstr "Betölt" -#: app/curves.c:707 app/devices.c:753 app/levels.c:607 app/palette.c:2068 -#: app/preferences_dialog.c:362 app/preferences_dialog.c:1453 +#: app/curves.c:707 app/devices.c:753 app/levels.c:608 app/palette.c:2068 +#: app/preferences_dialog.c:365 app/preferences_dialog.c:1463 msgid "Save" msgstr "Kiment" @@ -1088,13 +1089,13 @@ msgstr "B msgid "Save Curves" msgstr "Szintek" -#: app/curves.c:1578 +#: app/curves.c:1579 #, fuzzy msgid "Load/Save Curves" msgstr "Bézier görbe betöltése/tárolása" -#: app/curves.c:1623 app/curves.c:1641 app/levels.c:1429 app/levels.c:1447 -#: app/paths_dialog.c:1902 +#: app/curves.c:1624 app/curves.c:1642 app/levels.c:1441 app/levels.c:1459 +#: app/paths_dialog.c:1905 #, fuzzy, c-format msgid "Unable to open file %s" msgstr "nem található meg a(z) \"%s\" külsõ program" @@ -1107,7 +1108,7 @@ msgstr "" msgid "Device Status" msgstr "Eszközállapot" -#: app/disp_callbacks.c:813 app/global_edit.c:297 app/global_edit.c:303 +#: app/disp_callbacks.c:816 app/global_edit.c:297 app/global_edit.c:303 #: app/global_edit.c:375 #, fuzzy msgid "Pasted Layer" @@ -1166,11 +1167,11 @@ msgstr "Elmos msgid "Mode" msgstr "Mód:" -#: app/edit_selection.c:181 +#: app/edit_selection.c:190 msgid "Move: 0, 0" msgstr "" -#: app/edit_selection.c:427 app/edit_selection.c:437 +#: app/edit_selection.c:436 app/edit_selection.c:446 #, fuzzy msgid "Move: " msgstr "Mód: " @@ -1186,7 +1187,7 @@ msgid "Hard Edge" msgstr "Éles szélû" #. the anti_erase toggle -#: app/eraser.c:118 app/paint_funcs.c:101 +#: app/eraser.c:118 app/paint_funcs.c:102 #, fuzzy msgid "Anti Erase" msgstr "Radír" @@ -1252,8 +1253,8 @@ msgstr " msgid "New Image" msgstr "Új kép" -#: app/file_new_dialog.c:453 app/preferences_dialog.c:1526 -#: app/preferences_dialog.c:1563 app/user_install.c:1378 +#: app/file_new_dialog.c:453 app/preferences_dialog.c:1536 +#: app/preferences_dialog.c:1573 app/user_install.c:1379 msgid "Pixels" msgstr "Pixel" @@ -1438,13 +1439,13 @@ msgstr "Nem" msgid "Flip Tool" msgstr "Tükrözés" -#: app/flip_tool.c:92 app/preferences_dialog.c:1577 -#: app/preferences_dialog.c:2348 +#: app/flip_tool.c:92 app/preferences_dialog.c:1587 +#: app/preferences_dialog.c:2380 msgid "Horizontal" msgstr "Vízszintes" -#: app/flip_tool.c:94 app/preferences_dialog.c:1579 -#: app/preferences_dialog.c:2350 +#: app/flip_tool.c:94 app/preferences_dialog.c:1589 +#: app/preferences_dialog.c:2382 msgid "Vertical" msgstr "Függõleges" @@ -1461,27 +1462,27 @@ msgid "" "layer mask or channel." msgstr "" -#: app/gdisplay.c:220 +#: app/gdisplay.c:227 msgid "RGB-empty" msgstr "" -#: app/gdisplay.c:220 app/image_new.c:60 app/preferences_dialog.c:1623 +#: app/gdisplay.c:227 app/image_new.c:60 app/preferences_dialog.c:1633 msgid "RGB" msgstr "" -#: app/gdisplay.c:223 +#: app/gdisplay.c:230 msgid "grayscale-empty" msgstr "" -#: app/gdisplay.c:223 +#: app/gdisplay.c:230 msgid "grayscale" msgstr "fekete-fehér" -#: app/gdisplay.c:226 +#: app/gdisplay.c:233 msgid "indexed-empty" msgstr "" -#: app/gdisplay.c:226 +#: app/gdisplay.c:233 msgid "indexed" msgstr "indexelt" @@ -1521,12 +1522,6 @@ msgid "" "Close anyway?" msgstr "%s megváltozott. Mégis bezárod?" -#: app/gimage_cmds.c:3463 -msgid "" -"Image resolution is out of bounds,\n" -"using the default resolution instead." -msgstr "" - #: app/gimage_mask.c:208 msgid "" "Unable to cut/copy because the selected\n" @@ -1615,21 +1610,21 @@ msgstr "" msgid "Can't fill unknown image type." msgstr "" -#: app/gimpdrawable.c:501 +#: app/gimpdrawable.c:505 #, fuzzy msgid "parasite attach to drawable" msgstr "az érintett rajzfelület" -#: app/gimpdrawable.c:536 +#: app/gimpdrawable.c:540 #, fuzzy msgid "detach parasite from drawable" msgstr "az érintett rajzfelület" -#: app/gimpdrawable.c:743 +#: app/gimpdrawable.c:747 msgid "unnamed" msgstr "névtelen" -#: app/gimpdrawable.c:760 +#: app/gimpdrawable.c:764 #, c-format msgid "Layer type %d not supported." msgstr "%d réteg típus nem támogatott." @@ -1692,31 +1687,31 @@ msgid "" "the layer already has one." msgstr "" -#: app/gimpimage.c:3031 +#: app/gimpimage.c:3033 msgid "" "Unable to add a layer mask to a\n" "layer in an indexed image." msgstr "" -#: app/gimpimage.c:3035 +#: app/gimpimage.c:3039 msgid "" "Cannot add layer mask to a layer\n" "with no alpha channel." msgstr "" -#: app/gimpimage.c:3042 +#: app/gimpimage.c:3048 msgid "Cannot add layer mask of different dimensions than specified layer." msgstr "" -#: app/gimpimage.c:3149 +#: app/gimpimage.c:3155 msgid "Channel cannot be raised any further" msgstr "" -#: app/gimpimage.c:3200 +#: app/gimpimage.c:3206 msgid "Channel cannot be lowered any further" msgstr "" -#: app/gimpimage.c:3420 app/palette.c:364 app/palette.c:941 app/palette.c:1077 +#: app/gimpimage.c:3426 app/palette.c:364 app/palette.c:941 app/palette.c:1077 #: app/palette.c:2022 app/palette.c:2749 app/palette.c:2881 msgid "Untitled" msgstr "Névtelen" @@ -1729,41 +1724,41 @@ msgstr "" msgid "Please wait..." msgstr "" -#: app/gimprc.c:465 +#: app/gimprc.c:471 #, c-format msgid "error parsing: \"%s\"\n" msgstr "hiba az értelmezésben: \"%s\"\n" -#: app/gimprc.c:466 +#: app/gimprc.c:472 #, c-format msgid " at line %d column %d\n" msgstr " (%d. sor, %d. oszlop)\n" -#: app/gimprc.c:467 +#: app/gimprc.c:473 #, c-format msgid " unexpected token: %s\n" msgstr " nem várt kulcsszó: %s\n" -#: app/gimprc.c:1434 +#: app/gimprc.c:1442 msgid "error parsing pluginrc" msgstr "hiba a pluginrc értelmezésekor" -#: app/gimprc.c:2869 +#: app/gimprc.c:2917 #, c-format msgid "Can't open %s; %s" msgstr "" -#: app/gimprc.c:2888 +#: app/gimprc.c:2936 #, c-format msgid "Can't rename %s to %s.old; %s" msgstr "" -#: app/gimprc.c:2894 +#: app/gimprc.c:2942 #, c-format msgid "Couldn't reopen %s\n" msgstr "" -#: app/gimprc.c:2906 +#: app/gimprc.c:2954 #, c-format msgid "Can't write to %s; %s" msgstr "" @@ -1789,52 +1784,52 @@ msgid "GIMP Message" msgstr "" #. pseudo unit -#: app/gimpunit.c:58 +#: app/gimpunit.c:63 #, fuzzy msgid "pixel" msgstr "Pixel" -#: app/gimpunit.c:58 app/measure.c:504 app/measure.c:508 app/paint_core.c:511 +#: app/gimpunit.c:63 app/measure.c:507 app/measure.c:511 app/paint_core.c:530 #, fuzzy msgid "pixels" msgstr "Pixel" #. standard units -#: app/gimpunit.c:61 +#: app/gimpunit.c:66 msgid "inch" msgstr "coll" -#: app/gimpunit.c:61 +#: app/gimpunit.c:66 msgid "inches" msgstr "coll" -#: app/gimpunit.c:62 +#: app/gimpunit.c:67 msgid "millimeter" msgstr "" -#: app/gimpunit.c:62 +#: app/gimpunit.c:67 #, fuzzy msgid "millimeters" msgstr "Kitöltés típusa" #. professional units -#: app/gimpunit.c:65 +#: app/gimpunit.c:70 msgid "point" msgstr "" -#: app/gimpunit.c:65 +#: app/gimpunit.c:70 msgid "points" msgstr "" -#: app/gimpunit.c:66 +#: app/gimpunit.c:71 msgid "pica" msgstr "" -#: app/gimpunit.c:66 +#: app/gimpunit.c:71 msgid "picas" msgstr "" -#: app/gimpunit.c:73 +#: app/gimpunit.c:78 #, fuzzy msgid "percent" msgstr "Perspektíva" @@ -2219,49 +2214,49 @@ msgid "Gradient Selection" msgstr "Háttér kiválasztás" #. The shell and main vbox -#: app/histogram_tool.c:166 app/histogram_tool.c:270 app/tools.c:776 +#: app/histogram_tool.c:165 app/histogram_tool.c:269 app/tools.c:1217 msgid "Histogram" msgstr "Hisztogram" -#: app/histogram_tool.c:204 +#: app/histogram_tool.c:203 #, fuzzy msgid "Histogram does not operate on indexed drawables." msgstr "A Fényerõ-kontraszt beállítás nem mûködik indexelt rajzfelületen." -#: app/histogram_tool.c:256 +#: app/histogram_tool.c:255 #, fuzzy msgid "Mean:" msgstr "Mód: " -#: app/histogram_tool.c:257 +#: app/histogram_tool.c:256 msgid "Std Dev:" msgstr "" -#: app/histogram_tool.c:258 +#: app/histogram_tool.c:257 #, fuzzy msgid "Median:" msgstr "Mód: " -#: app/histogram_tool.c:259 +#: app/histogram_tool.c:258 #, fuzzy msgid "Pixels:" msgstr "Pixel" -#: app/histogram_tool.c:261 +#: app/histogram_tool.c:260 msgid "Count:" msgstr "" -#: app/histogram_tool.c:262 +#: app/histogram_tool.c:261 #, fuzzy msgid "Percentile:" msgstr "Perspektíva" -#: app/histogram_tool.c:295 +#: app/histogram_tool.c:294 msgid "Information on Channel:" msgstr "" #. The shell and main vbox -#: app/hue_saturation.c:245 app/hue_saturation.c:365 app/tools.c:686 +#: app/hue_saturation.c:245 app/hue_saturation.c:365 app/tools.c:1077 msgid "Hue-Saturation" msgstr "Színesség-telítettség" @@ -2309,45 +2304,51 @@ msgstr "F msgid "Saturation:" msgstr "Telítettség" +#: app/image_cmds.c:3463 +msgid "" +"Image resolution is out of bounds,\n" +"using the default resolution instead." +msgstr "" + #: app/image_new.c:65 app/info_window.c:65 app/info_window.c:534 -#: app/preferences_dialog.c:1624 +#: app/preferences_dialog.c:1634 msgid "Grayscale" msgstr "fekete-fehér" -#: app/image_new.c:71 app/layers_dialog.c:3577 +#: app/image_new.c:71 app/layers_dialog.c:3583 msgid "Foreground" msgstr "Elõtér" -#: app/image_new.c:81 app/layers_dialog.c:3579 +#: app/image_new.c:81 app/layers_dialog.c:3585 msgid "White" msgstr "Fehér" -#: app/image_new.c:335 +#: app/image_new.c:336 #, fuzzy, c-format msgid "%d Bytes" msgstr "B" -#: app/image_new.c:337 +#: app/image_new.c:338 #, c-format msgid "%.2f KB" msgstr "" -#: app/image_new.c:339 +#: app/image_new.c:340 #, c-format msgid "%.1f KB" msgstr "" -#: app/image_new.c:341 +#: app/image_new.c:342 #, c-format msgid "%d KB" msgstr "" -#: app/image_new.c:343 +#: app/image_new.c:344 #, c-format msgid "%.2f MB" msgstr "" -#: app/image_new.c:345 +#: app/image_new.c:346 #, c-format msgid "%.1f MB" msgstr "" @@ -2370,8 +2371,8 @@ msgid "" "Click to open the Gradients Dialog." msgstr "" -#: app/info_dialog.c:185 app/preferences_dialog.c:1784 -#: app/preferences_dialog.c:1890 +#: app/info_dialog.c:185 app/preferences_dialog.c:1794 +#: app/preferences_dialog.c:1900 msgid "General" msgstr "" @@ -2510,7 +2511,7 @@ msgstr "V msgid "Shape" msgstr "Élesítés" -#: app/interface.c:305 +#: app/interface.c:308 msgid "" "Foreground & background colors. The black and white squares reset colors. " "The arrows swap colors. Double click to select a color from a colorrequester." @@ -2535,7 +2536,7 @@ msgstr "Csatorn msgid "Channel Ops" msgstr "Csatornák" -#: app/internal_procs.c:80 app/layers_dialog.c:385 app/paint_funcs.c:96 +#: app/internal_procs.c:80 app/layers_dialog.c:385 app/paint_funcs.c:97 #: app/tool_options.c:816 app/tool_options.c:931 msgid "Color" msgstr "Szín" @@ -2546,103 +2547,103 @@ msgid "Convert" msgstr "Kontraszt" #: app/internal_procs.c:86 -msgid "Drawable procedures" +msgid "GDisplay procedures" msgstr "" #: app/internal_procs.c:89 +msgid "Drawable procedures" +msgstr "" + +#: app/internal_procs.c:92 #, fuzzy msgid "Edit procedures" msgstr "Görbe javítása" -#: app/internal_procs.c:92 +#: app/internal_procs.c:95 #, fuzzy msgid "File Operations" msgstr "Kitöltés beállítások" -#: app/internal_procs.c:95 +#: app/internal_procs.c:98 #, fuzzy msgid "Floating selections" msgstr "Lebegõ kijelölés" -#: app/internal_procs.c:98 -msgid "GDisplay procedures" -msgstr "" - -#: app/internal_procs.c:101 app/palette.c:3182 -#, fuzzy -msgid "Image" -msgstr "Kép:" - -#: app/internal_procs.c:104 -#, fuzzy -msgid "Image mask" -msgstr "Skálázás" - -#: app/internal_procs.c:107 +#: app/internal_procs.c:101 #, fuzzy msgid "Gimprc procedures" msgstr "Kép forrás" -#: app/internal_procs.c:110 -#, fuzzy -msgid "Help procedures" -msgstr "Görbe javítása" - -#: app/internal_procs.c:116 +#: app/internal_procs.c:107 #, fuzzy msgid "Gradient UI" msgstr "Színátmenet" -#: app/internal_procs.c:119 +#: app/internal_procs.c:110 #, fuzzy msgid "Guide procedures" msgstr "Kép forrás" -#: app/internal_procs.c:122 app/preferences_dialog.c:1774 -#: app/preferences_dialog.c:1776 -msgid "Interface" -msgstr "" +#: app/internal_procs.c:113 +#, fuzzy +msgid "Help procedures" +msgstr "Görbe javítása" + +#: app/internal_procs.c:116 app/palette.c:3182 +#, fuzzy +msgid "Image" +msgstr "Kép:" #. the layer name label -#: app/internal_procs.c:125 app/layer_select.c:137 +#: app/internal_procs.c:119 app/layer_select.c:137 #, fuzzy msgid "Layer" msgstr "Rétegek" -#: app/internal_procs.c:128 +#: app/internal_procs.c:122 app/preferences_dialog.c:1784 +#: app/preferences_dialog.c:1786 +msgid "Interface" +msgstr "" + +#: app/internal_procs.c:125 msgid "Miscellaneous" msgstr "" -#: app/internal_procs.c:131 app/palette.c:2197 app/palette.c:2209 +#: app/internal_procs.c:128 app/palette.c:2197 app/palette.c:2209 #: app/palette_select.c:87 #, fuzzy msgid "Palette" msgstr "Paletták" -#: app/internal_procs.c:134 +#: app/internal_procs.c:131 #, fuzzy msgid "Parasite procedures" msgstr "Görbe javítása" -#: app/internal_procs.c:137 app/lc_dialog.c:179 +#: app/internal_procs.c:134 app/lc_dialog.c:179 #, fuzzy msgid "Paths" msgstr "Minták" -#: app/internal_procs.c:140 +#: app/internal_procs.c:137 #, fuzzy msgid "Pattern UI" msgstr "Minták" -#: app/internal_procs.c:146 +#: app/internal_procs.c:143 #, fuzzy msgid "Plug-in" msgstr "Külsõ programok" -#: app/internal_procs.c:149 +#: app/internal_procs.c:146 msgid "Procedural database" msgstr "" +#: app/internal_procs.c:149 +#, fuzzy +msgid "Image mask" +msgstr "Skálázás" + #: app/internal_procs.c:152 #, fuzzy msgid "Text procedures" @@ -2685,7 +2686,7 @@ msgstr "" msgid "Layer Select" msgstr "Bézier kijelölés" -#: app/layers_dialog.c:264 app/layers_dialog.c:3509 +#: app/layers_dialog.c:264 app/layers_dialog.c:3515 msgid "New Layer" msgstr "Új réteg" @@ -2713,43 +2714,43 @@ msgstr "R msgid "Delete Layer" msgstr "Réteg törlése" -#: app/layers_dialog.c:372 app/paint_funcs.c:83 app/tool_options.c:917 +#: app/layers_dialog.c:372 app/paint_funcs.c:84 app/tool_options.c:917 msgid "Normal" msgstr "Normál" -#: app/layers_dialog.c:373 app/paint_funcs.c:84 app/tool_options.c:918 +#: app/layers_dialog.c:373 app/paint_funcs.c:85 app/tool_options.c:918 msgid "Dissolve" msgstr "Eloszló" -#: app/layers_dialog.c:374 app/paint_funcs.c:86 app/tool_options.c:920 +#: app/layers_dialog.c:374 app/paint_funcs.c:87 app/tool_options.c:920 msgid "Multiply (Burn)" msgstr "Szorzás (égetés)" -#: app/layers_dialog.c:375 app/paint_funcs.c:98 app/tool_options.c:921 +#: app/layers_dialog.c:375 app/paint_funcs.c:99 app/tool_options.c:921 msgid "Divide (Dodge)" msgstr "Osztás (kitérés)" -#: app/layers_dialog.c:376 app/paint_funcs.c:87 app/tool_options.c:922 +#: app/layers_dialog.c:376 app/paint_funcs.c:88 app/tool_options.c:922 msgid "Screen" msgstr "Kivetítés" -#: app/layers_dialog.c:377 app/paint_funcs.c:88 app/tool_options.c:923 +#: app/layers_dialog.c:377 app/paint_funcs.c:89 app/tool_options.c:923 msgid "Overlay" msgstr "Rávetítés" -#: app/layers_dialog.c:378 app/paint_funcs.c:89 app/tool_options.c:924 +#: app/layers_dialog.c:378 app/paint_funcs.c:90 app/tool_options.c:924 msgid "Difference" msgstr "Különbség" -#: app/layers_dialog.c:379 app/paint_funcs.c:90 app/tool_options.c:925 +#: app/layers_dialog.c:379 app/paint_funcs.c:91 app/tool_options.c:925 msgid "Addition" msgstr "Összegzés" -#: app/layers_dialog.c:381 app/paint_funcs.c:92 app/tool_options.c:927 +#: app/layers_dialog.c:381 app/paint_funcs.c:93 app/tool_options.c:927 msgid "Darken Only" msgstr "Csak sötétebb" -#: app/layers_dialog.c:382 app/paint_funcs.c:93 app/tool_options.c:928 +#: app/layers_dialog.c:382 app/paint_funcs.c:94 app/tool_options.c:928 msgid "Lighten Only" msgstr "Csak világosabb" @@ -2757,94 +2758,99 @@ msgstr "Csak vil msgid "Keep Trans." msgstr "Átlátszóság" -#: app/layers_dialog.c:1901 +#: app/layers_dialog.c:405 +#, fuzzy +msgid "Keep Transparency" +msgstr "Átlátszó" + +#: app/layers_dialog.c:1907 msgid "Empty Layer Copy" msgstr "" -#: app/layers_dialog.c:2163 app/layers_dialog.c:3320 app/layers_dialog.c:3687 +#: app/layers_dialog.c:2169 app/layers_dialog.c:3326 app/layers_dialog.c:3693 msgid "Floating Selection" msgstr "Lebegõ kijelölés" -#: app/layers_dialog.c:3470 +#: app/layers_dialog.c:3476 msgid "New Layer Options" msgstr "Új réteg beállítások" #. The name label and entry -#: app/layers_dialog.c:3499 +#: app/layers_dialog.c:3505 #, fuzzy msgid "Layer Name:" msgstr "Réteg neve:" #. The size labels -#: app/layers_dialog.c:3513 +#: app/layers_dialog.c:3519 #, fuzzy msgid "Layer Width:" msgstr "Réteg szélessége: " -#: app/layers_dialog.c:3573 +#: app/layers_dialog.c:3579 msgid "Layer Fill Type" msgstr "Kitöltés típusa" -#: app/layers_dialog.c:3652 +#: app/layers_dialog.c:3658 msgid "Edit Layer Attributes" msgstr "Réteg tulajdonságainak szerkesztése" -#: app/layers_dialog.c:3679 +#: app/layers_dialog.c:3685 #, fuzzy msgid "Layer name:" msgstr "Réteg neve: " -#: app/layers_dialog.c:3744 +#: app/layers_dialog.c:3753 msgid "Add Mask Options" msgstr "Maszk létrehozás beállítások" #. The radio frame and box -#: app/layers_dialog.c:3762 +#: app/layers_dialog.c:3771 #, fuzzy msgid "Initialize Layer Mask to:" msgstr "Réteg maszk beállítások" -#: app/layers_dialog.c:3767 +#: app/layers_dialog.c:3776 msgid "White (Full Opacity)" msgstr "Fehér (teljesen átlátszatlan)" -#: app/layers_dialog.c:3769 +#: app/layers_dialog.c:3778 msgid "Black (Full Transparency)" msgstr "Fekete (teljesen átlátszó)" -#: app/layers_dialog.c:3771 +#: app/layers_dialog.c:3780 msgid "Layer's Alpha Channel" msgstr "Réteg alfa csatornája" -#: app/layers_dialog.c:3832 app/layers_dialog.c:3918 +#: app/layers_dialog.c:3841 app/layers_dialog.c:3927 msgid "" "Invalid width or height.\n" "Both must be positive." msgstr "" -#: app/layers_dialog.c:4004 +#: app/layers_dialog.c:4013 msgid "Layer Merge Options" msgstr "Réteg összefésülés beállítások" -#: app/layers_dialog.c:4029 +#: app/layers_dialog.c:4038 #, fuzzy msgid "Final, Merged Layer should be:" msgstr "A végsõ, összefésült réteg típusa:" -#: app/layers_dialog.c:4030 +#: app/layers_dialog.c:4039 #, fuzzy msgid "Final, Anchored Layer should be:" msgstr "A végsõ, rögzített réteg típusa:" -#: app/layers_dialog.c:4035 +#: app/layers_dialog.c:4044 msgid "Expanded as necessary" msgstr "Bõvít, ha szükséges" -#: app/layers_dialog.c:4037 +#: app/layers_dialog.c:4046 msgid "Clipped to image" msgstr "A képre illeszti" -#: app/layers_dialog.c:4039 +#: app/layers_dialog.c:4048 msgid "Clipped to bottom layer" msgstr "A legalsó rétegre illeszti" @@ -2854,7 +2860,7 @@ msgid "Layers, Channels & Paths" msgstr "Rétegek és csatornák" #. The Auto-button -#: app/lc_dialog.c:147 app/levels.c:587 +#: app/lc_dialog.c:147 app/levels.c:588 #, fuzzy msgid "Auto" msgstr "/Automatikus" @@ -2868,39 +2874,39 @@ msgid "Channels" msgstr "Csatornák" #. The shell and main vbox -#: app/levels.c:196 app/levels.c:331 app/tools.c:758 +#: app/levels.c:197 app/levels.c:332 app/tools.c:1189 msgid "Levels" msgstr "Szintek" -#: app/levels.c:234 +#: app/levels.c:235 msgid "Levels for indexed drawables cannot be adjusted." msgstr "" -#: app/levels.c:360 +#: app/levels.c:361 msgid "Modify Levels for Channel:" msgstr "" -#: app/levels.c:384 +#: app/levels.c:385 #, fuzzy msgid "Input Levels:" msgstr "Szín szintek: " -#: app/levels.c:493 +#: app/levels.c:494 #, fuzzy msgid "Output Levels:" msgstr "Szín szintek: " -#: app/levels.c:1050 +#: app/levels.c:1052 #, fuzzy msgid "Load Levels" msgstr "Szintek" -#: app/levels.c:1065 +#: app/levels.c:1067 #, fuzzy msgid "Save Levels" msgstr "Szintek" -#: app/levels.c:1384 +#: app/levels.c:1396 #, fuzzy msgid "Load/Save Levels" msgstr "Bézier görbe betöltése/tárolása" @@ -3032,7 +3038,7 @@ msgstr "" msgid "Distance:" msgstr "" -#: app/measure.c:504 app/measure.c:509 app/measure.c:517 app/measure.c:545 +#: app/measure.c:507 app/measure.c:512 app/measure.c:520 app/measure.c:548 msgid "degrees" msgstr "" @@ -4059,7 +4065,7 @@ msgstr "Forgat" msgid "Autoload during startup" msgstr "" -#: app/move.c:473 +#: app/move.c:494 #, fuzzy msgid "Move Tool" msgstr "Másoló beállítások" @@ -4074,21 +4080,21 @@ msgstr "/N msgid "Navigation: No Image" msgstr "" -#: app/paint_core.c:745 +#: app/paint_core.c:791 #, fuzzy msgid "No brushes available for use with this tool." msgstr "Nincs felhasználható minta a mûvelethez." -#: app/paint_funcs.c:85 app/tool_options.c:919 +#: app/paint_funcs.c:86 app/tool_options.c:919 msgid "Behind" msgstr "Mögött" -#: app/paint_funcs.c:91 +#: app/paint_funcs.c:92 #, fuzzy msgid "Subtraction" msgstr "Kivonás" -#: app/paint_funcs.c:99 +#: app/paint_funcs.c:100 #, fuzzy msgid "Erase" msgstr "Radír" @@ -4349,41 +4355,41 @@ msgstr "R msgid "Enter a new name for the path" msgstr "Írd be a színátmenet új nevét" -#: app/paths_dialog.c:1916 +#: app/paths_dialog.c:1919 #, c-format msgid "Failed to read from %s" msgstr "" -#: app/paths_dialog.c:1931 +#: app/paths_dialog.c:1934 #, c-format msgid "Failed to read path from %s" msgstr "" -#: app/paths_dialog.c:1938 +#: app/paths_dialog.c:1941 #, c-format msgid "No points specified in path file %s" msgstr "" -#: app/paths_dialog.c:1949 +#: app/paths_dialog.c:1952 #, c-format msgid "Failed to read path points from %s" msgstr "" -#: app/paths_dialog.c:2022 app/xcf.c:436 +#: app/paths_dialog.c:2025 app/xcf.c:436 #, c-format msgid "open failed on %s: %s\n" msgstr "" -#: app/paths_dialog.c:2044 +#: app/paths_dialog.c:2047 msgid "Load/Store Bezier Curves" msgstr "Bézier görbe betöltése/tárolása" -#: app/paths_dialog.c:2084 +#: app/paths_dialog.c:2087 #, fuzzy msgid "Load Path" msgstr "Kép betöltése" -#: app/paths_dialog.c:2106 +#: app/paths_dialog.c:2109 #, fuzzy msgid "Store Path" msgstr "Beilleszt" @@ -4480,7 +4486,7 @@ msgstr "" msgid "Posterize does not operate on indexed drawables." msgstr "A Fényerõ-kontraszt beállítás nem mûködik indexelt rajzfelületen." -#: app/posterize.c:193 app/tools.c:704 +#: app/posterize.c:193 app/tools.c:1105 msgid "Posterize" msgstr "Poszter" @@ -4489,57 +4495,57 @@ msgstr "Poszter" msgid "Posterize Levels:" msgstr "Szín szintek: " -#: app/preferences_dialog.c:244 +#: app/preferences_dialog.c:247 msgid "Error: Levels of undo must be zero or greater." msgstr "Hiba: a visszavonás puffer hossza csak 0 vagy magasabb lehet." -#: app/preferences_dialog.c:250 +#: app/preferences_dialog.c:253 msgid "Error: Marching speed must be 50 or greater." msgstr "Hiba: a kijelölés körvonalának sebessége csak 50 vagy nagyobb lehet." -#: app/preferences_dialog.c:256 +#: app/preferences_dialog.c:259 msgid "Error: Default width must be one or greater." msgstr "Hiba: az alapértelmezett szélesség csak 1, vagy nagyobb lehet." -#: app/preferences_dialog.c:262 +#: app/preferences_dialog.c:265 msgid "Error: Default height must be one or greater." msgstr "Hiba: az alapértelmezett magasság csak 1, vagy nagyobb lehet." -#: app/preferences_dialog.c:269 +#: app/preferences_dialog.c:272 #, fuzzy msgid "Error: Default unit must be within unit range." msgstr "Hiba: az alapértelmezett szélesség csak 1, vagy nagyobb lehet." -#: app/preferences_dialog.c:276 +#: app/preferences_dialog.c:279 #, fuzzy msgid "Error: Default resolution must not be zero." msgstr "Hiba: a monitor felbontása nem lehet nulla." -#: app/preferences_dialog.c:284 +#: app/preferences_dialog.c:287 #, fuzzy msgid "Error: Default resolution unit must be within unit range." msgstr "Hiba: az alapértelmezett szélesség csak 1, vagy nagyobb lehet." -#: app/preferences_dialog.c:291 +#: app/preferences_dialog.c:294 #, fuzzy msgid "Error: Monitor resolution must not be zero." msgstr "Hiba: a monitor felbontása nem lehet nulla." -#: app/preferences_dialog.c:298 +#: app/preferences_dialog.c:301 #, fuzzy msgid "Error: Image title format must not be NULL." msgstr "Hiba: a monitor felbontása nem lehet nulla." -#: app/preferences_dialog.c:305 +#: app/preferences_dialog.c:308 msgid "Error: Number of processors must be between 1 and 30." msgstr "" -#: app/preferences_dialog.c:356 +#: app/preferences_dialog.c:359 #, fuzzy msgid "Save Preferences ?" msgstr "Tulajdonságok" -#: app/preferences_dialog.c:377 +#: app/preferences_dialog.c:380 msgid "" "At least one of the changes you made will only\n" "take effect after you restart the GIMP.\n" @@ -4550,540 +4556,557 @@ msgid "" "be applied." msgstr "" -#: app/preferences_dialog.c:471 +#: app/preferences_dialog.c:474 msgid "You will need to restart GIMP for these changes to take effect." msgstr "A változások érvénybe lépéséhez újra kell indítanod a GIMPet." -#: app/preferences_dialog.c:1020 +#: app/preferences_dialog.c:1029 #, c-format msgid "The default comment is limited to %d characters." msgstr "" -#: app/preferences_dialog.c:1445 +#: app/preferences_dialog.c:1455 msgid "Preferences" msgstr "Tulajdonságok" #. The categories tree -#: app/preferences_dialog.c:1467 +#: app/preferences_dialog.c:1477 msgid "Categories" msgstr "" -#: app/preferences_dialog.c:1495 app/preferences_dialog.c:1497 +#: app/preferences_dialog.c:1505 app/preferences_dialog.c:1507 #, fuzzy msgid "New File" msgstr "Kitöltés típusa" -#: app/preferences_dialog.c:1508 +#: app/preferences_dialog.c:1518 #, fuzzy msgid "Default Image Size and Unit" msgstr "Alapértelmezett képméret" -#: app/preferences_dialog.c:1522 +#: app/preferences_dialog.c:1532 msgid "Width" msgstr "Szélesség" -#: app/preferences_dialog.c:1524 +#: app/preferences_dialog.c:1534 msgid "Height" msgstr "Magasság" -#: app/preferences_dialog.c:1554 +#: app/preferences_dialog.c:1564 #, fuzzy msgid "Default Image Resolution and Resolution Unit" msgstr "Alapértelmezett képméret" -#: app/preferences_dialog.c:1581 app/preferences_dialog.c:2352 +#: app/preferences_dialog.c:1591 app/preferences_dialog.c:2384 msgid "dpi" msgstr "" -#: app/preferences_dialog.c:1628 +#: app/preferences_dialog.c:1638 #, fuzzy msgid "Default Image Type:" msgstr "Alapértelmezett képtípus" -#: app/preferences_dialog.c:1640 +#: app/preferences_dialog.c:1650 msgid "Maximum Image Size:" msgstr "" -#: app/preferences_dialog.c:1645 app/preferences_dialog.c:1647 +#: app/preferences_dialog.c:1655 app/preferences_dialog.c:1657 #, fuzzy msgid "Default Comment" msgstr "Alapértelmezett" -#: app/preferences_dialog.c:1655 +#: app/preferences_dialog.c:1665 msgid "Comment Used for New Images" msgstr "" -#: app/preferences_dialog.c:1675 app/preferences_dialog.c:1677 +#: app/preferences_dialog.c:1685 app/preferences_dialog.c:1687 msgid "Display" msgstr "Képernyõ" -#: app/preferences_dialog.c:1685 +#: app/preferences_dialog.c:1695 #, fuzzy msgid "Transparency" msgstr "Átlátszó" -#: app/preferences_dialog.c:1704 +#: app/preferences_dialog.c:1714 msgid "Light Checks" msgstr "Világos négyzetháló" -#: app/preferences_dialog.c:1705 +#: app/preferences_dialog.c:1715 msgid "Mid-Tone Checks" msgstr "Középszürke négyzetháló" -#: app/preferences_dialog.c:1706 +#: app/preferences_dialog.c:1716 msgid "Dark Checks" msgstr "Sötét négyzetháló" -#: app/preferences_dialog.c:1707 +#: app/preferences_dialog.c:1717 msgid "White Only" msgstr "Csak fehér" -#: app/preferences_dialog.c:1708 +#: app/preferences_dialog.c:1718 msgid "Gray Only" msgstr "Csak szürke" -#: app/preferences_dialog.c:1709 +#: app/preferences_dialog.c:1719 msgid "Black Only" msgstr "Csak fekete" -#: app/preferences_dialog.c:1713 +#: app/preferences_dialog.c:1723 #, fuzzy msgid "Transparency Type:" msgstr "Átlátszóság típusa" -#: app/preferences_dialog.c:1720 app/preferences_dialog.c:1812 -#: app/preferences_dialog.c:1826 +#: app/preferences_dialog.c:1730 app/preferences_dialog.c:1822 +#: app/preferences_dialog.c:1836 msgid "Small" msgstr "Kicsi" -#: app/preferences_dialog.c:1721 app/preferences_dialog.c:1813 -#: app/preferences_dialog.c:1827 +#: app/preferences_dialog.c:1731 app/preferences_dialog.c:1823 +#: app/preferences_dialog.c:1837 msgid "Medium" msgstr "Közepes" -#: app/preferences_dialog.c:1722 app/preferences_dialog.c:1814 -#: app/preferences_dialog.c:1828 +#: app/preferences_dialog.c:1732 app/preferences_dialog.c:1824 +#: app/preferences_dialog.c:1838 msgid "Large" msgstr "Nagy" -#: app/preferences_dialog.c:1726 +#: app/preferences_dialog.c:1736 #, fuzzy msgid "Check Size:" msgstr "Négyzet mérete" -#: app/preferences_dialog.c:1729 +#: app/preferences_dialog.c:1739 #, fuzzy msgid "8-Bit Displays" msgstr "Képernyõ" -#: app/preferences_dialog.c:1750 +#: app/preferences_dialog.c:1760 msgid "Minimum Number of Colors:" msgstr "" -#: app/preferences_dialog.c:1753 +#: app/preferences_dialog.c:1763 msgid "Install Colormap" msgstr "" -#: app/preferences_dialog.c:1762 +#: app/preferences_dialog.c:1772 msgid "Colormap Cycling" msgstr "" -#: app/preferences_dialog.c:1811 +#: app/preferences_dialog.c:1821 msgid "Tiny" msgstr "" -#: app/preferences_dialog.c:1815 +#: app/preferences_dialog.c:1825 #, fuzzy msgid "Huge" msgstr "Színesség" -#: app/preferences_dialog.c:1819 +#: app/preferences_dialog.c:1829 #, fuzzy msgid "Preview Size:" msgstr "Bemutatókép mérete: " -#: app/preferences_dialog.c:1832 +#: app/preferences_dialog.c:1842 #, fuzzy msgid "Nav Preview Size:" msgstr "Bemutatókép mérete: " -#: app/preferences_dialog.c:1842 +#: app/preferences_dialog.c:1852 msgid "Recent Documents List Size:" msgstr "" #. Indicators -#: app/preferences_dialog.c:1846 +#: app/preferences_dialog.c:1856 #, fuzzy msgid "Toolbox" msgstr "/Eszközök/Eszköztár" -#: app/preferences_dialog.c:1849 +#: app/preferences_dialog.c:1859 msgid "Display Brush, Pattern and Gradient Indicators" msgstr "" -#: app/preferences_dialog.c:1858 +#: app/preferences_dialog.c:1868 msgid "Dialog Behaviour" msgstr "" -#: app/preferences_dialog.c:1860 +#: app/preferences_dialog.c:1870 msgid "Navigation Window per Display" msgstr "" -#: app/preferences_dialog.c:1869 +#: app/preferences_dialog.c:1879 msgid "Info Window Follows Mouse" msgstr "" -#: app/preferences_dialog.c:1880 app/preferences_dialog.c:1882 +#: app/preferences_dialog.c:1890 app/preferences_dialog.c:1892 msgid "Help System" msgstr "" -#: app/preferences_dialog.c:1892 +#: app/preferences_dialog.c:1902 msgid "Show Tool Tips" msgstr "" -#: app/preferences_dialog.c:1902 +#: app/preferences_dialog.c:1912 msgid "Context Sensitive Help with \"F1\"" msgstr "" -#: app/preferences_dialog.c:1911 +#: app/preferences_dialog.c:1921 #, fuzzy msgid "Help Browser" msgstr "/Fájl/Beállítások/Ecsetek..." -#: app/preferences_dialog.c:1923 +#: app/preferences_dialog.c:1933 #, fuzzy msgid "Internal" msgstr "Összeadódó" -#: app/preferences_dialog.c:1924 +#: app/preferences_dialog.c:1934 msgid "Netscape" msgstr "" -#: app/preferences_dialog.c:1928 +#: app/preferences_dialog.c:1938 msgid "Help Browser to Use:" msgstr "" -#: app/preferences_dialog.c:1933 app/preferences_dialog.c:1935 +#: app/preferences_dialog.c:1943 app/preferences_dialog.c:1945 msgid "Image Windows" msgstr "" -#: app/preferences_dialog.c:1943 +#: app/preferences_dialog.c:1953 msgid "Appearance" msgstr "" -#: app/preferences_dialog.c:1945 +#: app/preferences_dialog.c:1955 msgid "Use \"Dot for Dot\" by default" msgstr "" -#: app/preferences_dialog.c:1954 +#: app/preferences_dialog.c:1964 #, fuzzy msgid "Resize Window on Zoom" msgstr "/Nézet/Ablak infó..." -#: app/preferences_dialog.c:1963 +#: app/preferences_dialog.c:1973 #, fuzzy msgid "Show Rulers" msgstr "Rács megjelenítés" -#: app/preferences_dialog.c:1972 +#: app/preferences_dialog.c:1982 #, fuzzy msgid "Show Statusbar" msgstr "/Nézet/Státuszsor be-ki" -#: app/preferences_dialog.c:1996 +#: app/preferences_dialog.c:2006 msgid "Marching Ants Speed:" msgstr "" #. Set the currently used string as "Custom" -#: app/preferences_dialog.c:2004 +#: app/preferences_dialog.c:2014 msgid "Custom" msgstr "Egyéni" #. set some commonly used format strings -#: app/preferences_dialog.c:2010 +#: app/preferences_dialog.c:2020 msgid "Standard" msgstr "" -#: app/preferences_dialog.c:2015 +#: app/preferences_dialog.c:2025 msgid "Show zoom percentage" msgstr "" -#: app/preferences_dialog.c:2020 +#: app/preferences_dialog.c:2030 msgid "Show zoom ratio" msgstr "" -#: app/preferences_dialog.c:2025 +#: app/preferences_dialog.c:2035 msgid "Show reversed zoom ratio" msgstr "" -#: app/preferences_dialog.c:2036 +#: app/preferences_dialog.c:2046 msgid "Image Title Format:" msgstr "" #. End of the title format string -#: app/preferences_dialog.c:2040 +#: app/preferences_dialog.c:2050 msgid "Pointer Movement Feedback" msgstr "" -#: app/preferences_dialog.c:2043 +#: app/preferences_dialog.c:2053 msgid "Perfect-but-Slow Pointer Tracking" msgstr "" -#: app/preferences_dialog.c:2052 +#: app/preferences_dialog.c:2062 msgid "Disable Cursor Updating" msgstr "" -#: app/preferences_dialog.c:2064 app/preferences_dialog.c:2066 -#: app/tools.c:1079 +#: app/preferences_dialog.c:2081 +#, fuzzy +msgid "Tool Icon" +msgstr "Eszköztár" + +#: app/preferences_dialog.c:2083 +msgid "Tool Icon with Crosshair" +msgstr "" + +#: app/preferences_dialog.c:2085 +msgid "Crosshair only" +msgstr "" + +#: app/preferences_dialog.c:2090 +msgid "Cursor Mode:" +msgstr "" + +#: app/preferences_dialog.c:2096 app/preferences_dialog.c:2098 +#: app/tools.c:1536 msgid "Tool Options" msgstr "Eszköztár" -#: app/preferences_dialog.c:2074 +#: app/preferences_dialog.c:2106 #, fuzzy msgid "Paint Options" msgstr "Festékszóró beállítások" -#: app/preferences_dialog.c:2077 +#: app/preferences_dialog.c:2109 #, fuzzy msgid "Use Global Paint Options" msgstr "Színegyensúly beállítások" -#: app/preferences_dialog.c:2086 +#: app/preferences_dialog.c:2118 #, fuzzy msgid "Finding Contiguous Regions" msgstr "Egybefüggõ területek kijelölése" -#: app/preferences_dialog.c:2105 +#: app/preferences_dialog.c:2137 #, fuzzy msgid "Default Threshold:" msgstr "Küszöbszint:" -#: app/preferences_dialog.c:2114 app/preferences_dialog.c:2116 +#: app/preferences_dialog.c:2146 app/preferences_dialog.c:2148 msgid "Environment" msgstr "" -#: app/preferences_dialog.c:2124 +#: app/preferences_dialog.c:2156 #, fuzzy msgid "Resource Consumption" msgstr "Erõforrás beállítások" -#: app/preferences_dialog.c:2126 +#: app/preferences_dialog.c:2158 msgid "Conservative Memory Usage" msgstr "" -#: app/preferences_dialog.c:2154 +#: app/preferences_dialog.c:2186 #, fuzzy msgid "Levels of Undo:" msgstr "Kimentés beállítások" -#: app/preferences_dialog.c:2166 app/user_install.c:1104 +#: app/preferences_dialog.c:2198 app/user_install.c:1105 #, fuzzy msgid "Tile Cache Size:" msgstr "Négyzet mérete" -#: app/preferences_dialog.c:2177 +#: app/preferences_dialog.c:2209 msgid "Number of Processors to Use:" msgstr "" -#: app/preferences_dialog.c:2181 app/transform_tool.c:215 +#: app/preferences_dialog.c:2213 app/transform_tool.c:215 msgid "Scaling" msgstr "Skálázás" -#: app/preferences_dialog.c:2199 +#: app/preferences_dialog.c:2231 msgid "Nearest Neighbor (Fast)" msgstr "" -#: app/preferences_dialog.c:2203 +#: app/preferences_dialog.c:2235 msgid "Cubic (Slow)" msgstr "" -#: app/preferences_dialog.c:2208 +#: app/preferences_dialog.c:2240 #, fuzzy msgid "Interpolation Type:" msgstr "Négyzetes interpoláció" -#: app/preferences_dialog.c:2211 +#: app/preferences_dialog.c:2243 #, fuzzy msgid "File Saving" msgstr "/Fájl/Mentés" -#: app/preferences_dialog.c:2228 app/preferences_dialog.c:2241 +#: app/preferences_dialog.c:2260 app/preferences_dialog.c:2273 msgid "Always" msgstr "" -#: app/preferences_dialog.c:2229 +#: app/preferences_dialog.c:2261 msgid "Never" msgstr "" -#: app/preferences_dialog.c:2233 +#: app/preferences_dialog.c:2265 msgid "Try to Write a Thumbnail File:" msgstr "" -#: app/preferences_dialog.c:2240 +#: app/preferences_dialog.c:2272 msgid "Only when Modified" msgstr "" -#: app/preferences_dialog.c:2245 +#: app/preferences_dialog.c:2277 msgid "\"File > Save\" Saves the Image:" msgstr "" -#: app/preferences_dialog.c:2251 +#: app/preferences_dialog.c:2283 msgid "Session Management" msgstr "" -#: app/preferences_dialog.c:2253 +#: app/preferences_dialog.c:2285 msgid "Session" msgstr "" -#: app/preferences_dialog.c:2261 +#: app/preferences_dialog.c:2293 msgid "Window Positions" msgstr "" -#: app/preferences_dialog.c:2263 +#: app/preferences_dialog.c:2295 msgid "Save Window Positions on Exit" msgstr "" -#: app/preferences_dialog.c:2277 +#: app/preferences_dialog.c:2309 msgid "Clear Saved Window Positions Now" msgstr "" -#: app/preferences_dialog.c:2285 +#: app/preferences_dialog.c:2317 msgid "Always Try to Restore Session" msgstr "" -#: app/preferences_dialog.c:2294 +#: app/preferences_dialog.c:2326 #, fuzzy msgid "Devices" msgstr "Eszközállapot" -#: app/preferences_dialog.c:2296 +#: app/preferences_dialog.c:2328 #, fuzzy msgid "Save Device Status on Exit" msgstr "Eszközállapot" -#: app/preferences_dialog.c:2307 app/preferences_dialog.c:2309 +#: app/preferences_dialog.c:2339 app/preferences_dialog.c:2341 msgid "Monitor" msgstr "" -#: app/preferences_dialog.c:2317 +#: app/preferences_dialog.c:2349 #, fuzzy msgid "Get Monitor Resolution" msgstr "Felbontás" -#: app/preferences_dialog.c:2325 +#: app/preferences_dialog.c:2357 #, c-format msgid "(Currently %d x %d dpi)" msgstr "" -#: app/preferences_dialog.c:2377 -msgid "From X Server" -msgstr "" - -#: app/preferences_dialog.c:2392 -msgid "Manually:" -msgstr "" - -#: app/preferences_dialog.c:2405 app/preferences_dialog.c:2407 -msgid "Directories" +#: app/preferences_dialog.c:2409 +msgid "From windowing system" msgstr "" #: app/preferences_dialog.c:2424 +msgid "Manually:" +msgstr "" + +#: app/preferences_dialog.c:2437 app/preferences_dialog.c:2439 +msgid "Directories" +msgstr "" + +#: app/preferences_dialog.c:2456 #, fuzzy msgid "Temp Dir:" msgstr "Ideiglenes könyvtár:" -#: app/preferences_dialog.c:2424 +#: app/preferences_dialog.c:2456 msgid "Select Temp Dir" msgstr "" -#: app/preferences_dialog.c:2425 +#: app/preferences_dialog.c:2457 #, fuzzy msgid "Swap Dir:" msgstr "Cseretár könyvtár:" -#: app/preferences_dialog.c:2425 app/user_install.c:1124 +#: app/preferences_dialog.c:2457 app/user_install.c:1125 #, fuzzy msgid "Select Swap Dir" msgstr "/Kijelölés/Élesít" -#: app/preferences_dialog.c:2461 +#: app/preferences_dialog.c:2493 #, fuzzy msgid "Brushes Directories" msgstr "Ecset szerkesztõ" -#: app/preferences_dialog.c:2463 +#: app/preferences_dialog.c:2495 #, fuzzy msgid "Select Brushes Dir" msgstr "Ecset könyvtár:" -#: app/preferences_dialog.c:2465 +#: app/preferences_dialog.c:2497 #, fuzzy msgid "Generated Brushes" msgstr "Ecset könyvtár:" -#: app/preferences_dialog.c:2465 +#: app/preferences_dialog.c:2497 #, fuzzy msgid "Generated Brushes Directories" msgstr "Ecset szerkesztõ" -#: app/preferences_dialog.c:2467 +#: app/preferences_dialog.c:2499 #, fuzzy msgid "Select Generated Brushes Dir" msgstr "Ecset könyvtár:" -#: app/preferences_dialog.c:2469 +#: app/preferences_dialog.c:2501 #, fuzzy msgid "Patterns Directories" msgstr "Minta könyvtár:" -#: app/preferences_dialog.c:2471 +#: app/preferences_dialog.c:2503 #, fuzzy msgid "Select Patterns Dir" msgstr "Minta könyvtár:" -#: app/preferences_dialog.c:2473 +#: app/preferences_dialog.c:2505 #, fuzzy msgid "Palettes Directories" msgstr "Paletta beállítások" -#: app/preferences_dialog.c:2475 +#: app/preferences_dialog.c:2507 #, fuzzy msgid "Select Palettes Dir" msgstr "Paletta törlése" -#: app/preferences_dialog.c:2477 +#: app/preferences_dialog.c:2509 #, fuzzy msgid "Gradients Directories" msgstr "Színátmenet szerkesztõ" -#: app/preferences_dialog.c:2479 +#: app/preferences_dialog.c:2511 #, fuzzy msgid "Select Gradients Dir" msgstr "Színátmenetek mentése" -#: app/preferences_dialog.c:2481 +#: app/preferences_dialog.c:2513 #, fuzzy msgid "Plug-Ins" msgstr "Külsõ programok" -#: app/preferences_dialog.c:2481 +#: app/preferences_dialog.c:2513 msgid "Plug-Ins Directories" msgstr "" -#: app/preferences_dialog.c:2483 +#: app/preferences_dialog.c:2515 msgid "Select Plug-Ins Dir" msgstr "" -#: app/preferences_dialog.c:2485 +#: app/preferences_dialog.c:2517 #, fuzzy msgid "Modules" msgstr "Mód:" -#: app/preferences_dialog.c:2485 +#: app/preferences_dialog.c:2517 msgid "Modules Directories" msgstr "" -#: app/preferences_dialog.c:2487 +#: app/preferences_dialog.c:2519 #, fuzzy msgid "Select Modules Dir" msgstr "Kiválasztás módja" @@ -5129,13 +5152,13 @@ msgstr "GIMP verzi msgid "Temporary Procedure" msgstr "Kép forrás" -#: app/qmask.c:273 +#: app/qmask.c:270 #, fuzzy msgid "Edit Qmask Attributes" msgstr "Réteg tulajdonságainak szerkesztése" #. The opacity scale -#: app/qmask.c:301 +#: app/qmask.c:298 #, fuzzy msgid "Mask Opacity:" msgstr "Láthatóság:" @@ -5276,7 +5299,7 @@ msgid "Shearing..." msgstr "Csavarás" #. Create the shell -#: app/text_tool.c:151 app/text_tool.c:393 +#: app/text_tool.c:151 app/text_tool.c:400 msgid "Text Tool" msgstr "Szöveg" @@ -5293,17 +5316,17 @@ msgstr "Keret: " msgid "Use Dynamic Text" msgstr "" -#: app/text_tool.c:602 +#: app/text_tool.c:609 #, fuzzy, c-format msgid "Font '%s' not found." msgstr "A(z) '%s' betûtípus nem található.%s" -#: app/text_tool.c:621 +#: app/text_tool.c:628 #, c-format msgid "Font '%s' not found.%s" msgstr "A(z) '%s' betûtípus nem található.%s" -#: app/text_tool.c:624 +#: app/text_tool.c:631 msgid "" "\n" "If you don't have scalable fonts, try turning off antialiasing in the tool " @@ -5313,11 +5336,11 @@ msgstr "" "Ha nincsenek skálázható betûkészletek, próbáld meg kikapcsolni az árnyalást " "a beállításokban." -#: app/text_tool.c:735 +#: app/text_tool.c:742 msgid "Text Layer" msgstr "Szöveg réteg" -#: app/threshold.c:171 app/threshold.c:266 app/tools.c:722 +#: app/threshold.c:171 app/threshold.c:266 app/tools.c:1133 msgid "Threshold" msgstr "" @@ -5394,7 +5417,7 @@ msgstr "Laza kijel msgid "Bezier Selection" msgstr "Bézier kijelölés" -#: app/tool_options.c:155 app/tools.c:177 +#: app/tool_options.c:155 app/tools.c:288 msgid "Intelligent Scissors" msgstr "Intelligens olló" @@ -5418,7 +5441,7 @@ msgstr "N msgid "Unit:" msgstr "Névtelen" -#: app/tool_options.c:469 app/tools.c:375 +#: app/tool_options.c:469 app/tools.c:596 msgid "Bucket Fill" msgstr "Kitöltés" @@ -5427,19 +5450,19 @@ msgstr "Kit msgid "Blend Tool" msgstr "Színátmenet:" -#: app/tool_options.c:473 app/tools.c:411 +#: app/tool_options.c:473 app/tools.c:652 msgid "Pencil" msgstr "Ceruza" -#: app/tool_options.c:475 app/tools.c:429 +#: app/tool_options.c:475 app/tools.c:680 msgid "Paintbrush" msgstr "Ecset" -#: app/tool_options.c:477 app/tools.c:447 +#: app/tool_options.c:477 app/tools.c:708 msgid "Eraser" msgstr "Radír" -#: app/tool_options.c:479 app/tools.c:465 +#: app/tool_options.c:479 app/tools.c:736 msgid "Airbrush" msgstr "Festékszóró" @@ -5457,7 +5480,7 @@ msgstr "M msgid "Ink Tool" msgstr "" -#: app/tool_options.c:487 app/tools.c:537 app/tools.c:543 +#: app/tool_options.c:487 app/tools.c:848 app/tools.c:854 msgid "Dodge or Burn" msgstr "" @@ -5490,374 +5513,374 @@ msgstr " msgid "Rate" msgstr "Forgat" -#: app/tools.c:87 +#: app/tools.c:148 msgid "Rect Select" msgstr "Téglalap kijelölés" -#: app/tools.c:88 +#: app/tools.c:149 #, fuzzy msgid "/Tools/Select Tools/Rect Select" msgstr "/Eszközök/Téglalap kijelölés" -#: app/tools.c:93 +#: app/tools.c:154 msgid "Select rectangular regions" msgstr "Téglalap kijelölése" -#: app/tools.c:105 +#: app/tools.c:176 msgid "Ellipse Select" msgstr "Ellipszis kijelölés" -#: app/tools.c:106 +#: app/tools.c:177 #, fuzzy msgid "/Tools/Select Tools/Ellipse Select" msgstr "/Eszközök/Ellipszis kijelölés" -#: app/tools.c:111 +#: app/tools.c:182 msgid "Select elliptical regions" msgstr "Ellipszis kijelölése" -#: app/tools.c:123 +#: app/tools.c:204 msgid "Free Select" msgstr "Szabadkézi kijelölés" -#: app/tools.c:124 +#: app/tools.c:205 #, fuzzy msgid "/Tools/Select Tools/Free Select" msgstr "/Eszközök/Szabadkézi kijelölés" -#: app/tools.c:129 +#: app/tools.c:210 msgid "Select hand-drawn regions" msgstr "Kézzel körülhatárolt terület kijelölése" -#: app/tools.c:141 +#: app/tools.c:232 msgid "Fuzzy Select" msgstr "Laza kijelölés" -#: app/tools.c:142 +#: app/tools.c:233 #, fuzzy msgid "/Tools/Select Tools/Fuzzy Select" msgstr "/Eszközök/Laza kijelölés" -#: app/tools.c:147 +#: app/tools.c:238 msgid "Select contiguous regions" msgstr "Egybefüggõ területek kijelölése" -#: app/tools.c:159 +#: app/tools.c:260 msgid "Bezier Select" msgstr "Bézier kijelölés" -#: app/tools.c:160 +#: app/tools.c:261 #, fuzzy msgid "/Tools/Select Tools/Bezier Select" msgstr "/Eszközök/Bézier kijelölés" -#: app/tools.c:165 +#: app/tools.c:266 msgid "Select regions using Bezier curves" msgstr "Kijelölés Bézier-görbék segítségével" -#: app/tools.c:178 +#: app/tools.c:289 #, fuzzy msgid "/Tools/Select Tools/Intelligent Scissors" msgstr "/Eszközök/Intelligens olló" -#: app/tools.c:183 +#: app/tools.c:294 msgid "Select shapes from image" msgstr "Alakok kijelölése a képrõl" -#: app/tools.c:195 +#: app/tools.c:316 msgid "Move" msgstr "Mozgatás" -#: app/tools.c:196 +#: app/tools.c:317 #, fuzzy msgid "/Tools/Transform Tools/Move" msgstr "/Eszközök/Átalakítás" -#: app/tools.c:201 +#: app/tools.c:322 msgid "Move layers & selections" msgstr "Kijelölések és rétegek mozgatása" -#: app/tools.c:213 +#: app/tools.c:344 msgid "Magnify" msgstr "Nagyítás" -#: app/tools.c:214 +#: app/tools.c:345 #, fuzzy msgid "/Tools/Transform Tools/Magnify" msgstr "/Eszközök/Átalakítás" -#: app/tools.c:219 +#: app/tools.c:350 msgid "Zoom in & out" msgstr "Nagyítás és kicsinyítés" -#: app/tools.c:232 +#: app/tools.c:373 #, fuzzy msgid "/Tools/Transform Tools/Crop & Resize" msgstr "/Eszközök/Kivágás" -#: app/tools.c:237 +#: app/tools.c:378 #, fuzzy msgid "Crop or resize the image" msgstr "Kivágás a képbõl" #. the transform type radio buttons -#: app/tools.c:249 app/tools.c:267 app/tools.c:285 app/tools.c:303 +#: app/tools.c:400 app/tools.c:428 app/tools.c:456 app/tools.c:484 #: app/transform_core.c:252 app/transform_tool.c:211 msgid "Transform" msgstr "Átalakítás" -#: app/tools.c:250 +#: app/tools.c:401 #, fuzzy msgid "/Tools/Transform Tools/Transform" msgstr "/Eszközök/Átalakítás" -#: app/tools.c:255 app/tools.c:273 app/tools.c:291 app/tools.c:309 +#: app/tools.c:406 app/tools.c:434 app/tools.c:462 app/tools.c:490 msgid "Rotation, scaling, shearing, perspective." msgstr "" -#: app/tools.c:321 +#: app/tools.c:512 msgid "Flip" msgstr "Tükrözés" -#: app/tools.c:322 +#: app/tools.c:513 #, fuzzy msgid "/Tools/Transform Tools/Flip" msgstr "/Eszközök/Átalakítás" -#: app/tools.c:327 +#: app/tools.c:518 msgid "Flip the layer or selection" msgstr "Réteg vagy kijelölés tükrözése" -#: app/tools.c:339 +#: app/tools.c:540 msgid "Text" msgstr "Szöveg" -#: app/tools.c:340 +#: app/tools.c:541 msgid "/Tools/Text" msgstr "/Eszközök/Szöveg" -#: app/tools.c:345 +#: app/tools.c:546 msgid "Add text to the image" msgstr "Szöveg írása a képre" -#: app/tools.c:358 +#: app/tools.c:569 msgid "/Tools/Color Picker" msgstr "/Eszközök/Színpipetta" -#: app/tools.c:363 +#: app/tools.c:574 msgid "Pick colors from the image" msgstr "Szín beállítása a képrõl" -#: app/tools.c:376 +#: app/tools.c:597 #, fuzzy msgid "/Tools/Paint Tools/Bucket Fill" msgstr "/Eszközök/Kitöltés" -#: app/tools.c:381 +#: app/tools.c:602 msgid "Fill with a color or pattern" msgstr "Színnel vagy mintával feltöltés" -#: app/tools.c:393 +#: app/tools.c:624 msgid "Blend" msgstr "Színátmenet" -#: app/tools.c:394 +#: app/tools.c:625 #, fuzzy msgid "/Tools/Paint Tools/Blend" msgstr "/Eszközök/Színátmenet" -#: app/tools.c:399 +#: app/tools.c:630 msgid "Fill with a color gradient" msgstr "Színátmenettel feltöltés" -#: app/tools.c:412 +#: app/tools.c:653 #, fuzzy msgid "/Tools/Paint Tools/Pencil" msgstr "/Eszközök/Ceruza" -#: app/tools.c:417 +#: app/tools.c:658 msgid "Draw sharp pencil strokes" msgstr "Éles ceruzavonások rajzolása" -#: app/tools.c:430 +#: app/tools.c:681 #, fuzzy msgid "/Tools/Paint Tools/Paintbrush" msgstr "/Eszközök/Ecset" -#: app/tools.c:435 +#: app/tools.c:686 msgid "Paint fuzzy brush strokes" msgstr "Finom ecsetvonások festése" -#: app/tools.c:448 +#: app/tools.c:709 #, fuzzy msgid "/Tools/Paint Tools/Eraser" msgstr "/Eszközök/Radír" -#: app/tools.c:453 +#: app/tools.c:714 msgid "Erase to background or transparency" msgstr "Háttérszínig vagy átlátszóságig töröl" -#: app/tools.c:466 +#: app/tools.c:737 #, fuzzy msgid "/Tools/Paint Tools/Airbrush" msgstr "/Eszközök/Ecset" -#: app/tools.c:471 +#: app/tools.c:742 msgid "Airbrush with variable pressure" msgstr "Festékszóró változtatható erõsséggel" -#: app/tools.c:483 +#: app/tools.c:764 msgid "Clone" msgstr "Másoló" -#: app/tools.c:484 +#: app/tools.c:765 #, fuzzy msgid "/Tools/Paint Tools/Clone" msgstr "/Eszközök/Másoló" -#: app/tools.c:489 +#: app/tools.c:770 msgid "Paint using patterns or image regions" msgstr "Mintával vagy képrészlettel fest" -#: app/tools.c:501 +#: app/tools.c:792 msgid "Convolve" msgstr "Mázolás" -#: app/tools.c:502 +#: app/tools.c:793 #, fuzzy msgid "/Tools/Paint Tools/Convolve" msgstr "/Eszközök/Mázolás" -#: app/tools.c:507 +#: app/tools.c:798 msgid "Blur or sharpen" msgstr "Homályosítás vagy élesítés" -#: app/tools.c:519 +#: app/tools.c:820 msgid "Ink" msgstr "Tus" -#: app/tools.c:520 +#: app/tools.c:821 #, fuzzy msgid "/Tools/Paint Tools/Ink" msgstr "/Eszközök/Ecset" -#: app/tools.c:525 +#: app/tools.c:826 msgid "Draw in ink" msgstr "Tusrajz" -#: app/tools.c:538 +#: app/tools.c:849 #, fuzzy msgid "/Tools/Paint Tools/DodgeBurn" msgstr "/Eszközök/Mozgatás" -#: app/tools.c:555 app/tools.c:561 +#: app/tools.c:876 app/tools.c:882 msgid "Smudge" msgstr "" -#: app/tools.c:556 +#: app/tools.c:877 #, fuzzy msgid "/Tools/Paint Tools/Smudge" msgstr "/Eszközök/Mozgatás" -#: app/tools.c:593 +#: app/tools.c:934 #, fuzzy msgid "Measure" msgstr "Összefésülés lefelé" -#: app/tools.c:594 +#: app/tools.c:935 #, fuzzy msgid "/Tools/Measure" msgstr "/Eszközök/Radír" -#: app/tools.c:599 +#: app/tools.c:940 msgid "Measure distances and angles" msgstr "" -#: app/tools.c:632 +#: app/tools.c:993 msgid "By Color Select" msgstr "Kijelölés szín szerint" -#: app/tools.c:633 +#: app/tools.c:994 msgid "/Select/By Color..." msgstr "/Kijelölés/Szín szerint..." -#: app/tools.c:638 +#: app/tools.c:999 #, fuzzy msgid "Select regions by color" msgstr "Kijelölés Bézier-görbék segítségével" -#: app/tools.c:651 +#: app/tools.c:1022 #, fuzzy msgid "/Image/Colors/Color Balance..." msgstr "/Kép/Színek/Színegyensúly" -#: app/tools.c:656 +#: app/tools.c:1027 #, fuzzy msgid "Adjust color balance" msgstr "Színegyensúly" -#: app/tools.c:669 +#: app/tools.c:1050 #, fuzzy msgid "/Image/Colors/Brightness-Contrast..." msgstr "/Kép/Színek/Fényerõ-kontraszt" -#: app/tools.c:674 +#: app/tools.c:1055 #, fuzzy msgid "Adjust brightness and contrast" msgstr "Fényerõ-kontraszt" -#: app/tools.c:687 +#: app/tools.c:1078 #, fuzzy msgid "/Image/Colors/Hue-Saturation..." msgstr "/Kép/Színek/Színesség-telítettség" -#: app/tools.c:692 +#: app/tools.c:1083 msgid "Adjust hue and saturation" msgstr "" -#: app/tools.c:705 +#: app/tools.c:1106 #, fuzzy msgid "/Image/Colors/Posterize..." msgstr "/Kép/Színek/Poszter" -#: app/tools.c:710 +#: app/tools.c:1111 msgid "Reduce image to a fixed numer of colors" msgstr "" -#: app/tools.c:723 +#: app/tools.c:1134 #, fuzzy msgid "/Image/Colors/Threshold..." msgstr "/Kép/Színek/Küszöbszint" -#: app/tools.c:728 +#: app/tools.c:1139 msgid "Reduce image to two colors using a threshold" msgstr "" -#: app/tools.c:741 +#: app/tools.c:1162 #, fuzzy msgid "/Image/Colors/Curves..." msgstr "/Kép/Színek/Görbék" -#: app/tools.c:746 +#: app/tools.c:1167 msgid "Adjust color curves" msgstr "" -#: app/tools.c:759 +#: app/tools.c:1190 #, fuzzy msgid "/Image/Colors/Levels..." msgstr "/Kép/Színek/Szintek" -#: app/tools.c:764 +#: app/tools.c:1195 #, fuzzy msgid "Adjust color levels" msgstr "Szintek" -#: app/tools.c:777 +#: app/tools.c:1218 #, fuzzy msgid "/Image/Histogram..." msgstr "/Kép/Hisztogram" -#: app/tools.c:782 +#: app/tools.c:1223 #, fuzzy msgid "View image histogram" msgstr "/Kép/Hisztogram" @@ -5882,7 +5905,7 @@ msgstr "" "Az átalakítások nem mûködnek\n" "maszkot tartalmazó rétegeken." -#: app/transform_core.c:1616 +#: app/transform_core.c:1604 #, fuzzy msgid "Transformation" msgstr "Átalakítás" @@ -5944,224 +5967,224 @@ msgstr "/N msgid "Clip Result" msgstr "" -#: app/undo.c:2889 +#: app/undo.c:2871 #, c-format msgid "Can't undo %s" msgstr "" -#: app/undo.c:2920 +#: app/undo.c:2902 msgid "<>" msgstr "" -#: app/undo.c:2921 +#: app/undo.c:2903 #, fuzzy msgid "image" msgstr "Kép:" -#: app/undo.c:2922 +#: app/undo.c:2904 #, fuzzy msgid "image mod" msgstr "Skálázás" -#: app/undo.c:2923 +#: app/undo.c:2905 msgid "mask" msgstr "" -#: app/undo.c:2924 +#: app/undo.c:2906 #, fuzzy msgid "layer move" msgstr "Réteg neve:" #. ok -#: app/undo.c:2925 +#: app/undo.c:2907 #, fuzzy msgid "transform" msgstr "Átalakítás" -#: app/undo.c:2926 +#: app/undo.c:2908 #, fuzzy msgid "paint" msgstr "Láthatóság:" -#: app/undo.c:2927 +#: app/undo.c:2909 #, fuzzy msgid "new layer" msgstr "Új réteg" -#: app/undo.c:2928 +#: app/undo.c:2910 #, fuzzy msgid "delete layer" msgstr "Réteg törlése" -#: app/undo.c:2929 +#: app/undo.c:2911 #, fuzzy msgid "layer mod" msgstr "Ismeretlen réteg mód" -#: app/undo.c:2930 +#: app/undo.c:2912 #, fuzzy msgid "add layer mask" msgstr "Rétegmaszk létrehozása" #. ok -#: app/undo.c:2931 +#: app/undo.c:2913 #, fuzzy msgid "delete layer mask" msgstr "Érvényesíted a rétegmaszkot?" #. ok -#: app/undo.c:2932 +#: app/undo.c:2914 #, fuzzy msgid "rename layer" msgstr "Feljebb" -#: app/undo.c:2933 +#: app/undo.c:2915 #, fuzzy msgid "layer reposition" msgstr "Réteg összefésülés beállítások" #. ok -#: app/undo.c:2934 +#: app/undo.c:2916 #, fuzzy msgid "new channel" msgstr "Új csatorna" -#: app/undo.c:2935 +#: app/undo.c:2917 #, fuzzy msgid "delete channel" msgstr "Csatorna törlése" -#: app/undo.c:2936 +#: app/undo.c:2918 #, fuzzy msgid "channel mod" msgstr "Csatorna neve: " -#: app/undo.c:2937 +#: app/undo.c:2919 #, fuzzy msgid "FS to layer" msgstr "Lejjebb" #. ok -#: app/undo.c:2938 +#: app/undo.c:2920 #, fuzzy msgid "gimage" msgstr "Kép:" -#: app/undo.c:2939 +#: app/undo.c:2921 msgid "FS rigor" msgstr "" -#: app/undo.c:2940 +#: app/undo.c:2922 msgid "FS relax" msgstr "" -#: app/undo.c:2941 +#: app/undo.c:2923 msgid "guide" msgstr "" -#: app/undo.c:2942 +#: app/undo.c:2924 #, fuzzy msgid "text" msgstr "Szöveg" -#: app/undo.c:2943 +#: app/undo.c:2925 #, fuzzy msgid "float selection" msgstr "Lebegõ kijelölés" -#: app/undo.c:2944 +#: app/undo.c:2926 #, fuzzy msgid "paste" msgstr "Beilleszt" -#: app/undo.c:2945 +#: app/undo.c:2927 msgid "cut" msgstr "" -#: app/undo.c:2946 +#: app/undo.c:2928 #, fuzzy msgid "transform core" msgstr "Átalakítás" -#: app/undo.c:2947 +#: app/undo.c:2929 msgid "paint core" msgstr "" -#: app/undo.c:2948 +#: app/undo.c:2930 #, fuzzy msgid "floating layer" msgstr "Réteg törlése" #. unused! -#: app/undo.c:2949 +#: app/undo.c:2931 #, fuzzy msgid "linked layer" msgstr "Feljebb" -#: app/undo.c:2950 +#: app/undo.c:2932 #, fuzzy msgid "apply layer mask" msgstr "Érvényesíted a rétegmaszkot?" #. ok -#: app/undo.c:2951 +#: app/undo.c:2933 #, fuzzy msgid "layer merge" msgstr "Réteg neve:" -#: app/undo.c:2952 +#: app/undo.c:2934 msgid "FS anchor" msgstr "" -#: app/undo.c:2953 +#: app/undo.c:2935 #, fuzzy msgid "gimage mod" msgstr "Skálázás" -#: app/undo.c:2954 +#: app/undo.c:2936 #, fuzzy msgid "crop" msgstr "másol" -#: app/undo.c:2955 +#: app/undo.c:2937 #, fuzzy msgid "layer scale" msgstr "fekete-fehér" -#: app/undo.c:2956 +#: app/undo.c:2938 #, fuzzy msgid "layer resize" msgstr "Átméretezés" -#: app/undo.c:2957 +#: app/undo.c:2939 msgid "quickmask" msgstr "" -#: app/undo.c:2958 +#: app/undo.c:2940 #, fuzzy msgid "attach parasite" msgstr "Alakok kijelölése a képrõl" -#: app/undo.c:2959 +#: app/undo.c:2941 msgid "remove parasite" msgstr "" -#: app/undo.c:2960 +#: app/undo.c:2942 #, fuzzy msgid "resolution change" msgstr "Felbontás" -#: app/undo.c:2961 +#: app/undo.c:2943 #, fuzzy msgid "image scale" msgstr "Skálázás" -#: app/undo.c:2962 +#: app/undo.c:2944 #, fuzzy msgid "image resize" msgstr "Átméretezés" -#: app/undo.c:2963 +#: app/undo.c:2945 msgid "misc" msgstr "" @@ -6446,94 +6469,94 @@ msgstr "Interf msgid "Click \"Continue\" to create your personal GIMP directory." msgstr "" -#: app/user_install.c:754 +#: app/user_install.c:755 #, c-format msgid "" "For a proper GIMP installation, a subdirectory named\n" "%s needs to be created." msgstr "" -#: app/user_install.c:760 +#: app/user_install.c:761 msgid "" "This subdirectory will contain a number of important files.\n" "Click on one of the files or subdirectories in the tree\n" "to get more information about the selected item." msgstr "" -#: app/user_install.c:844 +#: app/user_install.c:845 msgid "User Installation Log" msgstr "" -#: app/user_install.c:850 +#: app/user_install.c:851 msgid "GIMP Performance Tuning" msgstr "" -#: app/user_install.c:851 +#: app/user_install.c:852 msgid "Click \"Continue\" to accept the settings above." msgstr "" -#: app/user_install.c:854 +#: app/user_install.c:855 msgid "For optimal GIMP performance, some settings may have to be adjusted." msgstr "" -#: app/user_install.c:863 +#: app/user_install.c:864 #, fuzzy msgid "Monitor Resolution" msgstr "Felbontás" -#: app/user_install.c:864 +#: app/user_install.c:865 msgid "Click \"Continue\" to start The GIMP." msgstr "" -#: app/user_install.c:867 +#: app/user_install.c:868 msgid "" "To display images in their natural size, GIMP needs to know your monitor " "resolution." msgstr "" -#: app/user_install.c:876 +#: app/user_install.c:877 #, fuzzy msgid "Aborting Installation..." msgstr "GIMP verzió: " -#: app/user_install.c:946 +#: app/user_install.c:947 msgid "does not exist. Cannot install." msgstr "" -#: app/user_install.c:958 +#: app/user_install.c:959 msgid "has invalid permissions. Cannot install." msgstr "" -#: app/user_install.c:996 +#: app/user_install.c:997 msgid "" "Did you notice any error messages in the console window?\n" "If not, installation was successful!\n" "Otherwise, quit and investigate the possible reason..." msgstr "" -#: app/user_install.c:1052 +#: app/user_install.c:1053 msgid "" "Did you notice any error messages in the lines above?\n" "If not, installation was successful!\n" "Otherwise, quit and investigate the possible reason..." msgstr "" -#: app/user_install.c:1064 +#: app/user_install.c:1065 msgid "Click \"Continue\" to complete GIMP installation." msgstr "" -#: app/user_install.c:1069 +#: app/user_install.c:1070 msgid "Installation failed. Contact system administrator." msgstr "" -#: app/user_install.c:1090 +#: app/user_install.c:1091 msgid "" "GIMP uses a limited amount of memory to store image data, the so-called\n" "\"Tile Cache\". You should adjust it's size to fit into memory. Consider\n" "the amount of memory used by other running processes." msgstr "" -#: app/user_install.c:1115 +#: app/user_install.c:1116 msgid "" "All image and undo data which doesn't fit into the Tile Cache will be\n" "written to a swap file. This file should be located on a local filesystem\n" @@ -6541,57 +6564,57 @@ msgid "" "may want to use the system-wide temp-dir (\"/tmp\" or \"/var/tmp\")." msgstr "" -#: app/user_install.c:1129 +#: app/user_install.c:1130 #, fuzzy msgid "Swap Directory:" msgstr "Cseretár könyvtár:" -#: app/user_install.c:1182 +#: app/user_install.c:1183 #, fuzzy msgid "Calibrate Monitor Resolution" msgstr "Felbontás" -#: app/user_install.c:1290 +#: app/user_install.c:1291 msgid "Measure the rulers and enter their lengths below." msgstr "" -#: app/user_install.c:1305 +#: app/user_install.c:1306 #, fuzzy msgid "Horizontal:" msgstr "Vízszintes" -#: app/user_install.c:1310 +#: app/user_install.c:1311 #, fuzzy msgid "Vertical:" msgstr "Függõleges" -#: app/user_install.c:1351 +#: app/user_install.c:1352 msgid "" "GIMP can obtain this information from your X-server.\n" "However, most X-servers do not return useful values." msgstr "" -#: app/user_install.c:1358 +#: app/user_install.c:1359 #, c-format msgid "Get Resolution from X-server (Currently %d x %d dpi)" msgstr "" -#: app/user_install.c:1372 +#: app/user_install.c:1373 msgid "Alternatively, you can set the monitor resolution manually." msgstr "" -#: app/user_install.c:1385 +#: app/user_install.c:1386 #, fuzzy msgid "Monitor Resolution X:" msgstr "Felbontás" -#: app/user_install.c:1421 +#: app/user_install.c:1422 msgid "" "You can also press the \"Calibrate\" button to open a window\n" "which lets you determine your monitor resolution interactively." msgstr "" -#: app/user_install.c:1428 +#: app/user_install.c:1429 msgid "Calibrate" msgstr "" diff --git a/po/it.po b/po/it.po index 95ec082026..8b47cfff79 100644 --- a/po/it.po +++ b/po/it.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: gimp 1.1.18\n" -"POT-Creation-Date: 2000-06-09 17:14+0200\n" +"POT-Creation-Date: 2000-06-18 19:40-0700\n" "PO-Revision-Date: dom feb 6 15:21:10 CET 2000\n" "Last-Translator: Daniele Medri \n" "Language-Team: gimp.linux.it\n" @@ -11,21 +11,21 @@ msgstr "" "Date: dom mar 26 16:01:57 CEST 2000\n" "From: Daniele Medri \n" -#: app/about_dialog.c:193 +#: app/about_dialog.c:256 msgid "About the GIMP" msgstr "Informazioni su GIMP" #. this is a font, provide only one single font definition -#: app/about_dialog.c:244 +#: app/about_dialog.c:307 msgid "-*-helvetica-medium-r-normal--*-140-*-*-*-*-*-*" msgstr "-*-helvetica-medium-r-normal--*-140-*-*-*-*-*-*" -#: app/about_dialog.c:254 +#: app/about_dialog.c:317 #, c-format msgid "Version %s brought to you by" msgstr "Versione %s realizzata da" -#: app/about_dialog.c:294 +#: app/about_dialog.c:357 msgid "Please visit http://www.gimp.org/ for more info" msgstr "Visitate http://www.gimp.org/ per maggiori informazioni" @@ -119,11 +119,11 @@ msgstr "Esci" #: app/gdisplay_color_ui.c:135 app/gdisplay_ops.c:305 app/gimpprogress.c:112 #: app/global_edit.c:772 app/gradient.c:1768 app/gradient.c:4840 #: app/gradient.c:5401 app/hue_saturation.c:374 app/interface.c:1039 -#: app/layers_dialog.c:3483 app/layers_dialog.c:3665 app/layers_dialog.c:3757 -#: app/layers_dialog.c:4017 app/levels.c:340 app/palette.c:1826 +#: app/layers_dialog.c:3484 app/layers_dialog.c:3666 app/layers_dialog.c:3761 +#: app/layers_dialog.c:4021 app/levels.c:341 app/palette.c:1826 #: app/posterize.c:202 app/preferences_dialog.c:1465 app/qmask.c:278 #: app/resize.c:194 app/resize.c:1326 app/threshold.c:275 -#: app/user_install.c:548 app/user_install.c:1190 modules/cdisplay_gamma.c:332 +#: app/user_install.c:548 app/user_install.c:1191 modules/cdisplay_gamma.c:332 #: modules/cdisplay_highcontrast.c:325 msgid "Cancel" msgstr "Cancella" @@ -136,11 +136,11 @@ msgstr "Tracciato Bezier gi msgid "Corrupt curve" msgstr "Curva corrotta" -#: app/bezier_select.c:2941 +#: app/bezier_select.c:2995 msgid "Curve not closed!" msgstr "Curve non chiuse!" -#: app/bezier_select.c:3228 app/gimage_mask.c:620 +#: app/bezier_select.c:3282 app/gimage_mask.c:620 msgid "Paintbrush operation failed." msgstr "Operazione di disegno non portata a termine." @@ -216,7 +216,7 @@ msgstr "Spirale (senso antiorario)" msgid "Gradient:" msgstr "Gradiente:" -#: app/blend.c:342 app/by_color_select.c:817 app/preferences_dialog.c:1820 +#: app/blend.c:342 app/by_color_select.c:838 app/preferences_dialog.c:1820 msgid "None" msgstr "Nessuno" @@ -265,7 +265,7 @@ msgid "Blend: " msgstr "Unione:" #: app/brightness_contrast.c:127 app/brightness_contrast.c:209 -#: app/tools.c:1011 +#: app/tools.c:1049 msgid "Brightness-Contrast" msgstr "Liminosità-Contrasto" @@ -278,19 +278,19 @@ msgstr "Luminosit #: app/color_balance.c:271 app/color_notebook.c:123 app/convert.c:504 #: app/curves.c:558 app/file_new_dialog.c:207 app/file_new_dialog.c:353 #: app/gdisplay_color_ui.c:133 app/gimpui.c:122 app/hue_saturation.c:370 -#: app/layers_dialog.c:3481 app/layers_dialog.c:3663 app/layers_dialog.c:3755 -#: app/layers_dialog.c:4015 app/levels.c:336 app/module_db.c:314 +#: app/layers_dialog.c:3482 app/layers_dialog.c:3664 app/layers_dialog.c:3759 +#: app/layers_dialog.c:4019 app/levels.c:337 app/module_db.c:314 #: app/posterize.c:198 app/preferences_dialog.c:1461 app/qmask.c:276 #: app/resize.c:192 app/resize.c:1326 app/threshold.c:271 -#: app/user_install.c:1188 modules/cdisplay_gamma.c:330 +#: app/user_install.c:1189 modules/cdisplay_gamma.c:330 #: modules/cdisplay_highcontrast.c:323 msgid "OK" msgstr "OK" -#: app/brightness_contrast.c:216 app/by_color_select.c:694 +#: app/brightness_contrast.c:216 app/by_color_select.c:715 #: app/color_balance.c:273 app/curves.c:560 app/file_new_dialog.c:355 -#: app/hue_saturation.c:372 app/levels.c:338 app/posterize.c:200 -#: app/threshold.c:273 app/tools.c:1498 app/transform_core.c:406 +#: app/hue_saturation.c:372 app/levels.c:339 app/posterize.c:200 +#: app/threshold.c:273 app/tools.c:1542 app/transform_core.c:406 #: modules/colorsel_water.c:634 msgid "Reset" msgstr "Annulla" @@ -307,7 +307,7 @@ msgstr "Contrasto:" #. The preview toggle #: app/brightness_contrast.c:300 app/color_balance.c:441 app/curves.c:682 -#: app/fileops.c:401 app/hue_saturation.c:562 app/levels.c:569 +#: app/fileops.c:401 app/hue_saturation.c:562 app/levels.c:570 #: app/palette.c:3236 app/posterize.c:239 app/threshold.c:348 msgid "Preview" msgstr "Anteprima" @@ -317,15 +317,15 @@ msgid "Brush Editor" msgstr "Editor dei pennelli" #. The close button -#: app/brush_edit.c:216 app/brush_select.c:281 app/by_color_select.c:696 +#: app/brush_edit.c:216 app/brush_select.c:281 app/by_color_select.c:717 #: app/color_notebook.c:123 app/color_picker.c:297 app/colormap_dialog.i.c:173 -#: app/crop.c:1054 app/devices.c:755 app/docindex.c:773 app/errorconsole.c:281 +#: app/crop.c:1068 app/devices.c:755 app/docindex.c:773 app/errorconsole.c:281 #: app/gdisplay_ops.c:305 app/gradient.c:800 app/gradient_select.c:153 -#: app/histogram_tool.c:276 app/info_window.c:255 app/lc_dialog.c:195 +#: app/histogram_tool.c:275 app/info_window.c:255 app/lc_dialog.c:195 #: app/measure.c:321 app/nav_window.c:1344 app/palette.c:2072 #: app/palette.c:2088 app/palette.c:3118 app/palette_select.c:66 #: app/pattern_select.c:172 app/preferences_dialog.c:367 app/tips_dialog.c:160 -#: app/tools.c:1500 app/undo_history.c:752 +#: app/tools.c:1544 app/undo_history.c:752 msgid "Close" msgstr "Chiudi" @@ -360,7 +360,7 @@ msgstr "Aggiorna" msgid "No Brushes available" msgstr "Nessun pennello disponibile" -#: app/brush_select.c:448 app/layers_dialog.c:412 app/tool_options.c:526 +#: app/brush_select.c:448 app/layers_dialog.c:413 app/tool_options.c:526 msgid "Opacity:" msgstr "Opacità" @@ -423,53 +423,53 @@ msgstr "Riempimento pattern" msgid "Bucket Fill operation failed." msgstr "Operazione di riempimento non portata a termine." -#: app/bucket_fill.c:347 +#: app/bucket_fill.c:351 msgid "No available patterns for this operation." msgstr "Nessun pattern disponibile per questa operazione." #. The shell and main vbox -#: app/by_color_select.c:689 +#: app/by_color_select.c:710 msgid "By Color Selection" msgstr "Selezione da colore" -#: app/by_color_select.c:745 +#: app/by_color_select.c:766 msgid "Inactive" msgstr "Inattivo" -#: app/by_color_select.c:753 +#: app/by_color_select.c:774 msgid "Selection Mode" msgstr "Modalità di selezione" -#: app/by_color_select.c:758 app/paint_funcs.c:100 +#: app/by_color_select.c:779 app/paint_funcs.c:101 msgid "Replace" msgstr "Sostituisci" -#: app/by_color_select.c:760 app/colormap_dialog.i.c:130 +#: app/by_color_select.c:781 app/colormap_dialog.i.c:130 #: app/gdisplay_color_ui.c:120 msgid "Add" msgstr "Aggiungi" -#: app/by_color_select.c:761 app/layers_dialog.c:380 app/tool_options.c:926 +#: app/by_color_select.c:782 app/layers_dialog.c:380 app/tool_options.c:926 msgid "Subtract" msgstr "Sottrai" -#: app/by_color_select.c:762 +#: app/by_color_select.c:783 msgid "Intersect" msgstr "Interseca" -#: app/by_color_select.c:773 +#: app/by_color_select.c:794 msgid "Fuzziness Threshold" msgstr "Soglia fuzzy" -#: app/by_color_select.c:792 +#: app/by_color_select.c:813 msgid "Selection" msgstr "Selezione" -#: app/by_color_select.c:803 +#: app/by_color_select.c:824 msgid "Invert" msgstr "Invertita" -#: app/by_color_select.c:810 +#: app/by_color_select.c:831 msgid "All" msgstr "Tutti" @@ -496,9 +496,9 @@ msgstr "Sposta" msgid "Offset X:" msgstr "Sposta X:" -#: app/channel_ops.c:115 app/crop.c:1063 app/file_new_dialog.c:530 +#: app/channel_ops.c:115 app/crop.c:1077 app/file_new_dialog.c:530 #: app/resize.c:343 app/resize.c:435 app/resize.c:572 app/rotate_tool.c:106 -#: app/scale_tool.c:100 app/shear_tool.c:82 app/user_install.c:1391 +#: app/scale_tool.c:100 app/shear_tool.c:82 app/user_install.c:1392 msgid "Y:" msgstr "Y:" @@ -508,11 +508,11 @@ msgid "Wrap Around" msgstr "Avvolgente" #: app/channel_ops.c:174 app/image_new.c:76 app/image_new.c:290 -#: app/layers_dialog.c:3583 +#: app/layers_dialog.c:3584 msgid "Background" msgstr "Sfondo" -#: app/channel_ops.c:175 app/image_new.c:86 app/layers_dialog.c:3585 +#: app/channel_ops.c:175 app/image_new.c:86 app/layers_dialog.c:3586 msgid "Transparent" msgstr "Trasparente" @@ -554,17 +554,17 @@ msgid "Empty Channel Copy" msgstr "Copia di canale vuoto" #: app/channels_dialog.c:1433 app/color_balance.c:343 app/color_select.c:250 -#: app/curves.c:583 app/histogram_tool.c:304 app/levels.c:369 +#: app/curves.c:583 app/histogram_tool.c:303 app/levels.c:370 msgid "Red" msgstr "Rosso" #: app/channels_dialog.c:1437 app/color_balance.c:368 app/color_select.c:251 -#: app/curves.c:584 app/histogram_tool.c:305 app/levels.c:370 +#: app/curves.c:584 app/histogram_tool.c:304 app/levels.c:371 msgid "Green" msgstr "Verde" #: app/channels_dialog.c:1441 app/color_balance.c:393 app/color_select.c:252 -#: app/curves.c:585 app/histogram_tool.c:306 app/levels.c:371 +#: app/curves.c:585 app/histogram_tool.c:305 app/levels.c:372 msgid "Blue" msgstr "Blu" @@ -627,7 +627,7 @@ msgid "No patterns available for this operation." msgstr "Nessun pattern disponibile per questa operazione." #. The shell and main vbox -#: app/color_balance.c:168 app/color_balance.c:266 app/tools.c:983 +#: app/color_balance.c:168 app/color_balance.c:266 app/tools.c:1021 msgid "Color Balance" msgstr "Bilanciamento colore" @@ -679,7 +679,7 @@ msgstr "Selezione colore" msgid "Revert to Old Color" msgstr "Inverti a vecchi colori" -#: app/color_picker.c:144 app/color_picker.c:248 app/tools.c:530 +#: app/color_picker.c:144 app/color_picker.c:248 app/tools.c:568 msgid "Color Picker" msgstr "Selettore colore" @@ -720,14 +720,14 @@ msgstr "Indice:" msgid "Hex Triplet" msgstr "Esadecimale" -#: app/color_picker.c:272 app/histogram_tool.c:260 +#: app/color_picker.c:272 app/histogram_tool.c:259 msgid "Intensity:" msgstr "Intensità:" -#: app/color_picker.c:626 app/color_picker.c:627 app/color_picker.c:628 -#: app/color_picker.c:629 app/color_picker.c:630 app/color_picker.c:631 -#: app/color_picker.c:632 app/color_picker.c:644 app/color_picker.c:651 -#: app/color_picker.c:669 app/color_picker.c:684 app/info_window.c:185 +#: app/color_picker.c:632 app/color_picker.c:633 app/color_picker.c:634 +#: app/color_picker.c:635 app/color_picker.c:636 app/color_picker.c:637 +#: app/color_picker.c:638 app/color_picker.c:650 app/color_picker.c:657 +#: app/color_picker.c:675 app/color_picker.c:690 app/info_window.c:185 #: app/info_window.c:191 app/info_window.c:197 app/info_window.c:203 #: app/info_window.c:422 app/info_window.c:423 app/info_window.c:424 #: app/info_window.c:425 app/info_window.c:447 @@ -758,18 +758,18 @@ msgstr "G" msgid "B" msgstr "B" -#: app/color_select.c:247 app/layers_dialog.c:383 app/paint_funcs.c:94 +#: app/color_select.c:247 app/layers_dialog.c:383 app/paint_funcs.c:95 #: app/tool_options.c:929 msgid "Hue" msgstr "Tonalità" -#: app/color_select.c:248 app/layers_dialog.c:384 app/paint_funcs.c:95 +#: app/color_select.c:248 app/layers_dialog.c:384 app/paint_funcs.c:96 #: app/tool_options.c:930 msgid "Saturation" msgstr "Saturazione" -#: app/color_select.c:249 app/curves.c:582 app/histogram_tool.c:303 -#: app/layers_dialog.c:386 app/levels.c:368 app/paint_funcs.c:97 +#: app/color_select.c:249 app/curves.c:582 app/histogram_tool.c:302 +#: app/layers_dialog.c:386 app/levels.c:369 app/paint_funcs.c:98 #: app/tool_options.c:932 msgid "Value" msgstr "Valore" @@ -922,7 +922,7 @@ msgstr "Sfumata" msgid "Sharpen" msgstr "Definita" -#: app/crop.c:178 app/tools.c:334 +#: app/crop.c:178 app/tools.c:372 msgid "Crop & Resize" msgstr "Taglierina" @@ -940,11 +940,11 @@ msgstr "Permetti ingrandimento" msgid "Tool Toggle" msgstr "Tipo di movimento" -#: app/crop.c:215 app/crop.c:1050 +#: app/crop.c:215 app/crop.c:1064 msgid "Crop" msgstr "Taglierina" -#: app/crop.c:217 app/crop.c:1052 +#: app/crop.c:217 app/crop.c:1066 msgid "Resize" msgstr "Ridimensiona" @@ -952,42 +952,42 @@ msgstr "Ridimensiona" msgid "Crop: " msgstr "Taglierino:" -#: app/crop.c:1023 +#: app/crop.c:1037 msgid "Crop: 0 x 0" msgstr "Taglierino: 0 x 0" #. create the info dialog -#: app/crop.c:1044 +#: app/crop.c:1058 msgid "Crop & Resize Information" msgstr "Informazioni taglierino e ridimensionamento" #. add the information fields -#: app/crop.c:1060 +#: app/crop.c:1074 msgid "Origin X:" msgstr "Origine X:" #. the pixel size labels -#: app/crop.c:1076 app/file_new_dialog.c:389 app/file_new_dialog.c:407 +#: app/crop.c:1090 app/file_new_dialog.c:389 app/file_new_dialog.c:407 #: app/tool_options.c:348 msgid "Width:" msgstr "Larghezza:" -#: app/crop.c:1079 app/file_new_dialog.c:395 app/file_new_dialog.c:413 -#: app/layers_dialog.c:3524 app/resize.c:253 app/resize.c:278 app/resize.c:509 +#: app/crop.c:1093 app/file_new_dialog.c:395 app/file_new_dialog.c:413 +#: app/layers_dialog.c:3525 app/resize.c:253 app/resize.c:278 app/resize.c:509 #: app/scale_tool.c:79 app/scale_tool.c:86 app/tool_options.c:364 msgid "Height:" msgstr "Altezza:" -#: app/crop.c:1101 +#: app/crop.c:1115 msgid "From Selection" msgstr "Da selezione" -#: app/crop.c:1107 +#: app/crop.c:1121 msgid "Auto Shrink" msgstr "Riduzione automatica" #. The shell and main vbox -#: app/curves.c:393 app/curves.c:553 app/tools.c:1123 +#: app/curves.c:393 app/curves.c:553 app/tools.c:1161 msgid "Curves" msgstr "Curve" @@ -999,7 +999,7 @@ msgstr "Le Curve per figure in scala di colore non possono essere modificate." msgid "Modify Curves for Channel:" msgstr "Modifica curve per canale:" -#: app/curves.c:586 app/levels.c:372 +#: app/curves.c:586 app/levels.c:373 msgid "Alpha" msgstr "Alpha" @@ -1016,11 +1016,11 @@ msgstr "Definite" msgid "Free" msgstr "Libero" -#: app/curves.c:699 app/levels.c:597 app/module_db.c:864 +#: app/curves.c:699 app/levels.c:598 app/module_db.c:864 msgid "Load" msgstr "Carica" -#: app/curves.c:707 app/devices.c:753 app/levels.c:607 app/palette.c:2068 +#: app/curves.c:707 app/devices.c:753 app/levels.c:608 app/palette.c:2068 #: app/preferences_dialog.c:365 app/preferences_dialog.c:1463 msgid "Save" msgstr "Salva" @@ -1037,7 +1037,7 @@ msgstr "Salva curve" msgid "Load/Save Curves" msgstr "Apri/salva curve" -#: app/curves.c:1624 app/curves.c:1642 app/levels.c:1429 app/levels.c:1447 +#: app/curves.c:1624 app/curves.c:1642 app/levels.c:1441 app/levels.c:1459 #: app/paths_dialog.c:1905 #, c-format msgid "Unable to open file %s" @@ -1051,7 +1051,7 @@ msgstr "La desaturazione opera solo su figure con colore RGB." msgid "Device Status" msgstr "Stato dei dispositivi" -#: app/disp_callbacks.c:813 app/global_edit.c:297 app/global_edit.c:303 +#: app/disp_callbacks.c:816 app/global_edit.c:297 app/global_edit.c:303 #: app/global_edit.c:375 msgid "Pasted Layer" msgstr "Livello incollato" @@ -1078,7 +1078,8 @@ msgstr "" msgid "" "Move the selected entry down in the index\n" " To bottom" -msgstr "Muovi la voce selezionata in basso nell'indice\n" +msgstr "" +"Muovi la voce selezionata in basso nell'indice\n" " verso il basso" #: app/docindex.c:126 @@ -1110,11 +1111,11 @@ msgstr "Brucia" msgid "Mode" msgstr "Modalità" -#: app/edit_selection.c:181 +#: app/edit_selection.c:190 msgid "Move: 0, 0" msgstr "Muovi: 0, 0" -#: app/edit_selection.c:427 app/edit_selection.c:437 +#: app/edit_selection.c:436 app/edit_selection.c:446 msgid "Move: " msgstr "Muovi: " @@ -1128,7 +1129,7 @@ msgid "Hard Edge" msgstr "Passaggio deciso" #. the anti_erase toggle -#: app/eraser.c:118 app/paint_funcs.c:101 +#: app/eraser.c:118 app/paint_funcs.c:102 msgid "Anti Erase" msgstr "Gomma inversa" @@ -1201,7 +1202,7 @@ msgid "New Image" msgstr "Nuova immagine" #: app/file_new_dialog.c:453 app/preferences_dialog.c:1536 -#: app/preferences_dialog.c:1573 app/user_install.c:1378 +#: app/preferences_dialog.c:1573 app/user_install.c:1379 msgid "Pixels" msgstr "Pixel" @@ -1426,27 +1427,27 @@ msgstr "" "selezione fluttuante perchè appartiene ad\n" "un livello maschera o canale." -#: app/gdisplay.c:224 +#: app/gdisplay.c:227 msgid "RGB-empty" msgstr "RGB-vuoto" -#: app/gdisplay.c:224 app/image_new.c:60 app/preferences_dialog.c:1633 +#: app/gdisplay.c:227 app/image_new.c:60 app/preferences_dialog.c:1633 msgid "RGB" msgstr "RGB" -#: app/gdisplay.c:227 +#: app/gdisplay.c:230 msgid "grayscale-empty" msgstr "Scala di grigio-vuoto" -#: app/gdisplay.c:227 +#: app/gdisplay.c:230 msgid "grayscale" msgstr "Scala di grigio" -#: app/gdisplay.c:230 +#: app/gdisplay.c:233 msgid "indexed-empty" msgstr "scala di colore-vuoto" -#: app/gdisplay.c:230 +#: app/gdisplay.c:233 msgid "indexed" msgstr "scala di colore" @@ -1776,7 +1777,7 @@ msgstr "Messaggio GIMP" msgid "pixel" msgstr "pixel" -#: app/gimpunit.c:63 app/measure.c:504 app/measure.c:508 app/paint_core.c:527 +#: app/gimpunit.c:63 app/measure.c:507 app/measure.c:511 app/paint_core.c:530 msgid "pixels" msgstr "pixel" @@ -2192,44 +2193,44 @@ msgid "Gradient Selection" msgstr "Selezione gradienti" #. The shell and main vbox -#: app/histogram_tool.c:166 app/histogram_tool.c:270 app/tools.c:1179 +#: app/histogram_tool.c:165 app/histogram_tool.c:269 app/tools.c:1217 msgid "Histogram" msgstr "Istogramma" -#: app/histogram_tool.c:204 +#: app/histogram_tool.c:203 msgid "Histogram does not operate on indexed drawables." msgstr "Gli istogrammi non operano su figure in scala di colore." -#: app/histogram_tool.c:256 +#: app/histogram_tool.c:255 msgid "Mean:" msgstr "Scarto:" -#: app/histogram_tool.c:257 +#: app/histogram_tool.c:256 msgid "Std Dev:" msgstr "Deviazione standard" -#: app/histogram_tool.c:258 +#: app/histogram_tool.c:257 msgid "Median:" msgstr "Mediana" -#: app/histogram_tool.c:259 +#: app/histogram_tool.c:258 msgid "Pixels:" msgstr "Pixel:" -#: app/histogram_tool.c:261 +#: app/histogram_tool.c:260 msgid "Count:" msgstr "Conteggio:" -#: app/histogram_tool.c:262 +#: app/histogram_tool.c:261 msgid "Percentile:" msgstr "Percentile:" -#: app/histogram_tool.c:295 +#: app/histogram_tool.c:294 msgid "Information on Channel:" msgstr "Informazioni sul canale:" #. The shell and main vbox -#: app/hue_saturation.c:245 app/hue_saturation.c:365 app/tools.c:1039 +#: app/hue_saturation.c:245 app/hue_saturation.c:365 app/tools.c:1077 msgid "Hue-Saturation" msgstr "Tonalità-saturazione" @@ -2285,11 +2286,11 @@ msgstr "" msgid "Grayscale" msgstr "Scala di grigio" -#: app/image_new.c:71 app/layers_dialog.c:3582 +#: app/image_new.c:71 app/layers_dialog.c:3583 msgid "Foreground" msgstr "Primo piano" -#: app/image_new.c:81 app/layers_dialog.c:3584 +#: app/image_new.c:81 app/layers_dialog.c:3585 msgid "White" msgstr "Bianco" @@ -2497,7 +2498,7 @@ msgstr "Canale" msgid "Channel Ops" msgstr "Opzioni canale" -#: app/internal_procs.c:80 app/layers_dialog.c:385 app/paint_funcs.c:96 +#: app/internal_procs.c:80 app/layers_dialog.c:385 app/paint_funcs.c:97 #: app/tool_options.c:816 app/tool_options.c:931 msgid "Color" msgstr "Colore" @@ -2626,7 +2627,7 @@ msgstr "%s maschera" msgid "Layer Select" msgstr "Selezione livello" -#: app/layers_dialog.c:264 app/layers_dialog.c:3514 +#: app/layers_dialog.c:264 app/layers_dialog.c:3515 msgid "New Layer" msgstr "Nuovo livello" @@ -2658,43 +2659,43 @@ msgstr "Ancora livello" msgid "Delete Layer" msgstr "Cancella livello" -#: app/layers_dialog.c:372 app/paint_funcs.c:83 app/tool_options.c:917 +#: app/layers_dialog.c:372 app/paint_funcs.c:84 app/tool_options.c:917 msgid "Normal" msgstr "Normale" -#: app/layers_dialog.c:373 app/paint_funcs.c:84 app/tool_options.c:918 +#: app/layers_dialog.c:373 app/paint_funcs.c:85 app/tool_options.c:918 msgid "Dissolve" msgstr "Dissoluta" -#: app/layers_dialog.c:374 app/paint_funcs.c:86 app/tool_options.c:920 +#: app/layers_dialog.c:374 app/paint_funcs.c:87 app/tool_options.c:920 msgid "Multiply (Burn)" msgstr "Multipla (Burn)" -#: app/layers_dialog.c:375 app/paint_funcs.c:98 app/tool_options.c:921 +#: app/layers_dialog.c:375 app/paint_funcs.c:99 app/tool_options.c:921 msgid "Divide (Dodge)" msgstr "Divisa (Dodge)" -#: app/layers_dialog.c:376 app/paint_funcs.c:87 app/tool_options.c:922 +#: app/layers_dialog.c:376 app/paint_funcs.c:88 app/tool_options.c:922 msgid "Screen" msgstr "Screen" -#: app/layers_dialog.c:377 app/paint_funcs.c:88 app/tool_options.c:923 +#: app/layers_dialog.c:377 app/paint_funcs.c:89 app/tool_options.c:923 msgid "Overlay" msgstr "Sovrapposta" -#: app/layers_dialog.c:378 app/paint_funcs.c:89 app/tool_options.c:924 +#: app/layers_dialog.c:378 app/paint_funcs.c:90 app/tool_options.c:924 msgid "Difference" msgstr "Differenza" -#: app/layers_dialog.c:379 app/paint_funcs.c:90 app/tool_options.c:925 +#: app/layers_dialog.c:379 app/paint_funcs.c:91 app/tool_options.c:925 msgid "Addition" msgstr "Aggiunta" -#: app/layers_dialog.c:381 app/paint_funcs.c:92 app/tool_options.c:927 +#: app/layers_dialog.c:381 app/paint_funcs.c:93 app/tool_options.c:927 msgid "Darken Only" msgstr "Solo toni scuri" -#: app/layers_dialog.c:382 app/paint_funcs.c:93 app/tool_options.c:928 +#: app/layers_dialog.c:382 app/paint_funcs.c:94 app/tool_options.c:928 msgid "Lighten Only" msgstr "Solo toni chiari" @@ -2702,62 +2703,67 @@ msgstr "Solo toni chiari" msgid "Keep Trans." msgstr "Trasparenza" -#: app/layers_dialog.c:1906 +#: app/layers_dialog.c:405 +#, fuzzy +msgid "Keep Transparency" +msgstr "Trasparenza" + +#: app/layers_dialog.c:1907 msgid "Empty Layer Copy" msgstr "Copia livello vuoto" -#: app/layers_dialog.c:2168 app/layers_dialog.c:3325 app/layers_dialog.c:3692 +#: app/layers_dialog.c:2169 app/layers_dialog.c:3326 app/layers_dialog.c:3693 msgid "Floating Selection" msgstr "Selezione fluttuante" -#: app/layers_dialog.c:3475 +#: app/layers_dialog.c:3476 msgid "New Layer Options" msgstr "Opzioni nuovo livello" #. The name label and entry -#: app/layers_dialog.c:3504 +#: app/layers_dialog.c:3505 msgid "Layer Name:" msgstr "Nome livello:" #. The size labels -#: app/layers_dialog.c:3518 +#: app/layers_dialog.c:3519 msgid "Layer Width:" msgstr "Larghezza livello:" -#: app/layers_dialog.c:3578 +#: app/layers_dialog.c:3579 msgid "Layer Fill Type" msgstr "Tipo di riempimento livello" -#: app/layers_dialog.c:3657 +#: app/layers_dialog.c:3658 msgid "Edit Layer Attributes" msgstr "Modifica attributi livello" -#: app/layers_dialog.c:3684 +#: app/layers_dialog.c:3685 msgid "Layer name:" msgstr "Nome livello:" -#: app/layers_dialog.c:3749 +#: app/layers_dialog.c:3753 msgid "Add Mask Options" msgstr "Aggiungi opzioni maschera" #. The radio frame and box -#: app/layers_dialog.c:3767 +#: app/layers_dialog.c:3771 msgid "Initialize Layer Mask to:" msgstr "Inizializza livello maschera a:" -#: app/layers_dialog.c:3772 +#: app/layers_dialog.c:3776 msgid "White (Full Opacity)" msgstr "Bianco (totale opacità)" -#: app/layers_dialog.c:3774 +#: app/layers_dialog.c:3778 msgid "Black (Full Transparency)" msgstr "Nero (Trasparenza Totale)" -#: app/layers_dialog.c:3776 +#: app/layers_dialog.c:3780 msgid "Layer's Alpha Channel" msgstr "Canale alpha del livello" -#: app/layers_dialog.c:3837 app/layers_dialog.c:3923 +#: app/layers_dialog.c:3841 app/layers_dialog.c:3927 msgid "" "Invalid width or height.\n" "Both must be positive." @@ -2765,27 +2771,27 @@ msgstr "" "Larghezza o Altezza Invalida.\n" "Entrambe devono essere positive." -#: app/layers_dialog.c:4009 +#: app/layers_dialog.c:4013 msgid "Layer Merge Options" msgstr "Opzioni incolla livello" -#: app/layers_dialog.c:4034 +#: app/layers_dialog.c:4038 msgid "Final, Merged Layer should be:" msgstr "Il livello incollato finale deve essere:" -#: app/layers_dialog.c:4035 +#: app/layers_dialog.c:4039 msgid "Final, Anchored Layer should be:" msgstr "Il livello ancorato finale deve essere:" -#: app/layers_dialog.c:4040 +#: app/layers_dialog.c:4044 msgid "Expanded as necessary" msgstr "Espandi se necessario" -#: app/layers_dialog.c:4042 +#: app/layers_dialog.c:4046 msgid "Clipped to image" msgstr "Ridimensiona all'immagine" -#: app/layers_dialog.c:4044 +#: app/layers_dialog.c:4048 msgid "Clipped to bottom layer" msgstr "Ridimensiona al livello base" @@ -2794,7 +2800,7 @@ msgid "Layers, Channels & Paths" msgstr "Livelli, canali e tracciati" #. The Auto-button -#: app/lc_dialog.c:147 app/levels.c:587 +#: app/lc_dialog.c:147 app/levels.c:588 msgid "Auto" msgstr "Auto" @@ -2807,35 +2813,35 @@ msgid "Channels" msgstr "Canali" #. The shell and main vbox -#: app/levels.c:196 app/levels.c:331 app/tools.c:1151 +#: app/levels.c:197 app/levels.c:332 app/tools.c:1189 msgid "Levels" msgstr "Livelli" -#: app/levels.c:234 +#: app/levels.c:235 msgid "Levels for indexed drawables cannot be adjusted." msgstr "I livelli per figure in scala di colore non possono essere modificate." -#: app/levels.c:360 +#: app/levels.c:361 msgid "Modify Levels for Channel:" msgstr "Modifica livelli per canale: " -#: app/levels.c:384 +#: app/levels.c:385 msgid "Input Levels:" msgstr "Livelli di ingresso: " -#: app/levels.c:493 +#: app/levels.c:494 msgid "Output Levels:" msgstr "Livelli di uscita: " -#: app/levels.c:1050 +#: app/levels.c:1052 msgid "Load Levels" msgstr "Apri livelli" -#: app/levels.c:1065 +#: app/levels.c:1067 msgid "Save Levels" msgstr "Salva livelli" -#: app/levels.c:1384 +#: app/levels.c:1396 msgid "Load/Save Levels" msgstr "Apri/salva livelli" @@ -2964,7 +2970,7 @@ msgstr "Utilizza finestra informazioni" msgid "Distance:" msgstr "Distanza:" -#: app/measure.c:504 app/measure.c:509 app/measure.c:517 app/measure.c:545 +#: app/measure.c:507 app/measure.c:512 app/measure.c:520 app/measure.c:548 msgid "degrees" msgstr "°" @@ -3808,7 +3814,7 @@ msgstr "Stato:" msgid "Autoload during startup" msgstr "Carica automaticamente all'avvio" -#: app/move.c:473 +#: app/move.c:494 msgid "Move Tool" msgstr "Strumento movimento" @@ -3822,19 +3828,19 @@ msgstr "Navigazione: %s-%d.%d" msgid "Navigation: No Image" msgstr "Navigazione: nessuna immagine" -#: app/paint_core.c:760 +#: app/paint_core.c:791 msgid "No brushes available for use with this tool." msgstr "Nessun pennello disponibile all'uso con questo strumento." -#: app/paint_funcs.c:85 app/tool_options.c:919 +#: app/paint_funcs.c:86 app/tool_options.c:919 msgid "Behind" msgstr "Dietro" -#: app/paint_funcs.c:91 +#: app/paint_funcs.c:92 msgid "Subtraction" msgstr "Sottrazione" -#: app/paint_funcs.c:99 +#: app/paint_funcs.c:100 msgid "Erase" msgstr "Gomma" @@ -4203,14 +4209,14 @@ msgstr "" "(%s)\n" "\n" "Il lancio del plugin potrebbe aver condizionato lo stato interno\n" -"di GIMP. Dovreste salvare le immagini e riavviare il programma per" -"maggior sicurezza." +"di GIMP. Dovreste salvare le immagini e riavviare il programma permaggior " +"sicurezza." #: app/posterize.c:148 msgid "Posterize does not operate on indexed drawables." msgstr "Posterizzazione non possibile su una immagine in Scala di Colore" -#: app/posterize.c:193 app/tools.c:1067 +#: app/posterize.c:193 app/tools.c:1105 msgid "Posterize" msgstr "Posterizza" @@ -4562,7 +4568,7 @@ msgid "Cursor Mode:" msgstr "Modalità cursore:" #: app/preferences_dialog.c:2096 app/preferences_dialog.c:2098 -#: app/tools.c:1492 +#: app/tools.c:1536 msgid "Tool Options" msgstr "Opzioni strumenti" @@ -4598,7 +4604,7 @@ msgstr "Utilizzo della memoria conservativa" msgid "Levels of Undo:" msgstr "Dimensione storico:" -#: app/preferences_dialog.c:2198 app/user_install.c:1104 +#: app/preferences_dialog.c:2198 app/user_install.c:1105 msgid "Tile Cache Size:" msgstr "Dimensione cache immagine:" @@ -4715,7 +4721,7 @@ msgstr "Seleziona directory temporanea" msgid "Swap Dir:" msgstr "Directory di swap" -#: app/preferences_dialog.c:2457 app/user_install.c:1124 +#: app/preferences_dialog.c:2457 app/user_install.c:1125 msgid "Select Swap Dir" msgstr "Selezionare directory di Swap" @@ -4962,7 +4968,7 @@ msgid "Shearing..." msgstr "Ritagliatura..." #. Create the shell -#: app/text_tool.c:151 app/text_tool.c:393 +#: app/text_tool.c:151 app/text_tool.c:400 msgid "Text Tool" msgstr "Strumenti di testo" @@ -4978,17 +4984,17 @@ msgstr "Bordo:" msgid "Use Dynamic Text" msgstr "Utilizza GDynText" -#: app/text_tool.c:602 +#: app/text_tool.c:609 #, c-format msgid "Font '%s' not found." msgstr "Carattere '%s' non trovato." -#: app/text_tool.c:621 +#: app/text_tool.c:628 #, c-format msgid "Font '%s' not found.%s" msgstr "Carattere '%s' non trovato.%s" -#: app/text_tool.c:624 +#: app/text_tool.c:631 msgid "" "\n" "If you don't have scalable fonts, try turning off antialiasing in the tool " @@ -4998,11 +5004,11 @@ msgstr "" "Se non avete caratteri scalabili, provate a disabilitare l'antialiasing " "negli strumenti" -#: app/text_tool.c:735 +#: app/text_tool.c:742 msgid "Text Layer" msgstr "Livello del testo" -#: app/threshold.c:171 app/threshold.c:266 app/tools.c:1095 +#: app/threshold.c:171 app/threshold.c:266 app/tools.c:1133 msgid "Threshold" msgstr "Soglia" @@ -5068,7 +5074,7 @@ msgstr "Selezione Fuzzy" msgid "Bezier Selection" msgstr "Selezione Bezier" -#: app/tool_options.c:155 app/tools.c:250 +#: app/tool_options.c:155 app/tools.c:288 msgid "Intelligent Scissors" msgstr "Forbici intelligenti" @@ -5088,7 +5094,7 @@ msgstr "Dimensioni fisse / Unit msgid "Unit:" msgstr "Unità:" -#: app/tool_options.c:469 app/tools.c:558 +#: app/tool_options.c:469 app/tools.c:596 msgid "Bucket Fill" msgstr "Riempimento colore" @@ -5096,19 +5102,19 @@ msgstr "Riempimento colore" msgid "Blend Tool" msgstr "Strumento sfumatura" -#: app/tool_options.c:473 app/tools.c:614 +#: app/tool_options.c:473 app/tools.c:652 msgid "Pencil" msgstr "Matita" -#: app/tool_options.c:475 app/tools.c:642 +#: app/tool_options.c:475 app/tools.c:680 msgid "Paintbrush" msgstr "Pennello" -#: app/tool_options.c:477 app/tools.c:670 +#: app/tool_options.c:477 app/tools.c:708 msgid "Eraser" msgstr "Gomma" -#: app/tool_options.c:479 app/tools.c:698 +#: app/tool_options.c:479 app/tools.c:736 msgid "Airbrush" msgstr "Aerografo" @@ -5124,7 +5130,7 @@ msgstr "Arrotolamento" msgid "Ink Tool" msgstr "Strumento stilo" -#: app/tool_options.c:487 app/tools.c:810 app/tools.c:816 +#: app/tool_options.c:487 app/tools.c:848 app/tools.c:854 msgid "Dodge or Burn" msgstr "Scherma / Brucia" @@ -5152,337 +5158,337 @@ msgstr "Durezza" msgid "Rate" msgstr "Ammontare" -#: app/tools.c:110 +#: app/tools.c:148 msgid "Rect Select" msgstr "Selezione rettangolare" -#: app/tools.c:111 +#: app/tools.c:149 msgid "/Tools/Select Tools/Rect Select" msgstr "/Strumenti/Strumenti di selezione/Selezione rettangolare" -#: app/tools.c:116 +#: app/tools.c:154 msgid "Select rectangular regions" msgstr "Selezione rettangolare" -#: app/tools.c:138 +#: app/tools.c:176 msgid "Ellipse Select" msgstr "Selezione ellittica" -#: app/tools.c:139 +#: app/tools.c:177 msgid "/Tools/Select Tools/Ellipse Select" msgstr "/Strumenti/Strumenti di selezione/Selezione ellittica" -#: app/tools.c:144 +#: app/tools.c:182 msgid "Select elliptical regions" msgstr "Selezione ellittica" -#: app/tools.c:166 +#: app/tools.c:204 msgid "Free Select" msgstr "Selezione libera" -#: app/tools.c:167 +#: app/tools.c:205 msgid "/Tools/Select Tools/Free Select" msgstr "/Strumenti/Strumenti di selezione/Selezione libera" -#: app/tools.c:172 +#: app/tools.c:210 msgid "Select hand-drawn regions" msgstr "Selezione Lazo" -#: app/tools.c:194 +#: app/tools.c:232 msgid "Fuzzy Select" msgstr "Selezione Fuzzy" -#: app/tools.c:195 +#: app/tools.c:233 msgid "/Tools/Select Tools/Fuzzy Select" msgstr "/Strumenti/Strumenti di selezione/Selezione Fuzzy" -#: app/tools.c:200 +#: app/tools.c:238 msgid "Select contiguous regions" msgstr "Seleziona regioni contigue" -#: app/tools.c:222 +#: app/tools.c:260 msgid "Bezier Select" msgstr "Selezione Bezier" -#: app/tools.c:223 +#: app/tools.c:261 msgid "/Tools/Select Tools/Bezier Select" msgstr "/Strumenti/Strumenti di selezioine/Selezione Bezier" -#: app/tools.c:228 +#: app/tools.c:266 msgid "Select regions using Bezier curves" msgstr "Selezione Bezier" -#: app/tools.c:251 +#: app/tools.c:289 msgid "/Tools/Select Tools/Intelligent Scissors" msgstr "/Strumenti/Strumenti di selezione/Forbici intelligenti" -#: app/tools.c:256 +#: app/tools.c:294 msgid "Select shapes from image" msgstr "Seleziona aree dall'immagine" -#: app/tools.c:278 +#: app/tools.c:316 msgid "Move" msgstr "Muovi" -#: app/tools.c:279 +#: app/tools.c:317 msgid "/Tools/Transform Tools/Move" msgstr "/Strumenti/Strumenti trasformazione/Muovi" -#: app/tools.c:284 +#: app/tools.c:322 msgid "Move layers & selections" msgstr "Muovi livelli e selezioni" -#: app/tools.c:306 +#: app/tools.c:344 msgid "Magnify" msgstr "Lente" -#: app/tools.c:307 +#: app/tools.c:345 msgid "/Tools/Transform Tools/Magnify" msgstr "/Strumenti/Strumenti di trasformazione/Lente" -#: app/tools.c:312 +#: app/tools.c:350 msgid "Zoom in & out" msgstr "Zoom" -#: app/tools.c:335 +#: app/tools.c:373 msgid "/Tools/Transform Tools/Crop & Resize" msgstr "/Strumenti/Strumenti di trasformazione/Ritaglia e ridimensiona" -#: app/tools.c:340 +#: app/tools.c:378 msgid "Crop or resize the image" msgstr "Ritaglia o ridimensiona l'immagine" #. the transform type radio buttons -#: app/tools.c:362 app/tools.c:390 app/tools.c:418 app/tools.c:446 +#: app/tools.c:400 app/tools.c:428 app/tools.c:456 app/tools.c:484 #: app/transform_core.c:252 app/transform_tool.c:211 msgid "Transform" msgstr "Trasforma" -#: app/tools.c:363 +#: app/tools.c:401 msgid "/Tools/Transform Tools/Transform" msgstr "/Strumenti/Strumenti di trasformazione/Trasforma" -#: app/tools.c:368 app/tools.c:396 app/tools.c:424 app/tools.c:452 +#: app/tools.c:406 app/tools.c:434 app/tools.c:462 app/tools.c:490 msgid "Rotation, scaling, shearing, perspective." msgstr "Rotazione, scalatura, torsione, prospettiva." -#: app/tools.c:474 +#: app/tools.c:512 msgid "Flip" msgstr "Riflessione" -#: app/tools.c:475 +#: app/tools.c:513 msgid "/Tools/Transform Tools/Flip" msgstr "/Strumenti/Strumenti di trasformazione/Riflessione" -#: app/tools.c:480 +#: app/tools.c:518 msgid "Flip the layer or selection" msgstr "Rifletti il livello o la selezione" -#: app/tools.c:502 +#: app/tools.c:540 msgid "Text" msgstr "Testo" -#: app/tools.c:503 +#: app/tools.c:541 msgid "/Tools/Text" msgstr "/Strumenti/Testo" -#: app/tools.c:508 +#: app/tools.c:546 msgid "Add text to the image" msgstr "Aggiungi testo all'immagine" -#: app/tools.c:531 +#: app/tools.c:569 msgid "/Tools/Color Picker" msgstr "/Strumenti/Selezione colore" -#: app/tools.c:536 +#: app/tools.c:574 msgid "Pick colors from the image" msgstr "Selettore di colore" -#: app/tools.c:559 +#: app/tools.c:597 msgid "/Tools/Paint Tools/Bucket Fill" msgstr "/Strumenti/Strumenti di disegno/Riempimento colore" -#: app/tools.c:564 +#: app/tools.c:602 msgid "Fill with a color or pattern" msgstr "Riempi con colore o pattern" -#: app/tools.c:586 +#: app/tools.c:624 msgid "Blend" msgstr "Sfumatura" -#: app/tools.c:587 +#: app/tools.c:625 msgid "/Tools/Paint Tools/Blend" msgstr "/Strumenti/Strumenti di disegno/Sfumatura" -#: app/tools.c:592 +#: app/tools.c:630 msgid "Fill with a color gradient" msgstr "Riempi con un gradiente di colore" -#: app/tools.c:615 +#: app/tools.c:653 msgid "/Tools/Paint Tools/Pencil" msgstr "/Strumenti/Strumenti di disegno/Matita" -#: app/tools.c:620 +#: app/tools.c:658 msgid "Draw sharp pencil strokes" msgstr "Disegna con matita definita" -#: app/tools.c:643 +#: app/tools.c:681 msgid "/Tools/Paint Tools/Paintbrush" msgstr "/Strumenti/Strumenti di disegno/Pennello" -#: app/tools.c:648 +#: app/tools.c:686 msgid "Paint fuzzy brush strokes" msgstr "Dipingi con pennello fuzzy" -#: app/tools.c:671 +#: app/tools.c:709 msgid "/Tools/Paint Tools/Eraser" msgstr "/Strumenti/Strumenti di disegno/Gomma" -#: app/tools.c:676 +#: app/tools.c:714 msgid "Erase to background or transparency" msgstr "Gomma sullo sfondo o sulla trasparenza" -#: app/tools.c:699 +#: app/tools.c:737 msgid "/Tools/Paint Tools/Airbrush" msgstr "/Strumenti/Strumenti di disegno/Aerografo" -#: app/tools.c:704 +#: app/tools.c:742 msgid "Airbrush with variable pressure" msgstr "Aerografo con pressione variabile" -#: app/tools.c:726 +#: app/tools.c:764 msgid "Clone" msgstr "Duplica" -#: app/tools.c:727 +#: app/tools.c:765 msgid "/Tools/Paint Tools/Clone" msgstr "/Strumenti/Strumenti di disegno/Duplica" -#: app/tools.c:732 +#: app/tools.c:770 msgid "Paint using patterns or image regions" msgstr "Disegna utilizzando pattern o immagini" -#: app/tools.c:754 +#: app/tools.c:792 msgid "Convolve" msgstr "Arrotolamento" -#: app/tools.c:755 +#: app/tools.c:793 msgid "/Tools/Paint Tools/Convolve" msgstr "/Strumenti/Strumenti di disegno/Arrotolamento" -#: app/tools.c:760 +#: app/tools.c:798 msgid "Blur or sharpen" msgstr "Sfoca o contrasta" -#: app/tools.c:782 +#: app/tools.c:820 msgid "Ink" msgstr "Stilo" -#: app/tools.c:783 +#: app/tools.c:821 msgid "/Tools/Paint Tools/Ink" msgstr "/Strumenti/Strumenti di disegno/Stilo" -#: app/tools.c:788 +#: app/tools.c:826 msgid "Draw in ink" msgstr "Disegna con stilo" -#: app/tools.c:811 +#: app/tools.c:849 msgid "/Tools/Paint Tools/DodgeBurn" msgstr "/Strumenti/Strumenti di disegno/Scherma / Brucia" -#: app/tools.c:838 app/tools.c:844 +#: app/tools.c:876 app/tools.c:882 msgid "Smudge" msgstr "Sfumino" -#: app/tools.c:839 +#: app/tools.c:877 msgid "/Tools/Paint Tools/Smudge" msgstr "/Strumenti/Strumenti di disegno/Sfumino" -#: app/tools.c:896 +#: app/tools.c:934 msgid "Measure" msgstr "Misurino" -#: app/tools.c:897 +#: app/tools.c:935 msgid "/Tools/Measure" msgstr "/Strumenti/Misurino" -#: app/tools.c:902 +#: app/tools.c:940 msgid "Measure distances and angles" msgstr "Misura distanze e angoli" -#: app/tools.c:955 +#: app/tools.c:993 msgid "By Color Select" msgstr "Selezione per colore" -#: app/tools.c:956 +#: app/tools.c:994 msgid "/Select/By Color..." msgstr "/Selezione/Per colore..." -#: app/tools.c:961 +#: app/tools.c:999 msgid "Select regions by color" msgstr "Seleziona regioni per colore" -#: app/tools.c:984 +#: app/tools.c:1022 msgid "/Image/Colors/Color Balance..." msgstr "/Immagine/Colori/Bilanciamento colore..." -#: app/tools.c:989 +#: app/tools.c:1027 msgid "Adjust color balance" msgstr "Aggiusta bilanciamento colore" -#: app/tools.c:1012 +#: app/tools.c:1050 msgid "/Image/Colors/Brightness-Contrast..." msgstr "/Immagine/Colori/Luminosità-Contrasto..." -#: app/tools.c:1017 +#: app/tools.c:1055 msgid "Adjust brightness and contrast" msgstr "Aggiusta luminosità-contrasto" -#: app/tools.c:1040 +#: app/tools.c:1078 msgid "/Image/Colors/Hue-Saturation..." msgstr "/Immagine/Colori/Tonalità-Saturazione..." -#: app/tools.c:1045 +#: app/tools.c:1083 msgid "Adjust hue and saturation" msgstr "Aggiusta Tonalità-Saturazione" -#: app/tools.c:1068 +#: app/tools.c:1106 msgid "/Image/Colors/Posterize..." msgstr "/Immagine/Colori/Posterizzazione..." -#: app/tools.c:1073 +#: app/tools.c:1111 msgid "Reduce image to a fixed numer of colors" msgstr "Riduci immagine ad un numero fissato di colori" -#: app/tools.c:1096 +#: app/tools.c:1134 msgid "/Image/Colors/Threshold..." msgstr "/Immagine/Colori/Soglia..." -#: app/tools.c:1101 +#: app/tools.c:1139 msgid "Reduce image to two colors using a threshold" msgstr "Riduci immagine a due colori utilizzando una soglia" -#: app/tools.c:1124 +#: app/tools.c:1162 msgid "/Image/Colors/Curves..." msgstr "/Immagine/Colori/Curve..." -#: app/tools.c:1129 +#: app/tools.c:1167 msgid "Adjust color curves" msgstr "Aggiusta curva colore" -#: app/tools.c:1152 +#: app/tools.c:1190 msgid "/Image/Colors/Levels..." msgstr "/Immagine/Colori/Livelli..." -#: app/tools.c:1157 +#: app/tools.c:1195 msgid "Adjust color levels" msgstr "Aggiusta livelli colore" -#: app/tools.c:1180 +#: app/tools.c:1218 msgid "/Image/Histogram..." msgstr "/Immagine/Istogramma..." -#: app/tools.c:1185 +#: app/tools.c:1223 msgid "View image histogram" msgstr "Visualizza istogramma immagine" @@ -5506,7 +5512,7 @@ msgstr "" "Trasformazioni non possono avvenire\n" "su livelli che contengono livelli maschere." -#: app/transform_core.c:1616 +#: app/transform_core.c:1604 msgid "Transformation" msgstr "Trasformazione" @@ -6148,7 +6154,7 @@ msgstr "Directory Personale di GIMP" msgid "Click \"Continue\" to create your personal GIMP directory." msgstr "Premere \"Continua\" per creare la tua directory personale di GIMP." -#: app/user_install.c:754 +#: app/user_install.c:755 #, c-format msgid "" "For a proper GIMP installation, a subdirectory named\n" @@ -6157,7 +6163,7 @@ msgstr "" "Per una appropriata installazione di GIMP, è necessario\n" "creare una directory con il nome %s." -#: app/user_install.c:760 +#: app/user_install.c:761 msgid "" "This subdirectory will contain a number of important files.\n" "Click on one of the files or subdirectories in the tree\n" @@ -6167,33 +6173,33 @@ msgstr "" "Click su uno dei file o sottodirectory nell'alberatura\n" "per conoscere i dettagli specifici." -#: app/user_install.c:844 +#: app/user_install.c:845 msgid "User Installation Log" msgstr "Log Installazione Utente" -#: app/user_install.c:850 +#: app/user_install.c:851 msgid "GIMP Performance Tuning" msgstr "GIMP Prestazioni" -#: app/user_install.c:851 +#: app/user_install.c:852 msgid "Click \"Continue\" to accept the settings above." msgstr "Premere \"Continua\" per accettare le configurazioni." -#: app/user_install.c:854 +#: app/user_install.c:855 msgid "For optimal GIMP performance, some settings may have to be adjusted." msgstr "" "Per una prestazione ottimale di GIMP, è necessario aggiustare alcuni " "parametri." -#: app/user_install.c:863 +#: app/user_install.c:864 msgid "Monitor Resolution" msgstr "Risoluzione Monitor" -#: app/user_install.c:864 +#: app/user_install.c:865 msgid "Click \"Continue\" to start The GIMP." msgstr "Premere \"Continua\" per avviare The GIMP." -#: app/user_install.c:867 +#: app/user_install.c:868 msgid "" "To display images in their natural size, GIMP needs to know your monitor " "resolution." @@ -6201,19 +6207,19 @@ msgstr "" "Per visualizzare le immagini nella loro naturale dimensione, GIMP " "necessitadi sapere la risoluzione del monitor." -#: app/user_install.c:876 +#: app/user_install.c:877 msgid "Aborting Installation..." msgstr "Installazione Annullata..." -#: app/user_install.c:946 +#: app/user_install.c:947 msgid "does not exist. Cannot install." msgstr " non esiste. Impossibile installare." -#: app/user_install.c:958 +#: app/user_install.c:959 msgid "has invalid permissions. Cannot install." msgstr "ha permessi invalidi. Impossibile installare." -#: app/user_install.c:996 +#: app/user_install.c:997 msgid "" "Did you notice any error messages in the console window?\n" "If not, installation was successful!\n" @@ -6224,7 +6230,7 @@ msgstr "" "portata a termine con successo! In caso contrario\n" "uscite e cercate le possibili ragioni..." -#: app/user_install.c:1052 +#: app/user_install.c:1053 msgid "" "Did you notice any error messages in the lines above?\n" "If not, installation was successful!\n" @@ -6235,15 +6241,15 @@ msgstr "" "l'installazione è avvenuta con successo! In caso\n" "contrario uscite e cercate le possibili ragioni..." -#: app/user_install.c:1064 +#: app/user_install.c:1065 msgid "Click \"Continue\" to complete GIMP installation." msgstr "Premere \"Continua\" per completare l'installazione." -#: app/user_install.c:1069 +#: app/user_install.c:1070 msgid "Installation failed. Contact system administrator." msgstr "Installazione fallita. Contattare l'amministratore di sistema." -#: app/user_install.c:1090 +#: app/user_install.c:1091 msgid "" "GIMP uses a limited amount of memory to store image data, the so-called\n" "\"Tile Cache\". You should adjust it's size to fit into memory. Consider\n" @@ -6254,7 +6260,7 @@ msgstr "" "considerando\n" "l'ammontare di memoria per gli altri processi attivi." -#: app/user_install.c:1115 +#: app/user_install.c:1116 msgid "" "All image and undo data which doesn't fit into the Tile Cache will be\n" "written to a swap file. This file should be located on a local filesystem\n" @@ -6270,27 +6276,27 @@ msgstr "" "sistema UNIX, potete utilizzare la directory temporanea di sistema\n" "(\"/tmp\" o \"/var/tmp\")." -#: app/user_install.c:1129 +#: app/user_install.c:1130 msgid "Swap Directory:" msgstr "Directory di Swap:" -#: app/user_install.c:1182 +#: app/user_install.c:1183 msgid "Calibrate Monitor Resolution" msgstr "Calibratura Risoluzione Monitor" -#: app/user_install.c:1290 +#: app/user_install.c:1291 msgid "Measure the rulers and enter their lengths below." msgstr "Misura i righelli e digitate la loro lunghezza." -#: app/user_install.c:1305 +#: app/user_install.c:1306 msgid "Horizontal:" msgstr "Orizzontale:" -#: app/user_install.c:1310 +#: app/user_install.c:1311 msgid "Vertical:" msgstr "Verticale:" -#: app/user_install.c:1351 +#: app/user_install.c:1352 msgid "" "GIMP can obtain this information from your X-server.\n" "However, most X-servers do not return useful values." @@ -6298,20 +6304,20 @@ msgstr "" "GIMP può ottenere queste informazioni dal Server X.\n" "Malgrado ciò, molti Server X non rilevano valori adeguati." -#: app/user_install.c:1358 +#: app/user_install.c:1359 #, c-format msgid "Get Resolution from X-server (Currently %d x %d dpi)" msgstr "Rileva la Risoluzione dal Server X (Corrente %d x %d dpi)" -#: app/user_install.c:1372 +#: app/user_install.c:1373 msgid "Alternatively, you can set the monitor resolution manually." msgstr "Alternativamente, è possibile configurare la risoluzione manualmente." -#: app/user_install.c:1385 +#: app/user_install.c:1386 msgid "Monitor Resolution X:" msgstr "Risoluzione monitor X:" -#: app/user_install.c:1421 +#: app/user_install.c:1422 msgid "" "You can also press the \"Calibrate\" button to open a window\n" "which lets you determine your monitor resolution interactively." @@ -6320,7 +6326,7 @@ msgstr "" "finestra con la quale potrete determinare la risoluzione del\n" "monitor interattivamente." -#: app/user_install.c:1428 +#: app/user_install.c:1429 msgid "Calibrate" msgstr "Calibratura" diff --git a/po/ja.po b/po/ja.po index defc30c1ea..f8cfc11f54 100644 --- a/po/ja.po +++ b/po/ja.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: GIMP 1.1.24\n" -"POT-Creation-Date: 2000-06-17 19:06+0900\n" +"POT-Creation-Date: 2000-06-18 19:40-0700\n" "PO-Revision-Date: 2000-06-17 19:07+09:00\n" "Last-Translator: Çòºê ÂÙ¹° \n" "Language-Team: Japanese \n" @@ -13,21 +13,21 @@ msgstr "" "Content-Type: text/plain; charset=EUC-JP\n" "Content-Transfer-Encoding: 8-bit\n" -#: app/about_dialog.c:193 +#: app/about_dialog.c:256 msgid "About the GIMP" msgstr "GIMP ¤Ë¤Ä¤¤¤Æ" #. this is a font, provide only one single font definition -#: app/about_dialog.c:244 +#: app/about_dialog.c:307 msgid "-*-helvetica-medium-r-normal--*-140-*-*-*-*-*-*" msgstr "-*-helvetica-medium-r-normal-*-*-140-*-*-*-*-*-*" -#: app/about_dialog.c:254 +#: app/about_dialog.c:317 #, c-format msgid "Version %s brought to you by" msgstr "¥Ð¡¼¥¸¥ç¥ó %s ¤ÎÄ󶡤Ï" -#: app/about_dialog.c:294 +#: app/about_dialog.c:357 msgid "Please visit http://www.gimp.org/ for more info" msgstr "¾Ü¤·¤¯¤Ï http://www.gimp.org/ ¤ò¸«¤Æ²¼¤µ¤¤" @@ -123,8 +123,8 @@ msgstr " #: app/gdisplay_color_ui.c:135 app/gdisplay_ops.c:305 app/gimpprogress.c:112 #: app/global_edit.c:772 app/gradient.c:1768 app/gradient.c:4840 #: app/gradient.c:5401 app/hue_saturation.c:374 app/interface.c:1039 -#: app/layers_dialog.c:3484 app/layers_dialog.c:3666 app/layers_dialog.c:3758 -#: app/layers_dialog.c:4018 app/levels.c:341 app/palette.c:1826 +#: app/layers_dialog.c:3484 app/layers_dialog.c:3666 app/layers_dialog.c:3761 +#: app/layers_dialog.c:4021 app/levels.c:341 app/palette.c:1826 #: app/posterize.c:202 app/preferences_dialog.c:1465 app/qmask.c:278 #: app/resize.c:194 app/resize.c:1326 app/threshold.c:275 #: app/user_install.c:548 app/user_install.c:1191 modules/cdisplay_gamma.c:332 @@ -282,8 +282,8 @@ msgstr " #: app/color_balance.c:271 app/color_notebook.c:123 app/convert.c:504 #: app/curves.c:558 app/file_new_dialog.c:207 app/file_new_dialog.c:353 #: app/gdisplay_color_ui.c:133 app/gimpui.c:122 app/hue_saturation.c:370 -#: app/layers_dialog.c:3482 app/layers_dialog.c:3664 app/layers_dialog.c:3756 -#: app/layers_dialog.c:4016 app/levels.c:337 app/module_db.c:314 +#: app/layers_dialog.c:3482 app/layers_dialog.c:3664 app/layers_dialog.c:3759 +#: app/layers_dialog.c:4019 app/levels.c:337 app/module_db.c:314 #: app/posterize.c:198 app/preferences_dialog.c:1461 app/qmask.c:276 #: app/resize.c:192 app/resize.c:1326 app/threshold.c:271 #: app/user_install.c:1189 modules/cdisplay_gamma.c:330 @@ -444,7 +444,7 @@ msgstr "̵ msgid "Selection Mode" msgstr "ÁªÂò¥â¡¼¥É" -#: app/by_color_select.c:779 app/paint_funcs.c:100 +#: app/by_color_select.c:779 app/paint_funcs.c:101 msgid "Replace" msgstr "ÃÖ´¹" @@ -762,18 +762,18 @@ msgstr "G" msgid "B" msgstr "B" -#: app/color_select.c:247 app/layers_dialog.c:383 app/paint_funcs.c:94 +#: app/color_select.c:247 app/layers_dialog.c:383 app/paint_funcs.c:95 #: app/tool_options.c:929 msgid "Hue" msgstr "¿§Áê" -#: app/color_select.c:248 app/layers_dialog.c:384 app/paint_funcs.c:95 +#: app/color_select.c:248 app/layers_dialog.c:384 app/paint_funcs.c:96 #: app/tool_options.c:930 msgid "Saturation" msgstr "ºÌÅÙ" #: app/color_select.c:249 app/curves.c:582 app/histogram_tool.c:302 -#: app/layers_dialog.c:386 app/levels.c:369 app/paint_funcs.c:97 +#: app/layers_dialog.c:386 app/levels.c:369 app/paint_funcs.c:98 #: app/tool_options.c:932 msgid "Value" msgstr "ÌÀÅÙ" @@ -1132,7 +1132,7 @@ msgid "Hard Edge" msgstr "¥Ï¡¼¥É¥¨¥Ã¥¸" #. the anti_erase toggle -#: app/eraser.c:118 app/paint_funcs.c:101 +#: app/eraser.c:118 app/paint_funcs.c:102 msgid "Anti Erase" msgstr "¤¢¤Ö¤ê½Ð¤·" @@ -2495,7 +2495,7 @@ msgstr " msgid "Channel Ops" msgstr "¥Á¥ã¥ó¥Í¥ëÁàºî" -#: app/internal_procs.c:80 app/layers_dialog.c:385 app/paint_funcs.c:96 +#: app/internal_procs.c:80 app/layers_dialog.c:385 app/paint_funcs.c:97 #: app/tool_options.c:816 app/tool_options.c:931 msgid "Color" msgstr "¿§" @@ -2656,43 +2656,43 @@ msgstr " msgid "Delete Layer" msgstr "¥ì¥¤¥ä¡¼ºï½ü" -#: app/layers_dialog.c:372 app/paint_funcs.c:83 app/tool_options.c:917 +#: app/layers_dialog.c:372 app/paint_funcs.c:84 app/tool_options.c:917 msgid "Normal" msgstr "ɸ½à" -#: app/layers_dialog.c:373 app/paint_funcs.c:84 app/tool_options.c:918 +#: app/layers_dialog.c:373 app/paint_funcs.c:85 app/tool_options.c:918 msgid "Dissolve" msgstr "¾Ã»¶" -#: app/layers_dialog.c:374 app/paint_funcs.c:86 app/tool_options.c:920 +#: app/layers_dialog.c:374 app/paint_funcs.c:87 app/tool_options.c:920 msgid "Multiply (Burn)" msgstr "¾è»»" -#: app/layers_dialog.c:375 app/paint_funcs.c:98 app/tool_options.c:921 +#: app/layers_dialog.c:375 app/paint_funcs.c:99 app/tool_options.c:921 msgid "Divide (Dodge)" msgstr "½ü»»" -#: app/layers_dialog.c:376 app/paint_funcs.c:87 app/tool_options.c:922 +#: app/layers_dialog.c:376 app/paint_funcs.c:88 app/tool_options.c:922 msgid "Screen" msgstr "¥¹¥¯¥ê¡¼¥ó" -#: app/layers_dialog.c:377 app/paint_funcs.c:88 app/tool_options.c:923 +#: app/layers_dialog.c:377 app/paint_funcs.c:89 app/tool_options.c:923 msgid "Overlay" msgstr "¥ª¡¼¥Ð¡¼¥ì¥¤" -#: app/layers_dialog.c:378 app/paint_funcs.c:89 app/tool_options.c:924 +#: app/layers_dialog.c:378 app/paint_funcs.c:90 app/tool_options.c:924 msgid "Difference" msgstr "º¹Ê¬" -#: app/layers_dialog.c:379 app/paint_funcs.c:90 app/tool_options.c:925 +#: app/layers_dialog.c:379 app/paint_funcs.c:91 app/tool_options.c:925 msgid "Addition" msgstr "²Ã»»" -#: app/layers_dialog.c:381 app/paint_funcs.c:92 app/tool_options.c:927 +#: app/layers_dialog.c:381 app/paint_funcs.c:93 app/tool_options.c:927 msgid "Darken Only" msgstr "Èæ³Ó(°Å)" -#: app/layers_dialog.c:382 app/paint_funcs.c:93 app/tool_options.c:928 +#: app/layers_dialog.c:382 app/paint_funcs.c:94 app/tool_options.c:928 msgid "Lighten Only" msgstr "Èæ³Ó(ÌÀ)" @@ -2738,28 +2738,28 @@ msgstr " msgid "Layer name:" msgstr "¥ì¥¤¥ä¡¼Ì¾:" -#: app/layers_dialog.c:3750 +#: app/layers_dialog.c:3753 msgid "Add Mask Options" msgstr "¥ì¥¤¥ä¡¼¥Þ¥¹¥¯Äɲ媥ץ·¥ç¥ó" #. The radio frame and box -#: app/layers_dialog.c:3768 +#: app/layers_dialog.c:3771 msgid "Initialize Layer Mask to:" msgstr "¥ì¥¤¥ä¡¼¥Þ¥¹¥¯¤Î½é´ü²½ÊýË¡:" -#: app/layers_dialog.c:3773 +#: app/layers_dialog.c:3776 msgid "White (Full Opacity)" msgstr "Çò (´°Á´ÉÔÆ©ÌÀ)" -#: app/layers_dialog.c:3775 +#: app/layers_dialog.c:3778 msgid "Black (Full Transparency)" msgstr "¹õ (´°Á´Æ©ÌÀ)" -#: app/layers_dialog.c:3777 +#: app/layers_dialog.c:3780 msgid "Layer's Alpha Channel" msgstr "¥ì¥¤¥ä¡¼¤Î¥¢¥ë¥Õ¥¡¥Á¥ã¥ó¥Í¥ë" -#: app/layers_dialog.c:3838 app/layers_dialog.c:3924 +#: app/layers_dialog.c:3841 app/layers_dialog.c:3927 msgid "" "Invalid width or height.\n" "Both must be positive." @@ -2767,27 +2767,27 @@ msgstr "" "Éý¤Þ¤¿¤Ï¹â¤µ¤¬ÉÔÀµ¤Ç¤¹.\n" "ξÊý¤È¤âÀµ¿ô¤Ç¤Ê¤±¤ì¤Ð¤¤¤±¤Þ¤»¤ó." -#: app/layers_dialog.c:4010 +#: app/layers_dialog.c:4013 msgid "Layer Merge Options" msgstr "¥ì¥¤¥ä¡¼·ë¹ç¥ª¥×¥·¥ç¥ó" -#: app/layers_dialog.c:4035 +#: app/layers_dialog.c:4038 msgid "Final, Merged Layer should be:" msgstr "ºÇ½ªÅª¤Ë·ë¹ç¤µ¤ì¤¿¥ì¥¤¥ä¡¼¤Ï:" -#: app/layers_dialog.c:4036 +#: app/layers_dialog.c:4039 msgid "Final, Anchored Layer should be:" msgstr "ºÇ½ªÅª¤Ë¸ÇÄꤵ¤ì¤¿¥ì¥¤¥ä¡¼¤Ï:" -#: app/layers_dialog.c:4041 +#: app/layers_dialog.c:4044 msgid "Expanded as necessary" msgstr "ɬÍפ˱þ¤¸¤Æ³ÈÂç" -#: app/layers_dialog.c:4043 +#: app/layers_dialog.c:4046 msgid "Clipped to image" msgstr "²èÁü¥µ¥¤¥º¤ËÀÚ¤ê¼è¤ê" -#: app/layers_dialog.c:4045 +#: app/layers_dialog.c:4048 msgid "Clipped to bottom layer" msgstr "ºÇÇØÌ̥쥤¥ä¡¼¥µ¥¤¥º¤ËÀÚ¤ê¼è¤ê" @@ -2857,44 +2857,44 @@ msgstr " msgid "Zoom out" msgstr "¥º¡¼¥à¥¢¥¦¥È" -#: app/main.c:284 +#: app/main.c:280 msgid "GIMP version" msgstr "GIMP ¥Ð¡¼¥¸¥ç¥ó" -#: app/main.c:288 +#: app/main.c:284 #, c-format msgid "Usage: %s [option ...] [files ...]\n" msgstr "»ÈÍÑË¡: %s [¥ª¥×¥·¥ç¥ó ...] [¥Õ¥¡¥¤¥ë ...]\n" -#: app/main.c:289 +#: app/main.c:285 msgid "Valid options are:\n" msgstr "Í­¸ú¤Ê¥ª¥×¥·¥ç¥ó:\n" -#: app/main.c:290 +#: app/main.c:286 msgid " -h --help Output this help.\n" msgstr " -h --help ¤³¤Î¥Ø¥ë¥×¤òɽ¼¨¡£\n" -#: app/main.c:291 +#: app/main.c:287 msgid " -v --version Output version info.\n" msgstr " -v --version ¥Ð¡¼¥¸¥ç¥ó¾ðÊó¤Îɽ¼¨¡£\n" -#: app/main.c:292 +#: app/main.c:288 msgid " -b --batch Run in batch mode.\n" msgstr " -b --batch <¥³¥Þ¥ó¥É> ¥Ð¥Ã¥Á¥â¡¼¥É¤Çµ¯Æ°¡£\n" -#: app/main.c:293 +#: app/main.c:289 msgid " -g --gimprc Use an alternate gimprc file.\n" msgstr " -g --gimprc »ØÄꤷ¤¿ gimprc ¥Õ¥¡¥¤¥ë¤ò»ÈÍѤ¹¤ë¡£\n" -#: app/main.c:294 +#: app/main.c:290 msgid " -n --no-interface Run without a user interface.\n" msgstr " -n --no-interface ¥æ¡¼¥¶¡¼¥¤¥ó¥¿¡¼¥Õ¥§¡¼¥¹¤Ê¤·¤Çµ¯Æ°¡£\n" -#: app/main.c:295 +#: app/main.c:291 msgid " -r --restore-session Try to restore saved session.\n" msgstr " -r --restore-session Êݸ¤µ¤ì¤¿¥»¥Ã¥·¥ç¥ó¤òºÆ¸½¤¹¤ë¡£\n" -#: app/main.c:296 +#: app/main.c:292 msgid "" " --no-data Do not load patterns, gradients, palettes, " "brushes.\n" @@ -2902,49 +2902,49 @@ msgstr "" " --no-data " "¥Ñ¥¿¡¼¥ó¡¢¥°¥é¥Ç¡¼¥·¥ç¥ó¡¢¥Ñ¥ì¥Ã¥È¡¢¥Ö¥é¥·¤òÆɤ߹þ¤Þ¤Ê¤¤\n" -#: app/main.c:297 +#: app/main.c:293 msgid " --verbose Show startup messages.\n" msgstr " --verbose ¾ÜºÙµ¯Æ°¥á¥Ã¥»¡¼¥¸¤òɽ¼¨¤¹¤ë¡£\n" -#: app/main.c:298 +#: app/main.c:294 msgid " --no-splash Do not show the startup window.\n" msgstr " --no-splash µ¯Æ°²èÌ̤òɽ¼¨¤·¤Ê¤¤¡£\n" -#: app/main.c:299 +#: app/main.c:295 msgid " --no-splash-image Do not add an image to the startup window.\n" msgstr " --no-splash-image µ¯Æ°²èÌ̤˲èÁü¤òɽ¼¨¤·¤Ê¤¤¡£\n" -#: app/main.c:300 +#: app/main.c:296 msgid "" " --no-shm Do not use shared memory between GIMP and its " "plugins.\n" msgstr "" " --no-shm GIMP ¤È¥×¥é¥°¥¤¥ó¤Î´Ö¤Ç¶¦Í­¥á¥â¥ê¤ò»ÈÍѤ·¤Ê¤¤¡£\n" -#: app/main.c:301 +#: app/main.c:297 msgid " --no-xshm Do not use the X Shared Memory extension.\n" msgstr " --no-xshm X ¶¦Í­¥á¥â¥ê³ÈÄ¥µ¡Ç½¤ò»ÈÍѤ·¤Ê¤¤¡£\n" -#: app/main.c:302 +#: app/main.c:298 msgid "" " --console-messages Display warnings to console instead of a dialog " "box.\n" msgstr "" " --console-messages ·Ù¹ð¤Ï¥À¥¤¥¢¥í¥°¤Ç¤Ê¤¯¡¢¥³¥ó¥½¡¼¥ë¤Ë½ÐÎϤ¹¤ë¡£\n" -#: app/main.c:303 +#: app/main.c:299 msgid " --debug-handlers Enable debugging signal handlers.\n" msgstr " --debug-handlers ¥Ç¥Ð¥Ã¥°ÍÑ¥·¥°¥Ê¥ë¥Ï¥ó¥É¥é¤òÍ­¸ú¤Ë¤¹¤ë¡£\n" -#: app/main.c:304 +#: app/main.c:300 msgid " --display Use the designated X display.\n" msgstr " --display »ØÄꤷ¤¿ X ¥Ç¥£¥¹¥×¥ì¥¤¤ò»ÈÍѤ¹¤ë¡£\n" -#: app/main.c:305 +#: app/main.c:301 msgid " --system-gimprc Use an alternate system gimprc file.\n" msgstr " --system-gimprc »ØÄꤹ¤ë¥·¥¹¥Æ¥à gimprc ¤ò»ÈÍѤ¹¤ë¡£\n" -#: app/main.c:322 +#: app/main.c:318 msgid "(This console window will close in ten seconds)\n" msgstr "(¤³¤Î¥³¥ó¥½¡¼¥ë¥¦¥£¥ó¥É¥¦¤Ï10Éøå¤ËÊĤ¸¤Þ¤¹)\n" @@ -3822,15 +3822,15 @@ msgstr " msgid "No brushes available for use with this tool." msgstr "Í­¸ú¤Ê¥Ö¥é¥·¤¬¤¢¤ê¤Þ¤»¤ó." -#: app/paint_funcs.c:85 app/tool_options.c:919 +#: app/paint_funcs.c:86 app/tool_options.c:919 msgid "Behind" msgstr "¸å¤í" -#: app/paint_funcs.c:91 +#: app/paint_funcs.c:92 msgid "Subtraction" msgstr "¸º»»" -#: app/paint_funcs.c:99 +#: app/paint_funcs.c:100 msgid "Erase" msgstr "¾Ã¤·¥´¥à" diff --git a/po/ko.po b/po/ko.po index 0b89e6f332..1e903520ff 100644 --- a/po/ko.po +++ b/po/ko.po @@ -4,7 +4,7 @@ msgid "" msgstr "" "Project-Id-Version: gimp 1.1.12\n" -"POT-Creation-Date: 2000-05-27 21:18-0700\n" +"POT-Creation-Date: 2000-06-18 19:40-0700\n" "PO-Revision-Date: 1999-11-26 03:49:46+0900\n" "Last-Translator: Sung-Hyun Nam \n" "Language-Team: Korean \n" @@ -12,21 +12,21 @@ msgstr "" "Content-Type: text/plain; charset=euc-kr\n" "Content-Transfer-Encoding: 8bit\n" -#: app/about_dialog.c:192 +#: app/about_dialog.c:256 msgid "About the GIMP" msgstr "GIMP¿¡ ´ëÇÏ¿©" #. this is a font, provide only one single font definition -#: app/about_dialog.c:243 +#: app/about_dialog.c:307 msgid "-*-helvetica-medium-r-normal--*-140-*-*-*-*-*-*" msgstr "" -#: app/about_dialog.c:253 +#: app/about_dialog.c:317 #, c-format msgid "Version %s brought to you by" msgstr "Version %s brought to you by" -#: app/about_dialog.c:293 +#: app/about_dialog.c:357 msgid "Please visit http://www.gimp.org/ for more info" msgstr "´õ ¸¹Àº Á¤º¸¸¦ ¿øÇϽøé http://www.gimp.org/¸¦ ¹æ¹®ÇØ ÁÖ¼¼¿ä" @@ -43,7 +43,7 @@ msgstr " msgid "-*-helvetica-bold-r-normal--*-140-*-*-*-*-*-*" msgstr "" -#: app/app_procs.c:278 app/app_procs.c:280 app/interface.c:560 +#: app/app_procs.c:278 app/app_procs.c:280 app/interface.c:558 msgid "The GIMP" msgstr "The GIMP" @@ -61,7 +61,7 @@ msgstr "Version %s brought to you by" msgid "GIMP Startup" msgstr "GIMP ½ÃÀÛ" -#: app/app_procs.c:492 app/gimprc.c:446 +#: app/app_procs.c:492 app/gimprc.c:452 #, c-format msgid "parsing \"%s\"\n" msgstr "\"%s\" Çؼ®Áß\n" @@ -76,22 +76,22 @@ msgid "Parasites" msgstr "±â»ý(Parasites)" #. initialize the global parasite table -#: app/app_procs.c:556 app/internal_procs.c:71 app/preferences_dialog.c:2461 +#: app/app_procs.c:556 app/internal_procs.c:71 app/preferences_dialog.c:2493 msgid "Brushes" msgstr "ºê·¯½¬" #. initialize the list of gimp brushes -#: app/app_procs.c:558 app/internal_procs.c:143 app/preferences_dialog.c:2469 +#: app/app_procs.c:558 app/internal_procs.c:140 app/preferences_dialog.c:2501 msgid "Patterns" msgstr "ÆÐÅÏ" #. initialize the list of gimp patterns -#: app/app_procs.c:560 app/preferences_dialog.c:2473 +#: app/app_procs.c:560 app/preferences_dialog.c:2505 msgid "Palettes" msgstr "ÆÈ·¿" #. initialize the list of gimp palettes -#: app/app_procs.c:562 app/internal_procs.c:113 app/preferences_dialog.c:2477 +#: app/app_procs.c:562 app/internal_procs.c:104 app/preferences_dialog.c:2509 msgid "Gradients" msgstr "»ö°¨º¯È­µµ" @@ -120,12 +120,12 @@ msgstr " #: app/curves.c:562 app/file_new_dialog.c:207 app/file_new_dialog.c:357 #: app/gdisplay_color_ui.c:135 app/gdisplay_ops.c:305 app/gimpprogress.c:112 #: app/global_edit.c:772 app/gradient.c:1768 app/gradient.c:4840 -#: app/gradient.c:5401 app/hue_saturation.c:374 app/interface.c:1027 -#: app/layers_dialog.c:3478 app/layers_dialog.c:3660 app/layers_dialog.c:3752 -#: app/layers_dialog.c:4012 app/levels.c:340 app/palette.c:1826 -#: app/posterize.c:202 app/preferences_dialog.c:1455 app/qmask.c:281 +#: app/gradient.c:5401 app/hue_saturation.c:374 app/interface.c:1039 +#: app/layers_dialog.c:3484 app/layers_dialog.c:3666 app/layers_dialog.c:3761 +#: app/layers_dialog.c:4021 app/levels.c:341 app/palette.c:1826 +#: app/posterize.c:202 app/preferences_dialog.c:1465 app/qmask.c:278 #: app/resize.c:194 app/resize.c:1326 app/threshold.c:275 -#: app/user_install.c:548 app/user_install.c:1190 modules/cdisplay_gamma.c:332 +#: app/user_install.c:548 app/user_install.c:1191 modules/cdisplay_gamma.c:332 #: modules/cdisplay_highcontrast.c:325 msgid "Cancel" msgstr "Ãë¼Ò" @@ -138,11 +138,11 @@ msgstr " msgid "Corrupt curve" msgstr "°î¼± º¯Á¶" -#: app/bezier_select.c:2941 +#: app/bezier_select.c:2995 msgid "Curve not closed!" msgstr "°î¼±ÀÌ ´ÝÇô ÁöÁö ¾Ê¾ÒÀ½!" -#: app/bezier_select.c:3228 app/gimage_mask.c:618 +#: app/bezier_select.c:3282 app/gimage_mask.c:620 msgid "Paintbrush operation failed." msgstr "»öÄ¥ µ¿ÀÛ ½ÇÆÐ." @@ -171,7 +171,7 @@ msgstr " msgid "Blend:" msgstr "È¥ÇÕ:" -#: app/blend.c:320 app/gradient.c:532 app/preferences_dialog.c:2201 +#: app/blend.c:320 app/gradient.c:532 app/preferences_dialog.c:2233 msgid "Linear" msgstr "¼±Çü" @@ -220,7 +220,7 @@ msgstr " msgid "Gradient:" msgstr "»ö°¨º¯È­µµ" -#: app/blend.c:342 app/by_color_select.c:817 app/preferences_dialog.c:1810 +#: app/blend.c:342 app/by_color_select.c:838 app/preferences_dialog.c:1820 msgid "None" msgstr "¾øÀ½" @@ -271,7 +271,8 @@ msgstr "È¥ msgid "Blend: " msgstr "È¥ÇÕ: " -#: app/brightness_contrast.c:127 app/brightness_contrast.c:209 app/tools.c:668 +#: app/brightness_contrast.c:127 app/brightness_contrast.c:209 +#: app/tools.c:1049 msgid "Brightness-Contrast" msgstr "¸íµµ´ëºñ" @@ -284,19 +285,19 @@ msgstr " #: app/color_balance.c:271 app/color_notebook.c:123 app/convert.c:504 #: app/curves.c:558 app/file_new_dialog.c:207 app/file_new_dialog.c:353 #: app/gdisplay_color_ui.c:133 app/gimpui.c:122 app/hue_saturation.c:370 -#: app/layers_dialog.c:3476 app/layers_dialog.c:3658 app/layers_dialog.c:3750 -#: app/layers_dialog.c:4010 app/levels.c:336 app/module_db.c:314 -#: app/posterize.c:198 app/preferences_dialog.c:1451 app/qmask.c:279 +#: app/layers_dialog.c:3482 app/layers_dialog.c:3664 app/layers_dialog.c:3759 +#: app/layers_dialog.c:4019 app/levels.c:337 app/module_db.c:314 +#: app/posterize.c:198 app/preferences_dialog.c:1461 app/qmask.c:276 #: app/resize.c:192 app/resize.c:1326 app/threshold.c:271 -#: app/user_install.c:1188 modules/cdisplay_gamma.c:330 +#: app/user_install.c:1189 modules/cdisplay_gamma.c:330 #: modules/cdisplay_highcontrast.c:323 msgid "OK" msgstr "È®ÀÎ" -#: app/brightness_contrast.c:216 app/by_color_select.c:694 +#: app/brightness_contrast.c:216 app/by_color_select.c:715 #: app/color_balance.c:273 app/curves.c:560 app/file_new_dialog.c:355 -#: app/hue_saturation.c:372 app/levels.c:338 app/posterize.c:200 -#: app/threshold.c:273 app/tools.c:1085 app/transform_core.c:406 +#: app/hue_saturation.c:372 app/levels.c:339 app/posterize.c:200 +#: app/threshold.c:273 app/tools.c:1542 app/transform_core.c:406 #: modules/colorsel_water.c:634 msgid "Reset" msgstr "Àç¼³Á¤" @@ -315,7 +316,7 @@ msgstr " #. The preview toggle #: app/brightness_contrast.c:300 app/color_balance.c:441 app/curves.c:682 -#: app/fileops.c:401 app/hue_saturation.c:562 app/levels.c:569 +#: app/fileops.c:401 app/hue_saturation.c:562 app/levels.c:570 #: app/palette.c:3236 app/posterize.c:239 app/threshold.c:348 msgid "Preview" msgstr "¹Ì¸®º¸±â" @@ -325,15 +326,15 @@ msgid "Brush Editor" msgstr "ºê·¯½¬ ÆíÁý±â" #. The close button -#: app/brush_edit.c:216 app/brush_select.c:281 app/by_color_select.c:696 +#: app/brush_edit.c:216 app/brush_select.c:281 app/by_color_select.c:717 #: app/color_notebook.c:123 app/color_picker.c:297 app/colormap_dialog.i.c:173 -#: app/crop.c:1054 app/devices.c:755 app/docindex.c:773 app/errorconsole.c:281 +#: app/crop.c:1068 app/devices.c:755 app/docindex.c:773 app/errorconsole.c:281 #: app/gdisplay_ops.c:305 app/gradient.c:800 app/gradient_select.c:153 -#: app/histogram_tool.c:276 app/info_window.c:255 app/lc_dialog.c:195 +#: app/histogram_tool.c:275 app/info_window.c:255 app/lc_dialog.c:195 #: app/measure.c:321 app/nav_window.c:1344 app/palette.c:2072 #: app/palette.c:2088 app/palette.c:3118 app/palette_select.c:66 -#: app/pattern_select.c:172 app/preferences_dialog.c:364 app/tips_dialog.c:160 -#: app/tools.c:1087 app/undo_history.c:752 +#: app/pattern_select.c:172 app/preferences_dialog.c:367 app/tips_dialog.c:160 +#: app/tools.c:1544 app/undo_history.c:752 msgid "Close" msgstr "´Ý±â" @@ -368,7 +369,7 @@ msgstr " msgid "No Brushes available" msgstr "ºê·¯½¬¸¦ »ç¿ëÇÒ ¼ö ¾øÀ½" -#: app/brush_select.c:448 app/layers_dialog.c:412 app/tool_options.c:526 +#: app/brush_select.c:448 app/layers_dialog.c:413 app/tool_options.c:526 msgid "Opacity:" msgstr "ºÒÅõ¸í:" @@ -431,55 +432,55 @@ msgstr "ä msgid "Bucket Fill operation failed." msgstr "¹öŶ ä¿ò µ¿ÀÛÀÌ ½ÇÆÐÇß½À´Ï´Ù." -#: app/bucket_fill.c:347 +#: app/bucket_fill.c:351 msgid "No available patterns for this operation." msgstr "ÀÌ µ¿ÀÛ¿¡ »ç¿ëÇÒ ¸¸ÇÑ ÆÐÅÏÀÌ ¾ø½À´Ï´Ù." #. The shell and main vbox -#: app/by_color_select.c:689 +#: app/by_color_select.c:710 msgid "By Color Selection" msgstr "»ö»ó ¼±Åÿ¡ ÀÇÇØ" -#: app/by_color_select.c:745 +#: app/by_color_select.c:766 msgid "Inactive" msgstr "ºÒÈ°¼º" -#: app/by_color_select.c:753 +#: app/by_color_select.c:774 msgid "Selection Mode" msgstr "¼±Åà ¸ðµå" -#: app/by_color_select.c:758 app/paint_funcs.c:100 +#: app/by_color_select.c:779 app/paint_funcs.c:101 msgid "Replace" msgstr "¹Ù²Þ" -#: app/by_color_select.c:760 app/colormap_dialog.i.c:130 +#: app/by_color_select.c:781 app/colormap_dialog.i.c:130 #: app/gdisplay_color_ui.c:120 msgid "Add" msgstr "Ãß°¡" -#: app/by_color_select.c:761 app/layers_dialog.c:380 app/tool_options.c:926 +#: app/by_color_select.c:782 app/layers_dialog.c:380 app/tool_options.c:926 msgid "Subtract" msgstr "»©±â" -#: app/by_color_select.c:762 +#: app/by_color_select.c:783 msgid "Intersect" msgstr "±³Â÷" -#: app/by_color_select.c:773 +#: app/by_color_select.c:794 msgid "Fuzziness Threshold" msgstr "ÆÛÁö(Fuzziness) ¹ß´Ü±Ô¸ð(Thresshold)" -#: app/by_color_select.c:792 +#: app/by_color_select.c:813 #, fuzzy msgid "Selection" msgstr "¼¿·º¼Ç: " -#: app/by_color_select.c:803 +#: app/by_color_select.c:824 #, fuzzy msgid "Invert" msgstr "ÀüȯÇϱâ" -#: app/by_color_select.c:810 +#: app/by_color_select.c:831 msgid "All" msgstr "" @@ -488,7 +489,7 @@ msgid "copy" msgstr "º¹»ç" #. formulate the new layer_mask name -#: app/channel.c:196 app/gradient.c:1599 app/layer.c:329 app/layer.c:1745 +#: app/channel.c:196 app/gradient.c:1599 app/layer.c:329 app/layer.c:1746 #, c-format msgid "%s copy" msgstr "%s º¹»ç" @@ -506,9 +507,9 @@ msgstr " msgid "Offset X:" msgstr "¿É¼Â X:" -#: app/channel_ops.c:115 app/crop.c:1063 app/file_new_dialog.c:530 +#: app/channel_ops.c:115 app/crop.c:1077 app/file_new_dialog.c:530 #: app/resize.c:343 app/resize.c:435 app/resize.c:572 app/rotate_tool.c:106 -#: app/scale_tool.c:100 app/shear_tool.c:82 app/user_install.c:1391 +#: app/scale_tool.c:100 app/shear_tool.c:82 app/user_install.c:1392 msgid "Y:" msgstr "Y:" @@ -518,12 +519,12 @@ msgstr "Y:" msgid "Wrap Around" msgstr "µ¤¾î ¾º¿ò" -#: app/channel_ops.c:174 app/image_new.c:76 app/image_new.c:291 -#: app/layers_dialog.c:3578 +#: app/channel_ops.c:174 app/image_new.c:76 app/image_new.c:290 +#: app/layers_dialog.c:3584 msgid "Background" msgstr "¹è°æ" -#: app/channel_ops.c:175 app/image_new.c:86 app/layers_dialog.c:3580 +#: app/channel_ops.c:175 app/image_new.c:86 app/layers_dialog.c:3586 msgid "Transparent" msgstr "Åõ¸í" @@ -565,17 +566,17 @@ msgid "Empty Channel Copy" msgstr "ºó ä³Î º¹»ç" #: app/channels_dialog.c:1433 app/color_balance.c:343 app/color_select.c:250 -#: app/curves.c:583 app/histogram_tool.c:304 app/levels.c:369 +#: app/curves.c:583 app/histogram_tool.c:303 app/levels.c:370 msgid "Red" msgstr "Àû»ö" #: app/channels_dialog.c:1437 app/color_balance.c:368 app/color_select.c:251 -#: app/curves.c:584 app/histogram_tool.c:305 app/levels.c:370 +#: app/curves.c:584 app/histogram_tool.c:304 app/levels.c:371 msgid "Green" msgstr "³ì»ö" #: app/channels_dialog.c:1441 app/color_balance.c:393 app/color_select.c:252 -#: app/curves.c:585 app/histogram_tool.c:306 app/levels.c:371 +#: app/curves.c:585 app/histogram_tool.c:305 app/levels.c:372 msgid "Blue" msgstr "û»ö" @@ -638,7 +639,7 @@ msgid "No patterns available for this operation." msgstr "ÀÌ ÀÛ¾÷À» ÇÒ ¼ö ÀÖ´Â ÆÐÅÏÀÌ ¾ø½À´Ï´Ù." #. The shell and main vbox -#: app/color_balance.c:168 app/color_balance.c:266 app/tools.c:650 +#: app/color_balance.c:168 app/color_balance.c:266 app/tools.c:1021 msgid "Color Balance" msgstr "»ö»ó ±ÕÇü" @@ -690,7 +691,7 @@ msgstr " msgid "Revert to Old Color" msgstr "ÀÌÀü »ö»óÀ¸·Î º¹¿ø" -#: app/color_picker.c:144 app/color_picker.c:248 app/tools.c:357 +#: app/color_picker.c:144 app/color_picker.c:248 app/tools.c:568 msgid "Color Picker" msgstr "»ö»ó ÃßÃâ" @@ -731,14 +732,14 @@ msgstr " msgid "Hex Triplet" msgstr "¼¼°³ÀÇ ½ÊÀ°Áø¼ö" -#: app/color_picker.c:272 app/histogram_tool.c:260 +#: app/color_picker.c:272 app/histogram_tool.c:259 msgid "Intensity:" msgstr "¸í¾Ï:" -#: app/color_picker.c:626 app/color_picker.c:627 app/color_picker.c:628 -#: app/color_picker.c:629 app/color_picker.c:630 app/color_picker.c:631 -#: app/color_picker.c:632 app/color_picker.c:644 app/color_picker.c:651 -#: app/color_picker.c:669 app/color_picker.c:684 app/info_window.c:185 +#: app/color_picker.c:632 app/color_picker.c:633 app/color_picker.c:634 +#: app/color_picker.c:635 app/color_picker.c:636 app/color_picker.c:637 +#: app/color_picker.c:638 app/color_picker.c:650 app/color_picker.c:657 +#: app/color_picker.c:675 app/color_picker.c:690 app/info_window.c:185 #: app/info_window.c:191 app/info_window.c:197 app/info_window.c:203 #: app/info_window.c:422 app/info_window.c:423 app/info_window.c:424 #: app/info_window.c:425 app/info_window.c:447 @@ -769,18 +770,18 @@ msgstr "G" msgid "B" msgstr "B" -#: app/color_select.c:247 app/layers_dialog.c:383 app/paint_funcs.c:94 +#: app/color_select.c:247 app/layers_dialog.c:383 app/paint_funcs.c:95 #: app/tool_options.c:929 msgid "Hue" msgstr "»ö»ó" -#: app/color_select.c:248 app/layers_dialog.c:384 app/paint_funcs.c:95 +#: app/color_select.c:248 app/layers_dialog.c:384 app/paint_funcs.c:96 #: app/tool_options.c:930 msgid "Saturation" msgstr "äµµ" -#: app/color_select.c:249 app/curves.c:582 app/histogram_tool.c:303 -#: app/layers_dialog.c:386 app/levels.c:368 app/paint_funcs.c:97 +#: app/color_select.c:249 app/curves.c:582 app/histogram_tool.c:302 +#: app/layers_dialog.c:386 app/levels.c:369 app/paint_funcs.c:98 #: app/tool_options.c:932 msgid "Value" msgstr "°ª" @@ -947,7 +948,7 @@ msgstr " msgid "Sharpen" msgstr "»ÏÁ·ÇÏ°Ô" -#: app/crop.c:178 app/tools.c:231 +#: app/crop.c:178 app/tools.c:372 msgid "Crop & Resize" msgstr "ÀÚ¸£°í Å©±â ¹Ù²Ù±â" @@ -966,11 +967,11 @@ msgstr "È® msgid "Tool Toggle" msgstr "µµ±¸ Åä±Û" -#: app/crop.c:215 app/crop.c:1050 +#: app/crop.c:215 app/crop.c:1064 msgid "Crop" msgstr "À߶󳻱â" -#: app/crop.c:217 app/crop.c:1052 +#: app/crop.c:217 app/crop.c:1066 msgid "Resize" msgstr "Å©±âÁ¶Á¤" @@ -978,42 +979,42 @@ msgstr "Å© msgid "Crop: " msgstr "À߶󳻱â: " -#: app/crop.c:1023 +#: app/crop.c:1037 msgid "Crop: 0 x 0" msgstr "À߶󳻱â: 0 x 0" #. create the info dialog -#: app/crop.c:1044 +#: app/crop.c:1058 msgid "Crop & Resize Information" msgstr "À߶󳻱â & Å©±âÁ¶Á¤ Á¤º¸" #. add the information fields -#: app/crop.c:1060 +#: app/crop.c:1074 msgid "Origin X:" msgstr "X ½ÃÀÛ:" #. the pixel size labels -#: app/crop.c:1076 app/file_new_dialog.c:389 app/file_new_dialog.c:407 +#: app/crop.c:1090 app/file_new_dialog.c:389 app/file_new_dialog.c:407 #: app/tool_options.c:348 msgid "Width:" msgstr "³ÐÀÌ:" -#: app/crop.c:1079 app/file_new_dialog.c:395 app/file_new_dialog.c:413 -#: app/layers_dialog.c:3519 app/resize.c:253 app/resize.c:278 app/resize.c:509 +#: app/crop.c:1093 app/file_new_dialog.c:395 app/file_new_dialog.c:413 +#: app/layers_dialog.c:3525 app/resize.c:253 app/resize.c:278 app/resize.c:509 #: app/scale_tool.c:79 app/scale_tool.c:86 app/tool_options.c:364 msgid "Height:" msgstr "³ôÀÌ:" -#: app/crop.c:1101 +#: app/crop.c:1115 msgid "From Selection" msgstr "¼¿·º¼Ç¿¡¼­" -#: app/crop.c:1107 +#: app/crop.c:1121 msgid "Auto Shrink" msgstr "ÀÚµ¿ ÁÙÀ̱â" #. The shell and main vbox -#: app/curves.c:393 app/curves.c:553 app/tools.c:740 +#: app/curves.c:393 app/curves.c:553 app/tools.c:1161 msgid "Curves" msgstr "°î¼±" @@ -1025,7 +1026,7 @@ msgstr " msgid "Modify Curves for Channel:" msgstr "ä³Î¿¡¼­ °î¼± ¼öÁ¤:" -#: app/curves.c:586 app/levels.c:372 +#: app/curves.c:586 app/levels.c:373 msgid "Alpha" msgstr "¾ËÆÄ" @@ -1042,12 +1043,12 @@ msgstr " msgid "Free" msgstr "ÀÚÀ¯·Ó°Ô" -#: app/curves.c:699 app/levels.c:597 app/module_db.c:864 +#: app/curves.c:699 app/levels.c:598 app/module_db.c:864 msgid "Load" msgstr "Àбâ" -#: app/curves.c:707 app/devices.c:753 app/levels.c:607 app/palette.c:2068 -#: app/preferences_dialog.c:362 app/preferences_dialog.c:1453 +#: app/curves.c:707 app/devices.c:753 app/levels.c:608 app/palette.c:2068 +#: app/preferences_dialog.c:365 app/preferences_dialog.c:1463 msgid "Save" msgstr "ÀúÀå" @@ -1061,13 +1062,13 @@ msgstr " msgid "Save Curves" msgstr "·¹º§ ÀúÀå" -#: app/curves.c:1578 +#: app/curves.c:1579 #, fuzzy msgid "Load/Save Curves" msgstr "·¹º§ Àбâ/ÀúÀå" -#: app/curves.c:1623 app/curves.c:1641 app/levels.c:1429 app/levels.c:1447 -#: app/paths_dialog.c:1902 +#: app/curves.c:1624 app/curves.c:1642 app/levels.c:1441 app/levels.c:1459 +#: app/paths_dialog.c:1905 #, c-format msgid "Unable to open file %s" msgstr "%s ÆÄÀÏÀ» ¿­ ¼ö ¾ø½À´Ï´Ù" @@ -1080,7 +1081,7 @@ msgstr "' msgid "Device Status" msgstr "ÀåÄ¡ »óÅÂ" -#: app/disp_callbacks.c:813 app/global_edit.c:297 app/global_edit.c:303 +#: app/disp_callbacks.c:816 app/global_edit.c:297 app/global_edit.c:303 #: app/global_edit.c:375 msgid "Pasted Layer" msgstr "ºÙ¿©Áø °èÃþ" @@ -1135,11 +1136,11 @@ msgstr " msgid "Mode" msgstr "¸ðµå" -#: app/edit_selection.c:181 +#: app/edit_selection.c:190 msgid "Move: 0, 0" msgstr "À̵¿: 0, 0" -#: app/edit_selection.c:427 app/edit_selection.c:437 +#: app/edit_selection.c:436 app/edit_selection.c:446 msgid "Move: " msgstr "À̵¿: " @@ -1154,7 +1155,7 @@ msgid "Hard Edge" msgstr "±î´Ù·Î¿î °¡ÀåÀÚ¸®" #. the anti_erase toggle -#: app/eraser.c:118 app/paint_funcs.c:101 +#: app/eraser.c:118 app/paint_funcs.c:102 msgid "Anti Erase" msgstr "Áö¿ì±â º¹±¸" @@ -1226,8 +1227,8 @@ msgstr " msgid "New Image" msgstr "»õ À̹ÌÁö" -#: app/file_new_dialog.c:453 app/preferences_dialog.c:1526 -#: app/preferences_dialog.c:1563 app/user_install.c:1378 +#: app/file_new_dialog.c:453 app/preferences_dialog.c:1536 +#: app/preferences_dialog.c:1573 app/user_install.c:1379 msgid "Pixels" msgstr "Çȼ¿" @@ -1417,13 +1418,13 @@ msgstr " msgid "Flip Tool" msgstr "'µÚÁý±â(Flip)'µµ±¸ ¿É¼Ç" -#: app/flip_tool.c:92 app/preferences_dialog.c:1577 -#: app/preferences_dialog.c:2348 +#: app/flip_tool.c:92 app/preferences_dialog.c:1587 +#: app/preferences_dialog.c:2380 msgid "Horizontal" msgstr "¼öÆò" -#: app/flip_tool.c:94 app/preferences_dialog.c:1579 -#: app/preferences_dialog.c:2350 +#: app/flip_tool.c:94 app/preferences_dialog.c:1589 +#: app/preferences_dialog.c:2382 msgid "Vertical" msgstr "¼öÁ÷" @@ -1445,27 +1446,27 @@ msgstr "" "À¯µ¿Àû ¼¿·º¼Ç¿¡ »õ·Î¿î °èÃþÀ» »ý¼ºÇÒ ¼ö \n" "¾ø½À´Ï´Ù." -#: app/gdisplay.c:220 +#: app/gdisplay.c:227 msgid "RGB-empty" msgstr "RGB-ºñ¾úÀ½" -#: app/gdisplay.c:220 app/image_new.c:60 app/preferences_dialog.c:1623 +#: app/gdisplay.c:227 app/image_new.c:60 app/preferences_dialog.c:1633 msgid "RGB" msgstr "RGB" -#: app/gdisplay.c:223 +#: app/gdisplay.c:230 msgid "grayscale-empty" msgstr "±×·¹À̽ºÄÉÀÏ-ºñ¾úÀ½" -#: app/gdisplay.c:223 +#: app/gdisplay.c:230 msgid "grayscale" msgstr "±×·¹À̽ºÄÉÀÏ" -#: app/gdisplay.c:226 +#: app/gdisplay.c:233 msgid "indexed-empty" msgstr "À妽ºµÊ-ºñ¾úÀ½" -#: app/gdisplay.c:226 +#: app/gdisplay.c:233 msgid "indexed" msgstr "À妽ºµÊ" @@ -1506,12 +1507,6 @@ msgstr "" "%s°¡ ¹Ù²î¾ú½À´Ï´Ù.\n" "±×·¡µµ ´ÝÀ»±î¿ä?" -#: app/gimage_cmds.c:3463 -msgid "" -"Image resolution is out of bounds,\n" -"using the default resolution instead." -msgstr "" - #: app/gimage_mask.c:208 msgid "" "Unable to cut/copy because the selected\n" @@ -1605,19 +1600,19 @@ msgstr "%s msgid "Can't fill unknown image type." msgstr "¾Ë¼ö ¾ø´Â À̹ÌÁö À¯ÇüÀ» ä¿ï ¼ö ¾ø½À´Ï´Ù." -#: app/gimpdrawable.c:501 +#: app/gimpdrawable.c:505 msgid "parasite attach to drawable" msgstr "±×¸®±â¿¡ ±â»ý(parasite) ºÙÀ̱â" -#: app/gimpdrawable.c:536 +#: app/gimpdrawable.c:540 msgid "detach parasite from drawable" msgstr "±×¸®±â¿¡ ±â»ý(parasite) ¶¼±â" -#: app/gimpdrawable.c:743 +#: app/gimpdrawable.c:747 msgid "unnamed" msgstr "À̸§¾øÀ½" -#: app/gimpdrawable.c:760 +#: app/gimpdrawable.c:764 #, c-format msgid "Layer type %d not supported." msgstr "°èÃþ À¯Çü %d´Â Áö¿øµÇÁö ¾Ê½À´Ï´Ù." @@ -1681,7 +1676,7 @@ msgstr "" "°èÃþÀÌ ÀÌ¹Ì ¸¶½ºÅ©¸¦ °¡Áö°í ÀÖÀ¸¹Ç·Î\n" "´õ ÀÌ»ó Ãß°¡ÇÒ ¼ö ¾ø½À´Ï´Ù." -#: app/gimpimage.c:3031 +#: app/gimpimage.c:3033 msgid "" "Unable to add a layer mask to a\n" "layer in an indexed image." @@ -1689,7 +1684,7 @@ msgstr "" "À妽ºµÈ À̹ÌÁö ¾ÈÀÇ °èÃþ¿¡´Â\n" "¸¶½ºÅ©¸¦ Ãß°¡ÇÒ ¼ö ¾ø½À´Ï´Ù." -#: app/gimpimage.c:3035 +#: app/gimpimage.c:3039 msgid "" "Cannot add layer mask to a layer\n" "with no alpha channel." @@ -1697,19 +1692,19 @@ msgstr "" "¾ËÆÄ Ã¤³ÎÀÌ ¾ø´Â °èÃþ¿¡´Â\n" "¸¶½ºÅ©¸¦ Ãß°¡ÇÒ ¼ö ¾ø½À´Ï´Ù." -#: app/gimpimage.c:3042 +#: app/gimpimage.c:3048 msgid "Cannot add layer mask of different dimensions than specified layer." msgstr "¿­°ÅµÈ °èÃþº¸´Ù ´Ù¸¥ ¹è¿­ÀÇ ¸¶½ºÅ©¿¡ °èÃþÀÌ Ãß°¡ µÇ¾î Áú ¼ö ¾ø½À´Ï´Ù." -#: app/gimpimage.c:3149 +#: app/gimpimage.c:3155 msgid "Channel cannot be raised any further" msgstr "´õ ÀÌ»ó ä³ÎÀ» ¿Ã¸± ¼ö ¾ø½À´Ï´Ù" -#: app/gimpimage.c:3200 +#: app/gimpimage.c:3206 msgid "Channel cannot be lowered any further" msgstr "´õ ÀÌ»ó ä³ÎÀ» ³»¸± ¼ö ¾ø½À´Ï´Ù" -#: app/gimpimage.c:3420 app/palette.c:364 app/palette.c:941 app/palette.c:1077 +#: app/gimpimage.c:3426 app/palette.c:364 app/palette.c:941 app/palette.c:1077 #: app/palette.c:2022 app/palette.c:2749 app/palette.c:2881 msgid "Untitled" msgstr "Á¦¸ñ¾øÀ½" @@ -1722,41 +1717,41 @@ msgstr " msgid "Please wait..." msgstr "" -#: app/gimprc.c:465 +#: app/gimprc.c:471 #, c-format msgid "error parsing: \"%s\"\n" msgstr "Çؼ® ¿¡·¯: \"%s\"\n" -#: app/gimprc.c:466 +#: app/gimprc.c:472 #, c-format msgid " at line %d column %d\n" msgstr " %d ÁÙ %d Ä­\n" -#: app/gimprc.c:467 +#: app/gimprc.c:473 #, c-format msgid " unexpected token: %s\n" msgstr " ÀÌ»óÇÑ ÅäÅ«: %s\n" -#: app/gimprc.c:1434 +#: app/gimprc.c:1442 msgid "error parsing pluginrc" msgstr "pluginrc Çؼ® ¿¡·¯" -#: app/gimprc.c:2869 +#: app/gimprc.c:2917 #, c-format msgid "Can't open %s; %s" msgstr "%s ¿­ ¼ö ¾øÀ½; %s" -#: app/gimprc.c:2888 +#: app/gimprc.c:2936 #, c-format msgid "Can't rename %s to %s.old; %s" msgstr "%s¸¦ %s.old·Î ¹Ù²Ü ¼ö ¾øÀ½; %s" -#: app/gimprc.c:2894 +#: app/gimprc.c:2942 #, c-format msgid "Couldn't reopen %s\n" msgstr "%s¸¦ ´Ù½Ã ¿­ ¼ö ¾ø½À´Ï´Ù\n" -#: app/gimprc.c:2906 +#: app/gimprc.c:2954 #, c-format msgid "Can't write to %s; %s" msgstr "%s·Î ¾µ ¼ö ¾ø½À´Ï´Ù; %s" @@ -1782,49 +1777,49 @@ msgid "GIMP Message" msgstr "" #. pseudo unit -#: app/gimpunit.c:58 +#: app/gimpunit.c:63 msgid "pixel" msgstr "Çȼ¿" -#: app/gimpunit.c:58 app/measure.c:504 app/measure.c:508 app/paint_core.c:511 +#: app/gimpunit.c:63 app/measure.c:507 app/measure.c:511 app/paint_core.c:530 msgid "pixels" msgstr "Çȼ¿" #. standard units -#: app/gimpunit.c:61 +#: app/gimpunit.c:66 msgid "inch" msgstr "ÀÎÄ¡" -#: app/gimpunit.c:61 +#: app/gimpunit.c:66 msgid "inches" msgstr "ÀÎÄ¡" -#: app/gimpunit.c:62 +#: app/gimpunit.c:67 msgid "millimeter" msgstr "¹Ð¸®¹ÌÅÍ" -#: app/gimpunit.c:62 +#: app/gimpunit.c:67 msgid "millimeters" msgstr "¹Ð¸®¹ÌÅÍ" #. professional units -#: app/gimpunit.c:65 +#: app/gimpunit.c:70 msgid "point" msgstr "Æ÷ÀÎÆ®" -#: app/gimpunit.c:65 +#: app/gimpunit.c:70 msgid "points" msgstr "Æ÷ÀÎÆ®" -#: app/gimpunit.c:66 +#: app/gimpunit.c:71 msgid "pica" msgstr "ÆÄÀÌÄ«" -#: app/gimpunit.c:66 +#: app/gimpunit.c:71 msgid "picas" msgstr "ÆÄÀÌÄ«" -#: app/gimpunit.c:73 +#: app/gimpunit.c:78 msgid "percent" msgstr "ÆÛ¼¾Æ®" @@ -2202,44 +2197,44 @@ msgid "Gradient Selection" msgstr "»ö°¨º¯È­µµ ¼±ÅÃ" #. The shell and main vbox -#: app/histogram_tool.c:166 app/histogram_tool.c:270 app/tools.c:776 +#: app/histogram_tool.c:165 app/histogram_tool.c:269 app/tools.c:1217 msgid "Histogram" msgstr "È÷½ºÅä±×·¥" -#: app/histogram_tool.c:204 +#: app/histogram_tool.c:203 msgid "Histogram does not operate on indexed drawables." msgstr "È÷½ºÅä±×·¥Àº À妽ºµÈ ±×¸®±â¿¡¼­ ÀÛµ¿ÇÏÁö ¾Ê½À´Ï´Ù." -#: app/histogram_tool.c:256 +#: app/histogram_tool.c:255 msgid "Mean:" msgstr "Æò±Õ:" -#: app/histogram_tool.c:257 +#: app/histogram_tool.c:256 msgid "Std Dev:" msgstr "Ç¥ÁØ ±¸Á¶:" -#: app/histogram_tool.c:258 +#: app/histogram_tool.c:257 msgid "Median:" msgstr "Áß°£:" -#: app/histogram_tool.c:259 +#: app/histogram_tool.c:258 msgid "Pixels:" msgstr "Çȼ¿:" -#: app/histogram_tool.c:261 +#: app/histogram_tool.c:260 msgid "Count:" msgstr "ÃÑ°è:" -#: app/histogram_tool.c:262 +#: app/histogram_tool.c:261 msgid "Percentile:" msgstr "¹éºÐÀ²:" -#: app/histogram_tool.c:295 +#: app/histogram_tool.c:294 msgid "Information on Channel:" msgstr "ä³Î Á¤º¸" #. The shell and main vbox -#: app/hue_saturation.c:245 app/hue_saturation.c:365 app/tools.c:686 +#: app/hue_saturation.c:245 app/hue_saturation.c:365 app/tools.c:1077 msgid "Hue-Saturation" msgstr "»ö»ó-äµµ" @@ -2285,45 +2280,51 @@ msgstr " msgid "Saturation:" msgstr "äµµ" +#: app/image_cmds.c:3463 +msgid "" +"Image resolution is out of bounds,\n" +"using the default resolution instead." +msgstr "" + #: app/image_new.c:65 app/info_window.c:65 app/info_window.c:534 -#: app/preferences_dialog.c:1624 +#: app/preferences_dialog.c:1634 msgid "Grayscale" msgstr "±×·¹À̽ºÄÉÀÏ" -#: app/image_new.c:71 app/layers_dialog.c:3577 +#: app/image_new.c:71 app/layers_dialog.c:3583 msgid "Foreground" msgstr "Àü°æ" -#: app/image_new.c:81 app/layers_dialog.c:3579 +#: app/image_new.c:81 app/layers_dialog.c:3585 msgid "White" msgstr "Èò»ö" -#: app/image_new.c:335 +#: app/image_new.c:336 #, c-format msgid "%d Bytes" msgstr "%d ¹ÙÀÌÆ®" -#: app/image_new.c:337 +#: app/image_new.c:338 #, c-format msgid "%.2f KB" msgstr "%.2f KB" -#: app/image_new.c:339 +#: app/image_new.c:340 #, c-format msgid "%.1f KB" msgstr "%.1f KB" -#: app/image_new.c:341 +#: app/image_new.c:342 #, c-format msgid "%d KB" msgstr "%d KB" -#: app/image_new.c:343 +#: app/image_new.c:344 #, c-format msgid "%.2f MB" msgstr "%.2f MB" -#: app/image_new.c:345 +#: app/image_new.c:346 #, c-format msgid "%.1f MB" msgstr "%.1f MB" @@ -2352,8 +2353,8 @@ msgstr "" "ÇöÀç È°¼ºÈ­µÈ »ö°¨º¯È­µµÀÔ´Ï´Ù.\n" "»ö°¨º¯È­µµ ´ëÈ­»óÀÚ¸¦ ¿­·Á¸é Ŭ¸¯Çϼ¼¿ä." -#: app/info_dialog.c:185 app/preferences_dialog.c:1784 -#: app/preferences_dialog.c:1890 +#: app/info_dialog.c:185 app/preferences_dialog.c:1794 +#: app/preferences_dialog.c:1900 msgid "General" msgstr "ÀϹÝÀû" @@ -2483,7 +2484,7 @@ msgstr " msgid "Shape" msgstr "¸ð¾ç" -#: app/interface.c:305 +#: app/interface.c:308 msgid "" "Foreground & background colors. The black and white squares reset colors. " "The arrows swap colors. Double click to select a color from a colorrequester." @@ -2508,7 +2509,7 @@ msgstr "ä msgid "Channel Ops" msgstr "ä³Î µ¿ÀÛ" -#: app/internal_procs.c:80 app/layers_dialog.c:385 app/paint_funcs.c:96 +#: app/internal_procs.c:80 app/layers_dialog.c:385 app/paint_funcs.c:97 #: app/tool_options.c:816 app/tool_options.c:931 msgid "Color" msgstr "»ö»ó" @@ -2518,89 +2519,89 @@ msgid "Convert" msgstr "ÀüȯÇϱâ" #: app/internal_procs.c:86 -msgid "Drawable procedures" -msgstr "±×¸®±â ÇÁ·Î½ÃÁ®" - -#: app/internal_procs.c:89 -msgid "Edit procedures" -msgstr "ÇÁ·Î½ÃÁ® ÆíÁý" - -#: app/internal_procs.c:92 -msgid "File Operations" -msgstr "ÆÄÀÏ µ¿ÀÛ" - -#: app/internal_procs.c:95 -msgid "Floating selections" -msgstr "À¯µ¿Àû ¼¿·º¼Ç" - -#: app/internal_procs.c:98 msgid "GDisplay procedures" msgstr "GDisplay ÇÁ·Î½ÃÁ®" -#: app/internal_procs.c:101 app/palette.c:3182 -msgid "Image" -msgstr "À̹ÌÁö" +#: app/internal_procs.c:89 +msgid "Drawable procedures" +msgstr "±×¸®±â ÇÁ·Î½ÃÁ®" -#: app/internal_procs.c:104 -msgid "Image mask" -msgstr "À̹ÌÁö ¸¶½ºÅ©" +#: app/internal_procs.c:92 +msgid "Edit procedures" +msgstr "ÇÁ·Î½ÃÁ® ÆíÁý" -#: app/internal_procs.c:107 +#: app/internal_procs.c:95 +msgid "File Operations" +msgstr "ÆÄÀÏ µ¿ÀÛ" + +#: app/internal_procs.c:98 +msgid "Floating selections" +msgstr "À¯µ¿Àû ¼¿·º¼Ç" + +#: app/internal_procs.c:101 msgid "Gimprc procedures" msgstr "Gimprc ÇÁ·Î½ÃÁ®" +#: app/internal_procs.c:107 +msgid "Gradient UI" +msgstr "»ö°¨º¯È­µµ UI" + #: app/internal_procs.c:110 +msgid "Guide procedures" +msgstr "°¡À̵å ÇÁ·Î½ÃÁ®" + +#: app/internal_procs.c:113 #, fuzzy msgid "Help procedures" msgstr "ÅؽºÆ® ÇÁ·Î½ÃÁ®" -#: app/internal_procs.c:116 -msgid "Gradient UI" -msgstr "»ö°¨º¯È­µµ UI" - -#: app/internal_procs.c:119 -msgid "Guide procedures" -msgstr "°¡À̵å ÇÁ·Î½ÃÁ®" - -#: app/internal_procs.c:122 app/preferences_dialog.c:1774 -#: app/preferences_dialog.c:1776 -msgid "Interface" -msgstr "ÀÎÅÍÆäÀ̽º" +#: app/internal_procs.c:116 app/palette.c:3182 +msgid "Image" +msgstr "À̹ÌÁö" #. the layer name label -#: app/internal_procs.c:125 app/layer_select.c:137 +#: app/internal_procs.c:119 app/layer_select.c:137 msgid "Layer" msgstr "°èÃþ" -#: app/internal_procs.c:128 +#: app/internal_procs.c:122 app/preferences_dialog.c:1784 +#: app/preferences_dialog.c:1786 +msgid "Interface" +msgstr "ÀÎÅÍÆäÀ̽º" + +#: app/internal_procs.c:125 msgid "Miscellaneous" msgstr "±âŸ" -#: app/internal_procs.c:131 app/palette.c:2197 app/palette.c:2209 +#: app/internal_procs.c:128 app/palette.c:2197 app/palette.c:2209 #: app/palette_select.c:87 msgid "Palette" msgstr "ÆÈ·¿" -#: app/internal_procs.c:134 +#: app/internal_procs.c:131 msgid "Parasite procedures" msgstr "±â»ý(Parasite) ÇÁ·Î½ÃÁ®" -#: app/internal_procs.c:137 app/lc_dialog.c:179 +#: app/internal_procs.c:134 app/lc_dialog.c:179 msgid "Paths" msgstr "°æ·Î" -#: app/internal_procs.c:140 +#: app/internal_procs.c:137 msgid "Pattern UI" msgstr "ÆÐÅÏ UI" -#: app/internal_procs.c:146 +#: app/internal_procs.c:143 msgid "Plug-in" msgstr "Ç÷¯±×ÀÎ" -#: app/internal_procs.c:149 +#: app/internal_procs.c:146 msgid "Procedural database" msgstr "ÇÁ·Î½ÃÁ® µ¥ÀÌÅͺ£À̽º" +#: app/internal_procs.c:149 +msgid "Image mask" +msgstr "À̹ÌÁö ¸¶½ºÅ©" + #: app/internal_procs.c:152 msgid "Text procedures" msgstr "ÅؽºÆ® ÇÁ·Î½ÃÁ®" @@ -2638,7 +2639,7 @@ msgstr " msgid "Layer Select" msgstr "°èÃþ ¼±ÅÃ" -#: app/layers_dialog.c:264 app/layers_dialog.c:3509 +#: app/layers_dialog.c:264 app/layers_dialog.c:3515 msgid "New Layer" msgstr "»õ °èÃþ" @@ -2670,43 +2671,43 @@ msgstr " msgid "Delete Layer" msgstr "°èÃþ »èÁ¦" -#: app/layers_dialog.c:372 app/paint_funcs.c:83 app/tool_options.c:917 +#: app/layers_dialog.c:372 app/paint_funcs.c:84 app/tool_options.c:917 msgid "Normal" msgstr "Ç¥ÁØ" -#: app/layers_dialog.c:373 app/paint_funcs.c:84 app/tool_options.c:918 +#: app/layers_dialog.c:373 app/paint_funcs.c:85 app/tool_options.c:918 msgid "Dissolve" msgstr "ºÐÇØ" -#: app/layers_dialog.c:374 app/paint_funcs.c:86 app/tool_options.c:920 +#: app/layers_dialog.c:374 app/paint_funcs.c:87 app/tool_options.c:920 msgid "Multiply (Burn)" msgstr "°öÇϱâ (Å¿ì±â)" -#: app/layers_dialog.c:375 app/paint_funcs.c:98 app/tool_options.c:921 +#: app/layers_dialog.c:375 app/paint_funcs.c:99 app/tool_options.c:921 msgid "Divide (Dodge)" msgstr "³ª´©±â (ÇÇÇϱâ)" -#: app/layers_dialog.c:376 app/paint_funcs.c:87 app/tool_options.c:922 +#: app/layers_dialog.c:376 app/paint_funcs.c:88 app/tool_options.c:922 msgid "Screen" msgstr "È­¸é" -#: app/layers_dialog.c:377 app/paint_funcs.c:88 app/tool_options.c:923 +#: app/layers_dialog.c:377 app/paint_funcs.c:89 app/tool_options.c:923 msgid "Overlay" msgstr "¾º¿ì±â" -#: app/layers_dialog.c:378 app/paint_funcs.c:89 app/tool_options.c:924 +#: app/layers_dialog.c:378 app/paint_funcs.c:90 app/tool_options.c:924 msgid "Difference" msgstr "Â÷ÀÌÁ¡" -#: app/layers_dialog.c:379 app/paint_funcs.c:90 app/tool_options.c:925 +#: app/layers_dialog.c:379 app/paint_funcs.c:91 app/tool_options.c:925 msgid "Addition" msgstr "´õÇϱâ" -#: app/layers_dialog.c:381 app/paint_funcs.c:92 app/tool_options.c:927 +#: app/layers_dialog.c:381 app/paint_funcs.c:93 app/tool_options.c:927 msgid "Darken Only" msgstr "¾îµÓ°Ô¸¸" -#: app/layers_dialog.c:382 app/paint_funcs.c:93 app/tool_options.c:928 +#: app/layers_dialog.c:382 app/paint_funcs.c:94 app/tool_options.c:928 msgid "Lighten Only" msgstr "¹à°Ô¸¸" @@ -2714,62 +2715,67 @@ msgstr " msgid "Keep Trans." msgstr "Åõ¸í À¯Áö" -#: app/layers_dialog.c:1901 +#: app/layers_dialog.c:405 +#, fuzzy +msgid "Keep Transparency" +msgstr "Åõ¸í" + +#: app/layers_dialog.c:1907 msgid "Empty Layer Copy" msgstr "ºó °èÃþ º¹»ç" -#: app/layers_dialog.c:2163 app/layers_dialog.c:3320 app/layers_dialog.c:3687 +#: app/layers_dialog.c:2169 app/layers_dialog.c:3326 app/layers_dialog.c:3693 msgid "Floating Selection" msgstr "À¯µ¿Àû ¼¿·º¼Ç" -#: app/layers_dialog.c:3470 +#: app/layers_dialog.c:3476 msgid "New Layer Options" msgstr "»õ °èÃþ ¿É¼Ç" #. The name label and entry -#: app/layers_dialog.c:3499 +#: app/layers_dialog.c:3505 msgid "Layer Name:" msgstr "°èÃþ À̸§:" #. The size labels -#: app/layers_dialog.c:3513 +#: app/layers_dialog.c:3519 msgid "Layer Width:" msgstr "°èÃþ ³ÐÀÌ:" -#: app/layers_dialog.c:3573 +#: app/layers_dialog.c:3579 msgid "Layer Fill Type" msgstr "°èÃþ ä¿ò À¯Çü" -#: app/layers_dialog.c:3652 +#: app/layers_dialog.c:3658 msgid "Edit Layer Attributes" msgstr "°èÃþ ¼Ó¼º ÆíÁý" -#: app/layers_dialog.c:3679 +#: app/layers_dialog.c:3685 msgid "Layer name:" msgstr "°èÃþ À̸§:" -#: app/layers_dialog.c:3744 +#: app/layers_dialog.c:3753 msgid "Add Mask Options" msgstr "¸¶½ºÅ© ¿É¼Ç Ãß°¡" #. The radio frame and box -#: app/layers_dialog.c:3762 +#: app/layers_dialog.c:3771 msgid "Initialize Layer Mask to:" msgstr "´ÙÀ½°ú °°ÀÌ °èÃþ ¸¶½ºÅ©¸¦ ÃʱâÈ­ ÇÕ´Ï´Ù:" -#: app/layers_dialog.c:3767 +#: app/layers_dialog.c:3776 msgid "White (Full Opacity)" msgstr "¹é»ö (¿ÏÀü ºÒÅõ¸í)" -#: app/layers_dialog.c:3769 +#: app/layers_dialog.c:3778 msgid "Black (Full Transparency)" msgstr "Èæ»ö (¿ÏÀü Åõ¸í)" -#: app/layers_dialog.c:3771 +#: app/layers_dialog.c:3780 msgid "Layer's Alpha Channel" msgstr "°èÃþÀÇ ¾ËÆÄ Ã¤³Î" -#: app/layers_dialog.c:3832 app/layers_dialog.c:3918 +#: app/layers_dialog.c:3841 app/layers_dialog.c:3927 msgid "" "Invalid width or height.\n" "Both must be positive." @@ -2777,27 +2783,27 @@ msgstr "" "³ÐÀÌ È¤Àº ³ôÀÌ°¡ Ʋ¸³´Ï´Ù.\n" "µÑ ´Ù ¾ç¼öÀ̾î¾ß ÇÕ´Ï´Ù." -#: app/layers_dialog.c:4004 +#: app/layers_dialog.c:4013 msgid "Layer Merge Options" msgstr "°èÃþ ¸ÓÁö ¿É¼Ç" -#: app/layers_dialog.c:4029 +#: app/layers_dialog.c:4038 msgid "Final, Merged Layer should be:" msgstr "¸¶Áö¸·À¸·Î ¸ÓÁöµÈ °èÃþÀº ´ÙÀ½°ú °°ÀÌ Çؾ߸¸ ÇÕ´Ï´Ù:" -#: app/layers_dialog.c:4030 +#: app/layers_dialog.c:4039 msgid "Final, Anchored Layer should be:" msgstr "¸¶Áö¸·À¸·Î °íÁ¤µÈ °èÃþÀº ´ÙÀ½°ú °°ÀÌ Çؾ߸¸ ÇÕ´Ï´Ù:" -#: app/layers_dialog.c:4035 +#: app/layers_dialog.c:4044 msgid "Expanded as necessary" msgstr "ÇÊ¿äÇÑ ¸¸Å­ È®Àå" -#: app/layers_dialog.c:4037 +#: app/layers_dialog.c:4046 msgid "Clipped to image" msgstr "À̹ÌÁö °íÁ¤" -#: app/layers_dialog.c:4039 +#: app/layers_dialog.c:4048 msgid "Clipped to bottom layer" msgstr "¾Æ·¡ °èÃþ °íÁ¤" @@ -2807,7 +2813,7 @@ msgid "Layers, Channels & Paths" msgstr "°èÃþ°ú ä³Î" #. The Auto-button -#: app/lc_dialog.c:147 app/levels.c:587 +#: app/lc_dialog.c:147 app/levels.c:588 msgid "Auto" msgstr "ÀÚµ¿" @@ -2820,35 +2826,35 @@ msgid "Channels" msgstr "ä³Î" #. The shell and main vbox -#: app/levels.c:196 app/levels.c:331 app/tools.c:758 +#: app/levels.c:197 app/levels.c:332 app/tools.c:1189 msgid "Levels" msgstr "·¹º§" -#: app/levels.c:234 +#: app/levels.c:235 msgid "Levels for indexed drawables cannot be adjusted." msgstr "À妽ºµÈ ±×¸®±â¸¦ À§ÇÑ ·¹º§µéÀº Á¶ÀýµÇ¾î Áú ¼ö ¾ø½À´Ï´Ù." -#: app/levels.c:360 +#: app/levels.c:361 msgid "Modify Levels for Channel:" msgstr "ä³ÎÀ» À§ÇÑ ·¹º§ ¹Ù²Ù±â:" -#: app/levels.c:384 +#: app/levels.c:385 msgid "Input Levels:" msgstr "ÀÔ·Â ·¹º§:" -#: app/levels.c:493 +#: app/levels.c:494 msgid "Output Levels:" msgstr "Ãâ·Â ·¹º§:" -#: app/levels.c:1050 +#: app/levels.c:1052 msgid "Load Levels" msgstr "·¹º§ Àбâ" -#: app/levels.c:1065 +#: app/levels.c:1067 msgid "Save Levels" msgstr "·¹º§ ÀúÀå" -#: app/levels.c:1384 +#: app/levels.c:1396 msgid "Load/Save Levels" msgstr "·¹º§ Àбâ/ÀúÀå" @@ -2977,7 +2983,7 @@ msgstr "â msgid "Distance:" msgstr "°Å¸®:" -#: app/measure.c:504 app/measure.c:509 app/measure.c:517 app/measure.c:545 +#: app/measure.c:507 app/measure.c:512 app/measure.c:520 app/measure.c:548 msgid "degrees" msgstr "°¢µµ" @@ -3857,7 +3863,7 @@ msgstr " msgid "Autoload during startup" msgstr "½ÃÀÛÇÒ ¶§ ÀÚµ¿À¸·Î ÀûÀç" -#: app/move.c:473 +#: app/move.c:494 #, fuzzy msgid "Move Tool" msgstr "µµ±¸ ¿É¼Ç À̵¿" @@ -3872,19 +3878,19 @@ msgstr "â msgid "Navigation: No Image" msgstr "" -#: app/paint_core.c:745 +#: app/paint_core.c:791 msgid "No brushes available for use with this tool." msgstr "ÀÌ µµ±¸À» »ç¿ëÇϱâ À§ÇØ »ç¿ë°¡´ÉÇÑ ºê·¯½¬ ¾øÀ½." -#: app/paint_funcs.c:85 app/tool_options.c:919 +#: app/paint_funcs.c:86 app/tool_options.c:919 msgid "Behind" msgstr "µÚ·Î" -#: app/paint_funcs.c:91 +#: app/paint_funcs.c:92 msgid "Subtraction" msgstr "»©±â" -#: app/paint_funcs.c:99 +#: app/paint_funcs.c:100 msgid "Erase" msgstr "Áö¿ì±â" @@ -4136,40 +4142,40 @@ msgstr " msgid "Enter a new name for the path" msgstr "°æ·ÎÀÇ »õ À̸§ ÀÔ·Â" -#: app/paths_dialog.c:1916 +#: app/paths_dialog.c:1919 #, c-format msgid "Failed to read from %s" msgstr "%s·Î ºÎÅÍ Àб⠽ÇÆÐ" -#: app/paths_dialog.c:1931 +#: app/paths_dialog.c:1934 #, c-format msgid "Failed to read path from %s" msgstr "%s·Î ºÎÅÍ °æ·Î Àб⠽ÇÆÐ" -#: app/paths_dialog.c:1938 +#: app/paths_dialog.c:1941 #, c-format msgid "No points specified in path file %s" msgstr "%s ÆÄÀÏ °æ·Î¿¡¼­ ÁöÁ¤µÈ Æ÷ÀÎÆ®µéÀÌ ¾ø½À´Ï´Ù." -#: app/paths_dialog.c:1949 +#: app/paths_dialog.c:1952 #, c-format msgid "Failed to read path points from %s" msgstr "%s ·ÎºÎÅÍ Æ÷ÀÎÆ® °æ·Î Àб⠽ÇÆÐ" -#: app/paths_dialog.c:2022 app/xcf.c:436 +#: app/paths_dialog.c:2025 app/xcf.c:436 #, c-format msgid "open failed on %s: %s\n" msgstr "%s¿¡¼­ ¿­±â ½ÇÆÐ: %s\n" -#: app/paths_dialog.c:2044 +#: app/paths_dialog.c:2047 msgid "Load/Store Bezier Curves" msgstr "º£Áö¾î °î¼± Àбâ/ÀúÀå" -#: app/paths_dialog.c:2084 +#: app/paths_dialog.c:2087 msgid "Load Path" msgstr "°æ·Î Àбâ" -#: app/paths_dialog.c:2106 +#: app/paths_dialog.c:2109 msgid "Store Path" msgstr "°æ·Î ÀúÀå" @@ -4258,7 +4264,7 @@ msgstr "" msgid "Posterize does not operate on indexed drawables." msgstr "Æ÷½ºÅͶóÀÌÁî´Â À妽ºµÈ ±×¸®±â¿¡¼­´Â ÀÛµ¿µÇÁö ¾Ê½À´Ï´Ù." -#: app/posterize.c:193 app/tools.c:704 +#: app/posterize.c:193 app/tools.c:1105 msgid "Posterize" msgstr "Æ÷½ºÅͶóÀÌÁî" @@ -4266,52 +4272,52 @@ msgstr " msgid "Posterize Levels:" msgstr "Æ÷½ºÅͶóÀÌÁî ·¹º§:" -#: app/preferences_dialog.c:244 +#: app/preferences_dialog.c:247 msgid "Error: Levels of undo must be zero or greater." msgstr "¿¡·¯: º¹±¸ ·¹º§µéÀº 0 ÀÌ»ó À̾î¾ß¸¸ ÇÕ´Ï´Ù." -#: app/preferences_dialog.c:250 +#: app/preferences_dialog.c:253 msgid "Error: Marching speed must be 50 or greater." msgstr "¿¡·¯: ÁøÀü ¼Óµµ´Â 50 ÀÌ»ó À̾î¾ß¸¸ ÇÕ´Ï´Ù." -#: app/preferences_dialog.c:256 +#: app/preferences_dialog.c:259 msgid "Error: Default width must be one or greater." msgstr "¿¡·¯: ³ÐÀÌ ÃʱⰪÀº 1 ÀÌ»ó À̾î¾ß¸¸ ÇÕ´Ï´Ù." -#: app/preferences_dialog.c:262 +#: app/preferences_dialog.c:265 msgid "Error: Default height must be one or greater." msgstr "¿¡·¯: ³ôÀÌ ÃʱⰪÀº 1 ÀÌ»ó À̾î¾ß¸¸ ÇÕ´Ï´Ù." -#: app/preferences_dialog.c:269 +#: app/preferences_dialog.c:272 msgid "Error: Default unit must be within unit range." msgstr "¿¡·¯: ´ÜÀ§ ÃʱⰪÀº ´ÜÀ§ ¹üÀ§ ¾È¿¡ ÀÖ¾î¾ß¸¸ ÇÕ´Ï´Ù." -#: app/preferences_dialog.c:276 +#: app/preferences_dialog.c:279 msgid "Error: Default resolution must not be zero." msgstr "¿¡·¯: ÇØ»óµµ ÃʱⰪÀº 0ÀÌ µÇ¾î¼­´Â ¾ÊµË´Ï´Ù." -#: app/preferences_dialog.c:284 +#: app/preferences_dialog.c:287 msgid "Error: Default resolution unit must be within unit range." msgstr "¿¡·¯: ÇØ»óµµ ´ÜÀ§ ÃʱⰪÀº ´ÜÀ§ ¹üÀ§ ¾È¿¡ ÀÖ¾î¾ß¸¸ ÇÕ´Ï´Ù." -#: app/preferences_dialog.c:291 +#: app/preferences_dialog.c:294 msgid "Error: Monitor resolution must not be zero." msgstr "¿¡·¯: ¸ð´ÏÅÍ Çػ󵵰¡ 0ÀÌ µÇ¾î¼­´Â ¾ÊµË´Ï´Ù." -#: app/preferences_dialog.c:298 +#: app/preferences_dialog.c:301 msgid "Error: Image title format must not be NULL." msgstr "¿¡·¯: ÀÌÁö¹Ì ŸÀÌƲ Çü½ÄÀÌ NULL¿¡ µÇ¾î¼­´Â ¾ÊµË´Ï´Ù." -#: app/preferences_dialog.c:305 +#: app/preferences_dialog.c:308 msgid "Error: Number of processors must be between 1 and 30." msgstr "¿¡·¯: ÇÁ·Î¼¼¼­ÀÇ °¹¼öµéÀº 1¿¡¼­ 30»çÀ̾î¾ß¸¸ ÇÕ´Ï´Ù." -#: app/preferences_dialog.c:356 +#: app/preferences_dialog.c:359 #, fuzzy msgid "Save Preferences ?" msgstr "¼Ó¼º..." -#: app/preferences_dialog.c:377 +#: app/preferences_dialog.c:380 msgid "" "At least one of the changes you made will only\n" "take effect after you restart the GIMP.\n" @@ -4322,505 +4328,522 @@ msgid "" "be applied." msgstr "" -#: app/preferences_dialog.c:471 +#: app/preferences_dialog.c:474 msgid "You will need to restart GIMP for these changes to take effect." msgstr "´ç½ÅÀº ÀÌ È¿°ú°¡ °¡ÇØÁö±â À§ÇØ GIMP¸¦ Àç ½ÇÇàÇÒ ÇÊ¿ä°¡ ÀÖ½À´Ï´Ù." -#: app/preferences_dialog.c:1020 +#: app/preferences_dialog.c:1029 #, c-format msgid "The default comment is limited to %d characters." msgstr "" -#: app/preferences_dialog.c:1445 +#: app/preferences_dialog.c:1455 msgid "Preferences" msgstr "¼Ó¼º..." #. The categories tree -#: app/preferences_dialog.c:1467 +#: app/preferences_dialog.c:1477 msgid "Categories" msgstr "¹üÁÖ" -#: app/preferences_dialog.c:1495 app/preferences_dialog.c:1497 +#: app/preferences_dialog.c:1505 app/preferences_dialog.c:1507 msgid "New File" msgstr "»õ ÆÄÀÏ" -#: app/preferences_dialog.c:1508 +#: app/preferences_dialog.c:1518 msgid "Default Image Size and Unit" msgstr "±âº» À̹ÌÁö Å©±â¿Í ´ÜÀ§" -#: app/preferences_dialog.c:1522 +#: app/preferences_dialog.c:1532 msgid "Width" msgstr "³ÐÀÌ" -#: app/preferences_dialog.c:1524 +#: app/preferences_dialog.c:1534 msgid "Height" msgstr "³ôÀÌ" -#: app/preferences_dialog.c:1554 +#: app/preferences_dialog.c:1564 msgid "Default Image Resolution and Resolution Unit" msgstr "±âº» À̹ÌÁö ÇØ»óµµ¿Í ÇØ»óµµ ´ÜÀ§" -#: app/preferences_dialog.c:1581 app/preferences_dialog.c:2352 +#: app/preferences_dialog.c:1591 app/preferences_dialog.c:2384 msgid "dpi" msgstr "dpi" -#: app/preferences_dialog.c:1628 +#: app/preferences_dialog.c:1638 msgid "Default Image Type:" msgstr "±âº» À̹ÌÁö À¯Çü:" -#: app/preferences_dialog.c:1640 +#: app/preferences_dialog.c:1650 msgid "Maximum Image Size:" msgstr "ÃÖ´ë À̹ÌÁö Å©±â:" -#: app/preferences_dialog.c:1645 app/preferences_dialog.c:1647 +#: app/preferences_dialog.c:1655 app/preferences_dialog.c:1657 #, fuzzy msgid "Default Comment" msgstr "ÃʱâÈ­" -#: app/preferences_dialog.c:1655 +#: app/preferences_dialog.c:1665 msgid "Comment Used for New Images" msgstr "" -#: app/preferences_dialog.c:1675 app/preferences_dialog.c:1677 +#: app/preferences_dialog.c:1685 app/preferences_dialog.c:1687 msgid "Display" msgstr "µð½ºÇ÷¹ÀÌ" -#: app/preferences_dialog.c:1685 +#: app/preferences_dialog.c:1695 msgid "Transparency" msgstr "Åõ¸í" -#: app/preferences_dialog.c:1704 +#: app/preferences_dialog.c:1714 msgid "Light Checks" msgstr "¹à±â °Ë»ç" -#: app/preferences_dialog.c:1705 +#: app/preferences_dialog.c:1715 msgid "Mid-Tone Checks" msgstr "Áß°£-Åæ(Mid-Ton) °Ë»ç" -#: app/preferences_dialog.c:1706 +#: app/preferences_dialog.c:1716 msgid "Dark Checks" msgstr "¾îµÎ¿î »ö °Ë»ç" -#: app/preferences_dialog.c:1707 +#: app/preferences_dialog.c:1717 msgid "White Only" msgstr "Èò»ö¸¸" -#: app/preferences_dialog.c:1708 +#: app/preferences_dialog.c:1718 msgid "Gray Only" msgstr "ȸ»ö¸¸" -#: app/preferences_dialog.c:1709 +#: app/preferences_dialog.c:1719 msgid "Black Only" msgstr "Èæ»ö¸¸" -#: app/preferences_dialog.c:1713 +#: app/preferences_dialog.c:1723 msgid "Transparency Type:" msgstr "Åõ¸í Á¾·ù:" -#: app/preferences_dialog.c:1720 app/preferences_dialog.c:1812 -#: app/preferences_dialog.c:1826 +#: app/preferences_dialog.c:1730 app/preferences_dialog.c:1822 +#: app/preferences_dialog.c:1836 msgid "Small" msgstr "ÀÛ°Ô" -#: app/preferences_dialog.c:1721 app/preferences_dialog.c:1813 -#: app/preferences_dialog.c:1827 +#: app/preferences_dialog.c:1731 app/preferences_dialog.c:1823 +#: app/preferences_dialog.c:1837 msgid "Medium" msgstr "Áß°£" -#: app/preferences_dialog.c:1722 app/preferences_dialog.c:1814 -#: app/preferences_dialog.c:1828 +#: app/preferences_dialog.c:1732 app/preferences_dialog.c:1824 +#: app/preferences_dialog.c:1838 msgid "Large" msgstr "Å©°Ô" -#: app/preferences_dialog.c:1726 +#: app/preferences_dialog.c:1736 msgid "Check Size:" msgstr "°Ë»ç Å©±â:" -#: app/preferences_dialog.c:1729 +#: app/preferences_dialog.c:1739 msgid "8-Bit Displays" msgstr "8ºñÆ® µð½ºÇ÷¹ÀÌ" -#: app/preferences_dialog.c:1750 +#: app/preferences_dialog.c:1760 msgid "Minimum Number of Colors:" msgstr "" -#: app/preferences_dialog.c:1753 +#: app/preferences_dialog.c:1763 msgid "Install Colormap" msgstr "Ä÷¯¸Ê ¼³Ä¡" -#: app/preferences_dialog.c:1762 +#: app/preferences_dialog.c:1772 msgid "Colormap Cycling" msgstr "Ä÷¯¸Ê »çÀÌŬ¸µ" -#: app/preferences_dialog.c:1811 +#: app/preferences_dialog.c:1821 msgid "Tiny" msgstr "ÀÛ°Ô" -#: app/preferences_dialog.c:1815 +#: app/preferences_dialog.c:1825 msgid "Huge" msgstr "Å©°Ô" -#: app/preferences_dialog.c:1819 +#: app/preferences_dialog.c:1829 msgid "Preview Size:" msgstr "¹Ì¸®º¸±â Å©±â:" -#: app/preferences_dialog.c:1832 +#: app/preferences_dialog.c:1842 msgid "Nav Preview Size:" msgstr "³×ºñ°ÔÀÌÅÍ ¹Ì¸®º¸±â Å©±â:" -#: app/preferences_dialog.c:1842 +#: app/preferences_dialog.c:1852 msgid "Recent Documents List Size:" msgstr "ÃÖ±Ù ¹®¼­ ¸ñ·Ï Å©±â:" #. Indicators -#: app/preferences_dialog.c:1846 +#: app/preferences_dialog.c:1856 #, fuzzy msgid "Toolbox" msgstr "/µµ±¸/µµ±¸»óÀÚ" -#: app/preferences_dialog.c:1849 +#: app/preferences_dialog.c:1859 #, fuzzy msgid "Display Brush, Pattern and Gradient Indicators" msgstr "Åø¹Ù¿¡¼­ ºê·¯½¬¿Í ÆÐÅÏ ½Äº°ÀÚ º¸¿©ÁÖ±â" -#: app/preferences_dialog.c:1858 +#: app/preferences_dialog.c:1868 msgid "Dialog Behaviour" msgstr "´ëÈ­»óÀÚ µ¿ÀÛ" -#: app/preferences_dialog.c:1860 +#: app/preferences_dialog.c:1870 msgid "Navigation Window per Display" msgstr "" -#: app/preferences_dialog.c:1869 +#: app/preferences_dialog.c:1879 msgid "Info Window Follows Mouse" msgstr "" -#: app/preferences_dialog.c:1880 app/preferences_dialog.c:1882 +#: app/preferences_dialog.c:1890 app/preferences_dialog.c:1892 msgid "Help System" msgstr "µµ¿ò¸» ½Ã½ºÅÛ" -#: app/preferences_dialog.c:1892 +#: app/preferences_dialog.c:1902 msgid "Show Tool Tips" msgstr "µµ±¸ÆÁ º¸±â" -#: app/preferences_dialog.c:1902 +#: app/preferences_dialog.c:1912 msgid "Context Sensitive Help with \"F1\"" msgstr "" -#: app/preferences_dialog.c:1911 +#: app/preferences_dialog.c:1921 #, fuzzy msgid "Help Browser" msgstr "/È®Àå/¸ðµâ ºê¶ó¿ìÀú..." -#: app/preferences_dialog.c:1923 +#: app/preferences_dialog.c:1933 #, fuzzy msgid "Internal" msgstr "°£°Ý:" -#: app/preferences_dialog.c:1924 +#: app/preferences_dialog.c:1934 msgid "Netscape" msgstr "" -#: app/preferences_dialog.c:1928 +#: app/preferences_dialog.c:1938 msgid "Help Browser to Use:" msgstr "" -#: app/preferences_dialog.c:1933 app/preferences_dialog.c:1935 +#: app/preferences_dialog.c:1943 app/preferences_dialog.c:1945 msgid "Image Windows" msgstr "À̹ÌÁö â" -#: app/preferences_dialog.c:1943 +#: app/preferences_dialog.c:1953 msgid "Appearance" msgstr "¿Ü¾ç" -#: app/preferences_dialog.c:1945 +#: app/preferences_dialog.c:1955 msgid "Use \"Dot for Dot\" by default" msgstr "" -#: app/preferences_dialog.c:1954 +#: app/preferences_dialog.c:1964 msgid "Resize Window on Zoom" msgstr "È®´ë½Ã â Å©±â Á¶Á¤" -#: app/preferences_dialog.c:1963 +#: app/preferences_dialog.c:1973 msgid "Show Rulers" msgstr "´«±ÝÀÚ º¸±â" -#: app/preferences_dialog.c:1972 +#: app/preferences_dialog.c:1982 msgid "Show Statusbar" msgstr "»óŹ٠º¸±â" -#: app/preferences_dialog.c:1996 +#: app/preferences_dialog.c:2006 msgid "Marching Ants Speed:" msgstr "ÁøÀü ¼Óµµ:" #. Set the currently used string as "Custom" -#: app/preferences_dialog.c:2004 +#: app/preferences_dialog.c:2014 msgid "Custom" msgstr "º¸Åë" #. set some commonly used format strings -#: app/preferences_dialog.c:2010 +#: app/preferences_dialog.c:2020 msgid "Standard" msgstr "Ç¥ÁØ" -#: app/preferences_dialog.c:2015 +#: app/preferences_dialog.c:2025 msgid "Show zoom percentage" msgstr "È®´ë ÆÛ¼¾Æ® º¸±â" -#: app/preferences_dialog.c:2020 +#: app/preferences_dialog.c:2030 msgid "Show zoom ratio" msgstr "È®´ë ºñÀ² º¸±â" -#: app/preferences_dialog.c:2025 +#: app/preferences_dialog.c:2035 msgid "Show reversed zoom ratio" msgstr "¿ª È®´ëÀ² º¸±â" -#: app/preferences_dialog.c:2036 +#: app/preferences_dialog.c:2046 msgid "Image Title Format:" msgstr "À̹ÌÁö Á¦¸ñ Çü½Ä:" #. End of the title format string -#: app/preferences_dialog.c:2040 +#: app/preferences_dialog.c:2050 msgid "Pointer Movement Feedback" msgstr "Æ÷ÀÎÅÍ À̵¿ ¹ÝÀÀ" -#: app/preferences_dialog.c:2043 +#: app/preferences_dialog.c:2053 #, fuzzy msgid "Perfect-but-Slow Pointer Tracking" msgstr "¿Ïº®Çϳª ´À¸° Æ÷ÀÎÅÍ ÃßÀû" -#: app/preferences_dialog.c:2052 +#: app/preferences_dialog.c:2062 msgid "Disable Cursor Updating" msgstr "Ä¿¼­ °»½Å Áß´Ü" -#: app/preferences_dialog.c:2064 app/preferences_dialog.c:2066 -#: app/tools.c:1079 +#: app/preferences_dialog.c:2081 +#, fuzzy +msgid "Tool Icon" +msgstr "µµ±¸ ¿É¼Ç" + +#: app/preferences_dialog.c:2083 +msgid "Tool Icon with Crosshair" +msgstr "" + +#: app/preferences_dialog.c:2085 +msgid "Crosshair only" +msgstr "" + +#: app/preferences_dialog.c:2090 +msgid "Cursor Mode:" +msgstr "" + +#: app/preferences_dialog.c:2096 app/preferences_dialog.c:2098 +#: app/tools.c:1536 msgid "Tool Options" msgstr "µµ±¸ ¿É¼Ç" -#: app/preferences_dialog.c:2074 +#: app/preferences_dialog.c:2106 msgid "Paint Options" msgstr "ÆäÀÎÆ® ¿É¼Ç" -#: app/preferences_dialog.c:2077 +#: app/preferences_dialog.c:2109 msgid "Use Global Paint Options" msgstr "Àü¿ª ÆäÀÎÆ® ¿É¼Ç" -#: app/preferences_dialog.c:2086 +#: app/preferences_dialog.c:2118 #, fuzzy msgid "Finding Contiguous Regions" msgstr "¿¬¼ÓÀûÀÎ ¿µ¿ª ¼±ÅÃ" -#: app/preferences_dialog.c:2105 +#: app/preferences_dialog.c:2137 #, fuzzy msgid "Default Threshold:" msgstr "¹ß´Ü±Ô¸ð(Threshold):" -#: app/preferences_dialog.c:2114 app/preferences_dialog.c:2116 +#: app/preferences_dialog.c:2146 app/preferences_dialog.c:2148 msgid "Environment" msgstr "ȯ°æ" -#: app/preferences_dialog.c:2124 +#: app/preferences_dialog.c:2156 msgid "Resource Consumption" msgstr "ÀÚ¿ø ¼Òºñ·®" -#: app/preferences_dialog.c:2126 +#: app/preferences_dialog.c:2158 msgid "Conservative Memory Usage" msgstr "º¸Á¸ ¸Þ¸ð¸® »ç¿ë" -#: app/preferences_dialog.c:2154 +#: app/preferences_dialog.c:2186 msgid "Levels of Undo:" msgstr "ÆíÁý Ãë¼Ò ·¹º§:" -#: app/preferences_dialog.c:2166 app/user_install.c:1104 +#: app/preferences_dialog.c:2198 app/user_install.c:1105 msgid "Tile Cache Size:" msgstr "ŸÀÏ Ä³½¬ Å©±â:" -#: app/preferences_dialog.c:2177 +#: app/preferences_dialog.c:2209 msgid "Number of Processors to Use:" msgstr "»ç¿ëÇÒ ÇÁ·Î¼¼¼­ °¹¼ö:" -#: app/preferences_dialog.c:2181 app/transform_tool.c:215 +#: app/preferences_dialog.c:2213 app/transform_tool.c:215 msgid "Scaling" msgstr "½ºÄÉÀϸµ" -#: app/preferences_dialog.c:2199 +#: app/preferences_dialog.c:2231 msgid "Nearest Neighbor (Fast)" msgstr "°¡Àå °¡±îÀÌ ÀÎÁ¢ÇÑ °Í (ºü¸§)" -#: app/preferences_dialog.c:2203 +#: app/preferences_dialog.c:2235 msgid "Cubic (Slow)" msgstr "3Â÷ °î¼± (´À¸²)" -#: app/preferences_dialog.c:2208 +#: app/preferences_dialog.c:2240 msgid "Interpolation Type:" msgstr "" -#: app/preferences_dialog.c:2211 +#: app/preferences_dialog.c:2243 msgid "File Saving" msgstr "ÆÄÀÏ ÀúÀå" -#: app/preferences_dialog.c:2228 app/preferences_dialog.c:2241 +#: app/preferences_dialog.c:2260 app/preferences_dialog.c:2273 msgid "Always" msgstr "Ç×»ó" -#: app/preferences_dialog.c:2229 +#: app/preferences_dialog.c:2261 msgid "Never" msgstr "¾ÊÇÔ" -#: app/preferences_dialog.c:2233 +#: app/preferences_dialog.c:2265 msgid "Try to Write a Thumbnail File:" msgstr "½æ³×ÀÏ(Thumnail) ÆÄÀÏ ¾²±â ½Ãµµ:" -#: app/preferences_dialog.c:2240 +#: app/preferences_dialog.c:2272 #, fuzzy msgid "Only when Modified" msgstr "¼öÁ¤µÇ¾úÀ» °æ¿ì¿¡¸¸" -#: app/preferences_dialog.c:2245 +#: app/preferences_dialog.c:2277 #, fuzzy msgid "\"File > Save\" Saves the Image:" msgstr "'ÆÄÀÏ > ÀúÀå'ÀÌ À̹ÌÁö ÀúÀå:" -#: app/preferences_dialog.c:2251 +#: app/preferences_dialog.c:2283 msgid "Session Management" msgstr "¼¼¼Ç °ü¸®" -#: app/preferences_dialog.c:2253 +#: app/preferences_dialog.c:2285 msgid "Session" msgstr "¼¼¼Ç" -#: app/preferences_dialog.c:2261 +#: app/preferences_dialog.c:2293 msgid "Window Positions" msgstr "â À§Ä¡" -#: app/preferences_dialog.c:2263 +#: app/preferences_dialog.c:2295 msgid "Save Window Positions on Exit" msgstr "Á¾·á½Ã â À§Ä¡ ÀúÀå" -#: app/preferences_dialog.c:2277 +#: app/preferences_dialog.c:2309 #, fuzzy msgid "Clear Saved Window Positions Now" msgstr "ÀúÀåµÈ â À§Ä¡ Áö¿ò" -#: app/preferences_dialog.c:2285 +#: app/preferences_dialog.c:2317 msgid "Always Try to Restore Session" msgstr "Ç×»ó ¼¼¼Ç º¹±¸ ½Ãµµ" -#: app/preferences_dialog.c:2294 +#: app/preferences_dialog.c:2326 msgid "Devices" msgstr "ÀåÄ¡" -#: app/preferences_dialog.c:2296 +#: app/preferences_dialog.c:2328 msgid "Save Device Status on Exit" msgstr "Á¾·á½Ã ÀåÄ¡ »óÅ ÀúÀå" -#: app/preferences_dialog.c:2307 app/preferences_dialog.c:2309 +#: app/preferences_dialog.c:2339 app/preferences_dialog.c:2341 msgid "Monitor" msgstr "¸ð´ÏÅÍ" -#: app/preferences_dialog.c:2317 +#: app/preferences_dialog.c:2349 msgid "Get Monitor Resolution" msgstr "¸ð´ÏÅÍ ÇØ»óµµ ¾ò±â" -#: app/preferences_dialog.c:2325 +#: app/preferences_dialog.c:2357 #, c-format msgid "(Currently %d x %d dpi)" msgstr "(ÇöÀç %d x %d dpi)" -#: app/preferences_dialog.c:2377 -msgid "From X Server" -msgstr "X ¼­¹ö·Î ºÎÅÍ" +#: app/preferences_dialog.c:2409 +msgid "From windowing system" +msgstr "" -#: app/preferences_dialog.c:2392 +#: app/preferences_dialog.c:2424 msgid "Manually:" msgstr "¼öµ¿À¸·Î:" -#: app/preferences_dialog.c:2405 app/preferences_dialog.c:2407 +#: app/preferences_dialog.c:2437 app/preferences_dialog.c:2439 msgid "Directories" msgstr "µð·ºÅ丮" -#: app/preferences_dialog.c:2424 +#: app/preferences_dialog.c:2456 msgid "Temp Dir:" msgstr "Àӽà µð·ºÅ丮:" -#: app/preferences_dialog.c:2424 +#: app/preferences_dialog.c:2456 msgid "Select Temp Dir" msgstr "Àӽà µð·ºÅ丮 ¼±ÅÃ" -#: app/preferences_dialog.c:2425 +#: app/preferences_dialog.c:2457 msgid "Swap Dir:" msgstr "½º¿Ò µð·ºÅ丮:" -#: app/preferences_dialog.c:2425 app/user_install.c:1124 +#: app/preferences_dialog.c:2457 app/user_install.c:1125 msgid "Select Swap Dir" msgstr "½º¿Ò µð·ºÅ丮 ¼±ÅÃ" -#: app/preferences_dialog.c:2461 +#: app/preferences_dialog.c:2493 msgid "Brushes Directories" msgstr "ºê·¯½¬ µð·ºÅ丮" -#: app/preferences_dialog.c:2463 +#: app/preferences_dialog.c:2495 msgid "Select Brushes Dir" msgstr "ºê·¯½¬ µð·ºÅ丮 ¼±ÅÃ" -#: app/preferences_dialog.c:2465 +#: app/preferences_dialog.c:2497 msgid "Generated Brushes" msgstr "»ý¼ºµÈ ºê·¯½¬" -#: app/preferences_dialog.c:2465 +#: app/preferences_dialog.c:2497 msgid "Generated Brushes Directories" msgstr "»ý¼ºµÈ ºê·¯½¬ µð·ºÅ丮" -#: app/preferences_dialog.c:2467 +#: app/preferences_dialog.c:2499 msgid "Select Generated Brushes Dir" msgstr "»ý¼ºµÈ ºê·¯½¬ µð·ºÅ丮 ¼±ÅÃÇϱâ" -#: app/preferences_dialog.c:2469 +#: app/preferences_dialog.c:2501 msgid "Patterns Directories" msgstr "ÆÐÅÏ µð·ºÅ丮" -#: app/preferences_dialog.c:2471 +#: app/preferences_dialog.c:2503 msgid "Select Patterns Dir" msgstr "ÆÐÅÏ µð·ºÅ丮 ¼±ÅÃ" -#: app/preferences_dialog.c:2473 +#: app/preferences_dialog.c:2505 msgid "Palettes Directories" msgstr "ÆÈ·¿ µð·ºÅ丮" -#: app/preferences_dialog.c:2475 +#: app/preferences_dialog.c:2507 msgid "Select Palettes Dir" msgstr "ÆÈ·¿ µð·ºÅ丮 ¼±ÅÃ" -#: app/preferences_dialog.c:2477 +#: app/preferences_dialog.c:2509 msgid "Gradients Directories" msgstr "»ö°¨º¯È­µµ µð·ºÅ丮" -#: app/preferences_dialog.c:2479 +#: app/preferences_dialog.c:2511 msgid "Select Gradients Dir" msgstr "»ö°¨º¯È­µµ µð·ºÅ丮 ¼±ÅÃ" -#: app/preferences_dialog.c:2481 +#: app/preferences_dialog.c:2513 msgid "Plug-Ins" msgstr "Ç÷¯±×ÀÎ" -#: app/preferences_dialog.c:2481 +#: app/preferences_dialog.c:2513 msgid "Plug-Ins Directories" msgstr "Ç÷¯±×ÀÎ µð·ºÅ丮" -#: app/preferences_dialog.c:2483 +#: app/preferences_dialog.c:2515 msgid "Select Plug-Ins Dir" msgstr "Ç÷¯±×ÀÎ µð·ºÅ丮 ¼±ÅÃ" -#: app/preferences_dialog.c:2485 +#: app/preferences_dialog.c:2517 msgid "Modules" msgstr "¸ðµâ" -#: app/preferences_dialog.c:2485 +#: app/preferences_dialog.c:2517 msgid "Modules Directories" msgstr "¸ðµâ µð·ºÅ丮" -#: app/preferences_dialog.c:2487 +#: app/preferences_dialog.c:2519 msgid "Select Modules Dir" msgstr "¸ðµâ µð·ºÅ丮 ¼±ÅÃ" @@ -4863,12 +4886,12 @@ msgstr "GIMP È® msgid "Temporary Procedure" msgstr "Àӽà ÇÁ·Î½ÃÁ®" -#: app/qmask.c:273 +#: app/qmask.c:270 msgid "Edit Qmask Attributes" msgstr "Q¸¶½ºÅ© ¼Ó¼º ÆíÁý" #. The opacity scale -#: app/qmask.c:301 +#: app/qmask.c:298 msgid "Mask Opacity:" msgstr "¸¶½ºÅ© ºÒÅõ¸í:" @@ -4995,7 +5018,7 @@ msgid "Shearing..." msgstr "À߶ó³¿..." #. Create the shell -#: app/text_tool.c:151 app/text_tool.c:393 +#: app/text_tool.c:151 app/text_tool.c:400 msgid "Text Tool" msgstr "ÅؽºÆ® µµ±¸" @@ -5011,17 +5034,17 @@ msgstr " msgid "Use Dynamic Text" msgstr "µ¿Àû ÅؽºÆ® »ç¿ë" -#: app/text_tool.c:602 +#: app/text_tool.c:609 #, fuzzy, c-format msgid "Font '%s' not found." msgstr "'%s' ±Û²ÃÀ» ãÁö ¸øÇß½À´Ï´Ù.%s" -#: app/text_tool.c:621 +#: app/text_tool.c:628 #, c-format msgid "Font '%s' not found.%s" msgstr "'%s' ±Û²ÃÀ» ãÁö ¸øÇß½À´Ï´Ù.%s" -#: app/text_tool.c:624 +#: app/text_tool.c:631 msgid "" "\n" "If you don't have scalable fonts, try turning off antialiasing in the tool " @@ -5031,11 +5054,11 @@ msgstr "" "¸¸¾à ´ç½ÅÀÌ ½ºÄÉÀÏ °¡´ÉÇÑ ±Û²ÃÀÌ ¾ø´Ù¸é, µµ±¸ ¿É¼Ç¿¡¼­\n" "'¾ØƼ¾Ù¸®¾î½Ì ÅؽºÆ®'¸¦ ²ô¼¼¿ä." -#: app/text_tool.c:735 +#: app/text_tool.c:742 msgid "Text Layer" msgstr "ÅؽºÆ® °èÃþ" -#: app/threshold.c:171 app/threshold.c:266 app/tools.c:722 +#: app/threshold.c:171 app/threshold.c:266 app/tools.c:1133 msgid "Threshold" msgstr "¹ß´Ü±Ô¸ð(Threshold)" @@ -5108,7 +5131,7 @@ msgstr " msgid "Bezier Selection" msgstr "º£Áö¾î ¼±ÅÃ" -#: app/tool_options.c:155 app/tools.c:177 +#: app/tool_options.c:155 app/tools.c:288 msgid "Intelligent Scissors" msgstr "ÁöÀûÀÎ °¡À§" @@ -5130,7 +5153,7 @@ msgstr " msgid "Unit:" msgstr "´ÜÀ§:" -#: app/tool_options.c:469 app/tools.c:375 +#: app/tool_options.c:469 app/tools.c:596 msgid "Bucket Fill" msgstr "¹öŶ ä¿ì±â" @@ -5139,19 +5162,19 @@ msgstr " msgid "Blend Tool" msgstr "È¥ÇÕ: " -#: app/tool_options.c:473 app/tools.c:411 +#: app/tool_options.c:473 app/tools.c:652 msgid "Pencil" msgstr "¿¬ÇÊ" -#: app/tool_options.c:475 app/tools.c:429 +#: app/tool_options.c:475 app/tools.c:680 msgid "Paintbrush" msgstr "ÆäÀÎÆ®ºê·¯½¬" -#: app/tool_options.c:477 app/tools.c:447 +#: app/tool_options.c:477 app/tools.c:708 msgid "Eraser" msgstr "Áö¿ì°³" -#: app/tool_options.c:479 app/tools.c:465 +#: app/tool_options.c:479 app/tools.c:736 msgid "Airbrush" msgstr "¿¡¾îºê·¯½¬" @@ -5169,7 +5192,7 @@ msgstr " msgid "Ink Tool" msgstr "" -#: app/tool_options.c:487 app/tools.c:537 app/tools.c:543 +#: app/tool_options.c:487 app/tools.c:848 app/tools.c:854 msgid "Dodge or Burn" msgstr "ÇÇÇϱâ ȤÀº Å¿ì±â" @@ -5200,359 +5223,359 @@ msgstr " msgid "Rate" msgstr "ºñÀ²" -#: app/tools.c:87 +#: app/tools.c:148 msgid "Rect Select" msgstr "»ç°¢ ¼±ÅÃ" -#: app/tools.c:88 +#: app/tools.c:149 #, fuzzy msgid "/Tools/Select Tools/Rect Select" msgstr "/µµ±¸/»ç°¢ ¼±ÅÃ" -#: app/tools.c:93 +#: app/tools.c:154 msgid "Select rectangular regions" msgstr "»ç°¢ÇüÀ¸·Î ¿µ¿ª ¼±ÅÃ" -#: app/tools.c:105 +#: app/tools.c:176 msgid "Ellipse Select" msgstr "Ÿ¿ø ¼±ÅÃ" -#: app/tools.c:106 +#: app/tools.c:177 #, fuzzy msgid "/Tools/Select Tools/Ellipse Select" msgstr "/µµ±¸/Ÿ¿ø ¼±ÅÃ" -#: app/tools.c:111 +#: app/tools.c:182 msgid "Select elliptical regions" msgstr "Ÿ¿øÇüÀ¸·Î ¿µ¿ª ¼±ÅÃ" -#: app/tools.c:123 +#: app/tools.c:204 msgid "Free Select" msgstr "ÀÚÀ¯·Ó°Ô ¼±ÅÃ" -#: app/tools.c:124 +#: app/tools.c:205 #, fuzzy msgid "/Tools/Select Tools/Free Select" msgstr "/µµ±¸/ÀÚÀ¯·Ó°Ô ¼±ÅÃ" -#: app/tools.c:129 +#: app/tools.c:210 msgid "Select hand-drawn regions" msgstr "¼ÕÀ¸·Î ±×·Á¼­ ¿µ¿ª ¼±ÅÃ" -#: app/tools.c:141 +#: app/tools.c:232 msgid "Fuzzy Select" msgstr "ÆÛÁö ¼±ÅÃ" -#: app/tools.c:142 +#: app/tools.c:233 #, fuzzy msgid "/Tools/Select Tools/Fuzzy Select" msgstr "/µµ±¸/ÆÛÁö ¼±ÅÃ" -#: app/tools.c:147 +#: app/tools.c:238 msgid "Select contiguous regions" msgstr "¿¬¼ÓÀûÀÎ ¿µ¿ª ¼±ÅÃ" -#: app/tools.c:159 +#: app/tools.c:260 msgid "Bezier Select" msgstr "º£Áö¾î ¼±ÅÃ" -#: app/tools.c:160 +#: app/tools.c:261 #, fuzzy msgid "/Tools/Select Tools/Bezier Select" msgstr "/µµ±¸/º£Áö¾î ¼±ÅÃ" -#: app/tools.c:165 +#: app/tools.c:266 msgid "Select regions using Bezier curves" msgstr "º£Áö¾î °î¼±À» ÀÌ¿ëÇÏ¿© ¿µ¿ª ¼±ÅÃ" -#: app/tools.c:178 +#: app/tools.c:289 #, fuzzy msgid "/Tools/Select Tools/Intelligent Scissors" msgstr "/µµ±¸/ÁöÀûÀÎ °¡À§" -#: app/tools.c:183 +#: app/tools.c:294 msgid "Select shapes from image" msgstr "À̹ÌÁö¿¡¼­ ¸ð¾ç ¼±ÅÃ" -#: app/tools.c:195 +#: app/tools.c:316 msgid "Move" msgstr "À̵¿" -#: app/tools.c:196 +#: app/tools.c:317 #, fuzzy msgid "/Tools/Transform Tools/Move" msgstr "/µµ±¸/º¯È¯" -#: app/tools.c:201 +#: app/tools.c:322 msgid "Move layers & selections" msgstr "°èÃþ°ú ¼±Åà À̵¿" -#: app/tools.c:213 +#: app/tools.c:344 msgid "Magnify" msgstr "È®´ë" -#: app/tools.c:214 +#: app/tools.c:345 #, fuzzy msgid "/Tools/Transform Tools/Magnify" msgstr "/µµ±¸/º¯È¯" -#: app/tools.c:219 +#: app/tools.c:350 msgid "Zoom in & out" msgstr "È®´ë¿Í Ãà¼Ò" -#: app/tools.c:232 +#: app/tools.c:373 #, fuzzy msgid "/Tools/Transform Tools/Crop & Resize" msgstr "/µµ±¸/ÀÚ¸£°í Å©±â ¹Ù²Ù±â" -#: app/tools.c:237 +#: app/tools.c:378 msgid "Crop or resize the image" msgstr "À̹ÌÁö¸¦ ÀÚ¸£°Å³ª Å©±â ¹Ù²Ù±â" #. the transform type radio buttons -#: app/tools.c:249 app/tools.c:267 app/tools.c:285 app/tools.c:303 +#: app/tools.c:400 app/tools.c:428 app/tools.c:456 app/tools.c:484 #: app/transform_core.c:252 app/transform_tool.c:211 msgid "Transform" msgstr "º¯È¯" -#: app/tools.c:250 +#: app/tools.c:401 #, fuzzy msgid "/Tools/Transform Tools/Transform" msgstr "/µµ±¸/º¯È¯" -#: app/tools.c:255 app/tools.c:273 app/tools.c:291 app/tools.c:309 +#: app/tools.c:406 app/tools.c:434 app/tools.c:462 app/tools.c:490 msgid "Rotation, scaling, shearing, perspective." msgstr "" -#: app/tools.c:321 +#: app/tools.c:512 msgid "Flip" msgstr "µÚÁý±â(Flip)" -#: app/tools.c:322 +#: app/tools.c:513 #, fuzzy msgid "/Tools/Transform Tools/Flip" msgstr "/µµ±¸/º¯È¯" -#: app/tools.c:327 +#: app/tools.c:518 msgid "Flip the layer or selection" msgstr "°èÃþ ȤÀº ¼¿·º¼Ç µÚÁý±â(Flip)" -#: app/tools.c:339 +#: app/tools.c:540 msgid "Text" msgstr "ÅؽºÆ®" -#: app/tools.c:340 +#: app/tools.c:541 msgid "/Tools/Text" msgstr "/µµ±¸/ÅؽºÆ®" -#: app/tools.c:345 +#: app/tools.c:546 msgid "Add text to the image" msgstr "À̹ÌÁö¿¡ ÅؽºÆ® Ãß°¡" -#: app/tools.c:358 +#: app/tools.c:569 msgid "/Tools/Color Picker" msgstr "/µµ±¸/»ö»ó ÃßÃâ" -#: app/tools.c:363 +#: app/tools.c:574 msgid "Pick colors from the image" msgstr "À̹ÌÁö¿¡¼­ »ö»ó ÃßÃâ" -#: app/tools.c:376 +#: app/tools.c:597 #, fuzzy msgid "/Tools/Paint Tools/Bucket Fill" msgstr "/µµ±¸/¹öŶ ä¿ì±â" -#: app/tools.c:381 +#: app/tools.c:602 msgid "Fill with a color or pattern" msgstr "»ö»óÀ̳ª ÆÐÅÏÀ¸·Î ä¿ì±â" -#: app/tools.c:393 +#: app/tools.c:624 msgid "Blend" msgstr "È¥ÇÕÇϱâ" -#: app/tools.c:394 +#: app/tools.c:625 #, fuzzy msgid "/Tools/Paint Tools/Blend" msgstr "/µµ±¸/È¥ÇÕÇϱâ" -#: app/tools.c:399 +#: app/tools.c:630 msgid "Fill with a color gradient" msgstr "»ö°¨º¯È­µµ·Î ä¿ì±â" -#: app/tools.c:412 +#: app/tools.c:653 #, fuzzy msgid "/Tools/Paint Tools/Pencil" msgstr "/µµ±¸/¿¬ÇÊ" -#: app/tools.c:417 +#: app/tools.c:658 msgid "Draw sharp pencil strokes" msgstr "°¡´Â ¿¬ÇÊÀ» ¿òÁ÷¿© ±×¸®±â" -#: app/tools.c:430 +#: app/tools.c:681 #, fuzzy msgid "/Tools/Paint Tools/Paintbrush" msgstr "/µµ±¸/ÆäÀÎÆ®ºê·¯½¬" -#: app/tools.c:435 +#: app/tools.c:686 msgid "Paint fuzzy brush strokes" msgstr "ÆäÀÎÆ® ÆÛÁö(fuzzy) ºê·¯½¬ Çѹø±ß±â" -#: app/tools.c:448 +#: app/tools.c:709 #, fuzzy msgid "/Tools/Paint Tools/Eraser" msgstr "/µµ±¸/Áö¿ì°³" -#: app/tools.c:453 +#: app/tools.c:714 msgid "Erase to background or transparency" msgstr "¹è°æ ȤÀº Åõ¸íÇÔ Áö¿ì±â" -#: app/tools.c:466 +#: app/tools.c:737 #, fuzzy msgid "/Tools/Paint Tools/Airbrush" msgstr "/µµ±¸/ÆäÀÎÆ®ºê·¯½¬" -#: app/tools.c:471 +#: app/tools.c:742 msgid "Airbrush with variable pressure" msgstr "º¯Çϱ⠽¬¿î ¾Ð·ÂÀ» °¡Áø ¿¡¾îºê·¯½¬" -#: app/tools.c:483 +#: app/tools.c:764 msgid "Clone" msgstr "Ŭ·Ð" -#: app/tools.c:484 +#: app/tools.c:765 #, fuzzy msgid "/Tools/Paint Tools/Clone" msgstr "/µµ±¸/Ŭ·Ð" -#: app/tools.c:489 +#: app/tools.c:770 msgid "Paint using patterns or image regions" msgstr "ÆÐÅÏÀ̳ª À̹ÌÁö Áö¿ªÀ» »ç¿ëÇÑ ÆäÀÎÆ®" -#: app/tools.c:501 +#: app/tools.c:792 msgid "Convolve" msgstr "¸»±â(Consolve)" -#: app/tools.c:502 +#: app/tools.c:793 #, fuzzy msgid "/Tools/Paint Tools/Convolve" msgstr "/µµ±¸/¸»±â(Convolve)" -#: app/tools.c:507 +#: app/tools.c:798 msgid "Blur or sharpen" msgstr "È帴ÇÏ°Ô È¤Àº »ÏÁ·ÇÏ°Ô" -#: app/tools.c:519 +#: app/tools.c:820 msgid "Ink" msgstr "À×Å©" -#: app/tools.c:520 +#: app/tools.c:821 #, fuzzy msgid "/Tools/Paint Tools/Ink" msgstr "/µµ±¸/ÆäÀÎÆ®ºê·¯½¬" -#: app/tools.c:525 +#: app/tools.c:826 msgid "Draw in ink" msgstr "À×Å©·Î ±×¸®±â" -#: app/tools.c:538 +#: app/tools.c:849 #, fuzzy msgid "/Tools/Paint Tools/DodgeBurn" msgstr "/µµ±¸/ÇÇÇϱâ Å¿ì±â" -#: app/tools.c:555 app/tools.c:561 +#: app/tools.c:876 app/tools.c:882 msgid "Smudge" msgstr "¾ó·è(smudge)" -#: app/tools.c:556 +#: app/tools.c:877 #, fuzzy msgid "/Tools/Paint Tools/Smudge" msgstr "/µµ±¸/¾ó·è(smudge)" -#: app/tools.c:593 +#: app/tools.c:934 msgid "Measure" msgstr "ÃøÁ¤" -#: app/tools.c:594 +#: app/tools.c:935 msgid "/Tools/Measure" msgstr "/µµ±¸/ÃøÁ¤" -#: app/tools.c:599 +#: app/tools.c:940 msgid "Measure distances and angles" msgstr "°Å¸®¿Í °¢µµ¸¦ ÃøÁ¤" -#: app/tools.c:632 +#: app/tools.c:993 msgid "By Color Select" msgstr "»ö ¼±Åÿ¡ ÀÇÇØ" -#: app/tools.c:633 +#: app/tools.c:994 msgid "/Select/By Color..." msgstr "/¼±ÅÃ/»ö¿¡ ÀÇÇØ..." -#: app/tools.c:638 +#: app/tools.c:999 msgid "Select regions by color" msgstr "»öÀ» ÀÌ¿ëÇÏ¿© ¿µ¿ª ¼±ÅÃ" -#: app/tools.c:651 +#: app/tools.c:1022 msgid "/Image/Colors/Color Balance..." msgstr "/À̹ÌÁö/»ö/»ö»ó ±Õµî..." -#: app/tools.c:656 +#: app/tools.c:1027 msgid "Adjust color balance" msgstr "»ö»ó ±ÕÇü Á¶Á¤" -#: app/tools.c:669 +#: app/tools.c:1050 msgid "/Image/Colors/Brightness-Contrast..." msgstr "/À̹ÌÁö/»ö/¸íµµ´ëºñ..." -#: app/tools.c:674 +#: app/tools.c:1055 msgid "Adjust brightness and contrast" msgstr "¸íµµ´ëºñ Á¶Á¤" -#: app/tools.c:687 +#: app/tools.c:1078 msgid "/Image/Colors/Hue-Saturation..." msgstr "/À̹ÌÁö/»ö/»ö»ó-äµµ..." -#: app/tools.c:692 +#: app/tools.c:1083 msgid "Adjust hue and saturation" msgstr "»ö»ó°ú äµµ Á¶Á¤" -#: app/tools.c:705 +#: app/tools.c:1106 msgid "/Image/Colors/Posterize..." msgstr "/À̹ÌÁö/»ö/Æ÷½ºÅͶóÀÌÁî..." -#: app/tools.c:710 +#: app/tools.c:1111 msgid "Reduce image to a fixed numer of colors" msgstr "°íÁ¤µÈ »ö ¼ö·Î À̹ÌÁö¸¦ Ãà¼Ò" -#: app/tools.c:723 +#: app/tools.c:1134 msgid "/Image/Colors/Threshold..." msgstr "/À̹ÌÁö/»ö/¹ß´Ü±Ô¸ð(Threshold)..." -#: app/tools.c:728 +#: app/tools.c:1139 msgid "Reduce image to two colors using a threshold" msgstr "" -#: app/tools.c:741 +#: app/tools.c:1162 msgid "/Image/Colors/Curves..." msgstr "/À̹ÌÁö/»ö/°î¼±..." -#: app/tools.c:746 +#: app/tools.c:1167 msgid "Adjust color curves" msgstr "»ö °î¼± Á¶Á¤" -#: app/tools.c:759 +#: app/tools.c:1190 msgid "/Image/Colors/Levels..." msgstr "/À̹ÌÁö/»ö/°èÃþ..." -#: app/tools.c:764 +#: app/tools.c:1195 msgid "Adjust color levels" msgstr "»ö ·¹º§ Á¶Á¤" -#: app/tools.c:777 +#: app/tools.c:1218 msgid "/Image/Histogram..." msgstr "/À̹ÌÁö/È÷½ºÅä±×·¥..." -#: app/tools.c:782 +#: app/tools.c:1223 msgid "View image histogram" msgstr "À̹ÌÁö È÷½ºÅä±×·¥ Á¶±â" @@ -5576,7 +5599,7 @@ msgstr "" "º¯ÇüÀº °èÃþ ¸¶½ºÅ©°¡ Æ÷ÇÔµÈ °èÃþµé¿¡¼­´Â\n" "ÀÛµ¿ÇÏÁö ¾Ê½À´Ï´Ù." -#: app/transform_core.c:1616 +#: app/transform_core.c:1604 msgid "Transformation" msgstr "º¯È¯" @@ -5639,191 +5662,191 @@ msgstr " msgid "Clip Result" msgstr "°á°ú Ŭ¸³" -#: app/undo.c:2889 +#: app/undo.c:2871 #, c-format msgid "Can't undo %s" msgstr "%s¸¦ Ãë¼ÒÇÒ ¼ö ¾ø½À´Ï´Ù" -#: app/undo.c:2920 +#: app/undo.c:2902 msgid "<>" msgstr "<<¹«È¿>>" -#: app/undo.c:2921 +#: app/undo.c:2903 msgid "image" msgstr "À̹ÌÁö" -#: app/undo.c:2922 +#: app/undo.c:2904 msgid "image mod" msgstr "À̹ÌÁö mod" -#: app/undo.c:2923 +#: app/undo.c:2905 msgid "mask" msgstr "¸¶½ºÅ©" -#: app/undo.c:2924 +#: app/undo.c:2906 msgid "layer move" msgstr "°èÃþ À̵¿" #. ok -#: app/undo.c:2925 +#: app/undo.c:2907 msgid "transform" msgstr "º¯È¯" -#: app/undo.c:2926 +#: app/undo.c:2908 msgid "paint" msgstr "ÆäÀÎÆ®" -#: app/undo.c:2927 +#: app/undo.c:2909 msgid "new layer" msgstr "»õ °èÃþ" -#: app/undo.c:2928 +#: app/undo.c:2910 msgid "delete layer" msgstr "°èÃþ »èÁ¦" -#: app/undo.c:2929 +#: app/undo.c:2911 msgid "layer mod" msgstr "°èÃþ mod" -#: app/undo.c:2930 +#: app/undo.c:2912 msgid "add layer mask" msgstr "°èÃþ ¸¶½ºÅ© Ãß°¡" #. ok -#: app/undo.c:2931 +#: app/undo.c:2913 msgid "delete layer mask" msgstr "°èÃþ ¸¶½ºÅ© »èÁ¦" #. ok -#: app/undo.c:2932 +#: app/undo.c:2914 msgid "rename layer" msgstr "°èÃþ¸í º¯°æ" -#: app/undo.c:2933 +#: app/undo.c:2915 msgid "layer reposition" msgstr "°èÃþ À§Ä¡¹Ù²Þ" #. ok -#: app/undo.c:2934 +#: app/undo.c:2916 msgid "new channel" msgstr "»õ ä³Î" -#: app/undo.c:2935 +#: app/undo.c:2917 msgid "delete channel" msgstr "ä³Î »èÁ¦" -#: app/undo.c:2936 +#: app/undo.c:2918 msgid "channel mod" msgstr "ä³Î mod" -#: app/undo.c:2937 +#: app/undo.c:2919 msgid "FS to layer" msgstr "FS to layer" #. ok -#: app/undo.c:2938 +#: app/undo.c:2920 msgid "gimage" msgstr "gimage" -#: app/undo.c:2939 +#: app/undo.c:2921 msgid "FS rigor" msgstr "FS rigor" -#: app/undo.c:2940 +#: app/undo.c:2922 msgid "FS relax" msgstr "FS relax" -#: app/undo.c:2941 +#: app/undo.c:2923 msgid "guide" msgstr "°¡À̵å" -#: app/undo.c:2942 +#: app/undo.c:2924 msgid "text" msgstr "ÅؽºÆ®" -#: app/undo.c:2943 +#: app/undo.c:2925 msgid "float selection" msgstr "À¯µ¿Àû ¼¿·º¼Ç" -#: app/undo.c:2944 +#: app/undo.c:2926 msgid "paste" msgstr "ºÙÀ̱â" -#: app/undo.c:2945 +#: app/undo.c:2927 msgid "cut" msgstr "ÀÚ¸£±â" -#: app/undo.c:2946 +#: app/undo.c:2928 msgid "transform core" msgstr "ÄÚ¾î º¯È¯" -#: app/undo.c:2947 +#: app/undo.c:2929 msgid "paint core" msgstr "ÄÚ¾î ÆäÀÎÆ®" -#: app/undo.c:2948 +#: app/undo.c:2930 msgid "floating layer" msgstr "À¯µ¿Àû °èÃþ" #. unused! -#: app/undo.c:2949 +#: app/undo.c:2931 msgid "linked layer" msgstr "¿¬°áµÈ °èÃþ" -#: app/undo.c:2950 +#: app/undo.c:2932 msgid "apply layer mask" msgstr "°èÃþ ¸¶½ºÅ© Àû¿ë" #. ok -#: app/undo.c:2951 +#: app/undo.c:2933 msgid "layer merge" msgstr "°èÃþ ¸ÓÁö" -#: app/undo.c:2952 +#: app/undo.c:2934 msgid "FS anchor" msgstr "FS anchor" -#: app/undo.c:2953 +#: app/undo.c:2935 msgid "gimage mod" msgstr "gimage mod" -#: app/undo.c:2954 +#: app/undo.c:2936 msgid "crop" msgstr "crop" -#: app/undo.c:2955 +#: app/undo.c:2937 msgid "layer scale" msgstr "°èÃþ ½ºÄÉÀÏ" -#: app/undo.c:2956 +#: app/undo.c:2938 msgid "layer resize" msgstr "°èÃþ Å©±âÁ¶Á¤" -#: app/undo.c:2957 +#: app/undo.c:2939 msgid "quickmask" msgstr "quickmask" -#: app/undo.c:2958 +#: app/undo.c:2940 msgid "attach parasite" msgstr "" -#: app/undo.c:2959 +#: app/undo.c:2941 msgid "remove parasite" msgstr "" -#: app/undo.c:2960 +#: app/undo.c:2942 msgid "resolution change" msgstr "ÇØ»óµµ ¹Ù²Ù±â" -#: app/undo.c:2961 +#: app/undo.c:2943 msgid "image scale" msgstr "À̹ÌÁö ½ºÄÉÀÏ" -#: app/undo.c:2962 +#: app/undo.c:2944 msgid "image resize" msgstr "À̹ÌÁö Å©±âÁ¶Á¤" -#: app/undo.c:2963 +#: app/undo.c:2945 msgid "misc" msgstr "±âŸ" @@ -6216,74 +6239,74 @@ msgstr " msgid "Click \"Continue\" to create your personal GIMP directory." msgstr "" -#: app/user_install.c:754 +#: app/user_install.c:755 #, fuzzy, c-format msgid "" "For a proper GIMP installation, a subdirectory named\n" "%s needs to be created." msgstr "Á¤È®ÇÏ°Ô GIMP¸¦ ¼³Ä¡Çϱâ À§ÇØ ¼­ºê µð·ºÅ丮¿¡ µé¾î°¬½À´Ï´Ù.\n" -#: app/user_install.c:760 +#: app/user_install.c:761 msgid "" "This subdirectory will contain a number of important files.\n" "Click on one of the files or subdirectories in the tree\n" "to get more information about the selected item." msgstr "" -#: app/user_install.c:844 +#: app/user_install.c:845 #, fuzzy msgid "User Installation Log" msgstr "" "»ç¿ëÀÚ ¼³Ä¡ ·Î±×\n" "\n" -#: app/user_install.c:850 +#: app/user_install.c:851 msgid "GIMP Performance Tuning" msgstr "" -#: app/user_install.c:851 +#: app/user_install.c:852 msgid "Click \"Continue\" to accept the settings above." msgstr "" -#: app/user_install.c:854 +#: app/user_install.c:855 msgid "For optimal GIMP performance, some settings may have to be adjusted." msgstr "" -#: app/user_install.c:863 +#: app/user_install.c:864 #, fuzzy msgid "Monitor Resolution" msgstr "¸ð´ÏÅÍ ÇØ»óµµ ¾ò±â" -#: app/user_install.c:864 +#: app/user_install.c:865 msgid "Click \"Continue\" to start The GIMP." msgstr "" -#: app/user_install.c:867 +#: app/user_install.c:868 msgid "" "To display images in their natural size, GIMP needs to know your monitor " "resolution." msgstr "" -#: app/user_install.c:876 +#: app/user_install.c:877 #, fuzzy msgid "Aborting Installation..." msgstr "" "»ç¿ëÀÚ ¼³Ä¡ ·Î±×\n" "\n" -#: app/user_install.c:946 +#: app/user_install.c:947 #, fuzzy msgid "does not exist. Cannot install." msgstr "´Â Á¸Àç ÇÏÁö ¾Ê½À´Ï´Ù. ¼³Ä¡ÇÒ ¼ö ¾ø½À´Ï´Ù.\n" -#: app/user_install.c:958 +#: app/user_install.c:959 #, fuzzy msgid "has invalid permissions. Cannot install." msgstr "" "´Â ¿ÇÁö¾ÊÀº ±ÇÇÑÀ» °®°í ÀÖ½À´Ï´Ù.\n" "¼³Ä¡ÇÒ ¼ö ¾ø½À´Ï´Ù." -#: app/user_install.c:996 +#: app/user_install.c:997 #, fuzzy msgid "" "Did you notice any error messages in the console window?\n" @@ -6295,7 +6318,7 @@ msgstr "" "¿¡·¯°¡ ³µ´Ù¸é, Á¾·áÇÏ½Ã°í ¿Ö ¿¡·¯°¡ ³µ´ÂÁö¸¦\n" "ã¾Æº¸½Ã±â ¹Ù¶ø´Ï´Ù...\n" -#: app/user_install.c:1052 +#: app/user_install.c:1053 #, fuzzy msgid "" "Did you notice any error messages in the lines above?\n" @@ -6307,25 +6330,25 @@ msgstr "" "¿¡·¯°¡ ³µ´Ù¸é, Á¾·áÇÏ½Ã°í ¿Ö ¿¡·¯°¡ ³µ´ÂÁö¸¦\n" "ã¾Æº¸½Ã±â ¹Ù¶ø´Ï´Ù...\n" -#: app/user_install.c:1064 +#: app/user_install.c:1065 msgid "Click \"Continue\" to complete GIMP installation." msgstr "" -#: app/user_install.c:1069 +#: app/user_install.c:1070 #, fuzzy msgid "Installation failed. Contact system administrator." msgstr "" "\n" "¼³Ä¡ ½ÇÆÐ. ½Ã½ºÅÛ °ü¸®ÀÚ¸¦ ¸¸³ªº¸½Ê½Ã¿À.\n" -#: app/user_install.c:1090 +#: app/user_install.c:1091 msgid "" "GIMP uses a limited amount of memory to store image data, the so-called\n" "\"Tile Cache\". You should adjust it's size to fit into memory. Consider\n" "the amount of memory used by other running processes." msgstr "" -#: app/user_install.c:1115 +#: app/user_install.c:1116 msgid "" "All image and undo data which doesn't fit into the Tile Cache will be\n" "written to a swap file. This file should be located on a local filesystem\n" @@ -6333,57 +6356,57 @@ msgid "" "may want to use the system-wide temp-dir (\"/tmp\" or \"/var/tmp\")." msgstr "" -#: app/user_install.c:1129 +#: app/user_install.c:1130 #, fuzzy msgid "Swap Directory:" msgstr "½º¿Ò µð·ºÅ丮:" -#: app/user_install.c:1182 +#: app/user_install.c:1183 #, fuzzy msgid "Calibrate Monitor Resolution" msgstr "¸ð´ÏÅÍ ÇØ»óµµ ¾ò±â" -#: app/user_install.c:1290 +#: app/user_install.c:1291 msgid "Measure the rulers and enter their lengths below." msgstr "" -#: app/user_install.c:1305 +#: app/user_install.c:1306 #, fuzzy msgid "Horizontal:" msgstr "¼öÆò" -#: app/user_install.c:1310 +#: app/user_install.c:1311 #, fuzzy msgid "Vertical:" msgstr "¼öÁ÷" -#: app/user_install.c:1351 +#: app/user_install.c:1352 msgid "" "GIMP can obtain this information from your X-server.\n" "However, most X-servers do not return useful values." msgstr "" -#: app/user_install.c:1358 +#: app/user_install.c:1359 #, fuzzy, c-format msgid "Get Resolution from X-server (Currently %d x %d dpi)" msgstr "(ÇöÀç %d x %d dpi)" -#: app/user_install.c:1372 +#: app/user_install.c:1373 msgid "Alternatively, you can set the monitor resolution manually." msgstr "" -#: app/user_install.c:1385 +#: app/user_install.c:1386 #, fuzzy msgid "Monitor Resolution X:" msgstr "¸ð´ÏÅÍ ÇØ»óµµ ¾ò±â" -#: app/user_install.c:1421 +#: app/user_install.c:1422 msgid "" "You can also press the \"Calibrate\" button to open a window\n" "which lets you determine your monitor resolution interactively." msgstr "" -#: app/user_install.c:1428 +#: app/user_install.c:1429 msgid "Calibrate" msgstr "" @@ -6457,6 +6480,9 @@ msgstr " msgid "Color History" msgstr "»ö»ó ÃßÃâ" +#~ msgid "From X Server" +#~ msgstr "X ¼­¹ö·Î ºÎÅÍ" + #~ msgid "/Tools/Magnify" #~ msgstr "/µµ±¸/È®´ë" diff --git a/po/nl.po b/po/nl.po index 6ac1934a8f..1d27759377 100644 --- a/po/nl.po +++ b/po/nl.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: gimp 1.1.19\n" -"POT-Creation-Date: 2000-05-27 21:18-0700\n" +"POT-Creation-Date: 2000-06-18 19:40-0700\n" "PO-Revision-Date: 2000-04-04 23:30+0100\n" "Last-Translator: Gert Dewit \n" "Language-Team: Dutch \n" @@ -14,21 +14,21 @@ msgstr "" "Content-Type: text/plain; charset=iso-8859-1\n" "Content-Transfer-Encoding: 8bit\n" -#: app/about_dialog.c:192 +#: app/about_dialog.c:256 msgid "About the GIMP" msgstr "Over de GIMP" #. this is a font, provide only one single font definition -#: app/about_dialog.c:243 +#: app/about_dialog.c:307 msgid "-*-helvetica-medium-r-normal--*-140-*-*-*-*-*-*" msgstr "-*-helvetica-medium-r-normal--*-140-*-*-*-*-*-*" -#: app/about_dialog.c:253 +#: app/about_dialog.c:317 #, c-format msgid "Version %s brought to you by" msgstr "Versie %s, u gebracht door" -#: app/about_dialog.c:293 +#: app/about_dialog.c:357 msgid "Please visit http://www.gimp.org/ for more info" msgstr "Gelieve http://www.gimp.org/ te bezoeken voor meer info" @@ -45,7 +45,7 @@ msgstr "Druk: " msgid "-*-helvetica-bold-r-normal--*-140-*-*-*-*-*-*" msgstr "-*-helvetica-bold-r-normal--*-140-*-*-*-*-*-*" -#: app/app_procs.c:278 app/app_procs.c:280 app/interface.c:560 +#: app/app_procs.c:278 app/app_procs.c:280 app/interface.c:558 msgid "The GIMP" msgstr "De GIMP" @@ -62,7 +62,7 @@ msgstr "u gebracht door" msgid "GIMP Startup" msgstr "Opstarten van GIMP" -#: app/app_procs.c:492 app/gimprc.c:446 +#: app/app_procs.c:492 app/gimprc.c:452 #, c-format msgid "parsing \"%s\"\n" msgstr "bezig met parsen van \"%s\"\n" @@ -77,22 +77,22 @@ msgid "Parasites" msgstr "Parasieten" #. initialize the global parasite table -#: app/app_procs.c:556 app/internal_procs.c:71 app/preferences_dialog.c:2461 +#: app/app_procs.c:556 app/internal_procs.c:71 app/preferences_dialog.c:2493 msgid "Brushes" msgstr "Penselen" #. initialize the list of gimp brushes -#: app/app_procs.c:558 app/internal_procs.c:143 app/preferences_dialog.c:2469 +#: app/app_procs.c:558 app/internal_procs.c:140 app/preferences_dialog.c:2501 msgid "Patterns" msgstr "Patronen" #. initialize the list of gimp patterns -#: app/app_procs.c:560 app/preferences_dialog.c:2473 +#: app/app_procs.c:560 app/preferences_dialog.c:2505 msgid "Palettes" msgstr "Paletten" #. initialize the list of gimp palettes -#: app/app_procs.c:562 app/internal_procs.c:113 app/preferences_dialog.c:2477 +#: app/app_procs.c:562 app/internal_procs.c:104 app/preferences_dialog.c:2509 msgid "Gradients" msgstr "Gradiënten" @@ -121,12 +121,12 @@ msgstr "Afsluiten" #: app/curves.c:562 app/file_new_dialog.c:207 app/file_new_dialog.c:357 #: app/gdisplay_color_ui.c:135 app/gdisplay_ops.c:305 app/gimpprogress.c:112 #: app/global_edit.c:772 app/gradient.c:1768 app/gradient.c:4840 -#: app/gradient.c:5401 app/hue_saturation.c:374 app/interface.c:1027 -#: app/layers_dialog.c:3478 app/layers_dialog.c:3660 app/layers_dialog.c:3752 -#: app/layers_dialog.c:4012 app/levels.c:340 app/palette.c:1826 -#: app/posterize.c:202 app/preferences_dialog.c:1455 app/qmask.c:281 +#: app/gradient.c:5401 app/hue_saturation.c:374 app/interface.c:1039 +#: app/layers_dialog.c:3484 app/layers_dialog.c:3666 app/layers_dialog.c:3761 +#: app/layers_dialog.c:4021 app/levels.c:341 app/palette.c:1826 +#: app/posterize.c:202 app/preferences_dialog.c:1465 app/qmask.c:278 #: app/resize.c:194 app/resize.c:1326 app/threshold.c:275 -#: app/user_install.c:548 app/user_install.c:1190 modules/cdisplay_gamma.c:332 +#: app/user_install.c:548 app/user_install.c:1191 modules/cdisplay_gamma.c:332 #: modules/cdisplay_highcontrast.c:325 msgid "Cancel" msgstr "Annuleren" @@ -139,11 +139,11 @@ msgstr "Bezier pad is al gesloten" msgid "Corrupt curve" msgstr "Slechte curve" -#: app/bezier_select.c:2941 +#: app/bezier_select.c:2995 msgid "Curve not closed!" msgstr "Curve niet gesloten !" -#: app/bezier_select.c:3228 app/gimage_mask.c:618 +#: app/bezier_select.c:3282 app/gimage_mask.c:620 msgid "Paintbrush operation failed." msgstr "Penseeloperatie mislukt." @@ -171,7 +171,7 @@ msgstr "Aangepast gradi msgid "Blend:" msgstr "Meng:" -#: app/blend.c:320 app/gradient.c:532 app/preferences_dialog.c:2201 +#: app/blend.c:320 app/gradient.c:532 app/preferences_dialog.c:2233 msgid "Linear" msgstr "Lineair" @@ -219,7 +219,7 @@ msgstr "Spiraalvormig (tegenwijzerszin)" msgid "Gradient:" msgstr "Gradiënt :" -#: app/blend.c:342 app/by_color_select.c:817 app/preferences_dialog.c:1810 +#: app/blend.c:342 app/by_color_select.c:838 app/preferences_dialog.c:1820 msgid "None" msgstr "Geen" @@ -267,7 +267,8 @@ msgstr "Mengen..." msgid "Blend: " msgstr "Meng:" -#: app/brightness_contrast.c:127 app/brightness_contrast.c:209 app/tools.c:668 +#: app/brightness_contrast.c:127 app/brightness_contrast.c:209 +#: app/tools.c:1049 msgid "Brightness-Contrast" msgstr "Helderheid-Contrast" @@ -280,19 +281,19 @@ msgstr "Helderheid-Contrast werkt niet op ge #: app/color_balance.c:271 app/color_notebook.c:123 app/convert.c:504 #: app/curves.c:558 app/file_new_dialog.c:207 app/file_new_dialog.c:353 #: app/gdisplay_color_ui.c:133 app/gimpui.c:122 app/hue_saturation.c:370 -#: app/layers_dialog.c:3476 app/layers_dialog.c:3658 app/layers_dialog.c:3750 -#: app/layers_dialog.c:4010 app/levels.c:336 app/module_db.c:314 -#: app/posterize.c:198 app/preferences_dialog.c:1451 app/qmask.c:279 +#: app/layers_dialog.c:3482 app/layers_dialog.c:3664 app/layers_dialog.c:3759 +#: app/layers_dialog.c:4019 app/levels.c:337 app/module_db.c:314 +#: app/posterize.c:198 app/preferences_dialog.c:1461 app/qmask.c:276 #: app/resize.c:192 app/resize.c:1326 app/threshold.c:271 -#: app/user_install.c:1188 modules/cdisplay_gamma.c:330 +#: app/user_install.c:1189 modules/cdisplay_gamma.c:330 #: modules/cdisplay_highcontrast.c:323 msgid "OK" msgstr "" -#: app/brightness_contrast.c:216 app/by_color_select.c:694 +#: app/brightness_contrast.c:216 app/by_color_select.c:715 #: app/color_balance.c:273 app/curves.c:560 app/file_new_dialog.c:355 -#: app/hue_saturation.c:372 app/levels.c:338 app/posterize.c:200 -#: app/threshold.c:273 app/tools.c:1085 app/transform_core.c:406 +#: app/hue_saturation.c:372 app/levels.c:339 app/posterize.c:200 +#: app/threshold.c:273 app/tools.c:1542 app/transform_core.c:406 #: modules/colorsel_water.c:634 msgid "Reset" msgstr "Reset" @@ -311,7 +312,7 @@ msgstr "Aantal :" #. The preview toggle #: app/brightness_contrast.c:300 app/color_balance.c:441 app/curves.c:682 -#: app/fileops.c:401 app/hue_saturation.c:562 app/levels.c:569 +#: app/fileops.c:401 app/hue_saturation.c:562 app/levels.c:570 #: app/palette.c:3236 app/posterize.c:239 app/threshold.c:348 msgid "Preview" msgstr "" @@ -321,15 +322,15 @@ msgid "Brush Editor" msgstr "Penseel Editor" #. The close button -#: app/brush_edit.c:216 app/brush_select.c:281 app/by_color_select.c:696 +#: app/brush_edit.c:216 app/brush_select.c:281 app/by_color_select.c:717 #: app/color_notebook.c:123 app/color_picker.c:297 app/colormap_dialog.i.c:173 -#: app/crop.c:1054 app/devices.c:755 app/docindex.c:773 app/errorconsole.c:281 +#: app/crop.c:1068 app/devices.c:755 app/docindex.c:773 app/errorconsole.c:281 #: app/gdisplay_ops.c:305 app/gradient.c:800 app/gradient_select.c:153 -#: app/histogram_tool.c:276 app/info_window.c:255 app/lc_dialog.c:195 +#: app/histogram_tool.c:275 app/info_window.c:255 app/lc_dialog.c:195 #: app/measure.c:321 app/nav_window.c:1344 app/palette.c:2072 #: app/palette.c:2088 app/palette.c:3118 app/palette_select.c:66 -#: app/pattern_select.c:172 app/preferences_dialog.c:364 app/tips_dialog.c:160 -#: app/tools.c:1087 app/undo_history.c:752 +#: app/pattern_select.c:172 app/preferences_dialog.c:367 app/tips_dialog.c:160 +#: app/tools.c:1544 app/undo_history.c:752 msgid "Close" msgstr "Sluit" @@ -364,7 +365,7 @@ msgstr "Hernieuw" msgid "No Brushes available" msgstr "" -#: app/brush_select.c:448 app/layers_dialog.c:412 app/tool_options.c:526 +#: app/brush_select.c:448 app/layers_dialog.c:413 app/tool_options.c:526 msgid "Opacity:" msgstr "Ondoorzichtigheid" @@ -427,55 +428,55 @@ msgstr "Patroon Opvullen" msgid "Bucket Fill operation failed." msgstr "" -#: app/bucket_fill.c:347 +#: app/bucket_fill.c:351 msgid "No available patterns for this operation." msgstr "Geen beschikbare patronen voor deze bewerking." #. The shell and main vbox -#: app/by_color_select.c:689 +#: app/by_color_select.c:710 msgid "By Color Selection" msgstr "Door Kleurselectie" -#: app/by_color_select.c:745 +#: app/by_color_select.c:766 msgid "Inactive" msgstr "Inactief" -#: app/by_color_select.c:753 +#: app/by_color_select.c:774 msgid "Selection Mode" msgstr "Selectiemodus" -#: app/by_color_select.c:758 app/paint_funcs.c:100 +#: app/by_color_select.c:779 app/paint_funcs.c:101 msgid "Replace" msgstr "Vervangen" -#: app/by_color_select.c:760 app/colormap_dialog.i.c:130 +#: app/by_color_select.c:781 app/colormap_dialog.i.c:130 #: app/gdisplay_color_ui.c:120 msgid "Add" msgstr "Toevoegen" -#: app/by_color_select.c:761 app/layers_dialog.c:380 app/tool_options.c:926 +#: app/by_color_select.c:782 app/layers_dialog.c:380 app/tool_options.c:926 msgid "Subtract" msgstr "" -#: app/by_color_select.c:762 +#: app/by_color_select.c:783 msgid "Intersect" msgstr "Intersectie" -#: app/by_color_select.c:773 +#: app/by_color_select.c:794 msgid "Fuzziness Threshold" msgstr "" -#: app/by_color_select.c:792 +#: app/by_color_select.c:813 #, fuzzy msgid "Selection" msgstr "Selectie :" -#: app/by_color_select.c:803 +#: app/by_color_select.c:824 #, fuzzy msgid "Invert" msgstr "Converteren" -#: app/by_color_select.c:810 +#: app/by_color_select.c:831 msgid "All" msgstr "" @@ -484,7 +485,7 @@ msgid "copy" msgstr "kopieer" #. formulate the new layer_mask name -#: app/channel.c:196 app/gradient.c:1599 app/layer.c:329 app/layer.c:1745 +#: app/channel.c:196 app/gradient.c:1599 app/layer.c:329 app/layer.c:1746 #, c-format msgid "%s copy" msgstr "" @@ -502,9 +503,9 @@ msgstr "" msgid "Offset X:" msgstr "" -#: app/channel_ops.c:115 app/crop.c:1063 app/file_new_dialog.c:530 +#: app/channel_ops.c:115 app/crop.c:1077 app/file_new_dialog.c:530 #: app/resize.c:343 app/resize.c:435 app/resize.c:572 app/rotate_tool.c:106 -#: app/scale_tool.c:100 app/shear_tool.c:82 app/user_install.c:1391 +#: app/scale_tool.c:100 app/shear_tool.c:82 app/user_install.c:1392 msgid "Y:" msgstr "" @@ -513,12 +514,12 @@ msgstr "" msgid "Wrap Around" msgstr "" -#: app/channel_ops.c:174 app/image_new.c:76 app/image_new.c:291 -#: app/layers_dialog.c:3578 +#: app/channel_ops.c:174 app/image_new.c:76 app/image_new.c:290 +#: app/layers_dialog.c:3584 msgid "Background" msgstr "Achtergrond" -#: app/channel_ops.c:175 app/image_new.c:86 app/layers_dialog.c:3580 +#: app/channel_ops.c:175 app/image_new.c:86 app/layers_dialog.c:3586 msgid "Transparent" msgstr "Transparant" @@ -558,17 +559,17 @@ msgid "Empty Channel Copy" msgstr "Kanaal kopie leegmaken" #: app/channels_dialog.c:1433 app/color_balance.c:343 app/color_select.c:250 -#: app/curves.c:583 app/histogram_tool.c:304 app/levels.c:369 +#: app/curves.c:583 app/histogram_tool.c:303 app/levels.c:370 msgid "Red" msgstr "Rood" #: app/channels_dialog.c:1437 app/color_balance.c:368 app/color_select.c:251 -#: app/curves.c:584 app/histogram_tool.c:305 app/levels.c:370 +#: app/curves.c:584 app/histogram_tool.c:304 app/levels.c:371 msgid "Green" msgstr "Groen" #: app/channels_dialog.c:1441 app/color_balance.c:393 app/color_select.c:252 -#: app/curves.c:585 app/histogram_tool.c:306 app/levels.c:371 +#: app/curves.c:585 app/histogram_tool.c:305 app/levels.c:372 msgid "Blue" msgstr "Blauw" @@ -631,7 +632,7 @@ msgid "No patterns available for this operation." msgstr "Geen patronen beschikbaar voor deze operatie." #. The shell and main vbox -#: app/color_balance.c:168 app/color_balance.c:266 app/tools.c:650 +#: app/color_balance.c:168 app/color_balance.c:266 app/tools.c:1021 msgid "Color Balance" msgstr "Kleurbalans" @@ -683,7 +684,7 @@ msgstr "Kleurselectie" msgid "Revert to Old Color" msgstr "Keer Terug naar Oude Kleur" -#: app/color_picker.c:144 app/color_picker.c:248 app/tools.c:357 +#: app/color_picker.c:144 app/color_picker.c:248 app/tools.c:568 msgid "Color Picker" msgstr "Kleurpikker" @@ -724,14 +725,14 @@ msgstr "Index :" msgid "Hex Triplet" msgstr "Hex Triple" -#: app/color_picker.c:272 app/histogram_tool.c:260 +#: app/color_picker.c:272 app/histogram_tool.c:259 msgid "Intensity:" msgstr "Intensiteit :" -#: app/color_picker.c:626 app/color_picker.c:627 app/color_picker.c:628 -#: app/color_picker.c:629 app/color_picker.c:630 app/color_picker.c:631 -#: app/color_picker.c:632 app/color_picker.c:644 app/color_picker.c:651 -#: app/color_picker.c:669 app/color_picker.c:684 app/info_window.c:185 +#: app/color_picker.c:632 app/color_picker.c:633 app/color_picker.c:634 +#: app/color_picker.c:635 app/color_picker.c:636 app/color_picker.c:637 +#: app/color_picker.c:638 app/color_picker.c:650 app/color_picker.c:657 +#: app/color_picker.c:675 app/color_picker.c:690 app/info_window.c:185 #: app/info_window.c:191 app/info_window.c:197 app/info_window.c:203 #: app/info_window.c:422 app/info_window.c:423 app/info_window.c:424 #: app/info_window.c:425 app/info_window.c:447 @@ -762,18 +763,18 @@ msgstr "G" msgid "B" msgstr "B" -#: app/color_select.c:247 app/layers_dialog.c:383 app/paint_funcs.c:94 +#: app/color_select.c:247 app/layers_dialog.c:383 app/paint_funcs.c:95 #: app/tool_options.c:929 msgid "Hue" msgstr "Hue" -#: app/color_select.c:248 app/layers_dialog.c:384 app/paint_funcs.c:95 +#: app/color_select.c:248 app/layers_dialog.c:384 app/paint_funcs.c:96 #: app/tool_options.c:930 msgid "Saturation" msgstr "Saturatie" -#: app/color_select.c:249 app/curves.c:582 app/histogram_tool.c:303 -#: app/layers_dialog.c:386 app/levels.c:368 app/paint_funcs.c:97 +#: app/color_select.c:249 app/curves.c:582 app/histogram_tool.c:302 +#: app/layers_dialog.c:386 app/levels.c:369 app/paint_funcs.c:98 #: app/tool_options.c:932 msgid "Value" msgstr "Waarde" @@ -921,7 +922,7 @@ msgstr "" msgid "Sharpen" msgstr "Scherp" -#: app/crop.c:178 app/tools.c:231 +#: app/crop.c:178 app/tools.c:372 msgid "Crop & Resize" msgstr "" @@ -939,11 +940,11 @@ msgstr "" msgid "Tool Toggle" msgstr "" -#: app/crop.c:215 app/crop.c:1050 +#: app/crop.c:215 app/crop.c:1064 msgid "Crop" msgstr "Knip" -#: app/crop.c:217 app/crop.c:1052 +#: app/crop.c:217 app/crop.c:1066 msgid "Resize" msgstr "" @@ -951,42 +952,42 @@ msgstr "" msgid "Crop: " msgstr "Knip : " -#: app/crop.c:1023 +#: app/crop.c:1037 msgid "Crop: 0 x 0" msgstr "Knip: 0 x 0" #. create the info dialog -#: app/crop.c:1044 +#: app/crop.c:1058 msgid "Crop & Resize Information" msgstr "Knip Informatie" #. add the information fields -#: app/crop.c:1060 +#: app/crop.c:1074 msgid "Origin X:" msgstr "X Bron: " #. the pixel size labels -#: app/crop.c:1076 app/file_new_dialog.c:389 app/file_new_dialog.c:407 +#: app/crop.c:1090 app/file_new_dialog.c:389 app/file_new_dialog.c:407 #: app/tool_options.c:348 msgid "Width:" msgstr "Breedte: " -#: app/crop.c:1079 app/file_new_dialog.c:395 app/file_new_dialog.c:413 -#: app/layers_dialog.c:3519 app/resize.c:253 app/resize.c:278 app/resize.c:509 +#: app/crop.c:1093 app/file_new_dialog.c:395 app/file_new_dialog.c:413 +#: app/layers_dialog.c:3525 app/resize.c:253 app/resize.c:278 app/resize.c:509 #: app/scale_tool.c:79 app/scale_tool.c:86 app/tool_options.c:364 msgid "Height:" msgstr "Hoogte: " -#: app/crop.c:1101 +#: app/crop.c:1115 msgid "From Selection" msgstr "Van selectie" -#: app/crop.c:1107 +#: app/crop.c:1121 msgid "Auto Shrink" msgstr "Autokrimp" #. The shell and main vbox -#: app/curves.c:393 app/curves.c:553 app/tools.c:740 +#: app/curves.c:393 app/curves.c:553 app/tools.c:1161 msgid "Curves" msgstr "Curves" @@ -998,7 +999,7 @@ msgstr "Curves voor geindexeerde tekeningen kunnen niet aangepast worden." msgid "Modify Curves for Channel:" msgstr "Verander Curves voor Kanaal: " -#: app/curves.c:586 app/levels.c:372 +#: app/curves.c:586 app/levels.c:373 msgid "Alpha" msgstr "" @@ -1015,12 +1016,12 @@ msgstr "" msgid "Free" msgstr "" -#: app/curves.c:699 app/levels.c:597 app/module_db.c:864 +#: app/curves.c:699 app/levels.c:598 app/module_db.c:864 msgid "Load" msgstr "Laad" -#: app/curves.c:707 app/devices.c:753 app/levels.c:607 app/palette.c:2068 -#: app/preferences_dialog.c:362 app/preferences_dialog.c:1453 +#: app/curves.c:707 app/devices.c:753 app/levels.c:608 app/palette.c:2068 +#: app/preferences_dialog.c:365 app/preferences_dialog.c:1463 msgid "Save" msgstr "Bewaar" @@ -1032,12 +1033,12 @@ msgstr "Laad curves" msgid "Save Curves" msgstr "Bewaar curves" -#: app/curves.c:1578 +#: app/curves.c:1579 msgid "Load/Save Curves" msgstr "Laad/Bewaar Bezier curves" -#: app/curves.c:1623 app/curves.c:1641 app/levels.c:1429 app/levels.c:1447 -#: app/paths_dialog.c:1902 +#: app/curves.c:1624 app/curves.c:1642 app/levels.c:1441 app/levels.c:1459 +#: app/paths_dialog.c:1905 #, c-format msgid "Unable to open file %s" msgstr "Kan bestand %s niet openen" @@ -1050,7 +1051,7 @@ msgstr "Desatureren werkt enkel op RGB kleurentekeningen." msgid "Device Status" msgstr "Apperaat Status" -#: app/disp_callbacks.c:813 app/global_edit.c:297 app/global_edit.c:303 +#: app/disp_callbacks.c:816 app/global_edit.c:297 app/global_edit.c:303 #: app/global_edit.c:375 msgid "Pasted Layer" msgstr "Geplakte laag" @@ -1105,11 +1106,11 @@ msgstr "" msgid "Mode" msgstr "Modus" -#: app/edit_selection.c:181 +#: app/edit_selection.c:190 msgid "Move: 0, 0" msgstr "Beweeg: 0, 0" -#: app/edit_selection.c:427 app/edit_selection.c:437 +#: app/edit_selection.c:436 app/edit_selection.c:446 msgid "Move: " msgstr "Beweeg : " @@ -1123,7 +1124,7 @@ msgid "Hard Edge" msgstr "" #. the anti_erase toggle -#: app/eraser.c:118 app/paint_funcs.c:101 +#: app/eraser.c:118 app/paint_funcs.c:102 msgid "Anti Erase" msgstr "" @@ -1185,8 +1186,8 @@ msgstr "Beeldgrootte : %s" msgid "New Image" msgstr "Nieuwe beeld" -#: app/file_new_dialog.c:453 app/preferences_dialog.c:1526 -#: app/preferences_dialog.c:1563 app/user_install.c:1378 +#: app/file_new_dialog.c:453 app/preferences_dialog.c:1536 +#: app/preferences_dialog.c:1573 app/user_install.c:1379 msgid "Pixels" msgstr "" @@ -1362,13 +1363,13 @@ msgstr "Neen" msgid "Flip Tool" msgstr "Flip" -#: app/flip_tool.c:92 app/preferences_dialog.c:1577 -#: app/preferences_dialog.c:2348 +#: app/flip_tool.c:92 app/preferences_dialog.c:1587 +#: app/preferences_dialog.c:2380 msgid "Horizontal" msgstr "Horizontaal" -#: app/flip_tool.c:94 app/preferences_dialog.c:1579 -#: app/preferences_dialog.c:2350 +#: app/flip_tool.c:94 app/preferences_dialog.c:1589 +#: app/preferences_dialog.c:2382 msgid "Vertical" msgstr "Verticaal" @@ -1390,27 +1391,27 @@ msgstr "" "selectie omdat it toebehoort aan een\n" "laagmasker of kanaal." -#: app/gdisplay.c:220 +#: app/gdisplay.c:227 msgid "RGB-empty" msgstr "RGB-leeg" -#: app/gdisplay.c:220 app/image_new.c:60 app/preferences_dialog.c:1623 +#: app/gdisplay.c:227 app/image_new.c:60 app/preferences_dialog.c:1633 msgid "RGB" msgstr "" -#: app/gdisplay.c:223 +#: app/gdisplay.c:230 msgid "grayscale-empty" msgstr "grijswaardenleeg" -#: app/gdisplay.c:223 +#: app/gdisplay.c:230 msgid "grayscale" msgstr "grijswaarden" -#: app/gdisplay.c:226 +#: app/gdisplay.c:233 msgid "indexed-empty" msgstr "geindexeerd-leeg" -#: app/gdisplay.c:226 +#: app/gdisplay.c:233 msgid "indexed" msgstr "geindexeerd" @@ -1451,12 +1452,6 @@ msgstr "" "Veranderingen gemaakt in %s.\n" "Toch sluiten?" -#: app/gimage_cmds.c:3463 -msgid "" -"Image resolution is out of bounds,\n" -"using the default resolution instead." -msgstr "" - #: app/gimage_mask.c:208 msgid "" "Unable to cut/copy because the selected\n" @@ -1543,19 +1538,19 @@ msgstr "" msgid "Can't fill unknown image type." msgstr "Kan geen onbekend beeldtype vullen." -#: app/gimpdrawable.c:501 +#: app/gimpdrawable.c:505 msgid "parasite attach to drawable" msgstr "" -#: app/gimpdrawable.c:536 +#: app/gimpdrawable.c:540 msgid "detach parasite from drawable" msgstr "" -#: app/gimpdrawable.c:743 +#: app/gimpdrawable.c:747 msgid "unnamed" msgstr "onbenoemd" -#: app/gimpdrawable.c:760 +#: app/gimpdrawable.c:764 #, c-format msgid "Layer type %d not supported." msgstr "Laagtype %d niet ondersteund." @@ -1617,7 +1612,7 @@ msgstr "" "Kan geen laagmasker toevoegen omdat\n" "de laag reeds een heeft." -#: app/gimpimage.c:3031 +#: app/gimpimage.c:3033 msgid "" "Unable to add a layer mask to a\n" "layer in an indexed image." @@ -1625,7 +1620,7 @@ msgstr "" "Kan geen laagmasker toevoegen\n" " ineen laag van een geindexeerd beeld." -#: app/gimpimage.c:3035 +#: app/gimpimage.c:3039 msgid "" "Cannot add layer mask to a layer\n" "with no alpha channel." @@ -1633,21 +1628,21 @@ msgstr "" "Kan geen laagmasker toevoegen in een laag\n" "zonder alfa kanaal." -#: app/gimpimage.c:3042 +#: app/gimpimage.c:3048 msgid "Cannot add layer mask of different dimensions than specified layer." msgstr "" "Kan geen laagmasker met verschillende afmetingen dan gespecifieerde laag " "toevoegen " -#: app/gimpimage.c:3149 +#: app/gimpimage.c:3155 msgid "Channel cannot be raised any further" msgstr "Kanaal kan niet verder naar boven" -#: app/gimpimage.c:3200 +#: app/gimpimage.c:3206 msgid "Channel cannot be lowered any further" msgstr "Kanaal kan niet verder naar beneden" -#: app/gimpimage.c:3420 app/palette.c:364 app/palette.c:941 app/palette.c:1077 +#: app/gimpimage.c:3426 app/palette.c:364 app/palette.c:941 app/palette.c:1077 #: app/palette.c:2022 app/palette.c:2749 app/palette.c:2881 msgid "Untitled" msgstr "Ongetiteld" @@ -1660,41 +1655,41 @@ msgstr "" msgid "Please wait..." msgstr "" -#: app/gimprc.c:465 +#: app/gimprc.c:471 #, c-format msgid "error parsing: \"%s\"\n" msgstr "fout bij het parsen: \"%s\"\n" -#: app/gimprc.c:466 +#: app/gimprc.c:472 #, c-format msgid " at line %d column %d\n" msgstr " in lijn %d kolom %d\n" -#: app/gimprc.c:467 +#: app/gimprc.c:473 #, c-format msgid " unexpected token: %s\n" msgstr " onverwacht teken: %s\n" -#: app/gimprc.c:1434 +#: app/gimprc.c:1442 msgid "error parsing pluginrc" msgstr "fout bij parsen van pluginrc" -#: app/gimprc.c:2869 +#: app/gimprc.c:2917 #, c-format msgid "Can't open %s; %s" msgstr "" -#: app/gimprc.c:2888 +#: app/gimprc.c:2936 #, c-format msgid "Can't rename %s to %s.old; %s" msgstr "" -#: app/gimprc.c:2894 +#: app/gimprc.c:2942 #, c-format msgid "Couldn't reopen %s\n" msgstr "" -#: app/gimprc.c:2906 +#: app/gimprc.c:2954 #, c-format msgid "Can't write to %s; %s" msgstr "" @@ -1720,49 +1715,49 @@ msgid "GIMP Message" msgstr "" #. pseudo unit -#: app/gimpunit.c:58 +#: app/gimpunit.c:63 msgid "pixel" msgstr "" -#: app/gimpunit.c:58 app/measure.c:504 app/measure.c:508 app/paint_core.c:511 +#: app/gimpunit.c:63 app/measure.c:507 app/measure.c:511 app/paint_core.c:530 msgid "pixels" msgstr "" #. standard units -#: app/gimpunit.c:61 +#: app/gimpunit.c:66 msgid "inch" msgstr "" -#: app/gimpunit.c:61 +#: app/gimpunit.c:66 msgid "inches" msgstr "duim" -#: app/gimpunit.c:62 +#: app/gimpunit.c:67 msgid "millimeter" msgstr "millimeter" -#: app/gimpunit.c:62 +#: app/gimpunit.c:67 msgid "millimeters" msgstr "millimeters" #. professional units -#: app/gimpunit.c:65 +#: app/gimpunit.c:70 msgid "point" msgstr "punt" -#: app/gimpunit.c:65 +#: app/gimpunit.c:70 msgid "points" msgstr "punt" -#: app/gimpunit.c:66 +#: app/gimpunit.c:71 msgid "pica" msgstr "pica" -#: app/gimpunit.c:66 +#: app/gimpunit.c:71 msgid "picas" msgstr "pica" -#: app/gimpunit.c:73 +#: app/gimpunit.c:78 msgid "percent" msgstr "percent" @@ -2141,44 +2136,44 @@ msgid "Gradient Selection" msgstr "Gradiënt Selectie" #. The shell and main vbox -#: app/histogram_tool.c:166 app/histogram_tool.c:270 app/tools.c:776 +#: app/histogram_tool.c:165 app/histogram_tool.c:269 app/tools.c:1217 msgid "Histogram" msgstr "Histogram" -#: app/histogram_tool.c:204 +#: app/histogram_tool.c:203 msgid "Histogram does not operate on indexed drawables." msgstr "Histogram werkt niet op geïndexeerde tekeningen." -#: app/histogram_tool.c:256 +#: app/histogram_tool.c:255 msgid "Mean:" msgstr "Gemiddelde: " -#: app/histogram_tool.c:257 +#: app/histogram_tool.c:256 msgid "Std Dev:" msgstr "Standaard afwijking :" -#: app/histogram_tool.c:258 +#: app/histogram_tool.c:257 msgid "Median:" msgstr "Mediaan: " -#: app/histogram_tool.c:259 +#: app/histogram_tool.c:258 msgid "Pixels:" msgstr "pixels :" -#: app/histogram_tool.c:261 +#: app/histogram_tool.c:260 msgid "Count:" msgstr "Aantal :" -#: app/histogram_tool.c:262 +#: app/histogram_tool.c:261 msgid "Percentile:" msgstr "Percentueel :" -#: app/histogram_tool.c:295 +#: app/histogram_tool.c:294 msgid "Information on Channel:" msgstr "Kanaalinformatie" #. The shell and main vbox -#: app/hue_saturation.c:245 app/hue_saturation.c:365 app/tools.c:686 +#: app/hue_saturation.c:245 app/hue_saturation.c:365 app/tools.c:1077 msgid "Hue-Saturation" msgstr "" @@ -2224,45 +2219,51 @@ msgstr "Helderheid" msgid "Saturation:" msgstr "Saturatie" +#: app/image_cmds.c:3463 +msgid "" +"Image resolution is out of bounds,\n" +"using the default resolution instead." +msgstr "" + #: app/image_new.c:65 app/info_window.c:65 app/info_window.c:534 -#: app/preferences_dialog.c:1624 +#: app/preferences_dialog.c:1634 msgid "Grayscale" msgstr "Grijswaarden" -#: app/image_new.c:71 app/layers_dialog.c:3577 +#: app/image_new.c:71 app/layers_dialog.c:3583 msgid "Foreground" msgstr "Voorgrond" -#: app/image_new.c:81 app/layers_dialog.c:3579 +#: app/image_new.c:81 app/layers_dialog.c:3585 msgid "White" msgstr "Wit" -#: app/image_new.c:335 +#: app/image_new.c:336 #, c-format msgid "%d Bytes" msgstr "%d Bytes" -#: app/image_new.c:337 +#: app/image_new.c:338 #, c-format msgid "%.2f KB" msgstr "%.2f KB" -#: app/image_new.c:339 +#: app/image_new.c:340 #, c-format msgid "%.1f KB" msgstr "%.1f KB" -#: app/image_new.c:341 +#: app/image_new.c:342 #, c-format msgid "%d KB" msgstr "%d KB" -#: app/image_new.c:343 +#: app/image_new.c:344 #, c-format msgid "%.2f MB" msgstr "%.2f MB" -#: app/image_new.c:345 +#: app/image_new.c:346 #, c-format msgid "%.1f MB" msgstr "%.1f MB" @@ -2285,8 +2286,8 @@ msgid "" "Click to open the Gradients Dialog." msgstr "" -#: app/info_dialog.c:185 app/preferences_dialog.c:1784 -#: app/preferences_dialog.c:1890 +#: app/info_dialog.c:185 app/preferences_dialog.c:1794 +#: app/preferences_dialog.c:1900 msgid "General" msgstr "Algemeen" @@ -2415,7 +2416,7 @@ msgstr "Rood :" msgid "Shape" msgstr "Vorm" -#: app/interface.c:305 +#: app/interface.c:308 msgid "" "Foreground & background colors. The black and white squares reset colors. " "The arrows swap colors. Double click to select a color from a colorrequester." @@ -2437,7 +2438,7 @@ msgstr "kanaal" msgid "Channel Ops" msgstr "Kanaal operaties" -#: app/internal_procs.c:80 app/layers_dialog.c:385 app/paint_funcs.c:96 +#: app/internal_procs.c:80 app/layers_dialog.c:385 app/paint_funcs.c:97 #: app/tool_options.c:816 app/tool_options.c:931 msgid "Color" msgstr "Kleur" @@ -2447,88 +2448,88 @@ msgid "Convert" msgstr "Converteren" #: app/internal_procs.c:86 -msgid "Drawable procedures" -msgstr "Tekeningprocedures" - -#: app/internal_procs.c:89 -msgid "Edit procedures" -msgstr "Editeer procedures" - -#: app/internal_procs.c:92 -msgid "File Operations" -msgstr "Bestandsoperaties" - -#: app/internal_procs.c:95 -msgid "Floating selections" -msgstr "Bewegende selectie" - -#: app/internal_procs.c:98 msgid "GDisplay procedures" msgstr "GDisplay procedures" -#: app/internal_procs.c:101 app/palette.c:3182 -msgid "Image" -msgstr "beeld" +#: app/internal_procs.c:89 +msgid "Drawable procedures" +msgstr "Tekeningprocedures" -#: app/internal_procs.c:104 -msgid "Image mask" -msgstr "Beeldmasker" +#: app/internal_procs.c:92 +msgid "Edit procedures" +msgstr "Editeer procedures" -#: app/internal_procs.c:107 +#: app/internal_procs.c:95 +msgid "File Operations" +msgstr "Bestandsoperaties" + +#: app/internal_procs.c:98 +msgid "Floating selections" +msgstr "Bewegende selectie" + +#: app/internal_procs.c:101 msgid "Gimprc procedures" msgstr "Gimprc procedures" -#: app/internal_procs.c:110 -msgid "Help procedures" -msgstr "Help procedures" - -#: app/internal_procs.c:116 +#: app/internal_procs.c:107 msgid "Gradient UI" msgstr "Gradiënt" -#: app/internal_procs.c:119 +#: app/internal_procs.c:110 msgid "Guide procedures" msgstr "Gids procedures" -#: app/internal_procs.c:122 app/preferences_dialog.c:1774 -#: app/preferences_dialog.c:1776 -msgid "Interface" -msgstr "" +#: app/internal_procs.c:113 +msgid "Help procedures" +msgstr "Help procedures" + +#: app/internal_procs.c:116 app/palette.c:3182 +msgid "Image" +msgstr "beeld" #. the layer name label -#: app/internal_procs.c:125 app/layer_select.c:137 +#: app/internal_procs.c:119 app/layer_select.c:137 msgid "Layer" msgstr "Laag" -#: app/internal_procs.c:128 +#: app/internal_procs.c:122 app/preferences_dialog.c:1784 +#: app/preferences_dialog.c:1786 +msgid "Interface" +msgstr "" + +#: app/internal_procs.c:125 msgid "Miscellaneous" msgstr "Allerlei" -#: app/internal_procs.c:131 app/palette.c:2197 app/palette.c:2209 +#: app/internal_procs.c:128 app/palette.c:2197 app/palette.c:2209 #: app/palette_select.c:87 msgid "Palette" msgstr "Palet" -#: app/internal_procs.c:134 +#: app/internal_procs.c:131 msgid "Parasite procedures" msgstr "Parasiet procedures" -#: app/internal_procs.c:137 app/lc_dialog.c:179 +#: app/internal_procs.c:134 app/lc_dialog.c:179 msgid "Paths" msgstr "Paden" -#: app/internal_procs.c:140 +#: app/internal_procs.c:137 msgid "Pattern UI" msgstr "Patronen" -#: app/internal_procs.c:146 +#: app/internal_procs.c:143 msgid "Plug-in" msgstr "plug-in" -#: app/internal_procs.c:149 +#: app/internal_procs.c:146 msgid "Procedural database" msgstr "Procedurele databank" +#: app/internal_procs.c:149 +msgid "Image mask" +msgstr "Beeldmasker" + #: app/internal_procs.c:152 msgid "Text procedures" msgstr "Tijdelijke Procedure" @@ -2566,7 +2567,7 @@ msgstr "%s masker" msgid "Layer Select" msgstr "laagselectie" -#: app/layers_dialog.c:264 app/layers_dialog.c:3509 +#: app/layers_dialog.c:264 app/layers_dialog.c:3515 msgid "New Layer" msgstr "Nieuwe laag" @@ -2594,43 +2595,43 @@ msgstr "" msgid "Delete Layer" msgstr "" -#: app/layers_dialog.c:372 app/paint_funcs.c:83 app/tool_options.c:917 +#: app/layers_dialog.c:372 app/paint_funcs.c:84 app/tool_options.c:917 msgid "Normal" msgstr "Normaal" -#: app/layers_dialog.c:373 app/paint_funcs.c:84 app/tool_options.c:918 +#: app/layers_dialog.c:373 app/paint_funcs.c:85 app/tool_options.c:918 msgid "Dissolve" msgstr "Oplossen" -#: app/layers_dialog.c:374 app/paint_funcs.c:86 app/tool_options.c:920 +#: app/layers_dialog.c:374 app/paint_funcs.c:87 app/tool_options.c:920 msgid "Multiply (Burn)" msgstr "Vermenigvuldig (burn)" -#: app/layers_dialog.c:375 app/paint_funcs.c:98 app/tool_options.c:921 +#: app/layers_dialog.c:375 app/paint_funcs.c:99 app/tool_options.c:921 msgid "Divide (Dodge)" msgstr "Deel (Dodge)" -#: app/layers_dialog.c:376 app/paint_funcs.c:87 app/tool_options.c:922 +#: app/layers_dialog.c:376 app/paint_funcs.c:88 app/tool_options.c:922 msgid "Screen" msgstr "Scherm" -#: app/layers_dialog.c:377 app/paint_funcs.c:88 app/tool_options.c:923 +#: app/layers_dialog.c:377 app/paint_funcs.c:89 app/tool_options.c:923 msgid "Overlay" msgstr "" -#: app/layers_dialog.c:378 app/paint_funcs.c:89 app/tool_options.c:924 +#: app/layers_dialog.c:378 app/paint_funcs.c:90 app/tool_options.c:924 msgid "Difference" msgstr "Verschil" -#: app/layers_dialog.c:379 app/paint_funcs.c:90 app/tool_options.c:925 +#: app/layers_dialog.c:379 app/paint_funcs.c:91 app/tool_options.c:925 msgid "Addition" msgstr "Optelling" -#: app/layers_dialog.c:381 app/paint_funcs.c:92 app/tool_options.c:927 +#: app/layers_dialog.c:381 app/paint_funcs.c:93 app/tool_options.c:927 msgid "Darken Only" msgstr "Enkel donker maken" -#: app/layers_dialog.c:382 app/paint_funcs.c:93 app/tool_options.c:928 +#: app/layers_dialog.c:382 app/paint_funcs.c:94 app/tool_options.c:928 msgid "Lighten Only" msgstr "Enkel lichter maken" @@ -2638,88 +2639,93 @@ msgstr "Enkel lichter maken" msgid "Keep Trans." msgstr "" -#: app/layers_dialog.c:1901 +#: app/layers_dialog.c:405 +#, fuzzy +msgid "Keep Transparency" +msgstr "Transparantie" + +#: app/layers_dialog.c:1907 msgid "Empty Layer Copy" msgstr "" -#: app/layers_dialog.c:2163 app/layers_dialog.c:3320 app/layers_dialog.c:3687 +#: app/layers_dialog.c:2169 app/layers_dialog.c:3326 app/layers_dialog.c:3693 msgid "Floating Selection" msgstr "" -#: app/layers_dialog.c:3470 +#: app/layers_dialog.c:3476 msgid "New Layer Options" msgstr "" #. The name label and entry -#: app/layers_dialog.c:3499 +#: app/layers_dialog.c:3505 msgid "Layer Name:" msgstr "Naam laag :" #. The size labels -#: app/layers_dialog.c:3513 +#: app/layers_dialog.c:3519 msgid "Layer Width:" msgstr "laagbreedte:" -#: app/layers_dialog.c:3573 +#: app/layers_dialog.c:3579 msgid "Layer Fill Type" msgstr "" -#: app/layers_dialog.c:3652 +#: app/layers_dialog.c:3658 msgid "Edit Layer Attributes" msgstr "" -#: app/layers_dialog.c:3679 +#: app/layers_dialog.c:3685 msgid "Layer name:" msgstr "Tekstlaag" -#: app/layers_dialog.c:3744 +#: app/layers_dialog.c:3753 msgid "Add Mask Options" msgstr "" #. The radio frame and box -#: app/layers_dialog.c:3762 +#: app/layers_dialog.c:3771 msgid "Initialize Layer Mask to:" msgstr "" -#: app/layers_dialog.c:3767 +#: app/layers_dialog.c:3776 msgid "White (Full Opacity)" msgstr "" -#: app/layers_dialog.c:3769 +#: app/layers_dialog.c:3778 msgid "Black (Full Transparency)" msgstr "" -#: app/layers_dialog.c:3771 +#: app/layers_dialog.c:3780 msgid "Layer's Alpha Channel" msgstr "" -#: app/layers_dialog.c:3832 app/layers_dialog.c:3918 +#: app/layers_dialog.c:3841 app/layers_dialog.c:3927 msgid "" "Invalid width or height.\n" "Both must be positive." msgstr "" -#: app/layers_dialog.c:4004 +#: app/layers_dialog.c:4013 msgid "Layer Merge Options" msgstr "" -#: app/layers_dialog.c:4029 +#: app/layers_dialog.c:4038 msgid "Final, Merged Layer should be:" msgstr "" -#: app/layers_dialog.c:4030 +#: app/layers_dialog.c:4039 msgid "Final, Anchored Layer should be:" msgstr "" -#: app/layers_dialog.c:4035 +#: app/layers_dialog.c:4044 msgid "Expanded as necessary" msgstr "" -#: app/layers_dialog.c:4037 +#: app/layers_dialog.c:4046 msgid "Clipped to image" msgstr "" -#: app/layers_dialog.c:4039 +#: app/layers_dialog.c:4048 msgid "Clipped to bottom layer" msgstr "" @@ -2728,7 +2734,7 @@ msgid "Layers, Channels & Paths" msgstr "" #. The Auto-button -#: app/lc_dialog.c:147 app/levels.c:587 +#: app/lc_dialog.c:147 app/levels.c:588 msgid "Auto" msgstr "Automatisch" @@ -2741,35 +2747,35 @@ msgid "Channels" msgstr "Kanalen" #. The shell and main vbox -#: app/levels.c:196 app/levels.c:331 app/tools.c:758 +#: app/levels.c:197 app/levels.c:332 app/tools.c:1189 msgid "Levels" msgstr "Niveaus" -#: app/levels.c:234 +#: app/levels.c:235 msgid "Levels for indexed drawables cannot be adjusted." msgstr "Niveaus voor geindexeerde tekeningen kunnen niet aangepast worden." -#: app/levels.c:360 +#: app/levels.c:361 msgid "Modify Levels for Channel:" msgstr "Verander niveaus voor Kanaal: " -#: app/levels.c:384 +#: app/levels.c:385 msgid "Input Levels:" msgstr "Inputniveaus :" -#: app/levels.c:493 +#: app/levels.c:494 msgid "Output Levels:" msgstr "Outputniveaus" -#: app/levels.c:1050 +#: app/levels.c:1052 msgid "Load Levels" msgstr "Niveaus laden" -#: app/levels.c:1065 +#: app/levels.c:1067 msgid "Save Levels" msgstr "Niveaus bewaren" -#: app/levels.c:1384 +#: app/levels.c:1396 msgid "Load/Save Levels" msgstr "Laad/Bewaar niveaus" @@ -2888,7 +2894,7 @@ msgstr "" msgid "Distance:" msgstr "Afstand :" -#: app/measure.c:504 app/measure.c:509 app/measure.c:517 app/measure.c:545 +#: app/measure.c:507 app/measure.c:512 app/measure.c:520 app/measure.c:548 msgid "degrees" msgstr "graden" @@ -3738,7 +3744,7 @@ msgstr "Staat : " msgid "Autoload during startup" msgstr "" -#: app/move.c:473 +#: app/move.c:494 msgid "Move Tool" msgstr "" @@ -3752,19 +3758,19 @@ msgstr "" msgid "Navigation: No Image" msgstr "" -#: app/paint_core.c:745 +#: app/paint_core.c:791 msgid "No brushes available for use with this tool." msgstr "Geen penselen beschikbaar voor deze tool." -#: app/paint_funcs.c:85 app/tool_options.c:919 +#: app/paint_funcs.c:86 app/tool_options.c:919 msgid "Behind" msgstr "Achter" -#: app/paint_funcs.c:91 +#: app/paint_funcs.c:92 msgid "Subtraction" msgstr "" -#: app/paint_funcs.c:99 +#: app/paint_funcs.c:100 msgid "Erase" msgstr "" @@ -3997,40 +4003,40 @@ msgstr "Bewerk padattributen" msgid "Enter a new name for the path" msgstr "Geef een nieuwe naam voor het pad" -#: app/paths_dialog.c:1916 +#: app/paths_dialog.c:1919 #, c-format msgid "Failed to read from %s" msgstr "" -#: app/paths_dialog.c:1931 +#: app/paths_dialog.c:1934 #, c-format msgid "Failed to read path from %s" msgstr "" -#: app/paths_dialog.c:1938 +#: app/paths_dialog.c:1941 #, c-format msgid "No points specified in path file %s" msgstr "" -#: app/paths_dialog.c:1949 +#: app/paths_dialog.c:1952 #, c-format msgid "Failed to read path points from %s" msgstr "" -#: app/paths_dialog.c:2022 app/xcf.c:436 +#: app/paths_dialog.c:2025 app/xcf.c:436 #, c-format msgid "open failed on %s: %s\n" msgstr "" -#: app/paths_dialog.c:2044 +#: app/paths_dialog.c:2047 msgid "Load/Store Bezier Curves" msgstr "Laad/Bewaar Bezier Krommen" -#: app/paths_dialog.c:2084 +#: app/paths_dialog.c:2087 msgid "Load Path" msgstr "Laad pad" -#: app/paths_dialog.c:2106 +#: app/paths_dialog.c:2109 msgid "Store Path" msgstr "Stokeer pad" @@ -4118,7 +4124,7 @@ msgstr "" msgid "Posterize does not operate on indexed drawables." msgstr "Posterizeren werkt niet op geïndexeerde tekeningen." -#: app/posterize.c:193 app/tools.c:704 +#: app/posterize.c:193 app/tools.c:1105 msgid "Posterize" msgstr "Posterizeren" @@ -4126,51 +4132,51 @@ msgstr "Posterizeren" msgid "Posterize Levels:" msgstr "Posterizatieniveaus" -#: app/preferences_dialog.c:244 +#: app/preferences_dialog.c:247 msgid "Error: Levels of undo must be zero or greater." msgstr "" -#: app/preferences_dialog.c:250 +#: app/preferences_dialog.c:253 msgid "Error: Marching speed must be 50 or greater." msgstr "" -#: app/preferences_dialog.c:256 +#: app/preferences_dialog.c:259 msgid "Error: Default width must be one or greater." msgstr "Fout: standaardbreedte moet minstens een zijn." -#: app/preferences_dialog.c:262 +#: app/preferences_dialog.c:265 msgid "Error: Default height must be one or greater." msgstr "Fout: Standaardhoogte moet minstens een zijn." -#: app/preferences_dialog.c:269 +#: app/preferences_dialog.c:272 msgid "Error: Default unit must be within unit range." msgstr "Fout: standaardeenheid moet binnen eenheidsgrenzen liggen." -#: app/preferences_dialog.c:276 +#: app/preferences_dialog.c:279 msgid "Error: Default resolution must not be zero." msgstr "Fout: Standaard esolutie mag niet nul zijn." -#: app/preferences_dialog.c:284 +#: app/preferences_dialog.c:287 msgid "Error: Default resolution unit must be within unit range." msgstr "" -#: app/preferences_dialog.c:291 +#: app/preferences_dialog.c:294 msgid "Error: Monitor resolution must not be zero." msgstr "Fout: monitorresolutie mag niet nul zijn." -#: app/preferences_dialog.c:298 +#: app/preferences_dialog.c:301 msgid "Error: Image title format must not be NULL." msgstr "" -#: app/preferences_dialog.c:305 +#: app/preferences_dialog.c:308 msgid "Error: Number of processors must be between 1 and 30." msgstr "" -#: app/preferences_dialog.c:356 +#: app/preferences_dialog.c:359 msgid "Save Preferences ?" msgstr "" -#: app/preferences_dialog.c:377 +#: app/preferences_dialog.c:380 msgid "" "At least one of the changes you made will only\n" "take effect after you restart the GIMP.\n" @@ -4181,495 +4187,511 @@ msgid "" "be applied." msgstr "" -#: app/preferences_dialog.c:471 +#: app/preferences_dialog.c:474 msgid "You will need to restart GIMP for these changes to take effect." msgstr "U moet GIMP heropstarten om deze veranderingen door te voeren." -#: app/preferences_dialog.c:1020 +#: app/preferences_dialog.c:1029 #, c-format msgid "The default comment is limited to %d characters." msgstr "" -#: app/preferences_dialog.c:1445 +#: app/preferences_dialog.c:1455 msgid "Preferences" msgstr "" #. The categories tree -#: app/preferences_dialog.c:1467 +#: app/preferences_dialog.c:1477 msgid "Categories" msgstr "" -#: app/preferences_dialog.c:1495 app/preferences_dialog.c:1497 +#: app/preferences_dialog.c:1505 app/preferences_dialog.c:1507 msgid "New File" msgstr "Nieuw bestand" -#: app/preferences_dialog.c:1508 +#: app/preferences_dialog.c:1518 msgid "Default Image Size and Unit" msgstr "Standaard beelgrootte en eenheid" -#: app/preferences_dialog.c:1522 +#: app/preferences_dialog.c:1532 msgid "Width" msgstr "Breedte" -#: app/preferences_dialog.c:1524 +#: app/preferences_dialog.c:1534 msgid "Height" msgstr "Hoogte" -#: app/preferences_dialog.c:1554 +#: app/preferences_dialog.c:1564 msgid "Default Image Resolution and Resolution Unit" msgstr "Standaard beelgrootte en resolutie eenheid" -#: app/preferences_dialog.c:1581 app/preferences_dialog.c:2352 +#: app/preferences_dialog.c:1591 app/preferences_dialog.c:2384 msgid "dpi" msgstr "dpi" -#: app/preferences_dialog.c:1628 +#: app/preferences_dialog.c:1638 msgid "Default Image Type:" msgstr "Standaard beeldtype:" -#: app/preferences_dialog.c:1640 +#: app/preferences_dialog.c:1650 msgid "Maximum Image Size:" msgstr "" -#: app/preferences_dialog.c:1645 app/preferences_dialog.c:1647 +#: app/preferences_dialog.c:1655 app/preferences_dialog.c:1657 msgid "Default Comment" msgstr "Standaard commentaar" -#: app/preferences_dialog.c:1655 +#: app/preferences_dialog.c:1665 msgid "Comment Used for New Images" msgstr "" -#: app/preferences_dialog.c:1675 app/preferences_dialog.c:1677 +#: app/preferences_dialog.c:1685 app/preferences_dialog.c:1687 msgid "Display" msgstr "Toon" -#: app/preferences_dialog.c:1685 +#: app/preferences_dialog.c:1695 msgid "Transparency" msgstr "Transparantie" -#: app/preferences_dialog.c:1704 +#: app/preferences_dialog.c:1714 msgid "Light Checks" msgstr "" -#: app/preferences_dialog.c:1705 +#: app/preferences_dialog.c:1715 msgid "Mid-Tone Checks" msgstr "" -#: app/preferences_dialog.c:1706 +#: app/preferences_dialog.c:1716 msgid "Dark Checks" msgstr "" -#: app/preferences_dialog.c:1707 +#: app/preferences_dialog.c:1717 msgid "White Only" msgstr "Enkel wit" -#: app/preferences_dialog.c:1708 +#: app/preferences_dialog.c:1718 msgid "Gray Only" msgstr "Enkel grijs" -#: app/preferences_dialog.c:1709 +#: app/preferences_dialog.c:1719 msgid "Black Only" msgstr "Enkel zwart" -#: app/preferences_dialog.c:1713 +#: app/preferences_dialog.c:1723 msgid "Transparency Type:" msgstr "Transparantietype" -#: app/preferences_dialog.c:1720 app/preferences_dialog.c:1812 -#: app/preferences_dialog.c:1826 +#: app/preferences_dialog.c:1730 app/preferences_dialog.c:1822 +#: app/preferences_dialog.c:1836 msgid "Small" msgstr "" -#: app/preferences_dialog.c:1721 app/preferences_dialog.c:1813 -#: app/preferences_dialog.c:1827 +#: app/preferences_dialog.c:1731 app/preferences_dialog.c:1823 +#: app/preferences_dialog.c:1837 msgid "Medium" msgstr "" -#: app/preferences_dialog.c:1722 app/preferences_dialog.c:1814 -#: app/preferences_dialog.c:1828 +#: app/preferences_dialog.c:1732 app/preferences_dialog.c:1824 +#: app/preferences_dialog.c:1838 msgid "Large" msgstr "" -#: app/preferences_dialog.c:1726 +#: app/preferences_dialog.c:1736 msgid "Check Size:" msgstr "Controleer grootte :" -#: app/preferences_dialog.c:1729 +#: app/preferences_dialog.c:1739 msgid "8-Bit Displays" msgstr "8-bit schermen" -#: app/preferences_dialog.c:1750 +#: app/preferences_dialog.c:1760 msgid "Minimum Number of Colors:" msgstr "" -#: app/preferences_dialog.c:1753 +#: app/preferences_dialog.c:1763 msgid "Install Colormap" msgstr "Installeer kleurenmap" -#: app/preferences_dialog.c:1762 +#: app/preferences_dialog.c:1772 msgid "Colormap Cycling" msgstr "" -#: app/preferences_dialog.c:1811 +#: app/preferences_dialog.c:1821 msgid "Tiny" msgstr "" -#: app/preferences_dialog.c:1815 +#: app/preferences_dialog.c:1825 msgid "Huge" msgstr "" -#: app/preferences_dialog.c:1819 +#: app/preferences_dialog.c:1829 msgid "Preview Size:" msgstr "" -#: app/preferences_dialog.c:1832 +#: app/preferences_dialog.c:1842 msgid "Nav Preview Size:" msgstr "" -#: app/preferences_dialog.c:1842 +#: app/preferences_dialog.c:1852 msgid "Recent Documents List Size:" msgstr "" #. Indicators -#: app/preferences_dialog.c:1846 +#: app/preferences_dialog.c:1856 msgid "Toolbox" msgstr "" -#: app/preferences_dialog.c:1849 +#: app/preferences_dialog.c:1859 msgid "Display Brush, Pattern and Gradient Indicators" msgstr "" -#: app/preferences_dialog.c:1858 +#: app/preferences_dialog.c:1868 msgid "Dialog Behaviour" msgstr "" -#: app/preferences_dialog.c:1860 +#: app/preferences_dialog.c:1870 msgid "Navigation Window per Display" msgstr "" -#: app/preferences_dialog.c:1869 +#: app/preferences_dialog.c:1879 msgid "Info Window Follows Mouse" msgstr "" -#: app/preferences_dialog.c:1880 app/preferences_dialog.c:1882 +#: app/preferences_dialog.c:1890 app/preferences_dialog.c:1892 msgid "Help System" msgstr "" -#: app/preferences_dialog.c:1892 +#: app/preferences_dialog.c:1902 msgid "Show Tool Tips" msgstr "Toon gereedschaptips" -#: app/preferences_dialog.c:1902 +#: app/preferences_dialog.c:1912 msgid "Context Sensitive Help with \"F1\"" msgstr "" -#: app/preferences_dialog.c:1911 +#: app/preferences_dialog.c:1921 msgid "Help Browser" msgstr "Help Browser" -#: app/preferences_dialog.c:1923 +#: app/preferences_dialog.c:1933 msgid "Internal" msgstr "Intern" -#: app/preferences_dialog.c:1924 +#: app/preferences_dialog.c:1934 msgid "Netscape" msgstr "Netscape" -#: app/preferences_dialog.c:1928 +#: app/preferences_dialog.c:1938 msgid "Help Browser to Use:" msgstr "" -#: app/preferences_dialog.c:1933 app/preferences_dialog.c:1935 +#: app/preferences_dialog.c:1943 app/preferences_dialog.c:1945 msgid "Image Windows" msgstr "" -#: app/preferences_dialog.c:1943 +#: app/preferences_dialog.c:1953 msgid "Appearance" msgstr "" -#: app/preferences_dialog.c:1945 +#: app/preferences_dialog.c:1955 msgid "Use \"Dot for Dot\" by default" msgstr "" -#: app/preferences_dialog.c:1954 +#: app/preferences_dialog.c:1964 msgid "Resize Window on Zoom" msgstr "Pas venstergrootte aan bij vergroten/verkleinen" -#: app/preferences_dialog.c:1963 +#: app/preferences_dialog.c:1973 msgid "Show Rulers" msgstr "Toon regels" -#: app/preferences_dialog.c:1972 +#: app/preferences_dialog.c:1982 msgid "Show Statusbar" msgstr "Toon statusbalk" -#: app/preferences_dialog.c:1996 +#: app/preferences_dialog.c:2006 msgid "Marching Ants Speed:" msgstr "" #. Set the currently used string as "Custom" -#: app/preferences_dialog.c:2004 +#: app/preferences_dialog.c:2014 msgid "Custom" msgstr "Eigen" #. set some commonly used format strings -#: app/preferences_dialog.c:2010 +#: app/preferences_dialog.c:2020 msgid "Standard" msgstr "" -#: app/preferences_dialog.c:2015 +#: app/preferences_dialog.c:2025 msgid "Show zoom percentage" msgstr "" -#: app/preferences_dialog.c:2020 +#: app/preferences_dialog.c:2030 msgid "Show zoom ratio" msgstr "Toon zoemratio" -#: app/preferences_dialog.c:2025 +#: app/preferences_dialog.c:2035 msgid "Show reversed zoom ratio" msgstr "" -#: app/preferences_dialog.c:2036 +#: app/preferences_dialog.c:2046 msgid "Image Title Format:" msgstr "" #. End of the title format string -#: app/preferences_dialog.c:2040 +#: app/preferences_dialog.c:2050 msgid "Pointer Movement Feedback" msgstr "" -#: app/preferences_dialog.c:2043 +#: app/preferences_dialog.c:2053 msgid "Perfect-but-Slow Pointer Tracking" msgstr "" -#: app/preferences_dialog.c:2052 +#: app/preferences_dialog.c:2062 msgid "Disable Cursor Updating" msgstr "" -#: app/preferences_dialog.c:2064 app/preferences_dialog.c:2066 -#: app/tools.c:1079 +#: app/preferences_dialog.c:2081 +msgid "Tool Icon" +msgstr "" + +#: app/preferences_dialog.c:2083 +msgid "Tool Icon with Crosshair" +msgstr "" + +#: app/preferences_dialog.c:2085 +msgid "Crosshair only" +msgstr "" + +#: app/preferences_dialog.c:2090 +msgid "Cursor Mode:" +msgstr "" + +#: app/preferences_dialog.c:2096 app/preferences_dialog.c:2098 +#: app/tools.c:1536 msgid "Tool Options" msgstr "" -#: app/preferences_dialog.c:2074 +#: app/preferences_dialog.c:2106 msgid "Paint Options" msgstr "" -#: app/preferences_dialog.c:2077 +#: app/preferences_dialog.c:2109 msgid "Use Global Paint Options" msgstr "" -#: app/preferences_dialog.c:2086 +#: app/preferences_dialog.c:2118 msgid "Finding Contiguous Regions" msgstr "" -#: app/preferences_dialog.c:2105 +#: app/preferences_dialog.c:2137 #, fuzzy msgid "Default Threshold:" msgstr "Drempel :" -#: app/preferences_dialog.c:2114 app/preferences_dialog.c:2116 +#: app/preferences_dialog.c:2146 app/preferences_dialog.c:2148 msgid "Environment" msgstr "Omgeving" -#: app/preferences_dialog.c:2124 +#: app/preferences_dialog.c:2156 msgid "Resource Consumption" msgstr "Bronconsumptie" -#: app/preferences_dialog.c:2126 +#: app/preferences_dialog.c:2158 msgid "Conservative Memory Usage" msgstr "Conservatief geheugengebruik" -#: app/preferences_dialog.c:2154 +#: app/preferences_dialog.c:2186 msgid "Levels of Undo:" msgstr "Ongedaan maken niveaus :" -#: app/preferences_dialog.c:2166 app/user_install.c:1104 +#: app/preferences_dialog.c:2198 app/user_install.c:1105 msgid "Tile Cache Size:" msgstr "Groote van de tegelcache" -#: app/preferences_dialog.c:2177 +#: app/preferences_dialog.c:2209 msgid "Number of Processors to Use:" msgstr "" -#: app/preferences_dialog.c:2181 app/transform_tool.c:215 +#: app/preferences_dialog.c:2213 app/transform_tool.c:215 msgid "Scaling" msgstr "Schalend" -#: app/preferences_dialog.c:2199 +#: app/preferences_dialog.c:2231 msgid "Nearest Neighbor (Fast)" msgstr "" -#: app/preferences_dialog.c:2203 +#: app/preferences_dialog.c:2235 msgid "Cubic (Slow)" msgstr "" -#: app/preferences_dialog.c:2208 +#: app/preferences_dialog.c:2240 msgid "Interpolation Type:" msgstr "" -#: app/preferences_dialog.c:2211 +#: app/preferences_dialog.c:2243 msgid "File Saving" msgstr "" -#: app/preferences_dialog.c:2228 app/preferences_dialog.c:2241 +#: app/preferences_dialog.c:2260 app/preferences_dialog.c:2273 msgid "Always" msgstr "" -#: app/preferences_dialog.c:2229 +#: app/preferences_dialog.c:2261 msgid "Never" msgstr "" -#: app/preferences_dialog.c:2233 +#: app/preferences_dialog.c:2265 msgid "Try to Write a Thumbnail File:" msgstr "" -#: app/preferences_dialog.c:2240 +#: app/preferences_dialog.c:2272 msgid "Only when Modified" msgstr "" -#: app/preferences_dialog.c:2245 +#: app/preferences_dialog.c:2277 msgid "\"File > Save\" Saves the Image:" msgstr "" -#: app/preferences_dialog.c:2251 +#: app/preferences_dialog.c:2283 msgid "Session Management" msgstr "Sessiemanagement" -#: app/preferences_dialog.c:2253 +#: app/preferences_dialog.c:2285 msgid "Session" msgstr "Sessie" -#: app/preferences_dialog.c:2261 +#: app/preferences_dialog.c:2293 msgid "Window Positions" msgstr "Vensterposities" -#: app/preferences_dialog.c:2263 +#: app/preferences_dialog.c:2295 msgid "Save Window Positions on Exit" msgstr "Bewaar vensterposities bij einde" -#: app/preferences_dialog.c:2277 +#: app/preferences_dialog.c:2309 msgid "Clear Saved Window Positions Now" msgstr "Wis bewaarde vensterposities" -#: app/preferences_dialog.c:2285 +#: app/preferences_dialog.c:2317 msgid "Always Try to Restore Session" msgstr "Altijd sessie proberen herstellen" -#: app/preferences_dialog.c:2294 +#: app/preferences_dialog.c:2326 msgid "Devices" msgstr "Apperaten" -#: app/preferences_dialog.c:2296 +#: app/preferences_dialog.c:2328 msgid "Save Device Status on Exit" msgstr "Bewaar apperaattoestand bij einde" -#: app/preferences_dialog.c:2307 app/preferences_dialog.c:2309 +#: app/preferences_dialog.c:2339 app/preferences_dialog.c:2341 msgid "Monitor" msgstr "Beeldscherm" -#: app/preferences_dialog.c:2317 +#: app/preferences_dialog.c:2349 msgid "Get Monitor Resolution" msgstr "Beeldscherminformatie" -#: app/preferences_dialog.c:2325 +#: app/preferences_dialog.c:2357 #, c-format msgid "(Currently %d x %d dpi)" msgstr "(huidig %d x %d dpi)" -#: app/preferences_dialog.c:2377 -msgid "From X Server" -msgstr "van X server" +#: app/preferences_dialog.c:2409 +msgid "From windowing system" +msgstr "" -#: app/preferences_dialog.c:2392 +#: app/preferences_dialog.c:2424 msgid "Manually:" msgstr "handmatig :" -#: app/preferences_dialog.c:2405 app/preferences_dialog.c:2407 +#: app/preferences_dialog.c:2437 app/preferences_dialog.c:2439 msgid "Directories" msgstr "Directories" -#: app/preferences_dialog.c:2424 +#: app/preferences_dialog.c:2456 msgid "Temp Dir:" msgstr "" -#: app/preferences_dialog.c:2424 +#: app/preferences_dialog.c:2456 msgid "Select Temp Dir" msgstr "" -#: app/preferences_dialog.c:2425 +#: app/preferences_dialog.c:2457 msgid "Swap Dir:" msgstr "" -#: app/preferences_dialog.c:2425 app/user_install.c:1124 +#: app/preferences_dialog.c:2457 app/user_install.c:1125 msgid "Select Swap Dir" msgstr "" -#: app/preferences_dialog.c:2461 +#: app/preferences_dialog.c:2493 msgid "Brushes Directories" msgstr "Borsteldirectories" -#: app/preferences_dialog.c:2463 +#: app/preferences_dialog.c:2495 msgid "Select Brushes Dir" msgstr "" -#: app/preferences_dialog.c:2465 +#: app/preferences_dialog.c:2497 msgid "Generated Brushes" msgstr "" -#: app/preferences_dialog.c:2465 +#: app/preferences_dialog.c:2497 msgid "Generated Brushes Directories" msgstr "" -#: app/preferences_dialog.c:2467 +#: app/preferences_dialog.c:2499 msgid "Select Generated Brushes Dir" msgstr "" -#: app/preferences_dialog.c:2469 +#: app/preferences_dialog.c:2501 msgid "Patterns Directories" msgstr "" -#: app/preferences_dialog.c:2471 +#: app/preferences_dialog.c:2503 msgid "Select Patterns Dir" msgstr "" -#: app/preferences_dialog.c:2473 +#: app/preferences_dialog.c:2505 msgid "Palettes Directories" msgstr "" -#: app/preferences_dialog.c:2475 +#: app/preferences_dialog.c:2507 msgid "Select Palettes Dir" msgstr "" -#: app/preferences_dialog.c:2477 +#: app/preferences_dialog.c:2509 msgid "Gradients Directories" msgstr "" -#: app/preferences_dialog.c:2479 +#: app/preferences_dialog.c:2511 msgid "Select Gradients Dir" msgstr "" -#: app/preferences_dialog.c:2481 +#: app/preferences_dialog.c:2513 msgid "Plug-Ins" msgstr "plug-ins" -#: app/preferences_dialog.c:2481 +#: app/preferences_dialog.c:2513 msgid "Plug-Ins Directories" msgstr "" -#: app/preferences_dialog.c:2483 +#: app/preferences_dialog.c:2515 msgid "Select Plug-Ins Dir" msgstr "" -#: app/preferences_dialog.c:2485 +#: app/preferences_dialog.c:2517 msgid "Modules" msgstr "Modules" -#: app/preferences_dialog.c:2485 +#: app/preferences_dialog.c:2517 msgid "Modules Directories" msgstr "" -#: app/preferences_dialog.c:2487 +#: app/preferences_dialog.c:2519 msgid "Select Modules Dir" msgstr "" @@ -4710,12 +4732,12 @@ msgstr "GIMP Extensie" msgid "Temporary Procedure" msgstr "Tijdelijke Procedure" -#: app/qmask.c:273 +#: app/qmask.c:270 msgid "Edit Qmask Attributes" msgstr "" #. The opacity scale -#: app/qmask.c:301 +#: app/qmask.c:298 msgid "Mask Opacity:" msgstr "" @@ -4843,7 +4865,7 @@ msgid "Shearing..." msgstr "" #. Create the shell -#: app/text_tool.c:151 app/text_tool.c:393 +#: app/text_tool.c:151 app/text_tool.c:400 msgid "Text Tool" msgstr "Tekstgereedschap" @@ -4859,28 +4881,28 @@ msgstr "Rand: " msgid "Use Dynamic Text" msgstr "" -#: app/text_tool.c:602 +#: app/text_tool.c:609 #, c-format msgid "Font '%s' not found." msgstr "Lettertype '%s' niet gevonden." -#: app/text_tool.c:621 +#: app/text_tool.c:628 #, c-format msgid "Font '%s' not found.%s" msgstr "Lettertype '%s' niet gevonden.%s" -#: app/text_tool.c:624 +#: app/text_tool.c:631 msgid "" "\n" "If you don't have scalable fonts, try turning off antialiasing in the tool " "options." msgstr "" -#: app/text_tool.c:735 +#: app/text_tool.c:742 msgid "Text Layer" msgstr "Tekstlaag" -#: app/threshold.c:171 app/threshold.c:266 app/tools.c:722 +#: app/threshold.c:171 app/threshold.c:266 app/tools.c:1133 msgid "Threshold" msgstr "" @@ -4947,7 +4969,7 @@ msgstr "" msgid "Bezier Selection" msgstr "Bezier Selectie" -#: app/tool_options.c:155 app/tools.c:177 +#: app/tool_options.c:155 app/tools.c:288 msgid "Intelligent Scissors" msgstr "" @@ -4967,7 +4989,7 @@ msgstr "" msgid "Unit:" msgstr "Eenheid" -#: app/tool_options.c:469 app/tools.c:375 +#: app/tool_options.c:469 app/tools.c:596 msgid "Bucket Fill" msgstr "" @@ -4975,19 +4997,19 @@ msgstr "" msgid "Blend Tool" msgstr "Mengtool" -#: app/tool_options.c:473 app/tools.c:411 +#: app/tool_options.c:473 app/tools.c:652 msgid "Pencil" msgstr "Potlood" -#: app/tool_options.c:475 app/tools.c:429 +#: app/tool_options.c:475 app/tools.c:680 msgid "Paintbrush" msgstr "Penseel" -#: app/tool_options.c:477 app/tools.c:447 +#: app/tool_options.c:477 app/tools.c:708 msgid "Eraser" msgstr "Gom" -#: app/tool_options.c:479 app/tools.c:465 +#: app/tool_options.c:479 app/tools.c:736 msgid "Airbrush" msgstr "Luchtspuit" @@ -5003,7 +5025,7 @@ msgstr "" msgid "Ink Tool" msgstr "" -#: app/tool_options.c:487 app/tools.c:537 app/tools.c:543 +#: app/tool_options.c:487 app/tools.c:848 app/tools.c:854 msgid "Dodge or Burn" msgstr "" @@ -5032,338 +5054,338 @@ msgstr "Hardheid:" msgid "Rate" msgstr "Ratio" -#: app/tools.c:87 +#: app/tools.c:148 msgid "Rect Select" msgstr "" -#: app/tools.c:88 +#: app/tools.c:149 msgid "/Tools/Select Tools/Rect Select" msgstr "" -#: app/tools.c:93 +#: app/tools.c:154 msgid "Select rectangular regions" msgstr "" -#: app/tools.c:105 +#: app/tools.c:176 msgid "Ellipse Select" msgstr "" -#: app/tools.c:106 +#: app/tools.c:177 msgid "/Tools/Select Tools/Ellipse Select" msgstr "" -#: app/tools.c:111 +#: app/tools.c:182 msgid "Select elliptical regions" msgstr "" -#: app/tools.c:123 +#: app/tools.c:204 msgid "Free Select" msgstr "" -#: app/tools.c:124 +#: app/tools.c:205 msgid "/Tools/Select Tools/Free Select" msgstr "" -#: app/tools.c:129 +#: app/tools.c:210 msgid "Select hand-drawn regions" msgstr "" -#: app/tools.c:141 +#: app/tools.c:232 msgid "Fuzzy Select" msgstr "" -#: app/tools.c:142 +#: app/tools.c:233 msgid "/Tools/Select Tools/Fuzzy Select" msgstr "" -#: app/tools.c:147 +#: app/tools.c:238 msgid "Select contiguous regions" msgstr "" -#: app/tools.c:159 +#: app/tools.c:260 msgid "Bezier Select" msgstr "" -#: app/tools.c:160 +#: app/tools.c:261 msgid "/Tools/Select Tools/Bezier Select" msgstr "" -#: app/tools.c:165 +#: app/tools.c:266 msgid "Select regions using Bezier curves" msgstr "" -#: app/tools.c:178 +#: app/tools.c:289 msgid "/Tools/Select Tools/Intelligent Scissors" msgstr "" -#: app/tools.c:183 +#: app/tools.c:294 msgid "Select shapes from image" msgstr "" -#: app/tools.c:195 +#: app/tools.c:316 msgid "Move" msgstr "" -#: app/tools.c:196 +#: app/tools.c:317 msgid "/Tools/Transform Tools/Move" msgstr "" -#: app/tools.c:201 +#: app/tools.c:322 msgid "Move layers & selections" msgstr "" -#: app/tools.c:213 +#: app/tools.c:344 msgid "Magnify" msgstr "" -#: app/tools.c:214 +#: app/tools.c:345 #, fuzzy msgid "/Tools/Transform Tools/Magnify" msgstr "/Beeld/Kleuren" -#: app/tools.c:219 +#: app/tools.c:350 msgid "Zoom in & out" msgstr "" -#: app/tools.c:232 +#: app/tools.c:373 msgid "/Tools/Transform Tools/Crop & Resize" msgstr "" -#: app/tools.c:237 +#: app/tools.c:378 msgid "Crop or resize the image" msgstr "" #. the transform type radio buttons -#: app/tools.c:249 app/tools.c:267 app/tools.c:285 app/tools.c:303 +#: app/tools.c:400 app/tools.c:428 app/tools.c:456 app/tools.c:484 #: app/transform_core.c:252 app/transform_tool.c:211 msgid "Transform" msgstr "" -#: app/tools.c:250 +#: app/tools.c:401 msgid "/Tools/Transform Tools/Transform" msgstr "" -#: app/tools.c:255 app/tools.c:273 app/tools.c:291 app/tools.c:309 +#: app/tools.c:406 app/tools.c:434 app/tools.c:462 app/tools.c:490 msgid "Rotation, scaling, shearing, perspective." msgstr "" -#: app/tools.c:321 +#: app/tools.c:512 msgid "Flip" msgstr "" -#: app/tools.c:322 +#: app/tools.c:513 msgid "/Tools/Transform Tools/Flip" msgstr "" -#: app/tools.c:327 +#: app/tools.c:518 msgid "Flip the layer or selection" msgstr "" -#: app/tools.c:339 +#: app/tools.c:540 msgid "Text" msgstr "" -#: app/tools.c:340 +#: app/tools.c:541 msgid "/Tools/Text" msgstr "" -#: app/tools.c:345 +#: app/tools.c:546 msgid "Add text to the image" msgstr "" -#: app/tools.c:358 +#: app/tools.c:569 msgid "/Tools/Color Picker" msgstr "" -#: app/tools.c:363 +#: app/tools.c:574 msgid "Pick colors from the image" msgstr "" -#: app/tools.c:376 +#: app/tools.c:597 msgid "/Tools/Paint Tools/Bucket Fill" msgstr "" -#: app/tools.c:381 +#: app/tools.c:602 msgid "Fill with a color or pattern" msgstr "" -#: app/tools.c:393 +#: app/tools.c:624 msgid "Blend" msgstr "" -#: app/tools.c:394 +#: app/tools.c:625 msgid "/Tools/Paint Tools/Blend" msgstr "" -#: app/tools.c:399 +#: app/tools.c:630 msgid "Fill with a color gradient" msgstr "" -#: app/tools.c:412 +#: app/tools.c:653 msgid "/Tools/Paint Tools/Pencil" msgstr "" -#: app/tools.c:417 +#: app/tools.c:658 msgid "Draw sharp pencil strokes" msgstr "" -#: app/tools.c:430 +#: app/tools.c:681 msgid "/Tools/Paint Tools/Paintbrush" msgstr "" -#: app/tools.c:435 +#: app/tools.c:686 msgid "Paint fuzzy brush strokes" msgstr "" -#: app/tools.c:448 +#: app/tools.c:709 msgid "/Tools/Paint Tools/Eraser" msgstr "" -#: app/tools.c:453 +#: app/tools.c:714 msgid "Erase to background or transparency" msgstr "" -#: app/tools.c:466 +#: app/tools.c:737 msgid "/Tools/Paint Tools/Airbrush" msgstr "" -#: app/tools.c:471 +#: app/tools.c:742 msgid "Airbrush with variable pressure" msgstr "" -#: app/tools.c:483 +#: app/tools.c:764 msgid "Clone" msgstr "" -#: app/tools.c:484 +#: app/tools.c:765 msgid "/Tools/Paint Tools/Clone" msgstr "" -#: app/tools.c:489 +#: app/tools.c:770 msgid "Paint using patterns or image regions" msgstr "" -#: app/tools.c:501 +#: app/tools.c:792 msgid "Convolve" msgstr "" -#: app/tools.c:502 +#: app/tools.c:793 msgid "/Tools/Paint Tools/Convolve" msgstr "" -#: app/tools.c:507 +#: app/tools.c:798 msgid "Blur or sharpen" msgstr "" -#: app/tools.c:519 +#: app/tools.c:820 msgid "Ink" msgstr "" -#: app/tools.c:520 +#: app/tools.c:821 msgid "/Tools/Paint Tools/Ink" msgstr "" -#: app/tools.c:525 +#: app/tools.c:826 msgid "Draw in ink" msgstr "" -#: app/tools.c:538 +#: app/tools.c:849 msgid "/Tools/Paint Tools/DodgeBurn" msgstr "" -#: app/tools.c:555 app/tools.c:561 +#: app/tools.c:876 app/tools.c:882 msgid "Smudge" msgstr "" -#: app/tools.c:556 +#: app/tools.c:877 msgid "/Tools/Paint Tools/Smudge" msgstr "" -#: app/tools.c:593 +#: app/tools.c:934 msgid "Measure" msgstr "Meten" -#: app/tools.c:594 +#: app/tools.c:935 msgid "/Tools/Measure" msgstr "" -#: app/tools.c:599 +#: app/tools.c:940 msgid "Measure distances and angles" msgstr "" -#: app/tools.c:632 +#: app/tools.c:993 msgid "By Color Select" msgstr "" -#: app/tools.c:633 +#: app/tools.c:994 msgid "/Select/By Color..." msgstr "" -#: app/tools.c:638 +#: app/tools.c:999 msgid "Select regions by color" msgstr "Bewaar Regio's per kleur" -#: app/tools.c:651 +#: app/tools.c:1022 msgid "/Image/Colors/Color Balance..." msgstr "/Beeld/Kleuren/Kleurenbalans..." -#: app/tools.c:656 +#: app/tools.c:1027 msgid "Adjust color balance" msgstr "Kleurbalans aanpassen" -#: app/tools.c:669 +#: app/tools.c:1050 msgid "/Image/Colors/Brightness-Contrast..." msgstr "/Beeld/Kleuren/Helderheid-Contrast..." -#: app/tools.c:674 +#: app/tools.c:1055 msgid "Adjust brightness and contrast" msgstr "Helderheid-Contrast aanpassen" -#: app/tools.c:687 +#: app/tools.c:1078 msgid "/Image/Colors/Hue-Saturation..." msgstr "/Beeld/Kleuren/Hue-Saturatie..." -#: app/tools.c:692 +#: app/tools.c:1083 msgid "Adjust hue and saturation" msgstr "" -#: app/tools.c:705 +#: app/tools.c:1106 msgid "/Image/Colors/Posterize..." msgstr "/Beeld/Kleuren/Posterize..." -#: app/tools.c:710 +#: app/tools.c:1111 msgid "Reduce image to a fixed numer of colors" msgstr "" -#: app/tools.c:723 +#: app/tools.c:1134 msgid "/Image/Colors/Threshold..." msgstr "/Beeld/Kleuren/Drempel..." -#: app/tools.c:728 +#: app/tools.c:1139 msgid "Reduce image to two colors using a threshold" msgstr "" -#: app/tools.c:741 +#: app/tools.c:1162 msgid "/Image/Colors/Curves..." msgstr "/Beeld/Kleuren/Curves..." -#: app/tools.c:746 +#: app/tools.c:1167 msgid "Adjust color curves" msgstr "" -#: app/tools.c:759 +#: app/tools.c:1190 msgid "/Image/Colors/Levels..." msgstr "/Beeld/Kleuren/Niveaus..." -#: app/tools.c:764 +#: app/tools.c:1195 msgid "Adjust color levels" msgstr "Kleurniveaus aanpassen" -#: app/tools.c:777 +#: app/tools.c:1218 msgid "/Image/Histogram..." msgstr "/Beeld/Histogram..." -#: app/tools.c:782 +#: app/tools.c:1223 msgid "View image histogram" msgstr "" @@ -5385,7 +5407,7 @@ msgid "" "layers that contain layer masks." msgstr "" -#: app/transform_core.c:1616 +#: app/transform_core.c:1604 msgid "Transformation" msgstr "Transformatie" @@ -5442,191 +5464,191 @@ msgstr "Toon pad" msgid "Clip Result" msgstr "" -#: app/undo.c:2889 +#: app/undo.c:2871 #, c-format msgid "Can't undo %s" msgstr "" -#: app/undo.c:2920 +#: app/undo.c:2902 msgid "<>" msgstr "" -#: app/undo.c:2921 +#: app/undo.c:2903 msgid "image" msgstr "beeld" -#: app/undo.c:2922 +#: app/undo.c:2904 msgid "image mod" msgstr "" -#: app/undo.c:2923 +#: app/undo.c:2905 msgid "mask" msgstr "" -#: app/undo.c:2924 +#: app/undo.c:2906 msgid "layer move" msgstr "" #. ok -#: app/undo.c:2925 +#: app/undo.c:2907 msgid "transform" msgstr "transformatie" -#: app/undo.c:2926 +#: app/undo.c:2908 msgid "paint" msgstr "" -#: app/undo.c:2927 +#: app/undo.c:2909 msgid "new layer" msgstr "Nieuwe laag" -#: app/undo.c:2928 +#: app/undo.c:2910 msgid "delete layer" msgstr "" -#: app/undo.c:2929 +#: app/undo.c:2911 msgid "layer mod" msgstr "" -#: app/undo.c:2930 +#: app/undo.c:2912 msgid "add layer mask" msgstr "" #. ok -#: app/undo.c:2931 +#: app/undo.c:2913 msgid "delete layer mask" msgstr "verwijder laagmasker" #. ok -#: app/undo.c:2932 +#: app/undo.c:2914 msgid "rename layer" msgstr "laag herbenoemen" -#: app/undo.c:2933 +#: app/undo.c:2915 msgid "layer reposition" msgstr "" #. ok -#: app/undo.c:2934 +#: app/undo.c:2916 msgid "new channel" msgstr "nieuw kanaal" -#: app/undo.c:2935 +#: app/undo.c:2917 msgid "delete channel" msgstr "verwijder kanaal" -#: app/undo.c:2936 +#: app/undo.c:2918 msgid "channel mod" msgstr "" -#: app/undo.c:2937 +#: app/undo.c:2919 msgid "FS to layer" msgstr "" #. ok -#: app/undo.c:2938 +#: app/undo.c:2920 msgid "gimage" msgstr "" -#: app/undo.c:2939 +#: app/undo.c:2921 msgid "FS rigor" msgstr "" -#: app/undo.c:2940 +#: app/undo.c:2922 msgid "FS relax" msgstr "" -#: app/undo.c:2941 +#: app/undo.c:2923 msgid "guide" msgstr "" -#: app/undo.c:2942 +#: app/undo.c:2924 msgid "text" msgstr "" -#: app/undo.c:2943 +#: app/undo.c:2925 msgid "float selection" msgstr "" -#: app/undo.c:2944 +#: app/undo.c:2926 msgid "paste" msgstr "plakken" -#: app/undo.c:2945 +#: app/undo.c:2927 msgid "cut" msgstr "knippen" -#: app/undo.c:2946 +#: app/undo.c:2928 msgid "transform core" msgstr "" -#: app/undo.c:2947 +#: app/undo.c:2929 msgid "paint core" msgstr "" -#: app/undo.c:2948 +#: app/undo.c:2930 msgid "floating layer" msgstr "" #. unused! -#: app/undo.c:2949 +#: app/undo.c:2931 msgid "linked layer" msgstr "" -#: app/undo.c:2950 +#: app/undo.c:2932 msgid "apply layer mask" msgstr "" #. ok -#: app/undo.c:2951 +#: app/undo.c:2933 msgid "layer merge" msgstr "" -#: app/undo.c:2952 +#: app/undo.c:2934 msgid "FS anchor" msgstr "" -#: app/undo.c:2953 +#: app/undo.c:2935 msgid "gimage mod" msgstr "" -#: app/undo.c:2954 +#: app/undo.c:2936 msgid "crop" msgstr "knip" -#: app/undo.c:2955 +#: app/undo.c:2937 msgid "layer scale" msgstr "schaal van de laag" -#: app/undo.c:2956 +#: app/undo.c:2938 msgid "layer resize" msgstr "" -#: app/undo.c:2957 +#: app/undo.c:2939 msgid "quickmask" msgstr "" -#: app/undo.c:2958 +#: app/undo.c:2940 msgid "attach parasite" msgstr "" -#: app/undo.c:2959 +#: app/undo.c:2941 msgid "remove parasite" msgstr "" -#: app/undo.c:2960 +#: app/undo.c:2942 msgid "resolution change" msgstr "resolutie wijziging" -#: app/undo.c:2961 +#: app/undo.c:2943 msgid "image scale" msgstr "Schaal instellen" -#: app/undo.c:2962 +#: app/undo.c:2944 msgid "image resize" msgstr "Beeld herschalen" -#: app/undo.c:2963 +#: app/undo.c:2945 msgid "misc" msgstr "" @@ -5917,7 +5939,7 @@ msgstr "Persoonlijke GIMP directory" msgid "Click \"Continue\" to create your personal GIMP directory." msgstr "" -#: app/user_install.c:754 +#: app/user_install.c:755 #, c-format msgid "" "For a proper GIMP installation, a subdirectory named\n" @@ -5926,85 +5948,85 @@ msgstr "" "Voor een correctie GIMP installatie, moet een submap genaamd\n" "%s aangemaakt worden." -#: app/user_install.c:760 +#: app/user_install.c:761 msgid "" "This subdirectory will contain a number of important files.\n" "Click on one of the files or subdirectories in the tree\n" "to get more information about the selected item." msgstr "" -#: app/user_install.c:844 +#: app/user_install.c:845 msgid "User Installation Log" msgstr "gebruikersinstallatie log" -#: app/user_install.c:850 +#: app/user_install.c:851 msgid "GIMP Performance Tuning" msgstr "GIMP performantietuning" -#: app/user_install.c:851 +#: app/user_install.c:852 msgid "Click \"Continue\" to accept the settings above." msgstr "Klik \"Doorgaan\" om bovenstaande instellingen te aanvaarden." -#: app/user_install.c:854 +#: app/user_install.c:855 msgid "For optimal GIMP performance, some settings may have to be adjusted." msgstr "" -#: app/user_install.c:863 +#: app/user_install.c:864 msgid "Monitor Resolution" msgstr "Beeldschermresolutie" -#: app/user_install.c:864 +#: app/user_install.c:865 msgid "Click \"Continue\" to start The GIMP." msgstr "" -#: app/user_install.c:867 +#: app/user_install.c:868 msgid "" "To display images in their natural size, GIMP needs to know your monitor " "resolution." msgstr "" -#: app/user_install.c:876 +#: app/user_install.c:877 msgid "Aborting Installation..." msgstr "Installatie afbreken..." -#: app/user_install.c:946 +#: app/user_install.c:947 msgid "does not exist. Cannot install." msgstr "" -#: app/user_install.c:958 +#: app/user_install.c:959 msgid "has invalid permissions. Cannot install." msgstr "" -#: app/user_install.c:996 +#: app/user_install.c:997 msgid "" "Did you notice any error messages in the console window?\n" "If not, installation was successful!\n" "Otherwise, quit and investigate the possible reason..." msgstr "" -#: app/user_install.c:1052 +#: app/user_install.c:1053 msgid "" "Did you notice any error messages in the lines above?\n" "If not, installation was successful!\n" "Otherwise, quit and investigate the possible reason..." msgstr "" -#: app/user_install.c:1064 +#: app/user_install.c:1065 msgid "Click \"Continue\" to complete GIMP installation." msgstr "" -#: app/user_install.c:1069 +#: app/user_install.c:1070 msgid "Installation failed. Contact system administrator." msgstr "" -#: app/user_install.c:1090 +#: app/user_install.c:1091 msgid "" "GIMP uses a limited amount of memory to store image data, the so-called\n" "\"Tile Cache\". You should adjust it's size to fit into memory. Consider\n" "the amount of memory used by other running processes." msgstr "" -#: app/user_install.c:1115 +#: app/user_install.c:1116 msgid "" "All image and undo data which doesn't fit into the Tile Cache will be\n" "written to a swap file. This file should be located on a local filesystem\n" @@ -6012,52 +6034,52 @@ msgid "" "may want to use the system-wide temp-dir (\"/tmp\" or \"/var/tmp\")." msgstr "" -#: app/user_install.c:1129 +#: app/user_install.c:1130 msgid "Swap Directory:" msgstr "Swap directory : " -#: app/user_install.c:1182 +#: app/user_install.c:1183 msgid "Calibrate Monitor Resolution" msgstr "Kalibreer beeldschermresolutie" -#: app/user_install.c:1290 +#: app/user_install.c:1291 msgid "Measure the rulers and enter their lengths below." msgstr "" -#: app/user_install.c:1305 +#: app/user_install.c:1306 msgid "Horizontal:" msgstr "Horizontaal :" -#: app/user_install.c:1310 +#: app/user_install.c:1311 msgid "Vertical:" msgstr "Verticaal :" -#: app/user_install.c:1351 +#: app/user_install.c:1352 msgid "" "GIMP can obtain this information from your X-server.\n" "However, most X-servers do not return useful values." msgstr "" -#: app/user_install.c:1358 +#: app/user_install.c:1359 #, c-format msgid "Get Resolution from X-server (Currently %d x %d dpi)" msgstr "Vraag resoltie aan de X-server (huidig %d x %d dpi)" -#: app/user_install.c:1372 +#: app/user_install.c:1373 msgid "Alternatively, you can set the monitor resolution manually." msgstr "" -#: app/user_install.c:1385 +#: app/user_install.c:1386 msgid "Monitor Resolution X:" msgstr "Beeldschermresolutie X :" -#: app/user_install.c:1421 +#: app/user_install.c:1422 msgid "" "You can also press the \"Calibrate\" button to open a window\n" "which lets you determine your monitor resolution interactively." msgstr "" -#: app/user_install.c:1428 +#: app/user_install.c:1429 msgid "Calibrate" msgstr "Kalibreer" @@ -6122,6 +6144,9 @@ msgstr "" msgid "Color History" msgstr "" +#~ msgid "From X Server" +#~ msgstr "van X server" + #~ msgid "This file cannot be moved up." #~ msgstr "Dit bestand kan niet naar boven verschoven worden." diff --git a/po/no.po b/po/no.po index b03b29df29..5e8e851db4 100644 --- a/po/no.po +++ b/po/no.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: gimp 1.1.21\n" -"POT-Creation-Date: 2000-06-20 15:41+0200\n" +"POT-Creation-Date: 2000-06-18 19:40-0700\n" "PO-Revision-Date: 2000-06-20 15:42+02:00\n" "Last-Translator: Kjartan Maraas \n" "Language-Team: Norwegian \n" diff --git a/po/pl.po b/po/pl.po index 5495bf8fd1..f7f13ac738 100644 --- a/po/pl.po +++ b/po/pl.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: GIMP 1.1.23\n" -"POT-Creation-Date: 2000-05-27 21:18-0700\n" +"POT-Creation-Date: 2000-06-18 19:40-0700\n" "PO-Revision-Date: 2000-04-04 22:06+02:00\n" "Last-Translator: Artur Polaczyñski \n" "Language-Team: Polish \n" @@ -16,21 +16,21 @@ msgstr "" "Content-Type: text/plain; charset=iso-8859-2\n" "Content-Transfer-Encoding: 8bit\n" -#: app/about_dialog.c:192 +#: app/about_dialog.c:256 msgid "About the GIMP" msgstr "Informacje o GIMP-ie" #. this is a font, provide only one single font definition -#: app/about_dialog.c:243 +#: app/about_dialog.c:307 msgid "-*-helvetica-medium-r-normal--*-140-*-*-*-*-*-*" msgstr "-*-helvetica-medium-r-normal--*-140-*-*-*-*-*-2" -#: app/about_dialog.c:253 +#: app/about_dialog.c:317 #, c-format msgid "Version %s brought to you by" msgstr "Wersja %s stworzona przez" -#: app/about_dialog.c:293 +#: app/about_dialog.c:357 msgid "Please visit http://www.gimp.org/ for more info" msgstr "Informacje znajdziesz na http://www.gimp.org/" @@ -47,7 +47,7 @@ msgstr "Nacisk: " msgid "-*-helvetica-bold-r-normal--*-140-*-*-*-*-*-*" msgstr "-*-helvetica-bold-r-normal--*-140-*-*-*-*-*-2" -#: app/app_procs.c:278 app/app_procs.c:280 app/interface.c:560 +#: app/app_procs.c:278 app/app_procs.c:280 app/interface.c:558 msgid "The GIMP" msgstr "GIMP" @@ -64,7 +64,7 @@ msgstr "stworzony przez" msgid "GIMP Startup" msgstr "Uruchamianie GIMP-a" -#: app/app_procs.c:492 app/gimprc.c:446 +#: app/app_procs.c:492 app/gimprc.c:452 #, c-format msgid "parsing \"%s\"\n" msgstr "analiza \"%s\"\n" @@ -79,22 +79,22 @@ msgid "Parasites" msgstr "" #. initialize the global parasite table -#: app/app_procs.c:556 app/internal_procs.c:71 app/preferences_dialog.c:2461 +#: app/app_procs.c:556 app/internal_procs.c:71 app/preferences_dialog.c:2493 msgid "Brushes" msgstr "Pêdzle" #. initialize the list of gimp brushes -#: app/app_procs.c:558 app/internal_procs.c:143 app/preferences_dialog.c:2469 +#: app/app_procs.c:558 app/internal_procs.c:140 app/preferences_dialog.c:2501 msgid "Patterns" msgstr "Wzory" #. initialize the list of gimp patterns -#: app/app_procs.c:560 app/preferences_dialog.c:2473 +#: app/app_procs.c:560 app/preferences_dialog.c:2505 msgid "Palettes" msgstr "Palety" #. initialize the list of gimp palettes -#: app/app_procs.c:562 app/internal_procs.c:113 app/preferences_dialog.c:2477 +#: app/app_procs.c:562 app/internal_procs.c:104 app/preferences_dialog.c:2509 msgid "Gradients" msgstr "Gradienty" @@ -123,12 +123,12 @@ msgstr "Zako #: app/curves.c:562 app/file_new_dialog.c:207 app/file_new_dialog.c:357 #: app/gdisplay_color_ui.c:135 app/gdisplay_ops.c:305 app/gimpprogress.c:112 #: app/global_edit.c:772 app/gradient.c:1768 app/gradient.c:4840 -#: app/gradient.c:5401 app/hue_saturation.c:374 app/interface.c:1027 -#: app/layers_dialog.c:3478 app/layers_dialog.c:3660 app/layers_dialog.c:3752 -#: app/layers_dialog.c:4012 app/levels.c:340 app/palette.c:1826 -#: app/posterize.c:202 app/preferences_dialog.c:1455 app/qmask.c:281 +#: app/gradient.c:5401 app/hue_saturation.c:374 app/interface.c:1039 +#: app/layers_dialog.c:3484 app/layers_dialog.c:3666 app/layers_dialog.c:3761 +#: app/layers_dialog.c:4021 app/levels.c:341 app/palette.c:1826 +#: app/posterize.c:202 app/preferences_dialog.c:1465 app/qmask.c:278 #: app/resize.c:194 app/resize.c:1326 app/threshold.c:275 -#: app/user_install.c:548 app/user_install.c:1190 modules/cdisplay_gamma.c:332 +#: app/user_install.c:548 app/user_install.c:1191 modules/cdisplay_gamma.c:332 #: modules/cdisplay_highcontrast.c:325 msgid "Cancel" msgstr "Anuluj" @@ -141,11 +141,11 @@ msgstr "Krzywa Beziera zosta msgid "Corrupt curve" msgstr "Uszkodzona krzywa" -#: app/bezier_select.c:2941 +#: app/bezier_select.c:2995 msgid "Curve not closed!" msgstr "Krzywa nie zosta³a zamkniêta!" -#: app/bezier_select.c:3228 app/gimage_mask.c:618 +#: app/bezier_select.c:3282 app/gimage_mask.c:620 msgid "Paintbrush operation failed." msgstr "Operacja pêdzlem nie powiod³a siê." @@ -173,7 +173,7 @@ msgstr "Dowolny gradient" msgid "Blend:" msgstr "Zlewanie:" -#: app/blend.c:320 app/gradient.c:532 app/preferences_dialog.c:2201 +#: app/blend.c:320 app/gradient.c:532 app/preferences_dialog.c:2233 msgid "Linear" msgstr "Liniowy" @@ -221,7 +221,7 @@ msgstr "Spiralny (przeciwnie do zegara)" msgid "Gradient:" msgstr "Gradient:" -#: app/blend.c:342 app/by_color_select.c:817 app/preferences_dialog.c:1810 +#: app/blend.c:342 app/by_color_select.c:838 app/preferences_dialog.c:1820 msgid "None" msgstr "Brak" @@ -269,7 +269,8 @@ msgstr "Zlewanie..." msgid "Blend: " msgstr "Zlewanie: " -#: app/brightness_contrast.c:127 app/brightness_contrast.c:209 app/tools.c:668 +#: app/brightness_contrast.c:127 app/brightness_contrast.c:209 +#: app/tools.c:1049 msgid "Brightness-Contrast" msgstr "Jasno¶æ i kontrast" @@ -282,19 +283,19 @@ msgstr "Nie mo #: app/color_balance.c:271 app/color_notebook.c:123 app/convert.c:504 #: app/curves.c:558 app/file_new_dialog.c:207 app/file_new_dialog.c:353 #: app/gdisplay_color_ui.c:133 app/gimpui.c:122 app/hue_saturation.c:370 -#: app/layers_dialog.c:3476 app/layers_dialog.c:3658 app/layers_dialog.c:3750 -#: app/layers_dialog.c:4010 app/levels.c:336 app/module_db.c:314 -#: app/posterize.c:198 app/preferences_dialog.c:1451 app/qmask.c:279 +#: app/layers_dialog.c:3482 app/layers_dialog.c:3664 app/layers_dialog.c:3759 +#: app/layers_dialog.c:4019 app/levels.c:337 app/module_db.c:314 +#: app/posterize.c:198 app/preferences_dialog.c:1461 app/qmask.c:276 #: app/resize.c:192 app/resize.c:1326 app/threshold.c:271 -#: app/user_install.c:1188 modules/cdisplay_gamma.c:330 +#: app/user_install.c:1189 modules/cdisplay_gamma.c:330 #: modules/cdisplay_highcontrast.c:323 msgid "OK" msgstr "OK" -#: app/brightness_contrast.c:216 app/by_color_select.c:694 +#: app/brightness_contrast.c:216 app/by_color_select.c:715 #: app/color_balance.c:273 app/curves.c:560 app/file_new_dialog.c:355 -#: app/hue_saturation.c:372 app/levels.c:338 app/posterize.c:200 -#: app/threshold.c:273 app/tools.c:1085 app/transform_core.c:406 +#: app/hue_saturation.c:372 app/levels.c:339 app/posterize.c:200 +#: app/threshold.c:273 app/tools.c:1542 app/transform_core.c:406 #: modules/colorsel_water.c:634 msgid "Reset" msgstr "Zresetuj" @@ -313,7 +314,7 @@ msgstr "Kontrast" #. The preview toggle #: app/brightness_contrast.c:300 app/color_balance.c:441 app/curves.c:682 -#: app/fileops.c:401 app/hue_saturation.c:562 app/levels.c:569 +#: app/fileops.c:401 app/hue_saturation.c:562 app/levels.c:570 #: app/palette.c:3236 app/posterize.c:239 app/threshold.c:348 msgid "Preview" msgstr "Podgl±d" @@ -323,15 +324,15 @@ msgid "Brush Editor" msgstr "Edytor pêdzli" #. The close button -#: app/brush_edit.c:216 app/brush_select.c:281 app/by_color_select.c:696 +#: app/brush_edit.c:216 app/brush_select.c:281 app/by_color_select.c:717 #: app/color_notebook.c:123 app/color_picker.c:297 app/colormap_dialog.i.c:173 -#: app/crop.c:1054 app/devices.c:755 app/docindex.c:773 app/errorconsole.c:281 +#: app/crop.c:1068 app/devices.c:755 app/docindex.c:773 app/errorconsole.c:281 #: app/gdisplay_ops.c:305 app/gradient.c:800 app/gradient_select.c:153 -#: app/histogram_tool.c:276 app/info_window.c:255 app/lc_dialog.c:195 +#: app/histogram_tool.c:275 app/info_window.c:255 app/lc_dialog.c:195 #: app/measure.c:321 app/nav_window.c:1344 app/palette.c:2072 #: app/palette.c:2088 app/palette.c:3118 app/palette_select.c:66 -#: app/pattern_select.c:172 app/preferences_dialog.c:364 app/tips_dialog.c:160 -#: app/tools.c:1087 app/undo_history.c:752 +#: app/pattern_select.c:172 app/preferences_dialog.c:367 app/tips_dialog.c:160 +#: app/tools.c:1544 app/undo_history.c:752 msgid "Close" msgstr "Zamknij" @@ -366,7 +367,7 @@ msgstr "Od msgid "No Brushes available" msgstr "Brak pêdzli" -#: app/brush_select.c:448 app/layers_dialog.c:412 app/tool_options.c:526 +#: app/brush_select.c:448 app/layers_dialog.c:413 app/tool_options.c:526 msgid "Opacity:" msgstr "Nieprzepuszczalno¶æ:" @@ -429,53 +430,53 @@ msgstr "Wype msgid "Bucket Fill operation failed." msgstr "Wype³nienie kube³kiem nie powiod³o siê." -#: app/bucket_fill.c:347 +#: app/bucket_fill.c:351 msgid "No available patterns for this operation." msgstr "Brak wzorów dla tej operacji." #. The shell and main vbox -#: app/by_color_select.c:689 +#: app/by_color_select.c:710 msgid "By Color Selection" msgstr "Zaznaczenie wed³ug koloru" -#: app/by_color_select.c:745 +#: app/by_color_select.c:766 msgid "Inactive" msgstr "Nieaktywny" -#: app/by_color_select.c:753 +#: app/by_color_select.c:774 msgid "Selection Mode" msgstr "Tryb zaznaczania" -#: app/by_color_select.c:758 app/paint_funcs.c:100 +#: app/by_color_select.c:779 app/paint_funcs.c:101 msgid "Replace" msgstr "Zast±p" -#: app/by_color_select.c:760 app/colormap_dialog.i.c:130 +#: app/by_color_select.c:781 app/colormap_dialog.i.c:130 #: app/gdisplay_color_ui.c:120 msgid "Add" msgstr "Dodaj" -#: app/by_color_select.c:761 app/layers_dialog.c:380 app/tool_options.c:926 +#: app/by_color_select.c:782 app/layers_dialog.c:380 app/tool_options.c:926 msgid "Subtract" msgstr "Odejmij" -#: app/by_color_select.c:762 +#: app/by_color_select.c:783 msgid "Intersect" msgstr "Przetnij" -#: app/by_color_select.c:773 +#: app/by_color_select.c:794 msgid "Fuzziness Threshold" msgstr "Próg rozmycia" -#: app/by_color_select.c:792 +#: app/by_color_select.c:813 msgid "Selection" msgstr "Zaznaczenie" -#: app/by_color_select.c:803 +#: app/by_color_select.c:824 msgid "Invert" msgstr "Zamieñ" -#: app/by_color_select.c:810 +#: app/by_color_select.c:831 msgid "All" msgstr "Wszystko" @@ -484,7 +485,7 @@ msgid "copy" msgstr "kopia" #. formulate the new layer_mask name -#: app/channel.c:196 app/gradient.c:1599 app/layer.c:329 app/layer.c:1745 +#: app/channel.c:196 app/gradient.c:1599 app/layer.c:329 app/layer.c:1746 #, c-format msgid "%s copy" msgstr "kopia %s" @@ -502,9 +503,9 @@ msgstr "Przesuni msgid "Offset X:" msgstr "Przesuniêcie X:" -#: app/channel_ops.c:115 app/crop.c:1063 app/file_new_dialog.c:530 +#: app/channel_ops.c:115 app/crop.c:1077 app/file_new_dialog.c:530 #: app/resize.c:343 app/resize.c:435 app/resize.c:572 app/rotate_tool.c:106 -#: app/scale_tool.c:100 app/shear_tool.c:82 app/user_install.c:1391 +#: app/scale_tool.c:100 app/shear_tool.c:82 app/user_install.c:1392 msgid "Y:" msgstr "Y:" @@ -513,12 +514,12 @@ msgstr "Y:" msgid "Wrap Around" msgstr "Zawiñ do oko³a" -#: app/channel_ops.c:174 app/image_new.c:76 app/image_new.c:291 -#: app/layers_dialog.c:3578 +#: app/channel_ops.c:174 app/image_new.c:76 app/image_new.c:290 +#: app/layers_dialog.c:3584 msgid "Background" msgstr "T³o" -#: app/channel_ops.c:175 app/image_new.c:86 app/layers_dialog.c:3580 +#: app/channel_ops.c:175 app/image_new.c:86 app/layers_dialog.c:3586 msgid "Transparent" msgstr "Prze¼roczysty" @@ -560,17 +561,17 @@ msgid "Empty Channel Copy" msgstr "" #: app/channels_dialog.c:1433 app/color_balance.c:343 app/color_select.c:250 -#: app/curves.c:583 app/histogram_tool.c:304 app/levels.c:369 +#: app/curves.c:583 app/histogram_tool.c:303 app/levels.c:370 msgid "Red" msgstr "Czerwony" #: app/channels_dialog.c:1437 app/color_balance.c:368 app/color_select.c:251 -#: app/curves.c:584 app/histogram_tool.c:305 app/levels.c:370 +#: app/curves.c:584 app/histogram_tool.c:304 app/levels.c:371 msgid "Green" msgstr "Zielony" #: app/channels_dialog.c:1441 app/color_balance.c:393 app/color_select.c:252 -#: app/curves.c:585 app/histogram_tool.c:306 app/levels.c:371 +#: app/curves.c:585 app/histogram_tool.c:305 app/levels.c:372 msgid "Blue" msgstr "Niebieski" @@ -633,7 +634,7 @@ msgid "No patterns available for this operation." msgstr "Brak wzorów dla tej operacji." #. The shell and main vbox -#: app/color_balance.c:168 app/color_balance.c:266 app/tools.c:650 +#: app/color_balance.c:168 app/color_balance.c:266 app/tools.c:1021 msgid "Color Balance" msgstr "Balans kolorów" @@ -685,7 +686,7 @@ msgstr "Wyb msgid "Revert to Old Color" msgstr "Przywróæ poprzedni kolor" -#: app/color_picker.c:144 app/color_picker.c:248 app/tools.c:357 +#: app/color_picker.c:144 app/color_picker.c:248 app/tools.c:568 msgid "Color Picker" msgstr "Kroplomierz" @@ -726,14 +727,14 @@ msgstr "Indeks:" msgid "Hex Triplet" msgstr "Triplet szesnastkowy" -#: app/color_picker.c:272 app/histogram_tool.c:260 +#: app/color_picker.c:272 app/histogram_tool.c:259 msgid "Intensity:" msgstr "Intensywno¶æ:" -#: app/color_picker.c:626 app/color_picker.c:627 app/color_picker.c:628 -#: app/color_picker.c:629 app/color_picker.c:630 app/color_picker.c:631 -#: app/color_picker.c:632 app/color_picker.c:644 app/color_picker.c:651 -#: app/color_picker.c:669 app/color_picker.c:684 app/info_window.c:185 +#: app/color_picker.c:632 app/color_picker.c:633 app/color_picker.c:634 +#: app/color_picker.c:635 app/color_picker.c:636 app/color_picker.c:637 +#: app/color_picker.c:638 app/color_picker.c:650 app/color_picker.c:657 +#: app/color_picker.c:675 app/color_picker.c:690 app/info_window.c:185 #: app/info_window.c:191 app/info_window.c:197 app/info_window.c:203 #: app/info_window.c:422 app/info_window.c:423 app/info_window.c:424 #: app/info_window.c:425 app/info_window.c:447 @@ -764,18 +765,18 @@ msgstr "G" msgid "B" msgstr "B" -#: app/color_select.c:247 app/layers_dialog.c:383 app/paint_funcs.c:94 +#: app/color_select.c:247 app/layers_dialog.c:383 app/paint_funcs.c:95 #: app/tool_options.c:929 msgid "Hue" msgstr "Odcieñ" -#: app/color_select.c:248 app/layers_dialog.c:384 app/paint_funcs.c:95 +#: app/color_select.c:248 app/layers_dialog.c:384 app/paint_funcs.c:96 #: app/tool_options.c:930 msgid "Saturation" msgstr "Nasycenie" -#: app/color_select.c:249 app/curves.c:582 app/histogram_tool.c:303 -#: app/layers_dialog.c:386 app/levels.c:368 app/paint_funcs.c:97 +#: app/color_select.c:249 app/curves.c:582 app/histogram_tool.c:302 +#: app/layers_dialog.c:386 app/levels.c:369 app/paint_funcs.c:98 #: app/tool_options.c:932 msgid "Value" msgstr "Warto¶æ" @@ -925,7 +926,7 @@ msgstr "Rozmywanie" msgid "Sharpen" msgstr "Wyostrzanie" -#: app/crop.c:178 app/tools.c:231 +#: app/crop.c:178 app/tools.c:372 msgid "Crop & Resize" msgstr "Kadrowanie i zmiana rozmiaru" @@ -943,11 +944,11 @@ msgstr "Dopuszczalne powi msgid "Tool Toggle" msgstr "" -#: app/crop.c:215 app/crop.c:1050 +#: app/crop.c:215 app/crop.c:1064 msgid "Crop" msgstr "Kadruj" -#: app/crop.c:217 app/crop.c:1052 +#: app/crop.c:217 app/crop.c:1066 msgid "Resize" msgstr "Zmieñ rozmiar" @@ -955,42 +956,42 @@ msgstr "Zmie msgid "Crop: " msgstr "Kadrowanie:" -#: app/crop.c:1023 +#: app/crop.c:1037 msgid "Crop: 0 x 0" msgstr "Kadrowanie: 0 x 0" #. create the info dialog -#: app/crop.c:1044 +#: app/crop.c:1058 msgid "Crop & Resize Information" msgstr "Informacje o kadrowaniu i zmianie rozmiaru" #. add the information fields -#: app/crop.c:1060 +#: app/crop.c:1074 msgid "Origin X:" msgstr "Pocz±tkowy X: " #. the pixel size labels -#: app/crop.c:1076 app/file_new_dialog.c:389 app/file_new_dialog.c:407 +#: app/crop.c:1090 app/file_new_dialog.c:389 app/file_new_dialog.c:407 #: app/tool_options.c:348 msgid "Width:" msgstr "Szeroko¶æ: " -#: app/crop.c:1079 app/file_new_dialog.c:395 app/file_new_dialog.c:413 -#: app/layers_dialog.c:3519 app/resize.c:253 app/resize.c:278 app/resize.c:509 +#: app/crop.c:1093 app/file_new_dialog.c:395 app/file_new_dialog.c:413 +#: app/layers_dialog.c:3525 app/resize.c:253 app/resize.c:278 app/resize.c:509 #: app/scale_tool.c:79 app/scale_tool.c:86 app/tool_options.c:364 msgid "Height:" msgstr "Wysoko¶æ: " -#: app/crop.c:1101 +#: app/crop.c:1115 msgid "From Selection" msgstr "Z zaznaczenia" -#: app/crop.c:1107 +#: app/crop.c:1121 msgid "Auto Shrink" msgstr "Automatyczne zmniejszanie" #. The shell and main vbox -#: app/curves.c:393 app/curves.c:553 app/tools.c:740 +#: app/curves.c:393 app/curves.c:553 app/tools.c:1161 msgid "Curves" msgstr "Krzywe" @@ -1002,7 +1003,7 @@ msgstr "Krzywe w trybie indeksowanym nie mog msgid "Modify Curves for Channel:" msgstr "Modyfikacja krzywych kana³u:" -#: app/curves.c:586 app/levels.c:372 +#: app/curves.c:586 app/levels.c:373 msgid "Alpha" msgstr "Alfa" @@ -1019,12 +1020,12 @@ msgstr "Wyg msgid "Free" msgstr "Swobodnie" -#: app/curves.c:699 app/levels.c:597 app/module_db.c:864 +#: app/curves.c:699 app/levels.c:598 app/module_db.c:864 msgid "Load" msgstr "Wczytaj" -#: app/curves.c:707 app/devices.c:753 app/levels.c:607 app/palette.c:2068 -#: app/preferences_dialog.c:362 app/preferences_dialog.c:1453 +#: app/curves.c:707 app/devices.c:753 app/levels.c:608 app/palette.c:2068 +#: app/preferences_dialog.c:365 app/preferences_dialog.c:1463 msgid "Save" msgstr "Zapisz" @@ -1036,12 +1037,12 @@ msgstr "Wczytaj krzywe" msgid "Save Curves" msgstr "Zapisz krzywe" -#: app/curves.c:1578 +#: app/curves.c:1579 msgid "Load/Save Curves" msgstr "Wczytaj/Zapisz krzywe" -#: app/curves.c:1623 app/curves.c:1641 app/levels.c:1429 app/levels.c:1447 -#: app/paths_dialog.c:1902 +#: app/curves.c:1624 app/curves.c:1642 app/levels.c:1441 app/levels.c:1459 +#: app/paths_dialog.c:1905 #, c-format msgid "Unable to open file %s" msgstr "Nie mo¿na otworzyæ pliku %s" @@ -1054,7 +1055,7 @@ msgstr "" msgid "Device Status" msgstr "Stan urz±dzenia" -#: app/disp_callbacks.c:813 app/global_edit.c:297 app/global_edit.c:303 +#: app/disp_callbacks.c:816 app/global_edit.c:297 app/global_edit.c:303 #: app/global_edit.c:375 msgid "Pasted Layer" msgstr "Wklejna warstwa" @@ -1109,11 +1110,11 @@ msgstr "" msgid "Mode" msgstr "Tryb" -#: app/edit_selection.c:181 +#: app/edit_selection.c:190 msgid "Move: 0, 0" msgstr "Przesuniêcie: 0, 0" -#: app/edit_selection.c:427 app/edit_selection.c:437 +#: app/edit_selection.c:436 app/edit_selection.c:446 msgid "Move: " msgstr "Przesuniêcie: " @@ -1127,7 +1128,7 @@ msgid "Hard Edge" msgstr "Ostre krawêdzie" #. the anti_erase toggle -#: app/eraser.c:118 app/paint_funcs.c:101 +#: app/eraser.c:118 app/paint_funcs.c:102 msgid "Anti Erase" msgstr "Anty Gumka" @@ -1200,8 +1201,8 @@ msgstr "Rozmiar obrazu: %s" msgid "New Image" msgstr "Nowy obraz" -#: app/file_new_dialog.c:453 app/preferences_dialog.c:1526 -#: app/preferences_dialog.c:1563 app/user_install.c:1378 +#: app/file_new_dialog.c:453 app/preferences_dialog.c:1536 +#: app/preferences_dialog.c:1573 app/user_install.c:1379 msgid "Pixels" msgstr "Piksele" @@ -1380,13 +1381,13 @@ msgstr "Nie" msgid "Flip Tool" msgstr "Odbijanie" -#: app/flip_tool.c:92 app/preferences_dialog.c:1577 -#: app/preferences_dialog.c:2348 +#: app/flip_tool.c:92 app/preferences_dialog.c:1587 +#: app/preferences_dialog.c:2380 msgid "Horizontal" msgstr "Poziomo" -#: app/flip_tool.c:94 app/preferences_dialog.c:1579 -#: app/preferences_dialog.c:2350 +#: app/flip_tool.c:94 app/preferences_dialog.c:1589 +#: app/preferences_dialog.c:2382 msgid "Vertical" msgstr "Pionowo" @@ -1405,27 +1406,27 @@ msgid "" "layer mask or channel." msgstr "" -#: app/gdisplay.c:220 +#: app/gdisplay.c:227 msgid "RGB-empty" msgstr "RGB-pusty" -#: app/gdisplay.c:220 app/image_new.c:60 app/preferences_dialog.c:1623 +#: app/gdisplay.c:227 app/image_new.c:60 app/preferences_dialog.c:1633 msgid "RGB" msgstr "RGB" -#: app/gdisplay.c:223 +#: app/gdisplay.c:230 msgid "grayscale-empty" msgstr "" -#: app/gdisplay.c:223 +#: app/gdisplay.c:230 msgid "grayscale" msgstr "" -#: app/gdisplay.c:226 +#: app/gdisplay.c:233 msgid "indexed-empty" msgstr "indeksowany-pusty" -#: app/gdisplay.c:226 +#: app/gdisplay.c:233 msgid "indexed" msgstr "indeksowany" @@ -1466,12 +1467,6 @@ msgstr "" "Dokonano zmian w %s.\n" "Czy pomimo tego zamkn±æ?" -#: app/gimage_cmds.c:3463 -msgid "" -"Image resolution is out of bounds,\n" -"using the default resolution instead." -msgstr "" - #: app/gimage_mask.c:208 msgid "" "Unable to cut/copy because the selected\n" @@ -1568,19 +1563,19 @@ msgstr "Wczytanie piksmapy p msgid "Can't fill unknown image type." msgstr "Nie mo¿na wype³niæ obrazu nieznanego typu." -#: app/gimpdrawable.c:501 +#: app/gimpdrawable.c:505 msgid "parasite attach to drawable" msgstr "" -#: app/gimpdrawable.c:536 +#: app/gimpdrawable.c:540 msgid "detach parasite from drawable" msgstr "" -#: app/gimpdrawable.c:743 +#: app/gimpdrawable.c:747 msgid "unnamed" msgstr "bez_nazwy" -#: app/gimpdrawable.c:760 +#: app/gimpdrawable.c:764 #, c-format msgid "Layer type %d not supported." msgstr "Typ %d warstwy nie jest obs³ugiwany" @@ -1644,7 +1639,7 @@ msgstr "" "Nie mo¿na dodaæ maski warstwy, poniwa¿\n" "jedna ju¿ istnieje." -#: app/gimpimage.c:3031 +#: app/gimpimage.c:3033 msgid "" "Unable to add a layer mask to a\n" "layer in an indexed image." @@ -1652,7 +1647,7 @@ msgstr "" "Nie mo¿na dodaæ maski warstwy do\n" "warstwy w indeksowanym obrazie." -#: app/gimpimage.c:3035 +#: app/gimpimage.c:3039 msgid "" "Cannot add layer mask to a layer\n" "with no alpha channel." @@ -1660,19 +1655,19 @@ msgstr "" "Nie mo¿na dodaæ maski warstwy do\n" "warstwy bez kana³u alfa." -#: app/gimpimage.c:3042 +#: app/gimpimage.c:3048 msgid "Cannot add layer mask of different dimensions than specified layer." msgstr "Nie mo¿na dodaæ maski warstwy o wymiarach ró¿nych od wymiarów warstwy." -#: app/gimpimage.c:3149 +#: app/gimpimage.c:3155 msgid "Channel cannot be raised any further" msgstr "Kana³ nie mo¿e zostaæ bardziej podniesiony" -#: app/gimpimage.c:3200 +#: app/gimpimage.c:3206 msgid "Channel cannot be lowered any further" msgstr "Kana³ nie mo¿e zostaæ bardziej obni¿ony" -#: app/gimpimage.c:3420 app/palette.c:364 app/palette.c:941 app/palette.c:1077 +#: app/gimpimage.c:3426 app/palette.c:364 app/palette.c:941 app/palette.c:1077 #: app/palette.c:2022 app/palette.c:2749 app/palette.c:2881 msgid "Untitled" msgstr "BezNazwy" @@ -1685,41 +1680,41 @@ msgstr "Post msgid "Please wait..." msgstr "Poczekaj chwilê..." -#: app/gimprc.c:465 +#: app/gimprc.c:471 #, c-format msgid "error parsing: \"%s\"\n" msgstr "b³±d przy analizie: \"%s\"\n" -#: app/gimprc.c:466 +#: app/gimprc.c:472 #, c-format msgid " at line %d column %d\n" msgstr " w wierszu %d, kolumnie %d\n" -#: app/gimprc.c:467 +#: app/gimprc.c:473 #, c-format msgid " unexpected token: %s\n" msgstr " nieoczekiwany token: %s\n" -#: app/gimprc.c:1434 +#: app/gimprc.c:1442 msgid "error parsing pluginrc" msgstr "b³±d przy analizie pluginrc" -#: app/gimprc.c:2869 +#: app/gimprc.c:2917 #, c-format msgid "Can't open %s; %s" msgstr "Nie mo¿na otworzyæ %s: %s" -#: app/gimprc.c:2888 +#: app/gimprc.c:2936 #, c-format msgid "Can't rename %s to %s.old; %s" msgstr "Nie mo¿na zmieniæ nazwy %s na %s.old: %s" -#: app/gimprc.c:2894 +#: app/gimprc.c:2942 #, c-format msgid "Couldn't reopen %s\n" msgstr "Nie mo¿na otworzyæ ponownie %s\n" -#: app/gimprc.c:2906 +#: app/gimprc.c:2954 #, c-format msgid "Can't write to %s; %s" msgstr "Nie mo¿na zapisaæ do %s: %s" @@ -1748,49 +1743,49 @@ msgid "GIMP Message" msgstr "Komunikat GIMP-a" #. pseudo unit -#: app/gimpunit.c:58 +#: app/gimpunit.c:63 msgid "pixel" msgstr "piksel" -#: app/gimpunit.c:58 app/measure.c:504 app/measure.c:508 app/paint_core.c:511 +#: app/gimpunit.c:63 app/measure.c:507 app/measure.c:511 app/paint_core.c:530 msgid "pixels" msgstr "piksele" #. standard units -#: app/gimpunit.c:61 +#: app/gimpunit.c:66 msgid "inch" msgstr "cal" -#: app/gimpunit.c:61 +#: app/gimpunit.c:66 msgid "inches" msgstr "cale" -#: app/gimpunit.c:62 +#: app/gimpunit.c:67 msgid "millimeter" msgstr "milimetr" -#: app/gimpunit.c:62 +#: app/gimpunit.c:67 msgid "millimeters" msgstr "milimetry" #. professional units -#: app/gimpunit.c:65 +#: app/gimpunit.c:70 msgid "point" msgstr "punkt" -#: app/gimpunit.c:65 +#: app/gimpunit.c:70 msgid "points" msgstr "punkty" -#: app/gimpunit.c:66 +#: app/gimpunit.c:71 msgid "pica" msgstr "" -#: app/gimpunit.c:66 +#: app/gimpunit.c:71 msgid "picas" msgstr "" -#: app/gimpunit.c:73 +#: app/gimpunit.c:78 msgid "percent" msgstr "procent" @@ -2165,44 +2160,44 @@ msgid "Gradient Selection" msgstr "Wybór gradientu" #. The shell and main vbox -#: app/histogram_tool.c:166 app/histogram_tool.c:270 app/tools.c:776 +#: app/histogram_tool.c:165 app/histogram_tool.c:269 app/tools.c:1217 msgid "Histogram" msgstr "Histogram" -#: app/histogram_tool.c:204 +#: app/histogram_tool.c:203 msgid "Histogram does not operate on indexed drawables." msgstr "Histrogram nie mo¿ne pracowaæ w trybie indeksowanym." -#: app/histogram_tool.c:256 +#: app/histogram_tool.c:255 msgid "Mean:" msgstr "" -#: app/histogram_tool.c:257 +#: app/histogram_tool.c:256 msgid "Std Dev:" msgstr "" -#: app/histogram_tool.c:258 +#: app/histogram_tool.c:257 msgid "Median:" msgstr "" -#: app/histogram_tool.c:259 +#: app/histogram_tool.c:258 msgid "Pixels:" msgstr "Piksele:" -#: app/histogram_tool.c:261 +#: app/histogram_tool.c:260 msgid "Count:" msgstr "" -#: app/histogram_tool.c:262 +#: app/histogram_tool.c:261 msgid "Percentile:" msgstr "" -#: app/histogram_tool.c:295 +#: app/histogram_tool.c:294 msgid "Information on Channel:" msgstr "Infformacje o kanale:" #. The shell and main vbox -#: app/hue_saturation.c:245 app/hue_saturation.c:365 app/tools.c:686 +#: app/hue_saturation.c:245 app/hue_saturation.c:365 app/tools.c:1077 msgid "Hue-Saturation" msgstr "Odcieñ i nasycenie" @@ -2248,45 +2243,51 @@ msgstr "Jasno msgid "Saturation:" msgstr "Nasycenie" +#: app/image_cmds.c:3463 +msgid "" +"Image resolution is out of bounds,\n" +"using the default resolution instead." +msgstr "" + #: app/image_new.c:65 app/info_window.c:65 app/info_window.c:534 -#: app/preferences_dialog.c:1624 +#: app/preferences_dialog.c:1634 msgid "Grayscale" msgstr "Odcienie szaro¶ci" -#: app/image_new.c:71 app/layers_dialog.c:3577 +#: app/image_new.c:71 app/layers_dialog.c:3583 msgid "Foreground" msgstr "Aktualny kolor" -#: app/image_new.c:81 app/layers_dialog.c:3579 +#: app/image_new.c:81 app/layers_dialog.c:3585 msgid "White" msgstr "Bia³y" -#: app/image_new.c:335 +#: app/image_new.c:336 #, c-format msgid "%d Bytes" msgstr "%d bajtów" -#: app/image_new.c:337 +#: app/image_new.c:338 #, c-format msgid "%.2f KB" msgstr "%.2f KB" -#: app/image_new.c:339 +#: app/image_new.c:340 #, c-format msgid "%.1f KB" msgstr "%.1f KB" -#: app/image_new.c:341 +#: app/image_new.c:342 #, c-format msgid "%d KB" msgstr "%d KB" -#: app/image_new.c:343 +#: app/image_new.c:344 #, c-format msgid "%.2f MB" msgstr "%.2f MB" -#: app/image_new.c:345 +#: app/image_new.c:346 #, c-format msgid "%.1f MB" msgstr "%.1f MB" @@ -2315,8 +2316,8 @@ msgstr "" "Aktywny gradient.\n" "Klikniêcie otwiera okno gradientów." -#: app/info_dialog.c:185 app/preferences_dialog.c:1784 -#: app/preferences_dialog.c:1890 +#: app/info_dialog.c:185 app/preferences_dialog.c:1794 +#: app/preferences_dialog.c:1900 msgid "General" msgstr "Ogólne" @@ -2441,7 +2442,7 @@ msgstr "Szybko msgid "Shape" msgstr "Kszta³t" -#: app/interface.c:305 +#: app/interface.c:308 msgid "" "Foreground & background colors. The black and white squares reset colors. " "The arrows swap colors. Double click to select a color from a colorrequester." @@ -2466,7 +2467,7 @@ msgstr "Kana msgid "Channel Ops" msgstr "Kana³y" -#: app/internal_procs.c:80 app/layers_dialog.c:385 app/paint_funcs.c:96 +#: app/internal_procs.c:80 app/layers_dialog.c:385 app/paint_funcs.c:97 #: app/tool_options.c:816 app/tool_options.c:931 msgid "Color" msgstr "Kolor" @@ -2476,88 +2477,88 @@ msgid "Convert" msgstr "Kontrast" #: app/internal_procs.c:86 -msgid "Drawable procedures" -msgstr "" - -#: app/internal_procs.c:89 -msgid "Edit procedures" -msgstr "" - -#: app/internal_procs.c:92 -msgid "File Operations" -msgstr "Operacje na plikach" - -#: app/internal_procs.c:95 -msgid "Floating selections" -msgstr "Oderwanie zaznaczenia" - -#: app/internal_procs.c:98 msgid "GDisplay procedures" msgstr "" -#: app/internal_procs.c:101 app/palette.c:3182 -msgid "Image" -msgstr "Obraz" +#: app/internal_procs.c:89 +msgid "Drawable procedures" +msgstr "" -#: app/internal_procs.c:104 -msgid "Image mask" -msgstr "Maska obrazu" +#: app/internal_procs.c:92 +msgid "Edit procedures" +msgstr "" -#: app/internal_procs.c:107 +#: app/internal_procs.c:95 +msgid "File Operations" +msgstr "Operacje na plikach" + +#: app/internal_procs.c:98 +msgid "Floating selections" +msgstr "Oderwanie zaznaczenia" + +#: app/internal_procs.c:101 msgid "Gimprc procedures" msgstr "" -#: app/internal_procs.c:110 -msgid "Help procedures" -msgstr "" - -#: app/internal_procs.c:116 +#: app/internal_procs.c:107 msgid "Gradient UI" msgstr "" -#: app/internal_procs.c:119 +#: app/internal_procs.c:110 msgid "Guide procedures" msgstr "" -#: app/internal_procs.c:122 app/preferences_dialog.c:1774 -#: app/preferences_dialog.c:1776 -msgid "Interface" -msgstr "Interfejs" +#: app/internal_procs.c:113 +msgid "Help procedures" +msgstr "" + +#: app/internal_procs.c:116 app/palette.c:3182 +msgid "Image" +msgstr "Obraz" #. the layer name label -#: app/internal_procs.c:125 app/layer_select.c:137 +#: app/internal_procs.c:119 app/layer_select.c:137 msgid "Layer" msgstr "Warstwa" -#: app/internal_procs.c:128 +#: app/internal_procs.c:122 app/preferences_dialog.c:1784 +#: app/preferences_dialog.c:1786 +msgid "Interface" +msgstr "Interfejs" + +#: app/internal_procs.c:125 msgid "Miscellaneous" msgstr "Ró¿ne" -#: app/internal_procs.c:131 app/palette.c:2197 app/palette.c:2209 +#: app/internal_procs.c:128 app/palette.c:2197 app/palette.c:2209 #: app/palette_select.c:87 msgid "Palette" msgstr "Paleta" -#: app/internal_procs.c:134 +#: app/internal_procs.c:131 msgid "Parasite procedures" msgstr "" -#: app/internal_procs.c:137 app/lc_dialog.c:179 +#: app/internal_procs.c:134 app/lc_dialog.c:179 msgid "Paths" msgstr "¦cie¿ki" -#: app/internal_procs.c:140 +#: app/internal_procs.c:137 msgid "Pattern UI" msgstr "" -#: app/internal_procs.c:146 +#: app/internal_procs.c:143 msgid "Plug-in" msgstr "Wtyczka" -#: app/internal_procs.c:149 +#: app/internal_procs.c:146 msgid "Procedural database" msgstr "" +#: app/internal_procs.c:149 +msgid "Image mask" +msgstr "Maska obrazu" + #: app/internal_procs.c:152 msgid "Text procedures" msgstr "Procedury tekstu" @@ -2595,7 +2596,7 @@ msgstr "maska %s" msgid "Layer Select" msgstr "" -#: app/layers_dialog.c:264 app/layers_dialog.c:3509 +#: app/layers_dialog.c:264 app/layers_dialog.c:3515 msgid "New Layer" msgstr "Nowa warstwa" @@ -2627,43 +2628,43 @@ msgstr "Zakotwicza warstw msgid "Delete Layer" msgstr "Usuwa warstwê" -#: app/layers_dialog.c:372 app/paint_funcs.c:83 app/tool_options.c:917 +#: app/layers_dialog.c:372 app/paint_funcs.c:84 app/tool_options.c:917 msgid "Normal" msgstr "" -#: app/layers_dialog.c:373 app/paint_funcs.c:84 app/tool_options.c:918 +#: app/layers_dialog.c:373 app/paint_funcs.c:85 app/tool_options.c:918 msgid "Dissolve" msgstr "" -#: app/layers_dialog.c:374 app/paint_funcs.c:86 app/tool_options.c:920 +#: app/layers_dialog.c:374 app/paint_funcs.c:87 app/tool_options.c:920 msgid "Multiply (Burn)" msgstr "" -#: app/layers_dialog.c:375 app/paint_funcs.c:98 app/tool_options.c:921 +#: app/layers_dialog.c:375 app/paint_funcs.c:99 app/tool_options.c:921 msgid "Divide (Dodge)" msgstr "" -#: app/layers_dialog.c:376 app/paint_funcs.c:87 app/tool_options.c:922 +#: app/layers_dialog.c:376 app/paint_funcs.c:88 app/tool_options.c:922 msgid "Screen" msgstr "" -#: app/layers_dialog.c:377 app/paint_funcs.c:88 app/tool_options.c:923 +#: app/layers_dialog.c:377 app/paint_funcs.c:89 app/tool_options.c:923 msgid "Overlay" msgstr "" -#: app/layers_dialog.c:378 app/paint_funcs.c:89 app/tool_options.c:924 +#: app/layers_dialog.c:378 app/paint_funcs.c:90 app/tool_options.c:924 msgid "Difference" msgstr "Ró¿nica" -#: app/layers_dialog.c:379 app/paint_funcs.c:90 app/tool_options.c:925 +#: app/layers_dialog.c:379 app/paint_funcs.c:91 app/tool_options.c:925 msgid "Addition" msgstr "Suma" -#: app/layers_dialog.c:381 app/paint_funcs.c:92 app/tool_options.c:927 +#: app/layers_dialog.c:381 app/paint_funcs.c:93 app/tool_options.c:927 msgid "Darken Only" msgstr "Tylko ciemniejsze" -#: app/layers_dialog.c:382 app/paint_funcs.c:93 app/tool_options.c:928 +#: app/layers_dialog.c:382 app/paint_funcs.c:94 app/tool_options.c:928 msgid "Lighten Only" msgstr "Tylko ja¶niejsze" @@ -2671,62 +2672,67 @@ msgstr "Tylko ja msgid "Keep Trans." msgstr "" -#: app/layers_dialog.c:1901 +#: app/layers_dialog.c:405 +#, fuzzy +msgid "Keep Transparency" +msgstr "Prze¼roczysto¶æ" + +#: app/layers_dialog.c:1907 msgid "Empty Layer Copy" msgstr "" -#: app/layers_dialog.c:2163 app/layers_dialog.c:3320 app/layers_dialog.c:3687 +#: app/layers_dialog.c:2169 app/layers_dialog.c:3326 app/layers_dialog.c:3693 msgid "Floating Selection" msgstr "Zaznaczenie p³ywaj±ce" -#: app/layers_dialog.c:3470 +#: app/layers_dialog.c:3476 msgid "New Layer Options" msgstr "Opcje nowej warstwy" #. The name label and entry -#: app/layers_dialog.c:3499 +#: app/layers_dialog.c:3505 msgid "Layer Name:" msgstr "Nazwa warstwy:" #. The size labels -#: app/layers_dialog.c:3513 +#: app/layers_dialog.c:3519 msgid "Layer Width:" msgstr "Szeroko¶æ warstwy:" -#: app/layers_dialog.c:3573 +#: app/layers_dialog.c:3579 msgid "Layer Fill Type" msgstr "Typ wype³nienia warstwy" -#: app/layers_dialog.c:3652 +#: app/layers_dialog.c:3658 msgid "Edit Layer Attributes" msgstr "Modyfikuj atrybuty warstwy" -#: app/layers_dialog.c:3679 +#: app/layers_dialog.c:3685 msgid "Layer name:" msgstr "Nazwa warstwy:" -#: app/layers_dialog.c:3744 +#: app/layers_dialog.c:3753 msgid "Add Mask Options" msgstr "Dodaj opcje maski" #. The radio frame and box -#: app/layers_dialog.c:3762 +#: app/layers_dialog.c:3771 msgid "Initialize Layer Mask to:" msgstr "Pocz±tkowa maska warstwy:" -#: app/layers_dialog.c:3767 +#: app/layers_dialog.c:3776 msgid "White (Full Opacity)" msgstr "Bia³y (bez prze¼roczysto¶ci)" -#: app/layers_dialog.c:3769 +#: app/layers_dialog.c:3778 msgid "Black (Full Transparency)" msgstr "Czarny (pe³na prze¼roczysto¶æ)" -#: app/layers_dialog.c:3771 +#: app/layers_dialog.c:3780 msgid "Layer's Alpha Channel" msgstr "Kana³ Alfa warstwy" -#: app/layers_dialog.c:3832 app/layers_dialog.c:3918 +#: app/layers_dialog.c:3841 app/layers_dialog.c:3927 msgid "" "Invalid width or height.\n" "Both must be positive." @@ -2734,27 +2740,27 @@ msgstr "" "Niepoprawna szeroko¶æ lub wysoko¶æ.\n" "Obie warto¶ci musz± byæ dodatnie." -#: app/layers_dialog.c:4004 +#: app/layers_dialog.c:4013 msgid "Layer Merge Options" msgstr "Opcje ³±czenia kana³ów" -#: app/layers_dialog.c:4029 +#: app/layers_dialog.c:4038 msgid "Final, Merged Layer should be:" msgstr "Wynikowa, po³±czona warstwa powinna byæ:" -#: app/layers_dialog.c:4030 +#: app/layers_dialog.c:4039 msgid "Final, Anchored Layer should be:" msgstr "Wynikowa, zakotwiczona warstwa powinna byæ:" -#: app/layers_dialog.c:4035 +#: app/layers_dialog.c:4044 msgid "Expanded as necessary" msgstr "Rozszerzona w razie potrzeby" -#: app/layers_dialog.c:4037 +#: app/layers_dialog.c:4046 msgid "Clipped to image" msgstr "Przyciêta do obrazu" -#: app/layers_dialog.c:4039 +#: app/layers_dialog.c:4048 msgid "Clipped to bottom layer" msgstr "Przyciêta do najni¿szej warstwy" @@ -2763,7 +2769,7 @@ msgid "Layers, Channels & Paths" msgstr "Warstwy, kana³y i ¶cie¿ki" #. The Auto-button -#: app/lc_dialog.c:147 app/levels.c:587 +#: app/lc_dialog.c:147 app/levels.c:588 msgid "Auto" msgstr "Aut." @@ -2776,35 +2782,35 @@ msgid "Channels" msgstr "Kana³y" #. The shell and main vbox -#: app/levels.c:196 app/levels.c:331 app/tools.c:758 +#: app/levels.c:197 app/levels.c:332 app/tools.c:1189 msgid "Levels" msgstr "Poziomy" -#: app/levels.c:234 +#: app/levels.c:235 msgid "Levels for indexed drawables cannot be adjusted." msgstr "" -#: app/levels.c:360 +#: app/levels.c:361 msgid "Modify Levels for Channel:" msgstr "Modyfikacja poziomów kana³u:" -#: app/levels.c:384 +#: app/levels.c:385 msgid "Input Levels:" msgstr "Poziomy wej¶ciowe:" -#: app/levels.c:493 +#: app/levels.c:494 msgid "Output Levels:" msgstr "Poziomy wyj¶ciowe:" -#: app/levels.c:1050 +#: app/levels.c:1052 msgid "Load Levels" msgstr "Wczytaj poziomy" -#: app/levels.c:1065 +#: app/levels.c:1067 msgid "Save Levels" msgstr "Zapisz poziomy" -#: app/levels.c:1384 +#: app/levels.c:1396 msgid "Load/Save Levels" msgstr "Wczytaj/Zapisz poziomy" @@ -2933,7 +2939,7 @@ msgstr "Wykorzystanie okna informacyjnego" msgid "Distance:" msgstr "Odleg³o¶æ:" -#: app/measure.c:504 app/measure.c:509 app/measure.c:517 app/measure.c:545 +#: app/measure.c:507 app/measure.c:512 app/measure.c:520 app/measure.c:548 msgid "degrees" msgstr "stopni" @@ -3777,7 +3783,7 @@ msgstr "Stan:" msgid "Autoload during startup" msgstr "Wczytywanie przy uruchamianiu" -#: app/move.c:473 +#: app/move.c:494 msgid "Move Tool" msgstr "Przesuwanie" @@ -3791,19 +3797,19 @@ msgstr "Nawigacja: %s-%d.%d" msgid "Navigation: No Image" msgstr "Nawigacja: Brak obrazu" -#: app/paint_core.c:745 +#: app/paint_core.c:791 msgid "No brushes available for use with this tool." msgstr "Brak dostêpnych pêdzli dla tego narzêdzia." -#: app/paint_funcs.c:85 app/tool_options.c:919 +#: app/paint_funcs.c:86 app/tool_options.c:919 msgid "Behind" msgstr "" -#: app/paint_funcs.c:91 +#: app/paint_funcs.c:92 msgid "Subtraction" msgstr "" -#: app/paint_funcs.c:99 +#: app/paint_funcs.c:100 msgid "Erase" msgstr "" @@ -4037,40 +4043,40 @@ msgstr "Modyfikuj atrybuty msgid "Enter a new name for the path" msgstr "Wprowad¼ now± nazwê ¶cie¿ki" -#: app/paths_dialog.c:1916 +#: app/paths_dialog.c:1919 #, c-format msgid "Failed to read from %s" msgstr "" -#: app/paths_dialog.c:1931 +#: app/paths_dialog.c:1934 #, c-format msgid "Failed to read path from %s" msgstr "Wczytanie ¶cie¿ki z %s nie powiod³o siê" -#: app/paths_dialog.c:1938 +#: app/paths_dialog.c:1941 #, c-format msgid "No points specified in path file %s" msgstr "" -#: app/paths_dialog.c:1949 +#: app/paths_dialog.c:1952 #, c-format msgid "Failed to read path points from %s" msgstr "Wczytanie punktów ¶cie¿ki z %s nie powiod³o siê" -#: app/paths_dialog.c:2022 app/xcf.c:436 +#: app/paths_dialog.c:2025 app/xcf.c:436 #, c-format msgid "open failed on %s: %s\n" msgstr "otwarcie %s nie powiod³o siê: %s\n" -#: app/paths_dialog.c:2044 +#: app/paths_dialog.c:2047 msgid "Load/Store Bezier Curves" msgstr "" -#: app/paths_dialog.c:2084 +#: app/paths_dialog.c:2087 msgid "Load Path" msgstr "Wczytaj ¶cie¿kê" -#: app/paths_dialog.c:2106 +#: app/paths_dialog.c:2109 msgid "Store Path" msgstr "Zapisz ¶cie¿kê" @@ -4158,7 +4164,7 @@ msgstr "" msgid "Posterize does not operate on indexed drawables." msgstr "" -#: app/posterize.c:193 app/tools.c:704 +#: app/posterize.c:193 app/tools.c:1105 msgid "Posterize" msgstr "Izochelia" @@ -4166,53 +4172,53 @@ msgstr "Izochelia" msgid "Posterize Levels:" msgstr "" -#: app/preferences_dialog.c:244 +#: app/preferences_dialog.c:247 msgid "Error: Levels of undo must be zero or greater." msgstr "B³±d: Liczba poziomów cofniêæ nie mo¿e byæ mniejsza od zera." -#: app/preferences_dialog.c:250 +#: app/preferences_dialog.c:253 msgid "Error: Marching speed must be 50 or greater." msgstr "" -#: app/preferences_dialog.c:256 +#: app/preferences_dialog.c:259 msgid "Error: Default width must be one or greater." msgstr "B³±d: Domy¶lna szeroko¶æ nie mo¿e byæ mniejsza od jeden." -#: app/preferences_dialog.c:262 +#: app/preferences_dialog.c:265 msgid "Error: Default height must be one or greater." msgstr "B³±d: Domy¶lna wysoko¶æ nie mo¿e byæ mniejsza od jeden." -#: app/preferences_dialog.c:269 +#: app/preferences_dialog.c:272 msgid "Error: Default unit must be within unit range." msgstr "" -#: app/preferences_dialog.c:276 +#: app/preferences_dialog.c:279 msgid "Error: Default resolution must not be zero." msgstr "B³±d: Domy¶lna rozdzielczo¶æ nie mo¿e wynosiæ zero." -#: app/preferences_dialog.c:284 +#: app/preferences_dialog.c:287 msgid "Error: Default resolution unit must be within unit range." msgstr "" "B³±d: Domy¶lna jednostka rozdzielczo¶ci musi siê mie¶ciæ w przedziale " "jednostki." -#: app/preferences_dialog.c:291 +#: app/preferences_dialog.c:294 msgid "Error: Monitor resolution must not be zero." msgstr "B³±d: Rozdzielczo¶æ monitora nie mo¿e wynosiæ zero." -#: app/preferences_dialog.c:298 +#: app/preferences_dialog.c:301 msgid "Error: Image title format must not be NULL." msgstr "Error: Format tytu³u obrazu nie mo¿e byæ pusty." -#: app/preferences_dialog.c:305 +#: app/preferences_dialog.c:308 msgid "Error: Number of processors must be between 1 and 30." msgstr "B³±d: Liczba procesorów musi siê zawieraæ pomiêdzy 1 i 30." -#: app/preferences_dialog.c:356 +#: app/preferences_dialog.c:359 msgid "Save Preferences ?" msgstr "Zapisaæ preferencje?" -#: app/preferences_dialog.c:377 +#: app/preferences_dialog.c:380 msgid "" "At least one of the changes you made will only\n" "take effect after you restart the GIMP.\n" @@ -4223,494 +4229,511 @@ msgid "" "be applied." msgstr "" -#: app/preferences_dialog.c:471 +#: app/preferences_dialog.c:474 msgid "You will need to restart GIMP for these changes to take effect." msgstr "Zmiany odnios± efekt po ponownym uruchomieniu GIMP-a." -#: app/preferences_dialog.c:1020 +#: app/preferences_dialog.c:1029 #, c-format msgid "The default comment is limited to %d characters." msgstr "D³ugo¶æ domy¶lnego komentarza jest ograniczona do %d znaków." -#: app/preferences_dialog.c:1445 +#: app/preferences_dialog.c:1455 msgid "Preferences" msgstr "Preferencje" #. The categories tree -#: app/preferences_dialog.c:1467 +#: app/preferences_dialog.c:1477 msgid "Categories" msgstr "Kategorie" -#: app/preferences_dialog.c:1495 app/preferences_dialog.c:1497 +#: app/preferences_dialog.c:1505 app/preferences_dialog.c:1507 msgid "New File" msgstr "Nowy plik" -#: app/preferences_dialog.c:1508 +#: app/preferences_dialog.c:1518 msgid "Default Image Size and Unit" msgstr "Domy¶lny rozmiar obrazu i jednostka" -#: app/preferences_dialog.c:1522 +#: app/preferences_dialog.c:1532 msgid "Width" msgstr "Szeroko¶æ" -#: app/preferences_dialog.c:1524 +#: app/preferences_dialog.c:1534 msgid "Height" msgstr "Wysoko¶æ" -#: app/preferences_dialog.c:1554 +#: app/preferences_dialog.c:1564 msgid "Default Image Resolution and Resolution Unit" msgstr "Domy¶lna rozdzielczo¶æ obrazu i jednostka rozdzielczo¶ci" -#: app/preferences_dialog.c:1581 app/preferences_dialog.c:2352 +#: app/preferences_dialog.c:1591 app/preferences_dialog.c:2384 msgid "dpi" msgstr "dpi" -#: app/preferences_dialog.c:1628 +#: app/preferences_dialog.c:1638 msgid "Default Image Type:" msgstr "Domy¶lny typ obrazu:" -#: app/preferences_dialog.c:1640 +#: app/preferences_dialog.c:1650 msgid "Maximum Image Size:" msgstr "Maksymalny rozmiar obrazu:" -#: app/preferences_dialog.c:1645 app/preferences_dialog.c:1647 +#: app/preferences_dialog.c:1655 app/preferences_dialog.c:1657 msgid "Default Comment" msgstr "Domy¶lny komentarz" -#: app/preferences_dialog.c:1655 +#: app/preferences_dialog.c:1665 msgid "Comment Used for New Images" msgstr "Komentarz wykorzystywany dla nowych obrazów" -#: app/preferences_dialog.c:1675 app/preferences_dialog.c:1677 +#: app/preferences_dialog.c:1685 app/preferences_dialog.c:1687 msgid "Display" msgstr "Wy¶wietlanie" -#: app/preferences_dialog.c:1685 +#: app/preferences_dialog.c:1695 msgid "Transparency" msgstr "Prze¼roczysto¶æ" -#: app/preferences_dialog.c:1704 +#: app/preferences_dialog.c:1714 msgid "Light Checks" msgstr "" -#: app/preferences_dialog.c:1705 +#: app/preferences_dialog.c:1715 msgid "Mid-Tone Checks" msgstr "" -#: app/preferences_dialog.c:1706 +#: app/preferences_dialog.c:1716 msgid "Dark Checks" msgstr "" -#: app/preferences_dialog.c:1707 +#: app/preferences_dialog.c:1717 msgid "White Only" msgstr "Tylko bia³y" -#: app/preferences_dialog.c:1708 +#: app/preferences_dialog.c:1718 msgid "Gray Only" msgstr "Tylko szary" -#: app/preferences_dialog.c:1709 +#: app/preferences_dialog.c:1719 msgid "Black Only" msgstr "Tylko czarny" -#: app/preferences_dialog.c:1713 +#: app/preferences_dialog.c:1723 msgid "Transparency Type:" msgstr "Typ prze¼roczysto¶ci:" -#: app/preferences_dialog.c:1720 app/preferences_dialog.c:1812 -#: app/preferences_dialog.c:1826 +#: app/preferences_dialog.c:1730 app/preferences_dialog.c:1822 +#: app/preferences_dialog.c:1836 msgid "Small" msgstr "Ma³y" -#: app/preferences_dialog.c:1721 app/preferences_dialog.c:1813 -#: app/preferences_dialog.c:1827 +#: app/preferences_dialog.c:1731 app/preferences_dialog.c:1823 +#: app/preferences_dialog.c:1837 msgid "Medium" msgstr "¦redni" -#: app/preferences_dialog.c:1722 app/preferences_dialog.c:1814 -#: app/preferences_dialog.c:1828 +#: app/preferences_dialog.c:1732 app/preferences_dialog.c:1824 +#: app/preferences_dialog.c:1838 msgid "Large" msgstr "Wielki" -#: app/preferences_dialog.c:1726 +#: app/preferences_dialog.c:1736 msgid "Check Size:" msgstr "" -#: app/preferences_dialog.c:1729 +#: app/preferences_dialog.c:1739 msgid "8-Bit Displays" msgstr "Ekrany 8-bitowe" -#: app/preferences_dialog.c:1750 +#: app/preferences_dialog.c:1760 msgid "Minimum Number of Colors:" msgstr "" -#: app/preferences_dialog.c:1753 +#: app/preferences_dialog.c:1763 msgid "Install Colormap" msgstr "Instalowanie palety kolorów" -#: app/preferences_dialog.c:1762 +#: app/preferences_dialog.c:1772 msgid "Colormap Cycling" msgstr "" -#: app/preferences_dialog.c:1811 +#: app/preferences_dialog.c:1821 msgid "Tiny" msgstr "" -#: app/preferences_dialog.c:1815 +#: app/preferences_dialog.c:1825 msgid "Huge" msgstr "" -#: app/preferences_dialog.c:1819 +#: app/preferences_dialog.c:1829 msgid "Preview Size:" msgstr "Rozmiar podgl±du:" -#: app/preferences_dialog.c:1832 +#: app/preferences_dialog.c:1842 msgid "Nav Preview Size:" msgstr "Rozmiar podgl±du nawigacyjnego:" -#: app/preferences_dialog.c:1842 +#: app/preferences_dialog.c:1852 msgid "Recent Documents List Size:" msgstr "Rozmiar listy ostatnich dokumentów:" #. Indicators -#: app/preferences_dialog.c:1846 +#: app/preferences_dialog.c:1856 msgid "Toolbox" msgstr "Narzêdziówka" -#: app/preferences_dialog.c:1849 +#: app/preferences_dialog.c:1859 msgid "Display Brush, Pattern and Gradient Indicators" msgstr "Wy¶wietlanie wska¼ników pêdzla, wzoru i gradientu" -#: app/preferences_dialog.c:1858 +#: app/preferences_dialog.c:1868 msgid "Dialog Behaviour" msgstr "Zachowanie siê okna dialogowego" -#: app/preferences_dialog.c:1860 +#: app/preferences_dialog.c:1870 msgid "Navigation Window per Display" msgstr "" -#: app/preferences_dialog.c:1869 +#: app/preferences_dialog.c:1879 msgid "Info Window Follows Mouse" msgstr "Pod±¿anie okna informacyjnego za myszk±" -#: app/preferences_dialog.c:1880 app/preferences_dialog.c:1882 +#: app/preferences_dialog.c:1890 app/preferences_dialog.c:1892 msgid "Help System" msgstr "System pomocy" -#: app/preferences_dialog.c:1892 +#: app/preferences_dialog.c:1902 msgid "Show Tool Tips" msgstr "Wy¶wietlanie podpowiedzi" -#: app/preferences_dialog.c:1902 +#: app/preferences_dialog.c:1912 msgid "Context Sensitive Help with \"F1\"" msgstr "Pomoc kontekstowa pod klawiszem \"F1\"" -#: app/preferences_dialog.c:1911 +#: app/preferences_dialog.c:1921 msgid "Help Browser" msgstr "Przegl±darka pomocy" -#: app/preferences_dialog.c:1923 +#: app/preferences_dialog.c:1933 msgid "Internal" msgstr "Wewnêtrzna" -#: app/preferences_dialog.c:1924 +#: app/preferences_dialog.c:1934 msgid "Netscape" msgstr "Netscape" -#: app/preferences_dialog.c:1928 +#: app/preferences_dialog.c:1938 msgid "Help Browser to Use:" msgstr "Wykorzystywana przegl±darka pomocy:" -#: app/preferences_dialog.c:1933 app/preferences_dialog.c:1935 +#: app/preferences_dialog.c:1943 app/preferences_dialog.c:1945 msgid "Image Windows" msgstr "Okna z obrazami" -#: app/preferences_dialog.c:1943 +#: app/preferences_dialog.c:1953 msgid "Appearance" msgstr "Wygl±d" -#: app/preferences_dialog.c:1945 +#: app/preferences_dialog.c:1955 msgid "Use \"Dot for Dot\" by default" msgstr "Domy¶lne ustawienie \"Punkt do punktu\"" -#: app/preferences_dialog.c:1954 +#: app/preferences_dialog.c:1964 msgid "Resize Window on Zoom" msgstr "Zmiana rozmiaru okna przy powiêkszeniu" -#: app/preferences_dialog.c:1963 +#: app/preferences_dialog.c:1973 msgid "Show Rulers" msgstr "Wy¶wietlanie linijek" -#: app/preferences_dialog.c:1972 +#: app/preferences_dialog.c:1982 msgid "Show Statusbar" msgstr "Wy¶wietlanie paska stanu" -#: app/preferences_dialog.c:1996 +#: app/preferences_dialog.c:2006 msgid "Marching Ants Speed:" msgstr "Szybko¶æ animacji obwódki:" #. Set the currently used string as "Custom" -#: app/preferences_dialog.c:2004 +#: app/preferences_dialog.c:2014 msgid "Custom" msgstr "U¿ytkownika" #. set some commonly used format strings -#: app/preferences_dialog.c:2010 +#: app/preferences_dialog.c:2020 msgid "Standard" msgstr "Standardowa" -#: app/preferences_dialog.c:2015 +#: app/preferences_dialog.c:2025 msgid "Show zoom percentage" msgstr "Wy¶wietlanie procentowego powiêkszenia" -#: app/preferences_dialog.c:2020 +#: app/preferences_dialog.c:2030 msgid "Show zoom ratio" msgstr "Wy¶wietlanie wspó³czynnika powiêkszenia" -#: app/preferences_dialog.c:2025 +#: app/preferences_dialog.c:2035 msgid "Show reversed zoom ratio" msgstr "Wy¶wietlanie odwrotnego wspó³czynnika powiêkszenia" -#: app/preferences_dialog.c:2036 +#: app/preferences_dialog.c:2046 msgid "Image Title Format:" msgstr "Format tytu³u obrazu:" #. End of the title format string -#: app/preferences_dialog.c:2040 +#: app/preferences_dialog.c:2050 msgid "Pointer Movement Feedback" msgstr "¦ledzenie ruchów wska¼nika" -#: app/preferences_dialog.c:2043 +#: app/preferences_dialog.c:2053 msgid "Perfect-but-Slow Pointer Tracking" msgstr "¦ledzenie doskona³e, lecz powolne" -#: app/preferences_dialog.c:2052 +#: app/preferences_dialog.c:2062 msgid "Disable Cursor Updating" msgstr "Bez aktualizowania kursora" -#: app/preferences_dialog.c:2064 app/preferences_dialog.c:2066 -#: app/tools.c:1079 +#: app/preferences_dialog.c:2081 +#, fuzzy +msgid "Tool Icon" +msgstr "Opcje narzêdzi" + +#: app/preferences_dialog.c:2083 +msgid "Tool Icon with Crosshair" +msgstr "" + +#: app/preferences_dialog.c:2085 +msgid "Crosshair only" +msgstr "" + +#: app/preferences_dialog.c:2090 +msgid "Cursor Mode:" +msgstr "" + +#: app/preferences_dialog.c:2096 app/preferences_dialog.c:2098 +#: app/tools.c:1536 msgid "Tool Options" msgstr "Opcje narzêdzi" -#: app/preferences_dialog.c:2074 +#: app/preferences_dialog.c:2106 msgid "Paint Options" msgstr "Opcje rysowania" -#: app/preferences_dialog.c:2077 +#: app/preferences_dialog.c:2109 msgid "Use Global Paint Options" msgstr "Wykorzystanie globalnych opcji rysowania" -#: app/preferences_dialog.c:2086 +#: app/preferences_dialog.c:2118 msgid "Finding Contiguous Regions" msgstr "" -#: app/preferences_dialog.c:2105 +#: app/preferences_dialog.c:2137 msgid "Default Threshold:" msgstr "" -#: app/preferences_dialog.c:2114 app/preferences_dialog.c:2116 +#: app/preferences_dialog.c:2146 app/preferences_dialog.c:2148 msgid "Environment" msgstr "¦rodowisko" -#: app/preferences_dialog.c:2124 +#: app/preferences_dialog.c:2156 msgid "Resource Consumption" msgstr "Wykorzystywanie zasobów" -#: app/preferences_dialog.c:2126 +#: app/preferences_dialog.c:2158 msgid "Conservative Memory Usage" msgstr "Konserwatywne wykorzystywanie zasobów" -#: app/preferences_dialog.c:2154 +#: app/preferences_dialog.c:2186 msgid "Levels of Undo:" msgstr "Liczba poziomów cofniêæ:" -#: app/preferences_dialog.c:2166 app/user_install.c:1104 +#: app/preferences_dialog.c:2198 app/user_install.c:1105 msgid "Tile Cache Size:" msgstr "" -#: app/preferences_dialog.c:2177 +#: app/preferences_dialog.c:2209 msgid "Number of Processors to Use:" msgstr "Liczba wykorzystywanych procesorów:" -#: app/preferences_dialog.c:2181 app/transform_tool.c:215 +#: app/preferences_dialog.c:2213 app/transform_tool.c:215 msgid "Scaling" msgstr "Skalowanie" -#: app/preferences_dialog.c:2199 +#: app/preferences_dialog.c:2231 msgid "Nearest Neighbor (Fast)" msgstr "Najbli¿szy s±siad (szybkie)" -#: app/preferences_dialog.c:2203 +#: app/preferences_dialog.c:2235 msgid "Cubic (Slow)" msgstr "Sze¶cienne (powolne)" -#: app/preferences_dialog.c:2208 +#: app/preferences_dialog.c:2240 msgid "Interpolation Type:" msgstr "Typ interpolacji:" -#: app/preferences_dialog.c:2211 +#: app/preferences_dialog.c:2243 msgid "File Saving" msgstr "Zapisywanie pliku" -#: app/preferences_dialog.c:2228 app/preferences_dialog.c:2241 +#: app/preferences_dialog.c:2260 app/preferences_dialog.c:2273 msgid "Always" msgstr "Zawsze" -#: app/preferences_dialog.c:2229 +#: app/preferences_dialog.c:2261 msgid "Never" msgstr "Nigdy" -#: app/preferences_dialog.c:2233 +#: app/preferences_dialog.c:2265 msgid "Try to Write a Thumbnail File:" msgstr "Próba zapisu pliku z miniaturk±:" -#: app/preferences_dialog.c:2240 +#: app/preferences_dialog.c:2272 msgid "Only when Modified" msgstr "Tylko po zmodyfikowaniu" -#: app/preferences_dialog.c:2245 +#: app/preferences_dialog.c:2277 msgid "\"File > Save\" Saves the Image:" msgstr "Zapis obrazu po poleceniu zapisu:" -#: app/preferences_dialog.c:2251 +#: app/preferences_dialog.c:2283 msgid "Session Management" msgstr "Zarz±dzanie sesj±" -#: app/preferences_dialog.c:2253 +#: app/preferences_dialog.c:2285 msgid "Session" msgstr "Sesja" -#: app/preferences_dialog.c:2261 +#: app/preferences_dialog.c:2293 msgid "Window Positions" msgstr "Po³o¿enia okien" -#: app/preferences_dialog.c:2263 +#: app/preferences_dialog.c:2295 msgid "Save Window Positions on Exit" msgstr "Zapis pozycji okien przed zakoñczeniem" -#: app/preferences_dialog.c:2277 +#: app/preferences_dialog.c:2309 msgid "Clear Saved Window Positions Now" msgstr "Wyczy¶æ zapisane po³o¿enia okien" -#: app/preferences_dialog.c:2285 +#: app/preferences_dialog.c:2317 msgid "Always Try to Restore Session" msgstr "Pedejmowanie próby odtworzenia sesji" -#: app/preferences_dialog.c:2294 +#: app/preferences_dialog.c:2326 msgid "Devices" msgstr "Urz±dzenia" -#: app/preferences_dialog.c:2296 +#: app/preferences_dialog.c:2328 msgid "Save Device Status on Exit" msgstr "Zapis stanu urz±dzenia przed zakoñczeniem" -#: app/preferences_dialog.c:2307 app/preferences_dialog.c:2309 +#: app/preferences_dialog.c:2339 app/preferences_dialog.c:2341 msgid "Monitor" msgstr "Monitor" -#: app/preferences_dialog.c:2317 +#: app/preferences_dialog.c:2349 msgid "Get Monitor Resolution" msgstr "Pobieranie rozdzielczo¶ci monitora" -#: app/preferences_dialog.c:2325 +#: app/preferences_dialog.c:2357 #, c-format msgid "(Currently %d x %d dpi)" msgstr "(Aktualnie %d x %d dpi)" -#: app/preferences_dialog.c:2377 -msgid "From X Server" -msgstr "Od X-serwera" +#: app/preferences_dialog.c:2409 +msgid "From windowing system" +msgstr "" -#: app/preferences_dialog.c:2392 +#: app/preferences_dialog.c:2424 msgid "Manually:" msgstr "Rêcznie:" -#: app/preferences_dialog.c:2405 app/preferences_dialog.c:2407 +#: app/preferences_dialog.c:2437 app/preferences_dialog.c:2439 msgid "Directories" msgstr "Katalogi" -#: app/preferences_dialog.c:2424 +#: app/preferences_dialog.c:2456 msgid "Temp Dir:" msgstr "Katalog tymczasowy:" -#: app/preferences_dialog.c:2424 +#: app/preferences_dialog.c:2456 msgid "Select Temp Dir" msgstr "Wybór katalogu tymczasowego" -#: app/preferences_dialog.c:2425 +#: app/preferences_dialog.c:2457 msgid "Swap Dir:" msgstr "Katalog wymiany:" -#: app/preferences_dialog.c:2425 app/user_install.c:1124 +#: app/preferences_dialog.c:2457 app/user_install.c:1125 msgid "Select Swap Dir" msgstr "Wybór katalogu wymiany" -#: app/preferences_dialog.c:2461 +#: app/preferences_dialog.c:2493 msgid "Brushes Directories" msgstr "Katalogi pêdzli" -#: app/preferences_dialog.c:2463 +#: app/preferences_dialog.c:2495 msgid "Select Brushes Dir" msgstr "Wybór katalogu pêdzli" -#: app/preferences_dialog.c:2465 +#: app/preferences_dialog.c:2497 msgid "Generated Brushes" msgstr "Utworzone pêdzle" -#: app/preferences_dialog.c:2465 +#: app/preferences_dialog.c:2497 msgid "Generated Brushes Directories" msgstr "Utworzone katalogi pêdzli" -#: app/preferences_dialog.c:2467 +#: app/preferences_dialog.c:2499 msgid "Select Generated Brushes Dir" msgstr "Wybór katalogu utworzonych pêdzli" -#: app/preferences_dialog.c:2469 +#: app/preferences_dialog.c:2501 msgid "Patterns Directories" msgstr "Katalogi wzorów" -#: app/preferences_dialog.c:2471 +#: app/preferences_dialog.c:2503 msgid "Select Patterns Dir" msgstr "Wybór katalogu wzorów" -#: app/preferences_dialog.c:2473 +#: app/preferences_dialog.c:2505 msgid "Palettes Directories" msgstr "Katalogi palet" -#: app/preferences_dialog.c:2475 +#: app/preferences_dialog.c:2507 msgid "Select Palettes Dir" msgstr "Wybór katalogu palet" -#: app/preferences_dialog.c:2477 +#: app/preferences_dialog.c:2509 msgid "Gradients Directories" msgstr "Katalogi gradientów" -#: app/preferences_dialog.c:2479 +#: app/preferences_dialog.c:2511 msgid "Select Gradients Dir" msgstr "Wybór katalogu gradientów" -#: app/preferences_dialog.c:2481 +#: app/preferences_dialog.c:2513 msgid "Plug-Ins" msgstr "Wtyczki" -#: app/preferences_dialog.c:2481 +#: app/preferences_dialog.c:2513 msgid "Plug-Ins Directories" msgstr "Katalogi wtyczek" -#: app/preferences_dialog.c:2483 +#: app/preferences_dialog.c:2515 msgid "Select Plug-Ins Dir" msgstr "Wybór katalogu wtyczek" -#: app/preferences_dialog.c:2485 +#: app/preferences_dialog.c:2517 msgid "Modules" msgstr "Modu³y" -#: app/preferences_dialog.c:2485 +#: app/preferences_dialog.c:2517 msgid "Modules Directories" msgstr "Katalogi modu³ów" -#: app/preferences_dialog.c:2487 +#: app/preferences_dialog.c:2519 msgid "Select Modules Dir" msgstr "Wybór katalogu modu³ów" @@ -4751,12 +4774,12 @@ msgstr "Rozszerzenie GIMP-a" msgid "Temporary Procedure" msgstr "Procedura tymczasowa" -#: app/qmask.c:273 +#: app/qmask.c:270 msgid "Edit Qmask Attributes" msgstr "Modyfikuj atrybuty maski'Q'" #. The opacity scale -#: app/qmask.c:301 +#: app/qmask.c:298 msgid "Mask Opacity:" msgstr "Nieprzepuszczalno¶æ maski:" @@ -4883,7 +4906,7 @@ msgid "Shearing..." msgstr "" #. Create the shell -#: app/text_tool.c:151 app/text_tool.c:393 +#: app/text_tool.c:151 app/text_tool.c:400 msgid "Text Tool" msgstr "Narzêdzie tekstowe" @@ -4899,28 +4922,28 @@ msgstr "Brzeg:" msgid "Use Dynamic Text" msgstr "Dynamiczny tekst" -#: app/text_tool.c:602 +#: app/text_tool.c:609 #, c-format msgid "Font '%s' not found." msgstr "Nie odnaleziono czcionki '%s'." -#: app/text_tool.c:621 +#: app/text_tool.c:628 #, c-format msgid "Font '%s' not found.%s" msgstr "Nie odnaleziono czcionki '%s'.%s" -#: app/text_tool.c:624 +#: app/text_tool.c:631 msgid "" "\n" "If you don't have scalable fonts, try turning off antialiasing in the tool " "options." msgstr "" -#: app/text_tool.c:735 +#: app/text_tool.c:742 msgid "Text Layer" msgstr "Warstwa tekstowa" -#: app/threshold.c:171 app/threshold.c:266 app/tools.c:722 +#: app/threshold.c:171 app/threshold.c:266 app/tools.c:1133 msgid "Threshold" msgstr "Progowanie" @@ -4987,7 +5010,7 @@ msgstr "Zaznaczenie rozmyte" msgid "Bezier Selection" msgstr "Zaznaczenie krzyw± Beziera" -#: app/tool_options.c:155 app/tools.c:177 +#: app/tool_options.c:155 app/tools.c:288 msgid "Intelligent Scissors" msgstr "Inteligentne no¿yce" @@ -5007,7 +5030,7 @@ msgstr "Sta msgid "Unit:" msgstr "Jednostka:" -#: app/tool_options.c:469 app/tools.c:375 +#: app/tool_options.c:469 app/tools.c:596 msgid "Bucket Fill" msgstr "Wype³nianie kube³kiem" @@ -5015,19 +5038,19 @@ msgstr "Wype msgid "Blend Tool" msgstr "Zlewanie" -#: app/tool_options.c:473 app/tools.c:411 +#: app/tool_options.c:473 app/tools.c:652 msgid "Pencil" msgstr "O³ówek" -#: app/tool_options.c:475 app/tools.c:429 +#: app/tool_options.c:475 app/tools.c:680 msgid "Paintbrush" msgstr "Malowanie" -#: app/tool_options.c:477 app/tools.c:447 +#: app/tool_options.c:477 app/tools.c:708 msgid "Eraser" msgstr "Gumka" -#: app/tool_options.c:479 app/tools.c:465 +#: app/tool_options.c:479 app/tools.c:736 msgid "Airbrush" msgstr "Aerograf" @@ -5043,7 +5066,7 @@ msgstr "" msgid "Ink Tool" msgstr "Tusz" -#: app/tool_options.c:487 app/tools.c:537 app/tools.c:543 +#: app/tool_options.c:487 app/tools.c:848 app/tools.c:854 msgid "Dodge or Burn" msgstr "" @@ -5071,338 +5094,338 @@ msgstr "Twardo msgid "Rate" msgstr "Tempo" -#: app/tools.c:87 +#: app/tools.c:148 msgid "Rect Select" msgstr "Zaznaczenie prostok±tne" -#: app/tools.c:88 +#: app/tools.c:149 msgid "/Tools/Select Tools/Rect Select" msgstr "/Narzêdzia/Zaznaczanie/Zaznaczenie prostok±tne" -#: app/tools.c:93 +#: app/tools.c:154 msgid "Select rectangular regions" msgstr "Zaznaczanie prostok±tnych obszarów" -#: app/tools.c:105 +#: app/tools.c:176 msgid "Ellipse Select" msgstr "Zaznaczenie eliptyczne" -#: app/tools.c:106 +#: app/tools.c:177 msgid "/Tools/Select Tools/Ellipse Select" msgstr "/Narzêdzia/Zaznaczanie/Zaznaczenie eliptyczne" -#: app/tools.c:111 +#: app/tools.c:182 msgid "Select elliptical regions" msgstr "Zaznaczanie eliptycznych obszarów" -#: app/tools.c:123 +#: app/tools.c:204 msgid "Free Select" msgstr "Zaznaczenie odrêczne" -#: app/tools.c:124 +#: app/tools.c:205 msgid "/Tools/Select Tools/Free Select" msgstr "/Narzêdzia/Zaznaczanie/Zaznaczenie odrêczne" -#: app/tools.c:129 +#: app/tools.c:210 msgid "Select hand-drawn regions" msgstr "Odrêczne zaznaczanie obszarów" -#: app/tools.c:141 +#: app/tools.c:232 msgid "Fuzzy Select" msgstr "Zaznaczenie rozmyte" -#: app/tools.c:142 +#: app/tools.c:233 msgid "/Tools/Select Tools/Fuzzy Select" msgstr "/Narzêdzia/Zaznaczanie/Zaznaczenie rozmyte" -#: app/tools.c:147 +#: app/tools.c:238 msgid "Select contiguous regions" msgstr "Zaznaczanie s±siaduj±cych obszarów" -#: app/tools.c:159 +#: app/tools.c:260 msgid "Bezier Select" msgstr "Zaznaczenie krzyw± Beziera" -#: app/tools.c:160 +#: app/tools.c:261 msgid "/Tools/Select Tools/Bezier Select" msgstr "/Narzêdzia/Zaznaczanie/Zaznaczenie krzyw± Beziera" -#: app/tools.c:165 +#: app/tools.c:266 msgid "Select regions using Bezier curves" msgstr "Zaznaczanie obszarów przy u¿yciu krzywych Beziera" -#: app/tools.c:178 +#: app/tools.c:289 msgid "/Tools/Select Tools/Intelligent Scissors" msgstr "/Narzêdzia/Zaznaczanie/Inteligentne no¿yce" -#: app/tools.c:183 +#: app/tools.c:294 msgid "Select shapes from image" msgstr "Zaznacza kszta³ty w obrazie" -#: app/tools.c:195 +#: app/tools.c:316 msgid "Move" msgstr "Przesuñ" -#: app/tools.c:196 +#: app/tools.c:317 msgid "/Tools/Transform Tools/Move" msgstr "/Narzêdzia/Przekszta³canie/Przesuñ" -#: app/tools.c:201 +#: app/tools.c:322 msgid "Move layers & selections" msgstr "Przesuwanie warstw i zaznaczeñ" -#: app/tools.c:213 +#: app/tools.c:344 msgid "Magnify" msgstr "Powiêksz" -#: app/tools.c:214 +#: app/tools.c:345 #, fuzzy msgid "/Tools/Transform Tools/Magnify" msgstr "/Narzêdzia/Przekszta³canie/Przesuñ" -#: app/tools.c:219 +#: app/tools.c:350 msgid "Zoom in & out" msgstr "Powiêkszanie i pomniejszanie" -#: app/tools.c:232 +#: app/tools.c:373 msgid "/Tools/Transform Tools/Crop & Resize" msgstr "/Narzêdzia/Przekszta³canie/Kadrowanie i zmiana rozmiaru" -#: app/tools.c:237 +#: app/tools.c:378 msgid "Crop or resize the image" msgstr "Kadrowanie lub zmiana rozmiaru obrazu" #. the transform type radio buttons -#: app/tools.c:249 app/tools.c:267 app/tools.c:285 app/tools.c:303 +#: app/tools.c:400 app/tools.c:428 app/tools.c:456 app/tools.c:484 #: app/transform_core.c:252 app/transform_tool.c:211 msgid "Transform" msgstr "Przekszta³æ" -#: app/tools.c:250 +#: app/tools.c:401 msgid "/Tools/Transform Tools/Transform" msgstr "/Narzêdzia/Przekszta³canie/Przekszta³æ" -#: app/tools.c:255 app/tools.c:273 app/tools.c:291 app/tools.c:309 +#: app/tools.c:406 app/tools.c:434 app/tools.c:462 app/tools.c:490 msgid "Rotation, scaling, shearing, perspective." msgstr "Obrót, skalowanie, wykrzywianie, perspektywa." -#: app/tools.c:321 +#: app/tools.c:512 msgid "Flip" msgstr "Odbij" -#: app/tools.c:322 +#: app/tools.c:513 msgid "/Tools/Transform Tools/Flip" msgstr "/Narzêdzia/Przekszta³canie/Odbij" -#: app/tools.c:327 +#: app/tools.c:518 msgid "Flip the layer or selection" msgstr "Odbijanie warstwy lub zaznaczenia" -#: app/tools.c:339 +#: app/tools.c:540 msgid "Text" msgstr "Tekst" -#: app/tools.c:340 +#: app/tools.c:541 msgid "/Tools/Text" msgstr "/Narzêdzia/Tekst" -#: app/tools.c:345 +#: app/tools.c:546 msgid "Add text to the image" msgstr "Dodawanie tekstu do obrazu" -#: app/tools.c:358 +#: app/tools.c:569 msgid "/Tools/Color Picker" msgstr "/Narzêdzia/Kroplomierz" -#: app/tools.c:363 +#: app/tools.c:574 msgid "Pick colors from the image" msgstr "Pobieranie koloru z obrazu" -#: app/tools.c:376 +#: app/tools.c:597 msgid "/Tools/Paint Tools/Bucket Fill" msgstr "/Narzêdzia/Rysowanie/Wype³nij kube³kiem" -#: app/tools.c:381 +#: app/tools.c:602 msgid "Fill with a color or pattern" msgstr "Wype³nianie kolorem lub wzorem" -#: app/tools.c:393 +#: app/tools.c:624 msgid "Blend" msgstr "Zlewanie" -#: app/tools.c:394 +#: app/tools.c:625 msgid "/Tools/Paint Tools/Blend" msgstr "/Narzêdzia/Rysowanie/Zlewanie" -#: app/tools.c:399 +#: app/tools.c:630 msgid "Fill with a color gradient" msgstr "Wype³nianie gradientem koloru" -#: app/tools.c:412 +#: app/tools.c:653 msgid "/Tools/Paint Tools/Pencil" msgstr "/Narzêdzia/Rysowanie/O³ówek" -#: app/tools.c:417 +#: app/tools.c:658 msgid "Draw sharp pencil strokes" msgstr "Rysowanie ostrymi poci±gniêciami o³ówka" -#: app/tools.c:430 +#: app/tools.c:681 msgid "/Tools/Paint Tools/Paintbrush" msgstr "/Narzêdzia/Rysowanie/Pêdzel" -#: app/tools.c:435 +#: app/tools.c:686 msgid "Paint fuzzy brush strokes" msgstr "Malowanie rozmytymi poci±gniêciami pêdzla" -#: app/tools.c:448 +#: app/tools.c:709 msgid "/Tools/Paint Tools/Eraser" msgstr "/Narzêdzia/Rysowanie/Gumka" -#: app/tools.c:453 +#: app/tools.c:714 msgid "Erase to background or transparency" msgstr "Wycieranie do t³a lub prze¼roczysto¶ci" -#: app/tools.c:466 +#: app/tools.c:737 msgid "/Tools/Paint Tools/Airbrush" msgstr "/Narzêdzia/Rysowanie/Aerograf" -#: app/tools.c:471 +#: app/tools.c:742 msgid "Airbrush with variable pressure" msgstr "Aerograf ze zmiennym ci¶nieniem" -#: app/tools.c:483 +#: app/tools.c:764 msgid "Clone" msgstr "Klonuj" -#: app/tools.c:484 +#: app/tools.c:765 msgid "/Tools/Paint Tools/Clone" msgstr "/Narzêdzia/Rysowanie/Klonuj" -#: app/tools.c:489 +#: app/tools.c:770 msgid "Paint using patterns or image regions" msgstr "Malowanie z wykorzystaniem wzorów lub fragmentów obrazu" -#: app/tools.c:501 +#: app/tools.c:792 msgid "Convolve" msgstr "" -#: app/tools.c:502 +#: app/tools.c:793 msgid "/Tools/Paint Tools/Convolve" msgstr "" -#: app/tools.c:507 +#: app/tools.c:798 msgid "Blur or sharpen" msgstr "Rozmywanie lub wyostrzanie" -#: app/tools.c:519 +#: app/tools.c:820 msgid "Ink" msgstr "Tusz" -#: app/tools.c:520 +#: app/tools.c:821 msgid "/Tools/Paint Tools/Ink" msgstr "/Narzêdzia/Rysowanie/Tusz" -#: app/tools.c:525 +#: app/tools.c:826 msgid "Draw in ink" msgstr "Rysowanie tuszem" -#: app/tools.c:538 +#: app/tools.c:849 msgid "/Tools/Paint Tools/DodgeBurn" msgstr "" -#: app/tools.c:555 app/tools.c:561 +#: app/tools.c:876 app/tools.c:882 msgid "Smudge" msgstr "" -#: app/tools.c:556 +#: app/tools.c:877 msgid "/Tools/Paint Tools/Smudge" msgstr "" -#: app/tools.c:593 +#: app/tools.c:934 msgid "Measure" msgstr "Miarka" -#: app/tools.c:594 +#: app/tools.c:935 msgid "/Tools/Measure" msgstr "/Narzêdzia/Miarka" -#: app/tools.c:599 +#: app/tools.c:940 msgid "Measure distances and angles" msgstr "Mierzenie odleg³o¶ci i k±tów" -#: app/tools.c:632 +#: app/tools.c:993 msgid "By Color Select" msgstr "Zaznaczanie wed³ug koloru" -#: app/tools.c:633 +#: app/tools.c:994 msgid "/Select/By Color..." msgstr "/Zaznaczenie/Wed³ug koloru..." -#: app/tools.c:638 +#: app/tools.c:999 msgid "Select regions by color" msgstr "Zaznaczanie obszarów wed³ug koloru" -#: app/tools.c:651 +#: app/tools.c:1022 msgid "/Image/Colors/Color Balance..." msgstr "/Obraz/Kolory/Balans kolorów..." -#: app/tools.c:656 +#: app/tools.c:1027 msgid "Adjust color balance" msgstr "Balans kolorów" -#: app/tools.c:669 +#: app/tools.c:1050 msgid "/Image/Colors/Brightness-Contrast..." msgstr "/Obraz/Kolory/Jasno¶æ i kontrast..." -#: app/tools.c:674 +#: app/tools.c:1055 msgid "Adjust brightness and contrast" msgstr "Modyfikuje jasno¶æ i kontrast" -#: app/tools.c:687 +#: app/tools.c:1078 msgid "/Image/Colors/Hue-Saturation..." msgstr "/Obraz/Kolory/Odcieñ i nasycenie..." -#: app/tools.c:692 +#: app/tools.c:1083 msgid "Adjust hue and saturation" msgstr "Modyfikuje odcieñ i nasycenie" -#: app/tools.c:705 +#: app/tools.c:1106 msgid "/Image/Colors/Posterize..." msgstr "/Obraz/Kolory/Izochelia..." -#: app/tools.c:710 +#: app/tools.c:1111 msgid "Reduce image to a fixed numer of colors" msgstr "Zmniejsza liczbê kolorów w obrazie do ustalonej warto¶ci" -#: app/tools.c:723 +#: app/tools.c:1134 msgid "/Image/Colors/Threshold..." msgstr "/Obraz/Kolory/Progowanie..." -#: app/tools.c:728 +#: app/tools.c:1139 msgid "Reduce image to two colors using a threshold" msgstr "Zmniejsza liczbê kolorów w obrazie do dwóch, wykorzystuj±c progowanie" -#: app/tools.c:741 +#: app/tools.c:1162 msgid "/Image/Colors/Curves..." msgstr "/Obraz/Kolory/Krzywe..." -#: app/tools.c:746 +#: app/tools.c:1167 msgid "Adjust color curves" msgstr "" -#: app/tools.c:759 +#: app/tools.c:1190 msgid "/Image/Colors/Levels..." msgstr "" -#: app/tools.c:764 +#: app/tools.c:1195 msgid "Adjust color levels" msgstr "" -#: app/tools.c:777 +#: app/tools.c:1218 msgid "/Image/Histogram..." msgstr "/Obraz/Histogram..." -#: app/tools.c:782 +#: app/tools.c:1223 msgid "View image histogram" msgstr "" @@ -5426,7 +5449,7 @@ msgstr "" "Przekszta³cenia nie dzia³aj± na\n" "warstwach zawieraj±cych maski." -#: app/transform_core.c:1616 +#: app/transform_core.c:1604 msgid "Transformation" msgstr "Przekszta³æ" @@ -5483,191 +5506,191 @@ msgstr "Wy msgid "Clip Result" msgstr "Przyciêcie wyniku" -#: app/undo.c:2889 +#: app/undo.c:2871 #, c-format msgid "Can't undo %s" msgstr "Nie mo¿na cofn±æ %s" -#: app/undo.c:2920 +#: app/undo.c:2902 msgid "<>" msgstr "<>" -#: app/undo.c:2921 +#: app/undo.c:2903 msgid "image" msgstr "Obraz" -#: app/undo.c:2922 +#: app/undo.c:2904 msgid "image mod" msgstr "" -#: app/undo.c:2923 +#: app/undo.c:2905 msgid "mask" msgstr "Maska" -#: app/undo.c:2924 +#: app/undo.c:2906 msgid "layer move" msgstr "Przeniesienie warstwy" #. ok -#: app/undo.c:2925 +#: app/undo.c:2907 msgid "transform" msgstr "przekszta³cenie" -#: app/undo.c:2926 +#: app/undo.c:2908 msgid "paint" msgstr "Rysowanie" -#: app/undo.c:2927 +#: app/undo.c:2909 msgid "new layer" msgstr "Nowa warstwa" -#: app/undo.c:2928 +#: app/undo.c:2910 msgid "delete layer" msgstr "Usuniêcie warstwy" -#: app/undo.c:2929 +#: app/undo.c:2911 msgid "layer mod" msgstr "" -#: app/undo.c:2930 +#: app/undo.c:2912 msgid "add layer mask" msgstr "Dodanie maski warstwy" #. ok -#: app/undo.c:2931 +#: app/undo.c:2913 msgid "delete layer mask" msgstr "Usuniêcie maski warstwy" #. ok -#: app/undo.c:2932 +#: app/undo.c:2914 msgid "rename layer" msgstr "Zmiana nazwy warstwy" -#: app/undo.c:2933 +#: app/undo.c:2915 msgid "layer reposition" msgstr "" #. ok -#: app/undo.c:2934 +#: app/undo.c:2916 msgid "new channel" msgstr "Nowy kana³" -#: app/undo.c:2935 +#: app/undo.c:2917 msgid "delete channel" msgstr "Usuniêcie kana³u" -#: app/undo.c:2936 +#: app/undo.c:2918 msgid "channel mod" msgstr "" -#: app/undo.c:2937 +#: app/undo.c:2919 msgid "FS to layer" msgstr "" #. ok -#: app/undo.c:2938 +#: app/undo.c:2920 msgid "gimage" msgstr "" -#: app/undo.c:2939 +#: app/undo.c:2921 msgid "FS rigor" msgstr "" -#: app/undo.c:2940 +#: app/undo.c:2922 msgid "FS relax" msgstr "" -#: app/undo.c:2941 +#: app/undo.c:2923 msgid "guide" msgstr "Prowadnica" -#: app/undo.c:2942 +#: app/undo.c:2924 msgid "text" msgstr "Tekst" -#: app/undo.c:2943 +#: app/undo.c:2925 msgid "float selection" msgstr "zaznaczenie p³ywaj±ce" -#: app/undo.c:2944 +#: app/undo.c:2926 msgid "paste" msgstr "Wklejenie" -#: app/undo.c:2945 +#: app/undo.c:2927 msgid "cut" msgstr "Wyciêcie" -#: app/undo.c:2946 +#: app/undo.c:2928 msgid "transform core" msgstr "Przekszta³cenie" -#: app/undo.c:2947 +#: app/undo.c:2929 msgid "paint core" msgstr "Rysowanie" -#: app/undo.c:2948 +#: app/undo.c:2930 msgid "floating layer" msgstr "Warstwa p³ywaj±ca" #. unused! -#: app/undo.c:2949 +#: app/undo.c:2931 msgid "linked layer" msgstr "" -#: app/undo.c:2950 +#: app/undo.c:2932 msgid "apply layer mask" msgstr "Zastosowanie maski warstwy" #. ok -#: app/undo.c:2951 +#: app/undo.c:2933 msgid "layer merge" msgstr "Po³±czenie warstw" -#: app/undo.c:2952 +#: app/undo.c:2934 msgid "FS anchor" msgstr "" -#: app/undo.c:2953 +#: app/undo.c:2935 msgid "gimage mod" msgstr "" -#: app/undo.c:2954 +#: app/undo.c:2936 msgid "crop" msgstr "Kadrowanie" -#: app/undo.c:2955 +#: app/undo.c:2937 msgid "layer scale" msgstr "Skalowanie warstwy" -#: app/undo.c:2956 +#: app/undo.c:2938 msgid "layer resize" msgstr "Zmiana rozmiaru warstwy" -#: app/undo.c:2957 +#: app/undo.c:2939 msgid "quickmask" msgstr "" -#: app/undo.c:2958 +#: app/undo.c:2940 msgid "attach parasite" msgstr "" -#: app/undo.c:2959 +#: app/undo.c:2941 msgid "remove parasite" msgstr "" -#: app/undo.c:2960 +#: app/undo.c:2942 msgid "resolution change" msgstr "Zmiana rozdzielczo¶ci" -#: app/undo.c:2961 +#: app/undo.c:2943 msgid "image scale" msgstr "Skalowanie obrazu" -#: app/undo.c:2962 +#: app/undo.c:2944 msgid "image resize" msgstr "Zmiana rozmiaru obrazu" -#: app/undo.c:2963 +#: app/undo.c:2945 msgid "misc" msgstr "Ró¿ne" @@ -5998,7 +6021,7 @@ msgstr "Indywidualny katalog GIMP-a" msgid "Click \"Continue\" to create your personal GIMP directory." msgstr "" -#: app/user_install.c:754 +#: app/user_install.c:755 #, c-format msgid "" "For a proper GIMP installation, a subdirectory named\n" @@ -6007,38 +6030,38 @@ msgstr "" "Aby GIMP móg³ funkcjonowaæ poprawnie, musi zostaæ\n" "utworzony katalog %s." -#: app/user_install.c:760 +#: app/user_install.c:761 msgid "" "This subdirectory will contain a number of important files.\n" "Click on one of the files or subdirectories in the tree\n" "to get more information about the selected item." msgstr "" -#: app/user_install.c:844 +#: app/user_install.c:845 msgid "User Installation Log" msgstr "Dziennik instalacji u¿ytkownika" -#: app/user_install.c:850 +#: app/user_install.c:851 msgid "GIMP Performance Tuning" msgstr "Zwiêkszanie wydajno¶ci GIMP-a" -#: app/user_install.c:851 +#: app/user_install.c:852 msgid "Click \"Continue\" to accept the settings above." msgstr "Kliknij \"Kontynuuj\", aby zaakceptowaæ powy¿sze ustawienia." -#: app/user_install.c:854 +#: app/user_install.c:855 msgid "For optimal GIMP performance, some settings may have to be adjusted." msgstr "" -#: app/user_install.c:863 +#: app/user_install.c:864 msgid "Monitor Resolution" msgstr "Rozdzielczo¶æ monitora" -#: app/user_install.c:864 +#: app/user_install.c:865 msgid "Click \"Continue\" to start The GIMP." msgstr "Kliknij \"Kontunuuj\", aby rozpocz±æ GIMP-a." -#: app/user_install.c:867 +#: app/user_install.c:868 msgid "" "To display images in their natural size, GIMP needs to know your monitor " "resolution." @@ -6046,48 +6069,48 @@ msgstr "" "Aby wy¶wietlaæ obrazy w ich rzeczywistym rozmiarze, GIMP musi znaæ " "rozdzielczo¶æ monitora." -#: app/user_install.c:876 +#: app/user_install.c:877 msgid "Aborting Installation..." msgstr "Rezygnacja z instalacji..." -#: app/user_install.c:946 +#: app/user_install.c:947 msgid "does not exist. Cannot install." msgstr "nie istnieje. Nie mo¿na przeprowadziæ instalacji." -#: app/user_install.c:958 +#: app/user_install.c:959 msgid "has invalid permissions. Cannot install." msgstr "ma niew³a¶ciwe uprawnienia. Nie mo¿na przeprowadziæ instalacji." -#: app/user_install.c:996 +#: app/user_install.c:997 msgid "" "Did you notice any error messages in the console window?\n" "If not, installation was successful!\n" "Otherwise, quit and investigate the possible reason..." msgstr "" -#: app/user_install.c:1052 +#: app/user_install.c:1053 msgid "" "Did you notice any error messages in the lines above?\n" "If not, installation was successful!\n" "Otherwise, quit and investigate the possible reason..." msgstr "" -#: app/user_install.c:1064 +#: app/user_install.c:1065 msgid "Click \"Continue\" to complete GIMP installation." msgstr "Kliknij \"Kontynuuj\", aby zakoñczyæ instalacjê GIMP-a." -#: app/user_install.c:1069 +#: app/user_install.c:1070 msgid "Installation failed. Contact system administrator." msgstr "Instalacja nie powiod³a siê. Skontaktuj siê z administratorem." -#: app/user_install.c:1090 +#: app/user_install.c:1091 msgid "" "GIMP uses a limited amount of memory to store image data, the so-called\n" "\"Tile Cache\". You should adjust it's size to fit into memory. Consider\n" "the amount of memory used by other running processes." msgstr "" -#: app/user_install.c:1115 +#: app/user_install.c:1116 msgid "" "All image and undo data which doesn't fit into the Tile Cache will be\n" "written to a swap file. This file should be located on a local filesystem\n" @@ -6095,27 +6118,27 @@ msgid "" "may want to use the system-wide temp-dir (\"/tmp\" or \"/var/tmp\")." msgstr "" -#: app/user_install.c:1129 +#: app/user_install.c:1130 msgid "Swap Directory:" msgstr "Katalog wymiany:" -#: app/user_install.c:1182 +#: app/user_install.c:1183 msgid "Calibrate Monitor Resolution" msgstr "Kalibrowanie rozdzielczo¶ci monitora" -#: app/user_install.c:1290 +#: app/user_install.c:1291 msgid "Measure the rulers and enter their lengths below." msgstr "Zmie¿ linilki w wprowadz ich warto¶ci ni¿ej." -#: app/user_install.c:1305 +#: app/user_install.c:1306 msgid "Horizontal:" msgstr "Poziomo:" -#: app/user_install.c:1310 +#: app/user_install.c:1311 msgid "Vertical:" msgstr "Pionowo:" -#: app/user_install.c:1351 +#: app/user_install.c:1352 msgid "" "GIMP can obtain this information from your X-server.\n" "However, most X-servers do not return useful values." @@ -6123,20 +6146,20 @@ msgstr "" "GIMP mo¿e pobraæ tê informacjê od serwera X, choæ\n" "wiêkszo¶æ serwerów nie zwraca przydatnych warto¶ci." -#: app/user_install.c:1358 +#: app/user_install.c:1359 #, c-format msgid "Get Resolution from X-server (Currently %d x %d dpi)" msgstr "Pobieranie rozdzielczo¶ci od serwera X (Aktualnie %d x %d dpi)" -#: app/user_install.c:1372 +#: app/user_install.c:1373 msgid "Alternatively, you can set the monitor resolution manually." msgstr "Mo¿esz równie¿ recznie okre¶liæ rozdzielczo¶æ monitora." -#: app/user_install.c:1385 +#: app/user_install.c:1386 msgid "Monitor Resolution X:" msgstr "Pozioma rozdzielczo¶æ monitora:" -#: app/user_install.c:1421 +#: app/user_install.c:1422 msgid "" "You can also press the \"Calibrate\" button to open a window\n" "which lets you determine your monitor resolution interactively." @@ -6144,7 +6167,7 @@ msgstr "" "Mo¿esz równie¿ wcisn±æ przycisk \"Kalibruj\", aby otworzyæ okno\n" "pozwalaj±ce na interaktywne ustalenie rozdzielczo¶ci monitora." -#: app/user_install.c:1428 +#: app/user_install.c:1429 msgid "Calibrate" msgstr "Kalibruj" @@ -6210,3 +6233,6 @@ msgstr "" #: modules/colorsel_water.c:640 msgid "Color History" msgstr "Historia kolorów" + +#~ msgid "From X Server" +#~ msgstr "Od X-serwera" diff --git a/po/ru.po b/po/ru.po index 718e253f99..59039d578f 100644 --- a/po/ru.po +++ b/po/ru.po @@ -4,7 +4,7 @@ msgid "" msgstr "" "Project-Id-Version: Gimp-1.1.21\n" -"POT-Creation-Date: 2000-06-14 21:45+0000\n" +"POT-Creation-Date: 2000-06-18 19:40-0700\n" "PO-Revision-Date: 2000-06-14 21:46+00:00\n" "Last-Translator: Valek Filippov \n" "Language-Team: Russian \n" @@ -12,21 +12,21 @@ msgstr "" "Content-Type: text/plain; charset=koi8-r\n" "Content-Transfer-Encoding: 8-bit\n" -#: app/about_dialog.c:193 +#: app/about_dialog.c:256 msgid "About the GIMP" msgstr "ï ÐÒÏÇÒÁÍÍÅ GIMP" #. this is a font, provide only one single font definition -#: app/about_dialog.c:244 +#: app/about_dialog.c:307 msgid "-*-helvetica-medium-r-normal--*-140-*-*-*-*-*-*" msgstr "-*-helvetica-medium-r-normal--*-140-*-*-*-*-*-*" -#: app/about_dialog.c:254 +#: app/about_dialog.c:317 #, c-format msgid "Version %s brought to you by" msgstr "÷ÅÒÓÉÑ %s ÓÏÚÄÁÎÁ ÄÌÑ ÷ÁÓ" -#: app/about_dialog.c:294 +#: app/about_dialog.c:357 msgid "Please visit http://www.gimp.org/ for more info" msgstr " ðÏÓÅÔÉÔÅ http://www.gimp.org/ " @@ -120,8 +120,8 @@ msgstr " #: app/gdisplay_color_ui.c:135 app/gdisplay_ops.c:305 app/gimpprogress.c:112 #: app/global_edit.c:772 app/gradient.c:1768 app/gradient.c:4840 #: app/gradient.c:5401 app/hue_saturation.c:374 app/interface.c:1039 -#: app/layers_dialog.c:3484 app/layers_dialog.c:3666 app/layers_dialog.c:3758 -#: app/layers_dialog.c:4018 app/levels.c:341 app/palette.c:1826 +#: app/layers_dialog.c:3484 app/layers_dialog.c:3666 app/layers_dialog.c:3761 +#: app/layers_dialog.c:4021 app/levels.c:341 app/palette.c:1826 #: app/posterize.c:202 app/preferences_dialog.c:1465 app/qmask.c:278 #: app/resize.c:194 app/resize.c:1326 app/threshold.c:275 #: app/user_install.c:548 app/user_install.c:1191 modules/cdisplay_gamma.c:332 @@ -266,7 +266,7 @@ msgid "Blend: " msgstr "âÌÅÎÄÁ: " #: app/brightness_contrast.c:127 app/brightness_contrast.c:209 -#: app/tools.c:1043 +#: app/tools.c:1049 msgid "Brightness-Contrast" msgstr "ñÒËÏÓÔØ-ëÏÎÔÒÁÓÔÎÏÓÔØ" @@ -279,8 +279,8 @@ msgstr " #: app/color_balance.c:271 app/color_notebook.c:123 app/convert.c:504 #: app/curves.c:558 app/file_new_dialog.c:207 app/file_new_dialog.c:353 #: app/gdisplay_color_ui.c:133 app/gimpui.c:122 app/hue_saturation.c:370 -#: app/layers_dialog.c:3482 app/layers_dialog.c:3664 app/layers_dialog.c:3756 -#: app/layers_dialog.c:4016 app/levels.c:337 app/module_db.c:314 +#: app/layers_dialog.c:3482 app/layers_dialog.c:3664 app/layers_dialog.c:3759 +#: app/layers_dialog.c:4019 app/levels.c:337 app/module_db.c:314 #: app/posterize.c:198 app/preferences_dialog.c:1461 app/qmask.c:276 #: app/resize.c:192 app/resize.c:1326 app/threshold.c:271 #: app/user_install.c:1189 modules/cdisplay_gamma.c:330 @@ -291,7 +291,7 @@ msgstr " #: app/brightness_contrast.c:216 app/by_color_select.c:715 #: app/color_balance.c:273 app/curves.c:560 app/file_new_dialog.c:355 #: app/hue_saturation.c:372 app/levels.c:339 app/posterize.c:200 -#: app/threshold.c:273 app/tools.c:1536 app/transform_core.c:406 +#: app/threshold.c:273 app/tools.c:1542 app/transform_core.c:406 #: modules/colorsel_water.c:634 msgid "Reset" msgstr "óÂÒÏÓÉÔØ" @@ -320,13 +320,13 @@ msgstr " #. The close button #: app/brush_edit.c:216 app/brush_select.c:281 app/by_color_select.c:717 #: app/color_notebook.c:123 app/color_picker.c:297 app/colormap_dialog.i.c:173 -#: app/crop.c:1070 app/devices.c:755 app/docindex.c:773 app/errorconsole.c:281 +#: app/crop.c:1068 app/devices.c:755 app/docindex.c:773 app/errorconsole.c:281 #: app/gdisplay_ops.c:305 app/gradient.c:800 app/gradient_select.c:153 #: app/histogram_tool.c:275 app/info_window.c:255 app/lc_dialog.c:195 #: app/measure.c:321 app/nav_window.c:1344 app/palette.c:2072 #: app/palette.c:2088 app/palette.c:3118 app/palette_select.c:66 #: app/pattern_select.c:172 app/preferences_dialog.c:367 app/tips_dialog.c:160 -#: app/tools.c:1538 app/undo_history.c:752 +#: app/tools.c:1544 app/undo_history.c:752 msgid "Close" msgstr "úÁËÒÙÔØ" @@ -441,7 +441,7 @@ msgstr " msgid "Selection Mode" msgstr "òÅÖÉÍ ×ÙÄÅÌÅÎÉÑ" -#: app/by_color_select.c:779 app/paint_funcs.c:100 +#: app/by_color_select.c:779 app/paint_funcs.c:101 msgid "Replace" msgstr "úÁÍÅÎÉÔØ" @@ -497,7 +497,7 @@ msgstr " msgid "Offset X:" msgstr "óÍÅÝÅÎÉÅ ÐÏ X:" -#: app/channel_ops.c:115 app/crop.c:1079 app/file_new_dialog.c:530 +#: app/channel_ops.c:115 app/crop.c:1077 app/file_new_dialog.c:530 #: app/resize.c:343 app/resize.c:435 app/resize.c:572 app/rotate_tool.c:106 #: app/scale_tool.c:100 app/shear_tool.c:82 app/user_install.c:1392 msgid "Y:" @@ -628,7 +628,7 @@ msgid "No patterns available for this operation." msgstr "îÅÔ ÛÁÂÌÏÎÏ× ÄÏÓÔÕÐÎÙÈ ÄÌÑ ÜÔÏÊ ÏÐÅÒÁÃÉÉ." #. The shell and main vbox -#: app/color_balance.c:168 app/color_balance.c:266 app/tools.c:1015 +#: app/color_balance.c:168 app/color_balance.c:266 app/tools.c:1021 msgid "Color Balance" msgstr "ã×ÅÔÏ×ÏÊ ÂÁÌÁÎÓ" @@ -680,7 +680,7 @@ msgstr " msgid "Revert to Old Color" msgstr "÷ÅÒÎÕÔØ ÂÙ×ÛÉÊ Ã×ÅÔ" -#: app/color_picker.c:144 app/color_picker.c:248 app/tools.c:562 +#: app/color_picker.c:144 app/color_picker.c:248 app/tools.c:568 msgid "Color Picker" msgstr "ðÉÐÅÔËÁ" @@ -759,18 +759,18 @@ msgstr "G" msgid "B" msgstr "B" -#: app/color_select.c:247 app/layers_dialog.c:383 app/paint_funcs.c:94 +#: app/color_select.c:247 app/layers_dialog.c:383 app/paint_funcs.c:95 #: app/tool_options.c:929 msgid "Hue" msgstr "ôÏÎ" -#: app/color_select.c:248 app/layers_dialog.c:384 app/paint_funcs.c:95 +#: app/color_select.c:248 app/layers_dialog.c:384 app/paint_funcs.c:96 #: app/tool_options.c:930 msgid "Saturation" msgstr "îÁÓÙÝÅÎÎÏÓÔØ" #: app/color_select.c:249 app/curves.c:582 app/histogram_tool.c:302 -#: app/layers_dialog.c:386 app/levels.c:369 app/paint_funcs.c:97 +#: app/layers_dialog.c:386 app/levels.c:369 app/paint_funcs.c:98 #: app/tool_options.c:932 msgid "Value" msgstr "ñÒËÏÓÔØ" @@ -922,7 +922,7 @@ msgstr " msgid "Sharpen" msgstr "òÅÚËÏÓÔØ" -#: app/crop.c:178 app/tools.c:366 +#: app/crop.c:178 app/tools.c:372 msgid "Crop & Resize" msgstr "ëÁÄÒÉÒÏ×ÁÔØ É ÉÚÍÅÎÉÔØ ÒÁÚÍÅÒ" @@ -940,11 +940,11 @@ msgstr " msgid "Tool Toggle" msgstr "ðÅÒÅËÌÀÞÁÔÅÌØ ÉÎÓÔÒÕÍÅÎÔÁ" -#: app/crop.c:215 app/crop.c:1066 +#: app/crop.c:215 app/crop.c:1064 msgid "Crop" msgstr "ëÁÄÒÉÒÏ×ÁÎÉÅ" -#: app/crop.c:217 app/crop.c:1068 +#: app/crop.c:217 app/crop.c:1066 msgid "Resize" msgstr "éÚÍÅÎÅÎÉÅ ÒÁÚÍÅÒÁ" @@ -952,42 +952,42 @@ msgstr " msgid "Crop: " msgstr "ëÁÄÒÉÒÏ×ÁÔØ: " -#: app/crop.c:1039 +#: app/crop.c:1037 msgid "Crop: 0 x 0" msgstr "ëÁÄÒÉÒÏ×ÁÎÉÅ: 0 x 0" #. create the info dialog -#: app/crop.c:1060 +#: app/crop.c:1058 msgid "Crop & Resize Information" msgstr "éÎÆÏÒÍÁÃÉÑ Ï ËÁÄÒÉÒÏ×ÁÎÉÉ É ÉÚÍÅÎÅÎÉÉ ÒÁÚÍÅÒÁ" #. add the information fields -#: app/crop.c:1076 +#: app/crop.c:1074 msgid "Origin X:" msgstr "éÓÈÏÄÎÏÅ X:" #. the pixel size labels -#: app/crop.c:1092 app/file_new_dialog.c:389 app/file_new_dialog.c:407 +#: app/crop.c:1090 app/file_new_dialog.c:389 app/file_new_dialog.c:407 #: app/tool_options.c:348 msgid "Width:" msgstr "ûÉÒÉÎÁ:" -#: app/crop.c:1095 app/file_new_dialog.c:395 app/file_new_dialog.c:413 +#: app/crop.c:1093 app/file_new_dialog.c:395 app/file_new_dialog.c:413 #: app/layers_dialog.c:3525 app/resize.c:253 app/resize.c:278 app/resize.c:509 #: app/scale_tool.c:79 app/scale_tool.c:86 app/tool_options.c:364 msgid "Height:" msgstr "÷ÙÓÏÔÁ:" -#: app/crop.c:1117 +#: app/crop.c:1115 msgid "From Selection" msgstr "éÚ ×ÙÄÅÌÅÎÉÑ" -#: app/crop.c:1123 +#: app/crop.c:1121 msgid "Auto Shrink" msgstr "á×ÔÏ-ÓÖÁÔÉÅ" #. The shell and main vbox -#: app/curves.c:393 app/curves.c:553 app/tools.c:1155 +#: app/curves.c:393 app/curves.c:553 app/tools.c:1161 msgid "Curves" msgstr "ëÒÉ×ÙÅ" @@ -1111,11 +1111,11 @@ msgstr " msgid "Mode" msgstr "òÅÖÉÍ" -#: app/edit_selection.c:185 +#: app/edit_selection.c:190 msgid "Move: 0, 0" msgstr "ðÅÒÅÍÅÓÔÉÔØ: 0, 0" -#: app/edit_selection.c:431 app/edit_selection.c:441 +#: app/edit_selection.c:436 app/edit_selection.c:446 msgid "Move: " msgstr "ðÅÒÅÍÅÝÅÎÉÅ: " @@ -1129,7 +1129,7 @@ msgid "Hard Edge" msgstr "öÅÓÔËÉÅ ËÒÁÑ" #. the anti_erase toggle -#: app/eraser.c:118 app/paint_funcs.c:101 +#: app/eraser.c:118 app/paint_funcs.c:102 msgid "Anti Erase" msgstr "áÎÔÉÌÁÓÔÉË" @@ -2194,7 +2194,7 @@ msgid "Gradient Selection" msgstr "÷ÙÂÏÒ ÇÒÁÄÉÅÎÔÁ" #. The shell and main vbox -#: app/histogram_tool.c:165 app/histogram_tool.c:269 app/tools.c:1211 +#: app/histogram_tool.c:165 app/histogram_tool.c:269 app/tools.c:1217 msgid "Histogram" msgstr "çÉÓÔÏÇÒÁÍÍÁ" @@ -2231,7 +2231,7 @@ msgid "Information on Channel:" msgstr "éÎÆÏÒÍÁÃÉÑ Ï ËÁÎÁÌÅ:" #. The shell and main vbox -#: app/hue_saturation.c:245 app/hue_saturation.c:365 app/tools.c:1071 +#: app/hue_saturation.c:245 app/hue_saturation.c:365 app/tools.c:1077 msgid "Hue-Saturation" msgstr "ôÏÎ-îÁÓÙÝÅÎÎÏÓÔØ" @@ -2500,7 +2500,7 @@ msgstr " msgid "Channel Ops" msgstr "ïÐÃÉÉ ËÁÎÁÌÁ" -#: app/internal_procs.c:80 app/layers_dialog.c:385 app/paint_funcs.c:96 +#: app/internal_procs.c:80 app/layers_dialog.c:385 app/paint_funcs.c:97 #: app/tool_options.c:816 app/tool_options.c:931 msgid "Color" msgstr "ã×ÅÔ" @@ -2661,43 +2661,43 @@ msgstr " msgid "Delete Layer" msgstr "õÄÁÌÉÔØ ÓÌÏÊ" -#: app/layers_dialog.c:372 app/paint_funcs.c:83 app/tool_options.c:917 +#: app/layers_dialog.c:372 app/paint_funcs.c:84 app/tool_options.c:917 msgid "Normal" msgstr "îÏÒÍÁÌØÎÁÑ" -#: app/layers_dialog.c:373 app/paint_funcs.c:84 app/tool_options.c:918 +#: app/layers_dialog.c:373 app/paint_funcs.c:85 app/tool_options.c:918 msgid "Dissolve" msgstr "òÁÓÔ×ÏÒÅÎÉÅ" -#: app/layers_dialog.c:374 app/paint_funcs.c:86 app/tool_options.c:920 +#: app/layers_dialog.c:374 app/paint_funcs.c:87 app/tool_options.c:920 msgid "Multiply (Burn)" msgstr "õÍÎÏÖÅÎÉÅ (úÁÔÅÍÎÉÔÅÌØ)" -#: app/layers_dialog.c:375 app/paint_funcs.c:98 app/tool_options.c:921 +#: app/layers_dialog.c:375 app/paint_funcs.c:99 app/tool_options.c:921 msgid "Divide (Dodge)" msgstr "äÅÌÅÎÉÅ (ïÓ×ÅÔÌÉÔÅÌØ)" -#: app/layers_dialog.c:376 app/paint_funcs.c:87 app/tool_options.c:922 +#: app/layers_dialog.c:376 app/paint_funcs.c:88 app/tool_options.c:922 msgid "Screen" msgstr "ïÓ×ÅÔÌÅÎÉÅ" -#: app/layers_dialog.c:377 app/paint_funcs.c:88 app/tool_options.c:923 +#: app/layers_dialog.c:377 app/paint_funcs.c:89 app/tool_options.c:923 msgid "Overlay" msgstr "ðÅÒÅËÒÙÔÉÅ" -#: app/layers_dialog.c:378 app/paint_funcs.c:89 app/tool_options.c:924 +#: app/layers_dialog.c:378 app/paint_funcs.c:90 app/tool_options.c:924 msgid "Difference" msgstr "òÁÚÎÉÃÁ" -#: app/layers_dialog.c:379 app/paint_funcs.c:90 app/tool_options.c:925 +#: app/layers_dialog.c:379 app/paint_funcs.c:91 app/tool_options.c:925 msgid "Addition" msgstr "äÏÂÁ×ÌÅÎÉÅ" -#: app/layers_dialog.c:381 app/paint_funcs.c:92 app/tool_options.c:927 +#: app/layers_dialog.c:381 app/paint_funcs.c:93 app/tool_options.c:927 msgid "Darken Only" msgstr "úÁÍÅÎÁ ÔÅÍÎÙÍ" -#: app/layers_dialog.c:382 app/paint_funcs.c:93 app/tool_options.c:928 +#: app/layers_dialog.c:382 app/paint_funcs.c:94 app/tool_options.c:928 msgid "Lighten Only" msgstr "úÁÍÅÎÁ Ó×ÅÔÌÙÍ" @@ -2743,28 +2743,28 @@ msgstr " msgid "Layer name:" msgstr "îÁÚ×ÁÎÉÅ ÓÌÏÑ:" -#: app/layers_dialog.c:3750 +#: app/layers_dialog.c:3753 msgid "Add Mask Options" msgstr "äÏÂÁ×ÉÔØ ÐÁÒÁÍÅÔÒÙ ÍÁÓËÉ" #. The radio frame and box -#: app/layers_dialog.c:3768 +#: app/layers_dialog.c:3771 msgid "Initialize Layer Mask to:" msgstr "éÎÉÃÉÁÌÉÚÏ×ÁÔØ ÍÁÓËÕ ÓÌÏÑ Ó:" -#: app/layers_dialog.c:3773 +#: app/layers_dialog.c:3776 msgid "White (Full Opacity)" msgstr "âÅÌÙÊ (áÂÓÏÌÀÔÎÏ ÎÅÐÒÏÚÒÁÞÎÙÊ)" -#: app/layers_dialog.c:3775 +#: app/layers_dialog.c:3778 msgid "Black (Full Transparency)" msgstr "þÅÒÎÙÊ (áÂÓÏÌÀÔÎÏ ÐÒÏÚÒÁÞÎÙÊ)" -#: app/layers_dialog.c:3777 +#: app/layers_dialog.c:3780 msgid "Layer's Alpha Channel" msgstr "áÌØÆÁ-ËÁÎÁÌ ÓÌÏÑ" -#: app/layers_dialog.c:3838 app/layers_dialog.c:3924 +#: app/layers_dialog.c:3841 app/layers_dialog.c:3927 msgid "" "Invalid width or height.\n" "Both must be positive." @@ -2772,27 +2772,27 @@ msgstr "" "îÅÐÒÁ×ÉÌØÎÁÑ ÛÉÒÉÎÁ ÉÌÉ ×ÙÓÏÔÁ.\n" "ïÂÅ ÄÏÌÖÎÙ ÂÙÔØ ÐÏÌÏÖÉÔÅÌØÎÙÍÉ." -#: app/layers_dialog.c:4010 +#: app/layers_dialog.c:4013 msgid "Layer Merge Options" msgstr "ðÁÒÁÍÅÔÒÙ ÏÂßÅÄÉÎÅÎÉÑ ÓÌÏÅ×" -#: app/layers_dialog.c:4035 +#: app/layers_dialog.c:4038 msgid "Final, Merged Layer should be:" msgstr "÷ ÉÔÏÇÅ, ÏÂßÅÄÉÎÅÎÎÙÊ ÓÌÏÊ ÄÏÌÖÅÎ ÂÙÔØ:" -#: app/layers_dialog.c:4036 +#: app/layers_dialog.c:4039 msgid "Final, Anchored Layer should be:" msgstr "÷ ÉÔÏÇÅ, ÐÒÉÃÅÐÌÅÎÎÙÊ ÓÌÏÊ ÄÏÌÖÅÎ ÂÙÔØ:" -#: app/layers_dialog.c:4041 +#: app/layers_dialog.c:4044 msgid "Expanded as necessary" msgstr "òÁÓÛÉÒÑÔØ ÐÒÉ ÎÅÏÂÈÏÄÉÍÏÓÔÉ" -#: app/layers_dialog.c:4043 +#: app/layers_dialog.c:4046 msgid "Clipped to image" msgstr "ïÔÓÅËÁÔØ ÐÏ ÉÚÏÂÒÁÖÅÎÉÀ" -#: app/layers_dialog.c:4045 +#: app/layers_dialog.c:4048 msgid "Clipped to bottom layer" msgstr "ïÔÓÅËÁÔØ ÐÏ ÎÉÖÎÅÍÕ ÓÌÏÀ" @@ -2814,7 +2814,7 @@ msgid "Channels" msgstr "ëÁÎÁÌÙ" #. The shell and main vbox -#: app/levels.c:197 app/levels.c:332 app/tools.c:1183 +#: app/levels.c:197 app/levels.c:332 app/tools.c:1189 msgid "Levels" msgstr "õÒÏ×ÎÉ" @@ -3834,15 +3834,15 @@ msgstr " msgid "No brushes available for use with this tool." msgstr "îÅÔ ËÉÓÔÅÊ ÄÏÓÔÕÐÎÙÈ ÄÌÑ ÉÓÐÏÌØÚÏ×ÁÎÉÑ Ó ÜÔÉÍ ÉÎÓÔÒÕÍÅÎÔÏÍ." -#: app/paint_funcs.c:85 app/tool_options.c:919 +#: app/paint_funcs.c:86 app/tool_options.c:919 msgid "Behind" msgstr "ðÏÄÌÏÖËÁ" -#: app/paint_funcs.c:91 +#: app/paint_funcs.c:92 msgid "Subtraction" msgstr "÷ÙÞÉÔÁÎÉÅ" -#: app/paint_funcs.c:99 +#: app/paint_funcs.c:100 msgid "Erase" msgstr "ïÞÉÓÔÉÔØ" @@ -4218,7 +4218,7 @@ msgstr "" msgid "Posterize does not operate on indexed drawables." msgstr "ðÏÓÔÅÒÉÚÁÃÉÑ ÎÅ ÄÅÊÓÔ×ÕÅÔ ÎÁ ÉÎÄÅËÓÉÒÏ×ÁÎÎÙÅ ÉÚÏÂÒÁÖÅÎÉÑ." -#: app/posterize.c:193 app/tools.c:1099 +#: app/posterize.c:193 app/tools.c:1105 msgid "Posterize" msgstr "ðÏÓÔÅÒÉÚÏ×ÁÔØ" @@ -4572,7 +4572,7 @@ msgid "Cursor Mode:" msgstr "òÅÖÉÍ ËÕÒÓÏÒÁ:" #: app/preferences_dialog.c:2096 app/preferences_dialog.c:2098 -#: app/tools.c:1530 +#: app/tools.c:1536 msgid "Tool Options" msgstr "ðÁÒÁÍÅÔÒÙ ÉÎÓÔÒÕÍÅÎÔÏ×" @@ -5011,7 +5011,7 @@ msgstr "" msgid "Text Layer" msgstr "óÌÏÊ ÔÅËÓÔÁ" -#: app/threshold.c:171 app/threshold.c:266 app/tools.c:1127 +#: app/threshold.c:171 app/threshold.c:266 app/tools.c:1133 msgid "Threshold" msgstr "ðÏÒÏÇ" @@ -5077,7 +5077,7 @@ msgstr " msgid "Bezier Selection" msgstr "ëÒÉ×ÁÑ âÅÚØÅ" -#: app/tool_options.c:155 app/tools.c:282 +#: app/tool_options.c:155 app/tools.c:288 msgid "Intelligent Scissors" msgstr "õÍÎÙÅ ÎÏÖÎÉÃÙ" @@ -5097,7 +5097,7 @@ msgstr " msgid "Unit:" msgstr "åÄÉÎÉÃÁ:" -#: app/tool_options.c:469 app/tools.c:590 +#: app/tool_options.c:469 app/tools.c:596 msgid "Bucket Fill" msgstr "úÁÌÉ×ËÁ" @@ -5105,19 +5105,19 @@ msgstr " msgid "Blend Tool" msgstr "óÍÅÓÉÔÅÌØ" -#: app/tool_options.c:473 app/tools.c:646 +#: app/tool_options.c:473 app/tools.c:652 msgid "Pencil" msgstr "ëÁÒÁÎÄÁÛ" -#: app/tool_options.c:475 app/tools.c:674 +#: app/tool_options.c:475 app/tools.c:680 msgid "Paintbrush" msgstr "ëÉÓÔØ" -#: app/tool_options.c:477 app/tools.c:702 +#: app/tool_options.c:477 app/tools.c:708 msgid "Eraser" msgstr "ìÁÓÔÉË" -#: app/tool_options.c:479 app/tools.c:730 +#: app/tool_options.c:479 app/tools.c:736 msgid "Airbrush" msgstr "áÜÒÏÇÒÁÆ" @@ -5133,7 +5133,7 @@ msgstr " msgid "Ink Tool" msgstr "þÅÒÎÉÌÁ" -#: app/tool_options.c:487 app/tools.c:842 app/tools.c:848 +#: app/tool_options.c:487 app/tools.c:848 app/tools.c:854 msgid "Dodge or Burn" msgstr "úÁÔÅÍÎÅÎÉÅ ÉÌÉ ÏÓ×ÅÔÌÅÎÉÅ" @@ -5161,337 +5161,337 @@ msgstr " msgid "Rate" msgstr "óËÏÒÏÓÔØ" -#: app/tools.c:142 +#: app/tools.c:148 msgid "Rect Select" msgstr "ðÒÑÍÏÕÇÏÌØÎÉË" -#: app/tools.c:143 +#: app/tools.c:149 msgid "/Tools/Select Tools/Rect Select" msgstr "/éÎÓÔÒÕÍÅÎÔÙ/÷ÙÄÅÌÅÎÉÅ/ðÒÑÍÏÕÇÏÌØÎÉË" -#: app/tools.c:148 +#: app/tools.c:154 msgid "Select rectangular regions" msgstr "÷ÙÄÅÌÅÎÉÅ ÐÒÑÍÏÕÇÏÌØÎÏÊ ÏÂÌÁÓÔÉ" -#: app/tools.c:170 +#: app/tools.c:176 msgid "Ellipse Select" msgstr "üÌÌÉÐÓ" -#: app/tools.c:171 +#: app/tools.c:177 msgid "/Tools/Select Tools/Ellipse Select" msgstr "/éÎÓÔÒÕÍÅÎÔÙ/÷ÙÄÅÌÅÎÉÅ/üÌÌÉÐÓ" -#: app/tools.c:176 +#: app/tools.c:182 msgid "Select elliptical regions" msgstr "÷ÙÄÅÌÅÎÉÅ ÜÌÌÉÐÔÉÞÅÓËÏÊ ÏÂÌÁÓÔÉ" -#: app/tools.c:198 +#: app/tools.c:204 msgid "Free Select" msgstr "òÕËÁ" -#: app/tools.c:199 +#: app/tools.c:205 msgid "/Tools/Select Tools/Free Select" msgstr "/éÎÓÔÒÕÍÅÎÔÙ/÷ÙÄÅÌÅÎÉÅ/òÕËÁ" -#: app/tools.c:204 +#: app/tools.c:210 msgid "Select hand-drawn regions" msgstr "÷ÙÄÅÌÅÎÉÅ ÐÒÏÉÚ×ÏÌØÎÏÊ ÏÂÌÁÓÔÉ" -#: app/tools.c:226 +#: app/tools.c:232 msgid "Fuzzy Select" msgstr "÷ÏÌÛÅÂÎÁÑ ÐÁÌÏÞËÁ" -#: app/tools.c:227 +#: app/tools.c:233 msgid "/Tools/Select Tools/Fuzzy Select" msgstr "/éÎÓÔÒÕÍÅÎÔÙ/÷ÙÄÅÌÅÎÉÅ/÷ÏÌÛÅÂÎÁÑ ÐÁÌÏÞËÁ" -#: app/tools.c:232 +#: app/tools.c:238 msgid "Select contiguous regions" msgstr "÷ÙÄÅÌÅÎÉÅ Ó×ÑÚÁÎÎÏÊ ÏÂÌÁÓÔÉ" -#: app/tools.c:254 +#: app/tools.c:260 msgid "Bezier Select" msgstr "ëÒÉ×ÁÑ âÅÚØÅ" -#: app/tools.c:255 +#: app/tools.c:261 msgid "/Tools/Select Tools/Bezier Select" msgstr "/éÎÓÔÒÕÍÅÎÔÙ/÷ÙÄÅÌÅÎÉÅ/ëÒÉ×ÁÑ âÅÚØÅ" -#: app/tools.c:260 +#: app/tools.c:266 msgid "Select regions using Bezier curves" msgstr "÷ÙÄÅÌÅÎÉÅ ÏÂÌÁÓÔÉ Ó ÉÓÐÏÌØÚÏ×ÁÎÉÅÍ ËÒÉ×ÙÈ âÅÚØÅ" -#: app/tools.c:283 +#: app/tools.c:289 msgid "/Tools/Select Tools/Intelligent Scissors" msgstr "/éÎÓÔÒÕÍÅÎÔÙ/÷ÙÄÅÌÅÎÉÅ/õÍÎÙÅ ÎÏÖÎÉÃÙ" -#: app/tools.c:288 +#: app/tools.c:294 msgid "Select shapes from image" msgstr "÷ÙÄÅÌÅÎÉÅ ÆÏÒÍ × ÉÚÏÂÒÁÖÅÎÉÉ" -#: app/tools.c:310 +#: app/tools.c:316 msgid "Move" msgstr "ðÅÒÅÍÅÝÅÎÉÅ" -#: app/tools.c:311 +#: app/tools.c:317 msgid "/Tools/Transform Tools/Move" msgstr "/éÎÓÔÒÕÍÅÎÔÙ/ðÒÅÏÂÒÁÚÏ×ÁÎÉÅ/ðÅÒÅÍÅÝÅÎÉÅ" -#: app/tools.c:316 +#: app/tools.c:322 msgid "Move layers & selections" msgstr "ðÅÒÅÍÅÝÅÎÉÅ ÓÌÏÅ× É ×ÙÄÅÌÅÎÎÙÈ ÏÂÌÁÓÔÅÊ" -#: app/tools.c:338 +#: app/tools.c:344 msgid "Magnify" msgstr "ìÕÐÁ" -#: app/tools.c:339 +#: app/tools.c:345 msgid "/Tools/Transform Tools/Magnify" msgstr "/éÎÓÔÒÕÍÅÎÔÙ/ðÒÅÏÂÒÁÚÏ×ÁÎÉÅ/õ×ÅÌÉÞÅÎÉÅ" -#: app/tools.c:344 +#: app/tools.c:350 msgid "Zoom in & out" msgstr "õ×ÅÌÉÞÅÎÉÅ É ÕÍÅÎØÛÅÎÉÅ ÍÁÓÛÔÁÂÁ" -#: app/tools.c:367 +#: app/tools.c:373 msgid "/Tools/Transform Tools/Crop & Resize" msgstr "/éÎÓÔÒÕÍÅÎÔÙ/ðÒÅÏÂÒÁÚÏ×ÁÎÉÅ/òÁÍËÁ É ÉÚÍÅÎÅÎÉÅ ÒÁÚÍÅÒÁ" -#: app/tools.c:372 +#: app/tools.c:378 msgid "Crop or resize the image" msgstr "ëÁÄÒÉÒÏ×ÁÎÉÅ ÉÌÉ ÉÚÍÅÎÅÎÉÅ ÒÁÚÍÅÒÁ ÉÚÏÂÒÁÖÅÎÉÑ" #. the transform type radio buttons -#: app/tools.c:394 app/tools.c:422 app/tools.c:450 app/tools.c:478 +#: app/tools.c:400 app/tools.c:428 app/tools.c:456 app/tools.c:484 #: app/transform_core.c:252 app/transform_tool.c:211 msgid "Transform" msgstr "ðÒÅÏÂÒÁÚÏ×ÁÔÅÌØ" -#: app/tools.c:395 +#: app/tools.c:401 msgid "/Tools/Transform Tools/Transform" msgstr "/éÎÓÔÒÕÍÅÎÔÙ/ðÒÅÏÂÒÁÚÏ×ÁÎÉÅ/ðÒÅÏÂÒÁÚÏ×ÁÔÅÌØ" -#: app/tools.c:400 app/tools.c:428 app/tools.c:456 app/tools.c:484 +#: app/tools.c:406 app/tools.c:434 app/tools.c:462 app/tools.c:490 msgid "Rotation, scaling, shearing, perspective." msgstr "÷ÒÁÝÅÎÉÅ, ÍÁÓÛÔÁÂÉÒÏ×ÁÎÉÅ, ÉÓËÒÉ×ÌÅÎÉÅ, ÐÅÒÓÐÅËÔÉ×Á." -#: app/tools.c:506 +#: app/tools.c:512 msgid "Flip" msgstr "úÅÒËÁÌÏ" -#: app/tools.c:507 +#: app/tools.c:513 msgid "/Tools/Transform Tools/Flip" msgstr "/éÎÓÔÒÕÍÅÎÔÙ/ðÒÅÏÂÒÁÚÏ×ÁÎÉÅ/úÅÒËÁÌÏ" -#: app/tools.c:512 +#: app/tools.c:518 msgid "Flip the layer or selection" msgstr "úÅÒËÁÌØÎÏÅ ÏÔÒÁÖÅÎÉÅ ÓÌÏÅ× É ×ÙÄÅÌÅÎÎÙÈ ÏÂÌÁÓÔÅÊ" -#: app/tools.c:534 +#: app/tools.c:540 msgid "Text" msgstr "ôÅËÓÔ" -#: app/tools.c:535 +#: app/tools.c:541 msgid "/Tools/Text" msgstr "/éÎÓÔÒÕÍÅÎÔÙ/ôÅËÓÔ" -#: app/tools.c:540 +#: app/tools.c:546 msgid "Add text to the image" msgstr "äÏÂÁ×ÌÅÎÉÅ ÔÅËÓÔÁ Ë ÉÚÏÂÒÁÖÅÎÉÀ" -#: app/tools.c:563 +#: app/tools.c:569 msgid "/Tools/Color Picker" msgstr "/éÎÓÔÒÕÍÅÎÔÙ/ðÉÐÅÔËÁ" -#: app/tools.c:568 +#: app/tools.c:574 msgid "Pick colors from the image" msgstr "ðÏÌÕÞÅÎÉÅ Ã×ÅÔÁ ÉÚ ÉÚÏÂÒÁÖÅÎÉÑ" -#: app/tools.c:591 +#: app/tools.c:597 msgid "/Tools/Paint Tools/Bucket Fill" msgstr "/éÎÓÔÒÕÍÅÎÔÙ/òÉÓÏ×ÁÎÉÅ/úÁÌÉ×ËÁ" -#: app/tools.c:596 +#: app/tools.c:602 msgid "Fill with a color or pattern" msgstr "úÁÌÉ×ËÁ Ã×ÅÔÏÍ ÉÌÉ ÛÁÂÌÏÎÏÍ" -#: app/tools.c:618 +#: app/tools.c:624 msgid "Blend" msgstr "óÍÅÓÉÔÅÌØ" -#: app/tools.c:619 +#: app/tools.c:625 msgid "/Tools/Paint Tools/Blend" msgstr "/éÎÓÔÒÕÍÅÎÔÙ/òÉÓÏ×ÁÎÉÅ/óÍÅÓÉÔÅÌØ" -#: app/tools.c:624 +#: app/tools.c:630 msgid "Fill with a color gradient" msgstr "úÁÌÉ×ËÁ Ó ÇÒÁÄÉÅÎÔÏÍ Ã×ÅÔÁ" -#: app/tools.c:647 +#: app/tools.c:653 msgid "/Tools/Paint Tools/Pencil" msgstr "/éÎÓÔÒÕÍÅÎÔÙ/òÉÓÏ×ÁÎÉÅ/ëÁÒÁÎÄÁÛ" -#: app/tools.c:652 +#: app/tools.c:658 msgid "Draw sharp pencil strokes" msgstr "îÁÎÅÓÅÎÉÅ ÒÅÚËÉÈ ËÁÒÁÎÄÁÛÎÙÈ ÏÂ×ÏÄÏ×" -#: app/tools.c:675 +#: app/tools.c:681 msgid "/Tools/Paint Tools/Paintbrush" msgstr "/éÎÓÔÒÕÍÅÎÔÙ/òÉÓÏ×ÁÎÉÅ/ëÉÓÔØ" -#: app/tools.c:680 +#: app/tools.c:686 msgid "Paint fuzzy brush strokes" msgstr "îÁÎÅÓÅÎÉÅ ÒÁÚÍÙÔÙÈ ÍÁÚËÏ× ËÉÓÔØÀ" -#: app/tools.c:703 +#: app/tools.c:709 msgid "/Tools/Paint Tools/Eraser" msgstr "/éÎÓÔÒÕÍÅÎÔÙ/òÉÓÏ×ÁÎÉÅ/ìÁÓÔÉË" -#: app/tools.c:708 +#: app/tools.c:714 msgid "Erase to background or transparency" msgstr "ïÞÉÓÔËÁ ÄÏ ÆÏÎÁ ÉÌÉ ÐÒÏÚÒÁÞÎÏÓÔÉ" -#: app/tools.c:731 +#: app/tools.c:737 msgid "/Tools/Paint Tools/Airbrush" msgstr "/éÎÓÔÒÕÍÅÎÔÙ/òÉÓÏ×ÁÎÉÅ/áÜÒÏÇÒÁÆ" -#: app/tools.c:736 +#: app/tools.c:742 msgid "Airbrush with variable pressure" msgstr "òÉÓÏ×ÁÎÉÅ ÁÜÒÏÇÒÁÆÏÍ Ó ÐÅÒÅÍÅÎÎÙÍ ÎÁÖÉÍÏÍ" -#: app/tools.c:758 +#: app/tools.c:764 msgid "Clone" msgstr "ûÔÁÍÐ" -#: app/tools.c:759 +#: app/tools.c:765 msgid "/Tools/Paint Tools/Clone" msgstr "/éÎÓÔÒÕÍÅÎÔÙ/òÉÓÏ×ÁÎÉÅ/ûÔÁÍÐ" -#: app/tools.c:764 +#: app/tools.c:770 msgid "Paint using patterns or image regions" msgstr "òÉÓÏ×ÁÎÉÅ ÛÁÂÌÏÎÏÍ ÉÌÉ ÏÂÌÁÓÔØÀ ÉÚÏÂÒÁÖÅÎÉÑ" -#: app/tools.c:786 +#: app/tools.c:792 msgid "Convolve" msgstr "òÁÚÍÙ×ÁÔÅÌØ" -#: app/tools.c:787 +#: app/tools.c:793 msgid "/Tools/Paint Tools/Convolve" msgstr "/éÎÓÔÒÕÍÅÎÔÙ/òÉÓÏ×ÁÎÉÅ/òÁÚÍÙ×ÁÔÅÌØ" -#: app/tools.c:792 +#: app/tools.c:798 msgid "Blur or sharpen" msgstr "òÁÚÍÙ×ÁÎÉÅ ÉÌÉ ÒÅÚËÏÓÔØ" -#: app/tools.c:814 +#: app/tools.c:820 msgid "Ink" msgstr "þÅÒÎÉÌÁ" -#: app/tools.c:815 +#: app/tools.c:821 msgid "/Tools/Paint Tools/Ink" msgstr "/éÎÓÔÒÕÍÅÎÔÙ/òÉÓÏ×ÁÎÉÅ/þÅÒÎÉÌÁ" -#: app/tools.c:820 +#: app/tools.c:826 msgid "Draw in ink" msgstr "òÉÓÏ×ÁÎÉÅ ÞÅÒÎÉÌÁÍÉ" -#: app/tools.c:843 +#: app/tools.c:849 msgid "/Tools/Paint Tools/DodgeBurn" msgstr "/éÎÓÔÒÕÍÅÎÔÙ/òÉÓÏ×ÁÎÉÅ/úÁÔÅÍÎÉÔÅÌØ-ïÓ×ÅÔÌÉÔÅÌØ" -#: app/tools.c:870 app/tools.c:876 +#: app/tools.c:876 app/tools.c:882 msgid "Smudge" msgstr "ðÁÌÅÃ" -#: app/tools.c:871 +#: app/tools.c:877 msgid "/Tools/Paint Tools/Smudge" msgstr "/éÎÓÔÒÕÍÅÎÔÙ/òÉÓÏ×ÁÎÉÅ/ðÁÌÅÃ" -#: app/tools.c:928 +#: app/tools.c:934 msgid "Measure" msgstr "éÚÍÅÒÉÔÅÌØ" -#: app/tools.c:929 +#: app/tools.c:935 msgid "/Tools/Measure" msgstr "/éÎÓÔÒÕÍÅÎÔÙ/éÚÍÅÒÉÔÅÌØ" -#: app/tools.c:934 +#: app/tools.c:940 msgid "Measure distances and angles" msgstr "éÚÍÅÒÅÎÉÅ ÒÁÓÓÔÏÑÎÉÊ É ÕÇÌÏ×" -#: app/tools.c:987 +#: app/tools.c:993 msgid "By Color Select" msgstr "÷ÙÄÅÌÅÎÉÅ ÐÏ Ã×ÅÔÕ" -#: app/tools.c:988 +#: app/tools.c:994 msgid "/Select/By Color..." msgstr "/÷ÙÄÅÌÅÎÉÅ/ðÏ Ã×ÅÔÕ..." -#: app/tools.c:993 +#: app/tools.c:999 msgid "Select regions by color" msgstr "÷ÙÄÅÌÅÎÉÅ ÏÂÌÁÓÔÉ Ó ÉÓÐÏÌØÚÏ×ÁÎÉÅÍ ËÒÉ×ÙÈ âÅÚØÅ" -#: app/tools.c:1016 +#: app/tools.c:1022 msgid "/Image/Colors/Color Balance..." msgstr "/éÚÏÂÒÁÖÅÎÉÅ/ã×ÅÔÁ/ã×ÅÔÏ×ÏÊ ÂÁÌÁÎÓ..." -#: app/tools.c:1021 +#: app/tools.c:1027 msgid "Adjust color balance" msgstr "ã×ÅÔÏ×ÏÊ ÂÁÌÁÎÓ" -#: app/tools.c:1044 +#: app/tools.c:1050 msgid "/Image/Colors/Brightness-Contrast..." msgstr "/éÚÏÂÒÁÖÅÎÉÅ/ã×ÅÔÁ/ñÒËÏÓÔØ-ëÏÎÔÒÁÓÔÎÏÓÔØ..." -#: app/tools.c:1049 +#: app/tools.c:1055 msgid "Adjust brightness and contrast" msgstr "ðÏÄÂÏÒ ÑÒËÏÓÔÉ É ËÏÎÔÒÁÓÔÎÏÓÔÉ" -#: app/tools.c:1072 +#: app/tools.c:1078 msgid "/Image/Colors/Hue-Saturation..." msgstr "/éÚÏÂÒÁÖÅÎÉÅ/ã×ÅÔÁ/ôÏÎ-îÁÓÙÝÅÎÎÏÓÔØ..." -#: app/tools.c:1077 +#: app/tools.c:1083 msgid "Adjust hue and saturation" msgstr "ðÏÄÂÏÒ ÔÏÎÁ É ÎÁÓÙÝÅÎÎÏÓÔÉ" -#: app/tools.c:1100 +#: app/tools.c:1106 msgid "/Image/Colors/Posterize..." msgstr "/éÚÏÂÒÁÖÅÎÉÅ/ã×ÅÔÁ/ðÏÓÔÅÒÉÚÏ×ÁÔØ..." -#: app/tools.c:1105 +#: app/tools.c:1111 msgid "Reduce image to a fixed numer of colors" msgstr "õÍÅÎØÛÉÔØ ÄÏ ÆÉËÓÉÒÏ×ÁÎÎÏÇÏ ÞÉÓÌÏ Ã×ÅÔÏ× × ÉÚÏÂÒÁÖÅÎÉÉ" -#: app/tools.c:1128 +#: app/tools.c:1134 msgid "/Image/Colors/Threshold..." msgstr "/éÚÏÂÒÁÖÅÎÉÅ/ã×ÅÔÁ/ðÏÒÏÇ..." -#: app/tools.c:1133 +#: app/tools.c:1139 msgid "Reduce image to two colors using a threshold" msgstr "õÍÅÎØÛÉÔØ ÄÏ Ä×ÕÈ ÞÉÓÌÏ Ã×ÅÔÏ× × ÉÚÏÂÒÁÖÅÎÉÉ ÉÓÐÏÌØÚÕÑ ÐÏÒÏÇ" -#: app/tools.c:1156 +#: app/tools.c:1162 msgid "/Image/Colors/Curves..." msgstr "/éÚÏÂÒÁÖÅÎÉÅ/ã×ÅÔÁ/ëÒÉ×ÙÅ..." -#: app/tools.c:1161 +#: app/tools.c:1167 msgid "Adjust color curves" msgstr "ðÏÄÂÏÒ Ã×ÅÔÏ×ÙÈ ËÒÉ×ÙÈ" -#: app/tools.c:1184 +#: app/tools.c:1190 msgid "/Image/Colors/Levels..." msgstr "/éÚÏÂÒÁÖÅÎÉÅ/ã×ÅÔÁ/õÒÏ×ÎÉ..." -#: app/tools.c:1189 +#: app/tools.c:1195 msgid "Adjust color levels" msgstr "ðÏÄÂÏÒ ÕÒÏ×ÎÅÊ Ã×ÅÔÁ" -#: app/tools.c:1212 +#: app/tools.c:1218 msgid "/Image/Histogram..." msgstr "/éÚÏÂÒÁÖÅÎÉÅ/çÉÓÔÏÇÒÁÍÍÁ..." -#: app/tools.c:1217 +#: app/tools.c:1223 msgid "View image histogram" msgstr "ðÒÏÓÍÏÔÒ ÇÉÓÔÏÇÒÁÍÍÙ ÉÚÏÂÒÁÖÅÎÉÑ" @@ -5515,7 +5515,7 @@ msgstr "" "ðÒÅÏÂÒÁÚÏ×ÁÎÉÑ ÎÅ ÄÅÊÓÔ×ÕÀÔ ÎÁ ÓÌÏÉ,\n" "Õ ËÏÔÏÒÙÈ ÅÓÔØ ÍÁÓËÁ ÓÌÏÑ." -#: app/transform_core.c:1619 +#: app/transform_core.c:1604 msgid "Transformation" msgstr "ðÒÅÏÂÒÁÚÏ×ÁÎÉÅ" diff --git a/po/sk.po b/po/sk.po index bfa5feb47e..7bf668413f 100644 --- a/po/sk.po +++ b/po/sk.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: GIMP 1.1.15\n" -"POT-Creation-Date: 2000-05-27 21:18-0700\n" +"POT-Creation-Date: 2000-06-18 19:40-0700\n" "PO-Revision-Date: 2000-01-15 13:40+02:00\n" "Last-Translator: Peter Lacu¹ \n" "Language-Team: Slovak \n" @@ -14,21 +14,21 @@ msgstr "" "Content-Type: text/plain; charset=ISO-8859-2\n" "Content-Transfer-Encoding: 8bit\n" -#: app/about_dialog.c:192 +#: app/about_dialog.c:256 msgid "About the GIMP" msgstr "Èo je to GIMP" #. this is a font, provide only one single font definition -#: app/about_dialog.c:243 +#: app/about_dialog.c:307 msgid "-*-helvetica-medium-r-normal--*-140-*-*-*-*-*-*" msgstr "" -#: app/about_dialog.c:253 +#: app/about_dialog.c:317 #, c-format msgid "Version %s brought to you by" msgstr "verziu %s Vám priná¹ajú" -#: app/about_dialog.c:293 +#: app/about_dialog.c:357 msgid "Please visit http://www.gimp.org/ for more info" msgstr "Viac sa dozviete, keï nav¹tívite http://www.gimp.org/" @@ -45,7 +45,7 @@ msgstr "Tlak:" msgid "-*-helvetica-bold-r-normal--*-140-*-*-*-*-*-*" msgstr "" -#: app/app_procs.c:278 app/app_procs.c:280 app/interface.c:560 +#: app/app_procs.c:278 app/app_procs.c:280 app/interface.c:558 msgid "The GIMP" msgstr "GIMP" @@ -63,7 +63,7 @@ msgstr "verziu %s V msgid "GIMP Startup" msgstr "GIMP: ¹tart" -#: app/app_procs.c:492 app/gimprc.c:446 +#: app/app_procs.c:492 app/gimprc.c:452 #, c-format msgid "parsing \"%s\"\n" msgstr "analyzuje sa \"%s\"\n" @@ -78,22 +78,22 @@ msgid "Parasites" msgstr "Paraziti" #. initialize the global parasite table -#: app/app_procs.c:556 app/internal_procs.c:71 app/preferences_dialog.c:2461 +#: app/app_procs.c:556 app/internal_procs.c:71 app/preferences_dialog.c:2493 msgid "Brushes" msgstr "©tetce" #. initialize the list of gimp brushes -#: app/app_procs.c:558 app/internal_procs.c:143 app/preferences_dialog.c:2469 +#: app/app_procs.c:558 app/internal_procs.c:140 app/preferences_dialog.c:2501 msgid "Patterns" msgstr "Vzory" #. initialize the list of gimp patterns -#: app/app_procs.c:560 app/preferences_dialog.c:2473 +#: app/app_procs.c:560 app/preferences_dialog.c:2505 msgid "Palettes" msgstr "Farebné palety" #. initialize the list of gimp palettes -#: app/app_procs.c:562 app/internal_procs.c:113 app/preferences_dialog.c:2477 +#: app/app_procs.c:562 app/internal_procs.c:104 app/preferences_dialog.c:2509 msgid "Gradients" msgstr "Prechody" @@ -122,12 +122,12 @@ msgstr "Koniec" #: app/curves.c:562 app/file_new_dialog.c:207 app/file_new_dialog.c:357 #: app/gdisplay_color_ui.c:135 app/gdisplay_ops.c:305 app/gimpprogress.c:112 #: app/global_edit.c:772 app/gradient.c:1768 app/gradient.c:4840 -#: app/gradient.c:5401 app/hue_saturation.c:374 app/interface.c:1027 -#: app/layers_dialog.c:3478 app/layers_dialog.c:3660 app/layers_dialog.c:3752 -#: app/layers_dialog.c:4012 app/levels.c:340 app/palette.c:1826 -#: app/posterize.c:202 app/preferences_dialog.c:1455 app/qmask.c:281 +#: app/gradient.c:5401 app/hue_saturation.c:374 app/interface.c:1039 +#: app/layers_dialog.c:3484 app/layers_dialog.c:3666 app/layers_dialog.c:3761 +#: app/layers_dialog.c:4021 app/levels.c:341 app/palette.c:1826 +#: app/posterize.c:202 app/preferences_dialog.c:1465 app/qmask.c:278 #: app/resize.c:194 app/resize.c:1326 app/threshold.c:275 -#: app/user_install.c:548 app/user_install.c:1190 modules/cdisplay_gamma.c:332 +#: app/user_install.c:548 app/user_install.c:1191 modules/cdisplay_gamma.c:332 #: modules/cdisplay_highcontrast.c:325 msgid "Cancel" msgstr "Zru¹i»" @@ -140,11 +140,11 @@ msgstr "B msgid "Corrupt curve" msgstr "Poru¹ená krivka" -#: app/bezier_select.c:2941 +#: app/bezier_select.c:2995 msgid "Curve not closed!" msgstr "Neuzavretá krivka!" -#: app/bezier_select.c:3228 app/gimage_mask.c:618 +#: app/bezier_select.c:3282 app/gimage_mask.c:620 msgid "Paintbrush operation failed." msgstr "©tetec zlyhal." @@ -173,7 +173,7 @@ msgstr "Kop msgid "Blend:" msgstr "Prechod:" -#: app/blend.c:320 app/gradient.c:532 app/preferences_dialog.c:2201 +#: app/blend.c:320 app/gradient.c:532 app/preferences_dialog.c:2233 msgid "Linear" msgstr "Lineárny" @@ -221,7 +221,7 @@ msgstr " msgid "Gradient:" msgstr "Prechod" -#: app/blend.c:342 app/by_color_select.c:817 app/preferences_dialog.c:1810 +#: app/blend.c:342 app/by_color_select.c:838 app/preferences_dialog.c:1820 msgid "None" msgstr "®iadne" @@ -269,7 +269,8 @@ msgstr "Prechod..." msgid "Blend: " msgstr "Prechod: " -#: app/brightness_contrast.c:127 app/brightness_contrast.c:209 app/tools.c:668 +#: app/brightness_contrast.c:127 app/brightness_contrast.c:209 +#: app/tools.c:1049 msgid "Brightness-Contrast" msgstr "Jas-Kontrast" @@ -282,19 +283,19 @@ msgstr "Jas-Kontrast nepracuje s indexovan #: app/color_balance.c:271 app/color_notebook.c:123 app/convert.c:504 #: app/curves.c:558 app/file_new_dialog.c:207 app/file_new_dialog.c:353 #: app/gdisplay_color_ui.c:133 app/gimpui.c:122 app/hue_saturation.c:370 -#: app/layers_dialog.c:3476 app/layers_dialog.c:3658 app/layers_dialog.c:3750 -#: app/layers_dialog.c:4010 app/levels.c:336 app/module_db.c:314 -#: app/posterize.c:198 app/preferences_dialog.c:1451 app/qmask.c:279 +#: app/layers_dialog.c:3482 app/layers_dialog.c:3664 app/layers_dialog.c:3759 +#: app/layers_dialog.c:4019 app/levels.c:337 app/module_db.c:314 +#: app/posterize.c:198 app/preferences_dialog.c:1461 app/qmask.c:276 #: app/resize.c:192 app/resize.c:1326 app/threshold.c:271 -#: app/user_install.c:1188 modules/cdisplay_gamma.c:330 +#: app/user_install.c:1189 modules/cdisplay_gamma.c:330 #: modules/cdisplay_highcontrast.c:323 msgid "OK" msgstr "OK" -#: app/brightness_contrast.c:216 app/by_color_select.c:694 +#: app/brightness_contrast.c:216 app/by_color_select.c:715 #: app/color_balance.c:273 app/curves.c:560 app/file_new_dialog.c:355 -#: app/hue_saturation.c:372 app/levels.c:338 app/posterize.c:200 -#: app/threshold.c:273 app/tools.c:1085 app/transform_core.c:406 +#: app/hue_saturation.c:372 app/levels.c:339 app/posterize.c:200 +#: app/threshold.c:273 app/tools.c:1542 app/transform_core.c:406 #: modules/colorsel_water.c:634 msgid "Reset" msgstr "Obnovi»" @@ -313,7 +314,7 @@ msgstr "Kontrast" #. The preview toggle #: app/brightness_contrast.c:300 app/color_balance.c:441 app/curves.c:682 -#: app/fileops.c:401 app/hue_saturation.c:562 app/levels.c:569 +#: app/fileops.c:401 app/hue_saturation.c:562 app/levels.c:570 #: app/palette.c:3236 app/posterize.c:239 app/threshold.c:348 msgid "Preview" msgstr "Náhµad" @@ -323,15 +324,15 @@ msgid "Brush Editor" msgstr "Editor ¹tetcov" #. The close button -#: app/brush_edit.c:216 app/brush_select.c:281 app/by_color_select.c:696 +#: app/brush_edit.c:216 app/brush_select.c:281 app/by_color_select.c:717 #: app/color_notebook.c:123 app/color_picker.c:297 app/colormap_dialog.i.c:173 -#: app/crop.c:1054 app/devices.c:755 app/docindex.c:773 app/errorconsole.c:281 +#: app/crop.c:1068 app/devices.c:755 app/docindex.c:773 app/errorconsole.c:281 #: app/gdisplay_ops.c:305 app/gradient.c:800 app/gradient_select.c:153 -#: app/histogram_tool.c:276 app/info_window.c:255 app/lc_dialog.c:195 +#: app/histogram_tool.c:275 app/info_window.c:255 app/lc_dialog.c:195 #: app/measure.c:321 app/nav_window.c:1344 app/palette.c:2072 #: app/palette.c:2088 app/palette.c:3118 app/palette_select.c:66 -#: app/pattern_select.c:172 app/preferences_dialog.c:364 app/tips_dialog.c:160 -#: app/tools.c:1087 app/undo_history.c:752 +#: app/pattern_select.c:172 app/preferences_dialog.c:367 app/tips_dialog.c:160 +#: app/tools.c:1544 app/undo_history.c:752 msgid "Close" msgstr "Zatvori»" @@ -366,7 +367,7 @@ msgstr "Aktualizova msgid "No Brushes available" msgstr "Nie sú ¾iadne ¹tetce" -#: app/brush_select.c:448 app/layers_dialog.c:412 app/tool_options.c:526 +#: app/brush_select.c:448 app/layers_dialog.c:413 app/tool_options.c:526 msgid "Opacity:" msgstr "Krytie:" @@ -429,55 +430,55 @@ msgstr "Vyplnenie vzorom" msgid "Bucket Fill operation failed." msgstr "Vyplnenie sa nepodarilo." -#: app/bucket_fill.c:347 +#: app/bucket_fill.c:351 msgid "No available patterns for this operation." msgstr "®iadne vzory nie sú k dispozícii." #. The shell and main vbox -#: app/by_color_select.c:689 +#: app/by_color_select.c:710 msgid "By Color Selection" msgstr "Výber podµa farby" -#: app/by_color_select.c:745 +#: app/by_color_select.c:766 msgid "Inactive" msgstr "Neaktívny" -#: app/by_color_select.c:753 +#: app/by_color_select.c:774 msgid "Selection Mode" msgstr "Re¾im výberu" -#: app/by_color_select.c:758 app/paint_funcs.c:100 +#: app/by_color_select.c:779 app/paint_funcs.c:101 msgid "Replace" msgstr "Nahradi»" -#: app/by_color_select.c:760 app/colormap_dialog.i.c:130 +#: app/by_color_select.c:781 app/colormap_dialog.i.c:130 #: app/gdisplay_color_ui.c:120 msgid "Add" msgstr "Prida»" -#: app/by_color_select.c:761 app/layers_dialog.c:380 app/tool_options.c:926 +#: app/by_color_select.c:782 app/layers_dialog.c:380 app/tool_options.c:926 msgid "Subtract" msgstr "Rozdiel" -#: app/by_color_select.c:762 +#: app/by_color_select.c:783 msgid "Intersect" msgstr "Prienik" -#: app/by_color_select.c:773 +#: app/by_color_select.c:794 msgid "Fuzziness Threshold" msgstr "Prah citlivosti" -#: app/by_color_select.c:792 +#: app/by_color_select.c:813 #, fuzzy msgid "Selection" msgstr "Selekcia: " -#: app/by_color_select.c:803 +#: app/by_color_select.c:824 #, fuzzy msgid "Invert" msgstr "Konverzia" -#: app/by_color_select.c:810 +#: app/by_color_select.c:831 msgid "All" msgstr "" @@ -486,7 +487,7 @@ msgid "copy" msgstr "(kópia)" #. formulate the new layer_mask name -#: app/channel.c:196 app/gradient.c:1599 app/layer.c:329 app/layer.c:1745 +#: app/channel.c:196 app/gradient.c:1599 app/layer.c:329 app/layer.c:1746 #, c-format msgid "%s copy" msgstr "%s (kópia)" @@ -504,9 +505,9 @@ msgstr "Posun:" msgid "Offset X:" msgstr "Posun X:" -#: app/channel_ops.c:115 app/crop.c:1063 app/file_new_dialog.c:530 +#: app/channel_ops.c:115 app/crop.c:1077 app/file_new_dialog.c:530 #: app/resize.c:343 app/resize.c:435 app/resize.c:572 app/rotate_tool.c:106 -#: app/scale_tool.c:100 app/shear_tool.c:82 app/user_install.c:1391 +#: app/scale_tool.c:100 app/shear_tool.c:82 app/user_install.c:1392 msgid "Y:" msgstr "Y:" @@ -515,12 +516,12 @@ msgstr "Y:" msgid "Wrap Around" msgstr "Dookola" -#: app/channel_ops.c:174 app/image_new.c:76 app/image_new.c:291 -#: app/layers_dialog.c:3578 +#: app/channel_ops.c:174 app/image_new.c:76 app/image_new.c:290 +#: app/layers_dialog.c:3584 msgid "Background" msgstr "Pozadie" -#: app/channel_ops.c:175 app/image_new.c:86 app/layers_dialog.c:3580 +#: app/channel_ops.c:175 app/image_new.c:86 app/layers_dialog.c:3586 msgid "Transparent" msgstr "Priehµadné" @@ -562,17 +563,17 @@ msgid "Empty Channel Copy" msgstr "Skopírova» prázdny kanál" #: app/channels_dialog.c:1433 app/color_balance.c:343 app/color_select.c:250 -#: app/curves.c:583 app/histogram_tool.c:304 app/levels.c:369 +#: app/curves.c:583 app/histogram_tool.c:303 app/levels.c:370 msgid "Red" msgstr "Èervená" #: app/channels_dialog.c:1437 app/color_balance.c:368 app/color_select.c:251 -#: app/curves.c:584 app/histogram_tool.c:305 app/levels.c:370 +#: app/curves.c:584 app/histogram_tool.c:304 app/levels.c:371 msgid "Green" msgstr "Zelená" #: app/channels_dialog.c:1441 app/color_balance.c:393 app/color_select.c:252 -#: app/curves.c:585 app/histogram_tool.c:306 app/levels.c:371 +#: app/curves.c:585 app/histogram_tool.c:305 app/levels.c:372 msgid "Blue" msgstr "Modrá" @@ -635,7 +636,7 @@ msgid "No patterns available for this operation." msgstr "Pre túto operáciu nie sú k dispozícii ¾iadne vzorky." #. The shell and main vbox -#: app/color_balance.c:168 app/color_balance.c:266 app/tools.c:650 +#: app/color_balance.c:168 app/color_balance.c:266 app/tools.c:1021 msgid "Color Balance" msgstr "Farebné vyvá¾enie" @@ -687,7 +688,7 @@ msgstr "V msgid "Revert to Old Color" msgstr "Spä» k pôvodnej farbe" -#: app/color_picker.c:144 app/color_picker.c:248 app/tools.c:357 +#: app/color_picker.c:144 app/color_picker.c:248 app/tools.c:568 msgid "Color Picker" msgstr "Pipeta" @@ -728,14 +729,14 @@ msgstr "Index:" msgid "Hex Triplet" msgstr "Hex trojica" -#: app/color_picker.c:272 app/histogram_tool.c:260 +#: app/color_picker.c:272 app/histogram_tool.c:259 msgid "Intensity:" msgstr "Intenzita:" -#: app/color_picker.c:626 app/color_picker.c:627 app/color_picker.c:628 -#: app/color_picker.c:629 app/color_picker.c:630 app/color_picker.c:631 -#: app/color_picker.c:632 app/color_picker.c:644 app/color_picker.c:651 -#: app/color_picker.c:669 app/color_picker.c:684 app/info_window.c:185 +#: app/color_picker.c:632 app/color_picker.c:633 app/color_picker.c:634 +#: app/color_picker.c:635 app/color_picker.c:636 app/color_picker.c:637 +#: app/color_picker.c:638 app/color_picker.c:650 app/color_picker.c:657 +#: app/color_picker.c:675 app/color_picker.c:690 app/info_window.c:185 #: app/info_window.c:191 app/info_window.c:197 app/info_window.c:203 #: app/info_window.c:422 app/info_window.c:423 app/info_window.c:424 #: app/info_window.c:425 app/info_window.c:447 @@ -766,18 +767,18 @@ msgstr "Z" msgid "B" msgstr "M" -#: app/color_select.c:247 app/layers_dialog.c:383 app/paint_funcs.c:94 +#: app/color_select.c:247 app/layers_dialog.c:383 app/paint_funcs.c:95 #: app/tool_options.c:929 msgid "Hue" msgstr "Odtieò" -#: app/color_select.c:248 app/layers_dialog.c:384 app/paint_funcs.c:95 +#: app/color_select.c:248 app/layers_dialog.c:384 app/paint_funcs.c:96 #: app/tool_options.c:930 msgid "Saturation" msgstr "Sýtos»" -#: app/color_select.c:249 app/curves.c:582 app/histogram_tool.c:303 -#: app/layers_dialog.c:386 app/levels.c:368 app/paint_funcs.c:97 +#: app/color_select.c:249 app/curves.c:582 app/histogram_tool.c:302 +#: app/layers_dialog.c:386 app/levels.c:369 app/paint_funcs.c:98 #: app/tool_options.c:932 msgid "Value" msgstr "Jas" @@ -943,7 +944,7 @@ msgstr "Rozostrenie" msgid "Sharpen" msgstr "Zaostrenie" -#: app/crop.c:178 app/tools.c:231 +#: app/crop.c:178 app/tools.c:372 msgid "Crop & Resize" msgstr "Orez a rozmery plátna" @@ -962,11 +963,11 @@ msgstr "Povoli msgid "Tool Toggle" msgstr "Prepínaè nástrojov" -#: app/crop.c:215 app/crop.c:1050 +#: app/crop.c:215 app/crop.c:1064 msgid "Crop" msgstr "Orez" -#: app/crop.c:217 app/crop.c:1052 +#: app/crop.c:217 app/crop.c:1066 msgid "Resize" msgstr "Rozmery plátna" @@ -974,42 +975,42 @@ msgstr "Rozmery pl msgid "Crop: " msgstr "Orez: " -#: app/crop.c:1023 +#: app/crop.c:1037 msgid "Crop: 0 x 0" msgstr "Orez: 0 × 0" #. create the info dialog -#: app/crop.c:1044 +#: app/crop.c:1058 msgid "Crop & Resize Information" msgstr "Informácie o oreze a veµkosti plátna" #. add the information fields -#: app/crop.c:1060 +#: app/crop.c:1074 msgid "Origin X:" msgstr "Zaèiatok X:" #. the pixel size labels -#: app/crop.c:1076 app/file_new_dialog.c:389 app/file_new_dialog.c:407 +#: app/crop.c:1090 app/file_new_dialog.c:389 app/file_new_dialog.c:407 #: app/tool_options.c:348 msgid "Width:" msgstr "©írka:" -#: app/crop.c:1079 app/file_new_dialog.c:395 app/file_new_dialog.c:413 -#: app/layers_dialog.c:3519 app/resize.c:253 app/resize.c:278 app/resize.c:509 +#: app/crop.c:1093 app/file_new_dialog.c:395 app/file_new_dialog.c:413 +#: app/layers_dialog.c:3525 app/resize.c:253 app/resize.c:278 app/resize.c:509 #: app/scale_tool.c:79 app/scale_tool.c:86 app/tool_options.c:364 msgid "Height:" msgstr "Vý¹ka:" -#: app/crop.c:1101 +#: app/crop.c:1115 msgid "From Selection" msgstr "Zo selekcie" -#: app/crop.c:1107 +#: app/crop.c:1121 msgid "Auto Shrink" msgstr "Automatické zmen¹enie" #. The shell and main vbox -#: app/curves.c:393 app/curves.c:553 app/tools.c:740 +#: app/curves.c:393 app/curves.c:553 app/tools.c:1161 msgid "Curves" msgstr "Gradaèné krivky" @@ -1021,7 +1022,7 @@ msgstr "Krivky sa nedaj msgid "Modify Curves for Channel:" msgstr "Upravi» krivky pre kanál: " -#: app/curves.c:586 app/levels.c:372 +#: app/curves.c:586 app/levels.c:373 msgid "Alpha" msgstr "Alfa" @@ -1038,12 +1039,12 @@ msgstr "Hladk msgid "Free" msgstr "Voµnou rukou" -#: app/curves.c:699 app/levels.c:597 app/module_db.c:864 +#: app/curves.c:699 app/levels.c:598 app/module_db.c:864 msgid "Load" msgstr "Otvori»" -#: app/curves.c:707 app/devices.c:753 app/levels.c:607 app/palette.c:2068 -#: app/preferences_dialog.c:362 app/preferences_dialog.c:1453 +#: app/curves.c:707 app/devices.c:753 app/levels.c:608 app/palette.c:2068 +#: app/preferences_dialog.c:365 app/preferences_dialog.c:1463 msgid "Save" msgstr "Ulo¾i»" @@ -1057,13 +1058,13 @@ msgstr "Otvori msgid "Save Curves" msgstr "Ulo¾i» nastavenia" -#: app/curves.c:1578 +#: app/curves.c:1579 #, fuzzy msgid "Load/Save Curves" msgstr "Otvori»/Ulo¾i» gama korekciu " -#: app/curves.c:1623 app/curves.c:1641 app/levels.c:1429 app/levels.c:1447 -#: app/paths_dialog.c:1902 +#: app/curves.c:1624 app/curves.c:1642 app/levels.c:1441 app/levels.c:1459 +#: app/paths_dialog.c:1905 #, c-format msgid "Unable to open file %s" msgstr "Nepodarilo sa otvori» %s" @@ -1076,7 +1077,7 @@ msgstr "Odfarbenie pracuje len s RGB obr msgid "Device Status" msgstr "Stav zariadenia" -#: app/disp_callbacks.c:813 app/global_edit.c:297 app/global_edit.c:303 +#: app/disp_callbacks.c:816 app/global_edit.c:297 app/global_edit.c:303 #: app/global_edit.c:375 msgid "Pasted Layer" msgstr "Vlo¾ená vrstva" @@ -1131,11 +1132,11 @@ msgstr "Stmavi msgid "Mode" msgstr "Re¾im" -#: app/edit_selection.c:181 +#: app/edit_selection.c:190 msgid "Move: 0, 0" msgstr "Presun: 0, 0" -#: app/edit_selection.c:427 app/edit_selection.c:437 +#: app/edit_selection.c:436 app/edit_selection.c:446 msgid "Move: " msgstr "Presun: " @@ -1149,7 +1150,7 @@ msgid "Hard Edge" msgstr "Ostré hrany" #. the anti_erase toggle -#: app/eraser.c:118 app/paint_funcs.c:101 +#: app/eraser.c:118 app/paint_funcs.c:102 msgid "Anti Erase" msgstr "(Od)zmaza»" @@ -1221,8 +1222,8 @@ msgstr "Ve msgid "New Image" msgstr "Nový obrázok" -#: app/file_new_dialog.c:453 app/preferences_dialog.c:1526 -#: app/preferences_dialog.c:1563 app/user_install.c:1378 +#: app/file_new_dialog.c:453 app/preferences_dialog.c:1536 +#: app/preferences_dialog.c:1573 app/user_install.c:1379 msgid "Pixels" msgstr "pix" @@ -1412,13 +1413,13 @@ msgstr "Nie" msgid "Flip Tool" msgstr "Zrkadlenie" -#: app/flip_tool.c:92 app/preferences_dialog.c:1577 -#: app/preferences_dialog.c:2348 +#: app/flip_tool.c:92 app/preferences_dialog.c:1587 +#: app/preferences_dialog.c:2380 msgid "Horizontal" msgstr "Vodorovne" -#: app/flip_tool.c:94 app/preferences_dialog.c:1579 -#: app/preferences_dialog.c:2350 +#: app/flip_tool.c:94 app/preferences_dialog.c:1589 +#: app/preferences_dialog.c:2382 msgid "Vertical" msgstr "Zvisle" @@ -1439,27 +1440,27 @@ msgstr "" "Nová vrstva sa nedá vytvori»\n" "preto¾e selekcia patrí kanálu alebo maske vrstvy." -#: app/gdisplay.c:220 +#: app/gdisplay.c:227 msgid "RGB-empty" msgstr "RGB-prázdny" -#: app/gdisplay.c:220 app/image_new.c:60 app/preferences_dialog.c:1623 +#: app/gdisplay.c:227 app/image_new.c:60 app/preferences_dialog.c:1633 msgid "RGB" msgstr "RGB" -#: app/gdisplay.c:223 +#: app/gdisplay.c:230 msgid "grayscale-empty" msgstr "odtiene ¹edej-prázdny" -#: app/gdisplay.c:223 +#: app/gdisplay.c:230 msgid "grayscale" msgstr "odtiene ¹edej" -#: app/gdisplay.c:226 +#: app/gdisplay.c:233 msgid "indexed-empty" msgstr "indexovaný-prázdny" -#: app/gdisplay.c:226 +#: app/gdisplay.c:233 msgid "indexed" msgstr "indexovaný" @@ -1500,12 +1501,6 @@ msgstr "" "%s bol zmenený.\n" "Zatvori» aj tak?" -#: app/gimage_cmds.c:3463 -msgid "" -"Image resolution is out of bounds,\n" -"using the default resolution instead." -msgstr "" - #: app/gimage_mask.c:208 msgid "" "Unable to cut/copy because the selected\n" @@ -1599,19 +1594,19 @@ msgstr "Nepodarilo sa pre msgid "Can't fill unknown image type." msgstr "Neznámy typ obrázku sa nedá vyplni»." -#: app/gimpdrawable.c:501 +#: app/gimpdrawable.c:505 msgid "parasite attach to drawable" msgstr "pripoji» parazita k obrázku" -#: app/gimpdrawable.c:536 +#: app/gimpdrawable.c:540 msgid "detach parasite from drawable" msgstr "odpoji» parazita od obrázku" -#: app/gimpdrawable.c:743 +#: app/gimpdrawable.c:747 msgid "unnamed" msgstr "nepomenovaný" -#: app/gimpdrawable.c:760 +#: app/gimpdrawable.c:764 #, c-format msgid "Layer type %d not supported." msgstr "Typ vrstvy %d nie je podporovaný." @@ -1675,7 +1670,7 @@ msgstr "" "Maska vrstvy sa nedá prida»,\n" "preto¾e vrstva u¾ masku má." -#: app/gimpimage.c:3031 +#: app/gimpimage.c:3033 msgid "" "Unable to add a layer mask to a\n" "layer in an indexed image." @@ -1683,7 +1678,7 @@ msgstr "" "Maska vrstvy sa nedá prida»\n" "do indexovaného obrázku." -#: app/gimpimage.c:3035 +#: app/gimpimage.c:3039 msgid "" "Cannot add layer mask to a layer\n" "with no alpha channel." @@ -1691,19 +1686,19 @@ msgstr "" "Maska vrstvy sa nedá prida»\n" "do vrstvy bez alfa kanálu." -#: app/gimpimage.c:3042 +#: app/gimpimage.c:3048 msgid "Cannot add layer mask of different dimensions than specified layer." msgstr "Maska nemô¾e ma» iné rozmery ako vrstva." -#: app/gimpimage.c:3149 +#: app/gimpimage.c:3155 msgid "Channel cannot be raised any further" msgstr "Kanál je celkom hore" -#: app/gimpimage.c:3200 +#: app/gimpimage.c:3206 msgid "Channel cannot be lowered any further" msgstr "Kanál je celkom dole" -#: app/gimpimage.c:3420 app/palette.c:364 app/palette.c:941 app/palette.c:1077 +#: app/gimpimage.c:3426 app/palette.c:364 app/palette.c:941 app/palette.c:1077 #: app/palette.c:2022 app/palette.c:2749 app/palette.c:2881 msgid "Untitled" msgstr "Nepomenovaný" @@ -1716,41 +1711,41 @@ msgstr "Priebeh" msgid "Please wait..." msgstr "" -#: app/gimprc.c:465 +#: app/gimprc.c:471 #, c-format msgid "error parsing: \"%s\"\n" msgstr "chyba pri analýze: \"%s\"\n" -#: app/gimprc.c:466 +#: app/gimprc.c:472 #, c-format msgid " at line %d column %d\n" msgstr " riadok %d ståpec %d\n" -#: app/gimprc.c:467 +#: app/gimprc.c:473 #, c-format msgid " unexpected token: %s\n" msgstr " neoèakávaný symbol: %s\n" -#: app/gimprc.c:1434 +#: app/gimprc.c:1442 msgid "error parsing pluginrc" msgstr "chyba pri analýze pluginrc" -#: app/gimprc.c:2869 +#: app/gimprc.c:2917 #, c-format msgid "Can't open %s; %s" msgstr "%s; %s sa nedá otvori»" -#: app/gimprc.c:2888 +#: app/gimprc.c:2936 #, c-format msgid "Can't rename %s to %s.old; %s" msgstr "%s sa nedá premenova» na %s.old; %s" -#: app/gimprc.c:2894 +#: app/gimprc.c:2942 #, c-format msgid "Couldn't reopen %s\n" msgstr "%s sa nedá znovu otvori»\n" -#: app/gimprc.c:2906 +#: app/gimprc.c:2954 #, c-format msgid "Can't write to %s; %s" msgstr "Nedá sa zapisova» do %s; %s" @@ -1776,49 +1771,49 @@ msgid "GIMP Message" msgstr "GIMP správa" #. pseudo unit -#: app/gimpunit.c:58 +#: app/gimpunit.c:63 msgid "pixel" msgstr "pix." -#: app/gimpunit.c:58 app/measure.c:504 app/measure.c:508 app/paint_core.c:511 +#: app/gimpunit.c:63 app/measure.c:507 app/measure.c:511 app/paint_core.c:530 msgid "pixels" msgstr "pix." #. standard units -#: app/gimpunit.c:61 +#: app/gimpunit.c:66 msgid "inch" msgstr "pal." -#: app/gimpunit.c:61 +#: app/gimpunit.c:66 msgid "inches" msgstr "pal." -#: app/gimpunit.c:62 +#: app/gimpunit.c:67 msgid "millimeter" msgstr "mm" -#: app/gimpunit.c:62 +#: app/gimpunit.c:67 msgid "millimeters" msgstr "mm" #. professional units -#: app/gimpunit.c:65 +#: app/gimpunit.c:70 msgid "point" msgstr "bod" -#: app/gimpunit.c:65 +#: app/gimpunit.c:70 msgid "points" msgstr "bod" -#: app/gimpunit.c:66 +#: app/gimpunit.c:71 msgid "pica" msgstr "" -#: app/gimpunit.c:66 +#: app/gimpunit.c:71 msgid "picas" msgstr "pica" -#: app/gimpunit.c:73 +#: app/gimpunit.c:78 msgid "percent" msgstr "%" @@ -2196,44 +2191,44 @@ msgid "Gradient Selection" msgstr "Výber prechodu" #. The shell and main vbox -#: app/histogram_tool.c:166 app/histogram_tool.c:270 app/tools.c:776 +#: app/histogram_tool.c:165 app/histogram_tool.c:269 app/tools.c:1217 msgid "Histogram" msgstr "Histogram" -#: app/histogram_tool.c:204 +#: app/histogram_tool.c:203 msgid "Histogram does not operate on indexed drawables." msgstr "Histogram nefunguje na indexovaných obrázkoch." -#: app/histogram_tool.c:256 +#: app/histogram_tool.c:255 msgid "Mean:" msgstr "Priemer:" -#: app/histogram_tool.c:257 +#: app/histogram_tool.c:256 msgid "Std Dev:" msgstr "Rozptyl:" -#: app/histogram_tool.c:258 +#: app/histogram_tool.c:257 msgid "Median:" msgstr "Median:" -#: app/histogram_tool.c:259 +#: app/histogram_tool.c:258 msgid "Pixels:" msgstr "Pixlov:" -#: app/histogram_tool.c:261 +#: app/histogram_tool.c:260 msgid "Count:" msgstr "Poèet:" -#: app/histogram_tool.c:262 +#: app/histogram_tool.c:261 msgid "Percentile:" msgstr "Percento:" -#: app/histogram_tool.c:295 +#: app/histogram_tool.c:294 msgid "Information on Channel:" msgstr "Informácie o kanále" #. The shell and main vbox -#: app/hue_saturation.c:245 app/hue_saturation.c:365 app/tools.c:686 +#: app/hue_saturation.c:245 app/hue_saturation.c:365 app/tools.c:1077 msgid "Hue-Saturation" msgstr "Odtieò-Sýtos»" @@ -2279,45 +2274,51 @@ msgstr "Svetlos msgid "Saturation:" msgstr "Sýtos»" +#: app/image_cmds.c:3463 +msgid "" +"Image resolution is out of bounds,\n" +"using the default resolution instead." +msgstr "" + #: app/image_new.c:65 app/info_window.c:65 app/info_window.c:534 -#: app/preferences_dialog.c:1624 +#: app/preferences_dialog.c:1634 msgid "Grayscale" msgstr "Odtiene ¹edej" -#: app/image_new.c:71 app/layers_dialog.c:3577 +#: app/image_new.c:71 app/layers_dialog.c:3583 msgid "Foreground" msgstr "Popredie" -#: app/image_new.c:81 app/layers_dialog.c:3579 +#: app/image_new.c:81 app/layers_dialog.c:3585 msgid "White" msgstr "Biela" -#: app/image_new.c:335 +#: app/image_new.c:336 #, c-format msgid "%d Bytes" msgstr "%d bajtov" -#: app/image_new.c:337 +#: app/image_new.c:338 #, c-format msgid "%.2f KB" msgstr "" -#: app/image_new.c:339 +#: app/image_new.c:340 #, c-format msgid "%.1f KB" msgstr "" -#: app/image_new.c:341 +#: app/image_new.c:342 #, c-format msgid "%d KB" msgstr "" -#: app/image_new.c:343 +#: app/image_new.c:344 #, c-format msgid "%.2f MB" msgstr "" -#: app/image_new.c:345 +#: app/image_new.c:346 #, c-format msgid "%.1f MB" msgstr "" @@ -2346,8 +2347,8 @@ msgstr "" "Aktívny prechod.\n" "Klepnutím otvoríte dialóg výberu prechodu." -#: app/info_dialog.c:185 app/preferences_dialog.c:1784 -#: app/preferences_dialog.c:1890 +#: app/info_dialog.c:185 app/preferences_dialog.c:1794 +#: app/preferences_dialog.c:1900 msgid "General" msgstr "V¹eobecné" @@ -2476,7 +2477,7 @@ msgstr " msgid "Shape" msgstr "" -#: app/interface.c:305 +#: app/interface.c:308 msgid "" "Foreground & background colors. The black and white squares reset colors. " "The arrows swap colors. Double click to select a color from a colorrequester." @@ -2501,7 +2502,7 @@ msgstr "Kan msgid "Channel Ops" msgstr "Kanály" -#: app/internal_procs.c:80 app/layers_dialog.c:385 app/paint_funcs.c:96 +#: app/internal_procs.c:80 app/layers_dialog.c:385 app/paint_funcs.c:97 #: app/tool_options.c:816 app/tool_options.c:931 msgid "Color" msgstr "Farba" @@ -2511,88 +2512,88 @@ msgid "Convert" msgstr "Konverzia" #: app/internal_procs.c:86 -msgid "Drawable procedures" -msgstr "Procedúry obrazovky" - -#: app/internal_procs.c:89 -msgid "Edit procedures" -msgstr "Úpravy procedúr" - -#: app/internal_procs.c:92 -msgid "File Operations" -msgstr "Práca so súbormi" - -#: app/internal_procs.c:95 -msgid "Floating selections" -msgstr "Plávajúce selekcie" - -#: app/internal_procs.c:98 msgid "GDisplay procedures" msgstr "Procedúry GDisplay" -#: app/internal_procs.c:101 app/palette.c:3182 -msgid "Image" -msgstr "Obrázok" +#: app/internal_procs.c:89 +msgid "Drawable procedures" +msgstr "Procedúry obrazovky" -#: app/internal_procs.c:104 -msgid "Image mask" -msgstr "Maska obrázku" +#: app/internal_procs.c:92 +msgid "Edit procedures" +msgstr "Úpravy procedúr" -#: app/internal_procs.c:107 +#: app/internal_procs.c:95 +msgid "File Operations" +msgstr "Práca so súbormi" + +#: app/internal_procs.c:98 +msgid "Floating selections" +msgstr "Plávajúce selekcie" + +#: app/internal_procs.c:101 msgid "Gimprc procedures" msgstr "Procedúry Gimprc" -#: app/internal_procs.c:110 -msgid "Help procedures" -msgstr "Procedúry pomoci" - -#: app/internal_procs.c:116 +#: app/internal_procs.c:107 msgid "Gradient UI" msgstr "Rozhranie prechodov" -#: app/internal_procs.c:119 +#: app/internal_procs.c:110 msgid "Guide procedures" msgstr "Procedúry sprievodcu" -#: app/internal_procs.c:122 app/preferences_dialog.c:1774 -#: app/preferences_dialog.c:1776 -msgid "Interface" -msgstr "Rozhranie" +#: app/internal_procs.c:113 +msgid "Help procedures" +msgstr "Procedúry pomoci" + +#: app/internal_procs.c:116 app/palette.c:3182 +msgid "Image" +msgstr "Obrázok" #. the layer name label -#: app/internal_procs.c:125 app/layer_select.c:137 +#: app/internal_procs.c:119 app/layer_select.c:137 msgid "Layer" msgstr "Vrstva" -#: app/internal_procs.c:128 +#: app/internal_procs.c:122 app/preferences_dialog.c:1784 +#: app/preferences_dialog.c:1786 +msgid "Interface" +msgstr "Rozhranie" + +#: app/internal_procs.c:125 msgid "Miscellaneous" msgstr "Rôzne" -#: app/internal_procs.c:131 app/palette.c:2197 app/palette.c:2209 +#: app/internal_procs.c:128 app/palette.c:2197 app/palette.c:2209 #: app/palette_select.c:87 msgid "Palette" msgstr "Paleta" -#: app/internal_procs.c:134 +#: app/internal_procs.c:131 msgid "Parasite procedures" msgstr "Parazitné procedúry" -#: app/internal_procs.c:137 app/lc_dialog.c:179 +#: app/internal_procs.c:134 app/lc_dialog.c:179 msgid "Paths" msgstr "Cesty" -#: app/internal_procs.c:140 +#: app/internal_procs.c:137 msgid "Pattern UI" msgstr "Paleta vzoriek" -#: app/internal_procs.c:146 +#: app/internal_procs.c:143 msgid "Plug-in" msgstr "Zásuvný modul" -#: app/internal_procs.c:149 +#: app/internal_procs.c:146 msgid "Procedural database" msgstr "Procedurálne databázy" +#: app/internal_procs.c:149 +msgid "Image mask" +msgstr "Maska obrázku" + #: app/internal_procs.c:152 msgid "Text procedures" msgstr "Procedúry textov" @@ -2630,7 +2631,7 @@ msgstr "%s maska" msgid "Layer Select" msgstr "Selekcia vrstvy" -#: app/layers_dialog.c:264 app/layers_dialog.c:3509 +#: app/layers_dialog.c:264 app/layers_dialog.c:3515 msgid "New Layer" msgstr "Nová vrstva" @@ -2662,43 +2663,43 @@ msgstr "Ukotvi msgid "Delete Layer" msgstr "Zmaza» vrstvu" -#: app/layers_dialog.c:372 app/paint_funcs.c:83 app/tool_options.c:917 +#: app/layers_dialog.c:372 app/paint_funcs.c:84 app/tool_options.c:917 msgid "Normal" msgstr "Normálne" -#: app/layers_dialog.c:373 app/paint_funcs.c:84 app/tool_options.c:918 +#: app/layers_dialog.c:373 app/paint_funcs.c:85 app/tool_options.c:918 msgid "Dissolve" msgstr "Rozpustenie" -#: app/layers_dialog.c:374 app/paint_funcs.c:86 app/tool_options.c:920 +#: app/layers_dialog.c:374 app/paint_funcs.c:87 app/tool_options.c:920 msgid "Multiply (Burn)" msgstr "Násobenie" -#: app/layers_dialog.c:375 app/paint_funcs.c:98 app/tool_options.c:921 +#: app/layers_dialog.c:375 app/paint_funcs.c:99 app/tool_options.c:921 msgid "Divide (Dodge)" msgstr "Delenie" -#: app/layers_dialog.c:376 app/paint_funcs.c:87 app/tool_options.c:922 +#: app/layers_dialog.c:376 app/paint_funcs.c:88 app/tool_options.c:922 msgid "Screen" msgstr "Obraz" -#: app/layers_dialog.c:377 app/paint_funcs.c:88 app/tool_options.c:923 +#: app/layers_dialog.c:377 app/paint_funcs.c:89 app/tool_options.c:923 msgid "Overlay" msgstr "Prekrytie" -#: app/layers_dialog.c:378 app/paint_funcs.c:89 app/tool_options.c:924 +#: app/layers_dialog.c:378 app/paint_funcs.c:90 app/tool_options.c:924 msgid "Difference" msgstr "Rozdiely" -#: app/layers_dialog.c:379 app/paint_funcs.c:90 app/tool_options.c:925 +#: app/layers_dialog.c:379 app/paint_funcs.c:91 app/tool_options.c:925 msgid "Addition" msgstr "Súèet" -#: app/layers_dialog.c:381 app/paint_funcs.c:92 app/tool_options.c:927 +#: app/layers_dialog.c:381 app/paint_funcs.c:93 app/tool_options.c:927 msgid "Darken Only" msgstr "Len stmavenie" -#: app/layers_dialog.c:382 app/paint_funcs.c:93 app/tool_options.c:928 +#: app/layers_dialog.c:382 app/paint_funcs.c:94 app/tool_options.c:928 msgid "Lighten Only" msgstr "Len zosvetlenie" @@ -2706,62 +2707,67 @@ msgstr "Len zosvetlenie" msgid "Keep Trans." msgstr "Zachova» priesvitnos»" -#: app/layers_dialog.c:1901 +#: app/layers_dialog.c:405 +#, fuzzy +msgid "Keep Transparency" +msgstr "Priehµadnos»" + +#: app/layers_dialog.c:1907 msgid "Empty Layer Copy" msgstr "Kópia prázdnej vrstvy" -#: app/layers_dialog.c:2163 app/layers_dialog.c:3320 app/layers_dialog.c:3687 +#: app/layers_dialog.c:2169 app/layers_dialog.c:3326 app/layers_dialog.c:3693 msgid "Floating Selection" msgstr "Plávajúca selekcia" -#: app/layers_dialog.c:3470 +#: app/layers_dialog.c:3476 msgid "New Layer Options" msgstr "Voµby pre novú vrstvu" #. The name label and entry -#: app/layers_dialog.c:3499 +#: app/layers_dialog.c:3505 msgid "Layer Name:" msgstr "Meno vrstvy:" #. The size labels -#: app/layers_dialog.c:3513 +#: app/layers_dialog.c:3519 msgid "Layer Width:" msgstr "©írka vrstvy:" -#: app/layers_dialog.c:3573 +#: app/layers_dialog.c:3579 msgid "Layer Fill Type" msgstr "Typ výplne vrstvy" -#: app/layers_dialog.c:3652 +#: app/layers_dialog.c:3658 msgid "Edit Layer Attributes" msgstr "Úpravy vlastností vrstvy" -#: app/layers_dialog.c:3679 +#: app/layers_dialog.c:3685 msgid "Layer name:" msgstr "Meno vrstvy: " -#: app/layers_dialog.c:3744 +#: app/layers_dialog.c:3753 msgid "Add Mask Options" msgstr "Voµby pre pridanie masky" #. The radio frame and box -#: app/layers_dialog.c:3762 +#: app/layers_dialog.c:3771 msgid "Initialize Layer Mask to:" msgstr "Východzí stav masky vrstvy:" -#: app/layers_dialog.c:3767 +#: app/layers_dialog.c:3776 msgid "White (Full Opacity)" msgstr "Biela (úplné krytie)" -#: app/layers_dialog.c:3769 +#: app/layers_dialog.c:3778 msgid "Black (Full Transparency)" msgstr "Èierna (úplná priesvitno»)" -#: app/layers_dialog.c:3771 +#: app/layers_dialog.c:3780 msgid "Layer's Alpha Channel" msgstr "Alfa kanál vrstvy" -#: app/layers_dialog.c:3832 app/layers_dialog.c:3918 +#: app/layers_dialog.c:3841 app/layers_dialog.c:3927 msgid "" "Invalid width or height.\n" "Both must be positive." @@ -2769,27 +2775,27 @@ msgstr "" "Neplatná ¹írka alebo vý¹ka.\n" "Obidve musia by» kladné." -#: app/layers_dialog.c:4004 +#: app/layers_dialog.c:4013 msgid "Layer Merge Options" msgstr "Voµby pre zlúèenie vrstiev" -#: app/layers_dialog.c:4029 +#: app/layers_dialog.c:4038 msgid "Final, Merged Layer should be:" msgstr "Výsledná vrstva bude:" -#: app/layers_dialog.c:4030 +#: app/layers_dialog.c:4039 msgid "Final, Anchored Layer should be:" msgstr "Výsledná vrstva bude:" -#: app/layers_dialog.c:4035 +#: app/layers_dialog.c:4044 msgid "Expanded as necessary" msgstr "Zväè¹i» podµa potreby" -#: app/layers_dialog.c:4037 +#: app/layers_dialog.c:4046 msgid "Clipped to image" msgstr "Oreza» podµa obrázku" -#: app/layers_dialog.c:4039 +#: app/layers_dialog.c:4048 msgid "Clipped to bottom layer" msgstr "Oreza» podµa spodnej vrstvy" @@ -2799,7 +2805,7 @@ msgid "Layers, Channels & Paths" msgstr "Vrstvy a Kanály" #. The Auto-button -#: app/lc_dialog.c:147 app/levels.c:587 +#: app/lc_dialog.c:147 app/levels.c:588 msgid "Auto" msgstr "" @@ -2812,35 +2818,35 @@ msgid "Channels" msgstr "Kanály" #. The shell and main vbox -#: app/levels.c:196 app/levels.c:331 app/tools.c:758 +#: app/levels.c:197 app/levels.c:332 app/tools.c:1189 msgid "Levels" msgstr "Gama korekcia" -#: app/levels.c:234 +#: app/levels.c:235 msgid "Levels for indexed drawables cannot be adjusted." msgstr "Gama korekcia sa nedá pou¾i» pre indexované farby." -#: app/levels.c:360 +#: app/levels.c:361 msgid "Modify Levels for Channel:" msgstr "Gama korekcia pre kanál: " -#: app/levels.c:384 +#: app/levels.c:385 msgid "Input Levels:" msgstr "Vstup: " -#: app/levels.c:493 +#: app/levels.c:494 msgid "Output Levels:" msgstr "Výstup: " -#: app/levels.c:1050 +#: app/levels.c:1052 msgid "Load Levels" msgstr "Otvori» nastavenia" -#: app/levels.c:1065 +#: app/levels.c:1067 msgid "Save Levels" msgstr "Ulo¾i» nastavenia" -#: app/levels.c:1384 +#: app/levels.c:1396 msgid "Load/Save Levels" msgstr "Otvori»/Ulo¾i» gama korekciu " @@ -2972,7 +2978,7 @@ msgstr "Pou msgid "Distance:" msgstr "Vzdialenos»: %0.6f" -#: app/measure.c:504 app/measure.c:509 app/measure.c:517 app/measure.c:545 +#: app/measure.c:507 app/measure.c:512 app/measure.c:520 app/measure.c:548 msgid "degrees" msgstr "stupòov" @@ -3837,7 +3843,7 @@ msgstr "Stav: " msgid "Autoload during startup" msgstr " Zavies» automaticky" -#: app/move.c:473 +#: app/move.c:494 #, fuzzy msgid "Move Tool" msgstr "Predvoµby presunu" @@ -3852,19 +3858,19 @@ msgstr "Navig msgid "Navigation: No Image" msgstr "" -#: app/paint_core.c:745 +#: app/paint_core.c:791 msgid "No brushes available for use with this tool." msgstr "Nie sú dostupné ¾iadne ¹tetce pre pou¾itie s týmto nástrojom." -#: app/paint_funcs.c:85 app/tool_options.c:919 +#: app/paint_funcs.c:86 app/tool_options.c:919 msgid "Behind" msgstr "Zakry»" -#: app/paint_funcs.c:91 +#: app/paint_funcs.c:92 msgid "Subtraction" msgstr "Odèíta»" -#: app/paint_funcs.c:99 +#: app/paint_funcs.c:100 msgid "Erase" msgstr "Zmaza»" @@ -4113,40 +4119,40 @@ msgstr " msgid "Enter a new name for the path" msgstr "Nové meno" -#: app/paths_dialog.c:1916 +#: app/paths_dialog.c:1919 #, c-format msgid "Failed to read from %s" msgstr "Nepodarilo sa preèíta» z %s" -#: app/paths_dialog.c:1931 +#: app/paths_dialog.c:1934 #, c-format msgid "Failed to read path from %s" msgstr "Nepodarilo sa preèíta» cestu z %s" -#: app/paths_dialog.c:1938 +#: app/paths_dialog.c:1941 #, c-format msgid "No points specified in path file %s" msgstr "Súbor %s neobsahuje ¾iadne body" -#: app/paths_dialog.c:1949 +#: app/paths_dialog.c:1952 #, c-format msgid "Failed to read path points from %s" msgstr "Nepodarilo sa preèíta» body cesty z %s" -#: app/paths_dialog.c:2022 app/xcf.c:436 +#: app/paths_dialog.c:2025 app/xcf.c:436 #, c-format msgid "open failed on %s: %s\n" msgstr "otvorenie %s zlyhalo: %s\n" -#: app/paths_dialog.c:2044 +#: app/paths_dialog.c:2047 msgid "Load/Store Bezier Curves" msgstr "Otvori»/Ulo¾i» Bézierove krivky" -#: app/paths_dialog.c:2084 +#: app/paths_dialog.c:2087 msgid "Load Path" msgstr "Otvori» cestu" -#: app/paths_dialog.c:2106 +#: app/paths_dialog.c:2109 msgid "Store Path" msgstr "Ulo¾i» cestu" @@ -4234,7 +4240,7 @@ msgstr "" msgid "Posterize does not operate on indexed drawables." msgstr "Posterizácia nefunguje na indexovaných obrázkoch." -#: app/posterize.c:193 app/tools.c:704 +#: app/posterize.c:193 app/tools.c:1105 msgid "Posterize" msgstr "Posterizácia" @@ -4242,51 +4248,51 @@ msgstr "Posteriz msgid "Posterize Levels:" msgstr "Úrovne posterizácie:" -#: app/preferences_dialog.c:244 +#: app/preferences_dialog.c:247 msgid "Error: Levels of undo must be zero or greater." msgstr "Chyba: Poèet úrovní návratu musí by» nula alebo väè¹í." -#: app/preferences_dialog.c:250 +#: app/preferences_dialog.c:253 msgid "Error: Marching speed must be 50 or greater." msgstr "Chyba: Rýchlos» vyznaèenia selekci musí by» väè¹ia ako 50" -#: app/preferences_dialog.c:256 +#: app/preferences_dialog.c:259 msgid "Error: Default width must be one or greater." msgstr "Chyba: Implicitná ¹írka musí by» jedna alebo väè¹ia." -#: app/preferences_dialog.c:262 +#: app/preferences_dialog.c:265 msgid "Error: Default height must be one or greater." msgstr "Chyba: Implicitná vý¹ka musí by» jedna alebo väè¹ia." -#: app/preferences_dialog.c:269 +#: app/preferences_dialog.c:272 msgid "Error: Default unit must be within unit range." msgstr "Chyba: Implicitná jednotka musí by» v rozsahu jednotiek." -#: app/preferences_dialog.c:276 +#: app/preferences_dialog.c:279 msgid "Error: Default resolution must not be zero." msgstr "Chyba: Implicitné rozlí¹enie nesmie by» nula." -#: app/preferences_dialog.c:284 +#: app/preferences_dialog.c:287 msgid "Error: Default resolution unit must be within unit range." msgstr "Chyba: Implicitná jednotka rozlí¹enia musí by» v rozsahu jednotiek." -#: app/preferences_dialog.c:291 +#: app/preferences_dialog.c:294 msgid "Error: Monitor resolution must not be zero." msgstr "Chyba: Rozlí¹enie monitora nesmie by» nula." -#: app/preferences_dialog.c:298 +#: app/preferences_dialog.c:301 msgid "Error: Image title format must not be NULL." msgstr "Chyba: Formát dla¾dice nesmie by» nula." -#: app/preferences_dialog.c:305 +#: app/preferences_dialog.c:308 msgid "Error: Number of processors must be between 1 and 30." msgstr "Chyba: Poèet procesorov musí by» medzi 1 a 30." -#: app/preferences_dialog.c:356 +#: app/preferences_dialog.c:359 msgid "Save Preferences ?" msgstr "Ulo¾i» predvoµby ?" -#: app/preferences_dialog.c:377 +#: app/preferences_dialog.c:380 msgid "" "At least one of the changes you made will only\n" "take effect after you restart the GIMP.\n" @@ -4302,502 +4308,519 @@ msgstr "" "Zvoµte 'Ulo¾i»', ak chcete zachova» zmeny\n" "alebo 'Zatvori»', a zmeny sa neulo¾ia" -#: app/preferences_dialog.c:471 +#: app/preferences_dialog.c:474 msgid "You will need to restart GIMP for these changes to take effect." msgstr "Aby sa zmeny prejavili, musíte GIMP re¹tartova»." -#: app/preferences_dialog.c:1020 +#: app/preferences_dialog.c:1029 #, c-format msgid "The default comment is limited to %d characters." msgstr "" -#: app/preferences_dialog.c:1445 +#: app/preferences_dialog.c:1455 msgid "Preferences" msgstr "Predvoµby" #. The categories tree -#: app/preferences_dialog.c:1467 +#: app/preferences_dialog.c:1477 msgid "Categories" msgstr "Kategórie" -#: app/preferences_dialog.c:1495 app/preferences_dialog.c:1497 +#: app/preferences_dialog.c:1505 app/preferences_dialog.c:1507 msgid "New File" msgstr "Nový súbor" -#: app/preferences_dialog.c:1508 +#: app/preferences_dialog.c:1518 msgid "Default Image Size and Unit" msgstr "Implicitná veµkos» obrázku" -#: app/preferences_dialog.c:1522 +#: app/preferences_dialog.c:1532 msgid "Width" msgstr "©írka" -#: app/preferences_dialog.c:1524 +#: app/preferences_dialog.c:1534 msgid "Height" msgstr "Vý¹ka" -#: app/preferences_dialog.c:1554 +#: app/preferences_dialog.c:1564 msgid "Default Image Resolution and Resolution Unit" msgstr "Implicitné rozlí¹enie obrázku" -#: app/preferences_dialog.c:1581 app/preferences_dialog.c:2352 +#: app/preferences_dialog.c:1591 app/preferences_dialog.c:2384 msgid "dpi" msgstr "dpi" -#: app/preferences_dialog.c:1628 +#: app/preferences_dialog.c:1638 msgid "Default Image Type:" msgstr "Implicitný typ obrázku:" -#: app/preferences_dialog.c:1640 +#: app/preferences_dialog.c:1650 msgid "Maximum Image Size:" msgstr "Maximálna veµkos» obrázku:" -#: app/preferences_dialog.c:1645 app/preferences_dialog.c:1647 +#: app/preferences_dialog.c:1655 app/preferences_dialog.c:1657 #, fuzzy msgid "Default Comment" msgstr "Implicitný" -#: app/preferences_dialog.c:1655 +#: app/preferences_dialog.c:1665 msgid "Comment Used for New Images" msgstr "" -#: app/preferences_dialog.c:1675 app/preferences_dialog.c:1677 +#: app/preferences_dialog.c:1685 app/preferences_dialog.c:1687 msgid "Display" msgstr "Zobrazenie" -#: app/preferences_dialog.c:1685 +#: app/preferences_dialog.c:1695 msgid "Transparency" msgstr "Priehµadnos»" -#: app/preferences_dialog.c:1704 +#: app/preferences_dialog.c:1714 msgid "Light Checks" msgstr "Svetlá ¹achovnica" -#: app/preferences_dialog.c:1705 +#: app/preferences_dialog.c:1715 msgid "Mid-Tone Checks" msgstr "Stredná ¹achovnica" -#: app/preferences_dialog.c:1706 +#: app/preferences_dialog.c:1716 msgid "Dark Checks" msgstr "Tmavá ¹achovnica" -#: app/preferences_dialog.c:1707 +#: app/preferences_dialog.c:1717 msgid "White Only" msgstr "Len biela" -#: app/preferences_dialog.c:1708 +#: app/preferences_dialog.c:1718 msgid "Gray Only" msgstr "Len ¹edá" -#: app/preferences_dialog.c:1709 +#: app/preferences_dialog.c:1719 msgid "Black Only" msgstr "Len èierna" -#: app/preferences_dialog.c:1713 +#: app/preferences_dialog.c:1723 msgid "Transparency Type:" msgstr "Typ priehµadnosti:" -#: app/preferences_dialog.c:1720 app/preferences_dialog.c:1812 -#: app/preferences_dialog.c:1826 +#: app/preferences_dialog.c:1730 app/preferences_dialog.c:1822 +#: app/preferences_dialog.c:1836 msgid "Small" msgstr "Malá" -#: app/preferences_dialog.c:1721 app/preferences_dialog.c:1813 -#: app/preferences_dialog.c:1827 +#: app/preferences_dialog.c:1731 app/preferences_dialog.c:1823 +#: app/preferences_dialog.c:1837 msgid "Medium" msgstr "Stredná" -#: app/preferences_dialog.c:1722 app/preferences_dialog.c:1814 -#: app/preferences_dialog.c:1828 +#: app/preferences_dialog.c:1732 app/preferences_dialog.c:1824 +#: app/preferences_dialog.c:1838 msgid "Large" msgstr "Veµká" -#: app/preferences_dialog.c:1726 +#: app/preferences_dialog.c:1736 msgid "Check Size:" msgstr "Veµkos» polí ¹achovnice:" -#: app/preferences_dialog.c:1729 +#: app/preferences_dialog.c:1739 msgid "8-Bit Displays" msgstr "8-bitové obrazovky" -#: app/preferences_dialog.c:1750 +#: app/preferences_dialog.c:1760 msgid "Minimum Number of Colors:" msgstr "" -#: app/preferences_dialog.c:1753 +#: app/preferences_dialog.c:1763 msgid "Install Colormap" msgstr "In¹talova» vlastnú farebnú mapu" -#: app/preferences_dialog.c:1762 +#: app/preferences_dialog.c:1772 msgid "Colormap Cycling" msgstr "Prepínanie farebných máp" -#: app/preferences_dialog.c:1811 +#: app/preferences_dialog.c:1821 msgid "Tiny" msgstr "Drobná" -#: app/preferences_dialog.c:1815 +#: app/preferences_dialog.c:1825 msgid "Huge" msgstr "Obrovská" -#: app/preferences_dialog.c:1819 +#: app/preferences_dialog.c:1829 msgid "Preview Size:" msgstr "Veµkos» náhµadu:" -#: app/preferences_dialog.c:1832 +#: app/preferences_dialog.c:1842 msgid "Nav Preview Size:" msgstr "Veµkos» navigátora:" -#: app/preferences_dialog.c:1842 +#: app/preferences_dialog.c:1852 msgid "Recent Documents List Size:" msgstr "Då¾ka zoznamu predo¹lých dokumentov:" #. Indicators -#: app/preferences_dialog.c:1846 +#: app/preferences_dialog.c:1856 #, fuzzy msgid "Toolbox" msgstr "/Nástroje/Nástroje" -#: app/preferences_dialog.c:1849 +#: app/preferences_dialog.c:1859 #, fuzzy msgid "Display Brush, Pattern and Gradient Indicators" msgstr "Zobrazi» indikátory ¹tetca a vzoru na palete nástrojov" -#: app/preferences_dialog.c:1858 +#: app/preferences_dialog.c:1868 msgid "Dialog Behaviour" msgstr "Správanie paliet" -#: app/preferences_dialog.c:1860 +#: app/preferences_dialog.c:1870 msgid "Navigation Window per Display" msgstr "Navigátor pre ka¾dé okno" -#: app/preferences_dialog.c:1869 +#: app/preferences_dialog.c:1879 msgid "Info Window Follows Mouse" msgstr "Info okno sleduje my¹" -#: app/preferences_dialog.c:1880 app/preferences_dialog.c:1882 +#: app/preferences_dialog.c:1890 app/preferences_dialog.c:1892 msgid "Help System" msgstr "Systém pomoci" -#: app/preferences_dialog.c:1892 +#: app/preferences_dialog.c:1902 msgid "Show Tool Tips" msgstr "Ukazova» tipy nástrojov" -#: app/preferences_dialog.c:1902 +#: app/preferences_dialog.c:1912 msgid "Context Sensitive Help with \"F1\"" msgstr "Kontextová pomoc je na \"F1\"" -#: app/preferences_dialog.c:1911 +#: app/preferences_dialog.c:1921 msgid "Help Browser" msgstr "Systém pomoci" -#: app/preferences_dialog.c:1923 +#: app/preferences_dialog.c:1933 msgid "Internal" msgstr "Interný" -#: app/preferences_dialog.c:1924 +#: app/preferences_dialog.c:1934 msgid "Netscape" msgstr "" -#: app/preferences_dialog.c:1928 +#: app/preferences_dialog.c:1938 msgid "Help Browser to Use:" msgstr "Prezeraè:" -#: app/preferences_dialog.c:1933 app/preferences_dialog.c:1935 +#: app/preferences_dialog.c:1943 app/preferences_dialog.c:1945 msgid "Image Windows" msgstr "Okná obrázku" -#: app/preferences_dialog.c:1943 +#: app/preferences_dialog.c:1953 msgid "Appearance" msgstr "Zobrazovanie" -#: app/preferences_dialog.c:1945 +#: app/preferences_dialog.c:1955 msgid "Use \"Dot for Dot\" by default" msgstr "©tandardne pou¾i» 'Jedna k jednej'" -#: app/preferences_dialog.c:1954 +#: app/preferences_dialog.c:1964 msgid "Resize Window on Zoom" msgstr "Meni» veµkos» okna pri zväè¹ení" -#: app/preferences_dialog.c:1963 +#: app/preferences_dialog.c:1973 msgid "Show Rulers" msgstr "Ukáza» pravítka" -#: app/preferences_dialog.c:1972 +#: app/preferences_dialog.c:1982 msgid "Show Statusbar" msgstr "Ukáza» stavový riadok" -#: app/preferences_dialog.c:1996 +#: app/preferences_dialog.c:2006 msgid "Marching Ants Speed:" msgstr "Rýchlos» behu mravcov:" #. Set the currently used string as "Custom" -#: app/preferences_dialog.c:2004 +#: app/preferences_dialog.c:2014 msgid "Custom" msgstr "Vlastný" #. set some commonly used format strings -#: app/preferences_dialog.c:2010 +#: app/preferences_dialog.c:2020 msgid "Standard" msgstr "©tandardný" -#: app/preferences_dialog.c:2015 +#: app/preferences_dialog.c:2025 msgid "Show zoom percentage" msgstr "Ukáza» percento zväè¹enia" -#: app/preferences_dialog.c:2020 +#: app/preferences_dialog.c:2030 msgid "Show zoom ratio" msgstr "Ukáza» pomer zväè¹enia" -#: app/preferences_dialog.c:2025 +#: app/preferences_dialog.c:2035 msgid "Show reversed zoom ratio" msgstr "Ukáza» pomer zmen¹enia" -#: app/preferences_dialog.c:2036 +#: app/preferences_dialog.c:2046 msgid "Image Title Format:" msgstr "Formát titulku okna:" #. End of the title format string -#: app/preferences_dialog.c:2040 +#: app/preferences_dialog.c:2050 msgid "Pointer Movement Feedback" msgstr "Spätná väzba pohybu kurzora" -#: app/preferences_dialog.c:2043 +#: app/preferences_dialog.c:2053 #, fuzzy msgid "Perfect-but-Slow Pointer Tracking" msgstr "Dokonalé, ale pomalé riadenie kurzora" -#: app/preferences_dialog.c:2052 +#: app/preferences_dialog.c:2062 msgid "Disable Cursor Updating" msgstr "Zakáza» aktualizáciu kurzora" -#: app/preferences_dialog.c:2064 app/preferences_dialog.c:2066 -#: app/tools.c:1079 +#: app/preferences_dialog.c:2081 +#, fuzzy +msgid "Tool Icon" +msgstr "Predvoµby nástrojov" + +#: app/preferences_dialog.c:2083 +msgid "Tool Icon with Crosshair" +msgstr "" + +#: app/preferences_dialog.c:2085 +msgid "Crosshair only" +msgstr "" + +#: app/preferences_dialog.c:2090 +msgid "Cursor Mode:" +msgstr "" + +#: app/preferences_dialog.c:2096 app/preferences_dialog.c:2098 +#: app/tools.c:1536 msgid "Tool Options" msgstr "Predvoµby nástrojov" -#: app/preferences_dialog.c:2074 +#: app/preferences_dialog.c:2106 msgid "Paint Options" msgstr "Predvoµby pre maµovanie" -#: app/preferences_dialog.c:2077 +#: app/preferences_dialog.c:2109 msgid "Use Global Paint Options" msgstr "Pou¾i» globálne predvoµby pre maµovanie" -#: app/preferences_dialog.c:2086 +#: app/preferences_dialog.c:2118 #, fuzzy msgid "Finding Contiguous Regions" msgstr "Selekcia spojitých oblastí" -#: app/preferences_dialog.c:2105 +#: app/preferences_dialog.c:2137 #, fuzzy msgid "Default Threshold:" msgstr "Prah:" -#: app/preferences_dialog.c:2114 app/preferences_dialog.c:2116 +#: app/preferences_dialog.c:2146 app/preferences_dialog.c:2148 msgid "Environment" msgstr "Prostredie" -#: app/preferences_dialog.c:2124 +#: app/preferences_dialog.c:2156 msgid "Resource Consumption" msgstr "Spotreba zdrojov" -#: app/preferences_dialog.c:2126 +#: app/preferences_dialog.c:2158 msgid "Conservative Memory Usage" msgstr "©etrné pou¾ívanie pamäte" -#: app/preferences_dialog.c:2154 +#: app/preferences_dialog.c:2186 msgid "Levels of Undo:" msgstr "Poèet úrovní návratu:" -#: app/preferences_dialog.c:2166 app/user_install.c:1104 +#: app/preferences_dialog.c:2198 app/user_install.c:1105 msgid "Tile Cache Size:" msgstr "Veµkos» vyrovnávacej pamäte dla¾díc:" -#: app/preferences_dialog.c:2177 +#: app/preferences_dialog.c:2209 msgid "Number of Processors to Use:" msgstr "Poèet pou¾ívaných procesorov:" -#: app/preferences_dialog.c:2181 app/transform_tool.c:215 +#: app/preferences_dialog.c:2213 app/transform_tool.c:215 msgid "Scaling" msgstr "Zväè¹ovanie" -#: app/preferences_dialog.c:2199 +#: app/preferences_dialog.c:2231 msgid "Nearest Neighbor (Fast)" msgstr "Spriemernením okolia (Rýchle)" -#: app/preferences_dialog.c:2203 +#: app/preferences_dialog.c:2235 msgid "Cubic (Slow)" msgstr "Kubicky (Pomalé)" -#: app/preferences_dialog.c:2208 +#: app/preferences_dialog.c:2240 msgid "Interpolation Type:" msgstr "Typ interpolácie:" -#: app/preferences_dialog.c:2211 +#: app/preferences_dialog.c:2243 msgid "File Saving" msgstr "Ukladanie súboru" -#: app/preferences_dialog.c:2228 app/preferences_dialog.c:2241 +#: app/preferences_dialog.c:2260 app/preferences_dialog.c:2273 msgid "Always" msgstr "V¾dy" -#: app/preferences_dialog.c:2229 +#: app/preferences_dialog.c:2261 msgid "Never" msgstr "Nikdy" -#: app/preferences_dialog.c:2233 +#: app/preferences_dialog.c:2265 msgid "Try to Write a Thumbnail File:" msgstr "Skúsi» zapísa» náhµad:" -#: app/preferences_dialog.c:2240 +#: app/preferences_dialog.c:2272 #, fuzzy msgid "Only when Modified" msgstr "Len modifikovaný" -#: app/preferences_dialog.c:2245 +#: app/preferences_dialog.c:2277 #, fuzzy msgid "\"File > Save\" Saves the Image:" msgstr "'Súbor/Ulo¾i»' ulo¾í obrázok:" -#: app/preferences_dialog.c:2251 +#: app/preferences_dialog.c:2283 msgid "Session Management" msgstr "Správa relácií" -#: app/preferences_dialog.c:2253 +#: app/preferences_dialog.c:2285 msgid "Session" msgstr "Relácia" -#: app/preferences_dialog.c:2261 +#: app/preferences_dialog.c:2293 msgid "Window Positions" msgstr "Polohy okien" -#: app/preferences_dialog.c:2263 +#: app/preferences_dialog.c:2295 msgid "Save Window Positions on Exit" msgstr "Zapísa» polohy okien pri ukonèení" -#: app/preferences_dialog.c:2277 +#: app/preferences_dialog.c:2309 msgid "Clear Saved Window Positions Now" msgstr "Vymaza» zapísané polohy okien" -#: app/preferences_dialog.c:2285 +#: app/preferences_dialog.c:2317 msgid "Always Try to Restore Session" msgstr "V¾dy sa pokúsi» o obnovenie relácie" -#: app/preferences_dialog.c:2294 +#: app/preferences_dialog.c:2326 msgid "Devices" msgstr "Zriadenia" -#: app/preferences_dialog.c:2296 +#: app/preferences_dialog.c:2328 msgid "Save Device Status on Exit" msgstr "Zapísa» stav zariadenia pri ukonèení" -#: app/preferences_dialog.c:2307 app/preferences_dialog.c:2309 +#: app/preferences_dialog.c:2339 app/preferences_dialog.c:2341 msgid "Monitor" msgstr "Monitor" -#: app/preferences_dialog.c:2317 +#: app/preferences_dialog.c:2349 msgid "Get Monitor Resolution" msgstr "Rozlí¹enie monitora získa»" -#: app/preferences_dialog.c:2325 +#: app/preferences_dialog.c:2357 #, c-format msgid "(Currently %d x %d dpi)" msgstr "(Teraz %d × %d dpi)" -#: app/preferences_dialog.c:2377 -msgid "From X Server" -msgstr "z X servera" +#: app/preferences_dialog.c:2409 +msgid "From windowing system" +msgstr "" -#: app/preferences_dialog.c:2392 +#: app/preferences_dialog.c:2424 msgid "Manually:" msgstr "Ruène:" -#: app/preferences_dialog.c:2405 app/preferences_dialog.c:2407 +#: app/preferences_dialog.c:2437 app/preferences_dialog.c:2439 msgid "Directories" msgstr "Adresáre" -#: app/preferences_dialog.c:2424 +#: app/preferences_dialog.c:2456 msgid "Temp Dir:" msgstr "Pomocný adresár:" -#: app/preferences_dialog.c:2424 +#: app/preferences_dialog.c:2456 msgid "Select Temp Dir" msgstr "Vyberte pomocný adresár" -#: app/preferences_dialog.c:2425 +#: app/preferences_dialog.c:2457 msgid "Swap Dir:" msgstr "Odkladací adresár:" -#: app/preferences_dialog.c:2425 app/user_install.c:1124 +#: app/preferences_dialog.c:2457 app/user_install.c:1125 msgid "Select Swap Dir" msgstr "Vyberte odkladací adresár" -#: app/preferences_dialog.c:2461 +#: app/preferences_dialog.c:2493 msgid "Brushes Directories" msgstr "Adresáre ¹tetcov" -#: app/preferences_dialog.c:2463 +#: app/preferences_dialog.c:2495 msgid "Select Brushes Dir" msgstr "Vyberte adresár ¹tetcov" -#: app/preferences_dialog.c:2465 +#: app/preferences_dialog.c:2497 msgid "Generated Brushes" msgstr "Generované ¹tetce" -#: app/preferences_dialog.c:2465 +#: app/preferences_dialog.c:2497 msgid "Generated Brushes Directories" msgstr "Adresáre generovaných ¹tetcov" -#: app/preferences_dialog.c:2467 +#: app/preferences_dialog.c:2499 msgid "Select Generated Brushes Dir" msgstr "Vyberte adresár generovaných ¹tetcov" -#: app/preferences_dialog.c:2469 +#: app/preferences_dialog.c:2501 msgid "Patterns Directories" msgstr "Adresáre vzorov" -#: app/preferences_dialog.c:2471 +#: app/preferences_dialog.c:2503 msgid "Select Patterns Dir" msgstr "Vyberte adresár vzorov" -#: app/preferences_dialog.c:2473 +#: app/preferences_dialog.c:2505 msgid "Palettes Directories" msgstr "Adresáre farebných paliet" -#: app/preferences_dialog.c:2475 +#: app/preferences_dialog.c:2507 msgid "Select Palettes Dir" msgstr "Vyberte adresár farebných paliet" -#: app/preferences_dialog.c:2477 +#: app/preferences_dialog.c:2509 msgid "Gradients Directories" msgstr "Adresáre prechodov" -#: app/preferences_dialog.c:2479 +#: app/preferences_dialog.c:2511 msgid "Select Gradients Dir" msgstr "Vyberte adresár prechodov" -#: app/preferences_dialog.c:2481 +#: app/preferences_dialog.c:2513 msgid "Plug-Ins" msgstr "Zásuvné moduly" -#: app/preferences_dialog.c:2481 +#: app/preferences_dialog.c:2513 msgid "Plug-Ins Directories" msgstr "Adresáre zásuvných modulov" -#: app/preferences_dialog.c:2483 +#: app/preferences_dialog.c:2515 msgid "Select Plug-Ins Dir" msgstr "Vyberte adresár zásuvných modulov" -#: app/preferences_dialog.c:2485 +#: app/preferences_dialog.c:2517 msgid "Modules" msgstr "Moduly" -#: app/preferences_dialog.c:2485 +#: app/preferences_dialog.c:2517 msgid "Modules Directories" msgstr "Adresáre modulov" -#: app/preferences_dialog.c:2487 +#: app/preferences_dialog.c:2519 msgid "Select Modules Dir" msgstr "Vyberte adresár modulov" @@ -4838,12 +4861,12 @@ msgstr "Roz msgid "Temporary Procedure" msgstr "Pomocná procedúra" -#: app/qmask.c:273 +#: app/qmask.c:270 msgid "Edit Qmask Attributes" msgstr "Úpravy vlastností rýchlej masky" #. The opacity scale -#: app/qmask.c:301 +#: app/qmask.c:298 msgid "Mask Opacity:" msgstr "Krytie masky:" @@ -4970,7 +4993,7 @@ msgid "Shearing..." msgstr "Kosí sa... :-)" #. Create the shell -#: app/text_tool.c:151 app/text_tool.c:393 +#: app/text_tool.c:151 app/text_tool.c:400 msgid "Text Tool" msgstr "Textový nástroj" @@ -4986,17 +5009,17 @@ msgstr "Obvod:" msgid "Use Dynamic Text" msgstr "Pou¾i» dynamický text" -#: app/text_tool.c:602 +#: app/text_tool.c:609 #, fuzzy, c-format msgid "Font '%s' not found." msgstr "Znaková sada '%s' sa nena¹la.%s" -#: app/text_tool.c:621 +#: app/text_tool.c:628 #, c-format msgid "Font '%s' not found.%s" msgstr "Znaková sada '%s' sa nena¹la.%s" -#: app/text_tool.c:624 +#: app/text_tool.c:631 msgid "" "\n" "If you don't have scalable fonts, try turning off antialiasing in the tool " @@ -5005,11 +5028,11 @@ msgstr "" "\n" "Ak nepou¾ívate vektorové písma, skúste vypnú» vyhladzovanie." -#: app/text_tool.c:735 +#: app/text_tool.c:742 msgid "Text Layer" msgstr "Textová vrstva" -#: app/threshold.c:171 app/threshold.c:266 app/tools.c:722 +#: app/threshold.c:171 app/threshold.c:266 app/tools.c:1133 msgid "Threshold" msgstr "Prah" @@ -5081,7 +5104,7 @@ msgstr "Magick msgid "Bezier Selection" msgstr "Bézierova selekcia" -#: app/tool_options.c:155 app/tools.c:177 +#: app/tool_options.c:155 app/tools.c:288 msgid "Intelligent Scissors" msgstr "Inteligentné no¾nice" @@ -5102,7 +5125,7 @@ msgstr "Pevn msgid "Unit:" msgstr "Jednotky:" -#: app/tool_options.c:469 app/tools.c:375 +#: app/tool_options.c:469 app/tools.c:596 msgid "Bucket Fill" msgstr "Plechovka" @@ -5111,19 +5134,19 @@ msgstr "Plechovka" msgid "Blend Tool" msgstr "Prechod: " -#: app/tool_options.c:473 app/tools.c:411 +#: app/tool_options.c:473 app/tools.c:652 msgid "Pencil" msgstr "Tu¾ka" -#: app/tool_options.c:475 app/tools.c:429 +#: app/tool_options.c:475 app/tools.c:680 msgid "Paintbrush" msgstr "©tetec" -#: app/tool_options.c:477 app/tools.c:447 +#: app/tool_options.c:477 app/tools.c:708 msgid "Eraser" msgstr "Guma" -#: app/tool_options.c:479 app/tools.c:465 +#: app/tool_options.c:479 app/tools.c:736 msgid "Airbrush" msgstr "Americká retu¹" @@ -5141,7 +5164,7 @@ msgstr "Konvol msgid "Ink Tool" msgstr "" -#: app/tool_options.c:487 app/tools.c:537 app/tools.c:543 +#: app/tool_options.c:487 app/tools.c:848 app/tools.c:854 msgid "Dodge or Burn" msgstr "Prisvetlenie alebo stmavenie" @@ -5171,359 +5194,359 @@ msgstr "Tvrdos msgid "Rate" msgstr "Frekvencia" -#: app/tools.c:87 +#: app/tools.c:148 msgid "Rect Select" msgstr "Obdå¾niková selekcia" -#: app/tools.c:88 +#: app/tools.c:149 #, fuzzy msgid "/Tools/Select Tools/Rect Select" msgstr "/Nástroje/Obdå¾niková selekcia" -#: app/tools.c:93 +#: app/tools.c:154 msgid "Select rectangular regions" msgstr "Selekcia obdå¾nikovej oblasti" -#: app/tools.c:105 +#: app/tools.c:176 msgid "Ellipse Select" msgstr "Eliptická selekcia" -#: app/tools.c:106 +#: app/tools.c:177 #, fuzzy msgid "/Tools/Select Tools/Ellipse Select" msgstr "/Nástroje/Eliptická selekcia" -#: app/tools.c:111 +#: app/tools.c:182 msgid "Select elliptical regions" msgstr "Selekcia eliptickej oblasti" -#: app/tools.c:123 +#: app/tools.c:204 msgid "Free Select" msgstr "Voµná selekcia" -#: app/tools.c:124 +#: app/tools.c:205 #, fuzzy msgid "/Tools/Select Tools/Free Select" msgstr "/Nástroje/Voµná selekcia" -#: app/tools.c:129 +#: app/tools.c:210 msgid "Select hand-drawn regions" msgstr "Voµná selekcia oblasti" -#: app/tools.c:141 +#: app/tools.c:232 msgid "Fuzzy Select" msgstr "Magická palièka" -#: app/tools.c:142 +#: app/tools.c:233 #, fuzzy msgid "/Tools/Select Tools/Fuzzy Select" msgstr "/Nástroje/Magická palièka" -#: app/tools.c:147 +#: app/tools.c:238 msgid "Select contiguous regions" msgstr "Selekcia spojitých oblastí" -#: app/tools.c:159 +#: app/tools.c:260 msgid "Bezier Select" msgstr "Bézierova selekcia" -#: app/tools.c:160 +#: app/tools.c:261 #, fuzzy msgid "/Tools/Select Tools/Bezier Select" msgstr "/Nástroje/Bézierova selekcia" -#: app/tools.c:165 +#: app/tools.c:266 msgid "Select regions using Bezier curves" msgstr "Selekcia oblastí ohranièených Bézierovou krivkou" -#: app/tools.c:178 +#: app/tools.c:289 #, fuzzy msgid "/Tools/Select Tools/Intelligent Scissors" msgstr "/Nástroje/Inteligentné no¾nice" -#: app/tools.c:183 +#: app/tools.c:294 msgid "Select shapes from image" msgstr "Selekcia tvarov" -#: app/tools.c:195 +#: app/tools.c:316 msgid "Move" msgstr "Presun" -#: app/tools.c:196 +#: app/tools.c:317 #, fuzzy msgid "/Tools/Transform Tools/Move" msgstr "/Nástroje/Transformácia" -#: app/tools.c:201 +#: app/tools.c:322 msgid "Move layers & selections" msgstr "Presun vrstiev a selekcií" -#: app/tools.c:213 +#: app/tools.c:344 msgid "Magnify" msgstr "Lupa" -#: app/tools.c:214 +#: app/tools.c:345 #, fuzzy msgid "/Tools/Transform Tools/Magnify" msgstr "/Nástroje/Transformácia" -#: app/tools.c:219 +#: app/tools.c:350 msgid "Zoom in & out" msgstr "Zväè¹enie a zmen¹enie" -#: app/tools.c:232 +#: app/tools.c:373 #, fuzzy msgid "/Tools/Transform Tools/Crop & Resize" msgstr "/Nástroje/Orez a rozmery plátna" -#: app/tools.c:237 +#: app/tools.c:378 msgid "Crop or resize the image" msgstr "Orez obrázku alebo nastavenie rozmerov plátna" #. the transform type radio buttons -#: app/tools.c:249 app/tools.c:267 app/tools.c:285 app/tools.c:303 +#: app/tools.c:400 app/tools.c:428 app/tools.c:456 app/tools.c:484 #: app/transform_core.c:252 app/transform_tool.c:211 msgid "Transform" msgstr "Transformácia" -#: app/tools.c:250 +#: app/tools.c:401 #, fuzzy msgid "/Tools/Transform Tools/Transform" msgstr "/Nástroje/Transformácia" -#: app/tools.c:255 app/tools.c:273 app/tools.c:291 app/tools.c:309 +#: app/tools.c:406 app/tools.c:434 app/tools.c:462 app/tools.c:490 msgid "Rotation, scaling, shearing, perspective." msgstr "" -#: app/tools.c:321 +#: app/tools.c:512 msgid "Flip" msgstr "Zrkadlenie" -#: app/tools.c:322 +#: app/tools.c:513 #, fuzzy msgid "/Tools/Transform Tools/Flip" msgstr "/Nástroje/Transformácia" -#: app/tools.c:327 +#: app/tools.c:518 msgid "Flip the layer or selection" msgstr "Zrkadlenie vrstvy alebo selekcie" -#: app/tools.c:339 +#: app/tools.c:540 msgid "Text" msgstr "Text" -#: app/tools.c:340 +#: app/tools.c:541 msgid "/Tools/Text" msgstr "/Nástroje/Text" -#: app/tools.c:345 +#: app/tools.c:546 msgid "Add text to the image" msgstr "Pridanie textu do obrázku" -#: app/tools.c:358 +#: app/tools.c:569 msgid "/Tools/Color Picker" msgstr "/Nástroje/Pipeta" -#: app/tools.c:363 +#: app/tools.c:574 msgid "Pick colors from the image" msgstr "Nasatie farby z obrázku" -#: app/tools.c:376 +#: app/tools.c:597 #, fuzzy msgid "/Tools/Paint Tools/Bucket Fill" msgstr "/Nástroje/Plechovka" -#: app/tools.c:381 +#: app/tools.c:602 msgid "Fill with a color or pattern" msgstr "Vyplnenie farbou alebo vzorom" -#: app/tools.c:393 +#: app/tools.c:624 msgid "Blend" msgstr "Prechod" -#: app/tools.c:394 +#: app/tools.c:625 #, fuzzy msgid "/Tools/Paint Tools/Blend" msgstr "/Nástroje/Prechod" -#: app/tools.c:399 +#: app/tools.c:630 msgid "Fill with a color gradient" msgstr "Vyplnenie farebným prechodom" -#: app/tools.c:412 +#: app/tools.c:653 #, fuzzy msgid "/Tools/Paint Tools/Pencil" msgstr "/Nástroje/Tu¾ka" -#: app/tools.c:417 +#: app/tools.c:658 msgid "Draw sharp pencil strokes" msgstr "Kreslenie ostrých »ahov tu¾kou" -#: app/tools.c:430 +#: app/tools.c:681 #, fuzzy msgid "/Tools/Paint Tools/Paintbrush" msgstr "/Nástroje/©tetec" -#: app/tools.c:435 +#: app/tools.c:686 msgid "Paint fuzzy brush strokes" msgstr "Kreslenie neostrých »ahov ¹tetcom" -#: app/tools.c:448 +#: app/tools.c:709 #, fuzzy msgid "/Tools/Paint Tools/Eraser" msgstr "/Nástroje/Guma" -#: app/tools.c:453 +#: app/tools.c:714 msgid "Erase to background or transparency" msgstr "Mazanie do farby podkladu alebo transparentnosti" -#: app/tools.c:466 +#: app/tools.c:737 #, fuzzy msgid "/Tools/Paint Tools/Airbrush" msgstr "/Nástroje/©tetec" -#: app/tools.c:471 +#: app/tools.c:742 msgid "Airbrush with variable pressure" msgstr "Americká retu¹ s premenlivým tlakom" -#: app/tools.c:483 +#: app/tools.c:764 msgid "Clone" msgstr "Razítko" -#: app/tools.c:484 +#: app/tools.c:765 #, fuzzy msgid "/Tools/Paint Tools/Clone" msgstr "/Nástroje/Razítko" -#: app/tools.c:489 +#: app/tools.c:770 msgid "Paint using patterns or image regions" msgstr "Kreslenie s pou¾itím vzorov alebo klonovaním obrázku" -#: app/tools.c:501 +#: app/tools.c:792 msgid "Convolve" msgstr "Konvolúcia" -#: app/tools.c:502 +#: app/tools.c:793 #, fuzzy msgid "/Tools/Paint Tools/Convolve" msgstr "/Nástroje/Konvolúcia" -#: app/tools.c:507 +#: app/tools.c:798 msgid "Blur or sharpen" msgstr "Rozostrenie alebo zaostrenie" -#: app/tools.c:519 +#: app/tools.c:820 msgid "Ink" msgstr "Pero" -#: app/tools.c:520 +#: app/tools.c:821 #, fuzzy msgid "/Tools/Paint Tools/Ink" msgstr "/Nástroje/©tetec" -#: app/tools.c:525 +#: app/tools.c:826 msgid "Draw in ink" msgstr "Kreslenie perom" -#: app/tools.c:538 +#: app/tools.c:849 #, fuzzy msgid "/Tools/Paint Tools/DodgeBurn" msgstr "/Nástroje/Prisvetlenie alebo stmavenie" -#: app/tools.c:555 app/tools.c:561 +#: app/tools.c:876 app/tools.c:882 msgid "Smudge" msgstr "Rozmazanie" -#: app/tools.c:556 +#: app/tools.c:877 #, fuzzy msgid "/Tools/Paint Tools/Smudge" msgstr "/Nástroje/Rozmazanie" -#: app/tools.c:593 +#: app/tools.c:934 msgid "Measure" msgstr "Merítko" -#: app/tools.c:594 +#: app/tools.c:935 msgid "/Tools/Measure" msgstr "/Nástroje/Merítko" -#: app/tools.c:599 +#: app/tools.c:940 msgid "Measure distances and angles" msgstr "Meranie vzdialeností alebo uhlov" -#: app/tools.c:632 +#: app/tools.c:993 msgid "By Color Select" msgstr "Podµa farby" -#: app/tools.c:633 +#: app/tools.c:994 msgid "/Select/By Color..." msgstr "/Selekcia/Podµa farby..." -#: app/tools.c:638 +#: app/tools.c:999 msgid "Select regions by color" msgstr "Selekcia oblastí podµa farby" -#: app/tools.c:651 +#: app/tools.c:1022 msgid "/Image/Colors/Color Balance..." msgstr "/Obrázok/Farby/Farebné vyvá¾enie..." -#: app/tools.c:656 +#: app/tools.c:1027 msgid "Adjust color balance" msgstr "Farebné vyvá¾enie" -#: app/tools.c:669 +#: app/tools.c:1050 msgid "/Image/Colors/Brightness-Contrast..." msgstr "/Obrázok/Farby/Jas-Kontrast..." -#: app/tools.c:674 +#: app/tools.c:1055 msgid "Adjust brightness and contrast" msgstr "Jas-Kontrast" -#: app/tools.c:687 +#: app/tools.c:1078 msgid "/Image/Colors/Hue-Saturation..." msgstr "/Obrázok/Farby/Odtieò-Sýtos»..." -#: app/tools.c:692 +#: app/tools.c:1083 msgid "Adjust hue and saturation" msgstr "Odtieò-Sýtos»" -#: app/tools.c:705 +#: app/tools.c:1106 msgid "/Image/Colors/Posterize..." msgstr "/Obrázok/Farby/Posterizácia..." -#: app/tools.c:710 +#: app/tools.c:1111 msgid "Reduce image to a fixed numer of colors" msgstr "Zredukova» poèet farieb" -#: app/tools.c:723 +#: app/tools.c:1134 msgid "/Image/Colors/Threshold..." msgstr "/Obrázok/Farby/Prah..." -#: app/tools.c:728 +#: app/tools.c:1139 msgid "Reduce image to two colors using a threshold" msgstr "Zredukova» na dve farby pomocou prahu" -#: app/tools.c:741 +#: app/tools.c:1162 msgid "/Image/Colors/Curves..." msgstr "/Obrázok/Farby/Gradaèné krivky..." -#: app/tools.c:746 +#: app/tools.c:1167 msgid "Adjust color curves" msgstr "Gradaèné krivky" -#: app/tools.c:759 +#: app/tools.c:1190 msgid "/Image/Colors/Levels..." msgstr "/Obrázok/Farby/Gama korekcia..." -#: app/tools.c:764 +#: app/tools.c:1195 msgid "Adjust color levels" msgstr "Gama korekcia" -#: app/tools.c:777 +#: app/tools.c:1218 msgid "/Image/Histogram..." msgstr "/Obrázok/Histogram..." -#: app/tools.c:782 +#: app/tools.c:1223 msgid "View image histogram" msgstr "Zobrazi» histogram" @@ -5547,7 +5570,7 @@ msgstr "" "Transformácia nefunguje na vrstvách,\n" "ktoré obsahujú masky." -#: app/transform_core.c:1616 +#: app/transform_core.c:1604 msgid "Transformation" msgstr "Transformácia" @@ -5605,191 +5628,191 @@ msgstr "Zobrazi msgid "Clip Result" msgstr "Oreza» výsledok" -#: app/undo.c:2889 +#: app/undo.c:2871 #, c-format msgid "Can't undo %s" msgstr "%s sa nedá vráti»" -#: app/undo.c:2920 +#: app/undo.c:2902 msgid "<>" msgstr "<>" -#: app/undo.c:2921 +#: app/undo.c:2903 msgid "image" msgstr "obrázok" -#: app/undo.c:2922 +#: app/undo.c:2904 msgid "image mod" msgstr "stav obrázku" -#: app/undo.c:2923 +#: app/undo.c:2905 msgid "mask" msgstr "maska" -#: app/undo.c:2924 +#: app/undo.c:2906 msgid "layer move" msgstr "presun vrstvy" #. ok -#: app/undo.c:2925 +#: app/undo.c:2907 msgid "transform" msgstr "transformácia" -#: app/undo.c:2926 +#: app/undo.c:2908 msgid "paint" msgstr "maµba" -#: app/undo.c:2927 +#: app/undo.c:2909 msgid "new layer" msgstr "nová vrstva" -#: app/undo.c:2928 +#: app/undo.c:2910 msgid "delete layer" msgstr "zmaza» vrstvu" -#: app/undo.c:2929 +#: app/undo.c:2911 msgid "layer mod" msgstr "stav vrstvy" -#: app/undo.c:2930 +#: app/undo.c:2912 msgid "add layer mask" msgstr "prida» masku vrstvy" #. ok -#: app/undo.c:2931 +#: app/undo.c:2913 msgid "delete layer mask" msgstr "zmaza» masku vrstvy" #. ok -#: app/undo.c:2932 +#: app/undo.c:2914 msgid "rename layer" msgstr "premenova» vrstvu" -#: app/undo.c:2933 +#: app/undo.c:2915 msgid "layer reposition" msgstr "premiestnenie vrstvy" #. ok -#: app/undo.c:2934 +#: app/undo.c:2916 msgid "new channel" msgstr "nový kanál" -#: app/undo.c:2935 +#: app/undo.c:2917 msgid "delete channel" msgstr "zmaza» kanál" -#: app/undo.c:2936 +#: app/undo.c:2918 msgid "channel mod" msgstr "stav kanálu" -#: app/undo.c:2937 +#: app/undo.c:2919 msgid "FS to layer" msgstr "pláv. selekcia do vrstvy" #. ok -#: app/undo.c:2938 +#: app/undo.c:2920 msgid "gimage" msgstr "" -#: app/undo.c:2939 +#: app/undo.c:2921 msgid "FS rigor" msgstr "" -#: app/undo.c:2940 +#: app/undo.c:2922 msgid "FS relax" msgstr "" -#: app/undo.c:2941 +#: app/undo.c:2923 msgid "guide" msgstr "vodítko" -#: app/undo.c:2942 +#: app/undo.c:2924 msgid "text" msgstr "text" -#: app/undo.c:2943 +#: app/undo.c:2925 msgid "float selection" msgstr "plávajúca selekcia" -#: app/undo.c:2944 +#: app/undo.c:2926 msgid "paste" msgstr "vlo¾i»" -#: app/undo.c:2945 +#: app/undo.c:2927 msgid "cut" msgstr "vystrihnú»" -#: app/undo.c:2946 +#: app/undo.c:2928 msgid "transform core" msgstr "transformácia" -#: app/undo.c:2947 +#: app/undo.c:2929 msgid "paint core" msgstr "maµovanie" -#: app/undo.c:2948 +#: app/undo.c:2930 msgid "floating layer" msgstr "plávajúca vrstva" #. unused! -#: app/undo.c:2949 +#: app/undo.c:2931 msgid "linked layer" msgstr "viazaná vrstva" -#: app/undo.c:2950 +#: app/undo.c:2932 msgid "apply layer mask" msgstr "aplikova» masku vrstvy" #. ok -#: app/undo.c:2951 +#: app/undo.c:2933 msgid "layer merge" msgstr "zlúèenie vrstiev" -#: app/undo.c:2952 +#: app/undo.c:2934 msgid "FS anchor" msgstr "ukotvenie pláv. selekcie" -#: app/undo.c:2953 +#: app/undo.c:2935 msgid "gimage mod" msgstr "" -#: app/undo.c:2954 +#: app/undo.c:2936 msgid "crop" msgstr "orezanie" -#: app/undo.c:2955 +#: app/undo.c:2937 msgid "layer scale" msgstr "zmena veµkosti vrstvy" -#: app/undo.c:2956 +#: app/undo.c:2938 msgid "layer resize" msgstr "zmena rozmerov vrstvy" -#: app/undo.c:2957 +#: app/undo.c:2939 msgid "quickmask" msgstr "rýchla maska" -#: app/undo.c:2958 +#: app/undo.c:2940 msgid "attach parasite" msgstr "pripoji» parazita" -#: app/undo.c:2959 +#: app/undo.c:2941 msgid "remove parasite" msgstr "odpoji» parazita" -#: app/undo.c:2960 +#: app/undo.c:2942 msgid "resolution change" msgstr "zmena rozlí¹enia" -#: app/undo.c:2961 +#: app/undo.c:2943 msgid "image scale" msgstr "zmena veµkosti" -#: app/undo.c:2962 +#: app/undo.c:2944 msgid "image resize" msgstr "zmena rozmerov plátna" -#: app/undo.c:2963 +#: app/undo.c:2945 msgid "misc" msgstr "iné" @@ -6203,74 +6226,74 @@ msgstr "" msgid "Click \"Continue\" to create your personal GIMP directory." msgstr "" -#: app/user_install.c:754 +#: app/user_install.c:755 #, fuzzy, c-format msgid "" "For a proper GIMP installation, a subdirectory named\n" "%s needs to be created." msgstr "Pri riadnej in¹talácii programu GIMP bude vytvorený podadresár\n" -#: app/user_install.c:760 +#: app/user_install.c:761 msgid "" "This subdirectory will contain a number of important files.\n" "Click on one of the files or subdirectories in the tree\n" "to get more information about the selected item." msgstr "" -#: app/user_install.c:844 +#: app/user_install.c:845 #, fuzzy msgid "User Installation Log" msgstr "" "Protokol o u¾ívateµskej in¹talácii\n" "\n" -#: app/user_install.c:850 +#: app/user_install.c:851 msgid "GIMP Performance Tuning" msgstr "" -#: app/user_install.c:851 +#: app/user_install.c:852 msgid "Click \"Continue\" to accept the settings above." msgstr "" -#: app/user_install.c:854 +#: app/user_install.c:855 msgid "For optimal GIMP performance, some settings may have to be adjusted." msgstr "" -#: app/user_install.c:863 +#: app/user_install.c:864 #, fuzzy msgid "Monitor Resolution" msgstr "Rozlí¹enie monitora získa»" -#: app/user_install.c:864 +#: app/user_install.c:865 msgid "Click \"Continue\" to start The GIMP." msgstr "" -#: app/user_install.c:867 +#: app/user_install.c:868 msgid "" "To display images in their natural size, GIMP needs to know your monitor " "resolution." msgstr "" -#: app/user_install.c:876 +#: app/user_install.c:877 #, fuzzy msgid "Aborting Installation..." msgstr "" "Protokol o u¾ívateµskej in¹talácii\n" "\n" -#: app/user_install.c:946 +#: app/user_install.c:947 #, fuzzy msgid "does not exist. Cannot install." msgstr " neexistuje. Nedá sa in¹talova».\n" -#: app/user_install.c:958 +#: app/user_install.c:959 #, fuzzy msgid "has invalid permissions. Cannot install." msgstr "" " nemá dostatoèné práva.\n" "Nedá sa in¹talova»." -#: app/user_install.c:996 +#: app/user_install.c:997 #, fuzzy msgid "" "Did you notice any error messages in the console window?\n" @@ -6280,7 +6303,7 @@ msgstr "" "V¹imli ste si nejaké chybové hlásenia\n" "na konzole? Ak nie, in¹talácia sa podarila!\n" -#: app/user_install.c:1052 +#: app/user_install.c:1053 #, fuzzy msgid "" "Did you notice any error messages in the lines above?\n" @@ -6290,25 +6313,25 @@ msgstr "" "V¹imli ste si nejaké chybové hlásenia\n" "na konzole? Ak nie, in¹talácia sa podarila!\n" -#: app/user_install.c:1064 +#: app/user_install.c:1065 msgid "Click \"Continue\" to complete GIMP installation." msgstr "" -#: app/user_install.c:1069 +#: app/user_install.c:1070 #, fuzzy msgid "Installation failed. Contact system administrator." msgstr "" "\n" "In¹talácia zlyhala. Kontaktujte prosím administrátora.\n" -#: app/user_install.c:1090 +#: app/user_install.c:1091 msgid "" "GIMP uses a limited amount of memory to store image data, the so-called\n" "\"Tile Cache\". You should adjust it's size to fit into memory. Consider\n" "the amount of memory used by other running processes." msgstr "" -#: app/user_install.c:1115 +#: app/user_install.c:1116 msgid "" "All image and undo data which doesn't fit into the Tile Cache will be\n" "written to a swap file. This file should be located on a local filesystem\n" @@ -6316,57 +6339,57 @@ msgid "" "may want to use the system-wide temp-dir (\"/tmp\" or \"/var/tmp\")." msgstr "" -#: app/user_install.c:1129 +#: app/user_install.c:1130 #, fuzzy msgid "Swap Directory:" msgstr "Odkladací adresár:" -#: app/user_install.c:1182 +#: app/user_install.c:1183 #, fuzzy msgid "Calibrate Monitor Resolution" msgstr "Rozlí¹enie monitora získa»" -#: app/user_install.c:1290 +#: app/user_install.c:1291 msgid "Measure the rulers and enter their lengths below." msgstr "" -#: app/user_install.c:1305 +#: app/user_install.c:1306 #, fuzzy msgid "Horizontal:" msgstr "Vodorovne" -#: app/user_install.c:1310 +#: app/user_install.c:1311 #, fuzzy msgid "Vertical:" msgstr "Zvisle" -#: app/user_install.c:1351 +#: app/user_install.c:1352 msgid "" "GIMP can obtain this information from your X-server.\n" "However, most X-servers do not return useful values." msgstr "" -#: app/user_install.c:1358 +#: app/user_install.c:1359 #, fuzzy, c-format msgid "Get Resolution from X-server (Currently %d x %d dpi)" msgstr "(Teraz %d × %d dpi)" -#: app/user_install.c:1372 +#: app/user_install.c:1373 msgid "Alternatively, you can set the monitor resolution manually." msgstr "" -#: app/user_install.c:1385 +#: app/user_install.c:1386 #, fuzzy msgid "Monitor Resolution X:" msgstr "Rozlí¹enie monitora získa»" -#: app/user_install.c:1421 +#: app/user_install.c:1422 msgid "" "You can also press the \"Calibrate\" button to open a window\n" "which lets you determine your monitor resolution interactively." msgstr "" -#: app/user_install.c:1428 +#: app/user_install.c:1429 msgid "Calibrate" msgstr "" @@ -6440,6 +6463,9 @@ msgstr "Statick msgid "Color History" msgstr "Pipeta" +#~ msgid "From X Server" +#~ msgstr "z X servera" + #~ msgid "/Tools/Magnify" #~ msgstr "/Nástroje/Lupa" diff --git a/po/sv.po b/po/sv.po index 81039cb1ae..233ab0a863 100644 --- a/po/sv.po +++ b/po/sv.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: GIMP 1.1.21\n" -"POT-Creation-Date: 2000-05-27 21:18-0700\n" +"POT-Creation-Date: 2000-06-18 19:40-0700\n" "PO-Revision-Date: 2000-05-13 01:15+0200\n" "Last-Translator: Tomas Ögren \n" "Language-Team: Swedish \n" @@ -13,21 +13,21 @@ msgstr "" "Content-Type: text/plain; charset=iso-8859-1\n" "Content-Transfer-Encoding: 8-bit\n" -#: app/about_dialog.c:192 +#: app/about_dialog.c:256 msgid "About the GIMP" msgstr "Om GIMP" #. this is a font, provide only one single font definition -#: app/about_dialog.c:243 +#: app/about_dialog.c:307 msgid "-*-helvetica-medium-r-normal--*-140-*-*-*-*-*-*" msgstr "-*-helvetica-medium-r-normal--*-140-*-*-*-*-*-*" -#: app/about_dialog.c:253 +#: app/about_dialog.c:317 #, c-format msgid "Version %s brought to you by" msgstr "Version %s presenterat av" -#: app/about_dialog.c:293 +#: app/about_dialog.c:357 msgid "Please visit http://www.gimp.org/ for more info" msgstr "Besök gärna http://www.gimp.org/ för mer information" @@ -44,7 +44,7 @@ msgstr "Tryck:" msgid "-*-helvetica-bold-r-normal--*-140-*-*-*-*-*-*" msgstr "-*-helvetica-bold-r-normal--*-140-*-*-*-*-*-*" -#: app/app_procs.c:278 app/app_procs.c:280 app/interface.c:560 +#: app/app_procs.c:278 app/app_procs.c:280 app/interface.c:558 msgid "The GIMP" msgstr "GIMP" @@ -61,7 +61,7 @@ msgstr "presenterat av" msgid "GIMP Startup" msgstr "GIMP Uppstart" -#: app/app_procs.c:492 app/gimprc.c:446 +#: app/app_procs.c:492 app/gimprc.c:452 #, c-format msgid "parsing \"%s\"\n" msgstr "tolkar \"%s\"\n" @@ -76,22 +76,22 @@ msgid "Parasites" msgstr "Parasiter" #. initialize the global parasite table -#: app/app_procs.c:556 app/internal_procs.c:71 app/preferences_dialog.c:2461 +#: app/app_procs.c:556 app/internal_procs.c:71 app/preferences_dialog.c:2493 msgid "Brushes" msgstr "Penslar" #. initialize the list of gimp brushes -#: app/app_procs.c:558 app/internal_procs.c:143 app/preferences_dialog.c:2469 +#: app/app_procs.c:558 app/internal_procs.c:140 app/preferences_dialog.c:2501 msgid "Patterns" msgstr "Mönster" #. initialize the list of gimp patterns -#: app/app_procs.c:560 app/preferences_dialog.c:2473 +#: app/app_procs.c:560 app/preferences_dialog.c:2505 msgid "Palettes" msgstr "Paletter" #. initialize the list of gimp palettes -#: app/app_procs.c:562 app/internal_procs.c:113 app/preferences_dialog.c:2477 +#: app/app_procs.c:562 app/internal_procs.c:104 app/preferences_dialog.c:2509 msgid "Gradients" msgstr "Färgskalor" @@ -120,12 +120,12 @@ msgstr "Avsluta" #: app/curves.c:562 app/file_new_dialog.c:207 app/file_new_dialog.c:357 #: app/gdisplay_color_ui.c:135 app/gdisplay_ops.c:305 app/gimpprogress.c:112 #: app/global_edit.c:772 app/gradient.c:1768 app/gradient.c:4840 -#: app/gradient.c:5401 app/hue_saturation.c:374 app/interface.c:1027 -#: app/layers_dialog.c:3478 app/layers_dialog.c:3660 app/layers_dialog.c:3752 -#: app/layers_dialog.c:4012 app/levels.c:340 app/palette.c:1826 -#: app/posterize.c:202 app/preferences_dialog.c:1455 app/qmask.c:281 +#: app/gradient.c:5401 app/hue_saturation.c:374 app/interface.c:1039 +#: app/layers_dialog.c:3484 app/layers_dialog.c:3666 app/layers_dialog.c:3761 +#: app/layers_dialog.c:4021 app/levels.c:341 app/palette.c:1826 +#: app/posterize.c:202 app/preferences_dialog.c:1465 app/qmask.c:278 #: app/resize.c:194 app/resize.c:1326 app/threshold.c:275 -#: app/user_install.c:548 app/user_install.c:1190 modules/cdisplay_gamma.c:332 +#: app/user_install.c:548 app/user_install.c:1191 modules/cdisplay_gamma.c:332 #: modules/cdisplay_highcontrast.c:325 msgid "Cancel" msgstr "Avbryt" @@ -138,11 +138,11 @@ msgstr "Bezier-slinga redan st msgid "Corrupt curve" msgstr "Korrupt kurva" -#: app/bezier_select.c:2941 +#: app/bezier_select.c:2995 msgid "Curve not closed!" msgstr "Kurva ej stängd!" -#: app/bezier_select.c:3228 app/gimage_mask.c:618 +#: app/bezier_select.c:3282 app/gimage_mask.c:620 msgid "Paintbrush operation failed." msgstr "Målarpensel-operation misslyckades." @@ -170,7 +170,7 @@ msgstr "Egen f msgid "Blend:" msgstr "Färgtoning:" -#: app/blend.c:320 app/gradient.c:532 app/preferences_dialog.c:2201 +#: app/blend.c:320 app/gradient.c:532 app/preferences_dialog.c:2233 msgid "Linear" msgstr "Linjär" @@ -218,7 +218,7 @@ msgstr "Spiral (moturs)" msgid "Gradient:" msgstr "Färgskala:" -#: app/blend.c:342 app/by_color_select.c:817 app/preferences_dialog.c:1810 +#: app/blend.c:342 app/by_color_select.c:838 app/preferences_dialog.c:1820 msgid "None" msgstr "Ingen" @@ -266,7 +266,8 @@ msgstr "Tonar f msgid "Blend: " msgstr "Färgtoning: " -#: app/brightness_contrast.c:127 app/brightness_contrast.c:209 app/tools.c:668 +#: app/brightness_contrast.c:127 app/brightness_contrast.c:209 +#: app/tools.c:1049 msgid "Brightness-Contrast" msgstr "Ljusstyrka-Kontrast" @@ -279,19 +280,19 @@ msgstr "Ljusstyrka-Kontrast g #: app/color_balance.c:271 app/color_notebook.c:123 app/convert.c:504 #: app/curves.c:558 app/file_new_dialog.c:207 app/file_new_dialog.c:353 #: app/gdisplay_color_ui.c:133 app/gimpui.c:122 app/hue_saturation.c:370 -#: app/layers_dialog.c:3476 app/layers_dialog.c:3658 app/layers_dialog.c:3750 -#: app/layers_dialog.c:4010 app/levels.c:336 app/module_db.c:314 -#: app/posterize.c:198 app/preferences_dialog.c:1451 app/qmask.c:279 +#: app/layers_dialog.c:3482 app/layers_dialog.c:3664 app/layers_dialog.c:3759 +#: app/layers_dialog.c:4019 app/levels.c:337 app/module_db.c:314 +#: app/posterize.c:198 app/preferences_dialog.c:1461 app/qmask.c:276 #: app/resize.c:192 app/resize.c:1326 app/threshold.c:271 -#: app/user_install.c:1188 modules/cdisplay_gamma.c:330 +#: app/user_install.c:1189 modules/cdisplay_gamma.c:330 #: modules/cdisplay_highcontrast.c:323 msgid "OK" msgstr "OK" -#: app/brightness_contrast.c:216 app/by_color_select.c:694 +#: app/brightness_contrast.c:216 app/by_color_select.c:715 #: app/color_balance.c:273 app/curves.c:560 app/file_new_dialog.c:355 -#: app/hue_saturation.c:372 app/levels.c:338 app/posterize.c:200 -#: app/threshold.c:273 app/tools.c:1085 app/transform_core.c:406 +#: app/hue_saturation.c:372 app/levels.c:339 app/posterize.c:200 +#: app/threshold.c:273 app/tools.c:1542 app/transform_core.c:406 #: modules/colorsel_water.c:634 msgid "Reset" msgstr "Återställ" @@ -308,7 +309,7 @@ msgstr "Kontrast:" #. The preview toggle #: app/brightness_contrast.c:300 app/color_balance.c:441 app/curves.c:682 -#: app/fileops.c:401 app/hue_saturation.c:562 app/levels.c:569 +#: app/fileops.c:401 app/hue_saturation.c:562 app/levels.c:570 #: app/palette.c:3236 app/posterize.c:239 app/threshold.c:348 msgid "Preview" msgstr "Förhandsvisning" @@ -318,15 +319,15 @@ msgid "Brush Editor" msgstr "Penseleditor" #. The close button -#: app/brush_edit.c:216 app/brush_select.c:281 app/by_color_select.c:696 +#: app/brush_edit.c:216 app/brush_select.c:281 app/by_color_select.c:717 #: app/color_notebook.c:123 app/color_picker.c:297 app/colormap_dialog.i.c:173 -#: app/crop.c:1054 app/devices.c:755 app/docindex.c:773 app/errorconsole.c:281 +#: app/crop.c:1068 app/devices.c:755 app/docindex.c:773 app/errorconsole.c:281 #: app/gdisplay_ops.c:305 app/gradient.c:800 app/gradient_select.c:153 -#: app/histogram_tool.c:276 app/info_window.c:255 app/lc_dialog.c:195 +#: app/histogram_tool.c:275 app/info_window.c:255 app/lc_dialog.c:195 #: app/measure.c:321 app/nav_window.c:1344 app/palette.c:2072 #: app/palette.c:2088 app/palette.c:3118 app/palette_select.c:66 -#: app/pattern_select.c:172 app/preferences_dialog.c:364 app/tips_dialog.c:160 -#: app/tools.c:1087 app/undo_history.c:752 +#: app/pattern_select.c:172 app/preferences_dialog.c:367 app/tips_dialog.c:160 +#: app/tools.c:1544 app/undo_history.c:752 msgid "Close" msgstr "Stäng" @@ -361,7 +362,7 @@ msgstr "Uppdatera" msgid "No Brushes available" msgstr "Inga penslar tillgängliga" -#: app/brush_select.c:448 app/layers_dialog.c:412 app/tool_options.c:526 +#: app/brush_select.c:448 app/layers_dialog.c:413 app/tool_options.c:526 msgid "Opacity:" msgstr "Opacitet:" @@ -424,53 +425,53 @@ msgstr "Fyll m msgid "Bucket Fill operation failed." msgstr "Fyll-operation misslyckades." -#: app/bucket_fill.c:347 +#: app/bucket_fill.c:351 msgid "No available patterns for this operation." msgstr "Inga tillgängliga mönster för denna operation." #. The shell and main vbox -#: app/by_color_select.c:689 +#: app/by_color_select.c:710 msgid "By Color Selection" msgstr "Markera per färg" -#: app/by_color_select.c:745 +#: app/by_color_select.c:766 msgid "Inactive" msgstr "Inaktiv" -#: app/by_color_select.c:753 +#: app/by_color_select.c:774 msgid "Selection Mode" msgstr "Markeringsläge" -#: app/by_color_select.c:758 app/paint_funcs.c:100 +#: app/by_color_select.c:779 app/paint_funcs.c:101 msgid "Replace" msgstr "Byt ut" -#: app/by_color_select.c:760 app/colormap_dialog.i.c:130 +#: app/by_color_select.c:781 app/colormap_dialog.i.c:130 #: app/gdisplay_color_ui.c:120 msgid "Add" msgstr "Addera" -#: app/by_color_select.c:761 app/layers_dialog.c:380 app/tool_options.c:926 +#: app/by_color_select.c:782 app/layers_dialog.c:380 app/tool_options.c:926 msgid "Subtract" msgstr "Subtraktion" -#: app/by_color_select.c:762 +#: app/by_color_select.c:783 msgid "Intersect" msgstr "Snitt" -#: app/by_color_select.c:773 +#: app/by_color_select.c:794 msgid "Fuzziness Threshold" msgstr "Luddighetströskel" -#: app/by_color_select.c:792 +#: app/by_color_select.c:813 msgid "Selection" msgstr "Markering" -#: app/by_color_select.c:803 +#: app/by_color_select.c:824 msgid "Invert" msgstr "Invertera" -#: app/by_color_select.c:810 +#: app/by_color_select.c:831 msgid "All" msgstr "Hela" @@ -479,7 +480,7 @@ msgid "copy" msgstr "kopia" #. formulate the new layer_mask name -#: app/channel.c:196 app/gradient.c:1599 app/layer.c:329 app/layer.c:1745 +#: app/channel.c:196 app/gradient.c:1599 app/layer.c:329 app/layer.c:1746 #, c-format msgid "%s copy" msgstr "%s kopia" @@ -497,9 +498,9 @@ msgstr "Offset" msgid "Offset X:" msgstr "Offset X:" -#: app/channel_ops.c:115 app/crop.c:1063 app/file_new_dialog.c:530 +#: app/channel_ops.c:115 app/crop.c:1077 app/file_new_dialog.c:530 #: app/resize.c:343 app/resize.c:435 app/resize.c:572 app/rotate_tool.c:106 -#: app/scale_tool.c:100 app/shear_tool.c:82 app/user_install.c:1391 +#: app/scale_tool.c:100 app/shear_tool.c:82 app/user_install.c:1392 msgid "Y:" msgstr "Y:" @@ -508,12 +509,12 @@ msgstr "Y:" msgid "Wrap Around" msgstr "Slå-runt" -#: app/channel_ops.c:174 app/image_new.c:76 app/image_new.c:291 -#: app/layers_dialog.c:3578 +#: app/channel_ops.c:174 app/image_new.c:76 app/image_new.c:290 +#: app/layers_dialog.c:3584 msgid "Background" msgstr "Bakgrund" -#: app/channel_ops.c:175 app/image_new.c:86 app/layers_dialog.c:3580 +#: app/channel_ops.c:175 app/image_new.c:86 app/layers_dialog.c:3586 msgid "Transparent" msgstr "Transparent" @@ -555,17 +556,17 @@ msgid "Empty Channel Copy" msgstr "Töm kanalkopia" #: app/channels_dialog.c:1433 app/color_balance.c:343 app/color_select.c:250 -#: app/curves.c:583 app/histogram_tool.c:304 app/levels.c:369 +#: app/curves.c:583 app/histogram_tool.c:303 app/levels.c:370 msgid "Red" msgstr "Röd" #: app/channels_dialog.c:1437 app/color_balance.c:368 app/color_select.c:251 -#: app/curves.c:584 app/histogram_tool.c:305 app/levels.c:370 +#: app/curves.c:584 app/histogram_tool.c:304 app/levels.c:371 msgid "Green" msgstr "Grön" #: app/channels_dialog.c:1441 app/color_balance.c:393 app/color_select.c:252 -#: app/curves.c:585 app/histogram_tool.c:306 app/levels.c:371 +#: app/curves.c:585 app/histogram_tool.c:305 app/levels.c:372 msgid "Blue" msgstr "Blå" @@ -628,7 +629,7 @@ msgid "No patterns available for this operation." msgstr "Inga mönster tillgängliga för denna operation." #. The shell and main vbox -#: app/color_balance.c:168 app/color_balance.c:266 app/tools.c:650 +#: app/color_balance.c:168 app/color_balance.c:266 app/tools.c:1021 msgid "Color Balance" msgstr "Färgbalans" @@ -680,7 +681,7 @@ msgstr "F msgid "Revert to Old Color" msgstr "Återta den gamla färgen" -#: app/color_picker.c:144 app/color_picker.c:248 app/tools.c:357 +#: app/color_picker.c:144 app/color_picker.c:248 app/tools.c:568 msgid "Color Picker" msgstr "Färghämtaren" @@ -721,14 +722,14 @@ msgstr "Index:" msgid "Hex Triplet" msgstr "Hex triplett" -#: app/color_picker.c:272 app/histogram_tool.c:260 +#: app/color_picker.c:272 app/histogram_tool.c:259 msgid "Intensity:" msgstr "Intensitet:" -#: app/color_picker.c:626 app/color_picker.c:627 app/color_picker.c:628 -#: app/color_picker.c:629 app/color_picker.c:630 app/color_picker.c:631 -#: app/color_picker.c:632 app/color_picker.c:644 app/color_picker.c:651 -#: app/color_picker.c:669 app/color_picker.c:684 app/info_window.c:185 +#: app/color_picker.c:632 app/color_picker.c:633 app/color_picker.c:634 +#: app/color_picker.c:635 app/color_picker.c:636 app/color_picker.c:637 +#: app/color_picker.c:638 app/color_picker.c:650 app/color_picker.c:657 +#: app/color_picker.c:675 app/color_picker.c:690 app/info_window.c:185 #: app/info_window.c:191 app/info_window.c:197 app/info_window.c:203 #: app/info_window.c:422 app/info_window.c:423 app/info_window.c:424 #: app/info_window.c:425 app/info_window.c:447 @@ -759,18 +760,18 @@ msgstr "G" msgid "B" msgstr "B" -#: app/color_select.c:247 app/layers_dialog.c:383 app/paint_funcs.c:94 +#: app/color_select.c:247 app/layers_dialog.c:383 app/paint_funcs.c:95 #: app/tool_options.c:929 msgid "Hue" msgstr "Nyans" -#: app/color_select.c:248 app/layers_dialog.c:384 app/paint_funcs.c:95 +#: app/color_select.c:248 app/layers_dialog.c:384 app/paint_funcs.c:96 #: app/tool_options.c:930 msgid "Saturation" msgstr "Mättnad" -#: app/color_select.c:249 app/curves.c:582 app/histogram_tool.c:303 -#: app/layers_dialog.c:386 app/levels.c:368 app/paint_funcs.c:97 +#: app/color_select.c:249 app/curves.c:582 app/histogram_tool.c:302 +#: app/layers_dialog.c:386 app/levels.c:369 app/paint_funcs.c:98 #: app/tool_options.c:932 msgid "Value" msgstr "Värde" @@ -921,7 +922,7 @@ msgstr "G msgid "Sharpen" msgstr "Gör skarpare" -#: app/crop.c:178 app/tools.c:231 +#: app/crop.c:178 app/tools.c:372 msgid "Crop & Resize" msgstr "Beskär och Ändra storlek" @@ -939,11 +940,11 @@ msgstr "Till msgid "Tool Toggle" msgstr "Verktygsläge" -#: app/crop.c:215 app/crop.c:1050 +#: app/crop.c:215 app/crop.c:1064 msgid "Crop" msgstr "Beskär" -#: app/crop.c:217 app/crop.c:1052 +#: app/crop.c:217 app/crop.c:1066 msgid "Resize" msgstr "Ändra storlek" @@ -951,42 +952,42 @@ msgstr " msgid "Crop: " msgstr "Beskär: " -#: app/crop.c:1023 +#: app/crop.c:1037 msgid "Crop: 0 x 0" msgstr "Beskär: 0 x 0" #. create the info dialog -#: app/crop.c:1044 +#: app/crop.c:1058 msgid "Crop & Resize Information" msgstr "Beskär och ändra storlek - information" #. add the information fields -#: app/crop.c:1060 +#: app/crop.c:1074 msgid "Origin X:" msgstr "Start X:" #. the pixel size labels -#: app/crop.c:1076 app/file_new_dialog.c:389 app/file_new_dialog.c:407 +#: app/crop.c:1090 app/file_new_dialog.c:389 app/file_new_dialog.c:407 #: app/tool_options.c:348 msgid "Width:" msgstr "Bredd:" -#: app/crop.c:1079 app/file_new_dialog.c:395 app/file_new_dialog.c:413 -#: app/layers_dialog.c:3519 app/resize.c:253 app/resize.c:278 app/resize.c:509 +#: app/crop.c:1093 app/file_new_dialog.c:395 app/file_new_dialog.c:413 +#: app/layers_dialog.c:3525 app/resize.c:253 app/resize.c:278 app/resize.c:509 #: app/scale_tool.c:79 app/scale_tool.c:86 app/tool_options.c:364 msgid "Height:" msgstr "Höjd:" -#: app/crop.c:1101 +#: app/crop.c:1115 msgid "From Selection" msgstr "Från markering" -#: app/crop.c:1107 +#: app/crop.c:1121 msgid "Auto Shrink" msgstr "Auto-krymp" #. The shell and main vbox -#: app/curves.c:393 app/curves.c:553 app/tools.c:740 +#: app/curves.c:393 app/curves.c:553 app/tools.c:1161 msgid "Curves" msgstr "Kurvor" @@ -998,7 +999,7 @@ msgstr "Kurvor f msgid "Modify Curves for Channel:" msgstr "Modifiera kurvor för kanal:" -#: app/curves.c:586 app/levels.c:372 +#: app/curves.c:586 app/levels.c:373 msgid "Alpha" msgstr "Alfa" @@ -1015,12 +1016,12 @@ msgstr "Mjuk" msgid "Free" msgstr "Frihand" -#: app/curves.c:699 app/levels.c:597 app/module_db.c:864 +#: app/curves.c:699 app/levels.c:598 app/module_db.c:864 msgid "Load" msgstr "Ladda" -#: app/curves.c:707 app/devices.c:753 app/levels.c:607 app/palette.c:2068 -#: app/preferences_dialog.c:362 app/preferences_dialog.c:1453 +#: app/curves.c:707 app/devices.c:753 app/levels.c:608 app/palette.c:2068 +#: app/preferences_dialog.c:365 app/preferences_dialog.c:1463 msgid "Save" msgstr "Spara" @@ -1032,12 +1033,12 @@ msgstr "Ladda kurvor" msgid "Save Curves" msgstr "Spara kurvor" -#: app/curves.c:1578 +#: app/curves.c:1579 msgid "Load/Save Curves" msgstr "Ladda/spara kurvor" -#: app/curves.c:1623 app/curves.c:1641 app/levels.c:1429 app/levels.c:1447 -#: app/paths_dialog.c:1902 +#: app/curves.c:1624 app/curves.c:1642 app/levels.c:1441 app/levels.c:1459 +#: app/paths_dialog.c:1905 #, c-format msgid "Unable to open file %s" msgstr "kunde ej öppna fil %s" @@ -1050,7 +1051,7 @@ msgstr "Avf msgid "Device Status" msgstr "Enhetsstatus" -#: app/disp_callbacks.c:813 app/global_edit.c:297 app/global_edit.c:303 +#: app/disp_callbacks.c:816 app/global_edit.c:297 app/global_edit.c:303 #: app/global_edit.c:375 msgid "Pasted Layer" msgstr "Inklistrat lager" @@ -1106,11 +1107,11 @@ msgstr "Br msgid "Mode" msgstr "Läge" -#: app/edit_selection.c:181 +#: app/edit_selection.c:190 msgid "Move: 0, 0" msgstr "Flytta: 0, 0" -#: app/edit_selection.c:427 app/edit_selection.c:437 +#: app/edit_selection.c:436 app/edit_selection.c:446 msgid "Move: " msgstr "Flytta: " @@ -1124,7 +1125,7 @@ msgid "Hard Edge" msgstr "Hård kant" #. the anti_erase toggle -#: app/eraser.c:118 app/paint_funcs.c:101 +#: app/eraser.c:118 app/paint_funcs.c:102 msgid "Anti Erase" msgstr "Anti-sudda" @@ -1196,8 +1197,8 @@ msgstr "Bildstorlek: %s" msgid "New Image" msgstr "Ny bild" -#: app/file_new_dialog.c:453 app/preferences_dialog.c:1526 -#: app/preferences_dialog.c:1563 app/user_install.c:1378 +#: app/file_new_dialog.c:453 app/preferences_dialog.c:1536 +#: app/preferences_dialog.c:1573 app/user_install.c:1379 msgid "Pixels" msgstr "Pixlar" @@ -1394,13 +1395,13 @@ msgstr "Nej" msgid "Flip Tool" msgstr "Vändaverktyget" -#: app/flip_tool.c:92 app/preferences_dialog.c:1577 -#: app/preferences_dialog.c:2348 +#: app/flip_tool.c:92 app/preferences_dialog.c:1587 +#: app/preferences_dialog.c:2380 msgid "Horizontal" msgstr "Horisontell" -#: app/flip_tool.c:94 app/preferences_dialog.c:1579 -#: app/preferences_dialog.c:2350 +#: app/flip_tool.c:94 app/preferences_dialog.c:1589 +#: app/preferences_dialog.c:2382 msgid "Vertical" msgstr "Vertikal" @@ -1422,27 +1423,27 @@ msgstr "" "markeringen då den tillhör en lagermask\n" "eller kanal." -#: app/gdisplay.c:220 +#: app/gdisplay.c:227 msgid "RGB-empty" msgstr "RGB-tom" -#: app/gdisplay.c:220 app/image_new.c:60 app/preferences_dialog.c:1623 +#: app/gdisplay.c:227 app/image_new.c:60 app/preferences_dialog.c:1633 msgid "RGB" msgstr "RGB" -#: app/gdisplay.c:223 +#: app/gdisplay.c:230 msgid "grayscale-empty" msgstr "gråskala-tom" -#: app/gdisplay.c:223 +#: app/gdisplay.c:230 msgid "grayscale" msgstr "gråskala" -#: app/gdisplay.c:226 +#: app/gdisplay.c:233 msgid "indexed-empty" msgstr "indexerad-tom" -#: app/gdisplay.c:226 +#: app/gdisplay.c:233 msgid "indexed" msgstr "indexerad" @@ -1483,14 +1484,6 @@ msgstr "" "%s har ändrats.\n" "Stäng ändå?" -#: app/gimage_cmds.c:3463 -msgid "" -"Image resolution is out of bounds,\n" -"using the default resolution instead." -msgstr "" -"Bildupplösningen är utanför området,\n" -"använder standardupplösningen istället." - #: app/gimage_mask.c:208 msgid "" "Unable to cut/copy because the selected\n" @@ -1591,19 +1584,19 @@ msgstr "Misslyckades att ladda pixmap-pensel." msgid "Can't fill unknown image type." msgstr "Kan ej fylla en okänd bildtyp." -#: app/gimpdrawable.c:501 +#: app/gimpdrawable.c:505 msgid "parasite attach to drawable" msgstr "koppla parasit till objekt" -#: app/gimpdrawable.c:536 +#: app/gimpdrawable.c:540 msgid "detach parasite from drawable" msgstr "koppla ifrån parasit från objekt" -#: app/gimpdrawable.c:743 +#: app/gimpdrawable.c:747 msgid "unnamed" msgstr "namnlös" -#: app/gimpdrawable.c:760 +#: app/gimpdrawable.c:764 #, c-format msgid "Layer type %d not supported." msgstr "Lagertyp %d ej stödd." @@ -1671,7 +1664,7 @@ msgstr "" "Kan ej lägga till lagermask eftersom\n" "lagret redan har en." -#: app/gimpimage.c:3031 +#: app/gimpimage.c:3033 msgid "" "Unable to add a layer mask to a\n" "layer in an indexed image." @@ -1679,7 +1672,7 @@ msgstr "" "Kan ej lägga till en lagermask till\n" "ett lager i en indexerad bild." -#: app/gimpimage.c:3035 +#: app/gimpimage.c:3039 msgid "" "Cannot add layer mask to a layer\n" "with no alpha channel." @@ -1687,21 +1680,21 @@ msgstr "" "Kan ej lägga till lagermask till ett\n" "lager utan alfa-kanal." -#: app/gimpimage.c:3042 +#: app/gimpimage.c:3048 msgid "Cannot add layer mask of different dimensions than specified layer." msgstr "" "Kan ej lägga till lagermask som har andra dimensioner än det specifierade " "lagret" -#: app/gimpimage.c:3149 +#: app/gimpimage.c:3155 msgid "Channel cannot be raised any further" msgstr "Kanalen kan ej höjas högre" -#: app/gimpimage.c:3200 +#: app/gimpimage.c:3206 msgid "Channel cannot be lowered any further" msgstr "Kanalen kan ej sänkas längre" -#: app/gimpimage.c:3420 app/palette.c:364 app/palette.c:941 app/palette.c:1077 +#: app/gimpimage.c:3426 app/palette.c:364 app/palette.c:941 app/palette.c:1077 #: app/palette.c:2022 app/palette.c:2749 app/palette.c:2881 msgid "Untitled" msgstr "Namnlös" @@ -1714,41 +1707,41 @@ msgstr "F msgid "Please wait..." msgstr "Var god vänta..." -#: app/gimprc.c:465 +#: app/gimprc.c:471 #, c-format msgid "error parsing: \"%s\"\n" msgstr "kunde inte tolka: \"%s\"\n" -#: app/gimprc.c:466 +#: app/gimprc.c:472 #, c-format msgid " at line %d column %d\n" msgstr " på rad %d kolumn %d\n" -#: app/gimprc.c:467 +#: app/gimprc.c:473 #, c-format msgid " unexpected token: %s\n" msgstr " oväntad token: %s\n" -#: app/gimprc.c:1434 +#: app/gimprc.c:1442 msgid "error parsing pluginrc" msgstr "fel vid tolkning av pluginrc" -#: app/gimprc.c:2869 +#: app/gimprc.c:2917 #, c-format msgid "Can't open %s; %s" msgstr "Kan ej öppna %s: %s" -#: app/gimprc.c:2888 +#: app/gimprc.c:2936 #, c-format msgid "Can't rename %s to %s.old; %s" msgstr "Kan ej döpa om %s till %s.old: %s" -#: app/gimprc.c:2894 +#: app/gimprc.c:2942 #, c-format msgid "Couldn't reopen %s\n" msgstr "Kan ej öppna %s igen\n" -#: app/gimprc.c:2906 +#: app/gimprc.c:2954 #, c-format msgid "Can't write to %s; %s" msgstr "Kan ej skriva till %s: %s" @@ -1777,49 +1770,49 @@ msgid "GIMP Message" msgstr "GIMP-meddelande" #. pseudo unit -#: app/gimpunit.c:58 +#: app/gimpunit.c:63 msgid "pixel" msgstr "pixel" -#: app/gimpunit.c:58 app/measure.c:504 app/measure.c:508 app/paint_core.c:511 +#: app/gimpunit.c:63 app/measure.c:507 app/measure.c:511 app/paint_core.c:530 msgid "pixels" msgstr "pixel" #. standard units -#: app/gimpunit.c:61 +#: app/gimpunit.c:66 msgid "inch" msgstr "tum" -#: app/gimpunit.c:61 +#: app/gimpunit.c:66 msgid "inches" msgstr "tum" -#: app/gimpunit.c:62 +#: app/gimpunit.c:67 msgid "millimeter" msgstr "millimeter" -#: app/gimpunit.c:62 +#: app/gimpunit.c:67 msgid "millimeters" msgstr "millimeter" #. professional units -#: app/gimpunit.c:65 +#: app/gimpunit.c:70 msgid "point" msgstr "punkt" -#: app/gimpunit.c:65 +#: app/gimpunit.c:70 msgid "points" msgstr "punkter" -#: app/gimpunit.c:66 +#: app/gimpunit.c:71 msgid "pica" msgstr "pica" -#: app/gimpunit.c:66 +#: app/gimpunit.c:71 msgid "picas" msgstr "picas" -#: app/gimpunit.c:73 +#: app/gimpunit.c:78 msgid "percent" msgstr "procent:" @@ -2196,44 +2189,44 @@ msgid "Gradient Selection" msgstr "Färgskalemarkering" #. The shell and main vbox -#: app/histogram_tool.c:166 app/histogram_tool.c:270 app/tools.c:776 +#: app/histogram_tool.c:165 app/histogram_tool.c:269 app/tools.c:1217 msgid "Histogram" msgstr "Histogram" -#: app/histogram_tool.c:204 +#: app/histogram_tool.c:203 msgid "Histogram does not operate on indexed drawables." msgstr "Kan ej använda histogram på indexerade bilder." -#: app/histogram_tool.c:256 +#: app/histogram_tool.c:255 msgid "Mean:" msgstr "Medel:" -#: app/histogram_tool.c:257 +#: app/histogram_tool.c:256 msgid "Std Dev:" msgstr "Med. avvik:" -#: app/histogram_tool.c:258 +#: app/histogram_tool.c:257 msgid "Median:" msgstr "Median:" -#: app/histogram_tool.c:259 +#: app/histogram_tool.c:258 msgid "Pixels:" msgstr "Pixlar:" -#: app/histogram_tool.c:261 +#: app/histogram_tool.c:260 msgid "Count:" msgstr "Antal:" -#: app/histogram_tool.c:262 +#: app/histogram_tool.c:261 msgid "Percentile:" msgstr "Procentuellt:" -#: app/histogram_tool.c:295 +#: app/histogram_tool.c:294 msgid "Information on Channel:" msgstr "Information om kanal:" #. The shell and main vbox -#: app/hue_saturation.c:245 app/hue_saturation.c:365 app/tools.c:686 +#: app/hue_saturation.c:245 app/hue_saturation.c:365 app/tools.c:1077 msgid "Hue-Saturation" msgstr "Nyans-Mättnad" @@ -2276,45 +2269,53 @@ msgstr "Ljushet:" msgid "Saturation:" msgstr "Mättnad:" +#: app/image_cmds.c:3463 +msgid "" +"Image resolution is out of bounds,\n" +"using the default resolution instead." +msgstr "" +"Bildupplösningen är utanför området,\n" +"använder standardupplösningen istället." + #: app/image_new.c:65 app/info_window.c:65 app/info_window.c:534 -#: app/preferences_dialog.c:1624 +#: app/preferences_dialog.c:1634 msgid "Grayscale" msgstr "Gråskala" -#: app/image_new.c:71 app/layers_dialog.c:3577 +#: app/image_new.c:71 app/layers_dialog.c:3583 msgid "Foreground" msgstr "Förgrund" -#: app/image_new.c:81 app/layers_dialog.c:3579 +#: app/image_new.c:81 app/layers_dialog.c:3585 msgid "White" msgstr "Vit" -#: app/image_new.c:335 +#: app/image_new.c:336 #, c-format msgid "%d Bytes" msgstr "%d Bytes" -#: app/image_new.c:337 +#: app/image_new.c:338 #, c-format msgid "%.2f KB" msgstr "%.2f KB" -#: app/image_new.c:339 +#: app/image_new.c:340 #, c-format msgid "%.1f KB" msgstr "%.1f KB" -#: app/image_new.c:341 +#: app/image_new.c:342 #, c-format msgid "%d KB" msgstr "%d KB" -#: app/image_new.c:343 +#: app/image_new.c:344 #, c-format msgid "%.2f MB" msgstr "%.2f MB" -#: app/image_new.c:345 +#: app/image_new.c:346 #, c-format msgid "%.1f MB" msgstr "%.1f MB" @@ -2343,8 +2344,8 @@ msgstr "" "Den aktiva färgskalan.\n" "Klicka för att öppna färgskale-fönstret." -#: app/info_dialog.c:185 app/preferences_dialog.c:1784 -#: app/preferences_dialog.c:1890 +#: app/info_dialog.c:185 app/preferences_dialog.c:1794 +#: app/preferences_dialog.c:1900 msgid "General" msgstr "Generellt" @@ -2469,7 +2470,7 @@ msgstr "Hastighet:" msgid "Shape" msgstr "Form" -#: app/interface.c:305 +#: app/interface.c:308 msgid "" "Foreground & background colors. The black and white squares reset colors. " "The arrows swap colors. Double click to select a color from a colorrequester." @@ -2494,7 +2495,7 @@ msgstr "Kanal" msgid "Channel Ops" msgstr "Kanaloperationer" -#: app/internal_procs.c:80 app/layers_dialog.c:385 app/paint_funcs.c:96 +#: app/internal_procs.c:80 app/layers_dialog.c:385 app/paint_funcs.c:97 #: app/tool_options.c:816 app/tool_options.c:931 msgid "Color" msgstr "Färg" @@ -2504,88 +2505,88 @@ msgid "Convert" msgstr "Konvertera" #: app/internal_procs.c:86 -msgid "Drawable procedures" -msgstr "Rityte-procedurer" - -#: app/internal_procs.c:89 -msgid "Edit procedures" -msgstr "Modifieringsprocedurer" - -#: app/internal_procs.c:92 -msgid "File Operations" -msgstr "Filoperationer" - -#: app/internal_procs.c:95 -msgid "Floating selections" -msgstr "Flytande markeringar" - -#: app/internal_procs.c:98 msgid "GDisplay procedures" msgstr "GDisplay-procedurer" -#: app/internal_procs.c:101 app/palette.c:3182 -msgid "Image" -msgstr "Bild" +#: app/internal_procs.c:89 +msgid "Drawable procedures" +msgstr "Rityte-procedurer" -#: app/internal_procs.c:104 -msgid "Image mask" -msgstr "Bildmask" +#: app/internal_procs.c:92 +msgid "Edit procedures" +msgstr "Modifieringsprocedurer" -#: app/internal_procs.c:107 +#: app/internal_procs.c:95 +msgid "File Operations" +msgstr "Filoperationer" + +#: app/internal_procs.c:98 +msgid "Floating selections" +msgstr "Flytande markeringar" + +#: app/internal_procs.c:101 msgid "Gimprc procedures" msgstr "Gimprc-procedurer" -#: app/internal_procs.c:110 -msgid "Help procedures" -msgstr "Hjälpprocedurer" - -#: app/internal_procs.c:116 +#: app/internal_procs.c:107 msgid "Gradient UI" msgstr "Färgskale UI" -#: app/internal_procs.c:119 +#: app/internal_procs.c:110 msgid "Guide procedures" msgstr "Hjälplinje-procedurer" -#: app/internal_procs.c:122 app/preferences_dialog.c:1774 -#: app/preferences_dialog.c:1776 -msgid "Interface" -msgstr "Gränssnitt" +#: app/internal_procs.c:113 +msgid "Help procedures" +msgstr "Hjälpprocedurer" + +#: app/internal_procs.c:116 app/palette.c:3182 +msgid "Image" +msgstr "Bild" #. the layer name label -#: app/internal_procs.c:125 app/layer_select.c:137 +#: app/internal_procs.c:119 app/layer_select.c:137 msgid "Layer" msgstr "Lager" -#: app/internal_procs.c:128 +#: app/internal_procs.c:122 app/preferences_dialog.c:1784 +#: app/preferences_dialog.c:1786 +msgid "Interface" +msgstr "Gränssnitt" + +#: app/internal_procs.c:125 msgid "Miscellaneous" msgstr "Diverse" -#: app/internal_procs.c:131 app/palette.c:2197 app/palette.c:2209 +#: app/internal_procs.c:128 app/palette.c:2197 app/palette.c:2209 #: app/palette_select.c:87 msgid "Palette" msgstr "Palett" -#: app/internal_procs.c:134 +#: app/internal_procs.c:131 msgid "Parasite procedures" msgstr "Parasit-procedurer" -#: app/internal_procs.c:137 app/lc_dialog.c:179 +#: app/internal_procs.c:134 app/lc_dialog.c:179 msgid "Paths" msgstr "Slingor" -#: app/internal_procs.c:140 +#: app/internal_procs.c:137 msgid "Pattern UI" msgstr "Mönster UI" -#: app/internal_procs.c:146 +#: app/internal_procs.c:143 msgid "Plug-in" msgstr "Insticksprogram" -#: app/internal_procs.c:149 +#: app/internal_procs.c:146 msgid "Procedural database" msgstr "Procedurell databas" +#: app/internal_procs.c:149 +msgid "Image mask" +msgstr "Bildmask" + #: app/internal_procs.c:152 msgid "Text procedures" msgstr "Textprocedurer" @@ -2623,7 +2624,7 @@ msgstr "%s mask" msgid "Layer Select" msgstr "Lagerval" -#: app/layers_dialog.c:264 app/layers_dialog.c:3509 +#: app/layers_dialog.c:264 app/layers_dialog.c:3515 msgid "New Layer" msgstr "Nytt lager" @@ -2655,43 +2656,43 @@ msgstr "Ankra lager" msgid "Delete Layer" msgstr "Ta bort lager" -#: app/layers_dialog.c:372 app/paint_funcs.c:83 app/tool_options.c:917 +#: app/layers_dialog.c:372 app/paint_funcs.c:84 app/tool_options.c:917 msgid "Normal" msgstr "Normal" -#: app/layers_dialog.c:373 app/paint_funcs.c:84 app/tool_options.c:918 +#: app/layers_dialog.c:373 app/paint_funcs.c:85 app/tool_options.c:918 msgid "Dissolve" msgstr "Lösa upp" -#: app/layers_dialog.c:374 app/paint_funcs.c:86 app/tool_options.c:920 +#: app/layers_dialog.c:374 app/paint_funcs.c:87 app/tool_options.c:920 msgid "Multiply (Burn)" msgstr "Multiplicera (Blek)" -#: app/layers_dialog.c:375 app/paint_funcs.c:98 app/tool_options.c:921 +#: app/layers_dialog.c:375 app/paint_funcs.c:99 app/tool_options.c:921 msgid "Divide (Dodge)" msgstr "Dividera (Bränn)" -#: app/layers_dialog.c:376 app/paint_funcs.c:87 app/tool_options.c:922 +#: app/layers_dialog.c:376 app/paint_funcs.c:88 app/tool_options.c:922 msgid "Screen" msgstr "Mask" -#: app/layers_dialog.c:377 app/paint_funcs.c:88 app/tool_options.c:923 +#: app/layers_dialog.c:377 app/paint_funcs.c:89 app/tool_options.c:923 msgid "Overlay" msgstr "Överlagring" -#: app/layers_dialog.c:378 app/paint_funcs.c:89 app/tool_options.c:924 +#: app/layers_dialog.c:378 app/paint_funcs.c:90 app/tool_options.c:924 msgid "Difference" msgstr "Skillnad" -#: app/layers_dialog.c:379 app/paint_funcs.c:90 app/tool_options.c:925 +#: app/layers_dialog.c:379 app/paint_funcs.c:91 app/tool_options.c:925 msgid "Addition" msgstr "Addition" -#: app/layers_dialog.c:381 app/paint_funcs.c:92 app/tool_options.c:927 +#: app/layers_dialog.c:381 app/paint_funcs.c:93 app/tool_options.c:927 msgid "Darken Only" msgstr "Gör endast mörkare" -#: app/layers_dialog.c:382 app/paint_funcs.c:93 app/tool_options.c:928 +#: app/layers_dialog.c:382 app/paint_funcs.c:94 app/tool_options.c:928 msgid "Lighten Only" msgstr "Gör endast ljusare" @@ -2699,62 +2700,67 @@ msgstr "G msgid "Keep Trans." msgstr "Behåll transp." -#: app/layers_dialog.c:1901 +#: app/layers_dialog.c:405 +#, fuzzy +msgid "Keep Transparency" +msgstr "Transparent" + +#: app/layers_dialog.c:1907 msgid "Empty Layer Copy" msgstr "Tom lagerkopia" -#: app/layers_dialog.c:2163 app/layers_dialog.c:3320 app/layers_dialog.c:3687 +#: app/layers_dialog.c:2169 app/layers_dialog.c:3326 app/layers_dialog.c:3693 msgid "Floating Selection" msgstr "Flytande markering" -#: app/layers_dialog.c:3470 +#: app/layers_dialog.c:3476 msgid "New Layer Options" msgstr "Nytt lager - inställningar" #. The name label and entry -#: app/layers_dialog.c:3499 +#: app/layers_dialog.c:3505 msgid "Layer Name:" msgstr "Lagernamn:" #. The size labels -#: app/layers_dialog.c:3513 +#: app/layers_dialog.c:3519 msgid "Layer Width:" msgstr "Lagerbredd:" -#: app/layers_dialog.c:3573 +#: app/layers_dialog.c:3579 msgid "Layer Fill Type" msgstr "Lagrets fyllnadstyp" -#: app/layers_dialog.c:3652 +#: app/layers_dialog.c:3658 msgid "Edit Layer Attributes" msgstr "Modifiera lagerattribut" -#: app/layers_dialog.c:3679 +#: app/layers_dialog.c:3685 msgid "Layer name:" msgstr "Lagernamn:" -#: app/layers_dialog.c:3744 +#: app/layers_dialog.c:3753 msgid "Add Mask Options" msgstr "Addera mask - inställningar" #. The radio frame and box -#: app/layers_dialog.c:3762 +#: app/layers_dialog.c:3771 msgid "Initialize Layer Mask to:" msgstr "Initialisera lagermask till:" -#: app/layers_dialog.c:3767 +#: app/layers_dialog.c:3776 msgid "White (Full Opacity)" msgstr "Vit (Full opacitet)" -#: app/layers_dialog.c:3769 +#: app/layers_dialog.c:3778 msgid "Black (Full Transparency)" msgstr "Svart (Full transparenthet)" -#: app/layers_dialog.c:3771 +#: app/layers_dialog.c:3780 msgid "Layer's Alpha Channel" msgstr "Lagrets alfa-kanal" -#: app/layers_dialog.c:3832 app/layers_dialog.c:3918 +#: app/layers_dialog.c:3841 app/layers_dialog.c:3927 msgid "" "Invalid width or height.\n" "Both must be positive." @@ -2762,27 +2768,27 @@ msgstr "" "Ej giltig bredd eller höjd.\n" "Båda måste vara positiva." -#: app/layers_dialog.c:4004 +#: app/layers_dialog.c:4013 msgid "Layer Merge Options" msgstr "Lagersammanfogning - inställningar" -#: app/layers_dialog.c:4029 +#: app/layers_dialog.c:4038 msgid "Final, Merged Layer should be:" msgstr "Det slutgiltiga, sammanfogade lagret skall vara:" -#: app/layers_dialog.c:4030 +#: app/layers_dialog.c:4039 msgid "Final, Anchored Layer should be:" msgstr "Det slutgiltiga, ankrade lagret skall vara:" -#: app/layers_dialog.c:4035 +#: app/layers_dialog.c:4044 msgid "Expanded as necessary" msgstr "Expanderad om så behövs" -#: app/layers_dialog.c:4037 +#: app/layers_dialog.c:4046 msgid "Clipped to image" msgstr "Klippt efter bilden" -#: app/layers_dialog.c:4039 +#: app/layers_dialog.c:4048 msgid "Clipped to bottom layer" msgstr "Klippt efter understa lagret" @@ -2791,7 +2797,7 @@ msgid "Layers, Channels & Paths" msgstr "Lager, Kanaler & Slingor" #. The Auto-button -#: app/lc_dialog.c:147 app/levels.c:587 +#: app/lc_dialog.c:147 app/levels.c:588 msgid "Auto" msgstr "Auto" @@ -2804,35 +2810,35 @@ msgid "Channels" msgstr "Kanaler" #. The shell and main vbox -#: app/levels.c:196 app/levels.c:331 app/tools.c:758 +#: app/levels.c:197 app/levels.c:332 app/tools.c:1189 msgid "Levels" msgstr "Nivåer" -#: app/levels.c:234 +#: app/levels.c:235 msgid "Levels for indexed drawables cannot be adjusted." msgstr "Kan ej justera nivåer för indexerade bilder." -#: app/levels.c:360 +#: app/levels.c:361 msgid "Modify Levels for Channel:" msgstr "Modifiera nivåer för kanal:" -#: app/levels.c:384 +#: app/levels.c:385 msgid "Input Levels:" msgstr "Nivåer, in:" -#: app/levels.c:493 +#: app/levels.c:494 msgid "Output Levels:" msgstr "Nivåer, ut:" -#: app/levels.c:1050 +#: app/levels.c:1052 msgid "Load Levels" msgstr "Ladda nivåer" -#: app/levels.c:1065 +#: app/levels.c:1067 msgid "Save Levels" msgstr "Spara nivåer" -#: app/levels.c:1384 +#: app/levels.c:1396 msgid "Load/Save Levels" msgstr "Ladda/Spara nivåer" @@ -2957,7 +2963,7 @@ msgstr "Anv msgid "Distance:" msgstr "Distans:" -#: app/measure.c:504 app/measure.c:509 app/measure.c:517 app/measure.c:545 +#: app/measure.c:507 app/measure.c:512 app/measure.c:520 app/measure.c:548 msgid "degrees" msgstr "grader" @@ -3801,7 +3807,7 @@ msgstr "Tillst msgid "Autoload during startup" msgstr "Ladda automatiskt vid start" -#: app/move.c:473 +#: app/move.c:494 msgid "Move Tool" msgstr "Flyttaverktyg" @@ -3815,19 +3821,19 @@ msgstr "Navigation: %s-%d.%d" msgid "Navigation: No Image" msgstr "Navigation: Ingen bild" -#: app/paint_core.c:745 +#: app/paint_core.c:791 msgid "No brushes available for use with this tool." msgstr "Det finns inga penslar tillgängliga för detta verktyg." -#: app/paint_funcs.c:85 app/tool_options.c:919 +#: app/paint_funcs.c:86 app/tool_options.c:919 msgid "Behind" msgstr "Bakom" -#: app/paint_funcs.c:91 +#: app/paint_funcs.c:92 msgid "Subtraction" msgstr "Subtraktion" -#: app/paint_funcs.c:99 +#: app/paint_funcs.c:100 msgid "Erase" msgstr "Sudda" @@ -4076,40 +4082,40 @@ msgstr "Modifiera s msgid "Enter a new name for the path" msgstr "Ange nytt namn för slingan" -#: app/paths_dialog.c:1916 +#: app/paths_dialog.c:1919 #, c-format msgid "Failed to read from %s" msgstr "Misslyckades att läsa från %s" -#: app/paths_dialog.c:1931 +#: app/paths_dialog.c:1934 #, c-format msgid "Failed to read path from %s" msgstr "Misslyckades att läsa slinga från %s" -#: app/paths_dialog.c:1938 +#: app/paths_dialog.c:1941 #, c-format msgid "No points specified in path file %s" msgstr "Inga punkter specifierade i sling-filen %s" -#: app/paths_dialog.c:1949 +#: app/paths_dialog.c:1952 #, c-format msgid "Failed to read path points from %s" msgstr "Misslyckades att läsa sling-punkter från %s" -#: app/paths_dialog.c:2022 app/xcf.c:436 +#: app/paths_dialog.c:2025 app/xcf.c:436 #, c-format msgid "open failed on %s: %s\n" msgstr "kunde ej öppna %s: %s\n" -#: app/paths_dialog.c:2044 +#: app/paths_dialog.c:2047 msgid "Load/Store Bezier Curves" msgstr "Ladda/Spara Bezier-kurvor" -#: app/paths_dialog.c:2084 +#: app/paths_dialog.c:2087 msgid "Load Path" msgstr "Ladda slinga" -#: app/paths_dialog.c:2106 +#: app/paths_dialog.c:2109 msgid "Store Path" msgstr "Stryk slinga" @@ -4197,7 +4203,7 @@ msgstr "" msgid "Posterize does not operate on indexed drawables." msgstr "Kan ej använda posterisering på indexerade bilder." -#: app/posterize.c:193 app/tools.c:704 +#: app/posterize.c:193 app/tools.c:1105 msgid "Posterize" msgstr "Posterisering" @@ -4205,51 +4211,51 @@ msgstr "Posterisering" msgid "Posterize Levels:" msgstr "Posterisering nivåer:" -#: app/preferences_dialog.c:244 +#: app/preferences_dialog.c:247 msgid "Error: Levels of undo must be zero or greater." msgstr "Fel: Antalet ångrasteg måste vara 0 eller högre." -#: app/preferences_dialog.c:250 +#: app/preferences_dialog.c:253 msgid "Error: Marching speed must be 50 or greater." msgstr "Fel: Vandrande myrornas hastighet måste vara 50 eller högre." -#: app/preferences_dialog.c:256 +#: app/preferences_dialog.c:259 msgid "Error: Default width must be one or greater." msgstr "Fel: Standardbredden måste vara 1 eller högre." -#: app/preferences_dialog.c:262 +#: app/preferences_dialog.c:265 msgid "Error: Default height must be one or greater." msgstr "Fel: Standardhöjden måste vara 1 eller högre." -#: app/preferences_dialog.c:269 +#: app/preferences_dialog.c:272 msgid "Error: Default unit must be within unit range." msgstr "Fel: Standardmåttet måste vara inom måttområdet." -#: app/preferences_dialog.c:276 +#: app/preferences_dialog.c:279 msgid "Error: Default resolution must not be zero." msgstr "Fel: Standard bildskärmsupplösningen får ej vara 0." -#: app/preferences_dialog.c:284 +#: app/preferences_dialog.c:287 msgid "Error: Default resolution unit must be within unit range." msgstr "Fel: Standardmåttenheten måste vara inom måttområdet." -#: app/preferences_dialog.c:291 +#: app/preferences_dialog.c:294 msgid "Error: Monitor resolution must not be zero." msgstr "Fel: Bildskärmsupplösningen får ej vara 0." -#: app/preferences_dialog.c:298 +#: app/preferences_dialog.c:301 msgid "Error: Image title format must not be NULL." msgstr "Fel: Bildtitelformatet får ej vara NULL." -#: app/preferences_dialog.c:305 +#: app/preferences_dialog.c:308 msgid "Error: Number of processors must be between 1 and 30." msgstr "Fel: Antalet processorer måste vara mellan 1 och 30." -#: app/preferences_dialog.c:356 +#: app/preferences_dialog.c:359 msgid "Save Preferences ?" msgstr "Spara inställningar ?" -#: app/preferences_dialog.c:377 +#: app/preferences_dialog.c:380 msgid "" "At least one of the changes you made will only\n" "take effect after you restart the GIMP.\n" @@ -4266,494 +4272,511 @@ msgstr "" "permanenta så du kan starta om GIMP eller trycka på 'Stäng'\n" "för att strunta i att använda de förändringarna." -#: app/preferences_dialog.c:471 +#: app/preferences_dialog.c:474 msgid "You will need to restart GIMP for these changes to take effect." msgstr "Du måste starta om GIMP för att förändringarna ska ta effekt." -#: app/preferences_dialog.c:1020 +#: app/preferences_dialog.c:1029 #, c-format msgid "The default comment is limited to %d characters." msgstr "Standardkommentaren är begränsad till %d tecken." -#: app/preferences_dialog.c:1445 +#: app/preferences_dialog.c:1455 msgid "Preferences" msgstr "Inställningar" #. The categories tree -#: app/preferences_dialog.c:1467 +#: app/preferences_dialog.c:1477 msgid "Categories" msgstr "Kategorier" -#: app/preferences_dialog.c:1495 app/preferences_dialog.c:1497 +#: app/preferences_dialog.c:1505 app/preferences_dialog.c:1507 msgid "New File" msgstr "Ny fil" -#: app/preferences_dialog.c:1508 +#: app/preferences_dialog.c:1518 msgid "Default Image Size and Unit" msgstr "Standard bildstorlek och mått" -#: app/preferences_dialog.c:1522 +#: app/preferences_dialog.c:1532 msgid "Width" msgstr "Bredd" -#: app/preferences_dialog.c:1524 +#: app/preferences_dialog.c:1534 msgid "Height" msgstr "Höjd" -#: app/preferences_dialog.c:1554 +#: app/preferences_dialog.c:1564 msgid "Default Image Resolution and Resolution Unit" msgstr "Standard bildstorlek och måttenhet" -#: app/preferences_dialog.c:1581 app/preferences_dialog.c:2352 +#: app/preferences_dialog.c:1591 app/preferences_dialog.c:2384 msgid "dpi" msgstr "dpi" -#: app/preferences_dialog.c:1628 +#: app/preferences_dialog.c:1638 msgid "Default Image Type:" msgstr "Standard bildtyp:" -#: app/preferences_dialog.c:1640 +#: app/preferences_dialog.c:1650 msgid "Maximum Image Size:" msgstr "Max bildstorlek:" -#: app/preferences_dialog.c:1645 app/preferences_dialog.c:1647 +#: app/preferences_dialog.c:1655 app/preferences_dialog.c:1657 msgid "Default Comment" msgstr "Standardkommentar" -#: app/preferences_dialog.c:1655 +#: app/preferences_dialog.c:1665 msgid "Comment Used for New Images" msgstr "Kommentar som används för nya bilder" -#: app/preferences_dialog.c:1675 app/preferences_dialog.c:1677 +#: app/preferences_dialog.c:1685 app/preferences_dialog.c:1687 msgid "Display" msgstr "Visuellt" -#: app/preferences_dialog.c:1685 +#: app/preferences_dialog.c:1695 msgid "Transparency" msgstr "Transparent" -#: app/preferences_dialog.c:1704 +#: app/preferences_dialog.c:1714 msgid "Light Checks" msgstr "Ljusa kontroller" -#: app/preferences_dialog.c:1705 +#: app/preferences_dialog.c:1715 msgid "Mid-Tone Checks" msgstr "Mid-ton kontroller" -#: app/preferences_dialog.c:1706 +#: app/preferences_dialog.c:1716 msgid "Dark Checks" msgstr "Mörka kontroller" -#: app/preferences_dialog.c:1707 +#: app/preferences_dialog.c:1717 msgid "White Only" msgstr "Endast vit" -#: app/preferences_dialog.c:1708 +#: app/preferences_dialog.c:1718 msgid "Gray Only" msgstr "Endast grå" -#: app/preferences_dialog.c:1709 +#: app/preferences_dialog.c:1719 msgid "Black Only" msgstr "Endast svart" -#: app/preferences_dialog.c:1713 +#: app/preferences_dialog.c:1723 msgid "Transparency Type:" msgstr "Transparenthets-typ:" -#: app/preferences_dialog.c:1720 app/preferences_dialog.c:1812 -#: app/preferences_dialog.c:1826 +#: app/preferences_dialog.c:1730 app/preferences_dialog.c:1822 +#: app/preferences_dialog.c:1836 msgid "Small" msgstr "Liten" -#: app/preferences_dialog.c:1721 app/preferences_dialog.c:1813 -#: app/preferences_dialog.c:1827 +#: app/preferences_dialog.c:1731 app/preferences_dialog.c:1823 +#: app/preferences_dialog.c:1837 msgid "Medium" msgstr "Medium" -#: app/preferences_dialog.c:1722 app/preferences_dialog.c:1814 -#: app/preferences_dialog.c:1828 +#: app/preferences_dialog.c:1732 app/preferences_dialog.c:1824 +#: app/preferences_dialog.c:1838 msgid "Large" msgstr "Stor" -#: app/preferences_dialog.c:1726 +#: app/preferences_dialog.c:1736 msgid "Check Size:" msgstr "Kontrollstorlek:" -#: app/preferences_dialog.c:1729 +#: app/preferences_dialog.c:1739 msgid "8-Bit Displays" msgstr "8-bitars skärmar" -#: app/preferences_dialog.c:1750 +#: app/preferences_dialog.c:1760 msgid "Minimum Number of Colors:" msgstr "Minst antal färger" -#: app/preferences_dialog.c:1753 +#: app/preferences_dialog.c:1763 msgid "Install Colormap" msgstr "Använd egen färgkarta" -#: app/preferences_dialog.c:1762 +#: app/preferences_dialog.c:1772 msgid "Colormap Cycling" msgstr "Rotera färgkarta" -#: app/preferences_dialog.c:1811 +#: app/preferences_dialog.c:1821 msgid "Tiny" msgstr "Mini" -#: app/preferences_dialog.c:1815 +#: app/preferences_dialog.c:1825 msgid "Huge" msgstr "Jättestor" -#: app/preferences_dialog.c:1819 +#: app/preferences_dialog.c:1829 msgid "Preview Size:" msgstr "Förvisningsstorlek:" -#: app/preferences_dialog.c:1832 +#: app/preferences_dialog.c:1842 msgid "Nav Preview Size:" msgstr "Förvisningsstorlek navigering:" -#: app/preferences_dialog.c:1842 +#: app/preferences_dialog.c:1852 msgid "Recent Documents List Size:" msgstr "Antal senast-använda dokument:" #. Indicators -#: app/preferences_dialog.c:1846 +#: app/preferences_dialog.c:1856 msgid "Toolbox" msgstr "Verktygslåda" -#: app/preferences_dialog.c:1849 +#: app/preferences_dialog.c:1859 msgid "Display Brush, Pattern and Gradient Indicators" msgstr "Visa pensel-, mönster- och färgskaleindikatorer" -#: app/preferences_dialog.c:1858 +#: app/preferences_dialog.c:1868 msgid "Dialog Behaviour" msgstr "Fönsteruppförande" -#: app/preferences_dialog.c:1860 +#: app/preferences_dialog.c:1870 msgid "Navigation Window per Display" msgstr "Navigationsfönster per display" -#: app/preferences_dialog.c:1869 +#: app/preferences_dialog.c:1879 msgid "Info Window Follows Mouse" msgstr "Info-fönster följer musen" -#: app/preferences_dialog.c:1880 app/preferences_dialog.c:1882 +#: app/preferences_dialog.c:1890 app/preferences_dialog.c:1892 msgid "Help System" msgstr "Hjälpsystem" -#: app/preferences_dialog.c:1892 +#: app/preferences_dialog.c:1902 msgid "Show Tool Tips" msgstr "Visa hjälpbubblor" -#: app/preferences_dialog.c:1902 +#: app/preferences_dialog.c:1912 msgid "Context Sensitive Help with \"F1\"" msgstr "Kontextkänslig hjälp med \"F1\"" -#: app/preferences_dialog.c:1911 +#: app/preferences_dialog.c:1921 msgid "Help Browser" msgstr "Hjälpläsare" -#: app/preferences_dialog.c:1923 +#: app/preferences_dialog.c:1933 msgid "Internal" msgstr "Intervall" -#: app/preferences_dialog.c:1924 +#: app/preferences_dialog.c:1934 msgid "Netscape" msgstr "Netscape" -#: app/preferences_dialog.c:1928 +#: app/preferences_dialog.c:1938 msgid "Help Browser to Use:" msgstr "Hjälpläsare att använda:" -#: app/preferences_dialog.c:1933 app/preferences_dialog.c:1935 +#: app/preferences_dialog.c:1943 app/preferences_dialog.c:1945 msgid "Image Windows" msgstr "Bildfönster" -#: app/preferences_dialog.c:1943 +#: app/preferences_dialog.c:1953 msgid "Appearance" msgstr "Utseende" -#: app/preferences_dialog.c:1945 +#: app/preferences_dialog.c:1955 msgid "Use \"Dot for Dot\" by default" msgstr "Använd \"punkt till punkt\" som standard" -#: app/preferences_dialog.c:1954 +#: app/preferences_dialog.c:1964 msgid "Resize Window on Zoom" msgstr "Ändra storlek på fönstret vid zoom" -#: app/preferences_dialog.c:1963 +#: app/preferences_dialog.c:1973 msgid "Show Rulers" msgstr "Visa linjaler" -#: app/preferences_dialog.c:1972 +#: app/preferences_dialog.c:1982 msgid "Show Statusbar" msgstr "Visa statusrad" -#: app/preferences_dialog.c:1996 +#: app/preferences_dialog.c:2006 msgid "Marching Ants Speed:" msgstr "Vandrande myrors hastighet:" #. Set the currently used string as "Custom" -#: app/preferences_dialog.c:2004 +#: app/preferences_dialog.c:2014 msgid "Custom" msgstr "Egen" #. set some commonly used format strings -#: app/preferences_dialog.c:2010 +#: app/preferences_dialog.c:2020 msgid "Standard" msgstr "Standard" -#: app/preferences_dialog.c:2015 +#: app/preferences_dialog.c:2025 msgid "Show zoom percentage" msgstr "Visa zoom-procent" -#: app/preferences_dialog.c:2020 +#: app/preferences_dialog.c:2030 msgid "Show zoom ratio" msgstr "Visa zoom-ratio" -#: app/preferences_dialog.c:2025 +#: app/preferences_dialog.c:2035 msgid "Show reversed zoom ratio" msgstr "Visa omvänd zoom-ratio" -#: app/preferences_dialog.c:2036 +#: app/preferences_dialog.c:2046 msgid "Image Title Format:" msgstr "Bildtitelformat:" #. End of the title format string -#: app/preferences_dialog.c:2040 +#: app/preferences_dialog.c:2050 msgid "Pointer Movement Feedback" msgstr "Markörförflyttning" -#: app/preferences_dialog.c:2043 +#: app/preferences_dialog.c:2053 msgid "Perfect-but-Slow Pointer Tracking" msgstr "Följ pekaren perfekt men långsammare" -#: app/preferences_dialog.c:2052 +#: app/preferences_dialog.c:2062 msgid "Disable Cursor Updating" msgstr "Slå av marköruppdatering" -#: app/preferences_dialog.c:2064 app/preferences_dialog.c:2066 -#: app/tools.c:1079 +#: app/preferences_dialog.c:2081 +#, fuzzy +msgid "Tool Icon" +msgstr "Verktygsinställningar" + +#: app/preferences_dialog.c:2083 +msgid "Tool Icon with Crosshair" +msgstr "" + +#: app/preferences_dialog.c:2085 +msgid "Crosshair only" +msgstr "" + +#: app/preferences_dialog.c:2090 +msgid "Cursor Mode:" +msgstr "" + +#: app/preferences_dialog.c:2096 app/preferences_dialog.c:2098 +#: app/tools.c:1536 msgid "Tool Options" msgstr "Verktygsinställningar" -#: app/preferences_dialog.c:2074 +#: app/preferences_dialog.c:2106 msgid "Paint Options" msgstr "Pensel - inställningar" -#: app/preferences_dialog.c:2077 +#: app/preferences_dialog.c:2109 msgid "Use Global Paint Options" msgstr "Använd globala målarinställningar" -#: app/preferences_dialog.c:2086 +#: app/preferences_dialog.c:2118 msgid "Finding Contiguous Regions" msgstr "Hitta kontinuerliga ytor" -#: app/preferences_dialog.c:2105 +#: app/preferences_dialog.c:2137 msgid "Default Threshold:" msgstr "Standard tröskelvärde:" -#: app/preferences_dialog.c:2114 app/preferences_dialog.c:2116 +#: app/preferences_dialog.c:2146 app/preferences_dialog.c:2148 msgid "Environment" msgstr "Miljö" -#: app/preferences_dialog.c:2124 +#: app/preferences_dialog.c:2156 msgid "Resource Consumption" msgstr "Resursanvändning" -#: app/preferences_dialog.c:2126 +#: app/preferences_dialog.c:2158 msgid "Conservative Memory Usage" msgstr "Konservativ minnesanvändning" -#: app/preferences_dialog.c:2154 +#: app/preferences_dialog.c:2186 msgid "Levels of Undo:" msgstr "Ångrasteg:" -#: app/preferences_dialog.c:2166 app/user_install.c:1104 +#: app/preferences_dialog.c:2198 app/user_install.c:1105 msgid "Tile Cache Size:" msgstr "Bildblock-cachestorlek:" -#: app/preferences_dialog.c:2177 +#: app/preferences_dialog.c:2209 msgid "Number of Processors to Use:" msgstr "Antalet processorer att använda:" -#: app/preferences_dialog.c:2181 app/transform_tool.c:215 +#: app/preferences_dialog.c:2213 app/transform_tool.c:215 msgid "Scaling" msgstr "Skalning" -#: app/preferences_dialog.c:2199 +#: app/preferences_dialog.c:2231 msgid "Nearest Neighbor (Fast)" msgstr "Närmaste granne (snabb)" -#: app/preferences_dialog.c:2203 +#: app/preferences_dialog.c:2235 msgid "Cubic (Slow)" msgstr "Kubisk (långsam)" -#: app/preferences_dialog.c:2208 +#: app/preferences_dialog.c:2240 msgid "Interpolation Type:" msgstr "Interpolationstyp:" -#: app/preferences_dialog.c:2211 +#: app/preferences_dialog.c:2243 msgid "File Saving" msgstr "Filsparning" -#: app/preferences_dialog.c:2228 app/preferences_dialog.c:2241 +#: app/preferences_dialog.c:2260 app/preferences_dialog.c:2273 msgid "Always" msgstr "Alltid" -#: app/preferences_dialog.c:2229 +#: app/preferences_dialog.c:2261 msgid "Never" msgstr "Aldrig" -#: app/preferences_dialog.c:2233 +#: app/preferences_dialog.c:2265 msgid "Try to Write a Thumbnail File:" msgstr "Försök skriva tumnagelsfil:" -#: app/preferences_dialog.c:2240 +#: app/preferences_dialog.c:2272 msgid "Only when Modified" msgstr "Endast om ändrad" -#: app/preferences_dialog.c:2245 +#: app/preferences_dialog.c:2277 msgid "\"File > Save\" Saves the Image:" msgstr "\"Arkiv > Spara\" sparar bilden:" -#: app/preferences_dialog.c:2251 +#: app/preferences_dialog.c:2283 msgid "Session Management" msgstr "Sessionshantering" -#: app/preferences_dialog.c:2253 +#: app/preferences_dialog.c:2285 msgid "Session" msgstr "Session" -#: app/preferences_dialog.c:2261 +#: app/preferences_dialog.c:2293 msgid "Window Positions" msgstr "Fönsterpositioner" -#: app/preferences_dialog.c:2263 +#: app/preferences_dialog.c:2295 msgid "Save Window Positions on Exit" msgstr "Spara fönsterpositioner vid avslutning" -#: app/preferences_dialog.c:2277 +#: app/preferences_dialog.c:2309 msgid "Clear Saved Window Positions Now" msgstr "Rensa sparade fönsterpositioner nu" -#: app/preferences_dialog.c:2285 +#: app/preferences_dialog.c:2317 msgid "Always Try to Restore Session" msgstr "Försök alltid återställa sessionen" -#: app/preferences_dialog.c:2294 +#: app/preferences_dialog.c:2326 msgid "Devices" msgstr "Enheter" -#: app/preferences_dialog.c:2296 +#: app/preferences_dialog.c:2328 msgid "Save Device Status on Exit" msgstr "Spara enhets-status vid avslutning" -#: app/preferences_dialog.c:2307 app/preferences_dialog.c:2309 +#: app/preferences_dialog.c:2339 app/preferences_dialog.c:2341 msgid "Monitor" msgstr "Bildskärm" -#: app/preferences_dialog.c:2317 +#: app/preferences_dialog.c:2349 msgid "Get Monitor Resolution" msgstr "Hämta bildskärmsupplösning" -#: app/preferences_dialog.c:2325 +#: app/preferences_dialog.c:2357 #, c-format msgid "(Currently %d x %d dpi)" msgstr "(Nuvarande %d x %d dpi)" -#: app/preferences_dialog.c:2377 -msgid "From X Server" -msgstr "från X-servern" +#: app/preferences_dialog.c:2409 +msgid "From windowing system" +msgstr "" -#: app/preferences_dialog.c:2392 +#: app/preferences_dialog.c:2424 msgid "Manually:" msgstr "Manuellt:" -#: app/preferences_dialog.c:2405 app/preferences_dialog.c:2407 +#: app/preferences_dialog.c:2437 app/preferences_dialog.c:2439 msgid "Directories" msgstr "Bibliotek" -#: app/preferences_dialog.c:2424 +#: app/preferences_dialog.c:2456 msgid "Temp Dir:" msgstr "Temporärt:" -#: app/preferences_dialog.c:2424 +#: app/preferences_dialog.c:2456 msgid "Select Temp Dir" msgstr "Välj temp-bibliotek" -#: app/preferences_dialog.c:2425 +#: app/preferences_dialog.c:2457 msgid "Swap Dir:" msgstr "Swap:" -#: app/preferences_dialog.c:2425 app/user_install.c:1124 +#: app/preferences_dialog.c:2457 app/user_install.c:1125 msgid "Select Swap Dir" msgstr "Välj swap-bibliotek" -#: app/preferences_dialog.c:2461 +#: app/preferences_dialog.c:2493 msgid "Brushes Directories" msgstr "Penselbibliotek" -#: app/preferences_dialog.c:2463 +#: app/preferences_dialog.c:2495 msgid "Select Brushes Dir" msgstr "Välj pensel-bibliotek" -#: app/preferences_dialog.c:2465 +#: app/preferences_dialog.c:2497 msgid "Generated Brushes" msgstr "Genererade penslar" -#: app/preferences_dialog.c:2465 +#: app/preferences_dialog.c:2497 msgid "Generated Brushes Directories" msgstr "Genererade penslar - bibliotek" -#: app/preferences_dialog.c:2467 +#: app/preferences_dialog.c:2499 msgid "Select Generated Brushes Dir" msgstr "Välj bibliotek för genererade penslar" -#: app/preferences_dialog.c:2469 +#: app/preferences_dialog.c:2501 msgid "Patterns Directories" msgstr "Mönsterbibliotek" -#: app/preferences_dialog.c:2471 +#: app/preferences_dialog.c:2503 msgid "Select Patterns Dir" msgstr "Välj mönster-bibliotek" -#: app/preferences_dialog.c:2473 +#: app/preferences_dialog.c:2505 msgid "Palettes Directories" msgstr "Palettbibliotek" -#: app/preferences_dialog.c:2475 +#: app/preferences_dialog.c:2507 msgid "Select Palettes Dir" msgstr "Välj palett-bibliotek" -#: app/preferences_dialog.c:2477 +#: app/preferences_dialog.c:2509 msgid "Gradients Directories" msgstr "Färgskalebibliotek" -#: app/preferences_dialog.c:2479 +#: app/preferences_dialog.c:2511 msgid "Select Gradients Dir" msgstr "Välj färgskale-bibliotek" -#: app/preferences_dialog.c:2481 +#: app/preferences_dialog.c:2513 msgid "Plug-Ins" msgstr "Insticksprogram" -#: app/preferences_dialog.c:2481 +#: app/preferences_dialog.c:2513 msgid "Plug-Ins Directories" msgstr "Insticksprogram-bibliotek" -#: app/preferences_dialog.c:2483 +#: app/preferences_dialog.c:2515 msgid "Select Plug-Ins Dir" msgstr "Välj insticksprograms-bibliotek" -#: app/preferences_dialog.c:2485 +#: app/preferences_dialog.c:2517 msgid "Modules" msgstr "Moduler" -#: app/preferences_dialog.c:2485 +#: app/preferences_dialog.c:2517 msgid "Modules Directories" msgstr "Modulbibliotek" -#: app/preferences_dialog.c:2487 +#: app/preferences_dialog.c:2519 msgid "Select Modules Dir" msgstr "Välj modul-bibliotek" @@ -4796,12 +4819,12 @@ msgstr "GIMP till msgid "Temporary Procedure" msgstr "Temporär procedur" -#: app/qmask.c:273 +#: app/qmask.c:270 msgid "Edit Qmask Attributes" msgstr "Ändra Snabbmask-attribut" #. The opacity scale -#: app/qmask.c:301 +#: app/qmask.c:298 msgid "Mask Opacity:" msgstr "Mask opacitet:" @@ -4932,7 +4955,7 @@ msgid "Shearing..." msgstr "Lutar..." #. Create the shell -#: app/text_tool.c:151 app/text_tool.c:393 +#: app/text_tool.c:151 app/text_tool.c:400 msgid "Text Tool" msgstr "Textverktyg" @@ -4948,17 +4971,17 @@ msgstr "Kant:" msgid "Use Dynamic Text" msgstr "Använd Dynamisk Text" -#: app/text_tool.c:602 +#: app/text_tool.c:609 #, c-format msgid "Font '%s' not found." msgstr "Hittade ej typsnittet '%s'" -#: app/text_tool.c:621 +#: app/text_tool.c:628 #, c-format msgid "Font '%s' not found.%s" msgstr "Hittade ej typsnittet '%s'.%s" -#: app/text_tool.c:624 +#: app/text_tool.c:631 msgid "" "\n" "If you don't have scalable fonts, try turning off antialiasing in the tool " @@ -4968,11 +4991,11 @@ msgstr "" "Om du ej har några skalbara typsnitt, prova att stänga av kantutjämning i " "verktygsmenyn." -#: app/text_tool.c:735 +#: app/text_tool.c:742 msgid "Text Layer" msgstr "Textlager" -#: app/threshold.c:171 app/threshold.c:266 app/tools.c:722 +#: app/threshold.c:171 app/threshold.c:266 app/tools.c:1133 msgid "Threshold" msgstr "Tröskelvärde" @@ -5038,7 +5061,7 @@ msgstr "Luddig markering" msgid "Bezier Selection" msgstr "Bezier-markering" -#: app/tool_options.c:155 app/tools.c:177 +#: app/tool_options.c:155 app/tools.c:288 msgid "Intelligent Scissors" msgstr "Intelligent sax" @@ -5058,7 +5081,7 @@ msgstr "Fix storlek / aspektratio" msgid "Unit:" msgstr "Enhet:" -#: app/tool_options.c:469 app/tools.c:375 +#: app/tool_options.c:469 app/tools.c:596 msgid "Bucket Fill" msgstr "Fyll" @@ -5066,19 +5089,19 @@ msgstr "Fyll" msgid "Blend Tool" msgstr "Färgtoningsverktyget" -#: app/tool_options.c:473 app/tools.c:411 +#: app/tool_options.c:473 app/tools.c:652 msgid "Pencil" msgstr "Penna" -#: app/tool_options.c:475 app/tools.c:429 +#: app/tool_options.c:475 app/tools.c:680 msgid "Paintbrush" msgstr "Pensel" -#: app/tool_options.c:477 app/tools.c:447 +#: app/tool_options.c:477 app/tools.c:708 msgid "Eraser" msgstr "Sudda" -#: app/tool_options.c:479 app/tools.c:465 +#: app/tool_options.c:479 app/tools.c:736 msgid "Airbrush" msgstr "Airbrush" @@ -5094,7 +5117,7 @@ msgstr "Convolve" msgid "Ink Tool" msgstr "Bläckverktyget" -#: app/tool_options.c:487 app/tools.c:537 app/tools.c:543 +#: app/tool_options.c:487 app/tools.c:848 app/tools.c:854 msgid "Dodge or Burn" msgstr "Bleka eller bränna" @@ -5122,338 +5145,338 @@ msgstr "H msgid "Rate" msgstr "Flöde" -#: app/tools.c:87 +#: app/tools.c:148 msgid "Rect Select" msgstr "Rekt markering" -#: app/tools.c:88 +#: app/tools.c:149 msgid "/Tools/Select Tools/Rect Select" msgstr "/Verktyg/Markera Verktyg/Rekt markering" -#: app/tools.c:93 +#: app/tools.c:154 msgid "Select rectangular regions" msgstr "Markera rektangulära regioner" -#: app/tools.c:105 +#: app/tools.c:176 msgid "Ellipse Select" msgstr "Ellipsmarkering" -#: app/tools.c:106 +#: app/tools.c:177 msgid "/Tools/Select Tools/Ellipse Select" msgstr "/Verktyg/Markera Verktyg/Ellips markering" -#: app/tools.c:111 +#: app/tools.c:182 msgid "Select elliptical regions" msgstr "Markera elliptisk region" -#: app/tools.c:123 +#: app/tools.c:204 msgid "Free Select" msgstr "Fri markering" -#: app/tools.c:124 +#: app/tools.c:205 msgid "/Tools/Select Tools/Free Select" msgstr "/Verktyg/Markera Verktyg/Fri markering" -#: app/tools.c:129 +#: app/tools.c:210 msgid "Select hand-drawn regions" msgstr "Markerar frihand" -#: app/tools.c:141 +#: app/tools.c:232 msgid "Fuzzy Select" msgstr "Luddig markering" -#: app/tools.c:142 +#: app/tools.c:233 msgid "/Tools/Select Tools/Fuzzy Select" msgstr "/Verktyg/Markera Verktyg/Luddig markering" -#: app/tools.c:147 +#: app/tools.c:238 msgid "Select contiguous regions" msgstr "Markerar kontinuerliga ytor" -#: app/tools.c:159 +#: app/tools.c:260 msgid "Bezier Select" msgstr "Bezier-markering" -#: app/tools.c:160 +#: app/tools.c:261 msgid "/Tools/Select Tools/Bezier Select" msgstr "/Verktyg/Markera Verktyg/Bezier markering" -#: app/tools.c:165 +#: app/tools.c:266 msgid "Select regions using Bezier curves" msgstr "Markera med Bezier-kurvor" -#: app/tools.c:178 +#: app/tools.c:289 msgid "/Tools/Select Tools/Intelligent Scissors" msgstr "/Verktyg/Markera Verktyg/Intelligent sax" -#: app/tools.c:183 +#: app/tools.c:294 msgid "Select shapes from image" msgstr "Markera former i bilden" -#: app/tools.c:195 +#: app/tools.c:316 msgid "Move" msgstr "Flytta" -#: app/tools.c:196 +#: app/tools.c:317 msgid "/Tools/Transform Tools/Move" msgstr "/Verktyg/Transformeringsverktyg/Flytta" -#: app/tools.c:201 +#: app/tools.c:322 msgid "Move layers & selections" msgstr "Flytta lager och markeringar" -#: app/tools.c:213 +#: app/tools.c:344 msgid "Magnify" msgstr "Förstora" -#: app/tools.c:214 +#: app/tools.c:345 #, fuzzy msgid "/Tools/Transform Tools/Magnify" msgstr "/Verktyg/Transformeringsverktyg/Flytta" -#: app/tools.c:219 +#: app/tools.c:350 msgid "Zoom in & out" msgstr "Zooma in och ut" -#: app/tools.c:232 +#: app/tools.c:373 msgid "/Tools/Transform Tools/Crop & Resize" msgstr "/Verktyg/Transformeringsverktyg/Beskär och Ändra storlek" -#: app/tools.c:237 +#: app/tools.c:378 msgid "Crop or resize the image" msgstr "Beskär eller ändra storlek på bilden" #. the transform type radio buttons -#: app/tools.c:249 app/tools.c:267 app/tools.c:285 app/tools.c:303 +#: app/tools.c:400 app/tools.c:428 app/tools.c:456 app/tools.c:484 #: app/transform_core.c:252 app/transform_tool.c:211 msgid "Transform" msgstr "Transformera" -#: app/tools.c:250 +#: app/tools.c:401 msgid "/Tools/Transform Tools/Transform" msgstr "/Verktyg/Transformeringsverktyg/Transformera" -#: app/tools.c:255 app/tools.c:273 app/tools.c:291 app/tools.c:309 +#: app/tools.c:406 app/tools.c:434 app/tools.c:462 app/tools.c:490 msgid "Rotation, scaling, shearing, perspective." msgstr "Rotering, skalning, luta, perspektiv." -#: app/tools.c:321 +#: app/tools.c:512 msgid "Flip" msgstr "Vänd" -#: app/tools.c:322 +#: app/tools.c:513 msgid "/Tools/Transform Tools/Flip" msgstr "/Verktyg/Transformeringsverktyg/Vänd" -#: app/tools.c:327 +#: app/tools.c:518 msgid "Flip the layer or selection" msgstr "Vänd lagret eller markeringen" -#: app/tools.c:339 +#: app/tools.c:540 msgid "Text" msgstr "Text" -#: app/tools.c:340 +#: app/tools.c:541 msgid "/Tools/Text" msgstr "/Verktyg/Text" -#: app/tools.c:345 +#: app/tools.c:546 msgid "Add text to the image" msgstr "Skriv text i bilden" -#: app/tools.c:358 +#: app/tools.c:569 msgid "/Tools/Color Picker" msgstr "/Verktyg/Hämta färg" -#: app/tools.c:363 +#: app/tools.c:574 msgid "Pick colors from the image" msgstr "Hämta en färg från bilden" -#: app/tools.c:376 +#: app/tools.c:597 msgid "/Tools/Paint Tools/Bucket Fill" msgstr "/Verktyg/Målarverktyg/Fyll" -#: app/tools.c:381 +#: app/tools.c:602 msgid "Fill with a color or pattern" msgstr "Fyll med färg eller mönster" -#: app/tools.c:393 +#: app/tools.c:624 msgid "Blend" msgstr "Färgtoning" -#: app/tools.c:394 +#: app/tools.c:625 msgid "/Tools/Paint Tools/Blend" msgstr "/Verktyg/Målarverktyg/Färgtoning" -#: app/tools.c:399 +#: app/tools.c:630 msgid "Fill with a color gradient" msgstr "Fyll med färgtoning" -#: app/tools.c:412 +#: app/tools.c:653 msgid "/Tools/Paint Tools/Pencil" msgstr "/Verktyg/Målarverktyg/Penna" -#: app/tools.c:417 +#: app/tools.c:658 msgid "Draw sharp pencil strokes" msgstr "Måla med skarpa penndrag" -#: app/tools.c:430 +#: app/tools.c:681 msgid "/Tools/Paint Tools/Paintbrush" msgstr "/Verktyg/Målarverktyg/Pensel" -#: app/tools.c:435 +#: app/tools.c:686 msgid "Paint fuzzy brush strokes" msgstr "Måla med penseldrag" -#: app/tools.c:448 +#: app/tools.c:709 msgid "/Tools/Paint Tools/Eraser" msgstr "/Verktyg/Målarverktyg/Suddare" -#: app/tools.c:453 +#: app/tools.c:714 msgid "Erase to background or transparency" msgstr "Sudda mot bakgrunden eller transparent" -#: app/tools.c:466 +#: app/tools.c:737 msgid "/Tools/Paint Tools/Airbrush" msgstr "/Verktyg/Målarverktyg/Airbrush" -#: app/tools.c:471 +#: app/tools.c:742 msgid "Airbrush with variable pressure" msgstr "Airbrush med variabelt tryck" -#: app/tools.c:483 +#: app/tools.c:764 msgid "Clone" msgstr "Klona" -#: app/tools.c:484 +#: app/tools.c:765 msgid "/Tools/Paint Tools/Clone" msgstr "/Verktyg/Måla-verktyg/Klona" -#: app/tools.c:489 +#: app/tools.c:770 msgid "Paint using patterns or image regions" msgstr "Måla med hjälp av mönster eller bildregioner" -#: app/tools.c:501 +#: app/tools.c:792 msgid "Convolve" msgstr "Convolve" -#: app/tools.c:502 +#: app/tools.c:793 msgid "/Tools/Paint Tools/Convolve" msgstr "/Verktyg/Måla Verktyg/Convolve" -#: app/tools.c:507 +#: app/tools.c:798 msgid "Blur or sharpen" msgstr "Gör suddigare eller skarpare" -#: app/tools.c:519 +#: app/tools.c:820 msgid "Ink" msgstr "Bläck" -#: app/tools.c:520 +#: app/tools.c:821 msgid "/Tools/Paint Tools/Ink" msgstr "/Verktyg/Målarverktyg/Bläck" -#: app/tools.c:525 +#: app/tools.c:826 msgid "Draw in ink" msgstr "Måla med bläck" -#: app/tools.c:538 +#: app/tools.c:849 msgid "/Tools/Paint Tools/DodgeBurn" msgstr "/Verktyg/Målarverktyg/BlekaBränna" -#: app/tools.c:555 app/tools.c:561 +#: app/tools.c:876 app/tools.c:882 msgid "Smudge" msgstr "Smeta" -#: app/tools.c:556 +#: app/tools.c:877 msgid "/Tools/Paint Tools/Smudge" msgstr "/Verktyg/Målarverktyg/Smeta" -#: app/tools.c:593 +#: app/tools.c:934 msgid "Measure" msgstr "Mät" -#: app/tools.c:594 +#: app/tools.c:935 msgid "/Tools/Measure" msgstr "/Verktyg/Mät" -#: app/tools.c:599 +#: app/tools.c:940 msgid "Measure distances and angles" msgstr "Mät avstånd och vinklar" -#: app/tools.c:632 +#: app/tools.c:993 msgid "By Color Select" msgstr "Markera per färg" -#: app/tools.c:633 +#: app/tools.c:994 msgid "/Select/By Color..." msgstr "/Markera/Per färg..." -#: app/tools.c:638 +#: app/tools.c:999 msgid "Select regions by color" msgstr "Markera region per färg" -#: app/tools.c:651 +#: app/tools.c:1022 msgid "/Image/Colors/Color Balance..." msgstr "/Bild/Färger/Färgbalans..." -#: app/tools.c:656 +#: app/tools.c:1027 msgid "Adjust color balance" msgstr "Justera färgbalans" -#: app/tools.c:669 +#: app/tools.c:1050 msgid "/Image/Colors/Brightness-Contrast..." msgstr "/Bild/Färger/Ljusstyrka-Kontrast..." -#: app/tools.c:674 +#: app/tools.c:1055 msgid "Adjust brightness and contrast" msgstr "Justera ljusstyrka och kontrast" -#: app/tools.c:687 +#: app/tools.c:1078 msgid "/Image/Colors/Hue-Saturation..." msgstr "/Bild/Färger/Nyans-Mättnad..." -#: app/tools.c:692 +#: app/tools.c:1083 msgid "Adjust hue and saturation" msgstr "Justera nyans och mättnad" -#: app/tools.c:705 +#: app/tools.c:1106 msgid "/Image/Colors/Posterize..." msgstr "/Bild/Färger/Posterisering..." -#: app/tools.c:710 +#: app/tools.c:1111 msgid "Reduce image to a fixed numer of colors" msgstr "Reducera bilden till ett fixt antal färger" -#: app/tools.c:723 +#: app/tools.c:1134 msgid "/Image/Colors/Threshold..." msgstr "/Bild/Färger/Tröskelvärde..." -#: app/tools.c:728 +#: app/tools.c:1139 msgid "Reduce image to two colors using a threshold" msgstr "Reducera bilden till två färger mha ett tröskelvärde" -#: app/tools.c:741 +#: app/tools.c:1162 msgid "/Image/Colors/Curves..." msgstr "/Bild/Färger/Kurvor..." -#: app/tools.c:746 +#: app/tools.c:1167 msgid "Adjust color curves" msgstr "Justera färgkurvor" -#: app/tools.c:759 +#: app/tools.c:1190 msgid "/Image/Colors/Levels..." msgstr "/Bild/Färger/Nivåer..." -#: app/tools.c:764 +#: app/tools.c:1195 msgid "Adjust color levels" msgstr "Justera färgnivåer" -#: app/tools.c:777 +#: app/tools.c:1218 msgid "/Image/Histogram..." msgstr "/Bild/Histogram..." -#: app/tools.c:782 +#: app/tools.c:1223 msgid "View image histogram" msgstr "Visa bildens histogram" @@ -5477,7 +5500,7 @@ msgstr "" "Transformationer fungerar ej på\n" "lager som innehåller lager-masker." -#: app/transform_core.c:1616 +#: app/transform_core.c:1604 msgid "Transformation" msgstr "Transformation" @@ -5534,191 +5557,191 @@ msgstr "Visa slinga" msgid "Clip Result" msgstr "Klipp resultat" -#: app/undo.c:2889 +#: app/undo.c:2871 #, c-format msgid "Can't undo %s" msgstr "Kan ej ångra %s" -#: app/undo.c:2920 +#: app/undo.c:2902 msgid "<>" msgstr "<>" -#: app/undo.c:2921 +#: app/undo.c:2903 msgid "image" msgstr "bild" -#: app/undo.c:2922 +#: app/undo.c:2904 msgid "image mod" msgstr "bildmod" -#: app/undo.c:2923 +#: app/undo.c:2905 msgid "mask" msgstr "mask" -#: app/undo.c:2924 +#: app/undo.c:2906 msgid "layer move" msgstr "lagerflytt" #. ok -#: app/undo.c:2925 +#: app/undo.c:2907 msgid "transform" msgstr "transform" -#: app/undo.c:2926 +#: app/undo.c:2908 msgid "paint" msgstr "måla" -#: app/undo.c:2927 +#: app/undo.c:2909 msgid "new layer" msgstr "nytt lager" -#: app/undo.c:2928 +#: app/undo.c:2910 msgid "delete layer" msgstr "ta bort lager" -#: app/undo.c:2929 +#: app/undo.c:2911 msgid "layer mod" msgstr "lagermod" -#: app/undo.c:2930 +#: app/undo.c:2912 msgid "add layer mask" msgstr "lägg till lagermask" #. ok -#: app/undo.c:2931 +#: app/undo.c:2913 msgid "delete layer mask" msgstr "ta bort lagermask" #. ok -#: app/undo.c:2932 +#: app/undo.c:2914 msgid "rename layer" msgstr "döp om lager" -#: app/undo.c:2933 +#: app/undo.c:2915 msgid "layer reposition" msgstr "lagerpos. ändrad" #. ok -#: app/undo.c:2934 +#: app/undo.c:2916 msgid "new channel" msgstr "ny kanal" -#: app/undo.c:2935 +#: app/undo.c:2917 msgid "delete channel" msgstr "ta bort kanal" -#: app/undo.c:2936 +#: app/undo.c:2918 msgid "channel mod" msgstr "kanalmod" -#: app/undo.c:2937 +#: app/undo.c:2919 msgid "FS to layer" msgstr "FM till lager" #. ok -#: app/undo.c:2938 +#: app/undo.c:2920 msgid "gimage" msgstr "gimage" -#: app/undo.c:2939 +#: app/undo.c:2921 msgid "FS rigor" msgstr "FM rigor" -#: app/undo.c:2940 +#: app/undo.c:2922 msgid "FS relax" msgstr "FM relax" -#: app/undo.c:2941 +#: app/undo.c:2923 msgid "guide" msgstr "guide" -#: app/undo.c:2942 +#: app/undo.c:2924 msgid "text" msgstr "text" -#: app/undo.c:2943 +#: app/undo.c:2925 msgid "float selection" msgstr "flytande markering" -#: app/undo.c:2944 +#: app/undo.c:2926 msgid "paste" msgstr "klistra in" -#: app/undo.c:2945 +#: app/undo.c:2927 msgid "cut" msgstr "klipp ut" -#: app/undo.c:2946 +#: app/undo.c:2928 msgid "transform core" msgstr "transformera" -#: app/undo.c:2947 +#: app/undo.c:2929 msgid "paint core" msgstr "måla" -#: app/undo.c:2948 +#: app/undo.c:2930 msgid "floating layer" msgstr "flytande lager" #. unused! -#: app/undo.c:2949 +#: app/undo.c:2931 msgid "linked layer" msgstr "länkat lager" -#: app/undo.c:2950 +#: app/undo.c:2932 msgid "apply layer mask" msgstr "applicera lagermask" #. ok -#: app/undo.c:2951 +#: app/undo.c:2933 msgid "layer merge" msgstr "sammanslagning lager" -#: app/undo.c:2952 +#: app/undo.c:2934 msgid "FS anchor" msgstr "FM ankra" -#: app/undo.c:2953 +#: app/undo.c:2935 msgid "gimage mod" msgstr "gimage mod" -#: app/undo.c:2954 +#: app/undo.c:2936 msgid "crop" msgstr "beskär" -#: app/undo.c:2955 +#: app/undo.c:2937 msgid "layer scale" msgstr "skala lager" -#: app/undo.c:2956 +#: app/undo.c:2938 msgid "layer resize" msgstr "ändra storlek lager" -#: app/undo.c:2957 +#: app/undo.c:2939 msgid "quickmask" msgstr "snabbmask" -#: app/undo.c:2958 +#: app/undo.c:2940 msgid "attach parasite" msgstr "koppla parasit" -#: app/undo.c:2959 +#: app/undo.c:2941 msgid "remove parasite" msgstr "ta bort parasit" -#: app/undo.c:2960 +#: app/undo.c:2942 msgid "resolution change" msgstr "ändrad upplösning" -#: app/undo.c:2961 +#: app/undo.c:2943 msgid "image scale" msgstr "skala om bild" -#: app/undo.c:2962 +#: app/undo.c:2944 msgid "image resize" msgstr "ändra storlek på bild" -#: app/undo.c:2963 +#: app/undo.c:2945 msgid "misc" msgstr "div" @@ -6113,7 +6136,7 @@ msgstr "Personligt GIMP-bibliotek" msgid "Click \"Continue\" to create your personal GIMP directory." msgstr "Tryck på \"Fortsätt\" för att skapa ditt personliga GIMP-bibliotek." -#: app/user_install.c:754 +#: app/user_install.c:755 #, c-format msgid "" "For a proper GIMP installation, a subdirectory named\n" @@ -6122,7 +6145,7 @@ msgstr "" "För att korrekt installera GIMP måste underbiblioteket\n" "%s skapas." -#: app/user_install.c:760 +#: app/user_install.c:761 msgid "" "This subdirectory will contain a number of important files.\n" "Click on one of the files or subdirectories in the tree\n" @@ -6132,31 +6155,31 @@ msgstr "" "Klicka på någon av filerna eller underbiblioteken i trädet för\n" "att få mer information om den valda posten." -#: app/user_install.c:844 +#: app/user_install.c:845 msgid "User Installation Log" msgstr "Logg över användarinstallation" -#: app/user_install.c:850 +#: app/user_install.c:851 msgid "GIMP Performance Tuning" msgstr "GIMPs prestandaavstämning" -#: app/user_install.c:851 +#: app/user_install.c:852 msgid "Click \"Continue\" to accept the settings above." msgstr "Tryck på \"Fortsätt\" för att acceptera inställningarna ovan." -#: app/user_install.c:854 +#: app/user_install.c:855 msgid "For optimal GIMP performance, some settings may have to be adjusted." msgstr "För optimal prestanda i GIMP måste du kanske förändra vissa saker." -#: app/user_install.c:863 +#: app/user_install.c:864 msgid "Monitor Resolution" msgstr "Bildskärmsupplösning" -#: app/user_install.c:864 +#: app/user_install.c:865 msgid "Click \"Continue\" to start The GIMP." msgstr "Tryck på \"Fortsätt\" för att starta GIMP." -#: app/user_install.c:867 +#: app/user_install.c:868 msgid "" "To display images in their natural size, GIMP needs to know your monitor " "resolution." @@ -6164,19 +6187,19 @@ msgstr "" "För att visa bilder i sin naturliga storlek så bör GIMP veta omupplösningen " "på din bildskärm." -#: app/user_install.c:876 +#: app/user_install.c:877 msgid "Aborting Installation..." msgstr "Avbryter installation..." -#: app/user_install.c:946 +#: app/user_install.c:947 msgid "does not exist. Cannot install." msgstr "finns ej. Kan ej installera." -#: app/user_install.c:958 +#: app/user_install.c:959 msgid "has invalid permissions. Cannot install." msgstr "har ogiltiga rättigheter. Kan ej installera." -#: app/user_install.c:996 +#: app/user_install.c:997 msgid "" "Did you notice any error messages in the console window?\n" "If not, installation was successful!\n" @@ -6186,7 +6209,7 @@ msgstr "" "Om inte så lyckades installationen! Annars, avsluta\n" "och undersök vad som kan ha gått fel..." -#: app/user_install.c:1052 +#: app/user_install.c:1053 msgid "" "Did you notice any error messages in the lines above?\n" "If not, installation was successful!\n" @@ -6196,15 +6219,15 @@ msgstr "" "Om inte så lyckades installationen! Annars, avsluta\n" "och undersök vad som kan ha gått fel..." -#: app/user_install.c:1064 +#: app/user_install.c:1065 msgid "Click \"Continue\" to complete GIMP installation." msgstr "Tryck på \"Fortsätt\" för att slutföra GIMP-installationen." -#: app/user_install.c:1069 +#: app/user_install.c:1070 msgid "Installation failed. Contact system administrator." msgstr "Installationen misslyckades, kontakta din systemadministratör." -#: app/user_install.c:1090 +#: app/user_install.c:1091 msgid "" "GIMP uses a limited amount of memory to store image data, the so-called\n" "\"Tile Cache\". You should adjust it's size to fit into memory. Consider\n" @@ -6214,7 +6237,7 @@ msgstr "" "\"bildblock-cache\". Du bör justera det så det får plats i minnet. Tänk\n" "på mängden minne som används av andra körande program." -#: app/user_install.c:1115 +#: app/user_install.c:1116 msgid "" "All image and undo data which doesn't fit into the Tile Cache will be\n" "written to a swap file. This file should be located on a local filesystem\n" @@ -6226,27 +6249,27 @@ msgstr "" "tillräckligt mycket ledigt utrymme (flera 100 MB). På ett UNIX-system så\n" "kan du vilja sätta systemets temp-katalog (\"/tmp\" eller \"/var/tmp\")." -#: app/user_install.c:1129 +#: app/user_install.c:1130 msgid "Swap Directory:" msgstr "Swap-bibliotek:" -#: app/user_install.c:1182 +#: app/user_install.c:1183 msgid "Calibrate Monitor Resolution" msgstr "Kalibrera bildskärmsupplösning" -#: app/user_install.c:1290 +#: app/user_install.c:1291 msgid "Measure the rulers and enter their lengths below." msgstr "Mät linjalerna och mata in dess längder nedan." -#: app/user_install.c:1305 +#: app/user_install.c:1306 msgid "Horizontal:" msgstr "Horisontell:" -#: app/user_install.c:1310 +#: app/user_install.c:1311 msgid "Vertical:" msgstr "Vertikal:" -#: app/user_install.c:1351 +#: app/user_install.c:1352 msgid "" "GIMP can obtain this information from your X-server.\n" "However, most X-servers do not return useful values." @@ -6254,20 +6277,20 @@ msgstr "" "GIMP kan hämta denna information från din X-server.\n" "De flesta X-servrarna returnerar dock inga vettiga värden." -#: app/user_install.c:1358 +#: app/user_install.c:1359 #, c-format msgid "Get Resolution from X-server (Currently %d x %d dpi)" msgstr "Hämta upplösning från X-server (Nuvarande %d x %d dpi)" -#: app/user_install.c:1372 +#: app/user_install.c:1373 msgid "Alternatively, you can set the monitor resolution manually." msgstr "Alternativt kan du sätta upplösningen manuellt" -#: app/user_install.c:1385 +#: app/user_install.c:1386 msgid "Monitor Resolution X:" msgstr "Bildskärmsupplösning X:" -#: app/user_install.c:1421 +#: app/user_install.c:1422 msgid "" "You can also press the \"Calibrate\" button to open a window\n" "which lets you determine your monitor resolution interactively." @@ -6275,7 +6298,7 @@ msgstr "" "Du kan även trycka på \"Kalibrera\" nedan för att öppna ett\n" "fönster som låter dig kalibrera bildskärmsupplösningen interaktivt." -#: app/user_install.c:1428 +#: app/user_install.c:1429 msgid "Calibrate" msgstr "Kalibrera" @@ -6342,6 +6365,9 @@ msgstr "Vattenf msgid "Color History" msgstr "Färghistoria" +#~ msgid "From X Server" +#~ msgstr "från X-servern" + #~ msgid "" #~ "Plug-In crashed: %s\n" #~ "(%s)" diff --git a/po/uk.po b/po/uk.po index 7100f088cd..c55bd60b67 100644 --- a/po/uk.po +++ b/po/uk.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: gimp 1.1.19\n" -"POT-Creation-Date: 2000-06-20 16:09+0300\n" +"POT-Creation-Date: 2000-06-18 19:40-0700\n" "PO-Revision-Date: 2000-01-11 12:44+0200\n" "Last-Translator: Yuri Syrota \n" "Language-Team: Ukrainian \n"