From a88ba5154ba574640be33fde0d5477007cc6a863 Mon Sep 17 00:00:00 2001 From: Sven Neumann Date: Wed, 1 Jan 1997 16:47:44 +0000 Subject: [PATCH] cleaned up the messy spanish translation someone added fixed compiler warnings, changed some gints to gbooleans cleaned up namespace and documentation updated libgimp documentation --Sven --- devel-docs/libgimp/tmpl/gimpsignal.sgml | 44 + po-libgimp/es.po | 252 + po-plug-ins/es.po | 12601 ++++++++++++++++++++++ po-script-fu/es.po | 2097 ++++ 4 files changed, 14994 insertions(+) create mode 100644 devel-docs/libgimp/tmpl/gimpsignal.sgml create mode 100644 po-libgimp/es.po create mode 100644 po-plug-ins/es.po create mode 100644 po-script-fu/es.po diff --git a/devel-docs/libgimp/tmpl/gimpsignal.sgml b/devel-docs/libgimp/tmpl/gimpsignal.sgml new file mode 100644 index 0000000000..ee27f0406b --- /dev/null +++ b/devel-docs/libgimp/tmpl/gimpsignal.sgml @@ -0,0 +1,44 @@ + +gimpsignal + + +Portable signal handling. + + + + + + + + + + + + + + + + +@x: +@y: + + + + + + + +@Param1: + + + + + + + +@signum: +@gimp_sighandler: +@sa_flags: +@Returns: + + diff --git a/po-libgimp/es.po b/po-libgimp/es.po new file mode 100644 index 0000000000..0c647622f2 --- /dev/null +++ b/po-libgimp/es.po @@ -0,0 +1,252 @@ +# This is the Spanish locale definition for libgimp. +# +# Éste es el fichero con los mensajes en español de Gimp. +# Preguntas, consejos y correcciones _constructivas_ son +# bienvenidos. +# +# * Este fichero está sin terminar * +# +# Copyright (C) 1998-2000 Free Software Foundation, Inc. +# Rodrigo Sancho Senosiain +# +# NOTAS PERSONALES: +# - Usar mayúsculas para nombres de elementos ("Gradiente") +# - "Cubo de relleno" no es muy afortunada +# - Hay que aclarar el significado de dodge/burn +# - De momento pongo "dibujable" por "drawable" +# - Hay que revisar los largos mensajes de instalación +# +msgid "" +msgstr "" +"Project-Id-Version: GIMP 1.1.20\n" +"POT-Creation-Date: 2000-04-20 19:32+0200\n" +"PO-Revision-Date: 2000-04-23 12:56+02:00\n" +"Last-Translator: Rodrigo Sancho Senosiain \n" +"Language-Team: Spanish \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=iso-8859-1\n" +"Content-Transfer-Encoding: 8bit\n" +"\n" + +#: libgimp/gimpcolorbutton.c:116 +msgid "/Use Foreground Color" +msgstr "/Usar color de Frente" + +#: libgimp/gimpcolorbutton.c:117 +msgid "/Use Background Color" +msgstr "/Usar color de Fondo" + +#: libgimp/gimpexport.c:158 +msgid "can't Handle Layers" +msgstr "no puedo manejar Capas" + +#: libgimp/gimpexport.c:159 libgimp/gimpexport.c:168 +msgid "Merge Visible Layers" +msgstr "Mezclar Capas visibles" + +#: libgimp/gimpexport.c:167 libgimp/gimpexport.c:176 +msgid "can only Handle Layers as Animation Frames" +msgstr "sólo puedo manejar Capas como Fotogramas de Animación" + +#: libgimp/gimpexport.c:168 libgimp/gimpexport.c:177 +msgid "Save as Animation" +msgstr "Guardar como Animación" + +#: libgimp/gimpexport.c:177 libgimp/gimpexport.c:186 +msgid "Flatten Image" +msgstr "Aplanar Imagen" + +#: libgimp/gimpexport.c:185 +msgid "can't Handle Transparency" +msgstr "no puedo manejar transparencia" + +#: libgimp/gimpexport.c:194 +msgid "can only Handle RGB Images" +msgstr "sólo puedo manejar imágenes RGB" + +#: libgimp/gimpexport.c:195 libgimp/gimpexport.c:223 libgimp/gimpexport.c:232 +msgid "Convert to RGB" +msgstr "Convertir a RGB" + +#: libgimp/gimpexport.c:203 +msgid "can only Handle Grayscale Images" +msgstr "sólo puedo manejar imágenes en escala de grises" + +#: libgimp/gimpexport.c:204 libgimp/gimpexport.c:223 libgimp/gimpexport.c:244 +msgid "Convert to Grayscale" +msgstr "Convertir a Escala de grises" + +#: libgimp/gimpexport.c:212 +msgid "can only Handle Indexed Images" +msgstr "sólo puedo manejar imágenes indexadas" + +#: libgimp/gimpexport.c:213 libgimp/gimpexport.c:232 libgimp/gimpexport.c:242 +msgid "" +"Convert to indexed using default settings\n" +"(Do it manually to tune the result)" +msgstr "" +"Convertir a indexada usando ajustes por defecto\n" +"(Hágalo manualmente para afinar el resultado)" + +#: libgimp/gimpexport.c:222 +msgid "can only Handle RGB or Grayscale Images" +msgstr "sólo puedo manejar imágenes RGB o Escala de grises" + +#: libgimp/gimpexport.c:231 +msgid "can only Handle RGB or Indexed Images" +msgstr "sólo puedo manejar imágenes RGB o indexadas" + +#: libgimp/gimpexport.c:241 +msgid "can only Handle Grayscale or Indexed Images" +msgstr "sólo puedo manejar imágenes indexadas o Escala de grises" + +#: libgimp/gimpexport.c:252 +msgid "needs an Alpha Channel" +msgstr "necesita un Canal alfa" + +#: libgimp/gimpexport.c:253 +msgid "Add Alpha Channel" +msgstr "Añadir Canal alfa" + +#. +#. * Plug-ins have called gtk_init () before calling gimp_export (). +#. * Otherwise bad things will happen now!! +#. +#. the dialog +#: libgimp/gimpexport.c:322 +msgid "Export File" +msgstr "Exportar fichero" + +#: libgimp/gimpexport.c:327 +msgid "Export" +msgstr "Exportar" + +#: libgimp/gimpexport.c:329 +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 +msgid "Cancel" +msgstr "Cancelar" + +#: libgimp/gimpexport.c:346 +msgid "" +"Your image should be exported before it can be saved for the following " +"reasons:" +msgstr "" +"Su imagen debería ser exportada antes de que pueda guardarse por las " +"siguientes razones:" + +#. the footline +#: libgimp/gimpexport.c:409 +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 +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 +msgid "OK" +msgstr "Aceptar" + +#. pseudo unit +#: libgimp/gimpunit.c:47 +msgid "pixel" +msgstr "píxel" + +#: libgimp/gimpunit.c:47 +msgid "pixels" +msgstr "píxeles" + +#. standard units +#: libgimp/gimpunit.c:50 +msgid "inch" +msgstr "pulgada" + +#: libgimp/gimpunit.c:50 +msgid "inches" +msgstr "pulgadas" + +#: libgimp/gimpunit.c:51 +msgid "millimeter" +msgstr "milímetro" + +#: libgimp/gimpunit.c:51 +msgid "millimeters" +msgstr "milímetros" + +#. professional units +#: libgimp/gimpunit.c:54 +msgid "point" +msgstr "punto" + +#: libgimp/gimpunit.c:54 +msgid "points" +msgstr "puntos" + +#: libgimp/gimpunit.c:55 +msgid "pica" +msgstr "pica" + +#: libgimp/gimpunit.c:55 +msgid "picas" +msgstr "picas" + +#: libgimp/gimpunit.c:62 +msgid "percent" +msgstr "por ciento" + +#: libgimp/gimpunitmenu.c:234 +msgid "More..." +msgstr "Más..." + +#: libgimp/gimpunitmenu.c:490 +msgid "Unit Selection" +msgstr "Selección de Unidad" + +#: libgimp/gimpunitmenu.c:527 +msgid "Unit" +msgstr "Unidad" + +#: libgimp/gimpunitmenu.c:528 +msgid "Factor" +msgstr "Factor" + +#: libgimp/gimpwidgets.c:706 +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 "" +"Si el botón \"Tiempo\" no está pulsado, use este valor como semilla para el " +"generador de números aleatorios - permite que repita cualquier operación " +"\"aleatoria\"" + +#: libgimp/gimpwidgets.c:711 +msgid "Time" +msgstr "Tiempo" + +#: libgimp/gimpwidgets.c:720 +msgid "" +"Seed random number generator from the current time - this guarantees a " +"reasonable randomization" +msgstr "" +"Tomar semilla para generador de números aleatorios del tiempo actual - " +"garantiza una aleatoriedad razonable" + +#: libgimp/gimpwidgets.c:1032 +msgid "Bytes" +msgstr "Bytes" + +#: libgimp/gimpwidgets.c:1033 +msgid "KiloBytes" +msgstr "KiloBytes" + +#: libgimp/gimpwidgets.c:1034 +msgid "MegaBytes" +msgstr "MegaBytes" + diff --git a/po-plug-ins/es.po b/po-plug-ins/es.po new file mode 100644 index 0000000000..582ee950e5 --- /dev/null +++ b/po-plug-ins/es.po @@ -0,0 +1,12601 @@ +# This is the Spanish locale definition for the standard GIMP Plugins. +# +# Éste es el fichero con los mensajes en español de Gimp. +# Preguntas, consejos y correcciones _constructivas_ son +# bienvenidos. +# +# * Este fichero está sin terminar * +# +# Copyright (C) 1998-2000 Free Software Foundation, Inc. +# Rodrigo Sancho Senosiain +# +# NOTAS PERSONALES: +# - Usar mayúsculas para nombres de elementos ("Gradiente") +# - "Cubo de relleno" no es muy afortunada +# - Hay que aclarar el significado de dodge/burn +# - De momento pongo "dibujable" por "drawable" +# - Hay que revisar los largos mensajes de instalación +# +msgid "" +msgstr "" +"Project-Id-Version: GIMP 1.1.20\n" +"POT-Creation-Date: 2000-04-20 19:53+0200\n" +"PO-Revision-Date: 2000-04-23 13:01+02:00\n" +"Last-Translator: Rodrigo Sancho Senosiain \n" +"Language-Team: Spanish \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=iso-8859-1\n" +"Content-Transfer-Encoding: 8bit\n" +"\n" + +#: plug-ins/AlienMap/AlienMap.c:180 +msgid "/Filters/Colors/Map/Alien Map..." +msgstr "/Filtros/Colores/Mapa/Mapa Alien..." + +#: plug-ins/AlienMap/AlienMap.c:378 +#, fuzzy +msgid "AlienMap: Transforming..." +msgstr "Mapa Alien: Transformando ..." + +#: plug-ins/AlienMap/AlienMap.c:627 +msgid "AlienMap" +msgstr "Mapa Alien" + +#: plug-ins/AlienMap/AlienMap.c:632 plug-ins/AlienMap2/AlienMap2.c:624 +#: plug-ins/FractalExplorer/Dialogs.c:298 +#: plug-ins/FractalExplorer/Dialogs.c:1388 plug-ins/gdyntext/gdyntext_ui.c:605 +#: plug-ins/gfig/gfig.c:3382 plug-ins/imagemap/imap_about.c:33 +#: plug-ins/webbrowser/webbrowser.c:287 +msgid "About" +msgstr "Acerca" + +#. the 3 Action Buttons +#: plug-ins/AlienMap/AlienMap.c:634 plug-ins/AlienMap/AlienMap.c:898 +#: plug-ins/AlienMap2/AlienMap2.c:626 plug-ins/AlienMap2/AlienMap2.c:912 +#: plug-ins/FractalExplorer/Dialogs.c:300 +#: plug-ins/FractalExplorer/Dialogs.c:1393 +#: plug-ins/FractalExplorer/FractalExplorer.c:850 +#: plug-ins/FractalExplorer/FractalExplorer.c:1476 +#: plug-ins/Lighting/lighting_ui.c:1075 plug-ins/MapObject/mapobject_ui.c:1382 +#: plug-ins/bmp/bmpwrite.c:562 plug-ins/borderaverage/borderaverage.c:401 +#: plug-ins/common/CML_explorer.c:1188 plug-ins/common/CML_explorer.c:1946 +#: plug-ins/common/CML_explorer.c:2266 plug-ins/common/aa.c:363 +#: plug-ins/common/align_layers.c:420 plug-ins/common/apply_lens.c:404 +#: plug-ins/common/blinds.c:342 plug-ins/common/blur.c:622 +#: plug-ins/common/bumpmap.c:873 plug-ins/common/checkerboard.c:359 +#: plug-ins/common/colorify.c:333 plug-ins/common/colortoalpha.c:423 +#: plug-ins/common/compose.c:785 plug-ins/common/convmatrix.c:810 +#: plug-ins/common/csource.c:670 plug-ins/common/cubism.c:316 +#: plug-ins/common/curve_bend.c:1389 plug-ins/common/decompose.c:862 +#: plug-ins/common/deinterlace.c:278 plug-ins/common/depthmerge.c:661 +#: plug-ins/common/despeckle.c:638 plug-ins/common/destripe.c:572 +#: plug-ins/common/diffraction.c:565 plug-ins/common/displace.c:306 +#: plug-ins/common/edge.c:656 plug-ins/common/emboss.c:535 +#: plug-ins/common/engrave.c:234 plug-ins/common/exchange.c:296 +#: plug-ins/common/film.c:1206 plug-ins/common/flarefx.c:338 +#: plug-ins/common/fractaltrace.c:738 plug-ins/common/gauss_iir.c:352 +#: plug-ins/common/gauss_iir.c:442 plug-ins/common/gauss_rle.c:349 +#: plug-ins/common/gauss_rle.c:439 plug-ins/common/gbr.c:473 +#: plug-ins/common/gicon.c:457 plug-ins/common/gif.c:1155 +#: plug-ins/common/gif.c:1226 plug-ins/common/glasstile.c:237 +#: plug-ins/common/gpb.c:286 plug-ins/common/gqbist.c:659 +#: plug-ins/common/grid.c:575 plug-ins/common/gtm.c:383 +#: plug-ins/common/hot.c:595 plug-ins/common/illusion.c:318 +#: plug-ins/common/iwarp.c:1155 plug-ins/common/jigsaw.c:2316 +#: plug-ins/common/jpeg.c:1609 plug-ins/common/lic.c:1020 +#: plug-ins/common/mail.c:504 plug-ins/common/mapcolor.c:578 +#: plug-ins/common/max_rgb.c:266 plug-ins/common/mblur.c:784 +#: plug-ins/common/newsprint.c:1230 plug-ins/common/nlfilt.c:359 +#: plug-ins/common/noisify.c:333 plug-ins/common/nova.c:364 +#: plug-ins/common/oilify.c:462 plug-ins/common/papertile.c:248 +#: plug-ins/common/pat.c:428 plug-ins/common/pixelize.c:289 +#: plug-ins/common/plasma.c:295 plug-ins/common/png.c:1030 +#: plug-ins/common/pnm.c:950 plug-ins/common/polar.c:943 +#: plug-ins/common/ps.c:2550 plug-ins/common/ps.c:2731 +#: plug-ins/common/psp.c:443 plug-ins/common/randomize.c:710 +#: plug-ins/common/ripple.c:596 plug-ins/common/scatter_hsv.c:392 +#: plug-ins/common/sel_gauss.c:246 plug-ins/common/sharpen.c:541 +#: plug-ins/common/shift.c:382 plug-ins/common/smooth_palette.c:404 +#: plug-ins/common/snoise.c:526 plug-ins/common/sobel.c:262 +#: plug-ins/common/sparkle.c:356 plug-ins/common/spheredesigner.c:2236 +#: plug-ins/common/spread.c:380 plug-ins/common/sunras.c:1593 +#: plug-ins/common/tga.c:1463 plug-ins/common/threshold_alpha.c:274 +#: plug-ins/common/tiff.c:1469 plug-ins/common/tile.c:397 +#: plug-ins/common/tileit.c:405 plug-ins/common/uniteditor.c:170 +#: plug-ins/common/unsharp.c:794 plug-ins/common/video.c:2175 +#: plug-ins/common/vpropagate.c:942 plug-ins/common/warp.c:443 +#: plug-ins/common/waves.c:356 plug-ins/common/whirlpinch.c:829 +#: plug-ins/common/wind.c:719 plug-ins/common/wmf.c:938 +#: plug-ins/common/xbm.c:1144 plug-ins/common/xpm.c:815 +#: plug-ins/fits/fits.c:1003 plug-ins/flame/flame.c:624 +#: plug-ins/flame/flame.c:929 plug-ins/fp/fp_gtk.c:913 +#: 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:215 +#: plug-ins/gap/gap_mod_layer.c:145 plug-ins/gap/gap_mov_dialog.c:452 +#: plug-ins/gap/gap_mpege.c:191 plug-ins/gap/gap_resi_dialog.c:149 +#: plug-ins/gdyntext/gdyntext_ui.c:198 plug-ins/gdyntext/gdyntext_ui.c:618 +#: plug-ins/gfig/gfig.c:4105 plug-ins/gfig/gfig.c:4450 +#: plug-ins/gfig/gfig.c:4533 plug-ins/gfig/gfig.c:4879 +#: plug-ins/gflare/gflare.c:2491 plug-ins/gflare/gflare.c:3501 +#: plug-ins/gfli/gfli.c:857 plug-ins/gfli/gfli.c:926 +#: plug-ins/gimpressionist/gimpressionist.c:360 +#: plug-ins/gimpressionist/gimpressionist.c:482 +#: plug-ins/gimpressionist/orientmap.c:626 +#: plug-ins/gimpressionist/presets.c:392 plug-ins/gimpressionist/sizemap.c:485 +#: plug-ins/ifscompose/ifscompose.c:797 +#: plug-ins/imagemap/imap_default_dialog.c:102 plug-ins/maze/maze_face.c:199 +#: plug-ins/mosaic/mosaic.c:548 plug-ins/pagecurl/pagecurl.c:527 +#: plug-ins/print/gimp_main_window.c:597 plug-ins/rcm/rcm_dialog.c:746 +#: plug-ins/sel2path/sel2path.c:347 plug-ins/sgi/sgi.c:655 +#: plug-ins/sinus/sinus.c:753 plug-ins/struc/struc.c:261 +#: plug-ins/webbrowser/webbrowser.c:289 plug-ins/xjt/xjt.c:800 +msgid "OK" +msgstr "Aceptar" + +#. the Action Button +#: plug-ins/AlienMap/AlienMap.c:636 plug-ins/AlienMap2/AlienMap2.c:628 +#: plug-ins/FractalExplorer/Dialogs.c:302 +#: plug-ins/FractalExplorer/FractalExplorer.c:744 +#: plug-ins/FractalExplorer/FractalExplorer.c:859 +#: plug-ins/FractalExplorer/FractalExplorer.c:1478 +#: plug-ins/Lighting/lighting_ui.c:1077 plug-ins/MapObject/mapobject_ui.c:1384 +#: plug-ins/bmp/bmpwrite.c:564 plug-ins/borderaverage/borderaverage.c:403 +#: plug-ins/common/CML_explorer.c:1190 plug-ins/common/CML_explorer.c:2268 +#: plug-ins/common/aa.c:365 plug-ins/common/align_layers.c:422 +#: plug-ins/common/apply_lens.c:406 plug-ins/common/blinds.c:344 +#: plug-ins/common/blur.c:624 plug-ins/common/bumpmap.c:875 +#: plug-ins/common/checkerboard.c:361 plug-ins/common/colorify.c:335 +#: plug-ins/common/colortoalpha.c:425 plug-ins/common/compose.c:787 +#: plug-ins/common/convmatrix.c:814 plug-ins/common/csource.c:672 +#: plug-ins/common/cubism.c:318 plug-ins/common/curve_bend.c:1391 +#: plug-ins/common/decompose.c:864 plug-ins/common/deinterlace.c:280 +#: plug-ins/common/depthmerge.c:663 plug-ins/common/despeckle.c:640 +#: plug-ins/common/destripe.c:574 plug-ins/common/diffraction.c:567 +#: plug-ins/common/displace.c:308 plug-ins/common/edge.c:658 +#: plug-ins/common/emboss.c:537 plug-ins/common/engrave.c:236 +#: plug-ins/common/exchange.c:298 plug-ins/common/film.c:1208 +#: plug-ins/common/flarefx.c:340 plug-ins/common/fractaltrace.c:740 +#: plug-ins/common/gauss_iir.c:354 plug-ins/common/gauss_iir.c:444 +#: plug-ins/common/gauss_rle.c:351 plug-ins/common/gauss_rle.c:441 +#: plug-ins/common/gbr.c:475 plug-ins/common/gicon.c:459 +#: plug-ins/common/gif.c:1157 plug-ins/common/gif.c:1228 +#: plug-ins/common/glasstile.c:239 plug-ins/common/gpb.c:288 +#: plug-ins/common/gqbist.c:661 plug-ins/common/grid.c:577 +#: plug-ins/common/gtm.c:385 plug-ins/common/hot.c:597 +#: plug-ins/common/illusion.c:320 plug-ins/common/iwarp.c:1159 +#: plug-ins/common/jigsaw.c:2318 plug-ins/common/jpeg.c:1611 +#: plug-ins/common/lic.c:1022 plug-ins/common/mail.c:506 +#: plug-ins/common/mapcolor.c:580 plug-ins/common/max_rgb.c:268 +#: plug-ins/common/mblur.c:786 plug-ins/common/newsprint.c:1232 +#: plug-ins/common/nlfilt.c:361 plug-ins/common/noisify.c:335 +#: plug-ins/common/nova.c:366 plug-ins/common/oilify.c:464 +#: plug-ins/common/papertile.c:250 plug-ins/common/pat.c:430 +#: plug-ins/common/pixelize.c:291 plug-ins/common/plasma.c:297 +#: plug-ins/common/png.c:1032 plug-ins/common/pnm.c:952 +#: plug-ins/common/polar.c:945 plug-ins/common/ps.c:2552 +#: plug-ins/common/ps.c:2733 plug-ins/common/psp.c:445 +#: plug-ins/common/randomize.c:712 plug-ins/common/ripple.c:598 +#: plug-ins/common/scatter_hsv.c:394 plug-ins/common/screenshot.c:400 +#: plug-ins/common/sel_gauss.c:248 plug-ins/common/sharpen.c:543 +#: plug-ins/common/shift.c:384 plug-ins/common/smooth_palette.c:406 +#: plug-ins/common/snoise.c:528 plug-ins/common/sobel.c:264 +#: plug-ins/common/sparkle.c:358 plug-ins/common/spheredesigner.c:2240 +#: plug-ins/common/spread.c:382 plug-ins/common/sunras.c:1595 +#: plug-ins/common/tga.c:1465 plug-ins/common/threshold_alpha.c:276 +#: plug-ins/common/tiff.c:1471 plug-ins/common/tile.c:399 +#: plug-ins/common/tileit.c:407 plug-ins/common/uniteditor.c:172 +#: plug-ins/common/unsharp.c:796 plug-ins/common/video.c:2177 +#: plug-ins/common/vpropagate.c:944 plug-ins/common/warp.c:445 +#: plug-ins/common/waves.c:358 plug-ins/common/whirlpinch.c:831 +#: plug-ins/common/wind.c:721 plug-ins/common/wmf.c:940 +#: plug-ins/common/xbm.c:894 plug-ins/common/xbm.c:1146 +#: plug-ins/common/xpm.c:817 plug-ins/fits/fits.c:1005 +#: plug-ins/flame/flame.c:626 plug-ins/flame/flame.c:931 +#: plug-ins/fp/fp_gtk.c:917 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:1012 plug-ins/gap/gap_mod_layer.c:147 +#: plug-ins/gap/gap_mod_layer.c:261 plug-ins/gap/gap_mov_dialog.c:472 +#: 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:3958 plug-ins/gfig/gfig.c:4105 +#: plug-ins/gfig/gfig.c:4452 plug-ins/gfig/gfig.c:4535 +#: plug-ins/gfig/gfig.c:5087 plug-ins/gflare/gflare.c:2493 +#: plug-ins/gflare/gflare.c:3402 plug-ins/gflare/gflare.c:3503 +#: plug-ins/gfli/gfli.c:859 plug-ins/gfli/gfli.c:928 +#: plug-ins/gimpressionist/gimpressionist.c:491 +#: plug-ins/gimpressionist/orientmap.c:640 +#: plug-ins/gimpressionist/presets.c:400 plug-ins/gimpressionist/sizemap.c:499 +#: plug-ins/ifscompose/ifscompose.c:805 +#: plug-ins/imagemap/imap_default_dialog.c:117 plug-ins/maze/maze_face.c:203 +#: plug-ins/mosaic/mosaic.c:550 plug-ins/pagecurl/pagecurl.c:529 +#: plug-ins/print/gimp_main_window.c:212 plug-ins/print/gimp_main_window.c:599 +#: plug-ins/rcm/rcm_dialog.c:748 plug-ins/sel2path/sel2path.c:356 +#: plug-ins/sgi/sgi.c:657 plug-ins/sinus/sinus.c:755 +#: plug-ins/struc/struc.c:263 plug-ins/webbrowser/webbrowser.c:291 +#: plug-ins/winsnap/winsnap.c:920 plug-ins/xjt/xjt.c:802 +msgid "Cancel" +msgstr "Cancelar" + +#. These values are translated for the GUI but also used internally +#. to figure out which button the user pushed, etc. +#. Not my design, please don't blame me -- njl +#: plug-ins/AlienMap/AlienMap.c:675 plug-ins/FractalExplorer/Dialogs.c:689 +#: plug-ins/common/compose.c:120 plug-ins/common/compose.c:124 +#: plug-ins/common/diffraction.c:631 plug-ins/common/diffraction.c:670 +#: plug-ins/common/diffraction.c:709 plug-ins/common/exchange.c:371 +#: plug-ins/common/noisify.c:405 plug-ins/common/noisify.c:438 +#: plug-ins/fp/fp_gtk.c:20 plug-ins/print/gimp_color_window.c:128 +msgid "Red:" +msgstr "Rojo:" + +#: plug-ins/AlienMap/AlienMap.c:678 +msgid "Change intensity of the red channel" +msgstr "Cambiar intensidad del canal rojo" + +#: plug-ins/AlienMap/AlienMap.c:684 plug-ins/FractalExplorer/Dialogs.c:699 +#: plug-ins/common/compose.c:121 plug-ins/common/compose.c:125 +#: plug-ins/common/diffraction.c:640 plug-ins/common/diffraction.c:679 +#: plug-ins/common/diffraction.c:718 plug-ins/common/exchange.c:399 +#: plug-ins/common/noisify.c:415 plug-ins/common/noisify.c:448 +#: plug-ins/fp/fp_gtk.c:21 plug-ins/print/gimp_color_window.c:142 +msgid "Green:" +msgstr "Verde:" + +#: plug-ins/AlienMap/AlienMap.c:687 +msgid "Change intensity of the green channel" +msgstr "Cambiar intensidad del canal verde" + +#: plug-ins/AlienMap/AlienMap.c:693 plug-ins/FractalExplorer/Dialogs.c:709 +#: plug-ins/common/compose.c:122 plug-ins/common/compose.c:126 +#: plug-ins/common/diffraction.c:649 plug-ins/common/diffraction.c:688 +#: plug-ins/common/diffraction.c:727 plug-ins/common/exchange.c:428 +#: plug-ins/common/noisify.c:425 plug-ins/common/noisify.c:458 +#: plug-ins/fp/fp_gtk.c:22 plug-ins/print/gimp_color_window.c:156 +msgid "Blue:" +msgstr "Azul:" + +#: plug-ins/AlienMap/AlienMap.c:696 +msgid "Change intensity of the blue channel" +msgstr "Cambiar intensidad del canal azul" + +#. Redmode toggle box +#: plug-ins/AlienMap/AlienMap.c:702 plug-ins/FractalExplorer/Dialogs.c:729 +#: plug-ins/common/convmatrix.c:82 plug-ins/common/decompose.c:115 +#: plug-ins/common/newsprint.c:394 +msgid "Red" +msgstr "Rojo" + +#: plug-ins/AlienMap/AlienMap.c:706 plug-ins/AlienMap/AlienMap.c:729 +#: plug-ins/AlienMap/AlienMap.c:752 plug-ins/FractalExplorer/Dialogs.c:733 +#: plug-ins/FractalExplorer/Dialogs.c:774 +#: plug-ins/FractalExplorer/Dialogs.c:815 plug-ins/common/ripple.c:682 +msgid "Sine" +msgstr "Seno" + +#: plug-ins/AlienMap/AlienMap.c:707 plug-ins/AlienMap/AlienMap.c:730 +#: plug-ins/AlienMap/AlienMap.c:753 plug-ins/FractalExplorer/Dialogs.c:735 +#: plug-ins/FractalExplorer/Dialogs.c:776 +#: plug-ins/FractalExplorer/Dialogs.c:817 +msgid "Cosine" +msgstr "Coseno" + +#: plug-ins/AlienMap/AlienMap.c:708 plug-ins/AlienMap/AlienMap.c:731 +#: plug-ins/AlienMap/AlienMap.c:754 plug-ins/FractalExplorer/Dialogs.c:737 +#: plug-ins/FractalExplorer/Dialogs.c:778 +#: plug-ins/FractalExplorer/Dialogs.c:819 plug-ins/common/CML_explorer.c:167 +#: plug-ins/common/align_layers.c:447 plug-ins/common/align_layers.c:480 +#: plug-ins/common/ps.c:2657 plug-ins/common/ps.c:2670 +#: plug-ins/common/psp.c:460 plug-ins/common/tiff.c:1490 +#: plug-ins/fits/fits.c:1048 plug-ins/gap/gap_mov_dialog.c:276 +msgid "None" +msgstr "Ninguno" + +#: plug-ins/AlienMap/AlienMap.c:713 +msgid "Use sine-function for red component." +msgstr "Usar función seno para componente roja." + +#: plug-ins/AlienMap/AlienMap.c:715 +msgid "Use cosine-function for red component." +msgstr "Usar función coseno para componente roja." + +#: plug-ins/AlienMap/AlienMap.c:717 +msgid "Red channel: use linear mapping instead of any trigonometrical function" +msgstr "Canal rojo: usar proyección lineal en vez de funciones trigonométricas" + +#. Greenmode toggle box +#: plug-ins/AlienMap/AlienMap.c:725 plug-ins/FractalExplorer/Dialogs.c:770 +#: plug-ins/common/convmatrix.c:83 plug-ins/common/decompose.c:116 +#: plug-ins/common/newsprint.c:402 +msgid "Green" +msgstr "Verde" + +#: plug-ins/AlienMap/AlienMap.c:736 +msgid "Use sine-function for green component." +msgstr "Usar función seno para componente verde." + +#: plug-ins/AlienMap/AlienMap.c:738 +msgid "Use cosine-function for green component." +msgstr "Usar función coseno para componente verde." + +#: plug-ins/AlienMap/AlienMap.c:740 +msgid "" +"Green channel: use linear mapping instead of any trigonometrical function" +msgstr "" +"Canal verde: usar proyección lineal en vez de funciones trigonométricas" + +#. Bluemode toggle box +#: plug-ins/AlienMap/AlienMap.c:748 plug-ins/FractalExplorer/Dialogs.c:811 +#: plug-ins/common/convmatrix.c:84 plug-ins/common/decompose.c:117 +#: plug-ins/common/newsprint.c:410 +msgid "Blue" +msgstr "Azul" + +#: plug-ins/AlienMap/AlienMap.c:759 +msgid "Use sine-function for blue component." +msgstr "Usar función seno para componente azul." + +#: plug-ins/AlienMap/AlienMap.c:761 +msgid "Use cosine-function for blue component." +msgstr "Usar función coseno para componente azul." + +#: plug-ins/AlienMap/AlienMap.c:763 +msgid "" +"Blue channel: use linear mapping instead of any trigonometrical function" +msgstr "Canal azul: usar proyección lineal en vez de funciones trigonométricas" + +#: plug-ins/AlienMap/AlienMap.c:893 +msgid "About AlienMap" +msgstr "Acerca de Mapa Alien" + +#: plug-ins/AlienMap2/AlienMap2.c:205 +msgid "/Filters/Colors/Map/Alien Map 2..." +msgstr "" + +#: plug-ins/AlienMap2/AlienMap2.c:380 +#, fuzzy +msgid "AlienMap2: Transforming..." +msgstr "Mapa Alien: Transformando ..." + +#: plug-ins/AlienMap2/AlienMap2.c:619 +msgid "AlienMap2" +msgstr "" + +#: plug-ins/AlienMap2/AlienMap2.c:668 +msgid "R/H-Frequency:" +msgstr "" + +#: plug-ins/AlienMap2/AlienMap2.c:671 +msgid "Change frequency of the red/hue channel" +msgstr "" + +#: plug-ins/AlienMap2/AlienMap2.c:678 +msgid "R/H-Phaseshift:" +msgstr "" + +#: plug-ins/AlienMap2/AlienMap2.c:681 +msgid "Change angle of the red/hue channel" +msgstr "" + +#: plug-ins/AlienMap2/AlienMap2.c:688 +msgid "G/S-Frequency:" +msgstr "" + +#: plug-ins/AlienMap2/AlienMap2.c:691 +msgid "Change frequency of the green/saturation channel" +msgstr "" + +#: plug-ins/AlienMap2/AlienMap2.c:698 +msgid "G/S-Phaseshift:" +msgstr "" + +#: plug-ins/AlienMap2/AlienMap2.c:701 +msgid "Change angle of the green/saturation channel" +msgstr "" + +#: plug-ins/AlienMap2/AlienMap2.c:708 +msgid "B/L-Frequency:" +msgstr "" + +#: plug-ins/AlienMap2/AlienMap2.c:711 +msgid "Change frequency of the blue/luminance channel" +msgstr "" + +#: plug-ins/AlienMap2/AlienMap2.c:718 +msgid "B/L-Phaseshift:" +msgstr "" + +#: plug-ins/AlienMap2/AlienMap2.c:721 +msgid "Change angle of the blue/luminance channel" +msgstr "" + +#. * Gray: Operation-Mode * +#: plug-ins/AlienMap2/AlienMap2.c:729 plug-ins/common/deinterlace.c:295 +#: plug-ins/common/hot.c:623 plug-ins/common/waves.c:381 +#: plug-ins/rcm/rcm_dialog.c:471 +msgid "Mode" +msgstr "Modo" + +#: plug-ins/AlienMap2/AlienMap2.c:733 +msgid "RGB Color Model" +msgstr "" + +#: plug-ins/AlienMap2/AlienMap2.c:734 +msgid "HSL Color Model" +msgstr "" + +#: plug-ins/AlienMap2/AlienMap2.c:746 +msgid "Modify Red/Hue Channel" +msgstr "" + +#: plug-ins/AlienMap2/AlienMap2.c:753 +msgid "Use function for red/hue component" +msgstr "" + +#: plug-ins/AlienMap2/AlienMap2.c:756 +msgid "Modify Green/Saturation Channel" +msgstr "" + +#: plug-ins/AlienMap2/AlienMap2.c:764 +msgid "Use function for green/saturation component" +msgstr "" + +#: plug-ins/AlienMap2/AlienMap2.c:767 +msgid "Modify Blue/Luminance Channel" +msgstr "" + +#: plug-ins/AlienMap2/AlienMap2.c:775 +msgid "Use function for blue/luminance component" +msgstr "" + +#: plug-ins/AlienMap2/AlienMap2.c:907 +msgid "About AlienMap2" +msgstr "" + +#. Preview +#: plug-ins/FractalExplorer/Dialogs.c:324 plug-ins/Lighting/lighting_ui.c:1093 +#: plug-ins/MapObject/mapobject_ui.c:1399 plug-ins/common/CML_explorer.c:1214 +#: plug-ins/common/blinds.c:362 plug-ins/common/curve_bend.c:1523 +#: plug-ins/common/destripe.c:597 plug-ins/common/emboss.c:762 +#: plug-ins/common/exchange.c:313 plug-ins/common/fractaltrace.c:759 +#: plug-ins/common/iwarp.c:1173 plug-ins/common/mapcolor.c:596 +#: plug-ins/common/nlfilt.c:586 plug-ins/common/polar.c:964 +#: plug-ins/common/ps.c:2869 plug-ins/common/sharpen.c:567 +#: plug-ins/common/spheredesigner.c:2258 plug-ins/common/tileit.c:426 +#: plug-ins/common/waves.c:593 plug-ins/common/whirlpinch.c:847 +#: plug-ins/flame/flame.c:949 plug-ins/gfig/gfig.c:3981 +#: plug-ins/gflare/gflare.c:2518 plug-ins/gflare/gflare.c:3526 +#: plug-ins/gimpressionist/orientmap.c:502 +#: plug-ins/gimpressionist/preview.c:106 plug-ins/gimpressionist/sizemap.c:402 +#: plug-ins/ifscompose/ifscompose.c:912 +#: plug-ins/imagemap/imap_edit_area_info.c:287 +#: plug-ins/imagemap/imap_grid.c:232 plug-ins/print/gimp_main_window.c:237 +#: plug-ins/rcm/rcm_dialog.c:115 plug-ins/rcm/rcm_dialog.c:627 +#: plug-ins/sinus/sinus.c:1184 +msgid "Preview" +msgstr "Vista previa" + +#: plug-ins/FractalExplorer/Dialogs.c:368 +msgid "Realtime Preview" +msgstr "" + +#: plug-ins/FractalExplorer/Dialogs.c:375 +msgid "If you enable this option the preview will be redrawn automatically" +msgstr "" + +#: plug-ins/FractalExplorer/Dialogs.c:378 +msgid "Redraw" +msgstr "" + +#: plug-ins/FractalExplorer/Dialogs.c:384 +msgid "Redraw preview" +msgstr "" + +#. Zoom Options +#: plug-ins/FractalExplorer/Dialogs.c:387 +msgid "Zoom Options" +msgstr "" + +#: plug-ins/FractalExplorer/Dialogs.c:397 +msgid "Undo Zoom" +msgstr "" + +#: plug-ins/FractalExplorer/Dialogs.c:403 +msgid "Undo last zoom" +msgstr "" + +#: plug-ins/FractalExplorer/Dialogs.c:405 +msgid "Redo Zoom" +msgstr "" + +#: plug-ins/FractalExplorer/Dialogs.c:411 +msgid "Redo last zoom" +msgstr "" + +#: plug-ins/FractalExplorer/Dialogs.c:413 +msgid "Step In" +msgstr "" + +#: plug-ins/FractalExplorer/Dialogs.c:420 +msgid "Step Out" +msgstr "" + +#. +#. * Scales +#. +#: plug-ins/FractalExplorer/Dialogs.c:437 plug-ins/gflare/gflare.c:2921 +#: plug-ins/gflare/gflare.c:3762 plug-ins/gflare/gflare.c:3872 +#: plug-ins/gflare/gflare.c:4014 +msgid "Parameters" +msgstr "" + +#: plug-ins/FractalExplorer/Dialogs.c:440 +msgid "Fractal Parameters" +msgstr "" + +#: plug-ins/FractalExplorer/Dialogs.c:454 +msgid "XMIN:" +msgstr "" + +#: plug-ins/FractalExplorer/Dialogs.c:457 +msgid "Change the first (minimal) x-coordinate delimitation" +msgstr "" + +#: plug-ins/FractalExplorer/Dialogs.c:465 +msgid "XMAX:" +msgstr "" + +#: plug-ins/FractalExplorer/Dialogs.c:468 +msgid "Change the second (maximal) x-coordinate delimitation" +msgstr "" + +#: plug-ins/FractalExplorer/Dialogs.c:476 +msgid "YMIN:" +msgstr "" + +#: plug-ins/FractalExplorer/Dialogs.c:479 +msgid "Change the first (minimal) y-coordinate delimitation" +msgstr "" + +#: plug-ins/FractalExplorer/Dialogs.c:487 +msgid "YMAX:" +msgstr "" + +#: plug-ins/FractalExplorer/Dialogs.c:490 +msgid "Change the second (maximal) y-coordinate delimitation" +msgstr "" + +#: plug-ins/FractalExplorer/Dialogs.c:498 +msgid "ITER:" +msgstr "" + +#: plug-ins/FractalExplorer/Dialogs.c:501 +msgid "" +"Change the iteration value. The higher it is, the more details will be " +"calculated, which will take more time" +msgstr "" + +#: plug-ins/FractalExplorer/Dialogs.c:510 +msgid "CX:" +msgstr "" + +#: plug-ins/FractalExplorer/Dialogs.c:513 +msgid "" +"Change the CX value (changes aspect of fractal, active with every fractal " +"but Mandelbrot and Sierpinski)" +msgstr "" + +#: plug-ins/FractalExplorer/Dialogs.c:522 +msgid "CY:" +msgstr "" + +#: plug-ins/FractalExplorer/Dialogs.c:525 +msgid "" +"Change the CY value (changes aspect of fractal, active with every fractal " +"but Mandelbrot and Sierpinski)" +msgstr "" + +#: plug-ins/FractalExplorer/Dialogs.c:536 plug-ins/common/CML_explorer.c:1241 +#: plug-ins/common/gqbist.c:705 plug-ins/common/spheredesigner.c:2333 +#: plug-ins/gfig/gfig.c:3556 +msgid "Load" +msgstr "Cargar" + +#: plug-ins/FractalExplorer/Dialogs.c:542 +msgid "Load a fractal from file" +msgstr "" + +#: plug-ins/FractalExplorer/Dialogs.c:544 plug-ins/common/convmatrix.c:812 +#: plug-ins/common/curve_bend.c:1381 plug-ins/common/iwarp.c:1157 +#: plug-ins/common/sample_colorize.c:1388 +#: plug-ins/common/spheredesigner.c:2238 plug-ins/common/tileit.c:486 +#: plug-ins/fp/fp_gtk.c:915 plug-ins/gimpressionist/preview.c:124 +#: plug-ins/ifscompose/ifscompose.c:803 +msgid "Reset" +msgstr "Reset" + +#: plug-ins/FractalExplorer/Dialogs.c:550 +msgid "Reset parameters to default values" +msgstr "" + +#: plug-ins/FractalExplorer/Dialogs.c:553 plug-ins/common/CML_explorer.c:1234 +#: plug-ins/common/gqbist.c:713 plug-ins/common/spheredesigner.c:2340 +#: plug-ins/gfig/gfig.c:3952 plug-ins/gfig/gfig.c:5322 +#: plug-ins/imagemap/imap_menu.c:218 plug-ins/imagemap/imap_toolbar.c:112 +msgid "Save" +msgstr "Guardar" + +#: plug-ins/FractalExplorer/Dialogs.c:559 +msgid "Save active fractal to file" +msgstr "" + +#. Fractal type toggle box +#: plug-ins/FractalExplorer/Dialogs.c:562 +msgid "Fractal Type" +msgstr "" + +#: plug-ins/FractalExplorer/Dialogs.c:575 +msgid "Mandelbrot" +msgstr "" + +#: plug-ins/FractalExplorer/Dialogs.c:577 +msgid "Julia" +msgstr "" + +#: plug-ins/FractalExplorer/Dialogs.c:579 +msgid "Barnsley 1" +msgstr "" + +#: plug-ins/FractalExplorer/Dialogs.c:581 +msgid "Barnsley 2" +msgstr "" + +#: plug-ins/FractalExplorer/Dialogs.c:583 +msgid "Barnsley 3" +msgstr "" + +#: plug-ins/FractalExplorer/Dialogs.c:585 +msgid "Spider" +msgstr "" + +#: plug-ins/FractalExplorer/Dialogs.c:587 +msgid "Man'o'war" +msgstr "" + +#: plug-ins/FractalExplorer/Dialogs.c:589 +msgid "Lambda" +msgstr "" + +#: plug-ins/FractalExplorer/Dialogs.c:591 +msgid "Sierpinski" +msgstr "" + +#: plug-ins/FractalExplorer/Dialogs.c:637 +#: plug-ins/imagemap/imap_preferences.c:542 plug-ins/sinus/sinus.c:910 +#: plug-ins/sinus/sinus.c:928 plug-ins/sinus/sinus.c:1014 +msgid "Colors" +msgstr "" + +#. Number of Colors frame +#: plug-ins/FractalExplorer/Dialogs.c:641 +#: plug-ins/borderaverage/borderaverage.c:439 plug-ins/gap/gap_range_ops.c:344 +msgid "Number of Colors" +msgstr "" + +#: plug-ins/FractalExplorer/Dialogs.c:654 +msgid "Number of Colors:" +msgstr "" + +#: plug-ins/FractalExplorer/Dialogs.c:657 +msgid "Change the number of colors in the mapping" +msgstr "" + +#: plug-ins/FractalExplorer/Dialogs.c:664 +msgid "Use loglog Smoothing" +msgstr "" + +#: plug-ins/FractalExplorer/Dialogs.c:671 +msgid "Use log log smoothing to eliminate \"banding\" in the result" +msgstr "" + +#. Color Density frame +#: plug-ins/FractalExplorer/Dialogs.c:675 +msgid "Color Density" +msgstr "" + +#: plug-ins/FractalExplorer/Dialogs.c:692 +msgid "Change the intensity of the red channel" +msgstr "" + +#: plug-ins/FractalExplorer/Dialogs.c:702 +msgid "Change the intensity of the green channel" +msgstr "" + +#: plug-ins/FractalExplorer/Dialogs.c:712 +msgid "Change the intensity of the blue channel" +msgstr "" + +#. Color Function frame +#: plug-ins/FractalExplorer/Dialogs.c:718 +msgid "Color Function" +msgstr "" + +#: plug-ins/FractalExplorer/Dialogs.c:742 +#: plug-ins/FractalExplorer/Dialogs.c:783 +#: plug-ins/FractalExplorer/Dialogs.c:824 +msgid "Use sine-function for this color component" +msgstr "" + +#: plug-ins/FractalExplorer/Dialogs.c:745 +#: plug-ins/FractalExplorer/Dialogs.c:786 +#: plug-ins/FractalExplorer/Dialogs.c:827 +msgid "Use cosine-function for this color component" +msgstr "" + +#: plug-ins/FractalExplorer/Dialogs.c:748 +#: plug-ins/FractalExplorer/Dialogs.c:789 +#: plug-ins/FractalExplorer/Dialogs.c:830 +msgid "" +"Use linear mapping instead of any trigonometrical function for this color " +"channel" +msgstr "" + +#: plug-ins/FractalExplorer/Dialogs.c:757 +#: plug-ins/FractalExplorer/Dialogs.c:798 +#: plug-ins/FractalExplorer/Dialogs.c:839 +msgid "Inversion" +msgstr "" + +#: plug-ins/FractalExplorer/Dialogs.c:765 +#: plug-ins/FractalExplorer/Dialogs.c:806 +#: plug-ins/FractalExplorer/Dialogs.c:847 +msgid "" +"If you enable this option higher color values will be swapped with lower " +"ones and vice versa" +msgstr "" + +#. Colormode toggle box +#: plug-ins/FractalExplorer/Dialogs.c:852 +msgid "Color Mode" +msgstr "" + +#: plug-ins/FractalExplorer/Dialogs.c:863 +msgid "As Specified above" +msgstr "" + +#: plug-ins/FractalExplorer/Dialogs.c:874 +msgid "" +"Create a color-map with the options you specified above (color " +"density/function). The result is visible in the preview image" +msgstr "" + +#: plug-ins/FractalExplorer/Dialogs.c:884 +msgid "Apply Active Gradient to Final Image" +msgstr "" + +#: plug-ins/FractalExplorer/Dialogs.c:895 +msgid "Create a color-map using a gradient from the gradient editor" +msgstr "" + +#: plug-ins/FractalExplorer/Dialogs.c:900 +msgid "FractalExplorer Gradient" +msgstr "" + +#: plug-ins/FractalExplorer/Dialogs.c:932 +msgid "Fractals" +msgstr "" + +#: plug-ins/FractalExplorer/Dialogs.c:1582 plug-ins/gfig/gfig.c:1492 +#, fuzzy, c-format +msgid "Error opening: %s" +msgstr "error al abrir: \"%s\"\n" + +#: plug-ins/FractalExplorer/Dialogs.c:1584 plug-ins/gfig/gfig.c:1494 +#, fuzzy +msgid "Could not save." +msgstr "(no pude hacer la Vista previa)" + +#: plug-ins/FractalExplorer/Dialogs.c:1600 +msgid "Failed to write file\n" +msgstr "" + +#: plug-ins/FractalExplorer/Dialogs.c:1622 +msgid "Save: No filename given" +msgstr "" + +#. Can't save to directory +#: plug-ins/FractalExplorer/Dialogs.c:1632 +msgid "Save: Can't save to a directory" +msgstr "" + +#: plug-ins/FractalExplorer/Dialogs.c:1681 +msgid "Load Fractal Parameters" +msgstr "" + +#: plug-ins/FractalExplorer/Dialogs.c:1692 +msgid "Click here to load your file" +msgstr "" + +#: plug-ins/FractalExplorer/Dialogs.c:1698 +msgid "Click here to cancel load procedure" +msgstr "" + +#: plug-ins/FractalExplorer/Dialogs.c:1716 +msgid "Save Fractal Parameters" +msgstr "" + +#: plug-ins/FractalExplorer/Dialogs.c:1728 +msgid "Click here to save your file" +msgstr "" + +#: plug-ins/FractalExplorer/Dialogs.c:1735 +msgid "Click here to cancel save procedure" +msgstr "" + +#: plug-ins/FractalExplorer/Dialogs.c:1998 +#: plug-ins/FractalExplorer/FractalExplorer.c:1264 +#, c-format +msgid "File '%s' is not a FractalExplorer file" +msgstr "" + +#: plug-ins/FractalExplorer/Dialogs.c:2003 +#: plug-ins/FractalExplorer/FractalExplorer.c:1272 +#, c-format +msgid "" +"File '%s' is corrupt.\n" +"Line %d Option section incorrect" +msgstr "" + +#: plug-ins/FractalExplorer/FractalExplorer.c:216 +msgid "/Filters/Render/Pattern/Fractal Explorer..." +msgstr "" + +#: plug-ins/FractalExplorer/FractalExplorer.c:355 +msgid "Rendering Fractal..." +msgstr "" + +#: plug-ins/FractalExplorer/FractalExplorer.c:735 plug-ins/gfig/gfig.c:5078 +#: plug-ins/gflare/gflare.c:3393 +#, c-format +msgid "" +"Are you sure you want to delete\n" +"\"%s\" from the list and from disk?" +msgstr "" +"¿Está seguro de que quiere borrar\n" +"\"%s\" de la lista y del disco?" + +#: plug-ins/FractalExplorer/FractalExplorer.c:739 +msgid "Delete Fractal" +msgstr "" + +#: plug-ins/FractalExplorer/FractalExplorer.c:744 +#: plug-ins/FractalExplorer/FractalExplorer.c:1411 plug-ins/gfig/gfig.c:3576 +#: plug-ins/gfig/gfig.c:5087 plug-ins/gflare/gflare.c:3126 +#: plug-ins/gflare/gflare.c:3402 plug-ins/gimpressionist/presets.c:648 +#: plug-ins/ifscompose/ifscompose.c:801 plug-ins/imagemap/imap_cmd_delete.c:53 +#: plug-ins/imagemap/imap_selection.c:175 +msgid "Delete" +msgstr "Borrar" + +#: plug-ins/FractalExplorer/FractalExplorer.c:829 +msgid "Edit fractal name" +msgstr "" + +#: plug-ins/FractalExplorer/FractalExplorer.c:840 +msgid "Fractal name:" +msgstr "" + +#: plug-ins/FractalExplorer/FractalExplorer.c:881 +msgid "New Fractal" +msgstr "" + +#: plug-ins/FractalExplorer/FractalExplorer.c:1159 +#, c-format +msgid "" +"No fractalexplorer-path in gimprc:\n" +"You need to add an entry like\n" +"(fractalexplorer-path \"%s\")\n" +"to your %s file." +msgstr "" + +#: plug-ins/FractalExplorer/FractalExplorer.c:1177 +msgid "" +"fractalexplorer-path misconfigured - the following directories were not found" +msgstr "" + +#: plug-ins/FractalExplorer/FractalExplorer.c:1353 +msgid "My first fractal" +msgstr "" + +#: plug-ins/FractalExplorer/FractalExplorer.c:1370 +msgid "Choose Fractal by double-clicking on it" +msgstr "" + +#. Put buttons in +#: plug-ins/FractalExplorer/FractalExplorer.c:1401 plug-ins/gfig/gfig.c:3545 +msgid "Rescan" +msgstr "" + +#: plug-ins/FractalExplorer/FractalExplorer.c:1408 +msgid "Select directory and rescan collection" +msgstr "" + +#: plug-ins/FractalExplorer/FractalExplorer.c:1419 +msgid "Delete currently selected fractal" +msgstr "" + +#. the dialog +#: plug-ins/FractalExplorer/FractalExplorer.c:1471 +msgid "Rescan for Fractals" +msgstr "" + +#: plug-ins/FractalExplorer/FractalExplorer.c:1489 +msgid "Add FractalExplorer Path" +msgstr "" + +#: plug-ins/Lighting/lighting_main.c:170 +msgid "/Filters/Light Effects/Lighting Effects..." +msgstr "" + +#: plug-ins/Lighting/lighting_ui.c:147 plug-ins/Lighting/lighting_ui.c:1029 +#: plug-ins/common/spheredesigner.c:2612 +msgid "Bump" +msgstr "" + +#: plug-ins/Lighting/lighting_ui.c:174 plug-ins/Lighting/lighting_ui.c:1037 +msgid "Env" +msgstr "" + +#. General options +#: plug-ins/Lighting/lighting_ui.c:393 plug-ins/MapObject/mapobject_ui.c:532 +msgid "General Options" +msgstr "" + +#: plug-ins/Lighting/lighting_ui.c:402 +msgid "Use Bump Mapping" +msgstr "" + +#: plug-ins/Lighting/lighting_ui.c:412 +msgid "Enable/disable bump-mapping (image depth)" +msgstr "" + +#: plug-ins/Lighting/lighting_ui.c:415 +msgid "Use Environment Mapping" +msgstr "" + +#: plug-ins/Lighting/lighting_ui.c:425 +msgid "Enable/disable environment mapping (reflection)" +msgstr "" + +#: plug-ins/Lighting/lighting_ui.c:428 plug-ins/MapObject/mapobject_ui.c:565 +msgid "Transparent Background" +msgstr "" + +#: plug-ins/Lighting/lighting_ui.c:438 +msgid "Make destination image transparent where bump height is zero" +msgstr "" + +#: plug-ins/Lighting/lighting_ui.c:441 plug-ins/MapObject/mapobject_ui.c:590 +#: plug-ins/common/tile.c:435 +msgid "Create New Image" +msgstr "" + +#: plug-ins/Lighting/lighting_ui.c:451 plug-ins/MapObject/mapobject_ui.c:600 +msgid "Create a new image when applying filter" +msgstr "" + +#: plug-ins/Lighting/lighting_ui.c:453 +msgid "High Preview Quality" +msgstr "" + +#: plug-ins/Lighting/lighting_ui.c:463 +msgid "Enable/disable high quality previews" +msgstr "" + +#: plug-ins/Lighting/lighting_ui.c:465 plug-ins/MapObject/mapobject_ui.c:602 +msgid "Enable Tooltips" +msgstr "" + +#: plug-ins/Lighting/lighting_ui.c:475 plug-ins/MapObject/mapobject_ui.c:611 +msgid "Enable/disable tooltip messages" +msgstr "" + +#. Antialiasing options +#: plug-ins/Lighting/lighting_ui.c:479 plug-ins/MapObject/mapobject_ui.c:615 +msgid "Antialiasing Options" +msgstr "" + +#: plug-ins/Lighting/lighting_ui.c:488 plug-ins/MapObject/mapobject_ui.c:624 +msgid "Enable Antialiasing" +msgstr "" + +#: plug-ins/Lighting/lighting_ui.c:498 plug-ins/MapObject/mapobject_ui.c:634 +msgid "Enable/disable jagged edges removal (antialiasing)" +msgstr "" + +#: plug-ins/Lighting/lighting_ui.c:511 plug-ins/MapObject/mapobject_ui.c:647 +#: plug-ins/common/bumpmap.c:1066 plug-ins/common/emboss.c:602 +#: plug-ins/struc/struc.c:304 +msgid "Depth:" +msgstr "" + +#: plug-ins/Lighting/lighting_ui.c:514 plug-ins/MapObject/mapobject_ui.c:650 +msgid "Antialiasing quality. Higher is better, but slower" +msgstr "" + +#: plug-ins/Lighting/lighting_ui.c:526 plug-ins/MapObject/mapobject_ui.c:662 +msgid "Treshold:" +msgstr "" + +#: plug-ins/Lighting/lighting_ui.c:530 plug-ins/MapObject/mapobject_ui.c:666 +msgid "Stop when pixel differences are smaller than this value" +msgstr "" + +#: plug-ins/Lighting/lighting_ui.c:556 plug-ins/MapObject/mapobject_ui.c:692 +msgid "Light Settings" +msgstr "" + +#: plug-ins/Lighting/lighting_ui.c:571 plug-ins/MapObject/mapobject_ui.c:706 +msgid "Point Light" +msgstr "" + +#: plug-ins/Lighting/lighting_ui.c:573 plug-ins/MapObject/mapobject_ui.c:708 +msgid "Directional Light" +msgstr "" + +#: plug-ins/Lighting/lighting_ui.c:575 +msgid "Spot Light" +msgstr "" + +#: plug-ins/Lighting/lighting_ui.c:577 plug-ins/MapObject/mapobject_ui.c:710 +msgid "No Light" +msgstr "" + +#: plug-ins/Lighting/lighting_ui.c:582 plug-ins/MapObject/mapobject_ui.c:715 +msgid "Lightsource Type:" +msgstr "" + +#: plug-ins/Lighting/lighting_ui.c:585 plug-ins/MapObject/mapobject_ui.c:718 +msgid "Type of light source to apply" +msgstr "" + +#: plug-ins/Lighting/lighting_ui.c:587 plug-ins/MapObject/mapobject_ui.c:720 +msgid "Select Lightsource Color" +msgstr "" + +#: plug-ins/Lighting/lighting_ui.c:591 plug-ins/MapObject/mapobject_ui.c:724 +msgid "Lightsource Color:" +msgstr "" + +#: plug-ins/Lighting/lighting_ui.c:595 plug-ins/MapObject/mapobject_ui.c:728 +msgid "Set light source color" +msgstr "" + +#: plug-ins/Lighting/lighting_ui.c:597 plug-ins/MapObject/mapobject_ui.c:730 +#: plug-ins/MapObject/mapobject_ui.c:1028 +msgid "Position" +msgstr "" + +#. X +#. table col, row +#: plug-ins/Lighting/lighting_ui.c:614 plug-ins/Lighting/lighting_ui.c:666 +#: plug-ins/MapObject/mapobject_ui.c:747 plug-ins/MapObject/mapobject_ui.c:799 +#: plug-ins/MapObject/mapobject_ui.c:1040 +#: plug-ins/MapObject/mapobject_ui.c:1084 plug-ins/common/flarefx.c:745 +#: plug-ins/common/nova.c:494 plug-ins/common/papertile.c:283 +#: plug-ins/flame/flame.c:1198 plug-ins/flame/flame.c:1211 +#: plug-ins/gap/gap_mov_dialog.c:1557 plug-ins/gflare/gflare.c:2900 +#: plug-ins/ifscompose/ifscompose.c:512 +msgid "X:" +msgstr "X:" + +#: plug-ins/Lighting/lighting_ui.c:621 plug-ins/MapObject/mapobject_ui.c:754 +msgid "Light source X position in XYZ space" +msgstr "" + +#. Y +#. table col, row +#: plug-ins/Lighting/lighting_ui.c:627 plug-ins/Lighting/lighting_ui.c:678 +#: plug-ins/MapObject/mapobject_ui.c:760 plug-ins/MapObject/mapobject_ui.c:811 +#: plug-ins/MapObject/mapobject_ui.c:1051 +#: plug-ins/MapObject/mapobject_ui.c:1093 +#: plug-ins/MapObject/mapobject_ui.c:1189 plug-ins/common/flarefx.c:763 +#: plug-ins/common/nova.c:512 plug-ins/common/papertile.c:292 +#: plug-ins/common/xbm.c:1237 plug-ins/gap/gap_mov_dialog.c:1575 +#: plug-ins/gflare/gflare.c:2904 plug-ins/ifscompose/ifscompose.c:526 +msgid "Y:" +msgstr "Y:" + +#: plug-ins/Lighting/lighting_ui.c:634 plug-ins/MapObject/mapobject_ui.c:767 +msgid "Light source Y position in XYZ space" +msgstr "" + +#: plug-ins/Lighting/lighting_ui.c:640 plug-ins/Lighting/lighting_ui.c:690 +#: plug-ins/MapObject/mapobject_ui.c:773 plug-ins/MapObject/mapobject_ui.c:823 +#: plug-ins/MapObject/mapobject_ui.c:1062 +#: plug-ins/MapObject/mapobject_ui.c:1102 +#: plug-ins/MapObject/mapobject_ui.c:1200 +msgid "Z:" +msgstr "" + +#: plug-ins/Lighting/lighting_ui.c:647 plug-ins/MapObject/mapobject_ui.c:780 +msgid "Light source Z position in XYZ space" +msgstr "" + +#: plug-ins/Lighting/lighting_ui.c:650 plug-ins/MapObject/mapobject_ui.c:783 +msgid "Direction Vector" +msgstr "" + +#: plug-ins/Lighting/lighting_ui.c:673 plug-ins/MapObject/mapobject_ui.c:806 +msgid "Light source X direction in XYZ space" +msgstr "" + +#: plug-ins/Lighting/lighting_ui.c:685 plug-ins/MapObject/mapobject_ui.c:818 +msgid "Light source Y direction in XYZ space" +msgstr "" + +#: plug-ins/Lighting/lighting_ui.c:697 plug-ins/MapObject/mapobject_ui.c:830 +msgid "Light source Z direction in XYZ space" +msgstr "" + +#: plug-ins/Lighting/lighting_ui.c:722 plug-ins/MapObject/mapobject_ui.c:855 +msgid "Intensity Levels" +msgstr "" + +#: plug-ins/Lighting/lighting_ui.c:740 plug-ins/MapObject/mapobject_ui.c:873 +#: plug-ins/common/bumpmap.c:1106 +msgid "Ambient:" +msgstr "" + +#: plug-ins/Lighting/lighting_ui.c:753 plug-ins/MapObject/mapobject_ui.c:886 +msgid "Amount of original color to show where no direct light falls" +msgstr "" + +#: plug-ins/Lighting/lighting_ui.c:765 plug-ins/Lighting/lighting_ui.c:804 +#: plug-ins/MapObject/mapobject_ui.c:898 plug-ins/MapObject/mapobject_ui.c:937 +msgid "Diffuse:" +msgstr "" + +#: plug-ins/Lighting/lighting_ui.c:778 plug-ins/MapObject/mapobject_ui.c:911 +msgid "Intensity of original color when lit by a light source" +msgstr "" + +#: plug-ins/Lighting/lighting_ui.c:786 plug-ins/MapObject/mapobject_ui.c:919 +msgid "Reflectivity" +msgstr "" + +#: plug-ins/Lighting/lighting_ui.c:817 plug-ins/MapObject/mapobject_ui.c:950 +msgid "Higher values makes the object reflect more light (appear lighter)" +msgstr "" + +#: plug-ins/Lighting/lighting_ui.c:829 plug-ins/MapObject/mapobject_ui.c:962 +msgid "Specular:" +msgstr "" + +#: plug-ins/Lighting/lighting_ui.c:842 plug-ins/MapObject/mapobject_ui.c:975 +msgid "Controls how intense the highlights will be" +msgstr "" + +#: plug-ins/Lighting/lighting_ui.c:854 plug-ins/MapObject/mapobject_ui.c:987 +#: plug-ins/common/jigsaw.c:2397 +msgid "Highlight:" +msgstr "" + +#: plug-ins/Lighting/lighting_ui.c:867 plug-ins/MapObject/mapobject_ui.c:1000 +msgid "Higher values makes the highlights more focused" +msgstr "" + +#: plug-ins/Lighting/lighting_ui.c:895 +msgid "Bumpmap Settings" +msgstr "" + +#: plug-ins/Lighting/lighting_ui.c:911 +msgid "Bumpmap Image:" +msgstr "" + +#: plug-ins/Lighting/lighting_ui.c:919 plug-ins/common/mblur.c:805 +#: plug-ins/flame/flame.c:714 plug-ins/sinus/sinus.c:1039 +msgid "Linear" +msgstr "Lineal" + +#: plug-ins/Lighting/lighting_ui.c:920 +msgid "Logarithmic" +msgstr "" + +#: plug-ins/Lighting/lighting_ui.c:921 plug-ins/flame/flame.c:715 +msgid "Sinusoidal" +msgstr "Senoidal" + +#: plug-ins/Lighting/lighting_ui.c:922 plug-ins/flame/flame.c:716 +msgid "Spherical" +msgstr "" + +#: plug-ins/Lighting/lighting_ui.c:926 +msgid "Curve:" +msgstr "" + +#: plug-ins/Lighting/lighting_ui.c:932 +msgid "Minimum Height:" +msgstr "" + +#: plug-ins/Lighting/lighting_ui.c:941 +msgid "Maximum Height:" +msgstr "" + +#: plug-ins/Lighting/lighting_ui.c:947 +msgid "Autostretch to Fit Value Range" +msgstr "" + +#: plug-ins/Lighting/lighting_ui.c:974 +msgid "Environment Settings" +msgstr "" + +#: plug-ins/Lighting/lighting_ui.c:983 +msgid "Environment Image:" +msgstr "" + +#. Options section +#: plug-ins/Lighting/lighting_ui.c:1014 plug-ins/MapObject/mapobject_ui.c:1314 +#: plug-ins/common/lic.c:1036 plug-ins/common/ripple.c:620 +#: plug-ins/gfig/gfig.c:4035 +msgid "Options" +msgstr "" + +#: plug-ins/Lighting/lighting_ui.c:1018 plug-ins/MapObject/mapobject_ui.c:1318 +#: plug-ins/common/spheredesigner.c:1574 plug-ins/common/spheredesigner.c:2618 +msgid "Light" +msgstr "" + +#: plug-ins/Lighting/lighting_ui.c:1022 plug-ins/MapObject/mapobject_ui.c:1322 +msgid "Material" +msgstr "" + +#: plug-ins/Lighting/lighting_ui.c:1069 +msgid "Lighting Effects" +msgstr "" + +#: plug-ins/Lighting/lighting_ui.c:1129 plug-ins/MapObject/mapobject_ui.c:1433 +#: plug-ins/common/diffraction.c:606 +msgid "Preview!" +msgstr "" + +#: plug-ins/Lighting/lighting_ui.c:1137 plug-ins/MapObject/mapobject_ui.c:1441 +msgid "Recompute preview image" +msgstr "" + +#: plug-ins/Lighting/lighting_ui.c:1146 plug-ins/MapObject/mapobject_ui.c:1450 +msgid "Zoom out (make image smaller)" +msgstr "" + +#: plug-ins/Lighting/lighting_ui.c:1155 plug-ins/MapObject/mapobject_ui.c:1459 +msgid "Zoom in (make image bigger)" +msgstr "" + +#: plug-ins/MapObject/mapobject_main.c:205 +msgid "/Filters/Map/Map Object..." +msgstr "" + +#: plug-ins/MapObject/mapobject_ui.c:262 plug-ins/MapObject/mapobject_ui.c:556 +#: plug-ins/MapObject/mapobject_ui.c:1332 +msgid "Box" +msgstr "" + +#: plug-ins/MapObject/mapobject_ui.c:280 plug-ins/MapObject/mapobject_ui.c:557 +#: plug-ins/MapObject/mapobject_ui.c:1338 +msgid "Cylinder" +msgstr "" + +#: plug-ins/MapObject/mapobject_ui.c:545 +msgid "Map to:" +msgstr "" + +#: plug-ins/MapObject/mapobject_ui.c:554 +msgid "Plane" +msgstr "" + +#: plug-ins/MapObject/mapobject_ui.c:555 +msgid "Sphere" +msgstr "" + +#: plug-ins/MapObject/mapobject_ui.c:563 +msgid "Type of object to map to" +msgstr "" + +#: plug-ins/MapObject/mapobject_ui.c:575 +msgid "Make image transparent outside object" +msgstr "" + +#: plug-ins/MapObject/mapobject_ui.c:577 +msgid "Tile Source Image" +msgstr "" + +#: plug-ins/MapObject/mapobject_ui.c:587 +msgid "Tile source image: useful for infinite planes" +msgstr "" + +#: plug-ins/MapObject/mapobject_ui.c:1043 +msgid "Object X position in XYZ space" +msgstr "" + +#: plug-ins/MapObject/mapobject_ui.c:1054 +msgid "Object Y position in XYZ space" +msgstr "" + +#: plug-ins/MapObject/mapobject_ui.c:1065 +msgid "Object Z position in XYZ space" +msgstr "" + +#. Rotation +#: plug-ins/MapObject/mapobject_ui.c:1072 plug-ins/common/ps.c:2831 +#: plug-ins/gdyntext/gdyntext_ui.c:497 +msgid "Rotation" +msgstr "Rotación" + +#: plug-ins/MapObject/mapobject_ui.c:1087 +msgid "Rotation angle about X axis" +msgstr "" + +#: plug-ins/MapObject/mapobject_ui.c:1096 +msgid "Rotation angle about Y axis" +msgstr "" + +#: plug-ins/MapObject/mapobject_ui.c:1105 +msgid "Rotation angle about Z axis" +msgstr "" + +#: plug-ins/MapObject/mapobject_ui.c:1129 +msgid "Front:" +msgstr "" + +#: plug-ins/MapObject/mapobject_ui.c:1129 +msgid "Back:" +msgstr "" + +#: plug-ins/MapObject/mapobject_ui.c:1130 +#: plug-ins/MapObject/mapobject_ui.c:1226 +#: plug-ins/print/gimp_main_window.c:307 +msgid "Top:" +msgstr "" + +#: plug-ins/MapObject/mapobject_ui.c:1130 +#: plug-ins/MapObject/mapobject_ui.c:1226 +#: plug-ins/print/gimp_main_window.c:329 +msgid "Bottom:" +msgstr "" + +#: plug-ins/MapObject/mapobject_ui.c:1131 +#: plug-ins/print/gimp_main_window.c:296 +msgid "Left:" +msgstr "" + +#: plug-ins/MapObject/mapobject_ui.c:1131 +#: plug-ins/print/gimp_main_window.c:318 +msgid "Right:" +msgstr "" + +#: plug-ins/MapObject/mapobject_ui.c:1137 +msgid "Map Images to Box Faces" +msgstr "" + +#: plug-ins/MapObject/mapobject_ui.c:1178 +#: plug-ins/common/spheredesigner.c:2446 +msgid "Scale X:" +msgstr "" + +#: plug-ins/MapObject/mapobject_ui.c:1181 +msgid "X scale (size)" +msgstr "" + +#: plug-ins/MapObject/mapobject_ui.c:1192 +msgid "Y scale (size)" +msgstr "" + +#: plug-ins/MapObject/mapobject_ui.c:1203 +msgid "Z scale (size)" +msgstr "" + +#: plug-ins/MapObject/mapobject_ui.c:1231 +msgid "Images for the Cap Faces" +msgstr "" + +#: plug-ins/MapObject/mapobject_ui.c:1260 plug-ins/gimpressionist/size.c:51 +#: plug-ins/gimpressionist/size.c:56 +msgid "Size" +msgstr "Tamaño" + +#: plug-ins/MapObject/mapobject_ui.c:1272 plug-ins/common/despeckle.c:763 +#: plug-ins/common/nlfilt.c:421 plug-ins/common/nova.c:399 +#: plug-ins/common/unsharp.c:819 plug-ins/common/whirlpinch.c:898 +#: plug-ins/gfig/gfig.c:3185 plug-ins/gflare/gflare.c:2935 +#: plug-ins/imagemap/imap_circle.c:273 +msgid "Radius:" +msgstr "Radio:" + +#: plug-ins/MapObject/mapobject_ui.c:1276 +msgid "Cylinder radius" +msgstr "" + +#: plug-ins/MapObject/mapobject_ui.c:1284 plug-ins/common/mblur.c:825 +msgid "Length:" +msgstr "" + +#: plug-ins/MapObject/mapobject_ui.c:1288 +msgid "Cylinder length" +msgstr "" + +#: plug-ins/MapObject/mapobject_ui.c:1326 plug-ins/common/blinds.c:388 +#: plug-ins/common/ripple.c:650 plug-ins/gimpressionist/orientation.c:52 +#: plug-ins/gimpressionist/orientation.c:57 +msgid "Orientation" +msgstr "" + +#: plug-ins/MapObject/mapobject_ui.c:1376 +msgid "Map to Object" +msgstr "" + +#: plug-ins/MapObject/mapobject_ui.c:1461 +msgid "Show Preview Wireframe" +msgstr "" + +#: plug-ins/MapObject/mapobject_ui.c:1469 +msgid "Show/hide preview wireframe" +msgstr "" + +#. memory mapped file data +#. must check file size +#: plug-ins/bmp/bmpread.c:54 plug-ins/common/CEL.c:268 +#: plug-ins/common/gbr.c:284 plug-ins/common/gifload.c:308 +#: plug-ins/common/hrz.c:340 plug-ins/common/jpeg.c:748 +#: plug-ins/common/pat.c:263 plug-ins/common/pcx.c:318 +#: plug-ins/common/pix.c:329 plug-ins/common/png.c:419 +#: plug-ins/common/png.c:421 plug-ins/common/pnm.c:416 +#: plug-ins/common/psd.c:1708 plug-ins/common/sunras.c:443 +#: plug-ins/common/tga.c:430 plug-ins/common/tiff.c:445 +#: plug-ins/common/xbm.c:675 plug-ins/common/xpm.c:335 +#: plug-ins/common/xwd.c:448 plug-ins/faxg3/faxg3.c:191 +#: plug-ins/gfli/gfli.c:471 plug-ins/sgi/sgi.c:331 plug-ins/sgi/sgi.c:333 +#: plug-ins/xjt/xjt.c:3253 +#, c-format +msgid "Loading %s:" +msgstr "" + +#: plug-ins/bmp/bmpread.c:66 +#, c-format +msgid "%s: can't open \"%s\"\n" +msgstr "" + +#: plug-ins/bmp/bmpread.c:74 +#, c-format +msgid "%s: not a valid BMP file %s\n" +msgstr "" + +#: plug-ins/bmp/bmpread.c:82 plug-ins/bmp/bmpread.c:99 +#: plug-ins/bmp/bmpread.c:109 plug-ins/bmp/bmpread.c:132 +#, c-format +msgid "%s: error reading BMP file header\n" +msgstr "" + +#: plug-ins/bmp/bmpread.c:155 +#, c-format +msgid "%s: too many colors: %u\n" +msgstr "" + +#: plug-ins/bmp/bmpread.c:245 +#, c-format +msgid "%s: bad colormap\n" +msgstr "" + +#. Create an indexed-alpha layer to hold the image... +#: plug-ins/bmp/bmpread.c:298 plug-ins/bmp/bmpread.c:307 +#: plug-ins/bmp/bmpread.c:314 plug-ins/common/CEL.c:306 +#: plug-ins/common/blinds.c:399 plug-ins/common/compose.c:545 +#: plug-ins/common/decompose.c:446 plug-ins/common/film.c:1007 +#: plug-ins/common/gbr.c:346 plug-ins/common/gifload.c:852 +#: plug-ins/common/hrz.c:381 plug-ins/common/jpeg.c:901 +#: plug-ins/common/lic.c:903 plug-ins/common/papertile.c:314 +#: plug-ins/common/pat.c:306 plug-ins/common/pcx.c:349 +#: plug-ins/common/pcx.c:355 plug-ins/common/pix.c:373 +#: plug-ins/common/png.c:567 plug-ins/common/pnm.c:504 +#: plug-ins/common/psd.c:2089 plug-ins/common/smooth_palette.c:237 +#: plug-ins/common/sunras.c:921 plug-ins/common/tga.c:1015 +#: plug-ins/common/tiff.c:655 plug-ins/common/tile.c:264 +#: plug-ins/common/winclipboard.c:513 plug-ins/common/wmf.c:2358 +#: plug-ins/common/xbm.c:811 plug-ins/faxg3/faxg3.c:443 +#: plug-ins/fits/fits.c:522 plug-ins/gfig/gfig.c:2867 +#: plug-ins/gfig/gfig.c:3195 plug-ins/sgi/sgi.c:379 plug-ins/twain/twain.c:722 +#: plug-ins/winsnap/winsnap.c:1242 +msgid "Background" +msgstr "Fondo" + +#: plug-ins/bmp/bmpwrite.c:104 +msgid "bmp: cannot operate on unknown image types or alpha images" +msgstr "" + +#: plug-ins/bmp/bmpwrite.c:167 +#, c-format +msgid "can't open %s\n" +msgstr "" + +#. init the progress meter +#: plug-ins/bmp/bmpwrite.c:179 plug-ins/common/CEL.c:512 +#: plug-ins/common/gbr.c:390 plug-ins/common/gif.c:937 +#: plug-ins/common/gpb.c:785 plug-ins/common/gpb.c:825 +#: plug-ins/common/gtm.c:248 plug-ins/common/hrz.c:478 +#: plug-ins/common/jpeg.c:1196 plug-ins/common/pat.c:345 +#: plug-ins/common/pcx.c:564 plug-ins/common/pix.c:535 +#: plug-ins/common/png.c:744 plug-ins/common/png.c:746 +#: plug-ins/common/pnm.c:788 plug-ins/common/ps.c:1002 +#: plug-ins/common/sunras.c:526 plug-ins/common/tga.c:1197 +#: plug-ins/common/tiff.c:1230 plug-ins/common/xbm.c:959 +#: plug-ins/common/xpm.c:654 plug-ins/common/xwd.c:552 +#: plug-ins/fits/fits.c:473 plug-ins/gfli/gfli.c:691 plug-ins/sgi/sgi.c:549 +#: plug-ins/sgi/sgi.c:551 plug-ins/xjt/xjt.c:1635 +#, c-format +msgid "Saving %s:" +msgstr "" + +#: plug-ins/bmp/bmpwrite.c:557 +msgid "Save as BMP" +msgstr "" + +#. parameter settings +#: plug-ins/bmp/bmpwrite.c:574 +msgid "Save Options" +msgstr "Opciones de guardar" + +#: plug-ins/bmp/bmpwrite.c:582 +msgid "RLE encoded" +msgstr "" + +#: plug-ins/borderaverage/borderaverage.c:106 +msgid "/Filters/Colors/Border Average..." +msgstr "" + +#: plug-ins/borderaverage/borderaverage.c:171 +msgid "Border Average..." +msgstr "" + +#: plug-ins/borderaverage/borderaverage.c:396 +msgid "Borderaverage" +msgstr "" + +#: plug-ins/borderaverage/borderaverage.c:417 +msgid "Border Size" +msgstr "" + +#: plug-ins/borderaverage/borderaverage.c:426 +msgid "Thickness:" +msgstr "" + +#: plug-ins/borderaverage/borderaverage.c:448 +msgid "Bucket Size:" +msgstr "" + +#: plug-ins/borderaverage/borderaverage.c:456 +msgid "1 (nonsense?)" +msgstr "" + +#: plug-ins/borderaverage/borderaverage.c:464 +msgid "256 (nonsense?)" +msgstr "" + +#. Let user choose KCF palette (cancel ignores) +#: plug-ins/common/CEL.c:196 +msgid "Load KISS Palette" +msgstr "" + +#: plug-ins/common/CEL.c:264 +#, c-format +msgid "" +"%s\n" +"is not present or is unreadable" +msgstr "" + +#: plug-ins/common/CEL.c:298 +msgid "CEL Can't create a new image" +msgstr "" + +#: plug-ins/common/CEL.c:372 +#, c-format +msgid "Unsupported number of colors (%d)" +msgstr "" + +#: plug-ins/common/CEL.c:494 +msgid "Only an indexed-alpha image can be saved in CEL format" +msgstr "" + +#: plug-ins/common/CEL.c:508 +#, c-format +msgid "" +"CEL Couldn't write image to\n" +"%s" +msgstr "" + +#: plug-ins/common/CML_explorer.c:131 +msgid "Keep image's values" +msgstr "" + +#: plug-ins/common/CML_explorer.c:132 +msgid "Keep the first value" +msgstr "" + +#: plug-ins/common/CML_explorer.c:133 +msgid "Fill with parameter k" +msgstr "" + +#: plug-ins/common/CML_explorer.c:134 +msgid "k{x(1-x)}^p" +msgstr "" + +#: plug-ins/common/CML_explorer.c:135 +msgid "k{x(1-x)}^p stepped" +msgstr "" + +#: plug-ins/common/CML_explorer.c:136 +msgid "kx^p" +msgstr "" + +#: plug-ins/common/CML_explorer.c:137 +msgid "kx^p stepped" +msgstr "" + +#: plug-ins/common/CML_explorer.c:138 +msgid "k(1-x^p)" +msgstr "" + +#: plug-ins/common/CML_explorer.c:139 +msgid "k(1-x^p) stepped" +msgstr "" + +#: plug-ins/common/CML_explorer.c:140 +msgid "Delta function" +msgstr "" + +#: plug-ins/common/CML_explorer.c:141 +msgid "Delta function stepped" +msgstr "" + +#: plug-ins/common/CML_explorer.c:142 +msgid "sin^p-based function" +msgstr "" + +#: plug-ins/common/CML_explorer.c:143 +msgid "sin^p, stepped" +msgstr "" + +#: plug-ins/common/CML_explorer.c:168 +msgid "Max (x, -)" +msgstr "" + +#: plug-ins/common/CML_explorer.c:169 +msgid "Max (x+d, -)" +msgstr "" + +#: plug-ins/common/CML_explorer.c:170 +msgid "Max (x-d, -)" +msgstr "" + +#: plug-ins/common/CML_explorer.c:171 +msgid "Min (x, -)" +msgstr "" + +#: plug-ins/common/CML_explorer.c:172 +msgid "Min (x+d, -)" +msgstr "" + +#: plug-ins/common/CML_explorer.c:173 +msgid "Min (x-d, -)" +msgstr "" + +#: plug-ins/common/CML_explorer.c:174 +msgid "Max (x+d, -), (x < 0.5)" +msgstr "" + +#: plug-ins/common/CML_explorer.c:175 +msgid "Max (x+d, -), (0.5 < x)" +msgstr "" + +#: plug-ins/common/CML_explorer.c:176 +msgid "Max (x-d, -), (x < 0.5)" +msgstr "" + +#: plug-ins/common/CML_explorer.c:177 +msgid "Max (x-d, -), (0.5 < x)" +msgstr "" + +#: plug-ins/common/CML_explorer.c:178 +msgid "Min (x+d, -), (x < 0.5)" +msgstr "" + +#: plug-ins/common/CML_explorer.c:179 +msgid "Min (x+d, -), (0.5 < x)" +msgstr "" + +#: plug-ins/common/CML_explorer.c:180 +msgid "Min (x-d, -), (x < 0.5)" +msgstr "" + +#: plug-ins/common/CML_explorer.c:181 +msgid "Min (x-d, -), (0.5 < x)" +msgstr "" + +#: plug-ins/common/CML_explorer.c:200 plug-ins/common/sunras.c:1610 +#: plug-ins/print/gimp_main_window.c:810 +msgid "Standard" +msgstr "Estándar" + +#: plug-ins/common/CML_explorer.c:201 +msgid "Use average value" +msgstr "" + +#: plug-ins/common/CML_explorer.c:202 +msgid "Use reverse value" +msgstr "" + +#: plug-ins/common/CML_explorer.c:203 +msgid "With random power (0,10)" +msgstr "" + +#: plug-ins/common/CML_explorer.c:204 +msgid "With random power (0,1)" +msgstr "" + +#: plug-ins/common/CML_explorer.c:205 +msgid "With gradient power (0,1)" +msgstr "" + +#: plug-ins/common/CML_explorer.c:206 +msgid "Multiply rand. value (0,1)" +msgstr "" + +#: plug-ins/common/CML_explorer.c:207 +msgid "Multiply rand. value (0,2)" +msgstr "" + +#: plug-ins/common/CML_explorer.c:208 +msgid "Multiply gradient (0,1)" +msgstr "" + +#: plug-ins/common/CML_explorer.c:209 +msgid "With p and random (0,1)" +msgstr "" + +#: plug-ins/common/CML_explorer.c:222 +msgid "All black" +msgstr "" + +#: plug-ins/common/CML_explorer.c:223 +msgid "All gray" +msgstr "" + +#: plug-ins/common/CML_explorer.c:224 +msgid "All white" +msgstr "" + +#: plug-ins/common/CML_explorer.c:225 +msgid "The first row of the image" +msgstr "" + +#: plug-ins/common/CML_explorer.c:226 +msgid "Continuous gradient" +msgstr "" + +#: plug-ins/common/CML_explorer.c:227 +msgid "Continuous grad. w/o gap" +msgstr "" + +#: plug-ins/common/CML_explorer.c:228 +msgid "Random, ch. independent" +msgstr "" + +#: plug-ins/common/CML_explorer.c:229 +msgid "Random shared" +msgstr "" + +#: plug-ins/common/CML_explorer.c:230 +msgid "Randoms from seed" +msgstr "" + +#: plug-ins/common/CML_explorer.c:231 +msgid "Randoms from seed (shared)" +msgstr "" + +#: plug-ins/common/CML_explorer.c:299 plug-ins/common/CML_explorer.c:1294 +#: plug-ins/common/decompose.c:121 plug-ins/common/lic.c:1057 +#: plug-ins/fp/fp_gtk.c:281 plug-ins/fp/fp_gtk.c:413 +#: plug-ins/gap/gap_mov_dialog.c:249 plug-ins/gimpressionist/orientation.c:188 +#: plug-ins/gimpressionist/size.c:186 +msgid "Hue" +msgstr "Tono" + +#: plug-ins/common/CML_explorer.c:300 plug-ins/common/CML_explorer.c:1299 +#: plug-ins/common/decompose.c:122 plug-ins/common/lic.c:1058 +#: 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:250 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:1304 +#: plug-ins/common/decompose.c:123 plug-ins/fp/fp_gtk.c:289 +#: plug-ins/fp/fp_gtk.c:421 plug-ins/gap/gap_mov_dialog.c:252 +#: plug-ins/gimpressionist/orientation.c:131 +#: plug-ins/gimpressionist/size.c:130 +msgid "Value" +msgstr "Valor" + +#: plug-ins/common/CML_explorer.c:468 +msgid "/Filters/Render/Pattern/CML Explorer..." +msgstr "" + +#: plug-ins/common/CML_explorer.c:760 +msgid "CML_explorer: evoluting..." +msgstr "" + +#: plug-ins/common/CML_explorer.c:1183 +msgid "Coupled-Map-Lattice Explorer" +msgstr "" + +#: plug-ins/common/CML_explorer.c:1252 +msgid "Random Seed" +msgstr "" + +#: plug-ins/common/CML_explorer.c:1262 +msgid "Fix Seed" +msgstr "" + +#: plug-ins/common/CML_explorer.c:1272 +msgid "New Seed" +msgstr "" + +#: plug-ins/common/CML_explorer.c:1291 +msgid "Hue Settings" +msgstr "" + +#: plug-ins/common/CML_explorer.c:1296 +msgid "Saturation Settings" +msgstr "" + +#: plug-ins/common/CML_explorer.c:1301 +msgid "Value (Gray Image) Settings" +msgstr "" + +#: plug-ins/common/CML_explorer.c:1306 +msgid "Advanced Settings" +msgstr "" + +#: plug-ins/common/CML_explorer.c:1308 plug-ins/fp/fp_gtk.c:293 +msgid "Advanced" +msgstr "" + +#: plug-ins/common/CML_explorer.c:1318 +msgid "Other Parameter Settings" +msgstr "" + +#: plug-ins/common/CML_explorer.c:1327 +msgid "Channel Independed Parameters" +msgstr "" + +#: plug-ins/common/CML_explorer.c:1378 +msgid "Initial Value:" +msgstr "" + +#: plug-ins/common/CML_explorer.c:1382 +msgid "Zoom Scale:" +msgstr "" + +#: plug-ins/common/CML_explorer.c:1390 +msgid "Start Offset:" +msgstr "" + +#: plug-ins/common/CML_explorer.c:1398 +msgid "Seed of Random (only for \"From Seed\" Modes)" +msgstr "" + +#: plug-ins/common/CML_explorer.c:1410 plug-ins/maze/maze_face.c:305 +msgid "Seed:" +msgstr "" + +#: plug-ins/common/CML_explorer.c:1422 +msgid "Switch to \"From Seed\" with the last Seed" +msgstr "" + +#: plug-ins/common/CML_explorer.c:1433 +msgid "" +"\"Fix seed\" button is an alias of me.\n" +"The same seed produces the same image, if (1) the widths of images are same " +"(this is the reason why image on drawable is different from preview), and " +"(2) all mutation rates equal to zero." +msgstr "" + +#: plug-ins/common/CML_explorer.c:1441 +msgid "Others" +msgstr "" + +#: plug-ins/common/CML_explorer.c:1450 +msgid "Misc Operations" +msgstr "" + +#: plug-ins/common/CML_explorer.c:1459 +msgid "Copy Settings" +msgstr "" + +#: plug-ins/common/CML_explorer.c:1482 +msgid "Source Channel:" +msgstr "" + +#: plug-ins/common/CML_explorer.c:1498 plug-ins/common/CML_explorer.c:1553 +msgid "Destination Channel:" +msgstr "" + +#: plug-ins/common/CML_explorer.c:1501 +msgid "Copy Parameters" +msgstr "" + +#: plug-ins/common/CML_explorer.c:1509 +msgid "Selective Load Settings" +msgstr "" + +#: plug-ins/common/CML_explorer.c:1524 plug-ins/common/CML_explorer.c:1542 +msgid "NULL" +msgstr "" + +#: plug-ins/common/CML_explorer.c:1535 +msgid "Source Channel in File:" +msgstr "" + +#: plug-ins/common/CML_explorer.c:1557 +msgid "Misc Ops." +msgstr "" + +#: plug-ins/common/CML_explorer.c:1651 +msgid "Function Type:" +msgstr "" + +#: plug-ins/common/CML_explorer.c:1708 +msgid "Composition:" +msgstr "" + +#: plug-ins/common/CML_explorer.c:1750 +msgid "Misc Arrange:" +msgstr "" + +#: plug-ins/common/CML_explorer.c:1754 +msgid "Use Cyclic Range" +msgstr "" + +#: plug-ins/common/CML_explorer.c:1764 +msgid "Mod. Rate:" +msgstr "" + +#: plug-ins/common/CML_explorer.c:1773 +msgid "Env. Sensitivity:" +msgstr "" + +#: plug-ins/common/CML_explorer.c:1782 +msgid "Diffusion Dist.:" +msgstr "" + +#: plug-ins/common/CML_explorer.c:1791 +msgid "# of Subranges:" +msgstr "" + +#: plug-ins/common/CML_explorer.c:1800 +msgid "P(ower Factor):" +msgstr "" + +#: plug-ins/common/CML_explorer.c:1809 +msgid "Parameter k:" +msgstr "" + +#: plug-ins/common/CML_explorer.c:1818 +msgid "Range Low:" +msgstr "" + +#: plug-ins/common/CML_explorer.c:1827 +msgid "Range High:" +msgstr "" + +#: plug-ins/common/CML_explorer.c:1839 +msgid "Plot the Graph of the Settings" +msgstr "" + +#: plug-ins/common/CML_explorer.c:1892 +msgid "Ch. Sensitivity:" +msgstr "" + +#: plug-ins/common/CML_explorer.c:1902 +msgid "Mutation Rate:" +msgstr "" + +#: plug-ins/common/CML_explorer.c:1912 +msgid "Mutation Dist.:" +msgstr "" + +#: plug-ins/common/CML_explorer.c:1941 +msgid "Graph of the current settings" +msgstr "" + +#: plug-ins/common/CML_explorer.c:1955 +msgid "The Graph" +msgstr "" + +#: plug-ins/common/CML_explorer.c:2061 +msgid "Warning: the source and the destination are the same channel." +msgstr "" + +#: plug-ins/common/CML_explorer.c:2129 +msgid "Save Parameters to" +msgstr "" + +#: plug-ins/common/CML_explorer.c:2201 plug-ins/common/CML_explorer.c:2403 +#, c-format +msgid "Error: could not open \"%s\"" +msgstr "" + +#: plug-ins/common/CML_explorer.c:2242 +#, c-format +msgid "" +"Parameters were Saved to\n" +"\"%s\"" +msgstr "" + +#: plug-ins/common/CML_explorer.c:2261 +msgid "CML File Operation Warning" +msgstr "" + +#: plug-ins/common/CML_explorer.c:2281 +#, c-format +msgid "" +"%s\n" +"exists, Overwrite?" +msgstr "" + +#: plug-ins/common/CML_explorer.c:2318 +msgid "Load Parameters from" +msgstr "" + +#: plug-ins/common/CML_explorer.c:2320 +msgid "Selective Load from" +msgstr "" + +#: plug-ins/common/CML_explorer.c:2424 +msgid "Error: it's not CML parameter file." +msgstr "" + +#: plug-ins/common/CML_explorer.c:2431 +msgid "Warning: it's an old format file." +msgstr "" + +#: plug-ins/common/CML_explorer.c:2433 +msgid "Warning: Hmmm, it's a parameter file for newer CML_explorer than me." +msgstr "" + +#: plug-ins/common/CML_explorer.c:2494 +msgid "Error: failed to load parameters" +msgstr "" + +#. Create the actual window. +#: plug-ins/common/aa.c:358 +msgid "Save as Text" +msgstr "" + +#. file save type +#: plug-ins/common/aa.c:375 plug-ins/common/pnm.c:962 +#: plug-ins/common/sunras.c:1605 +msgid "Data Formatting" +msgstr "" + +#: plug-ins/common/align_layers.c:154 +msgid "/Layers/Align Visible Layers..." +msgstr "" + +#: plug-ins/common/align_layers.c:189 +msgid "Align Visible Layers: there are too few layers." +msgstr "" + +#: plug-ins/common/align_layers.c:415 +msgid "Align Visible Layers" +msgstr "" + +#. +#. * Parameter settings +#. * +#. * First set up the basic containers, label them, etc. +#. +#: plug-ins/common/align_layers.c:431 plug-ins/common/apply_lens.c:415 +#: plug-ins/common/blinds.c:424 plug-ins/common/blur.c:640 +#: plug-ins/common/bumpmap.c:1007 plug-ins/common/checkerboard.c:371 +#: plug-ins/common/cubism.c:328 plug-ins/common/despeckle.c:747 +#: plug-ins/common/destripe.c:658 plug-ins/common/edge.c:668 +#: plug-ins/common/emboss.c:572 plug-ins/common/engrave.c:246 +#: plug-ins/common/gauss_iir.c:364 plug-ins/common/gauss_rle.c:361 +#: plug-ins/common/glasstile.c:249 plug-ins/common/illusion.c:329 +#: plug-ins/common/jpeg.c:1657 plug-ins/common/lic.c:1089 +#: plug-ins/common/max_rgb.c:277 plug-ins/common/nlfilt.c:400 +#: plug-ins/common/noisify.c:345 plug-ins/common/nova.c:376 +#: plug-ins/common/oilify.c:474 plug-ins/common/pixelize.c:301 +#: plug-ins/common/plasma.c:309 plug-ins/common/png.c:1041 +#: plug-ins/common/polar.c:984 plug-ins/common/randomize.c:728 +#: plug-ins/common/ripple.c:692 plug-ins/common/scatter_hsv.c:445 +#: plug-ins/common/sel_gauss.c:258 plug-ins/common/sharpen.c:627 +#: plug-ins/common/shift.c:395 plug-ins/common/smooth_palette.c:415 +#: plug-ins/common/snoise.c:539 plug-ins/common/sobel.c:274 +#: plug-ins/common/sparkle.c:370 plug-ins/common/threshold_alpha.c:285 +#: plug-ins/common/unsharp.c:805 plug-ins/common/video.c:2187 +#: plug-ins/common/vpropagate.c:984 plug-ins/common/waves.c:406 +#: plug-ins/common/whirlpinch.c:868 plug-ins/common/wind.c:733 +#: plug-ins/common/xpm.c:827 plug-ins/maze/maze_face.c:212 +#: plug-ins/mosaic/mosaic.c:660 plug-ins/struc/struc.c:273 +#: plug-ins/xjt/xjt.c:812 +msgid "Parameter Settings" +msgstr "" + +#: plug-ins/common/align_layers.c:449 plug-ins/common/align_layers.c:482 +msgid "Collect" +msgstr "" + +#: plug-ins/common/align_layers.c:451 +msgid "Fill (left to right)" +msgstr "" + +#: plug-ins/common/align_layers.c:453 +msgid "Fill (right to left)" +msgstr "" + +#: plug-ins/common/align_layers.c:455 plug-ins/common/align_layers.c:488 +#: plug-ins/gfig/gfig.c:3415 +msgid "Snap to Grid" +msgstr "" + +#: plug-ins/common/align_layers.c:460 +msgid "Horizontal Style:" +msgstr "" + +#: plug-ins/common/align_layers.c:467 +msgid "Left Edge" +msgstr "" + +#: plug-ins/common/align_layers.c:468 plug-ins/common/align_layers.c:501 +#: plug-ins/gap/gap_mov_dialog.c:263 plug-ins/gflare/gflare.c:2888 +msgid "Center" +msgstr "" + +#: plug-ins/common/align_layers.c:469 +msgid "Right Edge" +msgstr "" + +#: plug-ins/common/align_layers.c:473 plug-ins/common/align_layers.c:506 +msgid "Horizontal Base:" +msgstr "" + +#: plug-ins/common/align_layers.c:484 +msgid "Fill (top to bottom)" +msgstr "" + +#: plug-ins/common/align_layers.c:486 +msgid "Fill (bottom to top)" +msgstr "" + +#: plug-ins/common/align_layers.c:493 +msgid "Vertical Style:" +msgstr "" + +#: plug-ins/common/align_layers.c:500 +msgid "Top Edge" +msgstr "" + +#: plug-ins/common/align_layers.c:502 +msgid "Bottom Edge" +msgstr "" + +#: plug-ins/common/align_layers.c:511 +msgid "Ignore the Bottom Layer even if Visible" +msgstr "" + +#: plug-ins/common/align_layers.c:521 +msgid "Use the (Invisible) Bottom Layer as the Base" +msgstr "" + +#: plug-ins/common/align_layers.c:531 +msgid "Grid Size:" +msgstr "" + +#: plug-ins/common/animationplay.c:276 +msgid "/Filters/Animation/Animation Playback..." +msgstr "" + +#: plug-ins/common/animationplay.c:702 +msgid "Animation Playback: " +msgstr "" + +#. if no buttons are specified use one CLOSE button per default +#: plug-ins/common/animationplay.c:709 plug-ins/common/plugindetails.c:1002 +#: plug-ins/common/sample_colorize.c:1390 plug-ins/common/uniteditor.c:531 +#: plug-ins/dbbrowser/dbbrowser_utils.c:158 +#: plug-ins/dbbrowser/dbbrowser_utils.c:175 plug-ins/gap/gap_arr_dialog.c:783 +#: plug-ins/gap/gap_navigator_dialog.c:2852 +#: plug-ins/gdyntext/charmap_window.c:143 plug-ins/gdyntext/gdyntext_ui.c:633 +#: plug-ins/gfig/gfig.c:1986 plug-ins/gfig/gfig.c:2046 +#: plug-ins/helpbrowser/helpbrowser.c:800 +#: plug-ins/ifscompose/ifscompose.c:1249 plug-ins/imagemap/imap_menu.c:227 +#: plug-ins/print/gimp_color_window.c:81 +msgid "Close" +msgstr "Cerrar" + +#. The 'playback' half of the dialog +#: plug-ins/common/animationplay.c:723 plug-ins/common/animationplay.c:726 +msgid "Playback: " +msgstr "" + +#: plug-ins/common/animationplay.c:756 +msgid "Play/Stop" +msgstr "" + +#: plug-ins/common/animationplay.c:762 +msgid "Rewind" +msgstr "" + +#: plug-ins/common/animationplay.c:768 +msgid "Step" +msgstr "" + +#: plug-ins/common/animationplay.c:826 +msgid "Frame %v of %u" +msgstr "" + +#: plug-ins/common/animoptimize.c:158 +msgid "/Filters/Animation/Animation Optimize" +msgstr "" + +#: plug-ins/common/animoptimize.c:174 +msgid "/Filters/Animation/Animation UnOptimize" +msgstr "" + +#: plug-ins/common/animoptimize.c:270 +msgid "Optimizing Animation..." +msgstr "" + +#: plug-ins/common/animoptimize.c:272 +msgid "UnOptimizing Animation..." +msgstr "" + +#: plug-ins/common/animoptimize.c:301 +msgid "Not enough memory to allocate buffers for optimization.\n" +msgstr "" + +#: plug-ins/common/apply_lens.c:137 +msgid "/Filters/Glass Effects/Apply Lens..." +msgstr "" + +#: plug-ins/common/apply_lens.c:201 +msgid "Applying lens..." +msgstr "" + +#: plug-ins/common/apply_lens.c:399 +msgid "Lens Effect" +msgstr "" + +#: plug-ins/common/apply_lens.c:425 +msgid "Keep Original Surroundings" +msgstr "" + +#: plug-ins/common/apply_lens.c:438 +msgid "Set Surroundings to Index 0" +msgstr "" + +#: plug-ins/common/apply_lens.c:439 +msgid "Set Surroundings to Background Color" +msgstr "" + +#: plug-ins/common/apply_lens.c:454 +msgid "Make Surroundings Transparent" +msgstr "" + +#: plug-ins/common/apply_lens.c:472 +msgid "Lens Refraction Index:" +msgstr "" + +#: plug-ins/common/autocrop.c:69 +msgid "/Image/Transforms/Autocrop" +msgstr "" + +#: plug-ins/common/autocrop.c:113 +msgid "Cropping..." +msgstr "" + +#: plug-ins/common/autostretch_hsv.c:86 +msgid "/Image/Colors/Auto/Stretch HSV" +msgstr "" + +#: plug-ins/common/autostretch_hsv.c:118 +msgid "Auto-Stretching HSV..." +msgstr "" + +#: plug-ins/common/blinds.c:183 +msgid "/Filters/Distorts/Blinds..." +msgstr "" + +#: plug-ins/common/blinds.c:279 +msgid "Adding Blinds..." +msgstr "" + +#. Get the preview image and store it also set has_alpha +#: plug-ins/common/blinds.c:337 +msgid "Blinds" +msgstr "" + +#. attach labels +#: plug-ins/common/blinds.c:392 plug-ins/common/grid.c:631 +#: plug-ins/common/ripple.c:654 plug-ins/common/tileit.c:470 +#: plug-ins/pagecurl/pagecurl.c:656 +msgid "Horizontal" +msgstr "Horizontal" + +#: plug-ins/common/blinds.c:393 plug-ins/common/grid.c:632 +#: plug-ins/common/ripple.c:655 plug-ins/common/tileit.c:478 +#: plug-ins/pagecurl/pagecurl.c:657 +msgid "Vertical" +msgstr "Vertical" + +#: plug-ins/common/blinds.c:406 plug-ins/common/fractaltrace.c:785 +#: plug-ins/common/papertile.c:378 plug-ins/gfig/gfig.c:2866 +#: plug-ins/gimpressionist/general.c:240 +msgid "Transparent" +msgstr "Transparente" + +#: plug-ins/common/blinds.c:435 +msgid "Displacement:" +msgstr "" + +#: plug-ins/common/blinds.c:444 +msgid "Num Segments:" +msgstr "" + +#: plug-ins/common/blur.c:204 +msgid "/Filters/Blur/Blur..." +msgstr "" + +#: plug-ins/common/blur.c:657 plug-ins/common/plasma.c:324 +#: plug-ins/common/randomize.c:745 plug-ins/common/snoise.c:556 +#: plug-ins/gflare/gflare.c:4126 plug-ins/sinus/sinus.c:862 +msgid "Random Seed:" +msgstr "" + +#: plug-ins/common/blur.c:664 +msgid "Randomization %:" +msgstr "" + +#: plug-ins/common/blur.c:667 plug-ins/common/randomize.c:755 +msgid "Percentage of pixels to be filtered" +msgstr "" + +#: plug-ins/common/blur.c:676 plug-ins/common/randomize.c:764 +msgid "Repeat:" +msgstr "Repetir:" + +#: plug-ins/common/blur.c:679 plug-ins/common/randomize.c:767 +msgid "Number of times to apply filter" +msgstr "" + +#: plug-ins/common/bumpmap.c:368 +msgid "/Filters/Map/Bump Map..." +msgstr "" + +#: plug-ins/common/bumpmap.c:523 +msgid "Bump-mapping..." +msgstr "" + +#: plug-ins/common/bumpmap.c:868 +msgid "Bump Map" +msgstr "" + +#: plug-ins/common/bumpmap.c:959 +msgid "Map Type" +msgstr "" + +#: plug-ins/common/bumpmap.c:963 +msgid "Linear Map" +msgstr "" + +#: plug-ins/common/bumpmap.c:964 +msgid "Spherical Map" +msgstr "" + +#: plug-ins/common/bumpmap.c:965 +msgid "Sinuosidal Map" +msgstr "" + +#. Compensate darkening +#: plug-ins/common/bumpmap.c:978 +msgid "Compensate for Darkening" +msgstr "" + +#. Invert bumpmap +#: plug-ins/common/bumpmap.c:988 +msgid "Invert Bumpmap" +msgstr "" + +#. Tile bumpmap +#: plug-ins/common/bumpmap.c:998 +msgid "Tile Bumpmap" +msgstr "" + +#: plug-ins/common/bumpmap.c:1029 +msgid "Bump Map:" +msgstr "" + +#: plug-ins/common/bumpmap.c:1048 plug-ins/common/emboss.c:584 +msgid "Azimuth:" +msgstr "" + +#: plug-ins/common/bumpmap.c:1057 plug-ins/common/emboss.c:593 +msgid "Elevation:" +msgstr "" + +#: plug-ins/common/bumpmap.c:1077 plug-ins/gap/resize.c:197 +msgid "X Offset:" +msgstr "" + +#: plug-ins/common/bumpmap.c:1087 plug-ins/gap/resize.c:214 +msgid "Y Offset:" +msgstr "" + +#: plug-ins/common/bumpmap.c:1097 +msgid "Waterlevel:" +msgstr "" + +#: plug-ins/common/bz2.c:269 plug-ins/common/bz2.c:373 +msgid "bz2: can't open bzip2ed file without a sensible extension\n" +msgstr "" + +#: plug-ins/common/c_astretch.c:83 +msgid "/Image/Colors/Auto/Stretch Contrast" +msgstr "" + +#: plug-ins/common/c_astretch.c:115 +msgid "Auto-Stretching Contrast..." +msgstr "" + +#: plug-ins/common/checkerboard.c:105 +msgid "/Filters/Render/Pattern/Checkerboard..." +msgstr "" + +#: plug-ins/common/checkerboard.c:168 +msgid "Adding Checkerboard..." +msgstr "" + +#: plug-ins/common/checkerboard.c:354 +msgid "Checkerboard" +msgstr "" + +#: plug-ins/common/checkerboard.c:380 +msgid "Psychobilly" +msgstr "" + +#: plug-ins/common/checkerboard.c:394 +msgid "Check Size:" +msgstr "Tamaño de ajedrez:" + +#: plug-ins/common/color_enhance.c:86 +msgid "/Image/Colors/Auto/Color Enhance" +msgstr "" + +#: plug-ins/common/color_enhance.c:119 +msgid "Color Enhance..." +msgstr "" + +#: plug-ins/common/colorify.c:149 +msgid "/Filters/Colors/Colorify..." +msgstr "" + +#: plug-ins/common/colorify.c:221 +msgid "Colorifying..." +msgstr "" + +#: plug-ins/common/colorify.c:328 +msgid "Colorify" +msgstr "" + +#: plug-ins/common/colorify.c:344 plug-ins/common/colortoalpha.c:434 +#: plug-ins/common/ps.c:2642 plug-ins/common/xpm.c:440 +#: plug-ins/gap/gap_mov_dialog.c:251 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" +msgstr "Color" + +#: plug-ins/common/colorify.c:357 +msgid "Custom Color:" +msgstr "" + +#: plug-ins/common/colorify.c:362 +msgid "Colorify Custom Color" +msgstr "" + +#: plug-ins/common/colortoalpha.c:123 +msgid "/Filters/Colors/Color to Alpha..." +msgstr "" + +#: plug-ins/common/colortoalpha.c:418 +msgid "Color to Alpha" +msgstr "" + +#: plug-ins/common/colortoalpha.c:445 plug-ins/common/mapcolor.c:669 +#: plug-ins/gap/gap_decode_mpeg_main.c:652 plug-ins/gap/gap_decode_xanim.c:223 +#: plug-ins/gap/gap_lib.c:2092 plug-ins/gap/gap_lib.c:2271 +#: plug-ins/gap/gap_range_ops.c:251 plug-ins/gap/gap_range_ops.c:600 +#: plug-ins/gfli/gfli.c:883 plug-ins/gfli/gfli.c:952 +msgid "From:" +msgstr "" + +#: plug-ins/common/colortoalpha.c:450 +msgid "Color to Alpha Color Picker" +msgstr "" + +#: plug-ins/common/colortoalpha.c:458 +msgid "to Alpha" +msgstr "" + +#: plug-ins/common/compose.c:120 plug-ins/common/decompose.c:112 +#: plug-ins/common/newsprint.c:1356 +msgid "RGB" +msgstr "RGB" + +#: plug-ins/common/compose.c:123 +msgid "rgb-compose" +msgstr "" + +#: plug-ins/common/compose.c:124 +msgid "RGBA" +msgstr "" + +#: plug-ins/common/compose.c:127 plug-ins/common/nlfilt.c:412 +#: plug-ins/common/noisify.c:392 plug-ins/common/noisify.c:468 +msgid "Alpha:" +msgstr "Alfa:" + +#: plug-ins/common/compose.c:127 +msgid "rgba-compose" +msgstr "" + +#: plug-ins/common/compose.c:128 plug-ins/common/decompose.c:118 +msgid "HSV" +msgstr "" + +#. Gray: Circle: Spinbutton 1 +#: plug-ins/common/compose.c:128 plug-ins/common/scatter_hsv.c:467 +#: plug-ins/rcm/rcm_dialog.c:428 +msgid "Hue:" +msgstr "" + +#. Gray: Circle: Spinbutton 2 +#: plug-ins/common/compose.c:129 plug-ins/common/scatter_hsv.c:476 +#: plug-ins/print/gimp_color_window.c:170 plug-ins/rcm/rcm_dialog.c:453 +msgid "Saturation:" +msgstr "" + +#: plug-ins/common/compose.c:130 plug-ins/common/scatter_hsv.c:485 +#: plug-ins/gap/gap_arr_dialog.c:813 +msgid "Value:" +msgstr "" + +#: plug-ins/common/compose.c:131 +msgid "hsv-compose" +msgstr "" + +#: plug-ins/common/compose.c:132 plug-ins/common/decompose.c:124 +msgid "CMY" +msgstr "" + +#: plug-ins/common/compose.c:132 plug-ins/common/compose.c:136 +#: plug-ins/fp/fp_gtk.c:23 +msgid "Cyan:" +msgstr "" + +#: plug-ins/common/compose.c:133 plug-ins/common/compose.c:137 +#: plug-ins/fp/fp_gtk.c:25 +msgid "Magenta:" +msgstr "" + +#: plug-ins/common/compose.c:134 plug-ins/common/compose.c:138 +#: plug-ins/fp/fp_gtk.c:24 +msgid "Yellow:" +msgstr "" + +#: plug-ins/common/compose.c:135 +msgid "cmy-compose" +msgstr "" + +#: plug-ins/common/compose.c:136 plug-ins/common/decompose.c:130 +#: plug-ins/common/newsprint.c:1367 +msgid "CMYK" +msgstr "" + +#: plug-ins/common/compose.c:139 +msgid "Black:" +msgstr "" + +#: plug-ins/common/compose.c:139 +msgid "cmyk-compose" +msgstr "" + +#: plug-ins/common/compose.c:239 +msgid "/Image/Mode/Compose..." +msgstr "" + +#: plug-ins/common/compose.c:299 +#, c-format +msgid "compose: Could not get layers for image %d" +msgstr "" + +#: plug-ins/common/compose.c:348 +msgid "Composing..." +msgstr "" + +#: plug-ins/common/compose.c:416 +msgid "Compose: Drawables have different size" +msgstr "" + +#: plug-ins/common/compose.c:433 +msgid "Compose: Images have different size" +msgstr "" + +#: plug-ins/common/compose.c:447 +msgid "Compose: Error in getting layer IDs" +msgstr "" + +#: plug-ins/common/compose.c:464 +#, c-format +msgid "Compose: Image is not a gray image (bpp=%d)" +msgstr "" + +#: plug-ins/common/compose.c:780 +msgid "Compose" +msgstr "" + +#. The left frame keeps the compose type toggles +#: plug-ins/common/compose.c:803 +msgid "Compose Channels" +msgstr "" + +#. The right frame keeps the selection menues for images. +#. Because the labels within this frame will change when a toggle +#. in the left frame is changed, fill in the right part first. +#. Otherwise it can occur, that a non-existing label might be changed. +#: plug-ins/common/compose.c:816 +msgid "Channel Representations" +msgstr "" + +#: plug-ins/common/convmatrix.c:81 plug-ins/common/newsprint.c:381 +#: plug-ins/gfig/gfig.c:3330 +msgid "Grey" +msgstr "" + +#: plug-ins/common/convmatrix.c:85 plug-ins/common/decompose.c:137 +msgid "Alpha" +msgstr "Alfa" + +#: plug-ins/common/convmatrix.c:90 +msgid "Extend" +msgstr "" + +#: plug-ins/common/convmatrix.c:91 plug-ins/common/displace.c:412 +#: plug-ins/common/edge.c:696 plug-ins/common/ripple.c:667 +#: plug-ins/common/warp.c:518 +msgid "Wrap" +msgstr "" + +#: plug-ins/common/convmatrix.c:92 +msgid "Crop" +msgstr "Recortar" + +#: plug-ins/common/convmatrix.c:194 +msgid "/Filters/Generic/Convolution Matrix..." +msgstr "" + +#: plug-ins/common/convmatrix.c:267 +msgid "Applying convolution" +msgstr "" + +#: plug-ins/common/convmatrix.c:805 +msgid "Convolution Matrix" +msgstr "" + +#: plug-ins/common/convmatrix.c:831 +msgid "Matrix" +msgstr "" + +#: plug-ins/common/convmatrix.c:867 +msgid "Divisor:" +msgstr "" + +#: plug-ins/common/convmatrix.c:886 plug-ins/common/depthmerge.c:793 +msgid "Offset:" +msgstr "Desplazamiento:" + +#: plug-ins/common/convmatrix.c:910 plug-ins/common/ps.c:2643 +#: plug-ins/fits/fits.c:1036 +msgid "Automatic" +msgstr "" + +#: plug-ins/common/convmatrix.c:918 +msgid "Alpha-weighting" +msgstr "" + +#: plug-ins/common/convmatrix.c:933 +msgid "Border" +msgstr "" + +#: plug-ins/common/convmatrix.c:958 +msgid "Channels" +msgstr "Canales" + +#: plug-ins/common/csource.c:665 +msgid "Save as C-Source" +msgstr "" + +#: plug-ins/common/csource.c:697 +msgid "Prefixed Name:" +msgstr "" + +#: plug-ins/common/csource.c:706 plug-ins/common/mail.c:566 +#: plug-ins/common/tiff.c:1505 plug-ins/common/xbm.c:1196 +msgid "Comment:" +msgstr "" + +#. Use Comment +#. +#: plug-ins/common/csource.c:713 +msgid "Save Comment to File" +msgstr "" + +#. GLib types +#. +#: plug-ins/common/csource.c:724 +msgid "Use GLib Types (guint8*)" +msgstr "" + +#. Use Macros +#. +#: plug-ins/common/csource.c:735 +msgid "Use Macros instead of Struct" +msgstr "" + +#. Use RLE +#. +#: plug-ins/common/csource.c:746 +msgid "Use 1 Byte Run-Length-Encoding" +msgstr "" + +#. Alpha +#. +#: plug-ins/common/csource.c:757 +msgid "Save Alpha Channel (RGBA/RGB)" +msgstr "" + +#. Opacity +#. table col, row +#: plug-ins/common/csource.c:774 plug-ins/common/sparkle.c:450 +#: plug-ins/common/tileit.c:606 plug-ins/gap/gap_mov_dialog.c:1627 +#: plug-ins/gflare/gflare.c:3628 plug-ins/gflare/gflare.c:3658 +#: plug-ins/gflare/gflare.c:3688 +msgid "Opacity:" +msgstr "Opacidad:" + +#: plug-ins/common/cubism.c:170 +msgid "/Filters/Artistic/Cubism..." +msgstr "" + +#: plug-ins/common/cubism.c:282 +msgid "Cubistic Transformation" +msgstr "" + +#: plug-ins/common/cubism.c:311 +msgid "Cubism" +msgstr "" + +#: plug-ins/common/cubism.c:340 +msgid "Use Background Color" +msgstr "" + +#: plug-ins/common/cubism.c:351 plug-ins/mosaic/mosaic.c:671 +msgid "Tile Size:" +msgstr "" + +#: plug-ins/common/cubism.c:361 +msgid "Tile Saturation:" +msgstr "" + +#: plug-ins/common/curve_bend.c:350 +msgid "Upper" +msgstr "" + +#: plug-ins/common/curve_bend.c:351 +msgid "Lower" +msgstr "" + +#: plug-ins/common/curve_bend.c:357 +msgid "Smooth" +msgstr "Suave" + +#: plug-ins/common/curve_bend.c:358 +msgid "Free" +msgstr "Libre" + +#: plug-ins/common/curve_bend.c:683 +msgid "/Filters/Distorts/CurveBend..." +msgstr "" + +#: plug-ins/common/curve_bend.c:818 +msgid "CurveBend operates on layers only (but was called on channel or mask)" +msgstr "" + +#. The shell and main vbox +#: plug-ins/common/curve_bend.c:1376 +msgid "Curve Bend" +msgstr "" + +#: plug-ins/common/curve_bend.c:1383 plug-ins/gfig/gfig.c:2869 +#: plug-ins/gfig/gfig.c:5349 plug-ins/gflare/gflare.c:3125 +#: plug-ins/imagemap/imap_cmd_copy.c:49 +#: plug-ins/imagemap/imap_cmd_copy_object.c:50 +#: plug-ins/imagemap/imap_menu.c:287 plug-ins/imagemap/imap_toolbar.c:132 +msgid "Copy" +msgstr "" + +#: plug-ins/common/curve_bend.c:1385 +msgid "CopyInv" +msgstr "" + +#: plug-ins/common/curve_bend.c:1387 +msgid "Swap" +msgstr "" + +#. The Load button +#: plug-ins/common/curve_bend.c:1406 +msgid "LoadCurve" +msgstr "" + +#. The Save button +#: plug-ins/common/curve_bend.c:1414 +msgid "SaveCurve" +msgstr "" + +#. Rotate label & spinbutton +#: plug-ins/common/curve_bend.c:1422 +msgid "Rotate: " +msgstr "" + +#: plug-ins/common/curve_bend.c:1440 +msgid "Curve for Border: " +msgstr "" + +#. The option menu for selecting the drawing method +#: plug-ins/common/curve_bend.c:1453 +msgid "Curve Type: " +msgstr "" + +#. The preview button +#: plug-ins/common/curve_bend.c:1514 +msgid "PreviewOnce" +msgstr "" + +# //R Ojito +#. The smoothing toggle +#: plug-ins/common/curve_bend.c:1533 +msgid "Smoothing" +msgstr "Suavizado" + +# //R Mejorar esto +#. The antialiasing toggle +#: plug-ins/common/curve_bend.c:1543 plug-ins/common/newsprint.c:1429 +#: plug-ins/common/ripple.c:629 plug-ins/gfig/gfig.c:3158 +#: plug-ins/mosaic/mosaic.c:602 +msgid "Antialiasing" +msgstr "Anti-escalera" + +#. The wor_on_copy toggle +#: plug-ins/common/curve_bend.c:1553 +msgid "Work on Copy" +msgstr "" + +#. filesel is already open +#: plug-ins/common/curve_bend.c:2184 +msgid "Load Curve Points from file" +msgstr "" + +#. filesel is already open +#: plug-ins/common/curve_bend.c:2214 +msgid "Save Curve Points to file" +msgstr "" + +#: plug-ins/common/curve_bend.c:3351 +#, fuzzy +msgid "Curve Bend..." +msgstr "Curvado" + +#: plug-ins/common/decompose.c:112 plug-ins/common/decompose.c:115 +msgid "red" +msgstr "" + +#: plug-ins/common/decompose.c:113 plug-ins/common/decompose.c:116 +msgid "green" +msgstr "" + +#: plug-ins/common/decompose.c:114 plug-ins/common/decompose.c:117 +msgid "blue" +msgstr "" + +#: plug-ins/common/decompose.c:118 plug-ins/common/decompose.c:121 +msgid "hue" +msgstr "" + +#: plug-ins/common/decompose.c:119 plug-ins/common/decompose.c:122 +msgid "saturation" +msgstr "" + +#: plug-ins/common/decompose.c:120 plug-ins/common/decompose.c:123 +msgid "value" +msgstr "" + +#: plug-ins/common/decompose.c:124 plug-ins/common/decompose.c:127 +msgid "cyan" +msgstr "" + +#: plug-ins/common/decompose.c:125 plug-ins/common/decompose.c:128 +msgid "magenta" +msgstr "" + +#: plug-ins/common/decompose.c:126 plug-ins/common/decompose.c:129 +msgid "yellow" +msgstr "" + +#: plug-ins/common/decompose.c:127 plug-ins/common/newsprint.c:423 +msgid "Cyan" +msgstr "Cian" + +#: plug-ins/common/decompose.c:128 plug-ins/common/newsprint.c:431 +msgid "Magenta" +msgstr "Magenta" + +#: plug-ins/common/decompose.c:129 plug-ins/common/newsprint.c:439 +msgid "Yellow" +msgstr "Amarillo" + +#: plug-ins/common/decompose.c:130 plug-ins/common/decompose.c:134 +msgid "cyan_k" +msgstr "" + +#: plug-ins/common/decompose.c:131 plug-ins/common/decompose.c:135 +msgid "magenta_k" +msgstr "" + +#: plug-ins/common/decompose.c:132 plug-ins/common/decompose.c:136 +msgid "yellow_k" +msgstr "" + +#: plug-ins/common/decompose.c:133 +msgid "black" +msgstr "" + +#: plug-ins/common/decompose.c:134 +msgid "Cyan_K" +msgstr "" + +#: plug-ins/common/decompose.c:135 +msgid "Magenta_K" +msgstr "" + +#: plug-ins/common/decompose.c:136 +msgid "Yellow_K" +msgstr "" + +#: plug-ins/common/decompose.c:137 +msgid "alpha" +msgstr "" + +#: plug-ins/common/decompose.c:207 +msgid "/Image/Mode/Decompose..." +msgstr "" + +#: plug-ins/common/decompose.c:287 +msgid "Decomposing..." +msgstr "" + +#: plug-ins/common/decompose.c:857 +msgid "Decompose" +msgstr "" + +#. parameter settings +#: plug-ins/common/decompose.c:874 +msgid "Extract Channels:" +msgstr "" + +#: plug-ins/common/deinterlace.c:91 +msgid "/Filters/Enhance/Deinterlace..." +msgstr "" + +#: plug-ins/common/deinterlace.c:147 +msgid "Deinterlace..." +msgstr "" + +#: plug-ins/common/deinterlace.c:273 +msgid "Deinterlace" +msgstr "" + +#: plug-ins/common/deinterlace.c:299 +msgid "Keep Odd Fields" +msgstr "" + +#: plug-ins/common/deinterlace.c:300 +msgid "Keep Even Fields" +msgstr "" + +#: plug-ins/common/depthmerge.c:197 +msgid "/Filters/Combine/Depth Merge..." +msgstr "" + +#: plug-ins/common/depthmerge.c:386 +msgid "Depth-merging..." +msgstr "" + +#: plug-ins/common/depthmerge.c:656 +msgid "Depth Merge" +msgstr "" + +#: plug-ins/common/depthmerge.c:706 +msgid "Source 1:" +msgstr "" + +#: plug-ins/common/depthmerge.c:723 plug-ins/common/depthmerge.c:757 +msgid "Depth Map:" +msgstr "" + +#: plug-ins/common/depthmerge.c:740 +msgid "Source 2:" +msgstr "" + +#: plug-ins/common/depthmerge.c:783 +msgid "Overlap:" +msgstr "" + +#: plug-ins/common/depthmerge.c:803 +msgid "Scale 1:" +msgstr "" + +#: plug-ins/common/depthmerge.c:813 +msgid "Scale 2:" +msgstr "" + +#: plug-ins/common/despeckle.c:180 +msgid "/Filters/Enhance/Despeckle..." +msgstr "" + +#. Source image region +#. Destination image region +#. Source pixel rows +#. Destination pixel row +#. Source pixel pointer +#. Pixel value sort array +#. Current sort value +#. Number of soft values +#. Looping vars +#. Current location in image +#. Current row in src_rows +#. Number of rows loaded +#. Last row loaded in src_rows +#. Looping var +#. Starting row for loop +#. Ending row for loop +#. Maximum number of filled src_rows +#. Width/height of the filter box +#. Byte width of the image +#. Looping vars +#. Current radius +#. Histogram count for 0 values +#. Histogram count for 255 values +#. +#. * Let the user know what we're doing... +#. +#: plug-ins/common/despeckle.c:404 +msgid "Despeckling..." +msgstr "" + +#: plug-ins/common/despeckle.c:631 +#, fuzzy +msgid "Despeckle" +msgstr "Perspectiva" + +#. +#. * Filter type controls... +#. +#: plug-ins/common/despeckle.c:720 +msgid "Type" +msgstr "Tipo" + +#: plug-ins/common/despeckle.c:729 plug-ins/gimpressionist/orientation.c:198 +#: plug-ins/gimpressionist/size.c:196 +msgid "Adaptive" +msgstr "" + +#: plug-ins/common/despeckle.c:738 +msgid "Recursive" +msgstr "" + +#: plug-ins/common/despeckle.c:776 +msgid "Black Level:" +msgstr "" + +#: plug-ins/common/despeckle.c:789 +msgid "White Level:" +msgstr "" + +#: plug-ins/common/destripe.c:146 +msgid "/Filters/Enhance/Destripe..." +msgstr "" + +#: plug-ins/common/destripe.c:344 +msgid "Destriping..." +msgstr "" + +#: plug-ins/common/destripe.c:567 +msgid "Destripe" +msgstr "" + +#: plug-ins/common/destripe.c:669 +msgid "Create Histogram" +msgstr "" + +#. Widht Scale +#. table col, row +#: plug-ins/common/destripe.c:692 plug-ins/common/gtm.c:559 +#: plug-ins/common/ps.c:2599 plug-ins/common/ps.c:2774 +#: plug-ins/common/smooth_palette.c:431 plug-ins/common/tile.c:420 +#: plug-ins/gap/gap_mov_dialog.c:1593 plug-ins/imagemap/imap_rectangle.c:387 +msgid "Width:" +msgstr "Anchura:" + +#: plug-ins/common/diffraction.c:190 +msgid "/Filters/Render/Pattern/Diffraction Patterns..." +msgstr "" + +#: plug-ins/common/diffraction.c:338 +msgid "Creating diffraction pattern..." +msgstr "" + +#: plug-ins/common/diffraction.c:560 +msgid "Diffraction Patterns" +msgstr "" + +#: plug-ins/common/diffraction.c:657 +msgid "Frequencies" +msgstr "" + +#: plug-ins/common/diffraction.c:696 +msgid "Contours" +msgstr "" + +#: plug-ins/common/diffraction.c:735 +msgid "Sharp edges" +msgstr "" + +#: plug-ins/common/diffraction.c:748 plug-ins/flame/flame.c:1020 +#: plug-ins/print/gimp_color_window.c:100 +msgid "Brightness:" +msgstr "" + +#: plug-ins/common/diffraction.c:757 +msgid "Scattering:" +msgstr "" + +#: plug-ins/common/diffraction.c:766 +msgid "Polatization:" +msgstr "" + +#: plug-ins/common/diffraction.c:774 +msgid "Other options" +msgstr "" + +#: plug-ins/common/displace.c:179 +msgid "/Filters/Map/Displace..." +msgstr "" + +#: plug-ins/common/displace.c:250 +msgid "Displacing..." +msgstr "" + +#: plug-ins/common/displace.c:301 +msgid "Displace" +msgstr "" + +#. The main table +#: plug-ins/common/displace.c:318 +msgid "Displace Options" +msgstr "" + +#. X options +#: plug-ins/common/displace.c:330 +msgid "X Displacement:" +msgstr "" + +#. Y Options +#: plug-ins/common/displace.c:365 +msgid "Y Displacement:" +msgstr "" + +#. ======================================================================= +#. Displacement Type +#: plug-ins/common/displace.c:408 plug-ins/common/warp.c:508 +msgid "On Edges:" +msgstr "" + +#: plug-ins/common/displace.c:423 plug-ins/common/edge.c:705 +#: plug-ins/common/ripple.c:668 plug-ins/common/warp.c:529 +#: plug-ins/common/waves.c:385 +msgid "Smear" +msgstr "" + +#: plug-ins/common/displace.c:434 plug-ins/common/edge.c:714 +#: plug-ins/common/fractaltrace.c:787 plug-ins/common/newsprint.c:447 +#: plug-ins/common/ripple.c:669 plug-ins/common/warp.c:540 +#: plug-ins/fits/fits.c:1024 plug-ins/flame/flame.c:1116 +#: plug-ins/gfig/gfig.c:3328 +msgid "Black" +msgstr "Negro" + +#: plug-ins/common/edge.c:167 +msgid "/Filters/Edge-Detect/Edge..." +msgstr "" + +#: plug-ins/common/edge.c:235 +msgid "Edge Detection..." +msgstr "" + +#: plug-ins/common/edge.c:651 +msgid "Edge Detection" +msgstr "" + +#: plug-ins/common/edge.c:681 plug-ins/common/spheredesigner.c:2637 +#: plug-ins/common/unsharp.c:828 +msgid "Amount:" +msgstr "" + +#: plug-ins/common/emboss.c:170 +msgid "/Filters/Distorts/Emboss..." +msgstr "" + +#: plug-ins/common/emboss.c:417 plug-ins/common/emboss.c:530 +#: plug-ins/common/emboss.c:565 +msgid "Emboss" +msgstr "" + +#: plug-ins/common/emboss.c:560 +msgid "Function" +msgstr "" + +#: plug-ins/common/emboss.c:564 plug-ins/common/spheredesigner.c:1573 +msgid "Bumpmap" +msgstr "" + +#: plug-ins/common/emboss.c:782 plug-ins/common/nlfilt.c:606 +#: plug-ins/common/waves.c:613 plug-ins/sinus/sinus.c:1204 +msgid "Do Preview" +msgstr "" + +#: plug-ins/common/engrave.c:122 +msgid "/Filters/Distorts/Engrave..." +msgstr "" + +#: plug-ins/common/engrave.c:194 +msgid "Engraving..." +msgstr "" + +#: plug-ins/common/engrave.c:229 +msgid "Engrave" +msgstr "" + +#: plug-ins/common/engrave.c:257 +msgid "Limit Line Width" +msgstr "" + +#. Height Scale +#. table col, row +#: plug-ins/common/engrave.c:266 plug-ins/common/film.c:1263 +#: plug-ins/common/gtm.c:573 plug-ins/common/ps.c:2608 +#: plug-ins/common/ps.c:2783 plug-ins/common/smooth_palette.c:440 +#: plug-ins/common/tile.c:424 plug-ins/gap/gap_mov_dialog.c:1610 +#: plug-ins/imagemap/imap_rectangle.c:393 +msgid "Height:" +msgstr "Altura:" + +#: plug-ins/common/exchange.c:126 +msgid "/Filters/Colors/Map/Color Exchange..." +msgstr "" + +#: plug-ins/common/exchange.c:223 +msgid "Color Exchange..." +msgstr "" + +#. set up the dialog +#: plug-ins/common/exchange.c:291 +msgid "Color Exchange" +msgstr "" + +#: plug-ins/common/exchange.c:339 +msgid "To Color" +msgstr "" + +#: plug-ins/common/exchange.c:339 +msgid "From Color" +msgstr "" + +#: plug-ins/common/exchange.c:352 +msgid "Color Exchange: To Color" +msgstr "" + +#: plug-ins/common/exchange.c:353 +msgid "Color Exchange: From Color" +msgstr "" + +#: plug-ins/common/exchange.c:387 +msgid "Red Threshold:" +msgstr "" + +#: plug-ins/common/exchange.c:415 +msgid "Green Threshold:" +msgstr "" + +#: plug-ins/common/exchange.c:444 +msgid "Blue Threshold:" +msgstr "" + +#: plug-ins/common/exchange.c:462 +msgid "Lock Thresholds" +msgstr "" + +#: plug-ins/common/film.c:254 +msgid "/Filters/Combine/Film..." +msgstr "" + +#: plug-ins/common/film.c:343 +msgid "Composing Images..." +msgstr "" + +#: plug-ins/common/film.c:456 +msgid "Untitled" +msgstr "Sin_nombre" + +#. ** Get a RGB copy of the source region ** +#: plug-ins/common/film.c:738 +msgid "Temporary" +msgstr "" + +#: plug-ins/common/film.c:1119 +msgid "Available Images:" +msgstr "" + +#: plug-ins/common/film.c:1120 +msgid "On Film:" +msgstr "" + +#: plug-ins/common/film.c:1147 +msgid "Add >>" +msgstr "" + +#: plug-ins/common/film.c:1147 plug-ins/common/iwarp.c:1034 +#: plug-ins/imagemap/imap_polygon.c:464 +msgid "Remove" +msgstr "Quitar" + +#. Film height/colour +#: plug-ins/common/film.c:1201 plug-ins/common/film.c:1234 +msgid "Film" +msgstr "" + +#. Keep maximum image height +#: plug-ins/common/film.c:1243 +msgid "Fit Height to Images" +msgstr "" + +#. Film color +#: plug-ins/common/film.c:1275 +msgid "Select Film Color" +msgstr "" + +#: plug-ins/common/film.c:1279 plug-ins/common/film.c:1323 +#: plug-ins/common/nova.c:395 plug-ins/gimpressionist/color.c:76 +msgid "Color:" +msgstr "" + +#. Film numbering: Startindex/Font/colour +#: plug-ins/common/film.c:1286 +msgid "Numbering" +msgstr "" + +#: plug-ins/common/film.c:1307 +msgid "Start Index:" +msgstr "" + +#: plug-ins/common/film.c:1315 +msgid "Font:" +msgstr "" + +#. Numbering color +#: plug-ins/common/film.c:1319 +msgid "Select Number Color" +msgstr "" + +#: plug-ins/common/film.c:1329 +msgid "At Bottom" +msgstr "" + +#: plug-ins/common/film.c:1329 +msgid "At Top" +msgstr "" + +#. ** The right frame keeps the image selection ** +#: plug-ins/common/film.c:1344 +msgid "Image Selection" +msgstr "" + +#: plug-ins/common/film.c:1361 +msgid "Advanced Settings (All Values are Fractions of the Film Height)" +msgstr "" + +#: plug-ins/common/film.c:1377 +msgid "Image Height:" +msgstr "" + +#: plug-ins/common/film.c:1391 +msgid "Image Spacing:" +msgstr "" + +#: plug-ins/common/film.c:1412 +msgid "Hole Offset:" +msgstr "" + +#: plug-ins/common/film.c:1426 +msgid "Hole Width:" +msgstr "" + +#: plug-ins/common/film.c:1440 +msgid "Hole Height:" +msgstr "" + +#: plug-ins/common/film.c:1454 +msgid "Hole Spacing:" +msgstr "" + +#: plug-ins/common/film.c:1475 +msgid "Number Height:" +msgstr "" + +#: plug-ins/common/film.c:1500 +msgid "Reset to Defaults" +msgstr "" + +#: plug-ins/common/flarefx.c:206 +msgid "/Filters/Light Effects/FlareFX..." +msgstr "" + +#: plug-ins/common/flarefx.c:278 +msgid "Render Flare..." +msgstr "" + +#: plug-ins/common/flarefx.c:333 +msgid "FlareFX" +msgstr "" + +#. to avoid side effects while initialization +#: plug-ins/common/flarefx.c:731 +msgid "Center of FlareFX" +msgstr "" + +#: plug-ins/common/fractaltrace.c:126 +msgid "/Filters/Map/Fractal Trace..." +msgstr "" + +#: plug-ins/common/fractaltrace.c:451 plug-ins/common/fractaltrace.c:733 +msgid "Fractal Trace" +msgstr "" + +#. Settings +#: plug-ins/common/fractaltrace.c:778 +msgid "Outside Type" +msgstr "" + +#: plug-ins/common/fractaltrace.c:783 plug-ins/common/warp.c:438 +msgid "Warp" +msgstr "" + +#: plug-ins/common/fractaltrace.c:789 plug-ins/fits/fits.c:1025 +#: plug-ins/gfig/gfig.c:2868 plug-ins/gfig/gfig.c:3329 +msgid "White" +msgstr "Blanco" + +#: plug-ins/common/fractaltrace.c:796 +msgid "Mandelbrot Parameters" +msgstr "" + +#: plug-ins/common/gauss_iir.c:163 +msgid "/Filters/Blur/Gaussian Blur (IIR)..." +msgstr "" + +#: plug-ins/common/gauss_iir.c:236 +msgid "gauss_iir: you must specify either horizontal or vertical (or both)" +msgstr "" + +#: plug-ins/common/gauss_iir.c:286 plug-ins/common/gauss_iir.c:347 +#: plug-ins/common/gauss_iir.c:437 +msgid "IIR Gaussian Blur" +msgstr "" + +#: plug-ins/common/gauss_iir.c:373 plug-ins/common/gauss_rle.c:370 +msgid "Blur Horizontally" +msgstr "" + +#: plug-ins/common/gauss_iir.c:381 plug-ins/common/gauss_rle.c:378 +msgid "Blur Vertically" +msgstr "" + +#: plug-ins/common/gauss_iir.c:392 plug-ins/common/gauss_rle.c:389 +#: plug-ins/common/sel_gauss.c:274 +msgid "Blur Radius:" +msgstr "" + +#. parameter settings +#: plug-ins/common/gauss_iir.c:454 plug-ins/common/gauss_rle.c:451 +msgid "Blur Radius" +msgstr "" + +#: plug-ins/common/gauss_iir.c:469 plug-ins/common/gauss_rle.c:466 +#: plug-ins/common/jigsaw.c:2353 plug-ins/common/spread.c:408 +msgid "Horizontal:" +msgstr "" + +#: plug-ins/common/gauss_iir.c:473 plug-ins/common/gauss_rle.c:470 +#: plug-ins/common/jigsaw.c:2363 plug-ins/common/spread.c:412 +msgid "Vertical:" +msgstr "" + +#: plug-ins/common/gauss_rle.c:160 +msgid "/Filters/Blur/Gaussian Blur (RLE)..." +msgstr "" + +#: plug-ins/common/gauss_rle.c:232 +msgid "gauss_rle: you must specify either horizontal or vertical (or both)" +msgstr "" + +#: plug-ins/common/gauss_rle.c:283 plug-ins/common/gauss_rle.c:344 +#: plug-ins/common/gauss_rle.c:434 +msgid "RLE Gaussian Blur" +msgstr "" + +#: plug-ins/common/gbr.c:402 +#, c-format +msgid "Unable to open %s" +msgstr "" + +#: plug-ins/common/gbr.c:468 +msgid "Save as Brush" +msgstr "" + +#: plug-ins/common/gbr.c:495 +msgid "Spacing:" +msgstr "Espaciado:" + +#: plug-ins/common/gbr.c:504 plug-ins/common/gpb.c:312 +#: plug-ins/common/pat.c:451 plug-ins/gimpressionist/presets.c:373 +#: plug-ins/imagemap/imap_settings.c:93 +msgid "Description:" +msgstr "" + +#: plug-ins/common/gee.c:140 +msgid "/Filters/Toys/The Egg..." +msgstr "" + +#: plug-ins/common/gee.c:233 +msgid "GEE! The GIMP E'er Egg!" +msgstr "" + +#. Action area - 'close' button only. +#: plug-ins/common/gee.c:244 +msgid "** Thank you for choosing GIMP **" +msgstr "" + +#: plug-ins/common/gicon.c:452 +msgid "Save as GIcon" +msgstr "" + +#: plug-ins/common/gicon.c:480 +msgid "Icon Name:" +msgstr "" + +#: plug-ins/common/gif.c:673 +msgid "" +"GIF: Couldn't simply reduce colors further.\n" +"Saving as opaque.\n" +msgstr "" + +#: plug-ins/common/gif.c:929 +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 +#, c-format +msgid "GIF: can't open %s\n" +msgstr "" + +#: plug-ins/common/gif.c:1150 +msgid "GIF Warning" +msgstr "" + +#: plug-ins/common/gif.c:1176 +msgid "" +"The image which you are trying to save as a GIF\n" +"contains layers which extend beyond the actual\n" +"borders of the image. This isn't allowed in GIFs,\n" +"I'm afraid.\n" +"\n" +"You may choose whether to crop all of the layers to\n" +"the image borders, or cancel this save." +msgstr "" + +#: plug-ins/common/gif.c:1221 +msgid "Save as GIF" +msgstr "" + +#. regular gif parameter settings +#: plug-ins/common/gif.c:1243 +msgid "GIF Options" +msgstr "" + +#: plug-ins/common/gif.c:1251 +msgid "Interlace" +msgstr "" + +#: plug-ins/common/gif.c:1262 +msgid "GIF Comment:" +msgstr "" + +#. additional animated gif parameter settings +#: plug-ins/common/gif.c:1321 +msgid "Animated GIF Options" +msgstr "" + +#: plug-ins/common/gif.c:1329 +msgid "Loop forever" +msgstr "" + +#: plug-ins/common/gif.c:1341 +msgid "Delay between Frames where Unspecified:" +msgstr "" + +#: plug-ins/common/gif.c:1353 +msgid "Milliseconds" +msgstr "" + +#: plug-ins/common/gif.c:1363 +msgid "Frame Disposal where Unspecified: " +msgstr "" + +#: plug-ins/common/gif.c:1372 +msgid "I don't Care" +msgstr "" + +#: plug-ins/common/gif.c:1374 +msgid "Cumulative Layers (Combine)" +msgstr "" + +#: plug-ins/common/gif.c:1376 +msgid "One Frame per Layer (Replace)" +msgstr "" + +#: plug-ins/common/gif.c:2360 +msgid "GIF: error writing output file\n" +msgstr "" + +#: plug-ins/common/gif.c:2451 +msgid "GIF save: Your comment string is too long.\n" +msgstr "" + +#: plug-ins/common/gifload.c:854 +#, c-format +msgid "Background (%dms)" +msgstr "" + +#: plug-ins/common/gifload.c:903 plug-ins/common/iwarp.c:739 +#: plug-ins/common/iwarp.c:762 plug-ins/common/mpeg.c:301 +#, c-format +msgid "Frame %d" +msgstr "" + +#: plug-ins/common/gifload.c:905 plug-ins/common/mpeg.c:298 +#, c-format +msgid "Frame %d (%dms)" +msgstr "" + +#: plug-ins/common/glasstile.c:116 +msgid "/Filters/Glass Effects/Glass Tile..." +msgstr "" + +#: plug-ins/common/glasstile.c:192 +msgid "Glass Tile..." +msgstr "" + +#: plug-ins/common/glasstile.c:232 +msgid "Glass Tile" +msgstr "" + +#: plug-ins/common/glasstile.c:262 +msgid "Tile Width:" +msgstr "" + +#: plug-ins/common/glasstile.c:272 plug-ins/mosaic/mosaic.c:680 +msgid "Tile Height:" +msgstr "" + +#: plug-ins/common/gpb.c:299 +msgid "Spacing (Percent):" +msgstr "" + +#: plug-ins/common/gpb.c:325 +msgid "Save as Pixmap Brush" +msgstr "" + +#: plug-ins/common/gpb.c:382 +msgid "Save as Pixmap Brush Pipe" +msgstr "" + +#: plug-ins/common/gpb.c:445 +msgid "Pixels" +msgstr "Píxeles" + +#: plug-ins/common/gpb.c:450 plug-ins/common/newsprint.c:1293 +msgid "Cell Size:" +msgstr "" + +#: plug-ins/common/gpb.c:462 +msgid "Number of Cells:" +msgstr "" + +#: plug-ins/common/gpb.c:486 +msgid " Rows of " +msgstr "" + +#: plug-ins/common/gpb.c:498 +msgid " Columns on each Layer" +msgstr "" + +#: plug-ins/common/gpb.c:502 +msgid " (Width Mismatch!) " +msgstr "" + +#: plug-ins/common/gpb.c:506 +msgid " (Height Mismatch!) " +msgstr "" + +#: plug-ins/common/gpb.c:511 +msgid "Display as:" +msgstr "" + +#: plug-ins/common/gpb.c:520 +msgid "Dimension:" +msgstr "" + +#: plug-ins/common/gpb.c:555 +msgid "Ranks:" +msgstr "" + +#: plug-ins/common/gpb.c:588 +msgid "Selection:" +msgstr "" + +#: plug-ins/common/gpb.c:1040 +#, c-format +msgid "Layer %s doesn't have an alpha channel, skipped" +msgstr "" + +#: plug-ins/common/gqbist.c:337 +msgid "/Filters/Render/Pattern/Qbist..." +msgstr "" + +#: plug-ins/common/gqbist.c:434 +msgid "Qbist..." +msgstr "" + +#: plug-ins/common/gqbist.c:579 +msgid "Load QBE file..." +msgstr "" + +#: plug-ins/common/gqbist.c:603 +msgid "Save (middle transform) as QBE file..." +msgstr "" + +#: plug-ins/common/gqbist.c:654 +msgid "G-Qbist 1.10" +msgstr "" + +#: plug-ins/common/gradmap.c:110 +msgid "/Filters/Colors/Map/Gradient Map" +msgstr "" + +#: plug-ins/common/gradmap.c:145 +msgid "Gradient Map..." +msgstr "" + +#: plug-ins/common/grid.c:142 +msgid "/Filters/Render/Pattern/Grid..." +msgstr "" + +#: plug-ins/common/grid.c:225 +msgid "Drawing Grid..." +msgstr "" + +#: plug-ins/common/grid.c:570 plug-ins/gfig/gfig.c:3404 +#: plug-ins/imagemap/imap_menu.c:400 plug-ins/imagemap/imap_popup.c:148 +#: plug-ins/imagemap/imap_toolbar.c:163 +msgid "Grid" +msgstr "" + +#: plug-ins/common/grid.c:633 +msgid "Intersection" +msgstr "" + +#: plug-ins/common/grid.c:634 +msgid "Width: " +msgstr "" + +#. attach labels +#: plug-ins/common/grid.c:692 +msgid "Spacing: " +msgstr "" + +#. attach labels +#: plug-ins/common/grid.c:752 +msgid "Offset: " +msgstr "" + +#. attach color selectors +#: plug-ins/common/grid.c:782 +msgid "Horizontal Color" +msgstr "" + +#: plug-ins/common/grid.c:792 +msgid "Vertical Color" +msgstr "" + +#: plug-ins/common/grid.c:802 +msgid "Intersection Color" +msgstr "" + +#: plug-ins/common/gtm.c:378 +msgid "GIMP Table Magic" +msgstr "" + +#: plug-ins/common/gtm.c:408 plug-ins/gfig/gfig.c:4100 +msgid "Warning" +msgstr "" + +#: plug-ins/common/gtm.c:419 +msgid "" +"Are you crazy?\n" +"\n" +"You are about to create a huge\n" +"HTML file which will most likely\n" +"crash your browser." +msgstr "" + +#. HTML Page Options +#: plug-ins/common/gtm.c:429 +msgid "HTML Page Options" +msgstr "" + +#: plug-ins/common/gtm.c:438 +msgid "Generate Full HTML Document" +msgstr "" + +#: plug-ins/common/gtm.c:446 +msgid "" +"If checked GTM will output a full HTML document with , , etc. " +"tags instead of just the table html." +msgstr "" + +#. HTML Table Creation Options +#: plug-ins/common/gtm.c:455 +msgid "Table Creation Options" +msgstr "" + +#: plug-ins/common/gtm.c:465 +msgid "Use Cellspan" +msgstr "" + +#: plug-ins/common/gtm.c:473 +msgid "" +"If checked GTM will replace any rectangular sections of identically colored " +"blocks with one large cell with ROWSPAN and COLSPAN values." +msgstr "" + +#: plug-ins/common/gtm.c:478 +msgid "Compress TD tags" +msgstr "" + +#: plug-ins/common/gtm.c:486 +msgid "" +"Checking this tag will cause GTM to leave no whitespace between the TD tags " +"and the cellcontent. This is only necessary for pixel level positioning " +"control." +msgstr "" + +#: plug-ins/common/gtm.c:492 +msgid "Caption" +msgstr "" + +#: plug-ins/common/gtm.c:500 +msgid "Check if you would like to have the table captioned." +msgstr "" + +#: plug-ins/common/gtm.c:513 +msgid "The text for the table caption." +msgstr "" + +#: plug-ins/common/gtm.c:521 +msgid "Cell Content:" +msgstr "" + +#: plug-ins/common/gtm.c:528 +msgid "The text to go into each cell." +msgstr "" + +#. HTML Table Options +#: plug-ins/common/gtm.c:534 +msgid "Table Options" +msgstr "" + +#: plug-ins/common/gtm.c:547 +msgid "Border:" +msgstr "Borde:" + +#: plug-ins/common/gtm.c:553 +msgid "The number of pixels in the table border." +msgstr "" + +#: plug-ins/common/gtm.c:566 +msgid "The width for each table cell. Can be a number or a percent." +msgstr "" + +#: plug-ins/common/gtm.c:580 +msgid "The height for each table cell. Can be a number or a percent." +msgstr "" + +#: plug-ins/common/gtm.c:587 +msgid "Cell-Padding:" +msgstr "" + +#: plug-ins/common/gtm.c:593 +msgid "The amount of cellpadding." +msgstr "" + +#: plug-ins/common/gtm.c:598 +msgid "Cell-Spacing:" +msgstr "" + +#: plug-ins/common/gtm.c:604 +msgid "The amount of cellspacing." +msgstr "" + +#: plug-ins/common/guillotine.c:81 +msgid "/Image/Transforms/Guillotine" +msgstr "" + +#: plug-ins/common/guillotine.c:114 +msgid "Guillotine..." +msgstr "" + +#: plug-ins/common/gz.c:328 +msgid "gz: no sensible extension, saving as gzip'd xcf\n" +msgstr "" + +#: plug-ins/common/gz.c:482 +msgid "gz: no sensible extension, attempting to load with file magic\n" +msgstr "" + +#: plug-ins/common/hot.c:233 +msgid "/Filters/Colors/Hot..." +msgstr "" + +#: plug-ins/common/hot.c:383 plug-ins/common/hot.c:590 +msgid "Hot" +msgstr "" + +#: plug-ins/common/hot.c:615 +msgid "Create New Layer" +msgstr "" + +#: plug-ins/common/hot.c:636 +msgid "Action" +msgstr "" + +#: plug-ins/common/hot.c:640 +msgid "Reduce Luminance" +msgstr "" + +#: plug-ins/common/hot.c:641 +msgid "Reduce Saturation" +msgstr "" + +#: plug-ins/common/hot.c:642 plug-ins/common/waves.c:386 +msgid "Blacken" +msgstr "" + +#: plug-ins/common/illusion.c:115 +msgid "/Filters/Map/Illusion..." +msgstr "" + +#. dialog window +#: plug-ins/common/illusion.c:313 +msgid "Illusion" +msgstr "" + +#: plug-ins/common/illusion.c:345 +msgid "Division:" +msgstr "" + +#: plug-ins/common/iwarp.c:253 +msgid "/Filters/Distorts/IWarp..." +msgstr "" + +#: plug-ins/common/iwarp.c:649 +#, fuzzy +msgid "Warping..." +msgstr "Cizallando.." + +#: plug-ins/common/iwarp.c:744 plug-ins/common/iwarp.c:755 +#, c-format +msgid "Warping Frame Nr %d ..." +msgstr "" + +#: plug-ins/common/iwarp.c:756 plug-ins/common/iwarp.c:958 +msgid "Ping Pong" +msgstr "" + +#: plug-ins/common/iwarp.c:918 plug-ins/common/iwarp.c:970 +msgid "Animate" +msgstr "" + +#: plug-ins/common/iwarp.c:941 +#, fuzzy +msgid "Number of Frames:" +msgstr "Número de procesadores a usar:" + +#: plug-ins/common/iwarp.c:950 +msgid "Reverse" +msgstr "" + +#: plug-ins/common/iwarp.c:998 +#, fuzzy +msgid "Deform Radius:" +msgstr "Radio:" + +#: plug-ins/common/iwarp.c:1008 +msgid "Deform Amount:" +msgstr "" + +#: plug-ins/common/iwarp.c:1017 +msgid "Deform Mode" +msgstr "" + +#: plug-ins/common/iwarp.c:1031 plug-ins/ifscompose/ifscompose.c:867 +#: plug-ins/ifscompose/ifscompose.c:1134 plug-ins/imagemap/imap_cmd_move.c:80 +#: plug-ins/imagemap/imap_cmd_object_move.c:53 +msgid "Move" +msgstr "Mover" + +#: plug-ins/common/iwarp.c:1032 +msgid "Grow" +msgstr "" + +#: plug-ins/common/iwarp.c:1033 +msgid "Swirl CCW" +msgstr "" + +#: plug-ins/common/iwarp.c:1035 +msgid "Shrink" +msgstr "" + +#: plug-ins/common/iwarp.c:1036 +msgid "Swirl CW" +msgstr "" + +#: plug-ins/common/iwarp.c:1057 plug-ins/sinus/sinus.c:1040 +msgid "Bilinear" +msgstr "" + +#: plug-ins/common/iwarp.c:1075 +msgid "Adaptive Supersample" +msgstr "" + +#: plug-ins/common/iwarp.c:1094 plug-ins/gflare/gflare.c:3036 +msgid "Max Depth:" +msgstr "Profundidad máxima:" + +#: plug-ins/common/iwarp.c:1104 plug-ins/common/threshold_alpha.c:297 +#: plug-ins/common/unsharp.c:837 plug-ins/common/wind.c:818 +#: plug-ins/gflare/gflare.c:3048 +msgid "Threshold:" +msgstr "Umbral:" + +#. parameter settings +#: plug-ins/common/iwarp.c:1117 plug-ins/common/sample_colorize.c:1400 +#: plug-ins/gap/gap_mod_layer.c:219 plug-ins/gfig/gfig.c:3992 +#: plug-ins/gflare/gflare.c:3065 plug-ins/sinus/sinus.c:898 +msgid "Settings" +msgstr "" + +#: plug-ins/common/iwarp.c:1150 +msgid "IWarp" +msgstr "" + +#: plug-ins/common/jigsaw.c:336 +msgid "/Filters/Render/Pattern/Jigsaw..." +msgstr "" + +#: plug-ins/common/jigsaw.c:392 +msgid "Assembling Jigsaw" +msgstr "" + +#. Create the dialog box +#: plug-ins/common/jigsaw.c:2311 +msgid "Jigsaw" +msgstr "" + +#: plug-ins/common/jigsaw.c:2341 +msgid "Number of Tiles" +msgstr "" + +#: plug-ins/common/jigsaw.c:2356 +msgid "Number of pieces going across" +msgstr "" + +#: plug-ins/common/jigsaw.c:2366 +msgid "Number of pieces going down" +msgstr "" + +#: plug-ins/common/jigsaw.c:2374 +msgid "Bevel Edges" +msgstr "" + +#: plug-ins/common/jigsaw.c:2386 +msgid "Bevel Width:" +msgstr "" + +#: plug-ins/common/jigsaw.c:2390 +msgid "Degree of slope of each piece's edge" +msgstr "" + +#: plug-ins/common/jigsaw.c:2401 +msgid "The amount of highlighting on the edges of each piece" +msgstr "" + +#: plug-ins/common/jigsaw.c:2415 +msgid "Jigsaw Style" +msgstr "" + +#: plug-ins/common/jigsaw.c:2419 +msgid "Square" +msgstr "Cuadrado" + +#: plug-ins/common/jigsaw.c:2420 +msgid "Curved" +msgstr "Curvado" + +#: plug-ins/common/jigsaw.c:2424 +msgid "Each piece has straight sides" +msgstr "" + +#: plug-ins/common/jigsaw.c:2425 +msgid "Each piece has curved sides" +msgstr "" + +#: plug-ins/common/jigsaw.c:2433 +msgid "Disable Tooltips" +msgstr "" + +#: plug-ins/common/jigsaw.c:2441 +msgid "Toggle Tooltips on/off" +msgstr "" + +#: plug-ins/common/jpeg.c:420 +msgid "Export Preview" +msgstr "" + +#: plug-ins/common/jpeg.c:742 +#, c-format +msgid "can't open \"%s\"\n" +msgstr "" + +#: plug-ins/common/jpeg.c:894 +msgid "JPEG preview" +msgstr "" + +#: plug-ins/common/jpeg.c:1115 +#, c-format +msgid "Size: %lu bytes (%02.01f kB)" +msgstr "" + +#: plug-ins/common/jpeg.c:1513 plug-ins/common/jpeg.c:1647 +msgid "Size: unknown" +msgstr "" + +#: plug-ins/common/jpeg.c:1604 +msgid "Save as Jpeg" +msgstr "" + +#. sg - preview +#: plug-ins/common/jpeg.c:1627 +msgid "Image Preview" +msgstr "" + +#: plug-ins/common/jpeg.c:1636 +msgid "Preview (in Image Window)" +msgstr "" + +#: plug-ins/common/jpeg.c:1667 plug-ins/xjt/xjt.c:843 +msgid "Quality:" +msgstr "" + +#: plug-ins/common/jpeg.c:1689 plug-ins/xjt/xjt.c:852 +msgid "Smoothing:" +msgstr "" + +#: plug-ins/common/jpeg.c:1716 +msgid "Restart Markers" +msgstr "" + +#: plug-ins/common/jpeg.c:1724 +msgid "Restart Frequency (Rows):" +msgstr "" + +#: plug-ins/common/jpeg.c:1753 plug-ins/xjt/xjt.c:823 +msgid "Optimize" +msgstr "" + +#: plug-ins/common/jpeg.c:1765 +msgid "Progressive" +msgstr "" + +#: plug-ins/common/jpeg.c:1782 +msgid "Force Baseline JPEG (Readable by all Decoders)" +msgstr "" + +#: plug-ins/common/jpeg.c:1804 +msgid "Subsampling:" +msgstr "" + +#: plug-ins/common/jpeg.c:1817 +msgid "Fast integer" +msgstr "" + +#: plug-ins/common/jpeg.c:1818 +msgid "Integer" +msgstr "" + +#: plug-ins/common/jpeg.c:1819 +msgid "Floating-point" +msgstr "" + +#: plug-ins/common/jpeg.c:1823 +msgid "DCT Method (Speed/Quality Tradeoff):" +msgstr "" + +#: plug-ins/common/jpeg.c:1840 +msgid "Image Comments" +msgstr "" + +#: plug-ins/common/laplace.c:87 +msgid "/Filters/Edge-Detect/Laplace" +msgstr "" + +#: plug-ins/common/laplace.c:217 +msgid "Laplace..." +msgstr "" + +#: plug-ins/common/laplace.c:291 +msgid "Cleanup..." +msgstr "" + +#: plug-ins/common/lic.c:913 plug-ins/common/lic.c:1015 +msgid "Van Gogh (LIC)" +msgstr "" + +#: plug-ins/common/lic.c:1045 +msgid "" +"Create\n" +"New Image" +msgstr "" + +#: plug-ins/common/lic.c:1052 +msgid "Effect Channel" +msgstr "" + +#: plug-ins/common/lic.c:1059 +msgid "Brightness" +msgstr "Brillo" + +#: plug-ins/common/lic.c:1065 +msgid "Effect Operator" +msgstr "" + +#: plug-ins/common/lic.c:1070 +msgid "Derivative" +msgstr "" + +#: plug-ins/common/lic.c:1071 plug-ins/sinus/sinus.c:1035 +msgid "Gradient" +msgstr "Gradiente" + +#: plug-ins/common/lic.c:1077 +msgid "Convolve" +msgstr "Convolución" + +#: plug-ins/common/lic.c:1082 +msgid "With White Noise" +msgstr "" + +#: plug-ins/common/lic.c:1083 +msgid "With Source Image" +msgstr "" + +#: plug-ins/common/lic.c:1111 +msgid "Effect Image:" +msgstr "" + +#: plug-ins/common/lic.c:1127 +msgid "Filter Length:" +msgstr "" + +#: plug-ins/common/lic.c:1136 +msgid "Noise Magnitude:" +msgstr "" + +#: plug-ins/common/lic.c:1145 +msgid "Integration Steps:" +msgstr "" + +#: plug-ins/common/lic.c:1154 +msgid "Minimum Value:" +msgstr "" + +#: plug-ins/common/lic.c:1163 +msgid "Maximum Value:" +msgstr "" + +#: plug-ins/common/lic.c:1224 +msgid "/Filters/Map/Van Gogh (LIC)..." +msgstr "" + +#: plug-ins/common/mail.c:223 +msgid "/File/Mail Image..." +msgstr "" + +#: plug-ins/common/mail.c:499 +msgid "Send to Mail" +msgstr "" + +#: plug-ins/common/mail.c:530 +#, fuzzy +msgid "Recipient:" +msgstr "Repetir:" + +#: plug-ins/common/mail.c:542 +#, fuzzy +msgid "Sender:" +msgstr "Centro X:" + +#: plug-ins/common/mail.c:554 +msgid "Subject:" +msgstr "" + +#: plug-ins/common/mail.c:578 plug-ins/gfig/gfig.c:3757 +#: plug-ins/imagemap/imap_settings.c:79 +msgid "Filename:" +msgstr "" + +#. Encapsulation label +#: plug-ins/common/mail.c:615 +msgid "Encapsulation:" +msgstr "" + +#: plug-ins/common/mail.c:627 +msgid "Uuencode" +msgstr "" + +#: plug-ins/common/mail.c:629 +msgid "MIME" +msgstr "" + +#: plug-ins/common/mail.c:729 +msgid "mail: some sort of error with the file extension or lack thereof \n" +msgstr "" + +#: plug-ins/common/mapcolor.c:142 +msgid "First Source Color" +msgstr "" + +#: plug-ins/common/mapcolor.c:143 +msgid "Second Source Color" +msgstr "" + +#: plug-ins/common/mapcolor.c:144 +msgid "First Destination Color" +msgstr "" + +#: plug-ins/common/mapcolor.c:145 +msgid "Second Destination Color" +msgstr "" + +#: plug-ins/common/mapcolor.c:348 +msgid "/Filters/Colors/Map/Adjust FG-BG" +msgstr "" + +#: plug-ins/common/mapcolor.c:363 +#, fuzzy +msgid "/Filters/Colors/Map/Color Range Mapping..." +msgstr "/Filtros/Colores/Mapa/Mapa Alien..." + +#: plug-ins/common/mapcolor.c:408 plug-ins/common/mapcolor.c:763 +msgid "" +"Color Mapping / Adjust FG/BG:\n" +"Cannot operate on gray/indexed images" +msgstr "" + +#: plug-ins/common/mapcolor.c:436 +msgid "Adjusting Foreground/Background" +msgstr "" + +#: plug-ins/common/mapcolor.c:484 +msgid "Mapping colors" +msgstr "" + +#: plug-ins/common/mapcolor.c:573 +#, fuzzy +msgid "Map Color Range" +msgstr "Balance de color" + +#: plug-ins/common/mapcolor.c:622 +msgid "Source color range" +msgstr "" + +#: plug-ins/common/mapcolor.c:623 +#, fuzzy +msgid "Destination color range" +msgstr "Tramado de color posicionado" + +#: plug-ins/common/mapcolor.c:669 plug-ins/gap/gap_decode_mpeg_main.c:662 +#: plug-ins/gap/gap_decode_xanim.c:233 plug-ins/gap/gap_lib.c:2100 +#: plug-ins/gap/gap_lib.c:2279 plug-ins/gap/gap_range_ops.c:258 +#: plug-ins/gap/gap_range_ops.c:608 plug-ins/gfli/gfli.c:892 +#: plug-ins/gfli/gfli.c:961 +msgid "To:" +msgstr "" + +#: plug-ins/common/max_rgb.c:114 +msgid "/Filters/Colors/Max RGB..." +msgstr "" + +#: plug-ins/common/max_rgb.c:150 +msgid "Max RGB: Can only operate on RGB drawables." +msgstr "" + +#: plug-ins/common/max_rgb.c:203 +msgid "Max RGB: Scanning..." +msgstr "" + +#: plug-ins/common/max_rgb.c:261 +msgid "Max RGB" +msgstr "" + +#: plug-ins/common/max_rgb.c:281 +msgid "Hold the Maximal Channels" +msgstr "" + +#: plug-ins/common/max_rgb.c:283 +msgid "Hold the Minimal Channels" +msgstr "" + +#: plug-ins/common/mblur.c:171 +msgid "/Filters/Blur/Motion Blur..." +msgstr "" + +#: plug-ins/common/mblur.c:633 plug-ins/common/unsharp.c:288 +msgid "Blurring..." +msgstr "" + +#: plug-ins/common/mblur.c:779 +msgid "Motion Blur" +msgstr "" + +#: plug-ins/common/mblur.c:801 +msgid "Blur Type" +msgstr "" + +#: plug-ins/common/mblur.c:806 plug-ins/gimpressionist/orientation.c:161 +#: plug-ins/gimpressionist/size.c:160 +msgid "Radial" +msgstr "Radial" + +#: plug-ins/common/mblur.c:807 plug-ins/imagemap/imap_popup.c:141 +msgid "Zoom" +msgstr "" + +#: plug-ins/common/mblur.c:813 +msgid "Blur Parameters" +msgstr "" + +#. Angle +#: plug-ins/common/mblur.c:834 plug-ins/common/newsprint.c:1025 +#: plug-ins/common/warp.c:693 plug-ins/gimpressionist/orientmap.c:551 +#: plug-ins/ifscompose/ifscompose.c:554 +msgid "Angle:" +msgstr "Ángulo:" + +#: plug-ins/common/mpeg.c:231 +msgid "Loading MPEG movie..." +msgstr "" + +#: plug-ins/common/newsprint.c:165 +msgid "Round" +msgstr "" + +#: plug-ins/common/newsprint.c:174 +msgid "Line" +msgstr "" + +#: plug-ins/common/newsprint.c:183 +msgid "Diamond" +msgstr "" + +#: plug-ins/common/newsprint.c:191 +msgid "PS Square (Euclidean Dot)" +msgstr "" + +#: plug-ins/common/newsprint.c:200 +msgid "PS Diamond" +msgstr "" + +#: plug-ins/common/newsprint.c:460 plug-ins/common/newsprint.c:1378 +msgid "Intensity" +msgstr "" + +#: plug-ins/common/newsprint.c:563 +msgid "/Filters/Distorts/Newsprint..." +msgstr "" + +#: plug-ins/common/newsprint.c:663 +msgid "Newsprintifing..." +msgstr "" + +#: plug-ins/common/newsprint.c:1048 +msgid "Spot Function:" +msgstr "" + +#: plug-ins/common/newsprint.c:1225 +msgid "Newsprint" +msgstr "" + +#. resolution settings +#: plug-ins/common/newsprint.c:1248 +msgid "Resolution" +msgstr "" + +#: plug-ins/common/newsprint.c:1272 +msgid "Input SPI:" +msgstr "" + +#: plug-ins/common/newsprint.c:1283 +msgid "Output LPI:" +msgstr "" + +#. screen settings +#: plug-ins/common/newsprint.c:1306 plug-ins/gap/gap_mov_dialog.c:242 +#: plug-ins/gflare/gflare.c:597 +msgid "Screen" +msgstr "Pantalla" + +#: plug-ins/common/newsprint.c:1329 +msgid "Black Pullout (%):" +msgstr "" + +#: plug-ins/common/newsprint.c:1352 +msgid "Separate to:" +msgstr "" + +#: plug-ins/common/newsprint.c:1397 +msgid "Lock Channels" +msgstr "" + +#: plug-ins/common/newsprint.c:1407 +msgid "Factory Defaults" +msgstr "" + +#: plug-ins/common/newsprint.c:1439 +msgid "Oversample:" +msgstr "" + +#: plug-ins/common/nlfilt.c:157 +msgid "/Filters/Enhance/NL Filter..." +msgstr "" + +#: plug-ins/common/nlfilt.c:267 plug-ins/common/nlfilt.c:354 +msgid "NL Filter" +msgstr "" + +#: plug-ins/common/nlfilt.c:384 +msgid "Filter" +msgstr "" + +#: plug-ins/common/nlfilt.c:388 +msgid "Alpha Trimmed Mean" +msgstr "" + +#: plug-ins/common/nlfilt.c:390 +msgid "Optimal Estimation" +msgstr "" + +#: plug-ins/common/nlfilt.c:392 +msgid "Edge Enhancement" +msgstr "" + +#: plug-ins/common/noisify.c:125 +msgid "/Filters/Noise/Noisify..." +msgstr "" + +#: plug-ins/common/noisify.c:201 +msgid "Adding Noise..." +msgstr "" + +#: plug-ins/common/noisify.c:328 +msgid "Noisify" +msgstr "" + +#: plug-ins/common/noisify.c:357 +msgid "Independent" +msgstr "" + +#: plug-ins/common/noisify.c:370 plug-ins/common/noisify.c:382 +msgid "Gray:" +msgstr "" + +#: plug-ins/common/noisify.c:481 +#, c-format +msgid "Channel #%d:" +msgstr "" + +#: plug-ins/common/normalize.c:83 +msgid "/Image/Colors/Auto/Normalize" +msgstr "" + +#: plug-ins/common/normalize.c:115 +msgid "Normalizing..." +msgstr "" + +#: plug-ins/common/nova.c:215 +msgid "/Filters/Light Effects/SuperNova..." +msgstr "" + +#: plug-ins/common/nova.c:296 +msgid "Rendering SuperNova..." +msgstr "" + +#: plug-ins/common/nova.c:359 +msgid "SuperNova" +msgstr "" + +#: plug-ins/common/nova.c:391 +msgid "SuperNova Color Picker" +msgstr "" + +#: plug-ins/common/nova.c:408 +msgid "Spokes:" +msgstr "" + +#: plug-ins/common/nova.c:417 plug-ins/common/sparkle.c:460 +msgid "Random Hue:" +msgstr "" + +#. to avoid side effects while initialization +#: plug-ins/common/nova.c:480 +msgid "Center of SuperNova" +msgstr "" + +#: plug-ins/common/oilify.c:117 +msgid "/Filters/Artistic/Oilify..." +msgstr "" + +#: plug-ins/common/oilify.c:191 +msgid "Oil Painting..." +msgstr "" + +#: plug-ins/common/oilify.c:457 +msgid "Oilify" +msgstr "" + +#: plug-ins/common/oilify.c:485 +msgid "Use Intensity Algorithm" +msgstr "" + +#: plug-ins/common/oilify.c:494 +msgid "Mask Size:" +msgstr "" + +#: plug-ins/common/papertile.c:243 +msgid "Paper Tile" +msgstr "" + +#: plug-ins/common/papertile.c:269 +msgid "Division" +msgstr "" + +#: plug-ins/common/papertile.c:303 plug-ins/gimpressionist/size.c:120 +#: plug-ins/gimpressionist/sizemap.c:451 +msgid "Size:" +msgstr "Tamaño:" + +#: plug-ins/common/papertile.c:309 +msgid "Fractional Pixels" +msgstr "" + +#: plug-ins/common/papertile.c:316 +msgid "Ignore" +msgstr "Ignorar" + +#: plug-ins/common/papertile.c:318 +msgid "Force" +msgstr "" + +#: plug-ins/common/papertile.c:331 +msgid "Centering" +msgstr "" + +#: plug-ins/common/papertile.c:344 +msgid "Movement" +msgstr "" + +#: plug-ins/common/papertile.c:358 +msgid "Max (%):" +msgstr "" + +# //R Revisar +#: plug-ins/common/papertile.c:364 +msgid "Wrap Around" +msgstr "Encaje circular" + +#: plug-ins/common/papertile.c:373 +msgid "Background Type" +msgstr "" + +#: plug-ins/common/papertile.c:380 +msgid "Inverted Image" +msgstr "" + +#: plug-ins/common/papertile.c:382 +msgid "Image" +msgstr "Imagen" + +#: plug-ins/common/papertile.c:384 plug-ins/common/sparkle.c:534 +msgid "Foreground Color" +msgstr "" + +#: plug-ins/common/papertile.c:386 plug-ins/common/papertile.c:395 +#: plug-ins/common/sparkle.c:535 +msgid "Background Color" +msgstr "" + +#: plug-ins/common/papertile.c:870 +msgid "September 31, 1999" +msgstr "" + +#: plug-ins/common/papertile.c:871 +msgid "/Filters/Map/Paper Tile..." +msgstr "" + +#: plug-ins/common/pat.c:423 +msgid "Save as Pattern" +msgstr "" + +#: plug-ins/common/pixelize.c:166 +msgid "/Filters/Blur/Pixelize..." +msgstr "" + +#: plug-ins/common/pixelize.c:240 +msgid "Pixelizing..." +msgstr "" + +#: plug-ins/common/pixelize.c:284 +msgid "Pixelize" +msgstr "" + +#: plug-ins/common/pixelize.c:313 +msgid "Pixel Width:" +msgstr "" + +#: plug-ins/common/plasma.c:170 +msgid "/Filters/Render/Clouds/Plasma..." +msgstr "" + +#: plug-ins/common/plasma.c:247 +msgid "Plasma..." +msgstr "" + +#: plug-ins/common/plasma.c:290 +msgid "Plasma" +msgstr "" + +#: plug-ins/common/plasma.c:328 plug-ins/common/spheredesigner.c:2429 +msgid "Turbulence:" +msgstr "" + +#: plug-ins/common/plugindetails.c:44 +msgid "Internal GIMP procedure" +msgstr "Procedimiento interno GIMP" + +#: plug-ins/common/plugindetails.c:45 +msgid "GIMP Plug-In" +msgstr "Añadido GIMP" + +#: plug-ins/common/plugindetails.c:46 +msgid "GIMP Extension" +msgstr "Extensión GIMP" + +#: plug-ins/common/plugindetails.c:47 +msgid "Temporary Procedure" +msgstr "Procedimiento temporal" + +#: plug-ins/common/plugindetails.c:98 +msgid "/Xtns/Plugin Details..." +msgstr "" + +#: plug-ins/common/plugindetails.c:213 +msgid "Details <<" +msgstr "" + +#: plug-ins/common/plugindetails.c:224 plug-ins/common/plugindetails.c:1109 +msgid "Details >>" +msgstr "" + +#. Number of plugins +#: plug-ins/common/plugindetails.c:312 +#, c-format +msgid "Number of Plugin Interfaces: %d" +msgstr "" + +#. menu path +#: plug-ins/common/plugindetails.c:330 +#, fuzzy +msgid "Menu Path:" +msgstr "Nuevo Camino" + +#. show the name +#: plug-ins/common/plugindetails.c:351 +#: plug-ins/dbbrowser/dbbrowser_utils.c:343 +#: plug-ins/gap/gap_dbbrowser_utils.c:325 +msgid "Name:" +msgstr "Nombre:" + +#. show the description +#: plug-ins/common/plugindetails.c:373 +#: plug-ins/dbbrowser/dbbrowser_utils.c:359 +#: plug-ins/gap/gap_dbbrowser_utils.c:342 +#, fuzzy +msgid "Blurb:" +msgstr "Emborronar" + +#: plug-ins/common/plugindetails.c:395 +#: plug-ins/dbbrowser/dbbrowser_utils.c:478 +#: plug-ins/gap/gap_dbbrowser_utils.c:459 +#, fuzzy +msgid "Help:" +msgstr "/_Ayuda" + +#. show the type +#: plug-ins/common/plugindetails.c:439 plug-ins/common/spheredesigner.c:2361 +#: plug-ins/gimpressionist/orientmap.c:580 +msgid "Type:" +msgstr "Tipo:" + +#: plug-ins/common/plugindetails.c:995 +#, fuzzy +msgid "Plugin Descriptions" +msgstr "Opciones de pintura" + +#: plug-ins/common/plugindetails.c:1000 +#: plug-ins/dbbrowser/dbbrowser_utils.c:152 +#: plug-ins/dbbrowser/dbbrowser_utils.c:171 +#: plug-ins/gap/gap_dbbrowser_utils.c:175 +msgid "Search by Name" +msgstr "" + +#. list : list in a scrolled_win +#: plug-ins/common/plugindetails.c:1037 +msgid "Name" +msgstr "Nombre" + +#: plug-ins/common/plugindetails.c:1038 plug-ins/common/plugindetails.c:1065 +msgid "Ins Date" +msgstr "" + +#: plug-ins/common/plugindetails.c:1039 +msgid "Menu Path" +msgstr "" + +#: plug-ins/common/plugindetails.c:1040 plug-ins/common/plugindetails.c:1066 +msgid "Image Types" +msgstr "" + +#: plug-ins/common/plugindetails.c:1057 +msgid "List View" +msgstr "" + +#. notebook->ctree +#: plug-ins/common/plugindetails.c:1064 +msgid "Menu Path/Name" +msgstr "" + +#: plug-ins/common/plugindetails.c:1076 +#, fuzzy +msgid "Tree View" +msgstr "Vista previa" + +#: plug-ins/common/plugindetails.c:1098 +#: plug-ins/dbbrowser/dbbrowser_utils.c:225 +#: plug-ins/gap/gap_dbbrowser_utils.c:137 +#, fuzzy +msgid "Search:" +msgstr "Cizallar" + +#: plug-ins/common/png.c:400 +#, c-format +msgid "" +"%s\n" +"PNG error. File corrupted?" +msgstr "" + +#. Aie! Unknown type +#: plug-ins/common/png.c:513 +#, c-format +msgid "" +"%s\n" +"PNG unknown color model" +msgstr "" + +#: plug-ins/common/png.c:1025 +msgid "Save as PNG" +msgstr "" + +#: plug-ins/common/png.c:1054 +msgid "Interlacing (Adam7)" +msgstr "" + +#: plug-ins/common/png.c:1063 +msgid "Skip Ancillary Chunks" +msgstr "" + +#: plug-ins/common/png.c:1080 +msgid "Compression Level:" +msgstr "" + +#: plug-ins/common/pnm.c:425 +#, c-format +msgid "PNM: Can't open file %s." +msgstr "" + +#: plug-ins/common/pnm.c:452 plug-ins/common/pnm.c:473 +#: plug-ins/common/pnm.c:480 plug-ins/common/pnm.c:489 +#: plug-ins/common/pnm.c:564 plug-ins/common/pnm.c:620 +msgid "PNM: Premature end of file." +msgstr "" + +#: plug-ins/common/pnm.c:454 +#, c-format +msgid "PNM: %s is not a valid file." +msgstr "" + +#: plug-ins/common/pnm.c:467 +msgid "PNM: File not in a supported format." +msgstr "" + +#: plug-ins/common/pnm.c:476 +msgid "PNM: Invalid X resolution." +msgstr "" + +#: plug-ins/common/pnm.c:483 +msgid "PNM: Invalid Y resolution." +msgstr "" + +#: plug-ins/common/pnm.c:495 +msgid "PNM: Invalid maximum value." +msgstr "" + +#: plug-ins/common/pnm.c:668 +msgid "PNM: Error reading file." +msgstr "" + +#: plug-ins/common/pnm.c:784 +msgid "PNM save cannot handle images with alpha channels." +msgstr "" + +#: plug-ins/common/pnm.c:945 +msgid "Save as PNM" +msgstr "" + +#: plug-ins/common/pnm.c:966 +msgid "Raw" +msgstr "" + +#: plug-ins/common/pnm.c:967 +msgid "Ascii" +msgstr "" + +#: plug-ins/common/polar.c:216 +msgid "/Filters/Distorts/Polar Coords..." +msgstr "" + +#: plug-ins/common/polar.c:410 +msgid "Polarizing..." +msgstr "" + +#: plug-ins/common/polar.c:938 +msgid "Polarize" +msgstr "" + +#: plug-ins/common/polar.c:1000 +msgid "Circle Depth in Percent:" +msgstr "" + +#: plug-ins/common/polar.c:1009 +msgid "Offset Angle:" +msgstr "" + +#: plug-ins/common/polar.c:1021 +msgid "Map Backwards" +msgstr "" + +#: plug-ins/common/polar.c:1029 +msgid "" +"If checked the mapping will begin at the right side, as opposed to beginning " +"at the left." +msgstr "" + +#: plug-ins/common/polar.c:1033 +msgid "Map from Top" +msgstr "" + +#: plug-ins/common/polar.c:1041 +msgid "" +"If unchecked the mapping will put the bottom row in the middle and the top " +"row on the outside. If checked it will be the opposite." +msgstr "" + +#: plug-ins/common/polar.c:1046 +msgid "To Polar" +msgstr "" + +#: plug-ins/common/polar.c:1054 +msgid "" +"If unchecked the image will be circularly mapped onto a rectangle. If " +"checked the image will be mapped onto a circle." +msgstr "" + +#: plug-ins/common/ps.c:873 +msgid "PS: can't open file for reading" +msgstr "" + +#: plug-ins/common/ps.c:880 +#, c-format +msgid "Interpreting and Loading %s:" +msgstr "" + +#: plug-ins/common/ps.c:888 +msgid "PS: can't interprete file" +msgstr "" + +#: plug-ins/common/ps.c:976 +msgid "PostScript save cannot handle images with alpha channels" +msgstr "" + +#: plug-ins/common/ps.c:987 +msgid "PS: cannot operate on unknown image types" +msgstr "" + +#: plug-ins/common/ps.c:996 +msgid "PS: can't open file for writing" +msgstr "" + +#: plug-ins/common/ps.c:2114 plug-ins/common/ps.c:2240 +#: plug-ins/common/ps.c:2384 plug-ins/common/ps.c:2506 +msgid "write error occured" +msgstr "" + +#: plug-ins/common/ps.c:2545 +msgid "Load PostScript" +msgstr "" + +#. Rendering +#: plug-ins/common/ps.c:2572 plug-ins/flame/flame.c:1003 +msgid "Rendering" +msgstr "" + +#: plug-ins/common/ps.c:2590 plug-ins/print/gimp_main_window.c:403 +msgid "Resolution:" +msgstr "Resolución:" + +#: plug-ins/common/ps.c:2618 +msgid "Pages:" +msgstr "" + +#: plug-ins/common/ps.c:2624 +msgid "Try Bounding Box" +msgstr "" + +#. Colouring +#: plug-ins/common/ps.c:2636 +msgid "Coloring" +msgstr "" + +#: plug-ins/common/ps.c:2640 +msgid "B/W" +msgstr "" + +#. * Gray * +#: plug-ins/common/ps.c:2641 plug-ins/rcm/rcm_dialog.c:394 +msgid "Gray" +msgstr "Gris" + +#: plug-ins/common/ps.c:2653 +msgid "Text Antialiasing" +msgstr "" + +#: plug-ins/common/ps.c:2658 plug-ins/common/ps.c:2671 +msgid "Weak" +msgstr "" + +#: plug-ins/common/ps.c:2659 plug-ins/common/ps.c:2672 +msgid "Strong" +msgstr "" + +#: plug-ins/common/ps.c:2665 +msgid "Graphic Antialiasing" +msgstr "" + +#: plug-ins/common/ps.c:2726 +msgid "Save as PostScript" +msgstr "" + +#. Image Size +#: plug-ins/common/ps.c:2756 +msgid "Image Size" +msgstr "" + +#: plug-ins/common/ps.c:2792 +msgid "X-Offset:" +msgstr "" + +#: plug-ins/common/ps.c:2801 +msgid "Y-Offset:" +msgstr "" + +#: plug-ins/common/ps.c:2807 +msgid "Keep Aspect Ratio" +msgstr "" + +#. Unit +#: plug-ins/common/ps.c:2816 +msgid "Unit" +msgstr "Unidad" + +#: plug-ins/common/ps.c:2820 +msgid "Inch" +msgstr "" + +#: plug-ins/common/ps.c:2821 +msgid "Millimeter" +msgstr "" + +#. Format +#: plug-ins/common/ps.c:2845 +msgid "Output" +msgstr "" + +#: plug-ins/common/ps.c:2853 plug-ins/print/print-printers.c:18 +msgid "PostScript Level 2" +msgstr "" + +#: plug-ins/common/ps.c:2861 +msgid "Encapsulated PostScript" +msgstr "" + +#: plug-ins/common/ps.c:2889 +msgid "Preview Size:" +msgstr "Tamaño de Vistas previas:" + +#: plug-ins/common/psd.c:1581 +msgid "Unnamed channel" +msgstr "" + +#: plug-ins/common/psp.c:438 +msgid "Save as PSP" +msgstr "" + +#. file save type +#: plug-ins/common/psp.c:455 +msgid "Data Compression" +msgstr "" + +#: plug-ins/common/psp.c:461 +msgid "RLE" +msgstr "" + +#: plug-ins/common/psp.c:462 +msgid "LZ77" +msgstr "" + +#: plug-ins/common/randomize.c:106 +msgid "Random Hurl 1.7" +msgstr "" + +#: plug-ins/common/randomize.c:107 +msgid "Random Pick 1.7" +msgstr "" + +#: plug-ins/common/randomize.c:108 +msgid "Random Slur 1.7" +msgstr "" + +#: plug-ins/common/randomize.c:241 +msgid "/Filters/Noise/Hurl..." +msgstr "" + +#: plug-ins/common/randomize.c:253 +msgid "/Filters/Noise/Pick..." +msgstr "" + +#: plug-ins/common/randomize.c:265 +msgid "/Filters/Noise/Slur..." +msgstr "" + +#: plug-ins/common/randomize.c:752 +msgid "Randomization (%):" +msgstr "" + +#: plug-ins/common/ripple.c:156 +msgid "/Filters/Distorts/Ripple..." +msgstr "" + +#: plug-ins/common/ripple.c:235 +msgid "Rippling..." +msgstr "" + +#: plug-ins/common/ripple.c:591 +msgid "Ripple" +msgstr "" + +#: plug-ins/common/ripple.c:637 +msgid "Retain Tilability" +msgstr "" + +#. Edges toggle box +#: plug-ins/common/ripple.c:663 +msgid "Edges" +msgstr "" + +#. Wave toggle box +#: plug-ins/common/ripple.c:677 +msgid "Wave Type" +msgstr "" + +#: plug-ins/common/ripple.c:681 +msgid "Sawtooth" +msgstr "" + +#: plug-ins/common/ripple.c:704 +msgid "Period:" +msgstr "" + +#: plug-ins/common/ripple.c:714 plug-ins/common/waves.c:418 +msgid "Amplitude:" +msgstr "" + +#: plug-ins/common/rotate.c:164 +msgid "/Layers/Rotate/90 degrees" +msgstr "" + +#: plug-ins/common/rotate.c:175 +msgid "/Layers/Rotate/180 degrees" +msgstr "" + +#: plug-ins/common/rotate.c:186 +msgid "/Layers/Rotate/270 degrees" +msgstr "" + +#: plug-ins/common/rotate.c:198 +msgid "/Image/Transforms/Rotate/90 degrees" +msgstr "" + +#: plug-ins/common/rotate.c:209 +msgid "/Image/Transforms/Rotate/180 degrees" +msgstr "" + +#: plug-ins/common/rotate.c:220 +msgid "/Image/Transforms/Rotate/270 degrees" +msgstr "" + +#: plug-ins/common/rotate.c:527 +msgid "You can not rotate the whole image if there's a selection." +msgstr "" + +#: plug-ins/common/rotate.c:533 +msgid "You can not rotate the whole image if there's a floating selection." +msgstr "" + +#: plug-ins/common/rotate.c:543 +msgid "Sorry, channels and masks can not be rotated." +msgstr "" + +#: plug-ins/common/rotate.c:549 +msgid "Rotating..." +msgstr "Rotando..." + +#: plug-ins/common/sample_colorize.c:307 +msgid "/Filters/Colors/Map/Sample Colorize..." +msgstr "" + +#: plug-ins/common/sample_colorize.c:1379 +msgid "Sample Colorize" +msgstr "" + +#. gtk_container_border_width (GTK_CONTAINER (box2), 5); +#: plug-ins/common/sample_colorize.c:1384 plug-ins/common/tileit.c:583 +#: plug-ins/dbbrowser/dbbrowser_utils.c:156 +#: plug-ins/gdyntext/gdyntext_ui.c:640 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 +msgid "Apply" +msgstr "Aplicar" + +#: plug-ins/common/sample_colorize.c:1386 +msgid "Get Sample Colors" +msgstr "" + +#. layer optionmenu (Dst) +#: plug-ins/common/sample_colorize.c:1420 +msgid "Destination:" +msgstr "" + +#. layer optionmenu (Sample) +#: plug-ins/common/sample_colorize.c:1439 +msgid "Sample:" +msgstr "" + +#. Add extra menu items for Gradient +#: plug-ins/common/sample_colorize.c:1458 +msgid "** From GRADIENT **" +msgstr "" + +#. Add extra menu items for Inverted Gradient +#: plug-ins/common/sample_colorize.c:1466 +msgid "** From INVERSE GRADIENT **" +msgstr "" + +#. check button +#: plug-ins/common/sample_colorize.c:1481 +#: plug-ins/common/sample_colorize.c:1506 +msgid "Show Selection" +msgstr "" + +#. check button +#: plug-ins/common/sample_colorize.c:1491 +#: plug-ins/common/sample_colorize.c:1516 +msgid "Show Color" +msgstr "" + +#: plug-ins/common/sample_colorize.c:1622 +msgid "In Level:" +msgstr "" + +#: plug-ins/common/sample_colorize.c:1675 +msgid "Out Level:" +msgstr "" + +#. check button +#: plug-ins/common/sample_colorize.c:1716 +msgid "Hold Intensity" +msgstr "" + +#. check button +#: plug-ins/common/sample_colorize.c:1726 +msgid "Original Intensity" +msgstr "" + +#. check button +#: plug-ins/common/sample_colorize.c:1743 +msgid "Use Subcolors" +msgstr "" + +#. check button +#: plug-ins/common/sample_colorize.c:1753 +msgid "Smooth Samplecolors" +msgstr "" + +#: plug-ins/common/sample_colorize.c:2779 +msgid "Sample Analyze..." +msgstr "" + +#: plug-ins/common/sample_colorize.c:3144 +msgid "Remap Colorized..." +msgstr "" + +#: plug-ins/common/scatter_hsv.c:144 +msgid "/Filters/Noise/Scatter HSV..." +msgstr "" + +#: plug-ins/common/scatter_hsv.c:229 +msgid "Scatter HSV: Scattering..." +msgstr "" + +#: plug-ins/common/scatter_hsv.c:387 +msgid "Scatter HSV" +msgstr "" + +#: plug-ins/common/scatter_hsv.c:407 +msgid "Preview (1:4) - Right Click to Jump" +msgstr "" + +#: plug-ins/common/scatter_hsv.c:458 +msgid "Holdness:" +msgstr "" + +#: plug-ins/common/screenshot.c:146 plug-ins/winsnap/winsnap.c:1083 +msgid "/File/Acquire/Screen Shot..." +msgstr "" + +#. Main Dialog +#: plug-ins/common/screenshot.c:393 +msgid "Screen Shot" +msgstr "" + +#. Action area +#: plug-ins/common/screenshot.c:398 plug-ins/winsnap/winsnap.c:910 +msgid "Grab" +msgstr "" + +#: plug-ins/common/screenshot.c:425 +msgid "Grab a Single Window" +msgstr "" + +#: plug-ins/common/screenshot.c:439 +msgid "Include Decorations" +msgstr "" + +#: plug-ins/common/screenshot.c:460 +msgid "Grab the Whole Screen" +msgstr "" + +#: plug-ins/common/screenshot.c:474 plug-ins/winsnap/winsnap.c:1018 +msgid "after" +msgstr "" + +#: plug-ins/common/screenshot.c:483 plug-ins/winsnap/winsnap.c:1027 +msgid "Seconds Delay" +msgstr "" + +#: plug-ins/common/sel_gauss.c:122 +msgid "/Filters/Blur/Selective Gaussian Blur..." +msgstr "" + +#: plug-ins/common/sel_gauss.c:198 plug-ins/common/sel_gauss.c:241 +msgid "Selective Gaussian Blur" +msgstr "" + +#: plug-ins/common/sel_gauss.c:215 +msgid "sel_gauss: Cannot operate on indexed color images" +msgstr "" + +#: plug-ins/common/sel_gauss.c:281 +msgid "Max. Delta:" +msgstr "" + +#: plug-ins/common/semiflatten.c:90 +msgid "/Filters/Colors/Semi-Flatten" +msgstr "" + +#: plug-ins/common/semiflatten.c:128 +msgid "Semi-Flatten..." +msgstr "" + +#: plug-ins/common/sharpen.c:168 +msgid "/Filters/Enhance/Sharpen..." +msgstr "" + +#. +#. * Let the user know what we're doing... +#. +#: plug-ins/common/sharpen.c:349 +msgid "Sharpening..." +msgstr "" + +#: plug-ins/common/sharpen.c:535 +#, c-format +msgid "Sharpen - %s" +msgstr "" + +#: plug-ins/common/sharpen.c:638 +msgid "Sharpness:" +msgstr "" + +#: plug-ins/common/shift.c:132 +msgid "/Filters/Distorts/Shift..." +msgstr "" + +#: plug-ins/common/shift.c:206 +msgid "Shifting..." +msgstr "" + +#: plug-ins/common/shift.c:377 +msgid "Shift" +msgstr "" + +#: plug-ins/common/shift.c:399 +msgid "Shift Horizontally" +msgstr "" + +#: plug-ins/common/shift.c:400 +msgid "Shift Vertically" +msgstr "" + +#: plug-ins/common/shift.c:419 +msgid "Shift Amount:" +msgstr "" + +#: plug-ins/common/smooth_palette.c:86 +msgid "/Filters/Colors/Smooth Palette..." +msgstr "" + +#: plug-ins/common/smooth_palette.c:170 +msgid "Deriving smooth palette..." +msgstr "" + +#: plug-ins/common/smooth_palette.c:399 +msgid "Smooth Palette" +msgstr "" + +#: plug-ins/common/smooth_palette.c:449 +msgid "Search Time:" +msgstr "" + +#: plug-ins/common/snoise.c:193 +msgid "/Filters/Render/Clouds/Solid Noise..." +msgstr "" + +#: plug-ins/common/snoise.c:318 +msgid "Solid Noise..." +msgstr "" + +#. Dialog initialization +#: plug-ins/common/snoise.c:521 +msgid "Solid Noise" +msgstr "" + +#: plug-ins/common/snoise.c:563 +msgid "Detail:" +msgstr "" + +#. Turbulent +#: plug-ins/common/snoise.c:570 +msgid "Turbulent" +msgstr "" + +#. Tilable +#: plug-ins/common/snoise.c:580 +msgid "Tilable" +msgstr "" + +#: plug-ins/common/snoise.c:591 +msgid "X Size:" +msgstr "" + +#: plug-ins/common/snoise.c:601 +msgid "Y Size:" +msgstr "" + +#: plug-ins/common/sobel.c:143 +msgid "/Filters/Edge-Detect/Sobel..." +msgstr "" + +#: plug-ins/common/sobel.c:257 +msgid "Sobel Edge Detection" +msgstr "" + +#: plug-ins/common/sobel.c:283 +msgid "Sobel Horizontally" +msgstr "" + +#: plug-ins/common/sobel.c:291 +msgid "Sobel Vertically" +msgstr "" + +#: plug-ins/common/sobel.c:299 +msgid "Keep Sign of Result (one Direction only)" +msgstr "" + +#: plug-ins/common/sobel.c:372 +msgid "Sobel Edge Detecting..." +msgstr "" + +#: plug-ins/common/sparkle.c:192 +msgid "/Filters/Light Effects/Sparkle..." +msgstr "" + +#: plug-ins/common/sparkle.c:295 +msgid "Sparkling..." +msgstr "" + +#: plug-ins/common/sparkle.c:351 +msgid "Sparkle" +msgstr "" + +#: plug-ins/common/sparkle.c:389 +msgid "Luminosity Threshold:" +msgstr "" + +#: plug-ins/common/sparkle.c:392 +msgid "Adjust the Luminosity Threshold" +msgstr "" + +#: plug-ins/common/sparkle.c:399 +msgid "Flare Intensity:" +msgstr "" + +#: plug-ins/common/sparkle.c:402 +msgid "Adjust the Flare Intensity" +msgstr "" + +#: plug-ins/common/sparkle.c:409 +msgid "Spike Length:" +msgstr "" + +#: plug-ins/common/sparkle.c:412 +msgid "Adjust the Spike Length" +msgstr "" + +#: plug-ins/common/sparkle.c:419 +msgid "Spike Points:" +msgstr "" + +#: plug-ins/common/sparkle.c:422 +msgid "Adjust the Number of Spikes" +msgstr "" + +#: plug-ins/common/sparkle.c:429 +msgid "Spike Angle (-1: Random):" +msgstr "" + +#: plug-ins/common/sparkle.c:432 +msgid "Adjust the Spike Angle (-1 means a Random Angle is choosen)" +msgstr "" + +#: plug-ins/common/sparkle.c:440 +msgid "Spike Density:" +msgstr "" + +#: plug-ins/common/sparkle.c:443 +msgid "Adjust the Spike Density" +msgstr "" + +#: plug-ins/common/sparkle.c:453 +msgid "Adjust the Opacity of the Spikes" +msgstr "" + +#: plug-ins/common/sparkle.c:463 +msgid "Adjust the Value how much the Hue should be changed randomly" +msgstr "" + +#: plug-ins/common/sparkle.c:471 +msgid "Random Saturation:" +msgstr "" + +#: plug-ins/common/sparkle.c:474 +msgid "Adjust the Value how much the Saturation should be changed randomly" +msgstr "" + +#: plug-ins/common/sparkle.c:492 +msgid "Preserve Luminosity" +msgstr "Conservar luminosidad" + +#: plug-ins/common/sparkle.c:500 +msgid "Should the Luminosity be preserved?" +msgstr "" + +#: plug-ins/common/sparkle.c:503 +msgid "Inverse" +msgstr "" + +#: plug-ins/common/sparkle.c:510 +msgid "Should an Inverse Effect be done?" +msgstr "" + +#: plug-ins/common/sparkle.c:512 +msgid "Add Border" +msgstr "" + +#: plug-ins/common/sparkle.c:520 +msgid "Draw a Border of Spikes around the Image" +msgstr "" + +#: plug-ins/common/sparkle.c:533 +msgid "Natural Color" +msgstr "" + +#: plug-ins/common/sparkle.c:542 +msgid "Use the Color of the Image" +msgstr "" + +#: plug-ins/common/sparkle.c:543 +msgid "Use the Foreground Color" +msgstr "" + +#: plug-ins/common/sparkle.c:544 +msgid "Use the Background Color" +msgstr "" + +#: plug-ins/common/spheredesigner.c:246 plug-ins/gimpressionist/general.c:217 +msgid "Solid" +msgstr "" + +#: plug-ins/common/spheredesigner.c:247 +msgid "Checker" +msgstr "" + +#: plug-ins/common/spheredesigner.c:248 +msgid "Marble" +msgstr "" + +#: plug-ins/common/spheredesigner.c:249 +msgid "Lizard" +msgstr "" + +#: plug-ins/common/spheredesigner.c:250 +msgid "Phong" +msgstr "" + +#: plug-ins/common/spheredesigner.c:251 +msgid "Noise" +msgstr "" + +#: plug-ins/common/spheredesigner.c:252 +msgid "Wood" +msgstr "" + +#: plug-ins/common/spheredesigner.c:253 +msgid "Spiral" +msgstr "" + +#: plug-ins/common/spheredesigner.c:254 +msgid "Spots" +msgstr "" + +#: plug-ins/common/spheredesigner.c:1572 plug-ins/common/spheredesigner.c:2606 +msgid "Texture" +msgstr "" + +#: plug-ins/common/spheredesigner.c:1575 +msgid "(unknown!?)" +msgstr "" + +#: plug-ins/common/spheredesigner.c:1849 +msgid "Open file" +msgstr "" + +#: plug-ins/common/spheredesigner.c:1849 +msgid "Save file" +msgstr "" + +#: plug-ins/common/spheredesigner.c:2110 plug-ins/common/spheredesigner.c:2148 +#: plug-ins/gimpressionist/general.c:99 +msgid "Color Selection Dialog" +msgstr "" + +#: plug-ins/common/spheredesigner.c:2231 +msgid "Sphere Designer" +msgstr "" + +#: plug-ins/common/spheredesigner.c:2272 plug-ins/gimpressionist/preview.c:117 +#: plug-ins/gimpressionist/repaint.c:873 plug-ins/gimpressionist/repaint.c:875 +#: plug-ins/imagemap/imap_polygon.c:446 +msgid "Update" +msgstr "" + +#: plug-ins/common/spheredesigner.c:2281 +msgid "Textures" +msgstr "" + +#: plug-ins/common/spheredesigner.c:2306 plug-ins/gfig/gfig.c:3147 +#: plug-ins/gimpressionist/orientmap.c:531 +#: plug-ins/gimpressionist/sizemap.c:431 +msgid "Add" +msgstr "Añadir" + +#: plug-ins/common/spheredesigner.c:2313 +msgid "Dup" +msgstr "" + +#: plug-ins/common/spheredesigner.c:2320 +msgid "Del" +msgstr "" + +#: plug-ins/common/spheredesigner.c:2347 +msgid "Texture Properties" +msgstr "" + +#: plug-ins/common/spheredesigner.c:2368 +msgid "Texture:" +msgstr "" + +#: plug-ins/common/spheredesigner.c:2375 +msgid "Colors:" +msgstr "" + +#. Scale +#: plug-ins/common/spheredesigner.c:2412 plug-ins/gimpressionist/paper.c:169 +#: plug-ins/ifscompose/ifscompose.c:540 +msgid "Scale:" +msgstr "" + +#: plug-ins/common/spheredesigner.c:2463 +msgid "Scale Y:" +msgstr "" + +#: plug-ins/common/spheredesigner.c:2480 +msgid "Scale Z:" +msgstr "" + +#: plug-ins/common/spheredesigner.c:2498 +msgid "Rotate X:" +msgstr "" + +#: plug-ins/common/spheredesigner.c:2515 +msgid "Rotate Y:" +msgstr "" + +#: plug-ins/common/spheredesigner.c:2532 +msgid "Rotate Z:" +msgstr "" + +#: plug-ins/common/spheredesigner.c:2549 +msgid "Pos X:" +msgstr "" + +#: plug-ins/common/spheredesigner.c:2566 +msgid "Pos Y:" +msgstr "" + +#: plug-ins/common/spheredesigner.c:2583 +msgid "Pos Z:" +msgstr "" + +#: plug-ins/common/spheredesigner.c:2654 +msgid "Exp:" +msgstr "" + +#: plug-ins/common/spheredesigner.c:2671 +msgid "" +"by Vidar Madsen\n" +"September 1999" +msgstr "" + +#: plug-ins/common/spheredesigner.c:2791 +msgid "Rendering..." +msgstr "" + +#: plug-ins/common/spheredesigner.c:2841 +msgid "/Filters/Render/Sphere Designer..." +msgstr "" + +#: plug-ins/common/spread.c:132 +msgid "/Filters/Noise/Spread..." +msgstr "" + +#: plug-ins/common/spread.c:207 +msgid "Spreading..." +msgstr "" + +#: plug-ins/common/spread.c:375 +msgid "Spread" +msgstr "" + +#. parameter settings +#: plug-ins/common/spread.c:392 +msgid "Spread Amount" +msgstr "" + +#: plug-ins/common/sunras.c:390 plug-ins/fits/fits.c:355 +msgid "Can't open file for reading" +msgstr "" + +#: plug-ins/common/sunras.c:399 +msgid "Can't open file as SUN-raster-file" +msgstr "" + +#: plug-ins/common/sunras.c:406 +msgid "The type of this SUN-rasterfile is not supported" +msgstr "" + +#: plug-ins/common/sunras.c:429 +msgid "Can't read color entries" +msgstr "" + +#: plug-ins/common/sunras.c:436 +msgid "Type of colormap not supported" +msgstr "" + +#: plug-ins/common/sunras.c:477 +msgid "This image depth is not supported" +msgstr "" + +#: plug-ins/common/sunras.c:500 +msgid "SUNRAS save cannot handle images with alpha channels" +msgstr "" + +#: plug-ins/common/sunras.c:511 +msgid "Can't operate on unknown image types" +msgstr "" + +#: plug-ins/common/sunras.c:520 plug-ins/fits/fits.c:467 +msgid "Can't open file for writing" +msgstr "" + +#: plug-ins/common/sunras.c:1028 plug-ins/common/sunras.c:1119 +#: plug-ins/common/sunras.c:1200 plug-ins/common/sunras.c:1295 +#: plug-ins/common/xwd.c:1283 plug-ins/common/xwd.c:1445 +#: plug-ins/common/xwd.c:1642 plug-ins/common/xwd.c:1893 +#: plug-ins/fits/fits.c:689 +msgid "EOF encountered on reading" +msgstr "" + +#: plug-ins/common/sunras.c:1450 plug-ins/common/sunras.c:1558 +#: plug-ins/fits/fits.c:841 plug-ins/fits/fits.c:965 +msgid "Write error occured" +msgstr "" + +#: plug-ins/common/sunras.c:1588 +msgid "Save as SUNRAS" +msgstr "" + +#: plug-ins/common/sunras.c:1609 +msgid "RunLength Encoded" +msgstr "" + +#: plug-ins/common/tga.c:1458 +msgid "Save as TGA" +msgstr "" + +#. regular tga parameter settings +#: plug-ins/common/tga.c:1475 +msgid "Targa Options" +msgstr "" + +#. rle +#: plug-ins/common/tga.c:1485 +msgid "RLE compression" +msgstr "" + +#: plug-ins/common/threshold_alpha.c:103 +msgid "/Image/Alpha/Threshold Alpha..." +msgstr "" + +#: plug-ins/common/threshold_alpha.c:146 +msgid "The layer preserves transparency." +msgstr "" + +#: plug-ins/common/threshold_alpha.c:152 +msgid "RGBA/GRAYA drawable is not selected." +msgstr "" + +#: plug-ins/common/threshold_alpha.c:219 +msgid "Threshold Alpha: Coloring Transparency..." +msgstr "" + +#: plug-ins/common/threshold_alpha.c:269 +msgid "Threshold Alpha" +msgstr "" + +#: plug-ins/common/tiff.c:664 +msgid "TIFF Channel" +msgstr "" + +#: plug-ins/common/tiff.c:1464 +msgid "Save as TIFF" +msgstr "" + +#: plug-ins/common/tiff.c:1486 +msgid "Compression" +msgstr "" + +#: plug-ins/common/tiff.c:1491 +msgid "LZW" +msgstr "" + +#: plug-ins/common/tiff.c:1492 +msgid "Pack Bits" +msgstr "" + +#: plug-ins/common/tiff.c:1493 +#, fuzzy +msgid "Deflate" +msgstr "Borrar" + +#: plug-ins/common/tiff.c:1494 +msgid "JPEG" +msgstr "" + +#: plug-ins/common/tile.c:121 +msgid "/Filters/Map/Tile..." +msgstr "" + +#: plug-ins/common/tile.c:198 plug-ins/common/tileit.c:334 +msgid "Tiling..." +msgstr "" + +#: plug-ins/common/tile.c:392 +msgid "Tile" +msgstr "" + +#. parameter settings +#: plug-ins/common/tile.c:409 +msgid "Tile to New Size" +msgstr "" + +#: plug-ins/common/tileit.c:236 +msgid "/Filters/Map/Small Tiles..." +msgstr "" + +#. Get the preview image and store it also set has_alpha +#. Start buildng the dialog up +#: plug-ins/common/tileit.c:400 +msgid "TileIt" +msgstr "" + +#. Area for buttons etc +#: plug-ins/common/tileit.c:456 +msgid "Flipping" +msgstr "" + +#: plug-ins/common/tileit.c:493 +msgid "Applied to Tile" +msgstr "" + +#: plug-ins/common/tileit.c:506 +msgid "All Tiles" +msgstr "" + +#: plug-ins/common/tileit.c:517 +msgid "Alternate Tiles" +msgstr "" + +#: plug-ins/common/tileit.c:528 +msgid "Explicit Tile" +msgstr "" + +#: plug-ins/common/tileit.c:534 +msgid "Row:" +msgstr "" + +#: plug-ins/common/tileit.c:556 +msgid "Column:" +msgstr "" + +#. Lower frame saying howmany segments +#: plug-ins/common/tileit.c:617 +msgid "Segment Setting" +msgstr "" + +#: plug-ins/common/tiler.c:65 +msgid "/Filters/Map/Make Seamless" +msgstr "" + +#: plug-ins/common/tiler.c:170 +msgid "Tiler..." +msgstr "" + +#: plug-ins/common/uniteditor.c:71 +msgid "/Xtns/Unit Editor..." +msgstr "" + +#: plug-ins/common/uniteditor.c:165 plug-ins/common/uniteditor.c:629 +#, fuzzy +msgid "New Unit" +msgstr "Nuevo Punto" + +#: plug-ins/common/uniteditor.c:193 +msgid "ID:" +msgstr "" + +#: plug-ins/common/uniteditor.c:205 +#, fuzzy +msgid "Factor:" +msgstr "Factor" + +#: plug-ins/common/uniteditor.c:216 +msgid "Digits:" +msgstr "" + +#: plug-ins/common/uniteditor.c:229 +msgid "Symbol:" +msgstr "" + +#: plug-ins/common/uniteditor.c:242 +msgid "Abbreviation:" +msgstr "" + +#: plug-ins/common/uniteditor.c:255 +msgid "Singular:" +msgstr "" + +#: plug-ins/common/uniteditor.c:268 +msgid "Plural:" +msgstr "" + +#: plug-ins/common/uniteditor.c:305 +msgid "Unit factor must not be 0." +msgstr "" + +#: plug-ins/common/uniteditor.c:315 +msgid "All text fields must contain a value." +msgstr "" + +#: plug-ins/common/uniteditor.c:524 +#, fuzzy +msgid "Unit Editor" +msgstr "Editor de Gradientes" + +#: plug-ins/common/uniteditor.c:529 plug-ins/gimpressionist/presets.c:656 +msgid "Refresh" +msgstr "Refrescar" + +#: plug-ins/common/uniteditor.c:542 +msgid "" +"A unit definition will only be saved before GIMP exits if this column is " +"checked." +msgstr "" + +#: plug-ins/common/uniteditor.c:544 +msgid "" +"This string will be used to identify a unit in GIMP's configuration files." +msgstr "" + +#: plug-ins/common/uniteditor.c:546 +msgid "How many units make up an inch." +msgstr "" + +#: plug-ins/common/uniteditor.c:547 +msgid "" +"This field is a hint for numerical input fields. It specifies how many " +"decimal digits the input field should provide to get approximately the same " +"accuracy as an \"inch\" input field with two decimal digits." +msgstr "" + +#: plug-ins/common/uniteditor.c:553 +msgid "" +"The unit's symbol if it has one (e.g. \"'\" for inches). Use the unit's " +"abbreviation if it doesn't have a symbol." +msgstr "" + +#: plug-ins/common/uniteditor.c:556 +msgid "The unit's abbreviation (e.g. \"cm\" for centimeters)." +msgstr "" + +#: plug-ins/common/uniteditor.c:558 +msgid "The unit's singular form." +msgstr "" + +#: plug-ins/common/uniteditor.c:559 +msgid "The unit's plural form." +msgstr "" + +#: plug-ins/common/uniteditor.c:575 +#, fuzzy +msgid "Saved" +msgstr "Guardar" + +#: plug-ins/common/uniteditor.c:576 +msgid "ID" +msgstr "" + +#: plug-ins/common/uniteditor.c:577 +msgid "Factor" +msgstr "Factor" + +#: plug-ins/common/uniteditor.c:578 +#, fuzzy +msgid "Digits" +msgstr "Puntos de luz" + +#: plug-ins/common/uniteditor.c:579 +msgid "Symbol" +msgstr "" + +#: plug-ins/common/uniteditor.c:580 +msgid "Abbr." +msgstr "" + +#: plug-ins/common/uniteditor.c:581 +#, fuzzy +msgid "Singular" +msgstr "Onda triangular" + +#: plug-ins/common/uniteditor.c:582 +#, fuzzy +msgid "Plural" +msgstr "Emborronar" + +#: plug-ins/common/uniteditor.c:636 +msgid "Create a new unit from scratch." +msgstr "" + +#: plug-ins/common/uniteditor.c:638 +#, fuzzy +msgid "Duplicate Unit" +msgstr "Duplicar Camino" + +#: plug-ins/common/uniteditor.c:645 +msgid "Create a new unit with the currently seleted unit as template." +msgstr "" + +#: plug-ins/common/uniteditor.c:648 +msgid "Don't Save Unit" +msgstr "" + +#: plug-ins/common/uniteditor.c:655 +msgid "Don't save the currently selected unit before GIMP exits." +msgstr "" + +#: plug-ins/common/uniteditor.c:660 +#, fuzzy +msgid "Save Unit" +msgstr "Guardar a" + +#: plug-ins/common/uniteditor.c:667 +msgid "Save the currently selected unit before GIMP exits." +msgstr "" + +#: plug-ins/common/unsharp.c:184 +msgid "/Filters/Enhance/Unsharp Mask..." +msgstr "" + +#: plug-ins/common/unsharp.c:394 +msgid "Merging..." +msgstr "" + +#: plug-ins/common/unsharp.c:789 +msgid "Unsharp Mask" +msgstr "" + +#: plug-ins/common/video.c:42 +msgid "Staggered" +msgstr "" + +#: plug-ins/common/video.c:43 +msgid "Large staggered" +msgstr "" + +#: plug-ins/common/video.c:44 +msgid "Striped" +msgstr "" + +#: plug-ins/common/video.c:45 +msgid "Wide-striped" +msgstr "" + +#: plug-ins/common/video.c:46 +msgid "Long-staggered" +msgstr "" + +#: plug-ins/common/video.c:47 +msgid "3x3" +msgstr "" + +#: plug-ins/common/video.c:48 +msgid "Large 3x3" +msgstr "" + +#: plug-ins/common/video.c:49 +msgid "Hex" +msgstr "" + +#: plug-ins/common/video.c:50 +msgid "Dots" +msgstr "" + +#: plug-ins/common/video.c:1838 +msgid "/Filters/Distorts/Video..." +msgstr "" + +#: plug-ins/common/video.c:1909 +msgid "Video/RGB..." +msgstr "" + +#: plug-ins/common/video.c:2170 plug-ins/gap/gap_decode_mpeg_main.c:642 +msgid "Video" +msgstr "" + +#. frame for the radio buttons +#: plug-ins/common/video.c:2197 +msgid "RGB Pattern Type" +msgstr "" + +#: plug-ins/common/video.c:2208 +msgid "Additive" +msgstr "" + +#: plug-ins/common/video.c:2216 plug-ins/rcm/rcm_dialog.c:118 +msgid "Rotated" +msgstr "" + +#: plug-ins/common/vinvert.c:88 +msgid "/Filters/Colors/Value Invert" +msgstr "" + +#: plug-ins/common/vpropagate.c:158 +msgid "More White (Larger Value)" +msgstr "" + +#: plug-ins/common/vpropagate.c:161 +msgid "More Black (Smaller Value)" +msgstr "" + +#: plug-ins/common/vpropagate.c:164 +msgid "Middle Value to Peaks" +msgstr "" + +#: plug-ins/common/vpropagate.c:167 +msgid "Foreground to Peaks" +msgstr "" + +#: plug-ins/common/vpropagate.c:170 +msgid "Only Foreground" +msgstr "" + +#: plug-ins/common/vpropagate.c:173 +msgid "Only Background" +msgstr "" + +#: plug-ins/common/vpropagate.c:176 +msgid "More Opaque" +msgstr "" + +#: plug-ins/common/vpropagate.c:179 +msgid "More Transparent" +msgstr "" + +#: plug-ins/common/vpropagate.c:218 +msgid "/Filters/Distorts/Value Propagate..." +msgstr "" + +#: plug-ins/common/vpropagate.c:365 +msgid "Value propagating..." +msgstr "" + +#: plug-ins/common/vpropagate.c:938 +msgid "Value Propagate" +msgstr "" + +#. Propagate Mode +#: plug-ins/common/vpropagate.c:958 +msgid "Propagate Mode" +msgstr "" + +#: plug-ins/common/vpropagate.c:994 +msgid "Lower Threshold:" +msgstr "" + +#: plug-ins/common/vpropagate.c:1003 +msgid "Upper Threshold:" +msgstr "" + +#: plug-ins/common/vpropagate.c:1012 +msgid "Propagating Rate:" +msgstr "" + +#: plug-ins/common/vpropagate.c:1024 +msgid "To Left" +msgstr "" + +#: plug-ins/common/vpropagate.c:1027 +msgid "To Right" +msgstr "" + +#: plug-ins/common/vpropagate.c:1030 +msgid "To Top" +msgstr "" + +#: plug-ins/common/vpropagate.c:1033 +msgid "To Bottom" +msgstr "" + +#: plug-ins/common/vpropagate.c:1046 +msgid "Propagating Alpha Channel" +msgstr "" + +#: plug-ins/common/vpropagate.c:1056 +msgid "Propagating Value Channel" +msgstr "" + +#: plug-ins/common/warp.c:277 +msgid "/Filters/Map/Warp..." +msgstr "" + +#: plug-ins/common/warp.c:461 +msgid "Main Options" +msgstr "" + +#: plug-ins/common/warp.c:476 +msgid "Step Size:" +msgstr "" + +#: plug-ins/common/warp.c:485 plug-ins/ifscompose/ifscompose.c:1277 +msgid "Iterations:" +msgstr "" + +#. Displacement map menu +#: plug-ins/common/warp.c:492 +msgid "Displacement Map:" +msgstr "" + +#: plug-ins/common/warp.c:551 +msgid "FG Color" +msgstr "" + +#. -------------------------------------------------------------------- +#. --------- The secondary table -------------------------- +#: plug-ins/common/warp.c:570 +msgid "Secondary Options" +msgstr "" + +#: plug-ins/common/warp.c:583 +msgid "Dither Size:" +msgstr "" + +#: plug-ins/common/warp.c:592 +msgid "Rotation Angle:" +msgstr "" + +#: plug-ins/common/warp.c:601 +msgid "Substeps:" +msgstr "" + +#. Magnitude map menu +#: plug-ins/common/warp.c:608 +msgid "Magnitude Map:" +msgstr "" + +#: plug-ins/common/warp.c:627 +msgid "Use Mag Map" +msgstr "" + +#. -------------------------------------------------------------------- +#. --------- The "other" table -------------------------- +#: plug-ins/common/warp.c:643 +msgid "Other Options" +msgstr "" + +#: plug-ins/common/warp.c:657 +msgid "Gradient Scale:" +msgstr "" + +#: plug-ins/common/warp.c:672 +msgid "Gradient map selection menu" +msgstr "" + +#: plug-ins/common/warp.c:682 +msgid "Vector Mag:" +msgstr "" + +#: plug-ins/common/warp.c:708 +msgid "Fixed-direction-vector map selection menu" +msgstr "" + +#. +#. if (display_diff_map) { +#. gimp_display_new(new_image_id); +#. } +#. +#. make sure layer is visible +#: plug-ins/common/warp.c:1169 +msgid "Smoothing X gradient..." +msgstr "" + +#: plug-ins/common/warp.c:1171 +msgid "Smoothing Y gradient..." +msgstr "" + +#. calculate new X,Y Displacement image maps +#: plug-ins/common/warp.c:1226 +msgid "Finding XY gradient..." +msgstr "" + +#: plug-ins/common/warp.c:1250 +#, c-format +msgid "Flow Step %d..." +msgstr "" + +#: plug-ins/common/waves.c:158 +msgid "/Filters/Distorts/Waves..." +msgstr "" + +#: plug-ins/common/waves.c:351 +msgid "Waves" +msgstr "" + +#: plug-ins/common/waves.c:398 +msgid "Reflective" +msgstr "" + +#: plug-ins/common/waves.c:427 +msgid "Phase:" +msgstr "" + +#: plug-ins/common/waves.c:436 +msgid "Wavelength:" +msgstr "" + +#: plug-ins/common/waves.c:668 +msgid "Waving..." +msgstr "" + +#: plug-ins/common/whirlpinch.c:199 +msgid "/Filters/Distorts/Whirl and Pinch..." +msgstr "" + +#: plug-ins/common/whirlpinch.c:401 +msgid "Whirling and pinching..." +msgstr "" + +#: plug-ins/common/whirlpinch.c:824 +msgid "Whirl and Pinch" +msgstr "" + +#: plug-ins/common/whirlpinch.c:880 +msgid "Whirl Angle:" +msgstr "" + +#: plug-ins/common/whirlpinch.c:889 +msgid "Pinch Amount:" +msgstr "" + +#: plug-ins/common/winclipboard.c:108 +msgid "/Edit/Copy to Clipboard" +msgstr "" + +#: plug-ins/common/winclipboard.c:120 +msgid "/Edit/Paste from Clipboard" +msgstr "" + +#: plug-ins/common/winclipboard.c:132 +msgid "/File/Acquire/From Clipboard" +msgstr "" + +#: plug-ins/common/winclipboard.c:307 +msgid "Copying ..." +msgstr "" + +#. ??? gimp_convert_rgb(image_ID); +#. +#: plug-ins/common/winclipboard.c:521 +msgid "Pasted" +msgstr "" + +#: plug-ins/common/winclipboard.c:534 +#, fuzzy +msgid "Pasting..." +msgstr "Rotando..." + +#: plug-ins/common/wind.c:160 +msgid "/Filters/Distorts/Wind..." +msgstr "" + +#: plug-ins/common/wind.c:250 +msgid "Rendering Wind..." +msgstr "" + +#: plug-ins/common/wind.c:256 +msgid "Rendering Blast..." +msgstr "" + +#: plug-ins/common/wind.c:687 +#, fuzzy +msgid "Wind Strength must be greater than 0." +msgstr "" +"Error de Escalado: Tanto la anchura como la altura deben ser mayores que " +"cero." + +#: plug-ins/common/wind.c:714 plug-ins/common/wind.c:759 +msgid "Wind" +msgstr "" + +#. ******************************************************** +#. radio buttons for choosing wind rendering algorithm +#. ***************************************************** +#: plug-ins/common/wind.c:755 plug-ins/maze/maze_face.c:310 +msgid "Style" +msgstr "" + +#: plug-ins/common/wind.c:760 +msgid "Blast" +msgstr "" + +#. ***************************************************** +#. radio buttons for choosing LEFT or RIGHT +#. ************************************************* +#: plug-ins/common/wind.c:772 plug-ins/struc/struc.c:284 +msgid "Direction" +msgstr "" + +#: plug-ins/common/wind.c:776 +msgid "Left" +msgstr "" + +#: plug-ins/common/wind.c:777 +msgid "Right" +msgstr "" + +#. **************************************************** +#. radio buttons for choosing BOTH, LEADING, TRAILING +#. ************************************************** +#: plug-ins/common/wind.c:789 +msgid "Edge Affected" +msgstr "" + +#: plug-ins/common/wind.c:793 +msgid "Leading" +msgstr "" + +#: plug-ins/common/wind.c:794 +msgid "Trailing" +msgstr "" + +#: plug-ins/common/wind.c:795 +msgid "Both" +msgstr "" + +#: plug-ins/common/wind.c:822 +msgid "Higher values restrict the effect to fewer areas of the image" +msgstr "" + +#: plug-ins/common/wind.c:832 plug-ins/gimpressionist/orientmap.c:565 +#: plug-ins/gimpressionist/sizemap.c:465 +msgid "Strength:" +msgstr "" + +#: plug-ins/common/wind.c:836 +msgid "Higher values increase the magnitude of the effect" +msgstr "" + +#: plug-ins/common/winprint.c:190 +msgid "/File/Print" +msgstr "" + +#: plug-ins/common/winprint.c:205 +msgid "/File/Page Setup" +msgstr "" + +#: plug-ins/common/winprint.c:309 +#, c-format +msgid "PrintDlg failed: %d" +msgstr "" + +#: plug-ins/common/winprint.c:345 +msgid "Printer doesn't support bitmaps" +msgstr "" + +#: plug-ins/common/winprint.c:388 +msgid "StartPage failed" +msgstr "" + +#: plug-ins/common/winprint.c:397 plug-ins/print/print.c:1129 +msgid "Printing..." +msgstr "" + +#: plug-ins/common/winprint.c:429 +msgid "CreateDIBSection failed" +msgstr "" + +#: plug-ins/common/winprint.c:463 +msgid "SetStretchBltMode failed (warning only)" +msgstr "" + +#: plug-ins/common/winprint.c:526 +#, c-format +msgid "" +"StretchBlt (hDC, %d, %d, %d, %d, hdcMem, %d, 0, %d, 1, SRCCOPY) failed, " +"error = %d, y = %d" +msgstr "" + +#: plug-ins/common/winprint.c:555 +msgid "EndPage failed" +msgstr "" + +#: plug-ins/common/winprint.c:602 +#, c-format +msgid "PageSetupDlg failed: %d" +msgstr "" + +#: plug-ins/common/wmf.c:933 +msgid "Load Windows Metafile" +msgstr "" + +#. Rendering +#: plug-ins/common/wmf.c:950 +#, c-format +msgid "Rendering %s" +msgstr "" + +#: plug-ins/common/wmf.c:967 +msgid "Scale (log 2):" +msgstr "" + +#: plug-ins/common/wmf.c:1342 +#, c-format +msgid "Interpreting %s:" +msgstr "" + +#: plug-ins/common/wmf.c:2354 +msgid "Transferring image" +msgstr "" + +#: plug-ins/common/xbm.c:238 +msgid "Created with The GIMP" +msgstr "" + +#: plug-ins/common/xbm.c:671 +#, c-format +msgid "XBM: cannot open \"%s\"\n" +msgstr "" + +#: plug-ins/common/xbm.c:754 +#, c-format +msgid "XBM: cannot read header (ftell == %ld)\n" +msgstr "" + +#: plug-ins/common/xbm.c:760 +msgid "XBM: no image width specified\n" +msgstr "" + +#: plug-ins/common/xbm.c:766 +msgid "XBM: no image height specified\n" +msgstr "" + +#: plug-ins/common/xbm.c:772 +msgid "XBM: no image data type specified\n" +msgstr "" + +#: plug-ins/common/xbm.c:889 +msgid "XBM Warning" +msgstr "" + +#: plug-ins/common/xbm.c:910 +msgid "" +"The image which you are trying to save as\n" +"an XBM contains more than two colors.\n" +"\n" +"Please convert it to a black and white\n" +"(1-bit) indexed image and try again." +msgstr "" + +#: plug-ins/common/xbm.c:981 +#, c-format +msgid "XBM: cannot create \"%s\"\n" +msgstr "" + +#: plug-ins/common/xbm.c:1139 +msgid "Save as XBM" +msgstr "" + +#. parameter settings +#: plug-ins/common/xbm.c:1156 +msgid "XBM Options" +msgstr "" + +#. X10 format +#: plug-ins/common/xbm.c:1167 +msgid "X10 Format Bitmap" +msgstr "" + +#: plug-ins/common/xbm.c:1185 +msgid "Identifier Prefix:" +msgstr "" + +#. hotspot toggle +#: plug-ins/common/xbm.c:1203 +msgid "Write Hot Spot Values" +msgstr "" + +#: plug-ins/common/xbm.c:1227 +msgid "Hot Spot X:" +msgstr "" + +#: plug-ins/common/xpm.c:810 +msgid "Save as XPM" +msgstr "" + +#: plug-ins/common/xpm.c:840 +msgid "Alpha Threshold:" +msgstr "" + +#: plug-ins/common/xwd.c:399 +msgid "can't open file for reading" +msgstr "" + +#: plug-ins/common/xwd.c:406 +msgid "can't open file as XWD file" +msgstr "" + +#: plug-ins/common/xwd.c:420 +msgid "can't get memory for colormap" +msgstr "" + +#: plug-ins/common/xwd.c:439 +msgid "can't read color entries" +msgstr "" + +#: plug-ins/common/xwd.c:499 +#, c-format +msgid "" +"load_image (xwd): XWD-file %s has format %d, depth %d\n" +"and bits per pixel %d.\n" +"Currently this is not supported.\n" +msgstr "" + +#: plug-ins/common/xwd.c:526 +msgid "XWD save cannot handle images with alpha channels" +msgstr "" + +#: plug-ins/common/xwd.c:537 +msgid "cannot operate on unknown image types" +msgstr "" + +#: plug-ins/common/xwd.c:546 +msgid "can't open file for writing" +msgstr "" + +#: plug-ins/common/xwd.c:1185 +msgid "EOF encountered on " +msgstr "" + +#: plug-ins/common/xwd.c:1331 +msgid "No memory for mapping colors" +msgstr "" + +#: plug-ins/common/xwd.c:2017 +msgid "Error during writing indexed/grey image" +msgstr "" + +#: plug-ins/common/xwd.c:2106 +msgid "Error during writing rgb image" +msgstr "" + +#: plug-ins/common/zealouscrop.c:69 +msgid "/Image/Transforms/Zealous Crop" +msgstr "" + +#: plug-ins/common/zealouscrop.c:105 +msgid "ZealousCropping(tm)..." +msgstr "" + +#: plug-ins/dbbrowser/dbbrowser.c:89 +msgid "/Xtns/DB Browser..." +msgstr "" + +#: plug-ins/dbbrowser/dbbrowser_utils.c:147 +#: plug-ins/dbbrowser/dbbrowser_utils.c:166 +msgid "DB Browser (init...)" +msgstr "" + +#: plug-ins/dbbrowser/dbbrowser_utils.c:154 +#: plug-ins/dbbrowser/dbbrowser_utils.c:173 +#: plug-ins/gap/gap_dbbrowser_utils.c:183 +msgid "Search by Blurb" +msgstr "" + +#: plug-ins/dbbrowser/dbbrowser_utils.c:381 +#: plug-ins/gap/gap_dbbrowser_utils.c:364 +#, fuzzy +msgid "In:" +msgstr "Índice:" + +#: plug-ins/dbbrowser/dbbrowser_utils.c:428 +#: plug-ins/gap/gap_dbbrowser_utils.c:410 +#, fuzzy +msgid "Out:" +msgstr "Cuenta:" + +#. show the author & the copyright +#: plug-ins/dbbrowser/dbbrowser_utils.c:516 +#: plug-ins/gap/gap_dbbrowser_utils.c:497 plug-ins/imagemap/imap_settings.c:89 +msgid "Author:" +msgstr "" + +#: plug-ins/dbbrowser/dbbrowser_utils.c:531 +#: plug-ins/gap/gap_dbbrowser_utils.c:512 +msgid "Date:" +msgstr "" + +#: plug-ins/dbbrowser/dbbrowser_utils.c:546 +#: plug-ins/gap/gap_dbbrowser_utils.c:527 +msgid "Copyright:" +msgstr "" + +#: plug-ins/dbbrowser/dbbrowser_utils.c:641 +msgid "DB Browser (by name - please wait)" +msgstr "" + +#: plug-ins/dbbrowser/dbbrowser_utils.c:665 +msgid "DB Browser (by blurb - please wait)" +msgstr "" + +#: plug-ins/dbbrowser/dbbrowser_utils.c:674 +msgid "DB Browser (please wait)" +msgstr "" + +#: plug-ins/dbbrowser/dbbrowser_utils.c:740 +msgid "DB Browser" +msgstr "" + +#: plug-ins/fits/fits.c:363 +msgid "Error during open of FITS file" +msgstr "" + +#: plug-ins/fits/fits.c:368 +msgid "FITS file keeps no displayable images" +msgstr "" + +#: plug-ins/fits/fits.c:447 +msgid "FITS save cannot handle images with alpha channels" +msgstr "" + +#: plug-ins/fits/fits.c:458 +msgid "Cannot operate on unknown image types" +msgstr "" + +#: plug-ins/fits/fits.c:998 +msgid "Load FITS File" +msgstr "" + +#: plug-ins/fits/fits.c:1020 +msgid "BLANK/NaN Pixel Replacement" +msgstr "" + +#: plug-ins/fits/fits.c:1032 +msgid "Pixel Value Scaling" +msgstr "" + +#: plug-ins/fits/fits.c:1037 +msgid "By DATAMIN/DATAMAX" +msgstr "" + +#: plug-ins/fits/fits.c:1044 +msgid "Image Composing" +msgstr "" + +#: plug-ins/flame/flame.c:137 +msgid "/Filters/Render/Nature/Flame..." +msgstr "" + +#: plug-ins/flame/flame.c:218 +msgid "Drawing Flame..." +msgstr "" + +#: plug-ins/flame/flame.c:299 +#, 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 +#, 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:981 +msgid "Edit Flame" +msgstr "" + +#: plug-ins/flame/flame.c:638 +msgid "Directions" +msgstr "" + +#: plug-ins/flame/flame.c:668 +msgid "Controls" +msgstr "" + +#: plug-ins/flame/flame.c:683 +#, fuzzy +msgid "Speed:" +msgstr "Velocidad" + +#: plug-ins/flame/flame.c:699 +msgid "Randomize" +msgstr "" + +#: plug-ins/flame/flame.c:712 +msgid "Same" +msgstr "" + +#: plug-ins/flame/flame.c:713 plug-ins/gimpressionist/orientation.c:151 +#: plug-ins/gimpressionist/size.c:150 +msgid "Random" +msgstr "" + +#: plug-ins/flame/flame.c:717 +msgid "Swirl" +msgstr "" + +#: plug-ins/flame/flame.c:718 +msgid "Horseshoe" +msgstr "" + +#: plug-ins/flame/flame.c:719 plug-ins/gfig/gfig.c:3315 +msgid "Polar" +msgstr "" + +#: plug-ins/flame/flame.c:720 +msgid "Bent" +msgstr "" + +#: plug-ins/flame/flame.c:726 +msgid "Variation:" +msgstr "" + +#: plug-ins/flame/flame.c:759 plug-ins/flame/flame.c:988 +msgid "Load Flame" +msgstr "" + +#: plug-ins/flame/flame.c:781 plug-ins/flame/flame.c:995 +msgid "Save Flame" +msgstr "" + +#: plug-ins/flame/flame.c:924 plug-ins/flame/flame.c:963 +msgid "Flame" +msgstr "" + +#: plug-ins/flame/flame.c:1033 plug-ins/print/gimp_color_window.c:114 +msgid "Contrast:" +msgstr "" + +#: plug-ins/flame/flame.c:1046 plug-ins/gimpressionist/brush.c:401 +#: plug-ins/print/gimp_color_window.c:198 +msgid "Gamma:" +msgstr "Gamma:" + +#: plug-ins/flame/flame.c:1059 +#, fuzzy +msgid "Sample Density:" +msgstr "Densidad" + +#: plug-ins/flame/flame.c:1069 +msgid "Spatial Oversample:" +msgstr "" + +#: plug-ins/flame/flame.c:1079 +#, fuzzy +msgid "Spatial Filter Radius:" +msgstr "Filtros disponibles" + +#: plug-ins/flame/flame.c:1105 +#, fuzzy +msgid "Colormap:" +msgstr "Color" + +#: plug-ins/flame/flame.c:1153 +msgid "Custom Gradient" +msgstr "" + +#: plug-ins/flame/flame.c:1173 +msgid "Camera" +msgstr "" + +#: plug-ins/flame/flame.c:1185 +#, fuzzy +msgid "Zoom:" +msgstr "Zoom global" + +#: plug-ins/fp/fp.c:93 +msgid "/Image/Colors/Filter Pack..." +msgstr "" + +#: plug-ins/fp/fp.c:128 +msgid "Convert the image to RGB first!" +msgstr "" + +#: plug-ins/fp/fp.c:133 +msgid "Applying the Filter Pack..." +msgstr "" + +#: plug-ins/fp/fp_gtk.c:27 +msgid "Darker:" +msgstr "" + +#: plug-ins/fp/fp_gtk.c:28 +msgid "Lighter:" +msgstr "" + +#: plug-ins/fp/fp_gtk.c:30 +msgid "More Sat:" +msgstr "" + +#: plug-ins/fp/fp_gtk.c:31 +msgid "Less Sat:" +msgstr "" + +#. All the previews +#: plug-ins/fp/fp_gtk.c:33 plug-ins/fp/fp_gtk.c:89 +msgid "Current:" +msgstr "" + +#: plug-ins/fp/fp_gtk.c:85 +msgid "Before and After" +msgstr "" + +#: plug-ins/fp/fp_gtk.c:93 +msgid "Original:" +msgstr "" + +#: plug-ins/fp/fp_gtk.c:195 +msgid "Hue Variations" +msgstr "" + +#: plug-ins/fp/fp_gtk.c:210 +msgid "Roughness" +msgstr "" + +#: plug-ins/fp/fp_gtk.c:240 +msgid "Affected Range" +msgstr "" + +#: plug-ins/fp/fp_gtk.c:250 +msgid "Shadows" +msgstr "Sombras" + +#: plug-ins/fp/fp_gtk.c:254 +msgid "Midtones" +msgstr "Tonos medios" + +#: plug-ins/fp/fp_gtk.c:258 +msgid "Highlights" +msgstr "Puntos de luz" + +#: plug-ins/fp/fp_gtk.c:271 +msgid "Windows" +msgstr "" + +#: plug-ins/fp/fp_gtk.c:341 +msgid "Value Variations" +msgstr "" + +#: plug-ins/fp/fp_gtk.c:389 +msgid "Saturation Variations" +msgstr "" + +#: plug-ins/fp/fp_gtk.c:404 +msgid "Select Pixels by" +msgstr "" + +#: plug-ins/fp/fp_gtk.c:434 +msgid "Show" +msgstr "" + +#: plug-ins/fp/fp_gtk.c:442 plug-ins/rcm/rcm_dialog.c:657 +msgid "Entire Image" +msgstr "" + +#: plug-ins/fp/fp_gtk.c:447 +msgid "Selection Only" +msgstr "" + +#: plug-ins/fp/fp_gtk.c:452 +msgid "Selection In Context" +msgstr "" + +#: plug-ins/fp/fp_gtk.c:466 +msgid "Display" +msgstr "Pantalla" + +#: plug-ins/fp/fp_gtk.c:475 +msgid "CirclePalette" +msgstr "" + +#: plug-ins/fp/fp_gtk.c:478 +msgid "Lighter And Darker" +msgstr "" + +#. ****************************************************************** +#. ************************ All the Standard Stuff ****************** +#: plug-ins/fp/fp_gtk.c:908 +msgid "Filter Pack Simulation" +msgstr "" + +#: plug-ins/fp/fp_gtk.c:1029 +msgid "Shadows:" +msgstr "" + +#: plug-ins/fp/fp_gtk.c:1029 +msgid "Midtones:" +msgstr "" + +#: plug-ins/fp/fp_gtk.c:1029 +msgid "Highlights:" +msgstr "" + +#: plug-ins/fp/fp_gtk.c:1043 +msgid "Advanced Filter Pack Options" +msgstr "" + +#: plug-ins/fp/fp_gtk.c:1053 +msgid "Smoothness of Aliasing" +msgstr "" + +#. ****************** MISC OPTIONS ************************** +#: plug-ins/fp/fp_gtk.c:1140 +msgid "Miscellaneous Options" +msgstr "" + +#: plug-ins/fp/fp_gtk.c:1151 +msgid "Preview as You Drag" +msgstr "" + +#: plug-ins/fp/fp_gtk.c:1155 +msgid "Preview Size" +msgstr "" + +#. Button to invoke filebrowser +#: plug-ins/gap/gap_arr_dialog.c:291 +msgid "File-Browser" +msgstr "" + +#. parameter settings +#: plug-ins/gap/gap_arr_dialog.c:794 +msgid "Enter Values" +msgstr "" + +#: plug-ins/gap/gap_arr_dialog.c:879 +msgid "Value: " +msgstr "" + +#: plug-ins/gap/gap_arr_dialog.c:1041 +msgid "Press Button" +msgstr "" + +#: plug-ins/gap/gap_arr_dialog.c:1042 plug-ins/gfig/gfig.c:4030 +#: plug-ins/imagemap/imap_cmd_select.c:49 +msgid "Select" +msgstr "Seleccionar" + +#: plug-ins/gap/gap_dbbrowser_utils.c:65 +msgid "GAP Animated Filter apply" +msgstr "" + +#: plug-ins/gap/gap_dbbrowser_utils.c:86 +msgid "Animated Filter apply (init)" +msgstr "" + +#: plug-ins/gap/gap_dbbrowser_utils.c:166 +msgid "Gen Code by name" +msgstr "" + +#: plug-ins/gap/gap_dbbrowser_utils.c:666 +msgid "Animated Filter apply (by name - please wait)" +msgstr "" + +#: plug-ins/gap/gap_dbbrowser_utils.c:690 +msgid "Animated Filter apply (by blurb - please wait)" +msgstr "" + +#: plug-ins/gap/gap_dbbrowser_utils.c:698 +msgid "Animated Filter apply (please wait)" +msgstr "" + +#: plug-ins/gap/gap_dbbrowser_utils.c:745 +#: plug-ins/gap/gap_filter_foreach.c:161 plug-ins/gap/gap_mod_layer.c:284 +msgid "Animated Filter apply" +msgstr "" + +#: plug-ins/gap/gap_decode_mpeg_main.c:101 +msgid "/Video/Split Video to Frames" +msgstr "" + +#: plug-ins/gap/gap_decode_mpeg_main.c:102 +msgid "/Xtns/Split Video to Frames" +msgstr "" + +#: plug-ins/gap/gap_decode_mpeg_main.c:178 +msgid "/Video/Split Video to Frames/MPEG1" +msgstr "" + +#: plug-ins/gap/gap_decode_mpeg_main.c:190 +msgid "/Xtns/Split Video to Frames/MPEG1" +msgstr "" + +#: plug-ins/gap/gap_decode_mpeg_main.c:332 plug-ins/gap/gap_decode_xanim.c:336 +#: plug-ins/gap/gap_range_ops.c:1200 +msgid "Overwrite Frame" +msgstr "" + +#: plug-ins/gap/gap_decode_mpeg_main.c:334 plug-ins/gap/gap_decode_xanim.c:338 +#: plug-ins/gap/gap_range_ops.c:1202 +msgid "Overwrite All" +msgstr "" + +#: plug-ins/gap/gap_decode_mpeg_main.c:342 plug-ins/gap/gap_decode_xanim.c:346 +#: plug-ins/gap/gap_lib.c:1020 plug-ins/gap/gap_range_ops.c:1207 +msgid "GAP Question" +msgstr "" + +#: plug-ins/gap/gap_decode_mpeg_main.c:343 plug-ins/gap/gap_decode_xanim.c:347 +#, fuzzy +msgid "File already exists" +msgstr "¡El fichero existe!" + +#: plug-ins/gap/gap_decode_mpeg_main.c:437 +msgid "Decoding MPEG Movie..." +msgstr "" + +#: plug-ins/gap/gap_decode_mpeg_main.c:643 +msgid "" +"Name of the MPEG1 videofile to READ.\n" +"Frames are extracted from the videofile\n" +"and written to seperate diskfiles.\n" +"Audiotracks in the videofile are ignored." +msgstr "" + +#: plug-ins/gap/gap_decode_mpeg_main.c:653 plug-ins/gap/gap_decode_xanim.c:224 +msgid "Framenumber of 1st frame to extract" +msgstr "" + +#: plug-ins/gap/gap_decode_mpeg_main.c:663 plug-ins/gap/gap_decode_xanim.c:234 +msgid "Framenumber of last frame to extract" +msgstr "" + +#: plug-ins/gap/gap_decode_mpeg_main.c:672 plug-ins/gap/gap_decode_xanim.c:243 +msgid "Framenames:" +msgstr "" + +#: plug-ins/gap/gap_decode_mpeg_main.c:673 +msgid "" +"Basename for the AnimFrames to write on disk\n" +"(framenumber and .xcf is added)" +msgstr "" + +#: plug-ins/gap/gap_decode_mpeg_main.c:680 plug-ins/gap/gap_decode_xanim.c:282 +#: plug-ins/imagemap/imap_toolbar.c:110 +msgid "Open" +msgstr "Abrir" + +#: plug-ins/gap/gap_decode_mpeg_main.c:681 plug-ins/gap/gap_decode_xanim.c:283 +msgid "Open the 1st one of the extracted frames" +msgstr "" + +#: plug-ins/gap/gap_decode_mpeg_main.c:685 +msgid "" +"\n" +"WARNING: Do not attempt to split other files than MPEG1 videos.\n" +"Before you proceed, you should save all open images." +msgstr "" + +#: plug-ins/gap/gap_decode_mpeg_main.c:688 +msgid "Split MPEG1 Video to Frames" +msgstr "" + +#: plug-ins/gap/gap_decode_mpeg_main.c:689 plug-ins/gap/gap_decode_xanim.c:297 +#: plug-ins/gap/gap_range_ops.c:1422 +msgid "Select Frame Range" +msgstr "" + +#: plug-ins/gap/gap_decode_xanim.c:113 +msgid "Conditions to run the xanim based video split" +msgstr "" + +#: plug-ins/gap/gap_decode_xanim.c:121 +msgid "1.) xanim 2.80.0 exporting edition (the loki version)" +msgstr "" + +#: plug-ins/gap/gap_decode_xanim.c:125 +msgid " must be installed somewhere in your PATH" +msgstr "" + +#: plug-ins/gap/gap_decode_xanim.c:129 +msgid " you can get xanim exporting edition at" +msgstr "" + +#: plug-ins/gap/gap_decode_xanim.c:145 +msgid "" +"2.) if your xanim exporting edition is not in your PATH or is not named xanim" +msgstr "" + +#: plug-ins/gap/gap_decode_xanim.c:149 +msgid " you have to set Environment variable GAP_XANIM_PROG " +msgstr "" + +#: plug-ins/gap/gap_decode_xanim.c:153 +msgid " to your xanim exporting program and restart gimp" +msgstr "" + +#: plug-ins/gap/gap_decode_xanim.c:161 +msgid "An ERROR occured while trying to call xanim:" +msgstr "" + +#: plug-ins/gap/gap_decode_xanim.c:180 +msgid "XANIM Information" +msgstr "" + +#: plug-ins/gap/gap_decode_xanim.c:213 +msgid "Video:" +msgstr "" + +#: plug-ins/gap/gap_decode_xanim.c:214 +msgid "" +"Name of a videofile to READ by xanim.\n" +"Frames are extracted from the videofile\n" +"and written to seprate diskfiles.\n" +"xanim exporting edition is required." +msgstr "" + +#: plug-ins/gap/gap_decode_xanim.c:244 +msgid "" +"Basename for the AnimFrames to write on disk\n" +"(framenumber and extension is added)" +msgstr "" + +#: plug-ins/gap/gap_decode_xanim.c:251 +msgid "Format" +msgstr "" + +#: plug-ins/gap/gap_decode_xanim.c:252 +msgid "" +"Fileformat for the extracted AnimFrames\n" +"(xcf is extracted as ppm and converted to xcf)" +msgstr "" + +#: plug-ins/gap/gap_decode_xanim.c:259 +msgid "Extract Frames" +msgstr "" + +#: plug-ins/gap/gap_decode_xanim.c:260 +msgid "Enable extraction of Frames" +msgstr "" + +#: plug-ins/gap/gap_decode_xanim.c:264 +msgid "Extract Audio" +msgstr "" + +#: plug-ins/gap/gap_decode_xanim.c:265 +msgid "" +"Enable extraction of audio to raw audiofile\n" +"(frame range limits are ignored for audio)" +msgstr "" + +#: plug-ins/gap/gap_decode_xanim.c:270 +msgid "Jpeg Quality:" +msgstr "" + +#: plug-ins/gap/gap_decode_xanim.c:271 +msgid "" +"Quality for resulting Jpeg frames\n" +"(is ignored when other formats are used)" +msgstr "" + +#: plug-ins/gap/gap_decode_xanim.c:287 +msgid "Run asynchronously" +msgstr "" + +#: plug-ins/gap/gap_decode_xanim.c:288 +msgid "" +"Run xanim asynchronously and delete unwanted frames\n" +"(out of the specified range) while xanim is still running" +msgstr "" + +#: plug-ins/gap/gap_decode_xanim.c:293 +msgid "" +"\n" +"Warning: xanim 2.80 has only limited MPEG support.\n" +"Most of the frames (type P and B) will be skipped." +msgstr "" + +#: plug-ins/gap/gap_decode_xanim.c:296 +msgid "Split any Xanim readable Video to Frames" +msgstr "" + +#: plug-ins/gap/gap_decode_xanim.c:539 +#, c-format +msgid "" +"can't find any extracted frames,\n" +"%s\n" +"maybe xanim has failed or was cancelled" +msgstr "" + +#: plug-ins/gap/gap_decode_xanim.c:564 +#, c-format +msgid "frames are not extracted, because overwrite of %s was cancelled" +msgstr "" + +#: plug-ins/gap/gap_decode_xanim.c:574 +#, c-format +msgid "failed to overwrite %s (check permissions ?)" +msgstr "" + +#: plug-ins/gap/gap_decode_xanim.c:596 +#, c-format +msgid "failed to write %s (check permissions ?)" +msgstr "" + +#: plug-ins/gap/gap_decode_xanim.c:722 +#, c-format +msgid "could not execute %s (check if xanim is installed)" +msgstr "" + +#: plug-ins/gap/gap_decode_xanim.c:730 +#, c-format +msgid "%s does not look like xanim" +msgstr "" + +#: plug-ins/gap/gap_decode_xanim.c:754 +#, c-format +msgid "" +"The xanim program on your system \"%s\"\n" +"does not support the exporting options Ea, Ee, Eq" +msgstr "" + +#: plug-ins/gap/gap_decode_xanim.c:761 +#, c-format +msgid "" +"The xanim program on your system \"%s\"\n" +"does not support exporting of single frames" +msgstr "" + +#: plug-ins/gap/gap_decode_xanim.c:1024 +#, c-format +msgid "videofile %s not existent or empty\n" +msgstr "" + +#: plug-ins/gap/gap_decode_xanim.c:1077 +#, c-format +msgid "" +"could not create %s directory\n" +"(that is required for xanim frame export)" +msgstr "" + +#: plug-ins/gap/gap_decode_xanim.c:1088 +msgid "extracting frames..." +msgstr "" + +#: plug-ins/gap/gap_decode_xanim.c:1113 +#, c-format +msgid "" +"could not start xanim process\n" +"(program=%s)" +msgstr "" + +#: plug-ins/gap/gap_decode_xanim.c:1134 +msgid "" +"can't find any extracted frames,\n" +"xanim has failed or was cancelled" +msgstr "" + +#: plug-ins/gap/gap_decode_xanim.c:1153 +msgid "renaming frames..." +msgstr "" + +#: plug-ins/gap/gap_decode_xanim.c:1158 +msgid "converting frames..." +msgstr "" + +#: plug-ins/gap/gap_filter_foreach.c:124 +msgid "backup to file" +msgstr "" + +#. pixel +#: plug-ins/gap/gap_filter_foreach.c:126 +msgid "Make backup of the image after each step" +msgstr "" + +#: plug-ins/gap/gap_filter_foreach.c:130 plug-ins/gap/gap_mod_layer.c:259 +msgid "Continue" +msgstr "Continuar" + +#: plug-ins/gap/gap_filter_foreach.c:153 plug-ins/gap/gap_mod_layer.c:278 +#, c-format +msgid "" +"2nd call of %s\n" +"(define end-settings)" +msgstr "" + +#: plug-ins/gap/gap_filter_foreach.c:157 +#, c-format +msgid "" +"Non-Interactive call of %s\n" +"(for all layers in between)" +msgstr "" + +#: plug-ins/gap/gap_filter_foreach.c:276 +msgid "Applying Filter to all Layers..." +msgstr "" + +#: plug-ins/gap/gap_filter_foreach.c:550 +msgid "Select Filter for Animated apply" +msgstr "" + +#: plug-ins/gap/gap_filter_foreach.c:551 plug-ins/gap/gap_mod_layer.c:661 +msgid "Apply Constant" +msgstr "" + +#: plug-ins/gap/gap_filter_foreach.c:552 plug-ins/gap/gap_mod_layer.c:662 +msgid "Apply Varying" +msgstr "" + +#: plug-ins/gap/gap_filter_main.c:105 +msgid "/Filters/Filter all Layers..." +msgstr "" + +#: plug-ins/gap/gap_frontends_main.c:127 +msgid "/Video/Split Video to Frames/Any XANIM readable..." +msgstr "" + +#: plug-ins/gap/gap_frontends_main.c:139 +msgid "/Xtns/Split Video to Frames/Any XANIM readable..." +msgstr "" + +#: plug-ins/gap/gap_frontends_main.c:151 +msgid "/Video/Encode/MPEG1..." +msgstr "" + +#: plug-ins/gap/gap_frontends_main.c:164 +msgid "/Video/Encode/MPEG2..." +msgstr "" + +#: plug-ins/gap/gap_lib.c:226 +#, fuzzy +msgid "GAP Message" +msgstr "Mensaje de GIMP" + +#: plug-ins/gap/gap_lib.c:889 +msgid "" +"OPERATION CANCELLED.\n" +"Current frame changed while dialog was open." +msgstr "" + +#: plug-ins/gap/gap_lib.c:911 +msgid "" +"OPERATION CANCELLED.\n" +"GAP-plugins works only with filenames\n" +"that end with _0001.xcf.\n" +"==> Rename your image, then try again." +msgstr "" + +#: plug-ins/gap/gap_lib.c:998 +msgid "" +"You are using a file format != xcf\n" +"Save Operations may result\n" +"in loss of layer information." +msgstr "" + +#: plug-ins/gap/gap_lib.c:1014 +msgid "Save Flattened" +msgstr "" + +#: plug-ins/gap/gap_lib.c:1016 +#, fuzzy +msgid "Save As Is" +msgstr "Guardar imagen" + +#: plug-ins/gap/gap_lib.c:1486 plug-ins/gap/gap_lib.c:1603 +#: plug-ins/gap/gap_lib.c:1682 plug-ins/gap/gap_lib.c:1689 +#: plug-ins/gap/gap_lib.c:1696 plug-ins/gap/gap_lib.c:1779 +#: plug-ins/gap/gap_lib.c:1801 +#, c-format +msgid "Error: could not rename frame %ld to %ld" +msgstr "" + +#: plug-ins/gap/gap_lib.c:1591 +#, fuzzy +msgid "Duplicating frames..." +msgstr "Duplicar capa" + +#: plug-ins/gap/gap_lib.c:1767 +msgid "Renumber Framesequence..." +msgstr "" + +#: plug-ins/gap/gap_lib.c:1953 +#, c-format +msgid "Goto Frame (%ld/%ld)" +msgstr "" + +#: plug-ins/gap/gap_lib.c:1956 +#, c-format +msgid "Destination Frame Number (%ld - %ld)" +msgstr "" + +#: plug-ins/gap/gap_lib.c:1960 plug-ins/gap/gap_lib.c:2037 +#: plug-ins/gap/gap_lib.c:2225 +#, fuzzy +msgid "Number:" +msgstr "Nombre:" + +#: plug-ins/gap/gap_lib.c:2021 +#, c-format +msgid "Delete Frames (%ld/%ld)" +msgstr "" + +#: plug-ins/gap/gap_lib.c:2024 +#, c-format +msgid "Delete Frames from %ld to (number)" +msgstr "" + +#: plug-ins/gap/gap_lib.c:2087 +#, c-format +msgid "Duplicate Frames (%ld/%ld)" +msgstr "" + +#: plug-ins/gap/gap_lib.c:2097 +msgid "Source Range starts at this framenumber" +msgstr "" + +#: plug-ins/gap/gap_lib.c:2105 +msgid "Source Range ends at this framenumber" +msgstr "" + +#: plug-ins/gap/gap_lib.c:2108 +#, fuzzy +msgid "N times:" +msgstr "Nombre:" + +#: plug-ins/gap/gap_lib.c:2115 +msgid "" +"Copy selected Range n-times \n" +"(you may type in Values > 99)" +msgstr "" + +#: plug-ins/gap/gap_lib.c:2117 +#, fuzzy +msgid "Duplicate Frame Range" +msgstr "Duplicar Canal" + +#: plug-ins/gap/gap_lib.c:2220 +#, c-format +msgid "Exchange current Frame (%ld)" +msgstr "" + +#: plug-ins/gap/gap_lib.c:2224 +msgid "With Frame (number)" +msgstr "" + +#: plug-ins/gap/gap_lib.c:2266 +#, c-format +msgid "Framesequence Shift (%ld/%ld)" +msgstr "" + +#: plug-ins/gap/gap_lib.c:2276 +msgid "Affected Range starts at this framenumber" +msgstr "" + +#: plug-ins/gap/gap_lib.c:2284 +msgid "Affected Range ends at this framenumber" +msgstr "" + +#: plug-ins/gap/gap_lib.c:2287 +msgid "N-Shift:" +msgstr "" + +#: plug-ins/gap/gap_lib.c:2292 +msgid "" +"Renumber the affected framesequence \n" +"(numbers are shifted in circle by N)" +msgstr "" + +#: plug-ins/gap/gap_lib.c:2294 +msgid "Framesequence shift" +msgstr "" + +#: plug-ins/gap/gap_main.c:343 +msgid "/Video/Goto/Next Frame" +msgstr "" + +#: plug-ins/gap/gap_main.c:355 +msgid "/Video/Goto/Previous Frame" +msgstr "" + +#: plug-ins/gap/gap_main.c:367 +msgid "/Video/Goto/First Frame" +msgstr "" + +#: plug-ins/gap/gap_main.c:379 +msgid "/Video/Goto/Last Frame" +msgstr "" + +#: plug-ins/gap/gap_main.c:391 +#, fuzzy +msgid "/Video/Goto/Any Frame..." +msgstr "/Imagen/Histograma.." + +#: plug-ins/gap/gap_main.c:403 +msgid "/Video/Delete Frames..." +msgstr "" + +#: plug-ins/gap/gap_main.c:415 +msgid "/Video/Duplicate Frames..." +msgstr "" + +#: plug-ins/gap/gap_main.c:427 +msgid "/Video/Exchange Frame..." +msgstr "" + +#: plug-ins/gap/gap_main.c:439 +msgid "/Video/Move Path..." +msgstr "" + +#: plug-ins/gap/gap_main.c:451 +msgid "/Video/Frames to Image..." +msgstr "" + +#: plug-ins/gap/gap_main.c:463 +msgid "/Video/Frames Flatten..." +msgstr "" + +#: plug-ins/gap/gap_main.c:475 +msgid "/Video/Frames LayerDel..." +msgstr "" + +#: plug-ins/gap/gap_main.c:499 +msgid "/Video/Frames Convert..." +msgstr "" + +#: plug-ins/gap/gap_main.c:511 +msgid "/Video/Frames Resize..." +msgstr "" + +#: plug-ins/gap/gap_main.c:523 +msgid "/Video/Frames Crop..." +msgstr "" + +#: plug-ins/gap/gap_main.c:535 +msgid "/Video/Frames Scale..." +msgstr "" + +#: plug-ins/gap/gap_main.c:547 +msgid "/Video/Split Image to Frames..." +msgstr "" + +#: plug-ins/gap/gap_main.c:560 +msgid "/Video/Framesequence Shift..." +msgstr "" + +#: plug-ins/gap/gap_main.c:572 +msgid "/Video/Frames Modify..." +msgstr "" + +#. Layer select modes +#: plug-ins/gap/gap_mod_layer.c:82 plug-ins/gap/gap_range_ops.c:572 +msgid "Pattern is equal to LayerName" +msgstr "" + +#: plug-ins/gap/gap_mod_layer.c:83 plug-ins/gap/gap_range_ops.c:573 +msgid "Pattern is Start of LayerName" +msgstr "" + +#: plug-ins/gap/gap_mod_layer.c:84 plug-ins/gap/gap_range_ops.c:574 +msgid "Pattern is End of Layername" +msgstr "" + +#: plug-ins/gap/gap_mod_layer.c:85 plug-ins/gap/gap_range_ops.c:575 +msgid "Pattern is a Part of LayerName" +msgstr "" + +#: plug-ins/gap/gap_mod_layer.c:86 plug-ins/gap/gap_range_ops.c:576 +msgid "Pattern is LayerstackNumber List" +msgstr "" + +#: plug-ins/gap/gap_mod_layer.c:87 plug-ins/gap/gap_range_ops.c:577 +msgid "Pattern is REVERSE-stack List" +msgstr "" + +#: plug-ins/gap/gap_mod_layer.c:88 plug-ins/gap/gap_range_ops.c:578 +msgid "All Visible (ignore Pattern)" +msgstr "" + +#: plug-ins/gap/gap_mod_layer.c:90 +msgid "Select all Layers where Layername is equal to Pattern" +msgstr "" + +#: plug-ins/gap/gap_mod_layer.c:91 +msgid "Select all Layers where Layername starts with Pattern" +msgstr "" + +#: plug-ins/gap/gap_mod_layer.c:92 +msgid "Select all Layers where Layername ends up with Pattern" +msgstr "" + +#: plug-ins/gap/gap_mod_layer.c:93 +msgid "Select all Layers where Layername contains Pattern" +msgstr "" + +#: plug-ins/gap/gap_mod_layer.c:94 +msgid "" +"Select Layerstack positions.\n" +"0, 4-5, 8\n" +"where 0 == Top-layer" +msgstr "" + +#: plug-ins/gap/gap_mod_layer.c:95 +msgid "" +"Select Layerstack positions.\n" +"0, 4-5, 8\n" +"where 0 == BG-layer" +msgstr "" + +#: plug-ins/gap/gap_mod_layer.c:96 +#, fuzzy +msgid "Select all visible Layers" +msgstr "Mezclar Capas visibles" + +#. action items what to do with the selected layer(s) +#: plug-ins/gap/gap_mod_layer.c:100 +msgid "Set Layer(s) visible" +msgstr "" + +#: plug-ins/gap/gap_mod_layer.c:101 +msgid "Set Layer(s) invisible" +msgstr "" + +#: plug-ins/gap/gap_mod_layer.c:102 +msgid "Set Layer(s) linked" +msgstr "" + +#: plug-ins/gap/gap_mod_layer.c:103 +#, fuzzy +msgid "Set Layer(s) unlinked" +msgstr "Poner tamaño de borde de Capa" + +#: plug-ins/gap/gap_mod_layer.c:104 +#, fuzzy +msgid "Raise Layer(s)" +msgstr "Capa pegada" + +#: plug-ins/gap/gap_mod_layer.c:105 +#, fuzzy +msgid "Lower Layer(s)" +msgstr "/Pila/Hundir capa" + +#: plug-ins/gap/gap_mod_layer.c:106 +#, fuzzy +msgid "Merge Layer(s) expand as necessary" +msgstr "Expandida lo necesario" + +#: plug-ins/gap/gap_mod_layer.c:107 +#, fuzzy +msgid "Merge Layer(s) clipped to image" +msgstr "Recortada según la imagen" + +#: plug-ins/gap/gap_mod_layer.c:108 +msgid "Merge Layer(s) clipped to bg-layer" +msgstr "" + +#: plug-ins/gap/gap_mod_layer.c:109 +msgid "Apply filter on Layer(s)" +msgstr "" + +#: plug-ins/gap/gap_mod_layer.c:110 +#, fuzzy +msgid "Duplicate Layer(s)" +msgstr "Duplicar capa" + +#: plug-ins/gap/gap_mod_layer.c:111 +#, fuzzy +msgid "Delete Layer(s)" +msgstr "Borrar capa" + +#: plug-ins/gap/gap_mod_layer.c:112 +#, fuzzy +msgid "Rename Layer(s)" +msgstr "renombrar capa" + +#: plug-ins/gap/gap_mod_layer.c:151 +msgid "" +"Perform function on one or more Layer(s)\n" +"in all frames of the selected frame range\n" +msgstr "" + +#: plug-ins/gap/gap_mod_layer.c:155 plug-ins/gap/gap_mpege.c:258 +#: plug-ins/gap/gap_range_ops.c:441 +msgid "From Frame:" +msgstr "" + +#. label text +#. scalesize spinsize +#. value +#. lower, upper +#. step, page +#. digits +#. constrain +#. lower, upper (unconstrained) +#: plug-ins/gap/gap_mod_layer.c:156 plug-ins/gap/gap_mov_dialog.c:521 +#: 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" +msgstr "" + +#: plug-ins/gap/gap_mod_layer.c:163 plug-ins/gap/gap_range_ops.c:449 +msgid "To Frame:" +msgstr "" + +#. label text +#. scalesize spinsize +#. value +#. lower, upper +#. step, page +#. digits +#. constrain +#. lower, upper (unconstrained) +#: plug-ins/gap/gap_mod_layer.c:164 plug-ins/gap/gap_mov_dialog.c:536 +#: 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" +msgstr "" + +#: plug-ins/gap/gap_mod_layer.c:172 plug-ins/gap/gap_range_ops.c:648 +msgid "Select Layer(s):" +msgstr "" + +#: plug-ins/gap/gap_mod_layer.c:181 plug-ins/gap/gap_range_ops.c:657 +msgid "Select Pattern:" +msgstr "" + +#. pixel +#: plug-ins/gap/gap_mod_layer.c:183 plug-ins/gap/gap_range_ops.c:659 +msgid "" +"String to identify layer names \n" +"or layerstack position numbers\n" +"0,3-5" +msgstr "" + +#: plug-ins/gap/gap_mod_layer.c:189 plug-ins/gap/gap_range_ops.c:665 +msgid "Case sensitive" +msgstr "" + +#: plug-ins/gap/gap_mod_layer.c:190 plug-ins/gap/gap_range_ops.c:666 +msgid "Lowercase and UPPERCASE letters are considered as different" +msgstr "" + +#: plug-ins/gap/gap_mod_layer.c:195 plug-ins/gap/gap_range_ops.c:671 +msgid "Invert Selection" +msgstr "" + +#: plug-ins/gap/gap_mod_layer.c:196 +msgid "Perform actions on all unselected Layers" +msgstr "" + +#: plug-ins/gap/gap_mod_layer.c:201 +#, fuzzy +msgid "Function:" +msgstr "Localización: " + +#. argv[7].radio_help_argv = action_help +#: plug-ins/gap/gap_mod_layer.c:205 +msgid "Function to be performed on all selected layers" +msgstr "" + +#: plug-ins/gap/gap_mod_layer.c:211 +msgid "New Layername:" +msgstr "" + +#. pixel +#: plug-ins/gap/gap_mod_layer.c:213 +msgid "" +"New Layername for all handled layers \n" +"[####] is replaced by frame number\n" +"(is used on function rename only)" +msgstr "" + +#: plug-ins/gap/gap_mod_layer.c:218 +msgid "Frames Modify" +msgstr "" + +#: plug-ins/gap/gap_mod_layer.c:282 +#, c-format +msgid "" +"Non-Interactive call of %s\n" +"(for all selected layers)" +msgstr "" + +#. GAP-PDB-Browser Dialog +#. ---------------------- +#: plug-ins/gap/gap_mod_layer.c:660 +msgid "Select Filter for Animated frames-apply" +msgstr "" + +#: plug-ins/gap/gap_mod_layer.c:802 +msgid "GAP Modify: No layer selected in last handled frame" +msgstr "" + +#: plug-ins/gap/gap_mod_layer.c:888 +msgid "Modifying Frames/Layer(s)..." +msgstr "" + +#: plug-ins/gap/gap_mod_layer.c:969 +msgid "No selected Layer in start frame" +msgstr "" + +#: plug-ins/gap/gap_mov_dialog.c:239 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:240 +msgid "Dissolve" +msgstr "Disolver" + +#: plug-ins/gap/gap_mov_dialog.c:241 +msgid "Multiply" +msgstr "" + +#: plug-ins/gap/gap_mov_dialog.c:243 plug-ins/gflare/gflare.c:596 +#: plug-ins/gimpressionist/paper.c:152 +msgid "Overlay" +msgstr "Solapar" + +#: plug-ins/gap/gap_mov_dialog.c:244 +msgid "Difference" +msgstr "Diferencia" + +#: plug-ins/gap/gap_mov_dialog.c:245 plug-ins/gflare/gflare.c:595 +msgid "Addition" +msgstr "Suma" + +#: plug-ins/gap/gap_mov_dialog.c:246 plug-ins/gfig/gfig.c:3148 +msgid "Subtract" +msgstr "Sustraer" + +#: plug-ins/gap/gap_mov_dialog.c:247 +msgid "Darken Only" +msgstr "Oscurecer sólo" + +#: plug-ins/gap/gap_mov_dialog.c:248 +msgid "Lighten Only" +msgstr "Clarear sólo" + +#: plug-ins/gap/gap_mov_dialog.c:259 +msgid "Left Top" +msgstr "" + +#: plug-ins/gap/gap_mov_dialog.c:260 +msgid "Left Bottom" +msgstr "" + +#: plug-ins/gap/gap_mov_dialog.c:261 +msgid "Right Top" +msgstr "" + +#: plug-ins/gap/gap_mov_dialog.c:262 +msgid "Right Bottom" +msgstr "" + +#: plug-ins/gap/gap_mov_dialog.c:271 +msgid "Loop" +msgstr "" + +#: plug-ins/gap/gap_mov_dialog.c:272 +msgid "Loop Reverse" +msgstr "" + +#: plug-ins/gap/gap_mov_dialog.c:273 +msgid "Once" +msgstr "" + +#: plug-ins/gap/gap_mov_dialog.c:274 +msgid "OnceReverse" +msgstr "" + +#: plug-ins/gap/gap_mov_dialog.c:275 +msgid "PingPong" +msgstr "" + +#: plug-ins/gap/gap_mov_dialog.c:434 +msgid "Move Path" +msgstr "" + +#: plug-ins/gap/gap_mov_dialog.c:461 +#, fuzzy +msgid "Update Preview" +msgstr "Vista previa" + +#: plug-ins/gap/gap_mov_dialog.c:468 +msgid "" +"Show PreviewFrame with Selected \n" +"SrcLayer at current Controlpoint" +msgstr "" + +#. parameter settings +#: plug-ins/gap/gap_mov_dialog.c:481 +msgid "Copy moving source-layer(s) into frames" +msgstr "" + +#. the start frame scale_entry +#. table col, row +#: plug-ins/gap/gap_mov_dialog.c:513 +msgid "Start Frame:" +msgstr "" + +#. the end frame scale_entry +#. table col, row +#: plug-ins/gap/gap_mov_dialog.c:528 +msgid "End Frame:" +msgstr "" + +#. the Preview Frame scale_entry +#. table col, row +#: plug-ins/gap/gap_mov_dialog.c:543 +msgid "Preview Frame:" +msgstr "" + +#. label text +#. scalesize spinsize +#. value +#. lower, upper +#. step, page +#. digits +#. constrain +#. lower, upper (unconstrained) +#: plug-ins/gap/gap_mov_dialog.c:551 +msgid "" +"frame to show when UpdPreview\n" +"button is pressed" +msgstr "" + +#. the Layerstack scale_entry +#. table col, row +#: plug-ins/gap/gap_mov_dialog.c:559 plug-ins/gap/gap_range_ops.c:265 +msgid "Layerstack:" +msgstr "" + +#. label text +#. scalesize spinsize +#. value +#. lower, upper +#. step, page +#. digits +#. constrain +#. lower, upper (unconstrained) +#: plug-ins/gap/gap_mov_dialog.c:567 +msgid "" +"How to insert SrcLayer into the\n" +"Dst. Frame's Layerstack\n" +"0 means on top i.e. in front" +msgstr "" + +#. toggle clip_to_image +#: plug-ins/gap/gap_mov_dialog.c:574 +msgid "Clip To Frame" +msgstr "" + +#: plug-ins/gap/gap_mov_dialog.c:580 +msgid "" +"Clip all copied Src-Layers\n" +"at Frame Boundaries" +msgstr "" + +#: plug-ins/gap/gap_mov_dialog.c:626 +msgid "" +"No Source Image was selected\n" +"(Please open a 2nd Image of the same type before opening Move Path)" +msgstr "" + +#. filesel is already open +#: plug-ins/gap/gap_mov_dialog.c:897 +msgid "Load Path Points from file" +msgstr "" + +#. filesel is already open +#: plug-ins/gap/gap_mov_dialog.c:933 +msgid "Save Path Points to file" +msgstr "" + +#: plug-ins/gap/gap_mov_dialog.c:1210 +#, c-format +msgid "Current Point: [ %3d ] of [ %3d ]" +msgstr "" + +#: plug-ins/gap/gap_mov_dialog.c:1373 +msgid "Source Select" +msgstr "" + +#. Source Layer menu +#: plug-ins/gap/gap_mov_dialog.c:1390 +#, fuzzy +msgid "Source Image/Layer:" +msgstr "Escalar Capa" + +#: plug-ins/gap/gap_mov_dialog.c:1400 +msgid "Source Object to insert into Frame Range" +msgstr "" + +#. Paintmode menu +#: plug-ins/gap/gap_mov_dialog.c:1415 +msgid "Mode:" +msgstr "Modo:" + +#: plug-ins/gap/gap_mov_dialog.c:1424 +msgid "Paintmode" +msgstr "" + +#. Loop Stepmode menu +#: plug-ins/gap/gap_mov_dialog.c:1439 +msgid "Stepmode:" +msgstr "" + +#: plug-ins/gap/gap_mov_dialog.c:1457 +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:1463 +msgid "Handle:" +msgstr "" + +#: plug-ins/gap/gap_mov_dialog.c:1481 +msgid "" +"How to place the SrcLayer at \n" +"Controlpoint Coordinates" +msgstr "" + +#. to avoid side effects while initialization +#. the frame +#: plug-ins/gap/gap_mov_dialog.c:1534 +msgid "Move Path Preview" +msgstr "" + +#. lower, upper (unconstrained) +#: plug-ins/gap/gap_mov_dialog.c:1566 +msgid "X Coordinate" +msgstr "" + +#. lower, upper (unconstrained) +#: plug-ins/gap/gap_mov_dialog.c:1584 +msgid "Y Coordinate" +msgstr "" + +#. label text +#. scalesize spinsize +#. value +#. lower, upper +#. step, page +#. digits +#. constrain +#. lower, upper (unconstrained) +#: plug-ins/gap/gap_mov_dialog.c:1601 +msgid "Scale Source Layer's Width in percent" +msgstr "" + +#. label text +#. scalesize spinsize +#. value +#. lower, upper +#. step, page +#. digits +#. constrain +#. lower, upper (unconstrained) +#: plug-ins/gap/gap_mov_dialog.c:1618 +msgid "" +"Scale SrcLayer's Height\n" +"in percent" +msgstr "" + +#. label text +#. scalesize spinsize +#. value +#. lower, upper +#. step, page +#. digits +#. constrain +#. lower, upper (unconstrained) +#: plug-ins/gap/gap_mov_dialog.c:1635 +msgid "" +"SrcLayer's Opacity\n" +"in percent" +msgstr "" + +#. Rotation +#. table col, row +#: plug-ins/gap/gap_mov_dialog.c:1644 +msgid "Rotate:" +msgstr "" + +#. label text +#. scalesize spinsize +#. value +#. lower, upper +#. step, page +#. digits +#. constrain +#. lower, upper (unconstrained) +#: plug-ins/gap/gap_mov_dialog.c:1652 +msgid "Rotate SrcLayer (in degree)" +msgstr "" + +#: plug-ins/gap/gap_mov_dialog.c:1725 +msgid "Add Point" +msgstr "Añadir Punto" + +#: plug-ins/gap/gap_mov_dialog.c:1733 +msgid "" +"Add Controlpoint at end \n" +"(the last Point is duplicated)" +msgstr "" + +#. toggle clip_to_image +#: plug-ins/gap/gap_mov_dialog.c:1738 +msgid "Show Path" +msgstr "Mostrar Camino" + +#: plug-ins/gap/gap_mov_dialog.c:1744 +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:1754 +#: 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:1762 +msgid "" +"Insert Controlpoint \n" +"(the current Point is duplicated)" +msgstr "" + +#: plug-ins/gap/gap_mov_dialog.c:1766 +#: 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:1774 +msgid "Delete current Controlpoint" +msgstr "" + +#: plug-ins/gap/gap_mov_dialog.c:1780 +msgid "Prev Point" +msgstr "" + +#: plug-ins/gap/gap_mov_dialog.c:1788 +msgid "Show Previous Controlpoint" +msgstr "" + +#: plug-ins/gap/gap_mov_dialog.c:1792 +msgid "Next Point" +msgstr "" + +#: plug-ins/gap/gap_mov_dialog.c:1800 +msgid "Show Next Controlpoint" +msgstr "" + +#: plug-ins/gap/gap_mov_dialog.c:1806 +msgid "First Point" +msgstr "" + +#: plug-ins/gap/gap_mov_dialog.c:1814 +msgid "Show First Controlpoint" +msgstr "" + +#: plug-ins/gap/gap_mov_dialog.c:1818 +msgid "Last Point" +msgstr "" + +#: plug-ins/gap/gap_mov_dialog.c:1826 +msgid "Show Last Controlpoint" +msgstr "" + +#: plug-ins/gap/gap_mov_dialog.c:1832 +msgid "Clear Point" +msgstr "" + +#: plug-ins/gap/gap_mov_dialog.c:1840 +msgid "" +"Reset the current Controlpoint\n" +"to default Values" +msgstr "" + +#: plug-ins/gap/gap_mov_dialog.c:1844 +msgid "Reset Points" +msgstr "" + +#: plug-ins/gap/gap_mov_dialog.c:1852 +msgid "" +"Reset Controlpoints \n" +"to one Defaultpoint" +msgstr "" + +#: plug-ins/gap/gap_mov_dialog.c:1858 +msgid "Load Points" +msgstr "" + +#: plug-ins/gap/gap_mov_dialog.c:1866 +msgid "Load Controlpoints from file" +msgstr "" + +#: plug-ins/gap/gap_mov_dialog.c:1870 +msgid "Save Points" +msgstr "" + +#: plug-ins/gap/gap_mov_dialog.c:1878 +msgid "Save Controlpoints to file" +msgstr "" + +#: plug-ins/gap/gap_mov_exec.c:220 +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:229 +msgid "Copying Layers into Frames..." +msgstr "" + +#: plug-ins/gap/gap_mpege.c:111 +msgid "Conditions to run mpeg_encode 1.5:" +msgstr "" + +#: plug-ins/gap/gap_mpege.c:114 +msgid "Conditions to run mpeg2encode 1.2:" +msgstr "" + +#: plug-ins/gap/gap_mpege.c:124 +msgid "1.) mpeg_encode 1.5 must be installed" +msgstr "" + +#: plug-ins/gap/gap_mpege.c:127 +msgid "1.) mpeg2encode 1.2 must be installed" +msgstr "" + +#: plug-ins/gap/gap_mpege.c:132 +msgid " you can get mpeg_encode at" +msgstr "" + +#: plug-ins/gap/gap_mpege.c:135 +msgid " you can get mpeg2encode at http://www.mpeg.org/MSSG" +msgstr "" + +#: plug-ins/gap/gap_mpege.c:140 +msgid " ftp://mm-ftp.cs.berkeley.edu/pub/multimedia/mpeg/bmt1r1.tar.gz" +msgstr "" + +#: plug-ins/gap/gap_mpege.c:143 +msgid " or at ftp://ftp.mpeg.org/pub/mpeg/mssg " +msgstr "" + +#: plug-ins/gap/gap_mpege.c:148 +msgid "2.) You need a series of single Images on disk (AnimFrames)" +msgstr "" + +#: plug-ins/gap/gap_mpege.c:152 +msgid " all with fileformat JPEG (or YUV or PNM or PPM)" +msgstr "" + +#: plug-ins/gap/gap_mpege.c:155 +msgid " all with fileformat PPM (or YUV)" +msgstr "" + +#: plug-ins/gap/gap_mpege.c:160 +msgid " (use 'Frames Convert' from the Video Menu" +msgstr "" + +#: plug-ins/gap/gap_mpege.c:164 +msgid " or 'Split Image to Frames' from the Video Menu)" +msgstr "" + +#: plug-ins/gap/gap_mpege.c:168 +msgid "3.) All Images must have the same size," +msgstr "" + +#: plug-ins/gap/gap_mpege.c:175 +msgid " width and height must be a multiple of 16" +msgstr "" + +#: plug-ins/gap/gap_mpege.c:179 +msgid " (use Scale or Crop from the Video Menu)" +msgstr "" + +#: plug-ins/gap/gap_mpege.c:194 +msgid "MPEG_ENCODE Information" +msgstr "" + +#: plug-ins/gap/gap_mpege.c:231 +msgid "generate MPEG1 (ISO/IEC 11172-2) stream" +msgstr "" + +#: plug-ins/gap/gap_mpege.c:232 +msgid "generate MPEG2 (ISO/IEC DIS 13818-2) stream" +msgstr "" + +#: plug-ins/gap/gap_mpege.c:242 +msgid "GenParams" +msgstr "" + +#: plug-ins/gap/gap_mpege.c:244 +msgid "Gen + Encode" +msgstr "" + +#: plug-ins/gap/gap_mpege.c:266 +msgid "To Frame:" +msgstr "" + +#: plug-ins/gap/gap_mpege.c:273 +msgid "Framerate :" +msgstr "" + +#: plug-ins/gap/gap_mpege.c:274 +msgid "framerate in frames/second" +msgstr "" + +#: plug-ins/gap/gap_mpege.c:281 +msgid "Bitrate:" +msgstr "" + +#: plug-ins/gap/gap_mpege.c:282 +msgid "" +"used for constant bitrates (bit/sec) \n" +"(low rate gives good compression + bad quality)" +msgstr "" + +#: plug-ins/gap/gap_mpege.c:296 +msgid "Outputfile:" +msgstr "" + +#. pixel +#: plug-ins/gap/gap_mpege.c:298 +msgid "Name of the resulting MPEG outputfile" +msgstr "" + +#: plug-ins/gap/gap_mpege.c:304 +msgid "Paramfile:" +msgstr "" + +#. pixel +#: plug-ins/gap/gap_mpege.c:306 +msgid "" +"Name of the Encoder-Parameterfile\n" +"(is generated)" +msgstr "" + +#: plug-ins/gap/gap_mpege.c:312 +msgid "Startscript:" +msgstr "" + +#. pixel +#: plug-ins/gap/gap_mpege.c:314 +msgid "" +"Name of the Startscript \n" +"(is generated/executed)" +msgstr "" + +#: plug-ins/gap/gap_mpege.c:320 +msgid "" +"Generate parameterfile for mpeg_encode 1.5\n" +"(the freely distributed Berkeley MPEG-1 Video Encoder.)\n" +msgstr "" + +#: plug-ins/gap/gap_mpege.c:324 +msgid "Constant Bitrate :" +msgstr "" + +#: plug-ins/gap/gap_mpege.c:325 +msgid "Iqnore I/P/QSCALE values and use constant bit-rate)" +msgstr "" + +#: plug-ins/gap/gap_mpege.c:330 +msgid "Pattern:" +msgstr "" + +#. pixel +#: plug-ins/gap/gap_mpege.c:332 +msgid "How to encode MPEG framesequence (I/P/B frames)" +msgstr "" + +#: plug-ins/gap/gap_mpege.c:338 +msgid "IQSCALE:" +msgstr "" + +#: plug-ins/gap/gap_mpege.c:339 +msgid "" +"Quality scale for I-Frames \n" +"(1 = best quality, 31 = best comression)" +msgstr "" + +#: plug-ins/gap/gap_mpege.c:346 +msgid "PQSCALE:" +msgstr "" + +#: plug-ins/gap/gap_mpege.c:347 +msgid "" +"Quality scale for P-Frames \n" +"(1 = best quality, 31 = best comression)" +msgstr "" + +#: plug-ins/gap/gap_mpege.c:354 +msgid "BQSCALE:" +msgstr "" + +#: plug-ins/gap/gap_mpege.c:355 +msgid "" +"Quality scale for B-Frames \n" +"(1 = best quality, 31 = best comression)" +msgstr "" + +#: plug-ins/gap/gap_mpege.c:362 +msgid "P-Search :" +msgstr "" + +#: plug-ins/gap/gap_mpege.c:363 +msgid "Search Algorithmus used for P-frames" +msgstr "" + +#: plug-ins/gap/gap_mpege.c:369 +msgid "B-Search :" +msgstr "" + +#: plug-ins/gap/gap_mpege.c:370 +msgid "Search Algorithmus used for B-frames" +msgstr "" + +#: plug-ins/gap/gap_mpege.c:375 +msgid "Gen MPEG_ENCODE Parameters" +msgstr "" + +#: plug-ins/gap/gap_mpege.c:376 plug-ins/gap/gap_mpege.c:414 +msgid "Encode Values" +msgstr "" + +#: plug-ins/gap/gap_mpege.c:392 +msgid "" +"Generate parameterfile for mpeg2encode 1.2\n" +"(MPEG-2 Video Encoder.)\n" +msgstr "" + +#: plug-ins/gap/gap_mpege.c:395 +msgid "MPEG-type :" +msgstr "" + +#: plug-ins/gap/gap_mpege.c:404 +msgid "Videoformat :" +msgstr "" + +#: plug-ins/gap/gap_mpege.c:405 +msgid "Videoformat" +msgstr "" + +#. framerates above 30 ar not allowed in mpeg2encode +#: plug-ins/gap/gap_mpege.c:413 +msgid "Gen MPEG2ENCODE Parameters" +msgstr "" + +#: plug-ins/gap/gap_mpege.c:978 +msgid "" +"\n" +"WARNING: mpeg_encode does not support Fileformat " +msgstr "" + +#: plug-ins/gap/gap_mpege.c:981 +msgid "" +"\n" +"ERROR: width not a multiple of 16" +msgstr "" + +#: plug-ins/gap/gap_mpege.c:982 +msgid "" +"\n" +"ERROR: height not a multiple of 16" +msgstr "" + +#: plug-ins/gap/gap_mpege.c:988 +msgid "" +"\n" +"WARNING: mpeg2encode does not support Fileformat " +msgstr "" + +#: plug-ins/gap/gap_mpege.c:993 +msgid "" +"\n" +"ERROR: invoked from a single image, animframe required" +msgstr "" + +#: plug-ins/gap/gap_navigator_dialog.c:353 +msgid "" +"Playback \n" +" optimized" +msgstr "" + +#: plug-ins/gap/gap_navigator_dialog.c:358 +msgid "" +"Smart Update .xvpics\n" +" forced upd" +msgstr "" + +#: plug-ins/gap/gap_navigator_dialog.c:363 +msgid "Duplicate selected Frames" +msgstr "" + +#: plug-ins/gap/gap_navigator_dialog.c:367 +msgid "Delete selected Frames" +msgstr "" + +#: plug-ins/gap/gap_navigator_dialog.c:376 +msgid "Goto 1st Frame" +msgstr "" + +#: plug-ins/gap/gap_navigator_dialog.c:380 +msgid "" +"Goto prev Frame\n" +" use timezoom stepsize" +msgstr "" + +#: plug-ins/gap/gap_navigator_dialog.c:385 +msgid "" +"Goto next Frame\n" +" use timezoom stepsize" +msgstr "" + +#: plug-ins/gap/gap_navigator_dialog.c:390 +msgid "Goto last Frame" +msgstr "" + +#: plug-ins/gap/gap_navigator_dialog.c:448 +msgid "/Video/VCR Navigator..." +msgstr "" + +#: plug-ins/gap/gap_navigator_dialog.c:511 +msgid "Cant open two or more Video Navigator Windows." +msgstr "" + +#: plug-ins/gap/gap_navigator_dialog.c:2689 +msgid "Videoframes:" +msgstr "" + +#: plug-ins/gap/gap_navigator_dialog.c:2704 +msgid "Framerate:" +msgstr "" + +#: plug-ins/gap/gap_navigator_dialog.c:2727 +msgid "Timezoom:" +msgstr "" + +#. The main shell +#: plug-ins/gap/gap_navigator_dialog.c:2821 +msgid "Video Navigator" +msgstr "" + +#: plug-ins/gap/gap_range_ops.c:118 +msgid "New Width:" +msgstr "Nueva anchura:" + +#: plug-ins/gap/gap_range_ops.c:127 +#, fuzzy +msgid "New Height:" +msgstr "Altura:" + +#: plug-ins/gap/gap_range_ops.c:136 +msgid "Offset X:" +msgstr "Desplazamiento X" + +#: plug-ins/gap/gap_range_ops.c:145 +#, fuzzy +msgid "Offset Y:" +msgstr "Desplazamiento X" + +#: plug-ins/gap/gap_range_ops.c:156 +msgid "Crop AnimFrames (all)" +msgstr "" + +#: plug-ins/gap/gap_range_ops.c:157 +#, c-format +msgid "Crop (original %dx%d)" +msgstr "" + +#: plug-ins/gap/gap_range_ops.c:167 +msgid "Resize AnimFrames (all)" +msgstr "" + +#: plug-ins/gap/gap_range_ops.c:168 +#, c-format +msgid "Resize (original %dx%d)" +msgstr "" + +#: plug-ins/gap/gap_range_ops.c:174 +msgid "Scale AnimFrames (all)" +msgstr "" + +#: plug-ins/gap/gap_range_ops.c:175 +#, c-format +msgid "Scale (original %dx%d)" +msgstr "" + +#: plug-ins/gap/gap_range_ops.c:306 +msgid "Generate Optimal Palette" +msgstr "" + +#: plug-ins/gap/gap_range_ops.c:307 +msgid "WEB Palette" +msgstr "" + +#: plug-ins/gap/gap_range_ops.c:308 +msgid "Use Custom Palette" +msgstr "" + +#: plug-ins/gap/gap_range_ops.c:309 +msgid "Use Black/White (1-Bit) Palette" +msgstr "Usar Paleta en Blanco/Negro (1-bit)" + +#: plug-ins/gap/gap_range_ops.c:311 +msgid "Floyd-Steinberg Color Dithering (Normal)" +msgstr "Tramado de color de Floy-Steinberg (normal)" + +#: plug-ins/gap/gap_range_ops.c:312 +msgid "Floyd-Steinberg Color Dithering (Reduced Color Bleeding)" +msgstr "Tramado de color de Floy-Steinberg (Sangrado de color reducido)" + +#: plug-ins/gap/gap_range_ops.c:313 +msgid "Positioned Color Dithering" +msgstr "Tramado de color posicionado" + +#: plug-ins/gap/gap_range_ops.c:314 +msgid "No Color Dithering" +msgstr "Sin tramado de color" + +#: plug-ins/gap/gap_range_ops.c:325 +msgid "Palette Type" +msgstr "" + +#: plug-ins/gap/gap_range_ops.c:332 +msgid "Custom Palette" +msgstr "" + +#: plug-ins/gap/gap_range_ops.c:333 +msgid "" +"Name of a cutom palette\n" +"(is ignored if Palette Type is not custom)" +msgstr "" + +#: plug-ins/gap/gap_range_ops.c:338 +msgid "Remove Unused" +msgstr "" + +#: plug-ins/gap/gap_range_ops.c:339 +msgid "" +"Remove unused or double colors\n" +"(is ignored if Palette Type is not custom)" +msgstr "" + +#: plug-ins/gap/gap_range_ops.c:345 +msgid "" +"Number of resulting Colors\t\t \n" +"(ignored if Palette Type is not Generate optimal palette)" +msgstr "" + +#: plug-ins/gap/gap_range_ops.c:352 +msgid "Dither Options" +msgstr "Opciones de tramado" + +#: plug-ins/gap/gap_range_ops.c:359 +msgid "Enable transparency" +msgstr "" + +#: plug-ins/gap/gap_range_ops.c:360 +msgid "Enable dithering of transparency" +msgstr "" + +#: plug-ins/gap/gap_range_ops.c:363 +msgid "Convert Frames to Indexed" +msgstr "" + +#: plug-ins/gap/gap_range_ops.c:364 +#, fuzzy +msgid "Palette and Dither Settings" +msgstr "Directorios de Paletas" + +#: plug-ins/gap/gap_range_ops.c:429 +#, fuzzy +msgid "Keep Type" +msgstr "Tipo de imagen" + +#: plug-ins/gap/gap_range_ops.c:430 +msgid "Convert to RGB" +msgstr "Convertir a RGB" + +#: plug-ins/gap/gap_range_ops.c:431 +#, fuzzy +msgid "Convert to Gray" +msgstr "Convertir a Escala de grises" + +#: plug-ins/gap/gap_range_ops.c:432 +#, fuzzy +msgid "Convert to Indexed" +msgstr "Convertir a RGB" + +#: plug-ins/gap/gap_range_ops.c:456 +msgid "" +"\n" +"Select destination fileformat by extension\n" +"optionally convert imagetype\n" +msgstr "" + +#: plug-ins/gap/gap_range_ops.c:459 +msgid "Basename:" +msgstr "" + +#: plug-ins/gap/gap_range_ops.c:460 +msgid "" +"basename of the resulting frames \n" +"(0001.ext is added)" +msgstr "" + +#: plug-ins/gap/gap_range_ops.c:465 plug-ins/gap/gap_split.c:234 +msgid "Extension:" +msgstr "" + +#: plug-ins/gap/gap_range_ops.c:466 +msgid "" +"extension of resulting frames \n" +"(is also used to define Fileformat)" +msgstr "" + +#: plug-ins/gap/gap_range_ops.c:472 +#, fuzzy +msgid "Imagetype:" +msgstr "Tipo de imagen" + +#: plug-ins/gap/gap_range_ops.c:473 +msgid "" +"Convert to, or keep imagetype \n" +"(most fileformats can't handle all types)" +msgstr "" + +#: plug-ins/gap/gap_range_ops.c:479 plug-ins/gap/gap_split.c:245 +#, fuzzy +msgid "Flatten:" +msgstr "Aplanar Imagen" + +#: plug-ins/gap/gap_range_ops.c:480 +msgid "" +"Flatten all resulting frames \n" +"(most fileformats need flattened frames)" +msgstr "" + +#: plug-ins/gap/gap_range_ops.c:485 +msgid "Convert Frames to other Formats" +msgstr "" + +#: plug-ins/gap/gap_range_ops.c:486 +#, fuzzy +msgid "Convert Settings" +msgstr "Convertir" + +#: plug-ins/gap/gap_range_ops.c:563 +msgid "Expand as necessary" +msgstr "" + +#: plug-ins/gap/gap_range_ops.c:564 +msgid "Clipped to image" +msgstr "Recortada según la imagen" + +#: plug-ins/gap/gap_range_ops.c:565 +msgid "Clipped to bottom layer" +msgstr "Recortada según la capa del fondo" + +#: plug-ins/gap/gap_range_ops.c:566 +msgid "Flattened image" +msgstr "" + +#: plug-ins/gap/gap_range_ops.c:567 +msgid "" +"Resulting Layer Size is made of the outline-rectangle \n" +"of all visible layers (may differ from frame to frame)" +msgstr "" + +#: plug-ins/gap/gap_range_ops.c:568 +msgid "Resulting Layer Size is the frame size" +msgstr "" + +#: plug-ins/gap/gap_range_ops.c:569 +msgid "" +"Resulting Layer Size is the size of the bottom layer\n" +"(may differ from frame to frame)" +msgstr "" + +#: plug-ins/gap/gap_range_ops.c:570 +msgid "" +"Resulting Layer Size is the frame size \n" +"transparent parts are filled with BG color" +msgstr "" + +#: plug-ins/gap/gap_range_ops.c:580 +msgid "select all Layers where Layername is equal to Pattern" +msgstr "" + +#: plug-ins/gap/gap_range_ops.c:581 +msgid "select all Layers where Layername starts with Pattern" +msgstr "" + +#: plug-ins/gap/gap_range_ops.c:582 +msgid "select all Layers where Layername ends up with Pattern" +msgstr "" + +#: plug-ins/gap/gap_range_ops.c:583 +msgid "select all Layers where Layername contains Pattern" +msgstr "" + +#: plug-ins/gap/gap_range_ops.c:584 +msgid "" +"select Layerstack positions.\n" +"0, 4-5, 8\n" +"where 0 == Top-layer" +msgstr "" + +#: plug-ins/gap/gap_range_ops.c:585 +msgid "" +"select Layerstack positions.\n" +"0, 4-5, 8\n" +"where 0 == BG-layer" +msgstr "" + +#: plug-ins/gap/gap_range_ops.c:586 +msgid "select all visible Layers" +msgstr "" + +#: plug-ins/gap/gap_range_ops.c:615 +msgid "Layer Basename:" +msgstr "" + +#: plug-ins/gap/gap_range_ops.c:616 +msgid "" +"Basename for all Layers \n" +"[####] is replaced by frame number" +msgstr "" + +#: plug-ins/gap/gap_range_ops.c:634 +#, fuzzy +msgid "Layer Mergemode:" +msgstr "Opciones de Mezcla de capas" + +#: plug-ins/gap/gap_range_ops.c:641 +msgid "Exclude BG-Layer" +msgstr "" + +#: plug-ins/gap/gap_range_ops.c:642 +msgid "" +"Exclude the BG-Layers \n" +"in all handled frames\n" +"regardless to selection" +msgstr "" + +#: plug-ins/gap/gap_range_ops.c:672 +msgid "Use all unselected Layers" +msgstr "" + +#: plug-ins/gap/gap_range_ops.c:746 +msgid "Creating Layer-Animated Image..." +msgstr "" + +#: plug-ins/gap/gap_range_ops.c:968 +msgid "Frames to Image" +msgstr "" + +#: plug-ins/gap/gap_range_ops.c:969 +msgid "Create Multilayer-Image from Frames" +msgstr "" + +#: plug-ins/gap/gap_range_ops.c:1109 +#, fuzzy +msgid "Flattening Frames..." +msgstr "Aplanar Imagen" + +#: plug-ins/gap/gap_range_ops.c:1110 +msgid "Converting Frames..." +msgstr "" + +#: plug-ins/gap/gap_range_ops.c:1221 +msgid "" +"Convert Frames: SAVE operation FAILED.\n" +"Desired save plugin can't handle type\n" +"or desired save plugin not available." +msgstr "" + +#: plug-ins/gap/gap_range_ops.c:1329 +msgid "Cropping all Animation Frames..." +msgstr "" + +#: plug-ins/gap/gap_range_ops.c:1332 +msgid "Resizing all Animation Frames..." +msgstr "" + +#: plug-ins/gap/gap_range_ops.c:1335 +#, fuzzy +msgid "Scaling all Animation Frames..." +msgstr "sólo puedo manejar Capas como Fotogramas de Animación" + +#: plug-ins/gap/gap_range_ops.c:1421 +msgid "Flatten Frames" +msgstr "" + +#: plug-ins/gap/gap_range_ops.c:1477 +#, c-format +msgid "Removing Layer (pos:%ld) from Frames..." +msgstr "" + +#: plug-ins/gap/gap_range_ops.c:1601 +msgid "Delete Layers in Frames" +msgstr "" + +#: plug-ins/gap/gap_range_ops.c:1602 +msgid "Select Frame Range & Position" +msgstr "" + +#: plug-ins/gap/gap_split.c:100 +msgid "Splitting into Frames..." +msgstr "" + +#: plug-ins/gap/gap_split.c:175 +msgid "" +"Split Frames: SAVE operation FAILED.\n" +"desired save plugin can't handle type\n" +"or desired save plugin not available." +msgstr "" + +#: plug-ins/gap/gap_split.c:225 +#, c-format +msgid "" +"%s\n" +"%s\n" +"(%s_0001.%s)\n" +msgstr "" + +#: plug-ins/gap/gap_split.c:226 +msgid "Make a frame (diskfile) from each Layer" +msgstr "" + +#: plug-ins/gap/gap_split.c:227 +msgid "frames are named: base_nr.extension" +msgstr "" + +#: plug-ins/gap/gap_split.c:235 +msgid "extension of resulting frames (is also used to define Fileformat)" +msgstr "" + +#: plug-ins/gap/gap_split.c:240 +msgid "Inverse Order:" +msgstr "" + +#: plug-ins/gap/gap_split.c:241 +msgid "Start frame 0001 at Top Layer" +msgstr "" + +#: plug-ins/gap/gap_split.c:246 +msgid "" +"Remove Alpha Channel in resulting Frames. Transparent parts are filled with " +"BG color." +msgstr "" + +#: plug-ins/gap/gap_split.c:249 +msgid "Split Image into Frames" +msgstr "" + +#: plug-ins/gap/gap_split.c:250 +msgid "Split Settings" +msgstr "" + +#: plug-ins/gap/gap_split.c:297 +msgid "" +"OPERATION CANCELLED.\n" +"This image is already an AnimFrame.\n" +"Try again on a Duplicate (Image/Duplicate)." +msgstr "" + +#: plug-ins/gap/resize.c:107 +msgid "Scale" +msgstr "Escalar" + +#: plug-ins/gap/resize.c:111 +msgid "Resize" +msgstr "Cambiar tamaño" + +#: plug-ins/gap/resize.c:127 +msgid "New width:" +msgstr "" + +#: plug-ins/gap/resize.c:144 +msgid "New height:" +msgstr "" + +#: plug-ins/gap/resize.c:161 +msgid "X ratio:" +msgstr "" + +#: plug-ins/gap/resize.c:178 +msgid "Y ratio:" +msgstr "" + +#. the constrain toggle button +#: plug-ins/gap/resize.c:231 +msgid "Constrain Ratio" +msgstr "" + +#: plug-ins/gdyntext/charmap.c:120 +#, c-format +msgid "Char: %c, %d, 0x%02x" +msgstr "" + +#: plug-ins/gdyntext/charmap_window.c:123 +msgid "Selected char:" +msgstr "" + +#: plug-ins/gdyntext/charmap_window.c:137 plug-ins/imagemap/imap_polygon.c:452 +msgid "Insert" +msgstr "" + +#: plug-ins/gdyntext/charmap_window.c:140 +msgid "Insert the selected char at the cursor position" +msgstr "" + +#: plug-ins/gdyntext/font_selection.c:138 +msgid "MAX_FONTS exceeded. Some fonts may be missing." +msgstr "" + +#. "-*-(fn)-(wg)-(sl)-(sp)-*-(px)-(po * 10)-*-*-*-*-*-*" +#: plug-ins/gdyntext/font_selection.c:210 +#: plug-ins/gdyntext/font_selection.c:264 +#: plug-ins/gdyntext/font_selection.c:351 +#: plug-ins/gdyntext/font_selection.c:375 plug-ins/imagemap/imap_circle.c:265 +#: plug-ins/imagemap/imap_circle.c:271 plug-ins/imagemap/imap_circle.c:277 +#: plug-ins/imagemap/imap_grid.c:202 plug-ins/imagemap/imap_grid.c:208 +#: plug-ins/imagemap/imap_polygon.c:437 plug-ins/imagemap/imap_polygon.c:444 +#: plug-ins/imagemap/imap_rectangle.c:379 +#: plug-ins/imagemap/imap_rectangle.c:385 +#: plug-ins/imagemap/imap_rectangle.c:391 +#: plug-ins/imagemap/imap_rectangle.c:397 +msgid "pixels" +msgstr "píxeles" + +#: plug-ins/gdyntext/font_selection.c:211 +#: plug-ins/gdyntext/font_selection.c:351 +msgid "points" +msgstr "puntos" + +#: plug-ins/gdyntext/font_selection.c:311 +#, c-format +msgid "Unknown font family \"%s\".\n" +msgstr "" + +#: plug-ins/gdyntext/font_selection.c:335 +#, c-format +msgid "Unknown font style \"%s\" for family \"%s\".\n" +msgstr "" + +#: plug-ins/gdyntext/gdyntext.c:157 +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 +msgid "Upgrading old GDynText layer to " +msgstr "" + +#: plug-ins/gdyntext/gdyntext.c:357 +msgid "" +"WARNING: GDynText is too old!\n" +" You may loose some data by changing this text.\n" +" A newer version is reqired to handle this layer.\n" +" Get it from " +msgstr "" + +#. remove old layer name +#: plug-ins/gdyntext/gdyntext.c:396 +msgid "GDynText Layer " +msgstr "" + +#: plug-ins/gdyntext/gdyntext.c:433 +msgid "GIMP Dynamic Text" +msgstr "" + +#: plug-ins/gdyntext/gdyntext.c:535 +#, fuzzy +msgid "GDynText Layer" +msgstr "Capa de Texto" + +#: plug-ins/gdyntext/gdyntext_ui.c:126 +msgid "GDynText Message Window" +msgstr "" + +#: plug-ins/gdyntext/gdyntext_ui.c:156 +msgid "About GDynText" +msgstr "" + +#: plug-ins/gdyntext/gdyntext_ui.c:184 +msgid "GIMP Dynamic Text " +msgstr "" + +#: plug-ins/gdyntext/gdyntext_ui.c:218 +msgid "GDynText: Select Color" +msgstr "" + +#: plug-ins/gdyntext/gdyntext_ui.c:318 +msgid "Toggle creation of a new layer" +msgstr "" + +#: plug-ins/gdyntext/gdyntext_ui.c:341 +msgid "Load text from file" +msgstr "" + +#: plug-ins/gdyntext/gdyntext_ui.c:364 +msgid "Text color" +msgstr "" + +#: plug-ins/gdyntext/gdyntext_ui.c:382 +msgid "Toggle anti-aliased text" +msgstr "" + +#: plug-ins/gdyntext/gdyntext_ui.c:405 +msgid "Left aligned text" +msgstr "" + +#: plug-ins/gdyntext/gdyntext_ui.c:424 +msgid "Centered text" +msgstr "" + +#: plug-ins/gdyntext/gdyntext_ui.c:443 +msgid "Right aligned text" +msgstr "" + +#: plug-ins/gdyntext/gdyntext_ui.c:462 +msgid "Toggle text font preview" +msgstr "" + +#: plug-ins/gdyntext/gdyntext_ui.c:483 +msgid "Toggle CharMap window" +msgstr "" + +#: plug-ins/gdyntext/gdyntext_ui.c:493 +msgid "Set text rotation (degrees)" +msgstr "" + +#: plug-ins/gdyntext/gdyntext_ui.c:507 +msgid "Set line spacing" +msgstr "" + +#: plug-ins/gdyntext/gdyntext_ui.c:511 +#, fuzzy +msgid "Line Spacing" +msgstr "Espaciado:" + +#: plug-ins/gdyntext/gdyntext_ui.c:540 +msgid "Editable text sample" +msgstr "" + +#: plug-ins/gdyntext/gdyntext_ui.c:558 +msgid "Clear preview" +msgstr "" + +#: plug-ins/gdyntext/gdyntext_ui.c:567 +msgid "Preview default text sample" +msgstr "" + +#: plug-ins/gdyntext/gdyntext_ui.c:629 +msgid "" +"Holding the Shift key while pressing this button will force GDynText in " +"changing the layer name as done in GIMP 1.0." +msgstr "" + +#: plug-ins/gdyntext/gdyntext_ui.c:1035 +msgid "GDynText: CharMap" +msgstr "" + +#: plug-ins/gdyntext/gdyntext_ui.c:1108 +msgid "GDynText: Load Text" +msgstr "" + +#: plug-ins/gdyntext/gdyntext_ui.c:1154 +#, c-format +msgid "" +"Warning file \"%s\" is larger than the maximum allowed text length (%d)." +msgstr "" + +#: plug-ins/gdyntext/gdyntext_ui.c:1166 +#, fuzzy, c-format +msgid "Error opening \"%s\"!" +msgstr "error al abrir: \"%s\"\n" + +#: plug-ins/gdyntext/message_window.c:113 +msgid "Dismiss" +msgstr "" + +#: plug-ins/gfig/gfig.c:682 +msgid "/Filters/Render/Gfig..." +msgstr "" + +#: plug-ins/gfig/gfig.c:850 +#, c-format +msgid "" +"No gfig-path in gimprc:\n" +"You need to add an entry like\n" +"(gfig-path \"%s\")\n" +"to your %s file." +msgstr "" + +#: plug-ins/gfig/gfig.c:869 +msgid "gfig-path misconfigured - the following directories were not found" +msgstr "" + +#: plug-ins/gfig/gfig.c:1092 +msgid "First Gfig" +msgstr "" + +#: plug-ins/gfig/gfig.c:1919 +msgid "Prev" +msgstr "" + +#. More Buttons +#: plug-ins/gfig/gfig.c:1948 plug-ins/gfig/gfig.c:5362 +#: plug-ins/gflare/gflare.c:3124 plug-ins/imagemap/imap_menu.c:277 +#: plug-ins/imagemap/imap_selection.c:171 +msgid "Edit" +msgstr "Editar" + +#: plug-ins/gfig/gfig.c:1953 +msgid "Edit Gfig object collection" +msgstr "" + +#: plug-ins/gfig/gfig.c:1956 +msgid "Merge" +msgstr "Mezclar" + +#: plug-ins/gfig/gfig.c:1961 +msgid "Merge Gfig Object collection into the current edit session" +msgstr "" + +#: plug-ins/gfig/gfig.c:2000 +msgid "Number of Sides/Points/Turns:" +msgstr "" + +#: plug-ins/gfig/gfig.c:2016 +msgid "Clockwise" +msgstr "" + +#: plug-ins/gfig/gfig.c:2017 +msgid "Anti-Clockwise" +msgstr "" + +#: plug-ins/gfig/gfig.c:2021 plug-ins/gimpressionist/orientation.c:121 +#: plug-ins/print/gimp_main_window.c:394 +msgid "Orientation:" +msgstr "" + +#: plug-ins/gfig/gfig.c:2041 +msgid "Bezier Settings" +msgstr "" + +#: plug-ins/gfig/gfig.c:2061 +msgid "Closed" +msgstr "" + +#: plug-ins/gfig/gfig.c:2066 +msgid "Close curve on completion" +msgstr "" + +#: plug-ins/gfig/gfig.c:2071 +msgid "Show Line Frame" +msgstr "" + +#: plug-ins/gfig/gfig.c:2076 +msgid "Draws lines between the control points. Only during curve creation" +msgstr "" + +#: plug-ins/gfig/gfig.c:2092 +msgid "Regular Polygon Number of Sides" +msgstr "" + +#: plug-ins/gfig/gfig.c:2104 +msgid "Star Number of Points" +msgstr "" + +#: plug-ins/gfig/gfig.c:2116 +msgid "Spiral Number of Points" +msgstr "" + +#: plug-ins/gfig/gfig.c:2140 +msgid "Ops" +msgstr "" + +#: plug-ins/gfig/gfig.c:2153 +msgid "Create line" +msgstr "" + +#: plug-ins/gfig/gfig.c:2158 +msgid "Create circle" +msgstr "" + +#: plug-ins/gfig/gfig.c:2163 +msgid "Create ellipse" +msgstr "" + +#: plug-ins/gfig/gfig.c:2168 +msgid "Create arch" +msgstr "" + +#: plug-ins/gfig/gfig.c:2177 +msgid "Create reg polygon" +msgstr "" + +#: plug-ins/gfig/gfig.c:2194 +msgid "Create spiral" +msgstr "" + +#: plug-ins/gfig/gfig.c:2204 +msgid "Create bezier curve. Shift + Button ends object creation." +msgstr "" + +#: plug-ins/gfig/gfig.c:2210 +msgid "Move an object" +msgstr "" + +#: plug-ins/gfig/gfig.c:2215 +msgid "Move a single point" +msgstr "" + +#: plug-ins/gfig/gfig.c:2220 +msgid "Copy an object" +msgstr "" + +#: plug-ins/gfig/gfig.c:2225 +msgid "Delete an object" +msgstr "" + +#: plug-ins/gfig/gfig.c:2384 plug-ins/gfig/gfig.c:2824 +#: plug-ins/gfig/gfig.c:4022 plug-ins/gimpressionist/brush.c:351 +#: plug-ins/gimpressionist/brush.c:356 +msgid "Brush" +msgstr "" + +# //R Esto de spray es patético +#: plug-ins/gfig/gfig.c:2385 +msgid "Airbrush" +msgstr "Aerógrafo" + +#: plug-ins/gfig/gfig.c:2386 +msgid "Pencil" +msgstr "Lápiz" + +#: plug-ins/gfig/gfig.c:2387 plug-ins/gfig/gfig.c:3193 +msgid "Pattern" +msgstr "" + +#: plug-ins/gfig/gfig.c:2394 +msgid "" +"Use the brush/pencil or the airbrush when drawing on the image. Pattern " +"paints with currently selected brush with a pattern. Only applies to " +"circles/ellipses if Approx. Circles/Ellipses toggle is set." +msgstr "" + +#: plug-ins/gfig/gfig.c:2806 plug-ins/rcm/rcm_dialog.c:121 +msgid "Original" +msgstr "" + +#: plug-ins/gfig/gfig.c:2807 plug-ins/gfig/gfig.c:3566 +#: plug-ins/gflare/gflare.c:3123 plug-ins/ifscompose/ifscompose.c:799 +#: plug-ins/webbrowser/webbrowser.c:327 +msgid "New" +msgstr "Nuevo" + +#: plug-ins/gfig/gfig.c:2808 +msgid "Multiple" +msgstr "" + +#: plug-ins/gfig/gfig.c:2812 +msgid "Draw all objects on one layer (original or new) or one object per layer" +msgstr "" + +#: plug-ins/gfig/gfig.c:2817 +msgid "Draw on:" +msgstr "" + +#. Create selection +#: plug-ins/gfig/gfig.c:2826 plug-ins/imagemap/imap_selection.c:358 +#: plug-ins/rcm/rcm_dialog.c:664 +msgid "Selection" +msgstr "" + +#: plug-ins/gfig/gfig.c:2828 +msgid "Selection+Fill" +msgstr "" + +#: plug-ins/gfig/gfig.c:2855 +msgid "" +"Draw type. Either a brush or a selection. See brush page or selection page " +"for more options" +msgstr "" + +#: plug-ins/gfig/gfig.c:2859 +msgid "Using:" +msgstr "" + +#: plug-ins/gfig/gfig.c:2873 +msgid "" +"Layer background type. Copy causes previous layer to be copied before the " +"draw is performed" +msgstr "" + +#: plug-ins/gfig/gfig.c:2878 +msgid "With BG of:" +msgstr "" + +#: plug-ins/gfig/gfig.c:2881 +msgid "Reverse Line" +msgstr "" + +#: plug-ins/gfig/gfig.c:2888 +msgid "Draw lines in reverse order" +msgstr "" + +#: plug-ins/gfig/gfig.c:2896 +msgid "Scale to Image" +msgstr "" + +#: plug-ins/gfig/gfig.c:2904 +msgid "Scale drawings to images size" +msgstr "" + +#: plug-ins/gfig/gfig.c:2926 +msgid "Approx. Circles/Ellipses" +msgstr "" + +#: plug-ins/gfig/gfig.c:2933 +msgid "" +"Approx. circles & ellipses using lines. Allows the use of brush fading with " +"these types of objects." +msgstr "" + +#: plug-ins/gfig/gfig.c:3008 +msgid "Fade out:" +msgstr "" + +#: plug-ins/gfig/gfig.c:3028 +msgid "Pressure:" +msgstr "Presión:" + +#: plug-ins/gfig/gfig.c:3046 +msgid "No Options..." +msgstr "" + +#: plug-ins/gfig/gfig.c:3149 +msgid "Replace" +msgstr "Reemplazar" + +#: plug-ins/gfig/gfig.c:3150 +msgid "Intersect" +msgstr "Interseccionar" + +#: plug-ins/gfig/gfig.c:3154 +msgid "Selection Type:" +msgstr "" + +#. 3 +#: plug-ins/gfig/gfig.c:3167 +msgid "Feather" +msgstr "Difuminar" + +#: plug-ins/gfig/gfig.c:3194 +msgid "Foreground" +msgstr "Frente" + +#: plug-ins/gfig/gfig.c:3199 +msgid "Fill Type:" +msgstr "" + +#: plug-ins/gfig/gfig.c:3212 +msgid "Fill Opacity:" +msgstr "Opacidad del Relleno:" + +#: plug-ins/gfig/gfig.c:3220 +msgid "Each Selection" +msgstr "" + +#: plug-ins/gfig/gfig.c:3221 +msgid "All Selections" +msgstr "" + +#: plug-ins/gfig/gfig.c:3225 +msgid "Fill after:" +msgstr "" + +#: plug-ins/gfig/gfig.c:3232 +msgid "Segment" +msgstr "" + +#: plug-ins/gfig/gfig.c:3233 +msgid "Sector" +msgstr "" + +#: plug-ins/gfig/gfig.c:3237 +msgid "Arc as:" +msgstr "" + +#. Put buttons in +#: plug-ins/gfig/gfig.c:3291 +msgid "Show Image" +msgstr "" + +#: plug-ins/gfig/gfig.c:3302 +msgid "Reload Image" +msgstr "" + +#: plug-ins/gfig/gfig.c:3314 plug-ins/imagemap/imap_menu.c:384 +#: plug-ins/imagemap/imap_popup.c:132 plug-ins/imagemap/imap_rectangle.c:60 +msgid "Rectangle" +msgstr "" + +#: plug-ins/gfig/gfig.c:3316 +msgid "Isometric" +msgstr "" + +#: plug-ins/gfig/gfig.c:3320 +msgid "Grid Type:" +msgstr "" + +#: plug-ins/gfig/gfig.c:3331 +msgid "Darker" +msgstr "" + +#: plug-ins/gfig/gfig.c:3332 +msgid "Lighter" +msgstr "" + +#: plug-ins/gfig/gfig.c:3333 +msgid "Very Dark" +msgstr "" + +#: plug-ins/gfig/gfig.c:3337 +msgid "Grid Color:" +msgstr "" + +#: plug-ins/gfig/gfig.c:3341 +msgid "Max Undo:" +msgstr "" + +#: plug-ins/gfig/gfig.c:3349 +msgid "Show Position" +msgstr "" + +#: plug-ins/gfig/gfig.c:3360 +msgid "Hide Control Points" +msgstr "" + +#: plug-ins/gfig/gfig.c:3372 +msgid "Show Tooltips" +msgstr "" + +#: plug-ins/gfig/gfig.c:3423 +msgid "Display Grid" +msgstr "" + +#: plug-ins/gfig/gfig.c:3434 +msgid "Lock on Grid" +msgstr "" + +#: plug-ins/gfig/gfig.c:3449 +msgid "Grid Spacing:" +msgstr "" + +#: plug-ins/gfig/gfig.c:3514 +msgid "Object" +msgstr "" + +#: plug-ins/gfig/gfig.c:3550 +msgid "Select directory and rescan Gfig object collection" +msgstr "" + +#: plug-ins/gfig/gfig.c:3561 +msgid "Load a single Gfig object collection" +msgstr "" + +#: plug-ins/gfig/gfig.c:3570 +msgid "Create a new Gfig object collection for editing" +msgstr "" + +#: plug-ins/gfig/gfig.c:3580 +msgid "Delete currently selected Gfig Object collection" +msgstr "" + +#. Position labels +#: plug-ins/gfig/gfig.c:3694 +#, fuzzy +msgid "XY Position:" +msgstr "Posiciones de ventanas" + +#: plug-ins/gfig/gfig.c:3715 +msgid "Object Details" +msgstr "" + +#: plug-ins/gfig/gfig.c:3744 +msgid "Collection Details" +msgstr "" + +#: plug-ins/gfig/gfig.c:3751 +msgid "Draw Name:" +msgstr "" + +#: plug-ins/gfig/gfig.c:3763 plug-ins/gfig/gfig.c:3769 +msgid "(none)" +msgstr "" + +#. Start buildng the dialog up +#: plug-ins/gfig/gfig.c:3943 +msgid "GFig" +msgstr "" + +#: plug-ins/gfig/gfig.c:3948 +msgid "Done" +msgstr "" + +#: plug-ins/gfig/gfig.c:3950 plug-ins/gfig/gfig.c:4017 +msgid "Paint" +msgstr "" + +#: plug-ins/gfig/gfig.c:3954 plug-ins/imagemap/imap_cmd_clear.c:50 +#: plug-ins/imagemap/imap_menu.c:298 +msgid "Clear" +msgstr "Limpiar" + +#: plug-ins/gfig/gfig.c:3956 plug-ins/ifscompose/ifscompose.c:1199 +#: plug-ins/imagemap/imap_toolbar.c:120 +msgid "Undo" +msgstr "Deshacer" + +#: plug-ins/gfig/gfig.c:4098 +#, c-format +msgid "" +"%d unsaved Gfig objects.\n" +"Continue with exiting?" +msgstr "" + +#: plug-ins/gfig/gfig.c:4445 +msgid "Enter Gfig Entry Name" +msgstr "" + +#: plug-ins/gfig/gfig.c:4469 +msgid "Gfig Object Name:" +msgstr "" + +#. the dialog +#: plug-ins/gfig/gfig.c:4528 +msgid "Rescan for Gfig Objects" +msgstr "" + +#: plug-ins/gfig/gfig.c:4546 +msgid "Add Gfig Path" +msgstr "" + +#. Load a single object +#: plug-ins/gfig/gfig.c:4624 +msgid "Load Gfig obj" +msgstr "" + +#: plug-ins/gfig/gfig.c:4685 +msgid "Error in copy layer for onlayers" +msgstr "" + +#. RGBA or GRAYA type +#. opacity +#. mode +#: plug-ins/gfig/gfig.c:4717 +#, fuzzy +msgid "Error in creating layer" +msgstr "capa flotante" + +#: plug-ins/gfig/gfig.c:4801 +#, c-format +msgid "Gfig Layer %d" +msgstr "" + +#: plug-ins/gfig/gfig.c:4874 +msgid "About GFig" +msgstr "" + +#: plug-ins/gfig/gfig.c:4898 +msgid "Gfig - GIMP plug-in" +msgstr "" + +#: plug-ins/gfig/gfig.c:4903 +msgid "Release 1.3" +msgstr "" + +#: plug-ins/gfig/gfig.c:4913 +msgid "Email alt@picnic.demon.co.uk" +msgstr "" + +#: plug-ins/gfig/gfig.c:4923 +msgid "Isometric grid By Rob Saunders" +msgstr "" + +#: plug-ins/gfig/gfig.c:4956 +msgid "New gfig obj" +msgstr "" + +#: plug-ins/gfig/gfig.c:5082 +msgid "Delete Gfig Drawing" +msgstr "" + +#: plug-ins/gfig/gfig.c:5110 plug-ins/gfig/gfig.c:5150 +msgid "" +msgstr "" + +#: plug-ins/gfig/gfig.c:5188 +msgid "Editing read-only object - you will not be able to save it" +msgstr "" + +#. Create new entry with name + copy at end & copy object into it +#: plug-ins/gfig/gfig.c:5291 +#, c-format +msgid "%s copy" +msgstr "%s Copia" + +#: plug-ins/gfig/gfig.c:5336 +msgid "Save as..." +msgstr "" + +#: plug-ins/gfig/gfig.c:6219 +msgid "Error reading file" +msgstr "" + +#: plug-ins/gfig/gfig.c:6576 +msgid "Hey where has the object gone ?" +msgstr "" + +#: plug-ins/gflare/gflare.c:826 +msgid "/Filters/Light Effects/GFlare..." +msgstr "" + +#: plug-ins/gflare/gflare.c:942 +msgid "Gradient Flare..." +msgstr "" + +#: plug-ins/gflare/gflare.c:954 +msgid "GFlare: cannot operate on indexed color images" +msgstr "" + +#: plug-ins/gflare/gflare.c:998 +#, c-format +msgid "" +"No gflare-path in gimprc:\n" +"You need to add an entry like\n" +"(gflare-path \"%s\")\n" +"to your %s file." +msgstr "" + +#: plug-ins/gflare/gflare.c:1017 +msgid "gflare-path misconfigured - the following directories were not found" +msgstr "" + +#: plug-ins/gflare/gflare.c:1369 +#, c-format +msgid "not valid GFlare file: %s" +msgstr "" + +#: plug-ins/gflare/gflare.c:1429 +#, c-format +msgid "invalid formatted GFlare file: %s\n" +msgstr "" + +#: plug-ins/gflare/gflare.c:1543 +#, c-format +msgid "" +"GFlare `%s' is not saved.\n" +"If you add a new entry in %s, like:\n" +"(gflare-path \"%s\")\n" +"and make a directory %s,\n" +"then you can save your own GFlare's into that directory." +msgstr "" + +#: plug-ins/gflare/gflare.c:1570 +#, c-format +msgid "could not open \"%s\"" +msgstr "" + +#: plug-ins/gflare/gflare.c:1760 +#, c-format +msgid "error reading GFlare directory \"%s\"" +msgstr "" + +#: plug-ins/gflare/gflare.c:2486 +msgid "GFlare" +msgstr "" + +#: plug-ins/gflare/gflare.c:2601 +msgid "`Default' is created." +msgstr "" + +#: plug-ins/gflare/gflare.c:2602 +msgid "Default" +msgstr "Por defecto" + +#: plug-ins/gflare/gflare.c:2948 plug-ins/gflare/gflare.c:3787 +#: plug-ins/gflare/gflare.c:3897 plug-ins/gflare/gflare.c:4039 +msgid "Rotation:" +msgstr "" + +#: plug-ins/gflare/gflare.c:2960 plug-ins/gflare/gflare.c:3799 +#: plug-ins/gflare/gflare.c:3910 plug-ins/gflare/gflare.c:4052 +msgid "Hue Rotation:" +msgstr "" + +#: plug-ins/gflare/gflare.c:2972 +msgid "Vector Angle:" +msgstr "" + +#: plug-ins/gflare/gflare.c:2984 +msgid "Vector Length:" +msgstr "" + +#: plug-ins/gflare/gflare.c:3010 +msgid "Adaptive Supersampling" +msgstr "Supermuestreo adaptativo" + +#: plug-ins/gflare/gflare.c:3053 +msgid "Auto Update Preview" +msgstr "" + +#: plug-ins/gflare/gflare.c:3177 +msgid "Selector" +msgstr "" + +#: plug-ins/gflare/gflare.c:3266 +msgid "New GFlare" +msgstr "" + +#: plug-ins/gflare/gflare.c:3269 +msgid "Enter a Name for the New GFlare:" +msgstr "" + +#: plug-ins/gflare/gflare.c:3270 +msgid "untitled" +msgstr "Sin_nombre" + +#: plug-ins/gflare/gflare.c:3288 +#, c-format +msgid "The name '%s' is used already!" +msgstr "" + +#: plug-ins/gflare/gflare.c:3337 +msgid "Copy GFlare" +msgstr "" + +#: plug-ins/gflare/gflare.c:3340 +msgid "Enter a Name for the Copied GFlare:" +msgstr "" + +#: plug-ins/gflare/gflare.c:3361 +#, c-format +msgid "The name `%s' is used already!" +msgstr "" + +#: plug-ins/gflare/gflare.c:3387 +msgid "Cannot delete!! There must be at least one GFlare." +msgstr "" + +#: plug-ins/gflare/gflare.c:3397 +msgid "Delete GFlare" +msgstr "" + +#: plug-ins/gflare/gflare.c:3454 +#, c-format +msgid "not found %s in gflares_list" +msgstr "" + +#: plug-ins/gflare/gflare.c:3494 +msgid "GFlare Editor" +msgstr "" + +#: plug-ins/gflare/gflare.c:3499 +msgid "Rescan Gradients" +msgstr "" + +#. Glow +#: plug-ins/gflare/gflare.c:3616 +msgid "Glow Paint Options" +msgstr "" + +#: plug-ins/gflare/gflare.c:3641 plug-ins/gflare/gflare.c:3671 +#: plug-ins/gflare/gflare.c:3701 +msgid "Paint Mode:" +msgstr "" + +#. Rays +#: plug-ins/gflare/gflare.c:3646 +msgid "Rays Paint Options" +msgstr "" + +#. Rays +#: plug-ins/gflare/gflare.c:3676 +msgid "Second Flares Paint Options" +msgstr "" + +#: plug-ins/gflare/gflare.c:3708 plug-ins/gimpressionist/general.c:134 +#: plug-ins/gimpressionist/general.c:139 +#: plug-ins/imagemap/imap_preferences.c:467 +msgid "General" +msgstr "General" + +#. +#. * Gradient Menus +#. +#: plug-ins/gflare/gflare.c:3734 plug-ins/gflare/gflare.c:3842 +#: plug-ins/gflare/gflare.c:3986 +msgid "Gradients" +msgstr "Gradientes" + +#: plug-ins/gflare/gflare.c:3746 plug-ins/gflare/gflare.c:3856 +#: plug-ins/gflare/gflare.c:3998 +msgid "Radial Gradient:" +msgstr "" + +#: plug-ins/gflare/gflare.c:3750 plug-ins/gflare/gflare.c:3860 +msgid "Angular Gradient:" +msgstr "" + +#: plug-ins/gflare/gflare.c:3754 plug-ins/gflare/gflare.c:3864 +msgid "Angular Size Gradient:" +msgstr "" + +#: plug-ins/gflare/gflare.c:3775 plug-ins/gflare/gflare.c:3885 +#: plug-ins/gflare/gflare.c:4027 +msgid "Size (%):" +msgstr "" + +#: plug-ins/gflare/gflare.c:3816 +msgid "Glow" +msgstr "" + +#: plug-ins/gflare/gflare.c:3922 +msgid "# of Spikes:" +msgstr "" + +#: plug-ins/gflare/gflare.c:3934 +msgid "Spike Thickness:" +msgstr "" + +#: plug-ins/gflare/gflare.c:3951 +msgid "Rays" +msgstr "" + +#: plug-ins/gflare/gflare.c:4002 +msgid "Size Factor Gradient:" +msgstr "" + +#: plug-ins/gflare/gflare.c:4006 +msgid "Probability Gradient:" +msgstr "" + +#. +#. * Shape Radio Button Frame +#. +#: plug-ins/gflare/gflare.c:4069 +msgid "Shape of Second Flares" +msgstr "" + +#: plug-ins/gflare/gflare.c:4078 plug-ins/imagemap/imap_circle.c:60 +#: plug-ins/imagemap/imap_menu.c:387 plug-ins/imagemap/imap_popup.c:135 +msgid "Circle" +msgstr "" + +#: plug-ins/gflare/gflare.c:4094 plug-ins/imagemap/imap_menu.c:389 +#: plug-ins/imagemap/imap_polygon.c:69 plug-ins/imagemap/imap_popup.c:138 +msgid "Polygon" +msgstr "" + +#: plug-ins/gflare/gflare.c:4153 +msgid "Second Flares" +msgstr "" + +#: plug-ins/gflare/gflare.c:4760 +msgid "none" +msgstr "ninguno:" + +#: plug-ins/gflare/gflare.c:4773 +#, c-format +msgid "Not found \"%s\": used \"%s\" instead" +msgstr "" + +#: plug-ins/gflare/gflare.c:4843 +msgid "More..." +msgstr "Más..." + +#: plug-ins/gfli/gfli.c:439 plug-ins/gfli/gfli.c:478 plug-ins/gfli/gfli.c:723 +#, c-format +msgid "FLI: Can't open \"%s\"" +msgstr "" + +#: plug-ins/gfli/gfli.c:538 +#, c-format +msgid "Frame (%i)" +msgstr "" + +#: plug-ins/gfli/gfli.c:687 +msgid "FLI: Sorry, I can save only INDEXED and GRAY images." +msgstr "" + +#: plug-ins/gfli/gfli.c:852 +msgid "GFLI 1.3 - Load framestack" +msgstr "" + +#: plug-ins/gfli/gfli.c:921 +msgid "GFLI 1.3 - Save framestack" +msgstr "" + +#: plug-ins/gimpressionist/brush.c:183 +msgid "GIMPressionist: Can only save drawables!\n" +msgstr "" + +#: plug-ins/gimpressionist/brush.c:189 +msgid "Save brush" +msgstr "" + +#: plug-ins/gimpressionist/brush.c:392 +msgid "Brush Preview:" +msgstr "" + +#: plug-ins/gimpressionist/brush.c:414 +msgid "Changes the gamma (brightness) of the selected brush" +msgstr "" + +#: plug-ins/gimpressionist/brush.c:426 +msgid "Select:" +msgstr "" + +#: plug-ins/gimpressionist/brush.c:431 +msgid "Aspect ratio:" +msgstr "" + +#: plug-ins/gimpressionist/brush.c:435 plug-ins/gimpressionist/paper.c:173 +msgid "Relief:" +msgstr "" + +#: plug-ins/gimpressionist/brush.c:450 +msgid "(None)" +msgstr "" + +#: plug-ins/gimpressionist/brush.c:463 +msgid "Save..." +msgstr "" + +#: plug-ins/gimpressionist/brush.c:477 +msgid "Specifies the aspect ratio of the brush" +msgstr "" + +#: plug-ins/gimpressionist/brush.c:488 +msgid "Specifies the amount of embossing to apply to each brush stroke" +msgstr "" + +#: plug-ins/gimpressionist/color.c:86 +msgid "Average under brush" +msgstr "" + +#: plug-ins/gimpressionist/color.c:92 +msgid "Color is computed from the average of all pixels under the brush" +msgstr "" + +#: plug-ins/gimpressionist/color.c:96 +msgid "Center of brush" +msgstr "" + +#: plug-ins/gimpressionist/color.c:102 +msgid "Samples the color from the pixel in the center of the brush" +msgstr "" + +#: plug-ins/gimpressionist/color.c:111 +msgid "Color noise:" +msgstr "" + +#: plug-ins/gimpressionist/color.c:122 +msgid "Adds random noise to the color" +msgstr "" + +#: plug-ins/gimpressionist/general.c:156 +msgid "Edge darken:" +msgstr "" + +#: plug-ins/gimpressionist/general.c:173 +msgid "How much to \"darken\" the edges of each brush stroke" +msgstr "" + +#: plug-ins/gimpressionist/general.c:180 +msgid "Background:" +msgstr "" + +#: plug-ins/gimpressionist/general.c:188 +msgid "Keep original" +msgstr "" + +#: plug-ins/gimpressionist/general.c:194 +msgid "Preserve the original image as a background" +msgstr "" + +#: plug-ins/gimpressionist/general.c:198 +msgid "From paper" +msgstr "" + +#: plug-ins/gimpressionist/general.c:204 +msgid "Copy the texture of the selected paper as a background" +msgstr "" + +#: plug-ins/gimpressionist/general.c:223 +msgid "Solid colored background" +msgstr "" + +#: plug-ins/gimpressionist/general.c:246 +msgid "Use a transparent background; Only the strokes painted will be visible" +msgstr "" + +#: plug-ins/gimpressionist/general.c:261 +msgid "Paint edges" +msgstr "" + +#. Tileable checkbox +#: plug-ins/gimpressionist/general.c:269 plug-ins/maze/maze_face.c:290 +msgid "Tileable" +msgstr "" + +#: plug-ins/gimpressionist/general.c:273 +msgid "Selects if the resulting image should be seamlessly tileable" +msgstr "" + +#: plug-ins/gimpressionist/general.c:281 +msgid "Drop Shadow" +msgstr "" + +#: plug-ins/gimpressionist/general.c:285 +msgid "Adds a shadow effect to each brush stroke" +msgstr "" + +#: plug-ins/gimpressionist/general.c:296 +msgid "How much to \"darken\" the drop shadow" +msgstr "" + +#: plug-ins/gimpressionist/general.c:302 +msgid "Shadow depth:" +msgstr "" + +#: plug-ins/gimpressionist/general.c:313 +msgid "" +"The depth of the drop shadow, i.e. how far apart from the object it should be" +msgstr "" + +#: plug-ins/gimpressionist/general.c:319 +msgid "Shadow blur:" +msgstr "" + +#: plug-ins/gimpressionist/general.c:330 +msgid "How much to blur the drop shadow" +msgstr "" + +#: plug-ins/gimpressionist/general.c:336 +msgid "Deviation threshold:" +msgstr "" + +#: plug-ins/gimpressionist/general.c:347 +msgid "A bailout-value for adaptive selections" +msgstr "" + +#: plug-ins/gimpressionist/gimp.c:105 +msgid "/Filters/Artistic/GIMPressionist..." +msgstr "" + +#: plug-ins/gimpressionist/gimp.c:294 +msgid "Painting..." +msgstr "" + +#: plug-ins/gimpressionist/gimpressionist.c:95 +#, c-format +msgid "" +"*** Warning ***\n" +"It is highly recommended to add\n" +" (gimpressionist-path \"%s\")\n" +"(or similar) to your gimprc file.\n" +msgstr "" + +#: plug-ins/gimpressionist/gimpressionist.c:350 +#: plug-ins/gimpressionist/gimpressionist.c:447 +msgid "The GIMPressionist!" +msgstr "" + +#: plug-ins/gimpressionist/gimpressionist.c:489 +msgid "Run with the selected settings" +msgstr "" + +#: plug-ins/gimpressionist/gimpressionist.c:496 +msgid "Quit the program" +msgstr "" + +#: plug-ins/gimpressionist/gimpressionist.c:498 +msgid "About..." +msgstr "" + +#: plug-ins/gimpressionist/gimpressionist.c:503 +msgid "Show some information about program" +msgstr "" + +#: plug-ins/gimpressionist/orientation.c:73 +msgid "Directions:" +msgstr "" + +#: plug-ins/gimpressionist/orientation.c:77 +msgid "Start angle:" +msgstr "" + +#: plug-ins/gimpressionist/orientation.c:81 +msgid "Angle span:" +msgstr "" + +#: plug-ins/gimpressionist/orientation.c:96 plug-ins/gimpressionist/size.c:95 +msgid "The number of directions (i.e. brushes) to use" +msgstr "" + +#: plug-ins/gimpressionist/orientation.c:105 +msgid "The angle of the first brush to create" +msgstr "" + +#: plug-ins/gimpressionist/orientation.c:114 +msgid "How large an angle-span to use (360 = full circle)" +msgstr "" + +#: plug-ins/gimpressionist/orientation.c:137 +msgid "" +"Let the value (brightness) of the region determine the direction of the " +"stroke" +msgstr "" + +#: plug-ins/gimpressionist/orientation.c:141 +#: plug-ins/gimpressionist/size.c:140 +msgid "Radius" +msgstr "" + +#: plug-ins/gimpressionist/orientation.c:147 +msgid "" +"The distance from the center of the image determines the direction of the " +"stroke" +msgstr "" + +#: plug-ins/gimpressionist/orientation.c:157 +msgid "Selects a random direction of each stroke" +msgstr "" + +#: plug-ins/gimpressionist/orientation.c:167 +msgid "Let the direction from the center determine the direction of the stroke" +msgstr "" + +#: plug-ins/gimpressionist/orientation.c:176 +#: plug-ins/gimpressionist/size.c:175 +msgid "Flowing" +msgstr "" + +#: plug-ins/gimpressionist/orientation.c:182 +#: plug-ins/gimpressionist/size.c:181 +msgid "The strokes follow a \"flowing\" pattern" +msgstr "" + +#: plug-ins/gimpressionist/orientation.c:194 +msgid "The hue of the region determines the direction of the stroke" +msgstr "" + +#: plug-ins/gimpressionist/orientation.c:204 +msgid "The direction that matches the original image the closest is selected" +msgstr "" + +#: plug-ins/gimpressionist/orientation.c:213 +#: plug-ins/gimpressionist/size.c:210 +msgid "Manual" +msgstr "" + +#: plug-ins/gimpressionist/orientation.c:219 +msgid "Manually specify the stroke orientation" +msgstr "" + +#: plug-ins/gimpressionist/orientation.c:223 +#: plug-ins/gimpressionist/size.c:220 +msgid "Edit..." +msgstr "" + +#: plug-ins/gimpressionist/orientation.c:228 +msgid "Opens up the Orientation Map Editor" +msgstr "" + +#: plug-ins/gimpressionist/orientmap.c:461 +msgid "Orientation Map Editor" +msgstr "" + +#: plug-ins/gimpressionist/orientmap.c:469 +msgid "Vectors" +msgstr "" + +#: plug-ins/gimpressionist/orientmap.c:479 +msgid "" +"The vector-field. Left-click to move selected vector, Right-click to point " +"it towards mouse, Middle-click to add a new vector." +msgstr "" + +#: plug-ins/gimpressionist/orientmap.c:500 +#: plug-ins/gimpressionist/sizemap.c:400 +msgid "Adjust the preview's brightness" +msgstr "" + +#: plug-ins/gimpressionist/orientmap.c:522 +msgid "Select previous vector" +msgstr "" + +#: plug-ins/gimpressionist/orientmap.c:529 +msgid "Select next vector" +msgstr "" + +#: plug-ins/gimpressionist/orientmap.c:536 +msgid "Add new vector" +msgstr "" + +#: plug-ins/gimpressionist/orientmap.c:538 +#: plug-ins/gimpressionist/sizemap.c:438 +msgid "Kill" +msgstr "" + +#: plug-ins/gimpressionist/orientmap.c:543 +msgid "Delete selected vector" +msgstr "" + +#: plug-ins/gimpressionist/orientmap.c:563 +msgid "Change the angle of the selected vector" +msgstr "" + +#: plug-ins/gimpressionist/orientmap.c:577 +msgid "Change the strength of the selected vector" +msgstr "" + +#: plug-ins/gimpressionist/orientmap.c:596 +msgid "Vortex" +msgstr "" + +#: plug-ins/gimpressionist/orientmap.c:608 +msgid "Vortex2" +msgstr "" + +#: plug-ins/gimpressionist/orientmap.c:614 +msgid "Vortex3" +msgstr "" + +#: plug-ins/gimpressionist/orientmap.c:631 +#: plug-ins/gimpressionist/sizemap.c:490 +msgid "Apply and exit the editor" +msgstr "" + +#: plug-ins/gimpressionist/orientmap.c:638 +#: plug-ins/gimpressionist/sizemap.c:497 +msgid "Apply, but stay inside the editor" +msgstr "" + +#: plug-ins/gimpressionist/orientmap.c:645 +#: plug-ins/gimpressionist/sizemap.c:504 +msgid "Cancel all changes and exit" +msgstr "" + +#: plug-ins/gimpressionist/orientmap.c:653 +#: plug-ins/gimpressionist/sizemap.c:512 +msgid "Strength exp.:" +msgstr "" + +#: plug-ins/gimpressionist/orientmap.c:665 +#: plug-ins/gimpressionist/sizemap.c:524 +msgid "Change the exponent of the strength" +msgstr "" + +#: plug-ins/gimpressionist/orientmap.c:667 +msgid "Angle offset:" +msgstr "" + +#: plug-ins/gimpressionist/orientmap.c:679 +msgid "Offset all vectors with a given angle" +msgstr "" + +#: plug-ins/gimpressionist/orientmap.c:681 +#: plug-ins/gimpressionist/sizemap.c:527 +msgid "Voronoi" +msgstr "" + +#: plug-ins/gimpressionist/orientmap.c:689 +msgid "" +"Voronoi-mode makes only the vector closest to the given point have any " +"influence" +msgstr "" + +#: plug-ins/gimpressionist/paper.c:89 plug-ins/gimpressionist/paper.c:94 +msgid "Paper" +msgstr "" + +#: plug-ins/gimpressionist/paper.c:130 +msgid "Paper Preview:" +msgstr "" + +#. updatepaperprev(NULL); +#: plug-ins/gimpressionist/paper.c:141 +msgid "Invert" +msgstr "" + +#: plug-ins/gimpressionist/paper.c:148 +msgid "Inverts the Papers texture" +msgstr "" + +#: plug-ins/gimpressionist/paper.c:156 +msgid "Applies the paper as it is (without embossing it)" +msgstr "" + +#: plug-ins/gimpressionist/paper.c:188 +msgid "Specifies the scale of the texture (in percent of original file)" +msgstr "" + +#: plug-ins/gimpressionist/paper.c:197 +msgid "Specifies the amount of embossing to apply to the image (in percent)" +msgstr "" + +#: plug-ins/gimpressionist/placement.c:52 +#: plug-ins/gimpressionist/placement.c:57 +msgid "Placement" +msgstr "" + +#: plug-ins/gimpressionist/placement.c:77 +msgid "Placement:" +msgstr "" + +#: plug-ins/gimpressionist/placement.c:87 +msgid "Randomly" +msgstr "" + +#: plug-ins/gimpressionist/placement.c:93 +msgid "Place strokes randomly around the image" +msgstr "" + +#: plug-ins/gimpressionist/placement.c:97 +msgid "Evenly distributed" +msgstr "" + +#: plug-ins/gimpressionist/placement.c:103 +msgid "The strokes are evenly distributed across the image" +msgstr "" + +#: plug-ins/gimpressionist/placement.c:112 +msgid "Stroke density:" +msgstr "" + +#: plug-ins/gimpressionist/placement.c:123 +msgid "The relative density of the brush strokes" +msgstr "" + +#: plug-ins/gimpressionist/placement.c:125 +msgid "Centerize" +msgstr "" + +#: plug-ins/gimpressionist/placement.c:129 +msgid "Focus the brush strokes around the center of the image" +msgstr "" + +#: plug-ins/gimpressionist/presets.c:572 plug-ins/gimpressionist/presets.c:577 +msgid "Presets" +msgstr "" + +#: plug-ins/gimpressionist/presets.c:596 +msgid "Save current" +msgstr "" + +#: plug-ins/gimpressionist/presets.c:602 +msgid "Save the current settings to the specified file" +msgstr "" + +#: plug-ins/gimpressionist/presets.c:646 +msgid "Reads the selected Preset into memory" +msgstr "" + +#: plug-ins/gimpressionist/presets.c:654 +msgid "Deletes the selected Preset" +msgstr "" + +#: plug-ins/gimpressionist/presets.c:662 +msgid "Reread the directory of Presets" +msgstr "" + +#: plug-ins/gimpressionist/presets.c:664 +msgid "(Desc)" +msgstr "" + +#: plug-ins/gimpressionist/presets.c:669 +msgid "" +"\n" +"If you come up with some nice Presets,\n" +"(or Brushes and Papers for that matter)\n" +"feel free to send them to me \n" +"for inclusion into the next release!\n" +msgstr "" + +#: plug-ins/gimpressionist/preview.c:122 +msgid "Refresh the Preview window" +msgstr "" + +#: plug-ins/gimpressionist/preview.c:129 +msgid "Revert to the original image" +msgstr "" + +#: plug-ins/gimpressionist/size.c:72 +msgid "Sizes:" +msgstr "" + +#: plug-ins/gimpressionist/size.c:76 +msgid "Min size:" +msgstr "" + +#: plug-ins/gimpressionist/size.c:80 +msgid "Max size:" +msgstr "" + +#: plug-ins/gimpressionist/size.c:104 +msgid "The smallest brush to create" +msgstr "" + +#: plug-ins/gimpressionist/size.c:113 +msgid "The largest brush to create" +msgstr "" + +#: plug-ins/gimpressionist/size.c:136 +msgid "" +"Let the value (brightness) of the region determine the size of the stroke" +msgstr "" + +#: plug-ins/gimpressionist/size.c:146 +msgid "" +"The distance from the center of the image determines the size of the stroke" +msgstr "" + +#: plug-ins/gimpressionist/size.c:156 +msgid "Selects a random size for each stroke" +msgstr "" + +#: plug-ins/gimpressionist/size.c:166 +msgid "Let the direction from the center determine the size of the stroke" +msgstr "" + +#: plug-ins/gimpressionist/size.c:192 +msgid "The hue of the region determines the size of the stroke" +msgstr "" + +#: plug-ins/gimpressionist/size.c:202 +msgid "The brush-size that matches the original image the closest is selected" +msgstr "" + +#: plug-ins/gimpressionist/size.c:216 +msgid "Manually specify the stroke size" +msgstr "" + +#: plug-ins/gimpressionist/size.c:225 +msgid "Opens up the Size Map Editor" +msgstr "" + +#: plug-ins/gimpressionist/sizemap.c:361 +msgid "Size Map Editor" +msgstr "" + +#: plug-ins/gimpressionist/sizemap.c:369 +msgid "Smvectors" +msgstr "" + +#: plug-ins/gimpressionist/sizemap.c:379 +msgid "" +"The smvector-field. Left-click to move selected smvector, Right-click to " +"point it towards mouse, Middle-click to add a new smvector." +msgstr "" + +#: plug-ins/gimpressionist/sizemap.c:422 +msgid "Select previous smvector" +msgstr "" + +#: plug-ins/gimpressionist/sizemap.c:429 +msgid "Select next smvector" +msgstr "" + +#: plug-ins/gimpressionist/sizemap.c:436 +msgid "Add new smvector" +msgstr "" + +#: plug-ins/gimpressionist/sizemap.c:443 +msgid "Delete selected smvector" +msgstr "" + +#: plug-ins/gimpressionist/sizemap.c:463 +msgid "Change the angle of the selected smvector" +msgstr "" + +#: plug-ins/gimpressionist/sizemap.c:477 +msgid "Change the strength of the selected smvector" +msgstr "" + +#: plug-ins/gimpressionist/sizemap.c:535 +msgid "" +"Voronoi-mode makes only the smvector closest to the given point have any " +"influence" +msgstr "" + +#: plug-ins/helpbrowser/helpbrowser.c:91 +#, c-format +msgid "" +"Document not found

%s

Couldn't find " +"document

%s

This either means that the help " +"for this topic has not been written yet or that something is wrong with your " +"installation. Please check carefully before you report this as a " +"bug." +msgstr "" + +#: plug-ins/helpbrowser/helpbrowser.c:107 +#, c-format +msgid "" +"Directory not found

%s

Couldn't change to " +"directory

%s

while trying to " +"access

%s

This either means that the help for " +"this topic has not been written yet or that something is wrong with your " +"installation. Please check carefully before you report this as a " +"bug." +msgstr "" + +#: plug-ins/helpbrowser/helpbrowser.c:133 +msgid "Contents" +msgstr "" + +#: plug-ins/helpbrowser/helpbrowser.c:142 +msgid "Index" +msgstr "" + +#: plug-ins/helpbrowser/helpbrowser.c:397 plug-ins/imagemap/imap_main.c:507 +#: plug-ins/imagemap/imap_settings.c:149 +msgid "" +msgstr "" + +#: plug-ins/helpbrowser/helpbrowser.c:739 +msgid "" +"GIMP Help Browser Error.\n" +"\n" +"Couldn't find my root html directory." +msgstr "" + +#: plug-ins/helpbrowser/helpbrowser.c:762 +msgid "GIMP Help Browser" +msgstr "" + +#: plug-ins/helpbrowser/helpbrowser.c:777 +msgid "Back" +msgstr "" + +#: plug-ins/helpbrowser/helpbrowser.c:786 +msgid "Forward" +msgstr "" + +#: plug-ins/ifscompose/ifscompose.c:359 +msgid "/Filters/Render/Nature/IfsCompose..." +msgstr "" + +#. Asym +#: plug-ins/ifscompose/ifscompose.c:568 +msgid "Asymmetry:" +msgstr "" + +#. Shear +#: plug-ins/ifscompose/ifscompose.c:582 +msgid "Shear:" +msgstr "" + +#. Flip +#: plug-ins/ifscompose/ifscompose.c:596 +msgid "Flip" +msgstr "Simétrico" + +#. Simple color control section +#: plug-ins/ifscompose/ifscompose.c:627 +msgid "Simple" +msgstr "" + +#: plug-ins/ifscompose/ifscompose.c:639 +msgid "IfsCompose: Target" +msgstr "" + +#: plug-ins/ifscompose/ifscompose.c:645 +msgid "Scale Hue by:" +msgstr "" + +#: plug-ins/ifscompose/ifscompose.c:660 +msgid "Scale Value by:" +msgstr "" + +#. Full color control section +#: plug-ins/ifscompose/ifscompose.c:677 +msgid "Full" +msgstr "" + +#: plug-ins/ifscompose/ifscompose.c:686 +msgid "IfsCompose: Red" +msgstr "" + +#: plug-ins/ifscompose/ifscompose.c:695 +msgid "IfsCompose: Green" +msgstr "" + +#: plug-ins/ifscompose/ifscompose.c:704 +msgid "IfsCompose: Blue" +msgstr "" + +#: plug-ins/ifscompose/ifscompose.c:713 +msgid "IfsCompose: Black" +msgstr "" + +#: plug-ins/ifscompose/ifscompose.c:792 +msgid "IfsCompose" +msgstr "" + +#: plug-ins/ifscompose/ifscompose.c:876 plug-ins/ifscompose/ifscompose.c:1146 +msgid "Rotate/Scale" +msgstr "" + +#: plug-ins/ifscompose/ifscompose.c:885 plug-ins/ifscompose/ifscompose.c:1158 +msgid "Stretch" +msgstr "" + +#: plug-ins/ifscompose/ifscompose.c:905 +msgid "Render Options" +msgstr "" + +#: plug-ins/ifscompose/ifscompose.c:919 plug-ins/print/gimp_main_window.c:385 +msgid "Auto" +msgstr "Auto" + +#: plug-ins/ifscompose/ifscompose.c:952 +msgid "Spatial Transformation" +msgstr "" + +#: plug-ins/ifscompose/ifscompose.c:958 +msgid "Color Transformation" +msgstr "" + +#: plug-ins/ifscompose/ifscompose.c:968 +msgid "Relative Probability:" +msgstr "" + +#: plug-ins/ifscompose/ifscompose.c:1175 +#: plug-ins/imagemap/imap_cmd_select_all.c:50 +#: plug-ins/imagemap/imap_menu.c:294 +msgid "Select All" +msgstr "" + +#: plug-ins/ifscompose/ifscompose.c:1187 +msgid "Recompute Center" +msgstr "" + +#: plug-ins/ifscompose/ifscompose.c:1211 plug-ins/imagemap/imap_toolbar.c:123 +msgid "Redo" +msgstr "Rehacer" + +#: plug-ins/ifscompose/ifscompose.c:1244 +msgid "IfsCompose Options" +msgstr "" + +#: plug-ins/ifscompose/ifscompose.c:1264 +msgid "Max. Memory:" +msgstr "" + +#: plug-ins/ifscompose/ifscompose.c:1291 +msgid "Subdivide:" +msgstr "" + +#: plug-ins/ifscompose/ifscompose.c:1304 +msgid "Spot Radius:" +msgstr "" + +#: plug-ins/ifscompose/ifscompose.c:1374 +#, c-format +msgid "Rendering IFS (%d/%d)..." +msgstr "" + +#. transfer the image to the drawable +#: plug-ins/ifscompose/ifscompose.c:1393 +#, c-format +msgid "Copying IFS to image (%d/%d)..." +msgstr "" + +#: plug-ins/imagemap/imap_about.c:39 +msgid "" +"Imagemap plug-in 1.3\n" +"\n" +"Copyright(c) 1999 by Maurits Rijk\n" +"lpeek.mrijk@consunet.nl \n" +"\n" +" Released under the GNU General Public License " +msgstr "" + +#: plug-ins/imagemap/imap_circle.c:261 +msgid "Center x:" +msgstr "" + +#: plug-ins/imagemap/imap_circle.c:267 +msgid "Center y:" +msgstr "" + +#: plug-ins/imagemap/imap_cmd_create.c:52 +msgid "Create" +msgstr "" + +#: plug-ins/imagemap/imap_cmd_cut.c:53 +#: plug-ins/imagemap/imap_cmd_cut_object.c:51 +#: plug-ins/imagemap/imap_menu.c:284 plug-ins/imagemap/imap_toolbar.c:129 +msgid "Cut" +msgstr "" + +#: plug-ins/imagemap/imap_cmd_edit_object.c:50 +msgid "Edit Object" +msgstr "" + +#: plug-ins/imagemap/imap_cmd_guides.c:71 +msgid "Create Guides" +msgstr "" + +#: plug-ins/imagemap/imap_cmd_guides.c:111 +#, c-format +msgid "Resulting Guide Bounds: %d,%d to %d,%d (%d areas)" +msgstr "" + +#: plug-ins/imagemap/imap_cmd_guides.c:136 +msgid "" +"Guides are pre-defined rectangles covering the image. You define\n" +"them by their width, height, and spacing from each other. This\n" +"allows you to rapidly create the most common image map type -\n" +"image collection of \"thumbnails\", suitable for navigation bars." +msgstr "" + +#: plug-ins/imagemap/imap_cmd_guides.c:164 plug-ins/imagemap/imap_grid.c:198 +msgid "Width" +msgstr "Anchura" + +#: plug-ins/imagemap/imap_cmd_guides.c:169 +msgid "Left Start at" +msgstr "" + +#: plug-ins/imagemap/imap_cmd_guides.c:174 plug-ins/imagemap/imap_grid.c:204 +msgid "Height" +msgstr "Altura" + +#: plug-ins/imagemap/imap_cmd_guides.c:179 +msgid "Top Start at" +msgstr "" + +#: plug-ins/imagemap/imap_cmd_guides.c:184 +msgid "Horz. Spacing" +msgstr "" + +#: plug-ins/imagemap/imap_cmd_guides.c:189 +msgid "No. Across" +msgstr "" + +#: plug-ins/imagemap/imap_cmd_guides.c:194 +msgid "Vert. Spacing" +msgstr "" + +#: plug-ins/imagemap/imap_cmd_guides.c:199 +msgid "No. Down" +msgstr "" + +#: plug-ins/imagemap/imap_cmd_guides.c:224 +#, c-format +msgid "Image dimensions: %d x %d" +msgstr "" + +#: plug-ins/imagemap/imap_cmd_guides.c:229 +msgid "Resulting Guide Bounds: 0,0 to 0,0 (0 areas)" +msgstr "" + +#: plug-ins/imagemap/imap_cmd_guides.c:264 +msgid "Guides" +msgstr "" + +#: plug-ins/imagemap/imap_cmd_move_down.c:52 +#: plug-ins/imagemap/imap_cmd_object_down.c:51 +#: plug-ins/imagemap/imap_selection.c:166 +msgid "Move Down" +msgstr "" + +#: plug-ins/imagemap/imap_cmd_move_sash.c:64 +msgid "Move Sash" +msgstr "" + +#: plug-ins/imagemap/imap_cmd_move_selected.c:52 +msgid "Move Selected Objects" +msgstr "" + +#: plug-ins/imagemap/imap_cmd_move_up.c:52 +#: plug-ins/imagemap/imap_cmd_object_up.c:51 +#: plug-ins/imagemap/imap_selection.c:163 +msgid "Move Up" +msgstr "" + +#: plug-ins/imagemap/imap_cmd_paste.c:48 plug-ins/imagemap/imap_menu.c:290 +#: plug-ins/imagemap/imap_popup.c:153 plug-ins/imagemap/imap_toolbar.c:135 +msgid "Paste" +msgstr "Pegar" + +#: plug-ins/imagemap/imap_cmd_select_next.c:51 +msgid "Select Next" +msgstr "" + +#: plug-ins/imagemap/imap_cmd_select_region.c:63 +msgid "Select Region" +msgstr "" + +#: plug-ins/imagemap/imap_cmd_send_to_back.c:51 +#: plug-ins/imagemap/imap_toolbar.c:158 +msgid "Send To Back" +msgstr "" + +#: plug-ins/imagemap/imap_cmd_unselect.c:49 +msgid "Unselect" +msgstr "" + +#: plug-ins/imagemap/imap_cmd_unselect_all.c:50 +msgid "Unselect All" +msgstr "" + +#: plug-ins/imagemap/imap_default_dialog.c:124 +msgid "Help..." +msgstr "" + +#: plug-ins/imagemap/imap_edit_area_info.c:168 +msgid "Link Type" +msgstr "" + +#: plug-ins/imagemap/imap_edit_area_info.c:177 +msgid "Web Site" +msgstr "" + +#: plug-ins/imagemap/imap_edit_area_info.c:183 +msgid "Ftp Site" +msgstr "" + +#: plug-ins/imagemap/imap_edit_area_info.c:189 +msgid "Gopher" +msgstr "" + +#: plug-ins/imagemap/imap_edit_area_info.c:195 +msgid "Other" +msgstr "" + +#. +#. * The format of the list is the File printer followed by a qsort'ed list +#. * of system printers. So, if we want to update the file printer, it is +#. * always first in the list, else call bsearch. +#. +#: plug-ins/imagemap/imap_edit_area_info.c:201 +#: plug-ins/imagemap/imap_menu.c:211 plug-ins/print/print.c:867 +#: plug-ins/print/print.c:868 plug-ins/print/print.c:1003 +msgid "File" +msgstr "" + +#: plug-ins/imagemap/imap_edit_area_info.c:207 +msgid "WAIS" +msgstr "" + +#: plug-ins/imagemap/imap_edit_area_info.c:213 +msgid "Telnet" +msgstr "" + +#: plug-ins/imagemap/imap_edit_area_info.c:219 +msgid "e-mail" +msgstr "" + +#: plug-ins/imagemap/imap_edit_area_info.c:225 +msgid "URL to activate when this area is clicked: (required)" +msgstr "" + +#: plug-ins/imagemap/imap_edit_area_info.c:227 +msgid "Select HTML file" +msgstr "" + +#: plug-ins/imagemap/imap_edit_area_info.c:235 +msgid "Relative link" +msgstr "" + +#: plug-ins/imagemap/imap_edit_area_info.c:241 +msgid "Target frame name/ID: (optional - used for FRAMES only)" +msgstr "" + +#: plug-ins/imagemap/imap_edit_area_info.c:245 +msgid "Comment about this area: (optional)" +msgstr "" + +#: plug-ins/imagemap/imap_edit_area_info.c:248 +msgid "Link" +msgstr "" + +#: plug-ins/imagemap/imap_edit_area_info.c:283 +msgid "Dimensions" +msgstr "" + +#: plug-ins/imagemap/imap_edit_area_info.c:325 +msgid "JavaScript" +msgstr "" + +#: plug-ins/imagemap/imap_edit_area_info.c:416 +msgid "Area Settings" +msgstr "" + +#: plug-ins/imagemap/imap_edit_area_info.c:459 +#, c-format +msgid "Area #%d Settings" +msgstr "" + +#: plug-ins/imagemap/imap_file.c:47 plug-ins/imagemap/imap_menu.c:66 +msgid "Error opening file" +msgstr "" + +#: plug-ins/imagemap/imap_file.c:56 +msgid "Load Imagemap" +msgstr "" + +#: plug-ins/imagemap/imap_file.c:79 +msgid "File exists!" +msgstr "" + +#: plug-ins/imagemap/imap_file.c:84 +msgid "" +"File already exists.\n" +" Do you really want to overwrite? " +msgstr "" + +#: plug-ins/imagemap/imap_file.c:116 +msgid "Save Imagemap" +msgstr "" + +#: plug-ins/imagemap/imap_file.c:139 +msgid "Error" +msgstr "" + +#: plug-ins/imagemap/imap_grid.c:143 +msgid "Grid Settings" +msgstr "" + +#: plug-ins/imagemap/imap_grid.c:154 +msgid "Snap-To Grid Enabled" +msgstr "" + +#: plug-ins/imagemap/imap_grid.c:160 +msgid "Grid Visibility and Type" +msgstr "" + +#: plug-ins/imagemap/imap_grid.c:167 +msgid "Hidden" +msgstr "" + +#: plug-ins/imagemap/imap_grid.c:174 +msgid "Lines" +msgstr "" + +#: plug-ins/imagemap/imap_grid.c:183 +msgid "Crosses" +msgstr "" + +#: plug-ins/imagemap/imap_grid.c:190 +msgid "Grid Granularity" +msgstr "" + +#: plug-ins/imagemap/imap_grid.c:213 +msgid "Grid Offset" +msgstr "" + +#: plug-ins/imagemap/imap_grid.c:224 +msgid "pixels from left" +msgstr "" + +#: plug-ins/imagemap/imap_grid.c:229 +msgid "pixels from top" +msgstr "" + +#: plug-ins/imagemap/imap_main.c:141 +msgid "/Filters/Web/ImageMap..." +msgstr "" + +#: plug-ins/imagemap/imap_main.c:656 +msgid "Data changed" +msgstr "" + +#: plug-ins/imagemap/imap_main.c:660 +msgid "" +"Some data has been changed.\n" +"Do you really want to continue?" +msgstr "" + +#: plug-ins/imagemap/imap_main.c:869 +#, c-format +msgid "File \"%s\" saved." +msgstr "" + +#: plug-ins/imagemap/imap_main.c:873 +msgid "Couldn't save file:" +msgstr "" + +#: plug-ins/imagemap/imap_main.c:898 +msgid "Image size changed" +msgstr "" + +#: plug-ins/imagemap/imap_main.c:902 +msgid "" +"Image size has changed.\n" +"Resize Area's?" +msgstr "" + +#: plug-ins/imagemap/imap_main.c:933 +msgid "Couldn't read file:" +msgstr "" + +#: plug-ins/imagemap/imap_main.c:979 +#, c-format +msgid "URL: %s" +msgstr "" + +#: plug-ins/imagemap/imap_menu.c:215 +msgid "Open..." +msgstr "" + +#: plug-ins/imagemap/imap_menu.c:221 +msgid "Save As..." +msgstr "" + +#: plug-ins/imagemap/imap_menu.c:224 +msgid "Preferences..." +msgstr "" + +#: plug-ins/imagemap/imap_menu.c:230 +msgid "Quit" +msgstr "Salir" + +#: plug-ins/imagemap/imap_menu.c:243 +#, c-format +msgid "Undo %s" +msgstr "" + +#: plug-ins/imagemap/imap_menu.c:254 +#, c-format +msgid "Redo %s" +msgstr "" + +#: plug-ins/imagemap/imap_menu.c:301 +msgid "Edit Area Info..." +msgstr "" + +#: plug-ins/imagemap/imap_menu.c:313 +msgid "View" +msgstr "" + +#: plug-ins/imagemap/imap_menu.c:317 +msgid "Area List" +msgstr "" + +#: plug-ins/imagemap/imap_menu.c:321 +msgid "Source..." +msgstr "" + +#: plug-ins/imagemap/imap_menu.c:329 +msgid "Grayscale" +msgstr "Escala de grises" + +#: plug-ins/imagemap/imap_menu.c:341 +msgid "Zoom In" +msgstr "" + +#: plug-ins/imagemap/imap_menu.c:344 +msgid "Zoom Out" +msgstr "" + +#: plug-ins/imagemap/imap_menu.c:349 +msgid "Zoom To" +msgstr "" + +#: plug-ins/imagemap/imap_menu.c:379 +msgid "Mapping" +msgstr "" + +#: plug-ins/imagemap/imap_menu.c:382 plug-ins/imagemap/imap_popup.c:129 +msgid "Arrow" +msgstr "" + +#: plug-ins/imagemap/imap_menu.c:392 +msgid "Edit Map Info..." +msgstr "" + +#: plug-ins/imagemap/imap_menu.c:399 +msgid "Goodies" +msgstr "" + +#: plug-ins/imagemap/imap_menu.c:401 plug-ins/imagemap/imap_popup.c:149 +msgid "Grid Settings..." +msgstr "" + +#: plug-ins/imagemap/imap_menu.c:403 +msgid "Create Guides..." +msgstr "" + +#: plug-ins/imagemap/imap_menu.c:410 plug-ins/maze/maze_face.c:201 +msgid "Help" +msgstr "" + +#: plug-ins/imagemap/imap_menu.c:413 +msgid "About ImageMap..." +msgstr "" + +#: plug-ins/imagemap/imap_polygon.c:391 +msgid "x (pixels)" +msgstr "" + +#: plug-ins/imagemap/imap_polygon.c:391 +msgid "y (pixels)" +msgstr "" + +#: plug-ins/imagemap/imap_polygon.c:458 +msgid "Append" +msgstr "" + +#: plug-ins/imagemap/imap_popup.c:125 +msgid "Map Info..." +msgstr "" + +#: plug-ins/imagemap/imap_popup.c:128 +msgid "Tools" +msgstr "" + +#: plug-ins/imagemap/imap_popup.c:142 +msgid "In" +msgstr "" + +#: plug-ins/imagemap/imap_popup.c:144 +msgid "Out" +msgstr "" + +#: plug-ins/imagemap/imap_popup.c:151 +msgid "Guides..." +msgstr "" + +#: plug-ins/imagemap/imap_preferences.c:204 +msgid "Couldn't save resource file:" +msgstr "" + +#: plug-ins/imagemap/imap_preferences.c:356 +msgid "Select Color" +msgstr "" + +#: plug-ins/imagemap/imap_preferences.c:434 +msgid "Default Map Type" +msgstr "" + +#: plug-ins/imagemap/imap_preferences.c:453 +msgid "Prompt for area info" +msgstr "" + +#: plug-ins/imagemap/imap_preferences.c:455 +msgid "Require default URL" +msgstr "" + +#: plug-ins/imagemap/imap_preferences.c:457 +msgid "Show area handles" +msgstr "" + +#: plug-ins/imagemap/imap_preferences.c:459 +msgid "Keep NCSA circles true" +msgstr "" + +#: plug-ins/imagemap/imap_preferences.c:461 +msgid "Show area URL tip" +msgstr "" + +#: plug-ins/imagemap/imap_preferences.c:464 +msgid "Use double-sized grab handles" +msgstr "" + +#: plug-ins/imagemap/imap_preferences.c:488 +msgid "Number of Undo levels (1 - 99):" +msgstr "" + +#: plug-ins/imagemap/imap_preferences.c:491 +msgid "Number of MRU entries (1 - 16):" +msgstr "" + +#: plug-ins/imagemap/imap_preferences.c:494 +msgid "Menu" +msgstr "" + +#: plug-ins/imagemap/imap_preferences.c:530 +msgid "Normal:" +msgstr "" + +#: plug-ins/imagemap/imap_preferences.c:536 +msgid "Selected:" +msgstr "" + +#: plug-ins/imagemap/imap_preferences.c:564 +msgid "General Preferences" +msgstr "" + +#: plug-ins/imagemap/imap_rectangle.c:375 +msgid "Upper left x:" +msgstr "" + +#: plug-ins/imagemap/imap_rectangle.c:381 +msgid "Upper left y:" +msgstr "" + +#: plug-ins/imagemap/imap_selection.c:336 +msgid "URL" +msgstr "" + +#: plug-ins/imagemap/imap_selection.c:336 +msgid "Target" +msgstr "" + +#: plug-ins/imagemap/imap_selection.c:336 +msgid "Comment" +msgstr "" + +#: plug-ins/imagemap/imap_settings.c:68 +msgid "Settings for this Mapfile" +msgstr "" + +#: plug-ins/imagemap/imap_settings.c:82 +msgid "Image name:" +msgstr "" + +#: plug-ins/imagemap/imap_settings.c:83 +msgid "Select Image File" +msgstr "" + +#: plug-ins/imagemap/imap_settings.c:87 +msgid "Title:" +msgstr "" + +#: plug-ins/imagemap/imap_settings.c:91 +msgid "Default URL:" +msgstr "" + +#: plug-ins/imagemap/imap_settings.c:108 +msgid "Map file format" +msgstr "" + +#: plug-ins/imagemap/imap_source.c:54 +msgid "View Source" +msgstr "" + +#: plug-ins/imagemap/imap_toolbar.c:115 +msgid "Preferences" +msgstr "Preferencias" + +#: plug-ins/imagemap/imap_toolbar.c:142 +msgid "Zoom in" +msgstr "" + +#: plug-ins/imagemap/imap_toolbar.c:145 +msgid "Zoom out" +msgstr "" + +#: plug-ins/imagemap/imap_toolbar.c:150 +msgid "Edit Map Info" +msgstr "" + +#: plug-ins/imagemap/imap_toolbar.c:154 +msgid "Move To Front" +msgstr "" + +#: plug-ins/imagemap/imap_tools.c:128 +msgid "Select existing area" +msgstr "" + +#: plug-ins/imagemap/imap_tools.c:132 +msgid "Define Rectangle area" +msgstr "" + +#: plug-ins/imagemap/imap_tools.c:136 +msgid "Define Circle/Oval area" +msgstr "" + +#: plug-ins/imagemap/imap_tools.c:140 +msgid "Define Polygon area" +msgstr "" + +#: plug-ins/imagemap/imap_tools.c:144 +msgid "Edit selected area info" +msgstr "" + +#: plug-ins/imagemap/imap_tools.c:148 +msgid "Delete selected area" +msgstr "" + +#: plug-ins/maze/algorithms.c:285 +msgid "Constructing maze using Prim's Algorithm..." +msgstr "" + +#: plug-ins/maze/algorithms.c:458 +msgid "Constructing tileable maze using Prim's Algorithm..." +msgstr "" + +#: plug-ins/maze/maze.c:161 +msgid "/Filters/Render/Pattern/Maze..." +msgstr "" + +#: plug-ins/maze/maze.c:403 +msgid "Drawing Maze..." +msgstr "" + +#. entscale == Entry and Scale pair function found in pixelize.c +#: plug-ins/maze/maze_face.c:228 +msgid "Width (Pixels):" +msgstr "" + +#: plug-ins/maze/maze_face.c:240 plug-ins/maze/maze_face.c:256 +msgid "Pieces:" +msgstr "" + +#: plug-ins/maze/maze_face.c:245 +msgid "Height (Pixels):" +msgstr "" + +#: plug-ins/maze/maze_face.c:268 +msgid "Multiple (57):" +msgstr "" + +#: plug-ins/maze/maze_face.c:281 +msgid "Offset (1):" +msgstr "" + +#: plug-ins/maze/maze_face.c:312 +msgid "Depth First" +msgstr "" + +#: plug-ins/maze/maze_face.c:319 +msgid "Prim's Algorithm" +msgstr "" + +#: plug-ins/maze/maze_face.c:338 +#, c-format +msgid "Selection is %dx%d" +msgstr "" + +#: plug-ins/maze/maze_face.c:444 +msgid "" +"Selection size is not even.\n" +"Tileable maze won't work perfectly." +msgstr "" + +#. open URL for help +#: plug-ins/maze/maze_face.c:596 +#, c-format +msgid "Opening %s" +msgstr "" + +#: plug-ins/maze/maze_face.c:607 +#, c-format +msgid "See %s" +msgstr "" + +#: plug-ins/mosaic/mosaic.c:324 +msgid "/Filters/Render/Pattern/Mosaic..." +msgstr "" + +#. progress bar for gradient finding +#: plug-ins/mosaic/mosaic.c:446 +msgid "Finding Edges..." +msgstr "" + +#. Progress bar for rendering tiles +#: plug-ins/mosaic/mosaic.c:496 +msgid "Rendering Tiles..." +msgstr "" + +#: plug-ins/mosaic/mosaic.c:543 +msgid "Mosaic" +msgstr "" + +#: plug-ins/mosaic/mosaic.c:610 +msgid "Color Averaging" +msgstr "" + +#: plug-ins/mosaic/mosaic.c:619 +msgid "Pitted Surfaces" +msgstr "" + +#: plug-ins/mosaic/mosaic.c:628 +msgid "FG/BG Lighting" +msgstr "" + +#. tiling primitive +#: plug-ins/mosaic/mosaic.c:642 +msgid "Tiling Primitives" +msgstr "" + +#: plug-ins/mosaic/mosaic.c:646 +msgid "Squares" +msgstr "" + +#: plug-ins/mosaic/mosaic.c:648 +msgid "Hexagons" +msgstr "" + +#: plug-ins/mosaic/mosaic.c:650 +msgid "Octagons & Squares" +msgstr "" + +#: plug-ins/mosaic/mosaic.c:689 +msgid "Tile Spacing:" +msgstr "" + +#: plug-ins/mosaic/mosaic.c:698 +msgid "Tile Neatness:" +msgstr "" + +#: plug-ins/mosaic/mosaic.c:708 +msgid "Light Direction:" +msgstr "" + +#: plug-ins/mosaic/mosaic.c:717 +msgid "Color Variation:" +msgstr "" + +#: plug-ins/mosaic/mosaic.c:2486 +msgid "Unable to add additional point.\n" +msgstr "" + +#: plug-ins/pagecurl/pagecurl.c:216 +msgid "/Filters/Distorts/Pagecurl..." +msgstr "" + +#: plug-ins/pagecurl/pagecurl.c:522 +msgid "Pagecurl Effect" +msgstr "" + +#: plug-ins/pagecurl/pagecurl.c:543 +msgid "Curl Location" +msgstr "" + +#: plug-ins/pagecurl/pagecurl.c:610 +msgid "Upper Left" +msgstr "" + +#: plug-ins/pagecurl/pagecurl.c:611 +msgid "Upper Right" +msgstr "" + +#: plug-ins/pagecurl/pagecurl.c:612 +msgid "Lower Left" +msgstr "" + +#: plug-ins/pagecurl/pagecurl.c:613 +msgid "Lower Right" +msgstr "" + +#: plug-ins/pagecurl/pagecurl.c:644 +msgid "Curl Orientation" +msgstr "" + +#: plug-ins/pagecurl/pagecurl.c:683 +msgid "Shade under Curl" +msgstr "" + +#: plug-ins/pagecurl/pagecurl.c:693 +msgid "" +"Use Current Gradient\n" +"instead of FG/BG-Color" +msgstr "" + +#: plug-ins/pagecurl/pagecurl.c:705 +msgid "Curl Opacity" +msgstr "" + +#: plug-ins/pagecurl/pagecurl.c:832 +#, fuzzy +msgid "Curl Layer" +msgstr "Capa" + +#: plug-ins/pagecurl/pagecurl.c:1086 +msgid "Page Curl..." +msgstr "" + +#: plug-ins/print/gimp_color_window.c:76 +msgid "Print Color Adjust" +msgstr "" + +#: plug-ins/print/gimp_color_window.c:184 +msgid "Density:" +msgstr "Densidad" + +#. +#. * Create the main dialog +#. +#: plug-ins/print/gimp_main_window.c:198 +#, c-format +msgid "Print v%s" +msgstr "" + +#: plug-ins/print/gimp_main_window.c:206 +msgid "" +"Print and\n" +"Save Settings" +msgstr "" + +#: plug-ins/print/gimp_main_window.c:208 +msgid "" +"Save\n" +"Settings" +msgstr "" + +#: plug-ins/print/gimp_main_window.c:210 +msgid "Print" +msgstr "" + +#: plug-ins/print/gimp_main_window.c:279 +#, fuzzy +msgid "Center Image" +msgstr "Nueva imagen" + +#. +#. * Printer settings frame... +#. +#: plug-ins/print/gimp_main_window.c:336 +msgid "Printer Settings" +msgstr "" + +#: plug-ins/print/gimp_main_window.c:358 +msgid "Media Size:" +msgstr "" + +#: plug-ins/print/gimp_main_window.c:367 +msgid "Media Type:" +msgstr "" + +#: plug-ins/print/gimp_main_window.c:376 +msgid "Media Source:" +msgstr "" + +#: plug-ins/print/gimp_main_window.c:387 +msgid "Portrait" +msgstr "" + +#: plug-ins/print/gimp_main_window.c:389 +msgid "Landscape" +msgstr "" + +#: plug-ins/print/gimp_main_window.c:412 +msgid "Output Type:" +msgstr "" + +#: plug-ins/print/gimp_main_window.c:415 +msgid "B&W" +msgstr "" + +#: plug-ins/print/gimp_main_window.c:437 +msgid "Output Level:" +msgstr "" + +#: plug-ins/print/gimp_main_window.c:441 +msgid "Normal Scale" +msgstr "" + +#: plug-ins/print/gimp_main_window.c:453 +msgid "Experimental Linear Scale" +msgstr "" + +#. +#. * Scaling... +#. +#: plug-ins/print/gimp_main_window.c:466 +msgid "Scaling and Color Settings" +msgstr "" + +#: plug-ins/print/gimp_main_window.c:481 plug-ins/print/gimp_main_window.c:490 +msgid "Scaling:" +msgstr "" + +#: plug-ins/print/gimp_main_window.c:505 +msgid "Percent" +msgstr "" + +#: plug-ins/print/gimp_main_window.c:515 +msgid "PPI" +msgstr "" + +#: plug-ins/print/gimp_main_window.c:524 +msgid "Set Image Scale" +msgstr "" + +#: plug-ins/print/gimp_main_window.c:537 +#, fuzzy +msgid "Adjust Color" +msgstr "Ajusta curvas de color" + +#: plug-ins/print/gimp_main_window.c:570 +msgid "Printer:" +msgstr "" + +#: plug-ins/print/gimp_main_window.c:579 plug-ins/print/gimp_main_window.c:592 +msgid "Setup" +msgstr "" + +#. +#. * Printer driver option menu... +#. +#: plug-ins/print/gimp_main_window.c:620 +msgid "Driver:" +msgstr "" + +#. +#. * PPD file... +#. +#: plug-ins/print/gimp_main_window.c:651 +msgid "PPD File:" +msgstr "" + +#: plug-ins/print/gimp_main_window.c:666 +msgid "Browse" +msgstr "" + +#. +#. * Print command... +#. +#: plug-ins/print/gimp_main_window.c:678 +msgid "Command:" +msgstr "" + +#. +#. * Output file selection dialog... +#. +#: plug-ins/print/gimp_main_window.c:693 +msgid "Print To File?" +msgstr "" + +#. +#. * PPD file selection dialog... +#. +#: plug-ins/print/gimp_main_window.c:707 +msgid "PPD File?" +msgstr "" + +#: plug-ins/print/print.c:203 +msgid "/File/Print..." +msgstr "" + +#: plug-ins/print/print-printers.c:6 +msgid "PostScript Level 1" +msgstr "" + +#: plug-ins/print/print-printers.c:30 +msgid "HP DeskJet 500, 520" +msgstr "" + +#: plug-ins/print/print-printers.c:42 +msgid "HP DeskJet 500C, 540C" +msgstr "" + +#: plug-ins/print/print-printers.c:54 +msgid "HP DeskJet 550C, 560C" +msgstr "" + +#: plug-ins/print/print-printers.c:66 +msgid "HP DeskJet 600 series" +msgstr "" + +#: plug-ins/print/print-printers.c:77 +msgid "HP DeskJet 800 series" +msgstr "" + +#: plug-ins/print/print-printers.c:89 +msgid "HP DeskJet 1100C, 1120C" +msgstr "" + +#: plug-ins/print/print-printers.c:101 +msgid "HP DeskJet 1200C, 1600C" +msgstr "" + +#: plug-ins/print/print-printers.c:113 +msgid "HP LaserJet II series" +msgstr "" + +#: plug-ins/print/print-printers.c:125 +msgid "HP LaserJet III series" +msgstr "" + +#: plug-ins/print/print-printers.c:137 +msgid "HP LaserJet 4 series" +msgstr "" + +#: plug-ins/print/print-printers.c:149 +msgid "HP LaserJet 4V, 4Si" +msgstr "" + +#: plug-ins/print/print-printers.c:161 +msgid "HP LaserJet 5 series" +msgstr "" + +#: plug-ins/print/print-printers.c:173 +msgid "HP LaserJet 5Si" +msgstr "" + +#: plug-ins/print/print-printers.c:185 +msgid "HP LaserJet 6 series" +msgstr "" + +#: plug-ins/print/print-printers.c:197 +msgid "EPSON Stylus Color" +msgstr "" + +#: plug-ins/print/print-printers.c:209 +msgid "EPSON Stylus Color Pro" +msgstr "" + +#: plug-ins/print/print-printers.c:221 +msgid "EPSON Stylus Color Pro XL" +msgstr "" + +#: plug-ins/print/print-printers.c:233 +msgid "EPSON Stylus Color 1500" +msgstr "" + +#: plug-ins/print/print-printers.c:245 +msgid "EPSON Stylus Color 400" +msgstr "" + +#: plug-ins/print/print-printers.c:257 +msgid "EPSON Stylus Color 500" +msgstr "" + +#: plug-ins/print/print-printers.c:269 +msgid "EPSON Stylus Color 600" +msgstr "" + +#: plug-ins/print/print-printers.c:281 +msgid "EPSON Stylus Color 800" +msgstr "" + +#: plug-ins/print/print-printers.c:293 +msgid "EPSON Stylus Color 1520" +msgstr "" + +#: plug-ins/print/print-printers.c:305 +msgid "EPSON Stylus Color 3000" +msgstr "" + +#: plug-ins/print/print-printers.c:317 +msgid "EPSON Stylus Photo 700" +msgstr "" + +#: plug-ins/print/print-printers.c:329 +msgid "EPSON Stylus Photo EX" +msgstr "" + +#: plug-ins/print/print-printers.c:341 +msgid "EPSON Stylus Photo" +msgstr "" + +#: plug-ins/rcm/rcm.c:118 +msgid "/Image/Colors/Colormap Rotation..." +msgstr "" + +#: plug-ins/rcm/rcm.c:281 +msgid "Rotating the colormap..." +msgstr "" + +#: plug-ins/rcm/rcm_callback.c:150 plug-ins/rcm/rcm_dialog.c:261 +msgid "Switch to clockwise" +msgstr "" + +#: plug-ins/rcm/rcm_callback.c:150 plug-ins/rcm/rcm_dialog.c:261 +msgid "Switch to c/clockwise" +msgstr "" + +#: plug-ins/rcm/rcm_dialog.c:269 +msgid "Change order of arrows" +msgstr "" + +#: plug-ins/rcm/rcm_dialog.c:275 +msgid "Select all" +msgstr "" + +#. spinbutton 1 +#: plug-ins/rcm/rcm_dialog.c:285 plug-ins/rcm/rcm_dialog.c:356 +msgid "From" +msgstr "" + +#. spinbutton 2 +#: plug-ins/rcm/rcm_dialog.c:307 +msgid "to" +msgstr "" + +#: plug-ins/rcm/rcm_dialog.c:357 +msgid "To" +msgstr "" + +#. Gray: Operation-Mode: two radio buttons +#: plug-ins/rcm/rcm_dialog.c:480 +msgid "Treat as this" +msgstr "" + +#: plug-ins/rcm/rcm_dialog.c:490 +msgid "Change to this" +msgstr "" + +#. * Gray: What is gray? * +#: plug-ins/rcm/rcm_dialog.c:501 +msgid "What is Gray?" +msgstr "" + +#. * Misc: Used unit selection * +#: plug-ins/rcm/rcm_dialog.c:589 +msgid "Units" +msgstr "Unidades" + +#. Misc: Used unit selection: 3 radio buttons +#: plug-ins/rcm/rcm_dialog.c:598 +msgid "Radians" +msgstr "" + +#: plug-ins/rcm/rcm_dialog.c:607 +msgid "Radians/Pi" +msgstr "" + +#: plug-ins/rcm/rcm_dialog.c:616 +msgid "Degrees" +msgstr "" + +#: plug-ins/rcm/rcm_dialog.c:635 +msgid "Continuous update" +msgstr "" + +#: plug-ins/rcm/rcm_dialog.c:650 +msgid "Area:" +msgstr "" + +#: plug-ins/rcm/rcm_dialog.c:671 +msgid "Context" +msgstr "" + +#. Create dialog +#: plug-ins/rcm/rcm_dialog.c:741 +msgid "Colormap Rotation" +msgstr "" + +#: plug-ins/rcm/rcm_dialog.c:792 +msgid "Main" +msgstr "" + +#: plug-ins/rcm/rcm_dialog.c:795 +msgid "Misc" +msgstr "" + +#: plug-ins/sel2path/sel2path.c:155 +msgid "/Select/To Path" +msgstr "" + +#: plug-ins/sel2path/sel2path.c:200 +msgid "No selection to convert" +msgstr "" + +#: plug-ins/sel2path/sel2path.c:364 +msgid "Default Values" +msgstr "" + +#: plug-ins/sel2path/sel2path.c:553 +#, c-format +msgid "print_spline: strange degree (%d)" +msgstr "" + +#: plug-ins/sel2path/sel2path.c:561 +msgid "selection_to_path" +msgstr "" + +#: plug-ins/sel2path/sel2path.c:587 +msgid "gimp_image_get_selection failed" +msgstr "" + +#: plug-ins/sel2path/sel2path.c:595 +msgid "Internal error. Selection bpp > 1" +msgstr "" + +#: plug-ins/sgi/sgi.c:650 +msgid "Save as SGI" +msgstr "" + +#: plug-ins/sgi/sgi.c:666 +msgid "Compression Type" +msgstr "" + +#: plug-ins/sgi/sgi.c:670 +msgid "No Compression" +msgstr "" + +#: plug-ins/sgi/sgi.c:672 +msgid "RLE Compression" +msgstr "" + +#: plug-ins/sgi/sgi.c:674 +msgid "" +"Aggressive RLE\n" +"(Not Supported by SGI)" +msgstr "" + +#: plug-ins/sinus/sinus.c:197 +msgid "/Filters/Render/Sinus..." +msgstr "" + +#: plug-ins/sinus/sinus.c:289 +msgid "Sinus: rendering..." +msgstr "" + +#. Create Main window with a vbox +#. ============================== +#: plug-ins/sinus/sinus.c:748 +msgid "Sinus" +msgstr "" + +#: plug-ins/sinus/sinus.c:808 +msgid "Drawing Settings" +msgstr "" + +#: plug-ins/sinus/sinus.c:820 +msgid "X Scale:" +msgstr "" + +#: plug-ins/sinus/sinus.c:829 +msgid "Y Scale:" +msgstr "" + +#: plug-ins/sinus/sinus.c:838 +msgid "Complexity:" +msgstr "" + +#: plug-ins/sinus/sinus.c:848 +msgid "Calculation Settings" +msgstr "" + +#: plug-ins/sinus/sinus.c:876 +msgid "Force Tiling?" +msgstr "" + +#: plug-ins/sinus/sinus.c:889 +msgid "Ideal" +msgstr "" + +#: plug-ins/sinus/sinus.c:890 +msgid "Distorted" +msgstr "" + +#. if in grey scale, the colors are necessarily black and white +#: plug-ins/sinus/sinus.c:921 +msgid "The colors are white and black." +msgstr "" + +#: plug-ins/sinus/sinus.c:932 +msgid "Black & White" +msgstr "" + +#: plug-ins/sinus/sinus.c:934 +msgid "Foreground & Background" +msgstr "" + +#: plug-ins/sinus/sinus.c:936 +msgid "Choose here:" +msgstr "" + +#: plug-ins/sinus/sinus.c:950 +msgid "First Color" +msgstr "" + +#: plug-ins/sinus/sinus.c:955 +msgid "Second Color" +msgstr "" + +#: plug-ins/sinus/sinus.c:963 +msgid "Alpha Channels" +msgstr "" + +#: plug-ins/sinus/sinus.c:975 +msgid "First Color:" +msgstr "" + +#: plug-ins/sinus/sinus.c:994 +msgid "Second Color:" +msgstr "" + +#: plug-ins/sinus/sinus.c:1024 +msgid "Blend Settings" +msgstr "" + +#: plug-ins/sinus/sinus.c:1041 +msgid "Sinusodial" +msgstr "" + +#: plug-ins/sinus/sinus.c:1053 +msgid "Exponent:" +msgstr "" + +#: plug-ins/sinus/sinus.c:1063 +msgid "Blend" +msgstr "Gradiente" + +#: plug-ins/struc/struc.c:129 +msgid "/Filters/Artistic/Apply Canvas..." +msgstr "" + +#: plug-ins/struc/struc.c:215 +msgid "Applying Canvas..." +msgstr "" + +#: plug-ins/struc/struc.c:256 +msgid "Apply Canvas" +msgstr "" + +#: plug-ins/struc/struc.c:288 +msgid "Top-Right" +msgstr "" + +#: plug-ins/struc/struc.c:289 +msgid "Top-Left" +msgstr "" + +#: plug-ins/struc/struc.c:290 +msgid "Bottom-Left" +msgstr "" + +#: plug-ins/struc/struc.c:291 +msgid "Bottom-Right" +msgstr "" + +#: plug-ins/twain/twain.c:513 +msgid "/File/Acquire/TWAIN..." +msgstr "" + +#. Initialize our progress dialog +#: plug-ins/twain/twain.c:645 +msgid "Transferring TWAIN data" +msgstr "" + +#: plug-ins/webbrowser/webbrowser.c:141 +msgid "/Xtns/Web Browser/Open URL..." +msgstr "" + +#: plug-ins/webbrowser/webbrowser.c:282 +msgid "Open URL" +msgstr "" + +#: plug-ins/webbrowser/webbrowser.c:314 +msgid "URL:" +msgstr "" + +#: plug-ins/webbrowser/webbrowser.c:324 +msgid "Window:" +msgstr "" + +#: plug-ins/webbrowser/webbrowser.c:337 +msgid "Current" +msgstr "" + +#: plug-ins/winsnap/winsnap.c:953 +msgid "Grab a single window" +msgstr "" + +#: plug-ins/winsnap/winsnap.c:964 +msgid "Include decorations" +msgstr "" + +#: plug-ins/winsnap/winsnap.c:1000 +msgid "Grab the whole screen" +msgstr "" + +#: plug-ins/winsnap/winsnap.c:1229 +msgid "No data captured" +msgstr "" + +#: plug-ins/xjt/xjt.c:664 +#, c-format +msgid "XJT file contains unknown layermode %d" +msgstr "" + +#: plug-ins/xjt/xjt.c:694 +#, c-format +msgid "Warning: unsupported layermode %d saved to XJT" +msgstr "" + +#: plug-ins/xjt/xjt.c:710 +#, c-format +msgid "XJT file contains unknown pathtype %d" +msgstr "" + +#: plug-ins/xjt/xjt.c:726 +#, c-format +msgid "Warning: unsupported pathtype %d saved to XJT" +msgstr "" + +#: plug-ins/xjt/xjt.c:746 +#, c-format +msgid "XJT file contains unknown unittype %d" +msgstr "" + +#: plug-ins/xjt/xjt.c:767 +#, c-format +msgid "Warning: unsupported unittype %d saved to XJT" +msgstr "" + +#: plug-ins/xjt/xjt.c:795 +msgid "Save as XJT" +msgstr "" + +#: plug-ins/xjt/xjt.c:832 +msgid "Clear Transparent" +msgstr "" + +#: plug-ins/xjt/xjt.c:1227 +#, c-format +msgid "Can't open (write): %s" +msgstr "" + +#: plug-ins/xjt/xjt.c:1626 +msgid "xjt: cannot operate on indexed color images" +msgstr "" + +#: plug-ins/xjt/xjt.c:1630 +msgid "xjt: cannot operate on unknown image types" +msgstr "" + +#: plug-ins/xjt/xjt.c:1645 plug-ins/xjt/xjt.c:3263 +#, c-format +msgid "Can't create working dir: %s" +msgstr "" + +#: plug-ins/xjt/xjt.c:1654 +#, c-format +msgid "Can't open : %s" +msgstr "" + +#. stat error (file does not exist) +#: plug-ins/xjt/xjt.c:2475 plug-ins/xjt/xjt.c:2482 +#, c-format +msgid "Can't open (read): %s" +msgstr "" + +#: plug-ins/xjt/xjt.c:3126 +#, c-format +msgid "Error: Can't read XJT propertyfile %s" +msgstr "" + +#: plug-ins/xjt/xjt.c:3131 +#, fuzzy, c-format +msgid "Error, XJT propertyfile %s is empty" +msgstr "Error al abrir el fichero %s: %s" diff --git a/po-script-fu/es.po b/po-script-fu/es.po new file mode 100644 index 0000000000..8269531511 --- /dev/null +++ b/po-script-fu/es.po @@ -0,0 +1,2097 @@ +# This is the Spanish locale definition for GIMP Script-Fu. +# +# Éste es el fichero con los mensajes en español de Gimp. +# Preguntas, consejos y correcciones _constructivas_ son +# bienvenidos. +# +# * Este fichero está sin terminar * +# +# Copyright (C) 1998-2000 Free Software Foundation, Inc. +# Rodrigo Sancho Senosiain +# +# NOTAS PERSONALES: +# - Usar mayúsculas para nombres de elementos ("Gradiente") +# - "Cubo de relleno" no es muy afortunada +# - Hay que aclarar el significado de dodge/burn +# - De momento pongo "dibujable" por "drawable" +# - Hay que revisar los largos mensajes de instalación +# +msgid "" +msgstr "" +"Project-Id-Version: GIMP 1.1.20\n" +"POT-Creation-Date: 2000-04-18 14:21+0200\n" +"PO-Revision-Date: 2000-04-23 13:05+02:00\n" +"Last-Translator: Rodrigo Sancho Senosiain \n" +"Language-Team: Spanish \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=iso-8859-1\n" +"Content-Transfer-Encoding: 8bit\n" +"\n" + +#: plug-ins/script-fu/script-fu-console.c:158 +msgid "Script-Fu console mode allows only interactive invocation" +msgstr "" + +#: plug-ins/script-fu/script-fu-console.c:194 +msgid "Script-Fu Console" +msgstr "" + +#. Action area +#: plug-ins/script-fu/script-fu-console.c:207 +#: plug-ins/script-fu/script-fu-scripts.c:1867 +msgid "Close" +msgstr "Cerrar" + +#. The info vbox +#: plug-ins/script-fu/script-fu-console.c:215 +msgid "SIOD Output" +msgstr "" + +#. The current command +#: plug-ins/script-fu/script-fu-console.c:294 +msgid "Current Command" +msgstr "" + +#: plug-ins/script-fu/script-fu-console.c:315 +msgid "Browse..." +msgstr "" + +#: plug-ins/script-fu/script-fu-console.c:578 +msgid "Unable to open SIOD output pipe" +msgstr "" + +#: plug-ins/script-fu/script-fu-console.c:582 +msgid "Unable to open a stream on the SIOD output pipe" +msgstr "" + +#: plug-ins/script-fu/script-fu-console.c:629 +msgid "Script-Fu evaluate mode allows only noninteractive invocation" +msgstr "" + +#. strip the first part of the menupath if it contains _("/Script-Fu/") +#: plug-ins/script-fu/script-fu-scripts.c:1113 +#: plug-ins/script-fu/script-fu-scripts.c:1115 +#, fuzzy +msgid "/Script-Fu/" +msgstr "/Script-Fu" + +#: plug-ins/script-fu/script-fu-scripts.c:1115 +#: plug-ins/script-fu/script-fu-scripts.c:1117 +#, fuzzy, c-format +msgid "Script-Fu: %s" +msgstr "/Script-Fu" + +#. the script arguments frame +#: plug-ins/script-fu/script-fu-scripts.c:1142 +msgid "Script Arguments" +msgstr "" + +#: plug-ins/script-fu/script-fu-scripts.c:1206 +msgid "Script-Fu Color Selection" +msgstr "" + +#: plug-ins/script-fu/script-fu-scripts.c:1212 +msgid "Script Toggle" +msgstr "" + +#: plug-ins/script-fu/script-fu-scripts.c:1274 +msgid "Script-Fu File Selection" +msgstr "" + +#: plug-ins/script-fu/script-fu-scripts.c:1306 +msgid "Script-fu Pattern Selection" +msgstr "" + +#: plug-ins/script-fu/script-fu-scripts.c:1313 +msgid "Script-Fu Gradient Selection" +msgstr "" + +#: plug-ins/script-fu/script-fu-scripts.c:1321 +msgid "Script-Fu Brush Selection" +msgstr "" + +#: plug-ins/script-fu/script-fu-scripts.c:1346 +msgid "Reset to Defaults" +msgstr "" + +#: plug-ins/script-fu/script-fu-scripts.c:1372 +msgid "About" +msgstr "Acerca" + +#: plug-ins/script-fu/script-fu-scripts.c:1386 +#: plug-ins/script-fu/script-fu-server.c:552 +msgid "OK" +msgstr "Aceptar" + +#: plug-ins/script-fu/script-fu-scripts.c:1395 +#: plug-ins/script-fu/script-fu-server.c:554 +msgid "Cancel" +msgstr "Cancelar" + +#: plug-ins/script-fu/script-fu-scripts.c:1500 +msgid "NOT SET" +msgstr "" + +#: plug-ins/script-fu/script-fu-scripts.c:1571 +msgid "" +"At least one font you've choosen is invalid.\n" +"Please check your settings.\n" +msgstr "" + +#: plug-ins/script-fu/script-fu-scripts.c:1838 +msgid "Author:" +msgstr "" + +#: plug-ins/script-fu/script-fu-scripts.c:1844 +msgid "Copyright:" +msgstr "" + +#: plug-ins/script-fu/script-fu-scripts.c:1850 +msgid "Date:" +msgstr "" + +#: plug-ins/script-fu/script-fu-scripts.c:1858 +msgid "Image Types:" +msgstr "" + +#: plug-ins/script-fu/script-fu-scripts.c:2007 +msgid "Script-Fu Font Selection" +msgstr "" + +#: plug-ins/script-fu/script-fu-server.c:547 +msgid "Script-Fu Server Options" +msgstr "" + +#: plug-ins/script-fu/script-fu-server.c:574 +msgid "Server Port:" +msgstr "" + +#: plug-ins/script-fu/script-fu-server.c:580 +#, fuzzy +msgid "Server Logfile:" +msgstr "La marcha atrás falló." + +#: plug-ins/script-fu/script-fu.c:165 +msgid "/Xtns/Script-Fu/Console..." +msgstr "" + +#: plug-ins/script-fu/script-fu.c:177 +msgid "/Xtns/Script-Fu/Server..." +msgstr "" + +#: plug-ins/script-fu/script-fu.c:1007 plug-ins/script-fu/script-fu.c:1008 +msgid "Re-read all available scripts" +msgstr "" + +#: plug-ins/script-fu/script-fu.c:1012 +msgid "/Xtns/Script-Fu/Refresh" +msgstr "" + +#: plug-ins/script-fu/scripts/copy-visible.scm:0 +msgid "/Edit/Copy Visible" +msgstr "" + +#: plug-ins/script-fu/scripts/tileblur.scm:0 +#, fuzzy +msgid "/Filters/Blur/Tileable Blur..." +msgstr "/Filtros/Colores/Mapa/Mapa Alien..." + +#: plug-ins/script-fu/scripts/clothify.scm:0 +msgid "/Script-Fu/Alchemy/Clothify..." +msgstr "" + +#: plug-ins/script-fu/scripts/erase-rows.scm:0 +msgid "/Script-Fu/Alchemy/Erase every other Row..." +msgstr "" + +#: plug-ins/script-fu/scripts/predator.scm:0 +msgid "/Script-Fu/Alchemy/Predator..." +msgstr "" + +#: plug-ins/script-fu/scripts/unsharp-mask.scm:0 +msgid "/Script-Fu/Alchemy/Unsharp Mask..." +msgstr "" + +#: plug-ins/script-fu/scripts/weave.scm:0 +msgid "/Script-Fu/Alchemy/Weave..." +msgstr "" + +#: plug-ins/script-fu/scripts/blend-anim.scm:0 +msgid "/Script-Fu/Animators/Blend..." +msgstr "" + +#: plug-ins/script-fu/scripts/ripply-anim.scm:0 +msgid "/Script-Fu/Animators/Rippling..." +msgstr "" + +#: plug-ins/gap/sel-to-anim-img.scm:0 +msgid "/Script-Fu/Animators/Selection to AnimImage..." +msgstr "" + +#: plug-ins/script-fu/scripts/spinning_globe.scm:0 +msgid "/Script-Fu/Animators/Spinning Globe..." +msgstr "" + +#: plug-ins/script-fu/scripts/waves-anim.scm:0 +msgid "/Script-Fu/Animators/Waves..." +msgstr "" + +#: plug-ins/script-fu/scripts/add-bevel.scm:0 +msgid "/Script-Fu/Decor/Add Bevel..." +msgstr "" + +#: plug-ins/script-fu/scripts/addborder.scm:0 +msgid "/Script-Fu/Decor/Add Border..." +msgstr "" + +#: plug-ins/script-fu/scripts/coffee.scm:0 +msgid "/Script-Fu/Decor/Coffee Stain..." +msgstr "" + +#: plug-ins/script-fu/scripts/fuzzyborder.scm:0 +msgid "/Script-Fu/Decor/Fuzzy Border..." +msgstr "" + +#: plug-ins/script-fu/scripts/old_photo.scm:0 +msgid "/Script-Fu/Decor/Old Photo..." +msgstr "" + +#: plug-ins/script-fu/scripts/round-corners.scm:0 +msgid "/Script-Fu/Decor/Round Corners..." +msgstr "" + +#: plug-ins/script-fu/scripts/slide.scm:0 +msgid "/Script-Fu/Decor/Slide..." +msgstr "" + +#: plug-ins/script-fu/scripts/circuit.scm:0 +msgid "/Script-Fu/Render/Circuit..." +msgstr "" + +#: plug-ins/script-fu/scripts/lava.scm:0 +msgid "/Script-Fu/Render/Lava..." +msgstr "" + +#: plug-ins/script-fu/scripts/line-nova.scm:0 +msgid "/Script-Fu/Render/Line Nova..." +msgstr "" + +#: plug-ins/script-fu/scripts/grid-system.scm:0 +msgid "/Script-Fu/Render/Make Grid System..." +msgstr "" + +#: plug-ins/script-fu/scripts/distress_selection.scm:0 +msgid "/Script-Fu/Selection/Distress Selection..." +msgstr "" + +#: plug-ins/script-fu/scripts/fade-outline.scm:0 +msgid "/Script-Fu/Selection/Fade Outline..." +msgstr "" + +#: plug-ins/script-fu/scripts/selection-round.scm:0 +msgid "/Script-Fu/Selection/Round..." +msgstr "" + +#: plug-ins/script-fu/scripts/select_to_brush.scm:0 +msgid "/Script-Fu/Selection/To Brush..." +msgstr "" + +#: plug-ins/script-fu/scripts/select_to_image.scm:0 +msgid "/Script-Fu/Selection/To Image" +msgstr "" + +#: plug-ins/script-fu/scripts/drop-shadow.scm:0 +msgid "/Script-Fu/Shadow/Drop-Shadow..." +msgstr "" + +#: plug-ins/script-fu/scripts/perspective-shadow.scm:0 +msgid "/Script-Fu/Shadow/Perspective..." +msgstr "" + +#: plug-ins/script-fu/scripts/xach-effect.scm:0 +msgid "/Script-Fu/Shadow/Xach-Effect..." +msgstr "" + +#: plug-ins/script-fu/scripts/carve-it.scm:0 +msgid "/Script-Fu/Stencil Ops/Carve-It..." +msgstr "" + +#: plug-ins/script-fu/scripts/chrome-it.scm:0 +msgid "/Script-Fu/Stencil Ops/Chrome-It..." +msgstr "" + +#: plug-ins/script-fu/scripts/asc2img.scm:0 +msgid "/Script-Fu/Utils/ASCII to Image Layer..." +msgstr "" + +#: plug-ins/script-fu/scripts/hsv-graph.scm:0 +msgid "/Script-Fu/Utils/Draw HSV Graph..." +msgstr "" + +#: plug-ins/script-fu/scripts/image-structure.scm:0 +msgid "/Script-Fu/Utils/Show Image Structure..." +msgstr "" + +#: plug-ins/script-fu/scripts/pupi-button.scm:0 +msgid "/Xtns/Script-Fu/Buttons/Round Button..." +msgstr "" + +#: plug-ins/script-fu/scripts/beveled-button.scm:0 +msgid "/Xtns/Script-Fu/Buttons/Simple Beveled Button..." +msgstr "" + +#: plug-ins/script-fu/scripts/3d-outline.scm:0 +msgid "/Xtns/Script-Fu/Logos/3D Outline..." +msgstr "" + +#: plug-ins/script-fu/scripts/alien-glow-logo.scm:0 +msgid "/Xtns/Script-Fu/Logos/Alien Glow..." +msgstr "" + +#: plug-ins/script-fu/scripts/alien-neon-logo.scm:0 +msgid "/Xtns/Script-Fu/Logos/Alien Neon..." +msgstr "" + +#: plug-ins/script-fu/scripts/basic1-logo.scm:0 +msgid "/Xtns/Script-Fu/Logos/Basic I..." +msgstr "" + +#: plug-ins/script-fu/scripts/basic2-logo.scm:0 +msgid "/Xtns/Script-Fu/Logos/Basic II..." +msgstr "" + +#: plug-ins/script-fu/scripts/blended-logo.scm:0 +msgid "/Xtns/Script-Fu/Logos/Blended..." +msgstr "" + +#: plug-ins/script-fu/scripts/bovinated-logo.scm:0 +msgid "/Xtns/Script-Fu/Logos/Bovination..." +msgstr "" + +#: plug-ins/script-fu/scripts/carved-logo.scm:0 +msgid "/Xtns/Script-Fu/Logos/Carved..." +msgstr "" + +#: plug-ins/script-fu/scripts/chalk.scm:0 +msgid "/Xtns/Script-Fu/Logos/Chalk..." +msgstr "" + +#: plug-ins/script-fu/scripts/chip-away.scm:0 +msgid "/Xtns/Script-Fu/Logos/Chip Away..." +msgstr "" + +#: plug-ins/script-fu/scripts/chrome-logo.scm:0 +msgid "/Xtns/Script-Fu/Logos/Chrome..." +msgstr "" + +#: plug-ins/script-fu/scripts/comic-logo.scm:0 +msgid "/Xtns/Script-Fu/Logos/Comic Book..." +msgstr "" + +#: plug-ins/script-fu/scripts/coolmetal-logo.scm:0 +msgid "/Xtns/Script-Fu/Logos/Cool Metal..." +msgstr "" + +#: plug-ins/script-fu/scripts/crystal-logo.scm:0 +msgid "/Xtns/Script-Fu/Logos/Crystal..." +msgstr "" + +#: plug-ins/script-fu/scripts/frosty-logo.scm:0 +msgid "/Xtns/Script-Fu/Logos/Frosty..." +msgstr "" + +#: plug-ins/script-fu/scripts/glossy.scm:0 +msgid "/Xtns/Script-Fu/Logos/Glossy..." +msgstr "" + +#: plug-ins/script-fu/scripts/glowing-logo.scm:0 +msgid "/Xtns/Script-Fu/Logos/Glowing Hot..." +msgstr "" + +#: plug-ins/script-fu/scripts/gradient-bevel-logo.scm:0 +msgid "/Xtns/Script-Fu/Logos/Gradient Bevel..." +msgstr "" + +#: plug-ins/script-fu/scripts/i26-gunya2.scm:0 +msgid "/Xtns/Script-Fu/Logos/Imigre-26..." +msgstr "" + +#: plug-ins/script-fu/scripts/neon-logo.scm:0 +msgid "/Xtns/Script-Fu/Logos/Neon..." +msgstr "" + +#: plug-ins/script-fu/scripts/news-text.scm:0 +msgid "/Xtns/Script-Fu/Logos/Newsprint Text..." +msgstr "" + +#: plug-ins/script-fu/scripts/t-o-p-logo.scm:0 +msgid "/Xtns/Script-Fu/Logos/Particle Trace..." +msgstr "" + +#: plug-ins/script-fu/scripts/sota-chrome-logo.scm:0 +msgid "/Xtns/Script-Fu/Logos/SOTA Chrome..." +msgstr "" + +#: plug-ins/script-fu/scripts/speed-text.scm:0 +msgid "/Xtns/Script-Fu/Logos/Speed Text..." +msgstr "" + +#: plug-ins/script-fu/scripts/starburst-logo.scm:0 +msgid "/Xtns/Script-Fu/Logos/Starburst..." +msgstr "" + +#: plug-ins/script-fu/scripts/starscape-logo.scm:0 +msgid "/Xtns/Script-Fu/Logos/Starscape..." +msgstr "" + +#: plug-ins/script-fu/scripts/text-circle.scm:0 +msgid "/Xtns/Script-Fu/Logos/Text Circle..." +msgstr "" + +#: plug-ins/script-fu/scripts/textured-logo.scm:0 +msgid "/Xtns/Script-Fu/Logos/Textured..." +msgstr "" + +#: plug-ins/script-fu/scripts/title-header.scm:0 +msgid "/Xtns/Script-Fu/Logos/Web Title Header..." +msgstr "" + +#: plug-ins/script-fu/scripts/mkbrush.scm:0 +msgid "/Xtns/Script-Fu/Make Brush/Elliptical, Feathered..." +msgstr "" + +#: plug-ins/script-fu/scripts/mkbrush.scm:0 +msgid "/Xtns/Script-Fu/Make Brush/Elliptical..." +msgstr "" + +#: plug-ins/script-fu/scripts/mkbrush.scm:0 +msgid "/Xtns/Script-Fu/Make Brush/Rectangular, Feathered..." +msgstr "" + +#: plug-ins/script-fu/scripts/mkbrush.scm:0 +msgid "/Xtns/Script-Fu/Make Brush/Rectangular..." +msgstr "" + +#: plug-ins/script-fu/scripts/sphere.scm:0 +msgid "/Xtns/Script-Fu/Misc/Sphere..." +msgstr "" + +#: plug-ins/script-fu/scripts/3dTruchet.scm:0 +msgid "/Xtns/Script-Fu/Patterns/3D Truchet..." +msgstr "" + +#: plug-ins/script-fu/scripts/camo.scm:0 +msgid "/Xtns/Script-Fu/Patterns/Camouflage..." +msgstr "" + +#: plug-ins/script-fu/scripts/flatland.scm:0 +msgid "/Xtns/Script-Fu/Patterns/Flatland..." +msgstr "" + +#: plug-ins/script-fu/scripts/land.scm:0 +msgid "/Xtns/Script-Fu/Patterns/Land..." +msgstr "" + +#: plug-ins/script-fu/scripts/rendermap.scm:0 +msgid "/Xtns/Script-Fu/Patterns/Render Map..." +msgstr "" + +#: plug-ins/script-fu/scripts/swirltile.scm:0 +msgid "/Xtns/Script-Fu/Patterns/Swirl-Tile..." +msgstr "" + +#: plug-ins/script-fu/scripts/swirly-pattern.scm:0 +msgid "/Xtns/Script-Fu/Patterns/Swirly (tileable)..." +msgstr "" + +#: plug-ins/script-fu/scripts/trochoid.scm:0 +msgid "/Xtns/Script-Fu/Patterns/Trochoid..." +msgstr "" + +#: plug-ins/script-fu/scripts/truchet.scm:0 +msgid "/Xtns/Script-Fu/Patterns/Truchet..." +msgstr "" + +#: plug-ins/script-fu/scripts/asc2img.scm:0 +msgid "/Xtns/Script-Fu/Utils/ASCII to Image..." +msgstr "" + +#: plug-ins/script-fu/scripts/gradient-example.scm:0 +msgid "/Xtns/Script-Fu/Utils/Custom Gradient..." +msgstr "" + +#: plug-ins/script-fu/scripts/font-map.scm:0 +msgid "/Xtns/Script-Fu/Utils/Font Map..." +msgstr "" + +#: plug-ins/script-fu/scripts/alien-glow-arrow.scm:0 +msgid "/Xtns/Script-Fu/Web Page Themes/Alien Glow/Arrow..." +msgstr "" + +#: plug-ins/script-fu/scripts/alien-glow-bullet.scm:0 +msgid "/Xtns/Script-Fu/Web Page Themes/Alien Glow/Bullet..." +msgstr "" + +#: plug-ins/script-fu/scripts/alien-glow-button.scm:0 +msgid "/Xtns/Script-Fu/Web Page Themes/Alien Glow/Button..." +msgstr "" + +#: plug-ins/script-fu/scripts/alien-glow-bar.scm:0 +msgid "/Xtns/Script-Fu/Web Page Themes/Alien Glow/Hrule..." +msgstr "" + +#: plug-ins/script-fu/scripts/beveled-pattern-arrow.scm:0 +msgid "/Xtns/Script-Fu/Web Page Themes/Beveled Pattern/Arrow..." +msgstr "" + +#: plug-ins/script-fu/scripts/beveled-pattern-bullet.scm:0 +msgid "/Xtns/Script-Fu/Web Page Themes/Beveled Pattern/Bullet..." +msgstr "" + +#: plug-ins/script-fu/scripts/beveled-pattern-button.scm:0 +msgid "/Xtns/Script-Fu/Web Page Themes/Beveled Pattern/Button..." +msgstr "" + +#: plug-ins/script-fu/scripts/beveled-pattern-heading.scm:0 +msgid "/Xtns/Script-Fu/Web Page Themes/Beveled Pattern/Heading..." +msgstr "" + +#: plug-ins/script-fu/scripts/beveled-pattern-hrule.scm:0 +msgid "/Xtns/Script-Fu/Web Page Themes/Beveled Pattern/Hrule..." +msgstr "" + +#: plug-ins/script-fu/scripts/gimp-headers.scm:0 +msgid "/Xtns/Script-Fu/Web Page Themes/Gimp.Org/Big Header..." +msgstr "" + +#: plug-ins/script-fu/scripts/gimp-labels.scm:0 +msgid "" +"/Xtns/Script-Fu/Web Page Themes/Gimp.Org/General Tube Labels..." +msgstr "" + +#: plug-ins/script-fu/scripts/gimp-headers.scm:0 +msgid "/Xtns/Script-Fu/Web Page Themes/Gimp.Org/Small Header..." +msgstr "" + +#: plug-ins/script-fu/scripts/gimp-labels.scm:0 +msgid "/Xtns/Script-Fu/Web Page Themes/Gimp.Org/Tube Button Label..." +msgstr "" + +#: plug-ins/script-fu/scripts/gimp-labels.scm:0 +msgid "" +"/Xtns/Script-Fu/Web Page Themes/Gimp.Org/Tube Sub-Button Label..." +msgstr "" + +#: plug-ins/script-fu/scripts/gimp-labels.scm:0 +msgid "" +"/Xtns/Script-Fu/Web Page Themes/Gimp.Org/Tube Sub-Sub-Button " +"Label..." +msgstr "" + +#: plug-ins/webbrowser/web-browser.scm:0 +msgid "/Xtns/Web Browser/Developer FAQ" +msgstr "" + +#: plug-ins/webbrowser/web-browser.scm:0 +msgid "/Xtns/Web Browser/GIMP Bugs" +msgstr "" + +#: plug-ins/webbrowser/web-browser.scm:0 +msgid "/Xtns/Web Browser/GIMP Manual" +msgstr "" + +#: plug-ins/webbrowser/web-browser.scm:0 +msgid "/Xtns/Web Browser/GIMP News" +msgstr "" + +#: plug-ins/webbrowser/web-browser.scm:0 +msgid "/Xtns/Web Browser/GIMP Tutorials" +msgstr "" + +#: plug-ins/webbrowser/web-browser.scm:0 +msgid "/Xtns/Web Browser/GIMP.ORG/Documenation" +msgstr "" + +#: plug-ins/webbrowser/web-browser.scm:0 +msgid "/Xtns/Web Browser/GIMP.ORG/Download" +msgstr "" + +#: plug-ins/webbrowser/web-browser.scm:0 +msgid "/Xtns/Web Browser/GIMP.ORG/GIMP Art" +msgstr "" + +#: plug-ins/webbrowser/web-browser.scm:0 +msgid "/Xtns/Web Browser/GIMP.ORG/GTK" +msgstr "" + +#: plug-ins/webbrowser/web-browser.scm:0 +msgid "/Xtns/Web Browser/GIMP.ORG/Links" +msgstr "" + +#: plug-ins/webbrowser/web-browser.scm:0 +msgid "/Xtns/Web Browser/GIMP.ORG/Mailing Lists" +msgstr "" + +#: plug-ins/webbrowser/web-browser.scm:0 +msgid "/Xtns/Web Browser/GIMP.ORG/Resources" +msgstr "" + +#: plug-ins/webbrowser/web-browser.scm:0 +msgid "/Xtns/Web Browser/GIMP.ORG/The GIMP" +msgstr "" + +#: plug-ins/webbrowser/web-browser.scm:0 +msgid "/Xtns/Web Browser/Plug-In Registry" +msgstr "" + +#: plug-ins/webbrowser/web-browser.scm:0 +msgid "/Xtns/Web Browser/User FAQ" +msgstr "" + +#: plug-ins/script-fu/scripts/round-corners.scm:0 +#, fuzzy +msgid "Add Background" +msgstr "Fondo" + +#: plug-ins/script-fu/scripts/round-corners.scm:0 +msgid "Add Drop-Shadow" +msgstr "" + +#: plug-ins/script-fu/scripts/fuzzyborder.scm:0 +#, fuzzy +msgid "Add Shadow" +msgstr "Sombras" + +#: plug-ins/script-fu/scripts/drop-shadow.scm:0 +#: plug-ins/script-fu/scripts/perspective-shadow.scm:0 +#, fuzzy +msgid "Allow Resizing" +msgstr "Permitir cambio de tamaño de ventana" + +#: plug-ins/script-fu/scripts/waves-anim.scm:0 +msgid "Amplitude" +msgstr "" + +#: plug-ins/script-fu/scripts/perspective-shadow.scm:0 +msgid "Angle" +msgstr "Ángulo" + +#: plug-ins/gap/sel-to-anim-img.scm:0 +msgid "Anim-Filter for all Copies" +msgstr "" + +# //R Mejorar esto +#: plug-ins/script-fu/scripts/text-circle.scm:0 +#, fuzzy +msgid "Antialias" +msgstr "Anti-escalera" + +#: plug-ins/script-fu/scripts/fade-outline.scm:0 +#, fuzzy +msgid "Apply Generated Layermask" +msgstr "¿Aplicar máscara de capa?" + +#: plug-ins/script-fu/scripts/image-structure.scm:0 +#, fuzzy +msgid "Apply Layer Mask (or discard)" +msgstr "/Aplicar máscar de capa..." + +#: plug-ins/script-fu/scripts/gimp-headers.scm:0 +#, fuzzy +msgid "AutoCrop" +msgstr "Recortar" + +#: plug-ins/script-fu/scripts/clothify.scm:0 +#: plug-ins/script-fu/scripts/swirltile.scm:0 +msgid "Azimuth" +msgstr "" + +#: plug-ins/script-fu/scripts/hsv-graph.scm:0 +#, fuzzy +msgid "BG Opacity" +msgstr "Opacidad" + +#: plug-ins/script-fu/scripts/3dTruchet.scm:0 +#: plug-ins/script-fu/scripts/alien-glow-arrow.scm:0 +#: plug-ins/script-fu/scripts/alien-glow-bar.scm:0 +#: plug-ins/script-fu/scripts/alien-glow-bullet.scm:0 +#: plug-ins/script-fu/scripts/alien-glow-button.scm:0 +#: plug-ins/script-fu/scripts/alien-neon-logo.scm:0 +#: plug-ins/script-fu/scripts/asc2img.scm:0 +#: plug-ins/script-fu/scripts/basic1-logo.scm:0 +#: plug-ins/script-fu/scripts/basic2-logo.scm:0 +#: plug-ins/script-fu/scripts/blended-logo.scm:0 +#: plug-ins/script-fu/scripts/bovinated-logo.scm:0 +#: plug-ins/script-fu/scripts/chalk.scm:0 +#: plug-ins/script-fu/scripts/chrome-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/frosty-logo.scm:0 +#: plug-ins/script-fu/scripts/gimp-labels.scm:0 +#: plug-ins/script-fu/scripts/glossy.scm:0 +#: plug-ins/script-fu/scripts/glowing-logo.scm:0 +#: plug-ins/script-fu/scripts/gradient-bevel-logo.scm:0 +#: plug-ins/script-fu/scripts/image-structure.scm:0 +#: plug-ins/script-fu/scripts/neon-logo.scm:0 +#: plug-ins/script-fu/scripts/news-text.scm:0 +#: plug-ins/script-fu/scripts/speed-text.scm:0 +#: plug-ins/script-fu/scripts/sphere.scm:0 +#: plug-ins/script-fu/scripts/starburst-logo.scm:0 +#: plug-ins/script-fu/scripts/swirltile.scm:0 +#: plug-ins/script-fu/scripts/t-o-p-logo.scm:0 +#: plug-ins/script-fu/scripts/textured-logo.scm:0 +#: plug-ins/script-fu/scripts/truchet.scm:0 +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 +msgid "Background Image" +msgstr "Fondo" + +#: plug-ins/script-fu/scripts/alien-glow-bar.scm:0 +#, fuzzy +msgid "Bar Height" +msgstr "Altura máx.:" + +#: plug-ins/script-fu/scripts/alien-glow-bar.scm:0 +msgid "Bar Length" +msgstr "" + +#: plug-ins/script-fu/scripts/t-o-p-logo.scm:0 +#, fuzzy +msgid "Base Color" +msgstr "Color RGB" + +#: plug-ins/script-fu/scripts/trochoid.scm:0 +msgid "Base Radius (pixel)" +msgstr "" + +#: plug-ins/script-fu/scripts/gradient-bevel-logo.scm:0 +msgid "Bevel Height (Sharpness)" +msgstr "" + +#: plug-ins/script-fu/scripts/beveled-button.scm:0 +#: plug-ins/script-fu/scripts/gradient-bevel-logo.scm:0 +#: plug-ins/script-fu/scripts/pupi-button.scm:0 +#, fuzzy +msgid "Bevel Width" +msgstr "Nueva anchura:" + +#: plug-ins/script-fu/scripts/glossy.scm:0 +msgid "Blend Gradient (Outline)" +msgstr "" + +#: plug-ins/script-fu/scripts/glossy.scm:0 +#, fuzzy +msgid "Blend Gradient (Text)" +msgstr "Borrar gradiente" + +#: plug-ins/script-fu/scripts/blended-logo.scm:0 +#, fuzzy +msgid "Blend Mode" +msgstr "Gradiente: " + +#: plug-ins/script-fu/scripts/3dTruchet.scm:0 +#: plug-ins/script-fu/scripts/truchet.scm:0 +#, fuzzy +msgid "Block Size" +msgstr "Tamaño de ajedrez:" + +#: plug-ins/script-fu/scripts/chip-away.scm:0 +msgid "Blur Amount" +msgstr "" + +#: plug-ins/script-fu/scripts/fuzzyborder.scm:0 +#, fuzzy +msgid "Blur Border" +msgstr "Borde:" + +#: plug-ins/script-fu/scripts/tileblur.scm:0 +msgid "Blur Horizontally" +msgstr "" + +#: plug-ins/script-fu/scripts/drop-shadow.scm:0 +#: plug-ins/script-fu/scripts/news-text.scm:0 +#: plug-ins/script-fu/scripts/perspective-shadow.scm:0 +#: plug-ins/script-fu/scripts/round-corners.scm:0 +#: plug-ins/script-fu/scripts/swirltile.scm:0 +msgid "Blur Radius" +msgstr "" + +#: plug-ins/script-fu/scripts/tileblur.scm:0 +msgid "Blur Type: TRUE=RLE, FALSE=IIR" +msgstr "" + +#: plug-ins/script-fu/scripts/tileblur.scm:0 +msgid "Blur Vertically" +msgstr "" + +#: plug-ins/script-fu/scripts/clothify.scm:0 +#, fuzzy +msgid "Blur X" +msgstr "Emborronar" + +#: plug-ins/script-fu/scripts/clothify.scm:0 +#, fuzzy +msgid "Blur Y" +msgstr "Emborronar" + +#: plug-ins/script-fu/scripts/addborder.scm:0 +#, fuzzy +msgid "Border Color" +msgstr "Color Verdadero" + +#: plug-ins/script-fu/scripts/fade-outline.scm:0 +#: plug-ins/script-fu/scripts/fuzzyborder.scm:0 +msgid "Border Size" +msgstr "" + +#: plug-ins/script-fu/scripts/addborder.scm:0 +#, fuzzy +msgid "Border X Size" +msgstr "Selección de borde" + +#: plug-ins/script-fu/scripts/addborder.scm:0 +#, fuzzy +msgid "Border Y Size" +msgstr "Selección de borde" + +#: plug-ins/script-fu/scripts/font-map.scm:0 +#: plug-ins/script-fu/scripts/old_photo.scm:0 +msgid "Border" +msgstr "" + +#: plug-ins/script-fu/scripts/asc2img.scm:0 +msgid "Buffer Amount (% Height of Text)" +msgstr "" + +#: plug-ins/script-fu/scripts/3d-outline.scm:0 +msgid "Bumpmap (Alpha Layer) Blur Radius" +msgstr "" + +#: plug-ins/script-fu/scripts/starburst-logo.scm:0 +#, fuzzy +msgid "Burst Color" +msgstr "Color RGB" + +#: plug-ins/script-fu/scripts/carved-logo.scm:0 +msgid "Carve Raised Text" +msgstr "" + +#: plug-ins/script-fu/scripts/carve-it.scm:0 +msgid "Carve White Areas" +msgstr "" + +#: plug-ins/script-fu/scripts/news-text.scm:0 +msgid "Cell Size (pixels)" +msgstr "" + +#: plug-ins/script-fu/scripts/chalk.scm:0 +#, fuzzy +msgid "Chalk Color" +msgstr "Color" + +#: plug-ins/script-fu/scripts/chip-away.scm:0 +msgid "Chip Amount" +msgstr "" + +#: plug-ins/script-fu/scripts/chrome-it.scm:0 +#: plug-ins/script-fu/scripts/sota-chrome-logo.scm:0 +#, fuzzy +msgid "Chrome Balance" +msgstr "Balance de color" + +#: plug-ins/script-fu/scripts/chrome-it.scm:0 +#: plug-ins/script-fu/scripts/crystal-logo.scm:0 +#: plug-ins/script-fu/scripts/sota-chrome-logo.scm:0 +#, fuzzy +msgid "Chrome Factor" +msgstr "Factor" + +#: plug-ins/script-fu/scripts/chrome-it.scm:0 +#: plug-ins/script-fu/scripts/sota-chrome-logo.scm:0 +#, fuzzy +msgid "Chrome Lightness" +msgstr "Luminosidad" + +#: plug-ins/script-fu/scripts/chrome-it.scm:0 +#: plug-ins/script-fu/scripts/sota-chrome-logo.scm:0 +#, fuzzy +msgid "Chrome Saturation" +msgstr "Saturación" + +#: plug-ins/script-fu/scripts/chrome-it.scm:0 +msgid "Chrome White Areas" +msgstr "" + +#: plug-ins/script-fu/scripts/circuit.scm:0 +msgid "Circuit Seed" +msgstr "" + +#: plug-ins/script-fu/scripts/fade-outline.scm:0 +msgid "Clear Unselected Maskarea" +msgstr "" + +#: plug-ins/script-fu/scripts/camo.scm:0 +#, fuzzy +msgid "Color 1" +msgstr "Color" + +#: plug-ins/script-fu/scripts/camo.scm:0 +#, fuzzy +msgid "Color 2" +msgstr "Color" + +#: plug-ins/script-fu/scripts/camo.scm:0 +#, fuzzy +msgid "Color 3" +msgstr "Color" + +#: plug-ins/script-fu/scripts/drop-shadow.scm:0 +#: plug-ins/script-fu/scripts/fuzzyborder.scm:0 +#: plug-ins/script-fu/scripts/perspective-shadow.scm:0 +msgid "Color" +msgstr "Color" + +#: plug-ins/script-fu/scripts/image-structure.scm:0 +msgid "Create New Image" +msgstr "" + +#: plug-ins/script-fu/scripts/neon-logo.scm:0 +#, fuzzy +msgid "Create Shadow" +msgstr "Sombras" + +#: plug-ins/script-fu/scripts/gimp-headers.scm:0 +#, fuzzy +msgid "Dark Color" +msgstr "Color Directo" + +#: plug-ins/script-fu/scripts/coffee.scm:0 +msgid "" +"Darken Only\n" +"(Better, but only for Images with alot of White)" +msgstr "" + +#: plug-ins/script-fu/scripts/3d-outline.scm:0 +#: plug-ins/script-fu/scripts/glossy.scm:0 +msgid "Default Bumpmap Settings" +msgstr "" + +#: plug-ins/script-fu/scripts/old_photo.scm:0 +msgid "Defocus" +msgstr "" + +#: plug-ins/script-fu/scripts/addborder.scm:0 +msgid "Delta Value on Color" +msgstr "" + +#: plug-ins/script-fu/scripts/news-text.scm:0 +#: plug-ins/script-fu/scripts/speed-text.scm:0 +#, fuzzy +msgid "Density (%)" +msgstr "Densidad" + +#: plug-ins/script-fu/scripts/clothify.scm:0 +#: plug-ins/script-fu/scripts/swirltile.scm:0 +#, fuzzy +msgid "Depth" +msgstr "Profundidad máxima:" + +#: plug-ins/script-fu/scripts/mkbrush.scm:0 +#: plug-ins/script-fu/scripts/select_to_brush.scm:0 +#, fuzzy +msgid "Description" +msgstr "Opciones de tramado" + +#: plug-ins/script-fu/scripts/flatland.scm:0 +#: plug-ins/script-fu/scripts/land.scm:0 +#, fuzzy +msgid "Detail Level" +msgstr "Cargar niveles" + +#: plug-ins/script-fu/scripts/beveled-pattern-bullet.scm:0 +#, fuzzy +msgid "Diameter" +msgstr "milímetro" + +#: plug-ins/script-fu/scripts/xach-effect.scm:0 +msgid "Drop Shadow Blur Radius" +msgstr "" + +#: plug-ins/script-fu/scripts/xach-effect.scm:0 +msgid "Drop Shadow Color" +msgstr "" + +#: plug-ins/script-fu/scripts/xach-effect.scm:0 +msgid "Drop Shadow Opacity" +msgstr "" + +#: plug-ins/script-fu/scripts/xach-effect.scm:0 +msgid "Drop Shadow X Offset" +msgstr "" + +#: plug-ins/script-fu/scripts/xach-effect.scm:0 +msgid "Drop Shadow Y Offset" +msgstr "" + +#: plug-ins/script-fu/scripts/chip-away.scm:0 +msgid "Drop Shadow" +msgstr "" + +#: plug-ins/script-fu/scripts/predator.scm:0 +msgid "Edge Amount" +msgstr "" + +#: plug-ins/script-fu/scripts/t-o-p-logo.scm:0 +#, fuzzy +msgid "Edge Only" +msgstr "Clarear sólo" + +#: plug-ins/script-fu/scripts/round-corners.scm:0 +#, fuzzy +msgid "Edge Radius" +msgstr "Radio:" + +#: plug-ins/script-fu/scripts/t-o-p-logo.scm:0 +#, fuzzy +msgid "Edge Width" +msgstr "Nueva anchura:" + +#: plug-ins/script-fu/scripts/clothify.scm:0 +#: plug-ins/script-fu/scripts/swirltile.scm:0 +#, fuzzy +msgid "Elevation" +msgstr "Relación de flujo:" + +#: plug-ins/script-fu/scripts/3dTruchet.scm:0 +#: plug-ins/script-fu/scripts/blended-logo.scm:0 +#, fuzzy +msgid "End Blend" +msgstr "Gradiente" + +#: plug-ins/script-fu/scripts/hsv-graph.scm:0 +msgid "End X" +msgstr "" + +#: plug-ins/script-fu/scripts/hsv-graph.scm:0 +msgid "End Y" +msgstr "" + +#: plug-ins/script-fu/scripts/textured-logo.scm:0 +msgid "Ending Blend" +msgstr "" + +#: plug-ins/script-fu/scripts/chrome-it.scm:0 +#: plug-ins/script-fu/scripts/crystal-logo.scm:0 +#: plug-ins/script-fu/scripts/sota-chrome-logo.scm:0 +#, fuzzy +msgid "Environment Map" +msgstr "Entorno" + +#: plug-ins/script-fu/scripts/trochoid.scm:0 +msgid "Erase before Draw" +msgstr "" + +#: plug-ins/script-fu/scripts/erase-rows.scm:0 +#, fuzzy +msgid "Even/Odd" +msgstr "Extendido" + +#: plug-ins/script-fu/scripts/alien-neon-logo.scm:0 +msgid "Fade Away" +msgstr "" + +#: plug-ins/script-fu/scripts/fade-outline.scm:0 +#, fuzzy +msgid "Fade From %" +msgstr "Falló la lectura desde %s" + +#: plug-ins/script-fu/scripts/fade-outline.scm:0 +msgid "Fade To %" +msgstr "" + +#: plug-ins/script-fu/scripts/mkbrush.scm:0 +#, fuzzy +msgid "Feathering" +msgstr "Difuminar" + +#: plug-ins/script-fu/scripts/asc2img.scm:0 +#: plug-ins/script-fu/scripts/select_to_brush.scm:0 +#, fuzzy +msgid "Filename" +msgstr "/Fichero/Guardar" + +#: plug-ins/script-fu/scripts/text-circle.scm:0 +#, fuzzy +msgid "Fill Angle" +msgstr "Ángulo" + +#: plug-ins/script-fu/scripts/chip-away.scm:0 +#, fuzzy +msgid "Fill BG with Pattern" +msgstr "Rellenar con un color o patrón" + +#: plug-ins/gap/sel-to-anim-img.scm:0 +#, fuzzy +msgid "Fill with BG Color" +msgstr "Rellenar con un gradiente de colores" + +#: plug-ins/script-fu/scripts/alien-glow-arrow.scm:0 +#: plug-ins/script-fu/scripts/alien-glow-bar.scm:0 +#: plug-ins/script-fu/scripts/alien-glow-bullet.scm:0 +#: 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" + +#: plug-ins/script-fu/scripts/slide.scm:0 +#, fuzzy +msgid "Font Color" +msgstr "Color Frente" + +#: plug-ins/script-fu/scripts/3d-outline.scm:0 +#: plug-ins/script-fu/scripts/alien-glow-button.scm:0 +#: plug-ins/script-fu/scripts/alien-glow-logo.scm:0 +#: plug-ins/script-fu/scripts/alien-neon-logo.scm:0 +#: plug-ins/script-fu/scripts/asc2img.scm:0 +#: plug-ins/script-fu/scripts/basic1-logo.scm:0 +#: plug-ins/script-fu/scripts/basic2-logo.scm:0 +#: plug-ins/script-fu/scripts/beveled-button.scm:0 +#: plug-ins/script-fu/scripts/beveled-pattern-button.scm:0 +#: plug-ins/script-fu/scripts/beveled-pattern-heading.scm:0 +#: plug-ins/script-fu/scripts/blended-logo.scm:0 +#: plug-ins/script-fu/scripts/bovinated-logo.scm:0 +#: plug-ins/script-fu/scripts/carved-logo.scm:0 +#: plug-ins/script-fu/scripts/chalk.scm:0 +#: plug-ins/script-fu/scripts/chip-away.scm:0 +#: plug-ins/script-fu/scripts/chrome-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/crystal-logo.scm:0 +#: plug-ins/script-fu/scripts/font-map.scm:0 +#: plug-ins/script-fu/scripts/frosty-logo.scm:0 +#: plug-ins/script-fu/scripts/gimp-headers.scm:0 +#: plug-ins/script-fu/scripts/gimp-labels.scm:0 +#: plug-ins/script-fu/scripts/glossy.scm:0 +#: plug-ins/script-fu/scripts/glowing-logo.scm:0 +#: plug-ins/script-fu/scripts/gradient-bevel-logo.scm:0 +#: plug-ins/script-fu/scripts/i26-gunya2.scm:0 +#: plug-ins/script-fu/scripts/neon-logo.scm:0 +#: plug-ins/script-fu/scripts/news-text.scm:0 +#: plug-ins/script-fu/scripts/pupi-button.scm:0 +#: plug-ins/script-fu/scripts/sota-chrome-logo.scm:0 +#: plug-ins/script-fu/scripts/speed-text.scm:0 +#: plug-ins/script-fu/scripts/starburst-logo.scm:0 +#: plug-ins/script-fu/scripts/starscape-logo.scm:0 +#: plug-ins/script-fu/scripts/t-o-p-logo.scm:0 +#: plug-ins/script-fu/scripts/text-circle.scm:0 +#: plug-ins/script-fu/scripts/textured-logo.scm:0 +#: plug-ins/script-fu/scripts/title-header.scm:0 +msgid "Font Size (pixels)" +msgstr "" + +#: plug-ins/script-fu/scripts/3d-outline.scm:0 +#: plug-ins/script-fu/scripts/alien-glow-logo.scm:0 +#: plug-ins/script-fu/scripts/alien-neon-logo.scm:0 +#: plug-ins/script-fu/scripts/asc2img.scm:0 +#: plug-ins/script-fu/scripts/basic1-logo.scm:0 +#: plug-ins/script-fu/scripts/basic2-logo.scm:0 +#: plug-ins/script-fu/scripts/beveled-button.scm:0 +#: plug-ins/script-fu/scripts/beveled-pattern-button.scm:0 +#: plug-ins/script-fu/scripts/beveled-pattern-heading.scm:0 +#: plug-ins/script-fu/scripts/blended-logo.scm:0 +#: plug-ins/script-fu/scripts/bovinated-logo.scm:0 +#: plug-ins/script-fu/scripts/carved-logo.scm:0 +#: plug-ins/script-fu/scripts/chalk.scm:0 +#: plug-ins/script-fu/scripts/chip-away.scm:0 +#: plug-ins/script-fu/scripts/chrome-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/crystal-logo.scm:0 +#: plug-ins/script-fu/scripts/frosty-logo.scm:0 +#: plug-ins/script-fu/scripts/gimp-headers.scm:0 +#: plug-ins/script-fu/scripts/gimp-labels.scm:0 +#: plug-ins/script-fu/scripts/glossy.scm:0 +#: plug-ins/script-fu/scripts/glowing-logo.scm:0 +#: plug-ins/script-fu/scripts/gradient-bevel-logo.scm:0 +#: plug-ins/script-fu/scripts/i26-gunya2.scm:0 +#: plug-ins/script-fu/scripts/neon-logo.scm:0 +#: plug-ins/script-fu/scripts/news-text.scm:0 +#: plug-ins/script-fu/scripts/pupi-button.scm:0 +#: plug-ins/script-fu/scripts/slide.scm:0 +#: plug-ins/script-fu/scripts/sota-chrome-logo.scm:0 +#: plug-ins/script-fu/scripts/speed-text.scm:0 +#: plug-ins/script-fu/scripts/starburst-logo.scm:0 +#: plug-ins/script-fu/scripts/starscape-logo.scm:0 +#: plug-ins/script-fu/scripts/t-o-p-logo.scm:0 +#: plug-ins/script-fu/scripts/text-circle.scm:0 +#: plug-ins/script-fu/scripts/textured-logo.scm:0 +#: plug-ins/script-fu/scripts/title-header.scm:0 +#, fuzzy +msgid "Font" +msgstr "punto" + +#: plug-ins/script-fu/scripts/font-map.scm:0 +#, fuzzy +msgid "Fonts" +msgstr "puntos" + +#: plug-ins/script-fu/scripts/truchet.scm:0 +msgid "Foreground Color" +msgstr "" + +#: plug-ins/script-fu/scripts/i26-gunya2.scm:0 +#, fuzzy +msgid "Frame Color" +msgstr "Color Verdadero" + +#: plug-ins/script-fu/scripts/i26-gunya2.scm:0 +#, fuzzy +msgid "Frame Size" +msgstr "Tamaño de muestra:" + +#: plug-ins/script-fu/scripts/spinning_globe.scm:0 +#, fuzzy +msgid "Frames" +msgstr "Libre" + +#: plug-ins/script-fu/scripts/hsv-graph.scm:0 +msgid "From Top-Left to Bottom-Right" +msgstr "" + +#: plug-ins/script-fu/scripts/alien-glow-arrow.scm:0 +#: plug-ins/script-fu/scripts/alien-glow-bar.scm:0 +#: plug-ins/script-fu/scripts/alien-glow-bullet.scm:0 +#: plug-ins/script-fu/scripts/alien-glow-button.scm:0 +#: plug-ins/script-fu/scripts/alien-glow-logo.scm:0 +#: plug-ins/script-fu/scripts/alien-neon-logo.scm:0 +#: plug-ins/script-fu/scripts/neon-logo.scm:0 +#: plug-ins/script-fu/scripts/starscape-logo.scm:0 +#, fuzzy +msgid "Glow Color" +msgstr "Color RGB" + +#: plug-ins/script-fu/scripts/alien-glow-button.scm:0 +#, fuzzy +msgid "Glow Radius" +msgstr "Radio:" + +#: 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 +#: plug-ins/script-fu/scripts/rendermap.scm:0 +msgid "Gradient" +msgstr "Gradiente" + +#: plug-ins/script-fu/scripts/camo.scm:0 +msgid "Granularity (0 - 15)" +msgstr "" + +#: plug-ins/script-fu/scripts/distress_selection.scm:0 +#: plug-ins/script-fu/scripts/fuzzyborder.scm:0 +msgid "Granularity (1 is Low)" +msgstr "" + +#: plug-ins/script-fu/scripts/rendermap.scm:0 +#, fuzzy +msgid "Granularity" +msgstr "Gris sólo" + +#: plug-ins/script-fu/scripts/hsv-graph.scm:0 +#, fuzzy +msgid "Graph Scale" +msgstr "Escala de grises" + +#: plug-ins/script-fu/scripts/grid-system.scm:0 +msgid "Grids X" +msgstr "" + +#: plug-ins/script-fu/scripts/grid-system.scm:0 +msgid "Grids Y" +msgstr "" + +#: plug-ins/script-fu/scripts/beveled-pattern-hrule.scm:0 +#: plug-ins/script-fu/scripts/gimp-labels.scm:0 +#: plug-ins/script-fu/scripts/gradient-example.scm:0 +#: plug-ins/script-fu/scripts/mkbrush.scm:0 +#: plug-ins/script-fu/scripts/swirltile.scm:0 +msgid "Height" +msgstr "Altura" + +#: plug-ins/script-fu/scripts/chrome-it.scm:0 +#: plug-ins/script-fu/scripts/sota-chrome-logo.scm:0 +#, fuzzy +msgid "Highlight Balance" +msgstr "Puntos de luz" + +#: plug-ins/script-fu/scripts/gimp-headers.scm:0 +#: plug-ins/script-fu/scripts/xach-effect.scm:0 +#, fuzzy +msgid "Highlight Color" +msgstr "Puntos de luz" + +#: plug-ins/script-fu/scripts/xach-effect.scm:0 +#, fuzzy +msgid "Highlight X Offset" +msgstr "Puntos de luz" + +#: plug-ins/script-fu/scripts/xach-effect.scm:0 +#, fuzzy +msgid "Highlight Y Offset" +msgstr "Puntos de luz" + +#: plug-ins/script-fu/scripts/t-o-p-logo.scm:0 +#, fuzzy +msgid "Hit Rate" +msgstr "Tasa" + +#: plug-ins/script-fu/scripts/trochoid.scm:0 +#, fuzzy +msgid "Hue Rate" +msgstr "Tasa" + +#: plug-ins/script-fu/scripts/flatland.scm:0 +#: plug-ins/script-fu/scripts/land.scm:0 +#, fuzzy +msgid "Image Height" +msgstr "Altura máx.:" + +#: plug-ins/script-fu/scripts/camo.scm:0 +#: plug-ins/script-fu/scripts/rendermap.scm:0 +msgid "Image Size" +msgstr "" + +#: plug-ins/script-fu/scripts/flatland.scm:0 +#: plug-ins/script-fu/scripts/land.scm:0 +#, fuzzy +msgid "Image Width" +msgstr "Ventanas de imagen" + +#: plug-ins/script-fu/scripts/carve-it.scm:0 +#, fuzzy +msgid "Image to Carve" +msgstr "Imagen origen" + +#: plug-ins/script-fu/scripts/gimp-headers.scm:0 +#: plug-ins/script-fu/scripts/gimp-labels.scm:0 +#, fuzzy +msgid "Index Image" +msgstr "Nueva imagen" + +#: plug-ins/script-fu/scripts/spinning_globe.scm:0 +msgid "Index to n Colors (0 = Remain RGB)" +msgstr "" + +#: plug-ins/script-fu/scripts/image-structure.scm:0 +#, fuzzy +msgid "Insert Layer Names" +msgstr "Nombre de la Capa:" + +#: plug-ins/script-fu/scripts/blend-anim.scm:0 +msgid "Intermediate Frames" +msgstr "" + +#: plug-ins/script-fu/scripts/perspective-shadow.scm:0 +#, fuzzy +msgid "Interpolate" +msgstr "Tipo de interpolación:" + +#: plug-ins/script-fu/scripts/waves-anim.scm:0 +#, fuzzy +msgid "Invert direction" +msgstr "/Interseccionar con selección" + +#: plug-ins/script-fu/scripts/chip-away.scm:0 +msgid "Invert" +msgstr "" + +#: plug-ins/script-fu/scripts/chip-away.scm:0 +#, fuzzy +msgid "Keep Background" +msgstr "Fondo" + +#: plug-ins/script-fu/scripts/add-bevel.scm:0 +#: plug-ins/script-fu/scripts/chip-away.scm:0 +msgid "Keep Bump Layer" +msgstr "" + +#: plug-ins/script-fu/scripts/circuit.scm:0 +#: plug-ins/script-fu/scripts/lava.scm:0 +#: plug-ins/script-fu/scripts/predator.scm:0 +#: plug-ins/script-fu/scripts/xach-effect.scm:0 +#, fuzzy +msgid "Keep Selection" +msgstr "Selección Bèzier" + +#: plug-ins/script-fu/scripts/land.scm:0 +#, fuzzy +msgid "Land Height" +msgstr "Altura mín.:" + +#: plug-ins/script-fu/scripts/sphere.scm:0 +msgid "Lighting (degrees)" +msgstr "" + +#: plug-ins/script-fu/scripts/blend-anim.scm:0 +#, fuzzy +msgid "Looped" +msgstr "Cargar" + +#: plug-ins/script-fu/scripts/pupi-button.scm:0 +msgid "Lower Color (Active)" +msgstr "" + +#: plug-ins/script-fu/scripts/pupi-button.scm:0 +#, fuzzy +msgid "Lower Color" +msgstr "Hundir Canal" + +#: plug-ins/script-fu/scripts/beveled-button.scm:0 +msgid "Lower-Right color" +msgstr "" + +#: plug-ins/script-fu/scripts/image-structure.scm:0 +#, fuzzy +msgid "Make New Background" +msgstr "Fondo" + +#: plug-ins/script-fu/scripts/unsharp-mask.scm:0 +#, fuzzy +msgid "Mask Opacity" +msgstr "Opacidad de Máscara:" + +#: plug-ins/script-fu/scripts/unsharp-mask.scm:0 +#, fuzzy +msgid "Mask Size" +msgstr "Tamaño" + +#: plug-ins/script-fu/scripts/blend-anim.scm:0 +msgid "Max. Blur Radius" +msgstr "" + +#: plug-ins/script-fu/scripts/textured-logo.scm:0 +msgid "" +"Mosaic Tile Type\n" +"Squares 0, Hex 1, Oct 2" +msgstr "" + +#: plug-ins/script-fu/scripts/old_photo.scm:0 +#, fuzzy +msgid "Mottle" +msgstr "Rotar" + +#: plug-ins/script-fu/scripts/circuit.scm:0 +msgid "No Background (only for separate layer)" +msgstr "" + +#: plug-ins/script-fu/scripts/pupi-button.scm:0 +msgid "Not Pressed (Active)" +msgstr "" + +#: plug-ins/script-fu/scripts/pupi-button.scm:0 +#, fuzzy +msgid "Not Pressed" +msgstr "Presión" + +#: plug-ins/script-fu/scripts/alien-neon-logo.scm:0 +msgid "Number of Bands" +msgstr "" + +#: plug-ins/script-fu/scripts/gimp-headers.scm:0 +#: plug-ins/script-fu/scripts/gimp-labels.scm:0 +msgid "Number of Colors" +msgstr "" + +#: plug-ins/gap/sel-to-anim-img.scm:0 +msgid "Number of Copies" +msgstr "" + +#: plug-ins/script-fu/scripts/ripply-anim.scm:0 +#: plug-ins/script-fu/scripts/waves-anim.scm:0 +msgid "Number of Frames" +msgstr "" + +#: plug-ins/script-fu/scripts/line-nova.scm:0 +msgid "Number of Lines" +msgstr "" + +#: plug-ins/script-fu/scripts/swirly-pattern.scm:0 +#, fuzzy +msgid "Number of Times to Whirl" +msgstr "Número de procesadores a usar:" + +#: plug-ins/script-fu/scripts/3dTruchet.scm:0 +#: plug-ins/script-fu/scripts/truchet.scm:0 +msgid "Number of X Tiles" +msgstr "" + +#: plug-ins/script-fu/scripts/3dTruchet.scm:0 +#: plug-ins/script-fu/scripts/truchet.scm:0 +msgid "Number of Y Tiles" +msgstr "" + +#: plug-ins/script-fu/scripts/slide.scm:0 +#, fuzzy +msgid "Number" +msgstr "Nombre" + +#: plug-ins/script-fu/scripts/line-nova.scm:0 +#, fuzzy +msgid "Offset Radius" +msgstr "Desplazamiento X" + +#: plug-ins/script-fu/scripts/drop-shadow.scm:0 +#: plug-ins/script-fu/scripts/gimp-labels.scm:0 +#, fuzzy +msgid "Offset X" +msgstr "Desplazamiento X" + +#: plug-ins/script-fu/scripts/drop-shadow.scm:0 +#: plug-ins/script-fu/scripts/gimp-labels.scm:0 +#, fuzzy +msgid "Offset Y" +msgstr "Desplazamiento" + +#: plug-ins/script-fu/scripts/circuit.scm:0 +msgid "Oilify Mask Size" +msgstr "" + +#: plug-ins/script-fu/scripts/drop-shadow.scm:0 +#: plug-ins/script-fu/scripts/perspective-shadow.scm:0 +#: plug-ins/script-fu/scripts/xach-effect.scm:0 +msgid "Opacity" +msgstr "Opacidad" + +#: plug-ins/script-fu/scripts/alien-glow-arrow.scm:0 +#: plug-ins/script-fu/scripts/beveled-pattern-arrow.scm:0 +msgid "Orientation" +msgstr "" + +#: plug-ins/script-fu/scripts/image-structure.scm:0 +msgid "Outer Border (>= 0)" +msgstr "" + +#: plug-ins/script-fu/scripts/3d-outline.scm:0 +msgid "Outline Blur Radius" +msgstr "" + +#: plug-ins/script-fu/scripts/comic-logo.scm:0 +#, fuzzy +msgid "Outline Color" +msgstr "Color Verdadero" + +#: plug-ins/script-fu/scripts/comic-logo.scm:0 +#: plug-ins/script-fu/scripts/glossy.scm:0 +msgid "Outline Size" +msgstr "" + +#: plug-ins/script-fu/scripts/image-structure.scm:0 +#, fuzzy +msgid "Pad Color" +msgstr "Pseudocolor" + +#: plug-ins/script-fu/scripts/image-structure.scm:0 +#, fuzzy +msgid "Pad Opacity [0:100]" +msgstr "Opacidad de Máscara:" + +#: plug-ins/script-fu/scripts/carved-logo.scm:0 +msgid "Padding Around Text" +msgstr "" + +#: plug-ins/script-fu/scripts/pupi-button.scm:0 +msgid "Padding X" +msgstr "" + +#: plug-ins/script-fu/scripts/pupi-button.scm:0 +msgid "Padding Y" +msgstr "" + +#: plug-ins/script-fu/scripts/image-structure.scm:0 +msgid "Padding for Transparent Regions" +msgstr "" + +#: plug-ins/script-fu/scripts/alien-glow-button.scm:0 +#: plug-ins/script-fu/scripts/beveled-button.scm:0 +msgid "Padding" +msgstr "" + +#: plug-ins/script-fu/scripts/glossy.scm:0 +#, fuzzy +msgid "Pattern (Outline)" +msgstr "Selección de Patrón" + +#: plug-ins/script-fu/scripts/glossy.scm:0 +#, fuzzy +msgid "Pattern (Overlay)" +msgstr "Relleno con Patrón" + +#: plug-ins/script-fu/scripts/glossy.scm:0 +#, fuzzy +msgid "Pattern (Text)" +msgstr "Interfaz de Patrones" + +#: plug-ins/script-fu/scripts/3d-outline.scm:0 +#: plug-ins/script-fu/scripts/beveled-pattern-arrow.scm:0 +#: plug-ins/script-fu/scripts/beveled-pattern-bullet.scm:0 +#: plug-ins/script-fu/scripts/beveled-pattern-button.scm:0 +#: 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 +msgid "Pattern" +msgstr "" + +#: plug-ins/script-fu/scripts/trochoid.scm:0 +msgid "Pen Rad. / Wheel Rad. [0.0:1.0]" +msgstr "" + +#: plug-ins/script-fu/scripts/predator.scm:0 +#, fuzzy +msgid "Pixel Amount" +msgstr "Dimensiones en píxeles" + +#: plug-ins/script-fu/scripts/predator.scm:0 +msgid "Pixelize" +msgstr "" + +#: plug-ins/script-fu/scripts/beveled-button.scm:0 +#: plug-ins/script-fu/scripts/beveled-pattern-button.scm:0 +#: plug-ins/script-fu/scripts/pupi-button.scm:0 +#, fuzzy +msgid "Pressed" +msgstr "Presión" + +#: plug-ins/script-fu/scripts/swirly-pattern.scm:0 +msgid "Quarter Size" +msgstr "" + +#: plug-ins/script-fu/scripts/sphere.scm:0 +msgid "Radius (pixels)" +msgstr "" + +#: plug-ins/script-fu/scripts/alien-glow-bullet.scm:0 +#: plug-ins/script-fu/scripts/text-circle.scm:0 +#: plug-ins/script-fu/scripts/tileblur.scm:0 +msgid "Radius" +msgstr "" + +#: plug-ins/script-fu/scripts/flatland.scm:0 +#: plug-ins/script-fu/scripts/land.scm:0 +msgid "Random Seed" +msgstr "" + +#: plug-ins/script-fu/scripts/line-nova.scm:0 +#, fuzzy +msgid "Randomness" +msgstr "Dureza:" + +#: plug-ins/script-fu/scripts/perspective-shadow.scm:0 +msgid "Relative Distance of Horizon" +msgstr "" + +#: plug-ins/script-fu/scripts/perspective-shadow.scm:0 +msgid "Relative Length of Shadow" +msgstr "" + +#: plug-ins/script-fu/scripts/selection-round.scm:0 +msgid "Relative Radius" +msgstr "" + +#: plug-ins/script-fu/scripts/gimp-headers.scm:0 +#: plug-ins/script-fu/scripts/gimp-labels.scm:0 +#, fuzzy +msgid "Remove Background" +msgstr "Fondo" + +#: plug-ins/script-fu/scripts/weave.scm:0 +#, fuzzy +msgid "Ribbon Spacing" +msgstr "Espaciado:" + +#: plug-ins/script-fu/scripts/weave.scm:0 +msgid "Ribbon Width" +msgstr "" + +#: plug-ins/script-fu/scripts/ripply-anim.scm:0 +msgid "Rippling Strength" +msgstr "" + +#: plug-ins/script-fu/scripts/lava.scm:0 +#: plug-ins/script-fu/scripts/swirltile.scm:0 +msgid "Roughness" +msgstr "" + +#: plug-ins/script-fu/scripts/pupi-button.scm:0 +#, fuzzy +msgid "Round Ratio" +msgstr "Rotación" + +#: plug-ins/script-fu/scripts/erase-rows.scm:0 +msgid "Rows/Cols" +msgstr "" + +#: plug-ins/script-fu/scripts/flatland.scm:0 +#: plug-ins/script-fu/scripts/land.scm:0 +#, fuzzy +msgid "Scale X" +msgstr "Escalar" + +#: plug-ins/script-fu/scripts/flatland.scm:0 +#: plug-ins/script-fu/scripts/land.scm:0 +#, fuzzy +msgid "Scale Y" +msgstr "Escalar" + +#: plug-ins/script-fu/scripts/lava.scm:0 +#, fuzzy +msgid "Seed" +msgstr "Velocidad" + +#: plug-ins/script-fu/scripts/gimp-headers.scm:0 +#: plug-ins/script-fu/scripts/gimp-labels.scm:0 +msgid "Select-By-Color Threshold" +msgstr "" + +#: plug-ins/script-fu/scripts/circuit.scm:0 +#: plug-ins/script-fu/scripts/lava.scm:0 +#: plug-ins/script-fu/scripts/predator.scm:0 +#, fuzzy +msgid "Separate Layer" +msgstr "Escalar Capa" + +#: plug-ins/script-fu/scripts/old_photo.scm:0 +#, fuzzy +msgid "Sepia" +msgstr "pica" + +#: plug-ins/script-fu/scripts/3d-outline.scm:0 +msgid "Shadow Blur Radius" +msgstr "" + +#: plug-ins/script-fu/scripts/gimp-headers.scm:0 +#: plug-ins/script-fu/scripts/gimp-labels.scm:0 +#, fuzzy +msgid "Shadow Color" +msgstr "Color estático" + +#: plug-ins/script-fu/scripts/weave.scm:0 +#, fuzzy +msgid "Shadow Darkness" +msgstr "Sombras" + +#: plug-ins/script-fu/scripts/weave.scm:0 +#, fuzzy +msgid "Shadow Depth" +msgstr "Mostrar Camino" + +#: plug-ins/script-fu/scripts/fuzzyborder.scm:0 +msgid "Shadow Weight (%)" +msgstr "" + +#: plug-ins/script-fu/scripts/3d-outline.scm:0 +#: plug-ins/script-fu/scripts/glossy.scm:0 +#: plug-ins/script-fu/scripts/round-corners.scm:0 +#, fuzzy +msgid "Shadow X Offset" +msgstr "Sombras" + +#: plug-ins/script-fu/scripts/3d-outline.scm:0 +#: plug-ins/script-fu/scripts/glossy.scm:0 +#: plug-ins/script-fu/scripts/round-corners.scm:0 +#, fuzzy +msgid "Shadow Y Offset" +msgstr "Sombras" + +#: plug-ins/script-fu/scripts/glossy.scm:0 +#: plug-ins/script-fu/scripts/sphere.scm:0 +#, fuzzy +msgid "Shadow" +msgstr "Sombras" + +#: plug-ins/script-fu/scripts/line-nova.scm:0 +msgid "Sharpness (degrees)" +msgstr "" + +#: plug-ins/script-fu/scripts/image-structure.scm:0 +msgid "Shear Length (> 0)" +msgstr "" + +#: plug-ins/script-fu/scripts/alien-glow-arrow.scm:0 +#: plug-ins/script-fu/scripts/beveled-pattern-arrow.scm:0 +#: plug-ins/script-fu/scripts/lava.scm:0 +msgid "Size" +msgstr "Tamaño" + +#: plug-ins/script-fu/scripts/distress_selection.scm:0 +#, fuzzy +msgid "Smooth Horizontally" +msgstr "Horizontal" + +#: plug-ins/script-fu/scripts/distress_selection.scm:0 +#, fuzzy +msgid "Smooth Vertically" +msgstr "Vertical" + +#: plug-ins/script-fu/scripts/camo.scm:0 +#: plug-ins/script-fu/scripts/distress_selection.scm:0 +msgid "Smooth" +msgstr "Suave" + +#: plug-ins/script-fu/scripts/image-structure.scm:0 +#, fuzzy +msgid "Space Between Layers" +msgstr "Borrar capa" + +#: plug-ins/script-fu/scripts/mkbrush.scm:0 +#: plug-ins/script-fu/scripts/select_to_brush.scm:0 +#, fuzzy +msgid "Spacing" +msgstr "Espaciado:" + +#: plug-ins/script-fu/scripts/sphere.scm:0 +#, fuzzy +msgid "Sphere Color" +msgstr "Color Verdadero" + +#: plug-ins/script-fu/scripts/distress_selection.scm:0 +msgid "Spread" +msgstr "" + +#: plug-ins/script-fu/scripts/coffee.scm:0 +#, fuzzy +msgid "Stains" +msgstr "Saturación" + +#: plug-ins/script-fu/scripts/text-circle.scm:0 +#, fuzzy +msgid "Start Angle" +msgstr "Ángulo" + +#: plug-ins/script-fu/scripts/3dTruchet.scm:0 +#: plug-ins/script-fu/scripts/blended-logo.scm:0 +#, fuzzy +msgid "Start Blend" +msgstr "Gradiente" + +#: plug-ins/script-fu/scripts/hsv-graph.scm:0 +#, fuzzy +msgid "Start X" +msgstr "Estado: " + +#: plug-ins/script-fu/scripts/hsv-graph.scm:0 +#, fuzzy +msgid "Start Y" +msgstr "Estado: " + +#: plug-ins/script-fu/scripts/textured-logo.scm:0 +#, fuzzy +msgid "Starting Blend" +msgstr "Iniciando extensiones: " + +#: plug-ins/script-fu/scripts/3dTruchet.scm:0 +#, fuzzy +msgid "Supersample" +msgstr "Supermuestreo adaptativo" + +#: plug-ins/script-fu/scripts/rendermap.scm:0 +msgid "TRUE = Detail in Middle, FALSE = Tile" +msgstr "" + +#: plug-ins/script-fu/scripts/pupi-button.scm:0 +msgid "Text Color (Active)" +msgstr "" + +#: plug-ins/script-fu/scripts/alien-glow-button.scm:0 +#: plug-ins/script-fu/scripts/asc2img.scm:0 +#: plug-ins/script-fu/scripts/basic1-logo.scm:0 +#: plug-ins/script-fu/scripts/basic2-logo.scm:0 +#: plug-ins/script-fu/scripts/beveled-button.scm:0 +#: plug-ins/script-fu/scripts/beveled-pattern-button.scm:0 +#: plug-ins/script-fu/scripts/blended-logo.scm:0 +#: plug-ins/script-fu/scripts/gimp-headers.scm:0 +#: plug-ins/script-fu/scripts/gimp-labels.scm:0 +#: plug-ins/script-fu/scripts/i26-gunya2.scm:0 +#: plug-ins/script-fu/scripts/news-text.scm:0 +#: plug-ins/script-fu/scripts/pupi-button.scm:0 +#: plug-ins/script-fu/scripts/speed-text.scm:0 +#, fuzzy +msgid "Text Color" +msgstr "Color Verdadero" + +#: plug-ins/script-fu/scripts/textured-logo.scm:0 +#, fuzzy +msgid "Text Pattern" +msgstr "Capa de Texto" + +#: plug-ins/script-fu/scripts/3d-outline.scm:0 +#: plug-ins/script-fu/scripts/alien-glow-button.scm:0 +#: plug-ins/script-fu/scripts/alien-glow-logo.scm:0 +#: plug-ins/script-fu/scripts/alien-neon-logo.scm:0 +#: plug-ins/script-fu/scripts/basic1-logo.scm:0 +#: plug-ins/script-fu/scripts/basic2-logo.scm:0 +#: plug-ins/script-fu/scripts/beveled-button.scm:0 +#: plug-ins/script-fu/scripts/beveled-pattern-button.scm:0 +#: plug-ins/script-fu/scripts/beveled-pattern-heading.scm:0 +#: plug-ins/script-fu/scripts/blended-logo.scm:0 +#: plug-ins/script-fu/scripts/bovinated-logo.scm:0 +#: plug-ins/script-fu/scripts/carved-logo.scm:0 +#: plug-ins/script-fu/scripts/chalk.scm:0 +#: plug-ins/script-fu/scripts/chip-away.scm:0 +#: plug-ins/script-fu/scripts/chrome-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/crystal-logo.scm:0 +#: plug-ins/script-fu/scripts/frosty-logo.scm:0 +#: plug-ins/script-fu/scripts/gimp-headers.scm:0 +#: plug-ins/script-fu/scripts/gimp-labels.scm:0 +#: plug-ins/script-fu/scripts/glossy.scm:0 +#: plug-ins/script-fu/scripts/glowing-logo.scm:0 +#: plug-ins/script-fu/scripts/gradient-bevel-logo.scm:0 +#: plug-ins/script-fu/scripts/i26-gunya2.scm:0 +#: plug-ins/script-fu/scripts/neon-logo.scm:0 +#: plug-ins/script-fu/scripts/news-text.scm:0 +#: plug-ins/script-fu/scripts/pupi-button.scm:0 +#: plug-ins/script-fu/scripts/slide.scm:0 +#: plug-ins/script-fu/scripts/sota-chrome-logo.scm:0 +#: plug-ins/script-fu/scripts/speed-text.scm:0 +#: plug-ins/script-fu/scripts/starburst-logo.scm:0 +#: plug-ins/script-fu/scripts/starscape-logo.scm:0 +#: plug-ins/script-fu/scripts/t-o-p-logo.scm:0 +#: plug-ins/script-fu/scripts/text-circle.scm:0 +#: plug-ins/script-fu/scripts/textured-logo.scm:0 +#: plug-ins/script-fu/scripts/title-header.scm:0 +msgid "Text" +msgstr "Texto" + +#: plug-ins/script-fu/scripts/3dTruchet.scm:0 +#: plug-ins/script-fu/scripts/add-bevel.scm:0 +#: plug-ins/script-fu/scripts/truchet.scm:0 +msgid "Thickness" +msgstr "" + +#: plug-ins/script-fu/scripts/weave.scm:0 +#, fuzzy +msgid "Thread Density" +msgstr "Densidad" + +#: plug-ins/script-fu/scripts/weave.scm:0 +#, fuzzy +msgid "Thread Intensity" +msgstr "Intensidad:" + +#: plug-ins/script-fu/scripts/weave.scm:0 +msgid "Thread Length" +msgstr "" + +#: plug-ins/script-fu/scripts/distress_selection.scm:0 +msgid "Threshold (Bigger 1<-->255 Smaller)" +msgstr "" + +#: plug-ins/script-fu/scripts/asc2img.scm:0 +#: plug-ins/script-fu/scripts/beveled-pattern-bullet.scm:0 +#: plug-ins/script-fu/scripts/beveled-pattern-heading.scm:0 +#: plug-ins/script-fu/scripts/spinning_globe.scm:0 +msgid "Transparent Background" +msgstr "" + +#: plug-ins/script-fu/scripts/spinning_globe.scm:0 +msgid "Turn from Left to Right" +msgstr "" + +#: plug-ins/script-fu/scripts/pupi-button.scm:0 +msgid "Upper Color (Active)" +msgstr "" + +#: plug-ins/script-fu/scripts/pupi-button.scm:0 +#, fuzzy +msgid "Upper Color" +msgstr "Color Verdadero" + +#: plug-ins/script-fu/scripts/beveled-button.scm:0 +msgid "Upper-Left color" +msgstr "" + +#: plug-ins/script-fu/scripts/trochoid.scm:0 +#, fuzzy +msgid "Use Brush" +msgstr "Brochas" + +#: plug-ins/script-fu/scripts/lava.scm:0 +#, fuzzy +msgid "Use Current Gradient" +msgstr "Borrar gradiente" + +#: plug-ins/script-fu/scripts/fade-outline.scm:0 +#, fuzzy +msgid "Use Growing Selection" +msgstr "Agrandar selección" + +#: plug-ins/script-fu/scripts/glossy.scm:0 +#, fuzzy +msgid "Use Pattern Overlay" +msgstr "No hay patrones disponibles" + +#: plug-ins/script-fu/scripts/glossy.scm:0 +msgid "Use Pattern for Outline instead of Gradient" +msgstr "" + +#: plug-ins/script-fu/scripts/glossy.scm:0 +msgid "Use Pattern for Text instead of Gradient" +msgstr "" + +#: plug-ins/script-fu/scripts/hsv-graph.scm:0 +msgid "Use Selection Bounds Instead of Belows" +msgstr "" + +#: plug-ins/script-fu/scripts/waves-anim.scm:0 +msgid "Wavelength" +msgstr "" + +#: plug-ins/script-fu/scripts/trochoid.scm:0 +msgid "Wheel Radius (hypo < 0 < epi)" +msgstr "" + +# //R Revisar +#: plug-ins/script-fu/scripts/swirltile.scm:0 +#, fuzzy +msgid "Whirl Amount" +msgstr "Encaje circular" + +#: plug-ins/script-fu/scripts/swirly-pattern.scm:0 +#, fuzzy +msgid "Whirl Angle" +msgstr "Ángulo" + +#: plug-ins/script-fu/scripts/alien-neon-logo.scm:0 +msgid "Width of Bands" +msgstr "" + +#: plug-ins/script-fu/scripts/alien-neon-logo.scm:0 +msgid "Width of Gaps" +msgstr "" + +#: plug-ins/script-fu/scripts/beveled-pattern-hrule.scm:0 +#: plug-ins/script-fu/scripts/gradient-example.scm:0 +#: plug-ins/script-fu/scripts/mkbrush.scm:0 +#: plug-ins/script-fu/scripts/swirltile.scm:0 +msgid "Width" +msgstr "Anchura" + +#: plug-ins/script-fu/scripts/add-bevel.scm:0 +#: plug-ins/script-fu/scripts/fuzzyborder.scm:0 +#: plug-ins/script-fu/scripts/old_photo.scm:0 +#: plug-ins/script-fu/scripts/round-corners.scm:0 +#: plug-ins/script-fu/scripts/slide.scm:0 +#: plug-ins/script-fu/scripts/spinning_globe.scm:0 +msgid "Work on Copy" +msgstr ""