diff --git a/plug-ins/perl/Changes b/plug-ins/perl/Changes index 1d11357c1d..8aaa735a6d 100644 --- a/plug-ins/perl/Changes +++ b/plug-ins/perl/Changes @@ -1,5 +1,8 @@ Revision history for Gimp-Perl extension. +1.17 + - re-fitted i18n trabslation for most plug-ins. + 1.16 Sun Nov 21 02:37:16 CET 1999 - removed sethspin.pl & billboard, they are no longer maintained :( - *sigh* removed some debugging code. diff --git a/plug-ins/perl/examples/alpha2color.pl b/plug-ins/perl/examples/alpha2color.pl index c4d9f3315f..51db0619f6 100755 --- a/plug-ins/perl/examples/alpha2color.pl +++ b/plug-ins/perl/examples/alpha2color.pl @@ -103,7 +103,7 @@ register "Seth Burgess", "Seth Burgess", "2-15-98", - "/Image/Colors/Alpha2Color", + __"/Image/Colors/Alpha2Color", "RGBA", [ [PF_COLOR, "color", "Color for current alpha", [127,127,127]] diff --git a/plug-ins/perl/examples/bricks b/plug-ins/perl/examples/bricks index 91505e18c0..33c94dbbc2 100755 --- a/plug-ins/perl/examples/bricks +++ b/plug-ins/perl/examples/bricks @@ -124,7 +124,7 @@ register "Tels", "http://bloodgate.com", "10/26/1999a", - "/Xtns/Render/Bricks", + __"/Xtns/Render/Bricks", "*", [ [PF_PATTERN, "background", "Brick pattern", "Leather"], diff --git a/plug-ins/perl/examples/burst b/plug-ins/perl/examples/burst index d4a4edbc2b..02ee16d3c5 100755 --- a/plug-ins/perl/examples/burst +++ b/plug-ins/perl/examples/burst @@ -29,7 +29,7 @@ the inside and the outside of the burst. \n", "Seth Burgess", "Seth Burgess ", "1999-07-31", - "/Filters/Misc/Burst", + __"/Filters/Misc/Burst", "*", [ [PF_RADIO, "shape", "Shape To Burst Into", 0, [Rectangle => 1, Ellipse=> 0]], diff --git a/plug-ins/perl/examples/colorhtml b/plug-ins/perl/examples/colorhtml index fb8dc4abeb..cb1337022f 100755 --- a/plug-ins/perl/examples/colorhtml +++ b/plug-ins/perl/examples/colorhtml @@ -23,7 +23,7 @@ sub read_text { } register "file_colorhtml_save", - __"Saves the image as coloured html text", + "Saves the image as coloured html text", "=pod", "Marc Lehmann", "Marc Lehmann ", diff --git a/plug-ins/perl/examples/dataurl b/plug-ins/perl/examples/dataurl index 2cf8213f89..cdb5c52085 100755 --- a/plug-ins/perl/examples/dataurl +++ b/plug-ins/perl/examples/dataurl @@ -17,7 +17,7 @@ sub encode_base64($) { } register "file_dataurl_save", - __"saves the image as many small tiles using data:-urls", + "Saves the image as many small tiles using data:-urls", "=pod", "Marc Lehmann", "Marc Lehmann ", @@ -113,7 +113,14 @@ into data:-urls. Since attribute values are by default limited to 1024 bytes this limits the size of a tile to approximately 34x34 pixels (gif compression). -However, since the only browser I know of that supports this (rfc2397 is only a -proposed standard), you might want to use much larger tile sizes (upto the image -size), since netscape obviously does not have problems with it large urls. +However, since rfc2397 is only a proposed standard, you might want to +use much larger tile sizes (upto the image size), since most browsers +generally do not care for the url length. + +Browser compatibility list (send more results to pcg@goof.com ;) + + Netscape 4.x works in any setting + Lynx displays the base64 code as text :( + MSIE 4 thousands of error messages in dialog boxes ;-> + MSIE 5 shows broken image icon diff --git a/plug-ins/perl/examples/feedback.pl b/plug-ins/perl/examples/feedback.pl index 076fd231de..d79c1f9c34 100755 --- a/plug-ins/perl/examples/feedback.pl +++ b/plug-ins/perl/examples/feedback.pl @@ -15,7 +15,7 @@ register "feedback", "Seth Burgess", "Seth Burgess ", "2-15-99", - "/Filters/Noise/Feedback", + __"/Filters/Noise/Feedback", "RGB, GRAY", [ [PF_SLIDER, "offset", "the amount the frames will offset", 3, [0, 255, 1]], diff --git a/plug-ins/perl/examples/fit-text b/plug-ins/perl/examples/fit-text index ab8fd280ce..8a82a394de 100755 --- a/plug-ins/perl/examples/fit-text +++ b/plug-ins/perl/examples/fit-text @@ -41,7 +41,7 @@ register "fit_text", "Seth Burgess", "Seth Burgess ", "1999-03-21", - "/Filters/Render/Fit Text", + __"/Filters/Render/Fit Text", "*", [ [PF_FONT, "font", "What font type to use - size will be ignored", $defaultfont], diff --git a/plug-ins/perl/examples/guide_remove b/plug-ins/perl/examples/guide_remove index 8d7b5cfeea..a4381d57bb 100755 --- a/plug-ins/perl/examples/guide_remove +++ b/plug-ins/perl/examples/guide_remove @@ -19,7 +19,7 @@ register "guide_remove", "Brendon Humphrey", "Brendon Humphrey ", "1999-07-20", - "/Guides/Remove Guides", + __"/Guides/Remove Guides", "*", [], [], diff --git a/plug-ins/perl/examples/guidegrid b/plug-ins/perl/examples/guidegrid index e595f3de75..a0012e7d7c 100755 --- a/plug-ins/perl/examples/guidegrid +++ b/plug-ins/perl/examples/guidegrid @@ -24,7 +24,7 @@ register "guide_grid", "Seth Burgess", "Seth Burgess ", "1999-03-20", - "/Guides/Guide Grid", + __"/Guides/Guide Grid", "*", [ [PF_SPINNER, "x_spacing", "How far to space grid horizontally", 24, [1,1000,1]], diff --git a/plug-ins/perl/examples/innerbevel b/plug-ins/perl/examples/innerbevel index 7d38cfcea6..e6b7b9e565 100755 --- a/plug-ins/perl/examples/innerbevel +++ b/plug-ins/perl/examples/innerbevel @@ -14,7 +14,7 @@ use Gimp::Util; $defaultcolor1 = [124,10,18]; $defaultcolor2 = [200,19,27]; -$path = "/Xtns/Render/Logos/Inner Bevel"; +$path = __"/Xtns/Render/Logos/Inner Bevel"; $shortdesc = "Perform an inner bevel on text"; $longdesc = "This uses tigert's inner bevel method on text, which can be found with his other excellent tutorials at http://tigert.gimp.org/"; $date = "1999-03-23"; diff --git a/plug-ins/perl/examples/layerfuncs b/plug-ins/perl/examples/layerfuncs index 28c41a5184..8104d8af0f 100755 --- a/plug-ins/perl/examples/layerfuncs +++ b/plug-ins/perl/examples/layerfuncs @@ -10,7 +10,7 @@ use Gimp::Util; register "layer_to_image_size", "Layer2ImageSize", "Expands layer to image size", "Seth Burgess", "Seth Burgess ", "1.0", - "/Layers/Layer to Image Size", "RGB*, GRAY*", [ ], sub { + __"/Layers/Layer to Image Size", "RGB*, GRAY*", [ ], sub { ($img, $layer) = @_; $layer->resize($img->width, $img->height, $layer->offsets); return(); @@ -19,7 +19,7 @@ register "layer_to_image_size", "Layer2ImageSize", "Expands layer to image size" register "center_layer", "Center Layer", "Centers the current layer on the image", "Seth Burgess", "Seth Burgess ", - "1.0", "/Layers/Center Layer", "RGB*, GRAY*", [], sub { + "1.0", __"/Layers/Center Layer", "RGB*, GRAY*", [], sub { ($img, $layer) = @_; $layer->set_offsets(($img->width - $layer->width )/2, ($img->height - $layer->height)/2); diff --git a/plug-ins/perl/examples/logulator b/plug-ins/perl/examples/logulator index 66e4be0fd6..fafdcb5c4a 100755 --- a/plug-ins/perl/examples/logulator +++ b/plug-ins/perl/examples/logulator @@ -185,7 +185,7 @@ register "perl_fu_3d_outline_logo", "Hrvoje Horvat (hhorvat\@open.hr)", "Hrvoje Horvat", "07 April, 1998", - "/Xtns/Perl-Fu/Logos/3D Outline", + __"/Xtns/Perl-Fu/Logos/3D Outline", "", [ [PF_PATTERN, 'pattern', "Pattern", "Parque #1"], diff --git a/plug-ins/perl/examples/perlotine b/plug-ins/perl/examples/perlotine index 64b4d8c660..92bc01d216 100755 --- a/plug-ins/perl/examples/perlotine +++ b/plug-ins/perl/examples/perlotine @@ -134,7 +134,7 @@ register "perlotine", "Seth Burgess", "Seth Burgess ", "1999-03-19", - "/Guides/Perl-o-tine", + __"/Guides/Perl-o-tine", "*", [ [PF_STRING, "save_path", "The path to export the HTML to",$ENV{HOME}], @@ -152,7 +152,7 @@ register "perlotine", @horz = get_hguides($img); if (!(scalar(@vert) || scalar(@horz))) { - die ("No horizontal or vertical guides found. Aborted."); + die __"No horizontal or vertical guides found. Aborted."; } # diff --git a/plug-ins/perl/examples/randomblends b/plug-ins/perl/examples/randomblends index 14e821c62a..9bb7a1fa20 100755 --- a/plug-ins/perl/examples/randomblends +++ b/plug-ins/perl/examples/randomblends @@ -20,7 +20,7 @@ register "random_blends", "Seth Burgess", "Seth Burgess ", "1999-03-18", - "/Filters/Render/Random Blends", + __"/Filters/Render/Random Blends", "RGB*, GRAY*", [ [PF_SPINNER, "number", "How many gradients to apply", 7, [1,255,1]], diff --git a/plug-ins/perl/examples/roundrectsel b/plug-ins/perl/examples/roundrectsel index 90805fe1aa..aef817c514 100755 --- a/plug-ins/perl/examples/roundrectsel +++ b/plug-ins/perl/examples/roundrectsel @@ -15,7 +15,7 @@ register "round_rect_sel", "Seth Burgess", "Seth Burgess ", "1999-03-25", - "/Select/Round Rectangular Selection", + __"/Select/Round Rectangular Selection", "*", [ [PF_SPINNER, "x_rounding", "How much to round in the horizontal, in pixels", 16, [1,1000,1]], diff --git a/plug-ins/perl/examples/terral_text b/plug-ins/perl/examples/terral_text index 8f826b3dbf..0e765875e8 100644 --- a/plug-ins/perl/examples/terral_text +++ b/plug-ins/perl/examples/terral_text @@ -40,7 +40,7 @@ register "Seth Burgess", "Seth Burgess ", "19991119", - "/Filters/Render/Terral Text", + __"/Filters/Render/Terral Text", "RGB*,GRAY*", [ [ PF_RADIO, "solid_noise", "The Texture Type", 0, ["solid noise" => 1, "current picture" => 0]], diff --git a/plug-ins/perl/examples/view3d.pl b/plug-ins/perl/examples/view3d.pl index cf5fa31e5e..f9144567f7 100644 --- a/plug-ins/perl/examples/view3d.pl +++ b/plug-ins/perl/examples/view3d.pl @@ -11,7 +11,7 @@ register 'View grayscale drawable in 3D', 'This script uses PDL::Graphics:TriD to view a grayscale drawable in 3D. You can choose a Cartesian (default) or Polar projection, toggle the drawing of lines, and toggle normal smoothing.', 'Tom Rathborne', 'GPLv2', '1999-03-11', - '/View/3D Surface', + __'/View/3D Surface', 'RGB*,GRAY*', [ [ PF_BOOL, 'polar', 'Radial view', 0], [ PF_BOOL, 'lines', 'Draw grid lines', 0], diff --git a/plug-ins/perl/examples/windify.pl b/plug-ins/perl/examples/windify.pl index 7a6e5ab470..64526c11dc 100755 --- a/plug-ins/perl/examples/windify.pl +++ b/plug-ins/perl/examples/windify.pl @@ -51,7 +51,7 @@ register "Seth Burgess", "Seth Burgess ", "1998-09-14", - "/Filters/Distorts/Windify", + __"/Filters/Distorts/Windify", "*", [ [PF_INT32, "angle", "Wind Angle, 0 is left", 120], diff --git a/plug-ins/perl/examples/xachlego.pl b/plug-ins/perl/examples/xachlego.pl index 7205128ac2..bfaf567cf3 100755 --- a/plug-ins/perl/examples/xachlego.pl +++ b/plug-ins/perl/examples/xachlego.pl @@ -39,7 +39,7 @@ register "xach_blocks", "Seth Burgess", "Seth Burgess ", "2-15-98", - "/Filters/Map/Xach Blocks", + __"/Filters/Map/Xach Blocks", "*", [ [PF_SLIDER, "block_size", "The size of the blocks...", 10, [0, 255, 1]], diff --git a/plug-ins/perl/examples/xachshadow.pl b/plug-ins/perl/examples/xachshadow.pl index 4103dd162b..ac31144662 100755 --- a/plug-ins/perl/examples/xachshadow.pl +++ b/plug-ins/perl/examples/xachshadow.pl @@ -31,7 +31,7 @@ register "xach_shadows", "Seth Burgess", "Seth Burgess ", "2-15-98", - "/Filters/Map/Xach Shadows", + __"/Filters/Map/Xach Shadows", "RGB*, GRAY*", [ [PF_SLIDER, "block_size", "The size of the blocks...", 10, [0, 255, 1]], diff --git a/plug-ins/perl/examples/xachvision.pl b/plug-ins/perl/examples/xachvision.pl index dcf6112dfb..cbe108b8c3 100644 --- a/plug-ins/perl/examples/xachvision.pl +++ b/plug-ins/perl/examples/xachvision.pl @@ -12,7 +12,7 @@ register "xachvision", "Seth Burgess", "Seth Burgess ", "1999-02-28", - "/Filters/Noise/Xach Vision", + __"/Filters/Noise/Xach Vision", "RGB*, GRAY*", [ [PF_COLOR, "color", "What Color to see the world in", [0, 255, 0]], diff --git a/plug-ins/perl/po/de.po b/plug-ins/perl/po/de.po index 63249ebe00..d5504509af 100644 --- a/plug-ins/perl/po/de.po +++ b/plug-ins/perl/po/de.po @@ -13,35 +13,224 @@ msgstr "" "Content-Type: text/plain; charset=iso-8859-1\n" "Content-Transfer-Encoding: 8bit\n" -msgid "only blessed scalars accepted here" -msgstr "Objekt (nicht Referenz oder Skalar) benötigt" - -msgid "/Guides/Center Guide" +msgid "expected perl-server at other end of socket, got @r\n" msgstr "" +msgid "too many" +msgstr "zu viele" + +msgid "$s: not an integer\n" +msgstr "$s: kein integer\n" + +#, fuzzy +msgid "/Filters/Render/Fit Text" +msgstr "/Filter/" + +msgid "Help for " +msgstr "Hilfe für " + +msgid "/Layers/Stack/Reorder Layers" +msgstr "" + +msgid "unsupported status code: %d, fatal error\n" +msgstr "" + +msgid "illegal parasite specification, expected three array members" +msgstr "" + +msgid "/Xtns/Render/Golden Mean" +msgstr "/Xtn/Erzeuge/Goldener Schnitt" + +msgid "Last Modified" +msgstr "Zuletzt verändert" + +msgid "/Xtns/Visual Scriptor" +msgstr "/Xtn/Visual Scriptor" + +msgid "/Xtns/Render/Logos/Firetext" +msgstr "/Xtn/Erzeuge/Logo/Feuerlogo" + +msgid "unable to read '$fn': $!" +msgstr "" + +msgid "/Xtns/Render/Povray/Texture" +msgstr "/Xtn/Render/Povray/Textur" + +msgid "/Xtns/Render/Povray/Preferences" +msgstr "/Xtn/Erzeuge/Povray/Einstellungen" + +msgid "Unable to read temporary image tile $tmp: $!" +msgstr "" + +msgid "run_mode must be INTERACTIVE, NONINTERACTIVE or RUN_WITH_LAST_VALS\n" +msgstr "" +"run_mode muß entweder INTERACTIVE, NONINTERACTIVE or RUN_WITH_LAST_VALS sein\n" + +msgid "Font Selection Dialog ($desc)" +msgstr "Schirftartenauswahl ($desc)" + +msgid "/Xtns/Render/Pixelgenerator" +msgstr "/Xtn/Erzeuge/Pixelgenerator" + +msgid "xlfd_unpack: unmatched XLFD '$fontname'\n" +msgstr "" + +msgid "" +"$function: function name contains unusual characters, good style is to use only " +"0-9, a-z and _" +msgstr "" + +msgid "Help" +msgstr "Hilfe" + +msgid "unable to fork: $!" +msgstr "Konnte nicht forken: $!" + +msgid "FG" +msgstr "VG" + +msgid "FATAL: unable to create $tmp: $!\n" +msgstr "FATAL: Konnte '$tmp' nicht erzeugen: $!\n" + +msgid "/Guides/Guide Grid" +msgstr "" + +msgid "dunno how to return param type %d" +msgstr "" + +msgid "/Filters/Colors/Colour To Alpha" +msgstr "" + +msgid "Image Types" +msgstr "Bildtypen" + +msgid "/Filters/Colors/Fire" +msgstr "" + +msgid "could not connect to the gimp server (make sure Perl-Server is running)" +msgstr "Konnte den Gimp-Server nicht finden. Läuft der Perl-Server nicht?" + +msgid "More..." +msgstr "Mehr..." + +msgid "interface=... tag is no longer supported\n" +msgstr "" + +msgid "Internal error: unable to convert reference in sv2net, please report!" +msgstr "" + +msgid "/Guides/Perl-o-tine" +msgstr "" + +msgid "Synopsis" +msgstr "" + +msgid "Plug-In Path" +msgstr "Plug-In-Pfad" + +msgid "unable to convert Gimp::Drawable into Gimp::GDrawable (id %d)" +msgstr "Konnte Gimp::Drawable nicht in Gimp::GDrawable konvertieren (id %d)" + +msgid "Restore values to the previous ones" +msgstr "Parameter auf vorherige Werte zurücksetzen" + +msgid "/Filters/Animation/Apply Perl Expression" +msgstr "" + +msgid "/Select/Triangle" +msgstr "" + +msgid "/Xtns/Render/Stamps" +msgstr "" + +msgid "Illegal default font description for $function: $val\n" +msgstr "Illegale Schriftart angegeben für $function: $val\n" + +msgid "parameter '$entry->[1]' is not optional\n" +msgstr "" + +msgid "-*-courier-medium-r-normal--*-120-*-*-*-*-*" +msgstr "" + +msgid "/Xtns/Render/Random Art #1" +msgstr "" + +msgid "WARNING: client tried to unlock without holding a lock" +msgstr "" + +msgid "register called with too many or wrong arguments\n" +msgstr "'register' mit zu vielen oder falschen Argumenten aufgerufen\n" + +msgid "Internal error: Gimp::Net #101, please report!" +msgstr "" + +msgid "" +"malformed paramdef, expected [PARAM_TYPE,\"NAME\",\"DESCRIPTION\"] or PARAM_TYPE" +msgstr "" + +msgid "" +"gimp_pixel_rgns_register supports only 1, 2 or 3 arguments, upgrade to gimp-1.1 " +"and report this error" +msgstr "" + +msgid "last argument to gimp_pattern_select_widget must be scalar ref" +msgstr "" + +msgid "" +"\n" +"\n" +"EMBEDDED POD DOCUMENTATION:\n" +"\n" +msgstr "" + +msgid "Internal error: stashname too long, please report!" +msgstr "" + +#, fuzzy +msgid "/Filters/Render/TeX String" +msgstr "/Filter/" + +msgid "Fileselector for $name" +msgstr "Dateiauswahl for $name" + +msgid "unable to create listening unix socket: $!\n" +msgstr "Konnte keine Unix-Domain-socket anlegen: $!\n" + +msgid ", %d bytes data]" +msgstr ", %d bytes Daten]" + +msgid "server requests authorization, but no authorization available\n" +msgstr "Server benötigt eine Autorisierung\n" + +msgid "pdl height != region height" +msgstr "pdl Höhe != Höhe der Region" + msgid "Internal error: unable to handle argtype '%c' in net2sv, please report!" msgstr "" -msgid "dimension mismatch, pdl has dimension %d but at most %d dimensions allowed" -msgstr "Ungültige Dimension: pdl hat die Dimension %d, höchstens %d erlaubt" +msgid "Close" +msgstr "Schließen" -msgid "Description" -msgstr "Beschreibung" +msgid "unable to open $rgb_db_path" +msgstr "Konnte $rgb_db_path nicht öffnen" -msgid "argument is not of type %s" -msgstr "Argument nicht vom Typ %s" +#, fuzzy +msgid "/Filters/Noise/Xach Vision" +msgstr "/Filter/" -msgid "WARNING" -msgstr "WARNUNG" - -msgid "Unable to convert a reference to type '%s'" -msgstr "Konnte Referenz auf Typ '%s' nicht konvertieren" - -msgid "/Xtns/Render/Logos/Inner Bevel" +msgid "/Filters/Colors/Map To Gradient" msgstr "" -msgid "FATAL: unable to create $tmp: $!\n" -msgstr "FATAL: Konnte '$tmp' nicht erzeugen: $!\n" +msgid "/Filters/Render/Add Glow" +msgstr "/Filter/Render/Add Glow" + +msgid "function name contains dashes instead of underscores" +msgstr "Funktionsname enthält Minuszeichen anstatt Unterstrichen" + +msgid "" +"$function: argument name '$p->[1]' contains illegal characters, only 0-9, a-z " +"and _ allowed" +msgstr "" msgid "" "Expected an INT32 but got '%s'. Add '*1' if you really intend to pass in a string" @@ -49,534 +238,104 @@ msgstr "" "An dieser Stelle wird ein INT32 erwartet, kein '%s'. Wenn hier wirklich ein " "String stehen soll bitte ein *1 anhängen" -msgid "/Filters/Noise/Feedback" +msgid "invalid GIMP_HOST: 'spawn' is not a valid connection method for the server" msgstr "" -msgid "" -" interface-arguments are\n" -" -o | --output write image to disk, don't display\n" -" -i | --interact let the user edit the values first\n" -" script-arguments are\n" -msgstr "" - -msgid "argument incompatible with type IMAGE" -msgstr "Argument inkompatibel mit Typ IMAGE" - -msgid "/Filters/Blur/2x2 Blur" -msgstr "" - -msgid "not enough" -msgstr "nicht genügend" - -msgid "being called as '%s', but '%s' not registered in the pdb" -msgstr "" - -msgid "argument type %s expected (not %s)" -msgstr "Argument vom Typ %s erwartet, nicht %s" - -msgid "Browse" -msgstr "Suchen" - -msgid "Reset all values to their default" -msgstr "Auf Standardwerte zurücksetzen" - -msgid "-*-courier-medium-r-normal--*-120-*-*-*-*-*" -msgstr "" - -msgid "Synopsis" -msgstr "" - -msgid "WARNING: client tried to unlock without holding a lock" -msgstr "" - -msgid "$_: illegal switch, try $0 --help\n" -msgstr "$_: Unbekannter Schlater, wie wär's mit $0 --help stattdessen?\n" - -msgid "/Xtns/Render/Logos/Glowing Steel" -msgstr "/Xtns/Render/Logos/Glowing Steel" - -msgid "Color" -msgstr "Farbe" - -msgid "Brush Selection Dialog" -msgstr "Pinselauswahl" - -msgid "FATAL: canonicalize_colour did not return a value!" -msgstr "" - -msgid "DESCRIPTION" -msgstr "BESCHREIBUNG" - -msgid "gimp procedure '%s' not found" -msgstr "Gimp-Funktion '%s' nicht gefunden" - -msgid "Pattern Selection Dialog" -msgstr "Musterauswahl" - -msgid "accepting connections in $host" -msgstr "Akzeptiere Verbindungen in $host" - -msgid " plug-in called without the 5 standard arguments!\n" -msgstr "" - -msgid "unable to create socketpair for gimp communications: $!" -msgstr "" - -msgid "function '$exe' not found in this script (must be one of " -msgstr "" - -msgid "pixel size mismatch, pdl has %d channel pixels but %d channels are required" -msgstr "" - -msgid "Previous" -msgstr "Vorherige" - -msgid "unable to create '$fn': $!" -msgstr "Konnte '$fn' nicht anlegen: $!" - -msgid "Load" -msgstr "Laden" - -msgid "WARNING: $function returned something that is not an image: \"$img\"\n" -msgstr "" - -msgid "Command" -msgstr "Befehl" - -msgid "accepting connections on port $Gimp::Net::default_tcp_port" -msgstr "" - -msgid "perl-arrayref required as datatype for a gimp-array" -msgstr "" - -msgid "/Xtns/Create_Images" -msgstr "/Xtns/Create_Images" - -msgid "Save $name" -msgstr "Speichere $name" - -msgid "run_mode must be INTERACTIVE, NONINTERACTIVE or RUN_WITH_LAST_VALS\n" -msgstr "" -"run_mode muß entweder INTERACTIVE, NONINTERACTIVE or RUN_WITH_LAST_VALS sein\n" - -msgid "illegal parasite specification, reference expected" -msgstr "" - -msgid "Date/Version" -msgstr "Datum/Version" - -msgid "/Filters/Edge-Detect/2x2 Edge Detect" -msgstr "" - -msgid "Status" -msgstr "" - -msgid "/Layers/Center Layer" +msgid "unable to open Gimp::Net communications socket\n" msgstr "" msgid "wrong authorization, aborting connection" msgstr "" -msgid "Copyright" +#, fuzzy +msgid "/Filters/Map/Image Tile" +msgstr "/Filter/" + +msgid "WARNING" +msgstr "WARNUNG" + +msgid "Brush Selection Dialog" +msgstr "Pinselauswahl" + +msgid "(none)" +msgstr "(nichts ausgewählt)" + +msgid "/Script-Fu/Decor/Stampify" msgstr "" -msgid "/Xtns/Render/Stamps" -msgstr "" +#, fuzzy +msgid "/Filters/Distorts/BlowInOut" +msgstr "/Filter/" -msgid "interface=... tag is no longer supported\n" -msgstr "" - -msgid "BG" -msgstr "HG" - -msgid "internal error (please report): too many main arguments" -msgstr "" +msgid "authorization required for tcp connections" +msgstr "TCP-Verbindungen erfordern eine Autorisierung" msgid "" "Expected an INT32 but got '%s'. Maybe you meant '%s' instead and forgot to 'use " "strict'" msgstr "" -msgid "use'ing Gimp::PDL is no longer necessary, please remove it!\n" +msgid "[undefined]" +msgstr "[undefiniert]" + +msgid "/Guides/Remove Guides" msgstr "" -msgid "/Filters/Misc/Magick" -msgstr "" - -msgid "/Filters/Distorts/Scratches" -msgstr "" - -msgid "" -"malformed paramdef, expected [PARAM_TYPE,\"NAME\",\"DESCRIPTION\"] or PARAM_TYPE" -msgstr "" - -msgid "/Filters/Colors/Fire" -msgstr "" - -msgid "last argument to gimp_pattern_select_widget must be scalar ref" -msgstr "" - -msgid "/Filters/Misc/Prepare for GIF" -msgstr "" - -msgid "accepting connections on $unix_path" -msgstr "Akzeptiere Verbindungen auf $unix_path" - -msgid "Load $name" -msgstr "Lade $name" - -msgid "illegal type for colour specification" -msgstr "Die Farbangabe hat einen falschen Typ" - -msgid "xlfd_unpack: unmatched XLFD '$fontname'\n" -msgstr "" - -msgid ", %d bytes data]" -msgstr ", %d bytes Daten]" - -msgid "Internal error: unable to convert reference in sv2net, please report!" -msgstr "" - -msgid "/Xtns/Render/Random Art #1" -msgstr "" - -msgid "unable to create listening tcp socket: $!\n" -msgstr "Konnte TCP-Socket nicht erzeugene: $!\n" - -msgid "/Filters/Map/Xach Shadows" -msgstr "" - -msgid "Plug-In Path" -msgstr "Plug-In-Pfad" - -msgid "" -"gimp_pixel_rgns_register supports only 1, 2 or 3 arguments, upgrade to gimp-1.1 " -"and report this error" -msgstr "" - -msgid "accepted unix connection" -msgstr "Unix-Verbindung angenommen" - -msgid "server going down..." -msgstr "Server beendet sich..." - -msgid "trying to start gimp with options \"$opt\"\n" -msgstr "Ich versuche, gimp mit den Schaltern \"$opt\" zu starten\n" - -msgid "/Xtns/Animation/Seth Spin" -msgstr "/Xtn/Animation/Seth's Dreher" - -msgid "/Filters/Noise/Ditherize" -msgstr "/Filter/Noise/Rastern" - -msgid "expected perl-server at other end of socket, got @r\n" -msgstr "" - -msgid "too many" -msgstr "zu viele" - -msgid "pdl height != region height" -msgstr "pdl Höhe != Höhe der Region" - -msgid "/Filters/Render/Add Glow" -msgstr "/Filter/Render/Add Glow" - -msgid "received QUIT request" -msgstr "QUIT-Anfrage erhalten" - -msgid "Author" -msgstr "Autor" - -msgid "/Xtns/Parasite Editor" -msgstr "" - -msgid "/Xtns/PDB Explorer" -msgstr "/Xtn/PDB-Buch" - -msgid "/Xtns/" -msgstr "/Xtn/" - -msgid " = [argument error]\n" -msgstr " = [Argumentfehler]\n" - -msgid "%s arguments for function '%s'" -msgstr "%s Argumente für die Funktion '%s'" - -#, fuzzy -msgid "/Xtns/Render/Povray/Preferences" -msgstr "/Xtn/Perl/Server" - -msgid " matching functions" -msgstr " passende Funktionen" - -msgid "More..." -msgstr "Mehr..." - -msgid "" -"Usage: $0 [gimp-args..] [interface-args..] [script-args..]\n" -" gimp-arguments are\n" -" -gimp used internally only\n" -" -h | -help | --help | -? print some help\n" -" -v | --verbose be more verbose in what you do\n" -" --host|--tcp HOST[:PORT] connect to HOST (optionally using PORT)\n" -" (for more info, see Gimp::Net(3))\n" -msgstr "" - -#, fuzzy -msgid "/Filters/Noise/Xach Vision" -msgstr "/Filter/" - -msgid "/Filters/Animation/Animate Cells" -msgstr "" - -msgid "arguments to main not yet supported!" -msgstr "" - -msgid "unable to open Gimp::Net communications socket\n" +msgid "WARNING: shared locking requested but not implemented" msgstr "" msgid "%s: procedural database execution failed" msgstr "%s: PDB-Aufruf fehlgeschlagen" -msgid "authorization required for tcp connections" -msgstr "TCP-Verbindungen erfordern eine Autorisierung" - -msgid "WARNING: client disconnected while holding an active lock\n" -msgstr "" - -msgid "NAME" -msgstr "" - -msgid "/Xtns/Perl/Server" -msgstr "/Xtn/Perl/Server" - -msgid "Help" -msgstr "Hilfe" - -msgid "function name contains dashes instead of underscores" -msgstr "Funktionsname enthält Minuszeichen anstatt Unterstrichen" - -msgid "authorization ok, but: $r[1]\n" -msgstr "Autorisierung OK, aber: $r[1]\n" - -msgid "/Filters/Render/Highlight Edges" -msgstr "" - -#, fuzzy -msgid "/Xtns/Animation/Billboard" -msgstr "/Xtn/PDB-Buch" - -msgid "/Select/Triangle" -msgstr "" - -msgid "no font specified, using default" -msgstr "Keine Schriftart angegeben, benutze den Standardwert" - -msgid "a color must have three components (array elements)" -msgstr "" -"Eine Farbe muß aus drei Komponenten bestehen (einem Feld mit drei Elementen)" - -#, fuzzy -msgid "/Xtns/Render/Pixelgenerator" -msgstr "/Xtn/Perl/Server" - -msgid "conversion to type $pf_type2string{$type} is not yet implemented\n" -msgstr "" - -msgid "gimp_tile_get_data is not yet implemented\n" -msgstr "" - -msgid "/Filters/Colors/Map To Gradient" -msgstr "" - -msgid "$_: unknown/illegal file-save option" -msgstr "" - -msgid "unable to grok colour specification" -msgstr "Konnte Farbangabe nicht verstehen" - -msgid "TYPE" -msgstr "TYP" - -msgid "Gradient Selection Dialog" -msgstr "Farbverlaufauswahl" - -msgid "Function Info" -msgstr "Mehr Info" - -msgid "unable to open $rgb_db_path" -msgstr "Konnte $rgb_db_path nicht öffnen" - -#, fuzzy -msgid "/Filters/Render/Random Blends" +msgid "/Filters/" msgstr "/Filter/" -msgid "" -"Internal error: asked to deobjectify an object not in the cache, please report!" -msgstr "" - -msgid "/Script-Fu/Decor/Stampify" -msgstr "" - -msgid "too many arguments" -msgstr "Zu viele Argumente" - -msgid "/Select/Round Rectangular Selection" -msgstr "" - -#, fuzzy -msgid "/Filters/Map/Pixelmap" -msgstr "/Filter/" - -msgid "gimp didn't return an execution status, fatal error" -msgstr "" - -msgid "expected protocol version $Gimp::_PROT_VERSION, but server uses $r[0]\n" -msgstr "" - -msgid "-*-helvetica-medium-r-normal-*-34-*-*-*-p-*-iso8859-1" -msgstr "" - -msgid "Restore values to the previous ones" -msgstr "Parameter auf vorherige Werte zurücksetzen" - -msgid "no additional information available, use --help\n" -msgstr "" - -#, fuzzy -msgid "/Filters/Render/Brushed Metal" -msgstr "/Filter/" - -msgid "gimp_tile_set_data is not yet implemented\n" -msgstr "" - -msgid " plug-in called without both image and drawable arguments!\n" +msgid "/Filters/Misc/Prepare for GIF" msgstr "" msgid ", authorization required" msgstr ", Autorisierung notwendig" -msgid "unable to create listening unix socket: $!\n" -msgstr "Konnte keine Unix-Domain-socket anlegen: $!\n" - -msgid "invalid GIMP_HOST: 'spawn' is not a valid connection method for the server" +msgid "unable to create socketpair for gimp communications: $!" msgstr "" -msgid "Last Modified" -msgstr "Zuletzt verändert" +msgid "trying to start gimp with options \"$opt\"\n" +msgstr "Ich versuche, gimp mit den Schaltern \"$opt\" zu starten\n" -#, fuzzy -msgid "/Filters/Map/Image Tile" -msgstr "/Filter/" +msgid "menupath _must_ start with , , , or !" +msgstr "" +"Menüpfad _muß_ mit , , , oder anfangen!" -msgid "Shortcuts" -msgstr "Abkürzungen" +msgid "/Xtns/Perl/Server" +msgstr "/Xtn/Perl/Server" -msgid "" -"the gtk perl module is required to open a dialog\n" -"window, running with default values" +msgid "accepted unix connection" +msgstr "Unix-Verbindung angenommen" + +msgid "gimp_tile_get_data is not yet implemented\n" msgstr "" -msgid "Internal error: stashname too long, please report!" +msgid "dunno how to pass arg type %d" msgstr "" -msgid "/Guides/Remove Guides" +msgid "Browse" +msgstr "Suchen" + +msgid "received QUIT request" +msgstr "QUIT-Anfrage erhalten" + +msgid "unable to create '$fn': $!" +msgstr "Konnte '$fn' nicht anlegen: $!" + +msgid "Author" +msgstr "Autor" + +msgid "unable to create listening tcp socket: $!\n" +msgstr "Konnte TCP-Socket nicht erzeugene: $!\n" + +msgid "-*-helvetica-medium-r-normal-*-34-*-*-*-p-*-iso8859-1" msgstr "" -msgid " plug-in called without the 3 standard arguments!\n" -msgstr "" - -#, fuzzy -msgid "/Filters/Distorts/MirrorSplit" -msgstr "/Filter/" - -msgid "Font Selection Dialog ($desc)" -msgstr "Schirftartenauswahl ($desc)" - -#, fuzzy -msgid "/Filters/Misc/Webify" -msgstr "/Filter/" - -msgid "Internal error: Gimp::Net #101, please report!" -msgstr "" - -msgid "/Filters/Colors/Colour To Alpha" -msgstr "" - -msgid "%s: procedural database execution failed on invalid input arguments" -msgstr "%s: PDB-Aufruf fehlgeschlagen wegen ungültiger Argumente" - -msgid "get current background colour from the gimp" -msgstr "Übernehme die aktuelle Hintergrundfarbe von Gimp" - -msgid "WARNING: shared locking requested but not implemented" -msgstr "" - -msgid "(UNINITIALIZED)" -msgstr "(UNINITIALISIERT)" - -msgid "parameter '$entry->[1]' is not optional\n" -msgstr "" - -msgid "closing connection %d (%d requests in %g seconds)" -msgstr "Schließe Verbindung %d (%d Anfragen in %g Sekunden)" - -msgid "$s: not an integer\n" -msgstr "$s: kein integer\n" - -msgid "unable to read '$fn': $!" -msgstr "" - -msgid "/Xtns/Perl/Control Center" -msgstr "/Xtn/Perl/Kontrollcenter" - -#, fuzzy -msgid "/Filters/Render/TeX String" -msgstr "/Filter/" - -msgid "[undefined]" -msgstr "[undefiniert]" - -msgid "function/macro \"$name\" not found in $class" -msgstr "Funktion oder Macro \"$name\" existiert nicht in $class" - -msgid "accepted tcp connection from " -msgstr "TCP-Verbindung angenommen von " - -msgid "required callback '$cb' not found\n" -msgstr "" - -msgid "/Layers/Stack/Reorder Layers" -msgstr "" - -#, fuzzy -msgid "/Xtns/Render/Font Table" -msgstr "/Xtn/Perl/Kontrollcenter" - -msgid "illegal parasite specification, expected three array members" -msgstr "" - -msgid "authorization failed: $r[1]\n" -msgstr "Autorisierung fehlgeschlagen: $r[1]\n" - -msgid "unable to read temporary file $tmp: $!" -msgstr "" - -msgid "PDB Explorer - the olof edition (yet still an alpha version)" -msgstr "PDB-Buch - Edition 'Olof' (immer noch Alpha)" - -msgid "FATAL: Gimp::Compat version mismatch\n" -msgstr "" - -msgid "Illegal default font description for $function: $val\n" -msgstr "Illegale Schriftart angegeben für $function: $val\n" - -msgid "server version $Gimp::VERSION started" -msgstr "Server Version $Gimp::VERSION gestartet" - -msgid "unable to convert Gimp::Drawable into Gimp::GDrawable (id %d)" -msgstr "Konnte Gimp::Drawable nicht in Gimp::GDrawable konvertieren (id %d)" - msgid "" "BLURB:\n" "\n" @@ -587,143 +346,382 @@ msgid "" "$help" msgstr "" -msgid "authorization unnecessary" -msgstr "Autorisierung unnötig" +#, fuzzy +msgid "/Filters/Distorts/Windify" +msgstr "/Filter/" -msgid "" -"$function: calling $AUTOLOAD without specifying the :auto import tag is " -"deprecated!\n" +msgid "OK" msgstr "" -msgid "Fileselector for $name" -msgstr "Dateiauswahl for $name" +msgid "gimp_tile_set_data is not yet implemented\n" +msgstr "" + +msgid "argument incompatible with type IMAGE" +msgstr "Argument inkompatibel mit Typ IMAGE" msgid "accepting connections on port $port" msgstr "Akzeptiere Verbindungen auf port $port" -msgid "/Filters/Misc/Border Average" -msgstr "/Filter/Verschiedenes/Rahmenfarbe" +msgid "required callback '$cb' not found\n" +msgstr "" msgid "Internal error: Gimp::Net #100, please report!" msgstr "" -msgid "" -"$function: function name contains unusual characters, good style is to use only " -"0-9, a-z and _" +msgid "/Select/Round Rectangular Selection" msgstr "" msgid "/Edit/Repeat & Duplicate" msgstr "" -msgid "Close" -msgstr "Schließen" - -msgid "menupath _must_ start with , , , or !" -msgstr "" -"Menüpfad _muß_ mit , , , oder anfangen!" - -msgid "/Filters/Render/Terral Text" -msgstr "/Filter/Render/Terraltext" - -msgid "illegal parasite specification, arrayref expected" -msgstr "" - -msgid "/Filters/Misc/Burst" -msgstr "/Filter/Verschiedenes/Ausbruch" - -msgid "/Xtns/Render/Povray/Texture" -msgstr "/Xtn/Render/Povray/Textur" - -msgid "unable to fork: $!" -msgstr "Konnte nicht forken: $!" - -msgid "register called with too many or wrong arguments\n" -msgstr "'register' mit zu vielen oder falschen Argumenten aufgerufen\n" - -#, fuzzy -msgid "/Filters/Distorts/Windify" -msgstr "/Filter/" +msgid "Description" +msgstr "Beschreibung" msgid "params and return_vals must be array refs (even if empty)!" msgstr "" -msgid "$_ is not a valid import tag for package $pkg" -msgstr "$_ ist kein gültiger Import-Tag für $pkg" +msgid "$_: illegal switch, try $0 --help\n" +msgstr "$_: Unbekannter Schlater, wie wär's mit $0 --help stattdessen?\n" + +msgid "Unable to convert a reference to type '%s'" +msgstr "Konnte Referenz auf Typ '%s' nicht konvertieren" #, fuzzy -msgid "/Xtns/Render/Yin-Yang" -msgstr "/Xtn/" - -msgid "Unsupported argumenttype $type" -msgstr "" - -msgid "get current foreground colour from the gimp" -msgstr "Übernehme die aktuelle Vordergrundfarbe von Gimp" - -msgid "unable to accept unix connection: $!\n" -msgstr "Konnte Unix-Verbindung nicht annehmen: $!\n" +msgid "/Xtns/Render/Logos/Inner Bevel" +msgstr "/Xtn/Erzeuge/Logo/Feuerlogo" #, fuzzy -msgid "/Xtns/Perl Example Plug-in" -msgstr "/Xtn/PDB-Buch" - -#, fuzzy -msgid "/Filters/Render/Fit Text" +msgid "/Filters/Render/Random Blends" msgstr "/Filter/" -msgid "Save" -msgstr "Speichern" +#, fuzzy +msgid "/Filters/Map/Pixelmap" +msgstr "/Filter/" -msgid "" -"\n" -"\n" -"EMBEDDED POD DOCUMENTATION:\n" -"\n" +msgid "gimp procedure '%s' not found" +msgstr "Gimp-Funktion '%s' nicht gefunden" + +msgid "Visual Scriptor" msgstr "" -msgid "/Filters/Animation/Apply Perl Expression" +msgid "server going down..." +msgstr "Server beendet sich..." + +msgid "Saving '$filename' as COLORHTML..." +msgstr "" + +msgid "unable to read temporary file $tmp: $!" +msgstr "" + +msgid "being called as '%s', but '%s' not registered in the pdb" +msgstr "" + +msgid "Shortcuts" +msgstr "Abkürzungen" + +msgid "/Filters/Render/Terral Text" +msgstr "/Filter/Render/Terraltext" + +msgid "/Xtns/PDB Explorer" +msgstr "/Xtn/PDB-Buch" + +msgid "/Xtns/Create_Images" +msgstr "/Xtns/Create_Images" + +msgid "9x15bold" +msgstr "" + +msgid "unauthorized command received, aborting connection" +msgstr "Anfrage ohne Autorisierung empfangen, Verbindung abgebrochen" + +msgid "%s: procedural database execution failed on invalid input arguments" +msgstr "%s: PDB-Aufruf fehlgeschlagen wegen ungültiger Argumente" + +msgid "NAME" +msgstr "" + +msgid "WARNING: $function returned something that is not an image: \"$img\"\n" +msgstr "" + +#, fuzzy +msgid "/Filters/Map/Xach Blocks" +msgstr "/Filter/" + +msgid "FATAL: canonicalize_colour did not return a value!" +msgstr "" + +msgid "export failed" +msgstr "" + +msgid "" +" interface-arguments are\n" +" -o | --output write image to disk, don't display\n" +" -i | --interact let the user edit the values first\n" +" script-arguments are\n" +msgstr "" + +msgid "/Filters/Edge-Detect/2x2 Edge Detect" +msgstr "" + +#, fuzzy +msgid "/Layers/Center Layer" +msgstr "/Filter/" + +msgid "closing connection %d (%d requests in %g seconds)" +msgstr "Schließe Verbindung %d (%d Anfragen in %g Sekunden)" + +msgid "Reset all values to their default" +msgstr "Auf Standardwerte zurücksetzen" + +#, fuzzy +msgid "/Xtns/Gimp::Fu Example" +msgstr "/Xtn/PDB-Buch" + +msgid "" +"Usage: $0 [gimp-args..] [interface-args..] [script-args..]\n" +" gimp-arguments are\n" +" -gimp used internally only\n" +" -h | -help | --help | -? print some help\n" +" -v | --verbose be more verbose in what you do\n" +" --host|--tcp HOST[:PORT] connect to HOST (optionally using PORT)\n" +" (for more info, see Gimp::Net(3))\n" +msgstr "" + +msgid "too many arguments" +msgstr "Zu viele Argumente" + +msgid "dimension mismatch, pdl has dimension %d but at most %d dimensions allowed" +msgstr "Ungültige Dimension: pdl hat die Dimension %d, höchstens %d erlaubt" + +msgid "Load" +msgstr "Laden" + +msgid "unable to grok colour specification" +msgstr "Konnte Farbangabe nicht verstehen" + +msgid "" +"the gtk perl module is required to open a dialog\n" +"window, running with default values" +msgstr "" + +msgid "no additional information available, use --help\n" +msgstr "" + +msgid " matching functions" +msgstr " passende Funktionen" + +msgid "Gradient Selection Dialog" +msgstr "Farbverlaufauswahl" + +msgid "authorization ok, but: $r[1]\n" +msgstr "Autorisierung OK, aber: $r[1]\n" + +msgid "function/macro \"$name\" not found in $class" +msgstr "Funktion oder Macro \"$name\" existiert nicht in $class" + +msgid "Cannot call '$AUTOLOAD' at this time" +msgstr "" + +msgid "/Xtns/Render/Yin-Yang" +msgstr "/Xtn/Erzeuge/Yin-Yang" + +msgid "arguments to main not yet supported!" +msgstr "" + +msgid "accepting connections in $host" +msgstr "Akzeptiere Verbindungen in $host" + +msgid "FATAL: Gimp::Compat version mismatch\n" +msgstr "" + +msgid " (press Tab to complete)" +msgstr " (Taste Tab zum Ergänzen)" + +msgid "Save $name" +msgstr "Speichere $name" + +msgid " plug-in called without both image and drawable arguments!\n" +msgstr "" + +msgid "illegal type for colour specification" +msgstr "Die Farbangabe hat einen falschen Typ" + +msgid "get current background colour from the gimp" +msgstr "Übernehme die aktuelle Hintergrundfarbe von Gimp" + +msgid "/Xtns/Render/Font Table" +msgstr "/Xtn/Erzeuge/Fonttabelle" + +msgid "" +"Internal error: asked to deobjectify an object not in the cache, please report!" +msgstr "" + +msgid "No horizontal or vertical guides found. Aborted." +msgstr "" + +msgid "Menu Path" +msgstr "Menupfad" + +msgid "TYPE" +msgstr "TYP" + +msgid "accepting connections on port $Gimp::Net::default_tcp_port" msgstr "" msgid "/Guides/To Selection" msgstr "" -msgid "Help for " -msgstr "Hilfe für " +#, fuzzy +msgid "/Filters/Noise/Feedback" +msgstr "/Filter/Noise/Rastern" -msgid "unsupported status code: %d, fatal error\n" +#, fuzzy +msgid "/Filters/Distorts/MirrorSplit" +msgstr "/Filter/" + +msgid "/Xtns/Animation/Billboard" +msgstr "/Xtn/Animation/Billboard" + +msgid "/Filters/Misc/Border Average" +msgstr "/Filter/Verschiedenes/Rahmenfarbe" + +msgid "/Filters/Blur/2x2 Blur" msgstr "" +#, fuzzy +msgid "/Layers/Layer to Image Size" +msgstr "/Filter/" + +msgid "conversion to type $pf_type2string{$type} is not yet implemented\n" +msgstr "" + +msgid "interface '$interface_type' unsupported." +msgstr "" + +msgid "/Filters/Enhance/2x2 Contrast Enhance" +msgstr "" + +msgid " plug-in called without the 3 standard arguments!\n" +msgstr "" + +msgid "Unable to grok '%s' as colour specifier" +msgstr "Konnte die Farbe '%s' nicht finden" + +msgid "gimp-perl-pixel functions require the PDL::Core module" +msgstr "Die Gimp-perl-Pixelfunktionen benötigen das PDL::Core-Modul" + +msgid "a color must have three components (array elements)" +msgstr "" +"Eine Farbe muß aus drei Komponenten bestehen (einem Feld mit drei Elementen)" + +msgid "Defaults" +msgstr "Standardwerte" + +msgid "Copyright" +msgstr "" + +#, fuzzy +msgid "/Xtns/Render/Bricks" +msgstr "/Xtn/Erzeuge/Yin-Yang" + +msgid "WARNING: client disconnected while holding an active lock\n" +msgstr "" + +msgid "argument is not of type %s" +msgstr "Argument nicht vom Typ %s" + +msgid "/Filters/Distorts/Scratches" +msgstr "" + +msgid "server version $Gimp::VERSION started" +msgstr "Server Version $Gimp::VERSION gestartet" + +msgid "%s arguments for function '%s'" +msgstr "%s Argumente für die Funktion '%s'" + +msgid "/Xtns/Render/Logos/Glowing Steel" +msgstr "/Xtns/Render/Logos/Glowing Steel" + +msgid "only blessed scalars accepted here" +msgstr "Objekt (nicht Referenz oder Skalar) benötigt" + +msgid "/Guides/Center Guide" +msgstr "" + +msgid "gimp didn't return an execution status, fatal error" +msgstr "" + +msgid "expected protocol version $Gimp::_PROT_VERSION, but server uses $r[0]\n" +msgstr "" + +msgid "illegal parasite specification, arrayref expected" +msgstr "" + +msgid "" +"dimension mismatch, pdl has dimension %d but at least %d dimensions required" +msgstr "Dimension falsch: pdl hat die Dimension %d, Minimum ist aber %d" + +msgid "Save" +msgstr "Speichern" + +msgid "/Xtns/Perl/Control Center" +msgstr "/Xtn/Perl/Kontrollcenter" + +msgid "Function Info" +msgstr "Mehr Info" + +msgid "no font specified, using default" +msgstr "Keine Schriftart angegeben, benutze den Standardwert" + msgid "" "the gtk perl module is required to run\n" "this plug-in in interactive mode\n" msgstr "" -#, fuzzy -msgid "/Xtns/Render/Golden Mean" -msgstr "/Xtn/Perl/Kontrollcenter" +msgid "authorization failed: $r[1]\n" +msgstr "Autorisierung fehlgeschlagen: $r[1]\n" + +msgid "use'ing Gimp::PDL is no longer necessary, please remove it!\n" +msgstr "" + +msgid "Previous" +msgstr "Vorherige" #, fuzzy -msgid "/Filters/Distorts/BlowInOut" +msgid "/Filters/Map/Xach Shadows" msgstr "/Filter/" -msgid "dunno how to pass arg type %d" -msgstr "" +msgid "Command" +msgstr "Befehl" -msgid "interface '$interface_type' unsupported." -msgstr "" - -msgid "unable to accept tcp connection: $!\n" -msgstr "Konnte TCp-Verbindung nicht annehmen: $!\n" - -msgid "/Guides/Perl-o-tine" -msgstr "" - -msgid " (press Tab to complete)" -msgstr " (Taste Tab zum Ergänzen)" +msgid "/Filters/Misc/Burst" +msgstr "/Filter/Verschiedenes/Ausbruch" msgid "" -"dimension mismatch, pdl has dimension %d but at least %d dimensions required" -msgstr "Dimension falsch: pdl hat die Dimension %d, Minimum ist aber %d" +"$function: calling $AUTOLOAD without specifying the :auto import tag is " +"deprecated!\n" +msgstr "" + +msgid "DESCRIPTION" +msgstr "BESCHREIBUNG" + +msgid "Accelerator" +msgstr "Tastenkombination" + +msgid "Cancel" +msgstr "Abbrechen" + +msgid "argument type %s expected (not %s)" +msgstr "Argument vom Typ %s erwartet, nicht %s" + +msgid "BG" +msgstr "HG" + +msgid "internal error (please report): too many main arguments" +msgstr "" + +msgid "pixel size mismatch, pdl has %d channel pixels but %d channels are required" +msgstr "" msgid "This module was built without support for PDL." msgstr "Dieses Modul wurde ohne PDL-Unterstützung übersetzt." @@ -732,103 +730,137 @@ msgid "[unfinished]\n" msgstr "[abgebrochen]\n" #, fuzzy -msgid "/Xtns/Gimp::Fu Example" -msgstr "/Xtn/PDB-Buch" +msgid "/Xtns/Homepage-Logo" +msgstr "/Xtn/Homepagelogo" + +msgid "Date/Version" +msgstr "Datum/Version" #, fuzzy -msgid "/Xtns/Homepage-Logo" -msgstr "/Xtn/" +msgid "/Filters/Misc/Webify" +msgstr "/Filter/" -msgid "plug-in returned %d more values than expected" +msgid "/Filters/Animation/Animate Cells" msgstr "" -msgid "could not connect to the gimp server (make sure Perl-Server is running)" -msgstr "Konnte den Gimp-Server nicht finden. Läuft der Perl-Server nicht?" - -msgid "FG" -msgstr "VG" - -msgid "Cannot call '$AUTOLOAD' at this time" -msgstr "" - -msgid "/Guides/Guide Grid" -msgstr "" - -msgid "unauthorized command received, aborting connection" -msgstr "Anfrage ohne Autorisierung empfangen, Verbindung abgebrochen" - -msgid "Defaults" -msgstr "Standardwerte" - msgid "$function: argument/return value '$p->[1]' has illegal type '$p->[0]'" msgstr "" +msgid "function '$exe' not found in this script (must be one of " +msgstr "" + +msgid "/Filters/Render/Highlight Edges" +msgstr "" + +msgid "Status" +msgstr "" + +msgid "accepted tcp connection from " +msgstr "TCP-Verbindung angenommen von " + +msgid "Load $name" +msgstr "Lade $name" + +msgid " plug-in called without the 5 standard arguments!\n" +msgstr "" + +#, fuzzy +msgid "/Xtns/Perl Example Plug-in" +msgstr "/Xtn/PDB-Buch" + +msgid "unable to accept unix connection: $!\n" +msgstr "Konnte Unix-Verbindung nicht annehmen: $!\n" + +msgid "/Filters/Noise/Ditherize" +msgstr "/Filter/Noise/Rastern" + +msgid "(UNINITIALIZED)" +msgstr "(UNINITIALISIERT)" + +msgid "unable to accept tcp connection: $!\n" +msgstr "Konnte TCp-Verbindung nicht annehmen: $!\n" + +msgid "/Xtns/Parasite Editor" +msgstr "" + +msgid "perl-arrayref required as datatype for a gimp-array" +msgstr "" + +msgid "Unable to open '$filename' for writing: $!\n" +msgstr "" + +msgid "Unsupported argumenttype $type" +msgstr "" + msgid "/Image/Colors/Alpha2Color" msgstr "" +msgid "/Filters/Misc/Magick" +msgstr "" + +msgid "Color" +msgstr "Farbe" + +msgid "illegal parasite specification, reference expected" +msgstr "" + +msgid "authorization unnecessary" +msgstr "Autorisierung unnötig" + +#, fuzzy +msgid "/Filters/Render/Brushed Metal" +msgstr "/Filter/" + +msgid "Saving '$filename' as DATAURL..." +msgstr "" + msgid "Edit" msgstr "Edieren" msgid "text string is empty" msgstr "Textstring ist leer" -msgid "server requests authorization, but no authorization available\n" -msgstr "Server benötigt eine Autorisierung\n" - -#, fuzzy -msgid "/Xtns/Render/Logos/Firetext" -msgstr "/Xtn/Perl/Kontrollcenter" - -msgid "Image Types" -msgstr "Bildtypen" - -msgid "/Filters/" -msgstr "/Filter/" - -#, fuzzy -msgid "/Filters/Map/Xach Blocks" -msgstr "/Filter/" - -msgid "/Filters/Enhance/2x2 Contrast Enhance" +msgid "$_: unknown/illegal file-save option" msgstr "" -msgid "Menu Path" -msgstr "Menupfad" +msgid " = [argument error]\n" +msgstr " = [Argumentfehler]\n" -msgid "" -"$function: argument name '$p->[1]' contains illegal characters, only 0-9, a-z " -"and _ allowed" +msgid "/Xtns/" +msgstr "/Xtn/" + +msgid "plug-in returned %d more values than expected" msgstr "" -msgid "Unable to grok '%s' as colour specifier" -msgstr "Konnte die Farbe '%s' nicht finden" +msgid "$_ is not a valid import tag for package $pkg" +msgstr "$_ ist kein gültiger Import-Tag für $pkg" -msgid "OK" -msgstr "" - -msgid "9x15bold" +msgid "url size is too large ($max > 1024)\n" msgstr "" msgid "illegal command received, aborting connection" msgstr "Ungültige Anfrage empfange, Vebrindung abgebrochen" -msgid "gimp-perl-pixel functions require the PDL::Core module" -msgstr "Die Gimp-perl-Pixelfunktionen benötigen das PDL::Core-Modul" +msgid "Pattern Selection Dialog" +msgstr "Musterauswahl" -msgid "Accelerator" -msgstr "Tastenkombination" +msgid "get current foreground colour from the gimp" +msgstr "Übernehme die aktuelle Vordergrundfarbe von Gimp" -msgid "dunno how to return param type %d" -msgstr "" +msgid "PDB Explorer - the olof edition (yet still an alpha version)" +msgstr "PDB-Buch - Edition 'Olof' (immer noch Alpha)" -msgid "Cancel" -msgstr "Abbrechen" +msgid "not enough" +msgstr "nicht genügend" -msgid "/Layers/Layer to Image Size" -msgstr "" +msgid "/Xtns/Perl-Fu/Logos/3D Outline" +msgstr "/Xtn/Erzeuge/Logo/3D Outline" -msgid "(none)" -msgstr "(nichts ausgewählt)" +msgid "accepting connections on $unix_path" +msgstr "Akzeptiere Verbindungen auf $unix_path" + +#~ msgid "/Xtns/Animation/Seth Spin" +#~ msgstr "/Xtn/Animation/Seth's Dreher" #, fuzzy #~ msgid "/Xtns/Perl-Fu/Logos/Speed text" @@ -887,10 +919,6 @@ msgstr "(nichts ausgew #~ msgid "/Xtns/Perl-Fu/Logos/Newsprint text" #~ msgstr "/Xtn/Perl/Kontrollcenter" -#, fuzzy -#~ msgid "/Xtns/Perl-Fu/Logos/3D Outline" -#~ msgstr "/Xtn/Perl/Kontrollcenter" - #, fuzzy #~ msgid "/Xtns/Perl-Fu/Logos/Gradient Bevel" #~ msgstr "/Xtn/Perl/Kontrollcenter" diff --git a/plug-ins/perl/po/gimp-perl.pot b/plug-ins/perl/po/gimp-perl.pot index 0a30c98ace..8bac1e4ac8 100644 --- a/plug-ins/perl/po/gimp-perl.pot +++ b/plug-ins/perl/po/gimp-perl.pot @@ -14,552 +14,318 @@ msgstr "" "Content-Type: text/plain; charset=CHARSET\n" "Content-Transfer-Encoding: ENCODING\n" -msgid "only blessed scalars accepted here" +msgid "expected perl-server at other end of socket, got @r\n" msgstr "" -msgid "/Guides/Center Guide" +msgid "too many" msgstr "" -msgid "Internal error: unable to handle argtype '%c' in net2sv, please report!" +msgid "$s: not an integer\n" msgstr "" -msgid "dimension mismatch, pdl has dimension %d but at most %d dimensions allowed" +msgid "/Filters/Render/Fit Text" msgstr "" -msgid "Description" +msgid "Help for " msgstr "" -msgid "argument is not of type %s" +msgid "/Layers/Stack/Reorder Layers" msgstr "" -msgid "WARNING" +msgid "unsupported status code: %d, fatal error\n" msgstr "" -msgid "Unable to convert a reference to type '%s'" +msgid "illegal parasite specification, expected three array members" msgstr "" -msgid "/Xtns/Render/Logos/Inner Bevel" +msgid "/Xtns/Render/Golden Mean" msgstr "" -msgid "FATAL: unable to create $tmp: $!\n" +msgid "Last Modified" msgstr "" -msgid "" -"Expected an INT32 but got '%s'. Add '*1' if you really intend to pass in a string" +msgid "/Xtns/Visual Scriptor" msgstr "" -msgid "/Filters/Noise/Feedback" +msgid "/Xtns/Render/Logos/Firetext" msgstr "" -msgid "" -" interface-arguments are\n" -" -o | --output write image to disk, don't display\n" -" -i | --interact let the user edit the values first\n" -" script-arguments are\n" +msgid "unable to read '$fn': $!" msgstr "" -msgid "argument incompatible with type IMAGE" +msgid "/Xtns/Render/Povray/Texture" msgstr "" -msgid "/Filters/Blur/2x2 Blur" +msgid "/Xtns/Render/Povray/Preferences" msgstr "" -msgid "not enough" -msgstr "" - -msgid "being called as '%s', but '%s' not registered in the pdb" -msgstr "" - -msgid "argument type %s expected (not %s)" -msgstr "" - -msgid "Browse" -msgstr "" - -msgid "Reset all values to their default" -msgstr "" - -msgid "-*-courier-medium-r-normal--*-120-*-*-*-*-*" -msgstr "" - -msgid "Synopsis" -msgstr "" - -msgid "WARNING: client tried to unlock without holding a lock" -msgstr "" - -msgid "$_: illegal switch, try $0 --help\n" -msgstr "" - -msgid "/Xtns/Render/Logos/Glowing Steel" -msgstr "" - -msgid "Color" -msgstr "" - -msgid "Brush Selection Dialog" -msgstr "" - -msgid "FATAL: canonicalize_colour did not return a value!" -msgstr "" - -msgid "DESCRIPTION" -msgstr "" - -msgid "gimp procedure '%s' not found" -msgstr "" - -msgid "Pattern Selection Dialog" -msgstr "" - -msgid "accepting connections in $host" -msgstr "" - -msgid " plug-in called without the 5 standard arguments!\n" -msgstr "" - -msgid "unable to create socketpair for gimp communications: $!" -msgstr "" - -msgid "function '$exe' not found in this script (must be one of " -msgstr "" - -msgid "pixel size mismatch, pdl has %d channel pixels but %d channels are required" -msgstr "" - -msgid "Previous" -msgstr "" - -msgid "unable to create '$fn': $!" -msgstr "" - -msgid "Load" -msgstr "" - -msgid "WARNING: $function returned something that is not an image: \"$img\"\n" -msgstr "" - -msgid "Command" -msgstr "" - -msgid "accepting connections on port $Gimp::Net::default_tcp_port" -msgstr "" - -msgid "perl-arrayref required as datatype for a gimp-array" -msgstr "" - -msgid "/Xtns/Create_Images" -msgstr "" - -msgid "Save $name" +msgid "Unable to read temporary image tile $tmp: $!" msgstr "" msgid "run_mode must be INTERACTIVE, NONINTERACTIVE or RUN_WITH_LAST_VALS\n" msgstr "" -msgid "illegal parasite specification, reference expected" +msgid "Font Selection Dialog ($desc)" msgstr "" -msgid "Date/Version" -msgstr "" - -msgid "/Filters/Edge-Detect/2x2 Edge Detect" -msgstr "" - -msgid "Status" -msgstr "" - -msgid "/Layers/Center Layer" -msgstr "" - -msgid "wrong authorization, aborting connection" -msgstr "" - -msgid "Copyright" -msgstr "" - -msgid "/Xtns/Render/Stamps" -msgstr "" - -msgid "interface=... tag is no longer supported\n" -msgstr "" - -msgid "BG" -msgstr "" - -msgid "internal error (please report): too many main arguments" -msgstr "" - -msgid "" -"Expected an INT32 but got '%s'. Maybe you meant '%s' instead and forgot to 'use " -"strict'" -msgstr "" - -msgid "use'ing Gimp::PDL is no longer necessary, please remove it!\n" -msgstr "" - -msgid "/Filters/Misc/Magick" -msgstr "" - -msgid "/Filters/Distorts/Scratches" -msgstr "" - -msgid "" -"malformed paramdef, expected [PARAM_TYPE,\"NAME\",\"DESCRIPTION\"] or PARAM_TYPE" -msgstr "" - -msgid "/Filters/Colors/Fire" -msgstr "" - -msgid "last argument to gimp_pattern_select_widget must be scalar ref" -msgstr "" - -msgid "/Filters/Misc/Prepare for GIF" -msgstr "" - -msgid "accepting connections on $unix_path" -msgstr "" - -msgid "Load $name" -msgstr "" - -msgid "illegal type for colour specification" +msgid "/Xtns/Render/Pixelgenerator" msgstr "" msgid "xlfd_unpack: unmatched XLFD '$fontname'\n" msgstr "" -msgid ", %d bytes data]" +msgid "" +"$function: function name contains unusual characters, good style is to use only " +"0-9, a-z and _" +msgstr "" + +msgid "Help" +msgstr "" + +msgid "unable to fork: $!" +msgstr "" + +msgid "FG" +msgstr "" + +msgid "FATAL: unable to create $tmp: $!\n" +msgstr "" + +msgid "/Guides/Guide Grid" +msgstr "" + +msgid "dunno how to return param type %d" +msgstr "" + +msgid "/Filters/Colors/Colour To Alpha" +msgstr "" + +msgid "Image Types" +msgstr "" + +msgid "/Filters/Colors/Fire" +msgstr "" + +msgid "could not connect to the gimp server (make sure Perl-Server is running)" +msgstr "" + +msgid "More..." +msgstr "" + +msgid "interface=... tag is no longer supported\n" msgstr "" msgid "Internal error: unable to convert reference in sv2net, please report!" msgstr "" -msgid "/Xtns/Render/Random Art #1" +msgid "/Guides/Perl-o-tine" msgstr "" -msgid "unable to create listening tcp socket: $!\n" -msgstr "" - -msgid "/Filters/Map/Xach Shadows" +msgid "Synopsis" msgstr "" msgid "Plug-In Path" msgstr "" +msgid "unable to convert Gimp::Drawable into Gimp::GDrawable (id %d)" +msgstr "" + +msgid "Restore values to the previous ones" +msgstr "" + +msgid "/Filters/Animation/Apply Perl Expression" +msgstr "" + +msgid "/Select/Triangle" +msgstr "" + +msgid "/Xtns/Render/Stamps" +msgstr "" + +msgid "Illegal default font description for $function: $val\n" +msgstr "" + +msgid "parameter '$entry->[1]' is not optional\n" +msgstr "" + +msgid "-*-courier-medium-r-normal--*-120-*-*-*-*-*" +msgstr "" + +msgid "/Xtns/Render/Random Art #1" +msgstr "" + +msgid "WARNING: client tried to unlock without holding a lock" +msgstr "" + +msgid "register called with too many or wrong arguments\n" +msgstr "" + +msgid "Internal error: Gimp::Net #101, please report!" +msgstr "" + +msgid "" +"malformed paramdef, expected [PARAM_TYPE,\"NAME\",\"DESCRIPTION\"] or PARAM_TYPE" +msgstr "" + msgid "" "gimp_pixel_rgns_register supports only 1, 2 or 3 arguments, upgrade to gimp-1.1 " "and report this error" msgstr "" -msgid "accepted unix connection" -msgstr "" - -msgid "server going down..." -msgstr "" - -msgid "trying to start gimp with options \"$opt\"\n" -msgstr "" - -msgid "/Xtns/Animation/Seth Spin" -msgstr "" - -msgid "/Filters/Noise/Ditherize" -msgstr "" - -msgid "expected perl-server at other end of socket, got @r\n" -msgstr "" - -msgid "too many" -msgstr "" - -msgid "pdl height != region height" -msgstr "" - -msgid "/Filters/Render/Add Glow" -msgstr "" - -msgid "received QUIT request" -msgstr "" - -msgid "Author" -msgstr "" - -msgid "/Xtns/Parasite Editor" -msgstr "" - -msgid "/Xtns/PDB Explorer" -msgstr "" - -msgid "/Xtns/" -msgstr "" - -msgid " = [argument error]\n" -msgstr "" - -msgid "%s arguments for function '%s'" -msgstr "" - -msgid "/Xtns/Render/Povray/Preferences" -msgstr "" - -msgid " matching functions" -msgstr "" - -msgid "More..." +msgid "last argument to gimp_pattern_select_widget must be scalar ref" msgstr "" msgid "" -"Usage: $0 [gimp-args..] [interface-args..] [script-args..]\n" -" gimp-arguments are\n" -" -gimp used internally only\n" -" -h | -help | --help | -? print some help\n" -" -v | --verbose be more verbose in what you do\n" -" --host|--tcp HOST[:PORT] connect to HOST (optionally using PORT)\n" -" (for more info, see Gimp::Net(3))\n" -msgstr "" - -msgid "/Filters/Noise/Xach Vision" -msgstr "" - -msgid "/Filters/Animation/Animate Cells" -msgstr "" - -msgid "arguments to main not yet supported!" -msgstr "" - -msgid "unable to open Gimp::Net communications socket\n" -msgstr "" - -msgid "%s: procedural database execution failed" -msgstr "" - -msgid "authorization required for tcp connections" -msgstr "" - -msgid "WARNING: client disconnected while holding an active lock\n" -msgstr "" - -msgid "NAME" -msgstr "" - -msgid "/Xtns/Perl/Server" -msgstr "" - -msgid "Help" -msgstr "" - -msgid "function name contains dashes instead of underscores" -msgstr "" - -msgid "authorization ok, but: $r[1]\n" -msgstr "" - -msgid "/Filters/Render/Highlight Edges" -msgstr "" - -msgid "/Xtns/Animation/Billboard" -msgstr "" - -msgid "/Select/Triangle" -msgstr "" - -msgid "no font specified, using default" -msgstr "" - -msgid "a color must have three components (array elements)" -msgstr "" - -msgid "/Xtns/Render/Pixelgenerator" -msgstr "" - -msgid "conversion to type $pf_type2string{$type} is not yet implemented\n" -msgstr "" - -msgid "gimp_tile_get_data is not yet implemented\n" -msgstr "" - -msgid "/Filters/Colors/Map To Gradient" -msgstr "" - -msgid "$_: unknown/illegal file-save option" -msgstr "" - -msgid "unable to grok colour specification" -msgstr "" - -msgid "TYPE" -msgstr "" - -msgid "Gradient Selection Dialog" -msgstr "" - -msgid "Function Info" -msgstr "" - -msgid "unable to open $rgb_db_path" -msgstr "" - -msgid "/Filters/Render/Random Blends" -msgstr "" - -msgid "" -"Internal error: asked to deobjectify an object not in the cache, please report!" -msgstr "" - -msgid "/Script-Fu/Decor/Stampify" -msgstr "" - -msgid "too many arguments" -msgstr "" - -msgid "/Select/Round Rectangular Selection" -msgstr "" - -msgid "/Filters/Map/Pixelmap" -msgstr "" - -msgid "gimp didn't return an execution status, fatal error" -msgstr "" - -msgid "expected protocol version $Gimp::_PROT_VERSION, but server uses $r[0]\n" -msgstr "" - -msgid "-*-helvetica-medium-r-normal-*-34-*-*-*-p-*-iso8859-1" -msgstr "" - -msgid "Restore values to the previous ones" -msgstr "" - -msgid "no additional information available, use --help\n" -msgstr "" - -msgid "/Filters/Render/Brushed Metal" -msgstr "" - -msgid "gimp_tile_set_data is not yet implemented\n" -msgstr "" - -msgid " plug-in called without both image and drawable arguments!\n" -msgstr "" - -msgid ", authorization required" -msgstr "" - -msgid "unable to create listening unix socket: $!\n" -msgstr "" - -msgid "invalid GIMP_HOST: 'spawn' is not a valid connection method for the server" -msgstr "" - -msgid "Last Modified" -msgstr "" - -msgid "/Filters/Map/Image Tile" -msgstr "" - -msgid "Shortcuts" -msgstr "" - -msgid "" -"the gtk perl module is required to open a dialog\n" -"window, running with default values" +"\n" +"\n" +"EMBEDDED POD DOCUMENTATION:\n" +"\n" msgstr "" msgid "Internal error: stashname too long, please report!" msgstr "" -msgid "/Guides/Remove Guides" -msgstr "" - -msgid " plug-in called without the 3 standard arguments!\n" -msgstr "" - -msgid "/Filters/Distorts/MirrorSplit" -msgstr "" - -msgid "Font Selection Dialog ($desc)" -msgstr "" - -msgid "/Filters/Misc/Webify" -msgstr "" - -msgid "Internal error: Gimp::Net #101, please report!" -msgstr "" - -msgid "/Filters/Colors/Colour To Alpha" -msgstr "" - -msgid "%s: procedural database execution failed on invalid input arguments" -msgstr "" - -msgid "get current background colour from the gimp" -msgstr "" - -msgid "WARNING: shared locking requested but not implemented" -msgstr "" - -msgid "(UNINITIALIZED)" -msgstr "" - -msgid "parameter '$entry->[1]' is not optional\n" -msgstr "" - -msgid "closing connection %d (%d requests in %g seconds)" -msgstr "" - -msgid "$s: not an integer\n" -msgstr "" - -msgid "unable to read '$fn': $!" -msgstr "" - -msgid "/Xtns/Perl/Control Center" -msgstr "" - msgid "/Filters/Render/TeX String" msgstr "" +msgid "Fileselector for $name" +msgstr "" + +msgid "unable to create listening unix socket: $!\n" +msgstr "" + +msgid ", %d bytes data]" +msgstr "" + +msgid "server requests authorization, but no authorization available\n" +msgstr "" + +msgid "pdl height != region height" +msgstr "" + +msgid "Internal error: unable to handle argtype '%c' in net2sv, please report!" +msgstr "" + +msgid "Close" +msgstr "" + +msgid "unable to open $rgb_db_path" +msgstr "" + +msgid "/Filters/Noise/Xach Vision" +msgstr "" + +msgid "/Filters/Colors/Map To Gradient" +msgstr "" + +msgid "/Filters/Render/Add Glow" +msgstr "" + +msgid "function name contains dashes instead of underscores" +msgstr "" + +msgid "" +"$function: argument name '$p->[1]' contains illegal characters, only 0-9, a-z " +"and _ allowed" +msgstr "" + +msgid "" +"Expected an INT32 but got '%s'. Add '*1' if you really intend to pass in a string" +msgstr "" + +msgid "invalid GIMP_HOST: 'spawn' is not a valid connection method for the server" +msgstr "" + +msgid "unable to open Gimp::Net communications socket\n" +msgstr "" + +msgid "wrong authorization, aborting connection" +msgstr "" + +msgid "/Filters/Map/Image Tile" +msgstr "" + +msgid "WARNING" +msgstr "" + +msgid "Brush Selection Dialog" +msgstr "" + +msgid "(none)" +msgstr "" + +msgid "/Script-Fu/Decor/Stampify" +msgstr "" + +msgid "/Filters/Distorts/BlowInOut" +msgstr "" + +msgid "authorization required for tcp connections" +msgstr "" + +msgid "" +"Expected an INT32 but got '%s'. Maybe you meant '%s' instead and forgot to 'use " +"strict'" +msgstr "" + msgid "[undefined]" msgstr "" -msgid "function/macro \"$name\" not found in $class" +msgid "/Guides/Remove Guides" msgstr "" -msgid "accepted tcp connection from " +msgid "WARNING: shared locking requested but not implemented" msgstr "" -msgid "required callback '$cb' not found\n" +msgid "%s: procedural database execution failed" msgstr "" -msgid "/Layers/Stack/Reorder Layers" +msgid "/Filters/" msgstr "" -msgid "/Xtns/Render/Font Table" +msgid "/Filters/Misc/Prepare for GIF" msgstr "" -msgid "illegal parasite specification, expected three array members" +msgid ", authorization required" msgstr "" -msgid "authorization failed: $r[1]\n" +msgid "unable to create socketpair for gimp communications: $!" msgstr "" -msgid "unable to read temporary file $tmp: $!" +msgid "trying to start gimp with options \"$opt\"\n" msgstr "" -msgid "PDB Explorer - the olof edition (yet still an alpha version)" +msgid "menupath _must_ start with , , , or !" msgstr "" -msgid "FATAL: Gimp::Compat version mismatch\n" +msgid "/Xtns/Perl/Server" msgstr "" -msgid "Illegal default font description for $function: $val\n" +msgid "accepted unix connection" msgstr "" -msgid "server version $Gimp::VERSION started" +msgid "gimp_tile_get_data is not yet implemented\n" msgstr "" -msgid "unable to convert Gimp::Drawable into Gimp::GDrawable (id %d)" +msgid "dunno how to pass arg type %d" +msgstr "" + +msgid "Browse" +msgstr "" + +msgid "received QUIT request" +msgstr "" + +msgid "unable to create '$fn': $!" +msgstr "" + +msgid "Author" +msgstr "" + +msgid "unable to create listening tcp socket: $!\n" +msgstr "" + +msgid "-*-helvetica-medium-r-normal-*-34-*-*-*-p-*-iso8859-1" msgstr "" msgid "" @@ -572,105 +338,319 @@ msgid "" "$help" msgstr "" -msgid "authorization unnecessary" +msgid "/Filters/Distorts/Windify" msgstr "" -msgid "" -"$function: calling $AUTOLOAD without specifying the :auto import tag is " -"deprecated!\n" +msgid "OK" msgstr "" -msgid "Fileselector for $name" +msgid "gimp_tile_set_data is not yet implemented\n" +msgstr "" + +msgid "argument incompatible with type IMAGE" msgstr "" msgid "accepting connections on port $port" msgstr "" -msgid "/Filters/Misc/Border Average" +msgid "required callback '$cb' not found\n" msgstr "" msgid "Internal error: Gimp::Net #100, please report!" msgstr "" -msgid "" -"$function: function name contains unusual characters, good style is to use only " -"0-9, a-z and _" +msgid "/Select/Round Rectangular Selection" msgstr "" msgid "/Edit/Repeat & Duplicate" msgstr "" -msgid "Close" -msgstr "" - -msgid "menupath _must_ start with , , , or !" -msgstr "" - -msgid "/Filters/Render/Terral Text" -msgstr "" - -msgid "illegal parasite specification, arrayref expected" -msgstr "" - -msgid "/Filters/Misc/Burst" -msgstr "" - -msgid "/Xtns/Render/Povray/Texture" -msgstr "" - -msgid "unable to fork: $!" -msgstr "" - -msgid "register called with too many or wrong arguments\n" -msgstr "" - -msgid "/Filters/Distorts/Windify" +msgid "Description" msgstr "" msgid "params and return_vals must be array refs (even if empty)!" msgstr "" -msgid "$_ is not a valid import tag for package $pkg" +msgid "$_: illegal switch, try $0 --help\n" +msgstr "" + +msgid "Unable to convert a reference to type '%s'" +msgstr "" + +msgid "/Xtns/Render/Logos/Inner Bevel" +msgstr "" + +msgid "/Filters/Render/Random Blends" +msgstr "" + +msgid "/Filters/Map/Pixelmap" +msgstr "" + +msgid "gimp procedure '%s' not found" +msgstr "" + +msgid "Visual Scriptor" +msgstr "" + +msgid "server going down..." +msgstr "" + +msgid "Saving '$filename' as COLORHTML..." +msgstr "" + +msgid "unable to read temporary file $tmp: $!" +msgstr "" + +msgid "being called as '%s', but '%s' not registered in the pdb" +msgstr "" + +msgid "Shortcuts" +msgstr "" + +msgid "/Filters/Render/Terral Text" +msgstr "" + +msgid "/Xtns/PDB Explorer" +msgstr "" + +msgid "/Xtns/Create_Images" +msgstr "" + +msgid "9x15bold" +msgstr "" + +msgid "unauthorized command received, aborting connection" +msgstr "" + +msgid "%s: procedural database execution failed on invalid input arguments" +msgstr "" + +msgid "NAME" +msgstr "" + +msgid "WARNING: $function returned something that is not an image: \"$img\"\n" +msgstr "" + +msgid "/Filters/Map/Xach Blocks" +msgstr "" + +msgid "FATAL: canonicalize_colour did not return a value!" +msgstr "" + +msgid "export failed" +msgstr "" + +msgid "" +" interface-arguments are\n" +" -o | --output write image to disk, don't display\n" +" -i | --interact let the user edit the values first\n" +" script-arguments are\n" +msgstr "" + +msgid "/Filters/Edge-Detect/2x2 Edge Detect" +msgstr "" + +msgid "/Layers/Center Layer" +msgstr "" + +msgid "closing connection %d (%d requests in %g seconds)" +msgstr "" + +msgid "Reset all values to their default" +msgstr "" + +msgid "/Xtns/Gimp::Fu Example" +msgstr "" + +msgid "" +"Usage: $0 [gimp-args..] [interface-args..] [script-args..]\n" +" gimp-arguments are\n" +" -gimp used internally only\n" +" -h | -help | --help | -? print some help\n" +" -v | --verbose be more verbose in what you do\n" +" --host|--tcp HOST[:PORT] connect to HOST (optionally using PORT)\n" +" (for more info, see Gimp::Net(3))\n" +msgstr "" + +msgid "too many arguments" +msgstr "" + +msgid "dimension mismatch, pdl has dimension %d but at most %d dimensions allowed" +msgstr "" + +msgid "Load" +msgstr "" + +msgid "unable to grok colour specification" +msgstr "" + +msgid "" +"the gtk perl module is required to open a dialog\n" +"window, running with default values" +msgstr "" + +msgid "no additional information available, use --help\n" +msgstr "" + +msgid " matching functions" +msgstr "" + +msgid "Gradient Selection Dialog" +msgstr "" + +msgid "authorization ok, but: $r[1]\n" +msgstr "" + +msgid "function/macro \"$name\" not found in $class" +msgstr "" + +msgid "Cannot call '$AUTOLOAD' at this time" msgstr "" msgid "/Xtns/Render/Yin-Yang" msgstr "" -msgid "Unsupported argumenttype $type" +msgid "arguments to main not yet supported!" msgstr "" -msgid "get current foreground colour from the gimp" +msgid "accepting connections in $host" msgstr "" -msgid "unable to accept unix connection: $!\n" +msgid "FATAL: Gimp::Compat version mismatch\n" msgstr "" -msgid "/Xtns/Perl Example Plug-in" +msgid " (press Tab to complete)" msgstr "" -msgid "/Filters/Render/Fit Text" +msgid "Save $name" msgstr "" -msgid "Save" +msgid " plug-in called without both image and drawable arguments!\n" +msgstr "" + +msgid "illegal type for colour specification" +msgstr "" + +msgid "get current background colour from the gimp" +msgstr "" + +msgid "/Xtns/Render/Font Table" msgstr "" msgid "" -"\n" -"\n" -"EMBEDDED POD DOCUMENTATION:\n" -"\n" +"Internal error: asked to deobjectify an object not in the cache, please report!" msgstr "" -msgid "/Filters/Animation/Apply Perl Expression" +msgid "No horizontal or vertical guides found. Aborted." +msgstr "" + +msgid "Menu Path" +msgstr "" + +msgid "TYPE" +msgstr "" + +msgid "accepting connections on port $Gimp::Net::default_tcp_port" msgstr "" msgid "/Guides/To Selection" msgstr "" -msgid "Help for " +msgid "/Filters/Noise/Feedback" msgstr "" -msgid "unsupported status code: %d, fatal error\n" +msgid "/Filters/Distorts/MirrorSplit" +msgstr "" + +msgid "/Xtns/Animation/Billboard" +msgstr "" + +msgid "/Filters/Misc/Border Average" +msgstr "" + +msgid "/Filters/Blur/2x2 Blur" +msgstr "" + +msgid "/Layers/Layer to Image Size" +msgstr "" + +msgid "conversion to type $pf_type2string{$type} is not yet implemented\n" +msgstr "" + +msgid "interface '$interface_type' unsupported." +msgstr "" + +msgid "/Filters/Enhance/2x2 Contrast Enhance" +msgstr "" + +msgid " plug-in called without the 3 standard arguments!\n" +msgstr "" + +msgid "Unable to grok '%s' as colour specifier" +msgstr "" + +msgid "gimp-perl-pixel functions require the PDL::Core module" +msgstr "" + +msgid "a color must have three components (array elements)" +msgstr "" + +msgid "Defaults" +msgstr "" + +msgid "Copyright" +msgstr "" + +msgid "/Xtns/Render/Bricks" +msgstr "" + +msgid "WARNING: client disconnected while holding an active lock\n" +msgstr "" + +msgid "argument is not of type %s" +msgstr "" + +msgid "/Filters/Distorts/Scratches" +msgstr "" + +msgid "server version $Gimp::VERSION started" +msgstr "" + +msgid "%s arguments for function '%s'" +msgstr "" + +msgid "/Xtns/Render/Logos/Glowing Steel" +msgstr "" + +msgid "only blessed scalars accepted here" +msgstr "" + +msgid "/Guides/Center Guide" +msgstr "" + +msgid "gimp didn't return an execution status, fatal error" +msgstr "" + +msgid "expected protocol version $Gimp::_PROT_VERSION, but server uses $r[0]\n" +msgstr "" + +msgid "illegal parasite specification, arrayref expected" +msgstr "" + +msgid "" +"dimension mismatch, pdl has dimension %d but at least %d dimensions required" +msgstr "" + +msgid "Save" +msgstr "" + +msgid "/Xtns/Perl/Control Center" +msgstr "" + +msgid "Function Info" +msgstr "" + +msgid "no font specified, using default" msgstr "" msgid "" @@ -678,29 +658,48 @@ msgid "" "this plug-in in interactive mode\n" msgstr "" -msgid "/Xtns/Render/Golden Mean" +msgid "authorization failed: $r[1]\n" msgstr "" -msgid "/Filters/Distorts/BlowInOut" +msgid "use'ing Gimp::PDL is no longer necessary, please remove it!\n" msgstr "" -msgid "dunno how to pass arg type %d" +msgid "Previous" msgstr "" -msgid "interface '$interface_type' unsupported." +msgid "/Filters/Map/Xach Shadows" msgstr "" -msgid "unable to accept tcp connection: $!\n" +msgid "Command" msgstr "" -msgid "/Guides/Perl-o-tine" -msgstr "" - -msgid " (press Tab to complete)" +msgid "/Filters/Misc/Burst" msgstr "" msgid "" -"dimension mismatch, pdl has dimension %d but at least %d dimensions required" +"$function: calling $AUTOLOAD without specifying the :auto import tag is " +"deprecated!\n" +msgstr "" + +msgid "DESCRIPTION" +msgstr "" + +msgid "Accelerator" +msgstr "" + +msgid "Cancel" +msgstr "" + +msgid "argument type %s expected (not %s)" +msgstr "" + +msgid "BG" +msgstr "" + +msgid "internal error (please report): too many main arguments" +msgstr "" + +msgid "pixel size mismatch, pdl has %d channel pixels but %d channels are required" msgstr "" msgid "This module was built without support for PDL." @@ -709,97 +708,128 @@ msgstr "" msgid "[unfinished]\n" msgstr "" -msgid "/Xtns/Gimp::Fu Example" -msgstr "" - msgid "/Xtns/Homepage-Logo" msgstr "" -msgid "plug-in returned %d more values than expected" +msgid "Date/Version" msgstr "" -msgid "could not connect to the gimp server (make sure Perl-Server is running)" +msgid "/Filters/Misc/Webify" msgstr "" -msgid "FG" -msgstr "" - -msgid "Cannot call '$AUTOLOAD' at this time" -msgstr "" - -msgid "/Guides/Guide Grid" -msgstr "" - -msgid "unauthorized command received, aborting connection" -msgstr "" - -msgid "Defaults" +msgid "/Filters/Animation/Animate Cells" msgstr "" msgid "$function: argument/return value '$p->[1]' has illegal type '$p->[0]'" msgstr "" +msgid "function '$exe' not found in this script (must be one of " +msgstr "" + +msgid "/Filters/Render/Highlight Edges" +msgstr "" + +msgid "Status" +msgstr "" + +msgid "accepted tcp connection from " +msgstr "" + +msgid "Load $name" +msgstr "" + +msgid " plug-in called without the 5 standard arguments!\n" +msgstr "" + +msgid "/Xtns/Perl Example Plug-in" +msgstr "" + +msgid "unable to accept unix connection: $!\n" +msgstr "" + +msgid "/Filters/Noise/Ditherize" +msgstr "" + +msgid "(UNINITIALIZED)" +msgstr "" + +msgid "unable to accept tcp connection: $!\n" +msgstr "" + +msgid "/Xtns/Parasite Editor" +msgstr "" + +msgid "perl-arrayref required as datatype for a gimp-array" +msgstr "" + +msgid "Unable to open '$filename' for writing: $!\n" +msgstr "" + +msgid "Unsupported argumenttype $type" +msgstr "" + msgid "/Image/Colors/Alpha2Color" msgstr "" +msgid "/Filters/Misc/Magick" +msgstr "" + +msgid "Color" +msgstr "" + +msgid "illegal parasite specification, reference expected" +msgstr "" + +msgid "authorization unnecessary" +msgstr "" + +msgid "/Filters/Render/Brushed Metal" +msgstr "" + +msgid "Saving '$filename' as DATAURL..." +msgstr "" + msgid "Edit" msgstr "" msgid "text string is empty" msgstr "" -msgid "server requests authorization, but no authorization available\n" +msgid "$_: unknown/illegal file-save option" msgstr "" -msgid "/Xtns/Render/Logos/Firetext" +msgid " = [argument error]\n" msgstr "" -msgid "Image Types" +msgid "/Xtns/" msgstr "" -msgid "/Filters/" +msgid "plug-in returned %d more values than expected" msgstr "" -msgid "/Filters/Map/Xach Blocks" +msgid "$_ is not a valid import tag for package $pkg" msgstr "" -msgid "/Filters/Enhance/2x2 Contrast Enhance" -msgstr "" - -msgid "Menu Path" -msgstr "" - -msgid "" -"$function: argument name '$p->[1]' contains illegal characters, only 0-9, a-z " -"and _ allowed" -msgstr "" - -msgid "Unable to grok '%s' as colour specifier" -msgstr "" - -msgid "OK" -msgstr "" - -msgid "9x15bold" +msgid "url size is too large ($max > 1024)\n" msgstr "" msgid "illegal command received, aborting connection" msgstr "" -msgid "gimp-perl-pixel functions require the PDL::Core module" +msgid "Pattern Selection Dialog" msgstr "" -msgid "Accelerator" +msgid "get current foreground colour from the gimp" msgstr "" -msgid "dunno how to return param type %d" +msgid "PDB Explorer - the olof edition (yet still an alpha version)" msgstr "" -msgid "Cancel" +msgid "not enough" msgstr "" -msgid "/Layers/Layer to Image Size" +msgid "/Xtns/Perl-Fu/Logos/3D Outline" msgstr "" -msgid "(none)" +msgid "accepting connections on $unix_path" msgstr "" diff --git a/plug-ins/perl/po/it.po b/plug-ins/perl/po/it.po index b2780f4c3f..d3e08061bf 100644 --- a/plug-ins/perl/po/it.po +++ b/plug-ins/perl/po/it.po @@ -11,621 +11,356 @@ msgstr "" "Date: mer set 8 02:12:22 CEST 1999\n" "From: Marco Munari \n" -msgid "only blessed scalars accepted here" -msgstr "qui si accettano solo scalari" +msgid "expected perl-server at other end of socket, got @r\n" +msgstr "attendendo il perl-server durante la connessione socket, si riceve @r\n" -msgid "/Guides/Center Guide" -msgstr "/Guide/Linee guida" +msgid "too many" +msgstr "troppi" -msgid "Internal error: unable to handle argtype '%c' in net2sv, please report!" -msgstr "" -"Errore interno: incapace di gestire argomento di tipoo '%c' in net2sv, per " -"cortesia riportare" +msgid "$s: not an integer\n" +msgstr "$s: non e` un intero\n" -msgid "" -"dimension mismatch, pdl has dimension %d but at most %d dimensions allowed" -msgstr "" -"dimensione non prevista, pdl ha dimensione %d ma al piu` sono permesse %d " -"dimensioni" +msgid "/Filters/Render/Fit Text" +msgstr "/Filters/Render/Riempito da Testo" -msgid "Description" -msgstr "Descrizione" +msgid "Help for " +msgstr "Aiuto per " -msgid "argument is not of type %s" -msgstr "argomeno non del tipo %s" +msgid "/Layers/Stack/Reorder Layers" +msgstr "/Layers/Pila/Riordina livelli" -msgid "WARNING" -msgstr "ATTENZIONE" +msgid "unsupported status code: %d, fatal error\n" +msgstr "codice di status non supportato: %d, errore fatale\n" -msgid "Unable to convert a reference to type '%s'" -msgstr "Incapace di convertire un riferimento a tipo '%s'" +msgid "illegal parasite specification, expected three array members" +msgstr "specificazione di parasite illegale, attesi tre membri di array" -msgid "/Xtns/Render/Logos/Inner Bevel" -msgstr "/Xtns/Render/Logos/Inner Bevel" +msgid "/Xtns/Render/Golden Mean" +msgstr "/Xtns/Render/Golden Mean" -msgid "FATAL: unable to create $tmp: $!\n" -msgstr "FATALITA`: incapace di creare $tmp: $!\n" +msgid "Last Modified" +msgstr "Ultima modifica" -msgid "" -"Expected an INT32 but got '%s'. Add '*1' if you really intend to pass in a " -"string" -msgstr "" -"Atteso un INT32 ma avuto '%s'. Aggiungere '*1' se realmente si vuole passare " -"in una stringa" +#, fuzzy +msgid "/Xtns/Visual Scriptor" +msgstr "/Xtns/Parasite Editor" -msgid "/Filters/Noise/Feedback" -msgstr "/Filters/Noise/Feedback" +msgid "/Xtns/Render/Logos/Firetext" +msgstr "/Xtns/Render/Logo/Testo di fuoco" -msgid "" -" interface-arguments are\n" -" -o | --output write image to disk, don't display\n" -" -i | --interact let the user edit the values first\n" -" script-arguments are\n" -msgstr "" -" interface-arguments sono\n" -" -o | --output scrive l'immagine su disco, non " -"mostra\n" -" -i | --interact permette all'utente di prima " -"interagire\n" -" script-argiments sono\n" +msgid "unable to read '$fn': $!" +msgstr "incapace di leggere '$fn': $!" -msgid "argument incompatible with type IMAGE" -msgstr "argomento incompatibile con tipo IMAGE" +msgid "/Xtns/Render/Povray/Texture" +msgstr "/Xtns/Render/Povray/Texture" -msgid "/Filters/Blur/2x2 Blur" -msgstr "/Filters/Blur/2x2 Sfocatura" +msgid "/Xtns/Render/Povray/Preferences" +msgstr "/Xtns/Render/Povray/Preferenze" -msgid "not enough" -msgstr "non abbastanza" - -msgid "being called as '%s', but '%s' not registered in the pdb" -msgstr "being called as '%s', but '%s' not registered in the pdb" - -# notr -msgid "argument type %s expected (not %s)" -msgstr "atteso argomento di tipo %s (non %s)" - -msgid "Browse" -msgstr "Esplora" - -msgid "Reset all values to their default" -msgstr "Reimposta a valori standard" - -msgid "-*-courier-medium-r-normal--*-120-*-*-*-*-*" -msgstr "-*-courier-medium-r-normal--*-120-*-*-*-*-*" - -msgid "Synopsis" -msgstr "Sinoposi" - -msgid "WARNING: client tried to unlock without holding a lock" -msgstr "" -"ATTENZIONE: il client ha tentato di sbloccare pur non trovando nessun vincolo" - -msgid "$_: illegal switch, try $0 --help\n" -msgstr "$_: switch illegale, provare $0 --help\n" - -msgid "/Xtns/Render/Logos/Glowing Steel" -msgstr "/Xtns/Render/Logos/Inner Bevel" - -# msgid "/Xtns/Render/Logos/Glowing Steel" -# msgstr "" -msgid "Color" -msgstr "Colore" - -msgid "Brush Selection Dialog" -msgstr "Schermata selezione punta" - -msgid "FATAL: canonicalize_colour did not return a value!" -msgstr "Avviso: canonicalize_colour non ha ricevuto nessun valore!" - -# msgid "FATAL: canonicalize_colour did not return a value!" -# msgstr "" -msgid "DESCRIPTION" -msgstr "DESCRIZIONE" - -msgid "gimp procedure '%s' not found" -msgstr "procedura di gimp '%s' non trovata" - -msgid "Pattern Selection Dialog" -msgstr "Schermata selezione Motivo di riempimento" - -msgid "accepting connections in $host" -msgstr "ora accetto connessioni in $host" - -msgid " plug-in called without the 5 standard arguments!\n" -msgstr " plug-in chiamato senza i 5 argomenti standard!\n" - -msgid "unable to create socketpair for gimp communications: $!" -msgstr "non riesco a creare soketpair per comunicazioni gimp: $!" - -msgid "function '$exe' not found in this script (must be one of " -msgstr "funzione '$exe' non trovata in questo script (deve essere una de " - -# #ma come e` stato creato 'sto file???? -msgid "" -"pixel size mismatch, pdl has %d channel pixels but %d channels are required" -msgstr "" -"grandezza dei pixel non prevista, pdl ha %d pixel di canali ma sono " -"richiesti %d canali" - -msgid "Previous" -msgstr "Precedente" - -msgid "unable to create '$fn': $!" -msgstr "non in grado di creare '$fn': $!" - -msgid "Load" -msgstr "Carico" - -msgid "WARNING: $function returned something that is not an image: \"$img\"\n" -msgstr "" -"ATTENZIONE: $function ha ritornato qualcosa che non e` una immagine: " -"\"$img\"\n" - -msgid "Command" -msgstr "Comando" - -msgid "accepting connections on port $Gimp::Net::default_tcp_port" -msgstr "ora accetto connessioni alla porta $Gimp::Net::default_tcp_port" - -msgid "perl-arrayref required as datatype for a gimp-array" -msgstr "perl-arrayref richiesto come tipo di dati per gimp-array" - -msgid "/Xtns/Create_Images" -msgstr "/Xtns/Crea_Immagine" - -msgid "Save $name" -msgstr "Salva $name" +#, fuzzy +msgid "Unable to read temporary image tile $tmp: $!" +msgstr "non riesco a leggere il file temporaneo $tmp: $!" msgid "run_mode must be INTERACTIVE, NONINTERACTIVE or RUN_WITH_LAST_VALS\n" msgstr "" "run_mode deve essere INTERACTIVE, NONINTERACTIVE oppure RUN_WITH_LAST_VALS\n" -msgid "illegal parasite specification, reference expected" -msgstr "specifica di parametro aggiuntivo illegale, riferimento atteso" +msgid "Font Selection Dialog ($desc)" +msgstr "Finestra di Selezione Font ($desc)" -msgid "Date/Version" -msgstr "Data/Versione" - -msgid "/Filters/Edge-Detect/2x2 Edge Detect" -msgstr "/Filters/Edge-Detect/2x2 Individuazione Contorni" - -msgid "Status" -msgstr "Status" - -msgid "/Layers/Center Layer" -msgstr "/Layers/Centra Livello" - -# preferibile Piano al posto di Livello -msgid "wrong authorization, aborting connection" -msgstr "Autorizzazione scorretta, ora interrompo la connessione" - -msgid "Copyright" -msgstr "Copyright" - -msgid "/Xtns/Render/Stamps" -msgstr "/Xtns/Render/Francobolli" - -msgid "interface=... tag is no longer supported\n" -msgstr "interface=... non e` piu` supportato\n" - -msgid "BG" -msgstr "Colore Sfondo" - -msgid "internal error (please report): too many main arguments" -msgstr "Errore interno (please report): troppi argomenti di main" - -msgid "" -"Expected an INT32 but got '%s'. Maybe you meant '%s' instead and forgot to " -"'use strict'" -msgstr "" -"Atteso un INT32 ma ottenuto '%s'. Forse intendevate %s e avete dimenticato " -"'use strict'" - -msgid "use'ing Gimp::PDL is no longer necessary, please remove it!\n" -msgstr "l'uso di Gimp:PDL non e` piu` necessario, rimuovetelo pure!\n" - -msgid "/Filters/Misc/Magick" -msgstr "/Filters/Misc/Magick" - -msgid "/Filters/Distorts/Scratches" -msgstr "/Filters/Distorts/Graffiatura" - -msgid "" -"malformed paramdef, expected [PARAM_TYPE,\"NAME\",\"DESCRIPTION\"] or " -"PARAM_TYPE" -msgstr "" -"paramdef malspecificato, atteso [PARAM_TYPE,\"NAME\",\"DESCRIPTION\"] o " -"PARAM_TYPE" - -msgid "/Filters/Colors/Fire" -msgstr "/Filters/Colors/Fuoco" - -msgid "last argument to gimp_pattern_select_widget must be scalar ref" -msgstr "" -"l'ultimo argomento di gimp_pattern_select_widget deve essere un riferinmento scalare" - -msgid "/Filters/Misc/Prepare for GIF" -msgstr "/Filters/Misc/Prepara per GIF" - -msgid "accepting connections on $unix_path" -msgstr "ricezione connessioni su $unix_path" - -msgid "Load $name" -msgstr "Carico $name" - -msgid "illegal type for colour specification" -msgstr "colore specificato di tipo illegale" +msgid "/Xtns/Render/Pixelgenerator" +msgstr "/Xtns/Render/Generatore Pixel" msgid "xlfd_unpack: unmatched XLFD '$fontname'\n" msgstr "xlfd_unpack: carattere XLFD '$fontname' non riscontrato\n" -msgid ", %d bytes data]" -msgstr ", %d bytes per dati]" +# msgid "Internal error: Gimp::Net #100, please report!" +# msgstr "" +msgid "" +"$function: function name contains unusual characters, good style is to use only " +"0-9, a-z and _" +msgstr "" +"$function: il nome della funzione contiene caratteri inusuali, e` buono stile " +"usare solo 0-9, a-z e _" + +msgid "Help" +msgstr "Aiuto" + +msgid "unable to fork: $!" +msgstr "non riesco a compiere operazione fork: $!" + +msgid "FG" +msgstr "Primo Piano" + +msgid "FATAL: unable to create $tmp: $!\n" +msgstr "FATALITA`: incapace di creare $tmp: $!\n" + +msgid "/Guides/Guide Grid" +msgstr "/Guide/Griglia di Guide" + +msgid "dunno how to return param type %d" +msgstr "impossibile passare tipo di argomento %d" + +msgid "/Filters/Colors/Colour To Alpha" +msgstr "/Filters/Colors/Colore ad Alfa" + +msgid "Image Types" +msgstr "Tipo Immagine" + +msgid "/Filters/Colors/Fire" +msgstr "/Filters/Colors/Fuoco" + +msgid "could not connect to the gimp server (make sure Perl-Server is running)" +msgstr "" +"non posso collegarmi al server gimp (assicurarsi che il Perl-Server sia in " +"esecuzione)" + +msgid "More..." +msgstr "Altro..." + +msgid "interface=... tag is no longer supported\n" +msgstr "interface=... non e` piu` supportato\n" msgid "Internal error: unable to convert reference in sv2net, please report!" msgstr "" "Errore interno: incapace di gestire argomento di tipoo '%c' in net2sv, per " "cortesia riportare" +msgid "/Guides/Perl-o-tine" +msgstr "/Guide/Perl-o-tine" + +msgid "Synopsis" +msgstr "Sinoposi" + +msgid "Plug-In Path" +msgstr "Percorso su disco per Plug-In" + +msgid "unable to convert Gimp::Drawable into Gimp::GDrawable (id %d)" +msgstr "non riesco a convertire Gimp::Drawable in Gimp::GDrawable (id %d)" + +msgid "Restore values to the previous ones" +msgstr "Ripristina i valori a quelli precedenti" + +msgid "/Filters/Animation/Apply Perl Expression" +msgstr "/Filters/Animation/Applica Espressione Perl" + +msgid "/Select/Triangle" +msgstr "/Select/Triangolo" + +msgid "/Xtns/Render/Stamps" +msgstr "/Xtns/Render/Francobolli" + +msgid "Illegal default font description for $function: $val\n" +msgstr "Font descriprion di default illegale per $function: $val\n" + +msgid "parameter '$entry->[1]' is not optional\n" +msgstr "parametro '$entry->[1]' non e` opzionale\n" + +msgid "-*-courier-medium-r-normal--*-120-*-*-*-*-*" +msgstr "-*-courier-medium-r-normal--*-120-*-*-*-*-*" + # msgid "Internal error: unable to convert reference in sv2net, please report!" # msgstr "" msgid "/Xtns/Render/Random Art #1" msgstr "/Xtns/Render/Arte casuale #1" -msgid "unable to create listening tcp socket: $!\n" -msgstr "non riesco a creare connessione tcp socket di ascolot: $!\n" +msgid "WARNING: client tried to unlock without holding a lock" +msgstr "" +"ATTENZIONE: il client ha tentato di sbloccare pur non trovando nessun vincolo" -msgid "/Filters/Map/Xach Shadows" -msgstr "/Filters/Map/Xach Shadows" +msgid "register called with too many or wrong arguments\n" +msgstr "registro chiamato con troppy o sbagliati argomenti\n" -msgid "Plug-In Path" -msgstr "Percorso su disco per Plug-In" +msgid "Internal error: Gimp::Net #101, please report!" +msgstr "Errore Interno: Gimp::Net #101." msgid "" -"gimp_pixel_rgns_register supports only 1, 2 or 3 arguments, upgrade to " -"gimp-1.1 and report this error" +"malformed paramdef, expected [PARAM_TYPE,\"NAME\",\"DESCRIPTION\"] or PARAM_TYPE" msgstr "" -"gimp_pixel_rgns_register supporta solo 1, 2 o 3 argomenti, aggiornare a " -"gimp-1.1 e riportare questo errore" - -msgid "accepted unix connection" -msgstr "connessione unix accettata" - -msgid "server going down..." -msgstr "arresto del server..." - -msgid "trying to start gimp with options \"$opt\"\n" -msgstr "ora provo ad eseguire gimp con le opzioni \"$opt\"\n" - -msgid "/Xtns/Animation/Seth Spin" -msgstr "/Xtns/Animation/Seth Spin" - -msgid "/Filters/Noise/Ditherize" -msgstr "/Filters/Noise/Ditherize" - -msgid "expected perl-server at other end of socket, got @r\n" -msgstr "" -"attendendo il perl-server durante la connessione socket, si riceve @r\n" - -msgid "too many" -msgstr "troppi" - -msgid "pdl height != region height" -msgstr "altezza pdl differisce da altezza regione" - -msgid "/Filters/Render/Add Glow" -msgstr "/Filters/Render/Aggiungi Glow" - -msgid "received QUIT request" -msgstr "richiesta di abbandono (QUIT) ricevuta" - -msgid "Author" -msgstr "Autore" - -msgid "/Xtns/Parasite Editor" -msgstr "/Xtns/Parasite Editor" - -msgid "/Xtns/PDB Explorer" -msgstr "/Xtns/Esploratore PDB" - -msgid "/Xtns/" -msgstr "/Xtns/" - -msgid " = [argument error]\n" -msgstr " = [argomento errato]\n" - -msgid "%s arguments for function '%s'" -msgstr "%s argomenti per funzione '%s'" - -msgid "/Xtns/Render/Povray/Preferences" -msgstr "/Xtns/Render/Povray/Preferenze" - -msgid " matching functions" -msgstr " abbinando funzioni" - -msgid "More..." -msgstr "Altro..." +"paramdef malspecificato, atteso [PARAM_TYPE,\"NAME\",\"DESCRIPTION\"] o " +"PARAM_TYPE" msgid "" -"Usage: $0 [gimp-args..] [interface-args..] [script-args..]\n" -" gimp-arguments are\n" -" -gimp used internally only\n" -" -h | -help | --help | -? print some help\n" -" -v | --verbose be more verbose in what you do\n" -" --host|--tcp HOST[:PORT] connect to HOST (optionally using " -"PORT)\n" -" (for more info, see Gimp::Net(3))\n" +"gimp_pixel_rgns_register supports only 1, 2 or 3 arguments, upgrade to gimp-1.1 " +"and report this error" msgstr "" -"Usage: $0 [gimp-args..] [interface-args..] [script-args..]\n" -" gimp-arguments are\n" -" -gimp usato solo internamente\n" -" -h | -help | --help | -? informazioni di aiuto\n" -" -v | --verbose \n" -" --host|--tcp HOST[:PORT] connessione all'HOST (opzionalmente " -"usando la porta PORT)\n" -" (per maggiori informazioni, vedere " -"Gimp::Net(3))\n" +"gimp_pixel_rgns_register supporta solo 1, 2 o 3 argomenti, aggiornare a gimp-1.1 " +"e riportare questo errore" -msgid "/Filters/Noise/Xach Vision" -msgstr "/Filters/Noise/Xach Vision" - -msgid "/Filters/Animation/Animate Cells" -msgstr "/Filters/Animazione/Animazione Celle" - -msgid "arguments to main not yet supported!" -msgstr "argomenti a main non ancora supportati!" - -msgid "unable to open Gimp::Net communications socket\n" -msgstr "impossibile aprire socket di comunicazione Gimp::Net\n" - -msgid "%s: procedural database execution failed" -msgstr "%s: fallimento di esecuzione database procedurale" - -msgid "authorization required for tcp connections" -msgstr "autorizzazione richiesta per la connessione tcp" - -msgid "WARNING: client disconnected while holding an active lock\n" +msgid "last argument to gimp_pattern_select_widget must be scalar ref" msgstr "" -"ATTENZIONE: sconnessione client durante un lock attivo\n" - -msgid "NAME" -msgstr "NOME" - -msgid "/Xtns/Perl/Server" -msgstr "/Xtns/Perl/Server" - -msgid "Help" -msgstr "Aiuto" - -msgid "function name contains dashes instead of underscores" -msgstr "nome di funzione contiene cancelletti ('#') anziche` '_'" - -msgid "authorization ok, but: $r[1]\n" -msgstr "autorizzazione accettata, ma : $r[1]\n" - -msgid "/Filters/Render/Highlight Edges" -msgstr "/Filters/Render/Evidenzia contorni" - -msgid "/Xtns/Animation/Billboard" -msgstr "/Xtns/Animation/Billboard" - -msgid "/Select/Triangle" -msgstr "/Select/Triangolo" - -msgid "no font specified, using default" -msgstr "nessun font specificato, utilizzo valore preimpostato" - -msgid "a color must have three components (array elements)" -msgstr "un colore deve avere tree componenti (elementi array)" - -msgid "/Xtns/Render/Pixelgenerator" -msgstr "/Xtns/Render/Generatore Pixel" - -msgid "conversion to type $pf_type2string{$type} is not yet implemented\n" -msgstr "conversione a tipo $pf_type2string{$type} non e` ancora implementata\n" - -msgid "gimp_tile_get_data is not yet implemented\n" -msgstr "gimp_tile_get_data non e` ancora implementata\n" - -msgid "/Filters/Colors/Map To Gradient" -msgstr "/Filters/Colors/Mappa a Gradiente" - -msgid "$_: unknown/illegal file-save option" -msgstr "$_: opzione salvataggio-file sconosciuta/illegale" - -msgid "unable to grok colour specification" -msgstr "impossibile accettare specificazione di colore" - -# grok ? -msgid "TYPE" -msgstr "TIPO" - -msgid "Gradient Selection Dialog" -msgstr "Finestra di Selezione Gradiente" - -msgid "Function Info" -msgstr "Info Funzione" - -msgid "unable to open $rgb_db_path" -msgstr "non riesco ad aprire $rgb_db_path" - -msgid "/Filters/Render/Random Blends" -msgstr "/Filters/Render/Sfumature Casuali" +"l'ultimo argomento di gimp_pattern_select_widget deve essere un riferinmento " +"scalare" msgid "" -"Internal error: asked to deobjectify an object not in the cache, please " -"report!" +"\n" +"\n" +"EMBEDDED POD DOCUMENTATION:\n" +"\n" msgstr "" -"Errore interno: incapace di gestire argomento di tipoo '%c' in net2sv, per " -"cortesia riportare" +"\n" +"\n" +"Documentazione POD associata:\n" +"\n" -msgid "/Script-Fu/Decor/Stampify" -msgstr "/Script-Fu/Decor/Stampify" +msgid "Internal error: stashname too long, please report!" +msgstr "Errore interno: stashname troppo lungo!" -msgid "too many arguments" -msgstr "troppi argomenti" +msgid "/Filters/Render/TeX String" +msgstr "/Filters/Render/Stringa TeX" -msgid "/Select/Round Rectangular Selection" -msgstr "/Select/Selezione Rettangolare arrotondata" - -msgid "/Filters/Map/Pixelmap" -msgstr "/Filters/Map/Pixelmap" - -msgid "gimp didn't return an execution status, fatal error" -msgstr "gimp non riesce a portare a termine l'operazione, errore fatale" - -# msgid "gimp didn't return an execution status, fatal error" -# msgstr "gimp non riesce a portare a termine l'operazione, errore fatale" -msgid "expected protocol version $Gimp::_PROT_VERSION, but server uses $r[0]\n" -msgstr "attesa versione di protocollo $Gimp::_PROT_VERSION, ma il server usa $r[0]\n" - -msgid "-*-helvetica-medium-r-normal-*-34-*-*-*-p-*-iso8859-1" -msgstr "-*-helvetica-medium-r-normal-*-34-*-*-*-p-*-iso8859-1" - -msgid "Restore values to the previous ones" -msgstr "Ripristina i valori a quelli precedenti" - -msgid "no additional information available, use --help\n" -msgstr "informazioni addizionali non disponibili, usare --help\n" - -msgid "/Filters/Render/Brushed Metal" -msgstr "/Filters/Render/Punte metallizzate" - -msgid "gimp_tile_set_data is not yet implemented\n" -msgstr "gimp_tile_set_data non e` ancora implementato\n" - -msgid " plug-in called without both image and drawable arguments!\n" -msgstr " plug-in chiamato senza argomenti dell'image e della figura!\n" - -msgid ", authorization required" -msgstr ", autorizzazione richiesta" +msgid "Fileselector for $name" +msgstr "Selettore di file per $name" msgid "unable to create listening unix socket: $!\n" msgstr "impossibile creare socket di connessione unix: $!\n" -msgid "" -"invalid GIMP_HOST: 'spawn' is not a valid connection method for the server" -msgstr "" -"GIMP_HOST invalido: 'spawn' non e` un metodo di connessione valido per il " -"server" +msgid ", %d bytes data]" +msgstr ", %d bytes per dati]" -msgid "Last Modified" -msgstr "Ultima modifica" +msgid "server requests authorization, but no authorization available\n" +msgstr "il server richiede autorizzazioni che non sono state passate\n" + +msgid "pdl height != region height" +msgstr "altezza pdl differisce da altezza regione" + +msgid "Internal error: unable to handle argtype '%c' in net2sv, please report!" +msgstr "" +"Errore interno: incapace di gestire argomento di tipoo '%c' in net2sv, per " +"cortesia riportare" + +msgid "Close" +msgstr "Chiudi" + +msgid "unable to open $rgb_db_path" +msgstr "non riesco ad aprire $rgb_db_path" + +msgid "/Filters/Noise/Xach Vision" +msgstr "/Filters/Noise/Xach Vision" + +msgid "/Filters/Colors/Map To Gradient" +msgstr "/Filters/Colors/Mappa a Gradiente" + +msgid "/Filters/Render/Add Glow" +msgstr "/Filters/Render/Aggiungi Glow" + +msgid "function name contains dashes instead of underscores" +msgstr "nome di funzione contiene cancelletti ('#') anziche` '_'" + +msgid "" +"$function: argument name '$p->[1]' contains illegal characters, only 0-9, a-z " +"and _ allowed" +msgstr "" +"$function: nome di argumento '$p->[1]' contiene caratteri illegal, solo 0-9, a-z " +"and _ allowed" + +msgid "" +"Expected an INT32 but got '%s'. Add '*1' if you really intend to pass in a string" +msgstr "" +"Atteso un INT32 ma avuto '%s'. Aggiungere '*1' se realmente si vuole passare in " +"una stringa" + +msgid "invalid GIMP_HOST: 'spawn' is not a valid connection method for the server" +msgstr "" +"GIMP_HOST invalido: 'spawn' non e` un metodo di connessione valido per il server" + +msgid "unable to open Gimp::Net communications socket\n" +msgstr "impossibile aprire socket di comunicazione Gimp::Net\n" + +# preferibile Piano al posto di Livello +msgid "wrong authorization, aborting connection" +msgstr "Autorizzazione scorretta, ora interrompo la connessione" msgid "/Filters/Map/Image Tile" msgstr "/Filters/Map/Tile Immagine" -msgid "Shortcuts" -msgstr "Scorciatoie" +msgid "WARNING" +msgstr "ATTENZIONE" + +msgid "Brush Selection Dialog" +msgstr "Schermata selezione punta" + +msgid "(none)" +msgstr "(niente)" + +msgid "/Script-Fu/Decor/Stampify" +msgstr "/Script-Fu/Decor/Stampify" + +msgid "/Filters/Distorts/BlowInOut" +msgstr "/Filters/Distorts/BlowInOut" + +msgid "authorization required for tcp connections" +msgstr "autorizzazione richiesta per la connessione tcp" msgid "" -"the gtk perl module is required to open a dialog\n" -"window, running with default values" +"Expected an INT32 but got '%s'. Maybe you meant '%s' instead and forgot to 'use " +"strict'" msgstr "" -"il module gtk perl e` richiesto per aprire una finestra di dialogo,\n" -"proseguo l'esecuzione con i valori preimpostati" +"Atteso un INT32 ma ottenuto '%s'. Forse intendevate %s e avete dimenticato 'use " +"strict'" -msgid "Internal error: stashname too long, please report!" -msgstr "" -"Errore interno: stashname troppo lungo!" +msgid "[undefined]" +msgstr "[non definito]" # msgid "Internal error: stashname too long, please report!" # msgstr "Errore interno: stashname troppo lungo, please report!" msgid "/Guides/Remove Guides" msgstr "/Guide/Rimuovi Guide" -msgid " plug-in called without the 3 standard arguments!\n" -msgstr " plug-in chiamato senza i 3 argomenti standard!\n" - -msgid "/Filters/Distorts/MirrorSplit" -msgstr "/Filters/Distorts/Divide Specchiato" - -msgid "Font Selection Dialog ($desc)" -msgstr "Finestra di Selezione Font ($desc)" - -msgid "/Filters/Misc/Webify" -msgstr "/Filters/Misc/Webify" - -msgid "Internal error: Gimp::Net #101, please report!" -msgstr "Errore Interno: Gimp::Net #101." - -msgid "/Filters/Colors/Colour To Alpha" -msgstr "/Filters/Colors/Colore ad Alfa" - -msgid "%s: procedural database execution failed on invalid input arguments" -msgstr "" -"%s: fallimento di esecuzione database procedurale su argomenti individuali " -"di ingresso" - -msgid "get current background colour from the gimp" -msgstr "ottiene il corrente colore di sfondo da gimp" - msgid "WARNING: shared locking requested but not implemented" msgstr "ATTENZIONE: richiesta condivisa di lock, ma non implementata" -msgid "(UNINITIALIZED)" -msgstr "(NON INIZIALIZZATO)" +msgid "%s: procedural database execution failed" +msgstr "%s: fallimento di esecuzione database procedurale" -msgid "parameter '$entry->[1]' is not optional\n" -msgstr "parametro '$entry->[1]' non e` opzionale\n" +msgid "/Filters/" +msgstr "/Filters/" -msgid "closing connection %d (%d requests in %g seconds)" -msgstr "ora chiudo connessione %d (%d richiesto in %g secondi)" +msgid "/Filters/Misc/Prepare for GIF" +msgstr "/Filters/Misc/Prepara per GIF" -msgid "$s: not an integer\n" -msgstr "$s: non e` un intero\n" +msgid ", authorization required" +msgstr ", autorizzazione richiesta" -msgid "unable to read '$fn': $!" -msgstr "incapace di leggere '$fn': $!" +msgid "unable to create socketpair for gimp communications: $!" +msgstr "non riesco a creare soketpair per comunicazioni gimp: $!" -msgid "/Xtns/Perl/Control Center" -msgstr "/Xtns/Perl/Centro di controllo" +msgid "trying to start gimp with options \"$opt\"\n" +msgstr "ora provo ad eseguire gimp con le opzioni \"$opt\"\n" -msgid "/Filters/Render/TeX String" -msgstr "/Filters/Render/Stringa TeX" +msgid "menupath _must_ start with , , , or !" +msgstr "" +"menupath _deve_ cominciare con , , , or !" -msgid "[undefined]" -msgstr "[non definito]" +msgid "/Xtns/Perl/Server" +msgstr "/Xtns/Perl/Server" -msgid "function/macro \"$name\" not found in $class" -msgstr "funzione/macro \"$name\" non trovata in $class" +msgid "accepted unix connection" +msgstr "connessione unix accettata" -msgid "accepted tcp connection from " -msgstr "accettata connessione tcp da " +msgid "gimp_tile_get_data is not yet implemented\n" +msgstr "gimp_tile_get_data non e` ancora implementata\n" -msgid "required callback '$cb' not found\n" -msgstr "callback '$cb' richiesto e non trovato\n" +msgid "dunno how to pass arg type %d" +msgstr "impossibile passare tipo di argomento %d" -msgid "/Layers/Stack/Reorder Layers" -msgstr "/Layers/Pila/Riordina livelli" +msgid "Browse" +msgstr "Esplora" -msgid "/Xtns/Render/Font Table" -msgstr "/Xtns/Render/Tabella Caratteri" +msgid "received QUIT request" +msgstr "richiesta di abbandono (QUIT) ricevuta" -msgid "illegal parasite specification, expected three array members" -msgstr "specificazione di parasite illegale, attesi tre membri di array" +msgid "unable to create '$fn': $!" +msgstr "non in grado di creare '$fn': $!" -msgid "authorization failed: $r[1]\n" -msgstr "autorizzazuione negata: $r[1]\n" +msgid "Author" +msgstr "Autore" -msgid "unable to read temporary file $tmp: $!" -msgstr "non riesco a leggere il file temporaneo $tmp: $!" +msgid "unable to create listening tcp socket: $!\n" +msgstr "non riesco a creare connessione tcp socket di ascolot: $!\n" -msgid "PDB Explorer - the olof edition (yet still an alpha version)" -msgstr "PDB Explorer - edizione olof (versione alpha)" - -msgid "FATAL: Gimp::Compat version mismatch\n" -msgstr "Avviso: la versione di Gimp::Compat non corrisponde a quella attesa\n" - -msgid "Illegal default font description for $function: $val\n" -msgstr "Font descriprion di default illegale per $function: $val\n" - -msgid "server version $Gimp::VERSION started" -msgstr "versione del server $Gimp::VERSION avviata" - -msgid "unable to convert Gimp::Drawable into Gimp::GDrawable (id %d)" -msgstr "non riesco a convertire Gimp::Drawable in Gimp::GDrawable (id %d)" +msgid "-*-helvetica-medium-r-normal-*-34-*-*-*-p-*-iso8859-1" +msgstr "-*-helvetica-medium-r-normal-*-34-*-*-*-p-*-iso8859-1" msgid "" "BLURB:\n" @@ -644,120 +379,357 @@ msgstr "" "\n" "$help" -msgid "authorization unnecessary" -msgstr "autorizzazione non necessaria" +msgid "/Filters/Distorts/Windify" +msgstr "/Filters/Distorts/Effetto Vento" -msgid "" -"$function: calling $AUTOLOAD without specifying the :auto import tag is " -"deprecated!\n" -msgstr "" -"$function: il richiamo a $AUTOLOAD senza specificare il tag di importazione " -":auto viene deprecato!\n" +# msgid "Unable to grok '%s' as colour specifier" +# msgstr "" +# grok +msgid "OK" +msgstr "OK" -msgid "Fileselector for $name" -msgstr "Selettore di file per $name" +msgid "gimp_tile_set_data is not yet implemented\n" +msgstr "gimp_tile_set_data non e` ancora implementato\n" + +msgid "argument incompatible with type IMAGE" +msgstr "argomento incompatibile con tipo IMAGE" msgid "accepting connections on port $port" msgstr "ora accetto connessioni alla porta $port" -msgid "/Filters/Misc/Border Average" -msgstr "/Filters/Misc/Media Bordo" +msgid "required callback '$cb' not found\n" +msgstr "callback '$cb' richiesto e non trovato\n" msgid "Internal error: Gimp::Net #100, please report!" msgstr "Errore Interno: Gimp::Net #100." -# msgid "Internal error: Gimp::Net #100, please report!" -# msgstr "" -msgid "" -"$function: function name contains unusual characters, good style is to use " -"only 0-9, a-z and _" -msgstr "" -"$function: il nome della funzione contiene caratteri inusuali, e` buono " -"stile usare solo 0-9, a-z e _" +msgid "/Select/Round Rectangular Selection" +msgstr "/Select/Selezione Rettangolare arrotondata" msgid "/Edit/Repeat & Duplicate" msgstr "/Edit/Ripeti e Duplica" -msgid "Close" -msgstr "Chiudi" - -msgid "" -"menupath _must_ start with , , , or !" -msgstr "" -"menupath _deve_ cominciare con , , , or !" - -msgid "/Filters/Render/Terral Text" -msgstr "/Filters/Render/Terral Text" - -msgid "illegal parasite specification, arrayref expected" -msgstr "specifica di parasite illegale, arrayref atteso" - -msgid "/Filters/Misc/Burst" -msgstr "/Filters/Misc/Burst" - -msgid "/Xtns/Render/Povray/Texture" -msgstr "/Xtns/Render/Povray/Texture" - -msgid "unable to fork: $!" -msgstr "non riesco a compiere operazione fork: $!" - -msgid "register called with too many or wrong arguments\n" -msgstr "registro chiamato con troppy o sbagliati argomenti\n" - -msgid "/Filters/Distorts/Windify" -msgstr "/Filters/Distorts/Effetto Vento" +msgid "Description" +msgstr "Descrizione" msgid "params and return_vals must be array refs (even if empty)!" msgstr "" "i parametri ed i valori di ritorno devono essere riferimenti ad array (anche " "quando vuoti)!" -msgid "$_ is not a valid import tag for package $pkg" -msgstr "$_ non e` un tag valido per importare il pacchetto $pkg" +msgid "$_: illegal switch, try $0 --help\n" +msgstr "$_: switch illegale, provare $0 --help\n" + +msgid "Unable to convert a reference to type '%s'" +msgstr "Incapace di convertire un riferimento a tipo '%s'" + +msgid "/Xtns/Render/Logos/Inner Bevel" +msgstr "/Xtns/Render/Logos/Inner Bevel" + +msgid "/Filters/Render/Random Blends" +msgstr "/Filters/Render/Sfumature Casuali" + +msgid "/Filters/Map/Pixelmap" +msgstr "/Filters/Map/Pixelmap" + +msgid "gimp procedure '%s' not found" +msgstr "procedura di gimp '%s' non trovata" + +msgid "Visual Scriptor" +msgstr "" + +msgid "server going down..." +msgstr "arresto del server..." + +msgid "Saving '$filename' as COLORHTML..." +msgstr "" + +msgid "unable to read temporary file $tmp: $!" +msgstr "non riesco a leggere il file temporaneo $tmp: $!" + +msgid "being called as '%s', but '%s' not registered in the pdb" +msgstr "being called as '%s', but '%s' not registered in the pdb" + +msgid "Shortcuts" +msgstr "Scorciatoie" + +msgid "/Filters/Render/Terral Text" +msgstr "/Filters/Render/Terral Text" + +msgid "/Xtns/PDB Explorer" +msgstr "/Xtns/Esploratore PDB" + +msgid "/Xtns/Create_Images" +msgstr "/Xtns/Crea_Immagine" + +msgid "9x15bold" +msgstr "9x15bold" + +msgid "unauthorized command received, aborting connection" +msgstr "ricevuto comando di mancata autorizzazione, chiudo connessione" + +msgid "%s: procedural database execution failed on invalid input arguments" +msgstr "" +"%s: fallimento di esecuzione database procedurale su argomenti individuali di " +"ingresso" + +msgid "NAME" +msgstr "NOME" + +msgid "WARNING: $function returned something that is not an image: \"$img\"\n" +msgstr "" +"ATTENZIONE: $function ha ritornato qualcosa che non e` una immagine: \"$img\"\n" + +msgid "/Filters/Map/Xach Blocks" +msgstr "/Filters/Map/Xach Blocks" + +msgid "FATAL: canonicalize_colour did not return a value!" +msgstr "Avviso: canonicalize_colour non ha ricevuto nessun valore!" + +msgid "export failed" +msgstr "" + +msgid "" +" interface-arguments are\n" +" -o | --output write image to disk, don't display\n" +" -i | --interact let the user edit the values first\n" +" script-arguments are\n" +msgstr "" +" interface-arguments sono\n" +" -o | --output scrive l'immagine su disco, non mostra\n" +" -i | --interact permette all'utente di prima interagire\n" +" script-argiments sono\n" + +msgid "/Filters/Edge-Detect/2x2 Edge Detect" +msgstr "/Filters/Edge-Detect/2x2 Individuazione Contorni" + +msgid "/Layers/Center Layer" +msgstr "/Layers/Centra Livello" + +msgid "closing connection %d (%d requests in %g seconds)" +msgstr "ora chiudo connessione %d (%d richiesto in %g secondi)" + +msgid "Reset all values to their default" +msgstr "Reimposta a valori standard" + +msgid "/Xtns/Gimp::Fu Example" +msgstr "/Xtns/Esempio Gimp::Fu" + +msgid "" +"Usage: $0 [gimp-args..] [interface-args..] [script-args..]\n" +" gimp-arguments are\n" +" -gimp used internally only\n" +" -h | -help | --help | -? print some help\n" +" -v | --verbose be more verbose in what you do\n" +" --host|--tcp HOST[:PORT] connect to HOST (optionally using PORT)\n" +" (for more info, see Gimp::Net(3))\n" +msgstr "" +"Usage: $0 [gimp-args..] [interface-args..] [script-args..]\n" +" gimp-arguments are\n" +" -gimp usato solo internamente\n" +" -h | -help | --help | -? informazioni di aiuto\n" +" -v | --verbose \n" +" --host|--tcp HOST[:PORT] connessione all'HOST (opzionalmente usando " +"la porta PORT)\n" +" (per maggiori informazioni, vedere " +"Gimp::Net(3))\n" + +msgid "too many arguments" +msgstr "troppi argomenti" + +msgid "dimension mismatch, pdl has dimension %d but at most %d dimensions allowed" +msgstr "" +"dimensione non prevista, pdl ha dimensione %d ma al piu` sono permesse %d " +"dimensioni" + +msgid "Load" +msgstr "Carico" + +msgid "unable to grok colour specification" +msgstr "impossibile accettare specificazione di colore" + +msgid "" +"the gtk perl module is required to open a dialog\n" +"window, running with default values" +msgstr "" +"il module gtk perl e` richiesto per aprire una finestra di dialogo,\n" +"proseguo l'esecuzione con i valori preimpostati" + +msgid "no additional information available, use --help\n" +msgstr "informazioni addizionali non disponibili, usare --help\n" + +msgid " matching functions" +msgstr " abbinando funzioni" + +msgid "Gradient Selection Dialog" +msgstr "Finestra di Selezione Gradiente" + +msgid "authorization ok, but: $r[1]\n" +msgstr "autorizzazione accettata, ma : $r[1]\n" + +msgid "function/macro \"$name\" not found in $class" +msgstr "funzione/macro \"$name\" non trovata in $class" + +msgid "Cannot call '$AUTOLOAD' at this time" +msgstr "Ora non posso chiamare '$AUTOLOAD'" msgid "/Xtns/Render/Yin-Yang" msgstr "/Xtns/Render/Yin-Yang" -msgid "Unsupported argumenttype $type" -msgstr "Tipo di argomento non supportato $type" +msgid "arguments to main not yet supported!" +msgstr "argomenti a main non ancora supportati!" -msgid "get current foreground colour from the gimp" -msgstr "utilizza il colore in primo piano di gimp" +msgid "accepting connections in $host" +msgstr "ora accetto connessioni in $host" -msgid "unable to accept unix connection: $!\n" -msgstr "impossibile accettare connessioni unix: $!\n" +msgid "FATAL: Gimp::Compat version mismatch\n" +msgstr "Avviso: la versione di Gimp::Compat non corrisponde a quella attesa\n" -msgid "/Xtns/Perl Example Plug-in" -msgstr "/Xtns/Plug-in Perl di Esempio" +msgid " (press Tab to complete)" +msgstr " (premere Tab per completare)" -msgid "/Filters/Render/Fit Text" -msgstr "/Filters/Render/Riempito da Testo" +msgid "Save $name" +msgstr "Salva $name" -msgid "Save" -msgstr "Salva" +msgid " plug-in called without both image and drawable arguments!\n" +msgstr " plug-in chiamato senza argomenti dell'image e della figura!\n" + +msgid "illegal type for colour specification" +msgstr "colore specificato di tipo illegale" + +msgid "get current background colour from the gimp" +msgstr "ottiene il corrente colore di sfondo da gimp" + +msgid "/Xtns/Render/Font Table" +msgstr "/Xtns/Render/Tabella Caratteri" msgid "" -"\n" -"\n" -"EMBEDDED POD DOCUMENTATION:\n" -"\n" +"Internal error: asked to deobjectify an object not in the cache, please report!" msgstr "" -"\n" -"\n" -"Documentazione POD associata:\n" -"\n" +"Errore interno: incapace di gestire argomento di tipoo '%c' in net2sv, per " +"cortesia riportare" -msgid "/Filters/Animation/Apply Perl Expression" -msgstr "/Filters/Animation/Applica Espressione Perl" +msgid "No horizontal or vertical guides found. Aborted." +msgstr "" + +msgid "Menu Path" +msgstr "Percorso del Menu" + +# grok ? +msgid "TYPE" +msgstr "TIPO" + +msgid "accepting connections on port $Gimp::Net::default_tcp_port" +msgstr "ora accetto connessioni alla porta $Gimp::Net::default_tcp_port" msgid "/Guides/To Selection" msgstr "/Guide/A Selezione" -msgid "Help for " -msgstr "Aiuto per " +msgid "/Filters/Noise/Feedback" +msgstr "/Filters/Noise/Feedback" -msgid "unsupported status code: %d, fatal error\n" -msgstr "codice di status non supportato: %d, errore fatale\n" +msgid "/Filters/Distorts/MirrorSplit" +msgstr "/Filters/Distorts/Divide Specchiato" + +msgid "/Xtns/Animation/Billboard" +msgstr "/Xtns/Animation/Billboard" + +msgid "/Filters/Misc/Border Average" +msgstr "/Filters/Misc/Media Bordo" + +msgid "/Filters/Blur/2x2 Blur" +msgstr "/Filters/Blur/2x2 Sfocatura" + +msgid "/Layers/Layer to Image Size" +msgstr "/Layers/Porta a Grandezza Immagine" + +msgid "conversion to type $pf_type2string{$type} is not yet implemented\n" +msgstr "conversione a tipo $pf_type2string{$type} non e` ancora implementata\n" + +# msgid "dunno how to pass arg type %d" +# msgstr "come passare il tipo di argomenti %d" +# ?dunno +msgid "interface '$interface_type' unsupported." +msgstr "interfaccia '$interface_type' non supportata.'" + +msgid "/Filters/Enhance/2x2 Contrast Enhance" +msgstr "/Filters/Enhance/2x2 Rafforza Contrasto" + +msgid " plug-in called without the 3 standard arguments!\n" +msgstr " plug-in chiamato senza i 3 argomenti standard!\n" + +msgid "Unable to grok '%s' as colour specifier" +msgstr "incapace di accettare specificazione di colore" + +msgid "gimp-perl-pixel functions require the PDL::Core module" +msgstr "la funzione gimp-perl-pixel richiede il modulo PDL:Core" + +msgid "a color must have three components (array elements)" +msgstr "un colore deve avere tree componenti (elementi array)" + +msgid "Defaults" +msgstr "Preimpostati" + +msgid "Copyright" +msgstr "Copyright" + +#, fuzzy +msgid "/Xtns/Render/Bricks" +msgstr "/Xtns/Render/Francobolli" + +msgid "WARNING: client disconnected while holding an active lock\n" +msgstr "ATTENZIONE: sconnessione client durante un lock attivo\n" + +msgid "argument is not of type %s" +msgstr "argomeno non del tipo %s" + +msgid "/Filters/Distorts/Scratches" +msgstr "/Filters/Distorts/Graffiatura" + +msgid "server version $Gimp::VERSION started" +msgstr "versione del server $Gimp::VERSION avviata" + +msgid "%s arguments for function '%s'" +msgstr "%s argomenti per funzione '%s'" + +msgid "/Xtns/Render/Logos/Glowing Steel" +msgstr "/Xtns/Render/Logos/Inner Bevel" + +msgid "only blessed scalars accepted here" +msgstr "qui si accettano solo scalari" + +msgid "/Guides/Center Guide" +msgstr "/Guide/Linee guida" + +msgid "gimp didn't return an execution status, fatal error" +msgstr "gimp non riesce a portare a termine l'operazione, errore fatale" + +# msgid "gimp didn't return an execution status, fatal error" +# msgstr "gimp non riesce a portare a termine l'operazione, errore fatale" +msgid "expected protocol version $Gimp::_PROT_VERSION, but server uses $r[0]\n" +msgstr "" +"attesa versione di protocollo $Gimp::_PROT_VERSION, ma il server usa $r[0]\n" + +msgid "illegal parasite specification, arrayref expected" +msgstr "specifica di parasite illegale, arrayref atteso" + +msgid "" +"dimension mismatch, pdl has dimension %d but at least %d dimensions required" +msgstr "" +"dimensioni sbagliate, pdl ha dimensione %d ma e` richiesta almeno una dimensione " +"pari a %d" + +msgid "Save" +msgstr "Salva" + +msgid "/Xtns/Perl/Control Center" +msgstr "/Xtns/Perl/Centro di controllo" + +msgid "Function Info" +msgstr "Info Funzione" + +msgid "no font specified, using default" +msgstr "nessun font specificato, utilizzo valore preimpostato" msgid "" "the gtk perl module is required to run\n" @@ -766,35 +738,57 @@ msgstr "" "il module perl gtk e` richiesto per eseguire\n" "questo plug-in nel modo interattivo\n" -msgid "/Xtns/Render/Golden Mean" -msgstr "/Xtns/Render/Golden Mean" +msgid "authorization failed: $r[1]\n" +msgstr "autorizzazuione negata: $r[1]\n" -msgid "/Filters/Distorts/BlowInOut" -msgstr "/Filters/Distorts/BlowInOut" +msgid "use'ing Gimp::PDL is no longer necessary, please remove it!\n" +msgstr "l'uso di Gimp:PDL non e` piu` necessario, rimuovetelo pure!\n" -msgid "dunno how to pass arg type %d" -msgstr "impossibile passare tipo di argomento %d" +msgid "Previous" +msgstr "Precedente" -# msgid "dunno how to pass arg type %d" -# msgstr "come passare il tipo di argomenti %d" -# ?dunno -msgid "interface '$interface_type' unsupported." -msgstr "interfaccia '$interface_type' non supportata.'" +msgid "/Filters/Map/Xach Shadows" +msgstr "/Filters/Map/Xach Shadows" -msgid "unable to accept tcp connection: $!\n" -msgstr "non riesco ad accettare connessione tcp: $!\n" +msgid "Command" +msgstr "Comando" -msgid "/Guides/Perl-o-tine" -msgstr "/Guide/Perl-o-tine" - -msgid " (press Tab to complete)" -msgstr " (premere Tab per completare)" +msgid "/Filters/Misc/Burst" +msgstr "/Filters/Misc/Burst" msgid "" -"dimension mismatch, pdl has dimension %d but at least %d dimensions required" +"$function: calling $AUTOLOAD without specifying the :auto import tag is " +"deprecated!\n" msgstr "" -"dimensioni sbagliate, pdl ha dimensione %d ma e` richiesta almeno una " -"dimensione pari a %d" +"$function: il richiamo a $AUTOLOAD senza specificare il tag di importazione " +":auto viene deprecato!\n" + +# msgid "FATAL: canonicalize_colour did not return a value!" +# msgstr "" +msgid "DESCRIPTION" +msgstr "DESCRIZIONE" + +msgid "Accelerator" +msgstr "Acceleratore" + +msgid "Cancel" +msgstr "Cancella" + +# notr +msgid "argument type %s expected (not %s)" +msgstr "atteso argomento di tipo %s (non %s)" + +msgid "BG" +msgstr "Colore Sfondo" + +msgid "internal error (please report): too many main arguments" +msgstr "Errore interno (please report): troppi argomenti di main" + +# #ma come e` stato creato 'sto file???? +msgid "pixel size mismatch, pdl has %d channel pixels but %d channels are required" +msgstr "" +"grandezza dei pixel non prevista, pdl ha %d pixel di canali ma sono richiesti %d " +"canali" msgid "This module was built without support for PDL." msgstr "Questo modulo e` stato costruito senza supporto di PDL." @@ -802,105 +796,136 @@ msgstr "Questo modulo e` stato costruito senza supporto di PDL." msgid "[unfinished]\n" msgstr "[non finito]\n" -msgid "/Xtns/Gimp::Fu Example" -msgstr "/Xtns/Esempio Gimp::Fu" - msgid "/Xtns/Homepage-Logo" msgstr "/Xtns/Logo per Homepage" -msgid "plug-in returned %d more values than expected" -msgstr "plug-in restituisce %d valori in piu` rispetto alle attese" +msgid "Date/Version" +msgstr "Data/Versione" -msgid "could not connect to the gimp server (make sure Perl-Server is running)" -msgstr "non posso collegarmi al server gimp (assicurarsi che il Perl-Server sia in " -"esecuzione)" +msgid "/Filters/Misc/Webify" +msgstr "/Filters/Misc/Webify" -msgid "FG" -msgstr "Primo Piano" - -msgid "Cannot call '$AUTOLOAD' at this time" -msgstr "Ora non posso chiamare '$AUTOLOAD'" - -msgid "/Guides/Guide Grid" -msgstr "/Guide/Griglia di Guide" - -msgid "unauthorized command received, aborting connection" -msgstr "ricevuto comando di mancata autorizzazione, chiudo connessione" - -msgid "Defaults" -msgstr "Preimpostati" +msgid "/Filters/Animation/Animate Cells" +msgstr "/Filters/Animazione/Animazione Celle" msgid "$function: argument/return value '$p->[1]' has illegal type '$p->[0]'" msgstr "" "$function: valore di argomento o di ritorno '$p->[1]' ha un tipo illegale " "'$p->[0]'" +msgid "function '$exe' not found in this script (must be one of " +msgstr "funzione '$exe' non trovata in questo script (deve essere una de " + +msgid "/Filters/Render/Highlight Edges" +msgstr "/Filters/Render/Evidenzia contorni" + +msgid "Status" +msgstr "Status" + +msgid "accepted tcp connection from " +msgstr "accettata connessione tcp da " + +msgid "Load $name" +msgstr "Carico $name" + +msgid " plug-in called without the 5 standard arguments!\n" +msgstr " plug-in chiamato senza i 5 argomenti standard!\n" + +msgid "/Xtns/Perl Example Plug-in" +msgstr "/Xtns/Plug-in Perl di Esempio" + +msgid "unable to accept unix connection: $!\n" +msgstr "impossibile accettare connessioni unix: $!\n" + +msgid "/Filters/Noise/Ditherize" +msgstr "/Filters/Noise/Ditherize" + +msgid "(UNINITIALIZED)" +msgstr "(NON INIZIALIZZATO)" + +msgid "unable to accept tcp connection: $!\n" +msgstr "non riesco ad accettare connessione tcp: $!\n" + +msgid "/Xtns/Parasite Editor" +msgstr "/Xtns/Parasite Editor" + +msgid "perl-arrayref required as datatype for a gimp-array" +msgstr "perl-arrayref richiesto come tipo di dati per gimp-array" + +msgid "Unable to open '$filename' for writing: $!\n" +msgstr "" + +msgid "Unsupported argumenttype $type" +msgstr "Tipo di argomento non supportato $type" + msgid "/Image/Colors/Alpha2Color" msgstr "/Immagine/Colori/Alfa a Colore" +msgid "/Filters/Misc/Magick" +msgstr "/Filters/Misc/Magick" + +# msgid "/Xtns/Render/Logos/Glowing Steel" +# msgstr "" +msgid "Color" +msgstr "Colore" + +msgid "illegal parasite specification, reference expected" +msgstr "specifica di parametro aggiuntivo illegale, riferimento atteso" + +msgid "authorization unnecessary" +msgstr "autorizzazione non necessaria" + +msgid "/Filters/Render/Brushed Metal" +msgstr "/Filters/Render/Punte metallizzate" + +msgid "Saving '$filename' as DATAURL..." +msgstr "" + msgid "Edit" msgstr "Modifica" msgid "text string is empty" msgstr "stringa di testo vuota" -msgid "server requests authorization, but no authorization available\n" -msgstr "il server richiede autorizzazioni che non sono state passate\n" +msgid "$_: unknown/illegal file-save option" +msgstr "$_: opzione salvataggio-file sconosciuta/illegale" -msgid "/Xtns/Render/Logos/Firetext" -msgstr "/Xtns/Render/Logo/Testo di fuoco" +msgid " = [argument error]\n" +msgstr " = [argomento errato]\n" -msgid "Image Types" -msgstr "Tipo Immagine" +msgid "/Xtns/" +msgstr "/Xtns/" -msgid "/Filters/" -msgstr "/Filters/" +msgid "plug-in returned %d more values than expected" +msgstr "plug-in restituisce %d valori in piu` rispetto alle attese" -msgid "/Filters/Map/Xach Blocks" -msgstr "/Filters/Map/Xach Blocks" +msgid "$_ is not a valid import tag for package $pkg" +msgstr "$_ non e` un tag valido per importare il pacchetto $pkg" -msgid "/Filters/Enhance/2x2 Contrast Enhance" -msgstr "/Filters/Enhance/2x2 Rafforza Contrasto" - -msgid "Menu Path" -msgstr "Percorso del Menu" - -msgid "" -"$function: argument name '$p->[1]' contains illegal characters, only 0-9, " -"a-z and _ allowed" +msgid "url size is too large ($max > 1024)\n" msgstr "" -"$function: nome di argumento '$p->[1]' contiene caratteri illegal, solo 0-9, " -"a-z and _ allowed" - -msgid "Unable to grok '%s' as colour specifier" -msgstr "incapace di accettare specificazione di colore" - -# msgid "Unable to grok '%s' as colour specifier" -# msgstr "" -# grok -msgid "OK" -msgstr "OK" - -msgid "9x15bold" -msgstr "9x15bold" msgid "illegal command received, aborting connection" msgstr "ricevuto comando illegale, chiudo connessione" -msgid "gimp-perl-pixel functions require the PDL::Core module" -msgstr "la funzione gimp-perl-pixel richiede il modulo PDL:Core" +msgid "Pattern Selection Dialog" +msgstr "Schermata selezione Motivo di riempimento" -msgid "Accelerator" -msgstr "Acceleratore" +msgid "get current foreground colour from the gimp" +msgstr "utilizza il colore in primo piano di gimp" -msgid "dunno how to return param type %d" -msgstr "impossibile passare tipo di argomento %d" +msgid "PDB Explorer - the olof edition (yet still an alpha version)" +msgstr "PDB Explorer - edizione olof (versione alpha)" -msgid "Cancel" -msgstr "Cancella" +msgid "not enough" +msgstr "non abbastanza" -msgid "/Layers/Layer to Image Size" -msgstr "/Layers/Porta a Grandezza Immagine" +#, fuzzy +msgid "/Xtns/Perl-Fu/Logos/3D Outline" +msgstr "/Xtns/Render/Logos/Inner Bevel" -msgid "(none)" -msgstr "(niente)" +msgid "accepting connections on $unix_path" +msgstr "ricezione connessioni su $unix_path" + +#~ msgid "/Xtns/Animation/Seth Spin" +#~ msgstr "/Xtns/Animation/Seth Spin"