diff -uraN gimp-2.2.5/ChangeLog gimp-2.2.6/ChangeLog --- gimp-2.2.5/ChangeLog 2005-04-09 21:46:14.000000000 +0200 +++ gimp-2.2.6/ChangeLog 2005-04-10 02:10:47.000000000 +0200 @@ -1,3 +1,26 @@ +2005-04-10 Sven Neumann + + * Made 2.2.6 release. + +2005-04-10 Sven Neumann + + * plug-ins/print/print.c: reverted the previous change, it was wrong + (see bug #169909). + +2005-04-10 Sven Neumann + + * configure.in: bumped version to 2.2.6, interface_age 6. + +2005-04-09 Sven Neumann + + * Made 2.2.5 release. + +2005-04-09 Sven Neumann + + * menus/Makefile.am + * tips/Makefile.am: changed the validate rules to work with srcdir + != builddir. + 2005-04-09 Sven Neumann Merged from HEAD branch: diff -uraN gimp-2.2.5/configure gimp-2.2.6/configure --- gimp-2.2.5/configure 2005-04-05 10:55:05.000000000 +0200 +++ gimp-2.2.6/configure 2005-04-10 01:56:50.000000000 +0200 @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.59 for GIMP 2.2.5. +# Generated by GNU Autoconf 2.59 for GIMP 2.2.6. # # Report bugs to . # @@ -423,8 +423,8 @@ # Identity of this package. PACKAGE_NAME='GIMP' PACKAGE_TARNAME='gimp' -PACKAGE_VERSION='2.2.5' -PACKAGE_STRING='GIMP 2.2.5' +PACKAGE_VERSION='2.2.6' +PACKAGE_STRING='GIMP 2.2.6' PACKAGE_BUGREPORT='http://bugzilla.gnome.org/enter_bug.cgi?product=GIMP' ac_unique_file="app/core/gimp.c" @@ -954,7 +954,7 @@ # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF -\`configure' configures GIMP 2.2.5 to adapt to many kinds of systems. +\`configure' configures GIMP 2.2.6 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1024,7 +1024,7 @@ if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of GIMP 2.2.5:";; + short | recursive ) echo "Configuration of GIMP 2.2.6:";; esac cat <<\_ACEOF @@ -1203,7 +1203,7 @@ test -n "$ac_init_help" && exit 0 if $ac_init_version; then cat <<\_ACEOF -GIMP configure 2.2.5 +GIMP configure 2.2.6 generated by GNU Autoconf 2.59 Copyright (C) 2003 Free Software Foundation, Inc. @@ -1217,7 +1217,7 @@ This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by GIMP $as_me 2.2.5, which was +It was created by GIMP $as_me 2.2.6, which was generated by GNU Autoconf 2.59. Invocation command line was $ $0 $@ @@ -1831,7 +1831,7 @@ # Define the identity of the package. PACKAGE='gimp' - VERSION='2.2.5' + VERSION='2.2.6' # Some tools Automake needs. @@ -1953,11 +1953,11 @@ GIMP_MAJOR_VERSION=2 GIMP_MINOR_VERSION=2 -GIMP_MICRO_VERSION=5 -GIMP_INTERFACE_AGE=5 -GIMP_BINARY_AGE=205 -GIMP_VERSION=2.2.5 -GIMP_REAL_VERSION=2.2.5 +GIMP_MICRO_VERSION=6 +GIMP_INTERFACE_AGE=6 +GIMP_BINARY_AGE=206 +GIMP_VERSION=2.2.6 +GIMP_REAL_VERSION=2.2.6 GIMP_API_VERSION=2.0 GIMP_APP_VERSION=2.2 GIMP_PLUGIN_VERSION=2.0 @@ -2009,7 +2009,7 @@ -LT_VERSION_INFO="200:5:200" +LT_VERSION_INFO="200:6:200" LT_CURRENT_MINUS_AGE=0 @@ -34522,7 +34522,7 @@ } >&5 cat >&5 <<_CSEOF -This file was extended by GIMP $as_me 2.2.5, which was +This file was extended by GIMP $as_me 2.2.6, which was generated by GNU Autoconf 2.59. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -34585,7 +34585,7 @@ cat >>$CONFIG_STATUS <<_ACEOF ac_cs_version="\\ -GIMP config.status 2.2.5 +GIMP config.status 2.2.6 configured by $0, generated by GNU Autoconf 2.59, with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\" @@ -34693,8 +34693,8 @@ gimp_major_ver=2 gimp_minor_ver=2 - gimp_micro_ver=5 - gimp_ver=2.2.5 + gimp_micro_ver=6 + gimp_ver=2.2.6 gimp_api_ver=2.0 diff -uraN gimp-2.2.5/configure.in gimp-2.2.6/configure.in --- gimp-2.2.5/configure.in 2005-04-05 10:54:40.000000000 +0200 +++ gimp-2.2.6/configure.in 2005-04-10 01:56:38.000000000 +0200 @@ -8,11 +8,11 @@ m4_define([gimp_major_version], [2]) m4_define([gimp_minor_version], [2]) -m4_define([gimp_micro_version], [5]) +m4_define([gimp_micro_version], [6]) m4_define([gimp_real_version], [gimp_major_version.gimp_minor_version.gimp_micro_version]) m4_define([gimp_version], [gimp_real_version]) -m4_define([gimp_interface_age], [5]) +m4_define([gimp_interface_age], [6]) m4_define([gimp_binary_age], [m4_eval(100 * gimp_minor_version + gimp_micro_version)]) diff -uraN gimp-2.2.5/libgimpbase/gimpversion.h gimp-2.2.6/libgimpbase/gimpversion.h --- gimp-2.2.5/libgimpbase/gimpversion.h 2005-02-24 11:33:58.000000000 +0100 +++ gimp-2.2.6/libgimpbase/gimpversion.h 2005-04-10 01:57:12.000000000 +0200 @@ -11,8 +11,8 @@ #define GIMP_MAJOR_VERSION (2) #define GIMP_MINOR_VERSION (2) -#define GIMP_MICRO_VERSION (5) -#define GIMP_VERSION "2.2.5" +#define GIMP_MICRO_VERSION (6) +#define GIMP_VERSION "2.2.6" #define GIMP_API_VERSION "2.0" #define GIMP_CHECK_VERSION(major, minor, micro) \ (GIMP_MAJOR_VERSION > (major) || \ diff -uraN gimp-2.2.5/NEWS gimp-2.2.6/NEWS --- gimp-2.2.5/NEWS 2005-04-09 21:46:14.000000000 +0200 +++ gimp-2.2.6/NEWS 2005-04-10 01:56:38.000000000 +0200 @@ -1,4 +1,4 @@ -2The GNU Image Manipulation Program Version 2.2 +The GNU Image Manipulation Program Version 2.2 ---------------------------------------------- This is the stable branch of GIMP 2.2. Only bug-fixes are applied @@ -6,6 +6,11 @@ released as GIMP version 2.4. +Changes in GIMP 2.2.6 +===================== +- reverted change to the print plug-in (see bug #169909) + + Bugs fixed in GIMP 2.2.5 ======================== - fixed double-click behaviour of GimpButton diff -uraN gimp-2.2.5/plug-ins/print/print.c gimp-2.2.6/plug-ins/print/print.c --- gimp-2.2.5/plug-ins/print/print.c 2005-04-09 21:46:23.000000000 +0200 +++ gimp-2.2.6/plug-ins/print/print.c 2005-04-10 01:56:40.000000000 +0200 @@ -1,5 +1,5 @@ /* - * "$Id: print.c,v 1.66.2.1 2005/04/09 19:42:31 neo Exp $" + * "$Id: print.c,v 1.66.2.2 2005/04/09 23:55:13 neo Exp $" * * Print plug-in for the GIMP. * @@ -429,7 +429,7 @@ close (pipefd[0]); close (pipefd[1]); execl ("/bin/sh", "/bin/sh", "-c", - g_shell_quote (stp_get_output_to (vars)), NULL); + stp_get_output_to (vars), NULL); /* NOTREACHED */ exit (1); } else { @@ -1240,5 +1240,5 @@ } /* - * End of "$Id: print.c,v 1.66.2.1 2005/04/09 19:42:31 neo Exp $". + * End of "$Id: print.c,v 1.66.2.2 2005/04/09 23:55:13 neo Exp $". */ diff -uraN gimp-2.2.5/po-libgimp/sk.po gimp-2.2.6/po-libgimp/sk.po --- gimp-2.2.5/po-libgimp/sk.po 2005-04-09 23:09:08.000000000 +0200 +++ gimp-2.2.6/po-libgimp/sk.po 2005-04-10 02:11:37.000000000 +0200 @@ -3,7 +3,7 @@ # Zdenko Podobný , 2002,2003, 2004. # Marcel Telka , 2005. # -# $Id: sk.po,v 1.76.2.4 2005/03/20 19:06:12 marcel Exp $ +# $Id: sk.po,v 1.76.2.5 2005/04/09 21:38:41 neo Exp $ # msgid "" msgstr "" diff -uraN gimp-2.2.5/po-libgimp/sv.po gimp-2.2.6/po-libgimp/sv.po --- gimp-2.2.5/po-libgimp/sv.po 2005-04-09 23:09:08.000000000 +0200 +++ gimp-2.2.6/po-libgimp/sv.po 2005-04-10 02:11:38.000000000 +0200 @@ -4,7 +4,7 @@ # Christian Rose , 2000, 2001, 2002, 2003. # Jan Morén (jan.moren@lucs.lu.se> 2003. # -# $Id: sv.po,v 1.85.2.3 2005/02/22 22:35:56 neo Exp $ +# $Id: sv.po,v 1.85.2.4 2005/04/09 21:38:41 neo Exp $ # msgid "" msgstr "" diff -uraN gimp-2.2.5/po-plug-ins/bg.gmo gimp-2.2.6/po-plug-ins/bg.gmo --- gimp-2.2.5/po-plug-ins/bg.gmo 2005-04-09 23:09:28.000000000 +0200 +++ gimp-2.2.6/po-plug-ins/bg.gmo 2005-04-10 02:12:00.000000000 +0200 @@ -1,6 +1,6 @@ $,8f9Project-Id-Version: gimp 2-2 Report-Msgid-Bugs-To: -POT-Creation-Date: 2005-04-09 21:56+0200 +POT-Creation-Date: 2005-04-10 02:11+0200 PO-Revision-Date: 2005-02-18 19:45+0200 Last-Translator: Alexander Shopov Language-Team: Bulgarian diff -uraN gimp-2.2.5/po-plug-ins/bg.po gimp-2.2.6/po-plug-ins/bg.po --- gimp-2.2.5/po-plug-ins/bg.po 2005-04-09 23:09:10.000000000 +0200 +++ gimp-2.2.6/po-plug-ins/bg.po 2005-04-10 02:11:43.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: gimp 2-2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-04-09 21:56+0200\n" +"POT-Creation-Date: 2005-04-10 02:11+0200\n" "PO-Revision-Date: 2005-02-18 19:45+0200\n" "Last-Translator: Alexander Shopov \n" "Language-Team: Bulgarian \n" diff -uraN gimp-2.2.5/po-plug-ins/ca.gmo gimp-2.2.6/po-plug-ins/ca.gmo --- gimp-2.2.5/po-plug-ins/ca.gmo 2005-04-09 23:09:28.000000000 +0200 +++ gimp-2.2.6/po-plug-ins/ca.gmo 2005-04-10 02:12:00.000000000 +0200 @@ -441,7 +441,7 @@ cmcyancyan_ke-_mailgreengzip archivehueinvalid formatted GFlare file: %s k(1-x^p)k(1-x^p) steppedkx^pkx^p steppedk{x(1-x)}^pk{x(1-x)}^p steppedluma_y470luma_y470fluma_y709luma_y709fmagentamagenta_kmillisecondsnot found %s in gflares_listpixelspixels from _toppixels from l_eftpixels/%aredredness_cr470redness_cr470fredness_cr709redness_cr709fsaturationsin^p, steppedsin^p-based functionsome sort of error with the file extension or lack thereofthe _Whole Screento alphavaluex (pixels)y (pixels)yellowyellow_kProject-Id-Version: GIMP 2 Report-Msgid-Bugs-To: -POT-Creation-Date: 2005-04-09 21:56+0200 +POT-Creation-Date: 2005-04-10 02:11+0200 PO-Revision-Date: 2005-01-23 19:32+0100 Last-Translator: Xavier Beà Language-Team: Catalan diff -uraN gimp-2.2.5/po-plug-ins/ca.po gimp-2.2.6/po-plug-ins/ca.po --- gimp-2.2.5/po-plug-ins/ca.po 2005-04-09 23:09:10.000000000 +0200 +++ gimp-2.2.6/po-plug-ins/ca.po 2005-04-10 02:11:43.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: GIMP 2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-04-09 21:56+0200\n" +"POT-Creation-Date: 2005-04-10 02:11+0200\n" "PO-Revision-Date: 2005-01-23 19:32+0100\n" "Last-Translator: Xavier Beà \n" "Language-Team: Catalan \n" @@ -10997,7 +10997,7 @@ msgid "Drawing Maze..." msgstr "S'està dibuixant el laberint..." -# $Id: ca.po,v 1.59.2.4 2005/02/22 22:35:58 neo Exp $ +# $Id: ca.po,v 1.59.2.5 2005/04/09 21:38:42 neo Exp $ #: ../plug-ins/maze/maze.h:2 msgid "Maze" msgstr "Laberint" diff -uraN gimp-2.2.5/po-plug-ins/cs.gmo gimp-2.2.6/po-plug-ins/cs.gmo --- gimp-2.2.5/po-plug-ins/cs.gmo 2005-04-09 23:09:28.000000000 +0200 +++ gimp-2.2.6/po-plug-ins/cs.gmo 2005-04-10 02:12:00.000000000 +0200 @@ -443,7 +443,7 @@ cmcyancyan_ke-_mailgreengzip archivehueinvalid formatted GFlare file: %s k(1-x^p)k(1-x^p) steppedkx^pkx^p steppedk{x(1-x)}^pk{x(1-x)}^p steppedluma_y470luma_y470fluma_y709luma_y709fmagentamagenta_kmillisecondsnot found %s in gflares_listpixelspixels from _toppixels from l_eftpixels/%aredredness_cr470redness_cr470fredness_cr709redness_cr709fsaturationsin^p, steppedsin^p-based functionsome sort of error with the file extension or lack thereofthe _Whole Screento alphavaluex (pixels)y (pixels)yellowyellow_kProject-Id-Version: gimp-plug-ins VERSION Report-Msgid-Bugs-To: -POT-Creation-Date: 2005-04-09 21:56+0200 +POT-Creation-Date: 2005-04-10 02:11+0200 PO-Revision-Date: 2005-03-22 09:31+0100 Last-Translator: Miloslav Trmac Language-Team: Czech diff -uraN gimp-2.2.5/po-plug-ins/cs.po gimp-2.2.6/po-plug-ins/cs.po --- gimp-2.2.5/po-plug-ins/cs.po 2005-04-09 23:09:11.000000000 +0200 +++ gimp-2.2.6/po-plug-ins/cs.po 2005-04-10 02:11:44.000000000 +0200 @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: gimp-plug-ins VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-04-09 21:56+0200\n" +"POT-Creation-Date: 2005-04-10 02:11+0200\n" "PO-Revision-Date: 2005-03-22 09:31+0100\n" "Last-Translator: Miloslav Trmac \n" "Language-Team: Czech \n" diff -uraN gimp-2.2.5/po-plug-ins/da.gmo gimp-2.2.6/po-plug-ins/da.gmo --- gimp-2.2.5/po-plug-ins/da.gmo 2005-04-09 23:09:28.000000000 +0200 +++ gimp-2.2.6/po-plug-ins/da.gmo 2005-04-10 02:12:00.000000000 +0200 @@ -307,7 +307,7 @@ which has no alpha channel.Z scale (size)Z:ZealousCropping(tm)...ZoomZoom inZoom in (make image bigger)Zoom outZoom out (make image smaller)_3x3_Abbreviation:_Adaptive_Additive_Advanced_Alpha_Alpha:_Amount:_Amplitude:_Angle:_Animate_Antialiasing_Automatically convert_Azimuth:_Background_Base URL:_Bilinear_Black_Blacken_Blast_Blend_Blue_Blue:_Border:_Bottom:_Box_Brightness_Brightness:_Brush_Bump Map_Bumpmap_Copy_Deflate_Depth:_Derivative_Description:_Detail:_Digits:_Displacement:_Distorted_Dots_Edit_Effect Image:_Elevation:_Emboss_Encapsulated PostScript_Entire Image_Environment Map_Exponent:_Factor:_File_Filename:_Font:_Force_Fractals_Free_Ftp Site_Gamma:_General_Gopher_Gradient_Gray:_Green_Green:_Grey_Grow_Height_Height:_Help_Hex_Hidden_Holdness:_Horizontal_Horizontal:_Horz. Spacing:_Hue_ID:_Ideal_Ignore_Inch_Input SPI:_Insert_Interlacing (Adam7)_Invert_JPEG_JavaScript_Keep NCSA circles true_Kill_LZW_Laplace_Large staggered_Left_Left Start at:_Light_Linear_Lines_Link_Lower_MIME_Mapping_Material_Max (%):_Max Depth:_Midtones_Millimeter_Mirror_Misc Ops._Monochrome_Move_No. Across:_None_Normal_Pack Bits_Parameters_Period:_Phase:_Ping Pong_Plural:_Polygon_Presets_Preview_Preview!_Prompt for area info_Psychobilly_RGB_RLE compression_RLE encoded_Radial_Radius:_Randomize_Rays_Recipient:_Rectangle_Red:_Redo %s_Reflective_Remove_Rendering_Require default URL_Right_Right Border_Rotated_Saturation_Saturation:_Search:_Second Flares_Sender:_Settings_Sharpness:_Size_Size:_Smear_Snap-To Grid Enabled_Speed:_Spokes:_Square_Squares_Staggered_Strength:_Symbol:_Target frame name/ID: (optional - used for FRAMES only)_Thickness:_Threshold_Threshold:_Title:_Tools_Top Start at:_Top:_Transparent_URL to activate when this area is clicked: (required)_Undo %s_Update_Upper_Upper Border_Use double-sized grab handles_Uuencode_Value_Value:_Variation:_Vert. Spacing:_Vertical_Vertical:_View_Voronoi_Warp_Waterlevel:_Wavelength:_Web Site_White_Wide-striped_Width_Width:_Wind_Wrap_X Scale:_X:_Y Scale:_Y:_Yellow_Z:_Zoom_Zoom:`Default' is created.a _Single Windowafteralphablackblueblueness_cb470blueness_cb470fblueness_cb709blueness_cb709fcmcyancyan_ke-_mailgreenhueinvalid formatted GFlare file: %s k(1-x^p)k(1-x^p) steppedkx^pkx^p steppedk{x(1-x)}^pk{x(1-x)}^p steppedluma_y470luma_y470fluma_y709luma_y709fmagentamagenta_kmillisecondsnot found %s in gflares_listpixelspixels from _toppixels from l_eftpixels/%aredredness_cr470redness_cr470fredness_cr709redness_cr709fsaturationsin^p, steppedsin^p-based functionsome sort of error with the file extension or lack thereofthe _Whole Screenvaluex (pixels)y (pixels)yellowyellow_kProject-Id-Version: GIMP plug-ins /gnome-cvs Report-Msgid-Bugs-To: -POT-Creation-Date: 2005-04-09 21:56+0200 +POT-Creation-Date: 2005-04-10 02:11+0200 PO-Revision-Date: 2005-02-15 22:58+0100 Last-Translator: Ole Laursen Language-Team: Danish diff -uraN gimp-2.2.5/po-plug-ins/da.po gimp-2.2.6/po-plug-ins/da.po --- gimp-2.2.5/po-plug-ins/da.po 2005-04-09 23:09:11.000000000 +0200 +++ gimp-2.2.6/po-plug-ins/da.po 2005-04-10 02:11:44.000000000 +0200 @@ -32,7 +32,7 @@ msgstr "" "Project-Id-Version: GIMP plug-ins /gnome-cvs\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-04-09 21:56+0200\n" +"POT-Creation-Date: 2005-04-10 02:11+0200\n" "PO-Revision-Date: 2005-02-15 22:58+0100\n" "Last-Translator: Ole Laursen \n" "Language-Team: Danish \n" diff -uraN gimp-2.2.5/po-plug-ins/de.gmo gimp-2.2.6/po-plug-ins/de.gmo --- gimp-2.2.5/po-plug-ins/de.gmo 2005-04-09 23:09:29.000000000 +0200 +++ gimp-2.2.6/po-plug-ins/de.gmo 2005-04-10 02:12:00.000000000 +0200 @@ -463,7 +463,7 @@ cmcyancyan_ke-_mailgreengzip archivehueinvalid formatted GFlare file: %s k(1-x^p)k(1-x^p) steppedkx^pkx^p steppedk{x(1-x)}^pk{x(1-x)}^p steppedluma_y470luma_y470fluma_y709luma_y709fmagentamagenta_kmillisecondsnot found %s in gflares_listpixelspixels from _toppixels from l_eftpixels/%aredredness_cr470redness_cr470fredness_cr709redness_cr709fsaturationsin^p, steppedsin^p-based functionsome sort of error with the file extension or lack thereofthe _Whole Screento alphavaluex (pixels)y (pixels)yellowyellow_kProject-Id-Version: GIMP 2.2 Report-Msgid-Bugs-To: -POT-Creation-Date: 2005-04-09 21:56+0200 +POT-Creation-Date: 2005-04-10 02:11+0200 PO-Revision-Date: 2005-01-28 18:36+0100 Last-Translator: Sven Neumann Language-Team: German diff -uraN gimp-2.2.5/po-plug-ins/de.po gimp-2.2.6/po-plug-ins/de.po --- gimp-2.2.5/po-plug-ins/de.po 2005-04-09 23:09:12.000000000 +0200 +++ gimp-2.2.6/po-plug-ins/de.po 2005-04-10 02:11:45.000000000 +0200 @@ -14,7 +14,7 @@ msgstr "" "Project-Id-Version: GIMP 2.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-04-09 21:56+0200\n" +"POT-Creation-Date: 2005-04-10 02:11+0200\n" "PO-Revision-Date: 2005-01-28 18:36+0100\n" "Last-Translator: Sven Neumann \n" "Language-Team: German \n" diff -uraN gimp-2.2.5/po-plug-ins/el.gmo gimp-2.2.6/po-plug-ins/el.gmo --- gimp-2.2.5/po-plug-ins/el.gmo 2005-04-09 23:09:29.000000000 +0200 +++ gimp-2.2.6/po-plug-ins/el.gmo 2005-04-10 02:12:00.000000000 +0200 @@ -39,7 +39,7 @@ s`/=28<1#-e/}t@ d"0Sn VW>:$ CBh!E~P_+7^5*D7;3J"&HrN5 wx3j.iAQ'(BE?y#941  K4,!6 :m Hg+ O?cu,XD [)'LYMGI{CF|(86 *q)(None)A_ddA_ngle:AbbreviationAboutActionAdditionAlphaAlpha:Angle:AntialiasingApplyArea:ArrowAsciiAuthor:AutoAutomaticAvailable Images:Back:BackgroundBackground ColorBackground:BlackBlack:BlueBlue:BorderBothBottom:BoxBrowseCMYCMYKCX:CY:CenterChannelsCircleClearCo_lorsColorColor DensityColor Selection DialogColor:ColorsColors:Command:CommentComment:ComposeCompressionContrast:CopyCopyright:CreateCubismCustom Color:CutCyanCyan:CylinderCylinder lengthDICOM imageDate:DefaultDeleteDensity:Description:Destination:DiamondDigitsDimension:Dimensions:DirectionDivisionEditError opening fileError reading fileFileFilename:FilmFilterForegroundFromFrom:FunctionGIF WarningGIMP ExtensionGeneral OptionsGeneral optionsGr_eyGrabGradientGrayGrayscaleGreenGreen:GreyGridHSVHeight:High _Quality previewHorizontalHueHue:IDInchInitial value:Iterations:JPEG previewJuliaL_ength:LambdaLandscapeLeft:LightLineLinearLogarithmicLoopMagentaMagenta:ManualModeMoveMove DownMove UpNameNew UnitNoneNormalNormal:Number of ColorsNumber of colors:NumberingO_ptionsO_rientationOpacity:OpenOptionsOrientationOutputPPD File:PPIP_aperPages:ParametersPastePercentPhotographPixelsPlacementPointPolygonPortraitPositionPreferencesPreviewPrint to FilePrinter Model:Printer SettingsQuality:RGBRGBARandomRe_dRectangleRedRed:RedoReplaceResolutionResolution:RewindRight:RotationRotation:Sat_urationSaturationSaturation:SaveSave as BMPSave as GIFSave as JPEGSave as MNGSave as PNGSave as PNMSave as SGISave as SUNRASSave as TGASave as TIFFSave as TextSave as XBMSave as XJTSave as XPMScale X:ScreenSeascapeSelectSelect AllSelect ColorSelect allSelectionSettingsShear:ShiftShowSimpleSizeSize (%):Size:SolidSpacing:SphereSpiderStandardStepStyleSymbolTemporaryThreshold:TileToTo:ToolsTop:TransparentTransparent backgroundTypeType:URLURL: %sUndoUnitUnit EditorUnitsUnits:UnselectUnselect AllUntitledUpdateValueValue:VerticalVideoWarningWavesWhiteWidth:WindWindowsWindows BMP imageX:Y:YellowYellow:ZoomZoom inZoom out_3x3_Angle:_Black_Blue_Blue:_Bottom:_Box_Brush_Copy_Description:_Edit_File_Font:_Green_Green:_Height_Height:_Help_Hue_Inch_JavaScript_Left_Lines_Mirror_Parameters_Polygon_Preview_Preview!_Print..._Red:_Right_Saturation_Saturation:_Search:_Settings_Size_Size:_Speed:_Threshold:_Title:_Tools_Top:_Update_Value_Value:_View_White_Width_Width:_Wind_X:_Y:afterblackbluebzip archivecmcyane-_mailgreengzip archivehuemagentapixelsredsaturationvalueyellowProject-Id-Version: el Report-Msgid-Bugs-To: -POT-Creation-Date: 2005-04-09 21:56+0200 +POT-Creation-Date: 2005-04-10 02:11+0200 PO-Revision-Date: 2004-10-22 15:51+0300 Last-Translator: Nikos Charonitakis Language-Team: diff -uraN gimp-2.2.5/po-plug-ins/el.po gimp-2.2.6/po-plug-ins/el.po --- gimp-2.2.5/po-plug-ins/el.po 2005-04-09 23:09:12.000000000 +0200 +++ gimp-2.2.6/po-plug-ins/el.po 2005-04-10 02:11:45.000000000 +0200 @@ -11,7 +11,7 @@ msgstr "" "Project-Id-Version: el\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-04-09 21:56+0200\n" +"POT-Creation-Date: 2005-04-10 02:11+0200\n" "PO-Revision-Date: 2004-10-22 15:51+0300\n" "Last-Translator: Nikos Charonitakis \n" "Language-Team: \n" diff -uraN gimp-2.2.5/po-plug-ins/en_CA.gmo gimp-2.2.6/po-plug-ins/en_CA.gmo --- gimp-2.2.5/po-plug-ins/en_CA.gmo 2005-04-09 23:09:29.000000000 +0200 +++ gimp-2.2.6/po-plug-ins/en_CA.gmo 2005-04-10 02:12:00.000000000 +0200 @@ -472,7 +472,7 @@ cmcyancyan_ke-_mailgreengzip archivehueinvalid formatted GFlare file: %s k(1-x^p)k(1-x^p) steppedkx^pkx^p steppedk{x(1-x)}^pk{x(1-x)}^p steppedluma_y470luma_y470fluma_y709luma_y709fmagentamagenta_kmillisecondsnot found %s in gflares_listpixelspixels from _toppixels from l_eftpixels/%aredredness_cr470redness_cr470fredness_cr709redness_cr709fsaturationsin^p, steppedsin^p-based functionsome sort of error with the file extension or lack thereofthe _Whole Screento alphavaluex (pixels)y (pixels)yellowyellow_kProject-Id-Version: gimp plug-ins Report-Msgid-Bugs-To: -POT-Creation-Date: 2005-04-09 21:56+0200 +POT-Creation-Date: 2005-04-10 02:11+0200 PO-Revision-Date: 2005-01-26 14:31-0400 Last-Translator: Adam Weinberger Language-Team: English/Canada diff -uraN gimp-2.2.5/po-plug-ins/en_CA.po gimp-2.2.6/po-plug-ins/en_CA.po --- gimp-2.2.5/po-plug-ins/en_CA.po 2005-04-09 23:09:13.000000000 +0200 +++ gimp-2.2.6/po-plug-ins/en_CA.po 2005-04-10 02:11:46.000000000 +0200 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: gimp plug-ins\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-04-09 21:56+0200\n" +"POT-Creation-Date: 2005-04-10 02:11+0200\n" "PO-Revision-Date: 2005-01-26 14:31-0400\n" "Last-Translator: Adam Weinberger \n" "Language-Team: English/Canada \n" diff -uraN gimp-2.2.5/po-plug-ins/en_GB.gmo gimp-2.2.6/po-plug-ins/en_GB.gmo --- gimp-2.2.5/po-plug-ins/en_GB.gmo 2005-04-09 23:09:29.000000000 +0200 +++ gimp-2.2.6/po-plug-ins/en_GB.gmo 2005-04-10 02:12:01.000000000 +0200 @@ -470,7 +470,7 @@ cmcyancyan_ke-_mailgreengzip archivehueinvalid formatted GFlare file: %s k(1-x^p)k(1-x^p) steppedkx^pkx^p steppedk{x(1-x)}^pk{x(1-x)}^p steppedluma_y470luma_y470fluma_y709luma_y709fmagentamagenta_kmillisecondsnot found %s in gflares_listpixelspixels from _toppixels from l_eftpixels/%aredredness_cr470redness_cr470fredness_cr709redness_cr709fsaturationsin^p, steppedsin^p-based functionsome sort of error with the file extension or lack thereofthe _Whole Screento alphavaluex (pixels)y (pixels)yellowyellow_kProject-Id-Version: gimp CVS Report-Msgid-Bugs-To: -POT-Creation-Date: 2005-04-09 21:56+0200 +POT-Creation-Date: 2005-04-10 02:11+0200 PO-Revision-Date: 2005-02-15 23:46+0100 Last-Translator: David Lodge Language-Team: diff -uraN gimp-2.2.5/po-plug-ins/en_GB.po gimp-2.2.6/po-plug-ins/en_GB.po --- gimp-2.2.5/po-plug-ins/en_GB.po 2005-04-09 23:09:13.000000000 +0200 +++ gimp-2.2.6/po-plug-ins/en_GB.po 2005-04-10 02:11:46.000000000 +0200 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: gimp CVS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-04-09 21:56+0200\n" +"POT-Creation-Date: 2005-04-10 02:11+0200\n" "PO-Revision-Date: 2005-02-15 23:46+0100\n" "Last-Translator: David Lodge \n" "Language-Team: \n" diff -uraN gimp-2.2.5/po-plug-ins/es.gmo gimp-2.2.6/po-plug-ins/es.gmo --- gimp-2.2.5/po-plug-ins/es.gmo 2005-04-09 23:09:29.000000000 +0200 +++ gimp-2.2.6/po-plug-ins/es.gmo 2005-04-10 02:12:01.000000000 +0200 @@ -455,7 +455,7 @@ cmcyancyan_ke-_mailgreengzip archivehueinvalid formatted GFlare file: %s k(1-x^p)k(1-x^p) steppedkx^pkx^p steppedk{x(1-x)}^pk{x(1-x)}^p steppedluma_y470luma_y470fluma_y709luma_y709fmagentamagenta_kmillisecondsnot found %s in gflares_listpixelspixels from _toppixels from l_eftpixels/%aredredness_cr470redness_cr470fredness_cr709redness_cr709fsaturationsin^p, steppedsin^p-based functionsome sort of error with the file extension or lack thereofthe _Whole Screento alphavaluex (pixels)y (pixels)yellowyellow_kProject-Id-Version: es Report-Msgid-Bugs-To: -POT-Creation-Date: 2005-04-09 21:56+0200 +POT-Creation-Date: 2005-04-10 02:11+0200 PO-Revision-Date: 2005-02-06 16:03+0100 Last-Translator: Francisco Javier F. Serrador Language-Team: Spanish diff -uraN gimp-2.2.5/po-plug-ins/es.po gimp-2.2.6/po-plug-ins/es.po --- gimp-2.2.5/po-plug-ins/es.po 2005-04-09 23:09:13.000000000 +0200 +++ gimp-2.2.6/po-plug-ins/es.po 2005-04-10 02:11:46.000000000 +0200 @@ -13,7 +13,7 @@ msgstr "" "Project-Id-Version: es\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-04-09 21:56+0200\n" +"POT-Creation-Date: 2005-04-10 02:11+0200\n" "PO-Revision-Date: 2005-02-06 16:03+0100\n" "Last-Translator: Francisco Javier F. Serrador \n" "Language-Team: Spanish \n" diff -uraN gimp-2.2.5/po-plug-ins/eu.gmo gimp-2.2.6/po-plug-ins/eu.gmo --- gimp-2.2.5/po-plug-ins/eu.gmo 2005-04-09 23:09:29.000000000 +0200 +++ gimp-2.2.6/po-plug-ins/eu.gmo 2005-04-10 02:12:01.000000000 +0200 @@ -301,7 +301,7 @@ which has no alpha channel.Z scale (size)Z:ZealousCropping(tm)...ZoomZoom inZoom in (make image bigger)Zoom outZoom out (make image smaller)_3x3_Abbreviation:_Adaptive_Additive_Advanced_Alpha_Alpha:_Amount:_Amplitude:_Angle:_Animate_Antialiasing_Automatically convert_Azimuth:_Background_Base URL:_Bilinear_Black_Blacken_Blast_Blend_Blue_Blue:_Border:_Bottom:_Box_Brightness_Brightness:_Brush_Bump Map_Bumpmap_Copy_Deflate_Depth:_Derivative_Description:_Detail:_Digits:_Displacement:_Distorted_Dots_Edit_Effect Image:_Elevation:_Emboss_Encapsulated PostScript_Entire Image_Environment Map_Exponent:_Factor:_File_Filename:_Font:_Force_Fractals_Free_Ftp Site_Gamma:_General_Gopher_Gradient_Gray:_Green_Green:_Grey_Grow_Height_Height:_Help_Hex_Hidden_Holdness:_Horizontal_Horizontal:_Horz. Spacing:_Hue_ID:_Ideal_Ignore_Inch_Input SPI:_Insert_Interlacing (Adam7)_Invert_JPEG_JavaScript_Keep NCSA circles true_Kill_LZW_Laplace_Large staggered_Left_Left Start at:_Light_Linear_Lines_Link_Lower_MIME_Mapping_Material_Max (%):_Max Depth:_Midtones_Millimeter_Mirror_Misc Ops._Monochrome_Move_No. Across:_None_Normal_Pack Bits_Parameters_Period:_Phase:_Ping Pong_Plural:_Polygon_Presets_Preview_Preview!_Prompt for area info_Psychobilly_RGB_RLE compression_RLE encoded_Radial_Radius:_Randomize_Rays_Recipient:_Rectangle_Red:_Redo %s_Reflective_Remove_Rendering_Require default URL_Right_Right Border_Rotated_Saturation_Saturation:_Search:_Second Flares_Sender:_Settings_Sharpness:_Size_Size:_Smear_Snap-To Grid Enabled_Speed:_Spokes:_Square_Squares_Staggered_Strength:_Symbol:_Target frame name/ID: (optional - used for FRAMES only)_Thickness:_Threshold_Threshold:_Title:_Tools_Top Start at:_Top:_Transparent_URL to activate when this area is clicked: (required)_Undo %s_Update_Upper_Upper Border_Use double-sized grab handles_Uuencode_Value_Value:_Variation:_Vert. Spacing:_Vertical_Vertical:_View_Voronoi_Warp_Waterlevel:_Wavelength:_Web Site_White_Wide-striped_Width_Width:_Wind_Wrap_X Scale:_X:_Y Scale:_Y:_Yellow_Z:_Zoom_Zoom:`Default' is created.a _Single Windowafteralphablackblueblueness_cb470blueness_cb470fblueness_cb709blueness_cb709fcmcyancyan_ke-_mailgreenhueinvalid formatted GFlare file: %s k(1-x^p)k(1-x^p) steppedkx^pkx^p steppedk{x(1-x)}^pk{x(1-x)}^p steppedluma_y470luma_y470fluma_y709luma_y709fmagentamagenta_kmillisecondsnot found %s in gflares_listpixelspixels from _toppixels from l_eftpixels/%aredredness_cr470redness_cr470fredness_cr709redness_cr709fsaturationsin^p, steppedsin^p-based functionsome sort of error with the file extension or lack thereofthe _Whole Screenvaluex (pixels)y (pixels)yellowyellow_kProject-Id-Version: eu Report-Msgid-Bugs-To: -POT-Creation-Date: 2005-04-09 21:56+0200 +POT-Creation-Date: 2005-04-10 02:11+0200 PO-Revision-Date: 2004-04-06 19:23+0200 Last-Translator: Iñaki Larrañaga Murgoitio Language-Team: Basque diff -uraN gimp-2.2.5/po-plug-ins/eu.po gimp-2.2.6/po-plug-ins/eu.po --- gimp-2.2.5/po-plug-ins/eu.po 2005-04-09 23:09:14.000000000 +0200 +++ gimp-2.2.6/po-plug-ins/eu.po 2005-04-10 02:11:47.000000000 +0200 @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: eu\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-04-09 21:56+0200\n" +"POT-Creation-Date: 2005-04-10 02:11+0200\n" "PO-Revision-Date: 2004-04-06 19:23+0200\n" "Last-Translator: Iñaki Larrañaga Murgoitio \n" "Language-Team: Basque \n" diff -uraN gimp-2.2.5/po-plug-ins/fi.gmo gimp-2.2.6/po-plug-ins/fi.gmo --- gimp-2.2.5/po-plug-ins/fi.gmo 2005-04-09 23:09:29.000000000 +0200 +++ gimp-2.2.6/po-plug-ins/fi.gmo 2005-04-10 02:12:01.000000000 +0200 @@ -316,7 +316,7 @@ HTML file which will most likely crash your browser.You can not rotate the whole image if there's a floating selection.You can not rotate the whole image if there's a selection.Z scale (size)Z:ZoomZoom inZoom in (make image bigger)Zoom outZoom out (make image smaller)Zoom scale:Zoom to_Abbreviation:_About ImageMap_Adaptive_Advanced_Advanced Options_Algorithm:_Alpha_Alpha threshold:_Alpha trimmed mean_Alpha:_Amount:_Amplitude:_Angle:_Animate_Antialiasing_Apply Canvas..._Autocrop Image_Autocrop Layer_Automatically convert_Azimuth:_Background_Background color_Base URL:_Bevel width:_Bilinear_Black_Black level:_Blacken_Blast_Blend_Blue_Blue:_Blur_Blur radius:_Border:_Bottom-left_Bottom:_Box_Bright:_Brightness_Brightness:_Brush_Bump Map_Bump Map..._Bump map:_Checkerboard..._Clear_Color Enhance_Color Exchange..._Colorify..._Contents_Convolution Matrix..._Copy_Cubism..._Curve Bend..._Decompose..._Deflate_Deform radius:_Deinterlace..._Delay between frames where unspecified:_Depth:_Derivative_Description:_Detail:_Diffraction Patterns..._Digits:_Displacement:_Distorted_Divisions:_Dynamic:_Edge enhancement_Edge..._Edit_Effect Image:_Elevation:_Encapsulated PostScript_Entire Image_Environment Map_Exponent:_Factor:_Factory defaults_File_Filename:_Film..._Filter Pack..._Filter length:_Fit height to images_Flame..._FlareFX..._Font:_Force_Force tiling?_Foreground & background_Foreground color_Format:_Fractal Explorer..._Fractal Trace..._Fractals_Free_Ftp Site_GFlare..._GIF comment:_GIMPressionist..._Gamma:_Gaussian Blur..._General_Generate full HTML document_Gfig..._Glass Tile..._Glow radius:_Glowing:_Gopher_Gradient_Gradient Map_Gray:_Green_Green:_Grey_Grid_Grid size:_Grid..._Grow_Guillotine_HSL color model_Height_Height:_Help_Hidden_High_Holdness:_Hole offset:_Horizontal_Horizontal style:_Horizontal:_Horz. Spacing:_Hot..._Hue_Hue rotation:_Hurl..._ID:_IFS Fractal..._IIR_IWarp..._Ideal_Identifier prefix:_Ignore_Ignore the bottom layer even if visible_Illusion..._ImageMap..._Inch_Independent RGB_Insert_Intensity:_Interlace_Interlacing (Adam7)_Invert_JPEG_JavaScript_Jigsaw..._Keep NCSA circles true_Keep aspect ratio_Keep original surroundings_Keep sign of result (one direction only)_LZW_Laplace_Left_Left Start at:_Lens refraction index:_Light_Lighting Effects..._Limit line width_Linear_Lines_Link_Load defaults_Lock channels_Loop forever_Low_Lower_MIME_Mail Image..._Make surroundings transparent_Map backwards_Map type:_Mapping_Mask file extension:_Mask radius:_Mask size:_Material_Max (%):_Max Depth:_Max. delta:_Maze..._Midtones_Millimeter_Minimum value:_Mirror_Misc Ops._Modify hue channel_Modify red channel_Monochrome_Mosaic..._Motion Blur..._Move_NL Filter..._Natural color_Neon..._No. Across:_Noise magnitude:_None_Normalize_Number height:_Number of segments:_Opacity:_Optimize (Difference)_Pack Bits_Pagecurl..._Palette Type:_Parameters_Percent black:_Period:_Phase:_Photocopy..._Pinch amount:_Ping Pong_Pixelize..._Plasma..._Playback..._Plug-In Browser_Plural:_Polygon_PostScript level 2_Prefixed name:_Preserve luminosity_Presets_Preview_Preview once_Preview!_Print_Print..._Prompt for area info_Propagating rate:_Psychobilly_Qbist..._Quality:_RGB_RGB color model_RLE_RLE compression_RLE encoded_Radial_Radius 1:_Radius:_Random hue:_Random seed:_Randomize_Rays_Recipient:_Rectangle_Red:_Redo %s_Reflective_Remove_Rendering_Require default URL_Retain tilability_Right_Right Border_Ripple..._Sample Colorize..._Saturation_Saturation:_Save comment to file_Save defaults_Scale division:_Scale:_Scatter RGB..._Screen Shot..._Search depth:_Search:_Selective Gaussian Blur..._Sender:_Set surroundings to background color_Set surroundings to index 0_Settings_Shade under curl_Sharpen..._Sharpness:_Shift..._Shiny:_Show cursor_Sinus..._Size_Size:_Smear_Smoothing:_Snap-To Grid Enabled_Sobel..._Solid Noise..._Sparkle..._Speed:_Spike length:_Spokes:_Spot function:_Square_Squares_Strength:_Stretch Contrast_Stroke_Symbol:_Target frame name/ID: (optional - used for FRAMES only)_Thickness:_Threshold_Threshold Alpha..._Threshold:_Tile bumpmap_Tile size:_Title:_Tools_Top Start at:_Top-right_Top:_Transparent_URL to activate when this area is clicked: (required)_Undo_Undo %s_Uniform_Unit Editor_Update_Upper_Upper Border_Upper threshold:_Use GLib types (guint8*)_Use background color_Use cellspan_Use double-sized grab handles_Use the (invisible) bottom layer as the base_Uuencode_Value_Value Invert_Value:_Van Gogh (LIC)..._Variation:_Vert. Spacing:_Vertical_Vertical style:_Vertical:_View_Warp_Waterlevel:_Wavelength:_Waves..._Web Site_Whirl angle:_White_White level:_Width_Width:_Wind_With white noise_Wrap_Wrap around_Write hot spot values_X Scale:_X displacement:_X offset:_X ratio:_X size:_X10 format bitmap_X:_Y Scale:_Y displacement:_Y offset:_Y ratio:_Y size:_Y:_Yellow_Z:_Zoom_Zoom:a _Single Windowafteralphabluebzip archivecmcyane-_mailgreengzip archivehuek(1-x^p)k(1-x^p) steppedkx^pkx^p steppedk{x(1-x)}^pk{x(1-x)}^p steppedmagentamillisecondspixelspixels from _toppixels from l_eftpixels/%aredsaturationsin^p, steppedsin^p-based functionsome sort of error with the file extension or lack thereofthe _Whole Screento alphavaluex (pixels)y (pixels)yellowProject-Id-Version: gimp-plug-ins 1.1.26 Report-Msgid-Bugs-To: -POT-Creation-Date: 2005-04-09 21:56+0200 +POT-Creation-Date: 2005-04-10 02:11+0200 PO-Revision-Date: 2004-12-18 05:22+0200 Last-Translator: Mikko Paananen Language-Team: Finnish diff -uraN gimp-2.2.5/po-plug-ins/fi.po gimp-2.2.6/po-plug-ins/fi.po --- gimp-2.2.5/po-plug-ins/fi.po 2005-04-09 23:09:14.000000000 +0200 +++ gimp-2.2.6/po-plug-ins/fi.po 2005-04-10 02:11:47.000000000 +0200 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: gimp-plug-ins 1.1.26\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-04-09 21:56+0200\n" +"POT-Creation-Date: 2005-04-10 02:11+0200\n" "PO-Revision-Date: 2004-12-18 05:22+0200\n" "Last-Translator: Mikko Paananen \n" "Language-Team: Finnish \n" diff -uraN gimp-2.2.5/po-plug-ins/fr.gmo gimp-2.2.6/po-plug-ins/fr.gmo --- gimp-2.2.5/po-plug-ins/fr.gmo 2005-04-09 23:09:29.000000000 +0200 +++ gimp-2.2.6/po-plug-ins/fr.gmo 2005-04-10 02:12:01.000000000 +0200 @@ -451,7 +451,7 @@ cmcyancyan_ke-_mailgreengzip archivehueinvalid formatted GFlare file: %s k(1-x^p)k(1-x^p) steppedkx^pkx^p steppedk{x(1-x)}^pk{x(1-x)}^p steppedluma_y470luma_y470fluma_y709luma_y709fmagentamagenta_kmillisecondsnot found %s in gflares_listpixelspixels from _toppixels from l_eftpixels/%aredredness_cr470redness_cr470fredness_cr709redness_cr709fsaturationsin^p, steppedsin^p-based functionsome sort of error with the file extension or lack thereofthe _Whole Screento alphavaluex (pixels)y (pixels)yellowyellow_kProject-Id-Version: fr Report-Msgid-Bugs-To: -POT-Creation-Date: 2005-04-09 21:56+0200 +POT-Creation-Date: 2005-04-10 02:11+0200 PO-Revision-Date: 2005-01-25 20:11+0100 Last-Translator: Language-Team: diff -uraN gimp-2.2.5/po-plug-ins/fr.po gimp-2.2.6/po-plug-ins/fr.po --- gimp-2.2.5/po-plug-ins/fr.po 2005-04-09 23:09:15.000000000 +0200 +++ gimp-2.2.6/po-plug-ins/fr.po 2005-04-10 02:11:48.000000000 +0200 @@ -17,7 +17,7 @@ msgstr "" "Project-Id-Version: fr\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-04-09 21:56+0200\n" +"POT-Creation-Date: 2005-04-10 02:11+0200\n" "PO-Revision-Date: 2005-01-25 20:11+0100\n" "Last-Translator: \n" "Language-Team: \n" diff -uraN gimp-2.2.5/po-plug-ins/ga.gmo gimp-2.2.6/po-plug-ins/ga.gmo --- gimp-2.2.5/po-plug-ins/ga.gmo 2005-04-09 23:09:29.000000000 +0200 +++ gimp-2.2.6/po-plug-ins/ga.gmo 2005-04-10 02:12:01.000000000 +0200 @@ -28,7 +28,7 @@ - 8 B H N Ub67v:cJgi,-aP";se~_wk x(F2jm*5rY![0Ap'n&Q O|Ih^uMSy] W. {`ET/}q\3)%V4t<Cfold+>$XzL ZD91?@G#HRN=K8B%d x %dA_ddA_lpha:AboutAlienMap2All JNGAll PNGAlphaBackgroundBackground (%d%s)Barnsley 1Barnsley 2Barnsley 3Black:BlueBlue:Bottom:BoxCMYCMYKC_MYKCenterChannel #%d:Channel MixerCo_lor:Co_lorsCo_mment:ColorColor ModeColor to AlphaComm_ent:Comment:Custom Color:Delete FractalDescription:Do _PreviewFractal TypeFrom:G-QbistGIF OptionsGIF WarningGr_eyGreenGreen:Guillotine...Height:HorizontalHorizontal ColorHotHot...IDIWarpIf you enable this option the preview will be redrawn automaticallyJNGJPEG previewJuliaLambdaLaplace...Left:Luma_y470f:MNG OptionsMan'o'warMandelbrotMax RGBMax RGB...ModeMode _1Mode _2New FractalNoneNumber of ColorsNumber of colors:O_ptionsO_rientationOp_tionsOpening '%s'...OptionsOrientationOrientation:PNGP_aperP_reviewPositionPreviewR_edRe_dRealtime PreviewRedRed:Remo_veRight:S_ubject:Save as GIFSave as JPEGSave as MNGSave as TGASave as TIFFSavedSaving '%s'...ScreenSierpinskiSizeSpiderStandardTable OptionsTemporaryTo:Top:TypeType:UnnamedUntitledValueValue:Van Gogh (LIC)Van Gogh (LIC)...VerticalVideoVideo/RGB...WarningWidth:X:XMAX:XMIN:X_1:X_2:Y:YMAX:YMIN:Y_1:Y_2:YellowYellow:Z:Zoom in (make image bigger)Zoom out (make image smaller)_Advanced_Alpha_Alpha:_Black_Blue_Blue:_Bottom:_Box_Copy_Filename:_Font:_Free_Gradient_Gray:_Green_Green:_Grey_Height:_Help_Horizontal_Horizontal:_JPEG_Kill_LZW_Laplace_MIME_Move_None_Normal_Preview_Preview!_RGB_Red:_Settings_Size_Size:_Top:_Uuencode_Value_Vertical_Vertical:_Voronoi_White_Width:_X:_Y:_Yellow_Z:_Zoomalphablackbluegreenk(1-x^p)luma_y470luma_y709fpixels/%aredvalueyellowProject-Id-Version: gimp po-plug-ins CVS Report-Msgid-Bugs-To: -POT-Creation-Date: 2005-04-09 21:56+0200 +POT-Creation-Date: 2005-04-10 02:11+0200 PO-Revision-Date: 2004-03-21 00:23+0000 Last-Translator: Alastair McKinstry Language-Team: Gaeilge diff -uraN gimp-2.2.5/po-plug-ins/ga.po gimp-2.2.6/po-plug-ins/ga.po --- gimp-2.2.5/po-plug-ins/ga.po 2005-04-09 23:09:15.000000000 +0200 +++ gimp-2.2.6/po-plug-ins/ga.po 2005-04-10 02:11:48.000000000 +0200 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: gimp po-plug-ins CVS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-04-09 21:56+0200\n" +"POT-Creation-Date: 2005-04-10 02:11+0200\n" "PO-Revision-Date: 2004-03-21 00:23+0000\n" "Last-Translator: Alastair McKinstry \n" "Language-Team: Gaeilge \n" diff -uraN gimp-2.2.5/po-plug-ins/gimp20-std-plug-ins.pot gimp-2.2.6/po-plug-ins/gimp20-std-plug-ins.pot --- gimp-2.2.5/po-plug-ins/gimp20-std-plug-ins.pot 2005-04-09 21:56:12.000000000 +0200 +++ gimp-2.2.6/po-plug-ins/gimp20-std-plug-ins.pot 2005-04-10 02:11:43.000000000 +0200 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-04-09 21:56+0200\n" +"POT-Creation-Date: 2005-04-10 02:11+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff -uraN gimp-2.2.5/po-plug-ins/gl.gmo gimp-2.2.6/po-plug-ins/gl.gmo --- gimp-2.2.5/po-plug-ins/gl.gmo 2005-04-09 23:09:30.000000000 +0200 +++ gimp-2.2.6/po-plug-ins/gl.gmo 2005-04-10 02:12:01.000000000 +0200 @@ -1,6 +1,6 @@ $,89Project-Id-Version: gimp-plugins VERSION Report-Msgid-Bugs-To: -POT-Creation-Date: 2005-04-09 21:56+0200 +POT-Creation-Date: 2005-04-10 02:11+0200 PO-Revision-Date: 2000-12-23 11:40-0800 Last-Translator: Nobody Language-Team: Galician diff -uraN gimp-2.2.5/po-plug-ins/gl.po gimp-2.2.6/po-plug-ins/gl.po --- gimp-2.2.5/po-plug-ins/gl.po 2005-04-09 23:09:15.000000000 +0200 +++ gimp-2.2.6/po-plug-ins/gl.po 2005-04-10 02:11:48.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: gimp-plugins VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-04-09 21:56+0200\n" +"POT-Creation-Date: 2005-04-10 02:11+0200\n" "PO-Revision-Date: 2000-12-23 11:40-0800\n" "Last-Translator: Nobody\n" "Language-Team: Galician\n" diff -uraN gimp-2.2.5/po-plug-ins/he.gmo gimp-2.2.6/po-plug-ins/he.gmo --- gimp-2.2.5/po-plug-ins/he.gmo 2005-04-09 23:09:30.000000000 +0200 +++ gimp-2.2.6/po-plug-ins/he.gmo 2005-04-10 02:12:01.000000000 +0200 @@ -11,7 +11,7 @@ 'B R^vA & 6@S[=d~!60 gs x]7{GBRd m{ $<3M ePK*# NX-xR+%12A;3)+8- ?%6!:"*.= C'9/, & <4>B570@( $#Adds random noise to the colorAll grayAmount of original color to show where no direct light fallsBackground ColorCenterCenter of SuperNovaCenterizeChange the number of colors in the mappingColorColor DensityColor Enhance...Color ExchangeColor Exchange...Color Exchange: From ColorColor Exchange: To ColorColor FunctionColor ModeColor Selection DialogColor TransformationColor is computed from the average of all pixels under the brushColor to AlphaColor to Alpha Color PickerColor:ColorifyColorify Custom ColorColorifying...ColoringColormap RotationColorsColors:Create a color-map using a gradient from the gradient editorCreate a color-map with the options you specified above (color density/function). The result is visible in the preview imageCustom Color:Focus the brush strokes around the center of the imageFrom ColorGrayGrayscaleHorizontal ColorIf checked GTM will replace any rectangular sections of identically colored blocks with one large cell with ROWSPAN and COLSPAN values.If you enable this option higher color values will be swapped with lower ones and vice versaIntensity of original color when lit by a light sourceIntersection ColorLet the direction from the center determine the direction of the strokeLet the direction from the center determine the size of the strokeNumber of ColorsPixelizePixelizing...PolarizePolarizing...RGBA/GRAYA drawable is not selected.Remap Colorized...Rotating the colormap...Sample ColorizeSamples the color from the pixel in the center of the brushSolid colored backgroundSuperNova Color PickerThe colors are white and black.The distance from the center of the image determines the direction of the strokeThe distance from the center of the image determines the size of the strokeThreshold Alpha: Coloring Transparency...To ColorType of colormap not supportedUse cosine-function for this color componentUse linear mapping instead of any trigonometrical function for this color channelUse sine-function for this color componentVertical ColorProject-Id-Version: gimp CVS Report-Msgid-Bugs-To: -POT-Creation-Date: 2005-04-09 21:56+0200 +POT-Creation-Date: 2005-04-10 02:11+0200 PO-Revision-Date: 2000-02-02 14:07+0000 Last-Translator: Gil 'Dolfin' Osher Language-Team: Hebrew diff -uraN gimp-2.2.5/po-plug-ins/he.po gimp-2.2.6/po-plug-ins/he.po --- gimp-2.2.5/po-plug-ins/he.po 2005-04-09 23:09:16.000000000 +0200 +++ gimp-2.2.6/po-plug-ins/he.po 2005-04-10 02:11:49.000000000 +0200 @@ -2,7 +2,7 @@ msgstr "" "Project-Id-Version: gimp CVS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-04-09 21:56+0200\n" +"POT-Creation-Date: 2005-04-10 02:11+0200\n" "PO-Revision-Date: 2000-02-02 14:07+0000\n" "Last-Translator: Gil 'Dolfin' Osher \n" "Language-Team: Hebrew \n" diff -uraN gimp-2.2.5/po-plug-ins/hr.gmo gimp-2.2.6/po-plug-ins/hr.gmo --- gimp-2.2.5/po-plug-ins/hr.gmo 2005-04-09 23:09:30.000000000 +0200 +++ gimp-2.2.6/po-plug-ins/hr.gmo 2005-04-10 02:12:02.000000000 +0200 @@ -303,7 +303,7 @@ which has no alpha channel.Z scale (size)Z:ZealousCropping(tm)...ZoomZoom inZoom in (make image bigger)Zoom outZoom out (make image smaller)_3x3_Abbreviation:_Adaptive_Additive_Advanced_Alpha_Alpha:_Amount:_Amplitude:_Angle:_Animate_Antialiasing_Automatically convert_Azimuth:_Background_Base URL:_Bilinear_Black_Blacken_Blast_Blend_Blue_Blue:_Border:_Bottom:_Box_Brightness_Brightness:_Brush_Bump Map_Bumpmap_Copy_Deflate_Depth:_Derivative_Description:_Detail:_Digits:_Displacement:_Distorted_Dots_Edit_Effect Image:_Elevation:_Emboss_Encapsulated PostScript_Entire Image_Environment Map_Exponent:_Factor:_File_Filename:_Font:_Force_Fractals_Free_Ftp Site_Gamma:_General_Gopher_Gradient_Gray:_Green_Green:_Grey_Grow_Height_Height:_Help_Hex_Hidden_Holdness:_Horizontal_Horizontal:_Horz. Spacing:_Hue_ID:_Ideal_Ignore_Inch_Input SPI:_Insert_Interlacing (Adam7)_Invert_JPEG_JavaScript_Keep NCSA circles true_Kill_LZW_Laplace_Large staggered_Left_Left Start at:_Light_Linear_Lines_Link_Lower_MIME_Mapping_Material_Max (%):_Max Depth:_Midtones_Millimeter_Mirror_Misc Ops._Monochrome_Move_No. Across:_None_Normal_Pack Bits_Parameters_Period:_Phase:_Ping Pong_Plural:_Polygon_Presets_Preview_Preview!_Prompt for area info_Psychobilly_RGB_RLE compression_RLE encoded_Radial_Radius:_Randomize_Rays_Recipient:_Rectangle_Red:_Redo %s_Reflective_Remove_Rendering_Require default URL_Right_Right Border_Rotated_Saturation_Saturation:_Search:_Second Flares_Sender:_Settings_Sharpness:_Size_Size:_Smear_Snap-To Grid Enabled_Speed:_Spokes:_Square_Squares_Staggered_Strength:_Symbol:_Target frame name/ID: (optional - used for FRAMES only)_Thickness:_Threshold_Threshold:_Title:_Tools_Top Start at:_Top:_Transparent_URL to activate when this area is clicked: (required)_Undo %s_Update_Upper_Upper Border_Use double-sized grab handles_Uuencode_Value_Value:_Variation:_Vert. Spacing:_Vertical_Vertical:_View_Voronoi_Warp_Waterlevel:_Wavelength:_Web Site_White_Wide-striped_Width_Width:_Wind_Wrap_X Scale:_X:_Y Scale:_Y:_Yellow_Z:_Zoom_Zoom:`Default' is created.a _Single Windowafteralphablackblueblueness_cb470blueness_cb470fblueness_cb709blueness_cb709fcmcyancyan_ke-_mailgreenhueinvalid formatted GFlare file: %s k(1-x^p)k(1-x^p) steppedkx^pkx^p steppedk{x(1-x)}^pk{x(1-x)}^p steppedluma_y470luma_y470fluma_y709luma_y709fmagentamagenta_kmillisecondsnot found %s in gflares_listpixelspixels from _toppixels from l_eftpixels/%aredredness_cr470redness_cr470fredness_cr709redness_cr709fsaturationsin^p, steppedsin^p-based functionsome sort of error with the file extension or lack thereofthe _Whole Screenvaluex (pixels)y (pixels)yellowyellow_kProject-Id-Version: gimp-plug-ins 0 Report-Msgid-Bugs-To: -POT-Creation-Date: 2005-04-09 21:56+0200 +POT-Creation-Date: 2005-04-10 02:11+0200 PO-Revision-Date: 2004-03-20 14:49+CET Last-Translator: auto Language-Team: Croatian diff -uraN gimp-2.2.5/po-plug-ins/hr.po gimp-2.2.6/po-plug-ins/hr.po --- gimp-2.2.5/po-plug-ins/hr.po 2005-04-09 23:09:17.000000000 +0200 +++ gimp-2.2.6/po-plug-ins/hr.po 2005-04-10 02:11:49.000000000 +0200 @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: gimp-plug-ins 0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-04-09 21:56+0200\n" +"POT-Creation-Date: 2005-04-10 02:11+0200\n" "PO-Revision-Date: 2004-03-20 14:49+CET\n" "Last-Translator: auto\n" "Language-Team: Croatian \n" diff -uraN gimp-2.2.5/po-plug-ins/hu.gmo gimp-2.2.6/po-plug-ins/hu.gmo --- gimp-2.2.5/po-plug-ins/hu.gmo 2005-04-09 23:09:30.000000000 +0200 +++ gimp-2.2.6/po-plug-ins/hu.gmo 2005-04-10 02:12:01.000000000 +0200 @@ -467,7 +467,7 @@ cmcyancyan_ke-_mailgreengzip archivehueinvalid formatted GFlare file: %s k(1-x^p)k(1-x^p) steppedkx^pkx^p steppedk{x(1-x)}^pk{x(1-x)}^p steppedluma_y470luma_y470fluma_y709luma_y709fmagentamagenta_kmillisecondsnot found %s in gflares_listpixelspixels from _toppixels from l_eftpixels/%aredredness_cr470redness_cr470fredness_cr709redness_cr709fsaturationsin^p, steppedsin^p-based functionsome sort of error with the file extension or lack thereofthe _Whole Screento alphavaluex (pixels)y (pixels)yellowyellow_kProject-Id-Version: gimp-plug-ins Report-Msgid-Bugs-To: -POT-Creation-Date: 2005-04-09 21:56+0200 +POT-Creation-Date: 2005-04-10 02:11+0200 PO-Revision-Date: 2004-12-19 09:46+0100 Last-Translator: Arpad Biro Language-Team: Hungarian diff -uraN gimp-2.2.5/po-plug-ins/hu.po gimp-2.2.6/po-plug-ins/hu.po --- gimp-2.2.5/po-plug-ins/hu.po 2005-04-09 23:09:16.000000000 +0200 +++ gimp-2.2.6/po-plug-ins/hu.po 2005-04-10 02:11:49.000000000 +0200 @@ -10,7 +10,7 @@ msgstr "" "Project-Id-Version: gimp-plug-ins\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-04-09 21:56+0200\n" +"POT-Creation-Date: 2005-04-10 02:11+0200\n" "PO-Revision-Date: 2004-12-19 09:46+0100\n" "Last-Translator: Arpad Biro \n" "Language-Team: Hungarian \n" diff -uraN gimp-2.2.5/po-plug-ins/id.gmo gimp-2.2.6/po-plug-ins/id.gmo --- gimp-2.2.5/po-plug-ins/id.gmo 2005-04-09 23:09:30.000000000 +0200 +++ gimp-2.2.6/po-plug-ins/id.gmo 2005-04-10 02:12:02.000000000 +0200 @@ -2,7 +2,7 @@ O Zdip     AboutAmbient:BlueGreenLinearLogarithmicNonePointPositionPreviewRedSizeSpider_UpdateProject-Id-Version: gimp-plugins HEAD Report-Msgid-Bugs-To: -POT-Creation-Date: 2005-04-09 21:56+0200 +POT-Creation-Date: 2005-04-10 02:11+0200 PO-Revision-Date: 2003-06-28 22:04+0700 Last-Translator: Mohammad DAMT Language-Team: Indonesian diff -uraN gimp-2.2.5/po-plug-ins/id.po gimp-2.2.6/po-plug-ins/id.po --- gimp-2.2.5/po-plug-ins/id.po 2005-04-09 23:09:17.000000000 +0200 +++ gimp-2.2.6/po-plug-ins/id.po 2005-04-10 02:11:50.000000000 +0200 @@ -3,7 +3,7 @@ msgstr "" "Project-Id-Version: gimp-plugins HEAD\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-04-09 21:56+0200\n" +"POT-Creation-Date: 2005-04-10 02:11+0200\n" "PO-Revision-Date: 2003-06-28 22:04+0700\n" "Last-Translator: Mohammad DAMT \n" "Language-Team: Indonesian \n" diff -uraN gimp-2.2.5/po-plug-ins/it.gmo gimp-2.2.6/po-plug-ins/it.gmo --- gimp-2.2.5/po-plug-ins/it.gmo 2005-04-09 23:09:30.000000000 +0200 +++ gimp-2.2.6/po-plug-ins/it.gmo 2005-04-10 02:12:02.000000000 +0200 @@ -463,7 +463,7 @@ cmcyancyan_ke-_mailgreengzip archivehueinvalid formatted GFlare file: %s k(1-x^p)k(1-x^p) steppedkx^pkx^p steppedk{x(1-x)}^pk{x(1-x)}^p steppedluma_y470luma_y470fluma_y709luma_y709fmagentamagenta_kmillisecondsnot found %s in gflares_listpixelspixels from _toppixels from l_eftpixels/%aredredness_cr470redness_cr470fredness_cr709redness_cr709fsaturationsin^p, steppedsin^p-based functionsome sort of error with the file extension or lack thereofthe _Whole Screento alphavaluex (pixels)y (pixels)yellowyellow_kProject-Id-Version: gimp 2.0 Report-Msgid-Bugs-To: -POT-Creation-Date: 2005-04-09 21:56+0200 +POT-Creation-Date: 2005-04-10 02:11+0200 PO-Revision-Date: 2004-12-16 16:12+0100 Last-Translator: Marco Ciampa Language-Team: tp@lists.linux.it diff -uraN gimp-2.2.5/po-plug-ins/it.po gimp-2.2.6/po-plug-ins/it.po --- gimp-2.2.5/po-plug-ins/it.po 2005-04-09 23:09:18.000000000 +0200 +++ gimp-2.2.6/po-plug-ins/it.po 2005-04-10 02:11:50.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: gimp 2.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-04-09 21:56+0200\n" +"POT-Creation-Date: 2005-04-10 02:11+0200\n" "PO-Revision-Date: 2004-12-16 16:12+0100\n" "Last-Translator: Marco Ciampa \n" "Language-Team: tp@lists.linux.it\n" diff -uraN gimp-2.2.5/po-plug-ins/ja.gmo gimp-2.2.6/po-plug-ins/ja.gmo --- gimp-2.2.5/po-plug-ins/ja.gmo 2005-04-09 23:09:30.000000000 +0200 +++ gimp-2.2.6/po-plug-ins/ja.gmo 2005-04-10 02:12:02.000000000 +0200 @@ -277,7 +277,7 @@ which has no alpha channel.Z scale (size)Z:ZealousCropping(tm)...ZoomZoom inZoom in (make image bigger)Zoom outZoom out (make image smaller)Zoom scale:_3x3_Abbreviation:_About ImageMap_Adaptive_Additive_Advanced_Alpha_Alpha:_Amount:_Amplitude:_Angle:_Animate_Antialiasing_Automatically convert_Azimuth:_Background_Base URL:_Bilinear_Black_Blacken_Blast_Blend_Blinds..._Blue_Blue:_Blur_Blur radius:_Border:_Bottom:_Box_Bright:_Brightness_Brightness:_Brush_Bump Map_Bump map:_Bumpmap_Checkerboard..._Clear_Contents_Copy_Cubism..._Deflate_Depth:_Derivative_Description:_Detail:_Digits:_Displacement:_Distorted_Divisions:_Dots_Edit_Effect Image:_Elevation:_Emboss_Encapsulated PostScript_Environment Map_Exponent:_Factor:_File_Film..._Font:_Force_Foreground & background_Fractal Explorer..._Fractals_Free_Ftp Site_GFlare..._GIF comment:_GIMPressionist..._Gamma:_General_Gfig..._Gopher_Gradient_Gray:_Green_Green:_Grey_Grid_Grid size:_Grid..._Grow_HSL color model_Height_Height:_Help_Hex_Hidden_High_Holdness:_Horizontal_Horizontal style:_Horizontal:_Horz. Spacing:_Hue_ID:_Ideal_Ignore_ImageMap..._Inch_Input SPI:_Insert_Intensity:_Interlace_Interlacing (Adam7)_Invert_JPEG_JavaScript_Keep NCSA circles true_Kill_LZW_Large staggered_Left_Left Start at:_Light_Lighting Effects..._Linear_Lines_Link_Loop forever_Low_Lower_Map type:_Mapping_Mask file extension:_Material_Max (%):_Max Depth:_Max. delta:_Metallic_Millimeter_Mirror_Misc Ops._Modify hue channel_Modify red channel_Monochrome_Mosaic..._Move_Neon..._None_Normal_Optimize (Difference)_Pack Bits_Palette Type:_Paper Tile..._Parameters_Period:_Phase:_Ping Pong_Playback..._Plug-In Browser_Plural:_Polygon_Prefixed name:_Presets_Preview_Preview!_Prompt for area info_Psychobilly_RGB_RGB color model_RLE compression_RLE encoded_Radial_Radius:_Randomize_Rays_Rectangle_Red:_Redo %s_Reflective_Remove_Rendering_Require default URL_Right_Right Border_Ripple..._Rotated_Saturation_Saturation:_Save comment to file_Scale:_Screen Shot..._Search:_Second Flares_Settings_Sharpness:_Size_Size:_Smear_Snap-To Grid Enabled_Sobel..._Speed:_Spokes:_Square_Squares_Staggered_Strength:_Symbol:_Target frame name/ID: (optional - used for FRAMES only)_Thickness:_Threshold_Threshold:_Tile size:_Title:_Tools_Top Start at:_Top:_Transparent_URL to activate when this area is clicked: (required)_Undo_Undo %s_Update_Upper_Upper Border_Use GLib types (guint8*)_Use background color_Use double-sized grab handles_Value_Value:_Variation:_Vert. Spacing:_Vertical_Vertical:_View_Voronoi_Warp_Waterlevel:_Wavelength:_Web Site_White_Wide-striped_Width_Width:_Wind_Wrap_Wrap around_Write hot spot values_X Scale:_X offset:_X:_Y Scale:_Y offset:_Y:_Yellow_Z:_Zoom_Zoom:`Default' is created.a _Single Windowafteralphablackblueblueness_cb470blueness_cb470fblueness_cb709blueness_cb709fbzip archivecmcyancyan_ke-_mailgreengzip archivehueinvalid formatted GFlare file: %s k(1-x^p)k(1-x^p) steppedkx^pkx^p steppedk{x(1-x)}^pk{x(1-x)}^p steppedluma_y470luma_y470fluma_y709luma_y709fmagentamagenta_kmillisecondsnot found %s in gflares_listpixelspixels from _toppixels from l_eftredredness_cr470redness_cr470fredness_cr709redness_cr709fsaturationsin^p, steppedsin^p-based functionthe _Whole Screenvaluex (pixels)y (pixels)yellowyellow_kProject-Id-Version: gimp gimp-2-2 Report-Msgid-Bugs-To: -POT-Creation-Date: 2005-04-09 21:56+0200 +POT-Creation-Date: 2005-04-10 02:11+0200 PO-Revision-Date: 2005-02-17 12:34+0900 Last-Translator: Tadashi Jokagi Language-Team: Japanese diff -uraN gimp-2.2.5/po-plug-ins/ja.po gimp-2.2.6/po-plug-ins/ja.po --- gimp-2.2.5/po-plug-ins/ja.po 2005-04-09 23:09:18.000000000 +0200 +++ gimp-2.2.6/po-plug-ins/ja.po 2005-04-10 02:11:51.000000000 +0200 @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: gimp gimp-2-2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-04-09 21:56+0200\n" +"POT-Creation-Date: 2005-04-10 02:11+0200\n" "PO-Revision-Date: 2005-02-17 12:34+0900\n" "Last-Translator: Tadashi Jokagi \n" "Language-Team: Japanese \n" diff -uraN gimp-2.2.5/po-plug-ins/ko.gmo gimp-2.2.6/po-plug-ins/ko.gmo --- gimp-2.2.5/po-plug-ins/ko.gmo 2005-04-09 23:09:30.000000000 +0200 +++ gimp-2.2.6/po-plug-ins/ko.gmo 2005-04-10 02:12:02.000000000 +0200 @@ -33,7 +33,7 @@ UnitUse a transparent background; Only the strokes painted will be visibleUse average valueUse reverse valueValueValue:Van Gogh (LIC)VectorsVoronoi-mode makes only the smvector closest to the given point have any influenceVoronoi-mode makes only the vector closest to the given point have any influenceWarning: the source and the destination are the same channel.WarpWavesWidth:With gradient power (0,1)With p and random (0,1)With random power (0,1)With random power (0,10)WrapX:XBM OptionsY:YellowYellow:Yellow_KYou can not rotate the whole image if there's a floating selection.You can not rotate the whole image if there's a selection.Z:ZealousCropping(tm)...Zoom in (make image bigger)Zoom out (make image smaller)alphablackbluec_astretch: cmap was NULL! Quitting... cyancyan_kgreenhuekx^pkx^p steppedk{x(1-x)}^pk{x(1-x)}^p steppedmagentamagenta_kredsaturationsin^p, steppedsin^p-based functionvalueyellowyellow_kProject-Id-Version: gimp-plug-ins 1.1.10 Report-Msgid-Bugs-To: -POT-Creation-Date: 2005-04-09 21:56+0200 +POT-Creation-Date: 2005-04-10 02:11+0200 PO-Revision-Date: 2003-06-05 07:54+0800 Last-Translator: Young-Boo Park Language-Team: Korean diff -uraN gimp-2.2.5/po-plug-ins/ko.po gimp-2.2.6/po-plug-ins/ko.po --- gimp-2.2.5/po-plug-ins/ko.po 2005-04-09 23:09:19.000000000 +0200 +++ gimp-2.2.6/po-plug-ins/ko.po 2005-04-10 02:11:51.000000000 +0200 @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: gimp-plug-ins 1.1.10\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-04-09 21:56+0200\n" +"POT-Creation-Date: 2005-04-10 02:11+0200\n" "PO-Revision-Date: 2003-06-05 07:54+0800\n" "Last-Translator: Young-Boo Park \n" "Language-Team: Korean \n" diff -uraN gimp-2.2.5/po-plug-ins/lt.gmo gimp-2.2.6/po-plug-ins/lt.gmo --- gimp-2.2.5/po-plug-ins/lt.gmo 2005-04-09 23:09:30.000000000 +0200 +++ gimp-2.2.6/po-plug-ins/lt.gmo 2005-04-10 02:12:02.000000000 +0200 @@ -80,7 +80,7 @@ Save SettingsPrinter Model:Printer SettingsPrinting...Procedure BrowserProcedure _BrowserQbist ...RGBRGBAR_edRadius:RedRed:Redo last zoomRedrawRedraw previewRefresh the Preview windowRelief:Removing color...ResolutionResolution:RewindRightRight:RippleRotation:RoundSa_ve alpha channel (RGBA/RGB)Satu_rationSaturationSaveSave SettingsSave BrushSave FlameSave as BrushSave as GIFSave as JPEGSave as MNGSave as PNGSave as TextScatter HSVScatter RGBScattering HSV...ScreenScreen ShotSeconds DelaySelective Gaussian BlurSelective Gaussian Blur...Set the contrast of the printSettingsSetup PrinterShadow blur:ShiftSineSizeSize (%):Size:Sizes:Smoo_th Palette...SobelSobel Edge Detecting...Sobel Edge DetectionSobel _HorizontallySobel _VerticallySoftglowSolid NoiseSolid Noise...Spacing:SparkleSphereSphere DesignerSphere _Designer...SpiderSpiralSpreadSpread AmountSpreading...StandardStepStyleSuperNovaSwirlTemporary ProcedureThank you for choosing GIMPThere are not enough layers to align.This is not a GIF fileThreshold:To ColorTo:ToolsTop:Type:UndoUndo last zoomUnitUnit EditorUnit factor must not be 0.Units:Unsharp MaskUnsupported format or Clipboard empty!UpdateUse GIMP guides...Use Gimp GuidesV_alueValueVan Gogh (LIC)Van Gogh (LIC)...Very darkVi_deo...VideoVideo PatternVideo/RGB...W_hirl and Pinch...WarpWavesWaving...Whirl and PinchWhirling and Pinching...WhiteWi_nd...Width:WindWoodYellowYellow:You can not rotate the whole image if there's a selection.ZealousCropping(tm)..._About ImageMap_Alpha_Apply Canvas..._Autocrop Image_Autocrop Layer_Background_Black_Blend_Blinds..._Blue_Blue:_Blur_Blur radius:_Border Average..._Border:_Brightness:_Brush_Bump Map..._Bump map:_Checkerboard..._Clear_Color Enhance_Color Exchange..._Colorify..._Convolution Matrix..._Cubism..._Curve Bend..._Decompose..._Deinterlace..._Depth Merge..._Depth:_Diffraction Patterns..._Dilate_Displace..._Dots_Edge..._Edit_Emboss_Emboss..._File_Film..._Filter Pack..._Flame..._FlareFX..._Font:_Fractal Explorer..._Fractal Trace..._Fractals_GFlare..._GIF comment:_GIMPressionist..._Gaussian Blur..._Gfig..._Glass Tile..._Gradient Map_Green_Green:_Grid_Grid size:_Grid..._Guillotine_Height_Height:_Help_High_Horizontal_Hot..._Hurl..._IFS Fractal..._IIR_IWarp..._Illusion..._ImageMap..._Insert_Invert_Jigsaw..._Kill_Laplace_Left_Lighting Effects..._Lines_Loop forever_Make Seamless_Max RGB..._Maze..._Metallic_Monochrome_Mosaic..._Motion Blur..._NL Filter..._Neon..._Optimize (Difference)_Pagecurl..._Paper Tile..._Parameters_Photocopy..._Pick..._Pinch amount:_Pixelize..._Plasma..._Playback..._Plug-In Browser_Preview_Print_Qbist..._RGB_RLE_Red:_Right_Ripple..._Sample Colorize..._Scatter RGB..._Screen Shot..._Selective Gaussian Blur..._Semi-Flatten_Settings_Sharpen..._Shift..._Sinus..._Size_Size:_Slur..._Small Tiles..._Sobel..._Softglow..._Solid Noise..._Sparkle..._Speed:_Stretch Contrast_Symbol:_Threshold_Threshold:_Tile bumpmap_Tile..._Tools_Transparent_UnOptimize_Undo_Undo %s_Unit Editor_Unsharp Mask..._Update_Value_Value Invert_Value Propagate..._Value:_Van Gogh (LIC)..._Vertical_Warp_Warp..._Waves..._Whirl angle:_White_Width_Wind_Wrap_Zealous Crop_Zoomafterblackbluecmgreenpixelsredto alphayellowProject-Id-Version: GIMP plugins HEAD Report-Msgid-Bugs-To: -POT-Creation-Date: 2005-04-09 21:56+0200 +POT-Creation-Date: 2005-04-10 02:11+0200 PO-Revision-Date: 2005-02-10 21:27+0200 Last-Translator: Giedrius Naudžiūnas Language-Team: Lithuanian diff -uraN gimp-2.2.5/po-plug-ins/lt.po gimp-2.2.6/po-plug-ins/lt.po --- gimp-2.2.5/po-plug-ins/lt.po 2005-04-09 23:09:19.000000000 +0200 +++ gimp-2.2.6/po-plug-ins/lt.po 2005-04-10 02:11:51.000000000 +0200 @@ -11,7 +11,7 @@ msgstr "" "Project-Id-Version: GIMP plugins HEAD\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-04-09 21:56+0200\n" +"POT-Creation-Date: 2005-04-10 02:11+0200\n" "PO-Revision-Date: 2005-02-10 21:27+0200\n" "Last-Translator: Giedrius Naudžiūnas \n" "Language-Team: Lithuanian \n" diff -uraN gimp-2.2.5/po-plug-ins/ms.gmo gimp-2.2.6/po-plug-ins/ms.gmo --- gimp-2.2.5/po-plug-ins/ms.gmo 2005-04-09 23:09:31.000000000 +0200 +++ gimp-2.2.6/po-plug-ins/ms.gmo 2005-04-10 02:12:02.000000000 +0200 @@ -278,7 +278,7 @@ which has no alpha channel.Z scale (size)Z:ZealousCropping(tm)...ZoomZoom inZoom in (make image bigger)Zoom outZoom out (make image smaller)_3x3_Abbreviation:_Adaptive_Additive_Advanced_Alpha_Alpha:_Amount:_Amplitude:_Angle:_Animate_Antialiasing_Automatically convert_Azimuth:_Background_Base URL:_Bilinear_Black_Blacken_Blast_Blend_Blue_Blue:_Border:_Bottom:_Box_Brightness_Brightness:_Brush_Bump Map_Bumpmap_Copy_Deflate_Depth:_Derivative_Description:_Detail:_Digits:_Displacement:_Distorted_Dots_Edit_Effect Image:_Elevation:_Emboss_Encapsulated PostScript_Entire Image_Environment Map_Exponent:_Factor:_File_Font:_Force_Fractals_Free_Ftp Site_Gamma:_General_Gopher_Gradient_Gray:_Green_Green:_Grey_Grow_Height_Height:_Help_Hex_Hidden_Holdness:_Horizontal_Horizontal:_Horz. Spacing:_Hue_ID:_Ideal_Ignore_Inch_Input SPI:_Insert_Interlacing (Adam7)_Invert_JPEG_JavaScript_Keep NCSA circles true_Kill_LZW_Laplace_Large staggered_Left_Left Start at:_Light_Linear_Lines_Link_Lower_Mapping_Material_Max (%):_Max Depth:_Midtones_Millimeter_Mirror_Misc Ops._Move_No. Across:_None_Normal_Pack Bits_Parameters_Period:_Phase:_Ping Pong_Plural:_Polygon_Presets_Preview_Preview!_Prompt for area info_Psychobilly_RGB_RLE compression_RLE encoded_Radial_Radius:_Randomize_Rays_Rectangle_Red:_Redo %s_Reflective_Remove_Rendering_Require default URL_Right_Right Border_Rotated_Saturation_Saturation:_Search:_Second Flares_Settings_Sharpness:_Size_Size:_Smear_Snap-To Grid Enabled_Speed:_Spokes:_Square_Squares_Staggered_Strength:_Symbol:_Target frame name/ID: (optional - used for FRAMES only)_Thickness:_Threshold_Threshold:_Title:_Tools_Top Start at:_Top:_Transparent_URL to activate when this area is clicked: (required)_Undo %s_Update_Upper_Upper Border_Use double-sized grab handles_Value_Value:_Variation:_Vert. Spacing:_Vertical_Vertical:_View_Voronoi_Warp_Waterlevel:_Wavelength:_Web Site_White_Wide-striped_Width_Width:_Wind_Wrap_X Scale:_X:_Y Scale:_Y:_Yellow_Z:_Zoom_Zoom:`Default' is created.a _Single Windowafteralphablackblueblueness_cb470blueness_cb470fblueness_cb709blueness_cb709fcmcyancyan_ke-_mailgreenhueinvalid formatted GFlare file: %s k(1-x^p)k(1-x^p) steppedkx^pkx^p steppedk{x(1-x)}^pk{x(1-x)}^p steppedluma_y470luma_y470fluma_y709luma_y709fmagentamagenta_kmillisecondsnot found %s in gflares_listpixelspixels from _toppixels from l_eftpixels/%aredredness_cr470redness_cr470fredness_cr709redness_cr709fsaturationsin^p, steppedsin^p-based functionsome sort of error with the file extension or lack thereofthe _Whole Screenvaluex (pixels)y (pixels)yellowyellow_kProject-Id-Version: Gimp 1.3 Report-Msgid-Bugs-To: -POT-Creation-Date: 2005-04-09 21:56+0200 +POT-Creation-Date: 2005-04-10 02:11+0200 PO-Revision-Date: 2003-11-07 16:26+0800 Last-Translator: MIMOS Open Source Development Group Language-Team: Projek Gabai diff -uraN gimp-2.2.5/po-plug-ins/ms.po gimp-2.2.6/po-plug-ins/ms.po --- gimp-2.2.5/po-plug-ins/ms.po 2005-04-09 23:09:19.000000000 +0200 +++ gimp-2.2.6/po-plug-ins/ms.po 2005-04-10 02:11:52.000000000 +0200 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: Gimp 1.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-04-09 21:56+0200\n" +"POT-Creation-Date: 2005-04-10 02:11+0200\n" "PO-Revision-Date: 2003-11-07 16:26+0800\n" "Last-Translator: MIMOS Open Source Development Group \n" "Language-Team: Projek Gabai \n" diff -uraN gimp-2.2.5/po-plug-ins/nb.gmo gimp-2.2.6/po-plug-ins/nb.gmo --- gimp-2.2.5/po-plug-ins/nb.gmo 2005-04-09 23:09:31.000000000 +0200 +++ gimp-2.2.6/po-plug-ins/nb.gmo 2005-04-10 02:12:02.000000000 +0200 @@ -202,7 +202,7 @@ which has no alpha channel.Z scale (size)Z:ZealousCropping(tm)...ZoomZoom inZoom in (make image bigger)Zoom outZoom out (make image smaller)_3x3_Abbreviation:_Adaptive_Additive_Advanced_Alpha_Alpha:_Amount:_Amplitude:_Angle:_Animate_Antialiasing_Azimuth:_Background_Bilinear_Black_Blacken_Blast_Blend_Blue_Blue:_Border:_Bottom:_Box_Brightness_Brightness:_Brush_Bucket size:_Bump Map_Bumpmap_Copy_Deflate_Depth:_Derivative_Description:_Detail:_Digits:_Displacement:_Distorted_Dots_Edit_Effect Image:_Elevation:_Emboss_Encapsulated PostScript_Entire Image_Environment Map_Exponent:_Factor:_File_Filename:_Font:_Force_Fractals_Ftp Site_Gamma:_General_Gopher_Gradient_Gray:_Green_Green:_Grey_Grid size:_Grow_Height_Height:_Help_Hex_Hidden_Horizontal_Horizontal style:_Horizontal:_Horz. Spacing:_Hue_ID:_Ideal_Ignore_Ignore the bottom layer even if visible_Inch_Input SPI:_Insert_Intensity:_Interlacing (Adam7)_Invert_JPEG_JavaScript_Keep original surroundings_Kill_LZW_Large staggered_Left_Lens refraction index:_Light_Lighting Effects..._Linear_Lines_Link_Lower_Make surroundings transparent_Mapping_Material_Max (%):_Max Depth:_Midtones_Millimeter_Mirror_Misc Ops._Monochrome_Move_None_Normal_Pack Bits_Period:_Phase:_Ping Pong_Plural:_Polygon_Preview_Preview!_Prompt for area info_Psychobilly_RGB_RLE compression_RLE encoded_Radial_Radius:_Randomize_Recipient:_Rectangle_Red:_Redo %s_Reflective_Remove_Rendering_Require default URL_Right_Right Border_Rotated_Saturation_Saturation:_Screen Shot..._Search:_Sender:_Set surroundings to background color_Set surroundings to index 0_Settings_Sharpness:_Size_Size:_Smear_Snap-To Grid Enabled_Speed:_Square_Squares_Staggered_Strength:_Symbol:_Thickness:_Threshold_Threshold:_Title:_Tools_Top Start at:_Top:_Transparent_URL to activate when this area is clicked: (required)_Undo %s_Update_Upper_Upper Border_Use the (invisible) bottom layer as the base_Value_Value:_Variation:_Vert. Spacing:_Vertical_Vertical style:_Vertical:_View_Voronoi_Warp_Waterlevel:_Wavelength:_Web Site_White_Wide-striped_Width_Width:_Wind_Wrap_X Scale:_X:_Y Scale:_Y:_Yellow_Z:_Zoom_Zoom:`Default' is created.a _Single Windowafteralphablackbluecmcyancyan_ke-_mailgreenhueinvalid formatted GFlare file: %s k(1-x^p)k(1-x^p) steppedkx^pkx^p steppedk{x(1-x)}^pk{x(1-x)}^p steppedmagentamagenta_kmillisecondspixelspixels from _toppixels from l_eftredsaturationsin^p, steppedsin^p-based functionthe _Whole Screenvaluex (pixels)y (pixels)yellowyellow_kProject-Id-Version: GIMP po-plug-ins HEAD Report-Msgid-Bugs-To: -POT-Creation-Date: 2005-04-09 21:56+0200 +POT-Creation-Date: 2005-04-10 02:11+0200 PO-Revision-Date: 2004-11-07 17:28+0100 Last-Translator: Sigurd Gartmann Language-Team: Norwegian diff -uraN gimp-2.2.5/po-plug-ins/nb.po gimp-2.2.6/po-plug-ins/nb.po --- gimp-2.2.5/po-plug-ins/nb.po 2005-04-09 23:09:20.000000000 +0200 +++ gimp-2.2.6/po-plug-ins/nb.po 2005-04-10 02:11:52.000000000 +0200 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: GIMP po-plug-ins HEAD\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-04-09 21:56+0200\n" +"POT-Creation-Date: 2005-04-10 02:11+0200\n" "PO-Revision-Date: 2004-11-07 17:28+0100\n" "Last-Translator: Sigurd Gartmann \n" "Language-Team: Norwegian \n" diff -uraN gimp-2.2.5/po-plug-ins/nl.gmo gimp-2.2.6/po-plug-ins/nl.gmo --- gimp-2.2.5/po-plug-ins/nl.gmo 2005-04-09 23:09:31.000000000 +0200 +++ gimp-2.2.6/po-plug-ins/nl.gmo 2005-04-10 02:12:03.000000000 +0200 @@ -368,7 +368,7 @@ which has no alpha channel.Z scale (size)Z:ZealousCropping(tm)...ZoomZoom inZoom in (make image bigger)Zoom outZoom out (make image smaller)Zoom scale:_3x3_Abbreviation:_Adaptive_Additive_Advanced_Algorithm:_Alpha_Alpha trimmed mean_Alpha:_Amount:_Amplitude:_Angle:_Animate_Antialiasing_Automatically convert_Azimuth:_Background_Base URL:_Bilinear_Black_Blacken_Blast_Blend_Blinds..._Blue_Blue:_Blur_Border Average..._Border:_Bottom:_Box_Bright:_Brightness_Brightness:_Brush_Bucket size:_Bump Map_Bumpmap_Copy_Deflate_Depth:_Derivative_Description:_Detail:_Diffraction Patterns..._Digits:_Displace..._Displacement:_Distorted_Dots_Dynamic:_Edge..._Edit_Effect Image:_Elevation:_Emboss_Emboss..._Encapsulated PostScript_Entire Image_Environment Map_Exponent:_Factor:_File_Filename:_Film..._FlareFX..._Font:_Force_Fractal Explorer..._Fractals_Free_Ftp Site_GIF comment:_Gamma:_Gaussian Blur..._General_Gfig..._Glowing:_Gopher_Gradient_Gray:_Green_Green:_Grey_Grid size:_Grid..._Grow_Guillotine_HSL color model_Height_Height:_Help_Hex_Hidden_High_Holdness:_Horizontal_Horizontal style:_Horizontal:_Horz. Spacing:_Hot..._Hue_ID:_IIR_Ideal_Ignore_Illusion..._Inch_Input SPI:_Insert_Intensity:_Interlacing (Adam7)_Invert_JPEG_JavaScript_Keep NCSA circles true_Keep aspect ratio_Kill_LZW_Laplace_Large staggered_Left_Left Start at:_Light_Lighting Effects..._Limit line width_Linear_Lines_Link_Load defaults_Loop forever_Low_Lower_MIME_Map type:_Mapping_Mask radius:_Mask size:_Material_Max (%):_Max Depth:_Metallic_Midtones_Millimeter_Mirror_Misc Ops._Monochrome_Mosaic..._Move_NL Filter..._Neon..._No. Across:_None_Normal_Normalize_Number of segments:_Optimize (Difference)_Pack Bits_Parameters_Percent black:_Period:_Phase:_Photocopy..._Ping Pong_Plasma..._Playback..._Plural:_Polished:_Polygon_PostScript level 2_Presets_Preview_Preview!_Prompt for area info_Psychobilly_Qbist..._Quality:_RGB_RLE_RLE compression_RLE encoded_Radial_Radius 1:_Radius:_Random seed:_Randomize_Rays_Recipient:_Rectangle_Red:_Redo %s_Reflective_Remove_Rendering_Require default URL_Right_Right Border_Rotated_Saturation_Saturation:_Save defaults_Scale:_Search:_Second Flares_Sender:_Settings_Sharpness:_Shiny:_Show cursor_Size_Size:_Smear_Snap-To Grid Enabled_Speed:_Spokes:_Square_Squares_Staggered_Strength:_Symbol:_TWAIN..._Target frame name/ID: (optional - used for FRAMES only)_Thickness:_Threshold_Threshold:_Title:_Tools_Top Start at:_Top:_Transparent_URL to activate when this area is clicked: (required)_Undo %s_Update_Upper_Upper Border_Use double-sized grab handles_Use the (invisible) bottom layer as the base_Uuencode_Value_Value:_Variation:_Vert. Spacing:_Vertical_Vertical style:_Vertical:_View_Voronoi_Warp_Waterlevel:_Wavelength:_Web Site_White_Wide-striped_Width_Width:_Wind_Wrap_X Scale:_X displacement:_X offset:_X:_Y Scale:_Y displacement:_Y offset:_Y:_Yellow_Z:_Zoom_Zoom:`Default' is created.a _Single Windowafteralphablackblueblueness_cb470blueness_cb470fblueness_cb709blueness_cb709fbzip archivecmcyancyan_ke-_mailgreengzip archivehueinvalid formatted GFlare file: %s k(1-x^p)k(1-x^p) steppedkx^pkx^p steppedk{x(1-x)}^pk{x(1-x)}^p steppedluma_y470luma_y470fluma_y709luma_y709fmagentamagenta_kmillisecondsnot found %s in gflares_listpixelspixels from _toppixels from l_eftpixels/%aredredness_cr470redness_cr470fredness_cr709redness_cr709fsaturationsin^p, steppedsin^p-based functionsome sort of error with the file extension or lack thereofthe _Whole Screenvaluex (pixels)y (pixels)yellowyellow_kProject-Id-Version: gimp 2.0 Report-Msgid-Bugs-To: -POT-Creation-Date: 2005-04-09 21:56+0200 +POT-Creation-Date: 2005-04-10 02:11+0200 PO-Revision-Date: 2004-11-21 20:30+0100 Last-Translator: Tino Meinen Language-Team: Dutch diff -uraN gimp-2.2.5/po-plug-ins/nl.po gimp-2.2.6/po-plug-ins/nl.po --- gimp-2.2.5/po-plug-ins/nl.po 2005-04-09 23:09:20.000000000 +0200 +++ gimp-2.2.6/po-plug-ins/nl.po 2005-04-10 02:11:53.000000000 +0200 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: gimp 2.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-04-09 21:56+0200\n" +"POT-Creation-Date: 2005-04-10 02:11+0200\n" "PO-Revision-Date: 2004-11-21 20:30+0100\n" "Last-Translator: Tino Meinen \n" "Language-Team: Dutch \n" diff -uraN gimp-2.2.5/po-plug-ins/no.gmo gimp-2.2.6/po-plug-ins/no.gmo --- gimp-2.2.5/po-plug-ins/no.gmo 2005-04-09 23:09:31.000000000 +0200 +++ gimp-2.2.6/po-plug-ins/no.gmo 2005-04-10 02:12:03.000000000 +0200 @@ -202,7 +202,7 @@ which has no alpha channel.Z scale (size)Z:ZealousCropping(tm)...ZoomZoom inZoom in (make image bigger)Zoom outZoom out (make image smaller)_3x3_Abbreviation:_Adaptive_Additive_Advanced_Alpha_Alpha:_Amount:_Amplitude:_Angle:_Animate_Antialiasing_Azimuth:_Background_Bilinear_Black_Blacken_Blast_Blend_Blue_Blue:_Border:_Bottom:_Box_Brightness_Brightness:_Brush_Bucket size:_Bump Map_Bumpmap_Copy_Deflate_Depth:_Derivative_Description:_Detail:_Digits:_Displacement:_Distorted_Dots_Edit_Effect Image:_Elevation:_Emboss_Encapsulated PostScript_Entire Image_Environment Map_Exponent:_Factor:_File_Filename:_Font:_Force_Fractals_Ftp Site_Gamma:_General_Gopher_Gradient_Gray:_Green_Green:_Grey_Grid size:_Grow_Height_Height:_Help_Hex_Hidden_Horizontal_Horizontal style:_Horizontal:_Horz. Spacing:_Hue_ID:_Ideal_Ignore_Ignore the bottom layer even if visible_Inch_Input SPI:_Insert_Intensity:_Interlacing (Adam7)_Invert_JPEG_JavaScript_Keep original surroundings_Kill_LZW_Large staggered_Left_Lens refraction index:_Light_Lighting Effects..._Linear_Lines_Link_Lower_Make surroundings transparent_Mapping_Material_Max (%):_Max Depth:_Midtones_Millimeter_Mirror_Misc Ops._Monochrome_Move_None_Normal_Pack Bits_Period:_Phase:_Ping Pong_Plural:_Polygon_Preview_Preview!_Prompt for area info_Psychobilly_RGB_RLE compression_RLE encoded_Radial_Radius:_Randomize_Recipient:_Rectangle_Red:_Redo %s_Reflective_Remove_Rendering_Require default URL_Right_Right Border_Rotated_Saturation_Saturation:_Screen Shot..._Search:_Sender:_Set surroundings to background color_Set surroundings to index 0_Settings_Sharpness:_Size_Size:_Smear_Snap-To Grid Enabled_Speed:_Square_Squares_Staggered_Strength:_Symbol:_Thickness:_Threshold_Threshold:_Title:_Tools_Top Start at:_Top:_Transparent_URL to activate when this area is clicked: (required)_Undo %s_Update_Upper_Upper Border_Use the (invisible) bottom layer as the base_Value_Value:_Variation:_Vert. Spacing:_Vertical_Vertical style:_Vertical:_View_Voronoi_Warp_Waterlevel:_Wavelength:_Web Site_White_Wide-striped_Width_Width:_Wind_Wrap_X Scale:_X:_Y Scale:_Y:_Yellow_Z:_Zoom_Zoom:`Default' is created.a _Single Windowafteralphablackbluecmcyancyan_ke-_mailgreenhueinvalid formatted GFlare file: %s k(1-x^p)k(1-x^p) steppedkx^pkx^p steppedk{x(1-x)}^pk{x(1-x)}^p steppedmagentamagenta_kmillisecondspixelspixels from _toppixels from l_eftredsaturationsin^p, steppedsin^p-based functionthe _Whole Screenvaluex (pixels)y (pixels)yellowyellow_kProject-Id-Version: GIMP po-plug-ins HEAD Report-Msgid-Bugs-To: -POT-Creation-Date: 2005-04-09 21:56+0200 +POT-Creation-Date: 2005-04-10 02:11+0200 PO-Revision-Date: 2004-11-07 17:28+0100 Last-Translator: Sigurd Gartmann Language-Team: Norwegian diff -uraN gimp-2.2.5/po-plug-ins/no.po gimp-2.2.6/po-plug-ins/no.po --- gimp-2.2.5/po-plug-ins/no.po 2005-04-09 23:09:21.000000000 +0200 +++ gimp-2.2.6/po-plug-ins/no.po 2005-04-10 02:11:53.000000000 +0200 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: GIMP po-plug-ins HEAD\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-04-09 21:56+0200\n" +"POT-Creation-Date: 2005-04-10 02:11+0200\n" "PO-Revision-Date: 2004-11-07 17:28+0100\n" "Last-Translator: Sigurd Gartmann \n" "Language-Team: Norwegian \n" diff -uraN gimp-2.2.5/po-plug-ins/pa.gmo gimp-2.2.6/po-plug-ins/pa.gmo --- gimp-2.2.5/po-plug-ins/pa.gmo 2005-04-09 23:09:31.000000000 +0200 +++ gimp-2.2.6/po-plug-ins/pa.gmo 2005-04-10 02:12:03.000000000 +0200 @@ -71,7 +71,7 @@ (%s "%s") to your %s file.No colorsNo compressionNo lightNoneNormalNumber of ColorsNumber of SegmentsNumber of cells:Number of colors:NumberingO_nly foregroundO_ptionsObject DetailsObject X position in XYZ spaceObject Y position in XYZ spaceObject Z position in XYZ spaceOffset:On Film:One frame per layer (replace)Only b_ackgroundOnly one unique colorOp_tionsOpacity:OpenOpen FileOptionsOriginalOriginal:Ot_herOther optionsOverlayPNGPPD File:PPIP_reviewPage %dPage SetupPages:ParametersPattern fillPhotographPixelsPlanePlug-In BrowserPluralPo_larization:PointPoint lightPolygonPositionPre_viewPreferencesPreviewPreview SizePrinting...Qbist ...RGBRGBAR_adius 2:R_adius:R_edR_ed threshold:RadiansRadius:RandomRanks:RawRe_dRealtime PreviewRecompute preview imageRectangleRedRed:Redo last zoomRedrawRedraw previewReflectivityRendering Fractal...Rescan for FractalsReset parameters to default valuesRightRight edgeRight:Ro_w:RobertsRotat_e:Rotation angle:S_elect Window AfterS_electorS_wapSameSat_urationSatu_rationSaturationSaturation VariationsSaturation fr_equency:Saturation:SaveSave FileSave Fractal ParametersSave Lighting PresetSave active fractal to fileSave as BrushSave as Brush PipeSave as GIFSavedScreen ShotSe_lection OnlySeconds DelaySeconds delaySelectSelect Film ColorSelect Pixels bySelect allSelect an objectSelect folder and rescan collectionSelect lightsource colorSelect:SelectionSet light source colorSettingsSha_dowsShadows:ShowShow Line FrameShow all objectsShow control pointsShow gridShow next objectShow positionSierpinskiSineSingularSinusoidalSizeSize (%):Size:Sizes:Solid colorsSource 1:Source 2:Source channel:Source...Spacing:Specular:SphereSphericalSpiderSpiral Number of TurnsStandardStart offset:Stop when pixel differences are smaller than this valueStretchStretch _HSVStrongStyleSymbolTIFF ChannelT_ransparent backgroundTemporaryTemporary ProcedureThank you for choosing GIMPThe unit's plural form.The unit's singular form.This is not a GIF fileThis tool has no optionsTile _height:Tile _width:Tile source imageTile source image: useful for infinite planesToTo ColorTo _bottomTo _rightTo _topTo l_eftTo:Tool optionsToolsTop:TransparentTransparent backgroundTree ViewTypeType of light source to applyType of object to map toType:URLURL: %sUndo last zoomUnitUnit EditorUnitsUnnamedUnsupported brush formatUntitledUse cosine-function for this color componentUse linear mapping instead of any trigonometrical function for this color channelUse log log smoothing to eliminate "banding" in the resultUse loglog smoothingUse sine-function for this color componentV_alueValueValue Invert...Value VariationsValue:Ver_tical base:VerticalVi_deo...VideoVideo PatternVideo/RGB...WarningWarpWeakWhiteWidth:WindowsWork on cop_yX:XBM OptionsXMAX:XMIN:XY position:X_1:X_2:Y:YMAX:YMIN:Y_1:Y_2:YellowYellow:Z:Zoom inZoom out_3x3_Advanced_Algorithm:_Alpha_Angle:_Black level:_Blue_Blue:_Bottom:_Box_Bright:_Brush_Bump Map_Clear_Colorify..._Copy_Depth:_Description:_Dots_Edge..._Edit_Entire Image_Environment Map_File_Film..._Filter Pack..._FlareFX..._Font:_Force_Format:_Fractals_Free_GIF comment:_General_Green_Green:_Grid..._HSL color model_Height:_Help_Hex_Horizontal_Horizontal style:_Horizontal:_Hue_ID:_IIR_Ignore_Inch_Insert_Intensity:_Invert_JPEG_LZW_Light_Lighting Effects..._Link_Loop forever_Lower_MIME_Map type:_Material_Millimeter_Mirror_None_Number of segments:_Parameters_Plug-In Browser_Polygon_Preview_Preview once_Preview!_Print_Print..._Qbist..._RGB color model_RLE_Radius 1:_Rays_Red:_Remove_Remove Backdrop_Rotated_Saturation_Saturation:_Save comment to file_Search:_Show cursor_Size_Size:_Speed:_Strength:_Stroke_Threshold_Threshold:_Tile size:_Tools_Top:_Transparent_Undo_Unit Editor_Update_Upper_Use background color_Value_Value Invert_Value:_Vertical_Vertical style:_Vertical:_View_Warp_Warp..._White_White level:_X offset:_X:_Y offset:_Y:_Yellow_Z:_Zoom_Zoom:a _Single Windowafteralphabluecme-_mailgreenhuek(1-x^p)kx^pk{x(1-x)}^pmillisecondspixels/%aredsaturationthe _Whole Screento alphavalueyellowProject-Id-Version: gimp-plug-ins.gimp-2-2 Report-Msgid-Bugs-To: -POT-Creation-Date: 2005-04-09 21:56+0200 +POT-Creation-Date: 2005-04-10 02:11+0200 PO-Revision-Date: 2005-03-09 10:22+0530 Last-Translator: Amanpreet Singh Alam Language-Team: Punjabi diff -uraN gimp-2.2.5/po-plug-ins/pa.po gimp-2.2.6/po-plug-ins/pa.po --- gimp-2.2.5/po-plug-ins/pa.po 2005-04-09 23:09:21.000000000 +0200 +++ gimp-2.2.6/po-plug-ins/pa.po 2005-04-10 02:11:53.000000000 +0200 @@ -10,7 +10,7 @@ msgstr "" "Project-Id-Version: gimp-plug-ins.gimp-2-2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-04-09 21:56+0200\n" +"POT-Creation-Date: 2005-04-10 02:11+0200\n" "PO-Revision-Date: 2005-03-09 10:22+0530\n" "Last-Translator: Amanpreet Singh Alam \n" "Language-Team: Punjabi \n" diff -uraN gimp-2.2.5/po-plug-ins/pl.gmo gimp-2.2.6/po-plug-ins/pl.gmo --- gimp-2.2.5/po-plug-ins/pl.gmo 2005-04-09 23:09:31.000000000 +0200 +++ gimp-2.2.6/po-plug-ins/pl.gmo 2005-04-10 02:12:03.000000000 +0200 @@ -460,7 +460,7 @@ cmcyancyan_ke-_mailgreengzip archivehueinvalid formatted GFlare file: %s k(1-x^p)k(1-x^p) steppedkx^pkx^p steppedk{x(1-x)}^pk{x(1-x)}^p steppedluma_y470luma_y470fluma_y709luma_y709fmagentamagenta_kmillisecondsnot found %s in gflares_listpixelspixels from _toppixels from l_eftpixels/%aredredness_cr470redness_cr470fredness_cr709redness_cr709fsaturationsin^p, steppedsin^p-based functionsome sort of error with the file extension or lack thereofthe _Whole Screento alphavaluex (pixels)y (pixels)yellowyellow_kProject-Id-Version: gimp-plug-ins.gimp-2-2 Report-Msgid-Bugs-To: -POT-Creation-Date: 2005-04-09 21:56+0200 +POT-Creation-Date: 2005-04-10 02:11+0200 PO-Revision-Date: 2005-02-14 23:51+0100 Last-Translator: Bartosz Kosiorek Language-Team: Polish diff -uraN gimp-2.2.5/po-plug-ins/pl.po gimp-2.2.6/po-plug-ins/pl.po --- gimp-2.2.5/po-plug-ins/pl.po 2005-04-09 23:09:22.000000000 +0200 +++ gimp-2.2.6/po-plug-ins/pl.po 2005-04-10 02:11:54.000000000 +0200 @@ -20,7 +20,7 @@ msgstr "" "Project-Id-Version: gimp-plug-ins.gimp-2-2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-04-09 21:56+0200\n" +"POT-Creation-Date: 2005-04-10 02:11+0200\n" "PO-Revision-Date: 2005-02-14 23:51+0100\n" "Last-Translator: Bartosz Kosiorek \n" "Language-Team: Polish \n" diff -uraN gimp-2.2.5/po-plug-ins/pt_BR.gmo gimp-2.2.6/po-plug-ins/pt_BR.gmo --- gimp-2.2.5/po-plug-ins/pt_BR.gmo 2005-04-09 23:09:31.000000000 +0200 +++ gimp-2.2.6/po-plug-ins/pt_BR.gmo 2005-04-10 02:12:03.000000000 +0200 @@ -442,7 +442,7 @@ cmcyancyan_ke-_mailgreengzip archivehueinvalid formatted GFlare file: %s k(1-x^p)k(1-x^p) steppedkx^pkx^p steppedk{x(1-x)}^pk{x(1-x)}^p steppedluma_y470luma_y470fluma_y709luma_y709fmagentamagenta_kmillisecondsnot found %s in gflares_listpixelspixels from _toppixels from l_eftpixels/%aredredness_cr470redness_cr470fredness_cr709redness_cr709fsaturationsin^p, steppedsin^p-based functionsome sort of error with the file extension or lack thereofthe _Whole Screento alphavaluex (pixels)y (pixels)yellowyellow_kProject-Id-Version: gimp-plug-ins.HEAD Report-Msgid-Bugs-To: -POT-Creation-Date: 2005-04-09 21:56+0200 +POT-Creation-Date: 2005-04-10 02:11+0200 PO-Revision-Date: 2004-12-14 03:49-0200 Last-Translator: Joao S. O. Bueno Calligaris Language-Team: Brazilian Portuguese <> diff -uraN gimp-2.2.5/po-plug-ins/pt_BR.po gimp-2.2.6/po-plug-ins/pt_BR.po --- gimp-2.2.5/po-plug-ins/pt_BR.po 2005-04-09 23:09:22.000000000 +0200 +++ gimp-2.2.6/po-plug-ins/pt_BR.po 2005-04-10 02:11:55.000000000 +0200 @@ -12,7 +12,7 @@ msgstr "" "Project-Id-Version: gimp-plug-ins.HEAD\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-04-09 21:56+0200\n" +"POT-Creation-Date: 2005-04-10 02:11+0200\n" "PO-Revision-Date: 2004-12-14 03:49-0200\n" "Last-Translator: Joao S. O. Bueno Calligaris \n" "Language-Team: Brazilian Portuguese <>\n" diff -uraN gimp-2.2.5/po-plug-ins/pt.gmo gimp-2.2.6/po-plug-ins/pt.gmo --- gimp-2.2.5/po-plug-ins/pt.gmo 2005-04-09 23:09:31.000000000 +0200 +++ gimp-2.2.6/po-plug-ins/pt.gmo 2005-04-10 02:12:03.000000000 +0200 @@ -294,7 +294,7 @@ which has no alpha channel.Z scale (size)Z:ZealousCropping(tm)...ZoomZoom inZoom in (make image bigger)Zoom outZoom out (make image smaller)_3x3_Abbreviation:_Adaptive_Additive_Advanced_Alpha_Alpha:_Amount:_Amplitude:_Angle:_Animate_Antialiasing_Automatically convert_Azimuth:_Background_Base URL:_Bilinear_Black_Blacken_Blast_Blend_Blue_Blue:_Border:_Bottom:_Box_Brightness_Brightness:_Brush_Bump Map_Bumpmap_Copy_Deflate_Depth:_Derivative_Description:_Detail:_Digits:_Displacement:_Distorted_Dots_Edit_Effect Image:_Elevation:_Emboss_Encapsulated PostScript_Entire Image_Environment Map_Exponent:_Factor:_File_Filename:_Font:_Force_Fractals_Free_Ftp Site_Gamma:_General_Gopher_Gradient_Gray:_Green_Green:_Grey_Grow_Height_Height:_Help_Hex_Hidden_Holdness:_Horizontal_Horizontal:_Horz. Spacing:_Hue_ID:_Ideal_Ignore_Inch_Input SPI:_Insert_Interlacing (Adam7)_Invert_JPEG_JavaScript_Keep NCSA circles true_Kill_LZW_Laplace_Large staggered_Left_Left Start at:_Light_Linear_Lines_Link_Lower_MIME_Mapping_Material_Max (%):_Max Depth:_Midtones_Millimeter_Mirror_Misc Ops._Monochrome_Move_No. Across:_None_Normal_Pack Bits_Parameters_Period:_Phase:_Ping Pong_Plural:_Polygon_Presets_Preview_Preview!_Prompt for area info_Psychobilly_RGB_RLE compression_RLE encoded_Radial_Radius:_Randomize_Rays_Recipient:_Rectangle_Red:_Redo %s_Reflective_Remove_Rendering_Require default URL_Right_Right Border_Rotated_Saturation_Saturation:_Search:_Second Flares_Sender:_Settings_Sharpness:_Size_Size:_Smear_Snap-To Grid Enabled_Speed:_Spokes:_Square_Squares_Staggered_Strength:_Symbol:_Target frame name/ID: (optional - used for FRAMES only)_Thickness:_Threshold_Threshold:_Title:_Tools_Top Start at:_Top:_Transparent_URL to activate when this area is clicked: (required)_Undo %s_Update_Upper_Upper Border_Use double-sized grab handles_Uuencode_Value_Value:_Variation:_Vert. Spacing:_Vertical_Vertical:_View_Voronoi_Warp_Waterlevel:_Wavelength:_Web Site_White_Wide-striped_Width_Width:_Wind_Wrap_X Scale:_X:_Y Scale:_Y:_Yellow_Z:_Zoom_Zoom:`Default' is created.a _Single Windowafteralphablackblueblueness_cb470blueness_cb470fblueness_cb709blueness_cb709fcmcyancyan_ke-_mailgreenhueinvalid formatted GFlare file: %s k(1-x^p)k(1-x^p) steppedkx^pkx^p steppedk{x(1-x)}^pk{x(1-x)}^p steppedluma_y470luma_y470fluma_y709luma_y709fmagentamagenta_kmillisecondsnot found %s in gflares_listpixelspixels from _toppixels from l_eftpixels/%aredredness_cr470redness_cr470fredness_cr709redness_cr709fsaturationsin^p, steppedsin^p-based functionsome sort of error with the file extension or lack thereofthe _Whole Screenvaluex (pixels)y (pixels)yellowyellow_kProject-Id-Version: 2.6 Report-Msgid-Bugs-To: -POT-Creation-Date: 2005-04-09 21:56+0200 +POT-Creation-Date: 2005-04-10 02:11+0200 PO-Revision-Date: 2004-03-21 20:30+0000 Last-Translator: Duarte Loreto Language-Team: Portuguese diff -uraN gimp-2.2.5/po-plug-ins/pt.po gimp-2.2.6/po-plug-ins/pt.po --- gimp-2.2.5/po-plug-ins/pt.po 2005-04-09 23:09:22.000000000 +0200 +++ gimp-2.2.6/po-plug-ins/pt.po 2005-04-10 02:11:54.000000000 +0200 @@ -12,7 +12,7 @@ msgstr "" "Project-Id-Version: 2.6\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-04-09 21:56+0200\n" +"POT-Creation-Date: 2005-04-10 02:11+0200\n" "PO-Revision-Date: 2004-03-21 20:30+0000\n" "Last-Translator: Duarte Loreto \n" "Language-Team: Portuguese \n" diff -uraN gimp-2.2.5/po-plug-ins/ro.gmo gimp-2.2.6/po-plug-ins/ro.gmo --- gimp-2.2.5/po-plug-ins/ro.gmo 2005-04-09 23:09:32.000000000 +0200 +++ gimp-2.2.6/po-plug-ins/ro.gmo 2005-04-10 02:12:03.000000000 +0200 @@ -47,7 +47,7 @@ ! ,9=X8F.PLU*D"'H,%7T$0E^[52 ANS)(]:B M 4Z+RI! QWJK_#GV;6-/91\C >&<@3O?YAdditionAlphaAlpha:Angle:AntialiasingAuthor:AutoBackgroundBlueBlue:Brightness:ChannelsClearColorContrast:Copyright:CyanDate:DefaultDeleteDelete PointDensity:EditFeatherForegroundGIMP ExtensionGIMP Plug-InGeneralGradientGradientsGrayGrayscaleGreenGreen:Height:HorizontalHueHue:Internal GIMP procedureLinearMagentaModeNoneNormalOffset:Opacity:OpenOverlayPastePixelsPreferencesPreviewRGBRadialRadius:RedRed:RedoReplaceResolution:Rotating...RotationSaturationSaturation:SaveScreenSelectSelectionSinusoidalSizeSize:Spacing:StandardTemporary ProcedureThe default comment is limited to %d characters.Threshold:TransparentTypeType:UndoUnitsUnnamedUntitledValueVerticalWhiteWidth:X:Y:YellowZoom inZoom outpixelspixels/%aProject-Id-Version: gimp-plugins Report-Msgid-Bugs-To: -POT-Creation-Date: 2005-04-09 21:56+0200 +POT-Creation-Date: 2005-04-10 02:11+0200 PO-Revision-Date: 2000-11-24 15:46+0100 Last-Translator: Robert Claudiu Gheorghe Language-Team: Română diff -uraN gimp-2.2.5/po-plug-ins/ro.po gimp-2.2.6/po-plug-ins/ro.po --- gimp-2.2.5/po-plug-ins/ro.po 2005-04-09 23:09:23.000000000 +0200 +++ gimp-2.2.6/po-plug-ins/ro.po 2005-04-10 02:11:55.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: gimp-plugins\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-04-09 21:56+0200\n" +"POT-Creation-Date: 2005-04-10 02:11+0200\n" "PO-Revision-Date: 2000-11-24 15:46+0100\n" "Last-Translator: Robert Claudiu Gheorghe \n" "Language-Team: Română \n" diff -uraN gimp-2.2.5/po-plug-ins/ru.gmo gimp-2.2.6/po-plug-ins/ru.gmo --- gimp-2.2.5/po-plug-ins/ru.gmo 2005-04-09 23:09:32.000000000 +0200 +++ gimp-2.2.6/po-plug-ins/ru.gmo 2005-04-10 02:12:03.000000000 +0200 @@ -259,7 +259,7 @@ which has no alpha channel.Z scale (size)Z:ZealousCropping(tm)...ZoomZoom inZoom in (make image bigger)Zoom outZoom out (make image smaller)_3x3_Abbreviation:_Adaptive_Additive_Advanced_Alpha_Alpha:_Amount:_Amplitude:_Angle:_Animate_Antialiasing_Automatically convert_Azimuth:_Background_Base URL:_Bilinear_Black_Blacken_Blast_Blend_Blue_Blue:_Border:_Bottom:_Box_Brightness_Brightness:_Brush_Bump Map_Bumpmap_Copy_Deflate_Depth:_Derivative_Description:_Detail:_Digits:_Displacement:_Distorted_Dots_Edit_Effect Image:_Elevation:_Emboss_Encapsulated PostScript_Entire Image_Environment Map_Exponent:_Factor:_File_Filename:_Font:_Force_Fractals_Free_Ftp Site_Gamma:_General_Gopher_Gradient_Gray:_Green_Green:_Grey_Grow_Height_Height:_Help_Hex_Hidden_Holdness:_Horizontal_Horizontal:_Horz. Spacing:_Hue_ID:_Ideal_Ignore_Inch_Input SPI:_Insert_Interlacing (Adam7)_Invert_JPEG_JavaScript_Keep NCSA circles true_Kill_LZW_Laplace_Large staggered_Left_Left Start at:_Light_Linear_Lines_Link_Lower_MIME_Mapping_Material_Max (%):_Max Depth:_Midtones_Millimeter_Mirror_Misc Ops._Monochrome_Move_No. Across:_None_Normal_Pack Bits_Parameters_Period:_Phase:_Ping Pong_Plural:_Polygon_Presets_Preview_Preview!_Prompt for area info_Psychobilly_RGB_RLE compression_RLE encoded_Radial_Radius:_Randomize_Rays_Recipient:_Rectangle_Red:_Redo %s_Reflective_Remove_Rendering_Require default URL_Right_Right Border_Rotated_Saturation_Saturation:_Search:_Second Flares_Sender:_Settings_Sharpness:_Size_Size:_Smear_Snap-To Grid Enabled_Speed:_Spokes:_Square_Squares_Staggered_Strength:_Symbol:_Target frame name/ID: (optional - used for FRAMES only)_Thickness:_Threshold_Threshold:_Title:_Tools_Top Start at:_Top:_Transparent_URL to activate when this area is clicked: (required)_Undo %s_Update_Upper_Upper Border_Use double-sized grab handles_Uuencode_Value_Value:_Variation:_Vert. Spacing:_Vertical_Vertical:_View_Voronoi_Warp_Waterlevel:_Wavelength:_Web Site_White_Wide-striped_Width_Width:_Wind_Wrap_X Scale:_X:_Y Scale:_Y:_Yellow_Z:_Zoom_Zoom:`Default' is created.a _Single Windowafteralphablackblueblueness_cb470blueness_cb470fblueness_cb709blueness_cb709fcmcyancyan_ke-_mailgreenhueinvalid formatted GFlare file: %s k(1-x^p)k(1-x^p) steppedkx^pkx^p steppedk{x(1-x)}^pk{x(1-x)}^p steppedluma_y470luma_y470fluma_y709luma_y709fmagentamagenta_kmillisecondsnot found %s in gflares_listpixelspixels from _toppixels from l_eftpixels/%aredredness_cr470redness_cr470fredness_cr709redness_cr709fsaturationsin^p, steppedsin^p-based functionsome sort of error with the file extension or lack thereofthe _Whole Screenvaluex (pixels)y (pixels)yellowyellow_kProject-Id-Version: gimp.PLUGINS.ru Report-Msgid-Bugs-To: -POT-Creation-Date: 2005-04-09 21:56+0200 +POT-Creation-Date: 2005-04-10 02:11+0200 PO-Revision-Date: 2004-07-15 00:09+0400 Last-Translator: AnatolyA. Yakushin Language-Team: russian diff -uraN gimp-2.2.5/po-plug-ins/ru.po gimp-2.2.6/po-plug-ins/ru.po --- gimp-2.2.5/po-plug-ins/ru.po 2005-04-09 23:09:23.000000000 +0200 +++ gimp-2.2.6/po-plug-ins/ru.po 2005-04-10 02:11:56.000000000 +0200 @@ -11,7 +11,7 @@ msgstr "" "Project-Id-Version: gimp.PLUGINS.ru\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-04-09 21:56+0200\n" +"POT-Creation-Date: 2005-04-10 02:11+0200\n" "PO-Revision-Date: 2004-07-15 00:09+0400\n" "Last-Translator: AnatolyA. Yakushin \n" "Language-Team: russian \n" diff -uraN gimp-2.2.5/po-plug-ins/sk.gmo gimp-2.2.6/po-plug-ins/sk.gmo --- gimp-2.2.5/po-plug-ins/sk.gmo 2005-04-09 23:09:32.000000000 +0200 +++ gimp-2.2.6/po-plug-ins/sk.gmo 2005-04-10 02:12:03.000000000 +0200 @@ -464,7 +464,7 @@ cmcyancyan_ke-_mailgreengzip archivehueinvalid formatted GFlare file: %s k(1-x^p)k(1-x^p) steppedkx^pkx^p steppedk{x(1-x)}^pk{x(1-x)}^p steppedluma_y470luma_y470fluma_y709luma_y709fmagentamagenta_kmillisecondsnot found %s in gflares_listpixelspixels from _toppixels from l_eftpixels/%aredredness_cr470redness_cr470fredness_cr709redness_cr709fsaturationsin^p, steppedsin^p-based functionsome sort of error with the file extension or lack thereofthe _Whole Screento alphavaluex (pixels)y (pixels)yellowyellow_kProject-Id-Version: gimp-plug-ins Report-Msgid-Bugs-To: -POT-Creation-Date: 2005-04-09 21:56+0200 +POT-Creation-Date: 2005-04-10 02:11+0200 PO-Revision-Date: 2004-11-27 10:28+0100 Last-Translator: Marcel Telka Language-Team: Slovak diff -uraN gimp-2.2.5/po-plug-ins/sk.po gimp-2.2.6/po-plug-ins/sk.po --- gimp-2.2.5/po-plug-ins/sk.po 2005-04-09 23:09:24.000000000 +0200 +++ gimp-2.2.6/po-plug-ins/sk.po 2005-04-10 02:11:56.000000000 +0200 @@ -3,13 +3,13 @@ # Zdenko Podobný , 2004. # Marcel Telka , 2005. # -# $Id: sk.po,v 1.80.2.4 2005/03/20 19:23:52 marcel Exp $ +# $Id: sk.po,v 1.80.2.5 2005/04/09 21:38:59 neo Exp $ # msgid "" msgstr "" "Project-Id-Version: gimp-plug-ins\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-04-09 21:56+0200\n" +"POT-Creation-Date: 2005-04-10 02:11+0200\n" "PO-Revision-Date: 2004-11-27 10:28+0100\n" "Last-Translator: Marcel Telka \n" "Language-Team: Slovak \n" diff -uraN gimp-2.2.5/po-plug-ins/sr.gmo gimp-2.2.6/po-plug-ins/sr.gmo --- gimp-2.2.5/po-plug-ins/sr.gmo 2005-04-09 23:09:32.000000000 +0200 +++ gimp-2.2.6/po-plug-ins/sr.gmo 2005-04-10 02:12:04.000000000 +0200 @@ -419,7 +419,7 @@ cmcyancyan_ke-_mailgreengzip archivehueinvalid formatted GFlare file: %s k(1-x^p)k(1-x^p) steppedkx^pkx^p steppedk{x(1-x)}^pk{x(1-x)}^p steppedluma_y470luma_y470fluma_y709luma_y709fmagentamagenta_kmillisecondsnot found %s in gflares_listpixelspixels from _toppixels from l_eftpixels/%aredredness_cr470redness_cr470fredness_cr709redness_cr709fsaturationsin^p, steppedsin^p-based functionsome sort of error with the file extension or lack thereofthe _Whole Screento alphavaluex (pixels)y (pixels)yellowyellow_kProject-Id-Version: gimp 2.2 Report-Msgid-Bugs-To: -POT-Creation-Date: 2005-04-09 21:56+0200 +POT-Creation-Date: 2005-04-10 02:11+0200 PO-Revision-Date: 2005-01-28 13:05+0100 Last-Translator: Бранко Ивановић Language-Team: Serbian (sr) diff -uraN gimp-2.2.5/po-plug-ins/sr@Latn.gmo gimp-2.2.6/po-plug-ins/sr@Latn.gmo --- gimp-2.2.5/po-plug-ins/sr@Latn.gmo 2005-04-09 23:09:32.000000000 +0200 +++ gimp-2.2.6/po-plug-ins/sr@Latn.gmo 2005-04-10 02:12:04.000000000 +0200 @@ -450,7 +450,7 @@ cmcyancyan_ke-_mailgreengzip archivehueinvalid formatted GFlare file: %s k(1-x^p)k(1-x^p) steppedkx^pkx^p steppedk{x(1-x)}^pk{x(1-x)}^p steppedluma_y470luma_y470fluma_y709luma_y709fmagentamagenta_kmillisecondsnot found %s in gflares_listpixelspixels from _toppixels from l_eftpixels/%aredredness_cr470redness_cr470fredness_cr709redness_cr709fsaturationsin^p, steppedsin^p-based functionsome sort of error with the file extension or lack thereofthe _Whole Screento alphavaluex (pixels)y (pixels)yellowyellow_kProject-Id-Version: gimp 2.2 Report-Msgid-Bugs-To: -POT-Creation-Date: 2005-04-09 21:56+0200 +POT-Creation-Date: 2005-04-10 02:11+0200 PO-Revision-Date: 2005-01-28 13:05+0100 Last-Translator: Branko Ivanović Language-Team: Serbian (sr) diff -uraN gimp-2.2.5/po-plug-ins/sr@Latn.po gimp-2.2.6/po-plug-ins/sr@Latn.po --- gimp-2.2.5/po-plug-ins/sr@Latn.po 2005-04-09 23:09:25.000000000 +0200 +++ gimp-2.2.6/po-plug-ins/sr@Latn.po 2005-04-10 02:11:57.000000000 +0200 @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: gimp 2.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-04-09 21:56+0200\n" +"POT-Creation-Date: 2005-04-10 02:11+0200\n" "PO-Revision-Date: 2005-01-28 13:05+0100\n" "Last-Translator: Branko Ivanović \n" "Language-Team: Serbian (sr) \n" diff -uraN gimp-2.2.5/po-plug-ins/sr.po gimp-2.2.6/po-plug-ins/sr.po --- gimp-2.2.5/po-plug-ins/sr.po 2005-04-09 23:09:24.000000000 +0200 +++ gimp-2.2.6/po-plug-ins/sr.po 2005-04-10 02:11:56.000000000 +0200 @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: gimp 2.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-04-09 21:56+0200\n" +"POT-Creation-Date: 2005-04-10 02:11+0200\n" "PO-Revision-Date: 2005-01-28 13:05+0100\n" "Last-Translator: Бранко Ивановић \n" "Language-Team: Serbian (sr) \n" diff -uraN gimp-2.2.5/po-plug-ins/sv.gmo gimp-2.2.6/po-plug-ins/sv.gmo --- gimp-2.2.5/po-plug-ins/sv.gmo 2005-04-09 23:09:32.000000000 +0200 +++ gimp-2.2.6/po-plug-ins/sv.gmo 2005-04-10 02:12:04.000000000 +0200 @@ -480,7 +480,7 @@ cmcyancyan_ke-_mailgreengzip archivehueinvalid formatted GFlare file: %s k(1-x^p)k(1-x^p) steppedkx^pkx^p steppedk{x(1-x)}^pk{x(1-x)}^p steppedluma_y470luma_y470fluma_y709luma_y709fmagentamagenta_kmillisecondsnot found %s in gflares_listpixelspixels from _toppixels from l_eftpixels/%aredredness_cr470redness_cr470fredness_cr709redness_cr709fsaturationsin^p, steppedsin^p-based functionsome sort of error with the file extension or lack thereofthe _Whole Screento alphavaluex (pixels)y (pixels)yellowyellow_kProject-Id-Version: gimp Report-Msgid-Bugs-To: -POT-Creation-Date: 2005-04-09 21:56+0200 +POT-Creation-Date: 2005-04-10 02:11+0200 PO-Revision-Date: 2004-11-29 12:03+0900 Last-Translator: Jan Morén Language-Team: Swedish diff -uraN gimp-2.2.5/po-plug-ins/sv.po gimp-2.2.6/po-plug-ins/sv.po --- gimp-2.2.5/po-plug-ins/sv.po 2005-04-09 23:09:25.000000000 +0200 +++ gimp-2.2.6/po-plug-ins/sv.po 2005-04-10 02:11:57.000000000 +0200 @@ -4,13 +4,13 @@ # Christian Rose , 2000, 2001, 2002. # Jan Morén , 2002, 2003. # -# $Id: sv.po,v 1.139.2.3 2005/02/22 22:36:14 neo Exp $ +# $Id: sv.po,v 1.139.2.4 2005/04/09 21:39:02 neo Exp $ # msgid "" msgstr "" "Project-Id-Version: gimp\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-04-09 21:56+0200\n" +"POT-Creation-Date: 2005-04-10 02:11+0200\n" "PO-Revision-Date: 2004-11-29 12:03+0900\n" "Last-Translator: Jan Morén \n" "Language-Team: Swedish \n" diff -uraN gimp-2.2.5/po-plug-ins/tr.gmo gimp-2.2.6/po-plug-ins/tr.gmo --- gimp-2.2.5/po-plug-ins/tr.gmo 2005-04-09 23:09:32.000000000 +0200 +++ gimp-2.2.6/po-plug-ins/tr.gmo 2005-04-10 02:12:04.000000000 +0200 @@ -25,7 +25,7 @@  iJ};cX/ 51&dM_y%v)4? :HVR7kZ3fPBmD<,gWKC FEY=zN\`~]To6Sw>bp+ 2q-#h!L*|0O (QG$.t@aux^UsAI[j lnr8"e'{9A_nimateA_utomaticAboutActionAd_vancedAngle:Animated GIF OptionsAuthor:AutomaticBackgroundBackground:Bad colormapBlackBlueBlue:Bottom:C_ylinderChannelsClearCo_lor:Co_lorsCo_mment:ColorColorsCommentComposeCopyCopyright:Cro_pCu_rve:CutDate:DefaultDeleteDelete PointDescription:Dimension:Direction VectorDirectionalEditFileFilename:Filename: %sForegroundFrame %dFromFrom:GIF OptionsGIF WarningGIMP Plug-InGeneralGr_eyGrayGreenGreen:GridHTML Page OptionsHeight:HorizontalHorizontal ColorHotI_nteractiveIntensity LevelsIntersectionIntersection ColorL_ength:LandscapeLeft:LightLighting EffectsLinearLogarithmicMandelbrot ParametersManualMoveNameNoneNumber of ColorsNumber of _Frames:Number of colors:O_ptionsO_rientationO_thersOp_tionsOpenOptionsOrientationPastePixelsPointPortraitPositionPreferencesPreviewR_ecursiveR_epeat:Re_dRedRed:RedoReflectivityReplaceRight:Rotat_e:S_hrinkSaveSaving '%s'...Sc_attering:ScreenSelectSelect AllSet light source colorShowSinusoidalSizeSize:Spacing:SphericalTable Creation OptionsTable OptionsToTo:Top:TransparentTypeType of light source to applyType:UndoUnnamedUntitledValueVerticalVertical ColorWarningWhiteWidth:X:X_1:X_2:Y:Y_1:Y_2:YellowZ:Zoom inZoom out_Advanced_Amount:_Animate_Black_Blue_Blue:_Border:_Bottom:_Brightness:_Copy_Depth:_Font:_Free_Gradient_Green_Green:_Grow_Height:_Horizontal_Laplace_Light_Material_Mirror_None_Parameters_Ping Pong_Preview!_Red:_Settings_Size:_Top:_Transparent_Update_Upper_Vertical_Width:_X:_Y:_Z:afterpixelsProject-Id-Version: GIMP 1.2.1 Report-Msgid-Bugs-To: -POT-Creation-Date: 2005-04-09 21:56+0200 +POT-Creation-Date: 2005-04-10 02:11+0200 PO-Revision-Date: 2003-12-31 17:49+0000 Last-Translator: Fatih Demir Language-Team: Turkish diff -uraN gimp-2.2.5/po-plug-ins/tr.po gimp-2.2.6/po-plug-ins/tr.po --- gimp-2.2.5/po-plug-ins/tr.po 2005-04-09 23:09:26.000000000 +0200 +++ gimp-2.2.6/po-plug-ins/tr.po 2005-04-10 02:11:58.000000000 +0200 @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: GIMP 1.2.1\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-04-09 21:56+0200\n" +"POT-Creation-Date: 2005-04-10 02:11+0200\n" "PO-Revision-Date: 2003-12-31 17:49+0000\n" "Last-Translator: Fatih Demir \n" "Language-Team: Turkish \n" diff -uraN gimp-2.2.5/po-plug-ins/uk.gmo gimp-2.2.6/po-plug-ins/uk.gmo --- gimp-2.2.5/po-plug-ins/uk.gmo 2005-04-09 23:09:32.000000000 +0200 +++ gimp-2.2.6/po-plug-ins/uk.gmo 2005-04-10 02:12:04.000000000 +0200 @@ -405,7 +405,7 @@ cmcyancyan_ke-_mailgreengzip archivehueinvalid formatted GFlare file: %s k(1-x^p)k(1-x^p) steppedkx^pkx^p steppedk{x(1-x)}^pk{x(1-x)}^p steppedluma_y470luma_y470fluma_y709luma_y709fmagentamagenta_kmillisecondsnot found %s in gflares_listpixelspixels from _toppixels from l_eftpixels/%aredredness_cr470redness_cr470fredness_cr709redness_cr709fsaturationsin^p, steppedsin^p-based functionsome sort of error with the file extension or lack thereofthe _Whole Screento alphavaluex (pixels)y (pixels)yellowyellow_kProject-Id-Version: gimp-plug-ins 2.0.0 Report-Msgid-Bugs-To: -POT-Creation-Date: 2005-04-09 21:56+0200 +POT-Creation-Date: 2005-04-10 02:11+0200 PO-Revision-Date: 2005-02-24 20:58+0200 Last-Translator: Maxim Dziumanenko Language-Team: Ukrainian diff -uraN gimp-2.2.5/po-plug-ins/uk.po gimp-2.2.6/po-plug-ins/uk.po --- gimp-2.2.5/po-plug-ins/uk.po 2005-04-09 23:09:26.000000000 +0200 +++ gimp-2.2.6/po-plug-ins/uk.po 2005-04-10 02:11:58.000000000 +0200 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: gimp-plug-ins 2.0.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-04-09 21:56+0200\n" +"POT-Creation-Date: 2005-04-10 02:11+0200\n" "PO-Revision-Date: 2005-02-24 20:58+0200\n" "Last-Translator: Maxim Dziumanenko \n" "Language-Team: Ukrainian \n" diff -uraN gimp-2.2.5/po-plug-ins/vi.gmo gimp-2.2.6/po-plug-ins/vi.gmo --- gimp-2.2.5/po-plug-ins/vi.gmo 2005-04-09 23:09:33.000000000 +0200 +++ gimp-2.2.6/po-plug-ins/vi.gmo 2005-04-10 02:12:04.000000000 +0200 @@ -116,7 +116,7 @@ Image SizeUse average valueUse cosine-function for this color componentUse reverse valueUse sine-function for this color componentValueValue:Van Gogh (LIC)VectorsVerticalVertical ColorVerticallyVideoVideo/RGB...View SourceWarningWarning: the source and the destination are the same channel.Warning: unsupported layermode %d saved to XJTWarning: unsupported pathtype %d saved to XJTWarning: unsupported unittype %d saved to XJTWeakWhiteWidth of the paper that you wish to print toWidth:WindowsWith gradient power (0,1)With p and random (0,1)With random power (0,1)With random power (0,10)X scale (size)X:XBM OptionsXJT file contains unknown layermode %dXJT file contains unknown pathtype %dXJT file contains unknown unittype %dXMAX:XMIN:X_1:X_2:Y scale (size)Y:YMAX:YMIN:Y_1:Y_2:YellowYellow:Z scale (size)Z:ZoomZoom inZoom in (make image bigger)Zoom outZoom out (make image smaller)_3x3_Advanced_Alpha_Alpha:_Amount:_Angle:_Antialiasing_Automatically convert_Background_Black_Blacken_Blue_Blue:_Bottom:_Box_Brightness_Brightness:_Brush_Copy_Depth:_Description:_Detail:_Digits:_Edit_Factor:_File_Force_Ftp Site_Gamma:_General_Gradient_Gray:_Green_Green:_Grey_Height_Height:_Help_Hex_Hidden_Horizontal_Horizontal:_Horz. Spacing:_Hue_ID:_Ideal_Ignore_Inch_Input SPI:_Insert_JPEG_JavaScript_Kill_LZW_Left Start at:_Light_Lines_Link_Mapping_Material_Max (%):_Millimeter_Misc Ops._Move_None_Normal_Plural:_Polygon_Presets_Preview_Preview!_Prompt for area info_RGB_RLE compression_RLE encoded_Randomize_Red:_Redo %s_Remove_Require default URL_Saturation_Saturation:_Search:_Settings_Sharpness:_Size_Size:_Speed:_Symbol:_Thickness:_Threshold_Threshold:_Title:_Tools_Top Start at:_Top:_Transparent_Undo %s_Update_Value_Value:_Vert. Spacing:_Vertical_Vertical:_View_Waterlevel:_Web Site_White_Width_Width:_X Scale:_X:_Y Scale:_Y:_Yellow_Z:_Zoom_Zoom:`Default' is created.afteralphablackblueblueness_cb470blueness_cb470fblueness_cb709blueness_cb709fcmcyane-_mailgreenhueinvalid formatted GFlare file: %s k(1-x^p)kx^pk{x(1-x)}^pluma_y470luma_y470fluma_y709luma_y709fmagentapixelsredredness_cr470redness_cr470fredness_cr709redness_cr709fsaturationvaluex (pixels)y (pixels)yellowProject-Id-Version: Gimp-plug-ins VERSION Report-Msgid-Bugs-To: -POT-Creation-Date: 2005-04-09 21:56+0200 +POT-Creation-Date: 2005-04-10 02:11+0200 PO-Revision-Date: 2003-02-01 13:08+0700 Last-Translator: Trinh Minh Thanh Language-Team: Gnome-Vi diff -uraN gimp-2.2.5/po-plug-ins/vi.po gimp-2.2.6/po-plug-ins/vi.po --- gimp-2.2.5/po-plug-ins/vi.po 2005-04-09 23:09:26.000000000 +0200 +++ gimp-2.2.6/po-plug-ins/vi.po 2005-04-10 02:11:58.000000000 +0200 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: Gimp-plug-ins VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-04-09 21:56+0200\n" +"POT-Creation-Date: 2005-04-10 02:11+0200\n" "PO-Revision-Date: 2003-02-01 13:08+0700\n" "Last-Translator: Trinh Minh Thanh \n" "Language-Team: Gnome-Vi \n" diff -uraN gimp-2.2.5/po-plug-ins/yi.gmo gimp-2.2.6/po-plug-ins/yi.gmo --- gimp-2.2.5/po-plug-ins/yi.gmo 2005-04-09 23:09:33.000000000 +0200 +++ gimp-2.2.6/po-plug-ins/yi.gmo 2005-04-10 02:12:04.000000000 +0200 @@ -24,7 +24,7 @@ +*-. '/%1 8!,($7) 42"0#56&  3ArrowAuthor:BackgroundBrowseCenterClearColorColor:CopyCutDeleteDescription:DigitsDirectionGrayscaleHeight:ModeNameNoneNormalOpenOpen FileOrientationPastePositionPreferencesPreviewRedoSaveScreenSelectSelect AllSelectionShiftSizeSize:StyleTypeType:UndoUpdateValueWarningWidth:Wrap_Blue:_Copy_Green:_Help_Left_Red:_Remove_Right_Saturation:_Value:Project-Id-Version: 1.0 Report-Msgid-Bugs-To: -POT-Creation-Date: 2005-04-09 21:56+0200 +POT-Creation-Date: 2005-04-10 02:11+0200 PO-Revision-Date: 2003-03-19 Last-Translator: Raphael Finkel Language-Team: Yiddish diff -uraN gimp-2.2.5/po-plug-ins/yi.po gimp-2.2.6/po-plug-ins/yi.po --- gimp-2.2.5/po-plug-ins/yi.po 2005-04-09 23:09:27.000000000 +0200 +++ gimp-2.2.6/po-plug-ins/yi.po 2005-04-10 02:11:59.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: 1.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-04-09 21:56+0200\n" +"POT-Creation-Date: 2005-04-10 02:11+0200\n" "PO-Revision-Date: 2003-03-19\n" "Last-Translator: Raphael Finkel \n" "Language-Team: Yiddish \n" diff -uraN gimp-2.2.5/po-plug-ins/zh_CN.gmo gimp-2.2.6/po-plug-ins/zh_CN.gmo --- gimp-2.2.5/po-plug-ins/zh_CN.gmo 2005-04-09 23:09:33.000000000 +0200 +++ gimp-2.2.6/po-plug-ins/zh_CN.gmo 2005-04-10 02:12:04.000000000 +0200 @@ -450,7 +450,7 @@ cmcyancyan_ke-_mailgreengzip archivehueinvalid formatted GFlare file: %s k(1-x^p)kx^pk{x(1-x)}^pluma_y470luma_y470fluma_y709luma_y709fmagentamagenta_kmillisecondsnot found %s in gflares_listpixelspixels from _toppixels from l_eftpixels/%aredredness_cr470redness_cr470fredness_cr709redness_cr709fsaturationsome sort of error with the file extension or lack thereofthe _Whole Screento alphavaluex (pixels)y (pixels)yellowyellow_kProject-Id-Version: gimp-std-plugins Report-Msgid-Bugs-To: -POT-Creation-Date: 2005-04-09 21:56+0200 +POT-Creation-Date: 2005-04-10 02:11+0200 PO-Revision-Date: 2005-01-09 19:30+0800 Last-Translator: Yuheng Xie Language-Team: zh_CN diff -uraN gimp-2.2.5/po-plug-ins/zh_CN.po gimp-2.2.6/po-plug-ins/zh_CN.po --- gimp-2.2.5/po-plug-ins/zh_CN.po 2005-04-09 23:09:27.000000000 +0200 +++ gimp-2.2.6/po-plug-ins/zh_CN.po 2005-04-10 02:11:59.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: gimp-std-plugins\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-04-09 21:56+0200\n" +"POT-Creation-Date: 2005-04-10 02:11+0200\n" "PO-Revision-Date: 2005-01-09 19:30+0800\n" "Last-Translator: Yuheng Xie \n" "Language-Team: zh_CN \n" diff -uraN gimp-2.2.5/po-plug-ins/zh_TW.gmo gimp-2.2.6/po-plug-ins/zh_TW.gmo --- gimp-2.2.5/po-plug-ins/zh_TW.gmo 2005-04-09 23:09:33.000000000 +0200 +++ gimp-2.2.6/po-plug-ins/zh_TW.gmo 2005-04-10 02:12:05.000000000 +0200 @@ -354,7 +354,7 @@ crash your browser.You can not rotate the whole image if there's a floating selection.You can not rotate the whole image if there's a selection.Z scale (size)Z:ZealousCropping(tm)...ZoomZoom inZoom in (make image bigger)Zoom outZoom out (make image smaller)Zoom scale:Zoom to_3x3_Abbreviation:_Advanced_Advanced Options_Algorithm:_Alpha_Alpha threshold:_Alpha:_Amount:_Amplitude:_Angle:_Animate_Antialiasing_Apply Canvas..._Autocrop Image_Autocrop Layer_Automatically convert_Background_Background color_Bevel width:_Bilinear_Black_Blacken_Blend_Blinds..._Blue_Blue:_Blur_Blur radius:_Border:_Bottom-left_Bottom:_Box_Brightness_Brightness:_Brush_Bump Map_Bump Map..._Bump map:_Bumpmap_Checkerboard..._Color Exchange..._Convolution Matrix..._Copy_Cubism..._Curve Bend..._Decompose..._Deflate_Deform radius:_Delay between frames where unspecified:_Depth:_Description:_Detail:_Diffraction Patterns..._Digits:_Displace..._Displacement:_Distorted_Divisions:_Edge..._Edit_Emboss_Emboss..._Encapsulated PostScript_Entire Image_Explicit tile_Exponent:_Factor:_Factory defaults_File_Filename:_Film..._Fit height to images_Flame..._FlareFX..._Font:_Force_Force tiling?_Foreground & background_Foreground color_Format:_Fractals_Free_Ftp Site_GFlare..._GIF comment:_GIMPressionist..._Gamma:_Gaussian Blur..._General_Generate full HTML document_Gfig..._Glass Tile..._Gopher_Gradient_Gray:_Green_Green:_Grey_Grow_Guillotine_HSL color model_Height_Height:_Help_Hidden_Hold the maximal channels_Hole offset:_Horizontal_Horizontal:_Horz. Spacing:_Hue_ID:_IIR_IWarp..._Identifier prefix:_Ignore_Illusion..._ImageMap..._Inch_Insert_Intensity:_Interlace_Invert_JPEG_JavaScript_Jigsaw..._Keep aspect ratio_Keep original surroundings_Keep sign of result (one direction only)_Kill_LZW_Laplace_Left_Lens refraction index:_Light_Lighting Effects..._Limit line width_Linear_Lines_Link_Load defaults_Lock channels_Loop forever_Lower_MIME_Mail Image..._Make surroundings transparent_Map backwards_Mask file extension:_Mask size:_Material_Max (%):_Max RGB..._Max. delta:_Maze..._Metallic_Midtones_Millimeter_Minimum value:_Mirror_Misc Ops._Modify red channel_Monochrome_Mosaic..._Motion Blur..._Move_NL Filter..._Natural color_None_Normal_Number height:_Number of segments:_Opacity:_Optimize (Difference)_Pagecurl..._Paper Tile..._Parameters_Percent black:_Period:_Phase:_Photocopy..._Ping Pong_Pixelize..._Plasma..._Playback..._Plural:_Polygon_PostScript level 2_Prefixed name:_Preserve luminosity_Presets_Preview_Preview once_Preview!_Print_Print..._Psychobilly_Qbist..._Quality:_RGB_RGB color model_RLE_RLE compression_RLE encoded_Radial_Radius 1:_Radius:_Random hue:_Random seed:_Randomize_Rays_Recipient:_Rectangle_Red:_Redo %s_Reflective_Remove_Rendering_Require default URL_Retain tilability_Right_Right Border_Ripple..._Rotated_Saturation_Saturation:_Save comment to file_Save defaults_Screen Shot..._Search depth:_Search:_Selective Gaussian Blur..._Sender:_Set surroundings to background color_Set surroundings to index 0_Settings_Shade under curl_Sharpen..._Sharpness:_Shift..._Show cursor_Size_Size:_Small Tiles..._Smear_Smoothing:_Snap-To Grid Enabled_Sobel..._Speed:_Spot function:_Square_Squares_Strength:_Symbol:_Threshold:_Tile size:_Tile..._Title:_Tools_Top-right_Top:_Transparent_URL to activate when this area is clicked: (required)_UnOptimize_Undo %s_Unit Editor_Unsharp Mask..._Update_Upper_Upper Border_Upper threshold:_Use GLib types (guint8*)_Use background color_Use cellspan_Uuencode_Value_Value Invert_Value:_Van Gogh (LIC)..._Variation:_Vert. Spacing:_Vertical_Vertical:_View_Voronoi_Warp..._Wavelength:_Waves..._Web Site_White_Width_Width:_Wind_Wrap_Wrap around_X Scale:_X displacement:_X ratio:_X size:_X10 format bitmap_X:_Y Scale:_Y displacement:_Y ratio:_Y size:_Y:_Yellow_Z:_Zealous Crop_Zoom_Zoom:a _Single Windowafteralphablackblueblueness_cb470blueness_cb470fblueness_cb709blueness_cb709fcmcyane-_mailgreengzip archivehueinvalid formatted GFlare file: %s k(1-x^p)kx^pk{x(1-x)}^pluma_y470luma_y470fluma_y709luma_y709fmagentamillisecondsnot found %s in gflares_listpixelspixels from _toppixels from l_eftpixels/%aredredness_cr470redness_cr470fredness_cr709redness_cr709fsaturationsin^p-based functionsome sort of error with the file extension or lack thereofthe _Whole Screento alphavaluex (pixels)y (pixels)yellowProject-Id-Version: gimp-std-plug-ins 2.1.6 Report-Msgid-Bugs-To: -POT-Creation-Date: 2005-04-09 21:56+0200 +POT-Creation-Date: 2005-04-10 02:11+0200 PO-Revision-Date: 2004-09-28 11:46+0800 Last-Translator: Abel Cheung Language-Team: Chinese (traditional) diff -uraN gimp-2.2.5/po-plug-ins/zh_TW.po gimp-2.2.6/po-plug-ins/zh_TW.po --- gimp-2.2.5/po-plug-ins/zh_TW.po 2005-04-09 23:09:28.000000000 +0200 +++ gimp-2.2.6/po-plug-ins/zh_TW.po 2005-04-10 02:12:00.000000000 +0200 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: gimp-std-plug-ins 2.1.6\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-04-09 21:56+0200\n" +"POT-Creation-Date: 2005-04-10 02:11+0200\n" "PO-Revision-Date: 2004-09-28 11:46+0800\n" "Last-Translator: Abel Cheung \n" "Language-Team: Chinese (traditional) \n" diff -uraN gimp-2.2.5/po-script-fu/sk.po gimp-2.2.6/po-script-fu/sk.po --- gimp-2.2.5/po-script-fu/sk.po 2005-04-09 23:09:39.000000000 +0200 +++ gimp-2.2.6/po-script-fu/sk.po 2005-04-10 02:12:10.000000000 +0200 @@ -5,7 +5,7 @@ # Zdenko Podobný , 2002,2003, 2004. # Marcel Telka , 2005. # -# $Id: sk.po,v 1.64.2.4 2005/03/20 19:30:25 marcel Exp $ +# $Id: sk.po,v 1.64.2.5 2005/04/09 21:39:08 neo Exp $ # msgid "" msgstr "" diff -uraN gimp-2.2.5/po-script-fu/sv.po gimp-2.2.6/po-script-fu/sv.po --- gimp-2.2.5/po-script-fu/sv.po 2005-04-09 23:09:39.000000000 +0200 +++ gimp-2.2.6/po-script-fu/sv.po 2005-04-10 02:12:11.000000000 +0200 @@ -4,7 +4,7 @@ # Jan Morén , 2003. # Tomas Ögren , 2001. # -# $Id: sv.po,v 1.79.2.3 2005/02/22 22:36:22 neo Exp $ +# $Id: sv.po,v 1.79.2.4 2005/04/09 21:39:08 neo Exp $ # msgid "" msgstr ""